ucd-raw 0.5.0

Uninterpreted access to the unicode UCD
Documentation
#![no_std]
        
#[derive(Debug)]
pub struct Character {
    pub codepoint: u32,
    pub name: &'static str,
    pub age: &'static str,
}

const CHARACTERS_ARRAY: [Character; 137439] = [
    Character {
        age: "1.1",
        codepoint: 0x0000,
        name: "NULL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0001,
        name: "START OF HEADING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0002,
        name: "START OF TEXT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0003,
        name: "END OF TEXT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0004,
        name: "END OF TRANSMISSION",
    },
    Character {
        age: "1.1",
        codepoint: 0x0005,
        name: "ENQUIRY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0006,
        name: "ACKNOWLEDGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0007,
        name: "BELL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0008,
        name: "BACKSPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0009,
        name: "CHARACTER TABULATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x000A,
        name: "LINE FEED (LF)",
    },
    Character {
        age: "1.1",
        codepoint: 0x000B,
        name: "LINE TABULATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x000C,
        name: "FORM FEED (FF)",
    },
    Character {
        age: "1.1",
        codepoint: 0x000D,
        name: "CARRIAGE RETURN (CR)",
    },
    Character {
        age: "1.1",
        codepoint: 0x000E,
        name: "SHIFT OUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x000F,
        name: "SHIFT IN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0010,
        name: "DATA LINK ESCAPE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0011,
        name: "DEVICE CONTROL ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0012,
        name: "DEVICE CONTROL TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0013,
        name: "DEVICE CONTROL THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0014,
        name: "DEVICE CONTROL FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0015,
        name: "NEGATIVE ACKNOWLEDGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0016,
        name: "SYNCHRONOUS IDLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0017,
        name: "END OF TRANSMISSION BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0018,
        name: "CANCEL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0019,
        name: "END OF MEDIUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x001A,
        name: "SUBSTITUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x001B,
        name: "ESCAPE",
    },
    Character {
        age: "1.1",
        codepoint: 0x001C,
        name: "INFORMATION SEPARATOR FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x001D,
        name: "INFORMATION SEPARATOR THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x001E,
        name: "INFORMATION SEPARATOR TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x001F,
        name: "INFORMATION SEPARATOR ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0020,
        name: "SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0021,
        name: "EXCLAMATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0022,
        name: "QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0023,
        name: "NUMBER SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0024,
        name: "DOLLAR SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0025,
        name: "PERCENT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0026,
        name: "AMPERSAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x0027,
        name: "APOSTROPHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0028,
        name: "LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0029,
        name: "RIGHT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x002A,
        name: "ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x002B,
        name: "PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x002C,
        name: "COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x002D,
        name: "HYPHEN-MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x002E,
        name: "FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x002F,
        name: "SOLIDUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0030,
        name: "DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0031,
        name: "DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0032,
        name: "DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0033,
        name: "DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0034,
        name: "DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0035,
        name: "DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0036,
        name: "DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0037,
        name: "DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0038,
        name: "DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0039,
        name: "DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x003A,
        name: "COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0x003B,
        name: "SEMICOLON",
    },
    Character {
        age: "1.1",
        codepoint: 0x003C,
        name: "LESS-THAN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x003D,
        name: "EQUALS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x003E,
        name: "GREATER-THAN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x003F,
        name: "QUESTION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0040,
        name: "COMMERCIAL AT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0041,
        name: "LATIN CAPITAL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0042,
        name: "LATIN CAPITAL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0x0043,
        name: "LATIN CAPITAL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0x0044,
        name: "LATIN CAPITAL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0x0045,
        name: "LATIN CAPITAL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0046,
        name: "LATIN CAPITAL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0x0047,
        name: "LATIN CAPITAL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0x0048,
        name: "LATIN CAPITAL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0x0049,
        name: "LATIN CAPITAL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x004A,
        name: "LATIN CAPITAL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x004B,
        name: "LATIN CAPITAL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0x004C,
        name: "LATIN CAPITAL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0x004D,
        name: "LATIN CAPITAL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x004E,
        name: "LATIN CAPITAL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x004F,
        name: "LATIN CAPITAL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0050,
        name: "LATIN CAPITAL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0x0051,
        name: "LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x0052,
        name: "LATIN CAPITAL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0053,
        name: "LATIN CAPITAL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x0054,
        name: "LATIN CAPITAL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x0055,
        name: "LATIN CAPITAL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0056,
        name: "LATIN CAPITAL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0x0057,
        name: "LATIN CAPITAL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0x0058,
        name: "LATIN CAPITAL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0x0059,
        name: "LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x005A,
        name: "LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x005B,
        name: "LEFT SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x005C,
        name: "REVERSE SOLIDUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x005D,
        name: "RIGHT SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x005E,
        name: "CIRCUMFLEX ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x005F,
        name: "LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0060,
        name: "GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0061,
        name: "LATIN SMALL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0062,
        name: "LATIN SMALL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0x0063,
        name: "LATIN SMALL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0x0064,
        name: "LATIN SMALL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0x0065,
        name: "LATIN SMALL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0066,
        name: "LATIN SMALL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0x0067,
        name: "LATIN SMALL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0x0068,
        name: "LATIN SMALL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0x0069,
        name: "LATIN SMALL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x006A,
        name: "LATIN SMALL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x006B,
        name: "LATIN SMALL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0x006C,
        name: "LATIN SMALL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0x006D,
        name: "LATIN SMALL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x006E,
        name: "LATIN SMALL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x006F,
        name: "LATIN SMALL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0070,
        name: "LATIN SMALL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0x0071,
        name: "LATIN SMALL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x0072,
        name: "LATIN SMALL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0073,
        name: "LATIN SMALL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x0074,
        name: "LATIN SMALL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x0075,
        name: "LATIN SMALL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0076,
        name: "LATIN SMALL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0x0077,
        name: "LATIN SMALL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0x0078,
        name: "LATIN SMALL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0x0079,
        name: "LATIN SMALL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x007A,
        name: "LATIN SMALL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x007B,
        name: "LEFT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x007C,
        name: "VERTICAL LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x007D,
        name: "RIGHT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x007E,
        name: "TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x007F,
        name: "DELETE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0080,
        name: "",
    },
    Character {
        age: "1.1",
        codepoint: 0x0081,
        name: "",
    },
    Character {
        age: "1.1",
        codepoint: 0x0082,
        name: "BREAK PERMITTED HERE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0083,
        name: "NO BREAK HERE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0084,
        name: "",
    },
    Character {
        age: "1.1",
        codepoint: 0x0085,
        name: "NEXT LINE (NEL)",
    },
    Character {
        age: "1.1",
        codepoint: 0x0086,
        name: "START OF SELECTED AREA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0087,
        name: "END OF SELECTED AREA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0088,
        name: "CHARACTER TABULATION SET",
    },
    Character {
        age: "1.1",
        codepoint: 0x0089,
        name: "CHARACTER TABULATION WITH JUSTIFICATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x008A,
        name: "LINE TABULATION SET",
    },
    Character {
        age: "1.1",
        codepoint: 0x008B,
        name: "PARTIAL LINE FORWARD",
    },
    Character {
        age: "1.1",
        codepoint: 0x008C,
        name: "PARTIAL LINE BACKWARD",
    },
    Character {
        age: "1.1",
        codepoint: 0x008D,
        name: "REVERSE LINE FEED",
    },
    Character {
        age: "1.1",
        codepoint: 0x008E,
        name: "SINGLE SHIFT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x008F,
        name: "SINGLE SHIFT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0090,
        name: "DEVICE CONTROL STRING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0091,
        name: "PRIVATE USE ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0092,
        name: "PRIVATE USE TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0093,
        name: "SET TRANSMIT STATE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0094,
        name: "CANCEL CHARACTER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0095,
        name: "MESSAGE WAITING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0096,
        name: "START OF GUARDED AREA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0097,
        name: "END OF GUARDED AREA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0098,
        name: "START OF STRING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0099,
        name: "",
    },
    Character {
        age: "1.1",
        codepoint: 0x009A,
        name: "SINGLE CHARACTER INTRODUCER",
    },
    Character {
        age: "1.1",
        codepoint: 0x009B,
        name: "CONTROL SEQUENCE INTRODUCER",
    },
    Character {
        age: "1.1",
        codepoint: 0x009C,
        name: "STRING TERMINATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x009D,
        name: "OPERATING SYSTEM COMMAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x009E,
        name: "PRIVACY MESSAGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x009F,
        name: "APPLICATION PROGRAM COMMAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A0,
        name: "NO-BREAK SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A1,
        name: "INVERTED EXCLAMATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A2,
        name: "CENT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A3,
        name: "POUND SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A4,
        name: "CURRENCY SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A5,
        name: "YEN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A6,
        name: "BROKEN BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A7,
        name: "SECTION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A8,
        name: "DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00A9,
        name: "COPYRIGHT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00AA,
        name: "FEMININE ORDINAL INDICATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x00AB,
        name: "LEFT-POINTING DOUBLE ANGLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x00AC,
        name: "NOT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00AD,
        name: "SOFT HYPHEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00AE,
        name: "REGISTERED SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00AF,
        name: "MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B0,
        name: "DEGREE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B1,
        name: "PLUS-MINUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B2,
        name: "SUPERSCRIPT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B3,
        name: "SUPERSCRIPT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B4,
        name: "ACUTE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B5,
        name: "MICRO SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B6,
        name: "PILCROW SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B7,
        name: "MIDDLE DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B8,
        name: "CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x00B9,
        name: "SUPERSCRIPT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00BA,
        name: "MASCULINE ORDINAL INDICATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x00BB,
        name: "RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x00BC,
        name: "VULGAR FRACTION ONE QUARTER",
    },
    Character {
        age: "1.1",
        codepoint: 0x00BD,
        name: "VULGAR FRACTION ONE HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0x00BE,
        name: "VULGAR FRACTION THREE QUARTERS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00BF,
        name: "INVERTED QUESTION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C0,
        name: "LATIN CAPITAL LETTER A WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C1,
        name: "LATIN CAPITAL LETTER A WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C2,
        name: "LATIN CAPITAL LETTER A WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C3,
        name: "LATIN CAPITAL LETTER A WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C4,
        name: "LATIN CAPITAL LETTER A WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C5,
        name: "LATIN CAPITAL LETTER A WITH RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C6,
        name: "LATIN CAPITAL LETTER AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C7,
        name: "LATIN CAPITAL LETTER C WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C8,
        name: "LATIN CAPITAL LETTER E WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00C9,
        name: "LATIN CAPITAL LETTER E WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00CA,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00CB,
        name: "LATIN CAPITAL LETTER E WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00CC,
        name: "LATIN CAPITAL LETTER I WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00CD,
        name: "LATIN CAPITAL LETTER I WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00CE,
        name: "LATIN CAPITAL LETTER I WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00CF,
        name: "LATIN CAPITAL LETTER I WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D0,
        name: "LATIN CAPITAL LETTER ETH",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D1,
        name: "LATIN CAPITAL LETTER N WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D2,
        name: "LATIN CAPITAL LETTER O WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D3,
        name: "LATIN CAPITAL LETTER O WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D4,
        name: "LATIN CAPITAL LETTER O WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D5,
        name: "LATIN CAPITAL LETTER O WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D6,
        name: "LATIN CAPITAL LETTER O WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D7,
        name: "MULTIPLICATION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D8,
        name: "LATIN CAPITAL LETTER O WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00D9,
        name: "LATIN CAPITAL LETTER U WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00DA,
        name: "LATIN CAPITAL LETTER U WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00DB,
        name: "LATIN CAPITAL LETTER U WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00DC,
        name: "LATIN CAPITAL LETTER U WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00DD,
        name: "LATIN CAPITAL LETTER Y WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00DE,
        name: "LATIN CAPITAL LETTER THORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00DF,
        name: "LATIN SMALL LETTER SHARP S",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E0,
        name: "LATIN SMALL LETTER A WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E1,
        name: "LATIN SMALL LETTER A WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E2,
        name: "LATIN SMALL LETTER A WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E3,
        name: "LATIN SMALL LETTER A WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E4,
        name: "LATIN SMALL LETTER A WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E5,
        name: "LATIN SMALL LETTER A WITH RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E6,
        name: "LATIN SMALL LETTER AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E7,
        name: "LATIN SMALL LETTER C WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E8,
        name: "LATIN SMALL LETTER E WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00E9,
        name: "LATIN SMALL LETTER E WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00EA,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00EB,
        name: "LATIN SMALL LETTER E WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00EC,
        name: "LATIN SMALL LETTER I WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00ED,
        name: "LATIN SMALL LETTER I WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00EE,
        name: "LATIN SMALL LETTER I WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00EF,
        name: "LATIN SMALL LETTER I WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F0,
        name: "LATIN SMALL LETTER ETH",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F1,
        name: "LATIN SMALL LETTER N WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F2,
        name: "LATIN SMALL LETTER O WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F3,
        name: "LATIN SMALL LETTER O WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F4,
        name: "LATIN SMALL LETTER O WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F5,
        name: "LATIN SMALL LETTER O WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F6,
        name: "LATIN SMALL LETTER O WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F7,
        name: "DIVISION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F8,
        name: "LATIN SMALL LETTER O WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00F9,
        name: "LATIN SMALL LETTER U WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00FA,
        name: "LATIN SMALL LETTER U WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00FB,
        name: "LATIN SMALL LETTER U WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x00FC,
        name: "LATIN SMALL LETTER U WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x00FD,
        name: "LATIN SMALL LETTER Y WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x00FE,
        name: "LATIN SMALL LETTER THORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x00FF,
        name: "LATIN SMALL LETTER Y WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0100,
        name: "LATIN CAPITAL LETTER A WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0101,
        name: "LATIN SMALL LETTER A WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0102,
        name: "LATIN CAPITAL LETTER A WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0103,
        name: "LATIN SMALL LETTER A WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0104,
        name: "LATIN CAPITAL LETTER A WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0105,
        name: "LATIN SMALL LETTER A WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0106,
        name: "LATIN CAPITAL LETTER C WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0107,
        name: "LATIN SMALL LETTER C WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0108,
        name: "LATIN CAPITAL LETTER C WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0109,
        name: "LATIN SMALL LETTER C WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x010A,
        name: "LATIN CAPITAL LETTER C WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x010B,
        name: "LATIN SMALL LETTER C WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x010C,
        name: "LATIN CAPITAL LETTER C WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x010D,
        name: "LATIN SMALL LETTER C WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x010E,
        name: "LATIN CAPITAL LETTER D WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x010F,
        name: "LATIN SMALL LETTER D WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0110,
        name: "LATIN CAPITAL LETTER D WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0111,
        name: "LATIN SMALL LETTER D WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0112,
        name: "LATIN CAPITAL LETTER E WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0113,
        name: "LATIN SMALL LETTER E WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0114,
        name: "LATIN CAPITAL LETTER E WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0115,
        name: "LATIN SMALL LETTER E WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0116,
        name: "LATIN CAPITAL LETTER E WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0117,
        name: "LATIN SMALL LETTER E WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0118,
        name: "LATIN CAPITAL LETTER E WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0119,
        name: "LATIN SMALL LETTER E WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x011A,
        name: "LATIN CAPITAL LETTER E WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x011B,
        name: "LATIN SMALL LETTER E WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x011C,
        name: "LATIN CAPITAL LETTER G WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x011D,
        name: "LATIN SMALL LETTER G WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x011E,
        name: "LATIN CAPITAL LETTER G WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x011F,
        name: "LATIN SMALL LETTER G WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0120,
        name: "LATIN CAPITAL LETTER G WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0121,
        name: "LATIN SMALL LETTER G WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0122,
        name: "LATIN CAPITAL LETTER G WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0123,
        name: "LATIN SMALL LETTER G WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0124,
        name: "LATIN CAPITAL LETTER H WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0125,
        name: "LATIN SMALL LETTER H WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0126,
        name: "LATIN CAPITAL LETTER H WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0127,
        name: "LATIN SMALL LETTER H WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0128,
        name: "LATIN CAPITAL LETTER I WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0129,
        name: "LATIN SMALL LETTER I WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x012A,
        name: "LATIN CAPITAL LETTER I WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x012B,
        name: "LATIN SMALL LETTER I WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x012C,
        name: "LATIN CAPITAL LETTER I WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x012D,
        name: "LATIN SMALL LETTER I WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x012E,
        name: "LATIN CAPITAL LETTER I WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x012F,
        name: "LATIN SMALL LETTER I WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0130,
        name: "LATIN CAPITAL LETTER I WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0131,
        name: "LATIN SMALL LETTER DOTLESS I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0132,
        name: "LATIN CAPITAL LIGATURE IJ",
    },
    Character {
        age: "1.1",
        codepoint: 0x0133,
        name: "LATIN SMALL LIGATURE IJ",
    },
    Character {
        age: "1.1",
        codepoint: 0x0134,
        name: "LATIN CAPITAL LETTER J WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0135,
        name: "LATIN SMALL LETTER J WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0136,
        name: "LATIN CAPITAL LETTER K WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0137,
        name: "LATIN SMALL LETTER K WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0138,
        name: "LATIN SMALL LETTER KRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0139,
        name: "LATIN CAPITAL LETTER L WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x013A,
        name: "LATIN SMALL LETTER L WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x013B,
        name: "LATIN CAPITAL LETTER L WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x013C,
        name: "LATIN SMALL LETTER L WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x013D,
        name: "LATIN CAPITAL LETTER L WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x013E,
        name: "LATIN SMALL LETTER L WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x013F,
        name: "LATIN CAPITAL LETTER L WITH MIDDLE DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0140,
        name: "LATIN SMALL LETTER L WITH MIDDLE DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0141,
        name: "LATIN CAPITAL LETTER L WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0142,
        name: "LATIN SMALL LETTER L WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0143,
        name: "LATIN CAPITAL LETTER N WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0144,
        name: "LATIN SMALL LETTER N WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0145,
        name: "LATIN CAPITAL LETTER N WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0146,
        name: "LATIN SMALL LETTER N WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0147,
        name: "LATIN CAPITAL LETTER N WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0148,
        name: "LATIN SMALL LETTER N WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0149,
        name: "LATIN SMALL LETTER N PRECEDED BY APOSTROPHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x014A,
        name: "LATIN CAPITAL LETTER ENG",
    },
    Character {
        age: "1.1",
        codepoint: 0x014B,
        name: "LATIN SMALL LETTER ENG",
    },
    Character {
        age: "1.1",
        codepoint: 0x014C,
        name: "LATIN CAPITAL LETTER O WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x014D,
        name: "LATIN SMALL LETTER O WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x014E,
        name: "LATIN CAPITAL LETTER O WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x014F,
        name: "LATIN SMALL LETTER O WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0150,
        name: "LATIN CAPITAL LETTER O WITH DOUBLE ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0151,
        name: "LATIN SMALL LETTER O WITH DOUBLE ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0152,
        name: "LATIN CAPITAL LIGATURE OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0153,
        name: "LATIN SMALL LIGATURE OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0154,
        name: "LATIN CAPITAL LETTER R WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0155,
        name: "LATIN SMALL LETTER R WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0156,
        name: "LATIN CAPITAL LETTER R WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0157,
        name: "LATIN SMALL LETTER R WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0158,
        name: "LATIN CAPITAL LETTER R WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0159,
        name: "LATIN SMALL LETTER R WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x015A,
        name: "LATIN CAPITAL LETTER S WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x015B,
        name: "LATIN SMALL LETTER S WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x015C,
        name: "LATIN CAPITAL LETTER S WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x015D,
        name: "LATIN SMALL LETTER S WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x015E,
        name: "LATIN CAPITAL LETTER S WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x015F,
        name: "LATIN SMALL LETTER S WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0160,
        name: "LATIN CAPITAL LETTER S WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0161,
        name: "LATIN SMALL LETTER S WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0162,
        name: "LATIN CAPITAL LETTER T WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0163,
        name: "LATIN SMALL LETTER T WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0164,
        name: "LATIN CAPITAL LETTER T WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0165,
        name: "LATIN SMALL LETTER T WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0166,
        name: "LATIN CAPITAL LETTER T WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0167,
        name: "LATIN SMALL LETTER T WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0168,
        name: "LATIN CAPITAL LETTER U WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0169,
        name: "LATIN SMALL LETTER U WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x016A,
        name: "LATIN CAPITAL LETTER U WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x016B,
        name: "LATIN SMALL LETTER U WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x016C,
        name: "LATIN CAPITAL LETTER U WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x016D,
        name: "LATIN SMALL LETTER U WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x016E,
        name: "LATIN CAPITAL LETTER U WITH RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x016F,
        name: "LATIN SMALL LETTER U WITH RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0170,
        name: "LATIN CAPITAL LETTER U WITH DOUBLE ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0171,
        name: "LATIN SMALL LETTER U WITH DOUBLE ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0172,
        name: "LATIN CAPITAL LETTER U WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0173,
        name: "LATIN SMALL LETTER U WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0174,
        name: "LATIN CAPITAL LETTER W WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0175,
        name: "LATIN SMALL LETTER W WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0176,
        name: "LATIN CAPITAL LETTER Y WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0177,
        name: "LATIN SMALL LETTER Y WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0178,
        name: "LATIN CAPITAL LETTER Y WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0179,
        name: "LATIN CAPITAL LETTER Z WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x017A,
        name: "LATIN SMALL LETTER Z WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x017B,
        name: "LATIN CAPITAL LETTER Z WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x017C,
        name: "LATIN SMALL LETTER Z WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x017D,
        name: "LATIN CAPITAL LETTER Z WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x017E,
        name: "LATIN SMALL LETTER Z WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x017F,
        name: "LATIN SMALL LETTER LONG S",
    },
    Character {
        age: "1.1",
        codepoint: 0x0180,
        name: "LATIN SMALL LETTER B WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0181,
        name: "LATIN CAPITAL LETTER B WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0182,
        name: "LATIN CAPITAL LETTER B WITH TOPBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0183,
        name: "LATIN SMALL LETTER B WITH TOPBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0184,
        name: "LATIN CAPITAL LETTER TONE SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0185,
        name: "LATIN SMALL LETTER TONE SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0186,
        name: "LATIN CAPITAL LETTER OPEN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0187,
        name: "LATIN CAPITAL LETTER C WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0188,
        name: "LATIN SMALL LETTER C WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0189,
        name: "LATIN CAPITAL LETTER AFRICAN D",
    },
    Character {
        age: "1.1",
        codepoint: 0x018A,
        name: "LATIN CAPITAL LETTER D WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x018B,
        name: "LATIN CAPITAL LETTER D WITH TOPBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x018C,
        name: "LATIN SMALL LETTER D WITH TOPBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x018D,
        name: "LATIN SMALL LETTER TURNED DELTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x018E,
        name: "LATIN CAPITAL LETTER REVERSED E",
    },
    Character {
        age: "1.1",
        codepoint: 0x018F,
        name: "LATIN CAPITAL LETTER SCHWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0190,
        name: "LATIN CAPITAL LETTER OPEN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0191,
        name: "LATIN CAPITAL LETTER F WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0192,
        name: "LATIN SMALL LETTER F WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0193,
        name: "LATIN CAPITAL LETTER G WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0194,
        name: "LATIN CAPITAL LETTER GAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0195,
        name: "LATIN SMALL LETTER HV",
    },
    Character {
        age: "1.1",
        codepoint: 0x0196,
        name: "LATIN CAPITAL LETTER IOTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0197,
        name: "LATIN CAPITAL LETTER I WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0198,
        name: "LATIN CAPITAL LETTER K WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0199,
        name: "LATIN SMALL LETTER K WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x019A,
        name: "LATIN SMALL LETTER L WITH BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x019B,
        name: "LATIN SMALL LETTER LAMBDA WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x019C,
        name: "LATIN CAPITAL LETTER TURNED M",
    },
    Character {
        age: "1.1",
        codepoint: 0x019D,
        name: "LATIN CAPITAL LETTER N WITH LEFT HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x019E,
        name: "LATIN SMALL LETTER N WITH LONG RIGHT LEG",
    },
    Character {
        age: "1.1",
        codepoint: 0x019F,
        name: "LATIN CAPITAL LETTER O WITH MIDDLE TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A0,
        name: "LATIN CAPITAL LETTER O WITH HORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A1,
        name: "LATIN SMALL LETTER O WITH HORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A2,
        name: "LATIN CAPITAL LETTER OI",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A3,
        name: "LATIN SMALL LETTER OI",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A4,
        name: "LATIN CAPITAL LETTER P WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A5,
        name: "LATIN SMALL LETTER P WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A6,
        name: "LATIN LETTER YR",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A7,
        name: "LATIN CAPITAL LETTER TONE TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A8,
        name: "LATIN SMALL LETTER TONE TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x01A9,
        name: "LATIN CAPITAL LETTER ESH",
    },
    Character {
        age: "1.1",
        codepoint: 0x01AA,
        name: "LATIN LETTER REVERSED ESH LOOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x01AB,
        name: "LATIN SMALL LETTER T WITH PALATAL HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01AC,
        name: "LATIN CAPITAL LETTER T WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01AD,
        name: "LATIN SMALL LETTER T WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01AE,
        name: "LATIN CAPITAL LETTER T WITH RETROFLEX HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01AF,
        name: "LATIN CAPITAL LETTER U WITH HORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B0,
        name: "LATIN SMALL LETTER U WITH HORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B1,
        name: "LATIN CAPITAL LETTER UPSILON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B2,
        name: "LATIN CAPITAL LETTER V WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B3,
        name: "LATIN CAPITAL LETTER Y WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B4,
        name: "LATIN SMALL LETTER Y WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B5,
        name: "LATIN CAPITAL LETTER Z WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B6,
        name: "LATIN SMALL LETTER Z WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B7,
        name: "LATIN CAPITAL LETTER EZH",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B8,
        name: "LATIN CAPITAL LETTER EZH REVERSED",
    },
    Character {
        age: "1.1",
        codepoint: 0x01B9,
        name: "LATIN SMALL LETTER EZH REVERSED",
    },
    Character {
        age: "1.1",
        codepoint: 0x01BA,
        name: "LATIN SMALL LETTER EZH WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x01BB,
        name: "LATIN LETTER TWO WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01BC,
        name: "LATIN CAPITAL LETTER TONE FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01BD,
        name: "LATIN SMALL LETTER TONE FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01BE,
        name: "LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01BF,
        name: "LATIN LETTER WYNN",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C0,
        name: "LATIN LETTER DENTAL CLICK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C1,
        name: "LATIN LETTER LATERAL CLICK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C2,
        name: "LATIN LETTER ALVEOLAR CLICK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C3,
        name: "LATIN LETTER RETROFLEX CLICK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C4,
        name: "LATIN CAPITAL LETTER DZ WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C5,
        name: "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C6,
        name: "LATIN SMALL LETTER DZ WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C7,
        name: "LATIN CAPITAL LETTER LJ",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C8,
        name: "LATIN CAPITAL LETTER L WITH SMALL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x01C9,
        name: "LATIN SMALL LETTER LJ",
    },
    Character {
        age: "1.1",
        codepoint: 0x01CA,
        name: "LATIN CAPITAL LETTER NJ",
    },
    Character {
        age: "1.1",
        codepoint: 0x01CB,
        name: "LATIN CAPITAL LETTER N WITH SMALL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x01CC,
        name: "LATIN SMALL LETTER NJ",
    },
    Character {
        age: "1.1",
        codepoint: 0x01CD,
        name: "LATIN CAPITAL LETTER A WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01CE,
        name: "LATIN SMALL LETTER A WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01CF,
        name: "LATIN CAPITAL LETTER I WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D0,
        name: "LATIN SMALL LETTER I WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D1,
        name: "LATIN CAPITAL LETTER O WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D2,
        name: "LATIN SMALL LETTER O WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D3,
        name: "LATIN CAPITAL LETTER U WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D4,
        name: "LATIN SMALL LETTER U WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D5,
        name: "LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D6,
        name: "LATIN SMALL LETTER U WITH DIAERESIS AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D7,
        name: "LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D8,
        name: "LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01D9,
        name: "LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01DA,
        name: "LATIN SMALL LETTER U WITH DIAERESIS AND CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01DB,
        name: "LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01DC,
        name: "LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01DD,
        name: "LATIN SMALL LETTER TURNED E",
    },
    Character {
        age: "1.1",
        codepoint: 0x01DE,
        name: "LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01DF,
        name: "LATIN SMALL LETTER A WITH DIAERESIS AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E0,
        name: "LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E1,
        name: "LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E2,
        name: "LATIN CAPITAL LETTER AE WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E3,
        name: "LATIN SMALL LETTER AE WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E4,
        name: "LATIN CAPITAL LETTER G WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E5,
        name: "LATIN SMALL LETTER G WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E6,
        name: "LATIN CAPITAL LETTER G WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E7,
        name: "LATIN SMALL LETTER G WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E8,
        name: "LATIN CAPITAL LETTER K WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01E9,
        name: "LATIN SMALL LETTER K WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01EA,
        name: "LATIN CAPITAL LETTER O WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01EB,
        name: "LATIN SMALL LETTER O WITH OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x01EC,
        name: "LATIN CAPITAL LETTER O WITH OGONEK AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01ED,
        name: "LATIN SMALL LETTER O WITH OGONEK AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01EE,
        name: "LATIN CAPITAL LETTER EZH WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01EF,
        name: "LATIN SMALL LETTER EZH WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01F0,
        name: "LATIN SMALL LETTER J WITH CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x01F1,
        name: "LATIN CAPITAL LETTER DZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x01F2,
        name: "LATIN CAPITAL LETTER D WITH SMALL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x01F3,
        name: "LATIN SMALL LETTER DZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x01F4,
        name: "LATIN CAPITAL LETTER G WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01F5,
        name: "LATIN SMALL LETTER G WITH ACUTE",
    },
    Character {
        age: "3.0",
        codepoint: 0x01F6,
        name: "LATIN CAPITAL LETTER HWAIR",
    },
    Character {
        age: "3.0",
        codepoint: 0x01F7,
        name: "LATIN CAPITAL LETTER WYNN",
    },
    Character {
        age: "3.0",
        codepoint: 0x01F8,
        name: "LATIN CAPITAL LETTER N WITH GRAVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x01F9,
        name: "LATIN SMALL LETTER N WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01FA,
        name: "LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01FB,
        name: "LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01FC,
        name: "LATIN CAPITAL LETTER AE WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01FD,
        name: "LATIN SMALL LETTER AE WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01FE,
        name: "LATIN CAPITAL LETTER O WITH STROKE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x01FF,
        name: "LATIN SMALL LETTER O WITH STROKE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0200,
        name: "LATIN CAPITAL LETTER A WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0201,
        name: "LATIN SMALL LETTER A WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0202,
        name: "LATIN CAPITAL LETTER A WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0203,
        name: "LATIN SMALL LETTER A WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0204,
        name: "LATIN CAPITAL LETTER E WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0205,
        name: "LATIN SMALL LETTER E WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0206,
        name: "LATIN CAPITAL LETTER E WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0207,
        name: "LATIN SMALL LETTER E WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0208,
        name: "LATIN CAPITAL LETTER I WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0209,
        name: "LATIN SMALL LETTER I WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x020A,
        name: "LATIN CAPITAL LETTER I WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x020B,
        name: "LATIN SMALL LETTER I WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x020C,
        name: "LATIN CAPITAL LETTER O WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x020D,
        name: "LATIN SMALL LETTER O WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x020E,
        name: "LATIN CAPITAL LETTER O WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x020F,
        name: "LATIN SMALL LETTER O WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0210,
        name: "LATIN CAPITAL LETTER R WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0211,
        name: "LATIN SMALL LETTER R WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0212,
        name: "LATIN CAPITAL LETTER R WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0213,
        name: "LATIN SMALL LETTER R WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0214,
        name: "LATIN CAPITAL LETTER U WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0215,
        name: "LATIN SMALL LETTER U WITH DOUBLE GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0216,
        name: "LATIN CAPITAL LETTER U WITH INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0217,
        name: "LATIN SMALL LETTER U WITH INVERTED BREVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0218,
        name: "LATIN CAPITAL LETTER S WITH COMMA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0219,
        name: "LATIN SMALL LETTER S WITH COMMA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x021A,
        name: "LATIN CAPITAL LETTER T WITH COMMA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x021B,
        name: "LATIN SMALL LETTER T WITH COMMA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x021C,
        name: "LATIN CAPITAL LETTER YOGH",
    },
    Character {
        age: "3.0",
        codepoint: 0x021D,
        name: "LATIN SMALL LETTER YOGH",
    },
    Character {
        age: "3.0",
        codepoint: 0x021E,
        name: "LATIN CAPITAL LETTER H WITH CARON",
    },
    Character {
        age: "3.0",
        codepoint: 0x021F,
        name: "LATIN SMALL LETTER H WITH CARON",
    },
    Character {
        age: "3.2",
        codepoint: 0x0220,
        name: "LATIN CAPITAL LETTER N WITH LONG RIGHT LEG",
    },
    Character {
        age: "4.0",
        codepoint: 0x0221,
        name: "LATIN SMALL LETTER D WITH CURL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0222,
        name: "LATIN CAPITAL LETTER OU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0223,
        name: "LATIN SMALL LETTER OU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0224,
        name: "LATIN CAPITAL LETTER Z WITH HOOK",
    },
    Character {
        age: "3.0",
        codepoint: 0x0225,
        name: "LATIN SMALL LETTER Z WITH HOOK",
    },
    Character {
        age: "3.0",
        codepoint: 0x0226,
        name: "LATIN CAPITAL LETTER A WITH DOT ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0227,
        name: "LATIN SMALL LETTER A WITH DOT ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0228,
        name: "LATIN CAPITAL LETTER E WITH CEDILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0229,
        name: "LATIN SMALL LETTER E WITH CEDILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x022A,
        name: "LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x022B,
        name: "LATIN SMALL LETTER O WITH DIAERESIS AND MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x022C,
        name: "LATIN CAPITAL LETTER O WITH TILDE AND MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x022D,
        name: "LATIN SMALL LETTER O WITH TILDE AND MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x022E,
        name: "LATIN CAPITAL LETTER O WITH DOT ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x022F,
        name: "LATIN SMALL LETTER O WITH DOT ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0230,
        name: "LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x0231,
        name: "LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x0232,
        name: "LATIN CAPITAL LETTER Y WITH MACRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x0233,
        name: "LATIN SMALL LETTER Y WITH MACRON",
    },
    Character {
        age: "4.0",
        codepoint: 0x0234,
        name: "LATIN SMALL LETTER L WITH CURL",
    },
    Character {
        age: "4.0",
        codepoint: 0x0235,
        name: "LATIN SMALL LETTER N WITH CURL",
    },
    Character {
        age: "4.0",
        codepoint: 0x0236,
        name: "LATIN SMALL LETTER T WITH CURL",
    },
    Character {
        age: "4.1",
        codepoint: 0x0237,
        name: "LATIN SMALL LETTER DOTLESS J",
    },
    Character {
        age: "4.1",
        codepoint: 0x0238,
        name: "LATIN SMALL LETTER DB DIGRAPH",
    },
    Character {
        age: "4.1",
        codepoint: 0x0239,
        name: "LATIN SMALL LETTER QP DIGRAPH",
    },
    Character {
        age: "4.1",
        codepoint: 0x023A,
        name: "LATIN CAPITAL LETTER A WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x023B,
        name: "LATIN CAPITAL LETTER C WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x023C,
        name: "LATIN SMALL LETTER C WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x023D,
        name: "LATIN CAPITAL LETTER L WITH BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x023E,
        name: "LATIN CAPITAL LETTER T WITH DIAGONAL STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x023F,
        name: "LATIN SMALL LETTER S WITH SWASH TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x0240,
        name: "LATIN SMALL LETTER Z WITH SWASH TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x0241,
        name: "LATIN CAPITAL LETTER GLOTTAL STOP",
    },
    Character {
        age: "5.0",
        codepoint: 0x0242,
        name: "LATIN SMALL LETTER GLOTTAL STOP",
    },
    Character {
        age: "5.0",
        codepoint: 0x0243,
        name: "LATIN CAPITAL LETTER B WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0244,
        name: "LATIN CAPITAL LETTER U BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x0245,
        name: "LATIN CAPITAL LETTER TURNED V",
    },
    Character {
        age: "5.0",
        codepoint: 0x0246,
        name: "LATIN CAPITAL LETTER E WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0247,
        name: "LATIN SMALL LETTER E WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0248,
        name: "LATIN CAPITAL LETTER J WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0249,
        name: "LATIN SMALL LETTER J WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x024A,
        name: "LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL",
    },
    Character {
        age: "5.0",
        codepoint: 0x024B,
        name: "LATIN SMALL LETTER Q WITH HOOK TAIL",
    },
    Character {
        age: "5.0",
        codepoint: 0x024C,
        name: "LATIN CAPITAL LETTER R WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x024D,
        name: "LATIN SMALL LETTER R WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x024E,
        name: "LATIN CAPITAL LETTER Y WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x024F,
        name: "LATIN SMALL LETTER Y WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0250,
        name: "LATIN SMALL LETTER TURNED A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0251,
        name: "LATIN SMALL LETTER ALPHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0252,
        name: "LATIN SMALL LETTER TURNED ALPHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0253,
        name: "LATIN SMALL LETTER B WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0254,
        name: "LATIN SMALL LETTER OPEN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0255,
        name: "LATIN SMALL LETTER C WITH CURL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0256,
        name: "LATIN SMALL LETTER D WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0257,
        name: "LATIN SMALL LETTER D WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0258,
        name: "LATIN SMALL LETTER REVERSED E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0259,
        name: "LATIN SMALL LETTER SCHWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x025A,
        name: "LATIN SMALL LETTER SCHWA WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x025B,
        name: "LATIN SMALL LETTER OPEN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x025C,
        name: "LATIN SMALL LETTER REVERSED OPEN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x025D,
        name: "LATIN SMALL LETTER REVERSED OPEN E WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x025E,
        name: "LATIN SMALL LETTER CLOSED REVERSED OPEN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x025F,
        name: "LATIN SMALL LETTER DOTLESS J WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0260,
        name: "LATIN SMALL LETTER G WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0261,
        name: "LATIN SMALL LETTER SCRIPT G",
    },
    Character {
        age: "1.1",
        codepoint: 0x0262,
        name: "LATIN LETTER SMALL CAPITAL G",
    },
    Character {
        age: "1.1",
        codepoint: 0x0263,
        name: "LATIN SMALL LETTER GAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0264,
        name: "LATIN SMALL LETTER RAMS HORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0265,
        name: "LATIN SMALL LETTER TURNED H",
    },
    Character {
        age: "1.1",
        codepoint: 0x0266,
        name: "LATIN SMALL LETTER H WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0267,
        name: "LATIN SMALL LETTER HENG WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0268,
        name: "LATIN SMALL LETTER I WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0269,
        name: "LATIN SMALL LETTER IOTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x026A,
        name: "LATIN LETTER SMALL CAPITAL I",
    },
    Character {
        age: "1.1",
        codepoint: 0x026B,
        name: "LATIN SMALL LETTER L WITH MIDDLE TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x026C,
        name: "LATIN SMALL LETTER L WITH BELT",
    },
    Character {
        age: "1.1",
        codepoint: 0x026D,
        name: "LATIN SMALL LETTER L WITH RETROFLEX HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x026E,
        name: "LATIN SMALL LETTER LEZH",
    },
    Character {
        age: "1.1",
        codepoint: 0x026F,
        name: "LATIN SMALL LETTER TURNED M",
    },
    Character {
        age: "1.1",
        codepoint: 0x0270,
        name: "LATIN SMALL LETTER TURNED M WITH LONG LEG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0271,
        name: "LATIN SMALL LETTER M WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0272,
        name: "LATIN SMALL LETTER N WITH LEFT HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0273,
        name: "LATIN SMALL LETTER N WITH RETROFLEX HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0274,
        name: "LATIN LETTER SMALL CAPITAL N",
    },
    Character {
        age: "1.1",
        codepoint: 0x0275,
        name: "LATIN SMALL LETTER BARRED O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0276,
        name: "LATIN LETTER SMALL CAPITAL OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0277,
        name: "LATIN SMALL LETTER CLOSED OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0278,
        name: "LATIN SMALL LETTER PHI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0279,
        name: "LATIN SMALL LETTER TURNED R",
    },
    Character {
        age: "1.1",
        codepoint: 0x027A,
        name: "LATIN SMALL LETTER TURNED R WITH LONG LEG",
    },
    Character {
        age: "1.1",
        codepoint: 0x027B,
        name: "LATIN SMALL LETTER TURNED R WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x027C,
        name: "LATIN SMALL LETTER R WITH LONG LEG",
    },
    Character {
        age: "1.1",
        codepoint: 0x027D,
        name: "LATIN SMALL LETTER R WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x027E,
        name: "LATIN SMALL LETTER R WITH FISHHOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x027F,
        name: "LATIN SMALL LETTER REVERSED R WITH FISHHOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0280,
        name: "LATIN LETTER SMALL CAPITAL R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0281,
        name: "LATIN LETTER SMALL CAPITAL INVERTED R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0282,
        name: "LATIN SMALL LETTER S WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0283,
        name: "LATIN SMALL LETTER ESH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0284,
        name: "LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0285,
        name: "LATIN SMALL LETTER SQUAT REVERSED ESH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0286,
        name: "LATIN SMALL LETTER ESH WITH CURL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0287,
        name: "LATIN SMALL LETTER TURNED T",
    },
    Character {
        age: "1.1",
        codepoint: 0x0288,
        name: "LATIN SMALL LETTER T WITH RETROFLEX HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0289,
        name: "LATIN SMALL LETTER U BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x028A,
        name: "LATIN SMALL LETTER UPSILON",
    },
    Character {
        age: "1.1",
        codepoint: 0x028B,
        name: "LATIN SMALL LETTER V WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x028C,
        name: "LATIN SMALL LETTER TURNED V",
    },
    Character {
        age: "1.1",
        codepoint: 0x028D,
        name: "LATIN SMALL LETTER TURNED W",
    },
    Character {
        age: "1.1",
        codepoint: 0x028E,
        name: "LATIN SMALL LETTER TURNED Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x028F,
        name: "LATIN LETTER SMALL CAPITAL Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x0290,
        name: "LATIN SMALL LETTER Z WITH RETROFLEX HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0291,
        name: "LATIN SMALL LETTER Z WITH CURL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0292,
        name: "LATIN SMALL LETTER EZH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0293,
        name: "LATIN SMALL LETTER EZH WITH CURL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0294,
        name: "LATIN LETTER GLOTTAL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x0295,
        name: "LATIN LETTER PHARYNGEAL VOICED FRICATIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0296,
        name: "LATIN LETTER INVERTED GLOTTAL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x0297,
        name: "LATIN LETTER STRETCHED C",
    },
    Character {
        age: "1.1",
        codepoint: 0x0298,
        name: "LATIN LETTER BILABIAL CLICK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0299,
        name: "LATIN LETTER SMALL CAPITAL B",
    },
    Character {
        age: "1.1",
        codepoint: 0x029A,
        name: "LATIN SMALL LETTER CLOSED OPEN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x029B,
        name: "LATIN LETTER SMALL CAPITAL G WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x029C,
        name: "LATIN LETTER SMALL CAPITAL H",
    },
    Character {
        age: "1.1",
        codepoint: 0x029D,
        name: "LATIN SMALL LETTER J WITH CROSSED-TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x029E,
        name: "LATIN SMALL LETTER TURNED K",
    },
    Character {
        age: "1.1",
        codepoint: 0x029F,
        name: "LATIN LETTER SMALL CAPITAL L",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A0,
        name: "LATIN SMALL LETTER Q WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A1,
        name: "LATIN LETTER GLOTTAL STOP WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A2,
        name: "LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A3,
        name: "LATIN SMALL LETTER DZ DIGRAPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A4,
        name: "LATIN SMALL LETTER DEZH DIGRAPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A5,
        name: "LATIN SMALL LETTER DZ DIGRAPH WITH CURL",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A6,
        name: "LATIN SMALL LETTER TS DIGRAPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A7,
        name: "LATIN SMALL LETTER TESH DIGRAPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x02A8,
        name: "LATIN SMALL LETTER TC DIGRAPH WITH CURL",
    },
    Character {
        age: "3.0",
        codepoint: 0x02A9,
        name: "LATIN SMALL LETTER FENG DIGRAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x02AA,
        name: "LATIN SMALL LETTER LS DIGRAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x02AB,
        name: "LATIN SMALL LETTER LZ DIGRAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x02AC,
        name: "LATIN LETTER BILABIAL PERCUSSIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x02AD,
        name: "LATIN LETTER BIDENTAL PERCUSSIVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02AE,
        name: "LATIN SMALL LETTER TURNED H WITH FISHHOOK",
    },
    Character {
        age: "4.0",
        codepoint: 0x02AF,
        name: "LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B0,
        name: "MODIFIER LETTER SMALL H",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B1,
        name: "MODIFIER LETTER SMALL H WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B2,
        name: "MODIFIER LETTER SMALL J",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B3,
        name: "MODIFIER LETTER SMALL R",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B4,
        name: "MODIFIER LETTER SMALL TURNED R",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B5,
        name: "MODIFIER LETTER SMALL TURNED R WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B6,
        name: "MODIFIER LETTER SMALL CAPITAL INVERTED R",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B7,
        name: "MODIFIER LETTER SMALL W",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B8,
        name: "MODIFIER LETTER SMALL Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x02B9,
        name: "MODIFIER LETTER PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x02BA,
        name: "MODIFIER LETTER DOUBLE PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x02BB,
        name: "MODIFIER LETTER TURNED COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x02BC,
        name: "MODIFIER LETTER APOSTROPHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02BD,
        name: "MODIFIER LETTER REVERSED COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x02BE,
        name: "MODIFIER LETTER RIGHT HALF RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x02BF,
        name: "MODIFIER LETTER LEFT HALF RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C0,
        name: "MODIFIER LETTER GLOTTAL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C1,
        name: "MODIFIER LETTER REVERSED GLOTTAL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C2,
        name: "MODIFIER LETTER LEFT ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C3,
        name: "MODIFIER LETTER RIGHT ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C4,
        name: "MODIFIER LETTER UP ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C5,
        name: "MODIFIER LETTER DOWN ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C6,
        name: "MODIFIER LETTER CIRCUMFLEX ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C7,
        name: "CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C8,
        name: "MODIFIER LETTER VERTICAL LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02C9,
        name: "MODIFIER LETTER MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x02CA,
        name: "MODIFIER LETTER ACUTE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02CB,
        name: "MODIFIER LETTER GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02CC,
        name: "MODIFIER LETTER LOW VERTICAL LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02CD,
        name: "MODIFIER LETTER LOW MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x02CE,
        name: "MODIFIER LETTER LOW GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02CF,
        name: "MODIFIER LETTER LOW ACUTE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D0,
        name: "MODIFIER LETTER TRIANGULAR COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D1,
        name: "MODIFIER LETTER HALF TRIANGULAR COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D2,
        name: "MODIFIER LETTER CENTRED RIGHT HALF RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D3,
        name: "MODIFIER LETTER CENTRED LEFT HALF RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D4,
        name: "MODIFIER LETTER UP TACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D5,
        name: "MODIFIER LETTER DOWN TACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D6,
        name: "MODIFIER LETTER PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D7,
        name: "MODIFIER LETTER MINUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D8,
        name: "BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02D9,
        name: "DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02DA,
        name: "RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02DB,
        name: "OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x02DC,
        name: "SMALL TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x02DD,
        name: "DOUBLE ACUTE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02DE,
        name: "MODIFIER LETTER RHOTIC HOOK",
    },
    Character {
        age: "3.0",
        codepoint: 0x02DF,
        name: "MODIFIER LETTER CROSS ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E0,
        name: "MODIFIER LETTER SMALL GAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E1,
        name: "MODIFIER LETTER SMALL L",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E2,
        name: "MODIFIER LETTER SMALL S",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E3,
        name: "MODIFIER LETTER SMALL X",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E4,
        name: "MODIFIER LETTER SMALL REVERSED GLOTTAL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E5,
        name: "MODIFIER LETTER EXTRA-HIGH TONE BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E6,
        name: "MODIFIER LETTER HIGH TONE BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E7,
        name: "MODIFIER LETTER MID TONE BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E8,
        name: "MODIFIER LETTER LOW TONE BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x02E9,
        name: "MODIFIER LETTER EXTRA-LOW TONE BAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x02EA,
        name: "MODIFIER LETTER YIN DEPARTING TONE MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x02EB,
        name: "MODIFIER LETTER YANG DEPARTING TONE MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x02EC,
        name: "MODIFIER LETTER VOICING",
    },
    Character {
        age: "3.0",
        codepoint: 0x02ED,
        name: "MODIFIER LETTER UNASPIRATED",
    },
    Character {
        age: "3.0",
        codepoint: 0x02EE,
        name: "MODIFIER LETTER DOUBLE APOSTROPHE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02EF,
        name: "MODIFIER LETTER LOW DOWN ARROWHEAD",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F0,
        name: "MODIFIER LETTER LOW UP ARROWHEAD",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F1,
        name: "MODIFIER LETTER LOW LEFT ARROWHEAD",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F2,
        name: "MODIFIER LETTER LOW RIGHT ARROWHEAD",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F3,
        name: "MODIFIER LETTER LOW RING",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F4,
        name: "MODIFIER LETTER MIDDLE GRAVE ACCENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F5,
        name: "MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F6,
        name: "MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F7,
        name: "MODIFIER LETTER LOW TILDE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F8,
        name: "MODIFIER LETTER RAISED COLON",
    },
    Character {
        age: "4.0",
        codepoint: 0x02F9,
        name: "MODIFIER LETTER BEGIN HIGH TONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02FA,
        name: "MODIFIER LETTER END HIGH TONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02FB,
        name: "MODIFIER LETTER BEGIN LOW TONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02FC,
        name: "MODIFIER LETTER END LOW TONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x02FD,
        name: "MODIFIER LETTER SHELF",
    },
    Character {
        age: "4.0",
        codepoint: 0x02FE,
        name: "MODIFIER LETTER OPEN SHELF",
    },
    Character {
        age: "4.0",
        codepoint: 0x02FF,
        name: "MODIFIER LETTER LOW LEFT ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0300,
        name: "COMBINING GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0301,
        name: "COMBINING ACUTE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0302,
        name: "COMBINING CIRCUMFLEX ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0303,
        name: "COMBINING TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0304,
        name: "COMBINING MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0305,
        name: "COMBINING OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0306,
        name: "COMBINING BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0307,
        name: "COMBINING DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0308,
        name: "COMBINING DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0309,
        name: "COMBINING HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x030A,
        name: "COMBINING RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x030B,
        name: "COMBINING DOUBLE ACUTE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x030C,
        name: "COMBINING CARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x030D,
        name: "COMBINING VERTICAL LINE ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x030E,
        name: "COMBINING DOUBLE VERTICAL LINE ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x030F,
        name: "COMBINING DOUBLE GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0310,
        name: "COMBINING CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0311,
        name: "COMBINING INVERTED BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0312,
        name: "COMBINING TURNED COMMA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0313,
        name: "COMBINING COMMA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0314,
        name: "COMBINING REVERSED COMMA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0315,
        name: "COMBINING COMMA ABOVE RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0316,
        name: "COMBINING GRAVE ACCENT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0317,
        name: "COMBINING ACUTE ACCENT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0318,
        name: "COMBINING LEFT TACK BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0319,
        name: "COMBINING RIGHT TACK BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x031A,
        name: "COMBINING LEFT ANGLE ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x031B,
        name: "COMBINING HORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x031C,
        name: "COMBINING LEFT HALF RING BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x031D,
        name: "COMBINING UP TACK BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x031E,
        name: "COMBINING DOWN TACK BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x031F,
        name: "COMBINING PLUS SIGN BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0320,
        name: "COMBINING MINUS SIGN BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0321,
        name: "COMBINING PALATALIZED HOOK BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0322,
        name: "COMBINING RETROFLEX HOOK BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0323,
        name: "COMBINING DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0324,
        name: "COMBINING DIAERESIS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0325,
        name: "COMBINING RING BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0326,
        name: "COMBINING COMMA BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0327,
        name: "COMBINING CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0328,
        name: "COMBINING OGONEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0329,
        name: "COMBINING VERTICAL LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x032A,
        name: "COMBINING BRIDGE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x032B,
        name: "COMBINING INVERTED DOUBLE ARCH BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x032C,
        name: "COMBINING CARON BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x032D,
        name: "COMBINING CIRCUMFLEX ACCENT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x032E,
        name: "COMBINING BREVE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x032F,
        name: "COMBINING INVERTED BREVE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0330,
        name: "COMBINING TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0331,
        name: "COMBINING MACRON BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0332,
        name: "COMBINING LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0333,
        name: "COMBINING DOUBLE LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0334,
        name: "COMBINING TILDE OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0335,
        name: "COMBINING SHORT STROKE OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0336,
        name: "COMBINING LONG STROKE OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0337,
        name: "COMBINING SHORT SOLIDUS OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0338,
        name: "COMBINING LONG SOLIDUS OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0339,
        name: "COMBINING RIGHT HALF RING BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x033A,
        name: "COMBINING INVERTED BRIDGE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x033B,
        name: "COMBINING SQUARE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x033C,
        name: "COMBINING SEAGULL BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x033D,
        name: "COMBINING X ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x033E,
        name: "COMBINING VERTICAL TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x033F,
        name: "COMBINING DOUBLE OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0340,
        name: "COMBINING GRAVE TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0341,
        name: "COMBINING ACUTE TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0342,
        name: "COMBINING GREEK PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0343,
        name: "COMBINING GREEK KORONIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0344,
        name: "COMBINING GREEK DIALYTIKA TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0345,
        name: "COMBINING GREEK YPOGEGRAMMENI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0346,
        name: "COMBINING BRIDGE ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0347,
        name: "COMBINING EQUALS SIGN BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0348,
        name: "COMBINING DOUBLE VERTICAL LINE BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0349,
        name: "COMBINING LEFT ANGLE BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x034A,
        name: "COMBINING NOT TILDE ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x034B,
        name: "COMBINING HOMOTHETIC ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x034C,
        name: "COMBINING ALMOST EQUAL TO ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x034D,
        name: "COMBINING LEFT RIGHT ARROW BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x034E,
        name: "COMBINING UPWARDS ARROW BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x034F,
        name: "COMBINING GRAPHEME JOINER",
    },
    Character {
        age: "4.0",
        codepoint: 0x0350,
        name: "COMBINING RIGHT ARROWHEAD ABOVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x0351,
        name: "COMBINING LEFT HALF RING ABOVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x0352,
        name: "COMBINING FERMATA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0353,
        name: "COMBINING X BELOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x0354,
        name: "COMBINING LEFT ARROWHEAD BELOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x0355,
        name: "COMBINING RIGHT ARROWHEAD BELOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x0356,
        name: "COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x0357,
        name: "COMBINING RIGHT HALF RING ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0358,
        name: "COMBINING DOT ABOVE RIGHT",
    },
    Character {
        age: "4.1",
        codepoint: 0x0359,
        name: "COMBINING ASTERISK BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x035A,
        name: "COMBINING DOUBLE RING BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x035B,
        name: "COMBINING ZIGZAG ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x035C,
        name: "COMBINING DOUBLE BREVE BELOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x035D,
        name: "COMBINING DOUBLE BREVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x035E,
        name: "COMBINING DOUBLE MACRON",
    },
    Character {
        age: "4.0",
        codepoint: 0x035F,
        name: "COMBINING DOUBLE MACRON BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0360,
        name: "COMBINING DOUBLE TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0361,
        name: "COMBINING DOUBLE INVERTED BREVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0362,
        name: "COMBINING DOUBLE RIGHTWARDS ARROW BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x0363,
        name: "COMBINING LATIN SMALL LETTER A",
    },
    Character {
        age: "3.2",
        codepoint: 0x0364,
        name: "COMBINING LATIN SMALL LETTER E",
    },
    Character {
        age: "3.2",
        codepoint: 0x0365,
        name: "COMBINING LATIN SMALL LETTER I",
    },
    Character {
        age: "3.2",
        codepoint: 0x0366,
        name: "COMBINING LATIN SMALL LETTER O",
    },
    Character {
        age: "3.2",
        codepoint: 0x0367,
        name: "COMBINING LATIN SMALL LETTER U",
    },
    Character {
        age: "3.2",
        codepoint: 0x0368,
        name: "COMBINING LATIN SMALL LETTER C",
    },
    Character {
        age: "3.2",
        codepoint: 0x0369,
        name: "COMBINING LATIN SMALL LETTER D",
    },
    Character {
        age: "3.2",
        codepoint: 0x036A,
        name: "COMBINING LATIN SMALL LETTER H",
    },
    Character {
        age: "3.2",
        codepoint: 0x036B,
        name: "COMBINING LATIN SMALL LETTER M",
    },
    Character {
        age: "3.2",
        codepoint: 0x036C,
        name: "COMBINING LATIN SMALL LETTER R",
    },
    Character {
        age: "3.2",
        codepoint: 0x036D,
        name: "COMBINING LATIN SMALL LETTER T",
    },
    Character {
        age: "3.2",
        codepoint: 0x036E,
        name: "COMBINING LATIN SMALL LETTER V",
    },
    Character {
        age: "3.2",
        codepoint: 0x036F,
        name: "COMBINING LATIN SMALL LETTER X",
    },
    Character {
        age: "5.1",
        codepoint: 0x0370,
        name: "GREEK CAPITAL LETTER HETA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0371,
        name: "GREEK SMALL LETTER HETA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0372,
        name: "GREEK CAPITAL LETTER ARCHAIC SAMPI",
    },
    Character {
        age: "5.1",
        codepoint: 0x0373,
        name: "GREEK SMALL LETTER ARCHAIC SAMPI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0374,
        name: "GREEK NUMERAL SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0375,
        name: "GREEK LOWER NUMERAL SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x0376,
        name: "GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0377,
        name: "GREEK SMALL LETTER PAMPHYLIAN DIGAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x037A,
        name: "GREEK YPOGEGRAMMENI",
    },
    Character {
        age: "5.0",
        codepoint: 0x037B,
        name: "GREEK SMALL REVERSED LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "5.0",
        codepoint: 0x037C,
        name: "GREEK SMALL DOTTED LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "5.0",
        codepoint: 0x037D,
        name: "GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x037E,
        name: "GREEK QUESTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x037F,
        name: "GREEK CAPITAL LETTER YOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0384,
        name: "GREEK TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0385,
        name: "GREEK DIALYTIKA TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0386,
        name: "GREEK CAPITAL LETTER ALPHA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0387,
        name: "GREEK ANO TELEIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0388,
        name: "GREEK CAPITAL LETTER EPSILON WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0389,
        name: "GREEK CAPITAL LETTER ETA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x038A,
        name: "GREEK CAPITAL LETTER IOTA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x038C,
        name: "GREEK CAPITAL LETTER OMICRON WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x038E,
        name: "GREEK CAPITAL LETTER UPSILON WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x038F,
        name: "GREEK CAPITAL LETTER OMEGA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0390,
        name: "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0391,
        name: "GREEK CAPITAL LETTER ALPHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0392,
        name: "GREEK CAPITAL LETTER BETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0393,
        name: "GREEK CAPITAL LETTER GAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0394,
        name: "GREEK CAPITAL LETTER DELTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0395,
        name: "GREEK CAPITAL LETTER EPSILON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0396,
        name: "GREEK CAPITAL LETTER ZETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0397,
        name: "GREEK CAPITAL LETTER ETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0398,
        name: "GREEK CAPITAL LETTER THETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0399,
        name: "GREEK CAPITAL LETTER IOTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x039A,
        name: "GREEK CAPITAL LETTER KAPPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x039B,
        name: "GREEK CAPITAL LETTER LAMDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x039C,
        name: "GREEK CAPITAL LETTER MU",
    },
    Character {
        age: "1.1",
        codepoint: 0x039D,
        name: "GREEK CAPITAL LETTER NU",
    },
    Character {
        age: "1.1",
        codepoint: 0x039E,
        name: "GREEK CAPITAL LETTER XI",
    },
    Character {
        age: "1.1",
        codepoint: 0x039F,
        name: "GREEK CAPITAL LETTER OMICRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A0,
        name: "GREEK CAPITAL LETTER PI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A1,
        name: "GREEK CAPITAL LETTER RHO",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A3,
        name: "GREEK CAPITAL LETTER SIGMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A4,
        name: "GREEK CAPITAL LETTER TAU",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A5,
        name: "GREEK CAPITAL LETTER UPSILON",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A6,
        name: "GREEK CAPITAL LETTER PHI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A7,
        name: "GREEK CAPITAL LETTER CHI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A8,
        name: "GREEK CAPITAL LETTER PSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03A9,
        name: "GREEK CAPITAL LETTER OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03AA,
        name: "GREEK CAPITAL LETTER IOTA WITH DIALYTIKA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03AB,
        name: "GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03AC,
        name: "GREEK SMALL LETTER ALPHA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03AD,
        name: "GREEK SMALL LETTER EPSILON WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03AE,
        name: "GREEK SMALL LETTER ETA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03AF,
        name: "GREEK SMALL LETTER IOTA WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B0,
        name: "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B1,
        name: "GREEK SMALL LETTER ALPHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B2,
        name: "GREEK SMALL LETTER BETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B3,
        name: "GREEK SMALL LETTER GAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B4,
        name: "GREEK SMALL LETTER DELTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B5,
        name: "GREEK SMALL LETTER EPSILON",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B6,
        name: "GREEK SMALL LETTER ZETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B7,
        name: "GREEK SMALL LETTER ETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B8,
        name: "GREEK SMALL LETTER THETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03B9,
        name: "GREEK SMALL LETTER IOTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03BA,
        name: "GREEK SMALL LETTER KAPPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03BB,
        name: "GREEK SMALL LETTER LAMDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03BC,
        name: "GREEK SMALL LETTER MU",
    },
    Character {
        age: "1.1",
        codepoint: 0x03BD,
        name: "GREEK SMALL LETTER NU",
    },
    Character {
        age: "1.1",
        codepoint: 0x03BE,
        name: "GREEK SMALL LETTER XI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03BF,
        name: "GREEK SMALL LETTER OMICRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C0,
        name: "GREEK SMALL LETTER PI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C1,
        name: "GREEK SMALL LETTER RHO",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C2,
        name: "GREEK SMALL LETTER FINAL SIGMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C3,
        name: "GREEK SMALL LETTER SIGMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C4,
        name: "GREEK SMALL LETTER TAU",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C5,
        name: "GREEK SMALL LETTER UPSILON",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C6,
        name: "GREEK SMALL LETTER PHI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C7,
        name: "GREEK SMALL LETTER CHI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C8,
        name: "GREEK SMALL LETTER PSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03C9,
        name: "GREEK SMALL LETTER OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03CA,
        name: "GREEK SMALL LETTER IOTA WITH DIALYTIKA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03CB,
        name: "GREEK SMALL LETTER UPSILON WITH DIALYTIKA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03CC,
        name: "GREEK SMALL LETTER OMICRON WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03CD,
        name: "GREEK SMALL LETTER UPSILON WITH TONOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x03CE,
        name: "GREEK SMALL LETTER OMEGA WITH TONOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x03CF,
        name: "GREEK CAPITAL KAI SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D0,
        name: "GREEK BETA SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D1,
        name: "GREEK THETA SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D2,
        name: "GREEK UPSILON WITH HOOK SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D3,
        name: "GREEK UPSILON WITH ACUTE AND HOOK SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D4,
        name: "GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D5,
        name: "GREEK PHI SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03D6,
        name: "GREEK PI SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x03D7,
        name: "GREEK KAI SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x03D8,
        name: "GREEK LETTER ARCHAIC KOPPA",
    },
    Character {
        age: "3.2",
        codepoint: 0x03D9,
        name: "GREEK SMALL LETTER ARCHAIC KOPPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03DA,
        name: "GREEK LETTER STIGMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x03DB,
        name: "GREEK SMALL LETTER STIGMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03DC,
        name: "GREEK LETTER DIGAMMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x03DD,
        name: "GREEK SMALL LETTER DIGAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03DE,
        name: "GREEK LETTER KOPPA",
    },
    Character {
        age: "3.0",
        codepoint: 0x03DF,
        name: "GREEK SMALL LETTER KOPPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E0,
        name: "GREEK LETTER SAMPI",
    },
    Character {
        age: "3.0",
        codepoint: 0x03E1,
        name: "GREEK SMALL LETTER SAMPI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E2,
        name: "COPTIC CAPITAL LETTER SHEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E3,
        name: "COPTIC SMALL LETTER SHEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E4,
        name: "COPTIC CAPITAL LETTER FEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E5,
        name: "COPTIC SMALL LETTER FEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E6,
        name: "COPTIC CAPITAL LETTER KHEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E7,
        name: "COPTIC SMALL LETTER KHEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E8,
        name: "COPTIC CAPITAL LETTER HORI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03E9,
        name: "COPTIC SMALL LETTER HORI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03EA,
        name: "COPTIC CAPITAL LETTER GANGIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03EB,
        name: "COPTIC SMALL LETTER GANGIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03EC,
        name: "COPTIC CAPITAL LETTER SHIMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03ED,
        name: "COPTIC SMALL LETTER SHIMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x03EE,
        name: "COPTIC CAPITAL LETTER DEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03EF,
        name: "COPTIC SMALL LETTER DEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x03F0,
        name: "GREEK KAPPA SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03F1,
        name: "GREEK RHO SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03F2,
        name: "GREEK LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x03F3,
        name: "GREEK LETTER YOT",
    },
    Character {
        age: "3.1",
        codepoint: 0x03F4,
        name: "GREEK CAPITAL THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x03F5,
        name: "GREEK LUNATE EPSILON SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x03F6,
        name: "GREEK REVERSED LUNATE EPSILON SYMBOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x03F7,
        name: "GREEK CAPITAL LETTER SHO",
    },
    Character {
        age: "4.0",
        codepoint: 0x03F8,
        name: "GREEK SMALL LETTER SHO",
    },
    Character {
        age: "4.0",
        codepoint: 0x03F9,
        name: "GREEK CAPITAL LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x03FA,
        name: "GREEK CAPITAL LETTER SAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x03FB,
        name: "GREEK SMALL LETTER SAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x03FC,
        name: "GREEK RHO WITH STROKE SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x03FD,
        name: "GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x03FE,
        name: "GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x03FF,
        name: "GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0400,
        name: "CYRILLIC CAPITAL LETTER IE WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0401,
        name: "CYRILLIC CAPITAL LETTER IO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0402,
        name: "CYRILLIC CAPITAL LETTER DJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0403,
        name: "CYRILLIC CAPITAL LETTER GJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0404,
        name: "CYRILLIC CAPITAL LETTER UKRAINIAN IE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0405,
        name: "CYRILLIC CAPITAL LETTER DZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0406,
        name: "CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0407,
        name: "CYRILLIC CAPITAL LETTER YI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0408,
        name: "CYRILLIC CAPITAL LETTER JE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0409,
        name: "CYRILLIC CAPITAL LETTER LJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x040A,
        name: "CYRILLIC CAPITAL LETTER NJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x040B,
        name: "CYRILLIC CAPITAL LETTER TSHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x040C,
        name: "CYRILLIC CAPITAL LETTER KJE",
    },
    Character {
        age: "3.0",
        codepoint: 0x040D,
        name: "CYRILLIC CAPITAL LETTER I WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x040E,
        name: "CYRILLIC CAPITAL LETTER SHORT U",
    },
    Character {
        age: "1.1",
        codepoint: 0x040F,
        name: "CYRILLIC CAPITAL LETTER DZHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0410,
        name: "CYRILLIC CAPITAL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0411,
        name: "CYRILLIC CAPITAL LETTER BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0412,
        name: "CYRILLIC CAPITAL LETTER VE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0413,
        name: "CYRILLIC CAPITAL LETTER GHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0414,
        name: "CYRILLIC CAPITAL LETTER DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0415,
        name: "CYRILLIC CAPITAL LETTER IE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0416,
        name: "CYRILLIC CAPITAL LETTER ZHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0417,
        name: "CYRILLIC CAPITAL LETTER ZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0418,
        name: "CYRILLIC CAPITAL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0419,
        name: "CYRILLIC CAPITAL LETTER SHORT I",
    },
    Character {
        age: "1.1",
        codepoint: 0x041A,
        name: "CYRILLIC CAPITAL LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x041B,
        name: "CYRILLIC CAPITAL LETTER EL",
    },
    Character {
        age: "1.1",
        codepoint: 0x041C,
        name: "CYRILLIC CAPITAL LETTER EM",
    },
    Character {
        age: "1.1",
        codepoint: 0x041D,
        name: "CYRILLIC CAPITAL LETTER EN",
    },
    Character {
        age: "1.1",
        codepoint: 0x041E,
        name: "CYRILLIC CAPITAL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x041F,
        name: "CYRILLIC CAPITAL LETTER PE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0420,
        name: "CYRILLIC CAPITAL LETTER ER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0421,
        name: "CYRILLIC CAPITAL LETTER ES",
    },
    Character {
        age: "1.1",
        codepoint: 0x0422,
        name: "CYRILLIC CAPITAL LETTER TE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0423,
        name: "CYRILLIC CAPITAL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0424,
        name: "CYRILLIC CAPITAL LETTER EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0425,
        name: "CYRILLIC CAPITAL LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0426,
        name: "CYRILLIC CAPITAL LETTER TSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0427,
        name: "CYRILLIC CAPITAL LETTER CHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0428,
        name: "CYRILLIC CAPITAL LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0429,
        name: "CYRILLIC CAPITAL LETTER SHCHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x042A,
        name: "CYRILLIC CAPITAL LETTER HARD SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x042B,
        name: "CYRILLIC CAPITAL LETTER YERU",
    },
    Character {
        age: "1.1",
        codepoint: 0x042C,
        name: "CYRILLIC CAPITAL LETTER SOFT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x042D,
        name: "CYRILLIC CAPITAL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x042E,
        name: "CYRILLIC CAPITAL LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x042F,
        name: "CYRILLIC CAPITAL LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0430,
        name: "CYRILLIC SMALL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0431,
        name: "CYRILLIC SMALL LETTER BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0432,
        name: "CYRILLIC SMALL LETTER VE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0433,
        name: "CYRILLIC SMALL LETTER GHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0434,
        name: "CYRILLIC SMALL LETTER DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0435,
        name: "CYRILLIC SMALL LETTER IE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0436,
        name: "CYRILLIC SMALL LETTER ZHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0437,
        name: "CYRILLIC SMALL LETTER ZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0438,
        name: "CYRILLIC SMALL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0439,
        name: "CYRILLIC SMALL LETTER SHORT I",
    },
    Character {
        age: "1.1",
        codepoint: 0x043A,
        name: "CYRILLIC SMALL LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x043B,
        name: "CYRILLIC SMALL LETTER EL",
    },
    Character {
        age: "1.1",
        codepoint: 0x043C,
        name: "CYRILLIC SMALL LETTER EM",
    },
    Character {
        age: "1.1",
        codepoint: 0x043D,
        name: "CYRILLIC SMALL LETTER EN",
    },
    Character {
        age: "1.1",
        codepoint: 0x043E,
        name: "CYRILLIC SMALL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x043F,
        name: "CYRILLIC SMALL LETTER PE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0440,
        name: "CYRILLIC SMALL LETTER ER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0441,
        name: "CYRILLIC SMALL LETTER ES",
    },
    Character {
        age: "1.1",
        codepoint: 0x0442,
        name: "CYRILLIC SMALL LETTER TE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0443,
        name: "CYRILLIC SMALL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0444,
        name: "CYRILLIC SMALL LETTER EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0445,
        name: "CYRILLIC SMALL LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0446,
        name: "CYRILLIC SMALL LETTER TSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0447,
        name: "CYRILLIC SMALL LETTER CHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0448,
        name: "CYRILLIC SMALL LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0449,
        name: "CYRILLIC SMALL LETTER SHCHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x044A,
        name: "CYRILLIC SMALL LETTER HARD SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x044B,
        name: "CYRILLIC SMALL LETTER YERU",
    },
    Character {
        age: "1.1",
        codepoint: 0x044C,
        name: "CYRILLIC SMALL LETTER SOFT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x044D,
        name: "CYRILLIC SMALL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x044E,
        name: "CYRILLIC SMALL LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x044F,
        name: "CYRILLIC SMALL LETTER YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0450,
        name: "CYRILLIC SMALL LETTER IE WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0451,
        name: "CYRILLIC SMALL LETTER IO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0452,
        name: "CYRILLIC SMALL LETTER DJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0453,
        name: "CYRILLIC SMALL LETTER GJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0454,
        name: "CYRILLIC SMALL LETTER UKRAINIAN IE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0455,
        name: "CYRILLIC SMALL LETTER DZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0456,
        name: "CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0457,
        name: "CYRILLIC SMALL LETTER YI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0458,
        name: "CYRILLIC SMALL LETTER JE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0459,
        name: "CYRILLIC SMALL LETTER LJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x045A,
        name: "CYRILLIC SMALL LETTER NJE",
    },
    Character {
        age: "1.1",
        codepoint: 0x045B,
        name: "CYRILLIC SMALL LETTER TSHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x045C,
        name: "CYRILLIC SMALL LETTER KJE",
    },
    Character {
        age: "3.0",
        codepoint: 0x045D,
        name: "CYRILLIC SMALL LETTER I WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x045E,
        name: "CYRILLIC SMALL LETTER SHORT U",
    },
    Character {
        age: "1.1",
        codepoint: 0x045F,
        name: "CYRILLIC SMALL LETTER DZHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0460,
        name: "CYRILLIC CAPITAL LETTER OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0461,
        name: "CYRILLIC SMALL LETTER OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0462,
        name: "CYRILLIC CAPITAL LETTER YAT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0463,
        name: "CYRILLIC SMALL LETTER YAT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0464,
        name: "CYRILLIC CAPITAL LETTER IOTIFIED E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0465,
        name: "CYRILLIC SMALL LETTER IOTIFIED E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0466,
        name: "CYRILLIC CAPITAL LETTER LITTLE YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0467,
        name: "CYRILLIC SMALL LETTER LITTLE YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0468,
        name: "CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0469,
        name: "CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x046A,
        name: "CYRILLIC CAPITAL LETTER BIG YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x046B,
        name: "CYRILLIC SMALL LETTER BIG YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x046C,
        name: "CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x046D,
        name: "CYRILLIC SMALL LETTER IOTIFIED BIG YUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x046E,
        name: "CYRILLIC CAPITAL LETTER KSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x046F,
        name: "CYRILLIC SMALL LETTER KSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0470,
        name: "CYRILLIC CAPITAL LETTER PSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0471,
        name: "CYRILLIC SMALL LETTER PSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0472,
        name: "CYRILLIC CAPITAL LETTER FITA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0473,
        name: "CYRILLIC SMALL LETTER FITA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0474,
        name: "CYRILLIC CAPITAL LETTER IZHITSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0475,
        name: "CYRILLIC SMALL LETTER IZHITSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0476,
        name: "CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0477,
        name: "CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0478,
        name: "CYRILLIC CAPITAL LETTER UK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0479,
        name: "CYRILLIC SMALL LETTER UK",
    },
    Character {
        age: "1.1",
        codepoint: 0x047A,
        name: "CYRILLIC CAPITAL LETTER ROUND OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x047B,
        name: "CYRILLIC SMALL LETTER ROUND OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x047C,
        name: "CYRILLIC CAPITAL LETTER OMEGA WITH TITLO",
    },
    Character {
        age: "1.1",
        codepoint: 0x047D,
        name: "CYRILLIC SMALL LETTER OMEGA WITH TITLO",
    },
    Character {
        age: "1.1",
        codepoint: 0x047E,
        name: "CYRILLIC CAPITAL LETTER OT",
    },
    Character {
        age: "1.1",
        codepoint: 0x047F,
        name: "CYRILLIC SMALL LETTER OT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0480,
        name: "CYRILLIC CAPITAL LETTER KOPPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0481,
        name: "CYRILLIC SMALL LETTER KOPPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0482,
        name: "CYRILLIC THOUSANDS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0483,
        name: "COMBINING CYRILLIC TITLO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0484,
        name: "COMBINING CYRILLIC PALATALIZATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x0485,
        name: "COMBINING CYRILLIC DASIA PNEUMATA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0486,
        name: "COMBINING CYRILLIC PSILI PNEUMATA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0487,
        name: "COMBINING CYRILLIC POKRYTIE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0488,
        name: "COMBINING CYRILLIC HUNDRED THOUSANDS SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x0489,
        name: "COMBINING CYRILLIC MILLIONS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x048A,
        name: "CYRILLIC CAPITAL LETTER SHORT I WITH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x048B,
        name: "CYRILLIC SMALL LETTER SHORT I WITH TAIL",
    },
    Character {
        age: "3.0",
        codepoint: 0x048C,
        name: "CYRILLIC CAPITAL LETTER SEMISOFT SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x048D,
        name: "CYRILLIC SMALL LETTER SEMISOFT SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x048E,
        name: "CYRILLIC CAPITAL LETTER ER WITH TICK",
    },
    Character {
        age: "3.0",
        codepoint: 0x048F,
        name: "CYRILLIC SMALL LETTER ER WITH TICK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0490,
        name: "CYRILLIC CAPITAL LETTER GHE WITH UPTURN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0491,
        name: "CYRILLIC SMALL LETTER GHE WITH UPTURN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0492,
        name: "CYRILLIC CAPITAL LETTER GHE WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0493,
        name: "CYRILLIC SMALL LETTER GHE WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0494,
        name: "CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0495,
        name: "CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0496,
        name: "CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0497,
        name: "CYRILLIC SMALL LETTER ZHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0498,
        name: "CYRILLIC CAPITAL LETTER ZE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0499,
        name: "CYRILLIC SMALL LETTER ZE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x049A,
        name: "CYRILLIC CAPITAL LETTER KA WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x049B,
        name: "CYRILLIC SMALL LETTER KA WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x049C,
        name: "CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x049D,
        name: "CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x049E,
        name: "CYRILLIC CAPITAL LETTER KA WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x049F,
        name: "CYRILLIC SMALL LETTER KA WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A0,
        name: "CYRILLIC CAPITAL LETTER BASHKIR KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A1,
        name: "CYRILLIC SMALL LETTER BASHKIR KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A2,
        name: "CYRILLIC CAPITAL LETTER EN WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A3,
        name: "CYRILLIC SMALL LETTER EN WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A4,
        name: "CYRILLIC CAPITAL LIGATURE EN GHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A5,
        name: "CYRILLIC SMALL LIGATURE EN GHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A6,
        name: "CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A7,
        name: "CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A8,
        name: "CYRILLIC CAPITAL LETTER ABKHASIAN HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04A9,
        name: "CYRILLIC SMALL LETTER ABKHASIAN HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04AA,
        name: "CYRILLIC CAPITAL LETTER ES WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04AB,
        name: "CYRILLIC SMALL LETTER ES WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04AC,
        name: "CYRILLIC CAPITAL LETTER TE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04AD,
        name: "CYRILLIC SMALL LETTER TE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04AE,
        name: "CYRILLIC CAPITAL LETTER STRAIGHT U",
    },
    Character {
        age: "1.1",
        codepoint: 0x04AF,
        name: "CYRILLIC SMALL LETTER STRAIGHT U",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B0,
        name: "CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B1,
        name: "CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B2,
        name: "CYRILLIC CAPITAL LETTER HA WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B3,
        name: "CYRILLIC SMALL LETTER HA WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B4,
        name: "CYRILLIC CAPITAL LIGATURE TE TSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B5,
        name: "CYRILLIC SMALL LIGATURE TE TSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B6,
        name: "CYRILLIC CAPITAL LETTER CHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B7,
        name: "CYRILLIC SMALL LETTER CHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B8,
        name: "CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04B9,
        name: "CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04BA,
        name: "CYRILLIC CAPITAL LETTER SHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04BB,
        name: "CYRILLIC SMALL LETTER SHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04BC,
        name: "CYRILLIC CAPITAL LETTER ABKHASIAN CHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04BD,
        name: "CYRILLIC SMALL LETTER ABKHASIAN CHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04BE,
        name: "CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04BF,
        name: "CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C0,
        name: "CYRILLIC LETTER PALOCHKA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C1,
        name: "CYRILLIC CAPITAL LETTER ZHE WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C2,
        name: "CYRILLIC SMALL LETTER ZHE WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C3,
        name: "CYRILLIC CAPITAL LETTER KA WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C4,
        name: "CYRILLIC SMALL LETTER KA WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x04C5,
        name: "CYRILLIC CAPITAL LETTER EL WITH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x04C6,
        name: "CYRILLIC SMALL LETTER EL WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C7,
        name: "CYRILLIC CAPITAL LETTER EN WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x04C8,
        name: "CYRILLIC SMALL LETTER EN WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x04C9,
        name: "CYRILLIC CAPITAL LETTER EN WITH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x04CA,
        name: "CYRILLIC SMALL LETTER EN WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x04CB,
        name: "CYRILLIC CAPITAL LETTER KHAKASSIAN CHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04CC,
        name: "CYRILLIC SMALL LETTER KHAKASSIAN CHE",
    },
    Character {
        age: "3.2",
        codepoint: 0x04CD,
        name: "CYRILLIC CAPITAL LETTER EM WITH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x04CE,
        name: "CYRILLIC SMALL LETTER EM WITH TAIL",
    },
    Character {
        age: "5.0",
        codepoint: 0x04CF,
        name: "CYRILLIC SMALL LETTER PALOCHKA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D0,
        name: "CYRILLIC CAPITAL LETTER A WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D1,
        name: "CYRILLIC SMALL LETTER A WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D2,
        name: "CYRILLIC CAPITAL LETTER A WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D3,
        name: "CYRILLIC SMALL LETTER A WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D4,
        name: "CYRILLIC CAPITAL LIGATURE A IE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D5,
        name: "CYRILLIC SMALL LIGATURE A IE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D6,
        name: "CYRILLIC CAPITAL LETTER IE WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D7,
        name: "CYRILLIC SMALL LETTER IE WITH BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D8,
        name: "CYRILLIC CAPITAL LETTER SCHWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04D9,
        name: "CYRILLIC SMALL LETTER SCHWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x04DA,
        name: "CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04DB,
        name: "CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04DC,
        name: "CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04DD,
        name: "CYRILLIC SMALL LETTER ZHE WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04DE,
        name: "CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04DF,
        name: "CYRILLIC SMALL LETTER ZE WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E0,
        name: "CYRILLIC CAPITAL LETTER ABKHASIAN DZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E1,
        name: "CYRILLIC SMALL LETTER ABKHASIAN DZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E2,
        name: "CYRILLIC CAPITAL LETTER I WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E3,
        name: "CYRILLIC SMALL LETTER I WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E4,
        name: "CYRILLIC CAPITAL LETTER I WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E5,
        name: "CYRILLIC SMALL LETTER I WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E6,
        name: "CYRILLIC CAPITAL LETTER O WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E7,
        name: "CYRILLIC SMALL LETTER O WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E8,
        name: "CYRILLIC CAPITAL LETTER BARRED O",
    },
    Character {
        age: "1.1",
        codepoint: 0x04E9,
        name: "CYRILLIC SMALL LETTER BARRED O",
    },
    Character {
        age: "1.1",
        codepoint: 0x04EA,
        name: "CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04EB,
        name: "CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS",
    },
    Character {
        age: "3.0",
        codepoint: 0x04EC,
        name: "CYRILLIC CAPITAL LETTER E WITH DIAERESIS",
    },
    Character {
        age: "3.0",
        codepoint: 0x04ED,
        name: "CYRILLIC SMALL LETTER E WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04EE,
        name: "CYRILLIC CAPITAL LETTER U WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x04EF,
        name: "CYRILLIC SMALL LETTER U WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F0,
        name: "CYRILLIC CAPITAL LETTER U WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F1,
        name: "CYRILLIC SMALL LETTER U WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F2,
        name: "CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F3,
        name: "CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F4,
        name: "CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F5,
        name: "CYRILLIC SMALL LETTER CHE WITH DIAERESIS",
    },
    Character {
        age: "4.1",
        codepoint: 0x04F6,
        name: "CYRILLIC CAPITAL LETTER GHE WITH DESCENDER",
    },
    Character {
        age: "4.1",
        codepoint: 0x04F7,
        name: "CYRILLIC SMALL LETTER GHE WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F8,
        name: "CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x04F9,
        name: "CYRILLIC SMALL LETTER YERU WITH DIAERESIS",
    },
    Character {
        age: "5.0",
        codepoint: 0x04FA,
        name: "CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK",
    },
    Character {
        age: "5.0",
        codepoint: 0x04FB,
        name: "CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK",
    },
    Character {
        age: "5.0",
        codepoint: 0x04FC,
        name: "CYRILLIC CAPITAL LETTER HA WITH HOOK",
    },
    Character {
        age: "5.0",
        codepoint: 0x04FD,
        name: "CYRILLIC SMALL LETTER HA WITH HOOK",
    },
    Character {
        age: "5.0",
        codepoint: 0x04FE,
        name: "CYRILLIC CAPITAL LETTER HA WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x04FF,
        name: "CYRILLIC SMALL LETTER HA WITH STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0500,
        name: "CYRILLIC CAPITAL LETTER KOMI DE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0501,
        name: "CYRILLIC SMALL LETTER KOMI DE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0502,
        name: "CYRILLIC CAPITAL LETTER KOMI DJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0503,
        name: "CYRILLIC SMALL LETTER KOMI DJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0504,
        name: "CYRILLIC CAPITAL LETTER KOMI ZJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0505,
        name: "CYRILLIC SMALL LETTER KOMI ZJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0506,
        name: "CYRILLIC CAPITAL LETTER KOMI DZJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0507,
        name: "CYRILLIC SMALL LETTER KOMI DZJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0508,
        name: "CYRILLIC CAPITAL LETTER KOMI LJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x0509,
        name: "CYRILLIC SMALL LETTER KOMI LJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x050A,
        name: "CYRILLIC CAPITAL LETTER KOMI NJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x050B,
        name: "CYRILLIC SMALL LETTER KOMI NJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x050C,
        name: "CYRILLIC CAPITAL LETTER KOMI SJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x050D,
        name: "CYRILLIC SMALL LETTER KOMI SJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x050E,
        name: "CYRILLIC CAPITAL LETTER KOMI TJE",
    },
    Character {
        age: "3.2",
        codepoint: 0x050F,
        name: "CYRILLIC SMALL LETTER KOMI TJE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0510,
        name: "CYRILLIC CAPITAL LETTER REVERSED ZE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0511,
        name: "CYRILLIC SMALL LETTER REVERSED ZE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0512,
        name: "CYRILLIC CAPITAL LETTER EL WITH HOOK",
    },
    Character {
        age: "5.0",
        codepoint: 0x0513,
        name: "CYRILLIC SMALL LETTER EL WITH HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x0514,
        name: "CYRILLIC CAPITAL LETTER LHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0515,
        name: "CYRILLIC SMALL LETTER LHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0516,
        name: "CYRILLIC CAPITAL LETTER RHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0517,
        name: "CYRILLIC SMALL LETTER RHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0518,
        name: "CYRILLIC CAPITAL LETTER YAE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0519,
        name: "CYRILLIC SMALL LETTER YAE",
    },
    Character {
        age: "5.1",
        codepoint: 0x051A,
        name: "CYRILLIC CAPITAL LETTER QA",
    },
    Character {
        age: "5.1",
        codepoint: 0x051B,
        name: "CYRILLIC SMALL LETTER QA",
    },
    Character {
        age: "5.1",
        codepoint: 0x051C,
        name: "CYRILLIC CAPITAL LETTER WE",
    },
    Character {
        age: "5.1",
        codepoint: 0x051D,
        name: "CYRILLIC SMALL LETTER WE",
    },
    Character {
        age: "5.1",
        codepoint: 0x051E,
        name: "CYRILLIC CAPITAL LETTER ALEUT KA",
    },
    Character {
        age: "5.1",
        codepoint: 0x051F,
        name: "CYRILLIC SMALL LETTER ALEUT KA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0520,
        name: "CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x0521,
        name: "CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x0522,
        name: "CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x0523,
        name: "CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK",
    },
    Character {
        age: "5.2",
        codepoint: 0x0524,
        name: "CYRILLIC CAPITAL LETTER PE WITH DESCENDER",
    },
    Character {
        age: "5.2",
        codepoint: 0x0525,
        name: "CYRILLIC SMALL LETTER PE WITH DESCENDER",
    },
    Character {
        age: "6.0",
        codepoint: 0x0526,
        name: "CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER",
    },
    Character {
        age: "6.0",
        codepoint: 0x0527,
        name: "CYRILLIC SMALL LETTER SHHA WITH DESCENDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x0528,
        name: "CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0x0529,
        name: "CYRILLIC SMALL LETTER EN WITH LEFT HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0x052A,
        name: "CYRILLIC CAPITAL LETTER DZZHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x052B,
        name: "CYRILLIC SMALL LETTER DZZHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x052C,
        name: "CYRILLIC CAPITAL LETTER DCHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x052D,
        name: "CYRILLIC SMALL LETTER DCHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x052E,
        name: "CYRILLIC CAPITAL LETTER EL WITH DESCENDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x052F,
        name: "CYRILLIC SMALL LETTER EL WITH DESCENDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x0531,
        name: "ARMENIAN CAPITAL LETTER AYB",
    },
    Character {
        age: "1.1",
        codepoint: 0x0532,
        name: "ARMENIAN CAPITAL LETTER BEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0533,
        name: "ARMENIAN CAPITAL LETTER GIM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0534,
        name: "ARMENIAN CAPITAL LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0535,
        name: "ARMENIAN CAPITAL LETTER ECH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0536,
        name: "ARMENIAN CAPITAL LETTER ZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0537,
        name: "ARMENIAN CAPITAL LETTER EH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0538,
        name: "ARMENIAN CAPITAL LETTER ET",
    },
    Character {
        age: "1.1",
        codepoint: 0x0539,
        name: "ARMENIAN CAPITAL LETTER TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x053A,
        name: "ARMENIAN CAPITAL LETTER ZHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x053B,
        name: "ARMENIAN CAPITAL LETTER INI",
    },
    Character {
        age: "1.1",
        codepoint: 0x053C,
        name: "ARMENIAN CAPITAL LETTER LIWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x053D,
        name: "ARMENIAN CAPITAL LETTER XEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x053E,
        name: "ARMENIAN CAPITAL LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x053F,
        name: "ARMENIAN CAPITAL LETTER KEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0540,
        name: "ARMENIAN CAPITAL LETTER HO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0541,
        name: "ARMENIAN CAPITAL LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0542,
        name: "ARMENIAN CAPITAL LETTER GHAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x0543,
        name: "ARMENIAN CAPITAL LETTER CHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0544,
        name: "ARMENIAN CAPITAL LETTER MEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0545,
        name: "ARMENIAN CAPITAL LETTER YI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0546,
        name: "ARMENIAN CAPITAL LETTER NOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0547,
        name: "ARMENIAN CAPITAL LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0548,
        name: "ARMENIAN CAPITAL LETTER VO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0549,
        name: "ARMENIAN CAPITAL LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x054A,
        name: "ARMENIAN CAPITAL LETTER PEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x054B,
        name: "ARMENIAN CAPITAL LETTER JHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x054C,
        name: "ARMENIAN CAPITAL LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x054D,
        name: "ARMENIAN CAPITAL LETTER SEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x054E,
        name: "ARMENIAN CAPITAL LETTER VEW",
    },
    Character {
        age: "1.1",
        codepoint: 0x054F,
        name: "ARMENIAN CAPITAL LETTER TIWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0550,
        name: "ARMENIAN CAPITAL LETTER REH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0551,
        name: "ARMENIAN CAPITAL LETTER CO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0552,
        name: "ARMENIAN CAPITAL LETTER YIWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0553,
        name: "ARMENIAN CAPITAL LETTER PIWR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0554,
        name: "ARMENIAN CAPITAL LETTER KEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0555,
        name: "ARMENIAN CAPITAL LETTER OH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0556,
        name: "ARMENIAN CAPITAL LETTER FEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0559,
        name: "ARMENIAN MODIFIER LETTER LEFT HALF RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x055A,
        name: "ARMENIAN APOSTROPHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x055B,
        name: "ARMENIAN EMPHASIS MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x055C,
        name: "ARMENIAN EXCLAMATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x055D,
        name: "ARMENIAN COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x055E,
        name: "ARMENIAN QUESTION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x055F,
        name: "ARMENIAN ABBREVIATION MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x0560,
        name: "ARMENIAN SMALL LETTER TURNED AYB",
    },
    Character {
        age: "1.1",
        codepoint: 0x0561,
        name: "ARMENIAN SMALL LETTER AYB",
    },
    Character {
        age: "1.1",
        codepoint: 0x0562,
        name: "ARMENIAN SMALL LETTER BEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0563,
        name: "ARMENIAN SMALL LETTER GIM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0564,
        name: "ARMENIAN SMALL LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0565,
        name: "ARMENIAN SMALL LETTER ECH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0566,
        name: "ARMENIAN SMALL LETTER ZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0567,
        name: "ARMENIAN SMALL LETTER EH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0568,
        name: "ARMENIAN SMALL LETTER ET",
    },
    Character {
        age: "1.1",
        codepoint: 0x0569,
        name: "ARMENIAN SMALL LETTER TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x056A,
        name: "ARMENIAN SMALL LETTER ZHE",
    },
    Character {
        age: "1.1",
        codepoint: 0x056B,
        name: "ARMENIAN SMALL LETTER INI",
    },
    Character {
        age: "1.1",
        codepoint: 0x056C,
        name: "ARMENIAN SMALL LETTER LIWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x056D,
        name: "ARMENIAN SMALL LETTER XEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x056E,
        name: "ARMENIAN SMALL LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x056F,
        name: "ARMENIAN SMALL LETTER KEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0570,
        name: "ARMENIAN SMALL LETTER HO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0571,
        name: "ARMENIAN SMALL LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0572,
        name: "ARMENIAN SMALL LETTER GHAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x0573,
        name: "ARMENIAN SMALL LETTER CHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0574,
        name: "ARMENIAN SMALL LETTER MEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0575,
        name: "ARMENIAN SMALL LETTER YI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0576,
        name: "ARMENIAN SMALL LETTER NOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0577,
        name: "ARMENIAN SMALL LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0578,
        name: "ARMENIAN SMALL LETTER VO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0579,
        name: "ARMENIAN SMALL LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x057A,
        name: "ARMENIAN SMALL LETTER PEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x057B,
        name: "ARMENIAN SMALL LETTER JHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x057C,
        name: "ARMENIAN SMALL LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x057D,
        name: "ARMENIAN SMALL LETTER SEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x057E,
        name: "ARMENIAN SMALL LETTER VEW",
    },
    Character {
        age: "1.1",
        codepoint: 0x057F,
        name: "ARMENIAN SMALL LETTER TIWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0580,
        name: "ARMENIAN SMALL LETTER REH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0581,
        name: "ARMENIAN SMALL LETTER CO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0582,
        name: "ARMENIAN SMALL LETTER YIWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0583,
        name: "ARMENIAN SMALL LETTER PIWR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0584,
        name: "ARMENIAN SMALL LETTER KEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0585,
        name: "ARMENIAN SMALL LETTER OH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0586,
        name: "ARMENIAN SMALL LETTER FEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0587,
        name: "ARMENIAN SMALL LIGATURE ECH YIWN",
    },
    Character {
        age: "11.0",
        codepoint: 0x0588,
        name: "ARMENIAN SMALL LETTER YI WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0589,
        name: "ARMENIAN FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x058A,
        name: "ARMENIAN HYPHEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x058D,
        name: "RIGHT-FACING ARMENIAN ETERNITY SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x058E,
        name: "LEFT-FACING ARMENIAN ETERNITY SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0x058F,
        name: "ARMENIAN DRAM SIGN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0591,
        name: "HEBREW ACCENT ETNAHTA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0592,
        name: "HEBREW ACCENT SEGOL",
    },
    Character {
        age: "2.0",
        codepoint: 0x0593,
        name: "HEBREW ACCENT SHALSHELET",
    },
    Character {
        age: "2.0",
        codepoint: 0x0594,
        name: "HEBREW ACCENT ZAQEF QATAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0595,
        name: "HEBREW ACCENT ZAQEF GADOL",
    },
    Character {
        age: "2.0",
        codepoint: 0x0596,
        name: "HEBREW ACCENT TIPEHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0597,
        name: "HEBREW ACCENT REVIA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0598,
        name: "HEBREW ACCENT ZARQA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0599,
        name: "HEBREW ACCENT PASHTA",
    },
    Character {
        age: "2.0",
        codepoint: 0x059A,
        name: "HEBREW ACCENT YETIV",
    },
    Character {
        age: "2.0",
        codepoint: 0x059B,
        name: "HEBREW ACCENT TEVIR",
    },
    Character {
        age: "2.0",
        codepoint: 0x059C,
        name: "HEBREW ACCENT GERESH",
    },
    Character {
        age: "2.0",
        codepoint: 0x059D,
        name: "HEBREW ACCENT GERESH MUQDAM",
    },
    Character {
        age: "2.0",
        codepoint: 0x059E,
        name: "HEBREW ACCENT GERSHAYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0x059F,
        name: "HEBREW ACCENT QARNEY PARA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A0,
        name: "HEBREW ACCENT TELISHA GEDOLA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A1,
        name: "HEBREW ACCENT PAZER",
    },
    Character {
        age: "4.1",
        codepoint: 0x05A2,
        name: "HEBREW ACCENT ATNAH HAFUKH",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A3,
        name: "HEBREW ACCENT MUNAH",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A4,
        name: "HEBREW ACCENT MAHAPAKH",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A5,
        name: "HEBREW ACCENT MERKHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A6,
        name: "HEBREW ACCENT MERKHA KEFULA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A7,
        name: "HEBREW ACCENT DARGA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A8,
        name: "HEBREW ACCENT QADMA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05A9,
        name: "HEBREW ACCENT TELISHA QETANA",
    },
    Character {
        age: "2.0",
        codepoint: 0x05AA,
        name: "HEBREW ACCENT YERAH BEN YOMO",
    },
    Character {
        age: "2.0",
        codepoint: 0x05AB,
        name: "HEBREW ACCENT OLE",
    },
    Character {
        age: "2.0",
        codepoint: 0x05AC,
        name: "HEBREW ACCENT ILUY",
    },
    Character {
        age: "2.0",
        codepoint: 0x05AD,
        name: "HEBREW ACCENT DEHI",
    },
    Character {
        age: "2.0",
        codepoint: 0x05AE,
        name: "HEBREW ACCENT ZINOR",
    },
    Character {
        age: "2.0",
        codepoint: 0x05AF,
        name: "HEBREW MARK MASORA CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B0,
        name: "HEBREW POINT SHEVA",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B1,
        name: "HEBREW POINT HATAF SEGOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B2,
        name: "HEBREW POINT HATAF PATAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B3,
        name: "HEBREW POINT HATAF QAMATS",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B4,
        name: "HEBREW POINT HIRIQ",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B5,
        name: "HEBREW POINT TSERE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B6,
        name: "HEBREW POINT SEGOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B7,
        name: "HEBREW POINT PATAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B8,
        name: "HEBREW POINT QAMATS",
    },
    Character {
        age: "1.1",
        codepoint: 0x05B9,
        name: "HEBREW POINT HOLAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x05BA,
        name: "HEBREW POINT HOLAM HASER FOR VAV",
    },
    Character {
        age: "1.1",
        codepoint: 0x05BB,
        name: "HEBREW POINT QUBUTS",
    },
    Character {
        age: "1.1",
        codepoint: 0x05BC,
        name: "HEBREW POINT DAGESH OR MAPIQ",
    },
    Character {
        age: "1.1",
        codepoint: 0x05BD,
        name: "HEBREW POINT METEG",
    },
    Character {
        age: "1.1",
        codepoint: 0x05BE,
        name: "HEBREW PUNCTUATION MAQAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x05BF,
        name: "HEBREW POINT RAFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05C0,
        name: "HEBREW PUNCTUATION PASEQ",
    },
    Character {
        age: "1.1",
        codepoint: 0x05C1,
        name: "HEBREW POINT SHIN DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x05C2,
        name: "HEBREW POINT SIN DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x05C3,
        name: "HEBREW PUNCTUATION SOF PASUQ",
    },
    Character {
        age: "2.0",
        codepoint: 0x05C4,
        name: "HEBREW MARK UPPER DOT",
    },
    Character {
        age: "4.1",
        codepoint: 0x05C5,
        name: "HEBREW MARK LOWER DOT",
    },
    Character {
        age: "4.1",
        codepoint: 0x05C6,
        name: "HEBREW PUNCTUATION NUN HAFUKHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x05C7,
        name: "HEBREW POINT QAMATS QATAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D0,
        name: "HEBREW LETTER ALEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D1,
        name: "HEBREW LETTER BET",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D2,
        name: "HEBREW LETTER GIMEL",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D3,
        name: "HEBREW LETTER DALET",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D4,
        name: "HEBREW LETTER HE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D5,
        name: "HEBREW LETTER VAV",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D6,
        name: "HEBREW LETTER ZAYIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D7,
        name: "HEBREW LETTER HET",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D8,
        name: "HEBREW LETTER TET",
    },
    Character {
        age: "1.1",
        codepoint: 0x05D9,
        name: "HEBREW LETTER YOD",
    },
    Character {
        age: "1.1",
        codepoint: 0x05DA,
        name: "HEBREW LETTER FINAL KAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x05DB,
        name: "HEBREW LETTER KAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x05DC,
        name: "HEBREW LETTER LAMED",
    },
    Character {
        age: "1.1",
        codepoint: 0x05DD,
        name: "HEBREW LETTER FINAL MEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x05DE,
        name: "HEBREW LETTER MEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x05DF,
        name: "HEBREW LETTER FINAL NUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E0,
        name: "HEBREW LETTER NUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E1,
        name: "HEBREW LETTER SAMEKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E2,
        name: "HEBREW LETTER AYIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E3,
        name: "HEBREW LETTER FINAL PE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E4,
        name: "HEBREW LETTER PE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E5,
        name: "HEBREW LETTER FINAL TSADI",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E6,
        name: "HEBREW LETTER TSADI",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E7,
        name: "HEBREW LETTER QOF",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E8,
        name: "HEBREW LETTER RESH",
    },
    Character {
        age: "1.1",
        codepoint: 0x05E9,
        name: "HEBREW LETTER SHIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x05EA,
        name: "HEBREW LETTER TAV",
    },
    Character {
        age: "11.0",
        codepoint: 0x05EF,
        name: "HEBREW YOD TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x05F0,
        name: "HEBREW LIGATURE YIDDISH DOUBLE VAV",
    },
    Character {
        age: "1.1",
        codepoint: 0x05F1,
        name: "HEBREW LIGATURE YIDDISH VAV YOD",
    },
    Character {
        age: "1.1",
        codepoint: 0x05F2,
        name: "HEBREW LIGATURE YIDDISH DOUBLE YOD",
    },
    Character {
        age: "1.1",
        codepoint: 0x05F3,
        name: "HEBREW PUNCTUATION GERESH",
    },
    Character {
        age: "1.1",
        codepoint: 0x05F4,
        name: "HEBREW PUNCTUATION GERSHAYIM",
    },
    Character {
        age: "4.0",
        codepoint: 0x0600,
        name: "ARABIC NUMBER SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0601,
        name: "ARABIC SIGN SANAH",
    },
    Character {
        age: "4.0",
        codepoint: 0x0602,
        name: "ARABIC FOOTNOTE MARKER",
    },
    Character {
        age: "4.0",
        codepoint: 0x0603,
        name: "ARABIC SIGN SAFHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x0604,
        name: "ARABIC SIGN SAMVAT",
    },
    Character {
        age: "7.0",
        codepoint: 0x0605,
        name: "ARABIC NUMBER MARK ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0606,
        name: "ARABIC-INDIC CUBE ROOT",
    },
    Character {
        age: "5.1",
        codepoint: 0x0607,
        name: "ARABIC-INDIC FOURTH ROOT",
    },
    Character {
        age: "5.1",
        codepoint: 0x0608,
        name: "ARABIC RAY",
    },
    Character {
        age: "5.1",
        codepoint: 0x0609,
        name: "ARABIC-INDIC PER MILLE SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x060A,
        name: "ARABIC-INDIC PER TEN THOUSAND SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x060B,
        name: "AFGHANI SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x060C,
        name: "ARABIC COMMA",
    },
    Character {
        age: "4.0",
        codepoint: 0x060D,
        name: "ARABIC DATE SEPARATOR",
    },
    Character {
        age: "4.0",
        codepoint: 0x060E,
        name: "ARABIC POETIC VERSE SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x060F,
        name: "ARABIC SIGN MISRA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0610,
        name: "ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM",
    },
    Character {
        age: "4.0",
        codepoint: 0x0611,
        name: "ARABIC SIGN ALAYHE ASSALLAM",
    },
    Character {
        age: "4.0",
        codepoint: 0x0612,
        name: "ARABIC SIGN RAHMATULLAH ALAYHE",
    },
    Character {
        age: "4.0",
        codepoint: 0x0613,
        name: "ARABIC SIGN RADI ALLAHOU ANHU",
    },
    Character {
        age: "4.0",
        codepoint: 0x0614,
        name: "ARABIC SIGN TAKHALLUS",
    },
    Character {
        age: "4.0",
        codepoint: 0x0615,
        name: "ARABIC SMALL HIGH TAH",
    },
    Character {
        age: "5.1",
        codepoint: 0x0616,
        name: "ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH",
    },
    Character {
        age: "5.1",
        codepoint: 0x0617,
        name: "ARABIC SMALL HIGH ZAIN",
    },
    Character {
        age: "5.1",
        codepoint: 0x0618,
        name: "ARABIC SMALL FATHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0619,
        name: "ARABIC SMALL DAMMA",
    },
    Character {
        age: "5.1",
        codepoint: 0x061A,
        name: "ARABIC SMALL KASRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x061B,
        name: "ARABIC SEMICOLON",
    },
    Character {
        age: "6.3",
        codepoint: 0x061C,
        name: "ARABIC LETTER MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x061E,
        name: "ARABIC TRIPLE DOT PUNCTUATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x061F,
        name: "ARABIC QUESTION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x0620,
        name: "ARABIC LETTER KASHMIRI YEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0621,
        name: "ARABIC LETTER HAMZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0622,
        name: "ARABIC LETTER ALEF WITH MADDA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0623,
        name: "ARABIC LETTER ALEF WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0624,
        name: "ARABIC LETTER WAW WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0625,
        name: "ARABIC LETTER ALEF WITH HAMZA BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0626,
        name: "ARABIC LETTER YEH WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0627,
        name: "ARABIC LETTER ALEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0628,
        name: "ARABIC LETTER BEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0629,
        name: "ARABIC LETTER TEH MARBUTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x062A,
        name: "ARABIC LETTER TEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x062B,
        name: "ARABIC LETTER THEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x062C,
        name: "ARABIC LETTER JEEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x062D,
        name: "ARABIC LETTER HAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x062E,
        name: "ARABIC LETTER KHAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x062F,
        name: "ARABIC LETTER DAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0630,
        name: "ARABIC LETTER THAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0631,
        name: "ARABIC LETTER REH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0632,
        name: "ARABIC LETTER ZAIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0633,
        name: "ARABIC LETTER SEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0634,
        name: "ARABIC LETTER SHEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0635,
        name: "ARABIC LETTER SAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x0636,
        name: "ARABIC LETTER DAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x0637,
        name: "ARABIC LETTER TAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0638,
        name: "ARABIC LETTER ZAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0639,
        name: "ARABIC LETTER AIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x063A,
        name: "ARABIC LETTER GHAIN",
    },
    Character {
        age: "5.1",
        codepoint: 0x063B,
        name: "ARABIC LETTER KEHEH WITH TWO DOTS ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x063C,
        name: "ARABIC LETTER KEHEH WITH THREE DOTS BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x063D,
        name: "ARABIC LETTER FARSI YEH WITH INVERTED V",
    },
    Character {
        age: "5.1",
        codepoint: 0x063E,
        name: "ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x063F,
        name: "ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0640,
        name: "ARABIC TATWEEL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0641,
        name: "ARABIC LETTER FEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0642,
        name: "ARABIC LETTER QAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0643,
        name: "ARABIC LETTER KAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0644,
        name: "ARABIC LETTER LAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0645,
        name: "ARABIC LETTER MEEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0646,
        name: "ARABIC LETTER NOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0647,
        name: "ARABIC LETTER HEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0648,
        name: "ARABIC LETTER WAW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0649,
        name: "ARABIC LETTER ALEF MAKSURA",
    },
    Character {
        age: "1.1",
        codepoint: 0x064A,
        name: "ARABIC LETTER YEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x064B,
        name: "ARABIC FATHATAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x064C,
        name: "ARABIC DAMMATAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x064D,
        name: "ARABIC KASRATAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x064E,
        name: "ARABIC FATHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x064F,
        name: "ARABIC DAMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0650,
        name: "ARABIC KASRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0651,
        name: "ARABIC SHADDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0652,
        name: "ARABIC SUKUN",
    },
    Character {
        age: "3.0",
        codepoint: 0x0653,
        name: "ARABIC MADDAH ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0654,
        name: "ARABIC HAMZA ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0655,
        name: "ARABIC HAMZA BELOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x0656,
        name: "ARABIC SUBSCRIPT ALEF",
    },
    Character {
        age: "4.0",
        codepoint: 0x0657,
        name: "ARABIC INVERTED DAMMA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0658,
        name: "ARABIC MARK NOON GHUNNA",
    },
    Character {
        age: "4.1",
        codepoint: 0x0659,
        name: "ARABIC ZWARAKAY",
    },
    Character {
        age: "4.1",
        codepoint: 0x065A,
        name: "ARABIC VOWEL SIGN SMALL V ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x065B,
        name: "ARABIC VOWEL SIGN INVERTED SMALL V ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x065C,
        name: "ARABIC VOWEL SIGN DOT BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x065D,
        name: "ARABIC REVERSED DAMMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x065E,
        name: "ARABIC FATHA WITH TWO DOTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x065F,
        name: "ARABIC WAVY HAMZA BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0660,
        name: "ARABIC-INDIC DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0661,
        name: "ARABIC-INDIC DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0662,
        name: "ARABIC-INDIC DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0663,
        name: "ARABIC-INDIC DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0664,
        name: "ARABIC-INDIC DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0665,
        name: "ARABIC-INDIC DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0666,
        name: "ARABIC-INDIC DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0667,
        name: "ARABIC-INDIC DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0668,
        name: "ARABIC-INDIC DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0669,
        name: "ARABIC-INDIC DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x066A,
        name: "ARABIC PERCENT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x066B,
        name: "ARABIC DECIMAL SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x066C,
        name: "ARABIC THOUSANDS SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x066D,
        name: "ARABIC FIVE POINTED STAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x066E,
        name: "ARABIC LETTER DOTLESS BEH",
    },
    Character {
        age: "3.2",
        codepoint: 0x066F,
        name: "ARABIC LETTER DOTLESS QAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0670,
        name: "ARABIC LETTER SUPERSCRIPT ALEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0671,
        name: "ARABIC LETTER ALEF WASLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0672,
        name: "ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0673,
        name: "ARABIC LETTER ALEF WITH WAVY HAMZA BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0674,
        name: "ARABIC LETTER HIGH HAMZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0675,
        name: "ARABIC LETTER HIGH HAMZA ALEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x0676,
        name: "ARABIC LETTER HIGH HAMZA WAW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0677,
        name: "ARABIC LETTER U WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0678,
        name: "ARABIC LETTER HIGH HAMZA YEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0679,
        name: "ARABIC LETTER TTEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x067A,
        name: "ARABIC LETTER TTEHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x067B,
        name: "ARABIC LETTER BEEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x067C,
        name: "ARABIC LETTER TEH WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x067D,
        name: "ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x067E,
        name: "ARABIC LETTER PEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x067F,
        name: "ARABIC LETTER TEHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0680,
        name: "ARABIC LETTER BEHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0681,
        name: "ARABIC LETTER HAH WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0682,
        name: "ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0683,
        name: "ARABIC LETTER NYEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0684,
        name: "ARABIC LETTER DYEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0685,
        name: "ARABIC LETTER HAH WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0686,
        name: "ARABIC LETTER TCHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0687,
        name: "ARABIC LETTER TCHEHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0688,
        name: "ARABIC LETTER DDAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0689,
        name: "ARABIC LETTER DAL WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x068A,
        name: "ARABIC LETTER DAL WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x068B,
        name: "ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x068C,
        name: "ARABIC LETTER DAHAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x068D,
        name: "ARABIC LETTER DDAHAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x068E,
        name: "ARABIC LETTER DUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x068F,
        name: "ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0690,
        name: "ARABIC LETTER DAL WITH FOUR DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0691,
        name: "ARABIC LETTER RREH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0692,
        name: "ARABIC LETTER REH WITH SMALL V",
    },
    Character {
        age: "1.1",
        codepoint: 0x0693,
        name: "ARABIC LETTER REH WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0694,
        name: "ARABIC LETTER REH WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0695,
        name: "ARABIC LETTER REH WITH SMALL V BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0696,
        name: "ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0697,
        name: "ARABIC LETTER REH WITH TWO DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0698,
        name: "ARABIC LETTER JEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x0699,
        name: "ARABIC LETTER REH WITH FOUR DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x069A,
        name: "ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x069B,
        name: "ARABIC LETTER SEEN WITH THREE DOTS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x069C,
        name: "ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x069D,
        name: "ARABIC LETTER SAD WITH TWO DOTS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x069E,
        name: "ARABIC LETTER SAD WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x069F,
        name: "ARABIC LETTER TAH WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A0,
        name: "ARABIC LETTER AIN WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A1,
        name: "ARABIC LETTER DOTLESS FEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A2,
        name: "ARABIC LETTER FEH WITH DOT MOVED BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A3,
        name: "ARABIC LETTER FEH WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A4,
        name: "ARABIC LETTER VEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A5,
        name: "ARABIC LETTER FEH WITH THREE DOTS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A6,
        name: "ARABIC LETTER PEHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A7,
        name: "ARABIC LETTER QAF WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A8,
        name: "ARABIC LETTER QAF WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06A9,
        name: "ARABIC LETTER KEHEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06AA,
        name: "ARABIC LETTER SWASH KAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x06AB,
        name: "ARABIC LETTER KAF WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x06AC,
        name: "ARABIC LETTER KAF WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06AD,
        name: "ARABIC LETTER NG",
    },
    Character {
        age: "1.1",
        codepoint: 0x06AE,
        name: "ARABIC LETTER KAF WITH THREE DOTS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06AF,
        name: "ARABIC LETTER GAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B0,
        name: "ARABIC LETTER GAF WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B1,
        name: "ARABIC LETTER NGOEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B2,
        name: "ARABIC LETTER GAF WITH TWO DOTS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B3,
        name: "ARABIC LETTER GUEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B4,
        name: "ARABIC LETTER GAF WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B5,
        name: "ARABIC LETTER LAM WITH SMALL V",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B6,
        name: "ARABIC LETTER LAM WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06B7,
        name: "ARABIC LETTER LAM WITH THREE DOTS ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x06B8,
        name: "ARABIC LETTER LAM WITH THREE DOTS BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x06B9,
        name: "ARABIC LETTER NOON WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06BA,
        name: "ARABIC LETTER NOON GHUNNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x06BB,
        name: "ARABIC LETTER RNOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x06BC,
        name: "ARABIC LETTER NOON WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x06BD,
        name: "ARABIC LETTER NOON WITH THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06BE,
        name: "ARABIC LETTER HEH DOACHASHMEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x06BF,
        name: "ARABIC LETTER TCHEH WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C0,
        name: "ARABIC LETTER HEH WITH YEH ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C1,
        name: "ARABIC LETTER HEH GOAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C2,
        name: "ARABIC LETTER HEH GOAL WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C3,
        name: "ARABIC LETTER TEH MARBUTA GOAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C4,
        name: "ARABIC LETTER WAW WITH RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C5,
        name: "ARABIC LETTER KIRGHIZ OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C6,
        name: "ARABIC LETTER OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C7,
        name: "ARABIC LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C8,
        name: "ARABIC LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x06C9,
        name: "ARABIC LETTER KIRGHIZ YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x06CA,
        name: "ARABIC LETTER WAW WITH TWO DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06CB,
        name: "ARABIC LETTER VE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06CC,
        name: "ARABIC LETTER FARSI YEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06CD,
        name: "ARABIC LETTER YEH WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x06CE,
        name: "ARABIC LETTER YEH WITH SMALL V",
    },
    Character {
        age: "3.0",
        codepoint: 0x06CF,
        name: "ARABIC LETTER WAW WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D0,
        name: "ARABIC LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D1,
        name: "ARABIC LETTER YEH WITH THREE DOTS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D2,
        name: "ARABIC LETTER YEH BARREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D3,
        name: "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D4,
        name: "ARABIC FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D5,
        name: "ARABIC LETTER AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D6,
        name: "ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D7,
        name: "ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D8,
        name: "ARABIC SMALL HIGH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0x06D9,
        name: "ARABIC SMALL HIGH LAM ALEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x06DA,
        name: "ARABIC SMALL HIGH JEEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x06DB,
        name: "ARABIC SMALL HIGH THREE DOTS",
    },
    Character {
        age: "1.1",
        codepoint: 0x06DC,
        name: "ARABIC SMALL HIGH SEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x06DD,
        name: "ARABIC END OF AYAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06DE,
        name: "ARABIC START OF RUB EL HIZB",
    },
    Character {
        age: "1.1",
        codepoint: 0x06DF,
        name: "ARABIC SMALL HIGH ROUNDED ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E0,
        name: "ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E1,
        name: "ARABIC SMALL HIGH DOTLESS HEAD OF KHAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E2,
        name: "ARABIC SMALL HIGH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E3,
        name: "ARABIC SMALL LOW SEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E4,
        name: "ARABIC SMALL HIGH MADDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E5,
        name: "ARABIC SMALL WAW",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E6,
        name: "ARABIC SMALL YEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E7,
        name: "ARABIC SMALL HIGH YEH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E8,
        name: "ARABIC SMALL HIGH NOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x06E9,
        name: "ARABIC PLACE OF SAJDAH",
    },
    Character {
        age: "1.1",
        codepoint: 0x06EA,
        name: "ARABIC EMPTY CENTRE LOW STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x06EB,
        name: "ARABIC EMPTY CENTRE HIGH STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x06EC,
        name: "ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06ED,
        name: "ARABIC SMALL LOW MEEM",
    },
    Character {
        age: "4.0",
        codepoint: 0x06EE,
        name: "ARABIC LETTER DAL WITH INVERTED V",
    },
    Character {
        age: "4.0",
        codepoint: 0x06EF,
        name: "ARABIC LETTER REH WITH INVERTED V",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F0,
        name: "EXTENDED ARABIC-INDIC DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F1,
        name: "EXTENDED ARABIC-INDIC DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F2,
        name: "EXTENDED ARABIC-INDIC DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F3,
        name: "EXTENDED ARABIC-INDIC DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F4,
        name: "EXTENDED ARABIC-INDIC DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F5,
        name: "EXTENDED ARABIC-INDIC DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F6,
        name: "EXTENDED ARABIC-INDIC DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F7,
        name: "EXTENDED ARABIC-INDIC DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F8,
        name: "EXTENDED ARABIC-INDIC DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x06F9,
        name: "EXTENDED ARABIC-INDIC DIGIT NINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x06FA,
        name: "ARABIC LETTER SHEEN WITH DOT BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x06FB,
        name: "ARABIC LETTER DAD WITH DOT BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x06FC,
        name: "ARABIC LETTER GHAIN WITH DOT BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x06FD,
        name: "ARABIC SIGN SINDHI AMPERSAND",
    },
    Character {
        age: "3.0",
        codepoint: 0x06FE,
        name: "ARABIC SIGN SINDHI POSTPOSITION MEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x06FF,
        name: "ARABIC LETTER HEH WITH INVERTED V",
    },
    Character {
        age: "3.0",
        codepoint: 0x0700,
        name: "SYRIAC END OF PARAGRAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0701,
        name: "SYRIAC SUPRALINEAR FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x0702,
        name: "SYRIAC SUBLINEAR FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x0703,
        name: "SYRIAC SUPRALINEAR COLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x0704,
        name: "SYRIAC SUBLINEAR COLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x0705,
        name: "SYRIAC HORIZONTAL COLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x0706,
        name: "SYRIAC COLON SKEWED LEFT",
    },
    Character {
        age: "3.0",
        codepoint: 0x0707,
        name: "SYRIAC COLON SKEWED RIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x0708,
        name: "SYRIAC SUPRALINEAR COLON SKEWED LEFT",
    },
    Character {
        age: "3.0",
        codepoint: 0x0709,
        name: "SYRIAC SUBLINEAR COLON SKEWED RIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x070A,
        name: "SYRIAC CONTRACTION",
    },
    Character {
        age: "3.0",
        codepoint: 0x070B,
        name: "SYRIAC HARKLEAN OBELUS",
    },
    Character {
        age: "3.0",
        codepoint: 0x070C,
        name: "SYRIAC HARKLEAN METOBELUS",
    },
    Character {
        age: "3.0",
        codepoint: 0x070D,
        name: "SYRIAC HARKLEAN ASTERISCUS",
    },
    Character {
        age: "3.0",
        codepoint: 0x070F,
        name: "SYRIAC ABBREVIATION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x0710,
        name: "SYRIAC LETTER ALAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0711,
        name: "SYRIAC LETTER SUPERSCRIPT ALAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0712,
        name: "SYRIAC LETTER BETH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0713,
        name: "SYRIAC LETTER GAMAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0714,
        name: "SYRIAC LETTER GAMAL GARSHUNI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0715,
        name: "SYRIAC LETTER DALATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0716,
        name: "SYRIAC LETTER DOTLESS DALATH RISH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0717,
        name: "SYRIAC LETTER HE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0718,
        name: "SYRIAC LETTER WAW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0719,
        name: "SYRIAC LETTER ZAIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x071A,
        name: "SYRIAC LETTER HETH",
    },
    Character {
        age: "3.0",
        codepoint: 0x071B,
        name: "SYRIAC LETTER TETH",
    },
    Character {
        age: "3.0",
        codepoint: 0x071C,
        name: "SYRIAC LETTER TETH GARSHUNI",
    },
    Character {
        age: "3.0",
        codepoint: 0x071D,
        name: "SYRIAC LETTER YUDH",
    },
    Character {
        age: "3.0",
        codepoint: 0x071E,
        name: "SYRIAC LETTER YUDH HE",
    },
    Character {
        age: "3.0",
        codepoint: 0x071F,
        name: "SYRIAC LETTER KAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0720,
        name: "SYRIAC LETTER LAMADH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0721,
        name: "SYRIAC LETTER MIM",
    },
    Character {
        age: "3.0",
        codepoint: 0x0722,
        name: "SYRIAC LETTER NUN",
    },
    Character {
        age: "3.0",
        codepoint: 0x0723,
        name: "SYRIAC LETTER SEMKATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0724,
        name: "SYRIAC LETTER FINAL SEMKATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0725,
        name: "SYRIAC LETTER E",
    },
    Character {
        age: "3.0",
        codepoint: 0x0726,
        name: "SYRIAC LETTER PE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0727,
        name: "SYRIAC LETTER REVERSED PE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0728,
        name: "SYRIAC LETTER SADHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0729,
        name: "SYRIAC LETTER QAPH",
    },
    Character {
        age: "3.0",
        codepoint: 0x072A,
        name: "SYRIAC LETTER RISH",
    },
    Character {
        age: "3.0",
        codepoint: 0x072B,
        name: "SYRIAC LETTER SHIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x072C,
        name: "SYRIAC LETTER TAW",
    },
    Character {
        age: "4.0",
        codepoint: 0x072D,
        name: "SYRIAC LETTER PERSIAN BHETH",
    },
    Character {
        age: "4.0",
        codepoint: 0x072E,
        name: "SYRIAC LETTER PERSIAN GHAMAL",
    },
    Character {
        age: "4.0",
        codepoint: 0x072F,
        name: "SYRIAC LETTER PERSIAN DHALATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x0730,
        name: "SYRIAC PTHAHA ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0731,
        name: "SYRIAC PTHAHA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0732,
        name: "SYRIAC PTHAHA DOTTED",
    },
    Character {
        age: "3.0",
        codepoint: 0x0733,
        name: "SYRIAC ZQAPHA ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0734,
        name: "SYRIAC ZQAPHA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0735,
        name: "SYRIAC ZQAPHA DOTTED",
    },
    Character {
        age: "3.0",
        codepoint: 0x0736,
        name: "SYRIAC RBASA ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0737,
        name: "SYRIAC RBASA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0738,
        name: "SYRIAC DOTTED ZLAMA HORIZONTAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0739,
        name: "SYRIAC DOTTED ZLAMA ANGULAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x073A,
        name: "SYRIAC HBASA ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x073B,
        name: "SYRIAC HBASA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x073C,
        name: "SYRIAC HBASA-ESASA DOTTED",
    },
    Character {
        age: "3.0",
        codepoint: 0x073D,
        name: "SYRIAC ESASA ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x073E,
        name: "SYRIAC ESASA BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x073F,
        name: "SYRIAC RWAHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0740,
        name: "SYRIAC FEMININE DOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x0741,
        name: "SYRIAC QUSHSHAYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0742,
        name: "SYRIAC RUKKAKHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0743,
        name: "SYRIAC TWO VERTICAL DOTS ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0744,
        name: "SYRIAC TWO VERTICAL DOTS BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0745,
        name: "SYRIAC THREE DOTS ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0746,
        name: "SYRIAC THREE DOTS BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0747,
        name: "SYRIAC OBLIQUE LINE ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0748,
        name: "SYRIAC OBLIQUE LINE BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x0749,
        name: "SYRIAC MUSIC",
    },
    Character {
        age: "3.0",
        codepoint: 0x074A,
        name: "SYRIAC BARREKH",
    },
    Character {
        age: "4.0",
        codepoint: 0x074D,
        name: "SYRIAC LETTER SOGDIAN ZHAIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x074E,
        name: "SYRIAC LETTER SOGDIAN KHAPH",
    },
    Character {
        age: "4.0",
        codepoint: 0x074F,
        name: "SYRIAC LETTER SOGDIAN FE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0750,
        name: "ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0751,
        name: "ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0752,
        name: "ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0753,
        name: "ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0754,
        name: "ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0755,
        name: "ARABIC LETTER BEH WITH INVERTED SMALL V BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0756,
        name: "ARABIC LETTER BEH WITH SMALL V",
    },
    Character {
        age: "4.1",
        codepoint: 0x0757,
        name: "ARABIC LETTER HAH WITH TWO DOTS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0758,
        name: "ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0759,
        name: "ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH",
    },
    Character {
        age: "4.1",
        codepoint: 0x075A,
        name: "ARABIC LETTER DAL WITH INVERTED SMALL V BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x075B,
        name: "ARABIC LETTER REH WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x075C,
        name: "ARABIC LETTER SEEN WITH FOUR DOTS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x075D,
        name: "ARABIC LETTER AIN WITH TWO DOTS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x075E,
        name: "ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x075F,
        name: "ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0760,
        name: "ARABIC LETTER FEH WITH TWO DOTS BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0761,
        name: "ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0762,
        name: "ARABIC LETTER KEHEH WITH DOT ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0763,
        name: "ARABIC LETTER KEHEH WITH THREE DOTS ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0764,
        name: "ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0765,
        name: "ARABIC LETTER MEEM WITH DOT ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x0766,
        name: "ARABIC LETTER MEEM WITH DOT BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0767,
        name: "ARABIC LETTER NOON WITH TWO DOTS BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x0768,
        name: "ARABIC LETTER NOON WITH SMALL TAH",
    },
    Character {
        age: "4.1",
        codepoint: 0x0769,
        name: "ARABIC LETTER NOON WITH SMALL V",
    },
    Character {
        age: "4.1",
        codepoint: 0x076A,
        name: "ARABIC LETTER LAM WITH BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x076B,
        name: "ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x076C,
        name: "ARABIC LETTER REH WITH HAMZA ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x076D,
        name: "ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x076E,
        name: "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x076F,
        name: "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
    },
    Character {
        age: "5.1",
        codepoint: 0x0770,
        name: "ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
    },
    Character {
        age: "5.1",
        codepoint: 0x0771,
        name: "ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
    },
    Character {
        age: "5.1",
        codepoint: 0x0772,
        name: "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0773,
        name: "ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0774,
        name: "ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0775,
        name: "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0776,
        name: "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0777,
        name: "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x0778,
        name: "ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0779,
        name: "ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x077A,
        name: "ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x077B,
        name: "ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x077C,
        name: "ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x077D,
        name: "ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x077E,
        name: "ARABIC LETTER SEEN WITH INVERTED V",
    },
    Character {
        age: "5.1",
        codepoint: 0x077F,
        name: "ARABIC LETTER KAF WITH TWO DOTS ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0780,
        name: "THAANA LETTER HAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0781,
        name: "THAANA LETTER SHAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0782,
        name: "THAANA LETTER NOONU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0783,
        name: "THAANA LETTER RAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0784,
        name: "THAANA LETTER BAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0785,
        name: "THAANA LETTER LHAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0786,
        name: "THAANA LETTER KAAFU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0787,
        name: "THAANA LETTER ALIFU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0788,
        name: "THAANA LETTER VAAVU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0789,
        name: "THAANA LETTER MEEMU",
    },
    Character {
        age: "3.0",
        codepoint: 0x078A,
        name: "THAANA LETTER FAAFU",
    },
    Character {
        age: "3.0",
        codepoint: 0x078B,
        name: "THAANA LETTER DHAALU",
    },
    Character {
        age: "3.0",
        codepoint: 0x078C,
        name: "THAANA LETTER THAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x078D,
        name: "THAANA LETTER LAAMU",
    },
    Character {
        age: "3.0",
        codepoint: 0x078E,
        name: "THAANA LETTER GAAFU",
    },
    Character {
        age: "3.0",
        codepoint: 0x078F,
        name: "THAANA LETTER GNAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0790,
        name: "THAANA LETTER SEENU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0791,
        name: "THAANA LETTER DAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0792,
        name: "THAANA LETTER ZAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0793,
        name: "THAANA LETTER TAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0794,
        name: "THAANA LETTER YAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0795,
        name: "THAANA LETTER PAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0796,
        name: "THAANA LETTER JAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0797,
        name: "THAANA LETTER CHAVIYANI",
    },
    Character {
        age: "3.0",
        codepoint: 0x0798,
        name: "THAANA LETTER TTAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0799,
        name: "THAANA LETTER HHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x079A,
        name: "THAANA LETTER KHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x079B,
        name: "THAANA LETTER THAALU",
    },
    Character {
        age: "3.0",
        codepoint: 0x079C,
        name: "THAANA LETTER ZAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x079D,
        name: "THAANA LETTER SHEENU",
    },
    Character {
        age: "3.0",
        codepoint: 0x079E,
        name: "THAANA LETTER SAADHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x079F,
        name: "THAANA LETTER DAADHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A0,
        name: "THAANA LETTER TO",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A1,
        name: "THAANA LETTER ZO",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A2,
        name: "THAANA LETTER AINU",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A3,
        name: "THAANA LETTER GHAINU",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A4,
        name: "THAANA LETTER QAAFU",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A5,
        name: "THAANA LETTER WAAVU",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A6,
        name: "THAANA ABAFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A7,
        name: "THAANA AABAAFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A8,
        name: "THAANA IBIFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07A9,
        name: "THAANA EEBEEFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07AA,
        name: "THAANA UBUFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07AB,
        name: "THAANA OOBOOFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07AC,
        name: "THAANA EBEFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07AD,
        name: "THAANA EYBEYFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07AE,
        name: "THAANA OBOFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07AF,
        name: "THAANA OABOAFILI",
    },
    Character {
        age: "3.0",
        codepoint: 0x07B0,
        name: "THAANA SUKUN",
    },
    Character {
        age: "3.2",
        codepoint: 0x07B1,
        name: "THAANA LETTER NAA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C0,
        name: "NKO DIGIT ZERO",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C1,
        name: "NKO DIGIT ONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C2,
        name: "NKO DIGIT TWO",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C3,
        name: "NKO DIGIT THREE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C4,
        name: "NKO DIGIT FOUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C5,
        name: "NKO DIGIT FIVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C6,
        name: "NKO DIGIT SIX",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C7,
        name: "NKO DIGIT SEVEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C8,
        name: "NKO DIGIT EIGHT",
    },
    Character {
        age: "5.0",
        codepoint: 0x07C9,
        name: "NKO DIGIT NINE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07CA,
        name: "NKO LETTER A",
    },
    Character {
        age: "5.0",
        codepoint: 0x07CB,
        name: "NKO LETTER EE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07CC,
        name: "NKO LETTER I",
    },
    Character {
        age: "5.0",
        codepoint: 0x07CD,
        name: "NKO LETTER E",
    },
    Character {
        age: "5.0",
        codepoint: 0x07CE,
        name: "NKO LETTER U",
    },
    Character {
        age: "5.0",
        codepoint: 0x07CF,
        name: "NKO LETTER OO",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D0,
        name: "NKO LETTER O",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D1,
        name: "NKO LETTER DAGBASINNA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D2,
        name: "NKO LETTER N",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D3,
        name: "NKO LETTER BA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D4,
        name: "NKO LETTER PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D5,
        name: "NKO LETTER TA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D6,
        name: "NKO LETTER JA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D7,
        name: "NKO LETTER CHA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D8,
        name: "NKO LETTER DA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07D9,
        name: "NKO LETTER RA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07DA,
        name: "NKO LETTER RRA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07DB,
        name: "NKO LETTER SA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07DC,
        name: "NKO LETTER GBA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07DD,
        name: "NKO LETTER FA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07DE,
        name: "NKO LETTER KA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07DF,
        name: "NKO LETTER LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E0,
        name: "NKO LETTER NA WOLOSO",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E1,
        name: "NKO LETTER MA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E2,
        name: "NKO LETTER NYA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E3,
        name: "NKO LETTER NA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E4,
        name: "NKO LETTER HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E5,
        name: "NKO LETTER WA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E6,
        name: "NKO LETTER YA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E7,
        name: "NKO LETTER NYA WOLOSO",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E8,
        name: "NKO LETTER JONA JA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07E9,
        name: "NKO LETTER JONA CHA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07EA,
        name: "NKO LETTER JONA RA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07EB,
        name: "NKO COMBINING SHORT HIGH TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07EC,
        name: "NKO COMBINING SHORT LOW TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07ED,
        name: "NKO COMBINING SHORT RISING TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07EE,
        name: "NKO COMBINING LONG DESCENDING TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07EF,
        name: "NKO COMBINING LONG HIGH TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F0,
        name: "NKO COMBINING LONG LOW TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F1,
        name: "NKO COMBINING LONG RISING TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F2,
        name: "NKO COMBINING NASALIZATION MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F3,
        name: "NKO COMBINING DOUBLE DOT ABOVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F4,
        name: "NKO HIGH TONE APOSTROPHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F5,
        name: "NKO LOW TONE APOSTROPHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F6,
        name: "NKO SYMBOL OO DENNEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F7,
        name: "NKO SYMBOL GBAKURUNEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F8,
        name: "NKO COMMA",
    },
    Character {
        age: "5.0",
        codepoint: 0x07F9,
        name: "NKO EXCLAMATION MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0x07FA,
        name: "NKO LAJANYALAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x07FD,
        name: "NKO DANTAYALAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x07FE,
        name: "NKO DOROME SIGN",
    },
    Character {
        age: "11.0",
        codepoint: 0x07FF,
        name: "NKO TAMAN SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0800,
        name: "SAMARITAN LETTER ALAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x0801,
        name: "SAMARITAN LETTER BIT",
    },
    Character {
        age: "5.2",
        codepoint: 0x0802,
        name: "SAMARITAN LETTER GAMAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0803,
        name: "SAMARITAN LETTER DALAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x0804,
        name: "SAMARITAN LETTER IY",
    },
    Character {
        age: "5.2",
        codepoint: 0x0805,
        name: "SAMARITAN LETTER BAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0806,
        name: "SAMARITAN LETTER ZEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0807,
        name: "SAMARITAN LETTER IT",
    },
    Character {
        age: "5.2",
        codepoint: 0x0808,
        name: "SAMARITAN LETTER TIT",
    },
    Character {
        age: "5.2",
        codepoint: 0x0809,
        name: "SAMARITAN LETTER YUT",
    },
    Character {
        age: "5.2",
        codepoint: 0x080A,
        name: "SAMARITAN LETTER KAAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x080B,
        name: "SAMARITAN LETTER LABAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x080C,
        name: "SAMARITAN LETTER MIM",
    },
    Character {
        age: "5.2",
        codepoint: 0x080D,
        name: "SAMARITAN LETTER NUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x080E,
        name: "SAMARITAN LETTER SINGAAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x080F,
        name: "SAMARITAN LETTER IN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0810,
        name: "SAMARITAN LETTER FI",
    },
    Character {
        age: "5.2",
        codepoint: 0x0811,
        name: "SAMARITAN LETTER TSAADIY",
    },
    Character {
        age: "5.2",
        codepoint: 0x0812,
        name: "SAMARITAN LETTER QUF",
    },
    Character {
        age: "5.2",
        codepoint: 0x0813,
        name: "SAMARITAN LETTER RISH",
    },
    Character {
        age: "5.2",
        codepoint: 0x0814,
        name: "SAMARITAN LETTER SHAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0815,
        name: "SAMARITAN LETTER TAAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x0816,
        name: "SAMARITAN MARK IN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0817,
        name: "SAMARITAN MARK IN-ALAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x0818,
        name: "SAMARITAN MARK OCCLUSION",
    },
    Character {
        age: "5.2",
        codepoint: 0x0819,
        name: "SAMARITAN MARK DAGESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x081A,
        name: "SAMARITAN MODIFIER LETTER EPENTHETIC YUT",
    },
    Character {
        age: "5.2",
        codepoint: 0x081B,
        name: "SAMARITAN MARK EPENTHETIC YUT",
    },
    Character {
        age: "5.2",
        codepoint: 0x081C,
        name: "SAMARITAN VOWEL SIGN LONG E",
    },
    Character {
        age: "5.2",
        codepoint: 0x081D,
        name: "SAMARITAN VOWEL SIGN E",
    },
    Character {
        age: "5.2",
        codepoint: 0x081E,
        name: "SAMARITAN VOWEL SIGN OVERLONG AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x081F,
        name: "SAMARITAN VOWEL SIGN LONG AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0820,
        name: "SAMARITAN VOWEL SIGN AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0821,
        name: "SAMARITAN VOWEL SIGN OVERLONG A",
    },
    Character {
        age: "5.2",
        codepoint: 0x0822,
        name: "SAMARITAN VOWEL SIGN LONG A",
    },
    Character {
        age: "5.2",
        codepoint: 0x0823,
        name: "SAMARITAN VOWEL SIGN A",
    },
    Character {
        age: "5.2",
        codepoint: 0x0824,
        name: "SAMARITAN MODIFIER LETTER SHORT A",
    },
    Character {
        age: "5.2",
        codepoint: 0x0825,
        name: "SAMARITAN VOWEL SIGN SHORT A",
    },
    Character {
        age: "5.2",
        codepoint: 0x0826,
        name: "SAMARITAN VOWEL SIGN LONG U",
    },
    Character {
        age: "5.2",
        codepoint: 0x0827,
        name: "SAMARITAN VOWEL SIGN U",
    },
    Character {
        age: "5.2",
        codepoint: 0x0828,
        name: "SAMARITAN MODIFIER LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0x0829,
        name: "SAMARITAN VOWEL SIGN LONG I",
    },
    Character {
        age: "5.2",
        codepoint: 0x082A,
        name: "SAMARITAN VOWEL SIGN I",
    },
    Character {
        age: "5.2",
        codepoint: 0x082B,
        name: "SAMARITAN VOWEL SIGN O",
    },
    Character {
        age: "5.2",
        codepoint: 0x082C,
        name: "SAMARITAN VOWEL SIGN SUKUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x082D,
        name: "SAMARITAN MARK NEQUDAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0830,
        name: "SAMARITAN PUNCTUATION NEQUDAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0831,
        name: "SAMARITAN PUNCTUATION AFSAAQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x0832,
        name: "SAMARITAN PUNCTUATION ANGED",
    },
    Character {
        age: "5.2",
        codepoint: 0x0833,
        name: "SAMARITAN PUNCTUATION BAU",
    },
    Character {
        age: "5.2",
        codepoint: 0x0834,
        name: "SAMARITAN PUNCTUATION ATMAAU",
    },
    Character {
        age: "5.2",
        codepoint: 0x0835,
        name: "SAMARITAN PUNCTUATION SHIYYAALAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0836,
        name: "SAMARITAN ABBREVIATION MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0x0837,
        name: "SAMARITAN PUNCTUATION MELODIC QITSA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0838,
        name: "SAMARITAN PUNCTUATION ZIQAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0839,
        name: "SAMARITAN PUNCTUATION QITSA",
    },
    Character {
        age: "5.2",
        codepoint: 0x083A,
        name: "SAMARITAN PUNCTUATION ZAEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x083B,
        name: "SAMARITAN PUNCTUATION TURU",
    },
    Character {
        age: "5.2",
        codepoint: 0x083C,
        name: "SAMARITAN PUNCTUATION ARKAANU",
    },
    Character {
        age: "5.2",
        codepoint: 0x083D,
        name: "SAMARITAN PUNCTUATION SOF MASHFAAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x083E,
        name: "SAMARITAN PUNCTUATION ANNAAU",
    },
    Character {
        age: "6.0",
        codepoint: 0x0840,
        name: "MANDAIC LETTER HALQA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0841,
        name: "MANDAIC LETTER AB",
    },
    Character {
        age: "6.0",
        codepoint: 0x0842,
        name: "MANDAIC LETTER AG",
    },
    Character {
        age: "6.0",
        codepoint: 0x0843,
        name: "MANDAIC LETTER AD",
    },
    Character {
        age: "6.0",
        codepoint: 0x0844,
        name: "MANDAIC LETTER AH",
    },
    Character {
        age: "6.0",
        codepoint: 0x0845,
        name: "MANDAIC LETTER USHENNA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0846,
        name: "MANDAIC LETTER AZ",
    },
    Character {
        age: "6.0",
        codepoint: 0x0847,
        name: "MANDAIC LETTER IT",
    },
    Character {
        age: "6.0",
        codepoint: 0x0848,
        name: "MANDAIC LETTER ATT",
    },
    Character {
        age: "6.0",
        codepoint: 0x0849,
        name: "MANDAIC LETTER AKSA",
    },
    Character {
        age: "6.0",
        codepoint: 0x084A,
        name: "MANDAIC LETTER AK",
    },
    Character {
        age: "6.0",
        codepoint: 0x084B,
        name: "MANDAIC LETTER AL",
    },
    Character {
        age: "6.0",
        codepoint: 0x084C,
        name: "MANDAIC LETTER AM",
    },
    Character {
        age: "6.0",
        codepoint: 0x084D,
        name: "MANDAIC LETTER AN",
    },
    Character {
        age: "6.0",
        codepoint: 0x084E,
        name: "MANDAIC LETTER AS",
    },
    Character {
        age: "6.0",
        codepoint: 0x084F,
        name: "MANDAIC LETTER IN",
    },
    Character {
        age: "6.0",
        codepoint: 0x0850,
        name: "MANDAIC LETTER AP",
    },
    Character {
        age: "6.0",
        codepoint: 0x0851,
        name: "MANDAIC LETTER ASZ",
    },
    Character {
        age: "6.0",
        codepoint: 0x0852,
        name: "MANDAIC LETTER AQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x0853,
        name: "MANDAIC LETTER AR",
    },
    Character {
        age: "6.0",
        codepoint: 0x0854,
        name: "MANDAIC LETTER ASH",
    },
    Character {
        age: "6.0",
        codepoint: 0x0855,
        name: "MANDAIC LETTER AT",
    },
    Character {
        age: "6.0",
        codepoint: 0x0856,
        name: "MANDAIC LETTER DUSHENNA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0857,
        name: "MANDAIC LETTER KAD",
    },
    Character {
        age: "6.0",
        codepoint: 0x0858,
        name: "MANDAIC LETTER AIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x0859,
        name: "MANDAIC AFFRICATION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x085A,
        name: "MANDAIC VOCALIZATION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x085B,
        name: "MANDAIC GEMINATION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x085E,
        name: "MANDAIC PUNCTUATION",
    },
    Character {
        age: "10.0",
        codepoint: 0x0860,
        name: "SYRIAC LETTER MALAYALAM NGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0861,
        name: "SYRIAC LETTER MALAYALAM JA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0862,
        name: "SYRIAC LETTER MALAYALAM NYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0863,
        name: "SYRIAC LETTER MALAYALAM TTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0864,
        name: "SYRIAC LETTER MALAYALAM NNA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0865,
        name: "SYRIAC LETTER MALAYALAM NNNA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0866,
        name: "SYRIAC LETTER MALAYALAM BHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0867,
        name: "SYRIAC LETTER MALAYALAM RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0868,
        name: "SYRIAC LETTER MALAYALAM LLA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0869,
        name: "SYRIAC LETTER MALAYALAM LLLA",
    },
    Character {
        age: "10.0",
        codepoint: 0x086A,
        name: "SYRIAC LETTER MALAYALAM SSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A0,
        name: "ARABIC LETTER BEH WITH SMALL V BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x08A1,
        name: "ARABIC LETTER BEH WITH HAMZA ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A2,
        name: "ARABIC LETTER JEEM WITH TWO DOTS ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A3,
        name: "ARABIC LETTER TAH WITH TWO DOTS ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A4,
        name: "ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A5,
        name: "ARABIC LETTER QAF WITH DOT BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A6,
        name: "ARABIC LETTER LAM WITH DOUBLE BAR",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A7,
        name: "ARABIC LETTER MEEM WITH THREE DOTS ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A8,
        name: "ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08A9,
        name: "ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08AA,
        name: "ARABIC LETTER REH WITH LOOP",
    },
    Character {
        age: "6.1",
        codepoint: 0x08AB,
        name: "ARABIC LETTER WAW WITH DOT WITHIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08AC,
        name: "ARABIC LETTER ROHINGYA YEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x08AD,
        name: "ARABIC LETTER LOW ALEF",
    },
    Character {
        age: "7.0",
        codepoint: 0x08AE,
        name: "ARABIC LETTER DAL WITH THREE DOTS BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x08AF,
        name: "ARABIC LETTER SAD WITH THREE DOTS BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x08B0,
        name: "ARABIC LETTER GAF WITH INVERTED STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x08B1,
        name: "ARABIC LETTER STRAIGHT WAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x08B2,
        name: "ARABIC LETTER ZAIN WITH INVERTED V ABOVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x08B3,
        name: "ARABIC LETTER AIN WITH THREE DOTS BELOW",
    },
    Character {
        age: "8.0",
        codepoint: 0x08B4,
        name: "ARABIC LETTER KAF WITH DOT BELOW",
    },
    Character {
        age: "9.0",
        codepoint: 0x08B6,
        name: "ARABIC LETTER BEH WITH SMALL MEEM ABOVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x08B7,
        name: "ARABIC LETTER PEH WITH SMALL MEEM ABOVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x08B8,
        name: "ARABIC LETTER TEH WITH SMALL TEH ABOVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x08B9,
        name: "ARABIC LETTER REH WITH SMALL NOON ABOVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x08BA,
        name: "ARABIC LETTER YEH WITH TWO DOTS BELOW AND SMALL NOON ABOVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x08BB,
        name: "ARABIC LETTER AFRICAN FEH",
    },
    Character {
        age: "9.0",
        codepoint: 0x08BC,
        name: "ARABIC LETTER AFRICAN QAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x08BD,
        name: "ARABIC LETTER AFRICAN NOON",
    },
    Character {
        age: "11.0",
        codepoint: 0x08D3,
        name: "ARABIC SMALL LOW WAW",
    },
    Character {
        age: "9.0",
        codepoint: 0x08D4,
        name: "ARABIC SMALL HIGH WORD AR-RUB",
    },
    Character {
        age: "9.0",
        codepoint: 0x08D5,
        name: "ARABIC SMALL HIGH SAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x08D6,
        name: "ARABIC SMALL HIGH AIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x08D7,
        name: "ARABIC SMALL HIGH QAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x08D8,
        name: "ARABIC SMALL HIGH NOON WITH KASRA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08D9,
        name: "ARABIC SMALL LOW NOON WITH KASRA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08DA,
        name: "ARABIC SMALL HIGH WORD ATH-THALATHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08DB,
        name: "ARABIC SMALL HIGH WORD AS-SAJDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08DC,
        name: "ARABIC SMALL HIGH WORD AN-NISF",
    },
    Character {
        age: "9.0",
        codepoint: 0x08DD,
        name: "ARABIC SMALL HIGH WORD SAKTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08DE,
        name: "ARABIC SMALL HIGH WORD QIF",
    },
    Character {
        age: "9.0",
        codepoint: 0x08DF,
        name: "ARABIC SMALL HIGH WORD WAQFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08E0,
        name: "ARABIC SMALL HIGH FOOTNOTE MARKER",
    },
    Character {
        age: "9.0",
        codepoint: 0x08E1,
        name: "ARABIC SMALL HIGH SIGN SAFHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x08E2,
        name: "ARABIC DISPUTED END OF AYAH",
    },
    Character {
        age: "8.0",
        codepoint: 0x08E3,
        name: "ARABIC TURNED DAMMA BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08E4,
        name: "ARABIC CURLY FATHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x08E5,
        name: "ARABIC CURLY DAMMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x08E6,
        name: "ARABIC CURLY KASRA",
    },
    Character {
        age: "6.1",
        codepoint: 0x08E7,
        name: "ARABIC CURLY FATHATAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08E8,
        name: "ARABIC CURLY DAMMATAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08E9,
        name: "ARABIC CURLY KASRATAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08EA,
        name: "ARABIC TONE ONE DOT ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08EB,
        name: "ARABIC TONE TWO DOTS ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08EC,
        name: "ARABIC TONE LOOP ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08ED,
        name: "ARABIC TONE ONE DOT BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08EE,
        name: "ARABIC TONE TWO DOTS BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08EF,
        name: "ARABIC TONE LOOP BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F0,
        name: "ARABIC OPEN FATHATAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F1,
        name: "ARABIC OPEN DAMMATAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F2,
        name: "ARABIC OPEN KASRATAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F3,
        name: "ARABIC SMALL HIGH WAW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F4,
        name: "ARABIC FATHA WITH RING",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F5,
        name: "ARABIC FATHA WITH DOT ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F6,
        name: "ARABIC KASRA WITH DOT BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F7,
        name: "ARABIC LEFT ARROWHEAD ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F8,
        name: "ARABIC RIGHT ARROWHEAD ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08F9,
        name: "ARABIC LEFT ARROWHEAD BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08FA,
        name: "ARABIC RIGHT ARROWHEAD BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x08FB,
        name: "ARABIC DOUBLE RIGHT ARROWHEAD ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x08FC,
        name: "ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT",
    },
    Character {
        age: "6.1",
        codepoint: 0x08FD,
        name: "ARABIC RIGHT ARROWHEAD ABOVE WITH DOT",
    },
    Character {
        age: "6.1",
        codepoint: 0x08FE,
        name: "ARABIC DAMMA WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x08FF,
        name: "ARABIC MARK SIDEWAYS NOON GHUNNA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0900,
        name: "DEVANAGARI SIGN INVERTED CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0901,
        name: "DEVANAGARI SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0902,
        name: "DEVANAGARI SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0903,
        name: "DEVANAGARI SIGN VISARGA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0904,
        name: "DEVANAGARI LETTER SHORT A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0905,
        name: "DEVANAGARI LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0906,
        name: "DEVANAGARI LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0907,
        name: "DEVANAGARI LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0908,
        name: "DEVANAGARI LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0909,
        name: "DEVANAGARI LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x090A,
        name: "DEVANAGARI LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x090B,
        name: "DEVANAGARI LETTER VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x090C,
        name: "DEVANAGARI LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x090D,
        name: "DEVANAGARI LETTER CANDRA E",
    },
    Character {
        age: "1.1",
        codepoint: 0x090E,
        name: "DEVANAGARI LETTER SHORT E",
    },
    Character {
        age: "1.1",
        codepoint: 0x090F,
        name: "DEVANAGARI LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0910,
        name: "DEVANAGARI LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0911,
        name: "DEVANAGARI LETTER CANDRA O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0912,
        name: "DEVANAGARI LETTER SHORT O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0913,
        name: "DEVANAGARI LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0914,
        name: "DEVANAGARI LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0915,
        name: "DEVANAGARI LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0916,
        name: "DEVANAGARI LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0917,
        name: "DEVANAGARI LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0918,
        name: "DEVANAGARI LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0919,
        name: "DEVANAGARI LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x091A,
        name: "DEVANAGARI LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x091B,
        name: "DEVANAGARI LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x091C,
        name: "DEVANAGARI LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x091D,
        name: "DEVANAGARI LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x091E,
        name: "DEVANAGARI LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x091F,
        name: "DEVANAGARI LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0920,
        name: "DEVANAGARI LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0921,
        name: "DEVANAGARI LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0922,
        name: "DEVANAGARI LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0923,
        name: "DEVANAGARI LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0924,
        name: "DEVANAGARI LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0925,
        name: "DEVANAGARI LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0926,
        name: "DEVANAGARI LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0927,
        name: "DEVANAGARI LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0928,
        name: "DEVANAGARI LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0929,
        name: "DEVANAGARI LETTER NNNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x092A,
        name: "DEVANAGARI LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x092B,
        name: "DEVANAGARI LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x092C,
        name: "DEVANAGARI LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x092D,
        name: "DEVANAGARI LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x092E,
        name: "DEVANAGARI LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x092F,
        name: "DEVANAGARI LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0930,
        name: "DEVANAGARI LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0931,
        name: "DEVANAGARI LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0932,
        name: "DEVANAGARI LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0933,
        name: "DEVANAGARI LETTER LLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0934,
        name: "DEVANAGARI LETTER LLLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0935,
        name: "DEVANAGARI LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0936,
        name: "DEVANAGARI LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0937,
        name: "DEVANAGARI LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0938,
        name: "DEVANAGARI LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0939,
        name: "DEVANAGARI LETTER HA",
    },
    Character {
        age: "6.0",
        codepoint: 0x093A,
        name: "DEVANAGARI VOWEL SIGN OE",
    },
    Character {
        age: "6.0",
        codepoint: 0x093B,
        name: "DEVANAGARI VOWEL SIGN OOE",
    },
    Character {
        age: "1.1",
        codepoint: 0x093C,
        name: "DEVANAGARI SIGN NUKTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x093D,
        name: "DEVANAGARI SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x093E,
        name: "DEVANAGARI VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x093F,
        name: "DEVANAGARI VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0940,
        name: "DEVANAGARI VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0941,
        name: "DEVANAGARI VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0942,
        name: "DEVANAGARI VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0943,
        name: "DEVANAGARI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0944,
        name: "DEVANAGARI VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0945,
        name: "DEVANAGARI VOWEL SIGN CANDRA E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0946,
        name: "DEVANAGARI VOWEL SIGN SHORT E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0947,
        name: "DEVANAGARI VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0948,
        name: "DEVANAGARI VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0949,
        name: "DEVANAGARI VOWEL SIGN CANDRA O",
    },
    Character {
        age: "1.1",
        codepoint: 0x094A,
        name: "DEVANAGARI VOWEL SIGN SHORT O",
    },
    Character {
        age: "1.1",
        codepoint: 0x094B,
        name: "DEVANAGARI VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x094C,
        name: "DEVANAGARI VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x094D,
        name: "DEVANAGARI SIGN VIRAMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x094E,
        name: "DEVANAGARI VOWEL SIGN PRISHTHAMATRA E",
    },
    Character {
        age: "6.0",
        codepoint: 0x094F,
        name: "DEVANAGARI VOWEL SIGN AW",
    },
    Character {
        age: "1.1",
        codepoint: 0x0950,
        name: "DEVANAGARI OM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0951,
        name: "DEVANAGARI STRESS SIGN UDATTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0952,
        name: "DEVANAGARI STRESS SIGN ANUDATTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0953,
        name: "DEVANAGARI GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0954,
        name: "DEVANAGARI ACUTE ACCENT",
    },
    Character {
        age: "5.2",
        codepoint: 0x0955,
        name: "DEVANAGARI VOWEL SIGN CANDRA LONG E",
    },
    Character {
        age: "6.0",
        codepoint: 0x0956,
        name: "DEVANAGARI VOWEL SIGN UE",
    },
    Character {
        age: "6.0",
        codepoint: 0x0957,
        name: "DEVANAGARI VOWEL SIGN UUE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0958,
        name: "DEVANAGARI LETTER QA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0959,
        name: "DEVANAGARI LETTER KHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x095A,
        name: "DEVANAGARI LETTER GHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x095B,
        name: "DEVANAGARI LETTER ZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x095C,
        name: "DEVANAGARI LETTER DDDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x095D,
        name: "DEVANAGARI LETTER RHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x095E,
        name: "DEVANAGARI LETTER FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x095F,
        name: "DEVANAGARI LETTER YYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0960,
        name: "DEVANAGARI LETTER VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0961,
        name: "DEVANAGARI LETTER VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0962,
        name: "DEVANAGARI VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x0963,
        name: "DEVANAGARI VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0964,
        name: "DEVANAGARI DANDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0965,
        name: "DEVANAGARI DOUBLE DANDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0966,
        name: "DEVANAGARI DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0967,
        name: "DEVANAGARI DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0968,
        name: "DEVANAGARI DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0969,
        name: "DEVANAGARI DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x096A,
        name: "DEVANAGARI DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x096B,
        name: "DEVANAGARI DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x096C,
        name: "DEVANAGARI DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x096D,
        name: "DEVANAGARI DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x096E,
        name: "DEVANAGARI DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x096F,
        name: "DEVANAGARI DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0970,
        name: "DEVANAGARI ABBREVIATION SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x0971,
        name: "DEVANAGARI SIGN HIGH SPACING DOT",
    },
    Character {
        age: "5.1",
        codepoint: 0x0972,
        name: "DEVANAGARI LETTER CANDRA A",
    },
    Character {
        age: "6.0",
        codepoint: 0x0973,
        name: "DEVANAGARI LETTER OE",
    },
    Character {
        age: "6.0",
        codepoint: 0x0974,
        name: "DEVANAGARI LETTER OOE",
    },
    Character {
        age: "6.0",
        codepoint: 0x0975,
        name: "DEVANAGARI LETTER AW",
    },
    Character {
        age: "6.0",
        codepoint: 0x0976,
        name: "DEVANAGARI LETTER UE",
    },
    Character {
        age: "6.0",
        codepoint: 0x0977,
        name: "DEVANAGARI LETTER UUE",
    },
    Character {
        age: "7.0",
        codepoint: 0x0978,
        name: "DEVANAGARI LETTER MARWARI DDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0979,
        name: "DEVANAGARI LETTER ZHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x097A,
        name: "DEVANAGARI LETTER HEAVY YA",
    },
    Character {
        age: "5.0",
        codepoint: 0x097B,
        name: "DEVANAGARI LETTER GGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x097C,
        name: "DEVANAGARI LETTER JJA",
    },
    Character {
        age: "4.1",
        codepoint: 0x097D,
        name: "DEVANAGARI LETTER GLOTTAL STOP",
    },
    Character {
        age: "5.0",
        codepoint: 0x097E,
        name: "DEVANAGARI LETTER DDDA",
    },
    Character {
        age: "5.0",
        codepoint: 0x097F,
        name: "DEVANAGARI LETTER BBA",
    },
    Character {
        age: "7.0",
        codepoint: 0x0980,
        name: "BENGALI ANJI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0981,
        name: "BENGALI SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0982,
        name: "BENGALI SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0983,
        name: "BENGALI SIGN VISARGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0985,
        name: "BENGALI LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0986,
        name: "BENGALI LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0987,
        name: "BENGALI LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0988,
        name: "BENGALI LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0989,
        name: "BENGALI LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x098A,
        name: "BENGALI LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x098B,
        name: "BENGALI LETTER VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x098C,
        name: "BENGALI LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x098F,
        name: "BENGALI LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0990,
        name: "BENGALI LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0993,
        name: "BENGALI LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0994,
        name: "BENGALI LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0995,
        name: "BENGALI LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0996,
        name: "BENGALI LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0997,
        name: "BENGALI LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0998,
        name: "BENGALI LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0999,
        name: "BENGALI LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x099A,
        name: "BENGALI LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x099B,
        name: "BENGALI LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x099C,
        name: "BENGALI LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x099D,
        name: "BENGALI LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x099E,
        name: "BENGALI LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x099F,
        name: "BENGALI LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A0,
        name: "BENGALI LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A1,
        name: "BENGALI LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A2,
        name: "BENGALI LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A3,
        name: "BENGALI LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A4,
        name: "BENGALI LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A5,
        name: "BENGALI LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A6,
        name: "BENGALI LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A7,
        name: "BENGALI LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09A8,
        name: "BENGALI LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09AA,
        name: "BENGALI LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09AB,
        name: "BENGALI LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09AC,
        name: "BENGALI LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09AD,
        name: "BENGALI LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09AE,
        name: "BENGALI LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09AF,
        name: "BENGALI LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09B0,
        name: "BENGALI LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09B2,
        name: "BENGALI LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09B6,
        name: "BENGALI LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09B7,
        name: "BENGALI LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09B8,
        name: "BENGALI LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09B9,
        name: "BENGALI LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09BC,
        name: "BENGALI SIGN NUKTA",
    },
    Character {
        age: "4.0",
        codepoint: 0x09BD,
        name: "BENGALI SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09BE,
        name: "BENGALI VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09BF,
        name: "BENGALI VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C0,
        name: "BENGALI VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C1,
        name: "BENGALI VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C2,
        name: "BENGALI VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C3,
        name: "BENGALI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C4,
        name: "BENGALI VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C7,
        name: "BENGALI VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x09C8,
        name: "BENGALI VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x09CB,
        name: "BENGALI VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x09CC,
        name: "BENGALI VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x09CD,
        name: "BENGALI SIGN VIRAMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x09CE,
        name: "BENGALI LETTER KHANDA TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09D7,
        name: "BENGALI AU LENGTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x09DC,
        name: "BENGALI LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09DD,
        name: "BENGALI LETTER RHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09DF,
        name: "BENGALI LETTER YYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E0,
        name: "BENGALI LETTER VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E1,
        name: "BENGALI LETTER VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E2,
        name: "BENGALI VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E3,
        name: "BENGALI VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E6,
        name: "BENGALI DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E7,
        name: "BENGALI DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E8,
        name: "BENGALI DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x09E9,
        name: "BENGALI DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x09EA,
        name: "BENGALI DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x09EB,
        name: "BENGALI DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x09EC,
        name: "BENGALI DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x09ED,
        name: "BENGALI DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x09EE,
        name: "BENGALI DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x09EF,
        name: "BENGALI DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F0,
        name: "BENGALI LETTER RA WITH MIDDLE DIAGONAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F1,
        name: "BENGALI LETTER RA WITH LOWER DIAGONAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F2,
        name: "BENGALI RUPEE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F3,
        name: "BENGALI RUPEE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F4,
        name: "BENGALI CURRENCY NUMERATOR ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F5,
        name: "BENGALI CURRENCY NUMERATOR TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F6,
        name: "BENGALI CURRENCY NUMERATOR THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F7,
        name: "BENGALI CURRENCY NUMERATOR FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F8,
        name: "BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x09F9,
        name: "BENGALI CURRENCY DENOMINATOR SIXTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x09FA,
        name: "BENGALI ISSHAR",
    },
    Character {
        age: "5.2",
        codepoint: 0x09FB,
        name: "BENGALI GANDA MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x09FC,
        name: "BENGALI LETTER VEDIC ANUSVARA",
    },
    Character {
        age: "10.0",
        codepoint: 0x09FD,
        name: "BENGALI ABBREVIATION SIGN",
    },
    Character {
        age: "11.0",
        codepoint: 0x09FE,
        name: "BENGALI SANDHI MARK",
    },
    Character {
        age: "4.0",
        codepoint: 0x0A01,
        name: "GURMUKHI SIGN ADAK BINDI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A02,
        name: "GURMUKHI SIGN BINDI",
    },
    Character {
        age: "4.0",
        codepoint: 0x0A03,
        name: "GURMUKHI SIGN VISARGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A05,
        name: "GURMUKHI LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A06,
        name: "GURMUKHI LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A07,
        name: "GURMUKHI LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A08,
        name: "GURMUKHI LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A09,
        name: "GURMUKHI LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A0A,
        name: "GURMUKHI LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A0F,
        name: "GURMUKHI LETTER EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A10,
        name: "GURMUKHI LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A13,
        name: "GURMUKHI LETTER OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A14,
        name: "GURMUKHI LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A15,
        name: "GURMUKHI LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A16,
        name: "GURMUKHI LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A17,
        name: "GURMUKHI LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A18,
        name: "GURMUKHI LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A19,
        name: "GURMUKHI LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A1A,
        name: "GURMUKHI LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A1B,
        name: "GURMUKHI LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A1C,
        name: "GURMUKHI LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A1D,
        name: "GURMUKHI LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A1E,
        name: "GURMUKHI LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A1F,
        name: "GURMUKHI LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A20,
        name: "GURMUKHI LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A21,
        name: "GURMUKHI LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A22,
        name: "GURMUKHI LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A23,
        name: "GURMUKHI LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A24,
        name: "GURMUKHI LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A25,
        name: "GURMUKHI LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A26,
        name: "GURMUKHI LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A27,
        name: "GURMUKHI LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A28,
        name: "GURMUKHI LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A2A,
        name: "GURMUKHI LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A2B,
        name: "GURMUKHI LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A2C,
        name: "GURMUKHI LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A2D,
        name: "GURMUKHI LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A2E,
        name: "GURMUKHI LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A2F,
        name: "GURMUKHI LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A30,
        name: "GURMUKHI LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A32,
        name: "GURMUKHI LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A33,
        name: "GURMUKHI LETTER LLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A35,
        name: "GURMUKHI LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A36,
        name: "GURMUKHI LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A38,
        name: "GURMUKHI LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A39,
        name: "GURMUKHI LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A3C,
        name: "GURMUKHI SIGN NUKTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A3E,
        name: "GURMUKHI VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A3F,
        name: "GURMUKHI VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A40,
        name: "GURMUKHI VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A41,
        name: "GURMUKHI VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A42,
        name: "GURMUKHI VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A47,
        name: "GURMUKHI VOWEL SIGN EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A48,
        name: "GURMUKHI VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A4B,
        name: "GURMUKHI VOWEL SIGN OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A4C,
        name: "GURMUKHI VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A4D,
        name: "GURMUKHI SIGN VIRAMA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0A51,
        name: "GURMUKHI SIGN UDAAT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A59,
        name: "GURMUKHI LETTER KHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A5A,
        name: "GURMUKHI LETTER GHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A5B,
        name: "GURMUKHI LETTER ZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A5C,
        name: "GURMUKHI LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A5E,
        name: "GURMUKHI LETTER FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A66,
        name: "GURMUKHI DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A67,
        name: "GURMUKHI DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A68,
        name: "GURMUKHI DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A69,
        name: "GURMUKHI DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A6A,
        name: "GURMUKHI DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A6B,
        name: "GURMUKHI DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A6C,
        name: "GURMUKHI DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A6D,
        name: "GURMUKHI DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A6E,
        name: "GURMUKHI DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A6F,
        name: "GURMUKHI DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A70,
        name: "GURMUKHI TIPPI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A71,
        name: "GURMUKHI ADDAK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A72,
        name: "GURMUKHI IRI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A73,
        name: "GURMUKHI URA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A74,
        name: "GURMUKHI EK ONKAR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0A75,
        name: "GURMUKHI SIGN YAKASH",
    },
    Character {
        age: "11.0",
        codepoint: 0x0A76,
        name: "GURMUKHI ABBREVIATION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A81,
        name: "GUJARATI SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A82,
        name: "GUJARATI SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A83,
        name: "GUJARATI SIGN VISARGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A85,
        name: "GUJARATI LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A86,
        name: "GUJARATI LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A87,
        name: "GUJARATI LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A88,
        name: "GUJARATI LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A89,
        name: "GUJARATI LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A8A,
        name: "GUJARATI LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A8B,
        name: "GUJARATI LETTER VOCALIC R",
    },
    Character {
        age: "4.0",
        codepoint: 0x0A8C,
        name: "GUJARATI LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A8D,
        name: "GUJARATI VOWEL CANDRA E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A8F,
        name: "GUJARATI LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A90,
        name: "GUJARATI LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A91,
        name: "GUJARATI VOWEL CANDRA O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A93,
        name: "GUJARATI LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A94,
        name: "GUJARATI LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A95,
        name: "GUJARATI LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A96,
        name: "GUJARATI LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A97,
        name: "GUJARATI LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A98,
        name: "GUJARATI LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A99,
        name: "GUJARATI LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A9A,
        name: "GUJARATI LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A9B,
        name: "GUJARATI LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A9C,
        name: "GUJARATI LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A9D,
        name: "GUJARATI LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A9E,
        name: "GUJARATI LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0A9F,
        name: "GUJARATI LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA0,
        name: "GUJARATI LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA1,
        name: "GUJARATI LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA2,
        name: "GUJARATI LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA3,
        name: "GUJARATI LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA4,
        name: "GUJARATI LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA5,
        name: "GUJARATI LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA6,
        name: "GUJARATI LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA7,
        name: "GUJARATI LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AA8,
        name: "GUJARATI LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AAA,
        name: "GUJARATI LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AAB,
        name: "GUJARATI LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AAC,
        name: "GUJARATI LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AAD,
        name: "GUJARATI LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AAE,
        name: "GUJARATI LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AAF,
        name: "GUJARATI LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB0,
        name: "GUJARATI LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB2,
        name: "GUJARATI LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB3,
        name: "GUJARATI LETTER LLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB5,
        name: "GUJARATI LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB6,
        name: "GUJARATI LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB7,
        name: "GUJARATI LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB8,
        name: "GUJARATI LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AB9,
        name: "GUJARATI LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ABC,
        name: "GUJARATI SIGN NUKTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ABD,
        name: "GUJARATI SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ABE,
        name: "GUJARATI VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ABF,
        name: "GUJARATI VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC0,
        name: "GUJARATI VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC1,
        name: "GUJARATI VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC2,
        name: "GUJARATI VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC3,
        name: "GUJARATI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC4,
        name: "GUJARATI VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC5,
        name: "GUJARATI VOWEL SIGN CANDRA E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC7,
        name: "GUJARATI VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC8,
        name: "GUJARATI VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AC9,
        name: "GUJARATI VOWEL SIGN CANDRA O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ACB,
        name: "GUJARATI VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ACC,
        name: "GUJARATI VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ACD,
        name: "GUJARATI SIGN VIRAMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AD0,
        name: "GUJARATI OM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AE0,
        name: "GUJARATI LETTER VOCALIC RR",
    },
    Character {
        age: "4.0",
        codepoint: 0x0AE1,
        name: "GUJARATI LETTER VOCALIC LL",
    },
    Character {
        age: "4.0",
        codepoint: 0x0AE2,
        name: "GUJARATI VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "4.0",
        codepoint: 0x0AE3,
        name: "GUJARATI VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AE6,
        name: "GUJARATI DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AE7,
        name: "GUJARATI DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AE8,
        name: "GUJARATI DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AE9,
        name: "GUJARATI DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AEA,
        name: "GUJARATI DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AEB,
        name: "GUJARATI DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AEC,
        name: "GUJARATI DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AED,
        name: "GUJARATI DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AEE,
        name: "GUJARATI DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0AEF,
        name: "GUJARATI DIGIT NINE",
    },
    Character {
        age: "6.1",
        codepoint: 0x0AF0,
        name: "GUJARATI ABBREVIATION SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0AF1,
        name: "GUJARATI RUPEE SIGN",
    },
    Character {
        age: "8.0",
        codepoint: 0x0AF9,
        name: "GUJARATI LETTER ZHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0AFA,
        name: "GUJARATI SIGN SUKUN",
    },
    Character {
        age: "10.0",
        codepoint: 0x0AFB,
        name: "GUJARATI SIGN SHADDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0AFC,
        name: "GUJARATI SIGN MADDAH",
    },
    Character {
        age: "10.0",
        codepoint: 0x0AFD,
        name: "GUJARATI SIGN THREE-DOT NUKTA ABOVE",
    },
    Character {
        age: "10.0",
        codepoint: 0x0AFE,
        name: "GUJARATI SIGN CIRCLE NUKTA ABOVE",
    },
    Character {
        age: "10.0",
        codepoint: 0x0AFF,
        name: "GUJARATI SIGN TWO-CIRCLE NUKTA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B01,
        name: "ORIYA SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B02,
        name: "ORIYA SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B03,
        name: "ORIYA SIGN VISARGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B05,
        name: "ORIYA LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B06,
        name: "ORIYA LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B07,
        name: "ORIYA LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B08,
        name: "ORIYA LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B09,
        name: "ORIYA LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B0A,
        name: "ORIYA LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B0B,
        name: "ORIYA LETTER VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B0C,
        name: "ORIYA LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B0F,
        name: "ORIYA LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B10,
        name: "ORIYA LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B13,
        name: "ORIYA LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B14,
        name: "ORIYA LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B15,
        name: "ORIYA LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B16,
        name: "ORIYA LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B17,
        name: "ORIYA LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B18,
        name: "ORIYA LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B19,
        name: "ORIYA LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B1A,
        name: "ORIYA LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B1B,
        name: "ORIYA LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B1C,
        name: "ORIYA LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B1D,
        name: "ORIYA LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B1E,
        name: "ORIYA LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B1F,
        name: "ORIYA LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B20,
        name: "ORIYA LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B21,
        name: "ORIYA LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B22,
        name: "ORIYA LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B23,
        name: "ORIYA LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B24,
        name: "ORIYA LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B25,
        name: "ORIYA LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B26,
        name: "ORIYA LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B27,
        name: "ORIYA LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B28,
        name: "ORIYA LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B2A,
        name: "ORIYA LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B2B,
        name: "ORIYA LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B2C,
        name: "ORIYA LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B2D,
        name: "ORIYA LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B2E,
        name: "ORIYA LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B2F,
        name: "ORIYA LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B30,
        name: "ORIYA LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B32,
        name: "ORIYA LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B33,
        name: "ORIYA LETTER LLA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0B35,
        name: "ORIYA LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B36,
        name: "ORIYA LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B37,
        name: "ORIYA LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B38,
        name: "ORIYA LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B39,
        name: "ORIYA LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B3C,
        name: "ORIYA SIGN NUKTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B3D,
        name: "ORIYA SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B3E,
        name: "ORIYA VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B3F,
        name: "ORIYA VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B40,
        name: "ORIYA VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B41,
        name: "ORIYA VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B42,
        name: "ORIYA VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B43,
        name: "ORIYA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "5.1",
        codepoint: 0x0B44,
        name: "ORIYA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B47,
        name: "ORIYA VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B48,
        name: "ORIYA VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B4B,
        name: "ORIYA VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B4C,
        name: "ORIYA VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B4D,
        name: "ORIYA SIGN VIRAMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B56,
        name: "ORIYA AI LENGTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B57,
        name: "ORIYA AU LENGTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B5C,
        name: "ORIYA LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B5D,
        name: "ORIYA LETTER RHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B5F,
        name: "ORIYA LETTER YYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B60,
        name: "ORIYA LETTER VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B61,
        name: "ORIYA LETTER VOCALIC LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x0B62,
        name: "ORIYA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "5.1",
        codepoint: 0x0B63,
        name: "ORIYA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B66,
        name: "ORIYA DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B67,
        name: "ORIYA DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B68,
        name: "ORIYA DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B69,
        name: "ORIYA DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B6A,
        name: "ORIYA DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B6B,
        name: "ORIYA DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B6C,
        name: "ORIYA DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B6D,
        name: "ORIYA DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B6E,
        name: "ORIYA DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B6F,
        name: "ORIYA DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B70,
        name: "ORIYA ISSHAR",
    },
    Character {
        age: "4.0",
        codepoint: 0x0B71,
        name: "ORIYA LETTER WA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0B72,
        name: "ORIYA FRACTION ONE QUARTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x0B73,
        name: "ORIYA FRACTION ONE HALF",
    },
    Character {
        age: "6.0",
        codepoint: 0x0B74,
        name: "ORIYA FRACTION THREE QUARTERS",
    },
    Character {
        age: "6.0",
        codepoint: 0x0B75,
        name: "ORIYA FRACTION ONE SIXTEENTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x0B76,
        name: "ORIYA FRACTION ONE EIGHTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x0B77,
        name: "ORIYA FRACTION THREE SIXTEENTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B82,
        name: "TAMIL SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B83,
        name: "TAMIL SIGN VISARGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B85,
        name: "TAMIL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B86,
        name: "TAMIL LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B87,
        name: "TAMIL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B88,
        name: "TAMIL LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B89,
        name: "TAMIL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B8A,
        name: "TAMIL LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B8E,
        name: "TAMIL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B8F,
        name: "TAMIL LETTER EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B90,
        name: "TAMIL LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B92,
        name: "TAMIL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B93,
        name: "TAMIL LETTER OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B94,
        name: "TAMIL LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B95,
        name: "TAMIL LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B99,
        name: "TAMIL LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B9A,
        name: "TAMIL LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B9C,
        name: "TAMIL LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B9E,
        name: "TAMIL LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0B9F,
        name: "TAMIL LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BA3,
        name: "TAMIL LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BA4,
        name: "TAMIL LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BA8,
        name: "TAMIL LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BA9,
        name: "TAMIL LETTER NNNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BAA,
        name: "TAMIL LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BAE,
        name: "TAMIL LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BAF,
        name: "TAMIL LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB0,
        name: "TAMIL LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB1,
        name: "TAMIL LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB2,
        name: "TAMIL LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB3,
        name: "TAMIL LETTER LLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB4,
        name: "TAMIL LETTER LLLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB5,
        name: "TAMIL LETTER VA",
    },
    Character {
        age: "4.1",
        codepoint: 0x0BB6,
        name: "TAMIL LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB7,
        name: "TAMIL LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB8,
        name: "TAMIL LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BB9,
        name: "TAMIL LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BBE,
        name: "TAMIL VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BBF,
        name: "TAMIL VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BC0,
        name: "TAMIL VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BC1,
        name: "TAMIL VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BC2,
        name: "TAMIL VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BC6,
        name: "TAMIL VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BC7,
        name: "TAMIL VOWEL SIGN EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BC8,
        name: "TAMIL VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BCA,
        name: "TAMIL VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BCB,
        name: "TAMIL VOWEL SIGN OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BCC,
        name: "TAMIL VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BCD,
        name: "TAMIL SIGN VIRAMA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0BD0,
        name: "TAMIL OM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BD7,
        name: "TAMIL AU LENGTH MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x0BE6,
        name: "TAMIL DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BE7,
        name: "TAMIL DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BE8,
        name: "TAMIL DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BE9,
        name: "TAMIL DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BEA,
        name: "TAMIL DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BEB,
        name: "TAMIL DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BEC,
        name: "TAMIL DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BED,
        name: "TAMIL DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BEE,
        name: "TAMIL DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BEF,
        name: "TAMIL DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BF0,
        name: "TAMIL NUMBER TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BF1,
        name: "TAMIL NUMBER ONE HUNDRED",
    },
    Character {
        age: "1.1",
        codepoint: 0x0BF2,
        name: "TAMIL NUMBER ONE THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF3,
        name: "TAMIL DAY SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF4,
        name: "TAMIL MONTH SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF5,
        name: "TAMIL YEAR SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF6,
        name: "TAMIL DEBIT SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF7,
        name: "TAMIL CREDIT SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF8,
        name: "TAMIL AS ABOVE SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BF9,
        name: "TAMIL RUPEE SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x0BFA,
        name: "TAMIL NUMBER SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x0C00,
        name: "TELUGU SIGN COMBINING CANDRABINDU ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C01,
        name: "TELUGU SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C02,
        name: "TELUGU SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C03,
        name: "TELUGU SIGN VISARGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x0C04,
        name: "TELUGU SIGN COMBINING ANUSVARA ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C05,
        name: "TELUGU LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C06,
        name: "TELUGU LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C07,
        name: "TELUGU LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C08,
        name: "TELUGU LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C09,
        name: "TELUGU LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C0A,
        name: "TELUGU LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C0B,
        name: "TELUGU LETTER VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C0C,
        name: "TELUGU LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C0E,
        name: "TELUGU LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C0F,
        name: "TELUGU LETTER EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C10,
        name: "TELUGU LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C12,
        name: "TELUGU LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C13,
        name: "TELUGU LETTER OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C14,
        name: "TELUGU LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C15,
        name: "TELUGU LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C16,
        name: "TELUGU LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C17,
        name: "TELUGU LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C18,
        name: "TELUGU LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C19,
        name: "TELUGU LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C1A,
        name: "TELUGU LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C1B,
        name: "TELUGU LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C1C,
        name: "TELUGU LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C1D,
        name: "TELUGU LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C1E,
        name: "TELUGU LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C1F,
        name: "TELUGU LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C20,
        name: "TELUGU LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C21,
        name: "TELUGU LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C22,
        name: "TELUGU LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C23,
        name: "TELUGU LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C24,
        name: "TELUGU LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C25,
        name: "TELUGU LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C26,
        name: "TELUGU LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C27,
        name: "TELUGU LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C28,
        name: "TELUGU LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C2A,
        name: "TELUGU LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C2B,
        name: "TELUGU LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C2C,
        name: "TELUGU LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C2D,
        name: "TELUGU LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C2E,
        name: "TELUGU LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C2F,
        name: "TELUGU LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C30,
        name: "TELUGU LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C31,
        name: "TELUGU LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C32,
        name: "TELUGU LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C33,
        name: "TELUGU LETTER LLA",
    },
    Character {
        age: "7.0",
        codepoint: 0x0C34,
        name: "TELUGU LETTER LLLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C35,
        name: "TELUGU LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C36,
        name: "TELUGU LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C37,
        name: "TELUGU LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C38,
        name: "TELUGU LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C39,
        name: "TELUGU LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C3D,
        name: "TELUGU SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C3E,
        name: "TELUGU VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C3F,
        name: "TELUGU VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C40,
        name: "TELUGU VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C41,
        name: "TELUGU VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C42,
        name: "TELUGU VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C43,
        name: "TELUGU VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C44,
        name: "TELUGU VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C46,
        name: "TELUGU VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C47,
        name: "TELUGU VOWEL SIGN EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C48,
        name: "TELUGU VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C4A,
        name: "TELUGU VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C4B,
        name: "TELUGU VOWEL SIGN OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C4C,
        name: "TELUGU VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C4D,
        name: "TELUGU SIGN VIRAMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C55,
        name: "TELUGU LENGTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C56,
        name: "TELUGU AI LENGTH MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C58,
        name: "TELUGU LETTER TSA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C59,
        name: "TELUGU LETTER DZA",
    },
    Character {
        age: "8.0",
        codepoint: 0x0C5A,
        name: "TELUGU LETTER RRRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C60,
        name: "TELUGU LETTER VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C61,
        name: "TELUGU LETTER VOCALIC LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C62,
        name: "TELUGU VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C63,
        name: "TELUGU VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C66,
        name: "TELUGU DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C67,
        name: "TELUGU DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C68,
        name: "TELUGU DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C69,
        name: "TELUGU DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C6A,
        name: "TELUGU DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C6B,
        name: "TELUGU DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C6C,
        name: "TELUGU DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C6D,
        name: "TELUGU DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C6E,
        name: "TELUGU DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C6F,
        name: "TELUGU DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C78,
        name: "TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C79,
        name: "TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C7A,
        name: "TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C7B,
        name: "TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C7C,
        name: "TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C7D,
        name: "TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C7E,
        name: "TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0C7F,
        name: "TELUGU SIGN TUUMU",
    },
    Character {
        age: "9.0",
        codepoint: 0x0C80,
        name: "KANNADA SIGN SPACING CANDRABINDU",
    },
    Character {
        age: "7.0",
        codepoint: 0x0C81,
        name: "KANNADA SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C82,
        name: "KANNADA SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C83,
        name: "KANNADA SIGN VISARGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x0C84,
        name: "KANNADA SIGN SIDDHAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C85,
        name: "KANNADA LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C86,
        name: "KANNADA LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C87,
        name: "KANNADA LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C88,
        name: "KANNADA LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C89,
        name: "KANNADA LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C8A,
        name: "KANNADA LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C8B,
        name: "KANNADA LETTER VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C8C,
        name: "KANNADA LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C8E,
        name: "KANNADA LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C8F,
        name: "KANNADA LETTER EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C90,
        name: "KANNADA LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C92,
        name: "KANNADA LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C93,
        name: "KANNADA LETTER OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C94,
        name: "KANNADA LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C95,
        name: "KANNADA LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C96,
        name: "KANNADA LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C97,
        name: "KANNADA LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C98,
        name: "KANNADA LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C99,
        name: "KANNADA LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C9A,
        name: "KANNADA LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C9B,
        name: "KANNADA LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C9C,
        name: "KANNADA LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C9D,
        name: "KANNADA LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C9E,
        name: "KANNADA LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0C9F,
        name: "KANNADA LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA0,
        name: "KANNADA LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA1,
        name: "KANNADA LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA2,
        name: "KANNADA LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA3,
        name: "KANNADA LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA4,
        name: "KANNADA LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA5,
        name: "KANNADA LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA6,
        name: "KANNADA LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA7,
        name: "KANNADA LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CA8,
        name: "KANNADA LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CAA,
        name: "KANNADA LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CAB,
        name: "KANNADA LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CAC,
        name: "KANNADA LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CAD,
        name: "KANNADA LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CAE,
        name: "KANNADA LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CAF,
        name: "KANNADA LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB0,
        name: "KANNADA LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB1,
        name: "KANNADA LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB2,
        name: "KANNADA LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB3,
        name: "KANNADA LETTER LLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB5,
        name: "KANNADA LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB6,
        name: "KANNADA LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB7,
        name: "KANNADA LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB8,
        name: "KANNADA LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CB9,
        name: "KANNADA LETTER HA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0CBC,
        name: "KANNADA SIGN NUKTA",
    },
    Character {
        age: "4.0",
        codepoint: 0x0CBD,
        name: "KANNADA SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CBE,
        name: "KANNADA VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CBF,
        name: "KANNADA VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC0,
        name: "KANNADA VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC1,
        name: "KANNADA VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC2,
        name: "KANNADA VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC3,
        name: "KANNADA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC4,
        name: "KANNADA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC6,
        name: "KANNADA VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC7,
        name: "KANNADA VOWEL SIGN EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CC8,
        name: "KANNADA VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CCA,
        name: "KANNADA VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CCB,
        name: "KANNADA VOWEL SIGN OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CCC,
        name: "KANNADA VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CCD,
        name: "KANNADA SIGN VIRAMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CD5,
        name: "KANNADA LENGTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CD6,
        name: "KANNADA AI LENGTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CDE,
        name: "KANNADA LETTER FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CE0,
        name: "KANNADA LETTER VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CE1,
        name: "KANNADA LETTER VOCALIC LL",
    },
    Character {
        age: "5.0",
        codepoint: 0x0CE2,
        name: "KANNADA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "5.0",
        codepoint: 0x0CE3,
        name: "KANNADA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CE6,
        name: "KANNADA DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CE7,
        name: "KANNADA DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CE8,
        name: "KANNADA DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CE9,
        name: "KANNADA DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CEA,
        name: "KANNADA DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CEB,
        name: "KANNADA DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CEC,
        name: "KANNADA DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CED,
        name: "KANNADA DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CEE,
        name: "KANNADA DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0CEF,
        name: "KANNADA DIGIT NINE",
    },
    Character {
        age: "5.0",
        codepoint: 0x0CF1,
        name: "KANNADA SIGN JIHVAMULIYA",
    },
    Character {
        age: "5.0",
        codepoint: 0x0CF2,
        name: "KANNADA SIGN UPADHMANIYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0D00,
        name: "MALAYALAM SIGN COMBINING ANUSVARA ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x0D01,
        name: "MALAYALAM SIGN CANDRABINDU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D02,
        name: "MALAYALAM SIGN ANUSVARA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D03,
        name: "MALAYALAM SIGN VISARGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D05,
        name: "MALAYALAM LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D06,
        name: "MALAYALAM LETTER AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D07,
        name: "MALAYALAM LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D08,
        name: "MALAYALAM LETTER II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D09,
        name: "MALAYALAM LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D0A,
        name: "MALAYALAM LETTER UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D0B,
        name: "MALAYALAM LETTER VOCALIC R",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D0C,
        name: "MALAYALAM LETTER VOCALIC L",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D0E,
        name: "MALAYALAM LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D0F,
        name: "MALAYALAM LETTER EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D10,
        name: "MALAYALAM LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D12,
        name: "MALAYALAM LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D13,
        name: "MALAYALAM LETTER OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D14,
        name: "MALAYALAM LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D15,
        name: "MALAYALAM LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D16,
        name: "MALAYALAM LETTER KHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D17,
        name: "MALAYALAM LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D18,
        name: "MALAYALAM LETTER GHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D19,
        name: "MALAYALAM LETTER NGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D1A,
        name: "MALAYALAM LETTER CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D1B,
        name: "MALAYALAM LETTER CHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D1C,
        name: "MALAYALAM LETTER JA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D1D,
        name: "MALAYALAM LETTER JHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D1E,
        name: "MALAYALAM LETTER NYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D1F,
        name: "MALAYALAM LETTER TTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D20,
        name: "MALAYALAM LETTER TTHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D21,
        name: "MALAYALAM LETTER DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D22,
        name: "MALAYALAM LETTER DDHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D23,
        name: "MALAYALAM LETTER NNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D24,
        name: "MALAYALAM LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D25,
        name: "MALAYALAM LETTER THA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D26,
        name: "MALAYALAM LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D27,
        name: "MALAYALAM LETTER DHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D28,
        name: "MALAYALAM LETTER NA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0D29,
        name: "MALAYALAM LETTER NNNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D2A,
        name: "MALAYALAM LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D2B,
        name: "MALAYALAM LETTER PHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D2C,
        name: "MALAYALAM LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D2D,
        name: "MALAYALAM LETTER BHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D2E,
        name: "MALAYALAM LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D2F,
        name: "MALAYALAM LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D30,
        name: "MALAYALAM LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D31,
        name: "MALAYALAM LETTER RRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D32,
        name: "MALAYALAM LETTER LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D33,
        name: "MALAYALAM LETTER LLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D34,
        name: "MALAYALAM LETTER LLLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D35,
        name: "MALAYALAM LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D36,
        name: "MALAYALAM LETTER SHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D37,
        name: "MALAYALAM LETTER SSA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D38,
        name: "MALAYALAM LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D39,
        name: "MALAYALAM LETTER HA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0D3A,
        name: "MALAYALAM LETTER TTTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0D3B,
        name: "MALAYALAM SIGN VERTICAL BAR VIRAMA",
    },
    Character {
        age: "10.0",
        codepoint: 0x0D3C,
        name: "MALAYALAM SIGN CIRCULAR VIRAMA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D3D,
        name: "MALAYALAM SIGN AVAGRAHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D3E,
        name: "MALAYALAM VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D3F,
        name: "MALAYALAM VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D40,
        name: "MALAYALAM VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D41,
        name: "MALAYALAM VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D42,
        name: "MALAYALAM VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D43,
        name: "MALAYALAM VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D44,
        name: "MALAYALAM VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D46,
        name: "MALAYALAM VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D47,
        name: "MALAYALAM VOWEL SIGN EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D48,
        name: "MALAYALAM VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D4A,
        name: "MALAYALAM VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D4B,
        name: "MALAYALAM VOWEL SIGN OO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D4C,
        name: "MALAYALAM VOWEL SIGN AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D4D,
        name: "MALAYALAM SIGN VIRAMA",
    },
    Character {
        age: "6.0",
        codepoint: 0x0D4E,
        name: "MALAYALAM LETTER DOT REPH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D4F,
        name: "MALAYALAM SIGN PARA",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D54,
        name: "MALAYALAM LETTER CHILLU M",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D55,
        name: "MALAYALAM LETTER CHILLU Y",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D56,
        name: "MALAYALAM LETTER CHILLU LLL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D57,
        name: "MALAYALAM AU LENGTH MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D58,
        name: "MALAYALAM FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D59,
        name: "MALAYALAM FRACTION ONE FORTIETH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D5A,
        name: "MALAYALAM FRACTION THREE EIGHTIETHS",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D5B,
        name: "MALAYALAM FRACTION ONE TWENTIETH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D5C,
        name: "MALAYALAM FRACTION ONE TENTH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D5D,
        name: "MALAYALAM FRACTION THREE TWENTIETHS",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D5E,
        name: "MALAYALAM FRACTION ONE FIFTH",
    },
    Character {
        age: "8.0",
        codepoint: 0x0D5F,
        name: "MALAYALAM LETTER ARCHAIC II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D60,
        name: "MALAYALAM LETTER VOCALIC RR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D61,
        name: "MALAYALAM LETTER VOCALIC LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D62,
        name: "MALAYALAM VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D63,
        name: "MALAYALAM VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D66,
        name: "MALAYALAM DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D67,
        name: "MALAYALAM DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D68,
        name: "MALAYALAM DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D69,
        name: "MALAYALAM DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D6A,
        name: "MALAYALAM DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D6B,
        name: "MALAYALAM DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D6C,
        name: "MALAYALAM DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D6D,
        name: "MALAYALAM DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D6E,
        name: "MALAYALAM DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0D6F,
        name: "MALAYALAM DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D70,
        name: "MALAYALAM NUMBER TEN",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D71,
        name: "MALAYALAM NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D72,
        name: "MALAYALAM NUMBER ONE THOUSAND",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D73,
        name: "MALAYALAM FRACTION ONE QUARTER",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D74,
        name: "MALAYALAM FRACTION ONE HALF",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D75,
        name: "MALAYALAM FRACTION THREE QUARTERS",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D76,
        name: "MALAYALAM FRACTION ONE SIXTEENTH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D77,
        name: "MALAYALAM FRACTION ONE EIGHTH",
    },
    Character {
        age: "9.0",
        codepoint: 0x0D78,
        name: "MALAYALAM FRACTION THREE SIXTEENTHS",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D79,
        name: "MALAYALAM DATE MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D7A,
        name: "MALAYALAM LETTER CHILLU NN",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D7B,
        name: "MALAYALAM LETTER CHILLU N",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D7C,
        name: "MALAYALAM LETTER CHILLU RR",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D7D,
        name: "MALAYALAM LETTER CHILLU L",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D7E,
        name: "MALAYALAM LETTER CHILLU LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x0D7F,
        name: "MALAYALAM LETTER CHILLU K",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D82,
        name: "SINHALA SIGN ANUSVARAYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D83,
        name: "SINHALA SIGN VISARGAYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D85,
        name: "SINHALA LETTER AYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D86,
        name: "SINHALA LETTER AAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D87,
        name: "SINHALA LETTER AEYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D88,
        name: "SINHALA LETTER AEEYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D89,
        name: "SINHALA LETTER IYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D8A,
        name: "SINHALA LETTER IIYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D8B,
        name: "SINHALA LETTER UYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D8C,
        name: "SINHALA LETTER UUYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D8D,
        name: "SINHALA LETTER IRUYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D8E,
        name: "SINHALA LETTER IRUUYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D8F,
        name: "SINHALA LETTER ILUYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D90,
        name: "SINHALA LETTER ILUUYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D91,
        name: "SINHALA LETTER EYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D92,
        name: "SINHALA LETTER EEYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D93,
        name: "SINHALA LETTER AIYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D94,
        name: "SINHALA LETTER OYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D95,
        name: "SINHALA LETTER OOYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D96,
        name: "SINHALA LETTER AUYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D9A,
        name: "SINHALA LETTER ALPAPRAANA KAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D9B,
        name: "SINHALA LETTER MAHAAPRAANA KAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D9C,
        name: "SINHALA LETTER ALPAPRAANA GAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D9D,
        name: "SINHALA LETTER MAHAAPRAANA GAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D9E,
        name: "SINHALA LETTER KANTAJA NAASIKYAYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0D9F,
        name: "SINHALA LETTER SANYAKA GAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA0,
        name: "SINHALA LETTER ALPAPRAANA CAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA1,
        name: "SINHALA LETTER MAHAAPRAANA CAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA2,
        name: "SINHALA LETTER ALPAPRAANA JAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA3,
        name: "SINHALA LETTER MAHAAPRAANA JAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA4,
        name: "SINHALA LETTER TAALUJA NAASIKYAYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA5,
        name: "SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA6,
        name: "SINHALA LETTER SANYAKA JAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA7,
        name: "SINHALA LETTER ALPAPRAANA TTAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA8,
        name: "SINHALA LETTER MAHAAPRAANA TTAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DA9,
        name: "SINHALA LETTER ALPAPRAANA DDAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DAA,
        name: "SINHALA LETTER MAHAAPRAANA DDAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DAB,
        name: "SINHALA LETTER MUURDHAJA NAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DAC,
        name: "SINHALA LETTER SANYAKA DDAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DAD,
        name: "SINHALA LETTER ALPAPRAANA TAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DAE,
        name: "SINHALA LETTER MAHAAPRAANA TAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DAF,
        name: "SINHALA LETTER ALPAPRAANA DAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB0,
        name: "SINHALA LETTER MAHAAPRAANA DAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB1,
        name: "SINHALA LETTER DANTAJA NAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB3,
        name: "SINHALA LETTER SANYAKA DAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB4,
        name: "SINHALA LETTER ALPAPRAANA PAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB5,
        name: "SINHALA LETTER MAHAAPRAANA PAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB6,
        name: "SINHALA LETTER ALPAPRAANA BAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB7,
        name: "SINHALA LETTER MAHAAPRAANA BAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB8,
        name: "SINHALA LETTER MAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DB9,
        name: "SINHALA LETTER AMBA BAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DBA,
        name: "SINHALA LETTER YAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DBB,
        name: "SINHALA LETTER RAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DBD,
        name: "SINHALA LETTER DANTAJA LAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC0,
        name: "SINHALA LETTER VAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC1,
        name: "SINHALA LETTER TAALUJA SAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC2,
        name: "SINHALA LETTER MUURDHAJA SAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC3,
        name: "SINHALA LETTER DANTAJA SAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC4,
        name: "SINHALA LETTER HAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC5,
        name: "SINHALA LETTER MUURDHAJA LAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DC6,
        name: "SINHALA LETTER FAYANNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DCA,
        name: "SINHALA SIGN AL-LAKUNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DCF,
        name: "SINHALA VOWEL SIGN AELA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD0,
        name: "SINHALA VOWEL SIGN KETTI AEDA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD1,
        name: "SINHALA VOWEL SIGN DIGA AEDA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD2,
        name: "SINHALA VOWEL SIGN KETTI IS-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD3,
        name: "SINHALA VOWEL SIGN DIGA IS-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD4,
        name: "SINHALA VOWEL SIGN KETTI PAA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD6,
        name: "SINHALA VOWEL SIGN DIGA PAA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD8,
        name: "SINHALA VOWEL SIGN GAETTA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DD9,
        name: "SINHALA VOWEL SIGN KOMBUVA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DDA,
        name: "SINHALA VOWEL SIGN DIGA KOMBUVA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DDB,
        name: "SINHALA VOWEL SIGN KOMBU DEKA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DDC,
        name: "SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DDD,
        name: "SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DDE,
        name: "SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DDF,
        name: "SINHALA VOWEL SIGN GAYANUKITTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DE6,
        name: "SINHALA LITH DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DE7,
        name: "SINHALA LITH DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DE8,
        name: "SINHALA LITH DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DE9,
        name: "SINHALA LITH DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DEA,
        name: "SINHALA LITH DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DEB,
        name: "SINHALA LITH DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DEC,
        name: "SINHALA LITH DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DED,
        name: "SINHALA LITH DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DEE,
        name: "SINHALA LITH DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x0DEF,
        name: "SINHALA LITH DIGIT NINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DF2,
        name: "SINHALA VOWEL SIGN DIGA GAETTA-PILLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DF3,
        name: "SINHALA VOWEL SIGN DIGA GAYANUKITTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0DF4,
        name: "SINHALA PUNCTUATION KUNDDALIYA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E01,
        name: "THAI CHARACTER KO KAI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E02,
        name: "THAI CHARACTER KHO KHAI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E03,
        name: "THAI CHARACTER KHO KHUAT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E04,
        name: "THAI CHARACTER KHO KHWAI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E05,
        name: "THAI CHARACTER KHO KHON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E06,
        name: "THAI CHARACTER KHO RAKHANG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E07,
        name: "THAI CHARACTER NGO NGU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E08,
        name: "THAI CHARACTER CHO CHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E09,
        name: "THAI CHARACTER CHO CHING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E0A,
        name: "THAI CHARACTER CHO CHANG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E0B,
        name: "THAI CHARACTER SO SO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E0C,
        name: "THAI CHARACTER CHO CHOE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E0D,
        name: "THAI CHARACTER YO YING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E0E,
        name: "THAI CHARACTER DO CHADA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E0F,
        name: "THAI CHARACTER TO PATAK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E10,
        name: "THAI CHARACTER THO THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E11,
        name: "THAI CHARACTER THO NANGMONTHO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E12,
        name: "THAI CHARACTER THO PHUTHAO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E13,
        name: "THAI CHARACTER NO NEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E14,
        name: "THAI CHARACTER DO DEK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E15,
        name: "THAI CHARACTER TO TAO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E16,
        name: "THAI CHARACTER THO THUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E17,
        name: "THAI CHARACTER THO THAHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E18,
        name: "THAI CHARACTER THO THONG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E19,
        name: "THAI CHARACTER NO NU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E1A,
        name: "THAI CHARACTER BO BAIMAI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E1B,
        name: "THAI CHARACTER PO PLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E1C,
        name: "THAI CHARACTER PHO PHUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E1D,
        name: "THAI CHARACTER FO FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E1E,
        name: "THAI CHARACTER PHO PHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E1F,
        name: "THAI CHARACTER FO FAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E20,
        name: "THAI CHARACTER PHO SAMPHAO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E21,
        name: "THAI CHARACTER MO MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E22,
        name: "THAI CHARACTER YO YAK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E23,
        name: "THAI CHARACTER RO RUA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E24,
        name: "THAI CHARACTER RU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E25,
        name: "THAI CHARACTER LO LING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E26,
        name: "THAI CHARACTER LU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E27,
        name: "THAI CHARACTER WO WAEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E28,
        name: "THAI CHARACTER SO SALA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E29,
        name: "THAI CHARACTER SO RUSI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E2A,
        name: "THAI CHARACTER SO SUA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E2B,
        name: "THAI CHARACTER HO HIP",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E2C,
        name: "THAI CHARACTER LO CHULA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E2D,
        name: "THAI CHARACTER O ANG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E2E,
        name: "THAI CHARACTER HO NOKHUK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E2F,
        name: "THAI CHARACTER PAIYANNOI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E30,
        name: "THAI CHARACTER SARA A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E31,
        name: "THAI CHARACTER MAI HAN-AKAT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E32,
        name: "THAI CHARACTER SARA AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E33,
        name: "THAI CHARACTER SARA AM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E34,
        name: "THAI CHARACTER SARA I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E35,
        name: "THAI CHARACTER SARA II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E36,
        name: "THAI CHARACTER SARA UE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E37,
        name: "THAI CHARACTER SARA UEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E38,
        name: "THAI CHARACTER SARA U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E39,
        name: "THAI CHARACTER SARA UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E3A,
        name: "THAI CHARACTER PHINTHU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E3F,
        name: "THAI CURRENCY SYMBOL BAHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E40,
        name: "THAI CHARACTER SARA E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E41,
        name: "THAI CHARACTER SARA AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E42,
        name: "THAI CHARACTER SARA O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E43,
        name: "THAI CHARACTER SARA AI MAIMUAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E44,
        name: "THAI CHARACTER SARA AI MAIMALAI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E45,
        name: "THAI CHARACTER LAKKHANGYAO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E46,
        name: "THAI CHARACTER MAIYAMOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E47,
        name: "THAI CHARACTER MAITAIKHU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E48,
        name: "THAI CHARACTER MAI EK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E49,
        name: "THAI CHARACTER MAI THO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E4A,
        name: "THAI CHARACTER MAI TRI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E4B,
        name: "THAI CHARACTER MAI CHATTAWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E4C,
        name: "THAI CHARACTER THANTHAKHAT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E4D,
        name: "THAI CHARACTER NIKHAHIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E4E,
        name: "THAI CHARACTER YAMAKKAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E4F,
        name: "THAI CHARACTER FONGMAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E50,
        name: "THAI DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E51,
        name: "THAI DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E52,
        name: "THAI DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E53,
        name: "THAI DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E54,
        name: "THAI DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E55,
        name: "THAI DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E56,
        name: "THAI DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E57,
        name: "THAI DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E58,
        name: "THAI DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E59,
        name: "THAI DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E5A,
        name: "THAI CHARACTER ANGKHANKHU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E5B,
        name: "THAI CHARACTER KHOMUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E81,
        name: "LAO LETTER KO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E82,
        name: "LAO LETTER KHO SUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E84,
        name: "LAO LETTER KHO TAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E87,
        name: "LAO LETTER NGO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E88,
        name: "LAO LETTER CO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E8A,
        name: "LAO LETTER SO TAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E8D,
        name: "LAO LETTER NYO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E94,
        name: "LAO LETTER DO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E95,
        name: "LAO LETTER TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E96,
        name: "LAO LETTER THO SUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E97,
        name: "LAO LETTER THO TAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E99,
        name: "LAO LETTER NO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E9A,
        name: "LAO LETTER BO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E9B,
        name: "LAO LETTER PO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E9C,
        name: "LAO LETTER PHO SUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E9D,
        name: "LAO LETTER FO TAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E9E,
        name: "LAO LETTER PHO TAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0E9F,
        name: "LAO LETTER FO SUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EA1,
        name: "LAO LETTER MO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EA2,
        name: "LAO LETTER YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EA3,
        name: "LAO LETTER LO LING",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EA5,
        name: "LAO LETTER LO LOOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EA7,
        name: "LAO LETTER WO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EAA,
        name: "LAO LETTER SO SUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EAB,
        name: "LAO LETTER HO SUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EAD,
        name: "LAO LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EAE,
        name: "LAO LETTER HO TAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EAF,
        name: "LAO ELLIPSIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB0,
        name: "LAO VOWEL SIGN A",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB1,
        name: "LAO VOWEL SIGN MAI KAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB2,
        name: "LAO VOWEL SIGN AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB3,
        name: "LAO VOWEL SIGN AM",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB4,
        name: "LAO VOWEL SIGN I",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB5,
        name: "LAO VOWEL SIGN II",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB6,
        name: "LAO VOWEL SIGN Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB7,
        name: "LAO VOWEL SIGN YY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB8,
        name: "LAO VOWEL SIGN U",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EB9,
        name: "LAO VOWEL SIGN UU",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EBB,
        name: "LAO VOWEL SIGN MAI KON",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EBC,
        name: "LAO SEMIVOWEL SIGN LO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EBD,
        name: "LAO SEMIVOWEL SIGN NYO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC0,
        name: "LAO VOWEL SIGN E",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC1,
        name: "LAO VOWEL SIGN EI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC2,
        name: "LAO VOWEL SIGN O",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC3,
        name: "LAO VOWEL SIGN AY",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC4,
        name: "LAO VOWEL SIGN AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC6,
        name: "LAO KO LA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC8,
        name: "LAO TONE MAI EK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EC9,
        name: "LAO TONE MAI THO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ECA,
        name: "LAO TONE MAI TI",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ECB,
        name: "LAO TONE MAI CATAWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ECC,
        name: "LAO CANCELLATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ECD,
        name: "LAO NIGGAHITA",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED0,
        name: "LAO DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED1,
        name: "LAO DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED2,
        name: "LAO DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED3,
        name: "LAO DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED4,
        name: "LAO DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED5,
        name: "LAO DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED6,
        name: "LAO DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED7,
        name: "LAO DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED8,
        name: "LAO DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x0ED9,
        name: "LAO DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EDC,
        name: "LAO HO NO",
    },
    Character {
        age: "1.1",
        codepoint: 0x0EDD,
        name: "LAO HO MO",
    },
    Character {
        age: "6.1",
        codepoint: 0x0EDE,
        name: "LAO LETTER KHMU GO",
    },
    Character {
        age: "6.1",
        codepoint: 0x0EDF,
        name: "LAO LETTER KHMU NYO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F00,
        name: "TIBETAN SYLLABLE OM",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F01,
        name: "TIBETAN MARK GTER YIG MGO TRUNCATED A",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F02,
        name: "TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F03,
        name: "TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F04,
        name: "TIBETAN MARK INITIAL YIG MGO MDUN MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F05,
        name: "TIBETAN MARK CLOSING YIG MGO SGAB MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F06,
        name: "TIBETAN MARK CARET YIG MGO PHUR SHAD MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F07,
        name: "TIBETAN MARK YIG MGO TSHEG SHAD MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F08,
        name: "TIBETAN MARK SBRUL SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F09,
        name: "TIBETAN MARK BSKUR YIG MGO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F0A,
        name: "TIBETAN MARK BKA- SHOG YIG MGO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F0B,
        name: "TIBETAN MARK INTERSYLLABIC TSHEG",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F0C,
        name: "TIBETAN MARK DELIMITER TSHEG BSTAR",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F0D,
        name: "TIBETAN MARK SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F0E,
        name: "TIBETAN MARK NYIS SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F0F,
        name: "TIBETAN MARK TSHEG SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F10,
        name: "TIBETAN MARK NYIS TSHEG SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F11,
        name: "TIBETAN MARK RIN CHEN SPUNGS SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F12,
        name: "TIBETAN MARK RGYA GRAM SHAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F13,
        name: "TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F14,
        name: "TIBETAN MARK GTER TSHEG",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F15,
        name: "TIBETAN LOGOTYPE SIGN CHAD RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F16,
        name: "TIBETAN LOGOTYPE SIGN LHAG RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F17,
        name: "TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F18,
        name: "TIBETAN ASTROLOGICAL SIGN -KHYUD PA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F19,
        name: "TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F1A,
        name: "TIBETAN SIGN RDEL DKAR GCIG",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F1B,
        name: "TIBETAN SIGN RDEL DKAR GNYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F1C,
        name: "TIBETAN SIGN RDEL DKAR GSUM",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F1D,
        name: "TIBETAN SIGN RDEL NAG GCIG",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F1E,
        name: "TIBETAN SIGN RDEL NAG GNYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F1F,
        name: "TIBETAN SIGN RDEL DKAR RDEL NAG",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F20,
        name: "TIBETAN DIGIT ZERO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F21,
        name: "TIBETAN DIGIT ONE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F22,
        name: "TIBETAN DIGIT TWO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F23,
        name: "TIBETAN DIGIT THREE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F24,
        name: "TIBETAN DIGIT FOUR",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F25,
        name: "TIBETAN DIGIT FIVE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F26,
        name: "TIBETAN DIGIT SIX",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F27,
        name: "TIBETAN DIGIT SEVEN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F28,
        name: "TIBETAN DIGIT EIGHT",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F29,
        name: "TIBETAN DIGIT NINE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F2A,
        name: "TIBETAN DIGIT HALF ONE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F2B,
        name: "TIBETAN DIGIT HALF TWO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F2C,
        name: "TIBETAN DIGIT HALF THREE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F2D,
        name: "TIBETAN DIGIT HALF FOUR",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F2E,
        name: "TIBETAN DIGIT HALF FIVE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F2F,
        name: "TIBETAN DIGIT HALF SIX",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F30,
        name: "TIBETAN DIGIT HALF SEVEN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F31,
        name: "TIBETAN DIGIT HALF EIGHT",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F32,
        name: "TIBETAN DIGIT HALF NINE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F33,
        name: "TIBETAN DIGIT HALF ZERO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F34,
        name: "TIBETAN MARK BSDUS RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F35,
        name: "TIBETAN MARK NGAS BZUNG NYI ZLA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F36,
        name: "TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F37,
        name: "TIBETAN MARK NGAS BZUNG SGOR RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F38,
        name: "TIBETAN MARK CHE MGO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F39,
        name: "TIBETAN MARK TSA -PHRU",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F3A,
        name: "TIBETAN MARK GUG RTAGS GYON",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F3B,
        name: "TIBETAN MARK GUG RTAGS GYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F3C,
        name: "TIBETAN MARK ANG KHANG GYON",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F3D,
        name: "TIBETAN MARK ANG KHANG GYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F3E,
        name: "TIBETAN SIGN YAR TSHES",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F3F,
        name: "TIBETAN SIGN MAR TSHES",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F40,
        name: "TIBETAN LETTER KA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F41,
        name: "TIBETAN LETTER KHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F42,
        name: "TIBETAN LETTER GA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F43,
        name: "TIBETAN LETTER GHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F44,
        name: "TIBETAN LETTER NGA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F45,
        name: "TIBETAN LETTER CA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F46,
        name: "TIBETAN LETTER CHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F47,
        name: "TIBETAN LETTER JA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F49,
        name: "TIBETAN LETTER NYA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F4A,
        name: "TIBETAN LETTER TTA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F4B,
        name: "TIBETAN LETTER TTHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F4C,
        name: "TIBETAN LETTER DDA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F4D,
        name: "TIBETAN LETTER DDHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F4E,
        name: "TIBETAN LETTER NNA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F4F,
        name: "TIBETAN LETTER TA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F50,
        name: "TIBETAN LETTER THA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F51,
        name: "TIBETAN LETTER DA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F52,
        name: "TIBETAN LETTER DHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F53,
        name: "TIBETAN LETTER NA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F54,
        name: "TIBETAN LETTER PA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F55,
        name: "TIBETAN LETTER PHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F56,
        name: "TIBETAN LETTER BA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F57,
        name: "TIBETAN LETTER BHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F58,
        name: "TIBETAN LETTER MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F59,
        name: "TIBETAN LETTER TSA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F5A,
        name: "TIBETAN LETTER TSHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F5B,
        name: "TIBETAN LETTER DZA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F5C,
        name: "TIBETAN LETTER DZHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F5D,
        name: "TIBETAN LETTER WA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F5E,
        name: "TIBETAN LETTER ZHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F5F,
        name: "TIBETAN LETTER ZA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F60,
        name: "TIBETAN LETTER -A",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F61,
        name: "TIBETAN LETTER YA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F62,
        name: "TIBETAN LETTER RA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F63,
        name: "TIBETAN LETTER LA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F64,
        name: "TIBETAN LETTER SHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F65,
        name: "TIBETAN LETTER SSA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F66,
        name: "TIBETAN LETTER SA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F67,
        name: "TIBETAN LETTER HA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F68,
        name: "TIBETAN LETTER A",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F69,
        name: "TIBETAN LETTER KSSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0F6A,
        name: "TIBETAN LETTER FIXED-FORM RA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0F6B,
        name: "TIBETAN LETTER KKA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0F6C,
        name: "TIBETAN LETTER RRA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F71,
        name: "TIBETAN VOWEL SIGN AA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F72,
        name: "TIBETAN VOWEL SIGN I",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F73,
        name: "TIBETAN VOWEL SIGN II",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F74,
        name: "TIBETAN VOWEL SIGN U",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F75,
        name: "TIBETAN VOWEL SIGN UU",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F76,
        name: "TIBETAN VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F77,
        name: "TIBETAN VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F78,
        name: "TIBETAN VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F79,
        name: "TIBETAN VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F7A,
        name: "TIBETAN VOWEL SIGN E",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F7B,
        name: "TIBETAN VOWEL SIGN EE",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F7C,
        name: "TIBETAN VOWEL SIGN O",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F7D,
        name: "TIBETAN VOWEL SIGN OO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F7E,
        name: "TIBETAN SIGN RJES SU NGA RO",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F7F,
        name: "TIBETAN SIGN RNAM BCAD",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F80,
        name: "TIBETAN VOWEL SIGN REVERSED I",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F81,
        name: "TIBETAN VOWEL SIGN REVERSED II",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F82,
        name: "TIBETAN SIGN NYI ZLA NAA DA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F83,
        name: "TIBETAN SIGN SNA LDAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F84,
        name: "TIBETAN MARK HALANTA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F85,
        name: "TIBETAN MARK PALUTA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F86,
        name: "TIBETAN SIGN LCI RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F87,
        name: "TIBETAN SIGN YANG RTAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F88,
        name: "TIBETAN SIGN LCE TSA CAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F89,
        name: "TIBETAN SIGN MCHU CAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F8A,
        name: "TIBETAN SIGN GRU CAN RGYINGS",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F8B,
        name: "TIBETAN SIGN GRU MED RGYINGS",
    },
    Character {
        age: "6.0",
        codepoint: 0x0F8C,
        name: "TIBETAN SIGN INVERTED MCHU CAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x0F8D,
        name: "TIBETAN SUBJOINED SIGN LCE TSA CAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x0F8E,
        name: "TIBETAN SUBJOINED SIGN MCHU CAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x0F8F,
        name: "TIBETAN SUBJOINED SIGN INVERTED MCHU CAN",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F90,
        name: "TIBETAN SUBJOINED LETTER KA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F91,
        name: "TIBETAN SUBJOINED LETTER KHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F92,
        name: "TIBETAN SUBJOINED LETTER GA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F93,
        name: "TIBETAN SUBJOINED LETTER GHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F94,
        name: "TIBETAN SUBJOINED LETTER NGA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F95,
        name: "TIBETAN SUBJOINED LETTER CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0F96,
        name: "TIBETAN SUBJOINED LETTER CHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F97,
        name: "TIBETAN SUBJOINED LETTER JA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F99,
        name: "TIBETAN SUBJOINED LETTER NYA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F9A,
        name: "TIBETAN SUBJOINED LETTER TTA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F9B,
        name: "TIBETAN SUBJOINED LETTER TTHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F9C,
        name: "TIBETAN SUBJOINED LETTER DDA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F9D,
        name: "TIBETAN SUBJOINED LETTER DDHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F9E,
        name: "TIBETAN SUBJOINED LETTER NNA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0F9F,
        name: "TIBETAN SUBJOINED LETTER TA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA0,
        name: "TIBETAN SUBJOINED LETTER THA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA1,
        name: "TIBETAN SUBJOINED LETTER DA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA2,
        name: "TIBETAN SUBJOINED LETTER DHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA3,
        name: "TIBETAN SUBJOINED LETTER NA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA4,
        name: "TIBETAN SUBJOINED LETTER PA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA5,
        name: "TIBETAN SUBJOINED LETTER PHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA6,
        name: "TIBETAN SUBJOINED LETTER BA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA7,
        name: "TIBETAN SUBJOINED LETTER BHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA8,
        name: "TIBETAN SUBJOINED LETTER MA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FA9,
        name: "TIBETAN SUBJOINED LETTER TSA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FAA,
        name: "TIBETAN SUBJOINED LETTER TSHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FAB,
        name: "TIBETAN SUBJOINED LETTER DZA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FAC,
        name: "TIBETAN SUBJOINED LETTER DZHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FAD,
        name: "TIBETAN SUBJOINED LETTER WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FAE,
        name: "TIBETAN SUBJOINED LETTER ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FAF,
        name: "TIBETAN SUBJOINED LETTER ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FB0,
        name: "TIBETAN SUBJOINED LETTER -A",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB1,
        name: "TIBETAN SUBJOINED LETTER YA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB2,
        name: "TIBETAN SUBJOINED LETTER RA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB3,
        name: "TIBETAN SUBJOINED LETTER LA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB4,
        name: "TIBETAN SUBJOINED LETTER SHA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB5,
        name: "TIBETAN SUBJOINED LETTER SSA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB6,
        name: "TIBETAN SUBJOINED LETTER SA",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB7,
        name: "TIBETAN SUBJOINED LETTER HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FB8,
        name: "TIBETAN SUBJOINED LETTER A",
    },
    Character {
        age: "2.0",
        codepoint: 0x0FB9,
        name: "TIBETAN SUBJOINED LETTER KSSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FBA,
        name: "TIBETAN SUBJOINED LETTER FIXED-FORM WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FBB,
        name: "TIBETAN SUBJOINED LETTER FIXED-FORM YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FBC,
        name: "TIBETAN SUBJOINED LETTER FIXED-FORM RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FBE,
        name: "TIBETAN KU RU KHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FBF,
        name: "TIBETAN KU RU KHA BZHI MIG CAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC0,
        name: "TIBETAN CANTILLATION SIGN HEAVY BEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC1,
        name: "TIBETAN CANTILLATION SIGN LIGHT BEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC2,
        name: "TIBETAN CANTILLATION SIGN CANG TE-U",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC3,
        name: "TIBETAN CANTILLATION SIGN SBUB -CHAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC4,
        name: "TIBETAN SYMBOL DRIL BU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC5,
        name: "TIBETAN SYMBOL RDO RJE",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC6,
        name: "TIBETAN SYMBOL PADMA GDAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC7,
        name: "TIBETAN SYMBOL RDO RJE RGYA GRAM",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC8,
        name: "TIBETAN SYMBOL PHUR PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FC9,
        name: "TIBETAN SYMBOL NOR BU",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FCA,
        name: "TIBETAN SYMBOL NOR BU NYIS -KHYIL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FCB,
        name: "TIBETAN SYMBOL NOR BU GSUM -KHYIL",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FCC,
        name: "TIBETAN SYMBOL NOR BU BZHI -KHYIL",
    },
    Character {
        age: "5.1",
        codepoint: 0x0FCE,
        name: "TIBETAN SIGN RDEL NAG RDEL DKAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x0FCF,
        name: "TIBETAN SIGN RDEL NAG GSUM",
    },
    Character {
        age: "4.1",
        codepoint: 0x0FD0,
        name: "TIBETAN MARK BSKA- SHOG GI MGO RGYAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x0FD1,
        name: "TIBETAN MARK MNYAM YIG GI MGO RGYAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x0FD2,
        name: "TIBETAN MARK NYIS TSHEG",
    },
    Character {
        age: "5.1",
        codepoint: 0x0FD3,
        name: "TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA",
    },
    Character {
        age: "5.1",
        codepoint: 0x0FD4,
        name: "TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA",
    },
    Character {
        age: "5.2",
        codepoint: 0x0FD5,
        name: "RIGHT-FACING SVASTI SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0FD6,
        name: "LEFT-FACING SVASTI SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x0FD7,
        name: "RIGHT-FACING SVASTI SIGN WITH DOTS",
    },
    Character {
        age: "5.2",
        codepoint: 0x0FD8,
        name: "LEFT-FACING SVASTI SIGN WITH DOTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x0FD9,
        name: "TIBETAN MARK LEADING MCHAN RTAGS",
    },
    Character {
        age: "6.0",
        codepoint: 0x0FDA,
        name: "TIBETAN MARK TRAILING MCHAN RTAGS",
    },
    Character {
        age: "3.0",
        codepoint: 0x1000,
        name: "MYANMAR LETTER KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1001,
        name: "MYANMAR LETTER KHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1002,
        name: "MYANMAR LETTER GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1003,
        name: "MYANMAR LETTER GHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1004,
        name: "MYANMAR LETTER NGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1005,
        name: "MYANMAR LETTER CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1006,
        name: "MYANMAR LETTER CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1007,
        name: "MYANMAR LETTER JA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1008,
        name: "MYANMAR LETTER JHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1009,
        name: "MYANMAR LETTER NYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x100A,
        name: "MYANMAR LETTER NNYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x100B,
        name: "MYANMAR LETTER TTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x100C,
        name: "MYANMAR LETTER TTHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x100D,
        name: "MYANMAR LETTER DDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x100E,
        name: "MYANMAR LETTER DDHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x100F,
        name: "MYANMAR LETTER NNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1010,
        name: "MYANMAR LETTER TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1011,
        name: "MYANMAR LETTER THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1012,
        name: "MYANMAR LETTER DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1013,
        name: "MYANMAR LETTER DHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1014,
        name: "MYANMAR LETTER NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1015,
        name: "MYANMAR LETTER PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1016,
        name: "MYANMAR LETTER PHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1017,
        name: "MYANMAR LETTER BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1018,
        name: "MYANMAR LETTER BHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1019,
        name: "MYANMAR LETTER MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x101A,
        name: "MYANMAR LETTER YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x101B,
        name: "MYANMAR LETTER RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x101C,
        name: "MYANMAR LETTER LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x101D,
        name: "MYANMAR LETTER WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x101E,
        name: "MYANMAR LETTER SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x101F,
        name: "MYANMAR LETTER HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1020,
        name: "MYANMAR LETTER LLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1021,
        name: "MYANMAR LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x1022,
        name: "MYANMAR LETTER SHAN A",
    },
    Character {
        age: "3.0",
        codepoint: 0x1023,
        name: "MYANMAR LETTER I",
    },
    Character {
        age: "3.0",
        codepoint: 0x1024,
        name: "MYANMAR LETTER II",
    },
    Character {
        age: "3.0",
        codepoint: 0x1025,
        name: "MYANMAR LETTER U",
    },
    Character {
        age: "3.0",
        codepoint: 0x1026,
        name: "MYANMAR LETTER UU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1027,
        name: "MYANMAR LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028,
        name: "MYANMAR LETTER MON E",
    },
    Character {
        age: "3.0",
        codepoint: 0x1029,
        name: "MYANMAR LETTER O",
    },
    Character {
        age: "3.0",
        codepoint: 0x102A,
        name: "MYANMAR LETTER AU",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B,
        name: "MYANMAR VOWEL SIGN TALL AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x102C,
        name: "MYANMAR VOWEL SIGN AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x102D,
        name: "MYANMAR VOWEL SIGN I",
    },
    Character {
        age: "3.0",
        codepoint: 0x102E,
        name: "MYANMAR VOWEL SIGN II",
    },
    Character {
        age: "3.0",
        codepoint: 0x102F,
        name: "MYANMAR VOWEL SIGN U",
    },
    Character {
        age: "3.0",
        codepoint: 0x1030,
        name: "MYANMAR VOWEL SIGN UU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1031,
        name: "MYANMAR VOWEL SIGN E",
    },
    Character {
        age: "3.0",
        codepoint: 0x1032,
        name: "MYANMAR VOWEL SIGN AI",
    },
    Character {
        age: "5.1",
        codepoint: 0x1033,
        name: "MYANMAR VOWEL SIGN MON II",
    },
    Character {
        age: "5.1",
        codepoint: 0x1034,
        name: "MYANMAR VOWEL SIGN MON O",
    },
    Character {
        age: "5.1",
        codepoint: 0x1035,
        name: "MYANMAR VOWEL SIGN E ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1036,
        name: "MYANMAR SIGN ANUSVARA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1037,
        name: "MYANMAR SIGN DOT BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x1038,
        name: "MYANMAR SIGN VISARGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1039,
        name: "MYANMAR SIGN VIRAMA",
    },
    Character {
        age: "5.1",
        codepoint: 0x103A,
        name: "MYANMAR SIGN ASAT",
    },
    Character {
        age: "5.1",
        codepoint: 0x103B,
        name: "MYANMAR CONSONANT SIGN MEDIAL YA",
    },
    Character {
        age: "5.1",
        codepoint: 0x103C,
        name: "MYANMAR CONSONANT SIGN MEDIAL RA",
    },
    Character {
        age: "5.1",
        codepoint: 0x103D,
        name: "MYANMAR CONSONANT SIGN MEDIAL WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x103E,
        name: "MYANMAR CONSONANT SIGN MEDIAL HA",
    },
    Character {
        age: "5.1",
        codepoint: 0x103F,
        name: "MYANMAR LETTER GREAT SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1040,
        name: "MYANMAR DIGIT ZERO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1041,
        name: "MYANMAR DIGIT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1042,
        name: "MYANMAR DIGIT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1043,
        name: "MYANMAR DIGIT THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1044,
        name: "MYANMAR DIGIT FOUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1045,
        name: "MYANMAR DIGIT FIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1046,
        name: "MYANMAR DIGIT SIX",
    },
    Character {
        age: "3.0",
        codepoint: 0x1047,
        name: "MYANMAR DIGIT SEVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1048,
        name: "MYANMAR DIGIT EIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x1049,
        name: "MYANMAR DIGIT NINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x104A,
        name: "MYANMAR SIGN LITTLE SECTION",
    },
    Character {
        age: "3.0",
        codepoint: 0x104B,
        name: "MYANMAR SIGN SECTION",
    },
    Character {
        age: "3.0",
        codepoint: 0x104C,
        name: "MYANMAR SYMBOL LOCATIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x104D,
        name: "MYANMAR SYMBOL COMPLETED",
    },
    Character {
        age: "3.0",
        codepoint: 0x104E,
        name: "MYANMAR SYMBOL AFOREMENTIONED",
    },
    Character {
        age: "3.0",
        codepoint: 0x104F,
        name: "MYANMAR SYMBOL GENITIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1050,
        name: "MYANMAR LETTER SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1051,
        name: "MYANMAR LETTER SSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1052,
        name: "MYANMAR LETTER VOCALIC R",
    },
    Character {
        age: "3.0",
        codepoint: 0x1053,
        name: "MYANMAR LETTER VOCALIC RR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1054,
        name: "MYANMAR LETTER VOCALIC L",
    },
    Character {
        age: "3.0",
        codepoint: 0x1055,
        name: "MYANMAR LETTER VOCALIC LL",
    },
    Character {
        age: "3.0",
        codepoint: 0x1056,
        name: "MYANMAR VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "3.0",
        codepoint: 0x1057,
        name: "MYANMAR VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1058,
        name: "MYANMAR VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "3.0",
        codepoint: 0x1059,
        name: "MYANMAR VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x105A,
        name: "MYANMAR LETTER MON NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0x105B,
        name: "MYANMAR LETTER MON JHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x105C,
        name: "MYANMAR LETTER MON BBA",
    },
    Character {
        age: "5.1",
        codepoint: 0x105D,
        name: "MYANMAR LETTER MON BBE",
    },
    Character {
        age: "5.1",
        codepoint: 0x105E,
        name: "MYANMAR CONSONANT SIGN MON MEDIAL NA",
    },
    Character {
        age: "5.1",
        codepoint: 0x105F,
        name: "MYANMAR CONSONANT SIGN MON MEDIAL MA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1060,
        name: "MYANMAR CONSONANT SIGN MON MEDIAL LA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1061,
        name: "MYANMAR LETTER SGAW KAREN SHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1062,
        name: "MYANMAR VOWEL SIGN SGAW KAREN EU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1063,
        name: "MYANMAR TONE MARK SGAW KAREN HATHI",
    },
    Character {
        age: "5.1",
        codepoint: 0x1064,
        name: "MYANMAR TONE MARK SGAW KAREN KE PHO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1065,
        name: "MYANMAR LETTER WESTERN PWO KAREN THA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1066,
        name: "MYANMAR LETTER WESTERN PWO KAREN PWA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1067,
        name: "MYANMAR VOWEL SIGN WESTERN PWO KAREN EU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1068,
        name: "MYANMAR VOWEL SIGN WESTERN PWO KAREN UE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1069,
        name: "MYANMAR SIGN WESTERN PWO KAREN TONE-1",
    },
    Character {
        age: "5.1",
        codepoint: 0x106A,
        name: "MYANMAR SIGN WESTERN PWO KAREN TONE-2",
    },
    Character {
        age: "5.1",
        codepoint: 0x106B,
        name: "MYANMAR SIGN WESTERN PWO KAREN TONE-3",
    },
    Character {
        age: "5.1",
        codepoint: 0x106C,
        name: "MYANMAR SIGN WESTERN PWO KAREN TONE-4",
    },
    Character {
        age: "5.1",
        codepoint: 0x106D,
        name: "MYANMAR SIGN WESTERN PWO KAREN TONE-5",
    },
    Character {
        age: "5.1",
        codepoint: 0x106E,
        name: "MYANMAR LETTER EASTERN PWO KAREN NNA",
    },
    Character {
        age: "5.1",
        codepoint: 0x106F,
        name: "MYANMAR LETTER EASTERN PWO KAREN YWA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1070,
        name: "MYANMAR LETTER EASTERN PWO KAREN GHWA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1071,
        name: "MYANMAR VOWEL SIGN GEBA KAREN I",
    },
    Character {
        age: "5.1",
        codepoint: 0x1072,
        name: "MYANMAR VOWEL SIGN KAYAH OE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1073,
        name: "MYANMAR VOWEL SIGN KAYAH U",
    },
    Character {
        age: "5.1",
        codepoint: 0x1074,
        name: "MYANMAR VOWEL SIGN KAYAH EE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1075,
        name: "MYANMAR LETTER SHAN KA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1076,
        name: "MYANMAR LETTER SHAN KHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1077,
        name: "MYANMAR LETTER SHAN GA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1078,
        name: "MYANMAR LETTER SHAN CA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1079,
        name: "MYANMAR LETTER SHAN ZA",
    },
    Character {
        age: "5.1",
        codepoint: 0x107A,
        name: "MYANMAR LETTER SHAN NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0x107B,
        name: "MYANMAR LETTER SHAN DA",
    },
    Character {
        age: "5.1",
        codepoint: 0x107C,
        name: "MYANMAR LETTER SHAN NA",
    },
    Character {
        age: "5.1",
        codepoint: 0x107D,
        name: "MYANMAR LETTER SHAN PHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x107E,
        name: "MYANMAR LETTER SHAN FA",
    },
    Character {
        age: "5.1",
        codepoint: 0x107F,
        name: "MYANMAR LETTER SHAN BA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1080,
        name: "MYANMAR LETTER SHAN THA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1081,
        name: "MYANMAR LETTER SHAN HA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1082,
        name: "MYANMAR CONSONANT SIGN SHAN MEDIAL WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1083,
        name: "MYANMAR VOWEL SIGN SHAN AA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1084,
        name: "MYANMAR VOWEL SIGN SHAN E",
    },
    Character {
        age: "5.1",
        codepoint: 0x1085,
        name: "MYANMAR VOWEL SIGN SHAN E ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1086,
        name: "MYANMAR VOWEL SIGN SHAN FINAL Y",
    },
    Character {
        age: "5.1",
        codepoint: 0x1087,
        name: "MYANMAR SIGN SHAN TONE-2",
    },
    Character {
        age: "5.1",
        codepoint: 0x1088,
        name: "MYANMAR SIGN SHAN TONE-3",
    },
    Character {
        age: "5.1",
        codepoint: 0x1089,
        name: "MYANMAR SIGN SHAN TONE-5",
    },
    Character {
        age: "5.1",
        codepoint: 0x108A,
        name: "MYANMAR SIGN SHAN TONE-6",
    },
    Character {
        age: "5.1",
        codepoint: 0x108B,
        name: "MYANMAR SIGN SHAN COUNCIL TONE-2",
    },
    Character {
        age: "5.1",
        codepoint: 0x108C,
        name: "MYANMAR SIGN SHAN COUNCIL TONE-3",
    },
    Character {
        age: "5.1",
        codepoint: 0x108D,
        name: "MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE",
    },
    Character {
        age: "5.1",
        codepoint: 0x108E,
        name: "MYANMAR LETTER RUMAI PALAUNG FA",
    },
    Character {
        age: "5.1",
        codepoint: 0x108F,
        name: "MYANMAR SIGN RUMAI PALAUNG TONE-5",
    },
    Character {
        age: "5.1",
        codepoint: 0x1090,
        name: "MYANMAR SHAN DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1091,
        name: "MYANMAR SHAN DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092,
        name: "MYANMAR SHAN DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1093,
        name: "MYANMAR SHAN DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1094,
        name: "MYANMAR SHAN DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1095,
        name: "MYANMAR SHAN DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1096,
        name: "MYANMAR SHAN DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0x1097,
        name: "MYANMAR SHAN DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1098,
        name: "MYANMAR SHAN DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1099,
        name: "MYANMAR SHAN DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x109A,
        name: "MYANMAR SIGN KHAMTI TONE-1",
    },
    Character {
        age: "5.2",
        codepoint: 0x109B,
        name: "MYANMAR SIGN KHAMTI TONE-3",
    },
    Character {
        age: "5.2",
        codepoint: 0x109C,
        name: "MYANMAR VOWEL SIGN AITON A",
    },
    Character {
        age: "5.2",
        codepoint: 0x109D,
        name: "MYANMAR VOWEL SIGN AITON AI",
    },
    Character {
        age: "5.1",
        codepoint: 0x109E,
        name: "MYANMAR SYMBOL SHAN ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0x109F,
        name: "MYANMAR SYMBOL SHAN EXCLAMATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A0,
        name: "GEORGIAN CAPITAL LETTER AN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A1,
        name: "GEORGIAN CAPITAL LETTER BAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A2,
        name: "GEORGIAN CAPITAL LETTER GAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A3,
        name: "GEORGIAN CAPITAL LETTER DON",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A4,
        name: "GEORGIAN CAPITAL LETTER EN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A5,
        name: "GEORGIAN CAPITAL LETTER VIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A6,
        name: "GEORGIAN CAPITAL LETTER ZEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A7,
        name: "GEORGIAN CAPITAL LETTER TAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A8,
        name: "GEORGIAN CAPITAL LETTER IN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10A9,
        name: "GEORGIAN CAPITAL LETTER KAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10AA,
        name: "GEORGIAN CAPITAL LETTER LAS",
    },
    Character {
        age: "1.1",
        codepoint: 0x10AB,
        name: "GEORGIAN CAPITAL LETTER MAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10AC,
        name: "GEORGIAN CAPITAL LETTER NAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10AD,
        name: "GEORGIAN CAPITAL LETTER ON",
    },
    Character {
        age: "1.1",
        codepoint: 0x10AE,
        name: "GEORGIAN CAPITAL LETTER PAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10AF,
        name: "GEORGIAN CAPITAL LETTER ZHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B0,
        name: "GEORGIAN CAPITAL LETTER RAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B1,
        name: "GEORGIAN CAPITAL LETTER SAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B2,
        name: "GEORGIAN CAPITAL LETTER TAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B3,
        name: "GEORGIAN CAPITAL LETTER UN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B4,
        name: "GEORGIAN CAPITAL LETTER PHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B5,
        name: "GEORGIAN CAPITAL LETTER KHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B6,
        name: "GEORGIAN CAPITAL LETTER GHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B7,
        name: "GEORGIAN CAPITAL LETTER QAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B8,
        name: "GEORGIAN CAPITAL LETTER SHIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10B9,
        name: "GEORGIAN CAPITAL LETTER CHIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10BA,
        name: "GEORGIAN CAPITAL LETTER CAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10BB,
        name: "GEORGIAN CAPITAL LETTER JIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x10BC,
        name: "GEORGIAN CAPITAL LETTER CIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x10BD,
        name: "GEORGIAN CAPITAL LETTER CHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10BE,
        name: "GEORGIAN CAPITAL LETTER XAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10BF,
        name: "GEORGIAN CAPITAL LETTER JHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10C0,
        name: "GEORGIAN CAPITAL LETTER HAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10C1,
        name: "GEORGIAN CAPITAL LETTER HE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10C2,
        name: "GEORGIAN CAPITAL LETTER HIE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10C3,
        name: "GEORGIAN CAPITAL LETTER WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10C4,
        name: "GEORGIAN CAPITAL LETTER HAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10C5,
        name: "GEORGIAN CAPITAL LETTER HOE",
    },
    Character {
        age: "6.1",
        codepoint: 0x10C7,
        name: "GEORGIAN CAPITAL LETTER YN",
    },
    Character {
        age: "6.1",
        codepoint: 0x10CD,
        name: "GEORGIAN CAPITAL LETTER AEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D0,
        name: "GEORGIAN LETTER AN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D1,
        name: "GEORGIAN LETTER BAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D2,
        name: "GEORGIAN LETTER GAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D3,
        name: "GEORGIAN LETTER DON",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D4,
        name: "GEORGIAN LETTER EN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D5,
        name: "GEORGIAN LETTER VIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D6,
        name: "GEORGIAN LETTER ZEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D7,
        name: "GEORGIAN LETTER TAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D8,
        name: "GEORGIAN LETTER IN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10D9,
        name: "GEORGIAN LETTER KAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10DA,
        name: "GEORGIAN LETTER LAS",
    },
    Character {
        age: "1.1",
        codepoint: 0x10DB,
        name: "GEORGIAN LETTER MAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10DC,
        name: "GEORGIAN LETTER NAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10DD,
        name: "GEORGIAN LETTER ON",
    },
    Character {
        age: "1.1",
        codepoint: 0x10DE,
        name: "GEORGIAN LETTER PAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10DF,
        name: "GEORGIAN LETTER ZHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E0,
        name: "GEORGIAN LETTER RAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E1,
        name: "GEORGIAN LETTER SAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E2,
        name: "GEORGIAN LETTER TAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E3,
        name: "GEORGIAN LETTER UN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E4,
        name: "GEORGIAN LETTER PHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E5,
        name: "GEORGIAN LETTER KHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E6,
        name: "GEORGIAN LETTER GHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E7,
        name: "GEORGIAN LETTER QAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E8,
        name: "GEORGIAN LETTER SHIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10E9,
        name: "GEORGIAN LETTER CHIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10EA,
        name: "GEORGIAN LETTER CAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10EB,
        name: "GEORGIAN LETTER JIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x10EC,
        name: "GEORGIAN LETTER CIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x10ED,
        name: "GEORGIAN LETTER CHAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10EE,
        name: "GEORGIAN LETTER XAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10EF,
        name: "GEORGIAN LETTER JHAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F0,
        name: "GEORGIAN LETTER HAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F1,
        name: "GEORGIAN LETTER HE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F2,
        name: "GEORGIAN LETTER HIE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F3,
        name: "GEORGIAN LETTER WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F4,
        name: "GEORGIAN LETTER HAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F5,
        name: "GEORGIAN LETTER HOE",
    },
    Character {
        age: "1.1",
        codepoint: 0x10F6,
        name: "GEORGIAN LETTER FI",
    },
    Character {
        age: "3.2",
        codepoint: 0x10F7,
        name: "GEORGIAN LETTER YN",
    },
    Character {
        age: "3.2",
        codepoint: 0x10F8,
        name: "GEORGIAN LETTER ELIFI",
    },
    Character {
        age: "4.1",
        codepoint: 0x10F9,
        name: "GEORGIAN LETTER TURNED GAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10FA,
        name: "GEORGIAN LETTER AIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x10FB,
        name: "GEORGIAN PARAGRAPH SEPARATOR",
    },
    Character {
        age: "4.1",
        codepoint: 0x10FC,
        name: "MODIFIER LETTER GEORGIAN NAR",
    },
    Character {
        age: "6.1",
        codepoint: 0x10FD,
        name: "GEORGIAN LETTER AEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x10FE,
        name: "GEORGIAN LETTER HARD SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0x10FF,
        name: "GEORGIAN LETTER LABIAL SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x1100,
        name: "HANGUL CHOSEONG KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1101,
        name: "HANGUL CHOSEONG SSANGKIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1102,
        name: "HANGUL CHOSEONG NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x1103,
        name: "HANGUL CHOSEONG TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1104,
        name: "HANGUL CHOSEONG SSANGTIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1105,
        name: "HANGUL CHOSEONG RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x1106,
        name: "HANGUL CHOSEONG MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x1107,
        name: "HANGUL CHOSEONG PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1108,
        name: "HANGUL CHOSEONG SSANGPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1109,
        name: "HANGUL CHOSEONG SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x110A,
        name: "HANGUL CHOSEONG SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x110B,
        name: "HANGUL CHOSEONG IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x110C,
        name: "HANGUL CHOSEONG CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x110D,
        name: "HANGUL CHOSEONG SSANGCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x110E,
        name: "HANGUL CHOSEONG CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x110F,
        name: "HANGUL CHOSEONG KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1110,
        name: "HANGUL CHOSEONG THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1111,
        name: "HANGUL CHOSEONG PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1112,
        name: "HANGUL CHOSEONG HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1113,
        name: "HANGUL CHOSEONG NIEUN-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1114,
        name: "HANGUL CHOSEONG SSANGNIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x1115,
        name: "HANGUL CHOSEONG NIEUN-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1116,
        name: "HANGUL CHOSEONG NIEUN-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1117,
        name: "HANGUL CHOSEONG TIKEUT-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1118,
        name: "HANGUL CHOSEONG RIEUL-NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x1119,
        name: "HANGUL CHOSEONG SSANGRIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x111A,
        name: "HANGUL CHOSEONG RIEUL-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x111B,
        name: "HANGUL CHOSEONG KAPYEOUNRIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x111C,
        name: "HANGUL CHOSEONG MIEUM-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x111D,
        name: "HANGUL CHOSEONG KAPYEOUNMIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x111E,
        name: "HANGUL CHOSEONG PIEUP-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x111F,
        name: "HANGUL CHOSEONG PIEUP-NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x1120,
        name: "HANGUL CHOSEONG PIEUP-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1121,
        name: "HANGUL CHOSEONG PIEUP-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1122,
        name: "HANGUL CHOSEONG PIEUP-SIOS-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1123,
        name: "HANGUL CHOSEONG PIEUP-SIOS-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1124,
        name: "HANGUL CHOSEONG PIEUP-SIOS-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1125,
        name: "HANGUL CHOSEONG PIEUP-SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1126,
        name: "HANGUL CHOSEONG PIEUP-SIOS-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1127,
        name: "HANGUL CHOSEONG PIEUP-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1128,
        name: "HANGUL CHOSEONG PIEUP-CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1129,
        name: "HANGUL CHOSEONG PIEUP-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x112A,
        name: "HANGUL CHOSEONG PIEUP-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x112B,
        name: "HANGUL CHOSEONG KAPYEOUNPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x112C,
        name: "HANGUL CHOSEONG KAPYEOUNSSANGPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x112D,
        name: "HANGUL CHOSEONG SIOS-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x112E,
        name: "HANGUL CHOSEONG SIOS-NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x112F,
        name: "HANGUL CHOSEONG SIOS-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1130,
        name: "HANGUL CHOSEONG SIOS-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x1131,
        name: "HANGUL CHOSEONG SIOS-MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x1132,
        name: "HANGUL CHOSEONG SIOS-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1133,
        name: "HANGUL CHOSEONG SIOS-PIEUP-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1134,
        name: "HANGUL CHOSEONG SIOS-SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1135,
        name: "HANGUL CHOSEONG SIOS-IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x1136,
        name: "HANGUL CHOSEONG SIOS-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1137,
        name: "HANGUL CHOSEONG SIOS-CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1138,
        name: "HANGUL CHOSEONG SIOS-KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1139,
        name: "HANGUL CHOSEONG SIOS-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x113A,
        name: "HANGUL CHOSEONG SIOS-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x113B,
        name: "HANGUL CHOSEONG SIOS-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x113C,
        name: "HANGUL CHOSEONG CHITUEUMSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x113D,
        name: "HANGUL CHOSEONG CHITUEUMSSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x113E,
        name: "HANGUL CHOSEONG CEONGCHIEUMSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x113F,
        name: "HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1140,
        name: "HANGUL CHOSEONG PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1141,
        name: "HANGUL CHOSEONG IEUNG-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x1142,
        name: "HANGUL CHOSEONG IEUNG-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x1143,
        name: "HANGUL CHOSEONG IEUNG-MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x1144,
        name: "HANGUL CHOSEONG IEUNG-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1145,
        name: "HANGUL CHOSEONG IEUNG-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1146,
        name: "HANGUL CHOSEONG IEUNG-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1147,
        name: "HANGUL CHOSEONG SSANGIEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x1148,
        name: "HANGUL CHOSEONG IEUNG-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1149,
        name: "HANGUL CHOSEONG IEUNG-CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x114A,
        name: "HANGUL CHOSEONG IEUNG-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x114B,
        name: "HANGUL CHOSEONG IEUNG-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x114C,
        name: "HANGUL CHOSEONG YESIEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x114D,
        name: "HANGUL CHOSEONG CIEUC-IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x114E,
        name: "HANGUL CHOSEONG CHITUEUMCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x114F,
        name: "HANGUL CHOSEONG CHITUEUMSSANGCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1150,
        name: "HANGUL CHOSEONG CEONGCHIEUMCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1151,
        name: "HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x1152,
        name: "HANGUL CHOSEONG CHIEUCH-KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1153,
        name: "HANGUL CHOSEONG CHIEUCH-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1154,
        name: "HANGUL CHOSEONG CHITUEUMCHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1155,
        name: "HANGUL CHOSEONG CEONGCHIEUMCHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1156,
        name: "HANGUL CHOSEONG PHIEUPH-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1157,
        name: "HANGUL CHOSEONG KAPYEOUNPHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1158,
        name: "HANGUL CHOSEONG SSANGHIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x1159,
        name: "HANGUL CHOSEONG YEORINHIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0x115A,
        name: "HANGUL CHOSEONG KIYEOK-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0x115B,
        name: "HANGUL CHOSEONG NIEUN-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0x115C,
        name: "HANGUL CHOSEONG NIEUN-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0x115D,
        name: "HANGUL CHOSEONG NIEUN-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0x115E,
        name: "HANGUL CHOSEONG TIKEUT-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x115F,
        name: "HANGUL CHOSEONG FILLER",
    },
    Character {
        age: "1.1",
        codepoint: 0x1160,
        name: "HANGUL JUNGSEONG FILLER",
    },
    Character {
        age: "1.1",
        codepoint: 0x1161,
        name: "HANGUL JUNGSEONG A",
    },
    Character {
        age: "1.1",
        codepoint: 0x1162,
        name: "HANGUL JUNGSEONG AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1163,
        name: "HANGUL JUNGSEONG YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1164,
        name: "HANGUL JUNGSEONG YAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1165,
        name: "HANGUL JUNGSEONG EO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1166,
        name: "HANGUL JUNGSEONG E",
    },
    Character {
        age: "1.1",
        codepoint: 0x1167,
        name: "HANGUL JUNGSEONG YEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1168,
        name: "HANGUL JUNGSEONG YE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1169,
        name: "HANGUL JUNGSEONG O",
    },
    Character {
        age: "1.1",
        codepoint: 0x116A,
        name: "HANGUL JUNGSEONG WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x116B,
        name: "HANGUL JUNGSEONG WAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x116C,
        name: "HANGUL JUNGSEONG OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x116D,
        name: "HANGUL JUNGSEONG YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x116E,
        name: "HANGUL JUNGSEONG U",
    },
    Character {
        age: "1.1",
        codepoint: 0x116F,
        name: "HANGUL JUNGSEONG WEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1170,
        name: "HANGUL JUNGSEONG WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1171,
        name: "HANGUL JUNGSEONG WI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1172,
        name: "HANGUL JUNGSEONG YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x1173,
        name: "HANGUL JUNGSEONG EU",
    },
    Character {
        age: "1.1",
        codepoint: 0x1174,
        name: "HANGUL JUNGSEONG YI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1175,
        name: "HANGUL JUNGSEONG I",
    },
    Character {
        age: "1.1",
        codepoint: 0x1176,
        name: "HANGUL JUNGSEONG A-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x1177,
        name: "HANGUL JUNGSEONG A-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x1178,
        name: "HANGUL JUNGSEONG YA-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x1179,
        name: "HANGUL JUNGSEONG YA-YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x117A,
        name: "HANGUL JUNGSEONG EO-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x117B,
        name: "HANGUL JUNGSEONG EO-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x117C,
        name: "HANGUL JUNGSEONG EO-EU",
    },
    Character {
        age: "1.1",
        codepoint: 0x117D,
        name: "HANGUL JUNGSEONG YEO-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x117E,
        name: "HANGUL JUNGSEONG YEO-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x117F,
        name: "HANGUL JUNGSEONG O-EO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1180,
        name: "HANGUL JUNGSEONG O-E",
    },
    Character {
        age: "1.1",
        codepoint: 0x1181,
        name: "HANGUL JUNGSEONG O-YE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1182,
        name: "HANGUL JUNGSEONG O-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x1183,
        name: "HANGUL JUNGSEONG O-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x1184,
        name: "HANGUL JUNGSEONG YO-YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1185,
        name: "HANGUL JUNGSEONG YO-YAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1186,
        name: "HANGUL JUNGSEONG YO-YEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1187,
        name: "HANGUL JUNGSEONG YO-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x1188,
        name: "HANGUL JUNGSEONG YO-I",
    },
    Character {
        age: "1.1",
        codepoint: 0x1189,
        name: "HANGUL JUNGSEONG U-A",
    },
    Character {
        age: "1.1",
        codepoint: 0x118A,
        name: "HANGUL JUNGSEONG U-AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x118B,
        name: "HANGUL JUNGSEONG U-EO-EU",
    },
    Character {
        age: "1.1",
        codepoint: 0x118C,
        name: "HANGUL JUNGSEONG U-YE",
    },
    Character {
        age: "1.1",
        codepoint: 0x118D,
        name: "HANGUL JUNGSEONG U-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x118E,
        name: "HANGUL JUNGSEONG YU-A",
    },
    Character {
        age: "1.1",
        codepoint: 0x118F,
        name: "HANGUL JUNGSEONG YU-EO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1190,
        name: "HANGUL JUNGSEONG YU-E",
    },
    Character {
        age: "1.1",
        codepoint: 0x1191,
        name: "HANGUL JUNGSEONG YU-YEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x1192,
        name: "HANGUL JUNGSEONG YU-YE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1193,
        name: "HANGUL JUNGSEONG YU-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x1194,
        name: "HANGUL JUNGSEONG YU-I",
    },
    Character {
        age: "1.1",
        codepoint: 0x1195,
        name: "HANGUL JUNGSEONG EU-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x1196,
        name: "HANGUL JUNGSEONG EU-EU",
    },
    Character {
        age: "1.1",
        codepoint: 0x1197,
        name: "HANGUL JUNGSEONG YI-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x1198,
        name: "HANGUL JUNGSEONG I-A",
    },
    Character {
        age: "1.1",
        codepoint: 0x1199,
        name: "HANGUL JUNGSEONG I-YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x119A,
        name: "HANGUL JUNGSEONG I-O",
    },
    Character {
        age: "1.1",
        codepoint: 0x119B,
        name: "HANGUL JUNGSEONG I-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x119C,
        name: "HANGUL JUNGSEONG I-EU",
    },
    Character {
        age: "1.1",
        codepoint: 0x119D,
        name: "HANGUL JUNGSEONG I-ARAEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x119E,
        name: "HANGUL JUNGSEONG ARAEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x119F,
        name: "HANGUL JUNGSEONG ARAEA-EO",
    },
    Character {
        age: "1.1",
        codepoint: 0x11A0,
        name: "HANGUL JUNGSEONG ARAEA-U",
    },
    Character {
        age: "1.1",
        codepoint: 0x11A1,
        name: "HANGUL JUNGSEONG ARAEA-I",
    },
    Character {
        age: "1.1",
        codepoint: 0x11A2,
        name: "HANGUL JUNGSEONG SSANGARAEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11A3,
        name: "HANGUL JUNGSEONG A-EU",
    },
    Character {
        age: "5.2",
        codepoint: 0x11A4,
        name: "HANGUL JUNGSEONG YA-U",
    },
    Character {
        age: "5.2",
        codepoint: 0x11A5,
        name: "HANGUL JUNGSEONG YEO-YA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11A6,
        name: "HANGUL JUNGSEONG O-YA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11A7,
        name: "HANGUL JUNGSEONG O-YAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x11A8,
        name: "HANGUL JONGSEONG KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11A9,
        name: "HANGUL JONGSEONG SSANGKIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11AA,
        name: "HANGUL JONGSEONG KIYEOK-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11AB,
        name: "HANGUL JONGSEONG NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x11AC,
        name: "HANGUL JONGSEONG NIEUN-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x11AD,
        name: "HANGUL JONGSEONG NIEUN-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11AE,
        name: "HANGUL JONGSEONG TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x11AF,
        name: "HANGUL JONGSEONG RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B0,
        name: "HANGUL JONGSEONG RIEUL-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B1,
        name: "HANGUL JONGSEONG RIEUL-MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B2,
        name: "HANGUL JONGSEONG RIEUL-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B3,
        name: "HANGUL JONGSEONG RIEUL-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B4,
        name: "HANGUL JONGSEONG RIEUL-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B5,
        name: "HANGUL JONGSEONG RIEUL-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B6,
        name: "HANGUL JONGSEONG RIEUL-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B7,
        name: "HANGUL JONGSEONG MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B8,
        name: "HANGUL JONGSEONG PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11B9,
        name: "HANGUL JONGSEONG PIEUP-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11BA,
        name: "HANGUL JONGSEONG SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11BB,
        name: "HANGUL JONGSEONG SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11BC,
        name: "HANGUL JONGSEONG IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x11BD,
        name: "HANGUL JONGSEONG CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x11BE,
        name: "HANGUL JONGSEONG CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11BF,
        name: "HANGUL JONGSEONG KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C0,
        name: "HANGUL JONGSEONG THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C1,
        name: "HANGUL JONGSEONG PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C2,
        name: "HANGUL JONGSEONG HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C3,
        name: "HANGUL JONGSEONG KIYEOK-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C4,
        name: "HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C5,
        name: "HANGUL JONGSEONG NIEUN-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C6,
        name: "HANGUL JONGSEONG NIEUN-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C7,
        name: "HANGUL JONGSEONG NIEUN-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C8,
        name: "HANGUL JONGSEONG NIEUN-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11C9,
        name: "HANGUL JONGSEONG NIEUN-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11CA,
        name: "HANGUL JONGSEONG TIKEUT-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11CB,
        name: "HANGUL JONGSEONG TIKEUT-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11CC,
        name: "HANGUL JONGSEONG RIEUL-KIYEOK-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11CD,
        name: "HANGUL JONGSEONG RIEUL-NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x11CE,
        name: "HANGUL JONGSEONG RIEUL-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x11CF,
        name: "HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D0,
        name: "HANGUL JONGSEONG SSANGRIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D1,
        name: "HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D2,
        name: "HANGUL JONGSEONG RIEUL-MIEUM-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D3,
        name: "HANGUL JONGSEONG RIEUL-PIEUP-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D4,
        name: "HANGUL JONGSEONG RIEUL-PIEUP-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D5,
        name: "HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D6,
        name: "HANGUL JONGSEONG RIEUL-SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D7,
        name: "HANGUL JONGSEONG RIEUL-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D8,
        name: "HANGUL JONGSEONG RIEUL-KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11D9,
        name: "HANGUL JONGSEONG RIEUL-YEORINHIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11DA,
        name: "HANGUL JONGSEONG MIEUM-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11DB,
        name: "HANGUL JONGSEONG MIEUM-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11DC,
        name: "HANGUL JONGSEONG MIEUM-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11DD,
        name: "HANGUL JONGSEONG MIEUM-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11DE,
        name: "HANGUL JONGSEONG MIEUM-SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11DF,
        name: "HANGUL JONGSEONG MIEUM-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E0,
        name: "HANGUL JONGSEONG MIEUM-CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E1,
        name: "HANGUL JONGSEONG MIEUM-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E2,
        name: "HANGUL JONGSEONG KAPYEOUNMIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E3,
        name: "HANGUL JONGSEONG PIEUP-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E4,
        name: "HANGUL JONGSEONG PIEUP-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E5,
        name: "HANGUL JONGSEONG PIEUP-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E6,
        name: "HANGUL JONGSEONG KAPYEOUNPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E7,
        name: "HANGUL JONGSEONG SIOS-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E8,
        name: "HANGUL JONGSEONG SIOS-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x11E9,
        name: "HANGUL JONGSEONG SIOS-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11EA,
        name: "HANGUL JONGSEONG SIOS-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11EB,
        name: "HANGUL JONGSEONG PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11EC,
        name: "HANGUL JONGSEONG IEUNG-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11ED,
        name: "HANGUL JONGSEONG IEUNG-SSANGKIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x11EE,
        name: "HANGUL JONGSEONG SSANGIEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x11EF,
        name: "HANGUL JONGSEONG IEUNG-KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F0,
        name: "HANGUL JONGSEONG YESIEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F1,
        name: "HANGUL JONGSEONG YESIEUNG-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F2,
        name: "HANGUL JONGSEONG YESIEUNG-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F3,
        name: "HANGUL JONGSEONG PHIEUPH-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F4,
        name: "HANGUL JONGSEONG KAPYEOUNPHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F5,
        name: "HANGUL JONGSEONG HIEUH-NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F6,
        name: "HANGUL JONGSEONG HIEUH-RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F7,
        name: "HANGUL JONGSEONG HIEUH-MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F8,
        name: "HANGUL JONGSEONG HIEUH-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x11F9,
        name: "HANGUL JONGSEONG YEORINHIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0x11FA,
        name: "HANGUL JONGSEONG KIYEOK-NIEUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x11FB,
        name: "HANGUL JONGSEONG KIYEOK-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0x11FC,
        name: "HANGUL JONGSEONG KIYEOK-CHIEUCH",
    },
    Character {
        age: "5.2",
        codepoint: 0x11FD,
        name: "HANGUL JONGSEONG KIYEOK-KHIEUKH",
    },
    Character {
        age: "5.2",
        codepoint: 0x11FE,
        name: "HANGUL JONGSEONG KIYEOK-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0x11FF,
        name: "HANGUL JONGSEONG SSANGNIEUN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1200,
        name: "ETHIOPIC SYLLABLE HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1201,
        name: "ETHIOPIC SYLLABLE HU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1202,
        name: "ETHIOPIC SYLLABLE HI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1203,
        name: "ETHIOPIC SYLLABLE HAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1204,
        name: "ETHIOPIC SYLLABLE HEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1205,
        name: "ETHIOPIC SYLLABLE HE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1206,
        name: "ETHIOPIC SYLLABLE HO",
    },
    Character {
        age: "4.1",
        codepoint: 0x1207,
        name: "ETHIOPIC SYLLABLE HOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1208,
        name: "ETHIOPIC SYLLABLE LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1209,
        name: "ETHIOPIC SYLLABLE LU",
    },
    Character {
        age: "3.0",
        codepoint: 0x120A,
        name: "ETHIOPIC SYLLABLE LI",
    },
    Character {
        age: "3.0",
        codepoint: 0x120B,
        name: "ETHIOPIC SYLLABLE LAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x120C,
        name: "ETHIOPIC SYLLABLE LEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x120D,
        name: "ETHIOPIC SYLLABLE LE",
    },
    Character {
        age: "3.0",
        codepoint: 0x120E,
        name: "ETHIOPIC SYLLABLE LO",
    },
    Character {
        age: "3.0",
        codepoint: 0x120F,
        name: "ETHIOPIC SYLLABLE LWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1210,
        name: "ETHIOPIC SYLLABLE HHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1211,
        name: "ETHIOPIC SYLLABLE HHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1212,
        name: "ETHIOPIC SYLLABLE HHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1213,
        name: "ETHIOPIC SYLLABLE HHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1214,
        name: "ETHIOPIC SYLLABLE HHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1215,
        name: "ETHIOPIC SYLLABLE HHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1216,
        name: "ETHIOPIC SYLLABLE HHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1217,
        name: "ETHIOPIC SYLLABLE HHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1218,
        name: "ETHIOPIC SYLLABLE MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1219,
        name: "ETHIOPIC SYLLABLE MU",
    },
    Character {
        age: "3.0",
        codepoint: 0x121A,
        name: "ETHIOPIC SYLLABLE MI",
    },
    Character {
        age: "3.0",
        codepoint: 0x121B,
        name: "ETHIOPIC SYLLABLE MAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x121C,
        name: "ETHIOPIC SYLLABLE MEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x121D,
        name: "ETHIOPIC SYLLABLE ME",
    },
    Character {
        age: "3.0",
        codepoint: 0x121E,
        name: "ETHIOPIC SYLLABLE MO",
    },
    Character {
        age: "3.0",
        codepoint: 0x121F,
        name: "ETHIOPIC SYLLABLE MWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1220,
        name: "ETHIOPIC SYLLABLE SZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1221,
        name: "ETHIOPIC SYLLABLE SZU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1222,
        name: "ETHIOPIC SYLLABLE SZI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1223,
        name: "ETHIOPIC SYLLABLE SZAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1224,
        name: "ETHIOPIC SYLLABLE SZEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1225,
        name: "ETHIOPIC SYLLABLE SZE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1226,
        name: "ETHIOPIC SYLLABLE SZO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1227,
        name: "ETHIOPIC SYLLABLE SZWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1228,
        name: "ETHIOPIC SYLLABLE RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1229,
        name: "ETHIOPIC SYLLABLE RU",
    },
    Character {
        age: "3.0",
        codepoint: 0x122A,
        name: "ETHIOPIC SYLLABLE RI",
    },
    Character {
        age: "3.0",
        codepoint: 0x122B,
        name: "ETHIOPIC SYLLABLE RAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x122C,
        name: "ETHIOPIC SYLLABLE REE",
    },
    Character {
        age: "3.0",
        codepoint: 0x122D,
        name: "ETHIOPIC SYLLABLE RE",
    },
    Character {
        age: "3.0",
        codepoint: 0x122E,
        name: "ETHIOPIC SYLLABLE RO",
    },
    Character {
        age: "3.0",
        codepoint: 0x122F,
        name: "ETHIOPIC SYLLABLE RWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1230,
        name: "ETHIOPIC SYLLABLE SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1231,
        name: "ETHIOPIC SYLLABLE SU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1232,
        name: "ETHIOPIC SYLLABLE SI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1233,
        name: "ETHIOPIC SYLLABLE SAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1234,
        name: "ETHIOPIC SYLLABLE SEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1235,
        name: "ETHIOPIC SYLLABLE SE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1236,
        name: "ETHIOPIC SYLLABLE SO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1237,
        name: "ETHIOPIC SYLLABLE SWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1238,
        name: "ETHIOPIC SYLLABLE SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1239,
        name: "ETHIOPIC SYLLABLE SHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x123A,
        name: "ETHIOPIC SYLLABLE SHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x123B,
        name: "ETHIOPIC SYLLABLE SHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x123C,
        name: "ETHIOPIC SYLLABLE SHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x123D,
        name: "ETHIOPIC SYLLABLE SHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x123E,
        name: "ETHIOPIC SYLLABLE SHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x123F,
        name: "ETHIOPIC SYLLABLE SHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1240,
        name: "ETHIOPIC SYLLABLE QA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1241,
        name: "ETHIOPIC SYLLABLE QU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1242,
        name: "ETHIOPIC SYLLABLE QI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1243,
        name: "ETHIOPIC SYLLABLE QAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1244,
        name: "ETHIOPIC SYLLABLE QEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1245,
        name: "ETHIOPIC SYLLABLE QE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1246,
        name: "ETHIOPIC SYLLABLE QO",
    },
    Character {
        age: "4.1",
        codepoint: 0x1247,
        name: "ETHIOPIC SYLLABLE QOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1248,
        name: "ETHIOPIC SYLLABLE QWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x124A,
        name: "ETHIOPIC SYLLABLE QWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x124B,
        name: "ETHIOPIC SYLLABLE QWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x124C,
        name: "ETHIOPIC SYLLABLE QWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x124D,
        name: "ETHIOPIC SYLLABLE QWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1250,
        name: "ETHIOPIC SYLLABLE QHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1251,
        name: "ETHIOPIC SYLLABLE QHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1252,
        name: "ETHIOPIC SYLLABLE QHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1253,
        name: "ETHIOPIC SYLLABLE QHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1254,
        name: "ETHIOPIC SYLLABLE QHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1255,
        name: "ETHIOPIC SYLLABLE QHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1256,
        name: "ETHIOPIC SYLLABLE QHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1258,
        name: "ETHIOPIC SYLLABLE QHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x125A,
        name: "ETHIOPIC SYLLABLE QHWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x125B,
        name: "ETHIOPIC SYLLABLE QHWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x125C,
        name: "ETHIOPIC SYLLABLE QHWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x125D,
        name: "ETHIOPIC SYLLABLE QHWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1260,
        name: "ETHIOPIC SYLLABLE BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1261,
        name: "ETHIOPIC SYLLABLE BU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1262,
        name: "ETHIOPIC SYLLABLE BI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1263,
        name: "ETHIOPIC SYLLABLE BAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1264,
        name: "ETHIOPIC SYLLABLE BEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1265,
        name: "ETHIOPIC SYLLABLE BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1266,
        name: "ETHIOPIC SYLLABLE BO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1267,
        name: "ETHIOPIC SYLLABLE BWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1268,
        name: "ETHIOPIC SYLLABLE VA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1269,
        name: "ETHIOPIC SYLLABLE VU",
    },
    Character {
        age: "3.0",
        codepoint: 0x126A,
        name: "ETHIOPIC SYLLABLE VI",
    },
    Character {
        age: "3.0",
        codepoint: 0x126B,
        name: "ETHIOPIC SYLLABLE VAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x126C,
        name: "ETHIOPIC SYLLABLE VEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x126D,
        name: "ETHIOPIC SYLLABLE VE",
    },
    Character {
        age: "3.0",
        codepoint: 0x126E,
        name: "ETHIOPIC SYLLABLE VO",
    },
    Character {
        age: "3.0",
        codepoint: 0x126F,
        name: "ETHIOPIC SYLLABLE VWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1270,
        name: "ETHIOPIC SYLLABLE TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1271,
        name: "ETHIOPIC SYLLABLE TU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1272,
        name: "ETHIOPIC SYLLABLE TI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1273,
        name: "ETHIOPIC SYLLABLE TAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1274,
        name: "ETHIOPIC SYLLABLE TEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1275,
        name: "ETHIOPIC SYLLABLE TE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1276,
        name: "ETHIOPIC SYLLABLE TO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1277,
        name: "ETHIOPIC SYLLABLE TWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1278,
        name: "ETHIOPIC SYLLABLE CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1279,
        name: "ETHIOPIC SYLLABLE CU",
    },
    Character {
        age: "3.0",
        codepoint: 0x127A,
        name: "ETHIOPIC SYLLABLE CI",
    },
    Character {
        age: "3.0",
        codepoint: 0x127B,
        name: "ETHIOPIC SYLLABLE CAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x127C,
        name: "ETHIOPIC SYLLABLE CEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x127D,
        name: "ETHIOPIC SYLLABLE CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x127E,
        name: "ETHIOPIC SYLLABLE CO",
    },
    Character {
        age: "3.0",
        codepoint: 0x127F,
        name: "ETHIOPIC SYLLABLE CWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1280,
        name: "ETHIOPIC SYLLABLE XA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1281,
        name: "ETHIOPIC SYLLABLE XU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1282,
        name: "ETHIOPIC SYLLABLE XI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1283,
        name: "ETHIOPIC SYLLABLE XAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1284,
        name: "ETHIOPIC SYLLABLE XEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1285,
        name: "ETHIOPIC SYLLABLE XE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1286,
        name: "ETHIOPIC SYLLABLE XO",
    },
    Character {
        age: "4.1",
        codepoint: 0x1287,
        name: "ETHIOPIC SYLLABLE XOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1288,
        name: "ETHIOPIC SYLLABLE XWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x128A,
        name: "ETHIOPIC SYLLABLE XWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x128B,
        name: "ETHIOPIC SYLLABLE XWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x128C,
        name: "ETHIOPIC SYLLABLE XWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x128D,
        name: "ETHIOPIC SYLLABLE XWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1290,
        name: "ETHIOPIC SYLLABLE NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1291,
        name: "ETHIOPIC SYLLABLE NU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1292,
        name: "ETHIOPIC SYLLABLE NI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1293,
        name: "ETHIOPIC SYLLABLE NAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1294,
        name: "ETHIOPIC SYLLABLE NEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1295,
        name: "ETHIOPIC SYLLABLE NE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1296,
        name: "ETHIOPIC SYLLABLE NO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1297,
        name: "ETHIOPIC SYLLABLE NWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1298,
        name: "ETHIOPIC SYLLABLE NYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1299,
        name: "ETHIOPIC SYLLABLE NYU",
    },
    Character {
        age: "3.0",
        codepoint: 0x129A,
        name: "ETHIOPIC SYLLABLE NYI",
    },
    Character {
        age: "3.0",
        codepoint: 0x129B,
        name: "ETHIOPIC SYLLABLE NYAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x129C,
        name: "ETHIOPIC SYLLABLE NYEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x129D,
        name: "ETHIOPIC SYLLABLE NYE",
    },
    Character {
        age: "3.0",
        codepoint: 0x129E,
        name: "ETHIOPIC SYLLABLE NYO",
    },
    Character {
        age: "3.0",
        codepoint: 0x129F,
        name: "ETHIOPIC SYLLABLE NYWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A0,
        name: "ETHIOPIC SYLLABLE GLOTTAL A",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A1,
        name: "ETHIOPIC SYLLABLE GLOTTAL U",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A2,
        name: "ETHIOPIC SYLLABLE GLOTTAL I",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A3,
        name: "ETHIOPIC SYLLABLE GLOTTAL AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A4,
        name: "ETHIOPIC SYLLABLE GLOTTAL EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A5,
        name: "ETHIOPIC SYLLABLE GLOTTAL E",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A6,
        name: "ETHIOPIC SYLLABLE GLOTTAL O",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A7,
        name: "ETHIOPIC SYLLABLE GLOTTAL WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A8,
        name: "ETHIOPIC SYLLABLE KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12A9,
        name: "ETHIOPIC SYLLABLE KU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12AA,
        name: "ETHIOPIC SYLLABLE KI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12AB,
        name: "ETHIOPIC SYLLABLE KAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12AC,
        name: "ETHIOPIC SYLLABLE KEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12AD,
        name: "ETHIOPIC SYLLABLE KE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12AE,
        name: "ETHIOPIC SYLLABLE KO",
    },
    Character {
        age: "4.1",
        codepoint: 0x12AF,
        name: "ETHIOPIC SYLLABLE KOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B0,
        name: "ETHIOPIC SYLLABLE KWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B2,
        name: "ETHIOPIC SYLLABLE KWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B3,
        name: "ETHIOPIC SYLLABLE KWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B4,
        name: "ETHIOPIC SYLLABLE KWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B5,
        name: "ETHIOPIC SYLLABLE KWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B8,
        name: "ETHIOPIC SYLLABLE KXA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12B9,
        name: "ETHIOPIC SYLLABLE KXU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12BA,
        name: "ETHIOPIC SYLLABLE KXI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12BB,
        name: "ETHIOPIC SYLLABLE KXAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12BC,
        name: "ETHIOPIC SYLLABLE KXEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12BD,
        name: "ETHIOPIC SYLLABLE KXE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12BE,
        name: "ETHIOPIC SYLLABLE KXO",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C0,
        name: "ETHIOPIC SYLLABLE KXWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C2,
        name: "ETHIOPIC SYLLABLE KXWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C3,
        name: "ETHIOPIC SYLLABLE KXWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C4,
        name: "ETHIOPIC SYLLABLE KXWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C5,
        name: "ETHIOPIC SYLLABLE KXWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C8,
        name: "ETHIOPIC SYLLABLE WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12C9,
        name: "ETHIOPIC SYLLABLE WU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12CA,
        name: "ETHIOPIC SYLLABLE WI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12CB,
        name: "ETHIOPIC SYLLABLE WAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12CC,
        name: "ETHIOPIC SYLLABLE WEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12CD,
        name: "ETHIOPIC SYLLABLE WE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12CE,
        name: "ETHIOPIC SYLLABLE WO",
    },
    Character {
        age: "4.1",
        codepoint: 0x12CF,
        name: "ETHIOPIC SYLLABLE WOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D0,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL A",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D1,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL U",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D2,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL I",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D3,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D4,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D5,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL E",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D6,
        name: "ETHIOPIC SYLLABLE PHARYNGEAL O",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D8,
        name: "ETHIOPIC SYLLABLE ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12D9,
        name: "ETHIOPIC SYLLABLE ZU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12DA,
        name: "ETHIOPIC SYLLABLE ZI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12DB,
        name: "ETHIOPIC SYLLABLE ZAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12DC,
        name: "ETHIOPIC SYLLABLE ZEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12DD,
        name: "ETHIOPIC SYLLABLE ZE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12DE,
        name: "ETHIOPIC SYLLABLE ZO",
    },
    Character {
        age: "3.0",
        codepoint: 0x12DF,
        name: "ETHIOPIC SYLLABLE ZWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E0,
        name: "ETHIOPIC SYLLABLE ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E1,
        name: "ETHIOPIC SYLLABLE ZHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E2,
        name: "ETHIOPIC SYLLABLE ZHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E3,
        name: "ETHIOPIC SYLLABLE ZHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E4,
        name: "ETHIOPIC SYLLABLE ZHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E5,
        name: "ETHIOPIC SYLLABLE ZHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E6,
        name: "ETHIOPIC SYLLABLE ZHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E7,
        name: "ETHIOPIC SYLLABLE ZHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E8,
        name: "ETHIOPIC SYLLABLE YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12E9,
        name: "ETHIOPIC SYLLABLE YU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12EA,
        name: "ETHIOPIC SYLLABLE YI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12EB,
        name: "ETHIOPIC SYLLABLE YAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12EC,
        name: "ETHIOPIC SYLLABLE YEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12ED,
        name: "ETHIOPIC SYLLABLE YE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12EE,
        name: "ETHIOPIC SYLLABLE YO",
    },
    Character {
        age: "4.1",
        codepoint: 0x12EF,
        name: "ETHIOPIC SYLLABLE YOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F0,
        name: "ETHIOPIC SYLLABLE DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F1,
        name: "ETHIOPIC SYLLABLE DU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F2,
        name: "ETHIOPIC SYLLABLE DI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F3,
        name: "ETHIOPIC SYLLABLE DAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F4,
        name: "ETHIOPIC SYLLABLE DEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F5,
        name: "ETHIOPIC SYLLABLE DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F6,
        name: "ETHIOPIC SYLLABLE DO",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F7,
        name: "ETHIOPIC SYLLABLE DWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F8,
        name: "ETHIOPIC SYLLABLE DDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12F9,
        name: "ETHIOPIC SYLLABLE DDU",
    },
    Character {
        age: "3.0",
        codepoint: 0x12FA,
        name: "ETHIOPIC SYLLABLE DDI",
    },
    Character {
        age: "3.0",
        codepoint: 0x12FB,
        name: "ETHIOPIC SYLLABLE DDAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x12FC,
        name: "ETHIOPIC SYLLABLE DDEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12FD,
        name: "ETHIOPIC SYLLABLE DDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x12FE,
        name: "ETHIOPIC SYLLABLE DDO",
    },
    Character {
        age: "3.0",
        codepoint: 0x12FF,
        name: "ETHIOPIC SYLLABLE DDWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1300,
        name: "ETHIOPIC SYLLABLE JA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1301,
        name: "ETHIOPIC SYLLABLE JU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1302,
        name: "ETHIOPIC SYLLABLE JI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1303,
        name: "ETHIOPIC SYLLABLE JAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1304,
        name: "ETHIOPIC SYLLABLE JEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1305,
        name: "ETHIOPIC SYLLABLE JE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1306,
        name: "ETHIOPIC SYLLABLE JO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1307,
        name: "ETHIOPIC SYLLABLE JWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1308,
        name: "ETHIOPIC SYLLABLE GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1309,
        name: "ETHIOPIC SYLLABLE GU",
    },
    Character {
        age: "3.0",
        codepoint: 0x130A,
        name: "ETHIOPIC SYLLABLE GI",
    },
    Character {
        age: "3.0",
        codepoint: 0x130B,
        name: "ETHIOPIC SYLLABLE GAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x130C,
        name: "ETHIOPIC SYLLABLE GEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x130D,
        name: "ETHIOPIC SYLLABLE GE",
    },
    Character {
        age: "3.0",
        codepoint: 0x130E,
        name: "ETHIOPIC SYLLABLE GO",
    },
    Character {
        age: "4.1",
        codepoint: 0x130F,
        name: "ETHIOPIC SYLLABLE GOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1310,
        name: "ETHIOPIC SYLLABLE GWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1312,
        name: "ETHIOPIC SYLLABLE GWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1313,
        name: "ETHIOPIC SYLLABLE GWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1314,
        name: "ETHIOPIC SYLLABLE GWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1315,
        name: "ETHIOPIC SYLLABLE GWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1318,
        name: "ETHIOPIC SYLLABLE GGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1319,
        name: "ETHIOPIC SYLLABLE GGU",
    },
    Character {
        age: "3.0",
        codepoint: 0x131A,
        name: "ETHIOPIC SYLLABLE GGI",
    },
    Character {
        age: "3.0",
        codepoint: 0x131B,
        name: "ETHIOPIC SYLLABLE GGAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x131C,
        name: "ETHIOPIC SYLLABLE GGEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x131D,
        name: "ETHIOPIC SYLLABLE GGE",
    },
    Character {
        age: "3.0",
        codepoint: 0x131E,
        name: "ETHIOPIC SYLLABLE GGO",
    },
    Character {
        age: "4.1",
        codepoint: 0x131F,
        name: "ETHIOPIC SYLLABLE GGWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1320,
        name: "ETHIOPIC SYLLABLE THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1321,
        name: "ETHIOPIC SYLLABLE THU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1322,
        name: "ETHIOPIC SYLLABLE THI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1323,
        name: "ETHIOPIC SYLLABLE THAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1324,
        name: "ETHIOPIC SYLLABLE THEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1325,
        name: "ETHIOPIC SYLLABLE THE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1326,
        name: "ETHIOPIC SYLLABLE THO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1327,
        name: "ETHIOPIC SYLLABLE THWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1328,
        name: "ETHIOPIC SYLLABLE CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1329,
        name: "ETHIOPIC SYLLABLE CHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x132A,
        name: "ETHIOPIC SYLLABLE CHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x132B,
        name: "ETHIOPIC SYLLABLE CHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x132C,
        name: "ETHIOPIC SYLLABLE CHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x132D,
        name: "ETHIOPIC SYLLABLE CHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x132E,
        name: "ETHIOPIC SYLLABLE CHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x132F,
        name: "ETHIOPIC SYLLABLE CHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1330,
        name: "ETHIOPIC SYLLABLE PHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1331,
        name: "ETHIOPIC SYLLABLE PHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1332,
        name: "ETHIOPIC SYLLABLE PHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1333,
        name: "ETHIOPIC SYLLABLE PHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1334,
        name: "ETHIOPIC SYLLABLE PHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1335,
        name: "ETHIOPIC SYLLABLE PHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1336,
        name: "ETHIOPIC SYLLABLE PHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1337,
        name: "ETHIOPIC SYLLABLE PHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1338,
        name: "ETHIOPIC SYLLABLE TSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1339,
        name: "ETHIOPIC SYLLABLE TSU",
    },
    Character {
        age: "3.0",
        codepoint: 0x133A,
        name: "ETHIOPIC SYLLABLE TSI",
    },
    Character {
        age: "3.0",
        codepoint: 0x133B,
        name: "ETHIOPIC SYLLABLE TSAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x133C,
        name: "ETHIOPIC SYLLABLE TSEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x133D,
        name: "ETHIOPIC SYLLABLE TSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x133E,
        name: "ETHIOPIC SYLLABLE TSO",
    },
    Character {
        age: "3.0",
        codepoint: 0x133F,
        name: "ETHIOPIC SYLLABLE TSWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1340,
        name: "ETHIOPIC SYLLABLE TZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1341,
        name: "ETHIOPIC SYLLABLE TZU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1342,
        name: "ETHIOPIC SYLLABLE TZI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1343,
        name: "ETHIOPIC SYLLABLE TZAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1344,
        name: "ETHIOPIC SYLLABLE TZEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1345,
        name: "ETHIOPIC SYLLABLE TZE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1346,
        name: "ETHIOPIC SYLLABLE TZO",
    },
    Character {
        age: "4.1",
        codepoint: 0x1347,
        name: "ETHIOPIC SYLLABLE TZOA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1348,
        name: "ETHIOPIC SYLLABLE FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1349,
        name: "ETHIOPIC SYLLABLE FU",
    },
    Character {
        age: "3.0",
        codepoint: 0x134A,
        name: "ETHIOPIC SYLLABLE FI",
    },
    Character {
        age: "3.0",
        codepoint: 0x134B,
        name: "ETHIOPIC SYLLABLE FAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x134C,
        name: "ETHIOPIC SYLLABLE FEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x134D,
        name: "ETHIOPIC SYLLABLE FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x134E,
        name: "ETHIOPIC SYLLABLE FO",
    },
    Character {
        age: "3.0",
        codepoint: 0x134F,
        name: "ETHIOPIC SYLLABLE FWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1350,
        name: "ETHIOPIC SYLLABLE PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1351,
        name: "ETHIOPIC SYLLABLE PU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1352,
        name: "ETHIOPIC SYLLABLE PI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1353,
        name: "ETHIOPIC SYLLABLE PAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1354,
        name: "ETHIOPIC SYLLABLE PEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1355,
        name: "ETHIOPIC SYLLABLE PE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1356,
        name: "ETHIOPIC SYLLABLE PO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1357,
        name: "ETHIOPIC SYLLABLE PWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1358,
        name: "ETHIOPIC SYLLABLE RYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1359,
        name: "ETHIOPIC SYLLABLE MYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x135A,
        name: "ETHIOPIC SYLLABLE FYA",
    },
    Character {
        age: "6.0",
        codepoint: 0x135D,
        name: "ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x135E,
        name: "ETHIOPIC COMBINING VOWEL LENGTH MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x135F,
        name: "ETHIOPIC COMBINING GEMINATION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1360,
        name: "ETHIOPIC SECTION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x1361,
        name: "ETHIOPIC WORDSPACE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1362,
        name: "ETHIOPIC FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x1363,
        name: "ETHIOPIC COMMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1364,
        name: "ETHIOPIC SEMICOLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x1365,
        name: "ETHIOPIC COLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x1366,
        name: "ETHIOPIC PREFACE COLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x1367,
        name: "ETHIOPIC QUESTION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x1368,
        name: "ETHIOPIC PARAGRAPH SEPARATOR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1369,
        name: "ETHIOPIC DIGIT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x136A,
        name: "ETHIOPIC DIGIT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x136B,
        name: "ETHIOPIC DIGIT THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x136C,
        name: "ETHIOPIC DIGIT FOUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x136D,
        name: "ETHIOPIC DIGIT FIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x136E,
        name: "ETHIOPIC DIGIT SIX",
    },
    Character {
        age: "3.0",
        codepoint: 0x136F,
        name: "ETHIOPIC DIGIT SEVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1370,
        name: "ETHIOPIC DIGIT EIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x1371,
        name: "ETHIOPIC DIGIT NINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1372,
        name: "ETHIOPIC NUMBER TEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1373,
        name: "ETHIOPIC NUMBER TWENTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1374,
        name: "ETHIOPIC NUMBER THIRTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1375,
        name: "ETHIOPIC NUMBER FORTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1376,
        name: "ETHIOPIC NUMBER FIFTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1377,
        name: "ETHIOPIC NUMBER SIXTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1378,
        name: "ETHIOPIC NUMBER SEVENTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1379,
        name: "ETHIOPIC NUMBER EIGHTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x137A,
        name: "ETHIOPIC NUMBER NINETY",
    },
    Character {
        age: "3.0",
        codepoint: 0x137B,
        name: "ETHIOPIC NUMBER HUNDRED",
    },
    Character {
        age: "3.0",
        codepoint: 0x137C,
        name: "ETHIOPIC NUMBER TEN THOUSAND",
    },
    Character {
        age: "4.1",
        codepoint: 0x1380,
        name: "ETHIOPIC SYLLABLE SEBATBEIT MWA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1381,
        name: "ETHIOPIC SYLLABLE MWI",
    },
    Character {
        age: "4.1",
        codepoint: 0x1382,
        name: "ETHIOPIC SYLLABLE MWEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1383,
        name: "ETHIOPIC SYLLABLE MWE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1384,
        name: "ETHIOPIC SYLLABLE SEBATBEIT BWA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1385,
        name: "ETHIOPIC SYLLABLE BWI",
    },
    Character {
        age: "4.1",
        codepoint: 0x1386,
        name: "ETHIOPIC SYLLABLE BWEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1387,
        name: "ETHIOPIC SYLLABLE BWE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1388,
        name: "ETHIOPIC SYLLABLE SEBATBEIT FWA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1389,
        name: "ETHIOPIC SYLLABLE FWI",
    },
    Character {
        age: "4.1",
        codepoint: 0x138A,
        name: "ETHIOPIC SYLLABLE FWEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x138B,
        name: "ETHIOPIC SYLLABLE FWE",
    },
    Character {
        age: "4.1",
        codepoint: 0x138C,
        name: "ETHIOPIC SYLLABLE SEBATBEIT PWA",
    },
    Character {
        age: "4.1",
        codepoint: 0x138D,
        name: "ETHIOPIC SYLLABLE PWI",
    },
    Character {
        age: "4.1",
        codepoint: 0x138E,
        name: "ETHIOPIC SYLLABLE PWEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x138F,
        name: "ETHIOPIC SYLLABLE PWE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1390,
        name: "ETHIOPIC TONAL MARK YIZET",
    },
    Character {
        age: "4.1",
        codepoint: 0x1391,
        name: "ETHIOPIC TONAL MARK DERET",
    },
    Character {
        age: "4.1",
        codepoint: 0x1392,
        name: "ETHIOPIC TONAL MARK RIKRIK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1393,
        name: "ETHIOPIC TONAL MARK SHORT RIKRIK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1394,
        name: "ETHIOPIC TONAL MARK DIFAT",
    },
    Character {
        age: "4.1",
        codepoint: 0x1395,
        name: "ETHIOPIC TONAL MARK KENAT",
    },
    Character {
        age: "4.1",
        codepoint: 0x1396,
        name: "ETHIOPIC TONAL MARK CHIRET",
    },
    Character {
        age: "4.1",
        codepoint: 0x1397,
        name: "ETHIOPIC TONAL MARK HIDET",
    },
    Character {
        age: "4.1",
        codepoint: 0x1398,
        name: "ETHIOPIC TONAL MARK DERET-HIDET",
    },
    Character {
        age: "4.1",
        codepoint: 0x1399,
        name: "ETHIOPIC TONAL MARK KURT",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A0,
        name: "CHEROKEE LETTER A",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A1,
        name: "CHEROKEE LETTER E",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A2,
        name: "CHEROKEE LETTER I",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A3,
        name: "CHEROKEE LETTER O",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A4,
        name: "CHEROKEE LETTER U",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A5,
        name: "CHEROKEE LETTER V",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A6,
        name: "CHEROKEE LETTER GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A7,
        name: "CHEROKEE LETTER KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A8,
        name: "CHEROKEE LETTER GE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13A9,
        name: "CHEROKEE LETTER GI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13AA,
        name: "CHEROKEE LETTER GO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13AB,
        name: "CHEROKEE LETTER GU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13AC,
        name: "CHEROKEE LETTER GV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13AD,
        name: "CHEROKEE LETTER HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13AE,
        name: "CHEROKEE LETTER HE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13AF,
        name: "CHEROKEE LETTER HI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B0,
        name: "CHEROKEE LETTER HO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B1,
        name: "CHEROKEE LETTER HU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B2,
        name: "CHEROKEE LETTER HV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B3,
        name: "CHEROKEE LETTER LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B4,
        name: "CHEROKEE LETTER LE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B5,
        name: "CHEROKEE LETTER LI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B6,
        name: "CHEROKEE LETTER LO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B7,
        name: "CHEROKEE LETTER LU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B8,
        name: "CHEROKEE LETTER LV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13B9,
        name: "CHEROKEE LETTER MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13BA,
        name: "CHEROKEE LETTER ME",
    },
    Character {
        age: "3.0",
        codepoint: 0x13BB,
        name: "CHEROKEE LETTER MI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13BC,
        name: "CHEROKEE LETTER MO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13BD,
        name: "CHEROKEE LETTER MU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13BE,
        name: "CHEROKEE LETTER NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13BF,
        name: "CHEROKEE LETTER HNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C0,
        name: "CHEROKEE LETTER NAH",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C1,
        name: "CHEROKEE LETTER NE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C2,
        name: "CHEROKEE LETTER NI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C3,
        name: "CHEROKEE LETTER NO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C4,
        name: "CHEROKEE LETTER NU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C5,
        name: "CHEROKEE LETTER NV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C6,
        name: "CHEROKEE LETTER QUA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C7,
        name: "CHEROKEE LETTER QUE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C8,
        name: "CHEROKEE LETTER QUI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13C9,
        name: "CHEROKEE LETTER QUO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13CA,
        name: "CHEROKEE LETTER QUU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13CB,
        name: "CHEROKEE LETTER QUV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13CC,
        name: "CHEROKEE LETTER SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13CD,
        name: "CHEROKEE LETTER S",
    },
    Character {
        age: "3.0",
        codepoint: 0x13CE,
        name: "CHEROKEE LETTER SE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13CF,
        name: "CHEROKEE LETTER SI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D0,
        name: "CHEROKEE LETTER SO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D1,
        name: "CHEROKEE LETTER SU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D2,
        name: "CHEROKEE LETTER SV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D3,
        name: "CHEROKEE LETTER DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D4,
        name: "CHEROKEE LETTER TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D5,
        name: "CHEROKEE LETTER DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D6,
        name: "CHEROKEE LETTER TE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D7,
        name: "CHEROKEE LETTER DI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D8,
        name: "CHEROKEE LETTER TI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13D9,
        name: "CHEROKEE LETTER DO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13DA,
        name: "CHEROKEE LETTER DU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13DB,
        name: "CHEROKEE LETTER DV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13DC,
        name: "CHEROKEE LETTER DLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13DD,
        name: "CHEROKEE LETTER TLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13DE,
        name: "CHEROKEE LETTER TLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13DF,
        name: "CHEROKEE LETTER TLI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E0,
        name: "CHEROKEE LETTER TLO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E1,
        name: "CHEROKEE LETTER TLU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E2,
        name: "CHEROKEE LETTER TLV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E3,
        name: "CHEROKEE LETTER TSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E4,
        name: "CHEROKEE LETTER TSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E5,
        name: "CHEROKEE LETTER TSI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E6,
        name: "CHEROKEE LETTER TSO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E7,
        name: "CHEROKEE LETTER TSU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E8,
        name: "CHEROKEE LETTER TSV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13E9,
        name: "CHEROKEE LETTER WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13EA,
        name: "CHEROKEE LETTER WE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13EB,
        name: "CHEROKEE LETTER WI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13EC,
        name: "CHEROKEE LETTER WO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13ED,
        name: "CHEROKEE LETTER WU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13EE,
        name: "CHEROKEE LETTER WV",
    },
    Character {
        age: "3.0",
        codepoint: 0x13EF,
        name: "CHEROKEE LETTER YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x13F0,
        name: "CHEROKEE LETTER YE",
    },
    Character {
        age: "3.0",
        codepoint: 0x13F1,
        name: "CHEROKEE LETTER YI",
    },
    Character {
        age: "3.0",
        codepoint: 0x13F2,
        name: "CHEROKEE LETTER YO",
    },
    Character {
        age: "3.0",
        codepoint: 0x13F3,
        name: "CHEROKEE LETTER YU",
    },
    Character {
        age: "3.0",
        codepoint: 0x13F4,
        name: "CHEROKEE LETTER YV",
    },
    Character {
        age: "8.0",
        codepoint: 0x13F5,
        name: "CHEROKEE LETTER MV",
    },
    Character {
        age: "8.0",
        codepoint: 0x13F8,
        name: "CHEROKEE SMALL LETTER YE",
    },
    Character {
        age: "8.0",
        codepoint: 0x13F9,
        name: "CHEROKEE SMALL LETTER YI",
    },
    Character {
        age: "8.0",
        codepoint: 0x13FA,
        name: "CHEROKEE SMALL LETTER YO",
    },
    Character {
        age: "8.0",
        codepoint: 0x13FB,
        name: "CHEROKEE SMALL LETTER YU",
    },
    Character {
        age: "8.0",
        codepoint: 0x13FC,
        name: "CHEROKEE SMALL LETTER YV",
    },
    Character {
        age: "8.0",
        codepoint: 0x13FD,
        name: "CHEROKEE SMALL LETTER MV",
    },
    Character {
        age: "5.2",
        codepoint: 0x1400,
        name: "CANADIAN SYLLABICS HYPHEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1401,
        name: "CANADIAN SYLLABICS E",
    },
    Character {
        age: "3.0",
        codepoint: 0x1402,
        name: "CANADIAN SYLLABICS AAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1403,
        name: "CANADIAN SYLLABICS I",
    },
    Character {
        age: "3.0",
        codepoint: 0x1404,
        name: "CANADIAN SYLLABICS II",
    },
    Character {
        age: "3.0",
        codepoint: 0x1405,
        name: "CANADIAN SYLLABICS O",
    },
    Character {
        age: "3.0",
        codepoint: 0x1406,
        name: "CANADIAN SYLLABICS OO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1407,
        name: "CANADIAN SYLLABICS Y-CREE OO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1408,
        name: "CANADIAN SYLLABICS CARRIER EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1409,
        name: "CANADIAN SYLLABICS CARRIER I",
    },
    Character {
        age: "3.0",
        codepoint: 0x140A,
        name: "CANADIAN SYLLABICS A",
    },
    Character {
        age: "3.0",
        codepoint: 0x140B,
        name: "CANADIAN SYLLABICS AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x140C,
        name: "CANADIAN SYLLABICS WE",
    },
    Character {
        age: "3.0",
        codepoint: 0x140D,
        name: "CANADIAN SYLLABICS WEST-CREE WE",
    },
    Character {
        age: "3.0",
        codepoint: 0x140E,
        name: "CANADIAN SYLLABICS WI",
    },
    Character {
        age: "3.0",
        codepoint: 0x140F,
        name: "CANADIAN SYLLABICS WEST-CREE WI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1410,
        name: "CANADIAN SYLLABICS WII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1411,
        name: "CANADIAN SYLLABICS WEST-CREE WII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1412,
        name: "CANADIAN SYLLABICS WO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1413,
        name: "CANADIAN SYLLABICS WEST-CREE WO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1414,
        name: "CANADIAN SYLLABICS WOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1415,
        name: "CANADIAN SYLLABICS WEST-CREE WOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1416,
        name: "CANADIAN SYLLABICS NASKAPI WOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1417,
        name: "CANADIAN SYLLABICS WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1418,
        name: "CANADIAN SYLLABICS WEST-CREE WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1419,
        name: "CANADIAN SYLLABICS WAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x141A,
        name: "CANADIAN SYLLABICS WEST-CREE WAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x141B,
        name: "CANADIAN SYLLABICS NASKAPI WAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x141C,
        name: "CANADIAN SYLLABICS AI",
    },
    Character {
        age: "3.0",
        codepoint: 0x141D,
        name: "CANADIAN SYLLABICS Y-CREE W",
    },
    Character {
        age: "3.0",
        codepoint: 0x141E,
        name: "CANADIAN SYLLABICS GLOTTAL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x141F,
        name: "CANADIAN SYLLABICS FINAL ACUTE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1420,
        name: "CANADIAN SYLLABICS FINAL GRAVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1421,
        name: "CANADIAN SYLLABICS FINAL BOTTOM HALF RING",
    },
    Character {
        age: "3.0",
        codepoint: 0x1422,
        name: "CANADIAN SYLLABICS FINAL TOP HALF RING",
    },
    Character {
        age: "3.0",
        codepoint: 0x1423,
        name: "CANADIAN SYLLABICS FINAL RIGHT HALF RING",
    },
    Character {
        age: "3.0",
        codepoint: 0x1424,
        name: "CANADIAN SYLLABICS FINAL RING",
    },
    Character {
        age: "3.0",
        codepoint: 0x1425,
        name: "CANADIAN SYLLABICS FINAL DOUBLE ACUTE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1426,
        name: "CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES",
    },
    Character {
        age: "3.0",
        codepoint: 0x1427,
        name: "CANADIAN SYLLABICS FINAL MIDDLE DOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x1428,
        name: "CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1429,
        name: "CANADIAN SYLLABICS FINAL PLUS",
    },
    Character {
        age: "3.0",
        codepoint: 0x142A,
        name: "CANADIAN SYLLABICS FINAL DOWN TACK",
    },
    Character {
        age: "3.0",
        codepoint: 0x142B,
        name: "CANADIAN SYLLABICS EN",
    },
    Character {
        age: "3.0",
        codepoint: 0x142C,
        name: "CANADIAN SYLLABICS IN",
    },
    Character {
        age: "3.0",
        codepoint: 0x142D,
        name: "CANADIAN SYLLABICS ON",
    },
    Character {
        age: "3.0",
        codepoint: 0x142E,
        name: "CANADIAN SYLLABICS AN",
    },
    Character {
        age: "3.0",
        codepoint: 0x142F,
        name: "CANADIAN SYLLABICS PE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1430,
        name: "CANADIAN SYLLABICS PAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1431,
        name: "CANADIAN SYLLABICS PI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1432,
        name: "CANADIAN SYLLABICS PII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1433,
        name: "CANADIAN SYLLABICS PO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1434,
        name: "CANADIAN SYLLABICS POO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1435,
        name: "CANADIAN SYLLABICS Y-CREE POO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1436,
        name: "CANADIAN SYLLABICS CARRIER HEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1437,
        name: "CANADIAN SYLLABICS CARRIER HI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1438,
        name: "CANADIAN SYLLABICS PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1439,
        name: "CANADIAN SYLLABICS PAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x143A,
        name: "CANADIAN SYLLABICS PWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x143B,
        name: "CANADIAN SYLLABICS WEST-CREE PWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x143C,
        name: "CANADIAN SYLLABICS PWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x143D,
        name: "CANADIAN SYLLABICS WEST-CREE PWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x143E,
        name: "CANADIAN SYLLABICS PWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x143F,
        name: "CANADIAN SYLLABICS WEST-CREE PWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1440,
        name: "CANADIAN SYLLABICS PWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1441,
        name: "CANADIAN SYLLABICS WEST-CREE PWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1442,
        name: "CANADIAN SYLLABICS PWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1443,
        name: "CANADIAN SYLLABICS WEST-CREE PWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1444,
        name: "CANADIAN SYLLABICS PWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1445,
        name: "CANADIAN SYLLABICS WEST-CREE PWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1446,
        name: "CANADIAN SYLLABICS PWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1447,
        name: "CANADIAN SYLLABICS WEST-CREE PWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1448,
        name: "CANADIAN SYLLABICS Y-CREE PWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1449,
        name: "CANADIAN SYLLABICS P",
    },
    Character {
        age: "3.0",
        codepoint: 0x144A,
        name: "CANADIAN SYLLABICS WEST-CREE P",
    },
    Character {
        age: "3.0",
        codepoint: 0x144B,
        name: "CANADIAN SYLLABICS CARRIER H",
    },
    Character {
        age: "3.0",
        codepoint: 0x144C,
        name: "CANADIAN SYLLABICS TE",
    },
    Character {
        age: "3.0",
        codepoint: 0x144D,
        name: "CANADIAN SYLLABICS TAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x144E,
        name: "CANADIAN SYLLABICS TI",
    },
    Character {
        age: "3.0",
        codepoint: 0x144F,
        name: "CANADIAN SYLLABICS TII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1450,
        name: "CANADIAN SYLLABICS TO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1451,
        name: "CANADIAN SYLLABICS TOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1452,
        name: "CANADIAN SYLLABICS Y-CREE TOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1453,
        name: "CANADIAN SYLLABICS CARRIER DEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1454,
        name: "CANADIAN SYLLABICS CARRIER DI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1455,
        name: "CANADIAN SYLLABICS TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1456,
        name: "CANADIAN SYLLABICS TAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1457,
        name: "CANADIAN SYLLABICS TWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1458,
        name: "CANADIAN SYLLABICS WEST-CREE TWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1459,
        name: "CANADIAN SYLLABICS TWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x145A,
        name: "CANADIAN SYLLABICS WEST-CREE TWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x145B,
        name: "CANADIAN SYLLABICS TWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x145C,
        name: "CANADIAN SYLLABICS WEST-CREE TWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x145D,
        name: "CANADIAN SYLLABICS TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x145E,
        name: "CANADIAN SYLLABICS WEST-CREE TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x145F,
        name: "CANADIAN SYLLABICS TWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1460,
        name: "CANADIAN SYLLABICS WEST-CREE TWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1461,
        name: "CANADIAN SYLLABICS TWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1462,
        name: "CANADIAN SYLLABICS WEST-CREE TWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1463,
        name: "CANADIAN SYLLABICS TWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1464,
        name: "CANADIAN SYLLABICS WEST-CREE TWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1465,
        name: "CANADIAN SYLLABICS NASKAPI TWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1466,
        name: "CANADIAN SYLLABICS T",
    },
    Character {
        age: "3.0",
        codepoint: 0x1467,
        name: "CANADIAN SYLLABICS TTE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1468,
        name: "CANADIAN SYLLABICS TTI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1469,
        name: "CANADIAN SYLLABICS TTO",
    },
    Character {
        age: "3.0",
        codepoint: 0x146A,
        name: "CANADIAN SYLLABICS TTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x146B,
        name: "CANADIAN SYLLABICS KE",
    },
    Character {
        age: "3.0",
        codepoint: 0x146C,
        name: "CANADIAN SYLLABICS KAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x146D,
        name: "CANADIAN SYLLABICS KI",
    },
    Character {
        age: "3.0",
        codepoint: 0x146E,
        name: "CANADIAN SYLLABICS KII",
    },
    Character {
        age: "3.0",
        codepoint: 0x146F,
        name: "CANADIAN SYLLABICS KO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1470,
        name: "CANADIAN SYLLABICS KOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1471,
        name: "CANADIAN SYLLABICS Y-CREE KOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1472,
        name: "CANADIAN SYLLABICS KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1473,
        name: "CANADIAN SYLLABICS KAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1474,
        name: "CANADIAN SYLLABICS KWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1475,
        name: "CANADIAN SYLLABICS WEST-CREE KWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1476,
        name: "CANADIAN SYLLABICS KWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1477,
        name: "CANADIAN SYLLABICS WEST-CREE KWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1478,
        name: "CANADIAN SYLLABICS KWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1479,
        name: "CANADIAN SYLLABICS WEST-CREE KWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x147A,
        name: "CANADIAN SYLLABICS KWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x147B,
        name: "CANADIAN SYLLABICS WEST-CREE KWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x147C,
        name: "CANADIAN SYLLABICS KWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x147D,
        name: "CANADIAN SYLLABICS WEST-CREE KWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x147E,
        name: "CANADIAN SYLLABICS KWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x147F,
        name: "CANADIAN SYLLABICS WEST-CREE KWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1480,
        name: "CANADIAN SYLLABICS KWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1481,
        name: "CANADIAN SYLLABICS WEST-CREE KWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1482,
        name: "CANADIAN SYLLABICS NASKAPI KWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1483,
        name: "CANADIAN SYLLABICS K",
    },
    Character {
        age: "3.0",
        codepoint: 0x1484,
        name: "CANADIAN SYLLABICS KW",
    },
    Character {
        age: "3.0",
        codepoint: 0x1485,
        name: "CANADIAN SYLLABICS SOUTH-SLAVEY KEH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1486,
        name: "CANADIAN SYLLABICS SOUTH-SLAVEY KIH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1487,
        name: "CANADIAN SYLLABICS SOUTH-SLAVEY KOH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1488,
        name: "CANADIAN SYLLABICS SOUTH-SLAVEY KAH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1489,
        name: "CANADIAN SYLLABICS CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x148A,
        name: "CANADIAN SYLLABICS CAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x148B,
        name: "CANADIAN SYLLABICS CI",
    },
    Character {
        age: "3.0",
        codepoint: 0x148C,
        name: "CANADIAN SYLLABICS CII",
    },
    Character {
        age: "3.0",
        codepoint: 0x148D,
        name: "CANADIAN SYLLABICS CO",
    },
    Character {
        age: "3.0",
        codepoint: 0x148E,
        name: "CANADIAN SYLLABICS COO",
    },
    Character {
        age: "3.0",
        codepoint: 0x148F,
        name: "CANADIAN SYLLABICS Y-CREE COO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1490,
        name: "CANADIAN SYLLABICS CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1491,
        name: "CANADIAN SYLLABICS CAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1492,
        name: "CANADIAN SYLLABICS CWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1493,
        name: "CANADIAN SYLLABICS WEST-CREE CWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1494,
        name: "CANADIAN SYLLABICS CWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1495,
        name: "CANADIAN SYLLABICS WEST-CREE CWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1496,
        name: "CANADIAN SYLLABICS CWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1497,
        name: "CANADIAN SYLLABICS WEST-CREE CWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1498,
        name: "CANADIAN SYLLABICS CWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1499,
        name: "CANADIAN SYLLABICS WEST-CREE CWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x149A,
        name: "CANADIAN SYLLABICS CWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x149B,
        name: "CANADIAN SYLLABICS WEST-CREE CWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x149C,
        name: "CANADIAN SYLLABICS CWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x149D,
        name: "CANADIAN SYLLABICS WEST-CREE CWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x149E,
        name: "CANADIAN SYLLABICS CWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x149F,
        name: "CANADIAN SYLLABICS WEST-CREE CWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A0,
        name: "CANADIAN SYLLABICS NASKAPI CWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A1,
        name: "CANADIAN SYLLABICS C",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A2,
        name: "CANADIAN SYLLABICS SAYISI TH",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A3,
        name: "CANADIAN SYLLABICS ME",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A4,
        name: "CANADIAN SYLLABICS MAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A5,
        name: "CANADIAN SYLLABICS MI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A6,
        name: "CANADIAN SYLLABICS MII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A7,
        name: "CANADIAN SYLLABICS MO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A8,
        name: "CANADIAN SYLLABICS MOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14A9,
        name: "CANADIAN SYLLABICS Y-CREE MOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14AA,
        name: "CANADIAN SYLLABICS MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14AB,
        name: "CANADIAN SYLLABICS MAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14AC,
        name: "CANADIAN SYLLABICS MWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14AD,
        name: "CANADIAN SYLLABICS WEST-CREE MWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14AE,
        name: "CANADIAN SYLLABICS MWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14AF,
        name: "CANADIAN SYLLABICS WEST-CREE MWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B0,
        name: "CANADIAN SYLLABICS MWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B1,
        name: "CANADIAN SYLLABICS WEST-CREE MWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B2,
        name: "CANADIAN SYLLABICS MWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B3,
        name: "CANADIAN SYLLABICS WEST-CREE MWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B4,
        name: "CANADIAN SYLLABICS MWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B5,
        name: "CANADIAN SYLLABICS WEST-CREE MWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B6,
        name: "CANADIAN SYLLABICS MWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B7,
        name: "CANADIAN SYLLABICS WEST-CREE MWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B8,
        name: "CANADIAN SYLLABICS MWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14B9,
        name: "CANADIAN SYLLABICS WEST-CREE MWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14BA,
        name: "CANADIAN SYLLABICS NASKAPI MWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14BB,
        name: "CANADIAN SYLLABICS M",
    },
    Character {
        age: "3.0",
        codepoint: 0x14BC,
        name: "CANADIAN SYLLABICS WEST-CREE M",
    },
    Character {
        age: "3.0",
        codepoint: 0x14BD,
        name: "CANADIAN SYLLABICS MH",
    },
    Character {
        age: "3.0",
        codepoint: 0x14BE,
        name: "CANADIAN SYLLABICS ATHAPASCAN M",
    },
    Character {
        age: "3.0",
        codepoint: 0x14BF,
        name: "CANADIAN SYLLABICS SAYISI M",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C0,
        name: "CANADIAN SYLLABICS NE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C1,
        name: "CANADIAN SYLLABICS NAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C2,
        name: "CANADIAN SYLLABICS NI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C3,
        name: "CANADIAN SYLLABICS NII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C4,
        name: "CANADIAN SYLLABICS NO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C5,
        name: "CANADIAN SYLLABICS NOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C6,
        name: "CANADIAN SYLLABICS Y-CREE NOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C7,
        name: "CANADIAN SYLLABICS NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C8,
        name: "CANADIAN SYLLABICS NAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14C9,
        name: "CANADIAN SYLLABICS NWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14CA,
        name: "CANADIAN SYLLABICS WEST-CREE NWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14CB,
        name: "CANADIAN SYLLABICS NWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14CC,
        name: "CANADIAN SYLLABICS WEST-CREE NWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14CD,
        name: "CANADIAN SYLLABICS NWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14CE,
        name: "CANADIAN SYLLABICS WEST-CREE NWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14CF,
        name: "CANADIAN SYLLABICS NASKAPI NWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D0,
        name: "CANADIAN SYLLABICS N",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D1,
        name: "CANADIAN SYLLABICS CARRIER NG",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D2,
        name: "CANADIAN SYLLABICS NH",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D3,
        name: "CANADIAN SYLLABICS LE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D4,
        name: "CANADIAN SYLLABICS LAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D5,
        name: "CANADIAN SYLLABICS LI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D6,
        name: "CANADIAN SYLLABICS LII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D7,
        name: "CANADIAN SYLLABICS LO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D8,
        name: "CANADIAN SYLLABICS LOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14D9,
        name: "CANADIAN SYLLABICS Y-CREE LOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14DA,
        name: "CANADIAN SYLLABICS LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14DB,
        name: "CANADIAN SYLLABICS LAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14DC,
        name: "CANADIAN SYLLABICS LWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14DD,
        name: "CANADIAN SYLLABICS WEST-CREE LWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14DE,
        name: "CANADIAN SYLLABICS LWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14DF,
        name: "CANADIAN SYLLABICS WEST-CREE LWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E0,
        name: "CANADIAN SYLLABICS LWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E1,
        name: "CANADIAN SYLLABICS WEST-CREE LWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E2,
        name: "CANADIAN SYLLABICS LWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E3,
        name: "CANADIAN SYLLABICS WEST-CREE LWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E4,
        name: "CANADIAN SYLLABICS LWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E5,
        name: "CANADIAN SYLLABICS WEST-CREE LWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E6,
        name: "CANADIAN SYLLABICS LWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E7,
        name: "CANADIAN SYLLABICS WEST-CREE LWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E8,
        name: "CANADIAN SYLLABICS LWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14E9,
        name: "CANADIAN SYLLABICS WEST-CREE LWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14EA,
        name: "CANADIAN SYLLABICS L",
    },
    Character {
        age: "3.0",
        codepoint: 0x14EB,
        name: "CANADIAN SYLLABICS WEST-CREE L",
    },
    Character {
        age: "3.0",
        codepoint: 0x14EC,
        name: "CANADIAN SYLLABICS MEDIAL L",
    },
    Character {
        age: "3.0",
        codepoint: 0x14ED,
        name: "CANADIAN SYLLABICS SE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14EE,
        name: "CANADIAN SYLLABICS SAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14EF,
        name: "CANADIAN SYLLABICS SI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F0,
        name: "CANADIAN SYLLABICS SII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F1,
        name: "CANADIAN SYLLABICS SO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F2,
        name: "CANADIAN SYLLABICS SOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F3,
        name: "CANADIAN SYLLABICS Y-CREE SOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F4,
        name: "CANADIAN SYLLABICS SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F5,
        name: "CANADIAN SYLLABICS SAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F6,
        name: "CANADIAN SYLLABICS SWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F7,
        name: "CANADIAN SYLLABICS WEST-CREE SWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F8,
        name: "CANADIAN SYLLABICS SWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14F9,
        name: "CANADIAN SYLLABICS WEST-CREE SWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x14FA,
        name: "CANADIAN SYLLABICS SWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14FB,
        name: "CANADIAN SYLLABICS WEST-CREE SWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x14FC,
        name: "CANADIAN SYLLABICS SWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14FD,
        name: "CANADIAN SYLLABICS WEST-CREE SWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14FE,
        name: "CANADIAN SYLLABICS SWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x14FF,
        name: "CANADIAN SYLLABICS WEST-CREE SWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1500,
        name: "CANADIAN SYLLABICS SWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1501,
        name: "CANADIAN SYLLABICS WEST-CREE SWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1502,
        name: "CANADIAN SYLLABICS SWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1503,
        name: "CANADIAN SYLLABICS WEST-CREE SWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1504,
        name: "CANADIAN SYLLABICS NASKAPI SWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1505,
        name: "CANADIAN SYLLABICS S",
    },
    Character {
        age: "3.0",
        codepoint: 0x1506,
        name: "CANADIAN SYLLABICS ATHAPASCAN S",
    },
    Character {
        age: "3.0",
        codepoint: 0x1507,
        name: "CANADIAN SYLLABICS SW",
    },
    Character {
        age: "3.0",
        codepoint: 0x1508,
        name: "CANADIAN SYLLABICS BLACKFOOT S",
    },
    Character {
        age: "3.0",
        codepoint: 0x1509,
        name: "CANADIAN SYLLABICS MOOSE-CREE SK",
    },
    Character {
        age: "3.0",
        codepoint: 0x150A,
        name: "CANADIAN SYLLABICS NASKAPI SKW",
    },
    Character {
        age: "3.0",
        codepoint: 0x150B,
        name: "CANADIAN SYLLABICS NASKAPI S-W",
    },
    Character {
        age: "3.0",
        codepoint: 0x150C,
        name: "CANADIAN SYLLABICS NASKAPI SPWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x150D,
        name: "CANADIAN SYLLABICS NASKAPI STWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x150E,
        name: "CANADIAN SYLLABICS NASKAPI SKWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x150F,
        name: "CANADIAN SYLLABICS NASKAPI SCWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1510,
        name: "CANADIAN SYLLABICS SHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1511,
        name: "CANADIAN SYLLABICS SHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1512,
        name: "CANADIAN SYLLABICS SHII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1513,
        name: "CANADIAN SYLLABICS SHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1514,
        name: "CANADIAN SYLLABICS SHOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1515,
        name: "CANADIAN SYLLABICS SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1516,
        name: "CANADIAN SYLLABICS SHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1517,
        name: "CANADIAN SYLLABICS SHWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1518,
        name: "CANADIAN SYLLABICS WEST-CREE SHWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1519,
        name: "CANADIAN SYLLABICS SHWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x151A,
        name: "CANADIAN SYLLABICS WEST-CREE SHWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x151B,
        name: "CANADIAN SYLLABICS SHWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x151C,
        name: "CANADIAN SYLLABICS WEST-CREE SHWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x151D,
        name: "CANADIAN SYLLABICS SHWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x151E,
        name: "CANADIAN SYLLABICS WEST-CREE SHWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x151F,
        name: "CANADIAN SYLLABICS SHWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1520,
        name: "CANADIAN SYLLABICS WEST-CREE SHWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1521,
        name: "CANADIAN SYLLABICS SHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1522,
        name: "CANADIAN SYLLABICS WEST-CREE SHWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1523,
        name: "CANADIAN SYLLABICS SHWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1524,
        name: "CANADIAN SYLLABICS WEST-CREE SHWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1525,
        name: "CANADIAN SYLLABICS SH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1526,
        name: "CANADIAN SYLLABICS YE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1527,
        name: "CANADIAN SYLLABICS YAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1528,
        name: "CANADIAN SYLLABICS YI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1529,
        name: "CANADIAN SYLLABICS YII",
    },
    Character {
        age: "3.0",
        codepoint: 0x152A,
        name: "CANADIAN SYLLABICS YO",
    },
    Character {
        age: "3.0",
        codepoint: 0x152B,
        name: "CANADIAN SYLLABICS YOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x152C,
        name: "CANADIAN SYLLABICS Y-CREE YOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x152D,
        name: "CANADIAN SYLLABICS YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x152E,
        name: "CANADIAN SYLLABICS YAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x152F,
        name: "CANADIAN SYLLABICS YWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1530,
        name: "CANADIAN SYLLABICS WEST-CREE YWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1531,
        name: "CANADIAN SYLLABICS YWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1532,
        name: "CANADIAN SYLLABICS WEST-CREE YWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1533,
        name: "CANADIAN SYLLABICS YWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1534,
        name: "CANADIAN SYLLABICS WEST-CREE YWII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1535,
        name: "CANADIAN SYLLABICS YWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1536,
        name: "CANADIAN SYLLABICS WEST-CREE YWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1537,
        name: "CANADIAN SYLLABICS YWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1538,
        name: "CANADIAN SYLLABICS WEST-CREE YWOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1539,
        name: "CANADIAN SYLLABICS YWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x153A,
        name: "CANADIAN SYLLABICS WEST-CREE YWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x153B,
        name: "CANADIAN SYLLABICS YWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x153C,
        name: "CANADIAN SYLLABICS WEST-CREE YWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x153D,
        name: "CANADIAN SYLLABICS NASKAPI YWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x153E,
        name: "CANADIAN SYLLABICS Y",
    },
    Character {
        age: "3.0",
        codepoint: 0x153F,
        name: "CANADIAN SYLLABICS BIBLE-CREE Y",
    },
    Character {
        age: "3.0",
        codepoint: 0x1540,
        name: "CANADIAN SYLLABICS WEST-CREE Y",
    },
    Character {
        age: "3.0",
        codepoint: 0x1541,
        name: "CANADIAN SYLLABICS SAYISI YI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1542,
        name: "CANADIAN SYLLABICS RE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1543,
        name: "CANADIAN SYLLABICS R-CREE RE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1544,
        name: "CANADIAN SYLLABICS WEST-CREE LE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1545,
        name: "CANADIAN SYLLABICS RAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1546,
        name: "CANADIAN SYLLABICS RI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1547,
        name: "CANADIAN SYLLABICS RII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1548,
        name: "CANADIAN SYLLABICS RO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1549,
        name: "CANADIAN SYLLABICS ROO",
    },
    Character {
        age: "3.0",
        codepoint: 0x154A,
        name: "CANADIAN SYLLABICS WEST-CREE LO",
    },
    Character {
        age: "3.0",
        codepoint: 0x154B,
        name: "CANADIAN SYLLABICS RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x154C,
        name: "CANADIAN SYLLABICS RAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x154D,
        name: "CANADIAN SYLLABICS WEST-CREE LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x154E,
        name: "CANADIAN SYLLABICS RWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x154F,
        name: "CANADIAN SYLLABICS WEST-CREE RWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1550,
        name: "CANADIAN SYLLABICS R",
    },
    Character {
        age: "3.0",
        codepoint: 0x1551,
        name: "CANADIAN SYLLABICS WEST-CREE R",
    },
    Character {
        age: "3.0",
        codepoint: 0x1552,
        name: "CANADIAN SYLLABICS MEDIAL R",
    },
    Character {
        age: "3.0",
        codepoint: 0x1553,
        name: "CANADIAN SYLLABICS FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1554,
        name: "CANADIAN SYLLABICS FAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1555,
        name: "CANADIAN SYLLABICS FI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1556,
        name: "CANADIAN SYLLABICS FII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1557,
        name: "CANADIAN SYLLABICS FO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1558,
        name: "CANADIAN SYLLABICS FOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1559,
        name: "CANADIAN SYLLABICS FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x155A,
        name: "CANADIAN SYLLABICS FAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x155B,
        name: "CANADIAN SYLLABICS FWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x155C,
        name: "CANADIAN SYLLABICS WEST-CREE FWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x155D,
        name: "CANADIAN SYLLABICS F",
    },
    Character {
        age: "3.0",
        codepoint: 0x155E,
        name: "CANADIAN SYLLABICS THE",
    },
    Character {
        age: "3.0",
        codepoint: 0x155F,
        name: "CANADIAN SYLLABICS N-CREE THE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1560,
        name: "CANADIAN SYLLABICS THI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1561,
        name: "CANADIAN SYLLABICS N-CREE THI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1562,
        name: "CANADIAN SYLLABICS THII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1563,
        name: "CANADIAN SYLLABICS N-CREE THII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1564,
        name: "CANADIAN SYLLABICS THO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1565,
        name: "CANADIAN SYLLABICS THOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1566,
        name: "CANADIAN SYLLABICS THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1567,
        name: "CANADIAN SYLLABICS THAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1568,
        name: "CANADIAN SYLLABICS THWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1569,
        name: "CANADIAN SYLLABICS WEST-CREE THWAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x156A,
        name: "CANADIAN SYLLABICS TH",
    },
    Character {
        age: "3.0",
        codepoint: 0x156B,
        name: "CANADIAN SYLLABICS TTHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x156C,
        name: "CANADIAN SYLLABICS TTHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x156D,
        name: "CANADIAN SYLLABICS TTHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x156E,
        name: "CANADIAN SYLLABICS TTHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x156F,
        name: "CANADIAN SYLLABICS TTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1570,
        name: "CANADIAN SYLLABICS TYE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1571,
        name: "CANADIAN SYLLABICS TYI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1572,
        name: "CANADIAN SYLLABICS TYO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1573,
        name: "CANADIAN SYLLABICS TYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1574,
        name: "CANADIAN SYLLABICS NUNAVIK HE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1575,
        name: "CANADIAN SYLLABICS NUNAVIK HI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1576,
        name: "CANADIAN SYLLABICS NUNAVIK HII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1577,
        name: "CANADIAN SYLLABICS NUNAVIK HO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1578,
        name: "CANADIAN SYLLABICS NUNAVIK HOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1579,
        name: "CANADIAN SYLLABICS NUNAVIK HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x157A,
        name: "CANADIAN SYLLABICS NUNAVIK HAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x157B,
        name: "CANADIAN SYLLABICS NUNAVIK H",
    },
    Character {
        age: "3.0",
        codepoint: 0x157C,
        name: "CANADIAN SYLLABICS NUNAVUT H",
    },
    Character {
        age: "3.0",
        codepoint: 0x157D,
        name: "CANADIAN SYLLABICS HK",
    },
    Character {
        age: "3.0",
        codepoint: 0x157E,
        name: "CANADIAN SYLLABICS QAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x157F,
        name: "CANADIAN SYLLABICS QI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1580,
        name: "CANADIAN SYLLABICS QII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1581,
        name: "CANADIAN SYLLABICS QO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1582,
        name: "CANADIAN SYLLABICS QOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1583,
        name: "CANADIAN SYLLABICS QA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1584,
        name: "CANADIAN SYLLABICS QAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1585,
        name: "CANADIAN SYLLABICS Q",
    },
    Character {
        age: "3.0",
        codepoint: 0x1586,
        name: "CANADIAN SYLLABICS TLHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1587,
        name: "CANADIAN SYLLABICS TLHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1588,
        name: "CANADIAN SYLLABICS TLHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1589,
        name: "CANADIAN SYLLABICS TLHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x158A,
        name: "CANADIAN SYLLABICS WEST-CREE RE",
    },
    Character {
        age: "3.0",
        codepoint: 0x158B,
        name: "CANADIAN SYLLABICS WEST-CREE RI",
    },
    Character {
        age: "3.0",
        codepoint: 0x158C,
        name: "CANADIAN SYLLABICS WEST-CREE RO",
    },
    Character {
        age: "3.0",
        codepoint: 0x158D,
        name: "CANADIAN SYLLABICS WEST-CREE RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x158E,
        name: "CANADIAN SYLLABICS NGAAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x158F,
        name: "CANADIAN SYLLABICS NGI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1590,
        name: "CANADIAN SYLLABICS NGII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1591,
        name: "CANADIAN SYLLABICS NGO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1592,
        name: "CANADIAN SYLLABICS NGOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1593,
        name: "CANADIAN SYLLABICS NGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1594,
        name: "CANADIAN SYLLABICS NGAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1595,
        name: "CANADIAN SYLLABICS NG",
    },
    Character {
        age: "3.0",
        codepoint: 0x1596,
        name: "CANADIAN SYLLABICS NNG",
    },
    Character {
        age: "3.0",
        codepoint: 0x1597,
        name: "CANADIAN SYLLABICS SAYISI SHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1598,
        name: "CANADIAN SYLLABICS SAYISI SHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1599,
        name: "CANADIAN SYLLABICS SAYISI SHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x159A,
        name: "CANADIAN SYLLABICS SAYISI SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x159B,
        name: "CANADIAN SYLLABICS WOODS-CREE THE",
    },
    Character {
        age: "3.0",
        codepoint: 0x159C,
        name: "CANADIAN SYLLABICS WOODS-CREE THI",
    },
    Character {
        age: "3.0",
        codepoint: 0x159D,
        name: "CANADIAN SYLLABICS WOODS-CREE THO",
    },
    Character {
        age: "3.0",
        codepoint: 0x159E,
        name: "CANADIAN SYLLABICS WOODS-CREE THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x159F,
        name: "CANADIAN SYLLABICS WOODS-CREE TH",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A0,
        name: "CANADIAN SYLLABICS LHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A1,
        name: "CANADIAN SYLLABICS LHII",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A2,
        name: "CANADIAN SYLLABICS LHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A3,
        name: "CANADIAN SYLLABICS LHOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A4,
        name: "CANADIAN SYLLABICS LHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A5,
        name: "CANADIAN SYLLABICS LHAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A6,
        name: "CANADIAN SYLLABICS LH",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A7,
        name: "CANADIAN SYLLABICS TH-CREE THE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A8,
        name: "CANADIAN SYLLABICS TH-CREE THI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15A9,
        name: "CANADIAN SYLLABICS TH-CREE THII",
    },
    Character {
        age: "3.0",
        codepoint: 0x15AA,
        name: "CANADIAN SYLLABICS TH-CREE THO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15AB,
        name: "CANADIAN SYLLABICS TH-CREE THOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15AC,
        name: "CANADIAN SYLLABICS TH-CREE THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15AD,
        name: "CANADIAN SYLLABICS TH-CREE THAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15AE,
        name: "CANADIAN SYLLABICS TH-CREE TH",
    },
    Character {
        age: "3.0",
        codepoint: 0x15AF,
        name: "CANADIAN SYLLABICS AIVILIK B",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B0,
        name: "CANADIAN SYLLABICS BLACKFOOT E",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B1,
        name: "CANADIAN SYLLABICS BLACKFOOT I",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B2,
        name: "CANADIAN SYLLABICS BLACKFOOT O",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B3,
        name: "CANADIAN SYLLABICS BLACKFOOT A",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B4,
        name: "CANADIAN SYLLABICS BLACKFOOT WE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B5,
        name: "CANADIAN SYLLABICS BLACKFOOT WI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B6,
        name: "CANADIAN SYLLABICS BLACKFOOT WO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B7,
        name: "CANADIAN SYLLABICS BLACKFOOT WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B8,
        name: "CANADIAN SYLLABICS BLACKFOOT NE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15B9,
        name: "CANADIAN SYLLABICS BLACKFOOT NI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15BA,
        name: "CANADIAN SYLLABICS BLACKFOOT NO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15BB,
        name: "CANADIAN SYLLABICS BLACKFOOT NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15BC,
        name: "CANADIAN SYLLABICS BLACKFOOT KE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15BD,
        name: "CANADIAN SYLLABICS BLACKFOOT KI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15BE,
        name: "CANADIAN SYLLABICS BLACKFOOT KO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15BF,
        name: "CANADIAN SYLLABICS BLACKFOOT KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C0,
        name: "CANADIAN SYLLABICS SAYISI HE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C1,
        name: "CANADIAN SYLLABICS SAYISI HI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C2,
        name: "CANADIAN SYLLABICS SAYISI HO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C3,
        name: "CANADIAN SYLLABICS SAYISI HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C4,
        name: "CANADIAN SYLLABICS CARRIER GHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C5,
        name: "CANADIAN SYLLABICS CARRIER GHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C6,
        name: "CANADIAN SYLLABICS CARRIER GHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C7,
        name: "CANADIAN SYLLABICS CARRIER GHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C8,
        name: "CANADIAN SYLLABICS CARRIER GHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15C9,
        name: "CANADIAN SYLLABICS CARRIER GHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15CA,
        name: "CANADIAN SYLLABICS CARRIER RU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15CB,
        name: "CANADIAN SYLLABICS CARRIER RO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15CC,
        name: "CANADIAN SYLLABICS CARRIER RE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15CD,
        name: "CANADIAN SYLLABICS CARRIER REE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15CE,
        name: "CANADIAN SYLLABICS CARRIER RI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15CF,
        name: "CANADIAN SYLLABICS CARRIER RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D0,
        name: "CANADIAN SYLLABICS CARRIER WU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D1,
        name: "CANADIAN SYLLABICS CARRIER WO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D2,
        name: "CANADIAN SYLLABICS CARRIER WE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D3,
        name: "CANADIAN SYLLABICS CARRIER WEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D4,
        name: "CANADIAN SYLLABICS CARRIER WI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D5,
        name: "CANADIAN SYLLABICS CARRIER WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D6,
        name: "CANADIAN SYLLABICS CARRIER HWU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D7,
        name: "CANADIAN SYLLABICS CARRIER HWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D8,
        name: "CANADIAN SYLLABICS CARRIER HWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15D9,
        name: "CANADIAN SYLLABICS CARRIER HWEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15DA,
        name: "CANADIAN SYLLABICS CARRIER HWI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15DB,
        name: "CANADIAN SYLLABICS CARRIER HWA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15DC,
        name: "CANADIAN SYLLABICS CARRIER THU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15DD,
        name: "CANADIAN SYLLABICS CARRIER THO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15DE,
        name: "CANADIAN SYLLABICS CARRIER THE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15DF,
        name: "CANADIAN SYLLABICS CARRIER THEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E0,
        name: "CANADIAN SYLLABICS CARRIER THI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E1,
        name: "CANADIAN SYLLABICS CARRIER THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E2,
        name: "CANADIAN SYLLABICS CARRIER TTU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E3,
        name: "CANADIAN SYLLABICS CARRIER TTO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E4,
        name: "CANADIAN SYLLABICS CARRIER TTE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E5,
        name: "CANADIAN SYLLABICS CARRIER TTEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E6,
        name: "CANADIAN SYLLABICS CARRIER TTI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E7,
        name: "CANADIAN SYLLABICS CARRIER TTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E8,
        name: "CANADIAN SYLLABICS CARRIER PU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15E9,
        name: "CANADIAN SYLLABICS CARRIER PO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15EA,
        name: "CANADIAN SYLLABICS CARRIER PE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15EB,
        name: "CANADIAN SYLLABICS CARRIER PEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15EC,
        name: "CANADIAN SYLLABICS CARRIER PI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15ED,
        name: "CANADIAN SYLLABICS CARRIER PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15EE,
        name: "CANADIAN SYLLABICS CARRIER P",
    },
    Character {
        age: "3.0",
        codepoint: 0x15EF,
        name: "CANADIAN SYLLABICS CARRIER GU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F0,
        name: "CANADIAN SYLLABICS CARRIER GO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F1,
        name: "CANADIAN SYLLABICS CARRIER GE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F2,
        name: "CANADIAN SYLLABICS CARRIER GEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F3,
        name: "CANADIAN SYLLABICS CARRIER GI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F4,
        name: "CANADIAN SYLLABICS CARRIER GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F5,
        name: "CANADIAN SYLLABICS CARRIER KHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F6,
        name: "CANADIAN SYLLABICS CARRIER KHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F7,
        name: "CANADIAN SYLLABICS CARRIER KHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F8,
        name: "CANADIAN SYLLABICS CARRIER KHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15F9,
        name: "CANADIAN SYLLABICS CARRIER KHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x15FA,
        name: "CANADIAN SYLLABICS CARRIER KHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x15FB,
        name: "CANADIAN SYLLABICS CARRIER KKU",
    },
    Character {
        age: "3.0",
        codepoint: 0x15FC,
        name: "CANADIAN SYLLABICS CARRIER KKO",
    },
    Character {
        age: "3.0",
        codepoint: 0x15FD,
        name: "CANADIAN SYLLABICS CARRIER KKE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15FE,
        name: "CANADIAN SYLLABICS CARRIER KKEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x15FF,
        name: "CANADIAN SYLLABICS CARRIER KKI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1600,
        name: "CANADIAN SYLLABICS CARRIER KKA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1601,
        name: "CANADIAN SYLLABICS CARRIER KK",
    },
    Character {
        age: "3.0",
        codepoint: 0x1602,
        name: "CANADIAN SYLLABICS CARRIER NU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1603,
        name: "CANADIAN SYLLABICS CARRIER NO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1604,
        name: "CANADIAN SYLLABICS CARRIER NE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1605,
        name: "CANADIAN SYLLABICS CARRIER NEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1606,
        name: "CANADIAN SYLLABICS CARRIER NI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1607,
        name: "CANADIAN SYLLABICS CARRIER NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1608,
        name: "CANADIAN SYLLABICS CARRIER MU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1609,
        name: "CANADIAN SYLLABICS CARRIER MO",
    },
    Character {
        age: "3.0",
        codepoint: 0x160A,
        name: "CANADIAN SYLLABICS CARRIER ME",
    },
    Character {
        age: "3.0",
        codepoint: 0x160B,
        name: "CANADIAN SYLLABICS CARRIER MEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x160C,
        name: "CANADIAN SYLLABICS CARRIER MI",
    },
    Character {
        age: "3.0",
        codepoint: 0x160D,
        name: "CANADIAN SYLLABICS CARRIER MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x160E,
        name: "CANADIAN SYLLABICS CARRIER YU",
    },
    Character {
        age: "3.0",
        codepoint: 0x160F,
        name: "CANADIAN SYLLABICS CARRIER YO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1610,
        name: "CANADIAN SYLLABICS CARRIER YE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1611,
        name: "CANADIAN SYLLABICS CARRIER YEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1612,
        name: "CANADIAN SYLLABICS CARRIER YI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1613,
        name: "CANADIAN SYLLABICS CARRIER YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1614,
        name: "CANADIAN SYLLABICS CARRIER JU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1615,
        name: "CANADIAN SYLLABICS SAYISI JU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1616,
        name: "CANADIAN SYLLABICS CARRIER JO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1617,
        name: "CANADIAN SYLLABICS CARRIER JE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1618,
        name: "CANADIAN SYLLABICS CARRIER JEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1619,
        name: "CANADIAN SYLLABICS CARRIER JI",
    },
    Character {
        age: "3.0",
        codepoint: 0x161A,
        name: "CANADIAN SYLLABICS SAYISI JI",
    },
    Character {
        age: "3.0",
        codepoint: 0x161B,
        name: "CANADIAN SYLLABICS CARRIER JA",
    },
    Character {
        age: "3.0",
        codepoint: 0x161C,
        name: "CANADIAN SYLLABICS CARRIER JJU",
    },
    Character {
        age: "3.0",
        codepoint: 0x161D,
        name: "CANADIAN SYLLABICS CARRIER JJO",
    },
    Character {
        age: "3.0",
        codepoint: 0x161E,
        name: "CANADIAN SYLLABICS CARRIER JJE",
    },
    Character {
        age: "3.0",
        codepoint: 0x161F,
        name: "CANADIAN SYLLABICS CARRIER JJEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1620,
        name: "CANADIAN SYLLABICS CARRIER JJI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1621,
        name: "CANADIAN SYLLABICS CARRIER JJA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1622,
        name: "CANADIAN SYLLABICS CARRIER LU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1623,
        name: "CANADIAN SYLLABICS CARRIER LO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1624,
        name: "CANADIAN SYLLABICS CARRIER LE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1625,
        name: "CANADIAN SYLLABICS CARRIER LEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1626,
        name: "CANADIAN SYLLABICS CARRIER LI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1627,
        name: "CANADIAN SYLLABICS CARRIER LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1628,
        name: "CANADIAN SYLLABICS CARRIER DLU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1629,
        name: "CANADIAN SYLLABICS CARRIER DLO",
    },
    Character {
        age: "3.0",
        codepoint: 0x162A,
        name: "CANADIAN SYLLABICS CARRIER DLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x162B,
        name: "CANADIAN SYLLABICS CARRIER DLEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x162C,
        name: "CANADIAN SYLLABICS CARRIER DLI",
    },
    Character {
        age: "3.0",
        codepoint: 0x162D,
        name: "CANADIAN SYLLABICS CARRIER DLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x162E,
        name: "CANADIAN SYLLABICS CARRIER LHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x162F,
        name: "CANADIAN SYLLABICS CARRIER LHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1630,
        name: "CANADIAN SYLLABICS CARRIER LHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1631,
        name: "CANADIAN SYLLABICS CARRIER LHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1632,
        name: "CANADIAN SYLLABICS CARRIER LHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1633,
        name: "CANADIAN SYLLABICS CARRIER LHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1634,
        name: "CANADIAN SYLLABICS CARRIER TLHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1635,
        name: "CANADIAN SYLLABICS CARRIER TLHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1636,
        name: "CANADIAN SYLLABICS CARRIER TLHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1637,
        name: "CANADIAN SYLLABICS CARRIER TLHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1638,
        name: "CANADIAN SYLLABICS CARRIER TLHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1639,
        name: "CANADIAN SYLLABICS CARRIER TLHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x163A,
        name: "CANADIAN SYLLABICS CARRIER TLU",
    },
    Character {
        age: "3.0",
        codepoint: 0x163B,
        name: "CANADIAN SYLLABICS CARRIER TLO",
    },
    Character {
        age: "3.0",
        codepoint: 0x163C,
        name: "CANADIAN SYLLABICS CARRIER TLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x163D,
        name: "CANADIAN SYLLABICS CARRIER TLEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x163E,
        name: "CANADIAN SYLLABICS CARRIER TLI",
    },
    Character {
        age: "3.0",
        codepoint: 0x163F,
        name: "CANADIAN SYLLABICS CARRIER TLA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1640,
        name: "CANADIAN SYLLABICS CARRIER ZU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1641,
        name: "CANADIAN SYLLABICS CARRIER ZO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1642,
        name: "CANADIAN SYLLABICS CARRIER ZE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1643,
        name: "CANADIAN SYLLABICS CARRIER ZEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1644,
        name: "CANADIAN SYLLABICS CARRIER ZI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1645,
        name: "CANADIAN SYLLABICS CARRIER ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1646,
        name: "CANADIAN SYLLABICS CARRIER Z",
    },
    Character {
        age: "3.0",
        codepoint: 0x1647,
        name: "CANADIAN SYLLABICS CARRIER INITIAL Z",
    },
    Character {
        age: "3.0",
        codepoint: 0x1648,
        name: "CANADIAN SYLLABICS CARRIER DZU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1649,
        name: "CANADIAN SYLLABICS CARRIER DZO",
    },
    Character {
        age: "3.0",
        codepoint: 0x164A,
        name: "CANADIAN SYLLABICS CARRIER DZE",
    },
    Character {
        age: "3.0",
        codepoint: 0x164B,
        name: "CANADIAN SYLLABICS CARRIER DZEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x164C,
        name: "CANADIAN SYLLABICS CARRIER DZI",
    },
    Character {
        age: "3.0",
        codepoint: 0x164D,
        name: "CANADIAN SYLLABICS CARRIER DZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x164E,
        name: "CANADIAN SYLLABICS CARRIER SU",
    },
    Character {
        age: "3.0",
        codepoint: 0x164F,
        name: "CANADIAN SYLLABICS CARRIER SO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1650,
        name: "CANADIAN SYLLABICS CARRIER SE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1651,
        name: "CANADIAN SYLLABICS CARRIER SEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1652,
        name: "CANADIAN SYLLABICS CARRIER SI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1653,
        name: "CANADIAN SYLLABICS CARRIER SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1654,
        name: "CANADIAN SYLLABICS CARRIER SHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1655,
        name: "CANADIAN SYLLABICS CARRIER SHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1656,
        name: "CANADIAN SYLLABICS CARRIER SHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1657,
        name: "CANADIAN SYLLABICS CARRIER SHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1658,
        name: "CANADIAN SYLLABICS CARRIER SHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1659,
        name: "CANADIAN SYLLABICS CARRIER SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x165A,
        name: "CANADIAN SYLLABICS CARRIER SH",
    },
    Character {
        age: "3.0",
        codepoint: 0x165B,
        name: "CANADIAN SYLLABICS CARRIER TSU",
    },
    Character {
        age: "3.0",
        codepoint: 0x165C,
        name: "CANADIAN SYLLABICS CARRIER TSO",
    },
    Character {
        age: "3.0",
        codepoint: 0x165D,
        name: "CANADIAN SYLLABICS CARRIER TSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x165E,
        name: "CANADIAN SYLLABICS CARRIER TSEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x165F,
        name: "CANADIAN SYLLABICS CARRIER TSI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1660,
        name: "CANADIAN SYLLABICS CARRIER TSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1661,
        name: "CANADIAN SYLLABICS CARRIER CHU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1662,
        name: "CANADIAN SYLLABICS CARRIER CHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1663,
        name: "CANADIAN SYLLABICS CARRIER CHE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1664,
        name: "CANADIAN SYLLABICS CARRIER CHEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1665,
        name: "CANADIAN SYLLABICS CARRIER CHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1666,
        name: "CANADIAN SYLLABICS CARRIER CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1667,
        name: "CANADIAN SYLLABICS CARRIER TTSU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1668,
        name: "CANADIAN SYLLABICS CARRIER TTSO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1669,
        name: "CANADIAN SYLLABICS CARRIER TTSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x166A,
        name: "CANADIAN SYLLABICS CARRIER TTSEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x166B,
        name: "CANADIAN SYLLABICS CARRIER TTSI",
    },
    Character {
        age: "3.0",
        codepoint: 0x166C,
        name: "CANADIAN SYLLABICS CARRIER TTSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x166D,
        name: "CANADIAN SYLLABICS CHI SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x166E,
        name: "CANADIAN SYLLABICS FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x166F,
        name: "CANADIAN SYLLABICS QAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1670,
        name: "CANADIAN SYLLABICS NGAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1671,
        name: "CANADIAN SYLLABICS NNGI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1672,
        name: "CANADIAN SYLLABICS NNGII",
    },
    Character {
        age: "3.0",
        codepoint: 0x1673,
        name: "CANADIAN SYLLABICS NNGO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1674,
        name: "CANADIAN SYLLABICS NNGOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1675,
        name: "CANADIAN SYLLABICS NNGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1676,
        name: "CANADIAN SYLLABICS NNGAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1677,
        name: "CANADIAN SYLLABICS WOODS-CREE THWEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1678,
        name: "CANADIAN SYLLABICS WOODS-CREE THWI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1679,
        name: "CANADIAN SYLLABICS WOODS-CREE THWII",
    },
    Character {
        age: "5.2",
        codepoint: 0x167A,
        name: "CANADIAN SYLLABICS WOODS-CREE THWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x167B,
        name: "CANADIAN SYLLABICS WOODS-CREE THWOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x167C,
        name: "CANADIAN SYLLABICS WOODS-CREE THWA",
    },
    Character {
        age: "5.2",
        codepoint: 0x167D,
        name: "CANADIAN SYLLABICS WOODS-CREE THWAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x167E,
        name: "CANADIAN SYLLABICS WOODS-CREE FINAL TH",
    },
    Character {
        age: "5.2",
        codepoint: 0x167F,
        name: "CANADIAN SYLLABICS BLACKFOOT W",
    },
    Character {
        age: "3.0",
        codepoint: 0x1680,
        name: "OGHAM SPACE MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x1681,
        name: "OGHAM LETTER BEITH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1682,
        name: "OGHAM LETTER LUIS",
    },
    Character {
        age: "3.0",
        codepoint: 0x1683,
        name: "OGHAM LETTER FEARN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1684,
        name: "OGHAM LETTER SAIL",
    },
    Character {
        age: "3.0",
        codepoint: 0x1685,
        name: "OGHAM LETTER NION",
    },
    Character {
        age: "3.0",
        codepoint: 0x1686,
        name: "OGHAM LETTER UATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1687,
        name: "OGHAM LETTER DAIR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1688,
        name: "OGHAM LETTER TINNE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1689,
        name: "OGHAM LETTER COLL",
    },
    Character {
        age: "3.0",
        codepoint: 0x168A,
        name: "OGHAM LETTER CEIRT",
    },
    Character {
        age: "3.0",
        codepoint: 0x168B,
        name: "OGHAM LETTER MUIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x168C,
        name: "OGHAM LETTER GORT",
    },
    Character {
        age: "3.0",
        codepoint: 0x168D,
        name: "OGHAM LETTER NGEADAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x168E,
        name: "OGHAM LETTER STRAIF",
    },
    Character {
        age: "3.0",
        codepoint: 0x168F,
        name: "OGHAM LETTER RUIS",
    },
    Character {
        age: "3.0",
        codepoint: 0x1690,
        name: "OGHAM LETTER AILM",
    },
    Character {
        age: "3.0",
        codepoint: 0x1691,
        name: "OGHAM LETTER ONN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1692,
        name: "OGHAM LETTER UR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1693,
        name: "OGHAM LETTER EADHADH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1694,
        name: "OGHAM LETTER IODHADH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1695,
        name: "OGHAM LETTER EABHADH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1696,
        name: "OGHAM LETTER OR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1697,
        name: "OGHAM LETTER UILLEANN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1698,
        name: "OGHAM LETTER IFIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1699,
        name: "OGHAM LETTER EAMHANCHOLL",
    },
    Character {
        age: "3.0",
        codepoint: 0x169A,
        name: "OGHAM LETTER PEITH",
    },
    Character {
        age: "3.0",
        codepoint: 0x169B,
        name: "OGHAM FEATHER MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x169C,
        name: "OGHAM REVERSED FEATHER MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A0,
        name: "RUNIC LETTER FEHU FEOH FE F",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A1,
        name: "RUNIC LETTER V",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A2,
        name: "RUNIC LETTER URUZ UR U",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A3,
        name: "RUNIC LETTER YR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A4,
        name: "RUNIC LETTER Y",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A5,
        name: "RUNIC LETTER W",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A6,
        name: "RUNIC LETTER THURISAZ THURS THORN",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A7,
        name: "RUNIC LETTER ETH",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A8,
        name: "RUNIC LETTER ANSUZ A",
    },
    Character {
        age: "3.0",
        codepoint: 0x16A9,
        name: "RUNIC LETTER OS O",
    },
    Character {
        age: "3.0",
        codepoint: 0x16AA,
        name: "RUNIC LETTER AC A",
    },
    Character {
        age: "3.0",
        codepoint: 0x16AB,
        name: "RUNIC LETTER AESC",
    },
    Character {
        age: "3.0",
        codepoint: 0x16AC,
        name: "RUNIC LETTER LONG-BRANCH-OSS O",
    },
    Character {
        age: "3.0",
        codepoint: 0x16AD,
        name: "RUNIC LETTER SHORT-TWIG-OSS O",
    },
    Character {
        age: "3.0",
        codepoint: 0x16AE,
        name: "RUNIC LETTER O",
    },
    Character {
        age: "3.0",
        codepoint: 0x16AF,
        name: "RUNIC LETTER OE",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B0,
        name: "RUNIC LETTER ON",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B1,
        name: "RUNIC LETTER RAIDO RAD REID R",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B2,
        name: "RUNIC LETTER KAUNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B3,
        name: "RUNIC LETTER CEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B4,
        name: "RUNIC LETTER KAUN K",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B5,
        name: "RUNIC LETTER G",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B6,
        name: "RUNIC LETTER ENG",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B7,
        name: "RUNIC LETTER GEBO GYFU G",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B8,
        name: "RUNIC LETTER GAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16B9,
        name: "RUNIC LETTER WUNJO WYNN W",
    },
    Character {
        age: "3.0",
        codepoint: 0x16BA,
        name: "RUNIC LETTER HAGLAZ H",
    },
    Character {
        age: "3.0",
        codepoint: 0x16BB,
        name: "RUNIC LETTER HAEGL H",
    },
    Character {
        age: "3.0",
        codepoint: 0x16BC,
        name: "RUNIC LETTER LONG-BRANCH-HAGALL H",
    },
    Character {
        age: "3.0",
        codepoint: 0x16BD,
        name: "RUNIC LETTER SHORT-TWIG-HAGALL H",
    },
    Character {
        age: "3.0",
        codepoint: 0x16BE,
        name: "RUNIC LETTER NAUDIZ NYD NAUD N",
    },
    Character {
        age: "3.0",
        codepoint: 0x16BF,
        name: "RUNIC LETTER SHORT-TWIG-NAUD N",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C0,
        name: "RUNIC LETTER DOTTED-N",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C1,
        name: "RUNIC LETTER ISAZ IS ISS I",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C2,
        name: "RUNIC LETTER E",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C3,
        name: "RUNIC LETTER JERAN J",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C4,
        name: "RUNIC LETTER GER",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C5,
        name: "RUNIC LETTER LONG-BRANCH-AR AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C6,
        name: "RUNIC LETTER SHORT-TWIG-AR A",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C7,
        name: "RUNIC LETTER IWAZ EOH",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C8,
        name: "RUNIC LETTER PERTHO PEORTH P",
    },
    Character {
        age: "3.0",
        codepoint: 0x16C9,
        name: "RUNIC LETTER ALGIZ EOLHX",
    },
    Character {
        age: "3.0",
        codepoint: 0x16CA,
        name: "RUNIC LETTER SOWILO S",
    },
    Character {
        age: "3.0",
        codepoint: 0x16CB,
        name: "RUNIC LETTER SIGEL LONG-BRANCH-SOL S",
    },
    Character {
        age: "3.0",
        codepoint: 0x16CC,
        name: "RUNIC LETTER SHORT-TWIG-SOL S",
    },
    Character {
        age: "3.0",
        codepoint: 0x16CD,
        name: "RUNIC LETTER C",
    },
    Character {
        age: "3.0",
        codepoint: 0x16CE,
        name: "RUNIC LETTER Z",
    },
    Character {
        age: "3.0",
        codepoint: 0x16CF,
        name: "RUNIC LETTER TIWAZ TIR TYR T",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D0,
        name: "RUNIC LETTER SHORT-TWIG-TYR T",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D1,
        name: "RUNIC LETTER D",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D2,
        name: "RUNIC LETTER BERKANAN BEORC BJARKAN B",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D3,
        name: "RUNIC LETTER SHORT-TWIG-BJARKAN B",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D4,
        name: "RUNIC LETTER DOTTED-P",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D5,
        name: "RUNIC LETTER OPEN-P",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D6,
        name: "RUNIC LETTER EHWAZ EH E",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D7,
        name: "RUNIC LETTER MANNAZ MAN M",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D8,
        name: "RUNIC LETTER LONG-BRANCH-MADR M",
    },
    Character {
        age: "3.0",
        codepoint: 0x16D9,
        name: "RUNIC LETTER SHORT-TWIG-MADR M",
    },
    Character {
        age: "3.0",
        codepoint: 0x16DA,
        name: "RUNIC LETTER LAUKAZ LAGU LOGR L",
    },
    Character {
        age: "3.0",
        codepoint: 0x16DB,
        name: "RUNIC LETTER DOTTED-L",
    },
    Character {
        age: "3.0",
        codepoint: 0x16DC,
        name: "RUNIC LETTER INGWAZ",
    },
    Character {
        age: "3.0",
        codepoint: 0x16DD,
        name: "RUNIC LETTER ING",
    },
    Character {
        age: "3.0",
        codepoint: 0x16DE,
        name: "RUNIC LETTER DAGAZ DAEG D",
    },
    Character {
        age: "3.0",
        codepoint: 0x16DF,
        name: "RUNIC LETTER OTHALAN ETHEL O",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E0,
        name: "RUNIC LETTER EAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E1,
        name: "RUNIC LETTER IOR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E2,
        name: "RUNIC LETTER CWEORTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E3,
        name: "RUNIC LETTER CALC",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E4,
        name: "RUNIC LETTER CEALC",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E5,
        name: "RUNIC LETTER STAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E6,
        name: "RUNIC LETTER LONG-BRANCH-YR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E7,
        name: "RUNIC LETTER SHORT-TWIG-YR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E8,
        name: "RUNIC LETTER ICELANDIC-YR",
    },
    Character {
        age: "3.0",
        codepoint: 0x16E9,
        name: "RUNIC LETTER Q",
    },
    Character {
        age: "3.0",
        codepoint: 0x16EA,
        name: "RUNIC LETTER X",
    },
    Character {
        age: "3.0",
        codepoint: 0x16EB,
        name: "RUNIC SINGLE PUNCTUATION",
    },
    Character {
        age: "3.0",
        codepoint: 0x16EC,
        name: "RUNIC MULTIPLE PUNCTUATION",
    },
    Character {
        age: "3.0",
        codepoint: 0x16ED,
        name: "RUNIC CROSS PUNCTUATION",
    },
    Character {
        age: "3.0",
        codepoint: 0x16EE,
        name: "RUNIC ARLAUG SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x16EF,
        name: "RUNIC TVIMADUR SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x16F0,
        name: "RUNIC BELGTHOR SYMBOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F1,
        name: "RUNIC LETTER K",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F2,
        name: "RUNIC LETTER SH",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F3,
        name: "RUNIC LETTER OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F4,
        name: "RUNIC LETTER FRANKS CASKET OS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F5,
        name: "RUNIC LETTER FRANKS CASKET IS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F6,
        name: "RUNIC LETTER FRANKS CASKET EH",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F7,
        name: "RUNIC LETTER FRANKS CASKET AC",
    },
    Character {
        age: "7.0",
        codepoint: 0x16F8,
        name: "RUNIC LETTER FRANKS CASKET AESC",
    },
    Character {
        age: "3.2",
        codepoint: 0x1700,
        name: "TAGALOG LETTER A",
    },
    Character {
        age: "3.2",
        codepoint: 0x1701,
        name: "TAGALOG LETTER I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1702,
        name: "TAGALOG LETTER U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1703,
        name: "TAGALOG LETTER KA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1704,
        name: "TAGALOG LETTER GA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1705,
        name: "TAGALOG LETTER NGA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1706,
        name: "TAGALOG LETTER TA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1707,
        name: "TAGALOG LETTER DA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1708,
        name: "TAGALOG LETTER NA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1709,
        name: "TAGALOG LETTER PA",
    },
    Character {
        age: "3.2",
        codepoint: 0x170A,
        name: "TAGALOG LETTER BA",
    },
    Character {
        age: "3.2",
        codepoint: 0x170B,
        name: "TAGALOG LETTER MA",
    },
    Character {
        age: "3.2",
        codepoint: 0x170C,
        name: "TAGALOG LETTER YA",
    },
    Character {
        age: "3.2",
        codepoint: 0x170E,
        name: "TAGALOG LETTER LA",
    },
    Character {
        age: "3.2",
        codepoint: 0x170F,
        name: "TAGALOG LETTER WA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1710,
        name: "TAGALOG LETTER SA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1711,
        name: "TAGALOG LETTER HA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1712,
        name: "TAGALOG VOWEL SIGN I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1713,
        name: "TAGALOG VOWEL SIGN U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1714,
        name: "TAGALOG SIGN VIRAMA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1720,
        name: "HANUNOO LETTER A",
    },
    Character {
        age: "3.2",
        codepoint: 0x1721,
        name: "HANUNOO LETTER I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1722,
        name: "HANUNOO LETTER U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1723,
        name: "HANUNOO LETTER KA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1724,
        name: "HANUNOO LETTER GA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1725,
        name: "HANUNOO LETTER NGA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1726,
        name: "HANUNOO LETTER TA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1727,
        name: "HANUNOO LETTER DA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1728,
        name: "HANUNOO LETTER NA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1729,
        name: "HANUNOO LETTER PA",
    },
    Character {
        age: "3.2",
        codepoint: 0x172A,
        name: "HANUNOO LETTER BA",
    },
    Character {
        age: "3.2",
        codepoint: 0x172B,
        name: "HANUNOO LETTER MA",
    },
    Character {
        age: "3.2",
        codepoint: 0x172C,
        name: "HANUNOO LETTER YA",
    },
    Character {
        age: "3.2",
        codepoint: 0x172D,
        name: "HANUNOO LETTER RA",
    },
    Character {
        age: "3.2",
        codepoint: 0x172E,
        name: "HANUNOO LETTER LA",
    },
    Character {
        age: "3.2",
        codepoint: 0x172F,
        name: "HANUNOO LETTER WA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1730,
        name: "HANUNOO LETTER SA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1731,
        name: "HANUNOO LETTER HA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1732,
        name: "HANUNOO VOWEL SIGN I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1733,
        name: "HANUNOO VOWEL SIGN U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1734,
        name: "HANUNOO SIGN PAMUDPOD",
    },
    Character {
        age: "3.2",
        codepoint: 0x1735,
        name: "PHILIPPINE SINGLE PUNCTUATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x1736,
        name: "PHILIPPINE DOUBLE PUNCTUATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x1740,
        name: "BUHID LETTER A",
    },
    Character {
        age: "3.2",
        codepoint: 0x1741,
        name: "BUHID LETTER I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1742,
        name: "BUHID LETTER U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1743,
        name: "BUHID LETTER KA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1744,
        name: "BUHID LETTER GA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1745,
        name: "BUHID LETTER NGA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1746,
        name: "BUHID LETTER TA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1747,
        name: "BUHID LETTER DA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1748,
        name: "BUHID LETTER NA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1749,
        name: "BUHID LETTER PA",
    },
    Character {
        age: "3.2",
        codepoint: 0x174A,
        name: "BUHID LETTER BA",
    },
    Character {
        age: "3.2",
        codepoint: 0x174B,
        name: "BUHID LETTER MA",
    },
    Character {
        age: "3.2",
        codepoint: 0x174C,
        name: "BUHID LETTER YA",
    },
    Character {
        age: "3.2",
        codepoint: 0x174D,
        name: "BUHID LETTER RA",
    },
    Character {
        age: "3.2",
        codepoint: 0x174E,
        name: "BUHID LETTER LA",
    },
    Character {
        age: "3.2",
        codepoint: 0x174F,
        name: "BUHID LETTER WA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1750,
        name: "BUHID LETTER SA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1751,
        name: "BUHID LETTER HA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1752,
        name: "BUHID VOWEL SIGN I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1753,
        name: "BUHID VOWEL SIGN U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1760,
        name: "TAGBANWA LETTER A",
    },
    Character {
        age: "3.2",
        codepoint: 0x1761,
        name: "TAGBANWA LETTER I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1762,
        name: "TAGBANWA LETTER U",
    },
    Character {
        age: "3.2",
        codepoint: 0x1763,
        name: "TAGBANWA LETTER KA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1764,
        name: "TAGBANWA LETTER GA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1765,
        name: "TAGBANWA LETTER NGA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1766,
        name: "TAGBANWA LETTER TA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1767,
        name: "TAGBANWA LETTER DA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1768,
        name: "TAGBANWA LETTER NA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1769,
        name: "TAGBANWA LETTER PA",
    },
    Character {
        age: "3.2",
        codepoint: 0x176A,
        name: "TAGBANWA LETTER BA",
    },
    Character {
        age: "3.2",
        codepoint: 0x176B,
        name: "TAGBANWA LETTER MA",
    },
    Character {
        age: "3.2",
        codepoint: 0x176C,
        name: "TAGBANWA LETTER YA",
    },
    Character {
        age: "3.2",
        codepoint: 0x176E,
        name: "TAGBANWA LETTER LA",
    },
    Character {
        age: "3.2",
        codepoint: 0x176F,
        name: "TAGBANWA LETTER WA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1770,
        name: "TAGBANWA LETTER SA",
    },
    Character {
        age: "3.2",
        codepoint: 0x1772,
        name: "TAGBANWA VOWEL SIGN I",
    },
    Character {
        age: "3.2",
        codepoint: 0x1773,
        name: "TAGBANWA VOWEL SIGN U",
    },
    Character {
        age: "3.0",
        codepoint: 0x1780,
        name: "KHMER LETTER KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1781,
        name: "KHMER LETTER KHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1782,
        name: "KHMER LETTER KO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1783,
        name: "KHMER LETTER KHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1784,
        name: "KHMER LETTER NGO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1785,
        name: "KHMER LETTER CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1786,
        name: "KHMER LETTER CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1787,
        name: "KHMER LETTER CO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1788,
        name: "KHMER LETTER CHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1789,
        name: "KHMER LETTER NYO",
    },
    Character {
        age: "3.0",
        codepoint: 0x178A,
        name: "KHMER LETTER DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x178B,
        name: "KHMER LETTER TTHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x178C,
        name: "KHMER LETTER DO",
    },
    Character {
        age: "3.0",
        codepoint: 0x178D,
        name: "KHMER LETTER TTHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x178E,
        name: "KHMER LETTER NNO",
    },
    Character {
        age: "3.0",
        codepoint: 0x178F,
        name: "KHMER LETTER TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1790,
        name: "KHMER LETTER THA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1791,
        name: "KHMER LETTER TO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1792,
        name: "KHMER LETTER THO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1793,
        name: "KHMER LETTER NO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1794,
        name: "KHMER LETTER BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1795,
        name: "KHMER LETTER PHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1796,
        name: "KHMER LETTER PO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1797,
        name: "KHMER LETTER PHO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1798,
        name: "KHMER LETTER MO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1799,
        name: "KHMER LETTER YO",
    },
    Character {
        age: "3.0",
        codepoint: 0x179A,
        name: "KHMER LETTER RO",
    },
    Character {
        age: "3.0",
        codepoint: 0x179B,
        name: "KHMER LETTER LO",
    },
    Character {
        age: "3.0",
        codepoint: 0x179C,
        name: "KHMER LETTER VO",
    },
    Character {
        age: "3.0",
        codepoint: 0x179D,
        name: "KHMER LETTER SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x179E,
        name: "KHMER LETTER SSO",
    },
    Character {
        age: "3.0",
        codepoint: 0x179F,
        name: "KHMER LETTER SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A0,
        name: "KHMER LETTER HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A1,
        name: "KHMER LETTER LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A2,
        name: "KHMER LETTER QA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A3,
        name: "KHMER INDEPENDENT VOWEL QAQ",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A4,
        name: "KHMER INDEPENDENT VOWEL QAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A5,
        name: "KHMER INDEPENDENT VOWEL QI",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A6,
        name: "KHMER INDEPENDENT VOWEL QII",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A7,
        name: "KHMER INDEPENDENT VOWEL QU",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A8,
        name: "KHMER INDEPENDENT VOWEL QUK",
    },
    Character {
        age: "3.0",
        codepoint: 0x17A9,
        name: "KHMER INDEPENDENT VOWEL QUU",
    },
    Character {
        age: "3.0",
        codepoint: 0x17AA,
        name: "KHMER INDEPENDENT VOWEL QUUV",
    },
    Character {
        age: "3.0",
        codepoint: 0x17AB,
        name: "KHMER INDEPENDENT VOWEL RY",
    },
    Character {
        age: "3.0",
        codepoint: 0x17AC,
        name: "KHMER INDEPENDENT VOWEL RYY",
    },
    Character {
        age: "3.0",
        codepoint: 0x17AD,
        name: "KHMER INDEPENDENT VOWEL LY",
    },
    Character {
        age: "3.0",
        codepoint: 0x17AE,
        name: "KHMER INDEPENDENT VOWEL LYY",
    },
    Character {
        age: "3.0",
        codepoint: 0x17AF,
        name: "KHMER INDEPENDENT VOWEL QE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B0,
        name: "KHMER INDEPENDENT VOWEL QAI",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B1,
        name: "KHMER INDEPENDENT VOWEL QOO TYPE ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B2,
        name: "KHMER INDEPENDENT VOWEL QOO TYPE TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B3,
        name: "KHMER INDEPENDENT VOWEL QAU",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B4,
        name: "KHMER VOWEL INHERENT AQ",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B5,
        name: "KHMER VOWEL INHERENT AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B6,
        name: "KHMER VOWEL SIGN AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B7,
        name: "KHMER VOWEL SIGN I",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B8,
        name: "KHMER VOWEL SIGN II",
    },
    Character {
        age: "3.0",
        codepoint: 0x17B9,
        name: "KHMER VOWEL SIGN Y",
    },
    Character {
        age: "3.0",
        codepoint: 0x17BA,
        name: "KHMER VOWEL SIGN YY",
    },
    Character {
        age: "3.0",
        codepoint: 0x17BB,
        name: "KHMER VOWEL SIGN U",
    },
    Character {
        age: "3.0",
        codepoint: 0x17BC,
        name: "KHMER VOWEL SIGN UU",
    },
    Character {
        age: "3.0",
        codepoint: 0x17BD,
        name: "KHMER VOWEL SIGN UA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17BE,
        name: "KHMER VOWEL SIGN OE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17BF,
        name: "KHMER VOWEL SIGN YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C0,
        name: "KHMER VOWEL SIGN IE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C1,
        name: "KHMER VOWEL SIGN E",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C2,
        name: "KHMER VOWEL SIGN AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C3,
        name: "KHMER VOWEL SIGN AI",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C4,
        name: "KHMER VOWEL SIGN OO",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C5,
        name: "KHMER VOWEL SIGN AU",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C6,
        name: "KHMER SIGN NIKAHIT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C7,
        name: "KHMER SIGN REAHMUK",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C8,
        name: "KHMER SIGN YUUKALEAPINTU",
    },
    Character {
        age: "3.0",
        codepoint: 0x17C9,
        name: "KHMER SIGN MUUSIKATOAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x17CA,
        name: "KHMER SIGN TRIISAP",
    },
    Character {
        age: "3.0",
        codepoint: 0x17CB,
        name: "KHMER SIGN BANTOC",
    },
    Character {
        age: "3.0",
        codepoint: 0x17CC,
        name: "KHMER SIGN ROBAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17CD,
        name: "KHMER SIGN TOANDAKHIAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17CE,
        name: "KHMER SIGN KAKABAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17CF,
        name: "KHMER SIGN AHSDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D0,
        name: "KHMER SIGN SAMYOK SANNYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D1,
        name: "KHMER SIGN VIRIAM",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D2,
        name: "KHMER SIGN COENG",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D3,
        name: "KHMER SIGN BATHAMASAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D4,
        name: "KHMER SIGN KHAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D5,
        name: "KHMER SIGN BARIYOOSAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D6,
        name: "KHMER SIGN CAMNUC PII KUUH",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D7,
        name: "KHMER SIGN LEK TOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D8,
        name: "KHMER SIGN BEYYAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x17D9,
        name: "KHMER SIGN PHNAEK MUAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x17DA,
        name: "KHMER SIGN KOOMUUT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17DB,
        name: "KHMER CURRENCY SYMBOL RIEL",
    },
    Character {
        age: "3.0",
        codepoint: 0x17DC,
        name: "KHMER SIGN AVAKRAHASANYA",
    },
    Character {
        age: "4.0",
        codepoint: 0x17DD,
        name: "KHMER SIGN ATTHACAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E0,
        name: "KHMER DIGIT ZERO",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E1,
        name: "KHMER DIGIT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E2,
        name: "KHMER DIGIT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E3,
        name: "KHMER DIGIT THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E4,
        name: "KHMER DIGIT FOUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E5,
        name: "KHMER DIGIT FIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E6,
        name: "KHMER DIGIT SIX",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E7,
        name: "KHMER DIGIT SEVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E8,
        name: "KHMER DIGIT EIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x17E9,
        name: "KHMER DIGIT NINE",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F0,
        name: "KHMER SYMBOL LEK ATTAK SON",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F1,
        name: "KHMER SYMBOL LEK ATTAK MUOY",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F2,
        name: "KHMER SYMBOL LEK ATTAK PII",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F3,
        name: "KHMER SYMBOL LEK ATTAK BEI",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F4,
        name: "KHMER SYMBOL LEK ATTAK BUON",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F5,
        name: "KHMER SYMBOL LEK ATTAK PRAM",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F6,
        name: "KHMER SYMBOL LEK ATTAK PRAM-MUOY",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F7,
        name: "KHMER SYMBOL LEK ATTAK PRAM-PII",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F8,
        name: "KHMER SYMBOL LEK ATTAK PRAM-BEI",
    },
    Character {
        age: "4.0",
        codepoint: 0x17F9,
        name: "KHMER SYMBOL LEK ATTAK PRAM-BUON",
    },
    Character {
        age: "3.0",
        codepoint: 0x1800,
        name: "MONGOLIAN BIRGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1801,
        name: "MONGOLIAN ELLIPSIS",
    },
    Character {
        age: "3.0",
        codepoint: 0x1802,
        name: "MONGOLIAN COMMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1803,
        name: "MONGOLIAN FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x1804,
        name: "MONGOLIAN COLON",
    },
    Character {
        age: "3.0",
        codepoint: 0x1805,
        name: "MONGOLIAN FOUR DOTS",
    },
    Character {
        age: "3.0",
        codepoint: 0x1806,
        name: "MONGOLIAN TODO SOFT HYPHEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1807,
        name: "MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER",
    },
    Character {
        age: "3.0",
        codepoint: 0x1808,
        name: "MONGOLIAN MANCHU COMMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1809,
        name: "MONGOLIAN MANCHU FULL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x180A,
        name: "MONGOLIAN NIRUGU",
    },
    Character {
        age: "3.0",
        codepoint: 0x180B,
        name: "MONGOLIAN FREE VARIATION SELECTOR ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x180C,
        name: "MONGOLIAN FREE VARIATION SELECTOR TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x180D,
        name: "MONGOLIAN FREE VARIATION SELECTOR THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x180E,
        name: "MONGOLIAN VOWEL SEPARATOR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1810,
        name: "MONGOLIAN DIGIT ZERO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1811,
        name: "MONGOLIAN DIGIT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1812,
        name: "MONGOLIAN DIGIT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x1813,
        name: "MONGOLIAN DIGIT THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1814,
        name: "MONGOLIAN DIGIT FOUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x1815,
        name: "MONGOLIAN DIGIT FIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1816,
        name: "MONGOLIAN DIGIT SIX",
    },
    Character {
        age: "3.0",
        codepoint: 0x1817,
        name: "MONGOLIAN DIGIT SEVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1818,
        name: "MONGOLIAN DIGIT EIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x1819,
        name: "MONGOLIAN DIGIT NINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1820,
        name: "MONGOLIAN LETTER A",
    },
    Character {
        age: "3.0",
        codepoint: 0x1821,
        name: "MONGOLIAN LETTER E",
    },
    Character {
        age: "3.0",
        codepoint: 0x1822,
        name: "MONGOLIAN LETTER I",
    },
    Character {
        age: "3.0",
        codepoint: 0x1823,
        name: "MONGOLIAN LETTER O",
    },
    Character {
        age: "3.0",
        codepoint: 0x1824,
        name: "MONGOLIAN LETTER U",
    },
    Character {
        age: "3.0",
        codepoint: 0x1825,
        name: "MONGOLIAN LETTER OE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1826,
        name: "MONGOLIAN LETTER UE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1827,
        name: "MONGOLIAN LETTER EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1828,
        name: "MONGOLIAN LETTER NA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1829,
        name: "MONGOLIAN LETTER ANG",
    },
    Character {
        age: "3.0",
        codepoint: 0x182A,
        name: "MONGOLIAN LETTER BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x182B,
        name: "MONGOLIAN LETTER PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x182C,
        name: "MONGOLIAN LETTER QA",
    },
    Character {
        age: "3.0",
        codepoint: 0x182D,
        name: "MONGOLIAN LETTER GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x182E,
        name: "MONGOLIAN LETTER MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x182F,
        name: "MONGOLIAN LETTER LA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1830,
        name: "MONGOLIAN LETTER SA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1831,
        name: "MONGOLIAN LETTER SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1832,
        name: "MONGOLIAN LETTER TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1833,
        name: "MONGOLIAN LETTER DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1834,
        name: "MONGOLIAN LETTER CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1835,
        name: "MONGOLIAN LETTER JA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1836,
        name: "MONGOLIAN LETTER YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1837,
        name: "MONGOLIAN LETTER RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1838,
        name: "MONGOLIAN LETTER WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1839,
        name: "MONGOLIAN LETTER FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x183A,
        name: "MONGOLIAN LETTER KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x183B,
        name: "MONGOLIAN LETTER KHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x183C,
        name: "MONGOLIAN LETTER TSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x183D,
        name: "MONGOLIAN LETTER ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x183E,
        name: "MONGOLIAN LETTER HAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x183F,
        name: "MONGOLIAN LETTER ZRA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1840,
        name: "MONGOLIAN LETTER LHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1841,
        name: "MONGOLIAN LETTER ZHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1842,
        name: "MONGOLIAN LETTER CHI",
    },
    Character {
        age: "3.0",
        codepoint: 0x1843,
        name: "MONGOLIAN LETTER TODO LONG VOWEL SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x1844,
        name: "MONGOLIAN LETTER TODO E",
    },
    Character {
        age: "3.0",
        codepoint: 0x1845,
        name: "MONGOLIAN LETTER TODO I",
    },
    Character {
        age: "3.0",
        codepoint: 0x1846,
        name: "MONGOLIAN LETTER TODO O",
    },
    Character {
        age: "3.0",
        codepoint: 0x1847,
        name: "MONGOLIAN LETTER TODO U",
    },
    Character {
        age: "3.0",
        codepoint: 0x1848,
        name: "MONGOLIAN LETTER TODO OE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1849,
        name: "MONGOLIAN LETTER TODO UE",
    },
    Character {
        age: "3.0",
        codepoint: 0x184A,
        name: "MONGOLIAN LETTER TODO ANG",
    },
    Character {
        age: "3.0",
        codepoint: 0x184B,
        name: "MONGOLIAN LETTER TODO BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x184C,
        name: "MONGOLIAN LETTER TODO PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x184D,
        name: "MONGOLIAN LETTER TODO QA",
    },
    Character {
        age: "3.0",
        codepoint: 0x184E,
        name: "MONGOLIAN LETTER TODO GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x184F,
        name: "MONGOLIAN LETTER TODO MA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1850,
        name: "MONGOLIAN LETTER TODO TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1851,
        name: "MONGOLIAN LETTER TODO DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1852,
        name: "MONGOLIAN LETTER TODO CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1853,
        name: "MONGOLIAN LETTER TODO JA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1854,
        name: "MONGOLIAN LETTER TODO TSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1855,
        name: "MONGOLIAN LETTER TODO YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1856,
        name: "MONGOLIAN LETTER TODO WA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1857,
        name: "MONGOLIAN LETTER TODO KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1858,
        name: "MONGOLIAN LETTER TODO GAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1859,
        name: "MONGOLIAN LETTER TODO HAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x185A,
        name: "MONGOLIAN LETTER TODO JIA",
    },
    Character {
        age: "3.0",
        codepoint: 0x185B,
        name: "MONGOLIAN LETTER TODO NIA",
    },
    Character {
        age: "3.0",
        codepoint: 0x185C,
        name: "MONGOLIAN LETTER TODO DZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x185D,
        name: "MONGOLIAN LETTER SIBE E",
    },
    Character {
        age: "3.0",
        codepoint: 0x185E,
        name: "MONGOLIAN LETTER SIBE I",
    },
    Character {
        age: "3.0",
        codepoint: 0x185F,
        name: "MONGOLIAN LETTER SIBE IY",
    },
    Character {
        age: "3.0",
        codepoint: 0x1860,
        name: "MONGOLIAN LETTER SIBE UE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1861,
        name: "MONGOLIAN LETTER SIBE U",
    },
    Character {
        age: "3.0",
        codepoint: 0x1862,
        name: "MONGOLIAN LETTER SIBE ANG",
    },
    Character {
        age: "3.0",
        codepoint: 0x1863,
        name: "MONGOLIAN LETTER SIBE KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1864,
        name: "MONGOLIAN LETTER SIBE GA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1865,
        name: "MONGOLIAN LETTER SIBE HA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1866,
        name: "MONGOLIAN LETTER SIBE PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1867,
        name: "MONGOLIAN LETTER SIBE SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1868,
        name: "MONGOLIAN LETTER SIBE TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1869,
        name: "MONGOLIAN LETTER SIBE DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x186A,
        name: "MONGOLIAN LETTER SIBE JA",
    },
    Character {
        age: "3.0",
        codepoint: 0x186B,
        name: "MONGOLIAN LETTER SIBE FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x186C,
        name: "MONGOLIAN LETTER SIBE GAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x186D,
        name: "MONGOLIAN LETTER SIBE HAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x186E,
        name: "MONGOLIAN LETTER SIBE TSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x186F,
        name: "MONGOLIAN LETTER SIBE ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1870,
        name: "MONGOLIAN LETTER SIBE RAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1871,
        name: "MONGOLIAN LETTER SIBE CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1872,
        name: "MONGOLIAN LETTER SIBE ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1873,
        name: "MONGOLIAN LETTER MANCHU I",
    },
    Character {
        age: "3.0",
        codepoint: 0x1874,
        name: "MONGOLIAN LETTER MANCHU KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1875,
        name: "MONGOLIAN LETTER MANCHU RA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1876,
        name: "MONGOLIAN LETTER MANCHU FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1877,
        name: "MONGOLIAN LETTER MANCHU ZHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1878,
        name: "MONGOLIAN LETTER CHA WITH TWO DOTS",
    },
    Character {
        age: "3.0",
        codepoint: 0x1880,
        name: "MONGOLIAN LETTER ALI GALI ANUSVARA ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1881,
        name: "MONGOLIAN LETTER ALI GALI VISARGA ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x1882,
        name: "MONGOLIAN LETTER ALI GALI DAMARU",
    },
    Character {
        age: "3.0",
        codepoint: 0x1883,
        name: "MONGOLIAN LETTER ALI GALI UBADAMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1884,
        name: "MONGOLIAN LETTER ALI GALI INVERTED UBADAMA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1885,
        name: "MONGOLIAN LETTER ALI GALI BALUDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1886,
        name: "MONGOLIAN LETTER ALI GALI THREE BALUDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1887,
        name: "MONGOLIAN LETTER ALI GALI A",
    },
    Character {
        age: "3.0",
        codepoint: 0x1888,
        name: "MONGOLIAN LETTER ALI GALI I",
    },
    Character {
        age: "3.0",
        codepoint: 0x1889,
        name: "MONGOLIAN LETTER ALI GALI KA",
    },
    Character {
        age: "3.0",
        codepoint: 0x188A,
        name: "MONGOLIAN LETTER ALI GALI NGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x188B,
        name: "MONGOLIAN LETTER ALI GALI CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x188C,
        name: "MONGOLIAN LETTER ALI GALI TTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x188D,
        name: "MONGOLIAN LETTER ALI GALI TTHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x188E,
        name: "MONGOLIAN LETTER ALI GALI DDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x188F,
        name: "MONGOLIAN LETTER ALI GALI NNA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1890,
        name: "MONGOLIAN LETTER ALI GALI TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1891,
        name: "MONGOLIAN LETTER ALI GALI DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1892,
        name: "MONGOLIAN LETTER ALI GALI PA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1893,
        name: "MONGOLIAN LETTER ALI GALI PHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1894,
        name: "MONGOLIAN LETTER ALI GALI SSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1895,
        name: "MONGOLIAN LETTER ALI GALI ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1896,
        name: "MONGOLIAN LETTER ALI GALI ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1897,
        name: "MONGOLIAN LETTER ALI GALI AH",
    },
    Character {
        age: "3.0",
        codepoint: 0x1898,
        name: "MONGOLIAN LETTER TODO ALI GALI TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x1899,
        name: "MONGOLIAN LETTER TODO ALI GALI ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x189A,
        name: "MONGOLIAN LETTER MANCHU ALI GALI GHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x189B,
        name: "MONGOLIAN LETTER MANCHU ALI GALI NGA",
    },
    Character {
        age: "3.0",
        codepoint: 0x189C,
        name: "MONGOLIAN LETTER MANCHU ALI GALI CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x189D,
        name: "MONGOLIAN LETTER MANCHU ALI GALI JHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x189E,
        name: "MONGOLIAN LETTER MANCHU ALI GALI TTA",
    },
    Character {
        age: "3.0",
        codepoint: 0x189F,
        name: "MONGOLIAN LETTER MANCHU ALI GALI DDHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A0,
        name: "MONGOLIAN LETTER MANCHU ALI GALI TA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A1,
        name: "MONGOLIAN LETTER MANCHU ALI GALI DHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A2,
        name: "MONGOLIAN LETTER MANCHU ALI GALI SSA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A3,
        name: "MONGOLIAN LETTER MANCHU ALI GALI CYA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A4,
        name: "MONGOLIAN LETTER MANCHU ALI GALI ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A5,
        name: "MONGOLIAN LETTER MANCHU ALI GALI ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A6,
        name: "MONGOLIAN LETTER ALI GALI HALF U",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A7,
        name: "MONGOLIAN LETTER ALI GALI HALF YA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A8,
        name: "MONGOLIAN LETTER MANCHU ALI GALI BHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x18A9,
        name: "MONGOLIAN LETTER ALI GALI DAGALGA",
    },
    Character {
        age: "5.1",
        codepoint: 0x18AA,
        name: "MONGOLIAN LETTER MANCHU ALI GALI LHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B0,
        name: "CANADIAN SYLLABICS OY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B1,
        name: "CANADIAN SYLLABICS AY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B2,
        name: "CANADIAN SYLLABICS AAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B3,
        name: "CANADIAN SYLLABICS WAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B4,
        name: "CANADIAN SYLLABICS POY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B5,
        name: "CANADIAN SYLLABICS PAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B6,
        name: "CANADIAN SYLLABICS PWOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B7,
        name: "CANADIAN SYLLABICS TAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B8,
        name: "CANADIAN SYLLABICS KAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18B9,
        name: "CANADIAN SYLLABICS KWAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18BA,
        name: "CANADIAN SYLLABICS MAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18BB,
        name: "CANADIAN SYLLABICS NOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18BC,
        name: "CANADIAN SYLLABICS NAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18BD,
        name: "CANADIAN SYLLABICS LAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18BE,
        name: "CANADIAN SYLLABICS SOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18BF,
        name: "CANADIAN SYLLABICS SAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C0,
        name: "CANADIAN SYLLABICS SHOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C1,
        name: "CANADIAN SYLLABICS SHAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C2,
        name: "CANADIAN SYLLABICS SHWOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C3,
        name: "CANADIAN SYLLABICS YOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C4,
        name: "CANADIAN SYLLABICS YAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C5,
        name: "CANADIAN SYLLABICS RAY",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C6,
        name: "CANADIAN SYLLABICS NWI",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C7,
        name: "CANADIAN SYLLABICS OJIBWAY NWI",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C8,
        name: "CANADIAN SYLLABICS NWII",
    },
    Character {
        age: "5.2",
        codepoint: 0x18C9,
        name: "CANADIAN SYLLABICS OJIBWAY NWII",
    },
    Character {
        age: "5.2",
        codepoint: 0x18CA,
        name: "CANADIAN SYLLABICS NWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18CB,
        name: "CANADIAN SYLLABICS OJIBWAY NWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18CC,
        name: "CANADIAN SYLLABICS NWOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18CD,
        name: "CANADIAN SYLLABICS OJIBWAY NWOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18CE,
        name: "CANADIAN SYLLABICS RWEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18CF,
        name: "CANADIAN SYLLABICS RWI",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D0,
        name: "CANADIAN SYLLABICS RWII",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D1,
        name: "CANADIAN SYLLABICS RWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D2,
        name: "CANADIAN SYLLABICS RWOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D3,
        name: "CANADIAN SYLLABICS RWA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D4,
        name: "CANADIAN SYLLABICS OJIBWAY P",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D5,
        name: "CANADIAN SYLLABICS OJIBWAY T",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D6,
        name: "CANADIAN SYLLABICS OJIBWAY K",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D7,
        name: "CANADIAN SYLLABICS OJIBWAY C",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D8,
        name: "CANADIAN SYLLABICS OJIBWAY M",
    },
    Character {
        age: "5.2",
        codepoint: 0x18D9,
        name: "CANADIAN SYLLABICS OJIBWAY N",
    },
    Character {
        age: "5.2",
        codepoint: 0x18DA,
        name: "CANADIAN SYLLABICS OJIBWAY S",
    },
    Character {
        age: "5.2",
        codepoint: 0x18DB,
        name: "CANADIAN SYLLABICS OJIBWAY SH",
    },
    Character {
        age: "5.2",
        codepoint: 0x18DC,
        name: "CANADIAN SYLLABICS EASTERN W",
    },
    Character {
        age: "5.2",
        codepoint: 0x18DD,
        name: "CANADIAN SYLLABICS WESTERN W",
    },
    Character {
        age: "5.2",
        codepoint: 0x18DE,
        name: "CANADIAN SYLLABICS FINAL SMALL RING",
    },
    Character {
        age: "5.2",
        codepoint: 0x18DF,
        name: "CANADIAN SYLLABICS FINAL RAISED DOT",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E0,
        name: "CANADIAN SYLLABICS R-CREE RWE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E1,
        name: "CANADIAN SYLLABICS WEST-CREE LOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E2,
        name: "CANADIAN SYLLABICS WEST-CREE LAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E3,
        name: "CANADIAN SYLLABICS THWE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E4,
        name: "CANADIAN SYLLABICS THWA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E5,
        name: "CANADIAN SYLLABICS TTHWE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E6,
        name: "CANADIAN SYLLABICS TTHOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E7,
        name: "CANADIAN SYLLABICS TTHAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E8,
        name: "CANADIAN SYLLABICS TLHWE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18E9,
        name: "CANADIAN SYLLABICS TLHOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18EA,
        name: "CANADIAN SYLLABICS SAYISI SHWE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18EB,
        name: "CANADIAN SYLLABICS SAYISI SHOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18EC,
        name: "CANADIAN SYLLABICS SAYISI HOO",
    },
    Character {
        age: "5.2",
        codepoint: 0x18ED,
        name: "CANADIAN SYLLABICS CARRIER GWU",
    },
    Character {
        age: "5.2",
        codepoint: 0x18EE,
        name: "CANADIAN SYLLABICS CARRIER DENE GEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x18EF,
        name: "CANADIAN SYLLABICS CARRIER GAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18F0,
        name: "CANADIAN SYLLABICS CARRIER GWA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18F1,
        name: "CANADIAN SYLLABICS SAYISI JUU",
    },
    Character {
        age: "5.2",
        codepoint: 0x18F2,
        name: "CANADIAN SYLLABICS CARRIER JWA",
    },
    Character {
        age: "5.2",
        codepoint: 0x18F3,
        name: "CANADIAN SYLLABICS BEAVER DENE L",
    },
    Character {
        age: "5.2",
        codepoint: 0x18F4,
        name: "CANADIAN SYLLABICS BEAVER DENE R",
    },
    Character {
        age: "5.2",
        codepoint: 0x18F5,
        name: "CANADIAN SYLLABICS CARRIER DENTAL S",
    },
    Character {
        age: "4.0",
        codepoint: 0x1900,
        name: "LIMBU VOWEL-CARRIER LETTER",
    },
    Character {
        age: "4.0",
        codepoint: 0x1901,
        name: "LIMBU LETTER KA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1902,
        name: "LIMBU LETTER KHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1903,
        name: "LIMBU LETTER GA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1904,
        name: "LIMBU LETTER GHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1905,
        name: "LIMBU LETTER NGA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1906,
        name: "LIMBU LETTER CA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1907,
        name: "LIMBU LETTER CHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1908,
        name: "LIMBU LETTER JA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1909,
        name: "LIMBU LETTER JHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x190A,
        name: "LIMBU LETTER YAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x190B,
        name: "LIMBU LETTER TA",
    },
    Character {
        age: "4.0",
        codepoint: 0x190C,
        name: "LIMBU LETTER THA",
    },
    Character {
        age: "4.0",
        codepoint: 0x190D,
        name: "LIMBU LETTER DA",
    },
    Character {
        age: "4.0",
        codepoint: 0x190E,
        name: "LIMBU LETTER DHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x190F,
        name: "LIMBU LETTER NA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1910,
        name: "LIMBU LETTER PA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1911,
        name: "LIMBU LETTER PHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1912,
        name: "LIMBU LETTER BA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1913,
        name: "LIMBU LETTER BHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1914,
        name: "LIMBU LETTER MA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1915,
        name: "LIMBU LETTER YA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1916,
        name: "LIMBU LETTER RA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1917,
        name: "LIMBU LETTER LA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1918,
        name: "LIMBU LETTER WA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1919,
        name: "LIMBU LETTER SHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x191A,
        name: "LIMBU LETTER SSA",
    },
    Character {
        age: "4.0",
        codepoint: 0x191B,
        name: "LIMBU LETTER SA",
    },
    Character {
        age: "4.0",
        codepoint: 0x191C,
        name: "LIMBU LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x191D,
        name: "LIMBU LETTER GYAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x191E,
        name: "LIMBU LETTER TRA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1920,
        name: "LIMBU VOWEL SIGN A",
    },
    Character {
        age: "4.0",
        codepoint: 0x1921,
        name: "LIMBU VOWEL SIGN I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1922,
        name: "LIMBU VOWEL SIGN U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1923,
        name: "LIMBU VOWEL SIGN EE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1924,
        name: "LIMBU VOWEL SIGN AI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1925,
        name: "LIMBU VOWEL SIGN OO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1926,
        name: "LIMBU VOWEL SIGN AU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1927,
        name: "LIMBU VOWEL SIGN E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1928,
        name: "LIMBU VOWEL SIGN O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1929,
        name: "LIMBU SUBJOINED LETTER YA",
    },
    Character {
        age: "4.0",
        codepoint: 0x192A,
        name: "LIMBU SUBJOINED LETTER RA",
    },
    Character {
        age: "4.0",
        codepoint: 0x192B,
        name: "LIMBU SUBJOINED LETTER WA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1930,
        name: "LIMBU SMALL LETTER KA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1931,
        name: "LIMBU SMALL LETTER NGA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1932,
        name: "LIMBU SMALL LETTER ANUSVARA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1933,
        name: "LIMBU SMALL LETTER TA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1934,
        name: "LIMBU SMALL LETTER NA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1935,
        name: "LIMBU SMALL LETTER PA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1936,
        name: "LIMBU SMALL LETTER MA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1937,
        name: "LIMBU SMALL LETTER RA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1938,
        name: "LIMBU SMALL LETTER LA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1939,
        name: "LIMBU SIGN MUKPHRENG",
    },
    Character {
        age: "4.0",
        codepoint: 0x193A,
        name: "LIMBU SIGN KEMPHRENG",
    },
    Character {
        age: "4.0",
        codepoint: 0x193B,
        name: "LIMBU SIGN SA-I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1940,
        name: "LIMBU SIGN LOO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1944,
        name: "LIMBU EXCLAMATION MARK",
    },
    Character {
        age: "4.0",
        codepoint: 0x1945,
        name: "LIMBU QUESTION MARK",
    },
    Character {
        age: "4.0",
        codepoint: 0x1946,
        name: "LIMBU DIGIT ZERO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1947,
        name: "LIMBU DIGIT ONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1948,
        name: "LIMBU DIGIT TWO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1949,
        name: "LIMBU DIGIT THREE",
    },
    Character {
        age: "4.0",
        codepoint: 0x194A,
        name: "LIMBU DIGIT FOUR",
    },
    Character {
        age: "4.0",
        codepoint: 0x194B,
        name: "LIMBU DIGIT FIVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x194C,
        name: "LIMBU DIGIT SIX",
    },
    Character {
        age: "4.0",
        codepoint: 0x194D,
        name: "LIMBU DIGIT SEVEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x194E,
        name: "LIMBU DIGIT EIGHT",
    },
    Character {
        age: "4.0",
        codepoint: 0x194F,
        name: "LIMBU DIGIT NINE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1950,
        name: "TAI LE LETTER KA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1951,
        name: "TAI LE LETTER XA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1952,
        name: "TAI LE LETTER NGA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1953,
        name: "TAI LE LETTER TSA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1954,
        name: "TAI LE LETTER SA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1955,
        name: "TAI LE LETTER YA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1956,
        name: "TAI LE LETTER TA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1957,
        name: "TAI LE LETTER THA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1958,
        name: "TAI LE LETTER LA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1959,
        name: "TAI LE LETTER PA",
    },
    Character {
        age: "4.0",
        codepoint: 0x195A,
        name: "TAI LE LETTER PHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x195B,
        name: "TAI LE LETTER MA",
    },
    Character {
        age: "4.0",
        codepoint: 0x195C,
        name: "TAI LE LETTER FA",
    },
    Character {
        age: "4.0",
        codepoint: 0x195D,
        name: "TAI LE LETTER VA",
    },
    Character {
        age: "4.0",
        codepoint: 0x195E,
        name: "TAI LE LETTER HA",
    },
    Character {
        age: "4.0",
        codepoint: 0x195F,
        name: "TAI LE LETTER QA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1960,
        name: "TAI LE LETTER KHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1961,
        name: "TAI LE LETTER TSHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1962,
        name: "TAI LE LETTER NA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1963,
        name: "TAI LE LETTER A",
    },
    Character {
        age: "4.0",
        codepoint: 0x1964,
        name: "TAI LE LETTER I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1965,
        name: "TAI LE LETTER EE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1966,
        name: "TAI LE LETTER EH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1967,
        name: "TAI LE LETTER U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1968,
        name: "TAI LE LETTER OO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1969,
        name: "TAI LE LETTER O",
    },
    Character {
        age: "4.0",
        codepoint: 0x196A,
        name: "TAI LE LETTER UE",
    },
    Character {
        age: "4.0",
        codepoint: 0x196B,
        name: "TAI LE LETTER E",
    },
    Character {
        age: "4.0",
        codepoint: 0x196C,
        name: "TAI LE LETTER AUE",
    },
    Character {
        age: "4.0",
        codepoint: 0x196D,
        name: "TAI LE LETTER AI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1970,
        name: "TAI LE LETTER TONE-2",
    },
    Character {
        age: "4.0",
        codepoint: 0x1971,
        name: "TAI LE LETTER TONE-3",
    },
    Character {
        age: "4.0",
        codepoint: 0x1972,
        name: "TAI LE LETTER TONE-4",
    },
    Character {
        age: "4.0",
        codepoint: 0x1973,
        name: "TAI LE LETTER TONE-5",
    },
    Character {
        age: "4.0",
        codepoint: 0x1974,
        name: "TAI LE LETTER TONE-6",
    },
    Character {
        age: "4.1",
        codepoint: 0x1980,
        name: "NEW TAI LUE LETTER HIGH QA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1981,
        name: "NEW TAI LUE LETTER LOW QA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1982,
        name: "NEW TAI LUE LETTER HIGH KA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1983,
        name: "NEW TAI LUE LETTER HIGH XA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1984,
        name: "NEW TAI LUE LETTER HIGH NGA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1985,
        name: "NEW TAI LUE LETTER LOW KA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1986,
        name: "NEW TAI LUE LETTER LOW XA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1987,
        name: "NEW TAI LUE LETTER LOW NGA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1988,
        name: "NEW TAI LUE LETTER HIGH TSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1989,
        name: "NEW TAI LUE LETTER HIGH SA",
    },
    Character {
        age: "4.1",
        codepoint: 0x198A,
        name: "NEW TAI LUE LETTER HIGH YA",
    },
    Character {
        age: "4.1",
        codepoint: 0x198B,
        name: "NEW TAI LUE LETTER LOW TSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x198C,
        name: "NEW TAI LUE LETTER LOW SA",
    },
    Character {
        age: "4.1",
        codepoint: 0x198D,
        name: "NEW TAI LUE LETTER LOW YA",
    },
    Character {
        age: "4.1",
        codepoint: 0x198E,
        name: "NEW TAI LUE LETTER HIGH TA",
    },
    Character {
        age: "4.1",
        codepoint: 0x198F,
        name: "NEW TAI LUE LETTER HIGH THA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1990,
        name: "NEW TAI LUE LETTER HIGH NA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1991,
        name: "NEW TAI LUE LETTER LOW TA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1992,
        name: "NEW TAI LUE LETTER LOW THA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1993,
        name: "NEW TAI LUE LETTER LOW NA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1994,
        name: "NEW TAI LUE LETTER HIGH PA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1995,
        name: "NEW TAI LUE LETTER HIGH PHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1996,
        name: "NEW TAI LUE LETTER HIGH MA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1997,
        name: "NEW TAI LUE LETTER LOW PA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1998,
        name: "NEW TAI LUE LETTER LOW PHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1999,
        name: "NEW TAI LUE LETTER LOW MA",
    },
    Character {
        age: "4.1",
        codepoint: 0x199A,
        name: "NEW TAI LUE LETTER HIGH FA",
    },
    Character {
        age: "4.1",
        codepoint: 0x199B,
        name: "NEW TAI LUE LETTER HIGH VA",
    },
    Character {
        age: "4.1",
        codepoint: 0x199C,
        name: "NEW TAI LUE LETTER HIGH LA",
    },
    Character {
        age: "4.1",
        codepoint: 0x199D,
        name: "NEW TAI LUE LETTER LOW FA",
    },
    Character {
        age: "4.1",
        codepoint: 0x199E,
        name: "NEW TAI LUE LETTER LOW VA",
    },
    Character {
        age: "4.1",
        codepoint: 0x199F,
        name: "NEW TAI LUE LETTER LOW LA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A0,
        name: "NEW TAI LUE LETTER HIGH HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A1,
        name: "NEW TAI LUE LETTER HIGH DA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A2,
        name: "NEW TAI LUE LETTER HIGH BA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A3,
        name: "NEW TAI LUE LETTER LOW HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A4,
        name: "NEW TAI LUE LETTER LOW DA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A5,
        name: "NEW TAI LUE LETTER LOW BA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A6,
        name: "NEW TAI LUE LETTER HIGH KVA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A7,
        name: "NEW TAI LUE LETTER HIGH XVA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A8,
        name: "NEW TAI LUE LETTER LOW KVA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19A9,
        name: "NEW TAI LUE LETTER LOW XVA",
    },
    Character {
        age: "5.2",
        codepoint: 0x19AA,
        name: "NEW TAI LUE LETTER HIGH SUA",
    },
    Character {
        age: "5.2",
        codepoint: 0x19AB,
        name: "NEW TAI LUE LETTER LOW SUA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B0,
        name: "NEW TAI LUE VOWEL SIGN VOWEL SHORTENER",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B1,
        name: "NEW TAI LUE VOWEL SIGN AA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B2,
        name: "NEW TAI LUE VOWEL SIGN II",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B3,
        name: "NEW TAI LUE VOWEL SIGN U",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B4,
        name: "NEW TAI LUE VOWEL SIGN UU",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B5,
        name: "NEW TAI LUE VOWEL SIGN E",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B6,
        name: "NEW TAI LUE VOWEL SIGN AE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B7,
        name: "NEW TAI LUE VOWEL SIGN O",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B8,
        name: "NEW TAI LUE VOWEL SIGN OA",
    },
    Character {
        age: "4.1",
        codepoint: 0x19B9,
        name: "NEW TAI LUE VOWEL SIGN UE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19BA,
        name: "NEW TAI LUE VOWEL SIGN AY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19BB,
        name: "NEW TAI LUE VOWEL SIGN AAY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19BC,
        name: "NEW TAI LUE VOWEL SIGN UY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19BD,
        name: "NEW TAI LUE VOWEL SIGN OY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19BE,
        name: "NEW TAI LUE VOWEL SIGN OAY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19BF,
        name: "NEW TAI LUE VOWEL SIGN UEY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C0,
        name: "NEW TAI LUE VOWEL SIGN IY",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C1,
        name: "NEW TAI LUE LETTER FINAL V",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C2,
        name: "NEW TAI LUE LETTER FINAL NG",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C3,
        name: "NEW TAI LUE LETTER FINAL N",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C4,
        name: "NEW TAI LUE LETTER FINAL M",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C5,
        name: "NEW TAI LUE LETTER FINAL K",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C6,
        name: "NEW TAI LUE LETTER FINAL D",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C7,
        name: "NEW TAI LUE LETTER FINAL B",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C8,
        name: "NEW TAI LUE TONE MARK-1",
    },
    Character {
        age: "4.1",
        codepoint: 0x19C9,
        name: "NEW TAI LUE TONE MARK-2",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D0,
        name: "NEW TAI LUE DIGIT ZERO",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D1,
        name: "NEW TAI LUE DIGIT ONE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D2,
        name: "NEW TAI LUE DIGIT TWO",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D3,
        name: "NEW TAI LUE DIGIT THREE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D4,
        name: "NEW TAI LUE DIGIT FOUR",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D5,
        name: "NEW TAI LUE DIGIT FIVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D6,
        name: "NEW TAI LUE DIGIT SIX",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D7,
        name: "NEW TAI LUE DIGIT SEVEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D8,
        name: "NEW TAI LUE DIGIT EIGHT",
    },
    Character {
        age: "4.1",
        codepoint: 0x19D9,
        name: "NEW TAI LUE DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x19DA,
        name: "NEW TAI LUE THAM DIGIT ONE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19DE,
        name: "NEW TAI LUE SIGN LAE",
    },
    Character {
        age: "4.1",
        codepoint: 0x19DF,
        name: "NEW TAI LUE SIGN LAEV",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E0,
        name: "KHMER SYMBOL PATHAMASAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E1,
        name: "KHMER SYMBOL MUOY KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E2,
        name: "KHMER SYMBOL PII KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E3,
        name: "KHMER SYMBOL BEI KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E4,
        name: "KHMER SYMBOL BUON KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E5,
        name: "KHMER SYMBOL PRAM KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E6,
        name: "KHMER SYMBOL PRAM-MUOY KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E7,
        name: "KHMER SYMBOL PRAM-PII KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E8,
        name: "KHMER SYMBOL PRAM-BEI KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19E9,
        name: "KHMER SYMBOL PRAM-BUON KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19EA,
        name: "KHMER SYMBOL DAP KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19EB,
        name: "KHMER SYMBOL DAP-MUOY KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19EC,
        name: "KHMER SYMBOL DAP-PII KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19ED,
        name: "KHMER SYMBOL DAP-BEI KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19EE,
        name: "KHMER SYMBOL DAP-BUON KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19EF,
        name: "KHMER SYMBOL DAP-PRAM KOET",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F0,
        name: "KHMER SYMBOL TUTEYASAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F1,
        name: "KHMER SYMBOL MUOY ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F2,
        name: "KHMER SYMBOL PII ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F3,
        name: "KHMER SYMBOL BEI ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F4,
        name: "KHMER SYMBOL BUON ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F5,
        name: "KHMER SYMBOL PRAM ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F6,
        name: "KHMER SYMBOL PRAM-MUOY ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F7,
        name: "KHMER SYMBOL PRAM-PII ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F8,
        name: "KHMER SYMBOL PRAM-BEI ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19F9,
        name: "KHMER SYMBOL PRAM-BUON ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19FA,
        name: "KHMER SYMBOL DAP ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19FB,
        name: "KHMER SYMBOL DAP-MUOY ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19FC,
        name: "KHMER SYMBOL DAP-PII ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19FD,
        name: "KHMER SYMBOL DAP-BEI ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19FE,
        name: "KHMER SYMBOL DAP-BUON ROC",
    },
    Character {
        age: "4.0",
        codepoint: 0x19FF,
        name: "KHMER SYMBOL DAP-PRAM ROC",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A00,
        name: "BUGINESE LETTER KA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A01,
        name: "BUGINESE LETTER GA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A02,
        name: "BUGINESE LETTER NGA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A03,
        name: "BUGINESE LETTER NGKA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A04,
        name: "BUGINESE LETTER PA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A05,
        name: "BUGINESE LETTER BA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A06,
        name: "BUGINESE LETTER MA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A07,
        name: "BUGINESE LETTER MPA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A08,
        name: "BUGINESE LETTER TA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A09,
        name: "BUGINESE LETTER DA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A0A,
        name: "BUGINESE LETTER NA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A0B,
        name: "BUGINESE LETTER NRA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A0C,
        name: "BUGINESE LETTER CA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A0D,
        name: "BUGINESE LETTER JA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A0E,
        name: "BUGINESE LETTER NYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A0F,
        name: "BUGINESE LETTER NYCA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A10,
        name: "BUGINESE LETTER YA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A11,
        name: "BUGINESE LETTER RA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A12,
        name: "BUGINESE LETTER LA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A13,
        name: "BUGINESE LETTER VA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A14,
        name: "BUGINESE LETTER SA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A15,
        name: "BUGINESE LETTER A",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A16,
        name: "BUGINESE LETTER HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A17,
        name: "BUGINESE VOWEL SIGN I",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A18,
        name: "BUGINESE VOWEL SIGN U",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A19,
        name: "BUGINESE VOWEL SIGN E",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A1A,
        name: "BUGINESE VOWEL SIGN O",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A1B,
        name: "BUGINESE VOWEL SIGN AE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A1E,
        name: "BUGINESE PALLAWA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1A1F,
        name: "BUGINESE END OF SECTION",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A20,
        name: "TAI THAM LETTER HIGH KA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A21,
        name: "TAI THAM LETTER HIGH KHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A22,
        name: "TAI THAM LETTER HIGH KXA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A23,
        name: "TAI THAM LETTER LOW KA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A24,
        name: "TAI THAM LETTER LOW KXA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A25,
        name: "TAI THAM LETTER LOW KHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A26,
        name: "TAI THAM LETTER NGA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A27,
        name: "TAI THAM LETTER HIGH CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A28,
        name: "TAI THAM LETTER HIGH CHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A29,
        name: "TAI THAM LETTER LOW CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A2A,
        name: "TAI THAM LETTER LOW SA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A2B,
        name: "TAI THAM LETTER LOW CHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A2C,
        name: "TAI THAM LETTER NYA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A2D,
        name: "TAI THAM LETTER RATA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A2E,
        name: "TAI THAM LETTER HIGH RATHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A2F,
        name: "TAI THAM LETTER DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A30,
        name: "TAI THAM LETTER LOW RATHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A31,
        name: "TAI THAM LETTER RANA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A32,
        name: "TAI THAM LETTER HIGH TA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A33,
        name: "TAI THAM LETTER HIGH THA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A34,
        name: "TAI THAM LETTER LOW TA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A35,
        name: "TAI THAM LETTER LOW THA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A36,
        name: "TAI THAM LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A37,
        name: "TAI THAM LETTER BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A38,
        name: "TAI THAM LETTER HIGH PA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A39,
        name: "TAI THAM LETTER HIGH PHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A3A,
        name: "TAI THAM LETTER HIGH FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A3B,
        name: "TAI THAM LETTER LOW PA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A3C,
        name: "TAI THAM LETTER LOW FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A3D,
        name: "TAI THAM LETTER LOW PHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A3E,
        name: "TAI THAM LETTER MA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A3F,
        name: "TAI THAM LETTER LOW YA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A40,
        name: "TAI THAM LETTER HIGH YA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A41,
        name: "TAI THAM LETTER RA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A42,
        name: "TAI THAM LETTER RUE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A43,
        name: "TAI THAM LETTER LA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A44,
        name: "TAI THAM LETTER LUE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A45,
        name: "TAI THAM LETTER WA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A46,
        name: "TAI THAM LETTER HIGH SHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A47,
        name: "TAI THAM LETTER HIGH SSA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A48,
        name: "TAI THAM LETTER HIGH SA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A49,
        name: "TAI THAM LETTER HIGH HA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A4A,
        name: "TAI THAM LETTER LLA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A4B,
        name: "TAI THAM LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A4C,
        name: "TAI THAM LETTER LOW HA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A4D,
        name: "TAI THAM LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A4E,
        name: "TAI THAM LETTER II",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A4F,
        name: "TAI THAM LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A50,
        name: "TAI THAM LETTER UU",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A51,
        name: "TAI THAM LETTER EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A52,
        name: "TAI THAM LETTER OO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A53,
        name: "TAI THAM LETTER LAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A54,
        name: "TAI THAM LETTER GREAT SA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A55,
        name: "TAI THAM CONSONANT SIGN MEDIAL RA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A56,
        name: "TAI THAM CONSONANT SIGN MEDIAL LA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A57,
        name: "TAI THAM CONSONANT SIGN LA TANG LAI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A58,
        name: "TAI THAM SIGN MAI KANG LAI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A59,
        name: "TAI THAM CONSONANT SIGN FINAL NGA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A5A,
        name: "TAI THAM CONSONANT SIGN LOW PA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A5B,
        name: "TAI THAM CONSONANT SIGN HIGH RATHA OR LOW PA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A5C,
        name: "TAI THAM CONSONANT SIGN MA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A5D,
        name: "TAI THAM CONSONANT SIGN BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A5E,
        name: "TAI THAM CONSONANT SIGN SA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A60,
        name: "TAI THAM SIGN SAKOT",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A61,
        name: "TAI THAM VOWEL SIGN A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A62,
        name: "TAI THAM VOWEL SIGN MAI SAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A63,
        name: "TAI THAM VOWEL SIGN AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A64,
        name: "TAI THAM VOWEL SIGN TALL AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A65,
        name: "TAI THAM VOWEL SIGN I",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A66,
        name: "TAI THAM VOWEL SIGN II",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A67,
        name: "TAI THAM VOWEL SIGN UE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A68,
        name: "TAI THAM VOWEL SIGN UUE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A69,
        name: "TAI THAM VOWEL SIGN U",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A6A,
        name: "TAI THAM VOWEL SIGN UU",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A6B,
        name: "TAI THAM VOWEL SIGN O",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A6C,
        name: "TAI THAM VOWEL SIGN OA BELOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A6D,
        name: "TAI THAM VOWEL SIGN OY",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A6E,
        name: "TAI THAM VOWEL SIGN E",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A6F,
        name: "TAI THAM VOWEL SIGN AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A70,
        name: "TAI THAM VOWEL SIGN OO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A71,
        name: "TAI THAM VOWEL SIGN AI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A72,
        name: "TAI THAM VOWEL SIGN THAM AI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A73,
        name: "TAI THAM VOWEL SIGN OA ABOVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A74,
        name: "TAI THAM SIGN MAI KANG",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A75,
        name: "TAI THAM SIGN TONE-1",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A76,
        name: "TAI THAM SIGN TONE-2",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A77,
        name: "TAI THAM SIGN KHUEN TONE-3",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A78,
        name: "TAI THAM SIGN KHUEN TONE-4",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A79,
        name: "TAI THAM SIGN KHUEN TONE-5",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A7A,
        name: "TAI THAM SIGN RA HAAM",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A7B,
        name: "TAI THAM SIGN MAI SAM",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A7C,
        name: "TAI THAM SIGN KHUEN-LUE KARAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A7F,
        name: "TAI THAM COMBINING CRYPTOGRAMMIC DOT",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A80,
        name: "TAI THAM HORA DIGIT ZERO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A81,
        name: "TAI THAM HORA DIGIT ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A82,
        name: "TAI THAM HORA DIGIT TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A83,
        name: "TAI THAM HORA DIGIT THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A84,
        name: "TAI THAM HORA DIGIT FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A85,
        name: "TAI THAM HORA DIGIT FIVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A86,
        name: "TAI THAM HORA DIGIT SIX",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A87,
        name: "TAI THAM HORA DIGIT SEVEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A88,
        name: "TAI THAM HORA DIGIT EIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A89,
        name: "TAI THAM HORA DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A90,
        name: "TAI THAM THAM DIGIT ZERO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A91,
        name: "TAI THAM THAM DIGIT ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A92,
        name: "TAI THAM THAM DIGIT TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A93,
        name: "TAI THAM THAM DIGIT THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A94,
        name: "TAI THAM THAM DIGIT FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A95,
        name: "TAI THAM THAM DIGIT FIVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A96,
        name: "TAI THAM THAM DIGIT SIX",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A97,
        name: "TAI THAM THAM DIGIT SEVEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A98,
        name: "TAI THAM THAM DIGIT EIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0x1A99,
        name: "TAI THAM THAM DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA0,
        name: "TAI THAM SIGN WIANG",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA1,
        name: "TAI THAM SIGN WIANGWAAK",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA2,
        name: "TAI THAM SIGN SAWAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA3,
        name: "TAI THAM SIGN KEOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA4,
        name: "TAI THAM SIGN HOY",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA5,
        name: "TAI THAM SIGN DOKMAI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA6,
        name: "TAI THAM SIGN REVERSED ROTATED RANA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA7,
        name: "TAI THAM SIGN MAI YAMOK",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA8,
        name: "TAI THAM SIGN KAAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AA9,
        name: "TAI THAM SIGN KAANKUU",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AAA,
        name: "TAI THAM SIGN SATKAAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AAB,
        name: "TAI THAM SIGN SATKAANKUU",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AAC,
        name: "TAI THAM SIGN HANG",
    },
    Character {
        age: "5.2",
        codepoint: 0x1AAD,
        name: "TAI THAM SIGN CAANG",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB0,
        name: "COMBINING DOUBLED CIRCUMFLEX ACCENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB1,
        name: "COMBINING DIAERESIS-RING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB2,
        name: "COMBINING INFINITY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB3,
        name: "COMBINING DOWNWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB4,
        name: "COMBINING TRIPLE DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB5,
        name: "COMBINING X-X BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB6,
        name: "COMBINING WIGGLY LINE BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB7,
        name: "COMBINING OPEN MARK BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB8,
        name: "COMBINING DOUBLE OPEN MARK BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1AB9,
        name: "COMBINING LIGHT CENTRALIZATION STROKE BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1ABA,
        name: "COMBINING STRONG CENTRALIZATION STROKE BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1ABB,
        name: "COMBINING PARENTHESES ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1ABC,
        name: "COMBINING DOUBLE PARENTHESES ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1ABD,
        name: "COMBINING PARENTHESES BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1ABE,
        name: "COMBINING PARENTHESES OVERLAY",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B00,
        name: "BALINESE SIGN ULU RICEM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B01,
        name: "BALINESE SIGN ULU CANDRA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B02,
        name: "BALINESE SIGN CECEK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B03,
        name: "BALINESE SIGN SURANG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B04,
        name: "BALINESE SIGN BISAH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B05,
        name: "BALINESE LETTER AKARA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B06,
        name: "BALINESE LETTER AKARA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B07,
        name: "BALINESE LETTER IKARA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B08,
        name: "BALINESE LETTER IKARA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B09,
        name: "BALINESE LETTER UKARA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B0A,
        name: "BALINESE LETTER UKARA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B0B,
        name: "BALINESE LETTER RA REPA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B0C,
        name: "BALINESE LETTER RA REPA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B0D,
        name: "BALINESE LETTER LA LENGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B0E,
        name: "BALINESE LETTER LA LENGA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B0F,
        name: "BALINESE LETTER EKARA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B10,
        name: "BALINESE LETTER AIKARA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B11,
        name: "BALINESE LETTER OKARA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B12,
        name: "BALINESE LETTER OKARA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B13,
        name: "BALINESE LETTER KA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B14,
        name: "BALINESE LETTER KA MAHAPRANA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B15,
        name: "BALINESE LETTER GA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B16,
        name: "BALINESE LETTER GA GORA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B17,
        name: "BALINESE LETTER NGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B18,
        name: "BALINESE LETTER CA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B19,
        name: "BALINESE LETTER CA LACA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B1A,
        name: "BALINESE LETTER JA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B1B,
        name: "BALINESE LETTER JA JERA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B1C,
        name: "BALINESE LETTER NYA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B1D,
        name: "BALINESE LETTER TA LATIK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B1E,
        name: "BALINESE LETTER TA MURDA MAHAPRANA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B1F,
        name: "BALINESE LETTER DA MURDA ALPAPRANA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B20,
        name: "BALINESE LETTER DA MURDA MAHAPRANA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B21,
        name: "BALINESE LETTER NA RAMBAT",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B22,
        name: "BALINESE LETTER TA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B23,
        name: "BALINESE LETTER TA TAWA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B24,
        name: "BALINESE LETTER DA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B25,
        name: "BALINESE LETTER DA MADU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B26,
        name: "BALINESE LETTER NA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B27,
        name: "BALINESE LETTER PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B28,
        name: "BALINESE LETTER PA KAPAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B29,
        name: "BALINESE LETTER BA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B2A,
        name: "BALINESE LETTER BA KEMBANG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B2B,
        name: "BALINESE LETTER MA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B2C,
        name: "BALINESE LETTER YA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B2D,
        name: "BALINESE LETTER RA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B2E,
        name: "BALINESE LETTER LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B2F,
        name: "BALINESE LETTER WA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B30,
        name: "BALINESE LETTER SA SAGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B31,
        name: "BALINESE LETTER SA SAPA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B32,
        name: "BALINESE LETTER SA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B33,
        name: "BALINESE LETTER HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B34,
        name: "BALINESE SIGN REREKAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B35,
        name: "BALINESE VOWEL SIGN TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B36,
        name: "BALINESE VOWEL SIGN ULU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B37,
        name: "BALINESE VOWEL SIGN ULU SARI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B38,
        name: "BALINESE VOWEL SIGN SUKU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B39,
        name: "BALINESE VOWEL SIGN SUKU ILUT",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B3A,
        name: "BALINESE VOWEL SIGN RA REPA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B3B,
        name: "BALINESE VOWEL SIGN RA REPA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B3C,
        name: "BALINESE VOWEL SIGN LA LENGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B3D,
        name: "BALINESE VOWEL SIGN LA LENGA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B3E,
        name: "BALINESE VOWEL SIGN TALING",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B3F,
        name: "BALINESE VOWEL SIGN TALING REPA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B40,
        name: "BALINESE VOWEL SIGN TALING TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B41,
        name: "BALINESE VOWEL SIGN TALING REPA TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B42,
        name: "BALINESE VOWEL SIGN PEPET",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B43,
        name: "BALINESE VOWEL SIGN PEPET TEDUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B44,
        name: "BALINESE ADEG ADEG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B45,
        name: "BALINESE LETTER KAF SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B46,
        name: "BALINESE LETTER KHOT SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B47,
        name: "BALINESE LETTER TZIR SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B48,
        name: "BALINESE LETTER EF SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B49,
        name: "BALINESE LETTER VE SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B4A,
        name: "BALINESE LETTER ZAL SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B4B,
        name: "BALINESE LETTER ASYURA SASAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B50,
        name: "BALINESE DIGIT ZERO",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B51,
        name: "BALINESE DIGIT ONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B52,
        name: "BALINESE DIGIT TWO",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B53,
        name: "BALINESE DIGIT THREE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B54,
        name: "BALINESE DIGIT FOUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B55,
        name: "BALINESE DIGIT FIVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B56,
        name: "BALINESE DIGIT SIX",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B57,
        name: "BALINESE DIGIT SEVEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B58,
        name: "BALINESE DIGIT EIGHT",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B59,
        name: "BALINESE DIGIT NINE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B5A,
        name: "BALINESE PANTI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B5B,
        name: "BALINESE PAMADA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B5C,
        name: "BALINESE WINDU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B5D,
        name: "BALINESE CARIK PAMUNGKAH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B5E,
        name: "BALINESE CARIK SIKI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B5F,
        name: "BALINESE CARIK PAREREN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B60,
        name: "BALINESE PAMENENG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B61,
        name: "BALINESE MUSICAL SYMBOL DONG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B62,
        name: "BALINESE MUSICAL SYMBOL DENG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B63,
        name: "BALINESE MUSICAL SYMBOL DUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B64,
        name: "BALINESE MUSICAL SYMBOL DANG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B65,
        name: "BALINESE MUSICAL SYMBOL DANG SURANG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B66,
        name: "BALINESE MUSICAL SYMBOL DING",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B67,
        name: "BALINESE MUSICAL SYMBOL DAENG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B68,
        name: "BALINESE MUSICAL SYMBOL DEUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B69,
        name: "BALINESE MUSICAL SYMBOL DAING",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B6A,
        name: "BALINESE MUSICAL SYMBOL DANG GEDE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B6B,
        name: "BALINESE MUSICAL SYMBOL COMBINING TEGEH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B6C,
        name: "BALINESE MUSICAL SYMBOL COMBINING ENDEP",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B6D,
        name: "BALINESE MUSICAL SYMBOL COMBINING KEMPUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B6E,
        name: "BALINESE MUSICAL SYMBOL COMBINING KEMPLI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B6F,
        name: "BALINESE MUSICAL SYMBOL COMBINING JEGOGAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B70,
        name: "BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B71,
        name: "BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B72,
        name: "BALINESE MUSICAL SYMBOL COMBINING BENDE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B73,
        name: "BALINESE MUSICAL SYMBOL COMBINING GONG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B74,
        name: "BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B75,
        name: "BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B76,
        name: "BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TUK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B77,
        name: "BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B78,
        name: "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PANG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B79,
        name: "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PUNG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B7A,
        name: "BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B7B,
        name: "BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLUK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1B7C,
        name: "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B80,
        name: "SUNDANESE SIGN PANYECEK",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B81,
        name: "SUNDANESE SIGN PANGLAYAR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B82,
        name: "SUNDANESE SIGN PANGWISAD",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B83,
        name: "SUNDANESE LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B84,
        name: "SUNDANESE LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B85,
        name: "SUNDANESE LETTER U",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B86,
        name: "SUNDANESE LETTER AE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B87,
        name: "SUNDANESE LETTER O",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B88,
        name: "SUNDANESE LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B89,
        name: "SUNDANESE LETTER EU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B8A,
        name: "SUNDANESE LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B8B,
        name: "SUNDANESE LETTER QA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B8C,
        name: "SUNDANESE LETTER GA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B8D,
        name: "SUNDANESE LETTER NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B8E,
        name: "SUNDANESE LETTER CA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B8F,
        name: "SUNDANESE LETTER JA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B90,
        name: "SUNDANESE LETTER ZA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B91,
        name: "SUNDANESE LETTER NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B92,
        name: "SUNDANESE LETTER TA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B93,
        name: "SUNDANESE LETTER DA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B94,
        name: "SUNDANESE LETTER NA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B95,
        name: "SUNDANESE LETTER PA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B96,
        name: "SUNDANESE LETTER FA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B97,
        name: "SUNDANESE LETTER VA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B98,
        name: "SUNDANESE LETTER BA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B99,
        name: "SUNDANESE LETTER MA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B9A,
        name: "SUNDANESE LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B9B,
        name: "SUNDANESE LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B9C,
        name: "SUNDANESE LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B9D,
        name: "SUNDANESE LETTER WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B9E,
        name: "SUNDANESE LETTER SA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1B9F,
        name: "SUNDANESE LETTER XA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA0,
        name: "SUNDANESE LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA1,
        name: "SUNDANESE CONSONANT SIGN PAMINGKAL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA2,
        name: "SUNDANESE CONSONANT SIGN PANYAKRA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA3,
        name: "SUNDANESE CONSONANT SIGN PANYIKU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA4,
        name: "SUNDANESE VOWEL SIGN PANGHULU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA5,
        name: "SUNDANESE VOWEL SIGN PANYUKU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA6,
        name: "SUNDANESE VOWEL SIGN PANAELAENG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA7,
        name: "SUNDANESE VOWEL SIGN PANOLONG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA8,
        name: "SUNDANESE VOWEL SIGN PAMEPET",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BA9,
        name: "SUNDANESE VOWEL SIGN PANEULEUNG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BAA,
        name: "SUNDANESE SIGN PAMAAEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BAB,
        name: "SUNDANESE SIGN VIRAMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BAC,
        name: "SUNDANESE CONSONANT SIGN PASANGAN MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BAD,
        name: "SUNDANESE CONSONANT SIGN PASANGAN WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BAE,
        name: "SUNDANESE LETTER KHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BAF,
        name: "SUNDANESE LETTER SYA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB0,
        name: "SUNDANESE DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB1,
        name: "SUNDANESE DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB2,
        name: "SUNDANESE DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB3,
        name: "SUNDANESE DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB4,
        name: "SUNDANESE DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB5,
        name: "SUNDANESE DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB6,
        name: "SUNDANESE DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB7,
        name: "SUNDANESE DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB8,
        name: "SUNDANESE DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1BB9,
        name: "SUNDANESE DIGIT NINE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BBA,
        name: "SUNDANESE AVAGRAHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BBB,
        name: "SUNDANESE LETTER REU",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BBC,
        name: "SUNDANESE LETTER LEU",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BBD,
        name: "SUNDANESE LETTER BHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BBE,
        name: "SUNDANESE LETTER FINAL K",
    },
    Character {
        age: "6.1",
        codepoint: 0x1BBF,
        name: "SUNDANESE LETTER FINAL M",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC0,
        name: "BATAK LETTER A",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC1,
        name: "BATAK LETTER SIMALUNGUN A",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC2,
        name: "BATAK LETTER HA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC3,
        name: "BATAK LETTER SIMALUNGUN HA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC4,
        name: "BATAK LETTER MANDAILING HA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC5,
        name: "BATAK LETTER BA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC6,
        name: "BATAK LETTER KARO BA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC7,
        name: "BATAK LETTER PA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC8,
        name: "BATAK LETTER SIMALUNGUN PA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BC9,
        name: "BATAK LETTER NA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BCA,
        name: "BATAK LETTER MANDAILING NA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BCB,
        name: "BATAK LETTER WA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BCC,
        name: "BATAK LETTER SIMALUNGUN WA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BCD,
        name: "BATAK LETTER PAKPAK WA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BCE,
        name: "BATAK LETTER GA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BCF,
        name: "BATAK LETTER SIMALUNGUN GA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD0,
        name: "BATAK LETTER JA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD1,
        name: "BATAK LETTER DA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD2,
        name: "BATAK LETTER RA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD3,
        name: "BATAK LETTER SIMALUNGUN RA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD4,
        name: "BATAK LETTER MA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD5,
        name: "BATAK LETTER SIMALUNGUN MA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD6,
        name: "BATAK LETTER SOUTHERN TA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD7,
        name: "BATAK LETTER NORTHERN TA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD8,
        name: "BATAK LETTER SA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BD9,
        name: "BATAK LETTER SIMALUNGUN SA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BDA,
        name: "BATAK LETTER MANDAILING SA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BDB,
        name: "BATAK LETTER YA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BDC,
        name: "BATAK LETTER SIMALUNGUN YA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BDD,
        name: "BATAK LETTER NGA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BDE,
        name: "BATAK LETTER LA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BDF,
        name: "BATAK LETTER SIMALUNGUN LA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE0,
        name: "BATAK LETTER NYA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE1,
        name: "BATAK LETTER CA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE2,
        name: "BATAK LETTER NDA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE3,
        name: "BATAK LETTER MBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE4,
        name: "BATAK LETTER I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE5,
        name: "BATAK LETTER U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE6,
        name: "BATAK SIGN TOMPI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE7,
        name: "BATAK VOWEL SIGN E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE8,
        name: "BATAK VOWEL SIGN PAKPAK E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BE9,
        name: "BATAK VOWEL SIGN EE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BEA,
        name: "BATAK VOWEL SIGN I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BEB,
        name: "BATAK VOWEL SIGN KARO I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BEC,
        name: "BATAK VOWEL SIGN O",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BED,
        name: "BATAK VOWEL SIGN KARO O",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BEE,
        name: "BATAK VOWEL SIGN U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BEF,
        name: "BATAK VOWEL SIGN U FOR SIMALUNGUN SA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BF0,
        name: "BATAK CONSONANT SIGN NG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BF1,
        name: "BATAK CONSONANT SIGN H",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BF2,
        name: "BATAK PANGOLAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BF3,
        name: "BATAK PANONGONAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BFC,
        name: "BATAK SYMBOL BINDU NA METEK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BFD,
        name: "BATAK SYMBOL BINDU PINARBORAS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BFE,
        name: "BATAK SYMBOL BINDU JUDUL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1BFF,
        name: "BATAK SYMBOL BINDU PANGOLAT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C00,
        name: "LEPCHA LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C01,
        name: "LEPCHA LETTER KLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C02,
        name: "LEPCHA LETTER KHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C03,
        name: "LEPCHA LETTER GA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C04,
        name: "LEPCHA LETTER GLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C05,
        name: "LEPCHA LETTER NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C06,
        name: "LEPCHA LETTER CA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C07,
        name: "LEPCHA LETTER CHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C08,
        name: "LEPCHA LETTER JA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C09,
        name: "LEPCHA LETTER NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C0A,
        name: "LEPCHA LETTER TA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C0B,
        name: "LEPCHA LETTER THA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C0C,
        name: "LEPCHA LETTER DA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C0D,
        name: "LEPCHA LETTER NA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C0E,
        name: "LEPCHA LETTER PA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C0F,
        name: "LEPCHA LETTER PLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C10,
        name: "LEPCHA LETTER PHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C11,
        name: "LEPCHA LETTER FA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C12,
        name: "LEPCHA LETTER FLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C13,
        name: "LEPCHA LETTER BA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C14,
        name: "LEPCHA LETTER BLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C15,
        name: "LEPCHA LETTER MA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C16,
        name: "LEPCHA LETTER MLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C17,
        name: "LEPCHA LETTER TSA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C18,
        name: "LEPCHA LETTER TSHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C19,
        name: "LEPCHA LETTER DZA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C1A,
        name: "LEPCHA LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C1B,
        name: "LEPCHA LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C1C,
        name: "LEPCHA LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C1D,
        name: "LEPCHA LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C1E,
        name: "LEPCHA LETTER HLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C1F,
        name: "LEPCHA LETTER VA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C20,
        name: "LEPCHA LETTER SA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C21,
        name: "LEPCHA LETTER SHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C22,
        name: "LEPCHA LETTER WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C23,
        name: "LEPCHA LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C24,
        name: "LEPCHA SUBJOINED LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C25,
        name: "LEPCHA SUBJOINED LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C26,
        name: "LEPCHA VOWEL SIGN AA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C27,
        name: "LEPCHA VOWEL SIGN I",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C28,
        name: "LEPCHA VOWEL SIGN O",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C29,
        name: "LEPCHA VOWEL SIGN OO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C2A,
        name: "LEPCHA VOWEL SIGN U",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C2B,
        name: "LEPCHA VOWEL SIGN UU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C2C,
        name: "LEPCHA VOWEL SIGN E",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C2D,
        name: "LEPCHA CONSONANT SIGN K",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C2E,
        name: "LEPCHA CONSONANT SIGN M",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C2F,
        name: "LEPCHA CONSONANT SIGN L",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C30,
        name: "LEPCHA CONSONANT SIGN N",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C31,
        name: "LEPCHA CONSONANT SIGN P",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C32,
        name: "LEPCHA CONSONANT SIGN R",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C33,
        name: "LEPCHA CONSONANT SIGN T",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C34,
        name: "LEPCHA CONSONANT SIGN NYIN-DO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C35,
        name: "LEPCHA CONSONANT SIGN KANG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C36,
        name: "LEPCHA SIGN RAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C37,
        name: "LEPCHA SIGN NUKTA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C3B,
        name: "LEPCHA PUNCTUATION TA-ROL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C3C,
        name: "LEPCHA PUNCTUATION NYET THYOOM TA-ROL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C3D,
        name: "LEPCHA PUNCTUATION CER-WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C3E,
        name: "LEPCHA PUNCTUATION TSHOOK CER-WA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C3F,
        name: "LEPCHA PUNCTUATION TSHOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C40,
        name: "LEPCHA DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C41,
        name: "LEPCHA DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C42,
        name: "LEPCHA DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C43,
        name: "LEPCHA DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C44,
        name: "LEPCHA DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C45,
        name: "LEPCHA DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C46,
        name: "LEPCHA DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C47,
        name: "LEPCHA DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C48,
        name: "LEPCHA DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C49,
        name: "LEPCHA DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C4D,
        name: "LEPCHA LETTER TTA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C4E,
        name: "LEPCHA LETTER TTHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C4F,
        name: "LEPCHA LETTER DDA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C50,
        name: "OL CHIKI DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C51,
        name: "OL CHIKI DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C52,
        name: "OL CHIKI DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C53,
        name: "OL CHIKI DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C54,
        name: "OL CHIKI DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C55,
        name: "OL CHIKI DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C56,
        name: "OL CHIKI DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C57,
        name: "OL CHIKI DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C58,
        name: "OL CHIKI DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C59,
        name: "OL CHIKI DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C5A,
        name: "OL CHIKI LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C5B,
        name: "OL CHIKI LETTER AT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C5C,
        name: "OL CHIKI LETTER AG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C5D,
        name: "OL CHIKI LETTER ANG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C5E,
        name: "OL CHIKI LETTER AL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C5F,
        name: "OL CHIKI LETTER LAA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C60,
        name: "OL CHIKI LETTER AAK",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C61,
        name: "OL CHIKI LETTER AAJ",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C62,
        name: "OL CHIKI LETTER AAM",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C63,
        name: "OL CHIKI LETTER AAW",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C64,
        name: "OL CHIKI LETTER LI",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C65,
        name: "OL CHIKI LETTER IS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C66,
        name: "OL CHIKI LETTER IH",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C67,
        name: "OL CHIKI LETTER INY",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C68,
        name: "OL CHIKI LETTER IR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C69,
        name: "OL CHIKI LETTER LU",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C6A,
        name: "OL CHIKI LETTER UC",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C6B,
        name: "OL CHIKI LETTER UD",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C6C,
        name: "OL CHIKI LETTER UNN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C6D,
        name: "OL CHIKI LETTER UY",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C6E,
        name: "OL CHIKI LETTER LE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C6F,
        name: "OL CHIKI LETTER EP",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C70,
        name: "OL CHIKI LETTER EDD",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C71,
        name: "OL CHIKI LETTER EN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C72,
        name: "OL CHIKI LETTER ERR",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C73,
        name: "OL CHIKI LETTER LO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C74,
        name: "OL CHIKI LETTER OTT",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C75,
        name: "OL CHIKI LETTER OB",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C76,
        name: "OL CHIKI LETTER OV",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C77,
        name: "OL CHIKI LETTER OH",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C78,
        name: "OL CHIKI MU TTUDDAG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C79,
        name: "OL CHIKI GAAHLAA TTUDDAAG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C7A,
        name: "OL CHIKI MU-GAAHLAA TTUDDAAG",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C7B,
        name: "OL CHIKI RELAA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C7C,
        name: "OL CHIKI PHAARKAA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C7D,
        name: "OL CHIKI AHAD",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C7E,
        name: "OL CHIKI PUNCTUATION MUCAAD",
    },
    Character {
        age: "5.1",
        codepoint: 0x1C7F,
        name: "OL CHIKI PUNCTUATION DOUBLE MUCAAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C80,
        name: "CYRILLIC SMALL LETTER ROUNDED VE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C81,
        name: "CYRILLIC SMALL LETTER LONG-LEGGED DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C82,
        name: "CYRILLIC SMALL LETTER NARROW O",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C83,
        name: "CYRILLIC SMALL LETTER WIDE ES",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C84,
        name: "CYRILLIC SMALL LETTER TALL TE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C85,
        name: "CYRILLIC SMALL LETTER THREE-LEGGED TE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C86,
        name: "CYRILLIC SMALL LETTER TALL HARD SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C87,
        name: "CYRILLIC SMALL LETTER TALL YAT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1C88,
        name: "CYRILLIC SMALL LETTER UNBLENDED UK",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C90,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER AN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C91,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER BAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C92,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER GAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C93,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER DON",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C94,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER EN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C95,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER VIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C96,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER ZEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C97,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER TAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C98,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER IN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C99,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER KAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C9A,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER LAS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C9B,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER MAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C9C,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER NAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C9D,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER ON",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C9E,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER PAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1C9F,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER ZHAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA0,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER RAE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA1,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER SAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA2,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER TAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA3,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER UN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA4,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER PHAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA5,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER KHAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA6,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER GHAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA7,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER QAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA8,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER SHIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CA9,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER CHIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CAA,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER CAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CAB,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER JIL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CAC,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER CIL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CAD,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER CHAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CAE,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER XAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CAF,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER JHAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB0,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER HAE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB1,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER HE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB2,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER HIE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB3,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER WE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB4,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER HAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB5,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER HOE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB6,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER FI",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB7,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER YN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB8,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER ELIFI",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CB9,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER TURNED GAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CBA,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER AIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CBD,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER AEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CBE,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER HARD SIGN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1CBF,
        name: "GEORGIAN MTAVRULI CAPITAL LETTER LABIAL SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC0,
        name: "SUNDANESE PUNCTUATION BINDU SURYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC1,
        name: "SUNDANESE PUNCTUATION BINDU PANGLONG",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC2,
        name: "SUNDANESE PUNCTUATION BINDU PURNAMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC3,
        name: "SUNDANESE PUNCTUATION BINDU CAKRA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC4,
        name: "SUNDANESE PUNCTUATION BINDU LEU SATANGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC5,
        name: "SUNDANESE PUNCTUATION BINDU KA SATANGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC6,
        name: "SUNDANESE PUNCTUATION BINDU DA SATANGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CC7,
        name: "SUNDANESE PUNCTUATION BINDU BA SATANGA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD0,
        name: "VEDIC TONE KARSHANA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD1,
        name: "VEDIC TONE SHARA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD2,
        name: "VEDIC TONE PRENKHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD3,
        name: "VEDIC SIGN NIHSHVASA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD4,
        name: "VEDIC SIGN YAJURVEDIC MIDLINE SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD5,
        name: "VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD6,
        name: "VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD7,
        name: "VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD8,
        name: "VEDIC TONE CANDRA BELOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CD9,
        name: "VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CDA,
        name: "VEDIC TONE DOUBLE SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CDB,
        name: "VEDIC TONE TRIPLE SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CDC,
        name: "VEDIC TONE KATHAKA ANUDATTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CDD,
        name: "VEDIC TONE DOT BELOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CDE,
        name: "VEDIC TONE TWO DOTS BELOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CDF,
        name: "VEDIC TONE THREE DOTS BELOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE0,
        name: "VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE1,
        name: "VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE2,
        name: "VEDIC SIGN VISARGA SVARITA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE3,
        name: "VEDIC SIGN VISARGA UDATTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE4,
        name: "VEDIC SIGN REVERSED VISARGA UDATTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE5,
        name: "VEDIC SIGN VISARGA ANUDATTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE6,
        name: "VEDIC SIGN REVERSED VISARGA ANUDATTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE7,
        name: "VEDIC SIGN VISARGA UDATTA WITH TAIL",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE8,
        name: "VEDIC SIGN VISARGA ANUDATTA WITH TAIL",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CE9,
        name: "VEDIC SIGN ANUSVARA ANTARGOMUKHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CEA,
        name: "VEDIC SIGN ANUSVARA BAHIRGOMUKHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CEB,
        name: "VEDIC SIGN ANUSVARA VAMAGOMUKHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CEC,
        name: "VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CED,
        name: "VEDIC SIGN TIRYAK",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CEE,
        name: "VEDIC SIGN HEXIFORM LONG ANUSVARA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CEF,
        name: "VEDIC SIGN LONG ANUSVARA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CF0,
        name: "VEDIC SIGN RTHANG LONG ANUSVARA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CF1,
        name: "VEDIC SIGN ANUSVARA UBHAYATO MUKHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1CF2,
        name: "VEDIC SIGN ARDHAVISARGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CF3,
        name: "VEDIC SIGN ROTATED ARDHAVISARGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CF4,
        name: "VEDIC TONE CANDRA ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CF5,
        name: "VEDIC SIGN JIHVAMULIYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1CF6,
        name: "VEDIC SIGN UPADHMANIYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1CF7,
        name: "VEDIC SIGN ATIKRAMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1CF8,
        name: "VEDIC TONE RING ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1CF9,
        name: "VEDIC TONE DOUBLE RING ABOVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D00,
        name: "LATIN LETTER SMALL CAPITAL A",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D01,
        name: "LATIN LETTER SMALL CAPITAL AE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D02,
        name: "LATIN SMALL LETTER TURNED AE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D03,
        name: "LATIN LETTER SMALL CAPITAL BARRED B",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D04,
        name: "LATIN LETTER SMALL CAPITAL C",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D05,
        name: "LATIN LETTER SMALL CAPITAL D",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D06,
        name: "LATIN LETTER SMALL CAPITAL ETH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D07,
        name: "LATIN LETTER SMALL CAPITAL E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D08,
        name: "LATIN SMALL LETTER TURNED OPEN E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D09,
        name: "LATIN SMALL LETTER TURNED I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D0A,
        name: "LATIN LETTER SMALL CAPITAL J",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D0B,
        name: "LATIN LETTER SMALL CAPITAL K",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D0C,
        name: "LATIN LETTER SMALL CAPITAL L WITH STROKE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D0D,
        name: "LATIN LETTER SMALL CAPITAL M",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D0E,
        name: "LATIN LETTER SMALL CAPITAL REVERSED N",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D0F,
        name: "LATIN LETTER SMALL CAPITAL O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D10,
        name: "LATIN LETTER SMALL CAPITAL OPEN O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D11,
        name: "LATIN SMALL LETTER SIDEWAYS O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D12,
        name: "LATIN SMALL LETTER SIDEWAYS OPEN O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D13,
        name: "LATIN SMALL LETTER SIDEWAYS O WITH STROKE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D14,
        name: "LATIN SMALL LETTER TURNED OE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D15,
        name: "LATIN LETTER SMALL CAPITAL OU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D16,
        name: "LATIN SMALL LETTER TOP HALF O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D17,
        name: "LATIN SMALL LETTER BOTTOM HALF O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D18,
        name: "LATIN LETTER SMALL CAPITAL P",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D19,
        name: "LATIN LETTER SMALL CAPITAL REVERSED R",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D1A,
        name: "LATIN LETTER SMALL CAPITAL TURNED R",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D1B,
        name: "LATIN LETTER SMALL CAPITAL T",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D1C,
        name: "LATIN LETTER SMALL CAPITAL U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D1D,
        name: "LATIN SMALL LETTER SIDEWAYS U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D1E,
        name: "LATIN SMALL LETTER SIDEWAYS DIAERESIZED U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D1F,
        name: "LATIN SMALL LETTER SIDEWAYS TURNED M",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D20,
        name: "LATIN LETTER SMALL CAPITAL V",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D21,
        name: "LATIN LETTER SMALL CAPITAL W",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D22,
        name: "LATIN LETTER SMALL CAPITAL Z",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D23,
        name: "LATIN LETTER SMALL CAPITAL EZH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D24,
        name: "LATIN LETTER VOICED LARYNGEAL SPIRANT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D25,
        name: "LATIN LETTER AIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D26,
        name: "GREEK LETTER SMALL CAPITAL GAMMA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D27,
        name: "GREEK LETTER SMALL CAPITAL LAMDA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D28,
        name: "GREEK LETTER SMALL CAPITAL PI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D29,
        name: "GREEK LETTER SMALL CAPITAL RHO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D2A,
        name: "GREEK LETTER SMALL CAPITAL PSI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D2B,
        name: "CYRILLIC LETTER SMALL CAPITAL EL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D2C,
        name: "MODIFIER LETTER CAPITAL A",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D2D,
        name: "MODIFIER LETTER CAPITAL AE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D2E,
        name: "MODIFIER LETTER CAPITAL B",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D2F,
        name: "MODIFIER LETTER CAPITAL BARRED B",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30,
        name: "MODIFIER LETTER CAPITAL D",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31,
        name: "MODIFIER LETTER CAPITAL E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32,
        name: "MODIFIER LETTER CAPITAL REVERSED E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33,
        name: "MODIFIER LETTER CAPITAL G",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34,
        name: "MODIFIER LETTER CAPITAL H",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D35,
        name: "MODIFIER LETTER CAPITAL I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D36,
        name: "MODIFIER LETTER CAPITAL J",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D37,
        name: "MODIFIER LETTER CAPITAL K",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D38,
        name: "MODIFIER LETTER CAPITAL L",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D39,
        name: "MODIFIER LETTER CAPITAL M",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D3A,
        name: "MODIFIER LETTER CAPITAL N",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D3B,
        name: "MODIFIER LETTER CAPITAL REVERSED N",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D3C,
        name: "MODIFIER LETTER CAPITAL O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D3D,
        name: "MODIFIER LETTER CAPITAL OU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D3E,
        name: "MODIFIER LETTER CAPITAL P",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D3F,
        name: "MODIFIER LETTER CAPITAL R",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D40,
        name: "MODIFIER LETTER CAPITAL T",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D41,
        name: "MODIFIER LETTER CAPITAL U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D42,
        name: "MODIFIER LETTER CAPITAL W",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D43,
        name: "MODIFIER LETTER SMALL A",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D44,
        name: "MODIFIER LETTER SMALL TURNED A",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D45,
        name: "MODIFIER LETTER SMALL ALPHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D46,
        name: "MODIFIER LETTER SMALL TURNED AE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D47,
        name: "MODIFIER LETTER SMALL B",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D48,
        name: "MODIFIER LETTER SMALL D",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D49,
        name: "MODIFIER LETTER SMALL E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4A,
        name: "MODIFIER LETTER SMALL SCHWA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4B,
        name: "MODIFIER LETTER SMALL OPEN E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4C,
        name: "MODIFIER LETTER SMALL TURNED OPEN E",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4D,
        name: "MODIFIER LETTER SMALL G",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4E,
        name: "MODIFIER LETTER SMALL TURNED I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4F,
        name: "MODIFIER LETTER SMALL K",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D50,
        name: "MODIFIER LETTER SMALL M",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D51,
        name: "MODIFIER LETTER SMALL ENG",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D52,
        name: "MODIFIER LETTER SMALL O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D53,
        name: "MODIFIER LETTER SMALL OPEN O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D54,
        name: "MODIFIER LETTER SMALL TOP HALF O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D55,
        name: "MODIFIER LETTER SMALL BOTTOM HALF O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D56,
        name: "MODIFIER LETTER SMALL P",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D57,
        name: "MODIFIER LETTER SMALL T",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D58,
        name: "MODIFIER LETTER SMALL U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D59,
        name: "MODIFIER LETTER SMALL SIDEWAYS U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D5A,
        name: "MODIFIER LETTER SMALL TURNED M",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D5B,
        name: "MODIFIER LETTER SMALL V",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D5C,
        name: "MODIFIER LETTER SMALL AIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D5D,
        name: "MODIFIER LETTER SMALL BETA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D5E,
        name: "MODIFIER LETTER SMALL GREEK GAMMA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D5F,
        name: "MODIFIER LETTER SMALL DELTA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D60,
        name: "MODIFIER LETTER SMALL GREEK PHI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D61,
        name: "MODIFIER LETTER SMALL CHI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D62,
        name: "LATIN SUBSCRIPT SMALL LETTER I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D63,
        name: "LATIN SUBSCRIPT SMALL LETTER R",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D64,
        name: "LATIN SUBSCRIPT SMALL LETTER U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D65,
        name: "LATIN SUBSCRIPT SMALL LETTER V",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D66,
        name: "GREEK SUBSCRIPT SMALL LETTER BETA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D67,
        name: "GREEK SUBSCRIPT SMALL LETTER GAMMA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D68,
        name: "GREEK SUBSCRIPT SMALL LETTER RHO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D69,
        name: "GREEK SUBSCRIPT SMALL LETTER PHI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D6A,
        name: "GREEK SUBSCRIPT SMALL LETTER CHI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D6B,
        name: "LATIN SMALL LETTER UE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D6C,
        name: "LATIN SMALL LETTER B WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D6D,
        name: "LATIN SMALL LETTER D WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D6E,
        name: "LATIN SMALL LETTER F WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D6F,
        name: "LATIN SMALL LETTER M WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D70,
        name: "LATIN SMALL LETTER N WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D71,
        name: "LATIN SMALL LETTER P WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D72,
        name: "LATIN SMALL LETTER R WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D73,
        name: "LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D74,
        name: "LATIN SMALL LETTER S WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D75,
        name: "LATIN SMALL LETTER T WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D76,
        name: "LATIN SMALL LETTER Z WITH MIDDLE TILDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D77,
        name: "LATIN SMALL LETTER TURNED G",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D78,
        name: "MODIFIER LETTER CYRILLIC EN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D79,
        name: "LATIN SMALL LETTER INSULAR G",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D7A,
        name: "LATIN SMALL LETTER TH WITH STRIKETHROUGH",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D7B,
        name: "LATIN SMALL CAPITAL LETTER I WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D7C,
        name: "LATIN SMALL LETTER IOTA WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D7D,
        name: "LATIN SMALL LETTER P WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D7E,
        name: "LATIN SMALL CAPITAL LETTER U WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D7F,
        name: "LATIN SMALL LETTER UPSILON WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D80,
        name: "LATIN SMALL LETTER B WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D81,
        name: "LATIN SMALL LETTER D WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D82,
        name: "LATIN SMALL LETTER F WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D83,
        name: "LATIN SMALL LETTER G WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D84,
        name: "LATIN SMALL LETTER K WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D85,
        name: "LATIN SMALL LETTER L WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D86,
        name: "LATIN SMALL LETTER M WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D87,
        name: "LATIN SMALL LETTER N WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D88,
        name: "LATIN SMALL LETTER P WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D89,
        name: "LATIN SMALL LETTER R WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D8A,
        name: "LATIN SMALL LETTER S WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D8B,
        name: "LATIN SMALL LETTER ESH WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D8C,
        name: "LATIN SMALL LETTER V WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D8D,
        name: "LATIN SMALL LETTER X WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D8E,
        name: "LATIN SMALL LETTER Z WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D8F,
        name: "LATIN SMALL LETTER A WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D90,
        name: "LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D91,
        name: "LATIN SMALL LETTER D WITH HOOK AND TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D92,
        name: "LATIN SMALL LETTER E WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D93,
        name: "LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D94,
        name: "LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D95,
        name: "LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D96,
        name: "LATIN SMALL LETTER I WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D97,
        name: "LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D98,
        name: "LATIN SMALL LETTER ESH WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D99,
        name: "LATIN SMALL LETTER U WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D9A,
        name: "LATIN SMALL LETTER EZH WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D9B,
        name: "MODIFIER LETTER SMALL TURNED ALPHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D9C,
        name: "MODIFIER LETTER SMALL C",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D9D,
        name: "MODIFIER LETTER SMALL C WITH CURL",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D9E,
        name: "MODIFIER LETTER SMALL ETH",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D9F,
        name: "MODIFIER LETTER SMALL REVERSED OPEN E",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA0,
        name: "MODIFIER LETTER SMALL F",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA1,
        name: "MODIFIER LETTER SMALL DOTLESS J WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA2,
        name: "MODIFIER LETTER SMALL SCRIPT G",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA3,
        name: "MODIFIER LETTER SMALL TURNED H",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA4,
        name: "MODIFIER LETTER SMALL I WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA5,
        name: "MODIFIER LETTER SMALL IOTA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA6,
        name: "MODIFIER LETTER SMALL CAPITAL I",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA7,
        name: "MODIFIER LETTER SMALL CAPITAL I WITH STROKE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA8,
        name: "MODIFIER LETTER SMALL J WITH CROSSED-TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DA9,
        name: "MODIFIER LETTER SMALL L WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DAA,
        name: "MODIFIER LETTER SMALL L WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DAB,
        name: "MODIFIER LETTER SMALL CAPITAL L",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DAC,
        name: "MODIFIER LETTER SMALL M WITH HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DAD,
        name: "MODIFIER LETTER SMALL TURNED M WITH LONG LEG",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DAE,
        name: "MODIFIER LETTER SMALL N WITH LEFT HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DAF,
        name: "MODIFIER LETTER SMALL N WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB0,
        name: "MODIFIER LETTER SMALL CAPITAL N",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB1,
        name: "MODIFIER LETTER SMALL BARRED O",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB2,
        name: "MODIFIER LETTER SMALL PHI",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB3,
        name: "MODIFIER LETTER SMALL S WITH HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB4,
        name: "MODIFIER LETTER SMALL ESH",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB5,
        name: "MODIFIER LETTER SMALL T WITH PALATAL HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB6,
        name: "MODIFIER LETTER SMALL U BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB7,
        name: "MODIFIER LETTER SMALL UPSILON",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB8,
        name: "MODIFIER LETTER SMALL CAPITAL U",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DB9,
        name: "MODIFIER LETTER SMALL V WITH HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DBA,
        name: "MODIFIER LETTER SMALL TURNED V",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DBB,
        name: "MODIFIER LETTER SMALL Z",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DBC,
        name: "MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DBD,
        name: "MODIFIER LETTER SMALL Z WITH CURL",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DBE,
        name: "MODIFIER LETTER SMALL EZH",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DBF,
        name: "MODIFIER LETTER SMALL THETA",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DC0,
        name: "COMBINING DOTTED GRAVE ACCENT",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DC1,
        name: "COMBINING DOTTED ACUTE ACCENT",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DC2,
        name: "COMBINING SNAKE BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x1DC3,
        name: "COMBINING SUSPENSION MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DC4,
        name: "COMBINING MACRON-ACUTE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DC5,
        name: "COMBINING GRAVE-MACRON",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DC6,
        name: "COMBINING MACRON-GRAVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DC7,
        name: "COMBINING ACUTE-MACRON",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DC8,
        name: "COMBINING GRAVE-ACUTE-GRAVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DC9,
        name: "COMBINING ACUTE-GRAVE-ACUTE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DCA,
        name: "COMBINING LATIN SMALL LETTER R BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DCB,
        name: "COMBINING BREVE-MACRON",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DCC,
        name: "COMBINING MACRON-BREVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DCD,
        name: "COMBINING DOUBLE CIRCUMFLEX ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DCE,
        name: "COMBINING OGONEK ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DCF,
        name: "COMBINING ZIGZAG BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD0,
        name: "COMBINING IS BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD1,
        name: "COMBINING UR ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD2,
        name: "COMBINING US ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD3,
        name: "COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD4,
        name: "COMBINING LATIN SMALL LETTER AE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD5,
        name: "COMBINING LATIN SMALL LETTER AO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD6,
        name: "COMBINING LATIN SMALL LETTER AV",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD7,
        name: "COMBINING LATIN SMALL LETTER C CEDILLA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD8,
        name: "COMBINING LATIN SMALL LETTER INSULAR D",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DD9,
        name: "COMBINING LATIN SMALL LETTER ETH",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DDA,
        name: "COMBINING LATIN SMALL LETTER G",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DDB,
        name: "COMBINING LATIN LETTER SMALL CAPITAL G",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DDC,
        name: "COMBINING LATIN SMALL LETTER K",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DDD,
        name: "COMBINING LATIN SMALL LETTER L",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DDE,
        name: "COMBINING LATIN LETTER SMALL CAPITAL L",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DDF,
        name: "COMBINING LATIN LETTER SMALL CAPITAL M",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE0,
        name: "COMBINING LATIN SMALL LETTER N",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE1,
        name: "COMBINING LATIN LETTER SMALL CAPITAL N",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE2,
        name: "COMBINING LATIN LETTER SMALL CAPITAL R",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE3,
        name: "COMBINING LATIN SMALL LETTER R ROTUNDA",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE4,
        name: "COMBINING LATIN SMALL LETTER S",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE5,
        name: "COMBINING LATIN SMALL LETTER LONG S",
    },
    Character {
        age: "5.1",
        codepoint: 0x1DE6,
        name: "COMBINING LATIN SMALL LETTER Z",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DE7,
        name: "COMBINING LATIN SMALL LETTER ALPHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DE8,
        name: "COMBINING LATIN SMALL LETTER B",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DE9,
        name: "COMBINING LATIN SMALL LETTER BETA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DEA,
        name: "COMBINING LATIN SMALL LETTER SCHWA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DEB,
        name: "COMBINING LATIN SMALL LETTER F",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DEC,
        name: "COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DED,
        name: "COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DEE,
        name: "COMBINING LATIN SMALL LETTER P",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DEF,
        name: "COMBINING LATIN SMALL LETTER ESH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DF0,
        name: "COMBINING LATIN SMALL LETTER U WITH LIGHT CENTRALIZATION STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DF1,
        name: "COMBINING LATIN SMALL LETTER W",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DF2,
        name: "COMBINING LATIN SMALL LETTER A WITH DIAERESIS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DF3,
        name: "COMBINING LATIN SMALL LETTER O WITH DIAERESIS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DF4,
        name: "COMBINING LATIN SMALL LETTER U WITH DIAERESIS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1DF5,
        name: "COMBINING UP TACK ABOVE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1DF6,
        name: "COMBINING KAVYKA ABOVE RIGHT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1DF7,
        name: "COMBINING KAVYKA ABOVE LEFT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1DF8,
        name: "COMBINING DOT ABOVE LEFT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1DF9,
        name: "COMBINING WIDE INVERTED BRIDGE BELOW",
    },
    Character {
        age: "9.0",
        codepoint: 0x1DFB,
        name: "COMBINING DELETION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1DFC,
        name: "COMBINING DOUBLE INVERTED BREVE BELOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x1DFD,
        name: "COMBINING ALMOST EQUAL TO BELOW",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DFE,
        name: "COMBINING LEFT ARROWHEAD ABOVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1DFF,
        name: "COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E00,
        name: "LATIN CAPITAL LETTER A WITH RING BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E01,
        name: "LATIN SMALL LETTER A WITH RING BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E02,
        name: "LATIN CAPITAL LETTER B WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E03,
        name: "LATIN SMALL LETTER B WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E04,
        name: "LATIN CAPITAL LETTER B WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E05,
        name: "LATIN SMALL LETTER B WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E06,
        name: "LATIN CAPITAL LETTER B WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E07,
        name: "LATIN SMALL LETTER B WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E08,
        name: "LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E09,
        name: "LATIN SMALL LETTER C WITH CEDILLA AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E0A,
        name: "LATIN CAPITAL LETTER D WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E0B,
        name: "LATIN SMALL LETTER D WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E0C,
        name: "LATIN CAPITAL LETTER D WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E0D,
        name: "LATIN SMALL LETTER D WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E0E,
        name: "LATIN CAPITAL LETTER D WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E0F,
        name: "LATIN SMALL LETTER D WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E10,
        name: "LATIN CAPITAL LETTER D WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E11,
        name: "LATIN SMALL LETTER D WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E12,
        name: "LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E13,
        name: "LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E14,
        name: "LATIN CAPITAL LETTER E WITH MACRON AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E15,
        name: "LATIN SMALL LETTER E WITH MACRON AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E16,
        name: "LATIN CAPITAL LETTER E WITH MACRON AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E17,
        name: "LATIN SMALL LETTER E WITH MACRON AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E18,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E19,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E1A,
        name: "LATIN CAPITAL LETTER E WITH TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E1B,
        name: "LATIN SMALL LETTER E WITH TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E1C,
        name: "LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E1D,
        name: "LATIN SMALL LETTER E WITH CEDILLA AND BREVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E1E,
        name: "LATIN CAPITAL LETTER F WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E1F,
        name: "LATIN SMALL LETTER F WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E20,
        name: "LATIN CAPITAL LETTER G WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E21,
        name: "LATIN SMALL LETTER G WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E22,
        name: "LATIN CAPITAL LETTER H WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E23,
        name: "LATIN SMALL LETTER H WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E24,
        name: "LATIN CAPITAL LETTER H WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E25,
        name: "LATIN SMALL LETTER H WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E26,
        name: "LATIN CAPITAL LETTER H WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E27,
        name: "LATIN SMALL LETTER H WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E28,
        name: "LATIN CAPITAL LETTER H WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E29,
        name: "LATIN SMALL LETTER H WITH CEDILLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E2A,
        name: "LATIN CAPITAL LETTER H WITH BREVE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E2B,
        name: "LATIN SMALL LETTER H WITH BREVE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E2C,
        name: "LATIN CAPITAL LETTER I WITH TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E2D,
        name: "LATIN SMALL LETTER I WITH TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E2E,
        name: "LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E2F,
        name: "LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E30,
        name: "LATIN CAPITAL LETTER K WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E31,
        name: "LATIN SMALL LETTER K WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E32,
        name: "LATIN CAPITAL LETTER K WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E33,
        name: "LATIN SMALL LETTER K WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E34,
        name: "LATIN CAPITAL LETTER K WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E35,
        name: "LATIN SMALL LETTER K WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E36,
        name: "LATIN CAPITAL LETTER L WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E37,
        name: "LATIN SMALL LETTER L WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E38,
        name: "LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E39,
        name: "LATIN SMALL LETTER L WITH DOT BELOW AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E3A,
        name: "LATIN CAPITAL LETTER L WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E3B,
        name: "LATIN SMALL LETTER L WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E3C,
        name: "LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E3D,
        name: "LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E3E,
        name: "LATIN CAPITAL LETTER M WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E3F,
        name: "LATIN SMALL LETTER M WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E40,
        name: "LATIN CAPITAL LETTER M WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E41,
        name: "LATIN SMALL LETTER M WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E42,
        name: "LATIN CAPITAL LETTER M WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E43,
        name: "LATIN SMALL LETTER M WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E44,
        name: "LATIN CAPITAL LETTER N WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E45,
        name: "LATIN SMALL LETTER N WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E46,
        name: "LATIN CAPITAL LETTER N WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E47,
        name: "LATIN SMALL LETTER N WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E48,
        name: "LATIN CAPITAL LETTER N WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E49,
        name: "LATIN SMALL LETTER N WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E4A,
        name: "LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E4B,
        name: "LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E4C,
        name: "LATIN CAPITAL LETTER O WITH TILDE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E4D,
        name: "LATIN SMALL LETTER O WITH TILDE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E4E,
        name: "LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E4F,
        name: "LATIN SMALL LETTER O WITH TILDE AND DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E50,
        name: "LATIN CAPITAL LETTER O WITH MACRON AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E51,
        name: "LATIN SMALL LETTER O WITH MACRON AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E52,
        name: "LATIN CAPITAL LETTER O WITH MACRON AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E53,
        name: "LATIN SMALL LETTER O WITH MACRON AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E54,
        name: "LATIN CAPITAL LETTER P WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E55,
        name: "LATIN SMALL LETTER P WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E56,
        name: "LATIN CAPITAL LETTER P WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E57,
        name: "LATIN SMALL LETTER P WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E58,
        name: "LATIN CAPITAL LETTER R WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E59,
        name: "LATIN SMALL LETTER R WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E5A,
        name: "LATIN CAPITAL LETTER R WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E5B,
        name: "LATIN SMALL LETTER R WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E5C,
        name: "LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E5D,
        name: "LATIN SMALL LETTER R WITH DOT BELOW AND MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E5E,
        name: "LATIN CAPITAL LETTER R WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E5F,
        name: "LATIN SMALL LETTER R WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E60,
        name: "LATIN CAPITAL LETTER S WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E61,
        name: "LATIN SMALL LETTER S WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E62,
        name: "LATIN CAPITAL LETTER S WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E63,
        name: "LATIN SMALL LETTER S WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E64,
        name: "LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E65,
        name: "LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E66,
        name: "LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E67,
        name: "LATIN SMALL LETTER S WITH CARON AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E68,
        name: "LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E69,
        name: "LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E6A,
        name: "LATIN CAPITAL LETTER T WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E6B,
        name: "LATIN SMALL LETTER T WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E6C,
        name: "LATIN CAPITAL LETTER T WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E6D,
        name: "LATIN SMALL LETTER T WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E6E,
        name: "LATIN CAPITAL LETTER T WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E6F,
        name: "LATIN SMALL LETTER T WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E70,
        name: "LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E71,
        name: "LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E72,
        name: "LATIN CAPITAL LETTER U WITH DIAERESIS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E73,
        name: "LATIN SMALL LETTER U WITH DIAERESIS BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E74,
        name: "LATIN CAPITAL LETTER U WITH TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E75,
        name: "LATIN SMALL LETTER U WITH TILDE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E76,
        name: "LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E77,
        name: "LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E78,
        name: "LATIN CAPITAL LETTER U WITH TILDE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E79,
        name: "LATIN SMALL LETTER U WITH TILDE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E7A,
        name: "LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E7B,
        name: "LATIN SMALL LETTER U WITH MACRON AND DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E7C,
        name: "LATIN CAPITAL LETTER V WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E7D,
        name: "LATIN SMALL LETTER V WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E7E,
        name: "LATIN CAPITAL LETTER V WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E7F,
        name: "LATIN SMALL LETTER V WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E80,
        name: "LATIN CAPITAL LETTER W WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E81,
        name: "LATIN SMALL LETTER W WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E82,
        name: "LATIN CAPITAL LETTER W WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E83,
        name: "LATIN SMALL LETTER W WITH ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E84,
        name: "LATIN CAPITAL LETTER W WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E85,
        name: "LATIN SMALL LETTER W WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E86,
        name: "LATIN CAPITAL LETTER W WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E87,
        name: "LATIN SMALL LETTER W WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E88,
        name: "LATIN CAPITAL LETTER W WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E89,
        name: "LATIN SMALL LETTER W WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E8A,
        name: "LATIN CAPITAL LETTER X WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E8B,
        name: "LATIN SMALL LETTER X WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E8C,
        name: "LATIN CAPITAL LETTER X WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E8D,
        name: "LATIN SMALL LETTER X WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E8E,
        name: "LATIN CAPITAL LETTER Y WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E8F,
        name: "LATIN SMALL LETTER Y WITH DOT ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E90,
        name: "LATIN CAPITAL LETTER Z WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E91,
        name: "LATIN SMALL LETTER Z WITH CIRCUMFLEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E92,
        name: "LATIN CAPITAL LETTER Z WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E93,
        name: "LATIN SMALL LETTER Z WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E94,
        name: "LATIN CAPITAL LETTER Z WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E95,
        name: "LATIN SMALL LETTER Z WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E96,
        name: "LATIN SMALL LETTER H WITH LINE BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E97,
        name: "LATIN SMALL LETTER T WITH DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E98,
        name: "LATIN SMALL LETTER W WITH RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E99,
        name: "LATIN SMALL LETTER Y WITH RING ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1E9A,
        name: "LATIN SMALL LETTER A WITH RIGHT HALF RING",
    },
    Character {
        age: "2.0",
        codepoint: 0x1E9B,
        name: "LATIN SMALL LETTER LONG S WITH DOT ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1E9C,
        name: "LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1E9D,
        name: "LATIN SMALL LETTER LONG S WITH HIGH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1E9E,
        name: "LATIN CAPITAL LETTER SHARP S",
    },
    Character {
        age: "5.1",
        codepoint: 0x1E9F,
        name: "LATIN SMALL LETTER DELTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA0,
        name: "LATIN CAPITAL LETTER A WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA1,
        name: "LATIN SMALL LETTER A WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA2,
        name: "LATIN CAPITAL LETTER A WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA3,
        name: "LATIN SMALL LETTER A WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA4,
        name: "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA5,
        name: "LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA6,
        name: "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA7,
        name: "LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA8,
        name: "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EA9,
        name: "LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EAA,
        name: "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EAB,
        name: "LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EAC,
        name: "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EAD,
        name: "LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EAE,
        name: "LATIN CAPITAL LETTER A WITH BREVE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EAF,
        name: "LATIN SMALL LETTER A WITH BREVE AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB0,
        name: "LATIN CAPITAL LETTER A WITH BREVE AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB1,
        name: "LATIN SMALL LETTER A WITH BREVE AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB2,
        name: "LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB3,
        name: "LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB4,
        name: "LATIN CAPITAL LETTER A WITH BREVE AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB5,
        name: "LATIN SMALL LETTER A WITH BREVE AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB6,
        name: "LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB7,
        name: "LATIN SMALL LETTER A WITH BREVE AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB8,
        name: "LATIN CAPITAL LETTER E WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EB9,
        name: "LATIN SMALL LETTER E WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EBA,
        name: "LATIN CAPITAL LETTER E WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EBB,
        name: "LATIN SMALL LETTER E WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EBC,
        name: "LATIN CAPITAL LETTER E WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EBD,
        name: "LATIN SMALL LETTER E WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EBE,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EBF,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC0,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC1,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC2,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC3,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC4,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC5,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC6,
        name: "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC7,
        name: "LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC8,
        name: "LATIN CAPITAL LETTER I WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EC9,
        name: "LATIN SMALL LETTER I WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ECA,
        name: "LATIN CAPITAL LETTER I WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ECB,
        name: "LATIN SMALL LETTER I WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ECC,
        name: "LATIN CAPITAL LETTER O WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ECD,
        name: "LATIN SMALL LETTER O WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ECE,
        name: "LATIN CAPITAL LETTER O WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ECF,
        name: "LATIN SMALL LETTER O WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED0,
        name: "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED1,
        name: "LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED2,
        name: "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED3,
        name: "LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED4,
        name: "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED5,
        name: "LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED6,
        name: "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED7,
        name: "LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED8,
        name: "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1ED9,
        name: "LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EDA,
        name: "LATIN CAPITAL LETTER O WITH HORN AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EDB,
        name: "LATIN SMALL LETTER O WITH HORN AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EDC,
        name: "LATIN CAPITAL LETTER O WITH HORN AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EDD,
        name: "LATIN SMALL LETTER O WITH HORN AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EDE,
        name: "LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EDF,
        name: "LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE0,
        name: "LATIN CAPITAL LETTER O WITH HORN AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE1,
        name: "LATIN SMALL LETTER O WITH HORN AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE2,
        name: "LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE3,
        name: "LATIN SMALL LETTER O WITH HORN AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE4,
        name: "LATIN CAPITAL LETTER U WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE5,
        name: "LATIN SMALL LETTER U WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE6,
        name: "LATIN CAPITAL LETTER U WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE7,
        name: "LATIN SMALL LETTER U WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE8,
        name: "LATIN CAPITAL LETTER U WITH HORN AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EE9,
        name: "LATIN SMALL LETTER U WITH HORN AND ACUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EEA,
        name: "LATIN CAPITAL LETTER U WITH HORN AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EEB,
        name: "LATIN SMALL LETTER U WITH HORN AND GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EEC,
        name: "LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EED,
        name: "LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EEE,
        name: "LATIN CAPITAL LETTER U WITH HORN AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EEF,
        name: "LATIN SMALL LETTER U WITH HORN AND TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF0,
        name: "LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF1,
        name: "LATIN SMALL LETTER U WITH HORN AND DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF2,
        name: "LATIN CAPITAL LETTER Y WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF3,
        name: "LATIN SMALL LETTER Y WITH GRAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF4,
        name: "LATIN CAPITAL LETTER Y WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF5,
        name: "LATIN SMALL LETTER Y WITH DOT BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF6,
        name: "LATIN CAPITAL LETTER Y WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF7,
        name: "LATIN SMALL LETTER Y WITH HOOK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF8,
        name: "LATIN CAPITAL LETTER Y WITH TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x1EF9,
        name: "LATIN SMALL LETTER Y WITH TILDE",
    },
    Character {
        age: "5.1",
        codepoint: 0x1EFA,
        name: "LATIN CAPITAL LETTER MIDDLE-WELSH LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1EFB,
        name: "LATIN SMALL LETTER MIDDLE-WELSH LL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1EFC,
        name: "LATIN CAPITAL LETTER MIDDLE-WELSH V",
    },
    Character {
        age: "5.1",
        codepoint: 0x1EFD,
        name: "LATIN SMALL LETTER MIDDLE-WELSH V",
    },
    Character {
        age: "5.1",
        codepoint: 0x1EFE,
        name: "LATIN CAPITAL LETTER Y WITH LOOP",
    },
    Character {
        age: "5.1",
        codepoint: 0x1EFF,
        name: "LATIN SMALL LETTER Y WITH LOOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F00,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F01,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F02,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F03,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F04,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F05,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F06,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F07,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F08,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F09,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F0A,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F0B,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F0C,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F0D,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F0E,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F0F,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F10,
        name: "GREEK SMALL LETTER EPSILON WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F11,
        name: "GREEK SMALL LETTER EPSILON WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F12,
        name: "GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F13,
        name: "GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F14,
        name: "GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F15,
        name: "GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F18,
        name: "GREEK CAPITAL LETTER EPSILON WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F19,
        name: "GREEK CAPITAL LETTER EPSILON WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F1A,
        name: "GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F1B,
        name: "GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F1C,
        name: "GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F1D,
        name: "GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F20,
        name: "GREEK SMALL LETTER ETA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F21,
        name: "GREEK SMALL LETTER ETA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F22,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F23,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F24,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F25,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F26,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F27,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F28,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F29,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F2A,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F2B,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F2C,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F2D,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F2E,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F2F,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F30,
        name: "GREEK SMALL LETTER IOTA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F31,
        name: "GREEK SMALL LETTER IOTA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F32,
        name: "GREEK SMALL LETTER IOTA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F33,
        name: "GREEK SMALL LETTER IOTA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F34,
        name: "GREEK SMALL LETTER IOTA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F35,
        name: "GREEK SMALL LETTER IOTA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F36,
        name: "GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F37,
        name: "GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F38,
        name: "GREEK CAPITAL LETTER IOTA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F39,
        name: "GREEK CAPITAL LETTER IOTA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F3A,
        name: "GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F3B,
        name: "GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F3C,
        name: "GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F3D,
        name: "GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F3E,
        name: "GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F3F,
        name: "GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F40,
        name: "GREEK SMALL LETTER OMICRON WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F41,
        name: "GREEK SMALL LETTER OMICRON WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F42,
        name: "GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F43,
        name: "GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F44,
        name: "GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F45,
        name: "GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F48,
        name: "GREEK CAPITAL LETTER OMICRON WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F49,
        name: "GREEK CAPITAL LETTER OMICRON WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F4A,
        name: "GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F4B,
        name: "GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F4C,
        name: "GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F4D,
        name: "GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F50,
        name: "GREEK SMALL LETTER UPSILON WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F51,
        name: "GREEK SMALL LETTER UPSILON WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F52,
        name: "GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F53,
        name: "GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F54,
        name: "GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F55,
        name: "GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F56,
        name: "GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F57,
        name: "GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F59,
        name: "GREEK CAPITAL LETTER UPSILON WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F5B,
        name: "GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F5D,
        name: "GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F5F,
        name: "GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F60,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F61,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F62,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F63,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F64,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F65,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F66,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F67,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F68,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F69,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F6A,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F6B,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F6C,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F6D,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F6E,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F6F,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F70,
        name: "GREEK SMALL LETTER ALPHA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F71,
        name: "GREEK SMALL LETTER ALPHA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F72,
        name: "GREEK SMALL LETTER EPSILON WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F73,
        name: "GREEK SMALL LETTER EPSILON WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F74,
        name: "GREEK SMALL LETTER ETA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F75,
        name: "GREEK SMALL LETTER ETA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F76,
        name: "GREEK SMALL LETTER IOTA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F77,
        name: "GREEK SMALL LETTER IOTA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F78,
        name: "GREEK SMALL LETTER OMICRON WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F79,
        name: "GREEK SMALL LETTER OMICRON WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F7A,
        name: "GREEK SMALL LETTER UPSILON WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F7B,
        name: "GREEK SMALL LETTER UPSILON WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F7C,
        name: "GREEK SMALL LETTER OMEGA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F7D,
        name: "GREEK SMALL LETTER OMEGA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F80,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F81,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F82,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F83,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F84,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F85,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F86,
        name: "GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F87,
        name: "GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F88,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F89,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F8A,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F8B,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F8C,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F8D,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F8E,
        name: "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F8F,
        name: "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F90,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F91,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F92,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F93,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F94,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F95,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F96,
        name: "GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F97,
        name: "GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F98,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F99,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F9A,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F9B,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F9C,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F9D,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F9E,
        name: "GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1F9F,
        name: "GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA0,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA1,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA2,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA3,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA4,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA5,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA6,
        name: "GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA7,
        name: "GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA8,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FA9,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FAA,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FAB,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FAC,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FAD,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FAE,
        name: "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FAF,
        name: "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB0,
        name: "GREEK SMALL LETTER ALPHA WITH VRACHY",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB1,
        name: "GREEK SMALL LETTER ALPHA WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB2,
        name: "GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB3,
        name: "GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB4,
        name: "GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB6,
        name: "GREEK SMALL LETTER ALPHA WITH PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB7,
        name: "GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB8,
        name: "GREEK CAPITAL LETTER ALPHA WITH VRACHY",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FB9,
        name: "GREEK CAPITAL LETTER ALPHA WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FBA,
        name: "GREEK CAPITAL LETTER ALPHA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FBB,
        name: "GREEK CAPITAL LETTER ALPHA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FBC,
        name: "GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FBD,
        name: "GREEK KORONIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FBE,
        name: "GREEK PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FBF,
        name: "GREEK PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC0,
        name: "GREEK PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC1,
        name: "GREEK DIALYTIKA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC2,
        name: "GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC3,
        name: "GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC4,
        name: "GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC6,
        name: "GREEK SMALL LETTER ETA WITH PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC7,
        name: "GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC8,
        name: "GREEK CAPITAL LETTER EPSILON WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FC9,
        name: "GREEK CAPITAL LETTER EPSILON WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FCA,
        name: "GREEK CAPITAL LETTER ETA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FCB,
        name: "GREEK CAPITAL LETTER ETA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FCC,
        name: "GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FCD,
        name: "GREEK PSILI AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FCE,
        name: "GREEK PSILI AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FCF,
        name: "GREEK PSILI AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD0,
        name: "GREEK SMALL LETTER IOTA WITH VRACHY",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD1,
        name: "GREEK SMALL LETTER IOTA WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD2,
        name: "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD3,
        name: "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD6,
        name: "GREEK SMALL LETTER IOTA WITH PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD7,
        name: "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD8,
        name: "GREEK CAPITAL LETTER IOTA WITH VRACHY",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FD9,
        name: "GREEK CAPITAL LETTER IOTA WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FDA,
        name: "GREEK CAPITAL LETTER IOTA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FDB,
        name: "GREEK CAPITAL LETTER IOTA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FDD,
        name: "GREEK DASIA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FDE,
        name: "GREEK DASIA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FDF,
        name: "GREEK DASIA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE0,
        name: "GREEK SMALL LETTER UPSILON WITH VRACHY",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE1,
        name: "GREEK SMALL LETTER UPSILON WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE2,
        name: "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE3,
        name: "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE4,
        name: "GREEK SMALL LETTER RHO WITH PSILI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE5,
        name: "GREEK SMALL LETTER RHO WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE6,
        name: "GREEK SMALL LETTER UPSILON WITH PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE7,
        name: "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE8,
        name: "GREEK CAPITAL LETTER UPSILON WITH VRACHY",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FE9,
        name: "GREEK CAPITAL LETTER UPSILON WITH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FEA,
        name: "GREEK CAPITAL LETTER UPSILON WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FEB,
        name: "GREEK CAPITAL LETTER UPSILON WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FEC,
        name: "GREEK CAPITAL LETTER RHO WITH DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FED,
        name: "GREEK DIALYTIKA AND VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FEE,
        name: "GREEK DIALYTIKA AND OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FEF,
        name: "GREEK VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF2,
        name: "GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF3,
        name: "GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF4,
        name: "GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF6,
        name: "GREEK SMALL LETTER OMEGA WITH PERISPOMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF7,
        name: "GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF8,
        name: "GREEK CAPITAL LETTER OMICRON WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FF9,
        name: "GREEK CAPITAL LETTER OMICRON WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FFA,
        name: "GREEK CAPITAL LETTER OMEGA WITH VARIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FFB,
        name: "GREEK CAPITAL LETTER OMEGA WITH OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FFC,
        name: "GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FFD,
        name: "GREEK OXIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x1FFE,
        name: "GREEK DASIA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2000,
        name: "EN QUAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2001,
        name: "EM QUAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2002,
        name: "EN SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2003,
        name: "EM SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2004,
        name: "THREE-PER-EM SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2005,
        name: "FOUR-PER-EM SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2006,
        name: "SIX-PER-EM SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2007,
        name: "FIGURE SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2008,
        name: "PUNCTUATION SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2009,
        name: "THIN SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x200A,
        name: "HAIR SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x200B,
        name: "ZERO WIDTH SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x200C,
        name: "ZERO WIDTH NON-JOINER",
    },
    Character {
        age: "1.1",
        codepoint: 0x200D,
        name: "ZERO WIDTH JOINER",
    },
    Character {
        age: "1.1",
        codepoint: 0x200E,
        name: "LEFT-TO-RIGHT MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x200F,
        name: "RIGHT-TO-LEFT MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2010,
        name: "HYPHEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2011,
        name: "NON-BREAKING HYPHEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2012,
        name: "FIGURE DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2013,
        name: "EN DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2014,
        name: "EM DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2015,
        name: "HORIZONTAL BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2016,
        name: "DOUBLE VERTICAL LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2017,
        name: "DOUBLE LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2018,
        name: "LEFT SINGLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2019,
        name: "RIGHT SINGLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x201A,
        name: "SINGLE LOW-9 QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x201B,
        name: "SINGLE HIGH-REVERSED-9 QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x201C,
        name: "LEFT DOUBLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x201D,
        name: "RIGHT DOUBLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x201E,
        name: "DOUBLE LOW-9 QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x201F,
        name: "DOUBLE HIGH-REVERSED-9 QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2020,
        name: "DAGGER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2021,
        name: "DOUBLE DAGGER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2022,
        name: "BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2023,
        name: "TRIANGULAR BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2024,
        name: "ONE DOT LEADER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2025,
        name: "TWO DOT LEADER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2026,
        name: "HORIZONTAL ELLIPSIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2027,
        name: "HYPHENATION POINT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2028,
        name: "LINE SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2029,
        name: "PARAGRAPH SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x202A,
        name: "LEFT-TO-RIGHT EMBEDDING",
    },
    Character {
        age: "1.1",
        codepoint: 0x202B,
        name: "RIGHT-TO-LEFT EMBEDDING",
    },
    Character {
        age: "1.1",
        codepoint: 0x202C,
        name: "POP DIRECTIONAL FORMATTING",
    },
    Character {
        age: "1.1",
        codepoint: 0x202D,
        name: "LEFT-TO-RIGHT OVERRIDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x202E,
        name: "RIGHT-TO-LEFT OVERRIDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x202F,
        name: "NARROW NO-BREAK SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2030,
        name: "PER MILLE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2031,
        name: "PER TEN THOUSAND SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2032,
        name: "PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x2033,
        name: "DOUBLE PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x2034,
        name: "TRIPLE PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x2035,
        name: "REVERSED PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x2036,
        name: "REVERSED DOUBLE PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x2037,
        name: "REVERSED TRIPLE PRIME",
    },
    Character {
        age: "1.1",
        codepoint: 0x2038,
        name: "CARET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2039,
        name: "SINGLE LEFT-POINTING ANGLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x203A,
        name: "SINGLE RIGHT-POINTING ANGLE QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x203B,
        name: "REFERENCE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x203C,
        name: "DOUBLE EXCLAMATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x203D,
        name: "INTERROBANG",
    },
    Character {
        age: "1.1",
        codepoint: 0x203E,
        name: "OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x203F,
        name: "UNDERTIE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2040,
        name: "CHARACTER TIE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2041,
        name: "CARET INSERTION POINT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2042,
        name: "ASTERISM",
    },
    Character {
        age: "1.1",
        codepoint: 0x2043,
        name: "HYPHEN BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2044,
        name: "FRACTION SLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2045,
        name: "LEFT SQUARE BRACKET WITH QUILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2046,
        name: "RIGHT SQUARE BRACKET WITH QUILL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2047,
        name: "DOUBLE QUESTION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2048,
        name: "QUESTION EXCLAMATION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2049,
        name: "EXCLAMATION QUESTION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x204A,
        name: "TIRONIAN SIGN ET",
    },
    Character {
        age: "3.0",
        codepoint: 0x204B,
        name: "REVERSED PILCROW SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x204C,
        name: "BLACK LEFTWARDS BULLET",
    },
    Character {
        age: "3.0",
        codepoint: 0x204D,
        name: "BLACK RIGHTWARDS BULLET",
    },
    Character {
        age: "3.2",
        codepoint: 0x204E,
        name: "LOW ASTERISK",
    },
    Character {
        age: "3.2",
        codepoint: 0x204F,
        name: "REVERSED SEMICOLON",
    },
    Character {
        age: "3.2",
        codepoint: 0x2050,
        name: "CLOSE UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x2051,
        name: "TWO ASTERISKS ALIGNED VERTICALLY",
    },
    Character {
        age: "3.2",
        codepoint: 0x2052,
        name: "COMMERCIAL MINUS SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x2053,
        name: "SWUNG DASH",
    },
    Character {
        age: "4.0",
        codepoint: 0x2054,
        name: "INVERTED UNDERTIE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2055,
        name: "FLOWER PUNCTUATION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2056,
        name: "THREE DOT PUNCTUATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2057,
        name: "QUADRUPLE PRIME",
    },
    Character {
        age: "4.1",
        codepoint: 0x2058,
        name: "FOUR DOT PUNCTUATION",
    },
    Character {
        age: "4.1",
        codepoint: 0x2059,
        name: "FIVE DOT PUNCTUATION",
    },
    Character {
        age: "4.1",
        codepoint: 0x205A,
        name: "TWO DOT PUNCTUATION",
    },
    Character {
        age: "4.1",
        codepoint: 0x205B,
        name: "FOUR DOT MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x205C,
        name: "DOTTED CROSS",
    },
    Character {
        age: "4.1",
        codepoint: 0x205D,
        name: "TRICOLON",
    },
    Character {
        age: "4.1",
        codepoint: 0x205E,
        name: "VERTICAL FOUR DOTS",
    },
    Character {
        age: "3.2",
        codepoint: 0x205F,
        name: "MEDIUM MATHEMATICAL SPACE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2060,
        name: "WORD JOINER",
    },
    Character {
        age: "3.2",
        codepoint: 0x2061,
        name: "FUNCTION APPLICATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2062,
        name: "INVISIBLE TIMES",
    },
    Character {
        age: "3.2",
        codepoint: 0x2063,
        name: "INVISIBLE SEPARATOR",
    },
    Character {
        age: "5.1",
        codepoint: 0x2064,
        name: "INVISIBLE PLUS",
    },
    Character {
        age: "6.3",
        codepoint: 0x2066,
        name: "LEFT-TO-RIGHT ISOLATE",
    },
    Character {
        age: "6.3",
        codepoint: 0x2067,
        name: "RIGHT-TO-LEFT ISOLATE",
    },
    Character {
        age: "6.3",
        codepoint: 0x2068,
        name: "FIRST STRONG ISOLATE",
    },
    Character {
        age: "6.3",
        codepoint: 0x2069,
        name: "POP DIRECTIONAL ISOLATE",
    },
    Character {
        age: "1.1",
        codepoint: 0x206A,
        name: "INHIBIT SYMMETRIC SWAPPING",
    },
    Character {
        age: "1.1",
        codepoint: 0x206B,
        name: "ACTIVATE SYMMETRIC SWAPPING",
    },
    Character {
        age: "1.1",
        codepoint: 0x206C,
        name: "INHIBIT ARABIC FORM SHAPING",
    },
    Character {
        age: "1.1",
        codepoint: 0x206D,
        name: "ACTIVATE ARABIC FORM SHAPING",
    },
    Character {
        age: "1.1",
        codepoint: 0x206E,
        name: "NATIONAL DIGIT SHAPES",
    },
    Character {
        age: "1.1",
        codepoint: 0x206F,
        name: "NOMINAL DIGIT SHAPES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2070,
        name: "SUPERSCRIPT ZERO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2071,
        name: "SUPERSCRIPT LATIN SMALL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x2074,
        name: "SUPERSCRIPT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2075,
        name: "SUPERSCRIPT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2076,
        name: "SUPERSCRIPT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2077,
        name: "SUPERSCRIPT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2078,
        name: "SUPERSCRIPT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2079,
        name: "SUPERSCRIPT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x207A,
        name: "SUPERSCRIPT PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x207B,
        name: "SUPERSCRIPT MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x207C,
        name: "SUPERSCRIPT EQUALS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x207D,
        name: "SUPERSCRIPT LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x207E,
        name: "SUPERSCRIPT RIGHT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x207F,
        name: "SUPERSCRIPT LATIN SMALL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x2080,
        name: "SUBSCRIPT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2081,
        name: "SUBSCRIPT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2082,
        name: "SUBSCRIPT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2083,
        name: "SUBSCRIPT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2084,
        name: "SUBSCRIPT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2085,
        name: "SUBSCRIPT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2086,
        name: "SUBSCRIPT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2087,
        name: "SUBSCRIPT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2088,
        name: "SUBSCRIPT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2089,
        name: "SUBSCRIPT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x208A,
        name: "SUBSCRIPT PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x208B,
        name: "SUBSCRIPT MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x208C,
        name: "SUBSCRIPT EQUALS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x208D,
        name: "SUBSCRIPT LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x208E,
        name: "SUBSCRIPT RIGHT PARENTHESIS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2090,
        name: "LATIN SUBSCRIPT SMALL LETTER A",
    },
    Character {
        age: "4.1",
        codepoint: 0x2091,
        name: "LATIN SUBSCRIPT SMALL LETTER E",
    },
    Character {
        age: "4.1",
        codepoint: 0x2092,
        name: "LATIN SUBSCRIPT SMALL LETTER O",
    },
    Character {
        age: "4.1",
        codepoint: 0x2093,
        name: "LATIN SUBSCRIPT SMALL LETTER X",
    },
    Character {
        age: "4.1",
        codepoint: 0x2094,
        name: "LATIN SUBSCRIPT SMALL LETTER SCHWA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2095,
        name: "LATIN SUBSCRIPT SMALL LETTER H",
    },
    Character {
        age: "6.0",
        codepoint: 0x2096,
        name: "LATIN SUBSCRIPT SMALL LETTER K",
    },
    Character {
        age: "6.0",
        codepoint: 0x2097,
        name: "LATIN SUBSCRIPT SMALL LETTER L",
    },
    Character {
        age: "6.0",
        codepoint: 0x2098,
        name: "LATIN SUBSCRIPT SMALL LETTER M",
    },
    Character {
        age: "6.0",
        codepoint: 0x2099,
        name: "LATIN SUBSCRIPT SMALL LETTER N",
    },
    Character {
        age: "6.0",
        codepoint: 0x209A,
        name: "LATIN SUBSCRIPT SMALL LETTER P",
    },
    Character {
        age: "6.0",
        codepoint: 0x209B,
        name: "LATIN SUBSCRIPT SMALL LETTER S",
    },
    Character {
        age: "6.0",
        codepoint: 0x209C,
        name: "LATIN SUBSCRIPT SMALL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A0,
        name: "EURO-CURRENCY SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A1,
        name: "COLON SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A2,
        name: "CRUZEIRO SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A3,
        name: "FRENCH FRANC SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A4,
        name: "LIRA SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A5,
        name: "MILL SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A6,
        name: "NAIRA SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A7,
        name: "PESETA SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A8,
        name: "RUPEE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20A9,
        name: "WON SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20AA,
        name: "NEW SHEQEL SIGN",
    },
    Character {
        age: "2.0",
        codepoint: 0x20AB,
        name: "DONG SIGN",
    },
    Character {
        age: "2.1",
        codepoint: 0x20AC,
        name: "EURO SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x20AD,
        name: "KIP SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x20AE,
        name: "TUGRIK SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x20AF,
        name: "DRACHMA SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x20B0,
        name: "GERMAN PENNY SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x20B1,
        name: "PESO SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x20B2,
        name: "GUARANI SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x20B3,
        name: "AUSTRAL SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x20B4,
        name: "HRYVNIA SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x20B5,
        name: "CEDI SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x20B6,
        name: "LIVRE TOURNOIS SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x20B7,
        name: "SPESMILO SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x20B8,
        name: "TENGE SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x20B9,
        name: "INDIAN RUPEE SIGN",
    },
    Character {
        age: "6.2",
        codepoint: 0x20BA,
        name: "TURKISH LIRA SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x20BB,
        name: "NORDIC MARK SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x20BC,
        name: "MANAT SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x20BD,
        name: "RUBLE SIGN",
    },
    Character {
        age: "8.0",
        codepoint: 0x20BE,
        name: "LARI SIGN",
    },
    Character {
        age: "10.0",
        codepoint: 0x20BF,
        name: "BITCOIN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D0,
        name: "COMBINING LEFT HARPOON ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D1,
        name: "COMBINING RIGHT HARPOON ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D2,
        name: "COMBINING LONG VERTICAL LINE OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D3,
        name: "COMBINING SHORT VERTICAL LINE OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D4,
        name: "COMBINING ANTICLOCKWISE ARROW ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D5,
        name: "COMBINING CLOCKWISE ARROW ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D6,
        name: "COMBINING LEFT ARROW ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D7,
        name: "COMBINING RIGHT ARROW ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D8,
        name: "COMBINING RING OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x20D9,
        name: "COMBINING CLOCKWISE RING OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x20DA,
        name: "COMBINING ANTICLOCKWISE RING OVERLAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x20DB,
        name: "COMBINING THREE DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20DC,
        name: "COMBINING FOUR DOTS ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20DD,
        name: "COMBINING ENCLOSING CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20DE,
        name: "COMBINING ENCLOSING SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x20DF,
        name: "COMBINING ENCLOSING DIAMOND",
    },
    Character {
        age: "1.1",
        codepoint: 0x20E0,
        name: "COMBINING ENCLOSING CIRCLE BACKSLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x20E1,
        name: "COMBINING LEFT RIGHT ARROW ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x20E2,
        name: "COMBINING ENCLOSING SCREEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x20E3,
        name: "COMBINING ENCLOSING KEYCAP",
    },
    Character {
        age: "3.2",
        codepoint: 0x20E4,
        name: "COMBINING ENCLOSING UPWARD POINTING TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x20E5,
        name: "COMBINING REVERSE SOLIDUS OVERLAY",
    },
    Character {
        age: "3.2",
        codepoint: 0x20E6,
        name: "COMBINING DOUBLE VERTICAL STROKE OVERLAY",
    },
    Character {
        age: "3.2",
        codepoint: 0x20E7,
        name: "COMBINING ANNUITY SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x20E8,
        name: "COMBINING TRIPLE UNDERDOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x20E9,
        name: "COMBINING WIDE BRIDGE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x20EA,
        name: "COMBINING LEFTWARDS ARROW OVERLAY",
    },
    Character {
        age: "4.1",
        codepoint: 0x20EB,
        name: "COMBINING LONG DOUBLE SOLIDUS OVERLAY",
    },
    Character {
        age: "5.0",
        codepoint: 0x20EC,
        name: "COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
    },
    Character {
        age: "5.0",
        codepoint: 0x20ED,
        name: "COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS",
    },
    Character {
        age: "5.0",
        codepoint: 0x20EE,
        name: "COMBINING LEFT ARROW BELOW",
    },
    Character {
        age: "5.0",
        codepoint: 0x20EF,
        name: "COMBINING RIGHT ARROW BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x20F0,
        name: "COMBINING ASTERISK ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2100,
        name: "ACCOUNT OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2101,
        name: "ADDRESSED TO THE SUBJECT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2102,
        name: "DOUBLE-STRUCK CAPITAL C",
    },
    Character {
        age: "1.1",
        codepoint: 0x2103,
        name: "DEGREE CELSIUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2104,
        name: "CENTRE LINE SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2105,
        name: "CARE OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2106,
        name: "CADA UNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2107,
        name: "EULER CONSTANT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2108,
        name: "SCRUPLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2109,
        name: "DEGREE FAHRENHEIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x210A,
        name: "SCRIPT SMALL G",
    },
    Character {
        age: "1.1",
        codepoint: 0x210B,
        name: "SCRIPT CAPITAL H",
    },
    Character {
        age: "1.1",
        codepoint: 0x210C,
        name: "BLACK-LETTER CAPITAL H",
    },
    Character {
        age: "1.1",
        codepoint: 0x210D,
        name: "DOUBLE-STRUCK CAPITAL H",
    },
    Character {
        age: "1.1",
        codepoint: 0x210E,
        name: "PLANCK CONSTANT",
    },
    Character {
        age: "1.1",
        codepoint: 0x210F,
        name: "PLANCK CONSTANT OVER TWO PI",
    },
    Character {
        age: "1.1",
        codepoint: 0x2110,
        name: "SCRIPT CAPITAL I",
    },
    Character {
        age: "1.1",
        codepoint: 0x2111,
        name: "BLACK-LETTER CAPITAL I",
    },
    Character {
        age: "1.1",
        codepoint: 0x2112,
        name: "SCRIPT CAPITAL L",
    },
    Character {
        age: "1.1",
        codepoint: 0x2113,
        name: "SCRIPT SMALL L",
    },
    Character {
        age: "1.1",
        codepoint: 0x2114,
        name: "L B BAR SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2115,
        name: "DOUBLE-STRUCK CAPITAL N",
    },
    Character {
        age: "1.1",
        codepoint: 0x2116,
        name: "NUMERO SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2117,
        name: "SOUND RECORDING COPYRIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2118,
        name: "SCRIPT CAPITAL P",
    },
    Character {
        age: "1.1",
        codepoint: 0x2119,
        name: "DOUBLE-STRUCK CAPITAL P",
    },
    Character {
        age: "1.1",
        codepoint: 0x211A,
        name: "DOUBLE-STRUCK CAPITAL Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x211B,
        name: "SCRIPT CAPITAL R",
    },
    Character {
        age: "1.1",
        codepoint: 0x211C,
        name: "BLACK-LETTER CAPITAL R",
    },
    Character {
        age: "1.1",
        codepoint: 0x211D,
        name: "DOUBLE-STRUCK CAPITAL R",
    },
    Character {
        age: "1.1",
        codepoint: 0x211E,
        name: "PRESCRIPTION TAKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x211F,
        name: "RESPONSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2120,
        name: "SERVICE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2121,
        name: "TELEPHONE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2122,
        name: "TRADE MARK SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2123,
        name: "VERSICLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2124,
        name: "DOUBLE-STRUCK CAPITAL Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x2125,
        name: "OUNCE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2126,
        name: "OHM SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2127,
        name: "INVERTED OHM SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2128,
        name: "BLACK-LETTER CAPITAL Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x2129,
        name: "TURNED GREEK SMALL LETTER IOTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x212A,
        name: "KELVIN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x212B,
        name: "ANGSTROM SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x212C,
        name: "SCRIPT CAPITAL B",
    },
    Character {
        age: "1.1",
        codepoint: 0x212D,
        name: "BLACK-LETTER CAPITAL C",
    },
    Character {
        age: "1.1",
        codepoint: 0x212E,
        name: "ESTIMATED SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x212F,
        name: "SCRIPT SMALL E",
    },
    Character {
        age: "1.1",
        codepoint: 0x2130,
        name: "SCRIPT CAPITAL E",
    },
    Character {
        age: "1.1",
        codepoint: 0x2131,
        name: "SCRIPT CAPITAL F",
    },
    Character {
        age: "1.1",
        codepoint: 0x2132,
        name: "TURNED CAPITAL F",
    },
    Character {
        age: "1.1",
        codepoint: 0x2133,
        name: "SCRIPT CAPITAL M",
    },
    Character {
        age: "1.1",
        codepoint: 0x2134,
        name: "SCRIPT SMALL O",
    },
    Character {
        age: "1.1",
        codepoint: 0x2135,
        name: "ALEF SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2136,
        name: "BET SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2137,
        name: "GIMEL SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2138,
        name: "DALET SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2139,
        name: "INFORMATION SOURCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x213A,
        name: "ROTATED CAPITAL Q",
    },
    Character {
        age: "4.0",
        codepoint: 0x213B,
        name: "FACSIMILE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x213C,
        name: "DOUBLE-STRUCK SMALL PI",
    },
    Character {
        age: "3.2",
        codepoint: 0x213D,
        name: "DOUBLE-STRUCK SMALL GAMMA",
    },
    Character {
        age: "3.2",
        codepoint: 0x213E,
        name: "DOUBLE-STRUCK CAPITAL GAMMA",
    },
    Character {
        age: "3.2",
        codepoint: 0x213F,
        name: "DOUBLE-STRUCK CAPITAL PI",
    },
    Character {
        age: "3.2",
        codepoint: 0x2140,
        name: "DOUBLE-STRUCK N-ARY SUMMATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2141,
        name: "TURNED SANS-SERIF CAPITAL G",
    },
    Character {
        age: "3.2",
        codepoint: 0x2142,
        name: "TURNED SANS-SERIF CAPITAL L",
    },
    Character {
        age: "3.2",
        codepoint: 0x2143,
        name: "REVERSED SANS-SERIF CAPITAL L",
    },
    Character {
        age: "3.2",
        codepoint: 0x2144,
        name: "TURNED SANS-SERIF CAPITAL Y",
    },
    Character {
        age: "3.2",
        codepoint: 0x2145,
        name: "DOUBLE-STRUCK ITALIC CAPITAL D",
    },
    Character {
        age: "3.2",
        codepoint: 0x2146,
        name: "DOUBLE-STRUCK ITALIC SMALL D",
    },
    Character {
        age: "3.2",
        codepoint: 0x2147,
        name: "DOUBLE-STRUCK ITALIC SMALL E",
    },
    Character {
        age: "3.2",
        codepoint: 0x2148,
        name: "DOUBLE-STRUCK ITALIC SMALL I",
    },
    Character {
        age: "3.2",
        codepoint: 0x2149,
        name: "DOUBLE-STRUCK ITALIC SMALL J",
    },
    Character {
        age: "3.2",
        codepoint: 0x214A,
        name: "PROPERTY LINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x214B,
        name: "TURNED AMPERSAND",
    },
    Character {
        age: "4.1",
        codepoint: 0x214C,
        name: "PER SIGN",
    },
    Character {
        age: "5.0",
        codepoint: 0x214D,
        name: "AKTIESELSKAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x214E,
        name: "TURNED SMALL F",
    },
    Character {
        age: "5.1",
        codepoint: 0x214F,
        name: "SYMBOL FOR SAMARITAN SOURCE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2150,
        name: "VULGAR FRACTION ONE SEVENTH",
    },
    Character {
        age: "5.2",
        codepoint: 0x2151,
        name: "VULGAR FRACTION ONE NINTH",
    },
    Character {
        age: "5.2",
        codepoint: 0x2152,
        name: "VULGAR FRACTION ONE TENTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2153,
        name: "VULGAR FRACTION ONE THIRD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2154,
        name: "VULGAR FRACTION TWO THIRDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2155,
        name: "VULGAR FRACTION ONE FIFTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2156,
        name: "VULGAR FRACTION TWO FIFTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2157,
        name: "VULGAR FRACTION THREE FIFTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2158,
        name: "VULGAR FRACTION FOUR FIFTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2159,
        name: "VULGAR FRACTION ONE SIXTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x215A,
        name: "VULGAR FRACTION FIVE SIXTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x215B,
        name: "VULGAR FRACTION ONE EIGHTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x215C,
        name: "VULGAR FRACTION THREE EIGHTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x215D,
        name: "VULGAR FRACTION FIVE EIGHTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x215E,
        name: "VULGAR FRACTION SEVEN EIGHTHS",
    },
    Character {
        age: "1.1",
        codepoint: 0x215F,
        name: "FRACTION NUMERATOR ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2160,
        name: "ROMAN NUMERAL ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2161,
        name: "ROMAN NUMERAL TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2162,
        name: "ROMAN NUMERAL THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2163,
        name: "ROMAN NUMERAL FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2164,
        name: "ROMAN NUMERAL FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2165,
        name: "ROMAN NUMERAL SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2166,
        name: "ROMAN NUMERAL SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2167,
        name: "ROMAN NUMERAL EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2168,
        name: "ROMAN NUMERAL NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2169,
        name: "ROMAN NUMERAL TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x216A,
        name: "ROMAN NUMERAL ELEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x216B,
        name: "ROMAN NUMERAL TWELVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x216C,
        name: "ROMAN NUMERAL FIFTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x216D,
        name: "ROMAN NUMERAL ONE HUNDRED",
    },
    Character {
        age: "1.1",
        codepoint: 0x216E,
        name: "ROMAN NUMERAL FIVE HUNDRED",
    },
    Character {
        age: "1.1",
        codepoint: 0x216F,
        name: "ROMAN NUMERAL ONE THOUSAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x2170,
        name: "SMALL ROMAN NUMERAL ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2171,
        name: "SMALL ROMAN NUMERAL TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2172,
        name: "SMALL ROMAN NUMERAL THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2173,
        name: "SMALL ROMAN NUMERAL FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2174,
        name: "SMALL ROMAN NUMERAL FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2175,
        name: "SMALL ROMAN NUMERAL SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2176,
        name: "SMALL ROMAN NUMERAL SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2177,
        name: "SMALL ROMAN NUMERAL EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2178,
        name: "SMALL ROMAN NUMERAL NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2179,
        name: "SMALL ROMAN NUMERAL TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x217A,
        name: "SMALL ROMAN NUMERAL ELEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x217B,
        name: "SMALL ROMAN NUMERAL TWELVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x217C,
        name: "SMALL ROMAN NUMERAL FIFTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x217D,
        name: "SMALL ROMAN NUMERAL ONE HUNDRED",
    },
    Character {
        age: "1.1",
        codepoint: 0x217E,
        name: "SMALL ROMAN NUMERAL FIVE HUNDRED",
    },
    Character {
        age: "1.1",
        codepoint: 0x217F,
        name: "SMALL ROMAN NUMERAL ONE THOUSAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x2180,
        name: "ROMAN NUMERAL ONE THOUSAND C D",
    },
    Character {
        age: "1.1",
        codepoint: 0x2181,
        name: "ROMAN NUMERAL FIVE THOUSAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x2182,
        name: "ROMAN NUMERAL TEN THOUSAND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2183,
        name: "ROMAN NUMERAL REVERSED ONE HUNDRED",
    },
    Character {
        age: "5.0",
        codepoint: 0x2184,
        name: "LATIN SMALL LETTER REVERSED C",
    },
    Character {
        age: "5.1",
        codepoint: 0x2185,
        name: "ROMAN NUMERAL SIX LATE FORM",
    },
    Character {
        age: "5.1",
        codepoint: 0x2186,
        name: "ROMAN NUMERAL FIFTY EARLY FORM",
    },
    Character {
        age: "5.1",
        codepoint: 0x2187,
        name: "ROMAN NUMERAL FIFTY THOUSAND",
    },
    Character {
        age: "5.1",
        codepoint: 0x2188,
        name: "ROMAN NUMERAL ONE HUNDRED THOUSAND",
    },
    Character {
        age: "5.2",
        codepoint: 0x2189,
        name: "VULGAR FRACTION ZERO THIRDS",
    },
    Character {
        age: "8.0",
        codepoint: 0x218A,
        name: "TURNED DIGIT TWO",
    },
    Character {
        age: "8.0",
        codepoint: 0x218B,
        name: "TURNED DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2190,
        name: "LEFTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2191,
        name: "UPWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2192,
        name: "RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2193,
        name: "DOWNWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2194,
        name: "LEFT RIGHT ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2195,
        name: "UP DOWN ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2196,
        name: "NORTH WEST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2197,
        name: "NORTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2198,
        name: "SOUTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2199,
        name: "SOUTH WEST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x219A,
        name: "LEFTWARDS ARROW WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x219B,
        name: "RIGHTWARDS ARROW WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x219C,
        name: "LEFTWARDS WAVE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x219D,
        name: "RIGHTWARDS WAVE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x219E,
        name: "LEFTWARDS TWO HEADED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x219F,
        name: "UPWARDS TWO HEADED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A0,
        name: "RIGHTWARDS TWO HEADED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A1,
        name: "DOWNWARDS TWO HEADED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A2,
        name: "LEFTWARDS ARROW WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A3,
        name: "RIGHTWARDS ARROW WITH TAIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A4,
        name: "LEFTWARDS ARROW FROM BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A5,
        name: "UPWARDS ARROW FROM BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A6,
        name: "RIGHTWARDS ARROW FROM BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A7,
        name: "DOWNWARDS ARROW FROM BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A8,
        name: "UP DOWN ARROW WITH BASE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21A9,
        name: "LEFTWARDS ARROW WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x21AA,
        name: "RIGHTWARDS ARROW WITH HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x21AB,
        name: "LEFTWARDS ARROW WITH LOOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x21AC,
        name: "RIGHTWARDS ARROW WITH LOOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x21AD,
        name: "LEFT RIGHT WAVE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21AE,
        name: "LEFT RIGHT ARROW WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21AF,
        name: "DOWNWARDS ZIGZAG ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B0,
        name: "UPWARDS ARROW WITH TIP LEFTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B1,
        name: "UPWARDS ARROW WITH TIP RIGHTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B2,
        name: "DOWNWARDS ARROW WITH TIP LEFTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B3,
        name: "DOWNWARDS ARROW WITH TIP RIGHTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B4,
        name: "RIGHTWARDS ARROW WITH CORNER DOWNWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B5,
        name: "DOWNWARDS ARROW WITH CORNER LEFTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B6,
        name: "ANTICLOCKWISE TOP SEMICIRCLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B7,
        name: "CLOCKWISE TOP SEMICIRCLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B8,
        name: "NORTH WEST ARROW TO LONG BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21B9,
        name: "LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21BA,
        name: "ANTICLOCKWISE OPEN CIRCLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21BB,
        name: "CLOCKWISE OPEN CIRCLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21BC,
        name: "LEFTWARDS HARPOON WITH BARB UPWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21BD,
        name: "LEFTWARDS HARPOON WITH BARB DOWNWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21BE,
        name: "UPWARDS HARPOON WITH BARB RIGHTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21BF,
        name: "UPWARDS HARPOON WITH BARB LEFTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C0,
        name: "RIGHTWARDS HARPOON WITH BARB UPWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C1,
        name: "RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C2,
        name: "DOWNWARDS HARPOON WITH BARB RIGHTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C3,
        name: "DOWNWARDS HARPOON WITH BARB LEFTWARDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C4,
        name: "RIGHTWARDS ARROW OVER LEFTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C5,
        name: "UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C6,
        name: "LEFTWARDS ARROW OVER RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C7,
        name: "LEFTWARDS PAIRED ARROWS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C8,
        name: "UPWARDS PAIRED ARROWS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21C9,
        name: "RIGHTWARDS PAIRED ARROWS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21CA,
        name: "DOWNWARDS PAIRED ARROWS",
    },
    Character {
        age: "1.1",
        codepoint: 0x21CB,
        name: "LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x21CC,
        name: "RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x21CD,
        name: "LEFTWARDS DOUBLE ARROW WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21CE,
        name: "LEFT RIGHT DOUBLE ARROW WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21CF,
        name: "RIGHTWARDS DOUBLE ARROW WITH STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D0,
        name: "LEFTWARDS DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D1,
        name: "UPWARDS DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D2,
        name: "RIGHTWARDS DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D3,
        name: "DOWNWARDS DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D4,
        name: "LEFT RIGHT DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D5,
        name: "UP DOWN DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D6,
        name: "NORTH WEST DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D7,
        name: "NORTH EAST DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D8,
        name: "SOUTH EAST DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21D9,
        name: "SOUTH WEST DOUBLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21DA,
        name: "LEFTWARDS TRIPLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21DB,
        name: "RIGHTWARDS TRIPLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21DC,
        name: "LEFTWARDS SQUIGGLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21DD,
        name: "RIGHTWARDS SQUIGGLE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21DE,
        name: "UPWARDS ARROW WITH DOUBLE STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21DF,
        name: "DOWNWARDS ARROW WITH DOUBLE STROKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E0,
        name: "LEFTWARDS DASHED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E1,
        name: "UPWARDS DASHED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E2,
        name: "RIGHTWARDS DASHED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E3,
        name: "DOWNWARDS DASHED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E4,
        name: "LEFTWARDS ARROW TO BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E5,
        name: "RIGHTWARDS ARROW TO BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E6,
        name: "LEFTWARDS WHITE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E7,
        name: "UPWARDS WHITE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E8,
        name: "RIGHTWARDS WHITE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21E9,
        name: "DOWNWARDS WHITE ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x21EA,
        name: "UPWARDS WHITE ARROW FROM BAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x21EB,
        name: "UPWARDS WHITE ARROW ON PEDESTAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x21EC,
        name: "UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x21ED,
        name: "UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x21EE,
        name: "UPWARDS WHITE DOUBLE ARROW",
    },
    Character {
        age: "3.0",
        codepoint: 0x21EF,
        name: "UPWARDS WHITE DOUBLE ARROW ON PEDESTAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x21F0,
        name: "RIGHTWARDS WHITE ARROW FROM WALL",
    },
    Character {
        age: "3.0",
        codepoint: 0x21F1,
        name: "NORTH WEST ARROW TO CORNER",
    },
    Character {
        age: "3.0",
        codepoint: 0x21F2,
        name: "SOUTH EAST ARROW TO CORNER",
    },
    Character {
        age: "3.0",
        codepoint: 0x21F3,
        name: "UP DOWN WHITE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x21F4,
        name: "RIGHT ARROW WITH SMALL CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21F5,
        name: "DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x21F6,
        name: "THREE RIGHTWARDS ARROWS",
    },
    Character {
        age: "3.2",
        codepoint: 0x21F7,
        name: "LEFTWARDS ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21F8,
        name: "RIGHTWARDS ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21F9,
        name: "LEFT RIGHT ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21FA,
        name: "LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21FB,
        name: "RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21FC,
        name: "LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x21FD,
        name: "LEFTWARDS OPEN-HEADED ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x21FE,
        name: "RIGHTWARDS OPEN-HEADED ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x21FF,
        name: "LEFT RIGHT OPEN-HEADED ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2200,
        name: "FOR ALL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2201,
        name: "COMPLEMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2202,
        name: "PARTIAL DIFFERENTIAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2203,
        name: "THERE EXISTS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2204,
        name: "THERE DOES NOT EXIST",
    },
    Character {
        age: "1.1",
        codepoint: 0x2205,
        name: "EMPTY SET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2206,
        name: "INCREMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2207,
        name: "NABLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2208,
        name: "ELEMENT OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2209,
        name: "NOT AN ELEMENT OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x220A,
        name: "SMALL ELEMENT OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x220B,
        name: "CONTAINS AS MEMBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x220C,
        name: "DOES NOT CONTAIN AS MEMBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x220D,
        name: "SMALL CONTAINS AS MEMBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x220E,
        name: "END OF PROOF",
    },
    Character {
        age: "1.1",
        codepoint: 0x220F,
        name: "N-ARY PRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2210,
        name: "N-ARY COPRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2211,
        name: "N-ARY SUMMATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x2212,
        name: "MINUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2213,
        name: "MINUS-OR-PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2214,
        name: "DOT PLUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2215,
        name: "DIVISION SLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2216,
        name: "SET MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2217,
        name: "ASTERISK OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2218,
        name: "RING OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2219,
        name: "BULLET OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x221A,
        name: "SQUARE ROOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x221B,
        name: "CUBE ROOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x221C,
        name: "FOURTH ROOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x221D,
        name: "PROPORTIONAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x221E,
        name: "INFINITY",
    },
    Character {
        age: "1.1",
        codepoint: 0x221F,
        name: "RIGHT ANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2220,
        name: "ANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2221,
        name: "MEASURED ANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2222,
        name: "SPHERICAL ANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2223,
        name: "DIVIDES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2224,
        name: "DOES NOT DIVIDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2225,
        name: "PARALLEL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2226,
        name: "NOT PARALLEL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2227,
        name: "LOGICAL AND",
    },
    Character {
        age: "1.1",
        codepoint: 0x2228,
        name: "LOGICAL OR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2229,
        name: "INTERSECTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x222A,
        name: "UNION",
    },
    Character {
        age: "1.1",
        codepoint: 0x222B,
        name: "INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x222C,
        name: "DOUBLE INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x222D,
        name: "TRIPLE INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x222E,
        name: "CONTOUR INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x222F,
        name: "SURFACE INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2230,
        name: "VOLUME INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2231,
        name: "CLOCKWISE INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2232,
        name: "CLOCKWISE CONTOUR INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2233,
        name: "ANTICLOCKWISE CONTOUR INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2234,
        name: "THEREFORE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2235,
        name: "BECAUSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2236,
        name: "RATIO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2237,
        name: "PROPORTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x2238,
        name: "DOT MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2239,
        name: "EXCESS",
    },
    Character {
        age: "1.1",
        codepoint: 0x223A,
        name: "GEOMETRIC PROPORTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x223B,
        name: "HOMOTHETIC",
    },
    Character {
        age: "1.1",
        codepoint: 0x223C,
        name: "TILDE OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x223D,
        name: "REVERSED TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x223E,
        name: "INVERTED LAZY S",
    },
    Character {
        age: "1.1",
        codepoint: 0x223F,
        name: "SINE WAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2240,
        name: "WREATH PRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2241,
        name: "NOT TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2242,
        name: "MINUS TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2243,
        name: "ASYMPTOTICALLY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2244,
        name: "NOT ASYMPTOTICALLY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2245,
        name: "APPROXIMATELY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2246,
        name: "APPROXIMATELY BUT NOT ACTUALLY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2247,
        name: "NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2248,
        name: "ALMOST EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2249,
        name: "NOT ALMOST EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x224A,
        name: "ALMOST EQUAL OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x224B,
        name: "TRIPLE TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x224C,
        name: "ALL EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x224D,
        name: "EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x224E,
        name: "GEOMETRICALLY EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x224F,
        name: "DIFFERENCE BETWEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2250,
        name: "APPROACHES THE LIMIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2251,
        name: "GEOMETRICALLY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2252,
        name: "APPROXIMATELY EQUAL TO OR THE IMAGE OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2253,
        name: "IMAGE OF OR APPROXIMATELY EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2254,
        name: "COLON EQUALS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2255,
        name: "EQUALS COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0x2256,
        name: "RING IN EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2257,
        name: "RING EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2258,
        name: "CORRESPONDS TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2259,
        name: "ESTIMATES",
    },
    Character {
        age: "1.1",
        codepoint: 0x225A,
        name: "EQUIANGULAR TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x225B,
        name: "STAR EQUALS",
    },
    Character {
        age: "1.1",
        codepoint: 0x225C,
        name: "DELTA EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x225D,
        name: "EQUAL TO BY DEFINITION",
    },
    Character {
        age: "1.1",
        codepoint: 0x225E,
        name: "MEASURED BY",
    },
    Character {
        age: "1.1",
        codepoint: 0x225F,
        name: "QUESTIONED EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2260,
        name: "NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2261,
        name: "IDENTICAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2262,
        name: "NOT IDENTICAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2263,
        name: "STRICTLY EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2264,
        name: "LESS-THAN OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2265,
        name: "GREATER-THAN OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2266,
        name: "LESS-THAN OVER EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2267,
        name: "GREATER-THAN OVER EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2268,
        name: "LESS-THAN BUT NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2269,
        name: "GREATER-THAN BUT NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x226A,
        name: "MUCH LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x226B,
        name: "MUCH GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x226C,
        name: "BETWEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x226D,
        name: "NOT EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x226E,
        name: "NOT LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x226F,
        name: "NOT GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2270,
        name: "NEITHER LESS-THAN NOR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2271,
        name: "NEITHER GREATER-THAN NOR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2272,
        name: "LESS-THAN OR EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2273,
        name: "GREATER-THAN OR EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2274,
        name: "NEITHER LESS-THAN NOR EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2275,
        name: "NEITHER GREATER-THAN NOR EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2276,
        name: "LESS-THAN OR GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2277,
        name: "GREATER-THAN OR LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2278,
        name: "NEITHER LESS-THAN NOR GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2279,
        name: "NEITHER GREATER-THAN NOR LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x227A,
        name: "PRECEDES",
    },
    Character {
        age: "1.1",
        codepoint: 0x227B,
        name: "SUCCEEDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x227C,
        name: "PRECEDES OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x227D,
        name: "SUCCEEDS OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x227E,
        name: "PRECEDES OR EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x227F,
        name: "SUCCEEDS OR EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2280,
        name: "DOES NOT PRECEDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2281,
        name: "DOES NOT SUCCEED",
    },
    Character {
        age: "1.1",
        codepoint: 0x2282,
        name: "SUBSET OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2283,
        name: "SUPERSET OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2284,
        name: "NOT A SUBSET OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2285,
        name: "NOT A SUPERSET OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2286,
        name: "SUBSET OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2287,
        name: "SUPERSET OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2288,
        name: "NEITHER A SUBSET OF NOR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2289,
        name: "NEITHER A SUPERSET OF NOR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x228A,
        name: "SUBSET OF WITH NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x228B,
        name: "SUPERSET OF WITH NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x228C,
        name: "MULTISET",
    },
    Character {
        age: "1.1",
        codepoint: 0x228D,
        name: "MULTISET MULTIPLICATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x228E,
        name: "MULTISET UNION",
    },
    Character {
        age: "1.1",
        codepoint: 0x228F,
        name: "SQUARE IMAGE OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2290,
        name: "SQUARE ORIGINAL OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x2291,
        name: "SQUARE IMAGE OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2292,
        name: "SQUARE ORIGINAL OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2293,
        name: "SQUARE CAP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2294,
        name: "SQUARE CUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2295,
        name: "CIRCLED PLUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2296,
        name: "CIRCLED MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2297,
        name: "CIRCLED TIMES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2298,
        name: "CIRCLED DIVISION SLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2299,
        name: "CIRCLED DOT OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x229A,
        name: "CIRCLED RING OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x229B,
        name: "CIRCLED ASTERISK OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x229C,
        name: "CIRCLED EQUALS",
    },
    Character {
        age: "1.1",
        codepoint: 0x229D,
        name: "CIRCLED DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x229E,
        name: "SQUARED PLUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x229F,
        name: "SQUARED MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A0,
        name: "SQUARED TIMES",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A1,
        name: "SQUARED DOT OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A2,
        name: "RIGHT TACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A3,
        name: "LEFT TACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A4,
        name: "DOWN TACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A5,
        name: "UP TACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A6,
        name: "ASSERTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A7,
        name: "MODELS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A8,
        name: "TRUE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22A9,
        name: "FORCES",
    },
    Character {
        age: "1.1",
        codepoint: 0x22AA,
        name: "TRIPLE VERTICAL BAR RIGHT TURNSTILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22AB,
        name: "DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22AC,
        name: "DOES NOT PROVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22AD,
        name: "NOT TRUE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22AE,
        name: "DOES NOT FORCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22AF,
        name: "NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B0,
        name: "PRECEDES UNDER RELATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B1,
        name: "SUCCEEDS UNDER RELATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B2,
        name: "NORMAL SUBGROUP OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B3,
        name: "CONTAINS AS NORMAL SUBGROUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B4,
        name: "NORMAL SUBGROUP OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B5,
        name: "CONTAINS AS NORMAL SUBGROUP OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B6,
        name: "ORIGINAL OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B7,
        name: "IMAGE OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B8,
        name: "MULTIMAP",
    },
    Character {
        age: "1.1",
        codepoint: 0x22B9,
        name: "HERMITIAN CONJUGATE MATRIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x22BA,
        name: "INTERCALATE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22BB,
        name: "XOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22BC,
        name: "NAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x22BD,
        name: "NOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22BE,
        name: "RIGHT ANGLE WITH ARC",
    },
    Character {
        age: "1.1",
        codepoint: 0x22BF,
        name: "RIGHT TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C0,
        name: "N-ARY LOGICAL AND",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C1,
        name: "N-ARY LOGICAL OR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C2,
        name: "N-ARY INTERSECTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C3,
        name: "N-ARY UNION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C4,
        name: "DIAMOND OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C5,
        name: "DOT OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C6,
        name: "STAR OPERATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C7,
        name: "DIVISION TIMES",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C8,
        name: "BOWTIE",
    },
    Character {
        age: "1.1",
        codepoint: 0x22C9,
        name: "LEFT NORMAL FACTOR SEMIDIRECT PRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x22CA,
        name: "RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x22CB,
        name: "LEFT SEMIDIRECT PRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x22CC,
        name: "RIGHT SEMIDIRECT PRODUCT",
    },
    Character {
        age: "1.1",
        codepoint: 0x22CD,
        name: "REVERSED TILDE EQUALS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22CE,
        name: "CURLY LOGICAL OR",
    },
    Character {
        age: "1.1",
        codepoint: 0x22CF,
        name: "CURLY LOGICAL AND",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D0,
        name: "DOUBLE SUBSET",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D1,
        name: "DOUBLE SUPERSET",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D2,
        name: "DOUBLE INTERSECTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D3,
        name: "DOUBLE UNION",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D4,
        name: "PITCHFORK",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D5,
        name: "EQUAL AND PARALLEL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D6,
        name: "LESS-THAN WITH DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D7,
        name: "GREATER-THAN WITH DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D8,
        name: "VERY MUCH LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x22D9,
        name: "VERY MUCH GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x22DA,
        name: "LESS-THAN EQUAL TO OR GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x22DB,
        name: "GREATER-THAN EQUAL TO OR LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x22DC,
        name: "EQUAL TO OR LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x22DD,
        name: "EQUAL TO OR GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x22DE,
        name: "EQUAL TO OR PRECEDES",
    },
    Character {
        age: "1.1",
        codepoint: 0x22DF,
        name: "EQUAL TO OR SUCCEEDS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E0,
        name: "DOES NOT PRECEDE OR EQUAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E1,
        name: "DOES NOT SUCCEED OR EQUAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E2,
        name: "NOT SQUARE IMAGE OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E3,
        name: "NOT SQUARE ORIGINAL OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E4,
        name: "SQUARE IMAGE OF OR NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E5,
        name: "SQUARE ORIGINAL OF OR NOT EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E6,
        name: "LESS-THAN BUT NOT EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E7,
        name: "GREATER-THAN BUT NOT EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E8,
        name: "PRECEDES BUT NOT EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22E9,
        name: "SUCCEEDS BUT NOT EQUIVALENT TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22EA,
        name: "NOT NORMAL SUBGROUP OF",
    },
    Character {
        age: "1.1",
        codepoint: 0x22EB,
        name: "DOES NOT CONTAIN AS NORMAL SUBGROUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x22EC,
        name: "NOT NORMAL SUBGROUP OF OR EQUAL TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x22ED,
        name: "DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x22EE,
        name: "VERTICAL ELLIPSIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22EF,
        name: "MIDLINE HORIZONTAL ELLIPSIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22F0,
        name: "UP RIGHT DIAGONAL ELLIPSIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x22F1,
        name: "DOWN RIGHT DIAGONAL ELLIPSIS",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F2,
        name: "ELEMENT OF WITH LONG HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F3,
        name: "ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F4,
        name: "SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F5,
        name: "ELEMENT OF WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F6,
        name: "ELEMENT OF WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F7,
        name: "SMALL ELEMENT OF WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F8,
        name: "ELEMENT OF WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x22F9,
        name: "ELEMENT OF WITH TWO HORIZONTAL STROKES",
    },
    Character {
        age: "3.2",
        codepoint: 0x22FA,
        name: "CONTAINS WITH LONG HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22FB,
        name: "CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22FC,
        name: "SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x22FD,
        name: "CONTAINS WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x22FE,
        name: "SMALL CONTAINS WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x22FF,
        name: "Z NOTATION BAG MEMBERSHIP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2300,
        name: "DIAMETER SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2301,
        name: "ELECTRIC ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2302,
        name: "HOUSE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2303,
        name: "UP ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2304,
        name: "DOWN ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2305,
        name: "PROJECTIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2306,
        name: "PERSPECTIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2307,
        name: "WAVY LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2308,
        name: "LEFT CEILING",
    },
    Character {
        age: "1.1",
        codepoint: 0x2309,
        name: "RIGHT CEILING",
    },
    Character {
        age: "1.1",
        codepoint: 0x230A,
        name: "LEFT FLOOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x230B,
        name: "RIGHT FLOOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x230C,
        name: "BOTTOM RIGHT CROP",
    },
    Character {
        age: "1.1",
        codepoint: 0x230D,
        name: "BOTTOM LEFT CROP",
    },
    Character {
        age: "1.1",
        codepoint: 0x230E,
        name: "TOP RIGHT CROP",
    },
    Character {
        age: "1.1",
        codepoint: 0x230F,
        name: "TOP LEFT CROP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2310,
        name: "REVERSED NOT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2311,
        name: "SQUARE LOZENGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2312,
        name: "ARC",
    },
    Character {
        age: "1.1",
        codepoint: 0x2313,
        name: "SEGMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2314,
        name: "SECTOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2315,
        name: "TELEPHONE RECORDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2316,
        name: "POSITION INDICATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2317,
        name: "VIEWDATA SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2318,
        name: "PLACE OF INTEREST SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2319,
        name: "TURNED NOT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x231A,
        name: "WATCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x231B,
        name: "HOURGLASS",
    },
    Character {
        age: "1.1",
        codepoint: 0x231C,
        name: "TOP LEFT CORNER",
    },
    Character {
        age: "1.1",
        codepoint: 0x231D,
        name: "TOP RIGHT CORNER",
    },
    Character {
        age: "1.1",
        codepoint: 0x231E,
        name: "BOTTOM LEFT CORNER",
    },
    Character {
        age: "1.1",
        codepoint: 0x231F,
        name: "BOTTOM RIGHT CORNER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2320,
        name: "TOP HALF INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2321,
        name: "BOTTOM HALF INTEGRAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2322,
        name: "FROWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2323,
        name: "SMILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2324,
        name: "UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2325,
        name: "OPTION KEY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2326,
        name: "ERASE TO THE RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2327,
        name: "X IN A RECTANGLE BOX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2328,
        name: "KEYBOARD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2329,
        name: "LEFT-POINTING ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x232A,
        name: "RIGHT-POINTING ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x232B,
        name: "ERASE TO THE LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x232C,
        name: "BENZENE RING",
    },
    Character {
        age: "1.1",
        codepoint: 0x232D,
        name: "CYLINDRICITY",
    },
    Character {
        age: "1.1",
        codepoint: 0x232E,
        name: "ALL AROUND-PROFILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x232F,
        name: "SYMMETRY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2330,
        name: "TOTAL RUNOUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2331,
        name: "DIMENSION ORIGIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2332,
        name: "CONICAL TAPER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2333,
        name: "SLOPE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2334,
        name: "COUNTERBORE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2335,
        name: "COUNTERSINK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2336,
        name: "APL FUNCTIONAL SYMBOL I-BEAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x2337,
        name: "APL FUNCTIONAL SYMBOL SQUISH QUAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2338,
        name: "APL FUNCTIONAL SYMBOL QUAD EQUAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2339,
        name: "APL FUNCTIONAL SYMBOL QUAD DIVIDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x233A,
        name: "APL FUNCTIONAL SYMBOL QUAD DIAMOND",
    },
    Character {
        age: "1.1",
        codepoint: 0x233B,
        name: "APL FUNCTIONAL SYMBOL QUAD JOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x233C,
        name: "APL FUNCTIONAL SYMBOL QUAD CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x233D,
        name: "APL FUNCTIONAL SYMBOL CIRCLE STILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x233E,
        name: "APL FUNCTIONAL SYMBOL CIRCLE JOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x233F,
        name: "APL FUNCTIONAL SYMBOL SLASH BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2340,
        name: "APL FUNCTIONAL SYMBOL BACKSLASH BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2341,
        name: "APL FUNCTIONAL SYMBOL QUAD SLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2342,
        name: "APL FUNCTIONAL SYMBOL QUAD BACKSLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2343,
        name: "APL FUNCTIONAL SYMBOL QUAD LESS-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2344,
        name: "APL FUNCTIONAL SYMBOL QUAD GREATER-THAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2345,
        name: "APL FUNCTIONAL SYMBOL LEFTWARDS VANE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2346,
        name: "APL FUNCTIONAL SYMBOL RIGHTWARDS VANE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2347,
        name: "APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2348,
        name: "APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2349,
        name: "APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x234A,
        name: "APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x234B,
        name: "APL FUNCTIONAL SYMBOL DELTA STILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x234C,
        name: "APL FUNCTIONAL SYMBOL QUAD DOWN CARET",
    },
    Character {
        age: "1.1",
        codepoint: 0x234D,
        name: "APL FUNCTIONAL SYMBOL QUAD DELTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x234E,
        name: "APL FUNCTIONAL SYMBOL DOWN TACK JOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x234F,
        name: "APL FUNCTIONAL SYMBOL UPWARDS VANE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2350,
        name: "APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2351,
        name: "APL FUNCTIONAL SYMBOL UP TACK OVERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2352,
        name: "APL FUNCTIONAL SYMBOL DEL STILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2353,
        name: "APL FUNCTIONAL SYMBOL QUAD UP CARET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2354,
        name: "APL FUNCTIONAL SYMBOL QUAD DEL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2355,
        name: "APL FUNCTIONAL SYMBOL UP TACK JOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2356,
        name: "APL FUNCTIONAL SYMBOL DOWNWARDS VANE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2357,
        name: "APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2358,
        name: "APL FUNCTIONAL SYMBOL QUOTE UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2359,
        name: "APL FUNCTIONAL SYMBOL DELTA UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x235A,
        name: "APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x235B,
        name: "APL FUNCTIONAL SYMBOL JOT UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x235C,
        name: "APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x235D,
        name: "APL FUNCTIONAL SYMBOL UP SHOE JOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x235E,
        name: "APL FUNCTIONAL SYMBOL QUOTE QUAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x235F,
        name: "APL FUNCTIONAL SYMBOL CIRCLE STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2360,
        name: "APL FUNCTIONAL SYMBOL QUAD COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0x2361,
        name: "APL FUNCTIONAL SYMBOL UP TACK DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2362,
        name: "APL FUNCTIONAL SYMBOL DEL DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2363,
        name: "APL FUNCTIONAL SYMBOL STAR DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2364,
        name: "APL FUNCTIONAL SYMBOL JOT DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2365,
        name: "APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2366,
        name: "APL FUNCTIONAL SYMBOL DOWN SHOE STILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2367,
        name: "APL FUNCTIONAL SYMBOL LEFT SHOE STILE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2368,
        name: "APL FUNCTIONAL SYMBOL TILDE DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2369,
        name: "APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0x236A,
        name: "APL FUNCTIONAL SYMBOL COMMA BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x236B,
        name: "APL FUNCTIONAL SYMBOL DEL TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x236C,
        name: "APL FUNCTIONAL SYMBOL ZILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x236D,
        name: "APL FUNCTIONAL SYMBOL STILE TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x236E,
        name: "APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x236F,
        name: "APL FUNCTIONAL SYMBOL QUAD NOT EQUAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2370,
        name: "APL FUNCTIONAL SYMBOL QUAD QUESTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x2371,
        name: "APL FUNCTIONAL SYMBOL DOWN CARET TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2372,
        name: "APL FUNCTIONAL SYMBOL UP CARET TILDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2373,
        name: "APL FUNCTIONAL SYMBOL IOTA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2374,
        name: "APL FUNCTIONAL SYMBOL RHO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2375,
        name: "APL FUNCTIONAL SYMBOL OMEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2376,
        name: "APL FUNCTIONAL SYMBOL ALPHA UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2377,
        name: "APL FUNCTIONAL SYMBOL EPSILON UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2378,
        name: "APL FUNCTIONAL SYMBOL IOTA UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2379,
        name: "APL FUNCTIONAL SYMBOL OMEGA UNDERBAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x237A,
        name: "APL FUNCTIONAL SYMBOL ALPHA",
    },
    Character {
        age: "3.0",
        codepoint: 0x237B,
        name: "NOT CHECK MARK",
    },
    Character {
        age: "3.2",
        codepoint: 0x237C,
        name: "RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW",
    },
    Character {
        age: "3.0",
        codepoint: 0x237D,
        name: "SHOULDERED OPEN BOX",
    },
    Character {
        age: "3.0",
        codepoint: 0x237E,
        name: "BELL SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x237F,
        name: "VERTICAL LINE WITH MIDDLE DOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2380,
        name: "INSERTION SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2381,
        name: "CONTINUOUS UNDERLINE SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2382,
        name: "DISCONTINUOUS UNDERLINE SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2383,
        name: "EMPHASIS SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2384,
        name: "COMPOSITION SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2385,
        name: "WHITE SQUARE WITH CENTRE VERTICAL LINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2386,
        name: "ENTER SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2387,
        name: "ALTERNATIVE KEY SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2388,
        name: "HELM SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2389,
        name: "CIRCLED HORIZONTAL BAR WITH NOTCH",
    },
    Character {
        age: "3.0",
        codepoint: 0x238A,
        name: "CIRCLED TRIANGLE DOWN",
    },
    Character {
        age: "3.0",
        codepoint: 0x238B,
        name: "BROKEN CIRCLE WITH NORTHWEST ARROW",
    },
    Character {
        age: "3.0",
        codepoint: 0x238C,
        name: "UNDO SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x238D,
        name: "MONOSTABLE SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x238E,
        name: "HYSTERESIS SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x238F,
        name: "OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2390,
        name: "OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2391,
        name: "PASSIVE-PULL-DOWN-OUTPUT SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2392,
        name: "PASSIVE-PULL-UP-OUTPUT SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2393,
        name: "DIRECT CURRENT SYMBOL FORM TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2394,
        name: "SOFTWARE-FUNCTION SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2395,
        name: "APL FUNCTIONAL SYMBOL QUAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2396,
        name: "DECIMAL SEPARATOR KEY SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2397,
        name: "PREVIOUS PAGE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2398,
        name: "NEXT PAGE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2399,
        name: "PRINT SCREEN SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x239A,
        name: "CLEAR SCREEN SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x239B,
        name: "LEFT PARENTHESIS UPPER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x239C,
        name: "LEFT PARENTHESIS EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x239D,
        name: "LEFT PARENTHESIS LOWER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x239E,
        name: "RIGHT PARENTHESIS UPPER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x239F,
        name: "RIGHT PARENTHESIS EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A0,
        name: "RIGHT PARENTHESIS LOWER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A1,
        name: "LEFT SQUARE BRACKET UPPER CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A2,
        name: "LEFT SQUARE BRACKET EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A3,
        name: "LEFT SQUARE BRACKET LOWER CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A4,
        name: "RIGHT SQUARE BRACKET UPPER CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A5,
        name: "RIGHT SQUARE BRACKET EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A6,
        name: "RIGHT SQUARE BRACKET LOWER CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A7,
        name: "LEFT CURLY BRACKET UPPER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A8,
        name: "LEFT CURLY BRACKET MIDDLE PIECE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23A9,
        name: "LEFT CURLY BRACKET LOWER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x23AA,
        name: "CURLY BRACKET EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23AB,
        name: "RIGHT CURLY BRACKET UPPER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x23AC,
        name: "RIGHT CURLY BRACKET MIDDLE PIECE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23AD,
        name: "RIGHT CURLY BRACKET LOWER HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x23AE,
        name: "INTEGRAL EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23AF,
        name: "HORIZONTAL LINE EXTENSION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B0,
        name: "UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B1,
        name: "UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B2,
        name: "SUMMATION TOP",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B3,
        name: "SUMMATION BOTTOM",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B4,
        name: "TOP SQUARE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B5,
        name: "BOTTOM SQUARE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B6,
        name: "BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B7,
        name: "RADICAL SYMBOL BOTTOM",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B8,
        name: "LEFT VERTICAL BOX LINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23B9,
        name: "RIGHT VERTICAL BOX LINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23BA,
        name: "HORIZONTAL SCAN LINE-1",
    },
    Character {
        age: "3.2",
        codepoint: 0x23BB,
        name: "HORIZONTAL SCAN LINE-3",
    },
    Character {
        age: "3.2",
        codepoint: 0x23BC,
        name: "HORIZONTAL SCAN LINE-7",
    },
    Character {
        age: "3.2",
        codepoint: 0x23BD,
        name: "HORIZONTAL SCAN LINE-9",
    },
    Character {
        age: "3.2",
        codepoint: 0x23BE,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x23BF,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C0,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C1,
        name: "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C2,
        name: "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C3,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C4,
        name: "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C5,
        name: "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C6,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C7,
        name: "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C8,
        name: "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x23C9,
        name: "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x23CA,
        name: "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x23CB,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x23CC,
        name: "DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x23CD,
        name: "SQUARE FOOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x23CE,
        name: "RETURN SYMBOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x23CF,
        name: "EJECT SYMBOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x23D0,
        name: "VERTICAL LINE EXTENSION",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D1,
        name: "METRICAL BREVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D2,
        name: "METRICAL LONG OVER SHORT",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D3,
        name: "METRICAL SHORT OVER LONG",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D4,
        name: "METRICAL LONG OVER TWO SHORTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D5,
        name: "METRICAL TWO SHORTS OVER LONG",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D6,
        name: "METRICAL TWO SHORTS JOINED",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D7,
        name: "METRICAL TRISEME",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D8,
        name: "METRICAL TETRASEME",
    },
    Character {
        age: "4.1",
        codepoint: 0x23D9,
        name: "METRICAL PENTASEME",
    },
    Character {
        age: "4.1",
        codepoint: 0x23DA,
        name: "EARTH GROUND",
    },
    Character {
        age: "4.1",
        codepoint: 0x23DB,
        name: "FUSE",
    },
    Character {
        age: "5.0",
        codepoint: 0x23DC,
        name: "TOP PARENTHESIS",
    },
    Character {
        age: "5.0",
        codepoint: 0x23DD,
        name: "BOTTOM PARENTHESIS",
    },
    Character {
        age: "5.0",
        codepoint: 0x23DE,
        name: "TOP CURLY BRACKET",
    },
    Character {
        age: "5.0",
        codepoint: 0x23DF,
        name: "BOTTOM CURLY BRACKET",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E0,
        name: "TOP TORTOISE SHELL BRACKET",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E1,
        name: "BOTTOM TORTOISE SHELL BRACKET",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E2,
        name: "WHITE TRAPEZIUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E3,
        name: "BENZENE RING WITH CIRCLE",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E4,
        name: "STRAIGHTNESS",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E5,
        name: "FLATNESS",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E6,
        name: "AC CURRENT",
    },
    Character {
        age: "5.0",
        codepoint: 0x23E7,
        name: "ELECTRICAL INTERSECTION",
    },
    Character {
        age: "5.2",
        codepoint: 0x23E8,
        name: "DECIMAL EXPONENT SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x23E9,
        name: "BLACK RIGHT-POINTING DOUBLE TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x23EA,
        name: "BLACK LEFT-POINTING DOUBLE TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x23EB,
        name: "BLACK UP-POINTING DOUBLE TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x23EC,
        name: "BLACK DOWN-POINTING DOUBLE TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x23ED,
        name: "BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x23EE,
        name: "BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x23EF,
        name: "BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x23F0,
        name: "ALARM CLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x23F1,
        name: "STOPWATCH",
    },
    Character {
        age: "6.0",
        codepoint: 0x23F2,
        name: "TIMER CLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x23F3,
        name: "HOURGLASS WITH FLOWING SAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x23F4,
        name: "BLACK MEDIUM LEFT-POINTING TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x23F5,
        name: "BLACK MEDIUM RIGHT-POINTING TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x23F6,
        name: "BLACK MEDIUM UP-POINTING TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x23F7,
        name: "BLACK MEDIUM DOWN-POINTING TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x23F8,
        name: "DOUBLE VERTICAL BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x23F9,
        name: "BLACK SQUARE FOR STOP",
    },
    Character {
        age: "7.0",
        codepoint: 0x23FA,
        name: "BLACK CIRCLE FOR RECORD",
    },
    Character {
        age: "9.0",
        codepoint: 0x23FB,
        name: "POWER SYMBOL",
    },
    Character {
        age: "9.0",
        codepoint: 0x23FC,
        name: "POWER ON-OFF SYMBOL",
    },
    Character {
        age: "9.0",
        codepoint: 0x23FD,
        name: "POWER ON SYMBOL",
    },
    Character {
        age: "9.0",
        codepoint: 0x23FE,
        name: "POWER SLEEP SYMBOL",
    },
    Character {
        age: "10.0",
        codepoint: 0x23FF,
        name: "OBSERVER EYE SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2400,
        name: "SYMBOL FOR NULL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2401,
        name: "SYMBOL FOR START OF HEADING",
    },
    Character {
        age: "1.1",
        codepoint: 0x2402,
        name: "SYMBOL FOR START OF TEXT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2403,
        name: "SYMBOL FOR END OF TEXT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2404,
        name: "SYMBOL FOR END OF TRANSMISSION",
    },
    Character {
        age: "1.1",
        codepoint: 0x2405,
        name: "SYMBOL FOR ENQUIRY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2406,
        name: "SYMBOL FOR ACKNOWLEDGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2407,
        name: "SYMBOL FOR BELL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2408,
        name: "SYMBOL FOR BACKSPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2409,
        name: "SYMBOL FOR HORIZONTAL TABULATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x240A,
        name: "SYMBOL FOR LINE FEED",
    },
    Character {
        age: "1.1",
        codepoint: 0x240B,
        name: "SYMBOL FOR VERTICAL TABULATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x240C,
        name: "SYMBOL FOR FORM FEED",
    },
    Character {
        age: "1.1",
        codepoint: 0x240D,
        name: "SYMBOL FOR CARRIAGE RETURN",
    },
    Character {
        age: "1.1",
        codepoint: 0x240E,
        name: "SYMBOL FOR SHIFT OUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x240F,
        name: "SYMBOL FOR SHIFT IN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2410,
        name: "SYMBOL FOR DATA LINK ESCAPE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2411,
        name: "SYMBOL FOR DEVICE CONTROL ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2412,
        name: "SYMBOL FOR DEVICE CONTROL TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2413,
        name: "SYMBOL FOR DEVICE CONTROL THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2414,
        name: "SYMBOL FOR DEVICE CONTROL FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2415,
        name: "SYMBOL FOR NEGATIVE ACKNOWLEDGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2416,
        name: "SYMBOL FOR SYNCHRONOUS IDLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2417,
        name: "SYMBOL FOR END OF TRANSMISSION BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2418,
        name: "SYMBOL FOR CANCEL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2419,
        name: "SYMBOL FOR END OF MEDIUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x241A,
        name: "SYMBOL FOR SUBSTITUTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x241B,
        name: "SYMBOL FOR ESCAPE",
    },
    Character {
        age: "1.1",
        codepoint: 0x241C,
        name: "SYMBOL FOR FILE SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x241D,
        name: "SYMBOL FOR GROUP SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x241E,
        name: "SYMBOL FOR RECORD SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x241F,
        name: "SYMBOL FOR UNIT SEPARATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2420,
        name: "SYMBOL FOR SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2421,
        name: "SYMBOL FOR DELETE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2422,
        name: "BLANK SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2423,
        name: "OPEN BOX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2424,
        name: "SYMBOL FOR NEWLINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2425,
        name: "SYMBOL FOR DELETE FORM TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2426,
        name: "SYMBOL FOR SUBSTITUTE FORM TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2440,
        name: "OCR HOOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2441,
        name: "OCR CHAIR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2442,
        name: "OCR FORK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2443,
        name: "OCR INVERTED FORK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2444,
        name: "OCR BELT BUCKLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2445,
        name: "OCR BOW TIE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2446,
        name: "OCR BRANCH BANK IDENTIFICATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x2447,
        name: "OCR AMOUNT OF CHECK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2448,
        name: "OCR DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2449,
        name: "OCR CUSTOMER ACCOUNT NUMBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x244A,
        name: "OCR DOUBLE BACKSLASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2460,
        name: "CIRCLED DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2461,
        name: "CIRCLED DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2462,
        name: "CIRCLED DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2463,
        name: "CIRCLED DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2464,
        name: "CIRCLED DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2465,
        name: "CIRCLED DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2466,
        name: "CIRCLED DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2467,
        name: "CIRCLED DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2468,
        name: "CIRCLED DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2469,
        name: "CIRCLED NUMBER TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x246A,
        name: "CIRCLED NUMBER ELEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x246B,
        name: "CIRCLED NUMBER TWELVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x246C,
        name: "CIRCLED NUMBER THIRTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x246D,
        name: "CIRCLED NUMBER FOURTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x246E,
        name: "CIRCLED NUMBER FIFTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x246F,
        name: "CIRCLED NUMBER SIXTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2470,
        name: "CIRCLED NUMBER SEVENTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2471,
        name: "CIRCLED NUMBER EIGHTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2472,
        name: "CIRCLED NUMBER NINETEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2473,
        name: "CIRCLED NUMBER TWENTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2474,
        name: "PARENTHESIZED DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2475,
        name: "PARENTHESIZED DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2476,
        name: "PARENTHESIZED DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2477,
        name: "PARENTHESIZED DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2478,
        name: "PARENTHESIZED DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2479,
        name: "PARENTHESIZED DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x247A,
        name: "PARENTHESIZED DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x247B,
        name: "PARENTHESIZED DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x247C,
        name: "PARENTHESIZED DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x247D,
        name: "PARENTHESIZED NUMBER TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x247E,
        name: "PARENTHESIZED NUMBER ELEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x247F,
        name: "PARENTHESIZED NUMBER TWELVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2480,
        name: "PARENTHESIZED NUMBER THIRTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2481,
        name: "PARENTHESIZED NUMBER FOURTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2482,
        name: "PARENTHESIZED NUMBER FIFTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2483,
        name: "PARENTHESIZED NUMBER SIXTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2484,
        name: "PARENTHESIZED NUMBER SEVENTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2485,
        name: "PARENTHESIZED NUMBER EIGHTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2486,
        name: "PARENTHESIZED NUMBER NINETEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2487,
        name: "PARENTHESIZED NUMBER TWENTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2488,
        name: "DIGIT ONE FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2489,
        name: "DIGIT TWO FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x248A,
        name: "DIGIT THREE FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x248B,
        name: "DIGIT FOUR FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x248C,
        name: "DIGIT FIVE FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x248D,
        name: "DIGIT SIX FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x248E,
        name: "DIGIT SEVEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x248F,
        name: "DIGIT EIGHT FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2490,
        name: "DIGIT NINE FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2491,
        name: "NUMBER TEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2492,
        name: "NUMBER ELEVEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2493,
        name: "NUMBER TWELVE FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2494,
        name: "NUMBER THIRTEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2495,
        name: "NUMBER FOURTEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2496,
        name: "NUMBER FIFTEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2497,
        name: "NUMBER SIXTEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2498,
        name: "NUMBER SEVENTEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2499,
        name: "NUMBER EIGHTEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x249A,
        name: "NUMBER NINETEEN FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x249B,
        name: "NUMBER TWENTY FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x249C,
        name: "PARENTHESIZED LATIN SMALL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x249D,
        name: "PARENTHESIZED LATIN SMALL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0x249E,
        name: "PARENTHESIZED LATIN SMALL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0x249F,
        name: "PARENTHESIZED LATIN SMALL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A0,
        name: "PARENTHESIZED LATIN SMALL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A1,
        name: "PARENTHESIZED LATIN SMALL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A2,
        name: "PARENTHESIZED LATIN SMALL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A3,
        name: "PARENTHESIZED LATIN SMALL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A4,
        name: "PARENTHESIZED LATIN SMALL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A5,
        name: "PARENTHESIZED LATIN SMALL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A6,
        name: "PARENTHESIZED LATIN SMALL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A7,
        name: "PARENTHESIZED LATIN SMALL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A8,
        name: "PARENTHESIZED LATIN SMALL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x24A9,
        name: "PARENTHESIZED LATIN SMALL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x24AA,
        name: "PARENTHESIZED LATIN SMALL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x24AB,
        name: "PARENTHESIZED LATIN SMALL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0x24AC,
        name: "PARENTHESIZED LATIN SMALL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x24AD,
        name: "PARENTHESIZED LATIN SMALL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0x24AE,
        name: "PARENTHESIZED LATIN SMALL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x24AF,
        name: "PARENTHESIZED LATIN SMALL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B0,
        name: "PARENTHESIZED LATIN SMALL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B1,
        name: "PARENTHESIZED LATIN SMALL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B2,
        name: "PARENTHESIZED LATIN SMALL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B3,
        name: "PARENTHESIZED LATIN SMALL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B4,
        name: "PARENTHESIZED LATIN SMALL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B5,
        name: "PARENTHESIZED LATIN SMALL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B6,
        name: "CIRCLED LATIN CAPITAL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B7,
        name: "CIRCLED LATIN CAPITAL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B8,
        name: "CIRCLED LATIN CAPITAL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0x24B9,
        name: "CIRCLED LATIN CAPITAL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0x24BA,
        name: "CIRCLED LATIN CAPITAL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x24BB,
        name: "CIRCLED LATIN CAPITAL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0x24BC,
        name: "CIRCLED LATIN CAPITAL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0x24BD,
        name: "CIRCLED LATIN CAPITAL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0x24BE,
        name: "CIRCLED LATIN CAPITAL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x24BF,
        name: "CIRCLED LATIN CAPITAL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C0,
        name: "CIRCLED LATIN CAPITAL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C1,
        name: "CIRCLED LATIN CAPITAL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C2,
        name: "CIRCLED LATIN CAPITAL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C3,
        name: "CIRCLED LATIN CAPITAL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C4,
        name: "CIRCLED LATIN CAPITAL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C5,
        name: "CIRCLED LATIN CAPITAL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C6,
        name: "CIRCLED LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C7,
        name: "CIRCLED LATIN CAPITAL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C8,
        name: "CIRCLED LATIN CAPITAL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x24C9,
        name: "CIRCLED LATIN CAPITAL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x24CA,
        name: "CIRCLED LATIN CAPITAL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x24CB,
        name: "CIRCLED LATIN CAPITAL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0x24CC,
        name: "CIRCLED LATIN CAPITAL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0x24CD,
        name: "CIRCLED LATIN CAPITAL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0x24CE,
        name: "CIRCLED LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x24CF,
        name: "CIRCLED LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D0,
        name: "CIRCLED LATIN SMALL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D1,
        name: "CIRCLED LATIN SMALL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D2,
        name: "CIRCLED LATIN SMALL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D3,
        name: "CIRCLED LATIN SMALL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D4,
        name: "CIRCLED LATIN SMALL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D5,
        name: "CIRCLED LATIN SMALL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D6,
        name: "CIRCLED LATIN SMALL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D7,
        name: "CIRCLED LATIN SMALL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D8,
        name: "CIRCLED LATIN SMALL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x24D9,
        name: "CIRCLED LATIN SMALL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x24DA,
        name: "CIRCLED LATIN SMALL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0x24DB,
        name: "CIRCLED LATIN SMALL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0x24DC,
        name: "CIRCLED LATIN SMALL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x24DD,
        name: "CIRCLED LATIN SMALL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x24DE,
        name: "CIRCLED LATIN SMALL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x24DF,
        name: "CIRCLED LATIN SMALL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E0,
        name: "CIRCLED LATIN SMALL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E1,
        name: "CIRCLED LATIN SMALL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E2,
        name: "CIRCLED LATIN SMALL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E3,
        name: "CIRCLED LATIN SMALL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E4,
        name: "CIRCLED LATIN SMALL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E5,
        name: "CIRCLED LATIN SMALL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E6,
        name: "CIRCLED LATIN SMALL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E7,
        name: "CIRCLED LATIN SMALL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E8,
        name: "CIRCLED LATIN SMALL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0x24E9,
        name: "CIRCLED LATIN SMALL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x24EA,
        name: "CIRCLED DIGIT ZERO",
    },
    Character {
        age: "3.2",
        codepoint: 0x24EB,
        name: "NEGATIVE CIRCLED NUMBER ELEVEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24EC,
        name: "NEGATIVE CIRCLED NUMBER TWELVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x24ED,
        name: "NEGATIVE CIRCLED NUMBER THIRTEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24EE,
        name: "NEGATIVE CIRCLED NUMBER FOURTEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24EF,
        name: "NEGATIVE CIRCLED NUMBER FIFTEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F0,
        name: "NEGATIVE CIRCLED NUMBER SIXTEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F1,
        name: "NEGATIVE CIRCLED NUMBER SEVENTEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F2,
        name: "NEGATIVE CIRCLED NUMBER EIGHTEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F3,
        name: "NEGATIVE CIRCLED NUMBER NINETEEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F4,
        name: "NEGATIVE CIRCLED NUMBER TWENTY",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F5,
        name: "DOUBLE CIRCLED DIGIT ONE",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F6,
        name: "DOUBLE CIRCLED DIGIT TWO",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F7,
        name: "DOUBLE CIRCLED DIGIT THREE",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F8,
        name: "DOUBLE CIRCLED DIGIT FOUR",
    },
    Character {
        age: "3.2",
        codepoint: 0x24F9,
        name: "DOUBLE CIRCLED DIGIT FIVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x24FA,
        name: "DOUBLE CIRCLED DIGIT SIX",
    },
    Character {
        age: "3.2",
        codepoint: 0x24FB,
        name: "DOUBLE CIRCLED DIGIT SEVEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x24FC,
        name: "DOUBLE CIRCLED DIGIT EIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x24FD,
        name: "DOUBLE CIRCLED DIGIT NINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x24FE,
        name: "DOUBLE CIRCLED NUMBER TEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x24FF,
        name: "NEGATIVE CIRCLED DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2500,
        name: "BOX DRAWINGS LIGHT HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2501,
        name: "BOX DRAWINGS HEAVY HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2502,
        name: "BOX DRAWINGS LIGHT VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2503,
        name: "BOX DRAWINGS HEAVY VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2504,
        name: "BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2505,
        name: "BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2506,
        name: "BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2507,
        name: "BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2508,
        name: "BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2509,
        name: "BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x250A,
        name: "BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x250B,
        name: "BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x250C,
        name: "BOX DRAWINGS LIGHT DOWN AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x250D,
        name: "BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x250E,
        name: "BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x250F,
        name: "BOX DRAWINGS HEAVY DOWN AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2510,
        name: "BOX DRAWINGS LIGHT DOWN AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2511,
        name: "BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2512,
        name: "BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2513,
        name: "BOX DRAWINGS HEAVY DOWN AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2514,
        name: "BOX DRAWINGS LIGHT UP AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2515,
        name: "BOX DRAWINGS UP LIGHT AND RIGHT HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2516,
        name: "BOX DRAWINGS UP HEAVY AND RIGHT LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2517,
        name: "BOX DRAWINGS HEAVY UP AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2518,
        name: "BOX DRAWINGS LIGHT UP AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2519,
        name: "BOX DRAWINGS UP LIGHT AND LEFT HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x251A,
        name: "BOX DRAWINGS UP HEAVY AND LEFT LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x251B,
        name: "BOX DRAWINGS HEAVY UP AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x251C,
        name: "BOX DRAWINGS LIGHT VERTICAL AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x251D,
        name: "BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x251E,
        name: "BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x251F,
        name: "BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2520,
        name: "BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2521,
        name: "BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2522,
        name: "BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2523,
        name: "BOX DRAWINGS HEAVY VERTICAL AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2524,
        name: "BOX DRAWINGS LIGHT VERTICAL AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2525,
        name: "BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2526,
        name: "BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2527,
        name: "BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2528,
        name: "BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2529,
        name: "BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x252A,
        name: "BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x252B,
        name: "BOX DRAWINGS HEAVY VERTICAL AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x252C,
        name: "BOX DRAWINGS LIGHT DOWN AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x252D,
        name: "BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x252E,
        name: "BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x252F,
        name: "BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2530,
        name: "BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2531,
        name: "BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2532,
        name: "BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2533,
        name: "BOX DRAWINGS HEAVY DOWN AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2534,
        name: "BOX DRAWINGS LIGHT UP AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2535,
        name: "BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2536,
        name: "BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2537,
        name: "BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2538,
        name: "BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2539,
        name: "BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x253A,
        name: "BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x253B,
        name: "BOX DRAWINGS HEAVY UP AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x253C,
        name: "BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x253D,
        name: "BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x253E,
        name: "BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x253F,
        name: "BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2540,
        name: "BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2541,
        name: "BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2542,
        name: "BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2543,
        name: "BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2544,
        name: "BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2545,
        name: "BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2546,
        name: "BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2547,
        name: "BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2548,
        name: "BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2549,
        name: "BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x254A,
        name: "BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY",
    },
    Character {
        age: "1.1",
        codepoint: 0x254B,
        name: "BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x254C,
        name: "BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x254D,
        name: "BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x254E,
        name: "BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x254F,
        name: "BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2550,
        name: "BOX DRAWINGS DOUBLE HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2551,
        name: "BOX DRAWINGS DOUBLE VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2552,
        name: "BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2553,
        name: "BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2554,
        name: "BOX DRAWINGS DOUBLE DOWN AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2555,
        name: "BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2556,
        name: "BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2557,
        name: "BOX DRAWINGS DOUBLE DOWN AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2558,
        name: "BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2559,
        name: "BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x255A,
        name: "BOX DRAWINGS DOUBLE UP AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x255B,
        name: "BOX DRAWINGS UP SINGLE AND LEFT DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x255C,
        name: "BOX DRAWINGS UP DOUBLE AND LEFT SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x255D,
        name: "BOX DRAWINGS DOUBLE UP AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x255E,
        name: "BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x255F,
        name: "BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2560,
        name: "BOX DRAWINGS DOUBLE VERTICAL AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2561,
        name: "BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2562,
        name: "BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2563,
        name: "BOX DRAWINGS DOUBLE VERTICAL AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2564,
        name: "BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2565,
        name: "BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2566,
        name: "BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2567,
        name: "BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2568,
        name: "BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2569,
        name: "BOX DRAWINGS DOUBLE UP AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x256A,
        name: "BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x256B,
        name: "BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x256C,
        name: "BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x256D,
        name: "BOX DRAWINGS LIGHT ARC DOWN AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x256E,
        name: "BOX DRAWINGS LIGHT ARC DOWN AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x256F,
        name: "BOX DRAWINGS LIGHT ARC UP AND LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2570,
        name: "BOX DRAWINGS LIGHT ARC UP AND RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2571,
        name: "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2572,
        name: "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2573,
        name: "BOX DRAWINGS LIGHT DIAGONAL CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2574,
        name: "BOX DRAWINGS LIGHT LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2575,
        name: "BOX DRAWINGS LIGHT UP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2576,
        name: "BOX DRAWINGS LIGHT RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2577,
        name: "BOX DRAWINGS LIGHT DOWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2578,
        name: "BOX DRAWINGS HEAVY LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2579,
        name: "BOX DRAWINGS HEAVY UP",
    },
    Character {
        age: "1.1",
        codepoint: 0x257A,
        name: "BOX DRAWINGS HEAVY RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x257B,
        name: "BOX DRAWINGS HEAVY DOWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x257C,
        name: "BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x257D,
        name: "BOX DRAWINGS LIGHT UP AND HEAVY DOWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x257E,
        name: "BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x257F,
        name: "BOX DRAWINGS HEAVY UP AND LIGHT DOWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2580,
        name: "UPPER HALF BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2581,
        name: "LOWER ONE EIGHTH BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2582,
        name: "LOWER ONE QUARTER BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2583,
        name: "LOWER THREE EIGHTHS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2584,
        name: "LOWER HALF BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2585,
        name: "LOWER FIVE EIGHTHS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2586,
        name: "LOWER THREE QUARTERS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2587,
        name: "LOWER SEVEN EIGHTHS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2588,
        name: "FULL BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2589,
        name: "LEFT SEVEN EIGHTHS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x258A,
        name: "LEFT THREE QUARTERS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x258B,
        name: "LEFT FIVE EIGHTHS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x258C,
        name: "LEFT HALF BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x258D,
        name: "LEFT THREE EIGHTHS BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x258E,
        name: "LEFT ONE QUARTER BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x258F,
        name: "LEFT ONE EIGHTH BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2590,
        name: "RIGHT HALF BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2591,
        name: "LIGHT SHADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2592,
        name: "MEDIUM SHADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2593,
        name: "DARK SHADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2594,
        name: "UPPER ONE EIGHTH BLOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2595,
        name: "RIGHT ONE EIGHTH BLOCK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2596,
        name: "QUADRANT LOWER LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2597,
        name: "QUADRANT LOWER RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2598,
        name: "QUADRANT UPPER LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2599,
        name: "QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x259A,
        name: "QUADRANT UPPER LEFT AND LOWER RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x259B,
        name: "QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x259C,
        name: "QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x259D,
        name: "QUADRANT UPPER RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x259E,
        name: "QUADRANT UPPER RIGHT AND LOWER LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x259F,
        name: "QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A0,
        name: "BLACK SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A1,
        name: "WHITE SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A2,
        name: "WHITE SQUARE WITH ROUNDED CORNERS",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A3,
        name: "WHITE SQUARE CONTAINING BLACK SMALL SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A4,
        name: "SQUARE WITH HORIZONTAL FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A5,
        name: "SQUARE WITH VERTICAL FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A6,
        name: "SQUARE WITH ORTHOGONAL CROSSHATCH FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A7,
        name: "SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A8,
        name: "SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25A9,
        name: "SQUARE WITH DIAGONAL CROSSHATCH FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25AA,
        name: "BLACK SMALL SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25AB,
        name: "WHITE SMALL SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25AC,
        name: "BLACK RECTANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25AD,
        name: "WHITE RECTANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25AE,
        name: "BLACK VERTICAL RECTANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25AF,
        name: "WHITE VERTICAL RECTANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B0,
        name: "BLACK PARALLELOGRAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B1,
        name: "WHITE PARALLELOGRAM",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B2,
        name: "BLACK UP-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B3,
        name: "WHITE UP-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B4,
        name: "BLACK UP-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B5,
        name: "WHITE UP-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B6,
        name: "BLACK RIGHT-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B7,
        name: "WHITE RIGHT-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B8,
        name: "BLACK RIGHT-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25B9,
        name: "WHITE RIGHT-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25BA,
        name: "BLACK RIGHT-POINTING POINTER",
    },
    Character {
        age: "1.1",
        codepoint: 0x25BB,
        name: "WHITE RIGHT-POINTING POINTER",
    },
    Character {
        age: "1.1",
        codepoint: 0x25BC,
        name: "BLACK DOWN-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25BD,
        name: "WHITE DOWN-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25BE,
        name: "BLACK DOWN-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25BF,
        name: "WHITE DOWN-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C0,
        name: "BLACK LEFT-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C1,
        name: "WHITE LEFT-POINTING TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C2,
        name: "BLACK LEFT-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C3,
        name: "WHITE LEFT-POINTING SMALL TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C4,
        name: "BLACK LEFT-POINTING POINTER",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C5,
        name: "WHITE LEFT-POINTING POINTER",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C6,
        name: "BLACK DIAMOND",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C7,
        name: "WHITE DIAMOND",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C8,
        name: "WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND",
    },
    Character {
        age: "1.1",
        codepoint: 0x25C9,
        name: "FISHEYE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25CA,
        name: "LOZENGE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25CB,
        name: "WHITE CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25CC,
        name: "DOTTED CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25CD,
        name: "CIRCLE WITH VERTICAL FILL",
    },
    Character {
        age: "1.1",
        codepoint: 0x25CE,
        name: "BULLSEYE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25CF,
        name: "BLACK CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D0,
        name: "CIRCLE WITH LEFT HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D1,
        name: "CIRCLE WITH RIGHT HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D2,
        name: "CIRCLE WITH LOWER HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D3,
        name: "CIRCLE WITH UPPER HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D4,
        name: "CIRCLE WITH UPPER RIGHT QUADRANT BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D5,
        name: "CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D6,
        name: "LEFT HALF BLACK CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D7,
        name: "RIGHT HALF BLACK CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D8,
        name: "INVERSE BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x25D9,
        name: "INVERSE WHITE CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25DA,
        name: "UPPER HALF INVERSE WHITE CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25DB,
        name: "LOWER HALF INVERSE WHITE CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25DC,
        name: "UPPER LEFT QUADRANT CIRCULAR ARC",
    },
    Character {
        age: "1.1",
        codepoint: 0x25DD,
        name: "UPPER RIGHT QUADRANT CIRCULAR ARC",
    },
    Character {
        age: "1.1",
        codepoint: 0x25DE,
        name: "LOWER RIGHT QUADRANT CIRCULAR ARC",
    },
    Character {
        age: "1.1",
        codepoint: 0x25DF,
        name: "LOWER LEFT QUADRANT CIRCULAR ARC",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E0,
        name: "UPPER HALF CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E1,
        name: "LOWER HALF CIRCLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E2,
        name: "BLACK LOWER RIGHT TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E3,
        name: "BLACK LOWER LEFT TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E4,
        name: "BLACK UPPER LEFT TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E5,
        name: "BLACK UPPER RIGHT TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E6,
        name: "WHITE BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E7,
        name: "SQUARE WITH LEFT HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E8,
        name: "SQUARE WITH RIGHT HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25E9,
        name: "SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25EA,
        name: "SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25EB,
        name: "WHITE SQUARE WITH VERTICAL BISECTING LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x25EC,
        name: "WHITE UP-POINTING TRIANGLE WITH DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x25ED,
        name: "UP-POINTING TRIANGLE WITH LEFT HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25EE,
        name: "UP-POINTING TRIANGLE WITH RIGHT HALF BLACK",
    },
    Character {
        age: "1.1",
        codepoint: 0x25EF,
        name: "LARGE CIRCLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F0,
        name: "WHITE SQUARE WITH UPPER LEFT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F1,
        name: "WHITE SQUARE WITH LOWER LEFT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F2,
        name: "WHITE SQUARE WITH LOWER RIGHT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F3,
        name: "WHITE SQUARE WITH UPPER RIGHT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F4,
        name: "WHITE CIRCLE WITH UPPER LEFT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F5,
        name: "WHITE CIRCLE WITH LOWER LEFT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F6,
        name: "WHITE CIRCLE WITH LOWER RIGHT QUADRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x25F7,
        name: "WHITE CIRCLE WITH UPPER RIGHT QUADRANT",
    },
    Character {
        age: "3.2",
        codepoint: 0x25F8,
        name: "UPPER LEFT TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25F9,
        name: "UPPER RIGHT TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25FA,
        name: "LOWER LEFT TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25FB,
        name: "WHITE MEDIUM SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25FC,
        name: "BLACK MEDIUM SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25FD,
        name: "WHITE MEDIUM SMALL SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25FE,
        name: "BLACK MEDIUM SMALL SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x25FF,
        name: "LOWER RIGHT TRIANGLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2600,
        name: "BLACK SUN WITH RAYS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2601,
        name: "CLOUD",
    },
    Character {
        age: "1.1",
        codepoint: 0x2602,
        name: "UMBRELLA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2603,
        name: "SNOWMAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2604,
        name: "COMET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2605,
        name: "BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2606,
        name: "WHITE STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2607,
        name: "LIGHTNING",
    },
    Character {
        age: "1.1",
        codepoint: 0x2608,
        name: "THUNDERSTORM",
    },
    Character {
        age: "1.1",
        codepoint: 0x2609,
        name: "SUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x260A,
        name: "ASCENDING NODE",
    },
    Character {
        age: "1.1",
        codepoint: 0x260B,
        name: "DESCENDING NODE",
    },
    Character {
        age: "1.1",
        codepoint: 0x260C,
        name: "CONJUNCTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x260D,
        name: "OPPOSITION",
    },
    Character {
        age: "1.1",
        codepoint: 0x260E,
        name: "BLACK TELEPHONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x260F,
        name: "WHITE TELEPHONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2610,
        name: "BALLOT BOX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2611,
        name: "BALLOT BOX WITH CHECK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2612,
        name: "BALLOT BOX WITH X",
    },
    Character {
        age: "1.1",
        codepoint: 0x2613,
        name: "SALTIRE",
    },
    Character {
        age: "4.0",
        codepoint: 0x2614,
        name: "UMBRELLA WITH RAIN DROPS",
    },
    Character {
        age: "4.0",
        codepoint: 0x2615,
        name: "HOT BEVERAGE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2616,
        name: "WHITE SHOGI PIECE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2617,
        name: "BLACK SHOGI PIECE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2618,
        name: "SHAMROCK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2619,
        name: "REVERSED ROTATED FLORAL HEART BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x261A,
        name: "BLACK LEFT POINTING INDEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x261B,
        name: "BLACK RIGHT POINTING INDEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x261C,
        name: "WHITE LEFT POINTING INDEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x261D,
        name: "WHITE UP POINTING INDEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x261E,
        name: "WHITE RIGHT POINTING INDEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x261F,
        name: "WHITE DOWN POINTING INDEX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2620,
        name: "SKULL AND CROSSBONES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2621,
        name: "CAUTION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2622,
        name: "RADIOACTIVE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2623,
        name: "BIOHAZARD SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2624,
        name: "CADUCEUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2625,
        name: "ANKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2626,
        name: "ORTHODOX CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2627,
        name: "CHI RHO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2628,
        name: "CROSS OF LORRAINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2629,
        name: "CROSS OF JERUSALEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x262A,
        name: "STAR AND CRESCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x262B,
        name: "FARSI SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x262C,
        name: "ADI SHAKTI",
    },
    Character {
        age: "1.1",
        codepoint: 0x262D,
        name: "HAMMER AND SICKLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x262E,
        name: "PEACE SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x262F,
        name: "YIN YANG",
    },
    Character {
        age: "1.1",
        codepoint: 0x2630,
        name: "TRIGRAM FOR HEAVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2631,
        name: "TRIGRAM FOR LAKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2632,
        name: "TRIGRAM FOR FIRE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2633,
        name: "TRIGRAM FOR THUNDER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2634,
        name: "TRIGRAM FOR WIND",
    },
    Character {
        age: "1.1",
        codepoint: 0x2635,
        name: "TRIGRAM FOR WATER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2636,
        name: "TRIGRAM FOR MOUNTAIN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2637,
        name: "TRIGRAM FOR EARTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2638,
        name: "WHEEL OF DHARMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x2639,
        name: "WHITE FROWNING FACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x263A,
        name: "WHITE SMILING FACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x263B,
        name: "BLACK SMILING FACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x263C,
        name: "WHITE SUN WITH RAYS",
    },
    Character {
        age: "1.1",
        codepoint: 0x263D,
        name: "FIRST QUARTER MOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x263E,
        name: "LAST QUARTER MOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x263F,
        name: "MERCURY",
    },
    Character {
        age: "1.1",
        codepoint: 0x2640,
        name: "FEMALE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2641,
        name: "EARTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x2642,
        name: "MALE SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2643,
        name: "JUPITER",
    },
    Character {
        age: "1.1",
        codepoint: 0x2644,
        name: "SATURN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2645,
        name: "URANUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2646,
        name: "NEPTUNE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2647,
        name: "PLUTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2648,
        name: "ARIES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2649,
        name: "TAURUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x264A,
        name: "GEMINI",
    },
    Character {
        age: "1.1",
        codepoint: 0x264B,
        name: "CANCER",
    },
    Character {
        age: "1.1",
        codepoint: 0x264C,
        name: "LEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x264D,
        name: "VIRGO",
    },
    Character {
        age: "1.1",
        codepoint: 0x264E,
        name: "LIBRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x264F,
        name: "SCORPIUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2650,
        name: "SAGITTARIUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2651,
        name: "CAPRICORN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2652,
        name: "AQUARIUS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2653,
        name: "PISCES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2654,
        name: "WHITE CHESS KING",
    },
    Character {
        age: "1.1",
        codepoint: 0x2655,
        name: "WHITE CHESS QUEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2656,
        name: "WHITE CHESS ROOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2657,
        name: "WHITE CHESS BISHOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x2658,
        name: "WHITE CHESS KNIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2659,
        name: "WHITE CHESS PAWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x265A,
        name: "BLACK CHESS KING",
    },
    Character {
        age: "1.1",
        codepoint: 0x265B,
        name: "BLACK CHESS QUEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x265C,
        name: "BLACK CHESS ROOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x265D,
        name: "BLACK CHESS BISHOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x265E,
        name: "BLACK CHESS KNIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x265F,
        name: "BLACK CHESS PAWN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2660,
        name: "BLACK SPADE SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2661,
        name: "WHITE HEART SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2662,
        name: "WHITE DIAMOND SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2663,
        name: "BLACK CLUB SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2664,
        name: "WHITE SPADE SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2665,
        name: "BLACK HEART SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2666,
        name: "BLACK DIAMOND SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2667,
        name: "WHITE CLUB SUIT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2668,
        name: "HOT SPRINGS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2669,
        name: "QUARTER NOTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x266A,
        name: "EIGHTH NOTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x266B,
        name: "BEAMED EIGHTH NOTES",
    },
    Character {
        age: "1.1",
        codepoint: 0x266C,
        name: "BEAMED SIXTEENTH NOTES",
    },
    Character {
        age: "1.1",
        codepoint: 0x266D,
        name: "MUSIC FLAT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x266E,
        name: "MUSIC NATURAL SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x266F,
        name: "MUSIC SHARP SIGN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2670,
        name: "WEST SYRIAC CROSS",
    },
    Character {
        age: "3.0",
        codepoint: 0x2671,
        name: "EAST SYRIAC CROSS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2672,
        name: "UNIVERSAL RECYCLING SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2673,
        name: "RECYCLING SYMBOL FOR TYPE-1 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2674,
        name: "RECYCLING SYMBOL FOR TYPE-2 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2675,
        name: "RECYCLING SYMBOL FOR TYPE-3 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2676,
        name: "RECYCLING SYMBOL FOR TYPE-4 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2677,
        name: "RECYCLING SYMBOL FOR TYPE-5 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2678,
        name: "RECYCLING SYMBOL FOR TYPE-6 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2679,
        name: "RECYCLING SYMBOL FOR TYPE-7 PLASTICS",
    },
    Character {
        age: "3.2",
        codepoint: 0x267A,
        name: "RECYCLING SYMBOL FOR GENERIC MATERIALS",
    },
    Character {
        age: "3.2",
        codepoint: 0x267B,
        name: "BLACK UNIVERSAL RECYCLING SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x267C,
        name: "RECYCLED PAPER SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x267D,
        name: "PARTIALLY-RECYCLED PAPER SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x267E,
        name: "PERMANENT PAPER SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x267F,
        name: "WHEELCHAIR SYMBOL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2680,
        name: "DIE FACE-1",
    },
    Character {
        age: "3.2",
        codepoint: 0x2681,
        name: "DIE FACE-2",
    },
    Character {
        age: "3.2",
        codepoint: 0x2682,
        name: "DIE FACE-3",
    },
    Character {
        age: "3.2",
        codepoint: 0x2683,
        name: "DIE FACE-4",
    },
    Character {
        age: "3.2",
        codepoint: 0x2684,
        name: "DIE FACE-5",
    },
    Character {
        age: "3.2",
        codepoint: 0x2685,
        name: "DIE FACE-6",
    },
    Character {
        age: "3.2",
        codepoint: 0x2686,
        name: "WHITE CIRCLE WITH DOT RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2687,
        name: "WHITE CIRCLE WITH TWO DOTS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2688,
        name: "BLACK CIRCLE WITH WHITE DOT RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2689,
        name: "BLACK CIRCLE WITH TWO WHITE DOTS",
    },
    Character {
        age: "4.0",
        codepoint: 0x268A,
        name: "MONOGRAM FOR YANG",
    },
    Character {
        age: "4.0",
        codepoint: 0x268B,
        name: "MONOGRAM FOR YIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x268C,
        name: "DIGRAM FOR GREATER YANG",
    },
    Character {
        age: "4.0",
        codepoint: 0x268D,
        name: "DIGRAM FOR LESSER YIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x268E,
        name: "DIGRAM FOR LESSER YANG",
    },
    Character {
        age: "4.0",
        codepoint: 0x268F,
        name: "DIGRAM FOR GREATER YIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x2690,
        name: "WHITE FLAG",
    },
    Character {
        age: "4.0",
        codepoint: 0x2691,
        name: "BLACK FLAG",
    },
    Character {
        age: "4.1",
        codepoint: 0x2692,
        name: "HAMMER AND PICK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2693,
        name: "ANCHOR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2694,
        name: "CROSSED SWORDS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2695,
        name: "STAFF OF AESCULAPIUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2696,
        name: "SCALES",
    },
    Character {
        age: "4.1",
        codepoint: 0x2697,
        name: "ALEMBIC",
    },
    Character {
        age: "4.1",
        codepoint: 0x2698,
        name: "FLOWER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2699,
        name: "GEAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x269A,
        name: "STAFF OF HERMES",
    },
    Character {
        age: "4.1",
        codepoint: 0x269B,
        name: "ATOM SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x269C,
        name: "FLEUR-DE-LIS",
    },
    Character {
        age: "5.1",
        codepoint: 0x269D,
        name: "OUTLINED WHITE STAR",
    },
    Character {
        age: "5.2",
        codepoint: 0x269E,
        name: "THREE LINES CONVERGING RIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0x269F,
        name: "THREE LINES CONVERGING LEFT",
    },
    Character {
        age: "4.0",
        codepoint: 0x26A0,
        name: "WARNING SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0x26A1,
        name: "HIGH VOLTAGE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A2,
        name: "DOUBLED FEMALE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A3,
        name: "DOUBLED MALE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A4,
        name: "INTERLOCKED FEMALE AND MALE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A5,
        name: "MALE AND FEMALE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A6,
        name: "MALE WITH STROKE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A7,
        name: "MALE WITH STROKE AND MALE AND FEMALE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A8,
        name: "VERTICAL MALE WITH STROKE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26A9,
        name: "HORIZONTAL MALE WITH STROKE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26AA,
        name: "MEDIUM WHITE CIRCLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x26AB,
        name: "MEDIUM BLACK CIRCLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x26AC,
        name: "MEDIUM SMALL WHITE CIRCLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x26AD,
        name: "MARRIAGE SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x26AE,
        name: "DIVORCE SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x26AF,
        name: "UNMARRIED PARTNERSHIP SYMBOL",
    },
    Character {
        age: "4.1",
        codepoint: 0x26B0,
        name: "COFFIN",
    },
    Character {
        age: "4.1",
        codepoint: 0x26B1,
        name: "FUNERAL URN",
    },
    Character {
        age: "5.0",
        codepoint: 0x26B2,
        name: "NEUTER",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B3,
        name: "CERES",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B4,
        name: "PALLAS",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B5,
        name: "JUNO",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B6,
        name: "VESTA",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B7,
        name: "CHIRON",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B8,
        name: "BLACK MOON LILITH",
    },
    Character {
        age: "5.1",
        codepoint: 0x26B9,
        name: "SEXTILE",
    },
    Character {
        age: "5.1",
        codepoint: 0x26BA,
        name: "SEMISEXTILE",
    },
    Character {
        age: "5.1",
        codepoint: 0x26BB,
        name: "QUINCUNX",
    },
    Character {
        age: "5.1",
        codepoint: 0x26BC,
        name: "SESQUIQUADRATE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26BD,
        name: "SOCCER BALL",
    },
    Character {
        age: "5.2",
        codepoint: 0x26BE,
        name: "BASEBALL",
    },
    Character {
        age: "5.2",
        codepoint: 0x26BF,
        name: "SQUARED KEY",
    },
    Character {
        age: "5.1",
        codepoint: 0x26C0,
        name: "WHITE DRAUGHTS MAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x26C1,
        name: "WHITE DRAUGHTS KING",
    },
    Character {
        age: "5.1",
        codepoint: 0x26C2,
        name: "BLACK DRAUGHTS MAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x26C3,
        name: "BLACK DRAUGHTS KING",
    },
    Character {
        age: "5.2",
        codepoint: 0x26C4,
        name: "SNOWMAN WITHOUT SNOW",
    },
    Character {
        age: "5.2",
        codepoint: 0x26C5,
        name: "SUN BEHIND CLOUD",
    },
    Character {
        age: "5.2",
        codepoint: 0x26C6,
        name: "RAIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x26C7,
        name: "BLACK SNOWMAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x26C8,
        name: "THUNDER CLOUD AND RAIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x26C9,
        name: "TURNED WHITE SHOGI PIECE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26CA,
        name: "TURNED BLACK SHOGI PIECE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26CB,
        name: "WHITE DIAMOND IN SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26CC,
        name: "CROSSING LANES",
    },
    Character {
        age: "5.2",
        codepoint: 0x26CD,
        name: "DISABLED CAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x26CE,
        name: "OPHIUCHUS",
    },
    Character {
        age: "5.2",
        codepoint: 0x26CF,
        name: "PICK",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D0,
        name: "CAR SLIDING",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D1,
        name: "HELMET WITH WHITE CROSS",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D2,
        name: "CIRCLED CROSSING LANES",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D3,
        name: "CHAINS",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D4,
        name: "NO ENTRY",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D5,
        name: "ALTERNATE ONE-WAY LEFT WAY TRAFFIC",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D6,
        name: "BLACK TWO-WAY LEFT WAY TRAFFIC",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D7,
        name: "WHITE TWO-WAY LEFT WAY TRAFFIC",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D8,
        name: "BLACK LEFT LANE MERGE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26D9,
        name: "WHITE LEFT LANE MERGE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26DA,
        name: "DRIVE SLOW SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x26DB,
        name: "HEAVY WHITE DOWN-POINTING TRIANGLE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26DC,
        name: "LEFT CLOSED ENTRY",
    },
    Character {
        age: "5.2",
        codepoint: 0x26DD,
        name: "SQUARED SALTIRE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26DE,
        name: "FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26DF,
        name: "BLACK TRUCK",
    },
    Character {
        age: "5.2",
        codepoint: 0x26E0,
        name: "RESTRICTED LEFT ENTRY-1",
    },
    Character {
        age: "5.2",
        codepoint: 0x26E1,
        name: "RESTRICTED LEFT ENTRY-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x26E2,
        name: "ASTRONOMICAL SYMBOL FOR URANUS",
    },
    Character {
        age: "5.2",
        codepoint: 0x26E3,
        name: "HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x26E4,
        name: "PENTAGRAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x26E5,
        name: "RIGHT-HANDED INTERLACED PENTAGRAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x26E6,
        name: "LEFT-HANDED INTERLACED PENTAGRAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x26E7,
        name: "INVERTED PENTAGRAM",
    },
    Character {
        age: "5.2",
        codepoint: 0x26E8,
        name: "BLACK CROSS ON SHIELD",
    },
    Character {
        age: "5.2",
        codepoint: 0x26E9,
        name: "SHINTO SHRINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26EA,
        name: "CHURCH",
    },
    Character {
        age: "5.2",
        codepoint: 0x26EB,
        name: "CASTLE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26EC,
        name: "HISTORIC SITE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26ED,
        name: "GEAR WITHOUT HUB",
    },
    Character {
        age: "5.2",
        codepoint: 0x26EE,
        name: "GEAR WITH HANDLES",
    },
    Character {
        age: "5.2",
        codepoint: 0x26EF,
        name: "MAP SYMBOL FOR LIGHTHOUSE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F0,
        name: "MOUNTAIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F1,
        name: "UMBRELLA ON GROUND",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F2,
        name: "FOUNTAIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F3,
        name: "FLAG IN HOLE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F4,
        name: "FERRY",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F5,
        name: "SAILBOAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F6,
        name: "SQUARE FOUR CORNERS",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F7,
        name: "SKIER",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F8,
        name: "ICE SKATE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26F9,
        name: "PERSON WITH BALL",
    },
    Character {
        age: "5.2",
        codepoint: 0x26FA,
        name: "TENT",
    },
    Character {
        age: "5.2",
        codepoint: 0x26FB,
        name: "JAPANESE BANK SYMBOL",
    },
    Character {
        age: "5.2",
        codepoint: 0x26FC,
        name: "HEADSTONE GRAVEYARD SYMBOL",
    },
    Character {
        age: "5.2",
        codepoint: 0x26FD,
        name: "FUEL PUMP",
    },
    Character {
        age: "5.2",
        codepoint: 0x26FE,
        name: "CUP ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x26FF,
        name: "WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2700,
        name: "BLACK SAFETY SCISSORS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2701,
        name: "UPPER BLADE SCISSORS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2702,
        name: "BLACK SCISSORS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2703,
        name: "LOWER BLADE SCISSORS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2704,
        name: "WHITE SCISSORS",
    },
    Character {
        age: "6.0",
        codepoint: 0x2705,
        name: "WHITE HEAVY CHECK MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2706,
        name: "TELEPHONE LOCATION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2707,
        name: "TAPE DRIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2708,
        name: "AIRPLANE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2709,
        name: "ENVELOPE",
    },
    Character {
        age: "6.0",
        codepoint: 0x270A,
        name: "RAISED FIST",
    },
    Character {
        age: "6.0",
        codepoint: 0x270B,
        name: "RAISED HAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x270C,
        name: "VICTORY HAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x270D,
        name: "WRITING HAND",
    },
    Character {
        age: "1.1",
        codepoint: 0x270E,
        name: "LOWER RIGHT PENCIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x270F,
        name: "PENCIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2710,
        name: "UPPER RIGHT PENCIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2711,
        name: "WHITE NIB",
    },
    Character {
        age: "1.1",
        codepoint: 0x2712,
        name: "BLACK NIB",
    },
    Character {
        age: "1.1",
        codepoint: 0x2713,
        name: "CHECK MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2714,
        name: "HEAVY CHECK MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2715,
        name: "MULTIPLICATION X",
    },
    Character {
        age: "1.1",
        codepoint: 0x2716,
        name: "HEAVY MULTIPLICATION X",
    },
    Character {
        age: "1.1",
        codepoint: 0x2717,
        name: "BALLOT X",
    },
    Character {
        age: "1.1",
        codepoint: 0x2718,
        name: "HEAVY BALLOT X",
    },
    Character {
        age: "1.1",
        codepoint: 0x2719,
        name: "OUTLINED GREEK CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x271A,
        name: "HEAVY GREEK CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x271B,
        name: "OPEN CENTRE CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x271C,
        name: "HEAVY OPEN CENTRE CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x271D,
        name: "LATIN CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x271E,
        name: "SHADOWED WHITE LATIN CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x271F,
        name: "OUTLINED LATIN CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2720,
        name: "MALTESE CROSS",
    },
    Character {
        age: "1.1",
        codepoint: 0x2721,
        name: "STAR OF DAVID",
    },
    Character {
        age: "1.1",
        codepoint: 0x2722,
        name: "FOUR TEARDROP-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2723,
        name: "FOUR BALLOON-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2724,
        name: "HEAVY FOUR BALLOON-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2725,
        name: "FOUR CLUB-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2726,
        name: "BLACK FOUR POINTED STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2727,
        name: "WHITE FOUR POINTED STAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x2728,
        name: "SPARKLES",
    },
    Character {
        age: "1.1",
        codepoint: 0x2729,
        name: "STRESS OUTLINED WHITE STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x272A,
        name: "CIRCLED WHITE STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x272B,
        name: "OPEN CENTRE BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x272C,
        name: "BLACK CENTRE WHITE STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x272D,
        name: "OUTLINED BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x272E,
        name: "HEAVY OUTLINED BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x272F,
        name: "PINWHEEL STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2730,
        name: "SHADOWED WHITE STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2731,
        name: "HEAVY ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2732,
        name: "OPEN CENTRE ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2733,
        name: "EIGHT SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2734,
        name: "EIGHT POINTED BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2735,
        name: "EIGHT POINTED PINWHEEL STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2736,
        name: "SIX POINTED BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2737,
        name: "EIGHT POINTED RECTILINEAR BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2738,
        name: "HEAVY EIGHT POINTED RECTILINEAR BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2739,
        name: "TWELVE POINTED BLACK STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x273A,
        name: "SIXTEEN POINTED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x273B,
        name: "TEARDROP-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x273C,
        name: "OPEN CENTRE TEARDROP-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x273D,
        name: "HEAVY TEARDROP-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x273E,
        name: "SIX PETALLED BLACK AND WHITE FLORETTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x273F,
        name: "BLACK FLORETTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2740,
        name: "WHITE FLORETTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2741,
        name: "EIGHT PETALLED OUTLINED BLACK FLORETTE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2742,
        name: "CIRCLED OPEN CENTRE EIGHT POINTED STAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2743,
        name: "HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x2744,
        name: "SNOWFLAKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2745,
        name: "TIGHT TRIFOLIATE SNOWFLAKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2746,
        name: "HEAVY CHEVRON SNOWFLAKE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2747,
        name: "SPARKLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2748,
        name: "HEAVY SPARKLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2749,
        name: "BALLOON-SPOKED ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x274A,
        name: "EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0x274B,
        name: "HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
    },
    Character {
        age: "6.0",
        codepoint: 0x274C,
        name: "CROSS MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x274D,
        name: "SHADOWED WHITE CIRCLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x274E,
        name: "NEGATIVE SQUARED CROSS MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x274F,
        name: "LOWER RIGHT DROP-SHADOWED WHITE SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2750,
        name: "UPPER RIGHT DROP-SHADOWED WHITE SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2751,
        name: "LOWER RIGHT SHADOWED WHITE SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2752,
        name: "UPPER RIGHT SHADOWED WHITE SQUARE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2753,
        name: "BLACK QUESTION MARK ORNAMENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x2754,
        name: "WHITE QUESTION MARK ORNAMENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x2755,
        name: "WHITE EXCLAMATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2756,
        name: "BLACK DIAMOND MINUS WHITE X",
    },
    Character {
        age: "5.2",
        codepoint: 0x2757,
        name: "HEAVY EXCLAMATION MARK SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x2758,
        name: "LIGHT VERTICAL BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2759,
        name: "MEDIUM VERTICAL BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x275A,
        name: "HEAVY VERTICAL BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x275B,
        name: "HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x275C,
        name: "HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x275D,
        name: "HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x275E,
        name: "HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x275F,
        name: "HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x2760,
        name: "HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2761,
        name: "CURVED STEM PARAGRAPH SIGN ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2762,
        name: "HEAVY EXCLAMATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2763,
        name: "HEAVY HEART EXCLAMATION MARK ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2764,
        name: "HEAVY BLACK HEART",
    },
    Character {
        age: "1.1",
        codepoint: 0x2765,
        name: "ROTATED HEAVY BLACK HEART BULLET",
    },
    Character {
        age: "1.1",
        codepoint: 0x2766,
        name: "FLORAL HEART",
    },
    Character {
        age: "1.1",
        codepoint: 0x2767,
        name: "ROTATED FLORAL HEART BULLET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2768,
        name: "MEDIUM LEFT PARENTHESIS ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2769,
        name: "MEDIUM RIGHT PARENTHESIS ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x276A,
        name: "MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x276B,
        name: "MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x276C,
        name: "MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x276D,
        name: "MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x276E,
        name: "HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x276F,
        name: "HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2770,
        name: "HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2771,
        name: "HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2772,
        name: "LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2773,
        name: "LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2774,
        name: "MEDIUM LEFT CURLY BRACKET ORNAMENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2775,
        name: "MEDIUM RIGHT CURLY BRACKET ORNAMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2776,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2777,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2778,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2779,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x277A,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x277B,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x277C,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x277D,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x277E,
        name: "DINGBAT NEGATIVE CIRCLED DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x277F,
        name: "DINGBAT NEGATIVE CIRCLED NUMBER TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2780,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2781,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x2782,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2783,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x2784,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2785,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2786,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2787,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2788,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2789,
        name: "DINGBAT CIRCLED SANS-SERIF NUMBER TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x278A,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x278B,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x278C,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x278D,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x278E,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x278F,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x2790,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2791,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x2792,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x2793,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2794,
        name: "HEAVY WIDE-HEADED RIGHTWARDS ARROW",
    },
    Character {
        age: "6.0",
        codepoint: 0x2795,
        name: "HEAVY PLUS SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x2796,
        name: "HEAVY MINUS SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x2797,
        name: "HEAVY DIVISION SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x2798,
        name: "HEAVY SOUTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x2799,
        name: "HEAVY RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x279A,
        name: "HEAVY NORTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x279B,
        name: "DRAFTING POINT RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x279C,
        name: "HEAVY ROUND-TIPPED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x279D,
        name: "TRIANGLE-HEADED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x279E,
        name: "HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x279F,
        name: "DASHED TRIANGLE-HEADED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A0,
        name: "HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A1,
        name: "BLACK RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A2,
        name: "THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A3,
        name: "THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A4,
        name: "BLACK RIGHTWARDS ARROWHEAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A5,
        name: "HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A6,
        name: "HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A7,
        name: "SQUAT BLACK RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A8,
        name: "HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27A9,
        name: "RIGHT-SHADED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27AA,
        name: "LEFT-SHADED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27AB,
        name: "BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27AC,
        name: "FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27AD,
        name: "HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27AE,
        name: "HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27AF,
        name: "NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "6.0",
        codepoint: 0x27B0,
        name: "CURLY LOOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B1,
        name: "NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B2,
        name: "CIRCLED HEAVY WHITE RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B3,
        name: "WHITE-FEATHERED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B4,
        name: "BLACK-FEATHERED SOUTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B5,
        name: "BLACK-FEATHERED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B6,
        name: "BLACK-FEATHERED NORTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B7,
        name: "HEAVY BLACK-FEATHERED SOUTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B8,
        name: "HEAVY BLACK-FEATHERED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27B9,
        name: "HEAVY BLACK-FEATHERED NORTH EAST ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27BA,
        name: "TEARDROP-BARBED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27BB,
        name: "HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27BC,
        name: "WEDGE-TAILED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27BD,
        name: "HEAVY WEDGE-TAILED RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0x27BE,
        name: "OPEN-OUTLINED RIGHTWARDS ARROW",
    },
    Character {
        age: "6.0",
        codepoint: 0x27BF,
        name: "DOUBLE CURLY LOOP",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C0,
        name: "THREE DIMENSIONAL ANGLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C1,
        name: "WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C2,
        name: "PERPENDICULAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C3,
        name: "OPEN SUBSET",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C4,
        name: "OPEN SUPERSET",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C5,
        name: "LEFT S-SHAPED BAG DELIMITER",
    },
    Character {
        age: "4.1",
        codepoint: 0x27C6,
        name: "RIGHT S-SHAPED BAG DELIMITER",
    },
    Character {
        age: "5.0",
        codepoint: 0x27C7,
        name: "OR WITH DOT INSIDE",
    },
    Character {
        age: "5.0",
        codepoint: 0x27C8,
        name: "REVERSE SOLIDUS PRECEDING SUBSET",
    },
    Character {
        age: "5.0",
        codepoint: 0x27C9,
        name: "SUPERSET PRECEDING SOLIDUS",
    },
    Character {
        age: "5.0",
        codepoint: 0x27CA,
        name: "VERTICAL BAR WITH HORIZONTAL STROKE",
    },
    Character {
        age: "6.1",
        codepoint: 0x27CB,
        name: "MATHEMATICAL RISING DIAGONAL",
    },
    Character {
        age: "5.1",
        codepoint: 0x27CC,
        name: "LONG DIVISION",
    },
    Character {
        age: "6.1",
        codepoint: 0x27CD,
        name: "MATHEMATICAL FALLING DIAGONAL",
    },
    Character {
        age: "6.0",
        codepoint: 0x27CE,
        name: "SQUARED LOGICAL AND",
    },
    Character {
        age: "6.0",
        codepoint: 0x27CF,
        name: "SQUARED LOGICAL OR",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D0,
        name: "WHITE DIAMOND WITH CENTRED DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D1,
        name: "AND WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D2,
        name: "ELEMENT OF OPENING UPWARDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D3,
        name: "LOWER RIGHT CORNER WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D4,
        name: "UPPER LEFT CORNER WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D5,
        name: "LEFT OUTER JOIN",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D6,
        name: "RIGHT OUTER JOIN",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D7,
        name: "FULL OUTER JOIN",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D8,
        name: "LARGE UP TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27D9,
        name: "LARGE DOWN TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27DA,
        name: "LEFT AND RIGHT DOUBLE TURNSTILE",
    },
    Character {
        age: "3.2",
        codepoint: 0x27DB,
        name: "LEFT AND RIGHT TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27DC,
        name: "LEFT MULTIMAP",
    },
    Character {
        age: "3.2",
        codepoint: 0x27DD,
        name: "LONG RIGHT TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27DE,
        name: "LONG LEFT TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27DF,
        name: "UP TACK WITH CIRCLE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E0,
        name: "LOZENGE DIVIDED BY HORIZONTAL RULE",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E1,
        name: "WHITE CONCAVE-SIDED DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E2,
        name: "WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E3,
        name: "WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E4,
        name: "WHITE SQUARE WITH LEFTWARDS TICK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E5,
        name: "WHITE SQUARE WITH RIGHTWARDS TICK",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E6,
        name: "MATHEMATICAL LEFT WHITE SQUARE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E7,
        name: "MATHEMATICAL RIGHT WHITE SQUARE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E8,
        name: "MATHEMATICAL LEFT ANGLE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x27E9,
        name: "MATHEMATICAL RIGHT ANGLE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x27EA,
        name: "MATHEMATICAL LEFT DOUBLE ANGLE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x27EB,
        name: "MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x27EC,
        name: "MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x27ED,
        name: "MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x27EE,
        name: "MATHEMATICAL LEFT FLATTENED PARENTHESIS",
    },
    Character {
        age: "5.1",
        codepoint: 0x27EF,
        name: "MATHEMATICAL RIGHT FLATTENED PARENTHESIS",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F0,
        name: "UPWARDS QUADRUPLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F1,
        name: "DOWNWARDS QUADRUPLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F2,
        name: "ANTICLOCKWISE GAPPED CIRCLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F3,
        name: "CLOCKWISE GAPPED CIRCLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F4,
        name: "RIGHT ARROW WITH CIRCLED PLUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F5,
        name: "LONG LEFTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F6,
        name: "LONG RIGHTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F7,
        name: "LONG LEFT RIGHT ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F8,
        name: "LONG LEFTWARDS DOUBLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27F9,
        name: "LONG RIGHTWARDS DOUBLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27FA,
        name: "LONG LEFT RIGHT DOUBLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x27FB,
        name: "LONG LEFTWARDS ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x27FC,
        name: "LONG RIGHTWARDS ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x27FD,
        name: "LONG LEFTWARDS DOUBLE ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x27FE,
        name: "LONG RIGHTWARDS DOUBLE ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x27FF,
        name: "LONG RIGHTWARDS SQUIGGLE ARROW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2800,
        name: "BRAILLE PATTERN BLANK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2801,
        name: "BRAILLE PATTERN DOTS-1",
    },
    Character {
        age: "3.0",
        codepoint: 0x2802,
        name: "BRAILLE PATTERN DOTS-2",
    },
    Character {
        age: "3.0",
        codepoint: 0x2803,
        name: "BRAILLE PATTERN DOTS-12",
    },
    Character {
        age: "3.0",
        codepoint: 0x2804,
        name: "BRAILLE PATTERN DOTS-3",
    },
    Character {
        age: "3.0",
        codepoint: 0x2805,
        name: "BRAILLE PATTERN DOTS-13",
    },
    Character {
        age: "3.0",
        codepoint: 0x2806,
        name: "BRAILLE PATTERN DOTS-23",
    },
    Character {
        age: "3.0",
        codepoint: 0x2807,
        name: "BRAILLE PATTERN DOTS-123",
    },
    Character {
        age: "3.0",
        codepoint: 0x2808,
        name: "BRAILLE PATTERN DOTS-4",
    },
    Character {
        age: "3.0",
        codepoint: 0x2809,
        name: "BRAILLE PATTERN DOTS-14",
    },
    Character {
        age: "3.0",
        codepoint: 0x280A,
        name: "BRAILLE PATTERN DOTS-24",
    },
    Character {
        age: "3.0",
        codepoint: 0x280B,
        name: "BRAILLE PATTERN DOTS-124",
    },
    Character {
        age: "3.0",
        codepoint: 0x280C,
        name: "BRAILLE PATTERN DOTS-34",
    },
    Character {
        age: "3.0",
        codepoint: 0x280D,
        name: "BRAILLE PATTERN DOTS-134",
    },
    Character {
        age: "3.0",
        codepoint: 0x280E,
        name: "BRAILLE PATTERN DOTS-234",
    },
    Character {
        age: "3.0",
        codepoint: 0x280F,
        name: "BRAILLE PATTERN DOTS-1234",
    },
    Character {
        age: "3.0",
        codepoint: 0x2810,
        name: "BRAILLE PATTERN DOTS-5",
    },
    Character {
        age: "3.0",
        codepoint: 0x2811,
        name: "BRAILLE PATTERN DOTS-15",
    },
    Character {
        age: "3.0",
        codepoint: 0x2812,
        name: "BRAILLE PATTERN DOTS-25",
    },
    Character {
        age: "3.0",
        codepoint: 0x2813,
        name: "BRAILLE PATTERN DOTS-125",
    },
    Character {
        age: "3.0",
        codepoint: 0x2814,
        name: "BRAILLE PATTERN DOTS-35",
    },
    Character {
        age: "3.0",
        codepoint: 0x2815,
        name: "BRAILLE PATTERN DOTS-135",
    },
    Character {
        age: "3.0",
        codepoint: 0x2816,
        name: "BRAILLE PATTERN DOTS-235",
    },
    Character {
        age: "3.0",
        codepoint: 0x2817,
        name: "BRAILLE PATTERN DOTS-1235",
    },
    Character {
        age: "3.0",
        codepoint: 0x2818,
        name: "BRAILLE PATTERN DOTS-45",
    },
    Character {
        age: "3.0",
        codepoint: 0x2819,
        name: "BRAILLE PATTERN DOTS-145",
    },
    Character {
        age: "3.0",
        codepoint: 0x281A,
        name: "BRAILLE PATTERN DOTS-245",
    },
    Character {
        age: "3.0",
        codepoint: 0x281B,
        name: "BRAILLE PATTERN DOTS-1245",
    },
    Character {
        age: "3.0",
        codepoint: 0x281C,
        name: "BRAILLE PATTERN DOTS-345",
    },
    Character {
        age: "3.0",
        codepoint: 0x281D,
        name: "BRAILLE PATTERN DOTS-1345",
    },
    Character {
        age: "3.0",
        codepoint: 0x281E,
        name: "BRAILLE PATTERN DOTS-2345",
    },
    Character {
        age: "3.0",
        codepoint: 0x281F,
        name: "BRAILLE PATTERN DOTS-12345",
    },
    Character {
        age: "3.0",
        codepoint: 0x2820,
        name: "BRAILLE PATTERN DOTS-6",
    },
    Character {
        age: "3.0",
        codepoint: 0x2821,
        name: "BRAILLE PATTERN DOTS-16",
    },
    Character {
        age: "3.0",
        codepoint: 0x2822,
        name: "BRAILLE PATTERN DOTS-26",
    },
    Character {
        age: "3.0",
        codepoint: 0x2823,
        name: "BRAILLE PATTERN DOTS-126",
    },
    Character {
        age: "3.0",
        codepoint: 0x2824,
        name: "BRAILLE PATTERN DOTS-36",
    },
    Character {
        age: "3.0",
        codepoint: 0x2825,
        name: "BRAILLE PATTERN DOTS-136",
    },
    Character {
        age: "3.0",
        codepoint: 0x2826,
        name: "BRAILLE PATTERN DOTS-236",
    },
    Character {
        age: "3.0",
        codepoint: 0x2827,
        name: "BRAILLE PATTERN DOTS-1236",
    },
    Character {
        age: "3.0",
        codepoint: 0x2828,
        name: "BRAILLE PATTERN DOTS-46",
    },
    Character {
        age: "3.0",
        codepoint: 0x2829,
        name: "BRAILLE PATTERN DOTS-146",
    },
    Character {
        age: "3.0",
        codepoint: 0x282A,
        name: "BRAILLE PATTERN DOTS-246",
    },
    Character {
        age: "3.0",
        codepoint: 0x282B,
        name: "BRAILLE PATTERN DOTS-1246",
    },
    Character {
        age: "3.0",
        codepoint: 0x282C,
        name: "BRAILLE PATTERN DOTS-346",
    },
    Character {
        age: "3.0",
        codepoint: 0x282D,
        name: "BRAILLE PATTERN DOTS-1346",
    },
    Character {
        age: "3.0",
        codepoint: 0x282E,
        name: "BRAILLE PATTERN DOTS-2346",
    },
    Character {
        age: "3.0",
        codepoint: 0x282F,
        name: "BRAILLE PATTERN DOTS-12346",
    },
    Character {
        age: "3.0",
        codepoint: 0x2830,
        name: "BRAILLE PATTERN DOTS-56",
    },
    Character {
        age: "3.0",
        codepoint: 0x2831,
        name: "BRAILLE PATTERN DOTS-156",
    },
    Character {
        age: "3.0",
        codepoint: 0x2832,
        name: "BRAILLE PATTERN DOTS-256",
    },
    Character {
        age: "3.0",
        codepoint: 0x2833,
        name: "BRAILLE PATTERN DOTS-1256",
    },
    Character {
        age: "3.0",
        codepoint: 0x2834,
        name: "BRAILLE PATTERN DOTS-356",
    },
    Character {
        age: "3.0",
        codepoint: 0x2835,
        name: "BRAILLE PATTERN DOTS-1356",
    },
    Character {
        age: "3.0",
        codepoint: 0x2836,
        name: "BRAILLE PATTERN DOTS-2356",
    },
    Character {
        age: "3.0",
        codepoint: 0x2837,
        name: "BRAILLE PATTERN DOTS-12356",
    },
    Character {
        age: "3.0",
        codepoint: 0x2838,
        name: "BRAILLE PATTERN DOTS-456",
    },
    Character {
        age: "3.0",
        codepoint: 0x2839,
        name: "BRAILLE PATTERN DOTS-1456",
    },
    Character {
        age: "3.0",
        codepoint: 0x283A,
        name: "BRAILLE PATTERN DOTS-2456",
    },
    Character {
        age: "3.0",
        codepoint: 0x283B,
        name: "BRAILLE PATTERN DOTS-12456",
    },
    Character {
        age: "3.0",
        codepoint: 0x283C,
        name: "BRAILLE PATTERN DOTS-3456",
    },
    Character {
        age: "3.0",
        codepoint: 0x283D,
        name: "BRAILLE PATTERN DOTS-13456",
    },
    Character {
        age: "3.0",
        codepoint: 0x283E,
        name: "BRAILLE PATTERN DOTS-23456",
    },
    Character {
        age: "3.0",
        codepoint: 0x283F,
        name: "BRAILLE PATTERN DOTS-123456",
    },
    Character {
        age: "3.0",
        codepoint: 0x2840,
        name: "BRAILLE PATTERN DOTS-7",
    },
    Character {
        age: "3.0",
        codepoint: 0x2841,
        name: "BRAILLE PATTERN DOTS-17",
    },
    Character {
        age: "3.0",
        codepoint: 0x2842,
        name: "BRAILLE PATTERN DOTS-27",
    },
    Character {
        age: "3.0",
        codepoint: 0x2843,
        name: "BRAILLE PATTERN DOTS-127",
    },
    Character {
        age: "3.0",
        codepoint: 0x2844,
        name: "BRAILLE PATTERN DOTS-37",
    },
    Character {
        age: "3.0",
        codepoint: 0x2845,
        name: "BRAILLE PATTERN DOTS-137",
    },
    Character {
        age: "3.0",
        codepoint: 0x2846,
        name: "BRAILLE PATTERN DOTS-237",
    },
    Character {
        age: "3.0",
        codepoint: 0x2847,
        name: "BRAILLE PATTERN DOTS-1237",
    },
    Character {
        age: "3.0",
        codepoint: 0x2848,
        name: "BRAILLE PATTERN DOTS-47",
    },
    Character {
        age: "3.0",
        codepoint: 0x2849,
        name: "BRAILLE PATTERN DOTS-147",
    },
    Character {
        age: "3.0",
        codepoint: 0x284A,
        name: "BRAILLE PATTERN DOTS-247",
    },
    Character {
        age: "3.0",
        codepoint: 0x284B,
        name: "BRAILLE PATTERN DOTS-1247",
    },
    Character {
        age: "3.0",
        codepoint: 0x284C,
        name: "BRAILLE PATTERN DOTS-347",
    },
    Character {
        age: "3.0",
        codepoint: 0x284D,
        name: "BRAILLE PATTERN DOTS-1347",
    },
    Character {
        age: "3.0",
        codepoint: 0x284E,
        name: "BRAILLE PATTERN DOTS-2347",
    },
    Character {
        age: "3.0",
        codepoint: 0x284F,
        name: "BRAILLE PATTERN DOTS-12347",
    },
    Character {
        age: "3.0",
        codepoint: 0x2850,
        name: "BRAILLE PATTERN DOTS-57",
    },
    Character {
        age: "3.0",
        codepoint: 0x2851,
        name: "BRAILLE PATTERN DOTS-157",
    },
    Character {
        age: "3.0",
        codepoint: 0x2852,
        name: "BRAILLE PATTERN DOTS-257",
    },
    Character {
        age: "3.0",
        codepoint: 0x2853,
        name: "BRAILLE PATTERN DOTS-1257",
    },
    Character {
        age: "3.0",
        codepoint: 0x2854,
        name: "BRAILLE PATTERN DOTS-357",
    },
    Character {
        age: "3.0",
        codepoint: 0x2855,
        name: "BRAILLE PATTERN DOTS-1357",
    },
    Character {
        age: "3.0",
        codepoint: 0x2856,
        name: "BRAILLE PATTERN DOTS-2357",
    },
    Character {
        age: "3.0",
        codepoint: 0x2857,
        name: "BRAILLE PATTERN DOTS-12357",
    },
    Character {
        age: "3.0",
        codepoint: 0x2858,
        name: "BRAILLE PATTERN DOTS-457",
    },
    Character {
        age: "3.0",
        codepoint: 0x2859,
        name: "BRAILLE PATTERN DOTS-1457",
    },
    Character {
        age: "3.0",
        codepoint: 0x285A,
        name: "BRAILLE PATTERN DOTS-2457",
    },
    Character {
        age: "3.0",
        codepoint: 0x285B,
        name: "BRAILLE PATTERN DOTS-12457",
    },
    Character {
        age: "3.0",
        codepoint: 0x285C,
        name: "BRAILLE PATTERN DOTS-3457",
    },
    Character {
        age: "3.0",
        codepoint: 0x285D,
        name: "BRAILLE PATTERN DOTS-13457",
    },
    Character {
        age: "3.0",
        codepoint: 0x285E,
        name: "BRAILLE PATTERN DOTS-23457",
    },
    Character {
        age: "3.0",
        codepoint: 0x285F,
        name: "BRAILLE PATTERN DOTS-123457",
    },
    Character {
        age: "3.0",
        codepoint: 0x2860,
        name: "BRAILLE PATTERN DOTS-67",
    },
    Character {
        age: "3.0",
        codepoint: 0x2861,
        name: "BRAILLE PATTERN DOTS-167",
    },
    Character {
        age: "3.0",
        codepoint: 0x2862,
        name: "BRAILLE PATTERN DOTS-267",
    },
    Character {
        age: "3.0",
        codepoint: 0x2863,
        name: "BRAILLE PATTERN DOTS-1267",
    },
    Character {
        age: "3.0",
        codepoint: 0x2864,
        name: "BRAILLE PATTERN DOTS-367",
    },
    Character {
        age: "3.0",
        codepoint: 0x2865,
        name: "BRAILLE PATTERN DOTS-1367",
    },
    Character {
        age: "3.0",
        codepoint: 0x2866,
        name: "BRAILLE PATTERN DOTS-2367",
    },
    Character {
        age: "3.0",
        codepoint: 0x2867,
        name: "BRAILLE PATTERN DOTS-12367",
    },
    Character {
        age: "3.0",
        codepoint: 0x2868,
        name: "BRAILLE PATTERN DOTS-467",
    },
    Character {
        age: "3.0",
        codepoint: 0x2869,
        name: "BRAILLE PATTERN DOTS-1467",
    },
    Character {
        age: "3.0",
        codepoint: 0x286A,
        name: "BRAILLE PATTERN DOTS-2467",
    },
    Character {
        age: "3.0",
        codepoint: 0x286B,
        name: "BRAILLE PATTERN DOTS-12467",
    },
    Character {
        age: "3.0",
        codepoint: 0x286C,
        name: "BRAILLE PATTERN DOTS-3467",
    },
    Character {
        age: "3.0",
        codepoint: 0x286D,
        name: "BRAILLE PATTERN DOTS-13467",
    },
    Character {
        age: "3.0",
        codepoint: 0x286E,
        name: "BRAILLE PATTERN DOTS-23467",
    },
    Character {
        age: "3.0",
        codepoint: 0x286F,
        name: "BRAILLE PATTERN DOTS-123467",
    },
    Character {
        age: "3.0",
        codepoint: 0x2870,
        name: "BRAILLE PATTERN DOTS-567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2871,
        name: "BRAILLE PATTERN DOTS-1567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2872,
        name: "BRAILLE PATTERN DOTS-2567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2873,
        name: "BRAILLE PATTERN DOTS-12567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2874,
        name: "BRAILLE PATTERN DOTS-3567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2875,
        name: "BRAILLE PATTERN DOTS-13567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2876,
        name: "BRAILLE PATTERN DOTS-23567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2877,
        name: "BRAILLE PATTERN DOTS-123567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2878,
        name: "BRAILLE PATTERN DOTS-4567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2879,
        name: "BRAILLE PATTERN DOTS-14567",
    },
    Character {
        age: "3.0",
        codepoint: 0x287A,
        name: "BRAILLE PATTERN DOTS-24567",
    },
    Character {
        age: "3.0",
        codepoint: 0x287B,
        name: "BRAILLE PATTERN DOTS-124567",
    },
    Character {
        age: "3.0",
        codepoint: 0x287C,
        name: "BRAILLE PATTERN DOTS-34567",
    },
    Character {
        age: "3.0",
        codepoint: 0x287D,
        name: "BRAILLE PATTERN DOTS-134567",
    },
    Character {
        age: "3.0",
        codepoint: 0x287E,
        name: "BRAILLE PATTERN DOTS-234567",
    },
    Character {
        age: "3.0",
        codepoint: 0x287F,
        name: "BRAILLE PATTERN DOTS-1234567",
    },
    Character {
        age: "3.0",
        codepoint: 0x2880,
        name: "BRAILLE PATTERN DOTS-8",
    },
    Character {
        age: "3.0",
        codepoint: 0x2881,
        name: "BRAILLE PATTERN DOTS-18",
    },
    Character {
        age: "3.0",
        codepoint: 0x2882,
        name: "BRAILLE PATTERN DOTS-28",
    },
    Character {
        age: "3.0",
        codepoint: 0x2883,
        name: "BRAILLE PATTERN DOTS-128",
    },
    Character {
        age: "3.0",
        codepoint: 0x2884,
        name: "BRAILLE PATTERN DOTS-38",
    },
    Character {
        age: "3.0",
        codepoint: 0x2885,
        name: "BRAILLE PATTERN DOTS-138",
    },
    Character {
        age: "3.0",
        codepoint: 0x2886,
        name: "BRAILLE PATTERN DOTS-238",
    },
    Character {
        age: "3.0",
        codepoint: 0x2887,
        name: "BRAILLE PATTERN DOTS-1238",
    },
    Character {
        age: "3.0",
        codepoint: 0x2888,
        name: "BRAILLE PATTERN DOTS-48",
    },
    Character {
        age: "3.0",
        codepoint: 0x2889,
        name: "BRAILLE PATTERN DOTS-148",
    },
    Character {
        age: "3.0",
        codepoint: 0x288A,
        name: "BRAILLE PATTERN DOTS-248",
    },
    Character {
        age: "3.0",
        codepoint: 0x288B,
        name: "BRAILLE PATTERN DOTS-1248",
    },
    Character {
        age: "3.0",
        codepoint: 0x288C,
        name: "BRAILLE PATTERN DOTS-348",
    },
    Character {
        age: "3.0",
        codepoint: 0x288D,
        name: "BRAILLE PATTERN DOTS-1348",
    },
    Character {
        age: "3.0",
        codepoint: 0x288E,
        name: "BRAILLE PATTERN DOTS-2348",
    },
    Character {
        age: "3.0",
        codepoint: 0x288F,
        name: "BRAILLE PATTERN DOTS-12348",
    },
    Character {
        age: "3.0",
        codepoint: 0x2890,
        name: "BRAILLE PATTERN DOTS-58",
    },
    Character {
        age: "3.0",
        codepoint: 0x2891,
        name: "BRAILLE PATTERN DOTS-158",
    },
    Character {
        age: "3.0",
        codepoint: 0x2892,
        name: "BRAILLE PATTERN DOTS-258",
    },
    Character {
        age: "3.0",
        codepoint: 0x2893,
        name: "BRAILLE PATTERN DOTS-1258",
    },
    Character {
        age: "3.0",
        codepoint: 0x2894,
        name: "BRAILLE PATTERN DOTS-358",
    },
    Character {
        age: "3.0",
        codepoint: 0x2895,
        name: "BRAILLE PATTERN DOTS-1358",
    },
    Character {
        age: "3.0",
        codepoint: 0x2896,
        name: "BRAILLE PATTERN DOTS-2358",
    },
    Character {
        age: "3.0",
        codepoint: 0x2897,
        name: "BRAILLE PATTERN DOTS-12358",
    },
    Character {
        age: "3.0",
        codepoint: 0x2898,
        name: "BRAILLE PATTERN DOTS-458",
    },
    Character {
        age: "3.0",
        codepoint: 0x2899,
        name: "BRAILLE PATTERN DOTS-1458",
    },
    Character {
        age: "3.0",
        codepoint: 0x289A,
        name: "BRAILLE PATTERN DOTS-2458",
    },
    Character {
        age: "3.0",
        codepoint: 0x289B,
        name: "BRAILLE PATTERN DOTS-12458",
    },
    Character {
        age: "3.0",
        codepoint: 0x289C,
        name: "BRAILLE PATTERN DOTS-3458",
    },
    Character {
        age: "3.0",
        codepoint: 0x289D,
        name: "BRAILLE PATTERN DOTS-13458",
    },
    Character {
        age: "3.0",
        codepoint: 0x289E,
        name: "BRAILLE PATTERN DOTS-23458",
    },
    Character {
        age: "3.0",
        codepoint: 0x289F,
        name: "BRAILLE PATTERN DOTS-123458",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A0,
        name: "BRAILLE PATTERN DOTS-68",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A1,
        name: "BRAILLE PATTERN DOTS-168",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A2,
        name: "BRAILLE PATTERN DOTS-268",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A3,
        name: "BRAILLE PATTERN DOTS-1268",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A4,
        name: "BRAILLE PATTERN DOTS-368",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A5,
        name: "BRAILLE PATTERN DOTS-1368",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A6,
        name: "BRAILLE PATTERN DOTS-2368",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A7,
        name: "BRAILLE PATTERN DOTS-12368",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A8,
        name: "BRAILLE PATTERN DOTS-468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28A9,
        name: "BRAILLE PATTERN DOTS-1468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28AA,
        name: "BRAILLE PATTERN DOTS-2468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28AB,
        name: "BRAILLE PATTERN DOTS-12468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28AC,
        name: "BRAILLE PATTERN DOTS-3468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28AD,
        name: "BRAILLE PATTERN DOTS-13468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28AE,
        name: "BRAILLE PATTERN DOTS-23468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28AF,
        name: "BRAILLE PATTERN DOTS-123468",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B0,
        name: "BRAILLE PATTERN DOTS-568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B1,
        name: "BRAILLE PATTERN DOTS-1568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B2,
        name: "BRAILLE PATTERN DOTS-2568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B3,
        name: "BRAILLE PATTERN DOTS-12568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B4,
        name: "BRAILLE PATTERN DOTS-3568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B5,
        name: "BRAILLE PATTERN DOTS-13568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B6,
        name: "BRAILLE PATTERN DOTS-23568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B7,
        name: "BRAILLE PATTERN DOTS-123568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B8,
        name: "BRAILLE PATTERN DOTS-4568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28B9,
        name: "BRAILLE PATTERN DOTS-14568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28BA,
        name: "BRAILLE PATTERN DOTS-24568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28BB,
        name: "BRAILLE PATTERN DOTS-124568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28BC,
        name: "BRAILLE PATTERN DOTS-34568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28BD,
        name: "BRAILLE PATTERN DOTS-134568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28BE,
        name: "BRAILLE PATTERN DOTS-234568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28BF,
        name: "BRAILLE PATTERN DOTS-1234568",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C0,
        name: "BRAILLE PATTERN DOTS-78",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C1,
        name: "BRAILLE PATTERN DOTS-178",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C2,
        name: "BRAILLE PATTERN DOTS-278",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C3,
        name: "BRAILLE PATTERN DOTS-1278",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C4,
        name: "BRAILLE PATTERN DOTS-378",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C5,
        name: "BRAILLE PATTERN DOTS-1378",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C6,
        name: "BRAILLE PATTERN DOTS-2378",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C7,
        name: "BRAILLE PATTERN DOTS-12378",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C8,
        name: "BRAILLE PATTERN DOTS-478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28C9,
        name: "BRAILLE PATTERN DOTS-1478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28CA,
        name: "BRAILLE PATTERN DOTS-2478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28CB,
        name: "BRAILLE PATTERN DOTS-12478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28CC,
        name: "BRAILLE PATTERN DOTS-3478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28CD,
        name: "BRAILLE PATTERN DOTS-13478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28CE,
        name: "BRAILLE PATTERN DOTS-23478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28CF,
        name: "BRAILLE PATTERN DOTS-123478",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D0,
        name: "BRAILLE PATTERN DOTS-578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D1,
        name: "BRAILLE PATTERN DOTS-1578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D2,
        name: "BRAILLE PATTERN DOTS-2578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D3,
        name: "BRAILLE PATTERN DOTS-12578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D4,
        name: "BRAILLE PATTERN DOTS-3578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D5,
        name: "BRAILLE PATTERN DOTS-13578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D6,
        name: "BRAILLE PATTERN DOTS-23578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D7,
        name: "BRAILLE PATTERN DOTS-123578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D8,
        name: "BRAILLE PATTERN DOTS-4578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28D9,
        name: "BRAILLE PATTERN DOTS-14578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28DA,
        name: "BRAILLE PATTERN DOTS-24578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28DB,
        name: "BRAILLE PATTERN DOTS-124578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28DC,
        name: "BRAILLE PATTERN DOTS-34578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28DD,
        name: "BRAILLE PATTERN DOTS-134578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28DE,
        name: "BRAILLE PATTERN DOTS-234578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28DF,
        name: "BRAILLE PATTERN DOTS-1234578",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E0,
        name: "BRAILLE PATTERN DOTS-678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E1,
        name: "BRAILLE PATTERN DOTS-1678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E2,
        name: "BRAILLE PATTERN DOTS-2678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E3,
        name: "BRAILLE PATTERN DOTS-12678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E4,
        name: "BRAILLE PATTERN DOTS-3678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E5,
        name: "BRAILLE PATTERN DOTS-13678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E6,
        name: "BRAILLE PATTERN DOTS-23678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E7,
        name: "BRAILLE PATTERN DOTS-123678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E8,
        name: "BRAILLE PATTERN DOTS-4678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28E9,
        name: "BRAILLE PATTERN DOTS-14678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28EA,
        name: "BRAILLE PATTERN DOTS-24678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28EB,
        name: "BRAILLE PATTERN DOTS-124678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28EC,
        name: "BRAILLE PATTERN DOTS-34678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28ED,
        name: "BRAILLE PATTERN DOTS-134678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28EE,
        name: "BRAILLE PATTERN DOTS-234678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28EF,
        name: "BRAILLE PATTERN DOTS-1234678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F0,
        name: "BRAILLE PATTERN DOTS-5678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F1,
        name: "BRAILLE PATTERN DOTS-15678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F2,
        name: "BRAILLE PATTERN DOTS-25678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F3,
        name: "BRAILLE PATTERN DOTS-125678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F4,
        name: "BRAILLE PATTERN DOTS-35678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F5,
        name: "BRAILLE PATTERN DOTS-135678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F6,
        name: "BRAILLE PATTERN DOTS-235678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F7,
        name: "BRAILLE PATTERN DOTS-1235678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F8,
        name: "BRAILLE PATTERN DOTS-45678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28F9,
        name: "BRAILLE PATTERN DOTS-145678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28FA,
        name: "BRAILLE PATTERN DOTS-245678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28FB,
        name: "BRAILLE PATTERN DOTS-1245678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28FC,
        name: "BRAILLE PATTERN DOTS-345678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28FD,
        name: "BRAILLE PATTERN DOTS-1345678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28FE,
        name: "BRAILLE PATTERN DOTS-2345678",
    },
    Character {
        age: "3.0",
        codepoint: 0x28FF,
        name: "BRAILLE PATTERN DOTS-12345678",
    },
    Character {
        age: "3.2",
        codepoint: 0x2900,
        name: "RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2901,
        name: "RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2902,
        name: "LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2903,
        name: "RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2904,
        name: "LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2905,
        name: "RIGHTWARDS TWO-HEADED ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2906,
        name: "LEFTWARDS DOUBLE ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2907,
        name: "RIGHTWARDS DOUBLE ARROW FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2908,
        name: "DOWNWARDS ARROW WITH HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2909,
        name: "UPWARDS ARROW WITH HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x290A,
        name: "UPWARDS TRIPLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x290B,
        name: "DOWNWARDS TRIPLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x290C,
        name: "LEFTWARDS DOUBLE DASH ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x290D,
        name: "RIGHTWARDS DOUBLE DASH ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x290E,
        name: "LEFTWARDS TRIPLE DASH ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x290F,
        name: "RIGHTWARDS TRIPLE DASH ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2910,
        name: "RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2911,
        name: "RIGHTWARDS ARROW WITH DOTTED STEM",
    },
    Character {
        age: "3.2",
        codepoint: 0x2912,
        name: "UPWARDS ARROW TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2913,
        name: "DOWNWARDS ARROW TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2914,
        name: "RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2915,
        name: "RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2916,
        name: "RIGHTWARDS TWO-HEADED ARROW WITH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2917,
        name: "RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2918,
        name: "RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2919,
        name: "LEFTWARDS ARROW-TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x291A,
        name: "RIGHTWARDS ARROW-TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x291B,
        name: "LEFTWARDS DOUBLE ARROW-TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x291C,
        name: "RIGHTWARDS DOUBLE ARROW-TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x291D,
        name: "LEFTWARDS ARROW TO BLACK DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x291E,
        name: "RIGHTWARDS ARROW TO BLACK DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x291F,
        name: "LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2920,
        name: "RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2921,
        name: "NORTH WEST AND SOUTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2922,
        name: "NORTH EAST AND SOUTH WEST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2923,
        name: "NORTH WEST ARROW WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2924,
        name: "NORTH EAST ARROW WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2925,
        name: "SOUTH EAST ARROW WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2926,
        name: "SOUTH WEST ARROW WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2927,
        name: "NORTH WEST ARROW AND NORTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2928,
        name: "NORTH EAST ARROW AND SOUTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2929,
        name: "SOUTH EAST ARROW AND SOUTH WEST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x292A,
        name: "SOUTH WEST ARROW AND NORTH WEST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x292B,
        name: "RISING DIAGONAL CROSSING FALLING DIAGONAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x292C,
        name: "FALLING DIAGONAL CROSSING RISING DIAGONAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x292D,
        name: "SOUTH EAST ARROW CROSSING NORTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x292E,
        name: "NORTH EAST ARROW CROSSING SOUTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x292F,
        name: "FALLING DIAGONAL CROSSING NORTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2930,
        name: "RISING DIAGONAL CROSSING SOUTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2931,
        name: "NORTH EAST ARROW CROSSING NORTH WEST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2932,
        name: "NORTH WEST ARROW CROSSING NORTH EAST ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2933,
        name: "WAVE ARROW POINTING DIRECTLY RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2934,
        name: "ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2935,
        name: "ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2936,
        name: "ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2937,
        name: "ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2938,
        name: "RIGHT-SIDE ARC CLOCKWISE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2939,
        name: "LEFT-SIDE ARC ANTICLOCKWISE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x293A,
        name: "TOP ARC ANTICLOCKWISE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x293B,
        name: "BOTTOM ARC ANTICLOCKWISE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x293C,
        name: "TOP ARC CLOCKWISE ARROW WITH MINUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x293D,
        name: "TOP ARC ANTICLOCKWISE ARROW WITH PLUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x293E,
        name: "LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x293F,
        name: "LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2940,
        name: "ANTICLOCKWISE CLOSED CIRCLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2941,
        name: "CLOCKWISE CLOSED CIRCLE ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2942,
        name: "RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2943,
        name: "LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2944,
        name: "SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2945,
        name: "RIGHTWARDS ARROW WITH PLUS BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2946,
        name: "LEFTWARDS ARROW WITH PLUS BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2947,
        name: "RIGHTWARDS ARROW THROUGH X",
    },
    Character {
        age: "3.2",
        codepoint: 0x2948,
        name: "LEFT RIGHT ARROW THROUGH SMALL CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2949,
        name: "UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x294A,
        name: "LEFT BARB UP RIGHT BARB DOWN HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x294B,
        name: "LEFT BARB DOWN RIGHT BARB UP HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x294C,
        name: "UP BARB RIGHT DOWN BARB LEFT HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x294D,
        name: "UP BARB LEFT DOWN BARB RIGHT HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x294E,
        name: "LEFT BARB UP RIGHT BARB UP HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x294F,
        name: "UP BARB RIGHT DOWN BARB RIGHT HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x2950,
        name: "LEFT BARB DOWN RIGHT BARB DOWN HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x2951,
        name: "UP BARB LEFT DOWN BARB LEFT HARPOON",
    },
    Character {
        age: "3.2",
        codepoint: 0x2952,
        name: "LEFTWARDS HARPOON WITH BARB UP TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2953,
        name: "RIGHTWARDS HARPOON WITH BARB UP TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2954,
        name: "UPWARDS HARPOON WITH BARB RIGHT TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2955,
        name: "DOWNWARDS HARPOON WITH BARB RIGHT TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2956,
        name: "LEFTWARDS HARPOON WITH BARB DOWN TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2957,
        name: "RIGHTWARDS HARPOON WITH BARB DOWN TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2958,
        name: "UPWARDS HARPOON WITH BARB LEFT TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2959,
        name: "DOWNWARDS HARPOON WITH BARB LEFT TO BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x295A,
        name: "LEFTWARDS HARPOON WITH BARB UP FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x295B,
        name: "RIGHTWARDS HARPOON WITH BARB UP FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x295C,
        name: "UPWARDS HARPOON WITH BARB RIGHT FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x295D,
        name: "DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x295E,
        name: "LEFTWARDS HARPOON WITH BARB DOWN FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x295F,
        name: "RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2960,
        name: "UPWARDS HARPOON WITH BARB LEFT FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2961,
        name: "DOWNWARDS HARPOON WITH BARB LEFT FROM BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2962,
        name: "LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2963,
        name: "UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2964,
        name: "RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2965,
        name: "DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2966,
        name: "LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x2967,
        name: "LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2968,
        name: "RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x2969,
        name: "RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x296A,
        name: "LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x296B,
        name: "LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x296C,
        name: "RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x296D,
        name: "RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x296E,
        name: "UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x296F,
        name: "DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2970,
        name: "RIGHT DOUBLE ARROW WITH ROUNDED HEAD",
    },
    Character {
        age: "3.2",
        codepoint: 0x2971,
        name: "EQUALS SIGN ABOVE RIGHTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2972,
        name: "TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2973,
        name: "LEFTWARDS ARROW ABOVE TILDE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2974,
        name: "RIGHTWARDS ARROW ABOVE TILDE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2975,
        name: "RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2976,
        name: "LESS-THAN ABOVE LEFTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2977,
        name: "LEFTWARDS ARROW THROUGH LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2978,
        name: "GREATER-THAN ABOVE RIGHTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2979,
        name: "SUBSET ABOVE RIGHTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x297A,
        name: "LEFTWARDS ARROW THROUGH SUBSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x297B,
        name: "SUPERSET ABOVE LEFTWARDS ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x297C,
        name: "LEFT FISH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x297D,
        name: "RIGHT FISH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x297E,
        name: "UP FISH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x297F,
        name: "DOWN FISH TAIL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2980,
        name: "TRIPLE VERTICAL BAR DELIMITER",
    },
    Character {
        age: "3.2",
        codepoint: 0x2981,
        name: "Z NOTATION SPOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2982,
        name: "Z NOTATION TYPE COLON",
    },
    Character {
        age: "3.2",
        codepoint: 0x2983,
        name: "LEFT WHITE CURLY BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2984,
        name: "RIGHT WHITE CURLY BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2985,
        name: "LEFT WHITE PARENTHESIS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2986,
        name: "RIGHT WHITE PARENTHESIS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2987,
        name: "Z NOTATION LEFT IMAGE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2988,
        name: "Z NOTATION RIGHT IMAGE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2989,
        name: "Z NOTATION LEFT BINDING BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x298A,
        name: "Z NOTATION RIGHT BINDING BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x298B,
        name: "LEFT SQUARE BRACKET WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x298C,
        name: "RIGHT SQUARE BRACKET WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x298D,
        name: "LEFT SQUARE BRACKET WITH TICK IN TOP CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x298E,
        name: "RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x298F,
        name: "LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x2990,
        name: "RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER",
    },
    Character {
        age: "3.2",
        codepoint: 0x2991,
        name: "LEFT ANGLE BRACKET WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2992,
        name: "RIGHT ANGLE BRACKET WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2993,
        name: "LEFT ARC LESS-THAN BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2994,
        name: "RIGHT ARC GREATER-THAN BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2995,
        name: "DOUBLE LEFT ARC GREATER-THAN BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2996,
        name: "DOUBLE RIGHT ARC LESS-THAN BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2997,
        name: "LEFT BLACK TORTOISE SHELL BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2998,
        name: "RIGHT BLACK TORTOISE SHELL BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2999,
        name: "DOTTED FENCE",
    },
    Character {
        age: "3.2",
        codepoint: 0x299A,
        name: "VERTICAL ZIGZAG LINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x299B,
        name: "MEASURED ANGLE OPENING LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x299C,
        name: "RIGHT ANGLE VARIANT WITH SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x299D,
        name: "MEASURED RIGHT ANGLE WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x299E,
        name: "ANGLE WITH S INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x299F,
        name: "ACUTE ANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A0,
        name: "SPHERICAL ANGLE OPENING LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A1,
        name: "SPHERICAL ANGLE OPENING UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A2,
        name: "TURNED ANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A3,
        name: "REVERSED ANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A4,
        name: "ANGLE WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A5,
        name: "REVERSED ANGLE WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A6,
        name: "OBLIQUE ANGLE OPENING UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A7,
        name: "OBLIQUE ANGLE OPENING DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A8,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29A9,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29AA,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29AB,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29AC,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x29AD,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP",
    },
    Character {
        age: "3.2",
        codepoint: 0x29AE,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x29AF,
        name: "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B0,
        name: "REVERSED EMPTY SET",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B1,
        name: "EMPTY SET WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B2,
        name: "EMPTY SET WITH SMALL CIRCLE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B3,
        name: "EMPTY SET WITH RIGHT ARROW ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B4,
        name: "EMPTY SET WITH LEFT ARROW ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B5,
        name: "CIRCLE WITH HORIZONTAL BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B6,
        name: "CIRCLED VERTICAL BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B7,
        name: "CIRCLED PARALLEL",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B8,
        name: "CIRCLED REVERSE SOLIDUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29B9,
        name: "CIRCLED PERPENDICULAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29BA,
        name: "CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29BB,
        name: "CIRCLE WITH SUPERIMPOSED X",
    },
    Character {
        age: "3.2",
        codepoint: 0x29BC,
        name: "CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x29BD,
        name: "UP ARROW THROUGH CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29BE,
        name: "CIRCLED WHITE BULLET",
    },
    Character {
        age: "3.2",
        codepoint: 0x29BF,
        name: "CIRCLED BULLET",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C0,
        name: "CIRCLED LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C1,
        name: "CIRCLED GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C2,
        name: "CIRCLE WITH SMALL CIRCLE TO THE RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C3,
        name: "CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C4,
        name: "SQUARED RISING DIAGONAL SLASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C5,
        name: "SQUARED FALLING DIAGONAL SLASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C6,
        name: "SQUARED ASTERISK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C7,
        name: "SQUARED SMALL CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C8,
        name: "SQUARED SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29C9,
        name: "TWO JOINED SQUARES",
    },
    Character {
        age: "3.2",
        codepoint: 0x29CA,
        name: "TRIANGLE WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29CB,
        name: "TRIANGLE WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29CC,
        name: "S IN TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29CD,
        name: "TRIANGLE WITH SERIFS AT BOTTOM",
    },
    Character {
        age: "3.2",
        codepoint: 0x29CE,
        name: "RIGHT TRIANGLE ABOVE LEFT TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29CF,
        name: "LEFT TRIANGLE BESIDE VERTICAL BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D0,
        name: "VERTICAL BAR BESIDE RIGHT TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D1,
        name: "BOWTIE WITH LEFT HALF BLACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D2,
        name: "BOWTIE WITH RIGHT HALF BLACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D3,
        name: "BLACK BOWTIE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D4,
        name: "TIMES WITH LEFT HALF BLACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D5,
        name: "TIMES WITH RIGHT HALF BLACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D6,
        name: "WHITE HOURGLASS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D7,
        name: "BLACK HOURGLASS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D8,
        name: "LEFT WIGGLY FENCE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29D9,
        name: "RIGHT WIGGLY FENCE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29DA,
        name: "LEFT DOUBLE WIGGLY FENCE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29DB,
        name: "RIGHT DOUBLE WIGGLY FENCE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29DC,
        name: "INCOMPLETE INFINITY",
    },
    Character {
        age: "3.2",
        codepoint: 0x29DD,
        name: "TIE OVER INFINITY",
    },
    Character {
        age: "3.2",
        codepoint: 0x29DE,
        name: "INFINITY NEGATED WITH VERTICAL BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29DF,
        name: "DOUBLE-ENDED MULTIMAP",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E0,
        name: "SQUARE WITH CONTOURED OUTLINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E1,
        name: "INCREASES AS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E2,
        name: "SHUFFLE PRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E3,
        name: "EQUALS SIGN AND SLANTED PARALLEL",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E4,
        name: "EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E5,
        name: "IDENTICAL TO AND SLANTED PARALLEL",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E6,
        name: "GLEICH STARK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E7,
        name: "THERMODYNAMIC",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E8,
        name: "DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29E9,
        name: "DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x29EA,
        name: "BLACK DIAMOND WITH DOWN ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x29EB,
        name: "BLACK LOZENGE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29EC,
        name: "WHITE CIRCLE WITH DOWN ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x29ED,
        name: "BLACK CIRCLE WITH DOWN ARROW",
    },
    Character {
        age: "3.2",
        codepoint: 0x29EE,
        name: "ERROR-BARRED WHITE SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29EF,
        name: "ERROR-BARRED BLACK SQUARE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F0,
        name: "ERROR-BARRED WHITE DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F1,
        name: "ERROR-BARRED BLACK DIAMOND",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F2,
        name: "ERROR-BARRED WHITE CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F3,
        name: "ERROR-BARRED BLACK CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F4,
        name: "RULE-DELAYED",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F5,
        name: "REVERSE SOLIDUS OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F6,
        name: "SOLIDUS WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F7,
        name: "REVERSE SOLIDUS WITH HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F8,
        name: "BIG SOLIDUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29F9,
        name: "BIG REVERSE SOLIDUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29FA,
        name: "DOUBLE PLUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29FB,
        name: "TRIPLE PLUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x29FC,
        name: "LEFT-POINTING CURVED ANGLE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x29FD,
        name: "RIGHT-POINTING CURVED ANGLE BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0x29FE,
        name: "TINY",
    },
    Character {
        age: "3.2",
        codepoint: 0x29FF,
        name: "MINY",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A00,
        name: "N-ARY CIRCLED DOT OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A01,
        name: "N-ARY CIRCLED PLUS OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A02,
        name: "N-ARY CIRCLED TIMES OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A03,
        name: "N-ARY UNION OPERATOR WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A04,
        name: "N-ARY UNION OPERATOR WITH PLUS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A05,
        name: "N-ARY SQUARE INTERSECTION OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A06,
        name: "N-ARY SQUARE UNION OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A07,
        name: "TWO LOGICAL AND OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A08,
        name: "TWO LOGICAL OR OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A09,
        name: "N-ARY TIMES OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A0A,
        name: "MODULO TWO SUM",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A0B,
        name: "SUMMATION WITH INTEGRAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A0C,
        name: "QUADRUPLE INTEGRAL OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A0D,
        name: "FINITE PART INTEGRAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A0E,
        name: "INTEGRAL WITH DOUBLE STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A0F,
        name: "INTEGRAL AVERAGE WITH SLASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A10,
        name: "CIRCULATION FUNCTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A11,
        name: "ANTICLOCKWISE INTEGRATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A12,
        name: "LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A13,
        name: "LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A14,
        name: "LINE INTEGRATION NOT INCLUDING THE POLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A15,
        name: "INTEGRAL AROUND A POINT OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A16,
        name: "QUATERNION INTEGRAL OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A17,
        name: "INTEGRAL WITH LEFTWARDS ARROW WITH HOOK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A18,
        name: "INTEGRAL WITH TIMES SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A19,
        name: "INTEGRAL WITH INTERSECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A1A,
        name: "INTEGRAL WITH UNION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A1B,
        name: "INTEGRAL WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A1C,
        name: "INTEGRAL WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A1D,
        name: "JOIN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A1E,
        name: "LARGE LEFT TRIANGLE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A1F,
        name: "Z NOTATION SCHEMA COMPOSITION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A20,
        name: "Z NOTATION SCHEMA PIPING",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A21,
        name: "Z NOTATION SCHEMA PROJECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A22,
        name: "PLUS SIGN WITH SMALL CIRCLE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A23,
        name: "PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A24,
        name: "PLUS SIGN WITH TILDE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A25,
        name: "PLUS SIGN WITH DOT BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A26,
        name: "PLUS SIGN WITH TILDE BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A27,
        name: "PLUS SIGN WITH SUBSCRIPT TWO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A28,
        name: "PLUS SIGN WITH BLACK TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A29,
        name: "MINUS SIGN WITH COMMA ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A2A,
        name: "MINUS SIGN WITH DOT BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A2B,
        name: "MINUS SIGN WITH FALLING DOTS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A2C,
        name: "MINUS SIGN WITH RISING DOTS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A2D,
        name: "PLUS SIGN IN LEFT HALF CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A2E,
        name: "PLUS SIGN IN RIGHT HALF CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A2F,
        name: "VECTOR OR CROSS PRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A30,
        name: "MULTIPLICATION SIGN WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A31,
        name: "MULTIPLICATION SIGN WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A32,
        name: "SEMIDIRECT PRODUCT WITH BOTTOM CLOSED",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A33,
        name: "SMASH PRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A34,
        name: "MULTIPLICATION SIGN IN LEFT HALF CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A35,
        name: "MULTIPLICATION SIGN IN RIGHT HALF CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A36,
        name: "CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A37,
        name: "MULTIPLICATION SIGN IN DOUBLE CIRCLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A38,
        name: "CIRCLED DIVISION SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A39,
        name: "PLUS SIGN IN TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A3A,
        name: "MINUS SIGN IN TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A3B,
        name: "MULTIPLICATION SIGN IN TRIANGLE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A3C,
        name: "INTERIOR PRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A3D,
        name: "RIGHTHAND INTERIOR PRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A3E,
        name: "Z NOTATION RELATIONAL COMPOSITION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A3F,
        name: "AMALGAMATION OR COPRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A40,
        name: "INTERSECTION WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A41,
        name: "UNION WITH MINUS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A42,
        name: "UNION WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A43,
        name: "INTERSECTION WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A44,
        name: "INTERSECTION WITH LOGICAL AND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A45,
        name: "UNION WITH LOGICAL OR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A46,
        name: "UNION ABOVE INTERSECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A47,
        name: "INTERSECTION ABOVE UNION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A48,
        name: "UNION ABOVE BAR ABOVE INTERSECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A49,
        name: "INTERSECTION ABOVE BAR ABOVE UNION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A4A,
        name: "UNION BESIDE AND JOINED WITH UNION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A4B,
        name: "INTERSECTION BESIDE AND JOINED WITH INTERSECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A4C,
        name: "CLOSED UNION WITH SERIFS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A4D,
        name: "CLOSED INTERSECTION WITH SERIFS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A4E,
        name: "DOUBLE SQUARE INTERSECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A4F,
        name: "DOUBLE SQUARE UNION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A50,
        name: "CLOSED UNION WITH SERIFS AND SMASH PRODUCT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A51,
        name: "LOGICAL AND WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A52,
        name: "LOGICAL OR WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A53,
        name: "DOUBLE LOGICAL AND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A54,
        name: "DOUBLE LOGICAL OR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A55,
        name: "TWO INTERSECTING LOGICAL AND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A56,
        name: "TWO INTERSECTING LOGICAL OR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A57,
        name: "SLOPING LARGE OR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A58,
        name: "SLOPING LARGE AND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A59,
        name: "LOGICAL OR OVERLAPPING LOGICAL AND",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A5A,
        name: "LOGICAL AND WITH MIDDLE STEM",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A5B,
        name: "LOGICAL OR WITH MIDDLE STEM",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A5C,
        name: "LOGICAL AND WITH HORIZONTAL DASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A5D,
        name: "LOGICAL OR WITH HORIZONTAL DASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A5E,
        name: "LOGICAL AND WITH DOUBLE OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A5F,
        name: "LOGICAL AND WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A60,
        name: "LOGICAL AND WITH DOUBLE UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A61,
        name: "SMALL VEE WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A62,
        name: "LOGICAL OR WITH DOUBLE OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A63,
        name: "LOGICAL OR WITH DOUBLE UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A64,
        name: "Z NOTATION DOMAIN ANTIRESTRICTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A65,
        name: "Z NOTATION RANGE ANTIRESTRICTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A66,
        name: "EQUALS SIGN WITH DOT BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A67,
        name: "IDENTICAL WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A68,
        name: "TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A69,
        name: "TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A6A,
        name: "TILDE OPERATOR WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A6B,
        name: "TILDE OPERATOR WITH RISING DOTS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A6C,
        name: "SIMILAR MINUS SIMILAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A6D,
        name: "CONGRUENT WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A6E,
        name: "EQUALS WITH ASTERISK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A6F,
        name: "ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A70,
        name: "APPROXIMATELY EQUAL OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A71,
        name: "EQUALS SIGN ABOVE PLUS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A72,
        name: "PLUS SIGN ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A73,
        name: "EQUALS SIGN ABOVE TILDE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A74,
        name: "DOUBLE COLON EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A75,
        name: "TWO CONSECUTIVE EQUALS SIGNS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A76,
        name: "THREE CONSECUTIVE EQUALS SIGNS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A77,
        name: "EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A78,
        name: "EQUIVALENT WITH FOUR DOTS ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A79,
        name: "LESS-THAN WITH CIRCLE INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A7A,
        name: "GREATER-THAN WITH CIRCLE INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A7B,
        name: "LESS-THAN WITH QUESTION MARK ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A7C,
        name: "GREATER-THAN WITH QUESTION MARK ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A7D,
        name: "LESS-THAN OR SLANTED EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A7E,
        name: "GREATER-THAN OR SLANTED EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A7F,
        name: "LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A80,
        name: "GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A81,
        name: "LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A82,
        name: "GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A83,
        name: "LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A84,
        name: "GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A85,
        name: "LESS-THAN OR APPROXIMATE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A86,
        name: "GREATER-THAN OR APPROXIMATE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A87,
        name: "LESS-THAN AND SINGLE-LINE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A88,
        name: "GREATER-THAN AND SINGLE-LINE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A89,
        name: "LESS-THAN AND NOT APPROXIMATE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A8A,
        name: "GREATER-THAN AND NOT APPROXIMATE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A8B,
        name: "LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A8C,
        name: "GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A8D,
        name: "LESS-THAN ABOVE SIMILAR OR EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A8E,
        name: "GREATER-THAN ABOVE SIMILAR OR EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A8F,
        name: "LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A90,
        name: "GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A91,
        name: "LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A92,
        name: "GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A93,
        name: "LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A94,
        name: "GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A95,
        name: "SLANTED EQUAL TO OR LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A96,
        name: "SLANTED EQUAL TO OR GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A97,
        name: "SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A98,
        name: "SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A99,
        name: "DOUBLE-LINE EQUAL TO OR LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A9A,
        name: "DOUBLE-LINE EQUAL TO OR GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A9B,
        name: "DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A9C,
        name: "DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A9D,
        name: "SIMILAR OR LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A9E,
        name: "SIMILAR OR GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2A9F,
        name: "SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA0,
        name: "SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA1,
        name: "DOUBLE NESTED LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA2,
        name: "DOUBLE NESTED GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA3,
        name: "DOUBLE NESTED LESS-THAN WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA4,
        name: "GREATER-THAN OVERLAPPING LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA5,
        name: "GREATER-THAN BESIDE LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA6,
        name: "LESS-THAN CLOSED BY CURVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA7,
        name: "GREATER-THAN CLOSED BY CURVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA8,
        name: "LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AA9,
        name: "GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AAA,
        name: "SMALLER THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AAB,
        name: "LARGER THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AAC,
        name: "SMALLER THAN OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AAD,
        name: "LARGER THAN OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AAE,
        name: "EQUALS SIGN WITH BUMPY ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AAF,
        name: "PRECEDES ABOVE SINGLE-LINE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB0,
        name: "SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB1,
        name: "PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB2,
        name: "SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB3,
        name: "PRECEDES ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB4,
        name: "SUCCEEDS ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB5,
        name: "PRECEDES ABOVE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB6,
        name: "SUCCEEDS ABOVE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB7,
        name: "PRECEDES ABOVE ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB8,
        name: "SUCCEEDS ABOVE ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AB9,
        name: "PRECEDES ABOVE NOT ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ABA,
        name: "SUCCEEDS ABOVE NOT ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ABB,
        name: "DOUBLE PRECEDES",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ABC,
        name: "DOUBLE SUCCEEDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ABD,
        name: "SUBSET WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ABE,
        name: "SUPERSET WITH DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ABF,
        name: "SUBSET WITH PLUS SIGN BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC0,
        name: "SUPERSET WITH PLUS SIGN BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC1,
        name: "SUBSET WITH MULTIPLICATION SIGN BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC2,
        name: "SUPERSET WITH MULTIPLICATION SIGN BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC3,
        name: "SUBSET OF OR EQUAL TO WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC4,
        name: "SUPERSET OF OR EQUAL TO WITH DOT ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC5,
        name: "SUBSET OF ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC6,
        name: "SUPERSET OF ABOVE EQUALS SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC7,
        name: "SUBSET OF ABOVE TILDE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC8,
        name: "SUPERSET OF ABOVE TILDE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AC9,
        name: "SUBSET OF ABOVE ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ACA,
        name: "SUPERSET OF ABOVE ALMOST EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ACB,
        name: "SUBSET OF ABOVE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ACC,
        name: "SUPERSET OF ABOVE NOT EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ACD,
        name: "SQUARE LEFT OPEN BOX OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ACE,
        name: "SQUARE RIGHT OPEN BOX OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ACF,
        name: "CLOSED SUBSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD0,
        name: "CLOSED SUPERSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD1,
        name: "CLOSED SUBSET OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD2,
        name: "CLOSED SUPERSET OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD3,
        name: "SUBSET ABOVE SUPERSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD4,
        name: "SUPERSET ABOVE SUBSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD5,
        name: "SUBSET ABOVE SUBSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD6,
        name: "SUPERSET ABOVE SUPERSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD7,
        name: "SUPERSET BESIDE SUBSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD8,
        name: "SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AD9,
        name: "ELEMENT OF OPENING DOWNWARDS",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ADA,
        name: "PITCHFORK WITH TEE TOP",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ADB,
        name: "TRANSVERSAL INTERSECTION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ADC,
        name: "FORKING",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ADD,
        name: "NONFORKING",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ADE,
        name: "SHORT LEFT TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2ADF,
        name: "SHORT DOWN TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE0,
        name: "SHORT UP TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE1,
        name: "PERPENDICULAR WITH S",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE2,
        name: "VERTICAL BAR TRIPLE RIGHT TURNSTILE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE3,
        name: "DOUBLE VERTICAL BAR LEFT TURNSTILE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE4,
        name: "VERTICAL BAR DOUBLE LEFT TURNSTILE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE5,
        name: "DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE6,
        name: "LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE7,
        name: "SHORT DOWN TACK WITH OVERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE8,
        name: "SHORT UP TACK WITH UNDERBAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AE9,
        name: "SHORT UP TACK ABOVE SHORT DOWN TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AEA,
        name: "DOUBLE DOWN TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AEB,
        name: "DOUBLE UP TACK",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AEC,
        name: "DOUBLE STROKE NOT SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AED,
        name: "REVERSED DOUBLE STROKE NOT SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AEE,
        name: "DOES NOT DIVIDE WITH REVERSED NEGATION SLASH",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AEF,
        name: "VERTICAL LINE WITH CIRCLE ABOVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF0,
        name: "VERTICAL LINE WITH CIRCLE BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF1,
        name: "DOWN TACK WITH CIRCLE BELOW",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF2,
        name: "PARALLEL WITH HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF3,
        name: "PARALLEL WITH TILDE OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF4,
        name: "TRIPLE VERTICAL BAR BINARY RELATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF5,
        name: "TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF6,
        name: "TRIPLE COLON OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF7,
        name: "TRIPLE NESTED LESS-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF8,
        name: "TRIPLE NESTED GREATER-THAN",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AF9,
        name: "DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AFA,
        name: "DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AFB,
        name: "TRIPLE SOLIDUS BINARY RELATION",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AFC,
        name: "LARGE TRIPLE VERTICAL BAR OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AFD,
        name: "DOUBLE SOLIDUS OPERATOR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AFE,
        name: "WHITE VERTICAL BAR",
    },
    Character {
        age: "3.2",
        codepoint: 0x2AFF,
        name: "N-ARY WHITE VERTICAL BAR",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B00,
        name: "NORTH EAST WHITE ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B01,
        name: "NORTH WEST WHITE ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B02,
        name: "SOUTH EAST WHITE ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B03,
        name: "SOUTH WEST WHITE ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B04,
        name: "LEFT RIGHT WHITE ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B05,
        name: "LEFTWARDS BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B06,
        name: "UPWARDS BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B07,
        name: "DOWNWARDS BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B08,
        name: "NORTH EAST BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B09,
        name: "NORTH WEST BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B0A,
        name: "SOUTH EAST BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B0B,
        name: "SOUTH WEST BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B0C,
        name: "LEFT RIGHT BLACK ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x2B0D,
        name: "UP DOWN BLACK ARROW",
    },
    Character {
        age: "4.1",
        codepoint: 0x2B0E,
        name: "RIGHTWARDS ARROW WITH TIP DOWNWARDS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2B0F,
        name: "RIGHTWARDS ARROW WITH TIP UPWARDS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2B10,
        name: "LEFTWARDS ARROW WITH TIP DOWNWARDS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2B11,
        name: "LEFTWARDS ARROW WITH TIP UPWARDS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2B12,
        name: "SQUARE WITH TOP HALF BLACK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2B13,
        name: "SQUARE WITH BOTTOM HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B14,
        name: "SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B15,
        name: "SQUARE WITH LOWER LEFT DIAGONAL HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B16,
        name: "DIAMOND WITH LEFT HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B17,
        name: "DIAMOND WITH RIGHT HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B18,
        name: "DIAMOND WITH TOP HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B19,
        name: "DIAMOND WITH BOTTOM HALF BLACK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B1A,
        name: "DOTTED SQUARE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B1B,
        name: "BLACK LARGE SQUARE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B1C,
        name: "WHITE LARGE SQUARE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B1D,
        name: "BLACK VERY SMALL SQUARE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B1E,
        name: "WHITE VERY SMALL SQUARE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B1F,
        name: "BLACK PENTAGON",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B20,
        name: "WHITE PENTAGON",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B21,
        name: "WHITE HEXAGON",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B22,
        name: "BLACK HEXAGON",
    },
    Character {
        age: "5.0",
        codepoint: 0x2B23,
        name: "HORIZONTAL BLACK HEXAGON",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B24,
        name: "BLACK LARGE CIRCLE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B25,
        name: "BLACK MEDIUM DIAMOND",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B26,
        name: "WHITE MEDIUM DIAMOND",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B27,
        name: "BLACK MEDIUM LOZENGE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B28,
        name: "WHITE MEDIUM LOZENGE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B29,
        name: "BLACK SMALL DIAMOND",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B2A,
        name: "BLACK SMALL LOZENGE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B2B,
        name: "WHITE SMALL LOZENGE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B2C,
        name: "BLACK HORIZONTAL ELLIPSE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B2D,
        name: "WHITE HORIZONTAL ELLIPSE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B2E,
        name: "BLACK VERTICAL ELLIPSE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B2F,
        name: "WHITE VERTICAL ELLIPSE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B30,
        name: "LEFT ARROW WITH SMALL CIRCLE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B31,
        name: "THREE LEFTWARDS ARROWS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B32,
        name: "LEFT ARROW WITH CIRCLED PLUS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B33,
        name: "LONG LEFTWARDS SQUIGGLE ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B34,
        name: "LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B35,
        name: "LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B36,
        name: "LEFTWARDS TWO-HEADED ARROW FROM BAR",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B37,
        name: "LEFTWARDS TWO-HEADED TRIPLE DASH ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B38,
        name: "LEFTWARDS ARROW WITH DOTTED STEM",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B39,
        name: "LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B3A,
        name: "LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B3B,
        name: "LEFTWARDS TWO-HEADED ARROW WITH TAIL",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B3C,
        name: "LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B3D,
        name: "LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B3E,
        name: "LEFTWARDS ARROW THROUGH X",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B3F,
        name: "WAVE ARROW POINTING DIRECTLY LEFT",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B40,
        name: "EQUALS SIGN ABOVE LEFTWARDS ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B41,
        name: "REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B42,
        name: "LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B43,
        name: "RIGHTWARDS ARROW THROUGH GREATER-THAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B44,
        name: "RIGHTWARDS ARROW THROUGH SUPERSET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B45,
        name: "LEFTWARDS QUADRUPLE ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B46,
        name: "RIGHTWARDS QUADRUPLE ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B47,
        name: "REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B48,
        name: "RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B49,
        name: "TILDE OPERATOR ABOVE LEFTWARDS ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B4A,
        name: "LEFTWARDS ARROW ABOVE ALMOST EQUAL TO",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B4B,
        name: "LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B4C,
        name: "RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B4D,
        name: "DOWNWARDS TRIANGLE-HEADED ZIGZAG ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B4E,
        name: "SHORT SLANTED NORTH ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B4F,
        name: "SHORT BACKSLANTED SOUTH ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B50,
        name: "WHITE MEDIUM STAR",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B51,
        name: "BLACK SMALL STAR",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B52,
        name: "WHITE SMALL STAR",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B53,
        name: "BLACK RIGHT-POINTING PENTAGON",
    },
    Character {
        age: "5.1",
        codepoint: 0x2B54,
        name: "WHITE RIGHT-POINTING PENTAGON",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55,
        name: "HEAVY LARGE CIRCLE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56,
        name: "HEAVY OVAL WITH OVAL INSIDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57,
        name: "HEAVY CIRCLE WITH CIRCLE INSIDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58,
        name: "HEAVY CIRCLE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59,
        name: "HEAVY CIRCLED SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B5A,
        name: "SLANTED NORTH ARROW WITH HOOKED HEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B5B,
        name: "BACKSLANTED SOUTH ARROW WITH HOOKED TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B5C,
        name: "SLANTED NORTH ARROW WITH HORIZONTAL TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B5D,
        name: "BACKSLANTED SOUTH ARROW WITH HORIZONTAL TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B5E,
        name: "BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B5F,
        name: "SHORT BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B60,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B61,
        name: "UPWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B62,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B63,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B64,
        name: "LEFT RIGHT TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B65,
        name: "UP DOWN TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B66,
        name: "NORTH WEST TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B67,
        name: "NORTH EAST TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B68,
        name: "SOUTH EAST TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B69,
        name: "SOUTH WEST TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B6A,
        name: "LEFTWARDS TRIANGLE-HEADED DASHED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B6B,
        name: "UPWARDS TRIANGLE-HEADED DASHED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B6C,
        name: "RIGHTWARDS TRIANGLE-HEADED DASHED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B6D,
        name: "DOWNWARDS TRIANGLE-HEADED DASHED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B6E,
        name: "CLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B6F,
        name: "ANTICLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B70,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B71,
        name: "UPWARDS TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B72,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B73,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B76,
        name: "NORTH WEST TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B77,
        name: "NORTH EAST TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B78,
        name: "SOUTH EAST TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B79,
        name: "SOUTH WEST TRIANGLE-HEADED ARROW TO BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B7A,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B7B,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B7C,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B7D,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B7E,
        name: "HORIZONTAL TAB KEY",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B7F,
        name: "VERTICAL TAB KEY",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B80,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW OVER RIGHTWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B81,
        name: "UPWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF DOWNWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B82,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW OVER LEFTWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B83,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF UPWARDS TRIANGLE-HEADED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B84,
        name: "LEFTWARDS TRIANGLE-HEADED PAIRED ARROWS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B85,
        name: "UPWARDS TRIANGLE-HEADED PAIRED ARROWS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B86,
        name: "RIGHTWARDS TRIANGLE-HEADED PAIRED ARROWS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B87,
        name: "DOWNWARDS TRIANGLE-HEADED PAIRED ARROWS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B88,
        name: "LEFTWARDS BLACK CIRCLED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B89,
        name: "UPWARDS BLACK CIRCLED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B8A,
        name: "RIGHTWARDS BLACK CIRCLED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B8B,
        name: "DOWNWARDS BLACK CIRCLED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B8C,
        name: "ANTICLOCKWISE TRIANGLE-HEADED RIGHT U-SHAPED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B8D,
        name: "ANTICLOCKWISE TRIANGLE-HEADED BOTTOM U-SHAPED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B8E,
        name: "ANTICLOCKWISE TRIANGLE-HEADED LEFT U-SHAPED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B8F,
        name: "ANTICLOCKWISE TRIANGLE-HEADED TOP U-SHAPED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B90,
        name: "RETURN LEFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B91,
        name: "RETURN RIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B92,
        name: "NEWLINE LEFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B93,
        name: "NEWLINE RIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B94,
        name: "FOUR CORNER ARROWS CIRCLING ANTICLOCKWISE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B95,
        name: "RIGHTWARDS BLACK ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B98,
        name: "THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B99,
        name: "THREE-D RIGHT-LIGHTED UPWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B9A,
        name: "THREE-D TOP-LIGHTED RIGHTWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B9B,
        name: "THREE-D LEFT-LIGHTED DOWNWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B9C,
        name: "BLACK LEFTWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B9D,
        name: "BLACK UPWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B9E,
        name: "BLACK RIGHTWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2B9F,
        name: "BLACK DOWNWARDS EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA0,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA1,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA2,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA3,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA4,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA5,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA6,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA7,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA8,
        name: "BLACK CURVED DOWNWARDS AND LEFTWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BA9,
        name: "BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BAA,
        name: "BLACK CURVED UPWARDS AND LEFTWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BAB,
        name: "BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BAC,
        name: "BLACK CURVED LEFTWARDS AND UPWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BAD,
        name: "BLACK CURVED RIGHTWARDS AND UPWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BAE,
        name: "BLACK CURVED LEFTWARDS AND DOWNWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BAF,
        name: "BLACK CURVED RIGHTWARDS AND DOWNWARDS ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB0,
        name: "RIBBON ARROW DOWN LEFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB1,
        name: "RIBBON ARROW DOWN RIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB2,
        name: "RIBBON ARROW UP LEFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB3,
        name: "RIBBON ARROW UP RIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB4,
        name: "RIBBON ARROW LEFT UP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB5,
        name: "RIBBON ARROW RIGHT UP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB6,
        name: "RIBBON ARROW LEFT DOWN",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB7,
        name: "RIBBON ARROW RIGHT DOWN",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB8,
        name: "UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BB9,
        name: "UP ARROWHEAD IN A RECTANGLE BOX",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BBA,
        name: "OVERLAPPING WHITE SQUARES",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BBB,
        name: "OVERLAPPING WHITE AND BLACK SQUARES",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BBC,
        name: "OVERLAPPING BLACK SQUARES",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BBD,
        name: "BALLOT BOX WITH LIGHT X",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BBE,
        name: "CIRCLED X",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BBF,
        name: "CIRCLED BOLD X",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC0,
        name: "BLACK SQUARE CENTRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC1,
        name: "BLACK DIAMOND CENTRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC2,
        name: "TURNED BLACK PENTAGON",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC3,
        name: "HORIZONTAL BLACK OCTAGON",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC4,
        name: "BLACK OCTAGON",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC5,
        name: "BLACK MEDIUM UP-POINTING TRIANGLE CENTRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC6,
        name: "BLACK MEDIUM DOWN-POINTING TRIANGLE CENTRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC7,
        name: "BLACK MEDIUM LEFT-POINTING TRIANGLE CENTRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BC8,
        name: "BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BCA,
        name: "TOP HALF BLACK CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BCB,
        name: "BOTTOM HALF BLACK CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BCC,
        name: "LIGHT FOUR POINTED BLACK CUSP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BCD,
        name: "ROTATED LIGHT FOUR POINTED BLACK CUSP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BCE,
        name: "WHITE FOUR POINTED CUSP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BCF,
        name: "ROTATED WHITE FOUR POINTED CUSP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BD0,
        name: "SQUARE POSITION INDICATOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x2BD1,
        name: "UNCERTAINTY SIGN",
    },
    Character {
        age: "10.0",
        codepoint: 0x2BD2,
        name: "GROUP MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD3,
        name: "PLUTO FORM TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD4,
        name: "PLUTO FORM THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD5,
        name: "PLUTO FORM FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD6,
        name: "PLUTO FORM FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD7,
        name: "TRANSPLUTO",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD8,
        name: "PROSERPINA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BD9,
        name: "ASTRAEA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BDA,
        name: "HYGIEA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BDB,
        name: "PHOLUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BDC,
        name: "NESSUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BDD,
        name: "WHITE MOON SELENA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BDE,
        name: "BLACK DIAMOND ON CROSS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BDF,
        name: "TRUE LIGHT MOON ARTA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE0,
        name: "CUPIDO",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE1,
        name: "HADES",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE2,
        name: "ZEUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE3,
        name: "KRONOS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE4,
        name: "APOLLON",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE5,
        name: "ADMETOS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE6,
        name: "VULCANUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE7,
        name: "POSEIDON",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE8,
        name: "LEFT HALF BLACK STAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BE9,
        name: "RIGHT HALF BLACK STAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BEA,
        name: "STAR WITH LEFT HALF BLACK",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BEB,
        name: "STAR WITH RIGHT HALF BLACK",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC,
        name: "LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED,
        name: "UPWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE,
        name: "RIGHTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF,
        name: "DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF0,
        name: "ERIS FORM ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF1,
        name: "ERIS FORM TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF2,
        name: "SEDNA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF3,
        name: "RUSSIAN ASTROLOGICAL SYMBOL VIGINTILE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF4,
        name: "RUSSIAN ASTROLOGICAL SYMBOL NOVILE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF5,
        name: "RUSSIAN ASTROLOGICAL SYMBOL QUINTILE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF6,
        name: "RUSSIAN ASTROLOGICAL SYMBOL BINOVILE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF7,
        name: "RUSSIAN ASTROLOGICAL SYMBOL SENTAGON",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF8,
        name: "RUSSIAN ASTROLOGICAL SYMBOL TREDECILE",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BF9,
        name: "EQUALS SIGN WITH INFINITY BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BFA,
        name: "UNITED SYMBOL",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BFB,
        name: "SEPARATED SYMBOL",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BFC,
        name: "DOUBLED SYMBOL",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BFD,
        name: "PASSED SYMBOL",
    },
    Character {
        age: "11.0",
        codepoint: 0x2BFE,
        name: "REVERSED RIGHT ANGLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C00,
        name: "GLAGOLITIC CAPITAL LETTER AZU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C01,
        name: "GLAGOLITIC CAPITAL LETTER BUKY",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C02,
        name: "GLAGOLITIC CAPITAL LETTER VEDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C03,
        name: "GLAGOLITIC CAPITAL LETTER GLAGOLI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C04,
        name: "GLAGOLITIC CAPITAL LETTER DOBRO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C05,
        name: "GLAGOLITIC CAPITAL LETTER YESTU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C06,
        name: "GLAGOLITIC CAPITAL LETTER ZHIVETE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C07,
        name: "GLAGOLITIC CAPITAL LETTER DZELO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C08,
        name: "GLAGOLITIC CAPITAL LETTER ZEMLJA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C09,
        name: "GLAGOLITIC CAPITAL LETTER IZHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C0A,
        name: "GLAGOLITIC CAPITAL LETTER INITIAL IZHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C0B,
        name: "GLAGOLITIC CAPITAL LETTER I",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C0C,
        name: "GLAGOLITIC CAPITAL LETTER DJERVI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C0D,
        name: "GLAGOLITIC CAPITAL LETTER KAKO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C0E,
        name: "GLAGOLITIC CAPITAL LETTER LJUDIJE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C0F,
        name: "GLAGOLITIC CAPITAL LETTER MYSLITE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C10,
        name: "GLAGOLITIC CAPITAL LETTER NASHI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C11,
        name: "GLAGOLITIC CAPITAL LETTER ONU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C12,
        name: "GLAGOLITIC CAPITAL LETTER POKOJI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C13,
        name: "GLAGOLITIC CAPITAL LETTER RITSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C14,
        name: "GLAGOLITIC CAPITAL LETTER SLOVO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C15,
        name: "GLAGOLITIC CAPITAL LETTER TVRIDO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C16,
        name: "GLAGOLITIC CAPITAL LETTER UKU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C17,
        name: "GLAGOLITIC CAPITAL LETTER FRITU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C18,
        name: "GLAGOLITIC CAPITAL LETTER HERU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C19,
        name: "GLAGOLITIC CAPITAL LETTER OTU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C1A,
        name: "GLAGOLITIC CAPITAL LETTER PE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C1B,
        name: "GLAGOLITIC CAPITAL LETTER SHTA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C1C,
        name: "GLAGOLITIC CAPITAL LETTER TSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C1D,
        name: "GLAGOLITIC CAPITAL LETTER CHRIVI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C1E,
        name: "GLAGOLITIC CAPITAL LETTER SHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C1F,
        name: "GLAGOLITIC CAPITAL LETTER YERU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C20,
        name: "GLAGOLITIC CAPITAL LETTER YERI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C21,
        name: "GLAGOLITIC CAPITAL LETTER YATI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C22,
        name: "GLAGOLITIC CAPITAL LETTER SPIDERY HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C23,
        name: "GLAGOLITIC CAPITAL LETTER YU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C24,
        name: "GLAGOLITIC CAPITAL LETTER SMALL YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C25,
        name: "GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C26,
        name: "GLAGOLITIC CAPITAL LETTER YO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C27,
        name: "GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C28,
        name: "GLAGOLITIC CAPITAL LETTER BIG YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C29,
        name: "GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C2A,
        name: "GLAGOLITIC CAPITAL LETTER FITA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C2B,
        name: "GLAGOLITIC CAPITAL LETTER IZHITSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C2C,
        name: "GLAGOLITIC CAPITAL LETTER SHTAPIC",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C2D,
        name: "GLAGOLITIC CAPITAL LETTER TROKUTASTI A",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C2E,
        name: "GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C30,
        name: "GLAGOLITIC SMALL LETTER AZU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C31,
        name: "GLAGOLITIC SMALL LETTER BUKY",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C32,
        name: "GLAGOLITIC SMALL LETTER VEDE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C33,
        name: "GLAGOLITIC SMALL LETTER GLAGOLI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C34,
        name: "GLAGOLITIC SMALL LETTER DOBRO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C35,
        name: "GLAGOLITIC SMALL LETTER YESTU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C36,
        name: "GLAGOLITIC SMALL LETTER ZHIVETE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C37,
        name: "GLAGOLITIC SMALL LETTER DZELO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C38,
        name: "GLAGOLITIC SMALL LETTER ZEMLJA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C39,
        name: "GLAGOLITIC SMALL LETTER IZHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C3A,
        name: "GLAGOLITIC SMALL LETTER INITIAL IZHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C3B,
        name: "GLAGOLITIC SMALL LETTER I",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C3C,
        name: "GLAGOLITIC SMALL LETTER DJERVI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C3D,
        name: "GLAGOLITIC SMALL LETTER KAKO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C3E,
        name: "GLAGOLITIC SMALL LETTER LJUDIJE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C3F,
        name: "GLAGOLITIC SMALL LETTER MYSLITE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C40,
        name: "GLAGOLITIC SMALL LETTER NASHI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C41,
        name: "GLAGOLITIC SMALL LETTER ONU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C42,
        name: "GLAGOLITIC SMALL LETTER POKOJI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C43,
        name: "GLAGOLITIC SMALL LETTER RITSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C44,
        name: "GLAGOLITIC SMALL LETTER SLOVO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C45,
        name: "GLAGOLITIC SMALL LETTER TVRIDO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C46,
        name: "GLAGOLITIC SMALL LETTER UKU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C47,
        name: "GLAGOLITIC SMALL LETTER FRITU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C48,
        name: "GLAGOLITIC SMALL LETTER HERU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C49,
        name: "GLAGOLITIC SMALL LETTER OTU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C4A,
        name: "GLAGOLITIC SMALL LETTER PE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C4B,
        name: "GLAGOLITIC SMALL LETTER SHTA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C4C,
        name: "GLAGOLITIC SMALL LETTER TSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C4D,
        name: "GLAGOLITIC SMALL LETTER CHRIVI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C4E,
        name: "GLAGOLITIC SMALL LETTER SHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C4F,
        name: "GLAGOLITIC SMALL LETTER YERU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C50,
        name: "GLAGOLITIC SMALL LETTER YERI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C51,
        name: "GLAGOLITIC SMALL LETTER YATI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C52,
        name: "GLAGOLITIC SMALL LETTER SPIDERY HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C53,
        name: "GLAGOLITIC SMALL LETTER YU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C54,
        name: "GLAGOLITIC SMALL LETTER SMALL YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C55,
        name: "GLAGOLITIC SMALL LETTER SMALL YUS WITH TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C56,
        name: "GLAGOLITIC SMALL LETTER YO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C57,
        name: "GLAGOLITIC SMALL LETTER IOTATED SMALL YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C58,
        name: "GLAGOLITIC SMALL LETTER BIG YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C59,
        name: "GLAGOLITIC SMALL LETTER IOTATED BIG YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C5A,
        name: "GLAGOLITIC SMALL LETTER FITA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C5B,
        name: "GLAGOLITIC SMALL LETTER IZHITSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C5C,
        name: "GLAGOLITIC SMALL LETTER SHTAPIC",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C5D,
        name: "GLAGOLITIC SMALL LETTER TROKUTASTI A",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C5E,
        name: "GLAGOLITIC SMALL LETTER LATINATE MYSLITE",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C60,
        name: "LATIN CAPITAL LETTER L WITH DOUBLE BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C61,
        name: "LATIN SMALL LETTER L WITH DOUBLE BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C62,
        name: "LATIN CAPITAL LETTER L WITH MIDDLE TILDE",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C63,
        name: "LATIN CAPITAL LETTER P WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C64,
        name: "LATIN CAPITAL LETTER R WITH TAIL",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C65,
        name: "LATIN SMALL LETTER A WITH STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C66,
        name: "LATIN SMALL LETTER T WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C67,
        name: "LATIN CAPITAL LETTER H WITH DESCENDER",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C68,
        name: "LATIN SMALL LETTER H WITH DESCENDER",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C69,
        name: "LATIN CAPITAL LETTER K WITH DESCENDER",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C6A,
        name: "LATIN SMALL LETTER K WITH DESCENDER",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C6B,
        name: "LATIN CAPITAL LETTER Z WITH DESCENDER",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C6C,
        name: "LATIN SMALL LETTER Z WITH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C6D,
        name: "LATIN CAPITAL LETTER ALPHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C6E,
        name: "LATIN CAPITAL LETTER M WITH HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C6F,
        name: "LATIN CAPITAL LETTER TURNED A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2C70,
        name: "LATIN CAPITAL LETTER TURNED ALPHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C71,
        name: "LATIN SMALL LETTER V WITH RIGHT HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C72,
        name: "LATIN CAPITAL LETTER W WITH HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C73,
        name: "LATIN SMALL LETTER W WITH HOOK",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C74,
        name: "LATIN SMALL LETTER V WITH CURL",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C75,
        name: "LATIN CAPITAL LETTER HALF H",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C76,
        name: "LATIN SMALL LETTER HALF H",
    },
    Character {
        age: "5.0",
        codepoint: 0x2C77,
        name: "LATIN SMALL LETTER TAILLESS PHI",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C78,
        name: "LATIN SMALL LETTER E WITH NOTCH",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C79,
        name: "LATIN SMALL LETTER TURNED R WITH TAIL",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C7A,
        name: "LATIN SMALL LETTER O WITH LOW RING INSIDE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C7B,
        name: "LATIN LETTER SMALL CAPITAL TURNED E",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C7C,
        name: "LATIN SUBSCRIPT SMALL LETTER J",
    },
    Character {
        age: "5.1",
        codepoint: 0x2C7D,
        name: "MODIFIER LETTER CAPITAL V",
    },
    Character {
        age: "5.2",
        codepoint: 0x2C7E,
        name: "LATIN CAPITAL LETTER S WITH SWASH TAIL",
    },
    Character {
        age: "5.2",
        codepoint: 0x2C7F,
        name: "LATIN CAPITAL LETTER Z WITH SWASH TAIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C80,
        name: "COPTIC CAPITAL LETTER ALFA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C81,
        name: "COPTIC SMALL LETTER ALFA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C82,
        name: "COPTIC CAPITAL LETTER VIDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C83,
        name: "COPTIC SMALL LETTER VIDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C84,
        name: "COPTIC CAPITAL LETTER GAMMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C85,
        name: "COPTIC SMALL LETTER GAMMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C86,
        name: "COPTIC CAPITAL LETTER DALDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C87,
        name: "COPTIC SMALL LETTER DALDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C88,
        name: "COPTIC CAPITAL LETTER EIE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C89,
        name: "COPTIC SMALL LETTER EIE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C8A,
        name: "COPTIC CAPITAL LETTER SOU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C8B,
        name: "COPTIC SMALL LETTER SOU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C8C,
        name: "COPTIC CAPITAL LETTER ZATA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C8D,
        name: "COPTIC SMALL LETTER ZATA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C8E,
        name: "COPTIC CAPITAL LETTER HATE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C8F,
        name: "COPTIC SMALL LETTER HATE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C90,
        name: "COPTIC CAPITAL LETTER THETHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C91,
        name: "COPTIC SMALL LETTER THETHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C92,
        name: "COPTIC CAPITAL LETTER IAUDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C93,
        name: "COPTIC SMALL LETTER IAUDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C94,
        name: "COPTIC CAPITAL LETTER KAPA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C95,
        name: "COPTIC SMALL LETTER KAPA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C96,
        name: "COPTIC CAPITAL LETTER LAULA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C97,
        name: "COPTIC SMALL LETTER LAULA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C98,
        name: "COPTIC CAPITAL LETTER MI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C99,
        name: "COPTIC SMALL LETTER MI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C9A,
        name: "COPTIC CAPITAL LETTER NI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C9B,
        name: "COPTIC SMALL LETTER NI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C9C,
        name: "COPTIC CAPITAL LETTER KSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C9D,
        name: "COPTIC SMALL LETTER KSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C9E,
        name: "COPTIC CAPITAL LETTER O",
    },
    Character {
        age: "4.1",
        codepoint: 0x2C9F,
        name: "COPTIC SMALL LETTER O",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA0,
        name: "COPTIC CAPITAL LETTER PI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA1,
        name: "COPTIC SMALL LETTER PI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA2,
        name: "COPTIC CAPITAL LETTER RO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA3,
        name: "COPTIC SMALL LETTER RO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA4,
        name: "COPTIC CAPITAL LETTER SIMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA5,
        name: "COPTIC SMALL LETTER SIMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA6,
        name: "COPTIC CAPITAL LETTER TAU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA7,
        name: "COPTIC SMALL LETTER TAU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA8,
        name: "COPTIC CAPITAL LETTER UA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CA9,
        name: "COPTIC SMALL LETTER UA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CAA,
        name: "COPTIC CAPITAL LETTER FI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CAB,
        name: "COPTIC SMALL LETTER FI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CAC,
        name: "COPTIC CAPITAL LETTER KHI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CAD,
        name: "COPTIC SMALL LETTER KHI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CAE,
        name: "COPTIC CAPITAL LETTER PSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CAF,
        name: "COPTIC SMALL LETTER PSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB0,
        name: "COPTIC CAPITAL LETTER OOU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB1,
        name: "COPTIC SMALL LETTER OOU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB2,
        name: "COPTIC CAPITAL LETTER DIALECT-P ALEF",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB3,
        name: "COPTIC SMALL LETTER DIALECT-P ALEF",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB4,
        name: "COPTIC CAPITAL LETTER OLD COPTIC AIN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB5,
        name: "COPTIC SMALL LETTER OLD COPTIC AIN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB6,
        name: "COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB7,
        name: "COPTIC SMALL LETTER CRYPTOGRAMMIC EIE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB8,
        name: "COPTIC CAPITAL LETTER DIALECT-P KAPA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CB9,
        name: "COPTIC SMALL LETTER DIALECT-P KAPA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CBA,
        name: "COPTIC CAPITAL LETTER DIALECT-P NI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CBB,
        name: "COPTIC SMALL LETTER DIALECT-P NI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CBC,
        name: "COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CBD,
        name: "COPTIC SMALL LETTER CRYPTOGRAMMIC NI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CBE,
        name: "COPTIC CAPITAL LETTER OLD COPTIC OOU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CBF,
        name: "COPTIC SMALL LETTER OLD COPTIC OOU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC0,
        name: "COPTIC CAPITAL LETTER SAMPI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC1,
        name: "COPTIC SMALL LETTER SAMPI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC2,
        name: "COPTIC CAPITAL LETTER CROSSED SHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC3,
        name: "COPTIC SMALL LETTER CROSSED SHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC4,
        name: "COPTIC CAPITAL LETTER OLD COPTIC SHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC5,
        name: "COPTIC SMALL LETTER OLD COPTIC SHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC6,
        name: "COPTIC CAPITAL LETTER OLD COPTIC ESH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC7,
        name: "COPTIC SMALL LETTER OLD COPTIC ESH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC8,
        name: "COPTIC CAPITAL LETTER AKHMIMIC KHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CC9,
        name: "COPTIC SMALL LETTER AKHMIMIC KHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CCA,
        name: "COPTIC CAPITAL LETTER DIALECT-P HORI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CCB,
        name: "COPTIC SMALL LETTER DIALECT-P HORI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CCC,
        name: "COPTIC CAPITAL LETTER OLD COPTIC HORI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CCD,
        name: "COPTIC SMALL LETTER OLD COPTIC HORI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CCE,
        name: "COPTIC CAPITAL LETTER OLD COPTIC HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CCF,
        name: "COPTIC SMALL LETTER OLD COPTIC HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD0,
        name: "COPTIC CAPITAL LETTER L-SHAPED HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD1,
        name: "COPTIC SMALL LETTER L-SHAPED HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD2,
        name: "COPTIC CAPITAL LETTER OLD COPTIC HEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD3,
        name: "COPTIC SMALL LETTER OLD COPTIC HEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD4,
        name: "COPTIC CAPITAL LETTER OLD COPTIC HAT",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD5,
        name: "COPTIC SMALL LETTER OLD COPTIC HAT",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD6,
        name: "COPTIC CAPITAL LETTER OLD COPTIC GANGIA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD7,
        name: "COPTIC SMALL LETTER OLD COPTIC GANGIA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD8,
        name: "COPTIC CAPITAL LETTER OLD COPTIC DJA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CD9,
        name: "COPTIC SMALL LETTER OLD COPTIC DJA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CDA,
        name: "COPTIC CAPITAL LETTER OLD COPTIC SHIMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CDB,
        name: "COPTIC SMALL LETTER OLD COPTIC SHIMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CDC,
        name: "COPTIC CAPITAL LETTER OLD NUBIAN SHIMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CDD,
        name: "COPTIC SMALL LETTER OLD NUBIAN SHIMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CDE,
        name: "COPTIC CAPITAL LETTER OLD NUBIAN NGI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CDF,
        name: "COPTIC SMALL LETTER OLD NUBIAN NGI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE0,
        name: "COPTIC CAPITAL LETTER OLD NUBIAN NYI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE1,
        name: "COPTIC SMALL LETTER OLD NUBIAN NYI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE2,
        name: "COPTIC CAPITAL LETTER OLD NUBIAN WAU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE3,
        name: "COPTIC SMALL LETTER OLD NUBIAN WAU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE4,
        name: "COPTIC SYMBOL KAI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE5,
        name: "COPTIC SYMBOL MI RO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE6,
        name: "COPTIC SYMBOL PI RO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE7,
        name: "COPTIC SYMBOL STAUROS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE8,
        name: "COPTIC SYMBOL TAU RO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CE9,
        name: "COPTIC SYMBOL KHI RO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CEA,
        name: "COPTIC SYMBOL SHIMA SIMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CEB,
        name: "COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CEC,
        name: "COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CED,
        name: "COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CEE,
        name: "COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CEF,
        name: "COPTIC COMBINING NI ABOVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CF0,
        name: "COPTIC COMBINING SPIRITUS ASPER",
    },
    Character {
        age: "5.2",
        codepoint: 0x2CF1,
        name: "COPTIC COMBINING SPIRITUS LENIS",
    },
    Character {
        age: "6.1",
        codepoint: 0x2CF2,
        name: "COPTIC CAPITAL LETTER BOHAIRIC KHEI",
    },
    Character {
        age: "6.1",
        codepoint: 0x2CF3,
        name: "COPTIC SMALL LETTER BOHAIRIC KHEI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CF9,
        name: "COPTIC OLD NUBIAN FULL STOP",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CFA,
        name: "COPTIC OLD NUBIAN DIRECT QUESTION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CFB,
        name: "COPTIC OLD NUBIAN INDIRECT QUESTION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CFC,
        name: "COPTIC OLD NUBIAN VERSE DIVIDER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CFD,
        name: "COPTIC FRACTION ONE HALF",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CFE,
        name: "COPTIC FULL STOP",
    },
    Character {
        age: "4.1",
        codepoint: 0x2CFF,
        name: "COPTIC MORPHOLOGICAL DIVIDER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D00,
        name: "GEORGIAN SMALL LETTER AN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D01,
        name: "GEORGIAN SMALL LETTER BAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D02,
        name: "GEORGIAN SMALL LETTER GAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D03,
        name: "GEORGIAN SMALL LETTER DON",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D04,
        name: "GEORGIAN SMALL LETTER EN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D05,
        name: "GEORGIAN SMALL LETTER VIN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D06,
        name: "GEORGIAN SMALL LETTER ZEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D07,
        name: "GEORGIAN SMALL LETTER TAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D08,
        name: "GEORGIAN SMALL LETTER IN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D09,
        name: "GEORGIAN SMALL LETTER KAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D0A,
        name: "GEORGIAN SMALL LETTER LAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D0B,
        name: "GEORGIAN SMALL LETTER MAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D0C,
        name: "GEORGIAN SMALL LETTER NAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D0D,
        name: "GEORGIAN SMALL LETTER ON",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D0E,
        name: "GEORGIAN SMALL LETTER PAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D0F,
        name: "GEORGIAN SMALL LETTER ZHAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D10,
        name: "GEORGIAN SMALL LETTER RAE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D11,
        name: "GEORGIAN SMALL LETTER SAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D12,
        name: "GEORGIAN SMALL LETTER TAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D13,
        name: "GEORGIAN SMALL LETTER UN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D14,
        name: "GEORGIAN SMALL LETTER PHAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D15,
        name: "GEORGIAN SMALL LETTER KHAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D16,
        name: "GEORGIAN SMALL LETTER GHAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D17,
        name: "GEORGIAN SMALL LETTER QAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D18,
        name: "GEORGIAN SMALL LETTER SHIN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D19,
        name: "GEORGIAN SMALL LETTER CHIN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D1A,
        name: "GEORGIAN SMALL LETTER CAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D1B,
        name: "GEORGIAN SMALL LETTER JIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D1C,
        name: "GEORGIAN SMALL LETTER CIL",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D1D,
        name: "GEORGIAN SMALL LETTER CHAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D1E,
        name: "GEORGIAN SMALL LETTER XAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D1F,
        name: "GEORGIAN SMALL LETTER JHAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D20,
        name: "GEORGIAN SMALL LETTER HAE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D21,
        name: "GEORGIAN SMALL LETTER HE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D22,
        name: "GEORGIAN SMALL LETTER HIE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D23,
        name: "GEORGIAN SMALL LETTER WE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D24,
        name: "GEORGIAN SMALL LETTER HAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D25,
        name: "GEORGIAN SMALL LETTER HOE",
    },
    Character {
        age: "6.1",
        codepoint: 0x2D27,
        name: "GEORGIAN SMALL LETTER YN",
    },
    Character {
        age: "6.1",
        codepoint: 0x2D2D,
        name: "GEORGIAN SMALL LETTER AEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D30,
        name: "TIFINAGH LETTER YA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D31,
        name: "TIFINAGH LETTER YAB",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D32,
        name: "TIFINAGH LETTER YABH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D33,
        name: "TIFINAGH LETTER YAG",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D34,
        name: "TIFINAGH LETTER YAGHH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D35,
        name: "TIFINAGH LETTER BERBER ACADEMY YAJ",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D36,
        name: "TIFINAGH LETTER YAJ",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D37,
        name: "TIFINAGH LETTER YAD",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D38,
        name: "TIFINAGH LETTER YADH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D39,
        name: "TIFINAGH LETTER YADD",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D3A,
        name: "TIFINAGH LETTER YADDH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D3B,
        name: "TIFINAGH LETTER YEY",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D3C,
        name: "TIFINAGH LETTER YAF",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D3D,
        name: "TIFINAGH LETTER YAK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D3E,
        name: "TIFINAGH LETTER TUAREG YAK",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D3F,
        name: "TIFINAGH LETTER YAKHH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D40,
        name: "TIFINAGH LETTER YAH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D41,
        name: "TIFINAGH LETTER BERBER ACADEMY YAH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D42,
        name: "TIFINAGH LETTER TUAREG YAH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D43,
        name: "TIFINAGH LETTER YAHH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D44,
        name: "TIFINAGH LETTER YAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D45,
        name: "TIFINAGH LETTER YAKH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D46,
        name: "TIFINAGH LETTER TUAREG YAKH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D47,
        name: "TIFINAGH LETTER YAQ",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D48,
        name: "TIFINAGH LETTER TUAREG YAQ",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D49,
        name: "TIFINAGH LETTER YI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D4A,
        name: "TIFINAGH LETTER YAZH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D4B,
        name: "TIFINAGH LETTER AHAGGAR YAZH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D4C,
        name: "TIFINAGH LETTER TUAREG YAZH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D4D,
        name: "TIFINAGH LETTER YAL",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D4E,
        name: "TIFINAGH LETTER YAM",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D4F,
        name: "TIFINAGH LETTER YAN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D50,
        name: "TIFINAGH LETTER TUAREG YAGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D51,
        name: "TIFINAGH LETTER TUAREG YANG",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D52,
        name: "TIFINAGH LETTER YAP",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D53,
        name: "TIFINAGH LETTER YU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D54,
        name: "TIFINAGH LETTER YAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D55,
        name: "TIFINAGH LETTER YARR",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D56,
        name: "TIFINAGH LETTER YAGH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D57,
        name: "TIFINAGH LETTER TUAREG YAGH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D58,
        name: "TIFINAGH LETTER AYER YAGH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D59,
        name: "TIFINAGH LETTER YAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D5A,
        name: "TIFINAGH LETTER YASS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D5B,
        name: "TIFINAGH LETTER YASH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D5C,
        name: "TIFINAGH LETTER YAT",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D5D,
        name: "TIFINAGH LETTER YATH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D5E,
        name: "TIFINAGH LETTER YACH",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D5F,
        name: "TIFINAGH LETTER YATT",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D60,
        name: "TIFINAGH LETTER YAV",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D61,
        name: "TIFINAGH LETTER YAW",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D62,
        name: "TIFINAGH LETTER YAY",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D63,
        name: "TIFINAGH LETTER YAZ",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D64,
        name: "TIFINAGH LETTER TAWELLEMET YAZ",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D65,
        name: "TIFINAGH LETTER YAZZ",
    },
    Character {
        age: "6.1",
        codepoint: 0x2D66,
        name: "TIFINAGH LETTER YE",
    },
    Character {
        age: "6.1",
        codepoint: 0x2D67,
        name: "TIFINAGH LETTER YO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D6F,
        name: "TIFINAGH MODIFIER LETTER LABIALIZATION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x2D70,
        name: "TIFINAGH SEPARATOR MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x2D7F,
        name: "TIFINAGH CONSONANT JOINER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D80,
        name: "ETHIOPIC SYLLABLE LOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D81,
        name: "ETHIOPIC SYLLABLE MOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D82,
        name: "ETHIOPIC SYLLABLE ROA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D83,
        name: "ETHIOPIC SYLLABLE SOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D84,
        name: "ETHIOPIC SYLLABLE SHOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D85,
        name: "ETHIOPIC SYLLABLE BOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D86,
        name: "ETHIOPIC SYLLABLE TOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D87,
        name: "ETHIOPIC SYLLABLE COA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D88,
        name: "ETHIOPIC SYLLABLE NOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D89,
        name: "ETHIOPIC SYLLABLE NYOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D8A,
        name: "ETHIOPIC SYLLABLE GLOTTAL OA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D8B,
        name: "ETHIOPIC SYLLABLE ZOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D8C,
        name: "ETHIOPIC SYLLABLE DOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D8D,
        name: "ETHIOPIC SYLLABLE DDOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D8E,
        name: "ETHIOPIC SYLLABLE JOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D8F,
        name: "ETHIOPIC SYLLABLE THOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D90,
        name: "ETHIOPIC SYLLABLE CHOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D91,
        name: "ETHIOPIC SYLLABLE PHOA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D92,
        name: "ETHIOPIC SYLLABLE POA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D93,
        name: "ETHIOPIC SYLLABLE GGWA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D94,
        name: "ETHIOPIC SYLLABLE GGWI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D95,
        name: "ETHIOPIC SYLLABLE GGWEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2D96,
        name: "ETHIOPIC SYLLABLE GGWE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA0,
        name: "ETHIOPIC SYLLABLE SSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA1,
        name: "ETHIOPIC SYLLABLE SSU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA2,
        name: "ETHIOPIC SYLLABLE SSI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA3,
        name: "ETHIOPIC SYLLABLE SSAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA4,
        name: "ETHIOPIC SYLLABLE SSEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA5,
        name: "ETHIOPIC SYLLABLE SSE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA6,
        name: "ETHIOPIC SYLLABLE SSO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA8,
        name: "ETHIOPIC SYLLABLE CCA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DA9,
        name: "ETHIOPIC SYLLABLE CCU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DAA,
        name: "ETHIOPIC SYLLABLE CCI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DAB,
        name: "ETHIOPIC SYLLABLE CCAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DAC,
        name: "ETHIOPIC SYLLABLE CCEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DAD,
        name: "ETHIOPIC SYLLABLE CCE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DAE,
        name: "ETHIOPIC SYLLABLE CCO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB0,
        name: "ETHIOPIC SYLLABLE ZZA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB1,
        name: "ETHIOPIC SYLLABLE ZZU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB2,
        name: "ETHIOPIC SYLLABLE ZZI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB3,
        name: "ETHIOPIC SYLLABLE ZZAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB4,
        name: "ETHIOPIC SYLLABLE ZZEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB5,
        name: "ETHIOPIC SYLLABLE ZZE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB6,
        name: "ETHIOPIC SYLLABLE ZZO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB8,
        name: "ETHIOPIC SYLLABLE CCHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DB9,
        name: "ETHIOPIC SYLLABLE CCHU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DBA,
        name: "ETHIOPIC SYLLABLE CCHI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DBB,
        name: "ETHIOPIC SYLLABLE CCHAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DBC,
        name: "ETHIOPIC SYLLABLE CCHEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DBD,
        name: "ETHIOPIC SYLLABLE CCHE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DBE,
        name: "ETHIOPIC SYLLABLE CCHO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC0,
        name: "ETHIOPIC SYLLABLE QYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC1,
        name: "ETHIOPIC SYLLABLE QYU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC2,
        name: "ETHIOPIC SYLLABLE QYI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC3,
        name: "ETHIOPIC SYLLABLE QYAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC4,
        name: "ETHIOPIC SYLLABLE QYEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC5,
        name: "ETHIOPIC SYLLABLE QYE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC6,
        name: "ETHIOPIC SYLLABLE QYO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC8,
        name: "ETHIOPIC SYLLABLE KYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DC9,
        name: "ETHIOPIC SYLLABLE KYU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DCA,
        name: "ETHIOPIC SYLLABLE KYI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DCB,
        name: "ETHIOPIC SYLLABLE KYAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DCC,
        name: "ETHIOPIC SYLLABLE KYEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DCD,
        name: "ETHIOPIC SYLLABLE KYE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DCE,
        name: "ETHIOPIC SYLLABLE KYO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD0,
        name: "ETHIOPIC SYLLABLE XYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD1,
        name: "ETHIOPIC SYLLABLE XYU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD2,
        name: "ETHIOPIC SYLLABLE XYI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD3,
        name: "ETHIOPIC SYLLABLE XYAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD4,
        name: "ETHIOPIC SYLLABLE XYEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD5,
        name: "ETHIOPIC SYLLABLE XYE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD6,
        name: "ETHIOPIC SYLLABLE XYO",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD8,
        name: "ETHIOPIC SYLLABLE GYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DD9,
        name: "ETHIOPIC SYLLABLE GYU",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DDA,
        name: "ETHIOPIC SYLLABLE GYI",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DDB,
        name: "ETHIOPIC SYLLABLE GYAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DDC,
        name: "ETHIOPIC SYLLABLE GYEE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DDD,
        name: "ETHIOPIC SYLLABLE GYE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2DDE,
        name: "ETHIOPIC SYLLABLE GYO",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE0,
        name: "COMBINING CYRILLIC LETTER BE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE1,
        name: "COMBINING CYRILLIC LETTER VE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE2,
        name: "COMBINING CYRILLIC LETTER GHE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE3,
        name: "COMBINING CYRILLIC LETTER DE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE4,
        name: "COMBINING CYRILLIC LETTER ZHE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE5,
        name: "COMBINING CYRILLIC LETTER ZE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE6,
        name: "COMBINING CYRILLIC LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE7,
        name: "COMBINING CYRILLIC LETTER EL",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE8,
        name: "COMBINING CYRILLIC LETTER EM",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DE9,
        name: "COMBINING CYRILLIC LETTER EN",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DEA,
        name: "COMBINING CYRILLIC LETTER O",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DEB,
        name: "COMBINING CYRILLIC LETTER PE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DEC,
        name: "COMBINING CYRILLIC LETTER ER",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DED,
        name: "COMBINING CYRILLIC LETTER ES",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DEE,
        name: "COMBINING CYRILLIC LETTER TE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DEF,
        name: "COMBINING CYRILLIC LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF0,
        name: "COMBINING CYRILLIC LETTER TSE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF1,
        name: "COMBINING CYRILLIC LETTER CHE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF2,
        name: "COMBINING CYRILLIC LETTER SHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF3,
        name: "COMBINING CYRILLIC LETTER SHCHA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF4,
        name: "COMBINING CYRILLIC LETTER FITA",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF5,
        name: "COMBINING CYRILLIC LETTER ES-TE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF6,
        name: "COMBINING CYRILLIC LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF7,
        name: "COMBINING CYRILLIC LETTER IE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF8,
        name: "COMBINING CYRILLIC LETTER DJERV",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DF9,
        name: "COMBINING CYRILLIC LETTER MONOGRAPH UK",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DFA,
        name: "COMBINING CYRILLIC LETTER YAT",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DFB,
        name: "COMBINING CYRILLIC LETTER YU",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DFC,
        name: "COMBINING CYRILLIC LETTER IOTIFIED A",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DFD,
        name: "COMBINING CYRILLIC LETTER LITTLE YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DFE,
        name: "COMBINING CYRILLIC LETTER BIG YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2DFF,
        name: "COMBINING CYRILLIC LETTER IOTIFIED BIG YUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E00,
        name: "RIGHT ANGLE SUBSTITUTION MARKER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E01,
        name: "RIGHT ANGLE DOTTED SUBSTITUTION MARKER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E02,
        name: "LEFT SUBSTITUTION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E03,
        name: "RIGHT SUBSTITUTION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E04,
        name: "LEFT DOTTED SUBSTITUTION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E05,
        name: "RIGHT DOTTED SUBSTITUTION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E06,
        name: "RAISED INTERPOLATION MARKER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E07,
        name: "RAISED DOTTED INTERPOLATION MARKER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E08,
        name: "DOTTED TRANSPOSITION MARKER",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E09,
        name: "LEFT TRANSPOSITION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E0A,
        name: "RIGHT TRANSPOSITION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E0B,
        name: "RAISED SQUARE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E0C,
        name: "LEFT RAISED OMISSION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E0D,
        name: "RIGHT RAISED OMISSION BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E0E,
        name: "EDITORIAL CORONIS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E0F,
        name: "PARAGRAPHOS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E10,
        name: "FORKED PARAGRAPHOS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E11,
        name: "REVERSED FORKED PARAGRAPHOS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E12,
        name: "HYPODIASTOLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E13,
        name: "DOTTED OBELOS",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E14,
        name: "DOWNWARDS ANCORA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E15,
        name: "UPWARDS ANCORA",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E16,
        name: "DOTTED RIGHT-POINTING ANGLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E17,
        name: "DOUBLE OBLIQUE HYPHEN",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E18,
        name: "INVERTED INTERROBANG",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E19,
        name: "PALM BRANCH",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E1A,
        name: "HYPHEN WITH DIAERESIS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E1B,
        name: "TILDE WITH RING ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E1C,
        name: "LEFT LOW PARAPHRASE BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0x2E1D,
        name: "RIGHT LOW PARAPHRASE BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E1E,
        name: "TILDE WITH DOT ABOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E1F,
        name: "TILDE WITH DOT BELOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E20,
        name: "LEFT VERTICAL BAR WITH QUILL",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E21,
        name: "RIGHT VERTICAL BAR WITH QUILL",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E22,
        name: "TOP LEFT HALF BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E23,
        name: "TOP RIGHT HALF BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E24,
        name: "BOTTOM LEFT HALF BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E25,
        name: "BOTTOM RIGHT HALF BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E26,
        name: "LEFT SIDEWAYS U BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E27,
        name: "RIGHT SIDEWAYS U BRACKET",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E28,
        name: "LEFT DOUBLE PARENTHESIS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E29,
        name: "RIGHT DOUBLE PARENTHESIS",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E2A,
        name: "TWO DOTS OVER ONE DOT PUNCTUATION",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E2B,
        name: "ONE DOT OVER TWO DOTS PUNCTUATION",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E2C,
        name: "SQUARED FOUR DOT PUNCTUATION",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E2D,
        name: "FIVE DOT MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E2E,
        name: "REVERSED QUESTION MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E2F,
        name: "VERTICAL TILDE",
    },
    Character {
        age: "5.1",
        codepoint: 0x2E30,
        name: "RING POINT",
    },
    Character {
        age: "5.2",
        codepoint: 0x2E31,
        name: "WORD SEPARATOR MIDDLE DOT",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E32,
        name: "TURNED COMMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E33,
        name: "RAISED DOT",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E34,
        name: "RAISED COMMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E35,
        name: "TURNED SEMICOLON",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E36,
        name: "DAGGER WITH LEFT GUARD",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E37,
        name: "DAGGER WITH RIGHT GUARD",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E38,
        name: "TURNED DAGGER",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E39,
        name: "TOP HALF SECTION SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E3A,
        name: "TWO-EM DASH",
    },
    Character {
        age: "6.1",
        codepoint: 0x2E3B,
        name: "THREE-EM DASH",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E3C,
        name: "STENOGRAPHIC FULL STOP",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E3D,
        name: "VERTICAL SIX DOTS",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E3E,
        name: "WIGGLY VERTICAL LINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E3F,
        name: "CAPITULUM",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E40,
        name: "DOUBLE HYPHEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E41,
        name: "REVERSED COMMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x2E42,
        name: "DOUBLE LOW-REVERSED-9 QUOTATION MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x2E43,
        name: "DASH WITH LEFT UPTURN",
    },
    Character {
        age: "9.0",
        codepoint: 0x2E44,
        name: "DOUBLE SUSPENSION MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45,
        name: "INVERTED LOW KAVYKA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46,
        name: "INVERTED LOW KAVYKA WITH KAVYKA ABOVE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47,
        name: "LOW KAVYKA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48,
        name: "LOW KAVYKA WITH DOT",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49,
        name: "DOUBLE STACKED COMMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2E4A,
        name: "DOTTED SOLIDUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x2E4B,
        name: "TRIPLE DAGGER",
    },
    Character {
        age: "11.0",
        codepoint: 0x2E4C,
        name: "MEDIEVAL COMMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x2E4D,
        name: "PARAGRAPHUS MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x2E4E,
        name: "PUNCTUS ELEVATUS MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E80,
        name: "CJK RADICAL REPEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E81,
        name: "CJK RADICAL CLIFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E82,
        name: "CJK RADICAL SECOND ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E83,
        name: "CJK RADICAL SECOND TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E84,
        name: "CJK RADICAL SECOND THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E85,
        name: "CJK RADICAL PERSON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E86,
        name: "CJK RADICAL BOX",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E87,
        name: "CJK RADICAL TABLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E88,
        name: "CJK RADICAL KNIFE ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E89,
        name: "CJK RADICAL KNIFE TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E8A,
        name: "CJK RADICAL DIVINATION",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E8B,
        name: "CJK RADICAL SEAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E8C,
        name: "CJK RADICAL SMALL ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E8D,
        name: "CJK RADICAL SMALL TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E8E,
        name: "CJK RADICAL LAME ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E8F,
        name: "CJK RADICAL LAME TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E90,
        name: "CJK RADICAL LAME THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E91,
        name: "CJK RADICAL LAME FOUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E92,
        name: "CJK RADICAL SNAKE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E93,
        name: "CJK RADICAL THREAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E94,
        name: "CJK RADICAL SNOUT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E95,
        name: "CJK RADICAL SNOUT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E96,
        name: "CJK RADICAL HEART ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E97,
        name: "CJK RADICAL HEART TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E98,
        name: "CJK RADICAL HAND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E99,
        name: "CJK RADICAL RAP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E9B,
        name: "CJK RADICAL CHOKE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E9C,
        name: "CJK RADICAL SUN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E9D,
        name: "CJK RADICAL MOON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E9E,
        name: "CJK RADICAL DEATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2E9F,
        name: "CJK RADICAL MOTHER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA0,
        name: "CJK RADICAL CIVILIAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA1,
        name: "CJK RADICAL WATER ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA2,
        name: "CJK RADICAL WATER TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA3,
        name: "CJK RADICAL FIRE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA4,
        name: "CJK RADICAL PAW ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA5,
        name: "CJK RADICAL PAW TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA6,
        name: "CJK RADICAL SIMPLIFIED HALF TREE TRUNK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA7,
        name: "CJK RADICAL COW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA8,
        name: "CJK RADICAL DOG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EA9,
        name: "CJK RADICAL JADE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EAA,
        name: "CJK RADICAL BOLT OF CLOTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EAB,
        name: "CJK RADICAL EYE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EAC,
        name: "CJK RADICAL SPIRIT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EAD,
        name: "CJK RADICAL SPIRIT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EAE,
        name: "CJK RADICAL BAMBOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EAF,
        name: "CJK RADICAL SILK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB0,
        name: "CJK RADICAL C-SIMPLIFIED SILK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB1,
        name: "CJK RADICAL NET ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB2,
        name: "CJK RADICAL NET TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB3,
        name: "CJK RADICAL NET THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB4,
        name: "CJK RADICAL NET FOUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB5,
        name: "CJK RADICAL MESH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB6,
        name: "CJK RADICAL SHEEP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB7,
        name: "CJK RADICAL RAM",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB8,
        name: "CJK RADICAL EWE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EB9,
        name: "CJK RADICAL OLD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EBA,
        name: "CJK RADICAL BRUSH ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EBB,
        name: "CJK RADICAL BRUSH TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EBC,
        name: "CJK RADICAL MEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EBD,
        name: "CJK RADICAL MORTAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EBE,
        name: "CJK RADICAL GRASS ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EBF,
        name: "CJK RADICAL GRASS TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC0,
        name: "CJK RADICAL GRASS THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC1,
        name: "CJK RADICAL TIGER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC2,
        name: "CJK RADICAL CLOTHES",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC3,
        name: "CJK RADICAL WEST ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC4,
        name: "CJK RADICAL WEST TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC5,
        name: "CJK RADICAL C-SIMPLIFIED SEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC6,
        name: "CJK RADICAL SIMPLIFIED HORN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC7,
        name: "CJK RADICAL HORN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC8,
        name: "CJK RADICAL C-SIMPLIFIED SPEECH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EC9,
        name: "CJK RADICAL C-SIMPLIFIED SHELL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ECA,
        name: "CJK RADICAL FOOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ECB,
        name: "CJK RADICAL C-SIMPLIFIED CART",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ECC,
        name: "CJK RADICAL SIMPLIFIED WALK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ECD,
        name: "CJK RADICAL WALK ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ECE,
        name: "CJK RADICAL WALK TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ECF,
        name: "CJK RADICAL CITY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED0,
        name: "CJK RADICAL C-SIMPLIFIED GOLD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED1,
        name: "CJK RADICAL LONG ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED2,
        name: "CJK RADICAL LONG TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED3,
        name: "CJK RADICAL C-SIMPLIFIED LONG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED4,
        name: "CJK RADICAL C-SIMPLIFIED GATE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED5,
        name: "CJK RADICAL MOUND ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED6,
        name: "CJK RADICAL MOUND TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED7,
        name: "CJK RADICAL RAIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED8,
        name: "CJK RADICAL BLUE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2ED9,
        name: "CJK RADICAL C-SIMPLIFIED TANNED LEATHER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EDA,
        name: "CJK RADICAL C-SIMPLIFIED LEAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EDB,
        name: "CJK RADICAL C-SIMPLIFIED WIND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EDC,
        name: "CJK RADICAL C-SIMPLIFIED FLY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EDD,
        name: "CJK RADICAL EAT ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EDE,
        name: "CJK RADICAL EAT TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EDF,
        name: "CJK RADICAL EAT THREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE0,
        name: "CJK RADICAL C-SIMPLIFIED EAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE1,
        name: "CJK RADICAL HEAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE2,
        name: "CJK RADICAL C-SIMPLIFIED HORSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE3,
        name: "CJK RADICAL BONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE4,
        name: "CJK RADICAL GHOST",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE5,
        name: "CJK RADICAL C-SIMPLIFIED FISH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE6,
        name: "CJK RADICAL C-SIMPLIFIED BIRD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE7,
        name: "CJK RADICAL C-SIMPLIFIED SALT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE8,
        name: "CJK RADICAL SIMPLIFIED WHEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EE9,
        name: "CJK RADICAL SIMPLIFIED YELLOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EEA,
        name: "CJK RADICAL C-SIMPLIFIED FROG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EEB,
        name: "CJK RADICAL J-SIMPLIFIED EVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EEC,
        name: "CJK RADICAL C-SIMPLIFIED EVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EED,
        name: "CJK RADICAL J-SIMPLIFIED TOOTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EEE,
        name: "CJK RADICAL C-SIMPLIFIED TOOTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EEF,
        name: "CJK RADICAL J-SIMPLIFIED DRAGON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EF0,
        name: "CJK RADICAL C-SIMPLIFIED DRAGON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EF1,
        name: "CJK RADICAL TURTLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EF2,
        name: "CJK RADICAL J-SIMPLIFIED TURTLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2EF3,
        name: "CJK RADICAL C-SIMPLIFIED TURTLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F00,
        name: "KANGXI RADICAL ONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F01,
        name: "KANGXI RADICAL LINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F02,
        name: "KANGXI RADICAL DOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F03,
        name: "KANGXI RADICAL SLASH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F04,
        name: "KANGXI RADICAL SECOND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F05,
        name: "KANGXI RADICAL HOOK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F06,
        name: "KANGXI RADICAL TWO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F07,
        name: "KANGXI RADICAL LID",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F08,
        name: "KANGXI RADICAL MAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F09,
        name: "KANGXI RADICAL LEGS",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F0A,
        name: "KANGXI RADICAL ENTER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F0B,
        name: "KANGXI RADICAL EIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F0C,
        name: "KANGXI RADICAL DOWN BOX",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F0D,
        name: "KANGXI RADICAL COVER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F0E,
        name: "KANGXI RADICAL ICE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F0F,
        name: "KANGXI RADICAL TABLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F10,
        name: "KANGXI RADICAL OPEN BOX",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F11,
        name: "KANGXI RADICAL KNIFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F12,
        name: "KANGXI RADICAL POWER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F13,
        name: "KANGXI RADICAL WRAP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F14,
        name: "KANGXI RADICAL SPOON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F15,
        name: "KANGXI RADICAL RIGHT OPEN BOX",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F16,
        name: "KANGXI RADICAL HIDING ENCLOSURE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F17,
        name: "KANGXI RADICAL TEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F18,
        name: "KANGXI RADICAL DIVINATION",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F19,
        name: "KANGXI RADICAL SEAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F1A,
        name: "KANGXI RADICAL CLIFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F1B,
        name: "KANGXI RADICAL PRIVATE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F1C,
        name: "KANGXI RADICAL AGAIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F1D,
        name: "KANGXI RADICAL MOUTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F1E,
        name: "KANGXI RADICAL ENCLOSURE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F1F,
        name: "KANGXI RADICAL EARTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F20,
        name: "KANGXI RADICAL SCHOLAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F21,
        name: "KANGXI RADICAL GO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F22,
        name: "KANGXI RADICAL GO SLOWLY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F23,
        name: "KANGXI RADICAL EVENING",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F24,
        name: "KANGXI RADICAL BIG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F25,
        name: "KANGXI RADICAL WOMAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F26,
        name: "KANGXI RADICAL CHILD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F27,
        name: "KANGXI RADICAL ROOF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F28,
        name: "KANGXI RADICAL INCH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F29,
        name: "KANGXI RADICAL SMALL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F2A,
        name: "KANGXI RADICAL LAME",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F2B,
        name: "KANGXI RADICAL CORPSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F2C,
        name: "KANGXI RADICAL SPROUT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F2D,
        name: "KANGXI RADICAL MOUNTAIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F2E,
        name: "KANGXI RADICAL RIVER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F2F,
        name: "KANGXI RADICAL WORK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F30,
        name: "KANGXI RADICAL ONESELF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F31,
        name: "KANGXI RADICAL TURBAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F32,
        name: "KANGXI RADICAL DRY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F33,
        name: "KANGXI RADICAL SHORT THREAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F34,
        name: "KANGXI RADICAL DOTTED CLIFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F35,
        name: "KANGXI RADICAL LONG STRIDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F36,
        name: "KANGXI RADICAL TWO HANDS",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F37,
        name: "KANGXI RADICAL SHOOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F38,
        name: "KANGXI RADICAL BOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F39,
        name: "KANGXI RADICAL SNOUT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F3A,
        name: "KANGXI RADICAL BRISTLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F3B,
        name: "KANGXI RADICAL STEP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F3C,
        name: "KANGXI RADICAL HEART",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F3D,
        name: "KANGXI RADICAL HALBERD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F3E,
        name: "KANGXI RADICAL DOOR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F3F,
        name: "KANGXI RADICAL HAND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F40,
        name: "KANGXI RADICAL BRANCH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F41,
        name: "KANGXI RADICAL RAP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F42,
        name: "KANGXI RADICAL SCRIPT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F43,
        name: "KANGXI RADICAL DIPPER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F44,
        name: "KANGXI RADICAL AXE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F45,
        name: "KANGXI RADICAL SQUARE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F46,
        name: "KANGXI RADICAL NOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F47,
        name: "KANGXI RADICAL SUN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F48,
        name: "KANGXI RADICAL SAY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F49,
        name: "KANGXI RADICAL MOON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F4A,
        name: "KANGXI RADICAL TREE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F4B,
        name: "KANGXI RADICAL LACK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F4C,
        name: "KANGXI RADICAL STOP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F4D,
        name: "KANGXI RADICAL DEATH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F4E,
        name: "KANGXI RADICAL WEAPON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F4F,
        name: "KANGXI RADICAL DO NOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F50,
        name: "KANGXI RADICAL COMPARE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F51,
        name: "KANGXI RADICAL FUR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F52,
        name: "KANGXI RADICAL CLAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F53,
        name: "KANGXI RADICAL STEAM",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F54,
        name: "KANGXI RADICAL WATER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F55,
        name: "KANGXI RADICAL FIRE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F56,
        name: "KANGXI RADICAL CLAW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F57,
        name: "KANGXI RADICAL FATHER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F58,
        name: "KANGXI RADICAL DOUBLE X",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F59,
        name: "KANGXI RADICAL HALF TREE TRUNK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F5A,
        name: "KANGXI RADICAL SLICE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F5B,
        name: "KANGXI RADICAL FANG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F5C,
        name: "KANGXI RADICAL COW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F5D,
        name: "KANGXI RADICAL DOG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F5E,
        name: "KANGXI RADICAL PROFOUND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F5F,
        name: "KANGXI RADICAL JADE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F60,
        name: "KANGXI RADICAL MELON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F61,
        name: "KANGXI RADICAL TILE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F62,
        name: "KANGXI RADICAL SWEET",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F63,
        name: "KANGXI RADICAL LIFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F64,
        name: "KANGXI RADICAL USE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F65,
        name: "KANGXI RADICAL FIELD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F66,
        name: "KANGXI RADICAL BOLT OF CLOTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F67,
        name: "KANGXI RADICAL SICKNESS",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F68,
        name: "KANGXI RADICAL DOTTED TENT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F69,
        name: "KANGXI RADICAL WHITE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F6A,
        name: "KANGXI RADICAL SKIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F6B,
        name: "KANGXI RADICAL DISH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F6C,
        name: "KANGXI RADICAL EYE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F6D,
        name: "KANGXI RADICAL SPEAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F6E,
        name: "KANGXI RADICAL ARROW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F6F,
        name: "KANGXI RADICAL STONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F70,
        name: "KANGXI RADICAL SPIRIT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F71,
        name: "KANGXI RADICAL TRACK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F72,
        name: "KANGXI RADICAL GRAIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F73,
        name: "KANGXI RADICAL CAVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F74,
        name: "KANGXI RADICAL STAND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F75,
        name: "KANGXI RADICAL BAMBOO",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F76,
        name: "KANGXI RADICAL RICE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F77,
        name: "KANGXI RADICAL SILK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F78,
        name: "KANGXI RADICAL JAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F79,
        name: "KANGXI RADICAL NET",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F7A,
        name: "KANGXI RADICAL SHEEP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F7B,
        name: "KANGXI RADICAL FEATHER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F7C,
        name: "KANGXI RADICAL OLD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F7D,
        name: "KANGXI RADICAL AND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F7E,
        name: "KANGXI RADICAL PLOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F7F,
        name: "KANGXI RADICAL EAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F80,
        name: "KANGXI RADICAL BRUSH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F81,
        name: "KANGXI RADICAL MEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F82,
        name: "KANGXI RADICAL MINISTER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F83,
        name: "KANGXI RADICAL SELF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F84,
        name: "KANGXI RADICAL ARRIVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F85,
        name: "KANGXI RADICAL MORTAR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F86,
        name: "KANGXI RADICAL TONGUE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F87,
        name: "KANGXI RADICAL OPPOSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F88,
        name: "KANGXI RADICAL BOAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F89,
        name: "KANGXI RADICAL STOPPING",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F8A,
        name: "KANGXI RADICAL COLOR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F8B,
        name: "KANGXI RADICAL GRASS",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F8C,
        name: "KANGXI RADICAL TIGER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F8D,
        name: "KANGXI RADICAL INSECT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F8E,
        name: "KANGXI RADICAL BLOOD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F8F,
        name: "KANGXI RADICAL WALK ENCLOSURE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F90,
        name: "KANGXI RADICAL CLOTHES",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F91,
        name: "KANGXI RADICAL WEST",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F92,
        name: "KANGXI RADICAL SEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F93,
        name: "KANGXI RADICAL HORN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F94,
        name: "KANGXI RADICAL SPEECH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F95,
        name: "KANGXI RADICAL VALLEY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F96,
        name: "KANGXI RADICAL BEAN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F97,
        name: "KANGXI RADICAL PIG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F98,
        name: "KANGXI RADICAL BADGER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F99,
        name: "KANGXI RADICAL SHELL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F9A,
        name: "KANGXI RADICAL RED",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F9B,
        name: "KANGXI RADICAL RUN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F9C,
        name: "KANGXI RADICAL FOOT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F9D,
        name: "KANGXI RADICAL BODY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F9E,
        name: "KANGXI RADICAL CART",
    },
    Character {
        age: "3.0",
        codepoint: 0x2F9F,
        name: "KANGXI RADICAL BITTER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA0,
        name: "KANGXI RADICAL MORNING",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA1,
        name: "KANGXI RADICAL WALK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA2,
        name: "KANGXI RADICAL CITY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA3,
        name: "KANGXI RADICAL WINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA4,
        name: "KANGXI RADICAL DISTINGUISH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA5,
        name: "KANGXI RADICAL VILLAGE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA6,
        name: "KANGXI RADICAL GOLD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA7,
        name: "KANGXI RADICAL LONG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA8,
        name: "KANGXI RADICAL GATE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FA9,
        name: "KANGXI RADICAL MOUND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FAA,
        name: "KANGXI RADICAL SLAVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FAB,
        name: "KANGXI RADICAL SHORT TAILED BIRD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FAC,
        name: "KANGXI RADICAL RAIN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FAD,
        name: "KANGXI RADICAL BLUE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FAE,
        name: "KANGXI RADICAL WRONG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FAF,
        name: "KANGXI RADICAL FACE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB0,
        name: "KANGXI RADICAL LEATHER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB1,
        name: "KANGXI RADICAL TANNED LEATHER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB2,
        name: "KANGXI RADICAL LEEK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB3,
        name: "KANGXI RADICAL SOUND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB4,
        name: "KANGXI RADICAL LEAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB5,
        name: "KANGXI RADICAL WIND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB6,
        name: "KANGXI RADICAL FLY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB7,
        name: "KANGXI RADICAL EAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB8,
        name: "KANGXI RADICAL HEAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FB9,
        name: "KANGXI RADICAL FRAGRANT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FBA,
        name: "KANGXI RADICAL HORSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FBB,
        name: "KANGXI RADICAL BONE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FBC,
        name: "KANGXI RADICAL TALL",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FBD,
        name: "KANGXI RADICAL HAIR",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FBE,
        name: "KANGXI RADICAL FIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FBF,
        name: "KANGXI RADICAL SACRIFICIAL WINE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC0,
        name: "KANGXI RADICAL CAULDRON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC1,
        name: "KANGXI RADICAL GHOST",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC2,
        name: "KANGXI RADICAL FISH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC3,
        name: "KANGXI RADICAL BIRD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC4,
        name: "KANGXI RADICAL SALT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC5,
        name: "KANGXI RADICAL DEER",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC6,
        name: "KANGXI RADICAL WHEAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC7,
        name: "KANGXI RADICAL HEMP",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC8,
        name: "KANGXI RADICAL YELLOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FC9,
        name: "KANGXI RADICAL MILLET",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FCA,
        name: "KANGXI RADICAL BLACK",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FCB,
        name: "KANGXI RADICAL EMBROIDERY",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FCC,
        name: "KANGXI RADICAL FROG",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FCD,
        name: "KANGXI RADICAL TRIPOD",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FCE,
        name: "KANGXI RADICAL DRUM",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FCF,
        name: "KANGXI RADICAL RAT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FD0,
        name: "KANGXI RADICAL NOSE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FD1,
        name: "KANGXI RADICAL EVEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FD2,
        name: "KANGXI RADICAL TOOTH",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FD3,
        name: "KANGXI RADICAL DRAGON",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FD4,
        name: "KANGXI RADICAL TURTLE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FD5,
        name: "KANGXI RADICAL FLUTE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF0,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF1,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF2,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF3,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF4,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF5,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF6,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF7,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF8,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FF9,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FFA,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT",
    },
    Character {
        age: "3.0",
        codepoint: 0x2FFB,
        name: "IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID",
    },
    Character {
        age: "1.1",
        codepoint: 0x3000,
        name: "IDEOGRAPHIC SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3001,
        name: "IDEOGRAPHIC COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3002,
        name: "IDEOGRAPHIC FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0x3003,
        name: "DITTO MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3004,
        name: "JAPANESE INDUSTRIAL STANDARD SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3005,
        name: "IDEOGRAPHIC ITERATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3006,
        name: "IDEOGRAPHIC CLOSING MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3007,
        name: "IDEOGRAPHIC NUMBER ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3008,
        name: "LEFT ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3009,
        name: "RIGHT ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x300A,
        name: "LEFT DOUBLE ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x300B,
        name: "RIGHT DOUBLE ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x300C,
        name: "LEFT CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x300D,
        name: "RIGHT CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x300E,
        name: "LEFT WHITE CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x300F,
        name: "RIGHT WHITE CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3010,
        name: "LEFT BLACK LENTICULAR BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3011,
        name: "RIGHT BLACK LENTICULAR BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3012,
        name: "POSTAL MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3013,
        name: "GETA MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3014,
        name: "LEFT TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3015,
        name: "RIGHT TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3016,
        name: "LEFT WHITE LENTICULAR BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3017,
        name: "RIGHT WHITE LENTICULAR BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3018,
        name: "LEFT WHITE TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x3019,
        name: "RIGHT WHITE TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x301A,
        name: "LEFT WHITE SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x301B,
        name: "RIGHT WHITE SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0x301C,
        name: "WAVE DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x301D,
        name: "REVERSED DOUBLE PRIME QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x301E,
        name: "DOUBLE PRIME QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x301F,
        name: "LOW DOUBLE PRIME QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3020,
        name: "POSTAL MARK FACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3021,
        name: "HANGZHOU NUMERAL ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3022,
        name: "HANGZHOU NUMERAL TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3023,
        name: "HANGZHOU NUMERAL THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3024,
        name: "HANGZHOU NUMERAL FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3025,
        name: "HANGZHOU NUMERAL FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3026,
        name: "HANGZHOU NUMERAL SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x3027,
        name: "HANGZHOU NUMERAL SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3028,
        name: "HANGZHOU NUMERAL EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3029,
        name: "HANGZHOU NUMERAL NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x302A,
        name: "IDEOGRAPHIC LEVEL TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x302B,
        name: "IDEOGRAPHIC RISING TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x302C,
        name: "IDEOGRAPHIC DEPARTING TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x302D,
        name: "IDEOGRAPHIC ENTERING TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x302E,
        name: "HANGUL SINGLE DOT TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x302F,
        name: "HANGUL DOUBLE DOT TONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3030,
        name: "WAVY DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3031,
        name: "VERTICAL KANA REPEAT MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3032,
        name: "VERTICAL KANA REPEAT WITH VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3033,
        name: "VERTICAL KANA REPEAT MARK UPPER HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0x3034,
        name: "VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0x3035,
        name: "VERTICAL KANA REPEAT MARK LOWER HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0x3036,
        name: "CIRCLED POSTAL MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3037,
        name: "IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL",
    },
    Character {
        age: "3.0",
        codepoint: 0x3038,
        name: "HANGZHOU NUMERAL TEN",
    },
    Character {
        age: "3.0",
        codepoint: 0x3039,
        name: "HANGZHOU NUMERAL TWENTY",
    },
    Character {
        age: "3.0",
        codepoint: 0x303A,
        name: "HANGZHOU NUMERAL THIRTY",
    },
    Character {
        age: "3.2",
        codepoint: 0x303B,
        name: "VERTICAL IDEOGRAPHIC ITERATION MARK",
    },
    Character {
        age: "3.2",
        codepoint: 0x303C,
        name: "MASU MARK",
    },
    Character {
        age: "3.2",
        codepoint: 0x303D,
        name: "PART ALTERNATION MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x303E,
        name: "IDEOGRAPHIC VARIATION INDICATOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x303F,
        name: "IDEOGRAPHIC HALF FILL SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3041,
        name: "HIRAGANA LETTER SMALL A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3042,
        name: "HIRAGANA LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3043,
        name: "HIRAGANA LETTER SMALL I",
    },
    Character {
        age: "1.1",
        codepoint: 0x3044,
        name: "HIRAGANA LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x3045,
        name: "HIRAGANA LETTER SMALL U",
    },
    Character {
        age: "1.1",
        codepoint: 0x3046,
        name: "HIRAGANA LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x3047,
        name: "HIRAGANA LETTER SMALL E",
    },
    Character {
        age: "1.1",
        codepoint: 0x3048,
        name: "HIRAGANA LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x3049,
        name: "HIRAGANA LETTER SMALL O",
    },
    Character {
        age: "1.1",
        codepoint: 0x304A,
        name: "HIRAGANA LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x304B,
        name: "HIRAGANA LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x304C,
        name: "HIRAGANA LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x304D,
        name: "HIRAGANA LETTER KI",
    },
    Character {
        age: "1.1",
        codepoint: 0x304E,
        name: "HIRAGANA LETTER GI",
    },
    Character {
        age: "1.1",
        codepoint: 0x304F,
        name: "HIRAGANA LETTER KU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3050,
        name: "HIRAGANA LETTER GU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3051,
        name: "HIRAGANA LETTER KE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3052,
        name: "HIRAGANA LETTER GE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3053,
        name: "HIRAGANA LETTER KO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3054,
        name: "HIRAGANA LETTER GO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3055,
        name: "HIRAGANA LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3056,
        name: "HIRAGANA LETTER ZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3057,
        name: "HIRAGANA LETTER SI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3058,
        name: "HIRAGANA LETTER ZI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3059,
        name: "HIRAGANA LETTER SU",
    },
    Character {
        age: "1.1",
        codepoint: 0x305A,
        name: "HIRAGANA LETTER ZU",
    },
    Character {
        age: "1.1",
        codepoint: 0x305B,
        name: "HIRAGANA LETTER SE",
    },
    Character {
        age: "1.1",
        codepoint: 0x305C,
        name: "HIRAGANA LETTER ZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x305D,
        name: "HIRAGANA LETTER SO",
    },
    Character {
        age: "1.1",
        codepoint: 0x305E,
        name: "HIRAGANA LETTER ZO",
    },
    Character {
        age: "1.1",
        codepoint: 0x305F,
        name: "HIRAGANA LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3060,
        name: "HIRAGANA LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3061,
        name: "HIRAGANA LETTER TI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3062,
        name: "HIRAGANA LETTER DI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3063,
        name: "HIRAGANA LETTER SMALL TU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3064,
        name: "HIRAGANA LETTER TU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3065,
        name: "HIRAGANA LETTER DU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3066,
        name: "HIRAGANA LETTER TE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3067,
        name: "HIRAGANA LETTER DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3068,
        name: "HIRAGANA LETTER TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3069,
        name: "HIRAGANA LETTER DO",
    },
    Character {
        age: "1.1",
        codepoint: 0x306A,
        name: "HIRAGANA LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x306B,
        name: "HIRAGANA LETTER NI",
    },
    Character {
        age: "1.1",
        codepoint: 0x306C,
        name: "HIRAGANA LETTER NU",
    },
    Character {
        age: "1.1",
        codepoint: 0x306D,
        name: "HIRAGANA LETTER NE",
    },
    Character {
        age: "1.1",
        codepoint: 0x306E,
        name: "HIRAGANA LETTER NO",
    },
    Character {
        age: "1.1",
        codepoint: 0x306F,
        name: "HIRAGANA LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3070,
        name: "HIRAGANA LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3071,
        name: "HIRAGANA LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3072,
        name: "HIRAGANA LETTER HI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3073,
        name: "HIRAGANA LETTER BI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3074,
        name: "HIRAGANA LETTER PI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3075,
        name: "HIRAGANA LETTER HU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3076,
        name: "HIRAGANA LETTER BU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3077,
        name: "HIRAGANA LETTER PU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3078,
        name: "HIRAGANA LETTER HE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3079,
        name: "HIRAGANA LETTER BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x307A,
        name: "HIRAGANA LETTER PE",
    },
    Character {
        age: "1.1",
        codepoint: 0x307B,
        name: "HIRAGANA LETTER HO",
    },
    Character {
        age: "1.1",
        codepoint: 0x307C,
        name: "HIRAGANA LETTER BO",
    },
    Character {
        age: "1.1",
        codepoint: 0x307D,
        name: "HIRAGANA LETTER PO",
    },
    Character {
        age: "1.1",
        codepoint: 0x307E,
        name: "HIRAGANA LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x307F,
        name: "HIRAGANA LETTER MI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3080,
        name: "HIRAGANA LETTER MU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3081,
        name: "HIRAGANA LETTER ME",
    },
    Character {
        age: "1.1",
        codepoint: 0x3082,
        name: "HIRAGANA LETTER MO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3083,
        name: "HIRAGANA LETTER SMALL YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3084,
        name: "HIRAGANA LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3085,
        name: "HIRAGANA LETTER SMALL YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3086,
        name: "HIRAGANA LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3087,
        name: "HIRAGANA LETTER SMALL YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3088,
        name: "HIRAGANA LETTER YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3089,
        name: "HIRAGANA LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x308A,
        name: "HIRAGANA LETTER RI",
    },
    Character {
        age: "1.1",
        codepoint: 0x308B,
        name: "HIRAGANA LETTER RU",
    },
    Character {
        age: "1.1",
        codepoint: 0x308C,
        name: "HIRAGANA LETTER RE",
    },
    Character {
        age: "1.1",
        codepoint: 0x308D,
        name: "HIRAGANA LETTER RO",
    },
    Character {
        age: "1.1",
        codepoint: 0x308E,
        name: "HIRAGANA LETTER SMALL WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x308F,
        name: "HIRAGANA LETTER WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3090,
        name: "HIRAGANA LETTER WI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3091,
        name: "HIRAGANA LETTER WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3092,
        name: "HIRAGANA LETTER WO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3093,
        name: "HIRAGANA LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x3094,
        name: "HIRAGANA LETTER VU",
    },
    Character {
        age: "3.2",
        codepoint: 0x3095,
        name: "HIRAGANA LETTER SMALL KA",
    },
    Character {
        age: "3.2",
        codepoint: 0x3096,
        name: "HIRAGANA LETTER SMALL KE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3099,
        name: "COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x309A,
        name: "COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x309B,
        name: "KATAKANA-HIRAGANA VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x309C,
        name: "KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x309D,
        name: "HIRAGANA ITERATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x309E,
        name: "HIRAGANA VOICED ITERATION MARK",
    },
    Character {
        age: "3.2",
        codepoint: 0x309F,
        name: "HIRAGANA DIGRAPH YORI",
    },
    Character {
        age: "3.2",
        codepoint: 0x30A0,
        name: "KATAKANA-HIRAGANA DOUBLE HYPHEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A1,
        name: "KATAKANA LETTER SMALL A",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A2,
        name: "KATAKANA LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A3,
        name: "KATAKANA LETTER SMALL I",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A4,
        name: "KATAKANA LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A5,
        name: "KATAKANA LETTER SMALL U",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A6,
        name: "KATAKANA LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A7,
        name: "KATAKANA LETTER SMALL E",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A8,
        name: "KATAKANA LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x30A9,
        name: "KATAKANA LETTER SMALL O",
    },
    Character {
        age: "1.1",
        codepoint: 0x30AA,
        name: "KATAKANA LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x30AB,
        name: "KATAKANA LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30AC,
        name: "KATAKANA LETTER GA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30AD,
        name: "KATAKANA LETTER KI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30AE,
        name: "KATAKANA LETTER GI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30AF,
        name: "KATAKANA LETTER KU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B0,
        name: "KATAKANA LETTER GU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B1,
        name: "KATAKANA LETTER KE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B2,
        name: "KATAKANA LETTER GE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B3,
        name: "KATAKANA LETTER KO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B4,
        name: "KATAKANA LETTER GO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B5,
        name: "KATAKANA LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B6,
        name: "KATAKANA LETTER ZA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B7,
        name: "KATAKANA LETTER SI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B8,
        name: "KATAKANA LETTER ZI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30B9,
        name: "KATAKANA LETTER SU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30BA,
        name: "KATAKANA LETTER ZU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30BB,
        name: "KATAKANA LETTER SE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30BC,
        name: "KATAKANA LETTER ZE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30BD,
        name: "KATAKANA LETTER SO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30BE,
        name: "KATAKANA LETTER ZO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30BF,
        name: "KATAKANA LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C0,
        name: "KATAKANA LETTER DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C1,
        name: "KATAKANA LETTER TI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C2,
        name: "KATAKANA LETTER DI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C3,
        name: "KATAKANA LETTER SMALL TU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C4,
        name: "KATAKANA LETTER TU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C5,
        name: "KATAKANA LETTER DU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C6,
        name: "KATAKANA LETTER TE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C7,
        name: "KATAKANA LETTER DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C8,
        name: "KATAKANA LETTER TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30C9,
        name: "KATAKANA LETTER DO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30CA,
        name: "KATAKANA LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30CB,
        name: "KATAKANA LETTER NI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30CC,
        name: "KATAKANA LETTER NU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30CD,
        name: "KATAKANA LETTER NE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30CE,
        name: "KATAKANA LETTER NO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30CF,
        name: "KATAKANA LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D0,
        name: "KATAKANA LETTER BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D1,
        name: "KATAKANA LETTER PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D2,
        name: "KATAKANA LETTER HI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D3,
        name: "KATAKANA LETTER BI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D4,
        name: "KATAKANA LETTER PI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D5,
        name: "KATAKANA LETTER HU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D6,
        name: "KATAKANA LETTER BU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D7,
        name: "KATAKANA LETTER PU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D8,
        name: "KATAKANA LETTER HE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30D9,
        name: "KATAKANA LETTER BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30DA,
        name: "KATAKANA LETTER PE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30DB,
        name: "KATAKANA LETTER HO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30DC,
        name: "KATAKANA LETTER BO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30DD,
        name: "KATAKANA LETTER PO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30DE,
        name: "KATAKANA LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30DF,
        name: "KATAKANA LETTER MI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E0,
        name: "KATAKANA LETTER MU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E1,
        name: "KATAKANA LETTER ME",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E2,
        name: "KATAKANA LETTER MO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E3,
        name: "KATAKANA LETTER SMALL YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E4,
        name: "KATAKANA LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E5,
        name: "KATAKANA LETTER SMALL YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E6,
        name: "KATAKANA LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E7,
        name: "KATAKANA LETTER SMALL YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E8,
        name: "KATAKANA LETTER YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30E9,
        name: "KATAKANA LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30EA,
        name: "KATAKANA LETTER RI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30EB,
        name: "KATAKANA LETTER RU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30EC,
        name: "KATAKANA LETTER RE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30ED,
        name: "KATAKANA LETTER RO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30EE,
        name: "KATAKANA LETTER SMALL WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30EF,
        name: "KATAKANA LETTER WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F0,
        name: "KATAKANA LETTER WI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F1,
        name: "KATAKANA LETTER WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F2,
        name: "KATAKANA LETTER WO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F3,
        name: "KATAKANA LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F4,
        name: "KATAKANA LETTER VU",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F5,
        name: "KATAKANA LETTER SMALL KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F6,
        name: "KATAKANA LETTER SMALL KE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F7,
        name: "KATAKANA LETTER VA",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F8,
        name: "KATAKANA LETTER VI",
    },
    Character {
        age: "1.1",
        codepoint: 0x30F9,
        name: "KATAKANA LETTER VE",
    },
    Character {
        age: "1.1",
        codepoint: 0x30FA,
        name: "KATAKANA LETTER VO",
    },
    Character {
        age: "1.1",
        codepoint: 0x30FB,
        name: "KATAKANA MIDDLE DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0x30FC,
        name: "KATAKANA-HIRAGANA PROLONGED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x30FD,
        name: "KATAKANA ITERATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x30FE,
        name: "KATAKANA VOICED ITERATION MARK",
    },
    Character {
        age: "3.2",
        codepoint: 0x30FF,
        name: "KATAKANA DIGRAPH KOTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3105,
        name: "BOPOMOFO LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0x3106,
        name: "BOPOMOFO LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0x3107,
        name: "BOPOMOFO LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x3108,
        name: "BOPOMOFO LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0x3109,
        name: "BOPOMOFO LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0x310A,
        name: "BOPOMOFO LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0x310B,
        name: "BOPOMOFO LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0x310C,
        name: "BOPOMOFO LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0x310D,
        name: "BOPOMOFO LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0x310E,
        name: "BOPOMOFO LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0x310F,
        name: "BOPOMOFO LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0x3110,
        name: "BOPOMOFO LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0x3111,
        name: "BOPOMOFO LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0x3112,
        name: "BOPOMOFO LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0x3113,
        name: "BOPOMOFO LETTER ZH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3114,
        name: "BOPOMOFO LETTER CH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3115,
        name: "BOPOMOFO LETTER SH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3116,
        name: "BOPOMOFO LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0x3117,
        name: "BOPOMOFO LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0x3118,
        name: "BOPOMOFO LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0x3119,
        name: "BOPOMOFO LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x311A,
        name: "BOPOMOFO LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x311B,
        name: "BOPOMOFO LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x311C,
        name: "BOPOMOFO LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x311D,
        name: "BOPOMOFO LETTER EH",
    },
    Character {
        age: "1.1",
        codepoint: 0x311E,
        name: "BOPOMOFO LETTER AI",
    },
    Character {
        age: "1.1",
        codepoint: 0x311F,
        name: "BOPOMOFO LETTER EI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3120,
        name: "BOPOMOFO LETTER AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3121,
        name: "BOPOMOFO LETTER OU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3122,
        name: "BOPOMOFO LETTER AN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3123,
        name: "BOPOMOFO LETTER EN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3124,
        name: "BOPOMOFO LETTER ANG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3125,
        name: "BOPOMOFO LETTER ENG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3126,
        name: "BOPOMOFO LETTER ER",
    },
    Character {
        age: "1.1",
        codepoint: 0x3127,
        name: "BOPOMOFO LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x3128,
        name: "BOPOMOFO LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x3129,
        name: "BOPOMOFO LETTER IU",
    },
    Character {
        age: "1.1",
        codepoint: 0x312A,
        name: "BOPOMOFO LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0x312B,
        name: "BOPOMOFO LETTER NG",
    },
    Character {
        age: "1.1",
        codepoint: 0x312C,
        name: "BOPOMOFO LETTER GN",
    },
    Character {
        age: "5.1",
        codepoint: 0x312D,
        name: "BOPOMOFO LETTER IH",
    },
    Character {
        age: "10.0",
        codepoint: 0x312E,
        name: "BOPOMOFO LETTER O WITH DOT ABOVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x312F,
        name: "BOPOMOFO LETTER NN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3131,
        name: "HANGUL LETTER KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3132,
        name: "HANGUL LETTER SSANGKIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3133,
        name: "HANGUL LETTER KIYEOK-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3134,
        name: "HANGUL LETTER NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3135,
        name: "HANGUL LETTER NIEUN-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x3136,
        name: "HANGUL LETTER NIEUN-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3137,
        name: "HANGUL LETTER TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3138,
        name: "HANGUL LETTER SSANGTIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3139,
        name: "HANGUL LETTER RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x313A,
        name: "HANGUL LETTER RIEUL-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x313B,
        name: "HANGUL LETTER RIEUL-MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x313C,
        name: "HANGUL LETTER RIEUL-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x313D,
        name: "HANGUL LETTER RIEUL-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x313E,
        name: "HANGUL LETTER RIEUL-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x313F,
        name: "HANGUL LETTER RIEUL-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3140,
        name: "HANGUL LETTER RIEUL-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3141,
        name: "HANGUL LETTER MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x3142,
        name: "HANGUL LETTER PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x3143,
        name: "HANGUL LETTER SSANGPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x3144,
        name: "HANGUL LETTER PIEUP-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3145,
        name: "HANGUL LETTER SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3146,
        name: "HANGUL LETTER SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3147,
        name: "HANGUL LETTER IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3148,
        name: "HANGUL LETTER CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x3149,
        name: "HANGUL LETTER SSANGCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x314A,
        name: "HANGUL LETTER CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x314B,
        name: "HANGUL LETTER KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x314C,
        name: "HANGUL LETTER THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x314D,
        name: "HANGUL LETTER PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x314E,
        name: "HANGUL LETTER HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x314F,
        name: "HANGUL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3150,
        name: "HANGUL LETTER AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3151,
        name: "HANGUL LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3152,
        name: "HANGUL LETTER YAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3153,
        name: "HANGUL LETTER EO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3154,
        name: "HANGUL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0x3155,
        name: "HANGUL LETTER YEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3156,
        name: "HANGUL LETTER YE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3157,
        name: "HANGUL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0x3158,
        name: "HANGUL LETTER WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3159,
        name: "HANGUL LETTER WAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x315A,
        name: "HANGUL LETTER OE",
    },
    Character {
        age: "1.1",
        codepoint: 0x315B,
        name: "HANGUL LETTER YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x315C,
        name: "HANGUL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0x315D,
        name: "HANGUL LETTER WEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x315E,
        name: "HANGUL LETTER WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x315F,
        name: "HANGUL LETTER WI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3160,
        name: "HANGUL LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3161,
        name: "HANGUL LETTER EU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3162,
        name: "HANGUL LETTER YI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3163,
        name: "HANGUL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0x3164,
        name: "HANGUL FILLER",
    },
    Character {
        age: "1.1",
        codepoint: 0x3165,
        name: "HANGUL LETTER SSANGNIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3166,
        name: "HANGUL LETTER NIEUN-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3167,
        name: "HANGUL LETTER NIEUN-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3168,
        name: "HANGUL LETTER NIEUN-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3169,
        name: "HANGUL LETTER RIEUL-KIYEOK-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x316A,
        name: "HANGUL LETTER RIEUL-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x316B,
        name: "HANGUL LETTER RIEUL-PIEUP-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x316C,
        name: "HANGUL LETTER RIEUL-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x316D,
        name: "HANGUL LETTER RIEUL-YEORINHIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x316E,
        name: "HANGUL LETTER MIEUM-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x316F,
        name: "HANGUL LETTER MIEUM-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3170,
        name: "HANGUL LETTER MIEUM-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3171,
        name: "HANGUL LETTER KAPYEOUNMIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x3172,
        name: "HANGUL LETTER PIEUP-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3173,
        name: "HANGUL LETTER PIEUP-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3174,
        name: "HANGUL LETTER PIEUP-SIOS-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3175,
        name: "HANGUL LETTER PIEUP-SIOS-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3176,
        name: "HANGUL LETTER PIEUP-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x3177,
        name: "HANGUL LETTER PIEUP-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3178,
        name: "HANGUL LETTER KAPYEOUNPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x3179,
        name: "HANGUL LETTER KAPYEOUNSSANGPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x317A,
        name: "HANGUL LETTER SIOS-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x317B,
        name: "HANGUL LETTER SIOS-NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x317C,
        name: "HANGUL LETTER SIOS-TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x317D,
        name: "HANGUL LETTER SIOS-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x317E,
        name: "HANGUL LETTER SIOS-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x317F,
        name: "HANGUL LETTER PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3180,
        name: "HANGUL LETTER SSANGIEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3181,
        name: "HANGUL LETTER YESIEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3182,
        name: "HANGUL LETTER YESIEUNG-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3183,
        name: "HANGUL LETTER YESIEUNG-PANSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3184,
        name: "HANGUL LETTER KAPYEOUNPHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3185,
        name: "HANGUL LETTER SSANGHIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3186,
        name: "HANGUL LETTER YEORINHIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3187,
        name: "HANGUL LETTER YO-YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3188,
        name: "HANGUL LETTER YO-YAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3189,
        name: "HANGUL LETTER YO-I",
    },
    Character {
        age: "1.1",
        codepoint: 0x318A,
        name: "HANGUL LETTER YU-YEO",
    },
    Character {
        age: "1.1",
        codepoint: 0x318B,
        name: "HANGUL LETTER YU-YE",
    },
    Character {
        age: "1.1",
        codepoint: 0x318C,
        name: "HANGUL LETTER YU-I",
    },
    Character {
        age: "1.1",
        codepoint: 0x318D,
        name: "HANGUL LETTER ARAEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x318E,
        name: "HANGUL LETTER ARAEAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3190,
        name: "IDEOGRAPHIC ANNOTATION LINKING MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3191,
        name: "IDEOGRAPHIC ANNOTATION REVERSE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3192,
        name: "IDEOGRAPHIC ANNOTATION ONE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3193,
        name: "IDEOGRAPHIC ANNOTATION TWO MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3194,
        name: "IDEOGRAPHIC ANNOTATION THREE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3195,
        name: "IDEOGRAPHIC ANNOTATION FOUR MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3196,
        name: "IDEOGRAPHIC ANNOTATION TOP MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3197,
        name: "IDEOGRAPHIC ANNOTATION MIDDLE MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3198,
        name: "IDEOGRAPHIC ANNOTATION BOTTOM MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3199,
        name: "IDEOGRAPHIC ANNOTATION FIRST MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x319A,
        name: "IDEOGRAPHIC ANNOTATION SECOND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x319B,
        name: "IDEOGRAPHIC ANNOTATION THIRD MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x319C,
        name: "IDEOGRAPHIC ANNOTATION FOURTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x319D,
        name: "IDEOGRAPHIC ANNOTATION HEAVEN MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x319E,
        name: "IDEOGRAPHIC ANNOTATION EARTH MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0x319F,
        name: "IDEOGRAPHIC ANNOTATION MAN MARK",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A0,
        name: "BOPOMOFO LETTER BU",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A1,
        name: "BOPOMOFO LETTER ZI",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A2,
        name: "BOPOMOFO LETTER JI",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A3,
        name: "BOPOMOFO LETTER GU",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A4,
        name: "BOPOMOFO LETTER EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A5,
        name: "BOPOMOFO LETTER ENN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A6,
        name: "BOPOMOFO LETTER OO",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A7,
        name: "BOPOMOFO LETTER ONN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A8,
        name: "BOPOMOFO LETTER IR",
    },
    Character {
        age: "3.0",
        codepoint: 0x31A9,
        name: "BOPOMOFO LETTER ANN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31AA,
        name: "BOPOMOFO LETTER INN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31AB,
        name: "BOPOMOFO LETTER UNN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31AC,
        name: "BOPOMOFO LETTER IM",
    },
    Character {
        age: "3.0",
        codepoint: 0x31AD,
        name: "BOPOMOFO LETTER NGG",
    },
    Character {
        age: "3.0",
        codepoint: 0x31AE,
        name: "BOPOMOFO LETTER AINN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31AF,
        name: "BOPOMOFO LETTER AUNN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B0,
        name: "BOPOMOFO LETTER AM",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B1,
        name: "BOPOMOFO LETTER OM",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B2,
        name: "BOPOMOFO LETTER ONG",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B3,
        name: "BOPOMOFO LETTER INNN",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B4,
        name: "BOPOMOFO FINAL LETTER P",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B5,
        name: "BOPOMOFO FINAL LETTER T",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B6,
        name: "BOPOMOFO FINAL LETTER K",
    },
    Character {
        age: "3.0",
        codepoint: 0x31B7,
        name: "BOPOMOFO FINAL LETTER H",
    },
    Character {
        age: "6.0",
        codepoint: 0x31B8,
        name: "BOPOMOFO LETTER GH",
    },
    Character {
        age: "6.0",
        codepoint: 0x31B9,
        name: "BOPOMOFO LETTER LH",
    },
    Character {
        age: "6.0",
        codepoint: 0x31BA,
        name: "BOPOMOFO LETTER ZY",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C0,
        name: "CJK STROKE T",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C1,
        name: "CJK STROKE WG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C2,
        name: "CJK STROKE XG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C3,
        name: "CJK STROKE BXG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C4,
        name: "CJK STROKE SW",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C5,
        name: "CJK STROKE HZZ",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C6,
        name: "CJK STROKE HZG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C7,
        name: "CJK STROKE HP",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C8,
        name: "CJK STROKE HZWG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31C9,
        name: "CJK STROKE SZWG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31CA,
        name: "CJK STROKE HZT",
    },
    Character {
        age: "4.1",
        codepoint: 0x31CB,
        name: "CJK STROKE HZZP",
    },
    Character {
        age: "4.1",
        codepoint: 0x31CC,
        name: "CJK STROKE HPWG",
    },
    Character {
        age: "4.1",
        codepoint: 0x31CD,
        name: "CJK STROKE HZW",
    },
    Character {
        age: "4.1",
        codepoint: 0x31CE,
        name: "CJK STROKE HZZZ",
    },
    Character {
        age: "4.1",
        codepoint: 0x31CF,
        name: "CJK STROKE N",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D0,
        name: "CJK STROKE H",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D1,
        name: "CJK STROKE S",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D2,
        name: "CJK STROKE P",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D3,
        name: "CJK STROKE SP",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D4,
        name: "CJK STROKE D",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D5,
        name: "CJK STROKE HZ",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D6,
        name: "CJK STROKE HG",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D7,
        name: "CJK STROKE SZ",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D8,
        name: "CJK STROKE SWZ",
    },
    Character {
        age: "5.1",
        codepoint: 0x31D9,
        name: "CJK STROKE ST",
    },
    Character {
        age: "5.1",
        codepoint: 0x31DA,
        name: "CJK STROKE SG",
    },
    Character {
        age: "5.1",
        codepoint: 0x31DB,
        name: "CJK STROKE PD",
    },
    Character {
        age: "5.1",
        codepoint: 0x31DC,
        name: "CJK STROKE PZ",
    },
    Character {
        age: "5.1",
        codepoint: 0x31DD,
        name: "CJK STROKE TN",
    },
    Character {
        age: "5.1",
        codepoint: 0x31DE,
        name: "CJK STROKE SZZ",
    },
    Character {
        age: "5.1",
        codepoint: 0x31DF,
        name: "CJK STROKE SWG",
    },
    Character {
        age: "5.1",
        codepoint: 0x31E0,
        name: "CJK STROKE HXWG",
    },
    Character {
        age: "5.1",
        codepoint: 0x31E1,
        name: "CJK STROKE HZZZG",
    },
    Character {
        age: "5.1",
        codepoint: 0x31E2,
        name: "CJK STROKE PG",
    },
    Character {
        age: "5.1",
        codepoint: 0x31E3,
        name: "CJK STROKE Q",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F0,
        name: "KATAKANA LETTER SMALL KU",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F1,
        name: "KATAKANA LETTER SMALL SI",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F2,
        name: "KATAKANA LETTER SMALL SU",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F3,
        name: "KATAKANA LETTER SMALL TO",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F4,
        name: "KATAKANA LETTER SMALL NU",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F5,
        name: "KATAKANA LETTER SMALL HA",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F6,
        name: "KATAKANA LETTER SMALL HI",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F7,
        name: "KATAKANA LETTER SMALL HU",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F8,
        name: "KATAKANA LETTER SMALL HE",
    },
    Character {
        age: "3.2",
        codepoint: 0x31F9,
        name: "KATAKANA LETTER SMALL HO",
    },
    Character {
        age: "3.2",
        codepoint: 0x31FA,
        name: "KATAKANA LETTER SMALL MU",
    },
    Character {
        age: "3.2",
        codepoint: 0x31FB,
        name: "KATAKANA LETTER SMALL RA",
    },
    Character {
        age: "3.2",
        codepoint: 0x31FC,
        name: "KATAKANA LETTER SMALL RI",
    },
    Character {
        age: "3.2",
        codepoint: 0x31FD,
        name: "KATAKANA LETTER SMALL RU",
    },
    Character {
        age: "3.2",
        codepoint: 0x31FE,
        name: "KATAKANA LETTER SMALL RE",
    },
    Character {
        age: "3.2",
        codepoint: 0x31FF,
        name: "KATAKANA LETTER SMALL RO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3200,
        name: "PARENTHESIZED HANGUL KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3201,
        name: "PARENTHESIZED HANGUL NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3202,
        name: "PARENTHESIZED HANGUL TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3203,
        name: "PARENTHESIZED HANGUL RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3204,
        name: "PARENTHESIZED HANGUL MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x3205,
        name: "PARENTHESIZED HANGUL PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x3206,
        name: "PARENTHESIZED HANGUL SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3207,
        name: "PARENTHESIZED HANGUL IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3208,
        name: "PARENTHESIZED HANGUL CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x3209,
        name: "PARENTHESIZED HANGUL CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x320A,
        name: "PARENTHESIZED HANGUL KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x320B,
        name: "PARENTHESIZED HANGUL THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x320C,
        name: "PARENTHESIZED HANGUL PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x320D,
        name: "PARENTHESIZED HANGUL HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x320E,
        name: "PARENTHESIZED HANGUL KIYEOK A",
    },
    Character {
        age: "1.1",
        codepoint: 0x320F,
        name: "PARENTHESIZED HANGUL NIEUN A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3210,
        name: "PARENTHESIZED HANGUL TIKEUT A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3211,
        name: "PARENTHESIZED HANGUL RIEUL A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3212,
        name: "PARENTHESIZED HANGUL MIEUM A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3213,
        name: "PARENTHESIZED HANGUL PIEUP A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3214,
        name: "PARENTHESIZED HANGUL SIOS A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3215,
        name: "PARENTHESIZED HANGUL IEUNG A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3216,
        name: "PARENTHESIZED HANGUL CIEUC A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3217,
        name: "PARENTHESIZED HANGUL CHIEUCH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3218,
        name: "PARENTHESIZED HANGUL KHIEUKH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3219,
        name: "PARENTHESIZED HANGUL THIEUTH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x321A,
        name: "PARENTHESIZED HANGUL PHIEUPH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x321B,
        name: "PARENTHESIZED HANGUL HIEUH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x321C,
        name: "PARENTHESIZED HANGUL CIEUC U",
    },
    Character {
        age: "4.0",
        codepoint: 0x321D,
        name: "PARENTHESIZED KOREAN CHARACTER OJEON",
    },
    Character {
        age: "4.0",
        codepoint: 0x321E,
        name: "PARENTHESIZED KOREAN CHARACTER O HU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3220,
        name: "PARENTHESIZED IDEOGRAPH ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3221,
        name: "PARENTHESIZED IDEOGRAPH TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3222,
        name: "PARENTHESIZED IDEOGRAPH THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3223,
        name: "PARENTHESIZED IDEOGRAPH FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3224,
        name: "PARENTHESIZED IDEOGRAPH FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3225,
        name: "PARENTHESIZED IDEOGRAPH SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x3226,
        name: "PARENTHESIZED IDEOGRAPH SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3227,
        name: "PARENTHESIZED IDEOGRAPH EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3228,
        name: "PARENTHESIZED IDEOGRAPH NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3229,
        name: "PARENTHESIZED IDEOGRAPH TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x322A,
        name: "PARENTHESIZED IDEOGRAPH MOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x322B,
        name: "PARENTHESIZED IDEOGRAPH FIRE",
    },
    Character {
        age: "1.1",
        codepoint: 0x322C,
        name: "PARENTHESIZED IDEOGRAPH WATER",
    },
    Character {
        age: "1.1",
        codepoint: 0x322D,
        name: "PARENTHESIZED IDEOGRAPH WOOD",
    },
    Character {
        age: "1.1",
        codepoint: 0x322E,
        name: "PARENTHESIZED IDEOGRAPH METAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x322F,
        name: "PARENTHESIZED IDEOGRAPH EARTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3230,
        name: "PARENTHESIZED IDEOGRAPH SUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3231,
        name: "PARENTHESIZED IDEOGRAPH STOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3232,
        name: "PARENTHESIZED IDEOGRAPH HAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3233,
        name: "PARENTHESIZED IDEOGRAPH SOCIETY",
    },
    Character {
        age: "1.1",
        codepoint: 0x3234,
        name: "PARENTHESIZED IDEOGRAPH NAME",
    },
    Character {
        age: "1.1",
        codepoint: 0x3235,
        name: "PARENTHESIZED IDEOGRAPH SPECIAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3236,
        name: "PARENTHESIZED IDEOGRAPH FINANCIAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3237,
        name: "PARENTHESIZED IDEOGRAPH CONGRATULATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x3238,
        name: "PARENTHESIZED IDEOGRAPH LABOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3239,
        name: "PARENTHESIZED IDEOGRAPH REPRESENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x323A,
        name: "PARENTHESIZED IDEOGRAPH CALL",
    },
    Character {
        age: "1.1",
        codepoint: 0x323B,
        name: "PARENTHESIZED IDEOGRAPH STUDY",
    },
    Character {
        age: "1.1",
        codepoint: 0x323C,
        name: "PARENTHESIZED IDEOGRAPH SUPERVISE",
    },
    Character {
        age: "1.1",
        codepoint: 0x323D,
        name: "PARENTHESIZED IDEOGRAPH ENTERPRISE",
    },
    Character {
        age: "1.1",
        codepoint: 0x323E,
        name: "PARENTHESIZED IDEOGRAPH RESOURCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x323F,
        name: "PARENTHESIZED IDEOGRAPH ALLIANCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3240,
        name: "PARENTHESIZED IDEOGRAPH FESTIVAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3241,
        name: "PARENTHESIZED IDEOGRAPH REST",
    },
    Character {
        age: "1.1",
        codepoint: 0x3242,
        name: "PARENTHESIZED IDEOGRAPH SELF",
    },
    Character {
        age: "1.1",
        codepoint: 0x3243,
        name: "PARENTHESIZED IDEOGRAPH REACH",
    },
    Character {
        age: "5.2",
        codepoint: 0x3244,
        name: "CIRCLED IDEOGRAPH QUESTION",
    },
    Character {
        age: "5.2",
        codepoint: 0x3245,
        name: "CIRCLED IDEOGRAPH KINDERGARTEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x3246,
        name: "CIRCLED IDEOGRAPH SCHOOL",
    },
    Character {
        age: "5.2",
        codepoint: 0x3247,
        name: "CIRCLED IDEOGRAPH KOTO",
    },
    Character {
        age: "5.2",
        codepoint: 0x3248,
        name: "CIRCLED NUMBER TEN ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x3249,
        name: "CIRCLED NUMBER TWENTY ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x324A,
        name: "CIRCLED NUMBER THIRTY ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x324B,
        name: "CIRCLED NUMBER FORTY ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x324C,
        name: "CIRCLED NUMBER FIFTY ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x324D,
        name: "CIRCLED NUMBER SIXTY ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x324E,
        name: "CIRCLED NUMBER SEVENTY ON BLACK SQUARE",
    },
    Character {
        age: "5.2",
        codepoint: 0x324F,
        name: "CIRCLED NUMBER EIGHTY ON BLACK SQUARE",
    },
    Character {
        age: "4.0",
        codepoint: 0x3250,
        name: "PARTNERSHIP SIGN",
    },
    Character {
        age: "3.2",
        codepoint: 0x3251,
        name: "CIRCLED NUMBER TWENTY ONE",
    },
    Character {
        age: "3.2",
        codepoint: 0x3252,
        name: "CIRCLED NUMBER TWENTY TWO",
    },
    Character {
        age: "3.2",
        codepoint: 0x3253,
        name: "CIRCLED NUMBER TWENTY THREE",
    },
    Character {
        age: "3.2",
        codepoint: 0x3254,
        name: "CIRCLED NUMBER TWENTY FOUR",
    },
    Character {
        age: "3.2",
        codepoint: 0x3255,
        name: "CIRCLED NUMBER TWENTY FIVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x3256,
        name: "CIRCLED NUMBER TWENTY SIX",
    },
    Character {
        age: "3.2",
        codepoint: 0x3257,
        name: "CIRCLED NUMBER TWENTY SEVEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x3258,
        name: "CIRCLED NUMBER TWENTY EIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x3259,
        name: "CIRCLED NUMBER TWENTY NINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x325A,
        name: "CIRCLED NUMBER THIRTY",
    },
    Character {
        age: "3.2",
        codepoint: 0x325B,
        name: "CIRCLED NUMBER THIRTY ONE",
    },
    Character {
        age: "3.2",
        codepoint: 0x325C,
        name: "CIRCLED NUMBER THIRTY TWO",
    },
    Character {
        age: "3.2",
        codepoint: 0x325D,
        name: "CIRCLED NUMBER THIRTY THREE",
    },
    Character {
        age: "3.2",
        codepoint: 0x325E,
        name: "CIRCLED NUMBER THIRTY FOUR",
    },
    Character {
        age: "3.2",
        codepoint: 0x325F,
        name: "CIRCLED NUMBER THIRTY FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3260,
        name: "CIRCLED HANGUL KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3261,
        name: "CIRCLED HANGUL NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3262,
        name: "CIRCLED HANGUL TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3263,
        name: "CIRCLED HANGUL RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3264,
        name: "CIRCLED HANGUL MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0x3265,
        name: "CIRCLED HANGUL PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0x3266,
        name: "CIRCLED HANGUL SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3267,
        name: "CIRCLED HANGUL IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3268,
        name: "CIRCLED HANGUL CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0x3269,
        name: "CIRCLED HANGUL CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x326A,
        name: "CIRCLED HANGUL KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0x326B,
        name: "CIRCLED HANGUL THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x326C,
        name: "CIRCLED HANGUL PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0x326D,
        name: "CIRCLED HANGUL HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0x326E,
        name: "CIRCLED HANGUL KIYEOK A",
    },
    Character {
        age: "1.1",
        codepoint: 0x326F,
        name: "CIRCLED HANGUL NIEUN A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3270,
        name: "CIRCLED HANGUL TIKEUT A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3271,
        name: "CIRCLED HANGUL RIEUL A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3272,
        name: "CIRCLED HANGUL MIEUM A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3273,
        name: "CIRCLED HANGUL PIEUP A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3274,
        name: "CIRCLED HANGUL SIOS A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3275,
        name: "CIRCLED HANGUL IEUNG A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3276,
        name: "CIRCLED HANGUL CIEUC A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3277,
        name: "CIRCLED HANGUL CHIEUCH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3278,
        name: "CIRCLED HANGUL KHIEUKH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3279,
        name: "CIRCLED HANGUL THIEUTH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x327A,
        name: "CIRCLED HANGUL PHIEUPH A",
    },
    Character {
        age: "1.1",
        codepoint: 0x327B,
        name: "CIRCLED HANGUL HIEUH A",
    },
    Character {
        age: "4.0",
        codepoint: 0x327C,
        name: "CIRCLED KOREAN CHARACTER CHAMKO",
    },
    Character {
        age: "4.0",
        codepoint: 0x327D,
        name: "CIRCLED KOREAN CHARACTER JUEUI",
    },
    Character {
        age: "4.1",
        codepoint: 0x327E,
        name: "CIRCLED HANGUL IEUNG U",
    },
    Character {
        age: "1.1",
        codepoint: 0x327F,
        name: "KOREAN STANDARD SYMBOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3280,
        name: "CIRCLED IDEOGRAPH ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3281,
        name: "CIRCLED IDEOGRAPH TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3282,
        name: "CIRCLED IDEOGRAPH THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3283,
        name: "CIRCLED IDEOGRAPH FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3284,
        name: "CIRCLED IDEOGRAPH FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3285,
        name: "CIRCLED IDEOGRAPH SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x3286,
        name: "CIRCLED IDEOGRAPH SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3287,
        name: "CIRCLED IDEOGRAPH EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3288,
        name: "CIRCLED IDEOGRAPH NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3289,
        name: "CIRCLED IDEOGRAPH TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x328A,
        name: "CIRCLED IDEOGRAPH MOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x328B,
        name: "CIRCLED IDEOGRAPH FIRE",
    },
    Character {
        age: "1.1",
        codepoint: 0x328C,
        name: "CIRCLED IDEOGRAPH WATER",
    },
    Character {
        age: "1.1",
        codepoint: 0x328D,
        name: "CIRCLED IDEOGRAPH WOOD",
    },
    Character {
        age: "1.1",
        codepoint: 0x328E,
        name: "CIRCLED IDEOGRAPH METAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x328F,
        name: "CIRCLED IDEOGRAPH EARTH",
    },
    Character {
        age: "1.1",
        codepoint: 0x3290,
        name: "CIRCLED IDEOGRAPH SUN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3291,
        name: "CIRCLED IDEOGRAPH STOCK",
    },
    Character {
        age: "1.1",
        codepoint: 0x3292,
        name: "CIRCLED IDEOGRAPH HAVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3293,
        name: "CIRCLED IDEOGRAPH SOCIETY",
    },
    Character {
        age: "1.1",
        codepoint: 0x3294,
        name: "CIRCLED IDEOGRAPH NAME",
    },
    Character {
        age: "1.1",
        codepoint: 0x3295,
        name: "CIRCLED IDEOGRAPH SPECIAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3296,
        name: "CIRCLED IDEOGRAPH FINANCIAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3297,
        name: "CIRCLED IDEOGRAPH CONGRATULATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x3298,
        name: "CIRCLED IDEOGRAPH LABOR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3299,
        name: "CIRCLED IDEOGRAPH SECRET",
    },
    Character {
        age: "1.1",
        codepoint: 0x329A,
        name: "CIRCLED IDEOGRAPH MALE",
    },
    Character {
        age: "1.1",
        codepoint: 0x329B,
        name: "CIRCLED IDEOGRAPH FEMALE",
    },
    Character {
        age: "1.1",
        codepoint: 0x329C,
        name: "CIRCLED IDEOGRAPH SUITABLE",
    },
    Character {
        age: "1.1",
        codepoint: 0x329D,
        name: "CIRCLED IDEOGRAPH EXCELLENT",
    },
    Character {
        age: "1.1",
        codepoint: 0x329E,
        name: "CIRCLED IDEOGRAPH PRINT",
    },
    Character {
        age: "1.1",
        codepoint: 0x329F,
        name: "CIRCLED IDEOGRAPH ATTENTION",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A0,
        name: "CIRCLED IDEOGRAPH ITEM",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A1,
        name: "CIRCLED IDEOGRAPH REST",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A2,
        name: "CIRCLED IDEOGRAPH COPY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A3,
        name: "CIRCLED IDEOGRAPH CORRECT",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A4,
        name: "CIRCLED IDEOGRAPH HIGH",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A5,
        name: "CIRCLED IDEOGRAPH CENTRE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A6,
        name: "CIRCLED IDEOGRAPH LOW",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A7,
        name: "CIRCLED IDEOGRAPH LEFT",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A8,
        name: "CIRCLED IDEOGRAPH RIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x32A9,
        name: "CIRCLED IDEOGRAPH MEDICINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32AA,
        name: "CIRCLED IDEOGRAPH RELIGION",
    },
    Character {
        age: "1.1",
        codepoint: 0x32AB,
        name: "CIRCLED IDEOGRAPH STUDY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32AC,
        name: "CIRCLED IDEOGRAPH SUPERVISE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32AD,
        name: "CIRCLED IDEOGRAPH ENTERPRISE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32AE,
        name: "CIRCLED IDEOGRAPH RESOURCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32AF,
        name: "CIRCLED IDEOGRAPH ALLIANCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32B0,
        name: "CIRCLED IDEOGRAPH NIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B1,
        name: "CIRCLED NUMBER THIRTY SIX",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B2,
        name: "CIRCLED NUMBER THIRTY SEVEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B3,
        name: "CIRCLED NUMBER THIRTY EIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B4,
        name: "CIRCLED NUMBER THIRTY NINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B5,
        name: "CIRCLED NUMBER FORTY",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B6,
        name: "CIRCLED NUMBER FORTY ONE",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B7,
        name: "CIRCLED NUMBER FORTY TWO",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B8,
        name: "CIRCLED NUMBER FORTY THREE",
    },
    Character {
        age: "3.2",
        codepoint: 0x32B9,
        name: "CIRCLED NUMBER FORTY FOUR",
    },
    Character {
        age: "3.2",
        codepoint: 0x32BA,
        name: "CIRCLED NUMBER FORTY FIVE",
    },
    Character {
        age: "3.2",
        codepoint: 0x32BB,
        name: "CIRCLED NUMBER FORTY SIX",
    },
    Character {
        age: "3.2",
        codepoint: 0x32BC,
        name: "CIRCLED NUMBER FORTY SEVEN",
    },
    Character {
        age: "3.2",
        codepoint: 0x32BD,
        name: "CIRCLED NUMBER FORTY EIGHT",
    },
    Character {
        age: "3.2",
        codepoint: 0x32BE,
        name: "CIRCLED NUMBER FORTY NINE",
    },
    Character {
        age: "3.2",
        codepoint: 0x32BF,
        name: "CIRCLED NUMBER FIFTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C0,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C1,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C2,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C3,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C4,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C5,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C6,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C7,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C8,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x32C9,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x32CA,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER",
    },
    Character {
        age: "1.1",
        codepoint: 0x32CB,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER",
    },
    Character {
        age: "4.0",
        codepoint: 0x32CC,
        name: "SQUARE HG",
    },
    Character {
        age: "4.0",
        codepoint: 0x32CD,
        name: "SQUARE ERG",
    },
    Character {
        age: "4.0",
        codepoint: 0x32CE,
        name: "SQUARE EV",
    },
    Character {
        age: "4.0",
        codepoint: 0x32CF,
        name: "LIMITED LIABILITY SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D0,
        name: "CIRCLED KATAKANA A",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D1,
        name: "CIRCLED KATAKANA I",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D2,
        name: "CIRCLED KATAKANA U",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D3,
        name: "CIRCLED KATAKANA E",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D4,
        name: "CIRCLED KATAKANA O",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D5,
        name: "CIRCLED KATAKANA KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D6,
        name: "CIRCLED KATAKANA KI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D7,
        name: "CIRCLED KATAKANA KU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D8,
        name: "CIRCLED KATAKANA KE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32D9,
        name: "CIRCLED KATAKANA KO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32DA,
        name: "CIRCLED KATAKANA SA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32DB,
        name: "CIRCLED KATAKANA SI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32DC,
        name: "CIRCLED KATAKANA SU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32DD,
        name: "CIRCLED KATAKANA SE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32DE,
        name: "CIRCLED KATAKANA SO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32DF,
        name: "CIRCLED KATAKANA TA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E0,
        name: "CIRCLED KATAKANA TI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E1,
        name: "CIRCLED KATAKANA TU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E2,
        name: "CIRCLED KATAKANA TE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E3,
        name: "CIRCLED KATAKANA TO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E4,
        name: "CIRCLED KATAKANA NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E5,
        name: "CIRCLED KATAKANA NI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E6,
        name: "CIRCLED KATAKANA NU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E7,
        name: "CIRCLED KATAKANA NE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E8,
        name: "CIRCLED KATAKANA NO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32E9,
        name: "CIRCLED KATAKANA HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32EA,
        name: "CIRCLED KATAKANA HI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32EB,
        name: "CIRCLED KATAKANA HU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32EC,
        name: "CIRCLED KATAKANA HE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32ED,
        name: "CIRCLED KATAKANA HO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32EE,
        name: "CIRCLED KATAKANA MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32EF,
        name: "CIRCLED KATAKANA MI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F0,
        name: "CIRCLED KATAKANA MU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F1,
        name: "CIRCLED KATAKANA ME",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F2,
        name: "CIRCLED KATAKANA MO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F3,
        name: "CIRCLED KATAKANA YA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F4,
        name: "CIRCLED KATAKANA YU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F5,
        name: "CIRCLED KATAKANA YO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F6,
        name: "CIRCLED KATAKANA RA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F7,
        name: "CIRCLED KATAKANA RI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F8,
        name: "CIRCLED KATAKANA RU",
    },
    Character {
        age: "1.1",
        codepoint: 0x32F9,
        name: "CIRCLED KATAKANA RE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32FA,
        name: "CIRCLED KATAKANA RO",
    },
    Character {
        age: "1.1",
        codepoint: 0x32FB,
        name: "CIRCLED KATAKANA WA",
    },
    Character {
        age: "1.1",
        codepoint: 0x32FC,
        name: "CIRCLED KATAKANA WI",
    },
    Character {
        age: "1.1",
        codepoint: 0x32FD,
        name: "CIRCLED KATAKANA WE",
    },
    Character {
        age: "1.1",
        codepoint: 0x32FE,
        name: "CIRCLED KATAKANA WO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3300,
        name: "SQUARE APAATO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3301,
        name: "SQUARE ARUHUA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3302,
        name: "SQUARE ANPEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3303,
        name: "SQUARE AARU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3304,
        name: "SQUARE ININGU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3305,
        name: "SQUARE INTI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3306,
        name: "SQUARE UON",
    },
    Character {
        age: "1.1",
        codepoint: 0x3307,
        name: "SQUARE ESUKUUDO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3308,
        name: "SQUARE EEKAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3309,
        name: "SQUARE ONSU",
    },
    Character {
        age: "1.1",
        codepoint: 0x330A,
        name: "SQUARE OOMU",
    },
    Character {
        age: "1.1",
        codepoint: 0x330B,
        name: "SQUARE KAIRI",
    },
    Character {
        age: "1.1",
        codepoint: 0x330C,
        name: "SQUARE KARATTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x330D,
        name: "SQUARE KARORII",
    },
    Character {
        age: "1.1",
        codepoint: 0x330E,
        name: "SQUARE GARON",
    },
    Character {
        age: "1.1",
        codepoint: 0x330F,
        name: "SQUARE GANMA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3310,
        name: "SQUARE GIGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3311,
        name: "SQUARE GINII",
    },
    Character {
        age: "1.1",
        codepoint: 0x3312,
        name: "SQUARE KYURII",
    },
    Character {
        age: "1.1",
        codepoint: 0x3313,
        name: "SQUARE GIRUDAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3314,
        name: "SQUARE KIRO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3315,
        name: "SQUARE KIROGURAMU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3316,
        name: "SQUARE KIROMEETORU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3317,
        name: "SQUARE KIROWATTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3318,
        name: "SQUARE GURAMU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3319,
        name: "SQUARE GURAMUTON",
    },
    Character {
        age: "1.1",
        codepoint: 0x331A,
        name: "SQUARE KURUZEIRO",
    },
    Character {
        age: "1.1",
        codepoint: 0x331B,
        name: "SQUARE KUROONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x331C,
        name: "SQUARE KEESU",
    },
    Character {
        age: "1.1",
        codepoint: 0x331D,
        name: "SQUARE KORUNA",
    },
    Character {
        age: "1.1",
        codepoint: 0x331E,
        name: "SQUARE KOOPO",
    },
    Character {
        age: "1.1",
        codepoint: 0x331F,
        name: "SQUARE SAIKURU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3320,
        name: "SQUARE SANTIIMU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3321,
        name: "SQUARE SIRINGU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3322,
        name: "SQUARE SENTI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3323,
        name: "SQUARE SENTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3324,
        name: "SQUARE DAASU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3325,
        name: "SQUARE DESI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3326,
        name: "SQUARE DORU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3327,
        name: "SQUARE TON",
    },
    Character {
        age: "1.1",
        codepoint: 0x3328,
        name: "SQUARE NANO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3329,
        name: "SQUARE NOTTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x332A,
        name: "SQUARE HAITU",
    },
    Character {
        age: "1.1",
        codepoint: 0x332B,
        name: "SQUARE PAASENTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x332C,
        name: "SQUARE PAATU",
    },
    Character {
        age: "1.1",
        codepoint: 0x332D,
        name: "SQUARE BAARERU",
    },
    Character {
        age: "1.1",
        codepoint: 0x332E,
        name: "SQUARE PIASUTORU",
    },
    Character {
        age: "1.1",
        codepoint: 0x332F,
        name: "SQUARE PIKURU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3330,
        name: "SQUARE PIKO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3331,
        name: "SQUARE BIRU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3332,
        name: "SQUARE HUARADDO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3333,
        name: "SQUARE HUIITO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3334,
        name: "SQUARE BUSSYERU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3335,
        name: "SQUARE HURAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3336,
        name: "SQUARE HEKUTAARU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3337,
        name: "SQUARE PESO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3338,
        name: "SQUARE PENIHI",
    },
    Character {
        age: "1.1",
        codepoint: 0x3339,
        name: "SQUARE HERUTU",
    },
    Character {
        age: "1.1",
        codepoint: 0x333A,
        name: "SQUARE PENSU",
    },
    Character {
        age: "1.1",
        codepoint: 0x333B,
        name: "SQUARE PEEZI",
    },
    Character {
        age: "1.1",
        codepoint: 0x333C,
        name: "SQUARE BEETA",
    },
    Character {
        age: "1.1",
        codepoint: 0x333D,
        name: "SQUARE POINTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x333E,
        name: "SQUARE BORUTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x333F,
        name: "SQUARE HON",
    },
    Character {
        age: "1.1",
        codepoint: 0x3340,
        name: "SQUARE PONDO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3341,
        name: "SQUARE HOORU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3342,
        name: "SQUARE HOON",
    },
    Character {
        age: "1.1",
        codepoint: 0x3343,
        name: "SQUARE MAIKURO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3344,
        name: "SQUARE MAIRU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3345,
        name: "SQUARE MAHHA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3346,
        name: "SQUARE MARUKU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3347,
        name: "SQUARE MANSYON",
    },
    Character {
        age: "1.1",
        codepoint: 0x3348,
        name: "SQUARE MIKURON",
    },
    Character {
        age: "1.1",
        codepoint: 0x3349,
        name: "SQUARE MIRI",
    },
    Character {
        age: "1.1",
        codepoint: 0x334A,
        name: "SQUARE MIRIBAARU",
    },
    Character {
        age: "1.1",
        codepoint: 0x334B,
        name: "SQUARE MEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x334C,
        name: "SQUARE MEGATON",
    },
    Character {
        age: "1.1",
        codepoint: 0x334D,
        name: "SQUARE MEETORU",
    },
    Character {
        age: "1.1",
        codepoint: 0x334E,
        name: "SQUARE YAADO",
    },
    Character {
        age: "1.1",
        codepoint: 0x334F,
        name: "SQUARE YAARU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3350,
        name: "SQUARE YUAN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3351,
        name: "SQUARE RITTORU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3352,
        name: "SQUARE RIRA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3353,
        name: "SQUARE RUPII",
    },
    Character {
        age: "1.1",
        codepoint: 0x3354,
        name: "SQUARE RUUBURU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3355,
        name: "SQUARE REMU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3356,
        name: "SQUARE RENTOGEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3357,
        name: "SQUARE WATTO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3358,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0x3359,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x335A,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x335B,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x335C,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x335D,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x335E,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x335F,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3360,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x3361,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3362,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3363,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3364,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3365,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3366,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3367,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3368,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x3369,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x336A,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x336B,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x336C,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x336D,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x336E,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x336F,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x3370,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3371,
        name: "SQUARE HPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3372,
        name: "SQUARE DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3373,
        name: "SQUARE AU",
    },
    Character {
        age: "1.1",
        codepoint: 0x3374,
        name: "SQUARE BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0x3375,
        name: "SQUARE OV",
    },
    Character {
        age: "1.1",
        codepoint: 0x3376,
        name: "SQUARE PC",
    },
    Character {
        age: "4.0",
        codepoint: 0x3377,
        name: "SQUARE DM",
    },
    Character {
        age: "4.0",
        codepoint: 0x3378,
        name: "SQUARE DM SQUARED",
    },
    Character {
        age: "4.0",
        codepoint: 0x3379,
        name: "SQUARE DM CUBED",
    },
    Character {
        age: "4.0",
        codepoint: 0x337A,
        name: "SQUARE IU",
    },
    Character {
        age: "1.1",
        codepoint: 0x337B,
        name: "SQUARE ERA NAME HEISEI",
    },
    Character {
        age: "1.1",
        codepoint: 0x337C,
        name: "SQUARE ERA NAME SYOUWA",
    },
    Character {
        age: "1.1",
        codepoint: 0x337D,
        name: "SQUARE ERA NAME TAISYOU",
    },
    Character {
        age: "1.1",
        codepoint: 0x337E,
        name: "SQUARE ERA NAME MEIZI",
    },
    Character {
        age: "1.1",
        codepoint: 0x337F,
        name: "SQUARE CORPORATION",
    },
    Character {
        age: "1.1",
        codepoint: 0x3380,
        name: "SQUARE PA AMPS",
    },
    Character {
        age: "1.1",
        codepoint: 0x3381,
        name: "SQUARE NA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3382,
        name: "SQUARE MU A",
    },
    Character {
        age: "1.1",
        codepoint: 0x3383,
        name: "SQUARE MA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3384,
        name: "SQUARE KA",
    },
    Character {
        age: "1.1",
        codepoint: 0x3385,
        name: "SQUARE KB",
    },
    Character {
        age: "1.1",
        codepoint: 0x3386,
        name: "SQUARE MB",
    },
    Character {
        age: "1.1",
        codepoint: 0x3387,
        name: "SQUARE GB",
    },
    Character {
        age: "1.1",
        codepoint: 0x3388,
        name: "SQUARE CAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3389,
        name: "SQUARE KCAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x338A,
        name: "SQUARE PF",
    },
    Character {
        age: "1.1",
        codepoint: 0x338B,
        name: "SQUARE NF",
    },
    Character {
        age: "1.1",
        codepoint: 0x338C,
        name: "SQUARE MU F",
    },
    Character {
        age: "1.1",
        codepoint: 0x338D,
        name: "SQUARE MU G",
    },
    Character {
        age: "1.1",
        codepoint: 0x338E,
        name: "SQUARE MG",
    },
    Character {
        age: "1.1",
        codepoint: 0x338F,
        name: "SQUARE KG",
    },
    Character {
        age: "1.1",
        codepoint: 0x3390,
        name: "SQUARE HZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x3391,
        name: "SQUARE KHZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x3392,
        name: "SQUARE MHZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x3393,
        name: "SQUARE GHZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x3394,
        name: "SQUARE THZ",
    },
    Character {
        age: "1.1",
        codepoint: 0x3395,
        name: "SQUARE MU L",
    },
    Character {
        age: "1.1",
        codepoint: 0x3396,
        name: "SQUARE ML",
    },
    Character {
        age: "1.1",
        codepoint: 0x3397,
        name: "SQUARE DL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3398,
        name: "SQUARE KL",
    },
    Character {
        age: "1.1",
        codepoint: 0x3399,
        name: "SQUARE FM",
    },
    Character {
        age: "1.1",
        codepoint: 0x339A,
        name: "SQUARE NM",
    },
    Character {
        age: "1.1",
        codepoint: 0x339B,
        name: "SQUARE MU M",
    },
    Character {
        age: "1.1",
        codepoint: 0x339C,
        name: "SQUARE MM",
    },
    Character {
        age: "1.1",
        codepoint: 0x339D,
        name: "SQUARE CM",
    },
    Character {
        age: "1.1",
        codepoint: 0x339E,
        name: "SQUARE KM",
    },
    Character {
        age: "1.1",
        codepoint: 0x339F,
        name: "SQUARE MM SQUARED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A0,
        name: "SQUARE CM SQUARED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A1,
        name: "SQUARE M SQUARED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A2,
        name: "SQUARE KM SQUARED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A3,
        name: "SQUARE MM CUBED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A4,
        name: "SQUARE CM CUBED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A5,
        name: "SQUARE M CUBED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A6,
        name: "SQUARE KM CUBED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A7,
        name: "SQUARE M OVER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A8,
        name: "SQUARE M OVER S SQUARED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33A9,
        name: "SQUARE PA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33AA,
        name: "SQUARE KPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33AB,
        name: "SQUARE MPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33AC,
        name: "SQUARE GPA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33AD,
        name: "SQUARE RAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x33AE,
        name: "SQUARE RAD OVER S",
    },
    Character {
        age: "1.1",
        codepoint: 0x33AF,
        name: "SQUARE RAD OVER S SQUARED",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B0,
        name: "SQUARE PS",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B1,
        name: "SQUARE NS",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B2,
        name: "SQUARE MU S",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B3,
        name: "SQUARE MS",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B4,
        name: "SQUARE PV",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B5,
        name: "SQUARE NV",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B6,
        name: "SQUARE MU V",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B7,
        name: "SQUARE MV",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B8,
        name: "SQUARE KV",
    },
    Character {
        age: "1.1",
        codepoint: 0x33B9,
        name: "SQUARE MV MEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33BA,
        name: "SQUARE PW",
    },
    Character {
        age: "1.1",
        codepoint: 0x33BB,
        name: "SQUARE NW",
    },
    Character {
        age: "1.1",
        codepoint: 0x33BC,
        name: "SQUARE MU W",
    },
    Character {
        age: "1.1",
        codepoint: 0x33BD,
        name: "SQUARE MW",
    },
    Character {
        age: "1.1",
        codepoint: 0x33BE,
        name: "SQUARE KW",
    },
    Character {
        age: "1.1",
        codepoint: 0x33BF,
        name: "SQUARE MW MEGA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C0,
        name: "SQUARE K OHM",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C1,
        name: "SQUARE M OHM",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C2,
        name: "SQUARE AM",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C3,
        name: "SQUARE BQ",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C4,
        name: "SQUARE CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C5,
        name: "SQUARE CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C6,
        name: "SQUARE C OVER KG",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C7,
        name: "SQUARE CO",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C8,
        name: "SQUARE DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x33C9,
        name: "SQUARE GY",
    },
    Character {
        age: "1.1",
        codepoint: 0x33CA,
        name: "SQUARE HA",
    },
    Character {
        age: "1.1",
        codepoint: 0x33CB,
        name: "SQUARE HP",
    },
    Character {
        age: "1.1",
        codepoint: 0x33CC,
        name: "SQUARE IN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33CD,
        name: "SQUARE KK",
    },
    Character {
        age: "1.1",
        codepoint: 0x33CE,
        name: "SQUARE KM CAPITAL",
    },
    Character {
        age: "1.1",
        codepoint: 0x33CF,
        name: "SQUARE KT",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D0,
        name: "SQUARE LM",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D1,
        name: "SQUARE LN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D2,
        name: "SQUARE LOG",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D3,
        name: "SQUARE LX",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D4,
        name: "SQUARE MB SMALL",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D5,
        name: "SQUARE MIL",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D6,
        name: "SQUARE MOL",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D7,
        name: "SQUARE PH",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D8,
        name: "SQUARE PM",
    },
    Character {
        age: "1.1",
        codepoint: 0x33D9,
        name: "SQUARE PPM",
    },
    Character {
        age: "1.1",
        codepoint: 0x33DA,
        name: "SQUARE PR",
    },
    Character {
        age: "1.1",
        codepoint: 0x33DB,
        name: "SQUARE SR",
    },
    Character {
        age: "1.1",
        codepoint: 0x33DC,
        name: "SQUARE SV",
    },
    Character {
        age: "1.1",
        codepoint: 0x33DD,
        name: "SQUARE WB",
    },
    Character {
        age: "4.0",
        codepoint: 0x33DE,
        name: "SQUARE V OVER M",
    },
    Character {
        age: "4.0",
        codepoint: 0x33DF,
        name: "SQUARE A OVER M",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E0,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E1,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E2,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E3,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E4,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E5,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E6,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E7,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E8,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33E9,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33EA,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33EB,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33EC,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33ED,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33EE,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33EF,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F0,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F1,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F2,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F3,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F4,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F5,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F6,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F7,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F8,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33F9,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0x33FA,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0x33FB,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0x33FC,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0x33FD,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY",
    },
    Character {
        age: "1.1",
        codepoint: 0x33FE,
        name: "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x33FF,
        name: "SQUARE GAL",
    },
    Character {
        age: "3.0",
        codepoint: 0x3400,
        name: "CJK UNIFIED IDEOGRAPH-3400",
    },
    Character {
        age: "3.0",
        codepoint: 0x3401,
        name: "CJK UNIFIED IDEOGRAPH-3401",
    },
    Character {
        age: "3.0",
        codepoint: 0x3402,
        name: "CJK UNIFIED IDEOGRAPH-3402",
    },
    Character {
        age: "3.0",
        codepoint: 0x3403,
        name: "CJK UNIFIED IDEOGRAPH-3403",
    },
    Character {
        age: "3.0",
        codepoint: 0x3404,
        name: "CJK UNIFIED IDEOGRAPH-3404",
    },
    Character {
        age: "3.0",
        codepoint: 0x3405,
        name: "CJK UNIFIED IDEOGRAPH-3405",
    },
    Character {
        age: "3.0",
        codepoint: 0x3406,
        name: "CJK UNIFIED IDEOGRAPH-3406",
    },
    Character {
        age: "3.0",
        codepoint: 0x3407,
        name: "CJK UNIFIED IDEOGRAPH-3407",
    },
    Character {
        age: "3.0",
        codepoint: 0x3408,
        name: "CJK UNIFIED IDEOGRAPH-3408",
    },
    Character {
        age: "3.0",
        codepoint: 0x3409,
        name: "CJK UNIFIED IDEOGRAPH-3409",
    },
    Character {
        age: "3.0",
        codepoint: 0x340A,
        name: "CJK UNIFIED IDEOGRAPH-340A",
    },
    Character {
        age: "3.0",
        codepoint: 0x340B,
        name: "CJK UNIFIED IDEOGRAPH-340B",
    },
    Character {
        age: "3.0",
        codepoint: 0x340C,
        name: "CJK UNIFIED IDEOGRAPH-340C",
    },
    Character {
        age: "3.0",
        codepoint: 0x340D,
        name: "CJK UNIFIED IDEOGRAPH-340D",
    },
    Character {
        age: "3.0",
        codepoint: 0x340E,
        name: "CJK UNIFIED IDEOGRAPH-340E",
    },
    Character {
        age: "3.0",
        codepoint: 0x340F,
        name: "CJK UNIFIED IDEOGRAPH-340F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3410,
        name: "CJK UNIFIED IDEOGRAPH-3410",
    },
    Character {
        age: "3.0",
        codepoint: 0x3411,
        name: "CJK UNIFIED IDEOGRAPH-3411",
    },
    Character {
        age: "3.0",
        codepoint: 0x3412,
        name: "CJK UNIFIED IDEOGRAPH-3412",
    },
    Character {
        age: "3.0",
        codepoint: 0x3413,
        name: "CJK UNIFIED IDEOGRAPH-3413",
    },
    Character {
        age: "3.0",
        codepoint: 0x3414,
        name: "CJK UNIFIED IDEOGRAPH-3414",
    },
    Character {
        age: "3.0",
        codepoint: 0x3415,
        name: "CJK UNIFIED IDEOGRAPH-3415",
    },
    Character {
        age: "3.0",
        codepoint: 0x3416,
        name: "CJK UNIFIED IDEOGRAPH-3416",
    },
    Character {
        age: "3.0",
        codepoint: 0x3417,
        name: "CJK UNIFIED IDEOGRAPH-3417",
    },
    Character {
        age: "3.0",
        codepoint: 0x3418,
        name: "CJK UNIFIED IDEOGRAPH-3418",
    },
    Character {
        age: "3.0",
        codepoint: 0x3419,
        name: "CJK UNIFIED IDEOGRAPH-3419",
    },
    Character {
        age: "3.0",
        codepoint: 0x341A,
        name: "CJK UNIFIED IDEOGRAPH-341A",
    },
    Character {
        age: "3.0",
        codepoint: 0x341B,
        name: "CJK UNIFIED IDEOGRAPH-341B",
    },
    Character {
        age: "3.0",
        codepoint: 0x341C,
        name: "CJK UNIFIED IDEOGRAPH-341C",
    },
    Character {
        age: "3.0",
        codepoint: 0x341D,
        name: "CJK UNIFIED IDEOGRAPH-341D",
    },
    Character {
        age: "3.0",
        codepoint: 0x341E,
        name: "CJK UNIFIED IDEOGRAPH-341E",
    },
    Character {
        age: "3.0",
        codepoint: 0x341F,
        name: "CJK UNIFIED IDEOGRAPH-341F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3420,
        name: "CJK UNIFIED IDEOGRAPH-3420",
    },
    Character {
        age: "3.0",
        codepoint: 0x3421,
        name: "CJK UNIFIED IDEOGRAPH-3421",
    },
    Character {
        age: "3.0",
        codepoint: 0x3422,
        name: "CJK UNIFIED IDEOGRAPH-3422",
    },
    Character {
        age: "3.0",
        codepoint: 0x3423,
        name: "CJK UNIFIED IDEOGRAPH-3423",
    },
    Character {
        age: "3.0",
        codepoint: 0x3424,
        name: "CJK UNIFIED IDEOGRAPH-3424",
    },
    Character {
        age: "3.0",
        codepoint: 0x3425,
        name: "CJK UNIFIED IDEOGRAPH-3425",
    },
    Character {
        age: "3.0",
        codepoint: 0x3426,
        name: "CJK UNIFIED IDEOGRAPH-3426",
    },
    Character {
        age: "3.0",
        codepoint: 0x3427,
        name: "CJK UNIFIED IDEOGRAPH-3427",
    },
    Character {
        age: "3.0",
        codepoint: 0x3428,
        name: "CJK UNIFIED IDEOGRAPH-3428",
    },
    Character {
        age: "3.0",
        codepoint: 0x3429,
        name: "CJK UNIFIED IDEOGRAPH-3429",
    },
    Character {
        age: "3.0",
        codepoint: 0x342A,
        name: "CJK UNIFIED IDEOGRAPH-342A",
    },
    Character {
        age: "3.0",
        codepoint: 0x342B,
        name: "CJK UNIFIED IDEOGRAPH-342B",
    },
    Character {
        age: "3.0",
        codepoint: 0x342C,
        name: "CJK UNIFIED IDEOGRAPH-342C",
    },
    Character {
        age: "3.0",
        codepoint: 0x342D,
        name: "CJK UNIFIED IDEOGRAPH-342D",
    },
    Character {
        age: "3.0",
        codepoint: 0x342E,
        name: "CJK UNIFIED IDEOGRAPH-342E",
    },
    Character {
        age: "3.0",
        codepoint: 0x342F,
        name: "CJK UNIFIED IDEOGRAPH-342F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3430,
        name: "CJK UNIFIED IDEOGRAPH-3430",
    },
    Character {
        age: "3.0",
        codepoint: 0x3431,
        name: "CJK UNIFIED IDEOGRAPH-3431",
    },
    Character {
        age: "3.0",
        codepoint: 0x3432,
        name: "CJK UNIFIED IDEOGRAPH-3432",
    },
    Character {
        age: "3.0",
        codepoint: 0x3433,
        name: "CJK UNIFIED IDEOGRAPH-3433",
    },
    Character {
        age: "3.0",
        codepoint: 0x3434,
        name: "CJK UNIFIED IDEOGRAPH-3434",
    },
    Character {
        age: "3.0",
        codepoint: 0x3435,
        name: "CJK UNIFIED IDEOGRAPH-3435",
    },
    Character {
        age: "3.0",
        codepoint: 0x3436,
        name: "CJK UNIFIED IDEOGRAPH-3436",
    },
    Character {
        age: "3.0",
        codepoint: 0x3437,
        name: "CJK UNIFIED IDEOGRAPH-3437",
    },
    Character {
        age: "3.0",
        codepoint: 0x3438,
        name: "CJK UNIFIED IDEOGRAPH-3438",
    },
    Character {
        age: "3.0",
        codepoint: 0x3439,
        name: "CJK UNIFIED IDEOGRAPH-3439",
    },
    Character {
        age: "3.0",
        codepoint: 0x343A,
        name: "CJK UNIFIED IDEOGRAPH-343A",
    },
    Character {
        age: "3.0",
        codepoint: 0x343B,
        name: "CJK UNIFIED IDEOGRAPH-343B",
    },
    Character {
        age: "3.0",
        codepoint: 0x343C,
        name: "CJK UNIFIED IDEOGRAPH-343C",
    },
    Character {
        age: "3.0",
        codepoint: 0x343D,
        name: "CJK UNIFIED IDEOGRAPH-343D",
    },
    Character {
        age: "3.0",
        codepoint: 0x343E,
        name: "CJK UNIFIED IDEOGRAPH-343E",
    },
    Character {
        age: "3.0",
        codepoint: 0x343F,
        name: "CJK UNIFIED IDEOGRAPH-343F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3440,
        name: "CJK UNIFIED IDEOGRAPH-3440",
    },
    Character {
        age: "3.0",
        codepoint: 0x3441,
        name: "CJK UNIFIED IDEOGRAPH-3441",
    },
    Character {
        age: "3.0",
        codepoint: 0x3442,
        name: "CJK UNIFIED IDEOGRAPH-3442",
    },
    Character {
        age: "3.0",
        codepoint: 0x3443,
        name: "CJK UNIFIED IDEOGRAPH-3443",
    },
    Character {
        age: "3.0",
        codepoint: 0x3444,
        name: "CJK UNIFIED IDEOGRAPH-3444",
    },
    Character {
        age: "3.0",
        codepoint: 0x3445,
        name: "CJK UNIFIED IDEOGRAPH-3445",
    },
    Character {
        age: "3.0",
        codepoint: 0x3446,
        name: "CJK UNIFIED IDEOGRAPH-3446",
    },
    Character {
        age: "3.0",
        codepoint: 0x3447,
        name: "CJK UNIFIED IDEOGRAPH-3447",
    },
    Character {
        age: "3.0",
        codepoint: 0x3448,
        name: "CJK UNIFIED IDEOGRAPH-3448",
    },
    Character {
        age: "3.0",
        codepoint: 0x3449,
        name: "CJK UNIFIED IDEOGRAPH-3449",
    },
    Character {
        age: "3.0",
        codepoint: 0x344A,
        name: "CJK UNIFIED IDEOGRAPH-344A",
    },
    Character {
        age: "3.0",
        codepoint: 0x344B,
        name: "CJK UNIFIED IDEOGRAPH-344B",
    },
    Character {
        age: "3.0",
        codepoint: 0x344C,
        name: "CJK UNIFIED IDEOGRAPH-344C",
    },
    Character {
        age: "3.0",
        codepoint: 0x344D,
        name: "CJK UNIFIED IDEOGRAPH-344D",
    },
    Character {
        age: "3.0",
        codepoint: 0x344E,
        name: "CJK UNIFIED IDEOGRAPH-344E",
    },
    Character {
        age: "3.0",
        codepoint: 0x344F,
        name: "CJK UNIFIED IDEOGRAPH-344F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3450,
        name: "CJK UNIFIED IDEOGRAPH-3450",
    },
    Character {
        age: "3.0",
        codepoint: 0x3451,
        name: "CJK UNIFIED IDEOGRAPH-3451",
    },
    Character {
        age: "3.0",
        codepoint: 0x3452,
        name: "CJK UNIFIED IDEOGRAPH-3452",
    },
    Character {
        age: "3.0",
        codepoint: 0x3453,
        name: "CJK UNIFIED IDEOGRAPH-3453",
    },
    Character {
        age: "3.0",
        codepoint: 0x3454,
        name: "CJK UNIFIED IDEOGRAPH-3454",
    },
    Character {
        age: "3.0",
        codepoint: 0x3455,
        name: "CJK UNIFIED IDEOGRAPH-3455",
    },
    Character {
        age: "3.0",
        codepoint: 0x3456,
        name: "CJK UNIFIED IDEOGRAPH-3456",
    },
    Character {
        age: "3.0",
        codepoint: 0x3457,
        name: "CJK UNIFIED IDEOGRAPH-3457",
    },
    Character {
        age: "3.0",
        codepoint: 0x3458,
        name: "CJK UNIFIED IDEOGRAPH-3458",
    },
    Character {
        age: "3.0",
        codepoint: 0x3459,
        name: "CJK UNIFIED IDEOGRAPH-3459",
    },
    Character {
        age: "3.0",
        codepoint: 0x345A,
        name: "CJK UNIFIED IDEOGRAPH-345A",
    },
    Character {
        age: "3.0",
        codepoint: 0x345B,
        name: "CJK UNIFIED IDEOGRAPH-345B",
    },
    Character {
        age: "3.0",
        codepoint: 0x345C,
        name: "CJK UNIFIED IDEOGRAPH-345C",
    },
    Character {
        age: "3.0",
        codepoint: 0x345D,
        name: "CJK UNIFIED IDEOGRAPH-345D",
    },
    Character {
        age: "3.0",
        codepoint: 0x345E,
        name: "CJK UNIFIED IDEOGRAPH-345E",
    },
    Character {
        age: "3.0",
        codepoint: 0x345F,
        name: "CJK UNIFIED IDEOGRAPH-345F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3460,
        name: "CJK UNIFIED IDEOGRAPH-3460",
    },
    Character {
        age: "3.0",
        codepoint: 0x3461,
        name: "CJK UNIFIED IDEOGRAPH-3461",
    },
    Character {
        age: "3.0",
        codepoint: 0x3462,
        name: "CJK UNIFIED IDEOGRAPH-3462",
    },
    Character {
        age: "3.0",
        codepoint: 0x3463,
        name: "CJK UNIFIED IDEOGRAPH-3463",
    },
    Character {
        age: "3.0",
        codepoint: 0x3464,
        name: "CJK UNIFIED IDEOGRAPH-3464",
    },
    Character {
        age: "3.0",
        codepoint: 0x3465,
        name: "CJK UNIFIED IDEOGRAPH-3465",
    },
    Character {
        age: "3.0",
        codepoint: 0x3466,
        name: "CJK UNIFIED IDEOGRAPH-3466",
    },
    Character {
        age: "3.0",
        codepoint: 0x3467,
        name: "CJK UNIFIED IDEOGRAPH-3467",
    },
    Character {
        age: "3.0",
        codepoint: 0x3468,
        name: "CJK UNIFIED IDEOGRAPH-3468",
    },
    Character {
        age: "3.0",
        codepoint: 0x3469,
        name: "CJK UNIFIED IDEOGRAPH-3469",
    },
    Character {
        age: "3.0",
        codepoint: 0x346A,
        name: "CJK UNIFIED IDEOGRAPH-346A",
    },
    Character {
        age: "3.0",
        codepoint: 0x346B,
        name: "CJK UNIFIED IDEOGRAPH-346B",
    },
    Character {
        age: "3.0",
        codepoint: 0x346C,
        name: "CJK UNIFIED IDEOGRAPH-346C",
    },
    Character {
        age: "3.0",
        codepoint: 0x346D,
        name: "CJK UNIFIED IDEOGRAPH-346D",
    },
    Character {
        age: "3.0",
        codepoint: 0x346E,
        name: "CJK UNIFIED IDEOGRAPH-346E",
    },
    Character {
        age: "3.0",
        codepoint: 0x346F,
        name: "CJK UNIFIED IDEOGRAPH-346F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3470,
        name: "CJK UNIFIED IDEOGRAPH-3470",
    },
    Character {
        age: "3.0",
        codepoint: 0x3471,
        name: "CJK UNIFIED IDEOGRAPH-3471",
    },
    Character {
        age: "3.0",
        codepoint: 0x3472,
        name: "CJK UNIFIED IDEOGRAPH-3472",
    },
    Character {
        age: "3.0",
        codepoint: 0x3473,
        name: "CJK UNIFIED IDEOGRAPH-3473",
    },
    Character {
        age: "3.0",
        codepoint: 0x3474,
        name: "CJK UNIFIED IDEOGRAPH-3474",
    },
    Character {
        age: "3.0",
        codepoint: 0x3475,
        name: "CJK UNIFIED IDEOGRAPH-3475",
    },
    Character {
        age: "3.0",
        codepoint: 0x3476,
        name: "CJK UNIFIED IDEOGRAPH-3476",
    },
    Character {
        age: "3.0",
        codepoint: 0x3477,
        name: "CJK UNIFIED IDEOGRAPH-3477",
    },
    Character {
        age: "3.0",
        codepoint: 0x3478,
        name: "CJK UNIFIED IDEOGRAPH-3478",
    },
    Character {
        age: "3.0",
        codepoint: 0x3479,
        name: "CJK UNIFIED IDEOGRAPH-3479",
    },
    Character {
        age: "3.0",
        codepoint: 0x347A,
        name: "CJK UNIFIED IDEOGRAPH-347A",
    },
    Character {
        age: "3.0",
        codepoint: 0x347B,
        name: "CJK UNIFIED IDEOGRAPH-347B",
    },
    Character {
        age: "3.0",
        codepoint: 0x347C,
        name: "CJK UNIFIED IDEOGRAPH-347C",
    },
    Character {
        age: "3.0",
        codepoint: 0x347D,
        name: "CJK UNIFIED IDEOGRAPH-347D",
    },
    Character {
        age: "3.0",
        codepoint: 0x347E,
        name: "CJK UNIFIED IDEOGRAPH-347E",
    },
    Character {
        age: "3.0",
        codepoint: 0x347F,
        name: "CJK UNIFIED IDEOGRAPH-347F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3480,
        name: "CJK UNIFIED IDEOGRAPH-3480",
    },
    Character {
        age: "3.0",
        codepoint: 0x3481,
        name: "CJK UNIFIED IDEOGRAPH-3481",
    },
    Character {
        age: "3.0",
        codepoint: 0x3482,
        name: "CJK UNIFIED IDEOGRAPH-3482",
    },
    Character {
        age: "3.0",
        codepoint: 0x3483,
        name: "CJK UNIFIED IDEOGRAPH-3483",
    },
    Character {
        age: "3.0",
        codepoint: 0x3484,
        name: "CJK UNIFIED IDEOGRAPH-3484",
    },
    Character {
        age: "3.0",
        codepoint: 0x3485,
        name: "CJK UNIFIED IDEOGRAPH-3485",
    },
    Character {
        age: "3.0",
        codepoint: 0x3486,
        name: "CJK UNIFIED IDEOGRAPH-3486",
    },
    Character {
        age: "3.0",
        codepoint: 0x3487,
        name: "CJK UNIFIED IDEOGRAPH-3487",
    },
    Character {
        age: "3.0",
        codepoint: 0x3488,
        name: "CJK UNIFIED IDEOGRAPH-3488",
    },
    Character {
        age: "3.0",
        codepoint: 0x3489,
        name: "CJK UNIFIED IDEOGRAPH-3489",
    },
    Character {
        age: "3.0",
        codepoint: 0x348A,
        name: "CJK UNIFIED IDEOGRAPH-348A",
    },
    Character {
        age: "3.0",
        codepoint: 0x348B,
        name: "CJK UNIFIED IDEOGRAPH-348B",
    },
    Character {
        age: "3.0",
        codepoint: 0x348C,
        name: "CJK UNIFIED IDEOGRAPH-348C",
    },
    Character {
        age: "3.0",
        codepoint: 0x348D,
        name: "CJK UNIFIED IDEOGRAPH-348D",
    },
    Character {
        age: "3.0",
        codepoint: 0x348E,
        name: "CJK UNIFIED IDEOGRAPH-348E",
    },
    Character {
        age: "3.0",
        codepoint: 0x348F,
        name: "CJK UNIFIED IDEOGRAPH-348F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3490,
        name: "CJK UNIFIED IDEOGRAPH-3490",
    },
    Character {
        age: "3.0",
        codepoint: 0x3491,
        name: "CJK UNIFIED IDEOGRAPH-3491",
    },
    Character {
        age: "3.0",
        codepoint: 0x3492,
        name: "CJK UNIFIED IDEOGRAPH-3492",
    },
    Character {
        age: "3.0",
        codepoint: 0x3493,
        name: "CJK UNIFIED IDEOGRAPH-3493",
    },
    Character {
        age: "3.0",
        codepoint: 0x3494,
        name: "CJK UNIFIED IDEOGRAPH-3494",
    },
    Character {
        age: "3.0",
        codepoint: 0x3495,
        name: "CJK UNIFIED IDEOGRAPH-3495",
    },
    Character {
        age: "3.0",
        codepoint: 0x3496,
        name: "CJK UNIFIED IDEOGRAPH-3496",
    },
    Character {
        age: "3.0",
        codepoint: 0x3497,
        name: "CJK UNIFIED IDEOGRAPH-3497",
    },
    Character {
        age: "3.0",
        codepoint: 0x3498,
        name: "CJK UNIFIED IDEOGRAPH-3498",
    },
    Character {
        age: "3.0",
        codepoint: 0x3499,
        name: "CJK UNIFIED IDEOGRAPH-3499",
    },
    Character {
        age: "3.0",
        codepoint: 0x349A,
        name: "CJK UNIFIED IDEOGRAPH-349A",
    },
    Character {
        age: "3.0",
        codepoint: 0x349B,
        name: "CJK UNIFIED IDEOGRAPH-349B",
    },
    Character {
        age: "3.0",
        codepoint: 0x349C,
        name: "CJK UNIFIED IDEOGRAPH-349C",
    },
    Character {
        age: "3.0",
        codepoint: 0x349D,
        name: "CJK UNIFIED IDEOGRAPH-349D",
    },
    Character {
        age: "3.0",
        codepoint: 0x349E,
        name: "CJK UNIFIED IDEOGRAPH-349E",
    },
    Character {
        age: "3.0",
        codepoint: 0x349F,
        name: "CJK UNIFIED IDEOGRAPH-349F",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A0,
        name: "CJK UNIFIED IDEOGRAPH-34A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A1,
        name: "CJK UNIFIED IDEOGRAPH-34A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A2,
        name: "CJK UNIFIED IDEOGRAPH-34A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A3,
        name: "CJK UNIFIED IDEOGRAPH-34A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A4,
        name: "CJK UNIFIED IDEOGRAPH-34A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A5,
        name: "CJK UNIFIED IDEOGRAPH-34A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A6,
        name: "CJK UNIFIED IDEOGRAPH-34A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A7,
        name: "CJK UNIFIED IDEOGRAPH-34A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A8,
        name: "CJK UNIFIED IDEOGRAPH-34A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x34A9,
        name: "CJK UNIFIED IDEOGRAPH-34A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x34AA,
        name: "CJK UNIFIED IDEOGRAPH-34AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x34AB,
        name: "CJK UNIFIED IDEOGRAPH-34AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x34AC,
        name: "CJK UNIFIED IDEOGRAPH-34AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x34AD,
        name: "CJK UNIFIED IDEOGRAPH-34AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x34AE,
        name: "CJK UNIFIED IDEOGRAPH-34AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x34AF,
        name: "CJK UNIFIED IDEOGRAPH-34AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B0,
        name: "CJK UNIFIED IDEOGRAPH-34B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B1,
        name: "CJK UNIFIED IDEOGRAPH-34B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B2,
        name: "CJK UNIFIED IDEOGRAPH-34B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B3,
        name: "CJK UNIFIED IDEOGRAPH-34B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B4,
        name: "CJK UNIFIED IDEOGRAPH-34B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B5,
        name: "CJK UNIFIED IDEOGRAPH-34B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B6,
        name: "CJK UNIFIED IDEOGRAPH-34B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B7,
        name: "CJK UNIFIED IDEOGRAPH-34B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B8,
        name: "CJK UNIFIED IDEOGRAPH-34B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x34B9,
        name: "CJK UNIFIED IDEOGRAPH-34B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x34BA,
        name: "CJK UNIFIED IDEOGRAPH-34BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x34BB,
        name: "CJK UNIFIED IDEOGRAPH-34BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x34BC,
        name: "CJK UNIFIED IDEOGRAPH-34BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x34BD,
        name: "CJK UNIFIED IDEOGRAPH-34BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x34BE,
        name: "CJK UNIFIED IDEOGRAPH-34BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x34BF,
        name: "CJK UNIFIED IDEOGRAPH-34BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C0,
        name: "CJK UNIFIED IDEOGRAPH-34C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C1,
        name: "CJK UNIFIED IDEOGRAPH-34C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C2,
        name: "CJK UNIFIED IDEOGRAPH-34C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C3,
        name: "CJK UNIFIED IDEOGRAPH-34C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C4,
        name: "CJK UNIFIED IDEOGRAPH-34C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C5,
        name: "CJK UNIFIED IDEOGRAPH-34C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C6,
        name: "CJK UNIFIED IDEOGRAPH-34C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C7,
        name: "CJK UNIFIED IDEOGRAPH-34C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C8,
        name: "CJK UNIFIED IDEOGRAPH-34C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x34C9,
        name: "CJK UNIFIED IDEOGRAPH-34C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x34CA,
        name: "CJK UNIFIED IDEOGRAPH-34CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x34CB,
        name: "CJK UNIFIED IDEOGRAPH-34CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x34CC,
        name: "CJK UNIFIED IDEOGRAPH-34CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x34CD,
        name: "CJK UNIFIED IDEOGRAPH-34CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x34CE,
        name: "CJK UNIFIED IDEOGRAPH-34CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x34CF,
        name: "CJK UNIFIED IDEOGRAPH-34CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D0,
        name: "CJK UNIFIED IDEOGRAPH-34D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D1,
        name: "CJK UNIFIED IDEOGRAPH-34D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D2,
        name: "CJK UNIFIED IDEOGRAPH-34D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D3,
        name: "CJK UNIFIED IDEOGRAPH-34D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D4,
        name: "CJK UNIFIED IDEOGRAPH-34D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D5,
        name: "CJK UNIFIED IDEOGRAPH-34D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D6,
        name: "CJK UNIFIED IDEOGRAPH-34D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D7,
        name: "CJK UNIFIED IDEOGRAPH-34D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D8,
        name: "CJK UNIFIED IDEOGRAPH-34D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x34D9,
        name: "CJK UNIFIED IDEOGRAPH-34D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x34DA,
        name: "CJK UNIFIED IDEOGRAPH-34DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x34DB,
        name: "CJK UNIFIED IDEOGRAPH-34DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x34DC,
        name: "CJK UNIFIED IDEOGRAPH-34DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x34DD,
        name: "CJK UNIFIED IDEOGRAPH-34DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x34DE,
        name: "CJK UNIFIED IDEOGRAPH-34DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x34DF,
        name: "CJK UNIFIED IDEOGRAPH-34DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E0,
        name: "CJK UNIFIED IDEOGRAPH-34E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E1,
        name: "CJK UNIFIED IDEOGRAPH-34E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E2,
        name: "CJK UNIFIED IDEOGRAPH-34E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E3,
        name: "CJK UNIFIED IDEOGRAPH-34E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E4,
        name: "CJK UNIFIED IDEOGRAPH-34E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E5,
        name: "CJK UNIFIED IDEOGRAPH-34E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E6,
        name: "CJK UNIFIED IDEOGRAPH-34E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E7,
        name: "CJK UNIFIED IDEOGRAPH-34E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E8,
        name: "CJK UNIFIED IDEOGRAPH-34E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x34E9,
        name: "CJK UNIFIED IDEOGRAPH-34E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x34EA,
        name: "CJK UNIFIED IDEOGRAPH-34EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x34EB,
        name: "CJK UNIFIED IDEOGRAPH-34EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x34EC,
        name: "CJK UNIFIED IDEOGRAPH-34EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x34ED,
        name: "CJK UNIFIED IDEOGRAPH-34ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x34EE,
        name: "CJK UNIFIED IDEOGRAPH-34EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x34EF,
        name: "CJK UNIFIED IDEOGRAPH-34EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F0,
        name: "CJK UNIFIED IDEOGRAPH-34F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F1,
        name: "CJK UNIFIED IDEOGRAPH-34F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F2,
        name: "CJK UNIFIED IDEOGRAPH-34F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F3,
        name: "CJK UNIFIED IDEOGRAPH-34F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F4,
        name: "CJK UNIFIED IDEOGRAPH-34F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F5,
        name: "CJK UNIFIED IDEOGRAPH-34F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F6,
        name: "CJK UNIFIED IDEOGRAPH-34F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F7,
        name: "CJK UNIFIED IDEOGRAPH-34F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F8,
        name: "CJK UNIFIED IDEOGRAPH-34F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x34F9,
        name: "CJK UNIFIED IDEOGRAPH-34F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x34FA,
        name: "CJK UNIFIED IDEOGRAPH-34FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x34FB,
        name: "CJK UNIFIED IDEOGRAPH-34FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x34FC,
        name: "CJK UNIFIED IDEOGRAPH-34FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x34FD,
        name: "CJK UNIFIED IDEOGRAPH-34FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x34FE,
        name: "CJK UNIFIED IDEOGRAPH-34FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x34FF,
        name: "CJK UNIFIED IDEOGRAPH-34FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3500,
        name: "CJK UNIFIED IDEOGRAPH-3500",
    },
    Character {
        age: "3.0",
        codepoint: 0x3501,
        name: "CJK UNIFIED IDEOGRAPH-3501",
    },
    Character {
        age: "3.0",
        codepoint: 0x3502,
        name: "CJK UNIFIED IDEOGRAPH-3502",
    },
    Character {
        age: "3.0",
        codepoint: 0x3503,
        name: "CJK UNIFIED IDEOGRAPH-3503",
    },
    Character {
        age: "3.0",
        codepoint: 0x3504,
        name: "CJK UNIFIED IDEOGRAPH-3504",
    },
    Character {
        age: "3.0",
        codepoint: 0x3505,
        name: "CJK UNIFIED IDEOGRAPH-3505",
    },
    Character {
        age: "3.0",
        codepoint: 0x3506,
        name: "CJK UNIFIED IDEOGRAPH-3506",
    },
    Character {
        age: "3.0",
        codepoint: 0x3507,
        name: "CJK UNIFIED IDEOGRAPH-3507",
    },
    Character {
        age: "3.0",
        codepoint: 0x3508,
        name: "CJK UNIFIED IDEOGRAPH-3508",
    },
    Character {
        age: "3.0",
        codepoint: 0x3509,
        name: "CJK UNIFIED IDEOGRAPH-3509",
    },
    Character {
        age: "3.0",
        codepoint: 0x350A,
        name: "CJK UNIFIED IDEOGRAPH-350A",
    },
    Character {
        age: "3.0",
        codepoint: 0x350B,
        name: "CJK UNIFIED IDEOGRAPH-350B",
    },
    Character {
        age: "3.0",
        codepoint: 0x350C,
        name: "CJK UNIFIED IDEOGRAPH-350C",
    },
    Character {
        age: "3.0",
        codepoint: 0x350D,
        name: "CJK UNIFIED IDEOGRAPH-350D",
    },
    Character {
        age: "3.0",
        codepoint: 0x350E,
        name: "CJK UNIFIED IDEOGRAPH-350E",
    },
    Character {
        age: "3.0",
        codepoint: 0x350F,
        name: "CJK UNIFIED IDEOGRAPH-350F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3510,
        name: "CJK UNIFIED IDEOGRAPH-3510",
    },
    Character {
        age: "3.0",
        codepoint: 0x3511,
        name: "CJK UNIFIED IDEOGRAPH-3511",
    },
    Character {
        age: "3.0",
        codepoint: 0x3512,
        name: "CJK UNIFIED IDEOGRAPH-3512",
    },
    Character {
        age: "3.0",
        codepoint: 0x3513,
        name: "CJK UNIFIED IDEOGRAPH-3513",
    },
    Character {
        age: "3.0",
        codepoint: 0x3514,
        name: "CJK UNIFIED IDEOGRAPH-3514",
    },
    Character {
        age: "3.0",
        codepoint: 0x3515,
        name: "CJK UNIFIED IDEOGRAPH-3515",
    },
    Character {
        age: "3.0",
        codepoint: 0x3516,
        name: "CJK UNIFIED IDEOGRAPH-3516",
    },
    Character {
        age: "3.0",
        codepoint: 0x3517,
        name: "CJK UNIFIED IDEOGRAPH-3517",
    },
    Character {
        age: "3.0",
        codepoint: 0x3518,
        name: "CJK UNIFIED IDEOGRAPH-3518",
    },
    Character {
        age: "3.0",
        codepoint: 0x3519,
        name: "CJK UNIFIED IDEOGRAPH-3519",
    },
    Character {
        age: "3.0",
        codepoint: 0x351A,
        name: "CJK UNIFIED IDEOGRAPH-351A",
    },
    Character {
        age: "3.0",
        codepoint: 0x351B,
        name: "CJK UNIFIED IDEOGRAPH-351B",
    },
    Character {
        age: "3.0",
        codepoint: 0x351C,
        name: "CJK UNIFIED IDEOGRAPH-351C",
    },
    Character {
        age: "3.0",
        codepoint: 0x351D,
        name: "CJK UNIFIED IDEOGRAPH-351D",
    },
    Character {
        age: "3.0",
        codepoint: 0x351E,
        name: "CJK UNIFIED IDEOGRAPH-351E",
    },
    Character {
        age: "3.0",
        codepoint: 0x351F,
        name: "CJK UNIFIED IDEOGRAPH-351F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3520,
        name: "CJK UNIFIED IDEOGRAPH-3520",
    },
    Character {
        age: "3.0",
        codepoint: 0x3521,
        name: "CJK UNIFIED IDEOGRAPH-3521",
    },
    Character {
        age: "3.0",
        codepoint: 0x3522,
        name: "CJK UNIFIED IDEOGRAPH-3522",
    },
    Character {
        age: "3.0",
        codepoint: 0x3523,
        name: "CJK UNIFIED IDEOGRAPH-3523",
    },
    Character {
        age: "3.0",
        codepoint: 0x3524,
        name: "CJK UNIFIED IDEOGRAPH-3524",
    },
    Character {
        age: "3.0",
        codepoint: 0x3525,
        name: "CJK UNIFIED IDEOGRAPH-3525",
    },
    Character {
        age: "3.0",
        codepoint: 0x3526,
        name: "CJK UNIFIED IDEOGRAPH-3526",
    },
    Character {
        age: "3.0",
        codepoint: 0x3527,
        name: "CJK UNIFIED IDEOGRAPH-3527",
    },
    Character {
        age: "3.0",
        codepoint: 0x3528,
        name: "CJK UNIFIED IDEOGRAPH-3528",
    },
    Character {
        age: "3.0",
        codepoint: 0x3529,
        name: "CJK UNIFIED IDEOGRAPH-3529",
    },
    Character {
        age: "3.0",
        codepoint: 0x352A,
        name: "CJK UNIFIED IDEOGRAPH-352A",
    },
    Character {
        age: "3.0",
        codepoint: 0x352B,
        name: "CJK UNIFIED IDEOGRAPH-352B",
    },
    Character {
        age: "3.0",
        codepoint: 0x352C,
        name: "CJK UNIFIED IDEOGRAPH-352C",
    },
    Character {
        age: "3.0",
        codepoint: 0x352D,
        name: "CJK UNIFIED IDEOGRAPH-352D",
    },
    Character {
        age: "3.0",
        codepoint: 0x352E,
        name: "CJK UNIFIED IDEOGRAPH-352E",
    },
    Character {
        age: "3.0",
        codepoint: 0x352F,
        name: "CJK UNIFIED IDEOGRAPH-352F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3530,
        name: "CJK UNIFIED IDEOGRAPH-3530",
    },
    Character {
        age: "3.0",
        codepoint: 0x3531,
        name: "CJK UNIFIED IDEOGRAPH-3531",
    },
    Character {
        age: "3.0",
        codepoint: 0x3532,
        name: "CJK UNIFIED IDEOGRAPH-3532",
    },
    Character {
        age: "3.0",
        codepoint: 0x3533,
        name: "CJK UNIFIED IDEOGRAPH-3533",
    },
    Character {
        age: "3.0",
        codepoint: 0x3534,
        name: "CJK UNIFIED IDEOGRAPH-3534",
    },
    Character {
        age: "3.0",
        codepoint: 0x3535,
        name: "CJK UNIFIED IDEOGRAPH-3535",
    },
    Character {
        age: "3.0",
        codepoint: 0x3536,
        name: "CJK UNIFIED IDEOGRAPH-3536",
    },
    Character {
        age: "3.0",
        codepoint: 0x3537,
        name: "CJK UNIFIED IDEOGRAPH-3537",
    },
    Character {
        age: "3.0",
        codepoint: 0x3538,
        name: "CJK UNIFIED IDEOGRAPH-3538",
    },
    Character {
        age: "3.0",
        codepoint: 0x3539,
        name: "CJK UNIFIED IDEOGRAPH-3539",
    },
    Character {
        age: "3.0",
        codepoint: 0x353A,
        name: "CJK UNIFIED IDEOGRAPH-353A",
    },
    Character {
        age: "3.0",
        codepoint: 0x353B,
        name: "CJK UNIFIED IDEOGRAPH-353B",
    },
    Character {
        age: "3.0",
        codepoint: 0x353C,
        name: "CJK UNIFIED IDEOGRAPH-353C",
    },
    Character {
        age: "3.0",
        codepoint: 0x353D,
        name: "CJK UNIFIED IDEOGRAPH-353D",
    },
    Character {
        age: "3.0",
        codepoint: 0x353E,
        name: "CJK UNIFIED IDEOGRAPH-353E",
    },
    Character {
        age: "3.0",
        codepoint: 0x353F,
        name: "CJK UNIFIED IDEOGRAPH-353F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3540,
        name: "CJK UNIFIED IDEOGRAPH-3540",
    },
    Character {
        age: "3.0",
        codepoint: 0x3541,
        name: "CJK UNIFIED IDEOGRAPH-3541",
    },
    Character {
        age: "3.0",
        codepoint: 0x3542,
        name: "CJK UNIFIED IDEOGRAPH-3542",
    },
    Character {
        age: "3.0",
        codepoint: 0x3543,
        name: "CJK UNIFIED IDEOGRAPH-3543",
    },
    Character {
        age: "3.0",
        codepoint: 0x3544,
        name: "CJK UNIFIED IDEOGRAPH-3544",
    },
    Character {
        age: "3.0",
        codepoint: 0x3545,
        name: "CJK UNIFIED IDEOGRAPH-3545",
    },
    Character {
        age: "3.0",
        codepoint: 0x3546,
        name: "CJK UNIFIED IDEOGRAPH-3546",
    },
    Character {
        age: "3.0",
        codepoint: 0x3547,
        name: "CJK UNIFIED IDEOGRAPH-3547",
    },
    Character {
        age: "3.0",
        codepoint: 0x3548,
        name: "CJK UNIFIED IDEOGRAPH-3548",
    },
    Character {
        age: "3.0",
        codepoint: 0x3549,
        name: "CJK UNIFIED IDEOGRAPH-3549",
    },
    Character {
        age: "3.0",
        codepoint: 0x354A,
        name: "CJK UNIFIED IDEOGRAPH-354A",
    },
    Character {
        age: "3.0",
        codepoint: 0x354B,
        name: "CJK UNIFIED IDEOGRAPH-354B",
    },
    Character {
        age: "3.0",
        codepoint: 0x354C,
        name: "CJK UNIFIED IDEOGRAPH-354C",
    },
    Character {
        age: "3.0",
        codepoint: 0x354D,
        name: "CJK UNIFIED IDEOGRAPH-354D",
    },
    Character {
        age: "3.0",
        codepoint: 0x354E,
        name: "CJK UNIFIED IDEOGRAPH-354E",
    },
    Character {
        age: "3.0",
        codepoint: 0x354F,
        name: "CJK UNIFIED IDEOGRAPH-354F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3550,
        name: "CJK UNIFIED IDEOGRAPH-3550",
    },
    Character {
        age: "3.0",
        codepoint: 0x3551,
        name: "CJK UNIFIED IDEOGRAPH-3551",
    },
    Character {
        age: "3.0",
        codepoint: 0x3552,
        name: "CJK UNIFIED IDEOGRAPH-3552",
    },
    Character {
        age: "3.0",
        codepoint: 0x3553,
        name: "CJK UNIFIED IDEOGRAPH-3553",
    },
    Character {
        age: "3.0",
        codepoint: 0x3554,
        name: "CJK UNIFIED IDEOGRAPH-3554",
    },
    Character {
        age: "3.0",
        codepoint: 0x3555,
        name: "CJK UNIFIED IDEOGRAPH-3555",
    },
    Character {
        age: "3.0",
        codepoint: 0x3556,
        name: "CJK UNIFIED IDEOGRAPH-3556",
    },
    Character {
        age: "3.0",
        codepoint: 0x3557,
        name: "CJK UNIFIED IDEOGRAPH-3557",
    },
    Character {
        age: "3.0",
        codepoint: 0x3558,
        name: "CJK UNIFIED IDEOGRAPH-3558",
    },
    Character {
        age: "3.0",
        codepoint: 0x3559,
        name: "CJK UNIFIED IDEOGRAPH-3559",
    },
    Character {
        age: "3.0",
        codepoint: 0x355A,
        name: "CJK UNIFIED IDEOGRAPH-355A",
    },
    Character {
        age: "3.0",
        codepoint: 0x355B,
        name: "CJK UNIFIED IDEOGRAPH-355B",
    },
    Character {
        age: "3.0",
        codepoint: 0x355C,
        name: "CJK UNIFIED IDEOGRAPH-355C",
    },
    Character {
        age: "3.0",
        codepoint: 0x355D,
        name: "CJK UNIFIED IDEOGRAPH-355D",
    },
    Character {
        age: "3.0",
        codepoint: 0x355E,
        name: "CJK UNIFIED IDEOGRAPH-355E",
    },
    Character {
        age: "3.0",
        codepoint: 0x355F,
        name: "CJK UNIFIED IDEOGRAPH-355F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3560,
        name: "CJK UNIFIED IDEOGRAPH-3560",
    },
    Character {
        age: "3.0",
        codepoint: 0x3561,
        name: "CJK UNIFIED IDEOGRAPH-3561",
    },
    Character {
        age: "3.0",
        codepoint: 0x3562,
        name: "CJK UNIFIED IDEOGRAPH-3562",
    },
    Character {
        age: "3.0",
        codepoint: 0x3563,
        name: "CJK UNIFIED IDEOGRAPH-3563",
    },
    Character {
        age: "3.0",
        codepoint: 0x3564,
        name: "CJK UNIFIED IDEOGRAPH-3564",
    },
    Character {
        age: "3.0",
        codepoint: 0x3565,
        name: "CJK UNIFIED IDEOGRAPH-3565",
    },
    Character {
        age: "3.0",
        codepoint: 0x3566,
        name: "CJK UNIFIED IDEOGRAPH-3566",
    },
    Character {
        age: "3.0",
        codepoint: 0x3567,
        name: "CJK UNIFIED IDEOGRAPH-3567",
    },
    Character {
        age: "3.0",
        codepoint: 0x3568,
        name: "CJK UNIFIED IDEOGRAPH-3568",
    },
    Character {
        age: "3.0",
        codepoint: 0x3569,
        name: "CJK UNIFIED IDEOGRAPH-3569",
    },
    Character {
        age: "3.0",
        codepoint: 0x356A,
        name: "CJK UNIFIED IDEOGRAPH-356A",
    },
    Character {
        age: "3.0",
        codepoint: 0x356B,
        name: "CJK UNIFIED IDEOGRAPH-356B",
    },
    Character {
        age: "3.0",
        codepoint: 0x356C,
        name: "CJK UNIFIED IDEOGRAPH-356C",
    },
    Character {
        age: "3.0",
        codepoint: 0x356D,
        name: "CJK UNIFIED IDEOGRAPH-356D",
    },
    Character {
        age: "3.0",
        codepoint: 0x356E,
        name: "CJK UNIFIED IDEOGRAPH-356E",
    },
    Character {
        age: "3.0",
        codepoint: 0x356F,
        name: "CJK UNIFIED IDEOGRAPH-356F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3570,
        name: "CJK UNIFIED IDEOGRAPH-3570",
    },
    Character {
        age: "3.0",
        codepoint: 0x3571,
        name: "CJK UNIFIED IDEOGRAPH-3571",
    },
    Character {
        age: "3.0",
        codepoint: 0x3572,
        name: "CJK UNIFIED IDEOGRAPH-3572",
    },
    Character {
        age: "3.0",
        codepoint: 0x3573,
        name: "CJK UNIFIED IDEOGRAPH-3573",
    },
    Character {
        age: "3.0",
        codepoint: 0x3574,
        name: "CJK UNIFIED IDEOGRAPH-3574",
    },
    Character {
        age: "3.0",
        codepoint: 0x3575,
        name: "CJK UNIFIED IDEOGRAPH-3575",
    },
    Character {
        age: "3.0",
        codepoint: 0x3576,
        name: "CJK UNIFIED IDEOGRAPH-3576",
    },
    Character {
        age: "3.0",
        codepoint: 0x3577,
        name: "CJK UNIFIED IDEOGRAPH-3577",
    },
    Character {
        age: "3.0",
        codepoint: 0x3578,
        name: "CJK UNIFIED IDEOGRAPH-3578",
    },
    Character {
        age: "3.0",
        codepoint: 0x3579,
        name: "CJK UNIFIED IDEOGRAPH-3579",
    },
    Character {
        age: "3.0",
        codepoint: 0x357A,
        name: "CJK UNIFIED IDEOGRAPH-357A",
    },
    Character {
        age: "3.0",
        codepoint: 0x357B,
        name: "CJK UNIFIED IDEOGRAPH-357B",
    },
    Character {
        age: "3.0",
        codepoint: 0x357C,
        name: "CJK UNIFIED IDEOGRAPH-357C",
    },
    Character {
        age: "3.0",
        codepoint: 0x357D,
        name: "CJK UNIFIED IDEOGRAPH-357D",
    },
    Character {
        age: "3.0",
        codepoint: 0x357E,
        name: "CJK UNIFIED IDEOGRAPH-357E",
    },
    Character {
        age: "3.0",
        codepoint: 0x357F,
        name: "CJK UNIFIED IDEOGRAPH-357F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3580,
        name: "CJK UNIFIED IDEOGRAPH-3580",
    },
    Character {
        age: "3.0",
        codepoint: 0x3581,
        name: "CJK UNIFIED IDEOGRAPH-3581",
    },
    Character {
        age: "3.0",
        codepoint: 0x3582,
        name: "CJK UNIFIED IDEOGRAPH-3582",
    },
    Character {
        age: "3.0",
        codepoint: 0x3583,
        name: "CJK UNIFIED IDEOGRAPH-3583",
    },
    Character {
        age: "3.0",
        codepoint: 0x3584,
        name: "CJK UNIFIED IDEOGRAPH-3584",
    },
    Character {
        age: "3.0",
        codepoint: 0x3585,
        name: "CJK UNIFIED IDEOGRAPH-3585",
    },
    Character {
        age: "3.0",
        codepoint: 0x3586,
        name: "CJK UNIFIED IDEOGRAPH-3586",
    },
    Character {
        age: "3.0",
        codepoint: 0x3587,
        name: "CJK UNIFIED IDEOGRAPH-3587",
    },
    Character {
        age: "3.0",
        codepoint: 0x3588,
        name: "CJK UNIFIED IDEOGRAPH-3588",
    },
    Character {
        age: "3.0",
        codepoint: 0x3589,
        name: "CJK UNIFIED IDEOGRAPH-3589",
    },
    Character {
        age: "3.0",
        codepoint: 0x358A,
        name: "CJK UNIFIED IDEOGRAPH-358A",
    },
    Character {
        age: "3.0",
        codepoint: 0x358B,
        name: "CJK UNIFIED IDEOGRAPH-358B",
    },
    Character {
        age: "3.0",
        codepoint: 0x358C,
        name: "CJK UNIFIED IDEOGRAPH-358C",
    },
    Character {
        age: "3.0",
        codepoint: 0x358D,
        name: "CJK UNIFIED IDEOGRAPH-358D",
    },
    Character {
        age: "3.0",
        codepoint: 0x358E,
        name: "CJK UNIFIED IDEOGRAPH-358E",
    },
    Character {
        age: "3.0",
        codepoint: 0x358F,
        name: "CJK UNIFIED IDEOGRAPH-358F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3590,
        name: "CJK UNIFIED IDEOGRAPH-3590",
    },
    Character {
        age: "3.0",
        codepoint: 0x3591,
        name: "CJK UNIFIED IDEOGRAPH-3591",
    },
    Character {
        age: "3.0",
        codepoint: 0x3592,
        name: "CJK UNIFIED IDEOGRAPH-3592",
    },
    Character {
        age: "3.0",
        codepoint: 0x3593,
        name: "CJK UNIFIED IDEOGRAPH-3593",
    },
    Character {
        age: "3.0",
        codepoint: 0x3594,
        name: "CJK UNIFIED IDEOGRAPH-3594",
    },
    Character {
        age: "3.0",
        codepoint: 0x3595,
        name: "CJK UNIFIED IDEOGRAPH-3595",
    },
    Character {
        age: "3.0",
        codepoint: 0x3596,
        name: "CJK UNIFIED IDEOGRAPH-3596",
    },
    Character {
        age: "3.0",
        codepoint: 0x3597,
        name: "CJK UNIFIED IDEOGRAPH-3597",
    },
    Character {
        age: "3.0",
        codepoint: 0x3598,
        name: "CJK UNIFIED IDEOGRAPH-3598",
    },
    Character {
        age: "3.0",
        codepoint: 0x3599,
        name: "CJK UNIFIED IDEOGRAPH-3599",
    },
    Character {
        age: "3.0",
        codepoint: 0x359A,
        name: "CJK UNIFIED IDEOGRAPH-359A",
    },
    Character {
        age: "3.0",
        codepoint: 0x359B,
        name: "CJK UNIFIED IDEOGRAPH-359B",
    },
    Character {
        age: "3.0",
        codepoint: 0x359C,
        name: "CJK UNIFIED IDEOGRAPH-359C",
    },
    Character {
        age: "3.0",
        codepoint: 0x359D,
        name: "CJK UNIFIED IDEOGRAPH-359D",
    },
    Character {
        age: "3.0",
        codepoint: 0x359E,
        name: "CJK UNIFIED IDEOGRAPH-359E",
    },
    Character {
        age: "3.0",
        codepoint: 0x359F,
        name: "CJK UNIFIED IDEOGRAPH-359F",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A0,
        name: "CJK UNIFIED IDEOGRAPH-35A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A1,
        name: "CJK UNIFIED IDEOGRAPH-35A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A2,
        name: "CJK UNIFIED IDEOGRAPH-35A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A3,
        name: "CJK UNIFIED IDEOGRAPH-35A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A4,
        name: "CJK UNIFIED IDEOGRAPH-35A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A5,
        name: "CJK UNIFIED IDEOGRAPH-35A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A6,
        name: "CJK UNIFIED IDEOGRAPH-35A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A7,
        name: "CJK UNIFIED IDEOGRAPH-35A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A8,
        name: "CJK UNIFIED IDEOGRAPH-35A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x35A9,
        name: "CJK UNIFIED IDEOGRAPH-35A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x35AA,
        name: "CJK UNIFIED IDEOGRAPH-35AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x35AB,
        name: "CJK UNIFIED IDEOGRAPH-35AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x35AC,
        name: "CJK UNIFIED IDEOGRAPH-35AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x35AD,
        name: "CJK UNIFIED IDEOGRAPH-35AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x35AE,
        name: "CJK UNIFIED IDEOGRAPH-35AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x35AF,
        name: "CJK UNIFIED IDEOGRAPH-35AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B0,
        name: "CJK UNIFIED IDEOGRAPH-35B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B1,
        name: "CJK UNIFIED IDEOGRAPH-35B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B2,
        name: "CJK UNIFIED IDEOGRAPH-35B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B3,
        name: "CJK UNIFIED IDEOGRAPH-35B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B4,
        name: "CJK UNIFIED IDEOGRAPH-35B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B5,
        name: "CJK UNIFIED IDEOGRAPH-35B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B6,
        name: "CJK UNIFIED IDEOGRAPH-35B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B7,
        name: "CJK UNIFIED IDEOGRAPH-35B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B8,
        name: "CJK UNIFIED IDEOGRAPH-35B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x35B9,
        name: "CJK UNIFIED IDEOGRAPH-35B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x35BA,
        name: "CJK UNIFIED IDEOGRAPH-35BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x35BB,
        name: "CJK UNIFIED IDEOGRAPH-35BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x35BC,
        name: "CJK UNIFIED IDEOGRAPH-35BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x35BD,
        name: "CJK UNIFIED IDEOGRAPH-35BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x35BE,
        name: "CJK UNIFIED IDEOGRAPH-35BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x35BF,
        name: "CJK UNIFIED IDEOGRAPH-35BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C0,
        name: "CJK UNIFIED IDEOGRAPH-35C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C1,
        name: "CJK UNIFIED IDEOGRAPH-35C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C2,
        name: "CJK UNIFIED IDEOGRAPH-35C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C3,
        name: "CJK UNIFIED IDEOGRAPH-35C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C4,
        name: "CJK UNIFIED IDEOGRAPH-35C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C5,
        name: "CJK UNIFIED IDEOGRAPH-35C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C6,
        name: "CJK UNIFIED IDEOGRAPH-35C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C7,
        name: "CJK UNIFIED IDEOGRAPH-35C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C8,
        name: "CJK UNIFIED IDEOGRAPH-35C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x35C9,
        name: "CJK UNIFIED IDEOGRAPH-35C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x35CA,
        name: "CJK UNIFIED IDEOGRAPH-35CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x35CB,
        name: "CJK UNIFIED IDEOGRAPH-35CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x35CC,
        name: "CJK UNIFIED IDEOGRAPH-35CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x35CD,
        name: "CJK UNIFIED IDEOGRAPH-35CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x35CE,
        name: "CJK UNIFIED IDEOGRAPH-35CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x35CF,
        name: "CJK UNIFIED IDEOGRAPH-35CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D0,
        name: "CJK UNIFIED IDEOGRAPH-35D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D1,
        name: "CJK UNIFIED IDEOGRAPH-35D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D2,
        name: "CJK UNIFIED IDEOGRAPH-35D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D3,
        name: "CJK UNIFIED IDEOGRAPH-35D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D4,
        name: "CJK UNIFIED IDEOGRAPH-35D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D5,
        name: "CJK UNIFIED IDEOGRAPH-35D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D6,
        name: "CJK UNIFIED IDEOGRAPH-35D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D7,
        name: "CJK UNIFIED IDEOGRAPH-35D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D8,
        name: "CJK UNIFIED IDEOGRAPH-35D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x35D9,
        name: "CJK UNIFIED IDEOGRAPH-35D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x35DA,
        name: "CJK UNIFIED IDEOGRAPH-35DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x35DB,
        name: "CJK UNIFIED IDEOGRAPH-35DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x35DC,
        name: "CJK UNIFIED IDEOGRAPH-35DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x35DD,
        name: "CJK UNIFIED IDEOGRAPH-35DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x35DE,
        name: "CJK UNIFIED IDEOGRAPH-35DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x35DF,
        name: "CJK UNIFIED IDEOGRAPH-35DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E0,
        name: "CJK UNIFIED IDEOGRAPH-35E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E1,
        name: "CJK UNIFIED IDEOGRAPH-35E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E2,
        name: "CJK UNIFIED IDEOGRAPH-35E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E3,
        name: "CJK UNIFIED IDEOGRAPH-35E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E4,
        name: "CJK UNIFIED IDEOGRAPH-35E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E5,
        name: "CJK UNIFIED IDEOGRAPH-35E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E6,
        name: "CJK UNIFIED IDEOGRAPH-35E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E7,
        name: "CJK UNIFIED IDEOGRAPH-35E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E8,
        name: "CJK UNIFIED IDEOGRAPH-35E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x35E9,
        name: "CJK UNIFIED IDEOGRAPH-35E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x35EA,
        name: "CJK UNIFIED IDEOGRAPH-35EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x35EB,
        name: "CJK UNIFIED IDEOGRAPH-35EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x35EC,
        name: "CJK UNIFIED IDEOGRAPH-35EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x35ED,
        name: "CJK UNIFIED IDEOGRAPH-35ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x35EE,
        name: "CJK UNIFIED IDEOGRAPH-35EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x35EF,
        name: "CJK UNIFIED IDEOGRAPH-35EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F0,
        name: "CJK UNIFIED IDEOGRAPH-35F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F1,
        name: "CJK UNIFIED IDEOGRAPH-35F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F2,
        name: "CJK UNIFIED IDEOGRAPH-35F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F3,
        name: "CJK UNIFIED IDEOGRAPH-35F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F4,
        name: "CJK UNIFIED IDEOGRAPH-35F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F5,
        name: "CJK UNIFIED IDEOGRAPH-35F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F6,
        name: "CJK UNIFIED IDEOGRAPH-35F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F7,
        name: "CJK UNIFIED IDEOGRAPH-35F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F8,
        name: "CJK UNIFIED IDEOGRAPH-35F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x35F9,
        name: "CJK UNIFIED IDEOGRAPH-35F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x35FA,
        name: "CJK UNIFIED IDEOGRAPH-35FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x35FB,
        name: "CJK UNIFIED IDEOGRAPH-35FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x35FC,
        name: "CJK UNIFIED IDEOGRAPH-35FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x35FD,
        name: "CJK UNIFIED IDEOGRAPH-35FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x35FE,
        name: "CJK UNIFIED IDEOGRAPH-35FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x35FF,
        name: "CJK UNIFIED IDEOGRAPH-35FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3600,
        name: "CJK UNIFIED IDEOGRAPH-3600",
    },
    Character {
        age: "3.0",
        codepoint: 0x3601,
        name: "CJK UNIFIED IDEOGRAPH-3601",
    },
    Character {
        age: "3.0",
        codepoint: 0x3602,
        name: "CJK UNIFIED IDEOGRAPH-3602",
    },
    Character {
        age: "3.0",
        codepoint: 0x3603,
        name: "CJK UNIFIED IDEOGRAPH-3603",
    },
    Character {
        age: "3.0",
        codepoint: 0x3604,
        name: "CJK UNIFIED IDEOGRAPH-3604",
    },
    Character {
        age: "3.0",
        codepoint: 0x3605,
        name: "CJK UNIFIED IDEOGRAPH-3605",
    },
    Character {
        age: "3.0",
        codepoint: 0x3606,
        name: "CJK UNIFIED IDEOGRAPH-3606",
    },
    Character {
        age: "3.0",
        codepoint: 0x3607,
        name: "CJK UNIFIED IDEOGRAPH-3607",
    },
    Character {
        age: "3.0",
        codepoint: 0x3608,
        name: "CJK UNIFIED IDEOGRAPH-3608",
    },
    Character {
        age: "3.0",
        codepoint: 0x3609,
        name: "CJK UNIFIED IDEOGRAPH-3609",
    },
    Character {
        age: "3.0",
        codepoint: 0x360A,
        name: "CJK UNIFIED IDEOGRAPH-360A",
    },
    Character {
        age: "3.0",
        codepoint: 0x360B,
        name: "CJK UNIFIED IDEOGRAPH-360B",
    },
    Character {
        age: "3.0",
        codepoint: 0x360C,
        name: "CJK UNIFIED IDEOGRAPH-360C",
    },
    Character {
        age: "3.0",
        codepoint: 0x360D,
        name: "CJK UNIFIED IDEOGRAPH-360D",
    },
    Character {
        age: "3.0",
        codepoint: 0x360E,
        name: "CJK UNIFIED IDEOGRAPH-360E",
    },
    Character {
        age: "3.0",
        codepoint: 0x360F,
        name: "CJK UNIFIED IDEOGRAPH-360F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3610,
        name: "CJK UNIFIED IDEOGRAPH-3610",
    },
    Character {
        age: "3.0",
        codepoint: 0x3611,
        name: "CJK UNIFIED IDEOGRAPH-3611",
    },
    Character {
        age: "3.0",
        codepoint: 0x3612,
        name: "CJK UNIFIED IDEOGRAPH-3612",
    },
    Character {
        age: "3.0",
        codepoint: 0x3613,
        name: "CJK UNIFIED IDEOGRAPH-3613",
    },
    Character {
        age: "3.0",
        codepoint: 0x3614,
        name: "CJK UNIFIED IDEOGRAPH-3614",
    },
    Character {
        age: "3.0",
        codepoint: 0x3615,
        name: "CJK UNIFIED IDEOGRAPH-3615",
    },
    Character {
        age: "3.0",
        codepoint: 0x3616,
        name: "CJK UNIFIED IDEOGRAPH-3616",
    },
    Character {
        age: "3.0",
        codepoint: 0x3617,
        name: "CJK UNIFIED IDEOGRAPH-3617",
    },
    Character {
        age: "3.0",
        codepoint: 0x3618,
        name: "CJK UNIFIED IDEOGRAPH-3618",
    },
    Character {
        age: "3.0",
        codepoint: 0x3619,
        name: "CJK UNIFIED IDEOGRAPH-3619",
    },
    Character {
        age: "3.0",
        codepoint: 0x361A,
        name: "CJK UNIFIED IDEOGRAPH-361A",
    },
    Character {
        age: "3.0",
        codepoint: 0x361B,
        name: "CJK UNIFIED IDEOGRAPH-361B",
    },
    Character {
        age: "3.0",
        codepoint: 0x361C,
        name: "CJK UNIFIED IDEOGRAPH-361C",
    },
    Character {
        age: "3.0",
        codepoint: 0x361D,
        name: "CJK UNIFIED IDEOGRAPH-361D",
    },
    Character {
        age: "3.0",
        codepoint: 0x361E,
        name: "CJK UNIFIED IDEOGRAPH-361E",
    },
    Character {
        age: "3.0",
        codepoint: 0x361F,
        name: "CJK UNIFIED IDEOGRAPH-361F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3620,
        name: "CJK UNIFIED IDEOGRAPH-3620",
    },
    Character {
        age: "3.0",
        codepoint: 0x3621,
        name: "CJK UNIFIED IDEOGRAPH-3621",
    },
    Character {
        age: "3.0",
        codepoint: 0x3622,
        name: "CJK UNIFIED IDEOGRAPH-3622",
    },
    Character {
        age: "3.0",
        codepoint: 0x3623,
        name: "CJK UNIFIED IDEOGRAPH-3623",
    },
    Character {
        age: "3.0",
        codepoint: 0x3624,
        name: "CJK UNIFIED IDEOGRAPH-3624",
    },
    Character {
        age: "3.0",
        codepoint: 0x3625,
        name: "CJK UNIFIED IDEOGRAPH-3625",
    },
    Character {
        age: "3.0",
        codepoint: 0x3626,
        name: "CJK UNIFIED IDEOGRAPH-3626",
    },
    Character {
        age: "3.0",
        codepoint: 0x3627,
        name: "CJK UNIFIED IDEOGRAPH-3627",
    },
    Character {
        age: "3.0",
        codepoint: 0x3628,
        name: "CJK UNIFIED IDEOGRAPH-3628",
    },
    Character {
        age: "3.0",
        codepoint: 0x3629,
        name: "CJK UNIFIED IDEOGRAPH-3629",
    },
    Character {
        age: "3.0",
        codepoint: 0x362A,
        name: "CJK UNIFIED IDEOGRAPH-362A",
    },
    Character {
        age: "3.0",
        codepoint: 0x362B,
        name: "CJK UNIFIED IDEOGRAPH-362B",
    },
    Character {
        age: "3.0",
        codepoint: 0x362C,
        name: "CJK UNIFIED IDEOGRAPH-362C",
    },
    Character {
        age: "3.0",
        codepoint: 0x362D,
        name: "CJK UNIFIED IDEOGRAPH-362D",
    },
    Character {
        age: "3.0",
        codepoint: 0x362E,
        name: "CJK UNIFIED IDEOGRAPH-362E",
    },
    Character {
        age: "3.0",
        codepoint: 0x362F,
        name: "CJK UNIFIED IDEOGRAPH-362F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3630,
        name: "CJK UNIFIED IDEOGRAPH-3630",
    },
    Character {
        age: "3.0",
        codepoint: 0x3631,
        name: "CJK UNIFIED IDEOGRAPH-3631",
    },
    Character {
        age: "3.0",
        codepoint: 0x3632,
        name: "CJK UNIFIED IDEOGRAPH-3632",
    },
    Character {
        age: "3.0",
        codepoint: 0x3633,
        name: "CJK UNIFIED IDEOGRAPH-3633",
    },
    Character {
        age: "3.0",
        codepoint: 0x3634,
        name: "CJK UNIFIED IDEOGRAPH-3634",
    },
    Character {
        age: "3.0",
        codepoint: 0x3635,
        name: "CJK UNIFIED IDEOGRAPH-3635",
    },
    Character {
        age: "3.0",
        codepoint: 0x3636,
        name: "CJK UNIFIED IDEOGRAPH-3636",
    },
    Character {
        age: "3.0",
        codepoint: 0x3637,
        name: "CJK UNIFIED IDEOGRAPH-3637",
    },
    Character {
        age: "3.0",
        codepoint: 0x3638,
        name: "CJK UNIFIED IDEOGRAPH-3638",
    },
    Character {
        age: "3.0",
        codepoint: 0x3639,
        name: "CJK UNIFIED IDEOGRAPH-3639",
    },
    Character {
        age: "3.0",
        codepoint: 0x363A,
        name: "CJK UNIFIED IDEOGRAPH-363A",
    },
    Character {
        age: "3.0",
        codepoint: 0x363B,
        name: "CJK UNIFIED IDEOGRAPH-363B",
    },
    Character {
        age: "3.0",
        codepoint: 0x363C,
        name: "CJK UNIFIED IDEOGRAPH-363C",
    },
    Character {
        age: "3.0",
        codepoint: 0x363D,
        name: "CJK UNIFIED IDEOGRAPH-363D",
    },
    Character {
        age: "3.0",
        codepoint: 0x363E,
        name: "CJK UNIFIED IDEOGRAPH-363E",
    },
    Character {
        age: "3.0",
        codepoint: 0x363F,
        name: "CJK UNIFIED IDEOGRAPH-363F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3640,
        name: "CJK UNIFIED IDEOGRAPH-3640",
    },
    Character {
        age: "3.0",
        codepoint: 0x3641,
        name: "CJK UNIFIED IDEOGRAPH-3641",
    },
    Character {
        age: "3.0",
        codepoint: 0x3642,
        name: "CJK UNIFIED IDEOGRAPH-3642",
    },
    Character {
        age: "3.0",
        codepoint: 0x3643,
        name: "CJK UNIFIED IDEOGRAPH-3643",
    },
    Character {
        age: "3.0",
        codepoint: 0x3644,
        name: "CJK UNIFIED IDEOGRAPH-3644",
    },
    Character {
        age: "3.0",
        codepoint: 0x3645,
        name: "CJK UNIFIED IDEOGRAPH-3645",
    },
    Character {
        age: "3.0",
        codepoint: 0x3646,
        name: "CJK UNIFIED IDEOGRAPH-3646",
    },
    Character {
        age: "3.0",
        codepoint: 0x3647,
        name: "CJK UNIFIED IDEOGRAPH-3647",
    },
    Character {
        age: "3.0",
        codepoint: 0x3648,
        name: "CJK UNIFIED IDEOGRAPH-3648",
    },
    Character {
        age: "3.0",
        codepoint: 0x3649,
        name: "CJK UNIFIED IDEOGRAPH-3649",
    },
    Character {
        age: "3.0",
        codepoint: 0x364A,
        name: "CJK UNIFIED IDEOGRAPH-364A",
    },
    Character {
        age: "3.0",
        codepoint: 0x364B,
        name: "CJK UNIFIED IDEOGRAPH-364B",
    },
    Character {
        age: "3.0",
        codepoint: 0x364C,
        name: "CJK UNIFIED IDEOGRAPH-364C",
    },
    Character {
        age: "3.0",
        codepoint: 0x364D,
        name: "CJK UNIFIED IDEOGRAPH-364D",
    },
    Character {
        age: "3.0",
        codepoint: 0x364E,
        name: "CJK UNIFIED IDEOGRAPH-364E",
    },
    Character {
        age: "3.0",
        codepoint: 0x364F,
        name: "CJK UNIFIED IDEOGRAPH-364F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3650,
        name: "CJK UNIFIED IDEOGRAPH-3650",
    },
    Character {
        age: "3.0",
        codepoint: 0x3651,
        name: "CJK UNIFIED IDEOGRAPH-3651",
    },
    Character {
        age: "3.0",
        codepoint: 0x3652,
        name: "CJK UNIFIED IDEOGRAPH-3652",
    },
    Character {
        age: "3.0",
        codepoint: 0x3653,
        name: "CJK UNIFIED IDEOGRAPH-3653",
    },
    Character {
        age: "3.0",
        codepoint: 0x3654,
        name: "CJK UNIFIED IDEOGRAPH-3654",
    },
    Character {
        age: "3.0",
        codepoint: 0x3655,
        name: "CJK UNIFIED IDEOGRAPH-3655",
    },
    Character {
        age: "3.0",
        codepoint: 0x3656,
        name: "CJK UNIFIED IDEOGRAPH-3656",
    },
    Character {
        age: "3.0",
        codepoint: 0x3657,
        name: "CJK UNIFIED IDEOGRAPH-3657",
    },
    Character {
        age: "3.0",
        codepoint: 0x3658,
        name: "CJK UNIFIED IDEOGRAPH-3658",
    },
    Character {
        age: "3.0",
        codepoint: 0x3659,
        name: "CJK UNIFIED IDEOGRAPH-3659",
    },
    Character {
        age: "3.0",
        codepoint: 0x365A,
        name: "CJK UNIFIED IDEOGRAPH-365A",
    },
    Character {
        age: "3.0",
        codepoint: 0x365B,
        name: "CJK UNIFIED IDEOGRAPH-365B",
    },
    Character {
        age: "3.0",
        codepoint: 0x365C,
        name: "CJK UNIFIED IDEOGRAPH-365C",
    },
    Character {
        age: "3.0",
        codepoint: 0x365D,
        name: "CJK UNIFIED IDEOGRAPH-365D",
    },
    Character {
        age: "3.0",
        codepoint: 0x365E,
        name: "CJK UNIFIED IDEOGRAPH-365E",
    },
    Character {
        age: "3.0",
        codepoint: 0x365F,
        name: "CJK UNIFIED IDEOGRAPH-365F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3660,
        name: "CJK UNIFIED IDEOGRAPH-3660",
    },
    Character {
        age: "3.0",
        codepoint: 0x3661,
        name: "CJK UNIFIED IDEOGRAPH-3661",
    },
    Character {
        age: "3.0",
        codepoint: 0x3662,
        name: "CJK UNIFIED IDEOGRAPH-3662",
    },
    Character {
        age: "3.0",
        codepoint: 0x3663,
        name: "CJK UNIFIED IDEOGRAPH-3663",
    },
    Character {
        age: "3.0",
        codepoint: 0x3664,
        name: "CJK UNIFIED IDEOGRAPH-3664",
    },
    Character {
        age: "3.0",
        codepoint: 0x3665,
        name: "CJK UNIFIED IDEOGRAPH-3665",
    },
    Character {
        age: "3.0",
        codepoint: 0x3666,
        name: "CJK UNIFIED IDEOGRAPH-3666",
    },
    Character {
        age: "3.0",
        codepoint: 0x3667,
        name: "CJK UNIFIED IDEOGRAPH-3667",
    },
    Character {
        age: "3.0",
        codepoint: 0x3668,
        name: "CJK UNIFIED IDEOGRAPH-3668",
    },
    Character {
        age: "3.0",
        codepoint: 0x3669,
        name: "CJK UNIFIED IDEOGRAPH-3669",
    },
    Character {
        age: "3.0",
        codepoint: 0x366A,
        name: "CJK UNIFIED IDEOGRAPH-366A",
    },
    Character {
        age: "3.0",
        codepoint: 0x366B,
        name: "CJK UNIFIED IDEOGRAPH-366B",
    },
    Character {
        age: "3.0",
        codepoint: 0x366C,
        name: "CJK UNIFIED IDEOGRAPH-366C",
    },
    Character {
        age: "3.0",
        codepoint: 0x366D,
        name: "CJK UNIFIED IDEOGRAPH-366D",
    },
    Character {
        age: "3.0",
        codepoint: 0x366E,
        name: "CJK UNIFIED IDEOGRAPH-366E",
    },
    Character {
        age: "3.0",
        codepoint: 0x366F,
        name: "CJK UNIFIED IDEOGRAPH-366F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3670,
        name: "CJK UNIFIED IDEOGRAPH-3670",
    },
    Character {
        age: "3.0",
        codepoint: 0x3671,
        name: "CJK UNIFIED IDEOGRAPH-3671",
    },
    Character {
        age: "3.0",
        codepoint: 0x3672,
        name: "CJK UNIFIED IDEOGRAPH-3672",
    },
    Character {
        age: "3.0",
        codepoint: 0x3673,
        name: "CJK UNIFIED IDEOGRAPH-3673",
    },
    Character {
        age: "3.0",
        codepoint: 0x3674,
        name: "CJK UNIFIED IDEOGRAPH-3674",
    },
    Character {
        age: "3.0",
        codepoint: 0x3675,
        name: "CJK UNIFIED IDEOGRAPH-3675",
    },
    Character {
        age: "3.0",
        codepoint: 0x3676,
        name: "CJK UNIFIED IDEOGRAPH-3676",
    },
    Character {
        age: "3.0",
        codepoint: 0x3677,
        name: "CJK UNIFIED IDEOGRAPH-3677",
    },
    Character {
        age: "3.0",
        codepoint: 0x3678,
        name: "CJK UNIFIED IDEOGRAPH-3678",
    },
    Character {
        age: "3.0",
        codepoint: 0x3679,
        name: "CJK UNIFIED IDEOGRAPH-3679",
    },
    Character {
        age: "3.0",
        codepoint: 0x367A,
        name: "CJK UNIFIED IDEOGRAPH-367A",
    },
    Character {
        age: "3.0",
        codepoint: 0x367B,
        name: "CJK UNIFIED IDEOGRAPH-367B",
    },
    Character {
        age: "3.0",
        codepoint: 0x367C,
        name: "CJK UNIFIED IDEOGRAPH-367C",
    },
    Character {
        age: "3.0",
        codepoint: 0x367D,
        name: "CJK UNIFIED IDEOGRAPH-367D",
    },
    Character {
        age: "3.0",
        codepoint: 0x367E,
        name: "CJK UNIFIED IDEOGRAPH-367E",
    },
    Character {
        age: "3.0",
        codepoint: 0x367F,
        name: "CJK UNIFIED IDEOGRAPH-367F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3680,
        name: "CJK UNIFIED IDEOGRAPH-3680",
    },
    Character {
        age: "3.0",
        codepoint: 0x3681,
        name: "CJK UNIFIED IDEOGRAPH-3681",
    },
    Character {
        age: "3.0",
        codepoint: 0x3682,
        name: "CJK UNIFIED IDEOGRAPH-3682",
    },
    Character {
        age: "3.0",
        codepoint: 0x3683,
        name: "CJK UNIFIED IDEOGRAPH-3683",
    },
    Character {
        age: "3.0",
        codepoint: 0x3684,
        name: "CJK UNIFIED IDEOGRAPH-3684",
    },
    Character {
        age: "3.0",
        codepoint: 0x3685,
        name: "CJK UNIFIED IDEOGRAPH-3685",
    },
    Character {
        age: "3.0",
        codepoint: 0x3686,
        name: "CJK UNIFIED IDEOGRAPH-3686",
    },
    Character {
        age: "3.0",
        codepoint: 0x3687,
        name: "CJK UNIFIED IDEOGRAPH-3687",
    },
    Character {
        age: "3.0",
        codepoint: 0x3688,
        name: "CJK UNIFIED IDEOGRAPH-3688",
    },
    Character {
        age: "3.0",
        codepoint: 0x3689,
        name: "CJK UNIFIED IDEOGRAPH-3689",
    },
    Character {
        age: "3.0",
        codepoint: 0x368A,
        name: "CJK UNIFIED IDEOGRAPH-368A",
    },
    Character {
        age: "3.0",
        codepoint: 0x368B,
        name: "CJK UNIFIED IDEOGRAPH-368B",
    },
    Character {
        age: "3.0",
        codepoint: 0x368C,
        name: "CJK UNIFIED IDEOGRAPH-368C",
    },
    Character {
        age: "3.0",
        codepoint: 0x368D,
        name: "CJK UNIFIED IDEOGRAPH-368D",
    },
    Character {
        age: "3.0",
        codepoint: 0x368E,
        name: "CJK UNIFIED IDEOGRAPH-368E",
    },
    Character {
        age: "3.0",
        codepoint: 0x368F,
        name: "CJK UNIFIED IDEOGRAPH-368F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3690,
        name: "CJK UNIFIED IDEOGRAPH-3690",
    },
    Character {
        age: "3.0",
        codepoint: 0x3691,
        name: "CJK UNIFIED IDEOGRAPH-3691",
    },
    Character {
        age: "3.0",
        codepoint: 0x3692,
        name: "CJK UNIFIED IDEOGRAPH-3692",
    },
    Character {
        age: "3.0",
        codepoint: 0x3693,
        name: "CJK UNIFIED IDEOGRAPH-3693",
    },
    Character {
        age: "3.0",
        codepoint: 0x3694,
        name: "CJK UNIFIED IDEOGRAPH-3694",
    },
    Character {
        age: "3.0",
        codepoint: 0x3695,
        name: "CJK UNIFIED IDEOGRAPH-3695",
    },
    Character {
        age: "3.0",
        codepoint: 0x3696,
        name: "CJK UNIFIED IDEOGRAPH-3696",
    },
    Character {
        age: "3.0",
        codepoint: 0x3697,
        name: "CJK UNIFIED IDEOGRAPH-3697",
    },
    Character {
        age: "3.0",
        codepoint: 0x3698,
        name: "CJK UNIFIED IDEOGRAPH-3698",
    },
    Character {
        age: "3.0",
        codepoint: 0x3699,
        name: "CJK UNIFIED IDEOGRAPH-3699",
    },
    Character {
        age: "3.0",
        codepoint: 0x369A,
        name: "CJK UNIFIED IDEOGRAPH-369A",
    },
    Character {
        age: "3.0",
        codepoint: 0x369B,
        name: "CJK UNIFIED IDEOGRAPH-369B",
    },
    Character {
        age: "3.0",
        codepoint: 0x369C,
        name: "CJK UNIFIED IDEOGRAPH-369C",
    },
    Character {
        age: "3.0",
        codepoint: 0x369D,
        name: "CJK UNIFIED IDEOGRAPH-369D",
    },
    Character {
        age: "3.0",
        codepoint: 0x369E,
        name: "CJK UNIFIED IDEOGRAPH-369E",
    },
    Character {
        age: "3.0",
        codepoint: 0x369F,
        name: "CJK UNIFIED IDEOGRAPH-369F",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A0,
        name: "CJK UNIFIED IDEOGRAPH-36A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A1,
        name: "CJK UNIFIED IDEOGRAPH-36A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A2,
        name: "CJK UNIFIED IDEOGRAPH-36A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A3,
        name: "CJK UNIFIED IDEOGRAPH-36A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A4,
        name: "CJK UNIFIED IDEOGRAPH-36A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A5,
        name: "CJK UNIFIED IDEOGRAPH-36A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A6,
        name: "CJK UNIFIED IDEOGRAPH-36A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A7,
        name: "CJK UNIFIED IDEOGRAPH-36A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A8,
        name: "CJK UNIFIED IDEOGRAPH-36A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x36A9,
        name: "CJK UNIFIED IDEOGRAPH-36A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x36AA,
        name: "CJK UNIFIED IDEOGRAPH-36AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x36AB,
        name: "CJK UNIFIED IDEOGRAPH-36AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x36AC,
        name: "CJK UNIFIED IDEOGRAPH-36AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x36AD,
        name: "CJK UNIFIED IDEOGRAPH-36AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x36AE,
        name: "CJK UNIFIED IDEOGRAPH-36AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x36AF,
        name: "CJK UNIFIED IDEOGRAPH-36AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B0,
        name: "CJK UNIFIED IDEOGRAPH-36B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B1,
        name: "CJK UNIFIED IDEOGRAPH-36B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B2,
        name: "CJK UNIFIED IDEOGRAPH-36B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B3,
        name: "CJK UNIFIED IDEOGRAPH-36B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B4,
        name: "CJK UNIFIED IDEOGRAPH-36B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B5,
        name: "CJK UNIFIED IDEOGRAPH-36B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B6,
        name: "CJK UNIFIED IDEOGRAPH-36B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B7,
        name: "CJK UNIFIED IDEOGRAPH-36B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B8,
        name: "CJK UNIFIED IDEOGRAPH-36B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x36B9,
        name: "CJK UNIFIED IDEOGRAPH-36B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x36BA,
        name: "CJK UNIFIED IDEOGRAPH-36BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x36BB,
        name: "CJK UNIFIED IDEOGRAPH-36BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x36BC,
        name: "CJK UNIFIED IDEOGRAPH-36BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x36BD,
        name: "CJK UNIFIED IDEOGRAPH-36BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x36BE,
        name: "CJK UNIFIED IDEOGRAPH-36BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x36BF,
        name: "CJK UNIFIED IDEOGRAPH-36BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C0,
        name: "CJK UNIFIED IDEOGRAPH-36C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C1,
        name: "CJK UNIFIED IDEOGRAPH-36C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C2,
        name: "CJK UNIFIED IDEOGRAPH-36C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C3,
        name: "CJK UNIFIED IDEOGRAPH-36C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C4,
        name: "CJK UNIFIED IDEOGRAPH-36C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C5,
        name: "CJK UNIFIED IDEOGRAPH-36C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C6,
        name: "CJK UNIFIED IDEOGRAPH-36C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C7,
        name: "CJK UNIFIED IDEOGRAPH-36C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C8,
        name: "CJK UNIFIED IDEOGRAPH-36C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x36C9,
        name: "CJK UNIFIED IDEOGRAPH-36C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x36CA,
        name: "CJK UNIFIED IDEOGRAPH-36CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x36CB,
        name: "CJK UNIFIED IDEOGRAPH-36CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x36CC,
        name: "CJK UNIFIED IDEOGRAPH-36CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x36CD,
        name: "CJK UNIFIED IDEOGRAPH-36CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x36CE,
        name: "CJK UNIFIED IDEOGRAPH-36CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x36CF,
        name: "CJK UNIFIED IDEOGRAPH-36CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D0,
        name: "CJK UNIFIED IDEOGRAPH-36D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D1,
        name: "CJK UNIFIED IDEOGRAPH-36D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D2,
        name: "CJK UNIFIED IDEOGRAPH-36D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D3,
        name: "CJK UNIFIED IDEOGRAPH-36D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D4,
        name: "CJK UNIFIED IDEOGRAPH-36D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D5,
        name: "CJK UNIFIED IDEOGRAPH-36D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D6,
        name: "CJK UNIFIED IDEOGRAPH-36D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D7,
        name: "CJK UNIFIED IDEOGRAPH-36D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D8,
        name: "CJK UNIFIED IDEOGRAPH-36D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x36D9,
        name: "CJK UNIFIED IDEOGRAPH-36D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x36DA,
        name: "CJK UNIFIED IDEOGRAPH-36DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x36DB,
        name: "CJK UNIFIED IDEOGRAPH-36DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x36DC,
        name: "CJK UNIFIED IDEOGRAPH-36DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x36DD,
        name: "CJK UNIFIED IDEOGRAPH-36DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x36DE,
        name: "CJK UNIFIED IDEOGRAPH-36DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x36DF,
        name: "CJK UNIFIED IDEOGRAPH-36DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E0,
        name: "CJK UNIFIED IDEOGRAPH-36E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E1,
        name: "CJK UNIFIED IDEOGRAPH-36E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E2,
        name: "CJK UNIFIED IDEOGRAPH-36E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E3,
        name: "CJK UNIFIED IDEOGRAPH-36E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E4,
        name: "CJK UNIFIED IDEOGRAPH-36E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E5,
        name: "CJK UNIFIED IDEOGRAPH-36E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E6,
        name: "CJK UNIFIED IDEOGRAPH-36E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E7,
        name: "CJK UNIFIED IDEOGRAPH-36E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E8,
        name: "CJK UNIFIED IDEOGRAPH-36E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x36E9,
        name: "CJK UNIFIED IDEOGRAPH-36E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x36EA,
        name: "CJK UNIFIED IDEOGRAPH-36EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x36EB,
        name: "CJK UNIFIED IDEOGRAPH-36EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x36EC,
        name: "CJK UNIFIED IDEOGRAPH-36EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x36ED,
        name: "CJK UNIFIED IDEOGRAPH-36ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x36EE,
        name: "CJK UNIFIED IDEOGRAPH-36EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x36EF,
        name: "CJK UNIFIED IDEOGRAPH-36EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F0,
        name: "CJK UNIFIED IDEOGRAPH-36F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F1,
        name: "CJK UNIFIED IDEOGRAPH-36F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F2,
        name: "CJK UNIFIED IDEOGRAPH-36F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F3,
        name: "CJK UNIFIED IDEOGRAPH-36F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F4,
        name: "CJK UNIFIED IDEOGRAPH-36F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F5,
        name: "CJK UNIFIED IDEOGRAPH-36F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F6,
        name: "CJK UNIFIED IDEOGRAPH-36F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F7,
        name: "CJK UNIFIED IDEOGRAPH-36F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F8,
        name: "CJK UNIFIED IDEOGRAPH-36F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x36F9,
        name: "CJK UNIFIED IDEOGRAPH-36F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x36FA,
        name: "CJK UNIFIED IDEOGRAPH-36FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x36FB,
        name: "CJK UNIFIED IDEOGRAPH-36FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x36FC,
        name: "CJK UNIFIED IDEOGRAPH-36FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x36FD,
        name: "CJK UNIFIED IDEOGRAPH-36FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x36FE,
        name: "CJK UNIFIED IDEOGRAPH-36FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x36FF,
        name: "CJK UNIFIED IDEOGRAPH-36FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3700,
        name: "CJK UNIFIED IDEOGRAPH-3700",
    },
    Character {
        age: "3.0",
        codepoint: 0x3701,
        name: "CJK UNIFIED IDEOGRAPH-3701",
    },
    Character {
        age: "3.0",
        codepoint: 0x3702,
        name: "CJK UNIFIED IDEOGRAPH-3702",
    },
    Character {
        age: "3.0",
        codepoint: 0x3703,
        name: "CJK UNIFIED IDEOGRAPH-3703",
    },
    Character {
        age: "3.0",
        codepoint: 0x3704,
        name: "CJK UNIFIED IDEOGRAPH-3704",
    },
    Character {
        age: "3.0",
        codepoint: 0x3705,
        name: "CJK UNIFIED IDEOGRAPH-3705",
    },
    Character {
        age: "3.0",
        codepoint: 0x3706,
        name: "CJK UNIFIED IDEOGRAPH-3706",
    },
    Character {
        age: "3.0",
        codepoint: 0x3707,
        name: "CJK UNIFIED IDEOGRAPH-3707",
    },
    Character {
        age: "3.0",
        codepoint: 0x3708,
        name: "CJK UNIFIED IDEOGRAPH-3708",
    },
    Character {
        age: "3.0",
        codepoint: 0x3709,
        name: "CJK UNIFIED IDEOGRAPH-3709",
    },
    Character {
        age: "3.0",
        codepoint: 0x370A,
        name: "CJK UNIFIED IDEOGRAPH-370A",
    },
    Character {
        age: "3.0",
        codepoint: 0x370B,
        name: "CJK UNIFIED IDEOGRAPH-370B",
    },
    Character {
        age: "3.0",
        codepoint: 0x370C,
        name: "CJK UNIFIED IDEOGRAPH-370C",
    },
    Character {
        age: "3.0",
        codepoint: 0x370D,
        name: "CJK UNIFIED IDEOGRAPH-370D",
    },
    Character {
        age: "3.0",
        codepoint: 0x370E,
        name: "CJK UNIFIED IDEOGRAPH-370E",
    },
    Character {
        age: "3.0",
        codepoint: 0x370F,
        name: "CJK UNIFIED IDEOGRAPH-370F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3710,
        name: "CJK UNIFIED IDEOGRAPH-3710",
    },
    Character {
        age: "3.0",
        codepoint: 0x3711,
        name: "CJK UNIFIED IDEOGRAPH-3711",
    },
    Character {
        age: "3.0",
        codepoint: 0x3712,
        name: "CJK UNIFIED IDEOGRAPH-3712",
    },
    Character {
        age: "3.0",
        codepoint: 0x3713,
        name: "CJK UNIFIED IDEOGRAPH-3713",
    },
    Character {
        age: "3.0",
        codepoint: 0x3714,
        name: "CJK UNIFIED IDEOGRAPH-3714",
    },
    Character {
        age: "3.0",
        codepoint: 0x3715,
        name: "CJK UNIFIED IDEOGRAPH-3715",
    },
    Character {
        age: "3.0",
        codepoint: 0x3716,
        name: "CJK UNIFIED IDEOGRAPH-3716",
    },
    Character {
        age: "3.0",
        codepoint: 0x3717,
        name: "CJK UNIFIED IDEOGRAPH-3717",
    },
    Character {
        age: "3.0",
        codepoint: 0x3718,
        name: "CJK UNIFIED IDEOGRAPH-3718",
    },
    Character {
        age: "3.0",
        codepoint: 0x3719,
        name: "CJK UNIFIED IDEOGRAPH-3719",
    },
    Character {
        age: "3.0",
        codepoint: 0x371A,
        name: "CJK UNIFIED IDEOGRAPH-371A",
    },
    Character {
        age: "3.0",
        codepoint: 0x371B,
        name: "CJK UNIFIED IDEOGRAPH-371B",
    },
    Character {
        age: "3.0",
        codepoint: 0x371C,
        name: "CJK UNIFIED IDEOGRAPH-371C",
    },
    Character {
        age: "3.0",
        codepoint: 0x371D,
        name: "CJK UNIFIED IDEOGRAPH-371D",
    },
    Character {
        age: "3.0",
        codepoint: 0x371E,
        name: "CJK UNIFIED IDEOGRAPH-371E",
    },
    Character {
        age: "3.0",
        codepoint: 0x371F,
        name: "CJK UNIFIED IDEOGRAPH-371F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3720,
        name: "CJK UNIFIED IDEOGRAPH-3720",
    },
    Character {
        age: "3.0",
        codepoint: 0x3721,
        name: "CJK UNIFIED IDEOGRAPH-3721",
    },
    Character {
        age: "3.0",
        codepoint: 0x3722,
        name: "CJK UNIFIED IDEOGRAPH-3722",
    },
    Character {
        age: "3.0",
        codepoint: 0x3723,
        name: "CJK UNIFIED IDEOGRAPH-3723",
    },
    Character {
        age: "3.0",
        codepoint: 0x3724,
        name: "CJK UNIFIED IDEOGRAPH-3724",
    },
    Character {
        age: "3.0",
        codepoint: 0x3725,
        name: "CJK UNIFIED IDEOGRAPH-3725",
    },
    Character {
        age: "3.0",
        codepoint: 0x3726,
        name: "CJK UNIFIED IDEOGRAPH-3726",
    },
    Character {
        age: "3.0",
        codepoint: 0x3727,
        name: "CJK UNIFIED IDEOGRAPH-3727",
    },
    Character {
        age: "3.0",
        codepoint: 0x3728,
        name: "CJK UNIFIED IDEOGRAPH-3728",
    },
    Character {
        age: "3.0",
        codepoint: 0x3729,
        name: "CJK UNIFIED IDEOGRAPH-3729",
    },
    Character {
        age: "3.0",
        codepoint: 0x372A,
        name: "CJK UNIFIED IDEOGRAPH-372A",
    },
    Character {
        age: "3.0",
        codepoint: 0x372B,
        name: "CJK UNIFIED IDEOGRAPH-372B",
    },
    Character {
        age: "3.0",
        codepoint: 0x372C,
        name: "CJK UNIFIED IDEOGRAPH-372C",
    },
    Character {
        age: "3.0",
        codepoint: 0x372D,
        name: "CJK UNIFIED IDEOGRAPH-372D",
    },
    Character {
        age: "3.0",
        codepoint: 0x372E,
        name: "CJK UNIFIED IDEOGRAPH-372E",
    },
    Character {
        age: "3.0",
        codepoint: 0x372F,
        name: "CJK UNIFIED IDEOGRAPH-372F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3730,
        name: "CJK UNIFIED IDEOGRAPH-3730",
    },
    Character {
        age: "3.0",
        codepoint: 0x3731,
        name: "CJK UNIFIED IDEOGRAPH-3731",
    },
    Character {
        age: "3.0",
        codepoint: 0x3732,
        name: "CJK UNIFIED IDEOGRAPH-3732",
    },
    Character {
        age: "3.0",
        codepoint: 0x3733,
        name: "CJK UNIFIED IDEOGRAPH-3733",
    },
    Character {
        age: "3.0",
        codepoint: 0x3734,
        name: "CJK UNIFIED IDEOGRAPH-3734",
    },
    Character {
        age: "3.0",
        codepoint: 0x3735,
        name: "CJK UNIFIED IDEOGRAPH-3735",
    },
    Character {
        age: "3.0",
        codepoint: 0x3736,
        name: "CJK UNIFIED IDEOGRAPH-3736",
    },
    Character {
        age: "3.0",
        codepoint: 0x3737,
        name: "CJK UNIFIED IDEOGRAPH-3737",
    },
    Character {
        age: "3.0",
        codepoint: 0x3738,
        name: "CJK UNIFIED IDEOGRAPH-3738",
    },
    Character {
        age: "3.0",
        codepoint: 0x3739,
        name: "CJK UNIFIED IDEOGRAPH-3739",
    },
    Character {
        age: "3.0",
        codepoint: 0x373A,
        name: "CJK UNIFIED IDEOGRAPH-373A",
    },
    Character {
        age: "3.0",
        codepoint: 0x373B,
        name: "CJK UNIFIED IDEOGRAPH-373B",
    },
    Character {
        age: "3.0",
        codepoint: 0x373C,
        name: "CJK UNIFIED IDEOGRAPH-373C",
    },
    Character {
        age: "3.0",
        codepoint: 0x373D,
        name: "CJK UNIFIED IDEOGRAPH-373D",
    },
    Character {
        age: "3.0",
        codepoint: 0x373E,
        name: "CJK UNIFIED IDEOGRAPH-373E",
    },
    Character {
        age: "3.0",
        codepoint: 0x373F,
        name: "CJK UNIFIED IDEOGRAPH-373F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3740,
        name: "CJK UNIFIED IDEOGRAPH-3740",
    },
    Character {
        age: "3.0",
        codepoint: 0x3741,
        name: "CJK UNIFIED IDEOGRAPH-3741",
    },
    Character {
        age: "3.0",
        codepoint: 0x3742,
        name: "CJK UNIFIED IDEOGRAPH-3742",
    },
    Character {
        age: "3.0",
        codepoint: 0x3743,
        name: "CJK UNIFIED IDEOGRAPH-3743",
    },
    Character {
        age: "3.0",
        codepoint: 0x3744,
        name: "CJK UNIFIED IDEOGRAPH-3744",
    },
    Character {
        age: "3.0",
        codepoint: 0x3745,
        name: "CJK UNIFIED IDEOGRAPH-3745",
    },
    Character {
        age: "3.0",
        codepoint: 0x3746,
        name: "CJK UNIFIED IDEOGRAPH-3746",
    },
    Character {
        age: "3.0",
        codepoint: 0x3747,
        name: "CJK UNIFIED IDEOGRAPH-3747",
    },
    Character {
        age: "3.0",
        codepoint: 0x3748,
        name: "CJK UNIFIED IDEOGRAPH-3748",
    },
    Character {
        age: "3.0",
        codepoint: 0x3749,
        name: "CJK UNIFIED IDEOGRAPH-3749",
    },
    Character {
        age: "3.0",
        codepoint: 0x374A,
        name: "CJK UNIFIED IDEOGRAPH-374A",
    },
    Character {
        age: "3.0",
        codepoint: 0x374B,
        name: "CJK UNIFIED IDEOGRAPH-374B",
    },
    Character {
        age: "3.0",
        codepoint: 0x374C,
        name: "CJK UNIFIED IDEOGRAPH-374C",
    },
    Character {
        age: "3.0",
        codepoint: 0x374D,
        name: "CJK UNIFIED IDEOGRAPH-374D",
    },
    Character {
        age: "3.0",
        codepoint: 0x374E,
        name: "CJK UNIFIED IDEOGRAPH-374E",
    },
    Character {
        age: "3.0",
        codepoint: 0x374F,
        name: "CJK UNIFIED IDEOGRAPH-374F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3750,
        name: "CJK UNIFIED IDEOGRAPH-3750",
    },
    Character {
        age: "3.0",
        codepoint: 0x3751,
        name: "CJK UNIFIED IDEOGRAPH-3751",
    },
    Character {
        age: "3.0",
        codepoint: 0x3752,
        name: "CJK UNIFIED IDEOGRAPH-3752",
    },
    Character {
        age: "3.0",
        codepoint: 0x3753,
        name: "CJK UNIFIED IDEOGRAPH-3753",
    },
    Character {
        age: "3.0",
        codepoint: 0x3754,
        name: "CJK UNIFIED IDEOGRAPH-3754",
    },
    Character {
        age: "3.0",
        codepoint: 0x3755,
        name: "CJK UNIFIED IDEOGRAPH-3755",
    },
    Character {
        age: "3.0",
        codepoint: 0x3756,
        name: "CJK UNIFIED IDEOGRAPH-3756",
    },
    Character {
        age: "3.0",
        codepoint: 0x3757,
        name: "CJK UNIFIED IDEOGRAPH-3757",
    },
    Character {
        age: "3.0",
        codepoint: 0x3758,
        name: "CJK UNIFIED IDEOGRAPH-3758",
    },
    Character {
        age: "3.0",
        codepoint: 0x3759,
        name: "CJK UNIFIED IDEOGRAPH-3759",
    },
    Character {
        age: "3.0",
        codepoint: 0x375A,
        name: "CJK UNIFIED IDEOGRAPH-375A",
    },
    Character {
        age: "3.0",
        codepoint: 0x375B,
        name: "CJK UNIFIED IDEOGRAPH-375B",
    },
    Character {
        age: "3.0",
        codepoint: 0x375C,
        name: "CJK UNIFIED IDEOGRAPH-375C",
    },
    Character {
        age: "3.0",
        codepoint: 0x375D,
        name: "CJK UNIFIED IDEOGRAPH-375D",
    },
    Character {
        age: "3.0",
        codepoint: 0x375E,
        name: "CJK UNIFIED IDEOGRAPH-375E",
    },
    Character {
        age: "3.0",
        codepoint: 0x375F,
        name: "CJK UNIFIED IDEOGRAPH-375F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3760,
        name: "CJK UNIFIED IDEOGRAPH-3760",
    },
    Character {
        age: "3.0",
        codepoint: 0x3761,
        name: "CJK UNIFIED IDEOGRAPH-3761",
    },
    Character {
        age: "3.0",
        codepoint: 0x3762,
        name: "CJK UNIFIED IDEOGRAPH-3762",
    },
    Character {
        age: "3.0",
        codepoint: 0x3763,
        name: "CJK UNIFIED IDEOGRAPH-3763",
    },
    Character {
        age: "3.0",
        codepoint: 0x3764,
        name: "CJK UNIFIED IDEOGRAPH-3764",
    },
    Character {
        age: "3.0",
        codepoint: 0x3765,
        name: "CJK UNIFIED IDEOGRAPH-3765",
    },
    Character {
        age: "3.0",
        codepoint: 0x3766,
        name: "CJK UNIFIED IDEOGRAPH-3766",
    },
    Character {
        age: "3.0",
        codepoint: 0x3767,
        name: "CJK UNIFIED IDEOGRAPH-3767",
    },
    Character {
        age: "3.0",
        codepoint: 0x3768,
        name: "CJK UNIFIED IDEOGRAPH-3768",
    },
    Character {
        age: "3.0",
        codepoint: 0x3769,
        name: "CJK UNIFIED IDEOGRAPH-3769",
    },
    Character {
        age: "3.0",
        codepoint: 0x376A,
        name: "CJK UNIFIED IDEOGRAPH-376A",
    },
    Character {
        age: "3.0",
        codepoint: 0x376B,
        name: "CJK UNIFIED IDEOGRAPH-376B",
    },
    Character {
        age: "3.0",
        codepoint: 0x376C,
        name: "CJK UNIFIED IDEOGRAPH-376C",
    },
    Character {
        age: "3.0",
        codepoint: 0x376D,
        name: "CJK UNIFIED IDEOGRAPH-376D",
    },
    Character {
        age: "3.0",
        codepoint: 0x376E,
        name: "CJK UNIFIED IDEOGRAPH-376E",
    },
    Character {
        age: "3.0",
        codepoint: 0x376F,
        name: "CJK UNIFIED IDEOGRAPH-376F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3770,
        name: "CJK UNIFIED IDEOGRAPH-3770",
    },
    Character {
        age: "3.0",
        codepoint: 0x3771,
        name: "CJK UNIFIED IDEOGRAPH-3771",
    },
    Character {
        age: "3.0",
        codepoint: 0x3772,
        name: "CJK UNIFIED IDEOGRAPH-3772",
    },
    Character {
        age: "3.0",
        codepoint: 0x3773,
        name: "CJK UNIFIED IDEOGRAPH-3773",
    },
    Character {
        age: "3.0",
        codepoint: 0x3774,
        name: "CJK UNIFIED IDEOGRAPH-3774",
    },
    Character {
        age: "3.0",
        codepoint: 0x3775,
        name: "CJK UNIFIED IDEOGRAPH-3775",
    },
    Character {
        age: "3.0",
        codepoint: 0x3776,
        name: "CJK UNIFIED IDEOGRAPH-3776",
    },
    Character {
        age: "3.0",
        codepoint: 0x3777,
        name: "CJK UNIFIED IDEOGRAPH-3777",
    },
    Character {
        age: "3.0",
        codepoint: 0x3778,
        name: "CJK UNIFIED IDEOGRAPH-3778",
    },
    Character {
        age: "3.0",
        codepoint: 0x3779,
        name: "CJK UNIFIED IDEOGRAPH-3779",
    },
    Character {
        age: "3.0",
        codepoint: 0x377A,
        name: "CJK UNIFIED IDEOGRAPH-377A",
    },
    Character {
        age: "3.0",
        codepoint: 0x377B,
        name: "CJK UNIFIED IDEOGRAPH-377B",
    },
    Character {
        age: "3.0",
        codepoint: 0x377C,
        name: "CJK UNIFIED IDEOGRAPH-377C",
    },
    Character {
        age: "3.0",
        codepoint: 0x377D,
        name: "CJK UNIFIED IDEOGRAPH-377D",
    },
    Character {
        age: "3.0",
        codepoint: 0x377E,
        name: "CJK UNIFIED IDEOGRAPH-377E",
    },
    Character {
        age: "3.0",
        codepoint: 0x377F,
        name: "CJK UNIFIED IDEOGRAPH-377F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3780,
        name: "CJK UNIFIED IDEOGRAPH-3780",
    },
    Character {
        age: "3.0",
        codepoint: 0x3781,
        name: "CJK UNIFIED IDEOGRAPH-3781",
    },
    Character {
        age: "3.0",
        codepoint: 0x3782,
        name: "CJK UNIFIED IDEOGRAPH-3782",
    },
    Character {
        age: "3.0",
        codepoint: 0x3783,
        name: "CJK UNIFIED IDEOGRAPH-3783",
    },
    Character {
        age: "3.0",
        codepoint: 0x3784,
        name: "CJK UNIFIED IDEOGRAPH-3784",
    },
    Character {
        age: "3.0",
        codepoint: 0x3785,
        name: "CJK UNIFIED IDEOGRAPH-3785",
    },
    Character {
        age: "3.0",
        codepoint: 0x3786,
        name: "CJK UNIFIED IDEOGRAPH-3786",
    },
    Character {
        age: "3.0",
        codepoint: 0x3787,
        name: "CJK UNIFIED IDEOGRAPH-3787",
    },
    Character {
        age: "3.0",
        codepoint: 0x3788,
        name: "CJK UNIFIED IDEOGRAPH-3788",
    },
    Character {
        age: "3.0",
        codepoint: 0x3789,
        name: "CJK UNIFIED IDEOGRAPH-3789",
    },
    Character {
        age: "3.0",
        codepoint: 0x378A,
        name: "CJK UNIFIED IDEOGRAPH-378A",
    },
    Character {
        age: "3.0",
        codepoint: 0x378B,
        name: "CJK UNIFIED IDEOGRAPH-378B",
    },
    Character {
        age: "3.0",
        codepoint: 0x378C,
        name: "CJK UNIFIED IDEOGRAPH-378C",
    },
    Character {
        age: "3.0",
        codepoint: 0x378D,
        name: "CJK UNIFIED IDEOGRAPH-378D",
    },
    Character {
        age: "3.0",
        codepoint: 0x378E,
        name: "CJK UNIFIED IDEOGRAPH-378E",
    },
    Character {
        age: "3.0",
        codepoint: 0x378F,
        name: "CJK UNIFIED IDEOGRAPH-378F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3790,
        name: "CJK UNIFIED IDEOGRAPH-3790",
    },
    Character {
        age: "3.0",
        codepoint: 0x3791,
        name: "CJK UNIFIED IDEOGRAPH-3791",
    },
    Character {
        age: "3.0",
        codepoint: 0x3792,
        name: "CJK UNIFIED IDEOGRAPH-3792",
    },
    Character {
        age: "3.0",
        codepoint: 0x3793,
        name: "CJK UNIFIED IDEOGRAPH-3793",
    },
    Character {
        age: "3.0",
        codepoint: 0x3794,
        name: "CJK UNIFIED IDEOGRAPH-3794",
    },
    Character {
        age: "3.0",
        codepoint: 0x3795,
        name: "CJK UNIFIED IDEOGRAPH-3795",
    },
    Character {
        age: "3.0",
        codepoint: 0x3796,
        name: "CJK UNIFIED IDEOGRAPH-3796",
    },
    Character {
        age: "3.0",
        codepoint: 0x3797,
        name: "CJK UNIFIED IDEOGRAPH-3797",
    },
    Character {
        age: "3.0",
        codepoint: 0x3798,
        name: "CJK UNIFIED IDEOGRAPH-3798",
    },
    Character {
        age: "3.0",
        codepoint: 0x3799,
        name: "CJK UNIFIED IDEOGRAPH-3799",
    },
    Character {
        age: "3.0",
        codepoint: 0x379A,
        name: "CJK UNIFIED IDEOGRAPH-379A",
    },
    Character {
        age: "3.0",
        codepoint: 0x379B,
        name: "CJK UNIFIED IDEOGRAPH-379B",
    },
    Character {
        age: "3.0",
        codepoint: 0x379C,
        name: "CJK UNIFIED IDEOGRAPH-379C",
    },
    Character {
        age: "3.0",
        codepoint: 0x379D,
        name: "CJK UNIFIED IDEOGRAPH-379D",
    },
    Character {
        age: "3.0",
        codepoint: 0x379E,
        name: "CJK UNIFIED IDEOGRAPH-379E",
    },
    Character {
        age: "3.0",
        codepoint: 0x379F,
        name: "CJK UNIFIED IDEOGRAPH-379F",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A0,
        name: "CJK UNIFIED IDEOGRAPH-37A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A1,
        name: "CJK UNIFIED IDEOGRAPH-37A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A2,
        name: "CJK UNIFIED IDEOGRAPH-37A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A3,
        name: "CJK UNIFIED IDEOGRAPH-37A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A4,
        name: "CJK UNIFIED IDEOGRAPH-37A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A5,
        name: "CJK UNIFIED IDEOGRAPH-37A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A6,
        name: "CJK UNIFIED IDEOGRAPH-37A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A7,
        name: "CJK UNIFIED IDEOGRAPH-37A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A8,
        name: "CJK UNIFIED IDEOGRAPH-37A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x37A9,
        name: "CJK UNIFIED IDEOGRAPH-37A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x37AA,
        name: "CJK UNIFIED IDEOGRAPH-37AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x37AB,
        name: "CJK UNIFIED IDEOGRAPH-37AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x37AC,
        name: "CJK UNIFIED IDEOGRAPH-37AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x37AD,
        name: "CJK UNIFIED IDEOGRAPH-37AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x37AE,
        name: "CJK UNIFIED IDEOGRAPH-37AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x37AF,
        name: "CJK UNIFIED IDEOGRAPH-37AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B0,
        name: "CJK UNIFIED IDEOGRAPH-37B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B1,
        name: "CJK UNIFIED IDEOGRAPH-37B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B2,
        name: "CJK UNIFIED IDEOGRAPH-37B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B3,
        name: "CJK UNIFIED IDEOGRAPH-37B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B4,
        name: "CJK UNIFIED IDEOGRAPH-37B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B5,
        name: "CJK UNIFIED IDEOGRAPH-37B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B6,
        name: "CJK UNIFIED IDEOGRAPH-37B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B7,
        name: "CJK UNIFIED IDEOGRAPH-37B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B8,
        name: "CJK UNIFIED IDEOGRAPH-37B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x37B9,
        name: "CJK UNIFIED IDEOGRAPH-37B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x37BA,
        name: "CJK UNIFIED IDEOGRAPH-37BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x37BB,
        name: "CJK UNIFIED IDEOGRAPH-37BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x37BC,
        name: "CJK UNIFIED IDEOGRAPH-37BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x37BD,
        name: "CJK UNIFIED IDEOGRAPH-37BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x37BE,
        name: "CJK UNIFIED IDEOGRAPH-37BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x37BF,
        name: "CJK UNIFIED IDEOGRAPH-37BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C0,
        name: "CJK UNIFIED IDEOGRAPH-37C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C1,
        name: "CJK UNIFIED IDEOGRAPH-37C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C2,
        name: "CJK UNIFIED IDEOGRAPH-37C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C3,
        name: "CJK UNIFIED IDEOGRAPH-37C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C4,
        name: "CJK UNIFIED IDEOGRAPH-37C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C5,
        name: "CJK UNIFIED IDEOGRAPH-37C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C6,
        name: "CJK UNIFIED IDEOGRAPH-37C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C7,
        name: "CJK UNIFIED IDEOGRAPH-37C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C8,
        name: "CJK UNIFIED IDEOGRAPH-37C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x37C9,
        name: "CJK UNIFIED IDEOGRAPH-37C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x37CA,
        name: "CJK UNIFIED IDEOGRAPH-37CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x37CB,
        name: "CJK UNIFIED IDEOGRAPH-37CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x37CC,
        name: "CJK UNIFIED IDEOGRAPH-37CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x37CD,
        name: "CJK UNIFIED IDEOGRAPH-37CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x37CE,
        name: "CJK UNIFIED IDEOGRAPH-37CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x37CF,
        name: "CJK UNIFIED IDEOGRAPH-37CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D0,
        name: "CJK UNIFIED IDEOGRAPH-37D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D1,
        name: "CJK UNIFIED IDEOGRAPH-37D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D2,
        name: "CJK UNIFIED IDEOGRAPH-37D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D3,
        name: "CJK UNIFIED IDEOGRAPH-37D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D4,
        name: "CJK UNIFIED IDEOGRAPH-37D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D5,
        name: "CJK UNIFIED IDEOGRAPH-37D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D6,
        name: "CJK UNIFIED IDEOGRAPH-37D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D7,
        name: "CJK UNIFIED IDEOGRAPH-37D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D8,
        name: "CJK UNIFIED IDEOGRAPH-37D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x37D9,
        name: "CJK UNIFIED IDEOGRAPH-37D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x37DA,
        name: "CJK UNIFIED IDEOGRAPH-37DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x37DB,
        name: "CJK UNIFIED IDEOGRAPH-37DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x37DC,
        name: "CJK UNIFIED IDEOGRAPH-37DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x37DD,
        name: "CJK UNIFIED IDEOGRAPH-37DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x37DE,
        name: "CJK UNIFIED IDEOGRAPH-37DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x37DF,
        name: "CJK UNIFIED IDEOGRAPH-37DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E0,
        name: "CJK UNIFIED IDEOGRAPH-37E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E1,
        name: "CJK UNIFIED IDEOGRAPH-37E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E2,
        name: "CJK UNIFIED IDEOGRAPH-37E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E3,
        name: "CJK UNIFIED IDEOGRAPH-37E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E4,
        name: "CJK UNIFIED IDEOGRAPH-37E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E5,
        name: "CJK UNIFIED IDEOGRAPH-37E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E6,
        name: "CJK UNIFIED IDEOGRAPH-37E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E7,
        name: "CJK UNIFIED IDEOGRAPH-37E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E8,
        name: "CJK UNIFIED IDEOGRAPH-37E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x37E9,
        name: "CJK UNIFIED IDEOGRAPH-37E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x37EA,
        name: "CJK UNIFIED IDEOGRAPH-37EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x37EB,
        name: "CJK UNIFIED IDEOGRAPH-37EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x37EC,
        name: "CJK UNIFIED IDEOGRAPH-37EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x37ED,
        name: "CJK UNIFIED IDEOGRAPH-37ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x37EE,
        name: "CJK UNIFIED IDEOGRAPH-37EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x37EF,
        name: "CJK UNIFIED IDEOGRAPH-37EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F0,
        name: "CJK UNIFIED IDEOGRAPH-37F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F1,
        name: "CJK UNIFIED IDEOGRAPH-37F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F2,
        name: "CJK UNIFIED IDEOGRAPH-37F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F3,
        name: "CJK UNIFIED IDEOGRAPH-37F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F4,
        name: "CJK UNIFIED IDEOGRAPH-37F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F5,
        name: "CJK UNIFIED IDEOGRAPH-37F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F6,
        name: "CJK UNIFIED IDEOGRAPH-37F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F7,
        name: "CJK UNIFIED IDEOGRAPH-37F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F8,
        name: "CJK UNIFIED IDEOGRAPH-37F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x37F9,
        name: "CJK UNIFIED IDEOGRAPH-37F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x37FA,
        name: "CJK UNIFIED IDEOGRAPH-37FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x37FB,
        name: "CJK UNIFIED IDEOGRAPH-37FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x37FC,
        name: "CJK UNIFIED IDEOGRAPH-37FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x37FD,
        name: "CJK UNIFIED IDEOGRAPH-37FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x37FE,
        name: "CJK UNIFIED IDEOGRAPH-37FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x37FF,
        name: "CJK UNIFIED IDEOGRAPH-37FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3800,
        name: "CJK UNIFIED IDEOGRAPH-3800",
    },
    Character {
        age: "3.0",
        codepoint: 0x3801,
        name: "CJK UNIFIED IDEOGRAPH-3801",
    },
    Character {
        age: "3.0",
        codepoint: 0x3802,
        name: "CJK UNIFIED IDEOGRAPH-3802",
    },
    Character {
        age: "3.0",
        codepoint: 0x3803,
        name: "CJK UNIFIED IDEOGRAPH-3803",
    },
    Character {
        age: "3.0",
        codepoint: 0x3804,
        name: "CJK UNIFIED IDEOGRAPH-3804",
    },
    Character {
        age: "3.0",
        codepoint: 0x3805,
        name: "CJK UNIFIED IDEOGRAPH-3805",
    },
    Character {
        age: "3.0",
        codepoint: 0x3806,
        name: "CJK UNIFIED IDEOGRAPH-3806",
    },
    Character {
        age: "3.0",
        codepoint: 0x3807,
        name: "CJK UNIFIED IDEOGRAPH-3807",
    },
    Character {
        age: "3.0",
        codepoint: 0x3808,
        name: "CJK UNIFIED IDEOGRAPH-3808",
    },
    Character {
        age: "3.0",
        codepoint: 0x3809,
        name: "CJK UNIFIED IDEOGRAPH-3809",
    },
    Character {
        age: "3.0",
        codepoint: 0x380A,
        name: "CJK UNIFIED IDEOGRAPH-380A",
    },
    Character {
        age: "3.0",
        codepoint: 0x380B,
        name: "CJK UNIFIED IDEOGRAPH-380B",
    },
    Character {
        age: "3.0",
        codepoint: 0x380C,
        name: "CJK UNIFIED IDEOGRAPH-380C",
    },
    Character {
        age: "3.0",
        codepoint: 0x380D,
        name: "CJK UNIFIED IDEOGRAPH-380D",
    },
    Character {
        age: "3.0",
        codepoint: 0x380E,
        name: "CJK UNIFIED IDEOGRAPH-380E",
    },
    Character {
        age: "3.0",
        codepoint: 0x380F,
        name: "CJK UNIFIED IDEOGRAPH-380F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3810,
        name: "CJK UNIFIED IDEOGRAPH-3810",
    },
    Character {
        age: "3.0",
        codepoint: 0x3811,
        name: "CJK UNIFIED IDEOGRAPH-3811",
    },
    Character {
        age: "3.0",
        codepoint: 0x3812,
        name: "CJK UNIFIED IDEOGRAPH-3812",
    },
    Character {
        age: "3.0",
        codepoint: 0x3813,
        name: "CJK UNIFIED IDEOGRAPH-3813",
    },
    Character {
        age: "3.0",
        codepoint: 0x3814,
        name: "CJK UNIFIED IDEOGRAPH-3814",
    },
    Character {
        age: "3.0",
        codepoint: 0x3815,
        name: "CJK UNIFIED IDEOGRAPH-3815",
    },
    Character {
        age: "3.0",
        codepoint: 0x3816,
        name: "CJK UNIFIED IDEOGRAPH-3816",
    },
    Character {
        age: "3.0",
        codepoint: 0x3817,
        name: "CJK UNIFIED IDEOGRAPH-3817",
    },
    Character {
        age: "3.0",
        codepoint: 0x3818,
        name: "CJK UNIFIED IDEOGRAPH-3818",
    },
    Character {
        age: "3.0",
        codepoint: 0x3819,
        name: "CJK UNIFIED IDEOGRAPH-3819",
    },
    Character {
        age: "3.0",
        codepoint: 0x381A,
        name: "CJK UNIFIED IDEOGRAPH-381A",
    },
    Character {
        age: "3.0",
        codepoint: 0x381B,
        name: "CJK UNIFIED IDEOGRAPH-381B",
    },
    Character {
        age: "3.0",
        codepoint: 0x381C,
        name: "CJK UNIFIED IDEOGRAPH-381C",
    },
    Character {
        age: "3.0",
        codepoint: 0x381D,
        name: "CJK UNIFIED IDEOGRAPH-381D",
    },
    Character {
        age: "3.0",
        codepoint: 0x381E,
        name: "CJK UNIFIED IDEOGRAPH-381E",
    },
    Character {
        age: "3.0",
        codepoint: 0x381F,
        name: "CJK UNIFIED IDEOGRAPH-381F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3820,
        name: "CJK UNIFIED IDEOGRAPH-3820",
    },
    Character {
        age: "3.0",
        codepoint: 0x3821,
        name: "CJK UNIFIED IDEOGRAPH-3821",
    },
    Character {
        age: "3.0",
        codepoint: 0x3822,
        name: "CJK UNIFIED IDEOGRAPH-3822",
    },
    Character {
        age: "3.0",
        codepoint: 0x3823,
        name: "CJK UNIFIED IDEOGRAPH-3823",
    },
    Character {
        age: "3.0",
        codepoint: 0x3824,
        name: "CJK UNIFIED IDEOGRAPH-3824",
    },
    Character {
        age: "3.0",
        codepoint: 0x3825,
        name: "CJK UNIFIED IDEOGRAPH-3825",
    },
    Character {
        age: "3.0",
        codepoint: 0x3826,
        name: "CJK UNIFIED IDEOGRAPH-3826",
    },
    Character {
        age: "3.0",
        codepoint: 0x3827,
        name: "CJK UNIFIED IDEOGRAPH-3827",
    },
    Character {
        age: "3.0",
        codepoint: 0x3828,
        name: "CJK UNIFIED IDEOGRAPH-3828",
    },
    Character {
        age: "3.0",
        codepoint: 0x3829,
        name: "CJK UNIFIED IDEOGRAPH-3829",
    },
    Character {
        age: "3.0",
        codepoint: 0x382A,
        name: "CJK UNIFIED IDEOGRAPH-382A",
    },
    Character {
        age: "3.0",
        codepoint: 0x382B,
        name: "CJK UNIFIED IDEOGRAPH-382B",
    },
    Character {
        age: "3.0",
        codepoint: 0x382C,
        name: "CJK UNIFIED IDEOGRAPH-382C",
    },
    Character {
        age: "3.0",
        codepoint: 0x382D,
        name: "CJK UNIFIED IDEOGRAPH-382D",
    },
    Character {
        age: "3.0",
        codepoint: 0x382E,
        name: "CJK UNIFIED IDEOGRAPH-382E",
    },
    Character {
        age: "3.0",
        codepoint: 0x382F,
        name: "CJK UNIFIED IDEOGRAPH-382F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3830,
        name: "CJK UNIFIED IDEOGRAPH-3830",
    },
    Character {
        age: "3.0",
        codepoint: 0x3831,
        name: "CJK UNIFIED IDEOGRAPH-3831",
    },
    Character {
        age: "3.0",
        codepoint: 0x3832,
        name: "CJK UNIFIED IDEOGRAPH-3832",
    },
    Character {
        age: "3.0",
        codepoint: 0x3833,
        name: "CJK UNIFIED IDEOGRAPH-3833",
    },
    Character {
        age: "3.0",
        codepoint: 0x3834,
        name: "CJK UNIFIED IDEOGRAPH-3834",
    },
    Character {
        age: "3.0",
        codepoint: 0x3835,
        name: "CJK UNIFIED IDEOGRAPH-3835",
    },
    Character {
        age: "3.0",
        codepoint: 0x3836,
        name: "CJK UNIFIED IDEOGRAPH-3836",
    },
    Character {
        age: "3.0",
        codepoint: 0x3837,
        name: "CJK UNIFIED IDEOGRAPH-3837",
    },
    Character {
        age: "3.0",
        codepoint: 0x3838,
        name: "CJK UNIFIED IDEOGRAPH-3838",
    },
    Character {
        age: "3.0",
        codepoint: 0x3839,
        name: "CJK UNIFIED IDEOGRAPH-3839",
    },
    Character {
        age: "3.0",
        codepoint: 0x383A,
        name: "CJK UNIFIED IDEOGRAPH-383A",
    },
    Character {
        age: "3.0",
        codepoint: 0x383B,
        name: "CJK UNIFIED IDEOGRAPH-383B",
    },
    Character {
        age: "3.0",
        codepoint: 0x383C,
        name: "CJK UNIFIED IDEOGRAPH-383C",
    },
    Character {
        age: "3.0",
        codepoint: 0x383D,
        name: "CJK UNIFIED IDEOGRAPH-383D",
    },
    Character {
        age: "3.0",
        codepoint: 0x383E,
        name: "CJK UNIFIED IDEOGRAPH-383E",
    },
    Character {
        age: "3.0",
        codepoint: 0x383F,
        name: "CJK UNIFIED IDEOGRAPH-383F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3840,
        name: "CJK UNIFIED IDEOGRAPH-3840",
    },
    Character {
        age: "3.0",
        codepoint: 0x3841,
        name: "CJK UNIFIED IDEOGRAPH-3841",
    },
    Character {
        age: "3.0",
        codepoint: 0x3842,
        name: "CJK UNIFIED IDEOGRAPH-3842",
    },
    Character {
        age: "3.0",
        codepoint: 0x3843,
        name: "CJK UNIFIED IDEOGRAPH-3843",
    },
    Character {
        age: "3.0",
        codepoint: 0x3844,
        name: "CJK UNIFIED IDEOGRAPH-3844",
    },
    Character {
        age: "3.0",
        codepoint: 0x3845,
        name: "CJK UNIFIED IDEOGRAPH-3845",
    },
    Character {
        age: "3.0",
        codepoint: 0x3846,
        name: "CJK UNIFIED IDEOGRAPH-3846",
    },
    Character {
        age: "3.0",
        codepoint: 0x3847,
        name: "CJK UNIFIED IDEOGRAPH-3847",
    },
    Character {
        age: "3.0",
        codepoint: 0x3848,
        name: "CJK UNIFIED IDEOGRAPH-3848",
    },
    Character {
        age: "3.0",
        codepoint: 0x3849,
        name: "CJK UNIFIED IDEOGRAPH-3849",
    },
    Character {
        age: "3.0",
        codepoint: 0x384A,
        name: "CJK UNIFIED IDEOGRAPH-384A",
    },
    Character {
        age: "3.0",
        codepoint: 0x384B,
        name: "CJK UNIFIED IDEOGRAPH-384B",
    },
    Character {
        age: "3.0",
        codepoint: 0x384C,
        name: "CJK UNIFIED IDEOGRAPH-384C",
    },
    Character {
        age: "3.0",
        codepoint: 0x384D,
        name: "CJK UNIFIED IDEOGRAPH-384D",
    },
    Character {
        age: "3.0",
        codepoint: 0x384E,
        name: "CJK UNIFIED IDEOGRAPH-384E",
    },
    Character {
        age: "3.0",
        codepoint: 0x384F,
        name: "CJK UNIFIED IDEOGRAPH-384F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3850,
        name: "CJK UNIFIED IDEOGRAPH-3850",
    },
    Character {
        age: "3.0",
        codepoint: 0x3851,
        name: "CJK UNIFIED IDEOGRAPH-3851",
    },
    Character {
        age: "3.0",
        codepoint: 0x3852,
        name: "CJK UNIFIED IDEOGRAPH-3852",
    },
    Character {
        age: "3.0",
        codepoint: 0x3853,
        name: "CJK UNIFIED IDEOGRAPH-3853",
    },
    Character {
        age: "3.0",
        codepoint: 0x3854,
        name: "CJK UNIFIED IDEOGRAPH-3854",
    },
    Character {
        age: "3.0",
        codepoint: 0x3855,
        name: "CJK UNIFIED IDEOGRAPH-3855",
    },
    Character {
        age: "3.0",
        codepoint: 0x3856,
        name: "CJK UNIFIED IDEOGRAPH-3856",
    },
    Character {
        age: "3.0",
        codepoint: 0x3857,
        name: "CJK UNIFIED IDEOGRAPH-3857",
    },
    Character {
        age: "3.0",
        codepoint: 0x3858,
        name: "CJK UNIFIED IDEOGRAPH-3858",
    },
    Character {
        age: "3.0",
        codepoint: 0x3859,
        name: "CJK UNIFIED IDEOGRAPH-3859",
    },
    Character {
        age: "3.0",
        codepoint: 0x385A,
        name: "CJK UNIFIED IDEOGRAPH-385A",
    },
    Character {
        age: "3.0",
        codepoint: 0x385B,
        name: "CJK UNIFIED IDEOGRAPH-385B",
    },
    Character {
        age: "3.0",
        codepoint: 0x385C,
        name: "CJK UNIFIED IDEOGRAPH-385C",
    },
    Character {
        age: "3.0",
        codepoint: 0x385D,
        name: "CJK UNIFIED IDEOGRAPH-385D",
    },
    Character {
        age: "3.0",
        codepoint: 0x385E,
        name: "CJK UNIFIED IDEOGRAPH-385E",
    },
    Character {
        age: "3.0",
        codepoint: 0x385F,
        name: "CJK UNIFIED IDEOGRAPH-385F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3860,
        name: "CJK UNIFIED IDEOGRAPH-3860",
    },
    Character {
        age: "3.0",
        codepoint: 0x3861,
        name: "CJK UNIFIED IDEOGRAPH-3861",
    },
    Character {
        age: "3.0",
        codepoint: 0x3862,
        name: "CJK UNIFIED IDEOGRAPH-3862",
    },
    Character {
        age: "3.0",
        codepoint: 0x3863,
        name: "CJK UNIFIED IDEOGRAPH-3863",
    },
    Character {
        age: "3.0",
        codepoint: 0x3864,
        name: "CJK UNIFIED IDEOGRAPH-3864",
    },
    Character {
        age: "3.0",
        codepoint: 0x3865,
        name: "CJK UNIFIED IDEOGRAPH-3865",
    },
    Character {
        age: "3.0",
        codepoint: 0x3866,
        name: "CJK UNIFIED IDEOGRAPH-3866",
    },
    Character {
        age: "3.0",
        codepoint: 0x3867,
        name: "CJK UNIFIED IDEOGRAPH-3867",
    },
    Character {
        age: "3.0",
        codepoint: 0x3868,
        name: "CJK UNIFIED IDEOGRAPH-3868",
    },
    Character {
        age: "3.0",
        codepoint: 0x3869,
        name: "CJK UNIFIED IDEOGRAPH-3869",
    },
    Character {
        age: "3.0",
        codepoint: 0x386A,
        name: "CJK UNIFIED IDEOGRAPH-386A",
    },
    Character {
        age: "3.0",
        codepoint: 0x386B,
        name: "CJK UNIFIED IDEOGRAPH-386B",
    },
    Character {
        age: "3.0",
        codepoint: 0x386C,
        name: "CJK UNIFIED IDEOGRAPH-386C",
    },
    Character {
        age: "3.0",
        codepoint: 0x386D,
        name: "CJK UNIFIED IDEOGRAPH-386D",
    },
    Character {
        age: "3.0",
        codepoint: 0x386E,
        name: "CJK UNIFIED IDEOGRAPH-386E",
    },
    Character {
        age: "3.0",
        codepoint: 0x386F,
        name: "CJK UNIFIED IDEOGRAPH-386F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3870,
        name: "CJK UNIFIED IDEOGRAPH-3870",
    },
    Character {
        age: "3.0",
        codepoint: 0x3871,
        name: "CJK UNIFIED IDEOGRAPH-3871",
    },
    Character {
        age: "3.0",
        codepoint: 0x3872,
        name: "CJK UNIFIED IDEOGRAPH-3872",
    },
    Character {
        age: "3.0",
        codepoint: 0x3873,
        name: "CJK UNIFIED IDEOGRAPH-3873",
    },
    Character {
        age: "3.0",
        codepoint: 0x3874,
        name: "CJK UNIFIED IDEOGRAPH-3874",
    },
    Character {
        age: "3.0",
        codepoint: 0x3875,
        name: "CJK UNIFIED IDEOGRAPH-3875",
    },
    Character {
        age: "3.0",
        codepoint: 0x3876,
        name: "CJK UNIFIED IDEOGRAPH-3876",
    },
    Character {
        age: "3.0",
        codepoint: 0x3877,
        name: "CJK UNIFIED IDEOGRAPH-3877",
    },
    Character {
        age: "3.0",
        codepoint: 0x3878,
        name: "CJK UNIFIED IDEOGRAPH-3878",
    },
    Character {
        age: "3.0",
        codepoint: 0x3879,
        name: "CJK UNIFIED IDEOGRAPH-3879",
    },
    Character {
        age: "3.0",
        codepoint: 0x387A,
        name: "CJK UNIFIED IDEOGRAPH-387A",
    },
    Character {
        age: "3.0",
        codepoint: 0x387B,
        name: "CJK UNIFIED IDEOGRAPH-387B",
    },
    Character {
        age: "3.0",
        codepoint: 0x387C,
        name: "CJK UNIFIED IDEOGRAPH-387C",
    },
    Character {
        age: "3.0",
        codepoint: 0x387D,
        name: "CJK UNIFIED IDEOGRAPH-387D",
    },
    Character {
        age: "3.0",
        codepoint: 0x387E,
        name: "CJK UNIFIED IDEOGRAPH-387E",
    },
    Character {
        age: "3.0",
        codepoint: 0x387F,
        name: "CJK UNIFIED IDEOGRAPH-387F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3880,
        name: "CJK UNIFIED IDEOGRAPH-3880",
    },
    Character {
        age: "3.0",
        codepoint: 0x3881,
        name: "CJK UNIFIED IDEOGRAPH-3881",
    },
    Character {
        age: "3.0",
        codepoint: 0x3882,
        name: "CJK UNIFIED IDEOGRAPH-3882",
    },
    Character {
        age: "3.0",
        codepoint: 0x3883,
        name: "CJK UNIFIED IDEOGRAPH-3883",
    },
    Character {
        age: "3.0",
        codepoint: 0x3884,
        name: "CJK UNIFIED IDEOGRAPH-3884",
    },
    Character {
        age: "3.0",
        codepoint: 0x3885,
        name: "CJK UNIFIED IDEOGRAPH-3885",
    },
    Character {
        age: "3.0",
        codepoint: 0x3886,
        name: "CJK UNIFIED IDEOGRAPH-3886",
    },
    Character {
        age: "3.0",
        codepoint: 0x3887,
        name: "CJK UNIFIED IDEOGRAPH-3887",
    },
    Character {
        age: "3.0",
        codepoint: 0x3888,
        name: "CJK UNIFIED IDEOGRAPH-3888",
    },
    Character {
        age: "3.0",
        codepoint: 0x3889,
        name: "CJK UNIFIED IDEOGRAPH-3889",
    },
    Character {
        age: "3.0",
        codepoint: 0x388A,
        name: "CJK UNIFIED IDEOGRAPH-388A",
    },
    Character {
        age: "3.0",
        codepoint: 0x388B,
        name: "CJK UNIFIED IDEOGRAPH-388B",
    },
    Character {
        age: "3.0",
        codepoint: 0x388C,
        name: "CJK UNIFIED IDEOGRAPH-388C",
    },
    Character {
        age: "3.0",
        codepoint: 0x388D,
        name: "CJK UNIFIED IDEOGRAPH-388D",
    },
    Character {
        age: "3.0",
        codepoint: 0x388E,
        name: "CJK UNIFIED IDEOGRAPH-388E",
    },
    Character {
        age: "3.0",
        codepoint: 0x388F,
        name: "CJK UNIFIED IDEOGRAPH-388F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3890,
        name: "CJK UNIFIED IDEOGRAPH-3890",
    },
    Character {
        age: "3.0",
        codepoint: 0x3891,
        name: "CJK UNIFIED IDEOGRAPH-3891",
    },
    Character {
        age: "3.0",
        codepoint: 0x3892,
        name: "CJK UNIFIED IDEOGRAPH-3892",
    },
    Character {
        age: "3.0",
        codepoint: 0x3893,
        name: "CJK UNIFIED IDEOGRAPH-3893",
    },
    Character {
        age: "3.0",
        codepoint: 0x3894,
        name: "CJK UNIFIED IDEOGRAPH-3894",
    },
    Character {
        age: "3.0",
        codepoint: 0x3895,
        name: "CJK UNIFIED IDEOGRAPH-3895",
    },
    Character {
        age: "3.0",
        codepoint: 0x3896,
        name: "CJK UNIFIED IDEOGRAPH-3896",
    },
    Character {
        age: "3.0",
        codepoint: 0x3897,
        name: "CJK UNIFIED IDEOGRAPH-3897",
    },
    Character {
        age: "3.0",
        codepoint: 0x3898,
        name: "CJK UNIFIED IDEOGRAPH-3898",
    },
    Character {
        age: "3.0",
        codepoint: 0x3899,
        name: "CJK UNIFIED IDEOGRAPH-3899",
    },
    Character {
        age: "3.0",
        codepoint: 0x389A,
        name: "CJK UNIFIED IDEOGRAPH-389A",
    },
    Character {
        age: "3.0",
        codepoint: 0x389B,
        name: "CJK UNIFIED IDEOGRAPH-389B",
    },
    Character {
        age: "3.0",
        codepoint: 0x389C,
        name: "CJK UNIFIED IDEOGRAPH-389C",
    },
    Character {
        age: "3.0",
        codepoint: 0x389D,
        name: "CJK UNIFIED IDEOGRAPH-389D",
    },
    Character {
        age: "3.0",
        codepoint: 0x389E,
        name: "CJK UNIFIED IDEOGRAPH-389E",
    },
    Character {
        age: "3.0",
        codepoint: 0x389F,
        name: "CJK UNIFIED IDEOGRAPH-389F",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A0,
        name: "CJK UNIFIED IDEOGRAPH-38A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A1,
        name: "CJK UNIFIED IDEOGRAPH-38A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A2,
        name: "CJK UNIFIED IDEOGRAPH-38A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A3,
        name: "CJK UNIFIED IDEOGRAPH-38A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A4,
        name: "CJK UNIFIED IDEOGRAPH-38A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A5,
        name: "CJK UNIFIED IDEOGRAPH-38A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A6,
        name: "CJK UNIFIED IDEOGRAPH-38A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A7,
        name: "CJK UNIFIED IDEOGRAPH-38A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A8,
        name: "CJK UNIFIED IDEOGRAPH-38A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x38A9,
        name: "CJK UNIFIED IDEOGRAPH-38A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x38AA,
        name: "CJK UNIFIED IDEOGRAPH-38AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x38AB,
        name: "CJK UNIFIED IDEOGRAPH-38AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x38AC,
        name: "CJK UNIFIED IDEOGRAPH-38AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x38AD,
        name: "CJK UNIFIED IDEOGRAPH-38AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x38AE,
        name: "CJK UNIFIED IDEOGRAPH-38AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x38AF,
        name: "CJK UNIFIED IDEOGRAPH-38AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B0,
        name: "CJK UNIFIED IDEOGRAPH-38B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B1,
        name: "CJK UNIFIED IDEOGRAPH-38B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B2,
        name: "CJK UNIFIED IDEOGRAPH-38B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B3,
        name: "CJK UNIFIED IDEOGRAPH-38B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B4,
        name: "CJK UNIFIED IDEOGRAPH-38B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B5,
        name: "CJK UNIFIED IDEOGRAPH-38B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B6,
        name: "CJK UNIFIED IDEOGRAPH-38B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B7,
        name: "CJK UNIFIED IDEOGRAPH-38B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B8,
        name: "CJK UNIFIED IDEOGRAPH-38B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x38B9,
        name: "CJK UNIFIED IDEOGRAPH-38B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x38BA,
        name: "CJK UNIFIED IDEOGRAPH-38BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x38BB,
        name: "CJK UNIFIED IDEOGRAPH-38BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x38BC,
        name: "CJK UNIFIED IDEOGRAPH-38BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x38BD,
        name: "CJK UNIFIED IDEOGRAPH-38BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x38BE,
        name: "CJK UNIFIED IDEOGRAPH-38BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x38BF,
        name: "CJK UNIFIED IDEOGRAPH-38BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C0,
        name: "CJK UNIFIED IDEOGRAPH-38C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C1,
        name: "CJK UNIFIED IDEOGRAPH-38C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C2,
        name: "CJK UNIFIED IDEOGRAPH-38C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C3,
        name: "CJK UNIFIED IDEOGRAPH-38C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C4,
        name: "CJK UNIFIED IDEOGRAPH-38C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C5,
        name: "CJK UNIFIED IDEOGRAPH-38C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C6,
        name: "CJK UNIFIED IDEOGRAPH-38C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C7,
        name: "CJK UNIFIED IDEOGRAPH-38C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C8,
        name: "CJK UNIFIED IDEOGRAPH-38C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x38C9,
        name: "CJK UNIFIED IDEOGRAPH-38C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x38CA,
        name: "CJK UNIFIED IDEOGRAPH-38CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x38CB,
        name: "CJK UNIFIED IDEOGRAPH-38CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x38CC,
        name: "CJK UNIFIED IDEOGRAPH-38CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x38CD,
        name: "CJK UNIFIED IDEOGRAPH-38CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x38CE,
        name: "CJK UNIFIED IDEOGRAPH-38CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x38CF,
        name: "CJK UNIFIED IDEOGRAPH-38CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D0,
        name: "CJK UNIFIED IDEOGRAPH-38D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D1,
        name: "CJK UNIFIED IDEOGRAPH-38D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D2,
        name: "CJK UNIFIED IDEOGRAPH-38D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D3,
        name: "CJK UNIFIED IDEOGRAPH-38D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D4,
        name: "CJK UNIFIED IDEOGRAPH-38D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D5,
        name: "CJK UNIFIED IDEOGRAPH-38D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D6,
        name: "CJK UNIFIED IDEOGRAPH-38D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D7,
        name: "CJK UNIFIED IDEOGRAPH-38D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D8,
        name: "CJK UNIFIED IDEOGRAPH-38D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x38D9,
        name: "CJK UNIFIED IDEOGRAPH-38D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x38DA,
        name: "CJK UNIFIED IDEOGRAPH-38DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x38DB,
        name: "CJK UNIFIED IDEOGRAPH-38DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x38DC,
        name: "CJK UNIFIED IDEOGRAPH-38DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x38DD,
        name: "CJK UNIFIED IDEOGRAPH-38DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x38DE,
        name: "CJK UNIFIED IDEOGRAPH-38DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x38DF,
        name: "CJK UNIFIED IDEOGRAPH-38DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E0,
        name: "CJK UNIFIED IDEOGRAPH-38E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E1,
        name: "CJK UNIFIED IDEOGRAPH-38E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E2,
        name: "CJK UNIFIED IDEOGRAPH-38E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E3,
        name: "CJK UNIFIED IDEOGRAPH-38E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E4,
        name: "CJK UNIFIED IDEOGRAPH-38E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E5,
        name: "CJK UNIFIED IDEOGRAPH-38E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E6,
        name: "CJK UNIFIED IDEOGRAPH-38E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E7,
        name: "CJK UNIFIED IDEOGRAPH-38E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E8,
        name: "CJK UNIFIED IDEOGRAPH-38E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x38E9,
        name: "CJK UNIFIED IDEOGRAPH-38E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x38EA,
        name: "CJK UNIFIED IDEOGRAPH-38EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x38EB,
        name: "CJK UNIFIED IDEOGRAPH-38EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x38EC,
        name: "CJK UNIFIED IDEOGRAPH-38EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x38ED,
        name: "CJK UNIFIED IDEOGRAPH-38ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x38EE,
        name: "CJK UNIFIED IDEOGRAPH-38EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x38EF,
        name: "CJK UNIFIED IDEOGRAPH-38EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F0,
        name: "CJK UNIFIED IDEOGRAPH-38F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F1,
        name: "CJK UNIFIED IDEOGRAPH-38F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F2,
        name: "CJK UNIFIED IDEOGRAPH-38F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F3,
        name: "CJK UNIFIED IDEOGRAPH-38F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F4,
        name: "CJK UNIFIED IDEOGRAPH-38F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F5,
        name: "CJK UNIFIED IDEOGRAPH-38F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F6,
        name: "CJK UNIFIED IDEOGRAPH-38F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F7,
        name: "CJK UNIFIED IDEOGRAPH-38F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F8,
        name: "CJK UNIFIED IDEOGRAPH-38F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x38F9,
        name: "CJK UNIFIED IDEOGRAPH-38F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x38FA,
        name: "CJK UNIFIED IDEOGRAPH-38FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x38FB,
        name: "CJK UNIFIED IDEOGRAPH-38FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x38FC,
        name: "CJK UNIFIED IDEOGRAPH-38FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x38FD,
        name: "CJK UNIFIED IDEOGRAPH-38FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x38FE,
        name: "CJK UNIFIED IDEOGRAPH-38FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x38FF,
        name: "CJK UNIFIED IDEOGRAPH-38FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3900,
        name: "CJK UNIFIED IDEOGRAPH-3900",
    },
    Character {
        age: "3.0",
        codepoint: 0x3901,
        name: "CJK UNIFIED IDEOGRAPH-3901",
    },
    Character {
        age: "3.0",
        codepoint: 0x3902,
        name: "CJK UNIFIED IDEOGRAPH-3902",
    },
    Character {
        age: "3.0",
        codepoint: 0x3903,
        name: "CJK UNIFIED IDEOGRAPH-3903",
    },
    Character {
        age: "3.0",
        codepoint: 0x3904,
        name: "CJK UNIFIED IDEOGRAPH-3904",
    },
    Character {
        age: "3.0",
        codepoint: 0x3905,
        name: "CJK UNIFIED IDEOGRAPH-3905",
    },
    Character {
        age: "3.0",
        codepoint: 0x3906,
        name: "CJK UNIFIED IDEOGRAPH-3906",
    },
    Character {
        age: "3.0",
        codepoint: 0x3907,
        name: "CJK UNIFIED IDEOGRAPH-3907",
    },
    Character {
        age: "3.0",
        codepoint: 0x3908,
        name: "CJK UNIFIED IDEOGRAPH-3908",
    },
    Character {
        age: "3.0",
        codepoint: 0x3909,
        name: "CJK UNIFIED IDEOGRAPH-3909",
    },
    Character {
        age: "3.0",
        codepoint: 0x390A,
        name: "CJK UNIFIED IDEOGRAPH-390A",
    },
    Character {
        age: "3.0",
        codepoint: 0x390B,
        name: "CJK UNIFIED IDEOGRAPH-390B",
    },
    Character {
        age: "3.0",
        codepoint: 0x390C,
        name: "CJK UNIFIED IDEOGRAPH-390C",
    },
    Character {
        age: "3.0",
        codepoint: 0x390D,
        name: "CJK UNIFIED IDEOGRAPH-390D",
    },
    Character {
        age: "3.0",
        codepoint: 0x390E,
        name: "CJK UNIFIED IDEOGRAPH-390E",
    },
    Character {
        age: "3.0",
        codepoint: 0x390F,
        name: "CJK UNIFIED IDEOGRAPH-390F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3910,
        name: "CJK UNIFIED IDEOGRAPH-3910",
    },
    Character {
        age: "3.0",
        codepoint: 0x3911,
        name: "CJK UNIFIED IDEOGRAPH-3911",
    },
    Character {
        age: "3.0",
        codepoint: 0x3912,
        name: "CJK UNIFIED IDEOGRAPH-3912",
    },
    Character {
        age: "3.0",
        codepoint: 0x3913,
        name: "CJK UNIFIED IDEOGRAPH-3913",
    },
    Character {
        age: "3.0",
        codepoint: 0x3914,
        name: "CJK UNIFIED IDEOGRAPH-3914",
    },
    Character {
        age: "3.0",
        codepoint: 0x3915,
        name: "CJK UNIFIED IDEOGRAPH-3915",
    },
    Character {
        age: "3.0",
        codepoint: 0x3916,
        name: "CJK UNIFIED IDEOGRAPH-3916",
    },
    Character {
        age: "3.0",
        codepoint: 0x3917,
        name: "CJK UNIFIED IDEOGRAPH-3917",
    },
    Character {
        age: "3.0",
        codepoint: 0x3918,
        name: "CJK UNIFIED IDEOGRAPH-3918",
    },
    Character {
        age: "3.0",
        codepoint: 0x3919,
        name: "CJK UNIFIED IDEOGRAPH-3919",
    },
    Character {
        age: "3.0",
        codepoint: 0x391A,
        name: "CJK UNIFIED IDEOGRAPH-391A",
    },
    Character {
        age: "3.0",
        codepoint: 0x391B,
        name: "CJK UNIFIED IDEOGRAPH-391B",
    },
    Character {
        age: "3.0",
        codepoint: 0x391C,
        name: "CJK UNIFIED IDEOGRAPH-391C",
    },
    Character {
        age: "3.0",
        codepoint: 0x391D,
        name: "CJK UNIFIED IDEOGRAPH-391D",
    },
    Character {
        age: "3.0",
        codepoint: 0x391E,
        name: "CJK UNIFIED IDEOGRAPH-391E",
    },
    Character {
        age: "3.0",
        codepoint: 0x391F,
        name: "CJK UNIFIED IDEOGRAPH-391F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3920,
        name: "CJK UNIFIED IDEOGRAPH-3920",
    },
    Character {
        age: "3.0",
        codepoint: 0x3921,
        name: "CJK UNIFIED IDEOGRAPH-3921",
    },
    Character {
        age: "3.0",
        codepoint: 0x3922,
        name: "CJK UNIFIED IDEOGRAPH-3922",
    },
    Character {
        age: "3.0",
        codepoint: 0x3923,
        name: "CJK UNIFIED IDEOGRAPH-3923",
    },
    Character {
        age: "3.0",
        codepoint: 0x3924,
        name: "CJK UNIFIED IDEOGRAPH-3924",
    },
    Character {
        age: "3.0",
        codepoint: 0x3925,
        name: "CJK UNIFIED IDEOGRAPH-3925",
    },
    Character {
        age: "3.0",
        codepoint: 0x3926,
        name: "CJK UNIFIED IDEOGRAPH-3926",
    },
    Character {
        age: "3.0",
        codepoint: 0x3927,
        name: "CJK UNIFIED IDEOGRAPH-3927",
    },
    Character {
        age: "3.0",
        codepoint: 0x3928,
        name: "CJK UNIFIED IDEOGRAPH-3928",
    },
    Character {
        age: "3.0",
        codepoint: 0x3929,
        name: "CJK UNIFIED IDEOGRAPH-3929",
    },
    Character {
        age: "3.0",
        codepoint: 0x392A,
        name: "CJK UNIFIED IDEOGRAPH-392A",
    },
    Character {
        age: "3.0",
        codepoint: 0x392B,
        name: "CJK UNIFIED IDEOGRAPH-392B",
    },
    Character {
        age: "3.0",
        codepoint: 0x392C,
        name: "CJK UNIFIED IDEOGRAPH-392C",
    },
    Character {
        age: "3.0",
        codepoint: 0x392D,
        name: "CJK UNIFIED IDEOGRAPH-392D",
    },
    Character {
        age: "3.0",
        codepoint: 0x392E,
        name: "CJK UNIFIED IDEOGRAPH-392E",
    },
    Character {
        age: "3.0",
        codepoint: 0x392F,
        name: "CJK UNIFIED IDEOGRAPH-392F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3930,
        name: "CJK UNIFIED IDEOGRAPH-3930",
    },
    Character {
        age: "3.0",
        codepoint: 0x3931,
        name: "CJK UNIFIED IDEOGRAPH-3931",
    },
    Character {
        age: "3.0",
        codepoint: 0x3932,
        name: "CJK UNIFIED IDEOGRAPH-3932",
    },
    Character {
        age: "3.0",
        codepoint: 0x3933,
        name: "CJK UNIFIED IDEOGRAPH-3933",
    },
    Character {
        age: "3.0",
        codepoint: 0x3934,
        name: "CJK UNIFIED IDEOGRAPH-3934",
    },
    Character {
        age: "3.0",
        codepoint: 0x3935,
        name: "CJK UNIFIED IDEOGRAPH-3935",
    },
    Character {
        age: "3.0",
        codepoint: 0x3936,
        name: "CJK UNIFIED IDEOGRAPH-3936",
    },
    Character {
        age: "3.0",
        codepoint: 0x3937,
        name: "CJK UNIFIED IDEOGRAPH-3937",
    },
    Character {
        age: "3.0",
        codepoint: 0x3938,
        name: "CJK UNIFIED IDEOGRAPH-3938",
    },
    Character {
        age: "3.0",
        codepoint: 0x3939,
        name: "CJK UNIFIED IDEOGRAPH-3939",
    },
    Character {
        age: "3.0",
        codepoint: 0x393A,
        name: "CJK UNIFIED IDEOGRAPH-393A",
    },
    Character {
        age: "3.0",
        codepoint: 0x393B,
        name: "CJK UNIFIED IDEOGRAPH-393B",
    },
    Character {
        age: "3.0",
        codepoint: 0x393C,
        name: "CJK UNIFIED IDEOGRAPH-393C",
    },
    Character {
        age: "3.0",
        codepoint: 0x393D,
        name: "CJK UNIFIED IDEOGRAPH-393D",
    },
    Character {
        age: "3.0",
        codepoint: 0x393E,
        name: "CJK UNIFIED IDEOGRAPH-393E",
    },
    Character {
        age: "3.0",
        codepoint: 0x393F,
        name: "CJK UNIFIED IDEOGRAPH-393F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3940,
        name: "CJK UNIFIED IDEOGRAPH-3940",
    },
    Character {
        age: "3.0",
        codepoint: 0x3941,
        name: "CJK UNIFIED IDEOGRAPH-3941",
    },
    Character {
        age: "3.0",
        codepoint: 0x3942,
        name: "CJK UNIFIED IDEOGRAPH-3942",
    },
    Character {
        age: "3.0",
        codepoint: 0x3943,
        name: "CJK UNIFIED IDEOGRAPH-3943",
    },
    Character {
        age: "3.0",
        codepoint: 0x3944,
        name: "CJK UNIFIED IDEOGRAPH-3944",
    },
    Character {
        age: "3.0",
        codepoint: 0x3945,
        name: "CJK UNIFIED IDEOGRAPH-3945",
    },
    Character {
        age: "3.0",
        codepoint: 0x3946,
        name: "CJK UNIFIED IDEOGRAPH-3946",
    },
    Character {
        age: "3.0",
        codepoint: 0x3947,
        name: "CJK UNIFIED IDEOGRAPH-3947",
    },
    Character {
        age: "3.0",
        codepoint: 0x3948,
        name: "CJK UNIFIED IDEOGRAPH-3948",
    },
    Character {
        age: "3.0",
        codepoint: 0x3949,
        name: "CJK UNIFIED IDEOGRAPH-3949",
    },
    Character {
        age: "3.0",
        codepoint: 0x394A,
        name: "CJK UNIFIED IDEOGRAPH-394A",
    },
    Character {
        age: "3.0",
        codepoint: 0x394B,
        name: "CJK UNIFIED IDEOGRAPH-394B",
    },
    Character {
        age: "3.0",
        codepoint: 0x394C,
        name: "CJK UNIFIED IDEOGRAPH-394C",
    },
    Character {
        age: "3.0",
        codepoint: 0x394D,
        name: "CJK UNIFIED IDEOGRAPH-394D",
    },
    Character {
        age: "3.0",
        codepoint: 0x394E,
        name: "CJK UNIFIED IDEOGRAPH-394E",
    },
    Character {
        age: "3.0",
        codepoint: 0x394F,
        name: "CJK UNIFIED IDEOGRAPH-394F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3950,
        name: "CJK UNIFIED IDEOGRAPH-3950",
    },
    Character {
        age: "3.0",
        codepoint: 0x3951,
        name: "CJK UNIFIED IDEOGRAPH-3951",
    },
    Character {
        age: "3.0",
        codepoint: 0x3952,
        name: "CJK UNIFIED IDEOGRAPH-3952",
    },
    Character {
        age: "3.0",
        codepoint: 0x3953,
        name: "CJK UNIFIED IDEOGRAPH-3953",
    },
    Character {
        age: "3.0",
        codepoint: 0x3954,
        name: "CJK UNIFIED IDEOGRAPH-3954",
    },
    Character {
        age: "3.0",
        codepoint: 0x3955,
        name: "CJK UNIFIED IDEOGRAPH-3955",
    },
    Character {
        age: "3.0",
        codepoint: 0x3956,
        name: "CJK UNIFIED IDEOGRAPH-3956",
    },
    Character {
        age: "3.0",
        codepoint: 0x3957,
        name: "CJK UNIFIED IDEOGRAPH-3957",
    },
    Character {
        age: "3.0",
        codepoint: 0x3958,
        name: "CJK UNIFIED IDEOGRAPH-3958",
    },
    Character {
        age: "3.0",
        codepoint: 0x3959,
        name: "CJK UNIFIED IDEOGRAPH-3959",
    },
    Character {
        age: "3.0",
        codepoint: 0x395A,
        name: "CJK UNIFIED IDEOGRAPH-395A",
    },
    Character {
        age: "3.0",
        codepoint: 0x395B,
        name: "CJK UNIFIED IDEOGRAPH-395B",
    },
    Character {
        age: "3.0",
        codepoint: 0x395C,
        name: "CJK UNIFIED IDEOGRAPH-395C",
    },
    Character {
        age: "3.0",
        codepoint: 0x395D,
        name: "CJK UNIFIED IDEOGRAPH-395D",
    },
    Character {
        age: "3.0",
        codepoint: 0x395E,
        name: "CJK UNIFIED IDEOGRAPH-395E",
    },
    Character {
        age: "3.0",
        codepoint: 0x395F,
        name: "CJK UNIFIED IDEOGRAPH-395F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3960,
        name: "CJK UNIFIED IDEOGRAPH-3960",
    },
    Character {
        age: "3.0",
        codepoint: 0x3961,
        name: "CJK UNIFIED IDEOGRAPH-3961",
    },
    Character {
        age: "3.0",
        codepoint: 0x3962,
        name: "CJK UNIFIED IDEOGRAPH-3962",
    },
    Character {
        age: "3.0",
        codepoint: 0x3963,
        name: "CJK UNIFIED IDEOGRAPH-3963",
    },
    Character {
        age: "3.0",
        codepoint: 0x3964,
        name: "CJK UNIFIED IDEOGRAPH-3964",
    },
    Character {
        age: "3.0",
        codepoint: 0x3965,
        name: "CJK UNIFIED IDEOGRAPH-3965",
    },
    Character {
        age: "3.0",
        codepoint: 0x3966,
        name: "CJK UNIFIED IDEOGRAPH-3966",
    },
    Character {
        age: "3.0",
        codepoint: 0x3967,
        name: "CJK UNIFIED IDEOGRAPH-3967",
    },
    Character {
        age: "3.0",
        codepoint: 0x3968,
        name: "CJK UNIFIED IDEOGRAPH-3968",
    },
    Character {
        age: "3.0",
        codepoint: 0x3969,
        name: "CJK UNIFIED IDEOGRAPH-3969",
    },
    Character {
        age: "3.0",
        codepoint: 0x396A,
        name: "CJK UNIFIED IDEOGRAPH-396A",
    },
    Character {
        age: "3.0",
        codepoint: 0x396B,
        name: "CJK UNIFIED IDEOGRAPH-396B",
    },
    Character {
        age: "3.0",
        codepoint: 0x396C,
        name: "CJK UNIFIED IDEOGRAPH-396C",
    },
    Character {
        age: "3.0",
        codepoint: 0x396D,
        name: "CJK UNIFIED IDEOGRAPH-396D",
    },
    Character {
        age: "3.0",
        codepoint: 0x396E,
        name: "CJK UNIFIED IDEOGRAPH-396E",
    },
    Character {
        age: "3.0",
        codepoint: 0x396F,
        name: "CJK UNIFIED IDEOGRAPH-396F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3970,
        name: "CJK UNIFIED IDEOGRAPH-3970",
    },
    Character {
        age: "3.0",
        codepoint: 0x3971,
        name: "CJK UNIFIED IDEOGRAPH-3971",
    },
    Character {
        age: "3.0",
        codepoint: 0x3972,
        name: "CJK UNIFIED IDEOGRAPH-3972",
    },
    Character {
        age: "3.0",
        codepoint: 0x3973,
        name: "CJK UNIFIED IDEOGRAPH-3973",
    },
    Character {
        age: "3.0",
        codepoint: 0x3974,
        name: "CJK UNIFIED IDEOGRAPH-3974",
    },
    Character {
        age: "3.0",
        codepoint: 0x3975,
        name: "CJK UNIFIED IDEOGRAPH-3975",
    },
    Character {
        age: "3.0",
        codepoint: 0x3976,
        name: "CJK UNIFIED IDEOGRAPH-3976",
    },
    Character {
        age: "3.0",
        codepoint: 0x3977,
        name: "CJK UNIFIED IDEOGRAPH-3977",
    },
    Character {
        age: "3.0",
        codepoint: 0x3978,
        name: "CJK UNIFIED IDEOGRAPH-3978",
    },
    Character {
        age: "3.0",
        codepoint: 0x3979,
        name: "CJK UNIFIED IDEOGRAPH-3979",
    },
    Character {
        age: "3.0",
        codepoint: 0x397A,
        name: "CJK UNIFIED IDEOGRAPH-397A",
    },
    Character {
        age: "3.0",
        codepoint: 0x397B,
        name: "CJK UNIFIED IDEOGRAPH-397B",
    },
    Character {
        age: "3.0",
        codepoint: 0x397C,
        name: "CJK UNIFIED IDEOGRAPH-397C",
    },
    Character {
        age: "3.0",
        codepoint: 0x397D,
        name: "CJK UNIFIED IDEOGRAPH-397D",
    },
    Character {
        age: "3.0",
        codepoint: 0x397E,
        name: "CJK UNIFIED IDEOGRAPH-397E",
    },
    Character {
        age: "3.0",
        codepoint: 0x397F,
        name: "CJK UNIFIED IDEOGRAPH-397F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3980,
        name: "CJK UNIFIED IDEOGRAPH-3980",
    },
    Character {
        age: "3.0",
        codepoint: 0x3981,
        name: "CJK UNIFIED IDEOGRAPH-3981",
    },
    Character {
        age: "3.0",
        codepoint: 0x3982,
        name: "CJK UNIFIED IDEOGRAPH-3982",
    },
    Character {
        age: "3.0",
        codepoint: 0x3983,
        name: "CJK UNIFIED IDEOGRAPH-3983",
    },
    Character {
        age: "3.0",
        codepoint: 0x3984,
        name: "CJK UNIFIED IDEOGRAPH-3984",
    },
    Character {
        age: "3.0",
        codepoint: 0x3985,
        name: "CJK UNIFIED IDEOGRAPH-3985",
    },
    Character {
        age: "3.0",
        codepoint: 0x3986,
        name: "CJK UNIFIED IDEOGRAPH-3986",
    },
    Character {
        age: "3.0",
        codepoint: 0x3987,
        name: "CJK UNIFIED IDEOGRAPH-3987",
    },
    Character {
        age: "3.0",
        codepoint: 0x3988,
        name: "CJK UNIFIED IDEOGRAPH-3988",
    },
    Character {
        age: "3.0",
        codepoint: 0x3989,
        name: "CJK UNIFIED IDEOGRAPH-3989",
    },
    Character {
        age: "3.0",
        codepoint: 0x398A,
        name: "CJK UNIFIED IDEOGRAPH-398A",
    },
    Character {
        age: "3.0",
        codepoint: 0x398B,
        name: "CJK UNIFIED IDEOGRAPH-398B",
    },
    Character {
        age: "3.0",
        codepoint: 0x398C,
        name: "CJK UNIFIED IDEOGRAPH-398C",
    },
    Character {
        age: "3.0",
        codepoint: 0x398D,
        name: "CJK UNIFIED IDEOGRAPH-398D",
    },
    Character {
        age: "3.0",
        codepoint: 0x398E,
        name: "CJK UNIFIED IDEOGRAPH-398E",
    },
    Character {
        age: "3.0",
        codepoint: 0x398F,
        name: "CJK UNIFIED IDEOGRAPH-398F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3990,
        name: "CJK UNIFIED IDEOGRAPH-3990",
    },
    Character {
        age: "3.0",
        codepoint: 0x3991,
        name: "CJK UNIFIED IDEOGRAPH-3991",
    },
    Character {
        age: "3.0",
        codepoint: 0x3992,
        name: "CJK UNIFIED IDEOGRAPH-3992",
    },
    Character {
        age: "3.0",
        codepoint: 0x3993,
        name: "CJK UNIFIED IDEOGRAPH-3993",
    },
    Character {
        age: "3.0",
        codepoint: 0x3994,
        name: "CJK UNIFIED IDEOGRAPH-3994",
    },
    Character {
        age: "3.0",
        codepoint: 0x3995,
        name: "CJK UNIFIED IDEOGRAPH-3995",
    },
    Character {
        age: "3.0",
        codepoint: 0x3996,
        name: "CJK UNIFIED IDEOGRAPH-3996",
    },
    Character {
        age: "3.0",
        codepoint: 0x3997,
        name: "CJK UNIFIED IDEOGRAPH-3997",
    },
    Character {
        age: "3.0",
        codepoint: 0x3998,
        name: "CJK UNIFIED IDEOGRAPH-3998",
    },
    Character {
        age: "3.0",
        codepoint: 0x3999,
        name: "CJK UNIFIED IDEOGRAPH-3999",
    },
    Character {
        age: "3.0",
        codepoint: 0x399A,
        name: "CJK UNIFIED IDEOGRAPH-399A",
    },
    Character {
        age: "3.0",
        codepoint: 0x399B,
        name: "CJK UNIFIED IDEOGRAPH-399B",
    },
    Character {
        age: "3.0",
        codepoint: 0x399C,
        name: "CJK UNIFIED IDEOGRAPH-399C",
    },
    Character {
        age: "3.0",
        codepoint: 0x399D,
        name: "CJK UNIFIED IDEOGRAPH-399D",
    },
    Character {
        age: "3.0",
        codepoint: 0x399E,
        name: "CJK UNIFIED IDEOGRAPH-399E",
    },
    Character {
        age: "3.0",
        codepoint: 0x399F,
        name: "CJK UNIFIED IDEOGRAPH-399F",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A0,
        name: "CJK UNIFIED IDEOGRAPH-39A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A1,
        name: "CJK UNIFIED IDEOGRAPH-39A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A2,
        name: "CJK UNIFIED IDEOGRAPH-39A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A3,
        name: "CJK UNIFIED IDEOGRAPH-39A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A4,
        name: "CJK UNIFIED IDEOGRAPH-39A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A5,
        name: "CJK UNIFIED IDEOGRAPH-39A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A6,
        name: "CJK UNIFIED IDEOGRAPH-39A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A7,
        name: "CJK UNIFIED IDEOGRAPH-39A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A8,
        name: "CJK UNIFIED IDEOGRAPH-39A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x39A9,
        name: "CJK UNIFIED IDEOGRAPH-39A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x39AA,
        name: "CJK UNIFIED IDEOGRAPH-39AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x39AB,
        name: "CJK UNIFIED IDEOGRAPH-39AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x39AC,
        name: "CJK UNIFIED IDEOGRAPH-39AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x39AD,
        name: "CJK UNIFIED IDEOGRAPH-39AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x39AE,
        name: "CJK UNIFIED IDEOGRAPH-39AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x39AF,
        name: "CJK UNIFIED IDEOGRAPH-39AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B0,
        name: "CJK UNIFIED IDEOGRAPH-39B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B1,
        name: "CJK UNIFIED IDEOGRAPH-39B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B2,
        name: "CJK UNIFIED IDEOGRAPH-39B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B3,
        name: "CJK UNIFIED IDEOGRAPH-39B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B4,
        name: "CJK UNIFIED IDEOGRAPH-39B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B5,
        name: "CJK UNIFIED IDEOGRAPH-39B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B6,
        name: "CJK UNIFIED IDEOGRAPH-39B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B7,
        name: "CJK UNIFIED IDEOGRAPH-39B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B8,
        name: "CJK UNIFIED IDEOGRAPH-39B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x39B9,
        name: "CJK UNIFIED IDEOGRAPH-39B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x39BA,
        name: "CJK UNIFIED IDEOGRAPH-39BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x39BB,
        name: "CJK UNIFIED IDEOGRAPH-39BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x39BC,
        name: "CJK UNIFIED IDEOGRAPH-39BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x39BD,
        name: "CJK UNIFIED IDEOGRAPH-39BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x39BE,
        name: "CJK UNIFIED IDEOGRAPH-39BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x39BF,
        name: "CJK UNIFIED IDEOGRAPH-39BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C0,
        name: "CJK UNIFIED IDEOGRAPH-39C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C1,
        name: "CJK UNIFIED IDEOGRAPH-39C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C2,
        name: "CJK UNIFIED IDEOGRAPH-39C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C3,
        name: "CJK UNIFIED IDEOGRAPH-39C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C4,
        name: "CJK UNIFIED IDEOGRAPH-39C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C5,
        name: "CJK UNIFIED IDEOGRAPH-39C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C6,
        name: "CJK UNIFIED IDEOGRAPH-39C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C7,
        name: "CJK UNIFIED IDEOGRAPH-39C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C8,
        name: "CJK UNIFIED IDEOGRAPH-39C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x39C9,
        name: "CJK UNIFIED IDEOGRAPH-39C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x39CA,
        name: "CJK UNIFIED IDEOGRAPH-39CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x39CB,
        name: "CJK UNIFIED IDEOGRAPH-39CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x39CC,
        name: "CJK UNIFIED IDEOGRAPH-39CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x39CD,
        name: "CJK UNIFIED IDEOGRAPH-39CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x39CE,
        name: "CJK UNIFIED IDEOGRAPH-39CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x39CF,
        name: "CJK UNIFIED IDEOGRAPH-39CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D0,
        name: "CJK UNIFIED IDEOGRAPH-39D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D1,
        name: "CJK UNIFIED IDEOGRAPH-39D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D2,
        name: "CJK UNIFIED IDEOGRAPH-39D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D3,
        name: "CJK UNIFIED IDEOGRAPH-39D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D4,
        name: "CJK UNIFIED IDEOGRAPH-39D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D5,
        name: "CJK UNIFIED IDEOGRAPH-39D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D6,
        name: "CJK UNIFIED IDEOGRAPH-39D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D7,
        name: "CJK UNIFIED IDEOGRAPH-39D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D8,
        name: "CJK UNIFIED IDEOGRAPH-39D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x39D9,
        name: "CJK UNIFIED IDEOGRAPH-39D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x39DA,
        name: "CJK UNIFIED IDEOGRAPH-39DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x39DB,
        name: "CJK UNIFIED IDEOGRAPH-39DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x39DC,
        name: "CJK UNIFIED IDEOGRAPH-39DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x39DD,
        name: "CJK UNIFIED IDEOGRAPH-39DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x39DE,
        name: "CJK UNIFIED IDEOGRAPH-39DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x39DF,
        name: "CJK UNIFIED IDEOGRAPH-39DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E0,
        name: "CJK UNIFIED IDEOGRAPH-39E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E1,
        name: "CJK UNIFIED IDEOGRAPH-39E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E2,
        name: "CJK UNIFIED IDEOGRAPH-39E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E3,
        name: "CJK UNIFIED IDEOGRAPH-39E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E4,
        name: "CJK UNIFIED IDEOGRAPH-39E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E5,
        name: "CJK UNIFIED IDEOGRAPH-39E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E6,
        name: "CJK UNIFIED IDEOGRAPH-39E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E7,
        name: "CJK UNIFIED IDEOGRAPH-39E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E8,
        name: "CJK UNIFIED IDEOGRAPH-39E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x39E9,
        name: "CJK UNIFIED IDEOGRAPH-39E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x39EA,
        name: "CJK UNIFIED IDEOGRAPH-39EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x39EB,
        name: "CJK UNIFIED IDEOGRAPH-39EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x39EC,
        name: "CJK UNIFIED IDEOGRAPH-39EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x39ED,
        name: "CJK UNIFIED IDEOGRAPH-39ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x39EE,
        name: "CJK UNIFIED IDEOGRAPH-39EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x39EF,
        name: "CJK UNIFIED IDEOGRAPH-39EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F0,
        name: "CJK UNIFIED IDEOGRAPH-39F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F1,
        name: "CJK UNIFIED IDEOGRAPH-39F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F2,
        name: "CJK UNIFIED IDEOGRAPH-39F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F3,
        name: "CJK UNIFIED IDEOGRAPH-39F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F4,
        name: "CJK UNIFIED IDEOGRAPH-39F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F5,
        name: "CJK UNIFIED IDEOGRAPH-39F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F6,
        name: "CJK UNIFIED IDEOGRAPH-39F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F7,
        name: "CJK UNIFIED IDEOGRAPH-39F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F8,
        name: "CJK UNIFIED IDEOGRAPH-39F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x39F9,
        name: "CJK UNIFIED IDEOGRAPH-39F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x39FA,
        name: "CJK UNIFIED IDEOGRAPH-39FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x39FB,
        name: "CJK UNIFIED IDEOGRAPH-39FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x39FC,
        name: "CJK UNIFIED IDEOGRAPH-39FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x39FD,
        name: "CJK UNIFIED IDEOGRAPH-39FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x39FE,
        name: "CJK UNIFIED IDEOGRAPH-39FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x39FF,
        name: "CJK UNIFIED IDEOGRAPH-39FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A00,
        name: "CJK UNIFIED IDEOGRAPH-3A00",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A01,
        name: "CJK UNIFIED IDEOGRAPH-3A01",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A02,
        name: "CJK UNIFIED IDEOGRAPH-3A02",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A03,
        name: "CJK UNIFIED IDEOGRAPH-3A03",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A04,
        name: "CJK UNIFIED IDEOGRAPH-3A04",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A05,
        name: "CJK UNIFIED IDEOGRAPH-3A05",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A06,
        name: "CJK UNIFIED IDEOGRAPH-3A06",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A07,
        name: "CJK UNIFIED IDEOGRAPH-3A07",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A08,
        name: "CJK UNIFIED IDEOGRAPH-3A08",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A09,
        name: "CJK UNIFIED IDEOGRAPH-3A09",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A0A,
        name: "CJK UNIFIED IDEOGRAPH-3A0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A0B,
        name: "CJK UNIFIED IDEOGRAPH-3A0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A0C,
        name: "CJK UNIFIED IDEOGRAPH-3A0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A0D,
        name: "CJK UNIFIED IDEOGRAPH-3A0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A0E,
        name: "CJK UNIFIED IDEOGRAPH-3A0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A0F,
        name: "CJK UNIFIED IDEOGRAPH-3A0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A10,
        name: "CJK UNIFIED IDEOGRAPH-3A10",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A11,
        name: "CJK UNIFIED IDEOGRAPH-3A11",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A12,
        name: "CJK UNIFIED IDEOGRAPH-3A12",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A13,
        name: "CJK UNIFIED IDEOGRAPH-3A13",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A14,
        name: "CJK UNIFIED IDEOGRAPH-3A14",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A15,
        name: "CJK UNIFIED IDEOGRAPH-3A15",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A16,
        name: "CJK UNIFIED IDEOGRAPH-3A16",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A17,
        name: "CJK UNIFIED IDEOGRAPH-3A17",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A18,
        name: "CJK UNIFIED IDEOGRAPH-3A18",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A19,
        name: "CJK UNIFIED IDEOGRAPH-3A19",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A1A,
        name: "CJK UNIFIED IDEOGRAPH-3A1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A1B,
        name: "CJK UNIFIED IDEOGRAPH-3A1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A1C,
        name: "CJK UNIFIED IDEOGRAPH-3A1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A1D,
        name: "CJK UNIFIED IDEOGRAPH-3A1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A1E,
        name: "CJK UNIFIED IDEOGRAPH-3A1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A1F,
        name: "CJK UNIFIED IDEOGRAPH-3A1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A20,
        name: "CJK UNIFIED IDEOGRAPH-3A20",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A21,
        name: "CJK UNIFIED IDEOGRAPH-3A21",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A22,
        name: "CJK UNIFIED IDEOGRAPH-3A22",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A23,
        name: "CJK UNIFIED IDEOGRAPH-3A23",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A24,
        name: "CJK UNIFIED IDEOGRAPH-3A24",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A25,
        name: "CJK UNIFIED IDEOGRAPH-3A25",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A26,
        name: "CJK UNIFIED IDEOGRAPH-3A26",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A27,
        name: "CJK UNIFIED IDEOGRAPH-3A27",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A28,
        name: "CJK UNIFIED IDEOGRAPH-3A28",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A29,
        name: "CJK UNIFIED IDEOGRAPH-3A29",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A2A,
        name: "CJK UNIFIED IDEOGRAPH-3A2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A2B,
        name: "CJK UNIFIED IDEOGRAPH-3A2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A2C,
        name: "CJK UNIFIED IDEOGRAPH-3A2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A2D,
        name: "CJK UNIFIED IDEOGRAPH-3A2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A2E,
        name: "CJK UNIFIED IDEOGRAPH-3A2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A2F,
        name: "CJK UNIFIED IDEOGRAPH-3A2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A30,
        name: "CJK UNIFIED IDEOGRAPH-3A30",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A31,
        name: "CJK UNIFIED IDEOGRAPH-3A31",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A32,
        name: "CJK UNIFIED IDEOGRAPH-3A32",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A33,
        name: "CJK UNIFIED IDEOGRAPH-3A33",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A34,
        name: "CJK UNIFIED IDEOGRAPH-3A34",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A35,
        name: "CJK UNIFIED IDEOGRAPH-3A35",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A36,
        name: "CJK UNIFIED IDEOGRAPH-3A36",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A37,
        name: "CJK UNIFIED IDEOGRAPH-3A37",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A38,
        name: "CJK UNIFIED IDEOGRAPH-3A38",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A39,
        name: "CJK UNIFIED IDEOGRAPH-3A39",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A3A,
        name: "CJK UNIFIED IDEOGRAPH-3A3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A3B,
        name: "CJK UNIFIED IDEOGRAPH-3A3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A3C,
        name: "CJK UNIFIED IDEOGRAPH-3A3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A3D,
        name: "CJK UNIFIED IDEOGRAPH-3A3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A3E,
        name: "CJK UNIFIED IDEOGRAPH-3A3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A3F,
        name: "CJK UNIFIED IDEOGRAPH-3A3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A40,
        name: "CJK UNIFIED IDEOGRAPH-3A40",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A41,
        name: "CJK UNIFIED IDEOGRAPH-3A41",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A42,
        name: "CJK UNIFIED IDEOGRAPH-3A42",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A43,
        name: "CJK UNIFIED IDEOGRAPH-3A43",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A44,
        name: "CJK UNIFIED IDEOGRAPH-3A44",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A45,
        name: "CJK UNIFIED IDEOGRAPH-3A45",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A46,
        name: "CJK UNIFIED IDEOGRAPH-3A46",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A47,
        name: "CJK UNIFIED IDEOGRAPH-3A47",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A48,
        name: "CJK UNIFIED IDEOGRAPH-3A48",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A49,
        name: "CJK UNIFIED IDEOGRAPH-3A49",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A4A,
        name: "CJK UNIFIED IDEOGRAPH-3A4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A4B,
        name: "CJK UNIFIED IDEOGRAPH-3A4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A4C,
        name: "CJK UNIFIED IDEOGRAPH-3A4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A4D,
        name: "CJK UNIFIED IDEOGRAPH-3A4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A4E,
        name: "CJK UNIFIED IDEOGRAPH-3A4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A4F,
        name: "CJK UNIFIED IDEOGRAPH-3A4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A50,
        name: "CJK UNIFIED IDEOGRAPH-3A50",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A51,
        name: "CJK UNIFIED IDEOGRAPH-3A51",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A52,
        name: "CJK UNIFIED IDEOGRAPH-3A52",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A53,
        name: "CJK UNIFIED IDEOGRAPH-3A53",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A54,
        name: "CJK UNIFIED IDEOGRAPH-3A54",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A55,
        name: "CJK UNIFIED IDEOGRAPH-3A55",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A56,
        name: "CJK UNIFIED IDEOGRAPH-3A56",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A57,
        name: "CJK UNIFIED IDEOGRAPH-3A57",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A58,
        name: "CJK UNIFIED IDEOGRAPH-3A58",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A59,
        name: "CJK UNIFIED IDEOGRAPH-3A59",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A5A,
        name: "CJK UNIFIED IDEOGRAPH-3A5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A5B,
        name: "CJK UNIFIED IDEOGRAPH-3A5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A5C,
        name: "CJK UNIFIED IDEOGRAPH-3A5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A5D,
        name: "CJK UNIFIED IDEOGRAPH-3A5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A5E,
        name: "CJK UNIFIED IDEOGRAPH-3A5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A5F,
        name: "CJK UNIFIED IDEOGRAPH-3A5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A60,
        name: "CJK UNIFIED IDEOGRAPH-3A60",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A61,
        name: "CJK UNIFIED IDEOGRAPH-3A61",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A62,
        name: "CJK UNIFIED IDEOGRAPH-3A62",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A63,
        name: "CJK UNIFIED IDEOGRAPH-3A63",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A64,
        name: "CJK UNIFIED IDEOGRAPH-3A64",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A65,
        name: "CJK UNIFIED IDEOGRAPH-3A65",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A66,
        name: "CJK UNIFIED IDEOGRAPH-3A66",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A67,
        name: "CJK UNIFIED IDEOGRAPH-3A67",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A68,
        name: "CJK UNIFIED IDEOGRAPH-3A68",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A69,
        name: "CJK UNIFIED IDEOGRAPH-3A69",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A6A,
        name: "CJK UNIFIED IDEOGRAPH-3A6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A6B,
        name: "CJK UNIFIED IDEOGRAPH-3A6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A6C,
        name: "CJK UNIFIED IDEOGRAPH-3A6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A6D,
        name: "CJK UNIFIED IDEOGRAPH-3A6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A6E,
        name: "CJK UNIFIED IDEOGRAPH-3A6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A6F,
        name: "CJK UNIFIED IDEOGRAPH-3A6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A70,
        name: "CJK UNIFIED IDEOGRAPH-3A70",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A71,
        name: "CJK UNIFIED IDEOGRAPH-3A71",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A72,
        name: "CJK UNIFIED IDEOGRAPH-3A72",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A73,
        name: "CJK UNIFIED IDEOGRAPH-3A73",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A74,
        name: "CJK UNIFIED IDEOGRAPH-3A74",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A75,
        name: "CJK UNIFIED IDEOGRAPH-3A75",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A76,
        name: "CJK UNIFIED IDEOGRAPH-3A76",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A77,
        name: "CJK UNIFIED IDEOGRAPH-3A77",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A78,
        name: "CJK UNIFIED IDEOGRAPH-3A78",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A79,
        name: "CJK UNIFIED IDEOGRAPH-3A79",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A7A,
        name: "CJK UNIFIED IDEOGRAPH-3A7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A7B,
        name: "CJK UNIFIED IDEOGRAPH-3A7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A7C,
        name: "CJK UNIFIED IDEOGRAPH-3A7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A7D,
        name: "CJK UNIFIED IDEOGRAPH-3A7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A7E,
        name: "CJK UNIFIED IDEOGRAPH-3A7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A7F,
        name: "CJK UNIFIED IDEOGRAPH-3A7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A80,
        name: "CJK UNIFIED IDEOGRAPH-3A80",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A81,
        name: "CJK UNIFIED IDEOGRAPH-3A81",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A82,
        name: "CJK UNIFIED IDEOGRAPH-3A82",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A83,
        name: "CJK UNIFIED IDEOGRAPH-3A83",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A84,
        name: "CJK UNIFIED IDEOGRAPH-3A84",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A85,
        name: "CJK UNIFIED IDEOGRAPH-3A85",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A86,
        name: "CJK UNIFIED IDEOGRAPH-3A86",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A87,
        name: "CJK UNIFIED IDEOGRAPH-3A87",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A88,
        name: "CJK UNIFIED IDEOGRAPH-3A88",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A89,
        name: "CJK UNIFIED IDEOGRAPH-3A89",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A8A,
        name: "CJK UNIFIED IDEOGRAPH-3A8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A8B,
        name: "CJK UNIFIED IDEOGRAPH-3A8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A8C,
        name: "CJK UNIFIED IDEOGRAPH-3A8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A8D,
        name: "CJK UNIFIED IDEOGRAPH-3A8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A8E,
        name: "CJK UNIFIED IDEOGRAPH-3A8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A8F,
        name: "CJK UNIFIED IDEOGRAPH-3A8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A90,
        name: "CJK UNIFIED IDEOGRAPH-3A90",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A91,
        name: "CJK UNIFIED IDEOGRAPH-3A91",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A92,
        name: "CJK UNIFIED IDEOGRAPH-3A92",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A93,
        name: "CJK UNIFIED IDEOGRAPH-3A93",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A94,
        name: "CJK UNIFIED IDEOGRAPH-3A94",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A95,
        name: "CJK UNIFIED IDEOGRAPH-3A95",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A96,
        name: "CJK UNIFIED IDEOGRAPH-3A96",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A97,
        name: "CJK UNIFIED IDEOGRAPH-3A97",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A98,
        name: "CJK UNIFIED IDEOGRAPH-3A98",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A99,
        name: "CJK UNIFIED IDEOGRAPH-3A99",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A9A,
        name: "CJK UNIFIED IDEOGRAPH-3A9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A9B,
        name: "CJK UNIFIED IDEOGRAPH-3A9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A9C,
        name: "CJK UNIFIED IDEOGRAPH-3A9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A9D,
        name: "CJK UNIFIED IDEOGRAPH-3A9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A9E,
        name: "CJK UNIFIED IDEOGRAPH-3A9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3A9F,
        name: "CJK UNIFIED IDEOGRAPH-3A9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA0,
        name: "CJK UNIFIED IDEOGRAPH-3AA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA1,
        name: "CJK UNIFIED IDEOGRAPH-3AA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA2,
        name: "CJK UNIFIED IDEOGRAPH-3AA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA3,
        name: "CJK UNIFIED IDEOGRAPH-3AA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA4,
        name: "CJK UNIFIED IDEOGRAPH-3AA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA5,
        name: "CJK UNIFIED IDEOGRAPH-3AA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA6,
        name: "CJK UNIFIED IDEOGRAPH-3AA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA7,
        name: "CJK UNIFIED IDEOGRAPH-3AA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA8,
        name: "CJK UNIFIED IDEOGRAPH-3AA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AA9,
        name: "CJK UNIFIED IDEOGRAPH-3AA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AAA,
        name: "CJK UNIFIED IDEOGRAPH-3AAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AAB,
        name: "CJK UNIFIED IDEOGRAPH-3AAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AAC,
        name: "CJK UNIFIED IDEOGRAPH-3AAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AAD,
        name: "CJK UNIFIED IDEOGRAPH-3AAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AAE,
        name: "CJK UNIFIED IDEOGRAPH-3AAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AAF,
        name: "CJK UNIFIED IDEOGRAPH-3AAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB0,
        name: "CJK UNIFIED IDEOGRAPH-3AB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB1,
        name: "CJK UNIFIED IDEOGRAPH-3AB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB2,
        name: "CJK UNIFIED IDEOGRAPH-3AB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB3,
        name: "CJK UNIFIED IDEOGRAPH-3AB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB4,
        name: "CJK UNIFIED IDEOGRAPH-3AB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB5,
        name: "CJK UNIFIED IDEOGRAPH-3AB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB6,
        name: "CJK UNIFIED IDEOGRAPH-3AB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB7,
        name: "CJK UNIFIED IDEOGRAPH-3AB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB8,
        name: "CJK UNIFIED IDEOGRAPH-3AB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AB9,
        name: "CJK UNIFIED IDEOGRAPH-3AB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ABA,
        name: "CJK UNIFIED IDEOGRAPH-3ABA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ABB,
        name: "CJK UNIFIED IDEOGRAPH-3ABB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ABC,
        name: "CJK UNIFIED IDEOGRAPH-3ABC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ABD,
        name: "CJK UNIFIED IDEOGRAPH-3ABD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ABE,
        name: "CJK UNIFIED IDEOGRAPH-3ABE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ABF,
        name: "CJK UNIFIED IDEOGRAPH-3ABF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC0,
        name: "CJK UNIFIED IDEOGRAPH-3AC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC1,
        name: "CJK UNIFIED IDEOGRAPH-3AC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC2,
        name: "CJK UNIFIED IDEOGRAPH-3AC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC3,
        name: "CJK UNIFIED IDEOGRAPH-3AC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC4,
        name: "CJK UNIFIED IDEOGRAPH-3AC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC5,
        name: "CJK UNIFIED IDEOGRAPH-3AC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC6,
        name: "CJK UNIFIED IDEOGRAPH-3AC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC7,
        name: "CJK UNIFIED IDEOGRAPH-3AC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC8,
        name: "CJK UNIFIED IDEOGRAPH-3AC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AC9,
        name: "CJK UNIFIED IDEOGRAPH-3AC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ACA,
        name: "CJK UNIFIED IDEOGRAPH-3ACA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ACB,
        name: "CJK UNIFIED IDEOGRAPH-3ACB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ACC,
        name: "CJK UNIFIED IDEOGRAPH-3ACC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ACD,
        name: "CJK UNIFIED IDEOGRAPH-3ACD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ACE,
        name: "CJK UNIFIED IDEOGRAPH-3ACE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ACF,
        name: "CJK UNIFIED IDEOGRAPH-3ACF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD0,
        name: "CJK UNIFIED IDEOGRAPH-3AD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD1,
        name: "CJK UNIFIED IDEOGRAPH-3AD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD2,
        name: "CJK UNIFIED IDEOGRAPH-3AD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD3,
        name: "CJK UNIFIED IDEOGRAPH-3AD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD4,
        name: "CJK UNIFIED IDEOGRAPH-3AD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD5,
        name: "CJK UNIFIED IDEOGRAPH-3AD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD6,
        name: "CJK UNIFIED IDEOGRAPH-3AD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD7,
        name: "CJK UNIFIED IDEOGRAPH-3AD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD8,
        name: "CJK UNIFIED IDEOGRAPH-3AD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AD9,
        name: "CJK UNIFIED IDEOGRAPH-3AD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ADA,
        name: "CJK UNIFIED IDEOGRAPH-3ADA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ADB,
        name: "CJK UNIFIED IDEOGRAPH-3ADB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ADC,
        name: "CJK UNIFIED IDEOGRAPH-3ADC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ADD,
        name: "CJK UNIFIED IDEOGRAPH-3ADD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ADE,
        name: "CJK UNIFIED IDEOGRAPH-3ADE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ADF,
        name: "CJK UNIFIED IDEOGRAPH-3ADF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE0,
        name: "CJK UNIFIED IDEOGRAPH-3AE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE1,
        name: "CJK UNIFIED IDEOGRAPH-3AE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE2,
        name: "CJK UNIFIED IDEOGRAPH-3AE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE3,
        name: "CJK UNIFIED IDEOGRAPH-3AE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE4,
        name: "CJK UNIFIED IDEOGRAPH-3AE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE5,
        name: "CJK UNIFIED IDEOGRAPH-3AE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE6,
        name: "CJK UNIFIED IDEOGRAPH-3AE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE7,
        name: "CJK UNIFIED IDEOGRAPH-3AE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE8,
        name: "CJK UNIFIED IDEOGRAPH-3AE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AE9,
        name: "CJK UNIFIED IDEOGRAPH-3AE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AEA,
        name: "CJK UNIFIED IDEOGRAPH-3AEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AEB,
        name: "CJK UNIFIED IDEOGRAPH-3AEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AEC,
        name: "CJK UNIFIED IDEOGRAPH-3AEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AED,
        name: "CJK UNIFIED IDEOGRAPH-3AED",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AEE,
        name: "CJK UNIFIED IDEOGRAPH-3AEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AEF,
        name: "CJK UNIFIED IDEOGRAPH-3AEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF0,
        name: "CJK UNIFIED IDEOGRAPH-3AF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF1,
        name: "CJK UNIFIED IDEOGRAPH-3AF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF2,
        name: "CJK UNIFIED IDEOGRAPH-3AF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF3,
        name: "CJK UNIFIED IDEOGRAPH-3AF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF4,
        name: "CJK UNIFIED IDEOGRAPH-3AF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF5,
        name: "CJK UNIFIED IDEOGRAPH-3AF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF6,
        name: "CJK UNIFIED IDEOGRAPH-3AF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF7,
        name: "CJK UNIFIED IDEOGRAPH-3AF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF8,
        name: "CJK UNIFIED IDEOGRAPH-3AF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AF9,
        name: "CJK UNIFIED IDEOGRAPH-3AF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AFA,
        name: "CJK UNIFIED IDEOGRAPH-3AFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AFB,
        name: "CJK UNIFIED IDEOGRAPH-3AFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AFC,
        name: "CJK UNIFIED IDEOGRAPH-3AFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AFD,
        name: "CJK UNIFIED IDEOGRAPH-3AFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AFE,
        name: "CJK UNIFIED IDEOGRAPH-3AFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3AFF,
        name: "CJK UNIFIED IDEOGRAPH-3AFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B00,
        name: "CJK UNIFIED IDEOGRAPH-3B00",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B01,
        name: "CJK UNIFIED IDEOGRAPH-3B01",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B02,
        name: "CJK UNIFIED IDEOGRAPH-3B02",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B03,
        name: "CJK UNIFIED IDEOGRAPH-3B03",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B04,
        name: "CJK UNIFIED IDEOGRAPH-3B04",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B05,
        name: "CJK UNIFIED IDEOGRAPH-3B05",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B06,
        name: "CJK UNIFIED IDEOGRAPH-3B06",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B07,
        name: "CJK UNIFIED IDEOGRAPH-3B07",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B08,
        name: "CJK UNIFIED IDEOGRAPH-3B08",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B09,
        name: "CJK UNIFIED IDEOGRAPH-3B09",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B0A,
        name: "CJK UNIFIED IDEOGRAPH-3B0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B0B,
        name: "CJK UNIFIED IDEOGRAPH-3B0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B0C,
        name: "CJK UNIFIED IDEOGRAPH-3B0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B0D,
        name: "CJK UNIFIED IDEOGRAPH-3B0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B0E,
        name: "CJK UNIFIED IDEOGRAPH-3B0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B0F,
        name: "CJK UNIFIED IDEOGRAPH-3B0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B10,
        name: "CJK UNIFIED IDEOGRAPH-3B10",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B11,
        name: "CJK UNIFIED IDEOGRAPH-3B11",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B12,
        name: "CJK UNIFIED IDEOGRAPH-3B12",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B13,
        name: "CJK UNIFIED IDEOGRAPH-3B13",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B14,
        name: "CJK UNIFIED IDEOGRAPH-3B14",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B15,
        name: "CJK UNIFIED IDEOGRAPH-3B15",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B16,
        name: "CJK UNIFIED IDEOGRAPH-3B16",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B17,
        name: "CJK UNIFIED IDEOGRAPH-3B17",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B18,
        name: "CJK UNIFIED IDEOGRAPH-3B18",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B19,
        name: "CJK UNIFIED IDEOGRAPH-3B19",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B1A,
        name: "CJK UNIFIED IDEOGRAPH-3B1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B1B,
        name: "CJK UNIFIED IDEOGRAPH-3B1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B1C,
        name: "CJK UNIFIED IDEOGRAPH-3B1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B1D,
        name: "CJK UNIFIED IDEOGRAPH-3B1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B1E,
        name: "CJK UNIFIED IDEOGRAPH-3B1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B1F,
        name: "CJK UNIFIED IDEOGRAPH-3B1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B20,
        name: "CJK UNIFIED IDEOGRAPH-3B20",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B21,
        name: "CJK UNIFIED IDEOGRAPH-3B21",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B22,
        name: "CJK UNIFIED IDEOGRAPH-3B22",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B23,
        name: "CJK UNIFIED IDEOGRAPH-3B23",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B24,
        name: "CJK UNIFIED IDEOGRAPH-3B24",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B25,
        name: "CJK UNIFIED IDEOGRAPH-3B25",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B26,
        name: "CJK UNIFIED IDEOGRAPH-3B26",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B27,
        name: "CJK UNIFIED IDEOGRAPH-3B27",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B28,
        name: "CJK UNIFIED IDEOGRAPH-3B28",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B29,
        name: "CJK UNIFIED IDEOGRAPH-3B29",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B2A,
        name: "CJK UNIFIED IDEOGRAPH-3B2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B2B,
        name: "CJK UNIFIED IDEOGRAPH-3B2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B2C,
        name: "CJK UNIFIED IDEOGRAPH-3B2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B2D,
        name: "CJK UNIFIED IDEOGRAPH-3B2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B2E,
        name: "CJK UNIFIED IDEOGRAPH-3B2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B2F,
        name: "CJK UNIFIED IDEOGRAPH-3B2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B30,
        name: "CJK UNIFIED IDEOGRAPH-3B30",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B31,
        name: "CJK UNIFIED IDEOGRAPH-3B31",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B32,
        name: "CJK UNIFIED IDEOGRAPH-3B32",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B33,
        name: "CJK UNIFIED IDEOGRAPH-3B33",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B34,
        name: "CJK UNIFIED IDEOGRAPH-3B34",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B35,
        name: "CJK UNIFIED IDEOGRAPH-3B35",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B36,
        name: "CJK UNIFIED IDEOGRAPH-3B36",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B37,
        name: "CJK UNIFIED IDEOGRAPH-3B37",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B38,
        name: "CJK UNIFIED IDEOGRAPH-3B38",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B39,
        name: "CJK UNIFIED IDEOGRAPH-3B39",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B3A,
        name: "CJK UNIFIED IDEOGRAPH-3B3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B3B,
        name: "CJK UNIFIED IDEOGRAPH-3B3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B3C,
        name: "CJK UNIFIED IDEOGRAPH-3B3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B3D,
        name: "CJK UNIFIED IDEOGRAPH-3B3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B3E,
        name: "CJK UNIFIED IDEOGRAPH-3B3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B3F,
        name: "CJK UNIFIED IDEOGRAPH-3B3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B40,
        name: "CJK UNIFIED IDEOGRAPH-3B40",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B41,
        name: "CJK UNIFIED IDEOGRAPH-3B41",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B42,
        name: "CJK UNIFIED IDEOGRAPH-3B42",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B43,
        name: "CJK UNIFIED IDEOGRAPH-3B43",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B44,
        name: "CJK UNIFIED IDEOGRAPH-3B44",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B45,
        name: "CJK UNIFIED IDEOGRAPH-3B45",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B46,
        name: "CJK UNIFIED IDEOGRAPH-3B46",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B47,
        name: "CJK UNIFIED IDEOGRAPH-3B47",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B48,
        name: "CJK UNIFIED IDEOGRAPH-3B48",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B49,
        name: "CJK UNIFIED IDEOGRAPH-3B49",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B4A,
        name: "CJK UNIFIED IDEOGRAPH-3B4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B4B,
        name: "CJK UNIFIED IDEOGRAPH-3B4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B4C,
        name: "CJK UNIFIED IDEOGRAPH-3B4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B4D,
        name: "CJK UNIFIED IDEOGRAPH-3B4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B4E,
        name: "CJK UNIFIED IDEOGRAPH-3B4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B4F,
        name: "CJK UNIFIED IDEOGRAPH-3B4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B50,
        name: "CJK UNIFIED IDEOGRAPH-3B50",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B51,
        name: "CJK UNIFIED IDEOGRAPH-3B51",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B52,
        name: "CJK UNIFIED IDEOGRAPH-3B52",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B53,
        name: "CJK UNIFIED IDEOGRAPH-3B53",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B54,
        name: "CJK UNIFIED IDEOGRAPH-3B54",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B55,
        name: "CJK UNIFIED IDEOGRAPH-3B55",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B56,
        name: "CJK UNIFIED IDEOGRAPH-3B56",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B57,
        name: "CJK UNIFIED IDEOGRAPH-3B57",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B58,
        name: "CJK UNIFIED IDEOGRAPH-3B58",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B59,
        name: "CJK UNIFIED IDEOGRAPH-3B59",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B5A,
        name: "CJK UNIFIED IDEOGRAPH-3B5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B5B,
        name: "CJK UNIFIED IDEOGRAPH-3B5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B5C,
        name: "CJK UNIFIED IDEOGRAPH-3B5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B5D,
        name: "CJK UNIFIED IDEOGRAPH-3B5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B5E,
        name: "CJK UNIFIED IDEOGRAPH-3B5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B5F,
        name: "CJK UNIFIED IDEOGRAPH-3B5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B60,
        name: "CJK UNIFIED IDEOGRAPH-3B60",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B61,
        name: "CJK UNIFIED IDEOGRAPH-3B61",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B62,
        name: "CJK UNIFIED IDEOGRAPH-3B62",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B63,
        name: "CJK UNIFIED IDEOGRAPH-3B63",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B64,
        name: "CJK UNIFIED IDEOGRAPH-3B64",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B65,
        name: "CJK UNIFIED IDEOGRAPH-3B65",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B66,
        name: "CJK UNIFIED IDEOGRAPH-3B66",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B67,
        name: "CJK UNIFIED IDEOGRAPH-3B67",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B68,
        name: "CJK UNIFIED IDEOGRAPH-3B68",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B69,
        name: "CJK UNIFIED IDEOGRAPH-3B69",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B6A,
        name: "CJK UNIFIED IDEOGRAPH-3B6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B6B,
        name: "CJK UNIFIED IDEOGRAPH-3B6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B6C,
        name: "CJK UNIFIED IDEOGRAPH-3B6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B6D,
        name: "CJK UNIFIED IDEOGRAPH-3B6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B6E,
        name: "CJK UNIFIED IDEOGRAPH-3B6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B6F,
        name: "CJK UNIFIED IDEOGRAPH-3B6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B70,
        name: "CJK UNIFIED IDEOGRAPH-3B70",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B71,
        name: "CJK UNIFIED IDEOGRAPH-3B71",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B72,
        name: "CJK UNIFIED IDEOGRAPH-3B72",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B73,
        name: "CJK UNIFIED IDEOGRAPH-3B73",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B74,
        name: "CJK UNIFIED IDEOGRAPH-3B74",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B75,
        name: "CJK UNIFIED IDEOGRAPH-3B75",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B76,
        name: "CJK UNIFIED IDEOGRAPH-3B76",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B77,
        name: "CJK UNIFIED IDEOGRAPH-3B77",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B78,
        name: "CJK UNIFIED IDEOGRAPH-3B78",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B79,
        name: "CJK UNIFIED IDEOGRAPH-3B79",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B7A,
        name: "CJK UNIFIED IDEOGRAPH-3B7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B7B,
        name: "CJK UNIFIED IDEOGRAPH-3B7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B7C,
        name: "CJK UNIFIED IDEOGRAPH-3B7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B7D,
        name: "CJK UNIFIED IDEOGRAPH-3B7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B7E,
        name: "CJK UNIFIED IDEOGRAPH-3B7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B7F,
        name: "CJK UNIFIED IDEOGRAPH-3B7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B80,
        name: "CJK UNIFIED IDEOGRAPH-3B80",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B81,
        name: "CJK UNIFIED IDEOGRAPH-3B81",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B82,
        name: "CJK UNIFIED IDEOGRAPH-3B82",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B83,
        name: "CJK UNIFIED IDEOGRAPH-3B83",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B84,
        name: "CJK UNIFIED IDEOGRAPH-3B84",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B85,
        name: "CJK UNIFIED IDEOGRAPH-3B85",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B86,
        name: "CJK UNIFIED IDEOGRAPH-3B86",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B87,
        name: "CJK UNIFIED IDEOGRAPH-3B87",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B88,
        name: "CJK UNIFIED IDEOGRAPH-3B88",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B89,
        name: "CJK UNIFIED IDEOGRAPH-3B89",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B8A,
        name: "CJK UNIFIED IDEOGRAPH-3B8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B8B,
        name: "CJK UNIFIED IDEOGRAPH-3B8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B8C,
        name: "CJK UNIFIED IDEOGRAPH-3B8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B8D,
        name: "CJK UNIFIED IDEOGRAPH-3B8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B8E,
        name: "CJK UNIFIED IDEOGRAPH-3B8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B8F,
        name: "CJK UNIFIED IDEOGRAPH-3B8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B90,
        name: "CJK UNIFIED IDEOGRAPH-3B90",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B91,
        name: "CJK UNIFIED IDEOGRAPH-3B91",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B92,
        name: "CJK UNIFIED IDEOGRAPH-3B92",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B93,
        name: "CJK UNIFIED IDEOGRAPH-3B93",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B94,
        name: "CJK UNIFIED IDEOGRAPH-3B94",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B95,
        name: "CJK UNIFIED IDEOGRAPH-3B95",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B96,
        name: "CJK UNIFIED IDEOGRAPH-3B96",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B97,
        name: "CJK UNIFIED IDEOGRAPH-3B97",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B98,
        name: "CJK UNIFIED IDEOGRAPH-3B98",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B99,
        name: "CJK UNIFIED IDEOGRAPH-3B99",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B9A,
        name: "CJK UNIFIED IDEOGRAPH-3B9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B9B,
        name: "CJK UNIFIED IDEOGRAPH-3B9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B9C,
        name: "CJK UNIFIED IDEOGRAPH-3B9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B9D,
        name: "CJK UNIFIED IDEOGRAPH-3B9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B9E,
        name: "CJK UNIFIED IDEOGRAPH-3B9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3B9F,
        name: "CJK UNIFIED IDEOGRAPH-3B9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA0,
        name: "CJK UNIFIED IDEOGRAPH-3BA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA1,
        name: "CJK UNIFIED IDEOGRAPH-3BA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA2,
        name: "CJK UNIFIED IDEOGRAPH-3BA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA3,
        name: "CJK UNIFIED IDEOGRAPH-3BA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA4,
        name: "CJK UNIFIED IDEOGRAPH-3BA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA5,
        name: "CJK UNIFIED IDEOGRAPH-3BA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA6,
        name: "CJK UNIFIED IDEOGRAPH-3BA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA7,
        name: "CJK UNIFIED IDEOGRAPH-3BA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA8,
        name: "CJK UNIFIED IDEOGRAPH-3BA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BA9,
        name: "CJK UNIFIED IDEOGRAPH-3BA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BAA,
        name: "CJK UNIFIED IDEOGRAPH-3BAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BAB,
        name: "CJK UNIFIED IDEOGRAPH-3BAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BAC,
        name: "CJK UNIFIED IDEOGRAPH-3BAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BAD,
        name: "CJK UNIFIED IDEOGRAPH-3BAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BAE,
        name: "CJK UNIFIED IDEOGRAPH-3BAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BAF,
        name: "CJK UNIFIED IDEOGRAPH-3BAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB0,
        name: "CJK UNIFIED IDEOGRAPH-3BB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB1,
        name: "CJK UNIFIED IDEOGRAPH-3BB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB2,
        name: "CJK UNIFIED IDEOGRAPH-3BB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB3,
        name: "CJK UNIFIED IDEOGRAPH-3BB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB4,
        name: "CJK UNIFIED IDEOGRAPH-3BB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB5,
        name: "CJK UNIFIED IDEOGRAPH-3BB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB6,
        name: "CJK UNIFIED IDEOGRAPH-3BB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB7,
        name: "CJK UNIFIED IDEOGRAPH-3BB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB8,
        name: "CJK UNIFIED IDEOGRAPH-3BB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BB9,
        name: "CJK UNIFIED IDEOGRAPH-3BB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BBA,
        name: "CJK UNIFIED IDEOGRAPH-3BBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BBB,
        name: "CJK UNIFIED IDEOGRAPH-3BBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BBC,
        name: "CJK UNIFIED IDEOGRAPH-3BBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BBD,
        name: "CJK UNIFIED IDEOGRAPH-3BBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BBE,
        name: "CJK UNIFIED IDEOGRAPH-3BBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BBF,
        name: "CJK UNIFIED IDEOGRAPH-3BBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC0,
        name: "CJK UNIFIED IDEOGRAPH-3BC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC1,
        name: "CJK UNIFIED IDEOGRAPH-3BC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC2,
        name: "CJK UNIFIED IDEOGRAPH-3BC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC3,
        name: "CJK UNIFIED IDEOGRAPH-3BC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC4,
        name: "CJK UNIFIED IDEOGRAPH-3BC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC5,
        name: "CJK UNIFIED IDEOGRAPH-3BC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC6,
        name: "CJK UNIFIED IDEOGRAPH-3BC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC7,
        name: "CJK UNIFIED IDEOGRAPH-3BC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC8,
        name: "CJK UNIFIED IDEOGRAPH-3BC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BC9,
        name: "CJK UNIFIED IDEOGRAPH-3BC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BCA,
        name: "CJK UNIFIED IDEOGRAPH-3BCA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BCB,
        name: "CJK UNIFIED IDEOGRAPH-3BCB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BCC,
        name: "CJK UNIFIED IDEOGRAPH-3BCC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BCD,
        name: "CJK UNIFIED IDEOGRAPH-3BCD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BCE,
        name: "CJK UNIFIED IDEOGRAPH-3BCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BCF,
        name: "CJK UNIFIED IDEOGRAPH-3BCF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD0,
        name: "CJK UNIFIED IDEOGRAPH-3BD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD1,
        name: "CJK UNIFIED IDEOGRAPH-3BD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD2,
        name: "CJK UNIFIED IDEOGRAPH-3BD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD3,
        name: "CJK UNIFIED IDEOGRAPH-3BD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD4,
        name: "CJK UNIFIED IDEOGRAPH-3BD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD5,
        name: "CJK UNIFIED IDEOGRAPH-3BD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD6,
        name: "CJK UNIFIED IDEOGRAPH-3BD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD7,
        name: "CJK UNIFIED IDEOGRAPH-3BD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD8,
        name: "CJK UNIFIED IDEOGRAPH-3BD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BD9,
        name: "CJK UNIFIED IDEOGRAPH-3BD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BDA,
        name: "CJK UNIFIED IDEOGRAPH-3BDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BDB,
        name: "CJK UNIFIED IDEOGRAPH-3BDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BDC,
        name: "CJK UNIFIED IDEOGRAPH-3BDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BDD,
        name: "CJK UNIFIED IDEOGRAPH-3BDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BDE,
        name: "CJK UNIFIED IDEOGRAPH-3BDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BDF,
        name: "CJK UNIFIED IDEOGRAPH-3BDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE0,
        name: "CJK UNIFIED IDEOGRAPH-3BE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE1,
        name: "CJK UNIFIED IDEOGRAPH-3BE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE2,
        name: "CJK UNIFIED IDEOGRAPH-3BE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE3,
        name: "CJK UNIFIED IDEOGRAPH-3BE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE4,
        name: "CJK UNIFIED IDEOGRAPH-3BE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE5,
        name: "CJK UNIFIED IDEOGRAPH-3BE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE6,
        name: "CJK UNIFIED IDEOGRAPH-3BE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE7,
        name: "CJK UNIFIED IDEOGRAPH-3BE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE8,
        name: "CJK UNIFIED IDEOGRAPH-3BE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BE9,
        name: "CJK UNIFIED IDEOGRAPH-3BE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BEA,
        name: "CJK UNIFIED IDEOGRAPH-3BEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BEB,
        name: "CJK UNIFIED IDEOGRAPH-3BEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BEC,
        name: "CJK UNIFIED IDEOGRAPH-3BEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BED,
        name: "CJK UNIFIED IDEOGRAPH-3BED",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BEE,
        name: "CJK UNIFIED IDEOGRAPH-3BEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BEF,
        name: "CJK UNIFIED IDEOGRAPH-3BEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF0,
        name: "CJK UNIFIED IDEOGRAPH-3BF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF1,
        name: "CJK UNIFIED IDEOGRAPH-3BF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF2,
        name: "CJK UNIFIED IDEOGRAPH-3BF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF3,
        name: "CJK UNIFIED IDEOGRAPH-3BF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF4,
        name: "CJK UNIFIED IDEOGRAPH-3BF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF5,
        name: "CJK UNIFIED IDEOGRAPH-3BF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF6,
        name: "CJK UNIFIED IDEOGRAPH-3BF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF7,
        name: "CJK UNIFIED IDEOGRAPH-3BF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF8,
        name: "CJK UNIFIED IDEOGRAPH-3BF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BF9,
        name: "CJK UNIFIED IDEOGRAPH-3BF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BFA,
        name: "CJK UNIFIED IDEOGRAPH-3BFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BFB,
        name: "CJK UNIFIED IDEOGRAPH-3BFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BFC,
        name: "CJK UNIFIED IDEOGRAPH-3BFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BFD,
        name: "CJK UNIFIED IDEOGRAPH-3BFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BFE,
        name: "CJK UNIFIED IDEOGRAPH-3BFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3BFF,
        name: "CJK UNIFIED IDEOGRAPH-3BFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C00,
        name: "CJK UNIFIED IDEOGRAPH-3C00",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C01,
        name: "CJK UNIFIED IDEOGRAPH-3C01",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C02,
        name: "CJK UNIFIED IDEOGRAPH-3C02",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C03,
        name: "CJK UNIFIED IDEOGRAPH-3C03",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C04,
        name: "CJK UNIFIED IDEOGRAPH-3C04",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C05,
        name: "CJK UNIFIED IDEOGRAPH-3C05",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C06,
        name: "CJK UNIFIED IDEOGRAPH-3C06",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C07,
        name: "CJK UNIFIED IDEOGRAPH-3C07",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C08,
        name: "CJK UNIFIED IDEOGRAPH-3C08",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C09,
        name: "CJK UNIFIED IDEOGRAPH-3C09",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C0A,
        name: "CJK UNIFIED IDEOGRAPH-3C0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C0B,
        name: "CJK UNIFIED IDEOGRAPH-3C0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C0C,
        name: "CJK UNIFIED IDEOGRAPH-3C0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C0D,
        name: "CJK UNIFIED IDEOGRAPH-3C0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C0E,
        name: "CJK UNIFIED IDEOGRAPH-3C0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C0F,
        name: "CJK UNIFIED IDEOGRAPH-3C0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C10,
        name: "CJK UNIFIED IDEOGRAPH-3C10",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C11,
        name: "CJK UNIFIED IDEOGRAPH-3C11",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C12,
        name: "CJK UNIFIED IDEOGRAPH-3C12",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C13,
        name: "CJK UNIFIED IDEOGRAPH-3C13",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C14,
        name: "CJK UNIFIED IDEOGRAPH-3C14",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C15,
        name: "CJK UNIFIED IDEOGRAPH-3C15",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C16,
        name: "CJK UNIFIED IDEOGRAPH-3C16",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C17,
        name: "CJK UNIFIED IDEOGRAPH-3C17",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C18,
        name: "CJK UNIFIED IDEOGRAPH-3C18",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C19,
        name: "CJK UNIFIED IDEOGRAPH-3C19",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C1A,
        name: "CJK UNIFIED IDEOGRAPH-3C1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C1B,
        name: "CJK UNIFIED IDEOGRAPH-3C1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C1C,
        name: "CJK UNIFIED IDEOGRAPH-3C1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C1D,
        name: "CJK UNIFIED IDEOGRAPH-3C1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C1E,
        name: "CJK UNIFIED IDEOGRAPH-3C1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C1F,
        name: "CJK UNIFIED IDEOGRAPH-3C1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C20,
        name: "CJK UNIFIED IDEOGRAPH-3C20",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C21,
        name: "CJK UNIFIED IDEOGRAPH-3C21",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C22,
        name: "CJK UNIFIED IDEOGRAPH-3C22",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C23,
        name: "CJK UNIFIED IDEOGRAPH-3C23",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C24,
        name: "CJK UNIFIED IDEOGRAPH-3C24",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C25,
        name: "CJK UNIFIED IDEOGRAPH-3C25",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C26,
        name: "CJK UNIFIED IDEOGRAPH-3C26",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C27,
        name: "CJK UNIFIED IDEOGRAPH-3C27",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C28,
        name: "CJK UNIFIED IDEOGRAPH-3C28",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C29,
        name: "CJK UNIFIED IDEOGRAPH-3C29",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C2A,
        name: "CJK UNIFIED IDEOGRAPH-3C2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C2B,
        name: "CJK UNIFIED IDEOGRAPH-3C2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C2C,
        name: "CJK UNIFIED IDEOGRAPH-3C2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C2D,
        name: "CJK UNIFIED IDEOGRAPH-3C2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C2E,
        name: "CJK UNIFIED IDEOGRAPH-3C2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C2F,
        name: "CJK UNIFIED IDEOGRAPH-3C2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C30,
        name: "CJK UNIFIED IDEOGRAPH-3C30",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C31,
        name: "CJK UNIFIED IDEOGRAPH-3C31",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C32,
        name: "CJK UNIFIED IDEOGRAPH-3C32",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C33,
        name: "CJK UNIFIED IDEOGRAPH-3C33",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C34,
        name: "CJK UNIFIED IDEOGRAPH-3C34",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C35,
        name: "CJK UNIFIED IDEOGRAPH-3C35",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C36,
        name: "CJK UNIFIED IDEOGRAPH-3C36",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C37,
        name: "CJK UNIFIED IDEOGRAPH-3C37",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C38,
        name: "CJK UNIFIED IDEOGRAPH-3C38",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C39,
        name: "CJK UNIFIED IDEOGRAPH-3C39",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C3A,
        name: "CJK UNIFIED IDEOGRAPH-3C3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C3B,
        name: "CJK UNIFIED IDEOGRAPH-3C3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C3C,
        name: "CJK UNIFIED IDEOGRAPH-3C3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C3D,
        name: "CJK UNIFIED IDEOGRAPH-3C3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C3E,
        name: "CJK UNIFIED IDEOGRAPH-3C3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C3F,
        name: "CJK UNIFIED IDEOGRAPH-3C3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C40,
        name: "CJK UNIFIED IDEOGRAPH-3C40",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C41,
        name: "CJK UNIFIED IDEOGRAPH-3C41",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C42,
        name: "CJK UNIFIED IDEOGRAPH-3C42",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C43,
        name: "CJK UNIFIED IDEOGRAPH-3C43",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C44,
        name: "CJK UNIFIED IDEOGRAPH-3C44",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C45,
        name: "CJK UNIFIED IDEOGRAPH-3C45",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C46,
        name: "CJK UNIFIED IDEOGRAPH-3C46",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C47,
        name: "CJK UNIFIED IDEOGRAPH-3C47",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C48,
        name: "CJK UNIFIED IDEOGRAPH-3C48",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C49,
        name: "CJK UNIFIED IDEOGRAPH-3C49",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C4A,
        name: "CJK UNIFIED IDEOGRAPH-3C4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C4B,
        name: "CJK UNIFIED IDEOGRAPH-3C4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C4C,
        name: "CJK UNIFIED IDEOGRAPH-3C4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C4D,
        name: "CJK UNIFIED IDEOGRAPH-3C4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C4E,
        name: "CJK UNIFIED IDEOGRAPH-3C4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C4F,
        name: "CJK UNIFIED IDEOGRAPH-3C4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C50,
        name: "CJK UNIFIED IDEOGRAPH-3C50",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C51,
        name: "CJK UNIFIED IDEOGRAPH-3C51",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C52,
        name: "CJK UNIFIED IDEOGRAPH-3C52",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C53,
        name: "CJK UNIFIED IDEOGRAPH-3C53",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C54,
        name: "CJK UNIFIED IDEOGRAPH-3C54",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C55,
        name: "CJK UNIFIED IDEOGRAPH-3C55",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C56,
        name: "CJK UNIFIED IDEOGRAPH-3C56",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C57,
        name: "CJK UNIFIED IDEOGRAPH-3C57",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C58,
        name: "CJK UNIFIED IDEOGRAPH-3C58",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C59,
        name: "CJK UNIFIED IDEOGRAPH-3C59",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C5A,
        name: "CJK UNIFIED IDEOGRAPH-3C5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C5B,
        name: "CJK UNIFIED IDEOGRAPH-3C5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C5C,
        name: "CJK UNIFIED IDEOGRAPH-3C5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C5D,
        name: "CJK UNIFIED IDEOGRAPH-3C5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C5E,
        name: "CJK UNIFIED IDEOGRAPH-3C5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C5F,
        name: "CJK UNIFIED IDEOGRAPH-3C5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C60,
        name: "CJK UNIFIED IDEOGRAPH-3C60",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C61,
        name: "CJK UNIFIED IDEOGRAPH-3C61",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C62,
        name: "CJK UNIFIED IDEOGRAPH-3C62",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C63,
        name: "CJK UNIFIED IDEOGRAPH-3C63",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C64,
        name: "CJK UNIFIED IDEOGRAPH-3C64",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C65,
        name: "CJK UNIFIED IDEOGRAPH-3C65",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C66,
        name: "CJK UNIFIED IDEOGRAPH-3C66",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C67,
        name: "CJK UNIFIED IDEOGRAPH-3C67",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C68,
        name: "CJK UNIFIED IDEOGRAPH-3C68",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C69,
        name: "CJK UNIFIED IDEOGRAPH-3C69",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C6A,
        name: "CJK UNIFIED IDEOGRAPH-3C6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C6B,
        name: "CJK UNIFIED IDEOGRAPH-3C6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C6C,
        name: "CJK UNIFIED IDEOGRAPH-3C6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C6D,
        name: "CJK UNIFIED IDEOGRAPH-3C6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C6E,
        name: "CJK UNIFIED IDEOGRAPH-3C6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C6F,
        name: "CJK UNIFIED IDEOGRAPH-3C6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C70,
        name: "CJK UNIFIED IDEOGRAPH-3C70",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C71,
        name: "CJK UNIFIED IDEOGRAPH-3C71",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C72,
        name: "CJK UNIFIED IDEOGRAPH-3C72",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C73,
        name: "CJK UNIFIED IDEOGRAPH-3C73",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C74,
        name: "CJK UNIFIED IDEOGRAPH-3C74",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C75,
        name: "CJK UNIFIED IDEOGRAPH-3C75",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C76,
        name: "CJK UNIFIED IDEOGRAPH-3C76",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C77,
        name: "CJK UNIFIED IDEOGRAPH-3C77",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C78,
        name: "CJK UNIFIED IDEOGRAPH-3C78",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C79,
        name: "CJK UNIFIED IDEOGRAPH-3C79",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C7A,
        name: "CJK UNIFIED IDEOGRAPH-3C7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C7B,
        name: "CJK UNIFIED IDEOGRAPH-3C7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C7C,
        name: "CJK UNIFIED IDEOGRAPH-3C7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C7D,
        name: "CJK UNIFIED IDEOGRAPH-3C7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C7E,
        name: "CJK UNIFIED IDEOGRAPH-3C7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C7F,
        name: "CJK UNIFIED IDEOGRAPH-3C7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C80,
        name: "CJK UNIFIED IDEOGRAPH-3C80",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C81,
        name: "CJK UNIFIED IDEOGRAPH-3C81",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C82,
        name: "CJK UNIFIED IDEOGRAPH-3C82",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C83,
        name: "CJK UNIFIED IDEOGRAPH-3C83",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C84,
        name: "CJK UNIFIED IDEOGRAPH-3C84",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C85,
        name: "CJK UNIFIED IDEOGRAPH-3C85",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C86,
        name: "CJK UNIFIED IDEOGRAPH-3C86",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C87,
        name: "CJK UNIFIED IDEOGRAPH-3C87",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C88,
        name: "CJK UNIFIED IDEOGRAPH-3C88",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C89,
        name: "CJK UNIFIED IDEOGRAPH-3C89",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C8A,
        name: "CJK UNIFIED IDEOGRAPH-3C8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C8B,
        name: "CJK UNIFIED IDEOGRAPH-3C8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C8C,
        name: "CJK UNIFIED IDEOGRAPH-3C8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C8D,
        name: "CJK UNIFIED IDEOGRAPH-3C8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C8E,
        name: "CJK UNIFIED IDEOGRAPH-3C8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C8F,
        name: "CJK UNIFIED IDEOGRAPH-3C8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C90,
        name: "CJK UNIFIED IDEOGRAPH-3C90",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C91,
        name: "CJK UNIFIED IDEOGRAPH-3C91",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C92,
        name: "CJK UNIFIED IDEOGRAPH-3C92",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C93,
        name: "CJK UNIFIED IDEOGRAPH-3C93",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C94,
        name: "CJK UNIFIED IDEOGRAPH-3C94",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C95,
        name: "CJK UNIFIED IDEOGRAPH-3C95",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C96,
        name: "CJK UNIFIED IDEOGRAPH-3C96",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C97,
        name: "CJK UNIFIED IDEOGRAPH-3C97",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C98,
        name: "CJK UNIFIED IDEOGRAPH-3C98",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C99,
        name: "CJK UNIFIED IDEOGRAPH-3C99",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C9A,
        name: "CJK UNIFIED IDEOGRAPH-3C9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C9B,
        name: "CJK UNIFIED IDEOGRAPH-3C9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C9C,
        name: "CJK UNIFIED IDEOGRAPH-3C9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C9D,
        name: "CJK UNIFIED IDEOGRAPH-3C9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C9E,
        name: "CJK UNIFIED IDEOGRAPH-3C9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3C9F,
        name: "CJK UNIFIED IDEOGRAPH-3C9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA0,
        name: "CJK UNIFIED IDEOGRAPH-3CA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA1,
        name: "CJK UNIFIED IDEOGRAPH-3CA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA2,
        name: "CJK UNIFIED IDEOGRAPH-3CA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA3,
        name: "CJK UNIFIED IDEOGRAPH-3CA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA4,
        name: "CJK UNIFIED IDEOGRAPH-3CA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA5,
        name: "CJK UNIFIED IDEOGRAPH-3CA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA6,
        name: "CJK UNIFIED IDEOGRAPH-3CA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA7,
        name: "CJK UNIFIED IDEOGRAPH-3CA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA8,
        name: "CJK UNIFIED IDEOGRAPH-3CA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CA9,
        name: "CJK UNIFIED IDEOGRAPH-3CA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CAA,
        name: "CJK UNIFIED IDEOGRAPH-3CAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CAB,
        name: "CJK UNIFIED IDEOGRAPH-3CAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CAC,
        name: "CJK UNIFIED IDEOGRAPH-3CAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CAD,
        name: "CJK UNIFIED IDEOGRAPH-3CAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CAE,
        name: "CJK UNIFIED IDEOGRAPH-3CAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CAF,
        name: "CJK UNIFIED IDEOGRAPH-3CAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB0,
        name: "CJK UNIFIED IDEOGRAPH-3CB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB1,
        name: "CJK UNIFIED IDEOGRAPH-3CB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB2,
        name: "CJK UNIFIED IDEOGRAPH-3CB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB3,
        name: "CJK UNIFIED IDEOGRAPH-3CB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB4,
        name: "CJK UNIFIED IDEOGRAPH-3CB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB5,
        name: "CJK UNIFIED IDEOGRAPH-3CB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB6,
        name: "CJK UNIFIED IDEOGRAPH-3CB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB7,
        name: "CJK UNIFIED IDEOGRAPH-3CB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB8,
        name: "CJK UNIFIED IDEOGRAPH-3CB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CB9,
        name: "CJK UNIFIED IDEOGRAPH-3CB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CBA,
        name: "CJK UNIFIED IDEOGRAPH-3CBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CBB,
        name: "CJK UNIFIED IDEOGRAPH-3CBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CBC,
        name: "CJK UNIFIED IDEOGRAPH-3CBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CBD,
        name: "CJK UNIFIED IDEOGRAPH-3CBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CBE,
        name: "CJK UNIFIED IDEOGRAPH-3CBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CBF,
        name: "CJK UNIFIED IDEOGRAPH-3CBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC0,
        name: "CJK UNIFIED IDEOGRAPH-3CC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC1,
        name: "CJK UNIFIED IDEOGRAPH-3CC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC2,
        name: "CJK UNIFIED IDEOGRAPH-3CC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC3,
        name: "CJK UNIFIED IDEOGRAPH-3CC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC4,
        name: "CJK UNIFIED IDEOGRAPH-3CC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC5,
        name: "CJK UNIFIED IDEOGRAPH-3CC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC6,
        name: "CJK UNIFIED IDEOGRAPH-3CC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC7,
        name: "CJK UNIFIED IDEOGRAPH-3CC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC8,
        name: "CJK UNIFIED IDEOGRAPH-3CC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CC9,
        name: "CJK UNIFIED IDEOGRAPH-3CC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CCA,
        name: "CJK UNIFIED IDEOGRAPH-3CCA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CCB,
        name: "CJK UNIFIED IDEOGRAPH-3CCB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CCC,
        name: "CJK UNIFIED IDEOGRAPH-3CCC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CCD,
        name: "CJK UNIFIED IDEOGRAPH-3CCD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CCE,
        name: "CJK UNIFIED IDEOGRAPH-3CCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CCF,
        name: "CJK UNIFIED IDEOGRAPH-3CCF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD0,
        name: "CJK UNIFIED IDEOGRAPH-3CD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD1,
        name: "CJK UNIFIED IDEOGRAPH-3CD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD2,
        name: "CJK UNIFIED IDEOGRAPH-3CD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD3,
        name: "CJK UNIFIED IDEOGRAPH-3CD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD4,
        name: "CJK UNIFIED IDEOGRAPH-3CD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD5,
        name: "CJK UNIFIED IDEOGRAPH-3CD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD6,
        name: "CJK UNIFIED IDEOGRAPH-3CD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD7,
        name: "CJK UNIFIED IDEOGRAPH-3CD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD8,
        name: "CJK UNIFIED IDEOGRAPH-3CD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CD9,
        name: "CJK UNIFIED IDEOGRAPH-3CD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CDA,
        name: "CJK UNIFIED IDEOGRAPH-3CDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CDB,
        name: "CJK UNIFIED IDEOGRAPH-3CDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CDC,
        name: "CJK UNIFIED IDEOGRAPH-3CDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CDD,
        name: "CJK UNIFIED IDEOGRAPH-3CDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CDE,
        name: "CJK UNIFIED IDEOGRAPH-3CDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CDF,
        name: "CJK UNIFIED IDEOGRAPH-3CDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE0,
        name: "CJK UNIFIED IDEOGRAPH-3CE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE1,
        name: "CJK UNIFIED IDEOGRAPH-3CE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE2,
        name: "CJK UNIFIED IDEOGRAPH-3CE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE3,
        name: "CJK UNIFIED IDEOGRAPH-3CE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE4,
        name: "CJK UNIFIED IDEOGRAPH-3CE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE5,
        name: "CJK UNIFIED IDEOGRAPH-3CE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE6,
        name: "CJK UNIFIED IDEOGRAPH-3CE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE7,
        name: "CJK UNIFIED IDEOGRAPH-3CE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE8,
        name: "CJK UNIFIED IDEOGRAPH-3CE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CE9,
        name: "CJK UNIFIED IDEOGRAPH-3CE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CEA,
        name: "CJK UNIFIED IDEOGRAPH-3CEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CEB,
        name: "CJK UNIFIED IDEOGRAPH-3CEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CEC,
        name: "CJK UNIFIED IDEOGRAPH-3CEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CED,
        name: "CJK UNIFIED IDEOGRAPH-3CED",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CEE,
        name: "CJK UNIFIED IDEOGRAPH-3CEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CEF,
        name: "CJK UNIFIED IDEOGRAPH-3CEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF0,
        name: "CJK UNIFIED IDEOGRAPH-3CF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF1,
        name: "CJK UNIFIED IDEOGRAPH-3CF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF2,
        name: "CJK UNIFIED IDEOGRAPH-3CF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF3,
        name: "CJK UNIFIED IDEOGRAPH-3CF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF4,
        name: "CJK UNIFIED IDEOGRAPH-3CF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF5,
        name: "CJK UNIFIED IDEOGRAPH-3CF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF6,
        name: "CJK UNIFIED IDEOGRAPH-3CF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF7,
        name: "CJK UNIFIED IDEOGRAPH-3CF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF8,
        name: "CJK UNIFIED IDEOGRAPH-3CF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CF9,
        name: "CJK UNIFIED IDEOGRAPH-3CF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CFA,
        name: "CJK UNIFIED IDEOGRAPH-3CFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CFB,
        name: "CJK UNIFIED IDEOGRAPH-3CFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CFC,
        name: "CJK UNIFIED IDEOGRAPH-3CFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CFD,
        name: "CJK UNIFIED IDEOGRAPH-3CFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CFE,
        name: "CJK UNIFIED IDEOGRAPH-3CFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3CFF,
        name: "CJK UNIFIED IDEOGRAPH-3CFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D00,
        name: "CJK UNIFIED IDEOGRAPH-3D00",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D01,
        name: "CJK UNIFIED IDEOGRAPH-3D01",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D02,
        name: "CJK UNIFIED IDEOGRAPH-3D02",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D03,
        name: "CJK UNIFIED IDEOGRAPH-3D03",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D04,
        name: "CJK UNIFIED IDEOGRAPH-3D04",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D05,
        name: "CJK UNIFIED IDEOGRAPH-3D05",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D06,
        name: "CJK UNIFIED IDEOGRAPH-3D06",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D07,
        name: "CJK UNIFIED IDEOGRAPH-3D07",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D08,
        name: "CJK UNIFIED IDEOGRAPH-3D08",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D09,
        name: "CJK UNIFIED IDEOGRAPH-3D09",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D0A,
        name: "CJK UNIFIED IDEOGRAPH-3D0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D0B,
        name: "CJK UNIFIED IDEOGRAPH-3D0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D0C,
        name: "CJK UNIFIED IDEOGRAPH-3D0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D0D,
        name: "CJK UNIFIED IDEOGRAPH-3D0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D0E,
        name: "CJK UNIFIED IDEOGRAPH-3D0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D0F,
        name: "CJK UNIFIED IDEOGRAPH-3D0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D10,
        name: "CJK UNIFIED IDEOGRAPH-3D10",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D11,
        name: "CJK UNIFIED IDEOGRAPH-3D11",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D12,
        name: "CJK UNIFIED IDEOGRAPH-3D12",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D13,
        name: "CJK UNIFIED IDEOGRAPH-3D13",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D14,
        name: "CJK UNIFIED IDEOGRAPH-3D14",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D15,
        name: "CJK UNIFIED IDEOGRAPH-3D15",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D16,
        name: "CJK UNIFIED IDEOGRAPH-3D16",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D17,
        name: "CJK UNIFIED IDEOGRAPH-3D17",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D18,
        name: "CJK UNIFIED IDEOGRAPH-3D18",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D19,
        name: "CJK UNIFIED IDEOGRAPH-3D19",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D1A,
        name: "CJK UNIFIED IDEOGRAPH-3D1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D1B,
        name: "CJK UNIFIED IDEOGRAPH-3D1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D1C,
        name: "CJK UNIFIED IDEOGRAPH-3D1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D1D,
        name: "CJK UNIFIED IDEOGRAPH-3D1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D1E,
        name: "CJK UNIFIED IDEOGRAPH-3D1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D1F,
        name: "CJK UNIFIED IDEOGRAPH-3D1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D20,
        name: "CJK UNIFIED IDEOGRAPH-3D20",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D21,
        name: "CJK UNIFIED IDEOGRAPH-3D21",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D22,
        name: "CJK UNIFIED IDEOGRAPH-3D22",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D23,
        name: "CJK UNIFIED IDEOGRAPH-3D23",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D24,
        name: "CJK UNIFIED IDEOGRAPH-3D24",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D25,
        name: "CJK UNIFIED IDEOGRAPH-3D25",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D26,
        name: "CJK UNIFIED IDEOGRAPH-3D26",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D27,
        name: "CJK UNIFIED IDEOGRAPH-3D27",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D28,
        name: "CJK UNIFIED IDEOGRAPH-3D28",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D29,
        name: "CJK UNIFIED IDEOGRAPH-3D29",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D2A,
        name: "CJK UNIFIED IDEOGRAPH-3D2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D2B,
        name: "CJK UNIFIED IDEOGRAPH-3D2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D2C,
        name: "CJK UNIFIED IDEOGRAPH-3D2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D2D,
        name: "CJK UNIFIED IDEOGRAPH-3D2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D2E,
        name: "CJK UNIFIED IDEOGRAPH-3D2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D2F,
        name: "CJK UNIFIED IDEOGRAPH-3D2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D30,
        name: "CJK UNIFIED IDEOGRAPH-3D30",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D31,
        name: "CJK UNIFIED IDEOGRAPH-3D31",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D32,
        name: "CJK UNIFIED IDEOGRAPH-3D32",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D33,
        name: "CJK UNIFIED IDEOGRAPH-3D33",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D34,
        name: "CJK UNIFIED IDEOGRAPH-3D34",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D35,
        name: "CJK UNIFIED IDEOGRAPH-3D35",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D36,
        name: "CJK UNIFIED IDEOGRAPH-3D36",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D37,
        name: "CJK UNIFIED IDEOGRAPH-3D37",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D38,
        name: "CJK UNIFIED IDEOGRAPH-3D38",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D39,
        name: "CJK UNIFIED IDEOGRAPH-3D39",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D3A,
        name: "CJK UNIFIED IDEOGRAPH-3D3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D3B,
        name: "CJK UNIFIED IDEOGRAPH-3D3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D3C,
        name: "CJK UNIFIED IDEOGRAPH-3D3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D3D,
        name: "CJK UNIFIED IDEOGRAPH-3D3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D3E,
        name: "CJK UNIFIED IDEOGRAPH-3D3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D3F,
        name: "CJK UNIFIED IDEOGRAPH-3D3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D40,
        name: "CJK UNIFIED IDEOGRAPH-3D40",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D41,
        name: "CJK UNIFIED IDEOGRAPH-3D41",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D42,
        name: "CJK UNIFIED IDEOGRAPH-3D42",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D43,
        name: "CJK UNIFIED IDEOGRAPH-3D43",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D44,
        name: "CJK UNIFIED IDEOGRAPH-3D44",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D45,
        name: "CJK UNIFIED IDEOGRAPH-3D45",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D46,
        name: "CJK UNIFIED IDEOGRAPH-3D46",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D47,
        name: "CJK UNIFIED IDEOGRAPH-3D47",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D48,
        name: "CJK UNIFIED IDEOGRAPH-3D48",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D49,
        name: "CJK UNIFIED IDEOGRAPH-3D49",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D4A,
        name: "CJK UNIFIED IDEOGRAPH-3D4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D4B,
        name: "CJK UNIFIED IDEOGRAPH-3D4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D4C,
        name: "CJK UNIFIED IDEOGRAPH-3D4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D4D,
        name: "CJK UNIFIED IDEOGRAPH-3D4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D4E,
        name: "CJK UNIFIED IDEOGRAPH-3D4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D4F,
        name: "CJK UNIFIED IDEOGRAPH-3D4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D50,
        name: "CJK UNIFIED IDEOGRAPH-3D50",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D51,
        name: "CJK UNIFIED IDEOGRAPH-3D51",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D52,
        name: "CJK UNIFIED IDEOGRAPH-3D52",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D53,
        name: "CJK UNIFIED IDEOGRAPH-3D53",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D54,
        name: "CJK UNIFIED IDEOGRAPH-3D54",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D55,
        name: "CJK UNIFIED IDEOGRAPH-3D55",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D56,
        name: "CJK UNIFIED IDEOGRAPH-3D56",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D57,
        name: "CJK UNIFIED IDEOGRAPH-3D57",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D58,
        name: "CJK UNIFIED IDEOGRAPH-3D58",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D59,
        name: "CJK UNIFIED IDEOGRAPH-3D59",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D5A,
        name: "CJK UNIFIED IDEOGRAPH-3D5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D5B,
        name: "CJK UNIFIED IDEOGRAPH-3D5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D5C,
        name: "CJK UNIFIED IDEOGRAPH-3D5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D5D,
        name: "CJK UNIFIED IDEOGRAPH-3D5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D5E,
        name: "CJK UNIFIED IDEOGRAPH-3D5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D5F,
        name: "CJK UNIFIED IDEOGRAPH-3D5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D60,
        name: "CJK UNIFIED IDEOGRAPH-3D60",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D61,
        name: "CJK UNIFIED IDEOGRAPH-3D61",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D62,
        name: "CJK UNIFIED IDEOGRAPH-3D62",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D63,
        name: "CJK UNIFIED IDEOGRAPH-3D63",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D64,
        name: "CJK UNIFIED IDEOGRAPH-3D64",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D65,
        name: "CJK UNIFIED IDEOGRAPH-3D65",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D66,
        name: "CJK UNIFIED IDEOGRAPH-3D66",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D67,
        name: "CJK UNIFIED IDEOGRAPH-3D67",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D68,
        name: "CJK UNIFIED IDEOGRAPH-3D68",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D69,
        name: "CJK UNIFIED IDEOGRAPH-3D69",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D6A,
        name: "CJK UNIFIED IDEOGRAPH-3D6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D6B,
        name: "CJK UNIFIED IDEOGRAPH-3D6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D6C,
        name: "CJK UNIFIED IDEOGRAPH-3D6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D6D,
        name: "CJK UNIFIED IDEOGRAPH-3D6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D6E,
        name: "CJK UNIFIED IDEOGRAPH-3D6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D6F,
        name: "CJK UNIFIED IDEOGRAPH-3D6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D70,
        name: "CJK UNIFIED IDEOGRAPH-3D70",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D71,
        name: "CJK UNIFIED IDEOGRAPH-3D71",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D72,
        name: "CJK UNIFIED IDEOGRAPH-3D72",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D73,
        name: "CJK UNIFIED IDEOGRAPH-3D73",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D74,
        name: "CJK UNIFIED IDEOGRAPH-3D74",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D75,
        name: "CJK UNIFIED IDEOGRAPH-3D75",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D76,
        name: "CJK UNIFIED IDEOGRAPH-3D76",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D77,
        name: "CJK UNIFIED IDEOGRAPH-3D77",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D78,
        name: "CJK UNIFIED IDEOGRAPH-3D78",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D79,
        name: "CJK UNIFIED IDEOGRAPH-3D79",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D7A,
        name: "CJK UNIFIED IDEOGRAPH-3D7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D7B,
        name: "CJK UNIFIED IDEOGRAPH-3D7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D7C,
        name: "CJK UNIFIED IDEOGRAPH-3D7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D7D,
        name: "CJK UNIFIED IDEOGRAPH-3D7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D7E,
        name: "CJK UNIFIED IDEOGRAPH-3D7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D7F,
        name: "CJK UNIFIED IDEOGRAPH-3D7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D80,
        name: "CJK UNIFIED IDEOGRAPH-3D80",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D81,
        name: "CJK UNIFIED IDEOGRAPH-3D81",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D82,
        name: "CJK UNIFIED IDEOGRAPH-3D82",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D83,
        name: "CJK UNIFIED IDEOGRAPH-3D83",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D84,
        name: "CJK UNIFIED IDEOGRAPH-3D84",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D85,
        name: "CJK UNIFIED IDEOGRAPH-3D85",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D86,
        name: "CJK UNIFIED IDEOGRAPH-3D86",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D87,
        name: "CJK UNIFIED IDEOGRAPH-3D87",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D88,
        name: "CJK UNIFIED IDEOGRAPH-3D88",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D89,
        name: "CJK UNIFIED IDEOGRAPH-3D89",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D8A,
        name: "CJK UNIFIED IDEOGRAPH-3D8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D8B,
        name: "CJK UNIFIED IDEOGRAPH-3D8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D8C,
        name: "CJK UNIFIED IDEOGRAPH-3D8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D8D,
        name: "CJK UNIFIED IDEOGRAPH-3D8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D8E,
        name: "CJK UNIFIED IDEOGRAPH-3D8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D8F,
        name: "CJK UNIFIED IDEOGRAPH-3D8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D90,
        name: "CJK UNIFIED IDEOGRAPH-3D90",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D91,
        name: "CJK UNIFIED IDEOGRAPH-3D91",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D92,
        name: "CJK UNIFIED IDEOGRAPH-3D92",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D93,
        name: "CJK UNIFIED IDEOGRAPH-3D93",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D94,
        name: "CJK UNIFIED IDEOGRAPH-3D94",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D95,
        name: "CJK UNIFIED IDEOGRAPH-3D95",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D96,
        name: "CJK UNIFIED IDEOGRAPH-3D96",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D97,
        name: "CJK UNIFIED IDEOGRAPH-3D97",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D98,
        name: "CJK UNIFIED IDEOGRAPH-3D98",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D99,
        name: "CJK UNIFIED IDEOGRAPH-3D99",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D9A,
        name: "CJK UNIFIED IDEOGRAPH-3D9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D9B,
        name: "CJK UNIFIED IDEOGRAPH-3D9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D9C,
        name: "CJK UNIFIED IDEOGRAPH-3D9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D9D,
        name: "CJK UNIFIED IDEOGRAPH-3D9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D9E,
        name: "CJK UNIFIED IDEOGRAPH-3D9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3D9F,
        name: "CJK UNIFIED IDEOGRAPH-3D9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA0,
        name: "CJK UNIFIED IDEOGRAPH-3DA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA1,
        name: "CJK UNIFIED IDEOGRAPH-3DA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA2,
        name: "CJK UNIFIED IDEOGRAPH-3DA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA3,
        name: "CJK UNIFIED IDEOGRAPH-3DA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA4,
        name: "CJK UNIFIED IDEOGRAPH-3DA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA5,
        name: "CJK UNIFIED IDEOGRAPH-3DA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA6,
        name: "CJK UNIFIED IDEOGRAPH-3DA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA7,
        name: "CJK UNIFIED IDEOGRAPH-3DA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA8,
        name: "CJK UNIFIED IDEOGRAPH-3DA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DA9,
        name: "CJK UNIFIED IDEOGRAPH-3DA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DAA,
        name: "CJK UNIFIED IDEOGRAPH-3DAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DAB,
        name: "CJK UNIFIED IDEOGRAPH-3DAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DAC,
        name: "CJK UNIFIED IDEOGRAPH-3DAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DAD,
        name: "CJK UNIFIED IDEOGRAPH-3DAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DAE,
        name: "CJK UNIFIED IDEOGRAPH-3DAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DAF,
        name: "CJK UNIFIED IDEOGRAPH-3DAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB0,
        name: "CJK UNIFIED IDEOGRAPH-3DB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB1,
        name: "CJK UNIFIED IDEOGRAPH-3DB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB2,
        name: "CJK UNIFIED IDEOGRAPH-3DB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB3,
        name: "CJK UNIFIED IDEOGRAPH-3DB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB4,
        name: "CJK UNIFIED IDEOGRAPH-3DB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB5,
        name: "CJK UNIFIED IDEOGRAPH-3DB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB6,
        name: "CJK UNIFIED IDEOGRAPH-3DB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB7,
        name: "CJK UNIFIED IDEOGRAPH-3DB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB8,
        name: "CJK UNIFIED IDEOGRAPH-3DB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DB9,
        name: "CJK UNIFIED IDEOGRAPH-3DB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DBA,
        name: "CJK UNIFIED IDEOGRAPH-3DBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DBB,
        name: "CJK UNIFIED IDEOGRAPH-3DBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DBC,
        name: "CJK UNIFIED IDEOGRAPH-3DBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DBD,
        name: "CJK UNIFIED IDEOGRAPH-3DBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DBE,
        name: "CJK UNIFIED IDEOGRAPH-3DBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DBF,
        name: "CJK UNIFIED IDEOGRAPH-3DBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC0,
        name: "CJK UNIFIED IDEOGRAPH-3DC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC1,
        name: "CJK UNIFIED IDEOGRAPH-3DC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC2,
        name: "CJK UNIFIED IDEOGRAPH-3DC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC3,
        name: "CJK UNIFIED IDEOGRAPH-3DC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC4,
        name: "CJK UNIFIED IDEOGRAPH-3DC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC5,
        name: "CJK UNIFIED IDEOGRAPH-3DC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC6,
        name: "CJK UNIFIED IDEOGRAPH-3DC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC7,
        name: "CJK UNIFIED IDEOGRAPH-3DC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC8,
        name: "CJK UNIFIED IDEOGRAPH-3DC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DC9,
        name: "CJK UNIFIED IDEOGRAPH-3DC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DCA,
        name: "CJK UNIFIED IDEOGRAPH-3DCA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DCB,
        name: "CJK UNIFIED IDEOGRAPH-3DCB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DCC,
        name: "CJK UNIFIED IDEOGRAPH-3DCC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DCD,
        name: "CJK UNIFIED IDEOGRAPH-3DCD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DCE,
        name: "CJK UNIFIED IDEOGRAPH-3DCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DCF,
        name: "CJK UNIFIED IDEOGRAPH-3DCF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD0,
        name: "CJK UNIFIED IDEOGRAPH-3DD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD1,
        name: "CJK UNIFIED IDEOGRAPH-3DD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD2,
        name: "CJK UNIFIED IDEOGRAPH-3DD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD3,
        name: "CJK UNIFIED IDEOGRAPH-3DD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD4,
        name: "CJK UNIFIED IDEOGRAPH-3DD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD5,
        name: "CJK UNIFIED IDEOGRAPH-3DD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD6,
        name: "CJK UNIFIED IDEOGRAPH-3DD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD7,
        name: "CJK UNIFIED IDEOGRAPH-3DD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD8,
        name: "CJK UNIFIED IDEOGRAPH-3DD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DD9,
        name: "CJK UNIFIED IDEOGRAPH-3DD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DDA,
        name: "CJK UNIFIED IDEOGRAPH-3DDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DDB,
        name: "CJK UNIFIED IDEOGRAPH-3DDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DDC,
        name: "CJK UNIFIED IDEOGRAPH-3DDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DDD,
        name: "CJK UNIFIED IDEOGRAPH-3DDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DDE,
        name: "CJK UNIFIED IDEOGRAPH-3DDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DDF,
        name: "CJK UNIFIED IDEOGRAPH-3DDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE0,
        name: "CJK UNIFIED IDEOGRAPH-3DE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE1,
        name: "CJK UNIFIED IDEOGRAPH-3DE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE2,
        name: "CJK UNIFIED IDEOGRAPH-3DE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE3,
        name: "CJK UNIFIED IDEOGRAPH-3DE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE4,
        name: "CJK UNIFIED IDEOGRAPH-3DE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE5,
        name: "CJK UNIFIED IDEOGRAPH-3DE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE6,
        name: "CJK UNIFIED IDEOGRAPH-3DE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE7,
        name: "CJK UNIFIED IDEOGRAPH-3DE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE8,
        name: "CJK UNIFIED IDEOGRAPH-3DE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DE9,
        name: "CJK UNIFIED IDEOGRAPH-3DE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DEA,
        name: "CJK UNIFIED IDEOGRAPH-3DEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DEB,
        name: "CJK UNIFIED IDEOGRAPH-3DEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DEC,
        name: "CJK UNIFIED IDEOGRAPH-3DEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DED,
        name: "CJK UNIFIED IDEOGRAPH-3DED",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DEE,
        name: "CJK UNIFIED IDEOGRAPH-3DEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DEF,
        name: "CJK UNIFIED IDEOGRAPH-3DEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF0,
        name: "CJK UNIFIED IDEOGRAPH-3DF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF1,
        name: "CJK UNIFIED IDEOGRAPH-3DF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF2,
        name: "CJK UNIFIED IDEOGRAPH-3DF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF3,
        name: "CJK UNIFIED IDEOGRAPH-3DF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF4,
        name: "CJK UNIFIED IDEOGRAPH-3DF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF5,
        name: "CJK UNIFIED IDEOGRAPH-3DF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF6,
        name: "CJK UNIFIED IDEOGRAPH-3DF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF7,
        name: "CJK UNIFIED IDEOGRAPH-3DF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF8,
        name: "CJK UNIFIED IDEOGRAPH-3DF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DF9,
        name: "CJK UNIFIED IDEOGRAPH-3DF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DFA,
        name: "CJK UNIFIED IDEOGRAPH-3DFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DFB,
        name: "CJK UNIFIED IDEOGRAPH-3DFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DFC,
        name: "CJK UNIFIED IDEOGRAPH-3DFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DFD,
        name: "CJK UNIFIED IDEOGRAPH-3DFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DFE,
        name: "CJK UNIFIED IDEOGRAPH-3DFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3DFF,
        name: "CJK UNIFIED IDEOGRAPH-3DFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E00,
        name: "CJK UNIFIED IDEOGRAPH-3E00",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E01,
        name: "CJK UNIFIED IDEOGRAPH-3E01",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E02,
        name: "CJK UNIFIED IDEOGRAPH-3E02",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E03,
        name: "CJK UNIFIED IDEOGRAPH-3E03",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E04,
        name: "CJK UNIFIED IDEOGRAPH-3E04",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E05,
        name: "CJK UNIFIED IDEOGRAPH-3E05",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E06,
        name: "CJK UNIFIED IDEOGRAPH-3E06",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E07,
        name: "CJK UNIFIED IDEOGRAPH-3E07",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E08,
        name: "CJK UNIFIED IDEOGRAPH-3E08",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E09,
        name: "CJK UNIFIED IDEOGRAPH-3E09",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E0A,
        name: "CJK UNIFIED IDEOGRAPH-3E0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E0B,
        name: "CJK UNIFIED IDEOGRAPH-3E0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E0C,
        name: "CJK UNIFIED IDEOGRAPH-3E0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E0D,
        name: "CJK UNIFIED IDEOGRAPH-3E0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E0E,
        name: "CJK UNIFIED IDEOGRAPH-3E0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E0F,
        name: "CJK UNIFIED IDEOGRAPH-3E0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E10,
        name: "CJK UNIFIED IDEOGRAPH-3E10",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E11,
        name: "CJK UNIFIED IDEOGRAPH-3E11",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E12,
        name: "CJK UNIFIED IDEOGRAPH-3E12",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E13,
        name: "CJK UNIFIED IDEOGRAPH-3E13",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E14,
        name: "CJK UNIFIED IDEOGRAPH-3E14",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E15,
        name: "CJK UNIFIED IDEOGRAPH-3E15",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E16,
        name: "CJK UNIFIED IDEOGRAPH-3E16",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E17,
        name: "CJK UNIFIED IDEOGRAPH-3E17",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E18,
        name: "CJK UNIFIED IDEOGRAPH-3E18",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E19,
        name: "CJK UNIFIED IDEOGRAPH-3E19",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E1A,
        name: "CJK UNIFIED IDEOGRAPH-3E1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E1B,
        name: "CJK UNIFIED IDEOGRAPH-3E1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E1C,
        name: "CJK UNIFIED IDEOGRAPH-3E1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E1D,
        name: "CJK UNIFIED IDEOGRAPH-3E1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E1E,
        name: "CJK UNIFIED IDEOGRAPH-3E1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E1F,
        name: "CJK UNIFIED IDEOGRAPH-3E1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E20,
        name: "CJK UNIFIED IDEOGRAPH-3E20",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E21,
        name: "CJK UNIFIED IDEOGRAPH-3E21",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E22,
        name: "CJK UNIFIED IDEOGRAPH-3E22",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E23,
        name: "CJK UNIFIED IDEOGRAPH-3E23",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E24,
        name: "CJK UNIFIED IDEOGRAPH-3E24",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E25,
        name: "CJK UNIFIED IDEOGRAPH-3E25",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E26,
        name: "CJK UNIFIED IDEOGRAPH-3E26",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E27,
        name: "CJK UNIFIED IDEOGRAPH-3E27",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E28,
        name: "CJK UNIFIED IDEOGRAPH-3E28",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E29,
        name: "CJK UNIFIED IDEOGRAPH-3E29",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E2A,
        name: "CJK UNIFIED IDEOGRAPH-3E2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E2B,
        name: "CJK UNIFIED IDEOGRAPH-3E2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E2C,
        name: "CJK UNIFIED IDEOGRAPH-3E2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E2D,
        name: "CJK UNIFIED IDEOGRAPH-3E2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E2E,
        name: "CJK UNIFIED IDEOGRAPH-3E2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E2F,
        name: "CJK UNIFIED IDEOGRAPH-3E2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E30,
        name: "CJK UNIFIED IDEOGRAPH-3E30",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E31,
        name: "CJK UNIFIED IDEOGRAPH-3E31",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E32,
        name: "CJK UNIFIED IDEOGRAPH-3E32",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E33,
        name: "CJK UNIFIED IDEOGRAPH-3E33",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E34,
        name: "CJK UNIFIED IDEOGRAPH-3E34",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E35,
        name: "CJK UNIFIED IDEOGRAPH-3E35",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E36,
        name: "CJK UNIFIED IDEOGRAPH-3E36",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E37,
        name: "CJK UNIFIED IDEOGRAPH-3E37",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E38,
        name: "CJK UNIFIED IDEOGRAPH-3E38",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E39,
        name: "CJK UNIFIED IDEOGRAPH-3E39",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E3A,
        name: "CJK UNIFIED IDEOGRAPH-3E3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E3B,
        name: "CJK UNIFIED IDEOGRAPH-3E3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E3C,
        name: "CJK UNIFIED IDEOGRAPH-3E3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E3D,
        name: "CJK UNIFIED IDEOGRAPH-3E3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E3E,
        name: "CJK UNIFIED IDEOGRAPH-3E3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E3F,
        name: "CJK UNIFIED IDEOGRAPH-3E3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E40,
        name: "CJK UNIFIED IDEOGRAPH-3E40",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E41,
        name: "CJK UNIFIED IDEOGRAPH-3E41",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E42,
        name: "CJK UNIFIED IDEOGRAPH-3E42",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E43,
        name: "CJK UNIFIED IDEOGRAPH-3E43",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E44,
        name: "CJK UNIFIED IDEOGRAPH-3E44",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E45,
        name: "CJK UNIFIED IDEOGRAPH-3E45",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E46,
        name: "CJK UNIFIED IDEOGRAPH-3E46",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E47,
        name: "CJK UNIFIED IDEOGRAPH-3E47",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E48,
        name: "CJK UNIFIED IDEOGRAPH-3E48",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E49,
        name: "CJK UNIFIED IDEOGRAPH-3E49",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E4A,
        name: "CJK UNIFIED IDEOGRAPH-3E4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E4B,
        name: "CJK UNIFIED IDEOGRAPH-3E4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E4C,
        name: "CJK UNIFIED IDEOGRAPH-3E4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E4D,
        name: "CJK UNIFIED IDEOGRAPH-3E4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E4E,
        name: "CJK UNIFIED IDEOGRAPH-3E4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E4F,
        name: "CJK UNIFIED IDEOGRAPH-3E4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E50,
        name: "CJK UNIFIED IDEOGRAPH-3E50",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E51,
        name: "CJK UNIFIED IDEOGRAPH-3E51",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E52,
        name: "CJK UNIFIED IDEOGRAPH-3E52",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E53,
        name: "CJK UNIFIED IDEOGRAPH-3E53",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E54,
        name: "CJK UNIFIED IDEOGRAPH-3E54",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E55,
        name: "CJK UNIFIED IDEOGRAPH-3E55",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E56,
        name: "CJK UNIFIED IDEOGRAPH-3E56",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E57,
        name: "CJK UNIFIED IDEOGRAPH-3E57",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E58,
        name: "CJK UNIFIED IDEOGRAPH-3E58",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E59,
        name: "CJK UNIFIED IDEOGRAPH-3E59",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E5A,
        name: "CJK UNIFIED IDEOGRAPH-3E5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E5B,
        name: "CJK UNIFIED IDEOGRAPH-3E5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E5C,
        name: "CJK UNIFIED IDEOGRAPH-3E5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E5D,
        name: "CJK UNIFIED IDEOGRAPH-3E5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E5E,
        name: "CJK UNIFIED IDEOGRAPH-3E5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E5F,
        name: "CJK UNIFIED IDEOGRAPH-3E5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E60,
        name: "CJK UNIFIED IDEOGRAPH-3E60",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E61,
        name: "CJK UNIFIED IDEOGRAPH-3E61",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E62,
        name: "CJK UNIFIED IDEOGRAPH-3E62",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E63,
        name: "CJK UNIFIED IDEOGRAPH-3E63",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E64,
        name: "CJK UNIFIED IDEOGRAPH-3E64",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E65,
        name: "CJK UNIFIED IDEOGRAPH-3E65",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E66,
        name: "CJK UNIFIED IDEOGRAPH-3E66",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E67,
        name: "CJK UNIFIED IDEOGRAPH-3E67",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E68,
        name: "CJK UNIFIED IDEOGRAPH-3E68",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E69,
        name: "CJK UNIFIED IDEOGRAPH-3E69",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E6A,
        name: "CJK UNIFIED IDEOGRAPH-3E6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E6B,
        name: "CJK UNIFIED IDEOGRAPH-3E6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E6C,
        name: "CJK UNIFIED IDEOGRAPH-3E6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E6D,
        name: "CJK UNIFIED IDEOGRAPH-3E6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E6E,
        name: "CJK UNIFIED IDEOGRAPH-3E6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E6F,
        name: "CJK UNIFIED IDEOGRAPH-3E6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E70,
        name: "CJK UNIFIED IDEOGRAPH-3E70",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E71,
        name: "CJK UNIFIED IDEOGRAPH-3E71",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E72,
        name: "CJK UNIFIED IDEOGRAPH-3E72",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E73,
        name: "CJK UNIFIED IDEOGRAPH-3E73",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E74,
        name: "CJK UNIFIED IDEOGRAPH-3E74",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E75,
        name: "CJK UNIFIED IDEOGRAPH-3E75",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E76,
        name: "CJK UNIFIED IDEOGRAPH-3E76",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E77,
        name: "CJK UNIFIED IDEOGRAPH-3E77",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E78,
        name: "CJK UNIFIED IDEOGRAPH-3E78",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E79,
        name: "CJK UNIFIED IDEOGRAPH-3E79",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E7A,
        name: "CJK UNIFIED IDEOGRAPH-3E7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E7B,
        name: "CJK UNIFIED IDEOGRAPH-3E7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E7C,
        name: "CJK UNIFIED IDEOGRAPH-3E7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E7D,
        name: "CJK UNIFIED IDEOGRAPH-3E7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E7E,
        name: "CJK UNIFIED IDEOGRAPH-3E7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E7F,
        name: "CJK UNIFIED IDEOGRAPH-3E7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E80,
        name: "CJK UNIFIED IDEOGRAPH-3E80",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E81,
        name: "CJK UNIFIED IDEOGRAPH-3E81",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E82,
        name: "CJK UNIFIED IDEOGRAPH-3E82",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E83,
        name: "CJK UNIFIED IDEOGRAPH-3E83",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E84,
        name: "CJK UNIFIED IDEOGRAPH-3E84",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E85,
        name: "CJK UNIFIED IDEOGRAPH-3E85",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E86,
        name: "CJK UNIFIED IDEOGRAPH-3E86",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E87,
        name: "CJK UNIFIED IDEOGRAPH-3E87",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E88,
        name: "CJK UNIFIED IDEOGRAPH-3E88",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E89,
        name: "CJK UNIFIED IDEOGRAPH-3E89",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E8A,
        name: "CJK UNIFIED IDEOGRAPH-3E8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E8B,
        name: "CJK UNIFIED IDEOGRAPH-3E8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E8C,
        name: "CJK UNIFIED IDEOGRAPH-3E8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E8D,
        name: "CJK UNIFIED IDEOGRAPH-3E8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E8E,
        name: "CJK UNIFIED IDEOGRAPH-3E8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E8F,
        name: "CJK UNIFIED IDEOGRAPH-3E8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E90,
        name: "CJK UNIFIED IDEOGRAPH-3E90",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E91,
        name: "CJK UNIFIED IDEOGRAPH-3E91",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E92,
        name: "CJK UNIFIED IDEOGRAPH-3E92",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E93,
        name: "CJK UNIFIED IDEOGRAPH-3E93",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E94,
        name: "CJK UNIFIED IDEOGRAPH-3E94",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E95,
        name: "CJK UNIFIED IDEOGRAPH-3E95",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E96,
        name: "CJK UNIFIED IDEOGRAPH-3E96",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E97,
        name: "CJK UNIFIED IDEOGRAPH-3E97",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E98,
        name: "CJK UNIFIED IDEOGRAPH-3E98",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E99,
        name: "CJK UNIFIED IDEOGRAPH-3E99",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E9A,
        name: "CJK UNIFIED IDEOGRAPH-3E9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E9B,
        name: "CJK UNIFIED IDEOGRAPH-3E9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E9C,
        name: "CJK UNIFIED IDEOGRAPH-3E9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E9D,
        name: "CJK UNIFIED IDEOGRAPH-3E9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E9E,
        name: "CJK UNIFIED IDEOGRAPH-3E9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3E9F,
        name: "CJK UNIFIED IDEOGRAPH-3E9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA0,
        name: "CJK UNIFIED IDEOGRAPH-3EA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA1,
        name: "CJK UNIFIED IDEOGRAPH-3EA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA2,
        name: "CJK UNIFIED IDEOGRAPH-3EA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA3,
        name: "CJK UNIFIED IDEOGRAPH-3EA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA4,
        name: "CJK UNIFIED IDEOGRAPH-3EA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA5,
        name: "CJK UNIFIED IDEOGRAPH-3EA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA6,
        name: "CJK UNIFIED IDEOGRAPH-3EA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA7,
        name: "CJK UNIFIED IDEOGRAPH-3EA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA8,
        name: "CJK UNIFIED IDEOGRAPH-3EA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EA9,
        name: "CJK UNIFIED IDEOGRAPH-3EA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EAA,
        name: "CJK UNIFIED IDEOGRAPH-3EAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EAB,
        name: "CJK UNIFIED IDEOGRAPH-3EAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EAC,
        name: "CJK UNIFIED IDEOGRAPH-3EAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EAD,
        name: "CJK UNIFIED IDEOGRAPH-3EAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EAE,
        name: "CJK UNIFIED IDEOGRAPH-3EAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EAF,
        name: "CJK UNIFIED IDEOGRAPH-3EAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB0,
        name: "CJK UNIFIED IDEOGRAPH-3EB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB1,
        name: "CJK UNIFIED IDEOGRAPH-3EB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB2,
        name: "CJK UNIFIED IDEOGRAPH-3EB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB3,
        name: "CJK UNIFIED IDEOGRAPH-3EB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB4,
        name: "CJK UNIFIED IDEOGRAPH-3EB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB5,
        name: "CJK UNIFIED IDEOGRAPH-3EB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB6,
        name: "CJK UNIFIED IDEOGRAPH-3EB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB7,
        name: "CJK UNIFIED IDEOGRAPH-3EB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB8,
        name: "CJK UNIFIED IDEOGRAPH-3EB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EB9,
        name: "CJK UNIFIED IDEOGRAPH-3EB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EBA,
        name: "CJK UNIFIED IDEOGRAPH-3EBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EBB,
        name: "CJK UNIFIED IDEOGRAPH-3EBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EBC,
        name: "CJK UNIFIED IDEOGRAPH-3EBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EBD,
        name: "CJK UNIFIED IDEOGRAPH-3EBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EBE,
        name: "CJK UNIFIED IDEOGRAPH-3EBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EBF,
        name: "CJK UNIFIED IDEOGRAPH-3EBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC0,
        name: "CJK UNIFIED IDEOGRAPH-3EC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC1,
        name: "CJK UNIFIED IDEOGRAPH-3EC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC2,
        name: "CJK UNIFIED IDEOGRAPH-3EC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC3,
        name: "CJK UNIFIED IDEOGRAPH-3EC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC4,
        name: "CJK UNIFIED IDEOGRAPH-3EC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC5,
        name: "CJK UNIFIED IDEOGRAPH-3EC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC6,
        name: "CJK UNIFIED IDEOGRAPH-3EC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC7,
        name: "CJK UNIFIED IDEOGRAPH-3EC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC8,
        name: "CJK UNIFIED IDEOGRAPH-3EC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EC9,
        name: "CJK UNIFIED IDEOGRAPH-3EC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ECA,
        name: "CJK UNIFIED IDEOGRAPH-3ECA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ECB,
        name: "CJK UNIFIED IDEOGRAPH-3ECB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ECC,
        name: "CJK UNIFIED IDEOGRAPH-3ECC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ECD,
        name: "CJK UNIFIED IDEOGRAPH-3ECD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ECE,
        name: "CJK UNIFIED IDEOGRAPH-3ECE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ECF,
        name: "CJK UNIFIED IDEOGRAPH-3ECF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED0,
        name: "CJK UNIFIED IDEOGRAPH-3ED0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED1,
        name: "CJK UNIFIED IDEOGRAPH-3ED1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED2,
        name: "CJK UNIFIED IDEOGRAPH-3ED2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED3,
        name: "CJK UNIFIED IDEOGRAPH-3ED3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED4,
        name: "CJK UNIFIED IDEOGRAPH-3ED4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED5,
        name: "CJK UNIFIED IDEOGRAPH-3ED5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED6,
        name: "CJK UNIFIED IDEOGRAPH-3ED6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED7,
        name: "CJK UNIFIED IDEOGRAPH-3ED7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED8,
        name: "CJK UNIFIED IDEOGRAPH-3ED8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3ED9,
        name: "CJK UNIFIED IDEOGRAPH-3ED9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EDA,
        name: "CJK UNIFIED IDEOGRAPH-3EDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EDB,
        name: "CJK UNIFIED IDEOGRAPH-3EDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EDC,
        name: "CJK UNIFIED IDEOGRAPH-3EDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EDD,
        name: "CJK UNIFIED IDEOGRAPH-3EDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EDE,
        name: "CJK UNIFIED IDEOGRAPH-3EDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EDF,
        name: "CJK UNIFIED IDEOGRAPH-3EDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE0,
        name: "CJK UNIFIED IDEOGRAPH-3EE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE1,
        name: "CJK UNIFIED IDEOGRAPH-3EE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE2,
        name: "CJK UNIFIED IDEOGRAPH-3EE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE3,
        name: "CJK UNIFIED IDEOGRAPH-3EE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE4,
        name: "CJK UNIFIED IDEOGRAPH-3EE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE5,
        name: "CJK UNIFIED IDEOGRAPH-3EE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE6,
        name: "CJK UNIFIED IDEOGRAPH-3EE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE7,
        name: "CJK UNIFIED IDEOGRAPH-3EE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE8,
        name: "CJK UNIFIED IDEOGRAPH-3EE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EE9,
        name: "CJK UNIFIED IDEOGRAPH-3EE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EEA,
        name: "CJK UNIFIED IDEOGRAPH-3EEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EEB,
        name: "CJK UNIFIED IDEOGRAPH-3EEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EEC,
        name: "CJK UNIFIED IDEOGRAPH-3EEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EED,
        name: "CJK UNIFIED IDEOGRAPH-3EED",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EEE,
        name: "CJK UNIFIED IDEOGRAPH-3EEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EEF,
        name: "CJK UNIFIED IDEOGRAPH-3EEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF0,
        name: "CJK UNIFIED IDEOGRAPH-3EF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF1,
        name: "CJK UNIFIED IDEOGRAPH-3EF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF2,
        name: "CJK UNIFIED IDEOGRAPH-3EF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF3,
        name: "CJK UNIFIED IDEOGRAPH-3EF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF4,
        name: "CJK UNIFIED IDEOGRAPH-3EF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF5,
        name: "CJK UNIFIED IDEOGRAPH-3EF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF6,
        name: "CJK UNIFIED IDEOGRAPH-3EF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF7,
        name: "CJK UNIFIED IDEOGRAPH-3EF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF8,
        name: "CJK UNIFIED IDEOGRAPH-3EF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EF9,
        name: "CJK UNIFIED IDEOGRAPH-3EF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EFA,
        name: "CJK UNIFIED IDEOGRAPH-3EFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EFB,
        name: "CJK UNIFIED IDEOGRAPH-3EFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EFC,
        name: "CJK UNIFIED IDEOGRAPH-3EFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EFD,
        name: "CJK UNIFIED IDEOGRAPH-3EFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EFE,
        name: "CJK UNIFIED IDEOGRAPH-3EFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3EFF,
        name: "CJK UNIFIED IDEOGRAPH-3EFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F00,
        name: "CJK UNIFIED IDEOGRAPH-3F00",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F01,
        name: "CJK UNIFIED IDEOGRAPH-3F01",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F02,
        name: "CJK UNIFIED IDEOGRAPH-3F02",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F03,
        name: "CJK UNIFIED IDEOGRAPH-3F03",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F04,
        name: "CJK UNIFIED IDEOGRAPH-3F04",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F05,
        name: "CJK UNIFIED IDEOGRAPH-3F05",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F06,
        name: "CJK UNIFIED IDEOGRAPH-3F06",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F07,
        name: "CJK UNIFIED IDEOGRAPH-3F07",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F08,
        name: "CJK UNIFIED IDEOGRAPH-3F08",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F09,
        name: "CJK UNIFIED IDEOGRAPH-3F09",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F0A,
        name: "CJK UNIFIED IDEOGRAPH-3F0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F0B,
        name: "CJK UNIFIED IDEOGRAPH-3F0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F0C,
        name: "CJK UNIFIED IDEOGRAPH-3F0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F0D,
        name: "CJK UNIFIED IDEOGRAPH-3F0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F0E,
        name: "CJK UNIFIED IDEOGRAPH-3F0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F0F,
        name: "CJK UNIFIED IDEOGRAPH-3F0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F10,
        name: "CJK UNIFIED IDEOGRAPH-3F10",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F11,
        name: "CJK UNIFIED IDEOGRAPH-3F11",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F12,
        name: "CJK UNIFIED IDEOGRAPH-3F12",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F13,
        name: "CJK UNIFIED IDEOGRAPH-3F13",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F14,
        name: "CJK UNIFIED IDEOGRAPH-3F14",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F15,
        name: "CJK UNIFIED IDEOGRAPH-3F15",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F16,
        name: "CJK UNIFIED IDEOGRAPH-3F16",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F17,
        name: "CJK UNIFIED IDEOGRAPH-3F17",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F18,
        name: "CJK UNIFIED IDEOGRAPH-3F18",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F19,
        name: "CJK UNIFIED IDEOGRAPH-3F19",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F1A,
        name: "CJK UNIFIED IDEOGRAPH-3F1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F1B,
        name: "CJK UNIFIED IDEOGRAPH-3F1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F1C,
        name: "CJK UNIFIED IDEOGRAPH-3F1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F1D,
        name: "CJK UNIFIED IDEOGRAPH-3F1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F1E,
        name: "CJK UNIFIED IDEOGRAPH-3F1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F1F,
        name: "CJK UNIFIED IDEOGRAPH-3F1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F20,
        name: "CJK UNIFIED IDEOGRAPH-3F20",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F21,
        name: "CJK UNIFIED IDEOGRAPH-3F21",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F22,
        name: "CJK UNIFIED IDEOGRAPH-3F22",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F23,
        name: "CJK UNIFIED IDEOGRAPH-3F23",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F24,
        name: "CJK UNIFIED IDEOGRAPH-3F24",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F25,
        name: "CJK UNIFIED IDEOGRAPH-3F25",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F26,
        name: "CJK UNIFIED IDEOGRAPH-3F26",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F27,
        name: "CJK UNIFIED IDEOGRAPH-3F27",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F28,
        name: "CJK UNIFIED IDEOGRAPH-3F28",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F29,
        name: "CJK UNIFIED IDEOGRAPH-3F29",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F2A,
        name: "CJK UNIFIED IDEOGRAPH-3F2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F2B,
        name: "CJK UNIFIED IDEOGRAPH-3F2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F2C,
        name: "CJK UNIFIED IDEOGRAPH-3F2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F2D,
        name: "CJK UNIFIED IDEOGRAPH-3F2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F2E,
        name: "CJK UNIFIED IDEOGRAPH-3F2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F2F,
        name: "CJK UNIFIED IDEOGRAPH-3F2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F30,
        name: "CJK UNIFIED IDEOGRAPH-3F30",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F31,
        name: "CJK UNIFIED IDEOGRAPH-3F31",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F32,
        name: "CJK UNIFIED IDEOGRAPH-3F32",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F33,
        name: "CJK UNIFIED IDEOGRAPH-3F33",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F34,
        name: "CJK UNIFIED IDEOGRAPH-3F34",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F35,
        name: "CJK UNIFIED IDEOGRAPH-3F35",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F36,
        name: "CJK UNIFIED IDEOGRAPH-3F36",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F37,
        name: "CJK UNIFIED IDEOGRAPH-3F37",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F38,
        name: "CJK UNIFIED IDEOGRAPH-3F38",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F39,
        name: "CJK UNIFIED IDEOGRAPH-3F39",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F3A,
        name: "CJK UNIFIED IDEOGRAPH-3F3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F3B,
        name: "CJK UNIFIED IDEOGRAPH-3F3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F3C,
        name: "CJK UNIFIED IDEOGRAPH-3F3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F3D,
        name: "CJK UNIFIED IDEOGRAPH-3F3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F3E,
        name: "CJK UNIFIED IDEOGRAPH-3F3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F3F,
        name: "CJK UNIFIED IDEOGRAPH-3F3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F40,
        name: "CJK UNIFIED IDEOGRAPH-3F40",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F41,
        name: "CJK UNIFIED IDEOGRAPH-3F41",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F42,
        name: "CJK UNIFIED IDEOGRAPH-3F42",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F43,
        name: "CJK UNIFIED IDEOGRAPH-3F43",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F44,
        name: "CJK UNIFIED IDEOGRAPH-3F44",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F45,
        name: "CJK UNIFIED IDEOGRAPH-3F45",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F46,
        name: "CJK UNIFIED IDEOGRAPH-3F46",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F47,
        name: "CJK UNIFIED IDEOGRAPH-3F47",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F48,
        name: "CJK UNIFIED IDEOGRAPH-3F48",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F49,
        name: "CJK UNIFIED IDEOGRAPH-3F49",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F4A,
        name: "CJK UNIFIED IDEOGRAPH-3F4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F4B,
        name: "CJK UNIFIED IDEOGRAPH-3F4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F4C,
        name: "CJK UNIFIED IDEOGRAPH-3F4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F4D,
        name: "CJK UNIFIED IDEOGRAPH-3F4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F4E,
        name: "CJK UNIFIED IDEOGRAPH-3F4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F4F,
        name: "CJK UNIFIED IDEOGRAPH-3F4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F50,
        name: "CJK UNIFIED IDEOGRAPH-3F50",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F51,
        name: "CJK UNIFIED IDEOGRAPH-3F51",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F52,
        name: "CJK UNIFIED IDEOGRAPH-3F52",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F53,
        name: "CJK UNIFIED IDEOGRAPH-3F53",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F54,
        name: "CJK UNIFIED IDEOGRAPH-3F54",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F55,
        name: "CJK UNIFIED IDEOGRAPH-3F55",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F56,
        name: "CJK UNIFIED IDEOGRAPH-3F56",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F57,
        name: "CJK UNIFIED IDEOGRAPH-3F57",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F58,
        name: "CJK UNIFIED IDEOGRAPH-3F58",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F59,
        name: "CJK UNIFIED IDEOGRAPH-3F59",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F5A,
        name: "CJK UNIFIED IDEOGRAPH-3F5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F5B,
        name: "CJK UNIFIED IDEOGRAPH-3F5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F5C,
        name: "CJK UNIFIED IDEOGRAPH-3F5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F5D,
        name: "CJK UNIFIED IDEOGRAPH-3F5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F5E,
        name: "CJK UNIFIED IDEOGRAPH-3F5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F5F,
        name: "CJK UNIFIED IDEOGRAPH-3F5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F60,
        name: "CJK UNIFIED IDEOGRAPH-3F60",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F61,
        name: "CJK UNIFIED IDEOGRAPH-3F61",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F62,
        name: "CJK UNIFIED IDEOGRAPH-3F62",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F63,
        name: "CJK UNIFIED IDEOGRAPH-3F63",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F64,
        name: "CJK UNIFIED IDEOGRAPH-3F64",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F65,
        name: "CJK UNIFIED IDEOGRAPH-3F65",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F66,
        name: "CJK UNIFIED IDEOGRAPH-3F66",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F67,
        name: "CJK UNIFIED IDEOGRAPH-3F67",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F68,
        name: "CJK UNIFIED IDEOGRAPH-3F68",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F69,
        name: "CJK UNIFIED IDEOGRAPH-3F69",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F6A,
        name: "CJK UNIFIED IDEOGRAPH-3F6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F6B,
        name: "CJK UNIFIED IDEOGRAPH-3F6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F6C,
        name: "CJK UNIFIED IDEOGRAPH-3F6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F6D,
        name: "CJK UNIFIED IDEOGRAPH-3F6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F6E,
        name: "CJK UNIFIED IDEOGRAPH-3F6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F6F,
        name: "CJK UNIFIED IDEOGRAPH-3F6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F70,
        name: "CJK UNIFIED IDEOGRAPH-3F70",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F71,
        name: "CJK UNIFIED IDEOGRAPH-3F71",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F72,
        name: "CJK UNIFIED IDEOGRAPH-3F72",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F73,
        name: "CJK UNIFIED IDEOGRAPH-3F73",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F74,
        name: "CJK UNIFIED IDEOGRAPH-3F74",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F75,
        name: "CJK UNIFIED IDEOGRAPH-3F75",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F76,
        name: "CJK UNIFIED IDEOGRAPH-3F76",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F77,
        name: "CJK UNIFIED IDEOGRAPH-3F77",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F78,
        name: "CJK UNIFIED IDEOGRAPH-3F78",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F79,
        name: "CJK UNIFIED IDEOGRAPH-3F79",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F7A,
        name: "CJK UNIFIED IDEOGRAPH-3F7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F7B,
        name: "CJK UNIFIED IDEOGRAPH-3F7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F7C,
        name: "CJK UNIFIED IDEOGRAPH-3F7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F7D,
        name: "CJK UNIFIED IDEOGRAPH-3F7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F7E,
        name: "CJK UNIFIED IDEOGRAPH-3F7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F7F,
        name: "CJK UNIFIED IDEOGRAPH-3F7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F80,
        name: "CJK UNIFIED IDEOGRAPH-3F80",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F81,
        name: "CJK UNIFIED IDEOGRAPH-3F81",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F82,
        name: "CJK UNIFIED IDEOGRAPH-3F82",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F83,
        name: "CJK UNIFIED IDEOGRAPH-3F83",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F84,
        name: "CJK UNIFIED IDEOGRAPH-3F84",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F85,
        name: "CJK UNIFIED IDEOGRAPH-3F85",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F86,
        name: "CJK UNIFIED IDEOGRAPH-3F86",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F87,
        name: "CJK UNIFIED IDEOGRAPH-3F87",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F88,
        name: "CJK UNIFIED IDEOGRAPH-3F88",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F89,
        name: "CJK UNIFIED IDEOGRAPH-3F89",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F8A,
        name: "CJK UNIFIED IDEOGRAPH-3F8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F8B,
        name: "CJK UNIFIED IDEOGRAPH-3F8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F8C,
        name: "CJK UNIFIED IDEOGRAPH-3F8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F8D,
        name: "CJK UNIFIED IDEOGRAPH-3F8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F8E,
        name: "CJK UNIFIED IDEOGRAPH-3F8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F8F,
        name: "CJK UNIFIED IDEOGRAPH-3F8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F90,
        name: "CJK UNIFIED IDEOGRAPH-3F90",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F91,
        name: "CJK UNIFIED IDEOGRAPH-3F91",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F92,
        name: "CJK UNIFIED IDEOGRAPH-3F92",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F93,
        name: "CJK UNIFIED IDEOGRAPH-3F93",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F94,
        name: "CJK UNIFIED IDEOGRAPH-3F94",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F95,
        name: "CJK UNIFIED IDEOGRAPH-3F95",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F96,
        name: "CJK UNIFIED IDEOGRAPH-3F96",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F97,
        name: "CJK UNIFIED IDEOGRAPH-3F97",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F98,
        name: "CJK UNIFIED IDEOGRAPH-3F98",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F99,
        name: "CJK UNIFIED IDEOGRAPH-3F99",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F9A,
        name: "CJK UNIFIED IDEOGRAPH-3F9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F9B,
        name: "CJK UNIFIED IDEOGRAPH-3F9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F9C,
        name: "CJK UNIFIED IDEOGRAPH-3F9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F9D,
        name: "CJK UNIFIED IDEOGRAPH-3F9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F9E,
        name: "CJK UNIFIED IDEOGRAPH-3F9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x3F9F,
        name: "CJK UNIFIED IDEOGRAPH-3F9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA0,
        name: "CJK UNIFIED IDEOGRAPH-3FA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA1,
        name: "CJK UNIFIED IDEOGRAPH-3FA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA2,
        name: "CJK UNIFIED IDEOGRAPH-3FA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA3,
        name: "CJK UNIFIED IDEOGRAPH-3FA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA4,
        name: "CJK UNIFIED IDEOGRAPH-3FA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA5,
        name: "CJK UNIFIED IDEOGRAPH-3FA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA6,
        name: "CJK UNIFIED IDEOGRAPH-3FA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA7,
        name: "CJK UNIFIED IDEOGRAPH-3FA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA8,
        name: "CJK UNIFIED IDEOGRAPH-3FA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FA9,
        name: "CJK UNIFIED IDEOGRAPH-3FA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FAA,
        name: "CJK UNIFIED IDEOGRAPH-3FAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FAB,
        name: "CJK UNIFIED IDEOGRAPH-3FAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FAC,
        name: "CJK UNIFIED IDEOGRAPH-3FAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FAD,
        name: "CJK UNIFIED IDEOGRAPH-3FAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FAE,
        name: "CJK UNIFIED IDEOGRAPH-3FAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FAF,
        name: "CJK UNIFIED IDEOGRAPH-3FAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB0,
        name: "CJK UNIFIED IDEOGRAPH-3FB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB1,
        name: "CJK UNIFIED IDEOGRAPH-3FB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB2,
        name: "CJK UNIFIED IDEOGRAPH-3FB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB3,
        name: "CJK UNIFIED IDEOGRAPH-3FB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB4,
        name: "CJK UNIFIED IDEOGRAPH-3FB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB5,
        name: "CJK UNIFIED IDEOGRAPH-3FB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB6,
        name: "CJK UNIFIED IDEOGRAPH-3FB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB7,
        name: "CJK UNIFIED IDEOGRAPH-3FB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB8,
        name: "CJK UNIFIED IDEOGRAPH-3FB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FB9,
        name: "CJK UNIFIED IDEOGRAPH-3FB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FBA,
        name: "CJK UNIFIED IDEOGRAPH-3FBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FBB,
        name: "CJK UNIFIED IDEOGRAPH-3FBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FBC,
        name: "CJK UNIFIED IDEOGRAPH-3FBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FBD,
        name: "CJK UNIFIED IDEOGRAPH-3FBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FBE,
        name: "CJK UNIFIED IDEOGRAPH-3FBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FBF,
        name: "CJK UNIFIED IDEOGRAPH-3FBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC0,
        name: "CJK UNIFIED IDEOGRAPH-3FC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC1,
        name: "CJK UNIFIED IDEOGRAPH-3FC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC2,
        name: "CJK UNIFIED IDEOGRAPH-3FC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC3,
        name: "CJK UNIFIED IDEOGRAPH-3FC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC4,
        name: "CJK UNIFIED IDEOGRAPH-3FC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC5,
        name: "CJK UNIFIED IDEOGRAPH-3FC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC6,
        name: "CJK UNIFIED IDEOGRAPH-3FC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC7,
        name: "CJK UNIFIED IDEOGRAPH-3FC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC8,
        name: "CJK UNIFIED IDEOGRAPH-3FC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FC9,
        name: "CJK UNIFIED IDEOGRAPH-3FC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FCA,
        name: "CJK UNIFIED IDEOGRAPH-3FCA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FCB,
        name: "CJK UNIFIED IDEOGRAPH-3FCB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FCC,
        name: "CJK UNIFIED IDEOGRAPH-3FCC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FCD,
        name: "CJK UNIFIED IDEOGRAPH-3FCD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FCE,
        name: "CJK UNIFIED IDEOGRAPH-3FCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FCF,
        name: "CJK UNIFIED IDEOGRAPH-3FCF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD0,
        name: "CJK UNIFIED IDEOGRAPH-3FD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD1,
        name: "CJK UNIFIED IDEOGRAPH-3FD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD2,
        name: "CJK UNIFIED IDEOGRAPH-3FD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD3,
        name: "CJK UNIFIED IDEOGRAPH-3FD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD4,
        name: "CJK UNIFIED IDEOGRAPH-3FD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD5,
        name: "CJK UNIFIED IDEOGRAPH-3FD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD6,
        name: "CJK UNIFIED IDEOGRAPH-3FD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD7,
        name: "CJK UNIFIED IDEOGRAPH-3FD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD8,
        name: "CJK UNIFIED IDEOGRAPH-3FD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FD9,
        name: "CJK UNIFIED IDEOGRAPH-3FD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FDA,
        name: "CJK UNIFIED IDEOGRAPH-3FDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FDB,
        name: "CJK UNIFIED IDEOGRAPH-3FDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FDC,
        name: "CJK UNIFIED IDEOGRAPH-3FDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FDD,
        name: "CJK UNIFIED IDEOGRAPH-3FDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FDE,
        name: "CJK UNIFIED IDEOGRAPH-3FDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FDF,
        name: "CJK UNIFIED IDEOGRAPH-3FDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE0,
        name: "CJK UNIFIED IDEOGRAPH-3FE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE1,
        name: "CJK UNIFIED IDEOGRAPH-3FE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE2,
        name: "CJK UNIFIED IDEOGRAPH-3FE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE3,
        name: "CJK UNIFIED IDEOGRAPH-3FE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE4,
        name: "CJK UNIFIED IDEOGRAPH-3FE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE5,
        name: "CJK UNIFIED IDEOGRAPH-3FE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE6,
        name: "CJK UNIFIED IDEOGRAPH-3FE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE7,
        name: "CJK UNIFIED IDEOGRAPH-3FE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE8,
        name: "CJK UNIFIED IDEOGRAPH-3FE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FE9,
        name: "CJK UNIFIED IDEOGRAPH-3FE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FEA,
        name: "CJK UNIFIED IDEOGRAPH-3FEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FEB,
        name: "CJK UNIFIED IDEOGRAPH-3FEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FEC,
        name: "CJK UNIFIED IDEOGRAPH-3FEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FED,
        name: "CJK UNIFIED IDEOGRAPH-3FED",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FEE,
        name: "CJK UNIFIED IDEOGRAPH-3FEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FEF,
        name: "CJK UNIFIED IDEOGRAPH-3FEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF0,
        name: "CJK UNIFIED IDEOGRAPH-3FF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF1,
        name: "CJK UNIFIED IDEOGRAPH-3FF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF2,
        name: "CJK UNIFIED IDEOGRAPH-3FF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF3,
        name: "CJK UNIFIED IDEOGRAPH-3FF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF4,
        name: "CJK UNIFIED IDEOGRAPH-3FF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF5,
        name: "CJK UNIFIED IDEOGRAPH-3FF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF6,
        name: "CJK UNIFIED IDEOGRAPH-3FF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF7,
        name: "CJK UNIFIED IDEOGRAPH-3FF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF8,
        name: "CJK UNIFIED IDEOGRAPH-3FF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FF9,
        name: "CJK UNIFIED IDEOGRAPH-3FF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FFA,
        name: "CJK UNIFIED IDEOGRAPH-3FFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FFB,
        name: "CJK UNIFIED IDEOGRAPH-3FFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FFC,
        name: "CJK UNIFIED IDEOGRAPH-3FFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FFD,
        name: "CJK UNIFIED IDEOGRAPH-3FFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FFE,
        name: "CJK UNIFIED IDEOGRAPH-3FFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x3FFF,
        name: "CJK UNIFIED IDEOGRAPH-3FFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4000,
        name: "CJK UNIFIED IDEOGRAPH-4000",
    },
    Character {
        age: "3.0",
        codepoint: 0x4001,
        name: "CJK UNIFIED IDEOGRAPH-4001",
    },
    Character {
        age: "3.0",
        codepoint: 0x4002,
        name: "CJK UNIFIED IDEOGRAPH-4002",
    },
    Character {
        age: "3.0",
        codepoint: 0x4003,
        name: "CJK UNIFIED IDEOGRAPH-4003",
    },
    Character {
        age: "3.0",
        codepoint: 0x4004,
        name: "CJK UNIFIED IDEOGRAPH-4004",
    },
    Character {
        age: "3.0",
        codepoint: 0x4005,
        name: "CJK UNIFIED IDEOGRAPH-4005",
    },
    Character {
        age: "3.0",
        codepoint: 0x4006,
        name: "CJK UNIFIED IDEOGRAPH-4006",
    },
    Character {
        age: "3.0",
        codepoint: 0x4007,
        name: "CJK UNIFIED IDEOGRAPH-4007",
    },
    Character {
        age: "3.0",
        codepoint: 0x4008,
        name: "CJK UNIFIED IDEOGRAPH-4008",
    },
    Character {
        age: "3.0",
        codepoint: 0x4009,
        name: "CJK UNIFIED IDEOGRAPH-4009",
    },
    Character {
        age: "3.0",
        codepoint: 0x400A,
        name: "CJK UNIFIED IDEOGRAPH-400A",
    },
    Character {
        age: "3.0",
        codepoint: 0x400B,
        name: "CJK UNIFIED IDEOGRAPH-400B",
    },
    Character {
        age: "3.0",
        codepoint: 0x400C,
        name: "CJK UNIFIED IDEOGRAPH-400C",
    },
    Character {
        age: "3.0",
        codepoint: 0x400D,
        name: "CJK UNIFIED IDEOGRAPH-400D",
    },
    Character {
        age: "3.0",
        codepoint: 0x400E,
        name: "CJK UNIFIED IDEOGRAPH-400E",
    },
    Character {
        age: "3.0",
        codepoint: 0x400F,
        name: "CJK UNIFIED IDEOGRAPH-400F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4010,
        name: "CJK UNIFIED IDEOGRAPH-4010",
    },
    Character {
        age: "3.0",
        codepoint: 0x4011,
        name: "CJK UNIFIED IDEOGRAPH-4011",
    },
    Character {
        age: "3.0",
        codepoint: 0x4012,
        name: "CJK UNIFIED IDEOGRAPH-4012",
    },
    Character {
        age: "3.0",
        codepoint: 0x4013,
        name: "CJK UNIFIED IDEOGRAPH-4013",
    },
    Character {
        age: "3.0",
        codepoint: 0x4014,
        name: "CJK UNIFIED IDEOGRAPH-4014",
    },
    Character {
        age: "3.0",
        codepoint: 0x4015,
        name: "CJK UNIFIED IDEOGRAPH-4015",
    },
    Character {
        age: "3.0",
        codepoint: 0x4016,
        name: "CJK UNIFIED IDEOGRAPH-4016",
    },
    Character {
        age: "3.0",
        codepoint: 0x4017,
        name: "CJK UNIFIED IDEOGRAPH-4017",
    },
    Character {
        age: "3.0",
        codepoint: 0x4018,
        name: "CJK UNIFIED IDEOGRAPH-4018",
    },
    Character {
        age: "3.0",
        codepoint: 0x4019,
        name: "CJK UNIFIED IDEOGRAPH-4019",
    },
    Character {
        age: "3.0",
        codepoint: 0x401A,
        name: "CJK UNIFIED IDEOGRAPH-401A",
    },
    Character {
        age: "3.0",
        codepoint: 0x401B,
        name: "CJK UNIFIED IDEOGRAPH-401B",
    },
    Character {
        age: "3.0",
        codepoint: 0x401C,
        name: "CJK UNIFIED IDEOGRAPH-401C",
    },
    Character {
        age: "3.0",
        codepoint: 0x401D,
        name: "CJK UNIFIED IDEOGRAPH-401D",
    },
    Character {
        age: "3.0",
        codepoint: 0x401E,
        name: "CJK UNIFIED IDEOGRAPH-401E",
    },
    Character {
        age: "3.0",
        codepoint: 0x401F,
        name: "CJK UNIFIED IDEOGRAPH-401F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4020,
        name: "CJK UNIFIED IDEOGRAPH-4020",
    },
    Character {
        age: "3.0",
        codepoint: 0x4021,
        name: "CJK UNIFIED IDEOGRAPH-4021",
    },
    Character {
        age: "3.0",
        codepoint: 0x4022,
        name: "CJK UNIFIED IDEOGRAPH-4022",
    },
    Character {
        age: "3.0",
        codepoint: 0x4023,
        name: "CJK UNIFIED IDEOGRAPH-4023",
    },
    Character {
        age: "3.0",
        codepoint: 0x4024,
        name: "CJK UNIFIED IDEOGRAPH-4024",
    },
    Character {
        age: "3.0",
        codepoint: 0x4025,
        name: "CJK UNIFIED IDEOGRAPH-4025",
    },
    Character {
        age: "3.0",
        codepoint: 0x4026,
        name: "CJK UNIFIED IDEOGRAPH-4026",
    },
    Character {
        age: "3.0",
        codepoint: 0x4027,
        name: "CJK UNIFIED IDEOGRAPH-4027",
    },
    Character {
        age: "3.0",
        codepoint: 0x4028,
        name: "CJK UNIFIED IDEOGRAPH-4028",
    },
    Character {
        age: "3.0",
        codepoint: 0x4029,
        name: "CJK UNIFIED IDEOGRAPH-4029",
    },
    Character {
        age: "3.0",
        codepoint: 0x402A,
        name: "CJK UNIFIED IDEOGRAPH-402A",
    },
    Character {
        age: "3.0",
        codepoint: 0x402B,
        name: "CJK UNIFIED IDEOGRAPH-402B",
    },
    Character {
        age: "3.0",
        codepoint: 0x402C,
        name: "CJK UNIFIED IDEOGRAPH-402C",
    },
    Character {
        age: "3.0",
        codepoint: 0x402D,
        name: "CJK UNIFIED IDEOGRAPH-402D",
    },
    Character {
        age: "3.0",
        codepoint: 0x402E,
        name: "CJK UNIFIED IDEOGRAPH-402E",
    },
    Character {
        age: "3.0",
        codepoint: 0x402F,
        name: "CJK UNIFIED IDEOGRAPH-402F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4030,
        name: "CJK UNIFIED IDEOGRAPH-4030",
    },
    Character {
        age: "3.0",
        codepoint: 0x4031,
        name: "CJK UNIFIED IDEOGRAPH-4031",
    },
    Character {
        age: "3.0",
        codepoint: 0x4032,
        name: "CJK UNIFIED IDEOGRAPH-4032",
    },
    Character {
        age: "3.0",
        codepoint: 0x4033,
        name: "CJK UNIFIED IDEOGRAPH-4033",
    },
    Character {
        age: "3.0",
        codepoint: 0x4034,
        name: "CJK UNIFIED IDEOGRAPH-4034",
    },
    Character {
        age: "3.0",
        codepoint: 0x4035,
        name: "CJK UNIFIED IDEOGRAPH-4035",
    },
    Character {
        age: "3.0",
        codepoint: 0x4036,
        name: "CJK UNIFIED IDEOGRAPH-4036",
    },
    Character {
        age: "3.0",
        codepoint: 0x4037,
        name: "CJK UNIFIED IDEOGRAPH-4037",
    },
    Character {
        age: "3.0",
        codepoint: 0x4038,
        name: "CJK UNIFIED IDEOGRAPH-4038",
    },
    Character {
        age: "3.0",
        codepoint: 0x4039,
        name: "CJK UNIFIED IDEOGRAPH-4039",
    },
    Character {
        age: "3.0",
        codepoint: 0x403A,
        name: "CJK UNIFIED IDEOGRAPH-403A",
    },
    Character {
        age: "3.0",
        codepoint: 0x403B,
        name: "CJK UNIFIED IDEOGRAPH-403B",
    },
    Character {
        age: "3.0",
        codepoint: 0x403C,
        name: "CJK UNIFIED IDEOGRAPH-403C",
    },
    Character {
        age: "3.0",
        codepoint: 0x403D,
        name: "CJK UNIFIED IDEOGRAPH-403D",
    },
    Character {
        age: "3.0",
        codepoint: 0x403E,
        name: "CJK UNIFIED IDEOGRAPH-403E",
    },
    Character {
        age: "3.0",
        codepoint: 0x403F,
        name: "CJK UNIFIED IDEOGRAPH-403F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4040,
        name: "CJK UNIFIED IDEOGRAPH-4040",
    },
    Character {
        age: "3.0",
        codepoint: 0x4041,
        name: "CJK UNIFIED IDEOGRAPH-4041",
    },
    Character {
        age: "3.0",
        codepoint: 0x4042,
        name: "CJK UNIFIED IDEOGRAPH-4042",
    },
    Character {
        age: "3.0",
        codepoint: 0x4043,
        name: "CJK UNIFIED IDEOGRAPH-4043",
    },
    Character {
        age: "3.0",
        codepoint: 0x4044,
        name: "CJK UNIFIED IDEOGRAPH-4044",
    },
    Character {
        age: "3.0",
        codepoint: 0x4045,
        name: "CJK UNIFIED IDEOGRAPH-4045",
    },
    Character {
        age: "3.0",
        codepoint: 0x4046,
        name: "CJK UNIFIED IDEOGRAPH-4046",
    },
    Character {
        age: "3.0",
        codepoint: 0x4047,
        name: "CJK UNIFIED IDEOGRAPH-4047",
    },
    Character {
        age: "3.0",
        codepoint: 0x4048,
        name: "CJK UNIFIED IDEOGRAPH-4048",
    },
    Character {
        age: "3.0",
        codepoint: 0x4049,
        name: "CJK UNIFIED IDEOGRAPH-4049",
    },
    Character {
        age: "3.0",
        codepoint: 0x404A,
        name: "CJK UNIFIED IDEOGRAPH-404A",
    },
    Character {
        age: "3.0",
        codepoint: 0x404B,
        name: "CJK UNIFIED IDEOGRAPH-404B",
    },
    Character {
        age: "3.0",
        codepoint: 0x404C,
        name: "CJK UNIFIED IDEOGRAPH-404C",
    },
    Character {
        age: "3.0",
        codepoint: 0x404D,
        name: "CJK UNIFIED IDEOGRAPH-404D",
    },
    Character {
        age: "3.0",
        codepoint: 0x404E,
        name: "CJK UNIFIED IDEOGRAPH-404E",
    },
    Character {
        age: "3.0",
        codepoint: 0x404F,
        name: "CJK UNIFIED IDEOGRAPH-404F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4050,
        name: "CJK UNIFIED IDEOGRAPH-4050",
    },
    Character {
        age: "3.0",
        codepoint: 0x4051,
        name: "CJK UNIFIED IDEOGRAPH-4051",
    },
    Character {
        age: "3.0",
        codepoint: 0x4052,
        name: "CJK UNIFIED IDEOGRAPH-4052",
    },
    Character {
        age: "3.0",
        codepoint: 0x4053,
        name: "CJK UNIFIED IDEOGRAPH-4053",
    },
    Character {
        age: "3.0",
        codepoint: 0x4054,
        name: "CJK UNIFIED IDEOGRAPH-4054",
    },
    Character {
        age: "3.0",
        codepoint: 0x4055,
        name: "CJK UNIFIED IDEOGRAPH-4055",
    },
    Character {
        age: "3.0",
        codepoint: 0x4056,
        name: "CJK UNIFIED IDEOGRAPH-4056",
    },
    Character {
        age: "3.0",
        codepoint: 0x4057,
        name: "CJK UNIFIED IDEOGRAPH-4057",
    },
    Character {
        age: "3.0",
        codepoint: 0x4058,
        name: "CJK UNIFIED IDEOGRAPH-4058",
    },
    Character {
        age: "3.0",
        codepoint: 0x4059,
        name: "CJK UNIFIED IDEOGRAPH-4059",
    },
    Character {
        age: "3.0",
        codepoint: 0x405A,
        name: "CJK UNIFIED IDEOGRAPH-405A",
    },
    Character {
        age: "3.0",
        codepoint: 0x405B,
        name: "CJK UNIFIED IDEOGRAPH-405B",
    },
    Character {
        age: "3.0",
        codepoint: 0x405C,
        name: "CJK UNIFIED IDEOGRAPH-405C",
    },
    Character {
        age: "3.0",
        codepoint: 0x405D,
        name: "CJK UNIFIED IDEOGRAPH-405D",
    },
    Character {
        age: "3.0",
        codepoint: 0x405E,
        name: "CJK UNIFIED IDEOGRAPH-405E",
    },
    Character {
        age: "3.0",
        codepoint: 0x405F,
        name: "CJK UNIFIED IDEOGRAPH-405F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4060,
        name: "CJK UNIFIED IDEOGRAPH-4060",
    },
    Character {
        age: "3.0",
        codepoint: 0x4061,
        name: "CJK UNIFIED IDEOGRAPH-4061",
    },
    Character {
        age: "3.0",
        codepoint: 0x4062,
        name: "CJK UNIFIED IDEOGRAPH-4062",
    },
    Character {
        age: "3.0",
        codepoint: 0x4063,
        name: "CJK UNIFIED IDEOGRAPH-4063",
    },
    Character {
        age: "3.0",
        codepoint: 0x4064,
        name: "CJK UNIFIED IDEOGRAPH-4064",
    },
    Character {
        age: "3.0",
        codepoint: 0x4065,
        name: "CJK UNIFIED IDEOGRAPH-4065",
    },
    Character {
        age: "3.0",
        codepoint: 0x4066,
        name: "CJK UNIFIED IDEOGRAPH-4066",
    },
    Character {
        age: "3.0",
        codepoint: 0x4067,
        name: "CJK UNIFIED IDEOGRAPH-4067",
    },
    Character {
        age: "3.0",
        codepoint: 0x4068,
        name: "CJK UNIFIED IDEOGRAPH-4068",
    },
    Character {
        age: "3.0",
        codepoint: 0x4069,
        name: "CJK UNIFIED IDEOGRAPH-4069",
    },
    Character {
        age: "3.0",
        codepoint: 0x406A,
        name: "CJK UNIFIED IDEOGRAPH-406A",
    },
    Character {
        age: "3.0",
        codepoint: 0x406B,
        name: "CJK UNIFIED IDEOGRAPH-406B",
    },
    Character {
        age: "3.0",
        codepoint: 0x406C,
        name: "CJK UNIFIED IDEOGRAPH-406C",
    },
    Character {
        age: "3.0",
        codepoint: 0x406D,
        name: "CJK UNIFIED IDEOGRAPH-406D",
    },
    Character {
        age: "3.0",
        codepoint: 0x406E,
        name: "CJK UNIFIED IDEOGRAPH-406E",
    },
    Character {
        age: "3.0",
        codepoint: 0x406F,
        name: "CJK UNIFIED IDEOGRAPH-406F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4070,
        name: "CJK UNIFIED IDEOGRAPH-4070",
    },
    Character {
        age: "3.0",
        codepoint: 0x4071,
        name: "CJK UNIFIED IDEOGRAPH-4071",
    },
    Character {
        age: "3.0",
        codepoint: 0x4072,
        name: "CJK UNIFIED IDEOGRAPH-4072",
    },
    Character {
        age: "3.0",
        codepoint: 0x4073,
        name: "CJK UNIFIED IDEOGRAPH-4073",
    },
    Character {
        age: "3.0",
        codepoint: 0x4074,
        name: "CJK UNIFIED IDEOGRAPH-4074",
    },
    Character {
        age: "3.0",
        codepoint: 0x4075,
        name: "CJK UNIFIED IDEOGRAPH-4075",
    },
    Character {
        age: "3.0",
        codepoint: 0x4076,
        name: "CJK UNIFIED IDEOGRAPH-4076",
    },
    Character {
        age: "3.0",
        codepoint: 0x4077,
        name: "CJK UNIFIED IDEOGRAPH-4077",
    },
    Character {
        age: "3.0",
        codepoint: 0x4078,
        name: "CJK UNIFIED IDEOGRAPH-4078",
    },
    Character {
        age: "3.0",
        codepoint: 0x4079,
        name: "CJK UNIFIED IDEOGRAPH-4079",
    },
    Character {
        age: "3.0",
        codepoint: 0x407A,
        name: "CJK UNIFIED IDEOGRAPH-407A",
    },
    Character {
        age: "3.0",
        codepoint: 0x407B,
        name: "CJK UNIFIED IDEOGRAPH-407B",
    },
    Character {
        age: "3.0",
        codepoint: 0x407C,
        name: "CJK UNIFIED IDEOGRAPH-407C",
    },
    Character {
        age: "3.0",
        codepoint: 0x407D,
        name: "CJK UNIFIED IDEOGRAPH-407D",
    },
    Character {
        age: "3.0",
        codepoint: 0x407E,
        name: "CJK UNIFIED IDEOGRAPH-407E",
    },
    Character {
        age: "3.0",
        codepoint: 0x407F,
        name: "CJK UNIFIED IDEOGRAPH-407F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4080,
        name: "CJK UNIFIED IDEOGRAPH-4080",
    },
    Character {
        age: "3.0",
        codepoint: 0x4081,
        name: "CJK UNIFIED IDEOGRAPH-4081",
    },
    Character {
        age: "3.0",
        codepoint: 0x4082,
        name: "CJK UNIFIED IDEOGRAPH-4082",
    },
    Character {
        age: "3.0",
        codepoint: 0x4083,
        name: "CJK UNIFIED IDEOGRAPH-4083",
    },
    Character {
        age: "3.0",
        codepoint: 0x4084,
        name: "CJK UNIFIED IDEOGRAPH-4084",
    },
    Character {
        age: "3.0",
        codepoint: 0x4085,
        name: "CJK UNIFIED IDEOGRAPH-4085",
    },
    Character {
        age: "3.0",
        codepoint: 0x4086,
        name: "CJK UNIFIED IDEOGRAPH-4086",
    },
    Character {
        age: "3.0",
        codepoint: 0x4087,
        name: "CJK UNIFIED IDEOGRAPH-4087",
    },
    Character {
        age: "3.0",
        codepoint: 0x4088,
        name: "CJK UNIFIED IDEOGRAPH-4088",
    },
    Character {
        age: "3.0",
        codepoint: 0x4089,
        name: "CJK UNIFIED IDEOGRAPH-4089",
    },
    Character {
        age: "3.0",
        codepoint: 0x408A,
        name: "CJK UNIFIED IDEOGRAPH-408A",
    },
    Character {
        age: "3.0",
        codepoint: 0x408B,
        name: "CJK UNIFIED IDEOGRAPH-408B",
    },
    Character {
        age: "3.0",
        codepoint: 0x408C,
        name: "CJK UNIFIED IDEOGRAPH-408C",
    },
    Character {
        age: "3.0",
        codepoint: 0x408D,
        name: "CJK UNIFIED IDEOGRAPH-408D",
    },
    Character {
        age: "3.0",
        codepoint: 0x408E,
        name: "CJK UNIFIED IDEOGRAPH-408E",
    },
    Character {
        age: "3.0",
        codepoint: 0x408F,
        name: "CJK UNIFIED IDEOGRAPH-408F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4090,
        name: "CJK UNIFIED IDEOGRAPH-4090",
    },
    Character {
        age: "3.0",
        codepoint: 0x4091,
        name: "CJK UNIFIED IDEOGRAPH-4091",
    },
    Character {
        age: "3.0",
        codepoint: 0x4092,
        name: "CJK UNIFIED IDEOGRAPH-4092",
    },
    Character {
        age: "3.0",
        codepoint: 0x4093,
        name: "CJK UNIFIED IDEOGRAPH-4093",
    },
    Character {
        age: "3.0",
        codepoint: 0x4094,
        name: "CJK UNIFIED IDEOGRAPH-4094",
    },
    Character {
        age: "3.0",
        codepoint: 0x4095,
        name: "CJK UNIFIED IDEOGRAPH-4095",
    },
    Character {
        age: "3.0",
        codepoint: 0x4096,
        name: "CJK UNIFIED IDEOGRAPH-4096",
    },
    Character {
        age: "3.0",
        codepoint: 0x4097,
        name: "CJK UNIFIED IDEOGRAPH-4097",
    },
    Character {
        age: "3.0",
        codepoint: 0x4098,
        name: "CJK UNIFIED IDEOGRAPH-4098",
    },
    Character {
        age: "3.0",
        codepoint: 0x4099,
        name: "CJK UNIFIED IDEOGRAPH-4099",
    },
    Character {
        age: "3.0",
        codepoint: 0x409A,
        name: "CJK UNIFIED IDEOGRAPH-409A",
    },
    Character {
        age: "3.0",
        codepoint: 0x409B,
        name: "CJK UNIFIED IDEOGRAPH-409B",
    },
    Character {
        age: "3.0",
        codepoint: 0x409C,
        name: "CJK UNIFIED IDEOGRAPH-409C",
    },
    Character {
        age: "3.0",
        codepoint: 0x409D,
        name: "CJK UNIFIED IDEOGRAPH-409D",
    },
    Character {
        age: "3.0",
        codepoint: 0x409E,
        name: "CJK UNIFIED IDEOGRAPH-409E",
    },
    Character {
        age: "3.0",
        codepoint: 0x409F,
        name: "CJK UNIFIED IDEOGRAPH-409F",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A0,
        name: "CJK UNIFIED IDEOGRAPH-40A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A1,
        name: "CJK UNIFIED IDEOGRAPH-40A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A2,
        name: "CJK UNIFIED IDEOGRAPH-40A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A3,
        name: "CJK UNIFIED IDEOGRAPH-40A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A4,
        name: "CJK UNIFIED IDEOGRAPH-40A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A5,
        name: "CJK UNIFIED IDEOGRAPH-40A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A6,
        name: "CJK UNIFIED IDEOGRAPH-40A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A7,
        name: "CJK UNIFIED IDEOGRAPH-40A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A8,
        name: "CJK UNIFIED IDEOGRAPH-40A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x40A9,
        name: "CJK UNIFIED IDEOGRAPH-40A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x40AA,
        name: "CJK UNIFIED IDEOGRAPH-40AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x40AB,
        name: "CJK UNIFIED IDEOGRAPH-40AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x40AC,
        name: "CJK UNIFIED IDEOGRAPH-40AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x40AD,
        name: "CJK UNIFIED IDEOGRAPH-40AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x40AE,
        name: "CJK UNIFIED IDEOGRAPH-40AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x40AF,
        name: "CJK UNIFIED IDEOGRAPH-40AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B0,
        name: "CJK UNIFIED IDEOGRAPH-40B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B1,
        name: "CJK UNIFIED IDEOGRAPH-40B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B2,
        name: "CJK UNIFIED IDEOGRAPH-40B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B3,
        name: "CJK UNIFIED IDEOGRAPH-40B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B4,
        name: "CJK UNIFIED IDEOGRAPH-40B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B5,
        name: "CJK UNIFIED IDEOGRAPH-40B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B6,
        name: "CJK UNIFIED IDEOGRAPH-40B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B7,
        name: "CJK UNIFIED IDEOGRAPH-40B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B8,
        name: "CJK UNIFIED IDEOGRAPH-40B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x40B9,
        name: "CJK UNIFIED IDEOGRAPH-40B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x40BA,
        name: "CJK UNIFIED IDEOGRAPH-40BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x40BB,
        name: "CJK UNIFIED IDEOGRAPH-40BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x40BC,
        name: "CJK UNIFIED IDEOGRAPH-40BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x40BD,
        name: "CJK UNIFIED IDEOGRAPH-40BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x40BE,
        name: "CJK UNIFIED IDEOGRAPH-40BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x40BF,
        name: "CJK UNIFIED IDEOGRAPH-40BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C0,
        name: "CJK UNIFIED IDEOGRAPH-40C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C1,
        name: "CJK UNIFIED IDEOGRAPH-40C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C2,
        name: "CJK UNIFIED IDEOGRAPH-40C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C3,
        name: "CJK UNIFIED IDEOGRAPH-40C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C4,
        name: "CJK UNIFIED IDEOGRAPH-40C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C5,
        name: "CJK UNIFIED IDEOGRAPH-40C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C6,
        name: "CJK UNIFIED IDEOGRAPH-40C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C7,
        name: "CJK UNIFIED IDEOGRAPH-40C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C8,
        name: "CJK UNIFIED IDEOGRAPH-40C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x40C9,
        name: "CJK UNIFIED IDEOGRAPH-40C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x40CA,
        name: "CJK UNIFIED IDEOGRAPH-40CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x40CB,
        name: "CJK UNIFIED IDEOGRAPH-40CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x40CC,
        name: "CJK UNIFIED IDEOGRAPH-40CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x40CD,
        name: "CJK UNIFIED IDEOGRAPH-40CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x40CE,
        name: "CJK UNIFIED IDEOGRAPH-40CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x40CF,
        name: "CJK UNIFIED IDEOGRAPH-40CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D0,
        name: "CJK UNIFIED IDEOGRAPH-40D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D1,
        name: "CJK UNIFIED IDEOGRAPH-40D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D2,
        name: "CJK UNIFIED IDEOGRAPH-40D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D3,
        name: "CJK UNIFIED IDEOGRAPH-40D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D4,
        name: "CJK UNIFIED IDEOGRAPH-40D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D5,
        name: "CJK UNIFIED IDEOGRAPH-40D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D6,
        name: "CJK UNIFIED IDEOGRAPH-40D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D7,
        name: "CJK UNIFIED IDEOGRAPH-40D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D8,
        name: "CJK UNIFIED IDEOGRAPH-40D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x40D9,
        name: "CJK UNIFIED IDEOGRAPH-40D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x40DA,
        name: "CJK UNIFIED IDEOGRAPH-40DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x40DB,
        name: "CJK UNIFIED IDEOGRAPH-40DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x40DC,
        name: "CJK UNIFIED IDEOGRAPH-40DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x40DD,
        name: "CJK UNIFIED IDEOGRAPH-40DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x40DE,
        name: "CJK UNIFIED IDEOGRAPH-40DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x40DF,
        name: "CJK UNIFIED IDEOGRAPH-40DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E0,
        name: "CJK UNIFIED IDEOGRAPH-40E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E1,
        name: "CJK UNIFIED IDEOGRAPH-40E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E2,
        name: "CJK UNIFIED IDEOGRAPH-40E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E3,
        name: "CJK UNIFIED IDEOGRAPH-40E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E4,
        name: "CJK UNIFIED IDEOGRAPH-40E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E5,
        name: "CJK UNIFIED IDEOGRAPH-40E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E6,
        name: "CJK UNIFIED IDEOGRAPH-40E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E7,
        name: "CJK UNIFIED IDEOGRAPH-40E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E8,
        name: "CJK UNIFIED IDEOGRAPH-40E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x40E9,
        name: "CJK UNIFIED IDEOGRAPH-40E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x40EA,
        name: "CJK UNIFIED IDEOGRAPH-40EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x40EB,
        name: "CJK UNIFIED IDEOGRAPH-40EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x40EC,
        name: "CJK UNIFIED IDEOGRAPH-40EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x40ED,
        name: "CJK UNIFIED IDEOGRAPH-40ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x40EE,
        name: "CJK UNIFIED IDEOGRAPH-40EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x40EF,
        name: "CJK UNIFIED IDEOGRAPH-40EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F0,
        name: "CJK UNIFIED IDEOGRAPH-40F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F1,
        name: "CJK UNIFIED IDEOGRAPH-40F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F2,
        name: "CJK UNIFIED IDEOGRAPH-40F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F3,
        name: "CJK UNIFIED IDEOGRAPH-40F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F4,
        name: "CJK UNIFIED IDEOGRAPH-40F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F5,
        name: "CJK UNIFIED IDEOGRAPH-40F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F6,
        name: "CJK UNIFIED IDEOGRAPH-40F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F7,
        name: "CJK UNIFIED IDEOGRAPH-40F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F8,
        name: "CJK UNIFIED IDEOGRAPH-40F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x40F9,
        name: "CJK UNIFIED IDEOGRAPH-40F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x40FA,
        name: "CJK UNIFIED IDEOGRAPH-40FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x40FB,
        name: "CJK UNIFIED IDEOGRAPH-40FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x40FC,
        name: "CJK UNIFIED IDEOGRAPH-40FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x40FD,
        name: "CJK UNIFIED IDEOGRAPH-40FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x40FE,
        name: "CJK UNIFIED IDEOGRAPH-40FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x40FF,
        name: "CJK UNIFIED IDEOGRAPH-40FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4100,
        name: "CJK UNIFIED IDEOGRAPH-4100",
    },
    Character {
        age: "3.0",
        codepoint: 0x4101,
        name: "CJK UNIFIED IDEOGRAPH-4101",
    },
    Character {
        age: "3.0",
        codepoint: 0x4102,
        name: "CJK UNIFIED IDEOGRAPH-4102",
    },
    Character {
        age: "3.0",
        codepoint: 0x4103,
        name: "CJK UNIFIED IDEOGRAPH-4103",
    },
    Character {
        age: "3.0",
        codepoint: 0x4104,
        name: "CJK UNIFIED IDEOGRAPH-4104",
    },
    Character {
        age: "3.0",
        codepoint: 0x4105,
        name: "CJK UNIFIED IDEOGRAPH-4105",
    },
    Character {
        age: "3.0",
        codepoint: 0x4106,
        name: "CJK UNIFIED IDEOGRAPH-4106",
    },
    Character {
        age: "3.0",
        codepoint: 0x4107,
        name: "CJK UNIFIED IDEOGRAPH-4107",
    },
    Character {
        age: "3.0",
        codepoint: 0x4108,
        name: "CJK UNIFIED IDEOGRAPH-4108",
    },
    Character {
        age: "3.0",
        codepoint: 0x4109,
        name: "CJK UNIFIED IDEOGRAPH-4109",
    },
    Character {
        age: "3.0",
        codepoint: 0x410A,
        name: "CJK UNIFIED IDEOGRAPH-410A",
    },
    Character {
        age: "3.0",
        codepoint: 0x410B,
        name: "CJK UNIFIED IDEOGRAPH-410B",
    },
    Character {
        age: "3.0",
        codepoint: 0x410C,
        name: "CJK UNIFIED IDEOGRAPH-410C",
    },
    Character {
        age: "3.0",
        codepoint: 0x410D,
        name: "CJK UNIFIED IDEOGRAPH-410D",
    },
    Character {
        age: "3.0",
        codepoint: 0x410E,
        name: "CJK UNIFIED IDEOGRAPH-410E",
    },
    Character {
        age: "3.0",
        codepoint: 0x410F,
        name: "CJK UNIFIED IDEOGRAPH-410F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4110,
        name: "CJK UNIFIED IDEOGRAPH-4110",
    },
    Character {
        age: "3.0",
        codepoint: 0x4111,
        name: "CJK UNIFIED IDEOGRAPH-4111",
    },
    Character {
        age: "3.0",
        codepoint: 0x4112,
        name: "CJK UNIFIED IDEOGRAPH-4112",
    },
    Character {
        age: "3.0",
        codepoint: 0x4113,
        name: "CJK UNIFIED IDEOGRAPH-4113",
    },
    Character {
        age: "3.0",
        codepoint: 0x4114,
        name: "CJK UNIFIED IDEOGRAPH-4114",
    },
    Character {
        age: "3.0",
        codepoint: 0x4115,
        name: "CJK UNIFIED IDEOGRAPH-4115",
    },
    Character {
        age: "3.0",
        codepoint: 0x4116,
        name: "CJK UNIFIED IDEOGRAPH-4116",
    },
    Character {
        age: "3.0",
        codepoint: 0x4117,
        name: "CJK UNIFIED IDEOGRAPH-4117",
    },
    Character {
        age: "3.0",
        codepoint: 0x4118,
        name: "CJK UNIFIED IDEOGRAPH-4118",
    },
    Character {
        age: "3.0",
        codepoint: 0x4119,
        name: "CJK UNIFIED IDEOGRAPH-4119",
    },
    Character {
        age: "3.0",
        codepoint: 0x411A,
        name: "CJK UNIFIED IDEOGRAPH-411A",
    },
    Character {
        age: "3.0",
        codepoint: 0x411B,
        name: "CJK UNIFIED IDEOGRAPH-411B",
    },
    Character {
        age: "3.0",
        codepoint: 0x411C,
        name: "CJK UNIFIED IDEOGRAPH-411C",
    },
    Character {
        age: "3.0",
        codepoint: 0x411D,
        name: "CJK UNIFIED IDEOGRAPH-411D",
    },
    Character {
        age: "3.0",
        codepoint: 0x411E,
        name: "CJK UNIFIED IDEOGRAPH-411E",
    },
    Character {
        age: "3.0",
        codepoint: 0x411F,
        name: "CJK UNIFIED IDEOGRAPH-411F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4120,
        name: "CJK UNIFIED IDEOGRAPH-4120",
    },
    Character {
        age: "3.0",
        codepoint: 0x4121,
        name: "CJK UNIFIED IDEOGRAPH-4121",
    },
    Character {
        age: "3.0",
        codepoint: 0x4122,
        name: "CJK UNIFIED IDEOGRAPH-4122",
    },
    Character {
        age: "3.0",
        codepoint: 0x4123,
        name: "CJK UNIFIED IDEOGRAPH-4123",
    },
    Character {
        age: "3.0",
        codepoint: 0x4124,
        name: "CJK UNIFIED IDEOGRAPH-4124",
    },
    Character {
        age: "3.0",
        codepoint: 0x4125,
        name: "CJK UNIFIED IDEOGRAPH-4125",
    },
    Character {
        age: "3.0",
        codepoint: 0x4126,
        name: "CJK UNIFIED IDEOGRAPH-4126",
    },
    Character {
        age: "3.0",
        codepoint: 0x4127,
        name: "CJK UNIFIED IDEOGRAPH-4127",
    },
    Character {
        age: "3.0",
        codepoint: 0x4128,
        name: "CJK UNIFIED IDEOGRAPH-4128",
    },
    Character {
        age: "3.0",
        codepoint: 0x4129,
        name: "CJK UNIFIED IDEOGRAPH-4129",
    },
    Character {
        age: "3.0",
        codepoint: 0x412A,
        name: "CJK UNIFIED IDEOGRAPH-412A",
    },
    Character {
        age: "3.0",
        codepoint: 0x412B,
        name: "CJK UNIFIED IDEOGRAPH-412B",
    },
    Character {
        age: "3.0",
        codepoint: 0x412C,
        name: "CJK UNIFIED IDEOGRAPH-412C",
    },
    Character {
        age: "3.0",
        codepoint: 0x412D,
        name: "CJK UNIFIED IDEOGRAPH-412D",
    },
    Character {
        age: "3.0",
        codepoint: 0x412E,
        name: "CJK UNIFIED IDEOGRAPH-412E",
    },
    Character {
        age: "3.0",
        codepoint: 0x412F,
        name: "CJK UNIFIED IDEOGRAPH-412F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4130,
        name: "CJK UNIFIED IDEOGRAPH-4130",
    },
    Character {
        age: "3.0",
        codepoint: 0x4131,
        name: "CJK UNIFIED IDEOGRAPH-4131",
    },
    Character {
        age: "3.0",
        codepoint: 0x4132,
        name: "CJK UNIFIED IDEOGRAPH-4132",
    },
    Character {
        age: "3.0",
        codepoint: 0x4133,
        name: "CJK UNIFIED IDEOGRAPH-4133",
    },
    Character {
        age: "3.0",
        codepoint: 0x4134,
        name: "CJK UNIFIED IDEOGRAPH-4134",
    },
    Character {
        age: "3.0",
        codepoint: 0x4135,
        name: "CJK UNIFIED IDEOGRAPH-4135",
    },
    Character {
        age: "3.0",
        codepoint: 0x4136,
        name: "CJK UNIFIED IDEOGRAPH-4136",
    },
    Character {
        age: "3.0",
        codepoint: 0x4137,
        name: "CJK UNIFIED IDEOGRAPH-4137",
    },
    Character {
        age: "3.0",
        codepoint: 0x4138,
        name: "CJK UNIFIED IDEOGRAPH-4138",
    },
    Character {
        age: "3.0",
        codepoint: 0x4139,
        name: "CJK UNIFIED IDEOGRAPH-4139",
    },
    Character {
        age: "3.0",
        codepoint: 0x413A,
        name: "CJK UNIFIED IDEOGRAPH-413A",
    },
    Character {
        age: "3.0",
        codepoint: 0x413B,
        name: "CJK UNIFIED IDEOGRAPH-413B",
    },
    Character {
        age: "3.0",
        codepoint: 0x413C,
        name: "CJK UNIFIED IDEOGRAPH-413C",
    },
    Character {
        age: "3.0",
        codepoint: 0x413D,
        name: "CJK UNIFIED IDEOGRAPH-413D",
    },
    Character {
        age: "3.0",
        codepoint: 0x413E,
        name: "CJK UNIFIED IDEOGRAPH-413E",
    },
    Character {
        age: "3.0",
        codepoint: 0x413F,
        name: "CJK UNIFIED IDEOGRAPH-413F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4140,
        name: "CJK UNIFIED IDEOGRAPH-4140",
    },
    Character {
        age: "3.0",
        codepoint: 0x4141,
        name: "CJK UNIFIED IDEOGRAPH-4141",
    },
    Character {
        age: "3.0",
        codepoint: 0x4142,
        name: "CJK UNIFIED IDEOGRAPH-4142",
    },
    Character {
        age: "3.0",
        codepoint: 0x4143,
        name: "CJK UNIFIED IDEOGRAPH-4143",
    },
    Character {
        age: "3.0",
        codepoint: 0x4144,
        name: "CJK UNIFIED IDEOGRAPH-4144",
    },
    Character {
        age: "3.0",
        codepoint: 0x4145,
        name: "CJK UNIFIED IDEOGRAPH-4145",
    },
    Character {
        age: "3.0",
        codepoint: 0x4146,
        name: "CJK UNIFIED IDEOGRAPH-4146",
    },
    Character {
        age: "3.0",
        codepoint: 0x4147,
        name: "CJK UNIFIED IDEOGRAPH-4147",
    },
    Character {
        age: "3.0",
        codepoint: 0x4148,
        name: "CJK UNIFIED IDEOGRAPH-4148",
    },
    Character {
        age: "3.0",
        codepoint: 0x4149,
        name: "CJK UNIFIED IDEOGRAPH-4149",
    },
    Character {
        age: "3.0",
        codepoint: 0x414A,
        name: "CJK UNIFIED IDEOGRAPH-414A",
    },
    Character {
        age: "3.0",
        codepoint: 0x414B,
        name: "CJK UNIFIED IDEOGRAPH-414B",
    },
    Character {
        age: "3.0",
        codepoint: 0x414C,
        name: "CJK UNIFIED IDEOGRAPH-414C",
    },
    Character {
        age: "3.0",
        codepoint: 0x414D,
        name: "CJK UNIFIED IDEOGRAPH-414D",
    },
    Character {
        age: "3.0",
        codepoint: 0x414E,
        name: "CJK UNIFIED IDEOGRAPH-414E",
    },
    Character {
        age: "3.0",
        codepoint: 0x414F,
        name: "CJK UNIFIED IDEOGRAPH-414F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4150,
        name: "CJK UNIFIED IDEOGRAPH-4150",
    },
    Character {
        age: "3.0",
        codepoint: 0x4151,
        name: "CJK UNIFIED IDEOGRAPH-4151",
    },
    Character {
        age: "3.0",
        codepoint: 0x4152,
        name: "CJK UNIFIED IDEOGRAPH-4152",
    },
    Character {
        age: "3.0",
        codepoint: 0x4153,
        name: "CJK UNIFIED IDEOGRAPH-4153",
    },
    Character {
        age: "3.0",
        codepoint: 0x4154,
        name: "CJK UNIFIED IDEOGRAPH-4154",
    },
    Character {
        age: "3.0",
        codepoint: 0x4155,
        name: "CJK UNIFIED IDEOGRAPH-4155",
    },
    Character {
        age: "3.0",
        codepoint: 0x4156,
        name: "CJK UNIFIED IDEOGRAPH-4156",
    },
    Character {
        age: "3.0",
        codepoint: 0x4157,
        name: "CJK UNIFIED IDEOGRAPH-4157",
    },
    Character {
        age: "3.0",
        codepoint: 0x4158,
        name: "CJK UNIFIED IDEOGRAPH-4158",
    },
    Character {
        age: "3.0",
        codepoint: 0x4159,
        name: "CJK UNIFIED IDEOGRAPH-4159",
    },
    Character {
        age: "3.0",
        codepoint: 0x415A,
        name: "CJK UNIFIED IDEOGRAPH-415A",
    },
    Character {
        age: "3.0",
        codepoint: 0x415B,
        name: "CJK UNIFIED IDEOGRAPH-415B",
    },
    Character {
        age: "3.0",
        codepoint: 0x415C,
        name: "CJK UNIFIED IDEOGRAPH-415C",
    },
    Character {
        age: "3.0",
        codepoint: 0x415D,
        name: "CJK UNIFIED IDEOGRAPH-415D",
    },
    Character {
        age: "3.0",
        codepoint: 0x415E,
        name: "CJK UNIFIED IDEOGRAPH-415E",
    },
    Character {
        age: "3.0",
        codepoint: 0x415F,
        name: "CJK UNIFIED IDEOGRAPH-415F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4160,
        name: "CJK UNIFIED IDEOGRAPH-4160",
    },
    Character {
        age: "3.0",
        codepoint: 0x4161,
        name: "CJK UNIFIED IDEOGRAPH-4161",
    },
    Character {
        age: "3.0",
        codepoint: 0x4162,
        name: "CJK UNIFIED IDEOGRAPH-4162",
    },
    Character {
        age: "3.0",
        codepoint: 0x4163,
        name: "CJK UNIFIED IDEOGRAPH-4163",
    },
    Character {
        age: "3.0",
        codepoint: 0x4164,
        name: "CJK UNIFIED IDEOGRAPH-4164",
    },
    Character {
        age: "3.0",
        codepoint: 0x4165,
        name: "CJK UNIFIED IDEOGRAPH-4165",
    },
    Character {
        age: "3.0",
        codepoint: 0x4166,
        name: "CJK UNIFIED IDEOGRAPH-4166",
    },
    Character {
        age: "3.0",
        codepoint: 0x4167,
        name: "CJK UNIFIED IDEOGRAPH-4167",
    },
    Character {
        age: "3.0",
        codepoint: 0x4168,
        name: "CJK UNIFIED IDEOGRAPH-4168",
    },
    Character {
        age: "3.0",
        codepoint: 0x4169,
        name: "CJK UNIFIED IDEOGRAPH-4169",
    },
    Character {
        age: "3.0",
        codepoint: 0x416A,
        name: "CJK UNIFIED IDEOGRAPH-416A",
    },
    Character {
        age: "3.0",
        codepoint: 0x416B,
        name: "CJK UNIFIED IDEOGRAPH-416B",
    },
    Character {
        age: "3.0",
        codepoint: 0x416C,
        name: "CJK UNIFIED IDEOGRAPH-416C",
    },
    Character {
        age: "3.0",
        codepoint: 0x416D,
        name: "CJK UNIFIED IDEOGRAPH-416D",
    },
    Character {
        age: "3.0",
        codepoint: 0x416E,
        name: "CJK UNIFIED IDEOGRAPH-416E",
    },
    Character {
        age: "3.0",
        codepoint: 0x416F,
        name: "CJK UNIFIED IDEOGRAPH-416F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4170,
        name: "CJK UNIFIED IDEOGRAPH-4170",
    },
    Character {
        age: "3.0",
        codepoint: 0x4171,
        name: "CJK UNIFIED IDEOGRAPH-4171",
    },
    Character {
        age: "3.0",
        codepoint: 0x4172,
        name: "CJK UNIFIED IDEOGRAPH-4172",
    },
    Character {
        age: "3.0",
        codepoint: 0x4173,
        name: "CJK UNIFIED IDEOGRAPH-4173",
    },
    Character {
        age: "3.0",
        codepoint: 0x4174,
        name: "CJK UNIFIED IDEOGRAPH-4174",
    },
    Character {
        age: "3.0",
        codepoint: 0x4175,
        name: "CJK UNIFIED IDEOGRAPH-4175",
    },
    Character {
        age: "3.0",
        codepoint: 0x4176,
        name: "CJK UNIFIED IDEOGRAPH-4176",
    },
    Character {
        age: "3.0",
        codepoint: 0x4177,
        name: "CJK UNIFIED IDEOGRAPH-4177",
    },
    Character {
        age: "3.0",
        codepoint: 0x4178,
        name: "CJK UNIFIED IDEOGRAPH-4178",
    },
    Character {
        age: "3.0",
        codepoint: 0x4179,
        name: "CJK UNIFIED IDEOGRAPH-4179",
    },
    Character {
        age: "3.0",
        codepoint: 0x417A,
        name: "CJK UNIFIED IDEOGRAPH-417A",
    },
    Character {
        age: "3.0",
        codepoint: 0x417B,
        name: "CJK UNIFIED IDEOGRAPH-417B",
    },
    Character {
        age: "3.0",
        codepoint: 0x417C,
        name: "CJK UNIFIED IDEOGRAPH-417C",
    },
    Character {
        age: "3.0",
        codepoint: 0x417D,
        name: "CJK UNIFIED IDEOGRAPH-417D",
    },
    Character {
        age: "3.0",
        codepoint: 0x417E,
        name: "CJK UNIFIED IDEOGRAPH-417E",
    },
    Character {
        age: "3.0",
        codepoint: 0x417F,
        name: "CJK UNIFIED IDEOGRAPH-417F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4180,
        name: "CJK UNIFIED IDEOGRAPH-4180",
    },
    Character {
        age: "3.0",
        codepoint: 0x4181,
        name: "CJK UNIFIED IDEOGRAPH-4181",
    },
    Character {
        age: "3.0",
        codepoint: 0x4182,
        name: "CJK UNIFIED IDEOGRAPH-4182",
    },
    Character {
        age: "3.0",
        codepoint: 0x4183,
        name: "CJK UNIFIED IDEOGRAPH-4183",
    },
    Character {
        age: "3.0",
        codepoint: 0x4184,
        name: "CJK UNIFIED IDEOGRAPH-4184",
    },
    Character {
        age: "3.0",
        codepoint: 0x4185,
        name: "CJK UNIFIED IDEOGRAPH-4185",
    },
    Character {
        age: "3.0",
        codepoint: 0x4186,
        name: "CJK UNIFIED IDEOGRAPH-4186",
    },
    Character {
        age: "3.0",
        codepoint: 0x4187,
        name: "CJK UNIFIED IDEOGRAPH-4187",
    },
    Character {
        age: "3.0",
        codepoint: 0x4188,
        name: "CJK UNIFIED IDEOGRAPH-4188",
    },
    Character {
        age: "3.0",
        codepoint: 0x4189,
        name: "CJK UNIFIED IDEOGRAPH-4189",
    },
    Character {
        age: "3.0",
        codepoint: 0x418A,
        name: "CJK UNIFIED IDEOGRAPH-418A",
    },
    Character {
        age: "3.0",
        codepoint: 0x418B,
        name: "CJK UNIFIED IDEOGRAPH-418B",
    },
    Character {
        age: "3.0",
        codepoint: 0x418C,
        name: "CJK UNIFIED IDEOGRAPH-418C",
    },
    Character {
        age: "3.0",
        codepoint: 0x418D,
        name: "CJK UNIFIED IDEOGRAPH-418D",
    },
    Character {
        age: "3.0",
        codepoint: 0x418E,
        name: "CJK UNIFIED IDEOGRAPH-418E",
    },
    Character {
        age: "3.0",
        codepoint: 0x418F,
        name: "CJK UNIFIED IDEOGRAPH-418F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4190,
        name: "CJK UNIFIED IDEOGRAPH-4190",
    },
    Character {
        age: "3.0",
        codepoint: 0x4191,
        name: "CJK UNIFIED IDEOGRAPH-4191",
    },
    Character {
        age: "3.0",
        codepoint: 0x4192,
        name: "CJK UNIFIED IDEOGRAPH-4192",
    },
    Character {
        age: "3.0",
        codepoint: 0x4193,
        name: "CJK UNIFIED IDEOGRAPH-4193",
    },
    Character {
        age: "3.0",
        codepoint: 0x4194,
        name: "CJK UNIFIED IDEOGRAPH-4194",
    },
    Character {
        age: "3.0",
        codepoint: 0x4195,
        name: "CJK UNIFIED IDEOGRAPH-4195",
    },
    Character {
        age: "3.0",
        codepoint: 0x4196,
        name: "CJK UNIFIED IDEOGRAPH-4196",
    },
    Character {
        age: "3.0",
        codepoint: 0x4197,
        name: "CJK UNIFIED IDEOGRAPH-4197",
    },
    Character {
        age: "3.0",
        codepoint: 0x4198,
        name: "CJK UNIFIED IDEOGRAPH-4198",
    },
    Character {
        age: "3.0",
        codepoint: 0x4199,
        name: "CJK UNIFIED IDEOGRAPH-4199",
    },
    Character {
        age: "3.0",
        codepoint: 0x419A,
        name: "CJK UNIFIED IDEOGRAPH-419A",
    },
    Character {
        age: "3.0",
        codepoint: 0x419B,
        name: "CJK UNIFIED IDEOGRAPH-419B",
    },
    Character {
        age: "3.0",
        codepoint: 0x419C,
        name: "CJK UNIFIED IDEOGRAPH-419C",
    },
    Character {
        age: "3.0",
        codepoint: 0x419D,
        name: "CJK UNIFIED IDEOGRAPH-419D",
    },
    Character {
        age: "3.0",
        codepoint: 0x419E,
        name: "CJK UNIFIED IDEOGRAPH-419E",
    },
    Character {
        age: "3.0",
        codepoint: 0x419F,
        name: "CJK UNIFIED IDEOGRAPH-419F",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A0,
        name: "CJK UNIFIED IDEOGRAPH-41A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A1,
        name: "CJK UNIFIED IDEOGRAPH-41A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A2,
        name: "CJK UNIFIED IDEOGRAPH-41A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A3,
        name: "CJK UNIFIED IDEOGRAPH-41A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A4,
        name: "CJK UNIFIED IDEOGRAPH-41A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A5,
        name: "CJK UNIFIED IDEOGRAPH-41A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A6,
        name: "CJK UNIFIED IDEOGRAPH-41A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A7,
        name: "CJK UNIFIED IDEOGRAPH-41A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A8,
        name: "CJK UNIFIED IDEOGRAPH-41A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x41A9,
        name: "CJK UNIFIED IDEOGRAPH-41A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x41AA,
        name: "CJK UNIFIED IDEOGRAPH-41AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x41AB,
        name: "CJK UNIFIED IDEOGRAPH-41AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x41AC,
        name: "CJK UNIFIED IDEOGRAPH-41AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x41AD,
        name: "CJK UNIFIED IDEOGRAPH-41AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x41AE,
        name: "CJK UNIFIED IDEOGRAPH-41AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x41AF,
        name: "CJK UNIFIED IDEOGRAPH-41AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B0,
        name: "CJK UNIFIED IDEOGRAPH-41B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B1,
        name: "CJK UNIFIED IDEOGRAPH-41B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B2,
        name: "CJK UNIFIED IDEOGRAPH-41B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B3,
        name: "CJK UNIFIED IDEOGRAPH-41B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B4,
        name: "CJK UNIFIED IDEOGRAPH-41B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B5,
        name: "CJK UNIFIED IDEOGRAPH-41B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B6,
        name: "CJK UNIFIED IDEOGRAPH-41B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B7,
        name: "CJK UNIFIED IDEOGRAPH-41B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B8,
        name: "CJK UNIFIED IDEOGRAPH-41B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x41B9,
        name: "CJK UNIFIED IDEOGRAPH-41B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x41BA,
        name: "CJK UNIFIED IDEOGRAPH-41BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x41BB,
        name: "CJK UNIFIED IDEOGRAPH-41BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x41BC,
        name: "CJK UNIFIED IDEOGRAPH-41BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x41BD,
        name: "CJK UNIFIED IDEOGRAPH-41BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x41BE,
        name: "CJK UNIFIED IDEOGRAPH-41BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x41BF,
        name: "CJK UNIFIED IDEOGRAPH-41BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C0,
        name: "CJK UNIFIED IDEOGRAPH-41C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C1,
        name: "CJK UNIFIED IDEOGRAPH-41C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C2,
        name: "CJK UNIFIED IDEOGRAPH-41C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C3,
        name: "CJK UNIFIED IDEOGRAPH-41C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C4,
        name: "CJK UNIFIED IDEOGRAPH-41C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C5,
        name: "CJK UNIFIED IDEOGRAPH-41C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C6,
        name: "CJK UNIFIED IDEOGRAPH-41C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C7,
        name: "CJK UNIFIED IDEOGRAPH-41C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C8,
        name: "CJK UNIFIED IDEOGRAPH-41C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x41C9,
        name: "CJK UNIFIED IDEOGRAPH-41C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x41CA,
        name: "CJK UNIFIED IDEOGRAPH-41CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x41CB,
        name: "CJK UNIFIED IDEOGRAPH-41CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x41CC,
        name: "CJK UNIFIED IDEOGRAPH-41CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x41CD,
        name: "CJK UNIFIED IDEOGRAPH-41CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x41CE,
        name: "CJK UNIFIED IDEOGRAPH-41CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x41CF,
        name: "CJK UNIFIED IDEOGRAPH-41CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D0,
        name: "CJK UNIFIED IDEOGRAPH-41D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D1,
        name: "CJK UNIFIED IDEOGRAPH-41D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D2,
        name: "CJK UNIFIED IDEOGRAPH-41D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D3,
        name: "CJK UNIFIED IDEOGRAPH-41D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D4,
        name: "CJK UNIFIED IDEOGRAPH-41D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D5,
        name: "CJK UNIFIED IDEOGRAPH-41D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D6,
        name: "CJK UNIFIED IDEOGRAPH-41D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D7,
        name: "CJK UNIFIED IDEOGRAPH-41D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D8,
        name: "CJK UNIFIED IDEOGRAPH-41D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x41D9,
        name: "CJK UNIFIED IDEOGRAPH-41D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x41DA,
        name: "CJK UNIFIED IDEOGRAPH-41DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x41DB,
        name: "CJK UNIFIED IDEOGRAPH-41DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x41DC,
        name: "CJK UNIFIED IDEOGRAPH-41DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x41DD,
        name: "CJK UNIFIED IDEOGRAPH-41DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x41DE,
        name: "CJK UNIFIED IDEOGRAPH-41DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x41DF,
        name: "CJK UNIFIED IDEOGRAPH-41DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E0,
        name: "CJK UNIFIED IDEOGRAPH-41E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E1,
        name: "CJK UNIFIED IDEOGRAPH-41E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E2,
        name: "CJK UNIFIED IDEOGRAPH-41E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E3,
        name: "CJK UNIFIED IDEOGRAPH-41E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E4,
        name: "CJK UNIFIED IDEOGRAPH-41E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E5,
        name: "CJK UNIFIED IDEOGRAPH-41E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E6,
        name: "CJK UNIFIED IDEOGRAPH-41E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E7,
        name: "CJK UNIFIED IDEOGRAPH-41E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E8,
        name: "CJK UNIFIED IDEOGRAPH-41E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x41E9,
        name: "CJK UNIFIED IDEOGRAPH-41E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x41EA,
        name: "CJK UNIFIED IDEOGRAPH-41EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x41EB,
        name: "CJK UNIFIED IDEOGRAPH-41EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x41EC,
        name: "CJK UNIFIED IDEOGRAPH-41EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x41ED,
        name: "CJK UNIFIED IDEOGRAPH-41ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x41EE,
        name: "CJK UNIFIED IDEOGRAPH-41EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x41EF,
        name: "CJK UNIFIED IDEOGRAPH-41EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F0,
        name: "CJK UNIFIED IDEOGRAPH-41F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F1,
        name: "CJK UNIFIED IDEOGRAPH-41F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F2,
        name: "CJK UNIFIED IDEOGRAPH-41F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F3,
        name: "CJK UNIFIED IDEOGRAPH-41F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F4,
        name: "CJK UNIFIED IDEOGRAPH-41F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F5,
        name: "CJK UNIFIED IDEOGRAPH-41F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F6,
        name: "CJK UNIFIED IDEOGRAPH-41F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F7,
        name: "CJK UNIFIED IDEOGRAPH-41F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F8,
        name: "CJK UNIFIED IDEOGRAPH-41F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x41F9,
        name: "CJK UNIFIED IDEOGRAPH-41F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x41FA,
        name: "CJK UNIFIED IDEOGRAPH-41FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x41FB,
        name: "CJK UNIFIED IDEOGRAPH-41FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x41FC,
        name: "CJK UNIFIED IDEOGRAPH-41FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x41FD,
        name: "CJK UNIFIED IDEOGRAPH-41FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x41FE,
        name: "CJK UNIFIED IDEOGRAPH-41FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x41FF,
        name: "CJK UNIFIED IDEOGRAPH-41FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4200,
        name: "CJK UNIFIED IDEOGRAPH-4200",
    },
    Character {
        age: "3.0",
        codepoint: 0x4201,
        name: "CJK UNIFIED IDEOGRAPH-4201",
    },
    Character {
        age: "3.0",
        codepoint: 0x4202,
        name: "CJK UNIFIED IDEOGRAPH-4202",
    },
    Character {
        age: "3.0",
        codepoint: 0x4203,
        name: "CJK UNIFIED IDEOGRAPH-4203",
    },
    Character {
        age: "3.0",
        codepoint: 0x4204,
        name: "CJK UNIFIED IDEOGRAPH-4204",
    },
    Character {
        age: "3.0",
        codepoint: 0x4205,
        name: "CJK UNIFIED IDEOGRAPH-4205",
    },
    Character {
        age: "3.0",
        codepoint: 0x4206,
        name: "CJK UNIFIED IDEOGRAPH-4206",
    },
    Character {
        age: "3.0",
        codepoint: 0x4207,
        name: "CJK UNIFIED IDEOGRAPH-4207",
    },
    Character {
        age: "3.0",
        codepoint: 0x4208,
        name: "CJK UNIFIED IDEOGRAPH-4208",
    },
    Character {
        age: "3.0",
        codepoint: 0x4209,
        name: "CJK UNIFIED IDEOGRAPH-4209",
    },
    Character {
        age: "3.0",
        codepoint: 0x420A,
        name: "CJK UNIFIED IDEOGRAPH-420A",
    },
    Character {
        age: "3.0",
        codepoint: 0x420B,
        name: "CJK UNIFIED IDEOGRAPH-420B",
    },
    Character {
        age: "3.0",
        codepoint: 0x420C,
        name: "CJK UNIFIED IDEOGRAPH-420C",
    },
    Character {
        age: "3.0",
        codepoint: 0x420D,
        name: "CJK UNIFIED IDEOGRAPH-420D",
    },
    Character {
        age: "3.0",
        codepoint: 0x420E,
        name: "CJK UNIFIED IDEOGRAPH-420E",
    },
    Character {
        age: "3.0",
        codepoint: 0x420F,
        name: "CJK UNIFIED IDEOGRAPH-420F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4210,
        name: "CJK UNIFIED IDEOGRAPH-4210",
    },
    Character {
        age: "3.0",
        codepoint: 0x4211,
        name: "CJK UNIFIED IDEOGRAPH-4211",
    },
    Character {
        age: "3.0",
        codepoint: 0x4212,
        name: "CJK UNIFIED IDEOGRAPH-4212",
    },
    Character {
        age: "3.0",
        codepoint: 0x4213,
        name: "CJK UNIFIED IDEOGRAPH-4213",
    },
    Character {
        age: "3.0",
        codepoint: 0x4214,
        name: "CJK UNIFIED IDEOGRAPH-4214",
    },
    Character {
        age: "3.0",
        codepoint: 0x4215,
        name: "CJK UNIFIED IDEOGRAPH-4215",
    },
    Character {
        age: "3.0",
        codepoint: 0x4216,
        name: "CJK UNIFIED IDEOGRAPH-4216",
    },
    Character {
        age: "3.0",
        codepoint: 0x4217,
        name: "CJK UNIFIED IDEOGRAPH-4217",
    },
    Character {
        age: "3.0",
        codepoint: 0x4218,
        name: "CJK UNIFIED IDEOGRAPH-4218",
    },
    Character {
        age: "3.0",
        codepoint: 0x4219,
        name: "CJK UNIFIED IDEOGRAPH-4219",
    },
    Character {
        age: "3.0",
        codepoint: 0x421A,
        name: "CJK UNIFIED IDEOGRAPH-421A",
    },
    Character {
        age: "3.0",
        codepoint: 0x421B,
        name: "CJK UNIFIED IDEOGRAPH-421B",
    },
    Character {
        age: "3.0",
        codepoint: 0x421C,
        name: "CJK UNIFIED IDEOGRAPH-421C",
    },
    Character {
        age: "3.0",
        codepoint: 0x421D,
        name: "CJK UNIFIED IDEOGRAPH-421D",
    },
    Character {
        age: "3.0",
        codepoint: 0x421E,
        name: "CJK UNIFIED IDEOGRAPH-421E",
    },
    Character {
        age: "3.0",
        codepoint: 0x421F,
        name: "CJK UNIFIED IDEOGRAPH-421F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4220,
        name: "CJK UNIFIED IDEOGRAPH-4220",
    },
    Character {
        age: "3.0",
        codepoint: 0x4221,
        name: "CJK UNIFIED IDEOGRAPH-4221",
    },
    Character {
        age: "3.0",
        codepoint: 0x4222,
        name: "CJK UNIFIED IDEOGRAPH-4222",
    },
    Character {
        age: "3.0",
        codepoint: 0x4223,
        name: "CJK UNIFIED IDEOGRAPH-4223",
    },
    Character {
        age: "3.0",
        codepoint: 0x4224,
        name: "CJK UNIFIED IDEOGRAPH-4224",
    },
    Character {
        age: "3.0",
        codepoint: 0x4225,
        name: "CJK UNIFIED IDEOGRAPH-4225",
    },
    Character {
        age: "3.0",
        codepoint: 0x4226,
        name: "CJK UNIFIED IDEOGRAPH-4226",
    },
    Character {
        age: "3.0",
        codepoint: 0x4227,
        name: "CJK UNIFIED IDEOGRAPH-4227",
    },
    Character {
        age: "3.0",
        codepoint: 0x4228,
        name: "CJK UNIFIED IDEOGRAPH-4228",
    },
    Character {
        age: "3.0",
        codepoint: 0x4229,
        name: "CJK UNIFIED IDEOGRAPH-4229",
    },
    Character {
        age: "3.0",
        codepoint: 0x422A,
        name: "CJK UNIFIED IDEOGRAPH-422A",
    },
    Character {
        age: "3.0",
        codepoint: 0x422B,
        name: "CJK UNIFIED IDEOGRAPH-422B",
    },
    Character {
        age: "3.0",
        codepoint: 0x422C,
        name: "CJK UNIFIED IDEOGRAPH-422C",
    },
    Character {
        age: "3.0",
        codepoint: 0x422D,
        name: "CJK UNIFIED IDEOGRAPH-422D",
    },
    Character {
        age: "3.0",
        codepoint: 0x422E,
        name: "CJK UNIFIED IDEOGRAPH-422E",
    },
    Character {
        age: "3.0",
        codepoint: 0x422F,
        name: "CJK UNIFIED IDEOGRAPH-422F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4230,
        name: "CJK UNIFIED IDEOGRAPH-4230",
    },
    Character {
        age: "3.0",
        codepoint: 0x4231,
        name: "CJK UNIFIED IDEOGRAPH-4231",
    },
    Character {
        age: "3.0",
        codepoint: 0x4232,
        name: "CJK UNIFIED IDEOGRAPH-4232",
    },
    Character {
        age: "3.0",
        codepoint: 0x4233,
        name: "CJK UNIFIED IDEOGRAPH-4233",
    },
    Character {
        age: "3.0",
        codepoint: 0x4234,
        name: "CJK UNIFIED IDEOGRAPH-4234",
    },
    Character {
        age: "3.0",
        codepoint: 0x4235,
        name: "CJK UNIFIED IDEOGRAPH-4235",
    },
    Character {
        age: "3.0",
        codepoint: 0x4236,
        name: "CJK UNIFIED IDEOGRAPH-4236",
    },
    Character {
        age: "3.0",
        codepoint: 0x4237,
        name: "CJK UNIFIED IDEOGRAPH-4237",
    },
    Character {
        age: "3.0",
        codepoint: 0x4238,
        name: "CJK UNIFIED IDEOGRAPH-4238",
    },
    Character {
        age: "3.0",
        codepoint: 0x4239,
        name: "CJK UNIFIED IDEOGRAPH-4239",
    },
    Character {
        age: "3.0",
        codepoint: 0x423A,
        name: "CJK UNIFIED IDEOGRAPH-423A",
    },
    Character {
        age: "3.0",
        codepoint: 0x423B,
        name: "CJK UNIFIED IDEOGRAPH-423B",
    },
    Character {
        age: "3.0",
        codepoint: 0x423C,
        name: "CJK UNIFIED IDEOGRAPH-423C",
    },
    Character {
        age: "3.0",
        codepoint: 0x423D,
        name: "CJK UNIFIED IDEOGRAPH-423D",
    },
    Character {
        age: "3.0",
        codepoint: 0x423E,
        name: "CJK UNIFIED IDEOGRAPH-423E",
    },
    Character {
        age: "3.0",
        codepoint: 0x423F,
        name: "CJK UNIFIED IDEOGRAPH-423F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4240,
        name: "CJK UNIFIED IDEOGRAPH-4240",
    },
    Character {
        age: "3.0",
        codepoint: 0x4241,
        name: "CJK UNIFIED IDEOGRAPH-4241",
    },
    Character {
        age: "3.0",
        codepoint: 0x4242,
        name: "CJK UNIFIED IDEOGRAPH-4242",
    },
    Character {
        age: "3.0",
        codepoint: 0x4243,
        name: "CJK UNIFIED IDEOGRAPH-4243",
    },
    Character {
        age: "3.0",
        codepoint: 0x4244,
        name: "CJK UNIFIED IDEOGRAPH-4244",
    },
    Character {
        age: "3.0",
        codepoint: 0x4245,
        name: "CJK UNIFIED IDEOGRAPH-4245",
    },
    Character {
        age: "3.0",
        codepoint: 0x4246,
        name: "CJK UNIFIED IDEOGRAPH-4246",
    },
    Character {
        age: "3.0",
        codepoint: 0x4247,
        name: "CJK UNIFIED IDEOGRAPH-4247",
    },
    Character {
        age: "3.0",
        codepoint: 0x4248,
        name: "CJK UNIFIED IDEOGRAPH-4248",
    },
    Character {
        age: "3.0",
        codepoint: 0x4249,
        name: "CJK UNIFIED IDEOGRAPH-4249",
    },
    Character {
        age: "3.0",
        codepoint: 0x424A,
        name: "CJK UNIFIED IDEOGRAPH-424A",
    },
    Character {
        age: "3.0",
        codepoint: 0x424B,
        name: "CJK UNIFIED IDEOGRAPH-424B",
    },
    Character {
        age: "3.0",
        codepoint: 0x424C,
        name: "CJK UNIFIED IDEOGRAPH-424C",
    },
    Character {
        age: "3.0",
        codepoint: 0x424D,
        name: "CJK UNIFIED IDEOGRAPH-424D",
    },
    Character {
        age: "3.0",
        codepoint: 0x424E,
        name: "CJK UNIFIED IDEOGRAPH-424E",
    },
    Character {
        age: "3.0",
        codepoint: 0x424F,
        name: "CJK UNIFIED IDEOGRAPH-424F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4250,
        name: "CJK UNIFIED IDEOGRAPH-4250",
    },
    Character {
        age: "3.0",
        codepoint: 0x4251,
        name: "CJK UNIFIED IDEOGRAPH-4251",
    },
    Character {
        age: "3.0",
        codepoint: 0x4252,
        name: "CJK UNIFIED IDEOGRAPH-4252",
    },
    Character {
        age: "3.0",
        codepoint: 0x4253,
        name: "CJK UNIFIED IDEOGRAPH-4253",
    },
    Character {
        age: "3.0",
        codepoint: 0x4254,
        name: "CJK UNIFIED IDEOGRAPH-4254",
    },
    Character {
        age: "3.0",
        codepoint: 0x4255,
        name: "CJK UNIFIED IDEOGRAPH-4255",
    },
    Character {
        age: "3.0",
        codepoint: 0x4256,
        name: "CJK UNIFIED IDEOGRAPH-4256",
    },
    Character {
        age: "3.0",
        codepoint: 0x4257,
        name: "CJK UNIFIED IDEOGRAPH-4257",
    },
    Character {
        age: "3.0",
        codepoint: 0x4258,
        name: "CJK UNIFIED IDEOGRAPH-4258",
    },
    Character {
        age: "3.0",
        codepoint: 0x4259,
        name: "CJK UNIFIED IDEOGRAPH-4259",
    },
    Character {
        age: "3.0",
        codepoint: 0x425A,
        name: "CJK UNIFIED IDEOGRAPH-425A",
    },
    Character {
        age: "3.0",
        codepoint: 0x425B,
        name: "CJK UNIFIED IDEOGRAPH-425B",
    },
    Character {
        age: "3.0",
        codepoint: 0x425C,
        name: "CJK UNIFIED IDEOGRAPH-425C",
    },
    Character {
        age: "3.0",
        codepoint: 0x425D,
        name: "CJK UNIFIED IDEOGRAPH-425D",
    },
    Character {
        age: "3.0",
        codepoint: 0x425E,
        name: "CJK UNIFIED IDEOGRAPH-425E",
    },
    Character {
        age: "3.0",
        codepoint: 0x425F,
        name: "CJK UNIFIED IDEOGRAPH-425F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4260,
        name: "CJK UNIFIED IDEOGRAPH-4260",
    },
    Character {
        age: "3.0",
        codepoint: 0x4261,
        name: "CJK UNIFIED IDEOGRAPH-4261",
    },
    Character {
        age: "3.0",
        codepoint: 0x4262,
        name: "CJK UNIFIED IDEOGRAPH-4262",
    },
    Character {
        age: "3.0",
        codepoint: 0x4263,
        name: "CJK UNIFIED IDEOGRAPH-4263",
    },
    Character {
        age: "3.0",
        codepoint: 0x4264,
        name: "CJK UNIFIED IDEOGRAPH-4264",
    },
    Character {
        age: "3.0",
        codepoint: 0x4265,
        name: "CJK UNIFIED IDEOGRAPH-4265",
    },
    Character {
        age: "3.0",
        codepoint: 0x4266,
        name: "CJK UNIFIED IDEOGRAPH-4266",
    },
    Character {
        age: "3.0",
        codepoint: 0x4267,
        name: "CJK UNIFIED IDEOGRAPH-4267",
    },
    Character {
        age: "3.0",
        codepoint: 0x4268,
        name: "CJK UNIFIED IDEOGRAPH-4268",
    },
    Character {
        age: "3.0",
        codepoint: 0x4269,
        name: "CJK UNIFIED IDEOGRAPH-4269",
    },
    Character {
        age: "3.0",
        codepoint: 0x426A,
        name: "CJK UNIFIED IDEOGRAPH-426A",
    },
    Character {
        age: "3.0",
        codepoint: 0x426B,
        name: "CJK UNIFIED IDEOGRAPH-426B",
    },
    Character {
        age: "3.0",
        codepoint: 0x426C,
        name: "CJK UNIFIED IDEOGRAPH-426C",
    },
    Character {
        age: "3.0",
        codepoint: 0x426D,
        name: "CJK UNIFIED IDEOGRAPH-426D",
    },
    Character {
        age: "3.0",
        codepoint: 0x426E,
        name: "CJK UNIFIED IDEOGRAPH-426E",
    },
    Character {
        age: "3.0",
        codepoint: 0x426F,
        name: "CJK UNIFIED IDEOGRAPH-426F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4270,
        name: "CJK UNIFIED IDEOGRAPH-4270",
    },
    Character {
        age: "3.0",
        codepoint: 0x4271,
        name: "CJK UNIFIED IDEOGRAPH-4271",
    },
    Character {
        age: "3.0",
        codepoint: 0x4272,
        name: "CJK UNIFIED IDEOGRAPH-4272",
    },
    Character {
        age: "3.0",
        codepoint: 0x4273,
        name: "CJK UNIFIED IDEOGRAPH-4273",
    },
    Character {
        age: "3.0",
        codepoint: 0x4274,
        name: "CJK UNIFIED IDEOGRAPH-4274",
    },
    Character {
        age: "3.0",
        codepoint: 0x4275,
        name: "CJK UNIFIED IDEOGRAPH-4275",
    },
    Character {
        age: "3.0",
        codepoint: 0x4276,
        name: "CJK UNIFIED IDEOGRAPH-4276",
    },
    Character {
        age: "3.0",
        codepoint: 0x4277,
        name: "CJK UNIFIED IDEOGRAPH-4277",
    },
    Character {
        age: "3.0",
        codepoint: 0x4278,
        name: "CJK UNIFIED IDEOGRAPH-4278",
    },
    Character {
        age: "3.0",
        codepoint: 0x4279,
        name: "CJK UNIFIED IDEOGRAPH-4279",
    },
    Character {
        age: "3.0",
        codepoint: 0x427A,
        name: "CJK UNIFIED IDEOGRAPH-427A",
    },
    Character {
        age: "3.0",
        codepoint: 0x427B,
        name: "CJK UNIFIED IDEOGRAPH-427B",
    },
    Character {
        age: "3.0",
        codepoint: 0x427C,
        name: "CJK UNIFIED IDEOGRAPH-427C",
    },
    Character {
        age: "3.0",
        codepoint: 0x427D,
        name: "CJK UNIFIED IDEOGRAPH-427D",
    },
    Character {
        age: "3.0",
        codepoint: 0x427E,
        name: "CJK UNIFIED IDEOGRAPH-427E",
    },
    Character {
        age: "3.0",
        codepoint: 0x427F,
        name: "CJK UNIFIED IDEOGRAPH-427F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4280,
        name: "CJK UNIFIED IDEOGRAPH-4280",
    },
    Character {
        age: "3.0",
        codepoint: 0x4281,
        name: "CJK UNIFIED IDEOGRAPH-4281",
    },
    Character {
        age: "3.0",
        codepoint: 0x4282,
        name: "CJK UNIFIED IDEOGRAPH-4282",
    },
    Character {
        age: "3.0",
        codepoint: 0x4283,
        name: "CJK UNIFIED IDEOGRAPH-4283",
    },
    Character {
        age: "3.0",
        codepoint: 0x4284,
        name: "CJK UNIFIED IDEOGRAPH-4284",
    },
    Character {
        age: "3.0",
        codepoint: 0x4285,
        name: "CJK UNIFIED IDEOGRAPH-4285",
    },
    Character {
        age: "3.0",
        codepoint: 0x4286,
        name: "CJK UNIFIED IDEOGRAPH-4286",
    },
    Character {
        age: "3.0",
        codepoint: 0x4287,
        name: "CJK UNIFIED IDEOGRAPH-4287",
    },
    Character {
        age: "3.0",
        codepoint: 0x4288,
        name: "CJK UNIFIED IDEOGRAPH-4288",
    },
    Character {
        age: "3.0",
        codepoint: 0x4289,
        name: "CJK UNIFIED IDEOGRAPH-4289",
    },
    Character {
        age: "3.0",
        codepoint: 0x428A,
        name: "CJK UNIFIED IDEOGRAPH-428A",
    },
    Character {
        age: "3.0",
        codepoint: 0x428B,
        name: "CJK UNIFIED IDEOGRAPH-428B",
    },
    Character {
        age: "3.0",
        codepoint: 0x428C,
        name: "CJK UNIFIED IDEOGRAPH-428C",
    },
    Character {
        age: "3.0",
        codepoint: 0x428D,
        name: "CJK UNIFIED IDEOGRAPH-428D",
    },
    Character {
        age: "3.0",
        codepoint: 0x428E,
        name: "CJK UNIFIED IDEOGRAPH-428E",
    },
    Character {
        age: "3.0",
        codepoint: 0x428F,
        name: "CJK UNIFIED IDEOGRAPH-428F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4290,
        name: "CJK UNIFIED IDEOGRAPH-4290",
    },
    Character {
        age: "3.0",
        codepoint: 0x4291,
        name: "CJK UNIFIED IDEOGRAPH-4291",
    },
    Character {
        age: "3.0",
        codepoint: 0x4292,
        name: "CJK UNIFIED IDEOGRAPH-4292",
    },
    Character {
        age: "3.0",
        codepoint: 0x4293,
        name: "CJK UNIFIED IDEOGRAPH-4293",
    },
    Character {
        age: "3.0",
        codepoint: 0x4294,
        name: "CJK UNIFIED IDEOGRAPH-4294",
    },
    Character {
        age: "3.0",
        codepoint: 0x4295,
        name: "CJK UNIFIED IDEOGRAPH-4295",
    },
    Character {
        age: "3.0",
        codepoint: 0x4296,
        name: "CJK UNIFIED IDEOGRAPH-4296",
    },
    Character {
        age: "3.0",
        codepoint: 0x4297,
        name: "CJK UNIFIED IDEOGRAPH-4297",
    },
    Character {
        age: "3.0",
        codepoint: 0x4298,
        name: "CJK UNIFIED IDEOGRAPH-4298",
    },
    Character {
        age: "3.0",
        codepoint: 0x4299,
        name: "CJK UNIFIED IDEOGRAPH-4299",
    },
    Character {
        age: "3.0",
        codepoint: 0x429A,
        name: "CJK UNIFIED IDEOGRAPH-429A",
    },
    Character {
        age: "3.0",
        codepoint: 0x429B,
        name: "CJK UNIFIED IDEOGRAPH-429B",
    },
    Character {
        age: "3.0",
        codepoint: 0x429C,
        name: "CJK UNIFIED IDEOGRAPH-429C",
    },
    Character {
        age: "3.0",
        codepoint: 0x429D,
        name: "CJK UNIFIED IDEOGRAPH-429D",
    },
    Character {
        age: "3.0",
        codepoint: 0x429E,
        name: "CJK UNIFIED IDEOGRAPH-429E",
    },
    Character {
        age: "3.0",
        codepoint: 0x429F,
        name: "CJK UNIFIED IDEOGRAPH-429F",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A0,
        name: "CJK UNIFIED IDEOGRAPH-42A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A1,
        name: "CJK UNIFIED IDEOGRAPH-42A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A2,
        name: "CJK UNIFIED IDEOGRAPH-42A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A3,
        name: "CJK UNIFIED IDEOGRAPH-42A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A4,
        name: "CJK UNIFIED IDEOGRAPH-42A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A5,
        name: "CJK UNIFIED IDEOGRAPH-42A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A6,
        name: "CJK UNIFIED IDEOGRAPH-42A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A7,
        name: "CJK UNIFIED IDEOGRAPH-42A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A8,
        name: "CJK UNIFIED IDEOGRAPH-42A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x42A9,
        name: "CJK UNIFIED IDEOGRAPH-42A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x42AA,
        name: "CJK UNIFIED IDEOGRAPH-42AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x42AB,
        name: "CJK UNIFIED IDEOGRAPH-42AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x42AC,
        name: "CJK UNIFIED IDEOGRAPH-42AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x42AD,
        name: "CJK UNIFIED IDEOGRAPH-42AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x42AE,
        name: "CJK UNIFIED IDEOGRAPH-42AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x42AF,
        name: "CJK UNIFIED IDEOGRAPH-42AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B0,
        name: "CJK UNIFIED IDEOGRAPH-42B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B1,
        name: "CJK UNIFIED IDEOGRAPH-42B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B2,
        name: "CJK UNIFIED IDEOGRAPH-42B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B3,
        name: "CJK UNIFIED IDEOGRAPH-42B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B4,
        name: "CJK UNIFIED IDEOGRAPH-42B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B5,
        name: "CJK UNIFIED IDEOGRAPH-42B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B6,
        name: "CJK UNIFIED IDEOGRAPH-42B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B7,
        name: "CJK UNIFIED IDEOGRAPH-42B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B8,
        name: "CJK UNIFIED IDEOGRAPH-42B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x42B9,
        name: "CJK UNIFIED IDEOGRAPH-42B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x42BA,
        name: "CJK UNIFIED IDEOGRAPH-42BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x42BB,
        name: "CJK UNIFIED IDEOGRAPH-42BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x42BC,
        name: "CJK UNIFIED IDEOGRAPH-42BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x42BD,
        name: "CJK UNIFIED IDEOGRAPH-42BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x42BE,
        name: "CJK UNIFIED IDEOGRAPH-42BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x42BF,
        name: "CJK UNIFIED IDEOGRAPH-42BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C0,
        name: "CJK UNIFIED IDEOGRAPH-42C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C1,
        name: "CJK UNIFIED IDEOGRAPH-42C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C2,
        name: "CJK UNIFIED IDEOGRAPH-42C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C3,
        name: "CJK UNIFIED IDEOGRAPH-42C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C4,
        name: "CJK UNIFIED IDEOGRAPH-42C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C5,
        name: "CJK UNIFIED IDEOGRAPH-42C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C6,
        name: "CJK UNIFIED IDEOGRAPH-42C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C7,
        name: "CJK UNIFIED IDEOGRAPH-42C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C8,
        name: "CJK UNIFIED IDEOGRAPH-42C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x42C9,
        name: "CJK UNIFIED IDEOGRAPH-42C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x42CA,
        name: "CJK UNIFIED IDEOGRAPH-42CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x42CB,
        name: "CJK UNIFIED IDEOGRAPH-42CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x42CC,
        name: "CJK UNIFIED IDEOGRAPH-42CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x42CD,
        name: "CJK UNIFIED IDEOGRAPH-42CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x42CE,
        name: "CJK UNIFIED IDEOGRAPH-42CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x42CF,
        name: "CJK UNIFIED IDEOGRAPH-42CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D0,
        name: "CJK UNIFIED IDEOGRAPH-42D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D1,
        name: "CJK UNIFIED IDEOGRAPH-42D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D2,
        name: "CJK UNIFIED IDEOGRAPH-42D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D3,
        name: "CJK UNIFIED IDEOGRAPH-42D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D4,
        name: "CJK UNIFIED IDEOGRAPH-42D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D5,
        name: "CJK UNIFIED IDEOGRAPH-42D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D6,
        name: "CJK UNIFIED IDEOGRAPH-42D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D7,
        name: "CJK UNIFIED IDEOGRAPH-42D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D8,
        name: "CJK UNIFIED IDEOGRAPH-42D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x42D9,
        name: "CJK UNIFIED IDEOGRAPH-42D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x42DA,
        name: "CJK UNIFIED IDEOGRAPH-42DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x42DB,
        name: "CJK UNIFIED IDEOGRAPH-42DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x42DC,
        name: "CJK UNIFIED IDEOGRAPH-42DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x42DD,
        name: "CJK UNIFIED IDEOGRAPH-42DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x42DE,
        name: "CJK UNIFIED IDEOGRAPH-42DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x42DF,
        name: "CJK UNIFIED IDEOGRAPH-42DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E0,
        name: "CJK UNIFIED IDEOGRAPH-42E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E1,
        name: "CJK UNIFIED IDEOGRAPH-42E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E2,
        name: "CJK UNIFIED IDEOGRAPH-42E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E3,
        name: "CJK UNIFIED IDEOGRAPH-42E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E4,
        name: "CJK UNIFIED IDEOGRAPH-42E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E5,
        name: "CJK UNIFIED IDEOGRAPH-42E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E6,
        name: "CJK UNIFIED IDEOGRAPH-42E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E7,
        name: "CJK UNIFIED IDEOGRAPH-42E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E8,
        name: "CJK UNIFIED IDEOGRAPH-42E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x42E9,
        name: "CJK UNIFIED IDEOGRAPH-42E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x42EA,
        name: "CJK UNIFIED IDEOGRAPH-42EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x42EB,
        name: "CJK UNIFIED IDEOGRAPH-42EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x42EC,
        name: "CJK UNIFIED IDEOGRAPH-42EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x42ED,
        name: "CJK UNIFIED IDEOGRAPH-42ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x42EE,
        name: "CJK UNIFIED IDEOGRAPH-42EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x42EF,
        name: "CJK UNIFIED IDEOGRAPH-42EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F0,
        name: "CJK UNIFIED IDEOGRAPH-42F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F1,
        name: "CJK UNIFIED IDEOGRAPH-42F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F2,
        name: "CJK UNIFIED IDEOGRAPH-42F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F3,
        name: "CJK UNIFIED IDEOGRAPH-42F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F4,
        name: "CJK UNIFIED IDEOGRAPH-42F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F5,
        name: "CJK UNIFIED IDEOGRAPH-42F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F6,
        name: "CJK UNIFIED IDEOGRAPH-42F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F7,
        name: "CJK UNIFIED IDEOGRAPH-42F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F8,
        name: "CJK UNIFIED IDEOGRAPH-42F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x42F9,
        name: "CJK UNIFIED IDEOGRAPH-42F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x42FA,
        name: "CJK UNIFIED IDEOGRAPH-42FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x42FB,
        name: "CJK UNIFIED IDEOGRAPH-42FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x42FC,
        name: "CJK UNIFIED IDEOGRAPH-42FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x42FD,
        name: "CJK UNIFIED IDEOGRAPH-42FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x42FE,
        name: "CJK UNIFIED IDEOGRAPH-42FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x42FF,
        name: "CJK UNIFIED IDEOGRAPH-42FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4300,
        name: "CJK UNIFIED IDEOGRAPH-4300",
    },
    Character {
        age: "3.0",
        codepoint: 0x4301,
        name: "CJK UNIFIED IDEOGRAPH-4301",
    },
    Character {
        age: "3.0",
        codepoint: 0x4302,
        name: "CJK UNIFIED IDEOGRAPH-4302",
    },
    Character {
        age: "3.0",
        codepoint: 0x4303,
        name: "CJK UNIFIED IDEOGRAPH-4303",
    },
    Character {
        age: "3.0",
        codepoint: 0x4304,
        name: "CJK UNIFIED IDEOGRAPH-4304",
    },
    Character {
        age: "3.0",
        codepoint: 0x4305,
        name: "CJK UNIFIED IDEOGRAPH-4305",
    },
    Character {
        age: "3.0",
        codepoint: 0x4306,
        name: "CJK UNIFIED IDEOGRAPH-4306",
    },
    Character {
        age: "3.0",
        codepoint: 0x4307,
        name: "CJK UNIFIED IDEOGRAPH-4307",
    },
    Character {
        age: "3.0",
        codepoint: 0x4308,
        name: "CJK UNIFIED IDEOGRAPH-4308",
    },
    Character {
        age: "3.0",
        codepoint: 0x4309,
        name: "CJK UNIFIED IDEOGRAPH-4309",
    },
    Character {
        age: "3.0",
        codepoint: 0x430A,
        name: "CJK UNIFIED IDEOGRAPH-430A",
    },
    Character {
        age: "3.0",
        codepoint: 0x430B,
        name: "CJK UNIFIED IDEOGRAPH-430B",
    },
    Character {
        age: "3.0",
        codepoint: 0x430C,
        name: "CJK UNIFIED IDEOGRAPH-430C",
    },
    Character {
        age: "3.0",
        codepoint: 0x430D,
        name: "CJK UNIFIED IDEOGRAPH-430D",
    },
    Character {
        age: "3.0",
        codepoint: 0x430E,
        name: "CJK UNIFIED IDEOGRAPH-430E",
    },
    Character {
        age: "3.0",
        codepoint: 0x430F,
        name: "CJK UNIFIED IDEOGRAPH-430F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4310,
        name: "CJK UNIFIED IDEOGRAPH-4310",
    },
    Character {
        age: "3.0",
        codepoint: 0x4311,
        name: "CJK UNIFIED IDEOGRAPH-4311",
    },
    Character {
        age: "3.0",
        codepoint: 0x4312,
        name: "CJK UNIFIED IDEOGRAPH-4312",
    },
    Character {
        age: "3.0",
        codepoint: 0x4313,
        name: "CJK UNIFIED IDEOGRAPH-4313",
    },
    Character {
        age: "3.0",
        codepoint: 0x4314,
        name: "CJK UNIFIED IDEOGRAPH-4314",
    },
    Character {
        age: "3.0",
        codepoint: 0x4315,
        name: "CJK UNIFIED IDEOGRAPH-4315",
    },
    Character {
        age: "3.0",
        codepoint: 0x4316,
        name: "CJK UNIFIED IDEOGRAPH-4316",
    },
    Character {
        age: "3.0",
        codepoint: 0x4317,
        name: "CJK UNIFIED IDEOGRAPH-4317",
    },
    Character {
        age: "3.0",
        codepoint: 0x4318,
        name: "CJK UNIFIED IDEOGRAPH-4318",
    },
    Character {
        age: "3.0",
        codepoint: 0x4319,
        name: "CJK UNIFIED IDEOGRAPH-4319",
    },
    Character {
        age: "3.0",
        codepoint: 0x431A,
        name: "CJK UNIFIED IDEOGRAPH-431A",
    },
    Character {
        age: "3.0",
        codepoint: 0x431B,
        name: "CJK UNIFIED IDEOGRAPH-431B",
    },
    Character {
        age: "3.0",
        codepoint: 0x431C,
        name: "CJK UNIFIED IDEOGRAPH-431C",
    },
    Character {
        age: "3.0",
        codepoint: 0x431D,
        name: "CJK UNIFIED IDEOGRAPH-431D",
    },
    Character {
        age: "3.0",
        codepoint: 0x431E,
        name: "CJK UNIFIED IDEOGRAPH-431E",
    },
    Character {
        age: "3.0",
        codepoint: 0x431F,
        name: "CJK UNIFIED IDEOGRAPH-431F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4320,
        name: "CJK UNIFIED IDEOGRAPH-4320",
    },
    Character {
        age: "3.0",
        codepoint: 0x4321,
        name: "CJK UNIFIED IDEOGRAPH-4321",
    },
    Character {
        age: "3.0",
        codepoint: 0x4322,
        name: "CJK UNIFIED IDEOGRAPH-4322",
    },
    Character {
        age: "3.0",
        codepoint: 0x4323,
        name: "CJK UNIFIED IDEOGRAPH-4323",
    },
    Character {
        age: "3.0",
        codepoint: 0x4324,
        name: "CJK UNIFIED IDEOGRAPH-4324",
    },
    Character {
        age: "3.0",
        codepoint: 0x4325,
        name: "CJK UNIFIED IDEOGRAPH-4325",
    },
    Character {
        age: "3.0",
        codepoint: 0x4326,
        name: "CJK UNIFIED IDEOGRAPH-4326",
    },
    Character {
        age: "3.0",
        codepoint: 0x4327,
        name: "CJK UNIFIED IDEOGRAPH-4327",
    },
    Character {
        age: "3.0",
        codepoint: 0x4328,
        name: "CJK UNIFIED IDEOGRAPH-4328",
    },
    Character {
        age: "3.0",
        codepoint: 0x4329,
        name: "CJK UNIFIED IDEOGRAPH-4329",
    },
    Character {
        age: "3.0",
        codepoint: 0x432A,
        name: "CJK UNIFIED IDEOGRAPH-432A",
    },
    Character {
        age: "3.0",
        codepoint: 0x432B,
        name: "CJK UNIFIED IDEOGRAPH-432B",
    },
    Character {
        age: "3.0",
        codepoint: 0x432C,
        name: "CJK UNIFIED IDEOGRAPH-432C",
    },
    Character {
        age: "3.0",
        codepoint: 0x432D,
        name: "CJK UNIFIED IDEOGRAPH-432D",
    },
    Character {
        age: "3.0",
        codepoint: 0x432E,
        name: "CJK UNIFIED IDEOGRAPH-432E",
    },
    Character {
        age: "3.0",
        codepoint: 0x432F,
        name: "CJK UNIFIED IDEOGRAPH-432F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4330,
        name: "CJK UNIFIED IDEOGRAPH-4330",
    },
    Character {
        age: "3.0",
        codepoint: 0x4331,
        name: "CJK UNIFIED IDEOGRAPH-4331",
    },
    Character {
        age: "3.0",
        codepoint: 0x4332,
        name: "CJK UNIFIED IDEOGRAPH-4332",
    },
    Character {
        age: "3.0",
        codepoint: 0x4333,
        name: "CJK UNIFIED IDEOGRAPH-4333",
    },
    Character {
        age: "3.0",
        codepoint: 0x4334,
        name: "CJK UNIFIED IDEOGRAPH-4334",
    },
    Character {
        age: "3.0",
        codepoint: 0x4335,
        name: "CJK UNIFIED IDEOGRAPH-4335",
    },
    Character {
        age: "3.0",
        codepoint: 0x4336,
        name: "CJK UNIFIED IDEOGRAPH-4336",
    },
    Character {
        age: "3.0",
        codepoint: 0x4337,
        name: "CJK UNIFIED IDEOGRAPH-4337",
    },
    Character {
        age: "3.0",
        codepoint: 0x4338,
        name: "CJK UNIFIED IDEOGRAPH-4338",
    },
    Character {
        age: "3.0",
        codepoint: 0x4339,
        name: "CJK UNIFIED IDEOGRAPH-4339",
    },
    Character {
        age: "3.0",
        codepoint: 0x433A,
        name: "CJK UNIFIED IDEOGRAPH-433A",
    },
    Character {
        age: "3.0",
        codepoint: 0x433B,
        name: "CJK UNIFIED IDEOGRAPH-433B",
    },
    Character {
        age: "3.0",
        codepoint: 0x433C,
        name: "CJK UNIFIED IDEOGRAPH-433C",
    },
    Character {
        age: "3.0",
        codepoint: 0x433D,
        name: "CJK UNIFIED IDEOGRAPH-433D",
    },
    Character {
        age: "3.0",
        codepoint: 0x433E,
        name: "CJK UNIFIED IDEOGRAPH-433E",
    },
    Character {
        age: "3.0",
        codepoint: 0x433F,
        name: "CJK UNIFIED IDEOGRAPH-433F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4340,
        name: "CJK UNIFIED IDEOGRAPH-4340",
    },
    Character {
        age: "3.0",
        codepoint: 0x4341,
        name: "CJK UNIFIED IDEOGRAPH-4341",
    },
    Character {
        age: "3.0",
        codepoint: 0x4342,
        name: "CJK UNIFIED IDEOGRAPH-4342",
    },
    Character {
        age: "3.0",
        codepoint: 0x4343,
        name: "CJK UNIFIED IDEOGRAPH-4343",
    },
    Character {
        age: "3.0",
        codepoint: 0x4344,
        name: "CJK UNIFIED IDEOGRAPH-4344",
    },
    Character {
        age: "3.0",
        codepoint: 0x4345,
        name: "CJK UNIFIED IDEOGRAPH-4345",
    },
    Character {
        age: "3.0",
        codepoint: 0x4346,
        name: "CJK UNIFIED IDEOGRAPH-4346",
    },
    Character {
        age: "3.0",
        codepoint: 0x4347,
        name: "CJK UNIFIED IDEOGRAPH-4347",
    },
    Character {
        age: "3.0",
        codepoint: 0x4348,
        name: "CJK UNIFIED IDEOGRAPH-4348",
    },
    Character {
        age: "3.0",
        codepoint: 0x4349,
        name: "CJK UNIFIED IDEOGRAPH-4349",
    },
    Character {
        age: "3.0",
        codepoint: 0x434A,
        name: "CJK UNIFIED IDEOGRAPH-434A",
    },
    Character {
        age: "3.0",
        codepoint: 0x434B,
        name: "CJK UNIFIED IDEOGRAPH-434B",
    },
    Character {
        age: "3.0",
        codepoint: 0x434C,
        name: "CJK UNIFIED IDEOGRAPH-434C",
    },
    Character {
        age: "3.0",
        codepoint: 0x434D,
        name: "CJK UNIFIED IDEOGRAPH-434D",
    },
    Character {
        age: "3.0",
        codepoint: 0x434E,
        name: "CJK UNIFIED IDEOGRAPH-434E",
    },
    Character {
        age: "3.0",
        codepoint: 0x434F,
        name: "CJK UNIFIED IDEOGRAPH-434F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4350,
        name: "CJK UNIFIED IDEOGRAPH-4350",
    },
    Character {
        age: "3.0",
        codepoint: 0x4351,
        name: "CJK UNIFIED IDEOGRAPH-4351",
    },
    Character {
        age: "3.0",
        codepoint: 0x4352,
        name: "CJK UNIFIED IDEOGRAPH-4352",
    },
    Character {
        age: "3.0",
        codepoint: 0x4353,
        name: "CJK UNIFIED IDEOGRAPH-4353",
    },
    Character {
        age: "3.0",
        codepoint: 0x4354,
        name: "CJK UNIFIED IDEOGRAPH-4354",
    },
    Character {
        age: "3.0",
        codepoint: 0x4355,
        name: "CJK UNIFIED IDEOGRAPH-4355",
    },
    Character {
        age: "3.0",
        codepoint: 0x4356,
        name: "CJK UNIFIED IDEOGRAPH-4356",
    },
    Character {
        age: "3.0",
        codepoint: 0x4357,
        name: "CJK UNIFIED IDEOGRAPH-4357",
    },
    Character {
        age: "3.0",
        codepoint: 0x4358,
        name: "CJK UNIFIED IDEOGRAPH-4358",
    },
    Character {
        age: "3.0",
        codepoint: 0x4359,
        name: "CJK UNIFIED IDEOGRAPH-4359",
    },
    Character {
        age: "3.0",
        codepoint: 0x435A,
        name: "CJK UNIFIED IDEOGRAPH-435A",
    },
    Character {
        age: "3.0",
        codepoint: 0x435B,
        name: "CJK UNIFIED IDEOGRAPH-435B",
    },
    Character {
        age: "3.0",
        codepoint: 0x435C,
        name: "CJK UNIFIED IDEOGRAPH-435C",
    },
    Character {
        age: "3.0",
        codepoint: 0x435D,
        name: "CJK UNIFIED IDEOGRAPH-435D",
    },
    Character {
        age: "3.0",
        codepoint: 0x435E,
        name: "CJK UNIFIED IDEOGRAPH-435E",
    },
    Character {
        age: "3.0",
        codepoint: 0x435F,
        name: "CJK UNIFIED IDEOGRAPH-435F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4360,
        name: "CJK UNIFIED IDEOGRAPH-4360",
    },
    Character {
        age: "3.0",
        codepoint: 0x4361,
        name: "CJK UNIFIED IDEOGRAPH-4361",
    },
    Character {
        age: "3.0",
        codepoint: 0x4362,
        name: "CJK UNIFIED IDEOGRAPH-4362",
    },
    Character {
        age: "3.0",
        codepoint: 0x4363,
        name: "CJK UNIFIED IDEOGRAPH-4363",
    },
    Character {
        age: "3.0",
        codepoint: 0x4364,
        name: "CJK UNIFIED IDEOGRAPH-4364",
    },
    Character {
        age: "3.0",
        codepoint: 0x4365,
        name: "CJK UNIFIED IDEOGRAPH-4365",
    },
    Character {
        age: "3.0",
        codepoint: 0x4366,
        name: "CJK UNIFIED IDEOGRAPH-4366",
    },
    Character {
        age: "3.0",
        codepoint: 0x4367,
        name: "CJK UNIFIED IDEOGRAPH-4367",
    },
    Character {
        age: "3.0",
        codepoint: 0x4368,
        name: "CJK UNIFIED IDEOGRAPH-4368",
    },
    Character {
        age: "3.0",
        codepoint: 0x4369,
        name: "CJK UNIFIED IDEOGRAPH-4369",
    },
    Character {
        age: "3.0",
        codepoint: 0x436A,
        name: "CJK UNIFIED IDEOGRAPH-436A",
    },
    Character {
        age: "3.0",
        codepoint: 0x436B,
        name: "CJK UNIFIED IDEOGRAPH-436B",
    },
    Character {
        age: "3.0",
        codepoint: 0x436C,
        name: "CJK UNIFIED IDEOGRAPH-436C",
    },
    Character {
        age: "3.0",
        codepoint: 0x436D,
        name: "CJK UNIFIED IDEOGRAPH-436D",
    },
    Character {
        age: "3.0",
        codepoint: 0x436E,
        name: "CJK UNIFIED IDEOGRAPH-436E",
    },
    Character {
        age: "3.0",
        codepoint: 0x436F,
        name: "CJK UNIFIED IDEOGRAPH-436F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4370,
        name: "CJK UNIFIED IDEOGRAPH-4370",
    },
    Character {
        age: "3.0",
        codepoint: 0x4371,
        name: "CJK UNIFIED IDEOGRAPH-4371",
    },
    Character {
        age: "3.0",
        codepoint: 0x4372,
        name: "CJK UNIFIED IDEOGRAPH-4372",
    },
    Character {
        age: "3.0",
        codepoint: 0x4373,
        name: "CJK UNIFIED IDEOGRAPH-4373",
    },
    Character {
        age: "3.0",
        codepoint: 0x4374,
        name: "CJK UNIFIED IDEOGRAPH-4374",
    },
    Character {
        age: "3.0",
        codepoint: 0x4375,
        name: "CJK UNIFIED IDEOGRAPH-4375",
    },
    Character {
        age: "3.0",
        codepoint: 0x4376,
        name: "CJK UNIFIED IDEOGRAPH-4376",
    },
    Character {
        age: "3.0",
        codepoint: 0x4377,
        name: "CJK UNIFIED IDEOGRAPH-4377",
    },
    Character {
        age: "3.0",
        codepoint: 0x4378,
        name: "CJK UNIFIED IDEOGRAPH-4378",
    },
    Character {
        age: "3.0",
        codepoint: 0x4379,
        name: "CJK UNIFIED IDEOGRAPH-4379",
    },
    Character {
        age: "3.0",
        codepoint: 0x437A,
        name: "CJK UNIFIED IDEOGRAPH-437A",
    },
    Character {
        age: "3.0",
        codepoint: 0x437B,
        name: "CJK UNIFIED IDEOGRAPH-437B",
    },
    Character {
        age: "3.0",
        codepoint: 0x437C,
        name: "CJK UNIFIED IDEOGRAPH-437C",
    },
    Character {
        age: "3.0",
        codepoint: 0x437D,
        name: "CJK UNIFIED IDEOGRAPH-437D",
    },
    Character {
        age: "3.0",
        codepoint: 0x437E,
        name: "CJK UNIFIED IDEOGRAPH-437E",
    },
    Character {
        age: "3.0",
        codepoint: 0x437F,
        name: "CJK UNIFIED IDEOGRAPH-437F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4380,
        name: "CJK UNIFIED IDEOGRAPH-4380",
    },
    Character {
        age: "3.0",
        codepoint: 0x4381,
        name: "CJK UNIFIED IDEOGRAPH-4381",
    },
    Character {
        age: "3.0",
        codepoint: 0x4382,
        name: "CJK UNIFIED IDEOGRAPH-4382",
    },
    Character {
        age: "3.0",
        codepoint: 0x4383,
        name: "CJK UNIFIED IDEOGRAPH-4383",
    },
    Character {
        age: "3.0",
        codepoint: 0x4384,
        name: "CJK UNIFIED IDEOGRAPH-4384",
    },
    Character {
        age: "3.0",
        codepoint: 0x4385,
        name: "CJK UNIFIED IDEOGRAPH-4385",
    },
    Character {
        age: "3.0",
        codepoint: 0x4386,
        name: "CJK UNIFIED IDEOGRAPH-4386",
    },
    Character {
        age: "3.0",
        codepoint: 0x4387,
        name: "CJK UNIFIED IDEOGRAPH-4387",
    },
    Character {
        age: "3.0",
        codepoint: 0x4388,
        name: "CJK UNIFIED IDEOGRAPH-4388",
    },
    Character {
        age: "3.0",
        codepoint: 0x4389,
        name: "CJK UNIFIED IDEOGRAPH-4389",
    },
    Character {
        age: "3.0",
        codepoint: 0x438A,
        name: "CJK UNIFIED IDEOGRAPH-438A",
    },
    Character {
        age: "3.0",
        codepoint: 0x438B,
        name: "CJK UNIFIED IDEOGRAPH-438B",
    },
    Character {
        age: "3.0",
        codepoint: 0x438C,
        name: "CJK UNIFIED IDEOGRAPH-438C",
    },
    Character {
        age: "3.0",
        codepoint: 0x438D,
        name: "CJK UNIFIED IDEOGRAPH-438D",
    },
    Character {
        age: "3.0",
        codepoint: 0x438E,
        name: "CJK UNIFIED IDEOGRAPH-438E",
    },
    Character {
        age: "3.0",
        codepoint: 0x438F,
        name: "CJK UNIFIED IDEOGRAPH-438F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4390,
        name: "CJK UNIFIED IDEOGRAPH-4390",
    },
    Character {
        age: "3.0",
        codepoint: 0x4391,
        name: "CJK UNIFIED IDEOGRAPH-4391",
    },
    Character {
        age: "3.0",
        codepoint: 0x4392,
        name: "CJK UNIFIED IDEOGRAPH-4392",
    },
    Character {
        age: "3.0",
        codepoint: 0x4393,
        name: "CJK UNIFIED IDEOGRAPH-4393",
    },
    Character {
        age: "3.0",
        codepoint: 0x4394,
        name: "CJK UNIFIED IDEOGRAPH-4394",
    },
    Character {
        age: "3.0",
        codepoint: 0x4395,
        name: "CJK UNIFIED IDEOGRAPH-4395",
    },
    Character {
        age: "3.0",
        codepoint: 0x4396,
        name: "CJK UNIFIED IDEOGRAPH-4396",
    },
    Character {
        age: "3.0",
        codepoint: 0x4397,
        name: "CJK UNIFIED IDEOGRAPH-4397",
    },
    Character {
        age: "3.0",
        codepoint: 0x4398,
        name: "CJK UNIFIED IDEOGRAPH-4398",
    },
    Character {
        age: "3.0",
        codepoint: 0x4399,
        name: "CJK UNIFIED IDEOGRAPH-4399",
    },
    Character {
        age: "3.0",
        codepoint: 0x439A,
        name: "CJK UNIFIED IDEOGRAPH-439A",
    },
    Character {
        age: "3.0",
        codepoint: 0x439B,
        name: "CJK UNIFIED IDEOGRAPH-439B",
    },
    Character {
        age: "3.0",
        codepoint: 0x439C,
        name: "CJK UNIFIED IDEOGRAPH-439C",
    },
    Character {
        age: "3.0",
        codepoint: 0x439D,
        name: "CJK UNIFIED IDEOGRAPH-439D",
    },
    Character {
        age: "3.0",
        codepoint: 0x439E,
        name: "CJK UNIFIED IDEOGRAPH-439E",
    },
    Character {
        age: "3.0",
        codepoint: 0x439F,
        name: "CJK UNIFIED IDEOGRAPH-439F",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A0,
        name: "CJK UNIFIED IDEOGRAPH-43A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A1,
        name: "CJK UNIFIED IDEOGRAPH-43A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A2,
        name: "CJK UNIFIED IDEOGRAPH-43A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A3,
        name: "CJK UNIFIED IDEOGRAPH-43A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A4,
        name: "CJK UNIFIED IDEOGRAPH-43A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A5,
        name: "CJK UNIFIED IDEOGRAPH-43A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A6,
        name: "CJK UNIFIED IDEOGRAPH-43A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A7,
        name: "CJK UNIFIED IDEOGRAPH-43A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A8,
        name: "CJK UNIFIED IDEOGRAPH-43A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x43A9,
        name: "CJK UNIFIED IDEOGRAPH-43A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x43AA,
        name: "CJK UNIFIED IDEOGRAPH-43AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x43AB,
        name: "CJK UNIFIED IDEOGRAPH-43AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x43AC,
        name: "CJK UNIFIED IDEOGRAPH-43AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x43AD,
        name: "CJK UNIFIED IDEOGRAPH-43AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x43AE,
        name: "CJK UNIFIED IDEOGRAPH-43AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x43AF,
        name: "CJK UNIFIED IDEOGRAPH-43AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B0,
        name: "CJK UNIFIED IDEOGRAPH-43B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B1,
        name: "CJK UNIFIED IDEOGRAPH-43B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B2,
        name: "CJK UNIFIED IDEOGRAPH-43B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B3,
        name: "CJK UNIFIED IDEOGRAPH-43B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B4,
        name: "CJK UNIFIED IDEOGRAPH-43B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B5,
        name: "CJK UNIFIED IDEOGRAPH-43B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B6,
        name: "CJK UNIFIED IDEOGRAPH-43B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B7,
        name: "CJK UNIFIED IDEOGRAPH-43B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B8,
        name: "CJK UNIFIED IDEOGRAPH-43B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x43B9,
        name: "CJK UNIFIED IDEOGRAPH-43B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x43BA,
        name: "CJK UNIFIED IDEOGRAPH-43BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x43BB,
        name: "CJK UNIFIED IDEOGRAPH-43BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x43BC,
        name: "CJK UNIFIED IDEOGRAPH-43BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x43BD,
        name: "CJK UNIFIED IDEOGRAPH-43BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x43BE,
        name: "CJK UNIFIED IDEOGRAPH-43BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x43BF,
        name: "CJK UNIFIED IDEOGRAPH-43BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C0,
        name: "CJK UNIFIED IDEOGRAPH-43C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C1,
        name: "CJK UNIFIED IDEOGRAPH-43C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C2,
        name: "CJK UNIFIED IDEOGRAPH-43C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C3,
        name: "CJK UNIFIED IDEOGRAPH-43C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C4,
        name: "CJK UNIFIED IDEOGRAPH-43C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C5,
        name: "CJK UNIFIED IDEOGRAPH-43C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C6,
        name: "CJK UNIFIED IDEOGRAPH-43C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C7,
        name: "CJK UNIFIED IDEOGRAPH-43C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C8,
        name: "CJK UNIFIED IDEOGRAPH-43C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x43C9,
        name: "CJK UNIFIED IDEOGRAPH-43C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x43CA,
        name: "CJK UNIFIED IDEOGRAPH-43CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x43CB,
        name: "CJK UNIFIED IDEOGRAPH-43CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x43CC,
        name: "CJK UNIFIED IDEOGRAPH-43CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x43CD,
        name: "CJK UNIFIED IDEOGRAPH-43CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x43CE,
        name: "CJK UNIFIED IDEOGRAPH-43CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x43CF,
        name: "CJK UNIFIED IDEOGRAPH-43CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D0,
        name: "CJK UNIFIED IDEOGRAPH-43D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D1,
        name: "CJK UNIFIED IDEOGRAPH-43D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D2,
        name: "CJK UNIFIED IDEOGRAPH-43D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D3,
        name: "CJK UNIFIED IDEOGRAPH-43D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D4,
        name: "CJK UNIFIED IDEOGRAPH-43D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D5,
        name: "CJK UNIFIED IDEOGRAPH-43D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D6,
        name: "CJK UNIFIED IDEOGRAPH-43D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D7,
        name: "CJK UNIFIED IDEOGRAPH-43D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D8,
        name: "CJK UNIFIED IDEOGRAPH-43D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x43D9,
        name: "CJK UNIFIED IDEOGRAPH-43D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x43DA,
        name: "CJK UNIFIED IDEOGRAPH-43DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x43DB,
        name: "CJK UNIFIED IDEOGRAPH-43DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x43DC,
        name: "CJK UNIFIED IDEOGRAPH-43DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x43DD,
        name: "CJK UNIFIED IDEOGRAPH-43DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x43DE,
        name: "CJK UNIFIED IDEOGRAPH-43DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x43DF,
        name: "CJK UNIFIED IDEOGRAPH-43DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E0,
        name: "CJK UNIFIED IDEOGRAPH-43E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E1,
        name: "CJK UNIFIED IDEOGRAPH-43E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E2,
        name: "CJK UNIFIED IDEOGRAPH-43E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E3,
        name: "CJK UNIFIED IDEOGRAPH-43E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E4,
        name: "CJK UNIFIED IDEOGRAPH-43E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E5,
        name: "CJK UNIFIED IDEOGRAPH-43E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E6,
        name: "CJK UNIFIED IDEOGRAPH-43E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E7,
        name: "CJK UNIFIED IDEOGRAPH-43E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E8,
        name: "CJK UNIFIED IDEOGRAPH-43E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x43E9,
        name: "CJK UNIFIED IDEOGRAPH-43E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x43EA,
        name: "CJK UNIFIED IDEOGRAPH-43EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x43EB,
        name: "CJK UNIFIED IDEOGRAPH-43EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x43EC,
        name: "CJK UNIFIED IDEOGRAPH-43EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x43ED,
        name: "CJK UNIFIED IDEOGRAPH-43ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x43EE,
        name: "CJK UNIFIED IDEOGRAPH-43EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x43EF,
        name: "CJK UNIFIED IDEOGRAPH-43EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F0,
        name: "CJK UNIFIED IDEOGRAPH-43F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F1,
        name: "CJK UNIFIED IDEOGRAPH-43F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F2,
        name: "CJK UNIFIED IDEOGRAPH-43F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F3,
        name: "CJK UNIFIED IDEOGRAPH-43F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F4,
        name: "CJK UNIFIED IDEOGRAPH-43F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F5,
        name: "CJK UNIFIED IDEOGRAPH-43F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F6,
        name: "CJK UNIFIED IDEOGRAPH-43F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F7,
        name: "CJK UNIFIED IDEOGRAPH-43F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F8,
        name: "CJK UNIFIED IDEOGRAPH-43F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x43F9,
        name: "CJK UNIFIED IDEOGRAPH-43F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x43FA,
        name: "CJK UNIFIED IDEOGRAPH-43FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x43FB,
        name: "CJK UNIFIED IDEOGRAPH-43FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x43FC,
        name: "CJK UNIFIED IDEOGRAPH-43FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x43FD,
        name: "CJK UNIFIED IDEOGRAPH-43FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x43FE,
        name: "CJK UNIFIED IDEOGRAPH-43FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x43FF,
        name: "CJK UNIFIED IDEOGRAPH-43FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4400,
        name: "CJK UNIFIED IDEOGRAPH-4400",
    },
    Character {
        age: "3.0",
        codepoint: 0x4401,
        name: "CJK UNIFIED IDEOGRAPH-4401",
    },
    Character {
        age: "3.0",
        codepoint: 0x4402,
        name: "CJK UNIFIED IDEOGRAPH-4402",
    },
    Character {
        age: "3.0",
        codepoint: 0x4403,
        name: "CJK UNIFIED IDEOGRAPH-4403",
    },
    Character {
        age: "3.0",
        codepoint: 0x4404,
        name: "CJK UNIFIED IDEOGRAPH-4404",
    },
    Character {
        age: "3.0",
        codepoint: 0x4405,
        name: "CJK UNIFIED IDEOGRAPH-4405",
    },
    Character {
        age: "3.0",
        codepoint: 0x4406,
        name: "CJK UNIFIED IDEOGRAPH-4406",
    },
    Character {
        age: "3.0",
        codepoint: 0x4407,
        name: "CJK UNIFIED IDEOGRAPH-4407",
    },
    Character {
        age: "3.0",
        codepoint: 0x4408,
        name: "CJK UNIFIED IDEOGRAPH-4408",
    },
    Character {
        age: "3.0",
        codepoint: 0x4409,
        name: "CJK UNIFIED IDEOGRAPH-4409",
    },
    Character {
        age: "3.0",
        codepoint: 0x440A,
        name: "CJK UNIFIED IDEOGRAPH-440A",
    },
    Character {
        age: "3.0",
        codepoint: 0x440B,
        name: "CJK UNIFIED IDEOGRAPH-440B",
    },
    Character {
        age: "3.0",
        codepoint: 0x440C,
        name: "CJK UNIFIED IDEOGRAPH-440C",
    },
    Character {
        age: "3.0",
        codepoint: 0x440D,
        name: "CJK UNIFIED IDEOGRAPH-440D",
    },
    Character {
        age: "3.0",
        codepoint: 0x440E,
        name: "CJK UNIFIED IDEOGRAPH-440E",
    },
    Character {
        age: "3.0",
        codepoint: 0x440F,
        name: "CJK UNIFIED IDEOGRAPH-440F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4410,
        name: "CJK UNIFIED IDEOGRAPH-4410",
    },
    Character {
        age: "3.0",
        codepoint: 0x4411,
        name: "CJK UNIFIED IDEOGRAPH-4411",
    },
    Character {
        age: "3.0",
        codepoint: 0x4412,
        name: "CJK UNIFIED IDEOGRAPH-4412",
    },
    Character {
        age: "3.0",
        codepoint: 0x4413,
        name: "CJK UNIFIED IDEOGRAPH-4413",
    },
    Character {
        age: "3.0",
        codepoint: 0x4414,
        name: "CJK UNIFIED IDEOGRAPH-4414",
    },
    Character {
        age: "3.0",
        codepoint: 0x4415,
        name: "CJK UNIFIED IDEOGRAPH-4415",
    },
    Character {
        age: "3.0",
        codepoint: 0x4416,
        name: "CJK UNIFIED IDEOGRAPH-4416",
    },
    Character {
        age: "3.0",
        codepoint: 0x4417,
        name: "CJK UNIFIED IDEOGRAPH-4417",
    },
    Character {
        age: "3.0",
        codepoint: 0x4418,
        name: "CJK UNIFIED IDEOGRAPH-4418",
    },
    Character {
        age: "3.0",
        codepoint: 0x4419,
        name: "CJK UNIFIED IDEOGRAPH-4419",
    },
    Character {
        age: "3.0",
        codepoint: 0x441A,
        name: "CJK UNIFIED IDEOGRAPH-441A",
    },
    Character {
        age: "3.0",
        codepoint: 0x441B,
        name: "CJK UNIFIED IDEOGRAPH-441B",
    },
    Character {
        age: "3.0",
        codepoint: 0x441C,
        name: "CJK UNIFIED IDEOGRAPH-441C",
    },
    Character {
        age: "3.0",
        codepoint: 0x441D,
        name: "CJK UNIFIED IDEOGRAPH-441D",
    },
    Character {
        age: "3.0",
        codepoint: 0x441E,
        name: "CJK UNIFIED IDEOGRAPH-441E",
    },
    Character {
        age: "3.0",
        codepoint: 0x441F,
        name: "CJK UNIFIED IDEOGRAPH-441F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4420,
        name: "CJK UNIFIED IDEOGRAPH-4420",
    },
    Character {
        age: "3.0",
        codepoint: 0x4421,
        name: "CJK UNIFIED IDEOGRAPH-4421",
    },
    Character {
        age: "3.0",
        codepoint: 0x4422,
        name: "CJK UNIFIED IDEOGRAPH-4422",
    },
    Character {
        age: "3.0",
        codepoint: 0x4423,
        name: "CJK UNIFIED IDEOGRAPH-4423",
    },
    Character {
        age: "3.0",
        codepoint: 0x4424,
        name: "CJK UNIFIED IDEOGRAPH-4424",
    },
    Character {
        age: "3.0",
        codepoint: 0x4425,
        name: "CJK UNIFIED IDEOGRAPH-4425",
    },
    Character {
        age: "3.0",
        codepoint: 0x4426,
        name: "CJK UNIFIED IDEOGRAPH-4426",
    },
    Character {
        age: "3.0",
        codepoint: 0x4427,
        name: "CJK UNIFIED IDEOGRAPH-4427",
    },
    Character {
        age: "3.0",
        codepoint: 0x4428,
        name: "CJK UNIFIED IDEOGRAPH-4428",
    },
    Character {
        age: "3.0",
        codepoint: 0x4429,
        name: "CJK UNIFIED IDEOGRAPH-4429",
    },
    Character {
        age: "3.0",
        codepoint: 0x442A,
        name: "CJK UNIFIED IDEOGRAPH-442A",
    },
    Character {
        age: "3.0",
        codepoint: 0x442B,
        name: "CJK UNIFIED IDEOGRAPH-442B",
    },
    Character {
        age: "3.0",
        codepoint: 0x442C,
        name: "CJK UNIFIED IDEOGRAPH-442C",
    },
    Character {
        age: "3.0",
        codepoint: 0x442D,
        name: "CJK UNIFIED IDEOGRAPH-442D",
    },
    Character {
        age: "3.0",
        codepoint: 0x442E,
        name: "CJK UNIFIED IDEOGRAPH-442E",
    },
    Character {
        age: "3.0",
        codepoint: 0x442F,
        name: "CJK UNIFIED IDEOGRAPH-442F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4430,
        name: "CJK UNIFIED IDEOGRAPH-4430",
    },
    Character {
        age: "3.0",
        codepoint: 0x4431,
        name: "CJK UNIFIED IDEOGRAPH-4431",
    },
    Character {
        age: "3.0",
        codepoint: 0x4432,
        name: "CJK UNIFIED IDEOGRAPH-4432",
    },
    Character {
        age: "3.0",
        codepoint: 0x4433,
        name: "CJK UNIFIED IDEOGRAPH-4433",
    },
    Character {
        age: "3.0",
        codepoint: 0x4434,
        name: "CJK UNIFIED IDEOGRAPH-4434",
    },
    Character {
        age: "3.0",
        codepoint: 0x4435,
        name: "CJK UNIFIED IDEOGRAPH-4435",
    },
    Character {
        age: "3.0",
        codepoint: 0x4436,
        name: "CJK UNIFIED IDEOGRAPH-4436",
    },
    Character {
        age: "3.0",
        codepoint: 0x4437,
        name: "CJK UNIFIED IDEOGRAPH-4437",
    },
    Character {
        age: "3.0",
        codepoint: 0x4438,
        name: "CJK UNIFIED IDEOGRAPH-4438",
    },
    Character {
        age: "3.0",
        codepoint: 0x4439,
        name: "CJK UNIFIED IDEOGRAPH-4439",
    },
    Character {
        age: "3.0",
        codepoint: 0x443A,
        name: "CJK UNIFIED IDEOGRAPH-443A",
    },
    Character {
        age: "3.0",
        codepoint: 0x443B,
        name: "CJK UNIFIED IDEOGRAPH-443B",
    },
    Character {
        age: "3.0",
        codepoint: 0x443C,
        name: "CJK UNIFIED IDEOGRAPH-443C",
    },
    Character {
        age: "3.0",
        codepoint: 0x443D,
        name: "CJK UNIFIED IDEOGRAPH-443D",
    },
    Character {
        age: "3.0",
        codepoint: 0x443E,
        name: "CJK UNIFIED IDEOGRAPH-443E",
    },
    Character {
        age: "3.0",
        codepoint: 0x443F,
        name: "CJK UNIFIED IDEOGRAPH-443F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4440,
        name: "CJK UNIFIED IDEOGRAPH-4440",
    },
    Character {
        age: "3.0",
        codepoint: 0x4441,
        name: "CJK UNIFIED IDEOGRAPH-4441",
    },
    Character {
        age: "3.0",
        codepoint: 0x4442,
        name: "CJK UNIFIED IDEOGRAPH-4442",
    },
    Character {
        age: "3.0",
        codepoint: 0x4443,
        name: "CJK UNIFIED IDEOGRAPH-4443",
    },
    Character {
        age: "3.0",
        codepoint: 0x4444,
        name: "CJK UNIFIED IDEOGRAPH-4444",
    },
    Character {
        age: "3.0",
        codepoint: 0x4445,
        name: "CJK UNIFIED IDEOGRAPH-4445",
    },
    Character {
        age: "3.0",
        codepoint: 0x4446,
        name: "CJK UNIFIED IDEOGRAPH-4446",
    },
    Character {
        age: "3.0",
        codepoint: 0x4447,
        name: "CJK UNIFIED IDEOGRAPH-4447",
    },
    Character {
        age: "3.0",
        codepoint: 0x4448,
        name: "CJK UNIFIED IDEOGRAPH-4448",
    },
    Character {
        age: "3.0",
        codepoint: 0x4449,
        name: "CJK UNIFIED IDEOGRAPH-4449",
    },
    Character {
        age: "3.0",
        codepoint: 0x444A,
        name: "CJK UNIFIED IDEOGRAPH-444A",
    },
    Character {
        age: "3.0",
        codepoint: 0x444B,
        name: "CJK UNIFIED IDEOGRAPH-444B",
    },
    Character {
        age: "3.0",
        codepoint: 0x444C,
        name: "CJK UNIFIED IDEOGRAPH-444C",
    },
    Character {
        age: "3.0",
        codepoint: 0x444D,
        name: "CJK UNIFIED IDEOGRAPH-444D",
    },
    Character {
        age: "3.0",
        codepoint: 0x444E,
        name: "CJK UNIFIED IDEOGRAPH-444E",
    },
    Character {
        age: "3.0",
        codepoint: 0x444F,
        name: "CJK UNIFIED IDEOGRAPH-444F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4450,
        name: "CJK UNIFIED IDEOGRAPH-4450",
    },
    Character {
        age: "3.0",
        codepoint: 0x4451,
        name: "CJK UNIFIED IDEOGRAPH-4451",
    },
    Character {
        age: "3.0",
        codepoint: 0x4452,
        name: "CJK UNIFIED IDEOGRAPH-4452",
    },
    Character {
        age: "3.0",
        codepoint: 0x4453,
        name: "CJK UNIFIED IDEOGRAPH-4453",
    },
    Character {
        age: "3.0",
        codepoint: 0x4454,
        name: "CJK UNIFIED IDEOGRAPH-4454",
    },
    Character {
        age: "3.0",
        codepoint: 0x4455,
        name: "CJK UNIFIED IDEOGRAPH-4455",
    },
    Character {
        age: "3.0",
        codepoint: 0x4456,
        name: "CJK UNIFIED IDEOGRAPH-4456",
    },
    Character {
        age: "3.0",
        codepoint: 0x4457,
        name: "CJK UNIFIED IDEOGRAPH-4457",
    },
    Character {
        age: "3.0",
        codepoint: 0x4458,
        name: "CJK UNIFIED IDEOGRAPH-4458",
    },
    Character {
        age: "3.0",
        codepoint: 0x4459,
        name: "CJK UNIFIED IDEOGRAPH-4459",
    },
    Character {
        age: "3.0",
        codepoint: 0x445A,
        name: "CJK UNIFIED IDEOGRAPH-445A",
    },
    Character {
        age: "3.0",
        codepoint: 0x445B,
        name: "CJK UNIFIED IDEOGRAPH-445B",
    },
    Character {
        age: "3.0",
        codepoint: 0x445C,
        name: "CJK UNIFIED IDEOGRAPH-445C",
    },
    Character {
        age: "3.0",
        codepoint: 0x445D,
        name: "CJK UNIFIED IDEOGRAPH-445D",
    },
    Character {
        age: "3.0",
        codepoint: 0x445E,
        name: "CJK UNIFIED IDEOGRAPH-445E",
    },
    Character {
        age: "3.0",
        codepoint: 0x445F,
        name: "CJK UNIFIED IDEOGRAPH-445F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4460,
        name: "CJK UNIFIED IDEOGRAPH-4460",
    },
    Character {
        age: "3.0",
        codepoint: 0x4461,
        name: "CJK UNIFIED IDEOGRAPH-4461",
    },
    Character {
        age: "3.0",
        codepoint: 0x4462,
        name: "CJK UNIFIED IDEOGRAPH-4462",
    },
    Character {
        age: "3.0",
        codepoint: 0x4463,
        name: "CJK UNIFIED IDEOGRAPH-4463",
    },
    Character {
        age: "3.0",
        codepoint: 0x4464,
        name: "CJK UNIFIED IDEOGRAPH-4464",
    },
    Character {
        age: "3.0",
        codepoint: 0x4465,
        name: "CJK UNIFIED IDEOGRAPH-4465",
    },
    Character {
        age: "3.0",
        codepoint: 0x4466,
        name: "CJK UNIFIED IDEOGRAPH-4466",
    },
    Character {
        age: "3.0",
        codepoint: 0x4467,
        name: "CJK UNIFIED IDEOGRAPH-4467",
    },
    Character {
        age: "3.0",
        codepoint: 0x4468,
        name: "CJK UNIFIED IDEOGRAPH-4468",
    },
    Character {
        age: "3.0",
        codepoint: 0x4469,
        name: "CJK UNIFIED IDEOGRAPH-4469",
    },
    Character {
        age: "3.0",
        codepoint: 0x446A,
        name: "CJK UNIFIED IDEOGRAPH-446A",
    },
    Character {
        age: "3.0",
        codepoint: 0x446B,
        name: "CJK UNIFIED IDEOGRAPH-446B",
    },
    Character {
        age: "3.0",
        codepoint: 0x446C,
        name: "CJK UNIFIED IDEOGRAPH-446C",
    },
    Character {
        age: "3.0",
        codepoint: 0x446D,
        name: "CJK UNIFIED IDEOGRAPH-446D",
    },
    Character {
        age: "3.0",
        codepoint: 0x446E,
        name: "CJK UNIFIED IDEOGRAPH-446E",
    },
    Character {
        age: "3.0",
        codepoint: 0x446F,
        name: "CJK UNIFIED IDEOGRAPH-446F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4470,
        name: "CJK UNIFIED IDEOGRAPH-4470",
    },
    Character {
        age: "3.0",
        codepoint: 0x4471,
        name: "CJK UNIFIED IDEOGRAPH-4471",
    },
    Character {
        age: "3.0",
        codepoint: 0x4472,
        name: "CJK UNIFIED IDEOGRAPH-4472",
    },
    Character {
        age: "3.0",
        codepoint: 0x4473,
        name: "CJK UNIFIED IDEOGRAPH-4473",
    },
    Character {
        age: "3.0",
        codepoint: 0x4474,
        name: "CJK UNIFIED IDEOGRAPH-4474",
    },
    Character {
        age: "3.0",
        codepoint: 0x4475,
        name: "CJK UNIFIED IDEOGRAPH-4475",
    },
    Character {
        age: "3.0",
        codepoint: 0x4476,
        name: "CJK UNIFIED IDEOGRAPH-4476",
    },
    Character {
        age: "3.0",
        codepoint: 0x4477,
        name: "CJK UNIFIED IDEOGRAPH-4477",
    },
    Character {
        age: "3.0",
        codepoint: 0x4478,
        name: "CJK UNIFIED IDEOGRAPH-4478",
    },
    Character {
        age: "3.0",
        codepoint: 0x4479,
        name: "CJK UNIFIED IDEOGRAPH-4479",
    },
    Character {
        age: "3.0",
        codepoint: 0x447A,
        name: "CJK UNIFIED IDEOGRAPH-447A",
    },
    Character {
        age: "3.0",
        codepoint: 0x447B,
        name: "CJK UNIFIED IDEOGRAPH-447B",
    },
    Character {
        age: "3.0",
        codepoint: 0x447C,
        name: "CJK UNIFIED IDEOGRAPH-447C",
    },
    Character {
        age: "3.0",
        codepoint: 0x447D,
        name: "CJK UNIFIED IDEOGRAPH-447D",
    },
    Character {
        age: "3.0",
        codepoint: 0x447E,
        name: "CJK UNIFIED IDEOGRAPH-447E",
    },
    Character {
        age: "3.0",
        codepoint: 0x447F,
        name: "CJK UNIFIED IDEOGRAPH-447F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4480,
        name: "CJK UNIFIED IDEOGRAPH-4480",
    },
    Character {
        age: "3.0",
        codepoint: 0x4481,
        name: "CJK UNIFIED IDEOGRAPH-4481",
    },
    Character {
        age: "3.0",
        codepoint: 0x4482,
        name: "CJK UNIFIED IDEOGRAPH-4482",
    },
    Character {
        age: "3.0",
        codepoint: 0x4483,
        name: "CJK UNIFIED IDEOGRAPH-4483",
    },
    Character {
        age: "3.0",
        codepoint: 0x4484,
        name: "CJK UNIFIED IDEOGRAPH-4484",
    },
    Character {
        age: "3.0",
        codepoint: 0x4485,
        name: "CJK UNIFIED IDEOGRAPH-4485",
    },
    Character {
        age: "3.0",
        codepoint: 0x4486,
        name: "CJK UNIFIED IDEOGRAPH-4486",
    },
    Character {
        age: "3.0",
        codepoint: 0x4487,
        name: "CJK UNIFIED IDEOGRAPH-4487",
    },
    Character {
        age: "3.0",
        codepoint: 0x4488,
        name: "CJK UNIFIED IDEOGRAPH-4488",
    },
    Character {
        age: "3.0",
        codepoint: 0x4489,
        name: "CJK UNIFIED IDEOGRAPH-4489",
    },
    Character {
        age: "3.0",
        codepoint: 0x448A,
        name: "CJK UNIFIED IDEOGRAPH-448A",
    },
    Character {
        age: "3.0",
        codepoint: 0x448B,
        name: "CJK UNIFIED IDEOGRAPH-448B",
    },
    Character {
        age: "3.0",
        codepoint: 0x448C,
        name: "CJK UNIFIED IDEOGRAPH-448C",
    },
    Character {
        age: "3.0",
        codepoint: 0x448D,
        name: "CJK UNIFIED IDEOGRAPH-448D",
    },
    Character {
        age: "3.0",
        codepoint: 0x448E,
        name: "CJK UNIFIED IDEOGRAPH-448E",
    },
    Character {
        age: "3.0",
        codepoint: 0x448F,
        name: "CJK UNIFIED IDEOGRAPH-448F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4490,
        name: "CJK UNIFIED IDEOGRAPH-4490",
    },
    Character {
        age: "3.0",
        codepoint: 0x4491,
        name: "CJK UNIFIED IDEOGRAPH-4491",
    },
    Character {
        age: "3.0",
        codepoint: 0x4492,
        name: "CJK UNIFIED IDEOGRAPH-4492",
    },
    Character {
        age: "3.0",
        codepoint: 0x4493,
        name: "CJK UNIFIED IDEOGRAPH-4493",
    },
    Character {
        age: "3.0",
        codepoint: 0x4494,
        name: "CJK UNIFIED IDEOGRAPH-4494",
    },
    Character {
        age: "3.0",
        codepoint: 0x4495,
        name: "CJK UNIFIED IDEOGRAPH-4495",
    },
    Character {
        age: "3.0",
        codepoint: 0x4496,
        name: "CJK UNIFIED IDEOGRAPH-4496",
    },
    Character {
        age: "3.0",
        codepoint: 0x4497,
        name: "CJK UNIFIED IDEOGRAPH-4497",
    },
    Character {
        age: "3.0",
        codepoint: 0x4498,
        name: "CJK UNIFIED IDEOGRAPH-4498",
    },
    Character {
        age: "3.0",
        codepoint: 0x4499,
        name: "CJK UNIFIED IDEOGRAPH-4499",
    },
    Character {
        age: "3.0",
        codepoint: 0x449A,
        name: "CJK UNIFIED IDEOGRAPH-449A",
    },
    Character {
        age: "3.0",
        codepoint: 0x449B,
        name: "CJK UNIFIED IDEOGRAPH-449B",
    },
    Character {
        age: "3.0",
        codepoint: 0x449C,
        name: "CJK UNIFIED IDEOGRAPH-449C",
    },
    Character {
        age: "3.0",
        codepoint: 0x449D,
        name: "CJK UNIFIED IDEOGRAPH-449D",
    },
    Character {
        age: "3.0",
        codepoint: 0x449E,
        name: "CJK UNIFIED IDEOGRAPH-449E",
    },
    Character {
        age: "3.0",
        codepoint: 0x449F,
        name: "CJK UNIFIED IDEOGRAPH-449F",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A0,
        name: "CJK UNIFIED IDEOGRAPH-44A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A1,
        name: "CJK UNIFIED IDEOGRAPH-44A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A2,
        name: "CJK UNIFIED IDEOGRAPH-44A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A3,
        name: "CJK UNIFIED IDEOGRAPH-44A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A4,
        name: "CJK UNIFIED IDEOGRAPH-44A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A5,
        name: "CJK UNIFIED IDEOGRAPH-44A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A6,
        name: "CJK UNIFIED IDEOGRAPH-44A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A7,
        name: "CJK UNIFIED IDEOGRAPH-44A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A8,
        name: "CJK UNIFIED IDEOGRAPH-44A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x44A9,
        name: "CJK UNIFIED IDEOGRAPH-44A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x44AA,
        name: "CJK UNIFIED IDEOGRAPH-44AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x44AB,
        name: "CJK UNIFIED IDEOGRAPH-44AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x44AC,
        name: "CJK UNIFIED IDEOGRAPH-44AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x44AD,
        name: "CJK UNIFIED IDEOGRAPH-44AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x44AE,
        name: "CJK UNIFIED IDEOGRAPH-44AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x44AF,
        name: "CJK UNIFIED IDEOGRAPH-44AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B0,
        name: "CJK UNIFIED IDEOGRAPH-44B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B1,
        name: "CJK UNIFIED IDEOGRAPH-44B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B2,
        name: "CJK UNIFIED IDEOGRAPH-44B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B3,
        name: "CJK UNIFIED IDEOGRAPH-44B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B4,
        name: "CJK UNIFIED IDEOGRAPH-44B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B5,
        name: "CJK UNIFIED IDEOGRAPH-44B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B6,
        name: "CJK UNIFIED IDEOGRAPH-44B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B7,
        name: "CJK UNIFIED IDEOGRAPH-44B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B8,
        name: "CJK UNIFIED IDEOGRAPH-44B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x44B9,
        name: "CJK UNIFIED IDEOGRAPH-44B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x44BA,
        name: "CJK UNIFIED IDEOGRAPH-44BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x44BB,
        name: "CJK UNIFIED IDEOGRAPH-44BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x44BC,
        name: "CJK UNIFIED IDEOGRAPH-44BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x44BD,
        name: "CJK UNIFIED IDEOGRAPH-44BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x44BE,
        name: "CJK UNIFIED IDEOGRAPH-44BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x44BF,
        name: "CJK UNIFIED IDEOGRAPH-44BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C0,
        name: "CJK UNIFIED IDEOGRAPH-44C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C1,
        name: "CJK UNIFIED IDEOGRAPH-44C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C2,
        name: "CJK UNIFIED IDEOGRAPH-44C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C3,
        name: "CJK UNIFIED IDEOGRAPH-44C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C4,
        name: "CJK UNIFIED IDEOGRAPH-44C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C5,
        name: "CJK UNIFIED IDEOGRAPH-44C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C6,
        name: "CJK UNIFIED IDEOGRAPH-44C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C7,
        name: "CJK UNIFIED IDEOGRAPH-44C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C8,
        name: "CJK UNIFIED IDEOGRAPH-44C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x44C9,
        name: "CJK UNIFIED IDEOGRAPH-44C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x44CA,
        name: "CJK UNIFIED IDEOGRAPH-44CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x44CB,
        name: "CJK UNIFIED IDEOGRAPH-44CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x44CC,
        name: "CJK UNIFIED IDEOGRAPH-44CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x44CD,
        name: "CJK UNIFIED IDEOGRAPH-44CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x44CE,
        name: "CJK UNIFIED IDEOGRAPH-44CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x44CF,
        name: "CJK UNIFIED IDEOGRAPH-44CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D0,
        name: "CJK UNIFIED IDEOGRAPH-44D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D1,
        name: "CJK UNIFIED IDEOGRAPH-44D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D2,
        name: "CJK UNIFIED IDEOGRAPH-44D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D3,
        name: "CJK UNIFIED IDEOGRAPH-44D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D4,
        name: "CJK UNIFIED IDEOGRAPH-44D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D5,
        name: "CJK UNIFIED IDEOGRAPH-44D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D6,
        name: "CJK UNIFIED IDEOGRAPH-44D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D7,
        name: "CJK UNIFIED IDEOGRAPH-44D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D8,
        name: "CJK UNIFIED IDEOGRAPH-44D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x44D9,
        name: "CJK UNIFIED IDEOGRAPH-44D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x44DA,
        name: "CJK UNIFIED IDEOGRAPH-44DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x44DB,
        name: "CJK UNIFIED IDEOGRAPH-44DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x44DC,
        name: "CJK UNIFIED IDEOGRAPH-44DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x44DD,
        name: "CJK UNIFIED IDEOGRAPH-44DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x44DE,
        name: "CJK UNIFIED IDEOGRAPH-44DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x44DF,
        name: "CJK UNIFIED IDEOGRAPH-44DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E0,
        name: "CJK UNIFIED IDEOGRAPH-44E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E1,
        name: "CJK UNIFIED IDEOGRAPH-44E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E2,
        name: "CJK UNIFIED IDEOGRAPH-44E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E3,
        name: "CJK UNIFIED IDEOGRAPH-44E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E4,
        name: "CJK UNIFIED IDEOGRAPH-44E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E5,
        name: "CJK UNIFIED IDEOGRAPH-44E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E6,
        name: "CJK UNIFIED IDEOGRAPH-44E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E7,
        name: "CJK UNIFIED IDEOGRAPH-44E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E8,
        name: "CJK UNIFIED IDEOGRAPH-44E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x44E9,
        name: "CJK UNIFIED IDEOGRAPH-44E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x44EA,
        name: "CJK UNIFIED IDEOGRAPH-44EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x44EB,
        name: "CJK UNIFIED IDEOGRAPH-44EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x44EC,
        name: "CJK UNIFIED IDEOGRAPH-44EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x44ED,
        name: "CJK UNIFIED IDEOGRAPH-44ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x44EE,
        name: "CJK UNIFIED IDEOGRAPH-44EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x44EF,
        name: "CJK UNIFIED IDEOGRAPH-44EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F0,
        name: "CJK UNIFIED IDEOGRAPH-44F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F1,
        name: "CJK UNIFIED IDEOGRAPH-44F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F2,
        name: "CJK UNIFIED IDEOGRAPH-44F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F3,
        name: "CJK UNIFIED IDEOGRAPH-44F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F4,
        name: "CJK UNIFIED IDEOGRAPH-44F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F5,
        name: "CJK UNIFIED IDEOGRAPH-44F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F6,
        name: "CJK UNIFIED IDEOGRAPH-44F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F7,
        name: "CJK UNIFIED IDEOGRAPH-44F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F8,
        name: "CJK UNIFIED IDEOGRAPH-44F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x44F9,
        name: "CJK UNIFIED IDEOGRAPH-44F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x44FA,
        name: "CJK UNIFIED IDEOGRAPH-44FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x44FB,
        name: "CJK UNIFIED IDEOGRAPH-44FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x44FC,
        name: "CJK UNIFIED IDEOGRAPH-44FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x44FD,
        name: "CJK UNIFIED IDEOGRAPH-44FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x44FE,
        name: "CJK UNIFIED IDEOGRAPH-44FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x44FF,
        name: "CJK UNIFIED IDEOGRAPH-44FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4500,
        name: "CJK UNIFIED IDEOGRAPH-4500",
    },
    Character {
        age: "3.0",
        codepoint: 0x4501,
        name: "CJK UNIFIED IDEOGRAPH-4501",
    },
    Character {
        age: "3.0",
        codepoint: 0x4502,
        name: "CJK UNIFIED IDEOGRAPH-4502",
    },
    Character {
        age: "3.0",
        codepoint: 0x4503,
        name: "CJK UNIFIED IDEOGRAPH-4503",
    },
    Character {
        age: "3.0",
        codepoint: 0x4504,
        name: "CJK UNIFIED IDEOGRAPH-4504",
    },
    Character {
        age: "3.0",
        codepoint: 0x4505,
        name: "CJK UNIFIED IDEOGRAPH-4505",
    },
    Character {
        age: "3.0",
        codepoint: 0x4506,
        name: "CJK UNIFIED IDEOGRAPH-4506",
    },
    Character {
        age: "3.0",
        codepoint: 0x4507,
        name: "CJK UNIFIED IDEOGRAPH-4507",
    },
    Character {
        age: "3.0",
        codepoint: 0x4508,
        name: "CJK UNIFIED IDEOGRAPH-4508",
    },
    Character {
        age: "3.0",
        codepoint: 0x4509,
        name: "CJK UNIFIED IDEOGRAPH-4509",
    },
    Character {
        age: "3.0",
        codepoint: 0x450A,
        name: "CJK UNIFIED IDEOGRAPH-450A",
    },
    Character {
        age: "3.0",
        codepoint: 0x450B,
        name: "CJK UNIFIED IDEOGRAPH-450B",
    },
    Character {
        age: "3.0",
        codepoint: 0x450C,
        name: "CJK UNIFIED IDEOGRAPH-450C",
    },
    Character {
        age: "3.0",
        codepoint: 0x450D,
        name: "CJK UNIFIED IDEOGRAPH-450D",
    },
    Character {
        age: "3.0",
        codepoint: 0x450E,
        name: "CJK UNIFIED IDEOGRAPH-450E",
    },
    Character {
        age: "3.0",
        codepoint: 0x450F,
        name: "CJK UNIFIED IDEOGRAPH-450F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4510,
        name: "CJK UNIFIED IDEOGRAPH-4510",
    },
    Character {
        age: "3.0",
        codepoint: 0x4511,
        name: "CJK UNIFIED IDEOGRAPH-4511",
    },
    Character {
        age: "3.0",
        codepoint: 0x4512,
        name: "CJK UNIFIED IDEOGRAPH-4512",
    },
    Character {
        age: "3.0",
        codepoint: 0x4513,
        name: "CJK UNIFIED IDEOGRAPH-4513",
    },
    Character {
        age: "3.0",
        codepoint: 0x4514,
        name: "CJK UNIFIED IDEOGRAPH-4514",
    },
    Character {
        age: "3.0",
        codepoint: 0x4515,
        name: "CJK UNIFIED IDEOGRAPH-4515",
    },
    Character {
        age: "3.0",
        codepoint: 0x4516,
        name: "CJK UNIFIED IDEOGRAPH-4516",
    },
    Character {
        age: "3.0",
        codepoint: 0x4517,
        name: "CJK UNIFIED IDEOGRAPH-4517",
    },
    Character {
        age: "3.0",
        codepoint: 0x4518,
        name: "CJK UNIFIED IDEOGRAPH-4518",
    },
    Character {
        age: "3.0",
        codepoint: 0x4519,
        name: "CJK UNIFIED IDEOGRAPH-4519",
    },
    Character {
        age: "3.0",
        codepoint: 0x451A,
        name: "CJK UNIFIED IDEOGRAPH-451A",
    },
    Character {
        age: "3.0",
        codepoint: 0x451B,
        name: "CJK UNIFIED IDEOGRAPH-451B",
    },
    Character {
        age: "3.0",
        codepoint: 0x451C,
        name: "CJK UNIFIED IDEOGRAPH-451C",
    },
    Character {
        age: "3.0",
        codepoint: 0x451D,
        name: "CJK UNIFIED IDEOGRAPH-451D",
    },
    Character {
        age: "3.0",
        codepoint: 0x451E,
        name: "CJK UNIFIED IDEOGRAPH-451E",
    },
    Character {
        age: "3.0",
        codepoint: 0x451F,
        name: "CJK UNIFIED IDEOGRAPH-451F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4520,
        name: "CJK UNIFIED IDEOGRAPH-4520",
    },
    Character {
        age: "3.0",
        codepoint: 0x4521,
        name: "CJK UNIFIED IDEOGRAPH-4521",
    },
    Character {
        age: "3.0",
        codepoint: 0x4522,
        name: "CJK UNIFIED IDEOGRAPH-4522",
    },
    Character {
        age: "3.0",
        codepoint: 0x4523,
        name: "CJK UNIFIED IDEOGRAPH-4523",
    },
    Character {
        age: "3.0",
        codepoint: 0x4524,
        name: "CJK UNIFIED IDEOGRAPH-4524",
    },
    Character {
        age: "3.0",
        codepoint: 0x4525,
        name: "CJK UNIFIED IDEOGRAPH-4525",
    },
    Character {
        age: "3.0",
        codepoint: 0x4526,
        name: "CJK UNIFIED IDEOGRAPH-4526",
    },
    Character {
        age: "3.0",
        codepoint: 0x4527,
        name: "CJK UNIFIED IDEOGRAPH-4527",
    },
    Character {
        age: "3.0",
        codepoint: 0x4528,
        name: "CJK UNIFIED IDEOGRAPH-4528",
    },
    Character {
        age: "3.0",
        codepoint: 0x4529,
        name: "CJK UNIFIED IDEOGRAPH-4529",
    },
    Character {
        age: "3.0",
        codepoint: 0x452A,
        name: "CJK UNIFIED IDEOGRAPH-452A",
    },
    Character {
        age: "3.0",
        codepoint: 0x452B,
        name: "CJK UNIFIED IDEOGRAPH-452B",
    },
    Character {
        age: "3.0",
        codepoint: 0x452C,
        name: "CJK UNIFIED IDEOGRAPH-452C",
    },
    Character {
        age: "3.0",
        codepoint: 0x452D,
        name: "CJK UNIFIED IDEOGRAPH-452D",
    },
    Character {
        age: "3.0",
        codepoint: 0x452E,
        name: "CJK UNIFIED IDEOGRAPH-452E",
    },
    Character {
        age: "3.0",
        codepoint: 0x452F,
        name: "CJK UNIFIED IDEOGRAPH-452F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4530,
        name: "CJK UNIFIED IDEOGRAPH-4530",
    },
    Character {
        age: "3.0",
        codepoint: 0x4531,
        name: "CJK UNIFIED IDEOGRAPH-4531",
    },
    Character {
        age: "3.0",
        codepoint: 0x4532,
        name: "CJK UNIFIED IDEOGRAPH-4532",
    },
    Character {
        age: "3.0",
        codepoint: 0x4533,
        name: "CJK UNIFIED IDEOGRAPH-4533",
    },
    Character {
        age: "3.0",
        codepoint: 0x4534,
        name: "CJK UNIFIED IDEOGRAPH-4534",
    },
    Character {
        age: "3.0",
        codepoint: 0x4535,
        name: "CJK UNIFIED IDEOGRAPH-4535",
    },
    Character {
        age: "3.0",
        codepoint: 0x4536,
        name: "CJK UNIFIED IDEOGRAPH-4536",
    },
    Character {
        age: "3.0",
        codepoint: 0x4537,
        name: "CJK UNIFIED IDEOGRAPH-4537",
    },
    Character {
        age: "3.0",
        codepoint: 0x4538,
        name: "CJK UNIFIED IDEOGRAPH-4538",
    },
    Character {
        age: "3.0",
        codepoint: 0x4539,
        name: "CJK UNIFIED IDEOGRAPH-4539",
    },
    Character {
        age: "3.0",
        codepoint: 0x453A,
        name: "CJK UNIFIED IDEOGRAPH-453A",
    },
    Character {
        age: "3.0",
        codepoint: 0x453B,
        name: "CJK UNIFIED IDEOGRAPH-453B",
    },
    Character {
        age: "3.0",
        codepoint: 0x453C,
        name: "CJK UNIFIED IDEOGRAPH-453C",
    },
    Character {
        age: "3.0",
        codepoint: 0x453D,
        name: "CJK UNIFIED IDEOGRAPH-453D",
    },
    Character {
        age: "3.0",
        codepoint: 0x453E,
        name: "CJK UNIFIED IDEOGRAPH-453E",
    },
    Character {
        age: "3.0",
        codepoint: 0x453F,
        name: "CJK UNIFIED IDEOGRAPH-453F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4540,
        name: "CJK UNIFIED IDEOGRAPH-4540",
    },
    Character {
        age: "3.0",
        codepoint: 0x4541,
        name: "CJK UNIFIED IDEOGRAPH-4541",
    },
    Character {
        age: "3.0",
        codepoint: 0x4542,
        name: "CJK UNIFIED IDEOGRAPH-4542",
    },
    Character {
        age: "3.0",
        codepoint: 0x4543,
        name: "CJK UNIFIED IDEOGRAPH-4543",
    },
    Character {
        age: "3.0",
        codepoint: 0x4544,
        name: "CJK UNIFIED IDEOGRAPH-4544",
    },
    Character {
        age: "3.0",
        codepoint: 0x4545,
        name: "CJK UNIFIED IDEOGRAPH-4545",
    },
    Character {
        age: "3.0",
        codepoint: 0x4546,
        name: "CJK UNIFIED IDEOGRAPH-4546",
    },
    Character {
        age: "3.0",
        codepoint: 0x4547,
        name: "CJK UNIFIED IDEOGRAPH-4547",
    },
    Character {
        age: "3.0",
        codepoint: 0x4548,
        name: "CJK UNIFIED IDEOGRAPH-4548",
    },
    Character {
        age: "3.0",
        codepoint: 0x4549,
        name: "CJK UNIFIED IDEOGRAPH-4549",
    },
    Character {
        age: "3.0",
        codepoint: 0x454A,
        name: "CJK UNIFIED IDEOGRAPH-454A",
    },
    Character {
        age: "3.0",
        codepoint: 0x454B,
        name: "CJK UNIFIED IDEOGRAPH-454B",
    },
    Character {
        age: "3.0",
        codepoint: 0x454C,
        name: "CJK UNIFIED IDEOGRAPH-454C",
    },
    Character {
        age: "3.0",
        codepoint: 0x454D,
        name: "CJK UNIFIED IDEOGRAPH-454D",
    },
    Character {
        age: "3.0",
        codepoint: 0x454E,
        name: "CJK UNIFIED IDEOGRAPH-454E",
    },
    Character {
        age: "3.0",
        codepoint: 0x454F,
        name: "CJK UNIFIED IDEOGRAPH-454F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4550,
        name: "CJK UNIFIED IDEOGRAPH-4550",
    },
    Character {
        age: "3.0",
        codepoint: 0x4551,
        name: "CJK UNIFIED IDEOGRAPH-4551",
    },
    Character {
        age: "3.0",
        codepoint: 0x4552,
        name: "CJK UNIFIED IDEOGRAPH-4552",
    },
    Character {
        age: "3.0",
        codepoint: 0x4553,
        name: "CJK UNIFIED IDEOGRAPH-4553",
    },
    Character {
        age: "3.0",
        codepoint: 0x4554,
        name: "CJK UNIFIED IDEOGRAPH-4554",
    },
    Character {
        age: "3.0",
        codepoint: 0x4555,
        name: "CJK UNIFIED IDEOGRAPH-4555",
    },
    Character {
        age: "3.0",
        codepoint: 0x4556,
        name: "CJK UNIFIED IDEOGRAPH-4556",
    },
    Character {
        age: "3.0",
        codepoint: 0x4557,
        name: "CJK UNIFIED IDEOGRAPH-4557",
    },
    Character {
        age: "3.0",
        codepoint: 0x4558,
        name: "CJK UNIFIED IDEOGRAPH-4558",
    },
    Character {
        age: "3.0",
        codepoint: 0x4559,
        name: "CJK UNIFIED IDEOGRAPH-4559",
    },
    Character {
        age: "3.0",
        codepoint: 0x455A,
        name: "CJK UNIFIED IDEOGRAPH-455A",
    },
    Character {
        age: "3.0",
        codepoint: 0x455B,
        name: "CJK UNIFIED IDEOGRAPH-455B",
    },
    Character {
        age: "3.0",
        codepoint: 0x455C,
        name: "CJK UNIFIED IDEOGRAPH-455C",
    },
    Character {
        age: "3.0",
        codepoint: 0x455D,
        name: "CJK UNIFIED IDEOGRAPH-455D",
    },
    Character {
        age: "3.0",
        codepoint: 0x455E,
        name: "CJK UNIFIED IDEOGRAPH-455E",
    },
    Character {
        age: "3.0",
        codepoint: 0x455F,
        name: "CJK UNIFIED IDEOGRAPH-455F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4560,
        name: "CJK UNIFIED IDEOGRAPH-4560",
    },
    Character {
        age: "3.0",
        codepoint: 0x4561,
        name: "CJK UNIFIED IDEOGRAPH-4561",
    },
    Character {
        age: "3.0",
        codepoint: 0x4562,
        name: "CJK UNIFIED IDEOGRAPH-4562",
    },
    Character {
        age: "3.0",
        codepoint: 0x4563,
        name: "CJK UNIFIED IDEOGRAPH-4563",
    },
    Character {
        age: "3.0",
        codepoint: 0x4564,
        name: "CJK UNIFIED IDEOGRAPH-4564",
    },
    Character {
        age: "3.0",
        codepoint: 0x4565,
        name: "CJK UNIFIED IDEOGRAPH-4565",
    },
    Character {
        age: "3.0",
        codepoint: 0x4566,
        name: "CJK UNIFIED IDEOGRAPH-4566",
    },
    Character {
        age: "3.0",
        codepoint: 0x4567,
        name: "CJK UNIFIED IDEOGRAPH-4567",
    },
    Character {
        age: "3.0",
        codepoint: 0x4568,
        name: "CJK UNIFIED IDEOGRAPH-4568",
    },
    Character {
        age: "3.0",
        codepoint: 0x4569,
        name: "CJK UNIFIED IDEOGRAPH-4569",
    },
    Character {
        age: "3.0",
        codepoint: 0x456A,
        name: "CJK UNIFIED IDEOGRAPH-456A",
    },
    Character {
        age: "3.0",
        codepoint: 0x456B,
        name: "CJK UNIFIED IDEOGRAPH-456B",
    },
    Character {
        age: "3.0",
        codepoint: 0x456C,
        name: "CJK UNIFIED IDEOGRAPH-456C",
    },
    Character {
        age: "3.0",
        codepoint: 0x456D,
        name: "CJK UNIFIED IDEOGRAPH-456D",
    },
    Character {
        age: "3.0",
        codepoint: 0x456E,
        name: "CJK UNIFIED IDEOGRAPH-456E",
    },
    Character {
        age: "3.0",
        codepoint: 0x456F,
        name: "CJK UNIFIED IDEOGRAPH-456F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4570,
        name: "CJK UNIFIED IDEOGRAPH-4570",
    },
    Character {
        age: "3.0",
        codepoint: 0x4571,
        name: "CJK UNIFIED IDEOGRAPH-4571",
    },
    Character {
        age: "3.0",
        codepoint: 0x4572,
        name: "CJK UNIFIED IDEOGRAPH-4572",
    },
    Character {
        age: "3.0",
        codepoint: 0x4573,
        name: "CJK UNIFIED IDEOGRAPH-4573",
    },
    Character {
        age: "3.0",
        codepoint: 0x4574,
        name: "CJK UNIFIED IDEOGRAPH-4574",
    },
    Character {
        age: "3.0",
        codepoint: 0x4575,
        name: "CJK UNIFIED IDEOGRAPH-4575",
    },
    Character {
        age: "3.0",
        codepoint: 0x4576,
        name: "CJK UNIFIED IDEOGRAPH-4576",
    },
    Character {
        age: "3.0",
        codepoint: 0x4577,
        name: "CJK UNIFIED IDEOGRAPH-4577",
    },
    Character {
        age: "3.0",
        codepoint: 0x4578,
        name: "CJK UNIFIED IDEOGRAPH-4578",
    },
    Character {
        age: "3.0",
        codepoint: 0x4579,
        name: "CJK UNIFIED IDEOGRAPH-4579",
    },
    Character {
        age: "3.0",
        codepoint: 0x457A,
        name: "CJK UNIFIED IDEOGRAPH-457A",
    },
    Character {
        age: "3.0",
        codepoint: 0x457B,
        name: "CJK UNIFIED IDEOGRAPH-457B",
    },
    Character {
        age: "3.0",
        codepoint: 0x457C,
        name: "CJK UNIFIED IDEOGRAPH-457C",
    },
    Character {
        age: "3.0",
        codepoint: 0x457D,
        name: "CJK UNIFIED IDEOGRAPH-457D",
    },
    Character {
        age: "3.0",
        codepoint: 0x457E,
        name: "CJK UNIFIED IDEOGRAPH-457E",
    },
    Character {
        age: "3.0",
        codepoint: 0x457F,
        name: "CJK UNIFIED IDEOGRAPH-457F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4580,
        name: "CJK UNIFIED IDEOGRAPH-4580",
    },
    Character {
        age: "3.0",
        codepoint: 0x4581,
        name: "CJK UNIFIED IDEOGRAPH-4581",
    },
    Character {
        age: "3.0",
        codepoint: 0x4582,
        name: "CJK UNIFIED IDEOGRAPH-4582",
    },
    Character {
        age: "3.0",
        codepoint: 0x4583,
        name: "CJK UNIFIED IDEOGRAPH-4583",
    },
    Character {
        age: "3.0",
        codepoint: 0x4584,
        name: "CJK UNIFIED IDEOGRAPH-4584",
    },
    Character {
        age: "3.0",
        codepoint: 0x4585,
        name: "CJK UNIFIED IDEOGRAPH-4585",
    },
    Character {
        age: "3.0",
        codepoint: 0x4586,
        name: "CJK UNIFIED IDEOGRAPH-4586",
    },
    Character {
        age: "3.0",
        codepoint: 0x4587,
        name: "CJK UNIFIED IDEOGRAPH-4587",
    },
    Character {
        age: "3.0",
        codepoint: 0x4588,
        name: "CJK UNIFIED IDEOGRAPH-4588",
    },
    Character {
        age: "3.0",
        codepoint: 0x4589,
        name: "CJK UNIFIED IDEOGRAPH-4589",
    },
    Character {
        age: "3.0",
        codepoint: 0x458A,
        name: "CJK UNIFIED IDEOGRAPH-458A",
    },
    Character {
        age: "3.0",
        codepoint: 0x458B,
        name: "CJK UNIFIED IDEOGRAPH-458B",
    },
    Character {
        age: "3.0",
        codepoint: 0x458C,
        name: "CJK UNIFIED IDEOGRAPH-458C",
    },
    Character {
        age: "3.0",
        codepoint: 0x458D,
        name: "CJK UNIFIED IDEOGRAPH-458D",
    },
    Character {
        age: "3.0",
        codepoint: 0x458E,
        name: "CJK UNIFIED IDEOGRAPH-458E",
    },
    Character {
        age: "3.0",
        codepoint: 0x458F,
        name: "CJK UNIFIED IDEOGRAPH-458F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4590,
        name: "CJK UNIFIED IDEOGRAPH-4590",
    },
    Character {
        age: "3.0",
        codepoint: 0x4591,
        name: "CJK UNIFIED IDEOGRAPH-4591",
    },
    Character {
        age: "3.0",
        codepoint: 0x4592,
        name: "CJK UNIFIED IDEOGRAPH-4592",
    },
    Character {
        age: "3.0",
        codepoint: 0x4593,
        name: "CJK UNIFIED IDEOGRAPH-4593",
    },
    Character {
        age: "3.0",
        codepoint: 0x4594,
        name: "CJK UNIFIED IDEOGRAPH-4594",
    },
    Character {
        age: "3.0",
        codepoint: 0x4595,
        name: "CJK UNIFIED IDEOGRAPH-4595",
    },
    Character {
        age: "3.0",
        codepoint: 0x4596,
        name: "CJK UNIFIED IDEOGRAPH-4596",
    },
    Character {
        age: "3.0",
        codepoint: 0x4597,
        name: "CJK UNIFIED IDEOGRAPH-4597",
    },
    Character {
        age: "3.0",
        codepoint: 0x4598,
        name: "CJK UNIFIED IDEOGRAPH-4598",
    },
    Character {
        age: "3.0",
        codepoint: 0x4599,
        name: "CJK UNIFIED IDEOGRAPH-4599",
    },
    Character {
        age: "3.0",
        codepoint: 0x459A,
        name: "CJK UNIFIED IDEOGRAPH-459A",
    },
    Character {
        age: "3.0",
        codepoint: 0x459B,
        name: "CJK UNIFIED IDEOGRAPH-459B",
    },
    Character {
        age: "3.0",
        codepoint: 0x459C,
        name: "CJK UNIFIED IDEOGRAPH-459C",
    },
    Character {
        age: "3.0",
        codepoint: 0x459D,
        name: "CJK UNIFIED IDEOGRAPH-459D",
    },
    Character {
        age: "3.0",
        codepoint: 0x459E,
        name: "CJK UNIFIED IDEOGRAPH-459E",
    },
    Character {
        age: "3.0",
        codepoint: 0x459F,
        name: "CJK UNIFIED IDEOGRAPH-459F",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A0,
        name: "CJK UNIFIED IDEOGRAPH-45A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A1,
        name: "CJK UNIFIED IDEOGRAPH-45A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A2,
        name: "CJK UNIFIED IDEOGRAPH-45A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A3,
        name: "CJK UNIFIED IDEOGRAPH-45A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A4,
        name: "CJK UNIFIED IDEOGRAPH-45A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A5,
        name: "CJK UNIFIED IDEOGRAPH-45A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A6,
        name: "CJK UNIFIED IDEOGRAPH-45A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A7,
        name: "CJK UNIFIED IDEOGRAPH-45A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A8,
        name: "CJK UNIFIED IDEOGRAPH-45A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x45A9,
        name: "CJK UNIFIED IDEOGRAPH-45A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x45AA,
        name: "CJK UNIFIED IDEOGRAPH-45AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x45AB,
        name: "CJK UNIFIED IDEOGRAPH-45AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x45AC,
        name: "CJK UNIFIED IDEOGRAPH-45AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x45AD,
        name: "CJK UNIFIED IDEOGRAPH-45AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x45AE,
        name: "CJK UNIFIED IDEOGRAPH-45AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x45AF,
        name: "CJK UNIFIED IDEOGRAPH-45AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B0,
        name: "CJK UNIFIED IDEOGRAPH-45B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B1,
        name: "CJK UNIFIED IDEOGRAPH-45B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B2,
        name: "CJK UNIFIED IDEOGRAPH-45B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B3,
        name: "CJK UNIFIED IDEOGRAPH-45B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B4,
        name: "CJK UNIFIED IDEOGRAPH-45B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B5,
        name: "CJK UNIFIED IDEOGRAPH-45B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B6,
        name: "CJK UNIFIED IDEOGRAPH-45B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B7,
        name: "CJK UNIFIED IDEOGRAPH-45B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B8,
        name: "CJK UNIFIED IDEOGRAPH-45B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x45B9,
        name: "CJK UNIFIED IDEOGRAPH-45B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x45BA,
        name: "CJK UNIFIED IDEOGRAPH-45BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x45BB,
        name: "CJK UNIFIED IDEOGRAPH-45BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x45BC,
        name: "CJK UNIFIED IDEOGRAPH-45BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x45BD,
        name: "CJK UNIFIED IDEOGRAPH-45BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x45BE,
        name: "CJK UNIFIED IDEOGRAPH-45BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x45BF,
        name: "CJK UNIFIED IDEOGRAPH-45BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C0,
        name: "CJK UNIFIED IDEOGRAPH-45C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C1,
        name: "CJK UNIFIED IDEOGRAPH-45C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C2,
        name: "CJK UNIFIED IDEOGRAPH-45C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C3,
        name: "CJK UNIFIED IDEOGRAPH-45C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C4,
        name: "CJK UNIFIED IDEOGRAPH-45C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C5,
        name: "CJK UNIFIED IDEOGRAPH-45C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C6,
        name: "CJK UNIFIED IDEOGRAPH-45C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C7,
        name: "CJK UNIFIED IDEOGRAPH-45C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C8,
        name: "CJK UNIFIED IDEOGRAPH-45C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x45C9,
        name: "CJK UNIFIED IDEOGRAPH-45C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x45CA,
        name: "CJK UNIFIED IDEOGRAPH-45CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x45CB,
        name: "CJK UNIFIED IDEOGRAPH-45CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x45CC,
        name: "CJK UNIFIED IDEOGRAPH-45CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x45CD,
        name: "CJK UNIFIED IDEOGRAPH-45CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x45CE,
        name: "CJK UNIFIED IDEOGRAPH-45CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x45CF,
        name: "CJK UNIFIED IDEOGRAPH-45CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D0,
        name: "CJK UNIFIED IDEOGRAPH-45D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D1,
        name: "CJK UNIFIED IDEOGRAPH-45D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D2,
        name: "CJK UNIFIED IDEOGRAPH-45D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D3,
        name: "CJK UNIFIED IDEOGRAPH-45D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D4,
        name: "CJK UNIFIED IDEOGRAPH-45D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D5,
        name: "CJK UNIFIED IDEOGRAPH-45D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D6,
        name: "CJK UNIFIED IDEOGRAPH-45D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D7,
        name: "CJK UNIFIED IDEOGRAPH-45D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D8,
        name: "CJK UNIFIED IDEOGRAPH-45D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x45D9,
        name: "CJK UNIFIED IDEOGRAPH-45D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x45DA,
        name: "CJK UNIFIED IDEOGRAPH-45DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x45DB,
        name: "CJK UNIFIED IDEOGRAPH-45DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x45DC,
        name: "CJK UNIFIED IDEOGRAPH-45DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x45DD,
        name: "CJK UNIFIED IDEOGRAPH-45DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x45DE,
        name: "CJK UNIFIED IDEOGRAPH-45DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x45DF,
        name: "CJK UNIFIED IDEOGRAPH-45DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E0,
        name: "CJK UNIFIED IDEOGRAPH-45E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E1,
        name: "CJK UNIFIED IDEOGRAPH-45E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E2,
        name: "CJK UNIFIED IDEOGRAPH-45E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E3,
        name: "CJK UNIFIED IDEOGRAPH-45E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E4,
        name: "CJK UNIFIED IDEOGRAPH-45E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E5,
        name: "CJK UNIFIED IDEOGRAPH-45E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E6,
        name: "CJK UNIFIED IDEOGRAPH-45E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E7,
        name: "CJK UNIFIED IDEOGRAPH-45E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E8,
        name: "CJK UNIFIED IDEOGRAPH-45E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x45E9,
        name: "CJK UNIFIED IDEOGRAPH-45E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x45EA,
        name: "CJK UNIFIED IDEOGRAPH-45EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x45EB,
        name: "CJK UNIFIED IDEOGRAPH-45EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x45EC,
        name: "CJK UNIFIED IDEOGRAPH-45EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x45ED,
        name: "CJK UNIFIED IDEOGRAPH-45ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x45EE,
        name: "CJK UNIFIED IDEOGRAPH-45EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x45EF,
        name: "CJK UNIFIED IDEOGRAPH-45EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F0,
        name: "CJK UNIFIED IDEOGRAPH-45F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F1,
        name: "CJK UNIFIED IDEOGRAPH-45F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F2,
        name: "CJK UNIFIED IDEOGRAPH-45F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F3,
        name: "CJK UNIFIED IDEOGRAPH-45F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F4,
        name: "CJK UNIFIED IDEOGRAPH-45F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F5,
        name: "CJK UNIFIED IDEOGRAPH-45F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F6,
        name: "CJK UNIFIED IDEOGRAPH-45F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F7,
        name: "CJK UNIFIED IDEOGRAPH-45F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F8,
        name: "CJK UNIFIED IDEOGRAPH-45F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x45F9,
        name: "CJK UNIFIED IDEOGRAPH-45F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x45FA,
        name: "CJK UNIFIED IDEOGRAPH-45FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x45FB,
        name: "CJK UNIFIED IDEOGRAPH-45FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x45FC,
        name: "CJK UNIFIED IDEOGRAPH-45FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x45FD,
        name: "CJK UNIFIED IDEOGRAPH-45FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x45FE,
        name: "CJK UNIFIED IDEOGRAPH-45FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x45FF,
        name: "CJK UNIFIED IDEOGRAPH-45FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4600,
        name: "CJK UNIFIED IDEOGRAPH-4600",
    },
    Character {
        age: "3.0",
        codepoint: 0x4601,
        name: "CJK UNIFIED IDEOGRAPH-4601",
    },
    Character {
        age: "3.0",
        codepoint: 0x4602,
        name: "CJK UNIFIED IDEOGRAPH-4602",
    },
    Character {
        age: "3.0",
        codepoint: 0x4603,
        name: "CJK UNIFIED IDEOGRAPH-4603",
    },
    Character {
        age: "3.0",
        codepoint: 0x4604,
        name: "CJK UNIFIED IDEOGRAPH-4604",
    },
    Character {
        age: "3.0",
        codepoint: 0x4605,
        name: "CJK UNIFIED IDEOGRAPH-4605",
    },
    Character {
        age: "3.0",
        codepoint: 0x4606,
        name: "CJK UNIFIED IDEOGRAPH-4606",
    },
    Character {
        age: "3.0",
        codepoint: 0x4607,
        name: "CJK UNIFIED IDEOGRAPH-4607",
    },
    Character {
        age: "3.0",
        codepoint: 0x4608,
        name: "CJK UNIFIED IDEOGRAPH-4608",
    },
    Character {
        age: "3.0",
        codepoint: 0x4609,
        name: "CJK UNIFIED IDEOGRAPH-4609",
    },
    Character {
        age: "3.0",
        codepoint: 0x460A,
        name: "CJK UNIFIED IDEOGRAPH-460A",
    },
    Character {
        age: "3.0",
        codepoint: 0x460B,
        name: "CJK UNIFIED IDEOGRAPH-460B",
    },
    Character {
        age: "3.0",
        codepoint: 0x460C,
        name: "CJK UNIFIED IDEOGRAPH-460C",
    },
    Character {
        age: "3.0",
        codepoint: 0x460D,
        name: "CJK UNIFIED IDEOGRAPH-460D",
    },
    Character {
        age: "3.0",
        codepoint: 0x460E,
        name: "CJK UNIFIED IDEOGRAPH-460E",
    },
    Character {
        age: "3.0",
        codepoint: 0x460F,
        name: "CJK UNIFIED IDEOGRAPH-460F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4610,
        name: "CJK UNIFIED IDEOGRAPH-4610",
    },
    Character {
        age: "3.0",
        codepoint: 0x4611,
        name: "CJK UNIFIED IDEOGRAPH-4611",
    },
    Character {
        age: "3.0",
        codepoint: 0x4612,
        name: "CJK UNIFIED IDEOGRAPH-4612",
    },
    Character {
        age: "3.0",
        codepoint: 0x4613,
        name: "CJK UNIFIED IDEOGRAPH-4613",
    },
    Character {
        age: "3.0",
        codepoint: 0x4614,
        name: "CJK UNIFIED IDEOGRAPH-4614",
    },
    Character {
        age: "3.0",
        codepoint: 0x4615,
        name: "CJK UNIFIED IDEOGRAPH-4615",
    },
    Character {
        age: "3.0",
        codepoint: 0x4616,
        name: "CJK UNIFIED IDEOGRAPH-4616",
    },
    Character {
        age: "3.0",
        codepoint: 0x4617,
        name: "CJK UNIFIED IDEOGRAPH-4617",
    },
    Character {
        age: "3.0",
        codepoint: 0x4618,
        name: "CJK UNIFIED IDEOGRAPH-4618",
    },
    Character {
        age: "3.0",
        codepoint: 0x4619,
        name: "CJK UNIFIED IDEOGRAPH-4619",
    },
    Character {
        age: "3.0",
        codepoint: 0x461A,
        name: "CJK UNIFIED IDEOGRAPH-461A",
    },
    Character {
        age: "3.0",
        codepoint: 0x461B,
        name: "CJK UNIFIED IDEOGRAPH-461B",
    },
    Character {
        age: "3.0",
        codepoint: 0x461C,
        name: "CJK UNIFIED IDEOGRAPH-461C",
    },
    Character {
        age: "3.0",
        codepoint: 0x461D,
        name: "CJK UNIFIED IDEOGRAPH-461D",
    },
    Character {
        age: "3.0",
        codepoint: 0x461E,
        name: "CJK UNIFIED IDEOGRAPH-461E",
    },
    Character {
        age: "3.0",
        codepoint: 0x461F,
        name: "CJK UNIFIED IDEOGRAPH-461F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4620,
        name: "CJK UNIFIED IDEOGRAPH-4620",
    },
    Character {
        age: "3.0",
        codepoint: 0x4621,
        name: "CJK UNIFIED IDEOGRAPH-4621",
    },
    Character {
        age: "3.0",
        codepoint: 0x4622,
        name: "CJK UNIFIED IDEOGRAPH-4622",
    },
    Character {
        age: "3.0",
        codepoint: 0x4623,
        name: "CJK UNIFIED IDEOGRAPH-4623",
    },
    Character {
        age: "3.0",
        codepoint: 0x4624,
        name: "CJK UNIFIED IDEOGRAPH-4624",
    },
    Character {
        age: "3.0",
        codepoint: 0x4625,
        name: "CJK UNIFIED IDEOGRAPH-4625",
    },
    Character {
        age: "3.0",
        codepoint: 0x4626,
        name: "CJK UNIFIED IDEOGRAPH-4626",
    },
    Character {
        age: "3.0",
        codepoint: 0x4627,
        name: "CJK UNIFIED IDEOGRAPH-4627",
    },
    Character {
        age: "3.0",
        codepoint: 0x4628,
        name: "CJK UNIFIED IDEOGRAPH-4628",
    },
    Character {
        age: "3.0",
        codepoint: 0x4629,
        name: "CJK UNIFIED IDEOGRAPH-4629",
    },
    Character {
        age: "3.0",
        codepoint: 0x462A,
        name: "CJK UNIFIED IDEOGRAPH-462A",
    },
    Character {
        age: "3.0",
        codepoint: 0x462B,
        name: "CJK UNIFIED IDEOGRAPH-462B",
    },
    Character {
        age: "3.0",
        codepoint: 0x462C,
        name: "CJK UNIFIED IDEOGRAPH-462C",
    },
    Character {
        age: "3.0",
        codepoint: 0x462D,
        name: "CJK UNIFIED IDEOGRAPH-462D",
    },
    Character {
        age: "3.0",
        codepoint: 0x462E,
        name: "CJK UNIFIED IDEOGRAPH-462E",
    },
    Character {
        age: "3.0",
        codepoint: 0x462F,
        name: "CJK UNIFIED IDEOGRAPH-462F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4630,
        name: "CJK UNIFIED IDEOGRAPH-4630",
    },
    Character {
        age: "3.0",
        codepoint: 0x4631,
        name: "CJK UNIFIED IDEOGRAPH-4631",
    },
    Character {
        age: "3.0",
        codepoint: 0x4632,
        name: "CJK UNIFIED IDEOGRAPH-4632",
    },
    Character {
        age: "3.0",
        codepoint: 0x4633,
        name: "CJK UNIFIED IDEOGRAPH-4633",
    },
    Character {
        age: "3.0",
        codepoint: 0x4634,
        name: "CJK UNIFIED IDEOGRAPH-4634",
    },
    Character {
        age: "3.0",
        codepoint: 0x4635,
        name: "CJK UNIFIED IDEOGRAPH-4635",
    },
    Character {
        age: "3.0",
        codepoint: 0x4636,
        name: "CJK UNIFIED IDEOGRAPH-4636",
    },
    Character {
        age: "3.0",
        codepoint: 0x4637,
        name: "CJK UNIFIED IDEOGRAPH-4637",
    },
    Character {
        age: "3.0",
        codepoint: 0x4638,
        name: "CJK UNIFIED IDEOGRAPH-4638",
    },
    Character {
        age: "3.0",
        codepoint: 0x4639,
        name: "CJK UNIFIED IDEOGRAPH-4639",
    },
    Character {
        age: "3.0",
        codepoint: 0x463A,
        name: "CJK UNIFIED IDEOGRAPH-463A",
    },
    Character {
        age: "3.0",
        codepoint: 0x463B,
        name: "CJK UNIFIED IDEOGRAPH-463B",
    },
    Character {
        age: "3.0",
        codepoint: 0x463C,
        name: "CJK UNIFIED IDEOGRAPH-463C",
    },
    Character {
        age: "3.0",
        codepoint: 0x463D,
        name: "CJK UNIFIED IDEOGRAPH-463D",
    },
    Character {
        age: "3.0",
        codepoint: 0x463E,
        name: "CJK UNIFIED IDEOGRAPH-463E",
    },
    Character {
        age: "3.0",
        codepoint: 0x463F,
        name: "CJK UNIFIED IDEOGRAPH-463F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4640,
        name: "CJK UNIFIED IDEOGRAPH-4640",
    },
    Character {
        age: "3.0",
        codepoint: 0x4641,
        name: "CJK UNIFIED IDEOGRAPH-4641",
    },
    Character {
        age: "3.0",
        codepoint: 0x4642,
        name: "CJK UNIFIED IDEOGRAPH-4642",
    },
    Character {
        age: "3.0",
        codepoint: 0x4643,
        name: "CJK UNIFIED IDEOGRAPH-4643",
    },
    Character {
        age: "3.0",
        codepoint: 0x4644,
        name: "CJK UNIFIED IDEOGRAPH-4644",
    },
    Character {
        age: "3.0",
        codepoint: 0x4645,
        name: "CJK UNIFIED IDEOGRAPH-4645",
    },
    Character {
        age: "3.0",
        codepoint: 0x4646,
        name: "CJK UNIFIED IDEOGRAPH-4646",
    },
    Character {
        age: "3.0",
        codepoint: 0x4647,
        name: "CJK UNIFIED IDEOGRAPH-4647",
    },
    Character {
        age: "3.0",
        codepoint: 0x4648,
        name: "CJK UNIFIED IDEOGRAPH-4648",
    },
    Character {
        age: "3.0",
        codepoint: 0x4649,
        name: "CJK UNIFIED IDEOGRAPH-4649",
    },
    Character {
        age: "3.0",
        codepoint: 0x464A,
        name: "CJK UNIFIED IDEOGRAPH-464A",
    },
    Character {
        age: "3.0",
        codepoint: 0x464B,
        name: "CJK UNIFIED IDEOGRAPH-464B",
    },
    Character {
        age: "3.0",
        codepoint: 0x464C,
        name: "CJK UNIFIED IDEOGRAPH-464C",
    },
    Character {
        age: "3.0",
        codepoint: 0x464D,
        name: "CJK UNIFIED IDEOGRAPH-464D",
    },
    Character {
        age: "3.0",
        codepoint: 0x464E,
        name: "CJK UNIFIED IDEOGRAPH-464E",
    },
    Character {
        age: "3.0",
        codepoint: 0x464F,
        name: "CJK UNIFIED IDEOGRAPH-464F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4650,
        name: "CJK UNIFIED IDEOGRAPH-4650",
    },
    Character {
        age: "3.0",
        codepoint: 0x4651,
        name: "CJK UNIFIED IDEOGRAPH-4651",
    },
    Character {
        age: "3.0",
        codepoint: 0x4652,
        name: "CJK UNIFIED IDEOGRAPH-4652",
    },
    Character {
        age: "3.0",
        codepoint: 0x4653,
        name: "CJK UNIFIED IDEOGRAPH-4653",
    },
    Character {
        age: "3.0",
        codepoint: 0x4654,
        name: "CJK UNIFIED IDEOGRAPH-4654",
    },
    Character {
        age: "3.0",
        codepoint: 0x4655,
        name: "CJK UNIFIED IDEOGRAPH-4655",
    },
    Character {
        age: "3.0",
        codepoint: 0x4656,
        name: "CJK UNIFIED IDEOGRAPH-4656",
    },
    Character {
        age: "3.0",
        codepoint: 0x4657,
        name: "CJK UNIFIED IDEOGRAPH-4657",
    },
    Character {
        age: "3.0",
        codepoint: 0x4658,
        name: "CJK UNIFIED IDEOGRAPH-4658",
    },
    Character {
        age: "3.0",
        codepoint: 0x4659,
        name: "CJK UNIFIED IDEOGRAPH-4659",
    },
    Character {
        age: "3.0",
        codepoint: 0x465A,
        name: "CJK UNIFIED IDEOGRAPH-465A",
    },
    Character {
        age: "3.0",
        codepoint: 0x465B,
        name: "CJK UNIFIED IDEOGRAPH-465B",
    },
    Character {
        age: "3.0",
        codepoint: 0x465C,
        name: "CJK UNIFIED IDEOGRAPH-465C",
    },
    Character {
        age: "3.0",
        codepoint: 0x465D,
        name: "CJK UNIFIED IDEOGRAPH-465D",
    },
    Character {
        age: "3.0",
        codepoint: 0x465E,
        name: "CJK UNIFIED IDEOGRAPH-465E",
    },
    Character {
        age: "3.0",
        codepoint: 0x465F,
        name: "CJK UNIFIED IDEOGRAPH-465F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4660,
        name: "CJK UNIFIED IDEOGRAPH-4660",
    },
    Character {
        age: "3.0",
        codepoint: 0x4661,
        name: "CJK UNIFIED IDEOGRAPH-4661",
    },
    Character {
        age: "3.0",
        codepoint: 0x4662,
        name: "CJK UNIFIED IDEOGRAPH-4662",
    },
    Character {
        age: "3.0",
        codepoint: 0x4663,
        name: "CJK UNIFIED IDEOGRAPH-4663",
    },
    Character {
        age: "3.0",
        codepoint: 0x4664,
        name: "CJK UNIFIED IDEOGRAPH-4664",
    },
    Character {
        age: "3.0",
        codepoint: 0x4665,
        name: "CJK UNIFIED IDEOGRAPH-4665",
    },
    Character {
        age: "3.0",
        codepoint: 0x4666,
        name: "CJK UNIFIED IDEOGRAPH-4666",
    },
    Character {
        age: "3.0",
        codepoint: 0x4667,
        name: "CJK UNIFIED IDEOGRAPH-4667",
    },
    Character {
        age: "3.0",
        codepoint: 0x4668,
        name: "CJK UNIFIED IDEOGRAPH-4668",
    },
    Character {
        age: "3.0",
        codepoint: 0x4669,
        name: "CJK UNIFIED IDEOGRAPH-4669",
    },
    Character {
        age: "3.0",
        codepoint: 0x466A,
        name: "CJK UNIFIED IDEOGRAPH-466A",
    },
    Character {
        age: "3.0",
        codepoint: 0x466B,
        name: "CJK UNIFIED IDEOGRAPH-466B",
    },
    Character {
        age: "3.0",
        codepoint: 0x466C,
        name: "CJK UNIFIED IDEOGRAPH-466C",
    },
    Character {
        age: "3.0",
        codepoint: 0x466D,
        name: "CJK UNIFIED IDEOGRAPH-466D",
    },
    Character {
        age: "3.0",
        codepoint: 0x466E,
        name: "CJK UNIFIED IDEOGRAPH-466E",
    },
    Character {
        age: "3.0",
        codepoint: 0x466F,
        name: "CJK UNIFIED IDEOGRAPH-466F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4670,
        name: "CJK UNIFIED IDEOGRAPH-4670",
    },
    Character {
        age: "3.0",
        codepoint: 0x4671,
        name: "CJK UNIFIED IDEOGRAPH-4671",
    },
    Character {
        age: "3.0",
        codepoint: 0x4672,
        name: "CJK UNIFIED IDEOGRAPH-4672",
    },
    Character {
        age: "3.0",
        codepoint: 0x4673,
        name: "CJK UNIFIED IDEOGRAPH-4673",
    },
    Character {
        age: "3.0",
        codepoint: 0x4674,
        name: "CJK UNIFIED IDEOGRAPH-4674",
    },
    Character {
        age: "3.0",
        codepoint: 0x4675,
        name: "CJK UNIFIED IDEOGRAPH-4675",
    },
    Character {
        age: "3.0",
        codepoint: 0x4676,
        name: "CJK UNIFIED IDEOGRAPH-4676",
    },
    Character {
        age: "3.0",
        codepoint: 0x4677,
        name: "CJK UNIFIED IDEOGRAPH-4677",
    },
    Character {
        age: "3.0",
        codepoint: 0x4678,
        name: "CJK UNIFIED IDEOGRAPH-4678",
    },
    Character {
        age: "3.0",
        codepoint: 0x4679,
        name: "CJK UNIFIED IDEOGRAPH-4679",
    },
    Character {
        age: "3.0",
        codepoint: 0x467A,
        name: "CJK UNIFIED IDEOGRAPH-467A",
    },
    Character {
        age: "3.0",
        codepoint: 0x467B,
        name: "CJK UNIFIED IDEOGRAPH-467B",
    },
    Character {
        age: "3.0",
        codepoint: 0x467C,
        name: "CJK UNIFIED IDEOGRAPH-467C",
    },
    Character {
        age: "3.0",
        codepoint: 0x467D,
        name: "CJK UNIFIED IDEOGRAPH-467D",
    },
    Character {
        age: "3.0",
        codepoint: 0x467E,
        name: "CJK UNIFIED IDEOGRAPH-467E",
    },
    Character {
        age: "3.0",
        codepoint: 0x467F,
        name: "CJK UNIFIED IDEOGRAPH-467F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4680,
        name: "CJK UNIFIED IDEOGRAPH-4680",
    },
    Character {
        age: "3.0",
        codepoint: 0x4681,
        name: "CJK UNIFIED IDEOGRAPH-4681",
    },
    Character {
        age: "3.0",
        codepoint: 0x4682,
        name: "CJK UNIFIED IDEOGRAPH-4682",
    },
    Character {
        age: "3.0",
        codepoint: 0x4683,
        name: "CJK UNIFIED IDEOGRAPH-4683",
    },
    Character {
        age: "3.0",
        codepoint: 0x4684,
        name: "CJK UNIFIED IDEOGRAPH-4684",
    },
    Character {
        age: "3.0",
        codepoint: 0x4685,
        name: "CJK UNIFIED IDEOGRAPH-4685",
    },
    Character {
        age: "3.0",
        codepoint: 0x4686,
        name: "CJK UNIFIED IDEOGRAPH-4686",
    },
    Character {
        age: "3.0",
        codepoint: 0x4687,
        name: "CJK UNIFIED IDEOGRAPH-4687",
    },
    Character {
        age: "3.0",
        codepoint: 0x4688,
        name: "CJK UNIFIED IDEOGRAPH-4688",
    },
    Character {
        age: "3.0",
        codepoint: 0x4689,
        name: "CJK UNIFIED IDEOGRAPH-4689",
    },
    Character {
        age: "3.0",
        codepoint: 0x468A,
        name: "CJK UNIFIED IDEOGRAPH-468A",
    },
    Character {
        age: "3.0",
        codepoint: 0x468B,
        name: "CJK UNIFIED IDEOGRAPH-468B",
    },
    Character {
        age: "3.0",
        codepoint: 0x468C,
        name: "CJK UNIFIED IDEOGRAPH-468C",
    },
    Character {
        age: "3.0",
        codepoint: 0x468D,
        name: "CJK UNIFIED IDEOGRAPH-468D",
    },
    Character {
        age: "3.0",
        codepoint: 0x468E,
        name: "CJK UNIFIED IDEOGRAPH-468E",
    },
    Character {
        age: "3.0",
        codepoint: 0x468F,
        name: "CJK UNIFIED IDEOGRAPH-468F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4690,
        name: "CJK UNIFIED IDEOGRAPH-4690",
    },
    Character {
        age: "3.0",
        codepoint: 0x4691,
        name: "CJK UNIFIED IDEOGRAPH-4691",
    },
    Character {
        age: "3.0",
        codepoint: 0x4692,
        name: "CJK UNIFIED IDEOGRAPH-4692",
    },
    Character {
        age: "3.0",
        codepoint: 0x4693,
        name: "CJK UNIFIED IDEOGRAPH-4693",
    },
    Character {
        age: "3.0",
        codepoint: 0x4694,
        name: "CJK UNIFIED IDEOGRAPH-4694",
    },
    Character {
        age: "3.0",
        codepoint: 0x4695,
        name: "CJK UNIFIED IDEOGRAPH-4695",
    },
    Character {
        age: "3.0",
        codepoint: 0x4696,
        name: "CJK UNIFIED IDEOGRAPH-4696",
    },
    Character {
        age: "3.0",
        codepoint: 0x4697,
        name: "CJK UNIFIED IDEOGRAPH-4697",
    },
    Character {
        age: "3.0",
        codepoint: 0x4698,
        name: "CJK UNIFIED IDEOGRAPH-4698",
    },
    Character {
        age: "3.0",
        codepoint: 0x4699,
        name: "CJK UNIFIED IDEOGRAPH-4699",
    },
    Character {
        age: "3.0",
        codepoint: 0x469A,
        name: "CJK UNIFIED IDEOGRAPH-469A",
    },
    Character {
        age: "3.0",
        codepoint: 0x469B,
        name: "CJK UNIFIED IDEOGRAPH-469B",
    },
    Character {
        age: "3.0",
        codepoint: 0x469C,
        name: "CJK UNIFIED IDEOGRAPH-469C",
    },
    Character {
        age: "3.0",
        codepoint: 0x469D,
        name: "CJK UNIFIED IDEOGRAPH-469D",
    },
    Character {
        age: "3.0",
        codepoint: 0x469E,
        name: "CJK UNIFIED IDEOGRAPH-469E",
    },
    Character {
        age: "3.0",
        codepoint: 0x469F,
        name: "CJK UNIFIED IDEOGRAPH-469F",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A0,
        name: "CJK UNIFIED IDEOGRAPH-46A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A1,
        name: "CJK UNIFIED IDEOGRAPH-46A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A2,
        name: "CJK UNIFIED IDEOGRAPH-46A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A3,
        name: "CJK UNIFIED IDEOGRAPH-46A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A4,
        name: "CJK UNIFIED IDEOGRAPH-46A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A5,
        name: "CJK UNIFIED IDEOGRAPH-46A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A6,
        name: "CJK UNIFIED IDEOGRAPH-46A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A7,
        name: "CJK UNIFIED IDEOGRAPH-46A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A8,
        name: "CJK UNIFIED IDEOGRAPH-46A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x46A9,
        name: "CJK UNIFIED IDEOGRAPH-46A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x46AA,
        name: "CJK UNIFIED IDEOGRAPH-46AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x46AB,
        name: "CJK UNIFIED IDEOGRAPH-46AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x46AC,
        name: "CJK UNIFIED IDEOGRAPH-46AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x46AD,
        name: "CJK UNIFIED IDEOGRAPH-46AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x46AE,
        name: "CJK UNIFIED IDEOGRAPH-46AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x46AF,
        name: "CJK UNIFIED IDEOGRAPH-46AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B0,
        name: "CJK UNIFIED IDEOGRAPH-46B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B1,
        name: "CJK UNIFIED IDEOGRAPH-46B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B2,
        name: "CJK UNIFIED IDEOGRAPH-46B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B3,
        name: "CJK UNIFIED IDEOGRAPH-46B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B4,
        name: "CJK UNIFIED IDEOGRAPH-46B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B5,
        name: "CJK UNIFIED IDEOGRAPH-46B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B6,
        name: "CJK UNIFIED IDEOGRAPH-46B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B7,
        name: "CJK UNIFIED IDEOGRAPH-46B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B8,
        name: "CJK UNIFIED IDEOGRAPH-46B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x46B9,
        name: "CJK UNIFIED IDEOGRAPH-46B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x46BA,
        name: "CJK UNIFIED IDEOGRAPH-46BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x46BB,
        name: "CJK UNIFIED IDEOGRAPH-46BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x46BC,
        name: "CJK UNIFIED IDEOGRAPH-46BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x46BD,
        name: "CJK UNIFIED IDEOGRAPH-46BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x46BE,
        name: "CJK UNIFIED IDEOGRAPH-46BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x46BF,
        name: "CJK UNIFIED IDEOGRAPH-46BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C0,
        name: "CJK UNIFIED IDEOGRAPH-46C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C1,
        name: "CJK UNIFIED IDEOGRAPH-46C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C2,
        name: "CJK UNIFIED IDEOGRAPH-46C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C3,
        name: "CJK UNIFIED IDEOGRAPH-46C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C4,
        name: "CJK UNIFIED IDEOGRAPH-46C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C5,
        name: "CJK UNIFIED IDEOGRAPH-46C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C6,
        name: "CJK UNIFIED IDEOGRAPH-46C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C7,
        name: "CJK UNIFIED IDEOGRAPH-46C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C8,
        name: "CJK UNIFIED IDEOGRAPH-46C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x46C9,
        name: "CJK UNIFIED IDEOGRAPH-46C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x46CA,
        name: "CJK UNIFIED IDEOGRAPH-46CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x46CB,
        name: "CJK UNIFIED IDEOGRAPH-46CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x46CC,
        name: "CJK UNIFIED IDEOGRAPH-46CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x46CD,
        name: "CJK UNIFIED IDEOGRAPH-46CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x46CE,
        name: "CJK UNIFIED IDEOGRAPH-46CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x46CF,
        name: "CJK UNIFIED IDEOGRAPH-46CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D0,
        name: "CJK UNIFIED IDEOGRAPH-46D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D1,
        name: "CJK UNIFIED IDEOGRAPH-46D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D2,
        name: "CJK UNIFIED IDEOGRAPH-46D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D3,
        name: "CJK UNIFIED IDEOGRAPH-46D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D4,
        name: "CJK UNIFIED IDEOGRAPH-46D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D5,
        name: "CJK UNIFIED IDEOGRAPH-46D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D6,
        name: "CJK UNIFIED IDEOGRAPH-46D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D7,
        name: "CJK UNIFIED IDEOGRAPH-46D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D8,
        name: "CJK UNIFIED IDEOGRAPH-46D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x46D9,
        name: "CJK UNIFIED IDEOGRAPH-46D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x46DA,
        name: "CJK UNIFIED IDEOGRAPH-46DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x46DB,
        name: "CJK UNIFIED IDEOGRAPH-46DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x46DC,
        name: "CJK UNIFIED IDEOGRAPH-46DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x46DD,
        name: "CJK UNIFIED IDEOGRAPH-46DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x46DE,
        name: "CJK UNIFIED IDEOGRAPH-46DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x46DF,
        name: "CJK UNIFIED IDEOGRAPH-46DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E0,
        name: "CJK UNIFIED IDEOGRAPH-46E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E1,
        name: "CJK UNIFIED IDEOGRAPH-46E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E2,
        name: "CJK UNIFIED IDEOGRAPH-46E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E3,
        name: "CJK UNIFIED IDEOGRAPH-46E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E4,
        name: "CJK UNIFIED IDEOGRAPH-46E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E5,
        name: "CJK UNIFIED IDEOGRAPH-46E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E6,
        name: "CJK UNIFIED IDEOGRAPH-46E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E7,
        name: "CJK UNIFIED IDEOGRAPH-46E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E8,
        name: "CJK UNIFIED IDEOGRAPH-46E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x46E9,
        name: "CJK UNIFIED IDEOGRAPH-46E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x46EA,
        name: "CJK UNIFIED IDEOGRAPH-46EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x46EB,
        name: "CJK UNIFIED IDEOGRAPH-46EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x46EC,
        name: "CJK UNIFIED IDEOGRAPH-46EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x46ED,
        name: "CJK UNIFIED IDEOGRAPH-46ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x46EE,
        name: "CJK UNIFIED IDEOGRAPH-46EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x46EF,
        name: "CJK UNIFIED IDEOGRAPH-46EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F0,
        name: "CJK UNIFIED IDEOGRAPH-46F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F1,
        name: "CJK UNIFIED IDEOGRAPH-46F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F2,
        name: "CJK UNIFIED IDEOGRAPH-46F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F3,
        name: "CJK UNIFIED IDEOGRAPH-46F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F4,
        name: "CJK UNIFIED IDEOGRAPH-46F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F5,
        name: "CJK UNIFIED IDEOGRAPH-46F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F6,
        name: "CJK UNIFIED IDEOGRAPH-46F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F7,
        name: "CJK UNIFIED IDEOGRAPH-46F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F8,
        name: "CJK UNIFIED IDEOGRAPH-46F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x46F9,
        name: "CJK UNIFIED IDEOGRAPH-46F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x46FA,
        name: "CJK UNIFIED IDEOGRAPH-46FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x46FB,
        name: "CJK UNIFIED IDEOGRAPH-46FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x46FC,
        name: "CJK UNIFIED IDEOGRAPH-46FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x46FD,
        name: "CJK UNIFIED IDEOGRAPH-46FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x46FE,
        name: "CJK UNIFIED IDEOGRAPH-46FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x46FF,
        name: "CJK UNIFIED IDEOGRAPH-46FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4700,
        name: "CJK UNIFIED IDEOGRAPH-4700",
    },
    Character {
        age: "3.0",
        codepoint: 0x4701,
        name: "CJK UNIFIED IDEOGRAPH-4701",
    },
    Character {
        age: "3.0",
        codepoint: 0x4702,
        name: "CJK UNIFIED IDEOGRAPH-4702",
    },
    Character {
        age: "3.0",
        codepoint: 0x4703,
        name: "CJK UNIFIED IDEOGRAPH-4703",
    },
    Character {
        age: "3.0",
        codepoint: 0x4704,
        name: "CJK UNIFIED IDEOGRAPH-4704",
    },
    Character {
        age: "3.0",
        codepoint: 0x4705,
        name: "CJK UNIFIED IDEOGRAPH-4705",
    },
    Character {
        age: "3.0",
        codepoint: 0x4706,
        name: "CJK UNIFIED IDEOGRAPH-4706",
    },
    Character {
        age: "3.0",
        codepoint: 0x4707,
        name: "CJK UNIFIED IDEOGRAPH-4707",
    },
    Character {
        age: "3.0",
        codepoint: 0x4708,
        name: "CJK UNIFIED IDEOGRAPH-4708",
    },
    Character {
        age: "3.0",
        codepoint: 0x4709,
        name: "CJK UNIFIED IDEOGRAPH-4709",
    },
    Character {
        age: "3.0",
        codepoint: 0x470A,
        name: "CJK UNIFIED IDEOGRAPH-470A",
    },
    Character {
        age: "3.0",
        codepoint: 0x470B,
        name: "CJK UNIFIED IDEOGRAPH-470B",
    },
    Character {
        age: "3.0",
        codepoint: 0x470C,
        name: "CJK UNIFIED IDEOGRAPH-470C",
    },
    Character {
        age: "3.0",
        codepoint: 0x470D,
        name: "CJK UNIFIED IDEOGRAPH-470D",
    },
    Character {
        age: "3.0",
        codepoint: 0x470E,
        name: "CJK UNIFIED IDEOGRAPH-470E",
    },
    Character {
        age: "3.0",
        codepoint: 0x470F,
        name: "CJK UNIFIED IDEOGRAPH-470F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4710,
        name: "CJK UNIFIED IDEOGRAPH-4710",
    },
    Character {
        age: "3.0",
        codepoint: 0x4711,
        name: "CJK UNIFIED IDEOGRAPH-4711",
    },
    Character {
        age: "3.0",
        codepoint: 0x4712,
        name: "CJK UNIFIED IDEOGRAPH-4712",
    },
    Character {
        age: "3.0",
        codepoint: 0x4713,
        name: "CJK UNIFIED IDEOGRAPH-4713",
    },
    Character {
        age: "3.0",
        codepoint: 0x4714,
        name: "CJK UNIFIED IDEOGRAPH-4714",
    },
    Character {
        age: "3.0",
        codepoint: 0x4715,
        name: "CJK UNIFIED IDEOGRAPH-4715",
    },
    Character {
        age: "3.0",
        codepoint: 0x4716,
        name: "CJK UNIFIED IDEOGRAPH-4716",
    },
    Character {
        age: "3.0",
        codepoint: 0x4717,
        name: "CJK UNIFIED IDEOGRAPH-4717",
    },
    Character {
        age: "3.0",
        codepoint: 0x4718,
        name: "CJK UNIFIED IDEOGRAPH-4718",
    },
    Character {
        age: "3.0",
        codepoint: 0x4719,
        name: "CJK UNIFIED IDEOGRAPH-4719",
    },
    Character {
        age: "3.0",
        codepoint: 0x471A,
        name: "CJK UNIFIED IDEOGRAPH-471A",
    },
    Character {
        age: "3.0",
        codepoint: 0x471B,
        name: "CJK UNIFIED IDEOGRAPH-471B",
    },
    Character {
        age: "3.0",
        codepoint: 0x471C,
        name: "CJK UNIFIED IDEOGRAPH-471C",
    },
    Character {
        age: "3.0",
        codepoint: 0x471D,
        name: "CJK UNIFIED IDEOGRAPH-471D",
    },
    Character {
        age: "3.0",
        codepoint: 0x471E,
        name: "CJK UNIFIED IDEOGRAPH-471E",
    },
    Character {
        age: "3.0",
        codepoint: 0x471F,
        name: "CJK UNIFIED IDEOGRAPH-471F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4720,
        name: "CJK UNIFIED IDEOGRAPH-4720",
    },
    Character {
        age: "3.0",
        codepoint: 0x4721,
        name: "CJK UNIFIED IDEOGRAPH-4721",
    },
    Character {
        age: "3.0",
        codepoint: 0x4722,
        name: "CJK UNIFIED IDEOGRAPH-4722",
    },
    Character {
        age: "3.0",
        codepoint: 0x4723,
        name: "CJK UNIFIED IDEOGRAPH-4723",
    },
    Character {
        age: "3.0",
        codepoint: 0x4724,
        name: "CJK UNIFIED IDEOGRAPH-4724",
    },
    Character {
        age: "3.0",
        codepoint: 0x4725,
        name: "CJK UNIFIED IDEOGRAPH-4725",
    },
    Character {
        age: "3.0",
        codepoint: 0x4726,
        name: "CJK UNIFIED IDEOGRAPH-4726",
    },
    Character {
        age: "3.0",
        codepoint: 0x4727,
        name: "CJK UNIFIED IDEOGRAPH-4727",
    },
    Character {
        age: "3.0",
        codepoint: 0x4728,
        name: "CJK UNIFIED IDEOGRAPH-4728",
    },
    Character {
        age: "3.0",
        codepoint: 0x4729,
        name: "CJK UNIFIED IDEOGRAPH-4729",
    },
    Character {
        age: "3.0",
        codepoint: 0x472A,
        name: "CJK UNIFIED IDEOGRAPH-472A",
    },
    Character {
        age: "3.0",
        codepoint: 0x472B,
        name: "CJK UNIFIED IDEOGRAPH-472B",
    },
    Character {
        age: "3.0",
        codepoint: 0x472C,
        name: "CJK UNIFIED IDEOGRAPH-472C",
    },
    Character {
        age: "3.0",
        codepoint: 0x472D,
        name: "CJK UNIFIED IDEOGRAPH-472D",
    },
    Character {
        age: "3.0",
        codepoint: 0x472E,
        name: "CJK UNIFIED IDEOGRAPH-472E",
    },
    Character {
        age: "3.0",
        codepoint: 0x472F,
        name: "CJK UNIFIED IDEOGRAPH-472F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4730,
        name: "CJK UNIFIED IDEOGRAPH-4730",
    },
    Character {
        age: "3.0",
        codepoint: 0x4731,
        name: "CJK UNIFIED IDEOGRAPH-4731",
    },
    Character {
        age: "3.0",
        codepoint: 0x4732,
        name: "CJK UNIFIED IDEOGRAPH-4732",
    },
    Character {
        age: "3.0",
        codepoint: 0x4733,
        name: "CJK UNIFIED IDEOGRAPH-4733",
    },
    Character {
        age: "3.0",
        codepoint: 0x4734,
        name: "CJK UNIFIED IDEOGRAPH-4734",
    },
    Character {
        age: "3.0",
        codepoint: 0x4735,
        name: "CJK UNIFIED IDEOGRAPH-4735",
    },
    Character {
        age: "3.0",
        codepoint: 0x4736,
        name: "CJK UNIFIED IDEOGRAPH-4736",
    },
    Character {
        age: "3.0",
        codepoint: 0x4737,
        name: "CJK UNIFIED IDEOGRAPH-4737",
    },
    Character {
        age: "3.0",
        codepoint: 0x4738,
        name: "CJK UNIFIED IDEOGRAPH-4738",
    },
    Character {
        age: "3.0",
        codepoint: 0x4739,
        name: "CJK UNIFIED IDEOGRAPH-4739",
    },
    Character {
        age: "3.0",
        codepoint: 0x473A,
        name: "CJK UNIFIED IDEOGRAPH-473A",
    },
    Character {
        age: "3.0",
        codepoint: 0x473B,
        name: "CJK UNIFIED IDEOGRAPH-473B",
    },
    Character {
        age: "3.0",
        codepoint: 0x473C,
        name: "CJK UNIFIED IDEOGRAPH-473C",
    },
    Character {
        age: "3.0",
        codepoint: 0x473D,
        name: "CJK UNIFIED IDEOGRAPH-473D",
    },
    Character {
        age: "3.0",
        codepoint: 0x473E,
        name: "CJK UNIFIED IDEOGRAPH-473E",
    },
    Character {
        age: "3.0",
        codepoint: 0x473F,
        name: "CJK UNIFIED IDEOGRAPH-473F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4740,
        name: "CJK UNIFIED IDEOGRAPH-4740",
    },
    Character {
        age: "3.0",
        codepoint: 0x4741,
        name: "CJK UNIFIED IDEOGRAPH-4741",
    },
    Character {
        age: "3.0",
        codepoint: 0x4742,
        name: "CJK UNIFIED IDEOGRAPH-4742",
    },
    Character {
        age: "3.0",
        codepoint: 0x4743,
        name: "CJK UNIFIED IDEOGRAPH-4743",
    },
    Character {
        age: "3.0",
        codepoint: 0x4744,
        name: "CJK UNIFIED IDEOGRAPH-4744",
    },
    Character {
        age: "3.0",
        codepoint: 0x4745,
        name: "CJK UNIFIED IDEOGRAPH-4745",
    },
    Character {
        age: "3.0",
        codepoint: 0x4746,
        name: "CJK UNIFIED IDEOGRAPH-4746",
    },
    Character {
        age: "3.0",
        codepoint: 0x4747,
        name: "CJK UNIFIED IDEOGRAPH-4747",
    },
    Character {
        age: "3.0",
        codepoint: 0x4748,
        name: "CJK UNIFIED IDEOGRAPH-4748",
    },
    Character {
        age: "3.0",
        codepoint: 0x4749,
        name: "CJK UNIFIED IDEOGRAPH-4749",
    },
    Character {
        age: "3.0",
        codepoint: 0x474A,
        name: "CJK UNIFIED IDEOGRAPH-474A",
    },
    Character {
        age: "3.0",
        codepoint: 0x474B,
        name: "CJK UNIFIED IDEOGRAPH-474B",
    },
    Character {
        age: "3.0",
        codepoint: 0x474C,
        name: "CJK UNIFIED IDEOGRAPH-474C",
    },
    Character {
        age: "3.0",
        codepoint: 0x474D,
        name: "CJK UNIFIED IDEOGRAPH-474D",
    },
    Character {
        age: "3.0",
        codepoint: 0x474E,
        name: "CJK UNIFIED IDEOGRAPH-474E",
    },
    Character {
        age: "3.0",
        codepoint: 0x474F,
        name: "CJK UNIFIED IDEOGRAPH-474F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4750,
        name: "CJK UNIFIED IDEOGRAPH-4750",
    },
    Character {
        age: "3.0",
        codepoint: 0x4751,
        name: "CJK UNIFIED IDEOGRAPH-4751",
    },
    Character {
        age: "3.0",
        codepoint: 0x4752,
        name: "CJK UNIFIED IDEOGRAPH-4752",
    },
    Character {
        age: "3.0",
        codepoint: 0x4753,
        name: "CJK UNIFIED IDEOGRAPH-4753",
    },
    Character {
        age: "3.0",
        codepoint: 0x4754,
        name: "CJK UNIFIED IDEOGRAPH-4754",
    },
    Character {
        age: "3.0",
        codepoint: 0x4755,
        name: "CJK UNIFIED IDEOGRAPH-4755",
    },
    Character {
        age: "3.0",
        codepoint: 0x4756,
        name: "CJK UNIFIED IDEOGRAPH-4756",
    },
    Character {
        age: "3.0",
        codepoint: 0x4757,
        name: "CJK UNIFIED IDEOGRAPH-4757",
    },
    Character {
        age: "3.0",
        codepoint: 0x4758,
        name: "CJK UNIFIED IDEOGRAPH-4758",
    },
    Character {
        age: "3.0",
        codepoint: 0x4759,
        name: "CJK UNIFIED IDEOGRAPH-4759",
    },
    Character {
        age: "3.0",
        codepoint: 0x475A,
        name: "CJK UNIFIED IDEOGRAPH-475A",
    },
    Character {
        age: "3.0",
        codepoint: 0x475B,
        name: "CJK UNIFIED IDEOGRAPH-475B",
    },
    Character {
        age: "3.0",
        codepoint: 0x475C,
        name: "CJK UNIFIED IDEOGRAPH-475C",
    },
    Character {
        age: "3.0",
        codepoint: 0x475D,
        name: "CJK UNIFIED IDEOGRAPH-475D",
    },
    Character {
        age: "3.0",
        codepoint: 0x475E,
        name: "CJK UNIFIED IDEOGRAPH-475E",
    },
    Character {
        age: "3.0",
        codepoint: 0x475F,
        name: "CJK UNIFIED IDEOGRAPH-475F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4760,
        name: "CJK UNIFIED IDEOGRAPH-4760",
    },
    Character {
        age: "3.0",
        codepoint: 0x4761,
        name: "CJK UNIFIED IDEOGRAPH-4761",
    },
    Character {
        age: "3.0",
        codepoint: 0x4762,
        name: "CJK UNIFIED IDEOGRAPH-4762",
    },
    Character {
        age: "3.0",
        codepoint: 0x4763,
        name: "CJK UNIFIED IDEOGRAPH-4763",
    },
    Character {
        age: "3.0",
        codepoint: 0x4764,
        name: "CJK UNIFIED IDEOGRAPH-4764",
    },
    Character {
        age: "3.0",
        codepoint: 0x4765,
        name: "CJK UNIFIED IDEOGRAPH-4765",
    },
    Character {
        age: "3.0",
        codepoint: 0x4766,
        name: "CJK UNIFIED IDEOGRAPH-4766",
    },
    Character {
        age: "3.0",
        codepoint: 0x4767,
        name: "CJK UNIFIED IDEOGRAPH-4767",
    },
    Character {
        age: "3.0",
        codepoint: 0x4768,
        name: "CJK UNIFIED IDEOGRAPH-4768",
    },
    Character {
        age: "3.0",
        codepoint: 0x4769,
        name: "CJK UNIFIED IDEOGRAPH-4769",
    },
    Character {
        age: "3.0",
        codepoint: 0x476A,
        name: "CJK UNIFIED IDEOGRAPH-476A",
    },
    Character {
        age: "3.0",
        codepoint: 0x476B,
        name: "CJK UNIFIED IDEOGRAPH-476B",
    },
    Character {
        age: "3.0",
        codepoint: 0x476C,
        name: "CJK UNIFIED IDEOGRAPH-476C",
    },
    Character {
        age: "3.0",
        codepoint: 0x476D,
        name: "CJK UNIFIED IDEOGRAPH-476D",
    },
    Character {
        age: "3.0",
        codepoint: 0x476E,
        name: "CJK UNIFIED IDEOGRAPH-476E",
    },
    Character {
        age: "3.0",
        codepoint: 0x476F,
        name: "CJK UNIFIED IDEOGRAPH-476F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4770,
        name: "CJK UNIFIED IDEOGRAPH-4770",
    },
    Character {
        age: "3.0",
        codepoint: 0x4771,
        name: "CJK UNIFIED IDEOGRAPH-4771",
    },
    Character {
        age: "3.0",
        codepoint: 0x4772,
        name: "CJK UNIFIED IDEOGRAPH-4772",
    },
    Character {
        age: "3.0",
        codepoint: 0x4773,
        name: "CJK UNIFIED IDEOGRAPH-4773",
    },
    Character {
        age: "3.0",
        codepoint: 0x4774,
        name: "CJK UNIFIED IDEOGRAPH-4774",
    },
    Character {
        age: "3.0",
        codepoint: 0x4775,
        name: "CJK UNIFIED IDEOGRAPH-4775",
    },
    Character {
        age: "3.0",
        codepoint: 0x4776,
        name: "CJK UNIFIED IDEOGRAPH-4776",
    },
    Character {
        age: "3.0",
        codepoint: 0x4777,
        name: "CJK UNIFIED IDEOGRAPH-4777",
    },
    Character {
        age: "3.0",
        codepoint: 0x4778,
        name: "CJK UNIFIED IDEOGRAPH-4778",
    },
    Character {
        age: "3.0",
        codepoint: 0x4779,
        name: "CJK UNIFIED IDEOGRAPH-4779",
    },
    Character {
        age: "3.0",
        codepoint: 0x477A,
        name: "CJK UNIFIED IDEOGRAPH-477A",
    },
    Character {
        age: "3.0",
        codepoint: 0x477B,
        name: "CJK UNIFIED IDEOGRAPH-477B",
    },
    Character {
        age: "3.0",
        codepoint: 0x477C,
        name: "CJK UNIFIED IDEOGRAPH-477C",
    },
    Character {
        age: "3.0",
        codepoint: 0x477D,
        name: "CJK UNIFIED IDEOGRAPH-477D",
    },
    Character {
        age: "3.0",
        codepoint: 0x477E,
        name: "CJK UNIFIED IDEOGRAPH-477E",
    },
    Character {
        age: "3.0",
        codepoint: 0x477F,
        name: "CJK UNIFIED IDEOGRAPH-477F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4780,
        name: "CJK UNIFIED IDEOGRAPH-4780",
    },
    Character {
        age: "3.0",
        codepoint: 0x4781,
        name: "CJK UNIFIED IDEOGRAPH-4781",
    },
    Character {
        age: "3.0",
        codepoint: 0x4782,
        name: "CJK UNIFIED IDEOGRAPH-4782",
    },
    Character {
        age: "3.0",
        codepoint: 0x4783,
        name: "CJK UNIFIED IDEOGRAPH-4783",
    },
    Character {
        age: "3.0",
        codepoint: 0x4784,
        name: "CJK UNIFIED IDEOGRAPH-4784",
    },
    Character {
        age: "3.0",
        codepoint: 0x4785,
        name: "CJK UNIFIED IDEOGRAPH-4785",
    },
    Character {
        age: "3.0",
        codepoint: 0x4786,
        name: "CJK UNIFIED IDEOGRAPH-4786",
    },
    Character {
        age: "3.0",
        codepoint: 0x4787,
        name: "CJK UNIFIED IDEOGRAPH-4787",
    },
    Character {
        age: "3.0",
        codepoint: 0x4788,
        name: "CJK UNIFIED IDEOGRAPH-4788",
    },
    Character {
        age: "3.0",
        codepoint: 0x4789,
        name: "CJK UNIFIED IDEOGRAPH-4789",
    },
    Character {
        age: "3.0",
        codepoint: 0x478A,
        name: "CJK UNIFIED IDEOGRAPH-478A",
    },
    Character {
        age: "3.0",
        codepoint: 0x478B,
        name: "CJK UNIFIED IDEOGRAPH-478B",
    },
    Character {
        age: "3.0",
        codepoint: 0x478C,
        name: "CJK UNIFIED IDEOGRAPH-478C",
    },
    Character {
        age: "3.0",
        codepoint: 0x478D,
        name: "CJK UNIFIED IDEOGRAPH-478D",
    },
    Character {
        age: "3.0",
        codepoint: 0x478E,
        name: "CJK UNIFIED IDEOGRAPH-478E",
    },
    Character {
        age: "3.0",
        codepoint: 0x478F,
        name: "CJK UNIFIED IDEOGRAPH-478F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4790,
        name: "CJK UNIFIED IDEOGRAPH-4790",
    },
    Character {
        age: "3.0",
        codepoint: 0x4791,
        name: "CJK UNIFIED IDEOGRAPH-4791",
    },
    Character {
        age: "3.0",
        codepoint: 0x4792,
        name: "CJK UNIFIED IDEOGRAPH-4792",
    },
    Character {
        age: "3.0",
        codepoint: 0x4793,
        name: "CJK UNIFIED IDEOGRAPH-4793",
    },
    Character {
        age: "3.0",
        codepoint: 0x4794,
        name: "CJK UNIFIED IDEOGRAPH-4794",
    },
    Character {
        age: "3.0",
        codepoint: 0x4795,
        name: "CJK UNIFIED IDEOGRAPH-4795",
    },
    Character {
        age: "3.0",
        codepoint: 0x4796,
        name: "CJK UNIFIED IDEOGRAPH-4796",
    },
    Character {
        age: "3.0",
        codepoint: 0x4797,
        name: "CJK UNIFIED IDEOGRAPH-4797",
    },
    Character {
        age: "3.0",
        codepoint: 0x4798,
        name: "CJK UNIFIED IDEOGRAPH-4798",
    },
    Character {
        age: "3.0",
        codepoint: 0x4799,
        name: "CJK UNIFIED IDEOGRAPH-4799",
    },
    Character {
        age: "3.0",
        codepoint: 0x479A,
        name: "CJK UNIFIED IDEOGRAPH-479A",
    },
    Character {
        age: "3.0",
        codepoint: 0x479B,
        name: "CJK UNIFIED IDEOGRAPH-479B",
    },
    Character {
        age: "3.0",
        codepoint: 0x479C,
        name: "CJK UNIFIED IDEOGRAPH-479C",
    },
    Character {
        age: "3.0",
        codepoint: 0x479D,
        name: "CJK UNIFIED IDEOGRAPH-479D",
    },
    Character {
        age: "3.0",
        codepoint: 0x479E,
        name: "CJK UNIFIED IDEOGRAPH-479E",
    },
    Character {
        age: "3.0",
        codepoint: 0x479F,
        name: "CJK UNIFIED IDEOGRAPH-479F",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A0,
        name: "CJK UNIFIED IDEOGRAPH-47A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A1,
        name: "CJK UNIFIED IDEOGRAPH-47A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A2,
        name: "CJK UNIFIED IDEOGRAPH-47A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A3,
        name: "CJK UNIFIED IDEOGRAPH-47A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A4,
        name: "CJK UNIFIED IDEOGRAPH-47A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A5,
        name: "CJK UNIFIED IDEOGRAPH-47A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A6,
        name: "CJK UNIFIED IDEOGRAPH-47A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A7,
        name: "CJK UNIFIED IDEOGRAPH-47A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A8,
        name: "CJK UNIFIED IDEOGRAPH-47A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x47A9,
        name: "CJK UNIFIED IDEOGRAPH-47A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x47AA,
        name: "CJK UNIFIED IDEOGRAPH-47AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x47AB,
        name: "CJK UNIFIED IDEOGRAPH-47AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x47AC,
        name: "CJK UNIFIED IDEOGRAPH-47AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x47AD,
        name: "CJK UNIFIED IDEOGRAPH-47AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x47AE,
        name: "CJK UNIFIED IDEOGRAPH-47AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x47AF,
        name: "CJK UNIFIED IDEOGRAPH-47AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B0,
        name: "CJK UNIFIED IDEOGRAPH-47B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B1,
        name: "CJK UNIFIED IDEOGRAPH-47B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B2,
        name: "CJK UNIFIED IDEOGRAPH-47B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B3,
        name: "CJK UNIFIED IDEOGRAPH-47B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B4,
        name: "CJK UNIFIED IDEOGRAPH-47B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B5,
        name: "CJK UNIFIED IDEOGRAPH-47B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B6,
        name: "CJK UNIFIED IDEOGRAPH-47B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B7,
        name: "CJK UNIFIED IDEOGRAPH-47B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B8,
        name: "CJK UNIFIED IDEOGRAPH-47B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x47B9,
        name: "CJK UNIFIED IDEOGRAPH-47B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x47BA,
        name: "CJK UNIFIED IDEOGRAPH-47BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x47BB,
        name: "CJK UNIFIED IDEOGRAPH-47BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x47BC,
        name: "CJK UNIFIED IDEOGRAPH-47BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x47BD,
        name: "CJK UNIFIED IDEOGRAPH-47BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x47BE,
        name: "CJK UNIFIED IDEOGRAPH-47BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x47BF,
        name: "CJK UNIFIED IDEOGRAPH-47BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C0,
        name: "CJK UNIFIED IDEOGRAPH-47C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C1,
        name: "CJK UNIFIED IDEOGRAPH-47C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C2,
        name: "CJK UNIFIED IDEOGRAPH-47C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C3,
        name: "CJK UNIFIED IDEOGRAPH-47C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C4,
        name: "CJK UNIFIED IDEOGRAPH-47C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C5,
        name: "CJK UNIFIED IDEOGRAPH-47C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C6,
        name: "CJK UNIFIED IDEOGRAPH-47C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C7,
        name: "CJK UNIFIED IDEOGRAPH-47C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C8,
        name: "CJK UNIFIED IDEOGRAPH-47C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x47C9,
        name: "CJK UNIFIED IDEOGRAPH-47C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x47CA,
        name: "CJK UNIFIED IDEOGRAPH-47CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x47CB,
        name: "CJK UNIFIED IDEOGRAPH-47CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x47CC,
        name: "CJK UNIFIED IDEOGRAPH-47CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x47CD,
        name: "CJK UNIFIED IDEOGRAPH-47CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x47CE,
        name: "CJK UNIFIED IDEOGRAPH-47CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x47CF,
        name: "CJK UNIFIED IDEOGRAPH-47CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D0,
        name: "CJK UNIFIED IDEOGRAPH-47D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D1,
        name: "CJK UNIFIED IDEOGRAPH-47D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D2,
        name: "CJK UNIFIED IDEOGRAPH-47D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D3,
        name: "CJK UNIFIED IDEOGRAPH-47D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D4,
        name: "CJK UNIFIED IDEOGRAPH-47D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D5,
        name: "CJK UNIFIED IDEOGRAPH-47D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D6,
        name: "CJK UNIFIED IDEOGRAPH-47D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D7,
        name: "CJK UNIFIED IDEOGRAPH-47D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D8,
        name: "CJK UNIFIED IDEOGRAPH-47D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x47D9,
        name: "CJK UNIFIED IDEOGRAPH-47D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x47DA,
        name: "CJK UNIFIED IDEOGRAPH-47DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x47DB,
        name: "CJK UNIFIED IDEOGRAPH-47DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x47DC,
        name: "CJK UNIFIED IDEOGRAPH-47DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x47DD,
        name: "CJK UNIFIED IDEOGRAPH-47DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x47DE,
        name: "CJK UNIFIED IDEOGRAPH-47DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x47DF,
        name: "CJK UNIFIED IDEOGRAPH-47DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E0,
        name: "CJK UNIFIED IDEOGRAPH-47E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E1,
        name: "CJK UNIFIED IDEOGRAPH-47E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E2,
        name: "CJK UNIFIED IDEOGRAPH-47E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E3,
        name: "CJK UNIFIED IDEOGRAPH-47E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E4,
        name: "CJK UNIFIED IDEOGRAPH-47E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E5,
        name: "CJK UNIFIED IDEOGRAPH-47E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E6,
        name: "CJK UNIFIED IDEOGRAPH-47E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E7,
        name: "CJK UNIFIED IDEOGRAPH-47E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E8,
        name: "CJK UNIFIED IDEOGRAPH-47E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x47E9,
        name: "CJK UNIFIED IDEOGRAPH-47E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x47EA,
        name: "CJK UNIFIED IDEOGRAPH-47EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x47EB,
        name: "CJK UNIFIED IDEOGRAPH-47EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x47EC,
        name: "CJK UNIFIED IDEOGRAPH-47EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x47ED,
        name: "CJK UNIFIED IDEOGRAPH-47ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x47EE,
        name: "CJK UNIFIED IDEOGRAPH-47EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x47EF,
        name: "CJK UNIFIED IDEOGRAPH-47EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F0,
        name: "CJK UNIFIED IDEOGRAPH-47F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F1,
        name: "CJK UNIFIED IDEOGRAPH-47F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F2,
        name: "CJK UNIFIED IDEOGRAPH-47F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F3,
        name: "CJK UNIFIED IDEOGRAPH-47F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F4,
        name: "CJK UNIFIED IDEOGRAPH-47F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F5,
        name: "CJK UNIFIED IDEOGRAPH-47F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F6,
        name: "CJK UNIFIED IDEOGRAPH-47F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F7,
        name: "CJK UNIFIED IDEOGRAPH-47F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F8,
        name: "CJK UNIFIED IDEOGRAPH-47F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x47F9,
        name: "CJK UNIFIED IDEOGRAPH-47F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x47FA,
        name: "CJK UNIFIED IDEOGRAPH-47FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x47FB,
        name: "CJK UNIFIED IDEOGRAPH-47FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x47FC,
        name: "CJK UNIFIED IDEOGRAPH-47FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x47FD,
        name: "CJK UNIFIED IDEOGRAPH-47FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x47FE,
        name: "CJK UNIFIED IDEOGRAPH-47FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x47FF,
        name: "CJK UNIFIED IDEOGRAPH-47FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4800,
        name: "CJK UNIFIED IDEOGRAPH-4800",
    },
    Character {
        age: "3.0",
        codepoint: 0x4801,
        name: "CJK UNIFIED IDEOGRAPH-4801",
    },
    Character {
        age: "3.0",
        codepoint: 0x4802,
        name: "CJK UNIFIED IDEOGRAPH-4802",
    },
    Character {
        age: "3.0",
        codepoint: 0x4803,
        name: "CJK UNIFIED IDEOGRAPH-4803",
    },
    Character {
        age: "3.0",
        codepoint: 0x4804,
        name: "CJK UNIFIED IDEOGRAPH-4804",
    },
    Character {
        age: "3.0",
        codepoint: 0x4805,
        name: "CJK UNIFIED IDEOGRAPH-4805",
    },
    Character {
        age: "3.0",
        codepoint: 0x4806,
        name: "CJK UNIFIED IDEOGRAPH-4806",
    },
    Character {
        age: "3.0",
        codepoint: 0x4807,
        name: "CJK UNIFIED IDEOGRAPH-4807",
    },
    Character {
        age: "3.0",
        codepoint: 0x4808,
        name: "CJK UNIFIED IDEOGRAPH-4808",
    },
    Character {
        age: "3.0",
        codepoint: 0x4809,
        name: "CJK UNIFIED IDEOGRAPH-4809",
    },
    Character {
        age: "3.0",
        codepoint: 0x480A,
        name: "CJK UNIFIED IDEOGRAPH-480A",
    },
    Character {
        age: "3.0",
        codepoint: 0x480B,
        name: "CJK UNIFIED IDEOGRAPH-480B",
    },
    Character {
        age: "3.0",
        codepoint: 0x480C,
        name: "CJK UNIFIED IDEOGRAPH-480C",
    },
    Character {
        age: "3.0",
        codepoint: 0x480D,
        name: "CJK UNIFIED IDEOGRAPH-480D",
    },
    Character {
        age: "3.0",
        codepoint: 0x480E,
        name: "CJK UNIFIED IDEOGRAPH-480E",
    },
    Character {
        age: "3.0",
        codepoint: 0x480F,
        name: "CJK UNIFIED IDEOGRAPH-480F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4810,
        name: "CJK UNIFIED IDEOGRAPH-4810",
    },
    Character {
        age: "3.0",
        codepoint: 0x4811,
        name: "CJK UNIFIED IDEOGRAPH-4811",
    },
    Character {
        age: "3.0",
        codepoint: 0x4812,
        name: "CJK UNIFIED IDEOGRAPH-4812",
    },
    Character {
        age: "3.0",
        codepoint: 0x4813,
        name: "CJK UNIFIED IDEOGRAPH-4813",
    },
    Character {
        age: "3.0",
        codepoint: 0x4814,
        name: "CJK UNIFIED IDEOGRAPH-4814",
    },
    Character {
        age: "3.0",
        codepoint: 0x4815,
        name: "CJK UNIFIED IDEOGRAPH-4815",
    },
    Character {
        age: "3.0",
        codepoint: 0x4816,
        name: "CJK UNIFIED IDEOGRAPH-4816",
    },
    Character {
        age: "3.0",
        codepoint: 0x4817,
        name: "CJK UNIFIED IDEOGRAPH-4817",
    },
    Character {
        age: "3.0",
        codepoint: 0x4818,
        name: "CJK UNIFIED IDEOGRAPH-4818",
    },
    Character {
        age: "3.0",
        codepoint: 0x4819,
        name: "CJK UNIFIED IDEOGRAPH-4819",
    },
    Character {
        age: "3.0",
        codepoint: 0x481A,
        name: "CJK UNIFIED IDEOGRAPH-481A",
    },
    Character {
        age: "3.0",
        codepoint: 0x481B,
        name: "CJK UNIFIED IDEOGRAPH-481B",
    },
    Character {
        age: "3.0",
        codepoint: 0x481C,
        name: "CJK UNIFIED IDEOGRAPH-481C",
    },
    Character {
        age: "3.0",
        codepoint: 0x481D,
        name: "CJK UNIFIED IDEOGRAPH-481D",
    },
    Character {
        age: "3.0",
        codepoint: 0x481E,
        name: "CJK UNIFIED IDEOGRAPH-481E",
    },
    Character {
        age: "3.0",
        codepoint: 0x481F,
        name: "CJK UNIFIED IDEOGRAPH-481F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4820,
        name: "CJK UNIFIED IDEOGRAPH-4820",
    },
    Character {
        age: "3.0",
        codepoint: 0x4821,
        name: "CJK UNIFIED IDEOGRAPH-4821",
    },
    Character {
        age: "3.0",
        codepoint: 0x4822,
        name: "CJK UNIFIED IDEOGRAPH-4822",
    },
    Character {
        age: "3.0",
        codepoint: 0x4823,
        name: "CJK UNIFIED IDEOGRAPH-4823",
    },
    Character {
        age: "3.0",
        codepoint: 0x4824,
        name: "CJK UNIFIED IDEOGRAPH-4824",
    },
    Character {
        age: "3.0",
        codepoint: 0x4825,
        name: "CJK UNIFIED IDEOGRAPH-4825",
    },
    Character {
        age: "3.0",
        codepoint: 0x4826,
        name: "CJK UNIFIED IDEOGRAPH-4826",
    },
    Character {
        age: "3.0",
        codepoint: 0x4827,
        name: "CJK UNIFIED IDEOGRAPH-4827",
    },
    Character {
        age: "3.0",
        codepoint: 0x4828,
        name: "CJK UNIFIED IDEOGRAPH-4828",
    },
    Character {
        age: "3.0",
        codepoint: 0x4829,
        name: "CJK UNIFIED IDEOGRAPH-4829",
    },
    Character {
        age: "3.0",
        codepoint: 0x482A,
        name: "CJK UNIFIED IDEOGRAPH-482A",
    },
    Character {
        age: "3.0",
        codepoint: 0x482B,
        name: "CJK UNIFIED IDEOGRAPH-482B",
    },
    Character {
        age: "3.0",
        codepoint: 0x482C,
        name: "CJK UNIFIED IDEOGRAPH-482C",
    },
    Character {
        age: "3.0",
        codepoint: 0x482D,
        name: "CJK UNIFIED IDEOGRAPH-482D",
    },
    Character {
        age: "3.0",
        codepoint: 0x482E,
        name: "CJK UNIFIED IDEOGRAPH-482E",
    },
    Character {
        age: "3.0",
        codepoint: 0x482F,
        name: "CJK UNIFIED IDEOGRAPH-482F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4830,
        name: "CJK UNIFIED IDEOGRAPH-4830",
    },
    Character {
        age: "3.0",
        codepoint: 0x4831,
        name: "CJK UNIFIED IDEOGRAPH-4831",
    },
    Character {
        age: "3.0",
        codepoint: 0x4832,
        name: "CJK UNIFIED IDEOGRAPH-4832",
    },
    Character {
        age: "3.0",
        codepoint: 0x4833,
        name: "CJK UNIFIED IDEOGRAPH-4833",
    },
    Character {
        age: "3.0",
        codepoint: 0x4834,
        name: "CJK UNIFIED IDEOGRAPH-4834",
    },
    Character {
        age: "3.0",
        codepoint: 0x4835,
        name: "CJK UNIFIED IDEOGRAPH-4835",
    },
    Character {
        age: "3.0",
        codepoint: 0x4836,
        name: "CJK UNIFIED IDEOGRAPH-4836",
    },
    Character {
        age: "3.0",
        codepoint: 0x4837,
        name: "CJK UNIFIED IDEOGRAPH-4837",
    },
    Character {
        age: "3.0",
        codepoint: 0x4838,
        name: "CJK UNIFIED IDEOGRAPH-4838",
    },
    Character {
        age: "3.0",
        codepoint: 0x4839,
        name: "CJK UNIFIED IDEOGRAPH-4839",
    },
    Character {
        age: "3.0",
        codepoint: 0x483A,
        name: "CJK UNIFIED IDEOGRAPH-483A",
    },
    Character {
        age: "3.0",
        codepoint: 0x483B,
        name: "CJK UNIFIED IDEOGRAPH-483B",
    },
    Character {
        age: "3.0",
        codepoint: 0x483C,
        name: "CJK UNIFIED IDEOGRAPH-483C",
    },
    Character {
        age: "3.0",
        codepoint: 0x483D,
        name: "CJK UNIFIED IDEOGRAPH-483D",
    },
    Character {
        age: "3.0",
        codepoint: 0x483E,
        name: "CJK UNIFIED IDEOGRAPH-483E",
    },
    Character {
        age: "3.0",
        codepoint: 0x483F,
        name: "CJK UNIFIED IDEOGRAPH-483F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4840,
        name: "CJK UNIFIED IDEOGRAPH-4840",
    },
    Character {
        age: "3.0",
        codepoint: 0x4841,
        name: "CJK UNIFIED IDEOGRAPH-4841",
    },
    Character {
        age: "3.0",
        codepoint: 0x4842,
        name: "CJK UNIFIED IDEOGRAPH-4842",
    },
    Character {
        age: "3.0",
        codepoint: 0x4843,
        name: "CJK UNIFIED IDEOGRAPH-4843",
    },
    Character {
        age: "3.0",
        codepoint: 0x4844,
        name: "CJK UNIFIED IDEOGRAPH-4844",
    },
    Character {
        age: "3.0",
        codepoint: 0x4845,
        name: "CJK UNIFIED IDEOGRAPH-4845",
    },
    Character {
        age: "3.0",
        codepoint: 0x4846,
        name: "CJK UNIFIED IDEOGRAPH-4846",
    },
    Character {
        age: "3.0",
        codepoint: 0x4847,
        name: "CJK UNIFIED IDEOGRAPH-4847",
    },
    Character {
        age: "3.0",
        codepoint: 0x4848,
        name: "CJK UNIFIED IDEOGRAPH-4848",
    },
    Character {
        age: "3.0",
        codepoint: 0x4849,
        name: "CJK UNIFIED IDEOGRAPH-4849",
    },
    Character {
        age: "3.0",
        codepoint: 0x484A,
        name: "CJK UNIFIED IDEOGRAPH-484A",
    },
    Character {
        age: "3.0",
        codepoint: 0x484B,
        name: "CJK UNIFIED IDEOGRAPH-484B",
    },
    Character {
        age: "3.0",
        codepoint: 0x484C,
        name: "CJK UNIFIED IDEOGRAPH-484C",
    },
    Character {
        age: "3.0",
        codepoint: 0x484D,
        name: "CJK UNIFIED IDEOGRAPH-484D",
    },
    Character {
        age: "3.0",
        codepoint: 0x484E,
        name: "CJK UNIFIED IDEOGRAPH-484E",
    },
    Character {
        age: "3.0",
        codepoint: 0x484F,
        name: "CJK UNIFIED IDEOGRAPH-484F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4850,
        name: "CJK UNIFIED IDEOGRAPH-4850",
    },
    Character {
        age: "3.0",
        codepoint: 0x4851,
        name: "CJK UNIFIED IDEOGRAPH-4851",
    },
    Character {
        age: "3.0",
        codepoint: 0x4852,
        name: "CJK UNIFIED IDEOGRAPH-4852",
    },
    Character {
        age: "3.0",
        codepoint: 0x4853,
        name: "CJK UNIFIED IDEOGRAPH-4853",
    },
    Character {
        age: "3.0",
        codepoint: 0x4854,
        name: "CJK UNIFIED IDEOGRAPH-4854",
    },
    Character {
        age: "3.0",
        codepoint: 0x4855,
        name: "CJK UNIFIED IDEOGRAPH-4855",
    },
    Character {
        age: "3.0",
        codepoint: 0x4856,
        name: "CJK UNIFIED IDEOGRAPH-4856",
    },
    Character {
        age: "3.0",
        codepoint: 0x4857,
        name: "CJK UNIFIED IDEOGRAPH-4857",
    },
    Character {
        age: "3.0",
        codepoint: 0x4858,
        name: "CJK UNIFIED IDEOGRAPH-4858",
    },
    Character {
        age: "3.0",
        codepoint: 0x4859,
        name: "CJK UNIFIED IDEOGRAPH-4859",
    },
    Character {
        age: "3.0",
        codepoint: 0x485A,
        name: "CJK UNIFIED IDEOGRAPH-485A",
    },
    Character {
        age: "3.0",
        codepoint: 0x485B,
        name: "CJK UNIFIED IDEOGRAPH-485B",
    },
    Character {
        age: "3.0",
        codepoint: 0x485C,
        name: "CJK UNIFIED IDEOGRAPH-485C",
    },
    Character {
        age: "3.0",
        codepoint: 0x485D,
        name: "CJK UNIFIED IDEOGRAPH-485D",
    },
    Character {
        age: "3.0",
        codepoint: 0x485E,
        name: "CJK UNIFIED IDEOGRAPH-485E",
    },
    Character {
        age: "3.0",
        codepoint: 0x485F,
        name: "CJK UNIFIED IDEOGRAPH-485F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4860,
        name: "CJK UNIFIED IDEOGRAPH-4860",
    },
    Character {
        age: "3.0",
        codepoint: 0x4861,
        name: "CJK UNIFIED IDEOGRAPH-4861",
    },
    Character {
        age: "3.0",
        codepoint: 0x4862,
        name: "CJK UNIFIED IDEOGRAPH-4862",
    },
    Character {
        age: "3.0",
        codepoint: 0x4863,
        name: "CJK UNIFIED IDEOGRAPH-4863",
    },
    Character {
        age: "3.0",
        codepoint: 0x4864,
        name: "CJK UNIFIED IDEOGRAPH-4864",
    },
    Character {
        age: "3.0",
        codepoint: 0x4865,
        name: "CJK UNIFIED IDEOGRAPH-4865",
    },
    Character {
        age: "3.0",
        codepoint: 0x4866,
        name: "CJK UNIFIED IDEOGRAPH-4866",
    },
    Character {
        age: "3.0",
        codepoint: 0x4867,
        name: "CJK UNIFIED IDEOGRAPH-4867",
    },
    Character {
        age: "3.0",
        codepoint: 0x4868,
        name: "CJK UNIFIED IDEOGRAPH-4868",
    },
    Character {
        age: "3.0",
        codepoint: 0x4869,
        name: "CJK UNIFIED IDEOGRAPH-4869",
    },
    Character {
        age: "3.0",
        codepoint: 0x486A,
        name: "CJK UNIFIED IDEOGRAPH-486A",
    },
    Character {
        age: "3.0",
        codepoint: 0x486B,
        name: "CJK UNIFIED IDEOGRAPH-486B",
    },
    Character {
        age: "3.0",
        codepoint: 0x486C,
        name: "CJK UNIFIED IDEOGRAPH-486C",
    },
    Character {
        age: "3.0",
        codepoint: 0x486D,
        name: "CJK UNIFIED IDEOGRAPH-486D",
    },
    Character {
        age: "3.0",
        codepoint: 0x486E,
        name: "CJK UNIFIED IDEOGRAPH-486E",
    },
    Character {
        age: "3.0",
        codepoint: 0x486F,
        name: "CJK UNIFIED IDEOGRAPH-486F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4870,
        name: "CJK UNIFIED IDEOGRAPH-4870",
    },
    Character {
        age: "3.0",
        codepoint: 0x4871,
        name: "CJK UNIFIED IDEOGRAPH-4871",
    },
    Character {
        age: "3.0",
        codepoint: 0x4872,
        name: "CJK UNIFIED IDEOGRAPH-4872",
    },
    Character {
        age: "3.0",
        codepoint: 0x4873,
        name: "CJK UNIFIED IDEOGRAPH-4873",
    },
    Character {
        age: "3.0",
        codepoint: 0x4874,
        name: "CJK UNIFIED IDEOGRAPH-4874",
    },
    Character {
        age: "3.0",
        codepoint: 0x4875,
        name: "CJK UNIFIED IDEOGRAPH-4875",
    },
    Character {
        age: "3.0",
        codepoint: 0x4876,
        name: "CJK UNIFIED IDEOGRAPH-4876",
    },
    Character {
        age: "3.0",
        codepoint: 0x4877,
        name: "CJK UNIFIED IDEOGRAPH-4877",
    },
    Character {
        age: "3.0",
        codepoint: 0x4878,
        name: "CJK UNIFIED IDEOGRAPH-4878",
    },
    Character {
        age: "3.0",
        codepoint: 0x4879,
        name: "CJK UNIFIED IDEOGRAPH-4879",
    },
    Character {
        age: "3.0",
        codepoint: 0x487A,
        name: "CJK UNIFIED IDEOGRAPH-487A",
    },
    Character {
        age: "3.0",
        codepoint: 0x487B,
        name: "CJK UNIFIED IDEOGRAPH-487B",
    },
    Character {
        age: "3.0",
        codepoint: 0x487C,
        name: "CJK UNIFIED IDEOGRAPH-487C",
    },
    Character {
        age: "3.0",
        codepoint: 0x487D,
        name: "CJK UNIFIED IDEOGRAPH-487D",
    },
    Character {
        age: "3.0",
        codepoint: 0x487E,
        name: "CJK UNIFIED IDEOGRAPH-487E",
    },
    Character {
        age: "3.0",
        codepoint: 0x487F,
        name: "CJK UNIFIED IDEOGRAPH-487F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4880,
        name: "CJK UNIFIED IDEOGRAPH-4880",
    },
    Character {
        age: "3.0",
        codepoint: 0x4881,
        name: "CJK UNIFIED IDEOGRAPH-4881",
    },
    Character {
        age: "3.0",
        codepoint: 0x4882,
        name: "CJK UNIFIED IDEOGRAPH-4882",
    },
    Character {
        age: "3.0",
        codepoint: 0x4883,
        name: "CJK UNIFIED IDEOGRAPH-4883",
    },
    Character {
        age: "3.0",
        codepoint: 0x4884,
        name: "CJK UNIFIED IDEOGRAPH-4884",
    },
    Character {
        age: "3.0",
        codepoint: 0x4885,
        name: "CJK UNIFIED IDEOGRAPH-4885",
    },
    Character {
        age: "3.0",
        codepoint: 0x4886,
        name: "CJK UNIFIED IDEOGRAPH-4886",
    },
    Character {
        age: "3.0",
        codepoint: 0x4887,
        name: "CJK UNIFIED IDEOGRAPH-4887",
    },
    Character {
        age: "3.0",
        codepoint: 0x4888,
        name: "CJK UNIFIED IDEOGRAPH-4888",
    },
    Character {
        age: "3.0",
        codepoint: 0x4889,
        name: "CJK UNIFIED IDEOGRAPH-4889",
    },
    Character {
        age: "3.0",
        codepoint: 0x488A,
        name: "CJK UNIFIED IDEOGRAPH-488A",
    },
    Character {
        age: "3.0",
        codepoint: 0x488B,
        name: "CJK UNIFIED IDEOGRAPH-488B",
    },
    Character {
        age: "3.0",
        codepoint: 0x488C,
        name: "CJK UNIFIED IDEOGRAPH-488C",
    },
    Character {
        age: "3.0",
        codepoint: 0x488D,
        name: "CJK UNIFIED IDEOGRAPH-488D",
    },
    Character {
        age: "3.0",
        codepoint: 0x488E,
        name: "CJK UNIFIED IDEOGRAPH-488E",
    },
    Character {
        age: "3.0",
        codepoint: 0x488F,
        name: "CJK UNIFIED IDEOGRAPH-488F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4890,
        name: "CJK UNIFIED IDEOGRAPH-4890",
    },
    Character {
        age: "3.0",
        codepoint: 0x4891,
        name: "CJK UNIFIED IDEOGRAPH-4891",
    },
    Character {
        age: "3.0",
        codepoint: 0x4892,
        name: "CJK UNIFIED IDEOGRAPH-4892",
    },
    Character {
        age: "3.0",
        codepoint: 0x4893,
        name: "CJK UNIFIED IDEOGRAPH-4893",
    },
    Character {
        age: "3.0",
        codepoint: 0x4894,
        name: "CJK UNIFIED IDEOGRAPH-4894",
    },
    Character {
        age: "3.0",
        codepoint: 0x4895,
        name: "CJK UNIFIED IDEOGRAPH-4895",
    },
    Character {
        age: "3.0",
        codepoint: 0x4896,
        name: "CJK UNIFIED IDEOGRAPH-4896",
    },
    Character {
        age: "3.0",
        codepoint: 0x4897,
        name: "CJK UNIFIED IDEOGRAPH-4897",
    },
    Character {
        age: "3.0",
        codepoint: 0x4898,
        name: "CJK UNIFIED IDEOGRAPH-4898",
    },
    Character {
        age: "3.0",
        codepoint: 0x4899,
        name: "CJK UNIFIED IDEOGRAPH-4899",
    },
    Character {
        age: "3.0",
        codepoint: 0x489A,
        name: "CJK UNIFIED IDEOGRAPH-489A",
    },
    Character {
        age: "3.0",
        codepoint: 0x489B,
        name: "CJK UNIFIED IDEOGRAPH-489B",
    },
    Character {
        age: "3.0",
        codepoint: 0x489C,
        name: "CJK UNIFIED IDEOGRAPH-489C",
    },
    Character {
        age: "3.0",
        codepoint: 0x489D,
        name: "CJK UNIFIED IDEOGRAPH-489D",
    },
    Character {
        age: "3.0",
        codepoint: 0x489E,
        name: "CJK UNIFIED IDEOGRAPH-489E",
    },
    Character {
        age: "3.0",
        codepoint: 0x489F,
        name: "CJK UNIFIED IDEOGRAPH-489F",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A0,
        name: "CJK UNIFIED IDEOGRAPH-48A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A1,
        name: "CJK UNIFIED IDEOGRAPH-48A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A2,
        name: "CJK UNIFIED IDEOGRAPH-48A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A3,
        name: "CJK UNIFIED IDEOGRAPH-48A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A4,
        name: "CJK UNIFIED IDEOGRAPH-48A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A5,
        name: "CJK UNIFIED IDEOGRAPH-48A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A6,
        name: "CJK UNIFIED IDEOGRAPH-48A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A7,
        name: "CJK UNIFIED IDEOGRAPH-48A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A8,
        name: "CJK UNIFIED IDEOGRAPH-48A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x48A9,
        name: "CJK UNIFIED IDEOGRAPH-48A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x48AA,
        name: "CJK UNIFIED IDEOGRAPH-48AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x48AB,
        name: "CJK UNIFIED IDEOGRAPH-48AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x48AC,
        name: "CJK UNIFIED IDEOGRAPH-48AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x48AD,
        name: "CJK UNIFIED IDEOGRAPH-48AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x48AE,
        name: "CJK UNIFIED IDEOGRAPH-48AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x48AF,
        name: "CJK UNIFIED IDEOGRAPH-48AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B0,
        name: "CJK UNIFIED IDEOGRAPH-48B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B1,
        name: "CJK UNIFIED IDEOGRAPH-48B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B2,
        name: "CJK UNIFIED IDEOGRAPH-48B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B3,
        name: "CJK UNIFIED IDEOGRAPH-48B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B4,
        name: "CJK UNIFIED IDEOGRAPH-48B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B5,
        name: "CJK UNIFIED IDEOGRAPH-48B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B6,
        name: "CJK UNIFIED IDEOGRAPH-48B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B7,
        name: "CJK UNIFIED IDEOGRAPH-48B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B8,
        name: "CJK UNIFIED IDEOGRAPH-48B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x48B9,
        name: "CJK UNIFIED IDEOGRAPH-48B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x48BA,
        name: "CJK UNIFIED IDEOGRAPH-48BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x48BB,
        name: "CJK UNIFIED IDEOGRAPH-48BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x48BC,
        name: "CJK UNIFIED IDEOGRAPH-48BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x48BD,
        name: "CJK UNIFIED IDEOGRAPH-48BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x48BE,
        name: "CJK UNIFIED IDEOGRAPH-48BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x48BF,
        name: "CJK UNIFIED IDEOGRAPH-48BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C0,
        name: "CJK UNIFIED IDEOGRAPH-48C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C1,
        name: "CJK UNIFIED IDEOGRAPH-48C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C2,
        name: "CJK UNIFIED IDEOGRAPH-48C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C3,
        name: "CJK UNIFIED IDEOGRAPH-48C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C4,
        name: "CJK UNIFIED IDEOGRAPH-48C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C5,
        name: "CJK UNIFIED IDEOGRAPH-48C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C6,
        name: "CJK UNIFIED IDEOGRAPH-48C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C7,
        name: "CJK UNIFIED IDEOGRAPH-48C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C8,
        name: "CJK UNIFIED IDEOGRAPH-48C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x48C9,
        name: "CJK UNIFIED IDEOGRAPH-48C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x48CA,
        name: "CJK UNIFIED IDEOGRAPH-48CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x48CB,
        name: "CJK UNIFIED IDEOGRAPH-48CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x48CC,
        name: "CJK UNIFIED IDEOGRAPH-48CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x48CD,
        name: "CJK UNIFIED IDEOGRAPH-48CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x48CE,
        name: "CJK UNIFIED IDEOGRAPH-48CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x48CF,
        name: "CJK UNIFIED IDEOGRAPH-48CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D0,
        name: "CJK UNIFIED IDEOGRAPH-48D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D1,
        name: "CJK UNIFIED IDEOGRAPH-48D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D2,
        name: "CJK UNIFIED IDEOGRAPH-48D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D3,
        name: "CJK UNIFIED IDEOGRAPH-48D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D4,
        name: "CJK UNIFIED IDEOGRAPH-48D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D5,
        name: "CJK UNIFIED IDEOGRAPH-48D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D6,
        name: "CJK UNIFIED IDEOGRAPH-48D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D7,
        name: "CJK UNIFIED IDEOGRAPH-48D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D8,
        name: "CJK UNIFIED IDEOGRAPH-48D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x48D9,
        name: "CJK UNIFIED IDEOGRAPH-48D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x48DA,
        name: "CJK UNIFIED IDEOGRAPH-48DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x48DB,
        name: "CJK UNIFIED IDEOGRAPH-48DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x48DC,
        name: "CJK UNIFIED IDEOGRAPH-48DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x48DD,
        name: "CJK UNIFIED IDEOGRAPH-48DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x48DE,
        name: "CJK UNIFIED IDEOGRAPH-48DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x48DF,
        name: "CJK UNIFIED IDEOGRAPH-48DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E0,
        name: "CJK UNIFIED IDEOGRAPH-48E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E1,
        name: "CJK UNIFIED IDEOGRAPH-48E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E2,
        name: "CJK UNIFIED IDEOGRAPH-48E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E3,
        name: "CJK UNIFIED IDEOGRAPH-48E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E4,
        name: "CJK UNIFIED IDEOGRAPH-48E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E5,
        name: "CJK UNIFIED IDEOGRAPH-48E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E6,
        name: "CJK UNIFIED IDEOGRAPH-48E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E7,
        name: "CJK UNIFIED IDEOGRAPH-48E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E8,
        name: "CJK UNIFIED IDEOGRAPH-48E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x48E9,
        name: "CJK UNIFIED IDEOGRAPH-48E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x48EA,
        name: "CJK UNIFIED IDEOGRAPH-48EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x48EB,
        name: "CJK UNIFIED IDEOGRAPH-48EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x48EC,
        name: "CJK UNIFIED IDEOGRAPH-48EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x48ED,
        name: "CJK UNIFIED IDEOGRAPH-48ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x48EE,
        name: "CJK UNIFIED IDEOGRAPH-48EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x48EF,
        name: "CJK UNIFIED IDEOGRAPH-48EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F0,
        name: "CJK UNIFIED IDEOGRAPH-48F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F1,
        name: "CJK UNIFIED IDEOGRAPH-48F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F2,
        name: "CJK UNIFIED IDEOGRAPH-48F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F3,
        name: "CJK UNIFIED IDEOGRAPH-48F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F4,
        name: "CJK UNIFIED IDEOGRAPH-48F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F5,
        name: "CJK UNIFIED IDEOGRAPH-48F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F6,
        name: "CJK UNIFIED IDEOGRAPH-48F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F7,
        name: "CJK UNIFIED IDEOGRAPH-48F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F8,
        name: "CJK UNIFIED IDEOGRAPH-48F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x48F9,
        name: "CJK UNIFIED IDEOGRAPH-48F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x48FA,
        name: "CJK UNIFIED IDEOGRAPH-48FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x48FB,
        name: "CJK UNIFIED IDEOGRAPH-48FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x48FC,
        name: "CJK UNIFIED IDEOGRAPH-48FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x48FD,
        name: "CJK UNIFIED IDEOGRAPH-48FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x48FE,
        name: "CJK UNIFIED IDEOGRAPH-48FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x48FF,
        name: "CJK UNIFIED IDEOGRAPH-48FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4900,
        name: "CJK UNIFIED IDEOGRAPH-4900",
    },
    Character {
        age: "3.0",
        codepoint: 0x4901,
        name: "CJK UNIFIED IDEOGRAPH-4901",
    },
    Character {
        age: "3.0",
        codepoint: 0x4902,
        name: "CJK UNIFIED IDEOGRAPH-4902",
    },
    Character {
        age: "3.0",
        codepoint: 0x4903,
        name: "CJK UNIFIED IDEOGRAPH-4903",
    },
    Character {
        age: "3.0",
        codepoint: 0x4904,
        name: "CJK UNIFIED IDEOGRAPH-4904",
    },
    Character {
        age: "3.0",
        codepoint: 0x4905,
        name: "CJK UNIFIED IDEOGRAPH-4905",
    },
    Character {
        age: "3.0",
        codepoint: 0x4906,
        name: "CJK UNIFIED IDEOGRAPH-4906",
    },
    Character {
        age: "3.0",
        codepoint: 0x4907,
        name: "CJK UNIFIED IDEOGRAPH-4907",
    },
    Character {
        age: "3.0",
        codepoint: 0x4908,
        name: "CJK UNIFIED IDEOGRAPH-4908",
    },
    Character {
        age: "3.0",
        codepoint: 0x4909,
        name: "CJK UNIFIED IDEOGRAPH-4909",
    },
    Character {
        age: "3.0",
        codepoint: 0x490A,
        name: "CJK UNIFIED IDEOGRAPH-490A",
    },
    Character {
        age: "3.0",
        codepoint: 0x490B,
        name: "CJK UNIFIED IDEOGRAPH-490B",
    },
    Character {
        age: "3.0",
        codepoint: 0x490C,
        name: "CJK UNIFIED IDEOGRAPH-490C",
    },
    Character {
        age: "3.0",
        codepoint: 0x490D,
        name: "CJK UNIFIED IDEOGRAPH-490D",
    },
    Character {
        age: "3.0",
        codepoint: 0x490E,
        name: "CJK UNIFIED IDEOGRAPH-490E",
    },
    Character {
        age: "3.0",
        codepoint: 0x490F,
        name: "CJK UNIFIED IDEOGRAPH-490F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4910,
        name: "CJK UNIFIED IDEOGRAPH-4910",
    },
    Character {
        age: "3.0",
        codepoint: 0x4911,
        name: "CJK UNIFIED IDEOGRAPH-4911",
    },
    Character {
        age: "3.0",
        codepoint: 0x4912,
        name: "CJK UNIFIED IDEOGRAPH-4912",
    },
    Character {
        age: "3.0",
        codepoint: 0x4913,
        name: "CJK UNIFIED IDEOGRAPH-4913",
    },
    Character {
        age: "3.0",
        codepoint: 0x4914,
        name: "CJK UNIFIED IDEOGRAPH-4914",
    },
    Character {
        age: "3.0",
        codepoint: 0x4915,
        name: "CJK UNIFIED IDEOGRAPH-4915",
    },
    Character {
        age: "3.0",
        codepoint: 0x4916,
        name: "CJK UNIFIED IDEOGRAPH-4916",
    },
    Character {
        age: "3.0",
        codepoint: 0x4917,
        name: "CJK UNIFIED IDEOGRAPH-4917",
    },
    Character {
        age: "3.0",
        codepoint: 0x4918,
        name: "CJK UNIFIED IDEOGRAPH-4918",
    },
    Character {
        age: "3.0",
        codepoint: 0x4919,
        name: "CJK UNIFIED IDEOGRAPH-4919",
    },
    Character {
        age: "3.0",
        codepoint: 0x491A,
        name: "CJK UNIFIED IDEOGRAPH-491A",
    },
    Character {
        age: "3.0",
        codepoint: 0x491B,
        name: "CJK UNIFIED IDEOGRAPH-491B",
    },
    Character {
        age: "3.0",
        codepoint: 0x491C,
        name: "CJK UNIFIED IDEOGRAPH-491C",
    },
    Character {
        age: "3.0",
        codepoint: 0x491D,
        name: "CJK UNIFIED IDEOGRAPH-491D",
    },
    Character {
        age: "3.0",
        codepoint: 0x491E,
        name: "CJK UNIFIED IDEOGRAPH-491E",
    },
    Character {
        age: "3.0",
        codepoint: 0x491F,
        name: "CJK UNIFIED IDEOGRAPH-491F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4920,
        name: "CJK UNIFIED IDEOGRAPH-4920",
    },
    Character {
        age: "3.0",
        codepoint: 0x4921,
        name: "CJK UNIFIED IDEOGRAPH-4921",
    },
    Character {
        age: "3.0",
        codepoint: 0x4922,
        name: "CJK UNIFIED IDEOGRAPH-4922",
    },
    Character {
        age: "3.0",
        codepoint: 0x4923,
        name: "CJK UNIFIED IDEOGRAPH-4923",
    },
    Character {
        age: "3.0",
        codepoint: 0x4924,
        name: "CJK UNIFIED IDEOGRAPH-4924",
    },
    Character {
        age: "3.0",
        codepoint: 0x4925,
        name: "CJK UNIFIED IDEOGRAPH-4925",
    },
    Character {
        age: "3.0",
        codepoint: 0x4926,
        name: "CJK UNIFIED IDEOGRAPH-4926",
    },
    Character {
        age: "3.0",
        codepoint: 0x4927,
        name: "CJK UNIFIED IDEOGRAPH-4927",
    },
    Character {
        age: "3.0",
        codepoint: 0x4928,
        name: "CJK UNIFIED IDEOGRAPH-4928",
    },
    Character {
        age: "3.0",
        codepoint: 0x4929,
        name: "CJK UNIFIED IDEOGRAPH-4929",
    },
    Character {
        age: "3.0",
        codepoint: 0x492A,
        name: "CJK UNIFIED IDEOGRAPH-492A",
    },
    Character {
        age: "3.0",
        codepoint: 0x492B,
        name: "CJK UNIFIED IDEOGRAPH-492B",
    },
    Character {
        age: "3.0",
        codepoint: 0x492C,
        name: "CJK UNIFIED IDEOGRAPH-492C",
    },
    Character {
        age: "3.0",
        codepoint: 0x492D,
        name: "CJK UNIFIED IDEOGRAPH-492D",
    },
    Character {
        age: "3.0",
        codepoint: 0x492E,
        name: "CJK UNIFIED IDEOGRAPH-492E",
    },
    Character {
        age: "3.0",
        codepoint: 0x492F,
        name: "CJK UNIFIED IDEOGRAPH-492F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4930,
        name: "CJK UNIFIED IDEOGRAPH-4930",
    },
    Character {
        age: "3.0",
        codepoint: 0x4931,
        name: "CJK UNIFIED IDEOGRAPH-4931",
    },
    Character {
        age: "3.0",
        codepoint: 0x4932,
        name: "CJK UNIFIED IDEOGRAPH-4932",
    },
    Character {
        age: "3.0",
        codepoint: 0x4933,
        name: "CJK UNIFIED IDEOGRAPH-4933",
    },
    Character {
        age: "3.0",
        codepoint: 0x4934,
        name: "CJK UNIFIED IDEOGRAPH-4934",
    },
    Character {
        age: "3.0",
        codepoint: 0x4935,
        name: "CJK UNIFIED IDEOGRAPH-4935",
    },
    Character {
        age: "3.0",
        codepoint: 0x4936,
        name: "CJK UNIFIED IDEOGRAPH-4936",
    },
    Character {
        age: "3.0",
        codepoint: 0x4937,
        name: "CJK UNIFIED IDEOGRAPH-4937",
    },
    Character {
        age: "3.0",
        codepoint: 0x4938,
        name: "CJK UNIFIED IDEOGRAPH-4938",
    },
    Character {
        age: "3.0",
        codepoint: 0x4939,
        name: "CJK UNIFIED IDEOGRAPH-4939",
    },
    Character {
        age: "3.0",
        codepoint: 0x493A,
        name: "CJK UNIFIED IDEOGRAPH-493A",
    },
    Character {
        age: "3.0",
        codepoint: 0x493B,
        name: "CJK UNIFIED IDEOGRAPH-493B",
    },
    Character {
        age: "3.0",
        codepoint: 0x493C,
        name: "CJK UNIFIED IDEOGRAPH-493C",
    },
    Character {
        age: "3.0",
        codepoint: 0x493D,
        name: "CJK UNIFIED IDEOGRAPH-493D",
    },
    Character {
        age: "3.0",
        codepoint: 0x493E,
        name: "CJK UNIFIED IDEOGRAPH-493E",
    },
    Character {
        age: "3.0",
        codepoint: 0x493F,
        name: "CJK UNIFIED IDEOGRAPH-493F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4940,
        name: "CJK UNIFIED IDEOGRAPH-4940",
    },
    Character {
        age: "3.0",
        codepoint: 0x4941,
        name: "CJK UNIFIED IDEOGRAPH-4941",
    },
    Character {
        age: "3.0",
        codepoint: 0x4942,
        name: "CJK UNIFIED IDEOGRAPH-4942",
    },
    Character {
        age: "3.0",
        codepoint: 0x4943,
        name: "CJK UNIFIED IDEOGRAPH-4943",
    },
    Character {
        age: "3.0",
        codepoint: 0x4944,
        name: "CJK UNIFIED IDEOGRAPH-4944",
    },
    Character {
        age: "3.0",
        codepoint: 0x4945,
        name: "CJK UNIFIED IDEOGRAPH-4945",
    },
    Character {
        age: "3.0",
        codepoint: 0x4946,
        name: "CJK UNIFIED IDEOGRAPH-4946",
    },
    Character {
        age: "3.0",
        codepoint: 0x4947,
        name: "CJK UNIFIED IDEOGRAPH-4947",
    },
    Character {
        age: "3.0",
        codepoint: 0x4948,
        name: "CJK UNIFIED IDEOGRAPH-4948",
    },
    Character {
        age: "3.0",
        codepoint: 0x4949,
        name: "CJK UNIFIED IDEOGRAPH-4949",
    },
    Character {
        age: "3.0",
        codepoint: 0x494A,
        name: "CJK UNIFIED IDEOGRAPH-494A",
    },
    Character {
        age: "3.0",
        codepoint: 0x494B,
        name: "CJK UNIFIED IDEOGRAPH-494B",
    },
    Character {
        age: "3.0",
        codepoint: 0x494C,
        name: "CJK UNIFIED IDEOGRAPH-494C",
    },
    Character {
        age: "3.0",
        codepoint: 0x494D,
        name: "CJK UNIFIED IDEOGRAPH-494D",
    },
    Character {
        age: "3.0",
        codepoint: 0x494E,
        name: "CJK UNIFIED IDEOGRAPH-494E",
    },
    Character {
        age: "3.0",
        codepoint: 0x494F,
        name: "CJK UNIFIED IDEOGRAPH-494F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4950,
        name: "CJK UNIFIED IDEOGRAPH-4950",
    },
    Character {
        age: "3.0",
        codepoint: 0x4951,
        name: "CJK UNIFIED IDEOGRAPH-4951",
    },
    Character {
        age: "3.0",
        codepoint: 0x4952,
        name: "CJK UNIFIED IDEOGRAPH-4952",
    },
    Character {
        age: "3.0",
        codepoint: 0x4953,
        name: "CJK UNIFIED IDEOGRAPH-4953",
    },
    Character {
        age: "3.0",
        codepoint: 0x4954,
        name: "CJK UNIFIED IDEOGRAPH-4954",
    },
    Character {
        age: "3.0",
        codepoint: 0x4955,
        name: "CJK UNIFIED IDEOGRAPH-4955",
    },
    Character {
        age: "3.0",
        codepoint: 0x4956,
        name: "CJK UNIFIED IDEOGRAPH-4956",
    },
    Character {
        age: "3.0",
        codepoint: 0x4957,
        name: "CJK UNIFIED IDEOGRAPH-4957",
    },
    Character {
        age: "3.0",
        codepoint: 0x4958,
        name: "CJK UNIFIED IDEOGRAPH-4958",
    },
    Character {
        age: "3.0",
        codepoint: 0x4959,
        name: "CJK UNIFIED IDEOGRAPH-4959",
    },
    Character {
        age: "3.0",
        codepoint: 0x495A,
        name: "CJK UNIFIED IDEOGRAPH-495A",
    },
    Character {
        age: "3.0",
        codepoint: 0x495B,
        name: "CJK UNIFIED IDEOGRAPH-495B",
    },
    Character {
        age: "3.0",
        codepoint: 0x495C,
        name: "CJK UNIFIED IDEOGRAPH-495C",
    },
    Character {
        age: "3.0",
        codepoint: 0x495D,
        name: "CJK UNIFIED IDEOGRAPH-495D",
    },
    Character {
        age: "3.0",
        codepoint: 0x495E,
        name: "CJK UNIFIED IDEOGRAPH-495E",
    },
    Character {
        age: "3.0",
        codepoint: 0x495F,
        name: "CJK UNIFIED IDEOGRAPH-495F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4960,
        name: "CJK UNIFIED IDEOGRAPH-4960",
    },
    Character {
        age: "3.0",
        codepoint: 0x4961,
        name: "CJK UNIFIED IDEOGRAPH-4961",
    },
    Character {
        age: "3.0",
        codepoint: 0x4962,
        name: "CJK UNIFIED IDEOGRAPH-4962",
    },
    Character {
        age: "3.0",
        codepoint: 0x4963,
        name: "CJK UNIFIED IDEOGRAPH-4963",
    },
    Character {
        age: "3.0",
        codepoint: 0x4964,
        name: "CJK UNIFIED IDEOGRAPH-4964",
    },
    Character {
        age: "3.0",
        codepoint: 0x4965,
        name: "CJK UNIFIED IDEOGRAPH-4965",
    },
    Character {
        age: "3.0",
        codepoint: 0x4966,
        name: "CJK UNIFIED IDEOGRAPH-4966",
    },
    Character {
        age: "3.0",
        codepoint: 0x4967,
        name: "CJK UNIFIED IDEOGRAPH-4967",
    },
    Character {
        age: "3.0",
        codepoint: 0x4968,
        name: "CJK UNIFIED IDEOGRAPH-4968",
    },
    Character {
        age: "3.0",
        codepoint: 0x4969,
        name: "CJK UNIFIED IDEOGRAPH-4969",
    },
    Character {
        age: "3.0",
        codepoint: 0x496A,
        name: "CJK UNIFIED IDEOGRAPH-496A",
    },
    Character {
        age: "3.0",
        codepoint: 0x496B,
        name: "CJK UNIFIED IDEOGRAPH-496B",
    },
    Character {
        age: "3.0",
        codepoint: 0x496C,
        name: "CJK UNIFIED IDEOGRAPH-496C",
    },
    Character {
        age: "3.0",
        codepoint: 0x496D,
        name: "CJK UNIFIED IDEOGRAPH-496D",
    },
    Character {
        age: "3.0",
        codepoint: 0x496E,
        name: "CJK UNIFIED IDEOGRAPH-496E",
    },
    Character {
        age: "3.0",
        codepoint: 0x496F,
        name: "CJK UNIFIED IDEOGRAPH-496F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4970,
        name: "CJK UNIFIED IDEOGRAPH-4970",
    },
    Character {
        age: "3.0",
        codepoint: 0x4971,
        name: "CJK UNIFIED IDEOGRAPH-4971",
    },
    Character {
        age: "3.0",
        codepoint: 0x4972,
        name: "CJK UNIFIED IDEOGRAPH-4972",
    },
    Character {
        age: "3.0",
        codepoint: 0x4973,
        name: "CJK UNIFIED IDEOGRAPH-4973",
    },
    Character {
        age: "3.0",
        codepoint: 0x4974,
        name: "CJK UNIFIED IDEOGRAPH-4974",
    },
    Character {
        age: "3.0",
        codepoint: 0x4975,
        name: "CJK UNIFIED IDEOGRAPH-4975",
    },
    Character {
        age: "3.0",
        codepoint: 0x4976,
        name: "CJK UNIFIED IDEOGRAPH-4976",
    },
    Character {
        age: "3.0",
        codepoint: 0x4977,
        name: "CJK UNIFIED IDEOGRAPH-4977",
    },
    Character {
        age: "3.0",
        codepoint: 0x4978,
        name: "CJK UNIFIED IDEOGRAPH-4978",
    },
    Character {
        age: "3.0",
        codepoint: 0x4979,
        name: "CJK UNIFIED IDEOGRAPH-4979",
    },
    Character {
        age: "3.0",
        codepoint: 0x497A,
        name: "CJK UNIFIED IDEOGRAPH-497A",
    },
    Character {
        age: "3.0",
        codepoint: 0x497B,
        name: "CJK UNIFIED IDEOGRAPH-497B",
    },
    Character {
        age: "3.0",
        codepoint: 0x497C,
        name: "CJK UNIFIED IDEOGRAPH-497C",
    },
    Character {
        age: "3.0",
        codepoint: 0x497D,
        name: "CJK UNIFIED IDEOGRAPH-497D",
    },
    Character {
        age: "3.0",
        codepoint: 0x497E,
        name: "CJK UNIFIED IDEOGRAPH-497E",
    },
    Character {
        age: "3.0",
        codepoint: 0x497F,
        name: "CJK UNIFIED IDEOGRAPH-497F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4980,
        name: "CJK UNIFIED IDEOGRAPH-4980",
    },
    Character {
        age: "3.0",
        codepoint: 0x4981,
        name: "CJK UNIFIED IDEOGRAPH-4981",
    },
    Character {
        age: "3.0",
        codepoint: 0x4982,
        name: "CJK UNIFIED IDEOGRAPH-4982",
    },
    Character {
        age: "3.0",
        codepoint: 0x4983,
        name: "CJK UNIFIED IDEOGRAPH-4983",
    },
    Character {
        age: "3.0",
        codepoint: 0x4984,
        name: "CJK UNIFIED IDEOGRAPH-4984",
    },
    Character {
        age: "3.0",
        codepoint: 0x4985,
        name: "CJK UNIFIED IDEOGRAPH-4985",
    },
    Character {
        age: "3.0",
        codepoint: 0x4986,
        name: "CJK UNIFIED IDEOGRAPH-4986",
    },
    Character {
        age: "3.0",
        codepoint: 0x4987,
        name: "CJK UNIFIED IDEOGRAPH-4987",
    },
    Character {
        age: "3.0",
        codepoint: 0x4988,
        name: "CJK UNIFIED IDEOGRAPH-4988",
    },
    Character {
        age: "3.0",
        codepoint: 0x4989,
        name: "CJK UNIFIED IDEOGRAPH-4989",
    },
    Character {
        age: "3.0",
        codepoint: 0x498A,
        name: "CJK UNIFIED IDEOGRAPH-498A",
    },
    Character {
        age: "3.0",
        codepoint: 0x498B,
        name: "CJK UNIFIED IDEOGRAPH-498B",
    },
    Character {
        age: "3.0",
        codepoint: 0x498C,
        name: "CJK UNIFIED IDEOGRAPH-498C",
    },
    Character {
        age: "3.0",
        codepoint: 0x498D,
        name: "CJK UNIFIED IDEOGRAPH-498D",
    },
    Character {
        age: "3.0",
        codepoint: 0x498E,
        name: "CJK UNIFIED IDEOGRAPH-498E",
    },
    Character {
        age: "3.0",
        codepoint: 0x498F,
        name: "CJK UNIFIED IDEOGRAPH-498F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4990,
        name: "CJK UNIFIED IDEOGRAPH-4990",
    },
    Character {
        age: "3.0",
        codepoint: 0x4991,
        name: "CJK UNIFIED IDEOGRAPH-4991",
    },
    Character {
        age: "3.0",
        codepoint: 0x4992,
        name: "CJK UNIFIED IDEOGRAPH-4992",
    },
    Character {
        age: "3.0",
        codepoint: 0x4993,
        name: "CJK UNIFIED IDEOGRAPH-4993",
    },
    Character {
        age: "3.0",
        codepoint: 0x4994,
        name: "CJK UNIFIED IDEOGRAPH-4994",
    },
    Character {
        age: "3.0",
        codepoint: 0x4995,
        name: "CJK UNIFIED IDEOGRAPH-4995",
    },
    Character {
        age: "3.0",
        codepoint: 0x4996,
        name: "CJK UNIFIED IDEOGRAPH-4996",
    },
    Character {
        age: "3.0",
        codepoint: 0x4997,
        name: "CJK UNIFIED IDEOGRAPH-4997",
    },
    Character {
        age: "3.0",
        codepoint: 0x4998,
        name: "CJK UNIFIED IDEOGRAPH-4998",
    },
    Character {
        age: "3.0",
        codepoint: 0x4999,
        name: "CJK UNIFIED IDEOGRAPH-4999",
    },
    Character {
        age: "3.0",
        codepoint: 0x499A,
        name: "CJK UNIFIED IDEOGRAPH-499A",
    },
    Character {
        age: "3.0",
        codepoint: 0x499B,
        name: "CJK UNIFIED IDEOGRAPH-499B",
    },
    Character {
        age: "3.0",
        codepoint: 0x499C,
        name: "CJK UNIFIED IDEOGRAPH-499C",
    },
    Character {
        age: "3.0",
        codepoint: 0x499D,
        name: "CJK UNIFIED IDEOGRAPH-499D",
    },
    Character {
        age: "3.0",
        codepoint: 0x499E,
        name: "CJK UNIFIED IDEOGRAPH-499E",
    },
    Character {
        age: "3.0",
        codepoint: 0x499F,
        name: "CJK UNIFIED IDEOGRAPH-499F",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A0,
        name: "CJK UNIFIED IDEOGRAPH-49A0",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A1,
        name: "CJK UNIFIED IDEOGRAPH-49A1",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A2,
        name: "CJK UNIFIED IDEOGRAPH-49A2",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A3,
        name: "CJK UNIFIED IDEOGRAPH-49A3",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A4,
        name: "CJK UNIFIED IDEOGRAPH-49A4",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A5,
        name: "CJK UNIFIED IDEOGRAPH-49A5",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A6,
        name: "CJK UNIFIED IDEOGRAPH-49A6",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A7,
        name: "CJK UNIFIED IDEOGRAPH-49A7",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A8,
        name: "CJK UNIFIED IDEOGRAPH-49A8",
    },
    Character {
        age: "3.0",
        codepoint: 0x49A9,
        name: "CJK UNIFIED IDEOGRAPH-49A9",
    },
    Character {
        age: "3.0",
        codepoint: 0x49AA,
        name: "CJK UNIFIED IDEOGRAPH-49AA",
    },
    Character {
        age: "3.0",
        codepoint: 0x49AB,
        name: "CJK UNIFIED IDEOGRAPH-49AB",
    },
    Character {
        age: "3.0",
        codepoint: 0x49AC,
        name: "CJK UNIFIED IDEOGRAPH-49AC",
    },
    Character {
        age: "3.0",
        codepoint: 0x49AD,
        name: "CJK UNIFIED IDEOGRAPH-49AD",
    },
    Character {
        age: "3.0",
        codepoint: 0x49AE,
        name: "CJK UNIFIED IDEOGRAPH-49AE",
    },
    Character {
        age: "3.0",
        codepoint: 0x49AF,
        name: "CJK UNIFIED IDEOGRAPH-49AF",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B0,
        name: "CJK UNIFIED IDEOGRAPH-49B0",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B1,
        name: "CJK UNIFIED IDEOGRAPH-49B1",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B2,
        name: "CJK UNIFIED IDEOGRAPH-49B2",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B3,
        name: "CJK UNIFIED IDEOGRAPH-49B3",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B4,
        name: "CJK UNIFIED IDEOGRAPH-49B4",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B5,
        name: "CJK UNIFIED IDEOGRAPH-49B5",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B6,
        name: "CJK UNIFIED IDEOGRAPH-49B6",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B7,
        name: "CJK UNIFIED IDEOGRAPH-49B7",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B8,
        name: "CJK UNIFIED IDEOGRAPH-49B8",
    },
    Character {
        age: "3.0",
        codepoint: 0x49B9,
        name: "CJK UNIFIED IDEOGRAPH-49B9",
    },
    Character {
        age: "3.0",
        codepoint: 0x49BA,
        name: "CJK UNIFIED IDEOGRAPH-49BA",
    },
    Character {
        age: "3.0",
        codepoint: 0x49BB,
        name: "CJK UNIFIED IDEOGRAPH-49BB",
    },
    Character {
        age: "3.0",
        codepoint: 0x49BC,
        name: "CJK UNIFIED IDEOGRAPH-49BC",
    },
    Character {
        age: "3.0",
        codepoint: 0x49BD,
        name: "CJK UNIFIED IDEOGRAPH-49BD",
    },
    Character {
        age: "3.0",
        codepoint: 0x49BE,
        name: "CJK UNIFIED IDEOGRAPH-49BE",
    },
    Character {
        age: "3.0",
        codepoint: 0x49BF,
        name: "CJK UNIFIED IDEOGRAPH-49BF",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C0,
        name: "CJK UNIFIED IDEOGRAPH-49C0",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C1,
        name: "CJK UNIFIED IDEOGRAPH-49C1",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C2,
        name: "CJK UNIFIED IDEOGRAPH-49C2",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C3,
        name: "CJK UNIFIED IDEOGRAPH-49C3",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C4,
        name: "CJK UNIFIED IDEOGRAPH-49C4",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C5,
        name: "CJK UNIFIED IDEOGRAPH-49C5",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C6,
        name: "CJK UNIFIED IDEOGRAPH-49C6",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C7,
        name: "CJK UNIFIED IDEOGRAPH-49C7",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C8,
        name: "CJK UNIFIED IDEOGRAPH-49C8",
    },
    Character {
        age: "3.0",
        codepoint: 0x49C9,
        name: "CJK UNIFIED IDEOGRAPH-49C9",
    },
    Character {
        age: "3.0",
        codepoint: 0x49CA,
        name: "CJK UNIFIED IDEOGRAPH-49CA",
    },
    Character {
        age: "3.0",
        codepoint: 0x49CB,
        name: "CJK UNIFIED IDEOGRAPH-49CB",
    },
    Character {
        age: "3.0",
        codepoint: 0x49CC,
        name: "CJK UNIFIED IDEOGRAPH-49CC",
    },
    Character {
        age: "3.0",
        codepoint: 0x49CD,
        name: "CJK UNIFIED IDEOGRAPH-49CD",
    },
    Character {
        age: "3.0",
        codepoint: 0x49CE,
        name: "CJK UNIFIED IDEOGRAPH-49CE",
    },
    Character {
        age: "3.0",
        codepoint: 0x49CF,
        name: "CJK UNIFIED IDEOGRAPH-49CF",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D0,
        name: "CJK UNIFIED IDEOGRAPH-49D0",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D1,
        name: "CJK UNIFIED IDEOGRAPH-49D1",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D2,
        name: "CJK UNIFIED IDEOGRAPH-49D2",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D3,
        name: "CJK UNIFIED IDEOGRAPH-49D3",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D4,
        name: "CJK UNIFIED IDEOGRAPH-49D4",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D5,
        name: "CJK UNIFIED IDEOGRAPH-49D5",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D6,
        name: "CJK UNIFIED IDEOGRAPH-49D6",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D7,
        name: "CJK UNIFIED IDEOGRAPH-49D7",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D8,
        name: "CJK UNIFIED IDEOGRAPH-49D8",
    },
    Character {
        age: "3.0",
        codepoint: 0x49D9,
        name: "CJK UNIFIED IDEOGRAPH-49D9",
    },
    Character {
        age: "3.0",
        codepoint: 0x49DA,
        name: "CJK UNIFIED IDEOGRAPH-49DA",
    },
    Character {
        age: "3.0",
        codepoint: 0x49DB,
        name: "CJK UNIFIED IDEOGRAPH-49DB",
    },
    Character {
        age: "3.0",
        codepoint: 0x49DC,
        name: "CJK UNIFIED IDEOGRAPH-49DC",
    },
    Character {
        age: "3.0",
        codepoint: 0x49DD,
        name: "CJK UNIFIED IDEOGRAPH-49DD",
    },
    Character {
        age: "3.0",
        codepoint: 0x49DE,
        name: "CJK UNIFIED IDEOGRAPH-49DE",
    },
    Character {
        age: "3.0",
        codepoint: 0x49DF,
        name: "CJK UNIFIED IDEOGRAPH-49DF",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E0,
        name: "CJK UNIFIED IDEOGRAPH-49E0",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E1,
        name: "CJK UNIFIED IDEOGRAPH-49E1",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E2,
        name: "CJK UNIFIED IDEOGRAPH-49E2",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E3,
        name: "CJK UNIFIED IDEOGRAPH-49E3",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E4,
        name: "CJK UNIFIED IDEOGRAPH-49E4",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E5,
        name: "CJK UNIFIED IDEOGRAPH-49E5",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E6,
        name: "CJK UNIFIED IDEOGRAPH-49E6",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E7,
        name: "CJK UNIFIED IDEOGRAPH-49E7",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E8,
        name: "CJK UNIFIED IDEOGRAPH-49E8",
    },
    Character {
        age: "3.0",
        codepoint: 0x49E9,
        name: "CJK UNIFIED IDEOGRAPH-49E9",
    },
    Character {
        age: "3.0",
        codepoint: 0x49EA,
        name: "CJK UNIFIED IDEOGRAPH-49EA",
    },
    Character {
        age: "3.0",
        codepoint: 0x49EB,
        name: "CJK UNIFIED IDEOGRAPH-49EB",
    },
    Character {
        age: "3.0",
        codepoint: 0x49EC,
        name: "CJK UNIFIED IDEOGRAPH-49EC",
    },
    Character {
        age: "3.0",
        codepoint: 0x49ED,
        name: "CJK UNIFIED IDEOGRAPH-49ED",
    },
    Character {
        age: "3.0",
        codepoint: 0x49EE,
        name: "CJK UNIFIED IDEOGRAPH-49EE",
    },
    Character {
        age: "3.0",
        codepoint: 0x49EF,
        name: "CJK UNIFIED IDEOGRAPH-49EF",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F0,
        name: "CJK UNIFIED IDEOGRAPH-49F0",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F1,
        name: "CJK UNIFIED IDEOGRAPH-49F1",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F2,
        name: "CJK UNIFIED IDEOGRAPH-49F2",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F3,
        name: "CJK UNIFIED IDEOGRAPH-49F3",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F4,
        name: "CJK UNIFIED IDEOGRAPH-49F4",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F5,
        name: "CJK UNIFIED IDEOGRAPH-49F5",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F6,
        name: "CJK UNIFIED IDEOGRAPH-49F6",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F7,
        name: "CJK UNIFIED IDEOGRAPH-49F7",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F8,
        name: "CJK UNIFIED IDEOGRAPH-49F8",
    },
    Character {
        age: "3.0",
        codepoint: 0x49F9,
        name: "CJK UNIFIED IDEOGRAPH-49F9",
    },
    Character {
        age: "3.0",
        codepoint: 0x49FA,
        name: "CJK UNIFIED IDEOGRAPH-49FA",
    },
    Character {
        age: "3.0",
        codepoint: 0x49FB,
        name: "CJK UNIFIED IDEOGRAPH-49FB",
    },
    Character {
        age: "3.0",
        codepoint: 0x49FC,
        name: "CJK UNIFIED IDEOGRAPH-49FC",
    },
    Character {
        age: "3.0",
        codepoint: 0x49FD,
        name: "CJK UNIFIED IDEOGRAPH-49FD",
    },
    Character {
        age: "3.0",
        codepoint: 0x49FE,
        name: "CJK UNIFIED IDEOGRAPH-49FE",
    },
    Character {
        age: "3.0",
        codepoint: 0x49FF,
        name: "CJK UNIFIED IDEOGRAPH-49FF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A00,
        name: "CJK UNIFIED IDEOGRAPH-4A00",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A01,
        name: "CJK UNIFIED IDEOGRAPH-4A01",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A02,
        name: "CJK UNIFIED IDEOGRAPH-4A02",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A03,
        name: "CJK UNIFIED IDEOGRAPH-4A03",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A04,
        name: "CJK UNIFIED IDEOGRAPH-4A04",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A05,
        name: "CJK UNIFIED IDEOGRAPH-4A05",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A06,
        name: "CJK UNIFIED IDEOGRAPH-4A06",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A07,
        name: "CJK UNIFIED IDEOGRAPH-4A07",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A08,
        name: "CJK UNIFIED IDEOGRAPH-4A08",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A09,
        name: "CJK UNIFIED IDEOGRAPH-4A09",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A0A,
        name: "CJK UNIFIED IDEOGRAPH-4A0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A0B,
        name: "CJK UNIFIED IDEOGRAPH-4A0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A0C,
        name: "CJK UNIFIED IDEOGRAPH-4A0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A0D,
        name: "CJK UNIFIED IDEOGRAPH-4A0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A0E,
        name: "CJK UNIFIED IDEOGRAPH-4A0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A0F,
        name: "CJK UNIFIED IDEOGRAPH-4A0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A10,
        name: "CJK UNIFIED IDEOGRAPH-4A10",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A11,
        name: "CJK UNIFIED IDEOGRAPH-4A11",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A12,
        name: "CJK UNIFIED IDEOGRAPH-4A12",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A13,
        name: "CJK UNIFIED IDEOGRAPH-4A13",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A14,
        name: "CJK UNIFIED IDEOGRAPH-4A14",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A15,
        name: "CJK UNIFIED IDEOGRAPH-4A15",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A16,
        name: "CJK UNIFIED IDEOGRAPH-4A16",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A17,
        name: "CJK UNIFIED IDEOGRAPH-4A17",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A18,
        name: "CJK UNIFIED IDEOGRAPH-4A18",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A19,
        name: "CJK UNIFIED IDEOGRAPH-4A19",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A1A,
        name: "CJK UNIFIED IDEOGRAPH-4A1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A1B,
        name: "CJK UNIFIED IDEOGRAPH-4A1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A1C,
        name: "CJK UNIFIED IDEOGRAPH-4A1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A1D,
        name: "CJK UNIFIED IDEOGRAPH-4A1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A1E,
        name: "CJK UNIFIED IDEOGRAPH-4A1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A1F,
        name: "CJK UNIFIED IDEOGRAPH-4A1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A20,
        name: "CJK UNIFIED IDEOGRAPH-4A20",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A21,
        name: "CJK UNIFIED IDEOGRAPH-4A21",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A22,
        name: "CJK UNIFIED IDEOGRAPH-4A22",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A23,
        name: "CJK UNIFIED IDEOGRAPH-4A23",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A24,
        name: "CJK UNIFIED IDEOGRAPH-4A24",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A25,
        name: "CJK UNIFIED IDEOGRAPH-4A25",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A26,
        name: "CJK UNIFIED IDEOGRAPH-4A26",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A27,
        name: "CJK UNIFIED IDEOGRAPH-4A27",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A28,
        name: "CJK UNIFIED IDEOGRAPH-4A28",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A29,
        name: "CJK UNIFIED IDEOGRAPH-4A29",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A2A,
        name: "CJK UNIFIED IDEOGRAPH-4A2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A2B,
        name: "CJK UNIFIED IDEOGRAPH-4A2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A2C,
        name: "CJK UNIFIED IDEOGRAPH-4A2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A2D,
        name: "CJK UNIFIED IDEOGRAPH-4A2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A2E,
        name: "CJK UNIFIED IDEOGRAPH-4A2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A2F,
        name: "CJK UNIFIED IDEOGRAPH-4A2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A30,
        name: "CJK UNIFIED IDEOGRAPH-4A30",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A31,
        name: "CJK UNIFIED IDEOGRAPH-4A31",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A32,
        name: "CJK UNIFIED IDEOGRAPH-4A32",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A33,
        name: "CJK UNIFIED IDEOGRAPH-4A33",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A34,
        name: "CJK UNIFIED IDEOGRAPH-4A34",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A35,
        name: "CJK UNIFIED IDEOGRAPH-4A35",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A36,
        name: "CJK UNIFIED IDEOGRAPH-4A36",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A37,
        name: "CJK UNIFIED IDEOGRAPH-4A37",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A38,
        name: "CJK UNIFIED IDEOGRAPH-4A38",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A39,
        name: "CJK UNIFIED IDEOGRAPH-4A39",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A3A,
        name: "CJK UNIFIED IDEOGRAPH-4A3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A3B,
        name: "CJK UNIFIED IDEOGRAPH-4A3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A3C,
        name: "CJK UNIFIED IDEOGRAPH-4A3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A3D,
        name: "CJK UNIFIED IDEOGRAPH-4A3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A3E,
        name: "CJK UNIFIED IDEOGRAPH-4A3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A3F,
        name: "CJK UNIFIED IDEOGRAPH-4A3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A40,
        name: "CJK UNIFIED IDEOGRAPH-4A40",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A41,
        name: "CJK UNIFIED IDEOGRAPH-4A41",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A42,
        name: "CJK UNIFIED IDEOGRAPH-4A42",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A43,
        name: "CJK UNIFIED IDEOGRAPH-4A43",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A44,
        name: "CJK UNIFIED IDEOGRAPH-4A44",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A45,
        name: "CJK UNIFIED IDEOGRAPH-4A45",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A46,
        name: "CJK UNIFIED IDEOGRAPH-4A46",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A47,
        name: "CJK UNIFIED IDEOGRAPH-4A47",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A48,
        name: "CJK UNIFIED IDEOGRAPH-4A48",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A49,
        name: "CJK UNIFIED IDEOGRAPH-4A49",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A4A,
        name: "CJK UNIFIED IDEOGRAPH-4A4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A4B,
        name: "CJK UNIFIED IDEOGRAPH-4A4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A4C,
        name: "CJK UNIFIED IDEOGRAPH-4A4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A4D,
        name: "CJK UNIFIED IDEOGRAPH-4A4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A4E,
        name: "CJK UNIFIED IDEOGRAPH-4A4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A4F,
        name: "CJK UNIFIED IDEOGRAPH-4A4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A50,
        name: "CJK UNIFIED IDEOGRAPH-4A50",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A51,
        name: "CJK UNIFIED IDEOGRAPH-4A51",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A52,
        name: "CJK UNIFIED IDEOGRAPH-4A52",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A53,
        name: "CJK UNIFIED IDEOGRAPH-4A53",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A54,
        name: "CJK UNIFIED IDEOGRAPH-4A54",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A55,
        name: "CJK UNIFIED IDEOGRAPH-4A55",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A56,
        name: "CJK UNIFIED IDEOGRAPH-4A56",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A57,
        name: "CJK UNIFIED IDEOGRAPH-4A57",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A58,
        name: "CJK UNIFIED IDEOGRAPH-4A58",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A59,
        name: "CJK UNIFIED IDEOGRAPH-4A59",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A5A,
        name: "CJK UNIFIED IDEOGRAPH-4A5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A5B,
        name: "CJK UNIFIED IDEOGRAPH-4A5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A5C,
        name: "CJK UNIFIED IDEOGRAPH-4A5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A5D,
        name: "CJK UNIFIED IDEOGRAPH-4A5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A5E,
        name: "CJK UNIFIED IDEOGRAPH-4A5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A5F,
        name: "CJK UNIFIED IDEOGRAPH-4A5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A60,
        name: "CJK UNIFIED IDEOGRAPH-4A60",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A61,
        name: "CJK UNIFIED IDEOGRAPH-4A61",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A62,
        name: "CJK UNIFIED IDEOGRAPH-4A62",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A63,
        name: "CJK UNIFIED IDEOGRAPH-4A63",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A64,
        name: "CJK UNIFIED IDEOGRAPH-4A64",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A65,
        name: "CJK UNIFIED IDEOGRAPH-4A65",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A66,
        name: "CJK UNIFIED IDEOGRAPH-4A66",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A67,
        name: "CJK UNIFIED IDEOGRAPH-4A67",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A68,
        name: "CJK UNIFIED IDEOGRAPH-4A68",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A69,
        name: "CJK UNIFIED IDEOGRAPH-4A69",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A6A,
        name: "CJK UNIFIED IDEOGRAPH-4A6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A6B,
        name: "CJK UNIFIED IDEOGRAPH-4A6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A6C,
        name: "CJK UNIFIED IDEOGRAPH-4A6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A6D,
        name: "CJK UNIFIED IDEOGRAPH-4A6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A6E,
        name: "CJK UNIFIED IDEOGRAPH-4A6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A6F,
        name: "CJK UNIFIED IDEOGRAPH-4A6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A70,
        name: "CJK UNIFIED IDEOGRAPH-4A70",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A71,
        name: "CJK UNIFIED IDEOGRAPH-4A71",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A72,
        name: "CJK UNIFIED IDEOGRAPH-4A72",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A73,
        name: "CJK UNIFIED IDEOGRAPH-4A73",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A74,
        name: "CJK UNIFIED IDEOGRAPH-4A74",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A75,
        name: "CJK UNIFIED IDEOGRAPH-4A75",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A76,
        name: "CJK UNIFIED IDEOGRAPH-4A76",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A77,
        name: "CJK UNIFIED IDEOGRAPH-4A77",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A78,
        name: "CJK UNIFIED IDEOGRAPH-4A78",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A79,
        name: "CJK UNIFIED IDEOGRAPH-4A79",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A7A,
        name: "CJK UNIFIED IDEOGRAPH-4A7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A7B,
        name: "CJK UNIFIED IDEOGRAPH-4A7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A7C,
        name: "CJK UNIFIED IDEOGRAPH-4A7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A7D,
        name: "CJK UNIFIED IDEOGRAPH-4A7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A7E,
        name: "CJK UNIFIED IDEOGRAPH-4A7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A7F,
        name: "CJK UNIFIED IDEOGRAPH-4A7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A80,
        name: "CJK UNIFIED IDEOGRAPH-4A80",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A81,
        name: "CJK UNIFIED IDEOGRAPH-4A81",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A82,
        name: "CJK UNIFIED IDEOGRAPH-4A82",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A83,
        name: "CJK UNIFIED IDEOGRAPH-4A83",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A84,
        name: "CJK UNIFIED IDEOGRAPH-4A84",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A85,
        name: "CJK UNIFIED IDEOGRAPH-4A85",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A86,
        name: "CJK UNIFIED IDEOGRAPH-4A86",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A87,
        name: "CJK UNIFIED IDEOGRAPH-4A87",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A88,
        name: "CJK UNIFIED IDEOGRAPH-4A88",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A89,
        name: "CJK UNIFIED IDEOGRAPH-4A89",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A8A,
        name: "CJK UNIFIED IDEOGRAPH-4A8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A8B,
        name: "CJK UNIFIED IDEOGRAPH-4A8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A8C,
        name: "CJK UNIFIED IDEOGRAPH-4A8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A8D,
        name: "CJK UNIFIED IDEOGRAPH-4A8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A8E,
        name: "CJK UNIFIED IDEOGRAPH-4A8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A8F,
        name: "CJK UNIFIED IDEOGRAPH-4A8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A90,
        name: "CJK UNIFIED IDEOGRAPH-4A90",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A91,
        name: "CJK UNIFIED IDEOGRAPH-4A91",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A92,
        name: "CJK UNIFIED IDEOGRAPH-4A92",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A93,
        name: "CJK UNIFIED IDEOGRAPH-4A93",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A94,
        name: "CJK UNIFIED IDEOGRAPH-4A94",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A95,
        name: "CJK UNIFIED IDEOGRAPH-4A95",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A96,
        name: "CJK UNIFIED IDEOGRAPH-4A96",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A97,
        name: "CJK UNIFIED IDEOGRAPH-4A97",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A98,
        name: "CJK UNIFIED IDEOGRAPH-4A98",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A99,
        name: "CJK UNIFIED IDEOGRAPH-4A99",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A9A,
        name: "CJK UNIFIED IDEOGRAPH-4A9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A9B,
        name: "CJK UNIFIED IDEOGRAPH-4A9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A9C,
        name: "CJK UNIFIED IDEOGRAPH-4A9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A9D,
        name: "CJK UNIFIED IDEOGRAPH-4A9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A9E,
        name: "CJK UNIFIED IDEOGRAPH-4A9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4A9F,
        name: "CJK UNIFIED IDEOGRAPH-4A9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA0,
        name: "CJK UNIFIED IDEOGRAPH-4AA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA1,
        name: "CJK UNIFIED IDEOGRAPH-4AA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA2,
        name: "CJK UNIFIED IDEOGRAPH-4AA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA3,
        name: "CJK UNIFIED IDEOGRAPH-4AA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA4,
        name: "CJK UNIFIED IDEOGRAPH-4AA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA5,
        name: "CJK UNIFIED IDEOGRAPH-4AA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA6,
        name: "CJK UNIFIED IDEOGRAPH-4AA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA7,
        name: "CJK UNIFIED IDEOGRAPH-4AA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA8,
        name: "CJK UNIFIED IDEOGRAPH-4AA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AA9,
        name: "CJK UNIFIED IDEOGRAPH-4AA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AAA,
        name: "CJK UNIFIED IDEOGRAPH-4AAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AAB,
        name: "CJK UNIFIED IDEOGRAPH-4AAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AAC,
        name: "CJK UNIFIED IDEOGRAPH-4AAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AAD,
        name: "CJK UNIFIED IDEOGRAPH-4AAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AAE,
        name: "CJK UNIFIED IDEOGRAPH-4AAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AAF,
        name: "CJK UNIFIED IDEOGRAPH-4AAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB0,
        name: "CJK UNIFIED IDEOGRAPH-4AB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB1,
        name: "CJK UNIFIED IDEOGRAPH-4AB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB2,
        name: "CJK UNIFIED IDEOGRAPH-4AB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB3,
        name: "CJK UNIFIED IDEOGRAPH-4AB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB4,
        name: "CJK UNIFIED IDEOGRAPH-4AB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB5,
        name: "CJK UNIFIED IDEOGRAPH-4AB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB6,
        name: "CJK UNIFIED IDEOGRAPH-4AB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB7,
        name: "CJK UNIFIED IDEOGRAPH-4AB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB8,
        name: "CJK UNIFIED IDEOGRAPH-4AB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AB9,
        name: "CJK UNIFIED IDEOGRAPH-4AB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ABA,
        name: "CJK UNIFIED IDEOGRAPH-4ABA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ABB,
        name: "CJK UNIFIED IDEOGRAPH-4ABB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ABC,
        name: "CJK UNIFIED IDEOGRAPH-4ABC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ABD,
        name: "CJK UNIFIED IDEOGRAPH-4ABD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ABE,
        name: "CJK UNIFIED IDEOGRAPH-4ABE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ABF,
        name: "CJK UNIFIED IDEOGRAPH-4ABF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC0,
        name: "CJK UNIFIED IDEOGRAPH-4AC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC1,
        name: "CJK UNIFIED IDEOGRAPH-4AC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC2,
        name: "CJK UNIFIED IDEOGRAPH-4AC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC3,
        name: "CJK UNIFIED IDEOGRAPH-4AC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC4,
        name: "CJK UNIFIED IDEOGRAPH-4AC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC5,
        name: "CJK UNIFIED IDEOGRAPH-4AC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC6,
        name: "CJK UNIFIED IDEOGRAPH-4AC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC7,
        name: "CJK UNIFIED IDEOGRAPH-4AC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC8,
        name: "CJK UNIFIED IDEOGRAPH-4AC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AC9,
        name: "CJK UNIFIED IDEOGRAPH-4AC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ACA,
        name: "CJK UNIFIED IDEOGRAPH-4ACA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ACB,
        name: "CJK UNIFIED IDEOGRAPH-4ACB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ACC,
        name: "CJK UNIFIED IDEOGRAPH-4ACC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ACD,
        name: "CJK UNIFIED IDEOGRAPH-4ACD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ACE,
        name: "CJK UNIFIED IDEOGRAPH-4ACE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ACF,
        name: "CJK UNIFIED IDEOGRAPH-4ACF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD0,
        name: "CJK UNIFIED IDEOGRAPH-4AD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD1,
        name: "CJK UNIFIED IDEOGRAPH-4AD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD2,
        name: "CJK UNIFIED IDEOGRAPH-4AD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD3,
        name: "CJK UNIFIED IDEOGRAPH-4AD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD4,
        name: "CJK UNIFIED IDEOGRAPH-4AD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD5,
        name: "CJK UNIFIED IDEOGRAPH-4AD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD6,
        name: "CJK UNIFIED IDEOGRAPH-4AD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD7,
        name: "CJK UNIFIED IDEOGRAPH-4AD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD8,
        name: "CJK UNIFIED IDEOGRAPH-4AD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AD9,
        name: "CJK UNIFIED IDEOGRAPH-4AD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ADA,
        name: "CJK UNIFIED IDEOGRAPH-4ADA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ADB,
        name: "CJK UNIFIED IDEOGRAPH-4ADB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ADC,
        name: "CJK UNIFIED IDEOGRAPH-4ADC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ADD,
        name: "CJK UNIFIED IDEOGRAPH-4ADD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ADE,
        name: "CJK UNIFIED IDEOGRAPH-4ADE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4ADF,
        name: "CJK UNIFIED IDEOGRAPH-4ADF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE0,
        name: "CJK UNIFIED IDEOGRAPH-4AE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE1,
        name: "CJK UNIFIED IDEOGRAPH-4AE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE2,
        name: "CJK UNIFIED IDEOGRAPH-4AE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE3,
        name: "CJK UNIFIED IDEOGRAPH-4AE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE4,
        name: "CJK UNIFIED IDEOGRAPH-4AE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE5,
        name: "CJK UNIFIED IDEOGRAPH-4AE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE6,
        name: "CJK UNIFIED IDEOGRAPH-4AE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE7,
        name: "CJK UNIFIED IDEOGRAPH-4AE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE8,
        name: "CJK UNIFIED IDEOGRAPH-4AE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AE9,
        name: "CJK UNIFIED IDEOGRAPH-4AE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AEA,
        name: "CJK UNIFIED IDEOGRAPH-4AEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AEB,
        name: "CJK UNIFIED IDEOGRAPH-4AEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AEC,
        name: "CJK UNIFIED IDEOGRAPH-4AEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AED,
        name: "CJK UNIFIED IDEOGRAPH-4AED",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AEE,
        name: "CJK UNIFIED IDEOGRAPH-4AEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AEF,
        name: "CJK UNIFIED IDEOGRAPH-4AEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF0,
        name: "CJK UNIFIED IDEOGRAPH-4AF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF1,
        name: "CJK UNIFIED IDEOGRAPH-4AF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF2,
        name: "CJK UNIFIED IDEOGRAPH-4AF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF3,
        name: "CJK UNIFIED IDEOGRAPH-4AF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF4,
        name: "CJK UNIFIED IDEOGRAPH-4AF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF5,
        name: "CJK UNIFIED IDEOGRAPH-4AF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF6,
        name: "CJK UNIFIED IDEOGRAPH-4AF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF7,
        name: "CJK UNIFIED IDEOGRAPH-4AF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF8,
        name: "CJK UNIFIED IDEOGRAPH-4AF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AF9,
        name: "CJK UNIFIED IDEOGRAPH-4AF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AFA,
        name: "CJK UNIFIED IDEOGRAPH-4AFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AFB,
        name: "CJK UNIFIED IDEOGRAPH-4AFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AFC,
        name: "CJK UNIFIED IDEOGRAPH-4AFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AFD,
        name: "CJK UNIFIED IDEOGRAPH-4AFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AFE,
        name: "CJK UNIFIED IDEOGRAPH-4AFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4AFF,
        name: "CJK UNIFIED IDEOGRAPH-4AFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B00,
        name: "CJK UNIFIED IDEOGRAPH-4B00",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B01,
        name: "CJK UNIFIED IDEOGRAPH-4B01",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B02,
        name: "CJK UNIFIED IDEOGRAPH-4B02",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B03,
        name: "CJK UNIFIED IDEOGRAPH-4B03",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B04,
        name: "CJK UNIFIED IDEOGRAPH-4B04",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B05,
        name: "CJK UNIFIED IDEOGRAPH-4B05",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B06,
        name: "CJK UNIFIED IDEOGRAPH-4B06",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B07,
        name: "CJK UNIFIED IDEOGRAPH-4B07",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B08,
        name: "CJK UNIFIED IDEOGRAPH-4B08",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B09,
        name: "CJK UNIFIED IDEOGRAPH-4B09",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B0A,
        name: "CJK UNIFIED IDEOGRAPH-4B0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B0B,
        name: "CJK UNIFIED IDEOGRAPH-4B0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B0C,
        name: "CJK UNIFIED IDEOGRAPH-4B0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B0D,
        name: "CJK UNIFIED IDEOGRAPH-4B0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B0E,
        name: "CJK UNIFIED IDEOGRAPH-4B0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B0F,
        name: "CJK UNIFIED IDEOGRAPH-4B0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B10,
        name: "CJK UNIFIED IDEOGRAPH-4B10",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B11,
        name: "CJK UNIFIED IDEOGRAPH-4B11",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B12,
        name: "CJK UNIFIED IDEOGRAPH-4B12",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B13,
        name: "CJK UNIFIED IDEOGRAPH-4B13",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B14,
        name: "CJK UNIFIED IDEOGRAPH-4B14",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B15,
        name: "CJK UNIFIED IDEOGRAPH-4B15",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B16,
        name: "CJK UNIFIED IDEOGRAPH-4B16",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B17,
        name: "CJK UNIFIED IDEOGRAPH-4B17",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B18,
        name: "CJK UNIFIED IDEOGRAPH-4B18",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B19,
        name: "CJK UNIFIED IDEOGRAPH-4B19",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B1A,
        name: "CJK UNIFIED IDEOGRAPH-4B1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B1B,
        name: "CJK UNIFIED IDEOGRAPH-4B1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B1C,
        name: "CJK UNIFIED IDEOGRAPH-4B1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B1D,
        name: "CJK UNIFIED IDEOGRAPH-4B1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B1E,
        name: "CJK UNIFIED IDEOGRAPH-4B1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B1F,
        name: "CJK UNIFIED IDEOGRAPH-4B1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B20,
        name: "CJK UNIFIED IDEOGRAPH-4B20",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B21,
        name: "CJK UNIFIED IDEOGRAPH-4B21",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B22,
        name: "CJK UNIFIED IDEOGRAPH-4B22",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B23,
        name: "CJK UNIFIED IDEOGRAPH-4B23",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B24,
        name: "CJK UNIFIED IDEOGRAPH-4B24",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B25,
        name: "CJK UNIFIED IDEOGRAPH-4B25",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B26,
        name: "CJK UNIFIED IDEOGRAPH-4B26",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B27,
        name: "CJK UNIFIED IDEOGRAPH-4B27",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B28,
        name: "CJK UNIFIED IDEOGRAPH-4B28",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B29,
        name: "CJK UNIFIED IDEOGRAPH-4B29",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B2A,
        name: "CJK UNIFIED IDEOGRAPH-4B2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B2B,
        name: "CJK UNIFIED IDEOGRAPH-4B2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B2C,
        name: "CJK UNIFIED IDEOGRAPH-4B2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B2D,
        name: "CJK UNIFIED IDEOGRAPH-4B2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B2E,
        name: "CJK UNIFIED IDEOGRAPH-4B2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B2F,
        name: "CJK UNIFIED IDEOGRAPH-4B2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B30,
        name: "CJK UNIFIED IDEOGRAPH-4B30",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B31,
        name: "CJK UNIFIED IDEOGRAPH-4B31",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B32,
        name: "CJK UNIFIED IDEOGRAPH-4B32",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B33,
        name: "CJK UNIFIED IDEOGRAPH-4B33",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B34,
        name: "CJK UNIFIED IDEOGRAPH-4B34",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B35,
        name: "CJK UNIFIED IDEOGRAPH-4B35",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B36,
        name: "CJK UNIFIED IDEOGRAPH-4B36",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B37,
        name: "CJK UNIFIED IDEOGRAPH-4B37",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B38,
        name: "CJK UNIFIED IDEOGRAPH-4B38",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B39,
        name: "CJK UNIFIED IDEOGRAPH-4B39",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B3A,
        name: "CJK UNIFIED IDEOGRAPH-4B3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B3B,
        name: "CJK UNIFIED IDEOGRAPH-4B3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B3C,
        name: "CJK UNIFIED IDEOGRAPH-4B3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B3D,
        name: "CJK UNIFIED IDEOGRAPH-4B3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B3E,
        name: "CJK UNIFIED IDEOGRAPH-4B3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B3F,
        name: "CJK UNIFIED IDEOGRAPH-4B3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B40,
        name: "CJK UNIFIED IDEOGRAPH-4B40",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B41,
        name: "CJK UNIFIED IDEOGRAPH-4B41",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B42,
        name: "CJK UNIFIED IDEOGRAPH-4B42",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B43,
        name: "CJK UNIFIED IDEOGRAPH-4B43",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B44,
        name: "CJK UNIFIED IDEOGRAPH-4B44",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B45,
        name: "CJK UNIFIED IDEOGRAPH-4B45",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B46,
        name: "CJK UNIFIED IDEOGRAPH-4B46",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B47,
        name: "CJK UNIFIED IDEOGRAPH-4B47",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B48,
        name: "CJK UNIFIED IDEOGRAPH-4B48",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B49,
        name: "CJK UNIFIED IDEOGRAPH-4B49",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B4A,
        name: "CJK UNIFIED IDEOGRAPH-4B4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B4B,
        name: "CJK UNIFIED IDEOGRAPH-4B4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B4C,
        name: "CJK UNIFIED IDEOGRAPH-4B4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B4D,
        name: "CJK UNIFIED IDEOGRAPH-4B4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B4E,
        name: "CJK UNIFIED IDEOGRAPH-4B4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B4F,
        name: "CJK UNIFIED IDEOGRAPH-4B4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B50,
        name: "CJK UNIFIED IDEOGRAPH-4B50",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B51,
        name: "CJK UNIFIED IDEOGRAPH-4B51",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B52,
        name: "CJK UNIFIED IDEOGRAPH-4B52",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B53,
        name: "CJK UNIFIED IDEOGRAPH-4B53",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B54,
        name: "CJK UNIFIED IDEOGRAPH-4B54",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B55,
        name: "CJK UNIFIED IDEOGRAPH-4B55",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B56,
        name: "CJK UNIFIED IDEOGRAPH-4B56",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B57,
        name: "CJK UNIFIED IDEOGRAPH-4B57",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B58,
        name: "CJK UNIFIED IDEOGRAPH-4B58",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B59,
        name: "CJK UNIFIED IDEOGRAPH-4B59",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B5A,
        name: "CJK UNIFIED IDEOGRAPH-4B5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B5B,
        name: "CJK UNIFIED IDEOGRAPH-4B5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B5C,
        name: "CJK UNIFIED IDEOGRAPH-4B5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B5D,
        name: "CJK UNIFIED IDEOGRAPH-4B5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B5E,
        name: "CJK UNIFIED IDEOGRAPH-4B5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B5F,
        name: "CJK UNIFIED IDEOGRAPH-4B5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B60,
        name: "CJK UNIFIED IDEOGRAPH-4B60",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B61,
        name: "CJK UNIFIED IDEOGRAPH-4B61",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B62,
        name: "CJK UNIFIED IDEOGRAPH-4B62",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B63,
        name: "CJK UNIFIED IDEOGRAPH-4B63",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B64,
        name: "CJK UNIFIED IDEOGRAPH-4B64",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B65,
        name: "CJK UNIFIED IDEOGRAPH-4B65",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B66,
        name: "CJK UNIFIED IDEOGRAPH-4B66",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B67,
        name: "CJK UNIFIED IDEOGRAPH-4B67",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B68,
        name: "CJK UNIFIED IDEOGRAPH-4B68",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B69,
        name: "CJK UNIFIED IDEOGRAPH-4B69",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B6A,
        name: "CJK UNIFIED IDEOGRAPH-4B6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B6B,
        name: "CJK UNIFIED IDEOGRAPH-4B6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B6C,
        name: "CJK UNIFIED IDEOGRAPH-4B6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B6D,
        name: "CJK UNIFIED IDEOGRAPH-4B6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B6E,
        name: "CJK UNIFIED IDEOGRAPH-4B6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B6F,
        name: "CJK UNIFIED IDEOGRAPH-4B6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B70,
        name: "CJK UNIFIED IDEOGRAPH-4B70",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B71,
        name: "CJK UNIFIED IDEOGRAPH-4B71",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B72,
        name: "CJK UNIFIED IDEOGRAPH-4B72",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B73,
        name: "CJK UNIFIED IDEOGRAPH-4B73",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B74,
        name: "CJK UNIFIED IDEOGRAPH-4B74",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B75,
        name: "CJK UNIFIED IDEOGRAPH-4B75",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B76,
        name: "CJK UNIFIED IDEOGRAPH-4B76",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B77,
        name: "CJK UNIFIED IDEOGRAPH-4B77",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B78,
        name: "CJK UNIFIED IDEOGRAPH-4B78",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B79,
        name: "CJK UNIFIED IDEOGRAPH-4B79",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B7A,
        name: "CJK UNIFIED IDEOGRAPH-4B7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B7B,
        name: "CJK UNIFIED IDEOGRAPH-4B7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B7C,
        name: "CJK UNIFIED IDEOGRAPH-4B7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B7D,
        name: "CJK UNIFIED IDEOGRAPH-4B7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B7E,
        name: "CJK UNIFIED IDEOGRAPH-4B7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B7F,
        name: "CJK UNIFIED IDEOGRAPH-4B7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B80,
        name: "CJK UNIFIED IDEOGRAPH-4B80",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B81,
        name: "CJK UNIFIED IDEOGRAPH-4B81",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B82,
        name: "CJK UNIFIED IDEOGRAPH-4B82",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B83,
        name: "CJK UNIFIED IDEOGRAPH-4B83",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B84,
        name: "CJK UNIFIED IDEOGRAPH-4B84",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B85,
        name: "CJK UNIFIED IDEOGRAPH-4B85",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B86,
        name: "CJK UNIFIED IDEOGRAPH-4B86",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B87,
        name: "CJK UNIFIED IDEOGRAPH-4B87",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B88,
        name: "CJK UNIFIED IDEOGRAPH-4B88",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B89,
        name: "CJK UNIFIED IDEOGRAPH-4B89",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B8A,
        name: "CJK UNIFIED IDEOGRAPH-4B8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B8B,
        name: "CJK UNIFIED IDEOGRAPH-4B8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B8C,
        name: "CJK UNIFIED IDEOGRAPH-4B8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B8D,
        name: "CJK UNIFIED IDEOGRAPH-4B8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B8E,
        name: "CJK UNIFIED IDEOGRAPH-4B8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B8F,
        name: "CJK UNIFIED IDEOGRAPH-4B8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B90,
        name: "CJK UNIFIED IDEOGRAPH-4B90",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B91,
        name: "CJK UNIFIED IDEOGRAPH-4B91",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B92,
        name: "CJK UNIFIED IDEOGRAPH-4B92",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B93,
        name: "CJK UNIFIED IDEOGRAPH-4B93",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B94,
        name: "CJK UNIFIED IDEOGRAPH-4B94",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B95,
        name: "CJK UNIFIED IDEOGRAPH-4B95",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B96,
        name: "CJK UNIFIED IDEOGRAPH-4B96",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B97,
        name: "CJK UNIFIED IDEOGRAPH-4B97",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B98,
        name: "CJK UNIFIED IDEOGRAPH-4B98",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B99,
        name: "CJK UNIFIED IDEOGRAPH-4B99",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B9A,
        name: "CJK UNIFIED IDEOGRAPH-4B9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B9B,
        name: "CJK UNIFIED IDEOGRAPH-4B9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B9C,
        name: "CJK UNIFIED IDEOGRAPH-4B9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B9D,
        name: "CJK UNIFIED IDEOGRAPH-4B9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B9E,
        name: "CJK UNIFIED IDEOGRAPH-4B9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4B9F,
        name: "CJK UNIFIED IDEOGRAPH-4B9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA0,
        name: "CJK UNIFIED IDEOGRAPH-4BA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA1,
        name: "CJK UNIFIED IDEOGRAPH-4BA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA2,
        name: "CJK UNIFIED IDEOGRAPH-4BA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA3,
        name: "CJK UNIFIED IDEOGRAPH-4BA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA4,
        name: "CJK UNIFIED IDEOGRAPH-4BA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA5,
        name: "CJK UNIFIED IDEOGRAPH-4BA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA6,
        name: "CJK UNIFIED IDEOGRAPH-4BA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA7,
        name: "CJK UNIFIED IDEOGRAPH-4BA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA8,
        name: "CJK UNIFIED IDEOGRAPH-4BA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BA9,
        name: "CJK UNIFIED IDEOGRAPH-4BA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BAA,
        name: "CJK UNIFIED IDEOGRAPH-4BAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BAB,
        name: "CJK UNIFIED IDEOGRAPH-4BAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BAC,
        name: "CJK UNIFIED IDEOGRAPH-4BAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BAD,
        name: "CJK UNIFIED IDEOGRAPH-4BAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BAE,
        name: "CJK UNIFIED IDEOGRAPH-4BAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BAF,
        name: "CJK UNIFIED IDEOGRAPH-4BAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB0,
        name: "CJK UNIFIED IDEOGRAPH-4BB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB1,
        name: "CJK UNIFIED IDEOGRAPH-4BB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB2,
        name: "CJK UNIFIED IDEOGRAPH-4BB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB3,
        name: "CJK UNIFIED IDEOGRAPH-4BB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB4,
        name: "CJK UNIFIED IDEOGRAPH-4BB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB5,
        name: "CJK UNIFIED IDEOGRAPH-4BB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB6,
        name: "CJK UNIFIED IDEOGRAPH-4BB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB7,
        name: "CJK UNIFIED IDEOGRAPH-4BB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB8,
        name: "CJK UNIFIED IDEOGRAPH-4BB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BB9,
        name: "CJK UNIFIED IDEOGRAPH-4BB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BBA,
        name: "CJK UNIFIED IDEOGRAPH-4BBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BBB,
        name: "CJK UNIFIED IDEOGRAPH-4BBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BBC,
        name: "CJK UNIFIED IDEOGRAPH-4BBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BBD,
        name: "CJK UNIFIED IDEOGRAPH-4BBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BBE,
        name: "CJK UNIFIED IDEOGRAPH-4BBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BBF,
        name: "CJK UNIFIED IDEOGRAPH-4BBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC0,
        name: "CJK UNIFIED IDEOGRAPH-4BC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC1,
        name: "CJK UNIFIED IDEOGRAPH-4BC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC2,
        name: "CJK UNIFIED IDEOGRAPH-4BC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC3,
        name: "CJK UNIFIED IDEOGRAPH-4BC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC4,
        name: "CJK UNIFIED IDEOGRAPH-4BC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC5,
        name: "CJK UNIFIED IDEOGRAPH-4BC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC6,
        name: "CJK UNIFIED IDEOGRAPH-4BC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC7,
        name: "CJK UNIFIED IDEOGRAPH-4BC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC8,
        name: "CJK UNIFIED IDEOGRAPH-4BC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BC9,
        name: "CJK UNIFIED IDEOGRAPH-4BC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BCA,
        name: "CJK UNIFIED IDEOGRAPH-4BCA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BCB,
        name: "CJK UNIFIED IDEOGRAPH-4BCB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BCC,
        name: "CJK UNIFIED IDEOGRAPH-4BCC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BCD,
        name: "CJK UNIFIED IDEOGRAPH-4BCD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BCE,
        name: "CJK UNIFIED IDEOGRAPH-4BCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BCF,
        name: "CJK UNIFIED IDEOGRAPH-4BCF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD0,
        name: "CJK UNIFIED IDEOGRAPH-4BD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD1,
        name: "CJK UNIFIED IDEOGRAPH-4BD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD2,
        name: "CJK UNIFIED IDEOGRAPH-4BD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD3,
        name: "CJK UNIFIED IDEOGRAPH-4BD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD4,
        name: "CJK UNIFIED IDEOGRAPH-4BD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD5,
        name: "CJK UNIFIED IDEOGRAPH-4BD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD6,
        name: "CJK UNIFIED IDEOGRAPH-4BD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD7,
        name: "CJK UNIFIED IDEOGRAPH-4BD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD8,
        name: "CJK UNIFIED IDEOGRAPH-4BD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BD9,
        name: "CJK UNIFIED IDEOGRAPH-4BD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BDA,
        name: "CJK UNIFIED IDEOGRAPH-4BDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BDB,
        name: "CJK UNIFIED IDEOGRAPH-4BDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BDC,
        name: "CJK UNIFIED IDEOGRAPH-4BDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BDD,
        name: "CJK UNIFIED IDEOGRAPH-4BDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BDE,
        name: "CJK UNIFIED IDEOGRAPH-4BDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BDF,
        name: "CJK UNIFIED IDEOGRAPH-4BDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE0,
        name: "CJK UNIFIED IDEOGRAPH-4BE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE1,
        name: "CJK UNIFIED IDEOGRAPH-4BE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE2,
        name: "CJK UNIFIED IDEOGRAPH-4BE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE3,
        name: "CJK UNIFIED IDEOGRAPH-4BE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE4,
        name: "CJK UNIFIED IDEOGRAPH-4BE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE5,
        name: "CJK UNIFIED IDEOGRAPH-4BE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE6,
        name: "CJK UNIFIED IDEOGRAPH-4BE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE7,
        name: "CJK UNIFIED IDEOGRAPH-4BE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE8,
        name: "CJK UNIFIED IDEOGRAPH-4BE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BE9,
        name: "CJK UNIFIED IDEOGRAPH-4BE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BEA,
        name: "CJK UNIFIED IDEOGRAPH-4BEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BEB,
        name: "CJK UNIFIED IDEOGRAPH-4BEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BEC,
        name: "CJK UNIFIED IDEOGRAPH-4BEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BED,
        name: "CJK UNIFIED IDEOGRAPH-4BED",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BEE,
        name: "CJK UNIFIED IDEOGRAPH-4BEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BEF,
        name: "CJK UNIFIED IDEOGRAPH-4BEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF0,
        name: "CJK UNIFIED IDEOGRAPH-4BF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF1,
        name: "CJK UNIFIED IDEOGRAPH-4BF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF2,
        name: "CJK UNIFIED IDEOGRAPH-4BF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF3,
        name: "CJK UNIFIED IDEOGRAPH-4BF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF4,
        name: "CJK UNIFIED IDEOGRAPH-4BF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF5,
        name: "CJK UNIFIED IDEOGRAPH-4BF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF6,
        name: "CJK UNIFIED IDEOGRAPH-4BF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF7,
        name: "CJK UNIFIED IDEOGRAPH-4BF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF8,
        name: "CJK UNIFIED IDEOGRAPH-4BF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BF9,
        name: "CJK UNIFIED IDEOGRAPH-4BF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BFA,
        name: "CJK UNIFIED IDEOGRAPH-4BFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BFB,
        name: "CJK UNIFIED IDEOGRAPH-4BFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BFC,
        name: "CJK UNIFIED IDEOGRAPH-4BFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BFD,
        name: "CJK UNIFIED IDEOGRAPH-4BFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BFE,
        name: "CJK UNIFIED IDEOGRAPH-4BFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4BFF,
        name: "CJK UNIFIED IDEOGRAPH-4BFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C00,
        name: "CJK UNIFIED IDEOGRAPH-4C00",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C01,
        name: "CJK UNIFIED IDEOGRAPH-4C01",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C02,
        name: "CJK UNIFIED IDEOGRAPH-4C02",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C03,
        name: "CJK UNIFIED IDEOGRAPH-4C03",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C04,
        name: "CJK UNIFIED IDEOGRAPH-4C04",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C05,
        name: "CJK UNIFIED IDEOGRAPH-4C05",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C06,
        name: "CJK UNIFIED IDEOGRAPH-4C06",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C07,
        name: "CJK UNIFIED IDEOGRAPH-4C07",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C08,
        name: "CJK UNIFIED IDEOGRAPH-4C08",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C09,
        name: "CJK UNIFIED IDEOGRAPH-4C09",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C0A,
        name: "CJK UNIFIED IDEOGRAPH-4C0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C0B,
        name: "CJK UNIFIED IDEOGRAPH-4C0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C0C,
        name: "CJK UNIFIED IDEOGRAPH-4C0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C0D,
        name: "CJK UNIFIED IDEOGRAPH-4C0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C0E,
        name: "CJK UNIFIED IDEOGRAPH-4C0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C0F,
        name: "CJK UNIFIED IDEOGRAPH-4C0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C10,
        name: "CJK UNIFIED IDEOGRAPH-4C10",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C11,
        name: "CJK UNIFIED IDEOGRAPH-4C11",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C12,
        name: "CJK UNIFIED IDEOGRAPH-4C12",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C13,
        name: "CJK UNIFIED IDEOGRAPH-4C13",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C14,
        name: "CJK UNIFIED IDEOGRAPH-4C14",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C15,
        name: "CJK UNIFIED IDEOGRAPH-4C15",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C16,
        name: "CJK UNIFIED IDEOGRAPH-4C16",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C17,
        name: "CJK UNIFIED IDEOGRAPH-4C17",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C18,
        name: "CJK UNIFIED IDEOGRAPH-4C18",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C19,
        name: "CJK UNIFIED IDEOGRAPH-4C19",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C1A,
        name: "CJK UNIFIED IDEOGRAPH-4C1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C1B,
        name: "CJK UNIFIED IDEOGRAPH-4C1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C1C,
        name: "CJK UNIFIED IDEOGRAPH-4C1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C1D,
        name: "CJK UNIFIED IDEOGRAPH-4C1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C1E,
        name: "CJK UNIFIED IDEOGRAPH-4C1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C1F,
        name: "CJK UNIFIED IDEOGRAPH-4C1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C20,
        name: "CJK UNIFIED IDEOGRAPH-4C20",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C21,
        name: "CJK UNIFIED IDEOGRAPH-4C21",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C22,
        name: "CJK UNIFIED IDEOGRAPH-4C22",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C23,
        name: "CJK UNIFIED IDEOGRAPH-4C23",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C24,
        name: "CJK UNIFIED IDEOGRAPH-4C24",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C25,
        name: "CJK UNIFIED IDEOGRAPH-4C25",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C26,
        name: "CJK UNIFIED IDEOGRAPH-4C26",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C27,
        name: "CJK UNIFIED IDEOGRAPH-4C27",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C28,
        name: "CJK UNIFIED IDEOGRAPH-4C28",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C29,
        name: "CJK UNIFIED IDEOGRAPH-4C29",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C2A,
        name: "CJK UNIFIED IDEOGRAPH-4C2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C2B,
        name: "CJK UNIFIED IDEOGRAPH-4C2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C2C,
        name: "CJK UNIFIED IDEOGRAPH-4C2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C2D,
        name: "CJK UNIFIED IDEOGRAPH-4C2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C2E,
        name: "CJK UNIFIED IDEOGRAPH-4C2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C2F,
        name: "CJK UNIFIED IDEOGRAPH-4C2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C30,
        name: "CJK UNIFIED IDEOGRAPH-4C30",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C31,
        name: "CJK UNIFIED IDEOGRAPH-4C31",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C32,
        name: "CJK UNIFIED IDEOGRAPH-4C32",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C33,
        name: "CJK UNIFIED IDEOGRAPH-4C33",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C34,
        name: "CJK UNIFIED IDEOGRAPH-4C34",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C35,
        name: "CJK UNIFIED IDEOGRAPH-4C35",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C36,
        name: "CJK UNIFIED IDEOGRAPH-4C36",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C37,
        name: "CJK UNIFIED IDEOGRAPH-4C37",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C38,
        name: "CJK UNIFIED IDEOGRAPH-4C38",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C39,
        name: "CJK UNIFIED IDEOGRAPH-4C39",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C3A,
        name: "CJK UNIFIED IDEOGRAPH-4C3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C3B,
        name: "CJK UNIFIED IDEOGRAPH-4C3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C3C,
        name: "CJK UNIFIED IDEOGRAPH-4C3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C3D,
        name: "CJK UNIFIED IDEOGRAPH-4C3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C3E,
        name: "CJK UNIFIED IDEOGRAPH-4C3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C3F,
        name: "CJK UNIFIED IDEOGRAPH-4C3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C40,
        name: "CJK UNIFIED IDEOGRAPH-4C40",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C41,
        name: "CJK UNIFIED IDEOGRAPH-4C41",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C42,
        name: "CJK UNIFIED IDEOGRAPH-4C42",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C43,
        name: "CJK UNIFIED IDEOGRAPH-4C43",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C44,
        name: "CJK UNIFIED IDEOGRAPH-4C44",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C45,
        name: "CJK UNIFIED IDEOGRAPH-4C45",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C46,
        name: "CJK UNIFIED IDEOGRAPH-4C46",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C47,
        name: "CJK UNIFIED IDEOGRAPH-4C47",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C48,
        name: "CJK UNIFIED IDEOGRAPH-4C48",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C49,
        name: "CJK UNIFIED IDEOGRAPH-4C49",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C4A,
        name: "CJK UNIFIED IDEOGRAPH-4C4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C4B,
        name: "CJK UNIFIED IDEOGRAPH-4C4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C4C,
        name: "CJK UNIFIED IDEOGRAPH-4C4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C4D,
        name: "CJK UNIFIED IDEOGRAPH-4C4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C4E,
        name: "CJK UNIFIED IDEOGRAPH-4C4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C4F,
        name: "CJK UNIFIED IDEOGRAPH-4C4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C50,
        name: "CJK UNIFIED IDEOGRAPH-4C50",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C51,
        name: "CJK UNIFIED IDEOGRAPH-4C51",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C52,
        name: "CJK UNIFIED IDEOGRAPH-4C52",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C53,
        name: "CJK UNIFIED IDEOGRAPH-4C53",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C54,
        name: "CJK UNIFIED IDEOGRAPH-4C54",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C55,
        name: "CJK UNIFIED IDEOGRAPH-4C55",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C56,
        name: "CJK UNIFIED IDEOGRAPH-4C56",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C57,
        name: "CJK UNIFIED IDEOGRAPH-4C57",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C58,
        name: "CJK UNIFIED IDEOGRAPH-4C58",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C59,
        name: "CJK UNIFIED IDEOGRAPH-4C59",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C5A,
        name: "CJK UNIFIED IDEOGRAPH-4C5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C5B,
        name: "CJK UNIFIED IDEOGRAPH-4C5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C5C,
        name: "CJK UNIFIED IDEOGRAPH-4C5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C5D,
        name: "CJK UNIFIED IDEOGRAPH-4C5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C5E,
        name: "CJK UNIFIED IDEOGRAPH-4C5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C5F,
        name: "CJK UNIFIED IDEOGRAPH-4C5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C60,
        name: "CJK UNIFIED IDEOGRAPH-4C60",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C61,
        name: "CJK UNIFIED IDEOGRAPH-4C61",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C62,
        name: "CJK UNIFIED IDEOGRAPH-4C62",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C63,
        name: "CJK UNIFIED IDEOGRAPH-4C63",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C64,
        name: "CJK UNIFIED IDEOGRAPH-4C64",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C65,
        name: "CJK UNIFIED IDEOGRAPH-4C65",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C66,
        name: "CJK UNIFIED IDEOGRAPH-4C66",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C67,
        name: "CJK UNIFIED IDEOGRAPH-4C67",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C68,
        name: "CJK UNIFIED IDEOGRAPH-4C68",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C69,
        name: "CJK UNIFIED IDEOGRAPH-4C69",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C6A,
        name: "CJK UNIFIED IDEOGRAPH-4C6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C6B,
        name: "CJK UNIFIED IDEOGRAPH-4C6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C6C,
        name: "CJK UNIFIED IDEOGRAPH-4C6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C6D,
        name: "CJK UNIFIED IDEOGRAPH-4C6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C6E,
        name: "CJK UNIFIED IDEOGRAPH-4C6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C6F,
        name: "CJK UNIFIED IDEOGRAPH-4C6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C70,
        name: "CJK UNIFIED IDEOGRAPH-4C70",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C71,
        name: "CJK UNIFIED IDEOGRAPH-4C71",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C72,
        name: "CJK UNIFIED IDEOGRAPH-4C72",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C73,
        name: "CJK UNIFIED IDEOGRAPH-4C73",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C74,
        name: "CJK UNIFIED IDEOGRAPH-4C74",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C75,
        name: "CJK UNIFIED IDEOGRAPH-4C75",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C76,
        name: "CJK UNIFIED IDEOGRAPH-4C76",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C77,
        name: "CJK UNIFIED IDEOGRAPH-4C77",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C78,
        name: "CJK UNIFIED IDEOGRAPH-4C78",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C79,
        name: "CJK UNIFIED IDEOGRAPH-4C79",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C7A,
        name: "CJK UNIFIED IDEOGRAPH-4C7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C7B,
        name: "CJK UNIFIED IDEOGRAPH-4C7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C7C,
        name: "CJK UNIFIED IDEOGRAPH-4C7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C7D,
        name: "CJK UNIFIED IDEOGRAPH-4C7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C7E,
        name: "CJK UNIFIED IDEOGRAPH-4C7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C7F,
        name: "CJK UNIFIED IDEOGRAPH-4C7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C80,
        name: "CJK UNIFIED IDEOGRAPH-4C80",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C81,
        name: "CJK UNIFIED IDEOGRAPH-4C81",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C82,
        name: "CJK UNIFIED IDEOGRAPH-4C82",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C83,
        name: "CJK UNIFIED IDEOGRAPH-4C83",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C84,
        name: "CJK UNIFIED IDEOGRAPH-4C84",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C85,
        name: "CJK UNIFIED IDEOGRAPH-4C85",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C86,
        name: "CJK UNIFIED IDEOGRAPH-4C86",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C87,
        name: "CJK UNIFIED IDEOGRAPH-4C87",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C88,
        name: "CJK UNIFIED IDEOGRAPH-4C88",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C89,
        name: "CJK UNIFIED IDEOGRAPH-4C89",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C8A,
        name: "CJK UNIFIED IDEOGRAPH-4C8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C8B,
        name: "CJK UNIFIED IDEOGRAPH-4C8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C8C,
        name: "CJK UNIFIED IDEOGRAPH-4C8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C8D,
        name: "CJK UNIFIED IDEOGRAPH-4C8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C8E,
        name: "CJK UNIFIED IDEOGRAPH-4C8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C8F,
        name: "CJK UNIFIED IDEOGRAPH-4C8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C90,
        name: "CJK UNIFIED IDEOGRAPH-4C90",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C91,
        name: "CJK UNIFIED IDEOGRAPH-4C91",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C92,
        name: "CJK UNIFIED IDEOGRAPH-4C92",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C93,
        name: "CJK UNIFIED IDEOGRAPH-4C93",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C94,
        name: "CJK UNIFIED IDEOGRAPH-4C94",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C95,
        name: "CJK UNIFIED IDEOGRAPH-4C95",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C96,
        name: "CJK UNIFIED IDEOGRAPH-4C96",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C97,
        name: "CJK UNIFIED IDEOGRAPH-4C97",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C98,
        name: "CJK UNIFIED IDEOGRAPH-4C98",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C99,
        name: "CJK UNIFIED IDEOGRAPH-4C99",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C9A,
        name: "CJK UNIFIED IDEOGRAPH-4C9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C9B,
        name: "CJK UNIFIED IDEOGRAPH-4C9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C9C,
        name: "CJK UNIFIED IDEOGRAPH-4C9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C9D,
        name: "CJK UNIFIED IDEOGRAPH-4C9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C9E,
        name: "CJK UNIFIED IDEOGRAPH-4C9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4C9F,
        name: "CJK UNIFIED IDEOGRAPH-4C9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA0,
        name: "CJK UNIFIED IDEOGRAPH-4CA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA1,
        name: "CJK UNIFIED IDEOGRAPH-4CA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA2,
        name: "CJK UNIFIED IDEOGRAPH-4CA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA3,
        name: "CJK UNIFIED IDEOGRAPH-4CA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA4,
        name: "CJK UNIFIED IDEOGRAPH-4CA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA5,
        name: "CJK UNIFIED IDEOGRAPH-4CA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA6,
        name: "CJK UNIFIED IDEOGRAPH-4CA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA7,
        name: "CJK UNIFIED IDEOGRAPH-4CA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA8,
        name: "CJK UNIFIED IDEOGRAPH-4CA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CA9,
        name: "CJK UNIFIED IDEOGRAPH-4CA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CAA,
        name: "CJK UNIFIED IDEOGRAPH-4CAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CAB,
        name: "CJK UNIFIED IDEOGRAPH-4CAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CAC,
        name: "CJK UNIFIED IDEOGRAPH-4CAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CAD,
        name: "CJK UNIFIED IDEOGRAPH-4CAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CAE,
        name: "CJK UNIFIED IDEOGRAPH-4CAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CAF,
        name: "CJK UNIFIED IDEOGRAPH-4CAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB0,
        name: "CJK UNIFIED IDEOGRAPH-4CB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB1,
        name: "CJK UNIFIED IDEOGRAPH-4CB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB2,
        name: "CJK UNIFIED IDEOGRAPH-4CB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB3,
        name: "CJK UNIFIED IDEOGRAPH-4CB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB4,
        name: "CJK UNIFIED IDEOGRAPH-4CB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB5,
        name: "CJK UNIFIED IDEOGRAPH-4CB5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB6,
        name: "CJK UNIFIED IDEOGRAPH-4CB6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB7,
        name: "CJK UNIFIED IDEOGRAPH-4CB7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB8,
        name: "CJK UNIFIED IDEOGRAPH-4CB8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CB9,
        name: "CJK UNIFIED IDEOGRAPH-4CB9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CBA,
        name: "CJK UNIFIED IDEOGRAPH-4CBA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CBB,
        name: "CJK UNIFIED IDEOGRAPH-4CBB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CBC,
        name: "CJK UNIFIED IDEOGRAPH-4CBC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CBD,
        name: "CJK UNIFIED IDEOGRAPH-4CBD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CBE,
        name: "CJK UNIFIED IDEOGRAPH-4CBE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CBF,
        name: "CJK UNIFIED IDEOGRAPH-4CBF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC0,
        name: "CJK UNIFIED IDEOGRAPH-4CC0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC1,
        name: "CJK UNIFIED IDEOGRAPH-4CC1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC2,
        name: "CJK UNIFIED IDEOGRAPH-4CC2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC3,
        name: "CJK UNIFIED IDEOGRAPH-4CC3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC4,
        name: "CJK UNIFIED IDEOGRAPH-4CC4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC5,
        name: "CJK UNIFIED IDEOGRAPH-4CC5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC6,
        name: "CJK UNIFIED IDEOGRAPH-4CC6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC7,
        name: "CJK UNIFIED IDEOGRAPH-4CC7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC8,
        name: "CJK UNIFIED IDEOGRAPH-4CC8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CC9,
        name: "CJK UNIFIED IDEOGRAPH-4CC9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CCA,
        name: "CJK UNIFIED IDEOGRAPH-4CCA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CCB,
        name: "CJK UNIFIED IDEOGRAPH-4CCB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CCC,
        name: "CJK UNIFIED IDEOGRAPH-4CCC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CCD,
        name: "CJK UNIFIED IDEOGRAPH-4CCD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CCE,
        name: "CJK UNIFIED IDEOGRAPH-4CCE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CCF,
        name: "CJK UNIFIED IDEOGRAPH-4CCF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD0,
        name: "CJK UNIFIED IDEOGRAPH-4CD0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD1,
        name: "CJK UNIFIED IDEOGRAPH-4CD1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD2,
        name: "CJK UNIFIED IDEOGRAPH-4CD2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD3,
        name: "CJK UNIFIED IDEOGRAPH-4CD3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD4,
        name: "CJK UNIFIED IDEOGRAPH-4CD4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD5,
        name: "CJK UNIFIED IDEOGRAPH-4CD5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD6,
        name: "CJK UNIFIED IDEOGRAPH-4CD6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD7,
        name: "CJK UNIFIED IDEOGRAPH-4CD7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD8,
        name: "CJK UNIFIED IDEOGRAPH-4CD8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CD9,
        name: "CJK UNIFIED IDEOGRAPH-4CD9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CDA,
        name: "CJK UNIFIED IDEOGRAPH-4CDA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CDB,
        name: "CJK UNIFIED IDEOGRAPH-4CDB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CDC,
        name: "CJK UNIFIED IDEOGRAPH-4CDC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CDD,
        name: "CJK UNIFIED IDEOGRAPH-4CDD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CDE,
        name: "CJK UNIFIED IDEOGRAPH-4CDE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CDF,
        name: "CJK UNIFIED IDEOGRAPH-4CDF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE0,
        name: "CJK UNIFIED IDEOGRAPH-4CE0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE1,
        name: "CJK UNIFIED IDEOGRAPH-4CE1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE2,
        name: "CJK UNIFIED IDEOGRAPH-4CE2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE3,
        name: "CJK UNIFIED IDEOGRAPH-4CE3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE4,
        name: "CJK UNIFIED IDEOGRAPH-4CE4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE5,
        name: "CJK UNIFIED IDEOGRAPH-4CE5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE6,
        name: "CJK UNIFIED IDEOGRAPH-4CE6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE7,
        name: "CJK UNIFIED IDEOGRAPH-4CE7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE8,
        name: "CJK UNIFIED IDEOGRAPH-4CE8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CE9,
        name: "CJK UNIFIED IDEOGRAPH-4CE9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CEA,
        name: "CJK UNIFIED IDEOGRAPH-4CEA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CEB,
        name: "CJK UNIFIED IDEOGRAPH-4CEB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CEC,
        name: "CJK UNIFIED IDEOGRAPH-4CEC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CED,
        name: "CJK UNIFIED IDEOGRAPH-4CED",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CEE,
        name: "CJK UNIFIED IDEOGRAPH-4CEE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CEF,
        name: "CJK UNIFIED IDEOGRAPH-4CEF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF0,
        name: "CJK UNIFIED IDEOGRAPH-4CF0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF1,
        name: "CJK UNIFIED IDEOGRAPH-4CF1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF2,
        name: "CJK UNIFIED IDEOGRAPH-4CF2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF3,
        name: "CJK UNIFIED IDEOGRAPH-4CF3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF4,
        name: "CJK UNIFIED IDEOGRAPH-4CF4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF5,
        name: "CJK UNIFIED IDEOGRAPH-4CF5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF6,
        name: "CJK UNIFIED IDEOGRAPH-4CF6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF7,
        name: "CJK UNIFIED IDEOGRAPH-4CF7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF8,
        name: "CJK UNIFIED IDEOGRAPH-4CF8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CF9,
        name: "CJK UNIFIED IDEOGRAPH-4CF9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CFA,
        name: "CJK UNIFIED IDEOGRAPH-4CFA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CFB,
        name: "CJK UNIFIED IDEOGRAPH-4CFB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CFC,
        name: "CJK UNIFIED IDEOGRAPH-4CFC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CFD,
        name: "CJK UNIFIED IDEOGRAPH-4CFD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CFE,
        name: "CJK UNIFIED IDEOGRAPH-4CFE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4CFF,
        name: "CJK UNIFIED IDEOGRAPH-4CFF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D00,
        name: "CJK UNIFIED IDEOGRAPH-4D00",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D01,
        name: "CJK UNIFIED IDEOGRAPH-4D01",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D02,
        name: "CJK UNIFIED IDEOGRAPH-4D02",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D03,
        name: "CJK UNIFIED IDEOGRAPH-4D03",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D04,
        name: "CJK UNIFIED IDEOGRAPH-4D04",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D05,
        name: "CJK UNIFIED IDEOGRAPH-4D05",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D06,
        name: "CJK UNIFIED IDEOGRAPH-4D06",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D07,
        name: "CJK UNIFIED IDEOGRAPH-4D07",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D08,
        name: "CJK UNIFIED IDEOGRAPH-4D08",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D09,
        name: "CJK UNIFIED IDEOGRAPH-4D09",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D0A,
        name: "CJK UNIFIED IDEOGRAPH-4D0A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D0B,
        name: "CJK UNIFIED IDEOGRAPH-4D0B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D0C,
        name: "CJK UNIFIED IDEOGRAPH-4D0C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D0D,
        name: "CJK UNIFIED IDEOGRAPH-4D0D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D0E,
        name: "CJK UNIFIED IDEOGRAPH-4D0E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D0F,
        name: "CJK UNIFIED IDEOGRAPH-4D0F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D10,
        name: "CJK UNIFIED IDEOGRAPH-4D10",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D11,
        name: "CJK UNIFIED IDEOGRAPH-4D11",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D12,
        name: "CJK UNIFIED IDEOGRAPH-4D12",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D13,
        name: "CJK UNIFIED IDEOGRAPH-4D13",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D14,
        name: "CJK UNIFIED IDEOGRAPH-4D14",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D15,
        name: "CJK UNIFIED IDEOGRAPH-4D15",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D16,
        name: "CJK UNIFIED IDEOGRAPH-4D16",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D17,
        name: "CJK UNIFIED IDEOGRAPH-4D17",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D18,
        name: "CJK UNIFIED IDEOGRAPH-4D18",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D19,
        name: "CJK UNIFIED IDEOGRAPH-4D19",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D1A,
        name: "CJK UNIFIED IDEOGRAPH-4D1A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D1B,
        name: "CJK UNIFIED IDEOGRAPH-4D1B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D1C,
        name: "CJK UNIFIED IDEOGRAPH-4D1C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D1D,
        name: "CJK UNIFIED IDEOGRAPH-4D1D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D1E,
        name: "CJK UNIFIED IDEOGRAPH-4D1E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D1F,
        name: "CJK UNIFIED IDEOGRAPH-4D1F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D20,
        name: "CJK UNIFIED IDEOGRAPH-4D20",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D21,
        name: "CJK UNIFIED IDEOGRAPH-4D21",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D22,
        name: "CJK UNIFIED IDEOGRAPH-4D22",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D23,
        name: "CJK UNIFIED IDEOGRAPH-4D23",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D24,
        name: "CJK UNIFIED IDEOGRAPH-4D24",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D25,
        name: "CJK UNIFIED IDEOGRAPH-4D25",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D26,
        name: "CJK UNIFIED IDEOGRAPH-4D26",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D27,
        name: "CJK UNIFIED IDEOGRAPH-4D27",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D28,
        name: "CJK UNIFIED IDEOGRAPH-4D28",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D29,
        name: "CJK UNIFIED IDEOGRAPH-4D29",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D2A,
        name: "CJK UNIFIED IDEOGRAPH-4D2A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D2B,
        name: "CJK UNIFIED IDEOGRAPH-4D2B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D2C,
        name: "CJK UNIFIED IDEOGRAPH-4D2C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D2D,
        name: "CJK UNIFIED IDEOGRAPH-4D2D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D2E,
        name: "CJK UNIFIED IDEOGRAPH-4D2E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D2F,
        name: "CJK UNIFIED IDEOGRAPH-4D2F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D30,
        name: "CJK UNIFIED IDEOGRAPH-4D30",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D31,
        name: "CJK UNIFIED IDEOGRAPH-4D31",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D32,
        name: "CJK UNIFIED IDEOGRAPH-4D32",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D33,
        name: "CJK UNIFIED IDEOGRAPH-4D33",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D34,
        name: "CJK UNIFIED IDEOGRAPH-4D34",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D35,
        name: "CJK UNIFIED IDEOGRAPH-4D35",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D36,
        name: "CJK UNIFIED IDEOGRAPH-4D36",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D37,
        name: "CJK UNIFIED IDEOGRAPH-4D37",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D38,
        name: "CJK UNIFIED IDEOGRAPH-4D38",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D39,
        name: "CJK UNIFIED IDEOGRAPH-4D39",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D3A,
        name: "CJK UNIFIED IDEOGRAPH-4D3A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D3B,
        name: "CJK UNIFIED IDEOGRAPH-4D3B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D3C,
        name: "CJK UNIFIED IDEOGRAPH-4D3C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D3D,
        name: "CJK UNIFIED IDEOGRAPH-4D3D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D3E,
        name: "CJK UNIFIED IDEOGRAPH-4D3E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D3F,
        name: "CJK UNIFIED IDEOGRAPH-4D3F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D40,
        name: "CJK UNIFIED IDEOGRAPH-4D40",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D41,
        name: "CJK UNIFIED IDEOGRAPH-4D41",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D42,
        name: "CJK UNIFIED IDEOGRAPH-4D42",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D43,
        name: "CJK UNIFIED IDEOGRAPH-4D43",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D44,
        name: "CJK UNIFIED IDEOGRAPH-4D44",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D45,
        name: "CJK UNIFIED IDEOGRAPH-4D45",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D46,
        name: "CJK UNIFIED IDEOGRAPH-4D46",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D47,
        name: "CJK UNIFIED IDEOGRAPH-4D47",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D48,
        name: "CJK UNIFIED IDEOGRAPH-4D48",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D49,
        name: "CJK UNIFIED IDEOGRAPH-4D49",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D4A,
        name: "CJK UNIFIED IDEOGRAPH-4D4A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D4B,
        name: "CJK UNIFIED IDEOGRAPH-4D4B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D4C,
        name: "CJK UNIFIED IDEOGRAPH-4D4C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D4D,
        name: "CJK UNIFIED IDEOGRAPH-4D4D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D4E,
        name: "CJK UNIFIED IDEOGRAPH-4D4E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D4F,
        name: "CJK UNIFIED IDEOGRAPH-4D4F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D50,
        name: "CJK UNIFIED IDEOGRAPH-4D50",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D51,
        name: "CJK UNIFIED IDEOGRAPH-4D51",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D52,
        name: "CJK UNIFIED IDEOGRAPH-4D52",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D53,
        name: "CJK UNIFIED IDEOGRAPH-4D53",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D54,
        name: "CJK UNIFIED IDEOGRAPH-4D54",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D55,
        name: "CJK UNIFIED IDEOGRAPH-4D55",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D56,
        name: "CJK UNIFIED IDEOGRAPH-4D56",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D57,
        name: "CJK UNIFIED IDEOGRAPH-4D57",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D58,
        name: "CJK UNIFIED IDEOGRAPH-4D58",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D59,
        name: "CJK UNIFIED IDEOGRAPH-4D59",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D5A,
        name: "CJK UNIFIED IDEOGRAPH-4D5A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D5B,
        name: "CJK UNIFIED IDEOGRAPH-4D5B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D5C,
        name: "CJK UNIFIED IDEOGRAPH-4D5C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D5D,
        name: "CJK UNIFIED IDEOGRAPH-4D5D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D5E,
        name: "CJK UNIFIED IDEOGRAPH-4D5E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D5F,
        name: "CJK UNIFIED IDEOGRAPH-4D5F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D60,
        name: "CJK UNIFIED IDEOGRAPH-4D60",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D61,
        name: "CJK UNIFIED IDEOGRAPH-4D61",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D62,
        name: "CJK UNIFIED IDEOGRAPH-4D62",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D63,
        name: "CJK UNIFIED IDEOGRAPH-4D63",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D64,
        name: "CJK UNIFIED IDEOGRAPH-4D64",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D65,
        name: "CJK UNIFIED IDEOGRAPH-4D65",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D66,
        name: "CJK UNIFIED IDEOGRAPH-4D66",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D67,
        name: "CJK UNIFIED IDEOGRAPH-4D67",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D68,
        name: "CJK UNIFIED IDEOGRAPH-4D68",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D69,
        name: "CJK UNIFIED IDEOGRAPH-4D69",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D6A,
        name: "CJK UNIFIED IDEOGRAPH-4D6A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D6B,
        name: "CJK UNIFIED IDEOGRAPH-4D6B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D6C,
        name: "CJK UNIFIED IDEOGRAPH-4D6C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D6D,
        name: "CJK UNIFIED IDEOGRAPH-4D6D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D6E,
        name: "CJK UNIFIED IDEOGRAPH-4D6E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D6F,
        name: "CJK UNIFIED IDEOGRAPH-4D6F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D70,
        name: "CJK UNIFIED IDEOGRAPH-4D70",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D71,
        name: "CJK UNIFIED IDEOGRAPH-4D71",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D72,
        name: "CJK UNIFIED IDEOGRAPH-4D72",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D73,
        name: "CJK UNIFIED IDEOGRAPH-4D73",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D74,
        name: "CJK UNIFIED IDEOGRAPH-4D74",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D75,
        name: "CJK UNIFIED IDEOGRAPH-4D75",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D76,
        name: "CJK UNIFIED IDEOGRAPH-4D76",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D77,
        name: "CJK UNIFIED IDEOGRAPH-4D77",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D78,
        name: "CJK UNIFIED IDEOGRAPH-4D78",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D79,
        name: "CJK UNIFIED IDEOGRAPH-4D79",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D7A,
        name: "CJK UNIFIED IDEOGRAPH-4D7A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D7B,
        name: "CJK UNIFIED IDEOGRAPH-4D7B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D7C,
        name: "CJK UNIFIED IDEOGRAPH-4D7C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D7D,
        name: "CJK UNIFIED IDEOGRAPH-4D7D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D7E,
        name: "CJK UNIFIED IDEOGRAPH-4D7E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D7F,
        name: "CJK UNIFIED IDEOGRAPH-4D7F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D80,
        name: "CJK UNIFIED IDEOGRAPH-4D80",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D81,
        name: "CJK UNIFIED IDEOGRAPH-4D81",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D82,
        name: "CJK UNIFIED IDEOGRAPH-4D82",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D83,
        name: "CJK UNIFIED IDEOGRAPH-4D83",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D84,
        name: "CJK UNIFIED IDEOGRAPH-4D84",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D85,
        name: "CJK UNIFIED IDEOGRAPH-4D85",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D86,
        name: "CJK UNIFIED IDEOGRAPH-4D86",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D87,
        name: "CJK UNIFIED IDEOGRAPH-4D87",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D88,
        name: "CJK UNIFIED IDEOGRAPH-4D88",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D89,
        name: "CJK UNIFIED IDEOGRAPH-4D89",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D8A,
        name: "CJK UNIFIED IDEOGRAPH-4D8A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D8B,
        name: "CJK UNIFIED IDEOGRAPH-4D8B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D8C,
        name: "CJK UNIFIED IDEOGRAPH-4D8C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D8D,
        name: "CJK UNIFIED IDEOGRAPH-4D8D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D8E,
        name: "CJK UNIFIED IDEOGRAPH-4D8E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D8F,
        name: "CJK UNIFIED IDEOGRAPH-4D8F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D90,
        name: "CJK UNIFIED IDEOGRAPH-4D90",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D91,
        name: "CJK UNIFIED IDEOGRAPH-4D91",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D92,
        name: "CJK UNIFIED IDEOGRAPH-4D92",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D93,
        name: "CJK UNIFIED IDEOGRAPH-4D93",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D94,
        name: "CJK UNIFIED IDEOGRAPH-4D94",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D95,
        name: "CJK UNIFIED IDEOGRAPH-4D95",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D96,
        name: "CJK UNIFIED IDEOGRAPH-4D96",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D97,
        name: "CJK UNIFIED IDEOGRAPH-4D97",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D98,
        name: "CJK UNIFIED IDEOGRAPH-4D98",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D99,
        name: "CJK UNIFIED IDEOGRAPH-4D99",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D9A,
        name: "CJK UNIFIED IDEOGRAPH-4D9A",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D9B,
        name: "CJK UNIFIED IDEOGRAPH-4D9B",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D9C,
        name: "CJK UNIFIED IDEOGRAPH-4D9C",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D9D,
        name: "CJK UNIFIED IDEOGRAPH-4D9D",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D9E,
        name: "CJK UNIFIED IDEOGRAPH-4D9E",
    },
    Character {
        age: "3.0",
        codepoint: 0x4D9F,
        name: "CJK UNIFIED IDEOGRAPH-4D9F",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA0,
        name: "CJK UNIFIED IDEOGRAPH-4DA0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA1,
        name: "CJK UNIFIED IDEOGRAPH-4DA1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA2,
        name: "CJK UNIFIED IDEOGRAPH-4DA2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA3,
        name: "CJK UNIFIED IDEOGRAPH-4DA3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA4,
        name: "CJK UNIFIED IDEOGRAPH-4DA4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA5,
        name: "CJK UNIFIED IDEOGRAPH-4DA5",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA6,
        name: "CJK UNIFIED IDEOGRAPH-4DA6",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA7,
        name: "CJK UNIFIED IDEOGRAPH-4DA7",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA8,
        name: "CJK UNIFIED IDEOGRAPH-4DA8",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DA9,
        name: "CJK UNIFIED IDEOGRAPH-4DA9",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DAA,
        name: "CJK UNIFIED IDEOGRAPH-4DAA",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DAB,
        name: "CJK UNIFIED IDEOGRAPH-4DAB",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DAC,
        name: "CJK UNIFIED IDEOGRAPH-4DAC",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DAD,
        name: "CJK UNIFIED IDEOGRAPH-4DAD",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DAE,
        name: "CJK UNIFIED IDEOGRAPH-4DAE",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DAF,
        name: "CJK UNIFIED IDEOGRAPH-4DAF",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DB0,
        name: "CJK UNIFIED IDEOGRAPH-4DB0",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DB1,
        name: "CJK UNIFIED IDEOGRAPH-4DB1",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DB2,
        name: "CJK UNIFIED IDEOGRAPH-4DB2",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DB3,
        name: "CJK UNIFIED IDEOGRAPH-4DB3",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DB4,
        name: "CJK UNIFIED IDEOGRAPH-4DB4",
    },
    Character {
        age: "3.0",
        codepoint: 0x4DB5,
        name: "CJK UNIFIED IDEOGRAPH-4DB5",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC0,
        name: "HEXAGRAM FOR THE CREATIVE HEAVEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC1,
        name: "HEXAGRAM FOR THE RECEPTIVE EARTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC2,
        name: "HEXAGRAM FOR DIFFICULTY AT THE BEGINNING",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC3,
        name: "HEXAGRAM FOR YOUTHFUL FOLLY",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC4,
        name: "HEXAGRAM FOR WAITING",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC5,
        name: "HEXAGRAM FOR CONFLICT",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC6,
        name: "HEXAGRAM FOR THE ARMY",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC7,
        name: "HEXAGRAM FOR HOLDING TOGETHER",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC8,
        name: "HEXAGRAM FOR SMALL TAMING",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DC9,
        name: "HEXAGRAM FOR TREADING",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DCA,
        name: "HEXAGRAM FOR PEACE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DCB,
        name: "HEXAGRAM FOR STANDSTILL",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DCC,
        name: "HEXAGRAM FOR FELLOWSHIP",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DCD,
        name: "HEXAGRAM FOR GREAT POSSESSION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DCE,
        name: "HEXAGRAM FOR MODESTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DCF,
        name: "HEXAGRAM FOR ENTHUSIASM",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD0,
        name: "HEXAGRAM FOR FOLLOWING",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD1,
        name: "HEXAGRAM FOR WORK ON THE DECAYED",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD2,
        name: "HEXAGRAM FOR APPROACH",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD3,
        name: "HEXAGRAM FOR CONTEMPLATION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD4,
        name: "HEXAGRAM FOR BITING THROUGH",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD5,
        name: "HEXAGRAM FOR GRACE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD6,
        name: "HEXAGRAM FOR SPLITTING APART",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD7,
        name: "HEXAGRAM FOR RETURN",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD8,
        name: "HEXAGRAM FOR INNOCENCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DD9,
        name: "HEXAGRAM FOR GREAT TAMING",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DDA,
        name: "HEXAGRAM FOR MOUTH CORNERS",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DDB,
        name: "HEXAGRAM FOR GREAT PREPONDERANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DDC,
        name: "HEXAGRAM FOR THE ABYSMAL WATER",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DDD,
        name: "HEXAGRAM FOR THE CLINGING FIRE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DDE,
        name: "HEXAGRAM FOR INFLUENCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DDF,
        name: "HEXAGRAM FOR DURATION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE0,
        name: "HEXAGRAM FOR RETREAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE1,
        name: "HEXAGRAM FOR GREAT POWER",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE2,
        name: "HEXAGRAM FOR PROGRESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE3,
        name: "HEXAGRAM FOR DARKENING OF THE LIGHT",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE4,
        name: "HEXAGRAM FOR THE FAMILY",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE5,
        name: "HEXAGRAM FOR OPPOSITION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE6,
        name: "HEXAGRAM FOR OBSTRUCTION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE7,
        name: "HEXAGRAM FOR DELIVERANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE8,
        name: "HEXAGRAM FOR DECREASE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DE9,
        name: "HEXAGRAM FOR INCREASE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DEA,
        name: "HEXAGRAM FOR BREAKTHROUGH",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DEB,
        name: "HEXAGRAM FOR COMING TO MEET",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DEC,
        name: "HEXAGRAM FOR GATHERING TOGETHER",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DED,
        name: "HEXAGRAM FOR PUSHING UPWARD",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DEE,
        name: "HEXAGRAM FOR OPPRESSION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DEF,
        name: "HEXAGRAM FOR THE WELL",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF0,
        name: "HEXAGRAM FOR REVOLUTION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF1,
        name: "HEXAGRAM FOR THE CAULDRON",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF2,
        name: "HEXAGRAM FOR THE AROUSING THUNDER",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF3,
        name: "HEXAGRAM FOR THE KEEPING STILL MOUNTAIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF4,
        name: "HEXAGRAM FOR DEVELOPMENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF5,
        name: "HEXAGRAM FOR THE MARRYING MAIDEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF6,
        name: "HEXAGRAM FOR ABUNDANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF7,
        name: "HEXAGRAM FOR THE WANDERER",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF8,
        name: "HEXAGRAM FOR THE GENTLE WIND",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DF9,
        name: "HEXAGRAM FOR THE JOYOUS LAKE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DFA,
        name: "HEXAGRAM FOR DISPERSION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DFB,
        name: "HEXAGRAM FOR LIMITATION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DFC,
        name: "HEXAGRAM FOR INNER TRUTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DFD,
        name: "HEXAGRAM FOR SMALL PREPONDERANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DFE,
        name: "HEXAGRAM FOR AFTER COMPLETION",
    },
    Character {
        age: "4.0",
        codepoint: 0x4DFF,
        name: "HEXAGRAM FOR BEFORE COMPLETION",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E00,
        name: "CJK UNIFIED IDEOGRAPH-4E00",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E01,
        name: "CJK UNIFIED IDEOGRAPH-4E01",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E02,
        name: "CJK UNIFIED IDEOGRAPH-4E02",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E03,
        name: "CJK UNIFIED IDEOGRAPH-4E03",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E04,
        name: "CJK UNIFIED IDEOGRAPH-4E04",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E05,
        name: "CJK UNIFIED IDEOGRAPH-4E05",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E06,
        name: "CJK UNIFIED IDEOGRAPH-4E06",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E07,
        name: "CJK UNIFIED IDEOGRAPH-4E07",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E08,
        name: "CJK UNIFIED IDEOGRAPH-4E08",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E09,
        name: "CJK UNIFIED IDEOGRAPH-4E09",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E0A,
        name: "CJK UNIFIED IDEOGRAPH-4E0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E0B,
        name: "CJK UNIFIED IDEOGRAPH-4E0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E0C,
        name: "CJK UNIFIED IDEOGRAPH-4E0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E0D,
        name: "CJK UNIFIED IDEOGRAPH-4E0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E0E,
        name: "CJK UNIFIED IDEOGRAPH-4E0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E0F,
        name: "CJK UNIFIED IDEOGRAPH-4E0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E10,
        name: "CJK UNIFIED IDEOGRAPH-4E10",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E11,
        name: "CJK UNIFIED IDEOGRAPH-4E11",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E12,
        name: "CJK UNIFIED IDEOGRAPH-4E12",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E13,
        name: "CJK UNIFIED IDEOGRAPH-4E13",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E14,
        name: "CJK UNIFIED IDEOGRAPH-4E14",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E15,
        name: "CJK UNIFIED IDEOGRAPH-4E15",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E16,
        name: "CJK UNIFIED IDEOGRAPH-4E16",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E17,
        name: "CJK UNIFIED IDEOGRAPH-4E17",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E18,
        name: "CJK UNIFIED IDEOGRAPH-4E18",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E19,
        name: "CJK UNIFIED IDEOGRAPH-4E19",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E1A,
        name: "CJK UNIFIED IDEOGRAPH-4E1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E1B,
        name: "CJK UNIFIED IDEOGRAPH-4E1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E1C,
        name: "CJK UNIFIED IDEOGRAPH-4E1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E1D,
        name: "CJK UNIFIED IDEOGRAPH-4E1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E1E,
        name: "CJK UNIFIED IDEOGRAPH-4E1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E1F,
        name: "CJK UNIFIED IDEOGRAPH-4E1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E20,
        name: "CJK UNIFIED IDEOGRAPH-4E20",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E21,
        name: "CJK UNIFIED IDEOGRAPH-4E21",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E22,
        name: "CJK UNIFIED IDEOGRAPH-4E22",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E23,
        name: "CJK UNIFIED IDEOGRAPH-4E23",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E24,
        name: "CJK UNIFIED IDEOGRAPH-4E24",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E25,
        name: "CJK UNIFIED IDEOGRAPH-4E25",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E26,
        name: "CJK UNIFIED IDEOGRAPH-4E26",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E27,
        name: "CJK UNIFIED IDEOGRAPH-4E27",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E28,
        name: "CJK UNIFIED IDEOGRAPH-4E28",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E29,
        name: "CJK UNIFIED IDEOGRAPH-4E29",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E2A,
        name: "CJK UNIFIED IDEOGRAPH-4E2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E2B,
        name: "CJK UNIFIED IDEOGRAPH-4E2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E2C,
        name: "CJK UNIFIED IDEOGRAPH-4E2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E2D,
        name: "CJK UNIFIED IDEOGRAPH-4E2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E2E,
        name: "CJK UNIFIED IDEOGRAPH-4E2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E2F,
        name: "CJK UNIFIED IDEOGRAPH-4E2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E30,
        name: "CJK UNIFIED IDEOGRAPH-4E30",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E31,
        name: "CJK UNIFIED IDEOGRAPH-4E31",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E32,
        name: "CJK UNIFIED IDEOGRAPH-4E32",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E33,
        name: "CJK UNIFIED IDEOGRAPH-4E33",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E34,
        name: "CJK UNIFIED IDEOGRAPH-4E34",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E35,
        name: "CJK UNIFIED IDEOGRAPH-4E35",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E36,
        name: "CJK UNIFIED IDEOGRAPH-4E36",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E37,
        name: "CJK UNIFIED IDEOGRAPH-4E37",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E38,
        name: "CJK UNIFIED IDEOGRAPH-4E38",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E39,
        name: "CJK UNIFIED IDEOGRAPH-4E39",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E3A,
        name: "CJK UNIFIED IDEOGRAPH-4E3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E3B,
        name: "CJK UNIFIED IDEOGRAPH-4E3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E3C,
        name: "CJK UNIFIED IDEOGRAPH-4E3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E3D,
        name: "CJK UNIFIED IDEOGRAPH-4E3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E3E,
        name: "CJK UNIFIED IDEOGRAPH-4E3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E3F,
        name: "CJK UNIFIED IDEOGRAPH-4E3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E40,
        name: "CJK UNIFIED IDEOGRAPH-4E40",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E41,
        name: "CJK UNIFIED IDEOGRAPH-4E41",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E42,
        name: "CJK UNIFIED IDEOGRAPH-4E42",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E43,
        name: "CJK UNIFIED IDEOGRAPH-4E43",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E44,
        name: "CJK UNIFIED IDEOGRAPH-4E44",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E45,
        name: "CJK UNIFIED IDEOGRAPH-4E45",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E46,
        name: "CJK UNIFIED IDEOGRAPH-4E46",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E47,
        name: "CJK UNIFIED IDEOGRAPH-4E47",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E48,
        name: "CJK UNIFIED IDEOGRAPH-4E48",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E49,
        name: "CJK UNIFIED IDEOGRAPH-4E49",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E4A,
        name: "CJK UNIFIED IDEOGRAPH-4E4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E4B,
        name: "CJK UNIFIED IDEOGRAPH-4E4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E4C,
        name: "CJK UNIFIED IDEOGRAPH-4E4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E4D,
        name: "CJK UNIFIED IDEOGRAPH-4E4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E4E,
        name: "CJK UNIFIED IDEOGRAPH-4E4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E4F,
        name: "CJK UNIFIED IDEOGRAPH-4E4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E50,
        name: "CJK UNIFIED IDEOGRAPH-4E50",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E51,
        name: "CJK UNIFIED IDEOGRAPH-4E51",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E52,
        name: "CJK UNIFIED IDEOGRAPH-4E52",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E53,
        name: "CJK UNIFIED IDEOGRAPH-4E53",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E54,
        name: "CJK UNIFIED IDEOGRAPH-4E54",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E55,
        name: "CJK UNIFIED IDEOGRAPH-4E55",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E56,
        name: "CJK UNIFIED IDEOGRAPH-4E56",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E57,
        name: "CJK UNIFIED IDEOGRAPH-4E57",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E58,
        name: "CJK UNIFIED IDEOGRAPH-4E58",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E59,
        name: "CJK UNIFIED IDEOGRAPH-4E59",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E5A,
        name: "CJK UNIFIED IDEOGRAPH-4E5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E5B,
        name: "CJK UNIFIED IDEOGRAPH-4E5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E5C,
        name: "CJK UNIFIED IDEOGRAPH-4E5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E5D,
        name: "CJK UNIFIED IDEOGRAPH-4E5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E5E,
        name: "CJK UNIFIED IDEOGRAPH-4E5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E5F,
        name: "CJK UNIFIED IDEOGRAPH-4E5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E60,
        name: "CJK UNIFIED IDEOGRAPH-4E60",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E61,
        name: "CJK UNIFIED IDEOGRAPH-4E61",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E62,
        name: "CJK UNIFIED IDEOGRAPH-4E62",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E63,
        name: "CJK UNIFIED IDEOGRAPH-4E63",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E64,
        name: "CJK UNIFIED IDEOGRAPH-4E64",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E65,
        name: "CJK UNIFIED IDEOGRAPH-4E65",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E66,
        name: "CJK UNIFIED IDEOGRAPH-4E66",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E67,
        name: "CJK UNIFIED IDEOGRAPH-4E67",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E68,
        name: "CJK UNIFIED IDEOGRAPH-4E68",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E69,
        name: "CJK UNIFIED IDEOGRAPH-4E69",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E6A,
        name: "CJK UNIFIED IDEOGRAPH-4E6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E6B,
        name: "CJK UNIFIED IDEOGRAPH-4E6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E6C,
        name: "CJK UNIFIED IDEOGRAPH-4E6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E6D,
        name: "CJK UNIFIED IDEOGRAPH-4E6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E6E,
        name: "CJK UNIFIED IDEOGRAPH-4E6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E6F,
        name: "CJK UNIFIED IDEOGRAPH-4E6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E70,
        name: "CJK UNIFIED IDEOGRAPH-4E70",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E71,
        name: "CJK UNIFIED IDEOGRAPH-4E71",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E72,
        name: "CJK UNIFIED IDEOGRAPH-4E72",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E73,
        name: "CJK UNIFIED IDEOGRAPH-4E73",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E74,
        name: "CJK UNIFIED IDEOGRAPH-4E74",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E75,
        name: "CJK UNIFIED IDEOGRAPH-4E75",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E76,
        name: "CJK UNIFIED IDEOGRAPH-4E76",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E77,
        name: "CJK UNIFIED IDEOGRAPH-4E77",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E78,
        name: "CJK UNIFIED IDEOGRAPH-4E78",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E79,
        name: "CJK UNIFIED IDEOGRAPH-4E79",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E7A,
        name: "CJK UNIFIED IDEOGRAPH-4E7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E7B,
        name: "CJK UNIFIED IDEOGRAPH-4E7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E7C,
        name: "CJK UNIFIED IDEOGRAPH-4E7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E7D,
        name: "CJK UNIFIED IDEOGRAPH-4E7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E7E,
        name: "CJK UNIFIED IDEOGRAPH-4E7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E7F,
        name: "CJK UNIFIED IDEOGRAPH-4E7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E80,
        name: "CJK UNIFIED IDEOGRAPH-4E80",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E81,
        name: "CJK UNIFIED IDEOGRAPH-4E81",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E82,
        name: "CJK UNIFIED IDEOGRAPH-4E82",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E83,
        name: "CJK UNIFIED IDEOGRAPH-4E83",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E84,
        name: "CJK UNIFIED IDEOGRAPH-4E84",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E85,
        name: "CJK UNIFIED IDEOGRAPH-4E85",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E86,
        name: "CJK UNIFIED IDEOGRAPH-4E86",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E87,
        name: "CJK UNIFIED IDEOGRAPH-4E87",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E88,
        name: "CJK UNIFIED IDEOGRAPH-4E88",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E89,
        name: "CJK UNIFIED IDEOGRAPH-4E89",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E8A,
        name: "CJK UNIFIED IDEOGRAPH-4E8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E8B,
        name: "CJK UNIFIED IDEOGRAPH-4E8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E8C,
        name: "CJK UNIFIED IDEOGRAPH-4E8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E8D,
        name: "CJK UNIFIED IDEOGRAPH-4E8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E8E,
        name: "CJK UNIFIED IDEOGRAPH-4E8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E8F,
        name: "CJK UNIFIED IDEOGRAPH-4E8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E90,
        name: "CJK UNIFIED IDEOGRAPH-4E90",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E91,
        name: "CJK UNIFIED IDEOGRAPH-4E91",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E92,
        name: "CJK UNIFIED IDEOGRAPH-4E92",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E93,
        name: "CJK UNIFIED IDEOGRAPH-4E93",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E94,
        name: "CJK UNIFIED IDEOGRAPH-4E94",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E95,
        name: "CJK UNIFIED IDEOGRAPH-4E95",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E96,
        name: "CJK UNIFIED IDEOGRAPH-4E96",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E97,
        name: "CJK UNIFIED IDEOGRAPH-4E97",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E98,
        name: "CJK UNIFIED IDEOGRAPH-4E98",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E99,
        name: "CJK UNIFIED IDEOGRAPH-4E99",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E9A,
        name: "CJK UNIFIED IDEOGRAPH-4E9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E9B,
        name: "CJK UNIFIED IDEOGRAPH-4E9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E9C,
        name: "CJK UNIFIED IDEOGRAPH-4E9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E9D,
        name: "CJK UNIFIED IDEOGRAPH-4E9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E9E,
        name: "CJK UNIFIED IDEOGRAPH-4E9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4E9F,
        name: "CJK UNIFIED IDEOGRAPH-4E9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA0,
        name: "CJK UNIFIED IDEOGRAPH-4EA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA1,
        name: "CJK UNIFIED IDEOGRAPH-4EA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA2,
        name: "CJK UNIFIED IDEOGRAPH-4EA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA3,
        name: "CJK UNIFIED IDEOGRAPH-4EA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA4,
        name: "CJK UNIFIED IDEOGRAPH-4EA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA5,
        name: "CJK UNIFIED IDEOGRAPH-4EA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA6,
        name: "CJK UNIFIED IDEOGRAPH-4EA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA7,
        name: "CJK UNIFIED IDEOGRAPH-4EA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA8,
        name: "CJK UNIFIED IDEOGRAPH-4EA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EA9,
        name: "CJK UNIFIED IDEOGRAPH-4EA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EAA,
        name: "CJK UNIFIED IDEOGRAPH-4EAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EAB,
        name: "CJK UNIFIED IDEOGRAPH-4EAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EAC,
        name: "CJK UNIFIED IDEOGRAPH-4EAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EAD,
        name: "CJK UNIFIED IDEOGRAPH-4EAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EAE,
        name: "CJK UNIFIED IDEOGRAPH-4EAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EAF,
        name: "CJK UNIFIED IDEOGRAPH-4EAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB0,
        name: "CJK UNIFIED IDEOGRAPH-4EB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB1,
        name: "CJK UNIFIED IDEOGRAPH-4EB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB2,
        name: "CJK UNIFIED IDEOGRAPH-4EB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB3,
        name: "CJK UNIFIED IDEOGRAPH-4EB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB4,
        name: "CJK UNIFIED IDEOGRAPH-4EB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB5,
        name: "CJK UNIFIED IDEOGRAPH-4EB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB6,
        name: "CJK UNIFIED IDEOGRAPH-4EB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB7,
        name: "CJK UNIFIED IDEOGRAPH-4EB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB8,
        name: "CJK UNIFIED IDEOGRAPH-4EB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EB9,
        name: "CJK UNIFIED IDEOGRAPH-4EB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EBA,
        name: "CJK UNIFIED IDEOGRAPH-4EBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EBB,
        name: "CJK UNIFIED IDEOGRAPH-4EBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EBC,
        name: "CJK UNIFIED IDEOGRAPH-4EBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EBD,
        name: "CJK UNIFIED IDEOGRAPH-4EBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EBE,
        name: "CJK UNIFIED IDEOGRAPH-4EBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EBF,
        name: "CJK UNIFIED IDEOGRAPH-4EBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC0,
        name: "CJK UNIFIED IDEOGRAPH-4EC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC1,
        name: "CJK UNIFIED IDEOGRAPH-4EC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC2,
        name: "CJK UNIFIED IDEOGRAPH-4EC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC3,
        name: "CJK UNIFIED IDEOGRAPH-4EC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC4,
        name: "CJK UNIFIED IDEOGRAPH-4EC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC5,
        name: "CJK UNIFIED IDEOGRAPH-4EC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC6,
        name: "CJK UNIFIED IDEOGRAPH-4EC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC7,
        name: "CJK UNIFIED IDEOGRAPH-4EC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC8,
        name: "CJK UNIFIED IDEOGRAPH-4EC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EC9,
        name: "CJK UNIFIED IDEOGRAPH-4EC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ECA,
        name: "CJK UNIFIED IDEOGRAPH-4ECA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ECB,
        name: "CJK UNIFIED IDEOGRAPH-4ECB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ECC,
        name: "CJK UNIFIED IDEOGRAPH-4ECC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ECD,
        name: "CJK UNIFIED IDEOGRAPH-4ECD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ECE,
        name: "CJK UNIFIED IDEOGRAPH-4ECE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ECF,
        name: "CJK UNIFIED IDEOGRAPH-4ECF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED0,
        name: "CJK UNIFIED IDEOGRAPH-4ED0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED1,
        name: "CJK UNIFIED IDEOGRAPH-4ED1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED2,
        name: "CJK UNIFIED IDEOGRAPH-4ED2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED3,
        name: "CJK UNIFIED IDEOGRAPH-4ED3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED4,
        name: "CJK UNIFIED IDEOGRAPH-4ED4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED5,
        name: "CJK UNIFIED IDEOGRAPH-4ED5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED6,
        name: "CJK UNIFIED IDEOGRAPH-4ED6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED7,
        name: "CJK UNIFIED IDEOGRAPH-4ED7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED8,
        name: "CJK UNIFIED IDEOGRAPH-4ED8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4ED9,
        name: "CJK UNIFIED IDEOGRAPH-4ED9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EDA,
        name: "CJK UNIFIED IDEOGRAPH-4EDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EDB,
        name: "CJK UNIFIED IDEOGRAPH-4EDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EDC,
        name: "CJK UNIFIED IDEOGRAPH-4EDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EDD,
        name: "CJK UNIFIED IDEOGRAPH-4EDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EDE,
        name: "CJK UNIFIED IDEOGRAPH-4EDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EDF,
        name: "CJK UNIFIED IDEOGRAPH-4EDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE0,
        name: "CJK UNIFIED IDEOGRAPH-4EE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE1,
        name: "CJK UNIFIED IDEOGRAPH-4EE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE2,
        name: "CJK UNIFIED IDEOGRAPH-4EE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE3,
        name: "CJK UNIFIED IDEOGRAPH-4EE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE4,
        name: "CJK UNIFIED IDEOGRAPH-4EE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE5,
        name: "CJK UNIFIED IDEOGRAPH-4EE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE6,
        name: "CJK UNIFIED IDEOGRAPH-4EE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE7,
        name: "CJK UNIFIED IDEOGRAPH-4EE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE8,
        name: "CJK UNIFIED IDEOGRAPH-4EE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EE9,
        name: "CJK UNIFIED IDEOGRAPH-4EE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EEA,
        name: "CJK UNIFIED IDEOGRAPH-4EEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EEB,
        name: "CJK UNIFIED IDEOGRAPH-4EEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EEC,
        name: "CJK UNIFIED IDEOGRAPH-4EEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EED,
        name: "CJK UNIFIED IDEOGRAPH-4EED",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EEE,
        name: "CJK UNIFIED IDEOGRAPH-4EEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EEF,
        name: "CJK UNIFIED IDEOGRAPH-4EEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF0,
        name: "CJK UNIFIED IDEOGRAPH-4EF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF1,
        name: "CJK UNIFIED IDEOGRAPH-4EF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF2,
        name: "CJK UNIFIED IDEOGRAPH-4EF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF3,
        name: "CJK UNIFIED IDEOGRAPH-4EF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF4,
        name: "CJK UNIFIED IDEOGRAPH-4EF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF5,
        name: "CJK UNIFIED IDEOGRAPH-4EF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF6,
        name: "CJK UNIFIED IDEOGRAPH-4EF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF7,
        name: "CJK UNIFIED IDEOGRAPH-4EF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF8,
        name: "CJK UNIFIED IDEOGRAPH-4EF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EF9,
        name: "CJK UNIFIED IDEOGRAPH-4EF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EFA,
        name: "CJK UNIFIED IDEOGRAPH-4EFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EFB,
        name: "CJK UNIFIED IDEOGRAPH-4EFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EFC,
        name: "CJK UNIFIED IDEOGRAPH-4EFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EFD,
        name: "CJK UNIFIED IDEOGRAPH-4EFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EFE,
        name: "CJK UNIFIED IDEOGRAPH-4EFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4EFF,
        name: "CJK UNIFIED IDEOGRAPH-4EFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F00,
        name: "CJK UNIFIED IDEOGRAPH-4F00",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F01,
        name: "CJK UNIFIED IDEOGRAPH-4F01",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F02,
        name: "CJK UNIFIED IDEOGRAPH-4F02",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F03,
        name: "CJK UNIFIED IDEOGRAPH-4F03",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F04,
        name: "CJK UNIFIED IDEOGRAPH-4F04",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F05,
        name: "CJK UNIFIED IDEOGRAPH-4F05",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F06,
        name: "CJK UNIFIED IDEOGRAPH-4F06",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F07,
        name: "CJK UNIFIED IDEOGRAPH-4F07",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F08,
        name: "CJK UNIFIED IDEOGRAPH-4F08",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F09,
        name: "CJK UNIFIED IDEOGRAPH-4F09",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F0A,
        name: "CJK UNIFIED IDEOGRAPH-4F0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F0B,
        name: "CJK UNIFIED IDEOGRAPH-4F0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F0C,
        name: "CJK UNIFIED IDEOGRAPH-4F0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F0D,
        name: "CJK UNIFIED IDEOGRAPH-4F0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F0E,
        name: "CJK UNIFIED IDEOGRAPH-4F0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F0F,
        name: "CJK UNIFIED IDEOGRAPH-4F0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F10,
        name: "CJK UNIFIED IDEOGRAPH-4F10",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F11,
        name: "CJK UNIFIED IDEOGRAPH-4F11",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F12,
        name: "CJK UNIFIED IDEOGRAPH-4F12",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F13,
        name: "CJK UNIFIED IDEOGRAPH-4F13",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F14,
        name: "CJK UNIFIED IDEOGRAPH-4F14",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F15,
        name: "CJK UNIFIED IDEOGRAPH-4F15",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F16,
        name: "CJK UNIFIED IDEOGRAPH-4F16",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F17,
        name: "CJK UNIFIED IDEOGRAPH-4F17",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F18,
        name: "CJK UNIFIED IDEOGRAPH-4F18",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F19,
        name: "CJK UNIFIED IDEOGRAPH-4F19",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F1A,
        name: "CJK UNIFIED IDEOGRAPH-4F1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F1B,
        name: "CJK UNIFIED IDEOGRAPH-4F1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F1C,
        name: "CJK UNIFIED IDEOGRAPH-4F1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F1D,
        name: "CJK UNIFIED IDEOGRAPH-4F1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F1E,
        name: "CJK UNIFIED IDEOGRAPH-4F1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F1F,
        name: "CJK UNIFIED IDEOGRAPH-4F1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F20,
        name: "CJK UNIFIED IDEOGRAPH-4F20",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F21,
        name: "CJK UNIFIED IDEOGRAPH-4F21",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F22,
        name: "CJK UNIFIED IDEOGRAPH-4F22",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F23,
        name: "CJK UNIFIED IDEOGRAPH-4F23",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F24,
        name: "CJK UNIFIED IDEOGRAPH-4F24",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F25,
        name: "CJK UNIFIED IDEOGRAPH-4F25",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F26,
        name: "CJK UNIFIED IDEOGRAPH-4F26",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F27,
        name: "CJK UNIFIED IDEOGRAPH-4F27",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F28,
        name: "CJK UNIFIED IDEOGRAPH-4F28",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F29,
        name: "CJK UNIFIED IDEOGRAPH-4F29",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F2A,
        name: "CJK UNIFIED IDEOGRAPH-4F2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F2B,
        name: "CJK UNIFIED IDEOGRAPH-4F2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F2C,
        name: "CJK UNIFIED IDEOGRAPH-4F2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F2D,
        name: "CJK UNIFIED IDEOGRAPH-4F2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F2E,
        name: "CJK UNIFIED IDEOGRAPH-4F2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F2F,
        name: "CJK UNIFIED IDEOGRAPH-4F2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F30,
        name: "CJK UNIFIED IDEOGRAPH-4F30",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F31,
        name: "CJK UNIFIED IDEOGRAPH-4F31",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F32,
        name: "CJK UNIFIED IDEOGRAPH-4F32",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F33,
        name: "CJK UNIFIED IDEOGRAPH-4F33",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F34,
        name: "CJK UNIFIED IDEOGRAPH-4F34",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F35,
        name: "CJK UNIFIED IDEOGRAPH-4F35",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F36,
        name: "CJK UNIFIED IDEOGRAPH-4F36",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F37,
        name: "CJK UNIFIED IDEOGRAPH-4F37",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F38,
        name: "CJK UNIFIED IDEOGRAPH-4F38",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F39,
        name: "CJK UNIFIED IDEOGRAPH-4F39",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F3A,
        name: "CJK UNIFIED IDEOGRAPH-4F3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F3B,
        name: "CJK UNIFIED IDEOGRAPH-4F3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F3C,
        name: "CJK UNIFIED IDEOGRAPH-4F3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F3D,
        name: "CJK UNIFIED IDEOGRAPH-4F3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F3E,
        name: "CJK UNIFIED IDEOGRAPH-4F3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F3F,
        name: "CJK UNIFIED IDEOGRAPH-4F3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F40,
        name: "CJK UNIFIED IDEOGRAPH-4F40",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F41,
        name: "CJK UNIFIED IDEOGRAPH-4F41",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F42,
        name: "CJK UNIFIED IDEOGRAPH-4F42",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F43,
        name: "CJK UNIFIED IDEOGRAPH-4F43",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F44,
        name: "CJK UNIFIED IDEOGRAPH-4F44",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F45,
        name: "CJK UNIFIED IDEOGRAPH-4F45",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F46,
        name: "CJK UNIFIED IDEOGRAPH-4F46",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F47,
        name: "CJK UNIFIED IDEOGRAPH-4F47",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F48,
        name: "CJK UNIFIED IDEOGRAPH-4F48",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F49,
        name: "CJK UNIFIED IDEOGRAPH-4F49",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F4A,
        name: "CJK UNIFIED IDEOGRAPH-4F4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F4B,
        name: "CJK UNIFIED IDEOGRAPH-4F4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F4C,
        name: "CJK UNIFIED IDEOGRAPH-4F4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F4D,
        name: "CJK UNIFIED IDEOGRAPH-4F4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F4E,
        name: "CJK UNIFIED IDEOGRAPH-4F4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F4F,
        name: "CJK UNIFIED IDEOGRAPH-4F4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F50,
        name: "CJK UNIFIED IDEOGRAPH-4F50",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F51,
        name: "CJK UNIFIED IDEOGRAPH-4F51",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F52,
        name: "CJK UNIFIED IDEOGRAPH-4F52",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F53,
        name: "CJK UNIFIED IDEOGRAPH-4F53",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F54,
        name: "CJK UNIFIED IDEOGRAPH-4F54",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F55,
        name: "CJK UNIFIED IDEOGRAPH-4F55",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F56,
        name: "CJK UNIFIED IDEOGRAPH-4F56",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F57,
        name: "CJK UNIFIED IDEOGRAPH-4F57",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F58,
        name: "CJK UNIFIED IDEOGRAPH-4F58",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F59,
        name: "CJK UNIFIED IDEOGRAPH-4F59",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F5A,
        name: "CJK UNIFIED IDEOGRAPH-4F5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F5B,
        name: "CJK UNIFIED IDEOGRAPH-4F5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F5C,
        name: "CJK UNIFIED IDEOGRAPH-4F5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F5D,
        name: "CJK UNIFIED IDEOGRAPH-4F5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F5E,
        name: "CJK UNIFIED IDEOGRAPH-4F5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F5F,
        name: "CJK UNIFIED IDEOGRAPH-4F5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F60,
        name: "CJK UNIFIED IDEOGRAPH-4F60",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F61,
        name: "CJK UNIFIED IDEOGRAPH-4F61",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F62,
        name: "CJK UNIFIED IDEOGRAPH-4F62",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F63,
        name: "CJK UNIFIED IDEOGRAPH-4F63",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F64,
        name: "CJK UNIFIED IDEOGRAPH-4F64",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F65,
        name: "CJK UNIFIED IDEOGRAPH-4F65",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F66,
        name: "CJK UNIFIED IDEOGRAPH-4F66",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F67,
        name: "CJK UNIFIED IDEOGRAPH-4F67",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F68,
        name: "CJK UNIFIED IDEOGRAPH-4F68",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F69,
        name: "CJK UNIFIED IDEOGRAPH-4F69",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F6A,
        name: "CJK UNIFIED IDEOGRAPH-4F6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F6B,
        name: "CJK UNIFIED IDEOGRAPH-4F6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F6C,
        name: "CJK UNIFIED IDEOGRAPH-4F6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F6D,
        name: "CJK UNIFIED IDEOGRAPH-4F6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F6E,
        name: "CJK UNIFIED IDEOGRAPH-4F6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F6F,
        name: "CJK UNIFIED IDEOGRAPH-4F6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F70,
        name: "CJK UNIFIED IDEOGRAPH-4F70",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F71,
        name: "CJK UNIFIED IDEOGRAPH-4F71",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F72,
        name: "CJK UNIFIED IDEOGRAPH-4F72",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F73,
        name: "CJK UNIFIED IDEOGRAPH-4F73",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F74,
        name: "CJK UNIFIED IDEOGRAPH-4F74",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F75,
        name: "CJK UNIFIED IDEOGRAPH-4F75",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F76,
        name: "CJK UNIFIED IDEOGRAPH-4F76",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F77,
        name: "CJK UNIFIED IDEOGRAPH-4F77",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F78,
        name: "CJK UNIFIED IDEOGRAPH-4F78",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F79,
        name: "CJK UNIFIED IDEOGRAPH-4F79",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F7A,
        name: "CJK UNIFIED IDEOGRAPH-4F7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F7B,
        name: "CJK UNIFIED IDEOGRAPH-4F7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F7C,
        name: "CJK UNIFIED IDEOGRAPH-4F7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F7D,
        name: "CJK UNIFIED IDEOGRAPH-4F7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F7E,
        name: "CJK UNIFIED IDEOGRAPH-4F7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F7F,
        name: "CJK UNIFIED IDEOGRAPH-4F7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F80,
        name: "CJK UNIFIED IDEOGRAPH-4F80",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F81,
        name: "CJK UNIFIED IDEOGRAPH-4F81",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F82,
        name: "CJK UNIFIED IDEOGRAPH-4F82",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F83,
        name: "CJK UNIFIED IDEOGRAPH-4F83",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F84,
        name: "CJK UNIFIED IDEOGRAPH-4F84",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F85,
        name: "CJK UNIFIED IDEOGRAPH-4F85",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F86,
        name: "CJK UNIFIED IDEOGRAPH-4F86",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F87,
        name: "CJK UNIFIED IDEOGRAPH-4F87",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F88,
        name: "CJK UNIFIED IDEOGRAPH-4F88",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F89,
        name: "CJK UNIFIED IDEOGRAPH-4F89",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F8A,
        name: "CJK UNIFIED IDEOGRAPH-4F8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F8B,
        name: "CJK UNIFIED IDEOGRAPH-4F8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F8C,
        name: "CJK UNIFIED IDEOGRAPH-4F8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F8D,
        name: "CJK UNIFIED IDEOGRAPH-4F8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F8E,
        name: "CJK UNIFIED IDEOGRAPH-4F8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F8F,
        name: "CJK UNIFIED IDEOGRAPH-4F8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F90,
        name: "CJK UNIFIED IDEOGRAPH-4F90",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F91,
        name: "CJK UNIFIED IDEOGRAPH-4F91",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F92,
        name: "CJK UNIFIED IDEOGRAPH-4F92",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F93,
        name: "CJK UNIFIED IDEOGRAPH-4F93",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F94,
        name: "CJK UNIFIED IDEOGRAPH-4F94",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F95,
        name: "CJK UNIFIED IDEOGRAPH-4F95",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F96,
        name: "CJK UNIFIED IDEOGRAPH-4F96",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F97,
        name: "CJK UNIFIED IDEOGRAPH-4F97",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F98,
        name: "CJK UNIFIED IDEOGRAPH-4F98",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F99,
        name: "CJK UNIFIED IDEOGRAPH-4F99",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F9A,
        name: "CJK UNIFIED IDEOGRAPH-4F9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F9B,
        name: "CJK UNIFIED IDEOGRAPH-4F9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F9C,
        name: "CJK UNIFIED IDEOGRAPH-4F9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F9D,
        name: "CJK UNIFIED IDEOGRAPH-4F9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F9E,
        name: "CJK UNIFIED IDEOGRAPH-4F9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x4F9F,
        name: "CJK UNIFIED IDEOGRAPH-4F9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA0,
        name: "CJK UNIFIED IDEOGRAPH-4FA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA1,
        name: "CJK UNIFIED IDEOGRAPH-4FA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA2,
        name: "CJK UNIFIED IDEOGRAPH-4FA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA3,
        name: "CJK UNIFIED IDEOGRAPH-4FA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA4,
        name: "CJK UNIFIED IDEOGRAPH-4FA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA5,
        name: "CJK UNIFIED IDEOGRAPH-4FA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA6,
        name: "CJK UNIFIED IDEOGRAPH-4FA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA7,
        name: "CJK UNIFIED IDEOGRAPH-4FA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA8,
        name: "CJK UNIFIED IDEOGRAPH-4FA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FA9,
        name: "CJK UNIFIED IDEOGRAPH-4FA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FAA,
        name: "CJK UNIFIED IDEOGRAPH-4FAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FAB,
        name: "CJK UNIFIED IDEOGRAPH-4FAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FAC,
        name: "CJK UNIFIED IDEOGRAPH-4FAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FAD,
        name: "CJK UNIFIED IDEOGRAPH-4FAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FAE,
        name: "CJK UNIFIED IDEOGRAPH-4FAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FAF,
        name: "CJK UNIFIED IDEOGRAPH-4FAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB0,
        name: "CJK UNIFIED IDEOGRAPH-4FB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB1,
        name: "CJK UNIFIED IDEOGRAPH-4FB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB2,
        name: "CJK UNIFIED IDEOGRAPH-4FB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB3,
        name: "CJK UNIFIED IDEOGRAPH-4FB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB4,
        name: "CJK UNIFIED IDEOGRAPH-4FB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB5,
        name: "CJK UNIFIED IDEOGRAPH-4FB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB6,
        name: "CJK UNIFIED IDEOGRAPH-4FB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB7,
        name: "CJK UNIFIED IDEOGRAPH-4FB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB8,
        name: "CJK UNIFIED IDEOGRAPH-4FB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FB9,
        name: "CJK UNIFIED IDEOGRAPH-4FB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FBA,
        name: "CJK UNIFIED IDEOGRAPH-4FBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FBB,
        name: "CJK UNIFIED IDEOGRAPH-4FBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FBC,
        name: "CJK UNIFIED IDEOGRAPH-4FBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FBD,
        name: "CJK UNIFIED IDEOGRAPH-4FBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FBE,
        name: "CJK UNIFIED IDEOGRAPH-4FBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FBF,
        name: "CJK UNIFIED IDEOGRAPH-4FBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC0,
        name: "CJK UNIFIED IDEOGRAPH-4FC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC1,
        name: "CJK UNIFIED IDEOGRAPH-4FC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC2,
        name: "CJK UNIFIED IDEOGRAPH-4FC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC3,
        name: "CJK UNIFIED IDEOGRAPH-4FC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC4,
        name: "CJK UNIFIED IDEOGRAPH-4FC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC5,
        name: "CJK UNIFIED IDEOGRAPH-4FC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC6,
        name: "CJK UNIFIED IDEOGRAPH-4FC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC7,
        name: "CJK UNIFIED IDEOGRAPH-4FC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC8,
        name: "CJK UNIFIED IDEOGRAPH-4FC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FC9,
        name: "CJK UNIFIED IDEOGRAPH-4FC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FCA,
        name: "CJK UNIFIED IDEOGRAPH-4FCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FCB,
        name: "CJK UNIFIED IDEOGRAPH-4FCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FCC,
        name: "CJK UNIFIED IDEOGRAPH-4FCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FCD,
        name: "CJK UNIFIED IDEOGRAPH-4FCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FCE,
        name: "CJK UNIFIED IDEOGRAPH-4FCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FCF,
        name: "CJK UNIFIED IDEOGRAPH-4FCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD0,
        name: "CJK UNIFIED IDEOGRAPH-4FD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD1,
        name: "CJK UNIFIED IDEOGRAPH-4FD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD2,
        name: "CJK UNIFIED IDEOGRAPH-4FD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD3,
        name: "CJK UNIFIED IDEOGRAPH-4FD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD4,
        name: "CJK UNIFIED IDEOGRAPH-4FD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD5,
        name: "CJK UNIFIED IDEOGRAPH-4FD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD6,
        name: "CJK UNIFIED IDEOGRAPH-4FD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD7,
        name: "CJK UNIFIED IDEOGRAPH-4FD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD8,
        name: "CJK UNIFIED IDEOGRAPH-4FD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FD9,
        name: "CJK UNIFIED IDEOGRAPH-4FD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FDA,
        name: "CJK UNIFIED IDEOGRAPH-4FDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FDB,
        name: "CJK UNIFIED IDEOGRAPH-4FDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FDC,
        name: "CJK UNIFIED IDEOGRAPH-4FDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FDD,
        name: "CJK UNIFIED IDEOGRAPH-4FDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FDE,
        name: "CJK UNIFIED IDEOGRAPH-4FDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FDF,
        name: "CJK UNIFIED IDEOGRAPH-4FDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE0,
        name: "CJK UNIFIED IDEOGRAPH-4FE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE1,
        name: "CJK UNIFIED IDEOGRAPH-4FE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE2,
        name: "CJK UNIFIED IDEOGRAPH-4FE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE3,
        name: "CJK UNIFIED IDEOGRAPH-4FE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE4,
        name: "CJK UNIFIED IDEOGRAPH-4FE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE5,
        name: "CJK UNIFIED IDEOGRAPH-4FE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE6,
        name: "CJK UNIFIED IDEOGRAPH-4FE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE7,
        name: "CJK UNIFIED IDEOGRAPH-4FE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE8,
        name: "CJK UNIFIED IDEOGRAPH-4FE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FE9,
        name: "CJK UNIFIED IDEOGRAPH-4FE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FEA,
        name: "CJK UNIFIED IDEOGRAPH-4FEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FEB,
        name: "CJK UNIFIED IDEOGRAPH-4FEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FEC,
        name: "CJK UNIFIED IDEOGRAPH-4FEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FED,
        name: "CJK UNIFIED IDEOGRAPH-4FED",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FEE,
        name: "CJK UNIFIED IDEOGRAPH-4FEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FEF,
        name: "CJK UNIFIED IDEOGRAPH-4FEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF0,
        name: "CJK UNIFIED IDEOGRAPH-4FF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF1,
        name: "CJK UNIFIED IDEOGRAPH-4FF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF2,
        name: "CJK UNIFIED IDEOGRAPH-4FF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF3,
        name: "CJK UNIFIED IDEOGRAPH-4FF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF4,
        name: "CJK UNIFIED IDEOGRAPH-4FF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF5,
        name: "CJK UNIFIED IDEOGRAPH-4FF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF6,
        name: "CJK UNIFIED IDEOGRAPH-4FF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF7,
        name: "CJK UNIFIED IDEOGRAPH-4FF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF8,
        name: "CJK UNIFIED IDEOGRAPH-4FF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FF9,
        name: "CJK UNIFIED IDEOGRAPH-4FF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FFA,
        name: "CJK UNIFIED IDEOGRAPH-4FFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FFB,
        name: "CJK UNIFIED IDEOGRAPH-4FFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FFC,
        name: "CJK UNIFIED IDEOGRAPH-4FFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FFD,
        name: "CJK UNIFIED IDEOGRAPH-4FFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FFE,
        name: "CJK UNIFIED IDEOGRAPH-4FFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x4FFF,
        name: "CJK UNIFIED IDEOGRAPH-4FFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5000,
        name: "CJK UNIFIED IDEOGRAPH-5000",
    },
    Character {
        age: "1.1",
        codepoint: 0x5001,
        name: "CJK UNIFIED IDEOGRAPH-5001",
    },
    Character {
        age: "1.1",
        codepoint: 0x5002,
        name: "CJK UNIFIED IDEOGRAPH-5002",
    },
    Character {
        age: "1.1",
        codepoint: 0x5003,
        name: "CJK UNIFIED IDEOGRAPH-5003",
    },
    Character {
        age: "1.1",
        codepoint: 0x5004,
        name: "CJK UNIFIED IDEOGRAPH-5004",
    },
    Character {
        age: "1.1",
        codepoint: 0x5005,
        name: "CJK UNIFIED IDEOGRAPH-5005",
    },
    Character {
        age: "1.1",
        codepoint: 0x5006,
        name: "CJK UNIFIED IDEOGRAPH-5006",
    },
    Character {
        age: "1.1",
        codepoint: 0x5007,
        name: "CJK UNIFIED IDEOGRAPH-5007",
    },
    Character {
        age: "1.1",
        codepoint: 0x5008,
        name: "CJK UNIFIED IDEOGRAPH-5008",
    },
    Character {
        age: "1.1",
        codepoint: 0x5009,
        name: "CJK UNIFIED IDEOGRAPH-5009",
    },
    Character {
        age: "1.1",
        codepoint: 0x500A,
        name: "CJK UNIFIED IDEOGRAPH-500A",
    },
    Character {
        age: "1.1",
        codepoint: 0x500B,
        name: "CJK UNIFIED IDEOGRAPH-500B",
    },
    Character {
        age: "1.1",
        codepoint: 0x500C,
        name: "CJK UNIFIED IDEOGRAPH-500C",
    },
    Character {
        age: "1.1",
        codepoint: 0x500D,
        name: "CJK UNIFIED IDEOGRAPH-500D",
    },
    Character {
        age: "1.1",
        codepoint: 0x500E,
        name: "CJK UNIFIED IDEOGRAPH-500E",
    },
    Character {
        age: "1.1",
        codepoint: 0x500F,
        name: "CJK UNIFIED IDEOGRAPH-500F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5010,
        name: "CJK UNIFIED IDEOGRAPH-5010",
    },
    Character {
        age: "1.1",
        codepoint: 0x5011,
        name: "CJK UNIFIED IDEOGRAPH-5011",
    },
    Character {
        age: "1.1",
        codepoint: 0x5012,
        name: "CJK UNIFIED IDEOGRAPH-5012",
    },
    Character {
        age: "1.1",
        codepoint: 0x5013,
        name: "CJK UNIFIED IDEOGRAPH-5013",
    },
    Character {
        age: "1.1",
        codepoint: 0x5014,
        name: "CJK UNIFIED IDEOGRAPH-5014",
    },
    Character {
        age: "1.1",
        codepoint: 0x5015,
        name: "CJK UNIFIED IDEOGRAPH-5015",
    },
    Character {
        age: "1.1",
        codepoint: 0x5016,
        name: "CJK UNIFIED IDEOGRAPH-5016",
    },
    Character {
        age: "1.1",
        codepoint: 0x5017,
        name: "CJK UNIFIED IDEOGRAPH-5017",
    },
    Character {
        age: "1.1",
        codepoint: 0x5018,
        name: "CJK UNIFIED IDEOGRAPH-5018",
    },
    Character {
        age: "1.1",
        codepoint: 0x5019,
        name: "CJK UNIFIED IDEOGRAPH-5019",
    },
    Character {
        age: "1.1",
        codepoint: 0x501A,
        name: "CJK UNIFIED IDEOGRAPH-501A",
    },
    Character {
        age: "1.1",
        codepoint: 0x501B,
        name: "CJK UNIFIED IDEOGRAPH-501B",
    },
    Character {
        age: "1.1",
        codepoint: 0x501C,
        name: "CJK UNIFIED IDEOGRAPH-501C",
    },
    Character {
        age: "1.1",
        codepoint: 0x501D,
        name: "CJK UNIFIED IDEOGRAPH-501D",
    },
    Character {
        age: "1.1",
        codepoint: 0x501E,
        name: "CJK UNIFIED IDEOGRAPH-501E",
    },
    Character {
        age: "1.1",
        codepoint: 0x501F,
        name: "CJK UNIFIED IDEOGRAPH-501F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5020,
        name: "CJK UNIFIED IDEOGRAPH-5020",
    },
    Character {
        age: "1.1",
        codepoint: 0x5021,
        name: "CJK UNIFIED IDEOGRAPH-5021",
    },
    Character {
        age: "1.1",
        codepoint: 0x5022,
        name: "CJK UNIFIED IDEOGRAPH-5022",
    },
    Character {
        age: "1.1",
        codepoint: 0x5023,
        name: "CJK UNIFIED IDEOGRAPH-5023",
    },
    Character {
        age: "1.1",
        codepoint: 0x5024,
        name: "CJK UNIFIED IDEOGRAPH-5024",
    },
    Character {
        age: "1.1",
        codepoint: 0x5025,
        name: "CJK UNIFIED IDEOGRAPH-5025",
    },
    Character {
        age: "1.1",
        codepoint: 0x5026,
        name: "CJK UNIFIED IDEOGRAPH-5026",
    },
    Character {
        age: "1.1",
        codepoint: 0x5027,
        name: "CJK UNIFIED IDEOGRAPH-5027",
    },
    Character {
        age: "1.1",
        codepoint: 0x5028,
        name: "CJK UNIFIED IDEOGRAPH-5028",
    },
    Character {
        age: "1.1",
        codepoint: 0x5029,
        name: "CJK UNIFIED IDEOGRAPH-5029",
    },
    Character {
        age: "1.1",
        codepoint: 0x502A,
        name: "CJK UNIFIED IDEOGRAPH-502A",
    },
    Character {
        age: "1.1",
        codepoint: 0x502B,
        name: "CJK UNIFIED IDEOGRAPH-502B",
    },
    Character {
        age: "1.1",
        codepoint: 0x502C,
        name: "CJK UNIFIED IDEOGRAPH-502C",
    },
    Character {
        age: "1.1",
        codepoint: 0x502D,
        name: "CJK UNIFIED IDEOGRAPH-502D",
    },
    Character {
        age: "1.1",
        codepoint: 0x502E,
        name: "CJK UNIFIED IDEOGRAPH-502E",
    },
    Character {
        age: "1.1",
        codepoint: 0x502F,
        name: "CJK UNIFIED IDEOGRAPH-502F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5030,
        name: "CJK UNIFIED IDEOGRAPH-5030",
    },
    Character {
        age: "1.1",
        codepoint: 0x5031,
        name: "CJK UNIFIED IDEOGRAPH-5031",
    },
    Character {
        age: "1.1",
        codepoint: 0x5032,
        name: "CJK UNIFIED IDEOGRAPH-5032",
    },
    Character {
        age: "1.1",
        codepoint: 0x5033,
        name: "CJK UNIFIED IDEOGRAPH-5033",
    },
    Character {
        age: "1.1",
        codepoint: 0x5034,
        name: "CJK UNIFIED IDEOGRAPH-5034",
    },
    Character {
        age: "1.1",
        codepoint: 0x5035,
        name: "CJK UNIFIED IDEOGRAPH-5035",
    },
    Character {
        age: "1.1",
        codepoint: 0x5036,
        name: "CJK UNIFIED IDEOGRAPH-5036",
    },
    Character {
        age: "1.1",
        codepoint: 0x5037,
        name: "CJK UNIFIED IDEOGRAPH-5037",
    },
    Character {
        age: "1.1",
        codepoint: 0x5038,
        name: "CJK UNIFIED IDEOGRAPH-5038",
    },
    Character {
        age: "1.1",
        codepoint: 0x5039,
        name: "CJK UNIFIED IDEOGRAPH-5039",
    },
    Character {
        age: "1.1",
        codepoint: 0x503A,
        name: "CJK UNIFIED IDEOGRAPH-503A",
    },
    Character {
        age: "1.1",
        codepoint: 0x503B,
        name: "CJK UNIFIED IDEOGRAPH-503B",
    },
    Character {
        age: "1.1",
        codepoint: 0x503C,
        name: "CJK UNIFIED IDEOGRAPH-503C",
    },
    Character {
        age: "1.1",
        codepoint: 0x503D,
        name: "CJK UNIFIED IDEOGRAPH-503D",
    },
    Character {
        age: "1.1",
        codepoint: 0x503E,
        name: "CJK UNIFIED IDEOGRAPH-503E",
    },
    Character {
        age: "1.1",
        codepoint: 0x503F,
        name: "CJK UNIFIED IDEOGRAPH-503F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5040,
        name: "CJK UNIFIED IDEOGRAPH-5040",
    },
    Character {
        age: "1.1",
        codepoint: 0x5041,
        name: "CJK UNIFIED IDEOGRAPH-5041",
    },
    Character {
        age: "1.1",
        codepoint: 0x5042,
        name: "CJK UNIFIED IDEOGRAPH-5042",
    },
    Character {
        age: "1.1",
        codepoint: 0x5043,
        name: "CJK UNIFIED IDEOGRAPH-5043",
    },
    Character {
        age: "1.1",
        codepoint: 0x5044,
        name: "CJK UNIFIED IDEOGRAPH-5044",
    },
    Character {
        age: "1.1",
        codepoint: 0x5045,
        name: "CJK UNIFIED IDEOGRAPH-5045",
    },
    Character {
        age: "1.1",
        codepoint: 0x5046,
        name: "CJK UNIFIED IDEOGRAPH-5046",
    },
    Character {
        age: "1.1",
        codepoint: 0x5047,
        name: "CJK UNIFIED IDEOGRAPH-5047",
    },
    Character {
        age: "1.1",
        codepoint: 0x5048,
        name: "CJK UNIFIED IDEOGRAPH-5048",
    },
    Character {
        age: "1.1",
        codepoint: 0x5049,
        name: "CJK UNIFIED IDEOGRAPH-5049",
    },
    Character {
        age: "1.1",
        codepoint: 0x504A,
        name: "CJK UNIFIED IDEOGRAPH-504A",
    },
    Character {
        age: "1.1",
        codepoint: 0x504B,
        name: "CJK UNIFIED IDEOGRAPH-504B",
    },
    Character {
        age: "1.1",
        codepoint: 0x504C,
        name: "CJK UNIFIED IDEOGRAPH-504C",
    },
    Character {
        age: "1.1",
        codepoint: 0x504D,
        name: "CJK UNIFIED IDEOGRAPH-504D",
    },
    Character {
        age: "1.1",
        codepoint: 0x504E,
        name: "CJK UNIFIED IDEOGRAPH-504E",
    },
    Character {
        age: "1.1",
        codepoint: 0x504F,
        name: "CJK UNIFIED IDEOGRAPH-504F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5050,
        name: "CJK UNIFIED IDEOGRAPH-5050",
    },
    Character {
        age: "1.1",
        codepoint: 0x5051,
        name: "CJK UNIFIED IDEOGRAPH-5051",
    },
    Character {
        age: "1.1",
        codepoint: 0x5052,
        name: "CJK UNIFIED IDEOGRAPH-5052",
    },
    Character {
        age: "1.1",
        codepoint: 0x5053,
        name: "CJK UNIFIED IDEOGRAPH-5053",
    },
    Character {
        age: "1.1",
        codepoint: 0x5054,
        name: "CJK UNIFIED IDEOGRAPH-5054",
    },
    Character {
        age: "1.1",
        codepoint: 0x5055,
        name: "CJK UNIFIED IDEOGRAPH-5055",
    },
    Character {
        age: "1.1",
        codepoint: 0x5056,
        name: "CJK UNIFIED IDEOGRAPH-5056",
    },
    Character {
        age: "1.1",
        codepoint: 0x5057,
        name: "CJK UNIFIED IDEOGRAPH-5057",
    },
    Character {
        age: "1.1",
        codepoint: 0x5058,
        name: "CJK UNIFIED IDEOGRAPH-5058",
    },
    Character {
        age: "1.1",
        codepoint: 0x5059,
        name: "CJK UNIFIED IDEOGRAPH-5059",
    },
    Character {
        age: "1.1",
        codepoint: 0x505A,
        name: "CJK UNIFIED IDEOGRAPH-505A",
    },
    Character {
        age: "1.1",
        codepoint: 0x505B,
        name: "CJK UNIFIED IDEOGRAPH-505B",
    },
    Character {
        age: "1.1",
        codepoint: 0x505C,
        name: "CJK UNIFIED IDEOGRAPH-505C",
    },
    Character {
        age: "1.1",
        codepoint: 0x505D,
        name: "CJK UNIFIED IDEOGRAPH-505D",
    },
    Character {
        age: "1.1",
        codepoint: 0x505E,
        name: "CJK UNIFIED IDEOGRAPH-505E",
    },
    Character {
        age: "1.1",
        codepoint: 0x505F,
        name: "CJK UNIFIED IDEOGRAPH-505F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5060,
        name: "CJK UNIFIED IDEOGRAPH-5060",
    },
    Character {
        age: "1.1",
        codepoint: 0x5061,
        name: "CJK UNIFIED IDEOGRAPH-5061",
    },
    Character {
        age: "1.1",
        codepoint: 0x5062,
        name: "CJK UNIFIED IDEOGRAPH-5062",
    },
    Character {
        age: "1.1",
        codepoint: 0x5063,
        name: "CJK UNIFIED IDEOGRAPH-5063",
    },
    Character {
        age: "1.1",
        codepoint: 0x5064,
        name: "CJK UNIFIED IDEOGRAPH-5064",
    },
    Character {
        age: "1.1",
        codepoint: 0x5065,
        name: "CJK UNIFIED IDEOGRAPH-5065",
    },
    Character {
        age: "1.1",
        codepoint: 0x5066,
        name: "CJK UNIFIED IDEOGRAPH-5066",
    },
    Character {
        age: "1.1",
        codepoint: 0x5067,
        name: "CJK UNIFIED IDEOGRAPH-5067",
    },
    Character {
        age: "1.1",
        codepoint: 0x5068,
        name: "CJK UNIFIED IDEOGRAPH-5068",
    },
    Character {
        age: "1.1",
        codepoint: 0x5069,
        name: "CJK UNIFIED IDEOGRAPH-5069",
    },
    Character {
        age: "1.1",
        codepoint: 0x506A,
        name: "CJK UNIFIED IDEOGRAPH-506A",
    },
    Character {
        age: "1.1",
        codepoint: 0x506B,
        name: "CJK UNIFIED IDEOGRAPH-506B",
    },
    Character {
        age: "1.1",
        codepoint: 0x506C,
        name: "CJK UNIFIED IDEOGRAPH-506C",
    },
    Character {
        age: "1.1",
        codepoint: 0x506D,
        name: "CJK UNIFIED IDEOGRAPH-506D",
    },
    Character {
        age: "1.1",
        codepoint: 0x506E,
        name: "CJK UNIFIED IDEOGRAPH-506E",
    },
    Character {
        age: "1.1",
        codepoint: 0x506F,
        name: "CJK UNIFIED IDEOGRAPH-506F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5070,
        name: "CJK UNIFIED IDEOGRAPH-5070",
    },
    Character {
        age: "1.1",
        codepoint: 0x5071,
        name: "CJK UNIFIED IDEOGRAPH-5071",
    },
    Character {
        age: "1.1",
        codepoint: 0x5072,
        name: "CJK UNIFIED IDEOGRAPH-5072",
    },
    Character {
        age: "1.1",
        codepoint: 0x5073,
        name: "CJK UNIFIED IDEOGRAPH-5073",
    },
    Character {
        age: "1.1",
        codepoint: 0x5074,
        name: "CJK UNIFIED IDEOGRAPH-5074",
    },
    Character {
        age: "1.1",
        codepoint: 0x5075,
        name: "CJK UNIFIED IDEOGRAPH-5075",
    },
    Character {
        age: "1.1",
        codepoint: 0x5076,
        name: "CJK UNIFIED IDEOGRAPH-5076",
    },
    Character {
        age: "1.1",
        codepoint: 0x5077,
        name: "CJK UNIFIED IDEOGRAPH-5077",
    },
    Character {
        age: "1.1",
        codepoint: 0x5078,
        name: "CJK UNIFIED IDEOGRAPH-5078",
    },
    Character {
        age: "1.1",
        codepoint: 0x5079,
        name: "CJK UNIFIED IDEOGRAPH-5079",
    },
    Character {
        age: "1.1",
        codepoint: 0x507A,
        name: "CJK UNIFIED IDEOGRAPH-507A",
    },
    Character {
        age: "1.1",
        codepoint: 0x507B,
        name: "CJK UNIFIED IDEOGRAPH-507B",
    },
    Character {
        age: "1.1",
        codepoint: 0x507C,
        name: "CJK UNIFIED IDEOGRAPH-507C",
    },
    Character {
        age: "1.1",
        codepoint: 0x507D,
        name: "CJK UNIFIED IDEOGRAPH-507D",
    },
    Character {
        age: "1.1",
        codepoint: 0x507E,
        name: "CJK UNIFIED IDEOGRAPH-507E",
    },
    Character {
        age: "1.1",
        codepoint: 0x507F,
        name: "CJK UNIFIED IDEOGRAPH-507F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5080,
        name: "CJK UNIFIED IDEOGRAPH-5080",
    },
    Character {
        age: "1.1",
        codepoint: 0x5081,
        name: "CJK UNIFIED IDEOGRAPH-5081",
    },
    Character {
        age: "1.1",
        codepoint: 0x5082,
        name: "CJK UNIFIED IDEOGRAPH-5082",
    },
    Character {
        age: "1.1",
        codepoint: 0x5083,
        name: "CJK UNIFIED IDEOGRAPH-5083",
    },
    Character {
        age: "1.1",
        codepoint: 0x5084,
        name: "CJK UNIFIED IDEOGRAPH-5084",
    },
    Character {
        age: "1.1",
        codepoint: 0x5085,
        name: "CJK UNIFIED IDEOGRAPH-5085",
    },
    Character {
        age: "1.1",
        codepoint: 0x5086,
        name: "CJK UNIFIED IDEOGRAPH-5086",
    },
    Character {
        age: "1.1",
        codepoint: 0x5087,
        name: "CJK UNIFIED IDEOGRAPH-5087",
    },
    Character {
        age: "1.1",
        codepoint: 0x5088,
        name: "CJK UNIFIED IDEOGRAPH-5088",
    },
    Character {
        age: "1.1",
        codepoint: 0x5089,
        name: "CJK UNIFIED IDEOGRAPH-5089",
    },
    Character {
        age: "1.1",
        codepoint: 0x508A,
        name: "CJK UNIFIED IDEOGRAPH-508A",
    },
    Character {
        age: "1.1",
        codepoint: 0x508B,
        name: "CJK UNIFIED IDEOGRAPH-508B",
    },
    Character {
        age: "1.1",
        codepoint: 0x508C,
        name: "CJK UNIFIED IDEOGRAPH-508C",
    },
    Character {
        age: "1.1",
        codepoint: 0x508D,
        name: "CJK UNIFIED IDEOGRAPH-508D",
    },
    Character {
        age: "1.1",
        codepoint: 0x508E,
        name: "CJK UNIFIED IDEOGRAPH-508E",
    },
    Character {
        age: "1.1",
        codepoint: 0x508F,
        name: "CJK UNIFIED IDEOGRAPH-508F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5090,
        name: "CJK UNIFIED IDEOGRAPH-5090",
    },
    Character {
        age: "1.1",
        codepoint: 0x5091,
        name: "CJK UNIFIED IDEOGRAPH-5091",
    },
    Character {
        age: "1.1",
        codepoint: 0x5092,
        name: "CJK UNIFIED IDEOGRAPH-5092",
    },
    Character {
        age: "1.1",
        codepoint: 0x5093,
        name: "CJK UNIFIED IDEOGRAPH-5093",
    },
    Character {
        age: "1.1",
        codepoint: 0x5094,
        name: "CJK UNIFIED IDEOGRAPH-5094",
    },
    Character {
        age: "1.1",
        codepoint: 0x5095,
        name: "CJK UNIFIED IDEOGRAPH-5095",
    },
    Character {
        age: "1.1",
        codepoint: 0x5096,
        name: "CJK UNIFIED IDEOGRAPH-5096",
    },
    Character {
        age: "1.1",
        codepoint: 0x5097,
        name: "CJK UNIFIED IDEOGRAPH-5097",
    },
    Character {
        age: "1.1",
        codepoint: 0x5098,
        name: "CJK UNIFIED IDEOGRAPH-5098",
    },
    Character {
        age: "1.1",
        codepoint: 0x5099,
        name: "CJK UNIFIED IDEOGRAPH-5099",
    },
    Character {
        age: "1.1",
        codepoint: 0x509A,
        name: "CJK UNIFIED IDEOGRAPH-509A",
    },
    Character {
        age: "1.1",
        codepoint: 0x509B,
        name: "CJK UNIFIED IDEOGRAPH-509B",
    },
    Character {
        age: "1.1",
        codepoint: 0x509C,
        name: "CJK UNIFIED IDEOGRAPH-509C",
    },
    Character {
        age: "1.1",
        codepoint: 0x509D,
        name: "CJK UNIFIED IDEOGRAPH-509D",
    },
    Character {
        age: "1.1",
        codepoint: 0x509E,
        name: "CJK UNIFIED IDEOGRAPH-509E",
    },
    Character {
        age: "1.1",
        codepoint: 0x509F,
        name: "CJK UNIFIED IDEOGRAPH-509F",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A0,
        name: "CJK UNIFIED IDEOGRAPH-50A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A1,
        name: "CJK UNIFIED IDEOGRAPH-50A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A2,
        name: "CJK UNIFIED IDEOGRAPH-50A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A3,
        name: "CJK UNIFIED IDEOGRAPH-50A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A4,
        name: "CJK UNIFIED IDEOGRAPH-50A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A5,
        name: "CJK UNIFIED IDEOGRAPH-50A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A6,
        name: "CJK UNIFIED IDEOGRAPH-50A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A7,
        name: "CJK UNIFIED IDEOGRAPH-50A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A8,
        name: "CJK UNIFIED IDEOGRAPH-50A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x50A9,
        name: "CJK UNIFIED IDEOGRAPH-50A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x50AA,
        name: "CJK UNIFIED IDEOGRAPH-50AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x50AB,
        name: "CJK UNIFIED IDEOGRAPH-50AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x50AC,
        name: "CJK UNIFIED IDEOGRAPH-50AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x50AD,
        name: "CJK UNIFIED IDEOGRAPH-50AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x50AE,
        name: "CJK UNIFIED IDEOGRAPH-50AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x50AF,
        name: "CJK UNIFIED IDEOGRAPH-50AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B0,
        name: "CJK UNIFIED IDEOGRAPH-50B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B1,
        name: "CJK UNIFIED IDEOGRAPH-50B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B2,
        name: "CJK UNIFIED IDEOGRAPH-50B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B3,
        name: "CJK UNIFIED IDEOGRAPH-50B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B4,
        name: "CJK UNIFIED IDEOGRAPH-50B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B5,
        name: "CJK UNIFIED IDEOGRAPH-50B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B6,
        name: "CJK UNIFIED IDEOGRAPH-50B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B7,
        name: "CJK UNIFIED IDEOGRAPH-50B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B8,
        name: "CJK UNIFIED IDEOGRAPH-50B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x50B9,
        name: "CJK UNIFIED IDEOGRAPH-50B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x50BA,
        name: "CJK UNIFIED IDEOGRAPH-50BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x50BB,
        name: "CJK UNIFIED IDEOGRAPH-50BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x50BC,
        name: "CJK UNIFIED IDEOGRAPH-50BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x50BD,
        name: "CJK UNIFIED IDEOGRAPH-50BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x50BE,
        name: "CJK UNIFIED IDEOGRAPH-50BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x50BF,
        name: "CJK UNIFIED IDEOGRAPH-50BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C0,
        name: "CJK UNIFIED IDEOGRAPH-50C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C1,
        name: "CJK UNIFIED IDEOGRAPH-50C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C2,
        name: "CJK UNIFIED IDEOGRAPH-50C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C3,
        name: "CJK UNIFIED IDEOGRAPH-50C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C4,
        name: "CJK UNIFIED IDEOGRAPH-50C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C5,
        name: "CJK UNIFIED IDEOGRAPH-50C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C6,
        name: "CJK UNIFIED IDEOGRAPH-50C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C7,
        name: "CJK UNIFIED IDEOGRAPH-50C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C8,
        name: "CJK UNIFIED IDEOGRAPH-50C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x50C9,
        name: "CJK UNIFIED IDEOGRAPH-50C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x50CA,
        name: "CJK UNIFIED IDEOGRAPH-50CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x50CB,
        name: "CJK UNIFIED IDEOGRAPH-50CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x50CC,
        name: "CJK UNIFIED IDEOGRAPH-50CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x50CD,
        name: "CJK UNIFIED IDEOGRAPH-50CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x50CE,
        name: "CJK UNIFIED IDEOGRAPH-50CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x50CF,
        name: "CJK UNIFIED IDEOGRAPH-50CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D0,
        name: "CJK UNIFIED IDEOGRAPH-50D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D1,
        name: "CJK UNIFIED IDEOGRAPH-50D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D2,
        name: "CJK UNIFIED IDEOGRAPH-50D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D3,
        name: "CJK UNIFIED IDEOGRAPH-50D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D4,
        name: "CJK UNIFIED IDEOGRAPH-50D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D5,
        name: "CJK UNIFIED IDEOGRAPH-50D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D6,
        name: "CJK UNIFIED IDEOGRAPH-50D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D7,
        name: "CJK UNIFIED IDEOGRAPH-50D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D8,
        name: "CJK UNIFIED IDEOGRAPH-50D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x50D9,
        name: "CJK UNIFIED IDEOGRAPH-50D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x50DA,
        name: "CJK UNIFIED IDEOGRAPH-50DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x50DB,
        name: "CJK UNIFIED IDEOGRAPH-50DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x50DC,
        name: "CJK UNIFIED IDEOGRAPH-50DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x50DD,
        name: "CJK UNIFIED IDEOGRAPH-50DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x50DE,
        name: "CJK UNIFIED IDEOGRAPH-50DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x50DF,
        name: "CJK UNIFIED IDEOGRAPH-50DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E0,
        name: "CJK UNIFIED IDEOGRAPH-50E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E1,
        name: "CJK UNIFIED IDEOGRAPH-50E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E2,
        name: "CJK UNIFIED IDEOGRAPH-50E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E3,
        name: "CJK UNIFIED IDEOGRAPH-50E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E4,
        name: "CJK UNIFIED IDEOGRAPH-50E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E5,
        name: "CJK UNIFIED IDEOGRAPH-50E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E6,
        name: "CJK UNIFIED IDEOGRAPH-50E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E7,
        name: "CJK UNIFIED IDEOGRAPH-50E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E8,
        name: "CJK UNIFIED IDEOGRAPH-50E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x50E9,
        name: "CJK UNIFIED IDEOGRAPH-50E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x50EA,
        name: "CJK UNIFIED IDEOGRAPH-50EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x50EB,
        name: "CJK UNIFIED IDEOGRAPH-50EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x50EC,
        name: "CJK UNIFIED IDEOGRAPH-50EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x50ED,
        name: "CJK UNIFIED IDEOGRAPH-50ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x50EE,
        name: "CJK UNIFIED IDEOGRAPH-50EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x50EF,
        name: "CJK UNIFIED IDEOGRAPH-50EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F0,
        name: "CJK UNIFIED IDEOGRAPH-50F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F1,
        name: "CJK UNIFIED IDEOGRAPH-50F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F2,
        name: "CJK UNIFIED IDEOGRAPH-50F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F3,
        name: "CJK UNIFIED IDEOGRAPH-50F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F4,
        name: "CJK UNIFIED IDEOGRAPH-50F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F5,
        name: "CJK UNIFIED IDEOGRAPH-50F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F6,
        name: "CJK UNIFIED IDEOGRAPH-50F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F7,
        name: "CJK UNIFIED IDEOGRAPH-50F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F8,
        name: "CJK UNIFIED IDEOGRAPH-50F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x50F9,
        name: "CJK UNIFIED IDEOGRAPH-50F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x50FA,
        name: "CJK UNIFIED IDEOGRAPH-50FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x50FB,
        name: "CJK UNIFIED IDEOGRAPH-50FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x50FC,
        name: "CJK UNIFIED IDEOGRAPH-50FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x50FD,
        name: "CJK UNIFIED IDEOGRAPH-50FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x50FE,
        name: "CJK UNIFIED IDEOGRAPH-50FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x50FF,
        name: "CJK UNIFIED IDEOGRAPH-50FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5100,
        name: "CJK UNIFIED IDEOGRAPH-5100",
    },
    Character {
        age: "1.1",
        codepoint: 0x5101,
        name: "CJK UNIFIED IDEOGRAPH-5101",
    },
    Character {
        age: "1.1",
        codepoint: 0x5102,
        name: "CJK UNIFIED IDEOGRAPH-5102",
    },
    Character {
        age: "1.1",
        codepoint: 0x5103,
        name: "CJK UNIFIED IDEOGRAPH-5103",
    },
    Character {
        age: "1.1",
        codepoint: 0x5104,
        name: "CJK UNIFIED IDEOGRAPH-5104",
    },
    Character {
        age: "1.1",
        codepoint: 0x5105,
        name: "CJK UNIFIED IDEOGRAPH-5105",
    },
    Character {
        age: "1.1",
        codepoint: 0x5106,
        name: "CJK UNIFIED IDEOGRAPH-5106",
    },
    Character {
        age: "1.1",
        codepoint: 0x5107,
        name: "CJK UNIFIED IDEOGRAPH-5107",
    },
    Character {
        age: "1.1",
        codepoint: 0x5108,
        name: "CJK UNIFIED IDEOGRAPH-5108",
    },
    Character {
        age: "1.1",
        codepoint: 0x5109,
        name: "CJK UNIFIED IDEOGRAPH-5109",
    },
    Character {
        age: "1.1",
        codepoint: 0x510A,
        name: "CJK UNIFIED IDEOGRAPH-510A",
    },
    Character {
        age: "1.1",
        codepoint: 0x510B,
        name: "CJK UNIFIED IDEOGRAPH-510B",
    },
    Character {
        age: "1.1",
        codepoint: 0x510C,
        name: "CJK UNIFIED IDEOGRAPH-510C",
    },
    Character {
        age: "1.1",
        codepoint: 0x510D,
        name: "CJK UNIFIED IDEOGRAPH-510D",
    },
    Character {
        age: "1.1",
        codepoint: 0x510E,
        name: "CJK UNIFIED IDEOGRAPH-510E",
    },
    Character {
        age: "1.1",
        codepoint: 0x510F,
        name: "CJK UNIFIED IDEOGRAPH-510F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5110,
        name: "CJK UNIFIED IDEOGRAPH-5110",
    },
    Character {
        age: "1.1",
        codepoint: 0x5111,
        name: "CJK UNIFIED IDEOGRAPH-5111",
    },
    Character {
        age: "1.1",
        codepoint: 0x5112,
        name: "CJK UNIFIED IDEOGRAPH-5112",
    },
    Character {
        age: "1.1",
        codepoint: 0x5113,
        name: "CJK UNIFIED IDEOGRAPH-5113",
    },
    Character {
        age: "1.1",
        codepoint: 0x5114,
        name: "CJK UNIFIED IDEOGRAPH-5114",
    },
    Character {
        age: "1.1",
        codepoint: 0x5115,
        name: "CJK UNIFIED IDEOGRAPH-5115",
    },
    Character {
        age: "1.1",
        codepoint: 0x5116,
        name: "CJK UNIFIED IDEOGRAPH-5116",
    },
    Character {
        age: "1.1",
        codepoint: 0x5117,
        name: "CJK UNIFIED IDEOGRAPH-5117",
    },
    Character {
        age: "1.1",
        codepoint: 0x5118,
        name: "CJK UNIFIED IDEOGRAPH-5118",
    },
    Character {
        age: "1.1",
        codepoint: 0x5119,
        name: "CJK UNIFIED IDEOGRAPH-5119",
    },
    Character {
        age: "1.1",
        codepoint: 0x511A,
        name: "CJK UNIFIED IDEOGRAPH-511A",
    },
    Character {
        age: "1.1",
        codepoint: 0x511B,
        name: "CJK UNIFIED IDEOGRAPH-511B",
    },
    Character {
        age: "1.1",
        codepoint: 0x511C,
        name: "CJK UNIFIED IDEOGRAPH-511C",
    },
    Character {
        age: "1.1",
        codepoint: 0x511D,
        name: "CJK UNIFIED IDEOGRAPH-511D",
    },
    Character {
        age: "1.1",
        codepoint: 0x511E,
        name: "CJK UNIFIED IDEOGRAPH-511E",
    },
    Character {
        age: "1.1",
        codepoint: 0x511F,
        name: "CJK UNIFIED IDEOGRAPH-511F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5120,
        name: "CJK UNIFIED IDEOGRAPH-5120",
    },
    Character {
        age: "1.1",
        codepoint: 0x5121,
        name: "CJK UNIFIED IDEOGRAPH-5121",
    },
    Character {
        age: "1.1",
        codepoint: 0x5122,
        name: "CJK UNIFIED IDEOGRAPH-5122",
    },
    Character {
        age: "1.1",
        codepoint: 0x5123,
        name: "CJK UNIFIED IDEOGRAPH-5123",
    },
    Character {
        age: "1.1",
        codepoint: 0x5124,
        name: "CJK UNIFIED IDEOGRAPH-5124",
    },
    Character {
        age: "1.1",
        codepoint: 0x5125,
        name: "CJK UNIFIED IDEOGRAPH-5125",
    },
    Character {
        age: "1.1",
        codepoint: 0x5126,
        name: "CJK UNIFIED IDEOGRAPH-5126",
    },
    Character {
        age: "1.1",
        codepoint: 0x5127,
        name: "CJK UNIFIED IDEOGRAPH-5127",
    },
    Character {
        age: "1.1",
        codepoint: 0x5128,
        name: "CJK UNIFIED IDEOGRAPH-5128",
    },
    Character {
        age: "1.1",
        codepoint: 0x5129,
        name: "CJK UNIFIED IDEOGRAPH-5129",
    },
    Character {
        age: "1.1",
        codepoint: 0x512A,
        name: "CJK UNIFIED IDEOGRAPH-512A",
    },
    Character {
        age: "1.1",
        codepoint: 0x512B,
        name: "CJK UNIFIED IDEOGRAPH-512B",
    },
    Character {
        age: "1.1",
        codepoint: 0x512C,
        name: "CJK UNIFIED IDEOGRAPH-512C",
    },
    Character {
        age: "1.1",
        codepoint: 0x512D,
        name: "CJK UNIFIED IDEOGRAPH-512D",
    },
    Character {
        age: "1.1",
        codepoint: 0x512E,
        name: "CJK UNIFIED IDEOGRAPH-512E",
    },
    Character {
        age: "1.1",
        codepoint: 0x512F,
        name: "CJK UNIFIED IDEOGRAPH-512F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5130,
        name: "CJK UNIFIED IDEOGRAPH-5130",
    },
    Character {
        age: "1.1",
        codepoint: 0x5131,
        name: "CJK UNIFIED IDEOGRAPH-5131",
    },
    Character {
        age: "1.1",
        codepoint: 0x5132,
        name: "CJK UNIFIED IDEOGRAPH-5132",
    },
    Character {
        age: "1.1",
        codepoint: 0x5133,
        name: "CJK UNIFIED IDEOGRAPH-5133",
    },
    Character {
        age: "1.1",
        codepoint: 0x5134,
        name: "CJK UNIFIED IDEOGRAPH-5134",
    },
    Character {
        age: "1.1",
        codepoint: 0x5135,
        name: "CJK UNIFIED IDEOGRAPH-5135",
    },
    Character {
        age: "1.1",
        codepoint: 0x5136,
        name: "CJK UNIFIED IDEOGRAPH-5136",
    },
    Character {
        age: "1.1",
        codepoint: 0x5137,
        name: "CJK UNIFIED IDEOGRAPH-5137",
    },
    Character {
        age: "1.1",
        codepoint: 0x5138,
        name: "CJK UNIFIED IDEOGRAPH-5138",
    },
    Character {
        age: "1.1",
        codepoint: 0x5139,
        name: "CJK UNIFIED IDEOGRAPH-5139",
    },
    Character {
        age: "1.1",
        codepoint: 0x513A,
        name: "CJK UNIFIED IDEOGRAPH-513A",
    },
    Character {
        age: "1.1",
        codepoint: 0x513B,
        name: "CJK UNIFIED IDEOGRAPH-513B",
    },
    Character {
        age: "1.1",
        codepoint: 0x513C,
        name: "CJK UNIFIED IDEOGRAPH-513C",
    },
    Character {
        age: "1.1",
        codepoint: 0x513D,
        name: "CJK UNIFIED IDEOGRAPH-513D",
    },
    Character {
        age: "1.1",
        codepoint: 0x513E,
        name: "CJK UNIFIED IDEOGRAPH-513E",
    },
    Character {
        age: "1.1",
        codepoint: 0x513F,
        name: "CJK UNIFIED IDEOGRAPH-513F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5140,
        name: "CJK UNIFIED IDEOGRAPH-5140",
    },
    Character {
        age: "1.1",
        codepoint: 0x5141,
        name: "CJK UNIFIED IDEOGRAPH-5141",
    },
    Character {
        age: "1.1",
        codepoint: 0x5142,
        name: "CJK UNIFIED IDEOGRAPH-5142",
    },
    Character {
        age: "1.1",
        codepoint: 0x5143,
        name: "CJK UNIFIED IDEOGRAPH-5143",
    },
    Character {
        age: "1.1",
        codepoint: 0x5144,
        name: "CJK UNIFIED IDEOGRAPH-5144",
    },
    Character {
        age: "1.1",
        codepoint: 0x5145,
        name: "CJK UNIFIED IDEOGRAPH-5145",
    },
    Character {
        age: "1.1",
        codepoint: 0x5146,
        name: "CJK UNIFIED IDEOGRAPH-5146",
    },
    Character {
        age: "1.1",
        codepoint: 0x5147,
        name: "CJK UNIFIED IDEOGRAPH-5147",
    },
    Character {
        age: "1.1",
        codepoint: 0x5148,
        name: "CJK UNIFIED IDEOGRAPH-5148",
    },
    Character {
        age: "1.1",
        codepoint: 0x5149,
        name: "CJK UNIFIED IDEOGRAPH-5149",
    },
    Character {
        age: "1.1",
        codepoint: 0x514A,
        name: "CJK UNIFIED IDEOGRAPH-514A",
    },
    Character {
        age: "1.1",
        codepoint: 0x514B,
        name: "CJK UNIFIED IDEOGRAPH-514B",
    },
    Character {
        age: "1.1",
        codepoint: 0x514C,
        name: "CJK UNIFIED IDEOGRAPH-514C",
    },
    Character {
        age: "1.1",
        codepoint: 0x514D,
        name: "CJK UNIFIED IDEOGRAPH-514D",
    },
    Character {
        age: "1.1",
        codepoint: 0x514E,
        name: "CJK UNIFIED IDEOGRAPH-514E",
    },
    Character {
        age: "1.1",
        codepoint: 0x514F,
        name: "CJK UNIFIED IDEOGRAPH-514F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5150,
        name: "CJK UNIFIED IDEOGRAPH-5150",
    },
    Character {
        age: "1.1",
        codepoint: 0x5151,
        name: "CJK UNIFIED IDEOGRAPH-5151",
    },
    Character {
        age: "1.1",
        codepoint: 0x5152,
        name: "CJK UNIFIED IDEOGRAPH-5152",
    },
    Character {
        age: "1.1",
        codepoint: 0x5153,
        name: "CJK UNIFIED IDEOGRAPH-5153",
    },
    Character {
        age: "1.1",
        codepoint: 0x5154,
        name: "CJK UNIFIED IDEOGRAPH-5154",
    },
    Character {
        age: "1.1",
        codepoint: 0x5155,
        name: "CJK UNIFIED IDEOGRAPH-5155",
    },
    Character {
        age: "1.1",
        codepoint: 0x5156,
        name: "CJK UNIFIED IDEOGRAPH-5156",
    },
    Character {
        age: "1.1",
        codepoint: 0x5157,
        name: "CJK UNIFIED IDEOGRAPH-5157",
    },
    Character {
        age: "1.1",
        codepoint: 0x5158,
        name: "CJK UNIFIED IDEOGRAPH-5158",
    },
    Character {
        age: "1.1",
        codepoint: 0x5159,
        name: "CJK UNIFIED IDEOGRAPH-5159",
    },
    Character {
        age: "1.1",
        codepoint: 0x515A,
        name: "CJK UNIFIED IDEOGRAPH-515A",
    },
    Character {
        age: "1.1",
        codepoint: 0x515B,
        name: "CJK UNIFIED IDEOGRAPH-515B",
    },
    Character {
        age: "1.1",
        codepoint: 0x515C,
        name: "CJK UNIFIED IDEOGRAPH-515C",
    },
    Character {
        age: "1.1",
        codepoint: 0x515D,
        name: "CJK UNIFIED IDEOGRAPH-515D",
    },
    Character {
        age: "1.1",
        codepoint: 0x515E,
        name: "CJK UNIFIED IDEOGRAPH-515E",
    },
    Character {
        age: "1.1",
        codepoint: 0x515F,
        name: "CJK UNIFIED IDEOGRAPH-515F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5160,
        name: "CJK UNIFIED IDEOGRAPH-5160",
    },
    Character {
        age: "1.1",
        codepoint: 0x5161,
        name: "CJK UNIFIED IDEOGRAPH-5161",
    },
    Character {
        age: "1.1",
        codepoint: 0x5162,
        name: "CJK UNIFIED IDEOGRAPH-5162",
    },
    Character {
        age: "1.1",
        codepoint: 0x5163,
        name: "CJK UNIFIED IDEOGRAPH-5163",
    },
    Character {
        age: "1.1",
        codepoint: 0x5164,
        name: "CJK UNIFIED IDEOGRAPH-5164",
    },
    Character {
        age: "1.1",
        codepoint: 0x5165,
        name: "CJK UNIFIED IDEOGRAPH-5165",
    },
    Character {
        age: "1.1",
        codepoint: 0x5166,
        name: "CJK UNIFIED IDEOGRAPH-5166",
    },
    Character {
        age: "1.1",
        codepoint: 0x5167,
        name: "CJK UNIFIED IDEOGRAPH-5167",
    },
    Character {
        age: "1.1",
        codepoint: 0x5168,
        name: "CJK UNIFIED IDEOGRAPH-5168",
    },
    Character {
        age: "1.1",
        codepoint: 0x5169,
        name: "CJK UNIFIED IDEOGRAPH-5169",
    },
    Character {
        age: "1.1",
        codepoint: 0x516A,
        name: "CJK UNIFIED IDEOGRAPH-516A",
    },
    Character {
        age: "1.1",
        codepoint: 0x516B,
        name: "CJK UNIFIED IDEOGRAPH-516B",
    },
    Character {
        age: "1.1",
        codepoint: 0x516C,
        name: "CJK UNIFIED IDEOGRAPH-516C",
    },
    Character {
        age: "1.1",
        codepoint: 0x516D,
        name: "CJK UNIFIED IDEOGRAPH-516D",
    },
    Character {
        age: "1.1",
        codepoint: 0x516E,
        name: "CJK UNIFIED IDEOGRAPH-516E",
    },
    Character {
        age: "1.1",
        codepoint: 0x516F,
        name: "CJK UNIFIED IDEOGRAPH-516F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5170,
        name: "CJK UNIFIED IDEOGRAPH-5170",
    },
    Character {
        age: "1.1",
        codepoint: 0x5171,
        name: "CJK UNIFIED IDEOGRAPH-5171",
    },
    Character {
        age: "1.1",
        codepoint: 0x5172,
        name: "CJK UNIFIED IDEOGRAPH-5172",
    },
    Character {
        age: "1.1",
        codepoint: 0x5173,
        name: "CJK UNIFIED IDEOGRAPH-5173",
    },
    Character {
        age: "1.1",
        codepoint: 0x5174,
        name: "CJK UNIFIED IDEOGRAPH-5174",
    },
    Character {
        age: "1.1",
        codepoint: 0x5175,
        name: "CJK UNIFIED IDEOGRAPH-5175",
    },
    Character {
        age: "1.1",
        codepoint: 0x5176,
        name: "CJK UNIFIED IDEOGRAPH-5176",
    },
    Character {
        age: "1.1",
        codepoint: 0x5177,
        name: "CJK UNIFIED IDEOGRAPH-5177",
    },
    Character {
        age: "1.1",
        codepoint: 0x5178,
        name: "CJK UNIFIED IDEOGRAPH-5178",
    },
    Character {
        age: "1.1",
        codepoint: 0x5179,
        name: "CJK UNIFIED IDEOGRAPH-5179",
    },
    Character {
        age: "1.1",
        codepoint: 0x517A,
        name: "CJK UNIFIED IDEOGRAPH-517A",
    },
    Character {
        age: "1.1",
        codepoint: 0x517B,
        name: "CJK UNIFIED IDEOGRAPH-517B",
    },
    Character {
        age: "1.1",
        codepoint: 0x517C,
        name: "CJK UNIFIED IDEOGRAPH-517C",
    },
    Character {
        age: "1.1",
        codepoint: 0x517D,
        name: "CJK UNIFIED IDEOGRAPH-517D",
    },
    Character {
        age: "1.1",
        codepoint: 0x517E,
        name: "CJK UNIFIED IDEOGRAPH-517E",
    },
    Character {
        age: "1.1",
        codepoint: 0x517F,
        name: "CJK UNIFIED IDEOGRAPH-517F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5180,
        name: "CJK UNIFIED IDEOGRAPH-5180",
    },
    Character {
        age: "1.1",
        codepoint: 0x5181,
        name: "CJK UNIFIED IDEOGRAPH-5181",
    },
    Character {
        age: "1.1",
        codepoint: 0x5182,
        name: "CJK UNIFIED IDEOGRAPH-5182",
    },
    Character {
        age: "1.1",
        codepoint: 0x5183,
        name: "CJK UNIFIED IDEOGRAPH-5183",
    },
    Character {
        age: "1.1",
        codepoint: 0x5184,
        name: "CJK UNIFIED IDEOGRAPH-5184",
    },
    Character {
        age: "1.1",
        codepoint: 0x5185,
        name: "CJK UNIFIED IDEOGRAPH-5185",
    },
    Character {
        age: "1.1",
        codepoint: 0x5186,
        name: "CJK UNIFIED IDEOGRAPH-5186",
    },
    Character {
        age: "1.1",
        codepoint: 0x5187,
        name: "CJK UNIFIED IDEOGRAPH-5187",
    },
    Character {
        age: "1.1",
        codepoint: 0x5188,
        name: "CJK UNIFIED IDEOGRAPH-5188",
    },
    Character {
        age: "1.1",
        codepoint: 0x5189,
        name: "CJK UNIFIED IDEOGRAPH-5189",
    },
    Character {
        age: "1.1",
        codepoint: 0x518A,
        name: "CJK UNIFIED IDEOGRAPH-518A",
    },
    Character {
        age: "1.1",
        codepoint: 0x518B,
        name: "CJK UNIFIED IDEOGRAPH-518B",
    },
    Character {
        age: "1.1",
        codepoint: 0x518C,
        name: "CJK UNIFIED IDEOGRAPH-518C",
    },
    Character {
        age: "1.1",
        codepoint: 0x518D,
        name: "CJK UNIFIED IDEOGRAPH-518D",
    },
    Character {
        age: "1.1",
        codepoint: 0x518E,
        name: "CJK UNIFIED IDEOGRAPH-518E",
    },
    Character {
        age: "1.1",
        codepoint: 0x518F,
        name: "CJK UNIFIED IDEOGRAPH-518F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5190,
        name: "CJK UNIFIED IDEOGRAPH-5190",
    },
    Character {
        age: "1.1",
        codepoint: 0x5191,
        name: "CJK UNIFIED IDEOGRAPH-5191",
    },
    Character {
        age: "1.1",
        codepoint: 0x5192,
        name: "CJK UNIFIED IDEOGRAPH-5192",
    },
    Character {
        age: "1.1",
        codepoint: 0x5193,
        name: "CJK UNIFIED IDEOGRAPH-5193",
    },
    Character {
        age: "1.1",
        codepoint: 0x5194,
        name: "CJK UNIFIED IDEOGRAPH-5194",
    },
    Character {
        age: "1.1",
        codepoint: 0x5195,
        name: "CJK UNIFIED IDEOGRAPH-5195",
    },
    Character {
        age: "1.1",
        codepoint: 0x5196,
        name: "CJK UNIFIED IDEOGRAPH-5196",
    },
    Character {
        age: "1.1",
        codepoint: 0x5197,
        name: "CJK UNIFIED IDEOGRAPH-5197",
    },
    Character {
        age: "1.1",
        codepoint: 0x5198,
        name: "CJK UNIFIED IDEOGRAPH-5198",
    },
    Character {
        age: "1.1",
        codepoint: 0x5199,
        name: "CJK UNIFIED IDEOGRAPH-5199",
    },
    Character {
        age: "1.1",
        codepoint: 0x519A,
        name: "CJK UNIFIED IDEOGRAPH-519A",
    },
    Character {
        age: "1.1",
        codepoint: 0x519B,
        name: "CJK UNIFIED IDEOGRAPH-519B",
    },
    Character {
        age: "1.1",
        codepoint: 0x519C,
        name: "CJK UNIFIED IDEOGRAPH-519C",
    },
    Character {
        age: "1.1",
        codepoint: 0x519D,
        name: "CJK UNIFIED IDEOGRAPH-519D",
    },
    Character {
        age: "1.1",
        codepoint: 0x519E,
        name: "CJK UNIFIED IDEOGRAPH-519E",
    },
    Character {
        age: "1.1",
        codepoint: 0x519F,
        name: "CJK UNIFIED IDEOGRAPH-519F",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A0,
        name: "CJK UNIFIED IDEOGRAPH-51A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A1,
        name: "CJK UNIFIED IDEOGRAPH-51A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A2,
        name: "CJK UNIFIED IDEOGRAPH-51A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A3,
        name: "CJK UNIFIED IDEOGRAPH-51A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A4,
        name: "CJK UNIFIED IDEOGRAPH-51A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A5,
        name: "CJK UNIFIED IDEOGRAPH-51A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A6,
        name: "CJK UNIFIED IDEOGRAPH-51A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A7,
        name: "CJK UNIFIED IDEOGRAPH-51A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A8,
        name: "CJK UNIFIED IDEOGRAPH-51A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x51A9,
        name: "CJK UNIFIED IDEOGRAPH-51A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x51AA,
        name: "CJK UNIFIED IDEOGRAPH-51AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x51AB,
        name: "CJK UNIFIED IDEOGRAPH-51AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x51AC,
        name: "CJK UNIFIED IDEOGRAPH-51AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x51AD,
        name: "CJK UNIFIED IDEOGRAPH-51AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x51AE,
        name: "CJK UNIFIED IDEOGRAPH-51AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x51AF,
        name: "CJK UNIFIED IDEOGRAPH-51AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B0,
        name: "CJK UNIFIED IDEOGRAPH-51B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B1,
        name: "CJK UNIFIED IDEOGRAPH-51B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B2,
        name: "CJK UNIFIED IDEOGRAPH-51B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B3,
        name: "CJK UNIFIED IDEOGRAPH-51B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B4,
        name: "CJK UNIFIED IDEOGRAPH-51B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B5,
        name: "CJK UNIFIED IDEOGRAPH-51B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B6,
        name: "CJK UNIFIED IDEOGRAPH-51B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B7,
        name: "CJK UNIFIED IDEOGRAPH-51B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B8,
        name: "CJK UNIFIED IDEOGRAPH-51B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x51B9,
        name: "CJK UNIFIED IDEOGRAPH-51B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x51BA,
        name: "CJK UNIFIED IDEOGRAPH-51BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x51BB,
        name: "CJK UNIFIED IDEOGRAPH-51BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x51BC,
        name: "CJK UNIFIED IDEOGRAPH-51BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x51BD,
        name: "CJK UNIFIED IDEOGRAPH-51BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x51BE,
        name: "CJK UNIFIED IDEOGRAPH-51BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x51BF,
        name: "CJK UNIFIED IDEOGRAPH-51BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C0,
        name: "CJK UNIFIED IDEOGRAPH-51C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C1,
        name: "CJK UNIFIED IDEOGRAPH-51C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C2,
        name: "CJK UNIFIED IDEOGRAPH-51C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C3,
        name: "CJK UNIFIED IDEOGRAPH-51C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C4,
        name: "CJK UNIFIED IDEOGRAPH-51C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C5,
        name: "CJK UNIFIED IDEOGRAPH-51C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C6,
        name: "CJK UNIFIED IDEOGRAPH-51C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C7,
        name: "CJK UNIFIED IDEOGRAPH-51C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C8,
        name: "CJK UNIFIED IDEOGRAPH-51C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x51C9,
        name: "CJK UNIFIED IDEOGRAPH-51C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x51CA,
        name: "CJK UNIFIED IDEOGRAPH-51CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x51CB,
        name: "CJK UNIFIED IDEOGRAPH-51CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x51CC,
        name: "CJK UNIFIED IDEOGRAPH-51CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x51CD,
        name: "CJK UNIFIED IDEOGRAPH-51CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x51CE,
        name: "CJK UNIFIED IDEOGRAPH-51CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x51CF,
        name: "CJK UNIFIED IDEOGRAPH-51CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D0,
        name: "CJK UNIFIED IDEOGRAPH-51D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D1,
        name: "CJK UNIFIED IDEOGRAPH-51D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D2,
        name: "CJK UNIFIED IDEOGRAPH-51D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D3,
        name: "CJK UNIFIED IDEOGRAPH-51D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D4,
        name: "CJK UNIFIED IDEOGRAPH-51D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D5,
        name: "CJK UNIFIED IDEOGRAPH-51D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D6,
        name: "CJK UNIFIED IDEOGRAPH-51D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D7,
        name: "CJK UNIFIED IDEOGRAPH-51D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D8,
        name: "CJK UNIFIED IDEOGRAPH-51D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x51D9,
        name: "CJK UNIFIED IDEOGRAPH-51D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x51DA,
        name: "CJK UNIFIED IDEOGRAPH-51DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x51DB,
        name: "CJK UNIFIED IDEOGRAPH-51DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x51DC,
        name: "CJK UNIFIED IDEOGRAPH-51DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x51DD,
        name: "CJK UNIFIED IDEOGRAPH-51DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x51DE,
        name: "CJK UNIFIED IDEOGRAPH-51DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x51DF,
        name: "CJK UNIFIED IDEOGRAPH-51DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E0,
        name: "CJK UNIFIED IDEOGRAPH-51E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E1,
        name: "CJK UNIFIED IDEOGRAPH-51E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E2,
        name: "CJK UNIFIED IDEOGRAPH-51E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E3,
        name: "CJK UNIFIED IDEOGRAPH-51E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E4,
        name: "CJK UNIFIED IDEOGRAPH-51E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E5,
        name: "CJK UNIFIED IDEOGRAPH-51E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E6,
        name: "CJK UNIFIED IDEOGRAPH-51E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E7,
        name: "CJK UNIFIED IDEOGRAPH-51E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E8,
        name: "CJK UNIFIED IDEOGRAPH-51E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x51E9,
        name: "CJK UNIFIED IDEOGRAPH-51E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x51EA,
        name: "CJK UNIFIED IDEOGRAPH-51EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x51EB,
        name: "CJK UNIFIED IDEOGRAPH-51EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x51EC,
        name: "CJK UNIFIED IDEOGRAPH-51EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x51ED,
        name: "CJK UNIFIED IDEOGRAPH-51ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x51EE,
        name: "CJK UNIFIED IDEOGRAPH-51EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x51EF,
        name: "CJK UNIFIED IDEOGRAPH-51EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F0,
        name: "CJK UNIFIED IDEOGRAPH-51F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F1,
        name: "CJK UNIFIED IDEOGRAPH-51F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F2,
        name: "CJK UNIFIED IDEOGRAPH-51F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F3,
        name: "CJK UNIFIED IDEOGRAPH-51F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F4,
        name: "CJK UNIFIED IDEOGRAPH-51F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F5,
        name: "CJK UNIFIED IDEOGRAPH-51F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F6,
        name: "CJK UNIFIED IDEOGRAPH-51F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F7,
        name: "CJK UNIFIED IDEOGRAPH-51F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F8,
        name: "CJK UNIFIED IDEOGRAPH-51F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x51F9,
        name: "CJK UNIFIED IDEOGRAPH-51F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x51FA,
        name: "CJK UNIFIED IDEOGRAPH-51FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x51FB,
        name: "CJK UNIFIED IDEOGRAPH-51FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x51FC,
        name: "CJK UNIFIED IDEOGRAPH-51FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x51FD,
        name: "CJK UNIFIED IDEOGRAPH-51FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x51FE,
        name: "CJK UNIFIED IDEOGRAPH-51FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x51FF,
        name: "CJK UNIFIED IDEOGRAPH-51FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5200,
        name: "CJK UNIFIED IDEOGRAPH-5200",
    },
    Character {
        age: "1.1",
        codepoint: 0x5201,
        name: "CJK UNIFIED IDEOGRAPH-5201",
    },
    Character {
        age: "1.1",
        codepoint: 0x5202,
        name: "CJK UNIFIED IDEOGRAPH-5202",
    },
    Character {
        age: "1.1",
        codepoint: 0x5203,
        name: "CJK UNIFIED IDEOGRAPH-5203",
    },
    Character {
        age: "1.1",
        codepoint: 0x5204,
        name: "CJK UNIFIED IDEOGRAPH-5204",
    },
    Character {
        age: "1.1",
        codepoint: 0x5205,
        name: "CJK UNIFIED IDEOGRAPH-5205",
    },
    Character {
        age: "1.1",
        codepoint: 0x5206,
        name: "CJK UNIFIED IDEOGRAPH-5206",
    },
    Character {
        age: "1.1",
        codepoint: 0x5207,
        name: "CJK UNIFIED IDEOGRAPH-5207",
    },
    Character {
        age: "1.1",
        codepoint: 0x5208,
        name: "CJK UNIFIED IDEOGRAPH-5208",
    },
    Character {
        age: "1.1",
        codepoint: 0x5209,
        name: "CJK UNIFIED IDEOGRAPH-5209",
    },
    Character {
        age: "1.1",
        codepoint: 0x520A,
        name: "CJK UNIFIED IDEOGRAPH-520A",
    },
    Character {
        age: "1.1",
        codepoint: 0x520B,
        name: "CJK UNIFIED IDEOGRAPH-520B",
    },
    Character {
        age: "1.1",
        codepoint: 0x520C,
        name: "CJK UNIFIED IDEOGRAPH-520C",
    },
    Character {
        age: "1.1",
        codepoint: 0x520D,
        name: "CJK UNIFIED IDEOGRAPH-520D",
    },
    Character {
        age: "1.1",
        codepoint: 0x520E,
        name: "CJK UNIFIED IDEOGRAPH-520E",
    },
    Character {
        age: "1.1",
        codepoint: 0x520F,
        name: "CJK UNIFIED IDEOGRAPH-520F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5210,
        name: "CJK UNIFIED IDEOGRAPH-5210",
    },
    Character {
        age: "1.1",
        codepoint: 0x5211,
        name: "CJK UNIFIED IDEOGRAPH-5211",
    },
    Character {
        age: "1.1",
        codepoint: 0x5212,
        name: "CJK UNIFIED IDEOGRAPH-5212",
    },
    Character {
        age: "1.1",
        codepoint: 0x5213,
        name: "CJK UNIFIED IDEOGRAPH-5213",
    },
    Character {
        age: "1.1",
        codepoint: 0x5214,
        name: "CJK UNIFIED IDEOGRAPH-5214",
    },
    Character {
        age: "1.1",
        codepoint: 0x5215,
        name: "CJK UNIFIED IDEOGRAPH-5215",
    },
    Character {
        age: "1.1",
        codepoint: 0x5216,
        name: "CJK UNIFIED IDEOGRAPH-5216",
    },
    Character {
        age: "1.1",
        codepoint: 0x5217,
        name: "CJK UNIFIED IDEOGRAPH-5217",
    },
    Character {
        age: "1.1",
        codepoint: 0x5218,
        name: "CJK UNIFIED IDEOGRAPH-5218",
    },
    Character {
        age: "1.1",
        codepoint: 0x5219,
        name: "CJK UNIFIED IDEOGRAPH-5219",
    },
    Character {
        age: "1.1",
        codepoint: 0x521A,
        name: "CJK UNIFIED IDEOGRAPH-521A",
    },
    Character {
        age: "1.1",
        codepoint: 0x521B,
        name: "CJK UNIFIED IDEOGRAPH-521B",
    },
    Character {
        age: "1.1",
        codepoint: 0x521C,
        name: "CJK UNIFIED IDEOGRAPH-521C",
    },
    Character {
        age: "1.1",
        codepoint: 0x521D,
        name: "CJK UNIFIED IDEOGRAPH-521D",
    },
    Character {
        age: "1.1",
        codepoint: 0x521E,
        name: "CJK UNIFIED IDEOGRAPH-521E",
    },
    Character {
        age: "1.1",
        codepoint: 0x521F,
        name: "CJK UNIFIED IDEOGRAPH-521F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5220,
        name: "CJK UNIFIED IDEOGRAPH-5220",
    },
    Character {
        age: "1.1",
        codepoint: 0x5221,
        name: "CJK UNIFIED IDEOGRAPH-5221",
    },
    Character {
        age: "1.1",
        codepoint: 0x5222,
        name: "CJK UNIFIED IDEOGRAPH-5222",
    },
    Character {
        age: "1.1",
        codepoint: 0x5223,
        name: "CJK UNIFIED IDEOGRAPH-5223",
    },
    Character {
        age: "1.1",
        codepoint: 0x5224,
        name: "CJK UNIFIED IDEOGRAPH-5224",
    },
    Character {
        age: "1.1",
        codepoint: 0x5225,
        name: "CJK UNIFIED IDEOGRAPH-5225",
    },
    Character {
        age: "1.1",
        codepoint: 0x5226,
        name: "CJK UNIFIED IDEOGRAPH-5226",
    },
    Character {
        age: "1.1",
        codepoint: 0x5227,
        name: "CJK UNIFIED IDEOGRAPH-5227",
    },
    Character {
        age: "1.1",
        codepoint: 0x5228,
        name: "CJK UNIFIED IDEOGRAPH-5228",
    },
    Character {
        age: "1.1",
        codepoint: 0x5229,
        name: "CJK UNIFIED IDEOGRAPH-5229",
    },
    Character {
        age: "1.1",
        codepoint: 0x522A,
        name: "CJK UNIFIED IDEOGRAPH-522A",
    },
    Character {
        age: "1.1",
        codepoint: 0x522B,
        name: "CJK UNIFIED IDEOGRAPH-522B",
    },
    Character {
        age: "1.1",
        codepoint: 0x522C,
        name: "CJK UNIFIED IDEOGRAPH-522C",
    },
    Character {
        age: "1.1",
        codepoint: 0x522D,
        name: "CJK UNIFIED IDEOGRAPH-522D",
    },
    Character {
        age: "1.1",
        codepoint: 0x522E,
        name: "CJK UNIFIED IDEOGRAPH-522E",
    },
    Character {
        age: "1.1",
        codepoint: 0x522F,
        name: "CJK UNIFIED IDEOGRAPH-522F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5230,
        name: "CJK UNIFIED IDEOGRAPH-5230",
    },
    Character {
        age: "1.1",
        codepoint: 0x5231,
        name: "CJK UNIFIED IDEOGRAPH-5231",
    },
    Character {
        age: "1.1",
        codepoint: 0x5232,
        name: "CJK UNIFIED IDEOGRAPH-5232",
    },
    Character {
        age: "1.1",
        codepoint: 0x5233,
        name: "CJK UNIFIED IDEOGRAPH-5233",
    },
    Character {
        age: "1.1",
        codepoint: 0x5234,
        name: "CJK UNIFIED IDEOGRAPH-5234",
    },
    Character {
        age: "1.1",
        codepoint: 0x5235,
        name: "CJK UNIFIED IDEOGRAPH-5235",
    },
    Character {
        age: "1.1",
        codepoint: 0x5236,
        name: "CJK UNIFIED IDEOGRAPH-5236",
    },
    Character {
        age: "1.1",
        codepoint: 0x5237,
        name: "CJK UNIFIED IDEOGRAPH-5237",
    },
    Character {
        age: "1.1",
        codepoint: 0x5238,
        name: "CJK UNIFIED IDEOGRAPH-5238",
    },
    Character {
        age: "1.1",
        codepoint: 0x5239,
        name: "CJK UNIFIED IDEOGRAPH-5239",
    },
    Character {
        age: "1.1",
        codepoint: 0x523A,
        name: "CJK UNIFIED IDEOGRAPH-523A",
    },
    Character {
        age: "1.1",
        codepoint: 0x523B,
        name: "CJK UNIFIED IDEOGRAPH-523B",
    },
    Character {
        age: "1.1",
        codepoint: 0x523C,
        name: "CJK UNIFIED IDEOGRAPH-523C",
    },
    Character {
        age: "1.1",
        codepoint: 0x523D,
        name: "CJK UNIFIED IDEOGRAPH-523D",
    },
    Character {
        age: "1.1",
        codepoint: 0x523E,
        name: "CJK UNIFIED IDEOGRAPH-523E",
    },
    Character {
        age: "1.1",
        codepoint: 0x523F,
        name: "CJK UNIFIED IDEOGRAPH-523F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5240,
        name: "CJK UNIFIED IDEOGRAPH-5240",
    },
    Character {
        age: "1.1",
        codepoint: 0x5241,
        name: "CJK UNIFIED IDEOGRAPH-5241",
    },
    Character {
        age: "1.1",
        codepoint: 0x5242,
        name: "CJK UNIFIED IDEOGRAPH-5242",
    },
    Character {
        age: "1.1",
        codepoint: 0x5243,
        name: "CJK UNIFIED IDEOGRAPH-5243",
    },
    Character {
        age: "1.1",
        codepoint: 0x5244,
        name: "CJK UNIFIED IDEOGRAPH-5244",
    },
    Character {
        age: "1.1",
        codepoint: 0x5245,
        name: "CJK UNIFIED IDEOGRAPH-5245",
    },
    Character {
        age: "1.1",
        codepoint: 0x5246,
        name: "CJK UNIFIED IDEOGRAPH-5246",
    },
    Character {
        age: "1.1",
        codepoint: 0x5247,
        name: "CJK UNIFIED IDEOGRAPH-5247",
    },
    Character {
        age: "1.1",
        codepoint: 0x5248,
        name: "CJK UNIFIED IDEOGRAPH-5248",
    },
    Character {
        age: "1.1",
        codepoint: 0x5249,
        name: "CJK UNIFIED IDEOGRAPH-5249",
    },
    Character {
        age: "1.1",
        codepoint: 0x524A,
        name: "CJK UNIFIED IDEOGRAPH-524A",
    },
    Character {
        age: "1.1",
        codepoint: 0x524B,
        name: "CJK UNIFIED IDEOGRAPH-524B",
    },
    Character {
        age: "1.1",
        codepoint: 0x524C,
        name: "CJK UNIFIED IDEOGRAPH-524C",
    },
    Character {
        age: "1.1",
        codepoint: 0x524D,
        name: "CJK UNIFIED IDEOGRAPH-524D",
    },
    Character {
        age: "1.1",
        codepoint: 0x524E,
        name: "CJK UNIFIED IDEOGRAPH-524E",
    },
    Character {
        age: "1.1",
        codepoint: 0x524F,
        name: "CJK UNIFIED IDEOGRAPH-524F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5250,
        name: "CJK UNIFIED IDEOGRAPH-5250",
    },
    Character {
        age: "1.1",
        codepoint: 0x5251,
        name: "CJK UNIFIED IDEOGRAPH-5251",
    },
    Character {
        age: "1.1",
        codepoint: 0x5252,
        name: "CJK UNIFIED IDEOGRAPH-5252",
    },
    Character {
        age: "1.1",
        codepoint: 0x5253,
        name: "CJK UNIFIED IDEOGRAPH-5253",
    },
    Character {
        age: "1.1",
        codepoint: 0x5254,
        name: "CJK UNIFIED IDEOGRAPH-5254",
    },
    Character {
        age: "1.1",
        codepoint: 0x5255,
        name: "CJK UNIFIED IDEOGRAPH-5255",
    },
    Character {
        age: "1.1",
        codepoint: 0x5256,
        name: "CJK UNIFIED IDEOGRAPH-5256",
    },
    Character {
        age: "1.1",
        codepoint: 0x5257,
        name: "CJK UNIFIED IDEOGRAPH-5257",
    },
    Character {
        age: "1.1",
        codepoint: 0x5258,
        name: "CJK UNIFIED IDEOGRAPH-5258",
    },
    Character {
        age: "1.1",
        codepoint: 0x5259,
        name: "CJK UNIFIED IDEOGRAPH-5259",
    },
    Character {
        age: "1.1",
        codepoint: 0x525A,
        name: "CJK UNIFIED IDEOGRAPH-525A",
    },
    Character {
        age: "1.1",
        codepoint: 0x525B,
        name: "CJK UNIFIED IDEOGRAPH-525B",
    },
    Character {
        age: "1.1",
        codepoint: 0x525C,
        name: "CJK UNIFIED IDEOGRAPH-525C",
    },
    Character {
        age: "1.1",
        codepoint: 0x525D,
        name: "CJK UNIFIED IDEOGRAPH-525D",
    },
    Character {
        age: "1.1",
        codepoint: 0x525E,
        name: "CJK UNIFIED IDEOGRAPH-525E",
    },
    Character {
        age: "1.1",
        codepoint: 0x525F,
        name: "CJK UNIFIED IDEOGRAPH-525F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5260,
        name: "CJK UNIFIED IDEOGRAPH-5260",
    },
    Character {
        age: "1.1",
        codepoint: 0x5261,
        name: "CJK UNIFIED IDEOGRAPH-5261",
    },
    Character {
        age: "1.1",
        codepoint: 0x5262,
        name: "CJK UNIFIED IDEOGRAPH-5262",
    },
    Character {
        age: "1.1",
        codepoint: 0x5263,
        name: "CJK UNIFIED IDEOGRAPH-5263",
    },
    Character {
        age: "1.1",
        codepoint: 0x5264,
        name: "CJK UNIFIED IDEOGRAPH-5264",
    },
    Character {
        age: "1.1",
        codepoint: 0x5265,
        name: "CJK UNIFIED IDEOGRAPH-5265",
    },
    Character {
        age: "1.1",
        codepoint: 0x5266,
        name: "CJK UNIFIED IDEOGRAPH-5266",
    },
    Character {
        age: "1.1",
        codepoint: 0x5267,
        name: "CJK UNIFIED IDEOGRAPH-5267",
    },
    Character {
        age: "1.1",
        codepoint: 0x5268,
        name: "CJK UNIFIED IDEOGRAPH-5268",
    },
    Character {
        age: "1.1",
        codepoint: 0x5269,
        name: "CJK UNIFIED IDEOGRAPH-5269",
    },
    Character {
        age: "1.1",
        codepoint: 0x526A,
        name: "CJK UNIFIED IDEOGRAPH-526A",
    },
    Character {
        age: "1.1",
        codepoint: 0x526B,
        name: "CJK UNIFIED IDEOGRAPH-526B",
    },
    Character {
        age: "1.1",
        codepoint: 0x526C,
        name: "CJK UNIFIED IDEOGRAPH-526C",
    },
    Character {
        age: "1.1",
        codepoint: 0x526D,
        name: "CJK UNIFIED IDEOGRAPH-526D",
    },
    Character {
        age: "1.1",
        codepoint: 0x526E,
        name: "CJK UNIFIED IDEOGRAPH-526E",
    },
    Character {
        age: "1.1",
        codepoint: 0x526F,
        name: "CJK UNIFIED IDEOGRAPH-526F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5270,
        name: "CJK UNIFIED IDEOGRAPH-5270",
    },
    Character {
        age: "1.1",
        codepoint: 0x5271,
        name: "CJK UNIFIED IDEOGRAPH-5271",
    },
    Character {
        age: "1.1",
        codepoint: 0x5272,
        name: "CJK UNIFIED IDEOGRAPH-5272",
    },
    Character {
        age: "1.1",
        codepoint: 0x5273,
        name: "CJK UNIFIED IDEOGRAPH-5273",
    },
    Character {
        age: "1.1",
        codepoint: 0x5274,
        name: "CJK UNIFIED IDEOGRAPH-5274",
    },
    Character {
        age: "1.1",
        codepoint: 0x5275,
        name: "CJK UNIFIED IDEOGRAPH-5275",
    },
    Character {
        age: "1.1",
        codepoint: 0x5276,
        name: "CJK UNIFIED IDEOGRAPH-5276",
    },
    Character {
        age: "1.1",
        codepoint: 0x5277,
        name: "CJK UNIFIED IDEOGRAPH-5277",
    },
    Character {
        age: "1.1",
        codepoint: 0x5278,
        name: "CJK UNIFIED IDEOGRAPH-5278",
    },
    Character {
        age: "1.1",
        codepoint: 0x5279,
        name: "CJK UNIFIED IDEOGRAPH-5279",
    },
    Character {
        age: "1.1",
        codepoint: 0x527A,
        name: "CJK UNIFIED IDEOGRAPH-527A",
    },
    Character {
        age: "1.1",
        codepoint: 0x527B,
        name: "CJK UNIFIED IDEOGRAPH-527B",
    },
    Character {
        age: "1.1",
        codepoint: 0x527C,
        name: "CJK UNIFIED IDEOGRAPH-527C",
    },
    Character {
        age: "1.1",
        codepoint: 0x527D,
        name: "CJK UNIFIED IDEOGRAPH-527D",
    },
    Character {
        age: "1.1",
        codepoint: 0x527E,
        name: "CJK UNIFIED IDEOGRAPH-527E",
    },
    Character {
        age: "1.1",
        codepoint: 0x527F,
        name: "CJK UNIFIED IDEOGRAPH-527F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5280,
        name: "CJK UNIFIED IDEOGRAPH-5280",
    },
    Character {
        age: "1.1",
        codepoint: 0x5281,
        name: "CJK UNIFIED IDEOGRAPH-5281",
    },
    Character {
        age: "1.1",
        codepoint: 0x5282,
        name: "CJK UNIFIED IDEOGRAPH-5282",
    },
    Character {
        age: "1.1",
        codepoint: 0x5283,
        name: "CJK UNIFIED IDEOGRAPH-5283",
    },
    Character {
        age: "1.1",
        codepoint: 0x5284,
        name: "CJK UNIFIED IDEOGRAPH-5284",
    },
    Character {
        age: "1.1",
        codepoint: 0x5285,
        name: "CJK UNIFIED IDEOGRAPH-5285",
    },
    Character {
        age: "1.1",
        codepoint: 0x5286,
        name: "CJK UNIFIED IDEOGRAPH-5286",
    },
    Character {
        age: "1.1",
        codepoint: 0x5287,
        name: "CJK UNIFIED IDEOGRAPH-5287",
    },
    Character {
        age: "1.1",
        codepoint: 0x5288,
        name: "CJK UNIFIED IDEOGRAPH-5288",
    },
    Character {
        age: "1.1",
        codepoint: 0x5289,
        name: "CJK UNIFIED IDEOGRAPH-5289",
    },
    Character {
        age: "1.1",
        codepoint: 0x528A,
        name: "CJK UNIFIED IDEOGRAPH-528A",
    },
    Character {
        age: "1.1",
        codepoint: 0x528B,
        name: "CJK UNIFIED IDEOGRAPH-528B",
    },
    Character {
        age: "1.1",
        codepoint: 0x528C,
        name: "CJK UNIFIED IDEOGRAPH-528C",
    },
    Character {
        age: "1.1",
        codepoint: 0x528D,
        name: "CJK UNIFIED IDEOGRAPH-528D",
    },
    Character {
        age: "1.1",
        codepoint: 0x528E,
        name: "CJK UNIFIED IDEOGRAPH-528E",
    },
    Character {
        age: "1.1",
        codepoint: 0x528F,
        name: "CJK UNIFIED IDEOGRAPH-528F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5290,
        name: "CJK UNIFIED IDEOGRAPH-5290",
    },
    Character {
        age: "1.1",
        codepoint: 0x5291,
        name: "CJK UNIFIED IDEOGRAPH-5291",
    },
    Character {
        age: "1.1",
        codepoint: 0x5292,
        name: "CJK UNIFIED IDEOGRAPH-5292",
    },
    Character {
        age: "1.1",
        codepoint: 0x5293,
        name: "CJK UNIFIED IDEOGRAPH-5293",
    },
    Character {
        age: "1.1",
        codepoint: 0x5294,
        name: "CJK UNIFIED IDEOGRAPH-5294",
    },
    Character {
        age: "1.1",
        codepoint: 0x5295,
        name: "CJK UNIFIED IDEOGRAPH-5295",
    },
    Character {
        age: "1.1",
        codepoint: 0x5296,
        name: "CJK UNIFIED IDEOGRAPH-5296",
    },
    Character {
        age: "1.1",
        codepoint: 0x5297,
        name: "CJK UNIFIED IDEOGRAPH-5297",
    },
    Character {
        age: "1.1",
        codepoint: 0x5298,
        name: "CJK UNIFIED IDEOGRAPH-5298",
    },
    Character {
        age: "1.1",
        codepoint: 0x5299,
        name: "CJK UNIFIED IDEOGRAPH-5299",
    },
    Character {
        age: "1.1",
        codepoint: 0x529A,
        name: "CJK UNIFIED IDEOGRAPH-529A",
    },
    Character {
        age: "1.1",
        codepoint: 0x529B,
        name: "CJK UNIFIED IDEOGRAPH-529B",
    },
    Character {
        age: "1.1",
        codepoint: 0x529C,
        name: "CJK UNIFIED IDEOGRAPH-529C",
    },
    Character {
        age: "1.1",
        codepoint: 0x529D,
        name: "CJK UNIFIED IDEOGRAPH-529D",
    },
    Character {
        age: "1.1",
        codepoint: 0x529E,
        name: "CJK UNIFIED IDEOGRAPH-529E",
    },
    Character {
        age: "1.1",
        codepoint: 0x529F,
        name: "CJK UNIFIED IDEOGRAPH-529F",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A0,
        name: "CJK UNIFIED IDEOGRAPH-52A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A1,
        name: "CJK UNIFIED IDEOGRAPH-52A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A2,
        name: "CJK UNIFIED IDEOGRAPH-52A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A3,
        name: "CJK UNIFIED IDEOGRAPH-52A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A4,
        name: "CJK UNIFIED IDEOGRAPH-52A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A5,
        name: "CJK UNIFIED IDEOGRAPH-52A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A6,
        name: "CJK UNIFIED IDEOGRAPH-52A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A7,
        name: "CJK UNIFIED IDEOGRAPH-52A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A8,
        name: "CJK UNIFIED IDEOGRAPH-52A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x52A9,
        name: "CJK UNIFIED IDEOGRAPH-52A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x52AA,
        name: "CJK UNIFIED IDEOGRAPH-52AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x52AB,
        name: "CJK UNIFIED IDEOGRAPH-52AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x52AC,
        name: "CJK UNIFIED IDEOGRAPH-52AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x52AD,
        name: "CJK UNIFIED IDEOGRAPH-52AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x52AE,
        name: "CJK UNIFIED IDEOGRAPH-52AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x52AF,
        name: "CJK UNIFIED IDEOGRAPH-52AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B0,
        name: "CJK UNIFIED IDEOGRAPH-52B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B1,
        name: "CJK UNIFIED IDEOGRAPH-52B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B2,
        name: "CJK UNIFIED IDEOGRAPH-52B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B3,
        name: "CJK UNIFIED IDEOGRAPH-52B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B4,
        name: "CJK UNIFIED IDEOGRAPH-52B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B5,
        name: "CJK UNIFIED IDEOGRAPH-52B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B6,
        name: "CJK UNIFIED IDEOGRAPH-52B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B7,
        name: "CJK UNIFIED IDEOGRAPH-52B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B8,
        name: "CJK UNIFIED IDEOGRAPH-52B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x52B9,
        name: "CJK UNIFIED IDEOGRAPH-52B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x52BA,
        name: "CJK UNIFIED IDEOGRAPH-52BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x52BB,
        name: "CJK UNIFIED IDEOGRAPH-52BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x52BC,
        name: "CJK UNIFIED IDEOGRAPH-52BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x52BD,
        name: "CJK UNIFIED IDEOGRAPH-52BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x52BE,
        name: "CJK UNIFIED IDEOGRAPH-52BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x52BF,
        name: "CJK UNIFIED IDEOGRAPH-52BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C0,
        name: "CJK UNIFIED IDEOGRAPH-52C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C1,
        name: "CJK UNIFIED IDEOGRAPH-52C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C2,
        name: "CJK UNIFIED IDEOGRAPH-52C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C3,
        name: "CJK UNIFIED IDEOGRAPH-52C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C4,
        name: "CJK UNIFIED IDEOGRAPH-52C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C5,
        name: "CJK UNIFIED IDEOGRAPH-52C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C6,
        name: "CJK UNIFIED IDEOGRAPH-52C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C7,
        name: "CJK UNIFIED IDEOGRAPH-52C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C8,
        name: "CJK UNIFIED IDEOGRAPH-52C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x52C9,
        name: "CJK UNIFIED IDEOGRAPH-52C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x52CA,
        name: "CJK UNIFIED IDEOGRAPH-52CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x52CB,
        name: "CJK UNIFIED IDEOGRAPH-52CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x52CC,
        name: "CJK UNIFIED IDEOGRAPH-52CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x52CD,
        name: "CJK UNIFIED IDEOGRAPH-52CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x52CE,
        name: "CJK UNIFIED IDEOGRAPH-52CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x52CF,
        name: "CJK UNIFIED IDEOGRAPH-52CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D0,
        name: "CJK UNIFIED IDEOGRAPH-52D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D1,
        name: "CJK UNIFIED IDEOGRAPH-52D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D2,
        name: "CJK UNIFIED IDEOGRAPH-52D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D3,
        name: "CJK UNIFIED IDEOGRAPH-52D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D4,
        name: "CJK UNIFIED IDEOGRAPH-52D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D5,
        name: "CJK UNIFIED IDEOGRAPH-52D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D6,
        name: "CJK UNIFIED IDEOGRAPH-52D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D7,
        name: "CJK UNIFIED IDEOGRAPH-52D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D8,
        name: "CJK UNIFIED IDEOGRAPH-52D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x52D9,
        name: "CJK UNIFIED IDEOGRAPH-52D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x52DA,
        name: "CJK UNIFIED IDEOGRAPH-52DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x52DB,
        name: "CJK UNIFIED IDEOGRAPH-52DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x52DC,
        name: "CJK UNIFIED IDEOGRAPH-52DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x52DD,
        name: "CJK UNIFIED IDEOGRAPH-52DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x52DE,
        name: "CJK UNIFIED IDEOGRAPH-52DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x52DF,
        name: "CJK UNIFIED IDEOGRAPH-52DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E0,
        name: "CJK UNIFIED IDEOGRAPH-52E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E1,
        name: "CJK UNIFIED IDEOGRAPH-52E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E2,
        name: "CJK UNIFIED IDEOGRAPH-52E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E3,
        name: "CJK UNIFIED IDEOGRAPH-52E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E4,
        name: "CJK UNIFIED IDEOGRAPH-52E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E5,
        name: "CJK UNIFIED IDEOGRAPH-52E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E6,
        name: "CJK UNIFIED IDEOGRAPH-52E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E7,
        name: "CJK UNIFIED IDEOGRAPH-52E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E8,
        name: "CJK UNIFIED IDEOGRAPH-52E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x52E9,
        name: "CJK UNIFIED IDEOGRAPH-52E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x52EA,
        name: "CJK UNIFIED IDEOGRAPH-52EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x52EB,
        name: "CJK UNIFIED IDEOGRAPH-52EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x52EC,
        name: "CJK UNIFIED IDEOGRAPH-52EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x52ED,
        name: "CJK UNIFIED IDEOGRAPH-52ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x52EE,
        name: "CJK UNIFIED IDEOGRAPH-52EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x52EF,
        name: "CJK UNIFIED IDEOGRAPH-52EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F0,
        name: "CJK UNIFIED IDEOGRAPH-52F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F1,
        name: "CJK UNIFIED IDEOGRAPH-52F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F2,
        name: "CJK UNIFIED IDEOGRAPH-52F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F3,
        name: "CJK UNIFIED IDEOGRAPH-52F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F4,
        name: "CJK UNIFIED IDEOGRAPH-52F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F5,
        name: "CJK UNIFIED IDEOGRAPH-52F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F6,
        name: "CJK UNIFIED IDEOGRAPH-52F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F7,
        name: "CJK UNIFIED IDEOGRAPH-52F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F8,
        name: "CJK UNIFIED IDEOGRAPH-52F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x52F9,
        name: "CJK UNIFIED IDEOGRAPH-52F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x52FA,
        name: "CJK UNIFIED IDEOGRAPH-52FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x52FB,
        name: "CJK UNIFIED IDEOGRAPH-52FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x52FC,
        name: "CJK UNIFIED IDEOGRAPH-52FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x52FD,
        name: "CJK UNIFIED IDEOGRAPH-52FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x52FE,
        name: "CJK UNIFIED IDEOGRAPH-52FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x52FF,
        name: "CJK UNIFIED IDEOGRAPH-52FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5300,
        name: "CJK UNIFIED IDEOGRAPH-5300",
    },
    Character {
        age: "1.1",
        codepoint: 0x5301,
        name: "CJK UNIFIED IDEOGRAPH-5301",
    },
    Character {
        age: "1.1",
        codepoint: 0x5302,
        name: "CJK UNIFIED IDEOGRAPH-5302",
    },
    Character {
        age: "1.1",
        codepoint: 0x5303,
        name: "CJK UNIFIED IDEOGRAPH-5303",
    },
    Character {
        age: "1.1",
        codepoint: 0x5304,
        name: "CJK UNIFIED IDEOGRAPH-5304",
    },
    Character {
        age: "1.1",
        codepoint: 0x5305,
        name: "CJK UNIFIED IDEOGRAPH-5305",
    },
    Character {
        age: "1.1",
        codepoint: 0x5306,
        name: "CJK UNIFIED IDEOGRAPH-5306",
    },
    Character {
        age: "1.1",
        codepoint: 0x5307,
        name: "CJK UNIFIED IDEOGRAPH-5307",
    },
    Character {
        age: "1.1",
        codepoint: 0x5308,
        name: "CJK UNIFIED IDEOGRAPH-5308",
    },
    Character {
        age: "1.1",
        codepoint: 0x5309,
        name: "CJK UNIFIED IDEOGRAPH-5309",
    },
    Character {
        age: "1.1",
        codepoint: 0x530A,
        name: "CJK UNIFIED IDEOGRAPH-530A",
    },
    Character {
        age: "1.1",
        codepoint: 0x530B,
        name: "CJK UNIFIED IDEOGRAPH-530B",
    },
    Character {
        age: "1.1",
        codepoint: 0x530C,
        name: "CJK UNIFIED IDEOGRAPH-530C",
    },
    Character {
        age: "1.1",
        codepoint: 0x530D,
        name: "CJK UNIFIED IDEOGRAPH-530D",
    },
    Character {
        age: "1.1",
        codepoint: 0x530E,
        name: "CJK UNIFIED IDEOGRAPH-530E",
    },
    Character {
        age: "1.1",
        codepoint: 0x530F,
        name: "CJK UNIFIED IDEOGRAPH-530F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5310,
        name: "CJK UNIFIED IDEOGRAPH-5310",
    },
    Character {
        age: "1.1",
        codepoint: 0x5311,
        name: "CJK UNIFIED IDEOGRAPH-5311",
    },
    Character {
        age: "1.1",
        codepoint: 0x5312,
        name: "CJK UNIFIED IDEOGRAPH-5312",
    },
    Character {
        age: "1.1",
        codepoint: 0x5313,
        name: "CJK UNIFIED IDEOGRAPH-5313",
    },
    Character {
        age: "1.1",
        codepoint: 0x5314,
        name: "CJK UNIFIED IDEOGRAPH-5314",
    },
    Character {
        age: "1.1",
        codepoint: 0x5315,
        name: "CJK UNIFIED IDEOGRAPH-5315",
    },
    Character {
        age: "1.1",
        codepoint: 0x5316,
        name: "CJK UNIFIED IDEOGRAPH-5316",
    },
    Character {
        age: "1.1",
        codepoint: 0x5317,
        name: "CJK UNIFIED IDEOGRAPH-5317",
    },
    Character {
        age: "1.1",
        codepoint: 0x5318,
        name: "CJK UNIFIED IDEOGRAPH-5318",
    },
    Character {
        age: "1.1",
        codepoint: 0x5319,
        name: "CJK UNIFIED IDEOGRAPH-5319",
    },
    Character {
        age: "1.1",
        codepoint: 0x531A,
        name: "CJK UNIFIED IDEOGRAPH-531A",
    },
    Character {
        age: "1.1",
        codepoint: 0x531B,
        name: "CJK UNIFIED IDEOGRAPH-531B",
    },
    Character {
        age: "1.1",
        codepoint: 0x531C,
        name: "CJK UNIFIED IDEOGRAPH-531C",
    },
    Character {
        age: "1.1",
        codepoint: 0x531D,
        name: "CJK UNIFIED IDEOGRAPH-531D",
    },
    Character {
        age: "1.1",
        codepoint: 0x531E,
        name: "CJK UNIFIED IDEOGRAPH-531E",
    },
    Character {
        age: "1.1",
        codepoint: 0x531F,
        name: "CJK UNIFIED IDEOGRAPH-531F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5320,
        name: "CJK UNIFIED IDEOGRAPH-5320",
    },
    Character {
        age: "1.1",
        codepoint: 0x5321,
        name: "CJK UNIFIED IDEOGRAPH-5321",
    },
    Character {
        age: "1.1",
        codepoint: 0x5322,
        name: "CJK UNIFIED IDEOGRAPH-5322",
    },
    Character {
        age: "1.1",
        codepoint: 0x5323,
        name: "CJK UNIFIED IDEOGRAPH-5323",
    },
    Character {
        age: "1.1",
        codepoint: 0x5324,
        name: "CJK UNIFIED IDEOGRAPH-5324",
    },
    Character {
        age: "1.1",
        codepoint: 0x5325,
        name: "CJK UNIFIED IDEOGRAPH-5325",
    },
    Character {
        age: "1.1",
        codepoint: 0x5326,
        name: "CJK UNIFIED IDEOGRAPH-5326",
    },
    Character {
        age: "1.1",
        codepoint: 0x5327,
        name: "CJK UNIFIED IDEOGRAPH-5327",
    },
    Character {
        age: "1.1",
        codepoint: 0x5328,
        name: "CJK UNIFIED IDEOGRAPH-5328",
    },
    Character {
        age: "1.1",
        codepoint: 0x5329,
        name: "CJK UNIFIED IDEOGRAPH-5329",
    },
    Character {
        age: "1.1",
        codepoint: 0x532A,
        name: "CJK UNIFIED IDEOGRAPH-532A",
    },
    Character {
        age: "1.1",
        codepoint: 0x532B,
        name: "CJK UNIFIED IDEOGRAPH-532B",
    },
    Character {
        age: "1.1",
        codepoint: 0x532C,
        name: "CJK UNIFIED IDEOGRAPH-532C",
    },
    Character {
        age: "1.1",
        codepoint: 0x532D,
        name: "CJK UNIFIED IDEOGRAPH-532D",
    },
    Character {
        age: "1.1",
        codepoint: 0x532E,
        name: "CJK UNIFIED IDEOGRAPH-532E",
    },
    Character {
        age: "1.1",
        codepoint: 0x532F,
        name: "CJK UNIFIED IDEOGRAPH-532F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5330,
        name: "CJK UNIFIED IDEOGRAPH-5330",
    },
    Character {
        age: "1.1",
        codepoint: 0x5331,
        name: "CJK UNIFIED IDEOGRAPH-5331",
    },
    Character {
        age: "1.1",
        codepoint: 0x5332,
        name: "CJK UNIFIED IDEOGRAPH-5332",
    },
    Character {
        age: "1.1",
        codepoint: 0x5333,
        name: "CJK UNIFIED IDEOGRAPH-5333",
    },
    Character {
        age: "1.1",
        codepoint: 0x5334,
        name: "CJK UNIFIED IDEOGRAPH-5334",
    },
    Character {
        age: "1.1",
        codepoint: 0x5335,
        name: "CJK UNIFIED IDEOGRAPH-5335",
    },
    Character {
        age: "1.1",
        codepoint: 0x5336,
        name: "CJK UNIFIED IDEOGRAPH-5336",
    },
    Character {
        age: "1.1",
        codepoint: 0x5337,
        name: "CJK UNIFIED IDEOGRAPH-5337",
    },
    Character {
        age: "1.1",
        codepoint: 0x5338,
        name: "CJK UNIFIED IDEOGRAPH-5338",
    },
    Character {
        age: "1.1",
        codepoint: 0x5339,
        name: "CJK UNIFIED IDEOGRAPH-5339",
    },
    Character {
        age: "1.1",
        codepoint: 0x533A,
        name: "CJK UNIFIED IDEOGRAPH-533A",
    },
    Character {
        age: "1.1",
        codepoint: 0x533B,
        name: "CJK UNIFIED IDEOGRAPH-533B",
    },
    Character {
        age: "1.1",
        codepoint: 0x533C,
        name: "CJK UNIFIED IDEOGRAPH-533C",
    },
    Character {
        age: "1.1",
        codepoint: 0x533D,
        name: "CJK UNIFIED IDEOGRAPH-533D",
    },
    Character {
        age: "1.1",
        codepoint: 0x533E,
        name: "CJK UNIFIED IDEOGRAPH-533E",
    },
    Character {
        age: "1.1",
        codepoint: 0x533F,
        name: "CJK UNIFIED IDEOGRAPH-533F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5340,
        name: "CJK UNIFIED IDEOGRAPH-5340",
    },
    Character {
        age: "1.1",
        codepoint: 0x5341,
        name: "CJK UNIFIED IDEOGRAPH-5341",
    },
    Character {
        age: "1.1",
        codepoint: 0x5342,
        name: "CJK UNIFIED IDEOGRAPH-5342",
    },
    Character {
        age: "1.1",
        codepoint: 0x5343,
        name: "CJK UNIFIED IDEOGRAPH-5343",
    },
    Character {
        age: "1.1",
        codepoint: 0x5344,
        name: "CJK UNIFIED IDEOGRAPH-5344",
    },
    Character {
        age: "1.1",
        codepoint: 0x5345,
        name: "CJK UNIFIED IDEOGRAPH-5345",
    },
    Character {
        age: "1.1",
        codepoint: 0x5346,
        name: "CJK UNIFIED IDEOGRAPH-5346",
    },
    Character {
        age: "1.1",
        codepoint: 0x5347,
        name: "CJK UNIFIED IDEOGRAPH-5347",
    },
    Character {
        age: "1.1",
        codepoint: 0x5348,
        name: "CJK UNIFIED IDEOGRAPH-5348",
    },
    Character {
        age: "1.1",
        codepoint: 0x5349,
        name: "CJK UNIFIED IDEOGRAPH-5349",
    },
    Character {
        age: "1.1",
        codepoint: 0x534A,
        name: "CJK UNIFIED IDEOGRAPH-534A",
    },
    Character {
        age: "1.1",
        codepoint: 0x534B,
        name: "CJK UNIFIED IDEOGRAPH-534B",
    },
    Character {
        age: "1.1",
        codepoint: 0x534C,
        name: "CJK UNIFIED IDEOGRAPH-534C",
    },
    Character {
        age: "1.1",
        codepoint: 0x534D,
        name: "CJK UNIFIED IDEOGRAPH-534D",
    },
    Character {
        age: "1.1",
        codepoint: 0x534E,
        name: "CJK UNIFIED IDEOGRAPH-534E",
    },
    Character {
        age: "1.1",
        codepoint: 0x534F,
        name: "CJK UNIFIED IDEOGRAPH-534F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5350,
        name: "CJK UNIFIED IDEOGRAPH-5350",
    },
    Character {
        age: "1.1",
        codepoint: 0x5351,
        name: "CJK UNIFIED IDEOGRAPH-5351",
    },
    Character {
        age: "1.1",
        codepoint: 0x5352,
        name: "CJK UNIFIED IDEOGRAPH-5352",
    },
    Character {
        age: "1.1",
        codepoint: 0x5353,
        name: "CJK UNIFIED IDEOGRAPH-5353",
    },
    Character {
        age: "1.1",
        codepoint: 0x5354,
        name: "CJK UNIFIED IDEOGRAPH-5354",
    },
    Character {
        age: "1.1",
        codepoint: 0x5355,
        name: "CJK UNIFIED IDEOGRAPH-5355",
    },
    Character {
        age: "1.1",
        codepoint: 0x5356,
        name: "CJK UNIFIED IDEOGRAPH-5356",
    },
    Character {
        age: "1.1",
        codepoint: 0x5357,
        name: "CJK UNIFIED IDEOGRAPH-5357",
    },
    Character {
        age: "1.1",
        codepoint: 0x5358,
        name: "CJK UNIFIED IDEOGRAPH-5358",
    },
    Character {
        age: "1.1",
        codepoint: 0x5359,
        name: "CJK UNIFIED IDEOGRAPH-5359",
    },
    Character {
        age: "1.1",
        codepoint: 0x535A,
        name: "CJK UNIFIED IDEOGRAPH-535A",
    },
    Character {
        age: "1.1",
        codepoint: 0x535B,
        name: "CJK UNIFIED IDEOGRAPH-535B",
    },
    Character {
        age: "1.1",
        codepoint: 0x535C,
        name: "CJK UNIFIED IDEOGRAPH-535C",
    },
    Character {
        age: "1.1",
        codepoint: 0x535D,
        name: "CJK UNIFIED IDEOGRAPH-535D",
    },
    Character {
        age: "1.1",
        codepoint: 0x535E,
        name: "CJK UNIFIED IDEOGRAPH-535E",
    },
    Character {
        age: "1.1",
        codepoint: 0x535F,
        name: "CJK UNIFIED IDEOGRAPH-535F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5360,
        name: "CJK UNIFIED IDEOGRAPH-5360",
    },
    Character {
        age: "1.1",
        codepoint: 0x5361,
        name: "CJK UNIFIED IDEOGRAPH-5361",
    },
    Character {
        age: "1.1",
        codepoint: 0x5362,
        name: "CJK UNIFIED IDEOGRAPH-5362",
    },
    Character {
        age: "1.1",
        codepoint: 0x5363,
        name: "CJK UNIFIED IDEOGRAPH-5363",
    },
    Character {
        age: "1.1",
        codepoint: 0x5364,
        name: "CJK UNIFIED IDEOGRAPH-5364",
    },
    Character {
        age: "1.1",
        codepoint: 0x5365,
        name: "CJK UNIFIED IDEOGRAPH-5365",
    },
    Character {
        age: "1.1",
        codepoint: 0x5366,
        name: "CJK UNIFIED IDEOGRAPH-5366",
    },
    Character {
        age: "1.1",
        codepoint: 0x5367,
        name: "CJK UNIFIED IDEOGRAPH-5367",
    },
    Character {
        age: "1.1",
        codepoint: 0x5368,
        name: "CJK UNIFIED IDEOGRAPH-5368",
    },
    Character {
        age: "1.1",
        codepoint: 0x5369,
        name: "CJK UNIFIED IDEOGRAPH-5369",
    },
    Character {
        age: "1.1",
        codepoint: 0x536A,
        name: "CJK UNIFIED IDEOGRAPH-536A",
    },
    Character {
        age: "1.1",
        codepoint: 0x536B,
        name: "CJK UNIFIED IDEOGRAPH-536B",
    },
    Character {
        age: "1.1",
        codepoint: 0x536C,
        name: "CJK UNIFIED IDEOGRAPH-536C",
    },
    Character {
        age: "1.1",
        codepoint: 0x536D,
        name: "CJK UNIFIED IDEOGRAPH-536D",
    },
    Character {
        age: "1.1",
        codepoint: 0x536E,
        name: "CJK UNIFIED IDEOGRAPH-536E",
    },
    Character {
        age: "1.1",
        codepoint: 0x536F,
        name: "CJK UNIFIED IDEOGRAPH-536F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5370,
        name: "CJK UNIFIED IDEOGRAPH-5370",
    },
    Character {
        age: "1.1",
        codepoint: 0x5371,
        name: "CJK UNIFIED IDEOGRAPH-5371",
    },
    Character {
        age: "1.1",
        codepoint: 0x5372,
        name: "CJK UNIFIED IDEOGRAPH-5372",
    },
    Character {
        age: "1.1",
        codepoint: 0x5373,
        name: "CJK UNIFIED IDEOGRAPH-5373",
    },
    Character {
        age: "1.1",
        codepoint: 0x5374,
        name: "CJK UNIFIED IDEOGRAPH-5374",
    },
    Character {
        age: "1.1",
        codepoint: 0x5375,
        name: "CJK UNIFIED IDEOGRAPH-5375",
    },
    Character {
        age: "1.1",
        codepoint: 0x5376,
        name: "CJK UNIFIED IDEOGRAPH-5376",
    },
    Character {
        age: "1.1",
        codepoint: 0x5377,
        name: "CJK UNIFIED IDEOGRAPH-5377",
    },
    Character {
        age: "1.1",
        codepoint: 0x5378,
        name: "CJK UNIFIED IDEOGRAPH-5378",
    },
    Character {
        age: "1.1",
        codepoint: 0x5379,
        name: "CJK UNIFIED IDEOGRAPH-5379",
    },
    Character {
        age: "1.1",
        codepoint: 0x537A,
        name: "CJK UNIFIED IDEOGRAPH-537A",
    },
    Character {
        age: "1.1",
        codepoint: 0x537B,
        name: "CJK UNIFIED IDEOGRAPH-537B",
    },
    Character {
        age: "1.1",
        codepoint: 0x537C,
        name: "CJK UNIFIED IDEOGRAPH-537C",
    },
    Character {
        age: "1.1",
        codepoint: 0x537D,
        name: "CJK UNIFIED IDEOGRAPH-537D",
    },
    Character {
        age: "1.1",
        codepoint: 0x537E,
        name: "CJK UNIFIED IDEOGRAPH-537E",
    },
    Character {
        age: "1.1",
        codepoint: 0x537F,
        name: "CJK UNIFIED IDEOGRAPH-537F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5380,
        name: "CJK UNIFIED IDEOGRAPH-5380",
    },
    Character {
        age: "1.1",
        codepoint: 0x5381,
        name: "CJK UNIFIED IDEOGRAPH-5381",
    },
    Character {
        age: "1.1",
        codepoint: 0x5382,
        name: "CJK UNIFIED IDEOGRAPH-5382",
    },
    Character {
        age: "1.1",
        codepoint: 0x5383,
        name: "CJK UNIFIED IDEOGRAPH-5383",
    },
    Character {
        age: "1.1",
        codepoint: 0x5384,
        name: "CJK UNIFIED IDEOGRAPH-5384",
    },
    Character {
        age: "1.1",
        codepoint: 0x5385,
        name: "CJK UNIFIED IDEOGRAPH-5385",
    },
    Character {
        age: "1.1",
        codepoint: 0x5386,
        name: "CJK UNIFIED IDEOGRAPH-5386",
    },
    Character {
        age: "1.1",
        codepoint: 0x5387,
        name: "CJK UNIFIED IDEOGRAPH-5387",
    },
    Character {
        age: "1.1",
        codepoint: 0x5388,
        name: "CJK UNIFIED IDEOGRAPH-5388",
    },
    Character {
        age: "1.1",
        codepoint: 0x5389,
        name: "CJK UNIFIED IDEOGRAPH-5389",
    },
    Character {
        age: "1.1",
        codepoint: 0x538A,
        name: "CJK UNIFIED IDEOGRAPH-538A",
    },
    Character {
        age: "1.1",
        codepoint: 0x538B,
        name: "CJK UNIFIED IDEOGRAPH-538B",
    },
    Character {
        age: "1.1",
        codepoint: 0x538C,
        name: "CJK UNIFIED IDEOGRAPH-538C",
    },
    Character {
        age: "1.1",
        codepoint: 0x538D,
        name: "CJK UNIFIED IDEOGRAPH-538D",
    },
    Character {
        age: "1.1",
        codepoint: 0x538E,
        name: "CJK UNIFIED IDEOGRAPH-538E",
    },
    Character {
        age: "1.1",
        codepoint: 0x538F,
        name: "CJK UNIFIED IDEOGRAPH-538F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5390,
        name: "CJK UNIFIED IDEOGRAPH-5390",
    },
    Character {
        age: "1.1",
        codepoint: 0x5391,
        name: "CJK UNIFIED IDEOGRAPH-5391",
    },
    Character {
        age: "1.1",
        codepoint: 0x5392,
        name: "CJK UNIFIED IDEOGRAPH-5392",
    },
    Character {
        age: "1.1",
        codepoint: 0x5393,
        name: "CJK UNIFIED IDEOGRAPH-5393",
    },
    Character {
        age: "1.1",
        codepoint: 0x5394,
        name: "CJK UNIFIED IDEOGRAPH-5394",
    },
    Character {
        age: "1.1",
        codepoint: 0x5395,
        name: "CJK UNIFIED IDEOGRAPH-5395",
    },
    Character {
        age: "1.1",
        codepoint: 0x5396,
        name: "CJK UNIFIED IDEOGRAPH-5396",
    },
    Character {
        age: "1.1",
        codepoint: 0x5397,
        name: "CJK UNIFIED IDEOGRAPH-5397",
    },
    Character {
        age: "1.1",
        codepoint: 0x5398,
        name: "CJK UNIFIED IDEOGRAPH-5398",
    },
    Character {
        age: "1.1",
        codepoint: 0x5399,
        name: "CJK UNIFIED IDEOGRAPH-5399",
    },
    Character {
        age: "1.1",
        codepoint: 0x539A,
        name: "CJK UNIFIED IDEOGRAPH-539A",
    },
    Character {
        age: "1.1",
        codepoint: 0x539B,
        name: "CJK UNIFIED IDEOGRAPH-539B",
    },
    Character {
        age: "1.1",
        codepoint: 0x539C,
        name: "CJK UNIFIED IDEOGRAPH-539C",
    },
    Character {
        age: "1.1",
        codepoint: 0x539D,
        name: "CJK UNIFIED IDEOGRAPH-539D",
    },
    Character {
        age: "1.1",
        codepoint: 0x539E,
        name: "CJK UNIFIED IDEOGRAPH-539E",
    },
    Character {
        age: "1.1",
        codepoint: 0x539F,
        name: "CJK UNIFIED IDEOGRAPH-539F",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A0,
        name: "CJK UNIFIED IDEOGRAPH-53A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A1,
        name: "CJK UNIFIED IDEOGRAPH-53A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A2,
        name: "CJK UNIFIED IDEOGRAPH-53A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A3,
        name: "CJK UNIFIED IDEOGRAPH-53A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A4,
        name: "CJK UNIFIED IDEOGRAPH-53A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A5,
        name: "CJK UNIFIED IDEOGRAPH-53A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A6,
        name: "CJK UNIFIED IDEOGRAPH-53A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A7,
        name: "CJK UNIFIED IDEOGRAPH-53A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A8,
        name: "CJK UNIFIED IDEOGRAPH-53A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x53A9,
        name: "CJK UNIFIED IDEOGRAPH-53A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x53AA,
        name: "CJK UNIFIED IDEOGRAPH-53AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x53AB,
        name: "CJK UNIFIED IDEOGRAPH-53AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x53AC,
        name: "CJK UNIFIED IDEOGRAPH-53AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x53AD,
        name: "CJK UNIFIED IDEOGRAPH-53AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x53AE,
        name: "CJK UNIFIED IDEOGRAPH-53AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x53AF,
        name: "CJK UNIFIED IDEOGRAPH-53AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B0,
        name: "CJK UNIFIED IDEOGRAPH-53B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B1,
        name: "CJK UNIFIED IDEOGRAPH-53B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B2,
        name: "CJK UNIFIED IDEOGRAPH-53B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B3,
        name: "CJK UNIFIED IDEOGRAPH-53B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B4,
        name: "CJK UNIFIED IDEOGRAPH-53B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B5,
        name: "CJK UNIFIED IDEOGRAPH-53B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B6,
        name: "CJK UNIFIED IDEOGRAPH-53B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B7,
        name: "CJK UNIFIED IDEOGRAPH-53B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B8,
        name: "CJK UNIFIED IDEOGRAPH-53B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x53B9,
        name: "CJK UNIFIED IDEOGRAPH-53B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x53BA,
        name: "CJK UNIFIED IDEOGRAPH-53BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x53BB,
        name: "CJK UNIFIED IDEOGRAPH-53BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x53BC,
        name: "CJK UNIFIED IDEOGRAPH-53BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x53BD,
        name: "CJK UNIFIED IDEOGRAPH-53BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x53BE,
        name: "CJK UNIFIED IDEOGRAPH-53BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x53BF,
        name: "CJK UNIFIED IDEOGRAPH-53BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C0,
        name: "CJK UNIFIED IDEOGRAPH-53C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C1,
        name: "CJK UNIFIED IDEOGRAPH-53C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C2,
        name: "CJK UNIFIED IDEOGRAPH-53C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C3,
        name: "CJK UNIFIED IDEOGRAPH-53C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C4,
        name: "CJK UNIFIED IDEOGRAPH-53C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C5,
        name: "CJK UNIFIED IDEOGRAPH-53C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C6,
        name: "CJK UNIFIED IDEOGRAPH-53C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C7,
        name: "CJK UNIFIED IDEOGRAPH-53C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C8,
        name: "CJK UNIFIED IDEOGRAPH-53C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x53C9,
        name: "CJK UNIFIED IDEOGRAPH-53C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x53CA,
        name: "CJK UNIFIED IDEOGRAPH-53CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x53CB,
        name: "CJK UNIFIED IDEOGRAPH-53CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x53CC,
        name: "CJK UNIFIED IDEOGRAPH-53CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x53CD,
        name: "CJK UNIFIED IDEOGRAPH-53CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x53CE,
        name: "CJK UNIFIED IDEOGRAPH-53CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x53CF,
        name: "CJK UNIFIED IDEOGRAPH-53CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D0,
        name: "CJK UNIFIED IDEOGRAPH-53D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D1,
        name: "CJK UNIFIED IDEOGRAPH-53D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D2,
        name: "CJK UNIFIED IDEOGRAPH-53D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D3,
        name: "CJK UNIFIED IDEOGRAPH-53D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D4,
        name: "CJK UNIFIED IDEOGRAPH-53D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D5,
        name: "CJK UNIFIED IDEOGRAPH-53D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D6,
        name: "CJK UNIFIED IDEOGRAPH-53D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D7,
        name: "CJK UNIFIED IDEOGRAPH-53D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D8,
        name: "CJK UNIFIED IDEOGRAPH-53D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x53D9,
        name: "CJK UNIFIED IDEOGRAPH-53D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x53DA,
        name: "CJK UNIFIED IDEOGRAPH-53DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x53DB,
        name: "CJK UNIFIED IDEOGRAPH-53DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x53DC,
        name: "CJK UNIFIED IDEOGRAPH-53DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x53DD,
        name: "CJK UNIFIED IDEOGRAPH-53DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x53DE,
        name: "CJK UNIFIED IDEOGRAPH-53DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x53DF,
        name: "CJK UNIFIED IDEOGRAPH-53DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E0,
        name: "CJK UNIFIED IDEOGRAPH-53E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E1,
        name: "CJK UNIFIED IDEOGRAPH-53E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E2,
        name: "CJK UNIFIED IDEOGRAPH-53E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E3,
        name: "CJK UNIFIED IDEOGRAPH-53E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E4,
        name: "CJK UNIFIED IDEOGRAPH-53E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E5,
        name: "CJK UNIFIED IDEOGRAPH-53E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E6,
        name: "CJK UNIFIED IDEOGRAPH-53E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E7,
        name: "CJK UNIFIED IDEOGRAPH-53E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E8,
        name: "CJK UNIFIED IDEOGRAPH-53E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x53E9,
        name: "CJK UNIFIED IDEOGRAPH-53E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x53EA,
        name: "CJK UNIFIED IDEOGRAPH-53EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x53EB,
        name: "CJK UNIFIED IDEOGRAPH-53EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x53EC,
        name: "CJK UNIFIED IDEOGRAPH-53EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x53ED,
        name: "CJK UNIFIED IDEOGRAPH-53ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x53EE,
        name: "CJK UNIFIED IDEOGRAPH-53EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x53EF,
        name: "CJK UNIFIED IDEOGRAPH-53EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F0,
        name: "CJK UNIFIED IDEOGRAPH-53F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F1,
        name: "CJK UNIFIED IDEOGRAPH-53F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F2,
        name: "CJK UNIFIED IDEOGRAPH-53F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F3,
        name: "CJK UNIFIED IDEOGRAPH-53F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F4,
        name: "CJK UNIFIED IDEOGRAPH-53F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F5,
        name: "CJK UNIFIED IDEOGRAPH-53F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F6,
        name: "CJK UNIFIED IDEOGRAPH-53F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F7,
        name: "CJK UNIFIED IDEOGRAPH-53F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F8,
        name: "CJK UNIFIED IDEOGRAPH-53F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x53F9,
        name: "CJK UNIFIED IDEOGRAPH-53F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x53FA,
        name: "CJK UNIFIED IDEOGRAPH-53FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x53FB,
        name: "CJK UNIFIED IDEOGRAPH-53FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x53FC,
        name: "CJK UNIFIED IDEOGRAPH-53FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x53FD,
        name: "CJK UNIFIED IDEOGRAPH-53FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x53FE,
        name: "CJK UNIFIED IDEOGRAPH-53FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x53FF,
        name: "CJK UNIFIED IDEOGRAPH-53FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5400,
        name: "CJK UNIFIED IDEOGRAPH-5400",
    },
    Character {
        age: "1.1",
        codepoint: 0x5401,
        name: "CJK UNIFIED IDEOGRAPH-5401",
    },
    Character {
        age: "1.1",
        codepoint: 0x5402,
        name: "CJK UNIFIED IDEOGRAPH-5402",
    },
    Character {
        age: "1.1",
        codepoint: 0x5403,
        name: "CJK UNIFIED IDEOGRAPH-5403",
    },
    Character {
        age: "1.1",
        codepoint: 0x5404,
        name: "CJK UNIFIED IDEOGRAPH-5404",
    },
    Character {
        age: "1.1",
        codepoint: 0x5405,
        name: "CJK UNIFIED IDEOGRAPH-5405",
    },
    Character {
        age: "1.1",
        codepoint: 0x5406,
        name: "CJK UNIFIED IDEOGRAPH-5406",
    },
    Character {
        age: "1.1",
        codepoint: 0x5407,
        name: "CJK UNIFIED IDEOGRAPH-5407",
    },
    Character {
        age: "1.1",
        codepoint: 0x5408,
        name: "CJK UNIFIED IDEOGRAPH-5408",
    },
    Character {
        age: "1.1",
        codepoint: 0x5409,
        name: "CJK UNIFIED IDEOGRAPH-5409",
    },
    Character {
        age: "1.1",
        codepoint: 0x540A,
        name: "CJK UNIFIED IDEOGRAPH-540A",
    },
    Character {
        age: "1.1",
        codepoint: 0x540B,
        name: "CJK UNIFIED IDEOGRAPH-540B",
    },
    Character {
        age: "1.1",
        codepoint: 0x540C,
        name: "CJK UNIFIED IDEOGRAPH-540C",
    },
    Character {
        age: "1.1",
        codepoint: 0x540D,
        name: "CJK UNIFIED IDEOGRAPH-540D",
    },
    Character {
        age: "1.1",
        codepoint: 0x540E,
        name: "CJK UNIFIED IDEOGRAPH-540E",
    },
    Character {
        age: "1.1",
        codepoint: 0x540F,
        name: "CJK UNIFIED IDEOGRAPH-540F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5410,
        name: "CJK UNIFIED IDEOGRAPH-5410",
    },
    Character {
        age: "1.1",
        codepoint: 0x5411,
        name: "CJK UNIFIED IDEOGRAPH-5411",
    },
    Character {
        age: "1.1",
        codepoint: 0x5412,
        name: "CJK UNIFIED IDEOGRAPH-5412",
    },
    Character {
        age: "1.1",
        codepoint: 0x5413,
        name: "CJK UNIFIED IDEOGRAPH-5413",
    },
    Character {
        age: "1.1",
        codepoint: 0x5414,
        name: "CJK UNIFIED IDEOGRAPH-5414",
    },
    Character {
        age: "1.1",
        codepoint: 0x5415,
        name: "CJK UNIFIED IDEOGRAPH-5415",
    },
    Character {
        age: "1.1",
        codepoint: 0x5416,
        name: "CJK UNIFIED IDEOGRAPH-5416",
    },
    Character {
        age: "1.1",
        codepoint: 0x5417,
        name: "CJK UNIFIED IDEOGRAPH-5417",
    },
    Character {
        age: "1.1",
        codepoint: 0x5418,
        name: "CJK UNIFIED IDEOGRAPH-5418",
    },
    Character {
        age: "1.1",
        codepoint: 0x5419,
        name: "CJK UNIFIED IDEOGRAPH-5419",
    },
    Character {
        age: "1.1",
        codepoint: 0x541A,
        name: "CJK UNIFIED IDEOGRAPH-541A",
    },
    Character {
        age: "1.1",
        codepoint: 0x541B,
        name: "CJK UNIFIED IDEOGRAPH-541B",
    },
    Character {
        age: "1.1",
        codepoint: 0x541C,
        name: "CJK UNIFIED IDEOGRAPH-541C",
    },
    Character {
        age: "1.1",
        codepoint: 0x541D,
        name: "CJK UNIFIED IDEOGRAPH-541D",
    },
    Character {
        age: "1.1",
        codepoint: 0x541E,
        name: "CJK UNIFIED IDEOGRAPH-541E",
    },
    Character {
        age: "1.1",
        codepoint: 0x541F,
        name: "CJK UNIFIED IDEOGRAPH-541F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5420,
        name: "CJK UNIFIED IDEOGRAPH-5420",
    },
    Character {
        age: "1.1",
        codepoint: 0x5421,
        name: "CJK UNIFIED IDEOGRAPH-5421",
    },
    Character {
        age: "1.1",
        codepoint: 0x5422,
        name: "CJK UNIFIED IDEOGRAPH-5422",
    },
    Character {
        age: "1.1",
        codepoint: 0x5423,
        name: "CJK UNIFIED IDEOGRAPH-5423",
    },
    Character {
        age: "1.1",
        codepoint: 0x5424,
        name: "CJK UNIFIED IDEOGRAPH-5424",
    },
    Character {
        age: "1.1",
        codepoint: 0x5425,
        name: "CJK UNIFIED IDEOGRAPH-5425",
    },
    Character {
        age: "1.1",
        codepoint: 0x5426,
        name: "CJK UNIFIED IDEOGRAPH-5426",
    },
    Character {
        age: "1.1",
        codepoint: 0x5427,
        name: "CJK UNIFIED IDEOGRAPH-5427",
    },
    Character {
        age: "1.1",
        codepoint: 0x5428,
        name: "CJK UNIFIED IDEOGRAPH-5428",
    },
    Character {
        age: "1.1",
        codepoint: 0x5429,
        name: "CJK UNIFIED IDEOGRAPH-5429",
    },
    Character {
        age: "1.1",
        codepoint: 0x542A,
        name: "CJK UNIFIED IDEOGRAPH-542A",
    },
    Character {
        age: "1.1",
        codepoint: 0x542B,
        name: "CJK UNIFIED IDEOGRAPH-542B",
    },
    Character {
        age: "1.1",
        codepoint: 0x542C,
        name: "CJK UNIFIED IDEOGRAPH-542C",
    },
    Character {
        age: "1.1",
        codepoint: 0x542D,
        name: "CJK UNIFIED IDEOGRAPH-542D",
    },
    Character {
        age: "1.1",
        codepoint: 0x542E,
        name: "CJK UNIFIED IDEOGRAPH-542E",
    },
    Character {
        age: "1.1",
        codepoint: 0x542F,
        name: "CJK UNIFIED IDEOGRAPH-542F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5430,
        name: "CJK UNIFIED IDEOGRAPH-5430",
    },
    Character {
        age: "1.1",
        codepoint: 0x5431,
        name: "CJK UNIFIED IDEOGRAPH-5431",
    },
    Character {
        age: "1.1",
        codepoint: 0x5432,
        name: "CJK UNIFIED IDEOGRAPH-5432",
    },
    Character {
        age: "1.1",
        codepoint: 0x5433,
        name: "CJK UNIFIED IDEOGRAPH-5433",
    },
    Character {
        age: "1.1",
        codepoint: 0x5434,
        name: "CJK UNIFIED IDEOGRAPH-5434",
    },
    Character {
        age: "1.1",
        codepoint: 0x5435,
        name: "CJK UNIFIED IDEOGRAPH-5435",
    },
    Character {
        age: "1.1",
        codepoint: 0x5436,
        name: "CJK UNIFIED IDEOGRAPH-5436",
    },
    Character {
        age: "1.1",
        codepoint: 0x5437,
        name: "CJK UNIFIED IDEOGRAPH-5437",
    },
    Character {
        age: "1.1",
        codepoint: 0x5438,
        name: "CJK UNIFIED IDEOGRAPH-5438",
    },
    Character {
        age: "1.1",
        codepoint: 0x5439,
        name: "CJK UNIFIED IDEOGRAPH-5439",
    },
    Character {
        age: "1.1",
        codepoint: 0x543A,
        name: "CJK UNIFIED IDEOGRAPH-543A",
    },
    Character {
        age: "1.1",
        codepoint: 0x543B,
        name: "CJK UNIFIED IDEOGRAPH-543B",
    },
    Character {
        age: "1.1",
        codepoint: 0x543C,
        name: "CJK UNIFIED IDEOGRAPH-543C",
    },
    Character {
        age: "1.1",
        codepoint: 0x543D,
        name: "CJK UNIFIED IDEOGRAPH-543D",
    },
    Character {
        age: "1.1",
        codepoint: 0x543E,
        name: "CJK UNIFIED IDEOGRAPH-543E",
    },
    Character {
        age: "1.1",
        codepoint: 0x543F,
        name: "CJK UNIFIED IDEOGRAPH-543F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5440,
        name: "CJK UNIFIED IDEOGRAPH-5440",
    },
    Character {
        age: "1.1",
        codepoint: 0x5441,
        name: "CJK UNIFIED IDEOGRAPH-5441",
    },
    Character {
        age: "1.1",
        codepoint: 0x5442,
        name: "CJK UNIFIED IDEOGRAPH-5442",
    },
    Character {
        age: "1.1",
        codepoint: 0x5443,
        name: "CJK UNIFIED IDEOGRAPH-5443",
    },
    Character {
        age: "1.1",
        codepoint: 0x5444,
        name: "CJK UNIFIED IDEOGRAPH-5444",
    },
    Character {
        age: "1.1",
        codepoint: 0x5445,
        name: "CJK UNIFIED IDEOGRAPH-5445",
    },
    Character {
        age: "1.1",
        codepoint: 0x5446,
        name: "CJK UNIFIED IDEOGRAPH-5446",
    },
    Character {
        age: "1.1",
        codepoint: 0x5447,
        name: "CJK UNIFIED IDEOGRAPH-5447",
    },
    Character {
        age: "1.1",
        codepoint: 0x5448,
        name: "CJK UNIFIED IDEOGRAPH-5448",
    },
    Character {
        age: "1.1",
        codepoint: 0x5449,
        name: "CJK UNIFIED IDEOGRAPH-5449",
    },
    Character {
        age: "1.1",
        codepoint: 0x544A,
        name: "CJK UNIFIED IDEOGRAPH-544A",
    },
    Character {
        age: "1.1",
        codepoint: 0x544B,
        name: "CJK UNIFIED IDEOGRAPH-544B",
    },
    Character {
        age: "1.1",
        codepoint: 0x544C,
        name: "CJK UNIFIED IDEOGRAPH-544C",
    },
    Character {
        age: "1.1",
        codepoint: 0x544D,
        name: "CJK UNIFIED IDEOGRAPH-544D",
    },
    Character {
        age: "1.1",
        codepoint: 0x544E,
        name: "CJK UNIFIED IDEOGRAPH-544E",
    },
    Character {
        age: "1.1",
        codepoint: 0x544F,
        name: "CJK UNIFIED IDEOGRAPH-544F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5450,
        name: "CJK UNIFIED IDEOGRAPH-5450",
    },
    Character {
        age: "1.1",
        codepoint: 0x5451,
        name: "CJK UNIFIED IDEOGRAPH-5451",
    },
    Character {
        age: "1.1",
        codepoint: 0x5452,
        name: "CJK UNIFIED IDEOGRAPH-5452",
    },
    Character {
        age: "1.1",
        codepoint: 0x5453,
        name: "CJK UNIFIED IDEOGRAPH-5453",
    },
    Character {
        age: "1.1",
        codepoint: 0x5454,
        name: "CJK UNIFIED IDEOGRAPH-5454",
    },
    Character {
        age: "1.1",
        codepoint: 0x5455,
        name: "CJK UNIFIED IDEOGRAPH-5455",
    },
    Character {
        age: "1.1",
        codepoint: 0x5456,
        name: "CJK UNIFIED IDEOGRAPH-5456",
    },
    Character {
        age: "1.1",
        codepoint: 0x5457,
        name: "CJK UNIFIED IDEOGRAPH-5457",
    },
    Character {
        age: "1.1",
        codepoint: 0x5458,
        name: "CJK UNIFIED IDEOGRAPH-5458",
    },
    Character {
        age: "1.1",
        codepoint: 0x5459,
        name: "CJK UNIFIED IDEOGRAPH-5459",
    },
    Character {
        age: "1.1",
        codepoint: 0x545A,
        name: "CJK UNIFIED IDEOGRAPH-545A",
    },
    Character {
        age: "1.1",
        codepoint: 0x545B,
        name: "CJK UNIFIED IDEOGRAPH-545B",
    },
    Character {
        age: "1.1",
        codepoint: 0x545C,
        name: "CJK UNIFIED IDEOGRAPH-545C",
    },
    Character {
        age: "1.1",
        codepoint: 0x545D,
        name: "CJK UNIFIED IDEOGRAPH-545D",
    },
    Character {
        age: "1.1",
        codepoint: 0x545E,
        name: "CJK UNIFIED IDEOGRAPH-545E",
    },
    Character {
        age: "1.1",
        codepoint: 0x545F,
        name: "CJK UNIFIED IDEOGRAPH-545F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5460,
        name: "CJK UNIFIED IDEOGRAPH-5460",
    },
    Character {
        age: "1.1",
        codepoint: 0x5461,
        name: "CJK UNIFIED IDEOGRAPH-5461",
    },
    Character {
        age: "1.1",
        codepoint: 0x5462,
        name: "CJK UNIFIED IDEOGRAPH-5462",
    },
    Character {
        age: "1.1",
        codepoint: 0x5463,
        name: "CJK UNIFIED IDEOGRAPH-5463",
    },
    Character {
        age: "1.1",
        codepoint: 0x5464,
        name: "CJK UNIFIED IDEOGRAPH-5464",
    },
    Character {
        age: "1.1",
        codepoint: 0x5465,
        name: "CJK UNIFIED IDEOGRAPH-5465",
    },
    Character {
        age: "1.1",
        codepoint: 0x5466,
        name: "CJK UNIFIED IDEOGRAPH-5466",
    },
    Character {
        age: "1.1",
        codepoint: 0x5467,
        name: "CJK UNIFIED IDEOGRAPH-5467",
    },
    Character {
        age: "1.1",
        codepoint: 0x5468,
        name: "CJK UNIFIED IDEOGRAPH-5468",
    },
    Character {
        age: "1.1",
        codepoint: 0x5469,
        name: "CJK UNIFIED IDEOGRAPH-5469",
    },
    Character {
        age: "1.1",
        codepoint: 0x546A,
        name: "CJK UNIFIED IDEOGRAPH-546A",
    },
    Character {
        age: "1.1",
        codepoint: 0x546B,
        name: "CJK UNIFIED IDEOGRAPH-546B",
    },
    Character {
        age: "1.1",
        codepoint: 0x546C,
        name: "CJK UNIFIED IDEOGRAPH-546C",
    },
    Character {
        age: "1.1",
        codepoint: 0x546D,
        name: "CJK UNIFIED IDEOGRAPH-546D",
    },
    Character {
        age: "1.1",
        codepoint: 0x546E,
        name: "CJK UNIFIED IDEOGRAPH-546E",
    },
    Character {
        age: "1.1",
        codepoint: 0x546F,
        name: "CJK UNIFIED IDEOGRAPH-546F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5470,
        name: "CJK UNIFIED IDEOGRAPH-5470",
    },
    Character {
        age: "1.1",
        codepoint: 0x5471,
        name: "CJK UNIFIED IDEOGRAPH-5471",
    },
    Character {
        age: "1.1",
        codepoint: 0x5472,
        name: "CJK UNIFIED IDEOGRAPH-5472",
    },
    Character {
        age: "1.1",
        codepoint: 0x5473,
        name: "CJK UNIFIED IDEOGRAPH-5473",
    },
    Character {
        age: "1.1",
        codepoint: 0x5474,
        name: "CJK UNIFIED IDEOGRAPH-5474",
    },
    Character {
        age: "1.1",
        codepoint: 0x5475,
        name: "CJK UNIFIED IDEOGRAPH-5475",
    },
    Character {
        age: "1.1",
        codepoint: 0x5476,
        name: "CJK UNIFIED IDEOGRAPH-5476",
    },
    Character {
        age: "1.1",
        codepoint: 0x5477,
        name: "CJK UNIFIED IDEOGRAPH-5477",
    },
    Character {
        age: "1.1",
        codepoint: 0x5478,
        name: "CJK UNIFIED IDEOGRAPH-5478",
    },
    Character {
        age: "1.1",
        codepoint: 0x5479,
        name: "CJK UNIFIED IDEOGRAPH-5479",
    },
    Character {
        age: "1.1",
        codepoint: 0x547A,
        name: "CJK UNIFIED IDEOGRAPH-547A",
    },
    Character {
        age: "1.1",
        codepoint: 0x547B,
        name: "CJK UNIFIED IDEOGRAPH-547B",
    },
    Character {
        age: "1.1",
        codepoint: 0x547C,
        name: "CJK UNIFIED IDEOGRAPH-547C",
    },
    Character {
        age: "1.1",
        codepoint: 0x547D,
        name: "CJK UNIFIED IDEOGRAPH-547D",
    },
    Character {
        age: "1.1",
        codepoint: 0x547E,
        name: "CJK UNIFIED IDEOGRAPH-547E",
    },
    Character {
        age: "1.1",
        codepoint: 0x547F,
        name: "CJK UNIFIED IDEOGRAPH-547F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5480,
        name: "CJK UNIFIED IDEOGRAPH-5480",
    },
    Character {
        age: "1.1",
        codepoint: 0x5481,
        name: "CJK UNIFIED IDEOGRAPH-5481",
    },
    Character {
        age: "1.1",
        codepoint: 0x5482,
        name: "CJK UNIFIED IDEOGRAPH-5482",
    },
    Character {
        age: "1.1",
        codepoint: 0x5483,
        name: "CJK UNIFIED IDEOGRAPH-5483",
    },
    Character {
        age: "1.1",
        codepoint: 0x5484,
        name: "CJK UNIFIED IDEOGRAPH-5484",
    },
    Character {
        age: "1.1",
        codepoint: 0x5485,
        name: "CJK UNIFIED IDEOGRAPH-5485",
    },
    Character {
        age: "1.1",
        codepoint: 0x5486,
        name: "CJK UNIFIED IDEOGRAPH-5486",
    },
    Character {
        age: "1.1",
        codepoint: 0x5487,
        name: "CJK UNIFIED IDEOGRAPH-5487",
    },
    Character {
        age: "1.1",
        codepoint: 0x5488,
        name: "CJK UNIFIED IDEOGRAPH-5488",
    },
    Character {
        age: "1.1",
        codepoint: 0x5489,
        name: "CJK UNIFIED IDEOGRAPH-5489",
    },
    Character {
        age: "1.1",
        codepoint: 0x548A,
        name: "CJK UNIFIED IDEOGRAPH-548A",
    },
    Character {
        age: "1.1",
        codepoint: 0x548B,
        name: "CJK UNIFIED IDEOGRAPH-548B",
    },
    Character {
        age: "1.1",
        codepoint: 0x548C,
        name: "CJK UNIFIED IDEOGRAPH-548C",
    },
    Character {
        age: "1.1",
        codepoint: 0x548D,
        name: "CJK UNIFIED IDEOGRAPH-548D",
    },
    Character {
        age: "1.1",
        codepoint: 0x548E,
        name: "CJK UNIFIED IDEOGRAPH-548E",
    },
    Character {
        age: "1.1",
        codepoint: 0x548F,
        name: "CJK UNIFIED IDEOGRAPH-548F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5490,
        name: "CJK UNIFIED IDEOGRAPH-5490",
    },
    Character {
        age: "1.1",
        codepoint: 0x5491,
        name: "CJK UNIFIED IDEOGRAPH-5491",
    },
    Character {
        age: "1.1",
        codepoint: 0x5492,
        name: "CJK UNIFIED IDEOGRAPH-5492",
    },
    Character {
        age: "1.1",
        codepoint: 0x5493,
        name: "CJK UNIFIED IDEOGRAPH-5493",
    },
    Character {
        age: "1.1",
        codepoint: 0x5494,
        name: "CJK UNIFIED IDEOGRAPH-5494",
    },
    Character {
        age: "1.1",
        codepoint: 0x5495,
        name: "CJK UNIFIED IDEOGRAPH-5495",
    },
    Character {
        age: "1.1",
        codepoint: 0x5496,
        name: "CJK UNIFIED IDEOGRAPH-5496",
    },
    Character {
        age: "1.1",
        codepoint: 0x5497,
        name: "CJK UNIFIED IDEOGRAPH-5497",
    },
    Character {
        age: "1.1",
        codepoint: 0x5498,
        name: "CJK UNIFIED IDEOGRAPH-5498",
    },
    Character {
        age: "1.1",
        codepoint: 0x5499,
        name: "CJK UNIFIED IDEOGRAPH-5499",
    },
    Character {
        age: "1.1",
        codepoint: 0x549A,
        name: "CJK UNIFIED IDEOGRAPH-549A",
    },
    Character {
        age: "1.1",
        codepoint: 0x549B,
        name: "CJK UNIFIED IDEOGRAPH-549B",
    },
    Character {
        age: "1.1",
        codepoint: 0x549C,
        name: "CJK UNIFIED IDEOGRAPH-549C",
    },
    Character {
        age: "1.1",
        codepoint: 0x549D,
        name: "CJK UNIFIED IDEOGRAPH-549D",
    },
    Character {
        age: "1.1",
        codepoint: 0x549E,
        name: "CJK UNIFIED IDEOGRAPH-549E",
    },
    Character {
        age: "1.1",
        codepoint: 0x549F,
        name: "CJK UNIFIED IDEOGRAPH-549F",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A0,
        name: "CJK UNIFIED IDEOGRAPH-54A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A1,
        name: "CJK UNIFIED IDEOGRAPH-54A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A2,
        name: "CJK UNIFIED IDEOGRAPH-54A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A3,
        name: "CJK UNIFIED IDEOGRAPH-54A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A4,
        name: "CJK UNIFIED IDEOGRAPH-54A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A5,
        name: "CJK UNIFIED IDEOGRAPH-54A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A6,
        name: "CJK UNIFIED IDEOGRAPH-54A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A7,
        name: "CJK UNIFIED IDEOGRAPH-54A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A8,
        name: "CJK UNIFIED IDEOGRAPH-54A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x54A9,
        name: "CJK UNIFIED IDEOGRAPH-54A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x54AA,
        name: "CJK UNIFIED IDEOGRAPH-54AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x54AB,
        name: "CJK UNIFIED IDEOGRAPH-54AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x54AC,
        name: "CJK UNIFIED IDEOGRAPH-54AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x54AD,
        name: "CJK UNIFIED IDEOGRAPH-54AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x54AE,
        name: "CJK UNIFIED IDEOGRAPH-54AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x54AF,
        name: "CJK UNIFIED IDEOGRAPH-54AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B0,
        name: "CJK UNIFIED IDEOGRAPH-54B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B1,
        name: "CJK UNIFIED IDEOGRAPH-54B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B2,
        name: "CJK UNIFIED IDEOGRAPH-54B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B3,
        name: "CJK UNIFIED IDEOGRAPH-54B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B4,
        name: "CJK UNIFIED IDEOGRAPH-54B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B5,
        name: "CJK UNIFIED IDEOGRAPH-54B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B6,
        name: "CJK UNIFIED IDEOGRAPH-54B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B7,
        name: "CJK UNIFIED IDEOGRAPH-54B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B8,
        name: "CJK UNIFIED IDEOGRAPH-54B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x54B9,
        name: "CJK UNIFIED IDEOGRAPH-54B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x54BA,
        name: "CJK UNIFIED IDEOGRAPH-54BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x54BB,
        name: "CJK UNIFIED IDEOGRAPH-54BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x54BC,
        name: "CJK UNIFIED IDEOGRAPH-54BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x54BD,
        name: "CJK UNIFIED IDEOGRAPH-54BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x54BE,
        name: "CJK UNIFIED IDEOGRAPH-54BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x54BF,
        name: "CJK UNIFIED IDEOGRAPH-54BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C0,
        name: "CJK UNIFIED IDEOGRAPH-54C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C1,
        name: "CJK UNIFIED IDEOGRAPH-54C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C2,
        name: "CJK UNIFIED IDEOGRAPH-54C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C3,
        name: "CJK UNIFIED IDEOGRAPH-54C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C4,
        name: "CJK UNIFIED IDEOGRAPH-54C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C5,
        name: "CJK UNIFIED IDEOGRAPH-54C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C6,
        name: "CJK UNIFIED IDEOGRAPH-54C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C7,
        name: "CJK UNIFIED IDEOGRAPH-54C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C8,
        name: "CJK UNIFIED IDEOGRAPH-54C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x54C9,
        name: "CJK UNIFIED IDEOGRAPH-54C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x54CA,
        name: "CJK UNIFIED IDEOGRAPH-54CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x54CB,
        name: "CJK UNIFIED IDEOGRAPH-54CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x54CC,
        name: "CJK UNIFIED IDEOGRAPH-54CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x54CD,
        name: "CJK UNIFIED IDEOGRAPH-54CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x54CE,
        name: "CJK UNIFIED IDEOGRAPH-54CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x54CF,
        name: "CJK UNIFIED IDEOGRAPH-54CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D0,
        name: "CJK UNIFIED IDEOGRAPH-54D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D1,
        name: "CJK UNIFIED IDEOGRAPH-54D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D2,
        name: "CJK UNIFIED IDEOGRAPH-54D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D3,
        name: "CJK UNIFIED IDEOGRAPH-54D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D4,
        name: "CJK UNIFIED IDEOGRAPH-54D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D5,
        name: "CJK UNIFIED IDEOGRAPH-54D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D6,
        name: "CJK UNIFIED IDEOGRAPH-54D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D7,
        name: "CJK UNIFIED IDEOGRAPH-54D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D8,
        name: "CJK UNIFIED IDEOGRAPH-54D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x54D9,
        name: "CJK UNIFIED IDEOGRAPH-54D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x54DA,
        name: "CJK UNIFIED IDEOGRAPH-54DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x54DB,
        name: "CJK UNIFIED IDEOGRAPH-54DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x54DC,
        name: "CJK UNIFIED IDEOGRAPH-54DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x54DD,
        name: "CJK UNIFIED IDEOGRAPH-54DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x54DE,
        name: "CJK UNIFIED IDEOGRAPH-54DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x54DF,
        name: "CJK UNIFIED IDEOGRAPH-54DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E0,
        name: "CJK UNIFIED IDEOGRAPH-54E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E1,
        name: "CJK UNIFIED IDEOGRAPH-54E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E2,
        name: "CJK UNIFIED IDEOGRAPH-54E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E3,
        name: "CJK UNIFIED IDEOGRAPH-54E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E4,
        name: "CJK UNIFIED IDEOGRAPH-54E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E5,
        name: "CJK UNIFIED IDEOGRAPH-54E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E6,
        name: "CJK UNIFIED IDEOGRAPH-54E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E7,
        name: "CJK UNIFIED IDEOGRAPH-54E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E8,
        name: "CJK UNIFIED IDEOGRAPH-54E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x54E9,
        name: "CJK UNIFIED IDEOGRAPH-54E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x54EA,
        name: "CJK UNIFIED IDEOGRAPH-54EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x54EB,
        name: "CJK UNIFIED IDEOGRAPH-54EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x54EC,
        name: "CJK UNIFIED IDEOGRAPH-54EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x54ED,
        name: "CJK UNIFIED IDEOGRAPH-54ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x54EE,
        name: "CJK UNIFIED IDEOGRAPH-54EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x54EF,
        name: "CJK UNIFIED IDEOGRAPH-54EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F0,
        name: "CJK UNIFIED IDEOGRAPH-54F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F1,
        name: "CJK UNIFIED IDEOGRAPH-54F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F2,
        name: "CJK UNIFIED IDEOGRAPH-54F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F3,
        name: "CJK UNIFIED IDEOGRAPH-54F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F4,
        name: "CJK UNIFIED IDEOGRAPH-54F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F5,
        name: "CJK UNIFIED IDEOGRAPH-54F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F6,
        name: "CJK UNIFIED IDEOGRAPH-54F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F7,
        name: "CJK UNIFIED IDEOGRAPH-54F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F8,
        name: "CJK UNIFIED IDEOGRAPH-54F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x54F9,
        name: "CJK UNIFIED IDEOGRAPH-54F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x54FA,
        name: "CJK UNIFIED IDEOGRAPH-54FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x54FB,
        name: "CJK UNIFIED IDEOGRAPH-54FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x54FC,
        name: "CJK UNIFIED IDEOGRAPH-54FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x54FD,
        name: "CJK UNIFIED IDEOGRAPH-54FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x54FE,
        name: "CJK UNIFIED IDEOGRAPH-54FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x54FF,
        name: "CJK UNIFIED IDEOGRAPH-54FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5500,
        name: "CJK UNIFIED IDEOGRAPH-5500",
    },
    Character {
        age: "1.1",
        codepoint: 0x5501,
        name: "CJK UNIFIED IDEOGRAPH-5501",
    },
    Character {
        age: "1.1",
        codepoint: 0x5502,
        name: "CJK UNIFIED IDEOGRAPH-5502",
    },
    Character {
        age: "1.1",
        codepoint: 0x5503,
        name: "CJK UNIFIED IDEOGRAPH-5503",
    },
    Character {
        age: "1.1",
        codepoint: 0x5504,
        name: "CJK UNIFIED IDEOGRAPH-5504",
    },
    Character {
        age: "1.1",
        codepoint: 0x5505,
        name: "CJK UNIFIED IDEOGRAPH-5505",
    },
    Character {
        age: "1.1",
        codepoint: 0x5506,
        name: "CJK UNIFIED IDEOGRAPH-5506",
    },
    Character {
        age: "1.1",
        codepoint: 0x5507,
        name: "CJK UNIFIED IDEOGRAPH-5507",
    },
    Character {
        age: "1.1",
        codepoint: 0x5508,
        name: "CJK UNIFIED IDEOGRAPH-5508",
    },
    Character {
        age: "1.1",
        codepoint: 0x5509,
        name: "CJK UNIFIED IDEOGRAPH-5509",
    },
    Character {
        age: "1.1",
        codepoint: 0x550A,
        name: "CJK UNIFIED IDEOGRAPH-550A",
    },
    Character {
        age: "1.1",
        codepoint: 0x550B,
        name: "CJK UNIFIED IDEOGRAPH-550B",
    },
    Character {
        age: "1.1",
        codepoint: 0x550C,
        name: "CJK UNIFIED IDEOGRAPH-550C",
    },
    Character {
        age: "1.1",
        codepoint: 0x550D,
        name: "CJK UNIFIED IDEOGRAPH-550D",
    },
    Character {
        age: "1.1",
        codepoint: 0x550E,
        name: "CJK UNIFIED IDEOGRAPH-550E",
    },
    Character {
        age: "1.1",
        codepoint: 0x550F,
        name: "CJK UNIFIED IDEOGRAPH-550F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5510,
        name: "CJK UNIFIED IDEOGRAPH-5510",
    },
    Character {
        age: "1.1",
        codepoint: 0x5511,
        name: "CJK UNIFIED IDEOGRAPH-5511",
    },
    Character {
        age: "1.1",
        codepoint: 0x5512,
        name: "CJK UNIFIED IDEOGRAPH-5512",
    },
    Character {
        age: "1.1",
        codepoint: 0x5513,
        name: "CJK UNIFIED IDEOGRAPH-5513",
    },
    Character {
        age: "1.1",
        codepoint: 0x5514,
        name: "CJK UNIFIED IDEOGRAPH-5514",
    },
    Character {
        age: "1.1",
        codepoint: 0x5515,
        name: "CJK UNIFIED IDEOGRAPH-5515",
    },
    Character {
        age: "1.1",
        codepoint: 0x5516,
        name: "CJK UNIFIED IDEOGRAPH-5516",
    },
    Character {
        age: "1.1",
        codepoint: 0x5517,
        name: "CJK UNIFIED IDEOGRAPH-5517",
    },
    Character {
        age: "1.1",
        codepoint: 0x5518,
        name: "CJK UNIFIED IDEOGRAPH-5518",
    },
    Character {
        age: "1.1",
        codepoint: 0x5519,
        name: "CJK UNIFIED IDEOGRAPH-5519",
    },
    Character {
        age: "1.1",
        codepoint: 0x551A,
        name: "CJK UNIFIED IDEOGRAPH-551A",
    },
    Character {
        age: "1.1",
        codepoint: 0x551B,
        name: "CJK UNIFIED IDEOGRAPH-551B",
    },
    Character {
        age: "1.1",
        codepoint: 0x551C,
        name: "CJK UNIFIED IDEOGRAPH-551C",
    },
    Character {
        age: "1.1",
        codepoint: 0x551D,
        name: "CJK UNIFIED IDEOGRAPH-551D",
    },
    Character {
        age: "1.1",
        codepoint: 0x551E,
        name: "CJK UNIFIED IDEOGRAPH-551E",
    },
    Character {
        age: "1.1",
        codepoint: 0x551F,
        name: "CJK UNIFIED IDEOGRAPH-551F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5520,
        name: "CJK UNIFIED IDEOGRAPH-5520",
    },
    Character {
        age: "1.1",
        codepoint: 0x5521,
        name: "CJK UNIFIED IDEOGRAPH-5521",
    },
    Character {
        age: "1.1",
        codepoint: 0x5522,
        name: "CJK UNIFIED IDEOGRAPH-5522",
    },
    Character {
        age: "1.1",
        codepoint: 0x5523,
        name: "CJK UNIFIED IDEOGRAPH-5523",
    },
    Character {
        age: "1.1",
        codepoint: 0x5524,
        name: "CJK UNIFIED IDEOGRAPH-5524",
    },
    Character {
        age: "1.1",
        codepoint: 0x5525,
        name: "CJK UNIFIED IDEOGRAPH-5525",
    },
    Character {
        age: "1.1",
        codepoint: 0x5526,
        name: "CJK UNIFIED IDEOGRAPH-5526",
    },
    Character {
        age: "1.1",
        codepoint: 0x5527,
        name: "CJK UNIFIED IDEOGRAPH-5527",
    },
    Character {
        age: "1.1",
        codepoint: 0x5528,
        name: "CJK UNIFIED IDEOGRAPH-5528",
    },
    Character {
        age: "1.1",
        codepoint: 0x5529,
        name: "CJK UNIFIED IDEOGRAPH-5529",
    },
    Character {
        age: "1.1",
        codepoint: 0x552A,
        name: "CJK UNIFIED IDEOGRAPH-552A",
    },
    Character {
        age: "1.1",
        codepoint: 0x552B,
        name: "CJK UNIFIED IDEOGRAPH-552B",
    },
    Character {
        age: "1.1",
        codepoint: 0x552C,
        name: "CJK UNIFIED IDEOGRAPH-552C",
    },
    Character {
        age: "1.1",
        codepoint: 0x552D,
        name: "CJK UNIFIED IDEOGRAPH-552D",
    },
    Character {
        age: "1.1",
        codepoint: 0x552E,
        name: "CJK UNIFIED IDEOGRAPH-552E",
    },
    Character {
        age: "1.1",
        codepoint: 0x552F,
        name: "CJK UNIFIED IDEOGRAPH-552F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5530,
        name: "CJK UNIFIED IDEOGRAPH-5530",
    },
    Character {
        age: "1.1",
        codepoint: 0x5531,
        name: "CJK UNIFIED IDEOGRAPH-5531",
    },
    Character {
        age: "1.1",
        codepoint: 0x5532,
        name: "CJK UNIFIED IDEOGRAPH-5532",
    },
    Character {
        age: "1.1",
        codepoint: 0x5533,
        name: "CJK UNIFIED IDEOGRAPH-5533",
    },
    Character {
        age: "1.1",
        codepoint: 0x5534,
        name: "CJK UNIFIED IDEOGRAPH-5534",
    },
    Character {
        age: "1.1",
        codepoint: 0x5535,
        name: "CJK UNIFIED IDEOGRAPH-5535",
    },
    Character {
        age: "1.1",
        codepoint: 0x5536,
        name: "CJK UNIFIED IDEOGRAPH-5536",
    },
    Character {
        age: "1.1",
        codepoint: 0x5537,
        name: "CJK UNIFIED IDEOGRAPH-5537",
    },
    Character {
        age: "1.1",
        codepoint: 0x5538,
        name: "CJK UNIFIED IDEOGRAPH-5538",
    },
    Character {
        age: "1.1",
        codepoint: 0x5539,
        name: "CJK UNIFIED IDEOGRAPH-5539",
    },
    Character {
        age: "1.1",
        codepoint: 0x553A,
        name: "CJK UNIFIED IDEOGRAPH-553A",
    },
    Character {
        age: "1.1",
        codepoint: 0x553B,
        name: "CJK UNIFIED IDEOGRAPH-553B",
    },
    Character {
        age: "1.1",
        codepoint: 0x553C,
        name: "CJK UNIFIED IDEOGRAPH-553C",
    },
    Character {
        age: "1.1",
        codepoint: 0x553D,
        name: "CJK UNIFIED IDEOGRAPH-553D",
    },
    Character {
        age: "1.1",
        codepoint: 0x553E,
        name: "CJK UNIFIED IDEOGRAPH-553E",
    },
    Character {
        age: "1.1",
        codepoint: 0x553F,
        name: "CJK UNIFIED IDEOGRAPH-553F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5540,
        name: "CJK UNIFIED IDEOGRAPH-5540",
    },
    Character {
        age: "1.1",
        codepoint: 0x5541,
        name: "CJK UNIFIED IDEOGRAPH-5541",
    },
    Character {
        age: "1.1",
        codepoint: 0x5542,
        name: "CJK UNIFIED IDEOGRAPH-5542",
    },
    Character {
        age: "1.1",
        codepoint: 0x5543,
        name: "CJK UNIFIED IDEOGRAPH-5543",
    },
    Character {
        age: "1.1",
        codepoint: 0x5544,
        name: "CJK UNIFIED IDEOGRAPH-5544",
    },
    Character {
        age: "1.1",
        codepoint: 0x5545,
        name: "CJK UNIFIED IDEOGRAPH-5545",
    },
    Character {
        age: "1.1",
        codepoint: 0x5546,
        name: "CJK UNIFIED IDEOGRAPH-5546",
    },
    Character {
        age: "1.1",
        codepoint: 0x5547,
        name: "CJK UNIFIED IDEOGRAPH-5547",
    },
    Character {
        age: "1.1",
        codepoint: 0x5548,
        name: "CJK UNIFIED IDEOGRAPH-5548",
    },
    Character {
        age: "1.1",
        codepoint: 0x5549,
        name: "CJK UNIFIED IDEOGRAPH-5549",
    },
    Character {
        age: "1.1",
        codepoint: 0x554A,
        name: "CJK UNIFIED IDEOGRAPH-554A",
    },
    Character {
        age: "1.1",
        codepoint: 0x554B,
        name: "CJK UNIFIED IDEOGRAPH-554B",
    },
    Character {
        age: "1.1",
        codepoint: 0x554C,
        name: "CJK UNIFIED IDEOGRAPH-554C",
    },
    Character {
        age: "1.1",
        codepoint: 0x554D,
        name: "CJK UNIFIED IDEOGRAPH-554D",
    },
    Character {
        age: "1.1",
        codepoint: 0x554E,
        name: "CJK UNIFIED IDEOGRAPH-554E",
    },
    Character {
        age: "1.1",
        codepoint: 0x554F,
        name: "CJK UNIFIED IDEOGRAPH-554F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5550,
        name: "CJK UNIFIED IDEOGRAPH-5550",
    },
    Character {
        age: "1.1",
        codepoint: 0x5551,
        name: "CJK UNIFIED IDEOGRAPH-5551",
    },
    Character {
        age: "1.1",
        codepoint: 0x5552,
        name: "CJK UNIFIED IDEOGRAPH-5552",
    },
    Character {
        age: "1.1",
        codepoint: 0x5553,
        name: "CJK UNIFIED IDEOGRAPH-5553",
    },
    Character {
        age: "1.1",
        codepoint: 0x5554,
        name: "CJK UNIFIED IDEOGRAPH-5554",
    },
    Character {
        age: "1.1",
        codepoint: 0x5555,
        name: "CJK UNIFIED IDEOGRAPH-5555",
    },
    Character {
        age: "1.1",
        codepoint: 0x5556,
        name: "CJK UNIFIED IDEOGRAPH-5556",
    },
    Character {
        age: "1.1",
        codepoint: 0x5557,
        name: "CJK UNIFIED IDEOGRAPH-5557",
    },
    Character {
        age: "1.1",
        codepoint: 0x5558,
        name: "CJK UNIFIED IDEOGRAPH-5558",
    },
    Character {
        age: "1.1",
        codepoint: 0x5559,
        name: "CJK UNIFIED IDEOGRAPH-5559",
    },
    Character {
        age: "1.1",
        codepoint: 0x555A,
        name: "CJK UNIFIED IDEOGRAPH-555A",
    },
    Character {
        age: "1.1",
        codepoint: 0x555B,
        name: "CJK UNIFIED IDEOGRAPH-555B",
    },
    Character {
        age: "1.1",
        codepoint: 0x555C,
        name: "CJK UNIFIED IDEOGRAPH-555C",
    },
    Character {
        age: "1.1",
        codepoint: 0x555D,
        name: "CJK UNIFIED IDEOGRAPH-555D",
    },
    Character {
        age: "1.1",
        codepoint: 0x555E,
        name: "CJK UNIFIED IDEOGRAPH-555E",
    },
    Character {
        age: "1.1",
        codepoint: 0x555F,
        name: "CJK UNIFIED IDEOGRAPH-555F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5560,
        name: "CJK UNIFIED IDEOGRAPH-5560",
    },
    Character {
        age: "1.1",
        codepoint: 0x5561,
        name: "CJK UNIFIED IDEOGRAPH-5561",
    },
    Character {
        age: "1.1",
        codepoint: 0x5562,
        name: "CJK UNIFIED IDEOGRAPH-5562",
    },
    Character {
        age: "1.1",
        codepoint: 0x5563,
        name: "CJK UNIFIED IDEOGRAPH-5563",
    },
    Character {
        age: "1.1",
        codepoint: 0x5564,
        name: "CJK UNIFIED IDEOGRAPH-5564",
    },
    Character {
        age: "1.1",
        codepoint: 0x5565,
        name: "CJK UNIFIED IDEOGRAPH-5565",
    },
    Character {
        age: "1.1",
        codepoint: 0x5566,
        name: "CJK UNIFIED IDEOGRAPH-5566",
    },
    Character {
        age: "1.1",
        codepoint: 0x5567,
        name: "CJK UNIFIED IDEOGRAPH-5567",
    },
    Character {
        age: "1.1",
        codepoint: 0x5568,
        name: "CJK UNIFIED IDEOGRAPH-5568",
    },
    Character {
        age: "1.1",
        codepoint: 0x5569,
        name: "CJK UNIFIED IDEOGRAPH-5569",
    },
    Character {
        age: "1.1",
        codepoint: 0x556A,
        name: "CJK UNIFIED IDEOGRAPH-556A",
    },
    Character {
        age: "1.1",
        codepoint: 0x556B,
        name: "CJK UNIFIED IDEOGRAPH-556B",
    },
    Character {
        age: "1.1",
        codepoint: 0x556C,
        name: "CJK UNIFIED IDEOGRAPH-556C",
    },
    Character {
        age: "1.1",
        codepoint: 0x556D,
        name: "CJK UNIFIED IDEOGRAPH-556D",
    },
    Character {
        age: "1.1",
        codepoint: 0x556E,
        name: "CJK UNIFIED IDEOGRAPH-556E",
    },
    Character {
        age: "1.1",
        codepoint: 0x556F,
        name: "CJK UNIFIED IDEOGRAPH-556F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5570,
        name: "CJK UNIFIED IDEOGRAPH-5570",
    },
    Character {
        age: "1.1",
        codepoint: 0x5571,
        name: "CJK UNIFIED IDEOGRAPH-5571",
    },
    Character {
        age: "1.1",
        codepoint: 0x5572,
        name: "CJK UNIFIED IDEOGRAPH-5572",
    },
    Character {
        age: "1.1",
        codepoint: 0x5573,
        name: "CJK UNIFIED IDEOGRAPH-5573",
    },
    Character {
        age: "1.1",
        codepoint: 0x5574,
        name: "CJK UNIFIED IDEOGRAPH-5574",
    },
    Character {
        age: "1.1",
        codepoint: 0x5575,
        name: "CJK UNIFIED IDEOGRAPH-5575",
    },
    Character {
        age: "1.1",
        codepoint: 0x5576,
        name: "CJK UNIFIED IDEOGRAPH-5576",
    },
    Character {
        age: "1.1",
        codepoint: 0x5577,
        name: "CJK UNIFIED IDEOGRAPH-5577",
    },
    Character {
        age: "1.1",
        codepoint: 0x5578,
        name: "CJK UNIFIED IDEOGRAPH-5578",
    },
    Character {
        age: "1.1",
        codepoint: 0x5579,
        name: "CJK UNIFIED IDEOGRAPH-5579",
    },
    Character {
        age: "1.1",
        codepoint: 0x557A,
        name: "CJK UNIFIED IDEOGRAPH-557A",
    },
    Character {
        age: "1.1",
        codepoint: 0x557B,
        name: "CJK UNIFIED IDEOGRAPH-557B",
    },
    Character {
        age: "1.1",
        codepoint: 0x557C,
        name: "CJK UNIFIED IDEOGRAPH-557C",
    },
    Character {
        age: "1.1",
        codepoint: 0x557D,
        name: "CJK UNIFIED IDEOGRAPH-557D",
    },
    Character {
        age: "1.1",
        codepoint: 0x557E,
        name: "CJK UNIFIED IDEOGRAPH-557E",
    },
    Character {
        age: "1.1",
        codepoint: 0x557F,
        name: "CJK UNIFIED IDEOGRAPH-557F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5580,
        name: "CJK UNIFIED IDEOGRAPH-5580",
    },
    Character {
        age: "1.1",
        codepoint: 0x5581,
        name: "CJK UNIFIED IDEOGRAPH-5581",
    },
    Character {
        age: "1.1",
        codepoint: 0x5582,
        name: "CJK UNIFIED IDEOGRAPH-5582",
    },
    Character {
        age: "1.1",
        codepoint: 0x5583,
        name: "CJK UNIFIED IDEOGRAPH-5583",
    },
    Character {
        age: "1.1",
        codepoint: 0x5584,
        name: "CJK UNIFIED IDEOGRAPH-5584",
    },
    Character {
        age: "1.1",
        codepoint: 0x5585,
        name: "CJK UNIFIED IDEOGRAPH-5585",
    },
    Character {
        age: "1.1",
        codepoint: 0x5586,
        name: "CJK UNIFIED IDEOGRAPH-5586",
    },
    Character {
        age: "1.1",
        codepoint: 0x5587,
        name: "CJK UNIFIED IDEOGRAPH-5587",
    },
    Character {
        age: "1.1",
        codepoint: 0x5588,
        name: "CJK UNIFIED IDEOGRAPH-5588",
    },
    Character {
        age: "1.1",
        codepoint: 0x5589,
        name: "CJK UNIFIED IDEOGRAPH-5589",
    },
    Character {
        age: "1.1",
        codepoint: 0x558A,
        name: "CJK UNIFIED IDEOGRAPH-558A",
    },
    Character {
        age: "1.1",
        codepoint: 0x558B,
        name: "CJK UNIFIED IDEOGRAPH-558B",
    },
    Character {
        age: "1.1",
        codepoint: 0x558C,
        name: "CJK UNIFIED IDEOGRAPH-558C",
    },
    Character {
        age: "1.1",
        codepoint: 0x558D,
        name: "CJK UNIFIED IDEOGRAPH-558D",
    },
    Character {
        age: "1.1",
        codepoint: 0x558E,
        name: "CJK UNIFIED IDEOGRAPH-558E",
    },
    Character {
        age: "1.1",
        codepoint: 0x558F,
        name: "CJK UNIFIED IDEOGRAPH-558F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5590,
        name: "CJK UNIFIED IDEOGRAPH-5590",
    },
    Character {
        age: "1.1",
        codepoint: 0x5591,
        name: "CJK UNIFIED IDEOGRAPH-5591",
    },
    Character {
        age: "1.1",
        codepoint: 0x5592,
        name: "CJK UNIFIED IDEOGRAPH-5592",
    },
    Character {
        age: "1.1",
        codepoint: 0x5593,
        name: "CJK UNIFIED IDEOGRAPH-5593",
    },
    Character {
        age: "1.1",
        codepoint: 0x5594,
        name: "CJK UNIFIED IDEOGRAPH-5594",
    },
    Character {
        age: "1.1",
        codepoint: 0x5595,
        name: "CJK UNIFIED IDEOGRAPH-5595",
    },
    Character {
        age: "1.1",
        codepoint: 0x5596,
        name: "CJK UNIFIED IDEOGRAPH-5596",
    },
    Character {
        age: "1.1",
        codepoint: 0x5597,
        name: "CJK UNIFIED IDEOGRAPH-5597",
    },
    Character {
        age: "1.1",
        codepoint: 0x5598,
        name: "CJK UNIFIED IDEOGRAPH-5598",
    },
    Character {
        age: "1.1",
        codepoint: 0x5599,
        name: "CJK UNIFIED IDEOGRAPH-5599",
    },
    Character {
        age: "1.1",
        codepoint: 0x559A,
        name: "CJK UNIFIED IDEOGRAPH-559A",
    },
    Character {
        age: "1.1",
        codepoint: 0x559B,
        name: "CJK UNIFIED IDEOGRAPH-559B",
    },
    Character {
        age: "1.1",
        codepoint: 0x559C,
        name: "CJK UNIFIED IDEOGRAPH-559C",
    },
    Character {
        age: "1.1",
        codepoint: 0x559D,
        name: "CJK UNIFIED IDEOGRAPH-559D",
    },
    Character {
        age: "1.1",
        codepoint: 0x559E,
        name: "CJK UNIFIED IDEOGRAPH-559E",
    },
    Character {
        age: "1.1",
        codepoint: 0x559F,
        name: "CJK UNIFIED IDEOGRAPH-559F",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A0,
        name: "CJK UNIFIED IDEOGRAPH-55A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A1,
        name: "CJK UNIFIED IDEOGRAPH-55A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A2,
        name: "CJK UNIFIED IDEOGRAPH-55A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A3,
        name: "CJK UNIFIED IDEOGRAPH-55A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A4,
        name: "CJK UNIFIED IDEOGRAPH-55A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A5,
        name: "CJK UNIFIED IDEOGRAPH-55A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A6,
        name: "CJK UNIFIED IDEOGRAPH-55A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A7,
        name: "CJK UNIFIED IDEOGRAPH-55A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A8,
        name: "CJK UNIFIED IDEOGRAPH-55A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x55A9,
        name: "CJK UNIFIED IDEOGRAPH-55A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x55AA,
        name: "CJK UNIFIED IDEOGRAPH-55AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x55AB,
        name: "CJK UNIFIED IDEOGRAPH-55AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x55AC,
        name: "CJK UNIFIED IDEOGRAPH-55AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x55AD,
        name: "CJK UNIFIED IDEOGRAPH-55AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x55AE,
        name: "CJK UNIFIED IDEOGRAPH-55AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x55AF,
        name: "CJK UNIFIED IDEOGRAPH-55AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B0,
        name: "CJK UNIFIED IDEOGRAPH-55B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B1,
        name: "CJK UNIFIED IDEOGRAPH-55B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B2,
        name: "CJK UNIFIED IDEOGRAPH-55B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B3,
        name: "CJK UNIFIED IDEOGRAPH-55B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B4,
        name: "CJK UNIFIED IDEOGRAPH-55B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B5,
        name: "CJK UNIFIED IDEOGRAPH-55B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B6,
        name: "CJK UNIFIED IDEOGRAPH-55B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B7,
        name: "CJK UNIFIED IDEOGRAPH-55B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B8,
        name: "CJK UNIFIED IDEOGRAPH-55B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x55B9,
        name: "CJK UNIFIED IDEOGRAPH-55B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x55BA,
        name: "CJK UNIFIED IDEOGRAPH-55BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x55BB,
        name: "CJK UNIFIED IDEOGRAPH-55BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x55BC,
        name: "CJK UNIFIED IDEOGRAPH-55BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x55BD,
        name: "CJK UNIFIED IDEOGRAPH-55BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x55BE,
        name: "CJK UNIFIED IDEOGRAPH-55BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x55BF,
        name: "CJK UNIFIED IDEOGRAPH-55BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C0,
        name: "CJK UNIFIED IDEOGRAPH-55C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C1,
        name: "CJK UNIFIED IDEOGRAPH-55C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C2,
        name: "CJK UNIFIED IDEOGRAPH-55C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C3,
        name: "CJK UNIFIED IDEOGRAPH-55C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C4,
        name: "CJK UNIFIED IDEOGRAPH-55C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C5,
        name: "CJK UNIFIED IDEOGRAPH-55C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C6,
        name: "CJK UNIFIED IDEOGRAPH-55C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C7,
        name: "CJK UNIFIED IDEOGRAPH-55C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C8,
        name: "CJK UNIFIED IDEOGRAPH-55C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x55C9,
        name: "CJK UNIFIED IDEOGRAPH-55C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x55CA,
        name: "CJK UNIFIED IDEOGRAPH-55CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x55CB,
        name: "CJK UNIFIED IDEOGRAPH-55CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x55CC,
        name: "CJK UNIFIED IDEOGRAPH-55CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x55CD,
        name: "CJK UNIFIED IDEOGRAPH-55CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x55CE,
        name: "CJK UNIFIED IDEOGRAPH-55CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x55CF,
        name: "CJK UNIFIED IDEOGRAPH-55CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D0,
        name: "CJK UNIFIED IDEOGRAPH-55D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D1,
        name: "CJK UNIFIED IDEOGRAPH-55D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D2,
        name: "CJK UNIFIED IDEOGRAPH-55D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D3,
        name: "CJK UNIFIED IDEOGRAPH-55D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D4,
        name: "CJK UNIFIED IDEOGRAPH-55D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D5,
        name: "CJK UNIFIED IDEOGRAPH-55D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D6,
        name: "CJK UNIFIED IDEOGRAPH-55D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D7,
        name: "CJK UNIFIED IDEOGRAPH-55D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D8,
        name: "CJK UNIFIED IDEOGRAPH-55D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x55D9,
        name: "CJK UNIFIED IDEOGRAPH-55D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x55DA,
        name: "CJK UNIFIED IDEOGRAPH-55DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x55DB,
        name: "CJK UNIFIED IDEOGRAPH-55DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x55DC,
        name: "CJK UNIFIED IDEOGRAPH-55DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x55DD,
        name: "CJK UNIFIED IDEOGRAPH-55DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x55DE,
        name: "CJK UNIFIED IDEOGRAPH-55DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x55DF,
        name: "CJK UNIFIED IDEOGRAPH-55DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E0,
        name: "CJK UNIFIED IDEOGRAPH-55E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E1,
        name: "CJK UNIFIED IDEOGRAPH-55E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E2,
        name: "CJK UNIFIED IDEOGRAPH-55E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E3,
        name: "CJK UNIFIED IDEOGRAPH-55E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E4,
        name: "CJK UNIFIED IDEOGRAPH-55E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E5,
        name: "CJK UNIFIED IDEOGRAPH-55E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E6,
        name: "CJK UNIFIED IDEOGRAPH-55E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E7,
        name: "CJK UNIFIED IDEOGRAPH-55E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E8,
        name: "CJK UNIFIED IDEOGRAPH-55E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x55E9,
        name: "CJK UNIFIED IDEOGRAPH-55E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x55EA,
        name: "CJK UNIFIED IDEOGRAPH-55EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x55EB,
        name: "CJK UNIFIED IDEOGRAPH-55EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x55EC,
        name: "CJK UNIFIED IDEOGRAPH-55EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x55ED,
        name: "CJK UNIFIED IDEOGRAPH-55ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x55EE,
        name: "CJK UNIFIED IDEOGRAPH-55EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x55EF,
        name: "CJK UNIFIED IDEOGRAPH-55EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F0,
        name: "CJK UNIFIED IDEOGRAPH-55F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F1,
        name: "CJK UNIFIED IDEOGRAPH-55F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F2,
        name: "CJK UNIFIED IDEOGRAPH-55F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F3,
        name: "CJK UNIFIED IDEOGRAPH-55F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F4,
        name: "CJK UNIFIED IDEOGRAPH-55F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F5,
        name: "CJK UNIFIED IDEOGRAPH-55F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F6,
        name: "CJK UNIFIED IDEOGRAPH-55F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F7,
        name: "CJK UNIFIED IDEOGRAPH-55F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F8,
        name: "CJK UNIFIED IDEOGRAPH-55F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x55F9,
        name: "CJK UNIFIED IDEOGRAPH-55F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x55FA,
        name: "CJK UNIFIED IDEOGRAPH-55FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x55FB,
        name: "CJK UNIFIED IDEOGRAPH-55FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x55FC,
        name: "CJK UNIFIED IDEOGRAPH-55FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x55FD,
        name: "CJK UNIFIED IDEOGRAPH-55FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x55FE,
        name: "CJK UNIFIED IDEOGRAPH-55FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x55FF,
        name: "CJK UNIFIED IDEOGRAPH-55FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5600,
        name: "CJK UNIFIED IDEOGRAPH-5600",
    },
    Character {
        age: "1.1",
        codepoint: 0x5601,
        name: "CJK UNIFIED IDEOGRAPH-5601",
    },
    Character {
        age: "1.1",
        codepoint: 0x5602,
        name: "CJK UNIFIED IDEOGRAPH-5602",
    },
    Character {
        age: "1.1",
        codepoint: 0x5603,
        name: "CJK UNIFIED IDEOGRAPH-5603",
    },
    Character {
        age: "1.1",
        codepoint: 0x5604,
        name: "CJK UNIFIED IDEOGRAPH-5604",
    },
    Character {
        age: "1.1",
        codepoint: 0x5605,
        name: "CJK UNIFIED IDEOGRAPH-5605",
    },
    Character {
        age: "1.1",
        codepoint: 0x5606,
        name: "CJK UNIFIED IDEOGRAPH-5606",
    },
    Character {
        age: "1.1",
        codepoint: 0x5607,
        name: "CJK UNIFIED IDEOGRAPH-5607",
    },
    Character {
        age: "1.1",
        codepoint: 0x5608,
        name: "CJK UNIFIED IDEOGRAPH-5608",
    },
    Character {
        age: "1.1",
        codepoint: 0x5609,
        name: "CJK UNIFIED IDEOGRAPH-5609",
    },
    Character {
        age: "1.1",
        codepoint: 0x560A,
        name: "CJK UNIFIED IDEOGRAPH-560A",
    },
    Character {
        age: "1.1",
        codepoint: 0x560B,
        name: "CJK UNIFIED IDEOGRAPH-560B",
    },
    Character {
        age: "1.1",
        codepoint: 0x560C,
        name: "CJK UNIFIED IDEOGRAPH-560C",
    },
    Character {
        age: "1.1",
        codepoint: 0x560D,
        name: "CJK UNIFIED IDEOGRAPH-560D",
    },
    Character {
        age: "1.1",
        codepoint: 0x560E,
        name: "CJK UNIFIED IDEOGRAPH-560E",
    },
    Character {
        age: "1.1",
        codepoint: 0x560F,
        name: "CJK UNIFIED IDEOGRAPH-560F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5610,
        name: "CJK UNIFIED IDEOGRAPH-5610",
    },
    Character {
        age: "1.1",
        codepoint: 0x5611,
        name: "CJK UNIFIED IDEOGRAPH-5611",
    },
    Character {
        age: "1.1",
        codepoint: 0x5612,
        name: "CJK UNIFIED IDEOGRAPH-5612",
    },
    Character {
        age: "1.1",
        codepoint: 0x5613,
        name: "CJK UNIFIED IDEOGRAPH-5613",
    },
    Character {
        age: "1.1",
        codepoint: 0x5614,
        name: "CJK UNIFIED IDEOGRAPH-5614",
    },
    Character {
        age: "1.1",
        codepoint: 0x5615,
        name: "CJK UNIFIED IDEOGRAPH-5615",
    },
    Character {
        age: "1.1",
        codepoint: 0x5616,
        name: "CJK UNIFIED IDEOGRAPH-5616",
    },
    Character {
        age: "1.1",
        codepoint: 0x5617,
        name: "CJK UNIFIED IDEOGRAPH-5617",
    },
    Character {
        age: "1.1",
        codepoint: 0x5618,
        name: "CJK UNIFIED IDEOGRAPH-5618",
    },
    Character {
        age: "1.1",
        codepoint: 0x5619,
        name: "CJK UNIFIED IDEOGRAPH-5619",
    },
    Character {
        age: "1.1",
        codepoint: 0x561A,
        name: "CJK UNIFIED IDEOGRAPH-561A",
    },
    Character {
        age: "1.1",
        codepoint: 0x561B,
        name: "CJK UNIFIED IDEOGRAPH-561B",
    },
    Character {
        age: "1.1",
        codepoint: 0x561C,
        name: "CJK UNIFIED IDEOGRAPH-561C",
    },
    Character {
        age: "1.1",
        codepoint: 0x561D,
        name: "CJK UNIFIED IDEOGRAPH-561D",
    },
    Character {
        age: "1.1",
        codepoint: 0x561E,
        name: "CJK UNIFIED IDEOGRAPH-561E",
    },
    Character {
        age: "1.1",
        codepoint: 0x561F,
        name: "CJK UNIFIED IDEOGRAPH-561F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5620,
        name: "CJK UNIFIED IDEOGRAPH-5620",
    },
    Character {
        age: "1.1",
        codepoint: 0x5621,
        name: "CJK UNIFIED IDEOGRAPH-5621",
    },
    Character {
        age: "1.1",
        codepoint: 0x5622,
        name: "CJK UNIFIED IDEOGRAPH-5622",
    },
    Character {
        age: "1.1",
        codepoint: 0x5623,
        name: "CJK UNIFIED IDEOGRAPH-5623",
    },
    Character {
        age: "1.1",
        codepoint: 0x5624,
        name: "CJK UNIFIED IDEOGRAPH-5624",
    },
    Character {
        age: "1.1",
        codepoint: 0x5625,
        name: "CJK UNIFIED IDEOGRAPH-5625",
    },
    Character {
        age: "1.1",
        codepoint: 0x5626,
        name: "CJK UNIFIED IDEOGRAPH-5626",
    },
    Character {
        age: "1.1",
        codepoint: 0x5627,
        name: "CJK UNIFIED IDEOGRAPH-5627",
    },
    Character {
        age: "1.1",
        codepoint: 0x5628,
        name: "CJK UNIFIED IDEOGRAPH-5628",
    },
    Character {
        age: "1.1",
        codepoint: 0x5629,
        name: "CJK UNIFIED IDEOGRAPH-5629",
    },
    Character {
        age: "1.1",
        codepoint: 0x562A,
        name: "CJK UNIFIED IDEOGRAPH-562A",
    },
    Character {
        age: "1.1",
        codepoint: 0x562B,
        name: "CJK UNIFIED IDEOGRAPH-562B",
    },
    Character {
        age: "1.1",
        codepoint: 0x562C,
        name: "CJK UNIFIED IDEOGRAPH-562C",
    },
    Character {
        age: "1.1",
        codepoint: 0x562D,
        name: "CJK UNIFIED IDEOGRAPH-562D",
    },
    Character {
        age: "1.1",
        codepoint: 0x562E,
        name: "CJK UNIFIED IDEOGRAPH-562E",
    },
    Character {
        age: "1.1",
        codepoint: 0x562F,
        name: "CJK UNIFIED IDEOGRAPH-562F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5630,
        name: "CJK UNIFIED IDEOGRAPH-5630",
    },
    Character {
        age: "1.1",
        codepoint: 0x5631,
        name: "CJK UNIFIED IDEOGRAPH-5631",
    },
    Character {
        age: "1.1",
        codepoint: 0x5632,
        name: "CJK UNIFIED IDEOGRAPH-5632",
    },
    Character {
        age: "1.1",
        codepoint: 0x5633,
        name: "CJK UNIFIED IDEOGRAPH-5633",
    },
    Character {
        age: "1.1",
        codepoint: 0x5634,
        name: "CJK UNIFIED IDEOGRAPH-5634",
    },
    Character {
        age: "1.1",
        codepoint: 0x5635,
        name: "CJK UNIFIED IDEOGRAPH-5635",
    },
    Character {
        age: "1.1",
        codepoint: 0x5636,
        name: "CJK UNIFIED IDEOGRAPH-5636",
    },
    Character {
        age: "1.1",
        codepoint: 0x5637,
        name: "CJK UNIFIED IDEOGRAPH-5637",
    },
    Character {
        age: "1.1",
        codepoint: 0x5638,
        name: "CJK UNIFIED IDEOGRAPH-5638",
    },
    Character {
        age: "1.1",
        codepoint: 0x5639,
        name: "CJK UNIFIED IDEOGRAPH-5639",
    },
    Character {
        age: "1.1",
        codepoint: 0x563A,
        name: "CJK UNIFIED IDEOGRAPH-563A",
    },
    Character {
        age: "1.1",
        codepoint: 0x563B,
        name: "CJK UNIFIED IDEOGRAPH-563B",
    },
    Character {
        age: "1.1",
        codepoint: 0x563C,
        name: "CJK UNIFIED IDEOGRAPH-563C",
    },
    Character {
        age: "1.1",
        codepoint: 0x563D,
        name: "CJK UNIFIED IDEOGRAPH-563D",
    },
    Character {
        age: "1.1",
        codepoint: 0x563E,
        name: "CJK UNIFIED IDEOGRAPH-563E",
    },
    Character {
        age: "1.1",
        codepoint: 0x563F,
        name: "CJK UNIFIED IDEOGRAPH-563F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5640,
        name: "CJK UNIFIED IDEOGRAPH-5640",
    },
    Character {
        age: "1.1",
        codepoint: 0x5641,
        name: "CJK UNIFIED IDEOGRAPH-5641",
    },
    Character {
        age: "1.1",
        codepoint: 0x5642,
        name: "CJK UNIFIED IDEOGRAPH-5642",
    },
    Character {
        age: "1.1",
        codepoint: 0x5643,
        name: "CJK UNIFIED IDEOGRAPH-5643",
    },
    Character {
        age: "1.1",
        codepoint: 0x5644,
        name: "CJK UNIFIED IDEOGRAPH-5644",
    },
    Character {
        age: "1.1",
        codepoint: 0x5645,
        name: "CJK UNIFIED IDEOGRAPH-5645",
    },
    Character {
        age: "1.1",
        codepoint: 0x5646,
        name: "CJK UNIFIED IDEOGRAPH-5646",
    },
    Character {
        age: "1.1",
        codepoint: 0x5647,
        name: "CJK UNIFIED IDEOGRAPH-5647",
    },
    Character {
        age: "1.1",
        codepoint: 0x5648,
        name: "CJK UNIFIED IDEOGRAPH-5648",
    },
    Character {
        age: "1.1",
        codepoint: 0x5649,
        name: "CJK UNIFIED IDEOGRAPH-5649",
    },
    Character {
        age: "1.1",
        codepoint: 0x564A,
        name: "CJK UNIFIED IDEOGRAPH-564A",
    },
    Character {
        age: "1.1",
        codepoint: 0x564B,
        name: "CJK UNIFIED IDEOGRAPH-564B",
    },
    Character {
        age: "1.1",
        codepoint: 0x564C,
        name: "CJK UNIFIED IDEOGRAPH-564C",
    },
    Character {
        age: "1.1",
        codepoint: 0x564D,
        name: "CJK UNIFIED IDEOGRAPH-564D",
    },
    Character {
        age: "1.1",
        codepoint: 0x564E,
        name: "CJK UNIFIED IDEOGRAPH-564E",
    },
    Character {
        age: "1.1",
        codepoint: 0x564F,
        name: "CJK UNIFIED IDEOGRAPH-564F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5650,
        name: "CJK UNIFIED IDEOGRAPH-5650",
    },
    Character {
        age: "1.1",
        codepoint: 0x5651,
        name: "CJK UNIFIED IDEOGRAPH-5651",
    },
    Character {
        age: "1.1",
        codepoint: 0x5652,
        name: "CJK UNIFIED IDEOGRAPH-5652",
    },
    Character {
        age: "1.1",
        codepoint: 0x5653,
        name: "CJK UNIFIED IDEOGRAPH-5653",
    },
    Character {
        age: "1.1",
        codepoint: 0x5654,
        name: "CJK UNIFIED IDEOGRAPH-5654",
    },
    Character {
        age: "1.1",
        codepoint: 0x5655,
        name: "CJK UNIFIED IDEOGRAPH-5655",
    },
    Character {
        age: "1.1",
        codepoint: 0x5656,
        name: "CJK UNIFIED IDEOGRAPH-5656",
    },
    Character {
        age: "1.1",
        codepoint: 0x5657,
        name: "CJK UNIFIED IDEOGRAPH-5657",
    },
    Character {
        age: "1.1",
        codepoint: 0x5658,
        name: "CJK UNIFIED IDEOGRAPH-5658",
    },
    Character {
        age: "1.1",
        codepoint: 0x5659,
        name: "CJK UNIFIED IDEOGRAPH-5659",
    },
    Character {
        age: "1.1",
        codepoint: 0x565A,
        name: "CJK UNIFIED IDEOGRAPH-565A",
    },
    Character {
        age: "1.1",
        codepoint: 0x565B,
        name: "CJK UNIFIED IDEOGRAPH-565B",
    },
    Character {
        age: "1.1",
        codepoint: 0x565C,
        name: "CJK UNIFIED IDEOGRAPH-565C",
    },
    Character {
        age: "1.1",
        codepoint: 0x565D,
        name: "CJK UNIFIED IDEOGRAPH-565D",
    },
    Character {
        age: "1.1",
        codepoint: 0x565E,
        name: "CJK UNIFIED IDEOGRAPH-565E",
    },
    Character {
        age: "1.1",
        codepoint: 0x565F,
        name: "CJK UNIFIED IDEOGRAPH-565F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5660,
        name: "CJK UNIFIED IDEOGRAPH-5660",
    },
    Character {
        age: "1.1",
        codepoint: 0x5661,
        name: "CJK UNIFIED IDEOGRAPH-5661",
    },
    Character {
        age: "1.1",
        codepoint: 0x5662,
        name: "CJK UNIFIED IDEOGRAPH-5662",
    },
    Character {
        age: "1.1",
        codepoint: 0x5663,
        name: "CJK UNIFIED IDEOGRAPH-5663",
    },
    Character {
        age: "1.1",
        codepoint: 0x5664,
        name: "CJK UNIFIED IDEOGRAPH-5664",
    },
    Character {
        age: "1.1",
        codepoint: 0x5665,
        name: "CJK UNIFIED IDEOGRAPH-5665",
    },
    Character {
        age: "1.1",
        codepoint: 0x5666,
        name: "CJK UNIFIED IDEOGRAPH-5666",
    },
    Character {
        age: "1.1",
        codepoint: 0x5667,
        name: "CJK UNIFIED IDEOGRAPH-5667",
    },
    Character {
        age: "1.1",
        codepoint: 0x5668,
        name: "CJK UNIFIED IDEOGRAPH-5668",
    },
    Character {
        age: "1.1",
        codepoint: 0x5669,
        name: "CJK UNIFIED IDEOGRAPH-5669",
    },
    Character {
        age: "1.1",
        codepoint: 0x566A,
        name: "CJK UNIFIED IDEOGRAPH-566A",
    },
    Character {
        age: "1.1",
        codepoint: 0x566B,
        name: "CJK UNIFIED IDEOGRAPH-566B",
    },
    Character {
        age: "1.1",
        codepoint: 0x566C,
        name: "CJK UNIFIED IDEOGRAPH-566C",
    },
    Character {
        age: "1.1",
        codepoint: 0x566D,
        name: "CJK UNIFIED IDEOGRAPH-566D",
    },
    Character {
        age: "1.1",
        codepoint: 0x566E,
        name: "CJK UNIFIED IDEOGRAPH-566E",
    },
    Character {
        age: "1.1",
        codepoint: 0x566F,
        name: "CJK UNIFIED IDEOGRAPH-566F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5670,
        name: "CJK UNIFIED IDEOGRAPH-5670",
    },
    Character {
        age: "1.1",
        codepoint: 0x5671,
        name: "CJK UNIFIED IDEOGRAPH-5671",
    },
    Character {
        age: "1.1",
        codepoint: 0x5672,
        name: "CJK UNIFIED IDEOGRAPH-5672",
    },
    Character {
        age: "1.1",
        codepoint: 0x5673,
        name: "CJK UNIFIED IDEOGRAPH-5673",
    },
    Character {
        age: "1.1",
        codepoint: 0x5674,
        name: "CJK UNIFIED IDEOGRAPH-5674",
    },
    Character {
        age: "1.1",
        codepoint: 0x5675,
        name: "CJK UNIFIED IDEOGRAPH-5675",
    },
    Character {
        age: "1.1",
        codepoint: 0x5676,
        name: "CJK UNIFIED IDEOGRAPH-5676",
    },
    Character {
        age: "1.1",
        codepoint: 0x5677,
        name: "CJK UNIFIED IDEOGRAPH-5677",
    },
    Character {
        age: "1.1",
        codepoint: 0x5678,
        name: "CJK UNIFIED IDEOGRAPH-5678",
    },
    Character {
        age: "1.1",
        codepoint: 0x5679,
        name: "CJK UNIFIED IDEOGRAPH-5679",
    },
    Character {
        age: "1.1",
        codepoint: 0x567A,
        name: "CJK UNIFIED IDEOGRAPH-567A",
    },
    Character {
        age: "1.1",
        codepoint: 0x567B,
        name: "CJK UNIFIED IDEOGRAPH-567B",
    },
    Character {
        age: "1.1",
        codepoint: 0x567C,
        name: "CJK UNIFIED IDEOGRAPH-567C",
    },
    Character {
        age: "1.1",
        codepoint: 0x567D,
        name: "CJK UNIFIED IDEOGRAPH-567D",
    },
    Character {
        age: "1.1",
        codepoint: 0x567E,
        name: "CJK UNIFIED IDEOGRAPH-567E",
    },
    Character {
        age: "1.1",
        codepoint: 0x567F,
        name: "CJK UNIFIED IDEOGRAPH-567F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5680,
        name: "CJK UNIFIED IDEOGRAPH-5680",
    },
    Character {
        age: "1.1",
        codepoint: 0x5681,
        name: "CJK UNIFIED IDEOGRAPH-5681",
    },
    Character {
        age: "1.1",
        codepoint: 0x5682,
        name: "CJK UNIFIED IDEOGRAPH-5682",
    },
    Character {
        age: "1.1",
        codepoint: 0x5683,
        name: "CJK UNIFIED IDEOGRAPH-5683",
    },
    Character {
        age: "1.1",
        codepoint: 0x5684,
        name: "CJK UNIFIED IDEOGRAPH-5684",
    },
    Character {
        age: "1.1",
        codepoint: 0x5685,
        name: "CJK UNIFIED IDEOGRAPH-5685",
    },
    Character {
        age: "1.1",
        codepoint: 0x5686,
        name: "CJK UNIFIED IDEOGRAPH-5686",
    },
    Character {
        age: "1.1",
        codepoint: 0x5687,
        name: "CJK UNIFIED IDEOGRAPH-5687",
    },
    Character {
        age: "1.1",
        codepoint: 0x5688,
        name: "CJK UNIFIED IDEOGRAPH-5688",
    },
    Character {
        age: "1.1",
        codepoint: 0x5689,
        name: "CJK UNIFIED IDEOGRAPH-5689",
    },
    Character {
        age: "1.1",
        codepoint: 0x568A,
        name: "CJK UNIFIED IDEOGRAPH-568A",
    },
    Character {
        age: "1.1",
        codepoint: 0x568B,
        name: "CJK UNIFIED IDEOGRAPH-568B",
    },
    Character {
        age: "1.1",
        codepoint: 0x568C,
        name: "CJK UNIFIED IDEOGRAPH-568C",
    },
    Character {
        age: "1.1",
        codepoint: 0x568D,
        name: "CJK UNIFIED IDEOGRAPH-568D",
    },
    Character {
        age: "1.1",
        codepoint: 0x568E,
        name: "CJK UNIFIED IDEOGRAPH-568E",
    },
    Character {
        age: "1.1",
        codepoint: 0x568F,
        name: "CJK UNIFIED IDEOGRAPH-568F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5690,
        name: "CJK UNIFIED IDEOGRAPH-5690",
    },
    Character {
        age: "1.1",
        codepoint: 0x5691,
        name: "CJK UNIFIED IDEOGRAPH-5691",
    },
    Character {
        age: "1.1",
        codepoint: 0x5692,
        name: "CJK UNIFIED IDEOGRAPH-5692",
    },
    Character {
        age: "1.1",
        codepoint: 0x5693,
        name: "CJK UNIFIED IDEOGRAPH-5693",
    },
    Character {
        age: "1.1",
        codepoint: 0x5694,
        name: "CJK UNIFIED IDEOGRAPH-5694",
    },
    Character {
        age: "1.1",
        codepoint: 0x5695,
        name: "CJK UNIFIED IDEOGRAPH-5695",
    },
    Character {
        age: "1.1",
        codepoint: 0x5696,
        name: "CJK UNIFIED IDEOGRAPH-5696",
    },
    Character {
        age: "1.1",
        codepoint: 0x5697,
        name: "CJK UNIFIED IDEOGRAPH-5697",
    },
    Character {
        age: "1.1",
        codepoint: 0x5698,
        name: "CJK UNIFIED IDEOGRAPH-5698",
    },
    Character {
        age: "1.1",
        codepoint: 0x5699,
        name: "CJK UNIFIED IDEOGRAPH-5699",
    },
    Character {
        age: "1.1",
        codepoint: 0x569A,
        name: "CJK UNIFIED IDEOGRAPH-569A",
    },
    Character {
        age: "1.1",
        codepoint: 0x569B,
        name: "CJK UNIFIED IDEOGRAPH-569B",
    },
    Character {
        age: "1.1",
        codepoint: 0x569C,
        name: "CJK UNIFIED IDEOGRAPH-569C",
    },
    Character {
        age: "1.1",
        codepoint: 0x569D,
        name: "CJK UNIFIED IDEOGRAPH-569D",
    },
    Character {
        age: "1.1",
        codepoint: 0x569E,
        name: "CJK UNIFIED IDEOGRAPH-569E",
    },
    Character {
        age: "1.1",
        codepoint: 0x569F,
        name: "CJK UNIFIED IDEOGRAPH-569F",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A0,
        name: "CJK UNIFIED IDEOGRAPH-56A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A1,
        name: "CJK UNIFIED IDEOGRAPH-56A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A2,
        name: "CJK UNIFIED IDEOGRAPH-56A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A3,
        name: "CJK UNIFIED IDEOGRAPH-56A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A4,
        name: "CJK UNIFIED IDEOGRAPH-56A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A5,
        name: "CJK UNIFIED IDEOGRAPH-56A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A6,
        name: "CJK UNIFIED IDEOGRAPH-56A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A7,
        name: "CJK UNIFIED IDEOGRAPH-56A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A8,
        name: "CJK UNIFIED IDEOGRAPH-56A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x56A9,
        name: "CJK UNIFIED IDEOGRAPH-56A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x56AA,
        name: "CJK UNIFIED IDEOGRAPH-56AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x56AB,
        name: "CJK UNIFIED IDEOGRAPH-56AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x56AC,
        name: "CJK UNIFIED IDEOGRAPH-56AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x56AD,
        name: "CJK UNIFIED IDEOGRAPH-56AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x56AE,
        name: "CJK UNIFIED IDEOGRAPH-56AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x56AF,
        name: "CJK UNIFIED IDEOGRAPH-56AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B0,
        name: "CJK UNIFIED IDEOGRAPH-56B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B1,
        name: "CJK UNIFIED IDEOGRAPH-56B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B2,
        name: "CJK UNIFIED IDEOGRAPH-56B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B3,
        name: "CJK UNIFIED IDEOGRAPH-56B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B4,
        name: "CJK UNIFIED IDEOGRAPH-56B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B5,
        name: "CJK UNIFIED IDEOGRAPH-56B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B6,
        name: "CJK UNIFIED IDEOGRAPH-56B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B7,
        name: "CJK UNIFIED IDEOGRAPH-56B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B8,
        name: "CJK UNIFIED IDEOGRAPH-56B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x56B9,
        name: "CJK UNIFIED IDEOGRAPH-56B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x56BA,
        name: "CJK UNIFIED IDEOGRAPH-56BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x56BB,
        name: "CJK UNIFIED IDEOGRAPH-56BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x56BC,
        name: "CJK UNIFIED IDEOGRAPH-56BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x56BD,
        name: "CJK UNIFIED IDEOGRAPH-56BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x56BE,
        name: "CJK UNIFIED IDEOGRAPH-56BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x56BF,
        name: "CJK UNIFIED IDEOGRAPH-56BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C0,
        name: "CJK UNIFIED IDEOGRAPH-56C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C1,
        name: "CJK UNIFIED IDEOGRAPH-56C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C2,
        name: "CJK UNIFIED IDEOGRAPH-56C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C3,
        name: "CJK UNIFIED IDEOGRAPH-56C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C4,
        name: "CJK UNIFIED IDEOGRAPH-56C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C5,
        name: "CJK UNIFIED IDEOGRAPH-56C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C6,
        name: "CJK UNIFIED IDEOGRAPH-56C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C7,
        name: "CJK UNIFIED IDEOGRAPH-56C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C8,
        name: "CJK UNIFIED IDEOGRAPH-56C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x56C9,
        name: "CJK UNIFIED IDEOGRAPH-56C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x56CA,
        name: "CJK UNIFIED IDEOGRAPH-56CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x56CB,
        name: "CJK UNIFIED IDEOGRAPH-56CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x56CC,
        name: "CJK UNIFIED IDEOGRAPH-56CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x56CD,
        name: "CJK UNIFIED IDEOGRAPH-56CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x56CE,
        name: "CJK UNIFIED IDEOGRAPH-56CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x56CF,
        name: "CJK UNIFIED IDEOGRAPH-56CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D0,
        name: "CJK UNIFIED IDEOGRAPH-56D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D1,
        name: "CJK UNIFIED IDEOGRAPH-56D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D2,
        name: "CJK UNIFIED IDEOGRAPH-56D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D3,
        name: "CJK UNIFIED IDEOGRAPH-56D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D4,
        name: "CJK UNIFIED IDEOGRAPH-56D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D5,
        name: "CJK UNIFIED IDEOGRAPH-56D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D6,
        name: "CJK UNIFIED IDEOGRAPH-56D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D7,
        name: "CJK UNIFIED IDEOGRAPH-56D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D8,
        name: "CJK UNIFIED IDEOGRAPH-56D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x56D9,
        name: "CJK UNIFIED IDEOGRAPH-56D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x56DA,
        name: "CJK UNIFIED IDEOGRAPH-56DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x56DB,
        name: "CJK UNIFIED IDEOGRAPH-56DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x56DC,
        name: "CJK UNIFIED IDEOGRAPH-56DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x56DD,
        name: "CJK UNIFIED IDEOGRAPH-56DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x56DE,
        name: "CJK UNIFIED IDEOGRAPH-56DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x56DF,
        name: "CJK UNIFIED IDEOGRAPH-56DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E0,
        name: "CJK UNIFIED IDEOGRAPH-56E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E1,
        name: "CJK UNIFIED IDEOGRAPH-56E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E2,
        name: "CJK UNIFIED IDEOGRAPH-56E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E3,
        name: "CJK UNIFIED IDEOGRAPH-56E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E4,
        name: "CJK UNIFIED IDEOGRAPH-56E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E5,
        name: "CJK UNIFIED IDEOGRAPH-56E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E6,
        name: "CJK UNIFIED IDEOGRAPH-56E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E7,
        name: "CJK UNIFIED IDEOGRAPH-56E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E8,
        name: "CJK UNIFIED IDEOGRAPH-56E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x56E9,
        name: "CJK UNIFIED IDEOGRAPH-56E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x56EA,
        name: "CJK UNIFIED IDEOGRAPH-56EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x56EB,
        name: "CJK UNIFIED IDEOGRAPH-56EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x56EC,
        name: "CJK UNIFIED IDEOGRAPH-56EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x56ED,
        name: "CJK UNIFIED IDEOGRAPH-56ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x56EE,
        name: "CJK UNIFIED IDEOGRAPH-56EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x56EF,
        name: "CJK UNIFIED IDEOGRAPH-56EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F0,
        name: "CJK UNIFIED IDEOGRAPH-56F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F1,
        name: "CJK UNIFIED IDEOGRAPH-56F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F2,
        name: "CJK UNIFIED IDEOGRAPH-56F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F3,
        name: "CJK UNIFIED IDEOGRAPH-56F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F4,
        name: "CJK UNIFIED IDEOGRAPH-56F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F5,
        name: "CJK UNIFIED IDEOGRAPH-56F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F6,
        name: "CJK UNIFIED IDEOGRAPH-56F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F7,
        name: "CJK UNIFIED IDEOGRAPH-56F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F8,
        name: "CJK UNIFIED IDEOGRAPH-56F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x56F9,
        name: "CJK UNIFIED IDEOGRAPH-56F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x56FA,
        name: "CJK UNIFIED IDEOGRAPH-56FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x56FB,
        name: "CJK UNIFIED IDEOGRAPH-56FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x56FC,
        name: "CJK UNIFIED IDEOGRAPH-56FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x56FD,
        name: "CJK UNIFIED IDEOGRAPH-56FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x56FE,
        name: "CJK UNIFIED IDEOGRAPH-56FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x56FF,
        name: "CJK UNIFIED IDEOGRAPH-56FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5700,
        name: "CJK UNIFIED IDEOGRAPH-5700",
    },
    Character {
        age: "1.1",
        codepoint: 0x5701,
        name: "CJK UNIFIED IDEOGRAPH-5701",
    },
    Character {
        age: "1.1",
        codepoint: 0x5702,
        name: "CJK UNIFIED IDEOGRAPH-5702",
    },
    Character {
        age: "1.1",
        codepoint: 0x5703,
        name: "CJK UNIFIED IDEOGRAPH-5703",
    },
    Character {
        age: "1.1",
        codepoint: 0x5704,
        name: "CJK UNIFIED IDEOGRAPH-5704",
    },
    Character {
        age: "1.1",
        codepoint: 0x5705,
        name: "CJK UNIFIED IDEOGRAPH-5705",
    },
    Character {
        age: "1.1",
        codepoint: 0x5706,
        name: "CJK UNIFIED IDEOGRAPH-5706",
    },
    Character {
        age: "1.1",
        codepoint: 0x5707,
        name: "CJK UNIFIED IDEOGRAPH-5707",
    },
    Character {
        age: "1.1",
        codepoint: 0x5708,
        name: "CJK UNIFIED IDEOGRAPH-5708",
    },
    Character {
        age: "1.1",
        codepoint: 0x5709,
        name: "CJK UNIFIED IDEOGRAPH-5709",
    },
    Character {
        age: "1.1",
        codepoint: 0x570A,
        name: "CJK UNIFIED IDEOGRAPH-570A",
    },
    Character {
        age: "1.1",
        codepoint: 0x570B,
        name: "CJK UNIFIED IDEOGRAPH-570B",
    },
    Character {
        age: "1.1",
        codepoint: 0x570C,
        name: "CJK UNIFIED IDEOGRAPH-570C",
    },
    Character {
        age: "1.1",
        codepoint: 0x570D,
        name: "CJK UNIFIED IDEOGRAPH-570D",
    },
    Character {
        age: "1.1",
        codepoint: 0x570E,
        name: "CJK UNIFIED IDEOGRAPH-570E",
    },
    Character {
        age: "1.1",
        codepoint: 0x570F,
        name: "CJK UNIFIED IDEOGRAPH-570F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5710,
        name: "CJK UNIFIED IDEOGRAPH-5710",
    },
    Character {
        age: "1.1",
        codepoint: 0x5711,
        name: "CJK UNIFIED IDEOGRAPH-5711",
    },
    Character {
        age: "1.1",
        codepoint: 0x5712,
        name: "CJK UNIFIED IDEOGRAPH-5712",
    },
    Character {
        age: "1.1",
        codepoint: 0x5713,
        name: "CJK UNIFIED IDEOGRAPH-5713",
    },
    Character {
        age: "1.1",
        codepoint: 0x5714,
        name: "CJK UNIFIED IDEOGRAPH-5714",
    },
    Character {
        age: "1.1",
        codepoint: 0x5715,
        name: "CJK UNIFIED IDEOGRAPH-5715",
    },
    Character {
        age: "1.1",
        codepoint: 0x5716,
        name: "CJK UNIFIED IDEOGRAPH-5716",
    },
    Character {
        age: "1.1",
        codepoint: 0x5717,
        name: "CJK UNIFIED IDEOGRAPH-5717",
    },
    Character {
        age: "1.1",
        codepoint: 0x5718,
        name: "CJK UNIFIED IDEOGRAPH-5718",
    },
    Character {
        age: "1.1",
        codepoint: 0x5719,
        name: "CJK UNIFIED IDEOGRAPH-5719",
    },
    Character {
        age: "1.1",
        codepoint: 0x571A,
        name: "CJK UNIFIED IDEOGRAPH-571A",
    },
    Character {
        age: "1.1",
        codepoint: 0x571B,
        name: "CJK UNIFIED IDEOGRAPH-571B",
    },
    Character {
        age: "1.1",
        codepoint: 0x571C,
        name: "CJK UNIFIED IDEOGRAPH-571C",
    },
    Character {
        age: "1.1",
        codepoint: 0x571D,
        name: "CJK UNIFIED IDEOGRAPH-571D",
    },
    Character {
        age: "1.1",
        codepoint: 0x571E,
        name: "CJK UNIFIED IDEOGRAPH-571E",
    },
    Character {
        age: "1.1",
        codepoint: 0x571F,
        name: "CJK UNIFIED IDEOGRAPH-571F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5720,
        name: "CJK UNIFIED IDEOGRAPH-5720",
    },
    Character {
        age: "1.1",
        codepoint: 0x5721,
        name: "CJK UNIFIED IDEOGRAPH-5721",
    },
    Character {
        age: "1.1",
        codepoint: 0x5722,
        name: "CJK UNIFIED IDEOGRAPH-5722",
    },
    Character {
        age: "1.1",
        codepoint: 0x5723,
        name: "CJK UNIFIED IDEOGRAPH-5723",
    },
    Character {
        age: "1.1",
        codepoint: 0x5724,
        name: "CJK UNIFIED IDEOGRAPH-5724",
    },
    Character {
        age: "1.1",
        codepoint: 0x5725,
        name: "CJK UNIFIED IDEOGRAPH-5725",
    },
    Character {
        age: "1.1",
        codepoint: 0x5726,
        name: "CJK UNIFIED IDEOGRAPH-5726",
    },
    Character {
        age: "1.1",
        codepoint: 0x5727,
        name: "CJK UNIFIED IDEOGRAPH-5727",
    },
    Character {
        age: "1.1",
        codepoint: 0x5728,
        name: "CJK UNIFIED IDEOGRAPH-5728",
    },
    Character {
        age: "1.1",
        codepoint: 0x5729,
        name: "CJK UNIFIED IDEOGRAPH-5729",
    },
    Character {
        age: "1.1",
        codepoint: 0x572A,
        name: "CJK UNIFIED IDEOGRAPH-572A",
    },
    Character {
        age: "1.1",
        codepoint: 0x572B,
        name: "CJK UNIFIED IDEOGRAPH-572B",
    },
    Character {
        age: "1.1",
        codepoint: 0x572C,
        name: "CJK UNIFIED IDEOGRAPH-572C",
    },
    Character {
        age: "1.1",
        codepoint: 0x572D,
        name: "CJK UNIFIED IDEOGRAPH-572D",
    },
    Character {
        age: "1.1",
        codepoint: 0x572E,
        name: "CJK UNIFIED IDEOGRAPH-572E",
    },
    Character {
        age: "1.1",
        codepoint: 0x572F,
        name: "CJK UNIFIED IDEOGRAPH-572F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5730,
        name: "CJK UNIFIED IDEOGRAPH-5730",
    },
    Character {
        age: "1.1",
        codepoint: 0x5731,
        name: "CJK UNIFIED IDEOGRAPH-5731",
    },
    Character {
        age: "1.1",
        codepoint: 0x5732,
        name: "CJK UNIFIED IDEOGRAPH-5732",
    },
    Character {
        age: "1.1",
        codepoint: 0x5733,
        name: "CJK UNIFIED IDEOGRAPH-5733",
    },
    Character {
        age: "1.1",
        codepoint: 0x5734,
        name: "CJK UNIFIED IDEOGRAPH-5734",
    },
    Character {
        age: "1.1",
        codepoint: 0x5735,
        name: "CJK UNIFIED IDEOGRAPH-5735",
    },
    Character {
        age: "1.1",
        codepoint: 0x5736,
        name: "CJK UNIFIED IDEOGRAPH-5736",
    },
    Character {
        age: "1.1",
        codepoint: 0x5737,
        name: "CJK UNIFIED IDEOGRAPH-5737",
    },
    Character {
        age: "1.1",
        codepoint: 0x5738,
        name: "CJK UNIFIED IDEOGRAPH-5738",
    },
    Character {
        age: "1.1",
        codepoint: 0x5739,
        name: "CJK UNIFIED IDEOGRAPH-5739",
    },
    Character {
        age: "1.1",
        codepoint: 0x573A,
        name: "CJK UNIFIED IDEOGRAPH-573A",
    },
    Character {
        age: "1.1",
        codepoint: 0x573B,
        name: "CJK UNIFIED IDEOGRAPH-573B",
    },
    Character {
        age: "1.1",
        codepoint: 0x573C,
        name: "CJK UNIFIED IDEOGRAPH-573C",
    },
    Character {
        age: "1.1",
        codepoint: 0x573D,
        name: "CJK UNIFIED IDEOGRAPH-573D",
    },
    Character {
        age: "1.1",
        codepoint: 0x573E,
        name: "CJK UNIFIED IDEOGRAPH-573E",
    },
    Character {
        age: "1.1",
        codepoint: 0x573F,
        name: "CJK UNIFIED IDEOGRAPH-573F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5740,
        name: "CJK UNIFIED IDEOGRAPH-5740",
    },
    Character {
        age: "1.1",
        codepoint: 0x5741,
        name: "CJK UNIFIED IDEOGRAPH-5741",
    },
    Character {
        age: "1.1",
        codepoint: 0x5742,
        name: "CJK UNIFIED IDEOGRAPH-5742",
    },
    Character {
        age: "1.1",
        codepoint: 0x5743,
        name: "CJK UNIFIED IDEOGRAPH-5743",
    },
    Character {
        age: "1.1",
        codepoint: 0x5744,
        name: "CJK UNIFIED IDEOGRAPH-5744",
    },
    Character {
        age: "1.1",
        codepoint: 0x5745,
        name: "CJK UNIFIED IDEOGRAPH-5745",
    },
    Character {
        age: "1.1",
        codepoint: 0x5746,
        name: "CJK UNIFIED IDEOGRAPH-5746",
    },
    Character {
        age: "1.1",
        codepoint: 0x5747,
        name: "CJK UNIFIED IDEOGRAPH-5747",
    },
    Character {
        age: "1.1",
        codepoint: 0x5748,
        name: "CJK UNIFIED IDEOGRAPH-5748",
    },
    Character {
        age: "1.1",
        codepoint: 0x5749,
        name: "CJK UNIFIED IDEOGRAPH-5749",
    },
    Character {
        age: "1.1",
        codepoint: 0x574A,
        name: "CJK UNIFIED IDEOGRAPH-574A",
    },
    Character {
        age: "1.1",
        codepoint: 0x574B,
        name: "CJK UNIFIED IDEOGRAPH-574B",
    },
    Character {
        age: "1.1",
        codepoint: 0x574C,
        name: "CJK UNIFIED IDEOGRAPH-574C",
    },
    Character {
        age: "1.1",
        codepoint: 0x574D,
        name: "CJK UNIFIED IDEOGRAPH-574D",
    },
    Character {
        age: "1.1",
        codepoint: 0x574E,
        name: "CJK UNIFIED IDEOGRAPH-574E",
    },
    Character {
        age: "1.1",
        codepoint: 0x574F,
        name: "CJK UNIFIED IDEOGRAPH-574F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5750,
        name: "CJK UNIFIED IDEOGRAPH-5750",
    },
    Character {
        age: "1.1",
        codepoint: 0x5751,
        name: "CJK UNIFIED IDEOGRAPH-5751",
    },
    Character {
        age: "1.1",
        codepoint: 0x5752,
        name: "CJK UNIFIED IDEOGRAPH-5752",
    },
    Character {
        age: "1.1",
        codepoint: 0x5753,
        name: "CJK UNIFIED IDEOGRAPH-5753",
    },
    Character {
        age: "1.1",
        codepoint: 0x5754,
        name: "CJK UNIFIED IDEOGRAPH-5754",
    },
    Character {
        age: "1.1",
        codepoint: 0x5755,
        name: "CJK UNIFIED IDEOGRAPH-5755",
    },
    Character {
        age: "1.1",
        codepoint: 0x5756,
        name: "CJK UNIFIED IDEOGRAPH-5756",
    },
    Character {
        age: "1.1",
        codepoint: 0x5757,
        name: "CJK UNIFIED IDEOGRAPH-5757",
    },
    Character {
        age: "1.1",
        codepoint: 0x5758,
        name: "CJK UNIFIED IDEOGRAPH-5758",
    },
    Character {
        age: "1.1",
        codepoint: 0x5759,
        name: "CJK UNIFIED IDEOGRAPH-5759",
    },
    Character {
        age: "1.1",
        codepoint: 0x575A,
        name: "CJK UNIFIED IDEOGRAPH-575A",
    },
    Character {
        age: "1.1",
        codepoint: 0x575B,
        name: "CJK UNIFIED IDEOGRAPH-575B",
    },
    Character {
        age: "1.1",
        codepoint: 0x575C,
        name: "CJK UNIFIED IDEOGRAPH-575C",
    },
    Character {
        age: "1.1",
        codepoint: 0x575D,
        name: "CJK UNIFIED IDEOGRAPH-575D",
    },
    Character {
        age: "1.1",
        codepoint: 0x575E,
        name: "CJK UNIFIED IDEOGRAPH-575E",
    },
    Character {
        age: "1.1",
        codepoint: 0x575F,
        name: "CJK UNIFIED IDEOGRAPH-575F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5760,
        name: "CJK UNIFIED IDEOGRAPH-5760",
    },
    Character {
        age: "1.1",
        codepoint: 0x5761,
        name: "CJK UNIFIED IDEOGRAPH-5761",
    },
    Character {
        age: "1.1",
        codepoint: 0x5762,
        name: "CJK UNIFIED IDEOGRAPH-5762",
    },
    Character {
        age: "1.1",
        codepoint: 0x5763,
        name: "CJK UNIFIED IDEOGRAPH-5763",
    },
    Character {
        age: "1.1",
        codepoint: 0x5764,
        name: "CJK UNIFIED IDEOGRAPH-5764",
    },
    Character {
        age: "1.1",
        codepoint: 0x5765,
        name: "CJK UNIFIED IDEOGRAPH-5765",
    },
    Character {
        age: "1.1",
        codepoint: 0x5766,
        name: "CJK UNIFIED IDEOGRAPH-5766",
    },
    Character {
        age: "1.1",
        codepoint: 0x5767,
        name: "CJK UNIFIED IDEOGRAPH-5767",
    },
    Character {
        age: "1.1",
        codepoint: 0x5768,
        name: "CJK UNIFIED IDEOGRAPH-5768",
    },
    Character {
        age: "1.1",
        codepoint: 0x5769,
        name: "CJK UNIFIED IDEOGRAPH-5769",
    },
    Character {
        age: "1.1",
        codepoint: 0x576A,
        name: "CJK UNIFIED IDEOGRAPH-576A",
    },
    Character {
        age: "1.1",
        codepoint: 0x576B,
        name: "CJK UNIFIED IDEOGRAPH-576B",
    },
    Character {
        age: "1.1",
        codepoint: 0x576C,
        name: "CJK UNIFIED IDEOGRAPH-576C",
    },
    Character {
        age: "1.1",
        codepoint: 0x576D,
        name: "CJK UNIFIED IDEOGRAPH-576D",
    },
    Character {
        age: "1.1",
        codepoint: 0x576E,
        name: "CJK UNIFIED IDEOGRAPH-576E",
    },
    Character {
        age: "1.1",
        codepoint: 0x576F,
        name: "CJK UNIFIED IDEOGRAPH-576F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5770,
        name: "CJK UNIFIED IDEOGRAPH-5770",
    },
    Character {
        age: "1.1",
        codepoint: 0x5771,
        name: "CJK UNIFIED IDEOGRAPH-5771",
    },
    Character {
        age: "1.1",
        codepoint: 0x5772,
        name: "CJK UNIFIED IDEOGRAPH-5772",
    },
    Character {
        age: "1.1",
        codepoint: 0x5773,
        name: "CJK UNIFIED IDEOGRAPH-5773",
    },
    Character {
        age: "1.1",
        codepoint: 0x5774,
        name: "CJK UNIFIED IDEOGRAPH-5774",
    },
    Character {
        age: "1.1",
        codepoint: 0x5775,
        name: "CJK UNIFIED IDEOGRAPH-5775",
    },
    Character {
        age: "1.1",
        codepoint: 0x5776,
        name: "CJK UNIFIED IDEOGRAPH-5776",
    },
    Character {
        age: "1.1",
        codepoint: 0x5777,
        name: "CJK UNIFIED IDEOGRAPH-5777",
    },
    Character {
        age: "1.1",
        codepoint: 0x5778,
        name: "CJK UNIFIED IDEOGRAPH-5778",
    },
    Character {
        age: "1.1",
        codepoint: 0x5779,
        name: "CJK UNIFIED IDEOGRAPH-5779",
    },
    Character {
        age: "1.1",
        codepoint: 0x577A,
        name: "CJK UNIFIED IDEOGRAPH-577A",
    },
    Character {
        age: "1.1",
        codepoint: 0x577B,
        name: "CJK UNIFIED IDEOGRAPH-577B",
    },
    Character {
        age: "1.1",
        codepoint: 0x577C,
        name: "CJK UNIFIED IDEOGRAPH-577C",
    },
    Character {
        age: "1.1",
        codepoint: 0x577D,
        name: "CJK UNIFIED IDEOGRAPH-577D",
    },
    Character {
        age: "1.1",
        codepoint: 0x577E,
        name: "CJK UNIFIED IDEOGRAPH-577E",
    },
    Character {
        age: "1.1",
        codepoint: 0x577F,
        name: "CJK UNIFIED IDEOGRAPH-577F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5780,
        name: "CJK UNIFIED IDEOGRAPH-5780",
    },
    Character {
        age: "1.1",
        codepoint: 0x5781,
        name: "CJK UNIFIED IDEOGRAPH-5781",
    },
    Character {
        age: "1.1",
        codepoint: 0x5782,
        name: "CJK UNIFIED IDEOGRAPH-5782",
    },
    Character {
        age: "1.1",
        codepoint: 0x5783,
        name: "CJK UNIFIED IDEOGRAPH-5783",
    },
    Character {
        age: "1.1",
        codepoint: 0x5784,
        name: "CJK UNIFIED IDEOGRAPH-5784",
    },
    Character {
        age: "1.1",
        codepoint: 0x5785,
        name: "CJK UNIFIED IDEOGRAPH-5785",
    },
    Character {
        age: "1.1",
        codepoint: 0x5786,
        name: "CJK UNIFIED IDEOGRAPH-5786",
    },
    Character {
        age: "1.1",
        codepoint: 0x5787,
        name: "CJK UNIFIED IDEOGRAPH-5787",
    },
    Character {
        age: "1.1",
        codepoint: 0x5788,
        name: "CJK UNIFIED IDEOGRAPH-5788",
    },
    Character {
        age: "1.1",
        codepoint: 0x5789,
        name: "CJK UNIFIED IDEOGRAPH-5789",
    },
    Character {
        age: "1.1",
        codepoint: 0x578A,
        name: "CJK UNIFIED IDEOGRAPH-578A",
    },
    Character {
        age: "1.1",
        codepoint: 0x578B,
        name: "CJK UNIFIED IDEOGRAPH-578B",
    },
    Character {
        age: "1.1",
        codepoint: 0x578C,
        name: "CJK UNIFIED IDEOGRAPH-578C",
    },
    Character {
        age: "1.1",
        codepoint: 0x578D,
        name: "CJK UNIFIED IDEOGRAPH-578D",
    },
    Character {
        age: "1.1",
        codepoint: 0x578E,
        name: "CJK UNIFIED IDEOGRAPH-578E",
    },
    Character {
        age: "1.1",
        codepoint: 0x578F,
        name: "CJK UNIFIED IDEOGRAPH-578F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5790,
        name: "CJK UNIFIED IDEOGRAPH-5790",
    },
    Character {
        age: "1.1",
        codepoint: 0x5791,
        name: "CJK UNIFIED IDEOGRAPH-5791",
    },
    Character {
        age: "1.1",
        codepoint: 0x5792,
        name: "CJK UNIFIED IDEOGRAPH-5792",
    },
    Character {
        age: "1.1",
        codepoint: 0x5793,
        name: "CJK UNIFIED IDEOGRAPH-5793",
    },
    Character {
        age: "1.1",
        codepoint: 0x5794,
        name: "CJK UNIFIED IDEOGRAPH-5794",
    },
    Character {
        age: "1.1",
        codepoint: 0x5795,
        name: "CJK UNIFIED IDEOGRAPH-5795",
    },
    Character {
        age: "1.1",
        codepoint: 0x5796,
        name: "CJK UNIFIED IDEOGRAPH-5796",
    },
    Character {
        age: "1.1",
        codepoint: 0x5797,
        name: "CJK UNIFIED IDEOGRAPH-5797",
    },
    Character {
        age: "1.1",
        codepoint: 0x5798,
        name: "CJK UNIFIED IDEOGRAPH-5798",
    },
    Character {
        age: "1.1",
        codepoint: 0x5799,
        name: "CJK UNIFIED IDEOGRAPH-5799",
    },
    Character {
        age: "1.1",
        codepoint: 0x579A,
        name: "CJK UNIFIED IDEOGRAPH-579A",
    },
    Character {
        age: "1.1",
        codepoint: 0x579B,
        name: "CJK UNIFIED IDEOGRAPH-579B",
    },
    Character {
        age: "1.1",
        codepoint: 0x579C,
        name: "CJK UNIFIED IDEOGRAPH-579C",
    },
    Character {
        age: "1.1",
        codepoint: 0x579D,
        name: "CJK UNIFIED IDEOGRAPH-579D",
    },
    Character {
        age: "1.1",
        codepoint: 0x579E,
        name: "CJK UNIFIED IDEOGRAPH-579E",
    },
    Character {
        age: "1.1",
        codepoint: 0x579F,
        name: "CJK UNIFIED IDEOGRAPH-579F",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A0,
        name: "CJK UNIFIED IDEOGRAPH-57A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A1,
        name: "CJK UNIFIED IDEOGRAPH-57A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A2,
        name: "CJK UNIFIED IDEOGRAPH-57A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A3,
        name: "CJK UNIFIED IDEOGRAPH-57A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A4,
        name: "CJK UNIFIED IDEOGRAPH-57A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A5,
        name: "CJK UNIFIED IDEOGRAPH-57A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A6,
        name: "CJK UNIFIED IDEOGRAPH-57A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A7,
        name: "CJK UNIFIED IDEOGRAPH-57A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A8,
        name: "CJK UNIFIED IDEOGRAPH-57A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x57A9,
        name: "CJK UNIFIED IDEOGRAPH-57A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x57AA,
        name: "CJK UNIFIED IDEOGRAPH-57AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x57AB,
        name: "CJK UNIFIED IDEOGRAPH-57AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x57AC,
        name: "CJK UNIFIED IDEOGRAPH-57AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x57AD,
        name: "CJK UNIFIED IDEOGRAPH-57AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x57AE,
        name: "CJK UNIFIED IDEOGRAPH-57AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x57AF,
        name: "CJK UNIFIED IDEOGRAPH-57AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B0,
        name: "CJK UNIFIED IDEOGRAPH-57B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B1,
        name: "CJK UNIFIED IDEOGRAPH-57B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B2,
        name: "CJK UNIFIED IDEOGRAPH-57B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B3,
        name: "CJK UNIFIED IDEOGRAPH-57B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B4,
        name: "CJK UNIFIED IDEOGRAPH-57B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B5,
        name: "CJK UNIFIED IDEOGRAPH-57B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B6,
        name: "CJK UNIFIED IDEOGRAPH-57B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B7,
        name: "CJK UNIFIED IDEOGRAPH-57B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B8,
        name: "CJK UNIFIED IDEOGRAPH-57B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x57B9,
        name: "CJK UNIFIED IDEOGRAPH-57B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x57BA,
        name: "CJK UNIFIED IDEOGRAPH-57BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x57BB,
        name: "CJK UNIFIED IDEOGRAPH-57BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x57BC,
        name: "CJK UNIFIED IDEOGRAPH-57BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x57BD,
        name: "CJK UNIFIED IDEOGRAPH-57BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x57BE,
        name: "CJK UNIFIED IDEOGRAPH-57BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x57BF,
        name: "CJK UNIFIED IDEOGRAPH-57BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C0,
        name: "CJK UNIFIED IDEOGRAPH-57C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C1,
        name: "CJK UNIFIED IDEOGRAPH-57C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C2,
        name: "CJK UNIFIED IDEOGRAPH-57C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C3,
        name: "CJK UNIFIED IDEOGRAPH-57C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C4,
        name: "CJK UNIFIED IDEOGRAPH-57C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C5,
        name: "CJK UNIFIED IDEOGRAPH-57C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C6,
        name: "CJK UNIFIED IDEOGRAPH-57C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C7,
        name: "CJK UNIFIED IDEOGRAPH-57C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C8,
        name: "CJK UNIFIED IDEOGRAPH-57C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x57C9,
        name: "CJK UNIFIED IDEOGRAPH-57C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x57CA,
        name: "CJK UNIFIED IDEOGRAPH-57CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x57CB,
        name: "CJK UNIFIED IDEOGRAPH-57CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x57CC,
        name: "CJK UNIFIED IDEOGRAPH-57CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x57CD,
        name: "CJK UNIFIED IDEOGRAPH-57CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x57CE,
        name: "CJK UNIFIED IDEOGRAPH-57CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x57CF,
        name: "CJK UNIFIED IDEOGRAPH-57CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D0,
        name: "CJK UNIFIED IDEOGRAPH-57D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D1,
        name: "CJK UNIFIED IDEOGRAPH-57D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D2,
        name: "CJK UNIFIED IDEOGRAPH-57D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D3,
        name: "CJK UNIFIED IDEOGRAPH-57D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D4,
        name: "CJK UNIFIED IDEOGRAPH-57D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D5,
        name: "CJK UNIFIED IDEOGRAPH-57D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D6,
        name: "CJK UNIFIED IDEOGRAPH-57D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D7,
        name: "CJK UNIFIED IDEOGRAPH-57D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D8,
        name: "CJK UNIFIED IDEOGRAPH-57D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x57D9,
        name: "CJK UNIFIED IDEOGRAPH-57D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x57DA,
        name: "CJK UNIFIED IDEOGRAPH-57DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x57DB,
        name: "CJK UNIFIED IDEOGRAPH-57DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x57DC,
        name: "CJK UNIFIED IDEOGRAPH-57DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x57DD,
        name: "CJK UNIFIED IDEOGRAPH-57DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x57DE,
        name: "CJK UNIFIED IDEOGRAPH-57DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x57DF,
        name: "CJK UNIFIED IDEOGRAPH-57DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E0,
        name: "CJK UNIFIED IDEOGRAPH-57E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E1,
        name: "CJK UNIFIED IDEOGRAPH-57E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E2,
        name: "CJK UNIFIED IDEOGRAPH-57E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E3,
        name: "CJK UNIFIED IDEOGRAPH-57E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E4,
        name: "CJK UNIFIED IDEOGRAPH-57E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E5,
        name: "CJK UNIFIED IDEOGRAPH-57E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E6,
        name: "CJK UNIFIED IDEOGRAPH-57E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E7,
        name: "CJK UNIFIED IDEOGRAPH-57E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E8,
        name: "CJK UNIFIED IDEOGRAPH-57E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x57E9,
        name: "CJK UNIFIED IDEOGRAPH-57E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x57EA,
        name: "CJK UNIFIED IDEOGRAPH-57EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x57EB,
        name: "CJK UNIFIED IDEOGRAPH-57EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x57EC,
        name: "CJK UNIFIED IDEOGRAPH-57EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x57ED,
        name: "CJK UNIFIED IDEOGRAPH-57ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x57EE,
        name: "CJK UNIFIED IDEOGRAPH-57EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x57EF,
        name: "CJK UNIFIED IDEOGRAPH-57EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F0,
        name: "CJK UNIFIED IDEOGRAPH-57F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F1,
        name: "CJK UNIFIED IDEOGRAPH-57F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F2,
        name: "CJK UNIFIED IDEOGRAPH-57F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F3,
        name: "CJK UNIFIED IDEOGRAPH-57F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F4,
        name: "CJK UNIFIED IDEOGRAPH-57F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F5,
        name: "CJK UNIFIED IDEOGRAPH-57F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F6,
        name: "CJK UNIFIED IDEOGRAPH-57F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F7,
        name: "CJK UNIFIED IDEOGRAPH-57F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F8,
        name: "CJK UNIFIED IDEOGRAPH-57F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x57F9,
        name: "CJK UNIFIED IDEOGRAPH-57F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x57FA,
        name: "CJK UNIFIED IDEOGRAPH-57FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x57FB,
        name: "CJK UNIFIED IDEOGRAPH-57FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x57FC,
        name: "CJK UNIFIED IDEOGRAPH-57FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x57FD,
        name: "CJK UNIFIED IDEOGRAPH-57FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x57FE,
        name: "CJK UNIFIED IDEOGRAPH-57FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x57FF,
        name: "CJK UNIFIED IDEOGRAPH-57FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5800,
        name: "CJK UNIFIED IDEOGRAPH-5800",
    },
    Character {
        age: "1.1",
        codepoint: 0x5801,
        name: "CJK UNIFIED IDEOGRAPH-5801",
    },
    Character {
        age: "1.1",
        codepoint: 0x5802,
        name: "CJK UNIFIED IDEOGRAPH-5802",
    },
    Character {
        age: "1.1",
        codepoint: 0x5803,
        name: "CJK UNIFIED IDEOGRAPH-5803",
    },
    Character {
        age: "1.1",
        codepoint: 0x5804,
        name: "CJK UNIFIED IDEOGRAPH-5804",
    },
    Character {
        age: "1.1",
        codepoint: 0x5805,
        name: "CJK UNIFIED IDEOGRAPH-5805",
    },
    Character {
        age: "1.1",
        codepoint: 0x5806,
        name: "CJK UNIFIED IDEOGRAPH-5806",
    },
    Character {
        age: "1.1",
        codepoint: 0x5807,
        name: "CJK UNIFIED IDEOGRAPH-5807",
    },
    Character {
        age: "1.1",
        codepoint: 0x5808,
        name: "CJK UNIFIED IDEOGRAPH-5808",
    },
    Character {
        age: "1.1",
        codepoint: 0x5809,
        name: "CJK UNIFIED IDEOGRAPH-5809",
    },
    Character {
        age: "1.1",
        codepoint: 0x580A,
        name: "CJK UNIFIED IDEOGRAPH-580A",
    },
    Character {
        age: "1.1",
        codepoint: 0x580B,
        name: "CJK UNIFIED IDEOGRAPH-580B",
    },
    Character {
        age: "1.1",
        codepoint: 0x580C,
        name: "CJK UNIFIED IDEOGRAPH-580C",
    },
    Character {
        age: "1.1",
        codepoint: 0x580D,
        name: "CJK UNIFIED IDEOGRAPH-580D",
    },
    Character {
        age: "1.1",
        codepoint: 0x580E,
        name: "CJK UNIFIED IDEOGRAPH-580E",
    },
    Character {
        age: "1.1",
        codepoint: 0x580F,
        name: "CJK UNIFIED IDEOGRAPH-580F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5810,
        name: "CJK UNIFIED IDEOGRAPH-5810",
    },
    Character {
        age: "1.1",
        codepoint: 0x5811,
        name: "CJK UNIFIED IDEOGRAPH-5811",
    },
    Character {
        age: "1.1",
        codepoint: 0x5812,
        name: "CJK UNIFIED IDEOGRAPH-5812",
    },
    Character {
        age: "1.1",
        codepoint: 0x5813,
        name: "CJK UNIFIED IDEOGRAPH-5813",
    },
    Character {
        age: "1.1",
        codepoint: 0x5814,
        name: "CJK UNIFIED IDEOGRAPH-5814",
    },
    Character {
        age: "1.1",
        codepoint: 0x5815,
        name: "CJK UNIFIED IDEOGRAPH-5815",
    },
    Character {
        age: "1.1",
        codepoint: 0x5816,
        name: "CJK UNIFIED IDEOGRAPH-5816",
    },
    Character {
        age: "1.1",
        codepoint: 0x5817,
        name: "CJK UNIFIED IDEOGRAPH-5817",
    },
    Character {
        age: "1.1",
        codepoint: 0x5818,
        name: "CJK UNIFIED IDEOGRAPH-5818",
    },
    Character {
        age: "1.1",
        codepoint: 0x5819,
        name: "CJK UNIFIED IDEOGRAPH-5819",
    },
    Character {
        age: "1.1",
        codepoint: 0x581A,
        name: "CJK UNIFIED IDEOGRAPH-581A",
    },
    Character {
        age: "1.1",
        codepoint: 0x581B,
        name: "CJK UNIFIED IDEOGRAPH-581B",
    },
    Character {
        age: "1.1",
        codepoint: 0x581C,
        name: "CJK UNIFIED IDEOGRAPH-581C",
    },
    Character {
        age: "1.1",
        codepoint: 0x581D,
        name: "CJK UNIFIED IDEOGRAPH-581D",
    },
    Character {
        age: "1.1",
        codepoint: 0x581E,
        name: "CJK UNIFIED IDEOGRAPH-581E",
    },
    Character {
        age: "1.1",
        codepoint: 0x581F,
        name: "CJK UNIFIED IDEOGRAPH-581F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5820,
        name: "CJK UNIFIED IDEOGRAPH-5820",
    },
    Character {
        age: "1.1",
        codepoint: 0x5821,
        name: "CJK UNIFIED IDEOGRAPH-5821",
    },
    Character {
        age: "1.1",
        codepoint: 0x5822,
        name: "CJK UNIFIED IDEOGRAPH-5822",
    },
    Character {
        age: "1.1",
        codepoint: 0x5823,
        name: "CJK UNIFIED IDEOGRAPH-5823",
    },
    Character {
        age: "1.1",
        codepoint: 0x5824,
        name: "CJK UNIFIED IDEOGRAPH-5824",
    },
    Character {
        age: "1.1",
        codepoint: 0x5825,
        name: "CJK UNIFIED IDEOGRAPH-5825",
    },
    Character {
        age: "1.1",
        codepoint: 0x5826,
        name: "CJK UNIFIED IDEOGRAPH-5826",
    },
    Character {
        age: "1.1",
        codepoint: 0x5827,
        name: "CJK UNIFIED IDEOGRAPH-5827",
    },
    Character {
        age: "1.1",
        codepoint: 0x5828,
        name: "CJK UNIFIED IDEOGRAPH-5828",
    },
    Character {
        age: "1.1",
        codepoint: 0x5829,
        name: "CJK UNIFIED IDEOGRAPH-5829",
    },
    Character {
        age: "1.1",
        codepoint: 0x582A,
        name: "CJK UNIFIED IDEOGRAPH-582A",
    },
    Character {
        age: "1.1",
        codepoint: 0x582B,
        name: "CJK UNIFIED IDEOGRAPH-582B",
    },
    Character {
        age: "1.1",
        codepoint: 0x582C,
        name: "CJK UNIFIED IDEOGRAPH-582C",
    },
    Character {
        age: "1.1",
        codepoint: 0x582D,
        name: "CJK UNIFIED IDEOGRAPH-582D",
    },
    Character {
        age: "1.1",
        codepoint: 0x582E,
        name: "CJK UNIFIED IDEOGRAPH-582E",
    },
    Character {
        age: "1.1",
        codepoint: 0x582F,
        name: "CJK UNIFIED IDEOGRAPH-582F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5830,
        name: "CJK UNIFIED IDEOGRAPH-5830",
    },
    Character {
        age: "1.1",
        codepoint: 0x5831,
        name: "CJK UNIFIED IDEOGRAPH-5831",
    },
    Character {
        age: "1.1",
        codepoint: 0x5832,
        name: "CJK UNIFIED IDEOGRAPH-5832",
    },
    Character {
        age: "1.1",
        codepoint: 0x5833,
        name: "CJK UNIFIED IDEOGRAPH-5833",
    },
    Character {
        age: "1.1",
        codepoint: 0x5834,
        name: "CJK UNIFIED IDEOGRAPH-5834",
    },
    Character {
        age: "1.1",
        codepoint: 0x5835,
        name: "CJK UNIFIED IDEOGRAPH-5835",
    },
    Character {
        age: "1.1",
        codepoint: 0x5836,
        name: "CJK UNIFIED IDEOGRAPH-5836",
    },
    Character {
        age: "1.1",
        codepoint: 0x5837,
        name: "CJK UNIFIED IDEOGRAPH-5837",
    },
    Character {
        age: "1.1",
        codepoint: 0x5838,
        name: "CJK UNIFIED IDEOGRAPH-5838",
    },
    Character {
        age: "1.1",
        codepoint: 0x5839,
        name: "CJK UNIFIED IDEOGRAPH-5839",
    },
    Character {
        age: "1.1",
        codepoint: 0x583A,
        name: "CJK UNIFIED IDEOGRAPH-583A",
    },
    Character {
        age: "1.1",
        codepoint: 0x583B,
        name: "CJK UNIFIED IDEOGRAPH-583B",
    },
    Character {
        age: "1.1",
        codepoint: 0x583C,
        name: "CJK UNIFIED IDEOGRAPH-583C",
    },
    Character {
        age: "1.1",
        codepoint: 0x583D,
        name: "CJK UNIFIED IDEOGRAPH-583D",
    },
    Character {
        age: "1.1",
        codepoint: 0x583E,
        name: "CJK UNIFIED IDEOGRAPH-583E",
    },
    Character {
        age: "1.1",
        codepoint: 0x583F,
        name: "CJK UNIFIED IDEOGRAPH-583F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5840,
        name: "CJK UNIFIED IDEOGRAPH-5840",
    },
    Character {
        age: "1.1",
        codepoint: 0x5841,
        name: "CJK UNIFIED IDEOGRAPH-5841",
    },
    Character {
        age: "1.1",
        codepoint: 0x5842,
        name: "CJK UNIFIED IDEOGRAPH-5842",
    },
    Character {
        age: "1.1",
        codepoint: 0x5843,
        name: "CJK UNIFIED IDEOGRAPH-5843",
    },
    Character {
        age: "1.1",
        codepoint: 0x5844,
        name: "CJK UNIFIED IDEOGRAPH-5844",
    },
    Character {
        age: "1.1",
        codepoint: 0x5845,
        name: "CJK UNIFIED IDEOGRAPH-5845",
    },
    Character {
        age: "1.1",
        codepoint: 0x5846,
        name: "CJK UNIFIED IDEOGRAPH-5846",
    },
    Character {
        age: "1.1",
        codepoint: 0x5847,
        name: "CJK UNIFIED IDEOGRAPH-5847",
    },
    Character {
        age: "1.1",
        codepoint: 0x5848,
        name: "CJK UNIFIED IDEOGRAPH-5848",
    },
    Character {
        age: "1.1",
        codepoint: 0x5849,
        name: "CJK UNIFIED IDEOGRAPH-5849",
    },
    Character {
        age: "1.1",
        codepoint: 0x584A,
        name: "CJK UNIFIED IDEOGRAPH-584A",
    },
    Character {
        age: "1.1",
        codepoint: 0x584B,
        name: "CJK UNIFIED IDEOGRAPH-584B",
    },
    Character {
        age: "1.1",
        codepoint: 0x584C,
        name: "CJK UNIFIED IDEOGRAPH-584C",
    },
    Character {
        age: "1.1",
        codepoint: 0x584D,
        name: "CJK UNIFIED IDEOGRAPH-584D",
    },
    Character {
        age: "1.1",
        codepoint: 0x584E,
        name: "CJK UNIFIED IDEOGRAPH-584E",
    },
    Character {
        age: "1.1",
        codepoint: 0x584F,
        name: "CJK UNIFIED IDEOGRAPH-584F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5850,
        name: "CJK UNIFIED IDEOGRAPH-5850",
    },
    Character {
        age: "1.1",
        codepoint: 0x5851,
        name: "CJK UNIFIED IDEOGRAPH-5851",
    },
    Character {
        age: "1.1",
        codepoint: 0x5852,
        name: "CJK UNIFIED IDEOGRAPH-5852",
    },
    Character {
        age: "1.1",
        codepoint: 0x5853,
        name: "CJK UNIFIED IDEOGRAPH-5853",
    },
    Character {
        age: "1.1",
        codepoint: 0x5854,
        name: "CJK UNIFIED IDEOGRAPH-5854",
    },
    Character {
        age: "1.1",
        codepoint: 0x5855,
        name: "CJK UNIFIED IDEOGRAPH-5855",
    },
    Character {
        age: "1.1",
        codepoint: 0x5856,
        name: "CJK UNIFIED IDEOGRAPH-5856",
    },
    Character {
        age: "1.1",
        codepoint: 0x5857,
        name: "CJK UNIFIED IDEOGRAPH-5857",
    },
    Character {
        age: "1.1",
        codepoint: 0x5858,
        name: "CJK UNIFIED IDEOGRAPH-5858",
    },
    Character {
        age: "1.1",
        codepoint: 0x5859,
        name: "CJK UNIFIED IDEOGRAPH-5859",
    },
    Character {
        age: "1.1",
        codepoint: 0x585A,
        name: "CJK UNIFIED IDEOGRAPH-585A",
    },
    Character {
        age: "1.1",
        codepoint: 0x585B,
        name: "CJK UNIFIED IDEOGRAPH-585B",
    },
    Character {
        age: "1.1",
        codepoint: 0x585C,
        name: "CJK UNIFIED IDEOGRAPH-585C",
    },
    Character {
        age: "1.1",
        codepoint: 0x585D,
        name: "CJK UNIFIED IDEOGRAPH-585D",
    },
    Character {
        age: "1.1",
        codepoint: 0x585E,
        name: "CJK UNIFIED IDEOGRAPH-585E",
    },
    Character {
        age: "1.1",
        codepoint: 0x585F,
        name: "CJK UNIFIED IDEOGRAPH-585F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5860,
        name: "CJK UNIFIED IDEOGRAPH-5860",
    },
    Character {
        age: "1.1",
        codepoint: 0x5861,
        name: "CJK UNIFIED IDEOGRAPH-5861",
    },
    Character {
        age: "1.1",
        codepoint: 0x5862,
        name: "CJK UNIFIED IDEOGRAPH-5862",
    },
    Character {
        age: "1.1",
        codepoint: 0x5863,
        name: "CJK UNIFIED IDEOGRAPH-5863",
    },
    Character {
        age: "1.1",
        codepoint: 0x5864,
        name: "CJK UNIFIED IDEOGRAPH-5864",
    },
    Character {
        age: "1.1",
        codepoint: 0x5865,
        name: "CJK UNIFIED IDEOGRAPH-5865",
    },
    Character {
        age: "1.1",
        codepoint: 0x5866,
        name: "CJK UNIFIED IDEOGRAPH-5866",
    },
    Character {
        age: "1.1",
        codepoint: 0x5867,
        name: "CJK UNIFIED IDEOGRAPH-5867",
    },
    Character {
        age: "1.1",
        codepoint: 0x5868,
        name: "CJK UNIFIED IDEOGRAPH-5868",
    },
    Character {
        age: "1.1",
        codepoint: 0x5869,
        name: "CJK UNIFIED IDEOGRAPH-5869",
    },
    Character {
        age: "1.1",
        codepoint: 0x586A,
        name: "CJK UNIFIED IDEOGRAPH-586A",
    },
    Character {
        age: "1.1",
        codepoint: 0x586B,
        name: "CJK UNIFIED IDEOGRAPH-586B",
    },
    Character {
        age: "1.1",
        codepoint: 0x586C,
        name: "CJK UNIFIED IDEOGRAPH-586C",
    },
    Character {
        age: "1.1",
        codepoint: 0x586D,
        name: "CJK UNIFIED IDEOGRAPH-586D",
    },
    Character {
        age: "1.1",
        codepoint: 0x586E,
        name: "CJK UNIFIED IDEOGRAPH-586E",
    },
    Character {
        age: "1.1",
        codepoint: 0x586F,
        name: "CJK UNIFIED IDEOGRAPH-586F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5870,
        name: "CJK UNIFIED IDEOGRAPH-5870",
    },
    Character {
        age: "1.1",
        codepoint: 0x5871,
        name: "CJK UNIFIED IDEOGRAPH-5871",
    },
    Character {
        age: "1.1",
        codepoint: 0x5872,
        name: "CJK UNIFIED IDEOGRAPH-5872",
    },
    Character {
        age: "1.1",
        codepoint: 0x5873,
        name: "CJK UNIFIED IDEOGRAPH-5873",
    },
    Character {
        age: "1.1",
        codepoint: 0x5874,
        name: "CJK UNIFIED IDEOGRAPH-5874",
    },
    Character {
        age: "1.1",
        codepoint: 0x5875,
        name: "CJK UNIFIED IDEOGRAPH-5875",
    },
    Character {
        age: "1.1",
        codepoint: 0x5876,
        name: "CJK UNIFIED IDEOGRAPH-5876",
    },
    Character {
        age: "1.1",
        codepoint: 0x5877,
        name: "CJK UNIFIED IDEOGRAPH-5877",
    },
    Character {
        age: "1.1",
        codepoint: 0x5878,
        name: "CJK UNIFIED IDEOGRAPH-5878",
    },
    Character {
        age: "1.1",
        codepoint: 0x5879,
        name: "CJK UNIFIED IDEOGRAPH-5879",
    },
    Character {
        age: "1.1",
        codepoint: 0x587A,
        name: "CJK UNIFIED IDEOGRAPH-587A",
    },
    Character {
        age: "1.1",
        codepoint: 0x587B,
        name: "CJK UNIFIED IDEOGRAPH-587B",
    },
    Character {
        age: "1.1",
        codepoint: 0x587C,
        name: "CJK UNIFIED IDEOGRAPH-587C",
    },
    Character {
        age: "1.1",
        codepoint: 0x587D,
        name: "CJK UNIFIED IDEOGRAPH-587D",
    },
    Character {
        age: "1.1",
        codepoint: 0x587E,
        name: "CJK UNIFIED IDEOGRAPH-587E",
    },
    Character {
        age: "1.1",
        codepoint: 0x587F,
        name: "CJK UNIFIED IDEOGRAPH-587F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5880,
        name: "CJK UNIFIED IDEOGRAPH-5880",
    },
    Character {
        age: "1.1",
        codepoint: 0x5881,
        name: "CJK UNIFIED IDEOGRAPH-5881",
    },
    Character {
        age: "1.1",
        codepoint: 0x5882,
        name: "CJK UNIFIED IDEOGRAPH-5882",
    },
    Character {
        age: "1.1",
        codepoint: 0x5883,
        name: "CJK UNIFIED IDEOGRAPH-5883",
    },
    Character {
        age: "1.1",
        codepoint: 0x5884,
        name: "CJK UNIFIED IDEOGRAPH-5884",
    },
    Character {
        age: "1.1",
        codepoint: 0x5885,
        name: "CJK UNIFIED IDEOGRAPH-5885",
    },
    Character {
        age: "1.1",
        codepoint: 0x5886,
        name: "CJK UNIFIED IDEOGRAPH-5886",
    },
    Character {
        age: "1.1",
        codepoint: 0x5887,
        name: "CJK UNIFIED IDEOGRAPH-5887",
    },
    Character {
        age: "1.1",
        codepoint: 0x5888,
        name: "CJK UNIFIED IDEOGRAPH-5888",
    },
    Character {
        age: "1.1",
        codepoint: 0x5889,
        name: "CJK UNIFIED IDEOGRAPH-5889",
    },
    Character {
        age: "1.1",
        codepoint: 0x588A,
        name: "CJK UNIFIED IDEOGRAPH-588A",
    },
    Character {
        age: "1.1",
        codepoint: 0x588B,
        name: "CJK UNIFIED IDEOGRAPH-588B",
    },
    Character {
        age: "1.1",
        codepoint: 0x588C,
        name: "CJK UNIFIED IDEOGRAPH-588C",
    },
    Character {
        age: "1.1",
        codepoint: 0x588D,
        name: "CJK UNIFIED IDEOGRAPH-588D",
    },
    Character {
        age: "1.1",
        codepoint: 0x588E,
        name: "CJK UNIFIED IDEOGRAPH-588E",
    },
    Character {
        age: "1.1",
        codepoint: 0x588F,
        name: "CJK UNIFIED IDEOGRAPH-588F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5890,
        name: "CJK UNIFIED IDEOGRAPH-5890",
    },
    Character {
        age: "1.1",
        codepoint: 0x5891,
        name: "CJK UNIFIED IDEOGRAPH-5891",
    },
    Character {
        age: "1.1",
        codepoint: 0x5892,
        name: "CJK UNIFIED IDEOGRAPH-5892",
    },
    Character {
        age: "1.1",
        codepoint: 0x5893,
        name: "CJK UNIFIED IDEOGRAPH-5893",
    },
    Character {
        age: "1.1",
        codepoint: 0x5894,
        name: "CJK UNIFIED IDEOGRAPH-5894",
    },
    Character {
        age: "1.1",
        codepoint: 0x5895,
        name: "CJK UNIFIED IDEOGRAPH-5895",
    },
    Character {
        age: "1.1",
        codepoint: 0x5896,
        name: "CJK UNIFIED IDEOGRAPH-5896",
    },
    Character {
        age: "1.1",
        codepoint: 0x5897,
        name: "CJK UNIFIED IDEOGRAPH-5897",
    },
    Character {
        age: "1.1",
        codepoint: 0x5898,
        name: "CJK UNIFIED IDEOGRAPH-5898",
    },
    Character {
        age: "1.1",
        codepoint: 0x5899,
        name: "CJK UNIFIED IDEOGRAPH-5899",
    },
    Character {
        age: "1.1",
        codepoint: 0x589A,
        name: "CJK UNIFIED IDEOGRAPH-589A",
    },
    Character {
        age: "1.1",
        codepoint: 0x589B,
        name: "CJK UNIFIED IDEOGRAPH-589B",
    },
    Character {
        age: "1.1",
        codepoint: 0x589C,
        name: "CJK UNIFIED IDEOGRAPH-589C",
    },
    Character {
        age: "1.1",
        codepoint: 0x589D,
        name: "CJK UNIFIED IDEOGRAPH-589D",
    },
    Character {
        age: "1.1",
        codepoint: 0x589E,
        name: "CJK UNIFIED IDEOGRAPH-589E",
    },
    Character {
        age: "1.1",
        codepoint: 0x589F,
        name: "CJK UNIFIED IDEOGRAPH-589F",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A0,
        name: "CJK UNIFIED IDEOGRAPH-58A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A1,
        name: "CJK UNIFIED IDEOGRAPH-58A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A2,
        name: "CJK UNIFIED IDEOGRAPH-58A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A3,
        name: "CJK UNIFIED IDEOGRAPH-58A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A4,
        name: "CJK UNIFIED IDEOGRAPH-58A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A5,
        name: "CJK UNIFIED IDEOGRAPH-58A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A6,
        name: "CJK UNIFIED IDEOGRAPH-58A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A7,
        name: "CJK UNIFIED IDEOGRAPH-58A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A8,
        name: "CJK UNIFIED IDEOGRAPH-58A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x58A9,
        name: "CJK UNIFIED IDEOGRAPH-58A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x58AA,
        name: "CJK UNIFIED IDEOGRAPH-58AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x58AB,
        name: "CJK UNIFIED IDEOGRAPH-58AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x58AC,
        name: "CJK UNIFIED IDEOGRAPH-58AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x58AD,
        name: "CJK UNIFIED IDEOGRAPH-58AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x58AE,
        name: "CJK UNIFIED IDEOGRAPH-58AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x58AF,
        name: "CJK UNIFIED IDEOGRAPH-58AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B0,
        name: "CJK UNIFIED IDEOGRAPH-58B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B1,
        name: "CJK UNIFIED IDEOGRAPH-58B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B2,
        name: "CJK UNIFIED IDEOGRAPH-58B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B3,
        name: "CJK UNIFIED IDEOGRAPH-58B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B4,
        name: "CJK UNIFIED IDEOGRAPH-58B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B5,
        name: "CJK UNIFIED IDEOGRAPH-58B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B6,
        name: "CJK UNIFIED IDEOGRAPH-58B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B7,
        name: "CJK UNIFIED IDEOGRAPH-58B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B8,
        name: "CJK UNIFIED IDEOGRAPH-58B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x58B9,
        name: "CJK UNIFIED IDEOGRAPH-58B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x58BA,
        name: "CJK UNIFIED IDEOGRAPH-58BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x58BB,
        name: "CJK UNIFIED IDEOGRAPH-58BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x58BC,
        name: "CJK UNIFIED IDEOGRAPH-58BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x58BD,
        name: "CJK UNIFIED IDEOGRAPH-58BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x58BE,
        name: "CJK UNIFIED IDEOGRAPH-58BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x58BF,
        name: "CJK UNIFIED IDEOGRAPH-58BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C0,
        name: "CJK UNIFIED IDEOGRAPH-58C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C1,
        name: "CJK UNIFIED IDEOGRAPH-58C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C2,
        name: "CJK UNIFIED IDEOGRAPH-58C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C3,
        name: "CJK UNIFIED IDEOGRAPH-58C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C4,
        name: "CJK UNIFIED IDEOGRAPH-58C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C5,
        name: "CJK UNIFIED IDEOGRAPH-58C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C6,
        name: "CJK UNIFIED IDEOGRAPH-58C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C7,
        name: "CJK UNIFIED IDEOGRAPH-58C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C8,
        name: "CJK UNIFIED IDEOGRAPH-58C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x58C9,
        name: "CJK UNIFIED IDEOGRAPH-58C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x58CA,
        name: "CJK UNIFIED IDEOGRAPH-58CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x58CB,
        name: "CJK UNIFIED IDEOGRAPH-58CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x58CC,
        name: "CJK UNIFIED IDEOGRAPH-58CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x58CD,
        name: "CJK UNIFIED IDEOGRAPH-58CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x58CE,
        name: "CJK UNIFIED IDEOGRAPH-58CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x58CF,
        name: "CJK UNIFIED IDEOGRAPH-58CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D0,
        name: "CJK UNIFIED IDEOGRAPH-58D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D1,
        name: "CJK UNIFIED IDEOGRAPH-58D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D2,
        name: "CJK UNIFIED IDEOGRAPH-58D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D3,
        name: "CJK UNIFIED IDEOGRAPH-58D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D4,
        name: "CJK UNIFIED IDEOGRAPH-58D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D5,
        name: "CJK UNIFIED IDEOGRAPH-58D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D6,
        name: "CJK UNIFIED IDEOGRAPH-58D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D7,
        name: "CJK UNIFIED IDEOGRAPH-58D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D8,
        name: "CJK UNIFIED IDEOGRAPH-58D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x58D9,
        name: "CJK UNIFIED IDEOGRAPH-58D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x58DA,
        name: "CJK UNIFIED IDEOGRAPH-58DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x58DB,
        name: "CJK UNIFIED IDEOGRAPH-58DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x58DC,
        name: "CJK UNIFIED IDEOGRAPH-58DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x58DD,
        name: "CJK UNIFIED IDEOGRAPH-58DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x58DE,
        name: "CJK UNIFIED IDEOGRAPH-58DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x58DF,
        name: "CJK UNIFIED IDEOGRAPH-58DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E0,
        name: "CJK UNIFIED IDEOGRAPH-58E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E1,
        name: "CJK UNIFIED IDEOGRAPH-58E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E2,
        name: "CJK UNIFIED IDEOGRAPH-58E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E3,
        name: "CJK UNIFIED IDEOGRAPH-58E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E4,
        name: "CJK UNIFIED IDEOGRAPH-58E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E5,
        name: "CJK UNIFIED IDEOGRAPH-58E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E6,
        name: "CJK UNIFIED IDEOGRAPH-58E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E7,
        name: "CJK UNIFIED IDEOGRAPH-58E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E8,
        name: "CJK UNIFIED IDEOGRAPH-58E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x58E9,
        name: "CJK UNIFIED IDEOGRAPH-58E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x58EA,
        name: "CJK UNIFIED IDEOGRAPH-58EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x58EB,
        name: "CJK UNIFIED IDEOGRAPH-58EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x58EC,
        name: "CJK UNIFIED IDEOGRAPH-58EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x58ED,
        name: "CJK UNIFIED IDEOGRAPH-58ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x58EE,
        name: "CJK UNIFIED IDEOGRAPH-58EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x58EF,
        name: "CJK UNIFIED IDEOGRAPH-58EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F0,
        name: "CJK UNIFIED IDEOGRAPH-58F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F1,
        name: "CJK UNIFIED IDEOGRAPH-58F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F2,
        name: "CJK UNIFIED IDEOGRAPH-58F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F3,
        name: "CJK UNIFIED IDEOGRAPH-58F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F4,
        name: "CJK UNIFIED IDEOGRAPH-58F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F5,
        name: "CJK UNIFIED IDEOGRAPH-58F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F6,
        name: "CJK UNIFIED IDEOGRAPH-58F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F7,
        name: "CJK UNIFIED IDEOGRAPH-58F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F8,
        name: "CJK UNIFIED IDEOGRAPH-58F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x58F9,
        name: "CJK UNIFIED IDEOGRAPH-58F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x58FA,
        name: "CJK UNIFIED IDEOGRAPH-58FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x58FB,
        name: "CJK UNIFIED IDEOGRAPH-58FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x58FC,
        name: "CJK UNIFIED IDEOGRAPH-58FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x58FD,
        name: "CJK UNIFIED IDEOGRAPH-58FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x58FE,
        name: "CJK UNIFIED IDEOGRAPH-58FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x58FF,
        name: "CJK UNIFIED IDEOGRAPH-58FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5900,
        name: "CJK UNIFIED IDEOGRAPH-5900",
    },
    Character {
        age: "1.1",
        codepoint: 0x5901,
        name: "CJK UNIFIED IDEOGRAPH-5901",
    },
    Character {
        age: "1.1",
        codepoint: 0x5902,
        name: "CJK UNIFIED IDEOGRAPH-5902",
    },
    Character {
        age: "1.1",
        codepoint: 0x5903,
        name: "CJK UNIFIED IDEOGRAPH-5903",
    },
    Character {
        age: "1.1",
        codepoint: 0x5904,
        name: "CJK UNIFIED IDEOGRAPH-5904",
    },
    Character {
        age: "1.1",
        codepoint: 0x5905,
        name: "CJK UNIFIED IDEOGRAPH-5905",
    },
    Character {
        age: "1.1",
        codepoint: 0x5906,
        name: "CJK UNIFIED IDEOGRAPH-5906",
    },
    Character {
        age: "1.1",
        codepoint: 0x5907,
        name: "CJK UNIFIED IDEOGRAPH-5907",
    },
    Character {
        age: "1.1",
        codepoint: 0x5908,
        name: "CJK UNIFIED IDEOGRAPH-5908",
    },
    Character {
        age: "1.1",
        codepoint: 0x5909,
        name: "CJK UNIFIED IDEOGRAPH-5909",
    },
    Character {
        age: "1.1",
        codepoint: 0x590A,
        name: "CJK UNIFIED IDEOGRAPH-590A",
    },
    Character {
        age: "1.1",
        codepoint: 0x590B,
        name: "CJK UNIFIED IDEOGRAPH-590B",
    },
    Character {
        age: "1.1",
        codepoint: 0x590C,
        name: "CJK UNIFIED IDEOGRAPH-590C",
    },
    Character {
        age: "1.1",
        codepoint: 0x590D,
        name: "CJK UNIFIED IDEOGRAPH-590D",
    },
    Character {
        age: "1.1",
        codepoint: 0x590E,
        name: "CJK UNIFIED IDEOGRAPH-590E",
    },
    Character {
        age: "1.1",
        codepoint: 0x590F,
        name: "CJK UNIFIED IDEOGRAPH-590F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5910,
        name: "CJK UNIFIED IDEOGRAPH-5910",
    },
    Character {
        age: "1.1",
        codepoint: 0x5911,
        name: "CJK UNIFIED IDEOGRAPH-5911",
    },
    Character {
        age: "1.1",
        codepoint: 0x5912,
        name: "CJK UNIFIED IDEOGRAPH-5912",
    },
    Character {
        age: "1.1",
        codepoint: 0x5913,
        name: "CJK UNIFIED IDEOGRAPH-5913",
    },
    Character {
        age: "1.1",
        codepoint: 0x5914,
        name: "CJK UNIFIED IDEOGRAPH-5914",
    },
    Character {
        age: "1.1",
        codepoint: 0x5915,
        name: "CJK UNIFIED IDEOGRAPH-5915",
    },
    Character {
        age: "1.1",
        codepoint: 0x5916,
        name: "CJK UNIFIED IDEOGRAPH-5916",
    },
    Character {
        age: "1.1",
        codepoint: 0x5917,
        name: "CJK UNIFIED IDEOGRAPH-5917",
    },
    Character {
        age: "1.1",
        codepoint: 0x5918,
        name: "CJK UNIFIED IDEOGRAPH-5918",
    },
    Character {
        age: "1.1",
        codepoint: 0x5919,
        name: "CJK UNIFIED IDEOGRAPH-5919",
    },
    Character {
        age: "1.1",
        codepoint: 0x591A,
        name: "CJK UNIFIED IDEOGRAPH-591A",
    },
    Character {
        age: "1.1",
        codepoint: 0x591B,
        name: "CJK UNIFIED IDEOGRAPH-591B",
    },
    Character {
        age: "1.1",
        codepoint: 0x591C,
        name: "CJK UNIFIED IDEOGRAPH-591C",
    },
    Character {
        age: "1.1",
        codepoint: 0x591D,
        name: "CJK UNIFIED IDEOGRAPH-591D",
    },
    Character {
        age: "1.1",
        codepoint: 0x591E,
        name: "CJK UNIFIED IDEOGRAPH-591E",
    },
    Character {
        age: "1.1",
        codepoint: 0x591F,
        name: "CJK UNIFIED IDEOGRAPH-591F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5920,
        name: "CJK UNIFIED IDEOGRAPH-5920",
    },
    Character {
        age: "1.1",
        codepoint: 0x5921,
        name: "CJK UNIFIED IDEOGRAPH-5921",
    },
    Character {
        age: "1.1",
        codepoint: 0x5922,
        name: "CJK UNIFIED IDEOGRAPH-5922",
    },
    Character {
        age: "1.1",
        codepoint: 0x5923,
        name: "CJK UNIFIED IDEOGRAPH-5923",
    },
    Character {
        age: "1.1",
        codepoint: 0x5924,
        name: "CJK UNIFIED IDEOGRAPH-5924",
    },
    Character {
        age: "1.1",
        codepoint: 0x5925,
        name: "CJK UNIFIED IDEOGRAPH-5925",
    },
    Character {
        age: "1.1",
        codepoint: 0x5926,
        name: "CJK UNIFIED IDEOGRAPH-5926",
    },
    Character {
        age: "1.1",
        codepoint: 0x5927,
        name: "CJK UNIFIED IDEOGRAPH-5927",
    },
    Character {
        age: "1.1",
        codepoint: 0x5928,
        name: "CJK UNIFIED IDEOGRAPH-5928",
    },
    Character {
        age: "1.1",
        codepoint: 0x5929,
        name: "CJK UNIFIED IDEOGRAPH-5929",
    },
    Character {
        age: "1.1",
        codepoint: 0x592A,
        name: "CJK UNIFIED IDEOGRAPH-592A",
    },
    Character {
        age: "1.1",
        codepoint: 0x592B,
        name: "CJK UNIFIED IDEOGRAPH-592B",
    },
    Character {
        age: "1.1",
        codepoint: 0x592C,
        name: "CJK UNIFIED IDEOGRAPH-592C",
    },
    Character {
        age: "1.1",
        codepoint: 0x592D,
        name: "CJK UNIFIED IDEOGRAPH-592D",
    },
    Character {
        age: "1.1",
        codepoint: 0x592E,
        name: "CJK UNIFIED IDEOGRAPH-592E",
    },
    Character {
        age: "1.1",
        codepoint: 0x592F,
        name: "CJK UNIFIED IDEOGRAPH-592F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5930,
        name: "CJK UNIFIED IDEOGRAPH-5930",
    },
    Character {
        age: "1.1",
        codepoint: 0x5931,
        name: "CJK UNIFIED IDEOGRAPH-5931",
    },
    Character {
        age: "1.1",
        codepoint: 0x5932,
        name: "CJK UNIFIED IDEOGRAPH-5932",
    },
    Character {
        age: "1.1",
        codepoint: 0x5933,
        name: "CJK UNIFIED IDEOGRAPH-5933",
    },
    Character {
        age: "1.1",
        codepoint: 0x5934,
        name: "CJK UNIFIED IDEOGRAPH-5934",
    },
    Character {
        age: "1.1",
        codepoint: 0x5935,
        name: "CJK UNIFIED IDEOGRAPH-5935",
    },
    Character {
        age: "1.1",
        codepoint: 0x5936,
        name: "CJK UNIFIED IDEOGRAPH-5936",
    },
    Character {
        age: "1.1",
        codepoint: 0x5937,
        name: "CJK UNIFIED IDEOGRAPH-5937",
    },
    Character {
        age: "1.1",
        codepoint: 0x5938,
        name: "CJK UNIFIED IDEOGRAPH-5938",
    },
    Character {
        age: "1.1",
        codepoint: 0x5939,
        name: "CJK UNIFIED IDEOGRAPH-5939",
    },
    Character {
        age: "1.1",
        codepoint: 0x593A,
        name: "CJK UNIFIED IDEOGRAPH-593A",
    },
    Character {
        age: "1.1",
        codepoint: 0x593B,
        name: "CJK UNIFIED IDEOGRAPH-593B",
    },
    Character {
        age: "1.1",
        codepoint: 0x593C,
        name: "CJK UNIFIED IDEOGRAPH-593C",
    },
    Character {
        age: "1.1",
        codepoint: 0x593D,
        name: "CJK UNIFIED IDEOGRAPH-593D",
    },
    Character {
        age: "1.1",
        codepoint: 0x593E,
        name: "CJK UNIFIED IDEOGRAPH-593E",
    },
    Character {
        age: "1.1",
        codepoint: 0x593F,
        name: "CJK UNIFIED IDEOGRAPH-593F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5940,
        name: "CJK UNIFIED IDEOGRAPH-5940",
    },
    Character {
        age: "1.1",
        codepoint: 0x5941,
        name: "CJK UNIFIED IDEOGRAPH-5941",
    },
    Character {
        age: "1.1",
        codepoint: 0x5942,
        name: "CJK UNIFIED IDEOGRAPH-5942",
    },
    Character {
        age: "1.1",
        codepoint: 0x5943,
        name: "CJK UNIFIED IDEOGRAPH-5943",
    },
    Character {
        age: "1.1",
        codepoint: 0x5944,
        name: "CJK UNIFIED IDEOGRAPH-5944",
    },
    Character {
        age: "1.1",
        codepoint: 0x5945,
        name: "CJK UNIFIED IDEOGRAPH-5945",
    },
    Character {
        age: "1.1",
        codepoint: 0x5946,
        name: "CJK UNIFIED IDEOGRAPH-5946",
    },
    Character {
        age: "1.1",
        codepoint: 0x5947,
        name: "CJK UNIFIED IDEOGRAPH-5947",
    },
    Character {
        age: "1.1",
        codepoint: 0x5948,
        name: "CJK UNIFIED IDEOGRAPH-5948",
    },
    Character {
        age: "1.1",
        codepoint: 0x5949,
        name: "CJK UNIFIED IDEOGRAPH-5949",
    },
    Character {
        age: "1.1",
        codepoint: 0x594A,
        name: "CJK UNIFIED IDEOGRAPH-594A",
    },
    Character {
        age: "1.1",
        codepoint: 0x594B,
        name: "CJK UNIFIED IDEOGRAPH-594B",
    },
    Character {
        age: "1.1",
        codepoint: 0x594C,
        name: "CJK UNIFIED IDEOGRAPH-594C",
    },
    Character {
        age: "1.1",
        codepoint: 0x594D,
        name: "CJK UNIFIED IDEOGRAPH-594D",
    },
    Character {
        age: "1.1",
        codepoint: 0x594E,
        name: "CJK UNIFIED IDEOGRAPH-594E",
    },
    Character {
        age: "1.1",
        codepoint: 0x594F,
        name: "CJK UNIFIED IDEOGRAPH-594F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5950,
        name: "CJK UNIFIED IDEOGRAPH-5950",
    },
    Character {
        age: "1.1",
        codepoint: 0x5951,
        name: "CJK UNIFIED IDEOGRAPH-5951",
    },
    Character {
        age: "1.1",
        codepoint: 0x5952,
        name: "CJK UNIFIED IDEOGRAPH-5952",
    },
    Character {
        age: "1.1",
        codepoint: 0x5953,
        name: "CJK UNIFIED IDEOGRAPH-5953",
    },
    Character {
        age: "1.1",
        codepoint: 0x5954,
        name: "CJK UNIFIED IDEOGRAPH-5954",
    },
    Character {
        age: "1.1",
        codepoint: 0x5955,
        name: "CJK UNIFIED IDEOGRAPH-5955",
    },
    Character {
        age: "1.1",
        codepoint: 0x5956,
        name: "CJK UNIFIED IDEOGRAPH-5956",
    },
    Character {
        age: "1.1",
        codepoint: 0x5957,
        name: "CJK UNIFIED IDEOGRAPH-5957",
    },
    Character {
        age: "1.1",
        codepoint: 0x5958,
        name: "CJK UNIFIED IDEOGRAPH-5958",
    },
    Character {
        age: "1.1",
        codepoint: 0x5959,
        name: "CJK UNIFIED IDEOGRAPH-5959",
    },
    Character {
        age: "1.1",
        codepoint: 0x595A,
        name: "CJK UNIFIED IDEOGRAPH-595A",
    },
    Character {
        age: "1.1",
        codepoint: 0x595B,
        name: "CJK UNIFIED IDEOGRAPH-595B",
    },
    Character {
        age: "1.1",
        codepoint: 0x595C,
        name: "CJK UNIFIED IDEOGRAPH-595C",
    },
    Character {
        age: "1.1",
        codepoint: 0x595D,
        name: "CJK UNIFIED IDEOGRAPH-595D",
    },
    Character {
        age: "1.1",
        codepoint: 0x595E,
        name: "CJK UNIFIED IDEOGRAPH-595E",
    },
    Character {
        age: "1.1",
        codepoint: 0x595F,
        name: "CJK UNIFIED IDEOGRAPH-595F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5960,
        name: "CJK UNIFIED IDEOGRAPH-5960",
    },
    Character {
        age: "1.1",
        codepoint: 0x5961,
        name: "CJK UNIFIED IDEOGRAPH-5961",
    },
    Character {
        age: "1.1",
        codepoint: 0x5962,
        name: "CJK UNIFIED IDEOGRAPH-5962",
    },
    Character {
        age: "1.1",
        codepoint: 0x5963,
        name: "CJK UNIFIED IDEOGRAPH-5963",
    },
    Character {
        age: "1.1",
        codepoint: 0x5964,
        name: "CJK UNIFIED IDEOGRAPH-5964",
    },
    Character {
        age: "1.1",
        codepoint: 0x5965,
        name: "CJK UNIFIED IDEOGRAPH-5965",
    },
    Character {
        age: "1.1",
        codepoint: 0x5966,
        name: "CJK UNIFIED IDEOGRAPH-5966",
    },
    Character {
        age: "1.1",
        codepoint: 0x5967,
        name: "CJK UNIFIED IDEOGRAPH-5967",
    },
    Character {
        age: "1.1",
        codepoint: 0x5968,
        name: "CJK UNIFIED IDEOGRAPH-5968",
    },
    Character {
        age: "1.1",
        codepoint: 0x5969,
        name: "CJK UNIFIED IDEOGRAPH-5969",
    },
    Character {
        age: "1.1",
        codepoint: 0x596A,
        name: "CJK UNIFIED IDEOGRAPH-596A",
    },
    Character {
        age: "1.1",
        codepoint: 0x596B,
        name: "CJK UNIFIED IDEOGRAPH-596B",
    },
    Character {
        age: "1.1",
        codepoint: 0x596C,
        name: "CJK UNIFIED IDEOGRAPH-596C",
    },
    Character {
        age: "1.1",
        codepoint: 0x596D,
        name: "CJK UNIFIED IDEOGRAPH-596D",
    },
    Character {
        age: "1.1",
        codepoint: 0x596E,
        name: "CJK UNIFIED IDEOGRAPH-596E",
    },
    Character {
        age: "1.1",
        codepoint: 0x596F,
        name: "CJK UNIFIED IDEOGRAPH-596F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5970,
        name: "CJK UNIFIED IDEOGRAPH-5970",
    },
    Character {
        age: "1.1",
        codepoint: 0x5971,
        name: "CJK UNIFIED IDEOGRAPH-5971",
    },
    Character {
        age: "1.1",
        codepoint: 0x5972,
        name: "CJK UNIFIED IDEOGRAPH-5972",
    },
    Character {
        age: "1.1",
        codepoint: 0x5973,
        name: "CJK UNIFIED IDEOGRAPH-5973",
    },
    Character {
        age: "1.1",
        codepoint: 0x5974,
        name: "CJK UNIFIED IDEOGRAPH-5974",
    },
    Character {
        age: "1.1",
        codepoint: 0x5975,
        name: "CJK UNIFIED IDEOGRAPH-5975",
    },
    Character {
        age: "1.1",
        codepoint: 0x5976,
        name: "CJK UNIFIED IDEOGRAPH-5976",
    },
    Character {
        age: "1.1",
        codepoint: 0x5977,
        name: "CJK UNIFIED IDEOGRAPH-5977",
    },
    Character {
        age: "1.1",
        codepoint: 0x5978,
        name: "CJK UNIFIED IDEOGRAPH-5978",
    },
    Character {
        age: "1.1",
        codepoint: 0x5979,
        name: "CJK UNIFIED IDEOGRAPH-5979",
    },
    Character {
        age: "1.1",
        codepoint: 0x597A,
        name: "CJK UNIFIED IDEOGRAPH-597A",
    },
    Character {
        age: "1.1",
        codepoint: 0x597B,
        name: "CJK UNIFIED IDEOGRAPH-597B",
    },
    Character {
        age: "1.1",
        codepoint: 0x597C,
        name: "CJK UNIFIED IDEOGRAPH-597C",
    },
    Character {
        age: "1.1",
        codepoint: 0x597D,
        name: "CJK UNIFIED IDEOGRAPH-597D",
    },
    Character {
        age: "1.1",
        codepoint: 0x597E,
        name: "CJK UNIFIED IDEOGRAPH-597E",
    },
    Character {
        age: "1.1",
        codepoint: 0x597F,
        name: "CJK UNIFIED IDEOGRAPH-597F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5980,
        name: "CJK UNIFIED IDEOGRAPH-5980",
    },
    Character {
        age: "1.1",
        codepoint: 0x5981,
        name: "CJK UNIFIED IDEOGRAPH-5981",
    },
    Character {
        age: "1.1",
        codepoint: 0x5982,
        name: "CJK UNIFIED IDEOGRAPH-5982",
    },
    Character {
        age: "1.1",
        codepoint: 0x5983,
        name: "CJK UNIFIED IDEOGRAPH-5983",
    },
    Character {
        age: "1.1",
        codepoint: 0x5984,
        name: "CJK UNIFIED IDEOGRAPH-5984",
    },
    Character {
        age: "1.1",
        codepoint: 0x5985,
        name: "CJK UNIFIED IDEOGRAPH-5985",
    },
    Character {
        age: "1.1",
        codepoint: 0x5986,
        name: "CJK UNIFIED IDEOGRAPH-5986",
    },
    Character {
        age: "1.1",
        codepoint: 0x5987,
        name: "CJK UNIFIED IDEOGRAPH-5987",
    },
    Character {
        age: "1.1",
        codepoint: 0x5988,
        name: "CJK UNIFIED IDEOGRAPH-5988",
    },
    Character {
        age: "1.1",
        codepoint: 0x5989,
        name: "CJK UNIFIED IDEOGRAPH-5989",
    },
    Character {
        age: "1.1",
        codepoint: 0x598A,
        name: "CJK UNIFIED IDEOGRAPH-598A",
    },
    Character {
        age: "1.1",
        codepoint: 0x598B,
        name: "CJK UNIFIED IDEOGRAPH-598B",
    },
    Character {
        age: "1.1",
        codepoint: 0x598C,
        name: "CJK UNIFIED IDEOGRAPH-598C",
    },
    Character {
        age: "1.1",
        codepoint: 0x598D,
        name: "CJK UNIFIED IDEOGRAPH-598D",
    },
    Character {
        age: "1.1",
        codepoint: 0x598E,
        name: "CJK UNIFIED IDEOGRAPH-598E",
    },
    Character {
        age: "1.1",
        codepoint: 0x598F,
        name: "CJK UNIFIED IDEOGRAPH-598F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5990,
        name: "CJK UNIFIED IDEOGRAPH-5990",
    },
    Character {
        age: "1.1",
        codepoint: 0x5991,
        name: "CJK UNIFIED IDEOGRAPH-5991",
    },
    Character {
        age: "1.1",
        codepoint: 0x5992,
        name: "CJK UNIFIED IDEOGRAPH-5992",
    },
    Character {
        age: "1.1",
        codepoint: 0x5993,
        name: "CJK UNIFIED IDEOGRAPH-5993",
    },
    Character {
        age: "1.1",
        codepoint: 0x5994,
        name: "CJK UNIFIED IDEOGRAPH-5994",
    },
    Character {
        age: "1.1",
        codepoint: 0x5995,
        name: "CJK UNIFIED IDEOGRAPH-5995",
    },
    Character {
        age: "1.1",
        codepoint: 0x5996,
        name: "CJK UNIFIED IDEOGRAPH-5996",
    },
    Character {
        age: "1.1",
        codepoint: 0x5997,
        name: "CJK UNIFIED IDEOGRAPH-5997",
    },
    Character {
        age: "1.1",
        codepoint: 0x5998,
        name: "CJK UNIFIED IDEOGRAPH-5998",
    },
    Character {
        age: "1.1",
        codepoint: 0x5999,
        name: "CJK UNIFIED IDEOGRAPH-5999",
    },
    Character {
        age: "1.1",
        codepoint: 0x599A,
        name: "CJK UNIFIED IDEOGRAPH-599A",
    },
    Character {
        age: "1.1",
        codepoint: 0x599B,
        name: "CJK UNIFIED IDEOGRAPH-599B",
    },
    Character {
        age: "1.1",
        codepoint: 0x599C,
        name: "CJK UNIFIED IDEOGRAPH-599C",
    },
    Character {
        age: "1.1",
        codepoint: 0x599D,
        name: "CJK UNIFIED IDEOGRAPH-599D",
    },
    Character {
        age: "1.1",
        codepoint: 0x599E,
        name: "CJK UNIFIED IDEOGRAPH-599E",
    },
    Character {
        age: "1.1",
        codepoint: 0x599F,
        name: "CJK UNIFIED IDEOGRAPH-599F",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A0,
        name: "CJK UNIFIED IDEOGRAPH-59A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A1,
        name: "CJK UNIFIED IDEOGRAPH-59A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A2,
        name: "CJK UNIFIED IDEOGRAPH-59A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A3,
        name: "CJK UNIFIED IDEOGRAPH-59A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A4,
        name: "CJK UNIFIED IDEOGRAPH-59A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A5,
        name: "CJK UNIFIED IDEOGRAPH-59A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A6,
        name: "CJK UNIFIED IDEOGRAPH-59A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A7,
        name: "CJK UNIFIED IDEOGRAPH-59A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A8,
        name: "CJK UNIFIED IDEOGRAPH-59A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x59A9,
        name: "CJK UNIFIED IDEOGRAPH-59A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x59AA,
        name: "CJK UNIFIED IDEOGRAPH-59AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x59AB,
        name: "CJK UNIFIED IDEOGRAPH-59AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x59AC,
        name: "CJK UNIFIED IDEOGRAPH-59AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x59AD,
        name: "CJK UNIFIED IDEOGRAPH-59AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x59AE,
        name: "CJK UNIFIED IDEOGRAPH-59AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x59AF,
        name: "CJK UNIFIED IDEOGRAPH-59AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B0,
        name: "CJK UNIFIED IDEOGRAPH-59B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B1,
        name: "CJK UNIFIED IDEOGRAPH-59B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B2,
        name: "CJK UNIFIED IDEOGRAPH-59B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B3,
        name: "CJK UNIFIED IDEOGRAPH-59B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B4,
        name: "CJK UNIFIED IDEOGRAPH-59B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B5,
        name: "CJK UNIFIED IDEOGRAPH-59B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B6,
        name: "CJK UNIFIED IDEOGRAPH-59B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B7,
        name: "CJK UNIFIED IDEOGRAPH-59B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B8,
        name: "CJK UNIFIED IDEOGRAPH-59B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x59B9,
        name: "CJK UNIFIED IDEOGRAPH-59B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x59BA,
        name: "CJK UNIFIED IDEOGRAPH-59BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x59BB,
        name: "CJK UNIFIED IDEOGRAPH-59BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x59BC,
        name: "CJK UNIFIED IDEOGRAPH-59BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x59BD,
        name: "CJK UNIFIED IDEOGRAPH-59BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x59BE,
        name: "CJK UNIFIED IDEOGRAPH-59BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x59BF,
        name: "CJK UNIFIED IDEOGRAPH-59BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C0,
        name: "CJK UNIFIED IDEOGRAPH-59C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C1,
        name: "CJK UNIFIED IDEOGRAPH-59C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C2,
        name: "CJK UNIFIED IDEOGRAPH-59C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C3,
        name: "CJK UNIFIED IDEOGRAPH-59C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C4,
        name: "CJK UNIFIED IDEOGRAPH-59C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C5,
        name: "CJK UNIFIED IDEOGRAPH-59C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C6,
        name: "CJK UNIFIED IDEOGRAPH-59C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C7,
        name: "CJK UNIFIED IDEOGRAPH-59C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C8,
        name: "CJK UNIFIED IDEOGRAPH-59C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x59C9,
        name: "CJK UNIFIED IDEOGRAPH-59C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x59CA,
        name: "CJK UNIFIED IDEOGRAPH-59CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x59CB,
        name: "CJK UNIFIED IDEOGRAPH-59CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x59CC,
        name: "CJK UNIFIED IDEOGRAPH-59CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x59CD,
        name: "CJK UNIFIED IDEOGRAPH-59CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x59CE,
        name: "CJK UNIFIED IDEOGRAPH-59CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x59CF,
        name: "CJK UNIFIED IDEOGRAPH-59CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D0,
        name: "CJK UNIFIED IDEOGRAPH-59D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D1,
        name: "CJK UNIFIED IDEOGRAPH-59D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D2,
        name: "CJK UNIFIED IDEOGRAPH-59D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D3,
        name: "CJK UNIFIED IDEOGRAPH-59D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D4,
        name: "CJK UNIFIED IDEOGRAPH-59D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D5,
        name: "CJK UNIFIED IDEOGRAPH-59D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D6,
        name: "CJK UNIFIED IDEOGRAPH-59D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D7,
        name: "CJK UNIFIED IDEOGRAPH-59D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D8,
        name: "CJK UNIFIED IDEOGRAPH-59D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x59D9,
        name: "CJK UNIFIED IDEOGRAPH-59D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x59DA,
        name: "CJK UNIFIED IDEOGRAPH-59DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x59DB,
        name: "CJK UNIFIED IDEOGRAPH-59DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x59DC,
        name: "CJK UNIFIED IDEOGRAPH-59DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x59DD,
        name: "CJK UNIFIED IDEOGRAPH-59DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x59DE,
        name: "CJK UNIFIED IDEOGRAPH-59DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x59DF,
        name: "CJK UNIFIED IDEOGRAPH-59DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E0,
        name: "CJK UNIFIED IDEOGRAPH-59E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E1,
        name: "CJK UNIFIED IDEOGRAPH-59E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E2,
        name: "CJK UNIFIED IDEOGRAPH-59E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E3,
        name: "CJK UNIFIED IDEOGRAPH-59E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E4,
        name: "CJK UNIFIED IDEOGRAPH-59E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E5,
        name: "CJK UNIFIED IDEOGRAPH-59E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E6,
        name: "CJK UNIFIED IDEOGRAPH-59E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E7,
        name: "CJK UNIFIED IDEOGRAPH-59E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E8,
        name: "CJK UNIFIED IDEOGRAPH-59E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x59E9,
        name: "CJK UNIFIED IDEOGRAPH-59E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x59EA,
        name: "CJK UNIFIED IDEOGRAPH-59EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x59EB,
        name: "CJK UNIFIED IDEOGRAPH-59EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x59EC,
        name: "CJK UNIFIED IDEOGRAPH-59EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x59ED,
        name: "CJK UNIFIED IDEOGRAPH-59ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x59EE,
        name: "CJK UNIFIED IDEOGRAPH-59EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x59EF,
        name: "CJK UNIFIED IDEOGRAPH-59EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F0,
        name: "CJK UNIFIED IDEOGRAPH-59F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F1,
        name: "CJK UNIFIED IDEOGRAPH-59F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F2,
        name: "CJK UNIFIED IDEOGRAPH-59F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F3,
        name: "CJK UNIFIED IDEOGRAPH-59F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F4,
        name: "CJK UNIFIED IDEOGRAPH-59F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F5,
        name: "CJK UNIFIED IDEOGRAPH-59F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F6,
        name: "CJK UNIFIED IDEOGRAPH-59F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F7,
        name: "CJK UNIFIED IDEOGRAPH-59F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F8,
        name: "CJK UNIFIED IDEOGRAPH-59F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x59F9,
        name: "CJK UNIFIED IDEOGRAPH-59F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x59FA,
        name: "CJK UNIFIED IDEOGRAPH-59FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x59FB,
        name: "CJK UNIFIED IDEOGRAPH-59FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x59FC,
        name: "CJK UNIFIED IDEOGRAPH-59FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x59FD,
        name: "CJK UNIFIED IDEOGRAPH-59FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x59FE,
        name: "CJK UNIFIED IDEOGRAPH-59FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x59FF,
        name: "CJK UNIFIED IDEOGRAPH-59FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A00,
        name: "CJK UNIFIED IDEOGRAPH-5A00",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A01,
        name: "CJK UNIFIED IDEOGRAPH-5A01",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A02,
        name: "CJK UNIFIED IDEOGRAPH-5A02",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A03,
        name: "CJK UNIFIED IDEOGRAPH-5A03",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A04,
        name: "CJK UNIFIED IDEOGRAPH-5A04",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A05,
        name: "CJK UNIFIED IDEOGRAPH-5A05",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A06,
        name: "CJK UNIFIED IDEOGRAPH-5A06",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A07,
        name: "CJK UNIFIED IDEOGRAPH-5A07",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A08,
        name: "CJK UNIFIED IDEOGRAPH-5A08",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A09,
        name: "CJK UNIFIED IDEOGRAPH-5A09",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A0A,
        name: "CJK UNIFIED IDEOGRAPH-5A0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A0B,
        name: "CJK UNIFIED IDEOGRAPH-5A0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A0C,
        name: "CJK UNIFIED IDEOGRAPH-5A0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A0D,
        name: "CJK UNIFIED IDEOGRAPH-5A0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A0E,
        name: "CJK UNIFIED IDEOGRAPH-5A0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A0F,
        name: "CJK UNIFIED IDEOGRAPH-5A0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A10,
        name: "CJK UNIFIED IDEOGRAPH-5A10",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A11,
        name: "CJK UNIFIED IDEOGRAPH-5A11",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A12,
        name: "CJK UNIFIED IDEOGRAPH-5A12",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A13,
        name: "CJK UNIFIED IDEOGRAPH-5A13",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A14,
        name: "CJK UNIFIED IDEOGRAPH-5A14",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A15,
        name: "CJK UNIFIED IDEOGRAPH-5A15",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A16,
        name: "CJK UNIFIED IDEOGRAPH-5A16",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A17,
        name: "CJK UNIFIED IDEOGRAPH-5A17",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A18,
        name: "CJK UNIFIED IDEOGRAPH-5A18",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A19,
        name: "CJK UNIFIED IDEOGRAPH-5A19",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A1A,
        name: "CJK UNIFIED IDEOGRAPH-5A1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A1B,
        name: "CJK UNIFIED IDEOGRAPH-5A1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A1C,
        name: "CJK UNIFIED IDEOGRAPH-5A1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A1D,
        name: "CJK UNIFIED IDEOGRAPH-5A1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A1E,
        name: "CJK UNIFIED IDEOGRAPH-5A1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A1F,
        name: "CJK UNIFIED IDEOGRAPH-5A1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A20,
        name: "CJK UNIFIED IDEOGRAPH-5A20",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A21,
        name: "CJK UNIFIED IDEOGRAPH-5A21",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A22,
        name: "CJK UNIFIED IDEOGRAPH-5A22",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A23,
        name: "CJK UNIFIED IDEOGRAPH-5A23",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A24,
        name: "CJK UNIFIED IDEOGRAPH-5A24",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A25,
        name: "CJK UNIFIED IDEOGRAPH-5A25",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A26,
        name: "CJK UNIFIED IDEOGRAPH-5A26",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A27,
        name: "CJK UNIFIED IDEOGRAPH-5A27",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A28,
        name: "CJK UNIFIED IDEOGRAPH-5A28",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A29,
        name: "CJK UNIFIED IDEOGRAPH-5A29",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A2A,
        name: "CJK UNIFIED IDEOGRAPH-5A2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A2B,
        name: "CJK UNIFIED IDEOGRAPH-5A2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A2C,
        name: "CJK UNIFIED IDEOGRAPH-5A2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A2D,
        name: "CJK UNIFIED IDEOGRAPH-5A2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A2E,
        name: "CJK UNIFIED IDEOGRAPH-5A2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A2F,
        name: "CJK UNIFIED IDEOGRAPH-5A2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A30,
        name: "CJK UNIFIED IDEOGRAPH-5A30",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A31,
        name: "CJK UNIFIED IDEOGRAPH-5A31",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A32,
        name: "CJK UNIFIED IDEOGRAPH-5A32",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A33,
        name: "CJK UNIFIED IDEOGRAPH-5A33",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A34,
        name: "CJK UNIFIED IDEOGRAPH-5A34",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A35,
        name: "CJK UNIFIED IDEOGRAPH-5A35",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A36,
        name: "CJK UNIFIED IDEOGRAPH-5A36",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A37,
        name: "CJK UNIFIED IDEOGRAPH-5A37",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A38,
        name: "CJK UNIFIED IDEOGRAPH-5A38",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A39,
        name: "CJK UNIFIED IDEOGRAPH-5A39",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A3A,
        name: "CJK UNIFIED IDEOGRAPH-5A3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A3B,
        name: "CJK UNIFIED IDEOGRAPH-5A3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A3C,
        name: "CJK UNIFIED IDEOGRAPH-5A3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A3D,
        name: "CJK UNIFIED IDEOGRAPH-5A3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A3E,
        name: "CJK UNIFIED IDEOGRAPH-5A3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A3F,
        name: "CJK UNIFIED IDEOGRAPH-5A3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A40,
        name: "CJK UNIFIED IDEOGRAPH-5A40",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A41,
        name: "CJK UNIFIED IDEOGRAPH-5A41",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A42,
        name: "CJK UNIFIED IDEOGRAPH-5A42",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A43,
        name: "CJK UNIFIED IDEOGRAPH-5A43",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A44,
        name: "CJK UNIFIED IDEOGRAPH-5A44",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A45,
        name: "CJK UNIFIED IDEOGRAPH-5A45",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A46,
        name: "CJK UNIFIED IDEOGRAPH-5A46",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A47,
        name: "CJK UNIFIED IDEOGRAPH-5A47",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A48,
        name: "CJK UNIFIED IDEOGRAPH-5A48",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A49,
        name: "CJK UNIFIED IDEOGRAPH-5A49",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A4A,
        name: "CJK UNIFIED IDEOGRAPH-5A4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A4B,
        name: "CJK UNIFIED IDEOGRAPH-5A4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A4C,
        name: "CJK UNIFIED IDEOGRAPH-5A4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A4D,
        name: "CJK UNIFIED IDEOGRAPH-5A4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A4E,
        name: "CJK UNIFIED IDEOGRAPH-5A4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A4F,
        name: "CJK UNIFIED IDEOGRAPH-5A4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A50,
        name: "CJK UNIFIED IDEOGRAPH-5A50",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A51,
        name: "CJK UNIFIED IDEOGRAPH-5A51",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A52,
        name: "CJK UNIFIED IDEOGRAPH-5A52",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A53,
        name: "CJK UNIFIED IDEOGRAPH-5A53",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A54,
        name: "CJK UNIFIED IDEOGRAPH-5A54",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A55,
        name: "CJK UNIFIED IDEOGRAPH-5A55",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A56,
        name: "CJK UNIFIED IDEOGRAPH-5A56",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A57,
        name: "CJK UNIFIED IDEOGRAPH-5A57",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A58,
        name: "CJK UNIFIED IDEOGRAPH-5A58",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A59,
        name: "CJK UNIFIED IDEOGRAPH-5A59",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A5A,
        name: "CJK UNIFIED IDEOGRAPH-5A5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A5B,
        name: "CJK UNIFIED IDEOGRAPH-5A5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A5C,
        name: "CJK UNIFIED IDEOGRAPH-5A5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A5D,
        name: "CJK UNIFIED IDEOGRAPH-5A5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A5E,
        name: "CJK UNIFIED IDEOGRAPH-5A5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A5F,
        name: "CJK UNIFIED IDEOGRAPH-5A5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A60,
        name: "CJK UNIFIED IDEOGRAPH-5A60",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A61,
        name: "CJK UNIFIED IDEOGRAPH-5A61",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A62,
        name: "CJK UNIFIED IDEOGRAPH-5A62",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A63,
        name: "CJK UNIFIED IDEOGRAPH-5A63",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A64,
        name: "CJK UNIFIED IDEOGRAPH-5A64",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A65,
        name: "CJK UNIFIED IDEOGRAPH-5A65",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A66,
        name: "CJK UNIFIED IDEOGRAPH-5A66",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A67,
        name: "CJK UNIFIED IDEOGRAPH-5A67",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A68,
        name: "CJK UNIFIED IDEOGRAPH-5A68",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A69,
        name: "CJK UNIFIED IDEOGRAPH-5A69",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A6A,
        name: "CJK UNIFIED IDEOGRAPH-5A6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A6B,
        name: "CJK UNIFIED IDEOGRAPH-5A6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A6C,
        name: "CJK UNIFIED IDEOGRAPH-5A6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A6D,
        name: "CJK UNIFIED IDEOGRAPH-5A6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A6E,
        name: "CJK UNIFIED IDEOGRAPH-5A6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A6F,
        name: "CJK UNIFIED IDEOGRAPH-5A6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A70,
        name: "CJK UNIFIED IDEOGRAPH-5A70",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A71,
        name: "CJK UNIFIED IDEOGRAPH-5A71",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A72,
        name: "CJK UNIFIED IDEOGRAPH-5A72",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A73,
        name: "CJK UNIFIED IDEOGRAPH-5A73",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A74,
        name: "CJK UNIFIED IDEOGRAPH-5A74",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A75,
        name: "CJK UNIFIED IDEOGRAPH-5A75",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A76,
        name: "CJK UNIFIED IDEOGRAPH-5A76",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A77,
        name: "CJK UNIFIED IDEOGRAPH-5A77",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A78,
        name: "CJK UNIFIED IDEOGRAPH-5A78",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A79,
        name: "CJK UNIFIED IDEOGRAPH-5A79",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A7A,
        name: "CJK UNIFIED IDEOGRAPH-5A7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A7B,
        name: "CJK UNIFIED IDEOGRAPH-5A7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A7C,
        name: "CJK UNIFIED IDEOGRAPH-5A7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A7D,
        name: "CJK UNIFIED IDEOGRAPH-5A7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A7E,
        name: "CJK UNIFIED IDEOGRAPH-5A7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A7F,
        name: "CJK UNIFIED IDEOGRAPH-5A7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A80,
        name: "CJK UNIFIED IDEOGRAPH-5A80",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A81,
        name: "CJK UNIFIED IDEOGRAPH-5A81",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A82,
        name: "CJK UNIFIED IDEOGRAPH-5A82",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A83,
        name: "CJK UNIFIED IDEOGRAPH-5A83",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A84,
        name: "CJK UNIFIED IDEOGRAPH-5A84",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A85,
        name: "CJK UNIFIED IDEOGRAPH-5A85",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A86,
        name: "CJK UNIFIED IDEOGRAPH-5A86",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A87,
        name: "CJK UNIFIED IDEOGRAPH-5A87",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A88,
        name: "CJK UNIFIED IDEOGRAPH-5A88",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A89,
        name: "CJK UNIFIED IDEOGRAPH-5A89",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A8A,
        name: "CJK UNIFIED IDEOGRAPH-5A8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A8B,
        name: "CJK UNIFIED IDEOGRAPH-5A8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A8C,
        name: "CJK UNIFIED IDEOGRAPH-5A8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A8D,
        name: "CJK UNIFIED IDEOGRAPH-5A8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A8E,
        name: "CJK UNIFIED IDEOGRAPH-5A8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A8F,
        name: "CJK UNIFIED IDEOGRAPH-5A8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A90,
        name: "CJK UNIFIED IDEOGRAPH-5A90",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A91,
        name: "CJK UNIFIED IDEOGRAPH-5A91",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A92,
        name: "CJK UNIFIED IDEOGRAPH-5A92",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A93,
        name: "CJK UNIFIED IDEOGRAPH-5A93",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A94,
        name: "CJK UNIFIED IDEOGRAPH-5A94",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A95,
        name: "CJK UNIFIED IDEOGRAPH-5A95",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A96,
        name: "CJK UNIFIED IDEOGRAPH-5A96",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A97,
        name: "CJK UNIFIED IDEOGRAPH-5A97",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A98,
        name: "CJK UNIFIED IDEOGRAPH-5A98",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A99,
        name: "CJK UNIFIED IDEOGRAPH-5A99",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A9A,
        name: "CJK UNIFIED IDEOGRAPH-5A9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A9B,
        name: "CJK UNIFIED IDEOGRAPH-5A9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A9C,
        name: "CJK UNIFIED IDEOGRAPH-5A9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A9D,
        name: "CJK UNIFIED IDEOGRAPH-5A9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A9E,
        name: "CJK UNIFIED IDEOGRAPH-5A9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5A9F,
        name: "CJK UNIFIED IDEOGRAPH-5A9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA0,
        name: "CJK UNIFIED IDEOGRAPH-5AA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA1,
        name: "CJK UNIFIED IDEOGRAPH-5AA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA2,
        name: "CJK UNIFIED IDEOGRAPH-5AA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA3,
        name: "CJK UNIFIED IDEOGRAPH-5AA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA4,
        name: "CJK UNIFIED IDEOGRAPH-5AA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA5,
        name: "CJK UNIFIED IDEOGRAPH-5AA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA6,
        name: "CJK UNIFIED IDEOGRAPH-5AA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA7,
        name: "CJK UNIFIED IDEOGRAPH-5AA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA8,
        name: "CJK UNIFIED IDEOGRAPH-5AA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AA9,
        name: "CJK UNIFIED IDEOGRAPH-5AA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AAA,
        name: "CJK UNIFIED IDEOGRAPH-5AAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AAB,
        name: "CJK UNIFIED IDEOGRAPH-5AAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AAC,
        name: "CJK UNIFIED IDEOGRAPH-5AAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AAD,
        name: "CJK UNIFIED IDEOGRAPH-5AAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AAE,
        name: "CJK UNIFIED IDEOGRAPH-5AAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AAF,
        name: "CJK UNIFIED IDEOGRAPH-5AAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB0,
        name: "CJK UNIFIED IDEOGRAPH-5AB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB1,
        name: "CJK UNIFIED IDEOGRAPH-5AB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB2,
        name: "CJK UNIFIED IDEOGRAPH-5AB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB3,
        name: "CJK UNIFIED IDEOGRAPH-5AB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB4,
        name: "CJK UNIFIED IDEOGRAPH-5AB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB5,
        name: "CJK UNIFIED IDEOGRAPH-5AB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB6,
        name: "CJK UNIFIED IDEOGRAPH-5AB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB7,
        name: "CJK UNIFIED IDEOGRAPH-5AB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB8,
        name: "CJK UNIFIED IDEOGRAPH-5AB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AB9,
        name: "CJK UNIFIED IDEOGRAPH-5AB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ABA,
        name: "CJK UNIFIED IDEOGRAPH-5ABA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ABB,
        name: "CJK UNIFIED IDEOGRAPH-5ABB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ABC,
        name: "CJK UNIFIED IDEOGRAPH-5ABC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ABD,
        name: "CJK UNIFIED IDEOGRAPH-5ABD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ABE,
        name: "CJK UNIFIED IDEOGRAPH-5ABE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ABF,
        name: "CJK UNIFIED IDEOGRAPH-5ABF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC0,
        name: "CJK UNIFIED IDEOGRAPH-5AC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC1,
        name: "CJK UNIFIED IDEOGRAPH-5AC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC2,
        name: "CJK UNIFIED IDEOGRAPH-5AC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC3,
        name: "CJK UNIFIED IDEOGRAPH-5AC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC4,
        name: "CJK UNIFIED IDEOGRAPH-5AC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC5,
        name: "CJK UNIFIED IDEOGRAPH-5AC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC6,
        name: "CJK UNIFIED IDEOGRAPH-5AC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC7,
        name: "CJK UNIFIED IDEOGRAPH-5AC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC8,
        name: "CJK UNIFIED IDEOGRAPH-5AC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AC9,
        name: "CJK UNIFIED IDEOGRAPH-5AC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ACA,
        name: "CJK UNIFIED IDEOGRAPH-5ACA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ACB,
        name: "CJK UNIFIED IDEOGRAPH-5ACB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ACC,
        name: "CJK UNIFIED IDEOGRAPH-5ACC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ACD,
        name: "CJK UNIFIED IDEOGRAPH-5ACD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ACE,
        name: "CJK UNIFIED IDEOGRAPH-5ACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ACF,
        name: "CJK UNIFIED IDEOGRAPH-5ACF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD0,
        name: "CJK UNIFIED IDEOGRAPH-5AD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD1,
        name: "CJK UNIFIED IDEOGRAPH-5AD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD2,
        name: "CJK UNIFIED IDEOGRAPH-5AD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD3,
        name: "CJK UNIFIED IDEOGRAPH-5AD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD4,
        name: "CJK UNIFIED IDEOGRAPH-5AD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD5,
        name: "CJK UNIFIED IDEOGRAPH-5AD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD6,
        name: "CJK UNIFIED IDEOGRAPH-5AD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD7,
        name: "CJK UNIFIED IDEOGRAPH-5AD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD8,
        name: "CJK UNIFIED IDEOGRAPH-5AD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AD9,
        name: "CJK UNIFIED IDEOGRAPH-5AD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ADA,
        name: "CJK UNIFIED IDEOGRAPH-5ADA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ADB,
        name: "CJK UNIFIED IDEOGRAPH-5ADB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ADC,
        name: "CJK UNIFIED IDEOGRAPH-5ADC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ADD,
        name: "CJK UNIFIED IDEOGRAPH-5ADD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ADE,
        name: "CJK UNIFIED IDEOGRAPH-5ADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ADF,
        name: "CJK UNIFIED IDEOGRAPH-5ADF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE0,
        name: "CJK UNIFIED IDEOGRAPH-5AE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE1,
        name: "CJK UNIFIED IDEOGRAPH-5AE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE2,
        name: "CJK UNIFIED IDEOGRAPH-5AE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE3,
        name: "CJK UNIFIED IDEOGRAPH-5AE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE4,
        name: "CJK UNIFIED IDEOGRAPH-5AE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE5,
        name: "CJK UNIFIED IDEOGRAPH-5AE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE6,
        name: "CJK UNIFIED IDEOGRAPH-5AE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE7,
        name: "CJK UNIFIED IDEOGRAPH-5AE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE8,
        name: "CJK UNIFIED IDEOGRAPH-5AE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AE9,
        name: "CJK UNIFIED IDEOGRAPH-5AE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AEA,
        name: "CJK UNIFIED IDEOGRAPH-5AEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AEB,
        name: "CJK UNIFIED IDEOGRAPH-5AEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AEC,
        name: "CJK UNIFIED IDEOGRAPH-5AEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AED,
        name: "CJK UNIFIED IDEOGRAPH-5AED",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AEE,
        name: "CJK UNIFIED IDEOGRAPH-5AEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AEF,
        name: "CJK UNIFIED IDEOGRAPH-5AEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF0,
        name: "CJK UNIFIED IDEOGRAPH-5AF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF1,
        name: "CJK UNIFIED IDEOGRAPH-5AF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF2,
        name: "CJK UNIFIED IDEOGRAPH-5AF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF3,
        name: "CJK UNIFIED IDEOGRAPH-5AF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF4,
        name: "CJK UNIFIED IDEOGRAPH-5AF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF5,
        name: "CJK UNIFIED IDEOGRAPH-5AF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF6,
        name: "CJK UNIFIED IDEOGRAPH-5AF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF7,
        name: "CJK UNIFIED IDEOGRAPH-5AF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF8,
        name: "CJK UNIFIED IDEOGRAPH-5AF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AF9,
        name: "CJK UNIFIED IDEOGRAPH-5AF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AFA,
        name: "CJK UNIFIED IDEOGRAPH-5AFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AFB,
        name: "CJK UNIFIED IDEOGRAPH-5AFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AFC,
        name: "CJK UNIFIED IDEOGRAPH-5AFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AFD,
        name: "CJK UNIFIED IDEOGRAPH-5AFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AFE,
        name: "CJK UNIFIED IDEOGRAPH-5AFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5AFF,
        name: "CJK UNIFIED IDEOGRAPH-5AFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B00,
        name: "CJK UNIFIED IDEOGRAPH-5B00",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B01,
        name: "CJK UNIFIED IDEOGRAPH-5B01",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B02,
        name: "CJK UNIFIED IDEOGRAPH-5B02",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B03,
        name: "CJK UNIFIED IDEOGRAPH-5B03",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B04,
        name: "CJK UNIFIED IDEOGRAPH-5B04",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B05,
        name: "CJK UNIFIED IDEOGRAPH-5B05",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B06,
        name: "CJK UNIFIED IDEOGRAPH-5B06",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B07,
        name: "CJK UNIFIED IDEOGRAPH-5B07",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B08,
        name: "CJK UNIFIED IDEOGRAPH-5B08",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B09,
        name: "CJK UNIFIED IDEOGRAPH-5B09",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B0A,
        name: "CJK UNIFIED IDEOGRAPH-5B0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B0B,
        name: "CJK UNIFIED IDEOGRAPH-5B0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B0C,
        name: "CJK UNIFIED IDEOGRAPH-5B0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B0D,
        name: "CJK UNIFIED IDEOGRAPH-5B0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B0E,
        name: "CJK UNIFIED IDEOGRAPH-5B0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B0F,
        name: "CJK UNIFIED IDEOGRAPH-5B0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B10,
        name: "CJK UNIFIED IDEOGRAPH-5B10",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B11,
        name: "CJK UNIFIED IDEOGRAPH-5B11",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B12,
        name: "CJK UNIFIED IDEOGRAPH-5B12",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B13,
        name: "CJK UNIFIED IDEOGRAPH-5B13",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B14,
        name: "CJK UNIFIED IDEOGRAPH-5B14",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B15,
        name: "CJK UNIFIED IDEOGRAPH-5B15",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B16,
        name: "CJK UNIFIED IDEOGRAPH-5B16",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B17,
        name: "CJK UNIFIED IDEOGRAPH-5B17",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B18,
        name: "CJK UNIFIED IDEOGRAPH-5B18",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B19,
        name: "CJK UNIFIED IDEOGRAPH-5B19",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B1A,
        name: "CJK UNIFIED IDEOGRAPH-5B1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B1B,
        name: "CJK UNIFIED IDEOGRAPH-5B1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B1C,
        name: "CJK UNIFIED IDEOGRAPH-5B1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B1D,
        name: "CJK UNIFIED IDEOGRAPH-5B1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B1E,
        name: "CJK UNIFIED IDEOGRAPH-5B1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B1F,
        name: "CJK UNIFIED IDEOGRAPH-5B1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B20,
        name: "CJK UNIFIED IDEOGRAPH-5B20",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B21,
        name: "CJK UNIFIED IDEOGRAPH-5B21",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B22,
        name: "CJK UNIFIED IDEOGRAPH-5B22",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B23,
        name: "CJK UNIFIED IDEOGRAPH-5B23",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B24,
        name: "CJK UNIFIED IDEOGRAPH-5B24",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B25,
        name: "CJK UNIFIED IDEOGRAPH-5B25",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B26,
        name: "CJK UNIFIED IDEOGRAPH-5B26",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B27,
        name: "CJK UNIFIED IDEOGRAPH-5B27",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B28,
        name: "CJK UNIFIED IDEOGRAPH-5B28",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B29,
        name: "CJK UNIFIED IDEOGRAPH-5B29",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B2A,
        name: "CJK UNIFIED IDEOGRAPH-5B2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B2B,
        name: "CJK UNIFIED IDEOGRAPH-5B2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B2C,
        name: "CJK UNIFIED IDEOGRAPH-5B2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B2D,
        name: "CJK UNIFIED IDEOGRAPH-5B2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B2E,
        name: "CJK UNIFIED IDEOGRAPH-5B2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B2F,
        name: "CJK UNIFIED IDEOGRAPH-5B2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B30,
        name: "CJK UNIFIED IDEOGRAPH-5B30",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B31,
        name: "CJK UNIFIED IDEOGRAPH-5B31",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B32,
        name: "CJK UNIFIED IDEOGRAPH-5B32",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B33,
        name: "CJK UNIFIED IDEOGRAPH-5B33",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B34,
        name: "CJK UNIFIED IDEOGRAPH-5B34",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B35,
        name: "CJK UNIFIED IDEOGRAPH-5B35",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B36,
        name: "CJK UNIFIED IDEOGRAPH-5B36",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B37,
        name: "CJK UNIFIED IDEOGRAPH-5B37",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B38,
        name: "CJK UNIFIED IDEOGRAPH-5B38",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B39,
        name: "CJK UNIFIED IDEOGRAPH-5B39",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B3A,
        name: "CJK UNIFIED IDEOGRAPH-5B3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B3B,
        name: "CJK UNIFIED IDEOGRAPH-5B3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B3C,
        name: "CJK UNIFIED IDEOGRAPH-5B3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B3D,
        name: "CJK UNIFIED IDEOGRAPH-5B3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B3E,
        name: "CJK UNIFIED IDEOGRAPH-5B3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B3F,
        name: "CJK UNIFIED IDEOGRAPH-5B3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B40,
        name: "CJK UNIFIED IDEOGRAPH-5B40",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B41,
        name: "CJK UNIFIED IDEOGRAPH-5B41",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B42,
        name: "CJK UNIFIED IDEOGRAPH-5B42",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B43,
        name: "CJK UNIFIED IDEOGRAPH-5B43",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B44,
        name: "CJK UNIFIED IDEOGRAPH-5B44",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B45,
        name: "CJK UNIFIED IDEOGRAPH-5B45",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B46,
        name: "CJK UNIFIED IDEOGRAPH-5B46",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B47,
        name: "CJK UNIFIED IDEOGRAPH-5B47",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B48,
        name: "CJK UNIFIED IDEOGRAPH-5B48",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B49,
        name: "CJK UNIFIED IDEOGRAPH-5B49",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B4A,
        name: "CJK UNIFIED IDEOGRAPH-5B4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B4B,
        name: "CJK UNIFIED IDEOGRAPH-5B4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B4C,
        name: "CJK UNIFIED IDEOGRAPH-5B4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B4D,
        name: "CJK UNIFIED IDEOGRAPH-5B4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B4E,
        name: "CJK UNIFIED IDEOGRAPH-5B4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B4F,
        name: "CJK UNIFIED IDEOGRAPH-5B4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B50,
        name: "CJK UNIFIED IDEOGRAPH-5B50",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B51,
        name: "CJK UNIFIED IDEOGRAPH-5B51",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B52,
        name: "CJK UNIFIED IDEOGRAPH-5B52",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B53,
        name: "CJK UNIFIED IDEOGRAPH-5B53",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B54,
        name: "CJK UNIFIED IDEOGRAPH-5B54",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B55,
        name: "CJK UNIFIED IDEOGRAPH-5B55",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B56,
        name: "CJK UNIFIED IDEOGRAPH-5B56",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B57,
        name: "CJK UNIFIED IDEOGRAPH-5B57",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B58,
        name: "CJK UNIFIED IDEOGRAPH-5B58",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B59,
        name: "CJK UNIFIED IDEOGRAPH-5B59",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B5A,
        name: "CJK UNIFIED IDEOGRAPH-5B5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B5B,
        name: "CJK UNIFIED IDEOGRAPH-5B5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B5C,
        name: "CJK UNIFIED IDEOGRAPH-5B5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B5D,
        name: "CJK UNIFIED IDEOGRAPH-5B5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B5E,
        name: "CJK UNIFIED IDEOGRAPH-5B5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B5F,
        name: "CJK UNIFIED IDEOGRAPH-5B5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B60,
        name: "CJK UNIFIED IDEOGRAPH-5B60",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B61,
        name: "CJK UNIFIED IDEOGRAPH-5B61",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B62,
        name: "CJK UNIFIED IDEOGRAPH-5B62",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B63,
        name: "CJK UNIFIED IDEOGRAPH-5B63",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B64,
        name: "CJK UNIFIED IDEOGRAPH-5B64",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B65,
        name: "CJK UNIFIED IDEOGRAPH-5B65",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B66,
        name: "CJK UNIFIED IDEOGRAPH-5B66",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B67,
        name: "CJK UNIFIED IDEOGRAPH-5B67",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B68,
        name: "CJK UNIFIED IDEOGRAPH-5B68",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B69,
        name: "CJK UNIFIED IDEOGRAPH-5B69",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B6A,
        name: "CJK UNIFIED IDEOGRAPH-5B6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B6B,
        name: "CJK UNIFIED IDEOGRAPH-5B6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B6C,
        name: "CJK UNIFIED IDEOGRAPH-5B6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B6D,
        name: "CJK UNIFIED IDEOGRAPH-5B6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B6E,
        name: "CJK UNIFIED IDEOGRAPH-5B6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B6F,
        name: "CJK UNIFIED IDEOGRAPH-5B6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B70,
        name: "CJK UNIFIED IDEOGRAPH-5B70",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B71,
        name: "CJK UNIFIED IDEOGRAPH-5B71",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B72,
        name: "CJK UNIFIED IDEOGRAPH-5B72",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B73,
        name: "CJK UNIFIED IDEOGRAPH-5B73",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B74,
        name: "CJK UNIFIED IDEOGRAPH-5B74",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B75,
        name: "CJK UNIFIED IDEOGRAPH-5B75",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B76,
        name: "CJK UNIFIED IDEOGRAPH-5B76",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B77,
        name: "CJK UNIFIED IDEOGRAPH-5B77",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B78,
        name: "CJK UNIFIED IDEOGRAPH-5B78",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B79,
        name: "CJK UNIFIED IDEOGRAPH-5B79",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B7A,
        name: "CJK UNIFIED IDEOGRAPH-5B7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B7B,
        name: "CJK UNIFIED IDEOGRAPH-5B7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B7C,
        name: "CJK UNIFIED IDEOGRAPH-5B7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B7D,
        name: "CJK UNIFIED IDEOGRAPH-5B7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B7E,
        name: "CJK UNIFIED IDEOGRAPH-5B7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B7F,
        name: "CJK UNIFIED IDEOGRAPH-5B7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B80,
        name: "CJK UNIFIED IDEOGRAPH-5B80",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B81,
        name: "CJK UNIFIED IDEOGRAPH-5B81",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B82,
        name: "CJK UNIFIED IDEOGRAPH-5B82",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B83,
        name: "CJK UNIFIED IDEOGRAPH-5B83",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B84,
        name: "CJK UNIFIED IDEOGRAPH-5B84",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B85,
        name: "CJK UNIFIED IDEOGRAPH-5B85",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B86,
        name: "CJK UNIFIED IDEOGRAPH-5B86",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B87,
        name: "CJK UNIFIED IDEOGRAPH-5B87",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B88,
        name: "CJK UNIFIED IDEOGRAPH-5B88",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B89,
        name: "CJK UNIFIED IDEOGRAPH-5B89",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B8A,
        name: "CJK UNIFIED IDEOGRAPH-5B8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B8B,
        name: "CJK UNIFIED IDEOGRAPH-5B8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B8C,
        name: "CJK UNIFIED IDEOGRAPH-5B8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B8D,
        name: "CJK UNIFIED IDEOGRAPH-5B8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B8E,
        name: "CJK UNIFIED IDEOGRAPH-5B8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B8F,
        name: "CJK UNIFIED IDEOGRAPH-5B8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B90,
        name: "CJK UNIFIED IDEOGRAPH-5B90",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B91,
        name: "CJK UNIFIED IDEOGRAPH-5B91",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B92,
        name: "CJK UNIFIED IDEOGRAPH-5B92",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B93,
        name: "CJK UNIFIED IDEOGRAPH-5B93",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B94,
        name: "CJK UNIFIED IDEOGRAPH-5B94",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B95,
        name: "CJK UNIFIED IDEOGRAPH-5B95",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B96,
        name: "CJK UNIFIED IDEOGRAPH-5B96",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B97,
        name: "CJK UNIFIED IDEOGRAPH-5B97",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B98,
        name: "CJK UNIFIED IDEOGRAPH-5B98",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B99,
        name: "CJK UNIFIED IDEOGRAPH-5B99",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B9A,
        name: "CJK UNIFIED IDEOGRAPH-5B9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B9B,
        name: "CJK UNIFIED IDEOGRAPH-5B9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B9C,
        name: "CJK UNIFIED IDEOGRAPH-5B9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B9D,
        name: "CJK UNIFIED IDEOGRAPH-5B9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B9E,
        name: "CJK UNIFIED IDEOGRAPH-5B9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5B9F,
        name: "CJK UNIFIED IDEOGRAPH-5B9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA0,
        name: "CJK UNIFIED IDEOGRAPH-5BA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA1,
        name: "CJK UNIFIED IDEOGRAPH-5BA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA2,
        name: "CJK UNIFIED IDEOGRAPH-5BA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA3,
        name: "CJK UNIFIED IDEOGRAPH-5BA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA4,
        name: "CJK UNIFIED IDEOGRAPH-5BA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA5,
        name: "CJK UNIFIED IDEOGRAPH-5BA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA6,
        name: "CJK UNIFIED IDEOGRAPH-5BA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA7,
        name: "CJK UNIFIED IDEOGRAPH-5BA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA8,
        name: "CJK UNIFIED IDEOGRAPH-5BA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BA9,
        name: "CJK UNIFIED IDEOGRAPH-5BA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BAA,
        name: "CJK UNIFIED IDEOGRAPH-5BAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BAB,
        name: "CJK UNIFIED IDEOGRAPH-5BAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BAC,
        name: "CJK UNIFIED IDEOGRAPH-5BAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BAD,
        name: "CJK UNIFIED IDEOGRAPH-5BAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BAE,
        name: "CJK UNIFIED IDEOGRAPH-5BAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BAF,
        name: "CJK UNIFIED IDEOGRAPH-5BAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB0,
        name: "CJK UNIFIED IDEOGRAPH-5BB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB1,
        name: "CJK UNIFIED IDEOGRAPH-5BB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB2,
        name: "CJK UNIFIED IDEOGRAPH-5BB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB3,
        name: "CJK UNIFIED IDEOGRAPH-5BB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB4,
        name: "CJK UNIFIED IDEOGRAPH-5BB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB5,
        name: "CJK UNIFIED IDEOGRAPH-5BB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB6,
        name: "CJK UNIFIED IDEOGRAPH-5BB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB7,
        name: "CJK UNIFIED IDEOGRAPH-5BB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB8,
        name: "CJK UNIFIED IDEOGRAPH-5BB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BB9,
        name: "CJK UNIFIED IDEOGRAPH-5BB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BBA,
        name: "CJK UNIFIED IDEOGRAPH-5BBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BBB,
        name: "CJK UNIFIED IDEOGRAPH-5BBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BBC,
        name: "CJK UNIFIED IDEOGRAPH-5BBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BBD,
        name: "CJK UNIFIED IDEOGRAPH-5BBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BBE,
        name: "CJK UNIFIED IDEOGRAPH-5BBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BBF,
        name: "CJK UNIFIED IDEOGRAPH-5BBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC0,
        name: "CJK UNIFIED IDEOGRAPH-5BC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC1,
        name: "CJK UNIFIED IDEOGRAPH-5BC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC2,
        name: "CJK UNIFIED IDEOGRAPH-5BC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC3,
        name: "CJK UNIFIED IDEOGRAPH-5BC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC4,
        name: "CJK UNIFIED IDEOGRAPH-5BC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC5,
        name: "CJK UNIFIED IDEOGRAPH-5BC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC6,
        name: "CJK UNIFIED IDEOGRAPH-5BC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC7,
        name: "CJK UNIFIED IDEOGRAPH-5BC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC8,
        name: "CJK UNIFIED IDEOGRAPH-5BC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BC9,
        name: "CJK UNIFIED IDEOGRAPH-5BC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BCA,
        name: "CJK UNIFIED IDEOGRAPH-5BCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BCB,
        name: "CJK UNIFIED IDEOGRAPH-5BCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BCC,
        name: "CJK UNIFIED IDEOGRAPH-5BCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BCD,
        name: "CJK UNIFIED IDEOGRAPH-5BCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BCE,
        name: "CJK UNIFIED IDEOGRAPH-5BCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BCF,
        name: "CJK UNIFIED IDEOGRAPH-5BCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD0,
        name: "CJK UNIFIED IDEOGRAPH-5BD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD1,
        name: "CJK UNIFIED IDEOGRAPH-5BD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD2,
        name: "CJK UNIFIED IDEOGRAPH-5BD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD3,
        name: "CJK UNIFIED IDEOGRAPH-5BD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD4,
        name: "CJK UNIFIED IDEOGRAPH-5BD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD5,
        name: "CJK UNIFIED IDEOGRAPH-5BD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD6,
        name: "CJK UNIFIED IDEOGRAPH-5BD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD7,
        name: "CJK UNIFIED IDEOGRAPH-5BD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD8,
        name: "CJK UNIFIED IDEOGRAPH-5BD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BD9,
        name: "CJK UNIFIED IDEOGRAPH-5BD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BDA,
        name: "CJK UNIFIED IDEOGRAPH-5BDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BDB,
        name: "CJK UNIFIED IDEOGRAPH-5BDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BDC,
        name: "CJK UNIFIED IDEOGRAPH-5BDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BDD,
        name: "CJK UNIFIED IDEOGRAPH-5BDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BDE,
        name: "CJK UNIFIED IDEOGRAPH-5BDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BDF,
        name: "CJK UNIFIED IDEOGRAPH-5BDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE0,
        name: "CJK UNIFIED IDEOGRAPH-5BE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE1,
        name: "CJK UNIFIED IDEOGRAPH-5BE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE2,
        name: "CJK UNIFIED IDEOGRAPH-5BE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE3,
        name: "CJK UNIFIED IDEOGRAPH-5BE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE4,
        name: "CJK UNIFIED IDEOGRAPH-5BE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE5,
        name: "CJK UNIFIED IDEOGRAPH-5BE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE6,
        name: "CJK UNIFIED IDEOGRAPH-5BE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE7,
        name: "CJK UNIFIED IDEOGRAPH-5BE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE8,
        name: "CJK UNIFIED IDEOGRAPH-5BE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BE9,
        name: "CJK UNIFIED IDEOGRAPH-5BE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BEA,
        name: "CJK UNIFIED IDEOGRAPH-5BEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BEB,
        name: "CJK UNIFIED IDEOGRAPH-5BEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BEC,
        name: "CJK UNIFIED IDEOGRAPH-5BEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BED,
        name: "CJK UNIFIED IDEOGRAPH-5BED",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BEE,
        name: "CJK UNIFIED IDEOGRAPH-5BEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BEF,
        name: "CJK UNIFIED IDEOGRAPH-5BEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF0,
        name: "CJK UNIFIED IDEOGRAPH-5BF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF1,
        name: "CJK UNIFIED IDEOGRAPH-5BF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF2,
        name: "CJK UNIFIED IDEOGRAPH-5BF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF3,
        name: "CJK UNIFIED IDEOGRAPH-5BF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF4,
        name: "CJK UNIFIED IDEOGRAPH-5BF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF5,
        name: "CJK UNIFIED IDEOGRAPH-5BF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF6,
        name: "CJK UNIFIED IDEOGRAPH-5BF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF7,
        name: "CJK UNIFIED IDEOGRAPH-5BF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF8,
        name: "CJK UNIFIED IDEOGRAPH-5BF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BF9,
        name: "CJK UNIFIED IDEOGRAPH-5BF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BFA,
        name: "CJK UNIFIED IDEOGRAPH-5BFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BFB,
        name: "CJK UNIFIED IDEOGRAPH-5BFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BFC,
        name: "CJK UNIFIED IDEOGRAPH-5BFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BFD,
        name: "CJK UNIFIED IDEOGRAPH-5BFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BFE,
        name: "CJK UNIFIED IDEOGRAPH-5BFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5BFF,
        name: "CJK UNIFIED IDEOGRAPH-5BFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C00,
        name: "CJK UNIFIED IDEOGRAPH-5C00",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C01,
        name: "CJK UNIFIED IDEOGRAPH-5C01",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C02,
        name: "CJK UNIFIED IDEOGRAPH-5C02",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C03,
        name: "CJK UNIFIED IDEOGRAPH-5C03",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C04,
        name: "CJK UNIFIED IDEOGRAPH-5C04",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C05,
        name: "CJK UNIFIED IDEOGRAPH-5C05",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C06,
        name: "CJK UNIFIED IDEOGRAPH-5C06",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C07,
        name: "CJK UNIFIED IDEOGRAPH-5C07",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C08,
        name: "CJK UNIFIED IDEOGRAPH-5C08",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C09,
        name: "CJK UNIFIED IDEOGRAPH-5C09",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C0A,
        name: "CJK UNIFIED IDEOGRAPH-5C0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C0B,
        name: "CJK UNIFIED IDEOGRAPH-5C0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C0C,
        name: "CJK UNIFIED IDEOGRAPH-5C0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C0D,
        name: "CJK UNIFIED IDEOGRAPH-5C0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C0E,
        name: "CJK UNIFIED IDEOGRAPH-5C0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C0F,
        name: "CJK UNIFIED IDEOGRAPH-5C0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C10,
        name: "CJK UNIFIED IDEOGRAPH-5C10",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C11,
        name: "CJK UNIFIED IDEOGRAPH-5C11",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C12,
        name: "CJK UNIFIED IDEOGRAPH-5C12",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C13,
        name: "CJK UNIFIED IDEOGRAPH-5C13",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C14,
        name: "CJK UNIFIED IDEOGRAPH-5C14",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C15,
        name: "CJK UNIFIED IDEOGRAPH-5C15",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C16,
        name: "CJK UNIFIED IDEOGRAPH-5C16",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C17,
        name: "CJK UNIFIED IDEOGRAPH-5C17",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C18,
        name: "CJK UNIFIED IDEOGRAPH-5C18",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C19,
        name: "CJK UNIFIED IDEOGRAPH-5C19",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C1A,
        name: "CJK UNIFIED IDEOGRAPH-5C1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C1B,
        name: "CJK UNIFIED IDEOGRAPH-5C1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C1C,
        name: "CJK UNIFIED IDEOGRAPH-5C1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C1D,
        name: "CJK UNIFIED IDEOGRAPH-5C1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C1E,
        name: "CJK UNIFIED IDEOGRAPH-5C1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C1F,
        name: "CJK UNIFIED IDEOGRAPH-5C1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C20,
        name: "CJK UNIFIED IDEOGRAPH-5C20",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C21,
        name: "CJK UNIFIED IDEOGRAPH-5C21",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C22,
        name: "CJK UNIFIED IDEOGRAPH-5C22",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C23,
        name: "CJK UNIFIED IDEOGRAPH-5C23",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C24,
        name: "CJK UNIFIED IDEOGRAPH-5C24",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C25,
        name: "CJK UNIFIED IDEOGRAPH-5C25",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C26,
        name: "CJK UNIFIED IDEOGRAPH-5C26",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C27,
        name: "CJK UNIFIED IDEOGRAPH-5C27",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C28,
        name: "CJK UNIFIED IDEOGRAPH-5C28",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C29,
        name: "CJK UNIFIED IDEOGRAPH-5C29",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C2A,
        name: "CJK UNIFIED IDEOGRAPH-5C2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C2B,
        name: "CJK UNIFIED IDEOGRAPH-5C2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C2C,
        name: "CJK UNIFIED IDEOGRAPH-5C2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C2D,
        name: "CJK UNIFIED IDEOGRAPH-5C2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C2E,
        name: "CJK UNIFIED IDEOGRAPH-5C2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C2F,
        name: "CJK UNIFIED IDEOGRAPH-5C2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C30,
        name: "CJK UNIFIED IDEOGRAPH-5C30",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C31,
        name: "CJK UNIFIED IDEOGRAPH-5C31",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C32,
        name: "CJK UNIFIED IDEOGRAPH-5C32",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C33,
        name: "CJK UNIFIED IDEOGRAPH-5C33",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C34,
        name: "CJK UNIFIED IDEOGRAPH-5C34",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C35,
        name: "CJK UNIFIED IDEOGRAPH-5C35",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C36,
        name: "CJK UNIFIED IDEOGRAPH-5C36",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C37,
        name: "CJK UNIFIED IDEOGRAPH-5C37",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C38,
        name: "CJK UNIFIED IDEOGRAPH-5C38",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C39,
        name: "CJK UNIFIED IDEOGRAPH-5C39",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C3A,
        name: "CJK UNIFIED IDEOGRAPH-5C3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C3B,
        name: "CJK UNIFIED IDEOGRAPH-5C3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C3C,
        name: "CJK UNIFIED IDEOGRAPH-5C3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C3D,
        name: "CJK UNIFIED IDEOGRAPH-5C3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C3E,
        name: "CJK UNIFIED IDEOGRAPH-5C3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C3F,
        name: "CJK UNIFIED IDEOGRAPH-5C3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C40,
        name: "CJK UNIFIED IDEOGRAPH-5C40",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C41,
        name: "CJK UNIFIED IDEOGRAPH-5C41",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C42,
        name: "CJK UNIFIED IDEOGRAPH-5C42",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C43,
        name: "CJK UNIFIED IDEOGRAPH-5C43",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C44,
        name: "CJK UNIFIED IDEOGRAPH-5C44",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C45,
        name: "CJK UNIFIED IDEOGRAPH-5C45",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C46,
        name: "CJK UNIFIED IDEOGRAPH-5C46",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C47,
        name: "CJK UNIFIED IDEOGRAPH-5C47",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C48,
        name: "CJK UNIFIED IDEOGRAPH-5C48",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C49,
        name: "CJK UNIFIED IDEOGRAPH-5C49",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C4A,
        name: "CJK UNIFIED IDEOGRAPH-5C4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C4B,
        name: "CJK UNIFIED IDEOGRAPH-5C4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C4C,
        name: "CJK UNIFIED IDEOGRAPH-5C4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C4D,
        name: "CJK UNIFIED IDEOGRAPH-5C4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C4E,
        name: "CJK UNIFIED IDEOGRAPH-5C4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C4F,
        name: "CJK UNIFIED IDEOGRAPH-5C4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C50,
        name: "CJK UNIFIED IDEOGRAPH-5C50",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C51,
        name: "CJK UNIFIED IDEOGRAPH-5C51",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C52,
        name: "CJK UNIFIED IDEOGRAPH-5C52",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C53,
        name: "CJK UNIFIED IDEOGRAPH-5C53",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C54,
        name: "CJK UNIFIED IDEOGRAPH-5C54",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C55,
        name: "CJK UNIFIED IDEOGRAPH-5C55",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C56,
        name: "CJK UNIFIED IDEOGRAPH-5C56",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C57,
        name: "CJK UNIFIED IDEOGRAPH-5C57",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C58,
        name: "CJK UNIFIED IDEOGRAPH-5C58",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C59,
        name: "CJK UNIFIED IDEOGRAPH-5C59",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C5A,
        name: "CJK UNIFIED IDEOGRAPH-5C5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C5B,
        name: "CJK UNIFIED IDEOGRAPH-5C5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C5C,
        name: "CJK UNIFIED IDEOGRAPH-5C5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C5D,
        name: "CJK UNIFIED IDEOGRAPH-5C5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C5E,
        name: "CJK UNIFIED IDEOGRAPH-5C5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C5F,
        name: "CJK UNIFIED IDEOGRAPH-5C5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C60,
        name: "CJK UNIFIED IDEOGRAPH-5C60",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C61,
        name: "CJK UNIFIED IDEOGRAPH-5C61",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C62,
        name: "CJK UNIFIED IDEOGRAPH-5C62",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C63,
        name: "CJK UNIFIED IDEOGRAPH-5C63",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C64,
        name: "CJK UNIFIED IDEOGRAPH-5C64",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C65,
        name: "CJK UNIFIED IDEOGRAPH-5C65",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C66,
        name: "CJK UNIFIED IDEOGRAPH-5C66",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C67,
        name: "CJK UNIFIED IDEOGRAPH-5C67",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C68,
        name: "CJK UNIFIED IDEOGRAPH-5C68",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C69,
        name: "CJK UNIFIED IDEOGRAPH-5C69",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C6A,
        name: "CJK UNIFIED IDEOGRAPH-5C6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C6B,
        name: "CJK UNIFIED IDEOGRAPH-5C6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C6C,
        name: "CJK UNIFIED IDEOGRAPH-5C6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C6D,
        name: "CJK UNIFIED IDEOGRAPH-5C6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C6E,
        name: "CJK UNIFIED IDEOGRAPH-5C6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C6F,
        name: "CJK UNIFIED IDEOGRAPH-5C6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C70,
        name: "CJK UNIFIED IDEOGRAPH-5C70",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C71,
        name: "CJK UNIFIED IDEOGRAPH-5C71",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C72,
        name: "CJK UNIFIED IDEOGRAPH-5C72",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C73,
        name: "CJK UNIFIED IDEOGRAPH-5C73",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C74,
        name: "CJK UNIFIED IDEOGRAPH-5C74",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C75,
        name: "CJK UNIFIED IDEOGRAPH-5C75",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C76,
        name: "CJK UNIFIED IDEOGRAPH-5C76",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C77,
        name: "CJK UNIFIED IDEOGRAPH-5C77",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C78,
        name: "CJK UNIFIED IDEOGRAPH-5C78",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C79,
        name: "CJK UNIFIED IDEOGRAPH-5C79",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C7A,
        name: "CJK UNIFIED IDEOGRAPH-5C7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C7B,
        name: "CJK UNIFIED IDEOGRAPH-5C7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C7C,
        name: "CJK UNIFIED IDEOGRAPH-5C7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C7D,
        name: "CJK UNIFIED IDEOGRAPH-5C7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C7E,
        name: "CJK UNIFIED IDEOGRAPH-5C7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C7F,
        name: "CJK UNIFIED IDEOGRAPH-5C7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C80,
        name: "CJK UNIFIED IDEOGRAPH-5C80",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C81,
        name: "CJK UNIFIED IDEOGRAPH-5C81",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C82,
        name: "CJK UNIFIED IDEOGRAPH-5C82",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C83,
        name: "CJK UNIFIED IDEOGRAPH-5C83",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C84,
        name: "CJK UNIFIED IDEOGRAPH-5C84",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C85,
        name: "CJK UNIFIED IDEOGRAPH-5C85",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C86,
        name: "CJK UNIFIED IDEOGRAPH-5C86",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C87,
        name: "CJK UNIFIED IDEOGRAPH-5C87",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C88,
        name: "CJK UNIFIED IDEOGRAPH-5C88",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C89,
        name: "CJK UNIFIED IDEOGRAPH-5C89",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C8A,
        name: "CJK UNIFIED IDEOGRAPH-5C8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C8B,
        name: "CJK UNIFIED IDEOGRAPH-5C8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C8C,
        name: "CJK UNIFIED IDEOGRAPH-5C8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C8D,
        name: "CJK UNIFIED IDEOGRAPH-5C8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C8E,
        name: "CJK UNIFIED IDEOGRAPH-5C8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C8F,
        name: "CJK UNIFIED IDEOGRAPH-5C8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C90,
        name: "CJK UNIFIED IDEOGRAPH-5C90",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C91,
        name: "CJK UNIFIED IDEOGRAPH-5C91",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C92,
        name: "CJK UNIFIED IDEOGRAPH-5C92",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C93,
        name: "CJK UNIFIED IDEOGRAPH-5C93",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C94,
        name: "CJK UNIFIED IDEOGRAPH-5C94",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C95,
        name: "CJK UNIFIED IDEOGRAPH-5C95",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C96,
        name: "CJK UNIFIED IDEOGRAPH-5C96",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C97,
        name: "CJK UNIFIED IDEOGRAPH-5C97",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C98,
        name: "CJK UNIFIED IDEOGRAPH-5C98",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C99,
        name: "CJK UNIFIED IDEOGRAPH-5C99",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C9A,
        name: "CJK UNIFIED IDEOGRAPH-5C9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C9B,
        name: "CJK UNIFIED IDEOGRAPH-5C9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C9C,
        name: "CJK UNIFIED IDEOGRAPH-5C9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C9D,
        name: "CJK UNIFIED IDEOGRAPH-5C9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C9E,
        name: "CJK UNIFIED IDEOGRAPH-5C9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5C9F,
        name: "CJK UNIFIED IDEOGRAPH-5C9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA0,
        name: "CJK UNIFIED IDEOGRAPH-5CA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA1,
        name: "CJK UNIFIED IDEOGRAPH-5CA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA2,
        name: "CJK UNIFIED IDEOGRAPH-5CA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA3,
        name: "CJK UNIFIED IDEOGRAPH-5CA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA4,
        name: "CJK UNIFIED IDEOGRAPH-5CA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA5,
        name: "CJK UNIFIED IDEOGRAPH-5CA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA6,
        name: "CJK UNIFIED IDEOGRAPH-5CA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA7,
        name: "CJK UNIFIED IDEOGRAPH-5CA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA8,
        name: "CJK UNIFIED IDEOGRAPH-5CA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CA9,
        name: "CJK UNIFIED IDEOGRAPH-5CA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CAA,
        name: "CJK UNIFIED IDEOGRAPH-5CAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CAB,
        name: "CJK UNIFIED IDEOGRAPH-5CAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CAC,
        name: "CJK UNIFIED IDEOGRAPH-5CAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CAD,
        name: "CJK UNIFIED IDEOGRAPH-5CAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CAE,
        name: "CJK UNIFIED IDEOGRAPH-5CAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CAF,
        name: "CJK UNIFIED IDEOGRAPH-5CAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB0,
        name: "CJK UNIFIED IDEOGRAPH-5CB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB1,
        name: "CJK UNIFIED IDEOGRAPH-5CB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB2,
        name: "CJK UNIFIED IDEOGRAPH-5CB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB3,
        name: "CJK UNIFIED IDEOGRAPH-5CB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB4,
        name: "CJK UNIFIED IDEOGRAPH-5CB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB5,
        name: "CJK UNIFIED IDEOGRAPH-5CB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB6,
        name: "CJK UNIFIED IDEOGRAPH-5CB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB7,
        name: "CJK UNIFIED IDEOGRAPH-5CB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB8,
        name: "CJK UNIFIED IDEOGRAPH-5CB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CB9,
        name: "CJK UNIFIED IDEOGRAPH-5CB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CBA,
        name: "CJK UNIFIED IDEOGRAPH-5CBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CBB,
        name: "CJK UNIFIED IDEOGRAPH-5CBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CBC,
        name: "CJK UNIFIED IDEOGRAPH-5CBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CBD,
        name: "CJK UNIFIED IDEOGRAPH-5CBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CBE,
        name: "CJK UNIFIED IDEOGRAPH-5CBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CBF,
        name: "CJK UNIFIED IDEOGRAPH-5CBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC0,
        name: "CJK UNIFIED IDEOGRAPH-5CC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC1,
        name: "CJK UNIFIED IDEOGRAPH-5CC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC2,
        name: "CJK UNIFIED IDEOGRAPH-5CC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC3,
        name: "CJK UNIFIED IDEOGRAPH-5CC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC4,
        name: "CJK UNIFIED IDEOGRAPH-5CC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC5,
        name: "CJK UNIFIED IDEOGRAPH-5CC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC6,
        name: "CJK UNIFIED IDEOGRAPH-5CC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC7,
        name: "CJK UNIFIED IDEOGRAPH-5CC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC8,
        name: "CJK UNIFIED IDEOGRAPH-5CC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CC9,
        name: "CJK UNIFIED IDEOGRAPH-5CC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CCA,
        name: "CJK UNIFIED IDEOGRAPH-5CCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CCB,
        name: "CJK UNIFIED IDEOGRAPH-5CCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CCC,
        name: "CJK UNIFIED IDEOGRAPH-5CCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CCD,
        name: "CJK UNIFIED IDEOGRAPH-5CCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CCE,
        name: "CJK UNIFIED IDEOGRAPH-5CCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CCF,
        name: "CJK UNIFIED IDEOGRAPH-5CCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD0,
        name: "CJK UNIFIED IDEOGRAPH-5CD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD1,
        name: "CJK UNIFIED IDEOGRAPH-5CD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD2,
        name: "CJK UNIFIED IDEOGRAPH-5CD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD3,
        name: "CJK UNIFIED IDEOGRAPH-5CD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD4,
        name: "CJK UNIFIED IDEOGRAPH-5CD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD5,
        name: "CJK UNIFIED IDEOGRAPH-5CD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD6,
        name: "CJK UNIFIED IDEOGRAPH-5CD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD7,
        name: "CJK UNIFIED IDEOGRAPH-5CD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD8,
        name: "CJK UNIFIED IDEOGRAPH-5CD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CD9,
        name: "CJK UNIFIED IDEOGRAPH-5CD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CDA,
        name: "CJK UNIFIED IDEOGRAPH-5CDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CDB,
        name: "CJK UNIFIED IDEOGRAPH-5CDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CDC,
        name: "CJK UNIFIED IDEOGRAPH-5CDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CDD,
        name: "CJK UNIFIED IDEOGRAPH-5CDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CDE,
        name: "CJK UNIFIED IDEOGRAPH-5CDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CDF,
        name: "CJK UNIFIED IDEOGRAPH-5CDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE0,
        name: "CJK UNIFIED IDEOGRAPH-5CE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE1,
        name: "CJK UNIFIED IDEOGRAPH-5CE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE2,
        name: "CJK UNIFIED IDEOGRAPH-5CE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE3,
        name: "CJK UNIFIED IDEOGRAPH-5CE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE4,
        name: "CJK UNIFIED IDEOGRAPH-5CE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE5,
        name: "CJK UNIFIED IDEOGRAPH-5CE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE6,
        name: "CJK UNIFIED IDEOGRAPH-5CE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE7,
        name: "CJK UNIFIED IDEOGRAPH-5CE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE8,
        name: "CJK UNIFIED IDEOGRAPH-5CE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CE9,
        name: "CJK UNIFIED IDEOGRAPH-5CE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CEA,
        name: "CJK UNIFIED IDEOGRAPH-5CEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CEB,
        name: "CJK UNIFIED IDEOGRAPH-5CEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CEC,
        name: "CJK UNIFIED IDEOGRAPH-5CEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CED,
        name: "CJK UNIFIED IDEOGRAPH-5CED",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CEE,
        name: "CJK UNIFIED IDEOGRAPH-5CEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CEF,
        name: "CJK UNIFIED IDEOGRAPH-5CEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF0,
        name: "CJK UNIFIED IDEOGRAPH-5CF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF1,
        name: "CJK UNIFIED IDEOGRAPH-5CF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF2,
        name: "CJK UNIFIED IDEOGRAPH-5CF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF3,
        name: "CJK UNIFIED IDEOGRAPH-5CF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF4,
        name: "CJK UNIFIED IDEOGRAPH-5CF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF5,
        name: "CJK UNIFIED IDEOGRAPH-5CF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF6,
        name: "CJK UNIFIED IDEOGRAPH-5CF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF7,
        name: "CJK UNIFIED IDEOGRAPH-5CF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF8,
        name: "CJK UNIFIED IDEOGRAPH-5CF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CF9,
        name: "CJK UNIFIED IDEOGRAPH-5CF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CFA,
        name: "CJK UNIFIED IDEOGRAPH-5CFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CFB,
        name: "CJK UNIFIED IDEOGRAPH-5CFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CFC,
        name: "CJK UNIFIED IDEOGRAPH-5CFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CFD,
        name: "CJK UNIFIED IDEOGRAPH-5CFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CFE,
        name: "CJK UNIFIED IDEOGRAPH-5CFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5CFF,
        name: "CJK UNIFIED IDEOGRAPH-5CFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D00,
        name: "CJK UNIFIED IDEOGRAPH-5D00",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D01,
        name: "CJK UNIFIED IDEOGRAPH-5D01",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D02,
        name: "CJK UNIFIED IDEOGRAPH-5D02",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D03,
        name: "CJK UNIFIED IDEOGRAPH-5D03",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D04,
        name: "CJK UNIFIED IDEOGRAPH-5D04",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D05,
        name: "CJK UNIFIED IDEOGRAPH-5D05",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D06,
        name: "CJK UNIFIED IDEOGRAPH-5D06",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D07,
        name: "CJK UNIFIED IDEOGRAPH-5D07",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D08,
        name: "CJK UNIFIED IDEOGRAPH-5D08",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D09,
        name: "CJK UNIFIED IDEOGRAPH-5D09",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D0A,
        name: "CJK UNIFIED IDEOGRAPH-5D0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D0B,
        name: "CJK UNIFIED IDEOGRAPH-5D0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D0C,
        name: "CJK UNIFIED IDEOGRAPH-5D0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D0D,
        name: "CJK UNIFIED IDEOGRAPH-5D0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D0E,
        name: "CJK UNIFIED IDEOGRAPH-5D0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D0F,
        name: "CJK UNIFIED IDEOGRAPH-5D0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D10,
        name: "CJK UNIFIED IDEOGRAPH-5D10",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D11,
        name: "CJK UNIFIED IDEOGRAPH-5D11",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D12,
        name: "CJK UNIFIED IDEOGRAPH-5D12",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D13,
        name: "CJK UNIFIED IDEOGRAPH-5D13",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D14,
        name: "CJK UNIFIED IDEOGRAPH-5D14",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D15,
        name: "CJK UNIFIED IDEOGRAPH-5D15",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D16,
        name: "CJK UNIFIED IDEOGRAPH-5D16",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D17,
        name: "CJK UNIFIED IDEOGRAPH-5D17",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D18,
        name: "CJK UNIFIED IDEOGRAPH-5D18",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D19,
        name: "CJK UNIFIED IDEOGRAPH-5D19",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D1A,
        name: "CJK UNIFIED IDEOGRAPH-5D1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D1B,
        name: "CJK UNIFIED IDEOGRAPH-5D1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D1C,
        name: "CJK UNIFIED IDEOGRAPH-5D1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D1D,
        name: "CJK UNIFIED IDEOGRAPH-5D1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D1E,
        name: "CJK UNIFIED IDEOGRAPH-5D1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D1F,
        name: "CJK UNIFIED IDEOGRAPH-5D1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D20,
        name: "CJK UNIFIED IDEOGRAPH-5D20",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D21,
        name: "CJK UNIFIED IDEOGRAPH-5D21",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D22,
        name: "CJK UNIFIED IDEOGRAPH-5D22",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D23,
        name: "CJK UNIFIED IDEOGRAPH-5D23",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D24,
        name: "CJK UNIFIED IDEOGRAPH-5D24",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D25,
        name: "CJK UNIFIED IDEOGRAPH-5D25",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D26,
        name: "CJK UNIFIED IDEOGRAPH-5D26",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D27,
        name: "CJK UNIFIED IDEOGRAPH-5D27",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D28,
        name: "CJK UNIFIED IDEOGRAPH-5D28",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D29,
        name: "CJK UNIFIED IDEOGRAPH-5D29",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D2A,
        name: "CJK UNIFIED IDEOGRAPH-5D2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D2B,
        name: "CJK UNIFIED IDEOGRAPH-5D2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D2C,
        name: "CJK UNIFIED IDEOGRAPH-5D2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D2D,
        name: "CJK UNIFIED IDEOGRAPH-5D2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D2E,
        name: "CJK UNIFIED IDEOGRAPH-5D2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D2F,
        name: "CJK UNIFIED IDEOGRAPH-5D2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D30,
        name: "CJK UNIFIED IDEOGRAPH-5D30",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D31,
        name: "CJK UNIFIED IDEOGRAPH-5D31",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D32,
        name: "CJK UNIFIED IDEOGRAPH-5D32",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D33,
        name: "CJK UNIFIED IDEOGRAPH-5D33",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D34,
        name: "CJK UNIFIED IDEOGRAPH-5D34",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D35,
        name: "CJK UNIFIED IDEOGRAPH-5D35",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D36,
        name: "CJK UNIFIED IDEOGRAPH-5D36",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D37,
        name: "CJK UNIFIED IDEOGRAPH-5D37",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D38,
        name: "CJK UNIFIED IDEOGRAPH-5D38",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D39,
        name: "CJK UNIFIED IDEOGRAPH-5D39",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D3A,
        name: "CJK UNIFIED IDEOGRAPH-5D3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D3B,
        name: "CJK UNIFIED IDEOGRAPH-5D3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D3C,
        name: "CJK UNIFIED IDEOGRAPH-5D3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D3D,
        name: "CJK UNIFIED IDEOGRAPH-5D3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D3E,
        name: "CJK UNIFIED IDEOGRAPH-5D3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D3F,
        name: "CJK UNIFIED IDEOGRAPH-5D3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D40,
        name: "CJK UNIFIED IDEOGRAPH-5D40",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D41,
        name: "CJK UNIFIED IDEOGRAPH-5D41",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D42,
        name: "CJK UNIFIED IDEOGRAPH-5D42",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D43,
        name: "CJK UNIFIED IDEOGRAPH-5D43",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D44,
        name: "CJK UNIFIED IDEOGRAPH-5D44",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D45,
        name: "CJK UNIFIED IDEOGRAPH-5D45",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D46,
        name: "CJK UNIFIED IDEOGRAPH-5D46",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D47,
        name: "CJK UNIFIED IDEOGRAPH-5D47",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D48,
        name: "CJK UNIFIED IDEOGRAPH-5D48",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D49,
        name: "CJK UNIFIED IDEOGRAPH-5D49",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D4A,
        name: "CJK UNIFIED IDEOGRAPH-5D4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D4B,
        name: "CJK UNIFIED IDEOGRAPH-5D4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D4C,
        name: "CJK UNIFIED IDEOGRAPH-5D4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D4D,
        name: "CJK UNIFIED IDEOGRAPH-5D4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D4E,
        name: "CJK UNIFIED IDEOGRAPH-5D4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D4F,
        name: "CJK UNIFIED IDEOGRAPH-5D4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D50,
        name: "CJK UNIFIED IDEOGRAPH-5D50",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D51,
        name: "CJK UNIFIED IDEOGRAPH-5D51",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D52,
        name: "CJK UNIFIED IDEOGRAPH-5D52",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D53,
        name: "CJK UNIFIED IDEOGRAPH-5D53",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D54,
        name: "CJK UNIFIED IDEOGRAPH-5D54",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D55,
        name: "CJK UNIFIED IDEOGRAPH-5D55",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D56,
        name: "CJK UNIFIED IDEOGRAPH-5D56",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D57,
        name: "CJK UNIFIED IDEOGRAPH-5D57",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D58,
        name: "CJK UNIFIED IDEOGRAPH-5D58",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D59,
        name: "CJK UNIFIED IDEOGRAPH-5D59",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D5A,
        name: "CJK UNIFIED IDEOGRAPH-5D5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D5B,
        name: "CJK UNIFIED IDEOGRAPH-5D5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D5C,
        name: "CJK UNIFIED IDEOGRAPH-5D5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D5D,
        name: "CJK UNIFIED IDEOGRAPH-5D5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D5E,
        name: "CJK UNIFIED IDEOGRAPH-5D5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D5F,
        name: "CJK UNIFIED IDEOGRAPH-5D5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D60,
        name: "CJK UNIFIED IDEOGRAPH-5D60",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D61,
        name: "CJK UNIFIED IDEOGRAPH-5D61",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D62,
        name: "CJK UNIFIED IDEOGRAPH-5D62",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D63,
        name: "CJK UNIFIED IDEOGRAPH-5D63",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D64,
        name: "CJK UNIFIED IDEOGRAPH-5D64",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D65,
        name: "CJK UNIFIED IDEOGRAPH-5D65",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D66,
        name: "CJK UNIFIED IDEOGRAPH-5D66",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D67,
        name: "CJK UNIFIED IDEOGRAPH-5D67",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D68,
        name: "CJK UNIFIED IDEOGRAPH-5D68",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D69,
        name: "CJK UNIFIED IDEOGRAPH-5D69",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D6A,
        name: "CJK UNIFIED IDEOGRAPH-5D6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D6B,
        name: "CJK UNIFIED IDEOGRAPH-5D6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D6C,
        name: "CJK UNIFIED IDEOGRAPH-5D6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D6D,
        name: "CJK UNIFIED IDEOGRAPH-5D6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D6E,
        name: "CJK UNIFIED IDEOGRAPH-5D6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D6F,
        name: "CJK UNIFIED IDEOGRAPH-5D6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D70,
        name: "CJK UNIFIED IDEOGRAPH-5D70",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D71,
        name: "CJK UNIFIED IDEOGRAPH-5D71",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D72,
        name: "CJK UNIFIED IDEOGRAPH-5D72",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D73,
        name: "CJK UNIFIED IDEOGRAPH-5D73",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D74,
        name: "CJK UNIFIED IDEOGRAPH-5D74",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D75,
        name: "CJK UNIFIED IDEOGRAPH-5D75",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D76,
        name: "CJK UNIFIED IDEOGRAPH-5D76",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D77,
        name: "CJK UNIFIED IDEOGRAPH-5D77",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D78,
        name: "CJK UNIFIED IDEOGRAPH-5D78",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D79,
        name: "CJK UNIFIED IDEOGRAPH-5D79",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D7A,
        name: "CJK UNIFIED IDEOGRAPH-5D7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D7B,
        name: "CJK UNIFIED IDEOGRAPH-5D7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D7C,
        name: "CJK UNIFIED IDEOGRAPH-5D7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D7D,
        name: "CJK UNIFIED IDEOGRAPH-5D7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D7E,
        name: "CJK UNIFIED IDEOGRAPH-5D7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D7F,
        name: "CJK UNIFIED IDEOGRAPH-5D7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D80,
        name: "CJK UNIFIED IDEOGRAPH-5D80",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D81,
        name: "CJK UNIFIED IDEOGRAPH-5D81",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D82,
        name: "CJK UNIFIED IDEOGRAPH-5D82",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D83,
        name: "CJK UNIFIED IDEOGRAPH-5D83",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D84,
        name: "CJK UNIFIED IDEOGRAPH-5D84",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D85,
        name: "CJK UNIFIED IDEOGRAPH-5D85",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D86,
        name: "CJK UNIFIED IDEOGRAPH-5D86",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D87,
        name: "CJK UNIFIED IDEOGRAPH-5D87",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D88,
        name: "CJK UNIFIED IDEOGRAPH-5D88",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D89,
        name: "CJK UNIFIED IDEOGRAPH-5D89",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D8A,
        name: "CJK UNIFIED IDEOGRAPH-5D8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D8B,
        name: "CJK UNIFIED IDEOGRAPH-5D8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D8C,
        name: "CJK UNIFIED IDEOGRAPH-5D8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D8D,
        name: "CJK UNIFIED IDEOGRAPH-5D8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D8E,
        name: "CJK UNIFIED IDEOGRAPH-5D8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D8F,
        name: "CJK UNIFIED IDEOGRAPH-5D8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D90,
        name: "CJK UNIFIED IDEOGRAPH-5D90",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D91,
        name: "CJK UNIFIED IDEOGRAPH-5D91",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D92,
        name: "CJK UNIFIED IDEOGRAPH-5D92",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D93,
        name: "CJK UNIFIED IDEOGRAPH-5D93",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D94,
        name: "CJK UNIFIED IDEOGRAPH-5D94",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D95,
        name: "CJK UNIFIED IDEOGRAPH-5D95",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D96,
        name: "CJK UNIFIED IDEOGRAPH-5D96",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D97,
        name: "CJK UNIFIED IDEOGRAPH-5D97",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D98,
        name: "CJK UNIFIED IDEOGRAPH-5D98",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D99,
        name: "CJK UNIFIED IDEOGRAPH-5D99",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D9A,
        name: "CJK UNIFIED IDEOGRAPH-5D9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D9B,
        name: "CJK UNIFIED IDEOGRAPH-5D9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D9C,
        name: "CJK UNIFIED IDEOGRAPH-5D9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D9D,
        name: "CJK UNIFIED IDEOGRAPH-5D9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D9E,
        name: "CJK UNIFIED IDEOGRAPH-5D9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5D9F,
        name: "CJK UNIFIED IDEOGRAPH-5D9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA0,
        name: "CJK UNIFIED IDEOGRAPH-5DA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA1,
        name: "CJK UNIFIED IDEOGRAPH-5DA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA2,
        name: "CJK UNIFIED IDEOGRAPH-5DA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA3,
        name: "CJK UNIFIED IDEOGRAPH-5DA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA4,
        name: "CJK UNIFIED IDEOGRAPH-5DA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA5,
        name: "CJK UNIFIED IDEOGRAPH-5DA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA6,
        name: "CJK UNIFIED IDEOGRAPH-5DA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA7,
        name: "CJK UNIFIED IDEOGRAPH-5DA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA8,
        name: "CJK UNIFIED IDEOGRAPH-5DA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DA9,
        name: "CJK UNIFIED IDEOGRAPH-5DA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DAA,
        name: "CJK UNIFIED IDEOGRAPH-5DAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DAB,
        name: "CJK UNIFIED IDEOGRAPH-5DAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DAC,
        name: "CJK UNIFIED IDEOGRAPH-5DAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DAD,
        name: "CJK UNIFIED IDEOGRAPH-5DAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DAE,
        name: "CJK UNIFIED IDEOGRAPH-5DAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DAF,
        name: "CJK UNIFIED IDEOGRAPH-5DAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB0,
        name: "CJK UNIFIED IDEOGRAPH-5DB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB1,
        name: "CJK UNIFIED IDEOGRAPH-5DB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB2,
        name: "CJK UNIFIED IDEOGRAPH-5DB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB3,
        name: "CJK UNIFIED IDEOGRAPH-5DB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB4,
        name: "CJK UNIFIED IDEOGRAPH-5DB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB5,
        name: "CJK UNIFIED IDEOGRAPH-5DB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB6,
        name: "CJK UNIFIED IDEOGRAPH-5DB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB7,
        name: "CJK UNIFIED IDEOGRAPH-5DB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB8,
        name: "CJK UNIFIED IDEOGRAPH-5DB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DB9,
        name: "CJK UNIFIED IDEOGRAPH-5DB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DBA,
        name: "CJK UNIFIED IDEOGRAPH-5DBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DBB,
        name: "CJK UNIFIED IDEOGRAPH-5DBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DBC,
        name: "CJK UNIFIED IDEOGRAPH-5DBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DBD,
        name: "CJK UNIFIED IDEOGRAPH-5DBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DBE,
        name: "CJK UNIFIED IDEOGRAPH-5DBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DBF,
        name: "CJK UNIFIED IDEOGRAPH-5DBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC0,
        name: "CJK UNIFIED IDEOGRAPH-5DC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC1,
        name: "CJK UNIFIED IDEOGRAPH-5DC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC2,
        name: "CJK UNIFIED IDEOGRAPH-5DC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC3,
        name: "CJK UNIFIED IDEOGRAPH-5DC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC4,
        name: "CJK UNIFIED IDEOGRAPH-5DC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC5,
        name: "CJK UNIFIED IDEOGRAPH-5DC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC6,
        name: "CJK UNIFIED IDEOGRAPH-5DC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC7,
        name: "CJK UNIFIED IDEOGRAPH-5DC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC8,
        name: "CJK UNIFIED IDEOGRAPH-5DC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DC9,
        name: "CJK UNIFIED IDEOGRAPH-5DC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DCA,
        name: "CJK UNIFIED IDEOGRAPH-5DCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DCB,
        name: "CJK UNIFIED IDEOGRAPH-5DCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DCC,
        name: "CJK UNIFIED IDEOGRAPH-5DCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DCD,
        name: "CJK UNIFIED IDEOGRAPH-5DCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DCE,
        name: "CJK UNIFIED IDEOGRAPH-5DCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DCF,
        name: "CJK UNIFIED IDEOGRAPH-5DCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD0,
        name: "CJK UNIFIED IDEOGRAPH-5DD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD1,
        name: "CJK UNIFIED IDEOGRAPH-5DD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD2,
        name: "CJK UNIFIED IDEOGRAPH-5DD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD3,
        name: "CJK UNIFIED IDEOGRAPH-5DD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD4,
        name: "CJK UNIFIED IDEOGRAPH-5DD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD5,
        name: "CJK UNIFIED IDEOGRAPH-5DD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD6,
        name: "CJK UNIFIED IDEOGRAPH-5DD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD7,
        name: "CJK UNIFIED IDEOGRAPH-5DD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD8,
        name: "CJK UNIFIED IDEOGRAPH-5DD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DD9,
        name: "CJK UNIFIED IDEOGRAPH-5DD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DDA,
        name: "CJK UNIFIED IDEOGRAPH-5DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DDB,
        name: "CJK UNIFIED IDEOGRAPH-5DDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DDC,
        name: "CJK UNIFIED IDEOGRAPH-5DDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DDD,
        name: "CJK UNIFIED IDEOGRAPH-5DDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DDE,
        name: "CJK UNIFIED IDEOGRAPH-5DDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DDF,
        name: "CJK UNIFIED IDEOGRAPH-5DDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE0,
        name: "CJK UNIFIED IDEOGRAPH-5DE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE1,
        name: "CJK UNIFIED IDEOGRAPH-5DE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE2,
        name: "CJK UNIFIED IDEOGRAPH-5DE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE3,
        name: "CJK UNIFIED IDEOGRAPH-5DE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE4,
        name: "CJK UNIFIED IDEOGRAPH-5DE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE5,
        name: "CJK UNIFIED IDEOGRAPH-5DE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE6,
        name: "CJK UNIFIED IDEOGRAPH-5DE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE7,
        name: "CJK UNIFIED IDEOGRAPH-5DE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE8,
        name: "CJK UNIFIED IDEOGRAPH-5DE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DE9,
        name: "CJK UNIFIED IDEOGRAPH-5DE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DEA,
        name: "CJK UNIFIED IDEOGRAPH-5DEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DEB,
        name: "CJK UNIFIED IDEOGRAPH-5DEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DEC,
        name: "CJK UNIFIED IDEOGRAPH-5DEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DED,
        name: "CJK UNIFIED IDEOGRAPH-5DED",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DEE,
        name: "CJK UNIFIED IDEOGRAPH-5DEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DEF,
        name: "CJK UNIFIED IDEOGRAPH-5DEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF0,
        name: "CJK UNIFIED IDEOGRAPH-5DF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF1,
        name: "CJK UNIFIED IDEOGRAPH-5DF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF2,
        name: "CJK UNIFIED IDEOGRAPH-5DF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF3,
        name: "CJK UNIFIED IDEOGRAPH-5DF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF4,
        name: "CJK UNIFIED IDEOGRAPH-5DF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF5,
        name: "CJK UNIFIED IDEOGRAPH-5DF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF6,
        name: "CJK UNIFIED IDEOGRAPH-5DF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF7,
        name: "CJK UNIFIED IDEOGRAPH-5DF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF8,
        name: "CJK UNIFIED IDEOGRAPH-5DF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DF9,
        name: "CJK UNIFIED IDEOGRAPH-5DF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DFA,
        name: "CJK UNIFIED IDEOGRAPH-5DFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DFB,
        name: "CJK UNIFIED IDEOGRAPH-5DFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DFC,
        name: "CJK UNIFIED IDEOGRAPH-5DFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DFD,
        name: "CJK UNIFIED IDEOGRAPH-5DFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DFE,
        name: "CJK UNIFIED IDEOGRAPH-5DFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5DFF,
        name: "CJK UNIFIED IDEOGRAPH-5DFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E00,
        name: "CJK UNIFIED IDEOGRAPH-5E00",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E01,
        name: "CJK UNIFIED IDEOGRAPH-5E01",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E02,
        name: "CJK UNIFIED IDEOGRAPH-5E02",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E03,
        name: "CJK UNIFIED IDEOGRAPH-5E03",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E04,
        name: "CJK UNIFIED IDEOGRAPH-5E04",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E05,
        name: "CJK UNIFIED IDEOGRAPH-5E05",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E06,
        name: "CJK UNIFIED IDEOGRAPH-5E06",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E07,
        name: "CJK UNIFIED IDEOGRAPH-5E07",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E08,
        name: "CJK UNIFIED IDEOGRAPH-5E08",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E09,
        name: "CJK UNIFIED IDEOGRAPH-5E09",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E0A,
        name: "CJK UNIFIED IDEOGRAPH-5E0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E0B,
        name: "CJK UNIFIED IDEOGRAPH-5E0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E0C,
        name: "CJK UNIFIED IDEOGRAPH-5E0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E0D,
        name: "CJK UNIFIED IDEOGRAPH-5E0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E0E,
        name: "CJK UNIFIED IDEOGRAPH-5E0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E0F,
        name: "CJK UNIFIED IDEOGRAPH-5E0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E10,
        name: "CJK UNIFIED IDEOGRAPH-5E10",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E11,
        name: "CJK UNIFIED IDEOGRAPH-5E11",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E12,
        name: "CJK UNIFIED IDEOGRAPH-5E12",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E13,
        name: "CJK UNIFIED IDEOGRAPH-5E13",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E14,
        name: "CJK UNIFIED IDEOGRAPH-5E14",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E15,
        name: "CJK UNIFIED IDEOGRAPH-5E15",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E16,
        name: "CJK UNIFIED IDEOGRAPH-5E16",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E17,
        name: "CJK UNIFIED IDEOGRAPH-5E17",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E18,
        name: "CJK UNIFIED IDEOGRAPH-5E18",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E19,
        name: "CJK UNIFIED IDEOGRAPH-5E19",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E1A,
        name: "CJK UNIFIED IDEOGRAPH-5E1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E1B,
        name: "CJK UNIFIED IDEOGRAPH-5E1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E1C,
        name: "CJK UNIFIED IDEOGRAPH-5E1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E1D,
        name: "CJK UNIFIED IDEOGRAPH-5E1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E1E,
        name: "CJK UNIFIED IDEOGRAPH-5E1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E1F,
        name: "CJK UNIFIED IDEOGRAPH-5E1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E20,
        name: "CJK UNIFIED IDEOGRAPH-5E20",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E21,
        name: "CJK UNIFIED IDEOGRAPH-5E21",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E22,
        name: "CJK UNIFIED IDEOGRAPH-5E22",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E23,
        name: "CJK UNIFIED IDEOGRAPH-5E23",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E24,
        name: "CJK UNIFIED IDEOGRAPH-5E24",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E25,
        name: "CJK UNIFIED IDEOGRAPH-5E25",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E26,
        name: "CJK UNIFIED IDEOGRAPH-5E26",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E27,
        name: "CJK UNIFIED IDEOGRAPH-5E27",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E28,
        name: "CJK UNIFIED IDEOGRAPH-5E28",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E29,
        name: "CJK UNIFIED IDEOGRAPH-5E29",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E2A,
        name: "CJK UNIFIED IDEOGRAPH-5E2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E2B,
        name: "CJK UNIFIED IDEOGRAPH-5E2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E2C,
        name: "CJK UNIFIED IDEOGRAPH-5E2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E2D,
        name: "CJK UNIFIED IDEOGRAPH-5E2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E2E,
        name: "CJK UNIFIED IDEOGRAPH-5E2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E2F,
        name: "CJK UNIFIED IDEOGRAPH-5E2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E30,
        name: "CJK UNIFIED IDEOGRAPH-5E30",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E31,
        name: "CJK UNIFIED IDEOGRAPH-5E31",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E32,
        name: "CJK UNIFIED IDEOGRAPH-5E32",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E33,
        name: "CJK UNIFIED IDEOGRAPH-5E33",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E34,
        name: "CJK UNIFIED IDEOGRAPH-5E34",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E35,
        name: "CJK UNIFIED IDEOGRAPH-5E35",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E36,
        name: "CJK UNIFIED IDEOGRAPH-5E36",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E37,
        name: "CJK UNIFIED IDEOGRAPH-5E37",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E38,
        name: "CJK UNIFIED IDEOGRAPH-5E38",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E39,
        name: "CJK UNIFIED IDEOGRAPH-5E39",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E3A,
        name: "CJK UNIFIED IDEOGRAPH-5E3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E3B,
        name: "CJK UNIFIED IDEOGRAPH-5E3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E3C,
        name: "CJK UNIFIED IDEOGRAPH-5E3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E3D,
        name: "CJK UNIFIED IDEOGRAPH-5E3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E3E,
        name: "CJK UNIFIED IDEOGRAPH-5E3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E3F,
        name: "CJK UNIFIED IDEOGRAPH-5E3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E40,
        name: "CJK UNIFIED IDEOGRAPH-5E40",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E41,
        name: "CJK UNIFIED IDEOGRAPH-5E41",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E42,
        name: "CJK UNIFIED IDEOGRAPH-5E42",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E43,
        name: "CJK UNIFIED IDEOGRAPH-5E43",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E44,
        name: "CJK UNIFIED IDEOGRAPH-5E44",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E45,
        name: "CJK UNIFIED IDEOGRAPH-5E45",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E46,
        name: "CJK UNIFIED IDEOGRAPH-5E46",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E47,
        name: "CJK UNIFIED IDEOGRAPH-5E47",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E48,
        name: "CJK UNIFIED IDEOGRAPH-5E48",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E49,
        name: "CJK UNIFIED IDEOGRAPH-5E49",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E4A,
        name: "CJK UNIFIED IDEOGRAPH-5E4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E4B,
        name: "CJK UNIFIED IDEOGRAPH-5E4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E4C,
        name: "CJK UNIFIED IDEOGRAPH-5E4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E4D,
        name: "CJK UNIFIED IDEOGRAPH-5E4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E4E,
        name: "CJK UNIFIED IDEOGRAPH-5E4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E4F,
        name: "CJK UNIFIED IDEOGRAPH-5E4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E50,
        name: "CJK UNIFIED IDEOGRAPH-5E50",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E51,
        name: "CJK UNIFIED IDEOGRAPH-5E51",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E52,
        name: "CJK UNIFIED IDEOGRAPH-5E52",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E53,
        name: "CJK UNIFIED IDEOGRAPH-5E53",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E54,
        name: "CJK UNIFIED IDEOGRAPH-5E54",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E55,
        name: "CJK UNIFIED IDEOGRAPH-5E55",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E56,
        name: "CJK UNIFIED IDEOGRAPH-5E56",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E57,
        name: "CJK UNIFIED IDEOGRAPH-5E57",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E58,
        name: "CJK UNIFIED IDEOGRAPH-5E58",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E59,
        name: "CJK UNIFIED IDEOGRAPH-5E59",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E5A,
        name: "CJK UNIFIED IDEOGRAPH-5E5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E5B,
        name: "CJK UNIFIED IDEOGRAPH-5E5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E5C,
        name: "CJK UNIFIED IDEOGRAPH-5E5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E5D,
        name: "CJK UNIFIED IDEOGRAPH-5E5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E5E,
        name: "CJK UNIFIED IDEOGRAPH-5E5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E5F,
        name: "CJK UNIFIED IDEOGRAPH-5E5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E60,
        name: "CJK UNIFIED IDEOGRAPH-5E60",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E61,
        name: "CJK UNIFIED IDEOGRAPH-5E61",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E62,
        name: "CJK UNIFIED IDEOGRAPH-5E62",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E63,
        name: "CJK UNIFIED IDEOGRAPH-5E63",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E64,
        name: "CJK UNIFIED IDEOGRAPH-5E64",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E65,
        name: "CJK UNIFIED IDEOGRAPH-5E65",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E66,
        name: "CJK UNIFIED IDEOGRAPH-5E66",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E67,
        name: "CJK UNIFIED IDEOGRAPH-5E67",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E68,
        name: "CJK UNIFIED IDEOGRAPH-5E68",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E69,
        name: "CJK UNIFIED IDEOGRAPH-5E69",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E6A,
        name: "CJK UNIFIED IDEOGRAPH-5E6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E6B,
        name: "CJK UNIFIED IDEOGRAPH-5E6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E6C,
        name: "CJK UNIFIED IDEOGRAPH-5E6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E6D,
        name: "CJK UNIFIED IDEOGRAPH-5E6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E6E,
        name: "CJK UNIFIED IDEOGRAPH-5E6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E6F,
        name: "CJK UNIFIED IDEOGRAPH-5E6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E70,
        name: "CJK UNIFIED IDEOGRAPH-5E70",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E71,
        name: "CJK UNIFIED IDEOGRAPH-5E71",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E72,
        name: "CJK UNIFIED IDEOGRAPH-5E72",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E73,
        name: "CJK UNIFIED IDEOGRAPH-5E73",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E74,
        name: "CJK UNIFIED IDEOGRAPH-5E74",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E75,
        name: "CJK UNIFIED IDEOGRAPH-5E75",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E76,
        name: "CJK UNIFIED IDEOGRAPH-5E76",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E77,
        name: "CJK UNIFIED IDEOGRAPH-5E77",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E78,
        name: "CJK UNIFIED IDEOGRAPH-5E78",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E79,
        name: "CJK UNIFIED IDEOGRAPH-5E79",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E7A,
        name: "CJK UNIFIED IDEOGRAPH-5E7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E7B,
        name: "CJK UNIFIED IDEOGRAPH-5E7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E7C,
        name: "CJK UNIFIED IDEOGRAPH-5E7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E7D,
        name: "CJK UNIFIED IDEOGRAPH-5E7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E7E,
        name: "CJK UNIFIED IDEOGRAPH-5E7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E7F,
        name: "CJK UNIFIED IDEOGRAPH-5E7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E80,
        name: "CJK UNIFIED IDEOGRAPH-5E80",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E81,
        name: "CJK UNIFIED IDEOGRAPH-5E81",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E82,
        name: "CJK UNIFIED IDEOGRAPH-5E82",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E83,
        name: "CJK UNIFIED IDEOGRAPH-5E83",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E84,
        name: "CJK UNIFIED IDEOGRAPH-5E84",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E85,
        name: "CJK UNIFIED IDEOGRAPH-5E85",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E86,
        name: "CJK UNIFIED IDEOGRAPH-5E86",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E87,
        name: "CJK UNIFIED IDEOGRAPH-5E87",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E88,
        name: "CJK UNIFIED IDEOGRAPH-5E88",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E89,
        name: "CJK UNIFIED IDEOGRAPH-5E89",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E8A,
        name: "CJK UNIFIED IDEOGRAPH-5E8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E8B,
        name: "CJK UNIFIED IDEOGRAPH-5E8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E8C,
        name: "CJK UNIFIED IDEOGRAPH-5E8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E8D,
        name: "CJK UNIFIED IDEOGRAPH-5E8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E8E,
        name: "CJK UNIFIED IDEOGRAPH-5E8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E8F,
        name: "CJK UNIFIED IDEOGRAPH-5E8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E90,
        name: "CJK UNIFIED IDEOGRAPH-5E90",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E91,
        name: "CJK UNIFIED IDEOGRAPH-5E91",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E92,
        name: "CJK UNIFIED IDEOGRAPH-5E92",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E93,
        name: "CJK UNIFIED IDEOGRAPH-5E93",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E94,
        name: "CJK UNIFIED IDEOGRAPH-5E94",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E95,
        name: "CJK UNIFIED IDEOGRAPH-5E95",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E96,
        name: "CJK UNIFIED IDEOGRAPH-5E96",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E97,
        name: "CJK UNIFIED IDEOGRAPH-5E97",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E98,
        name: "CJK UNIFIED IDEOGRAPH-5E98",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E99,
        name: "CJK UNIFIED IDEOGRAPH-5E99",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E9A,
        name: "CJK UNIFIED IDEOGRAPH-5E9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E9B,
        name: "CJK UNIFIED IDEOGRAPH-5E9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E9C,
        name: "CJK UNIFIED IDEOGRAPH-5E9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E9D,
        name: "CJK UNIFIED IDEOGRAPH-5E9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E9E,
        name: "CJK UNIFIED IDEOGRAPH-5E9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5E9F,
        name: "CJK UNIFIED IDEOGRAPH-5E9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA0,
        name: "CJK UNIFIED IDEOGRAPH-5EA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA1,
        name: "CJK UNIFIED IDEOGRAPH-5EA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA2,
        name: "CJK UNIFIED IDEOGRAPH-5EA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA3,
        name: "CJK UNIFIED IDEOGRAPH-5EA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA4,
        name: "CJK UNIFIED IDEOGRAPH-5EA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA5,
        name: "CJK UNIFIED IDEOGRAPH-5EA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA6,
        name: "CJK UNIFIED IDEOGRAPH-5EA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA7,
        name: "CJK UNIFIED IDEOGRAPH-5EA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA8,
        name: "CJK UNIFIED IDEOGRAPH-5EA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EA9,
        name: "CJK UNIFIED IDEOGRAPH-5EA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EAA,
        name: "CJK UNIFIED IDEOGRAPH-5EAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EAB,
        name: "CJK UNIFIED IDEOGRAPH-5EAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EAC,
        name: "CJK UNIFIED IDEOGRAPH-5EAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EAD,
        name: "CJK UNIFIED IDEOGRAPH-5EAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EAE,
        name: "CJK UNIFIED IDEOGRAPH-5EAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EAF,
        name: "CJK UNIFIED IDEOGRAPH-5EAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB0,
        name: "CJK UNIFIED IDEOGRAPH-5EB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB1,
        name: "CJK UNIFIED IDEOGRAPH-5EB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB2,
        name: "CJK UNIFIED IDEOGRAPH-5EB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB3,
        name: "CJK UNIFIED IDEOGRAPH-5EB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB4,
        name: "CJK UNIFIED IDEOGRAPH-5EB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB5,
        name: "CJK UNIFIED IDEOGRAPH-5EB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB6,
        name: "CJK UNIFIED IDEOGRAPH-5EB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB7,
        name: "CJK UNIFIED IDEOGRAPH-5EB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB8,
        name: "CJK UNIFIED IDEOGRAPH-5EB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EB9,
        name: "CJK UNIFIED IDEOGRAPH-5EB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EBA,
        name: "CJK UNIFIED IDEOGRAPH-5EBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EBB,
        name: "CJK UNIFIED IDEOGRAPH-5EBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EBC,
        name: "CJK UNIFIED IDEOGRAPH-5EBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EBD,
        name: "CJK UNIFIED IDEOGRAPH-5EBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EBE,
        name: "CJK UNIFIED IDEOGRAPH-5EBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EBF,
        name: "CJK UNIFIED IDEOGRAPH-5EBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC0,
        name: "CJK UNIFIED IDEOGRAPH-5EC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC1,
        name: "CJK UNIFIED IDEOGRAPH-5EC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC2,
        name: "CJK UNIFIED IDEOGRAPH-5EC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC3,
        name: "CJK UNIFIED IDEOGRAPH-5EC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC4,
        name: "CJK UNIFIED IDEOGRAPH-5EC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC5,
        name: "CJK UNIFIED IDEOGRAPH-5EC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC6,
        name: "CJK UNIFIED IDEOGRAPH-5EC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC7,
        name: "CJK UNIFIED IDEOGRAPH-5EC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC8,
        name: "CJK UNIFIED IDEOGRAPH-5EC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EC9,
        name: "CJK UNIFIED IDEOGRAPH-5EC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ECA,
        name: "CJK UNIFIED IDEOGRAPH-5ECA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ECB,
        name: "CJK UNIFIED IDEOGRAPH-5ECB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ECC,
        name: "CJK UNIFIED IDEOGRAPH-5ECC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ECD,
        name: "CJK UNIFIED IDEOGRAPH-5ECD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ECE,
        name: "CJK UNIFIED IDEOGRAPH-5ECE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ECF,
        name: "CJK UNIFIED IDEOGRAPH-5ECF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED0,
        name: "CJK UNIFIED IDEOGRAPH-5ED0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED1,
        name: "CJK UNIFIED IDEOGRAPH-5ED1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED2,
        name: "CJK UNIFIED IDEOGRAPH-5ED2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED3,
        name: "CJK UNIFIED IDEOGRAPH-5ED3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED4,
        name: "CJK UNIFIED IDEOGRAPH-5ED4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED5,
        name: "CJK UNIFIED IDEOGRAPH-5ED5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED6,
        name: "CJK UNIFIED IDEOGRAPH-5ED6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED7,
        name: "CJK UNIFIED IDEOGRAPH-5ED7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED8,
        name: "CJK UNIFIED IDEOGRAPH-5ED8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5ED9,
        name: "CJK UNIFIED IDEOGRAPH-5ED9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EDA,
        name: "CJK UNIFIED IDEOGRAPH-5EDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EDB,
        name: "CJK UNIFIED IDEOGRAPH-5EDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EDC,
        name: "CJK UNIFIED IDEOGRAPH-5EDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EDD,
        name: "CJK UNIFIED IDEOGRAPH-5EDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EDE,
        name: "CJK UNIFIED IDEOGRAPH-5EDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EDF,
        name: "CJK UNIFIED IDEOGRAPH-5EDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE0,
        name: "CJK UNIFIED IDEOGRAPH-5EE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE1,
        name: "CJK UNIFIED IDEOGRAPH-5EE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE2,
        name: "CJK UNIFIED IDEOGRAPH-5EE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE3,
        name: "CJK UNIFIED IDEOGRAPH-5EE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE4,
        name: "CJK UNIFIED IDEOGRAPH-5EE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE5,
        name: "CJK UNIFIED IDEOGRAPH-5EE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE6,
        name: "CJK UNIFIED IDEOGRAPH-5EE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE7,
        name: "CJK UNIFIED IDEOGRAPH-5EE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE8,
        name: "CJK UNIFIED IDEOGRAPH-5EE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EE9,
        name: "CJK UNIFIED IDEOGRAPH-5EE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EEA,
        name: "CJK UNIFIED IDEOGRAPH-5EEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EEB,
        name: "CJK UNIFIED IDEOGRAPH-5EEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EEC,
        name: "CJK UNIFIED IDEOGRAPH-5EEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EED,
        name: "CJK UNIFIED IDEOGRAPH-5EED",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EEE,
        name: "CJK UNIFIED IDEOGRAPH-5EEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EEF,
        name: "CJK UNIFIED IDEOGRAPH-5EEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF0,
        name: "CJK UNIFIED IDEOGRAPH-5EF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF1,
        name: "CJK UNIFIED IDEOGRAPH-5EF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF2,
        name: "CJK UNIFIED IDEOGRAPH-5EF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF3,
        name: "CJK UNIFIED IDEOGRAPH-5EF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF4,
        name: "CJK UNIFIED IDEOGRAPH-5EF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF5,
        name: "CJK UNIFIED IDEOGRAPH-5EF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF6,
        name: "CJK UNIFIED IDEOGRAPH-5EF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF7,
        name: "CJK UNIFIED IDEOGRAPH-5EF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF8,
        name: "CJK UNIFIED IDEOGRAPH-5EF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EF9,
        name: "CJK UNIFIED IDEOGRAPH-5EF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EFA,
        name: "CJK UNIFIED IDEOGRAPH-5EFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EFB,
        name: "CJK UNIFIED IDEOGRAPH-5EFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EFC,
        name: "CJK UNIFIED IDEOGRAPH-5EFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EFD,
        name: "CJK UNIFIED IDEOGRAPH-5EFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EFE,
        name: "CJK UNIFIED IDEOGRAPH-5EFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5EFF,
        name: "CJK UNIFIED IDEOGRAPH-5EFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F00,
        name: "CJK UNIFIED IDEOGRAPH-5F00",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F01,
        name: "CJK UNIFIED IDEOGRAPH-5F01",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F02,
        name: "CJK UNIFIED IDEOGRAPH-5F02",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F03,
        name: "CJK UNIFIED IDEOGRAPH-5F03",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F04,
        name: "CJK UNIFIED IDEOGRAPH-5F04",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F05,
        name: "CJK UNIFIED IDEOGRAPH-5F05",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F06,
        name: "CJK UNIFIED IDEOGRAPH-5F06",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F07,
        name: "CJK UNIFIED IDEOGRAPH-5F07",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F08,
        name: "CJK UNIFIED IDEOGRAPH-5F08",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F09,
        name: "CJK UNIFIED IDEOGRAPH-5F09",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F0A,
        name: "CJK UNIFIED IDEOGRAPH-5F0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F0B,
        name: "CJK UNIFIED IDEOGRAPH-5F0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F0C,
        name: "CJK UNIFIED IDEOGRAPH-5F0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F0D,
        name: "CJK UNIFIED IDEOGRAPH-5F0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F0E,
        name: "CJK UNIFIED IDEOGRAPH-5F0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F0F,
        name: "CJK UNIFIED IDEOGRAPH-5F0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F10,
        name: "CJK UNIFIED IDEOGRAPH-5F10",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F11,
        name: "CJK UNIFIED IDEOGRAPH-5F11",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F12,
        name: "CJK UNIFIED IDEOGRAPH-5F12",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F13,
        name: "CJK UNIFIED IDEOGRAPH-5F13",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F14,
        name: "CJK UNIFIED IDEOGRAPH-5F14",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F15,
        name: "CJK UNIFIED IDEOGRAPH-5F15",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F16,
        name: "CJK UNIFIED IDEOGRAPH-5F16",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F17,
        name: "CJK UNIFIED IDEOGRAPH-5F17",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F18,
        name: "CJK UNIFIED IDEOGRAPH-5F18",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F19,
        name: "CJK UNIFIED IDEOGRAPH-5F19",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F1A,
        name: "CJK UNIFIED IDEOGRAPH-5F1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F1B,
        name: "CJK UNIFIED IDEOGRAPH-5F1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F1C,
        name: "CJK UNIFIED IDEOGRAPH-5F1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F1D,
        name: "CJK UNIFIED IDEOGRAPH-5F1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F1E,
        name: "CJK UNIFIED IDEOGRAPH-5F1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F1F,
        name: "CJK UNIFIED IDEOGRAPH-5F1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F20,
        name: "CJK UNIFIED IDEOGRAPH-5F20",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F21,
        name: "CJK UNIFIED IDEOGRAPH-5F21",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F22,
        name: "CJK UNIFIED IDEOGRAPH-5F22",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F23,
        name: "CJK UNIFIED IDEOGRAPH-5F23",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F24,
        name: "CJK UNIFIED IDEOGRAPH-5F24",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F25,
        name: "CJK UNIFIED IDEOGRAPH-5F25",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F26,
        name: "CJK UNIFIED IDEOGRAPH-5F26",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F27,
        name: "CJK UNIFIED IDEOGRAPH-5F27",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F28,
        name: "CJK UNIFIED IDEOGRAPH-5F28",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F29,
        name: "CJK UNIFIED IDEOGRAPH-5F29",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F2A,
        name: "CJK UNIFIED IDEOGRAPH-5F2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F2B,
        name: "CJK UNIFIED IDEOGRAPH-5F2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F2C,
        name: "CJK UNIFIED IDEOGRAPH-5F2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F2D,
        name: "CJK UNIFIED IDEOGRAPH-5F2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F2E,
        name: "CJK UNIFIED IDEOGRAPH-5F2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F2F,
        name: "CJK UNIFIED IDEOGRAPH-5F2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F30,
        name: "CJK UNIFIED IDEOGRAPH-5F30",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F31,
        name: "CJK UNIFIED IDEOGRAPH-5F31",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F32,
        name: "CJK UNIFIED IDEOGRAPH-5F32",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F33,
        name: "CJK UNIFIED IDEOGRAPH-5F33",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F34,
        name: "CJK UNIFIED IDEOGRAPH-5F34",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F35,
        name: "CJK UNIFIED IDEOGRAPH-5F35",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F36,
        name: "CJK UNIFIED IDEOGRAPH-5F36",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F37,
        name: "CJK UNIFIED IDEOGRAPH-5F37",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F38,
        name: "CJK UNIFIED IDEOGRAPH-5F38",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F39,
        name: "CJK UNIFIED IDEOGRAPH-5F39",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F3A,
        name: "CJK UNIFIED IDEOGRAPH-5F3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F3B,
        name: "CJK UNIFIED IDEOGRAPH-5F3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F3C,
        name: "CJK UNIFIED IDEOGRAPH-5F3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F3D,
        name: "CJK UNIFIED IDEOGRAPH-5F3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F3E,
        name: "CJK UNIFIED IDEOGRAPH-5F3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F3F,
        name: "CJK UNIFIED IDEOGRAPH-5F3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F40,
        name: "CJK UNIFIED IDEOGRAPH-5F40",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F41,
        name: "CJK UNIFIED IDEOGRAPH-5F41",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F42,
        name: "CJK UNIFIED IDEOGRAPH-5F42",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F43,
        name: "CJK UNIFIED IDEOGRAPH-5F43",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F44,
        name: "CJK UNIFIED IDEOGRAPH-5F44",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F45,
        name: "CJK UNIFIED IDEOGRAPH-5F45",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F46,
        name: "CJK UNIFIED IDEOGRAPH-5F46",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F47,
        name: "CJK UNIFIED IDEOGRAPH-5F47",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F48,
        name: "CJK UNIFIED IDEOGRAPH-5F48",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F49,
        name: "CJK UNIFIED IDEOGRAPH-5F49",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F4A,
        name: "CJK UNIFIED IDEOGRAPH-5F4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F4B,
        name: "CJK UNIFIED IDEOGRAPH-5F4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F4C,
        name: "CJK UNIFIED IDEOGRAPH-5F4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F4D,
        name: "CJK UNIFIED IDEOGRAPH-5F4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F4E,
        name: "CJK UNIFIED IDEOGRAPH-5F4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F4F,
        name: "CJK UNIFIED IDEOGRAPH-5F4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F50,
        name: "CJK UNIFIED IDEOGRAPH-5F50",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F51,
        name: "CJK UNIFIED IDEOGRAPH-5F51",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F52,
        name: "CJK UNIFIED IDEOGRAPH-5F52",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F53,
        name: "CJK UNIFIED IDEOGRAPH-5F53",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F54,
        name: "CJK UNIFIED IDEOGRAPH-5F54",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F55,
        name: "CJK UNIFIED IDEOGRAPH-5F55",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F56,
        name: "CJK UNIFIED IDEOGRAPH-5F56",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F57,
        name: "CJK UNIFIED IDEOGRAPH-5F57",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F58,
        name: "CJK UNIFIED IDEOGRAPH-5F58",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F59,
        name: "CJK UNIFIED IDEOGRAPH-5F59",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F5A,
        name: "CJK UNIFIED IDEOGRAPH-5F5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F5B,
        name: "CJK UNIFIED IDEOGRAPH-5F5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F5C,
        name: "CJK UNIFIED IDEOGRAPH-5F5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F5D,
        name: "CJK UNIFIED IDEOGRAPH-5F5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F5E,
        name: "CJK UNIFIED IDEOGRAPH-5F5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F5F,
        name: "CJK UNIFIED IDEOGRAPH-5F5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F60,
        name: "CJK UNIFIED IDEOGRAPH-5F60",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F61,
        name: "CJK UNIFIED IDEOGRAPH-5F61",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F62,
        name: "CJK UNIFIED IDEOGRAPH-5F62",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F63,
        name: "CJK UNIFIED IDEOGRAPH-5F63",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F64,
        name: "CJK UNIFIED IDEOGRAPH-5F64",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F65,
        name: "CJK UNIFIED IDEOGRAPH-5F65",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F66,
        name: "CJK UNIFIED IDEOGRAPH-5F66",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F67,
        name: "CJK UNIFIED IDEOGRAPH-5F67",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F68,
        name: "CJK UNIFIED IDEOGRAPH-5F68",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F69,
        name: "CJK UNIFIED IDEOGRAPH-5F69",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F6A,
        name: "CJK UNIFIED IDEOGRAPH-5F6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F6B,
        name: "CJK UNIFIED IDEOGRAPH-5F6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F6C,
        name: "CJK UNIFIED IDEOGRAPH-5F6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F6D,
        name: "CJK UNIFIED IDEOGRAPH-5F6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F6E,
        name: "CJK UNIFIED IDEOGRAPH-5F6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F6F,
        name: "CJK UNIFIED IDEOGRAPH-5F6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F70,
        name: "CJK UNIFIED IDEOGRAPH-5F70",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F71,
        name: "CJK UNIFIED IDEOGRAPH-5F71",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F72,
        name: "CJK UNIFIED IDEOGRAPH-5F72",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F73,
        name: "CJK UNIFIED IDEOGRAPH-5F73",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F74,
        name: "CJK UNIFIED IDEOGRAPH-5F74",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F75,
        name: "CJK UNIFIED IDEOGRAPH-5F75",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F76,
        name: "CJK UNIFIED IDEOGRAPH-5F76",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F77,
        name: "CJK UNIFIED IDEOGRAPH-5F77",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F78,
        name: "CJK UNIFIED IDEOGRAPH-5F78",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F79,
        name: "CJK UNIFIED IDEOGRAPH-5F79",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F7A,
        name: "CJK UNIFIED IDEOGRAPH-5F7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F7B,
        name: "CJK UNIFIED IDEOGRAPH-5F7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F7C,
        name: "CJK UNIFIED IDEOGRAPH-5F7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F7D,
        name: "CJK UNIFIED IDEOGRAPH-5F7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F7E,
        name: "CJK UNIFIED IDEOGRAPH-5F7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F7F,
        name: "CJK UNIFIED IDEOGRAPH-5F7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F80,
        name: "CJK UNIFIED IDEOGRAPH-5F80",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F81,
        name: "CJK UNIFIED IDEOGRAPH-5F81",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F82,
        name: "CJK UNIFIED IDEOGRAPH-5F82",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F83,
        name: "CJK UNIFIED IDEOGRAPH-5F83",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F84,
        name: "CJK UNIFIED IDEOGRAPH-5F84",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F85,
        name: "CJK UNIFIED IDEOGRAPH-5F85",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F86,
        name: "CJK UNIFIED IDEOGRAPH-5F86",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F87,
        name: "CJK UNIFIED IDEOGRAPH-5F87",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F88,
        name: "CJK UNIFIED IDEOGRAPH-5F88",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F89,
        name: "CJK UNIFIED IDEOGRAPH-5F89",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F8A,
        name: "CJK UNIFIED IDEOGRAPH-5F8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F8B,
        name: "CJK UNIFIED IDEOGRAPH-5F8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F8C,
        name: "CJK UNIFIED IDEOGRAPH-5F8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F8D,
        name: "CJK UNIFIED IDEOGRAPH-5F8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F8E,
        name: "CJK UNIFIED IDEOGRAPH-5F8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F8F,
        name: "CJK UNIFIED IDEOGRAPH-5F8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F90,
        name: "CJK UNIFIED IDEOGRAPH-5F90",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F91,
        name: "CJK UNIFIED IDEOGRAPH-5F91",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F92,
        name: "CJK UNIFIED IDEOGRAPH-5F92",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F93,
        name: "CJK UNIFIED IDEOGRAPH-5F93",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F94,
        name: "CJK UNIFIED IDEOGRAPH-5F94",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F95,
        name: "CJK UNIFIED IDEOGRAPH-5F95",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F96,
        name: "CJK UNIFIED IDEOGRAPH-5F96",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F97,
        name: "CJK UNIFIED IDEOGRAPH-5F97",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F98,
        name: "CJK UNIFIED IDEOGRAPH-5F98",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F99,
        name: "CJK UNIFIED IDEOGRAPH-5F99",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F9A,
        name: "CJK UNIFIED IDEOGRAPH-5F9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F9B,
        name: "CJK UNIFIED IDEOGRAPH-5F9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F9C,
        name: "CJK UNIFIED IDEOGRAPH-5F9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F9D,
        name: "CJK UNIFIED IDEOGRAPH-5F9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F9E,
        name: "CJK UNIFIED IDEOGRAPH-5F9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x5F9F,
        name: "CJK UNIFIED IDEOGRAPH-5F9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA0,
        name: "CJK UNIFIED IDEOGRAPH-5FA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA1,
        name: "CJK UNIFIED IDEOGRAPH-5FA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA2,
        name: "CJK UNIFIED IDEOGRAPH-5FA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA3,
        name: "CJK UNIFIED IDEOGRAPH-5FA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA4,
        name: "CJK UNIFIED IDEOGRAPH-5FA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA5,
        name: "CJK UNIFIED IDEOGRAPH-5FA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA6,
        name: "CJK UNIFIED IDEOGRAPH-5FA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA7,
        name: "CJK UNIFIED IDEOGRAPH-5FA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA8,
        name: "CJK UNIFIED IDEOGRAPH-5FA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FA9,
        name: "CJK UNIFIED IDEOGRAPH-5FA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FAA,
        name: "CJK UNIFIED IDEOGRAPH-5FAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FAB,
        name: "CJK UNIFIED IDEOGRAPH-5FAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FAC,
        name: "CJK UNIFIED IDEOGRAPH-5FAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FAD,
        name: "CJK UNIFIED IDEOGRAPH-5FAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FAE,
        name: "CJK UNIFIED IDEOGRAPH-5FAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FAF,
        name: "CJK UNIFIED IDEOGRAPH-5FAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB0,
        name: "CJK UNIFIED IDEOGRAPH-5FB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB1,
        name: "CJK UNIFIED IDEOGRAPH-5FB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB2,
        name: "CJK UNIFIED IDEOGRAPH-5FB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB3,
        name: "CJK UNIFIED IDEOGRAPH-5FB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB4,
        name: "CJK UNIFIED IDEOGRAPH-5FB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB5,
        name: "CJK UNIFIED IDEOGRAPH-5FB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB6,
        name: "CJK UNIFIED IDEOGRAPH-5FB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB7,
        name: "CJK UNIFIED IDEOGRAPH-5FB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB8,
        name: "CJK UNIFIED IDEOGRAPH-5FB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FB9,
        name: "CJK UNIFIED IDEOGRAPH-5FB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FBA,
        name: "CJK UNIFIED IDEOGRAPH-5FBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FBB,
        name: "CJK UNIFIED IDEOGRAPH-5FBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FBC,
        name: "CJK UNIFIED IDEOGRAPH-5FBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FBD,
        name: "CJK UNIFIED IDEOGRAPH-5FBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FBE,
        name: "CJK UNIFIED IDEOGRAPH-5FBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FBF,
        name: "CJK UNIFIED IDEOGRAPH-5FBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC0,
        name: "CJK UNIFIED IDEOGRAPH-5FC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC1,
        name: "CJK UNIFIED IDEOGRAPH-5FC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC2,
        name: "CJK UNIFIED IDEOGRAPH-5FC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC3,
        name: "CJK UNIFIED IDEOGRAPH-5FC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC4,
        name: "CJK UNIFIED IDEOGRAPH-5FC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC5,
        name: "CJK UNIFIED IDEOGRAPH-5FC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC6,
        name: "CJK UNIFIED IDEOGRAPH-5FC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC7,
        name: "CJK UNIFIED IDEOGRAPH-5FC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC8,
        name: "CJK UNIFIED IDEOGRAPH-5FC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FC9,
        name: "CJK UNIFIED IDEOGRAPH-5FC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FCA,
        name: "CJK UNIFIED IDEOGRAPH-5FCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FCB,
        name: "CJK UNIFIED IDEOGRAPH-5FCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FCC,
        name: "CJK UNIFIED IDEOGRAPH-5FCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FCD,
        name: "CJK UNIFIED IDEOGRAPH-5FCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FCE,
        name: "CJK UNIFIED IDEOGRAPH-5FCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FCF,
        name: "CJK UNIFIED IDEOGRAPH-5FCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD0,
        name: "CJK UNIFIED IDEOGRAPH-5FD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD1,
        name: "CJK UNIFIED IDEOGRAPH-5FD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD2,
        name: "CJK UNIFIED IDEOGRAPH-5FD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD3,
        name: "CJK UNIFIED IDEOGRAPH-5FD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD4,
        name: "CJK UNIFIED IDEOGRAPH-5FD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD5,
        name: "CJK UNIFIED IDEOGRAPH-5FD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD6,
        name: "CJK UNIFIED IDEOGRAPH-5FD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD7,
        name: "CJK UNIFIED IDEOGRAPH-5FD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD8,
        name: "CJK UNIFIED IDEOGRAPH-5FD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FD9,
        name: "CJK UNIFIED IDEOGRAPH-5FD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FDA,
        name: "CJK UNIFIED IDEOGRAPH-5FDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FDB,
        name: "CJK UNIFIED IDEOGRAPH-5FDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FDC,
        name: "CJK UNIFIED IDEOGRAPH-5FDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FDD,
        name: "CJK UNIFIED IDEOGRAPH-5FDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FDE,
        name: "CJK UNIFIED IDEOGRAPH-5FDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FDF,
        name: "CJK UNIFIED IDEOGRAPH-5FDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE0,
        name: "CJK UNIFIED IDEOGRAPH-5FE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE1,
        name: "CJK UNIFIED IDEOGRAPH-5FE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE2,
        name: "CJK UNIFIED IDEOGRAPH-5FE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE3,
        name: "CJK UNIFIED IDEOGRAPH-5FE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE4,
        name: "CJK UNIFIED IDEOGRAPH-5FE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE5,
        name: "CJK UNIFIED IDEOGRAPH-5FE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE6,
        name: "CJK UNIFIED IDEOGRAPH-5FE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE7,
        name: "CJK UNIFIED IDEOGRAPH-5FE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE8,
        name: "CJK UNIFIED IDEOGRAPH-5FE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FE9,
        name: "CJK UNIFIED IDEOGRAPH-5FE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FEA,
        name: "CJK UNIFIED IDEOGRAPH-5FEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FEB,
        name: "CJK UNIFIED IDEOGRAPH-5FEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FEC,
        name: "CJK UNIFIED IDEOGRAPH-5FEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FED,
        name: "CJK UNIFIED IDEOGRAPH-5FED",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FEE,
        name: "CJK UNIFIED IDEOGRAPH-5FEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FEF,
        name: "CJK UNIFIED IDEOGRAPH-5FEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF0,
        name: "CJK UNIFIED IDEOGRAPH-5FF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF1,
        name: "CJK UNIFIED IDEOGRAPH-5FF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF2,
        name: "CJK UNIFIED IDEOGRAPH-5FF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF3,
        name: "CJK UNIFIED IDEOGRAPH-5FF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF4,
        name: "CJK UNIFIED IDEOGRAPH-5FF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF5,
        name: "CJK UNIFIED IDEOGRAPH-5FF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF6,
        name: "CJK UNIFIED IDEOGRAPH-5FF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF7,
        name: "CJK UNIFIED IDEOGRAPH-5FF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF8,
        name: "CJK UNIFIED IDEOGRAPH-5FF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FF9,
        name: "CJK UNIFIED IDEOGRAPH-5FF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FFA,
        name: "CJK UNIFIED IDEOGRAPH-5FFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FFB,
        name: "CJK UNIFIED IDEOGRAPH-5FFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FFC,
        name: "CJK UNIFIED IDEOGRAPH-5FFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FFD,
        name: "CJK UNIFIED IDEOGRAPH-5FFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FFE,
        name: "CJK UNIFIED IDEOGRAPH-5FFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x5FFF,
        name: "CJK UNIFIED IDEOGRAPH-5FFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6000,
        name: "CJK UNIFIED IDEOGRAPH-6000",
    },
    Character {
        age: "1.1",
        codepoint: 0x6001,
        name: "CJK UNIFIED IDEOGRAPH-6001",
    },
    Character {
        age: "1.1",
        codepoint: 0x6002,
        name: "CJK UNIFIED IDEOGRAPH-6002",
    },
    Character {
        age: "1.1",
        codepoint: 0x6003,
        name: "CJK UNIFIED IDEOGRAPH-6003",
    },
    Character {
        age: "1.1",
        codepoint: 0x6004,
        name: "CJK UNIFIED IDEOGRAPH-6004",
    },
    Character {
        age: "1.1",
        codepoint: 0x6005,
        name: "CJK UNIFIED IDEOGRAPH-6005",
    },
    Character {
        age: "1.1",
        codepoint: 0x6006,
        name: "CJK UNIFIED IDEOGRAPH-6006",
    },
    Character {
        age: "1.1",
        codepoint: 0x6007,
        name: "CJK UNIFIED IDEOGRAPH-6007",
    },
    Character {
        age: "1.1",
        codepoint: 0x6008,
        name: "CJK UNIFIED IDEOGRAPH-6008",
    },
    Character {
        age: "1.1",
        codepoint: 0x6009,
        name: "CJK UNIFIED IDEOGRAPH-6009",
    },
    Character {
        age: "1.1",
        codepoint: 0x600A,
        name: "CJK UNIFIED IDEOGRAPH-600A",
    },
    Character {
        age: "1.1",
        codepoint: 0x600B,
        name: "CJK UNIFIED IDEOGRAPH-600B",
    },
    Character {
        age: "1.1",
        codepoint: 0x600C,
        name: "CJK UNIFIED IDEOGRAPH-600C",
    },
    Character {
        age: "1.1",
        codepoint: 0x600D,
        name: "CJK UNIFIED IDEOGRAPH-600D",
    },
    Character {
        age: "1.1",
        codepoint: 0x600E,
        name: "CJK UNIFIED IDEOGRAPH-600E",
    },
    Character {
        age: "1.1",
        codepoint: 0x600F,
        name: "CJK UNIFIED IDEOGRAPH-600F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6010,
        name: "CJK UNIFIED IDEOGRAPH-6010",
    },
    Character {
        age: "1.1",
        codepoint: 0x6011,
        name: "CJK UNIFIED IDEOGRAPH-6011",
    },
    Character {
        age: "1.1",
        codepoint: 0x6012,
        name: "CJK UNIFIED IDEOGRAPH-6012",
    },
    Character {
        age: "1.1",
        codepoint: 0x6013,
        name: "CJK UNIFIED IDEOGRAPH-6013",
    },
    Character {
        age: "1.1",
        codepoint: 0x6014,
        name: "CJK UNIFIED IDEOGRAPH-6014",
    },
    Character {
        age: "1.1",
        codepoint: 0x6015,
        name: "CJK UNIFIED IDEOGRAPH-6015",
    },
    Character {
        age: "1.1",
        codepoint: 0x6016,
        name: "CJK UNIFIED IDEOGRAPH-6016",
    },
    Character {
        age: "1.1",
        codepoint: 0x6017,
        name: "CJK UNIFIED IDEOGRAPH-6017",
    },
    Character {
        age: "1.1",
        codepoint: 0x6018,
        name: "CJK UNIFIED IDEOGRAPH-6018",
    },
    Character {
        age: "1.1",
        codepoint: 0x6019,
        name: "CJK UNIFIED IDEOGRAPH-6019",
    },
    Character {
        age: "1.1",
        codepoint: 0x601A,
        name: "CJK UNIFIED IDEOGRAPH-601A",
    },
    Character {
        age: "1.1",
        codepoint: 0x601B,
        name: "CJK UNIFIED IDEOGRAPH-601B",
    },
    Character {
        age: "1.1",
        codepoint: 0x601C,
        name: "CJK UNIFIED IDEOGRAPH-601C",
    },
    Character {
        age: "1.1",
        codepoint: 0x601D,
        name: "CJK UNIFIED IDEOGRAPH-601D",
    },
    Character {
        age: "1.1",
        codepoint: 0x601E,
        name: "CJK UNIFIED IDEOGRAPH-601E",
    },
    Character {
        age: "1.1",
        codepoint: 0x601F,
        name: "CJK UNIFIED IDEOGRAPH-601F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6020,
        name: "CJK UNIFIED IDEOGRAPH-6020",
    },
    Character {
        age: "1.1",
        codepoint: 0x6021,
        name: "CJK UNIFIED IDEOGRAPH-6021",
    },
    Character {
        age: "1.1",
        codepoint: 0x6022,
        name: "CJK UNIFIED IDEOGRAPH-6022",
    },
    Character {
        age: "1.1",
        codepoint: 0x6023,
        name: "CJK UNIFIED IDEOGRAPH-6023",
    },
    Character {
        age: "1.1",
        codepoint: 0x6024,
        name: "CJK UNIFIED IDEOGRAPH-6024",
    },
    Character {
        age: "1.1",
        codepoint: 0x6025,
        name: "CJK UNIFIED IDEOGRAPH-6025",
    },
    Character {
        age: "1.1",
        codepoint: 0x6026,
        name: "CJK UNIFIED IDEOGRAPH-6026",
    },
    Character {
        age: "1.1",
        codepoint: 0x6027,
        name: "CJK UNIFIED IDEOGRAPH-6027",
    },
    Character {
        age: "1.1",
        codepoint: 0x6028,
        name: "CJK UNIFIED IDEOGRAPH-6028",
    },
    Character {
        age: "1.1",
        codepoint: 0x6029,
        name: "CJK UNIFIED IDEOGRAPH-6029",
    },
    Character {
        age: "1.1",
        codepoint: 0x602A,
        name: "CJK UNIFIED IDEOGRAPH-602A",
    },
    Character {
        age: "1.1",
        codepoint: 0x602B,
        name: "CJK UNIFIED IDEOGRAPH-602B",
    },
    Character {
        age: "1.1",
        codepoint: 0x602C,
        name: "CJK UNIFIED IDEOGRAPH-602C",
    },
    Character {
        age: "1.1",
        codepoint: 0x602D,
        name: "CJK UNIFIED IDEOGRAPH-602D",
    },
    Character {
        age: "1.1",
        codepoint: 0x602E,
        name: "CJK UNIFIED IDEOGRAPH-602E",
    },
    Character {
        age: "1.1",
        codepoint: 0x602F,
        name: "CJK UNIFIED IDEOGRAPH-602F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6030,
        name: "CJK UNIFIED IDEOGRAPH-6030",
    },
    Character {
        age: "1.1",
        codepoint: 0x6031,
        name: "CJK UNIFIED IDEOGRAPH-6031",
    },
    Character {
        age: "1.1",
        codepoint: 0x6032,
        name: "CJK UNIFIED IDEOGRAPH-6032",
    },
    Character {
        age: "1.1",
        codepoint: 0x6033,
        name: "CJK UNIFIED IDEOGRAPH-6033",
    },
    Character {
        age: "1.1",
        codepoint: 0x6034,
        name: "CJK UNIFIED IDEOGRAPH-6034",
    },
    Character {
        age: "1.1",
        codepoint: 0x6035,
        name: "CJK UNIFIED IDEOGRAPH-6035",
    },
    Character {
        age: "1.1",
        codepoint: 0x6036,
        name: "CJK UNIFIED IDEOGRAPH-6036",
    },
    Character {
        age: "1.1",
        codepoint: 0x6037,
        name: "CJK UNIFIED IDEOGRAPH-6037",
    },
    Character {
        age: "1.1",
        codepoint: 0x6038,
        name: "CJK UNIFIED IDEOGRAPH-6038",
    },
    Character {
        age: "1.1",
        codepoint: 0x6039,
        name: "CJK UNIFIED IDEOGRAPH-6039",
    },
    Character {
        age: "1.1",
        codepoint: 0x603A,
        name: "CJK UNIFIED IDEOGRAPH-603A",
    },
    Character {
        age: "1.1",
        codepoint: 0x603B,
        name: "CJK UNIFIED IDEOGRAPH-603B",
    },
    Character {
        age: "1.1",
        codepoint: 0x603C,
        name: "CJK UNIFIED IDEOGRAPH-603C",
    },
    Character {
        age: "1.1",
        codepoint: 0x603D,
        name: "CJK UNIFIED IDEOGRAPH-603D",
    },
    Character {
        age: "1.1",
        codepoint: 0x603E,
        name: "CJK UNIFIED IDEOGRAPH-603E",
    },
    Character {
        age: "1.1",
        codepoint: 0x603F,
        name: "CJK UNIFIED IDEOGRAPH-603F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6040,
        name: "CJK UNIFIED IDEOGRAPH-6040",
    },
    Character {
        age: "1.1",
        codepoint: 0x6041,
        name: "CJK UNIFIED IDEOGRAPH-6041",
    },
    Character {
        age: "1.1",
        codepoint: 0x6042,
        name: "CJK UNIFIED IDEOGRAPH-6042",
    },
    Character {
        age: "1.1",
        codepoint: 0x6043,
        name: "CJK UNIFIED IDEOGRAPH-6043",
    },
    Character {
        age: "1.1",
        codepoint: 0x6044,
        name: "CJK UNIFIED IDEOGRAPH-6044",
    },
    Character {
        age: "1.1",
        codepoint: 0x6045,
        name: "CJK UNIFIED IDEOGRAPH-6045",
    },
    Character {
        age: "1.1",
        codepoint: 0x6046,
        name: "CJK UNIFIED IDEOGRAPH-6046",
    },
    Character {
        age: "1.1",
        codepoint: 0x6047,
        name: "CJK UNIFIED IDEOGRAPH-6047",
    },
    Character {
        age: "1.1",
        codepoint: 0x6048,
        name: "CJK UNIFIED IDEOGRAPH-6048",
    },
    Character {
        age: "1.1",
        codepoint: 0x6049,
        name: "CJK UNIFIED IDEOGRAPH-6049",
    },
    Character {
        age: "1.1",
        codepoint: 0x604A,
        name: "CJK UNIFIED IDEOGRAPH-604A",
    },
    Character {
        age: "1.1",
        codepoint: 0x604B,
        name: "CJK UNIFIED IDEOGRAPH-604B",
    },
    Character {
        age: "1.1",
        codepoint: 0x604C,
        name: "CJK UNIFIED IDEOGRAPH-604C",
    },
    Character {
        age: "1.1",
        codepoint: 0x604D,
        name: "CJK UNIFIED IDEOGRAPH-604D",
    },
    Character {
        age: "1.1",
        codepoint: 0x604E,
        name: "CJK UNIFIED IDEOGRAPH-604E",
    },
    Character {
        age: "1.1",
        codepoint: 0x604F,
        name: "CJK UNIFIED IDEOGRAPH-604F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6050,
        name: "CJK UNIFIED IDEOGRAPH-6050",
    },
    Character {
        age: "1.1",
        codepoint: 0x6051,
        name: "CJK UNIFIED IDEOGRAPH-6051",
    },
    Character {
        age: "1.1",
        codepoint: 0x6052,
        name: "CJK UNIFIED IDEOGRAPH-6052",
    },
    Character {
        age: "1.1",
        codepoint: 0x6053,
        name: "CJK UNIFIED IDEOGRAPH-6053",
    },
    Character {
        age: "1.1",
        codepoint: 0x6054,
        name: "CJK UNIFIED IDEOGRAPH-6054",
    },
    Character {
        age: "1.1",
        codepoint: 0x6055,
        name: "CJK UNIFIED IDEOGRAPH-6055",
    },
    Character {
        age: "1.1",
        codepoint: 0x6056,
        name: "CJK UNIFIED IDEOGRAPH-6056",
    },
    Character {
        age: "1.1",
        codepoint: 0x6057,
        name: "CJK UNIFIED IDEOGRAPH-6057",
    },
    Character {
        age: "1.1",
        codepoint: 0x6058,
        name: "CJK UNIFIED IDEOGRAPH-6058",
    },
    Character {
        age: "1.1",
        codepoint: 0x6059,
        name: "CJK UNIFIED IDEOGRAPH-6059",
    },
    Character {
        age: "1.1",
        codepoint: 0x605A,
        name: "CJK UNIFIED IDEOGRAPH-605A",
    },
    Character {
        age: "1.1",
        codepoint: 0x605B,
        name: "CJK UNIFIED IDEOGRAPH-605B",
    },
    Character {
        age: "1.1",
        codepoint: 0x605C,
        name: "CJK UNIFIED IDEOGRAPH-605C",
    },
    Character {
        age: "1.1",
        codepoint: 0x605D,
        name: "CJK UNIFIED IDEOGRAPH-605D",
    },
    Character {
        age: "1.1",
        codepoint: 0x605E,
        name: "CJK UNIFIED IDEOGRAPH-605E",
    },
    Character {
        age: "1.1",
        codepoint: 0x605F,
        name: "CJK UNIFIED IDEOGRAPH-605F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6060,
        name: "CJK UNIFIED IDEOGRAPH-6060",
    },
    Character {
        age: "1.1",
        codepoint: 0x6061,
        name: "CJK UNIFIED IDEOGRAPH-6061",
    },
    Character {
        age: "1.1",
        codepoint: 0x6062,
        name: "CJK UNIFIED IDEOGRAPH-6062",
    },
    Character {
        age: "1.1",
        codepoint: 0x6063,
        name: "CJK UNIFIED IDEOGRAPH-6063",
    },
    Character {
        age: "1.1",
        codepoint: 0x6064,
        name: "CJK UNIFIED IDEOGRAPH-6064",
    },
    Character {
        age: "1.1",
        codepoint: 0x6065,
        name: "CJK UNIFIED IDEOGRAPH-6065",
    },
    Character {
        age: "1.1",
        codepoint: 0x6066,
        name: "CJK UNIFIED IDEOGRAPH-6066",
    },
    Character {
        age: "1.1",
        codepoint: 0x6067,
        name: "CJK UNIFIED IDEOGRAPH-6067",
    },
    Character {
        age: "1.1",
        codepoint: 0x6068,
        name: "CJK UNIFIED IDEOGRAPH-6068",
    },
    Character {
        age: "1.1",
        codepoint: 0x6069,
        name: "CJK UNIFIED IDEOGRAPH-6069",
    },
    Character {
        age: "1.1",
        codepoint: 0x606A,
        name: "CJK UNIFIED IDEOGRAPH-606A",
    },
    Character {
        age: "1.1",
        codepoint: 0x606B,
        name: "CJK UNIFIED IDEOGRAPH-606B",
    },
    Character {
        age: "1.1",
        codepoint: 0x606C,
        name: "CJK UNIFIED IDEOGRAPH-606C",
    },
    Character {
        age: "1.1",
        codepoint: 0x606D,
        name: "CJK UNIFIED IDEOGRAPH-606D",
    },
    Character {
        age: "1.1",
        codepoint: 0x606E,
        name: "CJK UNIFIED IDEOGRAPH-606E",
    },
    Character {
        age: "1.1",
        codepoint: 0x606F,
        name: "CJK UNIFIED IDEOGRAPH-606F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6070,
        name: "CJK UNIFIED IDEOGRAPH-6070",
    },
    Character {
        age: "1.1",
        codepoint: 0x6071,
        name: "CJK UNIFIED IDEOGRAPH-6071",
    },
    Character {
        age: "1.1",
        codepoint: 0x6072,
        name: "CJK UNIFIED IDEOGRAPH-6072",
    },
    Character {
        age: "1.1",
        codepoint: 0x6073,
        name: "CJK UNIFIED IDEOGRAPH-6073",
    },
    Character {
        age: "1.1",
        codepoint: 0x6074,
        name: "CJK UNIFIED IDEOGRAPH-6074",
    },
    Character {
        age: "1.1",
        codepoint: 0x6075,
        name: "CJK UNIFIED IDEOGRAPH-6075",
    },
    Character {
        age: "1.1",
        codepoint: 0x6076,
        name: "CJK UNIFIED IDEOGRAPH-6076",
    },
    Character {
        age: "1.1",
        codepoint: 0x6077,
        name: "CJK UNIFIED IDEOGRAPH-6077",
    },
    Character {
        age: "1.1",
        codepoint: 0x6078,
        name: "CJK UNIFIED IDEOGRAPH-6078",
    },
    Character {
        age: "1.1",
        codepoint: 0x6079,
        name: "CJK UNIFIED IDEOGRAPH-6079",
    },
    Character {
        age: "1.1",
        codepoint: 0x607A,
        name: "CJK UNIFIED IDEOGRAPH-607A",
    },
    Character {
        age: "1.1",
        codepoint: 0x607B,
        name: "CJK UNIFIED IDEOGRAPH-607B",
    },
    Character {
        age: "1.1",
        codepoint: 0x607C,
        name: "CJK UNIFIED IDEOGRAPH-607C",
    },
    Character {
        age: "1.1",
        codepoint: 0x607D,
        name: "CJK UNIFIED IDEOGRAPH-607D",
    },
    Character {
        age: "1.1",
        codepoint: 0x607E,
        name: "CJK UNIFIED IDEOGRAPH-607E",
    },
    Character {
        age: "1.1",
        codepoint: 0x607F,
        name: "CJK UNIFIED IDEOGRAPH-607F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6080,
        name: "CJK UNIFIED IDEOGRAPH-6080",
    },
    Character {
        age: "1.1",
        codepoint: 0x6081,
        name: "CJK UNIFIED IDEOGRAPH-6081",
    },
    Character {
        age: "1.1",
        codepoint: 0x6082,
        name: "CJK UNIFIED IDEOGRAPH-6082",
    },
    Character {
        age: "1.1",
        codepoint: 0x6083,
        name: "CJK UNIFIED IDEOGRAPH-6083",
    },
    Character {
        age: "1.1",
        codepoint: 0x6084,
        name: "CJK UNIFIED IDEOGRAPH-6084",
    },
    Character {
        age: "1.1",
        codepoint: 0x6085,
        name: "CJK UNIFIED IDEOGRAPH-6085",
    },
    Character {
        age: "1.1",
        codepoint: 0x6086,
        name: "CJK UNIFIED IDEOGRAPH-6086",
    },
    Character {
        age: "1.1",
        codepoint: 0x6087,
        name: "CJK UNIFIED IDEOGRAPH-6087",
    },
    Character {
        age: "1.1",
        codepoint: 0x6088,
        name: "CJK UNIFIED IDEOGRAPH-6088",
    },
    Character {
        age: "1.1",
        codepoint: 0x6089,
        name: "CJK UNIFIED IDEOGRAPH-6089",
    },
    Character {
        age: "1.1",
        codepoint: 0x608A,
        name: "CJK UNIFIED IDEOGRAPH-608A",
    },
    Character {
        age: "1.1",
        codepoint: 0x608B,
        name: "CJK UNIFIED IDEOGRAPH-608B",
    },
    Character {
        age: "1.1",
        codepoint: 0x608C,
        name: "CJK UNIFIED IDEOGRAPH-608C",
    },
    Character {
        age: "1.1",
        codepoint: 0x608D,
        name: "CJK UNIFIED IDEOGRAPH-608D",
    },
    Character {
        age: "1.1",
        codepoint: 0x608E,
        name: "CJK UNIFIED IDEOGRAPH-608E",
    },
    Character {
        age: "1.1",
        codepoint: 0x608F,
        name: "CJK UNIFIED IDEOGRAPH-608F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6090,
        name: "CJK UNIFIED IDEOGRAPH-6090",
    },
    Character {
        age: "1.1",
        codepoint: 0x6091,
        name: "CJK UNIFIED IDEOGRAPH-6091",
    },
    Character {
        age: "1.1",
        codepoint: 0x6092,
        name: "CJK UNIFIED IDEOGRAPH-6092",
    },
    Character {
        age: "1.1",
        codepoint: 0x6093,
        name: "CJK UNIFIED IDEOGRAPH-6093",
    },
    Character {
        age: "1.1",
        codepoint: 0x6094,
        name: "CJK UNIFIED IDEOGRAPH-6094",
    },
    Character {
        age: "1.1",
        codepoint: 0x6095,
        name: "CJK UNIFIED IDEOGRAPH-6095",
    },
    Character {
        age: "1.1",
        codepoint: 0x6096,
        name: "CJK UNIFIED IDEOGRAPH-6096",
    },
    Character {
        age: "1.1",
        codepoint: 0x6097,
        name: "CJK UNIFIED IDEOGRAPH-6097",
    },
    Character {
        age: "1.1",
        codepoint: 0x6098,
        name: "CJK UNIFIED IDEOGRAPH-6098",
    },
    Character {
        age: "1.1",
        codepoint: 0x6099,
        name: "CJK UNIFIED IDEOGRAPH-6099",
    },
    Character {
        age: "1.1",
        codepoint: 0x609A,
        name: "CJK UNIFIED IDEOGRAPH-609A",
    },
    Character {
        age: "1.1",
        codepoint: 0x609B,
        name: "CJK UNIFIED IDEOGRAPH-609B",
    },
    Character {
        age: "1.1",
        codepoint: 0x609C,
        name: "CJK UNIFIED IDEOGRAPH-609C",
    },
    Character {
        age: "1.1",
        codepoint: 0x609D,
        name: "CJK UNIFIED IDEOGRAPH-609D",
    },
    Character {
        age: "1.1",
        codepoint: 0x609E,
        name: "CJK UNIFIED IDEOGRAPH-609E",
    },
    Character {
        age: "1.1",
        codepoint: 0x609F,
        name: "CJK UNIFIED IDEOGRAPH-609F",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A0,
        name: "CJK UNIFIED IDEOGRAPH-60A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A1,
        name: "CJK UNIFIED IDEOGRAPH-60A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A2,
        name: "CJK UNIFIED IDEOGRAPH-60A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A3,
        name: "CJK UNIFIED IDEOGRAPH-60A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A4,
        name: "CJK UNIFIED IDEOGRAPH-60A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A5,
        name: "CJK UNIFIED IDEOGRAPH-60A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A6,
        name: "CJK UNIFIED IDEOGRAPH-60A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A7,
        name: "CJK UNIFIED IDEOGRAPH-60A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A8,
        name: "CJK UNIFIED IDEOGRAPH-60A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x60A9,
        name: "CJK UNIFIED IDEOGRAPH-60A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x60AA,
        name: "CJK UNIFIED IDEOGRAPH-60AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x60AB,
        name: "CJK UNIFIED IDEOGRAPH-60AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x60AC,
        name: "CJK UNIFIED IDEOGRAPH-60AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x60AD,
        name: "CJK UNIFIED IDEOGRAPH-60AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x60AE,
        name: "CJK UNIFIED IDEOGRAPH-60AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x60AF,
        name: "CJK UNIFIED IDEOGRAPH-60AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B0,
        name: "CJK UNIFIED IDEOGRAPH-60B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B1,
        name: "CJK UNIFIED IDEOGRAPH-60B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B2,
        name: "CJK UNIFIED IDEOGRAPH-60B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B3,
        name: "CJK UNIFIED IDEOGRAPH-60B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B4,
        name: "CJK UNIFIED IDEOGRAPH-60B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B5,
        name: "CJK UNIFIED IDEOGRAPH-60B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B6,
        name: "CJK UNIFIED IDEOGRAPH-60B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B7,
        name: "CJK UNIFIED IDEOGRAPH-60B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B8,
        name: "CJK UNIFIED IDEOGRAPH-60B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x60B9,
        name: "CJK UNIFIED IDEOGRAPH-60B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x60BA,
        name: "CJK UNIFIED IDEOGRAPH-60BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x60BB,
        name: "CJK UNIFIED IDEOGRAPH-60BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x60BC,
        name: "CJK UNIFIED IDEOGRAPH-60BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x60BD,
        name: "CJK UNIFIED IDEOGRAPH-60BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x60BE,
        name: "CJK UNIFIED IDEOGRAPH-60BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x60BF,
        name: "CJK UNIFIED IDEOGRAPH-60BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C0,
        name: "CJK UNIFIED IDEOGRAPH-60C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C1,
        name: "CJK UNIFIED IDEOGRAPH-60C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C2,
        name: "CJK UNIFIED IDEOGRAPH-60C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C3,
        name: "CJK UNIFIED IDEOGRAPH-60C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C4,
        name: "CJK UNIFIED IDEOGRAPH-60C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C5,
        name: "CJK UNIFIED IDEOGRAPH-60C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C6,
        name: "CJK UNIFIED IDEOGRAPH-60C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C7,
        name: "CJK UNIFIED IDEOGRAPH-60C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C8,
        name: "CJK UNIFIED IDEOGRAPH-60C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x60C9,
        name: "CJK UNIFIED IDEOGRAPH-60C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x60CA,
        name: "CJK UNIFIED IDEOGRAPH-60CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x60CB,
        name: "CJK UNIFIED IDEOGRAPH-60CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x60CC,
        name: "CJK UNIFIED IDEOGRAPH-60CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x60CD,
        name: "CJK UNIFIED IDEOGRAPH-60CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x60CE,
        name: "CJK UNIFIED IDEOGRAPH-60CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x60CF,
        name: "CJK UNIFIED IDEOGRAPH-60CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D0,
        name: "CJK UNIFIED IDEOGRAPH-60D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D1,
        name: "CJK UNIFIED IDEOGRAPH-60D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D2,
        name: "CJK UNIFIED IDEOGRAPH-60D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D3,
        name: "CJK UNIFIED IDEOGRAPH-60D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D4,
        name: "CJK UNIFIED IDEOGRAPH-60D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D5,
        name: "CJK UNIFIED IDEOGRAPH-60D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D6,
        name: "CJK UNIFIED IDEOGRAPH-60D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D7,
        name: "CJK UNIFIED IDEOGRAPH-60D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D8,
        name: "CJK UNIFIED IDEOGRAPH-60D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x60D9,
        name: "CJK UNIFIED IDEOGRAPH-60D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x60DA,
        name: "CJK UNIFIED IDEOGRAPH-60DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x60DB,
        name: "CJK UNIFIED IDEOGRAPH-60DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x60DC,
        name: "CJK UNIFIED IDEOGRAPH-60DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x60DD,
        name: "CJK UNIFIED IDEOGRAPH-60DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x60DE,
        name: "CJK UNIFIED IDEOGRAPH-60DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x60DF,
        name: "CJK UNIFIED IDEOGRAPH-60DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E0,
        name: "CJK UNIFIED IDEOGRAPH-60E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E1,
        name: "CJK UNIFIED IDEOGRAPH-60E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E2,
        name: "CJK UNIFIED IDEOGRAPH-60E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E3,
        name: "CJK UNIFIED IDEOGRAPH-60E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E4,
        name: "CJK UNIFIED IDEOGRAPH-60E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E5,
        name: "CJK UNIFIED IDEOGRAPH-60E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E6,
        name: "CJK UNIFIED IDEOGRAPH-60E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E7,
        name: "CJK UNIFIED IDEOGRAPH-60E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E8,
        name: "CJK UNIFIED IDEOGRAPH-60E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x60E9,
        name: "CJK UNIFIED IDEOGRAPH-60E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x60EA,
        name: "CJK UNIFIED IDEOGRAPH-60EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x60EB,
        name: "CJK UNIFIED IDEOGRAPH-60EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x60EC,
        name: "CJK UNIFIED IDEOGRAPH-60EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x60ED,
        name: "CJK UNIFIED IDEOGRAPH-60ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x60EE,
        name: "CJK UNIFIED IDEOGRAPH-60EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x60EF,
        name: "CJK UNIFIED IDEOGRAPH-60EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F0,
        name: "CJK UNIFIED IDEOGRAPH-60F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F1,
        name: "CJK UNIFIED IDEOGRAPH-60F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F2,
        name: "CJK UNIFIED IDEOGRAPH-60F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F3,
        name: "CJK UNIFIED IDEOGRAPH-60F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F4,
        name: "CJK UNIFIED IDEOGRAPH-60F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F5,
        name: "CJK UNIFIED IDEOGRAPH-60F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F6,
        name: "CJK UNIFIED IDEOGRAPH-60F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F7,
        name: "CJK UNIFIED IDEOGRAPH-60F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F8,
        name: "CJK UNIFIED IDEOGRAPH-60F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x60F9,
        name: "CJK UNIFIED IDEOGRAPH-60F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x60FA,
        name: "CJK UNIFIED IDEOGRAPH-60FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x60FB,
        name: "CJK UNIFIED IDEOGRAPH-60FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x60FC,
        name: "CJK UNIFIED IDEOGRAPH-60FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x60FD,
        name: "CJK UNIFIED IDEOGRAPH-60FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x60FE,
        name: "CJK UNIFIED IDEOGRAPH-60FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x60FF,
        name: "CJK UNIFIED IDEOGRAPH-60FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6100,
        name: "CJK UNIFIED IDEOGRAPH-6100",
    },
    Character {
        age: "1.1",
        codepoint: 0x6101,
        name: "CJK UNIFIED IDEOGRAPH-6101",
    },
    Character {
        age: "1.1",
        codepoint: 0x6102,
        name: "CJK UNIFIED IDEOGRAPH-6102",
    },
    Character {
        age: "1.1",
        codepoint: 0x6103,
        name: "CJK UNIFIED IDEOGRAPH-6103",
    },
    Character {
        age: "1.1",
        codepoint: 0x6104,
        name: "CJK UNIFIED IDEOGRAPH-6104",
    },
    Character {
        age: "1.1",
        codepoint: 0x6105,
        name: "CJK UNIFIED IDEOGRAPH-6105",
    },
    Character {
        age: "1.1",
        codepoint: 0x6106,
        name: "CJK UNIFIED IDEOGRAPH-6106",
    },
    Character {
        age: "1.1",
        codepoint: 0x6107,
        name: "CJK UNIFIED IDEOGRAPH-6107",
    },
    Character {
        age: "1.1",
        codepoint: 0x6108,
        name: "CJK UNIFIED IDEOGRAPH-6108",
    },
    Character {
        age: "1.1",
        codepoint: 0x6109,
        name: "CJK UNIFIED IDEOGRAPH-6109",
    },
    Character {
        age: "1.1",
        codepoint: 0x610A,
        name: "CJK UNIFIED IDEOGRAPH-610A",
    },
    Character {
        age: "1.1",
        codepoint: 0x610B,
        name: "CJK UNIFIED IDEOGRAPH-610B",
    },
    Character {
        age: "1.1",
        codepoint: 0x610C,
        name: "CJK UNIFIED IDEOGRAPH-610C",
    },
    Character {
        age: "1.1",
        codepoint: 0x610D,
        name: "CJK UNIFIED IDEOGRAPH-610D",
    },
    Character {
        age: "1.1",
        codepoint: 0x610E,
        name: "CJK UNIFIED IDEOGRAPH-610E",
    },
    Character {
        age: "1.1",
        codepoint: 0x610F,
        name: "CJK UNIFIED IDEOGRAPH-610F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6110,
        name: "CJK UNIFIED IDEOGRAPH-6110",
    },
    Character {
        age: "1.1",
        codepoint: 0x6111,
        name: "CJK UNIFIED IDEOGRAPH-6111",
    },
    Character {
        age: "1.1",
        codepoint: 0x6112,
        name: "CJK UNIFIED IDEOGRAPH-6112",
    },
    Character {
        age: "1.1",
        codepoint: 0x6113,
        name: "CJK UNIFIED IDEOGRAPH-6113",
    },
    Character {
        age: "1.1",
        codepoint: 0x6114,
        name: "CJK UNIFIED IDEOGRAPH-6114",
    },
    Character {
        age: "1.1",
        codepoint: 0x6115,
        name: "CJK UNIFIED IDEOGRAPH-6115",
    },
    Character {
        age: "1.1",
        codepoint: 0x6116,
        name: "CJK UNIFIED IDEOGRAPH-6116",
    },
    Character {
        age: "1.1",
        codepoint: 0x6117,
        name: "CJK UNIFIED IDEOGRAPH-6117",
    },
    Character {
        age: "1.1",
        codepoint: 0x6118,
        name: "CJK UNIFIED IDEOGRAPH-6118",
    },
    Character {
        age: "1.1",
        codepoint: 0x6119,
        name: "CJK UNIFIED IDEOGRAPH-6119",
    },
    Character {
        age: "1.1",
        codepoint: 0x611A,
        name: "CJK UNIFIED IDEOGRAPH-611A",
    },
    Character {
        age: "1.1",
        codepoint: 0x611B,
        name: "CJK UNIFIED IDEOGRAPH-611B",
    },
    Character {
        age: "1.1",
        codepoint: 0x611C,
        name: "CJK UNIFIED IDEOGRAPH-611C",
    },
    Character {
        age: "1.1",
        codepoint: 0x611D,
        name: "CJK UNIFIED IDEOGRAPH-611D",
    },
    Character {
        age: "1.1",
        codepoint: 0x611E,
        name: "CJK UNIFIED IDEOGRAPH-611E",
    },
    Character {
        age: "1.1",
        codepoint: 0x611F,
        name: "CJK UNIFIED IDEOGRAPH-611F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6120,
        name: "CJK UNIFIED IDEOGRAPH-6120",
    },
    Character {
        age: "1.1",
        codepoint: 0x6121,
        name: "CJK UNIFIED IDEOGRAPH-6121",
    },
    Character {
        age: "1.1",
        codepoint: 0x6122,
        name: "CJK UNIFIED IDEOGRAPH-6122",
    },
    Character {
        age: "1.1",
        codepoint: 0x6123,
        name: "CJK UNIFIED IDEOGRAPH-6123",
    },
    Character {
        age: "1.1",
        codepoint: 0x6124,
        name: "CJK UNIFIED IDEOGRAPH-6124",
    },
    Character {
        age: "1.1",
        codepoint: 0x6125,
        name: "CJK UNIFIED IDEOGRAPH-6125",
    },
    Character {
        age: "1.1",
        codepoint: 0x6126,
        name: "CJK UNIFIED IDEOGRAPH-6126",
    },
    Character {
        age: "1.1",
        codepoint: 0x6127,
        name: "CJK UNIFIED IDEOGRAPH-6127",
    },
    Character {
        age: "1.1",
        codepoint: 0x6128,
        name: "CJK UNIFIED IDEOGRAPH-6128",
    },
    Character {
        age: "1.1",
        codepoint: 0x6129,
        name: "CJK UNIFIED IDEOGRAPH-6129",
    },
    Character {
        age: "1.1",
        codepoint: 0x612A,
        name: "CJK UNIFIED IDEOGRAPH-612A",
    },
    Character {
        age: "1.1",
        codepoint: 0x612B,
        name: "CJK UNIFIED IDEOGRAPH-612B",
    },
    Character {
        age: "1.1",
        codepoint: 0x612C,
        name: "CJK UNIFIED IDEOGRAPH-612C",
    },
    Character {
        age: "1.1",
        codepoint: 0x612D,
        name: "CJK UNIFIED IDEOGRAPH-612D",
    },
    Character {
        age: "1.1",
        codepoint: 0x612E,
        name: "CJK UNIFIED IDEOGRAPH-612E",
    },
    Character {
        age: "1.1",
        codepoint: 0x612F,
        name: "CJK UNIFIED IDEOGRAPH-612F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6130,
        name: "CJK UNIFIED IDEOGRAPH-6130",
    },
    Character {
        age: "1.1",
        codepoint: 0x6131,
        name: "CJK UNIFIED IDEOGRAPH-6131",
    },
    Character {
        age: "1.1",
        codepoint: 0x6132,
        name: "CJK UNIFIED IDEOGRAPH-6132",
    },
    Character {
        age: "1.1",
        codepoint: 0x6133,
        name: "CJK UNIFIED IDEOGRAPH-6133",
    },
    Character {
        age: "1.1",
        codepoint: 0x6134,
        name: "CJK UNIFIED IDEOGRAPH-6134",
    },
    Character {
        age: "1.1",
        codepoint: 0x6135,
        name: "CJK UNIFIED IDEOGRAPH-6135",
    },
    Character {
        age: "1.1",
        codepoint: 0x6136,
        name: "CJK UNIFIED IDEOGRAPH-6136",
    },
    Character {
        age: "1.1",
        codepoint: 0x6137,
        name: "CJK UNIFIED IDEOGRAPH-6137",
    },
    Character {
        age: "1.1",
        codepoint: 0x6138,
        name: "CJK UNIFIED IDEOGRAPH-6138",
    },
    Character {
        age: "1.1",
        codepoint: 0x6139,
        name: "CJK UNIFIED IDEOGRAPH-6139",
    },
    Character {
        age: "1.1",
        codepoint: 0x613A,
        name: "CJK UNIFIED IDEOGRAPH-613A",
    },
    Character {
        age: "1.1",
        codepoint: 0x613B,
        name: "CJK UNIFIED IDEOGRAPH-613B",
    },
    Character {
        age: "1.1",
        codepoint: 0x613C,
        name: "CJK UNIFIED IDEOGRAPH-613C",
    },
    Character {
        age: "1.1",
        codepoint: 0x613D,
        name: "CJK UNIFIED IDEOGRAPH-613D",
    },
    Character {
        age: "1.1",
        codepoint: 0x613E,
        name: "CJK UNIFIED IDEOGRAPH-613E",
    },
    Character {
        age: "1.1",
        codepoint: 0x613F,
        name: "CJK UNIFIED IDEOGRAPH-613F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6140,
        name: "CJK UNIFIED IDEOGRAPH-6140",
    },
    Character {
        age: "1.1",
        codepoint: 0x6141,
        name: "CJK UNIFIED IDEOGRAPH-6141",
    },
    Character {
        age: "1.1",
        codepoint: 0x6142,
        name: "CJK UNIFIED IDEOGRAPH-6142",
    },
    Character {
        age: "1.1",
        codepoint: 0x6143,
        name: "CJK UNIFIED IDEOGRAPH-6143",
    },
    Character {
        age: "1.1",
        codepoint: 0x6144,
        name: "CJK UNIFIED IDEOGRAPH-6144",
    },
    Character {
        age: "1.1",
        codepoint: 0x6145,
        name: "CJK UNIFIED IDEOGRAPH-6145",
    },
    Character {
        age: "1.1",
        codepoint: 0x6146,
        name: "CJK UNIFIED IDEOGRAPH-6146",
    },
    Character {
        age: "1.1",
        codepoint: 0x6147,
        name: "CJK UNIFIED IDEOGRAPH-6147",
    },
    Character {
        age: "1.1",
        codepoint: 0x6148,
        name: "CJK UNIFIED IDEOGRAPH-6148",
    },
    Character {
        age: "1.1",
        codepoint: 0x6149,
        name: "CJK UNIFIED IDEOGRAPH-6149",
    },
    Character {
        age: "1.1",
        codepoint: 0x614A,
        name: "CJK UNIFIED IDEOGRAPH-614A",
    },
    Character {
        age: "1.1",
        codepoint: 0x614B,
        name: "CJK UNIFIED IDEOGRAPH-614B",
    },
    Character {
        age: "1.1",
        codepoint: 0x614C,
        name: "CJK UNIFIED IDEOGRAPH-614C",
    },
    Character {
        age: "1.1",
        codepoint: 0x614D,
        name: "CJK UNIFIED IDEOGRAPH-614D",
    },
    Character {
        age: "1.1",
        codepoint: 0x614E,
        name: "CJK UNIFIED IDEOGRAPH-614E",
    },
    Character {
        age: "1.1",
        codepoint: 0x614F,
        name: "CJK UNIFIED IDEOGRAPH-614F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6150,
        name: "CJK UNIFIED IDEOGRAPH-6150",
    },
    Character {
        age: "1.1",
        codepoint: 0x6151,
        name: "CJK UNIFIED IDEOGRAPH-6151",
    },
    Character {
        age: "1.1",
        codepoint: 0x6152,
        name: "CJK UNIFIED IDEOGRAPH-6152",
    },
    Character {
        age: "1.1",
        codepoint: 0x6153,
        name: "CJK UNIFIED IDEOGRAPH-6153",
    },
    Character {
        age: "1.1",
        codepoint: 0x6154,
        name: "CJK UNIFIED IDEOGRAPH-6154",
    },
    Character {
        age: "1.1",
        codepoint: 0x6155,
        name: "CJK UNIFIED IDEOGRAPH-6155",
    },
    Character {
        age: "1.1",
        codepoint: 0x6156,
        name: "CJK UNIFIED IDEOGRAPH-6156",
    },
    Character {
        age: "1.1",
        codepoint: 0x6157,
        name: "CJK UNIFIED IDEOGRAPH-6157",
    },
    Character {
        age: "1.1",
        codepoint: 0x6158,
        name: "CJK UNIFIED IDEOGRAPH-6158",
    },
    Character {
        age: "1.1",
        codepoint: 0x6159,
        name: "CJK UNIFIED IDEOGRAPH-6159",
    },
    Character {
        age: "1.1",
        codepoint: 0x615A,
        name: "CJK UNIFIED IDEOGRAPH-615A",
    },
    Character {
        age: "1.1",
        codepoint: 0x615B,
        name: "CJK UNIFIED IDEOGRAPH-615B",
    },
    Character {
        age: "1.1",
        codepoint: 0x615C,
        name: "CJK UNIFIED IDEOGRAPH-615C",
    },
    Character {
        age: "1.1",
        codepoint: 0x615D,
        name: "CJK UNIFIED IDEOGRAPH-615D",
    },
    Character {
        age: "1.1",
        codepoint: 0x615E,
        name: "CJK UNIFIED IDEOGRAPH-615E",
    },
    Character {
        age: "1.1",
        codepoint: 0x615F,
        name: "CJK UNIFIED IDEOGRAPH-615F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6160,
        name: "CJK UNIFIED IDEOGRAPH-6160",
    },
    Character {
        age: "1.1",
        codepoint: 0x6161,
        name: "CJK UNIFIED IDEOGRAPH-6161",
    },
    Character {
        age: "1.1",
        codepoint: 0x6162,
        name: "CJK UNIFIED IDEOGRAPH-6162",
    },
    Character {
        age: "1.1",
        codepoint: 0x6163,
        name: "CJK UNIFIED IDEOGRAPH-6163",
    },
    Character {
        age: "1.1",
        codepoint: 0x6164,
        name: "CJK UNIFIED IDEOGRAPH-6164",
    },
    Character {
        age: "1.1",
        codepoint: 0x6165,
        name: "CJK UNIFIED IDEOGRAPH-6165",
    },
    Character {
        age: "1.1",
        codepoint: 0x6166,
        name: "CJK UNIFIED IDEOGRAPH-6166",
    },
    Character {
        age: "1.1",
        codepoint: 0x6167,
        name: "CJK UNIFIED IDEOGRAPH-6167",
    },
    Character {
        age: "1.1",
        codepoint: 0x6168,
        name: "CJK UNIFIED IDEOGRAPH-6168",
    },
    Character {
        age: "1.1",
        codepoint: 0x6169,
        name: "CJK UNIFIED IDEOGRAPH-6169",
    },
    Character {
        age: "1.1",
        codepoint: 0x616A,
        name: "CJK UNIFIED IDEOGRAPH-616A",
    },
    Character {
        age: "1.1",
        codepoint: 0x616B,
        name: "CJK UNIFIED IDEOGRAPH-616B",
    },
    Character {
        age: "1.1",
        codepoint: 0x616C,
        name: "CJK UNIFIED IDEOGRAPH-616C",
    },
    Character {
        age: "1.1",
        codepoint: 0x616D,
        name: "CJK UNIFIED IDEOGRAPH-616D",
    },
    Character {
        age: "1.1",
        codepoint: 0x616E,
        name: "CJK UNIFIED IDEOGRAPH-616E",
    },
    Character {
        age: "1.1",
        codepoint: 0x616F,
        name: "CJK UNIFIED IDEOGRAPH-616F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6170,
        name: "CJK UNIFIED IDEOGRAPH-6170",
    },
    Character {
        age: "1.1",
        codepoint: 0x6171,
        name: "CJK UNIFIED IDEOGRAPH-6171",
    },
    Character {
        age: "1.1",
        codepoint: 0x6172,
        name: "CJK UNIFIED IDEOGRAPH-6172",
    },
    Character {
        age: "1.1",
        codepoint: 0x6173,
        name: "CJK UNIFIED IDEOGRAPH-6173",
    },
    Character {
        age: "1.1",
        codepoint: 0x6174,
        name: "CJK UNIFIED IDEOGRAPH-6174",
    },
    Character {
        age: "1.1",
        codepoint: 0x6175,
        name: "CJK UNIFIED IDEOGRAPH-6175",
    },
    Character {
        age: "1.1",
        codepoint: 0x6176,
        name: "CJK UNIFIED IDEOGRAPH-6176",
    },
    Character {
        age: "1.1",
        codepoint: 0x6177,
        name: "CJK UNIFIED IDEOGRAPH-6177",
    },
    Character {
        age: "1.1",
        codepoint: 0x6178,
        name: "CJK UNIFIED IDEOGRAPH-6178",
    },
    Character {
        age: "1.1",
        codepoint: 0x6179,
        name: "CJK UNIFIED IDEOGRAPH-6179",
    },
    Character {
        age: "1.1",
        codepoint: 0x617A,
        name: "CJK UNIFIED IDEOGRAPH-617A",
    },
    Character {
        age: "1.1",
        codepoint: 0x617B,
        name: "CJK UNIFIED IDEOGRAPH-617B",
    },
    Character {
        age: "1.1",
        codepoint: 0x617C,
        name: "CJK UNIFIED IDEOGRAPH-617C",
    },
    Character {
        age: "1.1",
        codepoint: 0x617D,
        name: "CJK UNIFIED IDEOGRAPH-617D",
    },
    Character {
        age: "1.1",
        codepoint: 0x617E,
        name: "CJK UNIFIED IDEOGRAPH-617E",
    },
    Character {
        age: "1.1",
        codepoint: 0x617F,
        name: "CJK UNIFIED IDEOGRAPH-617F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6180,
        name: "CJK UNIFIED IDEOGRAPH-6180",
    },
    Character {
        age: "1.1",
        codepoint: 0x6181,
        name: "CJK UNIFIED IDEOGRAPH-6181",
    },
    Character {
        age: "1.1",
        codepoint: 0x6182,
        name: "CJK UNIFIED IDEOGRAPH-6182",
    },
    Character {
        age: "1.1",
        codepoint: 0x6183,
        name: "CJK UNIFIED IDEOGRAPH-6183",
    },
    Character {
        age: "1.1",
        codepoint: 0x6184,
        name: "CJK UNIFIED IDEOGRAPH-6184",
    },
    Character {
        age: "1.1",
        codepoint: 0x6185,
        name: "CJK UNIFIED IDEOGRAPH-6185",
    },
    Character {
        age: "1.1",
        codepoint: 0x6186,
        name: "CJK UNIFIED IDEOGRAPH-6186",
    },
    Character {
        age: "1.1",
        codepoint: 0x6187,
        name: "CJK UNIFIED IDEOGRAPH-6187",
    },
    Character {
        age: "1.1",
        codepoint: 0x6188,
        name: "CJK UNIFIED IDEOGRAPH-6188",
    },
    Character {
        age: "1.1",
        codepoint: 0x6189,
        name: "CJK UNIFIED IDEOGRAPH-6189",
    },
    Character {
        age: "1.1",
        codepoint: 0x618A,
        name: "CJK UNIFIED IDEOGRAPH-618A",
    },
    Character {
        age: "1.1",
        codepoint: 0x618B,
        name: "CJK UNIFIED IDEOGRAPH-618B",
    },
    Character {
        age: "1.1",
        codepoint: 0x618C,
        name: "CJK UNIFIED IDEOGRAPH-618C",
    },
    Character {
        age: "1.1",
        codepoint: 0x618D,
        name: "CJK UNIFIED IDEOGRAPH-618D",
    },
    Character {
        age: "1.1",
        codepoint: 0x618E,
        name: "CJK UNIFIED IDEOGRAPH-618E",
    },
    Character {
        age: "1.1",
        codepoint: 0x618F,
        name: "CJK UNIFIED IDEOGRAPH-618F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6190,
        name: "CJK UNIFIED IDEOGRAPH-6190",
    },
    Character {
        age: "1.1",
        codepoint: 0x6191,
        name: "CJK UNIFIED IDEOGRAPH-6191",
    },
    Character {
        age: "1.1",
        codepoint: 0x6192,
        name: "CJK UNIFIED IDEOGRAPH-6192",
    },
    Character {
        age: "1.1",
        codepoint: 0x6193,
        name: "CJK UNIFIED IDEOGRAPH-6193",
    },
    Character {
        age: "1.1",
        codepoint: 0x6194,
        name: "CJK UNIFIED IDEOGRAPH-6194",
    },
    Character {
        age: "1.1",
        codepoint: 0x6195,
        name: "CJK UNIFIED IDEOGRAPH-6195",
    },
    Character {
        age: "1.1",
        codepoint: 0x6196,
        name: "CJK UNIFIED IDEOGRAPH-6196",
    },
    Character {
        age: "1.1",
        codepoint: 0x6197,
        name: "CJK UNIFIED IDEOGRAPH-6197",
    },
    Character {
        age: "1.1",
        codepoint: 0x6198,
        name: "CJK UNIFIED IDEOGRAPH-6198",
    },
    Character {
        age: "1.1",
        codepoint: 0x6199,
        name: "CJK UNIFIED IDEOGRAPH-6199",
    },
    Character {
        age: "1.1",
        codepoint: 0x619A,
        name: "CJK UNIFIED IDEOGRAPH-619A",
    },
    Character {
        age: "1.1",
        codepoint: 0x619B,
        name: "CJK UNIFIED IDEOGRAPH-619B",
    },
    Character {
        age: "1.1",
        codepoint: 0x619C,
        name: "CJK UNIFIED IDEOGRAPH-619C",
    },
    Character {
        age: "1.1",
        codepoint: 0x619D,
        name: "CJK UNIFIED IDEOGRAPH-619D",
    },
    Character {
        age: "1.1",
        codepoint: 0x619E,
        name: "CJK UNIFIED IDEOGRAPH-619E",
    },
    Character {
        age: "1.1",
        codepoint: 0x619F,
        name: "CJK UNIFIED IDEOGRAPH-619F",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A0,
        name: "CJK UNIFIED IDEOGRAPH-61A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A1,
        name: "CJK UNIFIED IDEOGRAPH-61A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A2,
        name: "CJK UNIFIED IDEOGRAPH-61A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A3,
        name: "CJK UNIFIED IDEOGRAPH-61A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A4,
        name: "CJK UNIFIED IDEOGRAPH-61A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A5,
        name: "CJK UNIFIED IDEOGRAPH-61A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A6,
        name: "CJK UNIFIED IDEOGRAPH-61A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A7,
        name: "CJK UNIFIED IDEOGRAPH-61A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A8,
        name: "CJK UNIFIED IDEOGRAPH-61A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x61A9,
        name: "CJK UNIFIED IDEOGRAPH-61A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x61AA,
        name: "CJK UNIFIED IDEOGRAPH-61AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x61AB,
        name: "CJK UNIFIED IDEOGRAPH-61AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x61AC,
        name: "CJK UNIFIED IDEOGRAPH-61AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x61AD,
        name: "CJK UNIFIED IDEOGRAPH-61AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x61AE,
        name: "CJK UNIFIED IDEOGRAPH-61AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x61AF,
        name: "CJK UNIFIED IDEOGRAPH-61AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B0,
        name: "CJK UNIFIED IDEOGRAPH-61B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B1,
        name: "CJK UNIFIED IDEOGRAPH-61B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B2,
        name: "CJK UNIFIED IDEOGRAPH-61B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B3,
        name: "CJK UNIFIED IDEOGRAPH-61B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B4,
        name: "CJK UNIFIED IDEOGRAPH-61B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B5,
        name: "CJK UNIFIED IDEOGRAPH-61B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B6,
        name: "CJK UNIFIED IDEOGRAPH-61B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B7,
        name: "CJK UNIFIED IDEOGRAPH-61B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B8,
        name: "CJK UNIFIED IDEOGRAPH-61B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x61B9,
        name: "CJK UNIFIED IDEOGRAPH-61B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x61BA,
        name: "CJK UNIFIED IDEOGRAPH-61BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x61BB,
        name: "CJK UNIFIED IDEOGRAPH-61BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x61BC,
        name: "CJK UNIFIED IDEOGRAPH-61BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x61BD,
        name: "CJK UNIFIED IDEOGRAPH-61BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x61BE,
        name: "CJK UNIFIED IDEOGRAPH-61BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x61BF,
        name: "CJK UNIFIED IDEOGRAPH-61BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C0,
        name: "CJK UNIFIED IDEOGRAPH-61C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C1,
        name: "CJK UNIFIED IDEOGRAPH-61C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C2,
        name: "CJK UNIFIED IDEOGRAPH-61C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C3,
        name: "CJK UNIFIED IDEOGRAPH-61C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C4,
        name: "CJK UNIFIED IDEOGRAPH-61C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C5,
        name: "CJK UNIFIED IDEOGRAPH-61C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C6,
        name: "CJK UNIFIED IDEOGRAPH-61C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C7,
        name: "CJK UNIFIED IDEOGRAPH-61C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C8,
        name: "CJK UNIFIED IDEOGRAPH-61C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x61C9,
        name: "CJK UNIFIED IDEOGRAPH-61C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x61CA,
        name: "CJK UNIFIED IDEOGRAPH-61CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x61CB,
        name: "CJK UNIFIED IDEOGRAPH-61CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x61CC,
        name: "CJK UNIFIED IDEOGRAPH-61CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x61CD,
        name: "CJK UNIFIED IDEOGRAPH-61CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x61CE,
        name: "CJK UNIFIED IDEOGRAPH-61CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x61CF,
        name: "CJK UNIFIED IDEOGRAPH-61CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D0,
        name: "CJK UNIFIED IDEOGRAPH-61D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D1,
        name: "CJK UNIFIED IDEOGRAPH-61D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D2,
        name: "CJK UNIFIED IDEOGRAPH-61D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D3,
        name: "CJK UNIFIED IDEOGRAPH-61D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D4,
        name: "CJK UNIFIED IDEOGRAPH-61D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D5,
        name: "CJK UNIFIED IDEOGRAPH-61D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D6,
        name: "CJK UNIFIED IDEOGRAPH-61D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D7,
        name: "CJK UNIFIED IDEOGRAPH-61D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D8,
        name: "CJK UNIFIED IDEOGRAPH-61D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x61D9,
        name: "CJK UNIFIED IDEOGRAPH-61D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x61DA,
        name: "CJK UNIFIED IDEOGRAPH-61DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x61DB,
        name: "CJK UNIFIED IDEOGRAPH-61DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x61DC,
        name: "CJK UNIFIED IDEOGRAPH-61DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x61DD,
        name: "CJK UNIFIED IDEOGRAPH-61DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x61DE,
        name: "CJK UNIFIED IDEOGRAPH-61DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x61DF,
        name: "CJK UNIFIED IDEOGRAPH-61DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E0,
        name: "CJK UNIFIED IDEOGRAPH-61E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E1,
        name: "CJK UNIFIED IDEOGRAPH-61E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E2,
        name: "CJK UNIFIED IDEOGRAPH-61E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E3,
        name: "CJK UNIFIED IDEOGRAPH-61E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E4,
        name: "CJK UNIFIED IDEOGRAPH-61E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E5,
        name: "CJK UNIFIED IDEOGRAPH-61E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E6,
        name: "CJK UNIFIED IDEOGRAPH-61E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E7,
        name: "CJK UNIFIED IDEOGRAPH-61E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E8,
        name: "CJK UNIFIED IDEOGRAPH-61E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x61E9,
        name: "CJK UNIFIED IDEOGRAPH-61E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x61EA,
        name: "CJK UNIFIED IDEOGRAPH-61EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x61EB,
        name: "CJK UNIFIED IDEOGRAPH-61EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x61EC,
        name: "CJK UNIFIED IDEOGRAPH-61EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x61ED,
        name: "CJK UNIFIED IDEOGRAPH-61ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x61EE,
        name: "CJK UNIFIED IDEOGRAPH-61EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x61EF,
        name: "CJK UNIFIED IDEOGRAPH-61EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F0,
        name: "CJK UNIFIED IDEOGRAPH-61F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F1,
        name: "CJK UNIFIED IDEOGRAPH-61F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F2,
        name: "CJK UNIFIED IDEOGRAPH-61F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F3,
        name: "CJK UNIFIED IDEOGRAPH-61F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F4,
        name: "CJK UNIFIED IDEOGRAPH-61F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F5,
        name: "CJK UNIFIED IDEOGRAPH-61F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F6,
        name: "CJK UNIFIED IDEOGRAPH-61F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F7,
        name: "CJK UNIFIED IDEOGRAPH-61F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F8,
        name: "CJK UNIFIED IDEOGRAPH-61F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x61F9,
        name: "CJK UNIFIED IDEOGRAPH-61F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x61FA,
        name: "CJK UNIFIED IDEOGRAPH-61FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x61FB,
        name: "CJK UNIFIED IDEOGRAPH-61FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x61FC,
        name: "CJK UNIFIED IDEOGRAPH-61FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x61FD,
        name: "CJK UNIFIED IDEOGRAPH-61FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x61FE,
        name: "CJK UNIFIED IDEOGRAPH-61FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x61FF,
        name: "CJK UNIFIED IDEOGRAPH-61FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6200,
        name: "CJK UNIFIED IDEOGRAPH-6200",
    },
    Character {
        age: "1.1",
        codepoint: 0x6201,
        name: "CJK UNIFIED IDEOGRAPH-6201",
    },
    Character {
        age: "1.1",
        codepoint: 0x6202,
        name: "CJK UNIFIED IDEOGRAPH-6202",
    },
    Character {
        age: "1.1",
        codepoint: 0x6203,
        name: "CJK UNIFIED IDEOGRAPH-6203",
    },
    Character {
        age: "1.1",
        codepoint: 0x6204,
        name: "CJK UNIFIED IDEOGRAPH-6204",
    },
    Character {
        age: "1.1",
        codepoint: 0x6205,
        name: "CJK UNIFIED IDEOGRAPH-6205",
    },
    Character {
        age: "1.1",
        codepoint: 0x6206,
        name: "CJK UNIFIED IDEOGRAPH-6206",
    },
    Character {
        age: "1.1",
        codepoint: 0x6207,
        name: "CJK UNIFIED IDEOGRAPH-6207",
    },
    Character {
        age: "1.1",
        codepoint: 0x6208,
        name: "CJK UNIFIED IDEOGRAPH-6208",
    },
    Character {
        age: "1.1",
        codepoint: 0x6209,
        name: "CJK UNIFIED IDEOGRAPH-6209",
    },
    Character {
        age: "1.1",
        codepoint: 0x620A,
        name: "CJK UNIFIED IDEOGRAPH-620A",
    },
    Character {
        age: "1.1",
        codepoint: 0x620B,
        name: "CJK UNIFIED IDEOGRAPH-620B",
    },
    Character {
        age: "1.1",
        codepoint: 0x620C,
        name: "CJK UNIFIED IDEOGRAPH-620C",
    },
    Character {
        age: "1.1",
        codepoint: 0x620D,
        name: "CJK UNIFIED IDEOGRAPH-620D",
    },
    Character {
        age: "1.1",
        codepoint: 0x620E,
        name: "CJK UNIFIED IDEOGRAPH-620E",
    },
    Character {
        age: "1.1",
        codepoint: 0x620F,
        name: "CJK UNIFIED IDEOGRAPH-620F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6210,
        name: "CJK UNIFIED IDEOGRAPH-6210",
    },
    Character {
        age: "1.1",
        codepoint: 0x6211,
        name: "CJK UNIFIED IDEOGRAPH-6211",
    },
    Character {
        age: "1.1",
        codepoint: 0x6212,
        name: "CJK UNIFIED IDEOGRAPH-6212",
    },
    Character {
        age: "1.1",
        codepoint: 0x6213,
        name: "CJK UNIFIED IDEOGRAPH-6213",
    },
    Character {
        age: "1.1",
        codepoint: 0x6214,
        name: "CJK UNIFIED IDEOGRAPH-6214",
    },
    Character {
        age: "1.1",
        codepoint: 0x6215,
        name: "CJK UNIFIED IDEOGRAPH-6215",
    },
    Character {
        age: "1.1",
        codepoint: 0x6216,
        name: "CJK UNIFIED IDEOGRAPH-6216",
    },
    Character {
        age: "1.1",
        codepoint: 0x6217,
        name: "CJK UNIFIED IDEOGRAPH-6217",
    },
    Character {
        age: "1.1",
        codepoint: 0x6218,
        name: "CJK UNIFIED IDEOGRAPH-6218",
    },
    Character {
        age: "1.1",
        codepoint: 0x6219,
        name: "CJK UNIFIED IDEOGRAPH-6219",
    },
    Character {
        age: "1.1",
        codepoint: 0x621A,
        name: "CJK UNIFIED IDEOGRAPH-621A",
    },
    Character {
        age: "1.1",
        codepoint: 0x621B,
        name: "CJK UNIFIED IDEOGRAPH-621B",
    },
    Character {
        age: "1.1",
        codepoint: 0x621C,
        name: "CJK UNIFIED IDEOGRAPH-621C",
    },
    Character {
        age: "1.1",
        codepoint: 0x621D,
        name: "CJK UNIFIED IDEOGRAPH-621D",
    },
    Character {
        age: "1.1",
        codepoint: 0x621E,
        name: "CJK UNIFIED IDEOGRAPH-621E",
    },
    Character {
        age: "1.1",
        codepoint: 0x621F,
        name: "CJK UNIFIED IDEOGRAPH-621F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6220,
        name: "CJK UNIFIED IDEOGRAPH-6220",
    },
    Character {
        age: "1.1",
        codepoint: 0x6221,
        name: "CJK UNIFIED IDEOGRAPH-6221",
    },
    Character {
        age: "1.1",
        codepoint: 0x6222,
        name: "CJK UNIFIED IDEOGRAPH-6222",
    },
    Character {
        age: "1.1",
        codepoint: 0x6223,
        name: "CJK UNIFIED IDEOGRAPH-6223",
    },
    Character {
        age: "1.1",
        codepoint: 0x6224,
        name: "CJK UNIFIED IDEOGRAPH-6224",
    },
    Character {
        age: "1.1",
        codepoint: 0x6225,
        name: "CJK UNIFIED IDEOGRAPH-6225",
    },
    Character {
        age: "1.1",
        codepoint: 0x6226,
        name: "CJK UNIFIED IDEOGRAPH-6226",
    },
    Character {
        age: "1.1",
        codepoint: 0x6227,
        name: "CJK UNIFIED IDEOGRAPH-6227",
    },
    Character {
        age: "1.1",
        codepoint: 0x6228,
        name: "CJK UNIFIED IDEOGRAPH-6228",
    },
    Character {
        age: "1.1",
        codepoint: 0x6229,
        name: "CJK UNIFIED IDEOGRAPH-6229",
    },
    Character {
        age: "1.1",
        codepoint: 0x622A,
        name: "CJK UNIFIED IDEOGRAPH-622A",
    },
    Character {
        age: "1.1",
        codepoint: 0x622B,
        name: "CJK UNIFIED IDEOGRAPH-622B",
    },
    Character {
        age: "1.1",
        codepoint: 0x622C,
        name: "CJK UNIFIED IDEOGRAPH-622C",
    },
    Character {
        age: "1.1",
        codepoint: 0x622D,
        name: "CJK UNIFIED IDEOGRAPH-622D",
    },
    Character {
        age: "1.1",
        codepoint: 0x622E,
        name: "CJK UNIFIED IDEOGRAPH-622E",
    },
    Character {
        age: "1.1",
        codepoint: 0x622F,
        name: "CJK UNIFIED IDEOGRAPH-622F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6230,
        name: "CJK UNIFIED IDEOGRAPH-6230",
    },
    Character {
        age: "1.1",
        codepoint: 0x6231,
        name: "CJK UNIFIED IDEOGRAPH-6231",
    },
    Character {
        age: "1.1",
        codepoint: 0x6232,
        name: "CJK UNIFIED IDEOGRAPH-6232",
    },
    Character {
        age: "1.1",
        codepoint: 0x6233,
        name: "CJK UNIFIED IDEOGRAPH-6233",
    },
    Character {
        age: "1.1",
        codepoint: 0x6234,
        name: "CJK UNIFIED IDEOGRAPH-6234",
    },
    Character {
        age: "1.1",
        codepoint: 0x6235,
        name: "CJK UNIFIED IDEOGRAPH-6235",
    },
    Character {
        age: "1.1",
        codepoint: 0x6236,
        name: "CJK UNIFIED IDEOGRAPH-6236",
    },
    Character {
        age: "1.1",
        codepoint: 0x6237,
        name: "CJK UNIFIED IDEOGRAPH-6237",
    },
    Character {
        age: "1.1",
        codepoint: 0x6238,
        name: "CJK UNIFIED IDEOGRAPH-6238",
    },
    Character {
        age: "1.1",
        codepoint: 0x6239,
        name: "CJK UNIFIED IDEOGRAPH-6239",
    },
    Character {
        age: "1.1",
        codepoint: 0x623A,
        name: "CJK UNIFIED IDEOGRAPH-623A",
    },
    Character {
        age: "1.1",
        codepoint: 0x623B,
        name: "CJK UNIFIED IDEOGRAPH-623B",
    },
    Character {
        age: "1.1",
        codepoint: 0x623C,
        name: "CJK UNIFIED IDEOGRAPH-623C",
    },
    Character {
        age: "1.1",
        codepoint: 0x623D,
        name: "CJK UNIFIED IDEOGRAPH-623D",
    },
    Character {
        age: "1.1",
        codepoint: 0x623E,
        name: "CJK UNIFIED IDEOGRAPH-623E",
    },
    Character {
        age: "1.1",
        codepoint: 0x623F,
        name: "CJK UNIFIED IDEOGRAPH-623F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6240,
        name: "CJK UNIFIED IDEOGRAPH-6240",
    },
    Character {
        age: "1.1",
        codepoint: 0x6241,
        name: "CJK UNIFIED IDEOGRAPH-6241",
    },
    Character {
        age: "1.1",
        codepoint: 0x6242,
        name: "CJK UNIFIED IDEOGRAPH-6242",
    },
    Character {
        age: "1.1",
        codepoint: 0x6243,
        name: "CJK UNIFIED IDEOGRAPH-6243",
    },
    Character {
        age: "1.1",
        codepoint: 0x6244,
        name: "CJK UNIFIED IDEOGRAPH-6244",
    },
    Character {
        age: "1.1",
        codepoint: 0x6245,
        name: "CJK UNIFIED IDEOGRAPH-6245",
    },
    Character {
        age: "1.1",
        codepoint: 0x6246,
        name: "CJK UNIFIED IDEOGRAPH-6246",
    },
    Character {
        age: "1.1",
        codepoint: 0x6247,
        name: "CJK UNIFIED IDEOGRAPH-6247",
    },
    Character {
        age: "1.1",
        codepoint: 0x6248,
        name: "CJK UNIFIED IDEOGRAPH-6248",
    },
    Character {
        age: "1.1",
        codepoint: 0x6249,
        name: "CJK UNIFIED IDEOGRAPH-6249",
    },
    Character {
        age: "1.1",
        codepoint: 0x624A,
        name: "CJK UNIFIED IDEOGRAPH-624A",
    },
    Character {
        age: "1.1",
        codepoint: 0x624B,
        name: "CJK UNIFIED IDEOGRAPH-624B",
    },
    Character {
        age: "1.1",
        codepoint: 0x624C,
        name: "CJK UNIFIED IDEOGRAPH-624C",
    },
    Character {
        age: "1.1",
        codepoint: 0x624D,
        name: "CJK UNIFIED IDEOGRAPH-624D",
    },
    Character {
        age: "1.1",
        codepoint: 0x624E,
        name: "CJK UNIFIED IDEOGRAPH-624E",
    },
    Character {
        age: "1.1",
        codepoint: 0x624F,
        name: "CJK UNIFIED IDEOGRAPH-624F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6250,
        name: "CJK UNIFIED IDEOGRAPH-6250",
    },
    Character {
        age: "1.1",
        codepoint: 0x6251,
        name: "CJK UNIFIED IDEOGRAPH-6251",
    },
    Character {
        age: "1.1",
        codepoint: 0x6252,
        name: "CJK UNIFIED IDEOGRAPH-6252",
    },
    Character {
        age: "1.1",
        codepoint: 0x6253,
        name: "CJK UNIFIED IDEOGRAPH-6253",
    },
    Character {
        age: "1.1",
        codepoint: 0x6254,
        name: "CJK UNIFIED IDEOGRAPH-6254",
    },
    Character {
        age: "1.1",
        codepoint: 0x6255,
        name: "CJK UNIFIED IDEOGRAPH-6255",
    },
    Character {
        age: "1.1",
        codepoint: 0x6256,
        name: "CJK UNIFIED IDEOGRAPH-6256",
    },
    Character {
        age: "1.1",
        codepoint: 0x6257,
        name: "CJK UNIFIED IDEOGRAPH-6257",
    },
    Character {
        age: "1.1",
        codepoint: 0x6258,
        name: "CJK UNIFIED IDEOGRAPH-6258",
    },
    Character {
        age: "1.1",
        codepoint: 0x6259,
        name: "CJK UNIFIED IDEOGRAPH-6259",
    },
    Character {
        age: "1.1",
        codepoint: 0x625A,
        name: "CJK UNIFIED IDEOGRAPH-625A",
    },
    Character {
        age: "1.1",
        codepoint: 0x625B,
        name: "CJK UNIFIED IDEOGRAPH-625B",
    },
    Character {
        age: "1.1",
        codepoint: 0x625C,
        name: "CJK UNIFIED IDEOGRAPH-625C",
    },
    Character {
        age: "1.1",
        codepoint: 0x625D,
        name: "CJK UNIFIED IDEOGRAPH-625D",
    },
    Character {
        age: "1.1",
        codepoint: 0x625E,
        name: "CJK UNIFIED IDEOGRAPH-625E",
    },
    Character {
        age: "1.1",
        codepoint: 0x625F,
        name: "CJK UNIFIED IDEOGRAPH-625F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6260,
        name: "CJK UNIFIED IDEOGRAPH-6260",
    },
    Character {
        age: "1.1",
        codepoint: 0x6261,
        name: "CJK UNIFIED IDEOGRAPH-6261",
    },
    Character {
        age: "1.1",
        codepoint: 0x6262,
        name: "CJK UNIFIED IDEOGRAPH-6262",
    },
    Character {
        age: "1.1",
        codepoint: 0x6263,
        name: "CJK UNIFIED IDEOGRAPH-6263",
    },
    Character {
        age: "1.1",
        codepoint: 0x6264,
        name: "CJK UNIFIED IDEOGRAPH-6264",
    },
    Character {
        age: "1.1",
        codepoint: 0x6265,
        name: "CJK UNIFIED IDEOGRAPH-6265",
    },
    Character {
        age: "1.1",
        codepoint: 0x6266,
        name: "CJK UNIFIED IDEOGRAPH-6266",
    },
    Character {
        age: "1.1",
        codepoint: 0x6267,
        name: "CJK UNIFIED IDEOGRAPH-6267",
    },
    Character {
        age: "1.1",
        codepoint: 0x6268,
        name: "CJK UNIFIED IDEOGRAPH-6268",
    },
    Character {
        age: "1.1",
        codepoint: 0x6269,
        name: "CJK UNIFIED IDEOGRAPH-6269",
    },
    Character {
        age: "1.1",
        codepoint: 0x626A,
        name: "CJK UNIFIED IDEOGRAPH-626A",
    },
    Character {
        age: "1.1",
        codepoint: 0x626B,
        name: "CJK UNIFIED IDEOGRAPH-626B",
    },
    Character {
        age: "1.1",
        codepoint: 0x626C,
        name: "CJK UNIFIED IDEOGRAPH-626C",
    },
    Character {
        age: "1.1",
        codepoint: 0x626D,
        name: "CJK UNIFIED IDEOGRAPH-626D",
    },
    Character {
        age: "1.1",
        codepoint: 0x626E,
        name: "CJK UNIFIED IDEOGRAPH-626E",
    },
    Character {
        age: "1.1",
        codepoint: 0x626F,
        name: "CJK UNIFIED IDEOGRAPH-626F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6270,
        name: "CJK UNIFIED IDEOGRAPH-6270",
    },
    Character {
        age: "1.1",
        codepoint: 0x6271,
        name: "CJK UNIFIED IDEOGRAPH-6271",
    },
    Character {
        age: "1.1",
        codepoint: 0x6272,
        name: "CJK UNIFIED IDEOGRAPH-6272",
    },
    Character {
        age: "1.1",
        codepoint: 0x6273,
        name: "CJK UNIFIED IDEOGRAPH-6273",
    },
    Character {
        age: "1.1",
        codepoint: 0x6274,
        name: "CJK UNIFIED IDEOGRAPH-6274",
    },
    Character {
        age: "1.1",
        codepoint: 0x6275,
        name: "CJK UNIFIED IDEOGRAPH-6275",
    },
    Character {
        age: "1.1",
        codepoint: 0x6276,
        name: "CJK UNIFIED IDEOGRAPH-6276",
    },
    Character {
        age: "1.1",
        codepoint: 0x6277,
        name: "CJK UNIFIED IDEOGRAPH-6277",
    },
    Character {
        age: "1.1",
        codepoint: 0x6278,
        name: "CJK UNIFIED IDEOGRAPH-6278",
    },
    Character {
        age: "1.1",
        codepoint: 0x6279,
        name: "CJK UNIFIED IDEOGRAPH-6279",
    },
    Character {
        age: "1.1",
        codepoint: 0x627A,
        name: "CJK UNIFIED IDEOGRAPH-627A",
    },
    Character {
        age: "1.1",
        codepoint: 0x627B,
        name: "CJK UNIFIED IDEOGRAPH-627B",
    },
    Character {
        age: "1.1",
        codepoint: 0x627C,
        name: "CJK UNIFIED IDEOGRAPH-627C",
    },
    Character {
        age: "1.1",
        codepoint: 0x627D,
        name: "CJK UNIFIED IDEOGRAPH-627D",
    },
    Character {
        age: "1.1",
        codepoint: 0x627E,
        name: "CJK UNIFIED IDEOGRAPH-627E",
    },
    Character {
        age: "1.1",
        codepoint: 0x627F,
        name: "CJK UNIFIED IDEOGRAPH-627F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6280,
        name: "CJK UNIFIED IDEOGRAPH-6280",
    },
    Character {
        age: "1.1",
        codepoint: 0x6281,
        name: "CJK UNIFIED IDEOGRAPH-6281",
    },
    Character {
        age: "1.1",
        codepoint: 0x6282,
        name: "CJK UNIFIED IDEOGRAPH-6282",
    },
    Character {
        age: "1.1",
        codepoint: 0x6283,
        name: "CJK UNIFIED IDEOGRAPH-6283",
    },
    Character {
        age: "1.1",
        codepoint: 0x6284,
        name: "CJK UNIFIED IDEOGRAPH-6284",
    },
    Character {
        age: "1.1",
        codepoint: 0x6285,
        name: "CJK UNIFIED IDEOGRAPH-6285",
    },
    Character {
        age: "1.1",
        codepoint: 0x6286,
        name: "CJK UNIFIED IDEOGRAPH-6286",
    },
    Character {
        age: "1.1",
        codepoint: 0x6287,
        name: "CJK UNIFIED IDEOGRAPH-6287",
    },
    Character {
        age: "1.1",
        codepoint: 0x6288,
        name: "CJK UNIFIED IDEOGRAPH-6288",
    },
    Character {
        age: "1.1",
        codepoint: 0x6289,
        name: "CJK UNIFIED IDEOGRAPH-6289",
    },
    Character {
        age: "1.1",
        codepoint: 0x628A,
        name: "CJK UNIFIED IDEOGRAPH-628A",
    },
    Character {
        age: "1.1",
        codepoint: 0x628B,
        name: "CJK UNIFIED IDEOGRAPH-628B",
    },
    Character {
        age: "1.1",
        codepoint: 0x628C,
        name: "CJK UNIFIED IDEOGRAPH-628C",
    },
    Character {
        age: "1.1",
        codepoint: 0x628D,
        name: "CJK UNIFIED IDEOGRAPH-628D",
    },
    Character {
        age: "1.1",
        codepoint: 0x628E,
        name: "CJK UNIFIED IDEOGRAPH-628E",
    },
    Character {
        age: "1.1",
        codepoint: 0x628F,
        name: "CJK UNIFIED IDEOGRAPH-628F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6290,
        name: "CJK UNIFIED IDEOGRAPH-6290",
    },
    Character {
        age: "1.1",
        codepoint: 0x6291,
        name: "CJK UNIFIED IDEOGRAPH-6291",
    },
    Character {
        age: "1.1",
        codepoint: 0x6292,
        name: "CJK UNIFIED IDEOGRAPH-6292",
    },
    Character {
        age: "1.1",
        codepoint: 0x6293,
        name: "CJK UNIFIED IDEOGRAPH-6293",
    },
    Character {
        age: "1.1",
        codepoint: 0x6294,
        name: "CJK UNIFIED IDEOGRAPH-6294",
    },
    Character {
        age: "1.1",
        codepoint: 0x6295,
        name: "CJK UNIFIED IDEOGRAPH-6295",
    },
    Character {
        age: "1.1",
        codepoint: 0x6296,
        name: "CJK UNIFIED IDEOGRAPH-6296",
    },
    Character {
        age: "1.1",
        codepoint: 0x6297,
        name: "CJK UNIFIED IDEOGRAPH-6297",
    },
    Character {
        age: "1.1",
        codepoint: 0x6298,
        name: "CJK UNIFIED IDEOGRAPH-6298",
    },
    Character {
        age: "1.1",
        codepoint: 0x6299,
        name: "CJK UNIFIED IDEOGRAPH-6299",
    },
    Character {
        age: "1.1",
        codepoint: 0x629A,
        name: "CJK UNIFIED IDEOGRAPH-629A",
    },
    Character {
        age: "1.1",
        codepoint: 0x629B,
        name: "CJK UNIFIED IDEOGRAPH-629B",
    },
    Character {
        age: "1.1",
        codepoint: 0x629C,
        name: "CJK UNIFIED IDEOGRAPH-629C",
    },
    Character {
        age: "1.1",
        codepoint: 0x629D,
        name: "CJK UNIFIED IDEOGRAPH-629D",
    },
    Character {
        age: "1.1",
        codepoint: 0x629E,
        name: "CJK UNIFIED IDEOGRAPH-629E",
    },
    Character {
        age: "1.1",
        codepoint: 0x629F,
        name: "CJK UNIFIED IDEOGRAPH-629F",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A0,
        name: "CJK UNIFIED IDEOGRAPH-62A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A1,
        name: "CJK UNIFIED IDEOGRAPH-62A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A2,
        name: "CJK UNIFIED IDEOGRAPH-62A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A3,
        name: "CJK UNIFIED IDEOGRAPH-62A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A4,
        name: "CJK UNIFIED IDEOGRAPH-62A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A5,
        name: "CJK UNIFIED IDEOGRAPH-62A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A6,
        name: "CJK UNIFIED IDEOGRAPH-62A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A7,
        name: "CJK UNIFIED IDEOGRAPH-62A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A8,
        name: "CJK UNIFIED IDEOGRAPH-62A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x62A9,
        name: "CJK UNIFIED IDEOGRAPH-62A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x62AA,
        name: "CJK UNIFIED IDEOGRAPH-62AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x62AB,
        name: "CJK UNIFIED IDEOGRAPH-62AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x62AC,
        name: "CJK UNIFIED IDEOGRAPH-62AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x62AD,
        name: "CJK UNIFIED IDEOGRAPH-62AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x62AE,
        name: "CJK UNIFIED IDEOGRAPH-62AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x62AF,
        name: "CJK UNIFIED IDEOGRAPH-62AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B0,
        name: "CJK UNIFIED IDEOGRAPH-62B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B1,
        name: "CJK UNIFIED IDEOGRAPH-62B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B2,
        name: "CJK UNIFIED IDEOGRAPH-62B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B3,
        name: "CJK UNIFIED IDEOGRAPH-62B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B4,
        name: "CJK UNIFIED IDEOGRAPH-62B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B5,
        name: "CJK UNIFIED IDEOGRAPH-62B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B6,
        name: "CJK UNIFIED IDEOGRAPH-62B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B7,
        name: "CJK UNIFIED IDEOGRAPH-62B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B8,
        name: "CJK UNIFIED IDEOGRAPH-62B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x62B9,
        name: "CJK UNIFIED IDEOGRAPH-62B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x62BA,
        name: "CJK UNIFIED IDEOGRAPH-62BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x62BB,
        name: "CJK UNIFIED IDEOGRAPH-62BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x62BC,
        name: "CJK UNIFIED IDEOGRAPH-62BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x62BD,
        name: "CJK UNIFIED IDEOGRAPH-62BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x62BE,
        name: "CJK UNIFIED IDEOGRAPH-62BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x62BF,
        name: "CJK UNIFIED IDEOGRAPH-62BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C0,
        name: "CJK UNIFIED IDEOGRAPH-62C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C1,
        name: "CJK UNIFIED IDEOGRAPH-62C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C2,
        name: "CJK UNIFIED IDEOGRAPH-62C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C3,
        name: "CJK UNIFIED IDEOGRAPH-62C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C4,
        name: "CJK UNIFIED IDEOGRAPH-62C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C5,
        name: "CJK UNIFIED IDEOGRAPH-62C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C6,
        name: "CJK UNIFIED IDEOGRAPH-62C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C7,
        name: "CJK UNIFIED IDEOGRAPH-62C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C8,
        name: "CJK UNIFIED IDEOGRAPH-62C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x62C9,
        name: "CJK UNIFIED IDEOGRAPH-62C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x62CA,
        name: "CJK UNIFIED IDEOGRAPH-62CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x62CB,
        name: "CJK UNIFIED IDEOGRAPH-62CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x62CC,
        name: "CJK UNIFIED IDEOGRAPH-62CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x62CD,
        name: "CJK UNIFIED IDEOGRAPH-62CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x62CE,
        name: "CJK UNIFIED IDEOGRAPH-62CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x62CF,
        name: "CJK UNIFIED IDEOGRAPH-62CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D0,
        name: "CJK UNIFIED IDEOGRAPH-62D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D1,
        name: "CJK UNIFIED IDEOGRAPH-62D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D2,
        name: "CJK UNIFIED IDEOGRAPH-62D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D3,
        name: "CJK UNIFIED IDEOGRAPH-62D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D4,
        name: "CJK UNIFIED IDEOGRAPH-62D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D5,
        name: "CJK UNIFIED IDEOGRAPH-62D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D6,
        name: "CJK UNIFIED IDEOGRAPH-62D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D7,
        name: "CJK UNIFIED IDEOGRAPH-62D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D8,
        name: "CJK UNIFIED IDEOGRAPH-62D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x62D9,
        name: "CJK UNIFIED IDEOGRAPH-62D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x62DA,
        name: "CJK UNIFIED IDEOGRAPH-62DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x62DB,
        name: "CJK UNIFIED IDEOGRAPH-62DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x62DC,
        name: "CJK UNIFIED IDEOGRAPH-62DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x62DD,
        name: "CJK UNIFIED IDEOGRAPH-62DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x62DE,
        name: "CJK UNIFIED IDEOGRAPH-62DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x62DF,
        name: "CJK UNIFIED IDEOGRAPH-62DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E0,
        name: "CJK UNIFIED IDEOGRAPH-62E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E1,
        name: "CJK UNIFIED IDEOGRAPH-62E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E2,
        name: "CJK UNIFIED IDEOGRAPH-62E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E3,
        name: "CJK UNIFIED IDEOGRAPH-62E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E4,
        name: "CJK UNIFIED IDEOGRAPH-62E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E5,
        name: "CJK UNIFIED IDEOGRAPH-62E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E6,
        name: "CJK UNIFIED IDEOGRAPH-62E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E7,
        name: "CJK UNIFIED IDEOGRAPH-62E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E8,
        name: "CJK UNIFIED IDEOGRAPH-62E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x62E9,
        name: "CJK UNIFIED IDEOGRAPH-62E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x62EA,
        name: "CJK UNIFIED IDEOGRAPH-62EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x62EB,
        name: "CJK UNIFIED IDEOGRAPH-62EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x62EC,
        name: "CJK UNIFIED IDEOGRAPH-62EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x62ED,
        name: "CJK UNIFIED IDEOGRAPH-62ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x62EE,
        name: "CJK UNIFIED IDEOGRAPH-62EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x62EF,
        name: "CJK UNIFIED IDEOGRAPH-62EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F0,
        name: "CJK UNIFIED IDEOGRAPH-62F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F1,
        name: "CJK UNIFIED IDEOGRAPH-62F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F2,
        name: "CJK UNIFIED IDEOGRAPH-62F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F3,
        name: "CJK UNIFIED IDEOGRAPH-62F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F4,
        name: "CJK UNIFIED IDEOGRAPH-62F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F5,
        name: "CJK UNIFIED IDEOGRAPH-62F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F6,
        name: "CJK UNIFIED IDEOGRAPH-62F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F7,
        name: "CJK UNIFIED IDEOGRAPH-62F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F8,
        name: "CJK UNIFIED IDEOGRAPH-62F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x62F9,
        name: "CJK UNIFIED IDEOGRAPH-62F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x62FA,
        name: "CJK UNIFIED IDEOGRAPH-62FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x62FB,
        name: "CJK UNIFIED IDEOGRAPH-62FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x62FC,
        name: "CJK UNIFIED IDEOGRAPH-62FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x62FD,
        name: "CJK UNIFIED IDEOGRAPH-62FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x62FE,
        name: "CJK UNIFIED IDEOGRAPH-62FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x62FF,
        name: "CJK UNIFIED IDEOGRAPH-62FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6300,
        name: "CJK UNIFIED IDEOGRAPH-6300",
    },
    Character {
        age: "1.1",
        codepoint: 0x6301,
        name: "CJK UNIFIED IDEOGRAPH-6301",
    },
    Character {
        age: "1.1",
        codepoint: 0x6302,
        name: "CJK UNIFIED IDEOGRAPH-6302",
    },
    Character {
        age: "1.1",
        codepoint: 0x6303,
        name: "CJK UNIFIED IDEOGRAPH-6303",
    },
    Character {
        age: "1.1",
        codepoint: 0x6304,
        name: "CJK UNIFIED IDEOGRAPH-6304",
    },
    Character {
        age: "1.1",
        codepoint: 0x6305,
        name: "CJK UNIFIED IDEOGRAPH-6305",
    },
    Character {
        age: "1.1",
        codepoint: 0x6306,
        name: "CJK UNIFIED IDEOGRAPH-6306",
    },
    Character {
        age: "1.1",
        codepoint: 0x6307,
        name: "CJK UNIFIED IDEOGRAPH-6307",
    },
    Character {
        age: "1.1",
        codepoint: 0x6308,
        name: "CJK UNIFIED IDEOGRAPH-6308",
    },
    Character {
        age: "1.1",
        codepoint: 0x6309,
        name: "CJK UNIFIED IDEOGRAPH-6309",
    },
    Character {
        age: "1.1",
        codepoint: 0x630A,
        name: "CJK UNIFIED IDEOGRAPH-630A",
    },
    Character {
        age: "1.1",
        codepoint: 0x630B,
        name: "CJK UNIFIED IDEOGRAPH-630B",
    },
    Character {
        age: "1.1",
        codepoint: 0x630C,
        name: "CJK UNIFIED IDEOGRAPH-630C",
    },
    Character {
        age: "1.1",
        codepoint: 0x630D,
        name: "CJK UNIFIED IDEOGRAPH-630D",
    },
    Character {
        age: "1.1",
        codepoint: 0x630E,
        name: "CJK UNIFIED IDEOGRAPH-630E",
    },
    Character {
        age: "1.1",
        codepoint: 0x630F,
        name: "CJK UNIFIED IDEOGRAPH-630F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6310,
        name: "CJK UNIFIED IDEOGRAPH-6310",
    },
    Character {
        age: "1.1",
        codepoint: 0x6311,
        name: "CJK UNIFIED IDEOGRAPH-6311",
    },
    Character {
        age: "1.1",
        codepoint: 0x6312,
        name: "CJK UNIFIED IDEOGRAPH-6312",
    },
    Character {
        age: "1.1",
        codepoint: 0x6313,
        name: "CJK UNIFIED IDEOGRAPH-6313",
    },
    Character {
        age: "1.1",
        codepoint: 0x6314,
        name: "CJK UNIFIED IDEOGRAPH-6314",
    },
    Character {
        age: "1.1",
        codepoint: 0x6315,
        name: "CJK UNIFIED IDEOGRAPH-6315",
    },
    Character {
        age: "1.1",
        codepoint: 0x6316,
        name: "CJK UNIFIED IDEOGRAPH-6316",
    },
    Character {
        age: "1.1",
        codepoint: 0x6317,
        name: "CJK UNIFIED IDEOGRAPH-6317",
    },
    Character {
        age: "1.1",
        codepoint: 0x6318,
        name: "CJK UNIFIED IDEOGRAPH-6318",
    },
    Character {
        age: "1.1",
        codepoint: 0x6319,
        name: "CJK UNIFIED IDEOGRAPH-6319",
    },
    Character {
        age: "1.1",
        codepoint: 0x631A,
        name: "CJK UNIFIED IDEOGRAPH-631A",
    },
    Character {
        age: "1.1",
        codepoint: 0x631B,
        name: "CJK UNIFIED IDEOGRAPH-631B",
    },
    Character {
        age: "1.1",
        codepoint: 0x631C,
        name: "CJK UNIFIED IDEOGRAPH-631C",
    },
    Character {
        age: "1.1",
        codepoint: 0x631D,
        name: "CJK UNIFIED IDEOGRAPH-631D",
    },
    Character {
        age: "1.1",
        codepoint: 0x631E,
        name: "CJK UNIFIED IDEOGRAPH-631E",
    },
    Character {
        age: "1.1",
        codepoint: 0x631F,
        name: "CJK UNIFIED IDEOGRAPH-631F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6320,
        name: "CJK UNIFIED IDEOGRAPH-6320",
    },
    Character {
        age: "1.1",
        codepoint: 0x6321,
        name: "CJK UNIFIED IDEOGRAPH-6321",
    },
    Character {
        age: "1.1",
        codepoint: 0x6322,
        name: "CJK UNIFIED IDEOGRAPH-6322",
    },
    Character {
        age: "1.1",
        codepoint: 0x6323,
        name: "CJK UNIFIED IDEOGRAPH-6323",
    },
    Character {
        age: "1.1",
        codepoint: 0x6324,
        name: "CJK UNIFIED IDEOGRAPH-6324",
    },
    Character {
        age: "1.1",
        codepoint: 0x6325,
        name: "CJK UNIFIED IDEOGRAPH-6325",
    },
    Character {
        age: "1.1",
        codepoint: 0x6326,
        name: "CJK UNIFIED IDEOGRAPH-6326",
    },
    Character {
        age: "1.1",
        codepoint: 0x6327,
        name: "CJK UNIFIED IDEOGRAPH-6327",
    },
    Character {
        age: "1.1",
        codepoint: 0x6328,
        name: "CJK UNIFIED IDEOGRAPH-6328",
    },
    Character {
        age: "1.1",
        codepoint: 0x6329,
        name: "CJK UNIFIED IDEOGRAPH-6329",
    },
    Character {
        age: "1.1",
        codepoint: 0x632A,
        name: "CJK UNIFIED IDEOGRAPH-632A",
    },
    Character {
        age: "1.1",
        codepoint: 0x632B,
        name: "CJK UNIFIED IDEOGRAPH-632B",
    },
    Character {
        age: "1.1",
        codepoint: 0x632C,
        name: "CJK UNIFIED IDEOGRAPH-632C",
    },
    Character {
        age: "1.1",
        codepoint: 0x632D,
        name: "CJK UNIFIED IDEOGRAPH-632D",
    },
    Character {
        age: "1.1",
        codepoint: 0x632E,
        name: "CJK UNIFIED IDEOGRAPH-632E",
    },
    Character {
        age: "1.1",
        codepoint: 0x632F,
        name: "CJK UNIFIED IDEOGRAPH-632F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6330,
        name: "CJK UNIFIED IDEOGRAPH-6330",
    },
    Character {
        age: "1.1",
        codepoint: 0x6331,
        name: "CJK UNIFIED IDEOGRAPH-6331",
    },
    Character {
        age: "1.1",
        codepoint: 0x6332,
        name: "CJK UNIFIED IDEOGRAPH-6332",
    },
    Character {
        age: "1.1",
        codepoint: 0x6333,
        name: "CJK UNIFIED IDEOGRAPH-6333",
    },
    Character {
        age: "1.1",
        codepoint: 0x6334,
        name: "CJK UNIFIED IDEOGRAPH-6334",
    },
    Character {
        age: "1.1",
        codepoint: 0x6335,
        name: "CJK UNIFIED IDEOGRAPH-6335",
    },
    Character {
        age: "1.1",
        codepoint: 0x6336,
        name: "CJK UNIFIED IDEOGRAPH-6336",
    },
    Character {
        age: "1.1",
        codepoint: 0x6337,
        name: "CJK UNIFIED IDEOGRAPH-6337",
    },
    Character {
        age: "1.1",
        codepoint: 0x6338,
        name: "CJK UNIFIED IDEOGRAPH-6338",
    },
    Character {
        age: "1.1",
        codepoint: 0x6339,
        name: "CJK UNIFIED IDEOGRAPH-6339",
    },
    Character {
        age: "1.1",
        codepoint: 0x633A,
        name: "CJK UNIFIED IDEOGRAPH-633A",
    },
    Character {
        age: "1.1",
        codepoint: 0x633B,
        name: "CJK UNIFIED IDEOGRAPH-633B",
    },
    Character {
        age: "1.1",
        codepoint: 0x633C,
        name: "CJK UNIFIED IDEOGRAPH-633C",
    },
    Character {
        age: "1.1",
        codepoint: 0x633D,
        name: "CJK UNIFIED IDEOGRAPH-633D",
    },
    Character {
        age: "1.1",
        codepoint: 0x633E,
        name: "CJK UNIFIED IDEOGRAPH-633E",
    },
    Character {
        age: "1.1",
        codepoint: 0x633F,
        name: "CJK UNIFIED IDEOGRAPH-633F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6340,
        name: "CJK UNIFIED IDEOGRAPH-6340",
    },
    Character {
        age: "1.1",
        codepoint: 0x6341,
        name: "CJK UNIFIED IDEOGRAPH-6341",
    },
    Character {
        age: "1.1",
        codepoint: 0x6342,
        name: "CJK UNIFIED IDEOGRAPH-6342",
    },
    Character {
        age: "1.1",
        codepoint: 0x6343,
        name: "CJK UNIFIED IDEOGRAPH-6343",
    },
    Character {
        age: "1.1",
        codepoint: 0x6344,
        name: "CJK UNIFIED IDEOGRAPH-6344",
    },
    Character {
        age: "1.1",
        codepoint: 0x6345,
        name: "CJK UNIFIED IDEOGRAPH-6345",
    },
    Character {
        age: "1.1",
        codepoint: 0x6346,
        name: "CJK UNIFIED IDEOGRAPH-6346",
    },
    Character {
        age: "1.1",
        codepoint: 0x6347,
        name: "CJK UNIFIED IDEOGRAPH-6347",
    },
    Character {
        age: "1.1",
        codepoint: 0x6348,
        name: "CJK UNIFIED IDEOGRAPH-6348",
    },
    Character {
        age: "1.1",
        codepoint: 0x6349,
        name: "CJK UNIFIED IDEOGRAPH-6349",
    },
    Character {
        age: "1.1",
        codepoint: 0x634A,
        name: "CJK UNIFIED IDEOGRAPH-634A",
    },
    Character {
        age: "1.1",
        codepoint: 0x634B,
        name: "CJK UNIFIED IDEOGRAPH-634B",
    },
    Character {
        age: "1.1",
        codepoint: 0x634C,
        name: "CJK UNIFIED IDEOGRAPH-634C",
    },
    Character {
        age: "1.1",
        codepoint: 0x634D,
        name: "CJK UNIFIED IDEOGRAPH-634D",
    },
    Character {
        age: "1.1",
        codepoint: 0x634E,
        name: "CJK UNIFIED IDEOGRAPH-634E",
    },
    Character {
        age: "1.1",
        codepoint: 0x634F,
        name: "CJK UNIFIED IDEOGRAPH-634F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6350,
        name: "CJK UNIFIED IDEOGRAPH-6350",
    },
    Character {
        age: "1.1",
        codepoint: 0x6351,
        name: "CJK UNIFIED IDEOGRAPH-6351",
    },
    Character {
        age: "1.1",
        codepoint: 0x6352,
        name: "CJK UNIFIED IDEOGRAPH-6352",
    },
    Character {
        age: "1.1",
        codepoint: 0x6353,
        name: "CJK UNIFIED IDEOGRAPH-6353",
    },
    Character {
        age: "1.1",
        codepoint: 0x6354,
        name: "CJK UNIFIED IDEOGRAPH-6354",
    },
    Character {
        age: "1.1",
        codepoint: 0x6355,
        name: "CJK UNIFIED IDEOGRAPH-6355",
    },
    Character {
        age: "1.1",
        codepoint: 0x6356,
        name: "CJK UNIFIED IDEOGRAPH-6356",
    },
    Character {
        age: "1.1",
        codepoint: 0x6357,
        name: "CJK UNIFIED IDEOGRAPH-6357",
    },
    Character {
        age: "1.1",
        codepoint: 0x6358,
        name: "CJK UNIFIED IDEOGRAPH-6358",
    },
    Character {
        age: "1.1",
        codepoint: 0x6359,
        name: "CJK UNIFIED IDEOGRAPH-6359",
    },
    Character {
        age: "1.1",
        codepoint: 0x635A,
        name: "CJK UNIFIED IDEOGRAPH-635A",
    },
    Character {
        age: "1.1",
        codepoint: 0x635B,
        name: "CJK UNIFIED IDEOGRAPH-635B",
    },
    Character {
        age: "1.1",
        codepoint: 0x635C,
        name: "CJK UNIFIED IDEOGRAPH-635C",
    },
    Character {
        age: "1.1",
        codepoint: 0x635D,
        name: "CJK UNIFIED IDEOGRAPH-635D",
    },
    Character {
        age: "1.1",
        codepoint: 0x635E,
        name: "CJK UNIFIED IDEOGRAPH-635E",
    },
    Character {
        age: "1.1",
        codepoint: 0x635F,
        name: "CJK UNIFIED IDEOGRAPH-635F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6360,
        name: "CJK UNIFIED IDEOGRAPH-6360",
    },
    Character {
        age: "1.1",
        codepoint: 0x6361,
        name: "CJK UNIFIED IDEOGRAPH-6361",
    },
    Character {
        age: "1.1",
        codepoint: 0x6362,
        name: "CJK UNIFIED IDEOGRAPH-6362",
    },
    Character {
        age: "1.1",
        codepoint: 0x6363,
        name: "CJK UNIFIED IDEOGRAPH-6363",
    },
    Character {
        age: "1.1",
        codepoint: 0x6364,
        name: "CJK UNIFIED IDEOGRAPH-6364",
    },
    Character {
        age: "1.1",
        codepoint: 0x6365,
        name: "CJK UNIFIED IDEOGRAPH-6365",
    },
    Character {
        age: "1.1",
        codepoint: 0x6366,
        name: "CJK UNIFIED IDEOGRAPH-6366",
    },
    Character {
        age: "1.1",
        codepoint: 0x6367,
        name: "CJK UNIFIED IDEOGRAPH-6367",
    },
    Character {
        age: "1.1",
        codepoint: 0x6368,
        name: "CJK UNIFIED IDEOGRAPH-6368",
    },
    Character {
        age: "1.1",
        codepoint: 0x6369,
        name: "CJK UNIFIED IDEOGRAPH-6369",
    },
    Character {
        age: "1.1",
        codepoint: 0x636A,
        name: "CJK UNIFIED IDEOGRAPH-636A",
    },
    Character {
        age: "1.1",
        codepoint: 0x636B,
        name: "CJK UNIFIED IDEOGRAPH-636B",
    },
    Character {
        age: "1.1",
        codepoint: 0x636C,
        name: "CJK UNIFIED IDEOGRAPH-636C",
    },
    Character {
        age: "1.1",
        codepoint: 0x636D,
        name: "CJK UNIFIED IDEOGRAPH-636D",
    },
    Character {
        age: "1.1",
        codepoint: 0x636E,
        name: "CJK UNIFIED IDEOGRAPH-636E",
    },
    Character {
        age: "1.1",
        codepoint: 0x636F,
        name: "CJK UNIFIED IDEOGRAPH-636F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6370,
        name: "CJK UNIFIED IDEOGRAPH-6370",
    },
    Character {
        age: "1.1",
        codepoint: 0x6371,
        name: "CJK UNIFIED IDEOGRAPH-6371",
    },
    Character {
        age: "1.1",
        codepoint: 0x6372,
        name: "CJK UNIFIED IDEOGRAPH-6372",
    },
    Character {
        age: "1.1",
        codepoint: 0x6373,
        name: "CJK UNIFIED IDEOGRAPH-6373",
    },
    Character {
        age: "1.1",
        codepoint: 0x6374,
        name: "CJK UNIFIED IDEOGRAPH-6374",
    },
    Character {
        age: "1.1",
        codepoint: 0x6375,
        name: "CJK UNIFIED IDEOGRAPH-6375",
    },
    Character {
        age: "1.1",
        codepoint: 0x6376,
        name: "CJK UNIFIED IDEOGRAPH-6376",
    },
    Character {
        age: "1.1",
        codepoint: 0x6377,
        name: "CJK UNIFIED IDEOGRAPH-6377",
    },
    Character {
        age: "1.1",
        codepoint: 0x6378,
        name: "CJK UNIFIED IDEOGRAPH-6378",
    },
    Character {
        age: "1.1",
        codepoint: 0x6379,
        name: "CJK UNIFIED IDEOGRAPH-6379",
    },
    Character {
        age: "1.1",
        codepoint: 0x637A,
        name: "CJK UNIFIED IDEOGRAPH-637A",
    },
    Character {
        age: "1.1",
        codepoint: 0x637B,
        name: "CJK UNIFIED IDEOGRAPH-637B",
    },
    Character {
        age: "1.1",
        codepoint: 0x637C,
        name: "CJK UNIFIED IDEOGRAPH-637C",
    },
    Character {
        age: "1.1",
        codepoint: 0x637D,
        name: "CJK UNIFIED IDEOGRAPH-637D",
    },
    Character {
        age: "1.1",
        codepoint: 0x637E,
        name: "CJK UNIFIED IDEOGRAPH-637E",
    },
    Character {
        age: "1.1",
        codepoint: 0x637F,
        name: "CJK UNIFIED IDEOGRAPH-637F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6380,
        name: "CJK UNIFIED IDEOGRAPH-6380",
    },
    Character {
        age: "1.1",
        codepoint: 0x6381,
        name: "CJK UNIFIED IDEOGRAPH-6381",
    },
    Character {
        age: "1.1",
        codepoint: 0x6382,
        name: "CJK UNIFIED IDEOGRAPH-6382",
    },
    Character {
        age: "1.1",
        codepoint: 0x6383,
        name: "CJK UNIFIED IDEOGRAPH-6383",
    },
    Character {
        age: "1.1",
        codepoint: 0x6384,
        name: "CJK UNIFIED IDEOGRAPH-6384",
    },
    Character {
        age: "1.1",
        codepoint: 0x6385,
        name: "CJK UNIFIED IDEOGRAPH-6385",
    },
    Character {
        age: "1.1",
        codepoint: 0x6386,
        name: "CJK UNIFIED IDEOGRAPH-6386",
    },
    Character {
        age: "1.1",
        codepoint: 0x6387,
        name: "CJK UNIFIED IDEOGRAPH-6387",
    },
    Character {
        age: "1.1",
        codepoint: 0x6388,
        name: "CJK UNIFIED IDEOGRAPH-6388",
    },
    Character {
        age: "1.1",
        codepoint: 0x6389,
        name: "CJK UNIFIED IDEOGRAPH-6389",
    },
    Character {
        age: "1.1",
        codepoint: 0x638A,
        name: "CJK UNIFIED IDEOGRAPH-638A",
    },
    Character {
        age: "1.1",
        codepoint: 0x638B,
        name: "CJK UNIFIED IDEOGRAPH-638B",
    },
    Character {
        age: "1.1",
        codepoint: 0x638C,
        name: "CJK UNIFIED IDEOGRAPH-638C",
    },
    Character {
        age: "1.1",
        codepoint: 0x638D,
        name: "CJK UNIFIED IDEOGRAPH-638D",
    },
    Character {
        age: "1.1",
        codepoint: 0x638E,
        name: "CJK UNIFIED IDEOGRAPH-638E",
    },
    Character {
        age: "1.1",
        codepoint: 0x638F,
        name: "CJK UNIFIED IDEOGRAPH-638F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6390,
        name: "CJK UNIFIED IDEOGRAPH-6390",
    },
    Character {
        age: "1.1",
        codepoint: 0x6391,
        name: "CJK UNIFIED IDEOGRAPH-6391",
    },
    Character {
        age: "1.1",
        codepoint: 0x6392,
        name: "CJK UNIFIED IDEOGRAPH-6392",
    },
    Character {
        age: "1.1",
        codepoint: 0x6393,
        name: "CJK UNIFIED IDEOGRAPH-6393",
    },
    Character {
        age: "1.1",
        codepoint: 0x6394,
        name: "CJK UNIFIED IDEOGRAPH-6394",
    },
    Character {
        age: "1.1",
        codepoint: 0x6395,
        name: "CJK UNIFIED IDEOGRAPH-6395",
    },
    Character {
        age: "1.1",
        codepoint: 0x6396,
        name: "CJK UNIFIED IDEOGRAPH-6396",
    },
    Character {
        age: "1.1",
        codepoint: 0x6397,
        name: "CJK UNIFIED IDEOGRAPH-6397",
    },
    Character {
        age: "1.1",
        codepoint: 0x6398,
        name: "CJK UNIFIED IDEOGRAPH-6398",
    },
    Character {
        age: "1.1",
        codepoint: 0x6399,
        name: "CJK UNIFIED IDEOGRAPH-6399",
    },
    Character {
        age: "1.1",
        codepoint: 0x639A,
        name: "CJK UNIFIED IDEOGRAPH-639A",
    },
    Character {
        age: "1.1",
        codepoint: 0x639B,
        name: "CJK UNIFIED IDEOGRAPH-639B",
    },
    Character {
        age: "1.1",
        codepoint: 0x639C,
        name: "CJK UNIFIED IDEOGRAPH-639C",
    },
    Character {
        age: "1.1",
        codepoint: 0x639D,
        name: "CJK UNIFIED IDEOGRAPH-639D",
    },
    Character {
        age: "1.1",
        codepoint: 0x639E,
        name: "CJK UNIFIED IDEOGRAPH-639E",
    },
    Character {
        age: "1.1",
        codepoint: 0x639F,
        name: "CJK UNIFIED IDEOGRAPH-639F",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A0,
        name: "CJK UNIFIED IDEOGRAPH-63A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A1,
        name: "CJK UNIFIED IDEOGRAPH-63A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A2,
        name: "CJK UNIFIED IDEOGRAPH-63A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A3,
        name: "CJK UNIFIED IDEOGRAPH-63A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A4,
        name: "CJK UNIFIED IDEOGRAPH-63A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A5,
        name: "CJK UNIFIED IDEOGRAPH-63A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A6,
        name: "CJK UNIFIED IDEOGRAPH-63A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A7,
        name: "CJK UNIFIED IDEOGRAPH-63A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A8,
        name: "CJK UNIFIED IDEOGRAPH-63A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x63A9,
        name: "CJK UNIFIED IDEOGRAPH-63A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x63AA,
        name: "CJK UNIFIED IDEOGRAPH-63AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x63AB,
        name: "CJK UNIFIED IDEOGRAPH-63AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x63AC,
        name: "CJK UNIFIED IDEOGRAPH-63AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x63AD,
        name: "CJK UNIFIED IDEOGRAPH-63AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x63AE,
        name: "CJK UNIFIED IDEOGRAPH-63AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x63AF,
        name: "CJK UNIFIED IDEOGRAPH-63AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B0,
        name: "CJK UNIFIED IDEOGRAPH-63B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B1,
        name: "CJK UNIFIED IDEOGRAPH-63B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B2,
        name: "CJK UNIFIED IDEOGRAPH-63B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B3,
        name: "CJK UNIFIED IDEOGRAPH-63B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B4,
        name: "CJK UNIFIED IDEOGRAPH-63B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B5,
        name: "CJK UNIFIED IDEOGRAPH-63B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B6,
        name: "CJK UNIFIED IDEOGRAPH-63B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B7,
        name: "CJK UNIFIED IDEOGRAPH-63B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B8,
        name: "CJK UNIFIED IDEOGRAPH-63B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x63B9,
        name: "CJK UNIFIED IDEOGRAPH-63B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x63BA,
        name: "CJK UNIFIED IDEOGRAPH-63BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x63BB,
        name: "CJK UNIFIED IDEOGRAPH-63BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x63BC,
        name: "CJK UNIFIED IDEOGRAPH-63BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x63BD,
        name: "CJK UNIFIED IDEOGRAPH-63BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x63BE,
        name: "CJK UNIFIED IDEOGRAPH-63BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x63BF,
        name: "CJK UNIFIED IDEOGRAPH-63BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C0,
        name: "CJK UNIFIED IDEOGRAPH-63C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C1,
        name: "CJK UNIFIED IDEOGRAPH-63C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C2,
        name: "CJK UNIFIED IDEOGRAPH-63C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C3,
        name: "CJK UNIFIED IDEOGRAPH-63C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C4,
        name: "CJK UNIFIED IDEOGRAPH-63C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C5,
        name: "CJK UNIFIED IDEOGRAPH-63C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C6,
        name: "CJK UNIFIED IDEOGRAPH-63C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C7,
        name: "CJK UNIFIED IDEOGRAPH-63C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C8,
        name: "CJK UNIFIED IDEOGRAPH-63C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x63C9,
        name: "CJK UNIFIED IDEOGRAPH-63C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x63CA,
        name: "CJK UNIFIED IDEOGRAPH-63CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x63CB,
        name: "CJK UNIFIED IDEOGRAPH-63CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x63CC,
        name: "CJK UNIFIED IDEOGRAPH-63CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x63CD,
        name: "CJK UNIFIED IDEOGRAPH-63CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x63CE,
        name: "CJK UNIFIED IDEOGRAPH-63CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x63CF,
        name: "CJK UNIFIED IDEOGRAPH-63CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D0,
        name: "CJK UNIFIED IDEOGRAPH-63D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D1,
        name: "CJK UNIFIED IDEOGRAPH-63D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D2,
        name: "CJK UNIFIED IDEOGRAPH-63D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D3,
        name: "CJK UNIFIED IDEOGRAPH-63D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D4,
        name: "CJK UNIFIED IDEOGRAPH-63D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D5,
        name: "CJK UNIFIED IDEOGRAPH-63D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D6,
        name: "CJK UNIFIED IDEOGRAPH-63D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D7,
        name: "CJK UNIFIED IDEOGRAPH-63D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D8,
        name: "CJK UNIFIED IDEOGRAPH-63D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x63D9,
        name: "CJK UNIFIED IDEOGRAPH-63D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x63DA,
        name: "CJK UNIFIED IDEOGRAPH-63DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x63DB,
        name: "CJK UNIFIED IDEOGRAPH-63DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x63DC,
        name: "CJK UNIFIED IDEOGRAPH-63DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x63DD,
        name: "CJK UNIFIED IDEOGRAPH-63DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x63DE,
        name: "CJK UNIFIED IDEOGRAPH-63DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x63DF,
        name: "CJK UNIFIED IDEOGRAPH-63DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E0,
        name: "CJK UNIFIED IDEOGRAPH-63E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E1,
        name: "CJK UNIFIED IDEOGRAPH-63E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E2,
        name: "CJK UNIFIED IDEOGRAPH-63E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E3,
        name: "CJK UNIFIED IDEOGRAPH-63E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E4,
        name: "CJK UNIFIED IDEOGRAPH-63E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E5,
        name: "CJK UNIFIED IDEOGRAPH-63E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E6,
        name: "CJK UNIFIED IDEOGRAPH-63E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E7,
        name: "CJK UNIFIED IDEOGRAPH-63E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E8,
        name: "CJK UNIFIED IDEOGRAPH-63E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x63E9,
        name: "CJK UNIFIED IDEOGRAPH-63E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x63EA,
        name: "CJK UNIFIED IDEOGRAPH-63EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x63EB,
        name: "CJK UNIFIED IDEOGRAPH-63EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x63EC,
        name: "CJK UNIFIED IDEOGRAPH-63EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x63ED,
        name: "CJK UNIFIED IDEOGRAPH-63ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x63EE,
        name: "CJK UNIFIED IDEOGRAPH-63EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x63EF,
        name: "CJK UNIFIED IDEOGRAPH-63EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F0,
        name: "CJK UNIFIED IDEOGRAPH-63F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F1,
        name: "CJK UNIFIED IDEOGRAPH-63F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F2,
        name: "CJK UNIFIED IDEOGRAPH-63F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F3,
        name: "CJK UNIFIED IDEOGRAPH-63F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F4,
        name: "CJK UNIFIED IDEOGRAPH-63F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F5,
        name: "CJK UNIFIED IDEOGRAPH-63F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F6,
        name: "CJK UNIFIED IDEOGRAPH-63F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F7,
        name: "CJK UNIFIED IDEOGRAPH-63F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F8,
        name: "CJK UNIFIED IDEOGRAPH-63F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x63F9,
        name: "CJK UNIFIED IDEOGRAPH-63F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x63FA,
        name: "CJK UNIFIED IDEOGRAPH-63FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x63FB,
        name: "CJK UNIFIED IDEOGRAPH-63FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x63FC,
        name: "CJK UNIFIED IDEOGRAPH-63FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x63FD,
        name: "CJK UNIFIED IDEOGRAPH-63FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x63FE,
        name: "CJK UNIFIED IDEOGRAPH-63FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x63FF,
        name: "CJK UNIFIED IDEOGRAPH-63FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6400,
        name: "CJK UNIFIED IDEOGRAPH-6400",
    },
    Character {
        age: "1.1",
        codepoint: 0x6401,
        name: "CJK UNIFIED IDEOGRAPH-6401",
    },
    Character {
        age: "1.1",
        codepoint: 0x6402,
        name: "CJK UNIFIED IDEOGRAPH-6402",
    },
    Character {
        age: "1.1",
        codepoint: 0x6403,
        name: "CJK UNIFIED IDEOGRAPH-6403",
    },
    Character {
        age: "1.1",
        codepoint: 0x6404,
        name: "CJK UNIFIED IDEOGRAPH-6404",
    },
    Character {
        age: "1.1",
        codepoint: 0x6405,
        name: "CJK UNIFIED IDEOGRAPH-6405",
    },
    Character {
        age: "1.1",
        codepoint: 0x6406,
        name: "CJK UNIFIED IDEOGRAPH-6406",
    },
    Character {
        age: "1.1",
        codepoint: 0x6407,
        name: "CJK UNIFIED IDEOGRAPH-6407",
    },
    Character {
        age: "1.1",
        codepoint: 0x6408,
        name: "CJK UNIFIED IDEOGRAPH-6408",
    },
    Character {
        age: "1.1",
        codepoint: 0x6409,
        name: "CJK UNIFIED IDEOGRAPH-6409",
    },
    Character {
        age: "1.1",
        codepoint: 0x640A,
        name: "CJK UNIFIED IDEOGRAPH-640A",
    },
    Character {
        age: "1.1",
        codepoint: 0x640B,
        name: "CJK UNIFIED IDEOGRAPH-640B",
    },
    Character {
        age: "1.1",
        codepoint: 0x640C,
        name: "CJK UNIFIED IDEOGRAPH-640C",
    },
    Character {
        age: "1.1",
        codepoint: 0x640D,
        name: "CJK UNIFIED IDEOGRAPH-640D",
    },
    Character {
        age: "1.1",
        codepoint: 0x640E,
        name: "CJK UNIFIED IDEOGRAPH-640E",
    },
    Character {
        age: "1.1",
        codepoint: 0x640F,
        name: "CJK UNIFIED IDEOGRAPH-640F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6410,
        name: "CJK UNIFIED IDEOGRAPH-6410",
    },
    Character {
        age: "1.1",
        codepoint: 0x6411,
        name: "CJK UNIFIED IDEOGRAPH-6411",
    },
    Character {
        age: "1.1",
        codepoint: 0x6412,
        name: "CJK UNIFIED IDEOGRAPH-6412",
    },
    Character {
        age: "1.1",
        codepoint: 0x6413,
        name: "CJK UNIFIED IDEOGRAPH-6413",
    },
    Character {
        age: "1.1",
        codepoint: 0x6414,
        name: "CJK UNIFIED IDEOGRAPH-6414",
    },
    Character {
        age: "1.1",
        codepoint: 0x6415,
        name: "CJK UNIFIED IDEOGRAPH-6415",
    },
    Character {
        age: "1.1",
        codepoint: 0x6416,
        name: "CJK UNIFIED IDEOGRAPH-6416",
    },
    Character {
        age: "1.1",
        codepoint: 0x6417,
        name: "CJK UNIFIED IDEOGRAPH-6417",
    },
    Character {
        age: "1.1",
        codepoint: 0x6418,
        name: "CJK UNIFIED IDEOGRAPH-6418",
    },
    Character {
        age: "1.1",
        codepoint: 0x6419,
        name: "CJK UNIFIED IDEOGRAPH-6419",
    },
    Character {
        age: "1.1",
        codepoint: 0x641A,
        name: "CJK UNIFIED IDEOGRAPH-641A",
    },
    Character {
        age: "1.1",
        codepoint: 0x641B,
        name: "CJK UNIFIED IDEOGRAPH-641B",
    },
    Character {
        age: "1.1",
        codepoint: 0x641C,
        name: "CJK UNIFIED IDEOGRAPH-641C",
    },
    Character {
        age: "1.1",
        codepoint: 0x641D,
        name: "CJK UNIFIED IDEOGRAPH-641D",
    },
    Character {
        age: "1.1",
        codepoint: 0x641E,
        name: "CJK UNIFIED IDEOGRAPH-641E",
    },
    Character {
        age: "1.1",
        codepoint: 0x641F,
        name: "CJK UNIFIED IDEOGRAPH-641F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6420,
        name: "CJK UNIFIED IDEOGRAPH-6420",
    },
    Character {
        age: "1.1",
        codepoint: 0x6421,
        name: "CJK UNIFIED IDEOGRAPH-6421",
    },
    Character {
        age: "1.1",
        codepoint: 0x6422,
        name: "CJK UNIFIED IDEOGRAPH-6422",
    },
    Character {
        age: "1.1",
        codepoint: 0x6423,
        name: "CJK UNIFIED IDEOGRAPH-6423",
    },
    Character {
        age: "1.1",
        codepoint: 0x6424,
        name: "CJK UNIFIED IDEOGRAPH-6424",
    },
    Character {
        age: "1.1",
        codepoint: 0x6425,
        name: "CJK UNIFIED IDEOGRAPH-6425",
    },
    Character {
        age: "1.1",
        codepoint: 0x6426,
        name: "CJK UNIFIED IDEOGRAPH-6426",
    },
    Character {
        age: "1.1",
        codepoint: 0x6427,
        name: "CJK UNIFIED IDEOGRAPH-6427",
    },
    Character {
        age: "1.1",
        codepoint: 0x6428,
        name: "CJK UNIFIED IDEOGRAPH-6428",
    },
    Character {
        age: "1.1",
        codepoint: 0x6429,
        name: "CJK UNIFIED IDEOGRAPH-6429",
    },
    Character {
        age: "1.1",
        codepoint: 0x642A,
        name: "CJK UNIFIED IDEOGRAPH-642A",
    },
    Character {
        age: "1.1",
        codepoint: 0x642B,
        name: "CJK UNIFIED IDEOGRAPH-642B",
    },
    Character {
        age: "1.1",
        codepoint: 0x642C,
        name: "CJK UNIFIED IDEOGRAPH-642C",
    },
    Character {
        age: "1.1",
        codepoint: 0x642D,
        name: "CJK UNIFIED IDEOGRAPH-642D",
    },
    Character {
        age: "1.1",
        codepoint: 0x642E,
        name: "CJK UNIFIED IDEOGRAPH-642E",
    },
    Character {
        age: "1.1",
        codepoint: 0x642F,
        name: "CJK UNIFIED IDEOGRAPH-642F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6430,
        name: "CJK UNIFIED IDEOGRAPH-6430",
    },
    Character {
        age: "1.1",
        codepoint: 0x6431,
        name: "CJK UNIFIED IDEOGRAPH-6431",
    },
    Character {
        age: "1.1",
        codepoint: 0x6432,
        name: "CJK UNIFIED IDEOGRAPH-6432",
    },
    Character {
        age: "1.1",
        codepoint: 0x6433,
        name: "CJK UNIFIED IDEOGRAPH-6433",
    },
    Character {
        age: "1.1",
        codepoint: 0x6434,
        name: "CJK UNIFIED IDEOGRAPH-6434",
    },
    Character {
        age: "1.1",
        codepoint: 0x6435,
        name: "CJK UNIFIED IDEOGRAPH-6435",
    },
    Character {
        age: "1.1",
        codepoint: 0x6436,
        name: "CJK UNIFIED IDEOGRAPH-6436",
    },
    Character {
        age: "1.1",
        codepoint: 0x6437,
        name: "CJK UNIFIED IDEOGRAPH-6437",
    },
    Character {
        age: "1.1",
        codepoint: 0x6438,
        name: "CJK UNIFIED IDEOGRAPH-6438",
    },
    Character {
        age: "1.1",
        codepoint: 0x6439,
        name: "CJK UNIFIED IDEOGRAPH-6439",
    },
    Character {
        age: "1.1",
        codepoint: 0x643A,
        name: "CJK UNIFIED IDEOGRAPH-643A",
    },
    Character {
        age: "1.1",
        codepoint: 0x643B,
        name: "CJK UNIFIED IDEOGRAPH-643B",
    },
    Character {
        age: "1.1",
        codepoint: 0x643C,
        name: "CJK UNIFIED IDEOGRAPH-643C",
    },
    Character {
        age: "1.1",
        codepoint: 0x643D,
        name: "CJK UNIFIED IDEOGRAPH-643D",
    },
    Character {
        age: "1.1",
        codepoint: 0x643E,
        name: "CJK UNIFIED IDEOGRAPH-643E",
    },
    Character {
        age: "1.1",
        codepoint: 0x643F,
        name: "CJK UNIFIED IDEOGRAPH-643F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6440,
        name: "CJK UNIFIED IDEOGRAPH-6440",
    },
    Character {
        age: "1.1",
        codepoint: 0x6441,
        name: "CJK UNIFIED IDEOGRAPH-6441",
    },
    Character {
        age: "1.1",
        codepoint: 0x6442,
        name: "CJK UNIFIED IDEOGRAPH-6442",
    },
    Character {
        age: "1.1",
        codepoint: 0x6443,
        name: "CJK UNIFIED IDEOGRAPH-6443",
    },
    Character {
        age: "1.1",
        codepoint: 0x6444,
        name: "CJK UNIFIED IDEOGRAPH-6444",
    },
    Character {
        age: "1.1",
        codepoint: 0x6445,
        name: "CJK UNIFIED IDEOGRAPH-6445",
    },
    Character {
        age: "1.1",
        codepoint: 0x6446,
        name: "CJK UNIFIED IDEOGRAPH-6446",
    },
    Character {
        age: "1.1",
        codepoint: 0x6447,
        name: "CJK UNIFIED IDEOGRAPH-6447",
    },
    Character {
        age: "1.1",
        codepoint: 0x6448,
        name: "CJK UNIFIED IDEOGRAPH-6448",
    },
    Character {
        age: "1.1",
        codepoint: 0x6449,
        name: "CJK UNIFIED IDEOGRAPH-6449",
    },
    Character {
        age: "1.1",
        codepoint: 0x644A,
        name: "CJK UNIFIED IDEOGRAPH-644A",
    },
    Character {
        age: "1.1",
        codepoint: 0x644B,
        name: "CJK UNIFIED IDEOGRAPH-644B",
    },
    Character {
        age: "1.1",
        codepoint: 0x644C,
        name: "CJK UNIFIED IDEOGRAPH-644C",
    },
    Character {
        age: "1.1",
        codepoint: 0x644D,
        name: "CJK UNIFIED IDEOGRAPH-644D",
    },
    Character {
        age: "1.1",
        codepoint: 0x644E,
        name: "CJK UNIFIED IDEOGRAPH-644E",
    },
    Character {
        age: "1.1",
        codepoint: 0x644F,
        name: "CJK UNIFIED IDEOGRAPH-644F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6450,
        name: "CJK UNIFIED IDEOGRAPH-6450",
    },
    Character {
        age: "1.1",
        codepoint: 0x6451,
        name: "CJK UNIFIED IDEOGRAPH-6451",
    },
    Character {
        age: "1.1",
        codepoint: 0x6452,
        name: "CJK UNIFIED IDEOGRAPH-6452",
    },
    Character {
        age: "1.1",
        codepoint: 0x6453,
        name: "CJK UNIFIED IDEOGRAPH-6453",
    },
    Character {
        age: "1.1",
        codepoint: 0x6454,
        name: "CJK UNIFIED IDEOGRAPH-6454",
    },
    Character {
        age: "1.1",
        codepoint: 0x6455,
        name: "CJK UNIFIED IDEOGRAPH-6455",
    },
    Character {
        age: "1.1",
        codepoint: 0x6456,
        name: "CJK UNIFIED IDEOGRAPH-6456",
    },
    Character {
        age: "1.1",
        codepoint: 0x6457,
        name: "CJK UNIFIED IDEOGRAPH-6457",
    },
    Character {
        age: "1.1",
        codepoint: 0x6458,
        name: "CJK UNIFIED IDEOGRAPH-6458",
    },
    Character {
        age: "1.1",
        codepoint: 0x6459,
        name: "CJK UNIFIED IDEOGRAPH-6459",
    },
    Character {
        age: "1.1",
        codepoint: 0x645A,
        name: "CJK UNIFIED IDEOGRAPH-645A",
    },
    Character {
        age: "1.1",
        codepoint: 0x645B,
        name: "CJK UNIFIED IDEOGRAPH-645B",
    },
    Character {
        age: "1.1",
        codepoint: 0x645C,
        name: "CJK UNIFIED IDEOGRAPH-645C",
    },
    Character {
        age: "1.1",
        codepoint: 0x645D,
        name: "CJK UNIFIED IDEOGRAPH-645D",
    },
    Character {
        age: "1.1",
        codepoint: 0x645E,
        name: "CJK UNIFIED IDEOGRAPH-645E",
    },
    Character {
        age: "1.1",
        codepoint: 0x645F,
        name: "CJK UNIFIED IDEOGRAPH-645F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6460,
        name: "CJK UNIFIED IDEOGRAPH-6460",
    },
    Character {
        age: "1.1",
        codepoint: 0x6461,
        name: "CJK UNIFIED IDEOGRAPH-6461",
    },
    Character {
        age: "1.1",
        codepoint: 0x6462,
        name: "CJK UNIFIED IDEOGRAPH-6462",
    },
    Character {
        age: "1.1",
        codepoint: 0x6463,
        name: "CJK UNIFIED IDEOGRAPH-6463",
    },
    Character {
        age: "1.1",
        codepoint: 0x6464,
        name: "CJK UNIFIED IDEOGRAPH-6464",
    },
    Character {
        age: "1.1",
        codepoint: 0x6465,
        name: "CJK UNIFIED IDEOGRAPH-6465",
    },
    Character {
        age: "1.1",
        codepoint: 0x6466,
        name: "CJK UNIFIED IDEOGRAPH-6466",
    },
    Character {
        age: "1.1",
        codepoint: 0x6467,
        name: "CJK UNIFIED IDEOGRAPH-6467",
    },
    Character {
        age: "1.1",
        codepoint: 0x6468,
        name: "CJK UNIFIED IDEOGRAPH-6468",
    },
    Character {
        age: "1.1",
        codepoint: 0x6469,
        name: "CJK UNIFIED IDEOGRAPH-6469",
    },
    Character {
        age: "1.1",
        codepoint: 0x646A,
        name: "CJK UNIFIED IDEOGRAPH-646A",
    },
    Character {
        age: "1.1",
        codepoint: 0x646B,
        name: "CJK UNIFIED IDEOGRAPH-646B",
    },
    Character {
        age: "1.1",
        codepoint: 0x646C,
        name: "CJK UNIFIED IDEOGRAPH-646C",
    },
    Character {
        age: "1.1",
        codepoint: 0x646D,
        name: "CJK UNIFIED IDEOGRAPH-646D",
    },
    Character {
        age: "1.1",
        codepoint: 0x646E,
        name: "CJK UNIFIED IDEOGRAPH-646E",
    },
    Character {
        age: "1.1",
        codepoint: 0x646F,
        name: "CJK UNIFIED IDEOGRAPH-646F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6470,
        name: "CJK UNIFIED IDEOGRAPH-6470",
    },
    Character {
        age: "1.1",
        codepoint: 0x6471,
        name: "CJK UNIFIED IDEOGRAPH-6471",
    },
    Character {
        age: "1.1",
        codepoint: 0x6472,
        name: "CJK UNIFIED IDEOGRAPH-6472",
    },
    Character {
        age: "1.1",
        codepoint: 0x6473,
        name: "CJK UNIFIED IDEOGRAPH-6473",
    },
    Character {
        age: "1.1",
        codepoint: 0x6474,
        name: "CJK UNIFIED IDEOGRAPH-6474",
    },
    Character {
        age: "1.1",
        codepoint: 0x6475,
        name: "CJK UNIFIED IDEOGRAPH-6475",
    },
    Character {
        age: "1.1",
        codepoint: 0x6476,
        name: "CJK UNIFIED IDEOGRAPH-6476",
    },
    Character {
        age: "1.1",
        codepoint: 0x6477,
        name: "CJK UNIFIED IDEOGRAPH-6477",
    },
    Character {
        age: "1.1",
        codepoint: 0x6478,
        name: "CJK UNIFIED IDEOGRAPH-6478",
    },
    Character {
        age: "1.1",
        codepoint: 0x6479,
        name: "CJK UNIFIED IDEOGRAPH-6479",
    },
    Character {
        age: "1.1",
        codepoint: 0x647A,
        name: "CJK UNIFIED IDEOGRAPH-647A",
    },
    Character {
        age: "1.1",
        codepoint: 0x647B,
        name: "CJK UNIFIED IDEOGRAPH-647B",
    },
    Character {
        age: "1.1",
        codepoint: 0x647C,
        name: "CJK UNIFIED IDEOGRAPH-647C",
    },
    Character {
        age: "1.1",
        codepoint: 0x647D,
        name: "CJK UNIFIED IDEOGRAPH-647D",
    },
    Character {
        age: "1.1",
        codepoint: 0x647E,
        name: "CJK UNIFIED IDEOGRAPH-647E",
    },
    Character {
        age: "1.1",
        codepoint: 0x647F,
        name: "CJK UNIFIED IDEOGRAPH-647F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6480,
        name: "CJK UNIFIED IDEOGRAPH-6480",
    },
    Character {
        age: "1.1",
        codepoint: 0x6481,
        name: "CJK UNIFIED IDEOGRAPH-6481",
    },
    Character {
        age: "1.1",
        codepoint: 0x6482,
        name: "CJK UNIFIED IDEOGRAPH-6482",
    },
    Character {
        age: "1.1",
        codepoint: 0x6483,
        name: "CJK UNIFIED IDEOGRAPH-6483",
    },
    Character {
        age: "1.1",
        codepoint: 0x6484,
        name: "CJK UNIFIED IDEOGRAPH-6484",
    },
    Character {
        age: "1.1",
        codepoint: 0x6485,
        name: "CJK UNIFIED IDEOGRAPH-6485",
    },
    Character {
        age: "1.1",
        codepoint: 0x6486,
        name: "CJK UNIFIED IDEOGRAPH-6486",
    },
    Character {
        age: "1.1",
        codepoint: 0x6487,
        name: "CJK UNIFIED IDEOGRAPH-6487",
    },
    Character {
        age: "1.1",
        codepoint: 0x6488,
        name: "CJK UNIFIED IDEOGRAPH-6488",
    },
    Character {
        age: "1.1",
        codepoint: 0x6489,
        name: "CJK UNIFIED IDEOGRAPH-6489",
    },
    Character {
        age: "1.1",
        codepoint: 0x648A,
        name: "CJK UNIFIED IDEOGRAPH-648A",
    },
    Character {
        age: "1.1",
        codepoint: 0x648B,
        name: "CJK UNIFIED IDEOGRAPH-648B",
    },
    Character {
        age: "1.1",
        codepoint: 0x648C,
        name: "CJK UNIFIED IDEOGRAPH-648C",
    },
    Character {
        age: "1.1",
        codepoint: 0x648D,
        name: "CJK UNIFIED IDEOGRAPH-648D",
    },
    Character {
        age: "1.1",
        codepoint: 0x648E,
        name: "CJK UNIFIED IDEOGRAPH-648E",
    },
    Character {
        age: "1.1",
        codepoint: 0x648F,
        name: "CJK UNIFIED IDEOGRAPH-648F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6490,
        name: "CJK UNIFIED IDEOGRAPH-6490",
    },
    Character {
        age: "1.1",
        codepoint: 0x6491,
        name: "CJK UNIFIED IDEOGRAPH-6491",
    },
    Character {
        age: "1.1",
        codepoint: 0x6492,
        name: "CJK UNIFIED IDEOGRAPH-6492",
    },
    Character {
        age: "1.1",
        codepoint: 0x6493,
        name: "CJK UNIFIED IDEOGRAPH-6493",
    },
    Character {
        age: "1.1",
        codepoint: 0x6494,
        name: "CJK UNIFIED IDEOGRAPH-6494",
    },
    Character {
        age: "1.1",
        codepoint: 0x6495,
        name: "CJK UNIFIED IDEOGRAPH-6495",
    },
    Character {
        age: "1.1",
        codepoint: 0x6496,
        name: "CJK UNIFIED IDEOGRAPH-6496",
    },
    Character {
        age: "1.1",
        codepoint: 0x6497,
        name: "CJK UNIFIED IDEOGRAPH-6497",
    },
    Character {
        age: "1.1",
        codepoint: 0x6498,
        name: "CJK UNIFIED IDEOGRAPH-6498",
    },
    Character {
        age: "1.1",
        codepoint: 0x6499,
        name: "CJK UNIFIED IDEOGRAPH-6499",
    },
    Character {
        age: "1.1",
        codepoint: 0x649A,
        name: "CJK UNIFIED IDEOGRAPH-649A",
    },
    Character {
        age: "1.1",
        codepoint: 0x649B,
        name: "CJK UNIFIED IDEOGRAPH-649B",
    },
    Character {
        age: "1.1",
        codepoint: 0x649C,
        name: "CJK UNIFIED IDEOGRAPH-649C",
    },
    Character {
        age: "1.1",
        codepoint: 0x649D,
        name: "CJK UNIFIED IDEOGRAPH-649D",
    },
    Character {
        age: "1.1",
        codepoint: 0x649E,
        name: "CJK UNIFIED IDEOGRAPH-649E",
    },
    Character {
        age: "1.1",
        codepoint: 0x649F,
        name: "CJK UNIFIED IDEOGRAPH-649F",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A0,
        name: "CJK UNIFIED IDEOGRAPH-64A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A1,
        name: "CJK UNIFIED IDEOGRAPH-64A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A2,
        name: "CJK UNIFIED IDEOGRAPH-64A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A3,
        name: "CJK UNIFIED IDEOGRAPH-64A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A4,
        name: "CJK UNIFIED IDEOGRAPH-64A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A5,
        name: "CJK UNIFIED IDEOGRAPH-64A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A6,
        name: "CJK UNIFIED IDEOGRAPH-64A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A7,
        name: "CJK UNIFIED IDEOGRAPH-64A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A8,
        name: "CJK UNIFIED IDEOGRAPH-64A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x64A9,
        name: "CJK UNIFIED IDEOGRAPH-64A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x64AA,
        name: "CJK UNIFIED IDEOGRAPH-64AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x64AB,
        name: "CJK UNIFIED IDEOGRAPH-64AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x64AC,
        name: "CJK UNIFIED IDEOGRAPH-64AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x64AD,
        name: "CJK UNIFIED IDEOGRAPH-64AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x64AE,
        name: "CJK UNIFIED IDEOGRAPH-64AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x64AF,
        name: "CJK UNIFIED IDEOGRAPH-64AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B0,
        name: "CJK UNIFIED IDEOGRAPH-64B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B1,
        name: "CJK UNIFIED IDEOGRAPH-64B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B2,
        name: "CJK UNIFIED IDEOGRAPH-64B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B3,
        name: "CJK UNIFIED IDEOGRAPH-64B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B4,
        name: "CJK UNIFIED IDEOGRAPH-64B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B5,
        name: "CJK UNIFIED IDEOGRAPH-64B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B6,
        name: "CJK UNIFIED IDEOGRAPH-64B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B7,
        name: "CJK UNIFIED IDEOGRAPH-64B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B8,
        name: "CJK UNIFIED IDEOGRAPH-64B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x64B9,
        name: "CJK UNIFIED IDEOGRAPH-64B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x64BA,
        name: "CJK UNIFIED IDEOGRAPH-64BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x64BB,
        name: "CJK UNIFIED IDEOGRAPH-64BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x64BC,
        name: "CJK UNIFIED IDEOGRAPH-64BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x64BD,
        name: "CJK UNIFIED IDEOGRAPH-64BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x64BE,
        name: "CJK UNIFIED IDEOGRAPH-64BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x64BF,
        name: "CJK UNIFIED IDEOGRAPH-64BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C0,
        name: "CJK UNIFIED IDEOGRAPH-64C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C1,
        name: "CJK UNIFIED IDEOGRAPH-64C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C2,
        name: "CJK UNIFIED IDEOGRAPH-64C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C3,
        name: "CJK UNIFIED IDEOGRAPH-64C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C4,
        name: "CJK UNIFIED IDEOGRAPH-64C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C5,
        name: "CJK UNIFIED IDEOGRAPH-64C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C6,
        name: "CJK UNIFIED IDEOGRAPH-64C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C7,
        name: "CJK UNIFIED IDEOGRAPH-64C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C8,
        name: "CJK UNIFIED IDEOGRAPH-64C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x64C9,
        name: "CJK UNIFIED IDEOGRAPH-64C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x64CA,
        name: "CJK UNIFIED IDEOGRAPH-64CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x64CB,
        name: "CJK UNIFIED IDEOGRAPH-64CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x64CC,
        name: "CJK UNIFIED IDEOGRAPH-64CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x64CD,
        name: "CJK UNIFIED IDEOGRAPH-64CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x64CE,
        name: "CJK UNIFIED IDEOGRAPH-64CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x64CF,
        name: "CJK UNIFIED IDEOGRAPH-64CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D0,
        name: "CJK UNIFIED IDEOGRAPH-64D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D1,
        name: "CJK UNIFIED IDEOGRAPH-64D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D2,
        name: "CJK UNIFIED IDEOGRAPH-64D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D3,
        name: "CJK UNIFIED IDEOGRAPH-64D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D4,
        name: "CJK UNIFIED IDEOGRAPH-64D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D5,
        name: "CJK UNIFIED IDEOGRAPH-64D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D6,
        name: "CJK UNIFIED IDEOGRAPH-64D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D7,
        name: "CJK UNIFIED IDEOGRAPH-64D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D8,
        name: "CJK UNIFIED IDEOGRAPH-64D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x64D9,
        name: "CJK UNIFIED IDEOGRAPH-64D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x64DA,
        name: "CJK UNIFIED IDEOGRAPH-64DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x64DB,
        name: "CJK UNIFIED IDEOGRAPH-64DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x64DC,
        name: "CJK UNIFIED IDEOGRAPH-64DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x64DD,
        name: "CJK UNIFIED IDEOGRAPH-64DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x64DE,
        name: "CJK UNIFIED IDEOGRAPH-64DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x64DF,
        name: "CJK UNIFIED IDEOGRAPH-64DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E0,
        name: "CJK UNIFIED IDEOGRAPH-64E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E1,
        name: "CJK UNIFIED IDEOGRAPH-64E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E2,
        name: "CJK UNIFIED IDEOGRAPH-64E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E3,
        name: "CJK UNIFIED IDEOGRAPH-64E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E4,
        name: "CJK UNIFIED IDEOGRAPH-64E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E5,
        name: "CJK UNIFIED IDEOGRAPH-64E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E6,
        name: "CJK UNIFIED IDEOGRAPH-64E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E7,
        name: "CJK UNIFIED IDEOGRAPH-64E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E8,
        name: "CJK UNIFIED IDEOGRAPH-64E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x64E9,
        name: "CJK UNIFIED IDEOGRAPH-64E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x64EA,
        name: "CJK UNIFIED IDEOGRAPH-64EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x64EB,
        name: "CJK UNIFIED IDEOGRAPH-64EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x64EC,
        name: "CJK UNIFIED IDEOGRAPH-64EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x64ED,
        name: "CJK UNIFIED IDEOGRAPH-64ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x64EE,
        name: "CJK UNIFIED IDEOGRAPH-64EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x64EF,
        name: "CJK UNIFIED IDEOGRAPH-64EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F0,
        name: "CJK UNIFIED IDEOGRAPH-64F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F1,
        name: "CJK UNIFIED IDEOGRAPH-64F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F2,
        name: "CJK UNIFIED IDEOGRAPH-64F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F3,
        name: "CJK UNIFIED IDEOGRAPH-64F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F4,
        name: "CJK UNIFIED IDEOGRAPH-64F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F5,
        name: "CJK UNIFIED IDEOGRAPH-64F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F6,
        name: "CJK UNIFIED IDEOGRAPH-64F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F7,
        name: "CJK UNIFIED IDEOGRAPH-64F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F8,
        name: "CJK UNIFIED IDEOGRAPH-64F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x64F9,
        name: "CJK UNIFIED IDEOGRAPH-64F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x64FA,
        name: "CJK UNIFIED IDEOGRAPH-64FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x64FB,
        name: "CJK UNIFIED IDEOGRAPH-64FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x64FC,
        name: "CJK UNIFIED IDEOGRAPH-64FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x64FD,
        name: "CJK UNIFIED IDEOGRAPH-64FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x64FE,
        name: "CJK UNIFIED IDEOGRAPH-64FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x64FF,
        name: "CJK UNIFIED IDEOGRAPH-64FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6500,
        name: "CJK UNIFIED IDEOGRAPH-6500",
    },
    Character {
        age: "1.1",
        codepoint: 0x6501,
        name: "CJK UNIFIED IDEOGRAPH-6501",
    },
    Character {
        age: "1.1",
        codepoint: 0x6502,
        name: "CJK UNIFIED IDEOGRAPH-6502",
    },
    Character {
        age: "1.1",
        codepoint: 0x6503,
        name: "CJK UNIFIED IDEOGRAPH-6503",
    },
    Character {
        age: "1.1",
        codepoint: 0x6504,
        name: "CJK UNIFIED IDEOGRAPH-6504",
    },
    Character {
        age: "1.1",
        codepoint: 0x6505,
        name: "CJK UNIFIED IDEOGRAPH-6505",
    },
    Character {
        age: "1.1",
        codepoint: 0x6506,
        name: "CJK UNIFIED IDEOGRAPH-6506",
    },
    Character {
        age: "1.1",
        codepoint: 0x6507,
        name: "CJK UNIFIED IDEOGRAPH-6507",
    },
    Character {
        age: "1.1",
        codepoint: 0x6508,
        name: "CJK UNIFIED IDEOGRAPH-6508",
    },
    Character {
        age: "1.1",
        codepoint: 0x6509,
        name: "CJK UNIFIED IDEOGRAPH-6509",
    },
    Character {
        age: "1.1",
        codepoint: 0x650A,
        name: "CJK UNIFIED IDEOGRAPH-650A",
    },
    Character {
        age: "1.1",
        codepoint: 0x650B,
        name: "CJK UNIFIED IDEOGRAPH-650B",
    },
    Character {
        age: "1.1",
        codepoint: 0x650C,
        name: "CJK UNIFIED IDEOGRAPH-650C",
    },
    Character {
        age: "1.1",
        codepoint: 0x650D,
        name: "CJK UNIFIED IDEOGRAPH-650D",
    },
    Character {
        age: "1.1",
        codepoint: 0x650E,
        name: "CJK UNIFIED IDEOGRAPH-650E",
    },
    Character {
        age: "1.1",
        codepoint: 0x650F,
        name: "CJK UNIFIED IDEOGRAPH-650F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6510,
        name: "CJK UNIFIED IDEOGRAPH-6510",
    },
    Character {
        age: "1.1",
        codepoint: 0x6511,
        name: "CJK UNIFIED IDEOGRAPH-6511",
    },
    Character {
        age: "1.1",
        codepoint: 0x6512,
        name: "CJK UNIFIED IDEOGRAPH-6512",
    },
    Character {
        age: "1.1",
        codepoint: 0x6513,
        name: "CJK UNIFIED IDEOGRAPH-6513",
    },
    Character {
        age: "1.1",
        codepoint: 0x6514,
        name: "CJK UNIFIED IDEOGRAPH-6514",
    },
    Character {
        age: "1.1",
        codepoint: 0x6515,
        name: "CJK UNIFIED IDEOGRAPH-6515",
    },
    Character {
        age: "1.1",
        codepoint: 0x6516,
        name: "CJK UNIFIED IDEOGRAPH-6516",
    },
    Character {
        age: "1.1",
        codepoint: 0x6517,
        name: "CJK UNIFIED IDEOGRAPH-6517",
    },
    Character {
        age: "1.1",
        codepoint: 0x6518,
        name: "CJK UNIFIED IDEOGRAPH-6518",
    },
    Character {
        age: "1.1",
        codepoint: 0x6519,
        name: "CJK UNIFIED IDEOGRAPH-6519",
    },
    Character {
        age: "1.1",
        codepoint: 0x651A,
        name: "CJK UNIFIED IDEOGRAPH-651A",
    },
    Character {
        age: "1.1",
        codepoint: 0x651B,
        name: "CJK UNIFIED IDEOGRAPH-651B",
    },
    Character {
        age: "1.1",
        codepoint: 0x651C,
        name: "CJK UNIFIED IDEOGRAPH-651C",
    },
    Character {
        age: "1.1",
        codepoint: 0x651D,
        name: "CJK UNIFIED IDEOGRAPH-651D",
    },
    Character {
        age: "1.1",
        codepoint: 0x651E,
        name: "CJK UNIFIED IDEOGRAPH-651E",
    },
    Character {
        age: "1.1",
        codepoint: 0x651F,
        name: "CJK UNIFIED IDEOGRAPH-651F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6520,
        name: "CJK UNIFIED IDEOGRAPH-6520",
    },
    Character {
        age: "1.1",
        codepoint: 0x6521,
        name: "CJK UNIFIED IDEOGRAPH-6521",
    },
    Character {
        age: "1.1",
        codepoint: 0x6522,
        name: "CJK UNIFIED IDEOGRAPH-6522",
    },
    Character {
        age: "1.1",
        codepoint: 0x6523,
        name: "CJK UNIFIED IDEOGRAPH-6523",
    },
    Character {
        age: "1.1",
        codepoint: 0x6524,
        name: "CJK UNIFIED IDEOGRAPH-6524",
    },
    Character {
        age: "1.1",
        codepoint: 0x6525,
        name: "CJK UNIFIED IDEOGRAPH-6525",
    },
    Character {
        age: "1.1",
        codepoint: 0x6526,
        name: "CJK UNIFIED IDEOGRAPH-6526",
    },
    Character {
        age: "1.1",
        codepoint: 0x6527,
        name: "CJK UNIFIED IDEOGRAPH-6527",
    },
    Character {
        age: "1.1",
        codepoint: 0x6528,
        name: "CJK UNIFIED IDEOGRAPH-6528",
    },
    Character {
        age: "1.1",
        codepoint: 0x6529,
        name: "CJK UNIFIED IDEOGRAPH-6529",
    },
    Character {
        age: "1.1",
        codepoint: 0x652A,
        name: "CJK UNIFIED IDEOGRAPH-652A",
    },
    Character {
        age: "1.1",
        codepoint: 0x652B,
        name: "CJK UNIFIED IDEOGRAPH-652B",
    },
    Character {
        age: "1.1",
        codepoint: 0x652C,
        name: "CJK UNIFIED IDEOGRAPH-652C",
    },
    Character {
        age: "1.1",
        codepoint: 0x652D,
        name: "CJK UNIFIED IDEOGRAPH-652D",
    },
    Character {
        age: "1.1",
        codepoint: 0x652E,
        name: "CJK UNIFIED IDEOGRAPH-652E",
    },
    Character {
        age: "1.1",
        codepoint: 0x652F,
        name: "CJK UNIFIED IDEOGRAPH-652F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6530,
        name: "CJK UNIFIED IDEOGRAPH-6530",
    },
    Character {
        age: "1.1",
        codepoint: 0x6531,
        name: "CJK UNIFIED IDEOGRAPH-6531",
    },
    Character {
        age: "1.1",
        codepoint: 0x6532,
        name: "CJK UNIFIED IDEOGRAPH-6532",
    },
    Character {
        age: "1.1",
        codepoint: 0x6533,
        name: "CJK UNIFIED IDEOGRAPH-6533",
    },
    Character {
        age: "1.1",
        codepoint: 0x6534,
        name: "CJK UNIFIED IDEOGRAPH-6534",
    },
    Character {
        age: "1.1",
        codepoint: 0x6535,
        name: "CJK UNIFIED IDEOGRAPH-6535",
    },
    Character {
        age: "1.1",
        codepoint: 0x6536,
        name: "CJK UNIFIED IDEOGRAPH-6536",
    },
    Character {
        age: "1.1",
        codepoint: 0x6537,
        name: "CJK UNIFIED IDEOGRAPH-6537",
    },
    Character {
        age: "1.1",
        codepoint: 0x6538,
        name: "CJK UNIFIED IDEOGRAPH-6538",
    },
    Character {
        age: "1.1",
        codepoint: 0x6539,
        name: "CJK UNIFIED IDEOGRAPH-6539",
    },
    Character {
        age: "1.1",
        codepoint: 0x653A,
        name: "CJK UNIFIED IDEOGRAPH-653A",
    },
    Character {
        age: "1.1",
        codepoint: 0x653B,
        name: "CJK UNIFIED IDEOGRAPH-653B",
    },
    Character {
        age: "1.1",
        codepoint: 0x653C,
        name: "CJK UNIFIED IDEOGRAPH-653C",
    },
    Character {
        age: "1.1",
        codepoint: 0x653D,
        name: "CJK UNIFIED IDEOGRAPH-653D",
    },
    Character {
        age: "1.1",
        codepoint: 0x653E,
        name: "CJK UNIFIED IDEOGRAPH-653E",
    },
    Character {
        age: "1.1",
        codepoint: 0x653F,
        name: "CJK UNIFIED IDEOGRAPH-653F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6540,
        name: "CJK UNIFIED IDEOGRAPH-6540",
    },
    Character {
        age: "1.1",
        codepoint: 0x6541,
        name: "CJK UNIFIED IDEOGRAPH-6541",
    },
    Character {
        age: "1.1",
        codepoint: 0x6542,
        name: "CJK UNIFIED IDEOGRAPH-6542",
    },
    Character {
        age: "1.1",
        codepoint: 0x6543,
        name: "CJK UNIFIED IDEOGRAPH-6543",
    },
    Character {
        age: "1.1",
        codepoint: 0x6544,
        name: "CJK UNIFIED IDEOGRAPH-6544",
    },
    Character {
        age: "1.1",
        codepoint: 0x6545,
        name: "CJK UNIFIED IDEOGRAPH-6545",
    },
    Character {
        age: "1.1",
        codepoint: 0x6546,
        name: "CJK UNIFIED IDEOGRAPH-6546",
    },
    Character {
        age: "1.1",
        codepoint: 0x6547,
        name: "CJK UNIFIED IDEOGRAPH-6547",
    },
    Character {
        age: "1.1",
        codepoint: 0x6548,
        name: "CJK UNIFIED IDEOGRAPH-6548",
    },
    Character {
        age: "1.1",
        codepoint: 0x6549,
        name: "CJK UNIFIED IDEOGRAPH-6549",
    },
    Character {
        age: "1.1",
        codepoint: 0x654A,
        name: "CJK UNIFIED IDEOGRAPH-654A",
    },
    Character {
        age: "1.1",
        codepoint: 0x654B,
        name: "CJK UNIFIED IDEOGRAPH-654B",
    },
    Character {
        age: "1.1",
        codepoint: 0x654C,
        name: "CJK UNIFIED IDEOGRAPH-654C",
    },
    Character {
        age: "1.1",
        codepoint: 0x654D,
        name: "CJK UNIFIED IDEOGRAPH-654D",
    },
    Character {
        age: "1.1",
        codepoint: 0x654E,
        name: "CJK UNIFIED IDEOGRAPH-654E",
    },
    Character {
        age: "1.1",
        codepoint: 0x654F,
        name: "CJK UNIFIED IDEOGRAPH-654F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6550,
        name: "CJK UNIFIED IDEOGRAPH-6550",
    },
    Character {
        age: "1.1",
        codepoint: 0x6551,
        name: "CJK UNIFIED IDEOGRAPH-6551",
    },
    Character {
        age: "1.1",
        codepoint: 0x6552,
        name: "CJK UNIFIED IDEOGRAPH-6552",
    },
    Character {
        age: "1.1",
        codepoint: 0x6553,
        name: "CJK UNIFIED IDEOGRAPH-6553",
    },
    Character {
        age: "1.1",
        codepoint: 0x6554,
        name: "CJK UNIFIED IDEOGRAPH-6554",
    },
    Character {
        age: "1.1",
        codepoint: 0x6555,
        name: "CJK UNIFIED IDEOGRAPH-6555",
    },
    Character {
        age: "1.1",
        codepoint: 0x6556,
        name: "CJK UNIFIED IDEOGRAPH-6556",
    },
    Character {
        age: "1.1",
        codepoint: 0x6557,
        name: "CJK UNIFIED IDEOGRAPH-6557",
    },
    Character {
        age: "1.1",
        codepoint: 0x6558,
        name: "CJK UNIFIED IDEOGRAPH-6558",
    },
    Character {
        age: "1.1",
        codepoint: 0x6559,
        name: "CJK UNIFIED IDEOGRAPH-6559",
    },
    Character {
        age: "1.1",
        codepoint: 0x655A,
        name: "CJK UNIFIED IDEOGRAPH-655A",
    },
    Character {
        age: "1.1",
        codepoint: 0x655B,
        name: "CJK UNIFIED IDEOGRAPH-655B",
    },
    Character {
        age: "1.1",
        codepoint: 0x655C,
        name: "CJK UNIFIED IDEOGRAPH-655C",
    },
    Character {
        age: "1.1",
        codepoint: 0x655D,
        name: "CJK UNIFIED IDEOGRAPH-655D",
    },
    Character {
        age: "1.1",
        codepoint: 0x655E,
        name: "CJK UNIFIED IDEOGRAPH-655E",
    },
    Character {
        age: "1.1",
        codepoint: 0x655F,
        name: "CJK UNIFIED IDEOGRAPH-655F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6560,
        name: "CJK UNIFIED IDEOGRAPH-6560",
    },
    Character {
        age: "1.1",
        codepoint: 0x6561,
        name: "CJK UNIFIED IDEOGRAPH-6561",
    },
    Character {
        age: "1.1",
        codepoint: 0x6562,
        name: "CJK UNIFIED IDEOGRAPH-6562",
    },
    Character {
        age: "1.1",
        codepoint: 0x6563,
        name: "CJK UNIFIED IDEOGRAPH-6563",
    },
    Character {
        age: "1.1",
        codepoint: 0x6564,
        name: "CJK UNIFIED IDEOGRAPH-6564",
    },
    Character {
        age: "1.1",
        codepoint: 0x6565,
        name: "CJK UNIFIED IDEOGRAPH-6565",
    },
    Character {
        age: "1.1",
        codepoint: 0x6566,
        name: "CJK UNIFIED IDEOGRAPH-6566",
    },
    Character {
        age: "1.1",
        codepoint: 0x6567,
        name: "CJK UNIFIED IDEOGRAPH-6567",
    },
    Character {
        age: "1.1",
        codepoint: 0x6568,
        name: "CJK UNIFIED IDEOGRAPH-6568",
    },
    Character {
        age: "1.1",
        codepoint: 0x6569,
        name: "CJK UNIFIED IDEOGRAPH-6569",
    },
    Character {
        age: "1.1",
        codepoint: 0x656A,
        name: "CJK UNIFIED IDEOGRAPH-656A",
    },
    Character {
        age: "1.1",
        codepoint: 0x656B,
        name: "CJK UNIFIED IDEOGRAPH-656B",
    },
    Character {
        age: "1.1",
        codepoint: 0x656C,
        name: "CJK UNIFIED IDEOGRAPH-656C",
    },
    Character {
        age: "1.1",
        codepoint: 0x656D,
        name: "CJK UNIFIED IDEOGRAPH-656D",
    },
    Character {
        age: "1.1",
        codepoint: 0x656E,
        name: "CJK UNIFIED IDEOGRAPH-656E",
    },
    Character {
        age: "1.1",
        codepoint: 0x656F,
        name: "CJK UNIFIED IDEOGRAPH-656F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6570,
        name: "CJK UNIFIED IDEOGRAPH-6570",
    },
    Character {
        age: "1.1",
        codepoint: 0x6571,
        name: "CJK UNIFIED IDEOGRAPH-6571",
    },
    Character {
        age: "1.1",
        codepoint: 0x6572,
        name: "CJK UNIFIED IDEOGRAPH-6572",
    },
    Character {
        age: "1.1",
        codepoint: 0x6573,
        name: "CJK UNIFIED IDEOGRAPH-6573",
    },
    Character {
        age: "1.1",
        codepoint: 0x6574,
        name: "CJK UNIFIED IDEOGRAPH-6574",
    },
    Character {
        age: "1.1",
        codepoint: 0x6575,
        name: "CJK UNIFIED IDEOGRAPH-6575",
    },
    Character {
        age: "1.1",
        codepoint: 0x6576,
        name: "CJK UNIFIED IDEOGRAPH-6576",
    },
    Character {
        age: "1.1",
        codepoint: 0x6577,
        name: "CJK UNIFIED IDEOGRAPH-6577",
    },
    Character {
        age: "1.1",
        codepoint: 0x6578,
        name: "CJK UNIFIED IDEOGRAPH-6578",
    },
    Character {
        age: "1.1",
        codepoint: 0x6579,
        name: "CJK UNIFIED IDEOGRAPH-6579",
    },
    Character {
        age: "1.1",
        codepoint: 0x657A,
        name: "CJK UNIFIED IDEOGRAPH-657A",
    },
    Character {
        age: "1.1",
        codepoint: 0x657B,
        name: "CJK UNIFIED IDEOGRAPH-657B",
    },
    Character {
        age: "1.1",
        codepoint: 0x657C,
        name: "CJK UNIFIED IDEOGRAPH-657C",
    },
    Character {
        age: "1.1",
        codepoint: 0x657D,
        name: "CJK UNIFIED IDEOGRAPH-657D",
    },
    Character {
        age: "1.1",
        codepoint: 0x657E,
        name: "CJK UNIFIED IDEOGRAPH-657E",
    },
    Character {
        age: "1.1",
        codepoint: 0x657F,
        name: "CJK UNIFIED IDEOGRAPH-657F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6580,
        name: "CJK UNIFIED IDEOGRAPH-6580",
    },
    Character {
        age: "1.1",
        codepoint: 0x6581,
        name: "CJK UNIFIED IDEOGRAPH-6581",
    },
    Character {
        age: "1.1",
        codepoint: 0x6582,
        name: "CJK UNIFIED IDEOGRAPH-6582",
    },
    Character {
        age: "1.1",
        codepoint: 0x6583,
        name: "CJK UNIFIED IDEOGRAPH-6583",
    },
    Character {
        age: "1.1",
        codepoint: 0x6584,
        name: "CJK UNIFIED IDEOGRAPH-6584",
    },
    Character {
        age: "1.1",
        codepoint: 0x6585,
        name: "CJK UNIFIED IDEOGRAPH-6585",
    },
    Character {
        age: "1.1",
        codepoint: 0x6586,
        name: "CJK UNIFIED IDEOGRAPH-6586",
    },
    Character {
        age: "1.1",
        codepoint: 0x6587,
        name: "CJK UNIFIED IDEOGRAPH-6587",
    },
    Character {
        age: "1.1",
        codepoint: 0x6588,
        name: "CJK UNIFIED IDEOGRAPH-6588",
    },
    Character {
        age: "1.1",
        codepoint: 0x6589,
        name: "CJK UNIFIED IDEOGRAPH-6589",
    },
    Character {
        age: "1.1",
        codepoint: 0x658A,
        name: "CJK UNIFIED IDEOGRAPH-658A",
    },
    Character {
        age: "1.1",
        codepoint: 0x658B,
        name: "CJK UNIFIED IDEOGRAPH-658B",
    },
    Character {
        age: "1.1",
        codepoint: 0x658C,
        name: "CJK UNIFIED IDEOGRAPH-658C",
    },
    Character {
        age: "1.1",
        codepoint: 0x658D,
        name: "CJK UNIFIED IDEOGRAPH-658D",
    },
    Character {
        age: "1.1",
        codepoint: 0x658E,
        name: "CJK UNIFIED IDEOGRAPH-658E",
    },
    Character {
        age: "1.1",
        codepoint: 0x658F,
        name: "CJK UNIFIED IDEOGRAPH-658F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6590,
        name: "CJK UNIFIED IDEOGRAPH-6590",
    },
    Character {
        age: "1.1",
        codepoint: 0x6591,
        name: "CJK UNIFIED IDEOGRAPH-6591",
    },
    Character {
        age: "1.1",
        codepoint: 0x6592,
        name: "CJK UNIFIED IDEOGRAPH-6592",
    },
    Character {
        age: "1.1",
        codepoint: 0x6593,
        name: "CJK UNIFIED IDEOGRAPH-6593",
    },
    Character {
        age: "1.1",
        codepoint: 0x6594,
        name: "CJK UNIFIED IDEOGRAPH-6594",
    },
    Character {
        age: "1.1",
        codepoint: 0x6595,
        name: "CJK UNIFIED IDEOGRAPH-6595",
    },
    Character {
        age: "1.1",
        codepoint: 0x6596,
        name: "CJK UNIFIED IDEOGRAPH-6596",
    },
    Character {
        age: "1.1",
        codepoint: 0x6597,
        name: "CJK UNIFIED IDEOGRAPH-6597",
    },
    Character {
        age: "1.1",
        codepoint: 0x6598,
        name: "CJK UNIFIED IDEOGRAPH-6598",
    },
    Character {
        age: "1.1",
        codepoint: 0x6599,
        name: "CJK UNIFIED IDEOGRAPH-6599",
    },
    Character {
        age: "1.1",
        codepoint: 0x659A,
        name: "CJK UNIFIED IDEOGRAPH-659A",
    },
    Character {
        age: "1.1",
        codepoint: 0x659B,
        name: "CJK UNIFIED IDEOGRAPH-659B",
    },
    Character {
        age: "1.1",
        codepoint: 0x659C,
        name: "CJK UNIFIED IDEOGRAPH-659C",
    },
    Character {
        age: "1.1",
        codepoint: 0x659D,
        name: "CJK UNIFIED IDEOGRAPH-659D",
    },
    Character {
        age: "1.1",
        codepoint: 0x659E,
        name: "CJK UNIFIED IDEOGRAPH-659E",
    },
    Character {
        age: "1.1",
        codepoint: 0x659F,
        name: "CJK UNIFIED IDEOGRAPH-659F",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A0,
        name: "CJK UNIFIED IDEOGRAPH-65A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A1,
        name: "CJK UNIFIED IDEOGRAPH-65A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A2,
        name: "CJK UNIFIED IDEOGRAPH-65A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A3,
        name: "CJK UNIFIED IDEOGRAPH-65A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A4,
        name: "CJK UNIFIED IDEOGRAPH-65A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A5,
        name: "CJK UNIFIED IDEOGRAPH-65A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A6,
        name: "CJK UNIFIED IDEOGRAPH-65A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A7,
        name: "CJK UNIFIED IDEOGRAPH-65A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A8,
        name: "CJK UNIFIED IDEOGRAPH-65A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x65A9,
        name: "CJK UNIFIED IDEOGRAPH-65A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x65AA,
        name: "CJK UNIFIED IDEOGRAPH-65AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x65AB,
        name: "CJK UNIFIED IDEOGRAPH-65AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x65AC,
        name: "CJK UNIFIED IDEOGRAPH-65AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x65AD,
        name: "CJK UNIFIED IDEOGRAPH-65AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x65AE,
        name: "CJK UNIFIED IDEOGRAPH-65AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x65AF,
        name: "CJK UNIFIED IDEOGRAPH-65AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B0,
        name: "CJK UNIFIED IDEOGRAPH-65B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B1,
        name: "CJK UNIFIED IDEOGRAPH-65B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B2,
        name: "CJK UNIFIED IDEOGRAPH-65B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B3,
        name: "CJK UNIFIED IDEOGRAPH-65B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B4,
        name: "CJK UNIFIED IDEOGRAPH-65B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B5,
        name: "CJK UNIFIED IDEOGRAPH-65B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B6,
        name: "CJK UNIFIED IDEOGRAPH-65B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B7,
        name: "CJK UNIFIED IDEOGRAPH-65B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B8,
        name: "CJK UNIFIED IDEOGRAPH-65B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x65B9,
        name: "CJK UNIFIED IDEOGRAPH-65B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x65BA,
        name: "CJK UNIFIED IDEOGRAPH-65BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x65BB,
        name: "CJK UNIFIED IDEOGRAPH-65BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x65BC,
        name: "CJK UNIFIED IDEOGRAPH-65BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x65BD,
        name: "CJK UNIFIED IDEOGRAPH-65BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x65BE,
        name: "CJK UNIFIED IDEOGRAPH-65BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x65BF,
        name: "CJK UNIFIED IDEOGRAPH-65BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C0,
        name: "CJK UNIFIED IDEOGRAPH-65C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C1,
        name: "CJK UNIFIED IDEOGRAPH-65C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C2,
        name: "CJK UNIFIED IDEOGRAPH-65C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C3,
        name: "CJK UNIFIED IDEOGRAPH-65C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C4,
        name: "CJK UNIFIED IDEOGRAPH-65C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C5,
        name: "CJK UNIFIED IDEOGRAPH-65C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C6,
        name: "CJK UNIFIED IDEOGRAPH-65C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C7,
        name: "CJK UNIFIED IDEOGRAPH-65C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C8,
        name: "CJK UNIFIED IDEOGRAPH-65C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x65C9,
        name: "CJK UNIFIED IDEOGRAPH-65C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x65CA,
        name: "CJK UNIFIED IDEOGRAPH-65CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x65CB,
        name: "CJK UNIFIED IDEOGRAPH-65CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x65CC,
        name: "CJK UNIFIED IDEOGRAPH-65CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x65CD,
        name: "CJK UNIFIED IDEOGRAPH-65CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x65CE,
        name: "CJK UNIFIED IDEOGRAPH-65CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x65CF,
        name: "CJK UNIFIED IDEOGRAPH-65CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D0,
        name: "CJK UNIFIED IDEOGRAPH-65D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D1,
        name: "CJK UNIFIED IDEOGRAPH-65D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D2,
        name: "CJK UNIFIED IDEOGRAPH-65D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D3,
        name: "CJK UNIFIED IDEOGRAPH-65D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D4,
        name: "CJK UNIFIED IDEOGRAPH-65D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D5,
        name: "CJK UNIFIED IDEOGRAPH-65D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D6,
        name: "CJK UNIFIED IDEOGRAPH-65D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D7,
        name: "CJK UNIFIED IDEOGRAPH-65D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D8,
        name: "CJK UNIFIED IDEOGRAPH-65D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x65D9,
        name: "CJK UNIFIED IDEOGRAPH-65D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x65DA,
        name: "CJK UNIFIED IDEOGRAPH-65DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x65DB,
        name: "CJK UNIFIED IDEOGRAPH-65DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x65DC,
        name: "CJK UNIFIED IDEOGRAPH-65DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x65DD,
        name: "CJK UNIFIED IDEOGRAPH-65DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x65DE,
        name: "CJK UNIFIED IDEOGRAPH-65DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x65DF,
        name: "CJK UNIFIED IDEOGRAPH-65DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E0,
        name: "CJK UNIFIED IDEOGRAPH-65E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E1,
        name: "CJK UNIFIED IDEOGRAPH-65E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E2,
        name: "CJK UNIFIED IDEOGRAPH-65E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E3,
        name: "CJK UNIFIED IDEOGRAPH-65E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E4,
        name: "CJK UNIFIED IDEOGRAPH-65E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E5,
        name: "CJK UNIFIED IDEOGRAPH-65E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E6,
        name: "CJK UNIFIED IDEOGRAPH-65E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E7,
        name: "CJK UNIFIED IDEOGRAPH-65E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E8,
        name: "CJK UNIFIED IDEOGRAPH-65E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x65E9,
        name: "CJK UNIFIED IDEOGRAPH-65E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x65EA,
        name: "CJK UNIFIED IDEOGRAPH-65EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x65EB,
        name: "CJK UNIFIED IDEOGRAPH-65EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x65EC,
        name: "CJK UNIFIED IDEOGRAPH-65EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x65ED,
        name: "CJK UNIFIED IDEOGRAPH-65ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x65EE,
        name: "CJK UNIFIED IDEOGRAPH-65EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x65EF,
        name: "CJK UNIFIED IDEOGRAPH-65EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F0,
        name: "CJK UNIFIED IDEOGRAPH-65F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F1,
        name: "CJK UNIFIED IDEOGRAPH-65F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F2,
        name: "CJK UNIFIED IDEOGRAPH-65F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F3,
        name: "CJK UNIFIED IDEOGRAPH-65F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F4,
        name: "CJK UNIFIED IDEOGRAPH-65F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F5,
        name: "CJK UNIFIED IDEOGRAPH-65F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F6,
        name: "CJK UNIFIED IDEOGRAPH-65F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F7,
        name: "CJK UNIFIED IDEOGRAPH-65F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F8,
        name: "CJK UNIFIED IDEOGRAPH-65F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x65F9,
        name: "CJK UNIFIED IDEOGRAPH-65F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x65FA,
        name: "CJK UNIFIED IDEOGRAPH-65FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x65FB,
        name: "CJK UNIFIED IDEOGRAPH-65FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x65FC,
        name: "CJK UNIFIED IDEOGRAPH-65FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x65FD,
        name: "CJK UNIFIED IDEOGRAPH-65FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x65FE,
        name: "CJK UNIFIED IDEOGRAPH-65FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x65FF,
        name: "CJK UNIFIED IDEOGRAPH-65FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6600,
        name: "CJK UNIFIED IDEOGRAPH-6600",
    },
    Character {
        age: "1.1",
        codepoint: 0x6601,
        name: "CJK UNIFIED IDEOGRAPH-6601",
    },
    Character {
        age: "1.1",
        codepoint: 0x6602,
        name: "CJK UNIFIED IDEOGRAPH-6602",
    },
    Character {
        age: "1.1",
        codepoint: 0x6603,
        name: "CJK UNIFIED IDEOGRAPH-6603",
    },
    Character {
        age: "1.1",
        codepoint: 0x6604,
        name: "CJK UNIFIED IDEOGRAPH-6604",
    },
    Character {
        age: "1.1",
        codepoint: 0x6605,
        name: "CJK UNIFIED IDEOGRAPH-6605",
    },
    Character {
        age: "1.1",
        codepoint: 0x6606,
        name: "CJK UNIFIED IDEOGRAPH-6606",
    },
    Character {
        age: "1.1",
        codepoint: 0x6607,
        name: "CJK UNIFIED IDEOGRAPH-6607",
    },
    Character {
        age: "1.1",
        codepoint: 0x6608,
        name: "CJK UNIFIED IDEOGRAPH-6608",
    },
    Character {
        age: "1.1",
        codepoint: 0x6609,
        name: "CJK UNIFIED IDEOGRAPH-6609",
    },
    Character {
        age: "1.1",
        codepoint: 0x660A,
        name: "CJK UNIFIED IDEOGRAPH-660A",
    },
    Character {
        age: "1.1",
        codepoint: 0x660B,
        name: "CJK UNIFIED IDEOGRAPH-660B",
    },
    Character {
        age: "1.1",
        codepoint: 0x660C,
        name: "CJK UNIFIED IDEOGRAPH-660C",
    },
    Character {
        age: "1.1",
        codepoint: 0x660D,
        name: "CJK UNIFIED IDEOGRAPH-660D",
    },
    Character {
        age: "1.1",
        codepoint: 0x660E,
        name: "CJK UNIFIED IDEOGRAPH-660E",
    },
    Character {
        age: "1.1",
        codepoint: 0x660F,
        name: "CJK UNIFIED IDEOGRAPH-660F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6610,
        name: "CJK UNIFIED IDEOGRAPH-6610",
    },
    Character {
        age: "1.1",
        codepoint: 0x6611,
        name: "CJK UNIFIED IDEOGRAPH-6611",
    },
    Character {
        age: "1.1",
        codepoint: 0x6612,
        name: "CJK UNIFIED IDEOGRAPH-6612",
    },
    Character {
        age: "1.1",
        codepoint: 0x6613,
        name: "CJK UNIFIED IDEOGRAPH-6613",
    },
    Character {
        age: "1.1",
        codepoint: 0x6614,
        name: "CJK UNIFIED IDEOGRAPH-6614",
    },
    Character {
        age: "1.1",
        codepoint: 0x6615,
        name: "CJK UNIFIED IDEOGRAPH-6615",
    },
    Character {
        age: "1.1",
        codepoint: 0x6616,
        name: "CJK UNIFIED IDEOGRAPH-6616",
    },
    Character {
        age: "1.1",
        codepoint: 0x6617,
        name: "CJK UNIFIED IDEOGRAPH-6617",
    },
    Character {
        age: "1.1",
        codepoint: 0x6618,
        name: "CJK UNIFIED IDEOGRAPH-6618",
    },
    Character {
        age: "1.1",
        codepoint: 0x6619,
        name: "CJK UNIFIED IDEOGRAPH-6619",
    },
    Character {
        age: "1.1",
        codepoint: 0x661A,
        name: "CJK UNIFIED IDEOGRAPH-661A",
    },
    Character {
        age: "1.1",
        codepoint: 0x661B,
        name: "CJK UNIFIED IDEOGRAPH-661B",
    },
    Character {
        age: "1.1",
        codepoint: 0x661C,
        name: "CJK UNIFIED IDEOGRAPH-661C",
    },
    Character {
        age: "1.1",
        codepoint: 0x661D,
        name: "CJK UNIFIED IDEOGRAPH-661D",
    },
    Character {
        age: "1.1",
        codepoint: 0x661E,
        name: "CJK UNIFIED IDEOGRAPH-661E",
    },
    Character {
        age: "1.1",
        codepoint: 0x661F,
        name: "CJK UNIFIED IDEOGRAPH-661F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6620,
        name: "CJK UNIFIED IDEOGRAPH-6620",
    },
    Character {
        age: "1.1",
        codepoint: 0x6621,
        name: "CJK UNIFIED IDEOGRAPH-6621",
    },
    Character {
        age: "1.1",
        codepoint: 0x6622,
        name: "CJK UNIFIED IDEOGRAPH-6622",
    },
    Character {
        age: "1.1",
        codepoint: 0x6623,
        name: "CJK UNIFIED IDEOGRAPH-6623",
    },
    Character {
        age: "1.1",
        codepoint: 0x6624,
        name: "CJK UNIFIED IDEOGRAPH-6624",
    },
    Character {
        age: "1.1",
        codepoint: 0x6625,
        name: "CJK UNIFIED IDEOGRAPH-6625",
    },
    Character {
        age: "1.1",
        codepoint: 0x6626,
        name: "CJK UNIFIED IDEOGRAPH-6626",
    },
    Character {
        age: "1.1",
        codepoint: 0x6627,
        name: "CJK UNIFIED IDEOGRAPH-6627",
    },
    Character {
        age: "1.1",
        codepoint: 0x6628,
        name: "CJK UNIFIED IDEOGRAPH-6628",
    },
    Character {
        age: "1.1",
        codepoint: 0x6629,
        name: "CJK UNIFIED IDEOGRAPH-6629",
    },
    Character {
        age: "1.1",
        codepoint: 0x662A,
        name: "CJK UNIFIED IDEOGRAPH-662A",
    },
    Character {
        age: "1.1",
        codepoint: 0x662B,
        name: "CJK UNIFIED IDEOGRAPH-662B",
    },
    Character {
        age: "1.1",
        codepoint: 0x662C,
        name: "CJK UNIFIED IDEOGRAPH-662C",
    },
    Character {
        age: "1.1",
        codepoint: 0x662D,
        name: "CJK UNIFIED IDEOGRAPH-662D",
    },
    Character {
        age: "1.1",
        codepoint: 0x662E,
        name: "CJK UNIFIED IDEOGRAPH-662E",
    },
    Character {
        age: "1.1",
        codepoint: 0x662F,
        name: "CJK UNIFIED IDEOGRAPH-662F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6630,
        name: "CJK UNIFIED IDEOGRAPH-6630",
    },
    Character {
        age: "1.1",
        codepoint: 0x6631,
        name: "CJK UNIFIED IDEOGRAPH-6631",
    },
    Character {
        age: "1.1",
        codepoint: 0x6632,
        name: "CJK UNIFIED IDEOGRAPH-6632",
    },
    Character {
        age: "1.1",
        codepoint: 0x6633,
        name: "CJK UNIFIED IDEOGRAPH-6633",
    },
    Character {
        age: "1.1",
        codepoint: 0x6634,
        name: "CJK UNIFIED IDEOGRAPH-6634",
    },
    Character {
        age: "1.1",
        codepoint: 0x6635,
        name: "CJK UNIFIED IDEOGRAPH-6635",
    },
    Character {
        age: "1.1",
        codepoint: 0x6636,
        name: "CJK UNIFIED IDEOGRAPH-6636",
    },
    Character {
        age: "1.1",
        codepoint: 0x6637,
        name: "CJK UNIFIED IDEOGRAPH-6637",
    },
    Character {
        age: "1.1",
        codepoint: 0x6638,
        name: "CJK UNIFIED IDEOGRAPH-6638",
    },
    Character {
        age: "1.1",
        codepoint: 0x6639,
        name: "CJK UNIFIED IDEOGRAPH-6639",
    },
    Character {
        age: "1.1",
        codepoint: 0x663A,
        name: "CJK UNIFIED IDEOGRAPH-663A",
    },
    Character {
        age: "1.1",
        codepoint: 0x663B,
        name: "CJK UNIFIED IDEOGRAPH-663B",
    },
    Character {
        age: "1.1",
        codepoint: 0x663C,
        name: "CJK UNIFIED IDEOGRAPH-663C",
    },
    Character {
        age: "1.1",
        codepoint: 0x663D,
        name: "CJK UNIFIED IDEOGRAPH-663D",
    },
    Character {
        age: "1.1",
        codepoint: 0x663E,
        name: "CJK UNIFIED IDEOGRAPH-663E",
    },
    Character {
        age: "1.1",
        codepoint: 0x663F,
        name: "CJK UNIFIED IDEOGRAPH-663F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6640,
        name: "CJK UNIFIED IDEOGRAPH-6640",
    },
    Character {
        age: "1.1",
        codepoint: 0x6641,
        name: "CJK UNIFIED IDEOGRAPH-6641",
    },
    Character {
        age: "1.1",
        codepoint: 0x6642,
        name: "CJK UNIFIED IDEOGRAPH-6642",
    },
    Character {
        age: "1.1",
        codepoint: 0x6643,
        name: "CJK UNIFIED IDEOGRAPH-6643",
    },
    Character {
        age: "1.1",
        codepoint: 0x6644,
        name: "CJK UNIFIED IDEOGRAPH-6644",
    },
    Character {
        age: "1.1",
        codepoint: 0x6645,
        name: "CJK UNIFIED IDEOGRAPH-6645",
    },
    Character {
        age: "1.1",
        codepoint: 0x6646,
        name: "CJK UNIFIED IDEOGRAPH-6646",
    },
    Character {
        age: "1.1",
        codepoint: 0x6647,
        name: "CJK UNIFIED IDEOGRAPH-6647",
    },
    Character {
        age: "1.1",
        codepoint: 0x6648,
        name: "CJK UNIFIED IDEOGRAPH-6648",
    },
    Character {
        age: "1.1",
        codepoint: 0x6649,
        name: "CJK UNIFIED IDEOGRAPH-6649",
    },
    Character {
        age: "1.1",
        codepoint: 0x664A,
        name: "CJK UNIFIED IDEOGRAPH-664A",
    },
    Character {
        age: "1.1",
        codepoint: 0x664B,
        name: "CJK UNIFIED IDEOGRAPH-664B",
    },
    Character {
        age: "1.1",
        codepoint: 0x664C,
        name: "CJK UNIFIED IDEOGRAPH-664C",
    },
    Character {
        age: "1.1",
        codepoint: 0x664D,
        name: "CJK UNIFIED IDEOGRAPH-664D",
    },
    Character {
        age: "1.1",
        codepoint: 0x664E,
        name: "CJK UNIFIED IDEOGRAPH-664E",
    },
    Character {
        age: "1.1",
        codepoint: 0x664F,
        name: "CJK UNIFIED IDEOGRAPH-664F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6650,
        name: "CJK UNIFIED IDEOGRAPH-6650",
    },
    Character {
        age: "1.1",
        codepoint: 0x6651,
        name: "CJK UNIFIED IDEOGRAPH-6651",
    },
    Character {
        age: "1.1",
        codepoint: 0x6652,
        name: "CJK UNIFIED IDEOGRAPH-6652",
    },
    Character {
        age: "1.1",
        codepoint: 0x6653,
        name: "CJK UNIFIED IDEOGRAPH-6653",
    },
    Character {
        age: "1.1",
        codepoint: 0x6654,
        name: "CJK UNIFIED IDEOGRAPH-6654",
    },
    Character {
        age: "1.1",
        codepoint: 0x6655,
        name: "CJK UNIFIED IDEOGRAPH-6655",
    },
    Character {
        age: "1.1",
        codepoint: 0x6656,
        name: "CJK UNIFIED IDEOGRAPH-6656",
    },
    Character {
        age: "1.1",
        codepoint: 0x6657,
        name: "CJK UNIFIED IDEOGRAPH-6657",
    },
    Character {
        age: "1.1",
        codepoint: 0x6658,
        name: "CJK UNIFIED IDEOGRAPH-6658",
    },
    Character {
        age: "1.1",
        codepoint: 0x6659,
        name: "CJK UNIFIED IDEOGRAPH-6659",
    },
    Character {
        age: "1.1",
        codepoint: 0x665A,
        name: "CJK UNIFIED IDEOGRAPH-665A",
    },
    Character {
        age: "1.1",
        codepoint: 0x665B,
        name: "CJK UNIFIED IDEOGRAPH-665B",
    },
    Character {
        age: "1.1",
        codepoint: 0x665C,
        name: "CJK UNIFIED IDEOGRAPH-665C",
    },
    Character {
        age: "1.1",
        codepoint: 0x665D,
        name: "CJK UNIFIED IDEOGRAPH-665D",
    },
    Character {
        age: "1.1",
        codepoint: 0x665E,
        name: "CJK UNIFIED IDEOGRAPH-665E",
    },
    Character {
        age: "1.1",
        codepoint: 0x665F,
        name: "CJK UNIFIED IDEOGRAPH-665F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6660,
        name: "CJK UNIFIED IDEOGRAPH-6660",
    },
    Character {
        age: "1.1",
        codepoint: 0x6661,
        name: "CJK UNIFIED IDEOGRAPH-6661",
    },
    Character {
        age: "1.1",
        codepoint: 0x6662,
        name: "CJK UNIFIED IDEOGRAPH-6662",
    },
    Character {
        age: "1.1",
        codepoint: 0x6663,
        name: "CJK UNIFIED IDEOGRAPH-6663",
    },
    Character {
        age: "1.1",
        codepoint: 0x6664,
        name: "CJK UNIFIED IDEOGRAPH-6664",
    },
    Character {
        age: "1.1",
        codepoint: 0x6665,
        name: "CJK UNIFIED IDEOGRAPH-6665",
    },
    Character {
        age: "1.1",
        codepoint: 0x6666,
        name: "CJK UNIFIED IDEOGRAPH-6666",
    },
    Character {
        age: "1.1",
        codepoint: 0x6667,
        name: "CJK UNIFIED IDEOGRAPH-6667",
    },
    Character {
        age: "1.1",
        codepoint: 0x6668,
        name: "CJK UNIFIED IDEOGRAPH-6668",
    },
    Character {
        age: "1.1",
        codepoint: 0x6669,
        name: "CJK UNIFIED IDEOGRAPH-6669",
    },
    Character {
        age: "1.1",
        codepoint: 0x666A,
        name: "CJK UNIFIED IDEOGRAPH-666A",
    },
    Character {
        age: "1.1",
        codepoint: 0x666B,
        name: "CJK UNIFIED IDEOGRAPH-666B",
    },
    Character {
        age: "1.1",
        codepoint: 0x666C,
        name: "CJK UNIFIED IDEOGRAPH-666C",
    },
    Character {
        age: "1.1",
        codepoint: 0x666D,
        name: "CJK UNIFIED IDEOGRAPH-666D",
    },
    Character {
        age: "1.1",
        codepoint: 0x666E,
        name: "CJK UNIFIED IDEOGRAPH-666E",
    },
    Character {
        age: "1.1",
        codepoint: 0x666F,
        name: "CJK UNIFIED IDEOGRAPH-666F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6670,
        name: "CJK UNIFIED IDEOGRAPH-6670",
    },
    Character {
        age: "1.1",
        codepoint: 0x6671,
        name: "CJK UNIFIED IDEOGRAPH-6671",
    },
    Character {
        age: "1.1",
        codepoint: 0x6672,
        name: "CJK UNIFIED IDEOGRAPH-6672",
    },
    Character {
        age: "1.1",
        codepoint: 0x6673,
        name: "CJK UNIFIED IDEOGRAPH-6673",
    },
    Character {
        age: "1.1",
        codepoint: 0x6674,
        name: "CJK UNIFIED IDEOGRAPH-6674",
    },
    Character {
        age: "1.1",
        codepoint: 0x6675,
        name: "CJK UNIFIED IDEOGRAPH-6675",
    },
    Character {
        age: "1.1",
        codepoint: 0x6676,
        name: "CJK UNIFIED IDEOGRAPH-6676",
    },
    Character {
        age: "1.1",
        codepoint: 0x6677,
        name: "CJK UNIFIED IDEOGRAPH-6677",
    },
    Character {
        age: "1.1",
        codepoint: 0x6678,
        name: "CJK UNIFIED IDEOGRAPH-6678",
    },
    Character {
        age: "1.1",
        codepoint: 0x6679,
        name: "CJK UNIFIED IDEOGRAPH-6679",
    },
    Character {
        age: "1.1",
        codepoint: 0x667A,
        name: "CJK UNIFIED IDEOGRAPH-667A",
    },
    Character {
        age: "1.1",
        codepoint: 0x667B,
        name: "CJK UNIFIED IDEOGRAPH-667B",
    },
    Character {
        age: "1.1",
        codepoint: 0x667C,
        name: "CJK UNIFIED IDEOGRAPH-667C",
    },
    Character {
        age: "1.1",
        codepoint: 0x667D,
        name: "CJK UNIFIED IDEOGRAPH-667D",
    },
    Character {
        age: "1.1",
        codepoint: 0x667E,
        name: "CJK UNIFIED IDEOGRAPH-667E",
    },
    Character {
        age: "1.1",
        codepoint: 0x667F,
        name: "CJK UNIFIED IDEOGRAPH-667F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6680,
        name: "CJK UNIFIED IDEOGRAPH-6680",
    },
    Character {
        age: "1.1",
        codepoint: 0x6681,
        name: "CJK UNIFIED IDEOGRAPH-6681",
    },
    Character {
        age: "1.1",
        codepoint: 0x6682,
        name: "CJK UNIFIED IDEOGRAPH-6682",
    },
    Character {
        age: "1.1",
        codepoint: 0x6683,
        name: "CJK UNIFIED IDEOGRAPH-6683",
    },
    Character {
        age: "1.1",
        codepoint: 0x6684,
        name: "CJK UNIFIED IDEOGRAPH-6684",
    },
    Character {
        age: "1.1",
        codepoint: 0x6685,
        name: "CJK UNIFIED IDEOGRAPH-6685",
    },
    Character {
        age: "1.1",
        codepoint: 0x6686,
        name: "CJK UNIFIED IDEOGRAPH-6686",
    },
    Character {
        age: "1.1",
        codepoint: 0x6687,
        name: "CJK UNIFIED IDEOGRAPH-6687",
    },
    Character {
        age: "1.1",
        codepoint: 0x6688,
        name: "CJK UNIFIED IDEOGRAPH-6688",
    },
    Character {
        age: "1.1",
        codepoint: 0x6689,
        name: "CJK UNIFIED IDEOGRAPH-6689",
    },
    Character {
        age: "1.1",
        codepoint: 0x668A,
        name: "CJK UNIFIED IDEOGRAPH-668A",
    },
    Character {
        age: "1.1",
        codepoint: 0x668B,
        name: "CJK UNIFIED IDEOGRAPH-668B",
    },
    Character {
        age: "1.1",
        codepoint: 0x668C,
        name: "CJK UNIFIED IDEOGRAPH-668C",
    },
    Character {
        age: "1.1",
        codepoint: 0x668D,
        name: "CJK UNIFIED IDEOGRAPH-668D",
    },
    Character {
        age: "1.1",
        codepoint: 0x668E,
        name: "CJK UNIFIED IDEOGRAPH-668E",
    },
    Character {
        age: "1.1",
        codepoint: 0x668F,
        name: "CJK UNIFIED IDEOGRAPH-668F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6690,
        name: "CJK UNIFIED IDEOGRAPH-6690",
    },
    Character {
        age: "1.1",
        codepoint: 0x6691,
        name: "CJK UNIFIED IDEOGRAPH-6691",
    },
    Character {
        age: "1.1",
        codepoint: 0x6692,
        name: "CJK UNIFIED IDEOGRAPH-6692",
    },
    Character {
        age: "1.1",
        codepoint: 0x6693,
        name: "CJK UNIFIED IDEOGRAPH-6693",
    },
    Character {
        age: "1.1",
        codepoint: 0x6694,
        name: "CJK UNIFIED IDEOGRAPH-6694",
    },
    Character {
        age: "1.1",
        codepoint: 0x6695,
        name: "CJK UNIFIED IDEOGRAPH-6695",
    },
    Character {
        age: "1.1",
        codepoint: 0x6696,
        name: "CJK UNIFIED IDEOGRAPH-6696",
    },
    Character {
        age: "1.1",
        codepoint: 0x6697,
        name: "CJK UNIFIED IDEOGRAPH-6697",
    },
    Character {
        age: "1.1",
        codepoint: 0x6698,
        name: "CJK UNIFIED IDEOGRAPH-6698",
    },
    Character {
        age: "1.1",
        codepoint: 0x6699,
        name: "CJK UNIFIED IDEOGRAPH-6699",
    },
    Character {
        age: "1.1",
        codepoint: 0x669A,
        name: "CJK UNIFIED IDEOGRAPH-669A",
    },
    Character {
        age: "1.1",
        codepoint: 0x669B,
        name: "CJK UNIFIED IDEOGRAPH-669B",
    },
    Character {
        age: "1.1",
        codepoint: 0x669C,
        name: "CJK UNIFIED IDEOGRAPH-669C",
    },
    Character {
        age: "1.1",
        codepoint: 0x669D,
        name: "CJK UNIFIED IDEOGRAPH-669D",
    },
    Character {
        age: "1.1",
        codepoint: 0x669E,
        name: "CJK UNIFIED IDEOGRAPH-669E",
    },
    Character {
        age: "1.1",
        codepoint: 0x669F,
        name: "CJK UNIFIED IDEOGRAPH-669F",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A0,
        name: "CJK UNIFIED IDEOGRAPH-66A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A1,
        name: "CJK UNIFIED IDEOGRAPH-66A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A2,
        name: "CJK UNIFIED IDEOGRAPH-66A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A3,
        name: "CJK UNIFIED IDEOGRAPH-66A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A4,
        name: "CJK UNIFIED IDEOGRAPH-66A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A5,
        name: "CJK UNIFIED IDEOGRAPH-66A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A6,
        name: "CJK UNIFIED IDEOGRAPH-66A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A7,
        name: "CJK UNIFIED IDEOGRAPH-66A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A8,
        name: "CJK UNIFIED IDEOGRAPH-66A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x66A9,
        name: "CJK UNIFIED IDEOGRAPH-66A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x66AA,
        name: "CJK UNIFIED IDEOGRAPH-66AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x66AB,
        name: "CJK UNIFIED IDEOGRAPH-66AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x66AC,
        name: "CJK UNIFIED IDEOGRAPH-66AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x66AD,
        name: "CJK UNIFIED IDEOGRAPH-66AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x66AE,
        name: "CJK UNIFIED IDEOGRAPH-66AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x66AF,
        name: "CJK UNIFIED IDEOGRAPH-66AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B0,
        name: "CJK UNIFIED IDEOGRAPH-66B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B1,
        name: "CJK UNIFIED IDEOGRAPH-66B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B2,
        name: "CJK UNIFIED IDEOGRAPH-66B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B3,
        name: "CJK UNIFIED IDEOGRAPH-66B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B4,
        name: "CJK UNIFIED IDEOGRAPH-66B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B5,
        name: "CJK UNIFIED IDEOGRAPH-66B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B6,
        name: "CJK UNIFIED IDEOGRAPH-66B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B7,
        name: "CJK UNIFIED IDEOGRAPH-66B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B8,
        name: "CJK UNIFIED IDEOGRAPH-66B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x66B9,
        name: "CJK UNIFIED IDEOGRAPH-66B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x66BA,
        name: "CJK UNIFIED IDEOGRAPH-66BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x66BB,
        name: "CJK UNIFIED IDEOGRAPH-66BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x66BC,
        name: "CJK UNIFIED IDEOGRAPH-66BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x66BD,
        name: "CJK UNIFIED IDEOGRAPH-66BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x66BE,
        name: "CJK UNIFIED IDEOGRAPH-66BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x66BF,
        name: "CJK UNIFIED IDEOGRAPH-66BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C0,
        name: "CJK UNIFIED IDEOGRAPH-66C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C1,
        name: "CJK UNIFIED IDEOGRAPH-66C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C2,
        name: "CJK UNIFIED IDEOGRAPH-66C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C3,
        name: "CJK UNIFIED IDEOGRAPH-66C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C4,
        name: "CJK UNIFIED IDEOGRAPH-66C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C5,
        name: "CJK UNIFIED IDEOGRAPH-66C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C6,
        name: "CJK UNIFIED IDEOGRAPH-66C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C7,
        name: "CJK UNIFIED IDEOGRAPH-66C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C8,
        name: "CJK UNIFIED IDEOGRAPH-66C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x66C9,
        name: "CJK UNIFIED IDEOGRAPH-66C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x66CA,
        name: "CJK UNIFIED IDEOGRAPH-66CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x66CB,
        name: "CJK UNIFIED IDEOGRAPH-66CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x66CC,
        name: "CJK UNIFIED IDEOGRAPH-66CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x66CD,
        name: "CJK UNIFIED IDEOGRAPH-66CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x66CE,
        name: "CJK UNIFIED IDEOGRAPH-66CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x66CF,
        name: "CJK UNIFIED IDEOGRAPH-66CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D0,
        name: "CJK UNIFIED IDEOGRAPH-66D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D1,
        name: "CJK UNIFIED IDEOGRAPH-66D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D2,
        name: "CJK UNIFIED IDEOGRAPH-66D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D3,
        name: "CJK UNIFIED IDEOGRAPH-66D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D4,
        name: "CJK UNIFIED IDEOGRAPH-66D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D5,
        name: "CJK UNIFIED IDEOGRAPH-66D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D6,
        name: "CJK UNIFIED IDEOGRAPH-66D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D7,
        name: "CJK UNIFIED IDEOGRAPH-66D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D8,
        name: "CJK UNIFIED IDEOGRAPH-66D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x66D9,
        name: "CJK UNIFIED IDEOGRAPH-66D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x66DA,
        name: "CJK UNIFIED IDEOGRAPH-66DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x66DB,
        name: "CJK UNIFIED IDEOGRAPH-66DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x66DC,
        name: "CJK UNIFIED IDEOGRAPH-66DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x66DD,
        name: "CJK UNIFIED IDEOGRAPH-66DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x66DE,
        name: "CJK UNIFIED IDEOGRAPH-66DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x66DF,
        name: "CJK UNIFIED IDEOGRAPH-66DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E0,
        name: "CJK UNIFIED IDEOGRAPH-66E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E1,
        name: "CJK UNIFIED IDEOGRAPH-66E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E2,
        name: "CJK UNIFIED IDEOGRAPH-66E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E3,
        name: "CJK UNIFIED IDEOGRAPH-66E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E4,
        name: "CJK UNIFIED IDEOGRAPH-66E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E5,
        name: "CJK UNIFIED IDEOGRAPH-66E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E6,
        name: "CJK UNIFIED IDEOGRAPH-66E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E7,
        name: "CJK UNIFIED IDEOGRAPH-66E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E8,
        name: "CJK UNIFIED IDEOGRAPH-66E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x66E9,
        name: "CJK UNIFIED IDEOGRAPH-66E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x66EA,
        name: "CJK UNIFIED IDEOGRAPH-66EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x66EB,
        name: "CJK UNIFIED IDEOGRAPH-66EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x66EC,
        name: "CJK UNIFIED IDEOGRAPH-66EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x66ED,
        name: "CJK UNIFIED IDEOGRAPH-66ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x66EE,
        name: "CJK UNIFIED IDEOGRAPH-66EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x66EF,
        name: "CJK UNIFIED IDEOGRAPH-66EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F0,
        name: "CJK UNIFIED IDEOGRAPH-66F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F1,
        name: "CJK UNIFIED IDEOGRAPH-66F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F2,
        name: "CJK UNIFIED IDEOGRAPH-66F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F3,
        name: "CJK UNIFIED IDEOGRAPH-66F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F4,
        name: "CJK UNIFIED IDEOGRAPH-66F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F5,
        name: "CJK UNIFIED IDEOGRAPH-66F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F6,
        name: "CJK UNIFIED IDEOGRAPH-66F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F7,
        name: "CJK UNIFIED IDEOGRAPH-66F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F8,
        name: "CJK UNIFIED IDEOGRAPH-66F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x66F9,
        name: "CJK UNIFIED IDEOGRAPH-66F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x66FA,
        name: "CJK UNIFIED IDEOGRAPH-66FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x66FB,
        name: "CJK UNIFIED IDEOGRAPH-66FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x66FC,
        name: "CJK UNIFIED IDEOGRAPH-66FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x66FD,
        name: "CJK UNIFIED IDEOGRAPH-66FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x66FE,
        name: "CJK UNIFIED IDEOGRAPH-66FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x66FF,
        name: "CJK UNIFIED IDEOGRAPH-66FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6700,
        name: "CJK UNIFIED IDEOGRAPH-6700",
    },
    Character {
        age: "1.1",
        codepoint: 0x6701,
        name: "CJK UNIFIED IDEOGRAPH-6701",
    },
    Character {
        age: "1.1",
        codepoint: 0x6702,
        name: "CJK UNIFIED IDEOGRAPH-6702",
    },
    Character {
        age: "1.1",
        codepoint: 0x6703,
        name: "CJK UNIFIED IDEOGRAPH-6703",
    },
    Character {
        age: "1.1",
        codepoint: 0x6704,
        name: "CJK UNIFIED IDEOGRAPH-6704",
    },
    Character {
        age: "1.1",
        codepoint: 0x6705,
        name: "CJK UNIFIED IDEOGRAPH-6705",
    },
    Character {
        age: "1.1",
        codepoint: 0x6706,
        name: "CJK UNIFIED IDEOGRAPH-6706",
    },
    Character {
        age: "1.1",
        codepoint: 0x6707,
        name: "CJK UNIFIED IDEOGRAPH-6707",
    },
    Character {
        age: "1.1",
        codepoint: 0x6708,
        name: "CJK UNIFIED IDEOGRAPH-6708",
    },
    Character {
        age: "1.1",
        codepoint: 0x6709,
        name: "CJK UNIFIED IDEOGRAPH-6709",
    },
    Character {
        age: "1.1",
        codepoint: 0x670A,
        name: "CJK UNIFIED IDEOGRAPH-670A",
    },
    Character {
        age: "1.1",
        codepoint: 0x670B,
        name: "CJK UNIFIED IDEOGRAPH-670B",
    },
    Character {
        age: "1.1",
        codepoint: 0x670C,
        name: "CJK UNIFIED IDEOGRAPH-670C",
    },
    Character {
        age: "1.1",
        codepoint: 0x670D,
        name: "CJK UNIFIED IDEOGRAPH-670D",
    },
    Character {
        age: "1.1",
        codepoint: 0x670E,
        name: "CJK UNIFIED IDEOGRAPH-670E",
    },
    Character {
        age: "1.1",
        codepoint: 0x670F,
        name: "CJK UNIFIED IDEOGRAPH-670F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6710,
        name: "CJK UNIFIED IDEOGRAPH-6710",
    },
    Character {
        age: "1.1",
        codepoint: 0x6711,
        name: "CJK UNIFIED IDEOGRAPH-6711",
    },
    Character {
        age: "1.1",
        codepoint: 0x6712,
        name: "CJK UNIFIED IDEOGRAPH-6712",
    },
    Character {
        age: "1.1",
        codepoint: 0x6713,
        name: "CJK UNIFIED IDEOGRAPH-6713",
    },
    Character {
        age: "1.1",
        codepoint: 0x6714,
        name: "CJK UNIFIED IDEOGRAPH-6714",
    },
    Character {
        age: "1.1",
        codepoint: 0x6715,
        name: "CJK UNIFIED IDEOGRAPH-6715",
    },
    Character {
        age: "1.1",
        codepoint: 0x6716,
        name: "CJK UNIFIED IDEOGRAPH-6716",
    },
    Character {
        age: "1.1",
        codepoint: 0x6717,
        name: "CJK UNIFIED IDEOGRAPH-6717",
    },
    Character {
        age: "1.1",
        codepoint: 0x6718,
        name: "CJK UNIFIED IDEOGRAPH-6718",
    },
    Character {
        age: "1.1",
        codepoint: 0x6719,
        name: "CJK UNIFIED IDEOGRAPH-6719",
    },
    Character {
        age: "1.1",
        codepoint: 0x671A,
        name: "CJK UNIFIED IDEOGRAPH-671A",
    },
    Character {
        age: "1.1",
        codepoint: 0x671B,
        name: "CJK UNIFIED IDEOGRAPH-671B",
    },
    Character {
        age: "1.1",
        codepoint: 0x671C,
        name: "CJK UNIFIED IDEOGRAPH-671C",
    },
    Character {
        age: "1.1",
        codepoint: 0x671D,
        name: "CJK UNIFIED IDEOGRAPH-671D",
    },
    Character {
        age: "1.1",
        codepoint: 0x671E,
        name: "CJK UNIFIED IDEOGRAPH-671E",
    },
    Character {
        age: "1.1",
        codepoint: 0x671F,
        name: "CJK UNIFIED IDEOGRAPH-671F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6720,
        name: "CJK UNIFIED IDEOGRAPH-6720",
    },
    Character {
        age: "1.1",
        codepoint: 0x6721,
        name: "CJK UNIFIED IDEOGRAPH-6721",
    },
    Character {
        age: "1.1",
        codepoint: 0x6722,
        name: "CJK UNIFIED IDEOGRAPH-6722",
    },
    Character {
        age: "1.1",
        codepoint: 0x6723,
        name: "CJK UNIFIED IDEOGRAPH-6723",
    },
    Character {
        age: "1.1",
        codepoint: 0x6724,
        name: "CJK UNIFIED IDEOGRAPH-6724",
    },
    Character {
        age: "1.1",
        codepoint: 0x6725,
        name: "CJK UNIFIED IDEOGRAPH-6725",
    },
    Character {
        age: "1.1",
        codepoint: 0x6726,
        name: "CJK UNIFIED IDEOGRAPH-6726",
    },
    Character {
        age: "1.1",
        codepoint: 0x6727,
        name: "CJK UNIFIED IDEOGRAPH-6727",
    },
    Character {
        age: "1.1",
        codepoint: 0x6728,
        name: "CJK UNIFIED IDEOGRAPH-6728",
    },
    Character {
        age: "1.1",
        codepoint: 0x6729,
        name: "CJK UNIFIED IDEOGRAPH-6729",
    },
    Character {
        age: "1.1",
        codepoint: 0x672A,
        name: "CJK UNIFIED IDEOGRAPH-672A",
    },
    Character {
        age: "1.1",
        codepoint: 0x672B,
        name: "CJK UNIFIED IDEOGRAPH-672B",
    },
    Character {
        age: "1.1",
        codepoint: 0x672C,
        name: "CJK UNIFIED IDEOGRAPH-672C",
    },
    Character {
        age: "1.1",
        codepoint: 0x672D,
        name: "CJK UNIFIED IDEOGRAPH-672D",
    },
    Character {
        age: "1.1",
        codepoint: 0x672E,
        name: "CJK UNIFIED IDEOGRAPH-672E",
    },
    Character {
        age: "1.1",
        codepoint: 0x672F,
        name: "CJK UNIFIED IDEOGRAPH-672F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6730,
        name: "CJK UNIFIED IDEOGRAPH-6730",
    },
    Character {
        age: "1.1",
        codepoint: 0x6731,
        name: "CJK UNIFIED IDEOGRAPH-6731",
    },
    Character {
        age: "1.1",
        codepoint: 0x6732,
        name: "CJK UNIFIED IDEOGRAPH-6732",
    },
    Character {
        age: "1.1",
        codepoint: 0x6733,
        name: "CJK UNIFIED IDEOGRAPH-6733",
    },
    Character {
        age: "1.1",
        codepoint: 0x6734,
        name: "CJK UNIFIED IDEOGRAPH-6734",
    },
    Character {
        age: "1.1",
        codepoint: 0x6735,
        name: "CJK UNIFIED IDEOGRAPH-6735",
    },
    Character {
        age: "1.1",
        codepoint: 0x6736,
        name: "CJK UNIFIED IDEOGRAPH-6736",
    },
    Character {
        age: "1.1",
        codepoint: 0x6737,
        name: "CJK UNIFIED IDEOGRAPH-6737",
    },
    Character {
        age: "1.1",
        codepoint: 0x6738,
        name: "CJK UNIFIED IDEOGRAPH-6738",
    },
    Character {
        age: "1.1",
        codepoint: 0x6739,
        name: "CJK UNIFIED IDEOGRAPH-6739",
    },
    Character {
        age: "1.1",
        codepoint: 0x673A,
        name: "CJK UNIFIED IDEOGRAPH-673A",
    },
    Character {
        age: "1.1",
        codepoint: 0x673B,
        name: "CJK UNIFIED IDEOGRAPH-673B",
    },
    Character {
        age: "1.1",
        codepoint: 0x673C,
        name: "CJK UNIFIED IDEOGRAPH-673C",
    },
    Character {
        age: "1.1",
        codepoint: 0x673D,
        name: "CJK UNIFIED IDEOGRAPH-673D",
    },
    Character {
        age: "1.1",
        codepoint: 0x673E,
        name: "CJK UNIFIED IDEOGRAPH-673E",
    },
    Character {
        age: "1.1",
        codepoint: 0x673F,
        name: "CJK UNIFIED IDEOGRAPH-673F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6740,
        name: "CJK UNIFIED IDEOGRAPH-6740",
    },
    Character {
        age: "1.1",
        codepoint: 0x6741,
        name: "CJK UNIFIED IDEOGRAPH-6741",
    },
    Character {
        age: "1.1",
        codepoint: 0x6742,
        name: "CJK UNIFIED IDEOGRAPH-6742",
    },
    Character {
        age: "1.1",
        codepoint: 0x6743,
        name: "CJK UNIFIED IDEOGRAPH-6743",
    },
    Character {
        age: "1.1",
        codepoint: 0x6744,
        name: "CJK UNIFIED IDEOGRAPH-6744",
    },
    Character {
        age: "1.1",
        codepoint: 0x6745,
        name: "CJK UNIFIED IDEOGRAPH-6745",
    },
    Character {
        age: "1.1",
        codepoint: 0x6746,
        name: "CJK UNIFIED IDEOGRAPH-6746",
    },
    Character {
        age: "1.1",
        codepoint: 0x6747,
        name: "CJK UNIFIED IDEOGRAPH-6747",
    },
    Character {
        age: "1.1",
        codepoint: 0x6748,
        name: "CJK UNIFIED IDEOGRAPH-6748",
    },
    Character {
        age: "1.1",
        codepoint: 0x6749,
        name: "CJK UNIFIED IDEOGRAPH-6749",
    },
    Character {
        age: "1.1",
        codepoint: 0x674A,
        name: "CJK UNIFIED IDEOGRAPH-674A",
    },
    Character {
        age: "1.1",
        codepoint: 0x674B,
        name: "CJK UNIFIED IDEOGRAPH-674B",
    },
    Character {
        age: "1.1",
        codepoint: 0x674C,
        name: "CJK UNIFIED IDEOGRAPH-674C",
    },
    Character {
        age: "1.1",
        codepoint: 0x674D,
        name: "CJK UNIFIED IDEOGRAPH-674D",
    },
    Character {
        age: "1.1",
        codepoint: 0x674E,
        name: "CJK UNIFIED IDEOGRAPH-674E",
    },
    Character {
        age: "1.1",
        codepoint: 0x674F,
        name: "CJK UNIFIED IDEOGRAPH-674F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6750,
        name: "CJK UNIFIED IDEOGRAPH-6750",
    },
    Character {
        age: "1.1",
        codepoint: 0x6751,
        name: "CJK UNIFIED IDEOGRAPH-6751",
    },
    Character {
        age: "1.1",
        codepoint: 0x6752,
        name: "CJK UNIFIED IDEOGRAPH-6752",
    },
    Character {
        age: "1.1",
        codepoint: 0x6753,
        name: "CJK UNIFIED IDEOGRAPH-6753",
    },
    Character {
        age: "1.1",
        codepoint: 0x6754,
        name: "CJK UNIFIED IDEOGRAPH-6754",
    },
    Character {
        age: "1.1",
        codepoint: 0x6755,
        name: "CJK UNIFIED IDEOGRAPH-6755",
    },
    Character {
        age: "1.1",
        codepoint: 0x6756,
        name: "CJK UNIFIED IDEOGRAPH-6756",
    },
    Character {
        age: "1.1",
        codepoint: 0x6757,
        name: "CJK UNIFIED IDEOGRAPH-6757",
    },
    Character {
        age: "1.1",
        codepoint: 0x6758,
        name: "CJK UNIFIED IDEOGRAPH-6758",
    },
    Character {
        age: "1.1",
        codepoint: 0x6759,
        name: "CJK UNIFIED IDEOGRAPH-6759",
    },
    Character {
        age: "1.1",
        codepoint: 0x675A,
        name: "CJK UNIFIED IDEOGRAPH-675A",
    },
    Character {
        age: "1.1",
        codepoint: 0x675B,
        name: "CJK UNIFIED IDEOGRAPH-675B",
    },
    Character {
        age: "1.1",
        codepoint: 0x675C,
        name: "CJK UNIFIED IDEOGRAPH-675C",
    },
    Character {
        age: "1.1",
        codepoint: 0x675D,
        name: "CJK UNIFIED IDEOGRAPH-675D",
    },
    Character {
        age: "1.1",
        codepoint: 0x675E,
        name: "CJK UNIFIED IDEOGRAPH-675E",
    },
    Character {
        age: "1.1",
        codepoint: 0x675F,
        name: "CJK UNIFIED IDEOGRAPH-675F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6760,
        name: "CJK UNIFIED IDEOGRAPH-6760",
    },
    Character {
        age: "1.1",
        codepoint: 0x6761,
        name: "CJK UNIFIED IDEOGRAPH-6761",
    },
    Character {
        age: "1.1",
        codepoint: 0x6762,
        name: "CJK UNIFIED IDEOGRAPH-6762",
    },
    Character {
        age: "1.1",
        codepoint: 0x6763,
        name: "CJK UNIFIED IDEOGRAPH-6763",
    },
    Character {
        age: "1.1",
        codepoint: 0x6764,
        name: "CJK UNIFIED IDEOGRAPH-6764",
    },
    Character {
        age: "1.1",
        codepoint: 0x6765,
        name: "CJK UNIFIED IDEOGRAPH-6765",
    },
    Character {
        age: "1.1",
        codepoint: 0x6766,
        name: "CJK UNIFIED IDEOGRAPH-6766",
    },
    Character {
        age: "1.1",
        codepoint: 0x6767,
        name: "CJK UNIFIED IDEOGRAPH-6767",
    },
    Character {
        age: "1.1",
        codepoint: 0x6768,
        name: "CJK UNIFIED IDEOGRAPH-6768",
    },
    Character {
        age: "1.1",
        codepoint: 0x6769,
        name: "CJK UNIFIED IDEOGRAPH-6769",
    },
    Character {
        age: "1.1",
        codepoint: 0x676A,
        name: "CJK UNIFIED IDEOGRAPH-676A",
    },
    Character {
        age: "1.1",
        codepoint: 0x676B,
        name: "CJK UNIFIED IDEOGRAPH-676B",
    },
    Character {
        age: "1.1",
        codepoint: 0x676C,
        name: "CJK UNIFIED IDEOGRAPH-676C",
    },
    Character {
        age: "1.1",
        codepoint: 0x676D,
        name: "CJK UNIFIED IDEOGRAPH-676D",
    },
    Character {
        age: "1.1",
        codepoint: 0x676E,
        name: "CJK UNIFIED IDEOGRAPH-676E",
    },
    Character {
        age: "1.1",
        codepoint: 0x676F,
        name: "CJK UNIFIED IDEOGRAPH-676F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6770,
        name: "CJK UNIFIED IDEOGRAPH-6770",
    },
    Character {
        age: "1.1",
        codepoint: 0x6771,
        name: "CJK UNIFIED IDEOGRAPH-6771",
    },
    Character {
        age: "1.1",
        codepoint: 0x6772,
        name: "CJK UNIFIED IDEOGRAPH-6772",
    },
    Character {
        age: "1.1",
        codepoint: 0x6773,
        name: "CJK UNIFIED IDEOGRAPH-6773",
    },
    Character {
        age: "1.1",
        codepoint: 0x6774,
        name: "CJK UNIFIED IDEOGRAPH-6774",
    },
    Character {
        age: "1.1",
        codepoint: 0x6775,
        name: "CJK UNIFIED IDEOGRAPH-6775",
    },
    Character {
        age: "1.1",
        codepoint: 0x6776,
        name: "CJK UNIFIED IDEOGRAPH-6776",
    },
    Character {
        age: "1.1",
        codepoint: 0x6777,
        name: "CJK UNIFIED IDEOGRAPH-6777",
    },
    Character {
        age: "1.1",
        codepoint: 0x6778,
        name: "CJK UNIFIED IDEOGRAPH-6778",
    },
    Character {
        age: "1.1",
        codepoint: 0x6779,
        name: "CJK UNIFIED IDEOGRAPH-6779",
    },
    Character {
        age: "1.1",
        codepoint: 0x677A,
        name: "CJK UNIFIED IDEOGRAPH-677A",
    },
    Character {
        age: "1.1",
        codepoint: 0x677B,
        name: "CJK UNIFIED IDEOGRAPH-677B",
    },
    Character {
        age: "1.1",
        codepoint: 0x677C,
        name: "CJK UNIFIED IDEOGRAPH-677C",
    },
    Character {
        age: "1.1",
        codepoint: 0x677D,
        name: "CJK UNIFIED IDEOGRAPH-677D",
    },
    Character {
        age: "1.1",
        codepoint: 0x677E,
        name: "CJK UNIFIED IDEOGRAPH-677E",
    },
    Character {
        age: "1.1",
        codepoint: 0x677F,
        name: "CJK UNIFIED IDEOGRAPH-677F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6780,
        name: "CJK UNIFIED IDEOGRAPH-6780",
    },
    Character {
        age: "1.1",
        codepoint: 0x6781,
        name: "CJK UNIFIED IDEOGRAPH-6781",
    },
    Character {
        age: "1.1",
        codepoint: 0x6782,
        name: "CJK UNIFIED IDEOGRAPH-6782",
    },
    Character {
        age: "1.1",
        codepoint: 0x6783,
        name: "CJK UNIFIED IDEOGRAPH-6783",
    },
    Character {
        age: "1.1",
        codepoint: 0x6784,
        name: "CJK UNIFIED IDEOGRAPH-6784",
    },
    Character {
        age: "1.1",
        codepoint: 0x6785,
        name: "CJK UNIFIED IDEOGRAPH-6785",
    },
    Character {
        age: "1.1",
        codepoint: 0x6786,
        name: "CJK UNIFIED IDEOGRAPH-6786",
    },
    Character {
        age: "1.1",
        codepoint: 0x6787,
        name: "CJK UNIFIED IDEOGRAPH-6787",
    },
    Character {
        age: "1.1",
        codepoint: 0x6788,
        name: "CJK UNIFIED IDEOGRAPH-6788",
    },
    Character {
        age: "1.1",
        codepoint: 0x6789,
        name: "CJK UNIFIED IDEOGRAPH-6789",
    },
    Character {
        age: "1.1",
        codepoint: 0x678A,
        name: "CJK UNIFIED IDEOGRAPH-678A",
    },
    Character {
        age: "1.1",
        codepoint: 0x678B,
        name: "CJK UNIFIED IDEOGRAPH-678B",
    },
    Character {
        age: "1.1",
        codepoint: 0x678C,
        name: "CJK UNIFIED IDEOGRAPH-678C",
    },
    Character {
        age: "1.1",
        codepoint: 0x678D,
        name: "CJK UNIFIED IDEOGRAPH-678D",
    },
    Character {
        age: "1.1",
        codepoint: 0x678E,
        name: "CJK UNIFIED IDEOGRAPH-678E",
    },
    Character {
        age: "1.1",
        codepoint: 0x678F,
        name: "CJK UNIFIED IDEOGRAPH-678F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6790,
        name: "CJK UNIFIED IDEOGRAPH-6790",
    },
    Character {
        age: "1.1",
        codepoint: 0x6791,
        name: "CJK UNIFIED IDEOGRAPH-6791",
    },
    Character {
        age: "1.1",
        codepoint: 0x6792,
        name: "CJK UNIFIED IDEOGRAPH-6792",
    },
    Character {
        age: "1.1",
        codepoint: 0x6793,
        name: "CJK UNIFIED IDEOGRAPH-6793",
    },
    Character {
        age: "1.1",
        codepoint: 0x6794,
        name: "CJK UNIFIED IDEOGRAPH-6794",
    },
    Character {
        age: "1.1",
        codepoint: 0x6795,
        name: "CJK UNIFIED IDEOGRAPH-6795",
    },
    Character {
        age: "1.1",
        codepoint: 0x6796,
        name: "CJK UNIFIED IDEOGRAPH-6796",
    },
    Character {
        age: "1.1",
        codepoint: 0x6797,
        name: "CJK UNIFIED IDEOGRAPH-6797",
    },
    Character {
        age: "1.1",
        codepoint: 0x6798,
        name: "CJK UNIFIED IDEOGRAPH-6798",
    },
    Character {
        age: "1.1",
        codepoint: 0x6799,
        name: "CJK UNIFIED IDEOGRAPH-6799",
    },
    Character {
        age: "1.1",
        codepoint: 0x679A,
        name: "CJK UNIFIED IDEOGRAPH-679A",
    },
    Character {
        age: "1.1",
        codepoint: 0x679B,
        name: "CJK UNIFIED IDEOGRAPH-679B",
    },
    Character {
        age: "1.1",
        codepoint: 0x679C,
        name: "CJK UNIFIED IDEOGRAPH-679C",
    },
    Character {
        age: "1.1",
        codepoint: 0x679D,
        name: "CJK UNIFIED IDEOGRAPH-679D",
    },
    Character {
        age: "1.1",
        codepoint: 0x679E,
        name: "CJK UNIFIED IDEOGRAPH-679E",
    },
    Character {
        age: "1.1",
        codepoint: 0x679F,
        name: "CJK UNIFIED IDEOGRAPH-679F",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A0,
        name: "CJK UNIFIED IDEOGRAPH-67A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A1,
        name: "CJK UNIFIED IDEOGRAPH-67A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A2,
        name: "CJK UNIFIED IDEOGRAPH-67A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A3,
        name: "CJK UNIFIED IDEOGRAPH-67A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A4,
        name: "CJK UNIFIED IDEOGRAPH-67A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A5,
        name: "CJK UNIFIED IDEOGRAPH-67A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A6,
        name: "CJK UNIFIED IDEOGRAPH-67A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A7,
        name: "CJK UNIFIED IDEOGRAPH-67A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A8,
        name: "CJK UNIFIED IDEOGRAPH-67A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x67A9,
        name: "CJK UNIFIED IDEOGRAPH-67A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x67AA,
        name: "CJK UNIFIED IDEOGRAPH-67AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x67AB,
        name: "CJK UNIFIED IDEOGRAPH-67AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x67AC,
        name: "CJK UNIFIED IDEOGRAPH-67AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x67AD,
        name: "CJK UNIFIED IDEOGRAPH-67AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x67AE,
        name: "CJK UNIFIED IDEOGRAPH-67AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x67AF,
        name: "CJK UNIFIED IDEOGRAPH-67AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B0,
        name: "CJK UNIFIED IDEOGRAPH-67B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B1,
        name: "CJK UNIFIED IDEOGRAPH-67B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B2,
        name: "CJK UNIFIED IDEOGRAPH-67B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B3,
        name: "CJK UNIFIED IDEOGRAPH-67B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B4,
        name: "CJK UNIFIED IDEOGRAPH-67B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B5,
        name: "CJK UNIFIED IDEOGRAPH-67B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B6,
        name: "CJK UNIFIED IDEOGRAPH-67B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B7,
        name: "CJK UNIFIED IDEOGRAPH-67B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B8,
        name: "CJK UNIFIED IDEOGRAPH-67B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x67B9,
        name: "CJK UNIFIED IDEOGRAPH-67B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x67BA,
        name: "CJK UNIFIED IDEOGRAPH-67BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x67BB,
        name: "CJK UNIFIED IDEOGRAPH-67BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x67BC,
        name: "CJK UNIFIED IDEOGRAPH-67BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x67BD,
        name: "CJK UNIFIED IDEOGRAPH-67BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x67BE,
        name: "CJK UNIFIED IDEOGRAPH-67BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x67BF,
        name: "CJK UNIFIED IDEOGRAPH-67BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C0,
        name: "CJK UNIFIED IDEOGRAPH-67C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C1,
        name: "CJK UNIFIED IDEOGRAPH-67C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C2,
        name: "CJK UNIFIED IDEOGRAPH-67C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C3,
        name: "CJK UNIFIED IDEOGRAPH-67C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C4,
        name: "CJK UNIFIED IDEOGRAPH-67C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C5,
        name: "CJK UNIFIED IDEOGRAPH-67C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C6,
        name: "CJK UNIFIED IDEOGRAPH-67C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C7,
        name: "CJK UNIFIED IDEOGRAPH-67C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C8,
        name: "CJK UNIFIED IDEOGRAPH-67C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x67C9,
        name: "CJK UNIFIED IDEOGRAPH-67C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x67CA,
        name: "CJK UNIFIED IDEOGRAPH-67CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x67CB,
        name: "CJK UNIFIED IDEOGRAPH-67CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x67CC,
        name: "CJK UNIFIED IDEOGRAPH-67CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x67CD,
        name: "CJK UNIFIED IDEOGRAPH-67CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x67CE,
        name: "CJK UNIFIED IDEOGRAPH-67CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x67CF,
        name: "CJK UNIFIED IDEOGRAPH-67CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D0,
        name: "CJK UNIFIED IDEOGRAPH-67D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D1,
        name: "CJK UNIFIED IDEOGRAPH-67D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D2,
        name: "CJK UNIFIED IDEOGRAPH-67D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D3,
        name: "CJK UNIFIED IDEOGRAPH-67D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D4,
        name: "CJK UNIFIED IDEOGRAPH-67D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D5,
        name: "CJK UNIFIED IDEOGRAPH-67D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D6,
        name: "CJK UNIFIED IDEOGRAPH-67D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D7,
        name: "CJK UNIFIED IDEOGRAPH-67D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D8,
        name: "CJK UNIFIED IDEOGRAPH-67D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x67D9,
        name: "CJK UNIFIED IDEOGRAPH-67D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x67DA,
        name: "CJK UNIFIED IDEOGRAPH-67DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x67DB,
        name: "CJK UNIFIED IDEOGRAPH-67DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x67DC,
        name: "CJK UNIFIED IDEOGRAPH-67DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x67DD,
        name: "CJK UNIFIED IDEOGRAPH-67DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x67DE,
        name: "CJK UNIFIED IDEOGRAPH-67DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x67DF,
        name: "CJK UNIFIED IDEOGRAPH-67DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E0,
        name: "CJK UNIFIED IDEOGRAPH-67E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E1,
        name: "CJK UNIFIED IDEOGRAPH-67E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E2,
        name: "CJK UNIFIED IDEOGRAPH-67E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E3,
        name: "CJK UNIFIED IDEOGRAPH-67E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E4,
        name: "CJK UNIFIED IDEOGRAPH-67E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E5,
        name: "CJK UNIFIED IDEOGRAPH-67E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E6,
        name: "CJK UNIFIED IDEOGRAPH-67E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E7,
        name: "CJK UNIFIED IDEOGRAPH-67E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E8,
        name: "CJK UNIFIED IDEOGRAPH-67E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x67E9,
        name: "CJK UNIFIED IDEOGRAPH-67E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x67EA,
        name: "CJK UNIFIED IDEOGRAPH-67EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x67EB,
        name: "CJK UNIFIED IDEOGRAPH-67EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x67EC,
        name: "CJK UNIFIED IDEOGRAPH-67EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x67ED,
        name: "CJK UNIFIED IDEOGRAPH-67ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x67EE,
        name: "CJK UNIFIED IDEOGRAPH-67EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x67EF,
        name: "CJK UNIFIED IDEOGRAPH-67EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F0,
        name: "CJK UNIFIED IDEOGRAPH-67F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F1,
        name: "CJK UNIFIED IDEOGRAPH-67F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F2,
        name: "CJK UNIFIED IDEOGRAPH-67F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F3,
        name: "CJK UNIFIED IDEOGRAPH-67F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F4,
        name: "CJK UNIFIED IDEOGRAPH-67F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F5,
        name: "CJK UNIFIED IDEOGRAPH-67F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F6,
        name: "CJK UNIFIED IDEOGRAPH-67F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F7,
        name: "CJK UNIFIED IDEOGRAPH-67F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F8,
        name: "CJK UNIFIED IDEOGRAPH-67F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x67F9,
        name: "CJK UNIFIED IDEOGRAPH-67F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x67FA,
        name: "CJK UNIFIED IDEOGRAPH-67FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x67FB,
        name: "CJK UNIFIED IDEOGRAPH-67FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x67FC,
        name: "CJK UNIFIED IDEOGRAPH-67FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x67FD,
        name: "CJK UNIFIED IDEOGRAPH-67FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x67FE,
        name: "CJK UNIFIED IDEOGRAPH-67FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x67FF,
        name: "CJK UNIFIED IDEOGRAPH-67FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6800,
        name: "CJK UNIFIED IDEOGRAPH-6800",
    },
    Character {
        age: "1.1",
        codepoint: 0x6801,
        name: "CJK UNIFIED IDEOGRAPH-6801",
    },
    Character {
        age: "1.1",
        codepoint: 0x6802,
        name: "CJK UNIFIED IDEOGRAPH-6802",
    },
    Character {
        age: "1.1",
        codepoint: 0x6803,
        name: "CJK UNIFIED IDEOGRAPH-6803",
    },
    Character {
        age: "1.1",
        codepoint: 0x6804,
        name: "CJK UNIFIED IDEOGRAPH-6804",
    },
    Character {
        age: "1.1",
        codepoint: 0x6805,
        name: "CJK UNIFIED IDEOGRAPH-6805",
    },
    Character {
        age: "1.1",
        codepoint: 0x6806,
        name: "CJK UNIFIED IDEOGRAPH-6806",
    },
    Character {
        age: "1.1",
        codepoint: 0x6807,
        name: "CJK UNIFIED IDEOGRAPH-6807",
    },
    Character {
        age: "1.1",
        codepoint: 0x6808,
        name: "CJK UNIFIED IDEOGRAPH-6808",
    },
    Character {
        age: "1.1",
        codepoint: 0x6809,
        name: "CJK UNIFIED IDEOGRAPH-6809",
    },
    Character {
        age: "1.1",
        codepoint: 0x680A,
        name: "CJK UNIFIED IDEOGRAPH-680A",
    },
    Character {
        age: "1.1",
        codepoint: 0x680B,
        name: "CJK UNIFIED IDEOGRAPH-680B",
    },
    Character {
        age: "1.1",
        codepoint: 0x680C,
        name: "CJK UNIFIED IDEOGRAPH-680C",
    },
    Character {
        age: "1.1",
        codepoint: 0x680D,
        name: "CJK UNIFIED IDEOGRAPH-680D",
    },
    Character {
        age: "1.1",
        codepoint: 0x680E,
        name: "CJK UNIFIED IDEOGRAPH-680E",
    },
    Character {
        age: "1.1",
        codepoint: 0x680F,
        name: "CJK UNIFIED IDEOGRAPH-680F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6810,
        name: "CJK UNIFIED IDEOGRAPH-6810",
    },
    Character {
        age: "1.1",
        codepoint: 0x6811,
        name: "CJK UNIFIED IDEOGRAPH-6811",
    },
    Character {
        age: "1.1",
        codepoint: 0x6812,
        name: "CJK UNIFIED IDEOGRAPH-6812",
    },
    Character {
        age: "1.1",
        codepoint: 0x6813,
        name: "CJK UNIFIED IDEOGRAPH-6813",
    },
    Character {
        age: "1.1",
        codepoint: 0x6814,
        name: "CJK UNIFIED IDEOGRAPH-6814",
    },
    Character {
        age: "1.1",
        codepoint: 0x6815,
        name: "CJK UNIFIED IDEOGRAPH-6815",
    },
    Character {
        age: "1.1",
        codepoint: 0x6816,
        name: "CJK UNIFIED IDEOGRAPH-6816",
    },
    Character {
        age: "1.1",
        codepoint: 0x6817,
        name: "CJK UNIFIED IDEOGRAPH-6817",
    },
    Character {
        age: "1.1",
        codepoint: 0x6818,
        name: "CJK UNIFIED IDEOGRAPH-6818",
    },
    Character {
        age: "1.1",
        codepoint: 0x6819,
        name: "CJK UNIFIED IDEOGRAPH-6819",
    },
    Character {
        age: "1.1",
        codepoint: 0x681A,
        name: "CJK UNIFIED IDEOGRAPH-681A",
    },
    Character {
        age: "1.1",
        codepoint: 0x681B,
        name: "CJK UNIFIED IDEOGRAPH-681B",
    },
    Character {
        age: "1.1",
        codepoint: 0x681C,
        name: "CJK UNIFIED IDEOGRAPH-681C",
    },
    Character {
        age: "1.1",
        codepoint: 0x681D,
        name: "CJK UNIFIED IDEOGRAPH-681D",
    },
    Character {
        age: "1.1",
        codepoint: 0x681E,
        name: "CJK UNIFIED IDEOGRAPH-681E",
    },
    Character {
        age: "1.1",
        codepoint: 0x681F,
        name: "CJK UNIFIED IDEOGRAPH-681F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6820,
        name: "CJK UNIFIED IDEOGRAPH-6820",
    },
    Character {
        age: "1.1",
        codepoint: 0x6821,
        name: "CJK UNIFIED IDEOGRAPH-6821",
    },
    Character {
        age: "1.1",
        codepoint: 0x6822,
        name: "CJK UNIFIED IDEOGRAPH-6822",
    },
    Character {
        age: "1.1",
        codepoint: 0x6823,
        name: "CJK UNIFIED IDEOGRAPH-6823",
    },
    Character {
        age: "1.1",
        codepoint: 0x6824,
        name: "CJK UNIFIED IDEOGRAPH-6824",
    },
    Character {
        age: "1.1",
        codepoint: 0x6825,
        name: "CJK UNIFIED IDEOGRAPH-6825",
    },
    Character {
        age: "1.1",
        codepoint: 0x6826,
        name: "CJK UNIFIED IDEOGRAPH-6826",
    },
    Character {
        age: "1.1",
        codepoint: 0x6827,
        name: "CJK UNIFIED IDEOGRAPH-6827",
    },
    Character {
        age: "1.1",
        codepoint: 0x6828,
        name: "CJK UNIFIED IDEOGRAPH-6828",
    },
    Character {
        age: "1.1",
        codepoint: 0x6829,
        name: "CJK UNIFIED IDEOGRAPH-6829",
    },
    Character {
        age: "1.1",
        codepoint: 0x682A,
        name: "CJK UNIFIED IDEOGRAPH-682A",
    },
    Character {
        age: "1.1",
        codepoint: 0x682B,
        name: "CJK UNIFIED IDEOGRAPH-682B",
    },
    Character {
        age: "1.1",
        codepoint: 0x682C,
        name: "CJK UNIFIED IDEOGRAPH-682C",
    },
    Character {
        age: "1.1",
        codepoint: 0x682D,
        name: "CJK UNIFIED IDEOGRAPH-682D",
    },
    Character {
        age: "1.1",
        codepoint: 0x682E,
        name: "CJK UNIFIED IDEOGRAPH-682E",
    },
    Character {
        age: "1.1",
        codepoint: 0x682F,
        name: "CJK UNIFIED IDEOGRAPH-682F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6830,
        name: "CJK UNIFIED IDEOGRAPH-6830",
    },
    Character {
        age: "1.1",
        codepoint: 0x6831,
        name: "CJK UNIFIED IDEOGRAPH-6831",
    },
    Character {
        age: "1.1",
        codepoint: 0x6832,
        name: "CJK UNIFIED IDEOGRAPH-6832",
    },
    Character {
        age: "1.1",
        codepoint: 0x6833,
        name: "CJK UNIFIED IDEOGRAPH-6833",
    },
    Character {
        age: "1.1",
        codepoint: 0x6834,
        name: "CJK UNIFIED IDEOGRAPH-6834",
    },
    Character {
        age: "1.1",
        codepoint: 0x6835,
        name: "CJK UNIFIED IDEOGRAPH-6835",
    },
    Character {
        age: "1.1",
        codepoint: 0x6836,
        name: "CJK UNIFIED IDEOGRAPH-6836",
    },
    Character {
        age: "1.1",
        codepoint: 0x6837,
        name: "CJK UNIFIED IDEOGRAPH-6837",
    },
    Character {
        age: "1.1",
        codepoint: 0x6838,
        name: "CJK UNIFIED IDEOGRAPH-6838",
    },
    Character {
        age: "1.1",
        codepoint: 0x6839,
        name: "CJK UNIFIED IDEOGRAPH-6839",
    },
    Character {
        age: "1.1",
        codepoint: 0x683A,
        name: "CJK UNIFIED IDEOGRAPH-683A",
    },
    Character {
        age: "1.1",
        codepoint: 0x683B,
        name: "CJK UNIFIED IDEOGRAPH-683B",
    },
    Character {
        age: "1.1",
        codepoint: 0x683C,
        name: "CJK UNIFIED IDEOGRAPH-683C",
    },
    Character {
        age: "1.1",
        codepoint: 0x683D,
        name: "CJK UNIFIED IDEOGRAPH-683D",
    },
    Character {
        age: "1.1",
        codepoint: 0x683E,
        name: "CJK UNIFIED IDEOGRAPH-683E",
    },
    Character {
        age: "1.1",
        codepoint: 0x683F,
        name: "CJK UNIFIED IDEOGRAPH-683F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6840,
        name: "CJK UNIFIED IDEOGRAPH-6840",
    },
    Character {
        age: "1.1",
        codepoint: 0x6841,
        name: "CJK UNIFIED IDEOGRAPH-6841",
    },
    Character {
        age: "1.1",
        codepoint: 0x6842,
        name: "CJK UNIFIED IDEOGRAPH-6842",
    },
    Character {
        age: "1.1",
        codepoint: 0x6843,
        name: "CJK UNIFIED IDEOGRAPH-6843",
    },
    Character {
        age: "1.1",
        codepoint: 0x6844,
        name: "CJK UNIFIED IDEOGRAPH-6844",
    },
    Character {
        age: "1.1",
        codepoint: 0x6845,
        name: "CJK UNIFIED IDEOGRAPH-6845",
    },
    Character {
        age: "1.1",
        codepoint: 0x6846,
        name: "CJK UNIFIED IDEOGRAPH-6846",
    },
    Character {
        age: "1.1",
        codepoint: 0x6847,
        name: "CJK UNIFIED IDEOGRAPH-6847",
    },
    Character {
        age: "1.1",
        codepoint: 0x6848,
        name: "CJK UNIFIED IDEOGRAPH-6848",
    },
    Character {
        age: "1.1",
        codepoint: 0x6849,
        name: "CJK UNIFIED IDEOGRAPH-6849",
    },
    Character {
        age: "1.1",
        codepoint: 0x684A,
        name: "CJK UNIFIED IDEOGRAPH-684A",
    },
    Character {
        age: "1.1",
        codepoint: 0x684B,
        name: "CJK UNIFIED IDEOGRAPH-684B",
    },
    Character {
        age: "1.1",
        codepoint: 0x684C,
        name: "CJK UNIFIED IDEOGRAPH-684C",
    },
    Character {
        age: "1.1",
        codepoint: 0x684D,
        name: "CJK UNIFIED IDEOGRAPH-684D",
    },
    Character {
        age: "1.1",
        codepoint: 0x684E,
        name: "CJK UNIFIED IDEOGRAPH-684E",
    },
    Character {
        age: "1.1",
        codepoint: 0x684F,
        name: "CJK UNIFIED IDEOGRAPH-684F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6850,
        name: "CJK UNIFIED IDEOGRAPH-6850",
    },
    Character {
        age: "1.1",
        codepoint: 0x6851,
        name: "CJK UNIFIED IDEOGRAPH-6851",
    },
    Character {
        age: "1.1",
        codepoint: 0x6852,
        name: "CJK UNIFIED IDEOGRAPH-6852",
    },
    Character {
        age: "1.1",
        codepoint: 0x6853,
        name: "CJK UNIFIED IDEOGRAPH-6853",
    },
    Character {
        age: "1.1",
        codepoint: 0x6854,
        name: "CJK UNIFIED IDEOGRAPH-6854",
    },
    Character {
        age: "1.1",
        codepoint: 0x6855,
        name: "CJK UNIFIED IDEOGRAPH-6855",
    },
    Character {
        age: "1.1",
        codepoint: 0x6856,
        name: "CJK UNIFIED IDEOGRAPH-6856",
    },
    Character {
        age: "1.1",
        codepoint: 0x6857,
        name: "CJK UNIFIED IDEOGRAPH-6857",
    },
    Character {
        age: "1.1",
        codepoint: 0x6858,
        name: "CJK UNIFIED IDEOGRAPH-6858",
    },
    Character {
        age: "1.1",
        codepoint: 0x6859,
        name: "CJK UNIFIED IDEOGRAPH-6859",
    },
    Character {
        age: "1.1",
        codepoint: 0x685A,
        name: "CJK UNIFIED IDEOGRAPH-685A",
    },
    Character {
        age: "1.1",
        codepoint: 0x685B,
        name: "CJK UNIFIED IDEOGRAPH-685B",
    },
    Character {
        age: "1.1",
        codepoint: 0x685C,
        name: "CJK UNIFIED IDEOGRAPH-685C",
    },
    Character {
        age: "1.1",
        codepoint: 0x685D,
        name: "CJK UNIFIED IDEOGRAPH-685D",
    },
    Character {
        age: "1.1",
        codepoint: 0x685E,
        name: "CJK UNIFIED IDEOGRAPH-685E",
    },
    Character {
        age: "1.1",
        codepoint: 0x685F,
        name: "CJK UNIFIED IDEOGRAPH-685F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6860,
        name: "CJK UNIFIED IDEOGRAPH-6860",
    },
    Character {
        age: "1.1",
        codepoint: 0x6861,
        name: "CJK UNIFIED IDEOGRAPH-6861",
    },
    Character {
        age: "1.1",
        codepoint: 0x6862,
        name: "CJK UNIFIED IDEOGRAPH-6862",
    },
    Character {
        age: "1.1",
        codepoint: 0x6863,
        name: "CJK UNIFIED IDEOGRAPH-6863",
    },
    Character {
        age: "1.1",
        codepoint: 0x6864,
        name: "CJK UNIFIED IDEOGRAPH-6864",
    },
    Character {
        age: "1.1",
        codepoint: 0x6865,
        name: "CJK UNIFIED IDEOGRAPH-6865",
    },
    Character {
        age: "1.1",
        codepoint: 0x6866,
        name: "CJK UNIFIED IDEOGRAPH-6866",
    },
    Character {
        age: "1.1",
        codepoint: 0x6867,
        name: "CJK UNIFIED IDEOGRAPH-6867",
    },
    Character {
        age: "1.1",
        codepoint: 0x6868,
        name: "CJK UNIFIED IDEOGRAPH-6868",
    },
    Character {
        age: "1.1",
        codepoint: 0x6869,
        name: "CJK UNIFIED IDEOGRAPH-6869",
    },
    Character {
        age: "1.1",
        codepoint: 0x686A,
        name: "CJK UNIFIED IDEOGRAPH-686A",
    },
    Character {
        age: "1.1",
        codepoint: 0x686B,
        name: "CJK UNIFIED IDEOGRAPH-686B",
    },
    Character {
        age: "1.1",
        codepoint: 0x686C,
        name: "CJK UNIFIED IDEOGRAPH-686C",
    },
    Character {
        age: "1.1",
        codepoint: 0x686D,
        name: "CJK UNIFIED IDEOGRAPH-686D",
    },
    Character {
        age: "1.1",
        codepoint: 0x686E,
        name: "CJK UNIFIED IDEOGRAPH-686E",
    },
    Character {
        age: "1.1",
        codepoint: 0x686F,
        name: "CJK UNIFIED IDEOGRAPH-686F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6870,
        name: "CJK UNIFIED IDEOGRAPH-6870",
    },
    Character {
        age: "1.1",
        codepoint: 0x6871,
        name: "CJK UNIFIED IDEOGRAPH-6871",
    },
    Character {
        age: "1.1",
        codepoint: 0x6872,
        name: "CJK UNIFIED IDEOGRAPH-6872",
    },
    Character {
        age: "1.1",
        codepoint: 0x6873,
        name: "CJK UNIFIED IDEOGRAPH-6873",
    },
    Character {
        age: "1.1",
        codepoint: 0x6874,
        name: "CJK UNIFIED IDEOGRAPH-6874",
    },
    Character {
        age: "1.1",
        codepoint: 0x6875,
        name: "CJK UNIFIED IDEOGRAPH-6875",
    },
    Character {
        age: "1.1",
        codepoint: 0x6876,
        name: "CJK UNIFIED IDEOGRAPH-6876",
    },
    Character {
        age: "1.1",
        codepoint: 0x6877,
        name: "CJK UNIFIED IDEOGRAPH-6877",
    },
    Character {
        age: "1.1",
        codepoint: 0x6878,
        name: "CJK UNIFIED IDEOGRAPH-6878",
    },
    Character {
        age: "1.1",
        codepoint: 0x6879,
        name: "CJK UNIFIED IDEOGRAPH-6879",
    },
    Character {
        age: "1.1",
        codepoint: 0x687A,
        name: "CJK UNIFIED IDEOGRAPH-687A",
    },
    Character {
        age: "1.1",
        codepoint: 0x687B,
        name: "CJK UNIFIED IDEOGRAPH-687B",
    },
    Character {
        age: "1.1",
        codepoint: 0x687C,
        name: "CJK UNIFIED IDEOGRAPH-687C",
    },
    Character {
        age: "1.1",
        codepoint: 0x687D,
        name: "CJK UNIFIED IDEOGRAPH-687D",
    },
    Character {
        age: "1.1",
        codepoint: 0x687E,
        name: "CJK UNIFIED IDEOGRAPH-687E",
    },
    Character {
        age: "1.1",
        codepoint: 0x687F,
        name: "CJK UNIFIED IDEOGRAPH-687F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6880,
        name: "CJK UNIFIED IDEOGRAPH-6880",
    },
    Character {
        age: "1.1",
        codepoint: 0x6881,
        name: "CJK UNIFIED IDEOGRAPH-6881",
    },
    Character {
        age: "1.1",
        codepoint: 0x6882,
        name: "CJK UNIFIED IDEOGRAPH-6882",
    },
    Character {
        age: "1.1",
        codepoint: 0x6883,
        name: "CJK UNIFIED IDEOGRAPH-6883",
    },
    Character {
        age: "1.1",
        codepoint: 0x6884,
        name: "CJK UNIFIED IDEOGRAPH-6884",
    },
    Character {
        age: "1.1",
        codepoint: 0x6885,
        name: "CJK UNIFIED IDEOGRAPH-6885",
    },
    Character {
        age: "1.1",
        codepoint: 0x6886,
        name: "CJK UNIFIED IDEOGRAPH-6886",
    },
    Character {
        age: "1.1",
        codepoint: 0x6887,
        name: "CJK UNIFIED IDEOGRAPH-6887",
    },
    Character {
        age: "1.1",
        codepoint: 0x6888,
        name: "CJK UNIFIED IDEOGRAPH-6888",
    },
    Character {
        age: "1.1",
        codepoint: 0x6889,
        name: "CJK UNIFIED IDEOGRAPH-6889",
    },
    Character {
        age: "1.1",
        codepoint: 0x688A,
        name: "CJK UNIFIED IDEOGRAPH-688A",
    },
    Character {
        age: "1.1",
        codepoint: 0x688B,
        name: "CJK UNIFIED IDEOGRAPH-688B",
    },
    Character {
        age: "1.1",
        codepoint: 0x688C,
        name: "CJK UNIFIED IDEOGRAPH-688C",
    },
    Character {
        age: "1.1",
        codepoint: 0x688D,
        name: "CJK UNIFIED IDEOGRAPH-688D",
    },
    Character {
        age: "1.1",
        codepoint: 0x688E,
        name: "CJK UNIFIED IDEOGRAPH-688E",
    },
    Character {
        age: "1.1",
        codepoint: 0x688F,
        name: "CJK UNIFIED IDEOGRAPH-688F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6890,
        name: "CJK UNIFIED IDEOGRAPH-6890",
    },
    Character {
        age: "1.1",
        codepoint: 0x6891,
        name: "CJK UNIFIED IDEOGRAPH-6891",
    },
    Character {
        age: "1.1",
        codepoint: 0x6892,
        name: "CJK UNIFIED IDEOGRAPH-6892",
    },
    Character {
        age: "1.1",
        codepoint: 0x6893,
        name: "CJK UNIFIED IDEOGRAPH-6893",
    },
    Character {
        age: "1.1",
        codepoint: 0x6894,
        name: "CJK UNIFIED IDEOGRAPH-6894",
    },
    Character {
        age: "1.1",
        codepoint: 0x6895,
        name: "CJK UNIFIED IDEOGRAPH-6895",
    },
    Character {
        age: "1.1",
        codepoint: 0x6896,
        name: "CJK UNIFIED IDEOGRAPH-6896",
    },
    Character {
        age: "1.1",
        codepoint: 0x6897,
        name: "CJK UNIFIED IDEOGRAPH-6897",
    },
    Character {
        age: "1.1",
        codepoint: 0x6898,
        name: "CJK UNIFIED IDEOGRAPH-6898",
    },
    Character {
        age: "1.1",
        codepoint: 0x6899,
        name: "CJK UNIFIED IDEOGRAPH-6899",
    },
    Character {
        age: "1.1",
        codepoint: 0x689A,
        name: "CJK UNIFIED IDEOGRAPH-689A",
    },
    Character {
        age: "1.1",
        codepoint: 0x689B,
        name: "CJK UNIFIED IDEOGRAPH-689B",
    },
    Character {
        age: "1.1",
        codepoint: 0x689C,
        name: "CJK UNIFIED IDEOGRAPH-689C",
    },
    Character {
        age: "1.1",
        codepoint: 0x689D,
        name: "CJK UNIFIED IDEOGRAPH-689D",
    },
    Character {
        age: "1.1",
        codepoint: 0x689E,
        name: "CJK UNIFIED IDEOGRAPH-689E",
    },
    Character {
        age: "1.1",
        codepoint: 0x689F,
        name: "CJK UNIFIED IDEOGRAPH-689F",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A0,
        name: "CJK UNIFIED IDEOGRAPH-68A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A1,
        name: "CJK UNIFIED IDEOGRAPH-68A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A2,
        name: "CJK UNIFIED IDEOGRAPH-68A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A3,
        name: "CJK UNIFIED IDEOGRAPH-68A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A4,
        name: "CJK UNIFIED IDEOGRAPH-68A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A5,
        name: "CJK UNIFIED IDEOGRAPH-68A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A6,
        name: "CJK UNIFIED IDEOGRAPH-68A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A7,
        name: "CJK UNIFIED IDEOGRAPH-68A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A8,
        name: "CJK UNIFIED IDEOGRAPH-68A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x68A9,
        name: "CJK UNIFIED IDEOGRAPH-68A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x68AA,
        name: "CJK UNIFIED IDEOGRAPH-68AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x68AB,
        name: "CJK UNIFIED IDEOGRAPH-68AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x68AC,
        name: "CJK UNIFIED IDEOGRAPH-68AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x68AD,
        name: "CJK UNIFIED IDEOGRAPH-68AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x68AE,
        name: "CJK UNIFIED IDEOGRAPH-68AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x68AF,
        name: "CJK UNIFIED IDEOGRAPH-68AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B0,
        name: "CJK UNIFIED IDEOGRAPH-68B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B1,
        name: "CJK UNIFIED IDEOGRAPH-68B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B2,
        name: "CJK UNIFIED IDEOGRAPH-68B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B3,
        name: "CJK UNIFIED IDEOGRAPH-68B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B4,
        name: "CJK UNIFIED IDEOGRAPH-68B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B5,
        name: "CJK UNIFIED IDEOGRAPH-68B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B6,
        name: "CJK UNIFIED IDEOGRAPH-68B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B7,
        name: "CJK UNIFIED IDEOGRAPH-68B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B8,
        name: "CJK UNIFIED IDEOGRAPH-68B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x68B9,
        name: "CJK UNIFIED IDEOGRAPH-68B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x68BA,
        name: "CJK UNIFIED IDEOGRAPH-68BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x68BB,
        name: "CJK UNIFIED IDEOGRAPH-68BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x68BC,
        name: "CJK UNIFIED IDEOGRAPH-68BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x68BD,
        name: "CJK UNIFIED IDEOGRAPH-68BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x68BE,
        name: "CJK UNIFIED IDEOGRAPH-68BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x68BF,
        name: "CJK UNIFIED IDEOGRAPH-68BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C0,
        name: "CJK UNIFIED IDEOGRAPH-68C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C1,
        name: "CJK UNIFIED IDEOGRAPH-68C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C2,
        name: "CJK UNIFIED IDEOGRAPH-68C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C3,
        name: "CJK UNIFIED IDEOGRAPH-68C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C4,
        name: "CJK UNIFIED IDEOGRAPH-68C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C5,
        name: "CJK UNIFIED IDEOGRAPH-68C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C6,
        name: "CJK UNIFIED IDEOGRAPH-68C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C7,
        name: "CJK UNIFIED IDEOGRAPH-68C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C8,
        name: "CJK UNIFIED IDEOGRAPH-68C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x68C9,
        name: "CJK UNIFIED IDEOGRAPH-68C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x68CA,
        name: "CJK UNIFIED IDEOGRAPH-68CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x68CB,
        name: "CJK UNIFIED IDEOGRAPH-68CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x68CC,
        name: "CJK UNIFIED IDEOGRAPH-68CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x68CD,
        name: "CJK UNIFIED IDEOGRAPH-68CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x68CE,
        name: "CJK UNIFIED IDEOGRAPH-68CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x68CF,
        name: "CJK UNIFIED IDEOGRAPH-68CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D0,
        name: "CJK UNIFIED IDEOGRAPH-68D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D1,
        name: "CJK UNIFIED IDEOGRAPH-68D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D2,
        name: "CJK UNIFIED IDEOGRAPH-68D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D3,
        name: "CJK UNIFIED IDEOGRAPH-68D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D4,
        name: "CJK UNIFIED IDEOGRAPH-68D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D5,
        name: "CJK UNIFIED IDEOGRAPH-68D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D6,
        name: "CJK UNIFIED IDEOGRAPH-68D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D7,
        name: "CJK UNIFIED IDEOGRAPH-68D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D8,
        name: "CJK UNIFIED IDEOGRAPH-68D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x68D9,
        name: "CJK UNIFIED IDEOGRAPH-68D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x68DA,
        name: "CJK UNIFIED IDEOGRAPH-68DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x68DB,
        name: "CJK UNIFIED IDEOGRAPH-68DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x68DC,
        name: "CJK UNIFIED IDEOGRAPH-68DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x68DD,
        name: "CJK UNIFIED IDEOGRAPH-68DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x68DE,
        name: "CJK UNIFIED IDEOGRAPH-68DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x68DF,
        name: "CJK UNIFIED IDEOGRAPH-68DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E0,
        name: "CJK UNIFIED IDEOGRAPH-68E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E1,
        name: "CJK UNIFIED IDEOGRAPH-68E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E2,
        name: "CJK UNIFIED IDEOGRAPH-68E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E3,
        name: "CJK UNIFIED IDEOGRAPH-68E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E4,
        name: "CJK UNIFIED IDEOGRAPH-68E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E5,
        name: "CJK UNIFIED IDEOGRAPH-68E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E6,
        name: "CJK UNIFIED IDEOGRAPH-68E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E7,
        name: "CJK UNIFIED IDEOGRAPH-68E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E8,
        name: "CJK UNIFIED IDEOGRAPH-68E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x68E9,
        name: "CJK UNIFIED IDEOGRAPH-68E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x68EA,
        name: "CJK UNIFIED IDEOGRAPH-68EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x68EB,
        name: "CJK UNIFIED IDEOGRAPH-68EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x68EC,
        name: "CJK UNIFIED IDEOGRAPH-68EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x68ED,
        name: "CJK UNIFIED IDEOGRAPH-68ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x68EE,
        name: "CJK UNIFIED IDEOGRAPH-68EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x68EF,
        name: "CJK UNIFIED IDEOGRAPH-68EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F0,
        name: "CJK UNIFIED IDEOGRAPH-68F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F1,
        name: "CJK UNIFIED IDEOGRAPH-68F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F2,
        name: "CJK UNIFIED IDEOGRAPH-68F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F3,
        name: "CJK UNIFIED IDEOGRAPH-68F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F4,
        name: "CJK UNIFIED IDEOGRAPH-68F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F5,
        name: "CJK UNIFIED IDEOGRAPH-68F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F6,
        name: "CJK UNIFIED IDEOGRAPH-68F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F7,
        name: "CJK UNIFIED IDEOGRAPH-68F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F8,
        name: "CJK UNIFIED IDEOGRAPH-68F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x68F9,
        name: "CJK UNIFIED IDEOGRAPH-68F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x68FA,
        name: "CJK UNIFIED IDEOGRAPH-68FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x68FB,
        name: "CJK UNIFIED IDEOGRAPH-68FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x68FC,
        name: "CJK UNIFIED IDEOGRAPH-68FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x68FD,
        name: "CJK UNIFIED IDEOGRAPH-68FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x68FE,
        name: "CJK UNIFIED IDEOGRAPH-68FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x68FF,
        name: "CJK UNIFIED IDEOGRAPH-68FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6900,
        name: "CJK UNIFIED IDEOGRAPH-6900",
    },
    Character {
        age: "1.1",
        codepoint: 0x6901,
        name: "CJK UNIFIED IDEOGRAPH-6901",
    },
    Character {
        age: "1.1",
        codepoint: 0x6902,
        name: "CJK UNIFIED IDEOGRAPH-6902",
    },
    Character {
        age: "1.1",
        codepoint: 0x6903,
        name: "CJK UNIFIED IDEOGRAPH-6903",
    },
    Character {
        age: "1.1",
        codepoint: 0x6904,
        name: "CJK UNIFIED IDEOGRAPH-6904",
    },
    Character {
        age: "1.1",
        codepoint: 0x6905,
        name: "CJK UNIFIED IDEOGRAPH-6905",
    },
    Character {
        age: "1.1",
        codepoint: 0x6906,
        name: "CJK UNIFIED IDEOGRAPH-6906",
    },
    Character {
        age: "1.1",
        codepoint: 0x6907,
        name: "CJK UNIFIED IDEOGRAPH-6907",
    },
    Character {
        age: "1.1",
        codepoint: 0x6908,
        name: "CJK UNIFIED IDEOGRAPH-6908",
    },
    Character {
        age: "1.1",
        codepoint: 0x6909,
        name: "CJK UNIFIED IDEOGRAPH-6909",
    },
    Character {
        age: "1.1",
        codepoint: 0x690A,
        name: "CJK UNIFIED IDEOGRAPH-690A",
    },
    Character {
        age: "1.1",
        codepoint: 0x690B,
        name: "CJK UNIFIED IDEOGRAPH-690B",
    },
    Character {
        age: "1.1",
        codepoint: 0x690C,
        name: "CJK UNIFIED IDEOGRAPH-690C",
    },
    Character {
        age: "1.1",
        codepoint: 0x690D,
        name: "CJK UNIFIED IDEOGRAPH-690D",
    },
    Character {
        age: "1.1",
        codepoint: 0x690E,
        name: "CJK UNIFIED IDEOGRAPH-690E",
    },
    Character {
        age: "1.1",
        codepoint: 0x690F,
        name: "CJK UNIFIED IDEOGRAPH-690F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6910,
        name: "CJK UNIFIED IDEOGRAPH-6910",
    },
    Character {
        age: "1.1",
        codepoint: 0x6911,
        name: "CJK UNIFIED IDEOGRAPH-6911",
    },
    Character {
        age: "1.1",
        codepoint: 0x6912,
        name: "CJK UNIFIED IDEOGRAPH-6912",
    },
    Character {
        age: "1.1",
        codepoint: 0x6913,
        name: "CJK UNIFIED IDEOGRAPH-6913",
    },
    Character {
        age: "1.1",
        codepoint: 0x6914,
        name: "CJK UNIFIED IDEOGRAPH-6914",
    },
    Character {
        age: "1.1",
        codepoint: 0x6915,
        name: "CJK UNIFIED IDEOGRAPH-6915",
    },
    Character {
        age: "1.1",
        codepoint: 0x6916,
        name: "CJK UNIFIED IDEOGRAPH-6916",
    },
    Character {
        age: "1.1",
        codepoint: 0x6917,
        name: "CJK UNIFIED IDEOGRAPH-6917",
    },
    Character {
        age: "1.1",
        codepoint: 0x6918,
        name: "CJK UNIFIED IDEOGRAPH-6918",
    },
    Character {
        age: "1.1",
        codepoint: 0x6919,
        name: "CJK UNIFIED IDEOGRAPH-6919",
    },
    Character {
        age: "1.1",
        codepoint: 0x691A,
        name: "CJK UNIFIED IDEOGRAPH-691A",
    },
    Character {
        age: "1.1",
        codepoint: 0x691B,
        name: "CJK UNIFIED IDEOGRAPH-691B",
    },
    Character {
        age: "1.1",
        codepoint: 0x691C,
        name: "CJK UNIFIED IDEOGRAPH-691C",
    },
    Character {
        age: "1.1",
        codepoint: 0x691D,
        name: "CJK UNIFIED IDEOGRAPH-691D",
    },
    Character {
        age: "1.1",
        codepoint: 0x691E,
        name: "CJK UNIFIED IDEOGRAPH-691E",
    },
    Character {
        age: "1.1",
        codepoint: 0x691F,
        name: "CJK UNIFIED IDEOGRAPH-691F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6920,
        name: "CJK UNIFIED IDEOGRAPH-6920",
    },
    Character {
        age: "1.1",
        codepoint: 0x6921,
        name: "CJK UNIFIED IDEOGRAPH-6921",
    },
    Character {
        age: "1.1",
        codepoint: 0x6922,
        name: "CJK UNIFIED IDEOGRAPH-6922",
    },
    Character {
        age: "1.1",
        codepoint: 0x6923,
        name: "CJK UNIFIED IDEOGRAPH-6923",
    },
    Character {
        age: "1.1",
        codepoint: 0x6924,
        name: "CJK UNIFIED IDEOGRAPH-6924",
    },
    Character {
        age: "1.1",
        codepoint: 0x6925,
        name: "CJK UNIFIED IDEOGRAPH-6925",
    },
    Character {
        age: "1.1",
        codepoint: 0x6926,
        name: "CJK UNIFIED IDEOGRAPH-6926",
    },
    Character {
        age: "1.1",
        codepoint: 0x6927,
        name: "CJK UNIFIED IDEOGRAPH-6927",
    },
    Character {
        age: "1.1",
        codepoint: 0x6928,
        name: "CJK UNIFIED IDEOGRAPH-6928",
    },
    Character {
        age: "1.1",
        codepoint: 0x6929,
        name: "CJK UNIFIED IDEOGRAPH-6929",
    },
    Character {
        age: "1.1",
        codepoint: 0x692A,
        name: "CJK UNIFIED IDEOGRAPH-692A",
    },
    Character {
        age: "1.1",
        codepoint: 0x692B,
        name: "CJK UNIFIED IDEOGRAPH-692B",
    },
    Character {
        age: "1.1",
        codepoint: 0x692C,
        name: "CJK UNIFIED IDEOGRAPH-692C",
    },
    Character {
        age: "1.1",
        codepoint: 0x692D,
        name: "CJK UNIFIED IDEOGRAPH-692D",
    },
    Character {
        age: "1.1",
        codepoint: 0x692E,
        name: "CJK UNIFIED IDEOGRAPH-692E",
    },
    Character {
        age: "1.1",
        codepoint: 0x692F,
        name: "CJK UNIFIED IDEOGRAPH-692F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6930,
        name: "CJK UNIFIED IDEOGRAPH-6930",
    },
    Character {
        age: "1.1",
        codepoint: 0x6931,
        name: "CJK UNIFIED IDEOGRAPH-6931",
    },
    Character {
        age: "1.1",
        codepoint: 0x6932,
        name: "CJK UNIFIED IDEOGRAPH-6932",
    },
    Character {
        age: "1.1",
        codepoint: 0x6933,
        name: "CJK UNIFIED IDEOGRAPH-6933",
    },
    Character {
        age: "1.1",
        codepoint: 0x6934,
        name: "CJK UNIFIED IDEOGRAPH-6934",
    },
    Character {
        age: "1.1",
        codepoint: 0x6935,
        name: "CJK UNIFIED IDEOGRAPH-6935",
    },
    Character {
        age: "1.1",
        codepoint: 0x6936,
        name: "CJK UNIFIED IDEOGRAPH-6936",
    },
    Character {
        age: "1.1",
        codepoint: 0x6937,
        name: "CJK UNIFIED IDEOGRAPH-6937",
    },
    Character {
        age: "1.1",
        codepoint: 0x6938,
        name: "CJK UNIFIED IDEOGRAPH-6938",
    },
    Character {
        age: "1.1",
        codepoint: 0x6939,
        name: "CJK UNIFIED IDEOGRAPH-6939",
    },
    Character {
        age: "1.1",
        codepoint: 0x693A,
        name: "CJK UNIFIED IDEOGRAPH-693A",
    },
    Character {
        age: "1.1",
        codepoint: 0x693B,
        name: "CJK UNIFIED IDEOGRAPH-693B",
    },
    Character {
        age: "1.1",
        codepoint: 0x693C,
        name: "CJK UNIFIED IDEOGRAPH-693C",
    },
    Character {
        age: "1.1",
        codepoint: 0x693D,
        name: "CJK UNIFIED IDEOGRAPH-693D",
    },
    Character {
        age: "1.1",
        codepoint: 0x693E,
        name: "CJK UNIFIED IDEOGRAPH-693E",
    },
    Character {
        age: "1.1",
        codepoint: 0x693F,
        name: "CJK UNIFIED IDEOGRAPH-693F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6940,
        name: "CJK UNIFIED IDEOGRAPH-6940",
    },
    Character {
        age: "1.1",
        codepoint: 0x6941,
        name: "CJK UNIFIED IDEOGRAPH-6941",
    },
    Character {
        age: "1.1",
        codepoint: 0x6942,
        name: "CJK UNIFIED IDEOGRAPH-6942",
    },
    Character {
        age: "1.1",
        codepoint: 0x6943,
        name: "CJK UNIFIED IDEOGRAPH-6943",
    },
    Character {
        age: "1.1",
        codepoint: 0x6944,
        name: "CJK UNIFIED IDEOGRAPH-6944",
    },
    Character {
        age: "1.1",
        codepoint: 0x6945,
        name: "CJK UNIFIED IDEOGRAPH-6945",
    },
    Character {
        age: "1.1",
        codepoint: 0x6946,
        name: "CJK UNIFIED IDEOGRAPH-6946",
    },
    Character {
        age: "1.1",
        codepoint: 0x6947,
        name: "CJK UNIFIED IDEOGRAPH-6947",
    },
    Character {
        age: "1.1",
        codepoint: 0x6948,
        name: "CJK UNIFIED IDEOGRAPH-6948",
    },
    Character {
        age: "1.1",
        codepoint: 0x6949,
        name: "CJK UNIFIED IDEOGRAPH-6949",
    },
    Character {
        age: "1.1",
        codepoint: 0x694A,
        name: "CJK UNIFIED IDEOGRAPH-694A",
    },
    Character {
        age: "1.1",
        codepoint: 0x694B,
        name: "CJK UNIFIED IDEOGRAPH-694B",
    },
    Character {
        age: "1.1",
        codepoint: 0x694C,
        name: "CJK UNIFIED IDEOGRAPH-694C",
    },
    Character {
        age: "1.1",
        codepoint: 0x694D,
        name: "CJK UNIFIED IDEOGRAPH-694D",
    },
    Character {
        age: "1.1",
        codepoint: 0x694E,
        name: "CJK UNIFIED IDEOGRAPH-694E",
    },
    Character {
        age: "1.1",
        codepoint: 0x694F,
        name: "CJK UNIFIED IDEOGRAPH-694F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6950,
        name: "CJK UNIFIED IDEOGRAPH-6950",
    },
    Character {
        age: "1.1",
        codepoint: 0x6951,
        name: "CJK UNIFIED IDEOGRAPH-6951",
    },
    Character {
        age: "1.1",
        codepoint: 0x6952,
        name: "CJK UNIFIED IDEOGRAPH-6952",
    },
    Character {
        age: "1.1",
        codepoint: 0x6953,
        name: "CJK UNIFIED IDEOGRAPH-6953",
    },
    Character {
        age: "1.1",
        codepoint: 0x6954,
        name: "CJK UNIFIED IDEOGRAPH-6954",
    },
    Character {
        age: "1.1",
        codepoint: 0x6955,
        name: "CJK UNIFIED IDEOGRAPH-6955",
    },
    Character {
        age: "1.1",
        codepoint: 0x6956,
        name: "CJK UNIFIED IDEOGRAPH-6956",
    },
    Character {
        age: "1.1",
        codepoint: 0x6957,
        name: "CJK UNIFIED IDEOGRAPH-6957",
    },
    Character {
        age: "1.1",
        codepoint: 0x6958,
        name: "CJK UNIFIED IDEOGRAPH-6958",
    },
    Character {
        age: "1.1",
        codepoint: 0x6959,
        name: "CJK UNIFIED IDEOGRAPH-6959",
    },
    Character {
        age: "1.1",
        codepoint: 0x695A,
        name: "CJK UNIFIED IDEOGRAPH-695A",
    },
    Character {
        age: "1.1",
        codepoint: 0x695B,
        name: "CJK UNIFIED IDEOGRAPH-695B",
    },
    Character {
        age: "1.1",
        codepoint: 0x695C,
        name: "CJK UNIFIED IDEOGRAPH-695C",
    },
    Character {
        age: "1.1",
        codepoint: 0x695D,
        name: "CJK UNIFIED IDEOGRAPH-695D",
    },
    Character {
        age: "1.1",
        codepoint: 0x695E,
        name: "CJK UNIFIED IDEOGRAPH-695E",
    },
    Character {
        age: "1.1",
        codepoint: 0x695F,
        name: "CJK UNIFIED IDEOGRAPH-695F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6960,
        name: "CJK UNIFIED IDEOGRAPH-6960",
    },
    Character {
        age: "1.1",
        codepoint: 0x6961,
        name: "CJK UNIFIED IDEOGRAPH-6961",
    },
    Character {
        age: "1.1",
        codepoint: 0x6962,
        name: "CJK UNIFIED IDEOGRAPH-6962",
    },
    Character {
        age: "1.1",
        codepoint: 0x6963,
        name: "CJK UNIFIED IDEOGRAPH-6963",
    },
    Character {
        age: "1.1",
        codepoint: 0x6964,
        name: "CJK UNIFIED IDEOGRAPH-6964",
    },
    Character {
        age: "1.1",
        codepoint: 0x6965,
        name: "CJK UNIFIED IDEOGRAPH-6965",
    },
    Character {
        age: "1.1",
        codepoint: 0x6966,
        name: "CJK UNIFIED IDEOGRAPH-6966",
    },
    Character {
        age: "1.1",
        codepoint: 0x6967,
        name: "CJK UNIFIED IDEOGRAPH-6967",
    },
    Character {
        age: "1.1",
        codepoint: 0x6968,
        name: "CJK UNIFIED IDEOGRAPH-6968",
    },
    Character {
        age: "1.1",
        codepoint: 0x6969,
        name: "CJK UNIFIED IDEOGRAPH-6969",
    },
    Character {
        age: "1.1",
        codepoint: 0x696A,
        name: "CJK UNIFIED IDEOGRAPH-696A",
    },
    Character {
        age: "1.1",
        codepoint: 0x696B,
        name: "CJK UNIFIED IDEOGRAPH-696B",
    },
    Character {
        age: "1.1",
        codepoint: 0x696C,
        name: "CJK UNIFIED IDEOGRAPH-696C",
    },
    Character {
        age: "1.1",
        codepoint: 0x696D,
        name: "CJK UNIFIED IDEOGRAPH-696D",
    },
    Character {
        age: "1.1",
        codepoint: 0x696E,
        name: "CJK UNIFIED IDEOGRAPH-696E",
    },
    Character {
        age: "1.1",
        codepoint: 0x696F,
        name: "CJK UNIFIED IDEOGRAPH-696F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6970,
        name: "CJK UNIFIED IDEOGRAPH-6970",
    },
    Character {
        age: "1.1",
        codepoint: 0x6971,
        name: "CJK UNIFIED IDEOGRAPH-6971",
    },
    Character {
        age: "1.1",
        codepoint: 0x6972,
        name: "CJK UNIFIED IDEOGRAPH-6972",
    },
    Character {
        age: "1.1",
        codepoint: 0x6973,
        name: "CJK UNIFIED IDEOGRAPH-6973",
    },
    Character {
        age: "1.1",
        codepoint: 0x6974,
        name: "CJK UNIFIED IDEOGRAPH-6974",
    },
    Character {
        age: "1.1",
        codepoint: 0x6975,
        name: "CJK UNIFIED IDEOGRAPH-6975",
    },
    Character {
        age: "1.1",
        codepoint: 0x6976,
        name: "CJK UNIFIED IDEOGRAPH-6976",
    },
    Character {
        age: "1.1",
        codepoint: 0x6977,
        name: "CJK UNIFIED IDEOGRAPH-6977",
    },
    Character {
        age: "1.1",
        codepoint: 0x6978,
        name: "CJK UNIFIED IDEOGRAPH-6978",
    },
    Character {
        age: "1.1",
        codepoint: 0x6979,
        name: "CJK UNIFIED IDEOGRAPH-6979",
    },
    Character {
        age: "1.1",
        codepoint: 0x697A,
        name: "CJK UNIFIED IDEOGRAPH-697A",
    },
    Character {
        age: "1.1",
        codepoint: 0x697B,
        name: "CJK UNIFIED IDEOGRAPH-697B",
    },
    Character {
        age: "1.1",
        codepoint: 0x697C,
        name: "CJK UNIFIED IDEOGRAPH-697C",
    },
    Character {
        age: "1.1",
        codepoint: 0x697D,
        name: "CJK UNIFIED IDEOGRAPH-697D",
    },
    Character {
        age: "1.1",
        codepoint: 0x697E,
        name: "CJK UNIFIED IDEOGRAPH-697E",
    },
    Character {
        age: "1.1",
        codepoint: 0x697F,
        name: "CJK UNIFIED IDEOGRAPH-697F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6980,
        name: "CJK UNIFIED IDEOGRAPH-6980",
    },
    Character {
        age: "1.1",
        codepoint: 0x6981,
        name: "CJK UNIFIED IDEOGRAPH-6981",
    },
    Character {
        age: "1.1",
        codepoint: 0x6982,
        name: "CJK UNIFIED IDEOGRAPH-6982",
    },
    Character {
        age: "1.1",
        codepoint: 0x6983,
        name: "CJK UNIFIED IDEOGRAPH-6983",
    },
    Character {
        age: "1.1",
        codepoint: 0x6984,
        name: "CJK UNIFIED IDEOGRAPH-6984",
    },
    Character {
        age: "1.1",
        codepoint: 0x6985,
        name: "CJK UNIFIED IDEOGRAPH-6985",
    },
    Character {
        age: "1.1",
        codepoint: 0x6986,
        name: "CJK UNIFIED IDEOGRAPH-6986",
    },
    Character {
        age: "1.1",
        codepoint: 0x6987,
        name: "CJK UNIFIED IDEOGRAPH-6987",
    },
    Character {
        age: "1.1",
        codepoint: 0x6988,
        name: "CJK UNIFIED IDEOGRAPH-6988",
    },
    Character {
        age: "1.1",
        codepoint: 0x6989,
        name: "CJK UNIFIED IDEOGRAPH-6989",
    },
    Character {
        age: "1.1",
        codepoint: 0x698A,
        name: "CJK UNIFIED IDEOGRAPH-698A",
    },
    Character {
        age: "1.1",
        codepoint: 0x698B,
        name: "CJK UNIFIED IDEOGRAPH-698B",
    },
    Character {
        age: "1.1",
        codepoint: 0x698C,
        name: "CJK UNIFIED IDEOGRAPH-698C",
    },
    Character {
        age: "1.1",
        codepoint: 0x698D,
        name: "CJK UNIFIED IDEOGRAPH-698D",
    },
    Character {
        age: "1.1",
        codepoint: 0x698E,
        name: "CJK UNIFIED IDEOGRAPH-698E",
    },
    Character {
        age: "1.1",
        codepoint: 0x698F,
        name: "CJK UNIFIED IDEOGRAPH-698F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6990,
        name: "CJK UNIFIED IDEOGRAPH-6990",
    },
    Character {
        age: "1.1",
        codepoint: 0x6991,
        name: "CJK UNIFIED IDEOGRAPH-6991",
    },
    Character {
        age: "1.1",
        codepoint: 0x6992,
        name: "CJK UNIFIED IDEOGRAPH-6992",
    },
    Character {
        age: "1.1",
        codepoint: 0x6993,
        name: "CJK UNIFIED IDEOGRAPH-6993",
    },
    Character {
        age: "1.1",
        codepoint: 0x6994,
        name: "CJK UNIFIED IDEOGRAPH-6994",
    },
    Character {
        age: "1.1",
        codepoint: 0x6995,
        name: "CJK UNIFIED IDEOGRAPH-6995",
    },
    Character {
        age: "1.1",
        codepoint: 0x6996,
        name: "CJK UNIFIED IDEOGRAPH-6996",
    },
    Character {
        age: "1.1",
        codepoint: 0x6997,
        name: "CJK UNIFIED IDEOGRAPH-6997",
    },
    Character {
        age: "1.1",
        codepoint: 0x6998,
        name: "CJK UNIFIED IDEOGRAPH-6998",
    },
    Character {
        age: "1.1",
        codepoint: 0x6999,
        name: "CJK UNIFIED IDEOGRAPH-6999",
    },
    Character {
        age: "1.1",
        codepoint: 0x699A,
        name: "CJK UNIFIED IDEOGRAPH-699A",
    },
    Character {
        age: "1.1",
        codepoint: 0x699B,
        name: "CJK UNIFIED IDEOGRAPH-699B",
    },
    Character {
        age: "1.1",
        codepoint: 0x699C,
        name: "CJK UNIFIED IDEOGRAPH-699C",
    },
    Character {
        age: "1.1",
        codepoint: 0x699D,
        name: "CJK UNIFIED IDEOGRAPH-699D",
    },
    Character {
        age: "1.1",
        codepoint: 0x699E,
        name: "CJK UNIFIED IDEOGRAPH-699E",
    },
    Character {
        age: "1.1",
        codepoint: 0x699F,
        name: "CJK UNIFIED IDEOGRAPH-699F",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A0,
        name: "CJK UNIFIED IDEOGRAPH-69A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A1,
        name: "CJK UNIFIED IDEOGRAPH-69A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A2,
        name: "CJK UNIFIED IDEOGRAPH-69A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A3,
        name: "CJK UNIFIED IDEOGRAPH-69A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A4,
        name: "CJK UNIFIED IDEOGRAPH-69A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A5,
        name: "CJK UNIFIED IDEOGRAPH-69A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A6,
        name: "CJK UNIFIED IDEOGRAPH-69A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A7,
        name: "CJK UNIFIED IDEOGRAPH-69A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A8,
        name: "CJK UNIFIED IDEOGRAPH-69A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x69A9,
        name: "CJK UNIFIED IDEOGRAPH-69A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x69AA,
        name: "CJK UNIFIED IDEOGRAPH-69AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x69AB,
        name: "CJK UNIFIED IDEOGRAPH-69AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x69AC,
        name: "CJK UNIFIED IDEOGRAPH-69AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x69AD,
        name: "CJK UNIFIED IDEOGRAPH-69AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x69AE,
        name: "CJK UNIFIED IDEOGRAPH-69AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x69AF,
        name: "CJK UNIFIED IDEOGRAPH-69AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B0,
        name: "CJK UNIFIED IDEOGRAPH-69B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B1,
        name: "CJK UNIFIED IDEOGRAPH-69B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B2,
        name: "CJK UNIFIED IDEOGRAPH-69B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B3,
        name: "CJK UNIFIED IDEOGRAPH-69B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B4,
        name: "CJK UNIFIED IDEOGRAPH-69B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B5,
        name: "CJK UNIFIED IDEOGRAPH-69B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B6,
        name: "CJK UNIFIED IDEOGRAPH-69B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B7,
        name: "CJK UNIFIED IDEOGRAPH-69B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B8,
        name: "CJK UNIFIED IDEOGRAPH-69B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x69B9,
        name: "CJK UNIFIED IDEOGRAPH-69B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x69BA,
        name: "CJK UNIFIED IDEOGRAPH-69BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x69BB,
        name: "CJK UNIFIED IDEOGRAPH-69BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x69BC,
        name: "CJK UNIFIED IDEOGRAPH-69BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x69BD,
        name: "CJK UNIFIED IDEOGRAPH-69BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x69BE,
        name: "CJK UNIFIED IDEOGRAPH-69BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x69BF,
        name: "CJK UNIFIED IDEOGRAPH-69BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C0,
        name: "CJK UNIFIED IDEOGRAPH-69C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C1,
        name: "CJK UNIFIED IDEOGRAPH-69C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C2,
        name: "CJK UNIFIED IDEOGRAPH-69C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C3,
        name: "CJK UNIFIED IDEOGRAPH-69C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C4,
        name: "CJK UNIFIED IDEOGRAPH-69C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C5,
        name: "CJK UNIFIED IDEOGRAPH-69C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C6,
        name: "CJK UNIFIED IDEOGRAPH-69C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C7,
        name: "CJK UNIFIED IDEOGRAPH-69C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C8,
        name: "CJK UNIFIED IDEOGRAPH-69C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x69C9,
        name: "CJK UNIFIED IDEOGRAPH-69C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x69CA,
        name: "CJK UNIFIED IDEOGRAPH-69CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x69CB,
        name: "CJK UNIFIED IDEOGRAPH-69CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x69CC,
        name: "CJK UNIFIED IDEOGRAPH-69CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x69CD,
        name: "CJK UNIFIED IDEOGRAPH-69CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x69CE,
        name: "CJK UNIFIED IDEOGRAPH-69CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x69CF,
        name: "CJK UNIFIED IDEOGRAPH-69CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D0,
        name: "CJK UNIFIED IDEOGRAPH-69D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D1,
        name: "CJK UNIFIED IDEOGRAPH-69D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D2,
        name: "CJK UNIFIED IDEOGRAPH-69D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D3,
        name: "CJK UNIFIED IDEOGRAPH-69D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D4,
        name: "CJK UNIFIED IDEOGRAPH-69D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D5,
        name: "CJK UNIFIED IDEOGRAPH-69D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D6,
        name: "CJK UNIFIED IDEOGRAPH-69D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D7,
        name: "CJK UNIFIED IDEOGRAPH-69D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D8,
        name: "CJK UNIFIED IDEOGRAPH-69D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x69D9,
        name: "CJK UNIFIED IDEOGRAPH-69D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x69DA,
        name: "CJK UNIFIED IDEOGRAPH-69DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x69DB,
        name: "CJK UNIFIED IDEOGRAPH-69DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x69DC,
        name: "CJK UNIFIED IDEOGRAPH-69DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x69DD,
        name: "CJK UNIFIED IDEOGRAPH-69DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x69DE,
        name: "CJK UNIFIED IDEOGRAPH-69DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x69DF,
        name: "CJK UNIFIED IDEOGRAPH-69DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E0,
        name: "CJK UNIFIED IDEOGRAPH-69E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E1,
        name: "CJK UNIFIED IDEOGRAPH-69E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E2,
        name: "CJK UNIFIED IDEOGRAPH-69E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E3,
        name: "CJK UNIFIED IDEOGRAPH-69E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E4,
        name: "CJK UNIFIED IDEOGRAPH-69E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E5,
        name: "CJK UNIFIED IDEOGRAPH-69E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E6,
        name: "CJK UNIFIED IDEOGRAPH-69E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E7,
        name: "CJK UNIFIED IDEOGRAPH-69E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E8,
        name: "CJK UNIFIED IDEOGRAPH-69E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x69E9,
        name: "CJK UNIFIED IDEOGRAPH-69E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x69EA,
        name: "CJK UNIFIED IDEOGRAPH-69EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x69EB,
        name: "CJK UNIFIED IDEOGRAPH-69EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x69EC,
        name: "CJK UNIFIED IDEOGRAPH-69EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x69ED,
        name: "CJK UNIFIED IDEOGRAPH-69ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x69EE,
        name: "CJK UNIFIED IDEOGRAPH-69EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x69EF,
        name: "CJK UNIFIED IDEOGRAPH-69EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F0,
        name: "CJK UNIFIED IDEOGRAPH-69F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F1,
        name: "CJK UNIFIED IDEOGRAPH-69F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F2,
        name: "CJK UNIFIED IDEOGRAPH-69F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F3,
        name: "CJK UNIFIED IDEOGRAPH-69F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F4,
        name: "CJK UNIFIED IDEOGRAPH-69F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F5,
        name: "CJK UNIFIED IDEOGRAPH-69F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F6,
        name: "CJK UNIFIED IDEOGRAPH-69F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F7,
        name: "CJK UNIFIED IDEOGRAPH-69F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F8,
        name: "CJK UNIFIED IDEOGRAPH-69F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x69F9,
        name: "CJK UNIFIED IDEOGRAPH-69F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x69FA,
        name: "CJK UNIFIED IDEOGRAPH-69FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x69FB,
        name: "CJK UNIFIED IDEOGRAPH-69FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x69FC,
        name: "CJK UNIFIED IDEOGRAPH-69FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x69FD,
        name: "CJK UNIFIED IDEOGRAPH-69FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x69FE,
        name: "CJK UNIFIED IDEOGRAPH-69FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x69FF,
        name: "CJK UNIFIED IDEOGRAPH-69FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A00,
        name: "CJK UNIFIED IDEOGRAPH-6A00",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A01,
        name: "CJK UNIFIED IDEOGRAPH-6A01",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A02,
        name: "CJK UNIFIED IDEOGRAPH-6A02",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A03,
        name: "CJK UNIFIED IDEOGRAPH-6A03",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A04,
        name: "CJK UNIFIED IDEOGRAPH-6A04",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A05,
        name: "CJK UNIFIED IDEOGRAPH-6A05",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A06,
        name: "CJK UNIFIED IDEOGRAPH-6A06",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A07,
        name: "CJK UNIFIED IDEOGRAPH-6A07",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A08,
        name: "CJK UNIFIED IDEOGRAPH-6A08",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A09,
        name: "CJK UNIFIED IDEOGRAPH-6A09",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A0A,
        name: "CJK UNIFIED IDEOGRAPH-6A0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A0B,
        name: "CJK UNIFIED IDEOGRAPH-6A0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A0C,
        name: "CJK UNIFIED IDEOGRAPH-6A0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A0D,
        name: "CJK UNIFIED IDEOGRAPH-6A0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A0E,
        name: "CJK UNIFIED IDEOGRAPH-6A0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A0F,
        name: "CJK UNIFIED IDEOGRAPH-6A0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A10,
        name: "CJK UNIFIED IDEOGRAPH-6A10",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A11,
        name: "CJK UNIFIED IDEOGRAPH-6A11",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A12,
        name: "CJK UNIFIED IDEOGRAPH-6A12",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A13,
        name: "CJK UNIFIED IDEOGRAPH-6A13",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A14,
        name: "CJK UNIFIED IDEOGRAPH-6A14",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A15,
        name: "CJK UNIFIED IDEOGRAPH-6A15",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A16,
        name: "CJK UNIFIED IDEOGRAPH-6A16",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A17,
        name: "CJK UNIFIED IDEOGRAPH-6A17",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A18,
        name: "CJK UNIFIED IDEOGRAPH-6A18",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A19,
        name: "CJK UNIFIED IDEOGRAPH-6A19",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A1A,
        name: "CJK UNIFIED IDEOGRAPH-6A1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A1B,
        name: "CJK UNIFIED IDEOGRAPH-6A1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A1C,
        name: "CJK UNIFIED IDEOGRAPH-6A1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A1D,
        name: "CJK UNIFIED IDEOGRAPH-6A1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A1E,
        name: "CJK UNIFIED IDEOGRAPH-6A1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A1F,
        name: "CJK UNIFIED IDEOGRAPH-6A1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A20,
        name: "CJK UNIFIED IDEOGRAPH-6A20",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A21,
        name: "CJK UNIFIED IDEOGRAPH-6A21",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A22,
        name: "CJK UNIFIED IDEOGRAPH-6A22",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A23,
        name: "CJK UNIFIED IDEOGRAPH-6A23",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A24,
        name: "CJK UNIFIED IDEOGRAPH-6A24",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A25,
        name: "CJK UNIFIED IDEOGRAPH-6A25",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A26,
        name: "CJK UNIFIED IDEOGRAPH-6A26",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A27,
        name: "CJK UNIFIED IDEOGRAPH-6A27",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A28,
        name: "CJK UNIFIED IDEOGRAPH-6A28",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A29,
        name: "CJK UNIFIED IDEOGRAPH-6A29",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A2A,
        name: "CJK UNIFIED IDEOGRAPH-6A2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A2B,
        name: "CJK UNIFIED IDEOGRAPH-6A2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A2C,
        name: "CJK UNIFIED IDEOGRAPH-6A2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A2D,
        name: "CJK UNIFIED IDEOGRAPH-6A2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A2E,
        name: "CJK UNIFIED IDEOGRAPH-6A2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A2F,
        name: "CJK UNIFIED IDEOGRAPH-6A2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A30,
        name: "CJK UNIFIED IDEOGRAPH-6A30",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A31,
        name: "CJK UNIFIED IDEOGRAPH-6A31",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A32,
        name: "CJK UNIFIED IDEOGRAPH-6A32",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A33,
        name: "CJK UNIFIED IDEOGRAPH-6A33",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A34,
        name: "CJK UNIFIED IDEOGRAPH-6A34",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A35,
        name: "CJK UNIFIED IDEOGRAPH-6A35",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A36,
        name: "CJK UNIFIED IDEOGRAPH-6A36",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A37,
        name: "CJK UNIFIED IDEOGRAPH-6A37",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A38,
        name: "CJK UNIFIED IDEOGRAPH-6A38",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A39,
        name: "CJK UNIFIED IDEOGRAPH-6A39",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A3A,
        name: "CJK UNIFIED IDEOGRAPH-6A3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A3B,
        name: "CJK UNIFIED IDEOGRAPH-6A3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A3C,
        name: "CJK UNIFIED IDEOGRAPH-6A3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A3D,
        name: "CJK UNIFIED IDEOGRAPH-6A3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A3E,
        name: "CJK UNIFIED IDEOGRAPH-6A3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A3F,
        name: "CJK UNIFIED IDEOGRAPH-6A3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A40,
        name: "CJK UNIFIED IDEOGRAPH-6A40",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A41,
        name: "CJK UNIFIED IDEOGRAPH-6A41",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A42,
        name: "CJK UNIFIED IDEOGRAPH-6A42",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A43,
        name: "CJK UNIFIED IDEOGRAPH-6A43",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A44,
        name: "CJK UNIFIED IDEOGRAPH-6A44",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A45,
        name: "CJK UNIFIED IDEOGRAPH-6A45",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A46,
        name: "CJK UNIFIED IDEOGRAPH-6A46",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A47,
        name: "CJK UNIFIED IDEOGRAPH-6A47",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A48,
        name: "CJK UNIFIED IDEOGRAPH-6A48",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A49,
        name: "CJK UNIFIED IDEOGRAPH-6A49",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A4A,
        name: "CJK UNIFIED IDEOGRAPH-6A4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A4B,
        name: "CJK UNIFIED IDEOGRAPH-6A4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A4C,
        name: "CJK UNIFIED IDEOGRAPH-6A4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A4D,
        name: "CJK UNIFIED IDEOGRAPH-6A4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A4E,
        name: "CJK UNIFIED IDEOGRAPH-6A4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A4F,
        name: "CJK UNIFIED IDEOGRAPH-6A4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A50,
        name: "CJK UNIFIED IDEOGRAPH-6A50",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A51,
        name: "CJK UNIFIED IDEOGRAPH-6A51",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A52,
        name: "CJK UNIFIED IDEOGRAPH-6A52",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A53,
        name: "CJK UNIFIED IDEOGRAPH-6A53",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A54,
        name: "CJK UNIFIED IDEOGRAPH-6A54",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A55,
        name: "CJK UNIFIED IDEOGRAPH-6A55",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A56,
        name: "CJK UNIFIED IDEOGRAPH-6A56",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A57,
        name: "CJK UNIFIED IDEOGRAPH-6A57",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A58,
        name: "CJK UNIFIED IDEOGRAPH-6A58",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A59,
        name: "CJK UNIFIED IDEOGRAPH-6A59",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A5A,
        name: "CJK UNIFIED IDEOGRAPH-6A5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A5B,
        name: "CJK UNIFIED IDEOGRAPH-6A5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A5C,
        name: "CJK UNIFIED IDEOGRAPH-6A5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A5D,
        name: "CJK UNIFIED IDEOGRAPH-6A5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A5E,
        name: "CJK UNIFIED IDEOGRAPH-6A5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A5F,
        name: "CJK UNIFIED IDEOGRAPH-6A5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A60,
        name: "CJK UNIFIED IDEOGRAPH-6A60",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A61,
        name: "CJK UNIFIED IDEOGRAPH-6A61",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A62,
        name: "CJK UNIFIED IDEOGRAPH-6A62",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A63,
        name: "CJK UNIFIED IDEOGRAPH-6A63",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A64,
        name: "CJK UNIFIED IDEOGRAPH-6A64",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A65,
        name: "CJK UNIFIED IDEOGRAPH-6A65",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A66,
        name: "CJK UNIFIED IDEOGRAPH-6A66",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A67,
        name: "CJK UNIFIED IDEOGRAPH-6A67",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A68,
        name: "CJK UNIFIED IDEOGRAPH-6A68",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A69,
        name: "CJK UNIFIED IDEOGRAPH-6A69",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A6A,
        name: "CJK UNIFIED IDEOGRAPH-6A6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A6B,
        name: "CJK UNIFIED IDEOGRAPH-6A6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A6C,
        name: "CJK UNIFIED IDEOGRAPH-6A6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A6D,
        name: "CJK UNIFIED IDEOGRAPH-6A6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A6E,
        name: "CJK UNIFIED IDEOGRAPH-6A6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A6F,
        name: "CJK UNIFIED IDEOGRAPH-6A6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A70,
        name: "CJK UNIFIED IDEOGRAPH-6A70",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A71,
        name: "CJK UNIFIED IDEOGRAPH-6A71",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A72,
        name: "CJK UNIFIED IDEOGRAPH-6A72",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A73,
        name: "CJK UNIFIED IDEOGRAPH-6A73",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A74,
        name: "CJK UNIFIED IDEOGRAPH-6A74",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A75,
        name: "CJK UNIFIED IDEOGRAPH-6A75",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A76,
        name: "CJK UNIFIED IDEOGRAPH-6A76",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A77,
        name: "CJK UNIFIED IDEOGRAPH-6A77",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A78,
        name: "CJK UNIFIED IDEOGRAPH-6A78",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A79,
        name: "CJK UNIFIED IDEOGRAPH-6A79",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A7A,
        name: "CJK UNIFIED IDEOGRAPH-6A7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A7B,
        name: "CJK UNIFIED IDEOGRAPH-6A7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A7C,
        name: "CJK UNIFIED IDEOGRAPH-6A7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A7D,
        name: "CJK UNIFIED IDEOGRAPH-6A7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A7E,
        name: "CJK UNIFIED IDEOGRAPH-6A7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A7F,
        name: "CJK UNIFIED IDEOGRAPH-6A7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A80,
        name: "CJK UNIFIED IDEOGRAPH-6A80",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A81,
        name: "CJK UNIFIED IDEOGRAPH-6A81",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A82,
        name: "CJK UNIFIED IDEOGRAPH-6A82",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A83,
        name: "CJK UNIFIED IDEOGRAPH-6A83",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A84,
        name: "CJK UNIFIED IDEOGRAPH-6A84",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A85,
        name: "CJK UNIFIED IDEOGRAPH-6A85",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A86,
        name: "CJK UNIFIED IDEOGRAPH-6A86",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A87,
        name: "CJK UNIFIED IDEOGRAPH-6A87",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A88,
        name: "CJK UNIFIED IDEOGRAPH-6A88",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A89,
        name: "CJK UNIFIED IDEOGRAPH-6A89",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A8A,
        name: "CJK UNIFIED IDEOGRAPH-6A8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A8B,
        name: "CJK UNIFIED IDEOGRAPH-6A8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A8C,
        name: "CJK UNIFIED IDEOGRAPH-6A8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A8D,
        name: "CJK UNIFIED IDEOGRAPH-6A8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A8E,
        name: "CJK UNIFIED IDEOGRAPH-6A8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A8F,
        name: "CJK UNIFIED IDEOGRAPH-6A8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A90,
        name: "CJK UNIFIED IDEOGRAPH-6A90",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A91,
        name: "CJK UNIFIED IDEOGRAPH-6A91",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A92,
        name: "CJK UNIFIED IDEOGRAPH-6A92",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A93,
        name: "CJK UNIFIED IDEOGRAPH-6A93",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A94,
        name: "CJK UNIFIED IDEOGRAPH-6A94",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A95,
        name: "CJK UNIFIED IDEOGRAPH-6A95",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A96,
        name: "CJK UNIFIED IDEOGRAPH-6A96",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A97,
        name: "CJK UNIFIED IDEOGRAPH-6A97",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A98,
        name: "CJK UNIFIED IDEOGRAPH-6A98",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A99,
        name: "CJK UNIFIED IDEOGRAPH-6A99",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A9A,
        name: "CJK UNIFIED IDEOGRAPH-6A9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A9B,
        name: "CJK UNIFIED IDEOGRAPH-6A9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A9C,
        name: "CJK UNIFIED IDEOGRAPH-6A9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A9D,
        name: "CJK UNIFIED IDEOGRAPH-6A9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A9E,
        name: "CJK UNIFIED IDEOGRAPH-6A9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6A9F,
        name: "CJK UNIFIED IDEOGRAPH-6A9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA0,
        name: "CJK UNIFIED IDEOGRAPH-6AA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA1,
        name: "CJK UNIFIED IDEOGRAPH-6AA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA2,
        name: "CJK UNIFIED IDEOGRAPH-6AA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA3,
        name: "CJK UNIFIED IDEOGRAPH-6AA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA4,
        name: "CJK UNIFIED IDEOGRAPH-6AA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA5,
        name: "CJK UNIFIED IDEOGRAPH-6AA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA6,
        name: "CJK UNIFIED IDEOGRAPH-6AA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA7,
        name: "CJK UNIFIED IDEOGRAPH-6AA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA8,
        name: "CJK UNIFIED IDEOGRAPH-6AA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AA9,
        name: "CJK UNIFIED IDEOGRAPH-6AA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AAA,
        name: "CJK UNIFIED IDEOGRAPH-6AAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AAB,
        name: "CJK UNIFIED IDEOGRAPH-6AAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AAC,
        name: "CJK UNIFIED IDEOGRAPH-6AAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AAD,
        name: "CJK UNIFIED IDEOGRAPH-6AAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AAE,
        name: "CJK UNIFIED IDEOGRAPH-6AAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AAF,
        name: "CJK UNIFIED IDEOGRAPH-6AAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB0,
        name: "CJK UNIFIED IDEOGRAPH-6AB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB1,
        name: "CJK UNIFIED IDEOGRAPH-6AB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB2,
        name: "CJK UNIFIED IDEOGRAPH-6AB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB3,
        name: "CJK UNIFIED IDEOGRAPH-6AB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB4,
        name: "CJK UNIFIED IDEOGRAPH-6AB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB5,
        name: "CJK UNIFIED IDEOGRAPH-6AB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB6,
        name: "CJK UNIFIED IDEOGRAPH-6AB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB7,
        name: "CJK UNIFIED IDEOGRAPH-6AB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB8,
        name: "CJK UNIFIED IDEOGRAPH-6AB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AB9,
        name: "CJK UNIFIED IDEOGRAPH-6AB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ABA,
        name: "CJK UNIFIED IDEOGRAPH-6ABA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ABB,
        name: "CJK UNIFIED IDEOGRAPH-6ABB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ABC,
        name: "CJK UNIFIED IDEOGRAPH-6ABC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ABD,
        name: "CJK UNIFIED IDEOGRAPH-6ABD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ABE,
        name: "CJK UNIFIED IDEOGRAPH-6ABE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ABF,
        name: "CJK UNIFIED IDEOGRAPH-6ABF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC0,
        name: "CJK UNIFIED IDEOGRAPH-6AC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC1,
        name: "CJK UNIFIED IDEOGRAPH-6AC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC2,
        name: "CJK UNIFIED IDEOGRAPH-6AC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC3,
        name: "CJK UNIFIED IDEOGRAPH-6AC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC4,
        name: "CJK UNIFIED IDEOGRAPH-6AC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC5,
        name: "CJK UNIFIED IDEOGRAPH-6AC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC6,
        name: "CJK UNIFIED IDEOGRAPH-6AC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC7,
        name: "CJK UNIFIED IDEOGRAPH-6AC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC8,
        name: "CJK UNIFIED IDEOGRAPH-6AC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AC9,
        name: "CJK UNIFIED IDEOGRAPH-6AC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ACA,
        name: "CJK UNIFIED IDEOGRAPH-6ACA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ACB,
        name: "CJK UNIFIED IDEOGRAPH-6ACB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ACC,
        name: "CJK UNIFIED IDEOGRAPH-6ACC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ACD,
        name: "CJK UNIFIED IDEOGRAPH-6ACD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ACE,
        name: "CJK UNIFIED IDEOGRAPH-6ACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ACF,
        name: "CJK UNIFIED IDEOGRAPH-6ACF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD0,
        name: "CJK UNIFIED IDEOGRAPH-6AD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD1,
        name: "CJK UNIFIED IDEOGRAPH-6AD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD2,
        name: "CJK UNIFIED IDEOGRAPH-6AD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD3,
        name: "CJK UNIFIED IDEOGRAPH-6AD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD4,
        name: "CJK UNIFIED IDEOGRAPH-6AD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD5,
        name: "CJK UNIFIED IDEOGRAPH-6AD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD6,
        name: "CJK UNIFIED IDEOGRAPH-6AD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD7,
        name: "CJK UNIFIED IDEOGRAPH-6AD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD8,
        name: "CJK UNIFIED IDEOGRAPH-6AD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AD9,
        name: "CJK UNIFIED IDEOGRAPH-6AD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ADA,
        name: "CJK UNIFIED IDEOGRAPH-6ADA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ADB,
        name: "CJK UNIFIED IDEOGRAPH-6ADB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ADC,
        name: "CJK UNIFIED IDEOGRAPH-6ADC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ADD,
        name: "CJK UNIFIED IDEOGRAPH-6ADD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ADE,
        name: "CJK UNIFIED IDEOGRAPH-6ADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ADF,
        name: "CJK UNIFIED IDEOGRAPH-6ADF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE0,
        name: "CJK UNIFIED IDEOGRAPH-6AE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE1,
        name: "CJK UNIFIED IDEOGRAPH-6AE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE2,
        name: "CJK UNIFIED IDEOGRAPH-6AE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE3,
        name: "CJK UNIFIED IDEOGRAPH-6AE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE4,
        name: "CJK UNIFIED IDEOGRAPH-6AE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE5,
        name: "CJK UNIFIED IDEOGRAPH-6AE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE6,
        name: "CJK UNIFIED IDEOGRAPH-6AE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE7,
        name: "CJK UNIFIED IDEOGRAPH-6AE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE8,
        name: "CJK UNIFIED IDEOGRAPH-6AE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AE9,
        name: "CJK UNIFIED IDEOGRAPH-6AE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AEA,
        name: "CJK UNIFIED IDEOGRAPH-6AEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AEB,
        name: "CJK UNIFIED IDEOGRAPH-6AEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AEC,
        name: "CJK UNIFIED IDEOGRAPH-6AEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AED,
        name: "CJK UNIFIED IDEOGRAPH-6AED",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AEE,
        name: "CJK UNIFIED IDEOGRAPH-6AEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AEF,
        name: "CJK UNIFIED IDEOGRAPH-6AEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF0,
        name: "CJK UNIFIED IDEOGRAPH-6AF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF1,
        name: "CJK UNIFIED IDEOGRAPH-6AF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF2,
        name: "CJK UNIFIED IDEOGRAPH-6AF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF3,
        name: "CJK UNIFIED IDEOGRAPH-6AF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF4,
        name: "CJK UNIFIED IDEOGRAPH-6AF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF5,
        name: "CJK UNIFIED IDEOGRAPH-6AF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF6,
        name: "CJK UNIFIED IDEOGRAPH-6AF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF7,
        name: "CJK UNIFIED IDEOGRAPH-6AF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF8,
        name: "CJK UNIFIED IDEOGRAPH-6AF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AF9,
        name: "CJK UNIFIED IDEOGRAPH-6AF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AFA,
        name: "CJK UNIFIED IDEOGRAPH-6AFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AFB,
        name: "CJK UNIFIED IDEOGRAPH-6AFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AFC,
        name: "CJK UNIFIED IDEOGRAPH-6AFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AFD,
        name: "CJK UNIFIED IDEOGRAPH-6AFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AFE,
        name: "CJK UNIFIED IDEOGRAPH-6AFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6AFF,
        name: "CJK UNIFIED IDEOGRAPH-6AFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B00,
        name: "CJK UNIFIED IDEOGRAPH-6B00",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B01,
        name: "CJK UNIFIED IDEOGRAPH-6B01",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B02,
        name: "CJK UNIFIED IDEOGRAPH-6B02",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B03,
        name: "CJK UNIFIED IDEOGRAPH-6B03",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B04,
        name: "CJK UNIFIED IDEOGRAPH-6B04",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B05,
        name: "CJK UNIFIED IDEOGRAPH-6B05",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B06,
        name: "CJK UNIFIED IDEOGRAPH-6B06",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B07,
        name: "CJK UNIFIED IDEOGRAPH-6B07",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B08,
        name: "CJK UNIFIED IDEOGRAPH-6B08",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B09,
        name: "CJK UNIFIED IDEOGRAPH-6B09",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B0A,
        name: "CJK UNIFIED IDEOGRAPH-6B0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B0B,
        name: "CJK UNIFIED IDEOGRAPH-6B0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B0C,
        name: "CJK UNIFIED IDEOGRAPH-6B0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B0D,
        name: "CJK UNIFIED IDEOGRAPH-6B0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B0E,
        name: "CJK UNIFIED IDEOGRAPH-6B0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B0F,
        name: "CJK UNIFIED IDEOGRAPH-6B0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B10,
        name: "CJK UNIFIED IDEOGRAPH-6B10",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B11,
        name: "CJK UNIFIED IDEOGRAPH-6B11",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B12,
        name: "CJK UNIFIED IDEOGRAPH-6B12",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B13,
        name: "CJK UNIFIED IDEOGRAPH-6B13",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B14,
        name: "CJK UNIFIED IDEOGRAPH-6B14",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B15,
        name: "CJK UNIFIED IDEOGRAPH-6B15",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B16,
        name: "CJK UNIFIED IDEOGRAPH-6B16",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B17,
        name: "CJK UNIFIED IDEOGRAPH-6B17",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B18,
        name: "CJK UNIFIED IDEOGRAPH-6B18",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B19,
        name: "CJK UNIFIED IDEOGRAPH-6B19",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B1A,
        name: "CJK UNIFIED IDEOGRAPH-6B1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B1B,
        name: "CJK UNIFIED IDEOGRAPH-6B1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B1C,
        name: "CJK UNIFIED IDEOGRAPH-6B1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B1D,
        name: "CJK UNIFIED IDEOGRAPH-6B1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B1E,
        name: "CJK UNIFIED IDEOGRAPH-6B1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B1F,
        name: "CJK UNIFIED IDEOGRAPH-6B1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B20,
        name: "CJK UNIFIED IDEOGRAPH-6B20",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B21,
        name: "CJK UNIFIED IDEOGRAPH-6B21",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B22,
        name: "CJK UNIFIED IDEOGRAPH-6B22",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B23,
        name: "CJK UNIFIED IDEOGRAPH-6B23",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B24,
        name: "CJK UNIFIED IDEOGRAPH-6B24",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B25,
        name: "CJK UNIFIED IDEOGRAPH-6B25",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B26,
        name: "CJK UNIFIED IDEOGRAPH-6B26",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B27,
        name: "CJK UNIFIED IDEOGRAPH-6B27",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B28,
        name: "CJK UNIFIED IDEOGRAPH-6B28",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B29,
        name: "CJK UNIFIED IDEOGRAPH-6B29",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B2A,
        name: "CJK UNIFIED IDEOGRAPH-6B2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B2B,
        name: "CJK UNIFIED IDEOGRAPH-6B2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B2C,
        name: "CJK UNIFIED IDEOGRAPH-6B2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B2D,
        name: "CJK UNIFIED IDEOGRAPH-6B2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B2E,
        name: "CJK UNIFIED IDEOGRAPH-6B2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B2F,
        name: "CJK UNIFIED IDEOGRAPH-6B2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B30,
        name: "CJK UNIFIED IDEOGRAPH-6B30",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B31,
        name: "CJK UNIFIED IDEOGRAPH-6B31",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B32,
        name: "CJK UNIFIED IDEOGRAPH-6B32",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B33,
        name: "CJK UNIFIED IDEOGRAPH-6B33",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B34,
        name: "CJK UNIFIED IDEOGRAPH-6B34",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B35,
        name: "CJK UNIFIED IDEOGRAPH-6B35",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B36,
        name: "CJK UNIFIED IDEOGRAPH-6B36",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B37,
        name: "CJK UNIFIED IDEOGRAPH-6B37",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B38,
        name: "CJK UNIFIED IDEOGRAPH-6B38",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B39,
        name: "CJK UNIFIED IDEOGRAPH-6B39",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B3A,
        name: "CJK UNIFIED IDEOGRAPH-6B3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B3B,
        name: "CJK UNIFIED IDEOGRAPH-6B3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B3C,
        name: "CJK UNIFIED IDEOGRAPH-6B3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B3D,
        name: "CJK UNIFIED IDEOGRAPH-6B3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B3E,
        name: "CJK UNIFIED IDEOGRAPH-6B3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B3F,
        name: "CJK UNIFIED IDEOGRAPH-6B3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B40,
        name: "CJK UNIFIED IDEOGRAPH-6B40",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B41,
        name: "CJK UNIFIED IDEOGRAPH-6B41",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B42,
        name: "CJK UNIFIED IDEOGRAPH-6B42",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B43,
        name: "CJK UNIFIED IDEOGRAPH-6B43",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B44,
        name: "CJK UNIFIED IDEOGRAPH-6B44",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B45,
        name: "CJK UNIFIED IDEOGRAPH-6B45",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B46,
        name: "CJK UNIFIED IDEOGRAPH-6B46",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B47,
        name: "CJK UNIFIED IDEOGRAPH-6B47",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B48,
        name: "CJK UNIFIED IDEOGRAPH-6B48",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B49,
        name: "CJK UNIFIED IDEOGRAPH-6B49",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B4A,
        name: "CJK UNIFIED IDEOGRAPH-6B4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B4B,
        name: "CJK UNIFIED IDEOGRAPH-6B4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B4C,
        name: "CJK UNIFIED IDEOGRAPH-6B4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B4D,
        name: "CJK UNIFIED IDEOGRAPH-6B4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B4E,
        name: "CJK UNIFIED IDEOGRAPH-6B4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B4F,
        name: "CJK UNIFIED IDEOGRAPH-6B4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B50,
        name: "CJK UNIFIED IDEOGRAPH-6B50",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B51,
        name: "CJK UNIFIED IDEOGRAPH-6B51",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B52,
        name: "CJK UNIFIED IDEOGRAPH-6B52",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B53,
        name: "CJK UNIFIED IDEOGRAPH-6B53",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B54,
        name: "CJK UNIFIED IDEOGRAPH-6B54",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B55,
        name: "CJK UNIFIED IDEOGRAPH-6B55",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B56,
        name: "CJK UNIFIED IDEOGRAPH-6B56",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B57,
        name: "CJK UNIFIED IDEOGRAPH-6B57",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B58,
        name: "CJK UNIFIED IDEOGRAPH-6B58",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B59,
        name: "CJK UNIFIED IDEOGRAPH-6B59",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B5A,
        name: "CJK UNIFIED IDEOGRAPH-6B5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B5B,
        name: "CJK UNIFIED IDEOGRAPH-6B5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B5C,
        name: "CJK UNIFIED IDEOGRAPH-6B5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B5D,
        name: "CJK UNIFIED IDEOGRAPH-6B5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B5E,
        name: "CJK UNIFIED IDEOGRAPH-6B5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B5F,
        name: "CJK UNIFIED IDEOGRAPH-6B5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B60,
        name: "CJK UNIFIED IDEOGRAPH-6B60",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B61,
        name: "CJK UNIFIED IDEOGRAPH-6B61",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B62,
        name: "CJK UNIFIED IDEOGRAPH-6B62",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B63,
        name: "CJK UNIFIED IDEOGRAPH-6B63",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B64,
        name: "CJK UNIFIED IDEOGRAPH-6B64",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B65,
        name: "CJK UNIFIED IDEOGRAPH-6B65",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B66,
        name: "CJK UNIFIED IDEOGRAPH-6B66",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B67,
        name: "CJK UNIFIED IDEOGRAPH-6B67",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B68,
        name: "CJK UNIFIED IDEOGRAPH-6B68",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B69,
        name: "CJK UNIFIED IDEOGRAPH-6B69",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B6A,
        name: "CJK UNIFIED IDEOGRAPH-6B6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B6B,
        name: "CJK UNIFIED IDEOGRAPH-6B6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B6C,
        name: "CJK UNIFIED IDEOGRAPH-6B6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B6D,
        name: "CJK UNIFIED IDEOGRAPH-6B6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B6E,
        name: "CJK UNIFIED IDEOGRAPH-6B6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B6F,
        name: "CJK UNIFIED IDEOGRAPH-6B6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B70,
        name: "CJK UNIFIED IDEOGRAPH-6B70",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B71,
        name: "CJK UNIFIED IDEOGRAPH-6B71",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B72,
        name: "CJK UNIFIED IDEOGRAPH-6B72",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B73,
        name: "CJK UNIFIED IDEOGRAPH-6B73",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B74,
        name: "CJK UNIFIED IDEOGRAPH-6B74",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B75,
        name: "CJK UNIFIED IDEOGRAPH-6B75",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B76,
        name: "CJK UNIFIED IDEOGRAPH-6B76",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B77,
        name: "CJK UNIFIED IDEOGRAPH-6B77",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B78,
        name: "CJK UNIFIED IDEOGRAPH-6B78",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B79,
        name: "CJK UNIFIED IDEOGRAPH-6B79",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B7A,
        name: "CJK UNIFIED IDEOGRAPH-6B7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B7B,
        name: "CJK UNIFIED IDEOGRAPH-6B7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B7C,
        name: "CJK UNIFIED IDEOGRAPH-6B7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B7D,
        name: "CJK UNIFIED IDEOGRAPH-6B7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B7E,
        name: "CJK UNIFIED IDEOGRAPH-6B7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B7F,
        name: "CJK UNIFIED IDEOGRAPH-6B7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B80,
        name: "CJK UNIFIED IDEOGRAPH-6B80",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B81,
        name: "CJK UNIFIED IDEOGRAPH-6B81",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B82,
        name: "CJK UNIFIED IDEOGRAPH-6B82",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B83,
        name: "CJK UNIFIED IDEOGRAPH-6B83",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B84,
        name: "CJK UNIFIED IDEOGRAPH-6B84",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B85,
        name: "CJK UNIFIED IDEOGRAPH-6B85",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B86,
        name: "CJK UNIFIED IDEOGRAPH-6B86",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B87,
        name: "CJK UNIFIED IDEOGRAPH-6B87",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B88,
        name: "CJK UNIFIED IDEOGRAPH-6B88",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B89,
        name: "CJK UNIFIED IDEOGRAPH-6B89",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B8A,
        name: "CJK UNIFIED IDEOGRAPH-6B8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B8B,
        name: "CJK UNIFIED IDEOGRAPH-6B8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B8C,
        name: "CJK UNIFIED IDEOGRAPH-6B8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B8D,
        name: "CJK UNIFIED IDEOGRAPH-6B8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B8E,
        name: "CJK UNIFIED IDEOGRAPH-6B8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B8F,
        name: "CJK UNIFIED IDEOGRAPH-6B8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B90,
        name: "CJK UNIFIED IDEOGRAPH-6B90",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B91,
        name: "CJK UNIFIED IDEOGRAPH-6B91",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B92,
        name: "CJK UNIFIED IDEOGRAPH-6B92",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B93,
        name: "CJK UNIFIED IDEOGRAPH-6B93",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B94,
        name: "CJK UNIFIED IDEOGRAPH-6B94",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B95,
        name: "CJK UNIFIED IDEOGRAPH-6B95",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B96,
        name: "CJK UNIFIED IDEOGRAPH-6B96",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B97,
        name: "CJK UNIFIED IDEOGRAPH-6B97",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B98,
        name: "CJK UNIFIED IDEOGRAPH-6B98",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B99,
        name: "CJK UNIFIED IDEOGRAPH-6B99",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B9A,
        name: "CJK UNIFIED IDEOGRAPH-6B9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B9B,
        name: "CJK UNIFIED IDEOGRAPH-6B9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B9C,
        name: "CJK UNIFIED IDEOGRAPH-6B9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B9D,
        name: "CJK UNIFIED IDEOGRAPH-6B9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B9E,
        name: "CJK UNIFIED IDEOGRAPH-6B9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6B9F,
        name: "CJK UNIFIED IDEOGRAPH-6B9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA0,
        name: "CJK UNIFIED IDEOGRAPH-6BA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA1,
        name: "CJK UNIFIED IDEOGRAPH-6BA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA2,
        name: "CJK UNIFIED IDEOGRAPH-6BA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA3,
        name: "CJK UNIFIED IDEOGRAPH-6BA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA4,
        name: "CJK UNIFIED IDEOGRAPH-6BA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA5,
        name: "CJK UNIFIED IDEOGRAPH-6BA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA6,
        name: "CJK UNIFIED IDEOGRAPH-6BA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA7,
        name: "CJK UNIFIED IDEOGRAPH-6BA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA8,
        name: "CJK UNIFIED IDEOGRAPH-6BA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BA9,
        name: "CJK UNIFIED IDEOGRAPH-6BA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BAA,
        name: "CJK UNIFIED IDEOGRAPH-6BAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BAB,
        name: "CJK UNIFIED IDEOGRAPH-6BAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BAC,
        name: "CJK UNIFIED IDEOGRAPH-6BAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BAD,
        name: "CJK UNIFIED IDEOGRAPH-6BAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BAE,
        name: "CJK UNIFIED IDEOGRAPH-6BAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BAF,
        name: "CJK UNIFIED IDEOGRAPH-6BAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB0,
        name: "CJK UNIFIED IDEOGRAPH-6BB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB1,
        name: "CJK UNIFIED IDEOGRAPH-6BB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB2,
        name: "CJK UNIFIED IDEOGRAPH-6BB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB3,
        name: "CJK UNIFIED IDEOGRAPH-6BB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB4,
        name: "CJK UNIFIED IDEOGRAPH-6BB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB5,
        name: "CJK UNIFIED IDEOGRAPH-6BB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB6,
        name: "CJK UNIFIED IDEOGRAPH-6BB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB7,
        name: "CJK UNIFIED IDEOGRAPH-6BB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB8,
        name: "CJK UNIFIED IDEOGRAPH-6BB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BB9,
        name: "CJK UNIFIED IDEOGRAPH-6BB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BBA,
        name: "CJK UNIFIED IDEOGRAPH-6BBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BBB,
        name: "CJK UNIFIED IDEOGRAPH-6BBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BBC,
        name: "CJK UNIFIED IDEOGRAPH-6BBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BBD,
        name: "CJK UNIFIED IDEOGRAPH-6BBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BBE,
        name: "CJK UNIFIED IDEOGRAPH-6BBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BBF,
        name: "CJK UNIFIED IDEOGRAPH-6BBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC0,
        name: "CJK UNIFIED IDEOGRAPH-6BC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC1,
        name: "CJK UNIFIED IDEOGRAPH-6BC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC2,
        name: "CJK UNIFIED IDEOGRAPH-6BC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC3,
        name: "CJK UNIFIED IDEOGRAPH-6BC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC4,
        name: "CJK UNIFIED IDEOGRAPH-6BC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC5,
        name: "CJK UNIFIED IDEOGRAPH-6BC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC6,
        name: "CJK UNIFIED IDEOGRAPH-6BC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC7,
        name: "CJK UNIFIED IDEOGRAPH-6BC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC8,
        name: "CJK UNIFIED IDEOGRAPH-6BC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BC9,
        name: "CJK UNIFIED IDEOGRAPH-6BC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BCA,
        name: "CJK UNIFIED IDEOGRAPH-6BCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BCB,
        name: "CJK UNIFIED IDEOGRAPH-6BCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BCC,
        name: "CJK UNIFIED IDEOGRAPH-6BCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BCD,
        name: "CJK UNIFIED IDEOGRAPH-6BCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BCE,
        name: "CJK UNIFIED IDEOGRAPH-6BCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BCF,
        name: "CJK UNIFIED IDEOGRAPH-6BCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD0,
        name: "CJK UNIFIED IDEOGRAPH-6BD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD1,
        name: "CJK UNIFIED IDEOGRAPH-6BD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD2,
        name: "CJK UNIFIED IDEOGRAPH-6BD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD3,
        name: "CJK UNIFIED IDEOGRAPH-6BD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD4,
        name: "CJK UNIFIED IDEOGRAPH-6BD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD5,
        name: "CJK UNIFIED IDEOGRAPH-6BD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD6,
        name: "CJK UNIFIED IDEOGRAPH-6BD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD7,
        name: "CJK UNIFIED IDEOGRAPH-6BD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD8,
        name: "CJK UNIFIED IDEOGRAPH-6BD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BD9,
        name: "CJK UNIFIED IDEOGRAPH-6BD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BDA,
        name: "CJK UNIFIED IDEOGRAPH-6BDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BDB,
        name: "CJK UNIFIED IDEOGRAPH-6BDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BDC,
        name: "CJK UNIFIED IDEOGRAPH-6BDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BDD,
        name: "CJK UNIFIED IDEOGRAPH-6BDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BDE,
        name: "CJK UNIFIED IDEOGRAPH-6BDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BDF,
        name: "CJK UNIFIED IDEOGRAPH-6BDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE0,
        name: "CJK UNIFIED IDEOGRAPH-6BE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE1,
        name: "CJK UNIFIED IDEOGRAPH-6BE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE2,
        name: "CJK UNIFIED IDEOGRAPH-6BE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE3,
        name: "CJK UNIFIED IDEOGRAPH-6BE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE4,
        name: "CJK UNIFIED IDEOGRAPH-6BE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE5,
        name: "CJK UNIFIED IDEOGRAPH-6BE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE6,
        name: "CJK UNIFIED IDEOGRAPH-6BE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE7,
        name: "CJK UNIFIED IDEOGRAPH-6BE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE8,
        name: "CJK UNIFIED IDEOGRAPH-6BE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BE9,
        name: "CJK UNIFIED IDEOGRAPH-6BE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BEA,
        name: "CJK UNIFIED IDEOGRAPH-6BEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BEB,
        name: "CJK UNIFIED IDEOGRAPH-6BEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BEC,
        name: "CJK UNIFIED IDEOGRAPH-6BEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BED,
        name: "CJK UNIFIED IDEOGRAPH-6BED",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BEE,
        name: "CJK UNIFIED IDEOGRAPH-6BEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BEF,
        name: "CJK UNIFIED IDEOGRAPH-6BEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF0,
        name: "CJK UNIFIED IDEOGRAPH-6BF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF1,
        name: "CJK UNIFIED IDEOGRAPH-6BF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF2,
        name: "CJK UNIFIED IDEOGRAPH-6BF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF3,
        name: "CJK UNIFIED IDEOGRAPH-6BF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF4,
        name: "CJK UNIFIED IDEOGRAPH-6BF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF5,
        name: "CJK UNIFIED IDEOGRAPH-6BF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF6,
        name: "CJK UNIFIED IDEOGRAPH-6BF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF7,
        name: "CJK UNIFIED IDEOGRAPH-6BF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF8,
        name: "CJK UNIFIED IDEOGRAPH-6BF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BF9,
        name: "CJK UNIFIED IDEOGRAPH-6BF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BFA,
        name: "CJK UNIFIED IDEOGRAPH-6BFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BFB,
        name: "CJK UNIFIED IDEOGRAPH-6BFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BFC,
        name: "CJK UNIFIED IDEOGRAPH-6BFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BFD,
        name: "CJK UNIFIED IDEOGRAPH-6BFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BFE,
        name: "CJK UNIFIED IDEOGRAPH-6BFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6BFF,
        name: "CJK UNIFIED IDEOGRAPH-6BFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C00,
        name: "CJK UNIFIED IDEOGRAPH-6C00",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C01,
        name: "CJK UNIFIED IDEOGRAPH-6C01",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C02,
        name: "CJK UNIFIED IDEOGRAPH-6C02",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C03,
        name: "CJK UNIFIED IDEOGRAPH-6C03",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C04,
        name: "CJK UNIFIED IDEOGRAPH-6C04",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C05,
        name: "CJK UNIFIED IDEOGRAPH-6C05",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C06,
        name: "CJK UNIFIED IDEOGRAPH-6C06",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C07,
        name: "CJK UNIFIED IDEOGRAPH-6C07",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C08,
        name: "CJK UNIFIED IDEOGRAPH-6C08",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C09,
        name: "CJK UNIFIED IDEOGRAPH-6C09",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C0A,
        name: "CJK UNIFIED IDEOGRAPH-6C0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C0B,
        name: "CJK UNIFIED IDEOGRAPH-6C0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C0C,
        name: "CJK UNIFIED IDEOGRAPH-6C0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C0D,
        name: "CJK UNIFIED IDEOGRAPH-6C0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C0E,
        name: "CJK UNIFIED IDEOGRAPH-6C0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C0F,
        name: "CJK UNIFIED IDEOGRAPH-6C0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C10,
        name: "CJK UNIFIED IDEOGRAPH-6C10",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C11,
        name: "CJK UNIFIED IDEOGRAPH-6C11",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C12,
        name: "CJK UNIFIED IDEOGRAPH-6C12",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C13,
        name: "CJK UNIFIED IDEOGRAPH-6C13",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C14,
        name: "CJK UNIFIED IDEOGRAPH-6C14",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C15,
        name: "CJK UNIFIED IDEOGRAPH-6C15",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C16,
        name: "CJK UNIFIED IDEOGRAPH-6C16",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C17,
        name: "CJK UNIFIED IDEOGRAPH-6C17",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C18,
        name: "CJK UNIFIED IDEOGRAPH-6C18",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C19,
        name: "CJK UNIFIED IDEOGRAPH-6C19",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C1A,
        name: "CJK UNIFIED IDEOGRAPH-6C1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C1B,
        name: "CJK UNIFIED IDEOGRAPH-6C1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C1C,
        name: "CJK UNIFIED IDEOGRAPH-6C1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C1D,
        name: "CJK UNIFIED IDEOGRAPH-6C1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C1E,
        name: "CJK UNIFIED IDEOGRAPH-6C1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C1F,
        name: "CJK UNIFIED IDEOGRAPH-6C1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C20,
        name: "CJK UNIFIED IDEOGRAPH-6C20",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C21,
        name: "CJK UNIFIED IDEOGRAPH-6C21",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C22,
        name: "CJK UNIFIED IDEOGRAPH-6C22",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C23,
        name: "CJK UNIFIED IDEOGRAPH-6C23",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C24,
        name: "CJK UNIFIED IDEOGRAPH-6C24",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C25,
        name: "CJK UNIFIED IDEOGRAPH-6C25",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C26,
        name: "CJK UNIFIED IDEOGRAPH-6C26",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C27,
        name: "CJK UNIFIED IDEOGRAPH-6C27",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C28,
        name: "CJK UNIFIED IDEOGRAPH-6C28",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C29,
        name: "CJK UNIFIED IDEOGRAPH-6C29",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C2A,
        name: "CJK UNIFIED IDEOGRAPH-6C2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C2B,
        name: "CJK UNIFIED IDEOGRAPH-6C2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C2C,
        name: "CJK UNIFIED IDEOGRAPH-6C2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C2D,
        name: "CJK UNIFIED IDEOGRAPH-6C2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C2E,
        name: "CJK UNIFIED IDEOGRAPH-6C2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C2F,
        name: "CJK UNIFIED IDEOGRAPH-6C2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C30,
        name: "CJK UNIFIED IDEOGRAPH-6C30",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C31,
        name: "CJK UNIFIED IDEOGRAPH-6C31",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C32,
        name: "CJK UNIFIED IDEOGRAPH-6C32",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C33,
        name: "CJK UNIFIED IDEOGRAPH-6C33",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C34,
        name: "CJK UNIFIED IDEOGRAPH-6C34",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C35,
        name: "CJK UNIFIED IDEOGRAPH-6C35",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C36,
        name: "CJK UNIFIED IDEOGRAPH-6C36",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C37,
        name: "CJK UNIFIED IDEOGRAPH-6C37",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C38,
        name: "CJK UNIFIED IDEOGRAPH-6C38",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C39,
        name: "CJK UNIFIED IDEOGRAPH-6C39",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C3A,
        name: "CJK UNIFIED IDEOGRAPH-6C3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C3B,
        name: "CJK UNIFIED IDEOGRAPH-6C3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C3C,
        name: "CJK UNIFIED IDEOGRAPH-6C3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C3D,
        name: "CJK UNIFIED IDEOGRAPH-6C3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C3E,
        name: "CJK UNIFIED IDEOGRAPH-6C3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C3F,
        name: "CJK UNIFIED IDEOGRAPH-6C3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C40,
        name: "CJK UNIFIED IDEOGRAPH-6C40",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C41,
        name: "CJK UNIFIED IDEOGRAPH-6C41",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C42,
        name: "CJK UNIFIED IDEOGRAPH-6C42",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C43,
        name: "CJK UNIFIED IDEOGRAPH-6C43",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C44,
        name: "CJK UNIFIED IDEOGRAPH-6C44",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C45,
        name: "CJK UNIFIED IDEOGRAPH-6C45",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C46,
        name: "CJK UNIFIED IDEOGRAPH-6C46",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C47,
        name: "CJK UNIFIED IDEOGRAPH-6C47",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C48,
        name: "CJK UNIFIED IDEOGRAPH-6C48",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C49,
        name: "CJK UNIFIED IDEOGRAPH-6C49",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C4A,
        name: "CJK UNIFIED IDEOGRAPH-6C4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C4B,
        name: "CJK UNIFIED IDEOGRAPH-6C4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C4C,
        name: "CJK UNIFIED IDEOGRAPH-6C4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C4D,
        name: "CJK UNIFIED IDEOGRAPH-6C4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C4E,
        name: "CJK UNIFIED IDEOGRAPH-6C4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C4F,
        name: "CJK UNIFIED IDEOGRAPH-6C4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C50,
        name: "CJK UNIFIED IDEOGRAPH-6C50",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C51,
        name: "CJK UNIFIED IDEOGRAPH-6C51",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C52,
        name: "CJK UNIFIED IDEOGRAPH-6C52",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C53,
        name: "CJK UNIFIED IDEOGRAPH-6C53",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C54,
        name: "CJK UNIFIED IDEOGRAPH-6C54",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C55,
        name: "CJK UNIFIED IDEOGRAPH-6C55",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C56,
        name: "CJK UNIFIED IDEOGRAPH-6C56",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C57,
        name: "CJK UNIFIED IDEOGRAPH-6C57",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C58,
        name: "CJK UNIFIED IDEOGRAPH-6C58",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C59,
        name: "CJK UNIFIED IDEOGRAPH-6C59",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C5A,
        name: "CJK UNIFIED IDEOGRAPH-6C5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C5B,
        name: "CJK UNIFIED IDEOGRAPH-6C5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C5C,
        name: "CJK UNIFIED IDEOGRAPH-6C5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C5D,
        name: "CJK UNIFIED IDEOGRAPH-6C5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C5E,
        name: "CJK UNIFIED IDEOGRAPH-6C5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C5F,
        name: "CJK UNIFIED IDEOGRAPH-6C5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C60,
        name: "CJK UNIFIED IDEOGRAPH-6C60",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C61,
        name: "CJK UNIFIED IDEOGRAPH-6C61",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C62,
        name: "CJK UNIFIED IDEOGRAPH-6C62",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C63,
        name: "CJK UNIFIED IDEOGRAPH-6C63",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C64,
        name: "CJK UNIFIED IDEOGRAPH-6C64",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C65,
        name: "CJK UNIFIED IDEOGRAPH-6C65",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C66,
        name: "CJK UNIFIED IDEOGRAPH-6C66",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C67,
        name: "CJK UNIFIED IDEOGRAPH-6C67",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C68,
        name: "CJK UNIFIED IDEOGRAPH-6C68",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C69,
        name: "CJK UNIFIED IDEOGRAPH-6C69",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C6A,
        name: "CJK UNIFIED IDEOGRAPH-6C6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C6B,
        name: "CJK UNIFIED IDEOGRAPH-6C6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C6C,
        name: "CJK UNIFIED IDEOGRAPH-6C6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C6D,
        name: "CJK UNIFIED IDEOGRAPH-6C6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C6E,
        name: "CJK UNIFIED IDEOGRAPH-6C6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C6F,
        name: "CJK UNIFIED IDEOGRAPH-6C6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C70,
        name: "CJK UNIFIED IDEOGRAPH-6C70",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C71,
        name: "CJK UNIFIED IDEOGRAPH-6C71",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C72,
        name: "CJK UNIFIED IDEOGRAPH-6C72",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C73,
        name: "CJK UNIFIED IDEOGRAPH-6C73",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C74,
        name: "CJK UNIFIED IDEOGRAPH-6C74",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C75,
        name: "CJK UNIFIED IDEOGRAPH-6C75",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C76,
        name: "CJK UNIFIED IDEOGRAPH-6C76",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C77,
        name: "CJK UNIFIED IDEOGRAPH-6C77",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C78,
        name: "CJK UNIFIED IDEOGRAPH-6C78",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C79,
        name: "CJK UNIFIED IDEOGRAPH-6C79",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C7A,
        name: "CJK UNIFIED IDEOGRAPH-6C7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C7B,
        name: "CJK UNIFIED IDEOGRAPH-6C7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C7C,
        name: "CJK UNIFIED IDEOGRAPH-6C7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C7D,
        name: "CJK UNIFIED IDEOGRAPH-6C7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C7E,
        name: "CJK UNIFIED IDEOGRAPH-6C7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C7F,
        name: "CJK UNIFIED IDEOGRAPH-6C7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C80,
        name: "CJK UNIFIED IDEOGRAPH-6C80",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C81,
        name: "CJK UNIFIED IDEOGRAPH-6C81",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C82,
        name: "CJK UNIFIED IDEOGRAPH-6C82",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C83,
        name: "CJK UNIFIED IDEOGRAPH-6C83",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C84,
        name: "CJK UNIFIED IDEOGRAPH-6C84",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C85,
        name: "CJK UNIFIED IDEOGRAPH-6C85",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C86,
        name: "CJK UNIFIED IDEOGRAPH-6C86",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C87,
        name: "CJK UNIFIED IDEOGRAPH-6C87",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C88,
        name: "CJK UNIFIED IDEOGRAPH-6C88",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C89,
        name: "CJK UNIFIED IDEOGRAPH-6C89",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C8A,
        name: "CJK UNIFIED IDEOGRAPH-6C8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C8B,
        name: "CJK UNIFIED IDEOGRAPH-6C8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C8C,
        name: "CJK UNIFIED IDEOGRAPH-6C8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C8D,
        name: "CJK UNIFIED IDEOGRAPH-6C8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C8E,
        name: "CJK UNIFIED IDEOGRAPH-6C8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C8F,
        name: "CJK UNIFIED IDEOGRAPH-6C8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C90,
        name: "CJK UNIFIED IDEOGRAPH-6C90",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C91,
        name: "CJK UNIFIED IDEOGRAPH-6C91",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C92,
        name: "CJK UNIFIED IDEOGRAPH-6C92",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C93,
        name: "CJK UNIFIED IDEOGRAPH-6C93",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C94,
        name: "CJK UNIFIED IDEOGRAPH-6C94",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C95,
        name: "CJK UNIFIED IDEOGRAPH-6C95",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C96,
        name: "CJK UNIFIED IDEOGRAPH-6C96",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C97,
        name: "CJK UNIFIED IDEOGRAPH-6C97",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C98,
        name: "CJK UNIFIED IDEOGRAPH-6C98",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C99,
        name: "CJK UNIFIED IDEOGRAPH-6C99",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C9A,
        name: "CJK UNIFIED IDEOGRAPH-6C9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C9B,
        name: "CJK UNIFIED IDEOGRAPH-6C9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C9C,
        name: "CJK UNIFIED IDEOGRAPH-6C9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C9D,
        name: "CJK UNIFIED IDEOGRAPH-6C9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C9E,
        name: "CJK UNIFIED IDEOGRAPH-6C9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6C9F,
        name: "CJK UNIFIED IDEOGRAPH-6C9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA0,
        name: "CJK UNIFIED IDEOGRAPH-6CA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA1,
        name: "CJK UNIFIED IDEOGRAPH-6CA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA2,
        name: "CJK UNIFIED IDEOGRAPH-6CA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA3,
        name: "CJK UNIFIED IDEOGRAPH-6CA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA4,
        name: "CJK UNIFIED IDEOGRAPH-6CA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA5,
        name: "CJK UNIFIED IDEOGRAPH-6CA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA6,
        name: "CJK UNIFIED IDEOGRAPH-6CA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA7,
        name: "CJK UNIFIED IDEOGRAPH-6CA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA8,
        name: "CJK UNIFIED IDEOGRAPH-6CA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CA9,
        name: "CJK UNIFIED IDEOGRAPH-6CA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CAA,
        name: "CJK UNIFIED IDEOGRAPH-6CAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CAB,
        name: "CJK UNIFIED IDEOGRAPH-6CAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CAC,
        name: "CJK UNIFIED IDEOGRAPH-6CAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CAD,
        name: "CJK UNIFIED IDEOGRAPH-6CAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CAE,
        name: "CJK UNIFIED IDEOGRAPH-6CAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CAF,
        name: "CJK UNIFIED IDEOGRAPH-6CAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB0,
        name: "CJK UNIFIED IDEOGRAPH-6CB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB1,
        name: "CJK UNIFIED IDEOGRAPH-6CB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB2,
        name: "CJK UNIFIED IDEOGRAPH-6CB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB3,
        name: "CJK UNIFIED IDEOGRAPH-6CB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB4,
        name: "CJK UNIFIED IDEOGRAPH-6CB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB5,
        name: "CJK UNIFIED IDEOGRAPH-6CB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB6,
        name: "CJK UNIFIED IDEOGRAPH-6CB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB7,
        name: "CJK UNIFIED IDEOGRAPH-6CB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB8,
        name: "CJK UNIFIED IDEOGRAPH-6CB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CB9,
        name: "CJK UNIFIED IDEOGRAPH-6CB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CBA,
        name: "CJK UNIFIED IDEOGRAPH-6CBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CBB,
        name: "CJK UNIFIED IDEOGRAPH-6CBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CBC,
        name: "CJK UNIFIED IDEOGRAPH-6CBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CBD,
        name: "CJK UNIFIED IDEOGRAPH-6CBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CBE,
        name: "CJK UNIFIED IDEOGRAPH-6CBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CBF,
        name: "CJK UNIFIED IDEOGRAPH-6CBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC0,
        name: "CJK UNIFIED IDEOGRAPH-6CC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC1,
        name: "CJK UNIFIED IDEOGRAPH-6CC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC2,
        name: "CJK UNIFIED IDEOGRAPH-6CC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC3,
        name: "CJK UNIFIED IDEOGRAPH-6CC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC4,
        name: "CJK UNIFIED IDEOGRAPH-6CC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC5,
        name: "CJK UNIFIED IDEOGRAPH-6CC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC6,
        name: "CJK UNIFIED IDEOGRAPH-6CC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC7,
        name: "CJK UNIFIED IDEOGRAPH-6CC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC8,
        name: "CJK UNIFIED IDEOGRAPH-6CC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CC9,
        name: "CJK UNIFIED IDEOGRAPH-6CC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CCA,
        name: "CJK UNIFIED IDEOGRAPH-6CCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CCB,
        name: "CJK UNIFIED IDEOGRAPH-6CCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CCC,
        name: "CJK UNIFIED IDEOGRAPH-6CCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CCD,
        name: "CJK UNIFIED IDEOGRAPH-6CCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CCE,
        name: "CJK UNIFIED IDEOGRAPH-6CCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CCF,
        name: "CJK UNIFIED IDEOGRAPH-6CCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD0,
        name: "CJK UNIFIED IDEOGRAPH-6CD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD1,
        name: "CJK UNIFIED IDEOGRAPH-6CD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD2,
        name: "CJK UNIFIED IDEOGRAPH-6CD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD3,
        name: "CJK UNIFIED IDEOGRAPH-6CD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD4,
        name: "CJK UNIFIED IDEOGRAPH-6CD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD5,
        name: "CJK UNIFIED IDEOGRAPH-6CD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD6,
        name: "CJK UNIFIED IDEOGRAPH-6CD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD7,
        name: "CJK UNIFIED IDEOGRAPH-6CD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD8,
        name: "CJK UNIFIED IDEOGRAPH-6CD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CD9,
        name: "CJK UNIFIED IDEOGRAPH-6CD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CDA,
        name: "CJK UNIFIED IDEOGRAPH-6CDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CDB,
        name: "CJK UNIFIED IDEOGRAPH-6CDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CDC,
        name: "CJK UNIFIED IDEOGRAPH-6CDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CDD,
        name: "CJK UNIFIED IDEOGRAPH-6CDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CDE,
        name: "CJK UNIFIED IDEOGRAPH-6CDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CDF,
        name: "CJK UNIFIED IDEOGRAPH-6CDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE0,
        name: "CJK UNIFIED IDEOGRAPH-6CE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE1,
        name: "CJK UNIFIED IDEOGRAPH-6CE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE2,
        name: "CJK UNIFIED IDEOGRAPH-6CE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE3,
        name: "CJK UNIFIED IDEOGRAPH-6CE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE4,
        name: "CJK UNIFIED IDEOGRAPH-6CE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE5,
        name: "CJK UNIFIED IDEOGRAPH-6CE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE6,
        name: "CJK UNIFIED IDEOGRAPH-6CE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE7,
        name: "CJK UNIFIED IDEOGRAPH-6CE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE8,
        name: "CJK UNIFIED IDEOGRAPH-6CE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CE9,
        name: "CJK UNIFIED IDEOGRAPH-6CE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CEA,
        name: "CJK UNIFIED IDEOGRAPH-6CEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CEB,
        name: "CJK UNIFIED IDEOGRAPH-6CEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CEC,
        name: "CJK UNIFIED IDEOGRAPH-6CEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CED,
        name: "CJK UNIFIED IDEOGRAPH-6CED",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CEE,
        name: "CJK UNIFIED IDEOGRAPH-6CEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CEF,
        name: "CJK UNIFIED IDEOGRAPH-6CEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF0,
        name: "CJK UNIFIED IDEOGRAPH-6CF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF1,
        name: "CJK UNIFIED IDEOGRAPH-6CF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF2,
        name: "CJK UNIFIED IDEOGRAPH-6CF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF3,
        name: "CJK UNIFIED IDEOGRAPH-6CF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF4,
        name: "CJK UNIFIED IDEOGRAPH-6CF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF5,
        name: "CJK UNIFIED IDEOGRAPH-6CF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF6,
        name: "CJK UNIFIED IDEOGRAPH-6CF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF7,
        name: "CJK UNIFIED IDEOGRAPH-6CF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF8,
        name: "CJK UNIFIED IDEOGRAPH-6CF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CF9,
        name: "CJK UNIFIED IDEOGRAPH-6CF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CFA,
        name: "CJK UNIFIED IDEOGRAPH-6CFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CFB,
        name: "CJK UNIFIED IDEOGRAPH-6CFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CFC,
        name: "CJK UNIFIED IDEOGRAPH-6CFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CFD,
        name: "CJK UNIFIED IDEOGRAPH-6CFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CFE,
        name: "CJK UNIFIED IDEOGRAPH-6CFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6CFF,
        name: "CJK UNIFIED IDEOGRAPH-6CFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D00,
        name: "CJK UNIFIED IDEOGRAPH-6D00",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D01,
        name: "CJK UNIFIED IDEOGRAPH-6D01",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D02,
        name: "CJK UNIFIED IDEOGRAPH-6D02",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D03,
        name: "CJK UNIFIED IDEOGRAPH-6D03",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D04,
        name: "CJK UNIFIED IDEOGRAPH-6D04",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D05,
        name: "CJK UNIFIED IDEOGRAPH-6D05",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D06,
        name: "CJK UNIFIED IDEOGRAPH-6D06",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D07,
        name: "CJK UNIFIED IDEOGRAPH-6D07",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D08,
        name: "CJK UNIFIED IDEOGRAPH-6D08",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D09,
        name: "CJK UNIFIED IDEOGRAPH-6D09",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D0A,
        name: "CJK UNIFIED IDEOGRAPH-6D0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D0B,
        name: "CJK UNIFIED IDEOGRAPH-6D0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D0C,
        name: "CJK UNIFIED IDEOGRAPH-6D0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D0D,
        name: "CJK UNIFIED IDEOGRAPH-6D0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D0E,
        name: "CJK UNIFIED IDEOGRAPH-6D0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D0F,
        name: "CJK UNIFIED IDEOGRAPH-6D0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D10,
        name: "CJK UNIFIED IDEOGRAPH-6D10",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D11,
        name: "CJK UNIFIED IDEOGRAPH-6D11",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D12,
        name: "CJK UNIFIED IDEOGRAPH-6D12",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D13,
        name: "CJK UNIFIED IDEOGRAPH-6D13",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D14,
        name: "CJK UNIFIED IDEOGRAPH-6D14",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D15,
        name: "CJK UNIFIED IDEOGRAPH-6D15",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D16,
        name: "CJK UNIFIED IDEOGRAPH-6D16",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D17,
        name: "CJK UNIFIED IDEOGRAPH-6D17",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D18,
        name: "CJK UNIFIED IDEOGRAPH-6D18",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D19,
        name: "CJK UNIFIED IDEOGRAPH-6D19",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D1A,
        name: "CJK UNIFIED IDEOGRAPH-6D1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D1B,
        name: "CJK UNIFIED IDEOGRAPH-6D1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D1C,
        name: "CJK UNIFIED IDEOGRAPH-6D1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D1D,
        name: "CJK UNIFIED IDEOGRAPH-6D1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D1E,
        name: "CJK UNIFIED IDEOGRAPH-6D1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D1F,
        name: "CJK UNIFIED IDEOGRAPH-6D1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D20,
        name: "CJK UNIFIED IDEOGRAPH-6D20",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D21,
        name: "CJK UNIFIED IDEOGRAPH-6D21",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D22,
        name: "CJK UNIFIED IDEOGRAPH-6D22",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D23,
        name: "CJK UNIFIED IDEOGRAPH-6D23",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D24,
        name: "CJK UNIFIED IDEOGRAPH-6D24",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D25,
        name: "CJK UNIFIED IDEOGRAPH-6D25",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D26,
        name: "CJK UNIFIED IDEOGRAPH-6D26",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D27,
        name: "CJK UNIFIED IDEOGRAPH-6D27",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D28,
        name: "CJK UNIFIED IDEOGRAPH-6D28",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D29,
        name: "CJK UNIFIED IDEOGRAPH-6D29",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D2A,
        name: "CJK UNIFIED IDEOGRAPH-6D2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D2B,
        name: "CJK UNIFIED IDEOGRAPH-6D2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D2C,
        name: "CJK UNIFIED IDEOGRAPH-6D2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D2D,
        name: "CJK UNIFIED IDEOGRAPH-6D2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D2E,
        name: "CJK UNIFIED IDEOGRAPH-6D2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D2F,
        name: "CJK UNIFIED IDEOGRAPH-6D2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D30,
        name: "CJK UNIFIED IDEOGRAPH-6D30",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D31,
        name: "CJK UNIFIED IDEOGRAPH-6D31",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D32,
        name: "CJK UNIFIED IDEOGRAPH-6D32",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D33,
        name: "CJK UNIFIED IDEOGRAPH-6D33",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D34,
        name: "CJK UNIFIED IDEOGRAPH-6D34",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D35,
        name: "CJK UNIFIED IDEOGRAPH-6D35",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D36,
        name: "CJK UNIFIED IDEOGRAPH-6D36",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D37,
        name: "CJK UNIFIED IDEOGRAPH-6D37",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D38,
        name: "CJK UNIFIED IDEOGRAPH-6D38",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D39,
        name: "CJK UNIFIED IDEOGRAPH-6D39",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D3A,
        name: "CJK UNIFIED IDEOGRAPH-6D3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D3B,
        name: "CJK UNIFIED IDEOGRAPH-6D3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D3C,
        name: "CJK UNIFIED IDEOGRAPH-6D3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D3D,
        name: "CJK UNIFIED IDEOGRAPH-6D3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D3E,
        name: "CJK UNIFIED IDEOGRAPH-6D3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D3F,
        name: "CJK UNIFIED IDEOGRAPH-6D3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D40,
        name: "CJK UNIFIED IDEOGRAPH-6D40",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D41,
        name: "CJK UNIFIED IDEOGRAPH-6D41",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D42,
        name: "CJK UNIFIED IDEOGRAPH-6D42",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D43,
        name: "CJK UNIFIED IDEOGRAPH-6D43",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D44,
        name: "CJK UNIFIED IDEOGRAPH-6D44",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D45,
        name: "CJK UNIFIED IDEOGRAPH-6D45",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D46,
        name: "CJK UNIFIED IDEOGRAPH-6D46",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D47,
        name: "CJK UNIFIED IDEOGRAPH-6D47",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D48,
        name: "CJK UNIFIED IDEOGRAPH-6D48",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D49,
        name: "CJK UNIFIED IDEOGRAPH-6D49",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D4A,
        name: "CJK UNIFIED IDEOGRAPH-6D4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D4B,
        name: "CJK UNIFIED IDEOGRAPH-6D4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D4C,
        name: "CJK UNIFIED IDEOGRAPH-6D4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D4D,
        name: "CJK UNIFIED IDEOGRAPH-6D4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D4E,
        name: "CJK UNIFIED IDEOGRAPH-6D4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D4F,
        name: "CJK UNIFIED IDEOGRAPH-6D4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D50,
        name: "CJK UNIFIED IDEOGRAPH-6D50",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D51,
        name: "CJK UNIFIED IDEOGRAPH-6D51",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D52,
        name: "CJK UNIFIED IDEOGRAPH-6D52",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D53,
        name: "CJK UNIFIED IDEOGRAPH-6D53",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D54,
        name: "CJK UNIFIED IDEOGRAPH-6D54",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D55,
        name: "CJK UNIFIED IDEOGRAPH-6D55",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D56,
        name: "CJK UNIFIED IDEOGRAPH-6D56",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D57,
        name: "CJK UNIFIED IDEOGRAPH-6D57",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D58,
        name: "CJK UNIFIED IDEOGRAPH-6D58",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D59,
        name: "CJK UNIFIED IDEOGRAPH-6D59",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D5A,
        name: "CJK UNIFIED IDEOGRAPH-6D5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D5B,
        name: "CJK UNIFIED IDEOGRAPH-6D5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D5C,
        name: "CJK UNIFIED IDEOGRAPH-6D5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D5D,
        name: "CJK UNIFIED IDEOGRAPH-6D5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D5E,
        name: "CJK UNIFIED IDEOGRAPH-6D5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D5F,
        name: "CJK UNIFIED IDEOGRAPH-6D5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D60,
        name: "CJK UNIFIED IDEOGRAPH-6D60",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D61,
        name: "CJK UNIFIED IDEOGRAPH-6D61",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D62,
        name: "CJK UNIFIED IDEOGRAPH-6D62",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D63,
        name: "CJK UNIFIED IDEOGRAPH-6D63",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D64,
        name: "CJK UNIFIED IDEOGRAPH-6D64",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D65,
        name: "CJK UNIFIED IDEOGRAPH-6D65",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D66,
        name: "CJK UNIFIED IDEOGRAPH-6D66",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D67,
        name: "CJK UNIFIED IDEOGRAPH-6D67",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D68,
        name: "CJK UNIFIED IDEOGRAPH-6D68",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D69,
        name: "CJK UNIFIED IDEOGRAPH-6D69",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D6A,
        name: "CJK UNIFIED IDEOGRAPH-6D6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D6B,
        name: "CJK UNIFIED IDEOGRAPH-6D6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D6C,
        name: "CJK UNIFIED IDEOGRAPH-6D6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D6D,
        name: "CJK UNIFIED IDEOGRAPH-6D6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D6E,
        name: "CJK UNIFIED IDEOGRAPH-6D6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D6F,
        name: "CJK UNIFIED IDEOGRAPH-6D6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D70,
        name: "CJK UNIFIED IDEOGRAPH-6D70",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D71,
        name: "CJK UNIFIED IDEOGRAPH-6D71",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D72,
        name: "CJK UNIFIED IDEOGRAPH-6D72",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D73,
        name: "CJK UNIFIED IDEOGRAPH-6D73",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D74,
        name: "CJK UNIFIED IDEOGRAPH-6D74",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D75,
        name: "CJK UNIFIED IDEOGRAPH-6D75",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D76,
        name: "CJK UNIFIED IDEOGRAPH-6D76",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D77,
        name: "CJK UNIFIED IDEOGRAPH-6D77",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D78,
        name: "CJK UNIFIED IDEOGRAPH-6D78",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D79,
        name: "CJK UNIFIED IDEOGRAPH-6D79",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D7A,
        name: "CJK UNIFIED IDEOGRAPH-6D7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D7B,
        name: "CJK UNIFIED IDEOGRAPH-6D7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D7C,
        name: "CJK UNIFIED IDEOGRAPH-6D7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D7D,
        name: "CJK UNIFIED IDEOGRAPH-6D7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D7E,
        name: "CJK UNIFIED IDEOGRAPH-6D7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D7F,
        name: "CJK UNIFIED IDEOGRAPH-6D7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D80,
        name: "CJK UNIFIED IDEOGRAPH-6D80",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D81,
        name: "CJK UNIFIED IDEOGRAPH-6D81",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D82,
        name: "CJK UNIFIED IDEOGRAPH-6D82",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D83,
        name: "CJK UNIFIED IDEOGRAPH-6D83",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D84,
        name: "CJK UNIFIED IDEOGRAPH-6D84",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D85,
        name: "CJK UNIFIED IDEOGRAPH-6D85",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D86,
        name: "CJK UNIFIED IDEOGRAPH-6D86",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D87,
        name: "CJK UNIFIED IDEOGRAPH-6D87",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D88,
        name: "CJK UNIFIED IDEOGRAPH-6D88",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D89,
        name: "CJK UNIFIED IDEOGRAPH-6D89",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D8A,
        name: "CJK UNIFIED IDEOGRAPH-6D8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D8B,
        name: "CJK UNIFIED IDEOGRAPH-6D8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D8C,
        name: "CJK UNIFIED IDEOGRAPH-6D8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D8D,
        name: "CJK UNIFIED IDEOGRAPH-6D8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D8E,
        name: "CJK UNIFIED IDEOGRAPH-6D8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D8F,
        name: "CJK UNIFIED IDEOGRAPH-6D8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D90,
        name: "CJK UNIFIED IDEOGRAPH-6D90",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D91,
        name: "CJK UNIFIED IDEOGRAPH-6D91",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D92,
        name: "CJK UNIFIED IDEOGRAPH-6D92",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D93,
        name: "CJK UNIFIED IDEOGRAPH-6D93",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D94,
        name: "CJK UNIFIED IDEOGRAPH-6D94",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D95,
        name: "CJK UNIFIED IDEOGRAPH-6D95",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D96,
        name: "CJK UNIFIED IDEOGRAPH-6D96",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D97,
        name: "CJK UNIFIED IDEOGRAPH-6D97",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D98,
        name: "CJK UNIFIED IDEOGRAPH-6D98",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D99,
        name: "CJK UNIFIED IDEOGRAPH-6D99",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D9A,
        name: "CJK UNIFIED IDEOGRAPH-6D9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D9B,
        name: "CJK UNIFIED IDEOGRAPH-6D9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D9C,
        name: "CJK UNIFIED IDEOGRAPH-6D9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D9D,
        name: "CJK UNIFIED IDEOGRAPH-6D9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D9E,
        name: "CJK UNIFIED IDEOGRAPH-6D9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6D9F,
        name: "CJK UNIFIED IDEOGRAPH-6D9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA0,
        name: "CJK UNIFIED IDEOGRAPH-6DA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA1,
        name: "CJK UNIFIED IDEOGRAPH-6DA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA2,
        name: "CJK UNIFIED IDEOGRAPH-6DA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA3,
        name: "CJK UNIFIED IDEOGRAPH-6DA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA4,
        name: "CJK UNIFIED IDEOGRAPH-6DA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA5,
        name: "CJK UNIFIED IDEOGRAPH-6DA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA6,
        name: "CJK UNIFIED IDEOGRAPH-6DA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA7,
        name: "CJK UNIFIED IDEOGRAPH-6DA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA8,
        name: "CJK UNIFIED IDEOGRAPH-6DA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DA9,
        name: "CJK UNIFIED IDEOGRAPH-6DA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DAA,
        name: "CJK UNIFIED IDEOGRAPH-6DAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DAB,
        name: "CJK UNIFIED IDEOGRAPH-6DAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DAC,
        name: "CJK UNIFIED IDEOGRAPH-6DAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DAD,
        name: "CJK UNIFIED IDEOGRAPH-6DAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DAE,
        name: "CJK UNIFIED IDEOGRAPH-6DAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DAF,
        name: "CJK UNIFIED IDEOGRAPH-6DAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB0,
        name: "CJK UNIFIED IDEOGRAPH-6DB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB1,
        name: "CJK UNIFIED IDEOGRAPH-6DB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB2,
        name: "CJK UNIFIED IDEOGRAPH-6DB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB3,
        name: "CJK UNIFIED IDEOGRAPH-6DB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB4,
        name: "CJK UNIFIED IDEOGRAPH-6DB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB5,
        name: "CJK UNIFIED IDEOGRAPH-6DB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB6,
        name: "CJK UNIFIED IDEOGRAPH-6DB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB7,
        name: "CJK UNIFIED IDEOGRAPH-6DB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB8,
        name: "CJK UNIFIED IDEOGRAPH-6DB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DB9,
        name: "CJK UNIFIED IDEOGRAPH-6DB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DBA,
        name: "CJK UNIFIED IDEOGRAPH-6DBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DBB,
        name: "CJK UNIFIED IDEOGRAPH-6DBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DBC,
        name: "CJK UNIFIED IDEOGRAPH-6DBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DBD,
        name: "CJK UNIFIED IDEOGRAPH-6DBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DBE,
        name: "CJK UNIFIED IDEOGRAPH-6DBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DBF,
        name: "CJK UNIFIED IDEOGRAPH-6DBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC0,
        name: "CJK UNIFIED IDEOGRAPH-6DC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC1,
        name: "CJK UNIFIED IDEOGRAPH-6DC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC2,
        name: "CJK UNIFIED IDEOGRAPH-6DC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC3,
        name: "CJK UNIFIED IDEOGRAPH-6DC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC4,
        name: "CJK UNIFIED IDEOGRAPH-6DC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC5,
        name: "CJK UNIFIED IDEOGRAPH-6DC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC6,
        name: "CJK UNIFIED IDEOGRAPH-6DC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC7,
        name: "CJK UNIFIED IDEOGRAPH-6DC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC8,
        name: "CJK UNIFIED IDEOGRAPH-6DC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DC9,
        name: "CJK UNIFIED IDEOGRAPH-6DC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DCA,
        name: "CJK UNIFIED IDEOGRAPH-6DCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DCB,
        name: "CJK UNIFIED IDEOGRAPH-6DCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DCC,
        name: "CJK UNIFIED IDEOGRAPH-6DCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DCD,
        name: "CJK UNIFIED IDEOGRAPH-6DCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DCE,
        name: "CJK UNIFIED IDEOGRAPH-6DCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DCF,
        name: "CJK UNIFIED IDEOGRAPH-6DCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD0,
        name: "CJK UNIFIED IDEOGRAPH-6DD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD1,
        name: "CJK UNIFIED IDEOGRAPH-6DD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD2,
        name: "CJK UNIFIED IDEOGRAPH-6DD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD3,
        name: "CJK UNIFIED IDEOGRAPH-6DD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD4,
        name: "CJK UNIFIED IDEOGRAPH-6DD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD5,
        name: "CJK UNIFIED IDEOGRAPH-6DD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD6,
        name: "CJK UNIFIED IDEOGRAPH-6DD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD7,
        name: "CJK UNIFIED IDEOGRAPH-6DD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD8,
        name: "CJK UNIFIED IDEOGRAPH-6DD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DD9,
        name: "CJK UNIFIED IDEOGRAPH-6DD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DDA,
        name: "CJK UNIFIED IDEOGRAPH-6DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DDB,
        name: "CJK UNIFIED IDEOGRAPH-6DDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DDC,
        name: "CJK UNIFIED IDEOGRAPH-6DDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DDD,
        name: "CJK UNIFIED IDEOGRAPH-6DDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DDE,
        name: "CJK UNIFIED IDEOGRAPH-6DDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DDF,
        name: "CJK UNIFIED IDEOGRAPH-6DDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE0,
        name: "CJK UNIFIED IDEOGRAPH-6DE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE1,
        name: "CJK UNIFIED IDEOGRAPH-6DE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE2,
        name: "CJK UNIFIED IDEOGRAPH-6DE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE3,
        name: "CJK UNIFIED IDEOGRAPH-6DE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE4,
        name: "CJK UNIFIED IDEOGRAPH-6DE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE5,
        name: "CJK UNIFIED IDEOGRAPH-6DE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE6,
        name: "CJK UNIFIED IDEOGRAPH-6DE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE7,
        name: "CJK UNIFIED IDEOGRAPH-6DE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE8,
        name: "CJK UNIFIED IDEOGRAPH-6DE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DE9,
        name: "CJK UNIFIED IDEOGRAPH-6DE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DEA,
        name: "CJK UNIFIED IDEOGRAPH-6DEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DEB,
        name: "CJK UNIFIED IDEOGRAPH-6DEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DEC,
        name: "CJK UNIFIED IDEOGRAPH-6DEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DED,
        name: "CJK UNIFIED IDEOGRAPH-6DED",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DEE,
        name: "CJK UNIFIED IDEOGRAPH-6DEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DEF,
        name: "CJK UNIFIED IDEOGRAPH-6DEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF0,
        name: "CJK UNIFIED IDEOGRAPH-6DF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF1,
        name: "CJK UNIFIED IDEOGRAPH-6DF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF2,
        name: "CJK UNIFIED IDEOGRAPH-6DF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF3,
        name: "CJK UNIFIED IDEOGRAPH-6DF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF4,
        name: "CJK UNIFIED IDEOGRAPH-6DF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF5,
        name: "CJK UNIFIED IDEOGRAPH-6DF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF6,
        name: "CJK UNIFIED IDEOGRAPH-6DF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF7,
        name: "CJK UNIFIED IDEOGRAPH-6DF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF8,
        name: "CJK UNIFIED IDEOGRAPH-6DF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DF9,
        name: "CJK UNIFIED IDEOGRAPH-6DF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DFA,
        name: "CJK UNIFIED IDEOGRAPH-6DFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DFB,
        name: "CJK UNIFIED IDEOGRAPH-6DFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DFC,
        name: "CJK UNIFIED IDEOGRAPH-6DFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DFD,
        name: "CJK UNIFIED IDEOGRAPH-6DFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DFE,
        name: "CJK UNIFIED IDEOGRAPH-6DFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6DFF,
        name: "CJK UNIFIED IDEOGRAPH-6DFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E00,
        name: "CJK UNIFIED IDEOGRAPH-6E00",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E01,
        name: "CJK UNIFIED IDEOGRAPH-6E01",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E02,
        name: "CJK UNIFIED IDEOGRAPH-6E02",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E03,
        name: "CJK UNIFIED IDEOGRAPH-6E03",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E04,
        name: "CJK UNIFIED IDEOGRAPH-6E04",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E05,
        name: "CJK UNIFIED IDEOGRAPH-6E05",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E06,
        name: "CJK UNIFIED IDEOGRAPH-6E06",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E07,
        name: "CJK UNIFIED IDEOGRAPH-6E07",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E08,
        name: "CJK UNIFIED IDEOGRAPH-6E08",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E09,
        name: "CJK UNIFIED IDEOGRAPH-6E09",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E0A,
        name: "CJK UNIFIED IDEOGRAPH-6E0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E0B,
        name: "CJK UNIFIED IDEOGRAPH-6E0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E0C,
        name: "CJK UNIFIED IDEOGRAPH-6E0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E0D,
        name: "CJK UNIFIED IDEOGRAPH-6E0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E0E,
        name: "CJK UNIFIED IDEOGRAPH-6E0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E0F,
        name: "CJK UNIFIED IDEOGRAPH-6E0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E10,
        name: "CJK UNIFIED IDEOGRAPH-6E10",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E11,
        name: "CJK UNIFIED IDEOGRAPH-6E11",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E12,
        name: "CJK UNIFIED IDEOGRAPH-6E12",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E13,
        name: "CJK UNIFIED IDEOGRAPH-6E13",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E14,
        name: "CJK UNIFIED IDEOGRAPH-6E14",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E15,
        name: "CJK UNIFIED IDEOGRAPH-6E15",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E16,
        name: "CJK UNIFIED IDEOGRAPH-6E16",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E17,
        name: "CJK UNIFIED IDEOGRAPH-6E17",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E18,
        name: "CJK UNIFIED IDEOGRAPH-6E18",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E19,
        name: "CJK UNIFIED IDEOGRAPH-6E19",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E1A,
        name: "CJK UNIFIED IDEOGRAPH-6E1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E1B,
        name: "CJK UNIFIED IDEOGRAPH-6E1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E1C,
        name: "CJK UNIFIED IDEOGRAPH-6E1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E1D,
        name: "CJK UNIFIED IDEOGRAPH-6E1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E1E,
        name: "CJK UNIFIED IDEOGRAPH-6E1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E1F,
        name: "CJK UNIFIED IDEOGRAPH-6E1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E20,
        name: "CJK UNIFIED IDEOGRAPH-6E20",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E21,
        name: "CJK UNIFIED IDEOGRAPH-6E21",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E22,
        name: "CJK UNIFIED IDEOGRAPH-6E22",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E23,
        name: "CJK UNIFIED IDEOGRAPH-6E23",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E24,
        name: "CJK UNIFIED IDEOGRAPH-6E24",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E25,
        name: "CJK UNIFIED IDEOGRAPH-6E25",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E26,
        name: "CJK UNIFIED IDEOGRAPH-6E26",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E27,
        name: "CJK UNIFIED IDEOGRAPH-6E27",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E28,
        name: "CJK UNIFIED IDEOGRAPH-6E28",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E29,
        name: "CJK UNIFIED IDEOGRAPH-6E29",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E2A,
        name: "CJK UNIFIED IDEOGRAPH-6E2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E2B,
        name: "CJK UNIFIED IDEOGRAPH-6E2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E2C,
        name: "CJK UNIFIED IDEOGRAPH-6E2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E2D,
        name: "CJK UNIFIED IDEOGRAPH-6E2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E2E,
        name: "CJK UNIFIED IDEOGRAPH-6E2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E2F,
        name: "CJK UNIFIED IDEOGRAPH-6E2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E30,
        name: "CJK UNIFIED IDEOGRAPH-6E30",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E31,
        name: "CJK UNIFIED IDEOGRAPH-6E31",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E32,
        name: "CJK UNIFIED IDEOGRAPH-6E32",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E33,
        name: "CJK UNIFIED IDEOGRAPH-6E33",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E34,
        name: "CJK UNIFIED IDEOGRAPH-6E34",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E35,
        name: "CJK UNIFIED IDEOGRAPH-6E35",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E36,
        name: "CJK UNIFIED IDEOGRAPH-6E36",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E37,
        name: "CJK UNIFIED IDEOGRAPH-6E37",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E38,
        name: "CJK UNIFIED IDEOGRAPH-6E38",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E39,
        name: "CJK UNIFIED IDEOGRAPH-6E39",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E3A,
        name: "CJK UNIFIED IDEOGRAPH-6E3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E3B,
        name: "CJK UNIFIED IDEOGRAPH-6E3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E3C,
        name: "CJK UNIFIED IDEOGRAPH-6E3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E3D,
        name: "CJK UNIFIED IDEOGRAPH-6E3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E3E,
        name: "CJK UNIFIED IDEOGRAPH-6E3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E3F,
        name: "CJK UNIFIED IDEOGRAPH-6E3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E40,
        name: "CJK UNIFIED IDEOGRAPH-6E40",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E41,
        name: "CJK UNIFIED IDEOGRAPH-6E41",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E42,
        name: "CJK UNIFIED IDEOGRAPH-6E42",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E43,
        name: "CJK UNIFIED IDEOGRAPH-6E43",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E44,
        name: "CJK UNIFIED IDEOGRAPH-6E44",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E45,
        name: "CJK UNIFIED IDEOGRAPH-6E45",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E46,
        name: "CJK UNIFIED IDEOGRAPH-6E46",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E47,
        name: "CJK UNIFIED IDEOGRAPH-6E47",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E48,
        name: "CJK UNIFIED IDEOGRAPH-6E48",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E49,
        name: "CJK UNIFIED IDEOGRAPH-6E49",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E4A,
        name: "CJK UNIFIED IDEOGRAPH-6E4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E4B,
        name: "CJK UNIFIED IDEOGRAPH-6E4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E4C,
        name: "CJK UNIFIED IDEOGRAPH-6E4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E4D,
        name: "CJK UNIFIED IDEOGRAPH-6E4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E4E,
        name: "CJK UNIFIED IDEOGRAPH-6E4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E4F,
        name: "CJK UNIFIED IDEOGRAPH-6E4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E50,
        name: "CJK UNIFIED IDEOGRAPH-6E50",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E51,
        name: "CJK UNIFIED IDEOGRAPH-6E51",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E52,
        name: "CJK UNIFIED IDEOGRAPH-6E52",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E53,
        name: "CJK UNIFIED IDEOGRAPH-6E53",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E54,
        name: "CJK UNIFIED IDEOGRAPH-6E54",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E55,
        name: "CJK UNIFIED IDEOGRAPH-6E55",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E56,
        name: "CJK UNIFIED IDEOGRAPH-6E56",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E57,
        name: "CJK UNIFIED IDEOGRAPH-6E57",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E58,
        name: "CJK UNIFIED IDEOGRAPH-6E58",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E59,
        name: "CJK UNIFIED IDEOGRAPH-6E59",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E5A,
        name: "CJK UNIFIED IDEOGRAPH-6E5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E5B,
        name: "CJK UNIFIED IDEOGRAPH-6E5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E5C,
        name: "CJK UNIFIED IDEOGRAPH-6E5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E5D,
        name: "CJK UNIFIED IDEOGRAPH-6E5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E5E,
        name: "CJK UNIFIED IDEOGRAPH-6E5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E5F,
        name: "CJK UNIFIED IDEOGRAPH-6E5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E60,
        name: "CJK UNIFIED IDEOGRAPH-6E60",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E61,
        name: "CJK UNIFIED IDEOGRAPH-6E61",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E62,
        name: "CJK UNIFIED IDEOGRAPH-6E62",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E63,
        name: "CJK UNIFIED IDEOGRAPH-6E63",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E64,
        name: "CJK UNIFIED IDEOGRAPH-6E64",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E65,
        name: "CJK UNIFIED IDEOGRAPH-6E65",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E66,
        name: "CJK UNIFIED IDEOGRAPH-6E66",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E67,
        name: "CJK UNIFIED IDEOGRAPH-6E67",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E68,
        name: "CJK UNIFIED IDEOGRAPH-6E68",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E69,
        name: "CJK UNIFIED IDEOGRAPH-6E69",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E6A,
        name: "CJK UNIFIED IDEOGRAPH-6E6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E6B,
        name: "CJK UNIFIED IDEOGRAPH-6E6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E6C,
        name: "CJK UNIFIED IDEOGRAPH-6E6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E6D,
        name: "CJK UNIFIED IDEOGRAPH-6E6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E6E,
        name: "CJK UNIFIED IDEOGRAPH-6E6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E6F,
        name: "CJK UNIFIED IDEOGRAPH-6E6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E70,
        name: "CJK UNIFIED IDEOGRAPH-6E70",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E71,
        name: "CJK UNIFIED IDEOGRAPH-6E71",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E72,
        name: "CJK UNIFIED IDEOGRAPH-6E72",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E73,
        name: "CJK UNIFIED IDEOGRAPH-6E73",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E74,
        name: "CJK UNIFIED IDEOGRAPH-6E74",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E75,
        name: "CJK UNIFIED IDEOGRAPH-6E75",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E76,
        name: "CJK UNIFIED IDEOGRAPH-6E76",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E77,
        name: "CJK UNIFIED IDEOGRAPH-6E77",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E78,
        name: "CJK UNIFIED IDEOGRAPH-6E78",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E79,
        name: "CJK UNIFIED IDEOGRAPH-6E79",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E7A,
        name: "CJK UNIFIED IDEOGRAPH-6E7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E7B,
        name: "CJK UNIFIED IDEOGRAPH-6E7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E7C,
        name: "CJK UNIFIED IDEOGRAPH-6E7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E7D,
        name: "CJK UNIFIED IDEOGRAPH-6E7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E7E,
        name: "CJK UNIFIED IDEOGRAPH-6E7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E7F,
        name: "CJK UNIFIED IDEOGRAPH-6E7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E80,
        name: "CJK UNIFIED IDEOGRAPH-6E80",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E81,
        name: "CJK UNIFIED IDEOGRAPH-6E81",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E82,
        name: "CJK UNIFIED IDEOGRAPH-6E82",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E83,
        name: "CJK UNIFIED IDEOGRAPH-6E83",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E84,
        name: "CJK UNIFIED IDEOGRAPH-6E84",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E85,
        name: "CJK UNIFIED IDEOGRAPH-6E85",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E86,
        name: "CJK UNIFIED IDEOGRAPH-6E86",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E87,
        name: "CJK UNIFIED IDEOGRAPH-6E87",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E88,
        name: "CJK UNIFIED IDEOGRAPH-6E88",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E89,
        name: "CJK UNIFIED IDEOGRAPH-6E89",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E8A,
        name: "CJK UNIFIED IDEOGRAPH-6E8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E8B,
        name: "CJK UNIFIED IDEOGRAPH-6E8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E8C,
        name: "CJK UNIFIED IDEOGRAPH-6E8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E8D,
        name: "CJK UNIFIED IDEOGRAPH-6E8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E8E,
        name: "CJK UNIFIED IDEOGRAPH-6E8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E8F,
        name: "CJK UNIFIED IDEOGRAPH-6E8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E90,
        name: "CJK UNIFIED IDEOGRAPH-6E90",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E91,
        name: "CJK UNIFIED IDEOGRAPH-6E91",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E92,
        name: "CJK UNIFIED IDEOGRAPH-6E92",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E93,
        name: "CJK UNIFIED IDEOGRAPH-6E93",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E94,
        name: "CJK UNIFIED IDEOGRAPH-6E94",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E95,
        name: "CJK UNIFIED IDEOGRAPH-6E95",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E96,
        name: "CJK UNIFIED IDEOGRAPH-6E96",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E97,
        name: "CJK UNIFIED IDEOGRAPH-6E97",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E98,
        name: "CJK UNIFIED IDEOGRAPH-6E98",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E99,
        name: "CJK UNIFIED IDEOGRAPH-6E99",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E9A,
        name: "CJK UNIFIED IDEOGRAPH-6E9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E9B,
        name: "CJK UNIFIED IDEOGRAPH-6E9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E9C,
        name: "CJK UNIFIED IDEOGRAPH-6E9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E9D,
        name: "CJK UNIFIED IDEOGRAPH-6E9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E9E,
        name: "CJK UNIFIED IDEOGRAPH-6E9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6E9F,
        name: "CJK UNIFIED IDEOGRAPH-6E9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA0,
        name: "CJK UNIFIED IDEOGRAPH-6EA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA1,
        name: "CJK UNIFIED IDEOGRAPH-6EA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA2,
        name: "CJK UNIFIED IDEOGRAPH-6EA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA3,
        name: "CJK UNIFIED IDEOGRAPH-6EA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA4,
        name: "CJK UNIFIED IDEOGRAPH-6EA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA5,
        name: "CJK UNIFIED IDEOGRAPH-6EA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA6,
        name: "CJK UNIFIED IDEOGRAPH-6EA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA7,
        name: "CJK UNIFIED IDEOGRAPH-6EA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA8,
        name: "CJK UNIFIED IDEOGRAPH-6EA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EA9,
        name: "CJK UNIFIED IDEOGRAPH-6EA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EAA,
        name: "CJK UNIFIED IDEOGRAPH-6EAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EAB,
        name: "CJK UNIFIED IDEOGRAPH-6EAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EAC,
        name: "CJK UNIFIED IDEOGRAPH-6EAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EAD,
        name: "CJK UNIFIED IDEOGRAPH-6EAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EAE,
        name: "CJK UNIFIED IDEOGRAPH-6EAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EAF,
        name: "CJK UNIFIED IDEOGRAPH-6EAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB0,
        name: "CJK UNIFIED IDEOGRAPH-6EB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB1,
        name: "CJK UNIFIED IDEOGRAPH-6EB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB2,
        name: "CJK UNIFIED IDEOGRAPH-6EB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB3,
        name: "CJK UNIFIED IDEOGRAPH-6EB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB4,
        name: "CJK UNIFIED IDEOGRAPH-6EB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB5,
        name: "CJK UNIFIED IDEOGRAPH-6EB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB6,
        name: "CJK UNIFIED IDEOGRAPH-6EB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB7,
        name: "CJK UNIFIED IDEOGRAPH-6EB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB8,
        name: "CJK UNIFIED IDEOGRAPH-6EB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EB9,
        name: "CJK UNIFIED IDEOGRAPH-6EB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EBA,
        name: "CJK UNIFIED IDEOGRAPH-6EBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EBB,
        name: "CJK UNIFIED IDEOGRAPH-6EBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EBC,
        name: "CJK UNIFIED IDEOGRAPH-6EBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EBD,
        name: "CJK UNIFIED IDEOGRAPH-6EBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EBE,
        name: "CJK UNIFIED IDEOGRAPH-6EBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EBF,
        name: "CJK UNIFIED IDEOGRAPH-6EBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC0,
        name: "CJK UNIFIED IDEOGRAPH-6EC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC1,
        name: "CJK UNIFIED IDEOGRAPH-6EC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC2,
        name: "CJK UNIFIED IDEOGRAPH-6EC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC3,
        name: "CJK UNIFIED IDEOGRAPH-6EC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC4,
        name: "CJK UNIFIED IDEOGRAPH-6EC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC5,
        name: "CJK UNIFIED IDEOGRAPH-6EC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC6,
        name: "CJK UNIFIED IDEOGRAPH-6EC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC7,
        name: "CJK UNIFIED IDEOGRAPH-6EC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC8,
        name: "CJK UNIFIED IDEOGRAPH-6EC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EC9,
        name: "CJK UNIFIED IDEOGRAPH-6EC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ECA,
        name: "CJK UNIFIED IDEOGRAPH-6ECA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ECB,
        name: "CJK UNIFIED IDEOGRAPH-6ECB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ECC,
        name: "CJK UNIFIED IDEOGRAPH-6ECC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ECD,
        name: "CJK UNIFIED IDEOGRAPH-6ECD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ECE,
        name: "CJK UNIFIED IDEOGRAPH-6ECE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ECF,
        name: "CJK UNIFIED IDEOGRAPH-6ECF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED0,
        name: "CJK UNIFIED IDEOGRAPH-6ED0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED1,
        name: "CJK UNIFIED IDEOGRAPH-6ED1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED2,
        name: "CJK UNIFIED IDEOGRAPH-6ED2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED3,
        name: "CJK UNIFIED IDEOGRAPH-6ED3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED4,
        name: "CJK UNIFIED IDEOGRAPH-6ED4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED5,
        name: "CJK UNIFIED IDEOGRAPH-6ED5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED6,
        name: "CJK UNIFIED IDEOGRAPH-6ED6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED7,
        name: "CJK UNIFIED IDEOGRAPH-6ED7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED8,
        name: "CJK UNIFIED IDEOGRAPH-6ED8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6ED9,
        name: "CJK UNIFIED IDEOGRAPH-6ED9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EDA,
        name: "CJK UNIFIED IDEOGRAPH-6EDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EDB,
        name: "CJK UNIFIED IDEOGRAPH-6EDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EDC,
        name: "CJK UNIFIED IDEOGRAPH-6EDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EDD,
        name: "CJK UNIFIED IDEOGRAPH-6EDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EDE,
        name: "CJK UNIFIED IDEOGRAPH-6EDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EDF,
        name: "CJK UNIFIED IDEOGRAPH-6EDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE0,
        name: "CJK UNIFIED IDEOGRAPH-6EE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE1,
        name: "CJK UNIFIED IDEOGRAPH-6EE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE2,
        name: "CJK UNIFIED IDEOGRAPH-6EE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE3,
        name: "CJK UNIFIED IDEOGRAPH-6EE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE4,
        name: "CJK UNIFIED IDEOGRAPH-6EE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE5,
        name: "CJK UNIFIED IDEOGRAPH-6EE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE6,
        name: "CJK UNIFIED IDEOGRAPH-6EE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE7,
        name: "CJK UNIFIED IDEOGRAPH-6EE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE8,
        name: "CJK UNIFIED IDEOGRAPH-6EE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EE9,
        name: "CJK UNIFIED IDEOGRAPH-6EE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EEA,
        name: "CJK UNIFIED IDEOGRAPH-6EEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EEB,
        name: "CJK UNIFIED IDEOGRAPH-6EEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EEC,
        name: "CJK UNIFIED IDEOGRAPH-6EEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EED,
        name: "CJK UNIFIED IDEOGRAPH-6EED",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EEE,
        name: "CJK UNIFIED IDEOGRAPH-6EEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EEF,
        name: "CJK UNIFIED IDEOGRAPH-6EEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF0,
        name: "CJK UNIFIED IDEOGRAPH-6EF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF1,
        name: "CJK UNIFIED IDEOGRAPH-6EF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF2,
        name: "CJK UNIFIED IDEOGRAPH-6EF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF3,
        name: "CJK UNIFIED IDEOGRAPH-6EF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF4,
        name: "CJK UNIFIED IDEOGRAPH-6EF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF5,
        name: "CJK UNIFIED IDEOGRAPH-6EF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF6,
        name: "CJK UNIFIED IDEOGRAPH-6EF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF7,
        name: "CJK UNIFIED IDEOGRAPH-6EF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF8,
        name: "CJK UNIFIED IDEOGRAPH-6EF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EF9,
        name: "CJK UNIFIED IDEOGRAPH-6EF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EFA,
        name: "CJK UNIFIED IDEOGRAPH-6EFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EFB,
        name: "CJK UNIFIED IDEOGRAPH-6EFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EFC,
        name: "CJK UNIFIED IDEOGRAPH-6EFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EFD,
        name: "CJK UNIFIED IDEOGRAPH-6EFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EFE,
        name: "CJK UNIFIED IDEOGRAPH-6EFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6EFF,
        name: "CJK UNIFIED IDEOGRAPH-6EFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F00,
        name: "CJK UNIFIED IDEOGRAPH-6F00",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F01,
        name: "CJK UNIFIED IDEOGRAPH-6F01",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F02,
        name: "CJK UNIFIED IDEOGRAPH-6F02",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F03,
        name: "CJK UNIFIED IDEOGRAPH-6F03",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F04,
        name: "CJK UNIFIED IDEOGRAPH-6F04",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F05,
        name: "CJK UNIFIED IDEOGRAPH-6F05",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F06,
        name: "CJK UNIFIED IDEOGRAPH-6F06",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F07,
        name: "CJK UNIFIED IDEOGRAPH-6F07",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F08,
        name: "CJK UNIFIED IDEOGRAPH-6F08",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F09,
        name: "CJK UNIFIED IDEOGRAPH-6F09",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F0A,
        name: "CJK UNIFIED IDEOGRAPH-6F0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F0B,
        name: "CJK UNIFIED IDEOGRAPH-6F0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F0C,
        name: "CJK UNIFIED IDEOGRAPH-6F0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F0D,
        name: "CJK UNIFIED IDEOGRAPH-6F0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F0E,
        name: "CJK UNIFIED IDEOGRAPH-6F0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F0F,
        name: "CJK UNIFIED IDEOGRAPH-6F0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F10,
        name: "CJK UNIFIED IDEOGRAPH-6F10",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F11,
        name: "CJK UNIFIED IDEOGRAPH-6F11",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F12,
        name: "CJK UNIFIED IDEOGRAPH-6F12",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F13,
        name: "CJK UNIFIED IDEOGRAPH-6F13",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F14,
        name: "CJK UNIFIED IDEOGRAPH-6F14",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F15,
        name: "CJK UNIFIED IDEOGRAPH-6F15",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F16,
        name: "CJK UNIFIED IDEOGRAPH-6F16",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F17,
        name: "CJK UNIFIED IDEOGRAPH-6F17",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F18,
        name: "CJK UNIFIED IDEOGRAPH-6F18",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F19,
        name: "CJK UNIFIED IDEOGRAPH-6F19",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F1A,
        name: "CJK UNIFIED IDEOGRAPH-6F1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F1B,
        name: "CJK UNIFIED IDEOGRAPH-6F1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F1C,
        name: "CJK UNIFIED IDEOGRAPH-6F1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F1D,
        name: "CJK UNIFIED IDEOGRAPH-6F1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F1E,
        name: "CJK UNIFIED IDEOGRAPH-6F1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F1F,
        name: "CJK UNIFIED IDEOGRAPH-6F1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F20,
        name: "CJK UNIFIED IDEOGRAPH-6F20",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F21,
        name: "CJK UNIFIED IDEOGRAPH-6F21",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F22,
        name: "CJK UNIFIED IDEOGRAPH-6F22",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F23,
        name: "CJK UNIFIED IDEOGRAPH-6F23",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F24,
        name: "CJK UNIFIED IDEOGRAPH-6F24",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F25,
        name: "CJK UNIFIED IDEOGRAPH-6F25",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F26,
        name: "CJK UNIFIED IDEOGRAPH-6F26",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F27,
        name: "CJK UNIFIED IDEOGRAPH-6F27",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F28,
        name: "CJK UNIFIED IDEOGRAPH-6F28",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F29,
        name: "CJK UNIFIED IDEOGRAPH-6F29",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F2A,
        name: "CJK UNIFIED IDEOGRAPH-6F2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F2B,
        name: "CJK UNIFIED IDEOGRAPH-6F2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F2C,
        name: "CJK UNIFIED IDEOGRAPH-6F2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F2D,
        name: "CJK UNIFIED IDEOGRAPH-6F2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F2E,
        name: "CJK UNIFIED IDEOGRAPH-6F2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F2F,
        name: "CJK UNIFIED IDEOGRAPH-6F2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F30,
        name: "CJK UNIFIED IDEOGRAPH-6F30",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F31,
        name: "CJK UNIFIED IDEOGRAPH-6F31",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F32,
        name: "CJK UNIFIED IDEOGRAPH-6F32",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F33,
        name: "CJK UNIFIED IDEOGRAPH-6F33",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F34,
        name: "CJK UNIFIED IDEOGRAPH-6F34",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F35,
        name: "CJK UNIFIED IDEOGRAPH-6F35",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F36,
        name: "CJK UNIFIED IDEOGRAPH-6F36",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F37,
        name: "CJK UNIFIED IDEOGRAPH-6F37",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F38,
        name: "CJK UNIFIED IDEOGRAPH-6F38",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F39,
        name: "CJK UNIFIED IDEOGRAPH-6F39",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F3A,
        name: "CJK UNIFIED IDEOGRAPH-6F3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F3B,
        name: "CJK UNIFIED IDEOGRAPH-6F3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F3C,
        name: "CJK UNIFIED IDEOGRAPH-6F3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F3D,
        name: "CJK UNIFIED IDEOGRAPH-6F3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F3E,
        name: "CJK UNIFIED IDEOGRAPH-6F3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F3F,
        name: "CJK UNIFIED IDEOGRAPH-6F3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F40,
        name: "CJK UNIFIED IDEOGRAPH-6F40",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F41,
        name: "CJK UNIFIED IDEOGRAPH-6F41",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F42,
        name: "CJK UNIFIED IDEOGRAPH-6F42",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F43,
        name: "CJK UNIFIED IDEOGRAPH-6F43",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F44,
        name: "CJK UNIFIED IDEOGRAPH-6F44",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F45,
        name: "CJK UNIFIED IDEOGRAPH-6F45",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F46,
        name: "CJK UNIFIED IDEOGRAPH-6F46",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F47,
        name: "CJK UNIFIED IDEOGRAPH-6F47",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F48,
        name: "CJK UNIFIED IDEOGRAPH-6F48",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F49,
        name: "CJK UNIFIED IDEOGRAPH-6F49",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F4A,
        name: "CJK UNIFIED IDEOGRAPH-6F4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F4B,
        name: "CJK UNIFIED IDEOGRAPH-6F4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F4C,
        name: "CJK UNIFIED IDEOGRAPH-6F4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F4D,
        name: "CJK UNIFIED IDEOGRAPH-6F4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F4E,
        name: "CJK UNIFIED IDEOGRAPH-6F4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F4F,
        name: "CJK UNIFIED IDEOGRAPH-6F4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F50,
        name: "CJK UNIFIED IDEOGRAPH-6F50",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F51,
        name: "CJK UNIFIED IDEOGRAPH-6F51",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F52,
        name: "CJK UNIFIED IDEOGRAPH-6F52",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F53,
        name: "CJK UNIFIED IDEOGRAPH-6F53",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F54,
        name: "CJK UNIFIED IDEOGRAPH-6F54",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F55,
        name: "CJK UNIFIED IDEOGRAPH-6F55",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F56,
        name: "CJK UNIFIED IDEOGRAPH-6F56",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F57,
        name: "CJK UNIFIED IDEOGRAPH-6F57",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F58,
        name: "CJK UNIFIED IDEOGRAPH-6F58",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F59,
        name: "CJK UNIFIED IDEOGRAPH-6F59",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F5A,
        name: "CJK UNIFIED IDEOGRAPH-6F5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F5B,
        name: "CJK UNIFIED IDEOGRAPH-6F5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F5C,
        name: "CJK UNIFIED IDEOGRAPH-6F5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F5D,
        name: "CJK UNIFIED IDEOGRAPH-6F5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F5E,
        name: "CJK UNIFIED IDEOGRAPH-6F5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F5F,
        name: "CJK UNIFIED IDEOGRAPH-6F5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F60,
        name: "CJK UNIFIED IDEOGRAPH-6F60",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F61,
        name: "CJK UNIFIED IDEOGRAPH-6F61",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F62,
        name: "CJK UNIFIED IDEOGRAPH-6F62",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F63,
        name: "CJK UNIFIED IDEOGRAPH-6F63",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F64,
        name: "CJK UNIFIED IDEOGRAPH-6F64",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F65,
        name: "CJK UNIFIED IDEOGRAPH-6F65",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F66,
        name: "CJK UNIFIED IDEOGRAPH-6F66",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F67,
        name: "CJK UNIFIED IDEOGRAPH-6F67",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F68,
        name: "CJK UNIFIED IDEOGRAPH-6F68",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F69,
        name: "CJK UNIFIED IDEOGRAPH-6F69",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F6A,
        name: "CJK UNIFIED IDEOGRAPH-6F6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F6B,
        name: "CJK UNIFIED IDEOGRAPH-6F6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F6C,
        name: "CJK UNIFIED IDEOGRAPH-6F6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F6D,
        name: "CJK UNIFIED IDEOGRAPH-6F6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F6E,
        name: "CJK UNIFIED IDEOGRAPH-6F6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F6F,
        name: "CJK UNIFIED IDEOGRAPH-6F6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F70,
        name: "CJK UNIFIED IDEOGRAPH-6F70",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F71,
        name: "CJK UNIFIED IDEOGRAPH-6F71",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F72,
        name: "CJK UNIFIED IDEOGRAPH-6F72",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F73,
        name: "CJK UNIFIED IDEOGRAPH-6F73",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F74,
        name: "CJK UNIFIED IDEOGRAPH-6F74",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F75,
        name: "CJK UNIFIED IDEOGRAPH-6F75",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F76,
        name: "CJK UNIFIED IDEOGRAPH-6F76",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F77,
        name: "CJK UNIFIED IDEOGRAPH-6F77",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F78,
        name: "CJK UNIFIED IDEOGRAPH-6F78",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F79,
        name: "CJK UNIFIED IDEOGRAPH-6F79",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F7A,
        name: "CJK UNIFIED IDEOGRAPH-6F7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F7B,
        name: "CJK UNIFIED IDEOGRAPH-6F7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F7C,
        name: "CJK UNIFIED IDEOGRAPH-6F7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F7D,
        name: "CJK UNIFIED IDEOGRAPH-6F7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F7E,
        name: "CJK UNIFIED IDEOGRAPH-6F7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F7F,
        name: "CJK UNIFIED IDEOGRAPH-6F7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F80,
        name: "CJK UNIFIED IDEOGRAPH-6F80",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F81,
        name: "CJK UNIFIED IDEOGRAPH-6F81",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F82,
        name: "CJK UNIFIED IDEOGRAPH-6F82",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F83,
        name: "CJK UNIFIED IDEOGRAPH-6F83",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F84,
        name: "CJK UNIFIED IDEOGRAPH-6F84",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F85,
        name: "CJK UNIFIED IDEOGRAPH-6F85",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F86,
        name: "CJK UNIFIED IDEOGRAPH-6F86",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F87,
        name: "CJK UNIFIED IDEOGRAPH-6F87",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F88,
        name: "CJK UNIFIED IDEOGRAPH-6F88",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F89,
        name: "CJK UNIFIED IDEOGRAPH-6F89",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F8A,
        name: "CJK UNIFIED IDEOGRAPH-6F8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F8B,
        name: "CJK UNIFIED IDEOGRAPH-6F8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F8C,
        name: "CJK UNIFIED IDEOGRAPH-6F8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F8D,
        name: "CJK UNIFIED IDEOGRAPH-6F8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F8E,
        name: "CJK UNIFIED IDEOGRAPH-6F8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F8F,
        name: "CJK UNIFIED IDEOGRAPH-6F8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F90,
        name: "CJK UNIFIED IDEOGRAPH-6F90",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F91,
        name: "CJK UNIFIED IDEOGRAPH-6F91",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F92,
        name: "CJK UNIFIED IDEOGRAPH-6F92",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F93,
        name: "CJK UNIFIED IDEOGRAPH-6F93",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F94,
        name: "CJK UNIFIED IDEOGRAPH-6F94",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F95,
        name: "CJK UNIFIED IDEOGRAPH-6F95",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F96,
        name: "CJK UNIFIED IDEOGRAPH-6F96",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F97,
        name: "CJK UNIFIED IDEOGRAPH-6F97",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F98,
        name: "CJK UNIFIED IDEOGRAPH-6F98",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F99,
        name: "CJK UNIFIED IDEOGRAPH-6F99",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F9A,
        name: "CJK UNIFIED IDEOGRAPH-6F9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F9B,
        name: "CJK UNIFIED IDEOGRAPH-6F9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F9C,
        name: "CJK UNIFIED IDEOGRAPH-6F9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F9D,
        name: "CJK UNIFIED IDEOGRAPH-6F9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F9E,
        name: "CJK UNIFIED IDEOGRAPH-6F9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x6F9F,
        name: "CJK UNIFIED IDEOGRAPH-6F9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA0,
        name: "CJK UNIFIED IDEOGRAPH-6FA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA1,
        name: "CJK UNIFIED IDEOGRAPH-6FA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA2,
        name: "CJK UNIFIED IDEOGRAPH-6FA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA3,
        name: "CJK UNIFIED IDEOGRAPH-6FA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA4,
        name: "CJK UNIFIED IDEOGRAPH-6FA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA5,
        name: "CJK UNIFIED IDEOGRAPH-6FA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA6,
        name: "CJK UNIFIED IDEOGRAPH-6FA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA7,
        name: "CJK UNIFIED IDEOGRAPH-6FA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA8,
        name: "CJK UNIFIED IDEOGRAPH-6FA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FA9,
        name: "CJK UNIFIED IDEOGRAPH-6FA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FAA,
        name: "CJK UNIFIED IDEOGRAPH-6FAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FAB,
        name: "CJK UNIFIED IDEOGRAPH-6FAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FAC,
        name: "CJK UNIFIED IDEOGRAPH-6FAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FAD,
        name: "CJK UNIFIED IDEOGRAPH-6FAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FAE,
        name: "CJK UNIFIED IDEOGRAPH-6FAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FAF,
        name: "CJK UNIFIED IDEOGRAPH-6FAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB0,
        name: "CJK UNIFIED IDEOGRAPH-6FB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB1,
        name: "CJK UNIFIED IDEOGRAPH-6FB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB2,
        name: "CJK UNIFIED IDEOGRAPH-6FB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB3,
        name: "CJK UNIFIED IDEOGRAPH-6FB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB4,
        name: "CJK UNIFIED IDEOGRAPH-6FB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB5,
        name: "CJK UNIFIED IDEOGRAPH-6FB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB6,
        name: "CJK UNIFIED IDEOGRAPH-6FB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB7,
        name: "CJK UNIFIED IDEOGRAPH-6FB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB8,
        name: "CJK UNIFIED IDEOGRAPH-6FB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FB9,
        name: "CJK UNIFIED IDEOGRAPH-6FB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FBA,
        name: "CJK UNIFIED IDEOGRAPH-6FBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FBB,
        name: "CJK UNIFIED IDEOGRAPH-6FBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FBC,
        name: "CJK UNIFIED IDEOGRAPH-6FBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FBD,
        name: "CJK UNIFIED IDEOGRAPH-6FBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FBE,
        name: "CJK UNIFIED IDEOGRAPH-6FBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FBF,
        name: "CJK UNIFIED IDEOGRAPH-6FBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC0,
        name: "CJK UNIFIED IDEOGRAPH-6FC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC1,
        name: "CJK UNIFIED IDEOGRAPH-6FC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC2,
        name: "CJK UNIFIED IDEOGRAPH-6FC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC3,
        name: "CJK UNIFIED IDEOGRAPH-6FC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC4,
        name: "CJK UNIFIED IDEOGRAPH-6FC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC5,
        name: "CJK UNIFIED IDEOGRAPH-6FC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC6,
        name: "CJK UNIFIED IDEOGRAPH-6FC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC7,
        name: "CJK UNIFIED IDEOGRAPH-6FC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC8,
        name: "CJK UNIFIED IDEOGRAPH-6FC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FC9,
        name: "CJK UNIFIED IDEOGRAPH-6FC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FCA,
        name: "CJK UNIFIED IDEOGRAPH-6FCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FCB,
        name: "CJK UNIFIED IDEOGRAPH-6FCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FCC,
        name: "CJK UNIFIED IDEOGRAPH-6FCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FCD,
        name: "CJK UNIFIED IDEOGRAPH-6FCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FCE,
        name: "CJK UNIFIED IDEOGRAPH-6FCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FCF,
        name: "CJK UNIFIED IDEOGRAPH-6FCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD0,
        name: "CJK UNIFIED IDEOGRAPH-6FD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD1,
        name: "CJK UNIFIED IDEOGRAPH-6FD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD2,
        name: "CJK UNIFIED IDEOGRAPH-6FD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD3,
        name: "CJK UNIFIED IDEOGRAPH-6FD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD4,
        name: "CJK UNIFIED IDEOGRAPH-6FD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD5,
        name: "CJK UNIFIED IDEOGRAPH-6FD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD6,
        name: "CJK UNIFIED IDEOGRAPH-6FD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD7,
        name: "CJK UNIFIED IDEOGRAPH-6FD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD8,
        name: "CJK UNIFIED IDEOGRAPH-6FD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FD9,
        name: "CJK UNIFIED IDEOGRAPH-6FD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FDA,
        name: "CJK UNIFIED IDEOGRAPH-6FDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FDB,
        name: "CJK UNIFIED IDEOGRAPH-6FDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FDC,
        name: "CJK UNIFIED IDEOGRAPH-6FDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FDD,
        name: "CJK UNIFIED IDEOGRAPH-6FDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FDE,
        name: "CJK UNIFIED IDEOGRAPH-6FDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FDF,
        name: "CJK UNIFIED IDEOGRAPH-6FDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE0,
        name: "CJK UNIFIED IDEOGRAPH-6FE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE1,
        name: "CJK UNIFIED IDEOGRAPH-6FE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE2,
        name: "CJK UNIFIED IDEOGRAPH-6FE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE3,
        name: "CJK UNIFIED IDEOGRAPH-6FE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE4,
        name: "CJK UNIFIED IDEOGRAPH-6FE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE5,
        name: "CJK UNIFIED IDEOGRAPH-6FE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE6,
        name: "CJK UNIFIED IDEOGRAPH-6FE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE7,
        name: "CJK UNIFIED IDEOGRAPH-6FE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE8,
        name: "CJK UNIFIED IDEOGRAPH-6FE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FE9,
        name: "CJK UNIFIED IDEOGRAPH-6FE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FEA,
        name: "CJK UNIFIED IDEOGRAPH-6FEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FEB,
        name: "CJK UNIFIED IDEOGRAPH-6FEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FEC,
        name: "CJK UNIFIED IDEOGRAPH-6FEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FED,
        name: "CJK UNIFIED IDEOGRAPH-6FED",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FEE,
        name: "CJK UNIFIED IDEOGRAPH-6FEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FEF,
        name: "CJK UNIFIED IDEOGRAPH-6FEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF0,
        name: "CJK UNIFIED IDEOGRAPH-6FF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF1,
        name: "CJK UNIFIED IDEOGRAPH-6FF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF2,
        name: "CJK UNIFIED IDEOGRAPH-6FF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF3,
        name: "CJK UNIFIED IDEOGRAPH-6FF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF4,
        name: "CJK UNIFIED IDEOGRAPH-6FF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF5,
        name: "CJK UNIFIED IDEOGRAPH-6FF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF6,
        name: "CJK UNIFIED IDEOGRAPH-6FF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF7,
        name: "CJK UNIFIED IDEOGRAPH-6FF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF8,
        name: "CJK UNIFIED IDEOGRAPH-6FF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FF9,
        name: "CJK UNIFIED IDEOGRAPH-6FF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FFA,
        name: "CJK UNIFIED IDEOGRAPH-6FFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FFB,
        name: "CJK UNIFIED IDEOGRAPH-6FFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FFC,
        name: "CJK UNIFIED IDEOGRAPH-6FFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FFD,
        name: "CJK UNIFIED IDEOGRAPH-6FFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FFE,
        name: "CJK UNIFIED IDEOGRAPH-6FFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x6FFF,
        name: "CJK UNIFIED IDEOGRAPH-6FFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7000,
        name: "CJK UNIFIED IDEOGRAPH-7000",
    },
    Character {
        age: "1.1",
        codepoint: 0x7001,
        name: "CJK UNIFIED IDEOGRAPH-7001",
    },
    Character {
        age: "1.1",
        codepoint: 0x7002,
        name: "CJK UNIFIED IDEOGRAPH-7002",
    },
    Character {
        age: "1.1",
        codepoint: 0x7003,
        name: "CJK UNIFIED IDEOGRAPH-7003",
    },
    Character {
        age: "1.1",
        codepoint: 0x7004,
        name: "CJK UNIFIED IDEOGRAPH-7004",
    },
    Character {
        age: "1.1",
        codepoint: 0x7005,
        name: "CJK UNIFIED IDEOGRAPH-7005",
    },
    Character {
        age: "1.1",
        codepoint: 0x7006,
        name: "CJK UNIFIED IDEOGRAPH-7006",
    },
    Character {
        age: "1.1",
        codepoint: 0x7007,
        name: "CJK UNIFIED IDEOGRAPH-7007",
    },
    Character {
        age: "1.1",
        codepoint: 0x7008,
        name: "CJK UNIFIED IDEOGRAPH-7008",
    },
    Character {
        age: "1.1",
        codepoint: 0x7009,
        name: "CJK UNIFIED IDEOGRAPH-7009",
    },
    Character {
        age: "1.1",
        codepoint: 0x700A,
        name: "CJK UNIFIED IDEOGRAPH-700A",
    },
    Character {
        age: "1.1",
        codepoint: 0x700B,
        name: "CJK UNIFIED IDEOGRAPH-700B",
    },
    Character {
        age: "1.1",
        codepoint: 0x700C,
        name: "CJK UNIFIED IDEOGRAPH-700C",
    },
    Character {
        age: "1.1",
        codepoint: 0x700D,
        name: "CJK UNIFIED IDEOGRAPH-700D",
    },
    Character {
        age: "1.1",
        codepoint: 0x700E,
        name: "CJK UNIFIED IDEOGRAPH-700E",
    },
    Character {
        age: "1.1",
        codepoint: 0x700F,
        name: "CJK UNIFIED IDEOGRAPH-700F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7010,
        name: "CJK UNIFIED IDEOGRAPH-7010",
    },
    Character {
        age: "1.1",
        codepoint: 0x7011,
        name: "CJK UNIFIED IDEOGRAPH-7011",
    },
    Character {
        age: "1.1",
        codepoint: 0x7012,
        name: "CJK UNIFIED IDEOGRAPH-7012",
    },
    Character {
        age: "1.1",
        codepoint: 0x7013,
        name: "CJK UNIFIED IDEOGRAPH-7013",
    },
    Character {
        age: "1.1",
        codepoint: 0x7014,
        name: "CJK UNIFIED IDEOGRAPH-7014",
    },
    Character {
        age: "1.1",
        codepoint: 0x7015,
        name: "CJK UNIFIED IDEOGRAPH-7015",
    },
    Character {
        age: "1.1",
        codepoint: 0x7016,
        name: "CJK UNIFIED IDEOGRAPH-7016",
    },
    Character {
        age: "1.1",
        codepoint: 0x7017,
        name: "CJK UNIFIED IDEOGRAPH-7017",
    },
    Character {
        age: "1.1",
        codepoint: 0x7018,
        name: "CJK UNIFIED IDEOGRAPH-7018",
    },
    Character {
        age: "1.1",
        codepoint: 0x7019,
        name: "CJK UNIFIED IDEOGRAPH-7019",
    },
    Character {
        age: "1.1",
        codepoint: 0x701A,
        name: "CJK UNIFIED IDEOGRAPH-701A",
    },
    Character {
        age: "1.1",
        codepoint: 0x701B,
        name: "CJK UNIFIED IDEOGRAPH-701B",
    },
    Character {
        age: "1.1",
        codepoint: 0x701C,
        name: "CJK UNIFIED IDEOGRAPH-701C",
    },
    Character {
        age: "1.1",
        codepoint: 0x701D,
        name: "CJK UNIFIED IDEOGRAPH-701D",
    },
    Character {
        age: "1.1",
        codepoint: 0x701E,
        name: "CJK UNIFIED IDEOGRAPH-701E",
    },
    Character {
        age: "1.1",
        codepoint: 0x701F,
        name: "CJK UNIFIED IDEOGRAPH-701F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7020,
        name: "CJK UNIFIED IDEOGRAPH-7020",
    },
    Character {
        age: "1.1",
        codepoint: 0x7021,
        name: "CJK UNIFIED IDEOGRAPH-7021",
    },
    Character {
        age: "1.1",
        codepoint: 0x7022,
        name: "CJK UNIFIED IDEOGRAPH-7022",
    },
    Character {
        age: "1.1",
        codepoint: 0x7023,
        name: "CJK UNIFIED IDEOGRAPH-7023",
    },
    Character {
        age: "1.1",
        codepoint: 0x7024,
        name: "CJK UNIFIED IDEOGRAPH-7024",
    },
    Character {
        age: "1.1",
        codepoint: 0x7025,
        name: "CJK UNIFIED IDEOGRAPH-7025",
    },
    Character {
        age: "1.1",
        codepoint: 0x7026,
        name: "CJK UNIFIED IDEOGRAPH-7026",
    },
    Character {
        age: "1.1",
        codepoint: 0x7027,
        name: "CJK UNIFIED IDEOGRAPH-7027",
    },
    Character {
        age: "1.1",
        codepoint: 0x7028,
        name: "CJK UNIFIED IDEOGRAPH-7028",
    },
    Character {
        age: "1.1",
        codepoint: 0x7029,
        name: "CJK UNIFIED IDEOGRAPH-7029",
    },
    Character {
        age: "1.1",
        codepoint: 0x702A,
        name: "CJK UNIFIED IDEOGRAPH-702A",
    },
    Character {
        age: "1.1",
        codepoint: 0x702B,
        name: "CJK UNIFIED IDEOGRAPH-702B",
    },
    Character {
        age: "1.1",
        codepoint: 0x702C,
        name: "CJK UNIFIED IDEOGRAPH-702C",
    },
    Character {
        age: "1.1",
        codepoint: 0x702D,
        name: "CJK UNIFIED IDEOGRAPH-702D",
    },
    Character {
        age: "1.1",
        codepoint: 0x702E,
        name: "CJK UNIFIED IDEOGRAPH-702E",
    },
    Character {
        age: "1.1",
        codepoint: 0x702F,
        name: "CJK UNIFIED IDEOGRAPH-702F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7030,
        name: "CJK UNIFIED IDEOGRAPH-7030",
    },
    Character {
        age: "1.1",
        codepoint: 0x7031,
        name: "CJK UNIFIED IDEOGRAPH-7031",
    },
    Character {
        age: "1.1",
        codepoint: 0x7032,
        name: "CJK UNIFIED IDEOGRAPH-7032",
    },
    Character {
        age: "1.1",
        codepoint: 0x7033,
        name: "CJK UNIFIED IDEOGRAPH-7033",
    },
    Character {
        age: "1.1",
        codepoint: 0x7034,
        name: "CJK UNIFIED IDEOGRAPH-7034",
    },
    Character {
        age: "1.1",
        codepoint: 0x7035,
        name: "CJK UNIFIED IDEOGRAPH-7035",
    },
    Character {
        age: "1.1",
        codepoint: 0x7036,
        name: "CJK UNIFIED IDEOGRAPH-7036",
    },
    Character {
        age: "1.1",
        codepoint: 0x7037,
        name: "CJK UNIFIED IDEOGRAPH-7037",
    },
    Character {
        age: "1.1",
        codepoint: 0x7038,
        name: "CJK UNIFIED IDEOGRAPH-7038",
    },
    Character {
        age: "1.1",
        codepoint: 0x7039,
        name: "CJK UNIFIED IDEOGRAPH-7039",
    },
    Character {
        age: "1.1",
        codepoint: 0x703A,
        name: "CJK UNIFIED IDEOGRAPH-703A",
    },
    Character {
        age: "1.1",
        codepoint: 0x703B,
        name: "CJK UNIFIED IDEOGRAPH-703B",
    },
    Character {
        age: "1.1",
        codepoint: 0x703C,
        name: "CJK UNIFIED IDEOGRAPH-703C",
    },
    Character {
        age: "1.1",
        codepoint: 0x703D,
        name: "CJK UNIFIED IDEOGRAPH-703D",
    },
    Character {
        age: "1.1",
        codepoint: 0x703E,
        name: "CJK UNIFIED IDEOGRAPH-703E",
    },
    Character {
        age: "1.1",
        codepoint: 0x703F,
        name: "CJK UNIFIED IDEOGRAPH-703F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7040,
        name: "CJK UNIFIED IDEOGRAPH-7040",
    },
    Character {
        age: "1.1",
        codepoint: 0x7041,
        name: "CJK UNIFIED IDEOGRAPH-7041",
    },
    Character {
        age: "1.1",
        codepoint: 0x7042,
        name: "CJK UNIFIED IDEOGRAPH-7042",
    },
    Character {
        age: "1.1",
        codepoint: 0x7043,
        name: "CJK UNIFIED IDEOGRAPH-7043",
    },
    Character {
        age: "1.1",
        codepoint: 0x7044,
        name: "CJK UNIFIED IDEOGRAPH-7044",
    },
    Character {
        age: "1.1",
        codepoint: 0x7045,
        name: "CJK UNIFIED IDEOGRAPH-7045",
    },
    Character {
        age: "1.1",
        codepoint: 0x7046,
        name: "CJK UNIFIED IDEOGRAPH-7046",
    },
    Character {
        age: "1.1",
        codepoint: 0x7047,
        name: "CJK UNIFIED IDEOGRAPH-7047",
    },
    Character {
        age: "1.1",
        codepoint: 0x7048,
        name: "CJK UNIFIED IDEOGRAPH-7048",
    },
    Character {
        age: "1.1",
        codepoint: 0x7049,
        name: "CJK UNIFIED IDEOGRAPH-7049",
    },
    Character {
        age: "1.1",
        codepoint: 0x704A,
        name: "CJK UNIFIED IDEOGRAPH-704A",
    },
    Character {
        age: "1.1",
        codepoint: 0x704B,
        name: "CJK UNIFIED IDEOGRAPH-704B",
    },
    Character {
        age: "1.1",
        codepoint: 0x704C,
        name: "CJK UNIFIED IDEOGRAPH-704C",
    },
    Character {
        age: "1.1",
        codepoint: 0x704D,
        name: "CJK UNIFIED IDEOGRAPH-704D",
    },
    Character {
        age: "1.1",
        codepoint: 0x704E,
        name: "CJK UNIFIED IDEOGRAPH-704E",
    },
    Character {
        age: "1.1",
        codepoint: 0x704F,
        name: "CJK UNIFIED IDEOGRAPH-704F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7050,
        name: "CJK UNIFIED IDEOGRAPH-7050",
    },
    Character {
        age: "1.1",
        codepoint: 0x7051,
        name: "CJK UNIFIED IDEOGRAPH-7051",
    },
    Character {
        age: "1.1",
        codepoint: 0x7052,
        name: "CJK UNIFIED IDEOGRAPH-7052",
    },
    Character {
        age: "1.1",
        codepoint: 0x7053,
        name: "CJK UNIFIED IDEOGRAPH-7053",
    },
    Character {
        age: "1.1",
        codepoint: 0x7054,
        name: "CJK UNIFIED IDEOGRAPH-7054",
    },
    Character {
        age: "1.1",
        codepoint: 0x7055,
        name: "CJK UNIFIED IDEOGRAPH-7055",
    },
    Character {
        age: "1.1",
        codepoint: 0x7056,
        name: "CJK UNIFIED IDEOGRAPH-7056",
    },
    Character {
        age: "1.1",
        codepoint: 0x7057,
        name: "CJK UNIFIED IDEOGRAPH-7057",
    },
    Character {
        age: "1.1",
        codepoint: 0x7058,
        name: "CJK UNIFIED IDEOGRAPH-7058",
    },
    Character {
        age: "1.1",
        codepoint: 0x7059,
        name: "CJK UNIFIED IDEOGRAPH-7059",
    },
    Character {
        age: "1.1",
        codepoint: 0x705A,
        name: "CJK UNIFIED IDEOGRAPH-705A",
    },
    Character {
        age: "1.1",
        codepoint: 0x705B,
        name: "CJK UNIFIED IDEOGRAPH-705B",
    },
    Character {
        age: "1.1",
        codepoint: 0x705C,
        name: "CJK UNIFIED IDEOGRAPH-705C",
    },
    Character {
        age: "1.1",
        codepoint: 0x705D,
        name: "CJK UNIFIED IDEOGRAPH-705D",
    },
    Character {
        age: "1.1",
        codepoint: 0x705E,
        name: "CJK UNIFIED IDEOGRAPH-705E",
    },
    Character {
        age: "1.1",
        codepoint: 0x705F,
        name: "CJK UNIFIED IDEOGRAPH-705F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7060,
        name: "CJK UNIFIED IDEOGRAPH-7060",
    },
    Character {
        age: "1.1",
        codepoint: 0x7061,
        name: "CJK UNIFIED IDEOGRAPH-7061",
    },
    Character {
        age: "1.1",
        codepoint: 0x7062,
        name: "CJK UNIFIED IDEOGRAPH-7062",
    },
    Character {
        age: "1.1",
        codepoint: 0x7063,
        name: "CJK UNIFIED IDEOGRAPH-7063",
    },
    Character {
        age: "1.1",
        codepoint: 0x7064,
        name: "CJK UNIFIED IDEOGRAPH-7064",
    },
    Character {
        age: "1.1",
        codepoint: 0x7065,
        name: "CJK UNIFIED IDEOGRAPH-7065",
    },
    Character {
        age: "1.1",
        codepoint: 0x7066,
        name: "CJK UNIFIED IDEOGRAPH-7066",
    },
    Character {
        age: "1.1",
        codepoint: 0x7067,
        name: "CJK UNIFIED IDEOGRAPH-7067",
    },
    Character {
        age: "1.1",
        codepoint: 0x7068,
        name: "CJK UNIFIED IDEOGRAPH-7068",
    },
    Character {
        age: "1.1",
        codepoint: 0x7069,
        name: "CJK UNIFIED IDEOGRAPH-7069",
    },
    Character {
        age: "1.1",
        codepoint: 0x706A,
        name: "CJK UNIFIED IDEOGRAPH-706A",
    },
    Character {
        age: "1.1",
        codepoint: 0x706B,
        name: "CJK UNIFIED IDEOGRAPH-706B",
    },
    Character {
        age: "1.1",
        codepoint: 0x706C,
        name: "CJK UNIFIED IDEOGRAPH-706C",
    },
    Character {
        age: "1.1",
        codepoint: 0x706D,
        name: "CJK UNIFIED IDEOGRAPH-706D",
    },
    Character {
        age: "1.1",
        codepoint: 0x706E,
        name: "CJK UNIFIED IDEOGRAPH-706E",
    },
    Character {
        age: "1.1",
        codepoint: 0x706F,
        name: "CJK UNIFIED IDEOGRAPH-706F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7070,
        name: "CJK UNIFIED IDEOGRAPH-7070",
    },
    Character {
        age: "1.1",
        codepoint: 0x7071,
        name: "CJK UNIFIED IDEOGRAPH-7071",
    },
    Character {
        age: "1.1",
        codepoint: 0x7072,
        name: "CJK UNIFIED IDEOGRAPH-7072",
    },
    Character {
        age: "1.1",
        codepoint: 0x7073,
        name: "CJK UNIFIED IDEOGRAPH-7073",
    },
    Character {
        age: "1.1",
        codepoint: 0x7074,
        name: "CJK UNIFIED IDEOGRAPH-7074",
    },
    Character {
        age: "1.1",
        codepoint: 0x7075,
        name: "CJK UNIFIED IDEOGRAPH-7075",
    },
    Character {
        age: "1.1",
        codepoint: 0x7076,
        name: "CJK UNIFIED IDEOGRAPH-7076",
    },
    Character {
        age: "1.1",
        codepoint: 0x7077,
        name: "CJK UNIFIED IDEOGRAPH-7077",
    },
    Character {
        age: "1.1",
        codepoint: 0x7078,
        name: "CJK UNIFIED IDEOGRAPH-7078",
    },
    Character {
        age: "1.1",
        codepoint: 0x7079,
        name: "CJK UNIFIED IDEOGRAPH-7079",
    },
    Character {
        age: "1.1",
        codepoint: 0x707A,
        name: "CJK UNIFIED IDEOGRAPH-707A",
    },
    Character {
        age: "1.1",
        codepoint: 0x707B,
        name: "CJK UNIFIED IDEOGRAPH-707B",
    },
    Character {
        age: "1.1",
        codepoint: 0x707C,
        name: "CJK UNIFIED IDEOGRAPH-707C",
    },
    Character {
        age: "1.1",
        codepoint: 0x707D,
        name: "CJK UNIFIED IDEOGRAPH-707D",
    },
    Character {
        age: "1.1",
        codepoint: 0x707E,
        name: "CJK UNIFIED IDEOGRAPH-707E",
    },
    Character {
        age: "1.1",
        codepoint: 0x707F,
        name: "CJK UNIFIED IDEOGRAPH-707F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7080,
        name: "CJK UNIFIED IDEOGRAPH-7080",
    },
    Character {
        age: "1.1",
        codepoint: 0x7081,
        name: "CJK UNIFIED IDEOGRAPH-7081",
    },
    Character {
        age: "1.1",
        codepoint: 0x7082,
        name: "CJK UNIFIED IDEOGRAPH-7082",
    },
    Character {
        age: "1.1",
        codepoint: 0x7083,
        name: "CJK UNIFIED IDEOGRAPH-7083",
    },
    Character {
        age: "1.1",
        codepoint: 0x7084,
        name: "CJK UNIFIED IDEOGRAPH-7084",
    },
    Character {
        age: "1.1",
        codepoint: 0x7085,
        name: "CJK UNIFIED IDEOGRAPH-7085",
    },
    Character {
        age: "1.1",
        codepoint: 0x7086,
        name: "CJK UNIFIED IDEOGRAPH-7086",
    },
    Character {
        age: "1.1",
        codepoint: 0x7087,
        name: "CJK UNIFIED IDEOGRAPH-7087",
    },
    Character {
        age: "1.1",
        codepoint: 0x7088,
        name: "CJK UNIFIED IDEOGRAPH-7088",
    },
    Character {
        age: "1.1",
        codepoint: 0x7089,
        name: "CJK UNIFIED IDEOGRAPH-7089",
    },
    Character {
        age: "1.1",
        codepoint: 0x708A,
        name: "CJK UNIFIED IDEOGRAPH-708A",
    },
    Character {
        age: "1.1",
        codepoint: 0x708B,
        name: "CJK UNIFIED IDEOGRAPH-708B",
    },
    Character {
        age: "1.1",
        codepoint: 0x708C,
        name: "CJK UNIFIED IDEOGRAPH-708C",
    },
    Character {
        age: "1.1",
        codepoint: 0x708D,
        name: "CJK UNIFIED IDEOGRAPH-708D",
    },
    Character {
        age: "1.1",
        codepoint: 0x708E,
        name: "CJK UNIFIED IDEOGRAPH-708E",
    },
    Character {
        age: "1.1",
        codepoint: 0x708F,
        name: "CJK UNIFIED IDEOGRAPH-708F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7090,
        name: "CJK UNIFIED IDEOGRAPH-7090",
    },
    Character {
        age: "1.1",
        codepoint: 0x7091,
        name: "CJK UNIFIED IDEOGRAPH-7091",
    },
    Character {
        age: "1.1",
        codepoint: 0x7092,
        name: "CJK UNIFIED IDEOGRAPH-7092",
    },
    Character {
        age: "1.1",
        codepoint: 0x7093,
        name: "CJK UNIFIED IDEOGRAPH-7093",
    },
    Character {
        age: "1.1",
        codepoint: 0x7094,
        name: "CJK UNIFIED IDEOGRAPH-7094",
    },
    Character {
        age: "1.1",
        codepoint: 0x7095,
        name: "CJK UNIFIED IDEOGRAPH-7095",
    },
    Character {
        age: "1.1",
        codepoint: 0x7096,
        name: "CJK UNIFIED IDEOGRAPH-7096",
    },
    Character {
        age: "1.1",
        codepoint: 0x7097,
        name: "CJK UNIFIED IDEOGRAPH-7097",
    },
    Character {
        age: "1.1",
        codepoint: 0x7098,
        name: "CJK UNIFIED IDEOGRAPH-7098",
    },
    Character {
        age: "1.1",
        codepoint: 0x7099,
        name: "CJK UNIFIED IDEOGRAPH-7099",
    },
    Character {
        age: "1.1",
        codepoint: 0x709A,
        name: "CJK UNIFIED IDEOGRAPH-709A",
    },
    Character {
        age: "1.1",
        codepoint: 0x709B,
        name: "CJK UNIFIED IDEOGRAPH-709B",
    },
    Character {
        age: "1.1",
        codepoint: 0x709C,
        name: "CJK UNIFIED IDEOGRAPH-709C",
    },
    Character {
        age: "1.1",
        codepoint: 0x709D,
        name: "CJK UNIFIED IDEOGRAPH-709D",
    },
    Character {
        age: "1.1",
        codepoint: 0x709E,
        name: "CJK UNIFIED IDEOGRAPH-709E",
    },
    Character {
        age: "1.1",
        codepoint: 0x709F,
        name: "CJK UNIFIED IDEOGRAPH-709F",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A0,
        name: "CJK UNIFIED IDEOGRAPH-70A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A1,
        name: "CJK UNIFIED IDEOGRAPH-70A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A2,
        name: "CJK UNIFIED IDEOGRAPH-70A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A3,
        name: "CJK UNIFIED IDEOGRAPH-70A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A4,
        name: "CJK UNIFIED IDEOGRAPH-70A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A5,
        name: "CJK UNIFIED IDEOGRAPH-70A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A6,
        name: "CJK UNIFIED IDEOGRAPH-70A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A7,
        name: "CJK UNIFIED IDEOGRAPH-70A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A8,
        name: "CJK UNIFIED IDEOGRAPH-70A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x70A9,
        name: "CJK UNIFIED IDEOGRAPH-70A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x70AA,
        name: "CJK UNIFIED IDEOGRAPH-70AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x70AB,
        name: "CJK UNIFIED IDEOGRAPH-70AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x70AC,
        name: "CJK UNIFIED IDEOGRAPH-70AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x70AD,
        name: "CJK UNIFIED IDEOGRAPH-70AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x70AE,
        name: "CJK UNIFIED IDEOGRAPH-70AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x70AF,
        name: "CJK UNIFIED IDEOGRAPH-70AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B0,
        name: "CJK UNIFIED IDEOGRAPH-70B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B1,
        name: "CJK UNIFIED IDEOGRAPH-70B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B2,
        name: "CJK UNIFIED IDEOGRAPH-70B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B3,
        name: "CJK UNIFIED IDEOGRAPH-70B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B4,
        name: "CJK UNIFIED IDEOGRAPH-70B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B5,
        name: "CJK UNIFIED IDEOGRAPH-70B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B6,
        name: "CJK UNIFIED IDEOGRAPH-70B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B7,
        name: "CJK UNIFIED IDEOGRAPH-70B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B8,
        name: "CJK UNIFIED IDEOGRAPH-70B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x70B9,
        name: "CJK UNIFIED IDEOGRAPH-70B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x70BA,
        name: "CJK UNIFIED IDEOGRAPH-70BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x70BB,
        name: "CJK UNIFIED IDEOGRAPH-70BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x70BC,
        name: "CJK UNIFIED IDEOGRAPH-70BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x70BD,
        name: "CJK UNIFIED IDEOGRAPH-70BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x70BE,
        name: "CJK UNIFIED IDEOGRAPH-70BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x70BF,
        name: "CJK UNIFIED IDEOGRAPH-70BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C0,
        name: "CJK UNIFIED IDEOGRAPH-70C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C1,
        name: "CJK UNIFIED IDEOGRAPH-70C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C2,
        name: "CJK UNIFIED IDEOGRAPH-70C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C3,
        name: "CJK UNIFIED IDEOGRAPH-70C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C4,
        name: "CJK UNIFIED IDEOGRAPH-70C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C5,
        name: "CJK UNIFIED IDEOGRAPH-70C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C6,
        name: "CJK UNIFIED IDEOGRAPH-70C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C7,
        name: "CJK UNIFIED IDEOGRAPH-70C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C8,
        name: "CJK UNIFIED IDEOGRAPH-70C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x70C9,
        name: "CJK UNIFIED IDEOGRAPH-70C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x70CA,
        name: "CJK UNIFIED IDEOGRAPH-70CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x70CB,
        name: "CJK UNIFIED IDEOGRAPH-70CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x70CC,
        name: "CJK UNIFIED IDEOGRAPH-70CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x70CD,
        name: "CJK UNIFIED IDEOGRAPH-70CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x70CE,
        name: "CJK UNIFIED IDEOGRAPH-70CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x70CF,
        name: "CJK UNIFIED IDEOGRAPH-70CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D0,
        name: "CJK UNIFIED IDEOGRAPH-70D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D1,
        name: "CJK UNIFIED IDEOGRAPH-70D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D2,
        name: "CJK UNIFIED IDEOGRAPH-70D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D3,
        name: "CJK UNIFIED IDEOGRAPH-70D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D4,
        name: "CJK UNIFIED IDEOGRAPH-70D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D5,
        name: "CJK UNIFIED IDEOGRAPH-70D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D6,
        name: "CJK UNIFIED IDEOGRAPH-70D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D7,
        name: "CJK UNIFIED IDEOGRAPH-70D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D8,
        name: "CJK UNIFIED IDEOGRAPH-70D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x70D9,
        name: "CJK UNIFIED IDEOGRAPH-70D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x70DA,
        name: "CJK UNIFIED IDEOGRAPH-70DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x70DB,
        name: "CJK UNIFIED IDEOGRAPH-70DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x70DC,
        name: "CJK UNIFIED IDEOGRAPH-70DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x70DD,
        name: "CJK UNIFIED IDEOGRAPH-70DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x70DE,
        name: "CJK UNIFIED IDEOGRAPH-70DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x70DF,
        name: "CJK UNIFIED IDEOGRAPH-70DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E0,
        name: "CJK UNIFIED IDEOGRAPH-70E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E1,
        name: "CJK UNIFIED IDEOGRAPH-70E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E2,
        name: "CJK UNIFIED IDEOGRAPH-70E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E3,
        name: "CJK UNIFIED IDEOGRAPH-70E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E4,
        name: "CJK UNIFIED IDEOGRAPH-70E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E5,
        name: "CJK UNIFIED IDEOGRAPH-70E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E6,
        name: "CJK UNIFIED IDEOGRAPH-70E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E7,
        name: "CJK UNIFIED IDEOGRAPH-70E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E8,
        name: "CJK UNIFIED IDEOGRAPH-70E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x70E9,
        name: "CJK UNIFIED IDEOGRAPH-70E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x70EA,
        name: "CJK UNIFIED IDEOGRAPH-70EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x70EB,
        name: "CJK UNIFIED IDEOGRAPH-70EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x70EC,
        name: "CJK UNIFIED IDEOGRAPH-70EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x70ED,
        name: "CJK UNIFIED IDEOGRAPH-70ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x70EE,
        name: "CJK UNIFIED IDEOGRAPH-70EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x70EF,
        name: "CJK UNIFIED IDEOGRAPH-70EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F0,
        name: "CJK UNIFIED IDEOGRAPH-70F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F1,
        name: "CJK UNIFIED IDEOGRAPH-70F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F2,
        name: "CJK UNIFIED IDEOGRAPH-70F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F3,
        name: "CJK UNIFIED IDEOGRAPH-70F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F4,
        name: "CJK UNIFIED IDEOGRAPH-70F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F5,
        name: "CJK UNIFIED IDEOGRAPH-70F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F6,
        name: "CJK UNIFIED IDEOGRAPH-70F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F7,
        name: "CJK UNIFIED IDEOGRAPH-70F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F8,
        name: "CJK UNIFIED IDEOGRAPH-70F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x70F9,
        name: "CJK UNIFIED IDEOGRAPH-70F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x70FA,
        name: "CJK UNIFIED IDEOGRAPH-70FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x70FB,
        name: "CJK UNIFIED IDEOGRAPH-70FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x70FC,
        name: "CJK UNIFIED IDEOGRAPH-70FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x70FD,
        name: "CJK UNIFIED IDEOGRAPH-70FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x70FE,
        name: "CJK UNIFIED IDEOGRAPH-70FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x70FF,
        name: "CJK UNIFIED IDEOGRAPH-70FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7100,
        name: "CJK UNIFIED IDEOGRAPH-7100",
    },
    Character {
        age: "1.1",
        codepoint: 0x7101,
        name: "CJK UNIFIED IDEOGRAPH-7101",
    },
    Character {
        age: "1.1",
        codepoint: 0x7102,
        name: "CJK UNIFIED IDEOGRAPH-7102",
    },
    Character {
        age: "1.1",
        codepoint: 0x7103,
        name: "CJK UNIFIED IDEOGRAPH-7103",
    },
    Character {
        age: "1.1",
        codepoint: 0x7104,
        name: "CJK UNIFIED IDEOGRAPH-7104",
    },
    Character {
        age: "1.1",
        codepoint: 0x7105,
        name: "CJK UNIFIED IDEOGRAPH-7105",
    },
    Character {
        age: "1.1",
        codepoint: 0x7106,
        name: "CJK UNIFIED IDEOGRAPH-7106",
    },
    Character {
        age: "1.1",
        codepoint: 0x7107,
        name: "CJK UNIFIED IDEOGRAPH-7107",
    },
    Character {
        age: "1.1",
        codepoint: 0x7108,
        name: "CJK UNIFIED IDEOGRAPH-7108",
    },
    Character {
        age: "1.1",
        codepoint: 0x7109,
        name: "CJK UNIFIED IDEOGRAPH-7109",
    },
    Character {
        age: "1.1",
        codepoint: 0x710A,
        name: "CJK UNIFIED IDEOGRAPH-710A",
    },
    Character {
        age: "1.1",
        codepoint: 0x710B,
        name: "CJK UNIFIED IDEOGRAPH-710B",
    },
    Character {
        age: "1.1",
        codepoint: 0x710C,
        name: "CJK UNIFIED IDEOGRAPH-710C",
    },
    Character {
        age: "1.1",
        codepoint: 0x710D,
        name: "CJK UNIFIED IDEOGRAPH-710D",
    },
    Character {
        age: "1.1",
        codepoint: 0x710E,
        name: "CJK UNIFIED IDEOGRAPH-710E",
    },
    Character {
        age: "1.1",
        codepoint: 0x710F,
        name: "CJK UNIFIED IDEOGRAPH-710F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7110,
        name: "CJK UNIFIED IDEOGRAPH-7110",
    },
    Character {
        age: "1.1",
        codepoint: 0x7111,
        name: "CJK UNIFIED IDEOGRAPH-7111",
    },
    Character {
        age: "1.1",
        codepoint: 0x7112,
        name: "CJK UNIFIED IDEOGRAPH-7112",
    },
    Character {
        age: "1.1",
        codepoint: 0x7113,
        name: "CJK UNIFIED IDEOGRAPH-7113",
    },
    Character {
        age: "1.1",
        codepoint: 0x7114,
        name: "CJK UNIFIED IDEOGRAPH-7114",
    },
    Character {
        age: "1.1",
        codepoint: 0x7115,
        name: "CJK UNIFIED IDEOGRAPH-7115",
    },
    Character {
        age: "1.1",
        codepoint: 0x7116,
        name: "CJK UNIFIED IDEOGRAPH-7116",
    },
    Character {
        age: "1.1",
        codepoint: 0x7117,
        name: "CJK UNIFIED IDEOGRAPH-7117",
    },
    Character {
        age: "1.1",
        codepoint: 0x7118,
        name: "CJK UNIFIED IDEOGRAPH-7118",
    },
    Character {
        age: "1.1",
        codepoint: 0x7119,
        name: "CJK UNIFIED IDEOGRAPH-7119",
    },
    Character {
        age: "1.1",
        codepoint: 0x711A,
        name: "CJK UNIFIED IDEOGRAPH-711A",
    },
    Character {
        age: "1.1",
        codepoint: 0x711B,
        name: "CJK UNIFIED IDEOGRAPH-711B",
    },
    Character {
        age: "1.1",
        codepoint: 0x711C,
        name: "CJK UNIFIED IDEOGRAPH-711C",
    },
    Character {
        age: "1.1",
        codepoint: 0x711D,
        name: "CJK UNIFIED IDEOGRAPH-711D",
    },
    Character {
        age: "1.1",
        codepoint: 0x711E,
        name: "CJK UNIFIED IDEOGRAPH-711E",
    },
    Character {
        age: "1.1",
        codepoint: 0x711F,
        name: "CJK UNIFIED IDEOGRAPH-711F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7120,
        name: "CJK UNIFIED IDEOGRAPH-7120",
    },
    Character {
        age: "1.1",
        codepoint: 0x7121,
        name: "CJK UNIFIED IDEOGRAPH-7121",
    },
    Character {
        age: "1.1",
        codepoint: 0x7122,
        name: "CJK UNIFIED IDEOGRAPH-7122",
    },
    Character {
        age: "1.1",
        codepoint: 0x7123,
        name: "CJK UNIFIED IDEOGRAPH-7123",
    },
    Character {
        age: "1.1",
        codepoint: 0x7124,
        name: "CJK UNIFIED IDEOGRAPH-7124",
    },
    Character {
        age: "1.1",
        codepoint: 0x7125,
        name: "CJK UNIFIED IDEOGRAPH-7125",
    },
    Character {
        age: "1.1",
        codepoint: 0x7126,
        name: "CJK UNIFIED IDEOGRAPH-7126",
    },
    Character {
        age: "1.1",
        codepoint: 0x7127,
        name: "CJK UNIFIED IDEOGRAPH-7127",
    },
    Character {
        age: "1.1",
        codepoint: 0x7128,
        name: "CJK UNIFIED IDEOGRAPH-7128",
    },
    Character {
        age: "1.1",
        codepoint: 0x7129,
        name: "CJK UNIFIED IDEOGRAPH-7129",
    },
    Character {
        age: "1.1",
        codepoint: 0x712A,
        name: "CJK UNIFIED IDEOGRAPH-712A",
    },
    Character {
        age: "1.1",
        codepoint: 0x712B,
        name: "CJK UNIFIED IDEOGRAPH-712B",
    },
    Character {
        age: "1.1",
        codepoint: 0x712C,
        name: "CJK UNIFIED IDEOGRAPH-712C",
    },
    Character {
        age: "1.1",
        codepoint: 0x712D,
        name: "CJK UNIFIED IDEOGRAPH-712D",
    },
    Character {
        age: "1.1",
        codepoint: 0x712E,
        name: "CJK UNIFIED IDEOGRAPH-712E",
    },
    Character {
        age: "1.1",
        codepoint: 0x712F,
        name: "CJK UNIFIED IDEOGRAPH-712F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7130,
        name: "CJK UNIFIED IDEOGRAPH-7130",
    },
    Character {
        age: "1.1",
        codepoint: 0x7131,
        name: "CJK UNIFIED IDEOGRAPH-7131",
    },
    Character {
        age: "1.1",
        codepoint: 0x7132,
        name: "CJK UNIFIED IDEOGRAPH-7132",
    },
    Character {
        age: "1.1",
        codepoint: 0x7133,
        name: "CJK UNIFIED IDEOGRAPH-7133",
    },
    Character {
        age: "1.1",
        codepoint: 0x7134,
        name: "CJK UNIFIED IDEOGRAPH-7134",
    },
    Character {
        age: "1.1",
        codepoint: 0x7135,
        name: "CJK UNIFIED IDEOGRAPH-7135",
    },
    Character {
        age: "1.1",
        codepoint: 0x7136,
        name: "CJK UNIFIED IDEOGRAPH-7136",
    },
    Character {
        age: "1.1",
        codepoint: 0x7137,
        name: "CJK UNIFIED IDEOGRAPH-7137",
    },
    Character {
        age: "1.1",
        codepoint: 0x7138,
        name: "CJK UNIFIED IDEOGRAPH-7138",
    },
    Character {
        age: "1.1",
        codepoint: 0x7139,
        name: "CJK UNIFIED IDEOGRAPH-7139",
    },
    Character {
        age: "1.1",
        codepoint: 0x713A,
        name: "CJK UNIFIED IDEOGRAPH-713A",
    },
    Character {
        age: "1.1",
        codepoint: 0x713B,
        name: "CJK UNIFIED IDEOGRAPH-713B",
    },
    Character {
        age: "1.1",
        codepoint: 0x713C,
        name: "CJK UNIFIED IDEOGRAPH-713C",
    },
    Character {
        age: "1.1",
        codepoint: 0x713D,
        name: "CJK UNIFIED IDEOGRAPH-713D",
    },
    Character {
        age: "1.1",
        codepoint: 0x713E,
        name: "CJK UNIFIED IDEOGRAPH-713E",
    },
    Character {
        age: "1.1",
        codepoint: 0x713F,
        name: "CJK UNIFIED IDEOGRAPH-713F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7140,
        name: "CJK UNIFIED IDEOGRAPH-7140",
    },
    Character {
        age: "1.1",
        codepoint: 0x7141,
        name: "CJK UNIFIED IDEOGRAPH-7141",
    },
    Character {
        age: "1.1",
        codepoint: 0x7142,
        name: "CJK UNIFIED IDEOGRAPH-7142",
    },
    Character {
        age: "1.1",
        codepoint: 0x7143,
        name: "CJK UNIFIED IDEOGRAPH-7143",
    },
    Character {
        age: "1.1",
        codepoint: 0x7144,
        name: "CJK UNIFIED IDEOGRAPH-7144",
    },
    Character {
        age: "1.1",
        codepoint: 0x7145,
        name: "CJK UNIFIED IDEOGRAPH-7145",
    },
    Character {
        age: "1.1",
        codepoint: 0x7146,
        name: "CJK UNIFIED IDEOGRAPH-7146",
    },
    Character {
        age: "1.1",
        codepoint: 0x7147,
        name: "CJK UNIFIED IDEOGRAPH-7147",
    },
    Character {
        age: "1.1",
        codepoint: 0x7148,
        name: "CJK UNIFIED IDEOGRAPH-7148",
    },
    Character {
        age: "1.1",
        codepoint: 0x7149,
        name: "CJK UNIFIED IDEOGRAPH-7149",
    },
    Character {
        age: "1.1",
        codepoint: 0x714A,
        name: "CJK UNIFIED IDEOGRAPH-714A",
    },
    Character {
        age: "1.1",
        codepoint: 0x714B,
        name: "CJK UNIFIED IDEOGRAPH-714B",
    },
    Character {
        age: "1.1",
        codepoint: 0x714C,
        name: "CJK UNIFIED IDEOGRAPH-714C",
    },
    Character {
        age: "1.1",
        codepoint: 0x714D,
        name: "CJK UNIFIED IDEOGRAPH-714D",
    },
    Character {
        age: "1.1",
        codepoint: 0x714E,
        name: "CJK UNIFIED IDEOGRAPH-714E",
    },
    Character {
        age: "1.1",
        codepoint: 0x714F,
        name: "CJK UNIFIED IDEOGRAPH-714F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7150,
        name: "CJK UNIFIED IDEOGRAPH-7150",
    },
    Character {
        age: "1.1",
        codepoint: 0x7151,
        name: "CJK UNIFIED IDEOGRAPH-7151",
    },
    Character {
        age: "1.1",
        codepoint: 0x7152,
        name: "CJK UNIFIED IDEOGRAPH-7152",
    },
    Character {
        age: "1.1",
        codepoint: 0x7153,
        name: "CJK UNIFIED IDEOGRAPH-7153",
    },
    Character {
        age: "1.1",
        codepoint: 0x7154,
        name: "CJK UNIFIED IDEOGRAPH-7154",
    },
    Character {
        age: "1.1",
        codepoint: 0x7155,
        name: "CJK UNIFIED IDEOGRAPH-7155",
    },
    Character {
        age: "1.1",
        codepoint: 0x7156,
        name: "CJK UNIFIED IDEOGRAPH-7156",
    },
    Character {
        age: "1.1",
        codepoint: 0x7157,
        name: "CJK UNIFIED IDEOGRAPH-7157",
    },
    Character {
        age: "1.1",
        codepoint: 0x7158,
        name: "CJK UNIFIED IDEOGRAPH-7158",
    },
    Character {
        age: "1.1",
        codepoint: 0x7159,
        name: "CJK UNIFIED IDEOGRAPH-7159",
    },
    Character {
        age: "1.1",
        codepoint: 0x715A,
        name: "CJK UNIFIED IDEOGRAPH-715A",
    },
    Character {
        age: "1.1",
        codepoint: 0x715B,
        name: "CJK UNIFIED IDEOGRAPH-715B",
    },
    Character {
        age: "1.1",
        codepoint: 0x715C,
        name: "CJK UNIFIED IDEOGRAPH-715C",
    },
    Character {
        age: "1.1",
        codepoint: 0x715D,
        name: "CJK UNIFIED IDEOGRAPH-715D",
    },
    Character {
        age: "1.1",
        codepoint: 0x715E,
        name: "CJK UNIFIED IDEOGRAPH-715E",
    },
    Character {
        age: "1.1",
        codepoint: 0x715F,
        name: "CJK UNIFIED IDEOGRAPH-715F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7160,
        name: "CJK UNIFIED IDEOGRAPH-7160",
    },
    Character {
        age: "1.1",
        codepoint: 0x7161,
        name: "CJK UNIFIED IDEOGRAPH-7161",
    },
    Character {
        age: "1.1",
        codepoint: 0x7162,
        name: "CJK UNIFIED IDEOGRAPH-7162",
    },
    Character {
        age: "1.1",
        codepoint: 0x7163,
        name: "CJK UNIFIED IDEOGRAPH-7163",
    },
    Character {
        age: "1.1",
        codepoint: 0x7164,
        name: "CJK UNIFIED IDEOGRAPH-7164",
    },
    Character {
        age: "1.1",
        codepoint: 0x7165,
        name: "CJK UNIFIED IDEOGRAPH-7165",
    },
    Character {
        age: "1.1",
        codepoint: 0x7166,
        name: "CJK UNIFIED IDEOGRAPH-7166",
    },
    Character {
        age: "1.1",
        codepoint: 0x7167,
        name: "CJK UNIFIED IDEOGRAPH-7167",
    },
    Character {
        age: "1.1",
        codepoint: 0x7168,
        name: "CJK UNIFIED IDEOGRAPH-7168",
    },
    Character {
        age: "1.1",
        codepoint: 0x7169,
        name: "CJK UNIFIED IDEOGRAPH-7169",
    },
    Character {
        age: "1.1",
        codepoint: 0x716A,
        name: "CJK UNIFIED IDEOGRAPH-716A",
    },
    Character {
        age: "1.1",
        codepoint: 0x716B,
        name: "CJK UNIFIED IDEOGRAPH-716B",
    },
    Character {
        age: "1.1",
        codepoint: 0x716C,
        name: "CJK UNIFIED IDEOGRAPH-716C",
    },
    Character {
        age: "1.1",
        codepoint: 0x716D,
        name: "CJK UNIFIED IDEOGRAPH-716D",
    },
    Character {
        age: "1.1",
        codepoint: 0x716E,
        name: "CJK UNIFIED IDEOGRAPH-716E",
    },
    Character {
        age: "1.1",
        codepoint: 0x716F,
        name: "CJK UNIFIED IDEOGRAPH-716F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7170,
        name: "CJK UNIFIED IDEOGRAPH-7170",
    },
    Character {
        age: "1.1",
        codepoint: 0x7171,
        name: "CJK UNIFIED IDEOGRAPH-7171",
    },
    Character {
        age: "1.1",
        codepoint: 0x7172,
        name: "CJK UNIFIED IDEOGRAPH-7172",
    },
    Character {
        age: "1.1",
        codepoint: 0x7173,
        name: "CJK UNIFIED IDEOGRAPH-7173",
    },
    Character {
        age: "1.1",
        codepoint: 0x7174,
        name: "CJK UNIFIED IDEOGRAPH-7174",
    },
    Character {
        age: "1.1",
        codepoint: 0x7175,
        name: "CJK UNIFIED IDEOGRAPH-7175",
    },
    Character {
        age: "1.1",
        codepoint: 0x7176,
        name: "CJK UNIFIED IDEOGRAPH-7176",
    },
    Character {
        age: "1.1",
        codepoint: 0x7177,
        name: "CJK UNIFIED IDEOGRAPH-7177",
    },
    Character {
        age: "1.1",
        codepoint: 0x7178,
        name: "CJK UNIFIED IDEOGRAPH-7178",
    },
    Character {
        age: "1.1",
        codepoint: 0x7179,
        name: "CJK UNIFIED IDEOGRAPH-7179",
    },
    Character {
        age: "1.1",
        codepoint: 0x717A,
        name: "CJK UNIFIED IDEOGRAPH-717A",
    },
    Character {
        age: "1.1",
        codepoint: 0x717B,
        name: "CJK UNIFIED IDEOGRAPH-717B",
    },
    Character {
        age: "1.1",
        codepoint: 0x717C,
        name: "CJK UNIFIED IDEOGRAPH-717C",
    },
    Character {
        age: "1.1",
        codepoint: 0x717D,
        name: "CJK UNIFIED IDEOGRAPH-717D",
    },
    Character {
        age: "1.1",
        codepoint: 0x717E,
        name: "CJK UNIFIED IDEOGRAPH-717E",
    },
    Character {
        age: "1.1",
        codepoint: 0x717F,
        name: "CJK UNIFIED IDEOGRAPH-717F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7180,
        name: "CJK UNIFIED IDEOGRAPH-7180",
    },
    Character {
        age: "1.1",
        codepoint: 0x7181,
        name: "CJK UNIFIED IDEOGRAPH-7181",
    },
    Character {
        age: "1.1",
        codepoint: 0x7182,
        name: "CJK UNIFIED IDEOGRAPH-7182",
    },
    Character {
        age: "1.1",
        codepoint: 0x7183,
        name: "CJK UNIFIED IDEOGRAPH-7183",
    },
    Character {
        age: "1.1",
        codepoint: 0x7184,
        name: "CJK UNIFIED IDEOGRAPH-7184",
    },
    Character {
        age: "1.1",
        codepoint: 0x7185,
        name: "CJK UNIFIED IDEOGRAPH-7185",
    },
    Character {
        age: "1.1",
        codepoint: 0x7186,
        name: "CJK UNIFIED IDEOGRAPH-7186",
    },
    Character {
        age: "1.1",
        codepoint: 0x7187,
        name: "CJK UNIFIED IDEOGRAPH-7187",
    },
    Character {
        age: "1.1",
        codepoint: 0x7188,
        name: "CJK UNIFIED IDEOGRAPH-7188",
    },
    Character {
        age: "1.1",
        codepoint: 0x7189,
        name: "CJK UNIFIED IDEOGRAPH-7189",
    },
    Character {
        age: "1.1",
        codepoint: 0x718A,
        name: "CJK UNIFIED IDEOGRAPH-718A",
    },
    Character {
        age: "1.1",
        codepoint: 0x718B,
        name: "CJK UNIFIED IDEOGRAPH-718B",
    },
    Character {
        age: "1.1",
        codepoint: 0x718C,
        name: "CJK UNIFIED IDEOGRAPH-718C",
    },
    Character {
        age: "1.1",
        codepoint: 0x718D,
        name: "CJK UNIFIED IDEOGRAPH-718D",
    },
    Character {
        age: "1.1",
        codepoint: 0x718E,
        name: "CJK UNIFIED IDEOGRAPH-718E",
    },
    Character {
        age: "1.1",
        codepoint: 0x718F,
        name: "CJK UNIFIED IDEOGRAPH-718F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7190,
        name: "CJK UNIFIED IDEOGRAPH-7190",
    },
    Character {
        age: "1.1",
        codepoint: 0x7191,
        name: "CJK UNIFIED IDEOGRAPH-7191",
    },
    Character {
        age: "1.1",
        codepoint: 0x7192,
        name: "CJK UNIFIED IDEOGRAPH-7192",
    },
    Character {
        age: "1.1",
        codepoint: 0x7193,
        name: "CJK UNIFIED IDEOGRAPH-7193",
    },
    Character {
        age: "1.1",
        codepoint: 0x7194,
        name: "CJK UNIFIED IDEOGRAPH-7194",
    },
    Character {
        age: "1.1",
        codepoint: 0x7195,
        name: "CJK UNIFIED IDEOGRAPH-7195",
    },
    Character {
        age: "1.1",
        codepoint: 0x7196,
        name: "CJK UNIFIED IDEOGRAPH-7196",
    },
    Character {
        age: "1.1",
        codepoint: 0x7197,
        name: "CJK UNIFIED IDEOGRAPH-7197",
    },
    Character {
        age: "1.1",
        codepoint: 0x7198,
        name: "CJK UNIFIED IDEOGRAPH-7198",
    },
    Character {
        age: "1.1",
        codepoint: 0x7199,
        name: "CJK UNIFIED IDEOGRAPH-7199",
    },
    Character {
        age: "1.1",
        codepoint: 0x719A,
        name: "CJK UNIFIED IDEOGRAPH-719A",
    },
    Character {
        age: "1.1",
        codepoint: 0x719B,
        name: "CJK UNIFIED IDEOGRAPH-719B",
    },
    Character {
        age: "1.1",
        codepoint: 0x719C,
        name: "CJK UNIFIED IDEOGRAPH-719C",
    },
    Character {
        age: "1.1",
        codepoint: 0x719D,
        name: "CJK UNIFIED IDEOGRAPH-719D",
    },
    Character {
        age: "1.1",
        codepoint: 0x719E,
        name: "CJK UNIFIED IDEOGRAPH-719E",
    },
    Character {
        age: "1.1",
        codepoint: 0x719F,
        name: "CJK UNIFIED IDEOGRAPH-719F",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A0,
        name: "CJK UNIFIED IDEOGRAPH-71A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A1,
        name: "CJK UNIFIED IDEOGRAPH-71A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A2,
        name: "CJK UNIFIED IDEOGRAPH-71A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A3,
        name: "CJK UNIFIED IDEOGRAPH-71A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A4,
        name: "CJK UNIFIED IDEOGRAPH-71A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A5,
        name: "CJK UNIFIED IDEOGRAPH-71A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A6,
        name: "CJK UNIFIED IDEOGRAPH-71A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A7,
        name: "CJK UNIFIED IDEOGRAPH-71A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A8,
        name: "CJK UNIFIED IDEOGRAPH-71A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x71A9,
        name: "CJK UNIFIED IDEOGRAPH-71A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x71AA,
        name: "CJK UNIFIED IDEOGRAPH-71AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x71AB,
        name: "CJK UNIFIED IDEOGRAPH-71AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x71AC,
        name: "CJK UNIFIED IDEOGRAPH-71AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x71AD,
        name: "CJK UNIFIED IDEOGRAPH-71AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x71AE,
        name: "CJK UNIFIED IDEOGRAPH-71AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x71AF,
        name: "CJK UNIFIED IDEOGRAPH-71AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B0,
        name: "CJK UNIFIED IDEOGRAPH-71B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B1,
        name: "CJK UNIFIED IDEOGRAPH-71B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B2,
        name: "CJK UNIFIED IDEOGRAPH-71B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B3,
        name: "CJK UNIFIED IDEOGRAPH-71B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B4,
        name: "CJK UNIFIED IDEOGRAPH-71B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B5,
        name: "CJK UNIFIED IDEOGRAPH-71B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B6,
        name: "CJK UNIFIED IDEOGRAPH-71B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B7,
        name: "CJK UNIFIED IDEOGRAPH-71B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B8,
        name: "CJK UNIFIED IDEOGRAPH-71B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x71B9,
        name: "CJK UNIFIED IDEOGRAPH-71B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x71BA,
        name: "CJK UNIFIED IDEOGRAPH-71BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x71BB,
        name: "CJK UNIFIED IDEOGRAPH-71BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x71BC,
        name: "CJK UNIFIED IDEOGRAPH-71BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x71BD,
        name: "CJK UNIFIED IDEOGRAPH-71BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x71BE,
        name: "CJK UNIFIED IDEOGRAPH-71BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x71BF,
        name: "CJK UNIFIED IDEOGRAPH-71BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C0,
        name: "CJK UNIFIED IDEOGRAPH-71C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C1,
        name: "CJK UNIFIED IDEOGRAPH-71C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C2,
        name: "CJK UNIFIED IDEOGRAPH-71C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C3,
        name: "CJK UNIFIED IDEOGRAPH-71C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C4,
        name: "CJK UNIFIED IDEOGRAPH-71C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C5,
        name: "CJK UNIFIED IDEOGRAPH-71C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C6,
        name: "CJK UNIFIED IDEOGRAPH-71C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C7,
        name: "CJK UNIFIED IDEOGRAPH-71C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C8,
        name: "CJK UNIFIED IDEOGRAPH-71C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x71C9,
        name: "CJK UNIFIED IDEOGRAPH-71C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x71CA,
        name: "CJK UNIFIED IDEOGRAPH-71CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x71CB,
        name: "CJK UNIFIED IDEOGRAPH-71CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x71CC,
        name: "CJK UNIFIED IDEOGRAPH-71CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x71CD,
        name: "CJK UNIFIED IDEOGRAPH-71CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x71CE,
        name: "CJK UNIFIED IDEOGRAPH-71CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x71CF,
        name: "CJK UNIFIED IDEOGRAPH-71CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D0,
        name: "CJK UNIFIED IDEOGRAPH-71D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D1,
        name: "CJK UNIFIED IDEOGRAPH-71D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D2,
        name: "CJK UNIFIED IDEOGRAPH-71D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D3,
        name: "CJK UNIFIED IDEOGRAPH-71D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D4,
        name: "CJK UNIFIED IDEOGRAPH-71D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D5,
        name: "CJK UNIFIED IDEOGRAPH-71D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D6,
        name: "CJK UNIFIED IDEOGRAPH-71D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D7,
        name: "CJK UNIFIED IDEOGRAPH-71D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D8,
        name: "CJK UNIFIED IDEOGRAPH-71D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x71D9,
        name: "CJK UNIFIED IDEOGRAPH-71D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x71DA,
        name: "CJK UNIFIED IDEOGRAPH-71DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x71DB,
        name: "CJK UNIFIED IDEOGRAPH-71DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x71DC,
        name: "CJK UNIFIED IDEOGRAPH-71DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x71DD,
        name: "CJK UNIFIED IDEOGRAPH-71DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x71DE,
        name: "CJK UNIFIED IDEOGRAPH-71DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x71DF,
        name: "CJK UNIFIED IDEOGRAPH-71DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E0,
        name: "CJK UNIFIED IDEOGRAPH-71E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E1,
        name: "CJK UNIFIED IDEOGRAPH-71E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E2,
        name: "CJK UNIFIED IDEOGRAPH-71E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E3,
        name: "CJK UNIFIED IDEOGRAPH-71E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E4,
        name: "CJK UNIFIED IDEOGRAPH-71E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E5,
        name: "CJK UNIFIED IDEOGRAPH-71E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E6,
        name: "CJK UNIFIED IDEOGRAPH-71E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E7,
        name: "CJK UNIFIED IDEOGRAPH-71E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E8,
        name: "CJK UNIFIED IDEOGRAPH-71E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x71E9,
        name: "CJK UNIFIED IDEOGRAPH-71E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x71EA,
        name: "CJK UNIFIED IDEOGRAPH-71EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x71EB,
        name: "CJK UNIFIED IDEOGRAPH-71EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x71EC,
        name: "CJK UNIFIED IDEOGRAPH-71EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x71ED,
        name: "CJK UNIFIED IDEOGRAPH-71ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x71EE,
        name: "CJK UNIFIED IDEOGRAPH-71EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x71EF,
        name: "CJK UNIFIED IDEOGRAPH-71EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F0,
        name: "CJK UNIFIED IDEOGRAPH-71F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F1,
        name: "CJK UNIFIED IDEOGRAPH-71F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F2,
        name: "CJK UNIFIED IDEOGRAPH-71F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F3,
        name: "CJK UNIFIED IDEOGRAPH-71F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F4,
        name: "CJK UNIFIED IDEOGRAPH-71F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F5,
        name: "CJK UNIFIED IDEOGRAPH-71F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F6,
        name: "CJK UNIFIED IDEOGRAPH-71F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F7,
        name: "CJK UNIFIED IDEOGRAPH-71F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F8,
        name: "CJK UNIFIED IDEOGRAPH-71F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x71F9,
        name: "CJK UNIFIED IDEOGRAPH-71F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x71FA,
        name: "CJK UNIFIED IDEOGRAPH-71FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x71FB,
        name: "CJK UNIFIED IDEOGRAPH-71FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x71FC,
        name: "CJK UNIFIED IDEOGRAPH-71FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x71FD,
        name: "CJK UNIFIED IDEOGRAPH-71FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x71FE,
        name: "CJK UNIFIED IDEOGRAPH-71FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x71FF,
        name: "CJK UNIFIED IDEOGRAPH-71FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7200,
        name: "CJK UNIFIED IDEOGRAPH-7200",
    },
    Character {
        age: "1.1",
        codepoint: 0x7201,
        name: "CJK UNIFIED IDEOGRAPH-7201",
    },
    Character {
        age: "1.1",
        codepoint: 0x7202,
        name: "CJK UNIFIED IDEOGRAPH-7202",
    },
    Character {
        age: "1.1",
        codepoint: 0x7203,
        name: "CJK UNIFIED IDEOGRAPH-7203",
    },
    Character {
        age: "1.1",
        codepoint: 0x7204,
        name: "CJK UNIFIED IDEOGRAPH-7204",
    },
    Character {
        age: "1.1",
        codepoint: 0x7205,
        name: "CJK UNIFIED IDEOGRAPH-7205",
    },
    Character {
        age: "1.1",
        codepoint: 0x7206,
        name: "CJK UNIFIED IDEOGRAPH-7206",
    },
    Character {
        age: "1.1",
        codepoint: 0x7207,
        name: "CJK UNIFIED IDEOGRAPH-7207",
    },
    Character {
        age: "1.1",
        codepoint: 0x7208,
        name: "CJK UNIFIED IDEOGRAPH-7208",
    },
    Character {
        age: "1.1",
        codepoint: 0x7209,
        name: "CJK UNIFIED IDEOGRAPH-7209",
    },
    Character {
        age: "1.1",
        codepoint: 0x720A,
        name: "CJK UNIFIED IDEOGRAPH-720A",
    },
    Character {
        age: "1.1",
        codepoint: 0x720B,
        name: "CJK UNIFIED IDEOGRAPH-720B",
    },
    Character {
        age: "1.1",
        codepoint: 0x720C,
        name: "CJK UNIFIED IDEOGRAPH-720C",
    },
    Character {
        age: "1.1",
        codepoint: 0x720D,
        name: "CJK UNIFIED IDEOGRAPH-720D",
    },
    Character {
        age: "1.1",
        codepoint: 0x720E,
        name: "CJK UNIFIED IDEOGRAPH-720E",
    },
    Character {
        age: "1.1",
        codepoint: 0x720F,
        name: "CJK UNIFIED IDEOGRAPH-720F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7210,
        name: "CJK UNIFIED IDEOGRAPH-7210",
    },
    Character {
        age: "1.1",
        codepoint: 0x7211,
        name: "CJK UNIFIED IDEOGRAPH-7211",
    },
    Character {
        age: "1.1",
        codepoint: 0x7212,
        name: "CJK UNIFIED IDEOGRAPH-7212",
    },
    Character {
        age: "1.1",
        codepoint: 0x7213,
        name: "CJK UNIFIED IDEOGRAPH-7213",
    },
    Character {
        age: "1.1",
        codepoint: 0x7214,
        name: "CJK UNIFIED IDEOGRAPH-7214",
    },
    Character {
        age: "1.1",
        codepoint: 0x7215,
        name: "CJK UNIFIED IDEOGRAPH-7215",
    },
    Character {
        age: "1.1",
        codepoint: 0x7216,
        name: "CJK UNIFIED IDEOGRAPH-7216",
    },
    Character {
        age: "1.1",
        codepoint: 0x7217,
        name: "CJK UNIFIED IDEOGRAPH-7217",
    },
    Character {
        age: "1.1",
        codepoint: 0x7218,
        name: "CJK UNIFIED IDEOGRAPH-7218",
    },
    Character {
        age: "1.1",
        codepoint: 0x7219,
        name: "CJK UNIFIED IDEOGRAPH-7219",
    },
    Character {
        age: "1.1",
        codepoint: 0x721A,
        name: "CJK UNIFIED IDEOGRAPH-721A",
    },
    Character {
        age: "1.1",
        codepoint: 0x721B,
        name: "CJK UNIFIED IDEOGRAPH-721B",
    },
    Character {
        age: "1.1",
        codepoint: 0x721C,
        name: "CJK UNIFIED IDEOGRAPH-721C",
    },
    Character {
        age: "1.1",
        codepoint: 0x721D,
        name: "CJK UNIFIED IDEOGRAPH-721D",
    },
    Character {
        age: "1.1",
        codepoint: 0x721E,
        name: "CJK UNIFIED IDEOGRAPH-721E",
    },
    Character {
        age: "1.1",
        codepoint: 0x721F,
        name: "CJK UNIFIED IDEOGRAPH-721F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7220,
        name: "CJK UNIFIED IDEOGRAPH-7220",
    },
    Character {
        age: "1.1",
        codepoint: 0x7221,
        name: "CJK UNIFIED IDEOGRAPH-7221",
    },
    Character {
        age: "1.1",
        codepoint: 0x7222,
        name: "CJK UNIFIED IDEOGRAPH-7222",
    },
    Character {
        age: "1.1",
        codepoint: 0x7223,
        name: "CJK UNIFIED IDEOGRAPH-7223",
    },
    Character {
        age: "1.1",
        codepoint: 0x7224,
        name: "CJK UNIFIED IDEOGRAPH-7224",
    },
    Character {
        age: "1.1",
        codepoint: 0x7225,
        name: "CJK UNIFIED IDEOGRAPH-7225",
    },
    Character {
        age: "1.1",
        codepoint: 0x7226,
        name: "CJK UNIFIED IDEOGRAPH-7226",
    },
    Character {
        age: "1.1",
        codepoint: 0x7227,
        name: "CJK UNIFIED IDEOGRAPH-7227",
    },
    Character {
        age: "1.1",
        codepoint: 0x7228,
        name: "CJK UNIFIED IDEOGRAPH-7228",
    },
    Character {
        age: "1.1",
        codepoint: 0x7229,
        name: "CJK UNIFIED IDEOGRAPH-7229",
    },
    Character {
        age: "1.1",
        codepoint: 0x722A,
        name: "CJK UNIFIED IDEOGRAPH-722A",
    },
    Character {
        age: "1.1",
        codepoint: 0x722B,
        name: "CJK UNIFIED IDEOGRAPH-722B",
    },
    Character {
        age: "1.1",
        codepoint: 0x722C,
        name: "CJK UNIFIED IDEOGRAPH-722C",
    },
    Character {
        age: "1.1",
        codepoint: 0x722D,
        name: "CJK UNIFIED IDEOGRAPH-722D",
    },
    Character {
        age: "1.1",
        codepoint: 0x722E,
        name: "CJK UNIFIED IDEOGRAPH-722E",
    },
    Character {
        age: "1.1",
        codepoint: 0x722F,
        name: "CJK UNIFIED IDEOGRAPH-722F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7230,
        name: "CJK UNIFIED IDEOGRAPH-7230",
    },
    Character {
        age: "1.1",
        codepoint: 0x7231,
        name: "CJK UNIFIED IDEOGRAPH-7231",
    },
    Character {
        age: "1.1",
        codepoint: 0x7232,
        name: "CJK UNIFIED IDEOGRAPH-7232",
    },
    Character {
        age: "1.1",
        codepoint: 0x7233,
        name: "CJK UNIFIED IDEOGRAPH-7233",
    },
    Character {
        age: "1.1",
        codepoint: 0x7234,
        name: "CJK UNIFIED IDEOGRAPH-7234",
    },
    Character {
        age: "1.1",
        codepoint: 0x7235,
        name: "CJK UNIFIED IDEOGRAPH-7235",
    },
    Character {
        age: "1.1",
        codepoint: 0x7236,
        name: "CJK UNIFIED IDEOGRAPH-7236",
    },
    Character {
        age: "1.1",
        codepoint: 0x7237,
        name: "CJK UNIFIED IDEOGRAPH-7237",
    },
    Character {
        age: "1.1",
        codepoint: 0x7238,
        name: "CJK UNIFIED IDEOGRAPH-7238",
    },
    Character {
        age: "1.1",
        codepoint: 0x7239,
        name: "CJK UNIFIED IDEOGRAPH-7239",
    },
    Character {
        age: "1.1",
        codepoint: 0x723A,
        name: "CJK UNIFIED IDEOGRAPH-723A",
    },
    Character {
        age: "1.1",
        codepoint: 0x723B,
        name: "CJK UNIFIED IDEOGRAPH-723B",
    },
    Character {
        age: "1.1",
        codepoint: 0x723C,
        name: "CJK UNIFIED IDEOGRAPH-723C",
    },
    Character {
        age: "1.1",
        codepoint: 0x723D,
        name: "CJK UNIFIED IDEOGRAPH-723D",
    },
    Character {
        age: "1.1",
        codepoint: 0x723E,
        name: "CJK UNIFIED IDEOGRAPH-723E",
    },
    Character {
        age: "1.1",
        codepoint: 0x723F,
        name: "CJK UNIFIED IDEOGRAPH-723F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7240,
        name: "CJK UNIFIED IDEOGRAPH-7240",
    },
    Character {
        age: "1.1",
        codepoint: 0x7241,
        name: "CJK UNIFIED IDEOGRAPH-7241",
    },
    Character {
        age: "1.1",
        codepoint: 0x7242,
        name: "CJK UNIFIED IDEOGRAPH-7242",
    },
    Character {
        age: "1.1",
        codepoint: 0x7243,
        name: "CJK UNIFIED IDEOGRAPH-7243",
    },
    Character {
        age: "1.1",
        codepoint: 0x7244,
        name: "CJK UNIFIED IDEOGRAPH-7244",
    },
    Character {
        age: "1.1",
        codepoint: 0x7245,
        name: "CJK UNIFIED IDEOGRAPH-7245",
    },
    Character {
        age: "1.1",
        codepoint: 0x7246,
        name: "CJK UNIFIED IDEOGRAPH-7246",
    },
    Character {
        age: "1.1",
        codepoint: 0x7247,
        name: "CJK UNIFIED IDEOGRAPH-7247",
    },
    Character {
        age: "1.1",
        codepoint: 0x7248,
        name: "CJK UNIFIED IDEOGRAPH-7248",
    },
    Character {
        age: "1.1",
        codepoint: 0x7249,
        name: "CJK UNIFIED IDEOGRAPH-7249",
    },
    Character {
        age: "1.1",
        codepoint: 0x724A,
        name: "CJK UNIFIED IDEOGRAPH-724A",
    },
    Character {
        age: "1.1",
        codepoint: 0x724B,
        name: "CJK UNIFIED IDEOGRAPH-724B",
    },
    Character {
        age: "1.1",
        codepoint: 0x724C,
        name: "CJK UNIFIED IDEOGRAPH-724C",
    },
    Character {
        age: "1.1",
        codepoint: 0x724D,
        name: "CJK UNIFIED IDEOGRAPH-724D",
    },
    Character {
        age: "1.1",
        codepoint: 0x724E,
        name: "CJK UNIFIED IDEOGRAPH-724E",
    },
    Character {
        age: "1.1",
        codepoint: 0x724F,
        name: "CJK UNIFIED IDEOGRAPH-724F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7250,
        name: "CJK UNIFIED IDEOGRAPH-7250",
    },
    Character {
        age: "1.1",
        codepoint: 0x7251,
        name: "CJK UNIFIED IDEOGRAPH-7251",
    },
    Character {
        age: "1.1",
        codepoint: 0x7252,
        name: "CJK UNIFIED IDEOGRAPH-7252",
    },
    Character {
        age: "1.1",
        codepoint: 0x7253,
        name: "CJK UNIFIED IDEOGRAPH-7253",
    },
    Character {
        age: "1.1",
        codepoint: 0x7254,
        name: "CJK UNIFIED IDEOGRAPH-7254",
    },
    Character {
        age: "1.1",
        codepoint: 0x7255,
        name: "CJK UNIFIED IDEOGRAPH-7255",
    },
    Character {
        age: "1.1",
        codepoint: 0x7256,
        name: "CJK UNIFIED IDEOGRAPH-7256",
    },
    Character {
        age: "1.1",
        codepoint: 0x7257,
        name: "CJK UNIFIED IDEOGRAPH-7257",
    },
    Character {
        age: "1.1",
        codepoint: 0x7258,
        name: "CJK UNIFIED IDEOGRAPH-7258",
    },
    Character {
        age: "1.1",
        codepoint: 0x7259,
        name: "CJK UNIFIED IDEOGRAPH-7259",
    },
    Character {
        age: "1.1",
        codepoint: 0x725A,
        name: "CJK UNIFIED IDEOGRAPH-725A",
    },
    Character {
        age: "1.1",
        codepoint: 0x725B,
        name: "CJK UNIFIED IDEOGRAPH-725B",
    },
    Character {
        age: "1.1",
        codepoint: 0x725C,
        name: "CJK UNIFIED IDEOGRAPH-725C",
    },
    Character {
        age: "1.1",
        codepoint: 0x725D,
        name: "CJK UNIFIED IDEOGRAPH-725D",
    },
    Character {
        age: "1.1",
        codepoint: 0x725E,
        name: "CJK UNIFIED IDEOGRAPH-725E",
    },
    Character {
        age: "1.1",
        codepoint: 0x725F,
        name: "CJK UNIFIED IDEOGRAPH-725F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7260,
        name: "CJK UNIFIED IDEOGRAPH-7260",
    },
    Character {
        age: "1.1",
        codepoint: 0x7261,
        name: "CJK UNIFIED IDEOGRAPH-7261",
    },
    Character {
        age: "1.1",
        codepoint: 0x7262,
        name: "CJK UNIFIED IDEOGRAPH-7262",
    },
    Character {
        age: "1.1",
        codepoint: 0x7263,
        name: "CJK UNIFIED IDEOGRAPH-7263",
    },
    Character {
        age: "1.1",
        codepoint: 0x7264,
        name: "CJK UNIFIED IDEOGRAPH-7264",
    },
    Character {
        age: "1.1",
        codepoint: 0x7265,
        name: "CJK UNIFIED IDEOGRAPH-7265",
    },
    Character {
        age: "1.1",
        codepoint: 0x7266,
        name: "CJK UNIFIED IDEOGRAPH-7266",
    },
    Character {
        age: "1.1",
        codepoint: 0x7267,
        name: "CJK UNIFIED IDEOGRAPH-7267",
    },
    Character {
        age: "1.1",
        codepoint: 0x7268,
        name: "CJK UNIFIED IDEOGRAPH-7268",
    },
    Character {
        age: "1.1",
        codepoint: 0x7269,
        name: "CJK UNIFIED IDEOGRAPH-7269",
    },
    Character {
        age: "1.1",
        codepoint: 0x726A,
        name: "CJK UNIFIED IDEOGRAPH-726A",
    },
    Character {
        age: "1.1",
        codepoint: 0x726B,
        name: "CJK UNIFIED IDEOGRAPH-726B",
    },
    Character {
        age: "1.1",
        codepoint: 0x726C,
        name: "CJK UNIFIED IDEOGRAPH-726C",
    },
    Character {
        age: "1.1",
        codepoint: 0x726D,
        name: "CJK UNIFIED IDEOGRAPH-726D",
    },
    Character {
        age: "1.1",
        codepoint: 0x726E,
        name: "CJK UNIFIED IDEOGRAPH-726E",
    },
    Character {
        age: "1.1",
        codepoint: 0x726F,
        name: "CJK UNIFIED IDEOGRAPH-726F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7270,
        name: "CJK UNIFIED IDEOGRAPH-7270",
    },
    Character {
        age: "1.1",
        codepoint: 0x7271,
        name: "CJK UNIFIED IDEOGRAPH-7271",
    },
    Character {
        age: "1.1",
        codepoint: 0x7272,
        name: "CJK UNIFIED IDEOGRAPH-7272",
    },
    Character {
        age: "1.1",
        codepoint: 0x7273,
        name: "CJK UNIFIED IDEOGRAPH-7273",
    },
    Character {
        age: "1.1",
        codepoint: 0x7274,
        name: "CJK UNIFIED IDEOGRAPH-7274",
    },
    Character {
        age: "1.1",
        codepoint: 0x7275,
        name: "CJK UNIFIED IDEOGRAPH-7275",
    },
    Character {
        age: "1.1",
        codepoint: 0x7276,
        name: "CJK UNIFIED IDEOGRAPH-7276",
    },
    Character {
        age: "1.1",
        codepoint: 0x7277,
        name: "CJK UNIFIED IDEOGRAPH-7277",
    },
    Character {
        age: "1.1",
        codepoint: 0x7278,
        name: "CJK UNIFIED IDEOGRAPH-7278",
    },
    Character {
        age: "1.1",
        codepoint: 0x7279,
        name: "CJK UNIFIED IDEOGRAPH-7279",
    },
    Character {
        age: "1.1",
        codepoint: 0x727A,
        name: "CJK UNIFIED IDEOGRAPH-727A",
    },
    Character {
        age: "1.1",
        codepoint: 0x727B,
        name: "CJK UNIFIED IDEOGRAPH-727B",
    },
    Character {
        age: "1.1",
        codepoint: 0x727C,
        name: "CJK UNIFIED IDEOGRAPH-727C",
    },
    Character {
        age: "1.1",
        codepoint: 0x727D,
        name: "CJK UNIFIED IDEOGRAPH-727D",
    },
    Character {
        age: "1.1",
        codepoint: 0x727E,
        name: "CJK UNIFIED IDEOGRAPH-727E",
    },
    Character {
        age: "1.1",
        codepoint: 0x727F,
        name: "CJK UNIFIED IDEOGRAPH-727F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7280,
        name: "CJK UNIFIED IDEOGRAPH-7280",
    },
    Character {
        age: "1.1",
        codepoint: 0x7281,
        name: "CJK UNIFIED IDEOGRAPH-7281",
    },
    Character {
        age: "1.1",
        codepoint: 0x7282,
        name: "CJK UNIFIED IDEOGRAPH-7282",
    },
    Character {
        age: "1.1",
        codepoint: 0x7283,
        name: "CJK UNIFIED IDEOGRAPH-7283",
    },
    Character {
        age: "1.1",
        codepoint: 0x7284,
        name: "CJK UNIFIED IDEOGRAPH-7284",
    },
    Character {
        age: "1.1",
        codepoint: 0x7285,
        name: "CJK UNIFIED IDEOGRAPH-7285",
    },
    Character {
        age: "1.1",
        codepoint: 0x7286,
        name: "CJK UNIFIED IDEOGRAPH-7286",
    },
    Character {
        age: "1.1",
        codepoint: 0x7287,
        name: "CJK UNIFIED IDEOGRAPH-7287",
    },
    Character {
        age: "1.1",
        codepoint: 0x7288,
        name: "CJK UNIFIED IDEOGRAPH-7288",
    },
    Character {
        age: "1.1",
        codepoint: 0x7289,
        name: "CJK UNIFIED IDEOGRAPH-7289",
    },
    Character {
        age: "1.1",
        codepoint: 0x728A,
        name: "CJK UNIFIED IDEOGRAPH-728A",
    },
    Character {
        age: "1.1",
        codepoint: 0x728B,
        name: "CJK UNIFIED IDEOGRAPH-728B",
    },
    Character {
        age: "1.1",
        codepoint: 0x728C,
        name: "CJK UNIFIED IDEOGRAPH-728C",
    },
    Character {
        age: "1.1",
        codepoint: 0x728D,
        name: "CJK UNIFIED IDEOGRAPH-728D",
    },
    Character {
        age: "1.1",
        codepoint: 0x728E,
        name: "CJK UNIFIED IDEOGRAPH-728E",
    },
    Character {
        age: "1.1",
        codepoint: 0x728F,
        name: "CJK UNIFIED IDEOGRAPH-728F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7290,
        name: "CJK UNIFIED IDEOGRAPH-7290",
    },
    Character {
        age: "1.1",
        codepoint: 0x7291,
        name: "CJK UNIFIED IDEOGRAPH-7291",
    },
    Character {
        age: "1.1",
        codepoint: 0x7292,
        name: "CJK UNIFIED IDEOGRAPH-7292",
    },
    Character {
        age: "1.1",
        codepoint: 0x7293,
        name: "CJK UNIFIED IDEOGRAPH-7293",
    },
    Character {
        age: "1.1",
        codepoint: 0x7294,
        name: "CJK UNIFIED IDEOGRAPH-7294",
    },
    Character {
        age: "1.1",
        codepoint: 0x7295,
        name: "CJK UNIFIED IDEOGRAPH-7295",
    },
    Character {
        age: "1.1",
        codepoint: 0x7296,
        name: "CJK UNIFIED IDEOGRAPH-7296",
    },
    Character {
        age: "1.1",
        codepoint: 0x7297,
        name: "CJK UNIFIED IDEOGRAPH-7297",
    },
    Character {
        age: "1.1",
        codepoint: 0x7298,
        name: "CJK UNIFIED IDEOGRAPH-7298",
    },
    Character {
        age: "1.1",
        codepoint: 0x7299,
        name: "CJK UNIFIED IDEOGRAPH-7299",
    },
    Character {
        age: "1.1",
        codepoint: 0x729A,
        name: "CJK UNIFIED IDEOGRAPH-729A",
    },
    Character {
        age: "1.1",
        codepoint: 0x729B,
        name: "CJK UNIFIED IDEOGRAPH-729B",
    },
    Character {
        age: "1.1",
        codepoint: 0x729C,
        name: "CJK UNIFIED IDEOGRAPH-729C",
    },
    Character {
        age: "1.1",
        codepoint: 0x729D,
        name: "CJK UNIFIED IDEOGRAPH-729D",
    },
    Character {
        age: "1.1",
        codepoint: 0x729E,
        name: "CJK UNIFIED IDEOGRAPH-729E",
    },
    Character {
        age: "1.1",
        codepoint: 0x729F,
        name: "CJK UNIFIED IDEOGRAPH-729F",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A0,
        name: "CJK UNIFIED IDEOGRAPH-72A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A1,
        name: "CJK UNIFIED IDEOGRAPH-72A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A2,
        name: "CJK UNIFIED IDEOGRAPH-72A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A3,
        name: "CJK UNIFIED IDEOGRAPH-72A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A4,
        name: "CJK UNIFIED IDEOGRAPH-72A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A5,
        name: "CJK UNIFIED IDEOGRAPH-72A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A6,
        name: "CJK UNIFIED IDEOGRAPH-72A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A7,
        name: "CJK UNIFIED IDEOGRAPH-72A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A8,
        name: "CJK UNIFIED IDEOGRAPH-72A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x72A9,
        name: "CJK UNIFIED IDEOGRAPH-72A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x72AA,
        name: "CJK UNIFIED IDEOGRAPH-72AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x72AB,
        name: "CJK UNIFIED IDEOGRAPH-72AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x72AC,
        name: "CJK UNIFIED IDEOGRAPH-72AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x72AD,
        name: "CJK UNIFIED IDEOGRAPH-72AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x72AE,
        name: "CJK UNIFIED IDEOGRAPH-72AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x72AF,
        name: "CJK UNIFIED IDEOGRAPH-72AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B0,
        name: "CJK UNIFIED IDEOGRAPH-72B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B1,
        name: "CJK UNIFIED IDEOGRAPH-72B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B2,
        name: "CJK UNIFIED IDEOGRAPH-72B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B3,
        name: "CJK UNIFIED IDEOGRAPH-72B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B4,
        name: "CJK UNIFIED IDEOGRAPH-72B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B5,
        name: "CJK UNIFIED IDEOGRAPH-72B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B6,
        name: "CJK UNIFIED IDEOGRAPH-72B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B7,
        name: "CJK UNIFIED IDEOGRAPH-72B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B8,
        name: "CJK UNIFIED IDEOGRAPH-72B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x72B9,
        name: "CJK UNIFIED IDEOGRAPH-72B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x72BA,
        name: "CJK UNIFIED IDEOGRAPH-72BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x72BB,
        name: "CJK UNIFIED IDEOGRAPH-72BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x72BC,
        name: "CJK UNIFIED IDEOGRAPH-72BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x72BD,
        name: "CJK UNIFIED IDEOGRAPH-72BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x72BE,
        name: "CJK UNIFIED IDEOGRAPH-72BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x72BF,
        name: "CJK UNIFIED IDEOGRAPH-72BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C0,
        name: "CJK UNIFIED IDEOGRAPH-72C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C1,
        name: "CJK UNIFIED IDEOGRAPH-72C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C2,
        name: "CJK UNIFIED IDEOGRAPH-72C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C3,
        name: "CJK UNIFIED IDEOGRAPH-72C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C4,
        name: "CJK UNIFIED IDEOGRAPH-72C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C5,
        name: "CJK UNIFIED IDEOGRAPH-72C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C6,
        name: "CJK UNIFIED IDEOGRAPH-72C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C7,
        name: "CJK UNIFIED IDEOGRAPH-72C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C8,
        name: "CJK UNIFIED IDEOGRAPH-72C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x72C9,
        name: "CJK UNIFIED IDEOGRAPH-72C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x72CA,
        name: "CJK UNIFIED IDEOGRAPH-72CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x72CB,
        name: "CJK UNIFIED IDEOGRAPH-72CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x72CC,
        name: "CJK UNIFIED IDEOGRAPH-72CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x72CD,
        name: "CJK UNIFIED IDEOGRAPH-72CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x72CE,
        name: "CJK UNIFIED IDEOGRAPH-72CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x72CF,
        name: "CJK UNIFIED IDEOGRAPH-72CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D0,
        name: "CJK UNIFIED IDEOGRAPH-72D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D1,
        name: "CJK UNIFIED IDEOGRAPH-72D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D2,
        name: "CJK UNIFIED IDEOGRAPH-72D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D3,
        name: "CJK UNIFIED IDEOGRAPH-72D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D4,
        name: "CJK UNIFIED IDEOGRAPH-72D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D5,
        name: "CJK UNIFIED IDEOGRAPH-72D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D6,
        name: "CJK UNIFIED IDEOGRAPH-72D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D7,
        name: "CJK UNIFIED IDEOGRAPH-72D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D8,
        name: "CJK UNIFIED IDEOGRAPH-72D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x72D9,
        name: "CJK UNIFIED IDEOGRAPH-72D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x72DA,
        name: "CJK UNIFIED IDEOGRAPH-72DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x72DB,
        name: "CJK UNIFIED IDEOGRAPH-72DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x72DC,
        name: "CJK UNIFIED IDEOGRAPH-72DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x72DD,
        name: "CJK UNIFIED IDEOGRAPH-72DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x72DE,
        name: "CJK UNIFIED IDEOGRAPH-72DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x72DF,
        name: "CJK UNIFIED IDEOGRAPH-72DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E0,
        name: "CJK UNIFIED IDEOGRAPH-72E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E1,
        name: "CJK UNIFIED IDEOGRAPH-72E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E2,
        name: "CJK UNIFIED IDEOGRAPH-72E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E3,
        name: "CJK UNIFIED IDEOGRAPH-72E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E4,
        name: "CJK UNIFIED IDEOGRAPH-72E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E5,
        name: "CJK UNIFIED IDEOGRAPH-72E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E6,
        name: "CJK UNIFIED IDEOGRAPH-72E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E7,
        name: "CJK UNIFIED IDEOGRAPH-72E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E8,
        name: "CJK UNIFIED IDEOGRAPH-72E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x72E9,
        name: "CJK UNIFIED IDEOGRAPH-72E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x72EA,
        name: "CJK UNIFIED IDEOGRAPH-72EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x72EB,
        name: "CJK UNIFIED IDEOGRAPH-72EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x72EC,
        name: "CJK UNIFIED IDEOGRAPH-72EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x72ED,
        name: "CJK UNIFIED IDEOGRAPH-72ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x72EE,
        name: "CJK UNIFIED IDEOGRAPH-72EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x72EF,
        name: "CJK UNIFIED IDEOGRAPH-72EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F0,
        name: "CJK UNIFIED IDEOGRAPH-72F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F1,
        name: "CJK UNIFIED IDEOGRAPH-72F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F2,
        name: "CJK UNIFIED IDEOGRAPH-72F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F3,
        name: "CJK UNIFIED IDEOGRAPH-72F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F4,
        name: "CJK UNIFIED IDEOGRAPH-72F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F5,
        name: "CJK UNIFIED IDEOGRAPH-72F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F6,
        name: "CJK UNIFIED IDEOGRAPH-72F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F7,
        name: "CJK UNIFIED IDEOGRAPH-72F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F8,
        name: "CJK UNIFIED IDEOGRAPH-72F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x72F9,
        name: "CJK UNIFIED IDEOGRAPH-72F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x72FA,
        name: "CJK UNIFIED IDEOGRAPH-72FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x72FB,
        name: "CJK UNIFIED IDEOGRAPH-72FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x72FC,
        name: "CJK UNIFIED IDEOGRAPH-72FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x72FD,
        name: "CJK UNIFIED IDEOGRAPH-72FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x72FE,
        name: "CJK UNIFIED IDEOGRAPH-72FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x72FF,
        name: "CJK UNIFIED IDEOGRAPH-72FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7300,
        name: "CJK UNIFIED IDEOGRAPH-7300",
    },
    Character {
        age: "1.1",
        codepoint: 0x7301,
        name: "CJK UNIFIED IDEOGRAPH-7301",
    },
    Character {
        age: "1.1",
        codepoint: 0x7302,
        name: "CJK UNIFIED IDEOGRAPH-7302",
    },
    Character {
        age: "1.1",
        codepoint: 0x7303,
        name: "CJK UNIFIED IDEOGRAPH-7303",
    },
    Character {
        age: "1.1",
        codepoint: 0x7304,
        name: "CJK UNIFIED IDEOGRAPH-7304",
    },
    Character {
        age: "1.1",
        codepoint: 0x7305,
        name: "CJK UNIFIED IDEOGRAPH-7305",
    },
    Character {
        age: "1.1",
        codepoint: 0x7306,
        name: "CJK UNIFIED IDEOGRAPH-7306",
    },
    Character {
        age: "1.1",
        codepoint: 0x7307,
        name: "CJK UNIFIED IDEOGRAPH-7307",
    },
    Character {
        age: "1.1",
        codepoint: 0x7308,
        name: "CJK UNIFIED IDEOGRAPH-7308",
    },
    Character {
        age: "1.1",
        codepoint: 0x7309,
        name: "CJK UNIFIED IDEOGRAPH-7309",
    },
    Character {
        age: "1.1",
        codepoint: 0x730A,
        name: "CJK UNIFIED IDEOGRAPH-730A",
    },
    Character {
        age: "1.1",
        codepoint: 0x730B,
        name: "CJK UNIFIED IDEOGRAPH-730B",
    },
    Character {
        age: "1.1",
        codepoint: 0x730C,
        name: "CJK UNIFIED IDEOGRAPH-730C",
    },
    Character {
        age: "1.1",
        codepoint: 0x730D,
        name: "CJK UNIFIED IDEOGRAPH-730D",
    },
    Character {
        age: "1.1",
        codepoint: 0x730E,
        name: "CJK UNIFIED IDEOGRAPH-730E",
    },
    Character {
        age: "1.1",
        codepoint: 0x730F,
        name: "CJK UNIFIED IDEOGRAPH-730F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7310,
        name: "CJK UNIFIED IDEOGRAPH-7310",
    },
    Character {
        age: "1.1",
        codepoint: 0x7311,
        name: "CJK UNIFIED IDEOGRAPH-7311",
    },
    Character {
        age: "1.1",
        codepoint: 0x7312,
        name: "CJK UNIFIED IDEOGRAPH-7312",
    },
    Character {
        age: "1.1",
        codepoint: 0x7313,
        name: "CJK UNIFIED IDEOGRAPH-7313",
    },
    Character {
        age: "1.1",
        codepoint: 0x7314,
        name: "CJK UNIFIED IDEOGRAPH-7314",
    },
    Character {
        age: "1.1",
        codepoint: 0x7315,
        name: "CJK UNIFIED IDEOGRAPH-7315",
    },
    Character {
        age: "1.1",
        codepoint: 0x7316,
        name: "CJK UNIFIED IDEOGRAPH-7316",
    },
    Character {
        age: "1.1",
        codepoint: 0x7317,
        name: "CJK UNIFIED IDEOGRAPH-7317",
    },
    Character {
        age: "1.1",
        codepoint: 0x7318,
        name: "CJK UNIFIED IDEOGRAPH-7318",
    },
    Character {
        age: "1.1",
        codepoint: 0x7319,
        name: "CJK UNIFIED IDEOGRAPH-7319",
    },
    Character {
        age: "1.1",
        codepoint: 0x731A,
        name: "CJK UNIFIED IDEOGRAPH-731A",
    },
    Character {
        age: "1.1",
        codepoint: 0x731B,
        name: "CJK UNIFIED IDEOGRAPH-731B",
    },
    Character {
        age: "1.1",
        codepoint: 0x731C,
        name: "CJK UNIFIED IDEOGRAPH-731C",
    },
    Character {
        age: "1.1",
        codepoint: 0x731D,
        name: "CJK UNIFIED IDEOGRAPH-731D",
    },
    Character {
        age: "1.1",
        codepoint: 0x731E,
        name: "CJK UNIFIED IDEOGRAPH-731E",
    },
    Character {
        age: "1.1",
        codepoint: 0x731F,
        name: "CJK UNIFIED IDEOGRAPH-731F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7320,
        name: "CJK UNIFIED IDEOGRAPH-7320",
    },
    Character {
        age: "1.1",
        codepoint: 0x7321,
        name: "CJK UNIFIED IDEOGRAPH-7321",
    },
    Character {
        age: "1.1",
        codepoint: 0x7322,
        name: "CJK UNIFIED IDEOGRAPH-7322",
    },
    Character {
        age: "1.1",
        codepoint: 0x7323,
        name: "CJK UNIFIED IDEOGRAPH-7323",
    },
    Character {
        age: "1.1",
        codepoint: 0x7324,
        name: "CJK UNIFIED IDEOGRAPH-7324",
    },
    Character {
        age: "1.1",
        codepoint: 0x7325,
        name: "CJK UNIFIED IDEOGRAPH-7325",
    },
    Character {
        age: "1.1",
        codepoint: 0x7326,
        name: "CJK UNIFIED IDEOGRAPH-7326",
    },
    Character {
        age: "1.1",
        codepoint: 0x7327,
        name: "CJK UNIFIED IDEOGRAPH-7327",
    },
    Character {
        age: "1.1",
        codepoint: 0x7328,
        name: "CJK UNIFIED IDEOGRAPH-7328",
    },
    Character {
        age: "1.1",
        codepoint: 0x7329,
        name: "CJK UNIFIED IDEOGRAPH-7329",
    },
    Character {
        age: "1.1",
        codepoint: 0x732A,
        name: "CJK UNIFIED IDEOGRAPH-732A",
    },
    Character {
        age: "1.1",
        codepoint: 0x732B,
        name: "CJK UNIFIED IDEOGRAPH-732B",
    },
    Character {
        age: "1.1",
        codepoint: 0x732C,
        name: "CJK UNIFIED IDEOGRAPH-732C",
    },
    Character {
        age: "1.1",
        codepoint: 0x732D,
        name: "CJK UNIFIED IDEOGRAPH-732D",
    },
    Character {
        age: "1.1",
        codepoint: 0x732E,
        name: "CJK UNIFIED IDEOGRAPH-732E",
    },
    Character {
        age: "1.1",
        codepoint: 0x732F,
        name: "CJK UNIFIED IDEOGRAPH-732F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7330,
        name: "CJK UNIFIED IDEOGRAPH-7330",
    },
    Character {
        age: "1.1",
        codepoint: 0x7331,
        name: "CJK UNIFIED IDEOGRAPH-7331",
    },
    Character {
        age: "1.1",
        codepoint: 0x7332,
        name: "CJK UNIFIED IDEOGRAPH-7332",
    },
    Character {
        age: "1.1",
        codepoint: 0x7333,
        name: "CJK UNIFIED IDEOGRAPH-7333",
    },
    Character {
        age: "1.1",
        codepoint: 0x7334,
        name: "CJK UNIFIED IDEOGRAPH-7334",
    },
    Character {
        age: "1.1",
        codepoint: 0x7335,
        name: "CJK UNIFIED IDEOGRAPH-7335",
    },
    Character {
        age: "1.1",
        codepoint: 0x7336,
        name: "CJK UNIFIED IDEOGRAPH-7336",
    },
    Character {
        age: "1.1",
        codepoint: 0x7337,
        name: "CJK UNIFIED IDEOGRAPH-7337",
    },
    Character {
        age: "1.1",
        codepoint: 0x7338,
        name: "CJK UNIFIED IDEOGRAPH-7338",
    },
    Character {
        age: "1.1",
        codepoint: 0x7339,
        name: "CJK UNIFIED IDEOGRAPH-7339",
    },
    Character {
        age: "1.1",
        codepoint: 0x733A,
        name: "CJK UNIFIED IDEOGRAPH-733A",
    },
    Character {
        age: "1.1",
        codepoint: 0x733B,
        name: "CJK UNIFIED IDEOGRAPH-733B",
    },
    Character {
        age: "1.1",
        codepoint: 0x733C,
        name: "CJK UNIFIED IDEOGRAPH-733C",
    },
    Character {
        age: "1.1",
        codepoint: 0x733D,
        name: "CJK UNIFIED IDEOGRAPH-733D",
    },
    Character {
        age: "1.1",
        codepoint: 0x733E,
        name: "CJK UNIFIED IDEOGRAPH-733E",
    },
    Character {
        age: "1.1",
        codepoint: 0x733F,
        name: "CJK UNIFIED IDEOGRAPH-733F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7340,
        name: "CJK UNIFIED IDEOGRAPH-7340",
    },
    Character {
        age: "1.1",
        codepoint: 0x7341,
        name: "CJK UNIFIED IDEOGRAPH-7341",
    },
    Character {
        age: "1.1",
        codepoint: 0x7342,
        name: "CJK UNIFIED IDEOGRAPH-7342",
    },
    Character {
        age: "1.1",
        codepoint: 0x7343,
        name: "CJK UNIFIED IDEOGRAPH-7343",
    },
    Character {
        age: "1.1",
        codepoint: 0x7344,
        name: "CJK UNIFIED IDEOGRAPH-7344",
    },
    Character {
        age: "1.1",
        codepoint: 0x7345,
        name: "CJK UNIFIED IDEOGRAPH-7345",
    },
    Character {
        age: "1.1",
        codepoint: 0x7346,
        name: "CJK UNIFIED IDEOGRAPH-7346",
    },
    Character {
        age: "1.1",
        codepoint: 0x7347,
        name: "CJK UNIFIED IDEOGRAPH-7347",
    },
    Character {
        age: "1.1",
        codepoint: 0x7348,
        name: "CJK UNIFIED IDEOGRAPH-7348",
    },
    Character {
        age: "1.1",
        codepoint: 0x7349,
        name: "CJK UNIFIED IDEOGRAPH-7349",
    },
    Character {
        age: "1.1",
        codepoint: 0x734A,
        name: "CJK UNIFIED IDEOGRAPH-734A",
    },
    Character {
        age: "1.1",
        codepoint: 0x734B,
        name: "CJK UNIFIED IDEOGRAPH-734B",
    },
    Character {
        age: "1.1",
        codepoint: 0x734C,
        name: "CJK UNIFIED IDEOGRAPH-734C",
    },
    Character {
        age: "1.1",
        codepoint: 0x734D,
        name: "CJK UNIFIED IDEOGRAPH-734D",
    },
    Character {
        age: "1.1",
        codepoint: 0x734E,
        name: "CJK UNIFIED IDEOGRAPH-734E",
    },
    Character {
        age: "1.1",
        codepoint: 0x734F,
        name: "CJK UNIFIED IDEOGRAPH-734F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7350,
        name: "CJK UNIFIED IDEOGRAPH-7350",
    },
    Character {
        age: "1.1",
        codepoint: 0x7351,
        name: "CJK UNIFIED IDEOGRAPH-7351",
    },
    Character {
        age: "1.1",
        codepoint: 0x7352,
        name: "CJK UNIFIED IDEOGRAPH-7352",
    },
    Character {
        age: "1.1",
        codepoint: 0x7353,
        name: "CJK UNIFIED IDEOGRAPH-7353",
    },
    Character {
        age: "1.1",
        codepoint: 0x7354,
        name: "CJK UNIFIED IDEOGRAPH-7354",
    },
    Character {
        age: "1.1",
        codepoint: 0x7355,
        name: "CJK UNIFIED IDEOGRAPH-7355",
    },
    Character {
        age: "1.1",
        codepoint: 0x7356,
        name: "CJK UNIFIED IDEOGRAPH-7356",
    },
    Character {
        age: "1.1",
        codepoint: 0x7357,
        name: "CJK UNIFIED IDEOGRAPH-7357",
    },
    Character {
        age: "1.1",
        codepoint: 0x7358,
        name: "CJK UNIFIED IDEOGRAPH-7358",
    },
    Character {
        age: "1.1",
        codepoint: 0x7359,
        name: "CJK UNIFIED IDEOGRAPH-7359",
    },
    Character {
        age: "1.1",
        codepoint: 0x735A,
        name: "CJK UNIFIED IDEOGRAPH-735A",
    },
    Character {
        age: "1.1",
        codepoint: 0x735B,
        name: "CJK UNIFIED IDEOGRAPH-735B",
    },
    Character {
        age: "1.1",
        codepoint: 0x735C,
        name: "CJK UNIFIED IDEOGRAPH-735C",
    },
    Character {
        age: "1.1",
        codepoint: 0x735D,
        name: "CJK UNIFIED IDEOGRAPH-735D",
    },
    Character {
        age: "1.1",
        codepoint: 0x735E,
        name: "CJK UNIFIED IDEOGRAPH-735E",
    },
    Character {
        age: "1.1",
        codepoint: 0x735F,
        name: "CJK UNIFIED IDEOGRAPH-735F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7360,
        name: "CJK UNIFIED IDEOGRAPH-7360",
    },
    Character {
        age: "1.1",
        codepoint: 0x7361,
        name: "CJK UNIFIED IDEOGRAPH-7361",
    },
    Character {
        age: "1.1",
        codepoint: 0x7362,
        name: "CJK UNIFIED IDEOGRAPH-7362",
    },
    Character {
        age: "1.1",
        codepoint: 0x7363,
        name: "CJK UNIFIED IDEOGRAPH-7363",
    },
    Character {
        age: "1.1",
        codepoint: 0x7364,
        name: "CJK UNIFIED IDEOGRAPH-7364",
    },
    Character {
        age: "1.1",
        codepoint: 0x7365,
        name: "CJK UNIFIED IDEOGRAPH-7365",
    },
    Character {
        age: "1.1",
        codepoint: 0x7366,
        name: "CJK UNIFIED IDEOGRAPH-7366",
    },
    Character {
        age: "1.1",
        codepoint: 0x7367,
        name: "CJK UNIFIED IDEOGRAPH-7367",
    },
    Character {
        age: "1.1",
        codepoint: 0x7368,
        name: "CJK UNIFIED IDEOGRAPH-7368",
    },
    Character {
        age: "1.1",
        codepoint: 0x7369,
        name: "CJK UNIFIED IDEOGRAPH-7369",
    },
    Character {
        age: "1.1",
        codepoint: 0x736A,
        name: "CJK UNIFIED IDEOGRAPH-736A",
    },
    Character {
        age: "1.1",
        codepoint: 0x736B,
        name: "CJK UNIFIED IDEOGRAPH-736B",
    },
    Character {
        age: "1.1",
        codepoint: 0x736C,
        name: "CJK UNIFIED IDEOGRAPH-736C",
    },
    Character {
        age: "1.1",
        codepoint: 0x736D,
        name: "CJK UNIFIED IDEOGRAPH-736D",
    },
    Character {
        age: "1.1",
        codepoint: 0x736E,
        name: "CJK UNIFIED IDEOGRAPH-736E",
    },
    Character {
        age: "1.1",
        codepoint: 0x736F,
        name: "CJK UNIFIED IDEOGRAPH-736F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7370,
        name: "CJK UNIFIED IDEOGRAPH-7370",
    },
    Character {
        age: "1.1",
        codepoint: 0x7371,
        name: "CJK UNIFIED IDEOGRAPH-7371",
    },
    Character {
        age: "1.1",
        codepoint: 0x7372,
        name: "CJK UNIFIED IDEOGRAPH-7372",
    },
    Character {
        age: "1.1",
        codepoint: 0x7373,
        name: "CJK UNIFIED IDEOGRAPH-7373",
    },
    Character {
        age: "1.1",
        codepoint: 0x7374,
        name: "CJK UNIFIED IDEOGRAPH-7374",
    },
    Character {
        age: "1.1",
        codepoint: 0x7375,
        name: "CJK UNIFIED IDEOGRAPH-7375",
    },
    Character {
        age: "1.1",
        codepoint: 0x7376,
        name: "CJK UNIFIED IDEOGRAPH-7376",
    },
    Character {
        age: "1.1",
        codepoint: 0x7377,
        name: "CJK UNIFIED IDEOGRAPH-7377",
    },
    Character {
        age: "1.1",
        codepoint: 0x7378,
        name: "CJK UNIFIED IDEOGRAPH-7378",
    },
    Character {
        age: "1.1",
        codepoint: 0x7379,
        name: "CJK UNIFIED IDEOGRAPH-7379",
    },
    Character {
        age: "1.1",
        codepoint: 0x737A,
        name: "CJK UNIFIED IDEOGRAPH-737A",
    },
    Character {
        age: "1.1",
        codepoint: 0x737B,
        name: "CJK UNIFIED IDEOGRAPH-737B",
    },
    Character {
        age: "1.1",
        codepoint: 0x737C,
        name: "CJK UNIFIED IDEOGRAPH-737C",
    },
    Character {
        age: "1.1",
        codepoint: 0x737D,
        name: "CJK UNIFIED IDEOGRAPH-737D",
    },
    Character {
        age: "1.1",
        codepoint: 0x737E,
        name: "CJK UNIFIED IDEOGRAPH-737E",
    },
    Character {
        age: "1.1",
        codepoint: 0x737F,
        name: "CJK UNIFIED IDEOGRAPH-737F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7380,
        name: "CJK UNIFIED IDEOGRAPH-7380",
    },
    Character {
        age: "1.1",
        codepoint: 0x7381,
        name: "CJK UNIFIED IDEOGRAPH-7381",
    },
    Character {
        age: "1.1",
        codepoint: 0x7382,
        name: "CJK UNIFIED IDEOGRAPH-7382",
    },
    Character {
        age: "1.1",
        codepoint: 0x7383,
        name: "CJK UNIFIED IDEOGRAPH-7383",
    },
    Character {
        age: "1.1",
        codepoint: 0x7384,
        name: "CJK UNIFIED IDEOGRAPH-7384",
    },
    Character {
        age: "1.1",
        codepoint: 0x7385,
        name: "CJK UNIFIED IDEOGRAPH-7385",
    },
    Character {
        age: "1.1",
        codepoint: 0x7386,
        name: "CJK UNIFIED IDEOGRAPH-7386",
    },
    Character {
        age: "1.1",
        codepoint: 0x7387,
        name: "CJK UNIFIED IDEOGRAPH-7387",
    },
    Character {
        age: "1.1",
        codepoint: 0x7388,
        name: "CJK UNIFIED IDEOGRAPH-7388",
    },
    Character {
        age: "1.1",
        codepoint: 0x7389,
        name: "CJK UNIFIED IDEOGRAPH-7389",
    },
    Character {
        age: "1.1",
        codepoint: 0x738A,
        name: "CJK UNIFIED IDEOGRAPH-738A",
    },
    Character {
        age: "1.1",
        codepoint: 0x738B,
        name: "CJK UNIFIED IDEOGRAPH-738B",
    },
    Character {
        age: "1.1",
        codepoint: 0x738C,
        name: "CJK UNIFIED IDEOGRAPH-738C",
    },
    Character {
        age: "1.1",
        codepoint: 0x738D,
        name: "CJK UNIFIED IDEOGRAPH-738D",
    },
    Character {
        age: "1.1",
        codepoint: 0x738E,
        name: "CJK UNIFIED IDEOGRAPH-738E",
    },
    Character {
        age: "1.1",
        codepoint: 0x738F,
        name: "CJK UNIFIED IDEOGRAPH-738F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7390,
        name: "CJK UNIFIED IDEOGRAPH-7390",
    },
    Character {
        age: "1.1",
        codepoint: 0x7391,
        name: "CJK UNIFIED IDEOGRAPH-7391",
    },
    Character {
        age: "1.1",
        codepoint: 0x7392,
        name: "CJK UNIFIED IDEOGRAPH-7392",
    },
    Character {
        age: "1.1",
        codepoint: 0x7393,
        name: "CJK UNIFIED IDEOGRAPH-7393",
    },
    Character {
        age: "1.1",
        codepoint: 0x7394,
        name: "CJK UNIFIED IDEOGRAPH-7394",
    },
    Character {
        age: "1.1",
        codepoint: 0x7395,
        name: "CJK UNIFIED IDEOGRAPH-7395",
    },
    Character {
        age: "1.1",
        codepoint: 0x7396,
        name: "CJK UNIFIED IDEOGRAPH-7396",
    },
    Character {
        age: "1.1",
        codepoint: 0x7397,
        name: "CJK UNIFIED IDEOGRAPH-7397",
    },
    Character {
        age: "1.1",
        codepoint: 0x7398,
        name: "CJK UNIFIED IDEOGRAPH-7398",
    },
    Character {
        age: "1.1",
        codepoint: 0x7399,
        name: "CJK UNIFIED IDEOGRAPH-7399",
    },
    Character {
        age: "1.1",
        codepoint: 0x739A,
        name: "CJK UNIFIED IDEOGRAPH-739A",
    },
    Character {
        age: "1.1",
        codepoint: 0x739B,
        name: "CJK UNIFIED IDEOGRAPH-739B",
    },
    Character {
        age: "1.1",
        codepoint: 0x739C,
        name: "CJK UNIFIED IDEOGRAPH-739C",
    },
    Character {
        age: "1.1",
        codepoint: 0x739D,
        name: "CJK UNIFIED IDEOGRAPH-739D",
    },
    Character {
        age: "1.1",
        codepoint: 0x739E,
        name: "CJK UNIFIED IDEOGRAPH-739E",
    },
    Character {
        age: "1.1",
        codepoint: 0x739F,
        name: "CJK UNIFIED IDEOGRAPH-739F",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A0,
        name: "CJK UNIFIED IDEOGRAPH-73A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A1,
        name: "CJK UNIFIED IDEOGRAPH-73A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A2,
        name: "CJK UNIFIED IDEOGRAPH-73A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A3,
        name: "CJK UNIFIED IDEOGRAPH-73A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A4,
        name: "CJK UNIFIED IDEOGRAPH-73A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A5,
        name: "CJK UNIFIED IDEOGRAPH-73A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A6,
        name: "CJK UNIFIED IDEOGRAPH-73A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A7,
        name: "CJK UNIFIED IDEOGRAPH-73A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A8,
        name: "CJK UNIFIED IDEOGRAPH-73A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x73A9,
        name: "CJK UNIFIED IDEOGRAPH-73A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x73AA,
        name: "CJK UNIFIED IDEOGRAPH-73AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x73AB,
        name: "CJK UNIFIED IDEOGRAPH-73AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x73AC,
        name: "CJK UNIFIED IDEOGRAPH-73AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x73AD,
        name: "CJK UNIFIED IDEOGRAPH-73AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x73AE,
        name: "CJK UNIFIED IDEOGRAPH-73AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x73AF,
        name: "CJK UNIFIED IDEOGRAPH-73AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B0,
        name: "CJK UNIFIED IDEOGRAPH-73B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B1,
        name: "CJK UNIFIED IDEOGRAPH-73B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B2,
        name: "CJK UNIFIED IDEOGRAPH-73B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B3,
        name: "CJK UNIFIED IDEOGRAPH-73B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B4,
        name: "CJK UNIFIED IDEOGRAPH-73B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B5,
        name: "CJK UNIFIED IDEOGRAPH-73B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B6,
        name: "CJK UNIFIED IDEOGRAPH-73B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B7,
        name: "CJK UNIFIED IDEOGRAPH-73B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B8,
        name: "CJK UNIFIED IDEOGRAPH-73B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x73B9,
        name: "CJK UNIFIED IDEOGRAPH-73B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x73BA,
        name: "CJK UNIFIED IDEOGRAPH-73BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x73BB,
        name: "CJK UNIFIED IDEOGRAPH-73BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x73BC,
        name: "CJK UNIFIED IDEOGRAPH-73BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x73BD,
        name: "CJK UNIFIED IDEOGRAPH-73BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x73BE,
        name: "CJK UNIFIED IDEOGRAPH-73BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x73BF,
        name: "CJK UNIFIED IDEOGRAPH-73BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C0,
        name: "CJK UNIFIED IDEOGRAPH-73C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C1,
        name: "CJK UNIFIED IDEOGRAPH-73C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C2,
        name: "CJK UNIFIED IDEOGRAPH-73C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C3,
        name: "CJK UNIFIED IDEOGRAPH-73C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C4,
        name: "CJK UNIFIED IDEOGRAPH-73C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C5,
        name: "CJK UNIFIED IDEOGRAPH-73C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C6,
        name: "CJK UNIFIED IDEOGRAPH-73C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C7,
        name: "CJK UNIFIED IDEOGRAPH-73C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C8,
        name: "CJK UNIFIED IDEOGRAPH-73C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x73C9,
        name: "CJK UNIFIED IDEOGRAPH-73C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x73CA,
        name: "CJK UNIFIED IDEOGRAPH-73CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x73CB,
        name: "CJK UNIFIED IDEOGRAPH-73CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x73CC,
        name: "CJK UNIFIED IDEOGRAPH-73CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x73CD,
        name: "CJK UNIFIED IDEOGRAPH-73CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x73CE,
        name: "CJK UNIFIED IDEOGRAPH-73CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x73CF,
        name: "CJK UNIFIED IDEOGRAPH-73CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D0,
        name: "CJK UNIFIED IDEOGRAPH-73D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D1,
        name: "CJK UNIFIED IDEOGRAPH-73D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D2,
        name: "CJK UNIFIED IDEOGRAPH-73D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D3,
        name: "CJK UNIFIED IDEOGRAPH-73D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D4,
        name: "CJK UNIFIED IDEOGRAPH-73D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D5,
        name: "CJK UNIFIED IDEOGRAPH-73D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D6,
        name: "CJK UNIFIED IDEOGRAPH-73D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D7,
        name: "CJK UNIFIED IDEOGRAPH-73D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D8,
        name: "CJK UNIFIED IDEOGRAPH-73D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x73D9,
        name: "CJK UNIFIED IDEOGRAPH-73D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x73DA,
        name: "CJK UNIFIED IDEOGRAPH-73DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x73DB,
        name: "CJK UNIFIED IDEOGRAPH-73DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x73DC,
        name: "CJK UNIFIED IDEOGRAPH-73DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x73DD,
        name: "CJK UNIFIED IDEOGRAPH-73DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x73DE,
        name: "CJK UNIFIED IDEOGRAPH-73DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x73DF,
        name: "CJK UNIFIED IDEOGRAPH-73DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E0,
        name: "CJK UNIFIED IDEOGRAPH-73E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E1,
        name: "CJK UNIFIED IDEOGRAPH-73E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E2,
        name: "CJK UNIFIED IDEOGRAPH-73E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E3,
        name: "CJK UNIFIED IDEOGRAPH-73E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E4,
        name: "CJK UNIFIED IDEOGRAPH-73E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E5,
        name: "CJK UNIFIED IDEOGRAPH-73E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E6,
        name: "CJK UNIFIED IDEOGRAPH-73E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E7,
        name: "CJK UNIFIED IDEOGRAPH-73E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E8,
        name: "CJK UNIFIED IDEOGRAPH-73E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x73E9,
        name: "CJK UNIFIED IDEOGRAPH-73E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x73EA,
        name: "CJK UNIFIED IDEOGRAPH-73EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x73EB,
        name: "CJK UNIFIED IDEOGRAPH-73EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x73EC,
        name: "CJK UNIFIED IDEOGRAPH-73EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x73ED,
        name: "CJK UNIFIED IDEOGRAPH-73ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x73EE,
        name: "CJK UNIFIED IDEOGRAPH-73EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x73EF,
        name: "CJK UNIFIED IDEOGRAPH-73EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F0,
        name: "CJK UNIFIED IDEOGRAPH-73F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F1,
        name: "CJK UNIFIED IDEOGRAPH-73F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F2,
        name: "CJK UNIFIED IDEOGRAPH-73F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F3,
        name: "CJK UNIFIED IDEOGRAPH-73F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F4,
        name: "CJK UNIFIED IDEOGRAPH-73F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F5,
        name: "CJK UNIFIED IDEOGRAPH-73F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F6,
        name: "CJK UNIFIED IDEOGRAPH-73F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F7,
        name: "CJK UNIFIED IDEOGRAPH-73F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F8,
        name: "CJK UNIFIED IDEOGRAPH-73F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x73F9,
        name: "CJK UNIFIED IDEOGRAPH-73F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x73FA,
        name: "CJK UNIFIED IDEOGRAPH-73FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x73FB,
        name: "CJK UNIFIED IDEOGRAPH-73FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x73FC,
        name: "CJK UNIFIED IDEOGRAPH-73FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x73FD,
        name: "CJK UNIFIED IDEOGRAPH-73FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x73FE,
        name: "CJK UNIFIED IDEOGRAPH-73FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x73FF,
        name: "CJK UNIFIED IDEOGRAPH-73FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7400,
        name: "CJK UNIFIED IDEOGRAPH-7400",
    },
    Character {
        age: "1.1",
        codepoint: 0x7401,
        name: "CJK UNIFIED IDEOGRAPH-7401",
    },
    Character {
        age: "1.1",
        codepoint: 0x7402,
        name: "CJK UNIFIED IDEOGRAPH-7402",
    },
    Character {
        age: "1.1",
        codepoint: 0x7403,
        name: "CJK UNIFIED IDEOGRAPH-7403",
    },
    Character {
        age: "1.1",
        codepoint: 0x7404,
        name: "CJK UNIFIED IDEOGRAPH-7404",
    },
    Character {
        age: "1.1",
        codepoint: 0x7405,
        name: "CJK UNIFIED IDEOGRAPH-7405",
    },
    Character {
        age: "1.1",
        codepoint: 0x7406,
        name: "CJK UNIFIED IDEOGRAPH-7406",
    },
    Character {
        age: "1.1",
        codepoint: 0x7407,
        name: "CJK UNIFIED IDEOGRAPH-7407",
    },
    Character {
        age: "1.1",
        codepoint: 0x7408,
        name: "CJK UNIFIED IDEOGRAPH-7408",
    },
    Character {
        age: "1.1",
        codepoint: 0x7409,
        name: "CJK UNIFIED IDEOGRAPH-7409",
    },
    Character {
        age: "1.1",
        codepoint: 0x740A,
        name: "CJK UNIFIED IDEOGRAPH-740A",
    },
    Character {
        age: "1.1",
        codepoint: 0x740B,
        name: "CJK UNIFIED IDEOGRAPH-740B",
    },
    Character {
        age: "1.1",
        codepoint: 0x740C,
        name: "CJK UNIFIED IDEOGRAPH-740C",
    },
    Character {
        age: "1.1",
        codepoint: 0x740D,
        name: "CJK UNIFIED IDEOGRAPH-740D",
    },
    Character {
        age: "1.1",
        codepoint: 0x740E,
        name: "CJK UNIFIED IDEOGRAPH-740E",
    },
    Character {
        age: "1.1",
        codepoint: 0x740F,
        name: "CJK UNIFIED IDEOGRAPH-740F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7410,
        name: "CJK UNIFIED IDEOGRAPH-7410",
    },
    Character {
        age: "1.1",
        codepoint: 0x7411,
        name: "CJK UNIFIED IDEOGRAPH-7411",
    },
    Character {
        age: "1.1",
        codepoint: 0x7412,
        name: "CJK UNIFIED IDEOGRAPH-7412",
    },
    Character {
        age: "1.1",
        codepoint: 0x7413,
        name: "CJK UNIFIED IDEOGRAPH-7413",
    },
    Character {
        age: "1.1",
        codepoint: 0x7414,
        name: "CJK UNIFIED IDEOGRAPH-7414",
    },
    Character {
        age: "1.1",
        codepoint: 0x7415,
        name: "CJK UNIFIED IDEOGRAPH-7415",
    },
    Character {
        age: "1.1",
        codepoint: 0x7416,
        name: "CJK UNIFIED IDEOGRAPH-7416",
    },
    Character {
        age: "1.1",
        codepoint: 0x7417,
        name: "CJK UNIFIED IDEOGRAPH-7417",
    },
    Character {
        age: "1.1",
        codepoint: 0x7418,
        name: "CJK UNIFIED IDEOGRAPH-7418",
    },
    Character {
        age: "1.1",
        codepoint: 0x7419,
        name: "CJK UNIFIED IDEOGRAPH-7419",
    },
    Character {
        age: "1.1",
        codepoint: 0x741A,
        name: "CJK UNIFIED IDEOGRAPH-741A",
    },
    Character {
        age: "1.1",
        codepoint: 0x741B,
        name: "CJK UNIFIED IDEOGRAPH-741B",
    },
    Character {
        age: "1.1",
        codepoint: 0x741C,
        name: "CJK UNIFIED IDEOGRAPH-741C",
    },
    Character {
        age: "1.1",
        codepoint: 0x741D,
        name: "CJK UNIFIED IDEOGRAPH-741D",
    },
    Character {
        age: "1.1",
        codepoint: 0x741E,
        name: "CJK UNIFIED IDEOGRAPH-741E",
    },
    Character {
        age: "1.1",
        codepoint: 0x741F,
        name: "CJK UNIFIED IDEOGRAPH-741F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7420,
        name: "CJK UNIFIED IDEOGRAPH-7420",
    },
    Character {
        age: "1.1",
        codepoint: 0x7421,
        name: "CJK UNIFIED IDEOGRAPH-7421",
    },
    Character {
        age: "1.1",
        codepoint: 0x7422,
        name: "CJK UNIFIED IDEOGRAPH-7422",
    },
    Character {
        age: "1.1",
        codepoint: 0x7423,
        name: "CJK UNIFIED IDEOGRAPH-7423",
    },
    Character {
        age: "1.1",
        codepoint: 0x7424,
        name: "CJK UNIFIED IDEOGRAPH-7424",
    },
    Character {
        age: "1.1",
        codepoint: 0x7425,
        name: "CJK UNIFIED IDEOGRAPH-7425",
    },
    Character {
        age: "1.1",
        codepoint: 0x7426,
        name: "CJK UNIFIED IDEOGRAPH-7426",
    },
    Character {
        age: "1.1",
        codepoint: 0x7427,
        name: "CJK UNIFIED IDEOGRAPH-7427",
    },
    Character {
        age: "1.1",
        codepoint: 0x7428,
        name: "CJK UNIFIED IDEOGRAPH-7428",
    },
    Character {
        age: "1.1",
        codepoint: 0x7429,
        name: "CJK UNIFIED IDEOGRAPH-7429",
    },
    Character {
        age: "1.1",
        codepoint: 0x742A,
        name: "CJK UNIFIED IDEOGRAPH-742A",
    },
    Character {
        age: "1.1",
        codepoint: 0x742B,
        name: "CJK UNIFIED IDEOGRAPH-742B",
    },
    Character {
        age: "1.1",
        codepoint: 0x742C,
        name: "CJK UNIFIED IDEOGRAPH-742C",
    },
    Character {
        age: "1.1",
        codepoint: 0x742D,
        name: "CJK UNIFIED IDEOGRAPH-742D",
    },
    Character {
        age: "1.1",
        codepoint: 0x742E,
        name: "CJK UNIFIED IDEOGRAPH-742E",
    },
    Character {
        age: "1.1",
        codepoint: 0x742F,
        name: "CJK UNIFIED IDEOGRAPH-742F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7430,
        name: "CJK UNIFIED IDEOGRAPH-7430",
    },
    Character {
        age: "1.1",
        codepoint: 0x7431,
        name: "CJK UNIFIED IDEOGRAPH-7431",
    },
    Character {
        age: "1.1",
        codepoint: 0x7432,
        name: "CJK UNIFIED IDEOGRAPH-7432",
    },
    Character {
        age: "1.1",
        codepoint: 0x7433,
        name: "CJK UNIFIED IDEOGRAPH-7433",
    },
    Character {
        age: "1.1",
        codepoint: 0x7434,
        name: "CJK UNIFIED IDEOGRAPH-7434",
    },
    Character {
        age: "1.1",
        codepoint: 0x7435,
        name: "CJK UNIFIED IDEOGRAPH-7435",
    },
    Character {
        age: "1.1",
        codepoint: 0x7436,
        name: "CJK UNIFIED IDEOGRAPH-7436",
    },
    Character {
        age: "1.1",
        codepoint: 0x7437,
        name: "CJK UNIFIED IDEOGRAPH-7437",
    },
    Character {
        age: "1.1",
        codepoint: 0x7438,
        name: "CJK UNIFIED IDEOGRAPH-7438",
    },
    Character {
        age: "1.1",
        codepoint: 0x7439,
        name: "CJK UNIFIED IDEOGRAPH-7439",
    },
    Character {
        age: "1.1",
        codepoint: 0x743A,
        name: "CJK UNIFIED IDEOGRAPH-743A",
    },
    Character {
        age: "1.1",
        codepoint: 0x743B,
        name: "CJK UNIFIED IDEOGRAPH-743B",
    },
    Character {
        age: "1.1",
        codepoint: 0x743C,
        name: "CJK UNIFIED IDEOGRAPH-743C",
    },
    Character {
        age: "1.1",
        codepoint: 0x743D,
        name: "CJK UNIFIED IDEOGRAPH-743D",
    },
    Character {
        age: "1.1",
        codepoint: 0x743E,
        name: "CJK UNIFIED IDEOGRAPH-743E",
    },
    Character {
        age: "1.1",
        codepoint: 0x743F,
        name: "CJK UNIFIED IDEOGRAPH-743F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7440,
        name: "CJK UNIFIED IDEOGRAPH-7440",
    },
    Character {
        age: "1.1",
        codepoint: 0x7441,
        name: "CJK UNIFIED IDEOGRAPH-7441",
    },
    Character {
        age: "1.1",
        codepoint: 0x7442,
        name: "CJK UNIFIED IDEOGRAPH-7442",
    },
    Character {
        age: "1.1",
        codepoint: 0x7443,
        name: "CJK UNIFIED IDEOGRAPH-7443",
    },
    Character {
        age: "1.1",
        codepoint: 0x7444,
        name: "CJK UNIFIED IDEOGRAPH-7444",
    },
    Character {
        age: "1.1",
        codepoint: 0x7445,
        name: "CJK UNIFIED IDEOGRAPH-7445",
    },
    Character {
        age: "1.1",
        codepoint: 0x7446,
        name: "CJK UNIFIED IDEOGRAPH-7446",
    },
    Character {
        age: "1.1",
        codepoint: 0x7447,
        name: "CJK UNIFIED IDEOGRAPH-7447",
    },
    Character {
        age: "1.1",
        codepoint: 0x7448,
        name: "CJK UNIFIED IDEOGRAPH-7448",
    },
    Character {
        age: "1.1",
        codepoint: 0x7449,
        name: "CJK UNIFIED IDEOGRAPH-7449",
    },
    Character {
        age: "1.1",
        codepoint: 0x744A,
        name: "CJK UNIFIED IDEOGRAPH-744A",
    },
    Character {
        age: "1.1",
        codepoint: 0x744B,
        name: "CJK UNIFIED IDEOGRAPH-744B",
    },
    Character {
        age: "1.1",
        codepoint: 0x744C,
        name: "CJK UNIFIED IDEOGRAPH-744C",
    },
    Character {
        age: "1.1",
        codepoint: 0x744D,
        name: "CJK UNIFIED IDEOGRAPH-744D",
    },
    Character {
        age: "1.1",
        codepoint: 0x744E,
        name: "CJK UNIFIED IDEOGRAPH-744E",
    },
    Character {
        age: "1.1",
        codepoint: 0x744F,
        name: "CJK UNIFIED IDEOGRAPH-744F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7450,
        name: "CJK UNIFIED IDEOGRAPH-7450",
    },
    Character {
        age: "1.1",
        codepoint: 0x7451,
        name: "CJK UNIFIED IDEOGRAPH-7451",
    },
    Character {
        age: "1.1",
        codepoint: 0x7452,
        name: "CJK UNIFIED IDEOGRAPH-7452",
    },
    Character {
        age: "1.1",
        codepoint: 0x7453,
        name: "CJK UNIFIED IDEOGRAPH-7453",
    },
    Character {
        age: "1.1",
        codepoint: 0x7454,
        name: "CJK UNIFIED IDEOGRAPH-7454",
    },
    Character {
        age: "1.1",
        codepoint: 0x7455,
        name: "CJK UNIFIED IDEOGRAPH-7455",
    },
    Character {
        age: "1.1",
        codepoint: 0x7456,
        name: "CJK UNIFIED IDEOGRAPH-7456",
    },
    Character {
        age: "1.1",
        codepoint: 0x7457,
        name: "CJK UNIFIED IDEOGRAPH-7457",
    },
    Character {
        age: "1.1",
        codepoint: 0x7458,
        name: "CJK UNIFIED IDEOGRAPH-7458",
    },
    Character {
        age: "1.1",
        codepoint: 0x7459,
        name: "CJK UNIFIED IDEOGRAPH-7459",
    },
    Character {
        age: "1.1",
        codepoint: 0x745A,
        name: "CJK UNIFIED IDEOGRAPH-745A",
    },
    Character {
        age: "1.1",
        codepoint: 0x745B,
        name: "CJK UNIFIED IDEOGRAPH-745B",
    },
    Character {
        age: "1.1",
        codepoint: 0x745C,
        name: "CJK UNIFIED IDEOGRAPH-745C",
    },
    Character {
        age: "1.1",
        codepoint: 0x745D,
        name: "CJK UNIFIED IDEOGRAPH-745D",
    },
    Character {
        age: "1.1",
        codepoint: 0x745E,
        name: "CJK UNIFIED IDEOGRAPH-745E",
    },
    Character {
        age: "1.1",
        codepoint: 0x745F,
        name: "CJK UNIFIED IDEOGRAPH-745F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7460,
        name: "CJK UNIFIED IDEOGRAPH-7460",
    },
    Character {
        age: "1.1",
        codepoint: 0x7461,
        name: "CJK UNIFIED IDEOGRAPH-7461",
    },
    Character {
        age: "1.1",
        codepoint: 0x7462,
        name: "CJK UNIFIED IDEOGRAPH-7462",
    },
    Character {
        age: "1.1",
        codepoint: 0x7463,
        name: "CJK UNIFIED IDEOGRAPH-7463",
    },
    Character {
        age: "1.1",
        codepoint: 0x7464,
        name: "CJK UNIFIED IDEOGRAPH-7464",
    },
    Character {
        age: "1.1",
        codepoint: 0x7465,
        name: "CJK UNIFIED IDEOGRAPH-7465",
    },
    Character {
        age: "1.1",
        codepoint: 0x7466,
        name: "CJK UNIFIED IDEOGRAPH-7466",
    },
    Character {
        age: "1.1",
        codepoint: 0x7467,
        name: "CJK UNIFIED IDEOGRAPH-7467",
    },
    Character {
        age: "1.1",
        codepoint: 0x7468,
        name: "CJK UNIFIED IDEOGRAPH-7468",
    },
    Character {
        age: "1.1",
        codepoint: 0x7469,
        name: "CJK UNIFIED IDEOGRAPH-7469",
    },
    Character {
        age: "1.1",
        codepoint: 0x746A,
        name: "CJK UNIFIED IDEOGRAPH-746A",
    },
    Character {
        age: "1.1",
        codepoint: 0x746B,
        name: "CJK UNIFIED IDEOGRAPH-746B",
    },
    Character {
        age: "1.1",
        codepoint: 0x746C,
        name: "CJK UNIFIED IDEOGRAPH-746C",
    },
    Character {
        age: "1.1",
        codepoint: 0x746D,
        name: "CJK UNIFIED IDEOGRAPH-746D",
    },
    Character {
        age: "1.1",
        codepoint: 0x746E,
        name: "CJK UNIFIED IDEOGRAPH-746E",
    },
    Character {
        age: "1.1",
        codepoint: 0x746F,
        name: "CJK UNIFIED IDEOGRAPH-746F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7470,
        name: "CJK UNIFIED IDEOGRAPH-7470",
    },
    Character {
        age: "1.1",
        codepoint: 0x7471,
        name: "CJK UNIFIED IDEOGRAPH-7471",
    },
    Character {
        age: "1.1",
        codepoint: 0x7472,
        name: "CJK UNIFIED IDEOGRAPH-7472",
    },
    Character {
        age: "1.1",
        codepoint: 0x7473,
        name: "CJK UNIFIED IDEOGRAPH-7473",
    },
    Character {
        age: "1.1",
        codepoint: 0x7474,
        name: "CJK UNIFIED IDEOGRAPH-7474",
    },
    Character {
        age: "1.1",
        codepoint: 0x7475,
        name: "CJK UNIFIED IDEOGRAPH-7475",
    },
    Character {
        age: "1.1",
        codepoint: 0x7476,
        name: "CJK UNIFIED IDEOGRAPH-7476",
    },
    Character {
        age: "1.1",
        codepoint: 0x7477,
        name: "CJK UNIFIED IDEOGRAPH-7477",
    },
    Character {
        age: "1.1",
        codepoint: 0x7478,
        name: "CJK UNIFIED IDEOGRAPH-7478",
    },
    Character {
        age: "1.1",
        codepoint: 0x7479,
        name: "CJK UNIFIED IDEOGRAPH-7479",
    },
    Character {
        age: "1.1",
        codepoint: 0x747A,
        name: "CJK UNIFIED IDEOGRAPH-747A",
    },
    Character {
        age: "1.1",
        codepoint: 0x747B,
        name: "CJK UNIFIED IDEOGRAPH-747B",
    },
    Character {
        age: "1.1",
        codepoint: 0x747C,
        name: "CJK UNIFIED IDEOGRAPH-747C",
    },
    Character {
        age: "1.1",
        codepoint: 0x747D,
        name: "CJK UNIFIED IDEOGRAPH-747D",
    },
    Character {
        age: "1.1",
        codepoint: 0x747E,
        name: "CJK UNIFIED IDEOGRAPH-747E",
    },
    Character {
        age: "1.1",
        codepoint: 0x747F,
        name: "CJK UNIFIED IDEOGRAPH-747F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7480,
        name: "CJK UNIFIED IDEOGRAPH-7480",
    },
    Character {
        age: "1.1",
        codepoint: 0x7481,
        name: "CJK UNIFIED IDEOGRAPH-7481",
    },
    Character {
        age: "1.1",
        codepoint: 0x7482,
        name: "CJK UNIFIED IDEOGRAPH-7482",
    },
    Character {
        age: "1.1",
        codepoint: 0x7483,
        name: "CJK UNIFIED IDEOGRAPH-7483",
    },
    Character {
        age: "1.1",
        codepoint: 0x7484,
        name: "CJK UNIFIED IDEOGRAPH-7484",
    },
    Character {
        age: "1.1",
        codepoint: 0x7485,
        name: "CJK UNIFIED IDEOGRAPH-7485",
    },
    Character {
        age: "1.1",
        codepoint: 0x7486,
        name: "CJK UNIFIED IDEOGRAPH-7486",
    },
    Character {
        age: "1.1",
        codepoint: 0x7487,
        name: "CJK UNIFIED IDEOGRAPH-7487",
    },
    Character {
        age: "1.1",
        codepoint: 0x7488,
        name: "CJK UNIFIED IDEOGRAPH-7488",
    },
    Character {
        age: "1.1",
        codepoint: 0x7489,
        name: "CJK UNIFIED IDEOGRAPH-7489",
    },
    Character {
        age: "1.1",
        codepoint: 0x748A,
        name: "CJK UNIFIED IDEOGRAPH-748A",
    },
    Character {
        age: "1.1",
        codepoint: 0x748B,
        name: "CJK UNIFIED IDEOGRAPH-748B",
    },
    Character {
        age: "1.1",
        codepoint: 0x748C,
        name: "CJK UNIFIED IDEOGRAPH-748C",
    },
    Character {
        age: "1.1",
        codepoint: 0x748D,
        name: "CJK UNIFIED IDEOGRAPH-748D",
    },
    Character {
        age: "1.1",
        codepoint: 0x748E,
        name: "CJK UNIFIED IDEOGRAPH-748E",
    },
    Character {
        age: "1.1",
        codepoint: 0x748F,
        name: "CJK UNIFIED IDEOGRAPH-748F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7490,
        name: "CJK UNIFIED IDEOGRAPH-7490",
    },
    Character {
        age: "1.1",
        codepoint: 0x7491,
        name: "CJK UNIFIED IDEOGRAPH-7491",
    },
    Character {
        age: "1.1",
        codepoint: 0x7492,
        name: "CJK UNIFIED IDEOGRAPH-7492",
    },
    Character {
        age: "1.1",
        codepoint: 0x7493,
        name: "CJK UNIFIED IDEOGRAPH-7493",
    },
    Character {
        age: "1.1",
        codepoint: 0x7494,
        name: "CJK UNIFIED IDEOGRAPH-7494",
    },
    Character {
        age: "1.1",
        codepoint: 0x7495,
        name: "CJK UNIFIED IDEOGRAPH-7495",
    },
    Character {
        age: "1.1",
        codepoint: 0x7496,
        name: "CJK UNIFIED IDEOGRAPH-7496",
    },
    Character {
        age: "1.1",
        codepoint: 0x7497,
        name: "CJK UNIFIED IDEOGRAPH-7497",
    },
    Character {
        age: "1.1",
        codepoint: 0x7498,
        name: "CJK UNIFIED IDEOGRAPH-7498",
    },
    Character {
        age: "1.1",
        codepoint: 0x7499,
        name: "CJK UNIFIED IDEOGRAPH-7499",
    },
    Character {
        age: "1.1",
        codepoint: 0x749A,
        name: "CJK UNIFIED IDEOGRAPH-749A",
    },
    Character {
        age: "1.1",
        codepoint: 0x749B,
        name: "CJK UNIFIED IDEOGRAPH-749B",
    },
    Character {
        age: "1.1",
        codepoint: 0x749C,
        name: "CJK UNIFIED IDEOGRAPH-749C",
    },
    Character {
        age: "1.1",
        codepoint: 0x749D,
        name: "CJK UNIFIED IDEOGRAPH-749D",
    },
    Character {
        age: "1.1",
        codepoint: 0x749E,
        name: "CJK UNIFIED IDEOGRAPH-749E",
    },
    Character {
        age: "1.1",
        codepoint: 0x749F,
        name: "CJK UNIFIED IDEOGRAPH-749F",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A0,
        name: "CJK UNIFIED IDEOGRAPH-74A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A1,
        name: "CJK UNIFIED IDEOGRAPH-74A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A2,
        name: "CJK UNIFIED IDEOGRAPH-74A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A3,
        name: "CJK UNIFIED IDEOGRAPH-74A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A4,
        name: "CJK UNIFIED IDEOGRAPH-74A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A5,
        name: "CJK UNIFIED IDEOGRAPH-74A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A6,
        name: "CJK UNIFIED IDEOGRAPH-74A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A7,
        name: "CJK UNIFIED IDEOGRAPH-74A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A8,
        name: "CJK UNIFIED IDEOGRAPH-74A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x74A9,
        name: "CJK UNIFIED IDEOGRAPH-74A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x74AA,
        name: "CJK UNIFIED IDEOGRAPH-74AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x74AB,
        name: "CJK UNIFIED IDEOGRAPH-74AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x74AC,
        name: "CJK UNIFIED IDEOGRAPH-74AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x74AD,
        name: "CJK UNIFIED IDEOGRAPH-74AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x74AE,
        name: "CJK UNIFIED IDEOGRAPH-74AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x74AF,
        name: "CJK UNIFIED IDEOGRAPH-74AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B0,
        name: "CJK UNIFIED IDEOGRAPH-74B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B1,
        name: "CJK UNIFIED IDEOGRAPH-74B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B2,
        name: "CJK UNIFIED IDEOGRAPH-74B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B3,
        name: "CJK UNIFIED IDEOGRAPH-74B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B4,
        name: "CJK UNIFIED IDEOGRAPH-74B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B5,
        name: "CJK UNIFIED IDEOGRAPH-74B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B6,
        name: "CJK UNIFIED IDEOGRAPH-74B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B7,
        name: "CJK UNIFIED IDEOGRAPH-74B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B8,
        name: "CJK UNIFIED IDEOGRAPH-74B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x74B9,
        name: "CJK UNIFIED IDEOGRAPH-74B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x74BA,
        name: "CJK UNIFIED IDEOGRAPH-74BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x74BB,
        name: "CJK UNIFIED IDEOGRAPH-74BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x74BC,
        name: "CJK UNIFIED IDEOGRAPH-74BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x74BD,
        name: "CJK UNIFIED IDEOGRAPH-74BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x74BE,
        name: "CJK UNIFIED IDEOGRAPH-74BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x74BF,
        name: "CJK UNIFIED IDEOGRAPH-74BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C0,
        name: "CJK UNIFIED IDEOGRAPH-74C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C1,
        name: "CJK UNIFIED IDEOGRAPH-74C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C2,
        name: "CJK UNIFIED IDEOGRAPH-74C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C3,
        name: "CJK UNIFIED IDEOGRAPH-74C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C4,
        name: "CJK UNIFIED IDEOGRAPH-74C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C5,
        name: "CJK UNIFIED IDEOGRAPH-74C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C6,
        name: "CJK UNIFIED IDEOGRAPH-74C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C7,
        name: "CJK UNIFIED IDEOGRAPH-74C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C8,
        name: "CJK UNIFIED IDEOGRAPH-74C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x74C9,
        name: "CJK UNIFIED IDEOGRAPH-74C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x74CA,
        name: "CJK UNIFIED IDEOGRAPH-74CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x74CB,
        name: "CJK UNIFIED IDEOGRAPH-74CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x74CC,
        name: "CJK UNIFIED IDEOGRAPH-74CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x74CD,
        name: "CJK UNIFIED IDEOGRAPH-74CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x74CE,
        name: "CJK UNIFIED IDEOGRAPH-74CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x74CF,
        name: "CJK UNIFIED IDEOGRAPH-74CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D0,
        name: "CJK UNIFIED IDEOGRAPH-74D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D1,
        name: "CJK UNIFIED IDEOGRAPH-74D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D2,
        name: "CJK UNIFIED IDEOGRAPH-74D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D3,
        name: "CJK UNIFIED IDEOGRAPH-74D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D4,
        name: "CJK UNIFIED IDEOGRAPH-74D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D5,
        name: "CJK UNIFIED IDEOGRAPH-74D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D6,
        name: "CJK UNIFIED IDEOGRAPH-74D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D7,
        name: "CJK UNIFIED IDEOGRAPH-74D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D8,
        name: "CJK UNIFIED IDEOGRAPH-74D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x74D9,
        name: "CJK UNIFIED IDEOGRAPH-74D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x74DA,
        name: "CJK UNIFIED IDEOGRAPH-74DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x74DB,
        name: "CJK UNIFIED IDEOGRAPH-74DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x74DC,
        name: "CJK UNIFIED IDEOGRAPH-74DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x74DD,
        name: "CJK UNIFIED IDEOGRAPH-74DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x74DE,
        name: "CJK UNIFIED IDEOGRAPH-74DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x74DF,
        name: "CJK UNIFIED IDEOGRAPH-74DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E0,
        name: "CJK UNIFIED IDEOGRAPH-74E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E1,
        name: "CJK UNIFIED IDEOGRAPH-74E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E2,
        name: "CJK UNIFIED IDEOGRAPH-74E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E3,
        name: "CJK UNIFIED IDEOGRAPH-74E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E4,
        name: "CJK UNIFIED IDEOGRAPH-74E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E5,
        name: "CJK UNIFIED IDEOGRAPH-74E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E6,
        name: "CJK UNIFIED IDEOGRAPH-74E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E7,
        name: "CJK UNIFIED IDEOGRAPH-74E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E8,
        name: "CJK UNIFIED IDEOGRAPH-74E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x74E9,
        name: "CJK UNIFIED IDEOGRAPH-74E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x74EA,
        name: "CJK UNIFIED IDEOGRAPH-74EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x74EB,
        name: "CJK UNIFIED IDEOGRAPH-74EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x74EC,
        name: "CJK UNIFIED IDEOGRAPH-74EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x74ED,
        name: "CJK UNIFIED IDEOGRAPH-74ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x74EE,
        name: "CJK UNIFIED IDEOGRAPH-74EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x74EF,
        name: "CJK UNIFIED IDEOGRAPH-74EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F0,
        name: "CJK UNIFIED IDEOGRAPH-74F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F1,
        name: "CJK UNIFIED IDEOGRAPH-74F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F2,
        name: "CJK UNIFIED IDEOGRAPH-74F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F3,
        name: "CJK UNIFIED IDEOGRAPH-74F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F4,
        name: "CJK UNIFIED IDEOGRAPH-74F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F5,
        name: "CJK UNIFIED IDEOGRAPH-74F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F6,
        name: "CJK UNIFIED IDEOGRAPH-74F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F7,
        name: "CJK UNIFIED IDEOGRAPH-74F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F8,
        name: "CJK UNIFIED IDEOGRAPH-74F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x74F9,
        name: "CJK UNIFIED IDEOGRAPH-74F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x74FA,
        name: "CJK UNIFIED IDEOGRAPH-74FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x74FB,
        name: "CJK UNIFIED IDEOGRAPH-74FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x74FC,
        name: "CJK UNIFIED IDEOGRAPH-74FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x74FD,
        name: "CJK UNIFIED IDEOGRAPH-74FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x74FE,
        name: "CJK UNIFIED IDEOGRAPH-74FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x74FF,
        name: "CJK UNIFIED IDEOGRAPH-74FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7500,
        name: "CJK UNIFIED IDEOGRAPH-7500",
    },
    Character {
        age: "1.1",
        codepoint: 0x7501,
        name: "CJK UNIFIED IDEOGRAPH-7501",
    },
    Character {
        age: "1.1",
        codepoint: 0x7502,
        name: "CJK UNIFIED IDEOGRAPH-7502",
    },
    Character {
        age: "1.1",
        codepoint: 0x7503,
        name: "CJK UNIFIED IDEOGRAPH-7503",
    },
    Character {
        age: "1.1",
        codepoint: 0x7504,
        name: "CJK UNIFIED IDEOGRAPH-7504",
    },
    Character {
        age: "1.1",
        codepoint: 0x7505,
        name: "CJK UNIFIED IDEOGRAPH-7505",
    },
    Character {
        age: "1.1",
        codepoint: 0x7506,
        name: "CJK UNIFIED IDEOGRAPH-7506",
    },
    Character {
        age: "1.1",
        codepoint: 0x7507,
        name: "CJK UNIFIED IDEOGRAPH-7507",
    },
    Character {
        age: "1.1",
        codepoint: 0x7508,
        name: "CJK UNIFIED IDEOGRAPH-7508",
    },
    Character {
        age: "1.1",
        codepoint: 0x7509,
        name: "CJK UNIFIED IDEOGRAPH-7509",
    },
    Character {
        age: "1.1",
        codepoint: 0x750A,
        name: "CJK UNIFIED IDEOGRAPH-750A",
    },
    Character {
        age: "1.1",
        codepoint: 0x750B,
        name: "CJK UNIFIED IDEOGRAPH-750B",
    },
    Character {
        age: "1.1",
        codepoint: 0x750C,
        name: "CJK UNIFIED IDEOGRAPH-750C",
    },
    Character {
        age: "1.1",
        codepoint: 0x750D,
        name: "CJK UNIFIED IDEOGRAPH-750D",
    },
    Character {
        age: "1.1",
        codepoint: 0x750E,
        name: "CJK UNIFIED IDEOGRAPH-750E",
    },
    Character {
        age: "1.1",
        codepoint: 0x750F,
        name: "CJK UNIFIED IDEOGRAPH-750F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7510,
        name: "CJK UNIFIED IDEOGRAPH-7510",
    },
    Character {
        age: "1.1",
        codepoint: 0x7511,
        name: "CJK UNIFIED IDEOGRAPH-7511",
    },
    Character {
        age: "1.1",
        codepoint: 0x7512,
        name: "CJK UNIFIED IDEOGRAPH-7512",
    },
    Character {
        age: "1.1",
        codepoint: 0x7513,
        name: "CJK UNIFIED IDEOGRAPH-7513",
    },
    Character {
        age: "1.1",
        codepoint: 0x7514,
        name: "CJK UNIFIED IDEOGRAPH-7514",
    },
    Character {
        age: "1.1",
        codepoint: 0x7515,
        name: "CJK UNIFIED IDEOGRAPH-7515",
    },
    Character {
        age: "1.1",
        codepoint: 0x7516,
        name: "CJK UNIFIED IDEOGRAPH-7516",
    },
    Character {
        age: "1.1",
        codepoint: 0x7517,
        name: "CJK UNIFIED IDEOGRAPH-7517",
    },
    Character {
        age: "1.1",
        codepoint: 0x7518,
        name: "CJK UNIFIED IDEOGRAPH-7518",
    },
    Character {
        age: "1.1",
        codepoint: 0x7519,
        name: "CJK UNIFIED IDEOGRAPH-7519",
    },
    Character {
        age: "1.1",
        codepoint: 0x751A,
        name: "CJK UNIFIED IDEOGRAPH-751A",
    },
    Character {
        age: "1.1",
        codepoint: 0x751B,
        name: "CJK UNIFIED IDEOGRAPH-751B",
    },
    Character {
        age: "1.1",
        codepoint: 0x751C,
        name: "CJK UNIFIED IDEOGRAPH-751C",
    },
    Character {
        age: "1.1",
        codepoint: 0x751D,
        name: "CJK UNIFIED IDEOGRAPH-751D",
    },
    Character {
        age: "1.1",
        codepoint: 0x751E,
        name: "CJK UNIFIED IDEOGRAPH-751E",
    },
    Character {
        age: "1.1",
        codepoint: 0x751F,
        name: "CJK UNIFIED IDEOGRAPH-751F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7520,
        name: "CJK UNIFIED IDEOGRAPH-7520",
    },
    Character {
        age: "1.1",
        codepoint: 0x7521,
        name: "CJK UNIFIED IDEOGRAPH-7521",
    },
    Character {
        age: "1.1",
        codepoint: 0x7522,
        name: "CJK UNIFIED IDEOGRAPH-7522",
    },
    Character {
        age: "1.1",
        codepoint: 0x7523,
        name: "CJK UNIFIED IDEOGRAPH-7523",
    },
    Character {
        age: "1.1",
        codepoint: 0x7524,
        name: "CJK UNIFIED IDEOGRAPH-7524",
    },
    Character {
        age: "1.1",
        codepoint: 0x7525,
        name: "CJK UNIFIED IDEOGRAPH-7525",
    },
    Character {
        age: "1.1",
        codepoint: 0x7526,
        name: "CJK UNIFIED IDEOGRAPH-7526",
    },
    Character {
        age: "1.1",
        codepoint: 0x7527,
        name: "CJK UNIFIED IDEOGRAPH-7527",
    },
    Character {
        age: "1.1",
        codepoint: 0x7528,
        name: "CJK UNIFIED IDEOGRAPH-7528",
    },
    Character {
        age: "1.1",
        codepoint: 0x7529,
        name: "CJK UNIFIED IDEOGRAPH-7529",
    },
    Character {
        age: "1.1",
        codepoint: 0x752A,
        name: "CJK UNIFIED IDEOGRAPH-752A",
    },
    Character {
        age: "1.1",
        codepoint: 0x752B,
        name: "CJK UNIFIED IDEOGRAPH-752B",
    },
    Character {
        age: "1.1",
        codepoint: 0x752C,
        name: "CJK UNIFIED IDEOGRAPH-752C",
    },
    Character {
        age: "1.1",
        codepoint: 0x752D,
        name: "CJK UNIFIED IDEOGRAPH-752D",
    },
    Character {
        age: "1.1",
        codepoint: 0x752E,
        name: "CJK UNIFIED IDEOGRAPH-752E",
    },
    Character {
        age: "1.1",
        codepoint: 0x752F,
        name: "CJK UNIFIED IDEOGRAPH-752F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7530,
        name: "CJK UNIFIED IDEOGRAPH-7530",
    },
    Character {
        age: "1.1",
        codepoint: 0x7531,
        name: "CJK UNIFIED IDEOGRAPH-7531",
    },
    Character {
        age: "1.1",
        codepoint: 0x7532,
        name: "CJK UNIFIED IDEOGRAPH-7532",
    },
    Character {
        age: "1.1",
        codepoint: 0x7533,
        name: "CJK UNIFIED IDEOGRAPH-7533",
    },
    Character {
        age: "1.1",
        codepoint: 0x7534,
        name: "CJK UNIFIED IDEOGRAPH-7534",
    },
    Character {
        age: "1.1",
        codepoint: 0x7535,
        name: "CJK UNIFIED IDEOGRAPH-7535",
    },
    Character {
        age: "1.1",
        codepoint: 0x7536,
        name: "CJK UNIFIED IDEOGRAPH-7536",
    },
    Character {
        age: "1.1",
        codepoint: 0x7537,
        name: "CJK UNIFIED IDEOGRAPH-7537",
    },
    Character {
        age: "1.1",
        codepoint: 0x7538,
        name: "CJK UNIFIED IDEOGRAPH-7538",
    },
    Character {
        age: "1.1",
        codepoint: 0x7539,
        name: "CJK UNIFIED IDEOGRAPH-7539",
    },
    Character {
        age: "1.1",
        codepoint: 0x753A,
        name: "CJK UNIFIED IDEOGRAPH-753A",
    },
    Character {
        age: "1.1",
        codepoint: 0x753B,
        name: "CJK UNIFIED IDEOGRAPH-753B",
    },
    Character {
        age: "1.1",
        codepoint: 0x753C,
        name: "CJK UNIFIED IDEOGRAPH-753C",
    },
    Character {
        age: "1.1",
        codepoint: 0x753D,
        name: "CJK UNIFIED IDEOGRAPH-753D",
    },
    Character {
        age: "1.1",
        codepoint: 0x753E,
        name: "CJK UNIFIED IDEOGRAPH-753E",
    },
    Character {
        age: "1.1",
        codepoint: 0x753F,
        name: "CJK UNIFIED IDEOGRAPH-753F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7540,
        name: "CJK UNIFIED IDEOGRAPH-7540",
    },
    Character {
        age: "1.1",
        codepoint: 0x7541,
        name: "CJK UNIFIED IDEOGRAPH-7541",
    },
    Character {
        age: "1.1",
        codepoint: 0x7542,
        name: "CJK UNIFIED IDEOGRAPH-7542",
    },
    Character {
        age: "1.1",
        codepoint: 0x7543,
        name: "CJK UNIFIED IDEOGRAPH-7543",
    },
    Character {
        age: "1.1",
        codepoint: 0x7544,
        name: "CJK UNIFIED IDEOGRAPH-7544",
    },
    Character {
        age: "1.1",
        codepoint: 0x7545,
        name: "CJK UNIFIED IDEOGRAPH-7545",
    },
    Character {
        age: "1.1",
        codepoint: 0x7546,
        name: "CJK UNIFIED IDEOGRAPH-7546",
    },
    Character {
        age: "1.1",
        codepoint: 0x7547,
        name: "CJK UNIFIED IDEOGRAPH-7547",
    },
    Character {
        age: "1.1",
        codepoint: 0x7548,
        name: "CJK UNIFIED IDEOGRAPH-7548",
    },
    Character {
        age: "1.1",
        codepoint: 0x7549,
        name: "CJK UNIFIED IDEOGRAPH-7549",
    },
    Character {
        age: "1.1",
        codepoint: 0x754A,
        name: "CJK UNIFIED IDEOGRAPH-754A",
    },
    Character {
        age: "1.1",
        codepoint: 0x754B,
        name: "CJK UNIFIED IDEOGRAPH-754B",
    },
    Character {
        age: "1.1",
        codepoint: 0x754C,
        name: "CJK UNIFIED IDEOGRAPH-754C",
    },
    Character {
        age: "1.1",
        codepoint: 0x754D,
        name: "CJK UNIFIED IDEOGRAPH-754D",
    },
    Character {
        age: "1.1",
        codepoint: 0x754E,
        name: "CJK UNIFIED IDEOGRAPH-754E",
    },
    Character {
        age: "1.1",
        codepoint: 0x754F,
        name: "CJK UNIFIED IDEOGRAPH-754F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7550,
        name: "CJK UNIFIED IDEOGRAPH-7550",
    },
    Character {
        age: "1.1",
        codepoint: 0x7551,
        name: "CJK UNIFIED IDEOGRAPH-7551",
    },
    Character {
        age: "1.1",
        codepoint: 0x7552,
        name: "CJK UNIFIED IDEOGRAPH-7552",
    },
    Character {
        age: "1.1",
        codepoint: 0x7553,
        name: "CJK UNIFIED IDEOGRAPH-7553",
    },
    Character {
        age: "1.1",
        codepoint: 0x7554,
        name: "CJK UNIFIED IDEOGRAPH-7554",
    },
    Character {
        age: "1.1",
        codepoint: 0x7555,
        name: "CJK UNIFIED IDEOGRAPH-7555",
    },
    Character {
        age: "1.1",
        codepoint: 0x7556,
        name: "CJK UNIFIED IDEOGRAPH-7556",
    },
    Character {
        age: "1.1",
        codepoint: 0x7557,
        name: "CJK UNIFIED IDEOGRAPH-7557",
    },
    Character {
        age: "1.1",
        codepoint: 0x7558,
        name: "CJK UNIFIED IDEOGRAPH-7558",
    },
    Character {
        age: "1.1",
        codepoint: 0x7559,
        name: "CJK UNIFIED IDEOGRAPH-7559",
    },
    Character {
        age: "1.1",
        codepoint: 0x755A,
        name: "CJK UNIFIED IDEOGRAPH-755A",
    },
    Character {
        age: "1.1",
        codepoint: 0x755B,
        name: "CJK UNIFIED IDEOGRAPH-755B",
    },
    Character {
        age: "1.1",
        codepoint: 0x755C,
        name: "CJK UNIFIED IDEOGRAPH-755C",
    },
    Character {
        age: "1.1",
        codepoint: 0x755D,
        name: "CJK UNIFIED IDEOGRAPH-755D",
    },
    Character {
        age: "1.1",
        codepoint: 0x755E,
        name: "CJK UNIFIED IDEOGRAPH-755E",
    },
    Character {
        age: "1.1",
        codepoint: 0x755F,
        name: "CJK UNIFIED IDEOGRAPH-755F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7560,
        name: "CJK UNIFIED IDEOGRAPH-7560",
    },
    Character {
        age: "1.1",
        codepoint: 0x7561,
        name: "CJK UNIFIED IDEOGRAPH-7561",
    },
    Character {
        age: "1.1",
        codepoint: 0x7562,
        name: "CJK UNIFIED IDEOGRAPH-7562",
    },
    Character {
        age: "1.1",
        codepoint: 0x7563,
        name: "CJK UNIFIED IDEOGRAPH-7563",
    },
    Character {
        age: "1.1",
        codepoint: 0x7564,
        name: "CJK UNIFIED IDEOGRAPH-7564",
    },
    Character {
        age: "1.1",
        codepoint: 0x7565,
        name: "CJK UNIFIED IDEOGRAPH-7565",
    },
    Character {
        age: "1.1",
        codepoint: 0x7566,
        name: "CJK UNIFIED IDEOGRAPH-7566",
    },
    Character {
        age: "1.1",
        codepoint: 0x7567,
        name: "CJK UNIFIED IDEOGRAPH-7567",
    },
    Character {
        age: "1.1",
        codepoint: 0x7568,
        name: "CJK UNIFIED IDEOGRAPH-7568",
    },
    Character {
        age: "1.1",
        codepoint: 0x7569,
        name: "CJK UNIFIED IDEOGRAPH-7569",
    },
    Character {
        age: "1.1",
        codepoint: 0x756A,
        name: "CJK UNIFIED IDEOGRAPH-756A",
    },
    Character {
        age: "1.1",
        codepoint: 0x756B,
        name: "CJK UNIFIED IDEOGRAPH-756B",
    },
    Character {
        age: "1.1",
        codepoint: 0x756C,
        name: "CJK UNIFIED IDEOGRAPH-756C",
    },
    Character {
        age: "1.1",
        codepoint: 0x756D,
        name: "CJK UNIFIED IDEOGRAPH-756D",
    },
    Character {
        age: "1.1",
        codepoint: 0x756E,
        name: "CJK UNIFIED IDEOGRAPH-756E",
    },
    Character {
        age: "1.1",
        codepoint: 0x756F,
        name: "CJK UNIFIED IDEOGRAPH-756F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7570,
        name: "CJK UNIFIED IDEOGRAPH-7570",
    },
    Character {
        age: "1.1",
        codepoint: 0x7571,
        name: "CJK UNIFIED IDEOGRAPH-7571",
    },
    Character {
        age: "1.1",
        codepoint: 0x7572,
        name: "CJK UNIFIED IDEOGRAPH-7572",
    },
    Character {
        age: "1.1",
        codepoint: 0x7573,
        name: "CJK UNIFIED IDEOGRAPH-7573",
    },
    Character {
        age: "1.1",
        codepoint: 0x7574,
        name: "CJK UNIFIED IDEOGRAPH-7574",
    },
    Character {
        age: "1.1",
        codepoint: 0x7575,
        name: "CJK UNIFIED IDEOGRAPH-7575",
    },
    Character {
        age: "1.1",
        codepoint: 0x7576,
        name: "CJK UNIFIED IDEOGRAPH-7576",
    },
    Character {
        age: "1.1",
        codepoint: 0x7577,
        name: "CJK UNIFIED IDEOGRAPH-7577",
    },
    Character {
        age: "1.1",
        codepoint: 0x7578,
        name: "CJK UNIFIED IDEOGRAPH-7578",
    },
    Character {
        age: "1.1",
        codepoint: 0x7579,
        name: "CJK UNIFIED IDEOGRAPH-7579",
    },
    Character {
        age: "1.1",
        codepoint: 0x757A,
        name: "CJK UNIFIED IDEOGRAPH-757A",
    },
    Character {
        age: "1.1",
        codepoint: 0x757B,
        name: "CJK UNIFIED IDEOGRAPH-757B",
    },
    Character {
        age: "1.1",
        codepoint: 0x757C,
        name: "CJK UNIFIED IDEOGRAPH-757C",
    },
    Character {
        age: "1.1",
        codepoint: 0x757D,
        name: "CJK UNIFIED IDEOGRAPH-757D",
    },
    Character {
        age: "1.1",
        codepoint: 0x757E,
        name: "CJK UNIFIED IDEOGRAPH-757E",
    },
    Character {
        age: "1.1",
        codepoint: 0x757F,
        name: "CJK UNIFIED IDEOGRAPH-757F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7580,
        name: "CJK UNIFIED IDEOGRAPH-7580",
    },
    Character {
        age: "1.1",
        codepoint: 0x7581,
        name: "CJK UNIFIED IDEOGRAPH-7581",
    },
    Character {
        age: "1.1",
        codepoint: 0x7582,
        name: "CJK UNIFIED IDEOGRAPH-7582",
    },
    Character {
        age: "1.1",
        codepoint: 0x7583,
        name: "CJK UNIFIED IDEOGRAPH-7583",
    },
    Character {
        age: "1.1",
        codepoint: 0x7584,
        name: "CJK UNIFIED IDEOGRAPH-7584",
    },
    Character {
        age: "1.1",
        codepoint: 0x7585,
        name: "CJK UNIFIED IDEOGRAPH-7585",
    },
    Character {
        age: "1.1",
        codepoint: 0x7586,
        name: "CJK UNIFIED IDEOGRAPH-7586",
    },
    Character {
        age: "1.1",
        codepoint: 0x7587,
        name: "CJK UNIFIED IDEOGRAPH-7587",
    },
    Character {
        age: "1.1",
        codepoint: 0x7588,
        name: "CJK UNIFIED IDEOGRAPH-7588",
    },
    Character {
        age: "1.1",
        codepoint: 0x7589,
        name: "CJK UNIFIED IDEOGRAPH-7589",
    },
    Character {
        age: "1.1",
        codepoint: 0x758A,
        name: "CJK UNIFIED IDEOGRAPH-758A",
    },
    Character {
        age: "1.1",
        codepoint: 0x758B,
        name: "CJK UNIFIED IDEOGRAPH-758B",
    },
    Character {
        age: "1.1",
        codepoint: 0x758C,
        name: "CJK UNIFIED IDEOGRAPH-758C",
    },
    Character {
        age: "1.1",
        codepoint: 0x758D,
        name: "CJK UNIFIED IDEOGRAPH-758D",
    },
    Character {
        age: "1.1",
        codepoint: 0x758E,
        name: "CJK UNIFIED IDEOGRAPH-758E",
    },
    Character {
        age: "1.1",
        codepoint: 0x758F,
        name: "CJK UNIFIED IDEOGRAPH-758F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7590,
        name: "CJK UNIFIED IDEOGRAPH-7590",
    },
    Character {
        age: "1.1",
        codepoint: 0x7591,
        name: "CJK UNIFIED IDEOGRAPH-7591",
    },
    Character {
        age: "1.1",
        codepoint: 0x7592,
        name: "CJK UNIFIED IDEOGRAPH-7592",
    },
    Character {
        age: "1.1",
        codepoint: 0x7593,
        name: "CJK UNIFIED IDEOGRAPH-7593",
    },
    Character {
        age: "1.1",
        codepoint: 0x7594,
        name: "CJK UNIFIED IDEOGRAPH-7594",
    },
    Character {
        age: "1.1",
        codepoint: 0x7595,
        name: "CJK UNIFIED IDEOGRAPH-7595",
    },
    Character {
        age: "1.1",
        codepoint: 0x7596,
        name: "CJK UNIFIED IDEOGRAPH-7596",
    },
    Character {
        age: "1.1",
        codepoint: 0x7597,
        name: "CJK UNIFIED IDEOGRAPH-7597",
    },
    Character {
        age: "1.1",
        codepoint: 0x7598,
        name: "CJK UNIFIED IDEOGRAPH-7598",
    },
    Character {
        age: "1.1",
        codepoint: 0x7599,
        name: "CJK UNIFIED IDEOGRAPH-7599",
    },
    Character {
        age: "1.1",
        codepoint: 0x759A,
        name: "CJK UNIFIED IDEOGRAPH-759A",
    },
    Character {
        age: "1.1",
        codepoint: 0x759B,
        name: "CJK UNIFIED IDEOGRAPH-759B",
    },
    Character {
        age: "1.1",
        codepoint: 0x759C,
        name: "CJK UNIFIED IDEOGRAPH-759C",
    },
    Character {
        age: "1.1",
        codepoint: 0x759D,
        name: "CJK UNIFIED IDEOGRAPH-759D",
    },
    Character {
        age: "1.1",
        codepoint: 0x759E,
        name: "CJK UNIFIED IDEOGRAPH-759E",
    },
    Character {
        age: "1.1",
        codepoint: 0x759F,
        name: "CJK UNIFIED IDEOGRAPH-759F",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A0,
        name: "CJK UNIFIED IDEOGRAPH-75A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A1,
        name: "CJK UNIFIED IDEOGRAPH-75A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A2,
        name: "CJK UNIFIED IDEOGRAPH-75A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A3,
        name: "CJK UNIFIED IDEOGRAPH-75A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A4,
        name: "CJK UNIFIED IDEOGRAPH-75A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A5,
        name: "CJK UNIFIED IDEOGRAPH-75A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A6,
        name: "CJK UNIFIED IDEOGRAPH-75A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A7,
        name: "CJK UNIFIED IDEOGRAPH-75A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A8,
        name: "CJK UNIFIED IDEOGRAPH-75A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x75A9,
        name: "CJK UNIFIED IDEOGRAPH-75A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x75AA,
        name: "CJK UNIFIED IDEOGRAPH-75AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x75AB,
        name: "CJK UNIFIED IDEOGRAPH-75AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x75AC,
        name: "CJK UNIFIED IDEOGRAPH-75AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x75AD,
        name: "CJK UNIFIED IDEOGRAPH-75AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x75AE,
        name: "CJK UNIFIED IDEOGRAPH-75AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x75AF,
        name: "CJK UNIFIED IDEOGRAPH-75AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B0,
        name: "CJK UNIFIED IDEOGRAPH-75B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B1,
        name: "CJK UNIFIED IDEOGRAPH-75B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B2,
        name: "CJK UNIFIED IDEOGRAPH-75B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B3,
        name: "CJK UNIFIED IDEOGRAPH-75B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B4,
        name: "CJK UNIFIED IDEOGRAPH-75B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B5,
        name: "CJK UNIFIED IDEOGRAPH-75B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B6,
        name: "CJK UNIFIED IDEOGRAPH-75B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B7,
        name: "CJK UNIFIED IDEOGRAPH-75B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B8,
        name: "CJK UNIFIED IDEOGRAPH-75B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x75B9,
        name: "CJK UNIFIED IDEOGRAPH-75B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x75BA,
        name: "CJK UNIFIED IDEOGRAPH-75BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x75BB,
        name: "CJK UNIFIED IDEOGRAPH-75BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x75BC,
        name: "CJK UNIFIED IDEOGRAPH-75BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x75BD,
        name: "CJK UNIFIED IDEOGRAPH-75BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x75BE,
        name: "CJK UNIFIED IDEOGRAPH-75BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x75BF,
        name: "CJK UNIFIED IDEOGRAPH-75BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C0,
        name: "CJK UNIFIED IDEOGRAPH-75C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C1,
        name: "CJK UNIFIED IDEOGRAPH-75C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C2,
        name: "CJK UNIFIED IDEOGRAPH-75C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C3,
        name: "CJK UNIFIED IDEOGRAPH-75C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C4,
        name: "CJK UNIFIED IDEOGRAPH-75C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C5,
        name: "CJK UNIFIED IDEOGRAPH-75C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C6,
        name: "CJK UNIFIED IDEOGRAPH-75C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C7,
        name: "CJK UNIFIED IDEOGRAPH-75C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C8,
        name: "CJK UNIFIED IDEOGRAPH-75C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x75C9,
        name: "CJK UNIFIED IDEOGRAPH-75C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x75CA,
        name: "CJK UNIFIED IDEOGRAPH-75CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x75CB,
        name: "CJK UNIFIED IDEOGRAPH-75CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x75CC,
        name: "CJK UNIFIED IDEOGRAPH-75CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x75CD,
        name: "CJK UNIFIED IDEOGRAPH-75CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x75CE,
        name: "CJK UNIFIED IDEOGRAPH-75CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x75CF,
        name: "CJK UNIFIED IDEOGRAPH-75CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D0,
        name: "CJK UNIFIED IDEOGRAPH-75D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D1,
        name: "CJK UNIFIED IDEOGRAPH-75D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D2,
        name: "CJK UNIFIED IDEOGRAPH-75D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D3,
        name: "CJK UNIFIED IDEOGRAPH-75D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D4,
        name: "CJK UNIFIED IDEOGRAPH-75D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D5,
        name: "CJK UNIFIED IDEOGRAPH-75D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D6,
        name: "CJK UNIFIED IDEOGRAPH-75D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D7,
        name: "CJK UNIFIED IDEOGRAPH-75D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D8,
        name: "CJK UNIFIED IDEOGRAPH-75D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x75D9,
        name: "CJK UNIFIED IDEOGRAPH-75D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x75DA,
        name: "CJK UNIFIED IDEOGRAPH-75DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x75DB,
        name: "CJK UNIFIED IDEOGRAPH-75DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x75DC,
        name: "CJK UNIFIED IDEOGRAPH-75DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x75DD,
        name: "CJK UNIFIED IDEOGRAPH-75DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x75DE,
        name: "CJK UNIFIED IDEOGRAPH-75DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x75DF,
        name: "CJK UNIFIED IDEOGRAPH-75DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E0,
        name: "CJK UNIFIED IDEOGRAPH-75E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E1,
        name: "CJK UNIFIED IDEOGRAPH-75E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E2,
        name: "CJK UNIFIED IDEOGRAPH-75E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E3,
        name: "CJK UNIFIED IDEOGRAPH-75E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E4,
        name: "CJK UNIFIED IDEOGRAPH-75E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E5,
        name: "CJK UNIFIED IDEOGRAPH-75E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E6,
        name: "CJK UNIFIED IDEOGRAPH-75E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E7,
        name: "CJK UNIFIED IDEOGRAPH-75E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E8,
        name: "CJK UNIFIED IDEOGRAPH-75E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x75E9,
        name: "CJK UNIFIED IDEOGRAPH-75E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x75EA,
        name: "CJK UNIFIED IDEOGRAPH-75EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x75EB,
        name: "CJK UNIFIED IDEOGRAPH-75EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x75EC,
        name: "CJK UNIFIED IDEOGRAPH-75EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x75ED,
        name: "CJK UNIFIED IDEOGRAPH-75ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x75EE,
        name: "CJK UNIFIED IDEOGRAPH-75EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x75EF,
        name: "CJK UNIFIED IDEOGRAPH-75EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F0,
        name: "CJK UNIFIED IDEOGRAPH-75F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F1,
        name: "CJK UNIFIED IDEOGRAPH-75F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F2,
        name: "CJK UNIFIED IDEOGRAPH-75F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F3,
        name: "CJK UNIFIED IDEOGRAPH-75F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F4,
        name: "CJK UNIFIED IDEOGRAPH-75F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F5,
        name: "CJK UNIFIED IDEOGRAPH-75F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F6,
        name: "CJK UNIFIED IDEOGRAPH-75F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F7,
        name: "CJK UNIFIED IDEOGRAPH-75F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F8,
        name: "CJK UNIFIED IDEOGRAPH-75F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x75F9,
        name: "CJK UNIFIED IDEOGRAPH-75F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x75FA,
        name: "CJK UNIFIED IDEOGRAPH-75FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x75FB,
        name: "CJK UNIFIED IDEOGRAPH-75FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x75FC,
        name: "CJK UNIFIED IDEOGRAPH-75FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x75FD,
        name: "CJK UNIFIED IDEOGRAPH-75FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x75FE,
        name: "CJK UNIFIED IDEOGRAPH-75FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x75FF,
        name: "CJK UNIFIED IDEOGRAPH-75FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7600,
        name: "CJK UNIFIED IDEOGRAPH-7600",
    },
    Character {
        age: "1.1",
        codepoint: 0x7601,
        name: "CJK UNIFIED IDEOGRAPH-7601",
    },
    Character {
        age: "1.1",
        codepoint: 0x7602,
        name: "CJK UNIFIED IDEOGRAPH-7602",
    },
    Character {
        age: "1.1",
        codepoint: 0x7603,
        name: "CJK UNIFIED IDEOGRAPH-7603",
    },
    Character {
        age: "1.1",
        codepoint: 0x7604,
        name: "CJK UNIFIED IDEOGRAPH-7604",
    },
    Character {
        age: "1.1",
        codepoint: 0x7605,
        name: "CJK UNIFIED IDEOGRAPH-7605",
    },
    Character {
        age: "1.1",
        codepoint: 0x7606,
        name: "CJK UNIFIED IDEOGRAPH-7606",
    },
    Character {
        age: "1.1",
        codepoint: 0x7607,
        name: "CJK UNIFIED IDEOGRAPH-7607",
    },
    Character {
        age: "1.1",
        codepoint: 0x7608,
        name: "CJK UNIFIED IDEOGRAPH-7608",
    },
    Character {
        age: "1.1",
        codepoint: 0x7609,
        name: "CJK UNIFIED IDEOGRAPH-7609",
    },
    Character {
        age: "1.1",
        codepoint: 0x760A,
        name: "CJK UNIFIED IDEOGRAPH-760A",
    },
    Character {
        age: "1.1",
        codepoint: 0x760B,
        name: "CJK UNIFIED IDEOGRAPH-760B",
    },
    Character {
        age: "1.1",
        codepoint: 0x760C,
        name: "CJK UNIFIED IDEOGRAPH-760C",
    },
    Character {
        age: "1.1",
        codepoint: 0x760D,
        name: "CJK UNIFIED IDEOGRAPH-760D",
    },
    Character {
        age: "1.1",
        codepoint: 0x760E,
        name: "CJK UNIFIED IDEOGRAPH-760E",
    },
    Character {
        age: "1.1",
        codepoint: 0x760F,
        name: "CJK UNIFIED IDEOGRAPH-760F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7610,
        name: "CJK UNIFIED IDEOGRAPH-7610",
    },
    Character {
        age: "1.1",
        codepoint: 0x7611,
        name: "CJK UNIFIED IDEOGRAPH-7611",
    },
    Character {
        age: "1.1",
        codepoint: 0x7612,
        name: "CJK UNIFIED IDEOGRAPH-7612",
    },
    Character {
        age: "1.1",
        codepoint: 0x7613,
        name: "CJK UNIFIED IDEOGRAPH-7613",
    },
    Character {
        age: "1.1",
        codepoint: 0x7614,
        name: "CJK UNIFIED IDEOGRAPH-7614",
    },
    Character {
        age: "1.1",
        codepoint: 0x7615,
        name: "CJK UNIFIED IDEOGRAPH-7615",
    },
    Character {
        age: "1.1",
        codepoint: 0x7616,
        name: "CJK UNIFIED IDEOGRAPH-7616",
    },
    Character {
        age: "1.1",
        codepoint: 0x7617,
        name: "CJK UNIFIED IDEOGRAPH-7617",
    },
    Character {
        age: "1.1",
        codepoint: 0x7618,
        name: "CJK UNIFIED IDEOGRAPH-7618",
    },
    Character {
        age: "1.1",
        codepoint: 0x7619,
        name: "CJK UNIFIED IDEOGRAPH-7619",
    },
    Character {
        age: "1.1",
        codepoint: 0x761A,
        name: "CJK UNIFIED IDEOGRAPH-761A",
    },
    Character {
        age: "1.1",
        codepoint: 0x761B,
        name: "CJK UNIFIED IDEOGRAPH-761B",
    },
    Character {
        age: "1.1",
        codepoint: 0x761C,
        name: "CJK UNIFIED IDEOGRAPH-761C",
    },
    Character {
        age: "1.1",
        codepoint: 0x761D,
        name: "CJK UNIFIED IDEOGRAPH-761D",
    },
    Character {
        age: "1.1",
        codepoint: 0x761E,
        name: "CJK UNIFIED IDEOGRAPH-761E",
    },
    Character {
        age: "1.1",
        codepoint: 0x761F,
        name: "CJK UNIFIED IDEOGRAPH-761F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7620,
        name: "CJK UNIFIED IDEOGRAPH-7620",
    },
    Character {
        age: "1.1",
        codepoint: 0x7621,
        name: "CJK UNIFIED IDEOGRAPH-7621",
    },
    Character {
        age: "1.1",
        codepoint: 0x7622,
        name: "CJK UNIFIED IDEOGRAPH-7622",
    },
    Character {
        age: "1.1",
        codepoint: 0x7623,
        name: "CJK UNIFIED IDEOGRAPH-7623",
    },
    Character {
        age: "1.1",
        codepoint: 0x7624,
        name: "CJK UNIFIED IDEOGRAPH-7624",
    },
    Character {
        age: "1.1",
        codepoint: 0x7625,
        name: "CJK UNIFIED IDEOGRAPH-7625",
    },
    Character {
        age: "1.1",
        codepoint: 0x7626,
        name: "CJK UNIFIED IDEOGRAPH-7626",
    },
    Character {
        age: "1.1",
        codepoint: 0x7627,
        name: "CJK UNIFIED IDEOGRAPH-7627",
    },
    Character {
        age: "1.1",
        codepoint: 0x7628,
        name: "CJK UNIFIED IDEOGRAPH-7628",
    },
    Character {
        age: "1.1",
        codepoint: 0x7629,
        name: "CJK UNIFIED IDEOGRAPH-7629",
    },
    Character {
        age: "1.1",
        codepoint: 0x762A,
        name: "CJK UNIFIED IDEOGRAPH-762A",
    },
    Character {
        age: "1.1",
        codepoint: 0x762B,
        name: "CJK UNIFIED IDEOGRAPH-762B",
    },
    Character {
        age: "1.1",
        codepoint: 0x762C,
        name: "CJK UNIFIED IDEOGRAPH-762C",
    },
    Character {
        age: "1.1",
        codepoint: 0x762D,
        name: "CJK UNIFIED IDEOGRAPH-762D",
    },
    Character {
        age: "1.1",
        codepoint: 0x762E,
        name: "CJK UNIFIED IDEOGRAPH-762E",
    },
    Character {
        age: "1.1",
        codepoint: 0x762F,
        name: "CJK UNIFIED IDEOGRAPH-762F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7630,
        name: "CJK UNIFIED IDEOGRAPH-7630",
    },
    Character {
        age: "1.1",
        codepoint: 0x7631,
        name: "CJK UNIFIED IDEOGRAPH-7631",
    },
    Character {
        age: "1.1",
        codepoint: 0x7632,
        name: "CJK UNIFIED IDEOGRAPH-7632",
    },
    Character {
        age: "1.1",
        codepoint: 0x7633,
        name: "CJK UNIFIED IDEOGRAPH-7633",
    },
    Character {
        age: "1.1",
        codepoint: 0x7634,
        name: "CJK UNIFIED IDEOGRAPH-7634",
    },
    Character {
        age: "1.1",
        codepoint: 0x7635,
        name: "CJK UNIFIED IDEOGRAPH-7635",
    },
    Character {
        age: "1.1",
        codepoint: 0x7636,
        name: "CJK UNIFIED IDEOGRAPH-7636",
    },
    Character {
        age: "1.1",
        codepoint: 0x7637,
        name: "CJK UNIFIED IDEOGRAPH-7637",
    },
    Character {
        age: "1.1",
        codepoint: 0x7638,
        name: "CJK UNIFIED IDEOGRAPH-7638",
    },
    Character {
        age: "1.1",
        codepoint: 0x7639,
        name: "CJK UNIFIED IDEOGRAPH-7639",
    },
    Character {
        age: "1.1",
        codepoint: 0x763A,
        name: "CJK UNIFIED IDEOGRAPH-763A",
    },
    Character {
        age: "1.1",
        codepoint: 0x763B,
        name: "CJK UNIFIED IDEOGRAPH-763B",
    },
    Character {
        age: "1.1",
        codepoint: 0x763C,
        name: "CJK UNIFIED IDEOGRAPH-763C",
    },
    Character {
        age: "1.1",
        codepoint: 0x763D,
        name: "CJK UNIFIED IDEOGRAPH-763D",
    },
    Character {
        age: "1.1",
        codepoint: 0x763E,
        name: "CJK UNIFIED IDEOGRAPH-763E",
    },
    Character {
        age: "1.1",
        codepoint: 0x763F,
        name: "CJK UNIFIED IDEOGRAPH-763F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7640,
        name: "CJK UNIFIED IDEOGRAPH-7640",
    },
    Character {
        age: "1.1",
        codepoint: 0x7641,
        name: "CJK UNIFIED IDEOGRAPH-7641",
    },
    Character {
        age: "1.1",
        codepoint: 0x7642,
        name: "CJK UNIFIED IDEOGRAPH-7642",
    },
    Character {
        age: "1.1",
        codepoint: 0x7643,
        name: "CJK UNIFIED IDEOGRAPH-7643",
    },
    Character {
        age: "1.1",
        codepoint: 0x7644,
        name: "CJK UNIFIED IDEOGRAPH-7644",
    },
    Character {
        age: "1.1",
        codepoint: 0x7645,
        name: "CJK UNIFIED IDEOGRAPH-7645",
    },
    Character {
        age: "1.1",
        codepoint: 0x7646,
        name: "CJK UNIFIED IDEOGRAPH-7646",
    },
    Character {
        age: "1.1",
        codepoint: 0x7647,
        name: "CJK UNIFIED IDEOGRAPH-7647",
    },
    Character {
        age: "1.1",
        codepoint: 0x7648,
        name: "CJK UNIFIED IDEOGRAPH-7648",
    },
    Character {
        age: "1.1",
        codepoint: 0x7649,
        name: "CJK UNIFIED IDEOGRAPH-7649",
    },
    Character {
        age: "1.1",
        codepoint: 0x764A,
        name: "CJK UNIFIED IDEOGRAPH-764A",
    },
    Character {
        age: "1.1",
        codepoint: 0x764B,
        name: "CJK UNIFIED IDEOGRAPH-764B",
    },
    Character {
        age: "1.1",
        codepoint: 0x764C,
        name: "CJK UNIFIED IDEOGRAPH-764C",
    },
    Character {
        age: "1.1",
        codepoint: 0x764D,
        name: "CJK UNIFIED IDEOGRAPH-764D",
    },
    Character {
        age: "1.1",
        codepoint: 0x764E,
        name: "CJK UNIFIED IDEOGRAPH-764E",
    },
    Character {
        age: "1.1",
        codepoint: 0x764F,
        name: "CJK UNIFIED IDEOGRAPH-764F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7650,
        name: "CJK UNIFIED IDEOGRAPH-7650",
    },
    Character {
        age: "1.1",
        codepoint: 0x7651,
        name: "CJK UNIFIED IDEOGRAPH-7651",
    },
    Character {
        age: "1.1",
        codepoint: 0x7652,
        name: "CJK UNIFIED IDEOGRAPH-7652",
    },
    Character {
        age: "1.1",
        codepoint: 0x7653,
        name: "CJK UNIFIED IDEOGRAPH-7653",
    },
    Character {
        age: "1.1",
        codepoint: 0x7654,
        name: "CJK UNIFIED IDEOGRAPH-7654",
    },
    Character {
        age: "1.1",
        codepoint: 0x7655,
        name: "CJK UNIFIED IDEOGRAPH-7655",
    },
    Character {
        age: "1.1",
        codepoint: 0x7656,
        name: "CJK UNIFIED IDEOGRAPH-7656",
    },
    Character {
        age: "1.1",
        codepoint: 0x7657,
        name: "CJK UNIFIED IDEOGRAPH-7657",
    },
    Character {
        age: "1.1",
        codepoint: 0x7658,
        name: "CJK UNIFIED IDEOGRAPH-7658",
    },
    Character {
        age: "1.1",
        codepoint: 0x7659,
        name: "CJK UNIFIED IDEOGRAPH-7659",
    },
    Character {
        age: "1.1",
        codepoint: 0x765A,
        name: "CJK UNIFIED IDEOGRAPH-765A",
    },
    Character {
        age: "1.1",
        codepoint: 0x765B,
        name: "CJK UNIFIED IDEOGRAPH-765B",
    },
    Character {
        age: "1.1",
        codepoint: 0x765C,
        name: "CJK UNIFIED IDEOGRAPH-765C",
    },
    Character {
        age: "1.1",
        codepoint: 0x765D,
        name: "CJK UNIFIED IDEOGRAPH-765D",
    },
    Character {
        age: "1.1",
        codepoint: 0x765E,
        name: "CJK UNIFIED IDEOGRAPH-765E",
    },
    Character {
        age: "1.1",
        codepoint: 0x765F,
        name: "CJK UNIFIED IDEOGRAPH-765F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7660,
        name: "CJK UNIFIED IDEOGRAPH-7660",
    },
    Character {
        age: "1.1",
        codepoint: 0x7661,
        name: "CJK UNIFIED IDEOGRAPH-7661",
    },
    Character {
        age: "1.1",
        codepoint: 0x7662,
        name: "CJK UNIFIED IDEOGRAPH-7662",
    },
    Character {
        age: "1.1",
        codepoint: 0x7663,
        name: "CJK UNIFIED IDEOGRAPH-7663",
    },
    Character {
        age: "1.1",
        codepoint: 0x7664,
        name: "CJK UNIFIED IDEOGRAPH-7664",
    },
    Character {
        age: "1.1",
        codepoint: 0x7665,
        name: "CJK UNIFIED IDEOGRAPH-7665",
    },
    Character {
        age: "1.1",
        codepoint: 0x7666,
        name: "CJK UNIFIED IDEOGRAPH-7666",
    },
    Character {
        age: "1.1",
        codepoint: 0x7667,
        name: "CJK UNIFIED IDEOGRAPH-7667",
    },
    Character {
        age: "1.1",
        codepoint: 0x7668,
        name: "CJK UNIFIED IDEOGRAPH-7668",
    },
    Character {
        age: "1.1",
        codepoint: 0x7669,
        name: "CJK UNIFIED IDEOGRAPH-7669",
    },
    Character {
        age: "1.1",
        codepoint: 0x766A,
        name: "CJK UNIFIED IDEOGRAPH-766A",
    },
    Character {
        age: "1.1",
        codepoint: 0x766B,
        name: "CJK UNIFIED IDEOGRAPH-766B",
    },
    Character {
        age: "1.1",
        codepoint: 0x766C,
        name: "CJK UNIFIED IDEOGRAPH-766C",
    },
    Character {
        age: "1.1",
        codepoint: 0x766D,
        name: "CJK UNIFIED IDEOGRAPH-766D",
    },
    Character {
        age: "1.1",
        codepoint: 0x766E,
        name: "CJK UNIFIED IDEOGRAPH-766E",
    },
    Character {
        age: "1.1",
        codepoint: 0x766F,
        name: "CJK UNIFIED IDEOGRAPH-766F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7670,
        name: "CJK UNIFIED IDEOGRAPH-7670",
    },
    Character {
        age: "1.1",
        codepoint: 0x7671,
        name: "CJK UNIFIED IDEOGRAPH-7671",
    },
    Character {
        age: "1.1",
        codepoint: 0x7672,
        name: "CJK UNIFIED IDEOGRAPH-7672",
    },
    Character {
        age: "1.1",
        codepoint: 0x7673,
        name: "CJK UNIFIED IDEOGRAPH-7673",
    },
    Character {
        age: "1.1",
        codepoint: 0x7674,
        name: "CJK UNIFIED IDEOGRAPH-7674",
    },
    Character {
        age: "1.1",
        codepoint: 0x7675,
        name: "CJK UNIFIED IDEOGRAPH-7675",
    },
    Character {
        age: "1.1",
        codepoint: 0x7676,
        name: "CJK UNIFIED IDEOGRAPH-7676",
    },
    Character {
        age: "1.1",
        codepoint: 0x7677,
        name: "CJK UNIFIED IDEOGRAPH-7677",
    },
    Character {
        age: "1.1",
        codepoint: 0x7678,
        name: "CJK UNIFIED IDEOGRAPH-7678",
    },
    Character {
        age: "1.1",
        codepoint: 0x7679,
        name: "CJK UNIFIED IDEOGRAPH-7679",
    },
    Character {
        age: "1.1",
        codepoint: 0x767A,
        name: "CJK UNIFIED IDEOGRAPH-767A",
    },
    Character {
        age: "1.1",
        codepoint: 0x767B,
        name: "CJK UNIFIED IDEOGRAPH-767B",
    },
    Character {
        age: "1.1",
        codepoint: 0x767C,
        name: "CJK UNIFIED IDEOGRAPH-767C",
    },
    Character {
        age: "1.1",
        codepoint: 0x767D,
        name: "CJK UNIFIED IDEOGRAPH-767D",
    },
    Character {
        age: "1.1",
        codepoint: 0x767E,
        name: "CJK UNIFIED IDEOGRAPH-767E",
    },
    Character {
        age: "1.1",
        codepoint: 0x767F,
        name: "CJK UNIFIED IDEOGRAPH-767F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7680,
        name: "CJK UNIFIED IDEOGRAPH-7680",
    },
    Character {
        age: "1.1",
        codepoint: 0x7681,
        name: "CJK UNIFIED IDEOGRAPH-7681",
    },
    Character {
        age: "1.1",
        codepoint: 0x7682,
        name: "CJK UNIFIED IDEOGRAPH-7682",
    },
    Character {
        age: "1.1",
        codepoint: 0x7683,
        name: "CJK UNIFIED IDEOGRAPH-7683",
    },
    Character {
        age: "1.1",
        codepoint: 0x7684,
        name: "CJK UNIFIED IDEOGRAPH-7684",
    },
    Character {
        age: "1.1",
        codepoint: 0x7685,
        name: "CJK UNIFIED IDEOGRAPH-7685",
    },
    Character {
        age: "1.1",
        codepoint: 0x7686,
        name: "CJK UNIFIED IDEOGRAPH-7686",
    },
    Character {
        age: "1.1",
        codepoint: 0x7687,
        name: "CJK UNIFIED IDEOGRAPH-7687",
    },
    Character {
        age: "1.1",
        codepoint: 0x7688,
        name: "CJK UNIFIED IDEOGRAPH-7688",
    },
    Character {
        age: "1.1",
        codepoint: 0x7689,
        name: "CJK UNIFIED IDEOGRAPH-7689",
    },
    Character {
        age: "1.1",
        codepoint: 0x768A,
        name: "CJK UNIFIED IDEOGRAPH-768A",
    },
    Character {
        age: "1.1",
        codepoint: 0x768B,
        name: "CJK UNIFIED IDEOGRAPH-768B",
    },
    Character {
        age: "1.1",
        codepoint: 0x768C,
        name: "CJK UNIFIED IDEOGRAPH-768C",
    },
    Character {
        age: "1.1",
        codepoint: 0x768D,
        name: "CJK UNIFIED IDEOGRAPH-768D",
    },
    Character {
        age: "1.1",
        codepoint: 0x768E,
        name: "CJK UNIFIED IDEOGRAPH-768E",
    },
    Character {
        age: "1.1",
        codepoint: 0x768F,
        name: "CJK UNIFIED IDEOGRAPH-768F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7690,
        name: "CJK UNIFIED IDEOGRAPH-7690",
    },
    Character {
        age: "1.1",
        codepoint: 0x7691,
        name: "CJK UNIFIED IDEOGRAPH-7691",
    },
    Character {
        age: "1.1",
        codepoint: 0x7692,
        name: "CJK UNIFIED IDEOGRAPH-7692",
    },
    Character {
        age: "1.1",
        codepoint: 0x7693,
        name: "CJK UNIFIED IDEOGRAPH-7693",
    },
    Character {
        age: "1.1",
        codepoint: 0x7694,
        name: "CJK UNIFIED IDEOGRAPH-7694",
    },
    Character {
        age: "1.1",
        codepoint: 0x7695,
        name: "CJK UNIFIED IDEOGRAPH-7695",
    },
    Character {
        age: "1.1",
        codepoint: 0x7696,
        name: "CJK UNIFIED IDEOGRAPH-7696",
    },
    Character {
        age: "1.1",
        codepoint: 0x7697,
        name: "CJK UNIFIED IDEOGRAPH-7697",
    },
    Character {
        age: "1.1",
        codepoint: 0x7698,
        name: "CJK UNIFIED IDEOGRAPH-7698",
    },
    Character {
        age: "1.1",
        codepoint: 0x7699,
        name: "CJK UNIFIED IDEOGRAPH-7699",
    },
    Character {
        age: "1.1",
        codepoint: 0x769A,
        name: "CJK UNIFIED IDEOGRAPH-769A",
    },
    Character {
        age: "1.1",
        codepoint: 0x769B,
        name: "CJK UNIFIED IDEOGRAPH-769B",
    },
    Character {
        age: "1.1",
        codepoint: 0x769C,
        name: "CJK UNIFIED IDEOGRAPH-769C",
    },
    Character {
        age: "1.1",
        codepoint: 0x769D,
        name: "CJK UNIFIED IDEOGRAPH-769D",
    },
    Character {
        age: "1.1",
        codepoint: 0x769E,
        name: "CJK UNIFIED IDEOGRAPH-769E",
    },
    Character {
        age: "1.1",
        codepoint: 0x769F,
        name: "CJK UNIFIED IDEOGRAPH-769F",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A0,
        name: "CJK UNIFIED IDEOGRAPH-76A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A1,
        name: "CJK UNIFIED IDEOGRAPH-76A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A2,
        name: "CJK UNIFIED IDEOGRAPH-76A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A3,
        name: "CJK UNIFIED IDEOGRAPH-76A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A4,
        name: "CJK UNIFIED IDEOGRAPH-76A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A5,
        name: "CJK UNIFIED IDEOGRAPH-76A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A6,
        name: "CJK UNIFIED IDEOGRAPH-76A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A7,
        name: "CJK UNIFIED IDEOGRAPH-76A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A8,
        name: "CJK UNIFIED IDEOGRAPH-76A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x76A9,
        name: "CJK UNIFIED IDEOGRAPH-76A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x76AA,
        name: "CJK UNIFIED IDEOGRAPH-76AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x76AB,
        name: "CJK UNIFIED IDEOGRAPH-76AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x76AC,
        name: "CJK UNIFIED IDEOGRAPH-76AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x76AD,
        name: "CJK UNIFIED IDEOGRAPH-76AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x76AE,
        name: "CJK UNIFIED IDEOGRAPH-76AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x76AF,
        name: "CJK UNIFIED IDEOGRAPH-76AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B0,
        name: "CJK UNIFIED IDEOGRAPH-76B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B1,
        name: "CJK UNIFIED IDEOGRAPH-76B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B2,
        name: "CJK UNIFIED IDEOGRAPH-76B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B3,
        name: "CJK UNIFIED IDEOGRAPH-76B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B4,
        name: "CJK UNIFIED IDEOGRAPH-76B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B5,
        name: "CJK UNIFIED IDEOGRAPH-76B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B6,
        name: "CJK UNIFIED IDEOGRAPH-76B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B7,
        name: "CJK UNIFIED IDEOGRAPH-76B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B8,
        name: "CJK UNIFIED IDEOGRAPH-76B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x76B9,
        name: "CJK UNIFIED IDEOGRAPH-76B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x76BA,
        name: "CJK UNIFIED IDEOGRAPH-76BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x76BB,
        name: "CJK UNIFIED IDEOGRAPH-76BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x76BC,
        name: "CJK UNIFIED IDEOGRAPH-76BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x76BD,
        name: "CJK UNIFIED IDEOGRAPH-76BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x76BE,
        name: "CJK UNIFIED IDEOGRAPH-76BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x76BF,
        name: "CJK UNIFIED IDEOGRAPH-76BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C0,
        name: "CJK UNIFIED IDEOGRAPH-76C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C1,
        name: "CJK UNIFIED IDEOGRAPH-76C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C2,
        name: "CJK UNIFIED IDEOGRAPH-76C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C3,
        name: "CJK UNIFIED IDEOGRAPH-76C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C4,
        name: "CJK UNIFIED IDEOGRAPH-76C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C5,
        name: "CJK UNIFIED IDEOGRAPH-76C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C6,
        name: "CJK UNIFIED IDEOGRAPH-76C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C7,
        name: "CJK UNIFIED IDEOGRAPH-76C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C8,
        name: "CJK UNIFIED IDEOGRAPH-76C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x76C9,
        name: "CJK UNIFIED IDEOGRAPH-76C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x76CA,
        name: "CJK UNIFIED IDEOGRAPH-76CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x76CB,
        name: "CJK UNIFIED IDEOGRAPH-76CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x76CC,
        name: "CJK UNIFIED IDEOGRAPH-76CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x76CD,
        name: "CJK UNIFIED IDEOGRAPH-76CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x76CE,
        name: "CJK UNIFIED IDEOGRAPH-76CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x76CF,
        name: "CJK UNIFIED IDEOGRAPH-76CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D0,
        name: "CJK UNIFIED IDEOGRAPH-76D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D1,
        name: "CJK UNIFIED IDEOGRAPH-76D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D2,
        name: "CJK UNIFIED IDEOGRAPH-76D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D3,
        name: "CJK UNIFIED IDEOGRAPH-76D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D4,
        name: "CJK UNIFIED IDEOGRAPH-76D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D5,
        name: "CJK UNIFIED IDEOGRAPH-76D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D6,
        name: "CJK UNIFIED IDEOGRAPH-76D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D7,
        name: "CJK UNIFIED IDEOGRAPH-76D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D8,
        name: "CJK UNIFIED IDEOGRAPH-76D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x76D9,
        name: "CJK UNIFIED IDEOGRAPH-76D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x76DA,
        name: "CJK UNIFIED IDEOGRAPH-76DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x76DB,
        name: "CJK UNIFIED IDEOGRAPH-76DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x76DC,
        name: "CJK UNIFIED IDEOGRAPH-76DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x76DD,
        name: "CJK UNIFIED IDEOGRAPH-76DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x76DE,
        name: "CJK UNIFIED IDEOGRAPH-76DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x76DF,
        name: "CJK UNIFIED IDEOGRAPH-76DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E0,
        name: "CJK UNIFIED IDEOGRAPH-76E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E1,
        name: "CJK UNIFIED IDEOGRAPH-76E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E2,
        name: "CJK UNIFIED IDEOGRAPH-76E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E3,
        name: "CJK UNIFIED IDEOGRAPH-76E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E4,
        name: "CJK UNIFIED IDEOGRAPH-76E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E5,
        name: "CJK UNIFIED IDEOGRAPH-76E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E6,
        name: "CJK UNIFIED IDEOGRAPH-76E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E7,
        name: "CJK UNIFIED IDEOGRAPH-76E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E8,
        name: "CJK UNIFIED IDEOGRAPH-76E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x76E9,
        name: "CJK UNIFIED IDEOGRAPH-76E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x76EA,
        name: "CJK UNIFIED IDEOGRAPH-76EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x76EB,
        name: "CJK UNIFIED IDEOGRAPH-76EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x76EC,
        name: "CJK UNIFIED IDEOGRAPH-76EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x76ED,
        name: "CJK UNIFIED IDEOGRAPH-76ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x76EE,
        name: "CJK UNIFIED IDEOGRAPH-76EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x76EF,
        name: "CJK UNIFIED IDEOGRAPH-76EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F0,
        name: "CJK UNIFIED IDEOGRAPH-76F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F1,
        name: "CJK UNIFIED IDEOGRAPH-76F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F2,
        name: "CJK UNIFIED IDEOGRAPH-76F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F3,
        name: "CJK UNIFIED IDEOGRAPH-76F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F4,
        name: "CJK UNIFIED IDEOGRAPH-76F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F5,
        name: "CJK UNIFIED IDEOGRAPH-76F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F6,
        name: "CJK UNIFIED IDEOGRAPH-76F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F7,
        name: "CJK UNIFIED IDEOGRAPH-76F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F8,
        name: "CJK UNIFIED IDEOGRAPH-76F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x76F9,
        name: "CJK UNIFIED IDEOGRAPH-76F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x76FA,
        name: "CJK UNIFIED IDEOGRAPH-76FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x76FB,
        name: "CJK UNIFIED IDEOGRAPH-76FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x76FC,
        name: "CJK UNIFIED IDEOGRAPH-76FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x76FD,
        name: "CJK UNIFIED IDEOGRAPH-76FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x76FE,
        name: "CJK UNIFIED IDEOGRAPH-76FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x76FF,
        name: "CJK UNIFIED IDEOGRAPH-76FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7700,
        name: "CJK UNIFIED IDEOGRAPH-7700",
    },
    Character {
        age: "1.1",
        codepoint: 0x7701,
        name: "CJK UNIFIED IDEOGRAPH-7701",
    },
    Character {
        age: "1.1",
        codepoint: 0x7702,
        name: "CJK UNIFIED IDEOGRAPH-7702",
    },
    Character {
        age: "1.1",
        codepoint: 0x7703,
        name: "CJK UNIFIED IDEOGRAPH-7703",
    },
    Character {
        age: "1.1",
        codepoint: 0x7704,
        name: "CJK UNIFIED IDEOGRAPH-7704",
    },
    Character {
        age: "1.1",
        codepoint: 0x7705,
        name: "CJK UNIFIED IDEOGRAPH-7705",
    },
    Character {
        age: "1.1",
        codepoint: 0x7706,
        name: "CJK UNIFIED IDEOGRAPH-7706",
    },
    Character {
        age: "1.1",
        codepoint: 0x7707,
        name: "CJK UNIFIED IDEOGRAPH-7707",
    },
    Character {
        age: "1.1",
        codepoint: 0x7708,
        name: "CJK UNIFIED IDEOGRAPH-7708",
    },
    Character {
        age: "1.1",
        codepoint: 0x7709,
        name: "CJK UNIFIED IDEOGRAPH-7709",
    },
    Character {
        age: "1.1",
        codepoint: 0x770A,
        name: "CJK UNIFIED IDEOGRAPH-770A",
    },
    Character {
        age: "1.1",
        codepoint: 0x770B,
        name: "CJK UNIFIED IDEOGRAPH-770B",
    },
    Character {
        age: "1.1",
        codepoint: 0x770C,
        name: "CJK UNIFIED IDEOGRAPH-770C",
    },
    Character {
        age: "1.1",
        codepoint: 0x770D,
        name: "CJK UNIFIED IDEOGRAPH-770D",
    },
    Character {
        age: "1.1",
        codepoint: 0x770E,
        name: "CJK UNIFIED IDEOGRAPH-770E",
    },
    Character {
        age: "1.1",
        codepoint: 0x770F,
        name: "CJK UNIFIED IDEOGRAPH-770F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7710,
        name: "CJK UNIFIED IDEOGRAPH-7710",
    },
    Character {
        age: "1.1",
        codepoint: 0x7711,
        name: "CJK UNIFIED IDEOGRAPH-7711",
    },
    Character {
        age: "1.1",
        codepoint: 0x7712,
        name: "CJK UNIFIED IDEOGRAPH-7712",
    },
    Character {
        age: "1.1",
        codepoint: 0x7713,
        name: "CJK UNIFIED IDEOGRAPH-7713",
    },
    Character {
        age: "1.1",
        codepoint: 0x7714,
        name: "CJK UNIFIED IDEOGRAPH-7714",
    },
    Character {
        age: "1.1",
        codepoint: 0x7715,
        name: "CJK UNIFIED IDEOGRAPH-7715",
    },
    Character {
        age: "1.1",
        codepoint: 0x7716,
        name: "CJK UNIFIED IDEOGRAPH-7716",
    },
    Character {
        age: "1.1",
        codepoint: 0x7717,
        name: "CJK UNIFIED IDEOGRAPH-7717",
    },
    Character {
        age: "1.1",
        codepoint: 0x7718,
        name: "CJK UNIFIED IDEOGRAPH-7718",
    },
    Character {
        age: "1.1",
        codepoint: 0x7719,
        name: "CJK UNIFIED IDEOGRAPH-7719",
    },
    Character {
        age: "1.1",
        codepoint: 0x771A,
        name: "CJK UNIFIED IDEOGRAPH-771A",
    },
    Character {
        age: "1.1",
        codepoint: 0x771B,
        name: "CJK UNIFIED IDEOGRAPH-771B",
    },
    Character {
        age: "1.1",
        codepoint: 0x771C,
        name: "CJK UNIFIED IDEOGRAPH-771C",
    },
    Character {
        age: "1.1",
        codepoint: 0x771D,
        name: "CJK UNIFIED IDEOGRAPH-771D",
    },
    Character {
        age: "1.1",
        codepoint: 0x771E,
        name: "CJK UNIFIED IDEOGRAPH-771E",
    },
    Character {
        age: "1.1",
        codepoint: 0x771F,
        name: "CJK UNIFIED IDEOGRAPH-771F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7720,
        name: "CJK UNIFIED IDEOGRAPH-7720",
    },
    Character {
        age: "1.1",
        codepoint: 0x7721,
        name: "CJK UNIFIED IDEOGRAPH-7721",
    },
    Character {
        age: "1.1",
        codepoint: 0x7722,
        name: "CJK UNIFIED IDEOGRAPH-7722",
    },
    Character {
        age: "1.1",
        codepoint: 0x7723,
        name: "CJK UNIFIED IDEOGRAPH-7723",
    },
    Character {
        age: "1.1",
        codepoint: 0x7724,
        name: "CJK UNIFIED IDEOGRAPH-7724",
    },
    Character {
        age: "1.1",
        codepoint: 0x7725,
        name: "CJK UNIFIED IDEOGRAPH-7725",
    },
    Character {
        age: "1.1",
        codepoint: 0x7726,
        name: "CJK UNIFIED IDEOGRAPH-7726",
    },
    Character {
        age: "1.1",
        codepoint: 0x7727,
        name: "CJK UNIFIED IDEOGRAPH-7727",
    },
    Character {
        age: "1.1",
        codepoint: 0x7728,
        name: "CJK UNIFIED IDEOGRAPH-7728",
    },
    Character {
        age: "1.1",
        codepoint: 0x7729,
        name: "CJK UNIFIED IDEOGRAPH-7729",
    },
    Character {
        age: "1.1",
        codepoint: 0x772A,
        name: "CJK UNIFIED IDEOGRAPH-772A",
    },
    Character {
        age: "1.1",
        codepoint: 0x772B,
        name: "CJK UNIFIED IDEOGRAPH-772B",
    },
    Character {
        age: "1.1",
        codepoint: 0x772C,
        name: "CJK UNIFIED IDEOGRAPH-772C",
    },
    Character {
        age: "1.1",
        codepoint: 0x772D,
        name: "CJK UNIFIED IDEOGRAPH-772D",
    },
    Character {
        age: "1.1",
        codepoint: 0x772E,
        name: "CJK UNIFIED IDEOGRAPH-772E",
    },
    Character {
        age: "1.1",
        codepoint: 0x772F,
        name: "CJK UNIFIED IDEOGRAPH-772F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7730,
        name: "CJK UNIFIED IDEOGRAPH-7730",
    },
    Character {
        age: "1.1",
        codepoint: 0x7731,
        name: "CJK UNIFIED IDEOGRAPH-7731",
    },
    Character {
        age: "1.1",
        codepoint: 0x7732,
        name: "CJK UNIFIED IDEOGRAPH-7732",
    },
    Character {
        age: "1.1",
        codepoint: 0x7733,
        name: "CJK UNIFIED IDEOGRAPH-7733",
    },
    Character {
        age: "1.1",
        codepoint: 0x7734,
        name: "CJK UNIFIED IDEOGRAPH-7734",
    },
    Character {
        age: "1.1",
        codepoint: 0x7735,
        name: "CJK UNIFIED IDEOGRAPH-7735",
    },
    Character {
        age: "1.1",
        codepoint: 0x7736,
        name: "CJK UNIFIED IDEOGRAPH-7736",
    },
    Character {
        age: "1.1",
        codepoint: 0x7737,
        name: "CJK UNIFIED IDEOGRAPH-7737",
    },
    Character {
        age: "1.1",
        codepoint: 0x7738,
        name: "CJK UNIFIED IDEOGRAPH-7738",
    },
    Character {
        age: "1.1",
        codepoint: 0x7739,
        name: "CJK UNIFIED IDEOGRAPH-7739",
    },
    Character {
        age: "1.1",
        codepoint: 0x773A,
        name: "CJK UNIFIED IDEOGRAPH-773A",
    },
    Character {
        age: "1.1",
        codepoint: 0x773B,
        name: "CJK UNIFIED IDEOGRAPH-773B",
    },
    Character {
        age: "1.1",
        codepoint: 0x773C,
        name: "CJK UNIFIED IDEOGRAPH-773C",
    },
    Character {
        age: "1.1",
        codepoint: 0x773D,
        name: "CJK UNIFIED IDEOGRAPH-773D",
    },
    Character {
        age: "1.1",
        codepoint: 0x773E,
        name: "CJK UNIFIED IDEOGRAPH-773E",
    },
    Character {
        age: "1.1",
        codepoint: 0x773F,
        name: "CJK UNIFIED IDEOGRAPH-773F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7740,
        name: "CJK UNIFIED IDEOGRAPH-7740",
    },
    Character {
        age: "1.1",
        codepoint: 0x7741,
        name: "CJK UNIFIED IDEOGRAPH-7741",
    },
    Character {
        age: "1.1",
        codepoint: 0x7742,
        name: "CJK UNIFIED IDEOGRAPH-7742",
    },
    Character {
        age: "1.1",
        codepoint: 0x7743,
        name: "CJK UNIFIED IDEOGRAPH-7743",
    },
    Character {
        age: "1.1",
        codepoint: 0x7744,
        name: "CJK UNIFIED IDEOGRAPH-7744",
    },
    Character {
        age: "1.1",
        codepoint: 0x7745,
        name: "CJK UNIFIED IDEOGRAPH-7745",
    },
    Character {
        age: "1.1",
        codepoint: 0x7746,
        name: "CJK UNIFIED IDEOGRAPH-7746",
    },
    Character {
        age: "1.1",
        codepoint: 0x7747,
        name: "CJK UNIFIED IDEOGRAPH-7747",
    },
    Character {
        age: "1.1",
        codepoint: 0x7748,
        name: "CJK UNIFIED IDEOGRAPH-7748",
    },
    Character {
        age: "1.1",
        codepoint: 0x7749,
        name: "CJK UNIFIED IDEOGRAPH-7749",
    },
    Character {
        age: "1.1",
        codepoint: 0x774A,
        name: "CJK UNIFIED IDEOGRAPH-774A",
    },
    Character {
        age: "1.1",
        codepoint: 0x774B,
        name: "CJK UNIFIED IDEOGRAPH-774B",
    },
    Character {
        age: "1.1",
        codepoint: 0x774C,
        name: "CJK UNIFIED IDEOGRAPH-774C",
    },
    Character {
        age: "1.1",
        codepoint: 0x774D,
        name: "CJK UNIFIED IDEOGRAPH-774D",
    },
    Character {
        age: "1.1",
        codepoint: 0x774E,
        name: "CJK UNIFIED IDEOGRAPH-774E",
    },
    Character {
        age: "1.1",
        codepoint: 0x774F,
        name: "CJK UNIFIED IDEOGRAPH-774F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7750,
        name: "CJK UNIFIED IDEOGRAPH-7750",
    },
    Character {
        age: "1.1",
        codepoint: 0x7751,
        name: "CJK UNIFIED IDEOGRAPH-7751",
    },
    Character {
        age: "1.1",
        codepoint: 0x7752,
        name: "CJK UNIFIED IDEOGRAPH-7752",
    },
    Character {
        age: "1.1",
        codepoint: 0x7753,
        name: "CJK UNIFIED IDEOGRAPH-7753",
    },
    Character {
        age: "1.1",
        codepoint: 0x7754,
        name: "CJK UNIFIED IDEOGRAPH-7754",
    },
    Character {
        age: "1.1",
        codepoint: 0x7755,
        name: "CJK UNIFIED IDEOGRAPH-7755",
    },
    Character {
        age: "1.1",
        codepoint: 0x7756,
        name: "CJK UNIFIED IDEOGRAPH-7756",
    },
    Character {
        age: "1.1",
        codepoint: 0x7757,
        name: "CJK UNIFIED IDEOGRAPH-7757",
    },
    Character {
        age: "1.1",
        codepoint: 0x7758,
        name: "CJK UNIFIED IDEOGRAPH-7758",
    },
    Character {
        age: "1.1",
        codepoint: 0x7759,
        name: "CJK UNIFIED IDEOGRAPH-7759",
    },
    Character {
        age: "1.1",
        codepoint: 0x775A,
        name: "CJK UNIFIED IDEOGRAPH-775A",
    },
    Character {
        age: "1.1",
        codepoint: 0x775B,
        name: "CJK UNIFIED IDEOGRAPH-775B",
    },
    Character {
        age: "1.1",
        codepoint: 0x775C,
        name: "CJK UNIFIED IDEOGRAPH-775C",
    },
    Character {
        age: "1.1",
        codepoint: 0x775D,
        name: "CJK UNIFIED IDEOGRAPH-775D",
    },
    Character {
        age: "1.1",
        codepoint: 0x775E,
        name: "CJK UNIFIED IDEOGRAPH-775E",
    },
    Character {
        age: "1.1",
        codepoint: 0x775F,
        name: "CJK UNIFIED IDEOGRAPH-775F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7760,
        name: "CJK UNIFIED IDEOGRAPH-7760",
    },
    Character {
        age: "1.1",
        codepoint: 0x7761,
        name: "CJK UNIFIED IDEOGRAPH-7761",
    },
    Character {
        age: "1.1",
        codepoint: 0x7762,
        name: "CJK UNIFIED IDEOGRAPH-7762",
    },
    Character {
        age: "1.1",
        codepoint: 0x7763,
        name: "CJK UNIFIED IDEOGRAPH-7763",
    },
    Character {
        age: "1.1",
        codepoint: 0x7764,
        name: "CJK UNIFIED IDEOGRAPH-7764",
    },
    Character {
        age: "1.1",
        codepoint: 0x7765,
        name: "CJK UNIFIED IDEOGRAPH-7765",
    },
    Character {
        age: "1.1",
        codepoint: 0x7766,
        name: "CJK UNIFIED IDEOGRAPH-7766",
    },
    Character {
        age: "1.1",
        codepoint: 0x7767,
        name: "CJK UNIFIED IDEOGRAPH-7767",
    },
    Character {
        age: "1.1",
        codepoint: 0x7768,
        name: "CJK UNIFIED IDEOGRAPH-7768",
    },
    Character {
        age: "1.1",
        codepoint: 0x7769,
        name: "CJK UNIFIED IDEOGRAPH-7769",
    },
    Character {
        age: "1.1",
        codepoint: 0x776A,
        name: "CJK UNIFIED IDEOGRAPH-776A",
    },
    Character {
        age: "1.1",
        codepoint: 0x776B,
        name: "CJK UNIFIED IDEOGRAPH-776B",
    },
    Character {
        age: "1.1",
        codepoint: 0x776C,
        name: "CJK UNIFIED IDEOGRAPH-776C",
    },
    Character {
        age: "1.1",
        codepoint: 0x776D,
        name: "CJK UNIFIED IDEOGRAPH-776D",
    },
    Character {
        age: "1.1",
        codepoint: 0x776E,
        name: "CJK UNIFIED IDEOGRAPH-776E",
    },
    Character {
        age: "1.1",
        codepoint: 0x776F,
        name: "CJK UNIFIED IDEOGRAPH-776F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7770,
        name: "CJK UNIFIED IDEOGRAPH-7770",
    },
    Character {
        age: "1.1",
        codepoint: 0x7771,
        name: "CJK UNIFIED IDEOGRAPH-7771",
    },
    Character {
        age: "1.1",
        codepoint: 0x7772,
        name: "CJK UNIFIED IDEOGRAPH-7772",
    },
    Character {
        age: "1.1",
        codepoint: 0x7773,
        name: "CJK UNIFIED IDEOGRAPH-7773",
    },
    Character {
        age: "1.1",
        codepoint: 0x7774,
        name: "CJK UNIFIED IDEOGRAPH-7774",
    },
    Character {
        age: "1.1",
        codepoint: 0x7775,
        name: "CJK UNIFIED IDEOGRAPH-7775",
    },
    Character {
        age: "1.1",
        codepoint: 0x7776,
        name: "CJK UNIFIED IDEOGRAPH-7776",
    },
    Character {
        age: "1.1",
        codepoint: 0x7777,
        name: "CJK UNIFIED IDEOGRAPH-7777",
    },
    Character {
        age: "1.1",
        codepoint: 0x7778,
        name: "CJK UNIFIED IDEOGRAPH-7778",
    },
    Character {
        age: "1.1",
        codepoint: 0x7779,
        name: "CJK UNIFIED IDEOGRAPH-7779",
    },
    Character {
        age: "1.1",
        codepoint: 0x777A,
        name: "CJK UNIFIED IDEOGRAPH-777A",
    },
    Character {
        age: "1.1",
        codepoint: 0x777B,
        name: "CJK UNIFIED IDEOGRAPH-777B",
    },
    Character {
        age: "1.1",
        codepoint: 0x777C,
        name: "CJK UNIFIED IDEOGRAPH-777C",
    },
    Character {
        age: "1.1",
        codepoint: 0x777D,
        name: "CJK UNIFIED IDEOGRAPH-777D",
    },
    Character {
        age: "1.1",
        codepoint: 0x777E,
        name: "CJK UNIFIED IDEOGRAPH-777E",
    },
    Character {
        age: "1.1",
        codepoint: 0x777F,
        name: "CJK UNIFIED IDEOGRAPH-777F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7780,
        name: "CJK UNIFIED IDEOGRAPH-7780",
    },
    Character {
        age: "1.1",
        codepoint: 0x7781,
        name: "CJK UNIFIED IDEOGRAPH-7781",
    },
    Character {
        age: "1.1",
        codepoint: 0x7782,
        name: "CJK UNIFIED IDEOGRAPH-7782",
    },
    Character {
        age: "1.1",
        codepoint: 0x7783,
        name: "CJK UNIFIED IDEOGRAPH-7783",
    },
    Character {
        age: "1.1",
        codepoint: 0x7784,
        name: "CJK UNIFIED IDEOGRAPH-7784",
    },
    Character {
        age: "1.1",
        codepoint: 0x7785,
        name: "CJK UNIFIED IDEOGRAPH-7785",
    },
    Character {
        age: "1.1",
        codepoint: 0x7786,
        name: "CJK UNIFIED IDEOGRAPH-7786",
    },
    Character {
        age: "1.1",
        codepoint: 0x7787,
        name: "CJK UNIFIED IDEOGRAPH-7787",
    },
    Character {
        age: "1.1",
        codepoint: 0x7788,
        name: "CJK UNIFIED IDEOGRAPH-7788",
    },
    Character {
        age: "1.1",
        codepoint: 0x7789,
        name: "CJK UNIFIED IDEOGRAPH-7789",
    },
    Character {
        age: "1.1",
        codepoint: 0x778A,
        name: "CJK UNIFIED IDEOGRAPH-778A",
    },
    Character {
        age: "1.1",
        codepoint: 0x778B,
        name: "CJK UNIFIED IDEOGRAPH-778B",
    },
    Character {
        age: "1.1",
        codepoint: 0x778C,
        name: "CJK UNIFIED IDEOGRAPH-778C",
    },
    Character {
        age: "1.1",
        codepoint: 0x778D,
        name: "CJK UNIFIED IDEOGRAPH-778D",
    },
    Character {
        age: "1.1",
        codepoint: 0x778E,
        name: "CJK UNIFIED IDEOGRAPH-778E",
    },
    Character {
        age: "1.1",
        codepoint: 0x778F,
        name: "CJK UNIFIED IDEOGRAPH-778F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7790,
        name: "CJK UNIFIED IDEOGRAPH-7790",
    },
    Character {
        age: "1.1",
        codepoint: 0x7791,
        name: "CJK UNIFIED IDEOGRAPH-7791",
    },
    Character {
        age: "1.1",
        codepoint: 0x7792,
        name: "CJK UNIFIED IDEOGRAPH-7792",
    },
    Character {
        age: "1.1",
        codepoint: 0x7793,
        name: "CJK UNIFIED IDEOGRAPH-7793",
    },
    Character {
        age: "1.1",
        codepoint: 0x7794,
        name: "CJK UNIFIED IDEOGRAPH-7794",
    },
    Character {
        age: "1.1",
        codepoint: 0x7795,
        name: "CJK UNIFIED IDEOGRAPH-7795",
    },
    Character {
        age: "1.1",
        codepoint: 0x7796,
        name: "CJK UNIFIED IDEOGRAPH-7796",
    },
    Character {
        age: "1.1",
        codepoint: 0x7797,
        name: "CJK UNIFIED IDEOGRAPH-7797",
    },
    Character {
        age: "1.1",
        codepoint: 0x7798,
        name: "CJK UNIFIED IDEOGRAPH-7798",
    },
    Character {
        age: "1.1",
        codepoint: 0x7799,
        name: "CJK UNIFIED IDEOGRAPH-7799",
    },
    Character {
        age: "1.1",
        codepoint: 0x779A,
        name: "CJK UNIFIED IDEOGRAPH-779A",
    },
    Character {
        age: "1.1",
        codepoint: 0x779B,
        name: "CJK UNIFIED IDEOGRAPH-779B",
    },
    Character {
        age: "1.1",
        codepoint: 0x779C,
        name: "CJK UNIFIED IDEOGRAPH-779C",
    },
    Character {
        age: "1.1",
        codepoint: 0x779D,
        name: "CJK UNIFIED IDEOGRAPH-779D",
    },
    Character {
        age: "1.1",
        codepoint: 0x779E,
        name: "CJK UNIFIED IDEOGRAPH-779E",
    },
    Character {
        age: "1.1",
        codepoint: 0x779F,
        name: "CJK UNIFIED IDEOGRAPH-779F",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A0,
        name: "CJK UNIFIED IDEOGRAPH-77A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A1,
        name: "CJK UNIFIED IDEOGRAPH-77A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A2,
        name: "CJK UNIFIED IDEOGRAPH-77A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A3,
        name: "CJK UNIFIED IDEOGRAPH-77A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A4,
        name: "CJK UNIFIED IDEOGRAPH-77A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A5,
        name: "CJK UNIFIED IDEOGRAPH-77A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A6,
        name: "CJK UNIFIED IDEOGRAPH-77A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A7,
        name: "CJK UNIFIED IDEOGRAPH-77A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A8,
        name: "CJK UNIFIED IDEOGRAPH-77A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x77A9,
        name: "CJK UNIFIED IDEOGRAPH-77A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x77AA,
        name: "CJK UNIFIED IDEOGRAPH-77AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x77AB,
        name: "CJK UNIFIED IDEOGRAPH-77AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x77AC,
        name: "CJK UNIFIED IDEOGRAPH-77AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x77AD,
        name: "CJK UNIFIED IDEOGRAPH-77AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x77AE,
        name: "CJK UNIFIED IDEOGRAPH-77AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x77AF,
        name: "CJK UNIFIED IDEOGRAPH-77AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B0,
        name: "CJK UNIFIED IDEOGRAPH-77B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B1,
        name: "CJK UNIFIED IDEOGRAPH-77B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B2,
        name: "CJK UNIFIED IDEOGRAPH-77B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B3,
        name: "CJK UNIFIED IDEOGRAPH-77B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B4,
        name: "CJK UNIFIED IDEOGRAPH-77B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B5,
        name: "CJK UNIFIED IDEOGRAPH-77B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B6,
        name: "CJK UNIFIED IDEOGRAPH-77B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B7,
        name: "CJK UNIFIED IDEOGRAPH-77B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B8,
        name: "CJK UNIFIED IDEOGRAPH-77B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x77B9,
        name: "CJK UNIFIED IDEOGRAPH-77B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x77BA,
        name: "CJK UNIFIED IDEOGRAPH-77BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x77BB,
        name: "CJK UNIFIED IDEOGRAPH-77BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x77BC,
        name: "CJK UNIFIED IDEOGRAPH-77BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x77BD,
        name: "CJK UNIFIED IDEOGRAPH-77BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x77BE,
        name: "CJK UNIFIED IDEOGRAPH-77BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x77BF,
        name: "CJK UNIFIED IDEOGRAPH-77BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C0,
        name: "CJK UNIFIED IDEOGRAPH-77C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C1,
        name: "CJK UNIFIED IDEOGRAPH-77C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C2,
        name: "CJK UNIFIED IDEOGRAPH-77C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C3,
        name: "CJK UNIFIED IDEOGRAPH-77C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C4,
        name: "CJK UNIFIED IDEOGRAPH-77C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C5,
        name: "CJK UNIFIED IDEOGRAPH-77C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C6,
        name: "CJK UNIFIED IDEOGRAPH-77C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C7,
        name: "CJK UNIFIED IDEOGRAPH-77C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C8,
        name: "CJK UNIFIED IDEOGRAPH-77C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x77C9,
        name: "CJK UNIFIED IDEOGRAPH-77C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x77CA,
        name: "CJK UNIFIED IDEOGRAPH-77CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x77CB,
        name: "CJK UNIFIED IDEOGRAPH-77CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x77CC,
        name: "CJK UNIFIED IDEOGRAPH-77CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x77CD,
        name: "CJK UNIFIED IDEOGRAPH-77CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x77CE,
        name: "CJK UNIFIED IDEOGRAPH-77CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x77CF,
        name: "CJK UNIFIED IDEOGRAPH-77CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D0,
        name: "CJK UNIFIED IDEOGRAPH-77D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D1,
        name: "CJK UNIFIED IDEOGRAPH-77D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D2,
        name: "CJK UNIFIED IDEOGRAPH-77D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D3,
        name: "CJK UNIFIED IDEOGRAPH-77D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D4,
        name: "CJK UNIFIED IDEOGRAPH-77D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D5,
        name: "CJK UNIFIED IDEOGRAPH-77D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D6,
        name: "CJK UNIFIED IDEOGRAPH-77D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D7,
        name: "CJK UNIFIED IDEOGRAPH-77D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D8,
        name: "CJK UNIFIED IDEOGRAPH-77D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x77D9,
        name: "CJK UNIFIED IDEOGRAPH-77D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x77DA,
        name: "CJK UNIFIED IDEOGRAPH-77DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x77DB,
        name: "CJK UNIFIED IDEOGRAPH-77DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x77DC,
        name: "CJK UNIFIED IDEOGRAPH-77DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x77DD,
        name: "CJK UNIFIED IDEOGRAPH-77DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x77DE,
        name: "CJK UNIFIED IDEOGRAPH-77DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x77DF,
        name: "CJK UNIFIED IDEOGRAPH-77DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E0,
        name: "CJK UNIFIED IDEOGRAPH-77E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E1,
        name: "CJK UNIFIED IDEOGRAPH-77E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E2,
        name: "CJK UNIFIED IDEOGRAPH-77E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E3,
        name: "CJK UNIFIED IDEOGRAPH-77E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E4,
        name: "CJK UNIFIED IDEOGRAPH-77E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E5,
        name: "CJK UNIFIED IDEOGRAPH-77E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E6,
        name: "CJK UNIFIED IDEOGRAPH-77E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E7,
        name: "CJK UNIFIED IDEOGRAPH-77E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E8,
        name: "CJK UNIFIED IDEOGRAPH-77E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x77E9,
        name: "CJK UNIFIED IDEOGRAPH-77E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x77EA,
        name: "CJK UNIFIED IDEOGRAPH-77EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x77EB,
        name: "CJK UNIFIED IDEOGRAPH-77EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x77EC,
        name: "CJK UNIFIED IDEOGRAPH-77EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x77ED,
        name: "CJK UNIFIED IDEOGRAPH-77ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x77EE,
        name: "CJK UNIFIED IDEOGRAPH-77EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x77EF,
        name: "CJK UNIFIED IDEOGRAPH-77EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F0,
        name: "CJK UNIFIED IDEOGRAPH-77F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F1,
        name: "CJK UNIFIED IDEOGRAPH-77F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F2,
        name: "CJK UNIFIED IDEOGRAPH-77F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F3,
        name: "CJK UNIFIED IDEOGRAPH-77F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F4,
        name: "CJK UNIFIED IDEOGRAPH-77F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F5,
        name: "CJK UNIFIED IDEOGRAPH-77F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F6,
        name: "CJK UNIFIED IDEOGRAPH-77F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F7,
        name: "CJK UNIFIED IDEOGRAPH-77F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F8,
        name: "CJK UNIFIED IDEOGRAPH-77F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x77F9,
        name: "CJK UNIFIED IDEOGRAPH-77F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x77FA,
        name: "CJK UNIFIED IDEOGRAPH-77FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x77FB,
        name: "CJK UNIFIED IDEOGRAPH-77FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x77FC,
        name: "CJK UNIFIED IDEOGRAPH-77FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x77FD,
        name: "CJK UNIFIED IDEOGRAPH-77FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x77FE,
        name: "CJK UNIFIED IDEOGRAPH-77FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x77FF,
        name: "CJK UNIFIED IDEOGRAPH-77FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7800,
        name: "CJK UNIFIED IDEOGRAPH-7800",
    },
    Character {
        age: "1.1",
        codepoint: 0x7801,
        name: "CJK UNIFIED IDEOGRAPH-7801",
    },
    Character {
        age: "1.1",
        codepoint: 0x7802,
        name: "CJK UNIFIED IDEOGRAPH-7802",
    },
    Character {
        age: "1.1",
        codepoint: 0x7803,
        name: "CJK UNIFIED IDEOGRAPH-7803",
    },
    Character {
        age: "1.1",
        codepoint: 0x7804,
        name: "CJK UNIFIED IDEOGRAPH-7804",
    },
    Character {
        age: "1.1",
        codepoint: 0x7805,
        name: "CJK UNIFIED IDEOGRAPH-7805",
    },
    Character {
        age: "1.1",
        codepoint: 0x7806,
        name: "CJK UNIFIED IDEOGRAPH-7806",
    },
    Character {
        age: "1.1",
        codepoint: 0x7807,
        name: "CJK UNIFIED IDEOGRAPH-7807",
    },
    Character {
        age: "1.1",
        codepoint: 0x7808,
        name: "CJK UNIFIED IDEOGRAPH-7808",
    },
    Character {
        age: "1.1",
        codepoint: 0x7809,
        name: "CJK UNIFIED IDEOGRAPH-7809",
    },
    Character {
        age: "1.1",
        codepoint: 0x780A,
        name: "CJK UNIFIED IDEOGRAPH-780A",
    },
    Character {
        age: "1.1",
        codepoint: 0x780B,
        name: "CJK UNIFIED IDEOGRAPH-780B",
    },
    Character {
        age: "1.1",
        codepoint: 0x780C,
        name: "CJK UNIFIED IDEOGRAPH-780C",
    },
    Character {
        age: "1.1",
        codepoint: 0x780D,
        name: "CJK UNIFIED IDEOGRAPH-780D",
    },
    Character {
        age: "1.1",
        codepoint: 0x780E,
        name: "CJK UNIFIED IDEOGRAPH-780E",
    },
    Character {
        age: "1.1",
        codepoint: 0x780F,
        name: "CJK UNIFIED IDEOGRAPH-780F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7810,
        name: "CJK UNIFIED IDEOGRAPH-7810",
    },
    Character {
        age: "1.1",
        codepoint: 0x7811,
        name: "CJK UNIFIED IDEOGRAPH-7811",
    },
    Character {
        age: "1.1",
        codepoint: 0x7812,
        name: "CJK UNIFIED IDEOGRAPH-7812",
    },
    Character {
        age: "1.1",
        codepoint: 0x7813,
        name: "CJK UNIFIED IDEOGRAPH-7813",
    },
    Character {
        age: "1.1",
        codepoint: 0x7814,
        name: "CJK UNIFIED IDEOGRAPH-7814",
    },
    Character {
        age: "1.1",
        codepoint: 0x7815,
        name: "CJK UNIFIED IDEOGRAPH-7815",
    },
    Character {
        age: "1.1",
        codepoint: 0x7816,
        name: "CJK UNIFIED IDEOGRAPH-7816",
    },
    Character {
        age: "1.1",
        codepoint: 0x7817,
        name: "CJK UNIFIED IDEOGRAPH-7817",
    },
    Character {
        age: "1.1",
        codepoint: 0x7818,
        name: "CJK UNIFIED IDEOGRAPH-7818",
    },
    Character {
        age: "1.1",
        codepoint: 0x7819,
        name: "CJK UNIFIED IDEOGRAPH-7819",
    },
    Character {
        age: "1.1",
        codepoint: 0x781A,
        name: "CJK UNIFIED IDEOGRAPH-781A",
    },
    Character {
        age: "1.1",
        codepoint: 0x781B,
        name: "CJK UNIFIED IDEOGRAPH-781B",
    },
    Character {
        age: "1.1",
        codepoint: 0x781C,
        name: "CJK UNIFIED IDEOGRAPH-781C",
    },
    Character {
        age: "1.1",
        codepoint: 0x781D,
        name: "CJK UNIFIED IDEOGRAPH-781D",
    },
    Character {
        age: "1.1",
        codepoint: 0x781E,
        name: "CJK UNIFIED IDEOGRAPH-781E",
    },
    Character {
        age: "1.1",
        codepoint: 0x781F,
        name: "CJK UNIFIED IDEOGRAPH-781F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7820,
        name: "CJK UNIFIED IDEOGRAPH-7820",
    },
    Character {
        age: "1.1",
        codepoint: 0x7821,
        name: "CJK UNIFIED IDEOGRAPH-7821",
    },
    Character {
        age: "1.1",
        codepoint: 0x7822,
        name: "CJK UNIFIED IDEOGRAPH-7822",
    },
    Character {
        age: "1.1",
        codepoint: 0x7823,
        name: "CJK UNIFIED IDEOGRAPH-7823",
    },
    Character {
        age: "1.1",
        codepoint: 0x7824,
        name: "CJK UNIFIED IDEOGRAPH-7824",
    },
    Character {
        age: "1.1",
        codepoint: 0x7825,
        name: "CJK UNIFIED IDEOGRAPH-7825",
    },
    Character {
        age: "1.1",
        codepoint: 0x7826,
        name: "CJK UNIFIED IDEOGRAPH-7826",
    },
    Character {
        age: "1.1",
        codepoint: 0x7827,
        name: "CJK UNIFIED IDEOGRAPH-7827",
    },
    Character {
        age: "1.1",
        codepoint: 0x7828,
        name: "CJK UNIFIED IDEOGRAPH-7828",
    },
    Character {
        age: "1.1",
        codepoint: 0x7829,
        name: "CJK UNIFIED IDEOGRAPH-7829",
    },
    Character {
        age: "1.1",
        codepoint: 0x782A,
        name: "CJK UNIFIED IDEOGRAPH-782A",
    },
    Character {
        age: "1.1",
        codepoint: 0x782B,
        name: "CJK UNIFIED IDEOGRAPH-782B",
    },
    Character {
        age: "1.1",
        codepoint: 0x782C,
        name: "CJK UNIFIED IDEOGRAPH-782C",
    },
    Character {
        age: "1.1",
        codepoint: 0x782D,
        name: "CJK UNIFIED IDEOGRAPH-782D",
    },
    Character {
        age: "1.1",
        codepoint: 0x782E,
        name: "CJK UNIFIED IDEOGRAPH-782E",
    },
    Character {
        age: "1.1",
        codepoint: 0x782F,
        name: "CJK UNIFIED IDEOGRAPH-782F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7830,
        name: "CJK UNIFIED IDEOGRAPH-7830",
    },
    Character {
        age: "1.1",
        codepoint: 0x7831,
        name: "CJK UNIFIED IDEOGRAPH-7831",
    },
    Character {
        age: "1.1",
        codepoint: 0x7832,
        name: "CJK UNIFIED IDEOGRAPH-7832",
    },
    Character {
        age: "1.1",
        codepoint: 0x7833,
        name: "CJK UNIFIED IDEOGRAPH-7833",
    },
    Character {
        age: "1.1",
        codepoint: 0x7834,
        name: "CJK UNIFIED IDEOGRAPH-7834",
    },
    Character {
        age: "1.1",
        codepoint: 0x7835,
        name: "CJK UNIFIED IDEOGRAPH-7835",
    },
    Character {
        age: "1.1",
        codepoint: 0x7836,
        name: "CJK UNIFIED IDEOGRAPH-7836",
    },
    Character {
        age: "1.1",
        codepoint: 0x7837,
        name: "CJK UNIFIED IDEOGRAPH-7837",
    },
    Character {
        age: "1.1",
        codepoint: 0x7838,
        name: "CJK UNIFIED IDEOGRAPH-7838",
    },
    Character {
        age: "1.1",
        codepoint: 0x7839,
        name: "CJK UNIFIED IDEOGRAPH-7839",
    },
    Character {
        age: "1.1",
        codepoint: 0x783A,
        name: "CJK UNIFIED IDEOGRAPH-783A",
    },
    Character {
        age: "1.1",
        codepoint: 0x783B,
        name: "CJK UNIFIED IDEOGRAPH-783B",
    },
    Character {
        age: "1.1",
        codepoint: 0x783C,
        name: "CJK UNIFIED IDEOGRAPH-783C",
    },
    Character {
        age: "1.1",
        codepoint: 0x783D,
        name: "CJK UNIFIED IDEOGRAPH-783D",
    },
    Character {
        age: "1.1",
        codepoint: 0x783E,
        name: "CJK UNIFIED IDEOGRAPH-783E",
    },
    Character {
        age: "1.1",
        codepoint: 0x783F,
        name: "CJK UNIFIED IDEOGRAPH-783F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7840,
        name: "CJK UNIFIED IDEOGRAPH-7840",
    },
    Character {
        age: "1.1",
        codepoint: 0x7841,
        name: "CJK UNIFIED IDEOGRAPH-7841",
    },
    Character {
        age: "1.1",
        codepoint: 0x7842,
        name: "CJK UNIFIED IDEOGRAPH-7842",
    },
    Character {
        age: "1.1",
        codepoint: 0x7843,
        name: "CJK UNIFIED IDEOGRAPH-7843",
    },
    Character {
        age: "1.1",
        codepoint: 0x7844,
        name: "CJK UNIFIED IDEOGRAPH-7844",
    },
    Character {
        age: "1.1",
        codepoint: 0x7845,
        name: "CJK UNIFIED IDEOGRAPH-7845",
    },
    Character {
        age: "1.1",
        codepoint: 0x7846,
        name: "CJK UNIFIED IDEOGRAPH-7846",
    },
    Character {
        age: "1.1",
        codepoint: 0x7847,
        name: "CJK UNIFIED IDEOGRAPH-7847",
    },
    Character {
        age: "1.1",
        codepoint: 0x7848,
        name: "CJK UNIFIED IDEOGRAPH-7848",
    },
    Character {
        age: "1.1",
        codepoint: 0x7849,
        name: "CJK UNIFIED IDEOGRAPH-7849",
    },
    Character {
        age: "1.1",
        codepoint: 0x784A,
        name: "CJK UNIFIED IDEOGRAPH-784A",
    },
    Character {
        age: "1.1",
        codepoint: 0x784B,
        name: "CJK UNIFIED IDEOGRAPH-784B",
    },
    Character {
        age: "1.1",
        codepoint: 0x784C,
        name: "CJK UNIFIED IDEOGRAPH-784C",
    },
    Character {
        age: "1.1",
        codepoint: 0x784D,
        name: "CJK UNIFIED IDEOGRAPH-784D",
    },
    Character {
        age: "1.1",
        codepoint: 0x784E,
        name: "CJK UNIFIED IDEOGRAPH-784E",
    },
    Character {
        age: "1.1",
        codepoint: 0x784F,
        name: "CJK UNIFIED IDEOGRAPH-784F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7850,
        name: "CJK UNIFIED IDEOGRAPH-7850",
    },
    Character {
        age: "1.1",
        codepoint: 0x7851,
        name: "CJK UNIFIED IDEOGRAPH-7851",
    },
    Character {
        age: "1.1",
        codepoint: 0x7852,
        name: "CJK UNIFIED IDEOGRAPH-7852",
    },
    Character {
        age: "1.1",
        codepoint: 0x7853,
        name: "CJK UNIFIED IDEOGRAPH-7853",
    },
    Character {
        age: "1.1",
        codepoint: 0x7854,
        name: "CJK UNIFIED IDEOGRAPH-7854",
    },
    Character {
        age: "1.1",
        codepoint: 0x7855,
        name: "CJK UNIFIED IDEOGRAPH-7855",
    },
    Character {
        age: "1.1",
        codepoint: 0x7856,
        name: "CJK UNIFIED IDEOGRAPH-7856",
    },
    Character {
        age: "1.1",
        codepoint: 0x7857,
        name: "CJK UNIFIED IDEOGRAPH-7857",
    },
    Character {
        age: "1.1",
        codepoint: 0x7858,
        name: "CJK UNIFIED IDEOGRAPH-7858",
    },
    Character {
        age: "1.1",
        codepoint: 0x7859,
        name: "CJK UNIFIED IDEOGRAPH-7859",
    },
    Character {
        age: "1.1",
        codepoint: 0x785A,
        name: "CJK UNIFIED IDEOGRAPH-785A",
    },
    Character {
        age: "1.1",
        codepoint: 0x785B,
        name: "CJK UNIFIED IDEOGRAPH-785B",
    },
    Character {
        age: "1.1",
        codepoint: 0x785C,
        name: "CJK UNIFIED IDEOGRAPH-785C",
    },
    Character {
        age: "1.1",
        codepoint: 0x785D,
        name: "CJK UNIFIED IDEOGRAPH-785D",
    },
    Character {
        age: "1.1",
        codepoint: 0x785E,
        name: "CJK UNIFIED IDEOGRAPH-785E",
    },
    Character {
        age: "1.1",
        codepoint: 0x785F,
        name: "CJK UNIFIED IDEOGRAPH-785F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7860,
        name: "CJK UNIFIED IDEOGRAPH-7860",
    },
    Character {
        age: "1.1",
        codepoint: 0x7861,
        name: "CJK UNIFIED IDEOGRAPH-7861",
    },
    Character {
        age: "1.1",
        codepoint: 0x7862,
        name: "CJK UNIFIED IDEOGRAPH-7862",
    },
    Character {
        age: "1.1",
        codepoint: 0x7863,
        name: "CJK UNIFIED IDEOGRAPH-7863",
    },
    Character {
        age: "1.1",
        codepoint: 0x7864,
        name: "CJK UNIFIED IDEOGRAPH-7864",
    },
    Character {
        age: "1.1",
        codepoint: 0x7865,
        name: "CJK UNIFIED IDEOGRAPH-7865",
    },
    Character {
        age: "1.1",
        codepoint: 0x7866,
        name: "CJK UNIFIED IDEOGRAPH-7866",
    },
    Character {
        age: "1.1",
        codepoint: 0x7867,
        name: "CJK UNIFIED IDEOGRAPH-7867",
    },
    Character {
        age: "1.1",
        codepoint: 0x7868,
        name: "CJK UNIFIED IDEOGRAPH-7868",
    },
    Character {
        age: "1.1",
        codepoint: 0x7869,
        name: "CJK UNIFIED IDEOGRAPH-7869",
    },
    Character {
        age: "1.1",
        codepoint: 0x786A,
        name: "CJK UNIFIED IDEOGRAPH-786A",
    },
    Character {
        age: "1.1",
        codepoint: 0x786B,
        name: "CJK UNIFIED IDEOGRAPH-786B",
    },
    Character {
        age: "1.1",
        codepoint: 0x786C,
        name: "CJK UNIFIED IDEOGRAPH-786C",
    },
    Character {
        age: "1.1",
        codepoint: 0x786D,
        name: "CJK UNIFIED IDEOGRAPH-786D",
    },
    Character {
        age: "1.1",
        codepoint: 0x786E,
        name: "CJK UNIFIED IDEOGRAPH-786E",
    },
    Character {
        age: "1.1",
        codepoint: 0x786F,
        name: "CJK UNIFIED IDEOGRAPH-786F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7870,
        name: "CJK UNIFIED IDEOGRAPH-7870",
    },
    Character {
        age: "1.1",
        codepoint: 0x7871,
        name: "CJK UNIFIED IDEOGRAPH-7871",
    },
    Character {
        age: "1.1",
        codepoint: 0x7872,
        name: "CJK UNIFIED IDEOGRAPH-7872",
    },
    Character {
        age: "1.1",
        codepoint: 0x7873,
        name: "CJK UNIFIED IDEOGRAPH-7873",
    },
    Character {
        age: "1.1",
        codepoint: 0x7874,
        name: "CJK UNIFIED IDEOGRAPH-7874",
    },
    Character {
        age: "1.1",
        codepoint: 0x7875,
        name: "CJK UNIFIED IDEOGRAPH-7875",
    },
    Character {
        age: "1.1",
        codepoint: 0x7876,
        name: "CJK UNIFIED IDEOGRAPH-7876",
    },
    Character {
        age: "1.1",
        codepoint: 0x7877,
        name: "CJK UNIFIED IDEOGRAPH-7877",
    },
    Character {
        age: "1.1",
        codepoint: 0x7878,
        name: "CJK UNIFIED IDEOGRAPH-7878",
    },
    Character {
        age: "1.1",
        codepoint: 0x7879,
        name: "CJK UNIFIED IDEOGRAPH-7879",
    },
    Character {
        age: "1.1",
        codepoint: 0x787A,
        name: "CJK UNIFIED IDEOGRAPH-787A",
    },
    Character {
        age: "1.1",
        codepoint: 0x787B,
        name: "CJK UNIFIED IDEOGRAPH-787B",
    },
    Character {
        age: "1.1",
        codepoint: 0x787C,
        name: "CJK UNIFIED IDEOGRAPH-787C",
    },
    Character {
        age: "1.1",
        codepoint: 0x787D,
        name: "CJK UNIFIED IDEOGRAPH-787D",
    },
    Character {
        age: "1.1",
        codepoint: 0x787E,
        name: "CJK UNIFIED IDEOGRAPH-787E",
    },
    Character {
        age: "1.1",
        codepoint: 0x787F,
        name: "CJK UNIFIED IDEOGRAPH-787F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7880,
        name: "CJK UNIFIED IDEOGRAPH-7880",
    },
    Character {
        age: "1.1",
        codepoint: 0x7881,
        name: "CJK UNIFIED IDEOGRAPH-7881",
    },
    Character {
        age: "1.1",
        codepoint: 0x7882,
        name: "CJK UNIFIED IDEOGRAPH-7882",
    },
    Character {
        age: "1.1",
        codepoint: 0x7883,
        name: "CJK UNIFIED IDEOGRAPH-7883",
    },
    Character {
        age: "1.1",
        codepoint: 0x7884,
        name: "CJK UNIFIED IDEOGRAPH-7884",
    },
    Character {
        age: "1.1",
        codepoint: 0x7885,
        name: "CJK UNIFIED IDEOGRAPH-7885",
    },
    Character {
        age: "1.1",
        codepoint: 0x7886,
        name: "CJK UNIFIED IDEOGRAPH-7886",
    },
    Character {
        age: "1.1",
        codepoint: 0x7887,
        name: "CJK UNIFIED IDEOGRAPH-7887",
    },
    Character {
        age: "1.1",
        codepoint: 0x7888,
        name: "CJK UNIFIED IDEOGRAPH-7888",
    },
    Character {
        age: "1.1",
        codepoint: 0x7889,
        name: "CJK UNIFIED IDEOGRAPH-7889",
    },
    Character {
        age: "1.1",
        codepoint: 0x788A,
        name: "CJK UNIFIED IDEOGRAPH-788A",
    },
    Character {
        age: "1.1",
        codepoint: 0x788B,
        name: "CJK UNIFIED IDEOGRAPH-788B",
    },
    Character {
        age: "1.1",
        codepoint: 0x788C,
        name: "CJK UNIFIED IDEOGRAPH-788C",
    },
    Character {
        age: "1.1",
        codepoint: 0x788D,
        name: "CJK UNIFIED IDEOGRAPH-788D",
    },
    Character {
        age: "1.1",
        codepoint: 0x788E,
        name: "CJK UNIFIED IDEOGRAPH-788E",
    },
    Character {
        age: "1.1",
        codepoint: 0x788F,
        name: "CJK UNIFIED IDEOGRAPH-788F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7890,
        name: "CJK UNIFIED IDEOGRAPH-7890",
    },
    Character {
        age: "1.1",
        codepoint: 0x7891,
        name: "CJK UNIFIED IDEOGRAPH-7891",
    },
    Character {
        age: "1.1",
        codepoint: 0x7892,
        name: "CJK UNIFIED IDEOGRAPH-7892",
    },
    Character {
        age: "1.1",
        codepoint: 0x7893,
        name: "CJK UNIFIED IDEOGRAPH-7893",
    },
    Character {
        age: "1.1",
        codepoint: 0x7894,
        name: "CJK UNIFIED IDEOGRAPH-7894",
    },
    Character {
        age: "1.1",
        codepoint: 0x7895,
        name: "CJK UNIFIED IDEOGRAPH-7895",
    },
    Character {
        age: "1.1",
        codepoint: 0x7896,
        name: "CJK UNIFIED IDEOGRAPH-7896",
    },
    Character {
        age: "1.1",
        codepoint: 0x7897,
        name: "CJK UNIFIED IDEOGRAPH-7897",
    },
    Character {
        age: "1.1",
        codepoint: 0x7898,
        name: "CJK UNIFIED IDEOGRAPH-7898",
    },
    Character {
        age: "1.1",
        codepoint: 0x7899,
        name: "CJK UNIFIED IDEOGRAPH-7899",
    },
    Character {
        age: "1.1",
        codepoint: 0x789A,
        name: "CJK UNIFIED IDEOGRAPH-789A",
    },
    Character {
        age: "1.1",
        codepoint: 0x789B,
        name: "CJK UNIFIED IDEOGRAPH-789B",
    },
    Character {
        age: "1.1",
        codepoint: 0x789C,
        name: "CJK UNIFIED IDEOGRAPH-789C",
    },
    Character {
        age: "1.1",
        codepoint: 0x789D,
        name: "CJK UNIFIED IDEOGRAPH-789D",
    },
    Character {
        age: "1.1",
        codepoint: 0x789E,
        name: "CJK UNIFIED IDEOGRAPH-789E",
    },
    Character {
        age: "1.1",
        codepoint: 0x789F,
        name: "CJK UNIFIED IDEOGRAPH-789F",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A0,
        name: "CJK UNIFIED IDEOGRAPH-78A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A1,
        name: "CJK UNIFIED IDEOGRAPH-78A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A2,
        name: "CJK UNIFIED IDEOGRAPH-78A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A3,
        name: "CJK UNIFIED IDEOGRAPH-78A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A4,
        name: "CJK UNIFIED IDEOGRAPH-78A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A5,
        name: "CJK UNIFIED IDEOGRAPH-78A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A6,
        name: "CJK UNIFIED IDEOGRAPH-78A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A7,
        name: "CJK UNIFIED IDEOGRAPH-78A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A8,
        name: "CJK UNIFIED IDEOGRAPH-78A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x78A9,
        name: "CJK UNIFIED IDEOGRAPH-78A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x78AA,
        name: "CJK UNIFIED IDEOGRAPH-78AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x78AB,
        name: "CJK UNIFIED IDEOGRAPH-78AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x78AC,
        name: "CJK UNIFIED IDEOGRAPH-78AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x78AD,
        name: "CJK UNIFIED IDEOGRAPH-78AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x78AE,
        name: "CJK UNIFIED IDEOGRAPH-78AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x78AF,
        name: "CJK UNIFIED IDEOGRAPH-78AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B0,
        name: "CJK UNIFIED IDEOGRAPH-78B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B1,
        name: "CJK UNIFIED IDEOGRAPH-78B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B2,
        name: "CJK UNIFIED IDEOGRAPH-78B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B3,
        name: "CJK UNIFIED IDEOGRAPH-78B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B4,
        name: "CJK UNIFIED IDEOGRAPH-78B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B5,
        name: "CJK UNIFIED IDEOGRAPH-78B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B6,
        name: "CJK UNIFIED IDEOGRAPH-78B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B7,
        name: "CJK UNIFIED IDEOGRAPH-78B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B8,
        name: "CJK UNIFIED IDEOGRAPH-78B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x78B9,
        name: "CJK UNIFIED IDEOGRAPH-78B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x78BA,
        name: "CJK UNIFIED IDEOGRAPH-78BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x78BB,
        name: "CJK UNIFIED IDEOGRAPH-78BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x78BC,
        name: "CJK UNIFIED IDEOGRAPH-78BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x78BD,
        name: "CJK UNIFIED IDEOGRAPH-78BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x78BE,
        name: "CJK UNIFIED IDEOGRAPH-78BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x78BF,
        name: "CJK UNIFIED IDEOGRAPH-78BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C0,
        name: "CJK UNIFIED IDEOGRAPH-78C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C1,
        name: "CJK UNIFIED IDEOGRAPH-78C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C2,
        name: "CJK UNIFIED IDEOGRAPH-78C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C3,
        name: "CJK UNIFIED IDEOGRAPH-78C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C4,
        name: "CJK UNIFIED IDEOGRAPH-78C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C5,
        name: "CJK UNIFIED IDEOGRAPH-78C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C6,
        name: "CJK UNIFIED IDEOGRAPH-78C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C7,
        name: "CJK UNIFIED IDEOGRAPH-78C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C8,
        name: "CJK UNIFIED IDEOGRAPH-78C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x78C9,
        name: "CJK UNIFIED IDEOGRAPH-78C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x78CA,
        name: "CJK UNIFIED IDEOGRAPH-78CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x78CB,
        name: "CJK UNIFIED IDEOGRAPH-78CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x78CC,
        name: "CJK UNIFIED IDEOGRAPH-78CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x78CD,
        name: "CJK UNIFIED IDEOGRAPH-78CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x78CE,
        name: "CJK UNIFIED IDEOGRAPH-78CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x78CF,
        name: "CJK UNIFIED IDEOGRAPH-78CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D0,
        name: "CJK UNIFIED IDEOGRAPH-78D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D1,
        name: "CJK UNIFIED IDEOGRAPH-78D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D2,
        name: "CJK UNIFIED IDEOGRAPH-78D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D3,
        name: "CJK UNIFIED IDEOGRAPH-78D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D4,
        name: "CJK UNIFIED IDEOGRAPH-78D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D5,
        name: "CJK UNIFIED IDEOGRAPH-78D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D6,
        name: "CJK UNIFIED IDEOGRAPH-78D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D7,
        name: "CJK UNIFIED IDEOGRAPH-78D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D8,
        name: "CJK UNIFIED IDEOGRAPH-78D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x78D9,
        name: "CJK UNIFIED IDEOGRAPH-78D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x78DA,
        name: "CJK UNIFIED IDEOGRAPH-78DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x78DB,
        name: "CJK UNIFIED IDEOGRAPH-78DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x78DC,
        name: "CJK UNIFIED IDEOGRAPH-78DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x78DD,
        name: "CJK UNIFIED IDEOGRAPH-78DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x78DE,
        name: "CJK UNIFIED IDEOGRAPH-78DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x78DF,
        name: "CJK UNIFIED IDEOGRAPH-78DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E0,
        name: "CJK UNIFIED IDEOGRAPH-78E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E1,
        name: "CJK UNIFIED IDEOGRAPH-78E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E2,
        name: "CJK UNIFIED IDEOGRAPH-78E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E3,
        name: "CJK UNIFIED IDEOGRAPH-78E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E4,
        name: "CJK UNIFIED IDEOGRAPH-78E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E5,
        name: "CJK UNIFIED IDEOGRAPH-78E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E6,
        name: "CJK UNIFIED IDEOGRAPH-78E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E7,
        name: "CJK UNIFIED IDEOGRAPH-78E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E8,
        name: "CJK UNIFIED IDEOGRAPH-78E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x78E9,
        name: "CJK UNIFIED IDEOGRAPH-78E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x78EA,
        name: "CJK UNIFIED IDEOGRAPH-78EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x78EB,
        name: "CJK UNIFIED IDEOGRAPH-78EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x78EC,
        name: "CJK UNIFIED IDEOGRAPH-78EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x78ED,
        name: "CJK UNIFIED IDEOGRAPH-78ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x78EE,
        name: "CJK UNIFIED IDEOGRAPH-78EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x78EF,
        name: "CJK UNIFIED IDEOGRAPH-78EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F0,
        name: "CJK UNIFIED IDEOGRAPH-78F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F1,
        name: "CJK UNIFIED IDEOGRAPH-78F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F2,
        name: "CJK UNIFIED IDEOGRAPH-78F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F3,
        name: "CJK UNIFIED IDEOGRAPH-78F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F4,
        name: "CJK UNIFIED IDEOGRAPH-78F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F5,
        name: "CJK UNIFIED IDEOGRAPH-78F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F6,
        name: "CJK UNIFIED IDEOGRAPH-78F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F7,
        name: "CJK UNIFIED IDEOGRAPH-78F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F8,
        name: "CJK UNIFIED IDEOGRAPH-78F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x78F9,
        name: "CJK UNIFIED IDEOGRAPH-78F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x78FA,
        name: "CJK UNIFIED IDEOGRAPH-78FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x78FB,
        name: "CJK UNIFIED IDEOGRAPH-78FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x78FC,
        name: "CJK UNIFIED IDEOGRAPH-78FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x78FD,
        name: "CJK UNIFIED IDEOGRAPH-78FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x78FE,
        name: "CJK UNIFIED IDEOGRAPH-78FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x78FF,
        name: "CJK UNIFIED IDEOGRAPH-78FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7900,
        name: "CJK UNIFIED IDEOGRAPH-7900",
    },
    Character {
        age: "1.1",
        codepoint: 0x7901,
        name: "CJK UNIFIED IDEOGRAPH-7901",
    },
    Character {
        age: "1.1",
        codepoint: 0x7902,
        name: "CJK UNIFIED IDEOGRAPH-7902",
    },
    Character {
        age: "1.1",
        codepoint: 0x7903,
        name: "CJK UNIFIED IDEOGRAPH-7903",
    },
    Character {
        age: "1.1",
        codepoint: 0x7904,
        name: "CJK UNIFIED IDEOGRAPH-7904",
    },
    Character {
        age: "1.1",
        codepoint: 0x7905,
        name: "CJK UNIFIED IDEOGRAPH-7905",
    },
    Character {
        age: "1.1",
        codepoint: 0x7906,
        name: "CJK UNIFIED IDEOGRAPH-7906",
    },
    Character {
        age: "1.1",
        codepoint: 0x7907,
        name: "CJK UNIFIED IDEOGRAPH-7907",
    },
    Character {
        age: "1.1",
        codepoint: 0x7908,
        name: "CJK UNIFIED IDEOGRAPH-7908",
    },
    Character {
        age: "1.1",
        codepoint: 0x7909,
        name: "CJK UNIFIED IDEOGRAPH-7909",
    },
    Character {
        age: "1.1",
        codepoint: 0x790A,
        name: "CJK UNIFIED IDEOGRAPH-790A",
    },
    Character {
        age: "1.1",
        codepoint: 0x790B,
        name: "CJK UNIFIED IDEOGRAPH-790B",
    },
    Character {
        age: "1.1",
        codepoint: 0x790C,
        name: "CJK UNIFIED IDEOGRAPH-790C",
    },
    Character {
        age: "1.1",
        codepoint: 0x790D,
        name: "CJK UNIFIED IDEOGRAPH-790D",
    },
    Character {
        age: "1.1",
        codepoint: 0x790E,
        name: "CJK UNIFIED IDEOGRAPH-790E",
    },
    Character {
        age: "1.1",
        codepoint: 0x790F,
        name: "CJK UNIFIED IDEOGRAPH-790F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7910,
        name: "CJK UNIFIED IDEOGRAPH-7910",
    },
    Character {
        age: "1.1",
        codepoint: 0x7911,
        name: "CJK UNIFIED IDEOGRAPH-7911",
    },
    Character {
        age: "1.1",
        codepoint: 0x7912,
        name: "CJK UNIFIED IDEOGRAPH-7912",
    },
    Character {
        age: "1.1",
        codepoint: 0x7913,
        name: "CJK UNIFIED IDEOGRAPH-7913",
    },
    Character {
        age: "1.1",
        codepoint: 0x7914,
        name: "CJK UNIFIED IDEOGRAPH-7914",
    },
    Character {
        age: "1.1",
        codepoint: 0x7915,
        name: "CJK UNIFIED IDEOGRAPH-7915",
    },
    Character {
        age: "1.1",
        codepoint: 0x7916,
        name: "CJK UNIFIED IDEOGRAPH-7916",
    },
    Character {
        age: "1.1",
        codepoint: 0x7917,
        name: "CJK UNIFIED IDEOGRAPH-7917",
    },
    Character {
        age: "1.1",
        codepoint: 0x7918,
        name: "CJK UNIFIED IDEOGRAPH-7918",
    },
    Character {
        age: "1.1",
        codepoint: 0x7919,
        name: "CJK UNIFIED IDEOGRAPH-7919",
    },
    Character {
        age: "1.1",
        codepoint: 0x791A,
        name: "CJK UNIFIED IDEOGRAPH-791A",
    },
    Character {
        age: "1.1",
        codepoint: 0x791B,
        name: "CJK UNIFIED IDEOGRAPH-791B",
    },
    Character {
        age: "1.1",
        codepoint: 0x791C,
        name: "CJK UNIFIED IDEOGRAPH-791C",
    },
    Character {
        age: "1.1",
        codepoint: 0x791D,
        name: "CJK UNIFIED IDEOGRAPH-791D",
    },
    Character {
        age: "1.1",
        codepoint: 0x791E,
        name: "CJK UNIFIED IDEOGRAPH-791E",
    },
    Character {
        age: "1.1",
        codepoint: 0x791F,
        name: "CJK UNIFIED IDEOGRAPH-791F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7920,
        name: "CJK UNIFIED IDEOGRAPH-7920",
    },
    Character {
        age: "1.1",
        codepoint: 0x7921,
        name: "CJK UNIFIED IDEOGRAPH-7921",
    },
    Character {
        age: "1.1",
        codepoint: 0x7922,
        name: "CJK UNIFIED IDEOGRAPH-7922",
    },
    Character {
        age: "1.1",
        codepoint: 0x7923,
        name: "CJK UNIFIED IDEOGRAPH-7923",
    },
    Character {
        age: "1.1",
        codepoint: 0x7924,
        name: "CJK UNIFIED IDEOGRAPH-7924",
    },
    Character {
        age: "1.1",
        codepoint: 0x7925,
        name: "CJK UNIFIED IDEOGRAPH-7925",
    },
    Character {
        age: "1.1",
        codepoint: 0x7926,
        name: "CJK UNIFIED IDEOGRAPH-7926",
    },
    Character {
        age: "1.1",
        codepoint: 0x7927,
        name: "CJK UNIFIED IDEOGRAPH-7927",
    },
    Character {
        age: "1.1",
        codepoint: 0x7928,
        name: "CJK UNIFIED IDEOGRAPH-7928",
    },
    Character {
        age: "1.1",
        codepoint: 0x7929,
        name: "CJK UNIFIED IDEOGRAPH-7929",
    },
    Character {
        age: "1.1",
        codepoint: 0x792A,
        name: "CJK UNIFIED IDEOGRAPH-792A",
    },
    Character {
        age: "1.1",
        codepoint: 0x792B,
        name: "CJK UNIFIED IDEOGRAPH-792B",
    },
    Character {
        age: "1.1",
        codepoint: 0x792C,
        name: "CJK UNIFIED IDEOGRAPH-792C",
    },
    Character {
        age: "1.1",
        codepoint: 0x792D,
        name: "CJK UNIFIED IDEOGRAPH-792D",
    },
    Character {
        age: "1.1",
        codepoint: 0x792E,
        name: "CJK UNIFIED IDEOGRAPH-792E",
    },
    Character {
        age: "1.1",
        codepoint: 0x792F,
        name: "CJK UNIFIED IDEOGRAPH-792F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7930,
        name: "CJK UNIFIED IDEOGRAPH-7930",
    },
    Character {
        age: "1.1",
        codepoint: 0x7931,
        name: "CJK UNIFIED IDEOGRAPH-7931",
    },
    Character {
        age: "1.1",
        codepoint: 0x7932,
        name: "CJK UNIFIED IDEOGRAPH-7932",
    },
    Character {
        age: "1.1",
        codepoint: 0x7933,
        name: "CJK UNIFIED IDEOGRAPH-7933",
    },
    Character {
        age: "1.1",
        codepoint: 0x7934,
        name: "CJK UNIFIED IDEOGRAPH-7934",
    },
    Character {
        age: "1.1",
        codepoint: 0x7935,
        name: "CJK UNIFIED IDEOGRAPH-7935",
    },
    Character {
        age: "1.1",
        codepoint: 0x7936,
        name: "CJK UNIFIED IDEOGRAPH-7936",
    },
    Character {
        age: "1.1",
        codepoint: 0x7937,
        name: "CJK UNIFIED IDEOGRAPH-7937",
    },
    Character {
        age: "1.1",
        codepoint: 0x7938,
        name: "CJK UNIFIED IDEOGRAPH-7938",
    },
    Character {
        age: "1.1",
        codepoint: 0x7939,
        name: "CJK UNIFIED IDEOGRAPH-7939",
    },
    Character {
        age: "1.1",
        codepoint: 0x793A,
        name: "CJK UNIFIED IDEOGRAPH-793A",
    },
    Character {
        age: "1.1",
        codepoint: 0x793B,
        name: "CJK UNIFIED IDEOGRAPH-793B",
    },
    Character {
        age: "1.1",
        codepoint: 0x793C,
        name: "CJK UNIFIED IDEOGRAPH-793C",
    },
    Character {
        age: "1.1",
        codepoint: 0x793D,
        name: "CJK UNIFIED IDEOGRAPH-793D",
    },
    Character {
        age: "1.1",
        codepoint: 0x793E,
        name: "CJK UNIFIED IDEOGRAPH-793E",
    },
    Character {
        age: "1.1",
        codepoint: 0x793F,
        name: "CJK UNIFIED IDEOGRAPH-793F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7940,
        name: "CJK UNIFIED IDEOGRAPH-7940",
    },
    Character {
        age: "1.1",
        codepoint: 0x7941,
        name: "CJK UNIFIED IDEOGRAPH-7941",
    },
    Character {
        age: "1.1",
        codepoint: 0x7942,
        name: "CJK UNIFIED IDEOGRAPH-7942",
    },
    Character {
        age: "1.1",
        codepoint: 0x7943,
        name: "CJK UNIFIED IDEOGRAPH-7943",
    },
    Character {
        age: "1.1",
        codepoint: 0x7944,
        name: "CJK UNIFIED IDEOGRAPH-7944",
    },
    Character {
        age: "1.1",
        codepoint: 0x7945,
        name: "CJK UNIFIED IDEOGRAPH-7945",
    },
    Character {
        age: "1.1",
        codepoint: 0x7946,
        name: "CJK UNIFIED IDEOGRAPH-7946",
    },
    Character {
        age: "1.1",
        codepoint: 0x7947,
        name: "CJK UNIFIED IDEOGRAPH-7947",
    },
    Character {
        age: "1.1",
        codepoint: 0x7948,
        name: "CJK UNIFIED IDEOGRAPH-7948",
    },
    Character {
        age: "1.1",
        codepoint: 0x7949,
        name: "CJK UNIFIED IDEOGRAPH-7949",
    },
    Character {
        age: "1.1",
        codepoint: 0x794A,
        name: "CJK UNIFIED IDEOGRAPH-794A",
    },
    Character {
        age: "1.1",
        codepoint: 0x794B,
        name: "CJK UNIFIED IDEOGRAPH-794B",
    },
    Character {
        age: "1.1",
        codepoint: 0x794C,
        name: "CJK UNIFIED IDEOGRAPH-794C",
    },
    Character {
        age: "1.1",
        codepoint: 0x794D,
        name: "CJK UNIFIED IDEOGRAPH-794D",
    },
    Character {
        age: "1.1",
        codepoint: 0x794E,
        name: "CJK UNIFIED IDEOGRAPH-794E",
    },
    Character {
        age: "1.1",
        codepoint: 0x794F,
        name: "CJK UNIFIED IDEOGRAPH-794F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7950,
        name: "CJK UNIFIED IDEOGRAPH-7950",
    },
    Character {
        age: "1.1",
        codepoint: 0x7951,
        name: "CJK UNIFIED IDEOGRAPH-7951",
    },
    Character {
        age: "1.1",
        codepoint: 0x7952,
        name: "CJK UNIFIED IDEOGRAPH-7952",
    },
    Character {
        age: "1.1",
        codepoint: 0x7953,
        name: "CJK UNIFIED IDEOGRAPH-7953",
    },
    Character {
        age: "1.1",
        codepoint: 0x7954,
        name: "CJK UNIFIED IDEOGRAPH-7954",
    },
    Character {
        age: "1.1",
        codepoint: 0x7955,
        name: "CJK UNIFIED IDEOGRAPH-7955",
    },
    Character {
        age: "1.1",
        codepoint: 0x7956,
        name: "CJK UNIFIED IDEOGRAPH-7956",
    },
    Character {
        age: "1.1",
        codepoint: 0x7957,
        name: "CJK UNIFIED IDEOGRAPH-7957",
    },
    Character {
        age: "1.1",
        codepoint: 0x7958,
        name: "CJK UNIFIED IDEOGRAPH-7958",
    },
    Character {
        age: "1.1",
        codepoint: 0x7959,
        name: "CJK UNIFIED IDEOGRAPH-7959",
    },
    Character {
        age: "1.1",
        codepoint: 0x795A,
        name: "CJK UNIFIED IDEOGRAPH-795A",
    },
    Character {
        age: "1.1",
        codepoint: 0x795B,
        name: "CJK UNIFIED IDEOGRAPH-795B",
    },
    Character {
        age: "1.1",
        codepoint: 0x795C,
        name: "CJK UNIFIED IDEOGRAPH-795C",
    },
    Character {
        age: "1.1",
        codepoint: 0x795D,
        name: "CJK UNIFIED IDEOGRAPH-795D",
    },
    Character {
        age: "1.1",
        codepoint: 0x795E,
        name: "CJK UNIFIED IDEOGRAPH-795E",
    },
    Character {
        age: "1.1",
        codepoint: 0x795F,
        name: "CJK UNIFIED IDEOGRAPH-795F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7960,
        name: "CJK UNIFIED IDEOGRAPH-7960",
    },
    Character {
        age: "1.1",
        codepoint: 0x7961,
        name: "CJK UNIFIED IDEOGRAPH-7961",
    },
    Character {
        age: "1.1",
        codepoint: 0x7962,
        name: "CJK UNIFIED IDEOGRAPH-7962",
    },
    Character {
        age: "1.1",
        codepoint: 0x7963,
        name: "CJK UNIFIED IDEOGRAPH-7963",
    },
    Character {
        age: "1.1",
        codepoint: 0x7964,
        name: "CJK UNIFIED IDEOGRAPH-7964",
    },
    Character {
        age: "1.1",
        codepoint: 0x7965,
        name: "CJK UNIFIED IDEOGRAPH-7965",
    },
    Character {
        age: "1.1",
        codepoint: 0x7966,
        name: "CJK UNIFIED IDEOGRAPH-7966",
    },
    Character {
        age: "1.1",
        codepoint: 0x7967,
        name: "CJK UNIFIED IDEOGRAPH-7967",
    },
    Character {
        age: "1.1",
        codepoint: 0x7968,
        name: "CJK UNIFIED IDEOGRAPH-7968",
    },
    Character {
        age: "1.1",
        codepoint: 0x7969,
        name: "CJK UNIFIED IDEOGRAPH-7969",
    },
    Character {
        age: "1.1",
        codepoint: 0x796A,
        name: "CJK UNIFIED IDEOGRAPH-796A",
    },
    Character {
        age: "1.1",
        codepoint: 0x796B,
        name: "CJK UNIFIED IDEOGRAPH-796B",
    },
    Character {
        age: "1.1",
        codepoint: 0x796C,
        name: "CJK UNIFIED IDEOGRAPH-796C",
    },
    Character {
        age: "1.1",
        codepoint: 0x796D,
        name: "CJK UNIFIED IDEOGRAPH-796D",
    },
    Character {
        age: "1.1",
        codepoint: 0x796E,
        name: "CJK UNIFIED IDEOGRAPH-796E",
    },
    Character {
        age: "1.1",
        codepoint: 0x796F,
        name: "CJK UNIFIED IDEOGRAPH-796F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7970,
        name: "CJK UNIFIED IDEOGRAPH-7970",
    },
    Character {
        age: "1.1",
        codepoint: 0x7971,
        name: "CJK UNIFIED IDEOGRAPH-7971",
    },
    Character {
        age: "1.1",
        codepoint: 0x7972,
        name: "CJK UNIFIED IDEOGRAPH-7972",
    },
    Character {
        age: "1.1",
        codepoint: 0x7973,
        name: "CJK UNIFIED IDEOGRAPH-7973",
    },
    Character {
        age: "1.1",
        codepoint: 0x7974,
        name: "CJK UNIFIED IDEOGRAPH-7974",
    },
    Character {
        age: "1.1",
        codepoint: 0x7975,
        name: "CJK UNIFIED IDEOGRAPH-7975",
    },
    Character {
        age: "1.1",
        codepoint: 0x7976,
        name: "CJK UNIFIED IDEOGRAPH-7976",
    },
    Character {
        age: "1.1",
        codepoint: 0x7977,
        name: "CJK UNIFIED IDEOGRAPH-7977",
    },
    Character {
        age: "1.1",
        codepoint: 0x7978,
        name: "CJK UNIFIED IDEOGRAPH-7978",
    },
    Character {
        age: "1.1",
        codepoint: 0x7979,
        name: "CJK UNIFIED IDEOGRAPH-7979",
    },
    Character {
        age: "1.1",
        codepoint: 0x797A,
        name: "CJK UNIFIED IDEOGRAPH-797A",
    },
    Character {
        age: "1.1",
        codepoint: 0x797B,
        name: "CJK UNIFIED IDEOGRAPH-797B",
    },
    Character {
        age: "1.1",
        codepoint: 0x797C,
        name: "CJK UNIFIED IDEOGRAPH-797C",
    },
    Character {
        age: "1.1",
        codepoint: 0x797D,
        name: "CJK UNIFIED IDEOGRAPH-797D",
    },
    Character {
        age: "1.1",
        codepoint: 0x797E,
        name: "CJK UNIFIED IDEOGRAPH-797E",
    },
    Character {
        age: "1.1",
        codepoint: 0x797F,
        name: "CJK UNIFIED IDEOGRAPH-797F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7980,
        name: "CJK UNIFIED IDEOGRAPH-7980",
    },
    Character {
        age: "1.1",
        codepoint: 0x7981,
        name: "CJK UNIFIED IDEOGRAPH-7981",
    },
    Character {
        age: "1.1",
        codepoint: 0x7982,
        name: "CJK UNIFIED IDEOGRAPH-7982",
    },
    Character {
        age: "1.1",
        codepoint: 0x7983,
        name: "CJK UNIFIED IDEOGRAPH-7983",
    },
    Character {
        age: "1.1",
        codepoint: 0x7984,
        name: "CJK UNIFIED IDEOGRAPH-7984",
    },
    Character {
        age: "1.1",
        codepoint: 0x7985,
        name: "CJK UNIFIED IDEOGRAPH-7985",
    },
    Character {
        age: "1.1",
        codepoint: 0x7986,
        name: "CJK UNIFIED IDEOGRAPH-7986",
    },
    Character {
        age: "1.1",
        codepoint: 0x7987,
        name: "CJK UNIFIED IDEOGRAPH-7987",
    },
    Character {
        age: "1.1",
        codepoint: 0x7988,
        name: "CJK UNIFIED IDEOGRAPH-7988",
    },
    Character {
        age: "1.1",
        codepoint: 0x7989,
        name: "CJK UNIFIED IDEOGRAPH-7989",
    },
    Character {
        age: "1.1",
        codepoint: 0x798A,
        name: "CJK UNIFIED IDEOGRAPH-798A",
    },
    Character {
        age: "1.1",
        codepoint: 0x798B,
        name: "CJK UNIFIED IDEOGRAPH-798B",
    },
    Character {
        age: "1.1",
        codepoint: 0x798C,
        name: "CJK UNIFIED IDEOGRAPH-798C",
    },
    Character {
        age: "1.1",
        codepoint: 0x798D,
        name: "CJK UNIFIED IDEOGRAPH-798D",
    },
    Character {
        age: "1.1",
        codepoint: 0x798E,
        name: "CJK UNIFIED IDEOGRAPH-798E",
    },
    Character {
        age: "1.1",
        codepoint: 0x798F,
        name: "CJK UNIFIED IDEOGRAPH-798F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7990,
        name: "CJK UNIFIED IDEOGRAPH-7990",
    },
    Character {
        age: "1.1",
        codepoint: 0x7991,
        name: "CJK UNIFIED IDEOGRAPH-7991",
    },
    Character {
        age: "1.1",
        codepoint: 0x7992,
        name: "CJK UNIFIED IDEOGRAPH-7992",
    },
    Character {
        age: "1.1",
        codepoint: 0x7993,
        name: "CJK UNIFIED IDEOGRAPH-7993",
    },
    Character {
        age: "1.1",
        codepoint: 0x7994,
        name: "CJK UNIFIED IDEOGRAPH-7994",
    },
    Character {
        age: "1.1",
        codepoint: 0x7995,
        name: "CJK UNIFIED IDEOGRAPH-7995",
    },
    Character {
        age: "1.1",
        codepoint: 0x7996,
        name: "CJK UNIFIED IDEOGRAPH-7996",
    },
    Character {
        age: "1.1",
        codepoint: 0x7997,
        name: "CJK UNIFIED IDEOGRAPH-7997",
    },
    Character {
        age: "1.1",
        codepoint: 0x7998,
        name: "CJK UNIFIED IDEOGRAPH-7998",
    },
    Character {
        age: "1.1",
        codepoint: 0x7999,
        name: "CJK UNIFIED IDEOGRAPH-7999",
    },
    Character {
        age: "1.1",
        codepoint: 0x799A,
        name: "CJK UNIFIED IDEOGRAPH-799A",
    },
    Character {
        age: "1.1",
        codepoint: 0x799B,
        name: "CJK UNIFIED IDEOGRAPH-799B",
    },
    Character {
        age: "1.1",
        codepoint: 0x799C,
        name: "CJK UNIFIED IDEOGRAPH-799C",
    },
    Character {
        age: "1.1",
        codepoint: 0x799D,
        name: "CJK UNIFIED IDEOGRAPH-799D",
    },
    Character {
        age: "1.1",
        codepoint: 0x799E,
        name: "CJK UNIFIED IDEOGRAPH-799E",
    },
    Character {
        age: "1.1",
        codepoint: 0x799F,
        name: "CJK UNIFIED IDEOGRAPH-799F",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A0,
        name: "CJK UNIFIED IDEOGRAPH-79A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A1,
        name: "CJK UNIFIED IDEOGRAPH-79A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A2,
        name: "CJK UNIFIED IDEOGRAPH-79A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A3,
        name: "CJK UNIFIED IDEOGRAPH-79A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A4,
        name: "CJK UNIFIED IDEOGRAPH-79A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A5,
        name: "CJK UNIFIED IDEOGRAPH-79A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A6,
        name: "CJK UNIFIED IDEOGRAPH-79A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A7,
        name: "CJK UNIFIED IDEOGRAPH-79A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A8,
        name: "CJK UNIFIED IDEOGRAPH-79A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x79A9,
        name: "CJK UNIFIED IDEOGRAPH-79A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x79AA,
        name: "CJK UNIFIED IDEOGRAPH-79AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x79AB,
        name: "CJK UNIFIED IDEOGRAPH-79AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x79AC,
        name: "CJK UNIFIED IDEOGRAPH-79AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x79AD,
        name: "CJK UNIFIED IDEOGRAPH-79AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x79AE,
        name: "CJK UNIFIED IDEOGRAPH-79AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x79AF,
        name: "CJK UNIFIED IDEOGRAPH-79AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B0,
        name: "CJK UNIFIED IDEOGRAPH-79B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B1,
        name: "CJK UNIFIED IDEOGRAPH-79B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B2,
        name: "CJK UNIFIED IDEOGRAPH-79B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B3,
        name: "CJK UNIFIED IDEOGRAPH-79B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B4,
        name: "CJK UNIFIED IDEOGRAPH-79B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B5,
        name: "CJK UNIFIED IDEOGRAPH-79B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B6,
        name: "CJK UNIFIED IDEOGRAPH-79B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B7,
        name: "CJK UNIFIED IDEOGRAPH-79B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B8,
        name: "CJK UNIFIED IDEOGRAPH-79B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x79B9,
        name: "CJK UNIFIED IDEOGRAPH-79B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x79BA,
        name: "CJK UNIFIED IDEOGRAPH-79BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x79BB,
        name: "CJK UNIFIED IDEOGRAPH-79BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x79BC,
        name: "CJK UNIFIED IDEOGRAPH-79BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x79BD,
        name: "CJK UNIFIED IDEOGRAPH-79BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x79BE,
        name: "CJK UNIFIED IDEOGRAPH-79BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x79BF,
        name: "CJK UNIFIED IDEOGRAPH-79BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C0,
        name: "CJK UNIFIED IDEOGRAPH-79C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C1,
        name: "CJK UNIFIED IDEOGRAPH-79C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C2,
        name: "CJK UNIFIED IDEOGRAPH-79C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C3,
        name: "CJK UNIFIED IDEOGRAPH-79C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C4,
        name: "CJK UNIFIED IDEOGRAPH-79C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C5,
        name: "CJK UNIFIED IDEOGRAPH-79C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C6,
        name: "CJK UNIFIED IDEOGRAPH-79C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C7,
        name: "CJK UNIFIED IDEOGRAPH-79C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C8,
        name: "CJK UNIFIED IDEOGRAPH-79C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x79C9,
        name: "CJK UNIFIED IDEOGRAPH-79C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x79CA,
        name: "CJK UNIFIED IDEOGRAPH-79CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x79CB,
        name: "CJK UNIFIED IDEOGRAPH-79CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x79CC,
        name: "CJK UNIFIED IDEOGRAPH-79CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x79CD,
        name: "CJK UNIFIED IDEOGRAPH-79CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x79CE,
        name: "CJK UNIFIED IDEOGRAPH-79CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x79CF,
        name: "CJK UNIFIED IDEOGRAPH-79CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D0,
        name: "CJK UNIFIED IDEOGRAPH-79D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D1,
        name: "CJK UNIFIED IDEOGRAPH-79D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D2,
        name: "CJK UNIFIED IDEOGRAPH-79D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D3,
        name: "CJK UNIFIED IDEOGRAPH-79D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D4,
        name: "CJK UNIFIED IDEOGRAPH-79D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D5,
        name: "CJK UNIFIED IDEOGRAPH-79D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D6,
        name: "CJK UNIFIED IDEOGRAPH-79D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D7,
        name: "CJK UNIFIED IDEOGRAPH-79D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D8,
        name: "CJK UNIFIED IDEOGRAPH-79D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x79D9,
        name: "CJK UNIFIED IDEOGRAPH-79D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x79DA,
        name: "CJK UNIFIED IDEOGRAPH-79DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x79DB,
        name: "CJK UNIFIED IDEOGRAPH-79DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x79DC,
        name: "CJK UNIFIED IDEOGRAPH-79DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x79DD,
        name: "CJK UNIFIED IDEOGRAPH-79DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x79DE,
        name: "CJK UNIFIED IDEOGRAPH-79DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x79DF,
        name: "CJK UNIFIED IDEOGRAPH-79DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E0,
        name: "CJK UNIFIED IDEOGRAPH-79E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E1,
        name: "CJK UNIFIED IDEOGRAPH-79E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E2,
        name: "CJK UNIFIED IDEOGRAPH-79E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E3,
        name: "CJK UNIFIED IDEOGRAPH-79E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E4,
        name: "CJK UNIFIED IDEOGRAPH-79E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E5,
        name: "CJK UNIFIED IDEOGRAPH-79E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E6,
        name: "CJK UNIFIED IDEOGRAPH-79E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E7,
        name: "CJK UNIFIED IDEOGRAPH-79E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E8,
        name: "CJK UNIFIED IDEOGRAPH-79E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x79E9,
        name: "CJK UNIFIED IDEOGRAPH-79E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x79EA,
        name: "CJK UNIFIED IDEOGRAPH-79EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x79EB,
        name: "CJK UNIFIED IDEOGRAPH-79EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x79EC,
        name: "CJK UNIFIED IDEOGRAPH-79EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x79ED,
        name: "CJK UNIFIED IDEOGRAPH-79ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x79EE,
        name: "CJK UNIFIED IDEOGRAPH-79EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x79EF,
        name: "CJK UNIFIED IDEOGRAPH-79EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F0,
        name: "CJK UNIFIED IDEOGRAPH-79F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F1,
        name: "CJK UNIFIED IDEOGRAPH-79F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F2,
        name: "CJK UNIFIED IDEOGRAPH-79F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F3,
        name: "CJK UNIFIED IDEOGRAPH-79F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F4,
        name: "CJK UNIFIED IDEOGRAPH-79F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F5,
        name: "CJK UNIFIED IDEOGRAPH-79F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F6,
        name: "CJK UNIFIED IDEOGRAPH-79F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F7,
        name: "CJK UNIFIED IDEOGRAPH-79F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F8,
        name: "CJK UNIFIED IDEOGRAPH-79F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x79F9,
        name: "CJK UNIFIED IDEOGRAPH-79F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x79FA,
        name: "CJK UNIFIED IDEOGRAPH-79FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x79FB,
        name: "CJK UNIFIED IDEOGRAPH-79FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x79FC,
        name: "CJK UNIFIED IDEOGRAPH-79FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x79FD,
        name: "CJK UNIFIED IDEOGRAPH-79FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x79FE,
        name: "CJK UNIFIED IDEOGRAPH-79FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x79FF,
        name: "CJK UNIFIED IDEOGRAPH-79FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A00,
        name: "CJK UNIFIED IDEOGRAPH-7A00",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A01,
        name: "CJK UNIFIED IDEOGRAPH-7A01",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A02,
        name: "CJK UNIFIED IDEOGRAPH-7A02",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A03,
        name: "CJK UNIFIED IDEOGRAPH-7A03",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A04,
        name: "CJK UNIFIED IDEOGRAPH-7A04",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A05,
        name: "CJK UNIFIED IDEOGRAPH-7A05",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A06,
        name: "CJK UNIFIED IDEOGRAPH-7A06",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A07,
        name: "CJK UNIFIED IDEOGRAPH-7A07",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A08,
        name: "CJK UNIFIED IDEOGRAPH-7A08",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A09,
        name: "CJK UNIFIED IDEOGRAPH-7A09",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A0A,
        name: "CJK UNIFIED IDEOGRAPH-7A0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A0B,
        name: "CJK UNIFIED IDEOGRAPH-7A0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A0C,
        name: "CJK UNIFIED IDEOGRAPH-7A0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A0D,
        name: "CJK UNIFIED IDEOGRAPH-7A0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A0E,
        name: "CJK UNIFIED IDEOGRAPH-7A0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A0F,
        name: "CJK UNIFIED IDEOGRAPH-7A0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A10,
        name: "CJK UNIFIED IDEOGRAPH-7A10",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A11,
        name: "CJK UNIFIED IDEOGRAPH-7A11",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A12,
        name: "CJK UNIFIED IDEOGRAPH-7A12",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A13,
        name: "CJK UNIFIED IDEOGRAPH-7A13",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A14,
        name: "CJK UNIFIED IDEOGRAPH-7A14",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A15,
        name: "CJK UNIFIED IDEOGRAPH-7A15",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A16,
        name: "CJK UNIFIED IDEOGRAPH-7A16",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A17,
        name: "CJK UNIFIED IDEOGRAPH-7A17",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A18,
        name: "CJK UNIFIED IDEOGRAPH-7A18",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A19,
        name: "CJK UNIFIED IDEOGRAPH-7A19",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A1A,
        name: "CJK UNIFIED IDEOGRAPH-7A1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A1B,
        name: "CJK UNIFIED IDEOGRAPH-7A1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A1C,
        name: "CJK UNIFIED IDEOGRAPH-7A1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A1D,
        name: "CJK UNIFIED IDEOGRAPH-7A1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A1E,
        name: "CJK UNIFIED IDEOGRAPH-7A1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A1F,
        name: "CJK UNIFIED IDEOGRAPH-7A1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A20,
        name: "CJK UNIFIED IDEOGRAPH-7A20",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A21,
        name: "CJK UNIFIED IDEOGRAPH-7A21",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A22,
        name: "CJK UNIFIED IDEOGRAPH-7A22",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A23,
        name: "CJK UNIFIED IDEOGRAPH-7A23",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A24,
        name: "CJK UNIFIED IDEOGRAPH-7A24",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A25,
        name: "CJK UNIFIED IDEOGRAPH-7A25",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A26,
        name: "CJK UNIFIED IDEOGRAPH-7A26",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A27,
        name: "CJK UNIFIED IDEOGRAPH-7A27",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A28,
        name: "CJK UNIFIED IDEOGRAPH-7A28",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A29,
        name: "CJK UNIFIED IDEOGRAPH-7A29",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A2A,
        name: "CJK UNIFIED IDEOGRAPH-7A2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A2B,
        name: "CJK UNIFIED IDEOGRAPH-7A2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A2C,
        name: "CJK UNIFIED IDEOGRAPH-7A2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A2D,
        name: "CJK UNIFIED IDEOGRAPH-7A2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A2E,
        name: "CJK UNIFIED IDEOGRAPH-7A2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A2F,
        name: "CJK UNIFIED IDEOGRAPH-7A2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A30,
        name: "CJK UNIFIED IDEOGRAPH-7A30",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A31,
        name: "CJK UNIFIED IDEOGRAPH-7A31",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A32,
        name: "CJK UNIFIED IDEOGRAPH-7A32",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A33,
        name: "CJK UNIFIED IDEOGRAPH-7A33",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A34,
        name: "CJK UNIFIED IDEOGRAPH-7A34",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A35,
        name: "CJK UNIFIED IDEOGRAPH-7A35",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A36,
        name: "CJK UNIFIED IDEOGRAPH-7A36",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A37,
        name: "CJK UNIFIED IDEOGRAPH-7A37",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A38,
        name: "CJK UNIFIED IDEOGRAPH-7A38",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A39,
        name: "CJK UNIFIED IDEOGRAPH-7A39",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A3A,
        name: "CJK UNIFIED IDEOGRAPH-7A3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A3B,
        name: "CJK UNIFIED IDEOGRAPH-7A3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A3C,
        name: "CJK UNIFIED IDEOGRAPH-7A3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A3D,
        name: "CJK UNIFIED IDEOGRAPH-7A3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A3E,
        name: "CJK UNIFIED IDEOGRAPH-7A3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A3F,
        name: "CJK UNIFIED IDEOGRAPH-7A3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A40,
        name: "CJK UNIFIED IDEOGRAPH-7A40",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A41,
        name: "CJK UNIFIED IDEOGRAPH-7A41",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A42,
        name: "CJK UNIFIED IDEOGRAPH-7A42",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A43,
        name: "CJK UNIFIED IDEOGRAPH-7A43",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A44,
        name: "CJK UNIFIED IDEOGRAPH-7A44",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A45,
        name: "CJK UNIFIED IDEOGRAPH-7A45",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A46,
        name: "CJK UNIFIED IDEOGRAPH-7A46",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A47,
        name: "CJK UNIFIED IDEOGRAPH-7A47",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A48,
        name: "CJK UNIFIED IDEOGRAPH-7A48",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A49,
        name: "CJK UNIFIED IDEOGRAPH-7A49",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A4A,
        name: "CJK UNIFIED IDEOGRAPH-7A4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A4B,
        name: "CJK UNIFIED IDEOGRAPH-7A4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A4C,
        name: "CJK UNIFIED IDEOGRAPH-7A4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A4D,
        name: "CJK UNIFIED IDEOGRAPH-7A4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A4E,
        name: "CJK UNIFIED IDEOGRAPH-7A4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A4F,
        name: "CJK UNIFIED IDEOGRAPH-7A4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A50,
        name: "CJK UNIFIED IDEOGRAPH-7A50",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A51,
        name: "CJK UNIFIED IDEOGRAPH-7A51",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A52,
        name: "CJK UNIFIED IDEOGRAPH-7A52",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A53,
        name: "CJK UNIFIED IDEOGRAPH-7A53",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A54,
        name: "CJK UNIFIED IDEOGRAPH-7A54",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A55,
        name: "CJK UNIFIED IDEOGRAPH-7A55",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A56,
        name: "CJK UNIFIED IDEOGRAPH-7A56",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A57,
        name: "CJK UNIFIED IDEOGRAPH-7A57",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A58,
        name: "CJK UNIFIED IDEOGRAPH-7A58",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A59,
        name: "CJK UNIFIED IDEOGRAPH-7A59",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A5A,
        name: "CJK UNIFIED IDEOGRAPH-7A5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A5B,
        name: "CJK UNIFIED IDEOGRAPH-7A5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A5C,
        name: "CJK UNIFIED IDEOGRAPH-7A5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A5D,
        name: "CJK UNIFIED IDEOGRAPH-7A5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A5E,
        name: "CJK UNIFIED IDEOGRAPH-7A5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A5F,
        name: "CJK UNIFIED IDEOGRAPH-7A5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A60,
        name: "CJK UNIFIED IDEOGRAPH-7A60",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A61,
        name: "CJK UNIFIED IDEOGRAPH-7A61",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A62,
        name: "CJK UNIFIED IDEOGRAPH-7A62",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A63,
        name: "CJK UNIFIED IDEOGRAPH-7A63",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A64,
        name: "CJK UNIFIED IDEOGRAPH-7A64",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A65,
        name: "CJK UNIFIED IDEOGRAPH-7A65",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A66,
        name: "CJK UNIFIED IDEOGRAPH-7A66",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A67,
        name: "CJK UNIFIED IDEOGRAPH-7A67",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A68,
        name: "CJK UNIFIED IDEOGRAPH-7A68",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A69,
        name: "CJK UNIFIED IDEOGRAPH-7A69",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A6A,
        name: "CJK UNIFIED IDEOGRAPH-7A6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A6B,
        name: "CJK UNIFIED IDEOGRAPH-7A6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A6C,
        name: "CJK UNIFIED IDEOGRAPH-7A6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A6D,
        name: "CJK UNIFIED IDEOGRAPH-7A6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A6E,
        name: "CJK UNIFIED IDEOGRAPH-7A6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A6F,
        name: "CJK UNIFIED IDEOGRAPH-7A6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A70,
        name: "CJK UNIFIED IDEOGRAPH-7A70",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A71,
        name: "CJK UNIFIED IDEOGRAPH-7A71",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A72,
        name: "CJK UNIFIED IDEOGRAPH-7A72",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A73,
        name: "CJK UNIFIED IDEOGRAPH-7A73",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A74,
        name: "CJK UNIFIED IDEOGRAPH-7A74",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A75,
        name: "CJK UNIFIED IDEOGRAPH-7A75",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A76,
        name: "CJK UNIFIED IDEOGRAPH-7A76",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A77,
        name: "CJK UNIFIED IDEOGRAPH-7A77",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A78,
        name: "CJK UNIFIED IDEOGRAPH-7A78",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A79,
        name: "CJK UNIFIED IDEOGRAPH-7A79",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A7A,
        name: "CJK UNIFIED IDEOGRAPH-7A7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A7B,
        name: "CJK UNIFIED IDEOGRAPH-7A7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A7C,
        name: "CJK UNIFIED IDEOGRAPH-7A7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A7D,
        name: "CJK UNIFIED IDEOGRAPH-7A7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A7E,
        name: "CJK UNIFIED IDEOGRAPH-7A7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A7F,
        name: "CJK UNIFIED IDEOGRAPH-7A7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A80,
        name: "CJK UNIFIED IDEOGRAPH-7A80",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A81,
        name: "CJK UNIFIED IDEOGRAPH-7A81",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A82,
        name: "CJK UNIFIED IDEOGRAPH-7A82",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A83,
        name: "CJK UNIFIED IDEOGRAPH-7A83",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A84,
        name: "CJK UNIFIED IDEOGRAPH-7A84",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A85,
        name: "CJK UNIFIED IDEOGRAPH-7A85",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A86,
        name: "CJK UNIFIED IDEOGRAPH-7A86",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A87,
        name: "CJK UNIFIED IDEOGRAPH-7A87",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A88,
        name: "CJK UNIFIED IDEOGRAPH-7A88",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A89,
        name: "CJK UNIFIED IDEOGRAPH-7A89",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A8A,
        name: "CJK UNIFIED IDEOGRAPH-7A8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A8B,
        name: "CJK UNIFIED IDEOGRAPH-7A8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A8C,
        name: "CJK UNIFIED IDEOGRAPH-7A8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A8D,
        name: "CJK UNIFIED IDEOGRAPH-7A8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A8E,
        name: "CJK UNIFIED IDEOGRAPH-7A8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A8F,
        name: "CJK UNIFIED IDEOGRAPH-7A8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A90,
        name: "CJK UNIFIED IDEOGRAPH-7A90",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A91,
        name: "CJK UNIFIED IDEOGRAPH-7A91",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A92,
        name: "CJK UNIFIED IDEOGRAPH-7A92",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A93,
        name: "CJK UNIFIED IDEOGRAPH-7A93",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A94,
        name: "CJK UNIFIED IDEOGRAPH-7A94",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A95,
        name: "CJK UNIFIED IDEOGRAPH-7A95",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A96,
        name: "CJK UNIFIED IDEOGRAPH-7A96",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A97,
        name: "CJK UNIFIED IDEOGRAPH-7A97",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A98,
        name: "CJK UNIFIED IDEOGRAPH-7A98",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A99,
        name: "CJK UNIFIED IDEOGRAPH-7A99",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A9A,
        name: "CJK UNIFIED IDEOGRAPH-7A9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A9B,
        name: "CJK UNIFIED IDEOGRAPH-7A9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A9C,
        name: "CJK UNIFIED IDEOGRAPH-7A9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A9D,
        name: "CJK UNIFIED IDEOGRAPH-7A9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A9E,
        name: "CJK UNIFIED IDEOGRAPH-7A9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7A9F,
        name: "CJK UNIFIED IDEOGRAPH-7A9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA0,
        name: "CJK UNIFIED IDEOGRAPH-7AA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA1,
        name: "CJK UNIFIED IDEOGRAPH-7AA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA2,
        name: "CJK UNIFIED IDEOGRAPH-7AA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA3,
        name: "CJK UNIFIED IDEOGRAPH-7AA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA4,
        name: "CJK UNIFIED IDEOGRAPH-7AA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA5,
        name: "CJK UNIFIED IDEOGRAPH-7AA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA6,
        name: "CJK UNIFIED IDEOGRAPH-7AA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA7,
        name: "CJK UNIFIED IDEOGRAPH-7AA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA8,
        name: "CJK UNIFIED IDEOGRAPH-7AA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AA9,
        name: "CJK UNIFIED IDEOGRAPH-7AA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AAA,
        name: "CJK UNIFIED IDEOGRAPH-7AAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AAB,
        name: "CJK UNIFIED IDEOGRAPH-7AAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AAC,
        name: "CJK UNIFIED IDEOGRAPH-7AAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AAD,
        name: "CJK UNIFIED IDEOGRAPH-7AAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AAE,
        name: "CJK UNIFIED IDEOGRAPH-7AAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AAF,
        name: "CJK UNIFIED IDEOGRAPH-7AAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB0,
        name: "CJK UNIFIED IDEOGRAPH-7AB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB1,
        name: "CJK UNIFIED IDEOGRAPH-7AB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB2,
        name: "CJK UNIFIED IDEOGRAPH-7AB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB3,
        name: "CJK UNIFIED IDEOGRAPH-7AB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB4,
        name: "CJK UNIFIED IDEOGRAPH-7AB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB5,
        name: "CJK UNIFIED IDEOGRAPH-7AB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB6,
        name: "CJK UNIFIED IDEOGRAPH-7AB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB7,
        name: "CJK UNIFIED IDEOGRAPH-7AB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB8,
        name: "CJK UNIFIED IDEOGRAPH-7AB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AB9,
        name: "CJK UNIFIED IDEOGRAPH-7AB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ABA,
        name: "CJK UNIFIED IDEOGRAPH-7ABA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ABB,
        name: "CJK UNIFIED IDEOGRAPH-7ABB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ABC,
        name: "CJK UNIFIED IDEOGRAPH-7ABC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ABD,
        name: "CJK UNIFIED IDEOGRAPH-7ABD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ABE,
        name: "CJK UNIFIED IDEOGRAPH-7ABE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ABF,
        name: "CJK UNIFIED IDEOGRAPH-7ABF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC0,
        name: "CJK UNIFIED IDEOGRAPH-7AC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC1,
        name: "CJK UNIFIED IDEOGRAPH-7AC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC2,
        name: "CJK UNIFIED IDEOGRAPH-7AC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC3,
        name: "CJK UNIFIED IDEOGRAPH-7AC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC4,
        name: "CJK UNIFIED IDEOGRAPH-7AC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC5,
        name: "CJK UNIFIED IDEOGRAPH-7AC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC6,
        name: "CJK UNIFIED IDEOGRAPH-7AC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC7,
        name: "CJK UNIFIED IDEOGRAPH-7AC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC8,
        name: "CJK UNIFIED IDEOGRAPH-7AC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AC9,
        name: "CJK UNIFIED IDEOGRAPH-7AC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ACA,
        name: "CJK UNIFIED IDEOGRAPH-7ACA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ACB,
        name: "CJK UNIFIED IDEOGRAPH-7ACB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ACC,
        name: "CJK UNIFIED IDEOGRAPH-7ACC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ACD,
        name: "CJK UNIFIED IDEOGRAPH-7ACD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ACE,
        name: "CJK UNIFIED IDEOGRAPH-7ACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ACF,
        name: "CJK UNIFIED IDEOGRAPH-7ACF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD0,
        name: "CJK UNIFIED IDEOGRAPH-7AD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD1,
        name: "CJK UNIFIED IDEOGRAPH-7AD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD2,
        name: "CJK UNIFIED IDEOGRAPH-7AD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD3,
        name: "CJK UNIFIED IDEOGRAPH-7AD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD4,
        name: "CJK UNIFIED IDEOGRAPH-7AD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD5,
        name: "CJK UNIFIED IDEOGRAPH-7AD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD6,
        name: "CJK UNIFIED IDEOGRAPH-7AD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD7,
        name: "CJK UNIFIED IDEOGRAPH-7AD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD8,
        name: "CJK UNIFIED IDEOGRAPH-7AD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AD9,
        name: "CJK UNIFIED IDEOGRAPH-7AD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ADA,
        name: "CJK UNIFIED IDEOGRAPH-7ADA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ADB,
        name: "CJK UNIFIED IDEOGRAPH-7ADB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ADC,
        name: "CJK UNIFIED IDEOGRAPH-7ADC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ADD,
        name: "CJK UNIFIED IDEOGRAPH-7ADD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ADE,
        name: "CJK UNIFIED IDEOGRAPH-7ADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ADF,
        name: "CJK UNIFIED IDEOGRAPH-7ADF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE0,
        name: "CJK UNIFIED IDEOGRAPH-7AE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE1,
        name: "CJK UNIFIED IDEOGRAPH-7AE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE2,
        name: "CJK UNIFIED IDEOGRAPH-7AE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE3,
        name: "CJK UNIFIED IDEOGRAPH-7AE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE4,
        name: "CJK UNIFIED IDEOGRAPH-7AE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE5,
        name: "CJK UNIFIED IDEOGRAPH-7AE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE6,
        name: "CJK UNIFIED IDEOGRAPH-7AE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE7,
        name: "CJK UNIFIED IDEOGRAPH-7AE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE8,
        name: "CJK UNIFIED IDEOGRAPH-7AE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AE9,
        name: "CJK UNIFIED IDEOGRAPH-7AE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AEA,
        name: "CJK UNIFIED IDEOGRAPH-7AEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AEB,
        name: "CJK UNIFIED IDEOGRAPH-7AEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AEC,
        name: "CJK UNIFIED IDEOGRAPH-7AEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AED,
        name: "CJK UNIFIED IDEOGRAPH-7AED",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AEE,
        name: "CJK UNIFIED IDEOGRAPH-7AEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AEF,
        name: "CJK UNIFIED IDEOGRAPH-7AEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF0,
        name: "CJK UNIFIED IDEOGRAPH-7AF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF1,
        name: "CJK UNIFIED IDEOGRAPH-7AF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF2,
        name: "CJK UNIFIED IDEOGRAPH-7AF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF3,
        name: "CJK UNIFIED IDEOGRAPH-7AF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF4,
        name: "CJK UNIFIED IDEOGRAPH-7AF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF5,
        name: "CJK UNIFIED IDEOGRAPH-7AF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF6,
        name: "CJK UNIFIED IDEOGRAPH-7AF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF7,
        name: "CJK UNIFIED IDEOGRAPH-7AF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF8,
        name: "CJK UNIFIED IDEOGRAPH-7AF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AF9,
        name: "CJK UNIFIED IDEOGRAPH-7AF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AFA,
        name: "CJK UNIFIED IDEOGRAPH-7AFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AFB,
        name: "CJK UNIFIED IDEOGRAPH-7AFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AFC,
        name: "CJK UNIFIED IDEOGRAPH-7AFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AFD,
        name: "CJK UNIFIED IDEOGRAPH-7AFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AFE,
        name: "CJK UNIFIED IDEOGRAPH-7AFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7AFF,
        name: "CJK UNIFIED IDEOGRAPH-7AFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B00,
        name: "CJK UNIFIED IDEOGRAPH-7B00",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B01,
        name: "CJK UNIFIED IDEOGRAPH-7B01",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B02,
        name: "CJK UNIFIED IDEOGRAPH-7B02",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B03,
        name: "CJK UNIFIED IDEOGRAPH-7B03",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B04,
        name: "CJK UNIFIED IDEOGRAPH-7B04",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B05,
        name: "CJK UNIFIED IDEOGRAPH-7B05",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B06,
        name: "CJK UNIFIED IDEOGRAPH-7B06",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B07,
        name: "CJK UNIFIED IDEOGRAPH-7B07",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B08,
        name: "CJK UNIFIED IDEOGRAPH-7B08",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B09,
        name: "CJK UNIFIED IDEOGRAPH-7B09",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B0A,
        name: "CJK UNIFIED IDEOGRAPH-7B0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B0B,
        name: "CJK UNIFIED IDEOGRAPH-7B0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B0C,
        name: "CJK UNIFIED IDEOGRAPH-7B0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B0D,
        name: "CJK UNIFIED IDEOGRAPH-7B0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B0E,
        name: "CJK UNIFIED IDEOGRAPH-7B0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B0F,
        name: "CJK UNIFIED IDEOGRAPH-7B0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B10,
        name: "CJK UNIFIED IDEOGRAPH-7B10",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B11,
        name: "CJK UNIFIED IDEOGRAPH-7B11",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B12,
        name: "CJK UNIFIED IDEOGRAPH-7B12",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B13,
        name: "CJK UNIFIED IDEOGRAPH-7B13",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B14,
        name: "CJK UNIFIED IDEOGRAPH-7B14",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B15,
        name: "CJK UNIFIED IDEOGRAPH-7B15",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B16,
        name: "CJK UNIFIED IDEOGRAPH-7B16",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B17,
        name: "CJK UNIFIED IDEOGRAPH-7B17",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B18,
        name: "CJK UNIFIED IDEOGRAPH-7B18",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B19,
        name: "CJK UNIFIED IDEOGRAPH-7B19",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B1A,
        name: "CJK UNIFIED IDEOGRAPH-7B1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B1B,
        name: "CJK UNIFIED IDEOGRAPH-7B1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B1C,
        name: "CJK UNIFIED IDEOGRAPH-7B1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B1D,
        name: "CJK UNIFIED IDEOGRAPH-7B1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B1E,
        name: "CJK UNIFIED IDEOGRAPH-7B1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B1F,
        name: "CJK UNIFIED IDEOGRAPH-7B1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B20,
        name: "CJK UNIFIED IDEOGRAPH-7B20",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B21,
        name: "CJK UNIFIED IDEOGRAPH-7B21",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B22,
        name: "CJK UNIFIED IDEOGRAPH-7B22",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B23,
        name: "CJK UNIFIED IDEOGRAPH-7B23",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B24,
        name: "CJK UNIFIED IDEOGRAPH-7B24",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B25,
        name: "CJK UNIFIED IDEOGRAPH-7B25",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B26,
        name: "CJK UNIFIED IDEOGRAPH-7B26",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B27,
        name: "CJK UNIFIED IDEOGRAPH-7B27",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B28,
        name: "CJK UNIFIED IDEOGRAPH-7B28",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B29,
        name: "CJK UNIFIED IDEOGRAPH-7B29",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B2A,
        name: "CJK UNIFIED IDEOGRAPH-7B2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B2B,
        name: "CJK UNIFIED IDEOGRAPH-7B2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B2C,
        name: "CJK UNIFIED IDEOGRAPH-7B2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B2D,
        name: "CJK UNIFIED IDEOGRAPH-7B2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B2E,
        name: "CJK UNIFIED IDEOGRAPH-7B2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B2F,
        name: "CJK UNIFIED IDEOGRAPH-7B2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B30,
        name: "CJK UNIFIED IDEOGRAPH-7B30",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B31,
        name: "CJK UNIFIED IDEOGRAPH-7B31",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B32,
        name: "CJK UNIFIED IDEOGRAPH-7B32",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B33,
        name: "CJK UNIFIED IDEOGRAPH-7B33",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B34,
        name: "CJK UNIFIED IDEOGRAPH-7B34",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B35,
        name: "CJK UNIFIED IDEOGRAPH-7B35",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B36,
        name: "CJK UNIFIED IDEOGRAPH-7B36",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B37,
        name: "CJK UNIFIED IDEOGRAPH-7B37",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B38,
        name: "CJK UNIFIED IDEOGRAPH-7B38",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B39,
        name: "CJK UNIFIED IDEOGRAPH-7B39",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B3A,
        name: "CJK UNIFIED IDEOGRAPH-7B3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B3B,
        name: "CJK UNIFIED IDEOGRAPH-7B3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B3C,
        name: "CJK UNIFIED IDEOGRAPH-7B3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B3D,
        name: "CJK UNIFIED IDEOGRAPH-7B3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B3E,
        name: "CJK UNIFIED IDEOGRAPH-7B3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B3F,
        name: "CJK UNIFIED IDEOGRAPH-7B3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B40,
        name: "CJK UNIFIED IDEOGRAPH-7B40",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B41,
        name: "CJK UNIFIED IDEOGRAPH-7B41",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B42,
        name: "CJK UNIFIED IDEOGRAPH-7B42",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B43,
        name: "CJK UNIFIED IDEOGRAPH-7B43",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B44,
        name: "CJK UNIFIED IDEOGRAPH-7B44",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B45,
        name: "CJK UNIFIED IDEOGRAPH-7B45",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B46,
        name: "CJK UNIFIED IDEOGRAPH-7B46",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B47,
        name: "CJK UNIFIED IDEOGRAPH-7B47",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B48,
        name: "CJK UNIFIED IDEOGRAPH-7B48",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B49,
        name: "CJK UNIFIED IDEOGRAPH-7B49",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B4A,
        name: "CJK UNIFIED IDEOGRAPH-7B4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B4B,
        name: "CJK UNIFIED IDEOGRAPH-7B4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B4C,
        name: "CJK UNIFIED IDEOGRAPH-7B4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B4D,
        name: "CJK UNIFIED IDEOGRAPH-7B4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B4E,
        name: "CJK UNIFIED IDEOGRAPH-7B4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B4F,
        name: "CJK UNIFIED IDEOGRAPH-7B4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B50,
        name: "CJK UNIFIED IDEOGRAPH-7B50",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B51,
        name: "CJK UNIFIED IDEOGRAPH-7B51",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B52,
        name: "CJK UNIFIED IDEOGRAPH-7B52",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B53,
        name: "CJK UNIFIED IDEOGRAPH-7B53",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B54,
        name: "CJK UNIFIED IDEOGRAPH-7B54",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B55,
        name: "CJK UNIFIED IDEOGRAPH-7B55",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B56,
        name: "CJK UNIFIED IDEOGRAPH-7B56",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B57,
        name: "CJK UNIFIED IDEOGRAPH-7B57",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B58,
        name: "CJK UNIFIED IDEOGRAPH-7B58",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B59,
        name: "CJK UNIFIED IDEOGRAPH-7B59",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B5A,
        name: "CJK UNIFIED IDEOGRAPH-7B5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B5B,
        name: "CJK UNIFIED IDEOGRAPH-7B5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B5C,
        name: "CJK UNIFIED IDEOGRAPH-7B5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B5D,
        name: "CJK UNIFIED IDEOGRAPH-7B5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B5E,
        name: "CJK UNIFIED IDEOGRAPH-7B5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B5F,
        name: "CJK UNIFIED IDEOGRAPH-7B5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B60,
        name: "CJK UNIFIED IDEOGRAPH-7B60",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B61,
        name: "CJK UNIFIED IDEOGRAPH-7B61",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B62,
        name: "CJK UNIFIED IDEOGRAPH-7B62",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B63,
        name: "CJK UNIFIED IDEOGRAPH-7B63",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B64,
        name: "CJK UNIFIED IDEOGRAPH-7B64",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B65,
        name: "CJK UNIFIED IDEOGRAPH-7B65",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B66,
        name: "CJK UNIFIED IDEOGRAPH-7B66",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B67,
        name: "CJK UNIFIED IDEOGRAPH-7B67",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B68,
        name: "CJK UNIFIED IDEOGRAPH-7B68",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B69,
        name: "CJK UNIFIED IDEOGRAPH-7B69",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B6A,
        name: "CJK UNIFIED IDEOGRAPH-7B6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B6B,
        name: "CJK UNIFIED IDEOGRAPH-7B6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B6C,
        name: "CJK UNIFIED IDEOGRAPH-7B6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B6D,
        name: "CJK UNIFIED IDEOGRAPH-7B6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B6E,
        name: "CJK UNIFIED IDEOGRAPH-7B6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B6F,
        name: "CJK UNIFIED IDEOGRAPH-7B6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B70,
        name: "CJK UNIFIED IDEOGRAPH-7B70",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B71,
        name: "CJK UNIFIED IDEOGRAPH-7B71",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B72,
        name: "CJK UNIFIED IDEOGRAPH-7B72",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B73,
        name: "CJK UNIFIED IDEOGRAPH-7B73",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B74,
        name: "CJK UNIFIED IDEOGRAPH-7B74",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B75,
        name: "CJK UNIFIED IDEOGRAPH-7B75",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B76,
        name: "CJK UNIFIED IDEOGRAPH-7B76",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B77,
        name: "CJK UNIFIED IDEOGRAPH-7B77",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B78,
        name: "CJK UNIFIED IDEOGRAPH-7B78",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B79,
        name: "CJK UNIFIED IDEOGRAPH-7B79",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B7A,
        name: "CJK UNIFIED IDEOGRAPH-7B7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B7B,
        name: "CJK UNIFIED IDEOGRAPH-7B7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B7C,
        name: "CJK UNIFIED IDEOGRAPH-7B7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B7D,
        name: "CJK UNIFIED IDEOGRAPH-7B7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B7E,
        name: "CJK UNIFIED IDEOGRAPH-7B7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B7F,
        name: "CJK UNIFIED IDEOGRAPH-7B7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B80,
        name: "CJK UNIFIED IDEOGRAPH-7B80",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B81,
        name: "CJK UNIFIED IDEOGRAPH-7B81",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B82,
        name: "CJK UNIFIED IDEOGRAPH-7B82",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B83,
        name: "CJK UNIFIED IDEOGRAPH-7B83",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B84,
        name: "CJK UNIFIED IDEOGRAPH-7B84",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B85,
        name: "CJK UNIFIED IDEOGRAPH-7B85",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B86,
        name: "CJK UNIFIED IDEOGRAPH-7B86",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B87,
        name: "CJK UNIFIED IDEOGRAPH-7B87",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B88,
        name: "CJK UNIFIED IDEOGRAPH-7B88",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B89,
        name: "CJK UNIFIED IDEOGRAPH-7B89",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B8A,
        name: "CJK UNIFIED IDEOGRAPH-7B8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B8B,
        name: "CJK UNIFIED IDEOGRAPH-7B8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B8C,
        name: "CJK UNIFIED IDEOGRAPH-7B8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B8D,
        name: "CJK UNIFIED IDEOGRAPH-7B8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B8E,
        name: "CJK UNIFIED IDEOGRAPH-7B8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B8F,
        name: "CJK UNIFIED IDEOGRAPH-7B8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B90,
        name: "CJK UNIFIED IDEOGRAPH-7B90",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B91,
        name: "CJK UNIFIED IDEOGRAPH-7B91",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B92,
        name: "CJK UNIFIED IDEOGRAPH-7B92",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B93,
        name: "CJK UNIFIED IDEOGRAPH-7B93",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B94,
        name: "CJK UNIFIED IDEOGRAPH-7B94",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B95,
        name: "CJK UNIFIED IDEOGRAPH-7B95",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B96,
        name: "CJK UNIFIED IDEOGRAPH-7B96",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B97,
        name: "CJK UNIFIED IDEOGRAPH-7B97",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B98,
        name: "CJK UNIFIED IDEOGRAPH-7B98",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B99,
        name: "CJK UNIFIED IDEOGRAPH-7B99",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B9A,
        name: "CJK UNIFIED IDEOGRAPH-7B9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B9B,
        name: "CJK UNIFIED IDEOGRAPH-7B9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B9C,
        name: "CJK UNIFIED IDEOGRAPH-7B9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B9D,
        name: "CJK UNIFIED IDEOGRAPH-7B9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B9E,
        name: "CJK UNIFIED IDEOGRAPH-7B9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7B9F,
        name: "CJK UNIFIED IDEOGRAPH-7B9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA0,
        name: "CJK UNIFIED IDEOGRAPH-7BA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA1,
        name: "CJK UNIFIED IDEOGRAPH-7BA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA2,
        name: "CJK UNIFIED IDEOGRAPH-7BA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA3,
        name: "CJK UNIFIED IDEOGRAPH-7BA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA4,
        name: "CJK UNIFIED IDEOGRAPH-7BA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA5,
        name: "CJK UNIFIED IDEOGRAPH-7BA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA6,
        name: "CJK UNIFIED IDEOGRAPH-7BA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA7,
        name: "CJK UNIFIED IDEOGRAPH-7BA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA8,
        name: "CJK UNIFIED IDEOGRAPH-7BA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BA9,
        name: "CJK UNIFIED IDEOGRAPH-7BA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BAA,
        name: "CJK UNIFIED IDEOGRAPH-7BAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BAB,
        name: "CJK UNIFIED IDEOGRAPH-7BAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BAC,
        name: "CJK UNIFIED IDEOGRAPH-7BAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BAD,
        name: "CJK UNIFIED IDEOGRAPH-7BAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BAE,
        name: "CJK UNIFIED IDEOGRAPH-7BAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BAF,
        name: "CJK UNIFIED IDEOGRAPH-7BAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB0,
        name: "CJK UNIFIED IDEOGRAPH-7BB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB1,
        name: "CJK UNIFIED IDEOGRAPH-7BB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB2,
        name: "CJK UNIFIED IDEOGRAPH-7BB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB3,
        name: "CJK UNIFIED IDEOGRAPH-7BB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB4,
        name: "CJK UNIFIED IDEOGRAPH-7BB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB5,
        name: "CJK UNIFIED IDEOGRAPH-7BB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB6,
        name: "CJK UNIFIED IDEOGRAPH-7BB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB7,
        name: "CJK UNIFIED IDEOGRAPH-7BB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB8,
        name: "CJK UNIFIED IDEOGRAPH-7BB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BB9,
        name: "CJK UNIFIED IDEOGRAPH-7BB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BBA,
        name: "CJK UNIFIED IDEOGRAPH-7BBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BBB,
        name: "CJK UNIFIED IDEOGRAPH-7BBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BBC,
        name: "CJK UNIFIED IDEOGRAPH-7BBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BBD,
        name: "CJK UNIFIED IDEOGRAPH-7BBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BBE,
        name: "CJK UNIFIED IDEOGRAPH-7BBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BBF,
        name: "CJK UNIFIED IDEOGRAPH-7BBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC0,
        name: "CJK UNIFIED IDEOGRAPH-7BC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC1,
        name: "CJK UNIFIED IDEOGRAPH-7BC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC2,
        name: "CJK UNIFIED IDEOGRAPH-7BC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC3,
        name: "CJK UNIFIED IDEOGRAPH-7BC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC4,
        name: "CJK UNIFIED IDEOGRAPH-7BC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC5,
        name: "CJK UNIFIED IDEOGRAPH-7BC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC6,
        name: "CJK UNIFIED IDEOGRAPH-7BC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC7,
        name: "CJK UNIFIED IDEOGRAPH-7BC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC8,
        name: "CJK UNIFIED IDEOGRAPH-7BC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BC9,
        name: "CJK UNIFIED IDEOGRAPH-7BC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BCA,
        name: "CJK UNIFIED IDEOGRAPH-7BCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BCB,
        name: "CJK UNIFIED IDEOGRAPH-7BCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BCC,
        name: "CJK UNIFIED IDEOGRAPH-7BCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BCD,
        name: "CJK UNIFIED IDEOGRAPH-7BCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BCE,
        name: "CJK UNIFIED IDEOGRAPH-7BCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BCF,
        name: "CJK UNIFIED IDEOGRAPH-7BCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD0,
        name: "CJK UNIFIED IDEOGRAPH-7BD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD1,
        name: "CJK UNIFIED IDEOGRAPH-7BD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD2,
        name: "CJK UNIFIED IDEOGRAPH-7BD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD3,
        name: "CJK UNIFIED IDEOGRAPH-7BD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD4,
        name: "CJK UNIFIED IDEOGRAPH-7BD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD5,
        name: "CJK UNIFIED IDEOGRAPH-7BD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD6,
        name: "CJK UNIFIED IDEOGRAPH-7BD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD7,
        name: "CJK UNIFIED IDEOGRAPH-7BD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD8,
        name: "CJK UNIFIED IDEOGRAPH-7BD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BD9,
        name: "CJK UNIFIED IDEOGRAPH-7BD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BDA,
        name: "CJK UNIFIED IDEOGRAPH-7BDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BDB,
        name: "CJK UNIFIED IDEOGRAPH-7BDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BDC,
        name: "CJK UNIFIED IDEOGRAPH-7BDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BDD,
        name: "CJK UNIFIED IDEOGRAPH-7BDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BDE,
        name: "CJK UNIFIED IDEOGRAPH-7BDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BDF,
        name: "CJK UNIFIED IDEOGRAPH-7BDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE0,
        name: "CJK UNIFIED IDEOGRAPH-7BE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE1,
        name: "CJK UNIFIED IDEOGRAPH-7BE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE2,
        name: "CJK UNIFIED IDEOGRAPH-7BE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE3,
        name: "CJK UNIFIED IDEOGRAPH-7BE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE4,
        name: "CJK UNIFIED IDEOGRAPH-7BE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE5,
        name: "CJK UNIFIED IDEOGRAPH-7BE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE6,
        name: "CJK UNIFIED IDEOGRAPH-7BE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE7,
        name: "CJK UNIFIED IDEOGRAPH-7BE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE8,
        name: "CJK UNIFIED IDEOGRAPH-7BE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BE9,
        name: "CJK UNIFIED IDEOGRAPH-7BE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BEA,
        name: "CJK UNIFIED IDEOGRAPH-7BEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BEB,
        name: "CJK UNIFIED IDEOGRAPH-7BEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BEC,
        name: "CJK UNIFIED IDEOGRAPH-7BEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BED,
        name: "CJK UNIFIED IDEOGRAPH-7BED",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BEE,
        name: "CJK UNIFIED IDEOGRAPH-7BEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BEF,
        name: "CJK UNIFIED IDEOGRAPH-7BEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF0,
        name: "CJK UNIFIED IDEOGRAPH-7BF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF1,
        name: "CJK UNIFIED IDEOGRAPH-7BF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF2,
        name: "CJK UNIFIED IDEOGRAPH-7BF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF3,
        name: "CJK UNIFIED IDEOGRAPH-7BF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF4,
        name: "CJK UNIFIED IDEOGRAPH-7BF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF5,
        name: "CJK UNIFIED IDEOGRAPH-7BF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF6,
        name: "CJK UNIFIED IDEOGRAPH-7BF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF7,
        name: "CJK UNIFIED IDEOGRAPH-7BF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF8,
        name: "CJK UNIFIED IDEOGRAPH-7BF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BF9,
        name: "CJK UNIFIED IDEOGRAPH-7BF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BFA,
        name: "CJK UNIFIED IDEOGRAPH-7BFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BFB,
        name: "CJK UNIFIED IDEOGRAPH-7BFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BFC,
        name: "CJK UNIFIED IDEOGRAPH-7BFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BFD,
        name: "CJK UNIFIED IDEOGRAPH-7BFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BFE,
        name: "CJK UNIFIED IDEOGRAPH-7BFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7BFF,
        name: "CJK UNIFIED IDEOGRAPH-7BFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C00,
        name: "CJK UNIFIED IDEOGRAPH-7C00",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C01,
        name: "CJK UNIFIED IDEOGRAPH-7C01",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C02,
        name: "CJK UNIFIED IDEOGRAPH-7C02",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C03,
        name: "CJK UNIFIED IDEOGRAPH-7C03",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C04,
        name: "CJK UNIFIED IDEOGRAPH-7C04",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C05,
        name: "CJK UNIFIED IDEOGRAPH-7C05",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C06,
        name: "CJK UNIFIED IDEOGRAPH-7C06",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C07,
        name: "CJK UNIFIED IDEOGRAPH-7C07",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C08,
        name: "CJK UNIFIED IDEOGRAPH-7C08",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C09,
        name: "CJK UNIFIED IDEOGRAPH-7C09",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C0A,
        name: "CJK UNIFIED IDEOGRAPH-7C0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C0B,
        name: "CJK UNIFIED IDEOGRAPH-7C0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C0C,
        name: "CJK UNIFIED IDEOGRAPH-7C0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C0D,
        name: "CJK UNIFIED IDEOGRAPH-7C0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C0E,
        name: "CJK UNIFIED IDEOGRAPH-7C0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C0F,
        name: "CJK UNIFIED IDEOGRAPH-7C0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C10,
        name: "CJK UNIFIED IDEOGRAPH-7C10",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C11,
        name: "CJK UNIFIED IDEOGRAPH-7C11",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C12,
        name: "CJK UNIFIED IDEOGRAPH-7C12",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C13,
        name: "CJK UNIFIED IDEOGRAPH-7C13",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C14,
        name: "CJK UNIFIED IDEOGRAPH-7C14",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C15,
        name: "CJK UNIFIED IDEOGRAPH-7C15",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C16,
        name: "CJK UNIFIED IDEOGRAPH-7C16",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C17,
        name: "CJK UNIFIED IDEOGRAPH-7C17",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C18,
        name: "CJK UNIFIED IDEOGRAPH-7C18",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C19,
        name: "CJK UNIFIED IDEOGRAPH-7C19",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C1A,
        name: "CJK UNIFIED IDEOGRAPH-7C1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C1B,
        name: "CJK UNIFIED IDEOGRAPH-7C1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C1C,
        name: "CJK UNIFIED IDEOGRAPH-7C1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C1D,
        name: "CJK UNIFIED IDEOGRAPH-7C1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C1E,
        name: "CJK UNIFIED IDEOGRAPH-7C1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C1F,
        name: "CJK UNIFIED IDEOGRAPH-7C1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C20,
        name: "CJK UNIFIED IDEOGRAPH-7C20",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C21,
        name: "CJK UNIFIED IDEOGRAPH-7C21",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C22,
        name: "CJK UNIFIED IDEOGRAPH-7C22",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C23,
        name: "CJK UNIFIED IDEOGRAPH-7C23",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C24,
        name: "CJK UNIFIED IDEOGRAPH-7C24",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C25,
        name: "CJK UNIFIED IDEOGRAPH-7C25",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C26,
        name: "CJK UNIFIED IDEOGRAPH-7C26",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C27,
        name: "CJK UNIFIED IDEOGRAPH-7C27",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C28,
        name: "CJK UNIFIED IDEOGRAPH-7C28",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C29,
        name: "CJK UNIFIED IDEOGRAPH-7C29",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C2A,
        name: "CJK UNIFIED IDEOGRAPH-7C2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C2B,
        name: "CJK UNIFIED IDEOGRAPH-7C2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C2C,
        name: "CJK UNIFIED IDEOGRAPH-7C2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C2D,
        name: "CJK UNIFIED IDEOGRAPH-7C2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C2E,
        name: "CJK UNIFIED IDEOGRAPH-7C2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C2F,
        name: "CJK UNIFIED IDEOGRAPH-7C2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C30,
        name: "CJK UNIFIED IDEOGRAPH-7C30",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C31,
        name: "CJK UNIFIED IDEOGRAPH-7C31",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C32,
        name: "CJK UNIFIED IDEOGRAPH-7C32",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C33,
        name: "CJK UNIFIED IDEOGRAPH-7C33",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C34,
        name: "CJK UNIFIED IDEOGRAPH-7C34",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C35,
        name: "CJK UNIFIED IDEOGRAPH-7C35",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C36,
        name: "CJK UNIFIED IDEOGRAPH-7C36",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C37,
        name: "CJK UNIFIED IDEOGRAPH-7C37",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C38,
        name: "CJK UNIFIED IDEOGRAPH-7C38",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C39,
        name: "CJK UNIFIED IDEOGRAPH-7C39",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C3A,
        name: "CJK UNIFIED IDEOGRAPH-7C3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C3B,
        name: "CJK UNIFIED IDEOGRAPH-7C3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C3C,
        name: "CJK UNIFIED IDEOGRAPH-7C3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C3D,
        name: "CJK UNIFIED IDEOGRAPH-7C3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C3E,
        name: "CJK UNIFIED IDEOGRAPH-7C3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C3F,
        name: "CJK UNIFIED IDEOGRAPH-7C3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C40,
        name: "CJK UNIFIED IDEOGRAPH-7C40",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C41,
        name: "CJK UNIFIED IDEOGRAPH-7C41",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C42,
        name: "CJK UNIFIED IDEOGRAPH-7C42",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C43,
        name: "CJK UNIFIED IDEOGRAPH-7C43",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C44,
        name: "CJK UNIFIED IDEOGRAPH-7C44",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C45,
        name: "CJK UNIFIED IDEOGRAPH-7C45",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C46,
        name: "CJK UNIFIED IDEOGRAPH-7C46",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C47,
        name: "CJK UNIFIED IDEOGRAPH-7C47",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C48,
        name: "CJK UNIFIED IDEOGRAPH-7C48",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C49,
        name: "CJK UNIFIED IDEOGRAPH-7C49",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C4A,
        name: "CJK UNIFIED IDEOGRAPH-7C4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C4B,
        name: "CJK UNIFIED IDEOGRAPH-7C4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C4C,
        name: "CJK UNIFIED IDEOGRAPH-7C4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C4D,
        name: "CJK UNIFIED IDEOGRAPH-7C4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C4E,
        name: "CJK UNIFIED IDEOGRAPH-7C4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C4F,
        name: "CJK UNIFIED IDEOGRAPH-7C4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C50,
        name: "CJK UNIFIED IDEOGRAPH-7C50",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C51,
        name: "CJK UNIFIED IDEOGRAPH-7C51",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C52,
        name: "CJK UNIFIED IDEOGRAPH-7C52",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C53,
        name: "CJK UNIFIED IDEOGRAPH-7C53",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C54,
        name: "CJK UNIFIED IDEOGRAPH-7C54",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C55,
        name: "CJK UNIFIED IDEOGRAPH-7C55",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C56,
        name: "CJK UNIFIED IDEOGRAPH-7C56",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C57,
        name: "CJK UNIFIED IDEOGRAPH-7C57",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C58,
        name: "CJK UNIFIED IDEOGRAPH-7C58",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C59,
        name: "CJK UNIFIED IDEOGRAPH-7C59",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C5A,
        name: "CJK UNIFIED IDEOGRAPH-7C5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C5B,
        name: "CJK UNIFIED IDEOGRAPH-7C5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C5C,
        name: "CJK UNIFIED IDEOGRAPH-7C5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C5D,
        name: "CJK UNIFIED IDEOGRAPH-7C5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C5E,
        name: "CJK UNIFIED IDEOGRAPH-7C5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C5F,
        name: "CJK UNIFIED IDEOGRAPH-7C5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C60,
        name: "CJK UNIFIED IDEOGRAPH-7C60",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C61,
        name: "CJK UNIFIED IDEOGRAPH-7C61",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C62,
        name: "CJK UNIFIED IDEOGRAPH-7C62",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C63,
        name: "CJK UNIFIED IDEOGRAPH-7C63",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C64,
        name: "CJK UNIFIED IDEOGRAPH-7C64",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C65,
        name: "CJK UNIFIED IDEOGRAPH-7C65",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C66,
        name: "CJK UNIFIED IDEOGRAPH-7C66",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C67,
        name: "CJK UNIFIED IDEOGRAPH-7C67",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C68,
        name: "CJK UNIFIED IDEOGRAPH-7C68",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C69,
        name: "CJK UNIFIED IDEOGRAPH-7C69",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C6A,
        name: "CJK UNIFIED IDEOGRAPH-7C6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C6B,
        name: "CJK UNIFIED IDEOGRAPH-7C6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C6C,
        name: "CJK UNIFIED IDEOGRAPH-7C6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C6D,
        name: "CJK UNIFIED IDEOGRAPH-7C6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C6E,
        name: "CJK UNIFIED IDEOGRAPH-7C6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C6F,
        name: "CJK UNIFIED IDEOGRAPH-7C6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C70,
        name: "CJK UNIFIED IDEOGRAPH-7C70",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C71,
        name: "CJK UNIFIED IDEOGRAPH-7C71",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C72,
        name: "CJK UNIFIED IDEOGRAPH-7C72",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C73,
        name: "CJK UNIFIED IDEOGRAPH-7C73",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C74,
        name: "CJK UNIFIED IDEOGRAPH-7C74",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C75,
        name: "CJK UNIFIED IDEOGRAPH-7C75",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C76,
        name: "CJK UNIFIED IDEOGRAPH-7C76",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C77,
        name: "CJK UNIFIED IDEOGRAPH-7C77",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C78,
        name: "CJK UNIFIED IDEOGRAPH-7C78",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C79,
        name: "CJK UNIFIED IDEOGRAPH-7C79",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C7A,
        name: "CJK UNIFIED IDEOGRAPH-7C7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C7B,
        name: "CJK UNIFIED IDEOGRAPH-7C7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C7C,
        name: "CJK UNIFIED IDEOGRAPH-7C7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C7D,
        name: "CJK UNIFIED IDEOGRAPH-7C7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C7E,
        name: "CJK UNIFIED IDEOGRAPH-7C7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C7F,
        name: "CJK UNIFIED IDEOGRAPH-7C7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C80,
        name: "CJK UNIFIED IDEOGRAPH-7C80",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C81,
        name: "CJK UNIFIED IDEOGRAPH-7C81",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C82,
        name: "CJK UNIFIED IDEOGRAPH-7C82",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C83,
        name: "CJK UNIFIED IDEOGRAPH-7C83",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C84,
        name: "CJK UNIFIED IDEOGRAPH-7C84",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C85,
        name: "CJK UNIFIED IDEOGRAPH-7C85",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C86,
        name: "CJK UNIFIED IDEOGRAPH-7C86",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C87,
        name: "CJK UNIFIED IDEOGRAPH-7C87",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C88,
        name: "CJK UNIFIED IDEOGRAPH-7C88",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C89,
        name: "CJK UNIFIED IDEOGRAPH-7C89",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C8A,
        name: "CJK UNIFIED IDEOGRAPH-7C8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C8B,
        name: "CJK UNIFIED IDEOGRAPH-7C8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C8C,
        name: "CJK UNIFIED IDEOGRAPH-7C8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C8D,
        name: "CJK UNIFIED IDEOGRAPH-7C8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C8E,
        name: "CJK UNIFIED IDEOGRAPH-7C8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C8F,
        name: "CJK UNIFIED IDEOGRAPH-7C8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C90,
        name: "CJK UNIFIED IDEOGRAPH-7C90",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C91,
        name: "CJK UNIFIED IDEOGRAPH-7C91",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C92,
        name: "CJK UNIFIED IDEOGRAPH-7C92",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C93,
        name: "CJK UNIFIED IDEOGRAPH-7C93",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C94,
        name: "CJK UNIFIED IDEOGRAPH-7C94",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C95,
        name: "CJK UNIFIED IDEOGRAPH-7C95",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C96,
        name: "CJK UNIFIED IDEOGRAPH-7C96",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C97,
        name: "CJK UNIFIED IDEOGRAPH-7C97",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C98,
        name: "CJK UNIFIED IDEOGRAPH-7C98",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C99,
        name: "CJK UNIFIED IDEOGRAPH-7C99",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C9A,
        name: "CJK UNIFIED IDEOGRAPH-7C9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C9B,
        name: "CJK UNIFIED IDEOGRAPH-7C9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C9C,
        name: "CJK UNIFIED IDEOGRAPH-7C9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C9D,
        name: "CJK UNIFIED IDEOGRAPH-7C9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C9E,
        name: "CJK UNIFIED IDEOGRAPH-7C9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7C9F,
        name: "CJK UNIFIED IDEOGRAPH-7C9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA0,
        name: "CJK UNIFIED IDEOGRAPH-7CA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA1,
        name: "CJK UNIFIED IDEOGRAPH-7CA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA2,
        name: "CJK UNIFIED IDEOGRAPH-7CA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA3,
        name: "CJK UNIFIED IDEOGRAPH-7CA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA4,
        name: "CJK UNIFIED IDEOGRAPH-7CA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA5,
        name: "CJK UNIFIED IDEOGRAPH-7CA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA6,
        name: "CJK UNIFIED IDEOGRAPH-7CA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA7,
        name: "CJK UNIFIED IDEOGRAPH-7CA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA8,
        name: "CJK UNIFIED IDEOGRAPH-7CA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CA9,
        name: "CJK UNIFIED IDEOGRAPH-7CA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CAA,
        name: "CJK UNIFIED IDEOGRAPH-7CAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CAB,
        name: "CJK UNIFIED IDEOGRAPH-7CAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CAC,
        name: "CJK UNIFIED IDEOGRAPH-7CAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CAD,
        name: "CJK UNIFIED IDEOGRAPH-7CAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CAE,
        name: "CJK UNIFIED IDEOGRAPH-7CAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CAF,
        name: "CJK UNIFIED IDEOGRAPH-7CAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB0,
        name: "CJK UNIFIED IDEOGRAPH-7CB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB1,
        name: "CJK UNIFIED IDEOGRAPH-7CB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB2,
        name: "CJK UNIFIED IDEOGRAPH-7CB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB3,
        name: "CJK UNIFIED IDEOGRAPH-7CB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB4,
        name: "CJK UNIFIED IDEOGRAPH-7CB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB5,
        name: "CJK UNIFIED IDEOGRAPH-7CB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB6,
        name: "CJK UNIFIED IDEOGRAPH-7CB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB7,
        name: "CJK UNIFIED IDEOGRAPH-7CB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB8,
        name: "CJK UNIFIED IDEOGRAPH-7CB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CB9,
        name: "CJK UNIFIED IDEOGRAPH-7CB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CBA,
        name: "CJK UNIFIED IDEOGRAPH-7CBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CBB,
        name: "CJK UNIFIED IDEOGRAPH-7CBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CBC,
        name: "CJK UNIFIED IDEOGRAPH-7CBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CBD,
        name: "CJK UNIFIED IDEOGRAPH-7CBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CBE,
        name: "CJK UNIFIED IDEOGRAPH-7CBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CBF,
        name: "CJK UNIFIED IDEOGRAPH-7CBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC0,
        name: "CJK UNIFIED IDEOGRAPH-7CC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC1,
        name: "CJK UNIFIED IDEOGRAPH-7CC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC2,
        name: "CJK UNIFIED IDEOGRAPH-7CC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC3,
        name: "CJK UNIFIED IDEOGRAPH-7CC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC4,
        name: "CJK UNIFIED IDEOGRAPH-7CC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC5,
        name: "CJK UNIFIED IDEOGRAPH-7CC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC6,
        name: "CJK UNIFIED IDEOGRAPH-7CC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC7,
        name: "CJK UNIFIED IDEOGRAPH-7CC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC8,
        name: "CJK UNIFIED IDEOGRAPH-7CC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CC9,
        name: "CJK UNIFIED IDEOGRAPH-7CC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CCA,
        name: "CJK UNIFIED IDEOGRAPH-7CCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CCB,
        name: "CJK UNIFIED IDEOGRAPH-7CCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CCC,
        name: "CJK UNIFIED IDEOGRAPH-7CCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CCD,
        name: "CJK UNIFIED IDEOGRAPH-7CCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CCE,
        name: "CJK UNIFIED IDEOGRAPH-7CCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CCF,
        name: "CJK UNIFIED IDEOGRAPH-7CCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD0,
        name: "CJK UNIFIED IDEOGRAPH-7CD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD1,
        name: "CJK UNIFIED IDEOGRAPH-7CD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD2,
        name: "CJK UNIFIED IDEOGRAPH-7CD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD3,
        name: "CJK UNIFIED IDEOGRAPH-7CD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD4,
        name: "CJK UNIFIED IDEOGRAPH-7CD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD5,
        name: "CJK UNIFIED IDEOGRAPH-7CD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD6,
        name: "CJK UNIFIED IDEOGRAPH-7CD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD7,
        name: "CJK UNIFIED IDEOGRAPH-7CD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD8,
        name: "CJK UNIFIED IDEOGRAPH-7CD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CD9,
        name: "CJK UNIFIED IDEOGRAPH-7CD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CDA,
        name: "CJK UNIFIED IDEOGRAPH-7CDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CDB,
        name: "CJK UNIFIED IDEOGRAPH-7CDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CDC,
        name: "CJK UNIFIED IDEOGRAPH-7CDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CDD,
        name: "CJK UNIFIED IDEOGRAPH-7CDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CDE,
        name: "CJK UNIFIED IDEOGRAPH-7CDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CDF,
        name: "CJK UNIFIED IDEOGRAPH-7CDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE0,
        name: "CJK UNIFIED IDEOGRAPH-7CE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE1,
        name: "CJK UNIFIED IDEOGRAPH-7CE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE2,
        name: "CJK UNIFIED IDEOGRAPH-7CE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE3,
        name: "CJK UNIFIED IDEOGRAPH-7CE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE4,
        name: "CJK UNIFIED IDEOGRAPH-7CE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE5,
        name: "CJK UNIFIED IDEOGRAPH-7CE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE6,
        name: "CJK UNIFIED IDEOGRAPH-7CE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE7,
        name: "CJK UNIFIED IDEOGRAPH-7CE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE8,
        name: "CJK UNIFIED IDEOGRAPH-7CE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CE9,
        name: "CJK UNIFIED IDEOGRAPH-7CE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CEA,
        name: "CJK UNIFIED IDEOGRAPH-7CEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CEB,
        name: "CJK UNIFIED IDEOGRAPH-7CEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CEC,
        name: "CJK UNIFIED IDEOGRAPH-7CEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CED,
        name: "CJK UNIFIED IDEOGRAPH-7CED",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CEE,
        name: "CJK UNIFIED IDEOGRAPH-7CEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CEF,
        name: "CJK UNIFIED IDEOGRAPH-7CEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF0,
        name: "CJK UNIFIED IDEOGRAPH-7CF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF1,
        name: "CJK UNIFIED IDEOGRAPH-7CF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF2,
        name: "CJK UNIFIED IDEOGRAPH-7CF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF3,
        name: "CJK UNIFIED IDEOGRAPH-7CF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF4,
        name: "CJK UNIFIED IDEOGRAPH-7CF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF5,
        name: "CJK UNIFIED IDEOGRAPH-7CF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF6,
        name: "CJK UNIFIED IDEOGRAPH-7CF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF7,
        name: "CJK UNIFIED IDEOGRAPH-7CF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF8,
        name: "CJK UNIFIED IDEOGRAPH-7CF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CF9,
        name: "CJK UNIFIED IDEOGRAPH-7CF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CFA,
        name: "CJK UNIFIED IDEOGRAPH-7CFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CFB,
        name: "CJK UNIFIED IDEOGRAPH-7CFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CFC,
        name: "CJK UNIFIED IDEOGRAPH-7CFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CFD,
        name: "CJK UNIFIED IDEOGRAPH-7CFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CFE,
        name: "CJK UNIFIED IDEOGRAPH-7CFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7CFF,
        name: "CJK UNIFIED IDEOGRAPH-7CFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D00,
        name: "CJK UNIFIED IDEOGRAPH-7D00",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D01,
        name: "CJK UNIFIED IDEOGRAPH-7D01",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D02,
        name: "CJK UNIFIED IDEOGRAPH-7D02",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D03,
        name: "CJK UNIFIED IDEOGRAPH-7D03",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D04,
        name: "CJK UNIFIED IDEOGRAPH-7D04",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D05,
        name: "CJK UNIFIED IDEOGRAPH-7D05",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D06,
        name: "CJK UNIFIED IDEOGRAPH-7D06",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D07,
        name: "CJK UNIFIED IDEOGRAPH-7D07",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D08,
        name: "CJK UNIFIED IDEOGRAPH-7D08",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D09,
        name: "CJK UNIFIED IDEOGRAPH-7D09",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D0A,
        name: "CJK UNIFIED IDEOGRAPH-7D0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D0B,
        name: "CJK UNIFIED IDEOGRAPH-7D0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D0C,
        name: "CJK UNIFIED IDEOGRAPH-7D0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D0D,
        name: "CJK UNIFIED IDEOGRAPH-7D0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D0E,
        name: "CJK UNIFIED IDEOGRAPH-7D0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D0F,
        name: "CJK UNIFIED IDEOGRAPH-7D0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D10,
        name: "CJK UNIFIED IDEOGRAPH-7D10",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D11,
        name: "CJK UNIFIED IDEOGRAPH-7D11",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D12,
        name: "CJK UNIFIED IDEOGRAPH-7D12",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D13,
        name: "CJK UNIFIED IDEOGRAPH-7D13",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D14,
        name: "CJK UNIFIED IDEOGRAPH-7D14",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D15,
        name: "CJK UNIFIED IDEOGRAPH-7D15",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D16,
        name: "CJK UNIFIED IDEOGRAPH-7D16",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D17,
        name: "CJK UNIFIED IDEOGRAPH-7D17",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D18,
        name: "CJK UNIFIED IDEOGRAPH-7D18",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D19,
        name: "CJK UNIFIED IDEOGRAPH-7D19",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D1A,
        name: "CJK UNIFIED IDEOGRAPH-7D1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D1B,
        name: "CJK UNIFIED IDEOGRAPH-7D1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D1C,
        name: "CJK UNIFIED IDEOGRAPH-7D1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D1D,
        name: "CJK UNIFIED IDEOGRAPH-7D1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D1E,
        name: "CJK UNIFIED IDEOGRAPH-7D1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D1F,
        name: "CJK UNIFIED IDEOGRAPH-7D1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D20,
        name: "CJK UNIFIED IDEOGRAPH-7D20",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D21,
        name: "CJK UNIFIED IDEOGRAPH-7D21",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D22,
        name: "CJK UNIFIED IDEOGRAPH-7D22",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D23,
        name: "CJK UNIFIED IDEOGRAPH-7D23",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D24,
        name: "CJK UNIFIED IDEOGRAPH-7D24",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D25,
        name: "CJK UNIFIED IDEOGRAPH-7D25",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D26,
        name: "CJK UNIFIED IDEOGRAPH-7D26",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D27,
        name: "CJK UNIFIED IDEOGRAPH-7D27",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D28,
        name: "CJK UNIFIED IDEOGRAPH-7D28",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D29,
        name: "CJK UNIFIED IDEOGRAPH-7D29",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D2A,
        name: "CJK UNIFIED IDEOGRAPH-7D2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D2B,
        name: "CJK UNIFIED IDEOGRAPH-7D2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D2C,
        name: "CJK UNIFIED IDEOGRAPH-7D2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D2D,
        name: "CJK UNIFIED IDEOGRAPH-7D2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D2E,
        name: "CJK UNIFIED IDEOGRAPH-7D2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D2F,
        name: "CJK UNIFIED IDEOGRAPH-7D2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D30,
        name: "CJK UNIFIED IDEOGRAPH-7D30",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D31,
        name: "CJK UNIFIED IDEOGRAPH-7D31",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D32,
        name: "CJK UNIFIED IDEOGRAPH-7D32",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D33,
        name: "CJK UNIFIED IDEOGRAPH-7D33",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D34,
        name: "CJK UNIFIED IDEOGRAPH-7D34",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D35,
        name: "CJK UNIFIED IDEOGRAPH-7D35",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D36,
        name: "CJK UNIFIED IDEOGRAPH-7D36",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D37,
        name: "CJK UNIFIED IDEOGRAPH-7D37",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D38,
        name: "CJK UNIFIED IDEOGRAPH-7D38",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D39,
        name: "CJK UNIFIED IDEOGRAPH-7D39",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D3A,
        name: "CJK UNIFIED IDEOGRAPH-7D3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D3B,
        name: "CJK UNIFIED IDEOGRAPH-7D3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D3C,
        name: "CJK UNIFIED IDEOGRAPH-7D3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D3D,
        name: "CJK UNIFIED IDEOGRAPH-7D3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D3E,
        name: "CJK UNIFIED IDEOGRAPH-7D3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D3F,
        name: "CJK UNIFIED IDEOGRAPH-7D3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D40,
        name: "CJK UNIFIED IDEOGRAPH-7D40",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D41,
        name: "CJK UNIFIED IDEOGRAPH-7D41",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D42,
        name: "CJK UNIFIED IDEOGRAPH-7D42",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D43,
        name: "CJK UNIFIED IDEOGRAPH-7D43",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D44,
        name: "CJK UNIFIED IDEOGRAPH-7D44",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D45,
        name: "CJK UNIFIED IDEOGRAPH-7D45",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D46,
        name: "CJK UNIFIED IDEOGRAPH-7D46",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D47,
        name: "CJK UNIFIED IDEOGRAPH-7D47",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D48,
        name: "CJK UNIFIED IDEOGRAPH-7D48",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D49,
        name: "CJK UNIFIED IDEOGRAPH-7D49",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D4A,
        name: "CJK UNIFIED IDEOGRAPH-7D4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D4B,
        name: "CJK UNIFIED IDEOGRAPH-7D4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D4C,
        name: "CJK UNIFIED IDEOGRAPH-7D4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D4D,
        name: "CJK UNIFIED IDEOGRAPH-7D4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D4E,
        name: "CJK UNIFIED IDEOGRAPH-7D4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D4F,
        name: "CJK UNIFIED IDEOGRAPH-7D4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D50,
        name: "CJK UNIFIED IDEOGRAPH-7D50",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D51,
        name: "CJK UNIFIED IDEOGRAPH-7D51",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D52,
        name: "CJK UNIFIED IDEOGRAPH-7D52",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D53,
        name: "CJK UNIFIED IDEOGRAPH-7D53",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D54,
        name: "CJK UNIFIED IDEOGRAPH-7D54",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D55,
        name: "CJK UNIFIED IDEOGRAPH-7D55",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D56,
        name: "CJK UNIFIED IDEOGRAPH-7D56",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D57,
        name: "CJK UNIFIED IDEOGRAPH-7D57",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D58,
        name: "CJK UNIFIED IDEOGRAPH-7D58",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D59,
        name: "CJK UNIFIED IDEOGRAPH-7D59",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D5A,
        name: "CJK UNIFIED IDEOGRAPH-7D5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D5B,
        name: "CJK UNIFIED IDEOGRAPH-7D5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D5C,
        name: "CJK UNIFIED IDEOGRAPH-7D5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D5D,
        name: "CJK UNIFIED IDEOGRAPH-7D5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D5E,
        name: "CJK UNIFIED IDEOGRAPH-7D5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D5F,
        name: "CJK UNIFIED IDEOGRAPH-7D5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D60,
        name: "CJK UNIFIED IDEOGRAPH-7D60",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D61,
        name: "CJK UNIFIED IDEOGRAPH-7D61",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D62,
        name: "CJK UNIFIED IDEOGRAPH-7D62",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D63,
        name: "CJK UNIFIED IDEOGRAPH-7D63",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D64,
        name: "CJK UNIFIED IDEOGRAPH-7D64",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D65,
        name: "CJK UNIFIED IDEOGRAPH-7D65",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D66,
        name: "CJK UNIFIED IDEOGRAPH-7D66",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D67,
        name: "CJK UNIFIED IDEOGRAPH-7D67",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D68,
        name: "CJK UNIFIED IDEOGRAPH-7D68",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D69,
        name: "CJK UNIFIED IDEOGRAPH-7D69",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D6A,
        name: "CJK UNIFIED IDEOGRAPH-7D6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D6B,
        name: "CJK UNIFIED IDEOGRAPH-7D6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D6C,
        name: "CJK UNIFIED IDEOGRAPH-7D6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D6D,
        name: "CJK UNIFIED IDEOGRAPH-7D6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D6E,
        name: "CJK UNIFIED IDEOGRAPH-7D6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D6F,
        name: "CJK UNIFIED IDEOGRAPH-7D6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D70,
        name: "CJK UNIFIED IDEOGRAPH-7D70",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D71,
        name: "CJK UNIFIED IDEOGRAPH-7D71",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D72,
        name: "CJK UNIFIED IDEOGRAPH-7D72",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D73,
        name: "CJK UNIFIED IDEOGRAPH-7D73",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D74,
        name: "CJK UNIFIED IDEOGRAPH-7D74",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D75,
        name: "CJK UNIFIED IDEOGRAPH-7D75",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D76,
        name: "CJK UNIFIED IDEOGRAPH-7D76",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D77,
        name: "CJK UNIFIED IDEOGRAPH-7D77",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D78,
        name: "CJK UNIFIED IDEOGRAPH-7D78",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D79,
        name: "CJK UNIFIED IDEOGRAPH-7D79",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D7A,
        name: "CJK UNIFIED IDEOGRAPH-7D7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D7B,
        name: "CJK UNIFIED IDEOGRAPH-7D7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D7C,
        name: "CJK UNIFIED IDEOGRAPH-7D7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D7D,
        name: "CJK UNIFIED IDEOGRAPH-7D7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D7E,
        name: "CJK UNIFIED IDEOGRAPH-7D7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D7F,
        name: "CJK UNIFIED IDEOGRAPH-7D7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D80,
        name: "CJK UNIFIED IDEOGRAPH-7D80",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D81,
        name: "CJK UNIFIED IDEOGRAPH-7D81",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D82,
        name: "CJK UNIFIED IDEOGRAPH-7D82",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D83,
        name: "CJK UNIFIED IDEOGRAPH-7D83",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D84,
        name: "CJK UNIFIED IDEOGRAPH-7D84",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D85,
        name: "CJK UNIFIED IDEOGRAPH-7D85",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D86,
        name: "CJK UNIFIED IDEOGRAPH-7D86",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D87,
        name: "CJK UNIFIED IDEOGRAPH-7D87",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D88,
        name: "CJK UNIFIED IDEOGRAPH-7D88",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D89,
        name: "CJK UNIFIED IDEOGRAPH-7D89",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D8A,
        name: "CJK UNIFIED IDEOGRAPH-7D8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D8B,
        name: "CJK UNIFIED IDEOGRAPH-7D8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D8C,
        name: "CJK UNIFIED IDEOGRAPH-7D8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D8D,
        name: "CJK UNIFIED IDEOGRAPH-7D8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D8E,
        name: "CJK UNIFIED IDEOGRAPH-7D8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D8F,
        name: "CJK UNIFIED IDEOGRAPH-7D8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D90,
        name: "CJK UNIFIED IDEOGRAPH-7D90",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D91,
        name: "CJK UNIFIED IDEOGRAPH-7D91",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D92,
        name: "CJK UNIFIED IDEOGRAPH-7D92",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D93,
        name: "CJK UNIFIED IDEOGRAPH-7D93",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D94,
        name: "CJK UNIFIED IDEOGRAPH-7D94",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D95,
        name: "CJK UNIFIED IDEOGRAPH-7D95",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D96,
        name: "CJK UNIFIED IDEOGRAPH-7D96",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D97,
        name: "CJK UNIFIED IDEOGRAPH-7D97",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D98,
        name: "CJK UNIFIED IDEOGRAPH-7D98",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D99,
        name: "CJK UNIFIED IDEOGRAPH-7D99",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D9A,
        name: "CJK UNIFIED IDEOGRAPH-7D9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D9B,
        name: "CJK UNIFIED IDEOGRAPH-7D9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D9C,
        name: "CJK UNIFIED IDEOGRAPH-7D9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D9D,
        name: "CJK UNIFIED IDEOGRAPH-7D9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D9E,
        name: "CJK UNIFIED IDEOGRAPH-7D9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7D9F,
        name: "CJK UNIFIED IDEOGRAPH-7D9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA0,
        name: "CJK UNIFIED IDEOGRAPH-7DA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA1,
        name: "CJK UNIFIED IDEOGRAPH-7DA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA2,
        name: "CJK UNIFIED IDEOGRAPH-7DA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA3,
        name: "CJK UNIFIED IDEOGRAPH-7DA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA4,
        name: "CJK UNIFIED IDEOGRAPH-7DA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA5,
        name: "CJK UNIFIED IDEOGRAPH-7DA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA6,
        name: "CJK UNIFIED IDEOGRAPH-7DA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA7,
        name: "CJK UNIFIED IDEOGRAPH-7DA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA8,
        name: "CJK UNIFIED IDEOGRAPH-7DA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DA9,
        name: "CJK UNIFIED IDEOGRAPH-7DA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DAA,
        name: "CJK UNIFIED IDEOGRAPH-7DAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DAB,
        name: "CJK UNIFIED IDEOGRAPH-7DAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DAC,
        name: "CJK UNIFIED IDEOGRAPH-7DAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DAD,
        name: "CJK UNIFIED IDEOGRAPH-7DAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DAE,
        name: "CJK UNIFIED IDEOGRAPH-7DAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DAF,
        name: "CJK UNIFIED IDEOGRAPH-7DAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB0,
        name: "CJK UNIFIED IDEOGRAPH-7DB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB1,
        name: "CJK UNIFIED IDEOGRAPH-7DB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB2,
        name: "CJK UNIFIED IDEOGRAPH-7DB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB3,
        name: "CJK UNIFIED IDEOGRAPH-7DB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB4,
        name: "CJK UNIFIED IDEOGRAPH-7DB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB5,
        name: "CJK UNIFIED IDEOGRAPH-7DB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB6,
        name: "CJK UNIFIED IDEOGRAPH-7DB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB7,
        name: "CJK UNIFIED IDEOGRAPH-7DB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB8,
        name: "CJK UNIFIED IDEOGRAPH-7DB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DB9,
        name: "CJK UNIFIED IDEOGRAPH-7DB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DBA,
        name: "CJK UNIFIED IDEOGRAPH-7DBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DBB,
        name: "CJK UNIFIED IDEOGRAPH-7DBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DBC,
        name: "CJK UNIFIED IDEOGRAPH-7DBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DBD,
        name: "CJK UNIFIED IDEOGRAPH-7DBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DBE,
        name: "CJK UNIFIED IDEOGRAPH-7DBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DBF,
        name: "CJK UNIFIED IDEOGRAPH-7DBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC0,
        name: "CJK UNIFIED IDEOGRAPH-7DC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC1,
        name: "CJK UNIFIED IDEOGRAPH-7DC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC2,
        name: "CJK UNIFIED IDEOGRAPH-7DC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC3,
        name: "CJK UNIFIED IDEOGRAPH-7DC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC4,
        name: "CJK UNIFIED IDEOGRAPH-7DC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC5,
        name: "CJK UNIFIED IDEOGRAPH-7DC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC6,
        name: "CJK UNIFIED IDEOGRAPH-7DC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC7,
        name: "CJK UNIFIED IDEOGRAPH-7DC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC8,
        name: "CJK UNIFIED IDEOGRAPH-7DC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DC9,
        name: "CJK UNIFIED IDEOGRAPH-7DC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DCA,
        name: "CJK UNIFIED IDEOGRAPH-7DCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DCB,
        name: "CJK UNIFIED IDEOGRAPH-7DCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DCC,
        name: "CJK UNIFIED IDEOGRAPH-7DCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DCD,
        name: "CJK UNIFIED IDEOGRAPH-7DCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DCE,
        name: "CJK UNIFIED IDEOGRAPH-7DCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DCF,
        name: "CJK UNIFIED IDEOGRAPH-7DCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD0,
        name: "CJK UNIFIED IDEOGRAPH-7DD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD1,
        name: "CJK UNIFIED IDEOGRAPH-7DD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD2,
        name: "CJK UNIFIED IDEOGRAPH-7DD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD3,
        name: "CJK UNIFIED IDEOGRAPH-7DD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD4,
        name: "CJK UNIFIED IDEOGRAPH-7DD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD5,
        name: "CJK UNIFIED IDEOGRAPH-7DD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD6,
        name: "CJK UNIFIED IDEOGRAPH-7DD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD7,
        name: "CJK UNIFIED IDEOGRAPH-7DD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD8,
        name: "CJK UNIFIED IDEOGRAPH-7DD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DD9,
        name: "CJK UNIFIED IDEOGRAPH-7DD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DDA,
        name: "CJK UNIFIED IDEOGRAPH-7DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DDB,
        name: "CJK UNIFIED IDEOGRAPH-7DDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DDC,
        name: "CJK UNIFIED IDEOGRAPH-7DDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DDD,
        name: "CJK UNIFIED IDEOGRAPH-7DDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DDE,
        name: "CJK UNIFIED IDEOGRAPH-7DDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DDF,
        name: "CJK UNIFIED IDEOGRAPH-7DDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE0,
        name: "CJK UNIFIED IDEOGRAPH-7DE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE1,
        name: "CJK UNIFIED IDEOGRAPH-7DE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE2,
        name: "CJK UNIFIED IDEOGRAPH-7DE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE3,
        name: "CJK UNIFIED IDEOGRAPH-7DE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE4,
        name: "CJK UNIFIED IDEOGRAPH-7DE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE5,
        name: "CJK UNIFIED IDEOGRAPH-7DE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE6,
        name: "CJK UNIFIED IDEOGRAPH-7DE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE7,
        name: "CJK UNIFIED IDEOGRAPH-7DE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE8,
        name: "CJK UNIFIED IDEOGRAPH-7DE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DE9,
        name: "CJK UNIFIED IDEOGRAPH-7DE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DEA,
        name: "CJK UNIFIED IDEOGRAPH-7DEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DEB,
        name: "CJK UNIFIED IDEOGRAPH-7DEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DEC,
        name: "CJK UNIFIED IDEOGRAPH-7DEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DED,
        name: "CJK UNIFIED IDEOGRAPH-7DED",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DEE,
        name: "CJK UNIFIED IDEOGRAPH-7DEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DEF,
        name: "CJK UNIFIED IDEOGRAPH-7DEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF0,
        name: "CJK UNIFIED IDEOGRAPH-7DF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF1,
        name: "CJK UNIFIED IDEOGRAPH-7DF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF2,
        name: "CJK UNIFIED IDEOGRAPH-7DF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF3,
        name: "CJK UNIFIED IDEOGRAPH-7DF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF4,
        name: "CJK UNIFIED IDEOGRAPH-7DF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF5,
        name: "CJK UNIFIED IDEOGRAPH-7DF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF6,
        name: "CJK UNIFIED IDEOGRAPH-7DF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF7,
        name: "CJK UNIFIED IDEOGRAPH-7DF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF8,
        name: "CJK UNIFIED IDEOGRAPH-7DF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DF9,
        name: "CJK UNIFIED IDEOGRAPH-7DF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DFA,
        name: "CJK UNIFIED IDEOGRAPH-7DFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DFB,
        name: "CJK UNIFIED IDEOGRAPH-7DFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DFC,
        name: "CJK UNIFIED IDEOGRAPH-7DFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DFD,
        name: "CJK UNIFIED IDEOGRAPH-7DFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DFE,
        name: "CJK UNIFIED IDEOGRAPH-7DFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7DFF,
        name: "CJK UNIFIED IDEOGRAPH-7DFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E00,
        name: "CJK UNIFIED IDEOGRAPH-7E00",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E01,
        name: "CJK UNIFIED IDEOGRAPH-7E01",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E02,
        name: "CJK UNIFIED IDEOGRAPH-7E02",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E03,
        name: "CJK UNIFIED IDEOGRAPH-7E03",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E04,
        name: "CJK UNIFIED IDEOGRAPH-7E04",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E05,
        name: "CJK UNIFIED IDEOGRAPH-7E05",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E06,
        name: "CJK UNIFIED IDEOGRAPH-7E06",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E07,
        name: "CJK UNIFIED IDEOGRAPH-7E07",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E08,
        name: "CJK UNIFIED IDEOGRAPH-7E08",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E09,
        name: "CJK UNIFIED IDEOGRAPH-7E09",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E0A,
        name: "CJK UNIFIED IDEOGRAPH-7E0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E0B,
        name: "CJK UNIFIED IDEOGRAPH-7E0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E0C,
        name: "CJK UNIFIED IDEOGRAPH-7E0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E0D,
        name: "CJK UNIFIED IDEOGRAPH-7E0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E0E,
        name: "CJK UNIFIED IDEOGRAPH-7E0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E0F,
        name: "CJK UNIFIED IDEOGRAPH-7E0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E10,
        name: "CJK UNIFIED IDEOGRAPH-7E10",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E11,
        name: "CJK UNIFIED IDEOGRAPH-7E11",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E12,
        name: "CJK UNIFIED IDEOGRAPH-7E12",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E13,
        name: "CJK UNIFIED IDEOGRAPH-7E13",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E14,
        name: "CJK UNIFIED IDEOGRAPH-7E14",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E15,
        name: "CJK UNIFIED IDEOGRAPH-7E15",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E16,
        name: "CJK UNIFIED IDEOGRAPH-7E16",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E17,
        name: "CJK UNIFIED IDEOGRAPH-7E17",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E18,
        name: "CJK UNIFIED IDEOGRAPH-7E18",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E19,
        name: "CJK UNIFIED IDEOGRAPH-7E19",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E1A,
        name: "CJK UNIFIED IDEOGRAPH-7E1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E1B,
        name: "CJK UNIFIED IDEOGRAPH-7E1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E1C,
        name: "CJK UNIFIED IDEOGRAPH-7E1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E1D,
        name: "CJK UNIFIED IDEOGRAPH-7E1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E1E,
        name: "CJK UNIFIED IDEOGRAPH-7E1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E1F,
        name: "CJK UNIFIED IDEOGRAPH-7E1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E20,
        name: "CJK UNIFIED IDEOGRAPH-7E20",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E21,
        name: "CJK UNIFIED IDEOGRAPH-7E21",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E22,
        name: "CJK UNIFIED IDEOGRAPH-7E22",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E23,
        name: "CJK UNIFIED IDEOGRAPH-7E23",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E24,
        name: "CJK UNIFIED IDEOGRAPH-7E24",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E25,
        name: "CJK UNIFIED IDEOGRAPH-7E25",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E26,
        name: "CJK UNIFIED IDEOGRAPH-7E26",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E27,
        name: "CJK UNIFIED IDEOGRAPH-7E27",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E28,
        name: "CJK UNIFIED IDEOGRAPH-7E28",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E29,
        name: "CJK UNIFIED IDEOGRAPH-7E29",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E2A,
        name: "CJK UNIFIED IDEOGRAPH-7E2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E2B,
        name: "CJK UNIFIED IDEOGRAPH-7E2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E2C,
        name: "CJK UNIFIED IDEOGRAPH-7E2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E2D,
        name: "CJK UNIFIED IDEOGRAPH-7E2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E2E,
        name: "CJK UNIFIED IDEOGRAPH-7E2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E2F,
        name: "CJK UNIFIED IDEOGRAPH-7E2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E30,
        name: "CJK UNIFIED IDEOGRAPH-7E30",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E31,
        name: "CJK UNIFIED IDEOGRAPH-7E31",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E32,
        name: "CJK UNIFIED IDEOGRAPH-7E32",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E33,
        name: "CJK UNIFIED IDEOGRAPH-7E33",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E34,
        name: "CJK UNIFIED IDEOGRAPH-7E34",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E35,
        name: "CJK UNIFIED IDEOGRAPH-7E35",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E36,
        name: "CJK UNIFIED IDEOGRAPH-7E36",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E37,
        name: "CJK UNIFIED IDEOGRAPH-7E37",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E38,
        name: "CJK UNIFIED IDEOGRAPH-7E38",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E39,
        name: "CJK UNIFIED IDEOGRAPH-7E39",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E3A,
        name: "CJK UNIFIED IDEOGRAPH-7E3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E3B,
        name: "CJK UNIFIED IDEOGRAPH-7E3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E3C,
        name: "CJK UNIFIED IDEOGRAPH-7E3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E3D,
        name: "CJK UNIFIED IDEOGRAPH-7E3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E3E,
        name: "CJK UNIFIED IDEOGRAPH-7E3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E3F,
        name: "CJK UNIFIED IDEOGRAPH-7E3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E40,
        name: "CJK UNIFIED IDEOGRAPH-7E40",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E41,
        name: "CJK UNIFIED IDEOGRAPH-7E41",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E42,
        name: "CJK UNIFIED IDEOGRAPH-7E42",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E43,
        name: "CJK UNIFIED IDEOGRAPH-7E43",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E44,
        name: "CJK UNIFIED IDEOGRAPH-7E44",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E45,
        name: "CJK UNIFIED IDEOGRAPH-7E45",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E46,
        name: "CJK UNIFIED IDEOGRAPH-7E46",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E47,
        name: "CJK UNIFIED IDEOGRAPH-7E47",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E48,
        name: "CJK UNIFIED IDEOGRAPH-7E48",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E49,
        name: "CJK UNIFIED IDEOGRAPH-7E49",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E4A,
        name: "CJK UNIFIED IDEOGRAPH-7E4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E4B,
        name: "CJK UNIFIED IDEOGRAPH-7E4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E4C,
        name: "CJK UNIFIED IDEOGRAPH-7E4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E4D,
        name: "CJK UNIFIED IDEOGRAPH-7E4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E4E,
        name: "CJK UNIFIED IDEOGRAPH-7E4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E4F,
        name: "CJK UNIFIED IDEOGRAPH-7E4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E50,
        name: "CJK UNIFIED IDEOGRAPH-7E50",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E51,
        name: "CJK UNIFIED IDEOGRAPH-7E51",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E52,
        name: "CJK UNIFIED IDEOGRAPH-7E52",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E53,
        name: "CJK UNIFIED IDEOGRAPH-7E53",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E54,
        name: "CJK UNIFIED IDEOGRAPH-7E54",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E55,
        name: "CJK UNIFIED IDEOGRAPH-7E55",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E56,
        name: "CJK UNIFIED IDEOGRAPH-7E56",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E57,
        name: "CJK UNIFIED IDEOGRAPH-7E57",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E58,
        name: "CJK UNIFIED IDEOGRAPH-7E58",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E59,
        name: "CJK UNIFIED IDEOGRAPH-7E59",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E5A,
        name: "CJK UNIFIED IDEOGRAPH-7E5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E5B,
        name: "CJK UNIFIED IDEOGRAPH-7E5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E5C,
        name: "CJK UNIFIED IDEOGRAPH-7E5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E5D,
        name: "CJK UNIFIED IDEOGRAPH-7E5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E5E,
        name: "CJK UNIFIED IDEOGRAPH-7E5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E5F,
        name: "CJK UNIFIED IDEOGRAPH-7E5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E60,
        name: "CJK UNIFIED IDEOGRAPH-7E60",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E61,
        name: "CJK UNIFIED IDEOGRAPH-7E61",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E62,
        name: "CJK UNIFIED IDEOGRAPH-7E62",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E63,
        name: "CJK UNIFIED IDEOGRAPH-7E63",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E64,
        name: "CJK UNIFIED IDEOGRAPH-7E64",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E65,
        name: "CJK UNIFIED IDEOGRAPH-7E65",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E66,
        name: "CJK UNIFIED IDEOGRAPH-7E66",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E67,
        name: "CJK UNIFIED IDEOGRAPH-7E67",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E68,
        name: "CJK UNIFIED IDEOGRAPH-7E68",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E69,
        name: "CJK UNIFIED IDEOGRAPH-7E69",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E6A,
        name: "CJK UNIFIED IDEOGRAPH-7E6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E6B,
        name: "CJK UNIFIED IDEOGRAPH-7E6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E6C,
        name: "CJK UNIFIED IDEOGRAPH-7E6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E6D,
        name: "CJK UNIFIED IDEOGRAPH-7E6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E6E,
        name: "CJK UNIFIED IDEOGRAPH-7E6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E6F,
        name: "CJK UNIFIED IDEOGRAPH-7E6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E70,
        name: "CJK UNIFIED IDEOGRAPH-7E70",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E71,
        name: "CJK UNIFIED IDEOGRAPH-7E71",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E72,
        name: "CJK UNIFIED IDEOGRAPH-7E72",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E73,
        name: "CJK UNIFIED IDEOGRAPH-7E73",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E74,
        name: "CJK UNIFIED IDEOGRAPH-7E74",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E75,
        name: "CJK UNIFIED IDEOGRAPH-7E75",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E76,
        name: "CJK UNIFIED IDEOGRAPH-7E76",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E77,
        name: "CJK UNIFIED IDEOGRAPH-7E77",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E78,
        name: "CJK UNIFIED IDEOGRAPH-7E78",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E79,
        name: "CJK UNIFIED IDEOGRAPH-7E79",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E7A,
        name: "CJK UNIFIED IDEOGRAPH-7E7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E7B,
        name: "CJK UNIFIED IDEOGRAPH-7E7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E7C,
        name: "CJK UNIFIED IDEOGRAPH-7E7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E7D,
        name: "CJK UNIFIED IDEOGRAPH-7E7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E7E,
        name: "CJK UNIFIED IDEOGRAPH-7E7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E7F,
        name: "CJK UNIFIED IDEOGRAPH-7E7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E80,
        name: "CJK UNIFIED IDEOGRAPH-7E80",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E81,
        name: "CJK UNIFIED IDEOGRAPH-7E81",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E82,
        name: "CJK UNIFIED IDEOGRAPH-7E82",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E83,
        name: "CJK UNIFIED IDEOGRAPH-7E83",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E84,
        name: "CJK UNIFIED IDEOGRAPH-7E84",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E85,
        name: "CJK UNIFIED IDEOGRAPH-7E85",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E86,
        name: "CJK UNIFIED IDEOGRAPH-7E86",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E87,
        name: "CJK UNIFIED IDEOGRAPH-7E87",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E88,
        name: "CJK UNIFIED IDEOGRAPH-7E88",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E89,
        name: "CJK UNIFIED IDEOGRAPH-7E89",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E8A,
        name: "CJK UNIFIED IDEOGRAPH-7E8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E8B,
        name: "CJK UNIFIED IDEOGRAPH-7E8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E8C,
        name: "CJK UNIFIED IDEOGRAPH-7E8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E8D,
        name: "CJK UNIFIED IDEOGRAPH-7E8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E8E,
        name: "CJK UNIFIED IDEOGRAPH-7E8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E8F,
        name: "CJK UNIFIED IDEOGRAPH-7E8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E90,
        name: "CJK UNIFIED IDEOGRAPH-7E90",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E91,
        name: "CJK UNIFIED IDEOGRAPH-7E91",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E92,
        name: "CJK UNIFIED IDEOGRAPH-7E92",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E93,
        name: "CJK UNIFIED IDEOGRAPH-7E93",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E94,
        name: "CJK UNIFIED IDEOGRAPH-7E94",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E95,
        name: "CJK UNIFIED IDEOGRAPH-7E95",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E96,
        name: "CJK UNIFIED IDEOGRAPH-7E96",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E97,
        name: "CJK UNIFIED IDEOGRAPH-7E97",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E98,
        name: "CJK UNIFIED IDEOGRAPH-7E98",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E99,
        name: "CJK UNIFIED IDEOGRAPH-7E99",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E9A,
        name: "CJK UNIFIED IDEOGRAPH-7E9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E9B,
        name: "CJK UNIFIED IDEOGRAPH-7E9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E9C,
        name: "CJK UNIFIED IDEOGRAPH-7E9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E9D,
        name: "CJK UNIFIED IDEOGRAPH-7E9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E9E,
        name: "CJK UNIFIED IDEOGRAPH-7E9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7E9F,
        name: "CJK UNIFIED IDEOGRAPH-7E9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA0,
        name: "CJK UNIFIED IDEOGRAPH-7EA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA1,
        name: "CJK UNIFIED IDEOGRAPH-7EA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA2,
        name: "CJK UNIFIED IDEOGRAPH-7EA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA3,
        name: "CJK UNIFIED IDEOGRAPH-7EA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA4,
        name: "CJK UNIFIED IDEOGRAPH-7EA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA5,
        name: "CJK UNIFIED IDEOGRAPH-7EA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA6,
        name: "CJK UNIFIED IDEOGRAPH-7EA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA7,
        name: "CJK UNIFIED IDEOGRAPH-7EA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA8,
        name: "CJK UNIFIED IDEOGRAPH-7EA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EA9,
        name: "CJK UNIFIED IDEOGRAPH-7EA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EAA,
        name: "CJK UNIFIED IDEOGRAPH-7EAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EAB,
        name: "CJK UNIFIED IDEOGRAPH-7EAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EAC,
        name: "CJK UNIFIED IDEOGRAPH-7EAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EAD,
        name: "CJK UNIFIED IDEOGRAPH-7EAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EAE,
        name: "CJK UNIFIED IDEOGRAPH-7EAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EAF,
        name: "CJK UNIFIED IDEOGRAPH-7EAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB0,
        name: "CJK UNIFIED IDEOGRAPH-7EB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB1,
        name: "CJK UNIFIED IDEOGRAPH-7EB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB2,
        name: "CJK UNIFIED IDEOGRAPH-7EB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB3,
        name: "CJK UNIFIED IDEOGRAPH-7EB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB4,
        name: "CJK UNIFIED IDEOGRAPH-7EB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB5,
        name: "CJK UNIFIED IDEOGRAPH-7EB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB6,
        name: "CJK UNIFIED IDEOGRAPH-7EB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB7,
        name: "CJK UNIFIED IDEOGRAPH-7EB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB8,
        name: "CJK UNIFIED IDEOGRAPH-7EB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EB9,
        name: "CJK UNIFIED IDEOGRAPH-7EB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EBA,
        name: "CJK UNIFIED IDEOGRAPH-7EBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EBB,
        name: "CJK UNIFIED IDEOGRAPH-7EBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EBC,
        name: "CJK UNIFIED IDEOGRAPH-7EBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EBD,
        name: "CJK UNIFIED IDEOGRAPH-7EBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EBE,
        name: "CJK UNIFIED IDEOGRAPH-7EBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EBF,
        name: "CJK UNIFIED IDEOGRAPH-7EBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC0,
        name: "CJK UNIFIED IDEOGRAPH-7EC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC1,
        name: "CJK UNIFIED IDEOGRAPH-7EC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC2,
        name: "CJK UNIFIED IDEOGRAPH-7EC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC3,
        name: "CJK UNIFIED IDEOGRAPH-7EC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC4,
        name: "CJK UNIFIED IDEOGRAPH-7EC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC5,
        name: "CJK UNIFIED IDEOGRAPH-7EC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC6,
        name: "CJK UNIFIED IDEOGRAPH-7EC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC7,
        name: "CJK UNIFIED IDEOGRAPH-7EC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC8,
        name: "CJK UNIFIED IDEOGRAPH-7EC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EC9,
        name: "CJK UNIFIED IDEOGRAPH-7EC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ECA,
        name: "CJK UNIFIED IDEOGRAPH-7ECA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ECB,
        name: "CJK UNIFIED IDEOGRAPH-7ECB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ECC,
        name: "CJK UNIFIED IDEOGRAPH-7ECC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ECD,
        name: "CJK UNIFIED IDEOGRAPH-7ECD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ECE,
        name: "CJK UNIFIED IDEOGRAPH-7ECE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ECF,
        name: "CJK UNIFIED IDEOGRAPH-7ECF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED0,
        name: "CJK UNIFIED IDEOGRAPH-7ED0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED1,
        name: "CJK UNIFIED IDEOGRAPH-7ED1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED2,
        name: "CJK UNIFIED IDEOGRAPH-7ED2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED3,
        name: "CJK UNIFIED IDEOGRAPH-7ED3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED4,
        name: "CJK UNIFIED IDEOGRAPH-7ED4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED5,
        name: "CJK UNIFIED IDEOGRAPH-7ED5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED6,
        name: "CJK UNIFIED IDEOGRAPH-7ED6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED7,
        name: "CJK UNIFIED IDEOGRAPH-7ED7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED8,
        name: "CJK UNIFIED IDEOGRAPH-7ED8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7ED9,
        name: "CJK UNIFIED IDEOGRAPH-7ED9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EDA,
        name: "CJK UNIFIED IDEOGRAPH-7EDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EDB,
        name: "CJK UNIFIED IDEOGRAPH-7EDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EDC,
        name: "CJK UNIFIED IDEOGRAPH-7EDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EDD,
        name: "CJK UNIFIED IDEOGRAPH-7EDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EDE,
        name: "CJK UNIFIED IDEOGRAPH-7EDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EDF,
        name: "CJK UNIFIED IDEOGRAPH-7EDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE0,
        name: "CJK UNIFIED IDEOGRAPH-7EE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE1,
        name: "CJK UNIFIED IDEOGRAPH-7EE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE2,
        name: "CJK UNIFIED IDEOGRAPH-7EE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE3,
        name: "CJK UNIFIED IDEOGRAPH-7EE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE4,
        name: "CJK UNIFIED IDEOGRAPH-7EE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE5,
        name: "CJK UNIFIED IDEOGRAPH-7EE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE6,
        name: "CJK UNIFIED IDEOGRAPH-7EE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE7,
        name: "CJK UNIFIED IDEOGRAPH-7EE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE8,
        name: "CJK UNIFIED IDEOGRAPH-7EE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EE9,
        name: "CJK UNIFIED IDEOGRAPH-7EE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EEA,
        name: "CJK UNIFIED IDEOGRAPH-7EEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EEB,
        name: "CJK UNIFIED IDEOGRAPH-7EEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EEC,
        name: "CJK UNIFIED IDEOGRAPH-7EEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EED,
        name: "CJK UNIFIED IDEOGRAPH-7EED",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EEE,
        name: "CJK UNIFIED IDEOGRAPH-7EEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EEF,
        name: "CJK UNIFIED IDEOGRAPH-7EEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF0,
        name: "CJK UNIFIED IDEOGRAPH-7EF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF1,
        name: "CJK UNIFIED IDEOGRAPH-7EF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF2,
        name: "CJK UNIFIED IDEOGRAPH-7EF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF3,
        name: "CJK UNIFIED IDEOGRAPH-7EF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF4,
        name: "CJK UNIFIED IDEOGRAPH-7EF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF5,
        name: "CJK UNIFIED IDEOGRAPH-7EF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF6,
        name: "CJK UNIFIED IDEOGRAPH-7EF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF7,
        name: "CJK UNIFIED IDEOGRAPH-7EF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF8,
        name: "CJK UNIFIED IDEOGRAPH-7EF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EF9,
        name: "CJK UNIFIED IDEOGRAPH-7EF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EFA,
        name: "CJK UNIFIED IDEOGRAPH-7EFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EFB,
        name: "CJK UNIFIED IDEOGRAPH-7EFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EFC,
        name: "CJK UNIFIED IDEOGRAPH-7EFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EFD,
        name: "CJK UNIFIED IDEOGRAPH-7EFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EFE,
        name: "CJK UNIFIED IDEOGRAPH-7EFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7EFF,
        name: "CJK UNIFIED IDEOGRAPH-7EFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F00,
        name: "CJK UNIFIED IDEOGRAPH-7F00",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F01,
        name: "CJK UNIFIED IDEOGRAPH-7F01",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F02,
        name: "CJK UNIFIED IDEOGRAPH-7F02",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F03,
        name: "CJK UNIFIED IDEOGRAPH-7F03",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F04,
        name: "CJK UNIFIED IDEOGRAPH-7F04",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F05,
        name: "CJK UNIFIED IDEOGRAPH-7F05",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F06,
        name: "CJK UNIFIED IDEOGRAPH-7F06",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F07,
        name: "CJK UNIFIED IDEOGRAPH-7F07",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F08,
        name: "CJK UNIFIED IDEOGRAPH-7F08",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F09,
        name: "CJK UNIFIED IDEOGRAPH-7F09",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F0A,
        name: "CJK UNIFIED IDEOGRAPH-7F0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F0B,
        name: "CJK UNIFIED IDEOGRAPH-7F0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F0C,
        name: "CJK UNIFIED IDEOGRAPH-7F0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F0D,
        name: "CJK UNIFIED IDEOGRAPH-7F0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F0E,
        name: "CJK UNIFIED IDEOGRAPH-7F0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F0F,
        name: "CJK UNIFIED IDEOGRAPH-7F0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F10,
        name: "CJK UNIFIED IDEOGRAPH-7F10",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F11,
        name: "CJK UNIFIED IDEOGRAPH-7F11",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F12,
        name: "CJK UNIFIED IDEOGRAPH-7F12",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F13,
        name: "CJK UNIFIED IDEOGRAPH-7F13",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F14,
        name: "CJK UNIFIED IDEOGRAPH-7F14",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F15,
        name: "CJK UNIFIED IDEOGRAPH-7F15",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F16,
        name: "CJK UNIFIED IDEOGRAPH-7F16",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F17,
        name: "CJK UNIFIED IDEOGRAPH-7F17",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F18,
        name: "CJK UNIFIED IDEOGRAPH-7F18",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F19,
        name: "CJK UNIFIED IDEOGRAPH-7F19",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F1A,
        name: "CJK UNIFIED IDEOGRAPH-7F1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F1B,
        name: "CJK UNIFIED IDEOGRAPH-7F1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F1C,
        name: "CJK UNIFIED IDEOGRAPH-7F1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F1D,
        name: "CJK UNIFIED IDEOGRAPH-7F1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F1E,
        name: "CJK UNIFIED IDEOGRAPH-7F1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F1F,
        name: "CJK UNIFIED IDEOGRAPH-7F1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F20,
        name: "CJK UNIFIED IDEOGRAPH-7F20",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F21,
        name: "CJK UNIFIED IDEOGRAPH-7F21",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F22,
        name: "CJK UNIFIED IDEOGRAPH-7F22",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F23,
        name: "CJK UNIFIED IDEOGRAPH-7F23",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F24,
        name: "CJK UNIFIED IDEOGRAPH-7F24",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F25,
        name: "CJK UNIFIED IDEOGRAPH-7F25",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F26,
        name: "CJK UNIFIED IDEOGRAPH-7F26",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F27,
        name: "CJK UNIFIED IDEOGRAPH-7F27",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F28,
        name: "CJK UNIFIED IDEOGRAPH-7F28",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F29,
        name: "CJK UNIFIED IDEOGRAPH-7F29",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F2A,
        name: "CJK UNIFIED IDEOGRAPH-7F2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F2B,
        name: "CJK UNIFIED IDEOGRAPH-7F2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F2C,
        name: "CJK UNIFIED IDEOGRAPH-7F2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F2D,
        name: "CJK UNIFIED IDEOGRAPH-7F2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F2E,
        name: "CJK UNIFIED IDEOGRAPH-7F2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F2F,
        name: "CJK UNIFIED IDEOGRAPH-7F2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F30,
        name: "CJK UNIFIED IDEOGRAPH-7F30",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F31,
        name: "CJK UNIFIED IDEOGRAPH-7F31",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F32,
        name: "CJK UNIFIED IDEOGRAPH-7F32",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F33,
        name: "CJK UNIFIED IDEOGRAPH-7F33",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F34,
        name: "CJK UNIFIED IDEOGRAPH-7F34",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F35,
        name: "CJK UNIFIED IDEOGRAPH-7F35",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F36,
        name: "CJK UNIFIED IDEOGRAPH-7F36",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F37,
        name: "CJK UNIFIED IDEOGRAPH-7F37",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F38,
        name: "CJK UNIFIED IDEOGRAPH-7F38",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F39,
        name: "CJK UNIFIED IDEOGRAPH-7F39",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F3A,
        name: "CJK UNIFIED IDEOGRAPH-7F3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F3B,
        name: "CJK UNIFIED IDEOGRAPH-7F3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F3C,
        name: "CJK UNIFIED IDEOGRAPH-7F3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F3D,
        name: "CJK UNIFIED IDEOGRAPH-7F3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F3E,
        name: "CJK UNIFIED IDEOGRAPH-7F3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F3F,
        name: "CJK UNIFIED IDEOGRAPH-7F3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F40,
        name: "CJK UNIFIED IDEOGRAPH-7F40",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F41,
        name: "CJK UNIFIED IDEOGRAPH-7F41",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F42,
        name: "CJK UNIFIED IDEOGRAPH-7F42",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F43,
        name: "CJK UNIFIED IDEOGRAPH-7F43",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F44,
        name: "CJK UNIFIED IDEOGRAPH-7F44",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F45,
        name: "CJK UNIFIED IDEOGRAPH-7F45",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F46,
        name: "CJK UNIFIED IDEOGRAPH-7F46",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F47,
        name: "CJK UNIFIED IDEOGRAPH-7F47",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F48,
        name: "CJK UNIFIED IDEOGRAPH-7F48",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F49,
        name: "CJK UNIFIED IDEOGRAPH-7F49",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F4A,
        name: "CJK UNIFIED IDEOGRAPH-7F4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F4B,
        name: "CJK UNIFIED IDEOGRAPH-7F4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F4C,
        name: "CJK UNIFIED IDEOGRAPH-7F4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F4D,
        name: "CJK UNIFIED IDEOGRAPH-7F4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F4E,
        name: "CJK UNIFIED IDEOGRAPH-7F4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F4F,
        name: "CJK UNIFIED IDEOGRAPH-7F4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F50,
        name: "CJK UNIFIED IDEOGRAPH-7F50",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F51,
        name: "CJK UNIFIED IDEOGRAPH-7F51",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F52,
        name: "CJK UNIFIED IDEOGRAPH-7F52",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F53,
        name: "CJK UNIFIED IDEOGRAPH-7F53",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F54,
        name: "CJK UNIFIED IDEOGRAPH-7F54",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F55,
        name: "CJK UNIFIED IDEOGRAPH-7F55",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F56,
        name: "CJK UNIFIED IDEOGRAPH-7F56",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F57,
        name: "CJK UNIFIED IDEOGRAPH-7F57",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F58,
        name: "CJK UNIFIED IDEOGRAPH-7F58",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F59,
        name: "CJK UNIFIED IDEOGRAPH-7F59",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F5A,
        name: "CJK UNIFIED IDEOGRAPH-7F5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F5B,
        name: "CJK UNIFIED IDEOGRAPH-7F5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F5C,
        name: "CJK UNIFIED IDEOGRAPH-7F5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F5D,
        name: "CJK UNIFIED IDEOGRAPH-7F5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F5E,
        name: "CJK UNIFIED IDEOGRAPH-7F5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F5F,
        name: "CJK UNIFIED IDEOGRAPH-7F5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F60,
        name: "CJK UNIFIED IDEOGRAPH-7F60",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F61,
        name: "CJK UNIFIED IDEOGRAPH-7F61",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F62,
        name: "CJK UNIFIED IDEOGRAPH-7F62",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F63,
        name: "CJK UNIFIED IDEOGRAPH-7F63",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F64,
        name: "CJK UNIFIED IDEOGRAPH-7F64",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F65,
        name: "CJK UNIFIED IDEOGRAPH-7F65",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F66,
        name: "CJK UNIFIED IDEOGRAPH-7F66",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F67,
        name: "CJK UNIFIED IDEOGRAPH-7F67",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F68,
        name: "CJK UNIFIED IDEOGRAPH-7F68",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F69,
        name: "CJK UNIFIED IDEOGRAPH-7F69",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F6A,
        name: "CJK UNIFIED IDEOGRAPH-7F6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F6B,
        name: "CJK UNIFIED IDEOGRAPH-7F6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F6C,
        name: "CJK UNIFIED IDEOGRAPH-7F6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F6D,
        name: "CJK UNIFIED IDEOGRAPH-7F6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F6E,
        name: "CJK UNIFIED IDEOGRAPH-7F6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F6F,
        name: "CJK UNIFIED IDEOGRAPH-7F6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F70,
        name: "CJK UNIFIED IDEOGRAPH-7F70",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F71,
        name: "CJK UNIFIED IDEOGRAPH-7F71",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F72,
        name: "CJK UNIFIED IDEOGRAPH-7F72",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F73,
        name: "CJK UNIFIED IDEOGRAPH-7F73",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F74,
        name: "CJK UNIFIED IDEOGRAPH-7F74",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F75,
        name: "CJK UNIFIED IDEOGRAPH-7F75",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F76,
        name: "CJK UNIFIED IDEOGRAPH-7F76",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F77,
        name: "CJK UNIFIED IDEOGRAPH-7F77",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F78,
        name: "CJK UNIFIED IDEOGRAPH-7F78",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F79,
        name: "CJK UNIFIED IDEOGRAPH-7F79",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F7A,
        name: "CJK UNIFIED IDEOGRAPH-7F7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F7B,
        name: "CJK UNIFIED IDEOGRAPH-7F7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F7C,
        name: "CJK UNIFIED IDEOGRAPH-7F7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F7D,
        name: "CJK UNIFIED IDEOGRAPH-7F7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F7E,
        name: "CJK UNIFIED IDEOGRAPH-7F7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F7F,
        name: "CJK UNIFIED IDEOGRAPH-7F7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F80,
        name: "CJK UNIFIED IDEOGRAPH-7F80",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F81,
        name: "CJK UNIFIED IDEOGRAPH-7F81",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F82,
        name: "CJK UNIFIED IDEOGRAPH-7F82",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F83,
        name: "CJK UNIFIED IDEOGRAPH-7F83",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F84,
        name: "CJK UNIFIED IDEOGRAPH-7F84",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F85,
        name: "CJK UNIFIED IDEOGRAPH-7F85",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F86,
        name: "CJK UNIFIED IDEOGRAPH-7F86",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F87,
        name: "CJK UNIFIED IDEOGRAPH-7F87",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F88,
        name: "CJK UNIFIED IDEOGRAPH-7F88",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F89,
        name: "CJK UNIFIED IDEOGRAPH-7F89",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F8A,
        name: "CJK UNIFIED IDEOGRAPH-7F8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F8B,
        name: "CJK UNIFIED IDEOGRAPH-7F8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F8C,
        name: "CJK UNIFIED IDEOGRAPH-7F8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F8D,
        name: "CJK UNIFIED IDEOGRAPH-7F8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F8E,
        name: "CJK UNIFIED IDEOGRAPH-7F8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F8F,
        name: "CJK UNIFIED IDEOGRAPH-7F8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F90,
        name: "CJK UNIFIED IDEOGRAPH-7F90",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F91,
        name: "CJK UNIFIED IDEOGRAPH-7F91",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F92,
        name: "CJK UNIFIED IDEOGRAPH-7F92",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F93,
        name: "CJK UNIFIED IDEOGRAPH-7F93",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F94,
        name: "CJK UNIFIED IDEOGRAPH-7F94",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F95,
        name: "CJK UNIFIED IDEOGRAPH-7F95",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F96,
        name: "CJK UNIFIED IDEOGRAPH-7F96",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F97,
        name: "CJK UNIFIED IDEOGRAPH-7F97",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F98,
        name: "CJK UNIFIED IDEOGRAPH-7F98",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F99,
        name: "CJK UNIFIED IDEOGRAPH-7F99",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F9A,
        name: "CJK UNIFIED IDEOGRAPH-7F9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F9B,
        name: "CJK UNIFIED IDEOGRAPH-7F9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F9C,
        name: "CJK UNIFIED IDEOGRAPH-7F9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F9D,
        name: "CJK UNIFIED IDEOGRAPH-7F9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F9E,
        name: "CJK UNIFIED IDEOGRAPH-7F9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x7F9F,
        name: "CJK UNIFIED IDEOGRAPH-7F9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA0,
        name: "CJK UNIFIED IDEOGRAPH-7FA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA1,
        name: "CJK UNIFIED IDEOGRAPH-7FA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA2,
        name: "CJK UNIFIED IDEOGRAPH-7FA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA3,
        name: "CJK UNIFIED IDEOGRAPH-7FA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA4,
        name: "CJK UNIFIED IDEOGRAPH-7FA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA5,
        name: "CJK UNIFIED IDEOGRAPH-7FA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA6,
        name: "CJK UNIFIED IDEOGRAPH-7FA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA7,
        name: "CJK UNIFIED IDEOGRAPH-7FA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA8,
        name: "CJK UNIFIED IDEOGRAPH-7FA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FA9,
        name: "CJK UNIFIED IDEOGRAPH-7FA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FAA,
        name: "CJK UNIFIED IDEOGRAPH-7FAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FAB,
        name: "CJK UNIFIED IDEOGRAPH-7FAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FAC,
        name: "CJK UNIFIED IDEOGRAPH-7FAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FAD,
        name: "CJK UNIFIED IDEOGRAPH-7FAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FAE,
        name: "CJK UNIFIED IDEOGRAPH-7FAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FAF,
        name: "CJK UNIFIED IDEOGRAPH-7FAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB0,
        name: "CJK UNIFIED IDEOGRAPH-7FB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB1,
        name: "CJK UNIFIED IDEOGRAPH-7FB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB2,
        name: "CJK UNIFIED IDEOGRAPH-7FB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB3,
        name: "CJK UNIFIED IDEOGRAPH-7FB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB4,
        name: "CJK UNIFIED IDEOGRAPH-7FB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB5,
        name: "CJK UNIFIED IDEOGRAPH-7FB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB6,
        name: "CJK UNIFIED IDEOGRAPH-7FB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB7,
        name: "CJK UNIFIED IDEOGRAPH-7FB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB8,
        name: "CJK UNIFIED IDEOGRAPH-7FB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FB9,
        name: "CJK UNIFIED IDEOGRAPH-7FB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FBA,
        name: "CJK UNIFIED IDEOGRAPH-7FBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FBB,
        name: "CJK UNIFIED IDEOGRAPH-7FBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FBC,
        name: "CJK UNIFIED IDEOGRAPH-7FBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FBD,
        name: "CJK UNIFIED IDEOGRAPH-7FBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FBE,
        name: "CJK UNIFIED IDEOGRAPH-7FBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FBF,
        name: "CJK UNIFIED IDEOGRAPH-7FBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC0,
        name: "CJK UNIFIED IDEOGRAPH-7FC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC1,
        name: "CJK UNIFIED IDEOGRAPH-7FC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC2,
        name: "CJK UNIFIED IDEOGRAPH-7FC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC3,
        name: "CJK UNIFIED IDEOGRAPH-7FC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC4,
        name: "CJK UNIFIED IDEOGRAPH-7FC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC5,
        name: "CJK UNIFIED IDEOGRAPH-7FC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC6,
        name: "CJK UNIFIED IDEOGRAPH-7FC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC7,
        name: "CJK UNIFIED IDEOGRAPH-7FC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC8,
        name: "CJK UNIFIED IDEOGRAPH-7FC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FC9,
        name: "CJK UNIFIED IDEOGRAPH-7FC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FCA,
        name: "CJK UNIFIED IDEOGRAPH-7FCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FCB,
        name: "CJK UNIFIED IDEOGRAPH-7FCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FCC,
        name: "CJK UNIFIED IDEOGRAPH-7FCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FCD,
        name: "CJK UNIFIED IDEOGRAPH-7FCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FCE,
        name: "CJK UNIFIED IDEOGRAPH-7FCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FCF,
        name: "CJK UNIFIED IDEOGRAPH-7FCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD0,
        name: "CJK UNIFIED IDEOGRAPH-7FD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD1,
        name: "CJK UNIFIED IDEOGRAPH-7FD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD2,
        name: "CJK UNIFIED IDEOGRAPH-7FD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD3,
        name: "CJK UNIFIED IDEOGRAPH-7FD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD4,
        name: "CJK UNIFIED IDEOGRAPH-7FD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD5,
        name: "CJK UNIFIED IDEOGRAPH-7FD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD6,
        name: "CJK UNIFIED IDEOGRAPH-7FD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD7,
        name: "CJK UNIFIED IDEOGRAPH-7FD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD8,
        name: "CJK UNIFIED IDEOGRAPH-7FD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FD9,
        name: "CJK UNIFIED IDEOGRAPH-7FD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FDA,
        name: "CJK UNIFIED IDEOGRAPH-7FDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FDB,
        name: "CJK UNIFIED IDEOGRAPH-7FDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FDC,
        name: "CJK UNIFIED IDEOGRAPH-7FDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FDD,
        name: "CJK UNIFIED IDEOGRAPH-7FDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FDE,
        name: "CJK UNIFIED IDEOGRAPH-7FDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FDF,
        name: "CJK UNIFIED IDEOGRAPH-7FDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE0,
        name: "CJK UNIFIED IDEOGRAPH-7FE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE1,
        name: "CJK UNIFIED IDEOGRAPH-7FE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE2,
        name: "CJK UNIFIED IDEOGRAPH-7FE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE3,
        name: "CJK UNIFIED IDEOGRAPH-7FE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE4,
        name: "CJK UNIFIED IDEOGRAPH-7FE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE5,
        name: "CJK UNIFIED IDEOGRAPH-7FE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE6,
        name: "CJK UNIFIED IDEOGRAPH-7FE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE7,
        name: "CJK UNIFIED IDEOGRAPH-7FE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE8,
        name: "CJK UNIFIED IDEOGRAPH-7FE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FE9,
        name: "CJK UNIFIED IDEOGRAPH-7FE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FEA,
        name: "CJK UNIFIED IDEOGRAPH-7FEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FEB,
        name: "CJK UNIFIED IDEOGRAPH-7FEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FEC,
        name: "CJK UNIFIED IDEOGRAPH-7FEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FED,
        name: "CJK UNIFIED IDEOGRAPH-7FED",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FEE,
        name: "CJK UNIFIED IDEOGRAPH-7FEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FEF,
        name: "CJK UNIFIED IDEOGRAPH-7FEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF0,
        name: "CJK UNIFIED IDEOGRAPH-7FF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF1,
        name: "CJK UNIFIED IDEOGRAPH-7FF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF2,
        name: "CJK UNIFIED IDEOGRAPH-7FF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF3,
        name: "CJK UNIFIED IDEOGRAPH-7FF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF4,
        name: "CJK UNIFIED IDEOGRAPH-7FF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF5,
        name: "CJK UNIFIED IDEOGRAPH-7FF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF6,
        name: "CJK UNIFIED IDEOGRAPH-7FF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF7,
        name: "CJK UNIFIED IDEOGRAPH-7FF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF8,
        name: "CJK UNIFIED IDEOGRAPH-7FF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FF9,
        name: "CJK UNIFIED IDEOGRAPH-7FF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FFA,
        name: "CJK UNIFIED IDEOGRAPH-7FFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FFB,
        name: "CJK UNIFIED IDEOGRAPH-7FFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FFC,
        name: "CJK UNIFIED IDEOGRAPH-7FFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FFD,
        name: "CJK UNIFIED IDEOGRAPH-7FFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FFE,
        name: "CJK UNIFIED IDEOGRAPH-7FFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x7FFF,
        name: "CJK UNIFIED IDEOGRAPH-7FFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8000,
        name: "CJK UNIFIED IDEOGRAPH-8000",
    },
    Character {
        age: "1.1",
        codepoint: 0x8001,
        name: "CJK UNIFIED IDEOGRAPH-8001",
    },
    Character {
        age: "1.1",
        codepoint: 0x8002,
        name: "CJK UNIFIED IDEOGRAPH-8002",
    },
    Character {
        age: "1.1",
        codepoint: 0x8003,
        name: "CJK UNIFIED IDEOGRAPH-8003",
    },
    Character {
        age: "1.1",
        codepoint: 0x8004,
        name: "CJK UNIFIED IDEOGRAPH-8004",
    },
    Character {
        age: "1.1",
        codepoint: 0x8005,
        name: "CJK UNIFIED IDEOGRAPH-8005",
    },
    Character {
        age: "1.1",
        codepoint: 0x8006,
        name: "CJK UNIFIED IDEOGRAPH-8006",
    },
    Character {
        age: "1.1",
        codepoint: 0x8007,
        name: "CJK UNIFIED IDEOGRAPH-8007",
    },
    Character {
        age: "1.1",
        codepoint: 0x8008,
        name: "CJK UNIFIED IDEOGRAPH-8008",
    },
    Character {
        age: "1.1",
        codepoint: 0x8009,
        name: "CJK UNIFIED IDEOGRAPH-8009",
    },
    Character {
        age: "1.1",
        codepoint: 0x800A,
        name: "CJK UNIFIED IDEOGRAPH-800A",
    },
    Character {
        age: "1.1",
        codepoint: 0x800B,
        name: "CJK UNIFIED IDEOGRAPH-800B",
    },
    Character {
        age: "1.1",
        codepoint: 0x800C,
        name: "CJK UNIFIED IDEOGRAPH-800C",
    },
    Character {
        age: "1.1",
        codepoint: 0x800D,
        name: "CJK UNIFIED IDEOGRAPH-800D",
    },
    Character {
        age: "1.1",
        codepoint: 0x800E,
        name: "CJK UNIFIED IDEOGRAPH-800E",
    },
    Character {
        age: "1.1",
        codepoint: 0x800F,
        name: "CJK UNIFIED IDEOGRAPH-800F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8010,
        name: "CJK UNIFIED IDEOGRAPH-8010",
    },
    Character {
        age: "1.1",
        codepoint: 0x8011,
        name: "CJK UNIFIED IDEOGRAPH-8011",
    },
    Character {
        age: "1.1",
        codepoint: 0x8012,
        name: "CJK UNIFIED IDEOGRAPH-8012",
    },
    Character {
        age: "1.1",
        codepoint: 0x8013,
        name: "CJK UNIFIED IDEOGRAPH-8013",
    },
    Character {
        age: "1.1",
        codepoint: 0x8014,
        name: "CJK UNIFIED IDEOGRAPH-8014",
    },
    Character {
        age: "1.1",
        codepoint: 0x8015,
        name: "CJK UNIFIED IDEOGRAPH-8015",
    },
    Character {
        age: "1.1",
        codepoint: 0x8016,
        name: "CJK UNIFIED IDEOGRAPH-8016",
    },
    Character {
        age: "1.1",
        codepoint: 0x8017,
        name: "CJK UNIFIED IDEOGRAPH-8017",
    },
    Character {
        age: "1.1",
        codepoint: 0x8018,
        name: "CJK UNIFIED IDEOGRAPH-8018",
    },
    Character {
        age: "1.1",
        codepoint: 0x8019,
        name: "CJK UNIFIED IDEOGRAPH-8019",
    },
    Character {
        age: "1.1",
        codepoint: 0x801A,
        name: "CJK UNIFIED IDEOGRAPH-801A",
    },
    Character {
        age: "1.1",
        codepoint: 0x801B,
        name: "CJK UNIFIED IDEOGRAPH-801B",
    },
    Character {
        age: "1.1",
        codepoint: 0x801C,
        name: "CJK UNIFIED IDEOGRAPH-801C",
    },
    Character {
        age: "1.1",
        codepoint: 0x801D,
        name: "CJK UNIFIED IDEOGRAPH-801D",
    },
    Character {
        age: "1.1",
        codepoint: 0x801E,
        name: "CJK UNIFIED IDEOGRAPH-801E",
    },
    Character {
        age: "1.1",
        codepoint: 0x801F,
        name: "CJK UNIFIED IDEOGRAPH-801F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8020,
        name: "CJK UNIFIED IDEOGRAPH-8020",
    },
    Character {
        age: "1.1",
        codepoint: 0x8021,
        name: "CJK UNIFIED IDEOGRAPH-8021",
    },
    Character {
        age: "1.1",
        codepoint: 0x8022,
        name: "CJK UNIFIED IDEOGRAPH-8022",
    },
    Character {
        age: "1.1",
        codepoint: 0x8023,
        name: "CJK UNIFIED IDEOGRAPH-8023",
    },
    Character {
        age: "1.1",
        codepoint: 0x8024,
        name: "CJK UNIFIED IDEOGRAPH-8024",
    },
    Character {
        age: "1.1",
        codepoint: 0x8025,
        name: "CJK UNIFIED IDEOGRAPH-8025",
    },
    Character {
        age: "1.1",
        codepoint: 0x8026,
        name: "CJK UNIFIED IDEOGRAPH-8026",
    },
    Character {
        age: "1.1",
        codepoint: 0x8027,
        name: "CJK UNIFIED IDEOGRAPH-8027",
    },
    Character {
        age: "1.1",
        codepoint: 0x8028,
        name: "CJK UNIFIED IDEOGRAPH-8028",
    },
    Character {
        age: "1.1",
        codepoint: 0x8029,
        name: "CJK UNIFIED IDEOGRAPH-8029",
    },
    Character {
        age: "1.1",
        codepoint: 0x802A,
        name: "CJK UNIFIED IDEOGRAPH-802A",
    },
    Character {
        age: "1.1",
        codepoint: 0x802B,
        name: "CJK UNIFIED IDEOGRAPH-802B",
    },
    Character {
        age: "1.1",
        codepoint: 0x802C,
        name: "CJK UNIFIED IDEOGRAPH-802C",
    },
    Character {
        age: "1.1",
        codepoint: 0x802D,
        name: "CJK UNIFIED IDEOGRAPH-802D",
    },
    Character {
        age: "1.1",
        codepoint: 0x802E,
        name: "CJK UNIFIED IDEOGRAPH-802E",
    },
    Character {
        age: "1.1",
        codepoint: 0x802F,
        name: "CJK UNIFIED IDEOGRAPH-802F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8030,
        name: "CJK UNIFIED IDEOGRAPH-8030",
    },
    Character {
        age: "1.1",
        codepoint: 0x8031,
        name: "CJK UNIFIED IDEOGRAPH-8031",
    },
    Character {
        age: "1.1",
        codepoint: 0x8032,
        name: "CJK UNIFIED IDEOGRAPH-8032",
    },
    Character {
        age: "1.1",
        codepoint: 0x8033,
        name: "CJK UNIFIED IDEOGRAPH-8033",
    },
    Character {
        age: "1.1",
        codepoint: 0x8034,
        name: "CJK UNIFIED IDEOGRAPH-8034",
    },
    Character {
        age: "1.1",
        codepoint: 0x8035,
        name: "CJK UNIFIED IDEOGRAPH-8035",
    },
    Character {
        age: "1.1",
        codepoint: 0x8036,
        name: "CJK UNIFIED IDEOGRAPH-8036",
    },
    Character {
        age: "1.1",
        codepoint: 0x8037,
        name: "CJK UNIFIED IDEOGRAPH-8037",
    },
    Character {
        age: "1.1",
        codepoint: 0x8038,
        name: "CJK UNIFIED IDEOGRAPH-8038",
    },
    Character {
        age: "1.1",
        codepoint: 0x8039,
        name: "CJK UNIFIED IDEOGRAPH-8039",
    },
    Character {
        age: "1.1",
        codepoint: 0x803A,
        name: "CJK UNIFIED IDEOGRAPH-803A",
    },
    Character {
        age: "1.1",
        codepoint: 0x803B,
        name: "CJK UNIFIED IDEOGRAPH-803B",
    },
    Character {
        age: "1.1",
        codepoint: 0x803C,
        name: "CJK UNIFIED IDEOGRAPH-803C",
    },
    Character {
        age: "1.1",
        codepoint: 0x803D,
        name: "CJK UNIFIED IDEOGRAPH-803D",
    },
    Character {
        age: "1.1",
        codepoint: 0x803E,
        name: "CJK UNIFIED IDEOGRAPH-803E",
    },
    Character {
        age: "1.1",
        codepoint: 0x803F,
        name: "CJK UNIFIED IDEOGRAPH-803F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8040,
        name: "CJK UNIFIED IDEOGRAPH-8040",
    },
    Character {
        age: "1.1",
        codepoint: 0x8041,
        name: "CJK UNIFIED IDEOGRAPH-8041",
    },
    Character {
        age: "1.1",
        codepoint: 0x8042,
        name: "CJK UNIFIED IDEOGRAPH-8042",
    },
    Character {
        age: "1.1",
        codepoint: 0x8043,
        name: "CJK UNIFIED IDEOGRAPH-8043",
    },
    Character {
        age: "1.1",
        codepoint: 0x8044,
        name: "CJK UNIFIED IDEOGRAPH-8044",
    },
    Character {
        age: "1.1",
        codepoint: 0x8045,
        name: "CJK UNIFIED IDEOGRAPH-8045",
    },
    Character {
        age: "1.1",
        codepoint: 0x8046,
        name: "CJK UNIFIED IDEOGRAPH-8046",
    },
    Character {
        age: "1.1",
        codepoint: 0x8047,
        name: "CJK UNIFIED IDEOGRAPH-8047",
    },
    Character {
        age: "1.1",
        codepoint: 0x8048,
        name: "CJK UNIFIED IDEOGRAPH-8048",
    },
    Character {
        age: "1.1",
        codepoint: 0x8049,
        name: "CJK UNIFIED IDEOGRAPH-8049",
    },
    Character {
        age: "1.1",
        codepoint: 0x804A,
        name: "CJK UNIFIED IDEOGRAPH-804A",
    },
    Character {
        age: "1.1",
        codepoint: 0x804B,
        name: "CJK UNIFIED IDEOGRAPH-804B",
    },
    Character {
        age: "1.1",
        codepoint: 0x804C,
        name: "CJK UNIFIED IDEOGRAPH-804C",
    },
    Character {
        age: "1.1",
        codepoint: 0x804D,
        name: "CJK UNIFIED IDEOGRAPH-804D",
    },
    Character {
        age: "1.1",
        codepoint: 0x804E,
        name: "CJK UNIFIED IDEOGRAPH-804E",
    },
    Character {
        age: "1.1",
        codepoint: 0x804F,
        name: "CJK UNIFIED IDEOGRAPH-804F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8050,
        name: "CJK UNIFIED IDEOGRAPH-8050",
    },
    Character {
        age: "1.1",
        codepoint: 0x8051,
        name: "CJK UNIFIED IDEOGRAPH-8051",
    },
    Character {
        age: "1.1",
        codepoint: 0x8052,
        name: "CJK UNIFIED IDEOGRAPH-8052",
    },
    Character {
        age: "1.1",
        codepoint: 0x8053,
        name: "CJK UNIFIED IDEOGRAPH-8053",
    },
    Character {
        age: "1.1",
        codepoint: 0x8054,
        name: "CJK UNIFIED IDEOGRAPH-8054",
    },
    Character {
        age: "1.1",
        codepoint: 0x8055,
        name: "CJK UNIFIED IDEOGRAPH-8055",
    },
    Character {
        age: "1.1",
        codepoint: 0x8056,
        name: "CJK UNIFIED IDEOGRAPH-8056",
    },
    Character {
        age: "1.1",
        codepoint: 0x8057,
        name: "CJK UNIFIED IDEOGRAPH-8057",
    },
    Character {
        age: "1.1",
        codepoint: 0x8058,
        name: "CJK UNIFIED IDEOGRAPH-8058",
    },
    Character {
        age: "1.1",
        codepoint: 0x8059,
        name: "CJK UNIFIED IDEOGRAPH-8059",
    },
    Character {
        age: "1.1",
        codepoint: 0x805A,
        name: "CJK UNIFIED IDEOGRAPH-805A",
    },
    Character {
        age: "1.1",
        codepoint: 0x805B,
        name: "CJK UNIFIED IDEOGRAPH-805B",
    },
    Character {
        age: "1.1",
        codepoint: 0x805C,
        name: "CJK UNIFIED IDEOGRAPH-805C",
    },
    Character {
        age: "1.1",
        codepoint: 0x805D,
        name: "CJK UNIFIED IDEOGRAPH-805D",
    },
    Character {
        age: "1.1",
        codepoint: 0x805E,
        name: "CJK UNIFIED IDEOGRAPH-805E",
    },
    Character {
        age: "1.1",
        codepoint: 0x805F,
        name: "CJK UNIFIED IDEOGRAPH-805F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8060,
        name: "CJK UNIFIED IDEOGRAPH-8060",
    },
    Character {
        age: "1.1",
        codepoint: 0x8061,
        name: "CJK UNIFIED IDEOGRAPH-8061",
    },
    Character {
        age: "1.1",
        codepoint: 0x8062,
        name: "CJK UNIFIED IDEOGRAPH-8062",
    },
    Character {
        age: "1.1",
        codepoint: 0x8063,
        name: "CJK UNIFIED IDEOGRAPH-8063",
    },
    Character {
        age: "1.1",
        codepoint: 0x8064,
        name: "CJK UNIFIED IDEOGRAPH-8064",
    },
    Character {
        age: "1.1",
        codepoint: 0x8065,
        name: "CJK UNIFIED IDEOGRAPH-8065",
    },
    Character {
        age: "1.1",
        codepoint: 0x8066,
        name: "CJK UNIFIED IDEOGRAPH-8066",
    },
    Character {
        age: "1.1",
        codepoint: 0x8067,
        name: "CJK UNIFIED IDEOGRAPH-8067",
    },
    Character {
        age: "1.1",
        codepoint: 0x8068,
        name: "CJK UNIFIED IDEOGRAPH-8068",
    },
    Character {
        age: "1.1",
        codepoint: 0x8069,
        name: "CJK UNIFIED IDEOGRAPH-8069",
    },
    Character {
        age: "1.1",
        codepoint: 0x806A,
        name: "CJK UNIFIED IDEOGRAPH-806A",
    },
    Character {
        age: "1.1",
        codepoint: 0x806B,
        name: "CJK UNIFIED IDEOGRAPH-806B",
    },
    Character {
        age: "1.1",
        codepoint: 0x806C,
        name: "CJK UNIFIED IDEOGRAPH-806C",
    },
    Character {
        age: "1.1",
        codepoint: 0x806D,
        name: "CJK UNIFIED IDEOGRAPH-806D",
    },
    Character {
        age: "1.1",
        codepoint: 0x806E,
        name: "CJK UNIFIED IDEOGRAPH-806E",
    },
    Character {
        age: "1.1",
        codepoint: 0x806F,
        name: "CJK UNIFIED IDEOGRAPH-806F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8070,
        name: "CJK UNIFIED IDEOGRAPH-8070",
    },
    Character {
        age: "1.1",
        codepoint: 0x8071,
        name: "CJK UNIFIED IDEOGRAPH-8071",
    },
    Character {
        age: "1.1",
        codepoint: 0x8072,
        name: "CJK UNIFIED IDEOGRAPH-8072",
    },
    Character {
        age: "1.1",
        codepoint: 0x8073,
        name: "CJK UNIFIED IDEOGRAPH-8073",
    },
    Character {
        age: "1.1",
        codepoint: 0x8074,
        name: "CJK UNIFIED IDEOGRAPH-8074",
    },
    Character {
        age: "1.1",
        codepoint: 0x8075,
        name: "CJK UNIFIED IDEOGRAPH-8075",
    },
    Character {
        age: "1.1",
        codepoint: 0x8076,
        name: "CJK UNIFIED IDEOGRAPH-8076",
    },
    Character {
        age: "1.1",
        codepoint: 0x8077,
        name: "CJK UNIFIED IDEOGRAPH-8077",
    },
    Character {
        age: "1.1",
        codepoint: 0x8078,
        name: "CJK UNIFIED IDEOGRAPH-8078",
    },
    Character {
        age: "1.1",
        codepoint: 0x8079,
        name: "CJK UNIFIED IDEOGRAPH-8079",
    },
    Character {
        age: "1.1",
        codepoint: 0x807A,
        name: "CJK UNIFIED IDEOGRAPH-807A",
    },
    Character {
        age: "1.1",
        codepoint: 0x807B,
        name: "CJK UNIFIED IDEOGRAPH-807B",
    },
    Character {
        age: "1.1",
        codepoint: 0x807C,
        name: "CJK UNIFIED IDEOGRAPH-807C",
    },
    Character {
        age: "1.1",
        codepoint: 0x807D,
        name: "CJK UNIFIED IDEOGRAPH-807D",
    },
    Character {
        age: "1.1",
        codepoint: 0x807E,
        name: "CJK UNIFIED IDEOGRAPH-807E",
    },
    Character {
        age: "1.1",
        codepoint: 0x807F,
        name: "CJK UNIFIED IDEOGRAPH-807F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8080,
        name: "CJK UNIFIED IDEOGRAPH-8080",
    },
    Character {
        age: "1.1",
        codepoint: 0x8081,
        name: "CJK UNIFIED IDEOGRAPH-8081",
    },
    Character {
        age: "1.1",
        codepoint: 0x8082,
        name: "CJK UNIFIED IDEOGRAPH-8082",
    },
    Character {
        age: "1.1",
        codepoint: 0x8083,
        name: "CJK UNIFIED IDEOGRAPH-8083",
    },
    Character {
        age: "1.1",
        codepoint: 0x8084,
        name: "CJK UNIFIED IDEOGRAPH-8084",
    },
    Character {
        age: "1.1",
        codepoint: 0x8085,
        name: "CJK UNIFIED IDEOGRAPH-8085",
    },
    Character {
        age: "1.1",
        codepoint: 0x8086,
        name: "CJK UNIFIED IDEOGRAPH-8086",
    },
    Character {
        age: "1.1",
        codepoint: 0x8087,
        name: "CJK UNIFIED IDEOGRAPH-8087",
    },
    Character {
        age: "1.1",
        codepoint: 0x8088,
        name: "CJK UNIFIED IDEOGRAPH-8088",
    },
    Character {
        age: "1.1",
        codepoint: 0x8089,
        name: "CJK UNIFIED IDEOGRAPH-8089",
    },
    Character {
        age: "1.1",
        codepoint: 0x808A,
        name: "CJK UNIFIED IDEOGRAPH-808A",
    },
    Character {
        age: "1.1",
        codepoint: 0x808B,
        name: "CJK UNIFIED IDEOGRAPH-808B",
    },
    Character {
        age: "1.1",
        codepoint: 0x808C,
        name: "CJK UNIFIED IDEOGRAPH-808C",
    },
    Character {
        age: "1.1",
        codepoint: 0x808D,
        name: "CJK UNIFIED IDEOGRAPH-808D",
    },
    Character {
        age: "1.1",
        codepoint: 0x808E,
        name: "CJK UNIFIED IDEOGRAPH-808E",
    },
    Character {
        age: "1.1",
        codepoint: 0x808F,
        name: "CJK UNIFIED IDEOGRAPH-808F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8090,
        name: "CJK UNIFIED IDEOGRAPH-8090",
    },
    Character {
        age: "1.1",
        codepoint: 0x8091,
        name: "CJK UNIFIED IDEOGRAPH-8091",
    },
    Character {
        age: "1.1",
        codepoint: 0x8092,
        name: "CJK UNIFIED IDEOGRAPH-8092",
    },
    Character {
        age: "1.1",
        codepoint: 0x8093,
        name: "CJK UNIFIED IDEOGRAPH-8093",
    },
    Character {
        age: "1.1",
        codepoint: 0x8094,
        name: "CJK UNIFIED IDEOGRAPH-8094",
    },
    Character {
        age: "1.1",
        codepoint: 0x8095,
        name: "CJK UNIFIED IDEOGRAPH-8095",
    },
    Character {
        age: "1.1",
        codepoint: 0x8096,
        name: "CJK UNIFIED IDEOGRAPH-8096",
    },
    Character {
        age: "1.1",
        codepoint: 0x8097,
        name: "CJK UNIFIED IDEOGRAPH-8097",
    },
    Character {
        age: "1.1",
        codepoint: 0x8098,
        name: "CJK UNIFIED IDEOGRAPH-8098",
    },
    Character {
        age: "1.1",
        codepoint: 0x8099,
        name: "CJK UNIFIED IDEOGRAPH-8099",
    },
    Character {
        age: "1.1",
        codepoint: 0x809A,
        name: "CJK UNIFIED IDEOGRAPH-809A",
    },
    Character {
        age: "1.1",
        codepoint: 0x809B,
        name: "CJK UNIFIED IDEOGRAPH-809B",
    },
    Character {
        age: "1.1",
        codepoint: 0x809C,
        name: "CJK UNIFIED IDEOGRAPH-809C",
    },
    Character {
        age: "1.1",
        codepoint: 0x809D,
        name: "CJK UNIFIED IDEOGRAPH-809D",
    },
    Character {
        age: "1.1",
        codepoint: 0x809E,
        name: "CJK UNIFIED IDEOGRAPH-809E",
    },
    Character {
        age: "1.1",
        codepoint: 0x809F,
        name: "CJK UNIFIED IDEOGRAPH-809F",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A0,
        name: "CJK UNIFIED IDEOGRAPH-80A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A1,
        name: "CJK UNIFIED IDEOGRAPH-80A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A2,
        name: "CJK UNIFIED IDEOGRAPH-80A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A3,
        name: "CJK UNIFIED IDEOGRAPH-80A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A4,
        name: "CJK UNIFIED IDEOGRAPH-80A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A5,
        name: "CJK UNIFIED IDEOGRAPH-80A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A6,
        name: "CJK UNIFIED IDEOGRAPH-80A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A7,
        name: "CJK UNIFIED IDEOGRAPH-80A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A8,
        name: "CJK UNIFIED IDEOGRAPH-80A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x80A9,
        name: "CJK UNIFIED IDEOGRAPH-80A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x80AA,
        name: "CJK UNIFIED IDEOGRAPH-80AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x80AB,
        name: "CJK UNIFIED IDEOGRAPH-80AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x80AC,
        name: "CJK UNIFIED IDEOGRAPH-80AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x80AD,
        name: "CJK UNIFIED IDEOGRAPH-80AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x80AE,
        name: "CJK UNIFIED IDEOGRAPH-80AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x80AF,
        name: "CJK UNIFIED IDEOGRAPH-80AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B0,
        name: "CJK UNIFIED IDEOGRAPH-80B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B1,
        name: "CJK UNIFIED IDEOGRAPH-80B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B2,
        name: "CJK UNIFIED IDEOGRAPH-80B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B3,
        name: "CJK UNIFIED IDEOGRAPH-80B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B4,
        name: "CJK UNIFIED IDEOGRAPH-80B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B5,
        name: "CJK UNIFIED IDEOGRAPH-80B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B6,
        name: "CJK UNIFIED IDEOGRAPH-80B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B7,
        name: "CJK UNIFIED IDEOGRAPH-80B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B8,
        name: "CJK UNIFIED IDEOGRAPH-80B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x80B9,
        name: "CJK UNIFIED IDEOGRAPH-80B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x80BA,
        name: "CJK UNIFIED IDEOGRAPH-80BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x80BB,
        name: "CJK UNIFIED IDEOGRAPH-80BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x80BC,
        name: "CJK UNIFIED IDEOGRAPH-80BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x80BD,
        name: "CJK UNIFIED IDEOGRAPH-80BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x80BE,
        name: "CJK UNIFIED IDEOGRAPH-80BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x80BF,
        name: "CJK UNIFIED IDEOGRAPH-80BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C0,
        name: "CJK UNIFIED IDEOGRAPH-80C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C1,
        name: "CJK UNIFIED IDEOGRAPH-80C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C2,
        name: "CJK UNIFIED IDEOGRAPH-80C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C3,
        name: "CJK UNIFIED IDEOGRAPH-80C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C4,
        name: "CJK UNIFIED IDEOGRAPH-80C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C5,
        name: "CJK UNIFIED IDEOGRAPH-80C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C6,
        name: "CJK UNIFIED IDEOGRAPH-80C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C7,
        name: "CJK UNIFIED IDEOGRAPH-80C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C8,
        name: "CJK UNIFIED IDEOGRAPH-80C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x80C9,
        name: "CJK UNIFIED IDEOGRAPH-80C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x80CA,
        name: "CJK UNIFIED IDEOGRAPH-80CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x80CB,
        name: "CJK UNIFIED IDEOGRAPH-80CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x80CC,
        name: "CJK UNIFIED IDEOGRAPH-80CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x80CD,
        name: "CJK UNIFIED IDEOGRAPH-80CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x80CE,
        name: "CJK UNIFIED IDEOGRAPH-80CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x80CF,
        name: "CJK UNIFIED IDEOGRAPH-80CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D0,
        name: "CJK UNIFIED IDEOGRAPH-80D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D1,
        name: "CJK UNIFIED IDEOGRAPH-80D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D2,
        name: "CJK UNIFIED IDEOGRAPH-80D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D3,
        name: "CJK UNIFIED IDEOGRAPH-80D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D4,
        name: "CJK UNIFIED IDEOGRAPH-80D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D5,
        name: "CJK UNIFIED IDEOGRAPH-80D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D6,
        name: "CJK UNIFIED IDEOGRAPH-80D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D7,
        name: "CJK UNIFIED IDEOGRAPH-80D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D8,
        name: "CJK UNIFIED IDEOGRAPH-80D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x80D9,
        name: "CJK UNIFIED IDEOGRAPH-80D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x80DA,
        name: "CJK UNIFIED IDEOGRAPH-80DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x80DB,
        name: "CJK UNIFIED IDEOGRAPH-80DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x80DC,
        name: "CJK UNIFIED IDEOGRAPH-80DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x80DD,
        name: "CJK UNIFIED IDEOGRAPH-80DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x80DE,
        name: "CJK UNIFIED IDEOGRAPH-80DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x80DF,
        name: "CJK UNIFIED IDEOGRAPH-80DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E0,
        name: "CJK UNIFIED IDEOGRAPH-80E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E1,
        name: "CJK UNIFIED IDEOGRAPH-80E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E2,
        name: "CJK UNIFIED IDEOGRAPH-80E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E3,
        name: "CJK UNIFIED IDEOGRAPH-80E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E4,
        name: "CJK UNIFIED IDEOGRAPH-80E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E5,
        name: "CJK UNIFIED IDEOGRAPH-80E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E6,
        name: "CJK UNIFIED IDEOGRAPH-80E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E7,
        name: "CJK UNIFIED IDEOGRAPH-80E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E8,
        name: "CJK UNIFIED IDEOGRAPH-80E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x80E9,
        name: "CJK UNIFIED IDEOGRAPH-80E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x80EA,
        name: "CJK UNIFIED IDEOGRAPH-80EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x80EB,
        name: "CJK UNIFIED IDEOGRAPH-80EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x80EC,
        name: "CJK UNIFIED IDEOGRAPH-80EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x80ED,
        name: "CJK UNIFIED IDEOGRAPH-80ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x80EE,
        name: "CJK UNIFIED IDEOGRAPH-80EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x80EF,
        name: "CJK UNIFIED IDEOGRAPH-80EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F0,
        name: "CJK UNIFIED IDEOGRAPH-80F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F1,
        name: "CJK UNIFIED IDEOGRAPH-80F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F2,
        name: "CJK UNIFIED IDEOGRAPH-80F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F3,
        name: "CJK UNIFIED IDEOGRAPH-80F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F4,
        name: "CJK UNIFIED IDEOGRAPH-80F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F5,
        name: "CJK UNIFIED IDEOGRAPH-80F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F6,
        name: "CJK UNIFIED IDEOGRAPH-80F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F7,
        name: "CJK UNIFIED IDEOGRAPH-80F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F8,
        name: "CJK UNIFIED IDEOGRAPH-80F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x80F9,
        name: "CJK UNIFIED IDEOGRAPH-80F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x80FA,
        name: "CJK UNIFIED IDEOGRAPH-80FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x80FB,
        name: "CJK UNIFIED IDEOGRAPH-80FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x80FC,
        name: "CJK UNIFIED IDEOGRAPH-80FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x80FD,
        name: "CJK UNIFIED IDEOGRAPH-80FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x80FE,
        name: "CJK UNIFIED IDEOGRAPH-80FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x80FF,
        name: "CJK UNIFIED IDEOGRAPH-80FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8100,
        name: "CJK UNIFIED IDEOGRAPH-8100",
    },
    Character {
        age: "1.1",
        codepoint: 0x8101,
        name: "CJK UNIFIED IDEOGRAPH-8101",
    },
    Character {
        age: "1.1",
        codepoint: 0x8102,
        name: "CJK UNIFIED IDEOGRAPH-8102",
    },
    Character {
        age: "1.1",
        codepoint: 0x8103,
        name: "CJK UNIFIED IDEOGRAPH-8103",
    },
    Character {
        age: "1.1",
        codepoint: 0x8104,
        name: "CJK UNIFIED IDEOGRAPH-8104",
    },
    Character {
        age: "1.1",
        codepoint: 0x8105,
        name: "CJK UNIFIED IDEOGRAPH-8105",
    },
    Character {
        age: "1.1",
        codepoint: 0x8106,
        name: "CJK UNIFIED IDEOGRAPH-8106",
    },
    Character {
        age: "1.1",
        codepoint: 0x8107,
        name: "CJK UNIFIED IDEOGRAPH-8107",
    },
    Character {
        age: "1.1",
        codepoint: 0x8108,
        name: "CJK UNIFIED IDEOGRAPH-8108",
    },
    Character {
        age: "1.1",
        codepoint: 0x8109,
        name: "CJK UNIFIED IDEOGRAPH-8109",
    },
    Character {
        age: "1.1",
        codepoint: 0x810A,
        name: "CJK UNIFIED IDEOGRAPH-810A",
    },
    Character {
        age: "1.1",
        codepoint: 0x810B,
        name: "CJK UNIFIED IDEOGRAPH-810B",
    },
    Character {
        age: "1.1",
        codepoint: 0x810C,
        name: "CJK UNIFIED IDEOGRAPH-810C",
    },
    Character {
        age: "1.1",
        codepoint: 0x810D,
        name: "CJK UNIFIED IDEOGRAPH-810D",
    },
    Character {
        age: "1.1",
        codepoint: 0x810E,
        name: "CJK UNIFIED IDEOGRAPH-810E",
    },
    Character {
        age: "1.1",
        codepoint: 0x810F,
        name: "CJK UNIFIED IDEOGRAPH-810F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8110,
        name: "CJK UNIFIED IDEOGRAPH-8110",
    },
    Character {
        age: "1.1",
        codepoint: 0x8111,
        name: "CJK UNIFIED IDEOGRAPH-8111",
    },
    Character {
        age: "1.1",
        codepoint: 0x8112,
        name: "CJK UNIFIED IDEOGRAPH-8112",
    },
    Character {
        age: "1.1",
        codepoint: 0x8113,
        name: "CJK UNIFIED IDEOGRAPH-8113",
    },
    Character {
        age: "1.1",
        codepoint: 0x8114,
        name: "CJK UNIFIED IDEOGRAPH-8114",
    },
    Character {
        age: "1.1",
        codepoint: 0x8115,
        name: "CJK UNIFIED IDEOGRAPH-8115",
    },
    Character {
        age: "1.1",
        codepoint: 0x8116,
        name: "CJK UNIFIED IDEOGRAPH-8116",
    },
    Character {
        age: "1.1",
        codepoint: 0x8117,
        name: "CJK UNIFIED IDEOGRAPH-8117",
    },
    Character {
        age: "1.1",
        codepoint: 0x8118,
        name: "CJK UNIFIED IDEOGRAPH-8118",
    },
    Character {
        age: "1.1",
        codepoint: 0x8119,
        name: "CJK UNIFIED IDEOGRAPH-8119",
    },
    Character {
        age: "1.1",
        codepoint: 0x811A,
        name: "CJK UNIFIED IDEOGRAPH-811A",
    },
    Character {
        age: "1.1",
        codepoint: 0x811B,
        name: "CJK UNIFIED IDEOGRAPH-811B",
    },
    Character {
        age: "1.1",
        codepoint: 0x811C,
        name: "CJK UNIFIED IDEOGRAPH-811C",
    },
    Character {
        age: "1.1",
        codepoint: 0x811D,
        name: "CJK UNIFIED IDEOGRAPH-811D",
    },
    Character {
        age: "1.1",
        codepoint: 0x811E,
        name: "CJK UNIFIED IDEOGRAPH-811E",
    },
    Character {
        age: "1.1",
        codepoint: 0x811F,
        name: "CJK UNIFIED IDEOGRAPH-811F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8120,
        name: "CJK UNIFIED IDEOGRAPH-8120",
    },
    Character {
        age: "1.1",
        codepoint: 0x8121,
        name: "CJK UNIFIED IDEOGRAPH-8121",
    },
    Character {
        age: "1.1",
        codepoint: 0x8122,
        name: "CJK UNIFIED IDEOGRAPH-8122",
    },
    Character {
        age: "1.1",
        codepoint: 0x8123,
        name: "CJK UNIFIED IDEOGRAPH-8123",
    },
    Character {
        age: "1.1",
        codepoint: 0x8124,
        name: "CJK UNIFIED IDEOGRAPH-8124",
    },
    Character {
        age: "1.1",
        codepoint: 0x8125,
        name: "CJK UNIFIED IDEOGRAPH-8125",
    },
    Character {
        age: "1.1",
        codepoint: 0x8126,
        name: "CJK UNIFIED IDEOGRAPH-8126",
    },
    Character {
        age: "1.1",
        codepoint: 0x8127,
        name: "CJK UNIFIED IDEOGRAPH-8127",
    },
    Character {
        age: "1.1",
        codepoint: 0x8128,
        name: "CJK UNIFIED IDEOGRAPH-8128",
    },
    Character {
        age: "1.1",
        codepoint: 0x8129,
        name: "CJK UNIFIED IDEOGRAPH-8129",
    },
    Character {
        age: "1.1",
        codepoint: 0x812A,
        name: "CJK UNIFIED IDEOGRAPH-812A",
    },
    Character {
        age: "1.1",
        codepoint: 0x812B,
        name: "CJK UNIFIED IDEOGRAPH-812B",
    },
    Character {
        age: "1.1",
        codepoint: 0x812C,
        name: "CJK UNIFIED IDEOGRAPH-812C",
    },
    Character {
        age: "1.1",
        codepoint: 0x812D,
        name: "CJK UNIFIED IDEOGRAPH-812D",
    },
    Character {
        age: "1.1",
        codepoint: 0x812E,
        name: "CJK UNIFIED IDEOGRAPH-812E",
    },
    Character {
        age: "1.1",
        codepoint: 0x812F,
        name: "CJK UNIFIED IDEOGRAPH-812F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8130,
        name: "CJK UNIFIED IDEOGRAPH-8130",
    },
    Character {
        age: "1.1",
        codepoint: 0x8131,
        name: "CJK UNIFIED IDEOGRAPH-8131",
    },
    Character {
        age: "1.1",
        codepoint: 0x8132,
        name: "CJK UNIFIED IDEOGRAPH-8132",
    },
    Character {
        age: "1.1",
        codepoint: 0x8133,
        name: "CJK UNIFIED IDEOGRAPH-8133",
    },
    Character {
        age: "1.1",
        codepoint: 0x8134,
        name: "CJK UNIFIED IDEOGRAPH-8134",
    },
    Character {
        age: "1.1",
        codepoint: 0x8135,
        name: "CJK UNIFIED IDEOGRAPH-8135",
    },
    Character {
        age: "1.1",
        codepoint: 0x8136,
        name: "CJK UNIFIED IDEOGRAPH-8136",
    },
    Character {
        age: "1.1",
        codepoint: 0x8137,
        name: "CJK UNIFIED IDEOGRAPH-8137",
    },
    Character {
        age: "1.1",
        codepoint: 0x8138,
        name: "CJK UNIFIED IDEOGRAPH-8138",
    },
    Character {
        age: "1.1",
        codepoint: 0x8139,
        name: "CJK UNIFIED IDEOGRAPH-8139",
    },
    Character {
        age: "1.1",
        codepoint: 0x813A,
        name: "CJK UNIFIED IDEOGRAPH-813A",
    },
    Character {
        age: "1.1",
        codepoint: 0x813B,
        name: "CJK UNIFIED IDEOGRAPH-813B",
    },
    Character {
        age: "1.1",
        codepoint: 0x813C,
        name: "CJK UNIFIED IDEOGRAPH-813C",
    },
    Character {
        age: "1.1",
        codepoint: 0x813D,
        name: "CJK UNIFIED IDEOGRAPH-813D",
    },
    Character {
        age: "1.1",
        codepoint: 0x813E,
        name: "CJK UNIFIED IDEOGRAPH-813E",
    },
    Character {
        age: "1.1",
        codepoint: 0x813F,
        name: "CJK UNIFIED IDEOGRAPH-813F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8140,
        name: "CJK UNIFIED IDEOGRAPH-8140",
    },
    Character {
        age: "1.1",
        codepoint: 0x8141,
        name: "CJK UNIFIED IDEOGRAPH-8141",
    },
    Character {
        age: "1.1",
        codepoint: 0x8142,
        name: "CJK UNIFIED IDEOGRAPH-8142",
    },
    Character {
        age: "1.1",
        codepoint: 0x8143,
        name: "CJK UNIFIED IDEOGRAPH-8143",
    },
    Character {
        age: "1.1",
        codepoint: 0x8144,
        name: "CJK UNIFIED IDEOGRAPH-8144",
    },
    Character {
        age: "1.1",
        codepoint: 0x8145,
        name: "CJK UNIFIED IDEOGRAPH-8145",
    },
    Character {
        age: "1.1",
        codepoint: 0x8146,
        name: "CJK UNIFIED IDEOGRAPH-8146",
    },
    Character {
        age: "1.1",
        codepoint: 0x8147,
        name: "CJK UNIFIED IDEOGRAPH-8147",
    },
    Character {
        age: "1.1",
        codepoint: 0x8148,
        name: "CJK UNIFIED IDEOGRAPH-8148",
    },
    Character {
        age: "1.1",
        codepoint: 0x8149,
        name: "CJK UNIFIED IDEOGRAPH-8149",
    },
    Character {
        age: "1.1",
        codepoint: 0x814A,
        name: "CJK UNIFIED IDEOGRAPH-814A",
    },
    Character {
        age: "1.1",
        codepoint: 0x814B,
        name: "CJK UNIFIED IDEOGRAPH-814B",
    },
    Character {
        age: "1.1",
        codepoint: 0x814C,
        name: "CJK UNIFIED IDEOGRAPH-814C",
    },
    Character {
        age: "1.1",
        codepoint: 0x814D,
        name: "CJK UNIFIED IDEOGRAPH-814D",
    },
    Character {
        age: "1.1",
        codepoint: 0x814E,
        name: "CJK UNIFIED IDEOGRAPH-814E",
    },
    Character {
        age: "1.1",
        codepoint: 0x814F,
        name: "CJK UNIFIED IDEOGRAPH-814F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8150,
        name: "CJK UNIFIED IDEOGRAPH-8150",
    },
    Character {
        age: "1.1",
        codepoint: 0x8151,
        name: "CJK UNIFIED IDEOGRAPH-8151",
    },
    Character {
        age: "1.1",
        codepoint: 0x8152,
        name: "CJK UNIFIED IDEOGRAPH-8152",
    },
    Character {
        age: "1.1",
        codepoint: 0x8153,
        name: "CJK UNIFIED IDEOGRAPH-8153",
    },
    Character {
        age: "1.1",
        codepoint: 0x8154,
        name: "CJK UNIFIED IDEOGRAPH-8154",
    },
    Character {
        age: "1.1",
        codepoint: 0x8155,
        name: "CJK UNIFIED IDEOGRAPH-8155",
    },
    Character {
        age: "1.1",
        codepoint: 0x8156,
        name: "CJK UNIFIED IDEOGRAPH-8156",
    },
    Character {
        age: "1.1",
        codepoint: 0x8157,
        name: "CJK UNIFIED IDEOGRAPH-8157",
    },
    Character {
        age: "1.1",
        codepoint: 0x8158,
        name: "CJK UNIFIED IDEOGRAPH-8158",
    },
    Character {
        age: "1.1",
        codepoint: 0x8159,
        name: "CJK UNIFIED IDEOGRAPH-8159",
    },
    Character {
        age: "1.1",
        codepoint: 0x815A,
        name: "CJK UNIFIED IDEOGRAPH-815A",
    },
    Character {
        age: "1.1",
        codepoint: 0x815B,
        name: "CJK UNIFIED IDEOGRAPH-815B",
    },
    Character {
        age: "1.1",
        codepoint: 0x815C,
        name: "CJK UNIFIED IDEOGRAPH-815C",
    },
    Character {
        age: "1.1",
        codepoint: 0x815D,
        name: "CJK UNIFIED IDEOGRAPH-815D",
    },
    Character {
        age: "1.1",
        codepoint: 0x815E,
        name: "CJK UNIFIED IDEOGRAPH-815E",
    },
    Character {
        age: "1.1",
        codepoint: 0x815F,
        name: "CJK UNIFIED IDEOGRAPH-815F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8160,
        name: "CJK UNIFIED IDEOGRAPH-8160",
    },
    Character {
        age: "1.1",
        codepoint: 0x8161,
        name: "CJK UNIFIED IDEOGRAPH-8161",
    },
    Character {
        age: "1.1",
        codepoint: 0x8162,
        name: "CJK UNIFIED IDEOGRAPH-8162",
    },
    Character {
        age: "1.1",
        codepoint: 0x8163,
        name: "CJK UNIFIED IDEOGRAPH-8163",
    },
    Character {
        age: "1.1",
        codepoint: 0x8164,
        name: "CJK UNIFIED IDEOGRAPH-8164",
    },
    Character {
        age: "1.1",
        codepoint: 0x8165,
        name: "CJK UNIFIED IDEOGRAPH-8165",
    },
    Character {
        age: "1.1",
        codepoint: 0x8166,
        name: "CJK UNIFIED IDEOGRAPH-8166",
    },
    Character {
        age: "1.1",
        codepoint: 0x8167,
        name: "CJK UNIFIED IDEOGRAPH-8167",
    },
    Character {
        age: "1.1",
        codepoint: 0x8168,
        name: "CJK UNIFIED IDEOGRAPH-8168",
    },
    Character {
        age: "1.1",
        codepoint: 0x8169,
        name: "CJK UNIFIED IDEOGRAPH-8169",
    },
    Character {
        age: "1.1",
        codepoint: 0x816A,
        name: "CJK UNIFIED IDEOGRAPH-816A",
    },
    Character {
        age: "1.1",
        codepoint: 0x816B,
        name: "CJK UNIFIED IDEOGRAPH-816B",
    },
    Character {
        age: "1.1",
        codepoint: 0x816C,
        name: "CJK UNIFIED IDEOGRAPH-816C",
    },
    Character {
        age: "1.1",
        codepoint: 0x816D,
        name: "CJK UNIFIED IDEOGRAPH-816D",
    },
    Character {
        age: "1.1",
        codepoint: 0x816E,
        name: "CJK UNIFIED IDEOGRAPH-816E",
    },
    Character {
        age: "1.1",
        codepoint: 0x816F,
        name: "CJK UNIFIED IDEOGRAPH-816F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8170,
        name: "CJK UNIFIED IDEOGRAPH-8170",
    },
    Character {
        age: "1.1",
        codepoint: 0x8171,
        name: "CJK UNIFIED IDEOGRAPH-8171",
    },
    Character {
        age: "1.1",
        codepoint: 0x8172,
        name: "CJK UNIFIED IDEOGRAPH-8172",
    },
    Character {
        age: "1.1",
        codepoint: 0x8173,
        name: "CJK UNIFIED IDEOGRAPH-8173",
    },
    Character {
        age: "1.1",
        codepoint: 0x8174,
        name: "CJK UNIFIED IDEOGRAPH-8174",
    },
    Character {
        age: "1.1",
        codepoint: 0x8175,
        name: "CJK UNIFIED IDEOGRAPH-8175",
    },
    Character {
        age: "1.1",
        codepoint: 0x8176,
        name: "CJK UNIFIED IDEOGRAPH-8176",
    },
    Character {
        age: "1.1",
        codepoint: 0x8177,
        name: "CJK UNIFIED IDEOGRAPH-8177",
    },
    Character {
        age: "1.1",
        codepoint: 0x8178,
        name: "CJK UNIFIED IDEOGRAPH-8178",
    },
    Character {
        age: "1.1",
        codepoint: 0x8179,
        name: "CJK UNIFIED IDEOGRAPH-8179",
    },
    Character {
        age: "1.1",
        codepoint: 0x817A,
        name: "CJK UNIFIED IDEOGRAPH-817A",
    },
    Character {
        age: "1.1",
        codepoint: 0x817B,
        name: "CJK UNIFIED IDEOGRAPH-817B",
    },
    Character {
        age: "1.1",
        codepoint: 0x817C,
        name: "CJK UNIFIED IDEOGRAPH-817C",
    },
    Character {
        age: "1.1",
        codepoint: 0x817D,
        name: "CJK UNIFIED IDEOGRAPH-817D",
    },
    Character {
        age: "1.1",
        codepoint: 0x817E,
        name: "CJK UNIFIED IDEOGRAPH-817E",
    },
    Character {
        age: "1.1",
        codepoint: 0x817F,
        name: "CJK UNIFIED IDEOGRAPH-817F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8180,
        name: "CJK UNIFIED IDEOGRAPH-8180",
    },
    Character {
        age: "1.1",
        codepoint: 0x8181,
        name: "CJK UNIFIED IDEOGRAPH-8181",
    },
    Character {
        age: "1.1",
        codepoint: 0x8182,
        name: "CJK UNIFIED IDEOGRAPH-8182",
    },
    Character {
        age: "1.1",
        codepoint: 0x8183,
        name: "CJK UNIFIED IDEOGRAPH-8183",
    },
    Character {
        age: "1.1",
        codepoint: 0x8184,
        name: "CJK UNIFIED IDEOGRAPH-8184",
    },
    Character {
        age: "1.1",
        codepoint: 0x8185,
        name: "CJK UNIFIED IDEOGRAPH-8185",
    },
    Character {
        age: "1.1",
        codepoint: 0x8186,
        name: "CJK UNIFIED IDEOGRAPH-8186",
    },
    Character {
        age: "1.1",
        codepoint: 0x8187,
        name: "CJK UNIFIED IDEOGRAPH-8187",
    },
    Character {
        age: "1.1",
        codepoint: 0x8188,
        name: "CJK UNIFIED IDEOGRAPH-8188",
    },
    Character {
        age: "1.1",
        codepoint: 0x8189,
        name: "CJK UNIFIED IDEOGRAPH-8189",
    },
    Character {
        age: "1.1",
        codepoint: 0x818A,
        name: "CJK UNIFIED IDEOGRAPH-818A",
    },
    Character {
        age: "1.1",
        codepoint: 0x818B,
        name: "CJK UNIFIED IDEOGRAPH-818B",
    },
    Character {
        age: "1.1",
        codepoint: 0x818C,
        name: "CJK UNIFIED IDEOGRAPH-818C",
    },
    Character {
        age: "1.1",
        codepoint: 0x818D,
        name: "CJK UNIFIED IDEOGRAPH-818D",
    },
    Character {
        age: "1.1",
        codepoint: 0x818E,
        name: "CJK UNIFIED IDEOGRAPH-818E",
    },
    Character {
        age: "1.1",
        codepoint: 0x818F,
        name: "CJK UNIFIED IDEOGRAPH-818F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8190,
        name: "CJK UNIFIED IDEOGRAPH-8190",
    },
    Character {
        age: "1.1",
        codepoint: 0x8191,
        name: "CJK UNIFIED IDEOGRAPH-8191",
    },
    Character {
        age: "1.1",
        codepoint: 0x8192,
        name: "CJK UNIFIED IDEOGRAPH-8192",
    },
    Character {
        age: "1.1",
        codepoint: 0x8193,
        name: "CJK UNIFIED IDEOGRAPH-8193",
    },
    Character {
        age: "1.1",
        codepoint: 0x8194,
        name: "CJK UNIFIED IDEOGRAPH-8194",
    },
    Character {
        age: "1.1",
        codepoint: 0x8195,
        name: "CJK UNIFIED IDEOGRAPH-8195",
    },
    Character {
        age: "1.1",
        codepoint: 0x8196,
        name: "CJK UNIFIED IDEOGRAPH-8196",
    },
    Character {
        age: "1.1",
        codepoint: 0x8197,
        name: "CJK UNIFIED IDEOGRAPH-8197",
    },
    Character {
        age: "1.1",
        codepoint: 0x8198,
        name: "CJK UNIFIED IDEOGRAPH-8198",
    },
    Character {
        age: "1.1",
        codepoint: 0x8199,
        name: "CJK UNIFIED IDEOGRAPH-8199",
    },
    Character {
        age: "1.1",
        codepoint: 0x819A,
        name: "CJK UNIFIED IDEOGRAPH-819A",
    },
    Character {
        age: "1.1",
        codepoint: 0x819B,
        name: "CJK UNIFIED IDEOGRAPH-819B",
    },
    Character {
        age: "1.1",
        codepoint: 0x819C,
        name: "CJK UNIFIED IDEOGRAPH-819C",
    },
    Character {
        age: "1.1",
        codepoint: 0x819D,
        name: "CJK UNIFIED IDEOGRAPH-819D",
    },
    Character {
        age: "1.1",
        codepoint: 0x819E,
        name: "CJK UNIFIED IDEOGRAPH-819E",
    },
    Character {
        age: "1.1",
        codepoint: 0x819F,
        name: "CJK UNIFIED IDEOGRAPH-819F",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A0,
        name: "CJK UNIFIED IDEOGRAPH-81A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A1,
        name: "CJK UNIFIED IDEOGRAPH-81A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A2,
        name: "CJK UNIFIED IDEOGRAPH-81A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A3,
        name: "CJK UNIFIED IDEOGRAPH-81A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A4,
        name: "CJK UNIFIED IDEOGRAPH-81A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A5,
        name: "CJK UNIFIED IDEOGRAPH-81A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A6,
        name: "CJK UNIFIED IDEOGRAPH-81A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A7,
        name: "CJK UNIFIED IDEOGRAPH-81A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A8,
        name: "CJK UNIFIED IDEOGRAPH-81A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x81A9,
        name: "CJK UNIFIED IDEOGRAPH-81A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x81AA,
        name: "CJK UNIFIED IDEOGRAPH-81AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x81AB,
        name: "CJK UNIFIED IDEOGRAPH-81AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x81AC,
        name: "CJK UNIFIED IDEOGRAPH-81AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x81AD,
        name: "CJK UNIFIED IDEOGRAPH-81AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x81AE,
        name: "CJK UNIFIED IDEOGRAPH-81AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x81AF,
        name: "CJK UNIFIED IDEOGRAPH-81AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B0,
        name: "CJK UNIFIED IDEOGRAPH-81B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B1,
        name: "CJK UNIFIED IDEOGRAPH-81B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B2,
        name: "CJK UNIFIED IDEOGRAPH-81B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B3,
        name: "CJK UNIFIED IDEOGRAPH-81B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B4,
        name: "CJK UNIFIED IDEOGRAPH-81B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B5,
        name: "CJK UNIFIED IDEOGRAPH-81B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B6,
        name: "CJK UNIFIED IDEOGRAPH-81B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B7,
        name: "CJK UNIFIED IDEOGRAPH-81B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B8,
        name: "CJK UNIFIED IDEOGRAPH-81B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x81B9,
        name: "CJK UNIFIED IDEOGRAPH-81B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x81BA,
        name: "CJK UNIFIED IDEOGRAPH-81BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x81BB,
        name: "CJK UNIFIED IDEOGRAPH-81BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x81BC,
        name: "CJK UNIFIED IDEOGRAPH-81BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x81BD,
        name: "CJK UNIFIED IDEOGRAPH-81BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x81BE,
        name: "CJK UNIFIED IDEOGRAPH-81BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x81BF,
        name: "CJK UNIFIED IDEOGRAPH-81BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C0,
        name: "CJK UNIFIED IDEOGRAPH-81C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C1,
        name: "CJK UNIFIED IDEOGRAPH-81C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C2,
        name: "CJK UNIFIED IDEOGRAPH-81C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C3,
        name: "CJK UNIFIED IDEOGRAPH-81C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C4,
        name: "CJK UNIFIED IDEOGRAPH-81C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C5,
        name: "CJK UNIFIED IDEOGRAPH-81C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C6,
        name: "CJK UNIFIED IDEOGRAPH-81C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C7,
        name: "CJK UNIFIED IDEOGRAPH-81C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C8,
        name: "CJK UNIFIED IDEOGRAPH-81C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x81C9,
        name: "CJK UNIFIED IDEOGRAPH-81C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x81CA,
        name: "CJK UNIFIED IDEOGRAPH-81CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x81CB,
        name: "CJK UNIFIED IDEOGRAPH-81CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x81CC,
        name: "CJK UNIFIED IDEOGRAPH-81CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x81CD,
        name: "CJK UNIFIED IDEOGRAPH-81CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x81CE,
        name: "CJK UNIFIED IDEOGRAPH-81CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x81CF,
        name: "CJK UNIFIED IDEOGRAPH-81CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D0,
        name: "CJK UNIFIED IDEOGRAPH-81D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D1,
        name: "CJK UNIFIED IDEOGRAPH-81D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D2,
        name: "CJK UNIFIED IDEOGRAPH-81D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D3,
        name: "CJK UNIFIED IDEOGRAPH-81D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D4,
        name: "CJK UNIFIED IDEOGRAPH-81D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D5,
        name: "CJK UNIFIED IDEOGRAPH-81D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D6,
        name: "CJK UNIFIED IDEOGRAPH-81D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D7,
        name: "CJK UNIFIED IDEOGRAPH-81D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D8,
        name: "CJK UNIFIED IDEOGRAPH-81D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x81D9,
        name: "CJK UNIFIED IDEOGRAPH-81D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x81DA,
        name: "CJK UNIFIED IDEOGRAPH-81DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x81DB,
        name: "CJK UNIFIED IDEOGRAPH-81DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x81DC,
        name: "CJK UNIFIED IDEOGRAPH-81DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x81DD,
        name: "CJK UNIFIED IDEOGRAPH-81DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x81DE,
        name: "CJK UNIFIED IDEOGRAPH-81DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x81DF,
        name: "CJK UNIFIED IDEOGRAPH-81DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E0,
        name: "CJK UNIFIED IDEOGRAPH-81E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E1,
        name: "CJK UNIFIED IDEOGRAPH-81E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E2,
        name: "CJK UNIFIED IDEOGRAPH-81E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E3,
        name: "CJK UNIFIED IDEOGRAPH-81E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E4,
        name: "CJK UNIFIED IDEOGRAPH-81E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E5,
        name: "CJK UNIFIED IDEOGRAPH-81E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E6,
        name: "CJK UNIFIED IDEOGRAPH-81E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E7,
        name: "CJK UNIFIED IDEOGRAPH-81E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E8,
        name: "CJK UNIFIED IDEOGRAPH-81E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x81E9,
        name: "CJK UNIFIED IDEOGRAPH-81E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x81EA,
        name: "CJK UNIFIED IDEOGRAPH-81EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x81EB,
        name: "CJK UNIFIED IDEOGRAPH-81EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x81EC,
        name: "CJK UNIFIED IDEOGRAPH-81EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x81ED,
        name: "CJK UNIFIED IDEOGRAPH-81ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x81EE,
        name: "CJK UNIFIED IDEOGRAPH-81EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x81EF,
        name: "CJK UNIFIED IDEOGRAPH-81EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F0,
        name: "CJK UNIFIED IDEOGRAPH-81F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F1,
        name: "CJK UNIFIED IDEOGRAPH-81F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F2,
        name: "CJK UNIFIED IDEOGRAPH-81F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F3,
        name: "CJK UNIFIED IDEOGRAPH-81F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F4,
        name: "CJK UNIFIED IDEOGRAPH-81F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F5,
        name: "CJK UNIFIED IDEOGRAPH-81F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F6,
        name: "CJK UNIFIED IDEOGRAPH-81F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F7,
        name: "CJK UNIFIED IDEOGRAPH-81F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F8,
        name: "CJK UNIFIED IDEOGRAPH-81F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x81F9,
        name: "CJK UNIFIED IDEOGRAPH-81F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x81FA,
        name: "CJK UNIFIED IDEOGRAPH-81FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x81FB,
        name: "CJK UNIFIED IDEOGRAPH-81FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x81FC,
        name: "CJK UNIFIED IDEOGRAPH-81FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x81FD,
        name: "CJK UNIFIED IDEOGRAPH-81FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x81FE,
        name: "CJK UNIFIED IDEOGRAPH-81FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x81FF,
        name: "CJK UNIFIED IDEOGRAPH-81FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8200,
        name: "CJK UNIFIED IDEOGRAPH-8200",
    },
    Character {
        age: "1.1",
        codepoint: 0x8201,
        name: "CJK UNIFIED IDEOGRAPH-8201",
    },
    Character {
        age: "1.1",
        codepoint: 0x8202,
        name: "CJK UNIFIED IDEOGRAPH-8202",
    },
    Character {
        age: "1.1",
        codepoint: 0x8203,
        name: "CJK UNIFIED IDEOGRAPH-8203",
    },
    Character {
        age: "1.1",
        codepoint: 0x8204,
        name: "CJK UNIFIED IDEOGRAPH-8204",
    },
    Character {
        age: "1.1",
        codepoint: 0x8205,
        name: "CJK UNIFIED IDEOGRAPH-8205",
    },
    Character {
        age: "1.1",
        codepoint: 0x8206,
        name: "CJK UNIFIED IDEOGRAPH-8206",
    },
    Character {
        age: "1.1",
        codepoint: 0x8207,
        name: "CJK UNIFIED IDEOGRAPH-8207",
    },
    Character {
        age: "1.1",
        codepoint: 0x8208,
        name: "CJK UNIFIED IDEOGRAPH-8208",
    },
    Character {
        age: "1.1",
        codepoint: 0x8209,
        name: "CJK UNIFIED IDEOGRAPH-8209",
    },
    Character {
        age: "1.1",
        codepoint: 0x820A,
        name: "CJK UNIFIED IDEOGRAPH-820A",
    },
    Character {
        age: "1.1",
        codepoint: 0x820B,
        name: "CJK UNIFIED IDEOGRAPH-820B",
    },
    Character {
        age: "1.1",
        codepoint: 0x820C,
        name: "CJK UNIFIED IDEOGRAPH-820C",
    },
    Character {
        age: "1.1",
        codepoint: 0x820D,
        name: "CJK UNIFIED IDEOGRAPH-820D",
    },
    Character {
        age: "1.1",
        codepoint: 0x820E,
        name: "CJK UNIFIED IDEOGRAPH-820E",
    },
    Character {
        age: "1.1",
        codepoint: 0x820F,
        name: "CJK UNIFIED IDEOGRAPH-820F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8210,
        name: "CJK UNIFIED IDEOGRAPH-8210",
    },
    Character {
        age: "1.1",
        codepoint: 0x8211,
        name: "CJK UNIFIED IDEOGRAPH-8211",
    },
    Character {
        age: "1.1",
        codepoint: 0x8212,
        name: "CJK UNIFIED IDEOGRAPH-8212",
    },
    Character {
        age: "1.1",
        codepoint: 0x8213,
        name: "CJK UNIFIED IDEOGRAPH-8213",
    },
    Character {
        age: "1.1",
        codepoint: 0x8214,
        name: "CJK UNIFIED IDEOGRAPH-8214",
    },
    Character {
        age: "1.1",
        codepoint: 0x8215,
        name: "CJK UNIFIED IDEOGRAPH-8215",
    },
    Character {
        age: "1.1",
        codepoint: 0x8216,
        name: "CJK UNIFIED IDEOGRAPH-8216",
    },
    Character {
        age: "1.1",
        codepoint: 0x8217,
        name: "CJK UNIFIED IDEOGRAPH-8217",
    },
    Character {
        age: "1.1",
        codepoint: 0x8218,
        name: "CJK UNIFIED IDEOGRAPH-8218",
    },
    Character {
        age: "1.1",
        codepoint: 0x8219,
        name: "CJK UNIFIED IDEOGRAPH-8219",
    },
    Character {
        age: "1.1",
        codepoint: 0x821A,
        name: "CJK UNIFIED IDEOGRAPH-821A",
    },
    Character {
        age: "1.1",
        codepoint: 0x821B,
        name: "CJK UNIFIED IDEOGRAPH-821B",
    },
    Character {
        age: "1.1",
        codepoint: 0x821C,
        name: "CJK UNIFIED IDEOGRAPH-821C",
    },
    Character {
        age: "1.1",
        codepoint: 0x821D,
        name: "CJK UNIFIED IDEOGRAPH-821D",
    },
    Character {
        age: "1.1",
        codepoint: 0x821E,
        name: "CJK UNIFIED IDEOGRAPH-821E",
    },
    Character {
        age: "1.1",
        codepoint: 0x821F,
        name: "CJK UNIFIED IDEOGRAPH-821F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8220,
        name: "CJK UNIFIED IDEOGRAPH-8220",
    },
    Character {
        age: "1.1",
        codepoint: 0x8221,
        name: "CJK UNIFIED IDEOGRAPH-8221",
    },
    Character {
        age: "1.1",
        codepoint: 0x8222,
        name: "CJK UNIFIED IDEOGRAPH-8222",
    },
    Character {
        age: "1.1",
        codepoint: 0x8223,
        name: "CJK UNIFIED IDEOGRAPH-8223",
    },
    Character {
        age: "1.1",
        codepoint: 0x8224,
        name: "CJK UNIFIED IDEOGRAPH-8224",
    },
    Character {
        age: "1.1",
        codepoint: 0x8225,
        name: "CJK UNIFIED IDEOGRAPH-8225",
    },
    Character {
        age: "1.1",
        codepoint: 0x8226,
        name: "CJK UNIFIED IDEOGRAPH-8226",
    },
    Character {
        age: "1.1",
        codepoint: 0x8227,
        name: "CJK UNIFIED IDEOGRAPH-8227",
    },
    Character {
        age: "1.1",
        codepoint: 0x8228,
        name: "CJK UNIFIED IDEOGRAPH-8228",
    },
    Character {
        age: "1.1",
        codepoint: 0x8229,
        name: "CJK UNIFIED IDEOGRAPH-8229",
    },
    Character {
        age: "1.1",
        codepoint: 0x822A,
        name: "CJK UNIFIED IDEOGRAPH-822A",
    },
    Character {
        age: "1.1",
        codepoint: 0x822B,
        name: "CJK UNIFIED IDEOGRAPH-822B",
    },
    Character {
        age: "1.1",
        codepoint: 0x822C,
        name: "CJK UNIFIED IDEOGRAPH-822C",
    },
    Character {
        age: "1.1",
        codepoint: 0x822D,
        name: "CJK UNIFIED IDEOGRAPH-822D",
    },
    Character {
        age: "1.1",
        codepoint: 0x822E,
        name: "CJK UNIFIED IDEOGRAPH-822E",
    },
    Character {
        age: "1.1",
        codepoint: 0x822F,
        name: "CJK UNIFIED IDEOGRAPH-822F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8230,
        name: "CJK UNIFIED IDEOGRAPH-8230",
    },
    Character {
        age: "1.1",
        codepoint: 0x8231,
        name: "CJK UNIFIED IDEOGRAPH-8231",
    },
    Character {
        age: "1.1",
        codepoint: 0x8232,
        name: "CJK UNIFIED IDEOGRAPH-8232",
    },
    Character {
        age: "1.1",
        codepoint: 0x8233,
        name: "CJK UNIFIED IDEOGRAPH-8233",
    },
    Character {
        age: "1.1",
        codepoint: 0x8234,
        name: "CJK UNIFIED IDEOGRAPH-8234",
    },
    Character {
        age: "1.1",
        codepoint: 0x8235,
        name: "CJK UNIFIED IDEOGRAPH-8235",
    },
    Character {
        age: "1.1",
        codepoint: 0x8236,
        name: "CJK UNIFIED IDEOGRAPH-8236",
    },
    Character {
        age: "1.1",
        codepoint: 0x8237,
        name: "CJK UNIFIED IDEOGRAPH-8237",
    },
    Character {
        age: "1.1",
        codepoint: 0x8238,
        name: "CJK UNIFIED IDEOGRAPH-8238",
    },
    Character {
        age: "1.1",
        codepoint: 0x8239,
        name: "CJK UNIFIED IDEOGRAPH-8239",
    },
    Character {
        age: "1.1",
        codepoint: 0x823A,
        name: "CJK UNIFIED IDEOGRAPH-823A",
    },
    Character {
        age: "1.1",
        codepoint: 0x823B,
        name: "CJK UNIFIED IDEOGRAPH-823B",
    },
    Character {
        age: "1.1",
        codepoint: 0x823C,
        name: "CJK UNIFIED IDEOGRAPH-823C",
    },
    Character {
        age: "1.1",
        codepoint: 0x823D,
        name: "CJK UNIFIED IDEOGRAPH-823D",
    },
    Character {
        age: "1.1",
        codepoint: 0x823E,
        name: "CJK UNIFIED IDEOGRAPH-823E",
    },
    Character {
        age: "1.1",
        codepoint: 0x823F,
        name: "CJK UNIFIED IDEOGRAPH-823F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8240,
        name: "CJK UNIFIED IDEOGRAPH-8240",
    },
    Character {
        age: "1.1",
        codepoint: 0x8241,
        name: "CJK UNIFIED IDEOGRAPH-8241",
    },
    Character {
        age: "1.1",
        codepoint: 0x8242,
        name: "CJK UNIFIED IDEOGRAPH-8242",
    },
    Character {
        age: "1.1",
        codepoint: 0x8243,
        name: "CJK UNIFIED IDEOGRAPH-8243",
    },
    Character {
        age: "1.1",
        codepoint: 0x8244,
        name: "CJK UNIFIED IDEOGRAPH-8244",
    },
    Character {
        age: "1.1",
        codepoint: 0x8245,
        name: "CJK UNIFIED IDEOGRAPH-8245",
    },
    Character {
        age: "1.1",
        codepoint: 0x8246,
        name: "CJK UNIFIED IDEOGRAPH-8246",
    },
    Character {
        age: "1.1",
        codepoint: 0x8247,
        name: "CJK UNIFIED IDEOGRAPH-8247",
    },
    Character {
        age: "1.1",
        codepoint: 0x8248,
        name: "CJK UNIFIED IDEOGRAPH-8248",
    },
    Character {
        age: "1.1",
        codepoint: 0x8249,
        name: "CJK UNIFIED IDEOGRAPH-8249",
    },
    Character {
        age: "1.1",
        codepoint: 0x824A,
        name: "CJK UNIFIED IDEOGRAPH-824A",
    },
    Character {
        age: "1.1",
        codepoint: 0x824B,
        name: "CJK UNIFIED IDEOGRAPH-824B",
    },
    Character {
        age: "1.1",
        codepoint: 0x824C,
        name: "CJK UNIFIED IDEOGRAPH-824C",
    },
    Character {
        age: "1.1",
        codepoint: 0x824D,
        name: "CJK UNIFIED IDEOGRAPH-824D",
    },
    Character {
        age: "1.1",
        codepoint: 0x824E,
        name: "CJK UNIFIED IDEOGRAPH-824E",
    },
    Character {
        age: "1.1",
        codepoint: 0x824F,
        name: "CJK UNIFIED IDEOGRAPH-824F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8250,
        name: "CJK UNIFIED IDEOGRAPH-8250",
    },
    Character {
        age: "1.1",
        codepoint: 0x8251,
        name: "CJK UNIFIED IDEOGRAPH-8251",
    },
    Character {
        age: "1.1",
        codepoint: 0x8252,
        name: "CJK UNIFIED IDEOGRAPH-8252",
    },
    Character {
        age: "1.1",
        codepoint: 0x8253,
        name: "CJK UNIFIED IDEOGRAPH-8253",
    },
    Character {
        age: "1.1",
        codepoint: 0x8254,
        name: "CJK UNIFIED IDEOGRAPH-8254",
    },
    Character {
        age: "1.1",
        codepoint: 0x8255,
        name: "CJK UNIFIED IDEOGRAPH-8255",
    },
    Character {
        age: "1.1",
        codepoint: 0x8256,
        name: "CJK UNIFIED IDEOGRAPH-8256",
    },
    Character {
        age: "1.1",
        codepoint: 0x8257,
        name: "CJK UNIFIED IDEOGRAPH-8257",
    },
    Character {
        age: "1.1",
        codepoint: 0x8258,
        name: "CJK UNIFIED IDEOGRAPH-8258",
    },
    Character {
        age: "1.1",
        codepoint: 0x8259,
        name: "CJK UNIFIED IDEOGRAPH-8259",
    },
    Character {
        age: "1.1",
        codepoint: 0x825A,
        name: "CJK UNIFIED IDEOGRAPH-825A",
    },
    Character {
        age: "1.1",
        codepoint: 0x825B,
        name: "CJK UNIFIED IDEOGRAPH-825B",
    },
    Character {
        age: "1.1",
        codepoint: 0x825C,
        name: "CJK UNIFIED IDEOGRAPH-825C",
    },
    Character {
        age: "1.1",
        codepoint: 0x825D,
        name: "CJK UNIFIED IDEOGRAPH-825D",
    },
    Character {
        age: "1.1",
        codepoint: 0x825E,
        name: "CJK UNIFIED IDEOGRAPH-825E",
    },
    Character {
        age: "1.1",
        codepoint: 0x825F,
        name: "CJK UNIFIED IDEOGRAPH-825F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8260,
        name: "CJK UNIFIED IDEOGRAPH-8260",
    },
    Character {
        age: "1.1",
        codepoint: 0x8261,
        name: "CJK UNIFIED IDEOGRAPH-8261",
    },
    Character {
        age: "1.1",
        codepoint: 0x8262,
        name: "CJK UNIFIED IDEOGRAPH-8262",
    },
    Character {
        age: "1.1",
        codepoint: 0x8263,
        name: "CJK UNIFIED IDEOGRAPH-8263",
    },
    Character {
        age: "1.1",
        codepoint: 0x8264,
        name: "CJK UNIFIED IDEOGRAPH-8264",
    },
    Character {
        age: "1.1",
        codepoint: 0x8265,
        name: "CJK UNIFIED IDEOGRAPH-8265",
    },
    Character {
        age: "1.1",
        codepoint: 0x8266,
        name: "CJK UNIFIED IDEOGRAPH-8266",
    },
    Character {
        age: "1.1",
        codepoint: 0x8267,
        name: "CJK UNIFIED IDEOGRAPH-8267",
    },
    Character {
        age: "1.1",
        codepoint: 0x8268,
        name: "CJK UNIFIED IDEOGRAPH-8268",
    },
    Character {
        age: "1.1",
        codepoint: 0x8269,
        name: "CJK UNIFIED IDEOGRAPH-8269",
    },
    Character {
        age: "1.1",
        codepoint: 0x826A,
        name: "CJK UNIFIED IDEOGRAPH-826A",
    },
    Character {
        age: "1.1",
        codepoint: 0x826B,
        name: "CJK UNIFIED IDEOGRAPH-826B",
    },
    Character {
        age: "1.1",
        codepoint: 0x826C,
        name: "CJK UNIFIED IDEOGRAPH-826C",
    },
    Character {
        age: "1.1",
        codepoint: 0x826D,
        name: "CJK UNIFIED IDEOGRAPH-826D",
    },
    Character {
        age: "1.1",
        codepoint: 0x826E,
        name: "CJK UNIFIED IDEOGRAPH-826E",
    },
    Character {
        age: "1.1",
        codepoint: 0x826F,
        name: "CJK UNIFIED IDEOGRAPH-826F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8270,
        name: "CJK UNIFIED IDEOGRAPH-8270",
    },
    Character {
        age: "1.1",
        codepoint: 0x8271,
        name: "CJK UNIFIED IDEOGRAPH-8271",
    },
    Character {
        age: "1.1",
        codepoint: 0x8272,
        name: "CJK UNIFIED IDEOGRAPH-8272",
    },
    Character {
        age: "1.1",
        codepoint: 0x8273,
        name: "CJK UNIFIED IDEOGRAPH-8273",
    },
    Character {
        age: "1.1",
        codepoint: 0x8274,
        name: "CJK UNIFIED IDEOGRAPH-8274",
    },
    Character {
        age: "1.1",
        codepoint: 0x8275,
        name: "CJK UNIFIED IDEOGRAPH-8275",
    },
    Character {
        age: "1.1",
        codepoint: 0x8276,
        name: "CJK UNIFIED IDEOGRAPH-8276",
    },
    Character {
        age: "1.1",
        codepoint: 0x8277,
        name: "CJK UNIFIED IDEOGRAPH-8277",
    },
    Character {
        age: "1.1",
        codepoint: 0x8278,
        name: "CJK UNIFIED IDEOGRAPH-8278",
    },
    Character {
        age: "1.1",
        codepoint: 0x8279,
        name: "CJK UNIFIED IDEOGRAPH-8279",
    },
    Character {
        age: "1.1",
        codepoint: 0x827A,
        name: "CJK UNIFIED IDEOGRAPH-827A",
    },
    Character {
        age: "1.1",
        codepoint: 0x827B,
        name: "CJK UNIFIED IDEOGRAPH-827B",
    },
    Character {
        age: "1.1",
        codepoint: 0x827C,
        name: "CJK UNIFIED IDEOGRAPH-827C",
    },
    Character {
        age: "1.1",
        codepoint: 0x827D,
        name: "CJK UNIFIED IDEOGRAPH-827D",
    },
    Character {
        age: "1.1",
        codepoint: 0x827E,
        name: "CJK UNIFIED IDEOGRAPH-827E",
    },
    Character {
        age: "1.1",
        codepoint: 0x827F,
        name: "CJK UNIFIED IDEOGRAPH-827F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8280,
        name: "CJK UNIFIED IDEOGRAPH-8280",
    },
    Character {
        age: "1.1",
        codepoint: 0x8281,
        name: "CJK UNIFIED IDEOGRAPH-8281",
    },
    Character {
        age: "1.1",
        codepoint: 0x8282,
        name: "CJK UNIFIED IDEOGRAPH-8282",
    },
    Character {
        age: "1.1",
        codepoint: 0x8283,
        name: "CJK UNIFIED IDEOGRAPH-8283",
    },
    Character {
        age: "1.1",
        codepoint: 0x8284,
        name: "CJK UNIFIED IDEOGRAPH-8284",
    },
    Character {
        age: "1.1",
        codepoint: 0x8285,
        name: "CJK UNIFIED IDEOGRAPH-8285",
    },
    Character {
        age: "1.1",
        codepoint: 0x8286,
        name: "CJK UNIFIED IDEOGRAPH-8286",
    },
    Character {
        age: "1.1",
        codepoint: 0x8287,
        name: "CJK UNIFIED IDEOGRAPH-8287",
    },
    Character {
        age: "1.1",
        codepoint: 0x8288,
        name: "CJK UNIFIED IDEOGRAPH-8288",
    },
    Character {
        age: "1.1",
        codepoint: 0x8289,
        name: "CJK UNIFIED IDEOGRAPH-8289",
    },
    Character {
        age: "1.1",
        codepoint: 0x828A,
        name: "CJK UNIFIED IDEOGRAPH-828A",
    },
    Character {
        age: "1.1",
        codepoint: 0x828B,
        name: "CJK UNIFIED IDEOGRAPH-828B",
    },
    Character {
        age: "1.1",
        codepoint: 0x828C,
        name: "CJK UNIFIED IDEOGRAPH-828C",
    },
    Character {
        age: "1.1",
        codepoint: 0x828D,
        name: "CJK UNIFIED IDEOGRAPH-828D",
    },
    Character {
        age: "1.1",
        codepoint: 0x828E,
        name: "CJK UNIFIED IDEOGRAPH-828E",
    },
    Character {
        age: "1.1",
        codepoint: 0x828F,
        name: "CJK UNIFIED IDEOGRAPH-828F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8290,
        name: "CJK UNIFIED IDEOGRAPH-8290",
    },
    Character {
        age: "1.1",
        codepoint: 0x8291,
        name: "CJK UNIFIED IDEOGRAPH-8291",
    },
    Character {
        age: "1.1",
        codepoint: 0x8292,
        name: "CJK UNIFIED IDEOGRAPH-8292",
    },
    Character {
        age: "1.1",
        codepoint: 0x8293,
        name: "CJK UNIFIED IDEOGRAPH-8293",
    },
    Character {
        age: "1.1",
        codepoint: 0x8294,
        name: "CJK UNIFIED IDEOGRAPH-8294",
    },
    Character {
        age: "1.1",
        codepoint: 0x8295,
        name: "CJK UNIFIED IDEOGRAPH-8295",
    },
    Character {
        age: "1.1",
        codepoint: 0x8296,
        name: "CJK UNIFIED IDEOGRAPH-8296",
    },
    Character {
        age: "1.1",
        codepoint: 0x8297,
        name: "CJK UNIFIED IDEOGRAPH-8297",
    },
    Character {
        age: "1.1",
        codepoint: 0x8298,
        name: "CJK UNIFIED IDEOGRAPH-8298",
    },
    Character {
        age: "1.1",
        codepoint: 0x8299,
        name: "CJK UNIFIED IDEOGRAPH-8299",
    },
    Character {
        age: "1.1",
        codepoint: 0x829A,
        name: "CJK UNIFIED IDEOGRAPH-829A",
    },
    Character {
        age: "1.1",
        codepoint: 0x829B,
        name: "CJK UNIFIED IDEOGRAPH-829B",
    },
    Character {
        age: "1.1",
        codepoint: 0x829C,
        name: "CJK UNIFIED IDEOGRAPH-829C",
    },
    Character {
        age: "1.1",
        codepoint: 0x829D,
        name: "CJK UNIFIED IDEOGRAPH-829D",
    },
    Character {
        age: "1.1",
        codepoint: 0x829E,
        name: "CJK UNIFIED IDEOGRAPH-829E",
    },
    Character {
        age: "1.1",
        codepoint: 0x829F,
        name: "CJK UNIFIED IDEOGRAPH-829F",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A0,
        name: "CJK UNIFIED IDEOGRAPH-82A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A1,
        name: "CJK UNIFIED IDEOGRAPH-82A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A2,
        name: "CJK UNIFIED IDEOGRAPH-82A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A3,
        name: "CJK UNIFIED IDEOGRAPH-82A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A4,
        name: "CJK UNIFIED IDEOGRAPH-82A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A5,
        name: "CJK UNIFIED IDEOGRAPH-82A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A6,
        name: "CJK UNIFIED IDEOGRAPH-82A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A7,
        name: "CJK UNIFIED IDEOGRAPH-82A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A8,
        name: "CJK UNIFIED IDEOGRAPH-82A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x82A9,
        name: "CJK UNIFIED IDEOGRAPH-82A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x82AA,
        name: "CJK UNIFIED IDEOGRAPH-82AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x82AB,
        name: "CJK UNIFIED IDEOGRAPH-82AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x82AC,
        name: "CJK UNIFIED IDEOGRAPH-82AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x82AD,
        name: "CJK UNIFIED IDEOGRAPH-82AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x82AE,
        name: "CJK UNIFIED IDEOGRAPH-82AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x82AF,
        name: "CJK UNIFIED IDEOGRAPH-82AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B0,
        name: "CJK UNIFIED IDEOGRAPH-82B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B1,
        name: "CJK UNIFIED IDEOGRAPH-82B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B2,
        name: "CJK UNIFIED IDEOGRAPH-82B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B3,
        name: "CJK UNIFIED IDEOGRAPH-82B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B4,
        name: "CJK UNIFIED IDEOGRAPH-82B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B5,
        name: "CJK UNIFIED IDEOGRAPH-82B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B6,
        name: "CJK UNIFIED IDEOGRAPH-82B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B7,
        name: "CJK UNIFIED IDEOGRAPH-82B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B8,
        name: "CJK UNIFIED IDEOGRAPH-82B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x82B9,
        name: "CJK UNIFIED IDEOGRAPH-82B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x82BA,
        name: "CJK UNIFIED IDEOGRAPH-82BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x82BB,
        name: "CJK UNIFIED IDEOGRAPH-82BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x82BC,
        name: "CJK UNIFIED IDEOGRAPH-82BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x82BD,
        name: "CJK UNIFIED IDEOGRAPH-82BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x82BE,
        name: "CJK UNIFIED IDEOGRAPH-82BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x82BF,
        name: "CJK UNIFIED IDEOGRAPH-82BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C0,
        name: "CJK UNIFIED IDEOGRAPH-82C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C1,
        name: "CJK UNIFIED IDEOGRAPH-82C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C2,
        name: "CJK UNIFIED IDEOGRAPH-82C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C3,
        name: "CJK UNIFIED IDEOGRAPH-82C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C4,
        name: "CJK UNIFIED IDEOGRAPH-82C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C5,
        name: "CJK UNIFIED IDEOGRAPH-82C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C6,
        name: "CJK UNIFIED IDEOGRAPH-82C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C7,
        name: "CJK UNIFIED IDEOGRAPH-82C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C8,
        name: "CJK UNIFIED IDEOGRAPH-82C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x82C9,
        name: "CJK UNIFIED IDEOGRAPH-82C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x82CA,
        name: "CJK UNIFIED IDEOGRAPH-82CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x82CB,
        name: "CJK UNIFIED IDEOGRAPH-82CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x82CC,
        name: "CJK UNIFIED IDEOGRAPH-82CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x82CD,
        name: "CJK UNIFIED IDEOGRAPH-82CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x82CE,
        name: "CJK UNIFIED IDEOGRAPH-82CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x82CF,
        name: "CJK UNIFIED IDEOGRAPH-82CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D0,
        name: "CJK UNIFIED IDEOGRAPH-82D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D1,
        name: "CJK UNIFIED IDEOGRAPH-82D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D2,
        name: "CJK UNIFIED IDEOGRAPH-82D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D3,
        name: "CJK UNIFIED IDEOGRAPH-82D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D4,
        name: "CJK UNIFIED IDEOGRAPH-82D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D5,
        name: "CJK UNIFIED IDEOGRAPH-82D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D6,
        name: "CJK UNIFIED IDEOGRAPH-82D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D7,
        name: "CJK UNIFIED IDEOGRAPH-82D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D8,
        name: "CJK UNIFIED IDEOGRAPH-82D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x82D9,
        name: "CJK UNIFIED IDEOGRAPH-82D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x82DA,
        name: "CJK UNIFIED IDEOGRAPH-82DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x82DB,
        name: "CJK UNIFIED IDEOGRAPH-82DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x82DC,
        name: "CJK UNIFIED IDEOGRAPH-82DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x82DD,
        name: "CJK UNIFIED IDEOGRAPH-82DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x82DE,
        name: "CJK UNIFIED IDEOGRAPH-82DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x82DF,
        name: "CJK UNIFIED IDEOGRAPH-82DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E0,
        name: "CJK UNIFIED IDEOGRAPH-82E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E1,
        name: "CJK UNIFIED IDEOGRAPH-82E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E2,
        name: "CJK UNIFIED IDEOGRAPH-82E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E3,
        name: "CJK UNIFIED IDEOGRAPH-82E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E4,
        name: "CJK UNIFIED IDEOGRAPH-82E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E5,
        name: "CJK UNIFIED IDEOGRAPH-82E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E6,
        name: "CJK UNIFIED IDEOGRAPH-82E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E7,
        name: "CJK UNIFIED IDEOGRAPH-82E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E8,
        name: "CJK UNIFIED IDEOGRAPH-82E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x82E9,
        name: "CJK UNIFIED IDEOGRAPH-82E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x82EA,
        name: "CJK UNIFIED IDEOGRAPH-82EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x82EB,
        name: "CJK UNIFIED IDEOGRAPH-82EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x82EC,
        name: "CJK UNIFIED IDEOGRAPH-82EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x82ED,
        name: "CJK UNIFIED IDEOGRAPH-82ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x82EE,
        name: "CJK UNIFIED IDEOGRAPH-82EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x82EF,
        name: "CJK UNIFIED IDEOGRAPH-82EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F0,
        name: "CJK UNIFIED IDEOGRAPH-82F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F1,
        name: "CJK UNIFIED IDEOGRAPH-82F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F2,
        name: "CJK UNIFIED IDEOGRAPH-82F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F3,
        name: "CJK UNIFIED IDEOGRAPH-82F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F4,
        name: "CJK UNIFIED IDEOGRAPH-82F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F5,
        name: "CJK UNIFIED IDEOGRAPH-82F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F6,
        name: "CJK UNIFIED IDEOGRAPH-82F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F7,
        name: "CJK UNIFIED IDEOGRAPH-82F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F8,
        name: "CJK UNIFIED IDEOGRAPH-82F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x82F9,
        name: "CJK UNIFIED IDEOGRAPH-82F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x82FA,
        name: "CJK UNIFIED IDEOGRAPH-82FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x82FB,
        name: "CJK UNIFIED IDEOGRAPH-82FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x82FC,
        name: "CJK UNIFIED IDEOGRAPH-82FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x82FD,
        name: "CJK UNIFIED IDEOGRAPH-82FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x82FE,
        name: "CJK UNIFIED IDEOGRAPH-82FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x82FF,
        name: "CJK UNIFIED IDEOGRAPH-82FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8300,
        name: "CJK UNIFIED IDEOGRAPH-8300",
    },
    Character {
        age: "1.1",
        codepoint: 0x8301,
        name: "CJK UNIFIED IDEOGRAPH-8301",
    },
    Character {
        age: "1.1",
        codepoint: 0x8302,
        name: "CJK UNIFIED IDEOGRAPH-8302",
    },
    Character {
        age: "1.1",
        codepoint: 0x8303,
        name: "CJK UNIFIED IDEOGRAPH-8303",
    },
    Character {
        age: "1.1",
        codepoint: 0x8304,
        name: "CJK UNIFIED IDEOGRAPH-8304",
    },
    Character {
        age: "1.1",
        codepoint: 0x8305,
        name: "CJK UNIFIED IDEOGRAPH-8305",
    },
    Character {
        age: "1.1",
        codepoint: 0x8306,
        name: "CJK UNIFIED IDEOGRAPH-8306",
    },
    Character {
        age: "1.1",
        codepoint: 0x8307,
        name: "CJK UNIFIED IDEOGRAPH-8307",
    },
    Character {
        age: "1.1",
        codepoint: 0x8308,
        name: "CJK UNIFIED IDEOGRAPH-8308",
    },
    Character {
        age: "1.1",
        codepoint: 0x8309,
        name: "CJK UNIFIED IDEOGRAPH-8309",
    },
    Character {
        age: "1.1",
        codepoint: 0x830A,
        name: "CJK UNIFIED IDEOGRAPH-830A",
    },
    Character {
        age: "1.1",
        codepoint: 0x830B,
        name: "CJK UNIFIED IDEOGRAPH-830B",
    },
    Character {
        age: "1.1",
        codepoint: 0x830C,
        name: "CJK UNIFIED IDEOGRAPH-830C",
    },
    Character {
        age: "1.1",
        codepoint: 0x830D,
        name: "CJK UNIFIED IDEOGRAPH-830D",
    },
    Character {
        age: "1.1",
        codepoint: 0x830E,
        name: "CJK UNIFIED IDEOGRAPH-830E",
    },
    Character {
        age: "1.1",
        codepoint: 0x830F,
        name: "CJK UNIFIED IDEOGRAPH-830F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8310,
        name: "CJK UNIFIED IDEOGRAPH-8310",
    },
    Character {
        age: "1.1",
        codepoint: 0x8311,
        name: "CJK UNIFIED IDEOGRAPH-8311",
    },
    Character {
        age: "1.1",
        codepoint: 0x8312,
        name: "CJK UNIFIED IDEOGRAPH-8312",
    },
    Character {
        age: "1.1",
        codepoint: 0x8313,
        name: "CJK UNIFIED IDEOGRAPH-8313",
    },
    Character {
        age: "1.1",
        codepoint: 0x8314,
        name: "CJK UNIFIED IDEOGRAPH-8314",
    },
    Character {
        age: "1.1",
        codepoint: 0x8315,
        name: "CJK UNIFIED IDEOGRAPH-8315",
    },
    Character {
        age: "1.1",
        codepoint: 0x8316,
        name: "CJK UNIFIED IDEOGRAPH-8316",
    },
    Character {
        age: "1.1",
        codepoint: 0x8317,
        name: "CJK UNIFIED IDEOGRAPH-8317",
    },
    Character {
        age: "1.1",
        codepoint: 0x8318,
        name: "CJK UNIFIED IDEOGRAPH-8318",
    },
    Character {
        age: "1.1",
        codepoint: 0x8319,
        name: "CJK UNIFIED IDEOGRAPH-8319",
    },
    Character {
        age: "1.1",
        codepoint: 0x831A,
        name: "CJK UNIFIED IDEOGRAPH-831A",
    },
    Character {
        age: "1.1",
        codepoint: 0x831B,
        name: "CJK UNIFIED IDEOGRAPH-831B",
    },
    Character {
        age: "1.1",
        codepoint: 0x831C,
        name: "CJK UNIFIED IDEOGRAPH-831C",
    },
    Character {
        age: "1.1",
        codepoint: 0x831D,
        name: "CJK UNIFIED IDEOGRAPH-831D",
    },
    Character {
        age: "1.1",
        codepoint: 0x831E,
        name: "CJK UNIFIED IDEOGRAPH-831E",
    },
    Character {
        age: "1.1",
        codepoint: 0x831F,
        name: "CJK UNIFIED IDEOGRAPH-831F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8320,
        name: "CJK UNIFIED IDEOGRAPH-8320",
    },
    Character {
        age: "1.1",
        codepoint: 0x8321,
        name: "CJK UNIFIED IDEOGRAPH-8321",
    },
    Character {
        age: "1.1",
        codepoint: 0x8322,
        name: "CJK UNIFIED IDEOGRAPH-8322",
    },
    Character {
        age: "1.1",
        codepoint: 0x8323,
        name: "CJK UNIFIED IDEOGRAPH-8323",
    },
    Character {
        age: "1.1",
        codepoint: 0x8324,
        name: "CJK UNIFIED IDEOGRAPH-8324",
    },
    Character {
        age: "1.1",
        codepoint: 0x8325,
        name: "CJK UNIFIED IDEOGRAPH-8325",
    },
    Character {
        age: "1.1",
        codepoint: 0x8326,
        name: "CJK UNIFIED IDEOGRAPH-8326",
    },
    Character {
        age: "1.1",
        codepoint: 0x8327,
        name: "CJK UNIFIED IDEOGRAPH-8327",
    },
    Character {
        age: "1.1",
        codepoint: 0x8328,
        name: "CJK UNIFIED IDEOGRAPH-8328",
    },
    Character {
        age: "1.1",
        codepoint: 0x8329,
        name: "CJK UNIFIED IDEOGRAPH-8329",
    },
    Character {
        age: "1.1",
        codepoint: 0x832A,
        name: "CJK UNIFIED IDEOGRAPH-832A",
    },
    Character {
        age: "1.1",
        codepoint: 0x832B,
        name: "CJK UNIFIED IDEOGRAPH-832B",
    },
    Character {
        age: "1.1",
        codepoint: 0x832C,
        name: "CJK UNIFIED IDEOGRAPH-832C",
    },
    Character {
        age: "1.1",
        codepoint: 0x832D,
        name: "CJK UNIFIED IDEOGRAPH-832D",
    },
    Character {
        age: "1.1",
        codepoint: 0x832E,
        name: "CJK UNIFIED IDEOGRAPH-832E",
    },
    Character {
        age: "1.1",
        codepoint: 0x832F,
        name: "CJK UNIFIED IDEOGRAPH-832F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8330,
        name: "CJK UNIFIED IDEOGRAPH-8330",
    },
    Character {
        age: "1.1",
        codepoint: 0x8331,
        name: "CJK UNIFIED IDEOGRAPH-8331",
    },
    Character {
        age: "1.1",
        codepoint: 0x8332,
        name: "CJK UNIFIED IDEOGRAPH-8332",
    },
    Character {
        age: "1.1",
        codepoint: 0x8333,
        name: "CJK UNIFIED IDEOGRAPH-8333",
    },
    Character {
        age: "1.1",
        codepoint: 0x8334,
        name: "CJK UNIFIED IDEOGRAPH-8334",
    },
    Character {
        age: "1.1",
        codepoint: 0x8335,
        name: "CJK UNIFIED IDEOGRAPH-8335",
    },
    Character {
        age: "1.1",
        codepoint: 0x8336,
        name: "CJK UNIFIED IDEOGRAPH-8336",
    },
    Character {
        age: "1.1",
        codepoint: 0x8337,
        name: "CJK UNIFIED IDEOGRAPH-8337",
    },
    Character {
        age: "1.1",
        codepoint: 0x8338,
        name: "CJK UNIFIED IDEOGRAPH-8338",
    },
    Character {
        age: "1.1",
        codepoint: 0x8339,
        name: "CJK UNIFIED IDEOGRAPH-8339",
    },
    Character {
        age: "1.1",
        codepoint: 0x833A,
        name: "CJK UNIFIED IDEOGRAPH-833A",
    },
    Character {
        age: "1.1",
        codepoint: 0x833B,
        name: "CJK UNIFIED IDEOGRAPH-833B",
    },
    Character {
        age: "1.1",
        codepoint: 0x833C,
        name: "CJK UNIFIED IDEOGRAPH-833C",
    },
    Character {
        age: "1.1",
        codepoint: 0x833D,
        name: "CJK UNIFIED IDEOGRAPH-833D",
    },
    Character {
        age: "1.1",
        codepoint: 0x833E,
        name: "CJK UNIFIED IDEOGRAPH-833E",
    },
    Character {
        age: "1.1",
        codepoint: 0x833F,
        name: "CJK UNIFIED IDEOGRAPH-833F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8340,
        name: "CJK UNIFIED IDEOGRAPH-8340",
    },
    Character {
        age: "1.1",
        codepoint: 0x8341,
        name: "CJK UNIFIED IDEOGRAPH-8341",
    },
    Character {
        age: "1.1",
        codepoint: 0x8342,
        name: "CJK UNIFIED IDEOGRAPH-8342",
    },
    Character {
        age: "1.1",
        codepoint: 0x8343,
        name: "CJK UNIFIED IDEOGRAPH-8343",
    },
    Character {
        age: "1.1",
        codepoint: 0x8344,
        name: "CJK UNIFIED IDEOGRAPH-8344",
    },
    Character {
        age: "1.1",
        codepoint: 0x8345,
        name: "CJK UNIFIED IDEOGRAPH-8345",
    },
    Character {
        age: "1.1",
        codepoint: 0x8346,
        name: "CJK UNIFIED IDEOGRAPH-8346",
    },
    Character {
        age: "1.1",
        codepoint: 0x8347,
        name: "CJK UNIFIED IDEOGRAPH-8347",
    },
    Character {
        age: "1.1",
        codepoint: 0x8348,
        name: "CJK UNIFIED IDEOGRAPH-8348",
    },
    Character {
        age: "1.1",
        codepoint: 0x8349,
        name: "CJK UNIFIED IDEOGRAPH-8349",
    },
    Character {
        age: "1.1",
        codepoint: 0x834A,
        name: "CJK UNIFIED IDEOGRAPH-834A",
    },
    Character {
        age: "1.1",
        codepoint: 0x834B,
        name: "CJK UNIFIED IDEOGRAPH-834B",
    },
    Character {
        age: "1.1",
        codepoint: 0x834C,
        name: "CJK UNIFIED IDEOGRAPH-834C",
    },
    Character {
        age: "1.1",
        codepoint: 0x834D,
        name: "CJK UNIFIED IDEOGRAPH-834D",
    },
    Character {
        age: "1.1",
        codepoint: 0x834E,
        name: "CJK UNIFIED IDEOGRAPH-834E",
    },
    Character {
        age: "1.1",
        codepoint: 0x834F,
        name: "CJK UNIFIED IDEOGRAPH-834F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8350,
        name: "CJK UNIFIED IDEOGRAPH-8350",
    },
    Character {
        age: "1.1",
        codepoint: 0x8351,
        name: "CJK UNIFIED IDEOGRAPH-8351",
    },
    Character {
        age: "1.1",
        codepoint: 0x8352,
        name: "CJK UNIFIED IDEOGRAPH-8352",
    },
    Character {
        age: "1.1",
        codepoint: 0x8353,
        name: "CJK UNIFIED IDEOGRAPH-8353",
    },
    Character {
        age: "1.1",
        codepoint: 0x8354,
        name: "CJK UNIFIED IDEOGRAPH-8354",
    },
    Character {
        age: "1.1",
        codepoint: 0x8355,
        name: "CJK UNIFIED IDEOGRAPH-8355",
    },
    Character {
        age: "1.1",
        codepoint: 0x8356,
        name: "CJK UNIFIED IDEOGRAPH-8356",
    },
    Character {
        age: "1.1",
        codepoint: 0x8357,
        name: "CJK UNIFIED IDEOGRAPH-8357",
    },
    Character {
        age: "1.1",
        codepoint: 0x8358,
        name: "CJK UNIFIED IDEOGRAPH-8358",
    },
    Character {
        age: "1.1",
        codepoint: 0x8359,
        name: "CJK UNIFIED IDEOGRAPH-8359",
    },
    Character {
        age: "1.1",
        codepoint: 0x835A,
        name: "CJK UNIFIED IDEOGRAPH-835A",
    },
    Character {
        age: "1.1",
        codepoint: 0x835B,
        name: "CJK UNIFIED IDEOGRAPH-835B",
    },
    Character {
        age: "1.1",
        codepoint: 0x835C,
        name: "CJK UNIFIED IDEOGRAPH-835C",
    },
    Character {
        age: "1.1",
        codepoint: 0x835D,
        name: "CJK UNIFIED IDEOGRAPH-835D",
    },
    Character {
        age: "1.1",
        codepoint: 0x835E,
        name: "CJK UNIFIED IDEOGRAPH-835E",
    },
    Character {
        age: "1.1",
        codepoint: 0x835F,
        name: "CJK UNIFIED IDEOGRAPH-835F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8360,
        name: "CJK UNIFIED IDEOGRAPH-8360",
    },
    Character {
        age: "1.1",
        codepoint: 0x8361,
        name: "CJK UNIFIED IDEOGRAPH-8361",
    },
    Character {
        age: "1.1",
        codepoint: 0x8362,
        name: "CJK UNIFIED IDEOGRAPH-8362",
    },
    Character {
        age: "1.1",
        codepoint: 0x8363,
        name: "CJK UNIFIED IDEOGRAPH-8363",
    },
    Character {
        age: "1.1",
        codepoint: 0x8364,
        name: "CJK UNIFIED IDEOGRAPH-8364",
    },
    Character {
        age: "1.1",
        codepoint: 0x8365,
        name: "CJK UNIFIED IDEOGRAPH-8365",
    },
    Character {
        age: "1.1",
        codepoint: 0x8366,
        name: "CJK UNIFIED IDEOGRAPH-8366",
    },
    Character {
        age: "1.1",
        codepoint: 0x8367,
        name: "CJK UNIFIED IDEOGRAPH-8367",
    },
    Character {
        age: "1.1",
        codepoint: 0x8368,
        name: "CJK UNIFIED IDEOGRAPH-8368",
    },
    Character {
        age: "1.1",
        codepoint: 0x8369,
        name: "CJK UNIFIED IDEOGRAPH-8369",
    },
    Character {
        age: "1.1",
        codepoint: 0x836A,
        name: "CJK UNIFIED IDEOGRAPH-836A",
    },
    Character {
        age: "1.1",
        codepoint: 0x836B,
        name: "CJK UNIFIED IDEOGRAPH-836B",
    },
    Character {
        age: "1.1",
        codepoint: 0x836C,
        name: "CJK UNIFIED IDEOGRAPH-836C",
    },
    Character {
        age: "1.1",
        codepoint: 0x836D,
        name: "CJK UNIFIED IDEOGRAPH-836D",
    },
    Character {
        age: "1.1",
        codepoint: 0x836E,
        name: "CJK UNIFIED IDEOGRAPH-836E",
    },
    Character {
        age: "1.1",
        codepoint: 0x836F,
        name: "CJK UNIFIED IDEOGRAPH-836F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8370,
        name: "CJK UNIFIED IDEOGRAPH-8370",
    },
    Character {
        age: "1.1",
        codepoint: 0x8371,
        name: "CJK UNIFIED IDEOGRAPH-8371",
    },
    Character {
        age: "1.1",
        codepoint: 0x8372,
        name: "CJK UNIFIED IDEOGRAPH-8372",
    },
    Character {
        age: "1.1",
        codepoint: 0x8373,
        name: "CJK UNIFIED IDEOGRAPH-8373",
    },
    Character {
        age: "1.1",
        codepoint: 0x8374,
        name: "CJK UNIFIED IDEOGRAPH-8374",
    },
    Character {
        age: "1.1",
        codepoint: 0x8375,
        name: "CJK UNIFIED IDEOGRAPH-8375",
    },
    Character {
        age: "1.1",
        codepoint: 0x8376,
        name: "CJK UNIFIED IDEOGRAPH-8376",
    },
    Character {
        age: "1.1",
        codepoint: 0x8377,
        name: "CJK UNIFIED IDEOGRAPH-8377",
    },
    Character {
        age: "1.1",
        codepoint: 0x8378,
        name: "CJK UNIFIED IDEOGRAPH-8378",
    },
    Character {
        age: "1.1",
        codepoint: 0x8379,
        name: "CJK UNIFIED IDEOGRAPH-8379",
    },
    Character {
        age: "1.1",
        codepoint: 0x837A,
        name: "CJK UNIFIED IDEOGRAPH-837A",
    },
    Character {
        age: "1.1",
        codepoint: 0x837B,
        name: "CJK UNIFIED IDEOGRAPH-837B",
    },
    Character {
        age: "1.1",
        codepoint: 0x837C,
        name: "CJK UNIFIED IDEOGRAPH-837C",
    },
    Character {
        age: "1.1",
        codepoint: 0x837D,
        name: "CJK UNIFIED IDEOGRAPH-837D",
    },
    Character {
        age: "1.1",
        codepoint: 0x837E,
        name: "CJK UNIFIED IDEOGRAPH-837E",
    },
    Character {
        age: "1.1",
        codepoint: 0x837F,
        name: "CJK UNIFIED IDEOGRAPH-837F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8380,
        name: "CJK UNIFIED IDEOGRAPH-8380",
    },
    Character {
        age: "1.1",
        codepoint: 0x8381,
        name: "CJK UNIFIED IDEOGRAPH-8381",
    },
    Character {
        age: "1.1",
        codepoint: 0x8382,
        name: "CJK UNIFIED IDEOGRAPH-8382",
    },
    Character {
        age: "1.1",
        codepoint: 0x8383,
        name: "CJK UNIFIED IDEOGRAPH-8383",
    },
    Character {
        age: "1.1",
        codepoint: 0x8384,
        name: "CJK UNIFIED IDEOGRAPH-8384",
    },
    Character {
        age: "1.1",
        codepoint: 0x8385,
        name: "CJK UNIFIED IDEOGRAPH-8385",
    },
    Character {
        age: "1.1",
        codepoint: 0x8386,
        name: "CJK UNIFIED IDEOGRAPH-8386",
    },
    Character {
        age: "1.1",
        codepoint: 0x8387,
        name: "CJK UNIFIED IDEOGRAPH-8387",
    },
    Character {
        age: "1.1",
        codepoint: 0x8388,
        name: "CJK UNIFIED IDEOGRAPH-8388",
    },
    Character {
        age: "1.1",
        codepoint: 0x8389,
        name: "CJK UNIFIED IDEOGRAPH-8389",
    },
    Character {
        age: "1.1",
        codepoint: 0x838A,
        name: "CJK UNIFIED IDEOGRAPH-838A",
    },
    Character {
        age: "1.1",
        codepoint: 0x838B,
        name: "CJK UNIFIED IDEOGRAPH-838B",
    },
    Character {
        age: "1.1",
        codepoint: 0x838C,
        name: "CJK UNIFIED IDEOGRAPH-838C",
    },
    Character {
        age: "1.1",
        codepoint: 0x838D,
        name: "CJK UNIFIED IDEOGRAPH-838D",
    },
    Character {
        age: "1.1",
        codepoint: 0x838E,
        name: "CJK UNIFIED IDEOGRAPH-838E",
    },
    Character {
        age: "1.1",
        codepoint: 0x838F,
        name: "CJK UNIFIED IDEOGRAPH-838F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8390,
        name: "CJK UNIFIED IDEOGRAPH-8390",
    },
    Character {
        age: "1.1",
        codepoint: 0x8391,
        name: "CJK UNIFIED IDEOGRAPH-8391",
    },
    Character {
        age: "1.1",
        codepoint: 0x8392,
        name: "CJK UNIFIED IDEOGRAPH-8392",
    },
    Character {
        age: "1.1",
        codepoint: 0x8393,
        name: "CJK UNIFIED IDEOGRAPH-8393",
    },
    Character {
        age: "1.1",
        codepoint: 0x8394,
        name: "CJK UNIFIED IDEOGRAPH-8394",
    },
    Character {
        age: "1.1",
        codepoint: 0x8395,
        name: "CJK UNIFIED IDEOGRAPH-8395",
    },
    Character {
        age: "1.1",
        codepoint: 0x8396,
        name: "CJK UNIFIED IDEOGRAPH-8396",
    },
    Character {
        age: "1.1",
        codepoint: 0x8397,
        name: "CJK UNIFIED IDEOGRAPH-8397",
    },
    Character {
        age: "1.1",
        codepoint: 0x8398,
        name: "CJK UNIFIED IDEOGRAPH-8398",
    },
    Character {
        age: "1.1",
        codepoint: 0x8399,
        name: "CJK UNIFIED IDEOGRAPH-8399",
    },
    Character {
        age: "1.1",
        codepoint: 0x839A,
        name: "CJK UNIFIED IDEOGRAPH-839A",
    },
    Character {
        age: "1.1",
        codepoint: 0x839B,
        name: "CJK UNIFIED IDEOGRAPH-839B",
    },
    Character {
        age: "1.1",
        codepoint: 0x839C,
        name: "CJK UNIFIED IDEOGRAPH-839C",
    },
    Character {
        age: "1.1",
        codepoint: 0x839D,
        name: "CJK UNIFIED IDEOGRAPH-839D",
    },
    Character {
        age: "1.1",
        codepoint: 0x839E,
        name: "CJK UNIFIED IDEOGRAPH-839E",
    },
    Character {
        age: "1.1",
        codepoint: 0x839F,
        name: "CJK UNIFIED IDEOGRAPH-839F",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A0,
        name: "CJK UNIFIED IDEOGRAPH-83A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A1,
        name: "CJK UNIFIED IDEOGRAPH-83A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A2,
        name: "CJK UNIFIED IDEOGRAPH-83A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A3,
        name: "CJK UNIFIED IDEOGRAPH-83A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A4,
        name: "CJK UNIFIED IDEOGRAPH-83A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A5,
        name: "CJK UNIFIED IDEOGRAPH-83A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A6,
        name: "CJK UNIFIED IDEOGRAPH-83A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A7,
        name: "CJK UNIFIED IDEOGRAPH-83A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A8,
        name: "CJK UNIFIED IDEOGRAPH-83A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x83A9,
        name: "CJK UNIFIED IDEOGRAPH-83A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x83AA,
        name: "CJK UNIFIED IDEOGRAPH-83AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x83AB,
        name: "CJK UNIFIED IDEOGRAPH-83AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x83AC,
        name: "CJK UNIFIED IDEOGRAPH-83AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x83AD,
        name: "CJK UNIFIED IDEOGRAPH-83AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x83AE,
        name: "CJK UNIFIED IDEOGRAPH-83AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x83AF,
        name: "CJK UNIFIED IDEOGRAPH-83AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B0,
        name: "CJK UNIFIED IDEOGRAPH-83B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B1,
        name: "CJK UNIFIED IDEOGRAPH-83B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B2,
        name: "CJK UNIFIED IDEOGRAPH-83B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B3,
        name: "CJK UNIFIED IDEOGRAPH-83B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B4,
        name: "CJK UNIFIED IDEOGRAPH-83B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B5,
        name: "CJK UNIFIED IDEOGRAPH-83B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B6,
        name: "CJK UNIFIED IDEOGRAPH-83B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B7,
        name: "CJK UNIFIED IDEOGRAPH-83B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B8,
        name: "CJK UNIFIED IDEOGRAPH-83B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x83B9,
        name: "CJK UNIFIED IDEOGRAPH-83B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x83BA,
        name: "CJK UNIFIED IDEOGRAPH-83BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x83BB,
        name: "CJK UNIFIED IDEOGRAPH-83BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x83BC,
        name: "CJK UNIFIED IDEOGRAPH-83BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x83BD,
        name: "CJK UNIFIED IDEOGRAPH-83BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x83BE,
        name: "CJK UNIFIED IDEOGRAPH-83BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x83BF,
        name: "CJK UNIFIED IDEOGRAPH-83BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C0,
        name: "CJK UNIFIED IDEOGRAPH-83C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C1,
        name: "CJK UNIFIED IDEOGRAPH-83C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C2,
        name: "CJK UNIFIED IDEOGRAPH-83C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C3,
        name: "CJK UNIFIED IDEOGRAPH-83C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C4,
        name: "CJK UNIFIED IDEOGRAPH-83C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C5,
        name: "CJK UNIFIED IDEOGRAPH-83C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C6,
        name: "CJK UNIFIED IDEOGRAPH-83C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C7,
        name: "CJK UNIFIED IDEOGRAPH-83C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C8,
        name: "CJK UNIFIED IDEOGRAPH-83C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x83C9,
        name: "CJK UNIFIED IDEOGRAPH-83C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x83CA,
        name: "CJK UNIFIED IDEOGRAPH-83CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x83CB,
        name: "CJK UNIFIED IDEOGRAPH-83CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x83CC,
        name: "CJK UNIFIED IDEOGRAPH-83CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x83CD,
        name: "CJK UNIFIED IDEOGRAPH-83CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x83CE,
        name: "CJK UNIFIED IDEOGRAPH-83CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x83CF,
        name: "CJK UNIFIED IDEOGRAPH-83CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D0,
        name: "CJK UNIFIED IDEOGRAPH-83D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D1,
        name: "CJK UNIFIED IDEOGRAPH-83D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D2,
        name: "CJK UNIFIED IDEOGRAPH-83D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D3,
        name: "CJK UNIFIED IDEOGRAPH-83D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D4,
        name: "CJK UNIFIED IDEOGRAPH-83D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D5,
        name: "CJK UNIFIED IDEOGRAPH-83D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D6,
        name: "CJK UNIFIED IDEOGRAPH-83D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D7,
        name: "CJK UNIFIED IDEOGRAPH-83D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D8,
        name: "CJK UNIFIED IDEOGRAPH-83D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x83D9,
        name: "CJK UNIFIED IDEOGRAPH-83D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x83DA,
        name: "CJK UNIFIED IDEOGRAPH-83DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x83DB,
        name: "CJK UNIFIED IDEOGRAPH-83DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x83DC,
        name: "CJK UNIFIED IDEOGRAPH-83DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x83DD,
        name: "CJK UNIFIED IDEOGRAPH-83DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x83DE,
        name: "CJK UNIFIED IDEOGRAPH-83DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x83DF,
        name: "CJK UNIFIED IDEOGRAPH-83DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E0,
        name: "CJK UNIFIED IDEOGRAPH-83E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E1,
        name: "CJK UNIFIED IDEOGRAPH-83E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E2,
        name: "CJK UNIFIED IDEOGRAPH-83E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E3,
        name: "CJK UNIFIED IDEOGRAPH-83E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E4,
        name: "CJK UNIFIED IDEOGRAPH-83E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E5,
        name: "CJK UNIFIED IDEOGRAPH-83E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E6,
        name: "CJK UNIFIED IDEOGRAPH-83E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E7,
        name: "CJK UNIFIED IDEOGRAPH-83E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E8,
        name: "CJK UNIFIED IDEOGRAPH-83E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x83E9,
        name: "CJK UNIFIED IDEOGRAPH-83E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x83EA,
        name: "CJK UNIFIED IDEOGRAPH-83EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x83EB,
        name: "CJK UNIFIED IDEOGRAPH-83EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x83EC,
        name: "CJK UNIFIED IDEOGRAPH-83EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x83ED,
        name: "CJK UNIFIED IDEOGRAPH-83ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x83EE,
        name: "CJK UNIFIED IDEOGRAPH-83EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x83EF,
        name: "CJK UNIFIED IDEOGRAPH-83EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F0,
        name: "CJK UNIFIED IDEOGRAPH-83F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F1,
        name: "CJK UNIFIED IDEOGRAPH-83F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F2,
        name: "CJK UNIFIED IDEOGRAPH-83F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F3,
        name: "CJK UNIFIED IDEOGRAPH-83F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F4,
        name: "CJK UNIFIED IDEOGRAPH-83F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F5,
        name: "CJK UNIFIED IDEOGRAPH-83F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F6,
        name: "CJK UNIFIED IDEOGRAPH-83F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F7,
        name: "CJK UNIFIED IDEOGRAPH-83F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F8,
        name: "CJK UNIFIED IDEOGRAPH-83F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x83F9,
        name: "CJK UNIFIED IDEOGRAPH-83F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x83FA,
        name: "CJK UNIFIED IDEOGRAPH-83FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x83FB,
        name: "CJK UNIFIED IDEOGRAPH-83FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x83FC,
        name: "CJK UNIFIED IDEOGRAPH-83FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x83FD,
        name: "CJK UNIFIED IDEOGRAPH-83FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x83FE,
        name: "CJK UNIFIED IDEOGRAPH-83FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x83FF,
        name: "CJK UNIFIED IDEOGRAPH-83FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8400,
        name: "CJK UNIFIED IDEOGRAPH-8400",
    },
    Character {
        age: "1.1",
        codepoint: 0x8401,
        name: "CJK UNIFIED IDEOGRAPH-8401",
    },
    Character {
        age: "1.1",
        codepoint: 0x8402,
        name: "CJK UNIFIED IDEOGRAPH-8402",
    },
    Character {
        age: "1.1",
        codepoint: 0x8403,
        name: "CJK UNIFIED IDEOGRAPH-8403",
    },
    Character {
        age: "1.1",
        codepoint: 0x8404,
        name: "CJK UNIFIED IDEOGRAPH-8404",
    },
    Character {
        age: "1.1",
        codepoint: 0x8405,
        name: "CJK UNIFIED IDEOGRAPH-8405",
    },
    Character {
        age: "1.1",
        codepoint: 0x8406,
        name: "CJK UNIFIED IDEOGRAPH-8406",
    },
    Character {
        age: "1.1",
        codepoint: 0x8407,
        name: "CJK UNIFIED IDEOGRAPH-8407",
    },
    Character {
        age: "1.1",
        codepoint: 0x8408,
        name: "CJK UNIFIED IDEOGRAPH-8408",
    },
    Character {
        age: "1.1",
        codepoint: 0x8409,
        name: "CJK UNIFIED IDEOGRAPH-8409",
    },
    Character {
        age: "1.1",
        codepoint: 0x840A,
        name: "CJK UNIFIED IDEOGRAPH-840A",
    },
    Character {
        age: "1.1",
        codepoint: 0x840B,
        name: "CJK UNIFIED IDEOGRAPH-840B",
    },
    Character {
        age: "1.1",
        codepoint: 0x840C,
        name: "CJK UNIFIED IDEOGRAPH-840C",
    },
    Character {
        age: "1.1",
        codepoint: 0x840D,
        name: "CJK UNIFIED IDEOGRAPH-840D",
    },
    Character {
        age: "1.1",
        codepoint: 0x840E,
        name: "CJK UNIFIED IDEOGRAPH-840E",
    },
    Character {
        age: "1.1",
        codepoint: 0x840F,
        name: "CJK UNIFIED IDEOGRAPH-840F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8410,
        name: "CJK UNIFIED IDEOGRAPH-8410",
    },
    Character {
        age: "1.1",
        codepoint: 0x8411,
        name: "CJK UNIFIED IDEOGRAPH-8411",
    },
    Character {
        age: "1.1",
        codepoint: 0x8412,
        name: "CJK UNIFIED IDEOGRAPH-8412",
    },
    Character {
        age: "1.1",
        codepoint: 0x8413,
        name: "CJK UNIFIED IDEOGRAPH-8413",
    },
    Character {
        age: "1.1",
        codepoint: 0x8414,
        name: "CJK UNIFIED IDEOGRAPH-8414",
    },
    Character {
        age: "1.1",
        codepoint: 0x8415,
        name: "CJK UNIFIED IDEOGRAPH-8415",
    },
    Character {
        age: "1.1",
        codepoint: 0x8416,
        name: "CJK UNIFIED IDEOGRAPH-8416",
    },
    Character {
        age: "1.1",
        codepoint: 0x8417,
        name: "CJK UNIFIED IDEOGRAPH-8417",
    },
    Character {
        age: "1.1",
        codepoint: 0x8418,
        name: "CJK UNIFIED IDEOGRAPH-8418",
    },
    Character {
        age: "1.1",
        codepoint: 0x8419,
        name: "CJK UNIFIED IDEOGRAPH-8419",
    },
    Character {
        age: "1.1",
        codepoint: 0x841A,
        name: "CJK UNIFIED IDEOGRAPH-841A",
    },
    Character {
        age: "1.1",
        codepoint: 0x841B,
        name: "CJK UNIFIED IDEOGRAPH-841B",
    },
    Character {
        age: "1.1",
        codepoint: 0x841C,
        name: "CJK UNIFIED IDEOGRAPH-841C",
    },
    Character {
        age: "1.1",
        codepoint: 0x841D,
        name: "CJK UNIFIED IDEOGRAPH-841D",
    },
    Character {
        age: "1.1",
        codepoint: 0x841E,
        name: "CJK UNIFIED IDEOGRAPH-841E",
    },
    Character {
        age: "1.1",
        codepoint: 0x841F,
        name: "CJK UNIFIED IDEOGRAPH-841F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8420,
        name: "CJK UNIFIED IDEOGRAPH-8420",
    },
    Character {
        age: "1.1",
        codepoint: 0x8421,
        name: "CJK UNIFIED IDEOGRAPH-8421",
    },
    Character {
        age: "1.1",
        codepoint: 0x8422,
        name: "CJK UNIFIED IDEOGRAPH-8422",
    },
    Character {
        age: "1.1",
        codepoint: 0x8423,
        name: "CJK UNIFIED IDEOGRAPH-8423",
    },
    Character {
        age: "1.1",
        codepoint: 0x8424,
        name: "CJK UNIFIED IDEOGRAPH-8424",
    },
    Character {
        age: "1.1",
        codepoint: 0x8425,
        name: "CJK UNIFIED IDEOGRAPH-8425",
    },
    Character {
        age: "1.1",
        codepoint: 0x8426,
        name: "CJK UNIFIED IDEOGRAPH-8426",
    },
    Character {
        age: "1.1",
        codepoint: 0x8427,
        name: "CJK UNIFIED IDEOGRAPH-8427",
    },
    Character {
        age: "1.1",
        codepoint: 0x8428,
        name: "CJK UNIFIED IDEOGRAPH-8428",
    },
    Character {
        age: "1.1",
        codepoint: 0x8429,
        name: "CJK UNIFIED IDEOGRAPH-8429",
    },
    Character {
        age: "1.1",
        codepoint: 0x842A,
        name: "CJK UNIFIED IDEOGRAPH-842A",
    },
    Character {
        age: "1.1",
        codepoint: 0x842B,
        name: "CJK UNIFIED IDEOGRAPH-842B",
    },
    Character {
        age: "1.1",
        codepoint: 0x842C,
        name: "CJK UNIFIED IDEOGRAPH-842C",
    },
    Character {
        age: "1.1",
        codepoint: 0x842D,
        name: "CJK UNIFIED IDEOGRAPH-842D",
    },
    Character {
        age: "1.1",
        codepoint: 0x842E,
        name: "CJK UNIFIED IDEOGRAPH-842E",
    },
    Character {
        age: "1.1",
        codepoint: 0x842F,
        name: "CJK UNIFIED IDEOGRAPH-842F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8430,
        name: "CJK UNIFIED IDEOGRAPH-8430",
    },
    Character {
        age: "1.1",
        codepoint: 0x8431,
        name: "CJK UNIFIED IDEOGRAPH-8431",
    },
    Character {
        age: "1.1",
        codepoint: 0x8432,
        name: "CJK UNIFIED IDEOGRAPH-8432",
    },
    Character {
        age: "1.1",
        codepoint: 0x8433,
        name: "CJK UNIFIED IDEOGRAPH-8433",
    },
    Character {
        age: "1.1",
        codepoint: 0x8434,
        name: "CJK UNIFIED IDEOGRAPH-8434",
    },
    Character {
        age: "1.1",
        codepoint: 0x8435,
        name: "CJK UNIFIED IDEOGRAPH-8435",
    },
    Character {
        age: "1.1",
        codepoint: 0x8436,
        name: "CJK UNIFIED IDEOGRAPH-8436",
    },
    Character {
        age: "1.1",
        codepoint: 0x8437,
        name: "CJK UNIFIED IDEOGRAPH-8437",
    },
    Character {
        age: "1.1",
        codepoint: 0x8438,
        name: "CJK UNIFIED IDEOGRAPH-8438",
    },
    Character {
        age: "1.1",
        codepoint: 0x8439,
        name: "CJK UNIFIED IDEOGRAPH-8439",
    },
    Character {
        age: "1.1",
        codepoint: 0x843A,
        name: "CJK UNIFIED IDEOGRAPH-843A",
    },
    Character {
        age: "1.1",
        codepoint: 0x843B,
        name: "CJK UNIFIED IDEOGRAPH-843B",
    },
    Character {
        age: "1.1",
        codepoint: 0x843C,
        name: "CJK UNIFIED IDEOGRAPH-843C",
    },
    Character {
        age: "1.1",
        codepoint: 0x843D,
        name: "CJK UNIFIED IDEOGRAPH-843D",
    },
    Character {
        age: "1.1",
        codepoint: 0x843E,
        name: "CJK UNIFIED IDEOGRAPH-843E",
    },
    Character {
        age: "1.1",
        codepoint: 0x843F,
        name: "CJK UNIFIED IDEOGRAPH-843F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8440,
        name: "CJK UNIFIED IDEOGRAPH-8440",
    },
    Character {
        age: "1.1",
        codepoint: 0x8441,
        name: "CJK UNIFIED IDEOGRAPH-8441",
    },
    Character {
        age: "1.1",
        codepoint: 0x8442,
        name: "CJK UNIFIED IDEOGRAPH-8442",
    },
    Character {
        age: "1.1",
        codepoint: 0x8443,
        name: "CJK UNIFIED IDEOGRAPH-8443",
    },
    Character {
        age: "1.1",
        codepoint: 0x8444,
        name: "CJK UNIFIED IDEOGRAPH-8444",
    },
    Character {
        age: "1.1",
        codepoint: 0x8445,
        name: "CJK UNIFIED IDEOGRAPH-8445",
    },
    Character {
        age: "1.1",
        codepoint: 0x8446,
        name: "CJK UNIFIED IDEOGRAPH-8446",
    },
    Character {
        age: "1.1",
        codepoint: 0x8447,
        name: "CJK UNIFIED IDEOGRAPH-8447",
    },
    Character {
        age: "1.1",
        codepoint: 0x8448,
        name: "CJK UNIFIED IDEOGRAPH-8448",
    },
    Character {
        age: "1.1",
        codepoint: 0x8449,
        name: "CJK UNIFIED IDEOGRAPH-8449",
    },
    Character {
        age: "1.1",
        codepoint: 0x844A,
        name: "CJK UNIFIED IDEOGRAPH-844A",
    },
    Character {
        age: "1.1",
        codepoint: 0x844B,
        name: "CJK UNIFIED IDEOGRAPH-844B",
    },
    Character {
        age: "1.1",
        codepoint: 0x844C,
        name: "CJK UNIFIED IDEOGRAPH-844C",
    },
    Character {
        age: "1.1",
        codepoint: 0x844D,
        name: "CJK UNIFIED IDEOGRAPH-844D",
    },
    Character {
        age: "1.1",
        codepoint: 0x844E,
        name: "CJK UNIFIED IDEOGRAPH-844E",
    },
    Character {
        age: "1.1",
        codepoint: 0x844F,
        name: "CJK UNIFIED IDEOGRAPH-844F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8450,
        name: "CJK UNIFIED IDEOGRAPH-8450",
    },
    Character {
        age: "1.1",
        codepoint: 0x8451,
        name: "CJK UNIFIED IDEOGRAPH-8451",
    },
    Character {
        age: "1.1",
        codepoint: 0x8452,
        name: "CJK UNIFIED IDEOGRAPH-8452",
    },
    Character {
        age: "1.1",
        codepoint: 0x8453,
        name: "CJK UNIFIED IDEOGRAPH-8453",
    },
    Character {
        age: "1.1",
        codepoint: 0x8454,
        name: "CJK UNIFIED IDEOGRAPH-8454",
    },
    Character {
        age: "1.1",
        codepoint: 0x8455,
        name: "CJK UNIFIED IDEOGRAPH-8455",
    },
    Character {
        age: "1.1",
        codepoint: 0x8456,
        name: "CJK UNIFIED IDEOGRAPH-8456",
    },
    Character {
        age: "1.1",
        codepoint: 0x8457,
        name: "CJK UNIFIED IDEOGRAPH-8457",
    },
    Character {
        age: "1.1",
        codepoint: 0x8458,
        name: "CJK UNIFIED IDEOGRAPH-8458",
    },
    Character {
        age: "1.1",
        codepoint: 0x8459,
        name: "CJK UNIFIED IDEOGRAPH-8459",
    },
    Character {
        age: "1.1",
        codepoint: 0x845A,
        name: "CJK UNIFIED IDEOGRAPH-845A",
    },
    Character {
        age: "1.1",
        codepoint: 0x845B,
        name: "CJK UNIFIED IDEOGRAPH-845B",
    },
    Character {
        age: "1.1",
        codepoint: 0x845C,
        name: "CJK UNIFIED IDEOGRAPH-845C",
    },
    Character {
        age: "1.1",
        codepoint: 0x845D,
        name: "CJK UNIFIED IDEOGRAPH-845D",
    },
    Character {
        age: "1.1",
        codepoint: 0x845E,
        name: "CJK UNIFIED IDEOGRAPH-845E",
    },
    Character {
        age: "1.1",
        codepoint: 0x845F,
        name: "CJK UNIFIED IDEOGRAPH-845F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8460,
        name: "CJK UNIFIED IDEOGRAPH-8460",
    },
    Character {
        age: "1.1",
        codepoint: 0x8461,
        name: "CJK UNIFIED IDEOGRAPH-8461",
    },
    Character {
        age: "1.1",
        codepoint: 0x8462,
        name: "CJK UNIFIED IDEOGRAPH-8462",
    },
    Character {
        age: "1.1",
        codepoint: 0x8463,
        name: "CJK UNIFIED IDEOGRAPH-8463",
    },
    Character {
        age: "1.1",
        codepoint: 0x8464,
        name: "CJK UNIFIED IDEOGRAPH-8464",
    },
    Character {
        age: "1.1",
        codepoint: 0x8465,
        name: "CJK UNIFIED IDEOGRAPH-8465",
    },
    Character {
        age: "1.1",
        codepoint: 0x8466,
        name: "CJK UNIFIED IDEOGRAPH-8466",
    },
    Character {
        age: "1.1",
        codepoint: 0x8467,
        name: "CJK UNIFIED IDEOGRAPH-8467",
    },
    Character {
        age: "1.1",
        codepoint: 0x8468,
        name: "CJK UNIFIED IDEOGRAPH-8468",
    },
    Character {
        age: "1.1",
        codepoint: 0x8469,
        name: "CJK UNIFIED IDEOGRAPH-8469",
    },
    Character {
        age: "1.1",
        codepoint: 0x846A,
        name: "CJK UNIFIED IDEOGRAPH-846A",
    },
    Character {
        age: "1.1",
        codepoint: 0x846B,
        name: "CJK UNIFIED IDEOGRAPH-846B",
    },
    Character {
        age: "1.1",
        codepoint: 0x846C,
        name: "CJK UNIFIED IDEOGRAPH-846C",
    },
    Character {
        age: "1.1",
        codepoint: 0x846D,
        name: "CJK UNIFIED IDEOGRAPH-846D",
    },
    Character {
        age: "1.1",
        codepoint: 0x846E,
        name: "CJK UNIFIED IDEOGRAPH-846E",
    },
    Character {
        age: "1.1",
        codepoint: 0x846F,
        name: "CJK UNIFIED IDEOGRAPH-846F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8470,
        name: "CJK UNIFIED IDEOGRAPH-8470",
    },
    Character {
        age: "1.1",
        codepoint: 0x8471,
        name: "CJK UNIFIED IDEOGRAPH-8471",
    },
    Character {
        age: "1.1",
        codepoint: 0x8472,
        name: "CJK UNIFIED IDEOGRAPH-8472",
    },
    Character {
        age: "1.1",
        codepoint: 0x8473,
        name: "CJK UNIFIED IDEOGRAPH-8473",
    },
    Character {
        age: "1.1",
        codepoint: 0x8474,
        name: "CJK UNIFIED IDEOGRAPH-8474",
    },
    Character {
        age: "1.1",
        codepoint: 0x8475,
        name: "CJK UNIFIED IDEOGRAPH-8475",
    },
    Character {
        age: "1.1",
        codepoint: 0x8476,
        name: "CJK UNIFIED IDEOGRAPH-8476",
    },
    Character {
        age: "1.1",
        codepoint: 0x8477,
        name: "CJK UNIFIED IDEOGRAPH-8477",
    },
    Character {
        age: "1.1",
        codepoint: 0x8478,
        name: "CJK UNIFIED IDEOGRAPH-8478",
    },
    Character {
        age: "1.1",
        codepoint: 0x8479,
        name: "CJK UNIFIED IDEOGRAPH-8479",
    },
    Character {
        age: "1.1",
        codepoint: 0x847A,
        name: "CJK UNIFIED IDEOGRAPH-847A",
    },
    Character {
        age: "1.1",
        codepoint: 0x847B,
        name: "CJK UNIFIED IDEOGRAPH-847B",
    },
    Character {
        age: "1.1",
        codepoint: 0x847C,
        name: "CJK UNIFIED IDEOGRAPH-847C",
    },
    Character {
        age: "1.1",
        codepoint: 0x847D,
        name: "CJK UNIFIED IDEOGRAPH-847D",
    },
    Character {
        age: "1.1",
        codepoint: 0x847E,
        name: "CJK UNIFIED IDEOGRAPH-847E",
    },
    Character {
        age: "1.1",
        codepoint: 0x847F,
        name: "CJK UNIFIED IDEOGRAPH-847F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8480,
        name: "CJK UNIFIED IDEOGRAPH-8480",
    },
    Character {
        age: "1.1",
        codepoint: 0x8481,
        name: "CJK UNIFIED IDEOGRAPH-8481",
    },
    Character {
        age: "1.1",
        codepoint: 0x8482,
        name: "CJK UNIFIED IDEOGRAPH-8482",
    },
    Character {
        age: "1.1",
        codepoint: 0x8483,
        name: "CJK UNIFIED IDEOGRAPH-8483",
    },
    Character {
        age: "1.1",
        codepoint: 0x8484,
        name: "CJK UNIFIED IDEOGRAPH-8484",
    },
    Character {
        age: "1.1",
        codepoint: 0x8485,
        name: "CJK UNIFIED IDEOGRAPH-8485",
    },
    Character {
        age: "1.1",
        codepoint: 0x8486,
        name: "CJK UNIFIED IDEOGRAPH-8486",
    },
    Character {
        age: "1.1",
        codepoint: 0x8487,
        name: "CJK UNIFIED IDEOGRAPH-8487",
    },
    Character {
        age: "1.1",
        codepoint: 0x8488,
        name: "CJK UNIFIED IDEOGRAPH-8488",
    },
    Character {
        age: "1.1",
        codepoint: 0x8489,
        name: "CJK UNIFIED IDEOGRAPH-8489",
    },
    Character {
        age: "1.1",
        codepoint: 0x848A,
        name: "CJK UNIFIED IDEOGRAPH-848A",
    },
    Character {
        age: "1.1",
        codepoint: 0x848B,
        name: "CJK UNIFIED IDEOGRAPH-848B",
    },
    Character {
        age: "1.1",
        codepoint: 0x848C,
        name: "CJK UNIFIED IDEOGRAPH-848C",
    },
    Character {
        age: "1.1",
        codepoint: 0x848D,
        name: "CJK UNIFIED IDEOGRAPH-848D",
    },
    Character {
        age: "1.1",
        codepoint: 0x848E,
        name: "CJK UNIFIED IDEOGRAPH-848E",
    },
    Character {
        age: "1.1",
        codepoint: 0x848F,
        name: "CJK UNIFIED IDEOGRAPH-848F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8490,
        name: "CJK UNIFIED IDEOGRAPH-8490",
    },
    Character {
        age: "1.1",
        codepoint: 0x8491,
        name: "CJK UNIFIED IDEOGRAPH-8491",
    },
    Character {
        age: "1.1",
        codepoint: 0x8492,
        name: "CJK UNIFIED IDEOGRAPH-8492",
    },
    Character {
        age: "1.1",
        codepoint: 0x8493,
        name: "CJK UNIFIED IDEOGRAPH-8493",
    },
    Character {
        age: "1.1",
        codepoint: 0x8494,
        name: "CJK UNIFIED IDEOGRAPH-8494",
    },
    Character {
        age: "1.1",
        codepoint: 0x8495,
        name: "CJK UNIFIED IDEOGRAPH-8495",
    },
    Character {
        age: "1.1",
        codepoint: 0x8496,
        name: "CJK UNIFIED IDEOGRAPH-8496",
    },
    Character {
        age: "1.1",
        codepoint: 0x8497,
        name: "CJK UNIFIED IDEOGRAPH-8497",
    },
    Character {
        age: "1.1",
        codepoint: 0x8498,
        name: "CJK UNIFIED IDEOGRAPH-8498",
    },
    Character {
        age: "1.1",
        codepoint: 0x8499,
        name: "CJK UNIFIED IDEOGRAPH-8499",
    },
    Character {
        age: "1.1",
        codepoint: 0x849A,
        name: "CJK UNIFIED IDEOGRAPH-849A",
    },
    Character {
        age: "1.1",
        codepoint: 0x849B,
        name: "CJK UNIFIED IDEOGRAPH-849B",
    },
    Character {
        age: "1.1",
        codepoint: 0x849C,
        name: "CJK UNIFIED IDEOGRAPH-849C",
    },
    Character {
        age: "1.1",
        codepoint: 0x849D,
        name: "CJK UNIFIED IDEOGRAPH-849D",
    },
    Character {
        age: "1.1",
        codepoint: 0x849E,
        name: "CJK UNIFIED IDEOGRAPH-849E",
    },
    Character {
        age: "1.1",
        codepoint: 0x849F,
        name: "CJK UNIFIED IDEOGRAPH-849F",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A0,
        name: "CJK UNIFIED IDEOGRAPH-84A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A1,
        name: "CJK UNIFIED IDEOGRAPH-84A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A2,
        name: "CJK UNIFIED IDEOGRAPH-84A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A3,
        name: "CJK UNIFIED IDEOGRAPH-84A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A4,
        name: "CJK UNIFIED IDEOGRAPH-84A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A5,
        name: "CJK UNIFIED IDEOGRAPH-84A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A6,
        name: "CJK UNIFIED IDEOGRAPH-84A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A7,
        name: "CJK UNIFIED IDEOGRAPH-84A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A8,
        name: "CJK UNIFIED IDEOGRAPH-84A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x84A9,
        name: "CJK UNIFIED IDEOGRAPH-84A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x84AA,
        name: "CJK UNIFIED IDEOGRAPH-84AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x84AB,
        name: "CJK UNIFIED IDEOGRAPH-84AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x84AC,
        name: "CJK UNIFIED IDEOGRAPH-84AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x84AD,
        name: "CJK UNIFIED IDEOGRAPH-84AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x84AE,
        name: "CJK UNIFIED IDEOGRAPH-84AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x84AF,
        name: "CJK UNIFIED IDEOGRAPH-84AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B0,
        name: "CJK UNIFIED IDEOGRAPH-84B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B1,
        name: "CJK UNIFIED IDEOGRAPH-84B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B2,
        name: "CJK UNIFIED IDEOGRAPH-84B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B3,
        name: "CJK UNIFIED IDEOGRAPH-84B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B4,
        name: "CJK UNIFIED IDEOGRAPH-84B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B5,
        name: "CJK UNIFIED IDEOGRAPH-84B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B6,
        name: "CJK UNIFIED IDEOGRAPH-84B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B7,
        name: "CJK UNIFIED IDEOGRAPH-84B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B8,
        name: "CJK UNIFIED IDEOGRAPH-84B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x84B9,
        name: "CJK UNIFIED IDEOGRAPH-84B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x84BA,
        name: "CJK UNIFIED IDEOGRAPH-84BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x84BB,
        name: "CJK UNIFIED IDEOGRAPH-84BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x84BC,
        name: "CJK UNIFIED IDEOGRAPH-84BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x84BD,
        name: "CJK UNIFIED IDEOGRAPH-84BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x84BE,
        name: "CJK UNIFIED IDEOGRAPH-84BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x84BF,
        name: "CJK UNIFIED IDEOGRAPH-84BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C0,
        name: "CJK UNIFIED IDEOGRAPH-84C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C1,
        name: "CJK UNIFIED IDEOGRAPH-84C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C2,
        name: "CJK UNIFIED IDEOGRAPH-84C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C3,
        name: "CJK UNIFIED IDEOGRAPH-84C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C4,
        name: "CJK UNIFIED IDEOGRAPH-84C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C5,
        name: "CJK UNIFIED IDEOGRAPH-84C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C6,
        name: "CJK UNIFIED IDEOGRAPH-84C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C7,
        name: "CJK UNIFIED IDEOGRAPH-84C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C8,
        name: "CJK UNIFIED IDEOGRAPH-84C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x84C9,
        name: "CJK UNIFIED IDEOGRAPH-84C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x84CA,
        name: "CJK UNIFIED IDEOGRAPH-84CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x84CB,
        name: "CJK UNIFIED IDEOGRAPH-84CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x84CC,
        name: "CJK UNIFIED IDEOGRAPH-84CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x84CD,
        name: "CJK UNIFIED IDEOGRAPH-84CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x84CE,
        name: "CJK UNIFIED IDEOGRAPH-84CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x84CF,
        name: "CJK UNIFIED IDEOGRAPH-84CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D0,
        name: "CJK UNIFIED IDEOGRAPH-84D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D1,
        name: "CJK UNIFIED IDEOGRAPH-84D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D2,
        name: "CJK UNIFIED IDEOGRAPH-84D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D3,
        name: "CJK UNIFIED IDEOGRAPH-84D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D4,
        name: "CJK UNIFIED IDEOGRAPH-84D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D5,
        name: "CJK UNIFIED IDEOGRAPH-84D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D6,
        name: "CJK UNIFIED IDEOGRAPH-84D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D7,
        name: "CJK UNIFIED IDEOGRAPH-84D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D8,
        name: "CJK UNIFIED IDEOGRAPH-84D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x84D9,
        name: "CJK UNIFIED IDEOGRAPH-84D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x84DA,
        name: "CJK UNIFIED IDEOGRAPH-84DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x84DB,
        name: "CJK UNIFIED IDEOGRAPH-84DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x84DC,
        name: "CJK UNIFIED IDEOGRAPH-84DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x84DD,
        name: "CJK UNIFIED IDEOGRAPH-84DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x84DE,
        name: "CJK UNIFIED IDEOGRAPH-84DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x84DF,
        name: "CJK UNIFIED IDEOGRAPH-84DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E0,
        name: "CJK UNIFIED IDEOGRAPH-84E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E1,
        name: "CJK UNIFIED IDEOGRAPH-84E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E2,
        name: "CJK UNIFIED IDEOGRAPH-84E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E3,
        name: "CJK UNIFIED IDEOGRAPH-84E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E4,
        name: "CJK UNIFIED IDEOGRAPH-84E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E5,
        name: "CJK UNIFIED IDEOGRAPH-84E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E6,
        name: "CJK UNIFIED IDEOGRAPH-84E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E7,
        name: "CJK UNIFIED IDEOGRAPH-84E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E8,
        name: "CJK UNIFIED IDEOGRAPH-84E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x84E9,
        name: "CJK UNIFIED IDEOGRAPH-84E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x84EA,
        name: "CJK UNIFIED IDEOGRAPH-84EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x84EB,
        name: "CJK UNIFIED IDEOGRAPH-84EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x84EC,
        name: "CJK UNIFIED IDEOGRAPH-84EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x84ED,
        name: "CJK UNIFIED IDEOGRAPH-84ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x84EE,
        name: "CJK UNIFIED IDEOGRAPH-84EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x84EF,
        name: "CJK UNIFIED IDEOGRAPH-84EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F0,
        name: "CJK UNIFIED IDEOGRAPH-84F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F1,
        name: "CJK UNIFIED IDEOGRAPH-84F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F2,
        name: "CJK UNIFIED IDEOGRAPH-84F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F3,
        name: "CJK UNIFIED IDEOGRAPH-84F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F4,
        name: "CJK UNIFIED IDEOGRAPH-84F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F5,
        name: "CJK UNIFIED IDEOGRAPH-84F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F6,
        name: "CJK UNIFIED IDEOGRAPH-84F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F7,
        name: "CJK UNIFIED IDEOGRAPH-84F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F8,
        name: "CJK UNIFIED IDEOGRAPH-84F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x84F9,
        name: "CJK UNIFIED IDEOGRAPH-84F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x84FA,
        name: "CJK UNIFIED IDEOGRAPH-84FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x84FB,
        name: "CJK UNIFIED IDEOGRAPH-84FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x84FC,
        name: "CJK UNIFIED IDEOGRAPH-84FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x84FD,
        name: "CJK UNIFIED IDEOGRAPH-84FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x84FE,
        name: "CJK UNIFIED IDEOGRAPH-84FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x84FF,
        name: "CJK UNIFIED IDEOGRAPH-84FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8500,
        name: "CJK UNIFIED IDEOGRAPH-8500",
    },
    Character {
        age: "1.1",
        codepoint: 0x8501,
        name: "CJK UNIFIED IDEOGRAPH-8501",
    },
    Character {
        age: "1.1",
        codepoint: 0x8502,
        name: "CJK UNIFIED IDEOGRAPH-8502",
    },
    Character {
        age: "1.1",
        codepoint: 0x8503,
        name: "CJK UNIFIED IDEOGRAPH-8503",
    },
    Character {
        age: "1.1",
        codepoint: 0x8504,
        name: "CJK UNIFIED IDEOGRAPH-8504",
    },
    Character {
        age: "1.1",
        codepoint: 0x8505,
        name: "CJK UNIFIED IDEOGRAPH-8505",
    },
    Character {
        age: "1.1",
        codepoint: 0x8506,
        name: "CJK UNIFIED IDEOGRAPH-8506",
    },
    Character {
        age: "1.1",
        codepoint: 0x8507,
        name: "CJK UNIFIED IDEOGRAPH-8507",
    },
    Character {
        age: "1.1",
        codepoint: 0x8508,
        name: "CJK UNIFIED IDEOGRAPH-8508",
    },
    Character {
        age: "1.1",
        codepoint: 0x8509,
        name: "CJK UNIFIED IDEOGRAPH-8509",
    },
    Character {
        age: "1.1",
        codepoint: 0x850A,
        name: "CJK UNIFIED IDEOGRAPH-850A",
    },
    Character {
        age: "1.1",
        codepoint: 0x850B,
        name: "CJK UNIFIED IDEOGRAPH-850B",
    },
    Character {
        age: "1.1",
        codepoint: 0x850C,
        name: "CJK UNIFIED IDEOGRAPH-850C",
    },
    Character {
        age: "1.1",
        codepoint: 0x850D,
        name: "CJK UNIFIED IDEOGRAPH-850D",
    },
    Character {
        age: "1.1",
        codepoint: 0x850E,
        name: "CJK UNIFIED IDEOGRAPH-850E",
    },
    Character {
        age: "1.1",
        codepoint: 0x850F,
        name: "CJK UNIFIED IDEOGRAPH-850F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8510,
        name: "CJK UNIFIED IDEOGRAPH-8510",
    },
    Character {
        age: "1.1",
        codepoint: 0x8511,
        name: "CJK UNIFIED IDEOGRAPH-8511",
    },
    Character {
        age: "1.1",
        codepoint: 0x8512,
        name: "CJK UNIFIED IDEOGRAPH-8512",
    },
    Character {
        age: "1.1",
        codepoint: 0x8513,
        name: "CJK UNIFIED IDEOGRAPH-8513",
    },
    Character {
        age: "1.1",
        codepoint: 0x8514,
        name: "CJK UNIFIED IDEOGRAPH-8514",
    },
    Character {
        age: "1.1",
        codepoint: 0x8515,
        name: "CJK UNIFIED IDEOGRAPH-8515",
    },
    Character {
        age: "1.1",
        codepoint: 0x8516,
        name: "CJK UNIFIED IDEOGRAPH-8516",
    },
    Character {
        age: "1.1",
        codepoint: 0x8517,
        name: "CJK UNIFIED IDEOGRAPH-8517",
    },
    Character {
        age: "1.1",
        codepoint: 0x8518,
        name: "CJK UNIFIED IDEOGRAPH-8518",
    },
    Character {
        age: "1.1",
        codepoint: 0x8519,
        name: "CJK UNIFIED IDEOGRAPH-8519",
    },
    Character {
        age: "1.1",
        codepoint: 0x851A,
        name: "CJK UNIFIED IDEOGRAPH-851A",
    },
    Character {
        age: "1.1",
        codepoint: 0x851B,
        name: "CJK UNIFIED IDEOGRAPH-851B",
    },
    Character {
        age: "1.1",
        codepoint: 0x851C,
        name: "CJK UNIFIED IDEOGRAPH-851C",
    },
    Character {
        age: "1.1",
        codepoint: 0x851D,
        name: "CJK UNIFIED IDEOGRAPH-851D",
    },
    Character {
        age: "1.1",
        codepoint: 0x851E,
        name: "CJK UNIFIED IDEOGRAPH-851E",
    },
    Character {
        age: "1.1",
        codepoint: 0x851F,
        name: "CJK UNIFIED IDEOGRAPH-851F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8520,
        name: "CJK UNIFIED IDEOGRAPH-8520",
    },
    Character {
        age: "1.1",
        codepoint: 0x8521,
        name: "CJK UNIFIED IDEOGRAPH-8521",
    },
    Character {
        age: "1.1",
        codepoint: 0x8522,
        name: "CJK UNIFIED IDEOGRAPH-8522",
    },
    Character {
        age: "1.1",
        codepoint: 0x8523,
        name: "CJK UNIFIED IDEOGRAPH-8523",
    },
    Character {
        age: "1.1",
        codepoint: 0x8524,
        name: "CJK UNIFIED IDEOGRAPH-8524",
    },
    Character {
        age: "1.1",
        codepoint: 0x8525,
        name: "CJK UNIFIED IDEOGRAPH-8525",
    },
    Character {
        age: "1.1",
        codepoint: 0x8526,
        name: "CJK UNIFIED IDEOGRAPH-8526",
    },
    Character {
        age: "1.1",
        codepoint: 0x8527,
        name: "CJK UNIFIED IDEOGRAPH-8527",
    },
    Character {
        age: "1.1",
        codepoint: 0x8528,
        name: "CJK UNIFIED IDEOGRAPH-8528",
    },
    Character {
        age: "1.1",
        codepoint: 0x8529,
        name: "CJK UNIFIED IDEOGRAPH-8529",
    },
    Character {
        age: "1.1",
        codepoint: 0x852A,
        name: "CJK UNIFIED IDEOGRAPH-852A",
    },
    Character {
        age: "1.1",
        codepoint: 0x852B,
        name: "CJK UNIFIED IDEOGRAPH-852B",
    },
    Character {
        age: "1.1",
        codepoint: 0x852C,
        name: "CJK UNIFIED IDEOGRAPH-852C",
    },
    Character {
        age: "1.1",
        codepoint: 0x852D,
        name: "CJK UNIFIED IDEOGRAPH-852D",
    },
    Character {
        age: "1.1",
        codepoint: 0x852E,
        name: "CJK UNIFIED IDEOGRAPH-852E",
    },
    Character {
        age: "1.1",
        codepoint: 0x852F,
        name: "CJK UNIFIED IDEOGRAPH-852F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8530,
        name: "CJK UNIFIED IDEOGRAPH-8530",
    },
    Character {
        age: "1.1",
        codepoint: 0x8531,
        name: "CJK UNIFIED IDEOGRAPH-8531",
    },
    Character {
        age: "1.1",
        codepoint: 0x8532,
        name: "CJK UNIFIED IDEOGRAPH-8532",
    },
    Character {
        age: "1.1",
        codepoint: 0x8533,
        name: "CJK UNIFIED IDEOGRAPH-8533",
    },
    Character {
        age: "1.1",
        codepoint: 0x8534,
        name: "CJK UNIFIED IDEOGRAPH-8534",
    },
    Character {
        age: "1.1",
        codepoint: 0x8535,
        name: "CJK UNIFIED IDEOGRAPH-8535",
    },
    Character {
        age: "1.1",
        codepoint: 0x8536,
        name: "CJK UNIFIED IDEOGRAPH-8536",
    },
    Character {
        age: "1.1",
        codepoint: 0x8537,
        name: "CJK UNIFIED IDEOGRAPH-8537",
    },
    Character {
        age: "1.1",
        codepoint: 0x8538,
        name: "CJK UNIFIED IDEOGRAPH-8538",
    },
    Character {
        age: "1.1",
        codepoint: 0x8539,
        name: "CJK UNIFIED IDEOGRAPH-8539",
    },
    Character {
        age: "1.1",
        codepoint: 0x853A,
        name: "CJK UNIFIED IDEOGRAPH-853A",
    },
    Character {
        age: "1.1",
        codepoint: 0x853B,
        name: "CJK UNIFIED IDEOGRAPH-853B",
    },
    Character {
        age: "1.1",
        codepoint: 0x853C,
        name: "CJK UNIFIED IDEOGRAPH-853C",
    },
    Character {
        age: "1.1",
        codepoint: 0x853D,
        name: "CJK UNIFIED IDEOGRAPH-853D",
    },
    Character {
        age: "1.1",
        codepoint: 0x853E,
        name: "CJK UNIFIED IDEOGRAPH-853E",
    },
    Character {
        age: "1.1",
        codepoint: 0x853F,
        name: "CJK UNIFIED IDEOGRAPH-853F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8540,
        name: "CJK UNIFIED IDEOGRAPH-8540",
    },
    Character {
        age: "1.1",
        codepoint: 0x8541,
        name: "CJK UNIFIED IDEOGRAPH-8541",
    },
    Character {
        age: "1.1",
        codepoint: 0x8542,
        name: "CJK UNIFIED IDEOGRAPH-8542",
    },
    Character {
        age: "1.1",
        codepoint: 0x8543,
        name: "CJK UNIFIED IDEOGRAPH-8543",
    },
    Character {
        age: "1.1",
        codepoint: 0x8544,
        name: "CJK UNIFIED IDEOGRAPH-8544",
    },
    Character {
        age: "1.1",
        codepoint: 0x8545,
        name: "CJK UNIFIED IDEOGRAPH-8545",
    },
    Character {
        age: "1.1",
        codepoint: 0x8546,
        name: "CJK UNIFIED IDEOGRAPH-8546",
    },
    Character {
        age: "1.1",
        codepoint: 0x8547,
        name: "CJK UNIFIED IDEOGRAPH-8547",
    },
    Character {
        age: "1.1",
        codepoint: 0x8548,
        name: "CJK UNIFIED IDEOGRAPH-8548",
    },
    Character {
        age: "1.1",
        codepoint: 0x8549,
        name: "CJK UNIFIED IDEOGRAPH-8549",
    },
    Character {
        age: "1.1",
        codepoint: 0x854A,
        name: "CJK UNIFIED IDEOGRAPH-854A",
    },
    Character {
        age: "1.1",
        codepoint: 0x854B,
        name: "CJK UNIFIED IDEOGRAPH-854B",
    },
    Character {
        age: "1.1",
        codepoint: 0x854C,
        name: "CJK UNIFIED IDEOGRAPH-854C",
    },
    Character {
        age: "1.1",
        codepoint: 0x854D,
        name: "CJK UNIFIED IDEOGRAPH-854D",
    },
    Character {
        age: "1.1",
        codepoint: 0x854E,
        name: "CJK UNIFIED IDEOGRAPH-854E",
    },
    Character {
        age: "1.1",
        codepoint: 0x854F,
        name: "CJK UNIFIED IDEOGRAPH-854F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8550,
        name: "CJK UNIFIED IDEOGRAPH-8550",
    },
    Character {
        age: "1.1",
        codepoint: 0x8551,
        name: "CJK UNIFIED IDEOGRAPH-8551",
    },
    Character {
        age: "1.1",
        codepoint: 0x8552,
        name: "CJK UNIFIED IDEOGRAPH-8552",
    },
    Character {
        age: "1.1",
        codepoint: 0x8553,
        name: "CJK UNIFIED IDEOGRAPH-8553",
    },
    Character {
        age: "1.1",
        codepoint: 0x8554,
        name: "CJK UNIFIED IDEOGRAPH-8554",
    },
    Character {
        age: "1.1",
        codepoint: 0x8555,
        name: "CJK UNIFIED IDEOGRAPH-8555",
    },
    Character {
        age: "1.1",
        codepoint: 0x8556,
        name: "CJK UNIFIED IDEOGRAPH-8556",
    },
    Character {
        age: "1.1",
        codepoint: 0x8557,
        name: "CJK UNIFIED IDEOGRAPH-8557",
    },
    Character {
        age: "1.1",
        codepoint: 0x8558,
        name: "CJK UNIFIED IDEOGRAPH-8558",
    },
    Character {
        age: "1.1",
        codepoint: 0x8559,
        name: "CJK UNIFIED IDEOGRAPH-8559",
    },
    Character {
        age: "1.1",
        codepoint: 0x855A,
        name: "CJK UNIFIED IDEOGRAPH-855A",
    },
    Character {
        age: "1.1",
        codepoint: 0x855B,
        name: "CJK UNIFIED IDEOGRAPH-855B",
    },
    Character {
        age: "1.1",
        codepoint: 0x855C,
        name: "CJK UNIFIED IDEOGRAPH-855C",
    },
    Character {
        age: "1.1",
        codepoint: 0x855D,
        name: "CJK UNIFIED IDEOGRAPH-855D",
    },
    Character {
        age: "1.1",
        codepoint: 0x855E,
        name: "CJK UNIFIED IDEOGRAPH-855E",
    },
    Character {
        age: "1.1",
        codepoint: 0x855F,
        name: "CJK UNIFIED IDEOGRAPH-855F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8560,
        name: "CJK UNIFIED IDEOGRAPH-8560",
    },
    Character {
        age: "1.1",
        codepoint: 0x8561,
        name: "CJK UNIFIED IDEOGRAPH-8561",
    },
    Character {
        age: "1.1",
        codepoint: 0x8562,
        name: "CJK UNIFIED IDEOGRAPH-8562",
    },
    Character {
        age: "1.1",
        codepoint: 0x8563,
        name: "CJK UNIFIED IDEOGRAPH-8563",
    },
    Character {
        age: "1.1",
        codepoint: 0x8564,
        name: "CJK UNIFIED IDEOGRAPH-8564",
    },
    Character {
        age: "1.1",
        codepoint: 0x8565,
        name: "CJK UNIFIED IDEOGRAPH-8565",
    },
    Character {
        age: "1.1",
        codepoint: 0x8566,
        name: "CJK UNIFIED IDEOGRAPH-8566",
    },
    Character {
        age: "1.1",
        codepoint: 0x8567,
        name: "CJK UNIFIED IDEOGRAPH-8567",
    },
    Character {
        age: "1.1",
        codepoint: 0x8568,
        name: "CJK UNIFIED IDEOGRAPH-8568",
    },
    Character {
        age: "1.1",
        codepoint: 0x8569,
        name: "CJK UNIFIED IDEOGRAPH-8569",
    },
    Character {
        age: "1.1",
        codepoint: 0x856A,
        name: "CJK UNIFIED IDEOGRAPH-856A",
    },
    Character {
        age: "1.1",
        codepoint: 0x856B,
        name: "CJK UNIFIED IDEOGRAPH-856B",
    },
    Character {
        age: "1.1",
        codepoint: 0x856C,
        name: "CJK UNIFIED IDEOGRAPH-856C",
    },
    Character {
        age: "1.1",
        codepoint: 0x856D,
        name: "CJK UNIFIED IDEOGRAPH-856D",
    },
    Character {
        age: "1.1",
        codepoint: 0x856E,
        name: "CJK UNIFIED IDEOGRAPH-856E",
    },
    Character {
        age: "1.1",
        codepoint: 0x856F,
        name: "CJK UNIFIED IDEOGRAPH-856F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8570,
        name: "CJK UNIFIED IDEOGRAPH-8570",
    },
    Character {
        age: "1.1",
        codepoint: 0x8571,
        name: "CJK UNIFIED IDEOGRAPH-8571",
    },
    Character {
        age: "1.1",
        codepoint: 0x8572,
        name: "CJK UNIFIED IDEOGRAPH-8572",
    },
    Character {
        age: "1.1",
        codepoint: 0x8573,
        name: "CJK UNIFIED IDEOGRAPH-8573",
    },
    Character {
        age: "1.1",
        codepoint: 0x8574,
        name: "CJK UNIFIED IDEOGRAPH-8574",
    },
    Character {
        age: "1.1",
        codepoint: 0x8575,
        name: "CJK UNIFIED IDEOGRAPH-8575",
    },
    Character {
        age: "1.1",
        codepoint: 0x8576,
        name: "CJK UNIFIED IDEOGRAPH-8576",
    },
    Character {
        age: "1.1",
        codepoint: 0x8577,
        name: "CJK UNIFIED IDEOGRAPH-8577",
    },
    Character {
        age: "1.1",
        codepoint: 0x8578,
        name: "CJK UNIFIED IDEOGRAPH-8578",
    },
    Character {
        age: "1.1",
        codepoint: 0x8579,
        name: "CJK UNIFIED IDEOGRAPH-8579",
    },
    Character {
        age: "1.1",
        codepoint: 0x857A,
        name: "CJK UNIFIED IDEOGRAPH-857A",
    },
    Character {
        age: "1.1",
        codepoint: 0x857B,
        name: "CJK UNIFIED IDEOGRAPH-857B",
    },
    Character {
        age: "1.1",
        codepoint: 0x857C,
        name: "CJK UNIFIED IDEOGRAPH-857C",
    },
    Character {
        age: "1.1",
        codepoint: 0x857D,
        name: "CJK UNIFIED IDEOGRAPH-857D",
    },
    Character {
        age: "1.1",
        codepoint: 0x857E,
        name: "CJK UNIFIED IDEOGRAPH-857E",
    },
    Character {
        age: "1.1",
        codepoint: 0x857F,
        name: "CJK UNIFIED IDEOGRAPH-857F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8580,
        name: "CJK UNIFIED IDEOGRAPH-8580",
    },
    Character {
        age: "1.1",
        codepoint: 0x8581,
        name: "CJK UNIFIED IDEOGRAPH-8581",
    },
    Character {
        age: "1.1",
        codepoint: 0x8582,
        name: "CJK UNIFIED IDEOGRAPH-8582",
    },
    Character {
        age: "1.1",
        codepoint: 0x8583,
        name: "CJK UNIFIED IDEOGRAPH-8583",
    },
    Character {
        age: "1.1",
        codepoint: 0x8584,
        name: "CJK UNIFIED IDEOGRAPH-8584",
    },
    Character {
        age: "1.1",
        codepoint: 0x8585,
        name: "CJK UNIFIED IDEOGRAPH-8585",
    },
    Character {
        age: "1.1",
        codepoint: 0x8586,
        name: "CJK UNIFIED IDEOGRAPH-8586",
    },
    Character {
        age: "1.1",
        codepoint: 0x8587,
        name: "CJK UNIFIED IDEOGRAPH-8587",
    },
    Character {
        age: "1.1",
        codepoint: 0x8588,
        name: "CJK UNIFIED IDEOGRAPH-8588",
    },
    Character {
        age: "1.1",
        codepoint: 0x8589,
        name: "CJK UNIFIED IDEOGRAPH-8589",
    },
    Character {
        age: "1.1",
        codepoint: 0x858A,
        name: "CJK UNIFIED IDEOGRAPH-858A",
    },
    Character {
        age: "1.1",
        codepoint: 0x858B,
        name: "CJK UNIFIED IDEOGRAPH-858B",
    },
    Character {
        age: "1.1",
        codepoint: 0x858C,
        name: "CJK UNIFIED IDEOGRAPH-858C",
    },
    Character {
        age: "1.1",
        codepoint: 0x858D,
        name: "CJK UNIFIED IDEOGRAPH-858D",
    },
    Character {
        age: "1.1",
        codepoint: 0x858E,
        name: "CJK UNIFIED IDEOGRAPH-858E",
    },
    Character {
        age: "1.1",
        codepoint: 0x858F,
        name: "CJK UNIFIED IDEOGRAPH-858F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8590,
        name: "CJK UNIFIED IDEOGRAPH-8590",
    },
    Character {
        age: "1.1",
        codepoint: 0x8591,
        name: "CJK UNIFIED IDEOGRAPH-8591",
    },
    Character {
        age: "1.1",
        codepoint: 0x8592,
        name: "CJK UNIFIED IDEOGRAPH-8592",
    },
    Character {
        age: "1.1",
        codepoint: 0x8593,
        name: "CJK UNIFIED IDEOGRAPH-8593",
    },
    Character {
        age: "1.1",
        codepoint: 0x8594,
        name: "CJK UNIFIED IDEOGRAPH-8594",
    },
    Character {
        age: "1.1",
        codepoint: 0x8595,
        name: "CJK UNIFIED IDEOGRAPH-8595",
    },
    Character {
        age: "1.1",
        codepoint: 0x8596,
        name: "CJK UNIFIED IDEOGRAPH-8596",
    },
    Character {
        age: "1.1",
        codepoint: 0x8597,
        name: "CJK UNIFIED IDEOGRAPH-8597",
    },
    Character {
        age: "1.1",
        codepoint: 0x8598,
        name: "CJK UNIFIED IDEOGRAPH-8598",
    },
    Character {
        age: "1.1",
        codepoint: 0x8599,
        name: "CJK UNIFIED IDEOGRAPH-8599",
    },
    Character {
        age: "1.1",
        codepoint: 0x859A,
        name: "CJK UNIFIED IDEOGRAPH-859A",
    },
    Character {
        age: "1.1",
        codepoint: 0x859B,
        name: "CJK UNIFIED IDEOGRAPH-859B",
    },
    Character {
        age: "1.1",
        codepoint: 0x859C,
        name: "CJK UNIFIED IDEOGRAPH-859C",
    },
    Character {
        age: "1.1",
        codepoint: 0x859D,
        name: "CJK UNIFIED IDEOGRAPH-859D",
    },
    Character {
        age: "1.1",
        codepoint: 0x859E,
        name: "CJK UNIFIED IDEOGRAPH-859E",
    },
    Character {
        age: "1.1",
        codepoint: 0x859F,
        name: "CJK UNIFIED IDEOGRAPH-859F",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A0,
        name: "CJK UNIFIED IDEOGRAPH-85A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A1,
        name: "CJK UNIFIED IDEOGRAPH-85A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A2,
        name: "CJK UNIFIED IDEOGRAPH-85A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A3,
        name: "CJK UNIFIED IDEOGRAPH-85A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A4,
        name: "CJK UNIFIED IDEOGRAPH-85A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A5,
        name: "CJK UNIFIED IDEOGRAPH-85A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A6,
        name: "CJK UNIFIED IDEOGRAPH-85A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A7,
        name: "CJK UNIFIED IDEOGRAPH-85A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A8,
        name: "CJK UNIFIED IDEOGRAPH-85A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x85A9,
        name: "CJK UNIFIED IDEOGRAPH-85A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x85AA,
        name: "CJK UNIFIED IDEOGRAPH-85AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x85AB,
        name: "CJK UNIFIED IDEOGRAPH-85AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x85AC,
        name: "CJK UNIFIED IDEOGRAPH-85AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x85AD,
        name: "CJK UNIFIED IDEOGRAPH-85AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x85AE,
        name: "CJK UNIFIED IDEOGRAPH-85AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x85AF,
        name: "CJK UNIFIED IDEOGRAPH-85AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B0,
        name: "CJK UNIFIED IDEOGRAPH-85B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B1,
        name: "CJK UNIFIED IDEOGRAPH-85B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B2,
        name: "CJK UNIFIED IDEOGRAPH-85B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B3,
        name: "CJK UNIFIED IDEOGRAPH-85B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B4,
        name: "CJK UNIFIED IDEOGRAPH-85B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B5,
        name: "CJK UNIFIED IDEOGRAPH-85B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B6,
        name: "CJK UNIFIED IDEOGRAPH-85B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B7,
        name: "CJK UNIFIED IDEOGRAPH-85B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B8,
        name: "CJK UNIFIED IDEOGRAPH-85B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x85B9,
        name: "CJK UNIFIED IDEOGRAPH-85B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x85BA,
        name: "CJK UNIFIED IDEOGRAPH-85BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x85BB,
        name: "CJK UNIFIED IDEOGRAPH-85BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x85BC,
        name: "CJK UNIFIED IDEOGRAPH-85BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x85BD,
        name: "CJK UNIFIED IDEOGRAPH-85BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x85BE,
        name: "CJK UNIFIED IDEOGRAPH-85BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x85BF,
        name: "CJK UNIFIED IDEOGRAPH-85BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C0,
        name: "CJK UNIFIED IDEOGRAPH-85C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C1,
        name: "CJK UNIFIED IDEOGRAPH-85C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C2,
        name: "CJK UNIFIED IDEOGRAPH-85C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C3,
        name: "CJK UNIFIED IDEOGRAPH-85C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C4,
        name: "CJK UNIFIED IDEOGRAPH-85C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C5,
        name: "CJK UNIFIED IDEOGRAPH-85C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C6,
        name: "CJK UNIFIED IDEOGRAPH-85C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C7,
        name: "CJK UNIFIED IDEOGRAPH-85C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C8,
        name: "CJK UNIFIED IDEOGRAPH-85C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x85C9,
        name: "CJK UNIFIED IDEOGRAPH-85C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x85CA,
        name: "CJK UNIFIED IDEOGRAPH-85CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x85CB,
        name: "CJK UNIFIED IDEOGRAPH-85CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x85CC,
        name: "CJK UNIFIED IDEOGRAPH-85CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x85CD,
        name: "CJK UNIFIED IDEOGRAPH-85CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x85CE,
        name: "CJK UNIFIED IDEOGRAPH-85CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x85CF,
        name: "CJK UNIFIED IDEOGRAPH-85CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D0,
        name: "CJK UNIFIED IDEOGRAPH-85D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D1,
        name: "CJK UNIFIED IDEOGRAPH-85D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D2,
        name: "CJK UNIFIED IDEOGRAPH-85D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D3,
        name: "CJK UNIFIED IDEOGRAPH-85D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D4,
        name: "CJK UNIFIED IDEOGRAPH-85D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D5,
        name: "CJK UNIFIED IDEOGRAPH-85D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D6,
        name: "CJK UNIFIED IDEOGRAPH-85D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D7,
        name: "CJK UNIFIED IDEOGRAPH-85D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D8,
        name: "CJK UNIFIED IDEOGRAPH-85D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x85D9,
        name: "CJK UNIFIED IDEOGRAPH-85D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x85DA,
        name: "CJK UNIFIED IDEOGRAPH-85DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x85DB,
        name: "CJK UNIFIED IDEOGRAPH-85DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x85DC,
        name: "CJK UNIFIED IDEOGRAPH-85DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x85DD,
        name: "CJK UNIFIED IDEOGRAPH-85DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x85DE,
        name: "CJK UNIFIED IDEOGRAPH-85DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x85DF,
        name: "CJK UNIFIED IDEOGRAPH-85DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E0,
        name: "CJK UNIFIED IDEOGRAPH-85E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E1,
        name: "CJK UNIFIED IDEOGRAPH-85E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E2,
        name: "CJK UNIFIED IDEOGRAPH-85E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E3,
        name: "CJK UNIFIED IDEOGRAPH-85E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E4,
        name: "CJK UNIFIED IDEOGRAPH-85E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E5,
        name: "CJK UNIFIED IDEOGRAPH-85E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E6,
        name: "CJK UNIFIED IDEOGRAPH-85E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E7,
        name: "CJK UNIFIED IDEOGRAPH-85E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E8,
        name: "CJK UNIFIED IDEOGRAPH-85E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x85E9,
        name: "CJK UNIFIED IDEOGRAPH-85E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x85EA,
        name: "CJK UNIFIED IDEOGRAPH-85EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x85EB,
        name: "CJK UNIFIED IDEOGRAPH-85EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x85EC,
        name: "CJK UNIFIED IDEOGRAPH-85EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x85ED,
        name: "CJK UNIFIED IDEOGRAPH-85ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x85EE,
        name: "CJK UNIFIED IDEOGRAPH-85EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x85EF,
        name: "CJK UNIFIED IDEOGRAPH-85EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F0,
        name: "CJK UNIFIED IDEOGRAPH-85F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F1,
        name: "CJK UNIFIED IDEOGRAPH-85F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F2,
        name: "CJK UNIFIED IDEOGRAPH-85F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F3,
        name: "CJK UNIFIED IDEOGRAPH-85F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F4,
        name: "CJK UNIFIED IDEOGRAPH-85F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F5,
        name: "CJK UNIFIED IDEOGRAPH-85F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F6,
        name: "CJK UNIFIED IDEOGRAPH-85F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F7,
        name: "CJK UNIFIED IDEOGRAPH-85F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F8,
        name: "CJK UNIFIED IDEOGRAPH-85F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x85F9,
        name: "CJK UNIFIED IDEOGRAPH-85F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x85FA,
        name: "CJK UNIFIED IDEOGRAPH-85FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x85FB,
        name: "CJK UNIFIED IDEOGRAPH-85FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x85FC,
        name: "CJK UNIFIED IDEOGRAPH-85FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x85FD,
        name: "CJK UNIFIED IDEOGRAPH-85FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x85FE,
        name: "CJK UNIFIED IDEOGRAPH-85FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x85FF,
        name: "CJK UNIFIED IDEOGRAPH-85FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8600,
        name: "CJK UNIFIED IDEOGRAPH-8600",
    },
    Character {
        age: "1.1",
        codepoint: 0x8601,
        name: "CJK UNIFIED IDEOGRAPH-8601",
    },
    Character {
        age: "1.1",
        codepoint: 0x8602,
        name: "CJK UNIFIED IDEOGRAPH-8602",
    },
    Character {
        age: "1.1",
        codepoint: 0x8603,
        name: "CJK UNIFIED IDEOGRAPH-8603",
    },
    Character {
        age: "1.1",
        codepoint: 0x8604,
        name: "CJK UNIFIED IDEOGRAPH-8604",
    },
    Character {
        age: "1.1",
        codepoint: 0x8605,
        name: "CJK UNIFIED IDEOGRAPH-8605",
    },
    Character {
        age: "1.1",
        codepoint: 0x8606,
        name: "CJK UNIFIED IDEOGRAPH-8606",
    },
    Character {
        age: "1.1",
        codepoint: 0x8607,
        name: "CJK UNIFIED IDEOGRAPH-8607",
    },
    Character {
        age: "1.1",
        codepoint: 0x8608,
        name: "CJK UNIFIED IDEOGRAPH-8608",
    },
    Character {
        age: "1.1",
        codepoint: 0x8609,
        name: "CJK UNIFIED IDEOGRAPH-8609",
    },
    Character {
        age: "1.1",
        codepoint: 0x860A,
        name: "CJK UNIFIED IDEOGRAPH-860A",
    },
    Character {
        age: "1.1",
        codepoint: 0x860B,
        name: "CJK UNIFIED IDEOGRAPH-860B",
    },
    Character {
        age: "1.1",
        codepoint: 0x860C,
        name: "CJK UNIFIED IDEOGRAPH-860C",
    },
    Character {
        age: "1.1",
        codepoint: 0x860D,
        name: "CJK UNIFIED IDEOGRAPH-860D",
    },
    Character {
        age: "1.1",
        codepoint: 0x860E,
        name: "CJK UNIFIED IDEOGRAPH-860E",
    },
    Character {
        age: "1.1",
        codepoint: 0x860F,
        name: "CJK UNIFIED IDEOGRAPH-860F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8610,
        name: "CJK UNIFIED IDEOGRAPH-8610",
    },
    Character {
        age: "1.1",
        codepoint: 0x8611,
        name: "CJK UNIFIED IDEOGRAPH-8611",
    },
    Character {
        age: "1.1",
        codepoint: 0x8612,
        name: "CJK UNIFIED IDEOGRAPH-8612",
    },
    Character {
        age: "1.1",
        codepoint: 0x8613,
        name: "CJK UNIFIED IDEOGRAPH-8613",
    },
    Character {
        age: "1.1",
        codepoint: 0x8614,
        name: "CJK UNIFIED IDEOGRAPH-8614",
    },
    Character {
        age: "1.1",
        codepoint: 0x8615,
        name: "CJK UNIFIED IDEOGRAPH-8615",
    },
    Character {
        age: "1.1",
        codepoint: 0x8616,
        name: "CJK UNIFIED IDEOGRAPH-8616",
    },
    Character {
        age: "1.1",
        codepoint: 0x8617,
        name: "CJK UNIFIED IDEOGRAPH-8617",
    },
    Character {
        age: "1.1",
        codepoint: 0x8618,
        name: "CJK UNIFIED IDEOGRAPH-8618",
    },
    Character {
        age: "1.1",
        codepoint: 0x8619,
        name: "CJK UNIFIED IDEOGRAPH-8619",
    },
    Character {
        age: "1.1",
        codepoint: 0x861A,
        name: "CJK UNIFIED IDEOGRAPH-861A",
    },
    Character {
        age: "1.1",
        codepoint: 0x861B,
        name: "CJK UNIFIED IDEOGRAPH-861B",
    },
    Character {
        age: "1.1",
        codepoint: 0x861C,
        name: "CJK UNIFIED IDEOGRAPH-861C",
    },
    Character {
        age: "1.1",
        codepoint: 0x861D,
        name: "CJK UNIFIED IDEOGRAPH-861D",
    },
    Character {
        age: "1.1",
        codepoint: 0x861E,
        name: "CJK UNIFIED IDEOGRAPH-861E",
    },
    Character {
        age: "1.1",
        codepoint: 0x861F,
        name: "CJK UNIFIED IDEOGRAPH-861F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8620,
        name: "CJK UNIFIED IDEOGRAPH-8620",
    },
    Character {
        age: "1.1",
        codepoint: 0x8621,
        name: "CJK UNIFIED IDEOGRAPH-8621",
    },
    Character {
        age: "1.1",
        codepoint: 0x8622,
        name: "CJK UNIFIED IDEOGRAPH-8622",
    },
    Character {
        age: "1.1",
        codepoint: 0x8623,
        name: "CJK UNIFIED IDEOGRAPH-8623",
    },
    Character {
        age: "1.1",
        codepoint: 0x8624,
        name: "CJK UNIFIED IDEOGRAPH-8624",
    },
    Character {
        age: "1.1",
        codepoint: 0x8625,
        name: "CJK UNIFIED IDEOGRAPH-8625",
    },
    Character {
        age: "1.1",
        codepoint: 0x8626,
        name: "CJK UNIFIED IDEOGRAPH-8626",
    },
    Character {
        age: "1.1",
        codepoint: 0x8627,
        name: "CJK UNIFIED IDEOGRAPH-8627",
    },
    Character {
        age: "1.1",
        codepoint: 0x8628,
        name: "CJK UNIFIED IDEOGRAPH-8628",
    },
    Character {
        age: "1.1",
        codepoint: 0x8629,
        name: "CJK UNIFIED IDEOGRAPH-8629",
    },
    Character {
        age: "1.1",
        codepoint: 0x862A,
        name: "CJK UNIFIED IDEOGRAPH-862A",
    },
    Character {
        age: "1.1",
        codepoint: 0x862B,
        name: "CJK UNIFIED IDEOGRAPH-862B",
    },
    Character {
        age: "1.1",
        codepoint: 0x862C,
        name: "CJK UNIFIED IDEOGRAPH-862C",
    },
    Character {
        age: "1.1",
        codepoint: 0x862D,
        name: "CJK UNIFIED IDEOGRAPH-862D",
    },
    Character {
        age: "1.1",
        codepoint: 0x862E,
        name: "CJK UNIFIED IDEOGRAPH-862E",
    },
    Character {
        age: "1.1",
        codepoint: 0x862F,
        name: "CJK UNIFIED IDEOGRAPH-862F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8630,
        name: "CJK UNIFIED IDEOGRAPH-8630",
    },
    Character {
        age: "1.1",
        codepoint: 0x8631,
        name: "CJK UNIFIED IDEOGRAPH-8631",
    },
    Character {
        age: "1.1",
        codepoint: 0x8632,
        name: "CJK UNIFIED IDEOGRAPH-8632",
    },
    Character {
        age: "1.1",
        codepoint: 0x8633,
        name: "CJK UNIFIED IDEOGRAPH-8633",
    },
    Character {
        age: "1.1",
        codepoint: 0x8634,
        name: "CJK UNIFIED IDEOGRAPH-8634",
    },
    Character {
        age: "1.1",
        codepoint: 0x8635,
        name: "CJK UNIFIED IDEOGRAPH-8635",
    },
    Character {
        age: "1.1",
        codepoint: 0x8636,
        name: "CJK UNIFIED IDEOGRAPH-8636",
    },
    Character {
        age: "1.1",
        codepoint: 0x8637,
        name: "CJK UNIFIED IDEOGRAPH-8637",
    },
    Character {
        age: "1.1",
        codepoint: 0x8638,
        name: "CJK UNIFIED IDEOGRAPH-8638",
    },
    Character {
        age: "1.1",
        codepoint: 0x8639,
        name: "CJK UNIFIED IDEOGRAPH-8639",
    },
    Character {
        age: "1.1",
        codepoint: 0x863A,
        name: "CJK UNIFIED IDEOGRAPH-863A",
    },
    Character {
        age: "1.1",
        codepoint: 0x863B,
        name: "CJK UNIFIED IDEOGRAPH-863B",
    },
    Character {
        age: "1.1",
        codepoint: 0x863C,
        name: "CJK UNIFIED IDEOGRAPH-863C",
    },
    Character {
        age: "1.1",
        codepoint: 0x863D,
        name: "CJK UNIFIED IDEOGRAPH-863D",
    },
    Character {
        age: "1.1",
        codepoint: 0x863E,
        name: "CJK UNIFIED IDEOGRAPH-863E",
    },
    Character {
        age: "1.1",
        codepoint: 0x863F,
        name: "CJK UNIFIED IDEOGRAPH-863F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8640,
        name: "CJK UNIFIED IDEOGRAPH-8640",
    },
    Character {
        age: "1.1",
        codepoint: 0x8641,
        name: "CJK UNIFIED IDEOGRAPH-8641",
    },
    Character {
        age: "1.1",
        codepoint: 0x8642,
        name: "CJK UNIFIED IDEOGRAPH-8642",
    },
    Character {
        age: "1.1",
        codepoint: 0x8643,
        name: "CJK UNIFIED IDEOGRAPH-8643",
    },
    Character {
        age: "1.1",
        codepoint: 0x8644,
        name: "CJK UNIFIED IDEOGRAPH-8644",
    },
    Character {
        age: "1.1",
        codepoint: 0x8645,
        name: "CJK UNIFIED IDEOGRAPH-8645",
    },
    Character {
        age: "1.1",
        codepoint: 0x8646,
        name: "CJK UNIFIED IDEOGRAPH-8646",
    },
    Character {
        age: "1.1",
        codepoint: 0x8647,
        name: "CJK UNIFIED IDEOGRAPH-8647",
    },
    Character {
        age: "1.1",
        codepoint: 0x8648,
        name: "CJK UNIFIED IDEOGRAPH-8648",
    },
    Character {
        age: "1.1",
        codepoint: 0x8649,
        name: "CJK UNIFIED IDEOGRAPH-8649",
    },
    Character {
        age: "1.1",
        codepoint: 0x864A,
        name: "CJK UNIFIED IDEOGRAPH-864A",
    },
    Character {
        age: "1.1",
        codepoint: 0x864B,
        name: "CJK UNIFIED IDEOGRAPH-864B",
    },
    Character {
        age: "1.1",
        codepoint: 0x864C,
        name: "CJK UNIFIED IDEOGRAPH-864C",
    },
    Character {
        age: "1.1",
        codepoint: 0x864D,
        name: "CJK UNIFIED IDEOGRAPH-864D",
    },
    Character {
        age: "1.1",
        codepoint: 0x864E,
        name: "CJK UNIFIED IDEOGRAPH-864E",
    },
    Character {
        age: "1.1",
        codepoint: 0x864F,
        name: "CJK UNIFIED IDEOGRAPH-864F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8650,
        name: "CJK UNIFIED IDEOGRAPH-8650",
    },
    Character {
        age: "1.1",
        codepoint: 0x8651,
        name: "CJK UNIFIED IDEOGRAPH-8651",
    },
    Character {
        age: "1.1",
        codepoint: 0x8652,
        name: "CJK UNIFIED IDEOGRAPH-8652",
    },
    Character {
        age: "1.1",
        codepoint: 0x8653,
        name: "CJK UNIFIED IDEOGRAPH-8653",
    },
    Character {
        age: "1.1",
        codepoint: 0x8654,
        name: "CJK UNIFIED IDEOGRAPH-8654",
    },
    Character {
        age: "1.1",
        codepoint: 0x8655,
        name: "CJK UNIFIED IDEOGRAPH-8655",
    },
    Character {
        age: "1.1",
        codepoint: 0x8656,
        name: "CJK UNIFIED IDEOGRAPH-8656",
    },
    Character {
        age: "1.1",
        codepoint: 0x8657,
        name: "CJK UNIFIED IDEOGRAPH-8657",
    },
    Character {
        age: "1.1",
        codepoint: 0x8658,
        name: "CJK UNIFIED IDEOGRAPH-8658",
    },
    Character {
        age: "1.1",
        codepoint: 0x8659,
        name: "CJK UNIFIED IDEOGRAPH-8659",
    },
    Character {
        age: "1.1",
        codepoint: 0x865A,
        name: "CJK UNIFIED IDEOGRAPH-865A",
    },
    Character {
        age: "1.1",
        codepoint: 0x865B,
        name: "CJK UNIFIED IDEOGRAPH-865B",
    },
    Character {
        age: "1.1",
        codepoint: 0x865C,
        name: "CJK UNIFIED IDEOGRAPH-865C",
    },
    Character {
        age: "1.1",
        codepoint: 0x865D,
        name: "CJK UNIFIED IDEOGRAPH-865D",
    },
    Character {
        age: "1.1",
        codepoint: 0x865E,
        name: "CJK UNIFIED IDEOGRAPH-865E",
    },
    Character {
        age: "1.1",
        codepoint: 0x865F,
        name: "CJK UNIFIED IDEOGRAPH-865F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8660,
        name: "CJK UNIFIED IDEOGRAPH-8660",
    },
    Character {
        age: "1.1",
        codepoint: 0x8661,
        name: "CJK UNIFIED IDEOGRAPH-8661",
    },
    Character {
        age: "1.1",
        codepoint: 0x8662,
        name: "CJK UNIFIED IDEOGRAPH-8662",
    },
    Character {
        age: "1.1",
        codepoint: 0x8663,
        name: "CJK UNIFIED IDEOGRAPH-8663",
    },
    Character {
        age: "1.1",
        codepoint: 0x8664,
        name: "CJK UNIFIED IDEOGRAPH-8664",
    },
    Character {
        age: "1.1",
        codepoint: 0x8665,
        name: "CJK UNIFIED IDEOGRAPH-8665",
    },
    Character {
        age: "1.1",
        codepoint: 0x8666,
        name: "CJK UNIFIED IDEOGRAPH-8666",
    },
    Character {
        age: "1.1",
        codepoint: 0x8667,
        name: "CJK UNIFIED IDEOGRAPH-8667",
    },
    Character {
        age: "1.1",
        codepoint: 0x8668,
        name: "CJK UNIFIED IDEOGRAPH-8668",
    },
    Character {
        age: "1.1",
        codepoint: 0x8669,
        name: "CJK UNIFIED IDEOGRAPH-8669",
    },
    Character {
        age: "1.1",
        codepoint: 0x866A,
        name: "CJK UNIFIED IDEOGRAPH-866A",
    },
    Character {
        age: "1.1",
        codepoint: 0x866B,
        name: "CJK UNIFIED IDEOGRAPH-866B",
    },
    Character {
        age: "1.1",
        codepoint: 0x866C,
        name: "CJK UNIFIED IDEOGRAPH-866C",
    },
    Character {
        age: "1.1",
        codepoint: 0x866D,
        name: "CJK UNIFIED IDEOGRAPH-866D",
    },
    Character {
        age: "1.1",
        codepoint: 0x866E,
        name: "CJK UNIFIED IDEOGRAPH-866E",
    },
    Character {
        age: "1.1",
        codepoint: 0x866F,
        name: "CJK UNIFIED IDEOGRAPH-866F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8670,
        name: "CJK UNIFIED IDEOGRAPH-8670",
    },
    Character {
        age: "1.1",
        codepoint: 0x8671,
        name: "CJK UNIFIED IDEOGRAPH-8671",
    },
    Character {
        age: "1.1",
        codepoint: 0x8672,
        name: "CJK UNIFIED IDEOGRAPH-8672",
    },
    Character {
        age: "1.1",
        codepoint: 0x8673,
        name: "CJK UNIFIED IDEOGRAPH-8673",
    },
    Character {
        age: "1.1",
        codepoint: 0x8674,
        name: "CJK UNIFIED IDEOGRAPH-8674",
    },
    Character {
        age: "1.1",
        codepoint: 0x8675,
        name: "CJK UNIFIED IDEOGRAPH-8675",
    },
    Character {
        age: "1.1",
        codepoint: 0x8676,
        name: "CJK UNIFIED IDEOGRAPH-8676",
    },
    Character {
        age: "1.1",
        codepoint: 0x8677,
        name: "CJK UNIFIED IDEOGRAPH-8677",
    },
    Character {
        age: "1.1",
        codepoint: 0x8678,
        name: "CJK UNIFIED IDEOGRAPH-8678",
    },
    Character {
        age: "1.1",
        codepoint: 0x8679,
        name: "CJK UNIFIED IDEOGRAPH-8679",
    },
    Character {
        age: "1.1",
        codepoint: 0x867A,
        name: "CJK UNIFIED IDEOGRAPH-867A",
    },
    Character {
        age: "1.1",
        codepoint: 0x867B,
        name: "CJK UNIFIED IDEOGRAPH-867B",
    },
    Character {
        age: "1.1",
        codepoint: 0x867C,
        name: "CJK UNIFIED IDEOGRAPH-867C",
    },
    Character {
        age: "1.1",
        codepoint: 0x867D,
        name: "CJK UNIFIED IDEOGRAPH-867D",
    },
    Character {
        age: "1.1",
        codepoint: 0x867E,
        name: "CJK UNIFIED IDEOGRAPH-867E",
    },
    Character {
        age: "1.1",
        codepoint: 0x867F,
        name: "CJK UNIFIED IDEOGRAPH-867F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8680,
        name: "CJK UNIFIED IDEOGRAPH-8680",
    },
    Character {
        age: "1.1",
        codepoint: 0x8681,
        name: "CJK UNIFIED IDEOGRAPH-8681",
    },
    Character {
        age: "1.1",
        codepoint: 0x8682,
        name: "CJK UNIFIED IDEOGRAPH-8682",
    },
    Character {
        age: "1.1",
        codepoint: 0x8683,
        name: "CJK UNIFIED IDEOGRAPH-8683",
    },
    Character {
        age: "1.1",
        codepoint: 0x8684,
        name: "CJK UNIFIED IDEOGRAPH-8684",
    },
    Character {
        age: "1.1",
        codepoint: 0x8685,
        name: "CJK UNIFIED IDEOGRAPH-8685",
    },
    Character {
        age: "1.1",
        codepoint: 0x8686,
        name: "CJK UNIFIED IDEOGRAPH-8686",
    },
    Character {
        age: "1.1",
        codepoint: 0x8687,
        name: "CJK UNIFIED IDEOGRAPH-8687",
    },
    Character {
        age: "1.1",
        codepoint: 0x8688,
        name: "CJK UNIFIED IDEOGRAPH-8688",
    },
    Character {
        age: "1.1",
        codepoint: 0x8689,
        name: "CJK UNIFIED IDEOGRAPH-8689",
    },
    Character {
        age: "1.1",
        codepoint: 0x868A,
        name: "CJK UNIFIED IDEOGRAPH-868A",
    },
    Character {
        age: "1.1",
        codepoint: 0x868B,
        name: "CJK UNIFIED IDEOGRAPH-868B",
    },
    Character {
        age: "1.1",
        codepoint: 0x868C,
        name: "CJK UNIFIED IDEOGRAPH-868C",
    },
    Character {
        age: "1.1",
        codepoint: 0x868D,
        name: "CJK UNIFIED IDEOGRAPH-868D",
    },
    Character {
        age: "1.1",
        codepoint: 0x868E,
        name: "CJK UNIFIED IDEOGRAPH-868E",
    },
    Character {
        age: "1.1",
        codepoint: 0x868F,
        name: "CJK UNIFIED IDEOGRAPH-868F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8690,
        name: "CJK UNIFIED IDEOGRAPH-8690",
    },
    Character {
        age: "1.1",
        codepoint: 0x8691,
        name: "CJK UNIFIED IDEOGRAPH-8691",
    },
    Character {
        age: "1.1",
        codepoint: 0x8692,
        name: "CJK UNIFIED IDEOGRAPH-8692",
    },
    Character {
        age: "1.1",
        codepoint: 0x8693,
        name: "CJK UNIFIED IDEOGRAPH-8693",
    },
    Character {
        age: "1.1",
        codepoint: 0x8694,
        name: "CJK UNIFIED IDEOGRAPH-8694",
    },
    Character {
        age: "1.1",
        codepoint: 0x8695,
        name: "CJK UNIFIED IDEOGRAPH-8695",
    },
    Character {
        age: "1.1",
        codepoint: 0x8696,
        name: "CJK UNIFIED IDEOGRAPH-8696",
    },
    Character {
        age: "1.1",
        codepoint: 0x8697,
        name: "CJK UNIFIED IDEOGRAPH-8697",
    },
    Character {
        age: "1.1",
        codepoint: 0x8698,
        name: "CJK UNIFIED IDEOGRAPH-8698",
    },
    Character {
        age: "1.1",
        codepoint: 0x8699,
        name: "CJK UNIFIED IDEOGRAPH-8699",
    },
    Character {
        age: "1.1",
        codepoint: 0x869A,
        name: "CJK UNIFIED IDEOGRAPH-869A",
    },
    Character {
        age: "1.1",
        codepoint: 0x869B,
        name: "CJK UNIFIED IDEOGRAPH-869B",
    },
    Character {
        age: "1.1",
        codepoint: 0x869C,
        name: "CJK UNIFIED IDEOGRAPH-869C",
    },
    Character {
        age: "1.1",
        codepoint: 0x869D,
        name: "CJK UNIFIED IDEOGRAPH-869D",
    },
    Character {
        age: "1.1",
        codepoint: 0x869E,
        name: "CJK UNIFIED IDEOGRAPH-869E",
    },
    Character {
        age: "1.1",
        codepoint: 0x869F,
        name: "CJK UNIFIED IDEOGRAPH-869F",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A0,
        name: "CJK UNIFIED IDEOGRAPH-86A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A1,
        name: "CJK UNIFIED IDEOGRAPH-86A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A2,
        name: "CJK UNIFIED IDEOGRAPH-86A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A3,
        name: "CJK UNIFIED IDEOGRAPH-86A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A4,
        name: "CJK UNIFIED IDEOGRAPH-86A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A5,
        name: "CJK UNIFIED IDEOGRAPH-86A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A6,
        name: "CJK UNIFIED IDEOGRAPH-86A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A7,
        name: "CJK UNIFIED IDEOGRAPH-86A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A8,
        name: "CJK UNIFIED IDEOGRAPH-86A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x86A9,
        name: "CJK UNIFIED IDEOGRAPH-86A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x86AA,
        name: "CJK UNIFIED IDEOGRAPH-86AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x86AB,
        name: "CJK UNIFIED IDEOGRAPH-86AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x86AC,
        name: "CJK UNIFIED IDEOGRAPH-86AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x86AD,
        name: "CJK UNIFIED IDEOGRAPH-86AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x86AE,
        name: "CJK UNIFIED IDEOGRAPH-86AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x86AF,
        name: "CJK UNIFIED IDEOGRAPH-86AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B0,
        name: "CJK UNIFIED IDEOGRAPH-86B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B1,
        name: "CJK UNIFIED IDEOGRAPH-86B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B2,
        name: "CJK UNIFIED IDEOGRAPH-86B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B3,
        name: "CJK UNIFIED IDEOGRAPH-86B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B4,
        name: "CJK UNIFIED IDEOGRAPH-86B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B5,
        name: "CJK UNIFIED IDEOGRAPH-86B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B6,
        name: "CJK UNIFIED IDEOGRAPH-86B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B7,
        name: "CJK UNIFIED IDEOGRAPH-86B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B8,
        name: "CJK UNIFIED IDEOGRAPH-86B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x86B9,
        name: "CJK UNIFIED IDEOGRAPH-86B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x86BA,
        name: "CJK UNIFIED IDEOGRAPH-86BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x86BB,
        name: "CJK UNIFIED IDEOGRAPH-86BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x86BC,
        name: "CJK UNIFIED IDEOGRAPH-86BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x86BD,
        name: "CJK UNIFIED IDEOGRAPH-86BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x86BE,
        name: "CJK UNIFIED IDEOGRAPH-86BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x86BF,
        name: "CJK UNIFIED IDEOGRAPH-86BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C0,
        name: "CJK UNIFIED IDEOGRAPH-86C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C1,
        name: "CJK UNIFIED IDEOGRAPH-86C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C2,
        name: "CJK UNIFIED IDEOGRAPH-86C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C3,
        name: "CJK UNIFIED IDEOGRAPH-86C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C4,
        name: "CJK UNIFIED IDEOGRAPH-86C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C5,
        name: "CJK UNIFIED IDEOGRAPH-86C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C6,
        name: "CJK UNIFIED IDEOGRAPH-86C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C7,
        name: "CJK UNIFIED IDEOGRAPH-86C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C8,
        name: "CJK UNIFIED IDEOGRAPH-86C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x86C9,
        name: "CJK UNIFIED IDEOGRAPH-86C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x86CA,
        name: "CJK UNIFIED IDEOGRAPH-86CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x86CB,
        name: "CJK UNIFIED IDEOGRAPH-86CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x86CC,
        name: "CJK UNIFIED IDEOGRAPH-86CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x86CD,
        name: "CJK UNIFIED IDEOGRAPH-86CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x86CE,
        name: "CJK UNIFIED IDEOGRAPH-86CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x86CF,
        name: "CJK UNIFIED IDEOGRAPH-86CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D0,
        name: "CJK UNIFIED IDEOGRAPH-86D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D1,
        name: "CJK UNIFIED IDEOGRAPH-86D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D2,
        name: "CJK UNIFIED IDEOGRAPH-86D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D3,
        name: "CJK UNIFIED IDEOGRAPH-86D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D4,
        name: "CJK UNIFIED IDEOGRAPH-86D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D5,
        name: "CJK UNIFIED IDEOGRAPH-86D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D6,
        name: "CJK UNIFIED IDEOGRAPH-86D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D7,
        name: "CJK UNIFIED IDEOGRAPH-86D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D8,
        name: "CJK UNIFIED IDEOGRAPH-86D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x86D9,
        name: "CJK UNIFIED IDEOGRAPH-86D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x86DA,
        name: "CJK UNIFIED IDEOGRAPH-86DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x86DB,
        name: "CJK UNIFIED IDEOGRAPH-86DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x86DC,
        name: "CJK UNIFIED IDEOGRAPH-86DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x86DD,
        name: "CJK UNIFIED IDEOGRAPH-86DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x86DE,
        name: "CJK UNIFIED IDEOGRAPH-86DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x86DF,
        name: "CJK UNIFIED IDEOGRAPH-86DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E0,
        name: "CJK UNIFIED IDEOGRAPH-86E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E1,
        name: "CJK UNIFIED IDEOGRAPH-86E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E2,
        name: "CJK UNIFIED IDEOGRAPH-86E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E3,
        name: "CJK UNIFIED IDEOGRAPH-86E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E4,
        name: "CJK UNIFIED IDEOGRAPH-86E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E5,
        name: "CJK UNIFIED IDEOGRAPH-86E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E6,
        name: "CJK UNIFIED IDEOGRAPH-86E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E7,
        name: "CJK UNIFIED IDEOGRAPH-86E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E8,
        name: "CJK UNIFIED IDEOGRAPH-86E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x86E9,
        name: "CJK UNIFIED IDEOGRAPH-86E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x86EA,
        name: "CJK UNIFIED IDEOGRAPH-86EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x86EB,
        name: "CJK UNIFIED IDEOGRAPH-86EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x86EC,
        name: "CJK UNIFIED IDEOGRAPH-86EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x86ED,
        name: "CJK UNIFIED IDEOGRAPH-86ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x86EE,
        name: "CJK UNIFIED IDEOGRAPH-86EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x86EF,
        name: "CJK UNIFIED IDEOGRAPH-86EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F0,
        name: "CJK UNIFIED IDEOGRAPH-86F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F1,
        name: "CJK UNIFIED IDEOGRAPH-86F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F2,
        name: "CJK UNIFIED IDEOGRAPH-86F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F3,
        name: "CJK UNIFIED IDEOGRAPH-86F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F4,
        name: "CJK UNIFIED IDEOGRAPH-86F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F5,
        name: "CJK UNIFIED IDEOGRAPH-86F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F6,
        name: "CJK UNIFIED IDEOGRAPH-86F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F7,
        name: "CJK UNIFIED IDEOGRAPH-86F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F8,
        name: "CJK UNIFIED IDEOGRAPH-86F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x86F9,
        name: "CJK UNIFIED IDEOGRAPH-86F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x86FA,
        name: "CJK UNIFIED IDEOGRAPH-86FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x86FB,
        name: "CJK UNIFIED IDEOGRAPH-86FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x86FC,
        name: "CJK UNIFIED IDEOGRAPH-86FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x86FD,
        name: "CJK UNIFIED IDEOGRAPH-86FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x86FE,
        name: "CJK UNIFIED IDEOGRAPH-86FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x86FF,
        name: "CJK UNIFIED IDEOGRAPH-86FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8700,
        name: "CJK UNIFIED IDEOGRAPH-8700",
    },
    Character {
        age: "1.1",
        codepoint: 0x8701,
        name: "CJK UNIFIED IDEOGRAPH-8701",
    },
    Character {
        age: "1.1",
        codepoint: 0x8702,
        name: "CJK UNIFIED IDEOGRAPH-8702",
    },
    Character {
        age: "1.1",
        codepoint: 0x8703,
        name: "CJK UNIFIED IDEOGRAPH-8703",
    },
    Character {
        age: "1.1",
        codepoint: 0x8704,
        name: "CJK UNIFIED IDEOGRAPH-8704",
    },
    Character {
        age: "1.1",
        codepoint: 0x8705,
        name: "CJK UNIFIED IDEOGRAPH-8705",
    },
    Character {
        age: "1.1",
        codepoint: 0x8706,
        name: "CJK UNIFIED IDEOGRAPH-8706",
    },
    Character {
        age: "1.1",
        codepoint: 0x8707,
        name: "CJK UNIFIED IDEOGRAPH-8707",
    },
    Character {
        age: "1.1",
        codepoint: 0x8708,
        name: "CJK UNIFIED IDEOGRAPH-8708",
    },
    Character {
        age: "1.1",
        codepoint: 0x8709,
        name: "CJK UNIFIED IDEOGRAPH-8709",
    },
    Character {
        age: "1.1",
        codepoint: 0x870A,
        name: "CJK UNIFIED IDEOGRAPH-870A",
    },
    Character {
        age: "1.1",
        codepoint: 0x870B,
        name: "CJK UNIFIED IDEOGRAPH-870B",
    },
    Character {
        age: "1.1",
        codepoint: 0x870C,
        name: "CJK UNIFIED IDEOGRAPH-870C",
    },
    Character {
        age: "1.1",
        codepoint: 0x870D,
        name: "CJK UNIFIED IDEOGRAPH-870D",
    },
    Character {
        age: "1.1",
        codepoint: 0x870E,
        name: "CJK UNIFIED IDEOGRAPH-870E",
    },
    Character {
        age: "1.1",
        codepoint: 0x870F,
        name: "CJK UNIFIED IDEOGRAPH-870F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8710,
        name: "CJK UNIFIED IDEOGRAPH-8710",
    },
    Character {
        age: "1.1",
        codepoint: 0x8711,
        name: "CJK UNIFIED IDEOGRAPH-8711",
    },
    Character {
        age: "1.1",
        codepoint: 0x8712,
        name: "CJK UNIFIED IDEOGRAPH-8712",
    },
    Character {
        age: "1.1",
        codepoint: 0x8713,
        name: "CJK UNIFIED IDEOGRAPH-8713",
    },
    Character {
        age: "1.1",
        codepoint: 0x8714,
        name: "CJK UNIFIED IDEOGRAPH-8714",
    },
    Character {
        age: "1.1",
        codepoint: 0x8715,
        name: "CJK UNIFIED IDEOGRAPH-8715",
    },
    Character {
        age: "1.1",
        codepoint: 0x8716,
        name: "CJK UNIFIED IDEOGRAPH-8716",
    },
    Character {
        age: "1.1",
        codepoint: 0x8717,
        name: "CJK UNIFIED IDEOGRAPH-8717",
    },
    Character {
        age: "1.1",
        codepoint: 0x8718,
        name: "CJK UNIFIED IDEOGRAPH-8718",
    },
    Character {
        age: "1.1",
        codepoint: 0x8719,
        name: "CJK UNIFIED IDEOGRAPH-8719",
    },
    Character {
        age: "1.1",
        codepoint: 0x871A,
        name: "CJK UNIFIED IDEOGRAPH-871A",
    },
    Character {
        age: "1.1",
        codepoint: 0x871B,
        name: "CJK UNIFIED IDEOGRAPH-871B",
    },
    Character {
        age: "1.1",
        codepoint: 0x871C,
        name: "CJK UNIFIED IDEOGRAPH-871C",
    },
    Character {
        age: "1.1",
        codepoint: 0x871D,
        name: "CJK UNIFIED IDEOGRAPH-871D",
    },
    Character {
        age: "1.1",
        codepoint: 0x871E,
        name: "CJK UNIFIED IDEOGRAPH-871E",
    },
    Character {
        age: "1.1",
        codepoint: 0x871F,
        name: "CJK UNIFIED IDEOGRAPH-871F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8720,
        name: "CJK UNIFIED IDEOGRAPH-8720",
    },
    Character {
        age: "1.1",
        codepoint: 0x8721,
        name: "CJK UNIFIED IDEOGRAPH-8721",
    },
    Character {
        age: "1.1",
        codepoint: 0x8722,
        name: "CJK UNIFIED IDEOGRAPH-8722",
    },
    Character {
        age: "1.1",
        codepoint: 0x8723,
        name: "CJK UNIFIED IDEOGRAPH-8723",
    },
    Character {
        age: "1.1",
        codepoint: 0x8724,
        name: "CJK UNIFIED IDEOGRAPH-8724",
    },
    Character {
        age: "1.1",
        codepoint: 0x8725,
        name: "CJK UNIFIED IDEOGRAPH-8725",
    },
    Character {
        age: "1.1",
        codepoint: 0x8726,
        name: "CJK UNIFIED IDEOGRAPH-8726",
    },
    Character {
        age: "1.1",
        codepoint: 0x8727,
        name: "CJK UNIFIED IDEOGRAPH-8727",
    },
    Character {
        age: "1.1",
        codepoint: 0x8728,
        name: "CJK UNIFIED IDEOGRAPH-8728",
    },
    Character {
        age: "1.1",
        codepoint: 0x8729,
        name: "CJK UNIFIED IDEOGRAPH-8729",
    },
    Character {
        age: "1.1",
        codepoint: 0x872A,
        name: "CJK UNIFIED IDEOGRAPH-872A",
    },
    Character {
        age: "1.1",
        codepoint: 0x872B,
        name: "CJK UNIFIED IDEOGRAPH-872B",
    },
    Character {
        age: "1.1",
        codepoint: 0x872C,
        name: "CJK UNIFIED IDEOGRAPH-872C",
    },
    Character {
        age: "1.1",
        codepoint: 0x872D,
        name: "CJK UNIFIED IDEOGRAPH-872D",
    },
    Character {
        age: "1.1",
        codepoint: 0x872E,
        name: "CJK UNIFIED IDEOGRAPH-872E",
    },
    Character {
        age: "1.1",
        codepoint: 0x872F,
        name: "CJK UNIFIED IDEOGRAPH-872F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8730,
        name: "CJK UNIFIED IDEOGRAPH-8730",
    },
    Character {
        age: "1.1",
        codepoint: 0x8731,
        name: "CJK UNIFIED IDEOGRAPH-8731",
    },
    Character {
        age: "1.1",
        codepoint: 0x8732,
        name: "CJK UNIFIED IDEOGRAPH-8732",
    },
    Character {
        age: "1.1",
        codepoint: 0x8733,
        name: "CJK UNIFIED IDEOGRAPH-8733",
    },
    Character {
        age: "1.1",
        codepoint: 0x8734,
        name: "CJK UNIFIED IDEOGRAPH-8734",
    },
    Character {
        age: "1.1",
        codepoint: 0x8735,
        name: "CJK UNIFIED IDEOGRAPH-8735",
    },
    Character {
        age: "1.1",
        codepoint: 0x8736,
        name: "CJK UNIFIED IDEOGRAPH-8736",
    },
    Character {
        age: "1.1",
        codepoint: 0x8737,
        name: "CJK UNIFIED IDEOGRAPH-8737",
    },
    Character {
        age: "1.1",
        codepoint: 0x8738,
        name: "CJK UNIFIED IDEOGRAPH-8738",
    },
    Character {
        age: "1.1",
        codepoint: 0x8739,
        name: "CJK UNIFIED IDEOGRAPH-8739",
    },
    Character {
        age: "1.1",
        codepoint: 0x873A,
        name: "CJK UNIFIED IDEOGRAPH-873A",
    },
    Character {
        age: "1.1",
        codepoint: 0x873B,
        name: "CJK UNIFIED IDEOGRAPH-873B",
    },
    Character {
        age: "1.1",
        codepoint: 0x873C,
        name: "CJK UNIFIED IDEOGRAPH-873C",
    },
    Character {
        age: "1.1",
        codepoint: 0x873D,
        name: "CJK UNIFIED IDEOGRAPH-873D",
    },
    Character {
        age: "1.1",
        codepoint: 0x873E,
        name: "CJK UNIFIED IDEOGRAPH-873E",
    },
    Character {
        age: "1.1",
        codepoint: 0x873F,
        name: "CJK UNIFIED IDEOGRAPH-873F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8740,
        name: "CJK UNIFIED IDEOGRAPH-8740",
    },
    Character {
        age: "1.1",
        codepoint: 0x8741,
        name: "CJK UNIFIED IDEOGRAPH-8741",
    },
    Character {
        age: "1.1",
        codepoint: 0x8742,
        name: "CJK UNIFIED IDEOGRAPH-8742",
    },
    Character {
        age: "1.1",
        codepoint: 0x8743,
        name: "CJK UNIFIED IDEOGRAPH-8743",
    },
    Character {
        age: "1.1",
        codepoint: 0x8744,
        name: "CJK UNIFIED IDEOGRAPH-8744",
    },
    Character {
        age: "1.1",
        codepoint: 0x8745,
        name: "CJK UNIFIED IDEOGRAPH-8745",
    },
    Character {
        age: "1.1",
        codepoint: 0x8746,
        name: "CJK UNIFIED IDEOGRAPH-8746",
    },
    Character {
        age: "1.1",
        codepoint: 0x8747,
        name: "CJK UNIFIED IDEOGRAPH-8747",
    },
    Character {
        age: "1.1",
        codepoint: 0x8748,
        name: "CJK UNIFIED IDEOGRAPH-8748",
    },
    Character {
        age: "1.1",
        codepoint: 0x8749,
        name: "CJK UNIFIED IDEOGRAPH-8749",
    },
    Character {
        age: "1.1",
        codepoint: 0x874A,
        name: "CJK UNIFIED IDEOGRAPH-874A",
    },
    Character {
        age: "1.1",
        codepoint: 0x874B,
        name: "CJK UNIFIED IDEOGRAPH-874B",
    },
    Character {
        age: "1.1",
        codepoint: 0x874C,
        name: "CJK UNIFIED IDEOGRAPH-874C",
    },
    Character {
        age: "1.1",
        codepoint: 0x874D,
        name: "CJK UNIFIED IDEOGRAPH-874D",
    },
    Character {
        age: "1.1",
        codepoint: 0x874E,
        name: "CJK UNIFIED IDEOGRAPH-874E",
    },
    Character {
        age: "1.1",
        codepoint: 0x874F,
        name: "CJK UNIFIED IDEOGRAPH-874F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8750,
        name: "CJK UNIFIED IDEOGRAPH-8750",
    },
    Character {
        age: "1.1",
        codepoint: 0x8751,
        name: "CJK UNIFIED IDEOGRAPH-8751",
    },
    Character {
        age: "1.1",
        codepoint: 0x8752,
        name: "CJK UNIFIED IDEOGRAPH-8752",
    },
    Character {
        age: "1.1",
        codepoint: 0x8753,
        name: "CJK UNIFIED IDEOGRAPH-8753",
    },
    Character {
        age: "1.1",
        codepoint: 0x8754,
        name: "CJK UNIFIED IDEOGRAPH-8754",
    },
    Character {
        age: "1.1",
        codepoint: 0x8755,
        name: "CJK UNIFIED IDEOGRAPH-8755",
    },
    Character {
        age: "1.1",
        codepoint: 0x8756,
        name: "CJK UNIFIED IDEOGRAPH-8756",
    },
    Character {
        age: "1.1",
        codepoint: 0x8757,
        name: "CJK UNIFIED IDEOGRAPH-8757",
    },
    Character {
        age: "1.1",
        codepoint: 0x8758,
        name: "CJK UNIFIED IDEOGRAPH-8758",
    },
    Character {
        age: "1.1",
        codepoint: 0x8759,
        name: "CJK UNIFIED IDEOGRAPH-8759",
    },
    Character {
        age: "1.1",
        codepoint: 0x875A,
        name: "CJK UNIFIED IDEOGRAPH-875A",
    },
    Character {
        age: "1.1",
        codepoint: 0x875B,
        name: "CJK UNIFIED IDEOGRAPH-875B",
    },
    Character {
        age: "1.1",
        codepoint: 0x875C,
        name: "CJK UNIFIED IDEOGRAPH-875C",
    },
    Character {
        age: "1.1",
        codepoint: 0x875D,
        name: "CJK UNIFIED IDEOGRAPH-875D",
    },
    Character {
        age: "1.1",
        codepoint: 0x875E,
        name: "CJK UNIFIED IDEOGRAPH-875E",
    },
    Character {
        age: "1.1",
        codepoint: 0x875F,
        name: "CJK UNIFIED IDEOGRAPH-875F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8760,
        name: "CJK UNIFIED IDEOGRAPH-8760",
    },
    Character {
        age: "1.1",
        codepoint: 0x8761,
        name: "CJK UNIFIED IDEOGRAPH-8761",
    },
    Character {
        age: "1.1",
        codepoint: 0x8762,
        name: "CJK UNIFIED IDEOGRAPH-8762",
    },
    Character {
        age: "1.1",
        codepoint: 0x8763,
        name: "CJK UNIFIED IDEOGRAPH-8763",
    },
    Character {
        age: "1.1",
        codepoint: 0x8764,
        name: "CJK UNIFIED IDEOGRAPH-8764",
    },
    Character {
        age: "1.1",
        codepoint: 0x8765,
        name: "CJK UNIFIED IDEOGRAPH-8765",
    },
    Character {
        age: "1.1",
        codepoint: 0x8766,
        name: "CJK UNIFIED IDEOGRAPH-8766",
    },
    Character {
        age: "1.1",
        codepoint: 0x8767,
        name: "CJK UNIFIED IDEOGRAPH-8767",
    },
    Character {
        age: "1.1",
        codepoint: 0x8768,
        name: "CJK UNIFIED IDEOGRAPH-8768",
    },
    Character {
        age: "1.1",
        codepoint: 0x8769,
        name: "CJK UNIFIED IDEOGRAPH-8769",
    },
    Character {
        age: "1.1",
        codepoint: 0x876A,
        name: "CJK UNIFIED IDEOGRAPH-876A",
    },
    Character {
        age: "1.1",
        codepoint: 0x876B,
        name: "CJK UNIFIED IDEOGRAPH-876B",
    },
    Character {
        age: "1.1",
        codepoint: 0x876C,
        name: "CJK UNIFIED IDEOGRAPH-876C",
    },
    Character {
        age: "1.1",
        codepoint: 0x876D,
        name: "CJK UNIFIED IDEOGRAPH-876D",
    },
    Character {
        age: "1.1",
        codepoint: 0x876E,
        name: "CJK UNIFIED IDEOGRAPH-876E",
    },
    Character {
        age: "1.1",
        codepoint: 0x876F,
        name: "CJK UNIFIED IDEOGRAPH-876F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8770,
        name: "CJK UNIFIED IDEOGRAPH-8770",
    },
    Character {
        age: "1.1",
        codepoint: 0x8771,
        name: "CJK UNIFIED IDEOGRAPH-8771",
    },
    Character {
        age: "1.1",
        codepoint: 0x8772,
        name: "CJK UNIFIED IDEOGRAPH-8772",
    },
    Character {
        age: "1.1",
        codepoint: 0x8773,
        name: "CJK UNIFIED IDEOGRAPH-8773",
    },
    Character {
        age: "1.1",
        codepoint: 0x8774,
        name: "CJK UNIFIED IDEOGRAPH-8774",
    },
    Character {
        age: "1.1",
        codepoint: 0x8775,
        name: "CJK UNIFIED IDEOGRAPH-8775",
    },
    Character {
        age: "1.1",
        codepoint: 0x8776,
        name: "CJK UNIFIED IDEOGRAPH-8776",
    },
    Character {
        age: "1.1",
        codepoint: 0x8777,
        name: "CJK UNIFIED IDEOGRAPH-8777",
    },
    Character {
        age: "1.1",
        codepoint: 0x8778,
        name: "CJK UNIFIED IDEOGRAPH-8778",
    },
    Character {
        age: "1.1",
        codepoint: 0x8779,
        name: "CJK UNIFIED IDEOGRAPH-8779",
    },
    Character {
        age: "1.1",
        codepoint: 0x877A,
        name: "CJK UNIFIED IDEOGRAPH-877A",
    },
    Character {
        age: "1.1",
        codepoint: 0x877B,
        name: "CJK UNIFIED IDEOGRAPH-877B",
    },
    Character {
        age: "1.1",
        codepoint: 0x877C,
        name: "CJK UNIFIED IDEOGRAPH-877C",
    },
    Character {
        age: "1.1",
        codepoint: 0x877D,
        name: "CJK UNIFIED IDEOGRAPH-877D",
    },
    Character {
        age: "1.1",
        codepoint: 0x877E,
        name: "CJK UNIFIED IDEOGRAPH-877E",
    },
    Character {
        age: "1.1",
        codepoint: 0x877F,
        name: "CJK UNIFIED IDEOGRAPH-877F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8780,
        name: "CJK UNIFIED IDEOGRAPH-8780",
    },
    Character {
        age: "1.1",
        codepoint: 0x8781,
        name: "CJK UNIFIED IDEOGRAPH-8781",
    },
    Character {
        age: "1.1",
        codepoint: 0x8782,
        name: "CJK UNIFIED IDEOGRAPH-8782",
    },
    Character {
        age: "1.1",
        codepoint: 0x8783,
        name: "CJK UNIFIED IDEOGRAPH-8783",
    },
    Character {
        age: "1.1",
        codepoint: 0x8784,
        name: "CJK UNIFIED IDEOGRAPH-8784",
    },
    Character {
        age: "1.1",
        codepoint: 0x8785,
        name: "CJK UNIFIED IDEOGRAPH-8785",
    },
    Character {
        age: "1.1",
        codepoint: 0x8786,
        name: "CJK UNIFIED IDEOGRAPH-8786",
    },
    Character {
        age: "1.1",
        codepoint: 0x8787,
        name: "CJK UNIFIED IDEOGRAPH-8787",
    },
    Character {
        age: "1.1",
        codepoint: 0x8788,
        name: "CJK UNIFIED IDEOGRAPH-8788",
    },
    Character {
        age: "1.1",
        codepoint: 0x8789,
        name: "CJK UNIFIED IDEOGRAPH-8789",
    },
    Character {
        age: "1.1",
        codepoint: 0x878A,
        name: "CJK UNIFIED IDEOGRAPH-878A",
    },
    Character {
        age: "1.1",
        codepoint: 0x878B,
        name: "CJK UNIFIED IDEOGRAPH-878B",
    },
    Character {
        age: "1.1",
        codepoint: 0x878C,
        name: "CJK UNIFIED IDEOGRAPH-878C",
    },
    Character {
        age: "1.1",
        codepoint: 0x878D,
        name: "CJK UNIFIED IDEOGRAPH-878D",
    },
    Character {
        age: "1.1",
        codepoint: 0x878E,
        name: "CJK UNIFIED IDEOGRAPH-878E",
    },
    Character {
        age: "1.1",
        codepoint: 0x878F,
        name: "CJK UNIFIED IDEOGRAPH-878F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8790,
        name: "CJK UNIFIED IDEOGRAPH-8790",
    },
    Character {
        age: "1.1",
        codepoint: 0x8791,
        name: "CJK UNIFIED IDEOGRAPH-8791",
    },
    Character {
        age: "1.1",
        codepoint: 0x8792,
        name: "CJK UNIFIED IDEOGRAPH-8792",
    },
    Character {
        age: "1.1",
        codepoint: 0x8793,
        name: "CJK UNIFIED IDEOGRAPH-8793",
    },
    Character {
        age: "1.1",
        codepoint: 0x8794,
        name: "CJK UNIFIED IDEOGRAPH-8794",
    },
    Character {
        age: "1.1",
        codepoint: 0x8795,
        name: "CJK UNIFIED IDEOGRAPH-8795",
    },
    Character {
        age: "1.1",
        codepoint: 0x8796,
        name: "CJK UNIFIED IDEOGRAPH-8796",
    },
    Character {
        age: "1.1",
        codepoint: 0x8797,
        name: "CJK UNIFIED IDEOGRAPH-8797",
    },
    Character {
        age: "1.1",
        codepoint: 0x8798,
        name: "CJK UNIFIED IDEOGRAPH-8798",
    },
    Character {
        age: "1.1",
        codepoint: 0x8799,
        name: "CJK UNIFIED IDEOGRAPH-8799",
    },
    Character {
        age: "1.1",
        codepoint: 0x879A,
        name: "CJK UNIFIED IDEOGRAPH-879A",
    },
    Character {
        age: "1.1",
        codepoint: 0x879B,
        name: "CJK UNIFIED IDEOGRAPH-879B",
    },
    Character {
        age: "1.1",
        codepoint: 0x879C,
        name: "CJK UNIFIED IDEOGRAPH-879C",
    },
    Character {
        age: "1.1",
        codepoint: 0x879D,
        name: "CJK UNIFIED IDEOGRAPH-879D",
    },
    Character {
        age: "1.1",
        codepoint: 0x879E,
        name: "CJK UNIFIED IDEOGRAPH-879E",
    },
    Character {
        age: "1.1",
        codepoint: 0x879F,
        name: "CJK UNIFIED IDEOGRAPH-879F",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A0,
        name: "CJK UNIFIED IDEOGRAPH-87A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A1,
        name: "CJK UNIFIED IDEOGRAPH-87A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A2,
        name: "CJK UNIFIED IDEOGRAPH-87A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A3,
        name: "CJK UNIFIED IDEOGRAPH-87A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A4,
        name: "CJK UNIFIED IDEOGRAPH-87A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A5,
        name: "CJK UNIFIED IDEOGRAPH-87A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A6,
        name: "CJK UNIFIED IDEOGRAPH-87A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A7,
        name: "CJK UNIFIED IDEOGRAPH-87A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A8,
        name: "CJK UNIFIED IDEOGRAPH-87A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x87A9,
        name: "CJK UNIFIED IDEOGRAPH-87A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x87AA,
        name: "CJK UNIFIED IDEOGRAPH-87AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x87AB,
        name: "CJK UNIFIED IDEOGRAPH-87AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x87AC,
        name: "CJK UNIFIED IDEOGRAPH-87AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x87AD,
        name: "CJK UNIFIED IDEOGRAPH-87AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x87AE,
        name: "CJK UNIFIED IDEOGRAPH-87AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x87AF,
        name: "CJK UNIFIED IDEOGRAPH-87AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B0,
        name: "CJK UNIFIED IDEOGRAPH-87B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B1,
        name: "CJK UNIFIED IDEOGRAPH-87B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B2,
        name: "CJK UNIFIED IDEOGRAPH-87B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B3,
        name: "CJK UNIFIED IDEOGRAPH-87B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B4,
        name: "CJK UNIFIED IDEOGRAPH-87B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B5,
        name: "CJK UNIFIED IDEOGRAPH-87B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B6,
        name: "CJK UNIFIED IDEOGRAPH-87B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B7,
        name: "CJK UNIFIED IDEOGRAPH-87B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B8,
        name: "CJK UNIFIED IDEOGRAPH-87B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x87B9,
        name: "CJK UNIFIED IDEOGRAPH-87B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x87BA,
        name: "CJK UNIFIED IDEOGRAPH-87BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x87BB,
        name: "CJK UNIFIED IDEOGRAPH-87BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x87BC,
        name: "CJK UNIFIED IDEOGRAPH-87BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x87BD,
        name: "CJK UNIFIED IDEOGRAPH-87BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x87BE,
        name: "CJK UNIFIED IDEOGRAPH-87BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x87BF,
        name: "CJK UNIFIED IDEOGRAPH-87BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C0,
        name: "CJK UNIFIED IDEOGRAPH-87C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C1,
        name: "CJK UNIFIED IDEOGRAPH-87C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C2,
        name: "CJK UNIFIED IDEOGRAPH-87C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C3,
        name: "CJK UNIFIED IDEOGRAPH-87C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C4,
        name: "CJK UNIFIED IDEOGRAPH-87C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C5,
        name: "CJK UNIFIED IDEOGRAPH-87C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C6,
        name: "CJK UNIFIED IDEOGRAPH-87C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C7,
        name: "CJK UNIFIED IDEOGRAPH-87C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C8,
        name: "CJK UNIFIED IDEOGRAPH-87C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x87C9,
        name: "CJK UNIFIED IDEOGRAPH-87C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x87CA,
        name: "CJK UNIFIED IDEOGRAPH-87CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x87CB,
        name: "CJK UNIFIED IDEOGRAPH-87CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x87CC,
        name: "CJK UNIFIED IDEOGRAPH-87CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x87CD,
        name: "CJK UNIFIED IDEOGRAPH-87CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x87CE,
        name: "CJK UNIFIED IDEOGRAPH-87CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x87CF,
        name: "CJK UNIFIED IDEOGRAPH-87CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D0,
        name: "CJK UNIFIED IDEOGRAPH-87D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D1,
        name: "CJK UNIFIED IDEOGRAPH-87D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D2,
        name: "CJK UNIFIED IDEOGRAPH-87D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D3,
        name: "CJK UNIFIED IDEOGRAPH-87D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D4,
        name: "CJK UNIFIED IDEOGRAPH-87D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D5,
        name: "CJK UNIFIED IDEOGRAPH-87D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D6,
        name: "CJK UNIFIED IDEOGRAPH-87D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D7,
        name: "CJK UNIFIED IDEOGRAPH-87D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D8,
        name: "CJK UNIFIED IDEOGRAPH-87D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x87D9,
        name: "CJK UNIFIED IDEOGRAPH-87D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x87DA,
        name: "CJK UNIFIED IDEOGRAPH-87DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x87DB,
        name: "CJK UNIFIED IDEOGRAPH-87DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x87DC,
        name: "CJK UNIFIED IDEOGRAPH-87DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x87DD,
        name: "CJK UNIFIED IDEOGRAPH-87DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x87DE,
        name: "CJK UNIFIED IDEOGRAPH-87DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x87DF,
        name: "CJK UNIFIED IDEOGRAPH-87DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E0,
        name: "CJK UNIFIED IDEOGRAPH-87E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E1,
        name: "CJK UNIFIED IDEOGRAPH-87E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E2,
        name: "CJK UNIFIED IDEOGRAPH-87E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E3,
        name: "CJK UNIFIED IDEOGRAPH-87E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E4,
        name: "CJK UNIFIED IDEOGRAPH-87E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E5,
        name: "CJK UNIFIED IDEOGRAPH-87E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E6,
        name: "CJK UNIFIED IDEOGRAPH-87E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E7,
        name: "CJK UNIFIED IDEOGRAPH-87E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E8,
        name: "CJK UNIFIED IDEOGRAPH-87E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x87E9,
        name: "CJK UNIFIED IDEOGRAPH-87E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x87EA,
        name: "CJK UNIFIED IDEOGRAPH-87EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x87EB,
        name: "CJK UNIFIED IDEOGRAPH-87EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x87EC,
        name: "CJK UNIFIED IDEOGRAPH-87EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x87ED,
        name: "CJK UNIFIED IDEOGRAPH-87ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x87EE,
        name: "CJK UNIFIED IDEOGRAPH-87EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x87EF,
        name: "CJK UNIFIED IDEOGRAPH-87EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F0,
        name: "CJK UNIFIED IDEOGRAPH-87F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F1,
        name: "CJK UNIFIED IDEOGRAPH-87F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F2,
        name: "CJK UNIFIED IDEOGRAPH-87F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F3,
        name: "CJK UNIFIED IDEOGRAPH-87F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F4,
        name: "CJK UNIFIED IDEOGRAPH-87F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F5,
        name: "CJK UNIFIED IDEOGRAPH-87F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F6,
        name: "CJK UNIFIED IDEOGRAPH-87F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F7,
        name: "CJK UNIFIED IDEOGRAPH-87F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F8,
        name: "CJK UNIFIED IDEOGRAPH-87F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x87F9,
        name: "CJK UNIFIED IDEOGRAPH-87F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x87FA,
        name: "CJK UNIFIED IDEOGRAPH-87FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x87FB,
        name: "CJK UNIFIED IDEOGRAPH-87FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x87FC,
        name: "CJK UNIFIED IDEOGRAPH-87FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x87FD,
        name: "CJK UNIFIED IDEOGRAPH-87FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x87FE,
        name: "CJK UNIFIED IDEOGRAPH-87FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x87FF,
        name: "CJK UNIFIED IDEOGRAPH-87FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8800,
        name: "CJK UNIFIED IDEOGRAPH-8800",
    },
    Character {
        age: "1.1",
        codepoint: 0x8801,
        name: "CJK UNIFIED IDEOGRAPH-8801",
    },
    Character {
        age: "1.1",
        codepoint: 0x8802,
        name: "CJK UNIFIED IDEOGRAPH-8802",
    },
    Character {
        age: "1.1",
        codepoint: 0x8803,
        name: "CJK UNIFIED IDEOGRAPH-8803",
    },
    Character {
        age: "1.1",
        codepoint: 0x8804,
        name: "CJK UNIFIED IDEOGRAPH-8804",
    },
    Character {
        age: "1.1",
        codepoint: 0x8805,
        name: "CJK UNIFIED IDEOGRAPH-8805",
    },
    Character {
        age: "1.1",
        codepoint: 0x8806,
        name: "CJK UNIFIED IDEOGRAPH-8806",
    },
    Character {
        age: "1.1",
        codepoint: 0x8807,
        name: "CJK UNIFIED IDEOGRAPH-8807",
    },
    Character {
        age: "1.1",
        codepoint: 0x8808,
        name: "CJK UNIFIED IDEOGRAPH-8808",
    },
    Character {
        age: "1.1",
        codepoint: 0x8809,
        name: "CJK UNIFIED IDEOGRAPH-8809",
    },
    Character {
        age: "1.1",
        codepoint: 0x880A,
        name: "CJK UNIFIED IDEOGRAPH-880A",
    },
    Character {
        age: "1.1",
        codepoint: 0x880B,
        name: "CJK UNIFIED IDEOGRAPH-880B",
    },
    Character {
        age: "1.1",
        codepoint: 0x880C,
        name: "CJK UNIFIED IDEOGRAPH-880C",
    },
    Character {
        age: "1.1",
        codepoint: 0x880D,
        name: "CJK UNIFIED IDEOGRAPH-880D",
    },
    Character {
        age: "1.1",
        codepoint: 0x880E,
        name: "CJK UNIFIED IDEOGRAPH-880E",
    },
    Character {
        age: "1.1",
        codepoint: 0x880F,
        name: "CJK UNIFIED IDEOGRAPH-880F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8810,
        name: "CJK UNIFIED IDEOGRAPH-8810",
    },
    Character {
        age: "1.1",
        codepoint: 0x8811,
        name: "CJK UNIFIED IDEOGRAPH-8811",
    },
    Character {
        age: "1.1",
        codepoint: 0x8812,
        name: "CJK UNIFIED IDEOGRAPH-8812",
    },
    Character {
        age: "1.1",
        codepoint: 0x8813,
        name: "CJK UNIFIED IDEOGRAPH-8813",
    },
    Character {
        age: "1.1",
        codepoint: 0x8814,
        name: "CJK UNIFIED IDEOGRAPH-8814",
    },
    Character {
        age: "1.1",
        codepoint: 0x8815,
        name: "CJK UNIFIED IDEOGRAPH-8815",
    },
    Character {
        age: "1.1",
        codepoint: 0x8816,
        name: "CJK UNIFIED IDEOGRAPH-8816",
    },
    Character {
        age: "1.1",
        codepoint: 0x8817,
        name: "CJK UNIFIED IDEOGRAPH-8817",
    },
    Character {
        age: "1.1",
        codepoint: 0x8818,
        name: "CJK UNIFIED IDEOGRAPH-8818",
    },
    Character {
        age: "1.1",
        codepoint: 0x8819,
        name: "CJK UNIFIED IDEOGRAPH-8819",
    },
    Character {
        age: "1.1",
        codepoint: 0x881A,
        name: "CJK UNIFIED IDEOGRAPH-881A",
    },
    Character {
        age: "1.1",
        codepoint: 0x881B,
        name: "CJK UNIFIED IDEOGRAPH-881B",
    },
    Character {
        age: "1.1",
        codepoint: 0x881C,
        name: "CJK UNIFIED IDEOGRAPH-881C",
    },
    Character {
        age: "1.1",
        codepoint: 0x881D,
        name: "CJK UNIFIED IDEOGRAPH-881D",
    },
    Character {
        age: "1.1",
        codepoint: 0x881E,
        name: "CJK UNIFIED IDEOGRAPH-881E",
    },
    Character {
        age: "1.1",
        codepoint: 0x881F,
        name: "CJK UNIFIED IDEOGRAPH-881F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8820,
        name: "CJK UNIFIED IDEOGRAPH-8820",
    },
    Character {
        age: "1.1",
        codepoint: 0x8821,
        name: "CJK UNIFIED IDEOGRAPH-8821",
    },
    Character {
        age: "1.1",
        codepoint: 0x8822,
        name: "CJK UNIFIED IDEOGRAPH-8822",
    },
    Character {
        age: "1.1",
        codepoint: 0x8823,
        name: "CJK UNIFIED IDEOGRAPH-8823",
    },
    Character {
        age: "1.1",
        codepoint: 0x8824,
        name: "CJK UNIFIED IDEOGRAPH-8824",
    },
    Character {
        age: "1.1",
        codepoint: 0x8825,
        name: "CJK UNIFIED IDEOGRAPH-8825",
    },
    Character {
        age: "1.1",
        codepoint: 0x8826,
        name: "CJK UNIFIED IDEOGRAPH-8826",
    },
    Character {
        age: "1.1",
        codepoint: 0x8827,
        name: "CJK UNIFIED IDEOGRAPH-8827",
    },
    Character {
        age: "1.1",
        codepoint: 0x8828,
        name: "CJK UNIFIED IDEOGRAPH-8828",
    },
    Character {
        age: "1.1",
        codepoint: 0x8829,
        name: "CJK UNIFIED IDEOGRAPH-8829",
    },
    Character {
        age: "1.1",
        codepoint: 0x882A,
        name: "CJK UNIFIED IDEOGRAPH-882A",
    },
    Character {
        age: "1.1",
        codepoint: 0x882B,
        name: "CJK UNIFIED IDEOGRAPH-882B",
    },
    Character {
        age: "1.1",
        codepoint: 0x882C,
        name: "CJK UNIFIED IDEOGRAPH-882C",
    },
    Character {
        age: "1.1",
        codepoint: 0x882D,
        name: "CJK UNIFIED IDEOGRAPH-882D",
    },
    Character {
        age: "1.1",
        codepoint: 0x882E,
        name: "CJK UNIFIED IDEOGRAPH-882E",
    },
    Character {
        age: "1.1",
        codepoint: 0x882F,
        name: "CJK UNIFIED IDEOGRAPH-882F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8830,
        name: "CJK UNIFIED IDEOGRAPH-8830",
    },
    Character {
        age: "1.1",
        codepoint: 0x8831,
        name: "CJK UNIFIED IDEOGRAPH-8831",
    },
    Character {
        age: "1.1",
        codepoint: 0x8832,
        name: "CJK UNIFIED IDEOGRAPH-8832",
    },
    Character {
        age: "1.1",
        codepoint: 0x8833,
        name: "CJK UNIFIED IDEOGRAPH-8833",
    },
    Character {
        age: "1.1",
        codepoint: 0x8834,
        name: "CJK UNIFIED IDEOGRAPH-8834",
    },
    Character {
        age: "1.1",
        codepoint: 0x8835,
        name: "CJK UNIFIED IDEOGRAPH-8835",
    },
    Character {
        age: "1.1",
        codepoint: 0x8836,
        name: "CJK UNIFIED IDEOGRAPH-8836",
    },
    Character {
        age: "1.1",
        codepoint: 0x8837,
        name: "CJK UNIFIED IDEOGRAPH-8837",
    },
    Character {
        age: "1.1",
        codepoint: 0x8838,
        name: "CJK UNIFIED IDEOGRAPH-8838",
    },
    Character {
        age: "1.1",
        codepoint: 0x8839,
        name: "CJK UNIFIED IDEOGRAPH-8839",
    },
    Character {
        age: "1.1",
        codepoint: 0x883A,
        name: "CJK UNIFIED IDEOGRAPH-883A",
    },
    Character {
        age: "1.1",
        codepoint: 0x883B,
        name: "CJK UNIFIED IDEOGRAPH-883B",
    },
    Character {
        age: "1.1",
        codepoint: 0x883C,
        name: "CJK UNIFIED IDEOGRAPH-883C",
    },
    Character {
        age: "1.1",
        codepoint: 0x883D,
        name: "CJK UNIFIED IDEOGRAPH-883D",
    },
    Character {
        age: "1.1",
        codepoint: 0x883E,
        name: "CJK UNIFIED IDEOGRAPH-883E",
    },
    Character {
        age: "1.1",
        codepoint: 0x883F,
        name: "CJK UNIFIED IDEOGRAPH-883F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8840,
        name: "CJK UNIFIED IDEOGRAPH-8840",
    },
    Character {
        age: "1.1",
        codepoint: 0x8841,
        name: "CJK UNIFIED IDEOGRAPH-8841",
    },
    Character {
        age: "1.1",
        codepoint: 0x8842,
        name: "CJK UNIFIED IDEOGRAPH-8842",
    },
    Character {
        age: "1.1",
        codepoint: 0x8843,
        name: "CJK UNIFIED IDEOGRAPH-8843",
    },
    Character {
        age: "1.1",
        codepoint: 0x8844,
        name: "CJK UNIFIED IDEOGRAPH-8844",
    },
    Character {
        age: "1.1",
        codepoint: 0x8845,
        name: "CJK UNIFIED IDEOGRAPH-8845",
    },
    Character {
        age: "1.1",
        codepoint: 0x8846,
        name: "CJK UNIFIED IDEOGRAPH-8846",
    },
    Character {
        age: "1.1",
        codepoint: 0x8847,
        name: "CJK UNIFIED IDEOGRAPH-8847",
    },
    Character {
        age: "1.1",
        codepoint: 0x8848,
        name: "CJK UNIFIED IDEOGRAPH-8848",
    },
    Character {
        age: "1.1",
        codepoint: 0x8849,
        name: "CJK UNIFIED IDEOGRAPH-8849",
    },
    Character {
        age: "1.1",
        codepoint: 0x884A,
        name: "CJK UNIFIED IDEOGRAPH-884A",
    },
    Character {
        age: "1.1",
        codepoint: 0x884B,
        name: "CJK UNIFIED IDEOGRAPH-884B",
    },
    Character {
        age: "1.1",
        codepoint: 0x884C,
        name: "CJK UNIFIED IDEOGRAPH-884C",
    },
    Character {
        age: "1.1",
        codepoint: 0x884D,
        name: "CJK UNIFIED IDEOGRAPH-884D",
    },
    Character {
        age: "1.1",
        codepoint: 0x884E,
        name: "CJK UNIFIED IDEOGRAPH-884E",
    },
    Character {
        age: "1.1",
        codepoint: 0x884F,
        name: "CJK UNIFIED IDEOGRAPH-884F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8850,
        name: "CJK UNIFIED IDEOGRAPH-8850",
    },
    Character {
        age: "1.1",
        codepoint: 0x8851,
        name: "CJK UNIFIED IDEOGRAPH-8851",
    },
    Character {
        age: "1.1",
        codepoint: 0x8852,
        name: "CJK UNIFIED IDEOGRAPH-8852",
    },
    Character {
        age: "1.1",
        codepoint: 0x8853,
        name: "CJK UNIFIED IDEOGRAPH-8853",
    },
    Character {
        age: "1.1",
        codepoint: 0x8854,
        name: "CJK UNIFIED IDEOGRAPH-8854",
    },
    Character {
        age: "1.1",
        codepoint: 0x8855,
        name: "CJK UNIFIED IDEOGRAPH-8855",
    },
    Character {
        age: "1.1",
        codepoint: 0x8856,
        name: "CJK UNIFIED IDEOGRAPH-8856",
    },
    Character {
        age: "1.1",
        codepoint: 0x8857,
        name: "CJK UNIFIED IDEOGRAPH-8857",
    },
    Character {
        age: "1.1",
        codepoint: 0x8858,
        name: "CJK UNIFIED IDEOGRAPH-8858",
    },
    Character {
        age: "1.1",
        codepoint: 0x8859,
        name: "CJK UNIFIED IDEOGRAPH-8859",
    },
    Character {
        age: "1.1",
        codepoint: 0x885A,
        name: "CJK UNIFIED IDEOGRAPH-885A",
    },
    Character {
        age: "1.1",
        codepoint: 0x885B,
        name: "CJK UNIFIED IDEOGRAPH-885B",
    },
    Character {
        age: "1.1",
        codepoint: 0x885C,
        name: "CJK UNIFIED IDEOGRAPH-885C",
    },
    Character {
        age: "1.1",
        codepoint: 0x885D,
        name: "CJK UNIFIED IDEOGRAPH-885D",
    },
    Character {
        age: "1.1",
        codepoint: 0x885E,
        name: "CJK UNIFIED IDEOGRAPH-885E",
    },
    Character {
        age: "1.1",
        codepoint: 0x885F,
        name: "CJK UNIFIED IDEOGRAPH-885F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8860,
        name: "CJK UNIFIED IDEOGRAPH-8860",
    },
    Character {
        age: "1.1",
        codepoint: 0x8861,
        name: "CJK UNIFIED IDEOGRAPH-8861",
    },
    Character {
        age: "1.1",
        codepoint: 0x8862,
        name: "CJK UNIFIED IDEOGRAPH-8862",
    },
    Character {
        age: "1.1",
        codepoint: 0x8863,
        name: "CJK UNIFIED IDEOGRAPH-8863",
    },
    Character {
        age: "1.1",
        codepoint: 0x8864,
        name: "CJK UNIFIED IDEOGRAPH-8864",
    },
    Character {
        age: "1.1",
        codepoint: 0x8865,
        name: "CJK UNIFIED IDEOGRAPH-8865",
    },
    Character {
        age: "1.1",
        codepoint: 0x8866,
        name: "CJK UNIFIED IDEOGRAPH-8866",
    },
    Character {
        age: "1.1",
        codepoint: 0x8867,
        name: "CJK UNIFIED IDEOGRAPH-8867",
    },
    Character {
        age: "1.1",
        codepoint: 0x8868,
        name: "CJK UNIFIED IDEOGRAPH-8868",
    },
    Character {
        age: "1.1",
        codepoint: 0x8869,
        name: "CJK UNIFIED IDEOGRAPH-8869",
    },
    Character {
        age: "1.1",
        codepoint: 0x886A,
        name: "CJK UNIFIED IDEOGRAPH-886A",
    },
    Character {
        age: "1.1",
        codepoint: 0x886B,
        name: "CJK UNIFIED IDEOGRAPH-886B",
    },
    Character {
        age: "1.1",
        codepoint: 0x886C,
        name: "CJK UNIFIED IDEOGRAPH-886C",
    },
    Character {
        age: "1.1",
        codepoint: 0x886D,
        name: "CJK UNIFIED IDEOGRAPH-886D",
    },
    Character {
        age: "1.1",
        codepoint: 0x886E,
        name: "CJK UNIFIED IDEOGRAPH-886E",
    },
    Character {
        age: "1.1",
        codepoint: 0x886F,
        name: "CJK UNIFIED IDEOGRAPH-886F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8870,
        name: "CJK UNIFIED IDEOGRAPH-8870",
    },
    Character {
        age: "1.1",
        codepoint: 0x8871,
        name: "CJK UNIFIED IDEOGRAPH-8871",
    },
    Character {
        age: "1.1",
        codepoint: 0x8872,
        name: "CJK UNIFIED IDEOGRAPH-8872",
    },
    Character {
        age: "1.1",
        codepoint: 0x8873,
        name: "CJK UNIFIED IDEOGRAPH-8873",
    },
    Character {
        age: "1.1",
        codepoint: 0x8874,
        name: "CJK UNIFIED IDEOGRAPH-8874",
    },
    Character {
        age: "1.1",
        codepoint: 0x8875,
        name: "CJK UNIFIED IDEOGRAPH-8875",
    },
    Character {
        age: "1.1",
        codepoint: 0x8876,
        name: "CJK UNIFIED IDEOGRAPH-8876",
    },
    Character {
        age: "1.1",
        codepoint: 0x8877,
        name: "CJK UNIFIED IDEOGRAPH-8877",
    },
    Character {
        age: "1.1",
        codepoint: 0x8878,
        name: "CJK UNIFIED IDEOGRAPH-8878",
    },
    Character {
        age: "1.1",
        codepoint: 0x8879,
        name: "CJK UNIFIED IDEOGRAPH-8879",
    },
    Character {
        age: "1.1",
        codepoint: 0x887A,
        name: "CJK UNIFIED IDEOGRAPH-887A",
    },
    Character {
        age: "1.1",
        codepoint: 0x887B,
        name: "CJK UNIFIED IDEOGRAPH-887B",
    },
    Character {
        age: "1.1",
        codepoint: 0x887C,
        name: "CJK UNIFIED IDEOGRAPH-887C",
    },
    Character {
        age: "1.1",
        codepoint: 0x887D,
        name: "CJK UNIFIED IDEOGRAPH-887D",
    },
    Character {
        age: "1.1",
        codepoint: 0x887E,
        name: "CJK UNIFIED IDEOGRAPH-887E",
    },
    Character {
        age: "1.1",
        codepoint: 0x887F,
        name: "CJK UNIFIED IDEOGRAPH-887F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8880,
        name: "CJK UNIFIED IDEOGRAPH-8880",
    },
    Character {
        age: "1.1",
        codepoint: 0x8881,
        name: "CJK UNIFIED IDEOGRAPH-8881",
    },
    Character {
        age: "1.1",
        codepoint: 0x8882,
        name: "CJK UNIFIED IDEOGRAPH-8882",
    },
    Character {
        age: "1.1",
        codepoint: 0x8883,
        name: "CJK UNIFIED IDEOGRAPH-8883",
    },
    Character {
        age: "1.1",
        codepoint: 0x8884,
        name: "CJK UNIFIED IDEOGRAPH-8884",
    },
    Character {
        age: "1.1",
        codepoint: 0x8885,
        name: "CJK UNIFIED IDEOGRAPH-8885",
    },
    Character {
        age: "1.1",
        codepoint: 0x8886,
        name: "CJK UNIFIED IDEOGRAPH-8886",
    },
    Character {
        age: "1.1",
        codepoint: 0x8887,
        name: "CJK UNIFIED IDEOGRAPH-8887",
    },
    Character {
        age: "1.1",
        codepoint: 0x8888,
        name: "CJK UNIFIED IDEOGRAPH-8888",
    },
    Character {
        age: "1.1",
        codepoint: 0x8889,
        name: "CJK UNIFIED IDEOGRAPH-8889",
    },
    Character {
        age: "1.1",
        codepoint: 0x888A,
        name: "CJK UNIFIED IDEOGRAPH-888A",
    },
    Character {
        age: "1.1",
        codepoint: 0x888B,
        name: "CJK UNIFIED IDEOGRAPH-888B",
    },
    Character {
        age: "1.1",
        codepoint: 0x888C,
        name: "CJK UNIFIED IDEOGRAPH-888C",
    },
    Character {
        age: "1.1",
        codepoint: 0x888D,
        name: "CJK UNIFIED IDEOGRAPH-888D",
    },
    Character {
        age: "1.1",
        codepoint: 0x888E,
        name: "CJK UNIFIED IDEOGRAPH-888E",
    },
    Character {
        age: "1.1",
        codepoint: 0x888F,
        name: "CJK UNIFIED IDEOGRAPH-888F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8890,
        name: "CJK UNIFIED IDEOGRAPH-8890",
    },
    Character {
        age: "1.1",
        codepoint: 0x8891,
        name: "CJK UNIFIED IDEOGRAPH-8891",
    },
    Character {
        age: "1.1",
        codepoint: 0x8892,
        name: "CJK UNIFIED IDEOGRAPH-8892",
    },
    Character {
        age: "1.1",
        codepoint: 0x8893,
        name: "CJK UNIFIED IDEOGRAPH-8893",
    },
    Character {
        age: "1.1",
        codepoint: 0x8894,
        name: "CJK UNIFIED IDEOGRAPH-8894",
    },
    Character {
        age: "1.1",
        codepoint: 0x8895,
        name: "CJK UNIFIED IDEOGRAPH-8895",
    },
    Character {
        age: "1.1",
        codepoint: 0x8896,
        name: "CJK UNIFIED IDEOGRAPH-8896",
    },
    Character {
        age: "1.1",
        codepoint: 0x8897,
        name: "CJK UNIFIED IDEOGRAPH-8897",
    },
    Character {
        age: "1.1",
        codepoint: 0x8898,
        name: "CJK UNIFIED IDEOGRAPH-8898",
    },
    Character {
        age: "1.1",
        codepoint: 0x8899,
        name: "CJK UNIFIED IDEOGRAPH-8899",
    },
    Character {
        age: "1.1",
        codepoint: 0x889A,
        name: "CJK UNIFIED IDEOGRAPH-889A",
    },
    Character {
        age: "1.1",
        codepoint: 0x889B,
        name: "CJK UNIFIED IDEOGRAPH-889B",
    },
    Character {
        age: "1.1",
        codepoint: 0x889C,
        name: "CJK UNIFIED IDEOGRAPH-889C",
    },
    Character {
        age: "1.1",
        codepoint: 0x889D,
        name: "CJK UNIFIED IDEOGRAPH-889D",
    },
    Character {
        age: "1.1",
        codepoint: 0x889E,
        name: "CJK UNIFIED IDEOGRAPH-889E",
    },
    Character {
        age: "1.1",
        codepoint: 0x889F,
        name: "CJK UNIFIED IDEOGRAPH-889F",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A0,
        name: "CJK UNIFIED IDEOGRAPH-88A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A1,
        name: "CJK UNIFIED IDEOGRAPH-88A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A2,
        name: "CJK UNIFIED IDEOGRAPH-88A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A3,
        name: "CJK UNIFIED IDEOGRAPH-88A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A4,
        name: "CJK UNIFIED IDEOGRAPH-88A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A5,
        name: "CJK UNIFIED IDEOGRAPH-88A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A6,
        name: "CJK UNIFIED IDEOGRAPH-88A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A7,
        name: "CJK UNIFIED IDEOGRAPH-88A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A8,
        name: "CJK UNIFIED IDEOGRAPH-88A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x88A9,
        name: "CJK UNIFIED IDEOGRAPH-88A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x88AA,
        name: "CJK UNIFIED IDEOGRAPH-88AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x88AB,
        name: "CJK UNIFIED IDEOGRAPH-88AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x88AC,
        name: "CJK UNIFIED IDEOGRAPH-88AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x88AD,
        name: "CJK UNIFIED IDEOGRAPH-88AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x88AE,
        name: "CJK UNIFIED IDEOGRAPH-88AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x88AF,
        name: "CJK UNIFIED IDEOGRAPH-88AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B0,
        name: "CJK UNIFIED IDEOGRAPH-88B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B1,
        name: "CJK UNIFIED IDEOGRAPH-88B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B2,
        name: "CJK UNIFIED IDEOGRAPH-88B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B3,
        name: "CJK UNIFIED IDEOGRAPH-88B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B4,
        name: "CJK UNIFIED IDEOGRAPH-88B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B5,
        name: "CJK UNIFIED IDEOGRAPH-88B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B6,
        name: "CJK UNIFIED IDEOGRAPH-88B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B7,
        name: "CJK UNIFIED IDEOGRAPH-88B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B8,
        name: "CJK UNIFIED IDEOGRAPH-88B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x88B9,
        name: "CJK UNIFIED IDEOGRAPH-88B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x88BA,
        name: "CJK UNIFIED IDEOGRAPH-88BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x88BB,
        name: "CJK UNIFIED IDEOGRAPH-88BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x88BC,
        name: "CJK UNIFIED IDEOGRAPH-88BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x88BD,
        name: "CJK UNIFIED IDEOGRAPH-88BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x88BE,
        name: "CJK UNIFIED IDEOGRAPH-88BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x88BF,
        name: "CJK UNIFIED IDEOGRAPH-88BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C0,
        name: "CJK UNIFIED IDEOGRAPH-88C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C1,
        name: "CJK UNIFIED IDEOGRAPH-88C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C2,
        name: "CJK UNIFIED IDEOGRAPH-88C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C3,
        name: "CJK UNIFIED IDEOGRAPH-88C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C4,
        name: "CJK UNIFIED IDEOGRAPH-88C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C5,
        name: "CJK UNIFIED IDEOGRAPH-88C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C6,
        name: "CJK UNIFIED IDEOGRAPH-88C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C7,
        name: "CJK UNIFIED IDEOGRAPH-88C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C8,
        name: "CJK UNIFIED IDEOGRAPH-88C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x88C9,
        name: "CJK UNIFIED IDEOGRAPH-88C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x88CA,
        name: "CJK UNIFIED IDEOGRAPH-88CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x88CB,
        name: "CJK UNIFIED IDEOGRAPH-88CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x88CC,
        name: "CJK UNIFIED IDEOGRAPH-88CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x88CD,
        name: "CJK UNIFIED IDEOGRAPH-88CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x88CE,
        name: "CJK UNIFIED IDEOGRAPH-88CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x88CF,
        name: "CJK UNIFIED IDEOGRAPH-88CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D0,
        name: "CJK UNIFIED IDEOGRAPH-88D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D1,
        name: "CJK UNIFIED IDEOGRAPH-88D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D2,
        name: "CJK UNIFIED IDEOGRAPH-88D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D3,
        name: "CJK UNIFIED IDEOGRAPH-88D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D4,
        name: "CJK UNIFIED IDEOGRAPH-88D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D5,
        name: "CJK UNIFIED IDEOGRAPH-88D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D6,
        name: "CJK UNIFIED IDEOGRAPH-88D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D7,
        name: "CJK UNIFIED IDEOGRAPH-88D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D8,
        name: "CJK UNIFIED IDEOGRAPH-88D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x88D9,
        name: "CJK UNIFIED IDEOGRAPH-88D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x88DA,
        name: "CJK UNIFIED IDEOGRAPH-88DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x88DB,
        name: "CJK UNIFIED IDEOGRAPH-88DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x88DC,
        name: "CJK UNIFIED IDEOGRAPH-88DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x88DD,
        name: "CJK UNIFIED IDEOGRAPH-88DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x88DE,
        name: "CJK UNIFIED IDEOGRAPH-88DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x88DF,
        name: "CJK UNIFIED IDEOGRAPH-88DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E0,
        name: "CJK UNIFIED IDEOGRAPH-88E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E1,
        name: "CJK UNIFIED IDEOGRAPH-88E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E2,
        name: "CJK UNIFIED IDEOGRAPH-88E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E3,
        name: "CJK UNIFIED IDEOGRAPH-88E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E4,
        name: "CJK UNIFIED IDEOGRAPH-88E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E5,
        name: "CJK UNIFIED IDEOGRAPH-88E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E6,
        name: "CJK UNIFIED IDEOGRAPH-88E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E7,
        name: "CJK UNIFIED IDEOGRAPH-88E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E8,
        name: "CJK UNIFIED IDEOGRAPH-88E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x88E9,
        name: "CJK UNIFIED IDEOGRAPH-88E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x88EA,
        name: "CJK UNIFIED IDEOGRAPH-88EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x88EB,
        name: "CJK UNIFIED IDEOGRAPH-88EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x88EC,
        name: "CJK UNIFIED IDEOGRAPH-88EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x88ED,
        name: "CJK UNIFIED IDEOGRAPH-88ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x88EE,
        name: "CJK UNIFIED IDEOGRAPH-88EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x88EF,
        name: "CJK UNIFIED IDEOGRAPH-88EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F0,
        name: "CJK UNIFIED IDEOGRAPH-88F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F1,
        name: "CJK UNIFIED IDEOGRAPH-88F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F2,
        name: "CJK UNIFIED IDEOGRAPH-88F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F3,
        name: "CJK UNIFIED IDEOGRAPH-88F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F4,
        name: "CJK UNIFIED IDEOGRAPH-88F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F5,
        name: "CJK UNIFIED IDEOGRAPH-88F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F6,
        name: "CJK UNIFIED IDEOGRAPH-88F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F7,
        name: "CJK UNIFIED IDEOGRAPH-88F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F8,
        name: "CJK UNIFIED IDEOGRAPH-88F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x88F9,
        name: "CJK UNIFIED IDEOGRAPH-88F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x88FA,
        name: "CJK UNIFIED IDEOGRAPH-88FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x88FB,
        name: "CJK UNIFIED IDEOGRAPH-88FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x88FC,
        name: "CJK UNIFIED IDEOGRAPH-88FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x88FD,
        name: "CJK UNIFIED IDEOGRAPH-88FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x88FE,
        name: "CJK UNIFIED IDEOGRAPH-88FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x88FF,
        name: "CJK UNIFIED IDEOGRAPH-88FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8900,
        name: "CJK UNIFIED IDEOGRAPH-8900",
    },
    Character {
        age: "1.1",
        codepoint: 0x8901,
        name: "CJK UNIFIED IDEOGRAPH-8901",
    },
    Character {
        age: "1.1",
        codepoint: 0x8902,
        name: "CJK UNIFIED IDEOGRAPH-8902",
    },
    Character {
        age: "1.1",
        codepoint: 0x8903,
        name: "CJK UNIFIED IDEOGRAPH-8903",
    },
    Character {
        age: "1.1",
        codepoint: 0x8904,
        name: "CJK UNIFIED IDEOGRAPH-8904",
    },
    Character {
        age: "1.1",
        codepoint: 0x8905,
        name: "CJK UNIFIED IDEOGRAPH-8905",
    },
    Character {
        age: "1.1",
        codepoint: 0x8906,
        name: "CJK UNIFIED IDEOGRAPH-8906",
    },
    Character {
        age: "1.1",
        codepoint: 0x8907,
        name: "CJK UNIFIED IDEOGRAPH-8907",
    },
    Character {
        age: "1.1",
        codepoint: 0x8908,
        name: "CJK UNIFIED IDEOGRAPH-8908",
    },
    Character {
        age: "1.1",
        codepoint: 0x8909,
        name: "CJK UNIFIED IDEOGRAPH-8909",
    },
    Character {
        age: "1.1",
        codepoint: 0x890A,
        name: "CJK UNIFIED IDEOGRAPH-890A",
    },
    Character {
        age: "1.1",
        codepoint: 0x890B,
        name: "CJK UNIFIED IDEOGRAPH-890B",
    },
    Character {
        age: "1.1",
        codepoint: 0x890C,
        name: "CJK UNIFIED IDEOGRAPH-890C",
    },
    Character {
        age: "1.1",
        codepoint: 0x890D,
        name: "CJK UNIFIED IDEOGRAPH-890D",
    },
    Character {
        age: "1.1",
        codepoint: 0x890E,
        name: "CJK UNIFIED IDEOGRAPH-890E",
    },
    Character {
        age: "1.1",
        codepoint: 0x890F,
        name: "CJK UNIFIED IDEOGRAPH-890F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8910,
        name: "CJK UNIFIED IDEOGRAPH-8910",
    },
    Character {
        age: "1.1",
        codepoint: 0x8911,
        name: "CJK UNIFIED IDEOGRAPH-8911",
    },
    Character {
        age: "1.1",
        codepoint: 0x8912,
        name: "CJK UNIFIED IDEOGRAPH-8912",
    },
    Character {
        age: "1.1",
        codepoint: 0x8913,
        name: "CJK UNIFIED IDEOGRAPH-8913",
    },
    Character {
        age: "1.1",
        codepoint: 0x8914,
        name: "CJK UNIFIED IDEOGRAPH-8914",
    },
    Character {
        age: "1.1",
        codepoint: 0x8915,
        name: "CJK UNIFIED IDEOGRAPH-8915",
    },
    Character {
        age: "1.1",
        codepoint: 0x8916,
        name: "CJK UNIFIED IDEOGRAPH-8916",
    },
    Character {
        age: "1.1",
        codepoint: 0x8917,
        name: "CJK UNIFIED IDEOGRAPH-8917",
    },
    Character {
        age: "1.1",
        codepoint: 0x8918,
        name: "CJK UNIFIED IDEOGRAPH-8918",
    },
    Character {
        age: "1.1",
        codepoint: 0x8919,
        name: "CJK UNIFIED IDEOGRAPH-8919",
    },
    Character {
        age: "1.1",
        codepoint: 0x891A,
        name: "CJK UNIFIED IDEOGRAPH-891A",
    },
    Character {
        age: "1.1",
        codepoint: 0x891B,
        name: "CJK UNIFIED IDEOGRAPH-891B",
    },
    Character {
        age: "1.1",
        codepoint: 0x891C,
        name: "CJK UNIFIED IDEOGRAPH-891C",
    },
    Character {
        age: "1.1",
        codepoint: 0x891D,
        name: "CJK UNIFIED IDEOGRAPH-891D",
    },
    Character {
        age: "1.1",
        codepoint: 0x891E,
        name: "CJK UNIFIED IDEOGRAPH-891E",
    },
    Character {
        age: "1.1",
        codepoint: 0x891F,
        name: "CJK UNIFIED IDEOGRAPH-891F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8920,
        name: "CJK UNIFIED IDEOGRAPH-8920",
    },
    Character {
        age: "1.1",
        codepoint: 0x8921,
        name: "CJK UNIFIED IDEOGRAPH-8921",
    },
    Character {
        age: "1.1",
        codepoint: 0x8922,
        name: "CJK UNIFIED IDEOGRAPH-8922",
    },
    Character {
        age: "1.1",
        codepoint: 0x8923,
        name: "CJK UNIFIED IDEOGRAPH-8923",
    },
    Character {
        age: "1.1",
        codepoint: 0x8924,
        name: "CJK UNIFIED IDEOGRAPH-8924",
    },
    Character {
        age: "1.1",
        codepoint: 0x8925,
        name: "CJK UNIFIED IDEOGRAPH-8925",
    },
    Character {
        age: "1.1",
        codepoint: 0x8926,
        name: "CJK UNIFIED IDEOGRAPH-8926",
    },
    Character {
        age: "1.1",
        codepoint: 0x8927,
        name: "CJK UNIFIED IDEOGRAPH-8927",
    },
    Character {
        age: "1.1",
        codepoint: 0x8928,
        name: "CJK UNIFIED IDEOGRAPH-8928",
    },
    Character {
        age: "1.1",
        codepoint: 0x8929,
        name: "CJK UNIFIED IDEOGRAPH-8929",
    },
    Character {
        age: "1.1",
        codepoint: 0x892A,
        name: "CJK UNIFIED IDEOGRAPH-892A",
    },
    Character {
        age: "1.1",
        codepoint: 0x892B,
        name: "CJK UNIFIED IDEOGRAPH-892B",
    },
    Character {
        age: "1.1",
        codepoint: 0x892C,
        name: "CJK UNIFIED IDEOGRAPH-892C",
    },
    Character {
        age: "1.1",
        codepoint: 0x892D,
        name: "CJK UNIFIED IDEOGRAPH-892D",
    },
    Character {
        age: "1.1",
        codepoint: 0x892E,
        name: "CJK UNIFIED IDEOGRAPH-892E",
    },
    Character {
        age: "1.1",
        codepoint: 0x892F,
        name: "CJK UNIFIED IDEOGRAPH-892F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8930,
        name: "CJK UNIFIED IDEOGRAPH-8930",
    },
    Character {
        age: "1.1",
        codepoint: 0x8931,
        name: "CJK UNIFIED IDEOGRAPH-8931",
    },
    Character {
        age: "1.1",
        codepoint: 0x8932,
        name: "CJK UNIFIED IDEOGRAPH-8932",
    },
    Character {
        age: "1.1",
        codepoint: 0x8933,
        name: "CJK UNIFIED IDEOGRAPH-8933",
    },
    Character {
        age: "1.1",
        codepoint: 0x8934,
        name: "CJK UNIFIED IDEOGRAPH-8934",
    },
    Character {
        age: "1.1",
        codepoint: 0x8935,
        name: "CJK UNIFIED IDEOGRAPH-8935",
    },
    Character {
        age: "1.1",
        codepoint: 0x8936,
        name: "CJK UNIFIED IDEOGRAPH-8936",
    },
    Character {
        age: "1.1",
        codepoint: 0x8937,
        name: "CJK UNIFIED IDEOGRAPH-8937",
    },
    Character {
        age: "1.1",
        codepoint: 0x8938,
        name: "CJK UNIFIED IDEOGRAPH-8938",
    },
    Character {
        age: "1.1",
        codepoint: 0x8939,
        name: "CJK UNIFIED IDEOGRAPH-8939",
    },
    Character {
        age: "1.1",
        codepoint: 0x893A,
        name: "CJK UNIFIED IDEOGRAPH-893A",
    },
    Character {
        age: "1.1",
        codepoint: 0x893B,
        name: "CJK UNIFIED IDEOGRAPH-893B",
    },
    Character {
        age: "1.1",
        codepoint: 0x893C,
        name: "CJK UNIFIED IDEOGRAPH-893C",
    },
    Character {
        age: "1.1",
        codepoint: 0x893D,
        name: "CJK UNIFIED IDEOGRAPH-893D",
    },
    Character {
        age: "1.1",
        codepoint: 0x893E,
        name: "CJK UNIFIED IDEOGRAPH-893E",
    },
    Character {
        age: "1.1",
        codepoint: 0x893F,
        name: "CJK UNIFIED IDEOGRAPH-893F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8940,
        name: "CJK UNIFIED IDEOGRAPH-8940",
    },
    Character {
        age: "1.1",
        codepoint: 0x8941,
        name: "CJK UNIFIED IDEOGRAPH-8941",
    },
    Character {
        age: "1.1",
        codepoint: 0x8942,
        name: "CJK UNIFIED IDEOGRAPH-8942",
    },
    Character {
        age: "1.1",
        codepoint: 0x8943,
        name: "CJK UNIFIED IDEOGRAPH-8943",
    },
    Character {
        age: "1.1",
        codepoint: 0x8944,
        name: "CJK UNIFIED IDEOGRAPH-8944",
    },
    Character {
        age: "1.1",
        codepoint: 0x8945,
        name: "CJK UNIFIED IDEOGRAPH-8945",
    },
    Character {
        age: "1.1",
        codepoint: 0x8946,
        name: "CJK UNIFIED IDEOGRAPH-8946",
    },
    Character {
        age: "1.1",
        codepoint: 0x8947,
        name: "CJK UNIFIED IDEOGRAPH-8947",
    },
    Character {
        age: "1.1",
        codepoint: 0x8948,
        name: "CJK UNIFIED IDEOGRAPH-8948",
    },
    Character {
        age: "1.1",
        codepoint: 0x8949,
        name: "CJK UNIFIED IDEOGRAPH-8949",
    },
    Character {
        age: "1.1",
        codepoint: 0x894A,
        name: "CJK UNIFIED IDEOGRAPH-894A",
    },
    Character {
        age: "1.1",
        codepoint: 0x894B,
        name: "CJK UNIFIED IDEOGRAPH-894B",
    },
    Character {
        age: "1.1",
        codepoint: 0x894C,
        name: "CJK UNIFIED IDEOGRAPH-894C",
    },
    Character {
        age: "1.1",
        codepoint: 0x894D,
        name: "CJK UNIFIED IDEOGRAPH-894D",
    },
    Character {
        age: "1.1",
        codepoint: 0x894E,
        name: "CJK UNIFIED IDEOGRAPH-894E",
    },
    Character {
        age: "1.1",
        codepoint: 0x894F,
        name: "CJK UNIFIED IDEOGRAPH-894F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8950,
        name: "CJK UNIFIED IDEOGRAPH-8950",
    },
    Character {
        age: "1.1",
        codepoint: 0x8951,
        name: "CJK UNIFIED IDEOGRAPH-8951",
    },
    Character {
        age: "1.1",
        codepoint: 0x8952,
        name: "CJK UNIFIED IDEOGRAPH-8952",
    },
    Character {
        age: "1.1",
        codepoint: 0x8953,
        name: "CJK UNIFIED IDEOGRAPH-8953",
    },
    Character {
        age: "1.1",
        codepoint: 0x8954,
        name: "CJK UNIFIED IDEOGRAPH-8954",
    },
    Character {
        age: "1.1",
        codepoint: 0x8955,
        name: "CJK UNIFIED IDEOGRAPH-8955",
    },
    Character {
        age: "1.1",
        codepoint: 0x8956,
        name: "CJK UNIFIED IDEOGRAPH-8956",
    },
    Character {
        age: "1.1",
        codepoint: 0x8957,
        name: "CJK UNIFIED IDEOGRAPH-8957",
    },
    Character {
        age: "1.1",
        codepoint: 0x8958,
        name: "CJK UNIFIED IDEOGRAPH-8958",
    },
    Character {
        age: "1.1",
        codepoint: 0x8959,
        name: "CJK UNIFIED IDEOGRAPH-8959",
    },
    Character {
        age: "1.1",
        codepoint: 0x895A,
        name: "CJK UNIFIED IDEOGRAPH-895A",
    },
    Character {
        age: "1.1",
        codepoint: 0x895B,
        name: "CJK UNIFIED IDEOGRAPH-895B",
    },
    Character {
        age: "1.1",
        codepoint: 0x895C,
        name: "CJK UNIFIED IDEOGRAPH-895C",
    },
    Character {
        age: "1.1",
        codepoint: 0x895D,
        name: "CJK UNIFIED IDEOGRAPH-895D",
    },
    Character {
        age: "1.1",
        codepoint: 0x895E,
        name: "CJK UNIFIED IDEOGRAPH-895E",
    },
    Character {
        age: "1.1",
        codepoint: 0x895F,
        name: "CJK UNIFIED IDEOGRAPH-895F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8960,
        name: "CJK UNIFIED IDEOGRAPH-8960",
    },
    Character {
        age: "1.1",
        codepoint: 0x8961,
        name: "CJK UNIFIED IDEOGRAPH-8961",
    },
    Character {
        age: "1.1",
        codepoint: 0x8962,
        name: "CJK UNIFIED IDEOGRAPH-8962",
    },
    Character {
        age: "1.1",
        codepoint: 0x8963,
        name: "CJK UNIFIED IDEOGRAPH-8963",
    },
    Character {
        age: "1.1",
        codepoint: 0x8964,
        name: "CJK UNIFIED IDEOGRAPH-8964",
    },
    Character {
        age: "1.1",
        codepoint: 0x8965,
        name: "CJK UNIFIED IDEOGRAPH-8965",
    },
    Character {
        age: "1.1",
        codepoint: 0x8966,
        name: "CJK UNIFIED IDEOGRAPH-8966",
    },
    Character {
        age: "1.1",
        codepoint: 0x8967,
        name: "CJK UNIFIED IDEOGRAPH-8967",
    },
    Character {
        age: "1.1",
        codepoint: 0x8968,
        name: "CJK UNIFIED IDEOGRAPH-8968",
    },
    Character {
        age: "1.1",
        codepoint: 0x8969,
        name: "CJK UNIFIED IDEOGRAPH-8969",
    },
    Character {
        age: "1.1",
        codepoint: 0x896A,
        name: "CJK UNIFIED IDEOGRAPH-896A",
    },
    Character {
        age: "1.1",
        codepoint: 0x896B,
        name: "CJK UNIFIED IDEOGRAPH-896B",
    },
    Character {
        age: "1.1",
        codepoint: 0x896C,
        name: "CJK UNIFIED IDEOGRAPH-896C",
    },
    Character {
        age: "1.1",
        codepoint: 0x896D,
        name: "CJK UNIFIED IDEOGRAPH-896D",
    },
    Character {
        age: "1.1",
        codepoint: 0x896E,
        name: "CJK UNIFIED IDEOGRAPH-896E",
    },
    Character {
        age: "1.1",
        codepoint: 0x896F,
        name: "CJK UNIFIED IDEOGRAPH-896F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8970,
        name: "CJK UNIFIED IDEOGRAPH-8970",
    },
    Character {
        age: "1.1",
        codepoint: 0x8971,
        name: "CJK UNIFIED IDEOGRAPH-8971",
    },
    Character {
        age: "1.1",
        codepoint: 0x8972,
        name: "CJK UNIFIED IDEOGRAPH-8972",
    },
    Character {
        age: "1.1",
        codepoint: 0x8973,
        name: "CJK UNIFIED IDEOGRAPH-8973",
    },
    Character {
        age: "1.1",
        codepoint: 0x8974,
        name: "CJK UNIFIED IDEOGRAPH-8974",
    },
    Character {
        age: "1.1",
        codepoint: 0x8975,
        name: "CJK UNIFIED IDEOGRAPH-8975",
    },
    Character {
        age: "1.1",
        codepoint: 0x8976,
        name: "CJK UNIFIED IDEOGRAPH-8976",
    },
    Character {
        age: "1.1",
        codepoint: 0x8977,
        name: "CJK UNIFIED IDEOGRAPH-8977",
    },
    Character {
        age: "1.1",
        codepoint: 0x8978,
        name: "CJK UNIFIED IDEOGRAPH-8978",
    },
    Character {
        age: "1.1",
        codepoint: 0x8979,
        name: "CJK UNIFIED IDEOGRAPH-8979",
    },
    Character {
        age: "1.1",
        codepoint: 0x897A,
        name: "CJK UNIFIED IDEOGRAPH-897A",
    },
    Character {
        age: "1.1",
        codepoint: 0x897B,
        name: "CJK UNIFIED IDEOGRAPH-897B",
    },
    Character {
        age: "1.1",
        codepoint: 0x897C,
        name: "CJK UNIFIED IDEOGRAPH-897C",
    },
    Character {
        age: "1.1",
        codepoint: 0x897D,
        name: "CJK UNIFIED IDEOGRAPH-897D",
    },
    Character {
        age: "1.1",
        codepoint: 0x897E,
        name: "CJK UNIFIED IDEOGRAPH-897E",
    },
    Character {
        age: "1.1",
        codepoint: 0x897F,
        name: "CJK UNIFIED IDEOGRAPH-897F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8980,
        name: "CJK UNIFIED IDEOGRAPH-8980",
    },
    Character {
        age: "1.1",
        codepoint: 0x8981,
        name: "CJK UNIFIED IDEOGRAPH-8981",
    },
    Character {
        age: "1.1",
        codepoint: 0x8982,
        name: "CJK UNIFIED IDEOGRAPH-8982",
    },
    Character {
        age: "1.1",
        codepoint: 0x8983,
        name: "CJK UNIFIED IDEOGRAPH-8983",
    },
    Character {
        age: "1.1",
        codepoint: 0x8984,
        name: "CJK UNIFIED IDEOGRAPH-8984",
    },
    Character {
        age: "1.1",
        codepoint: 0x8985,
        name: "CJK UNIFIED IDEOGRAPH-8985",
    },
    Character {
        age: "1.1",
        codepoint: 0x8986,
        name: "CJK UNIFIED IDEOGRAPH-8986",
    },
    Character {
        age: "1.1",
        codepoint: 0x8987,
        name: "CJK UNIFIED IDEOGRAPH-8987",
    },
    Character {
        age: "1.1",
        codepoint: 0x8988,
        name: "CJK UNIFIED IDEOGRAPH-8988",
    },
    Character {
        age: "1.1",
        codepoint: 0x8989,
        name: "CJK UNIFIED IDEOGRAPH-8989",
    },
    Character {
        age: "1.1",
        codepoint: 0x898A,
        name: "CJK UNIFIED IDEOGRAPH-898A",
    },
    Character {
        age: "1.1",
        codepoint: 0x898B,
        name: "CJK UNIFIED IDEOGRAPH-898B",
    },
    Character {
        age: "1.1",
        codepoint: 0x898C,
        name: "CJK UNIFIED IDEOGRAPH-898C",
    },
    Character {
        age: "1.1",
        codepoint: 0x898D,
        name: "CJK UNIFIED IDEOGRAPH-898D",
    },
    Character {
        age: "1.1",
        codepoint: 0x898E,
        name: "CJK UNIFIED IDEOGRAPH-898E",
    },
    Character {
        age: "1.1",
        codepoint: 0x898F,
        name: "CJK UNIFIED IDEOGRAPH-898F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8990,
        name: "CJK UNIFIED IDEOGRAPH-8990",
    },
    Character {
        age: "1.1",
        codepoint: 0x8991,
        name: "CJK UNIFIED IDEOGRAPH-8991",
    },
    Character {
        age: "1.1",
        codepoint: 0x8992,
        name: "CJK UNIFIED IDEOGRAPH-8992",
    },
    Character {
        age: "1.1",
        codepoint: 0x8993,
        name: "CJK UNIFIED IDEOGRAPH-8993",
    },
    Character {
        age: "1.1",
        codepoint: 0x8994,
        name: "CJK UNIFIED IDEOGRAPH-8994",
    },
    Character {
        age: "1.1",
        codepoint: 0x8995,
        name: "CJK UNIFIED IDEOGRAPH-8995",
    },
    Character {
        age: "1.1",
        codepoint: 0x8996,
        name: "CJK UNIFIED IDEOGRAPH-8996",
    },
    Character {
        age: "1.1",
        codepoint: 0x8997,
        name: "CJK UNIFIED IDEOGRAPH-8997",
    },
    Character {
        age: "1.1",
        codepoint: 0x8998,
        name: "CJK UNIFIED IDEOGRAPH-8998",
    },
    Character {
        age: "1.1",
        codepoint: 0x8999,
        name: "CJK UNIFIED IDEOGRAPH-8999",
    },
    Character {
        age: "1.1",
        codepoint: 0x899A,
        name: "CJK UNIFIED IDEOGRAPH-899A",
    },
    Character {
        age: "1.1",
        codepoint: 0x899B,
        name: "CJK UNIFIED IDEOGRAPH-899B",
    },
    Character {
        age: "1.1",
        codepoint: 0x899C,
        name: "CJK UNIFIED IDEOGRAPH-899C",
    },
    Character {
        age: "1.1",
        codepoint: 0x899D,
        name: "CJK UNIFIED IDEOGRAPH-899D",
    },
    Character {
        age: "1.1",
        codepoint: 0x899E,
        name: "CJK UNIFIED IDEOGRAPH-899E",
    },
    Character {
        age: "1.1",
        codepoint: 0x899F,
        name: "CJK UNIFIED IDEOGRAPH-899F",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A0,
        name: "CJK UNIFIED IDEOGRAPH-89A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A1,
        name: "CJK UNIFIED IDEOGRAPH-89A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A2,
        name: "CJK UNIFIED IDEOGRAPH-89A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A3,
        name: "CJK UNIFIED IDEOGRAPH-89A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A4,
        name: "CJK UNIFIED IDEOGRAPH-89A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A5,
        name: "CJK UNIFIED IDEOGRAPH-89A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A6,
        name: "CJK UNIFIED IDEOGRAPH-89A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A7,
        name: "CJK UNIFIED IDEOGRAPH-89A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A8,
        name: "CJK UNIFIED IDEOGRAPH-89A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x89A9,
        name: "CJK UNIFIED IDEOGRAPH-89A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x89AA,
        name: "CJK UNIFIED IDEOGRAPH-89AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x89AB,
        name: "CJK UNIFIED IDEOGRAPH-89AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x89AC,
        name: "CJK UNIFIED IDEOGRAPH-89AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x89AD,
        name: "CJK UNIFIED IDEOGRAPH-89AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x89AE,
        name: "CJK UNIFIED IDEOGRAPH-89AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x89AF,
        name: "CJK UNIFIED IDEOGRAPH-89AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B0,
        name: "CJK UNIFIED IDEOGRAPH-89B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B1,
        name: "CJK UNIFIED IDEOGRAPH-89B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B2,
        name: "CJK UNIFIED IDEOGRAPH-89B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B3,
        name: "CJK UNIFIED IDEOGRAPH-89B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B4,
        name: "CJK UNIFIED IDEOGRAPH-89B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B5,
        name: "CJK UNIFIED IDEOGRAPH-89B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B6,
        name: "CJK UNIFIED IDEOGRAPH-89B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B7,
        name: "CJK UNIFIED IDEOGRAPH-89B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B8,
        name: "CJK UNIFIED IDEOGRAPH-89B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x89B9,
        name: "CJK UNIFIED IDEOGRAPH-89B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x89BA,
        name: "CJK UNIFIED IDEOGRAPH-89BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x89BB,
        name: "CJK UNIFIED IDEOGRAPH-89BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x89BC,
        name: "CJK UNIFIED IDEOGRAPH-89BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x89BD,
        name: "CJK UNIFIED IDEOGRAPH-89BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x89BE,
        name: "CJK UNIFIED IDEOGRAPH-89BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x89BF,
        name: "CJK UNIFIED IDEOGRAPH-89BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C0,
        name: "CJK UNIFIED IDEOGRAPH-89C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C1,
        name: "CJK UNIFIED IDEOGRAPH-89C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C2,
        name: "CJK UNIFIED IDEOGRAPH-89C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C3,
        name: "CJK UNIFIED IDEOGRAPH-89C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C4,
        name: "CJK UNIFIED IDEOGRAPH-89C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C5,
        name: "CJK UNIFIED IDEOGRAPH-89C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C6,
        name: "CJK UNIFIED IDEOGRAPH-89C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C7,
        name: "CJK UNIFIED IDEOGRAPH-89C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C8,
        name: "CJK UNIFIED IDEOGRAPH-89C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x89C9,
        name: "CJK UNIFIED IDEOGRAPH-89C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x89CA,
        name: "CJK UNIFIED IDEOGRAPH-89CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x89CB,
        name: "CJK UNIFIED IDEOGRAPH-89CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x89CC,
        name: "CJK UNIFIED IDEOGRAPH-89CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x89CD,
        name: "CJK UNIFIED IDEOGRAPH-89CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x89CE,
        name: "CJK UNIFIED IDEOGRAPH-89CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x89CF,
        name: "CJK UNIFIED IDEOGRAPH-89CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D0,
        name: "CJK UNIFIED IDEOGRAPH-89D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D1,
        name: "CJK UNIFIED IDEOGRAPH-89D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D2,
        name: "CJK UNIFIED IDEOGRAPH-89D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D3,
        name: "CJK UNIFIED IDEOGRAPH-89D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D4,
        name: "CJK UNIFIED IDEOGRAPH-89D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D5,
        name: "CJK UNIFIED IDEOGRAPH-89D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D6,
        name: "CJK UNIFIED IDEOGRAPH-89D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D7,
        name: "CJK UNIFIED IDEOGRAPH-89D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D8,
        name: "CJK UNIFIED IDEOGRAPH-89D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x89D9,
        name: "CJK UNIFIED IDEOGRAPH-89D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x89DA,
        name: "CJK UNIFIED IDEOGRAPH-89DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x89DB,
        name: "CJK UNIFIED IDEOGRAPH-89DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x89DC,
        name: "CJK UNIFIED IDEOGRAPH-89DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x89DD,
        name: "CJK UNIFIED IDEOGRAPH-89DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x89DE,
        name: "CJK UNIFIED IDEOGRAPH-89DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x89DF,
        name: "CJK UNIFIED IDEOGRAPH-89DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E0,
        name: "CJK UNIFIED IDEOGRAPH-89E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E1,
        name: "CJK UNIFIED IDEOGRAPH-89E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E2,
        name: "CJK UNIFIED IDEOGRAPH-89E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E3,
        name: "CJK UNIFIED IDEOGRAPH-89E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E4,
        name: "CJK UNIFIED IDEOGRAPH-89E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E5,
        name: "CJK UNIFIED IDEOGRAPH-89E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E6,
        name: "CJK UNIFIED IDEOGRAPH-89E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E7,
        name: "CJK UNIFIED IDEOGRAPH-89E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E8,
        name: "CJK UNIFIED IDEOGRAPH-89E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x89E9,
        name: "CJK UNIFIED IDEOGRAPH-89E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x89EA,
        name: "CJK UNIFIED IDEOGRAPH-89EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x89EB,
        name: "CJK UNIFIED IDEOGRAPH-89EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x89EC,
        name: "CJK UNIFIED IDEOGRAPH-89EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x89ED,
        name: "CJK UNIFIED IDEOGRAPH-89ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x89EE,
        name: "CJK UNIFIED IDEOGRAPH-89EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x89EF,
        name: "CJK UNIFIED IDEOGRAPH-89EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F0,
        name: "CJK UNIFIED IDEOGRAPH-89F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F1,
        name: "CJK UNIFIED IDEOGRAPH-89F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F2,
        name: "CJK UNIFIED IDEOGRAPH-89F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F3,
        name: "CJK UNIFIED IDEOGRAPH-89F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F4,
        name: "CJK UNIFIED IDEOGRAPH-89F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F5,
        name: "CJK UNIFIED IDEOGRAPH-89F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F6,
        name: "CJK UNIFIED IDEOGRAPH-89F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F7,
        name: "CJK UNIFIED IDEOGRAPH-89F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F8,
        name: "CJK UNIFIED IDEOGRAPH-89F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x89F9,
        name: "CJK UNIFIED IDEOGRAPH-89F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x89FA,
        name: "CJK UNIFIED IDEOGRAPH-89FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x89FB,
        name: "CJK UNIFIED IDEOGRAPH-89FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x89FC,
        name: "CJK UNIFIED IDEOGRAPH-89FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x89FD,
        name: "CJK UNIFIED IDEOGRAPH-89FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x89FE,
        name: "CJK UNIFIED IDEOGRAPH-89FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x89FF,
        name: "CJK UNIFIED IDEOGRAPH-89FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A00,
        name: "CJK UNIFIED IDEOGRAPH-8A00",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A01,
        name: "CJK UNIFIED IDEOGRAPH-8A01",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A02,
        name: "CJK UNIFIED IDEOGRAPH-8A02",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A03,
        name: "CJK UNIFIED IDEOGRAPH-8A03",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A04,
        name: "CJK UNIFIED IDEOGRAPH-8A04",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A05,
        name: "CJK UNIFIED IDEOGRAPH-8A05",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A06,
        name: "CJK UNIFIED IDEOGRAPH-8A06",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A07,
        name: "CJK UNIFIED IDEOGRAPH-8A07",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A08,
        name: "CJK UNIFIED IDEOGRAPH-8A08",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A09,
        name: "CJK UNIFIED IDEOGRAPH-8A09",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A0A,
        name: "CJK UNIFIED IDEOGRAPH-8A0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A0B,
        name: "CJK UNIFIED IDEOGRAPH-8A0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A0C,
        name: "CJK UNIFIED IDEOGRAPH-8A0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A0D,
        name: "CJK UNIFIED IDEOGRAPH-8A0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A0E,
        name: "CJK UNIFIED IDEOGRAPH-8A0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A0F,
        name: "CJK UNIFIED IDEOGRAPH-8A0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A10,
        name: "CJK UNIFIED IDEOGRAPH-8A10",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A11,
        name: "CJK UNIFIED IDEOGRAPH-8A11",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A12,
        name: "CJK UNIFIED IDEOGRAPH-8A12",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A13,
        name: "CJK UNIFIED IDEOGRAPH-8A13",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A14,
        name: "CJK UNIFIED IDEOGRAPH-8A14",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A15,
        name: "CJK UNIFIED IDEOGRAPH-8A15",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A16,
        name: "CJK UNIFIED IDEOGRAPH-8A16",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A17,
        name: "CJK UNIFIED IDEOGRAPH-8A17",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A18,
        name: "CJK UNIFIED IDEOGRAPH-8A18",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A19,
        name: "CJK UNIFIED IDEOGRAPH-8A19",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A1A,
        name: "CJK UNIFIED IDEOGRAPH-8A1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A1B,
        name: "CJK UNIFIED IDEOGRAPH-8A1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A1C,
        name: "CJK UNIFIED IDEOGRAPH-8A1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A1D,
        name: "CJK UNIFIED IDEOGRAPH-8A1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A1E,
        name: "CJK UNIFIED IDEOGRAPH-8A1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A1F,
        name: "CJK UNIFIED IDEOGRAPH-8A1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A20,
        name: "CJK UNIFIED IDEOGRAPH-8A20",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A21,
        name: "CJK UNIFIED IDEOGRAPH-8A21",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A22,
        name: "CJK UNIFIED IDEOGRAPH-8A22",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A23,
        name: "CJK UNIFIED IDEOGRAPH-8A23",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A24,
        name: "CJK UNIFIED IDEOGRAPH-8A24",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A25,
        name: "CJK UNIFIED IDEOGRAPH-8A25",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A26,
        name: "CJK UNIFIED IDEOGRAPH-8A26",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A27,
        name: "CJK UNIFIED IDEOGRAPH-8A27",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A28,
        name: "CJK UNIFIED IDEOGRAPH-8A28",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A29,
        name: "CJK UNIFIED IDEOGRAPH-8A29",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A2A,
        name: "CJK UNIFIED IDEOGRAPH-8A2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A2B,
        name: "CJK UNIFIED IDEOGRAPH-8A2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A2C,
        name: "CJK UNIFIED IDEOGRAPH-8A2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A2D,
        name: "CJK UNIFIED IDEOGRAPH-8A2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A2E,
        name: "CJK UNIFIED IDEOGRAPH-8A2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A2F,
        name: "CJK UNIFIED IDEOGRAPH-8A2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A30,
        name: "CJK UNIFIED IDEOGRAPH-8A30",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A31,
        name: "CJK UNIFIED IDEOGRAPH-8A31",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A32,
        name: "CJK UNIFIED IDEOGRAPH-8A32",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A33,
        name: "CJK UNIFIED IDEOGRAPH-8A33",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A34,
        name: "CJK UNIFIED IDEOGRAPH-8A34",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A35,
        name: "CJK UNIFIED IDEOGRAPH-8A35",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A36,
        name: "CJK UNIFIED IDEOGRAPH-8A36",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A37,
        name: "CJK UNIFIED IDEOGRAPH-8A37",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A38,
        name: "CJK UNIFIED IDEOGRAPH-8A38",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A39,
        name: "CJK UNIFIED IDEOGRAPH-8A39",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A3A,
        name: "CJK UNIFIED IDEOGRAPH-8A3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A3B,
        name: "CJK UNIFIED IDEOGRAPH-8A3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A3C,
        name: "CJK UNIFIED IDEOGRAPH-8A3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A3D,
        name: "CJK UNIFIED IDEOGRAPH-8A3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A3E,
        name: "CJK UNIFIED IDEOGRAPH-8A3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A3F,
        name: "CJK UNIFIED IDEOGRAPH-8A3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A40,
        name: "CJK UNIFIED IDEOGRAPH-8A40",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A41,
        name: "CJK UNIFIED IDEOGRAPH-8A41",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A42,
        name: "CJK UNIFIED IDEOGRAPH-8A42",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A43,
        name: "CJK UNIFIED IDEOGRAPH-8A43",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A44,
        name: "CJK UNIFIED IDEOGRAPH-8A44",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A45,
        name: "CJK UNIFIED IDEOGRAPH-8A45",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A46,
        name: "CJK UNIFIED IDEOGRAPH-8A46",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A47,
        name: "CJK UNIFIED IDEOGRAPH-8A47",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A48,
        name: "CJK UNIFIED IDEOGRAPH-8A48",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A49,
        name: "CJK UNIFIED IDEOGRAPH-8A49",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A4A,
        name: "CJK UNIFIED IDEOGRAPH-8A4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A4B,
        name: "CJK UNIFIED IDEOGRAPH-8A4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A4C,
        name: "CJK UNIFIED IDEOGRAPH-8A4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A4D,
        name: "CJK UNIFIED IDEOGRAPH-8A4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A4E,
        name: "CJK UNIFIED IDEOGRAPH-8A4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A4F,
        name: "CJK UNIFIED IDEOGRAPH-8A4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A50,
        name: "CJK UNIFIED IDEOGRAPH-8A50",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A51,
        name: "CJK UNIFIED IDEOGRAPH-8A51",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A52,
        name: "CJK UNIFIED IDEOGRAPH-8A52",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A53,
        name: "CJK UNIFIED IDEOGRAPH-8A53",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A54,
        name: "CJK UNIFIED IDEOGRAPH-8A54",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A55,
        name: "CJK UNIFIED IDEOGRAPH-8A55",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A56,
        name: "CJK UNIFIED IDEOGRAPH-8A56",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A57,
        name: "CJK UNIFIED IDEOGRAPH-8A57",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A58,
        name: "CJK UNIFIED IDEOGRAPH-8A58",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A59,
        name: "CJK UNIFIED IDEOGRAPH-8A59",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A5A,
        name: "CJK UNIFIED IDEOGRAPH-8A5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A5B,
        name: "CJK UNIFIED IDEOGRAPH-8A5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A5C,
        name: "CJK UNIFIED IDEOGRAPH-8A5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A5D,
        name: "CJK UNIFIED IDEOGRAPH-8A5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A5E,
        name: "CJK UNIFIED IDEOGRAPH-8A5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A5F,
        name: "CJK UNIFIED IDEOGRAPH-8A5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A60,
        name: "CJK UNIFIED IDEOGRAPH-8A60",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A61,
        name: "CJK UNIFIED IDEOGRAPH-8A61",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A62,
        name: "CJK UNIFIED IDEOGRAPH-8A62",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A63,
        name: "CJK UNIFIED IDEOGRAPH-8A63",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A64,
        name: "CJK UNIFIED IDEOGRAPH-8A64",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A65,
        name: "CJK UNIFIED IDEOGRAPH-8A65",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A66,
        name: "CJK UNIFIED IDEOGRAPH-8A66",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A67,
        name: "CJK UNIFIED IDEOGRAPH-8A67",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A68,
        name: "CJK UNIFIED IDEOGRAPH-8A68",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A69,
        name: "CJK UNIFIED IDEOGRAPH-8A69",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A6A,
        name: "CJK UNIFIED IDEOGRAPH-8A6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A6B,
        name: "CJK UNIFIED IDEOGRAPH-8A6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A6C,
        name: "CJK UNIFIED IDEOGRAPH-8A6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A6D,
        name: "CJK UNIFIED IDEOGRAPH-8A6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A6E,
        name: "CJK UNIFIED IDEOGRAPH-8A6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A6F,
        name: "CJK UNIFIED IDEOGRAPH-8A6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A70,
        name: "CJK UNIFIED IDEOGRAPH-8A70",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A71,
        name: "CJK UNIFIED IDEOGRAPH-8A71",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A72,
        name: "CJK UNIFIED IDEOGRAPH-8A72",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A73,
        name: "CJK UNIFIED IDEOGRAPH-8A73",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A74,
        name: "CJK UNIFIED IDEOGRAPH-8A74",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A75,
        name: "CJK UNIFIED IDEOGRAPH-8A75",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A76,
        name: "CJK UNIFIED IDEOGRAPH-8A76",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A77,
        name: "CJK UNIFIED IDEOGRAPH-8A77",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A78,
        name: "CJK UNIFIED IDEOGRAPH-8A78",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A79,
        name: "CJK UNIFIED IDEOGRAPH-8A79",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A7A,
        name: "CJK UNIFIED IDEOGRAPH-8A7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A7B,
        name: "CJK UNIFIED IDEOGRAPH-8A7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A7C,
        name: "CJK UNIFIED IDEOGRAPH-8A7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A7D,
        name: "CJK UNIFIED IDEOGRAPH-8A7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A7E,
        name: "CJK UNIFIED IDEOGRAPH-8A7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A7F,
        name: "CJK UNIFIED IDEOGRAPH-8A7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A80,
        name: "CJK UNIFIED IDEOGRAPH-8A80",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A81,
        name: "CJK UNIFIED IDEOGRAPH-8A81",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A82,
        name: "CJK UNIFIED IDEOGRAPH-8A82",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A83,
        name: "CJK UNIFIED IDEOGRAPH-8A83",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A84,
        name: "CJK UNIFIED IDEOGRAPH-8A84",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A85,
        name: "CJK UNIFIED IDEOGRAPH-8A85",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A86,
        name: "CJK UNIFIED IDEOGRAPH-8A86",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A87,
        name: "CJK UNIFIED IDEOGRAPH-8A87",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A88,
        name: "CJK UNIFIED IDEOGRAPH-8A88",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A89,
        name: "CJK UNIFIED IDEOGRAPH-8A89",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A8A,
        name: "CJK UNIFIED IDEOGRAPH-8A8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A8B,
        name: "CJK UNIFIED IDEOGRAPH-8A8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A8C,
        name: "CJK UNIFIED IDEOGRAPH-8A8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A8D,
        name: "CJK UNIFIED IDEOGRAPH-8A8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A8E,
        name: "CJK UNIFIED IDEOGRAPH-8A8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A8F,
        name: "CJK UNIFIED IDEOGRAPH-8A8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A90,
        name: "CJK UNIFIED IDEOGRAPH-8A90",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A91,
        name: "CJK UNIFIED IDEOGRAPH-8A91",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A92,
        name: "CJK UNIFIED IDEOGRAPH-8A92",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A93,
        name: "CJK UNIFIED IDEOGRAPH-8A93",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A94,
        name: "CJK UNIFIED IDEOGRAPH-8A94",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A95,
        name: "CJK UNIFIED IDEOGRAPH-8A95",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A96,
        name: "CJK UNIFIED IDEOGRAPH-8A96",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A97,
        name: "CJK UNIFIED IDEOGRAPH-8A97",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A98,
        name: "CJK UNIFIED IDEOGRAPH-8A98",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A99,
        name: "CJK UNIFIED IDEOGRAPH-8A99",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A9A,
        name: "CJK UNIFIED IDEOGRAPH-8A9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A9B,
        name: "CJK UNIFIED IDEOGRAPH-8A9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A9C,
        name: "CJK UNIFIED IDEOGRAPH-8A9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A9D,
        name: "CJK UNIFIED IDEOGRAPH-8A9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A9E,
        name: "CJK UNIFIED IDEOGRAPH-8A9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8A9F,
        name: "CJK UNIFIED IDEOGRAPH-8A9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA0,
        name: "CJK UNIFIED IDEOGRAPH-8AA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA1,
        name: "CJK UNIFIED IDEOGRAPH-8AA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA2,
        name: "CJK UNIFIED IDEOGRAPH-8AA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA3,
        name: "CJK UNIFIED IDEOGRAPH-8AA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA4,
        name: "CJK UNIFIED IDEOGRAPH-8AA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA5,
        name: "CJK UNIFIED IDEOGRAPH-8AA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA6,
        name: "CJK UNIFIED IDEOGRAPH-8AA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA7,
        name: "CJK UNIFIED IDEOGRAPH-8AA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA8,
        name: "CJK UNIFIED IDEOGRAPH-8AA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AA9,
        name: "CJK UNIFIED IDEOGRAPH-8AA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AAA,
        name: "CJK UNIFIED IDEOGRAPH-8AAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AAB,
        name: "CJK UNIFIED IDEOGRAPH-8AAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AAC,
        name: "CJK UNIFIED IDEOGRAPH-8AAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AAD,
        name: "CJK UNIFIED IDEOGRAPH-8AAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AAE,
        name: "CJK UNIFIED IDEOGRAPH-8AAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AAF,
        name: "CJK UNIFIED IDEOGRAPH-8AAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB0,
        name: "CJK UNIFIED IDEOGRAPH-8AB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB1,
        name: "CJK UNIFIED IDEOGRAPH-8AB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB2,
        name: "CJK UNIFIED IDEOGRAPH-8AB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB3,
        name: "CJK UNIFIED IDEOGRAPH-8AB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB4,
        name: "CJK UNIFIED IDEOGRAPH-8AB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB5,
        name: "CJK UNIFIED IDEOGRAPH-8AB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB6,
        name: "CJK UNIFIED IDEOGRAPH-8AB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB7,
        name: "CJK UNIFIED IDEOGRAPH-8AB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB8,
        name: "CJK UNIFIED IDEOGRAPH-8AB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AB9,
        name: "CJK UNIFIED IDEOGRAPH-8AB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ABA,
        name: "CJK UNIFIED IDEOGRAPH-8ABA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ABB,
        name: "CJK UNIFIED IDEOGRAPH-8ABB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ABC,
        name: "CJK UNIFIED IDEOGRAPH-8ABC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ABD,
        name: "CJK UNIFIED IDEOGRAPH-8ABD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ABE,
        name: "CJK UNIFIED IDEOGRAPH-8ABE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ABF,
        name: "CJK UNIFIED IDEOGRAPH-8ABF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC0,
        name: "CJK UNIFIED IDEOGRAPH-8AC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC1,
        name: "CJK UNIFIED IDEOGRAPH-8AC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC2,
        name: "CJK UNIFIED IDEOGRAPH-8AC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC3,
        name: "CJK UNIFIED IDEOGRAPH-8AC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC4,
        name: "CJK UNIFIED IDEOGRAPH-8AC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC5,
        name: "CJK UNIFIED IDEOGRAPH-8AC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC6,
        name: "CJK UNIFIED IDEOGRAPH-8AC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC7,
        name: "CJK UNIFIED IDEOGRAPH-8AC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC8,
        name: "CJK UNIFIED IDEOGRAPH-8AC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AC9,
        name: "CJK UNIFIED IDEOGRAPH-8AC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ACA,
        name: "CJK UNIFIED IDEOGRAPH-8ACA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ACB,
        name: "CJK UNIFIED IDEOGRAPH-8ACB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ACC,
        name: "CJK UNIFIED IDEOGRAPH-8ACC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ACD,
        name: "CJK UNIFIED IDEOGRAPH-8ACD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ACE,
        name: "CJK UNIFIED IDEOGRAPH-8ACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ACF,
        name: "CJK UNIFIED IDEOGRAPH-8ACF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD0,
        name: "CJK UNIFIED IDEOGRAPH-8AD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD1,
        name: "CJK UNIFIED IDEOGRAPH-8AD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD2,
        name: "CJK UNIFIED IDEOGRAPH-8AD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD3,
        name: "CJK UNIFIED IDEOGRAPH-8AD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD4,
        name: "CJK UNIFIED IDEOGRAPH-8AD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD5,
        name: "CJK UNIFIED IDEOGRAPH-8AD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD6,
        name: "CJK UNIFIED IDEOGRAPH-8AD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD7,
        name: "CJK UNIFIED IDEOGRAPH-8AD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD8,
        name: "CJK UNIFIED IDEOGRAPH-8AD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AD9,
        name: "CJK UNIFIED IDEOGRAPH-8AD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ADA,
        name: "CJK UNIFIED IDEOGRAPH-8ADA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ADB,
        name: "CJK UNIFIED IDEOGRAPH-8ADB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ADC,
        name: "CJK UNIFIED IDEOGRAPH-8ADC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ADD,
        name: "CJK UNIFIED IDEOGRAPH-8ADD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ADE,
        name: "CJK UNIFIED IDEOGRAPH-8ADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ADF,
        name: "CJK UNIFIED IDEOGRAPH-8ADF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE0,
        name: "CJK UNIFIED IDEOGRAPH-8AE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE1,
        name: "CJK UNIFIED IDEOGRAPH-8AE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE2,
        name: "CJK UNIFIED IDEOGRAPH-8AE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE3,
        name: "CJK UNIFIED IDEOGRAPH-8AE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE4,
        name: "CJK UNIFIED IDEOGRAPH-8AE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE5,
        name: "CJK UNIFIED IDEOGRAPH-8AE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE6,
        name: "CJK UNIFIED IDEOGRAPH-8AE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE7,
        name: "CJK UNIFIED IDEOGRAPH-8AE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE8,
        name: "CJK UNIFIED IDEOGRAPH-8AE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AE9,
        name: "CJK UNIFIED IDEOGRAPH-8AE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AEA,
        name: "CJK UNIFIED IDEOGRAPH-8AEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AEB,
        name: "CJK UNIFIED IDEOGRAPH-8AEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AEC,
        name: "CJK UNIFIED IDEOGRAPH-8AEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AED,
        name: "CJK UNIFIED IDEOGRAPH-8AED",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AEE,
        name: "CJK UNIFIED IDEOGRAPH-8AEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AEF,
        name: "CJK UNIFIED IDEOGRAPH-8AEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF0,
        name: "CJK UNIFIED IDEOGRAPH-8AF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF1,
        name: "CJK UNIFIED IDEOGRAPH-8AF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF2,
        name: "CJK UNIFIED IDEOGRAPH-8AF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF3,
        name: "CJK UNIFIED IDEOGRAPH-8AF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF4,
        name: "CJK UNIFIED IDEOGRAPH-8AF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF5,
        name: "CJK UNIFIED IDEOGRAPH-8AF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF6,
        name: "CJK UNIFIED IDEOGRAPH-8AF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF7,
        name: "CJK UNIFIED IDEOGRAPH-8AF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF8,
        name: "CJK UNIFIED IDEOGRAPH-8AF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AF9,
        name: "CJK UNIFIED IDEOGRAPH-8AF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AFA,
        name: "CJK UNIFIED IDEOGRAPH-8AFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AFB,
        name: "CJK UNIFIED IDEOGRAPH-8AFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AFC,
        name: "CJK UNIFIED IDEOGRAPH-8AFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AFD,
        name: "CJK UNIFIED IDEOGRAPH-8AFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AFE,
        name: "CJK UNIFIED IDEOGRAPH-8AFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8AFF,
        name: "CJK UNIFIED IDEOGRAPH-8AFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B00,
        name: "CJK UNIFIED IDEOGRAPH-8B00",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B01,
        name: "CJK UNIFIED IDEOGRAPH-8B01",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B02,
        name: "CJK UNIFIED IDEOGRAPH-8B02",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B03,
        name: "CJK UNIFIED IDEOGRAPH-8B03",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B04,
        name: "CJK UNIFIED IDEOGRAPH-8B04",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B05,
        name: "CJK UNIFIED IDEOGRAPH-8B05",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B06,
        name: "CJK UNIFIED IDEOGRAPH-8B06",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B07,
        name: "CJK UNIFIED IDEOGRAPH-8B07",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B08,
        name: "CJK UNIFIED IDEOGRAPH-8B08",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B09,
        name: "CJK UNIFIED IDEOGRAPH-8B09",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B0A,
        name: "CJK UNIFIED IDEOGRAPH-8B0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B0B,
        name: "CJK UNIFIED IDEOGRAPH-8B0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B0C,
        name: "CJK UNIFIED IDEOGRAPH-8B0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B0D,
        name: "CJK UNIFIED IDEOGRAPH-8B0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B0E,
        name: "CJK UNIFIED IDEOGRAPH-8B0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B0F,
        name: "CJK UNIFIED IDEOGRAPH-8B0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B10,
        name: "CJK UNIFIED IDEOGRAPH-8B10",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B11,
        name: "CJK UNIFIED IDEOGRAPH-8B11",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B12,
        name: "CJK UNIFIED IDEOGRAPH-8B12",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B13,
        name: "CJK UNIFIED IDEOGRAPH-8B13",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B14,
        name: "CJK UNIFIED IDEOGRAPH-8B14",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B15,
        name: "CJK UNIFIED IDEOGRAPH-8B15",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B16,
        name: "CJK UNIFIED IDEOGRAPH-8B16",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B17,
        name: "CJK UNIFIED IDEOGRAPH-8B17",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B18,
        name: "CJK UNIFIED IDEOGRAPH-8B18",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B19,
        name: "CJK UNIFIED IDEOGRAPH-8B19",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B1A,
        name: "CJK UNIFIED IDEOGRAPH-8B1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B1B,
        name: "CJK UNIFIED IDEOGRAPH-8B1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B1C,
        name: "CJK UNIFIED IDEOGRAPH-8B1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B1D,
        name: "CJK UNIFIED IDEOGRAPH-8B1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B1E,
        name: "CJK UNIFIED IDEOGRAPH-8B1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B1F,
        name: "CJK UNIFIED IDEOGRAPH-8B1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B20,
        name: "CJK UNIFIED IDEOGRAPH-8B20",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B21,
        name: "CJK UNIFIED IDEOGRAPH-8B21",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B22,
        name: "CJK UNIFIED IDEOGRAPH-8B22",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B23,
        name: "CJK UNIFIED IDEOGRAPH-8B23",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B24,
        name: "CJK UNIFIED IDEOGRAPH-8B24",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B25,
        name: "CJK UNIFIED IDEOGRAPH-8B25",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B26,
        name: "CJK UNIFIED IDEOGRAPH-8B26",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B27,
        name: "CJK UNIFIED IDEOGRAPH-8B27",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B28,
        name: "CJK UNIFIED IDEOGRAPH-8B28",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B29,
        name: "CJK UNIFIED IDEOGRAPH-8B29",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B2A,
        name: "CJK UNIFIED IDEOGRAPH-8B2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B2B,
        name: "CJK UNIFIED IDEOGRAPH-8B2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B2C,
        name: "CJK UNIFIED IDEOGRAPH-8B2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B2D,
        name: "CJK UNIFIED IDEOGRAPH-8B2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B2E,
        name: "CJK UNIFIED IDEOGRAPH-8B2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B2F,
        name: "CJK UNIFIED IDEOGRAPH-8B2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B30,
        name: "CJK UNIFIED IDEOGRAPH-8B30",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B31,
        name: "CJK UNIFIED IDEOGRAPH-8B31",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B32,
        name: "CJK UNIFIED IDEOGRAPH-8B32",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B33,
        name: "CJK UNIFIED IDEOGRAPH-8B33",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B34,
        name: "CJK UNIFIED IDEOGRAPH-8B34",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B35,
        name: "CJK UNIFIED IDEOGRAPH-8B35",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B36,
        name: "CJK UNIFIED IDEOGRAPH-8B36",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B37,
        name: "CJK UNIFIED IDEOGRAPH-8B37",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B38,
        name: "CJK UNIFIED IDEOGRAPH-8B38",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B39,
        name: "CJK UNIFIED IDEOGRAPH-8B39",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B3A,
        name: "CJK UNIFIED IDEOGRAPH-8B3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B3B,
        name: "CJK UNIFIED IDEOGRAPH-8B3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B3C,
        name: "CJK UNIFIED IDEOGRAPH-8B3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B3D,
        name: "CJK UNIFIED IDEOGRAPH-8B3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B3E,
        name: "CJK UNIFIED IDEOGRAPH-8B3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B3F,
        name: "CJK UNIFIED IDEOGRAPH-8B3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B40,
        name: "CJK UNIFIED IDEOGRAPH-8B40",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B41,
        name: "CJK UNIFIED IDEOGRAPH-8B41",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B42,
        name: "CJK UNIFIED IDEOGRAPH-8B42",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B43,
        name: "CJK UNIFIED IDEOGRAPH-8B43",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B44,
        name: "CJK UNIFIED IDEOGRAPH-8B44",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B45,
        name: "CJK UNIFIED IDEOGRAPH-8B45",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B46,
        name: "CJK UNIFIED IDEOGRAPH-8B46",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B47,
        name: "CJK UNIFIED IDEOGRAPH-8B47",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B48,
        name: "CJK UNIFIED IDEOGRAPH-8B48",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B49,
        name: "CJK UNIFIED IDEOGRAPH-8B49",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B4A,
        name: "CJK UNIFIED IDEOGRAPH-8B4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B4B,
        name: "CJK UNIFIED IDEOGRAPH-8B4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B4C,
        name: "CJK UNIFIED IDEOGRAPH-8B4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B4D,
        name: "CJK UNIFIED IDEOGRAPH-8B4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B4E,
        name: "CJK UNIFIED IDEOGRAPH-8B4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B4F,
        name: "CJK UNIFIED IDEOGRAPH-8B4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B50,
        name: "CJK UNIFIED IDEOGRAPH-8B50",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B51,
        name: "CJK UNIFIED IDEOGRAPH-8B51",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B52,
        name: "CJK UNIFIED IDEOGRAPH-8B52",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B53,
        name: "CJK UNIFIED IDEOGRAPH-8B53",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B54,
        name: "CJK UNIFIED IDEOGRAPH-8B54",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B55,
        name: "CJK UNIFIED IDEOGRAPH-8B55",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B56,
        name: "CJK UNIFIED IDEOGRAPH-8B56",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B57,
        name: "CJK UNIFIED IDEOGRAPH-8B57",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B58,
        name: "CJK UNIFIED IDEOGRAPH-8B58",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B59,
        name: "CJK UNIFIED IDEOGRAPH-8B59",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B5A,
        name: "CJK UNIFIED IDEOGRAPH-8B5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B5B,
        name: "CJK UNIFIED IDEOGRAPH-8B5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B5C,
        name: "CJK UNIFIED IDEOGRAPH-8B5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B5D,
        name: "CJK UNIFIED IDEOGRAPH-8B5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B5E,
        name: "CJK UNIFIED IDEOGRAPH-8B5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B5F,
        name: "CJK UNIFIED IDEOGRAPH-8B5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B60,
        name: "CJK UNIFIED IDEOGRAPH-8B60",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B61,
        name: "CJK UNIFIED IDEOGRAPH-8B61",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B62,
        name: "CJK UNIFIED IDEOGRAPH-8B62",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B63,
        name: "CJK UNIFIED IDEOGRAPH-8B63",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B64,
        name: "CJK UNIFIED IDEOGRAPH-8B64",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B65,
        name: "CJK UNIFIED IDEOGRAPH-8B65",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B66,
        name: "CJK UNIFIED IDEOGRAPH-8B66",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B67,
        name: "CJK UNIFIED IDEOGRAPH-8B67",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B68,
        name: "CJK UNIFIED IDEOGRAPH-8B68",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B69,
        name: "CJK UNIFIED IDEOGRAPH-8B69",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B6A,
        name: "CJK UNIFIED IDEOGRAPH-8B6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B6B,
        name: "CJK UNIFIED IDEOGRAPH-8B6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B6C,
        name: "CJK UNIFIED IDEOGRAPH-8B6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B6D,
        name: "CJK UNIFIED IDEOGRAPH-8B6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B6E,
        name: "CJK UNIFIED IDEOGRAPH-8B6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B6F,
        name: "CJK UNIFIED IDEOGRAPH-8B6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B70,
        name: "CJK UNIFIED IDEOGRAPH-8B70",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B71,
        name: "CJK UNIFIED IDEOGRAPH-8B71",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B72,
        name: "CJK UNIFIED IDEOGRAPH-8B72",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B73,
        name: "CJK UNIFIED IDEOGRAPH-8B73",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B74,
        name: "CJK UNIFIED IDEOGRAPH-8B74",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B75,
        name: "CJK UNIFIED IDEOGRAPH-8B75",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B76,
        name: "CJK UNIFIED IDEOGRAPH-8B76",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B77,
        name: "CJK UNIFIED IDEOGRAPH-8B77",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B78,
        name: "CJK UNIFIED IDEOGRAPH-8B78",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B79,
        name: "CJK UNIFIED IDEOGRAPH-8B79",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B7A,
        name: "CJK UNIFIED IDEOGRAPH-8B7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B7B,
        name: "CJK UNIFIED IDEOGRAPH-8B7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B7C,
        name: "CJK UNIFIED IDEOGRAPH-8B7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B7D,
        name: "CJK UNIFIED IDEOGRAPH-8B7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B7E,
        name: "CJK UNIFIED IDEOGRAPH-8B7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B7F,
        name: "CJK UNIFIED IDEOGRAPH-8B7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B80,
        name: "CJK UNIFIED IDEOGRAPH-8B80",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B81,
        name: "CJK UNIFIED IDEOGRAPH-8B81",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B82,
        name: "CJK UNIFIED IDEOGRAPH-8B82",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B83,
        name: "CJK UNIFIED IDEOGRAPH-8B83",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B84,
        name: "CJK UNIFIED IDEOGRAPH-8B84",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B85,
        name: "CJK UNIFIED IDEOGRAPH-8B85",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B86,
        name: "CJK UNIFIED IDEOGRAPH-8B86",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B87,
        name: "CJK UNIFIED IDEOGRAPH-8B87",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B88,
        name: "CJK UNIFIED IDEOGRAPH-8B88",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B89,
        name: "CJK UNIFIED IDEOGRAPH-8B89",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B8A,
        name: "CJK UNIFIED IDEOGRAPH-8B8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B8B,
        name: "CJK UNIFIED IDEOGRAPH-8B8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B8C,
        name: "CJK UNIFIED IDEOGRAPH-8B8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B8D,
        name: "CJK UNIFIED IDEOGRAPH-8B8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B8E,
        name: "CJK UNIFIED IDEOGRAPH-8B8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B8F,
        name: "CJK UNIFIED IDEOGRAPH-8B8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B90,
        name: "CJK UNIFIED IDEOGRAPH-8B90",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B91,
        name: "CJK UNIFIED IDEOGRAPH-8B91",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B92,
        name: "CJK UNIFIED IDEOGRAPH-8B92",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B93,
        name: "CJK UNIFIED IDEOGRAPH-8B93",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B94,
        name: "CJK UNIFIED IDEOGRAPH-8B94",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B95,
        name: "CJK UNIFIED IDEOGRAPH-8B95",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B96,
        name: "CJK UNIFIED IDEOGRAPH-8B96",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B97,
        name: "CJK UNIFIED IDEOGRAPH-8B97",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B98,
        name: "CJK UNIFIED IDEOGRAPH-8B98",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B99,
        name: "CJK UNIFIED IDEOGRAPH-8B99",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B9A,
        name: "CJK UNIFIED IDEOGRAPH-8B9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B9B,
        name: "CJK UNIFIED IDEOGRAPH-8B9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B9C,
        name: "CJK UNIFIED IDEOGRAPH-8B9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B9D,
        name: "CJK UNIFIED IDEOGRAPH-8B9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B9E,
        name: "CJK UNIFIED IDEOGRAPH-8B9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8B9F,
        name: "CJK UNIFIED IDEOGRAPH-8B9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA0,
        name: "CJK UNIFIED IDEOGRAPH-8BA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA1,
        name: "CJK UNIFIED IDEOGRAPH-8BA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA2,
        name: "CJK UNIFIED IDEOGRAPH-8BA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA3,
        name: "CJK UNIFIED IDEOGRAPH-8BA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA4,
        name: "CJK UNIFIED IDEOGRAPH-8BA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA5,
        name: "CJK UNIFIED IDEOGRAPH-8BA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA6,
        name: "CJK UNIFIED IDEOGRAPH-8BA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA7,
        name: "CJK UNIFIED IDEOGRAPH-8BA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA8,
        name: "CJK UNIFIED IDEOGRAPH-8BA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BA9,
        name: "CJK UNIFIED IDEOGRAPH-8BA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BAA,
        name: "CJK UNIFIED IDEOGRAPH-8BAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BAB,
        name: "CJK UNIFIED IDEOGRAPH-8BAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BAC,
        name: "CJK UNIFIED IDEOGRAPH-8BAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BAD,
        name: "CJK UNIFIED IDEOGRAPH-8BAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BAE,
        name: "CJK UNIFIED IDEOGRAPH-8BAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BAF,
        name: "CJK UNIFIED IDEOGRAPH-8BAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB0,
        name: "CJK UNIFIED IDEOGRAPH-8BB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB1,
        name: "CJK UNIFIED IDEOGRAPH-8BB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB2,
        name: "CJK UNIFIED IDEOGRAPH-8BB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB3,
        name: "CJK UNIFIED IDEOGRAPH-8BB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB4,
        name: "CJK UNIFIED IDEOGRAPH-8BB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB5,
        name: "CJK UNIFIED IDEOGRAPH-8BB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB6,
        name: "CJK UNIFIED IDEOGRAPH-8BB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB7,
        name: "CJK UNIFIED IDEOGRAPH-8BB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB8,
        name: "CJK UNIFIED IDEOGRAPH-8BB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BB9,
        name: "CJK UNIFIED IDEOGRAPH-8BB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BBA,
        name: "CJK UNIFIED IDEOGRAPH-8BBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BBB,
        name: "CJK UNIFIED IDEOGRAPH-8BBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BBC,
        name: "CJK UNIFIED IDEOGRAPH-8BBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BBD,
        name: "CJK UNIFIED IDEOGRAPH-8BBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BBE,
        name: "CJK UNIFIED IDEOGRAPH-8BBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BBF,
        name: "CJK UNIFIED IDEOGRAPH-8BBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC0,
        name: "CJK UNIFIED IDEOGRAPH-8BC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC1,
        name: "CJK UNIFIED IDEOGRAPH-8BC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC2,
        name: "CJK UNIFIED IDEOGRAPH-8BC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC3,
        name: "CJK UNIFIED IDEOGRAPH-8BC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC4,
        name: "CJK UNIFIED IDEOGRAPH-8BC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC5,
        name: "CJK UNIFIED IDEOGRAPH-8BC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC6,
        name: "CJK UNIFIED IDEOGRAPH-8BC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC7,
        name: "CJK UNIFIED IDEOGRAPH-8BC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC8,
        name: "CJK UNIFIED IDEOGRAPH-8BC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BC9,
        name: "CJK UNIFIED IDEOGRAPH-8BC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BCA,
        name: "CJK UNIFIED IDEOGRAPH-8BCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BCB,
        name: "CJK UNIFIED IDEOGRAPH-8BCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BCC,
        name: "CJK UNIFIED IDEOGRAPH-8BCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BCD,
        name: "CJK UNIFIED IDEOGRAPH-8BCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BCE,
        name: "CJK UNIFIED IDEOGRAPH-8BCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BCF,
        name: "CJK UNIFIED IDEOGRAPH-8BCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD0,
        name: "CJK UNIFIED IDEOGRAPH-8BD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD1,
        name: "CJK UNIFIED IDEOGRAPH-8BD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD2,
        name: "CJK UNIFIED IDEOGRAPH-8BD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD3,
        name: "CJK UNIFIED IDEOGRAPH-8BD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD4,
        name: "CJK UNIFIED IDEOGRAPH-8BD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD5,
        name: "CJK UNIFIED IDEOGRAPH-8BD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD6,
        name: "CJK UNIFIED IDEOGRAPH-8BD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD7,
        name: "CJK UNIFIED IDEOGRAPH-8BD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD8,
        name: "CJK UNIFIED IDEOGRAPH-8BD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BD9,
        name: "CJK UNIFIED IDEOGRAPH-8BD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BDA,
        name: "CJK UNIFIED IDEOGRAPH-8BDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BDB,
        name: "CJK UNIFIED IDEOGRAPH-8BDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BDC,
        name: "CJK UNIFIED IDEOGRAPH-8BDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BDD,
        name: "CJK UNIFIED IDEOGRAPH-8BDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BDE,
        name: "CJK UNIFIED IDEOGRAPH-8BDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BDF,
        name: "CJK UNIFIED IDEOGRAPH-8BDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE0,
        name: "CJK UNIFIED IDEOGRAPH-8BE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE1,
        name: "CJK UNIFIED IDEOGRAPH-8BE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE2,
        name: "CJK UNIFIED IDEOGRAPH-8BE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE3,
        name: "CJK UNIFIED IDEOGRAPH-8BE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE4,
        name: "CJK UNIFIED IDEOGRAPH-8BE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE5,
        name: "CJK UNIFIED IDEOGRAPH-8BE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE6,
        name: "CJK UNIFIED IDEOGRAPH-8BE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE7,
        name: "CJK UNIFIED IDEOGRAPH-8BE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE8,
        name: "CJK UNIFIED IDEOGRAPH-8BE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BE9,
        name: "CJK UNIFIED IDEOGRAPH-8BE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BEA,
        name: "CJK UNIFIED IDEOGRAPH-8BEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BEB,
        name: "CJK UNIFIED IDEOGRAPH-8BEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BEC,
        name: "CJK UNIFIED IDEOGRAPH-8BEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BED,
        name: "CJK UNIFIED IDEOGRAPH-8BED",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BEE,
        name: "CJK UNIFIED IDEOGRAPH-8BEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BEF,
        name: "CJK UNIFIED IDEOGRAPH-8BEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF0,
        name: "CJK UNIFIED IDEOGRAPH-8BF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF1,
        name: "CJK UNIFIED IDEOGRAPH-8BF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF2,
        name: "CJK UNIFIED IDEOGRAPH-8BF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF3,
        name: "CJK UNIFIED IDEOGRAPH-8BF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF4,
        name: "CJK UNIFIED IDEOGRAPH-8BF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF5,
        name: "CJK UNIFIED IDEOGRAPH-8BF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF6,
        name: "CJK UNIFIED IDEOGRAPH-8BF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF7,
        name: "CJK UNIFIED IDEOGRAPH-8BF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF8,
        name: "CJK UNIFIED IDEOGRAPH-8BF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BF9,
        name: "CJK UNIFIED IDEOGRAPH-8BF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BFA,
        name: "CJK UNIFIED IDEOGRAPH-8BFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BFB,
        name: "CJK UNIFIED IDEOGRAPH-8BFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BFC,
        name: "CJK UNIFIED IDEOGRAPH-8BFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BFD,
        name: "CJK UNIFIED IDEOGRAPH-8BFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BFE,
        name: "CJK UNIFIED IDEOGRAPH-8BFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8BFF,
        name: "CJK UNIFIED IDEOGRAPH-8BFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C00,
        name: "CJK UNIFIED IDEOGRAPH-8C00",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C01,
        name: "CJK UNIFIED IDEOGRAPH-8C01",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C02,
        name: "CJK UNIFIED IDEOGRAPH-8C02",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C03,
        name: "CJK UNIFIED IDEOGRAPH-8C03",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C04,
        name: "CJK UNIFIED IDEOGRAPH-8C04",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C05,
        name: "CJK UNIFIED IDEOGRAPH-8C05",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C06,
        name: "CJK UNIFIED IDEOGRAPH-8C06",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C07,
        name: "CJK UNIFIED IDEOGRAPH-8C07",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C08,
        name: "CJK UNIFIED IDEOGRAPH-8C08",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C09,
        name: "CJK UNIFIED IDEOGRAPH-8C09",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C0A,
        name: "CJK UNIFIED IDEOGRAPH-8C0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C0B,
        name: "CJK UNIFIED IDEOGRAPH-8C0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C0C,
        name: "CJK UNIFIED IDEOGRAPH-8C0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C0D,
        name: "CJK UNIFIED IDEOGRAPH-8C0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C0E,
        name: "CJK UNIFIED IDEOGRAPH-8C0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C0F,
        name: "CJK UNIFIED IDEOGRAPH-8C0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C10,
        name: "CJK UNIFIED IDEOGRAPH-8C10",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C11,
        name: "CJK UNIFIED IDEOGRAPH-8C11",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C12,
        name: "CJK UNIFIED IDEOGRAPH-8C12",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C13,
        name: "CJK UNIFIED IDEOGRAPH-8C13",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C14,
        name: "CJK UNIFIED IDEOGRAPH-8C14",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C15,
        name: "CJK UNIFIED IDEOGRAPH-8C15",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C16,
        name: "CJK UNIFIED IDEOGRAPH-8C16",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C17,
        name: "CJK UNIFIED IDEOGRAPH-8C17",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C18,
        name: "CJK UNIFIED IDEOGRAPH-8C18",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C19,
        name: "CJK UNIFIED IDEOGRAPH-8C19",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C1A,
        name: "CJK UNIFIED IDEOGRAPH-8C1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C1B,
        name: "CJK UNIFIED IDEOGRAPH-8C1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C1C,
        name: "CJK UNIFIED IDEOGRAPH-8C1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C1D,
        name: "CJK UNIFIED IDEOGRAPH-8C1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C1E,
        name: "CJK UNIFIED IDEOGRAPH-8C1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C1F,
        name: "CJK UNIFIED IDEOGRAPH-8C1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C20,
        name: "CJK UNIFIED IDEOGRAPH-8C20",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C21,
        name: "CJK UNIFIED IDEOGRAPH-8C21",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C22,
        name: "CJK UNIFIED IDEOGRAPH-8C22",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C23,
        name: "CJK UNIFIED IDEOGRAPH-8C23",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C24,
        name: "CJK UNIFIED IDEOGRAPH-8C24",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C25,
        name: "CJK UNIFIED IDEOGRAPH-8C25",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C26,
        name: "CJK UNIFIED IDEOGRAPH-8C26",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C27,
        name: "CJK UNIFIED IDEOGRAPH-8C27",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C28,
        name: "CJK UNIFIED IDEOGRAPH-8C28",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C29,
        name: "CJK UNIFIED IDEOGRAPH-8C29",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C2A,
        name: "CJK UNIFIED IDEOGRAPH-8C2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C2B,
        name: "CJK UNIFIED IDEOGRAPH-8C2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C2C,
        name: "CJK UNIFIED IDEOGRAPH-8C2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C2D,
        name: "CJK UNIFIED IDEOGRAPH-8C2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C2E,
        name: "CJK UNIFIED IDEOGRAPH-8C2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C2F,
        name: "CJK UNIFIED IDEOGRAPH-8C2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C30,
        name: "CJK UNIFIED IDEOGRAPH-8C30",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C31,
        name: "CJK UNIFIED IDEOGRAPH-8C31",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C32,
        name: "CJK UNIFIED IDEOGRAPH-8C32",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C33,
        name: "CJK UNIFIED IDEOGRAPH-8C33",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C34,
        name: "CJK UNIFIED IDEOGRAPH-8C34",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C35,
        name: "CJK UNIFIED IDEOGRAPH-8C35",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C36,
        name: "CJK UNIFIED IDEOGRAPH-8C36",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C37,
        name: "CJK UNIFIED IDEOGRAPH-8C37",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C38,
        name: "CJK UNIFIED IDEOGRAPH-8C38",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C39,
        name: "CJK UNIFIED IDEOGRAPH-8C39",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C3A,
        name: "CJK UNIFIED IDEOGRAPH-8C3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C3B,
        name: "CJK UNIFIED IDEOGRAPH-8C3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C3C,
        name: "CJK UNIFIED IDEOGRAPH-8C3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C3D,
        name: "CJK UNIFIED IDEOGRAPH-8C3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C3E,
        name: "CJK UNIFIED IDEOGRAPH-8C3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C3F,
        name: "CJK UNIFIED IDEOGRAPH-8C3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C40,
        name: "CJK UNIFIED IDEOGRAPH-8C40",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C41,
        name: "CJK UNIFIED IDEOGRAPH-8C41",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C42,
        name: "CJK UNIFIED IDEOGRAPH-8C42",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C43,
        name: "CJK UNIFIED IDEOGRAPH-8C43",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C44,
        name: "CJK UNIFIED IDEOGRAPH-8C44",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C45,
        name: "CJK UNIFIED IDEOGRAPH-8C45",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C46,
        name: "CJK UNIFIED IDEOGRAPH-8C46",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C47,
        name: "CJK UNIFIED IDEOGRAPH-8C47",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C48,
        name: "CJK UNIFIED IDEOGRAPH-8C48",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C49,
        name: "CJK UNIFIED IDEOGRAPH-8C49",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C4A,
        name: "CJK UNIFIED IDEOGRAPH-8C4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C4B,
        name: "CJK UNIFIED IDEOGRAPH-8C4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C4C,
        name: "CJK UNIFIED IDEOGRAPH-8C4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C4D,
        name: "CJK UNIFIED IDEOGRAPH-8C4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C4E,
        name: "CJK UNIFIED IDEOGRAPH-8C4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C4F,
        name: "CJK UNIFIED IDEOGRAPH-8C4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C50,
        name: "CJK UNIFIED IDEOGRAPH-8C50",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C51,
        name: "CJK UNIFIED IDEOGRAPH-8C51",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C52,
        name: "CJK UNIFIED IDEOGRAPH-8C52",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C53,
        name: "CJK UNIFIED IDEOGRAPH-8C53",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C54,
        name: "CJK UNIFIED IDEOGRAPH-8C54",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C55,
        name: "CJK UNIFIED IDEOGRAPH-8C55",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C56,
        name: "CJK UNIFIED IDEOGRAPH-8C56",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C57,
        name: "CJK UNIFIED IDEOGRAPH-8C57",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C58,
        name: "CJK UNIFIED IDEOGRAPH-8C58",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C59,
        name: "CJK UNIFIED IDEOGRAPH-8C59",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C5A,
        name: "CJK UNIFIED IDEOGRAPH-8C5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C5B,
        name: "CJK UNIFIED IDEOGRAPH-8C5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C5C,
        name: "CJK UNIFIED IDEOGRAPH-8C5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C5D,
        name: "CJK UNIFIED IDEOGRAPH-8C5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C5E,
        name: "CJK UNIFIED IDEOGRAPH-8C5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C5F,
        name: "CJK UNIFIED IDEOGRAPH-8C5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C60,
        name: "CJK UNIFIED IDEOGRAPH-8C60",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C61,
        name: "CJK UNIFIED IDEOGRAPH-8C61",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C62,
        name: "CJK UNIFIED IDEOGRAPH-8C62",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C63,
        name: "CJK UNIFIED IDEOGRAPH-8C63",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C64,
        name: "CJK UNIFIED IDEOGRAPH-8C64",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C65,
        name: "CJK UNIFIED IDEOGRAPH-8C65",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C66,
        name: "CJK UNIFIED IDEOGRAPH-8C66",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C67,
        name: "CJK UNIFIED IDEOGRAPH-8C67",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C68,
        name: "CJK UNIFIED IDEOGRAPH-8C68",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C69,
        name: "CJK UNIFIED IDEOGRAPH-8C69",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C6A,
        name: "CJK UNIFIED IDEOGRAPH-8C6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C6B,
        name: "CJK UNIFIED IDEOGRAPH-8C6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C6C,
        name: "CJK UNIFIED IDEOGRAPH-8C6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C6D,
        name: "CJK UNIFIED IDEOGRAPH-8C6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C6E,
        name: "CJK UNIFIED IDEOGRAPH-8C6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C6F,
        name: "CJK UNIFIED IDEOGRAPH-8C6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C70,
        name: "CJK UNIFIED IDEOGRAPH-8C70",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C71,
        name: "CJK UNIFIED IDEOGRAPH-8C71",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C72,
        name: "CJK UNIFIED IDEOGRAPH-8C72",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C73,
        name: "CJK UNIFIED IDEOGRAPH-8C73",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C74,
        name: "CJK UNIFIED IDEOGRAPH-8C74",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C75,
        name: "CJK UNIFIED IDEOGRAPH-8C75",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C76,
        name: "CJK UNIFIED IDEOGRAPH-8C76",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C77,
        name: "CJK UNIFIED IDEOGRAPH-8C77",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C78,
        name: "CJK UNIFIED IDEOGRAPH-8C78",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C79,
        name: "CJK UNIFIED IDEOGRAPH-8C79",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C7A,
        name: "CJK UNIFIED IDEOGRAPH-8C7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C7B,
        name: "CJK UNIFIED IDEOGRAPH-8C7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C7C,
        name: "CJK UNIFIED IDEOGRAPH-8C7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C7D,
        name: "CJK UNIFIED IDEOGRAPH-8C7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C7E,
        name: "CJK UNIFIED IDEOGRAPH-8C7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C7F,
        name: "CJK UNIFIED IDEOGRAPH-8C7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C80,
        name: "CJK UNIFIED IDEOGRAPH-8C80",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C81,
        name: "CJK UNIFIED IDEOGRAPH-8C81",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C82,
        name: "CJK UNIFIED IDEOGRAPH-8C82",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C83,
        name: "CJK UNIFIED IDEOGRAPH-8C83",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C84,
        name: "CJK UNIFIED IDEOGRAPH-8C84",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C85,
        name: "CJK UNIFIED IDEOGRAPH-8C85",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C86,
        name: "CJK UNIFIED IDEOGRAPH-8C86",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C87,
        name: "CJK UNIFIED IDEOGRAPH-8C87",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C88,
        name: "CJK UNIFIED IDEOGRAPH-8C88",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C89,
        name: "CJK UNIFIED IDEOGRAPH-8C89",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C8A,
        name: "CJK UNIFIED IDEOGRAPH-8C8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C8B,
        name: "CJK UNIFIED IDEOGRAPH-8C8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C8C,
        name: "CJK UNIFIED IDEOGRAPH-8C8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C8D,
        name: "CJK UNIFIED IDEOGRAPH-8C8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C8E,
        name: "CJK UNIFIED IDEOGRAPH-8C8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C8F,
        name: "CJK UNIFIED IDEOGRAPH-8C8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C90,
        name: "CJK UNIFIED IDEOGRAPH-8C90",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C91,
        name: "CJK UNIFIED IDEOGRAPH-8C91",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C92,
        name: "CJK UNIFIED IDEOGRAPH-8C92",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C93,
        name: "CJK UNIFIED IDEOGRAPH-8C93",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C94,
        name: "CJK UNIFIED IDEOGRAPH-8C94",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C95,
        name: "CJK UNIFIED IDEOGRAPH-8C95",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C96,
        name: "CJK UNIFIED IDEOGRAPH-8C96",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C97,
        name: "CJK UNIFIED IDEOGRAPH-8C97",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C98,
        name: "CJK UNIFIED IDEOGRAPH-8C98",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C99,
        name: "CJK UNIFIED IDEOGRAPH-8C99",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C9A,
        name: "CJK UNIFIED IDEOGRAPH-8C9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C9B,
        name: "CJK UNIFIED IDEOGRAPH-8C9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C9C,
        name: "CJK UNIFIED IDEOGRAPH-8C9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C9D,
        name: "CJK UNIFIED IDEOGRAPH-8C9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C9E,
        name: "CJK UNIFIED IDEOGRAPH-8C9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8C9F,
        name: "CJK UNIFIED IDEOGRAPH-8C9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA0,
        name: "CJK UNIFIED IDEOGRAPH-8CA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA1,
        name: "CJK UNIFIED IDEOGRAPH-8CA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA2,
        name: "CJK UNIFIED IDEOGRAPH-8CA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA3,
        name: "CJK UNIFIED IDEOGRAPH-8CA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA4,
        name: "CJK UNIFIED IDEOGRAPH-8CA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA5,
        name: "CJK UNIFIED IDEOGRAPH-8CA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA6,
        name: "CJK UNIFIED IDEOGRAPH-8CA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA7,
        name: "CJK UNIFIED IDEOGRAPH-8CA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA8,
        name: "CJK UNIFIED IDEOGRAPH-8CA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CA9,
        name: "CJK UNIFIED IDEOGRAPH-8CA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CAA,
        name: "CJK UNIFIED IDEOGRAPH-8CAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CAB,
        name: "CJK UNIFIED IDEOGRAPH-8CAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CAC,
        name: "CJK UNIFIED IDEOGRAPH-8CAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CAD,
        name: "CJK UNIFIED IDEOGRAPH-8CAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CAE,
        name: "CJK UNIFIED IDEOGRAPH-8CAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CAF,
        name: "CJK UNIFIED IDEOGRAPH-8CAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB0,
        name: "CJK UNIFIED IDEOGRAPH-8CB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB1,
        name: "CJK UNIFIED IDEOGRAPH-8CB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB2,
        name: "CJK UNIFIED IDEOGRAPH-8CB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB3,
        name: "CJK UNIFIED IDEOGRAPH-8CB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB4,
        name: "CJK UNIFIED IDEOGRAPH-8CB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB5,
        name: "CJK UNIFIED IDEOGRAPH-8CB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB6,
        name: "CJK UNIFIED IDEOGRAPH-8CB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB7,
        name: "CJK UNIFIED IDEOGRAPH-8CB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB8,
        name: "CJK UNIFIED IDEOGRAPH-8CB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CB9,
        name: "CJK UNIFIED IDEOGRAPH-8CB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CBA,
        name: "CJK UNIFIED IDEOGRAPH-8CBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CBB,
        name: "CJK UNIFIED IDEOGRAPH-8CBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CBC,
        name: "CJK UNIFIED IDEOGRAPH-8CBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CBD,
        name: "CJK UNIFIED IDEOGRAPH-8CBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CBE,
        name: "CJK UNIFIED IDEOGRAPH-8CBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CBF,
        name: "CJK UNIFIED IDEOGRAPH-8CBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC0,
        name: "CJK UNIFIED IDEOGRAPH-8CC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC1,
        name: "CJK UNIFIED IDEOGRAPH-8CC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC2,
        name: "CJK UNIFIED IDEOGRAPH-8CC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC3,
        name: "CJK UNIFIED IDEOGRAPH-8CC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC4,
        name: "CJK UNIFIED IDEOGRAPH-8CC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC5,
        name: "CJK UNIFIED IDEOGRAPH-8CC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC6,
        name: "CJK UNIFIED IDEOGRAPH-8CC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC7,
        name: "CJK UNIFIED IDEOGRAPH-8CC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC8,
        name: "CJK UNIFIED IDEOGRAPH-8CC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CC9,
        name: "CJK UNIFIED IDEOGRAPH-8CC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CCA,
        name: "CJK UNIFIED IDEOGRAPH-8CCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CCB,
        name: "CJK UNIFIED IDEOGRAPH-8CCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CCC,
        name: "CJK UNIFIED IDEOGRAPH-8CCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CCD,
        name: "CJK UNIFIED IDEOGRAPH-8CCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CCE,
        name: "CJK UNIFIED IDEOGRAPH-8CCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CCF,
        name: "CJK UNIFIED IDEOGRAPH-8CCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD0,
        name: "CJK UNIFIED IDEOGRAPH-8CD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD1,
        name: "CJK UNIFIED IDEOGRAPH-8CD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD2,
        name: "CJK UNIFIED IDEOGRAPH-8CD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD3,
        name: "CJK UNIFIED IDEOGRAPH-8CD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD4,
        name: "CJK UNIFIED IDEOGRAPH-8CD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD5,
        name: "CJK UNIFIED IDEOGRAPH-8CD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD6,
        name: "CJK UNIFIED IDEOGRAPH-8CD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD7,
        name: "CJK UNIFIED IDEOGRAPH-8CD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD8,
        name: "CJK UNIFIED IDEOGRAPH-8CD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CD9,
        name: "CJK UNIFIED IDEOGRAPH-8CD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CDA,
        name: "CJK UNIFIED IDEOGRAPH-8CDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CDB,
        name: "CJK UNIFIED IDEOGRAPH-8CDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CDC,
        name: "CJK UNIFIED IDEOGRAPH-8CDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CDD,
        name: "CJK UNIFIED IDEOGRAPH-8CDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CDE,
        name: "CJK UNIFIED IDEOGRAPH-8CDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CDF,
        name: "CJK UNIFIED IDEOGRAPH-8CDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE0,
        name: "CJK UNIFIED IDEOGRAPH-8CE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE1,
        name: "CJK UNIFIED IDEOGRAPH-8CE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE2,
        name: "CJK UNIFIED IDEOGRAPH-8CE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE3,
        name: "CJK UNIFIED IDEOGRAPH-8CE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE4,
        name: "CJK UNIFIED IDEOGRAPH-8CE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE5,
        name: "CJK UNIFIED IDEOGRAPH-8CE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE6,
        name: "CJK UNIFIED IDEOGRAPH-8CE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE7,
        name: "CJK UNIFIED IDEOGRAPH-8CE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE8,
        name: "CJK UNIFIED IDEOGRAPH-8CE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CE9,
        name: "CJK UNIFIED IDEOGRAPH-8CE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CEA,
        name: "CJK UNIFIED IDEOGRAPH-8CEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CEB,
        name: "CJK UNIFIED IDEOGRAPH-8CEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CEC,
        name: "CJK UNIFIED IDEOGRAPH-8CEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CED,
        name: "CJK UNIFIED IDEOGRAPH-8CED",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CEE,
        name: "CJK UNIFIED IDEOGRAPH-8CEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CEF,
        name: "CJK UNIFIED IDEOGRAPH-8CEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF0,
        name: "CJK UNIFIED IDEOGRAPH-8CF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF1,
        name: "CJK UNIFIED IDEOGRAPH-8CF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF2,
        name: "CJK UNIFIED IDEOGRAPH-8CF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF3,
        name: "CJK UNIFIED IDEOGRAPH-8CF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF4,
        name: "CJK UNIFIED IDEOGRAPH-8CF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF5,
        name: "CJK UNIFIED IDEOGRAPH-8CF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF6,
        name: "CJK UNIFIED IDEOGRAPH-8CF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF7,
        name: "CJK UNIFIED IDEOGRAPH-8CF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF8,
        name: "CJK UNIFIED IDEOGRAPH-8CF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CF9,
        name: "CJK UNIFIED IDEOGRAPH-8CF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CFA,
        name: "CJK UNIFIED IDEOGRAPH-8CFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CFB,
        name: "CJK UNIFIED IDEOGRAPH-8CFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CFC,
        name: "CJK UNIFIED IDEOGRAPH-8CFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CFD,
        name: "CJK UNIFIED IDEOGRAPH-8CFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CFE,
        name: "CJK UNIFIED IDEOGRAPH-8CFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8CFF,
        name: "CJK UNIFIED IDEOGRAPH-8CFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D00,
        name: "CJK UNIFIED IDEOGRAPH-8D00",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D01,
        name: "CJK UNIFIED IDEOGRAPH-8D01",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D02,
        name: "CJK UNIFIED IDEOGRAPH-8D02",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D03,
        name: "CJK UNIFIED IDEOGRAPH-8D03",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D04,
        name: "CJK UNIFIED IDEOGRAPH-8D04",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D05,
        name: "CJK UNIFIED IDEOGRAPH-8D05",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D06,
        name: "CJK UNIFIED IDEOGRAPH-8D06",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D07,
        name: "CJK UNIFIED IDEOGRAPH-8D07",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D08,
        name: "CJK UNIFIED IDEOGRAPH-8D08",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D09,
        name: "CJK UNIFIED IDEOGRAPH-8D09",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D0A,
        name: "CJK UNIFIED IDEOGRAPH-8D0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D0B,
        name: "CJK UNIFIED IDEOGRAPH-8D0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D0C,
        name: "CJK UNIFIED IDEOGRAPH-8D0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D0D,
        name: "CJK UNIFIED IDEOGRAPH-8D0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D0E,
        name: "CJK UNIFIED IDEOGRAPH-8D0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D0F,
        name: "CJK UNIFIED IDEOGRAPH-8D0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D10,
        name: "CJK UNIFIED IDEOGRAPH-8D10",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D11,
        name: "CJK UNIFIED IDEOGRAPH-8D11",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D12,
        name: "CJK UNIFIED IDEOGRAPH-8D12",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D13,
        name: "CJK UNIFIED IDEOGRAPH-8D13",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D14,
        name: "CJK UNIFIED IDEOGRAPH-8D14",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D15,
        name: "CJK UNIFIED IDEOGRAPH-8D15",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D16,
        name: "CJK UNIFIED IDEOGRAPH-8D16",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D17,
        name: "CJK UNIFIED IDEOGRAPH-8D17",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D18,
        name: "CJK UNIFIED IDEOGRAPH-8D18",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D19,
        name: "CJK UNIFIED IDEOGRAPH-8D19",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D1A,
        name: "CJK UNIFIED IDEOGRAPH-8D1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D1B,
        name: "CJK UNIFIED IDEOGRAPH-8D1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D1C,
        name: "CJK UNIFIED IDEOGRAPH-8D1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D1D,
        name: "CJK UNIFIED IDEOGRAPH-8D1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D1E,
        name: "CJK UNIFIED IDEOGRAPH-8D1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D1F,
        name: "CJK UNIFIED IDEOGRAPH-8D1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D20,
        name: "CJK UNIFIED IDEOGRAPH-8D20",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D21,
        name: "CJK UNIFIED IDEOGRAPH-8D21",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D22,
        name: "CJK UNIFIED IDEOGRAPH-8D22",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D23,
        name: "CJK UNIFIED IDEOGRAPH-8D23",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D24,
        name: "CJK UNIFIED IDEOGRAPH-8D24",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D25,
        name: "CJK UNIFIED IDEOGRAPH-8D25",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D26,
        name: "CJK UNIFIED IDEOGRAPH-8D26",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D27,
        name: "CJK UNIFIED IDEOGRAPH-8D27",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D28,
        name: "CJK UNIFIED IDEOGRAPH-8D28",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D29,
        name: "CJK UNIFIED IDEOGRAPH-8D29",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D2A,
        name: "CJK UNIFIED IDEOGRAPH-8D2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D2B,
        name: "CJK UNIFIED IDEOGRAPH-8D2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D2C,
        name: "CJK UNIFIED IDEOGRAPH-8D2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D2D,
        name: "CJK UNIFIED IDEOGRAPH-8D2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D2E,
        name: "CJK UNIFIED IDEOGRAPH-8D2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D2F,
        name: "CJK UNIFIED IDEOGRAPH-8D2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D30,
        name: "CJK UNIFIED IDEOGRAPH-8D30",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D31,
        name: "CJK UNIFIED IDEOGRAPH-8D31",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D32,
        name: "CJK UNIFIED IDEOGRAPH-8D32",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D33,
        name: "CJK UNIFIED IDEOGRAPH-8D33",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D34,
        name: "CJK UNIFIED IDEOGRAPH-8D34",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D35,
        name: "CJK UNIFIED IDEOGRAPH-8D35",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D36,
        name: "CJK UNIFIED IDEOGRAPH-8D36",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D37,
        name: "CJK UNIFIED IDEOGRAPH-8D37",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D38,
        name: "CJK UNIFIED IDEOGRAPH-8D38",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D39,
        name: "CJK UNIFIED IDEOGRAPH-8D39",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D3A,
        name: "CJK UNIFIED IDEOGRAPH-8D3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D3B,
        name: "CJK UNIFIED IDEOGRAPH-8D3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D3C,
        name: "CJK UNIFIED IDEOGRAPH-8D3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D3D,
        name: "CJK UNIFIED IDEOGRAPH-8D3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D3E,
        name: "CJK UNIFIED IDEOGRAPH-8D3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D3F,
        name: "CJK UNIFIED IDEOGRAPH-8D3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D40,
        name: "CJK UNIFIED IDEOGRAPH-8D40",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D41,
        name: "CJK UNIFIED IDEOGRAPH-8D41",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D42,
        name: "CJK UNIFIED IDEOGRAPH-8D42",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D43,
        name: "CJK UNIFIED IDEOGRAPH-8D43",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D44,
        name: "CJK UNIFIED IDEOGRAPH-8D44",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D45,
        name: "CJK UNIFIED IDEOGRAPH-8D45",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D46,
        name: "CJK UNIFIED IDEOGRAPH-8D46",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D47,
        name: "CJK UNIFIED IDEOGRAPH-8D47",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D48,
        name: "CJK UNIFIED IDEOGRAPH-8D48",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D49,
        name: "CJK UNIFIED IDEOGRAPH-8D49",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D4A,
        name: "CJK UNIFIED IDEOGRAPH-8D4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D4B,
        name: "CJK UNIFIED IDEOGRAPH-8D4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D4C,
        name: "CJK UNIFIED IDEOGRAPH-8D4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D4D,
        name: "CJK UNIFIED IDEOGRAPH-8D4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D4E,
        name: "CJK UNIFIED IDEOGRAPH-8D4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D4F,
        name: "CJK UNIFIED IDEOGRAPH-8D4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D50,
        name: "CJK UNIFIED IDEOGRAPH-8D50",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D51,
        name: "CJK UNIFIED IDEOGRAPH-8D51",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D52,
        name: "CJK UNIFIED IDEOGRAPH-8D52",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D53,
        name: "CJK UNIFIED IDEOGRAPH-8D53",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D54,
        name: "CJK UNIFIED IDEOGRAPH-8D54",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D55,
        name: "CJK UNIFIED IDEOGRAPH-8D55",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D56,
        name: "CJK UNIFIED IDEOGRAPH-8D56",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D57,
        name: "CJK UNIFIED IDEOGRAPH-8D57",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D58,
        name: "CJK UNIFIED IDEOGRAPH-8D58",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D59,
        name: "CJK UNIFIED IDEOGRAPH-8D59",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D5A,
        name: "CJK UNIFIED IDEOGRAPH-8D5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D5B,
        name: "CJK UNIFIED IDEOGRAPH-8D5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D5C,
        name: "CJK UNIFIED IDEOGRAPH-8D5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D5D,
        name: "CJK UNIFIED IDEOGRAPH-8D5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D5E,
        name: "CJK UNIFIED IDEOGRAPH-8D5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D5F,
        name: "CJK UNIFIED IDEOGRAPH-8D5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D60,
        name: "CJK UNIFIED IDEOGRAPH-8D60",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D61,
        name: "CJK UNIFIED IDEOGRAPH-8D61",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D62,
        name: "CJK UNIFIED IDEOGRAPH-8D62",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D63,
        name: "CJK UNIFIED IDEOGRAPH-8D63",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D64,
        name: "CJK UNIFIED IDEOGRAPH-8D64",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D65,
        name: "CJK UNIFIED IDEOGRAPH-8D65",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D66,
        name: "CJK UNIFIED IDEOGRAPH-8D66",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D67,
        name: "CJK UNIFIED IDEOGRAPH-8D67",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D68,
        name: "CJK UNIFIED IDEOGRAPH-8D68",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D69,
        name: "CJK UNIFIED IDEOGRAPH-8D69",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D6A,
        name: "CJK UNIFIED IDEOGRAPH-8D6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D6B,
        name: "CJK UNIFIED IDEOGRAPH-8D6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D6C,
        name: "CJK UNIFIED IDEOGRAPH-8D6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D6D,
        name: "CJK UNIFIED IDEOGRAPH-8D6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D6E,
        name: "CJK UNIFIED IDEOGRAPH-8D6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D6F,
        name: "CJK UNIFIED IDEOGRAPH-8D6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D70,
        name: "CJK UNIFIED IDEOGRAPH-8D70",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D71,
        name: "CJK UNIFIED IDEOGRAPH-8D71",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D72,
        name: "CJK UNIFIED IDEOGRAPH-8D72",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D73,
        name: "CJK UNIFIED IDEOGRAPH-8D73",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D74,
        name: "CJK UNIFIED IDEOGRAPH-8D74",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D75,
        name: "CJK UNIFIED IDEOGRAPH-8D75",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D76,
        name: "CJK UNIFIED IDEOGRAPH-8D76",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D77,
        name: "CJK UNIFIED IDEOGRAPH-8D77",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D78,
        name: "CJK UNIFIED IDEOGRAPH-8D78",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D79,
        name: "CJK UNIFIED IDEOGRAPH-8D79",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D7A,
        name: "CJK UNIFIED IDEOGRAPH-8D7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D7B,
        name: "CJK UNIFIED IDEOGRAPH-8D7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D7C,
        name: "CJK UNIFIED IDEOGRAPH-8D7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D7D,
        name: "CJK UNIFIED IDEOGRAPH-8D7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D7E,
        name: "CJK UNIFIED IDEOGRAPH-8D7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D7F,
        name: "CJK UNIFIED IDEOGRAPH-8D7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D80,
        name: "CJK UNIFIED IDEOGRAPH-8D80",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D81,
        name: "CJK UNIFIED IDEOGRAPH-8D81",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D82,
        name: "CJK UNIFIED IDEOGRAPH-8D82",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D83,
        name: "CJK UNIFIED IDEOGRAPH-8D83",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D84,
        name: "CJK UNIFIED IDEOGRAPH-8D84",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D85,
        name: "CJK UNIFIED IDEOGRAPH-8D85",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D86,
        name: "CJK UNIFIED IDEOGRAPH-8D86",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D87,
        name: "CJK UNIFIED IDEOGRAPH-8D87",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D88,
        name: "CJK UNIFIED IDEOGRAPH-8D88",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D89,
        name: "CJK UNIFIED IDEOGRAPH-8D89",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D8A,
        name: "CJK UNIFIED IDEOGRAPH-8D8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D8B,
        name: "CJK UNIFIED IDEOGRAPH-8D8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D8C,
        name: "CJK UNIFIED IDEOGRAPH-8D8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D8D,
        name: "CJK UNIFIED IDEOGRAPH-8D8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D8E,
        name: "CJK UNIFIED IDEOGRAPH-8D8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D8F,
        name: "CJK UNIFIED IDEOGRAPH-8D8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D90,
        name: "CJK UNIFIED IDEOGRAPH-8D90",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D91,
        name: "CJK UNIFIED IDEOGRAPH-8D91",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D92,
        name: "CJK UNIFIED IDEOGRAPH-8D92",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D93,
        name: "CJK UNIFIED IDEOGRAPH-8D93",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D94,
        name: "CJK UNIFIED IDEOGRAPH-8D94",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D95,
        name: "CJK UNIFIED IDEOGRAPH-8D95",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D96,
        name: "CJK UNIFIED IDEOGRAPH-8D96",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D97,
        name: "CJK UNIFIED IDEOGRAPH-8D97",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D98,
        name: "CJK UNIFIED IDEOGRAPH-8D98",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D99,
        name: "CJK UNIFIED IDEOGRAPH-8D99",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D9A,
        name: "CJK UNIFIED IDEOGRAPH-8D9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D9B,
        name: "CJK UNIFIED IDEOGRAPH-8D9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D9C,
        name: "CJK UNIFIED IDEOGRAPH-8D9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D9D,
        name: "CJK UNIFIED IDEOGRAPH-8D9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D9E,
        name: "CJK UNIFIED IDEOGRAPH-8D9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8D9F,
        name: "CJK UNIFIED IDEOGRAPH-8D9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA0,
        name: "CJK UNIFIED IDEOGRAPH-8DA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA1,
        name: "CJK UNIFIED IDEOGRAPH-8DA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA2,
        name: "CJK UNIFIED IDEOGRAPH-8DA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA3,
        name: "CJK UNIFIED IDEOGRAPH-8DA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA4,
        name: "CJK UNIFIED IDEOGRAPH-8DA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA5,
        name: "CJK UNIFIED IDEOGRAPH-8DA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA6,
        name: "CJK UNIFIED IDEOGRAPH-8DA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA7,
        name: "CJK UNIFIED IDEOGRAPH-8DA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA8,
        name: "CJK UNIFIED IDEOGRAPH-8DA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DA9,
        name: "CJK UNIFIED IDEOGRAPH-8DA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DAA,
        name: "CJK UNIFIED IDEOGRAPH-8DAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DAB,
        name: "CJK UNIFIED IDEOGRAPH-8DAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DAC,
        name: "CJK UNIFIED IDEOGRAPH-8DAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DAD,
        name: "CJK UNIFIED IDEOGRAPH-8DAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DAE,
        name: "CJK UNIFIED IDEOGRAPH-8DAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DAF,
        name: "CJK UNIFIED IDEOGRAPH-8DAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB0,
        name: "CJK UNIFIED IDEOGRAPH-8DB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB1,
        name: "CJK UNIFIED IDEOGRAPH-8DB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB2,
        name: "CJK UNIFIED IDEOGRAPH-8DB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB3,
        name: "CJK UNIFIED IDEOGRAPH-8DB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB4,
        name: "CJK UNIFIED IDEOGRAPH-8DB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB5,
        name: "CJK UNIFIED IDEOGRAPH-8DB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB6,
        name: "CJK UNIFIED IDEOGRAPH-8DB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB7,
        name: "CJK UNIFIED IDEOGRAPH-8DB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB8,
        name: "CJK UNIFIED IDEOGRAPH-8DB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DB9,
        name: "CJK UNIFIED IDEOGRAPH-8DB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DBA,
        name: "CJK UNIFIED IDEOGRAPH-8DBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DBB,
        name: "CJK UNIFIED IDEOGRAPH-8DBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DBC,
        name: "CJK UNIFIED IDEOGRAPH-8DBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DBD,
        name: "CJK UNIFIED IDEOGRAPH-8DBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DBE,
        name: "CJK UNIFIED IDEOGRAPH-8DBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DBF,
        name: "CJK UNIFIED IDEOGRAPH-8DBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC0,
        name: "CJK UNIFIED IDEOGRAPH-8DC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC1,
        name: "CJK UNIFIED IDEOGRAPH-8DC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC2,
        name: "CJK UNIFIED IDEOGRAPH-8DC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC3,
        name: "CJK UNIFIED IDEOGRAPH-8DC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC4,
        name: "CJK UNIFIED IDEOGRAPH-8DC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC5,
        name: "CJK UNIFIED IDEOGRAPH-8DC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC6,
        name: "CJK UNIFIED IDEOGRAPH-8DC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC7,
        name: "CJK UNIFIED IDEOGRAPH-8DC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC8,
        name: "CJK UNIFIED IDEOGRAPH-8DC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DC9,
        name: "CJK UNIFIED IDEOGRAPH-8DC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DCA,
        name: "CJK UNIFIED IDEOGRAPH-8DCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DCB,
        name: "CJK UNIFIED IDEOGRAPH-8DCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DCC,
        name: "CJK UNIFIED IDEOGRAPH-8DCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DCD,
        name: "CJK UNIFIED IDEOGRAPH-8DCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DCE,
        name: "CJK UNIFIED IDEOGRAPH-8DCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DCF,
        name: "CJK UNIFIED IDEOGRAPH-8DCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD0,
        name: "CJK UNIFIED IDEOGRAPH-8DD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD1,
        name: "CJK UNIFIED IDEOGRAPH-8DD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD2,
        name: "CJK UNIFIED IDEOGRAPH-8DD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD3,
        name: "CJK UNIFIED IDEOGRAPH-8DD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD4,
        name: "CJK UNIFIED IDEOGRAPH-8DD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD5,
        name: "CJK UNIFIED IDEOGRAPH-8DD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD6,
        name: "CJK UNIFIED IDEOGRAPH-8DD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD7,
        name: "CJK UNIFIED IDEOGRAPH-8DD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD8,
        name: "CJK UNIFIED IDEOGRAPH-8DD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DD9,
        name: "CJK UNIFIED IDEOGRAPH-8DD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DDA,
        name: "CJK UNIFIED IDEOGRAPH-8DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DDB,
        name: "CJK UNIFIED IDEOGRAPH-8DDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DDC,
        name: "CJK UNIFIED IDEOGRAPH-8DDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DDD,
        name: "CJK UNIFIED IDEOGRAPH-8DDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DDE,
        name: "CJK UNIFIED IDEOGRAPH-8DDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DDF,
        name: "CJK UNIFIED IDEOGRAPH-8DDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE0,
        name: "CJK UNIFIED IDEOGRAPH-8DE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE1,
        name: "CJK UNIFIED IDEOGRAPH-8DE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE2,
        name: "CJK UNIFIED IDEOGRAPH-8DE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE3,
        name: "CJK UNIFIED IDEOGRAPH-8DE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE4,
        name: "CJK UNIFIED IDEOGRAPH-8DE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE5,
        name: "CJK UNIFIED IDEOGRAPH-8DE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE6,
        name: "CJK UNIFIED IDEOGRAPH-8DE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE7,
        name: "CJK UNIFIED IDEOGRAPH-8DE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE8,
        name: "CJK UNIFIED IDEOGRAPH-8DE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DE9,
        name: "CJK UNIFIED IDEOGRAPH-8DE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DEA,
        name: "CJK UNIFIED IDEOGRAPH-8DEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DEB,
        name: "CJK UNIFIED IDEOGRAPH-8DEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DEC,
        name: "CJK UNIFIED IDEOGRAPH-8DEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DED,
        name: "CJK UNIFIED IDEOGRAPH-8DED",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DEE,
        name: "CJK UNIFIED IDEOGRAPH-8DEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DEF,
        name: "CJK UNIFIED IDEOGRAPH-8DEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF0,
        name: "CJK UNIFIED IDEOGRAPH-8DF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF1,
        name: "CJK UNIFIED IDEOGRAPH-8DF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF2,
        name: "CJK UNIFIED IDEOGRAPH-8DF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF3,
        name: "CJK UNIFIED IDEOGRAPH-8DF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF4,
        name: "CJK UNIFIED IDEOGRAPH-8DF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF5,
        name: "CJK UNIFIED IDEOGRAPH-8DF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF6,
        name: "CJK UNIFIED IDEOGRAPH-8DF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF7,
        name: "CJK UNIFIED IDEOGRAPH-8DF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF8,
        name: "CJK UNIFIED IDEOGRAPH-8DF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DF9,
        name: "CJK UNIFIED IDEOGRAPH-8DF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DFA,
        name: "CJK UNIFIED IDEOGRAPH-8DFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DFB,
        name: "CJK UNIFIED IDEOGRAPH-8DFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DFC,
        name: "CJK UNIFIED IDEOGRAPH-8DFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DFD,
        name: "CJK UNIFIED IDEOGRAPH-8DFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DFE,
        name: "CJK UNIFIED IDEOGRAPH-8DFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8DFF,
        name: "CJK UNIFIED IDEOGRAPH-8DFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E00,
        name: "CJK UNIFIED IDEOGRAPH-8E00",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E01,
        name: "CJK UNIFIED IDEOGRAPH-8E01",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E02,
        name: "CJK UNIFIED IDEOGRAPH-8E02",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E03,
        name: "CJK UNIFIED IDEOGRAPH-8E03",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E04,
        name: "CJK UNIFIED IDEOGRAPH-8E04",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E05,
        name: "CJK UNIFIED IDEOGRAPH-8E05",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E06,
        name: "CJK UNIFIED IDEOGRAPH-8E06",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E07,
        name: "CJK UNIFIED IDEOGRAPH-8E07",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E08,
        name: "CJK UNIFIED IDEOGRAPH-8E08",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E09,
        name: "CJK UNIFIED IDEOGRAPH-8E09",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E0A,
        name: "CJK UNIFIED IDEOGRAPH-8E0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E0B,
        name: "CJK UNIFIED IDEOGRAPH-8E0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E0C,
        name: "CJK UNIFIED IDEOGRAPH-8E0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E0D,
        name: "CJK UNIFIED IDEOGRAPH-8E0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E0E,
        name: "CJK UNIFIED IDEOGRAPH-8E0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E0F,
        name: "CJK UNIFIED IDEOGRAPH-8E0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E10,
        name: "CJK UNIFIED IDEOGRAPH-8E10",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E11,
        name: "CJK UNIFIED IDEOGRAPH-8E11",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E12,
        name: "CJK UNIFIED IDEOGRAPH-8E12",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E13,
        name: "CJK UNIFIED IDEOGRAPH-8E13",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E14,
        name: "CJK UNIFIED IDEOGRAPH-8E14",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E15,
        name: "CJK UNIFIED IDEOGRAPH-8E15",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E16,
        name: "CJK UNIFIED IDEOGRAPH-8E16",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E17,
        name: "CJK UNIFIED IDEOGRAPH-8E17",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E18,
        name: "CJK UNIFIED IDEOGRAPH-8E18",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E19,
        name: "CJK UNIFIED IDEOGRAPH-8E19",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E1A,
        name: "CJK UNIFIED IDEOGRAPH-8E1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E1B,
        name: "CJK UNIFIED IDEOGRAPH-8E1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E1C,
        name: "CJK UNIFIED IDEOGRAPH-8E1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E1D,
        name: "CJK UNIFIED IDEOGRAPH-8E1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E1E,
        name: "CJK UNIFIED IDEOGRAPH-8E1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E1F,
        name: "CJK UNIFIED IDEOGRAPH-8E1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E20,
        name: "CJK UNIFIED IDEOGRAPH-8E20",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E21,
        name: "CJK UNIFIED IDEOGRAPH-8E21",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E22,
        name: "CJK UNIFIED IDEOGRAPH-8E22",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E23,
        name: "CJK UNIFIED IDEOGRAPH-8E23",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E24,
        name: "CJK UNIFIED IDEOGRAPH-8E24",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E25,
        name: "CJK UNIFIED IDEOGRAPH-8E25",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E26,
        name: "CJK UNIFIED IDEOGRAPH-8E26",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E27,
        name: "CJK UNIFIED IDEOGRAPH-8E27",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E28,
        name: "CJK UNIFIED IDEOGRAPH-8E28",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E29,
        name: "CJK UNIFIED IDEOGRAPH-8E29",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E2A,
        name: "CJK UNIFIED IDEOGRAPH-8E2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E2B,
        name: "CJK UNIFIED IDEOGRAPH-8E2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E2C,
        name: "CJK UNIFIED IDEOGRAPH-8E2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E2D,
        name: "CJK UNIFIED IDEOGRAPH-8E2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E2E,
        name: "CJK UNIFIED IDEOGRAPH-8E2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E2F,
        name: "CJK UNIFIED IDEOGRAPH-8E2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E30,
        name: "CJK UNIFIED IDEOGRAPH-8E30",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E31,
        name: "CJK UNIFIED IDEOGRAPH-8E31",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E32,
        name: "CJK UNIFIED IDEOGRAPH-8E32",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E33,
        name: "CJK UNIFIED IDEOGRAPH-8E33",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E34,
        name: "CJK UNIFIED IDEOGRAPH-8E34",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E35,
        name: "CJK UNIFIED IDEOGRAPH-8E35",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E36,
        name: "CJK UNIFIED IDEOGRAPH-8E36",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E37,
        name: "CJK UNIFIED IDEOGRAPH-8E37",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E38,
        name: "CJK UNIFIED IDEOGRAPH-8E38",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E39,
        name: "CJK UNIFIED IDEOGRAPH-8E39",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E3A,
        name: "CJK UNIFIED IDEOGRAPH-8E3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E3B,
        name: "CJK UNIFIED IDEOGRAPH-8E3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E3C,
        name: "CJK UNIFIED IDEOGRAPH-8E3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E3D,
        name: "CJK UNIFIED IDEOGRAPH-8E3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E3E,
        name: "CJK UNIFIED IDEOGRAPH-8E3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E3F,
        name: "CJK UNIFIED IDEOGRAPH-8E3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E40,
        name: "CJK UNIFIED IDEOGRAPH-8E40",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E41,
        name: "CJK UNIFIED IDEOGRAPH-8E41",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E42,
        name: "CJK UNIFIED IDEOGRAPH-8E42",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E43,
        name: "CJK UNIFIED IDEOGRAPH-8E43",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E44,
        name: "CJK UNIFIED IDEOGRAPH-8E44",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E45,
        name: "CJK UNIFIED IDEOGRAPH-8E45",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E46,
        name: "CJK UNIFIED IDEOGRAPH-8E46",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E47,
        name: "CJK UNIFIED IDEOGRAPH-8E47",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E48,
        name: "CJK UNIFIED IDEOGRAPH-8E48",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E49,
        name: "CJK UNIFIED IDEOGRAPH-8E49",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E4A,
        name: "CJK UNIFIED IDEOGRAPH-8E4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E4B,
        name: "CJK UNIFIED IDEOGRAPH-8E4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E4C,
        name: "CJK UNIFIED IDEOGRAPH-8E4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E4D,
        name: "CJK UNIFIED IDEOGRAPH-8E4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E4E,
        name: "CJK UNIFIED IDEOGRAPH-8E4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E4F,
        name: "CJK UNIFIED IDEOGRAPH-8E4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E50,
        name: "CJK UNIFIED IDEOGRAPH-8E50",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E51,
        name: "CJK UNIFIED IDEOGRAPH-8E51",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E52,
        name: "CJK UNIFIED IDEOGRAPH-8E52",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E53,
        name: "CJK UNIFIED IDEOGRAPH-8E53",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E54,
        name: "CJK UNIFIED IDEOGRAPH-8E54",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E55,
        name: "CJK UNIFIED IDEOGRAPH-8E55",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E56,
        name: "CJK UNIFIED IDEOGRAPH-8E56",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E57,
        name: "CJK UNIFIED IDEOGRAPH-8E57",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E58,
        name: "CJK UNIFIED IDEOGRAPH-8E58",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E59,
        name: "CJK UNIFIED IDEOGRAPH-8E59",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E5A,
        name: "CJK UNIFIED IDEOGRAPH-8E5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E5B,
        name: "CJK UNIFIED IDEOGRAPH-8E5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E5C,
        name: "CJK UNIFIED IDEOGRAPH-8E5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E5D,
        name: "CJK UNIFIED IDEOGRAPH-8E5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E5E,
        name: "CJK UNIFIED IDEOGRAPH-8E5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E5F,
        name: "CJK UNIFIED IDEOGRAPH-8E5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E60,
        name: "CJK UNIFIED IDEOGRAPH-8E60",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E61,
        name: "CJK UNIFIED IDEOGRAPH-8E61",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E62,
        name: "CJK UNIFIED IDEOGRAPH-8E62",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E63,
        name: "CJK UNIFIED IDEOGRAPH-8E63",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E64,
        name: "CJK UNIFIED IDEOGRAPH-8E64",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E65,
        name: "CJK UNIFIED IDEOGRAPH-8E65",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E66,
        name: "CJK UNIFIED IDEOGRAPH-8E66",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E67,
        name: "CJK UNIFIED IDEOGRAPH-8E67",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E68,
        name: "CJK UNIFIED IDEOGRAPH-8E68",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E69,
        name: "CJK UNIFIED IDEOGRAPH-8E69",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E6A,
        name: "CJK UNIFIED IDEOGRAPH-8E6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E6B,
        name: "CJK UNIFIED IDEOGRAPH-8E6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E6C,
        name: "CJK UNIFIED IDEOGRAPH-8E6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E6D,
        name: "CJK UNIFIED IDEOGRAPH-8E6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E6E,
        name: "CJK UNIFIED IDEOGRAPH-8E6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E6F,
        name: "CJK UNIFIED IDEOGRAPH-8E6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E70,
        name: "CJK UNIFIED IDEOGRAPH-8E70",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E71,
        name: "CJK UNIFIED IDEOGRAPH-8E71",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E72,
        name: "CJK UNIFIED IDEOGRAPH-8E72",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E73,
        name: "CJK UNIFIED IDEOGRAPH-8E73",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E74,
        name: "CJK UNIFIED IDEOGRAPH-8E74",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E75,
        name: "CJK UNIFIED IDEOGRAPH-8E75",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E76,
        name: "CJK UNIFIED IDEOGRAPH-8E76",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E77,
        name: "CJK UNIFIED IDEOGRAPH-8E77",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E78,
        name: "CJK UNIFIED IDEOGRAPH-8E78",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E79,
        name: "CJK UNIFIED IDEOGRAPH-8E79",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E7A,
        name: "CJK UNIFIED IDEOGRAPH-8E7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E7B,
        name: "CJK UNIFIED IDEOGRAPH-8E7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E7C,
        name: "CJK UNIFIED IDEOGRAPH-8E7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E7D,
        name: "CJK UNIFIED IDEOGRAPH-8E7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E7E,
        name: "CJK UNIFIED IDEOGRAPH-8E7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E7F,
        name: "CJK UNIFIED IDEOGRAPH-8E7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E80,
        name: "CJK UNIFIED IDEOGRAPH-8E80",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E81,
        name: "CJK UNIFIED IDEOGRAPH-8E81",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E82,
        name: "CJK UNIFIED IDEOGRAPH-8E82",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E83,
        name: "CJK UNIFIED IDEOGRAPH-8E83",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E84,
        name: "CJK UNIFIED IDEOGRAPH-8E84",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E85,
        name: "CJK UNIFIED IDEOGRAPH-8E85",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E86,
        name: "CJK UNIFIED IDEOGRAPH-8E86",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E87,
        name: "CJK UNIFIED IDEOGRAPH-8E87",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E88,
        name: "CJK UNIFIED IDEOGRAPH-8E88",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E89,
        name: "CJK UNIFIED IDEOGRAPH-8E89",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E8A,
        name: "CJK UNIFIED IDEOGRAPH-8E8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E8B,
        name: "CJK UNIFIED IDEOGRAPH-8E8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E8C,
        name: "CJK UNIFIED IDEOGRAPH-8E8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E8D,
        name: "CJK UNIFIED IDEOGRAPH-8E8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E8E,
        name: "CJK UNIFIED IDEOGRAPH-8E8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E8F,
        name: "CJK UNIFIED IDEOGRAPH-8E8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E90,
        name: "CJK UNIFIED IDEOGRAPH-8E90",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E91,
        name: "CJK UNIFIED IDEOGRAPH-8E91",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E92,
        name: "CJK UNIFIED IDEOGRAPH-8E92",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E93,
        name: "CJK UNIFIED IDEOGRAPH-8E93",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E94,
        name: "CJK UNIFIED IDEOGRAPH-8E94",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E95,
        name: "CJK UNIFIED IDEOGRAPH-8E95",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E96,
        name: "CJK UNIFIED IDEOGRAPH-8E96",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E97,
        name: "CJK UNIFIED IDEOGRAPH-8E97",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E98,
        name: "CJK UNIFIED IDEOGRAPH-8E98",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E99,
        name: "CJK UNIFIED IDEOGRAPH-8E99",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E9A,
        name: "CJK UNIFIED IDEOGRAPH-8E9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E9B,
        name: "CJK UNIFIED IDEOGRAPH-8E9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E9C,
        name: "CJK UNIFIED IDEOGRAPH-8E9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E9D,
        name: "CJK UNIFIED IDEOGRAPH-8E9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E9E,
        name: "CJK UNIFIED IDEOGRAPH-8E9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8E9F,
        name: "CJK UNIFIED IDEOGRAPH-8E9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA0,
        name: "CJK UNIFIED IDEOGRAPH-8EA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA1,
        name: "CJK UNIFIED IDEOGRAPH-8EA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA2,
        name: "CJK UNIFIED IDEOGRAPH-8EA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA3,
        name: "CJK UNIFIED IDEOGRAPH-8EA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA4,
        name: "CJK UNIFIED IDEOGRAPH-8EA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA5,
        name: "CJK UNIFIED IDEOGRAPH-8EA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA6,
        name: "CJK UNIFIED IDEOGRAPH-8EA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA7,
        name: "CJK UNIFIED IDEOGRAPH-8EA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA8,
        name: "CJK UNIFIED IDEOGRAPH-8EA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EA9,
        name: "CJK UNIFIED IDEOGRAPH-8EA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EAA,
        name: "CJK UNIFIED IDEOGRAPH-8EAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EAB,
        name: "CJK UNIFIED IDEOGRAPH-8EAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EAC,
        name: "CJK UNIFIED IDEOGRAPH-8EAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EAD,
        name: "CJK UNIFIED IDEOGRAPH-8EAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EAE,
        name: "CJK UNIFIED IDEOGRAPH-8EAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EAF,
        name: "CJK UNIFIED IDEOGRAPH-8EAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB0,
        name: "CJK UNIFIED IDEOGRAPH-8EB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB1,
        name: "CJK UNIFIED IDEOGRAPH-8EB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB2,
        name: "CJK UNIFIED IDEOGRAPH-8EB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB3,
        name: "CJK UNIFIED IDEOGRAPH-8EB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB4,
        name: "CJK UNIFIED IDEOGRAPH-8EB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB5,
        name: "CJK UNIFIED IDEOGRAPH-8EB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB6,
        name: "CJK UNIFIED IDEOGRAPH-8EB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB7,
        name: "CJK UNIFIED IDEOGRAPH-8EB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB8,
        name: "CJK UNIFIED IDEOGRAPH-8EB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EB9,
        name: "CJK UNIFIED IDEOGRAPH-8EB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EBA,
        name: "CJK UNIFIED IDEOGRAPH-8EBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EBB,
        name: "CJK UNIFIED IDEOGRAPH-8EBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EBC,
        name: "CJK UNIFIED IDEOGRAPH-8EBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EBD,
        name: "CJK UNIFIED IDEOGRAPH-8EBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EBE,
        name: "CJK UNIFIED IDEOGRAPH-8EBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EBF,
        name: "CJK UNIFIED IDEOGRAPH-8EBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC0,
        name: "CJK UNIFIED IDEOGRAPH-8EC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC1,
        name: "CJK UNIFIED IDEOGRAPH-8EC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC2,
        name: "CJK UNIFIED IDEOGRAPH-8EC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC3,
        name: "CJK UNIFIED IDEOGRAPH-8EC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC4,
        name: "CJK UNIFIED IDEOGRAPH-8EC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC5,
        name: "CJK UNIFIED IDEOGRAPH-8EC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC6,
        name: "CJK UNIFIED IDEOGRAPH-8EC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC7,
        name: "CJK UNIFIED IDEOGRAPH-8EC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC8,
        name: "CJK UNIFIED IDEOGRAPH-8EC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EC9,
        name: "CJK UNIFIED IDEOGRAPH-8EC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ECA,
        name: "CJK UNIFIED IDEOGRAPH-8ECA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ECB,
        name: "CJK UNIFIED IDEOGRAPH-8ECB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ECC,
        name: "CJK UNIFIED IDEOGRAPH-8ECC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ECD,
        name: "CJK UNIFIED IDEOGRAPH-8ECD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ECE,
        name: "CJK UNIFIED IDEOGRAPH-8ECE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ECF,
        name: "CJK UNIFIED IDEOGRAPH-8ECF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED0,
        name: "CJK UNIFIED IDEOGRAPH-8ED0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED1,
        name: "CJK UNIFIED IDEOGRAPH-8ED1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED2,
        name: "CJK UNIFIED IDEOGRAPH-8ED2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED3,
        name: "CJK UNIFIED IDEOGRAPH-8ED3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED4,
        name: "CJK UNIFIED IDEOGRAPH-8ED4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED5,
        name: "CJK UNIFIED IDEOGRAPH-8ED5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED6,
        name: "CJK UNIFIED IDEOGRAPH-8ED6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED7,
        name: "CJK UNIFIED IDEOGRAPH-8ED7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED8,
        name: "CJK UNIFIED IDEOGRAPH-8ED8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8ED9,
        name: "CJK UNIFIED IDEOGRAPH-8ED9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EDA,
        name: "CJK UNIFIED IDEOGRAPH-8EDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EDB,
        name: "CJK UNIFIED IDEOGRAPH-8EDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EDC,
        name: "CJK UNIFIED IDEOGRAPH-8EDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EDD,
        name: "CJK UNIFIED IDEOGRAPH-8EDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EDE,
        name: "CJK UNIFIED IDEOGRAPH-8EDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EDF,
        name: "CJK UNIFIED IDEOGRAPH-8EDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE0,
        name: "CJK UNIFIED IDEOGRAPH-8EE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE1,
        name: "CJK UNIFIED IDEOGRAPH-8EE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE2,
        name: "CJK UNIFIED IDEOGRAPH-8EE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE3,
        name: "CJK UNIFIED IDEOGRAPH-8EE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE4,
        name: "CJK UNIFIED IDEOGRAPH-8EE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE5,
        name: "CJK UNIFIED IDEOGRAPH-8EE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE6,
        name: "CJK UNIFIED IDEOGRAPH-8EE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE7,
        name: "CJK UNIFIED IDEOGRAPH-8EE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE8,
        name: "CJK UNIFIED IDEOGRAPH-8EE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EE9,
        name: "CJK UNIFIED IDEOGRAPH-8EE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EEA,
        name: "CJK UNIFIED IDEOGRAPH-8EEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EEB,
        name: "CJK UNIFIED IDEOGRAPH-8EEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EEC,
        name: "CJK UNIFIED IDEOGRAPH-8EEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EED,
        name: "CJK UNIFIED IDEOGRAPH-8EED",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EEE,
        name: "CJK UNIFIED IDEOGRAPH-8EEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EEF,
        name: "CJK UNIFIED IDEOGRAPH-8EEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF0,
        name: "CJK UNIFIED IDEOGRAPH-8EF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF1,
        name: "CJK UNIFIED IDEOGRAPH-8EF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF2,
        name: "CJK UNIFIED IDEOGRAPH-8EF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF3,
        name: "CJK UNIFIED IDEOGRAPH-8EF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF4,
        name: "CJK UNIFIED IDEOGRAPH-8EF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF5,
        name: "CJK UNIFIED IDEOGRAPH-8EF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF6,
        name: "CJK UNIFIED IDEOGRAPH-8EF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF7,
        name: "CJK UNIFIED IDEOGRAPH-8EF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF8,
        name: "CJK UNIFIED IDEOGRAPH-8EF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EF9,
        name: "CJK UNIFIED IDEOGRAPH-8EF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EFA,
        name: "CJK UNIFIED IDEOGRAPH-8EFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EFB,
        name: "CJK UNIFIED IDEOGRAPH-8EFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EFC,
        name: "CJK UNIFIED IDEOGRAPH-8EFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EFD,
        name: "CJK UNIFIED IDEOGRAPH-8EFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EFE,
        name: "CJK UNIFIED IDEOGRAPH-8EFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8EFF,
        name: "CJK UNIFIED IDEOGRAPH-8EFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F00,
        name: "CJK UNIFIED IDEOGRAPH-8F00",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F01,
        name: "CJK UNIFIED IDEOGRAPH-8F01",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F02,
        name: "CJK UNIFIED IDEOGRAPH-8F02",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F03,
        name: "CJK UNIFIED IDEOGRAPH-8F03",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F04,
        name: "CJK UNIFIED IDEOGRAPH-8F04",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F05,
        name: "CJK UNIFIED IDEOGRAPH-8F05",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F06,
        name: "CJK UNIFIED IDEOGRAPH-8F06",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F07,
        name: "CJK UNIFIED IDEOGRAPH-8F07",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F08,
        name: "CJK UNIFIED IDEOGRAPH-8F08",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F09,
        name: "CJK UNIFIED IDEOGRAPH-8F09",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F0A,
        name: "CJK UNIFIED IDEOGRAPH-8F0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F0B,
        name: "CJK UNIFIED IDEOGRAPH-8F0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F0C,
        name: "CJK UNIFIED IDEOGRAPH-8F0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F0D,
        name: "CJK UNIFIED IDEOGRAPH-8F0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F0E,
        name: "CJK UNIFIED IDEOGRAPH-8F0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F0F,
        name: "CJK UNIFIED IDEOGRAPH-8F0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F10,
        name: "CJK UNIFIED IDEOGRAPH-8F10",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F11,
        name: "CJK UNIFIED IDEOGRAPH-8F11",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F12,
        name: "CJK UNIFIED IDEOGRAPH-8F12",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F13,
        name: "CJK UNIFIED IDEOGRAPH-8F13",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F14,
        name: "CJK UNIFIED IDEOGRAPH-8F14",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F15,
        name: "CJK UNIFIED IDEOGRAPH-8F15",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F16,
        name: "CJK UNIFIED IDEOGRAPH-8F16",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F17,
        name: "CJK UNIFIED IDEOGRAPH-8F17",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F18,
        name: "CJK UNIFIED IDEOGRAPH-8F18",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F19,
        name: "CJK UNIFIED IDEOGRAPH-8F19",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F1A,
        name: "CJK UNIFIED IDEOGRAPH-8F1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F1B,
        name: "CJK UNIFIED IDEOGRAPH-8F1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F1C,
        name: "CJK UNIFIED IDEOGRAPH-8F1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F1D,
        name: "CJK UNIFIED IDEOGRAPH-8F1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F1E,
        name: "CJK UNIFIED IDEOGRAPH-8F1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F1F,
        name: "CJK UNIFIED IDEOGRAPH-8F1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F20,
        name: "CJK UNIFIED IDEOGRAPH-8F20",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F21,
        name: "CJK UNIFIED IDEOGRAPH-8F21",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F22,
        name: "CJK UNIFIED IDEOGRAPH-8F22",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F23,
        name: "CJK UNIFIED IDEOGRAPH-8F23",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F24,
        name: "CJK UNIFIED IDEOGRAPH-8F24",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F25,
        name: "CJK UNIFIED IDEOGRAPH-8F25",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F26,
        name: "CJK UNIFIED IDEOGRAPH-8F26",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F27,
        name: "CJK UNIFIED IDEOGRAPH-8F27",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F28,
        name: "CJK UNIFIED IDEOGRAPH-8F28",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F29,
        name: "CJK UNIFIED IDEOGRAPH-8F29",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F2A,
        name: "CJK UNIFIED IDEOGRAPH-8F2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F2B,
        name: "CJK UNIFIED IDEOGRAPH-8F2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F2C,
        name: "CJK UNIFIED IDEOGRAPH-8F2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F2D,
        name: "CJK UNIFIED IDEOGRAPH-8F2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F2E,
        name: "CJK UNIFIED IDEOGRAPH-8F2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F2F,
        name: "CJK UNIFIED IDEOGRAPH-8F2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F30,
        name: "CJK UNIFIED IDEOGRAPH-8F30",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F31,
        name: "CJK UNIFIED IDEOGRAPH-8F31",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F32,
        name: "CJK UNIFIED IDEOGRAPH-8F32",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F33,
        name: "CJK UNIFIED IDEOGRAPH-8F33",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F34,
        name: "CJK UNIFIED IDEOGRAPH-8F34",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F35,
        name: "CJK UNIFIED IDEOGRAPH-8F35",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F36,
        name: "CJK UNIFIED IDEOGRAPH-8F36",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F37,
        name: "CJK UNIFIED IDEOGRAPH-8F37",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F38,
        name: "CJK UNIFIED IDEOGRAPH-8F38",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F39,
        name: "CJK UNIFIED IDEOGRAPH-8F39",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F3A,
        name: "CJK UNIFIED IDEOGRAPH-8F3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F3B,
        name: "CJK UNIFIED IDEOGRAPH-8F3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F3C,
        name: "CJK UNIFIED IDEOGRAPH-8F3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F3D,
        name: "CJK UNIFIED IDEOGRAPH-8F3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F3E,
        name: "CJK UNIFIED IDEOGRAPH-8F3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F3F,
        name: "CJK UNIFIED IDEOGRAPH-8F3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F40,
        name: "CJK UNIFIED IDEOGRAPH-8F40",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F41,
        name: "CJK UNIFIED IDEOGRAPH-8F41",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F42,
        name: "CJK UNIFIED IDEOGRAPH-8F42",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F43,
        name: "CJK UNIFIED IDEOGRAPH-8F43",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F44,
        name: "CJK UNIFIED IDEOGRAPH-8F44",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F45,
        name: "CJK UNIFIED IDEOGRAPH-8F45",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F46,
        name: "CJK UNIFIED IDEOGRAPH-8F46",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F47,
        name: "CJK UNIFIED IDEOGRAPH-8F47",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F48,
        name: "CJK UNIFIED IDEOGRAPH-8F48",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F49,
        name: "CJK UNIFIED IDEOGRAPH-8F49",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F4A,
        name: "CJK UNIFIED IDEOGRAPH-8F4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F4B,
        name: "CJK UNIFIED IDEOGRAPH-8F4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F4C,
        name: "CJK UNIFIED IDEOGRAPH-8F4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F4D,
        name: "CJK UNIFIED IDEOGRAPH-8F4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F4E,
        name: "CJK UNIFIED IDEOGRAPH-8F4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F4F,
        name: "CJK UNIFIED IDEOGRAPH-8F4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F50,
        name: "CJK UNIFIED IDEOGRAPH-8F50",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F51,
        name: "CJK UNIFIED IDEOGRAPH-8F51",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F52,
        name: "CJK UNIFIED IDEOGRAPH-8F52",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F53,
        name: "CJK UNIFIED IDEOGRAPH-8F53",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F54,
        name: "CJK UNIFIED IDEOGRAPH-8F54",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F55,
        name: "CJK UNIFIED IDEOGRAPH-8F55",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F56,
        name: "CJK UNIFIED IDEOGRAPH-8F56",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F57,
        name: "CJK UNIFIED IDEOGRAPH-8F57",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F58,
        name: "CJK UNIFIED IDEOGRAPH-8F58",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F59,
        name: "CJK UNIFIED IDEOGRAPH-8F59",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F5A,
        name: "CJK UNIFIED IDEOGRAPH-8F5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F5B,
        name: "CJK UNIFIED IDEOGRAPH-8F5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F5C,
        name: "CJK UNIFIED IDEOGRAPH-8F5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F5D,
        name: "CJK UNIFIED IDEOGRAPH-8F5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F5E,
        name: "CJK UNIFIED IDEOGRAPH-8F5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F5F,
        name: "CJK UNIFIED IDEOGRAPH-8F5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F60,
        name: "CJK UNIFIED IDEOGRAPH-8F60",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F61,
        name: "CJK UNIFIED IDEOGRAPH-8F61",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F62,
        name: "CJK UNIFIED IDEOGRAPH-8F62",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F63,
        name: "CJK UNIFIED IDEOGRAPH-8F63",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F64,
        name: "CJK UNIFIED IDEOGRAPH-8F64",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F65,
        name: "CJK UNIFIED IDEOGRAPH-8F65",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F66,
        name: "CJK UNIFIED IDEOGRAPH-8F66",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F67,
        name: "CJK UNIFIED IDEOGRAPH-8F67",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F68,
        name: "CJK UNIFIED IDEOGRAPH-8F68",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F69,
        name: "CJK UNIFIED IDEOGRAPH-8F69",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F6A,
        name: "CJK UNIFIED IDEOGRAPH-8F6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F6B,
        name: "CJK UNIFIED IDEOGRAPH-8F6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F6C,
        name: "CJK UNIFIED IDEOGRAPH-8F6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F6D,
        name: "CJK UNIFIED IDEOGRAPH-8F6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F6E,
        name: "CJK UNIFIED IDEOGRAPH-8F6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F6F,
        name: "CJK UNIFIED IDEOGRAPH-8F6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F70,
        name: "CJK UNIFIED IDEOGRAPH-8F70",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F71,
        name: "CJK UNIFIED IDEOGRAPH-8F71",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F72,
        name: "CJK UNIFIED IDEOGRAPH-8F72",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F73,
        name: "CJK UNIFIED IDEOGRAPH-8F73",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F74,
        name: "CJK UNIFIED IDEOGRAPH-8F74",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F75,
        name: "CJK UNIFIED IDEOGRAPH-8F75",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F76,
        name: "CJK UNIFIED IDEOGRAPH-8F76",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F77,
        name: "CJK UNIFIED IDEOGRAPH-8F77",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F78,
        name: "CJK UNIFIED IDEOGRAPH-8F78",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F79,
        name: "CJK UNIFIED IDEOGRAPH-8F79",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F7A,
        name: "CJK UNIFIED IDEOGRAPH-8F7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F7B,
        name: "CJK UNIFIED IDEOGRAPH-8F7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F7C,
        name: "CJK UNIFIED IDEOGRAPH-8F7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F7D,
        name: "CJK UNIFIED IDEOGRAPH-8F7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F7E,
        name: "CJK UNIFIED IDEOGRAPH-8F7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F7F,
        name: "CJK UNIFIED IDEOGRAPH-8F7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F80,
        name: "CJK UNIFIED IDEOGRAPH-8F80",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F81,
        name: "CJK UNIFIED IDEOGRAPH-8F81",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F82,
        name: "CJK UNIFIED IDEOGRAPH-8F82",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F83,
        name: "CJK UNIFIED IDEOGRAPH-8F83",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F84,
        name: "CJK UNIFIED IDEOGRAPH-8F84",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F85,
        name: "CJK UNIFIED IDEOGRAPH-8F85",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F86,
        name: "CJK UNIFIED IDEOGRAPH-8F86",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F87,
        name: "CJK UNIFIED IDEOGRAPH-8F87",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F88,
        name: "CJK UNIFIED IDEOGRAPH-8F88",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F89,
        name: "CJK UNIFIED IDEOGRAPH-8F89",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F8A,
        name: "CJK UNIFIED IDEOGRAPH-8F8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F8B,
        name: "CJK UNIFIED IDEOGRAPH-8F8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F8C,
        name: "CJK UNIFIED IDEOGRAPH-8F8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F8D,
        name: "CJK UNIFIED IDEOGRAPH-8F8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F8E,
        name: "CJK UNIFIED IDEOGRAPH-8F8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F8F,
        name: "CJK UNIFIED IDEOGRAPH-8F8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F90,
        name: "CJK UNIFIED IDEOGRAPH-8F90",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F91,
        name: "CJK UNIFIED IDEOGRAPH-8F91",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F92,
        name: "CJK UNIFIED IDEOGRAPH-8F92",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F93,
        name: "CJK UNIFIED IDEOGRAPH-8F93",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F94,
        name: "CJK UNIFIED IDEOGRAPH-8F94",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F95,
        name: "CJK UNIFIED IDEOGRAPH-8F95",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F96,
        name: "CJK UNIFIED IDEOGRAPH-8F96",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F97,
        name: "CJK UNIFIED IDEOGRAPH-8F97",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F98,
        name: "CJK UNIFIED IDEOGRAPH-8F98",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F99,
        name: "CJK UNIFIED IDEOGRAPH-8F99",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F9A,
        name: "CJK UNIFIED IDEOGRAPH-8F9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F9B,
        name: "CJK UNIFIED IDEOGRAPH-8F9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F9C,
        name: "CJK UNIFIED IDEOGRAPH-8F9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F9D,
        name: "CJK UNIFIED IDEOGRAPH-8F9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F9E,
        name: "CJK UNIFIED IDEOGRAPH-8F9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x8F9F,
        name: "CJK UNIFIED IDEOGRAPH-8F9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA0,
        name: "CJK UNIFIED IDEOGRAPH-8FA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA1,
        name: "CJK UNIFIED IDEOGRAPH-8FA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA2,
        name: "CJK UNIFIED IDEOGRAPH-8FA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA3,
        name: "CJK UNIFIED IDEOGRAPH-8FA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA4,
        name: "CJK UNIFIED IDEOGRAPH-8FA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA5,
        name: "CJK UNIFIED IDEOGRAPH-8FA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA6,
        name: "CJK UNIFIED IDEOGRAPH-8FA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA7,
        name: "CJK UNIFIED IDEOGRAPH-8FA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA8,
        name: "CJK UNIFIED IDEOGRAPH-8FA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FA9,
        name: "CJK UNIFIED IDEOGRAPH-8FA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FAA,
        name: "CJK UNIFIED IDEOGRAPH-8FAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FAB,
        name: "CJK UNIFIED IDEOGRAPH-8FAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FAC,
        name: "CJK UNIFIED IDEOGRAPH-8FAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FAD,
        name: "CJK UNIFIED IDEOGRAPH-8FAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FAE,
        name: "CJK UNIFIED IDEOGRAPH-8FAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FAF,
        name: "CJK UNIFIED IDEOGRAPH-8FAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB0,
        name: "CJK UNIFIED IDEOGRAPH-8FB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB1,
        name: "CJK UNIFIED IDEOGRAPH-8FB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB2,
        name: "CJK UNIFIED IDEOGRAPH-8FB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB3,
        name: "CJK UNIFIED IDEOGRAPH-8FB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB4,
        name: "CJK UNIFIED IDEOGRAPH-8FB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB5,
        name: "CJK UNIFIED IDEOGRAPH-8FB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB6,
        name: "CJK UNIFIED IDEOGRAPH-8FB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB7,
        name: "CJK UNIFIED IDEOGRAPH-8FB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB8,
        name: "CJK UNIFIED IDEOGRAPH-8FB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FB9,
        name: "CJK UNIFIED IDEOGRAPH-8FB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FBA,
        name: "CJK UNIFIED IDEOGRAPH-8FBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FBB,
        name: "CJK UNIFIED IDEOGRAPH-8FBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FBC,
        name: "CJK UNIFIED IDEOGRAPH-8FBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FBD,
        name: "CJK UNIFIED IDEOGRAPH-8FBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FBE,
        name: "CJK UNIFIED IDEOGRAPH-8FBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FBF,
        name: "CJK UNIFIED IDEOGRAPH-8FBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC0,
        name: "CJK UNIFIED IDEOGRAPH-8FC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC1,
        name: "CJK UNIFIED IDEOGRAPH-8FC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC2,
        name: "CJK UNIFIED IDEOGRAPH-8FC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC3,
        name: "CJK UNIFIED IDEOGRAPH-8FC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC4,
        name: "CJK UNIFIED IDEOGRAPH-8FC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC5,
        name: "CJK UNIFIED IDEOGRAPH-8FC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC6,
        name: "CJK UNIFIED IDEOGRAPH-8FC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC7,
        name: "CJK UNIFIED IDEOGRAPH-8FC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC8,
        name: "CJK UNIFIED IDEOGRAPH-8FC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FC9,
        name: "CJK UNIFIED IDEOGRAPH-8FC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FCA,
        name: "CJK UNIFIED IDEOGRAPH-8FCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FCB,
        name: "CJK UNIFIED IDEOGRAPH-8FCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FCC,
        name: "CJK UNIFIED IDEOGRAPH-8FCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FCD,
        name: "CJK UNIFIED IDEOGRAPH-8FCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FCE,
        name: "CJK UNIFIED IDEOGRAPH-8FCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FCF,
        name: "CJK UNIFIED IDEOGRAPH-8FCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD0,
        name: "CJK UNIFIED IDEOGRAPH-8FD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD1,
        name: "CJK UNIFIED IDEOGRAPH-8FD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD2,
        name: "CJK UNIFIED IDEOGRAPH-8FD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD3,
        name: "CJK UNIFIED IDEOGRAPH-8FD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD4,
        name: "CJK UNIFIED IDEOGRAPH-8FD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD5,
        name: "CJK UNIFIED IDEOGRAPH-8FD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD6,
        name: "CJK UNIFIED IDEOGRAPH-8FD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD7,
        name: "CJK UNIFIED IDEOGRAPH-8FD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD8,
        name: "CJK UNIFIED IDEOGRAPH-8FD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FD9,
        name: "CJK UNIFIED IDEOGRAPH-8FD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FDA,
        name: "CJK UNIFIED IDEOGRAPH-8FDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FDB,
        name: "CJK UNIFIED IDEOGRAPH-8FDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FDC,
        name: "CJK UNIFIED IDEOGRAPH-8FDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FDD,
        name: "CJK UNIFIED IDEOGRAPH-8FDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FDE,
        name: "CJK UNIFIED IDEOGRAPH-8FDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FDF,
        name: "CJK UNIFIED IDEOGRAPH-8FDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE0,
        name: "CJK UNIFIED IDEOGRAPH-8FE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE1,
        name: "CJK UNIFIED IDEOGRAPH-8FE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE2,
        name: "CJK UNIFIED IDEOGRAPH-8FE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE3,
        name: "CJK UNIFIED IDEOGRAPH-8FE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE4,
        name: "CJK UNIFIED IDEOGRAPH-8FE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE5,
        name: "CJK UNIFIED IDEOGRAPH-8FE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE6,
        name: "CJK UNIFIED IDEOGRAPH-8FE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE7,
        name: "CJK UNIFIED IDEOGRAPH-8FE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE8,
        name: "CJK UNIFIED IDEOGRAPH-8FE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FE9,
        name: "CJK UNIFIED IDEOGRAPH-8FE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FEA,
        name: "CJK UNIFIED IDEOGRAPH-8FEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FEB,
        name: "CJK UNIFIED IDEOGRAPH-8FEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FEC,
        name: "CJK UNIFIED IDEOGRAPH-8FEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FED,
        name: "CJK UNIFIED IDEOGRAPH-8FED",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FEE,
        name: "CJK UNIFIED IDEOGRAPH-8FEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FEF,
        name: "CJK UNIFIED IDEOGRAPH-8FEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF0,
        name: "CJK UNIFIED IDEOGRAPH-8FF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF1,
        name: "CJK UNIFIED IDEOGRAPH-8FF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF2,
        name: "CJK UNIFIED IDEOGRAPH-8FF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF3,
        name: "CJK UNIFIED IDEOGRAPH-8FF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF4,
        name: "CJK UNIFIED IDEOGRAPH-8FF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF5,
        name: "CJK UNIFIED IDEOGRAPH-8FF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF6,
        name: "CJK UNIFIED IDEOGRAPH-8FF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF7,
        name: "CJK UNIFIED IDEOGRAPH-8FF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF8,
        name: "CJK UNIFIED IDEOGRAPH-8FF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FF9,
        name: "CJK UNIFIED IDEOGRAPH-8FF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FFA,
        name: "CJK UNIFIED IDEOGRAPH-8FFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FFB,
        name: "CJK UNIFIED IDEOGRAPH-8FFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FFC,
        name: "CJK UNIFIED IDEOGRAPH-8FFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FFD,
        name: "CJK UNIFIED IDEOGRAPH-8FFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FFE,
        name: "CJK UNIFIED IDEOGRAPH-8FFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x8FFF,
        name: "CJK UNIFIED IDEOGRAPH-8FFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9000,
        name: "CJK UNIFIED IDEOGRAPH-9000",
    },
    Character {
        age: "1.1",
        codepoint: 0x9001,
        name: "CJK UNIFIED IDEOGRAPH-9001",
    },
    Character {
        age: "1.1",
        codepoint: 0x9002,
        name: "CJK UNIFIED IDEOGRAPH-9002",
    },
    Character {
        age: "1.1",
        codepoint: 0x9003,
        name: "CJK UNIFIED IDEOGRAPH-9003",
    },
    Character {
        age: "1.1",
        codepoint: 0x9004,
        name: "CJK UNIFIED IDEOGRAPH-9004",
    },
    Character {
        age: "1.1",
        codepoint: 0x9005,
        name: "CJK UNIFIED IDEOGRAPH-9005",
    },
    Character {
        age: "1.1",
        codepoint: 0x9006,
        name: "CJK UNIFIED IDEOGRAPH-9006",
    },
    Character {
        age: "1.1",
        codepoint: 0x9007,
        name: "CJK UNIFIED IDEOGRAPH-9007",
    },
    Character {
        age: "1.1",
        codepoint: 0x9008,
        name: "CJK UNIFIED IDEOGRAPH-9008",
    },
    Character {
        age: "1.1",
        codepoint: 0x9009,
        name: "CJK UNIFIED IDEOGRAPH-9009",
    },
    Character {
        age: "1.1",
        codepoint: 0x900A,
        name: "CJK UNIFIED IDEOGRAPH-900A",
    },
    Character {
        age: "1.1",
        codepoint: 0x900B,
        name: "CJK UNIFIED IDEOGRAPH-900B",
    },
    Character {
        age: "1.1",
        codepoint: 0x900C,
        name: "CJK UNIFIED IDEOGRAPH-900C",
    },
    Character {
        age: "1.1",
        codepoint: 0x900D,
        name: "CJK UNIFIED IDEOGRAPH-900D",
    },
    Character {
        age: "1.1",
        codepoint: 0x900E,
        name: "CJK UNIFIED IDEOGRAPH-900E",
    },
    Character {
        age: "1.1",
        codepoint: 0x900F,
        name: "CJK UNIFIED IDEOGRAPH-900F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9010,
        name: "CJK UNIFIED IDEOGRAPH-9010",
    },
    Character {
        age: "1.1",
        codepoint: 0x9011,
        name: "CJK UNIFIED IDEOGRAPH-9011",
    },
    Character {
        age: "1.1",
        codepoint: 0x9012,
        name: "CJK UNIFIED IDEOGRAPH-9012",
    },
    Character {
        age: "1.1",
        codepoint: 0x9013,
        name: "CJK UNIFIED IDEOGRAPH-9013",
    },
    Character {
        age: "1.1",
        codepoint: 0x9014,
        name: "CJK UNIFIED IDEOGRAPH-9014",
    },
    Character {
        age: "1.1",
        codepoint: 0x9015,
        name: "CJK UNIFIED IDEOGRAPH-9015",
    },
    Character {
        age: "1.1",
        codepoint: 0x9016,
        name: "CJK UNIFIED IDEOGRAPH-9016",
    },
    Character {
        age: "1.1",
        codepoint: 0x9017,
        name: "CJK UNIFIED IDEOGRAPH-9017",
    },
    Character {
        age: "1.1",
        codepoint: 0x9018,
        name: "CJK UNIFIED IDEOGRAPH-9018",
    },
    Character {
        age: "1.1",
        codepoint: 0x9019,
        name: "CJK UNIFIED IDEOGRAPH-9019",
    },
    Character {
        age: "1.1",
        codepoint: 0x901A,
        name: "CJK UNIFIED IDEOGRAPH-901A",
    },
    Character {
        age: "1.1",
        codepoint: 0x901B,
        name: "CJK UNIFIED IDEOGRAPH-901B",
    },
    Character {
        age: "1.1",
        codepoint: 0x901C,
        name: "CJK UNIFIED IDEOGRAPH-901C",
    },
    Character {
        age: "1.1",
        codepoint: 0x901D,
        name: "CJK UNIFIED IDEOGRAPH-901D",
    },
    Character {
        age: "1.1",
        codepoint: 0x901E,
        name: "CJK UNIFIED IDEOGRAPH-901E",
    },
    Character {
        age: "1.1",
        codepoint: 0x901F,
        name: "CJK UNIFIED IDEOGRAPH-901F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9020,
        name: "CJK UNIFIED IDEOGRAPH-9020",
    },
    Character {
        age: "1.1",
        codepoint: 0x9021,
        name: "CJK UNIFIED IDEOGRAPH-9021",
    },
    Character {
        age: "1.1",
        codepoint: 0x9022,
        name: "CJK UNIFIED IDEOGRAPH-9022",
    },
    Character {
        age: "1.1",
        codepoint: 0x9023,
        name: "CJK UNIFIED IDEOGRAPH-9023",
    },
    Character {
        age: "1.1",
        codepoint: 0x9024,
        name: "CJK UNIFIED IDEOGRAPH-9024",
    },
    Character {
        age: "1.1",
        codepoint: 0x9025,
        name: "CJK UNIFIED IDEOGRAPH-9025",
    },
    Character {
        age: "1.1",
        codepoint: 0x9026,
        name: "CJK UNIFIED IDEOGRAPH-9026",
    },
    Character {
        age: "1.1",
        codepoint: 0x9027,
        name: "CJK UNIFIED IDEOGRAPH-9027",
    },
    Character {
        age: "1.1",
        codepoint: 0x9028,
        name: "CJK UNIFIED IDEOGRAPH-9028",
    },
    Character {
        age: "1.1",
        codepoint: 0x9029,
        name: "CJK UNIFIED IDEOGRAPH-9029",
    },
    Character {
        age: "1.1",
        codepoint: 0x902A,
        name: "CJK UNIFIED IDEOGRAPH-902A",
    },
    Character {
        age: "1.1",
        codepoint: 0x902B,
        name: "CJK UNIFIED IDEOGRAPH-902B",
    },
    Character {
        age: "1.1",
        codepoint: 0x902C,
        name: "CJK UNIFIED IDEOGRAPH-902C",
    },
    Character {
        age: "1.1",
        codepoint: 0x902D,
        name: "CJK UNIFIED IDEOGRAPH-902D",
    },
    Character {
        age: "1.1",
        codepoint: 0x902E,
        name: "CJK UNIFIED IDEOGRAPH-902E",
    },
    Character {
        age: "1.1",
        codepoint: 0x902F,
        name: "CJK UNIFIED IDEOGRAPH-902F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9030,
        name: "CJK UNIFIED IDEOGRAPH-9030",
    },
    Character {
        age: "1.1",
        codepoint: 0x9031,
        name: "CJK UNIFIED IDEOGRAPH-9031",
    },
    Character {
        age: "1.1",
        codepoint: 0x9032,
        name: "CJK UNIFIED IDEOGRAPH-9032",
    },
    Character {
        age: "1.1",
        codepoint: 0x9033,
        name: "CJK UNIFIED IDEOGRAPH-9033",
    },
    Character {
        age: "1.1",
        codepoint: 0x9034,
        name: "CJK UNIFIED IDEOGRAPH-9034",
    },
    Character {
        age: "1.1",
        codepoint: 0x9035,
        name: "CJK UNIFIED IDEOGRAPH-9035",
    },
    Character {
        age: "1.1",
        codepoint: 0x9036,
        name: "CJK UNIFIED IDEOGRAPH-9036",
    },
    Character {
        age: "1.1",
        codepoint: 0x9037,
        name: "CJK UNIFIED IDEOGRAPH-9037",
    },
    Character {
        age: "1.1",
        codepoint: 0x9038,
        name: "CJK UNIFIED IDEOGRAPH-9038",
    },
    Character {
        age: "1.1",
        codepoint: 0x9039,
        name: "CJK UNIFIED IDEOGRAPH-9039",
    },
    Character {
        age: "1.1",
        codepoint: 0x903A,
        name: "CJK UNIFIED IDEOGRAPH-903A",
    },
    Character {
        age: "1.1",
        codepoint: 0x903B,
        name: "CJK UNIFIED IDEOGRAPH-903B",
    },
    Character {
        age: "1.1",
        codepoint: 0x903C,
        name: "CJK UNIFIED IDEOGRAPH-903C",
    },
    Character {
        age: "1.1",
        codepoint: 0x903D,
        name: "CJK UNIFIED IDEOGRAPH-903D",
    },
    Character {
        age: "1.1",
        codepoint: 0x903E,
        name: "CJK UNIFIED IDEOGRAPH-903E",
    },
    Character {
        age: "1.1",
        codepoint: 0x903F,
        name: "CJK UNIFIED IDEOGRAPH-903F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9040,
        name: "CJK UNIFIED IDEOGRAPH-9040",
    },
    Character {
        age: "1.1",
        codepoint: 0x9041,
        name: "CJK UNIFIED IDEOGRAPH-9041",
    },
    Character {
        age: "1.1",
        codepoint: 0x9042,
        name: "CJK UNIFIED IDEOGRAPH-9042",
    },
    Character {
        age: "1.1",
        codepoint: 0x9043,
        name: "CJK UNIFIED IDEOGRAPH-9043",
    },
    Character {
        age: "1.1",
        codepoint: 0x9044,
        name: "CJK UNIFIED IDEOGRAPH-9044",
    },
    Character {
        age: "1.1",
        codepoint: 0x9045,
        name: "CJK UNIFIED IDEOGRAPH-9045",
    },
    Character {
        age: "1.1",
        codepoint: 0x9046,
        name: "CJK UNIFIED IDEOGRAPH-9046",
    },
    Character {
        age: "1.1",
        codepoint: 0x9047,
        name: "CJK UNIFIED IDEOGRAPH-9047",
    },
    Character {
        age: "1.1",
        codepoint: 0x9048,
        name: "CJK UNIFIED IDEOGRAPH-9048",
    },
    Character {
        age: "1.1",
        codepoint: 0x9049,
        name: "CJK UNIFIED IDEOGRAPH-9049",
    },
    Character {
        age: "1.1",
        codepoint: 0x904A,
        name: "CJK UNIFIED IDEOGRAPH-904A",
    },
    Character {
        age: "1.1",
        codepoint: 0x904B,
        name: "CJK UNIFIED IDEOGRAPH-904B",
    },
    Character {
        age: "1.1",
        codepoint: 0x904C,
        name: "CJK UNIFIED IDEOGRAPH-904C",
    },
    Character {
        age: "1.1",
        codepoint: 0x904D,
        name: "CJK UNIFIED IDEOGRAPH-904D",
    },
    Character {
        age: "1.1",
        codepoint: 0x904E,
        name: "CJK UNIFIED IDEOGRAPH-904E",
    },
    Character {
        age: "1.1",
        codepoint: 0x904F,
        name: "CJK UNIFIED IDEOGRAPH-904F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9050,
        name: "CJK UNIFIED IDEOGRAPH-9050",
    },
    Character {
        age: "1.1",
        codepoint: 0x9051,
        name: "CJK UNIFIED IDEOGRAPH-9051",
    },
    Character {
        age: "1.1",
        codepoint: 0x9052,
        name: "CJK UNIFIED IDEOGRAPH-9052",
    },
    Character {
        age: "1.1",
        codepoint: 0x9053,
        name: "CJK UNIFIED IDEOGRAPH-9053",
    },
    Character {
        age: "1.1",
        codepoint: 0x9054,
        name: "CJK UNIFIED IDEOGRAPH-9054",
    },
    Character {
        age: "1.1",
        codepoint: 0x9055,
        name: "CJK UNIFIED IDEOGRAPH-9055",
    },
    Character {
        age: "1.1",
        codepoint: 0x9056,
        name: "CJK UNIFIED IDEOGRAPH-9056",
    },
    Character {
        age: "1.1",
        codepoint: 0x9057,
        name: "CJK UNIFIED IDEOGRAPH-9057",
    },
    Character {
        age: "1.1",
        codepoint: 0x9058,
        name: "CJK UNIFIED IDEOGRAPH-9058",
    },
    Character {
        age: "1.1",
        codepoint: 0x9059,
        name: "CJK UNIFIED IDEOGRAPH-9059",
    },
    Character {
        age: "1.1",
        codepoint: 0x905A,
        name: "CJK UNIFIED IDEOGRAPH-905A",
    },
    Character {
        age: "1.1",
        codepoint: 0x905B,
        name: "CJK UNIFIED IDEOGRAPH-905B",
    },
    Character {
        age: "1.1",
        codepoint: 0x905C,
        name: "CJK UNIFIED IDEOGRAPH-905C",
    },
    Character {
        age: "1.1",
        codepoint: 0x905D,
        name: "CJK UNIFIED IDEOGRAPH-905D",
    },
    Character {
        age: "1.1",
        codepoint: 0x905E,
        name: "CJK UNIFIED IDEOGRAPH-905E",
    },
    Character {
        age: "1.1",
        codepoint: 0x905F,
        name: "CJK UNIFIED IDEOGRAPH-905F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9060,
        name: "CJK UNIFIED IDEOGRAPH-9060",
    },
    Character {
        age: "1.1",
        codepoint: 0x9061,
        name: "CJK UNIFIED IDEOGRAPH-9061",
    },
    Character {
        age: "1.1",
        codepoint: 0x9062,
        name: "CJK UNIFIED IDEOGRAPH-9062",
    },
    Character {
        age: "1.1",
        codepoint: 0x9063,
        name: "CJK UNIFIED IDEOGRAPH-9063",
    },
    Character {
        age: "1.1",
        codepoint: 0x9064,
        name: "CJK UNIFIED IDEOGRAPH-9064",
    },
    Character {
        age: "1.1",
        codepoint: 0x9065,
        name: "CJK UNIFIED IDEOGRAPH-9065",
    },
    Character {
        age: "1.1",
        codepoint: 0x9066,
        name: "CJK UNIFIED IDEOGRAPH-9066",
    },
    Character {
        age: "1.1",
        codepoint: 0x9067,
        name: "CJK UNIFIED IDEOGRAPH-9067",
    },
    Character {
        age: "1.1",
        codepoint: 0x9068,
        name: "CJK UNIFIED IDEOGRAPH-9068",
    },
    Character {
        age: "1.1",
        codepoint: 0x9069,
        name: "CJK UNIFIED IDEOGRAPH-9069",
    },
    Character {
        age: "1.1",
        codepoint: 0x906A,
        name: "CJK UNIFIED IDEOGRAPH-906A",
    },
    Character {
        age: "1.1",
        codepoint: 0x906B,
        name: "CJK UNIFIED IDEOGRAPH-906B",
    },
    Character {
        age: "1.1",
        codepoint: 0x906C,
        name: "CJK UNIFIED IDEOGRAPH-906C",
    },
    Character {
        age: "1.1",
        codepoint: 0x906D,
        name: "CJK UNIFIED IDEOGRAPH-906D",
    },
    Character {
        age: "1.1",
        codepoint: 0x906E,
        name: "CJK UNIFIED IDEOGRAPH-906E",
    },
    Character {
        age: "1.1",
        codepoint: 0x906F,
        name: "CJK UNIFIED IDEOGRAPH-906F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9070,
        name: "CJK UNIFIED IDEOGRAPH-9070",
    },
    Character {
        age: "1.1",
        codepoint: 0x9071,
        name: "CJK UNIFIED IDEOGRAPH-9071",
    },
    Character {
        age: "1.1",
        codepoint: 0x9072,
        name: "CJK UNIFIED IDEOGRAPH-9072",
    },
    Character {
        age: "1.1",
        codepoint: 0x9073,
        name: "CJK UNIFIED IDEOGRAPH-9073",
    },
    Character {
        age: "1.1",
        codepoint: 0x9074,
        name: "CJK UNIFIED IDEOGRAPH-9074",
    },
    Character {
        age: "1.1",
        codepoint: 0x9075,
        name: "CJK UNIFIED IDEOGRAPH-9075",
    },
    Character {
        age: "1.1",
        codepoint: 0x9076,
        name: "CJK UNIFIED IDEOGRAPH-9076",
    },
    Character {
        age: "1.1",
        codepoint: 0x9077,
        name: "CJK UNIFIED IDEOGRAPH-9077",
    },
    Character {
        age: "1.1",
        codepoint: 0x9078,
        name: "CJK UNIFIED IDEOGRAPH-9078",
    },
    Character {
        age: "1.1",
        codepoint: 0x9079,
        name: "CJK UNIFIED IDEOGRAPH-9079",
    },
    Character {
        age: "1.1",
        codepoint: 0x907A,
        name: "CJK UNIFIED IDEOGRAPH-907A",
    },
    Character {
        age: "1.1",
        codepoint: 0x907B,
        name: "CJK UNIFIED IDEOGRAPH-907B",
    },
    Character {
        age: "1.1",
        codepoint: 0x907C,
        name: "CJK UNIFIED IDEOGRAPH-907C",
    },
    Character {
        age: "1.1",
        codepoint: 0x907D,
        name: "CJK UNIFIED IDEOGRAPH-907D",
    },
    Character {
        age: "1.1",
        codepoint: 0x907E,
        name: "CJK UNIFIED IDEOGRAPH-907E",
    },
    Character {
        age: "1.1",
        codepoint: 0x907F,
        name: "CJK UNIFIED IDEOGRAPH-907F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9080,
        name: "CJK UNIFIED IDEOGRAPH-9080",
    },
    Character {
        age: "1.1",
        codepoint: 0x9081,
        name: "CJK UNIFIED IDEOGRAPH-9081",
    },
    Character {
        age: "1.1",
        codepoint: 0x9082,
        name: "CJK UNIFIED IDEOGRAPH-9082",
    },
    Character {
        age: "1.1",
        codepoint: 0x9083,
        name: "CJK UNIFIED IDEOGRAPH-9083",
    },
    Character {
        age: "1.1",
        codepoint: 0x9084,
        name: "CJK UNIFIED IDEOGRAPH-9084",
    },
    Character {
        age: "1.1",
        codepoint: 0x9085,
        name: "CJK UNIFIED IDEOGRAPH-9085",
    },
    Character {
        age: "1.1",
        codepoint: 0x9086,
        name: "CJK UNIFIED IDEOGRAPH-9086",
    },
    Character {
        age: "1.1",
        codepoint: 0x9087,
        name: "CJK UNIFIED IDEOGRAPH-9087",
    },
    Character {
        age: "1.1",
        codepoint: 0x9088,
        name: "CJK UNIFIED IDEOGRAPH-9088",
    },
    Character {
        age: "1.1",
        codepoint: 0x9089,
        name: "CJK UNIFIED IDEOGRAPH-9089",
    },
    Character {
        age: "1.1",
        codepoint: 0x908A,
        name: "CJK UNIFIED IDEOGRAPH-908A",
    },
    Character {
        age: "1.1",
        codepoint: 0x908B,
        name: "CJK UNIFIED IDEOGRAPH-908B",
    },
    Character {
        age: "1.1",
        codepoint: 0x908C,
        name: "CJK UNIFIED IDEOGRAPH-908C",
    },
    Character {
        age: "1.1",
        codepoint: 0x908D,
        name: "CJK UNIFIED IDEOGRAPH-908D",
    },
    Character {
        age: "1.1",
        codepoint: 0x908E,
        name: "CJK UNIFIED IDEOGRAPH-908E",
    },
    Character {
        age: "1.1",
        codepoint: 0x908F,
        name: "CJK UNIFIED IDEOGRAPH-908F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9090,
        name: "CJK UNIFIED IDEOGRAPH-9090",
    },
    Character {
        age: "1.1",
        codepoint: 0x9091,
        name: "CJK UNIFIED IDEOGRAPH-9091",
    },
    Character {
        age: "1.1",
        codepoint: 0x9092,
        name: "CJK UNIFIED IDEOGRAPH-9092",
    },
    Character {
        age: "1.1",
        codepoint: 0x9093,
        name: "CJK UNIFIED IDEOGRAPH-9093",
    },
    Character {
        age: "1.1",
        codepoint: 0x9094,
        name: "CJK UNIFIED IDEOGRAPH-9094",
    },
    Character {
        age: "1.1",
        codepoint: 0x9095,
        name: "CJK UNIFIED IDEOGRAPH-9095",
    },
    Character {
        age: "1.1",
        codepoint: 0x9096,
        name: "CJK UNIFIED IDEOGRAPH-9096",
    },
    Character {
        age: "1.1",
        codepoint: 0x9097,
        name: "CJK UNIFIED IDEOGRAPH-9097",
    },
    Character {
        age: "1.1",
        codepoint: 0x9098,
        name: "CJK UNIFIED IDEOGRAPH-9098",
    },
    Character {
        age: "1.1",
        codepoint: 0x9099,
        name: "CJK UNIFIED IDEOGRAPH-9099",
    },
    Character {
        age: "1.1",
        codepoint: 0x909A,
        name: "CJK UNIFIED IDEOGRAPH-909A",
    },
    Character {
        age: "1.1",
        codepoint: 0x909B,
        name: "CJK UNIFIED IDEOGRAPH-909B",
    },
    Character {
        age: "1.1",
        codepoint: 0x909C,
        name: "CJK UNIFIED IDEOGRAPH-909C",
    },
    Character {
        age: "1.1",
        codepoint: 0x909D,
        name: "CJK UNIFIED IDEOGRAPH-909D",
    },
    Character {
        age: "1.1",
        codepoint: 0x909E,
        name: "CJK UNIFIED IDEOGRAPH-909E",
    },
    Character {
        age: "1.1",
        codepoint: 0x909F,
        name: "CJK UNIFIED IDEOGRAPH-909F",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A0,
        name: "CJK UNIFIED IDEOGRAPH-90A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A1,
        name: "CJK UNIFIED IDEOGRAPH-90A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A2,
        name: "CJK UNIFIED IDEOGRAPH-90A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A3,
        name: "CJK UNIFIED IDEOGRAPH-90A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A4,
        name: "CJK UNIFIED IDEOGRAPH-90A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A5,
        name: "CJK UNIFIED IDEOGRAPH-90A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A6,
        name: "CJK UNIFIED IDEOGRAPH-90A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A7,
        name: "CJK UNIFIED IDEOGRAPH-90A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A8,
        name: "CJK UNIFIED IDEOGRAPH-90A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x90A9,
        name: "CJK UNIFIED IDEOGRAPH-90A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x90AA,
        name: "CJK UNIFIED IDEOGRAPH-90AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x90AB,
        name: "CJK UNIFIED IDEOGRAPH-90AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x90AC,
        name: "CJK UNIFIED IDEOGRAPH-90AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x90AD,
        name: "CJK UNIFIED IDEOGRAPH-90AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x90AE,
        name: "CJK UNIFIED IDEOGRAPH-90AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x90AF,
        name: "CJK UNIFIED IDEOGRAPH-90AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B0,
        name: "CJK UNIFIED IDEOGRAPH-90B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B1,
        name: "CJK UNIFIED IDEOGRAPH-90B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B2,
        name: "CJK UNIFIED IDEOGRAPH-90B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B3,
        name: "CJK UNIFIED IDEOGRAPH-90B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B4,
        name: "CJK UNIFIED IDEOGRAPH-90B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B5,
        name: "CJK UNIFIED IDEOGRAPH-90B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B6,
        name: "CJK UNIFIED IDEOGRAPH-90B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B7,
        name: "CJK UNIFIED IDEOGRAPH-90B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B8,
        name: "CJK UNIFIED IDEOGRAPH-90B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x90B9,
        name: "CJK UNIFIED IDEOGRAPH-90B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x90BA,
        name: "CJK UNIFIED IDEOGRAPH-90BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x90BB,
        name: "CJK UNIFIED IDEOGRAPH-90BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x90BC,
        name: "CJK UNIFIED IDEOGRAPH-90BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x90BD,
        name: "CJK UNIFIED IDEOGRAPH-90BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x90BE,
        name: "CJK UNIFIED IDEOGRAPH-90BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x90BF,
        name: "CJK UNIFIED IDEOGRAPH-90BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C0,
        name: "CJK UNIFIED IDEOGRAPH-90C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C1,
        name: "CJK UNIFIED IDEOGRAPH-90C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C2,
        name: "CJK UNIFIED IDEOGRAPH-90C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C3,
        name: "CJK UNIFIED IDEOGRAPH-90C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C4,
        name: "CJK UNIFIED IDEOGRAPH-90C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C5,
        name: "CJK UNIFIED IDEOGRAPH-90C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C6,
        name: "CJK UNIFIED IDEOGRAPH-90C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C7,
        name: "CJK UNIFIED IDEOGRAPH-90C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C8,
        name: "CJK UNIFIED IDEOGRAPH-90C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x90C9,
        name: "CJK UNIFIED IDEOGRAPH-90C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x90CA,
        name: "CJK UNIFIED IDEOGRAPH-90CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x90CB,
        name: "CJK UNIFIED IDEOGRAPH-90CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x90CC,
        name: "CJK UNIFIED IDEOGRAPH-90CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x90CD,
        name: "CJK UNIFIED IDEOGRAPH-90CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x90CE,
        name: "CJK UNIFIED IDEOGRAPH-90CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x90CF,
        name: "CJK UNIFIED IDEOGRAPH-90CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D0,
        name: "CJK UNIFIED IDEOGRAPH-90D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D1,
        name: "CJK UNIFIED IDEOGRAPH-90D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D2,
        name: "CJK UNIFIED IDEOGRAPH-90D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D3,
        name: "CJK UNIFIED IDEOGRAPH-90D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D4,
        name: "CJK UNIFIED IDEOGRAPH-90D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D5,
        name: "CJK UNIFIED IDEOGRAPH-90D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D6,
        name: "CJK UNIFIED IDEOGRAPH-90D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D7,
        name: "CJK UNIFIED IDEOGRAPH-90D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D8,
        name: "CJK UNIFIED IDEOGRAPH-90D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x90D9,
        name: "CJK UNIFIED IDEOGRAPH-90D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x90DA,
        name: "CJK UNIFIED IDEOGRAPH-90DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x90DB,
        name: "CJK UNIFIED IDEOGRAPH-90DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x90DC,
        name: "CJK UNIFIED IDEOGRAPH-90DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x90DD,
        name: "CJK UNIFIED IDEOGRAPH-90DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x90DE,
        name: "CJK UNIFIED IDEOGRAPH-90DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x90DF,
        name: "CJK UNIFIED IDEOGRAPH-90DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E0,
        name: "CJK UNIFIED IDEOGRAPH-90E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E1,
        name: "CJK UNIFIED IDEOGRAPH-90E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E2,
        name: "CJK UNIFIED IDEOGRAPH-90E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E3,
        name: "CJK UNIFIED IDEOGRAPH-90E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E4,
        name: "CJK UNIFIED IDEOGRAPH-90E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E5,
        name: "CJK UNIFIED IDEOGRAPH-90E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E6,
        name: "CJK UNIFIED IDEOGRAPH-90E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E7,
        name: "CJK UNIFIED IDEOGRAPH-90E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E8,
        name: "CJK UNIFIED IDEOGRAPH-90E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x90E9,
        name: "CJK UNIFIED IDEOGRAPH-90E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x90EA,
        name: "CJK UNIFIED IDEOGRAPH-90EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x90EB,
        name: "CJK UNIFIED IDEOGRAPH-90EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x90EC,
        name: "CJK UNIFIED IDEOGRAPH-90EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x90ED,
        name: "CJK UNIFIED IDEOGRAPH-90ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x90EE,
        name: "CJK UNIFIED IDEOGRAPH-90EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x90EF,
        name: "CJK UNIFIED IDEOGRAPH-90EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F0,
        name: "CJK UNIFIED IDEOGRAPH-90F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F1,
        name: "CJK UNIFIED IDEOGRAPH-90F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F2,
        name: "CJK UNIFIED IDEOGRAPH-90F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F3,
        name: "CJK UNIFIED IDEOGRAPH-90F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F4,
        name: "CJK UNIFIED IDEOGRAPH-90F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F5,
        name: "CJK UNIFIED IDEOGRAPH-90F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F6,
        name: "CJK UNIFIED IDEOGRAPH-90F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F7,
        name: "CJK UNIFIED IDEOGRAPH-90F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F8,
        name: "CJK UNIFIED IDEOGRAPH-90F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x90F9,
        name: "CJK UNIFIED IDEOGRAPH-90F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x90FA,
        name: "CJK UNIFIED IDEOGRAPH-90FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x90FB,
        name: "CJK UNIFIED IDEOGRAPH-90FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x90FC,
        name: "CJK UNIFIED IDEOGRAPH-90FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x90FD,
        name: "CJK UNIFIED IDEOGRAPH-90FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x90FE,
        name: "CJK UNIFIED IDEOGRAPH-90FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x90FF,
        name: "CJK UNIFIED IDEOGRAPH-90FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9100,
        name: "CJK UNIFIED IDEOGRAPH-9100",
    },
    Character {
        age: "1.1",
        codepoint: 0x9101,
        name: "CJK UNIFIED IDEOGRAPH-9101",
    },
    Character {
        age: "1.1",
        codepoint: 0x9102,
        name: "CJK UNIFIED IDEOGRAPH-9102",
    },
    Character {
        age: "1.1",
        codepoint: 0x9103,
        name: "CJK UNIFIED IDEOGRAPH-9103",
    },
    Character {
        age: "1.1",
        codepoint: 0x9104,
        name: "CJK UNIFIED IDEOGRAPH-9104",
    },
    Character {
        age: "1.1",
        codepoint: 0x9105,
        name: "CJK UNIFIED IDEOGRAPH-9105",
    },
    Character {
        age: "1.1",
        codepoint: 0x9106,
        name: "CJK UNIFIED IDEOGRAPH-9106",
    },
    Character {
        age: "1.1",
        codepoint: 0x9107,
        name: "CJK UNIFIED IDEOGRAPH-9107",
    },
    Character {
        age: "1.1",
        codepoint: 0x9108,
        name: "CJK UNIFIED IDEOGRAPH-9108",
    },
    Character {
        age: "1.1",
        codepoint: 0x9109,
        name: "CJK UNIFIED IDEOGRAPH-9109",
    },
    Character {
        age: "1.1",
        codepoint: 0x910A,
        name: "CJK UNIFIED IDEOGRAPH-910A",
    },
    Character {
        age: "1.1",
        codepoint: 0x910B,
        name: "CJK UNIFIED IDEOGRAPH-910B",
    },
    Character {
        age: "1.1",
        codepoint: 0x910C,
        name: "CJK UNIFIED IDEOGRAPH-910C",
    },
    Character {
        age: "1.1",
        codepoint: 0x910D,
        name: "CJK UNIFIED IDEOGRAPH-910D",
    },
    Character {
        age: "1.1",
        codepoint: 0x910E,
        name: "CJK UNIFIED IDEOGRAPH-910E",
    },
    Character {
        age: "1.1",
        codepoint: 0x910F,
        name: "CJK UNIFIED IDEOGRAPH-910F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9110,
        name: "CJK UNIFIED IDEOGRAPH-9110",
    },
    Character {
        age: "1.1",
        codepoint: 0x9111,
        name: "CJK UNIFIED IDEOGRAPH-9111",
    },
    Character {
        age: "1.1",
        codepoint: 0x9112,
        name: "CJK UNIFIED IDEOGRAPH-9112",
    },
    Character {
        age: "1.1",
        codepoint: 0x9113,
        name: "CJK UNIFIED IDEOGRAPH-9113",
    },
    Character {
        age: "1.1",
        codepoint: 0x9114,
        name: "CJK UNIFIED IDEOGRAPH-9114",
    },
    Character {
        age: "1.1",
        codepoint: 0x9115,
        name: "CJK UNIFIED IDEOGRAPH-9115",
    },
    Character {
        age: "1.1",
        codepoint: 0x9116,
        name: "CJK UNIFIED IDEOGRAPH-9116",
    },
    Character {
        age: "1.1",
        codepoint: 0x9117,
        name: "CJK UNIFIED IDEOGRAPH-9117",
    },
    Character {
        age: "1.1",
        codepoint: 0x9118,
        name: "CJK UNIFIED IDEOGRAPH-9118",
    },
    Character {
        age: "1.1",
        codepoint: 0x9119,
        name: "CJK UNIFIED IDEOGRAPH-9119",
    },
    Character {
        age: "1.1",
        codepoint: 0x911A,
        name: "CJK UNIFIED IDEOGRAPH-911A",
    },
    Character {
        age: "1.1",
        codepoint: 0x911B,
        name: "CJK UNIFIED IDEOGRAPH-911B",
    },
    Character {
        age: "1.1",
        codepoint: 0x911C,
        name: "CJK UNIFIED IDEOGRAPH-911C",
    },
    Character {
        age: "1.1",
        codepoint: 0x911D,
        name: "CJK UNIFIED IDEOGRAPH-911D",
    },
    Character {
        age: "1.1",
        codepoint: 0x911E,
        name: "CJK UNIFIED IDEOGRAPH-911E",
    },
    Character {
        age: "1.1",
        codepoint: 0x911F,
        name: "CJK UNIFIED IDEOGRAPH-911F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9120,
        name: "CJK UNIFIED IDEOGRAPH-9120",
    },
    Character {
        age: "1.1",
        codepoint: 0x9121,
        name: "CJK UNIFIED IDEOGRAPH-9121",
    },
    Character {
        age: "1.1",
        codepoint: 0x9122,
        name: "CJK UNIFIED IDEOGRAPH-9122",
    },
    Character {
        age: "1.1",
        codepoint: 0x9123,
        name: "CJK UNIFIED IDEOGRAPH-9123",
    },
    Character {
        age: "1.1",
        codepoint: 0x9124,
        name: "CJK UNIFIED IDEOGRAPH-9124",
    },
    Character {
        age: "1.1",
        codepoint: 0x9125,
        name: "CJK UNIFIED IDEOGRAPH-9125",
    },
    Character {
        age: "1.1",
        codepoint: 0x9126,
        name: "CJK UNIFIED IDEOGRAPH-9126",
    },
    Character {
        age: "1.1",
        codepoint: 0x9127,
        name: "CJK UNIFIED IDEOGRAPH-9127",
    },
    Character {
        age: "1.1",
        codepoint: 0x9128,
        name: "CJK UNIFIED IDEOGRAPH-9128",
    },
    Character {
        age: "1.1",
        codepoint: 0x9129,
        name: "CJK UNIFIED IDEOGRAPH-9129",
    },
    Character {
        age: "1.1",
        codepoint: 0x912A,
        name: "CJK UNIFIED IDEOGRAPH-912A",
    },
    Character {
        age: "1.1",
        codepoint: 0x912B,
        name: "CJK UNIFIED IDEOGRAPH-912B",
    },
    Character {
        age: "1.1",
        codepoint: 0x912C,
        name: "CJK UNIFIED IDEOGRAPH-912C",
    },
    Character {
        age: "1.1",
        codepoint: 0x912D,
        name: "CJK UNIFIED IDEOGRAPH-912D",
    },
    Character {
        age: "1.1",
        codepoint: 0x912E,
        name: "CJK UNIFIED IDEOGRAPH-912E",
    },
    Character {
        age: "1.1",
        codepoint: 0x912F,
        name: "CJK UNIFIED IDEOGRAPH-912F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9130,
        name: "CJK UNIFIED IDEOGRAPH-9130",
    },
    Character {
        age: "1.1",
        codepoint: 0x9131,
        name: "CJK UNIFIED IDEOGRAPH-9131",
    },
    Character {
        age: "1.1",
        codepoint: 0x9132,
        name: "CJK UNIFIED IDEOGRAPH-9132",
    },
    Character {
        age: "1.1",
        codepoint: 0x9133,
        name: "CJK UNIFIED IDEOGRAPH-9133",
    },
    Character {
        age: "1.1",
        codepoint: 0x9134,
        name: "CJK UNIFIED IDEOGRAPH-9134",
    },
    Character {
        age: "1.1",
        codepoint: 0x9135,
        name: "CJK UNIFIED IDEOGRAPH-9135",
    },
    Character {
        age: "1.1",
        codepoint: 0x9136,
        name: "CJK UNIFIED IDEOGRAPH-9136",
    },
    Character {
        age: "1.1",
        codepoint: 0x9137,
        name: "CJK UNIFIED IDEOGRAPH-9137",
    },
    Character {
        age: "1.1",
        codepoint: 0x9138,
        name: "CJK UNIFIED IDEOGRAPH-9138",
    },
    Character {
        age: "1.1",
        codepoint: 0x9139,
        name: "CJK UNIFIED IDEOGRAPH-9139",
    },
    Character {
        age: "1.1",
        codepoint: 0x913A,
        name: "CJK UNIFIED IDEOGRAPH-913A",
    },
    Character {
        age: "1.1",
        codepoint: 0x913B,
        name: "CJK UNIFIED IDEOGRAPH-913B",
    },
    Character {
        age: "1.1",
        codepoint: 0x913C,
        name: "CJK UNIFIED IDEOGRAPH-913C",
    },
    Character {
        age: "1.1",
        codepoint: 0x913D,
        name: "CJK UNIFIED IDEOGRAPH-913D",
    },
    Character {
        age: "1.1",
        codepoint: 0x913E,
        name: "CJK UNIFIED IDEOGRAPH-913E",
    },
    Character {
        age: "1.1",
        codepoint: 0x913F,
        name: "CJK UNIFIED IDEOGRAPH-913F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9140,
        name: "CJK UNIFIED IDEOGRAPH-9140",
    },
    Character {
        age: "1.1",
        codepoint: 0x9141,
        name: "CJK UNIFIED IDEOGRAPH-9141",
    },
    Character {
        age: "1.1",
        codepoint: 0x9142,
        name: "CJK UNIFIED IDEOGRAPH-9142",
    },
    Character {
        age: "1.1",
        codepoint: 0x9143,
        name: "CJK UNIFIED IDEOGRAPH-9143",
    },
    Character {
        age: "1.1",
        codepoint: 0x9144,
        name: "CJK UNIFIED IDEOGRAPH-9144",
    },
    Character {
        age: "1.1",
        codepoint: 0x9145,
        name: "CJK UNIFIED IDEOGRAPH-9145",
    },
    Character {
        age: "1.1",
        codepoint: 0x9146,
        name: "CJK UNIFIED IDEOGRAPH-9146",
    },
    Character {
        age: "1.1",
        codepoint: 0x9147,
        name: "CJK UNIFIED IDEOGRAPH-9147",
    },
    Character {
        age: "1.1",
        codepoint: 0x9148,
        name: "CJK UNIFIED IDEOGRAPH-9148",
    },
    Character {
        age: "1.1",
        codepoint: 0x9149,
        name: "CJK UNIFIED IDEOGRAPH-9149",
    },
    Character {
        age: "1.1",
        codepoint: 0x914A,
        name: "CJK UNIFIED IDEOGRAPH-914A",
    },
    Character {
        age: "1.1",
        codepoint: 0x914B,
        name: "CJK UNIFIED IDEOGRAPH-914B",
    },
    Character {
        age: "1.1",
        codepoint: 0x914C,
        name: "CJK UNIFIED IDEOGRAPH-914C",
    },
    Character {
        age: "1.1",
        codepoint: 0x914D,
        name: "CJK UNIFIED IDEOGRAPH-914D",
    },
    Character {
        age: "1.1",
        codepoint: 0x914E,
        name: "CJK UNIFIED IDEOGRAPH-914E",
    },
    Character {
        age: "1.1",
        codepoint: 0x914F,
        name: "CJK UNIFIED IDEOGRAPH-914F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9150,
        name: "CJK UNIFIED IDEOGRAPH-9150",
    },
    Character {
        age: "1.1",
        codepoint: 0x9151,
        name: "CJK UNIFIED IDEOGRAPH-9151",
    },
    Character {
        age: "1.1",
        codepoint: 0x9152,
        name: "CJK UNIFIED IDEOGRAPH-9152",
    },
    Character {
        age: "1.1",
        codepoint: 0x9153,
        name: "CJK UNIFIED IDEOGRAPH-9153",
    },
    Character {
        age: "1.1",
        codepoint: 0x9154,
        name: "CJK UNIFIED IDEOGRAPH-9154",
    },
    Character {
        age: "1.1",
        codepoint: 0x9155,
        name: "CJK UNIFIED IDEOGRAPH-9155",
    },
    Character {
        age: "1.1",
        codepoint: 0x9156,
        name: "CJK UNIFIED IDEOGRAPH-9156",
    },
    Character {
        age: "1.1",
        codepoint: 0x9157,
        name: "CJK UNIFIED IDEOGRAPH-9157",
    },
    Character {
        age: "1.1",
        codepoint: 0x9158,
        name: "CJK UNIFIED IDEOGRAPH-9158",
    },
    Character {
        age: "1.1",
        codepoint: 0x9159,
        name: "CJK UNIFIED IDEOGRAPH-9159",
    },
    Character {
        age: "1.1",
        codepoint: 0x915A,
        name: "CJK UNIFIED IDEOGRAPH-915A",
    },
    Character {
        age: "1.1",
        codepoint: 0x915B,
        name: "CJK UNIFIED IDEOGRAPH-915B",
    },
    Character {
        age: "1.1",
        codepoint: 0x915C,
        name: "CJK UNIFIED IDEOGRAPH-915C",
    },
    Character {
        age: "1.1",
        codepoint: 0x915D,
        name: "CJK UNIFIED IDEOGRAPH-915D",
    },
    Character {
        age: "1.1",
        codepoint: 0x915E,
        name: "CJK UNIFIED IDEOGRAPH-915E",
    },
    Character {
        age: "1.1",
        codepoint: 0x915F,
        name: "CJK UNIFIED IDEOGRAPH-915F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9160,
        name: "CJK UNIFIED IDEOGRAPH-9160",
    },
    Character {
        age: "1.1",
        codepoint: 0x9161,
        name: "CJK UNIFIED IDEOGRAPH-9161",
    },
    Character {
        age: "1.1",
        codepoint: 0x9162,
        name: "CJK UNIFIED IDEOGRAPH-9162",
    },
    Character {
        age: "1.1",
        codepoint: 0x9163,
        name: "CJK UNIFIED IDEOGRAPH-9163",
    },
    Character {
        age: "1.1",
        codepoint: 0x9164,
        name: "CJK UNIFIED IDEOGRAPH-9164",
    },
    Character {
        age: "1.1",
        codepoint: 0x9165,
        name: "CJK UNIFIED IDEOGRAPH-9165",
    },
    Character {
        age: "1.1",
        codepoint: 0x9166,
        name: "CJK UNIFIED IDEOGRAPH-9166",
    },
    Character {
        age: "1.1",
        codepoint: 0x9167,
        name: "CJK UNIFIED IDEOGRAPH-9167",
    },
    Character {
        age: "1.1",
        codepoint: 0x9168,
        name: "CJK UNIFIED IDEOGRAPH-9168",
    },
    Character {
        age: "1.1",
        codepoint: 0x9169,
        name: "CJK UNIFIED IDEOGRAPH-9169",
    },
    Character {
        age: "1.1",
        codepoint: 0x916A,
        name: "CJK UNIFIED IDEOGRAPH-916A",
    },
    Character {
        age: "1.1",
        codepoint: 0x916B,
        name: "CJK UNIFIED IDEOGRAPH-916B",
    },
    Character {
        age: "1.1",
        codepoint: 0x916C,
        name: "CJK UNIFIED IDEOGRAPH-916C",
    },
    Character {
        age: "1.1",
        codepoint: 0x916D,
        name: "CJK UNIFIED IDEOGRAPH-916D",
    },
    Character {
        age: "1.1",
        codepoint: 0x916E,
        name: "CJK UNIFIED IDEOGRAPH-916E",
    },
    Character {
        age: "1.1",
        codepoint: 0x916F,
        name: "CJK UNIFIED IDEOGRAPH-916F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9170,
        name: "CJK UNIFIED IDEOGRAPH-9170",
    },
    Character {
        age: "1.1",
        codepoint: 0x9171,
        name: "CJK UNIFIED IDEOGRAPH-9171",
    },
    Character {
        age: "1.1",
        codepoint: 0x9172,
        name: "CJK UNIFIED IDEOGRAPH-9172",
    },
    Character {
        age: "1.1",
        codepoint: 0x9173,
        name: "CJK UNIFIED IDEOGRAPH-9173",
    },
    Character {
        age: "1.1",
        codepoint: 0x9174,
        name: "CJK UNIFIED IDEOGRAPH-9174",
    },
    Character {
        age: "1.1",
        codepoint: 0x9175,
        name: "CJK UNIFIED IDEOGRAPH-9175",
    },
    Character {
        age: "1.1",
        codepoint: 0x9176,
        name: "CJK UNIFIED IDEOGRAPH-9176",
    },
    Character {
        age: "1.1",
        codepoint: 0x9177,
        name: "CJK UNIFIED IDEOGRAPH-9177",
    },
    Character {
        age: "1.1",
        codepoint: 0x9178,
        name: "CJK UNIFIED IDEOGRAPH-9178",
    },
    Character {
        age: "1.1",
        codepoint: 0x9179,
        name: "CJK UNIFIED IDEOGRAPH-9179",
    },
    Character {
        age: "1.1",
        codepoint: 0x917A,
        name: "CJK UNIFIED IDEOGRAPH-917A",
    },
    Character {
        age: "1.1",
        codepoint: 0x917B,
        name: "CJK UNIFIED IDEOGRAPH-917B",
    },
    Character {
        age: "1.1",
        codepoint: 0x917C,
        name: "CJK UNIFIED IDEOGRAPH-917C",
    },
    Character {
        age: "1.1",
        codepoint: 0x917D,
        name: "CJK UNIFIED IDEOGRAPH-917D",
    },
    Character {
        age: "1.1",
        codepoint: 0x917E,
        name: "CJK UNIFIED IDEOGRAPH-917E",
    },
    Character {
        age: "1.1",
        codepoint: 0x917F,
        name: "CJK UNIFIED IDEOGRAPH-917F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9180,
        name: "CJK UNIFIED IDEOGRAPH-9180",
    },
    Character {
        age: "1.1",
        codepoint: 0x9181,
        name: "CJK UNIFIED IDEOGRAPH-9181",
    },
    Character {
        age: "1.1",
        codepoint: 0x9182,
        name: "CJK UNIFIED IDEOGRAPH-9182",
    },
    Character {
        age: "1.1",
        codepoint: 0x9183,
        name: "CJK UNIFIED IDEOGRAPH-9183",
    },
    Character {
        age: "1.1",
        codepoint: 0x9184,
        name: "CJK UNIFIED IDEOGRAPH-9184",
    },
    Character {
        age: "1.1",
        codepoint: 0x9185,
        name: "CJK UNIFIED IDEOGRAPH-9185",
    },
    Character {
        age: "1.1",
        codepoint: 0x9186,
        name: "CJK UNIFIED IDEOGRAPH-9186",
    },
    Character {
        age: "1.1",
        codepoint: 0x9187,
        name: "CJK UNIFIED IDEOGRAPH-9187",
    },
    Character {
        age: "1.1",
        codepoint: 0x9188,
        name: "CJK UNIFIED IDEOGRAPH-9188",
    },
    Character {
        age: "1.1",
        codepoint: 0x9189,
        name: "CJK UNIFIED IDEOGRAPH-9189",
    },
    Character {
        age: "1.1",
        codepoint: 0x918A,
        name: "CJK UNIFIED IDEOGRAPH-918A",
    },
    Character {
        age: "1.1",
        codepoint: 0x918B,
        name: "CJK UNIFIED IDEOGRAPH-918B",
    },
    Character {
        age: "1.1",
        codepoint: 0x918C,
        name: "CJK UNIFIED IDEOGRAPH-918C",
    },
    Character {
        age: "1.1",
        codepoint: 0x918D,
        name: "CJK UNIFIED IDEOGRAPH-918D",
    },
    Character {
        age: "1.1",
        codepoint: 0x918E,
        name: "CJK UNIFIED IDEOGRAPH-918E",
    },
    Character {
        age: "1.1",
        codepoint: 0x918F,
        name: "CJK UNIFIED IDEOGRAPH-918F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9190,
        name: "CJK UNIFIED IDEOGRAPH-9190",
    },
    Character {
        age: "1.1",
        codepoint: 0x9191,
        name: "CJK UNIFIED IDEOGRAPH-9191",
    },
    Character {
        age: "1.1",
        codepoint: 0x9192,
        name: "CJK UNIFIED IDEOGRAPH-9192",
    },
    Character {
        age: "1.1",
        codepoint: 0x9193,
        name: "CJK UNIFIED IDEOGRAPH-9193",
    },
    Character {
        age: "1.1",
        codepoint: 0x9194,
        name: "CJK UNIFIED IDEOGRAPH-9194",
    },
    Character {
        age: "1.1",
        codepoint: 0x9195,
        name: "CJK UNIFIED IDEOGRAPH-9195",
    },
    Character {
        age: "1.1",
        codepoint: 0x9196,
        name: "CJK UNIFIED IDEOGRAPH-9196",
    },
    Character {
        age: "1.1",
        codepoint: 0x9197,
        name: "CJK UNIFIED IDEOGRAPH-9197",
    },
    Character {
        age: "1.1",
        codepoint: 0x9198,
        name: "CJK UNIFIED IDEOGRAPH-9198",
    },
    Character {
        age: "1.1",
        codepoint: 0x9199,
        name: "CJK UNIFIED IDEOGRAPH-9199",
    },
    Character {
        age: "1.1",
        codepoint: 0x919A,
        name: "CJK UNIFIED IDEOGRAPH-919A",
    },
    Character {
        age: "1.1",
        codepoint: 0x919B,
        name: "CJK UNIFIED IDEOGRAPH-919B",
    },
    Character {
        age: "1.1",
        codepoint: 0x919C,
        name: "CJK UNIFIED IDEOGRAPH-919C",
    },
    Character {
        age: "1.1",
        codepoint: 0x919D,
        name: "CJK UNIFIED IDEOGRAPH-919D",
    },
    Character {
        age: "1.1",
        codepoint: 0x919E,
        name: "CJK UNIFIED IDEOGRAPH-919E",
    },
    Character {
        age: "1.1",
        codepoint: 0x919F,
        name: "CJK UNIFIED IDEOGRAPH-919F",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A0,
        name: "CJK UNIFIED IDEOGRAPH-91A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A1,
        name: "CJK UNIFIED IDEOGRAPH-91A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A2,
        name: "CJK UNIFIED IDEOGRAPH-91A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A3,
        name: "CJK UNIFIED IDEOGRAPH-91A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A4,
        name: "CJK UNIFIED IDEOGRAPH-91A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A5,
        name: "CJK UNIFIED IDEOGRAPH-91A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A6,
        name: "CJK UNIFIED IDEOGRAPH-91A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A7,
        name: "CJK UNIFIED IDEOGRAPH-91A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A8,
        name: "CJK UNIFIED IDEOGRAPH-91A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x91A9,
        name: "CJK UNIFIED IDEOGRAPH-91A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x91AA,
        name: "CJK UNIFIED IDEOGRAPH-91AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x91AB,
        name: "CJK UNIFIED IDEOGRAPH-91AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x91AC,
        name: "CJK UNIFIED IDEOGRAPH-91AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x91AD,
        name: "CJK UNIFIED IDEOGRAPH-91AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x91AE,
        name: "CJK UNIFIED IDEOGRAPH-91AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x91AF,
        name: "CJK UNIFIED IDEOGRAPH-91AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B0,
        name: "CJK UNIFIED IDEOGRAPH-91B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B1,
        name: "CJK UNIFIED IDEOGRAPH-91B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B2,
        name: "CJK UNIFIED IDEOGRAPH-91B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B3,
        name: "CJK UNIFIED IDEOGRAPH-91B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B4,
        name: "CJK UNIFIED IDEOGRAPH-91B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B5,
        name: "CJK UNIFIED IDEOGRAPH-91B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B6,
        name: "CJK UNIFIED IDEOGRAPH-91B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B7,
        name: "CJK UNIFIED IDEOGRAPH-91B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B8,
        name: "CJK UNIFIED IDEOGRAPH-91B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x91B9,
        name: "CJK UNIFIED IDEOGRAPH-91B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x91BA,
        name: "CJK UNIFIED IDEOGRAPH-91BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x91BB,
        name: "CJK UNIFIED IDEOGRAPH-91BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x91BC,
        name: "CJK UNIFIED IDEOGRAPH-91BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x91BD,
        name: "CJK UNIFIED IDEOGRAPH-91BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x91BE,
        name: "CJK UNIFIED IDEOGRAPH-91BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x91BF,
        name: "CJK UNIFIED IDEOGRAPH-91BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C0,
        name: "CJK UNIFIED IDEOGRAPH-91C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C1,
        name: "CJK UNIFIED IDEOGRAPH-91C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C2,
        name: "CJK UNIFIED IDEOGRAPH-91C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C3,
        name: "CJK UNIFIED IDEOGRAPH-91C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C4,
        name: "CJK UNIFIED IDEOGRAPH-91C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C5,
        name: "CJK UNIFIED IDEOGRAPH-91C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C6,
        name: "CJK UNIFIED IDEOGRAPH-91C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C7,
        name: "CJK UNIFIED IDEOGRAPH-91C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C8,
        name: "CJK UNIFIED IDEOGRAPH-91C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x91C9,
        name: "CJK UNIFIED IDEOGRAPH-91C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x91CA,
        name: "CJK UNIFIED IDEOGRAPH-91CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x91CB,
        name: "CJK UNIFIED IDEOGRAPH-91CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x91CC,
        name: "CJK UNIFIED IDEOGRAPH-91CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x91CD,
        name: "CJK UNIFIED IDEOGRAPH-91CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x91CE,
        name: "CJK UNIFIED IDEOGRAPH-91CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x91CF,
        name: "CJK UNIFIED IDEOGRAPH-91CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D0,
        name: "CJK UNIFIED IDEOGRAPH-91D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D1,
        name: "CJK UNIFIED IDEOGRAPH-91D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D2,
        name: "CJK UNIFIED IDEOGRAPH-91D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D3,
        name: "CJK UNIFIED IDEOGRAPH-91D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D4,
        name: "CJK UNIFIED IDEOGRAPH-91D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D5,
        name: "CJK UNIFIED IDEOGRAPH-91D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D6,
        name: "CJK UNIFIED IDEOGRAPH-91D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D7,
        name: "CJK UNIFIED IDEOGRAPH-91D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D8,
        name: "CJK UNIFIED IDEOGRAPH-91D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x91D9,
        name: "CJK UNIFIED IDEOGRAPH-91D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x91DA,
        name: "CJK UNIFIED IDEOGRAPH-91DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x91DB,
        name: "CJK UNIFIED IDEOGRAPH-91DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x91DC,
        name: "CJK UNIFIED IDEOGRAPH-91DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x91DD,
        name: "CJK UNIFIED IDEOGRAPH-91DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x91DE,
        name: "CJK UNIFIED IDEOGRAPH-91DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x91DF,
        name: "CJK UNIFIED IDEOGRAPH-91DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E0,
        name: "CJK UNIFIED IDEOGRAPH-91E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E1,
        name: "CJK UNIFIED IDEOGRAPH-91E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E2,
        name: "CJK UNIFIED IDEOGRAPH-91E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E3,
        name: "CJK UNIFIED IDEOGRAPH-91E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E4,
        name: "CJK UNIFIED IDEOGRAPH-91E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E5,
        name: "CJK UNIFIED IDEOGRAPH-91E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E6,
        name: "CJK UNIFIED IDEOGRAPH-91E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E7,
        name: "CJK UNIFIED IDEOGRAPH-91E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E8,
        name: "CJK UNIFIED IDEOGRAPH-91E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x91E9,
        name: "CJK UNIFIED IDEOGRAPH-91E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x91EA,
        name: "CJK UNIFIED IDEOGRAPH-91EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x91EB,
        name: "CJK UNIFIED IDEOGRAPH-91EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x91EC,
        name: "CJK UNIFIED IDEOGRAPH-91EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x91ED,
        name: "CJK UNIFIED IDEOGRAPH-91ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x91EE,
        name: "CJK UNIFIED IDEOGRAPH-91EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x91EF,
        name: "CJK UNIFIED IDEOGRAPH-91EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F0,
        name: "CJK UNIFIED IDEOGRAPH-91F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F1,
        name: "CJK UNIFIED IDEOGRAPH-91F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F2,
        name: "CJK UNIFIED IDEOGRAPH-91F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F3,
        name: "CJK UNIFIED IDEOGRAPH-91F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F4,
        name: "CJK UNIFIED IDEOGRAPH-91F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F5,
        name: "CJK UNIFIED IDEOGRAPH-91F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F6,
        name: "CJK UNIFIED IDEOGRAPH-91F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F7,
        name: "CJK UNIFIED IDEOGRAPH-91F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F8,
        name: "CJK UNIFIED IDEOGRAPH-91F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x91F9,
        name: "CJK UNIFIED IDEOGRAPH-91F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x91FA,
        name: "CJK UNIFIED IDEOGRAPH-91FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x91FB,
        name: "CJK UNIFIED IDEOGRAPH-91FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x91FC,
        name: "CJK UNIFIED IDEOGRAPH-91FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x91FD,
        name: "CJK UNIFIED IDEOGRAPH-91FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x91FE,
        name: "CJK UNIFIED IDEOGRAPH-91FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x91FF,
        name: "CJK UNIFIED IDEOGRAPH-91FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9200,
        name: "CJK UNIFIED IDEOGRAPH-9200",
    },
    Character {
        age: "1.1",
        codepoint: 0x9201,
        name: "CJK UNIFIED IDEOGRAPH-9201",
    },
    Character {
        age: "1.1",
        codepoint: 0x9202,
        name: "CJK UNIFIED IDEOGRAPH-9202",
    },
    Character {
        age: "1.1",
        codepoint: 0x9203,
        name: "CJK UNIFIED IDEOGRAPH-9203",
    },
    Character {
        age: "1.1",
        codepoint: 0x9204,
        name: "CJK UNIFIED IDEOGRAPH-9204",
    },
    Character {
        age: "1.1",
        codepoint: 0x9205,
        name: "CJK UNIFIED IDEOGRAPH-9205",
    },
    Character {
        age: "1.1",
        codepoint: 0x9206,
        name: "CJK UNIFIED IDEOGRAPH-9206",
    },
    Character {
        age: "1.1",
        codepoint: 0x9207,
        name: "CJK UNIFIED IDEOGRAPH-9207",
    },
    Character {
        age: "1.1",
        codepoint: 0x9208,
        name: "CJK UNIFIED IDEOGRAPH-9208",
    },
    Character {
        age: "1.1",
        codepoint: 0x9209,
        name: "CJK UNIFIED IDEOGRAPH-9209",
    },
    Character {
        age: "1.1",
        codepoint: 0x920A,
        name: "CJK UNIFIED IDEOGRAPH-920A",
    },
    Character {
        age: "1.1",
        codepoint: 0x920B,
        name: "CJK UNIFIED IDEOGRAPH-920B",
    },
    Character {
        age: "1.1",
        codepoint: 0x920C,
        name: "CJK UNIFIED IDEOGRAPH-920C",
    },
    Character {
        age: "1.1",
        codepoint: 0x920D,
        name: "CJK UNIFIED IDEOGRAPH-920D",
    },
    Character {
        age: "1.1",
        codepoint: 0x920E,
        name: "CJK UNIFIED IDEOGRAPH-920E",
    },
    Character {
        age: "1.1",
        codepoint: 0x920F,
        name: "CJK UNIFIED IDEOGRAPH-920F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9210,
        name: "CJK UNIFIED IDEOGRAPH-9210",
    },
    Character {
        age: "1.1",
        codepoint: 0x9211,
        name: "CJK UNIFIED IDEOGRAPH-9211",
    },
    Character {
        age: "1.1",
        codepoint: 0x9212,
        name: "CJK UNIFIED IDEOGRAPH-9212",
    },
    Character {
        age: "1.1",
        codepoint: 0x9213,
        name: "CJK UNIFIED IDEOGRAPH-9213",
    },
    Character {
        age: "1.1",
        codepoint: 0x9214,
        name: "CJK UNIFIED IDEOGRAPH-9214",
    },
    Character {
        age: "1.1",
        codepoint: 0x9215,
        name: "CJK UNIFIED IDEOGRAPH-9215",
    },
    Character {
        age: "1.1",
        codepoint: 0x9216,
        name: "CJK UNIFIED IDEOGRAPH-9216",
    },
    Character {
        age: "1.1",
        codepoint: 0x9217,
        name: "CJK UNIFIED IDEOGRAPH-9217",
    },
    Character {
        age: "1.1",
        codepoint: 0x9218,
        name: "CJK UNIFIED IDEOGRAPH-9218",
    },
    Character {
        age: "1.1",
        codepoint: 0x9219,
        name: "CJK UNIFIED IDEOGRAPH-9219",
    },
    Character {
        age: "1.1",
        codepoint: 0x921A,
        name: "CJK UNIFIED IDEOGRAPH-921A",
    },
    Character {
        age: "1.1",
        codepoint: 0x921B,
        name: "CJK UNIFIED IDEOGRAPH-921B",
    },
    Character {
        age: "1.1",
        codepoint: 0x921C,
        name: "CJK UNIFIED IDEOGRAPH-921C",
    },
    Character {
        age: "1.1",
        codepoint: 0x921D,
        name: "CJK UNIFIED IDEOGRAPH-921D",
    },
    Character {
        age: "1.1",
        codepoint: 0x921E,
        name: "CJK UNIFIED IDEOGRAPH-921E",
    },
    Character {
        age: "1.1",
        codepoint: 0x921F,
        name: "CJK UNIFIED IDEOGRAPH-921F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9220,
        name: "CJK UNIFIED IDEOGRAPH-9220",
    },
    Character {
        age: "1.1",
        codepoint: 0x9221,
        name: "CJK UNIFIED IDEOGRAPH-9221",
    },
    Character {
        age: "1.1",
        codepoint: 0x9222,
        name: "CJK UNIFIED IDEOGRAPH-9222",
    },
    Character {
        age: "1.1",
        codepoint: 0x9223,
        name: "CJK UNIFIED IDEOGRAPH-9223",
    },
    Character {
        age: "1.1",
        codepoint: 0x9224,
        name: "CJK UNIFIED IDEOGRAPH-9224",
    },
    Character {
        age: "1.1",
        codepoint: 0x9225,
        name: "CJK UNIFIED IDEOGRAPH-9225",
    },
    Character {
        age: "1.1",
        codepoint: 0x9226,
        name: "CJK UNIFIED IDEOGRAPH-9226",
    },
    Character {
        age: "1.1",
        codepoint: 0x9227,
        name: "CJK UNIFIED IDEOGRAPH-9227",
    },
    Character {
        age: "1.1",
        codepoint: 0x9228,
        name: "CJK UNIFIED IDEOGRAPH-9228",
    },
    Character {
        age: "1.1",
        codepoint: 0x9229,
        name: "CJK UNIFIED IDEOGRAPH-9229",
    },
    Character {
        age: "1.1",
        codepoint: 0x922A,
        name: "CJK UNIFIED IDEOGRAPH-922A",
    },
    Character {
        age: "1.1",
        codepoint: 0x922B,
        name: "CJK UNIFIED IDEOGRAPH-922B",
    },
    Character {
        age: "1.1",
        codepoint: 0x922C,
        name: "CJK UNIFIED IDEOGRAPH-922C",
    },
    Character {
        age: "1.1",
        codepoint: 0x922D,
        name: "CJK UNIFIED IDEOGRAPH-922D",
    },
    Character {
        age: "1.1",
        codepoint: 0x922E,
        name: "CJK UNIFIED IDEOGRAPH-922E",
    },
    Character {
        age: "1.1",
        codepoint: 0x922F,
        name: "CJK UNIFIED IDEOGRAPH-922F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9230,
        name: "CJK UNIFIED IDEOGRAPH-9230",
    },
    Character {
        age: "1.1",
        codepoint: 0x9231,
        name: "CJK UNIFIED IDEOGRAPH-9231",
    },
    Character {
        age: "1.1",
        codepoint: 0x9232,
        name: "CJK UNIFIED IDEOGRAPH-9232",
    },
    Character {
        age: "1.1",
        codepoint: 0x9233,
        name: "CJK UNIFIED IDEOGRAPH-9233",
    },
    Character {
        age: "1.1",
        codepoint: 0x9234,
        name: "CJK UNIFIED IDEOGRAPH-9234",
    },
    Character {
        age: "1.1",
        codepoint: 0x9235,
        name: "CJK UNIFIED IDEOGRAPH-9235",
    },
    Character {
        age: "1.1",
        codepoint: 0x9236,
        name: "CJK UNIFIED IDEOGRAPH-9236",
    },
    Character {
        age: "1.1",
        codepoint: 0x9237,
        name: "CJK UNIFIED IDEOGRAPH-9237",
    },
    Character {
        age: "1.1",
        codepoint: 0x9238,
        name: "CJK UNIFIED IDEOGRAPH-9238",
    },
    Character {
        age: "1.1",
        codepoint: 0x9239,
        name: "CJK UNIFIED IDEOGRAPH-9239",
    },
    Character {
        age: "1.1",
        codepoint: 0x923A,
        name: "CJK UNIFIED IDEOGRAPH-923A",
    },
    Character {
        age: "1.1",
        codepoint: 0x923B,
        name: "CJK UNIFIED IDEOGRAPH-923B",
    },
    Character {
        age: "1.1",
        codepoint: 0x923C,
        name: "CJK UNIFIED IDEOGRAPH-923C",
    },
    Character {
        age: "1.1",
        codepoint: 0x923D,
        name: "CJK UNIFIED IDEOGRAPH-923D",
    },
    Character {
        age: "1.1",
        codepoint: 0x923E,
        name: "CJK UNIFIED IDEOGRAPH-923E",
    },
    Character {
        age: "1.1",
        codepoint: 0x923F,
        name: "CJK UNIFIED IDEOGRAPH-923F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9240,
        name: "CJK UNIFIED IDEOGRAPH-9240",
    },
    Character {
        age: "1.1",
        codepoint: 0x9241,
        name: "CJK UNIFIED IDEOGRAPH-9241",
    },
    Character {
        age: "1.1",
        codepoint: 0x9242,
        name: "CJK UNIFIED IDEOGRAPH-9242",
    },
    Character {
        age: "1.1",
        codepoint: 0x9243,
        name: "CJK UNIFIED IDEOGRAPH-9243",
    },
    Character {
        age: "1.1",
        codepoint: 0x9244,
        name: "CJK UNIFIED IDEOGRAPH-9244",
    },
    Character {
        age: "1.1",
        codepoint: 0x9245,
        name: "CJK UNIFIED IDEOGRAPH-9245",
    },
    Character {
        age: "1.1",
        codepoint: 0x9246,
        name: "CJK UNIFIED IDEOGRAPH-9246",
    },
    Character {
        age: "1.1",
        codepoint: 0x9247,
        name: "CJK UNIFIED IDEOGRAPH-9247",
    },
    Character {
        age: "1.1",
        codepoint: 0x9248,
        name: "CJK UNIFIED IDEOGRAPH-9248",
    },
    Character {
        age: "1.1",
        codepoint: 0x9249,
        name: "CJK UNIFIED IDEOGRAPH-9249",
    },
    Character {
        age: "1.1",
        codepoint: 0x924A,
        name: "CJK UNIFIED IDEOGRAPH-924A",
    },
    Character {
        age: "1.1",
        codepoint: 0x924B,
        name: "CJK UNIFIED IDEOGRAPH-924B",
    },
    Character {
        age: "1.1",
        codepoint: 0x924C,
        name: "CJK UNIFIED IDEOGRAPH-924C",
    },
    Character {
        age: "1.1",
        codepoint: 0x924D,
        name: "CJK UNIFIED IDEOGRAPH-924D",
    },
    Character {
        age: "1.1",
        codepoint: 0x924E,
        name: "CJK UNIFIED IDEOGRAPH-924E",
    },
    Character {
        age: "1.1",
        codepoint: 0x924F,
        name: "CJK UNIFIED IDEOGRAPH-924F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9250,
        name: "CJK UNIFIED IDEOGRAPH-9250",
    },
    Character {
        age: "1.1",
        codepoint: 0x9251,
        name: "CJK UNIFIED IDEOGRAPH-9251",
    },
    Character {
        age: "1.1",
        codepoint: 0x9252,
        name: "CJK UNIFIED IDEOGRAPH-9252",
    },
    Character {
        age: "1.1",
        codepoint: 0x9253,
        name: "CJK UNIFIED IDEOGRAPH-9253",
    },
    Character {
        age: "1.1",
        codepoint: 0x9254,
        name: "CJK UNIFIED IDEOGRAPH-9254",
    },
    Character {
        age: "1.1",
        codepoint: 0x9255,
        name: "CJK UNIFIED IDEOGRAPH-9255",
    },
    Character {
        age: "1.1",
        codepoint: 0x9256,
        name: "CJK UNIFIED IDEOGRAPH-9256",
    },
    Character {
        age: "1.1",
        codepoint: 0x9257,
        name: "CJK UNIFIED IDEOGRAPH-9257",
    },
    Character {
        age: "1.1",
        codepoint: 0x9258,
        name: "CJK UNIFIED IDEOGRAPH-9258",
    },
    Character {
        age: "1.1",
        codepoint: 0x9259,
        name: "CJK UNIFIED IDEOGRAPH-9259",
    },
    Character {
        age: "1.1",
        codepoint: 0x925A,
        name: "CJK UNIFIED IDEOGRAPH-925A",
    },
    Character {
        age: "1.1",
        codepoint: 0x925B,
        name: "CJK UNIFIED IDEOGRAPH-925B",
    },
    Character {
        age: "1.1",
        codepoint: 0x925C,
        name: "CJK UNIFIED IDEOGRAPH-925C",
    },
    Character {
        age: "1.1",
        codepoint: 0x925D,
        name: "CJK UNIFIED IDEOGRAPH-925D",
    },
    Character {
        age: "1.1",
        codepoint: 0x925E,
        name: "CJK UNIFIED IDEOGRAPH-925E",
    },
    Character {
        age: "1.1",
        codepoint: 0x925F,
        name: "CJK UNIFIED IDEOGRAPH-925F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9260,
        name: "CJK UNIFIED IDEOGRAPH-9260",
    },
    Character {
        age: "1.1",
        codepoint: 0x9261,
        name: "CJK UNIFIED IDEOGRAPH-9261",
    },
    Character {
        age: "1.1",
        codepoint: 0x9262,
        name: "CJK UNIFIED IDEOGRAPH-9262",
    },
    Character {
        age: "1.1",
        codepoint: 0x9263,
        name: "CJK UNIFIED IDEOGRAPH-9263",
    },
    Character {
        age: "1.1",
        codepoint: 0x9264,
        name: "CJK UNIFIED IDEOGRAPH-9264",
    },
    Character {
        age: "1.1",
        codepoint: 0x9265,
        name: "CJK UNIFIED IDEOGRAPH-9265",
    },
    Character {
        age: "1.1",
        codepoint: 0x9266,
        name: "CJK UNIFIED IDEOGRAPH-9266",
    },
    Character {
        age: "1.1",
        codepoint: 0x9267,
        name: "CJK UNIFIED IDEOGRAPH-9267",
    },
    Character {
        age: "1.1",
        codepoint: 0x9268,
        name: "CJK UNIFIED IDEOGRAPH-9268",
    },
    Character {
        age: "1.1",
        codepoint: 0x9269,
        name: "CJK UNIFIED IDEOGRAPH-9269",
    },
    Character {
        age: "1.1",
        codepoint: 0x926A,
        name: "CJK UNIFIED IDEOGRAPH-926A",
    },
    Character {
        age: "1.1",
        codepoint: 0x926B,
        name: "CJK UNIFIED IDEOGRAPH-926B",
    },
    Character {
        age: "1.1",
        codepoint: 0x926C,
        name: "CJK UNIFIED IDEOGRAPH-926C",
    },
    Character {
        age: "1.1",
        codepoint: 0x926D,
        name: "CJK UNIFIED IDEOGRAPH-926D",
    },
    Character {
        age: "1.1",
        codepoint: 0x926E,
        name: "CJK UNIFIED IDEOGRAPH-926E",
    },
    Character {
        age: "1.1",
        codepoint: 0x926F,
        name: "CJK UNIFIED IDEOGRAPH-926F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9270,
        name: "CJK UNIFIED IDEOGRAPH-9270",
    },
    Character {
        age: "1.1",
        codepoint: 0x9271,
        name: "CJK UNIFIED IDEOGRAPH-9271",
    },
    Character {
        age: "1.1",
        codepoint: 0x9272,
        name: "CJK UNIFIED IDEOGRAPH-9272",
    },
    Character {
        age: "1.1",
        codepoint: 0x9273,
        name: "CJK UNIFIED IDEOGRAPH-9273",
    },
    Character {
        age: "1.1",
        codepoint: 0x9274,
        name: "CJK UNIFIED IDEOGRAPH-9274",
    },
    Character {
        age: "1.1",
        codepoint: 0x9275,
        name: "CJK UNIFIED IDEOGRAPH-9275",
    },
    Character {
        age: "1.1",
        codepoint: 0x9276,
        name: "CJK UNIFIED IDEOGRAPH-9276",
    },
    Character {
        age: "1.1",
        codepoint: 0x9277,
        name: "CJK UNIFIED IDEOGRAPH-9277",
    },
    Character {
        age: "1.1",
        codepoint: 0x9278,
        name: "CJK UNIFIED IDEOGRAPH-9278",
    },
    Character {
        age: "1.1",
        codepoint: 0x9279,
        name: "CJK UNIFIED IDEOGRAPH-9279",
    },
    Character {
        age: "1.1",
        codepoint: 0x927A,
        name: "CJK UNIFIED IDEOGRAPH-927A",
    },
    Character {
        age: "1.1",
        codepoint: 0x927B,
        name: "CJK UNIFIED IDEOGRAPH-927B",
    },
    Character {
        age: "1.1",
        codepoint: 0x927C,
        name: "CJK UNIFIED IDEOGRAPH-927C",
    },
    Character {
        age: "1.1",
        codepoint: 0x927D,
        name: "CJK UNIFIED IDEOGRAPH-927D",
    },
    Character {
        age: "1.1",
        codepoint: 0x927E,
        name: "CJK UNIFIED IDEOGRAPH-927E",
    },
    Character {
        age: "1.1",
        codepoint: 0x927F,
        name: "CJK UNIFIED IDEOGRAPH-927F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9280,
        name: "CJK UNIFIED IDEOGRAPH-9280",
    },
    Character {
        age: "1.1",
        codepoint: 0x9281,
        name: "CJK UNIFIED IDEOGRAPH-9281",
    },
    Character {
        age: "1.1",
        codepoint: 0x9282,
        name: "CJK UNIFIED IDEOGRAPH-9282",
    },
    Character {
        age: "1.1",
        codepoint: 0x9283,
        name: "CJK UNIFIED IDEOGRAPH-9283",
    },
    Character {
        age: "1.1",
        codepoint: 0x9284,
        name: "CJK UNIFIED IDEOGRAPH-9284",
    },
    Character {
        age: "1.1",
        codepoint: 0x9285,
        name: "CJK UNIFIED IDEOGRAPH-9285",
    },
    Character {
        age: "1.1",
        codepoint: 0x9286,
        name: "CJK UNIFIED IDEOGRAPH-9286",
    },
    Character {
        age: "1.1",
        codepoint: 0x9287,
        name: "CJK UNIFIED IDEOGRAPH-9287",
    },
    Character {
        age: "1.1",
        codepoint: 0x9288,
        name: "CJK UNIFIED IDEOGRAPH-9288",
    },
    Character {
        age: "1.1",
        codepoint: 0x9289,
        name: "CJK UNIFIED IDEOGRAPH-9289",
    },
    Character {
        age: "1.1",
        codepoint: 0x928A,
        name: "CJK UNIFIED IDEOGRAPH-928A",
    },
    Character {
        age: "1.1",
        codepoint: 0x928B,
        name: "CJK UNIFIED IDEOGRAPH-928B",
    },
    Character {
        age: "1.1",
        codepoint: 0x928C,
        name: "CJK UNIFIED IDEOGRAPH-928C",
    },
    Character {
        age: "1.1",
        codepoint: 0x928D,
        name: "CJK UNIFIED IDEOGRAPH-928D",
    },
    Character {
        age: "1.1",
        codepoint: 0x928E,
        name: "CJK UNIFIED IDEOGRAPH-928E",
    },
    Character {
        age: "1.1",
        codepoint: 0x928F,
        name: "CJK UNIFIED IDEOGRAPH-928F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9290,
        name: "CJK UNIFIED IDEOGRAPH-9290",
    },
    Character {
        age: "1.1",
        codepoint: 0x9291,
        name: "CJK UNIFIED IDEOGRAPH-9291",
    },
    Character {
        age: "1.1",
        codepoint: 0x9292,
        name: "CJK UNIFIED IDEOGRAPH-9292",
    },
    Character {
        age: "1.1",
        codepoint: 0x9293,
        name: "CJK UNIFIED IDEOGRAPH-9293",
    },
    Character {
        age: "1.1",
        codepoint: 0x9294,
        name: "CJK UNIFIED IDEOGRAPH-9294",
    },
    Character {
        age: "1.1",
        codepoint: 0x9295,
        name: "CJK UNIFIED IDEOGRAPH-9295",
    },
    Character {
        age: "1.1",
        codepoint: 0x9296,
        name: "CJK UNIFIED IDEOGRAPH-9296",
    },
    Character {
        age: "1.1",
        codepoint: 0x9297,
        name: "CJK UNIFIED IDEOGRAPH-9297",
    },
    Character {
        age: "1.1",
        codepoint: 0x9298,
        name: "CJK UNIFIED IDEOGRAPH-9298",
    },
    Character {
        age: "1.1",
        codepoint: 0x9299,
        name: "CJK UNIFIED IDEOGRAPH-9299",
    },
    Character {
        age: "1.1",
        codepoint: 0x929A,
        name: "CJK UNIFIED IDEOGRAPH-929A",
    },
    Character {
        age: "1.1",
        codepoint: 0x929B,
        name: "CJK UNIFIED IDEOGRAPH-929B",
    },
    Character {
        age: "1.1",
        codepoint: 0x929C,
        name: "CJK UNIFIED IDEOGRAPH-929C",
    },
    Character {
        age: "1.1",
        codepoint: 0x929D,
        name: "CJK UNIFIED IDEOGRAPH-929D",
    },
    Character {
        age: "1.1",
        codepoint: 0x929E,
        name: "CJK UNIFIED IDEOGRAPH-929E",
    },
    Character {
        age: "1.1",
        codepoint: 0x929F,
        name: "CJK UNIFIED IDEOGRAPH-929F",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A0,
        name: "CJK UNIFIED IDEOGRAPH-92A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A1,
        name: "CJK UNIFIED IDEOGRAPH-92A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A2,
        name: "CJK UNIFIED IDEOGRAPH-92A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A3,
        name: "CJK UNIFIED IDEOGRAPH-92A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A4,
        name: "CJK UNIFIED IDEOGRAPH-92A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A5,
        name: "CJK UNIFIED IDEOGRAPH-92A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A6,
        name: "CJK UNIFIED IDEOGRAPH-92A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A7,
        name: "CJK UNIFIED IDEOGRAPH-92A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A8,
        name: "CJK UNIFIED IDEOGRAPH-92A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x92A9,
        name: "CJK UNIFIED IDEOGRAPH-92A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x92AA,
        name: "CJK UNIFIED IDEOGRAPH-92AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x92AB,
        name: "CJK UNIFIED IDEOGRAPH-92AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x92AC,
        name: "CJK UNIFIED IDEOGRAPH-92AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x92AD,
        name: "CJK UNIFIED IDEOGRAPH-92AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x92AE,
        name: "CJK UNIFIED IDEOGRAPH-92AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x92AF,
        name: "CJK UNIFIED IDEOGRAPH-92AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B0,
        name: "CJK UNIFIED IDEOGRAPH-92B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B1,
        name: "CJK UNIFIED IDEOGRAPH-92B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B2,
        name: "CJK UNIFIED IDEOGRAPH-92B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B3,
        name: "CJK UNIFIED IDEOGRAPH-92B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B4,
        name: "CJK UNIFIED IDEOGRAPH-92B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B5,
        name: "CJK UNIFIED IDEOGRAPH-92B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B6,
        name: "CJK UNIFIED IDEOGRAPH-92B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B7,
        name: "CJK UNIFIED IDEOGRAPH-92B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B8,
        name: "CJK UNIFIED IDEOGRAPH-92B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x92B9,
        name: "CJK UNIFIED IDEOGRAPH-92B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x92BA,
        name: "CJK UNIFIED IDEOGRAPH-92BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x92BB,
        name: "CJK UNIFIED IDEOGRAPH-92BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x92BC,
        name: "CJK UNIFIED IDEOGRAPH-92BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x92BD,
        name: "CJK UNIFIED IDEOGRAPH-92BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x92BE,
        name: "CJK UNIFIED IDEOGRAPH-92BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x92BF,
        name: "CJK UNIFIED IDEOGRAPH-92BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C0,
        name: "CJK UNIFIED IDEOGRAPH-92C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C1,
        name: "CJK UNIFIED IDEOGRAPH-92C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C2,
        name: "CJK UNIFIED IDEOGRAPH-92C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C3,
        name: "CJK UNIFIED IDEOGRAPH-92C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C4,
        name: "CJK UNIFIED IDEOGRAPH-92C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C5,
        name: "CJK UNIFIED IDEOGRAPH-92C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C6,
        name: "CJK UNIFIED IDEOGRAPH-92C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C7,
        name: "CJK UNIFIED IDEOGRAPH-92C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C8,
        name: "CJK UNIFIED IDEOGRAPH-92C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x92C9,
        name: "CJK UNIFIED IDEOGRAPH-92C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x92CA,
        name: "CJK UNIFIED IDEOGRAPH-92CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x92CB,
        name: "CJK UNIFIED IDEOGRAPH-92CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x92CC,
        name: "CJK UNIFIED IDEOGRAPH-92CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x92CD,
        name: "CJK UNIFIED IDEOGRAPH-92CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x92CE,
        name: "CJK UNIFIED IDEOGRAPH-92CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x92CF,
        name: "CJK UNIFIED IDEOGRAPH-92CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D0,
        name: "CJK UNIFIED IDEOGRAPH-92D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D1,
        name: "CJK UNIFIED IDEOGRAPH-92D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D2,
        name: "CJK UNIFIED IDEOGRAPH-92D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D3,
        name: "CJK UNIFIED IDEOGRAPH-92D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D4,
        name: "CJK UNIFIED IDEOGRAPH-92D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D5,
        name: "CJK UNIFIED IDEOGRAPH-92D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D6,
        name: "CJK UNIFIED IDEOGRAPH-92D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D7,
        name: "CJK UNIFIED IDEOGRAPH-92D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D8,
        name: "CJK UNIFIED IDEOGRAPH-92D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x92D9,
        name: "CJK UNIFIED IDEOGRAPH-92D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x92DA,
        name: "CJK UNIFIED IDEOGRAPH-92DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x92DB,
        name: "CJK UNIFIED IDEOGRAPH-92DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x92DC,
        name: "CJK UNIFIED IDEOGRAPH-92DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x92DD,
        name: "CJK UNIFIED IDEOGRAPH-92DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x92DE,
        name: "CJK UNIFIED IDEOGRAPH-92DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x92DF,
        name: "CJK UNIFIED IDEOGRAPH-92DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E0,
        name: "CJK UNIFIED IDEOGRAPH-92E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E1,
        name: "CJK UNIFIED IDEOGRAPH-92E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E2,
        name: "CJK UNIFIED IDEOGRAPH-92E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E3,
        name: "CJK UNIFIED IDEOGRAPH-92E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E4,
        name: "CJK UNIFIED IDEOGRAPH-92E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E5,
        name: "CJK UNIFIED IDEOGRAPH-92E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E6,
        name: "CJK UNIFIED IDEOGRAPH-92E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E7,
        name: "CJK UNIFIED IDEOGRAPH-92E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E8,
        name: "CJK UNIFIED IDEOGRAPH-92E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x92E9,
        name: "CJK UNIFIED IDEOGRAPH-92E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x92EA,
        name: "CJK UNIFIED IDEOGRAPH-92EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x92EB,
        name: "CJK UNIFIED IDEOGRAPH-92EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x92EC,
        name: "CJK UNIFIED IDEOGRAPH-92EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x92ED,
        name: "CJK UNIFIED IDEOGRAPH-92ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x92EE,
        name: "CJK UNIFIED IDEOGRAPH-92EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x92EF,
        name: "CJK UNIFIED IDEOGRAPH-92EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F0,
        name: "CJK UNIFIED IDEOGRAPH-92F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F1,
        name: "CJK UNIFIED IDEOGRAPH-92F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F2,
        name: "CJK UNIFIED IDEOGRAPH-92F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F3,
        name: "CJK UNIFIED IDEOGRAPH-92F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F4,
        name: "CJK UNIFIED IDEOGRAPH-92F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F5,
        name: "CJK UNIFIED IDEOGRAPH-92F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F6,
        name: "CJK UNIFIED IDEOGRAPH-92F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F7,
        name: "CJK UNIFIED IDEOGRAPH-92F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F8,
        name: "CJK UNIFIED IDEOGRAPH-92F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x92F9,
        name: "CJK UNIFIED IDEOGRAPH-92F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x92FA,
        name: "CJK UNIFIED IDEOGRAPH-92FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x92FB,
        name: "CJK UNIFIED IDEOGRAPH-92FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x92FC,
        name: "CJK UNIFIED IDEOGRAPH-92FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x92FD,
        name: "CJK UNIFIED IDEOGRAPH-92FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x92FE,
        name: "CJK UNIFIED IDEOGRAPH-92FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x92FF,
        name: "CJK UNIFIED IDEOGRAPH-92FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9300,
        name: "CJK UNIFIED IDEOGRAPH-9300",
    },
    Character {
        age: "1.1",
        codepoint: 0x9301,
        name: "CJK UNIFIED IDEOGRAPH-9301",
    },
    Character {
        age: "1.1",
        codepoint: 0x9302,
        name: "CJK UNIFIED IDEOGRAPH-9302",
    },
    Character {
        age: "1.1",
        codepoint: 0x9303,
        name: "CJK UNIFIED IDEOGRAPH-9303",
    },
    Character {
        age: "1.1",
        codepoint: 0x9304,
        name: "CJK UNIFIED IDEOGRAPH-9304",
    },
    Character {
        age: "1.1",
        codepoint: 0x9305,
        name: "CJK UNIFIED IDEOGRAPH-9305",
    },
    Character {
        age: "1.1",
        codepoint: 0x9306,
        name: "CJK UNIFIED IDEOGRAPH-9306",
    },
    Character {
        age: "1.1",
        codepoint: 0x9307,
        name: "CJK UNIFIED IDEOGRAPH-9307",
    },
    Character {
        age: "1.1",
        codepoint: 0x9308,
        name: "CJK UNIFIED IDEOGRAPH-9308",
    },
    Character {
        age: "1.1",
        codepoint: 0x9309,
        name: "CJK UNIFIED IDEOGRAPH-9309",
    },
    Character {
        age: "1.1",
        codepoint: 0x930A,
        name: "CJK UNIFIED IDEOGRAPH-930A",
    },
    Character {
        age: "1.1",
        codepoint: 0x930B,
        name: "CJK UNIFIED IDEOGRAPH-930B",
    },
    Character {
        age: "1.1",
        codepoint: 0x930C,
        name: "CJK UNIFIED IDEOGRAPH-930C",
    },
    Character {
        age: "1.1",
        codepoint: 0x930D,
        name: "CJK UNIFIED IDEOGRAPH-930D",
    },
    Character {
        age: "1.1",
        codepoint: 0x930E,
        name: "CJK UNIFIED IDEOGRAPH-930E",
    },
    Character {
        age: "1.1",
        codepoint: 0x930F,
        name: "CJK UNIFIED IDEOGRAPH-930F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9310,
        name: "CJK UNIFIED IDEOGRAPH-9310",
    },
    Character {
        age: "1.1",
        codepoint: 0x9311,
        name: "CJK UNIFIED IDEOGRAPH-9311",
    },
    Character {
        age: "1.1",
        codepoint: 0x9312,
        name: "CJK UNIFIED IDEOGRAPH-9312",
    },
    Character {
        age: "1.1",
        codepoint: 0x9313,
        name: "CJK UNIFIED IDEOGRAPH-9313",
    },
    Character {
        age: "1.1",
        codepoint: 0x9314,
        name: "CJK UNIFIED IDEOGRAPH-9314",
    },
    Character {
        age: "1.1",
        codepoint: 0x9315,
        name: "CJK UNIFIED IDEOGRAPH-9315",
    },
    Character {
        age: "1.1",
        codepoint: 0x9316,
        name: "CJK UNIFIED IDEOGRAPH-9316",
    },
    Character {
        age: "1.1",
        codepoint: 0x9317,
        name: "CJK UNIFIED IDEOGRAPH-9317",
    },
    Character {
        age: "1.1",
        codepoint: 0x9318,
        name: "CJK UNIFIED IDEOGRAPH-9318",
    },
    Character {
        age: "1.1",
        codepoint: 0x9319,
        name: "CJK UNIFIED IDEOGRAPH-9319",
    },
    Character {
        age: "1.1",
        codepoint: 0x931A,
        name: "CJK UNIFIED IDEOGRAPH-931A",
    },
    Character {
        age: "1.1",
        codepoint: 0x931B,
        name: "CJK UNIFIED IDEOGRAPH-931B",
    },
    Character {
        age: "1.1",
        codepoint: 0x931C,
        name: "CJK UNIFIED IDEOGRAPH-931C",
    },
    Character {
        age: "1.1",
        codepoint: 0x931D,
        name: "CJK UNIFIED IDEOGRAPH-931D",
    },
    Character {
        age: "1.1",
        codepoint: 0x931E,
        name: "CJK UNIFIED IDEOGRAPH-931E",
    },
    Character {
        age: "1.1",
        codepoint: 0x931F,
        name: "CJK UNIFIED IDEOGRAPH-931F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9320,
        name: "CJK UNIFIED IDEOGRAPH-9320",
    },
    Character {
        age: "1.1",
        codepoint: 0x9321,
        name: "CJK UNIFIED IDEOGRAPH-9321",
    },
    Character {
        age: "1.1",
        codepoint: 0x9322,
        name: "CJK UNIFIED IDEOGRAPH-9322",
    },
    Character {
        age: "1.1",
        codepoint: 0x9323,
        name: "CJK UNIFIED IDEOGRAPH-9323",
    },
    Character {
        age: "1.1",
        codepoint: 0x9324,
        name: "CJK UNIFIED IDEOGRAPH-9324",
    },
    Character {
        age: "1.1",
        codepoint: 0x9325,
        name: "CJK UNIFIED IDEOGRAPH-9325",
    },
    Character {
        age: "1.1",
        codepoint: 0x9326,
        name: "CJK UNIFIED IDEOGRAPH-9326",
    },
    Character {
        age: "1.1",
        codepoint: 0x9327,
        name: "CJK UNIFIED IDEOGRAPH-9327",
    },
    Character {
        age: "1.1",
        codepoint: 0x9328,
        name: "CJK UNIFIED IDEOGRAPH-9328",
    },
    Character {
        age: "1.1",
        codepoint: 0x9329,
        name: "CJK UNIFIED IDEOGRAPH-9329",
    },
    Character {
        age: "1.1",
        codepoint: 0x932A,
        name: "CJK UNIFIED IDEOGRAPH-932A",
    },
    Character {
        age: "1.1",
        codepoint: 0x932B,
        name: "CJK UNIFIED IDEOGRAPH-932B",
    },
    Character {
        age: "1.1",
        codepoint: 0x932C,
        name: "CJK UNIFIED IDEOGRAPH-932C",
    },
    Character {
        age: "1.1",
        codepoint: 0x932D,
        name: "CJK UNIFIED IDEOGRAPH-932D",
    },
    Character {
        age: "1.1",
        codepoint: 0x932E,
        name: "CJK UNIFIED IDEOGRAPH-932E",
    },
    Character {
        age: "1.1",
        codepoint: 0x932F,
        name: "CJK UNIFIED IDEOGRAPH-932F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9330,
        name: "CJK UNIFIED IDEOGRAPH-9330",
    },
    Character {
        age: "1.1",
        codepoint: 0x9331,
        name: "CJK UNIFIED IDEOGRAPH-9331",
    },
    Character {
        age: "1.1",
        codepoint: 0x9332,
        name: "CJK UNIFIED IDEOGRAPH-9332",
    },
    Character {
        age: "1.1",
        codepoint: 0x9333,
        name: "CJK UNIFIED IDEOGRAPH-9333",
    },
    Character {
        age: "1.1",
        codepoint: 0x9334,
        name: "CJK UNIFIED IDEOGRAPH-9334",
    },
    Character {
        age: "1.1",
        codepoint: 0x9335,
        name: "CJK UNIFIED IDEOGRAPH-9335",
    },
    Character {
        age: "1.1",
        codepoint: 0x9336,
        name: "CJK UNIFIED IDEOGRAPH-9336",
    },
    Character {
        age: "1.1",
        codepoint: 0x9337,
        name: "CJK UNIFIED IDEOGRAPH-9337",
    },
    Character {
        age: "1.1",
        codepoint: 0x9338,
        name: "CJK UNIFIED IDEOGRAPH-9338",
    },
    Character {
        age: "1.1",
        codepoint: 0x9339,
        name: "CJK UNIFIED IDEOGRAPH-9339",
    },
    Character {
        age: "1.1",
        codepoint: 0x933A,
        name: "CJK UNIFIED IDEOGRAPH-933A",
    },
    Character {
        age: "1.1",
        codepoint: 0x933B,
        name: "CJK UNIFIED IDEOGRAPH-933B",
    },
    Character {
        age: "1.1",
        codepoint: 0x933C,
        name: "CJK UNIFIED IDEOGRAPH-933C",
    },
    Character {
        age: "1.1",
        codepoint: 0x933D,
        name: "CJK UNIFIED IDEOGRAPH-933D",
    },
    Character {
        age: "1.1",
        codepoint: 0x933E,
        name: "CJK UNIFIED IDEOGRAPH-933E",
    },
    Character {
        age: "1.1",
        codepoint: 0x933F,
        name: "CJK UNIFIED IDEOGRAPH-933F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9340,
        name: "CJK UNIFIED IDEOGRAPH-9340",
    },
    Character {
        age: "1.1",
        codepoint: 0x9341,
        name: "CJK UNIFIED IDEOGRAPH-9341",
    },
    Character {
        age: "1.1",
        codepoint: 0x9342,
        name: "CJK UNIFIED IDEOGRAPH-9342",
    },
    Character {
        age: "1.1",
        codepoint: 0x9343,
        name: "CJK UNIFIED IDEOGRAPH-9343",
    },
    Character {
        age: "1.1",
        codepoint: 0x9344,
        name: "CJK UNIFIED IDEOGRAPH-9344",
    },
    Character {
        age: "1.1",
        codepoint: 0x9345,
        name: "CJK UNIFIED IDEOGRAPH-9345",
    },
    Character {
        age: "1.1",
        codepoint: 0x9346,
        name: "CJK UNIFIED IDEOGRAPH-9346",
    },
    Character {
        age: "1.1",
        codepoint: 0x9347,
        name: "CJK UNIFIED IDEOGRAPH-9347",
    },
    Character {
        age: "1.1",
        codepoint: 0x9348,
        name: "CJK UNIFIED IDEOGRAPH-9348",
    },
    Character {
        age: "1.1",
        codepoint: 0x9349,
        name: "CJK UNIFIED IDEOGRAPH-9349",
    },
    Character {
        age: "1.1",
        codepoint: 0x934A,
        name: "CJK UNIFIED IDEOGRAPH-934A",
    },
    Character {
        age: "1.1",
        codepoint: 0x934B,
        name: "CJK UNIFIED IDEOGRAPH-934B",
    },
    Character {
        age: "1.1",
        codepoint: 0x934C,
        name: "CJK UNIFIED IDEOGRAPH-934C",
    },
    Character {
        age: "1.1",
        codepoint: 0x934D,
        name: "CJK UNIFIED IDEOGRAPH-934D",
    },
    Character {
        age: "1.1",
        codepoint: 0x934E,
        name: "CJK UNIFIED IDEOGRAPH-934E",
    },
    Character {
        age: "1.1",
        codepoint: 0x934F,
        name: "CJK UNIFIED IDEOGRAPH-934F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9350,
        name: "CJK UNIFIED IDEOGRAPH-9350",
    },
    Character {
        age: "1.1",
        codepoint: 0x9351,
        name: "CJK UNIFIED IDEOGRAPH-9351",
    },
    Character {
        age: "1.1",
        codepoint: 0x9352,
        name: "CJK UNIFIED IDEOGRAPH-9352",
    },
    Character {
        age: "1.1",
        codepoint: 0x9353,
        name: "CJK UNIFIED IDEOGRAPH-9353",
    },
    Character {
        age: "1.1",
        codepoint: 0x9354,
        name: "CJK UNIFIED IDEOGRAPH-9354",
    },
    Character {
        age: "1.1",
        codepoint: 0x9355,
        name: "CJK UNIFIED IDEOGRAPH-9355",
    },
    Character {
        age: "1.1",
        codepoint: 0x9356,
        name: "CJK UNIFIED IDEOGRAPH-9356",
    },
    Character {
        age: "1.1",
        codepoint: 0x9357,
        name: "CJK UNIFIED IDEOGRAPH-9357",
    },
    Character {
        age: "1.1",
        codepoint: 0x9358,
        name: "CJK UNIFIED IDEOGRAPH-9358",
    },
    Character {
        age: "1.1",
        codepoint: 0x9359,
        name: "CJK UNIFIED IDEOGRAPH-9359",
    },
    Character {
        age: "1.1",
        codepoint: 0x935A,
        name: "CJK UNIFIED IDEOGRAPH-935A",
    },
    Character {
        age: "1.1",
        codepoint: 0x935B,
        name: "CJK UNIFIED IDEOGRAPH-935B",
    },
    Character {
        age: "1.1",
        codepoint: 0x935C,
        name: "CJK UNIFIED IDEOGRAPH-935C",
    },
    Character {
        age: "1.1",
        codepoint: 0x935D,
        name: "CJK UNIFIED IDEOGRAPH-935D",
    },
    Character {
        age: "1.1",
        codepoint: 0x935E,
        name: "CJK UNIFIED IDEOGRAPH-935E",
    },
    Character {
        age: "1.1",
        codepoint: 0x935F,
        name: "CJK UNIFIED IDEOGRAPH-935F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9360,
        name: "CJK UNIFIED IDEOGRAPH-9360",
    },
    Character {
        age: "1.1",
        codepoint: 0x9361,
        name: "CJK UNIFIED IDEOGRAPH-9361",
    },
    Character {
        age: "1.1",
        codepoint: 0x9362,
        name: "CJK UNIFIED IDEOGRAPH-9362",
    },
    Character {
        age: "1.1",
        codepoint: 0x9363,
        name: "CJK UNIFIED IDEOGRAPH-9363",
    },
    Character {
        age: "1.1",
        codepoint: 0x9364,
        name: "CJK UNIFIED IDEOGRAPH-9364",
    },
    Character {
        age: "1.1",
        codepoint: 0x9365,
        name: "CJK UNIFIED IDEOGRAPH-9365",
    },
    Character {
        age: "1.1",
        codepoint: 0x9366,
        name: "CJK UNIFIED IDEOGRAPH-9366",
    },
    Character {
        age: "1.1",
        codepoint: 0x9367,
        name: "CJK UNIFIED IDEOGRAPH-9367",
    },
    Character {
        age: "1.1",
        codepoint: 0x9368,
        name: "CJK UNIFIED IDEOGRAPH-9368",
    },
    Character {
        age: "1.1",
        codepoint: 0x9369,
        name: "CJK UNIFIED IDEOGRAPH-9369",
    },
    Character {
        age: "1.1",
        codepoint: 0x936A,
        name: "CJK UNIFIED IDEOGRAPH-936A",
    },
    Character {
        age: "1.1",
        codepoint: 0x936B,
        name: "CJK UNIFIED IDEOGRAPH-936B",
    },
    Character {
        age: "1.1",
        codepoint: 0x936C,
        name: "CJK UNIFIED IDEOGRAPH-936C",
    },
    Character {
        age: "1.1",
        codepoint: 0x936D,
        name: "CJK UNIFIED IDEOGRAPH-936D",
    },
    Character {
        age: "1.1",
        codepoint: 0x936E,
        name: "CJK UNIFIED IDEOGRAPH-936E",
    },
    Character {
        age: "1.1",
        codepoint: 0x936F,
        name: "CJK UNIFIED IDEOGRAPH-936F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9370,
        name: "CJK UNIFIED IDEOGRAPH-9370",
    },
    Character {
        age: "1.1",
        codepoint: 0x9371,
        name: "CJK UNIFIED IDEOGRAPH-9371",
    },
    Character {
        age: "1.1",
        codepoint: 0x9372,
        name: "CJK UNIFIED IDEOGRAPH-9372",
    },
    Character {
        age: "1.1",
        codepoint: 0x9373,
        name: "CJK UNIFIED IDEOGRAPH-9373",
    },
    Character {
        age: "1.1",
        codepoint: 0x9374,
        name: "CJK UNIFIED IDEOGRAPH-9374",
    },
    Character {
        age: "1.1",
        codepoint: 0x9375,
        name: "CJK UNIFIED IDEOGRAPH-9375",
    },
    Character {
        age: "1.1",
        codepoint: 0x9376,
        name: "CJK UNIFIED IDEOGRAPH-9376",
    },
    Character {
        age: "1.1",
        codepoint: 0x9377,
        name: "CJK UNIFIED IDEOGRAPH-9377",
    },
    Character {
        age: "1.1",
        codepoint: 0x9378,
        name: "CJK UNIFIED IDEOGRAPH-9378",
    },
    Character {
        age: "1.1",
        codepoint: 0x9379,
        name: "CJK UNIFIED IDEOGRAPH-9379",
    },
    Character {
        age: "1.1",
        codepoint: 0x937A,
        name: "CJK UNIFIED IDEOGRAPH-937A",
    },
    Character {
        age: "1.1",
        codepoint: 0x937B,
        name: "CJK UNIFIED IDEOGRAPH-937B",
    },
    Character {
        age: "1.1",
        codepoint: 0x937C,
        name: "CJK UNIFIED IDEOGRAPH-937C",
    },
    Character {
        age: "1.1",
        codepoint: 0x937D,
        name: "CJK UNIFIED IDEOGRAPH-937D",
    },
    Character {
        age: "1.1",
        codepoint: 0x937E,
        name: "CJK UNIFIED IDEOGRAPH-937E",
    },
    Character {
        age: "1.1",
        codepoint: 0x937F,
        name: "CJK UNIFIED IDEOGRAPH-937F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9380,
        name: "CJK UNIFIED IDEOGRAPH-9380",
    },
    Character {
        age: "1.1",
        codepoint: 0x9381,
        name: "CJK UNIFIED IDEOGRAPH-9381",
    },
    Character {
        age: "1.1",
        codepoint: 0x9382,
        name: "CJK UNIFIED IDEOGRAPH-9382",
    },
    Character {
        age: "1.1",
        codepoint: 0x9383,
        name: "CJK UNIFIED IDEOGRAPH-9383",
    },
    Character {
        age: "1.1",
        codepoint: 0x9384,
        name: "CJK UNIFIED IDEOGRAPH-9384",
    },
    Character {
        age: "1.1",
        codepoint: 0x9385,
        name: "CJK UNIFIED IDEOGRAPH-9385",
    },
    Character {
        age: "1.1",
        codepoint: 0x9386,
        name: "CJK UNIFIED IDEOGRAPH-9386",
    },
    Character {
        age: "1.1",
        codepoint: 0x9387,
        name: "CJK UNIFIED IDEOGRAPH-9387",
    },
    Character {
        age: "1.1",
        codepoint: 0x9388,
        name: "CJK UNIFIED IDEOGRAPH-9388",
    },
    Character {
        age: "1.1",
        codepoint: 0x9389,
        name: "CJK UNIFIED IDEOGRAPH-9389",
    },
    Character {
        age: "1.1",
        codepoint: 0x938A,
        name: "CJK UNIFIED IDEOGRAPH-938A",
    },
    Character {
        age: "1.1",
        codepoint: 0x938B,
        name: "CJK UNIFIED IDEOGRAPH-938B",
    },
    Character {
        age: "1.1",
        codepoint: 0x938C,
        name: "CJK UNIFIED IDEOGRAPH-938C",
    },
    Character {
        age: "1.1",
        codepoint: 0x938D,
        name: "CJK UNIFIED IDEOGRAPH-938D",
    },
    Character {
        age: "1.1",
        codepoint: 0x938E,
        name: "CJK UNIFIED IDEOGRAPH-938E",
    },
    Character {
        age: "1.1",
        codepoint: 0x938F,
        name: "CJK UNIFIED IDEOGRAPH-938F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9390,
        name: "CJK UNIFIED IDEOGRAPH-9390",
    },
    Character {
        age: "1.1",
        codepoint: 0x9391,
        name: "CJK UNIFIED IDEOGRAPH-9391",
    },
    Character {
        age: "1.1",
        codepoint: 0x9392,
        name: "CJK UNIFIED IDEOGRAPH-9392",
    },
    Character {
        age: "1.1",
        codepoint: 0x9393,
        name: "CJK UNIFIED IDEOGRAPH-9393",
    },
    Character {
        age: "1.1",
        codepoint: 0x9394,
        name: "CJK UNIFIED IDEOGRAPH-9394",
    },
    Character {
        age: "1.1",
        codepoint: 0x9395,
        name: "CJK UNIFIED IDEOGRAPH-9395",
    },
    Character {
        age: "1.1",
        codepoint: 0x9396,
        name: "CJK UNIFIED IDEOGRAPH-9396",
    },
    Character {
        age: "1.1",
        codepoint: 0x9397,
        name: "CJK UNIFIED IDEOGRAPH-9397",
    },
    Character {
        age: "1.1",
        codepoint: 0x9398,
        name: "CJK UNIFIED IDEOGRAPH-9398",
    },
    Character {
        age: "1.1",
        codepoint: 0x9399,
        name: "CJK UNIFIED IDEOGRAPH-9399",
    },
    Character {
        age: "1.1",
        codepoint: 0x939A,
        name: "CJK UNIFIED IDEOGRAPH-939A",
    },
    Character {
        age: "1.1",
        codepoint: 0x939B,
        name: "CJK UNIFIED IDEOGRAPH-939B",
    },
    Character {
        age: "1.1",
        codepoint: 0x939C,
        name: "CJK UNIFIED IDEOGRAPH-939C",
    },
    Character {
        age: "1.1",
        codepoint: 0x939D,
        name: "CJK UNIFIED IDEOGRAPH-939D",
    },
    Character {
        age: "1.1",
        codepoint: 0x939E,
        name: "CJK UNIFIED IDEOGRAPH-939E",
    },
    Character {
        age: "1.1",
        codepoint: 0x939F,
        name: "CJK UNIFIED IDEOGRAPH-939F",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A0,
        name: "CJK UNIFIED IDEOGRAPH-93A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A1,
        name: "CJK UNIFIED IDEOGRAPH-93A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A2,
        name: "CJK UNIFIED IDEOGRAPH-93A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A3,
        name: "CJK UNIFIED IDEOGRAPH-93A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A4,
        name: "CJK UNIFIED IDEOGRAPH-93A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A5,
        name: "CJK UNIFIED IDEOGRAPH-93A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A6,
        name: "CJK UNIFIED IDEOGRAPH-93A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A7,
        name: "CJK UNIFIED IDEOGRAPH-93A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A8,
        name: "CJK UNIFIED IDEOGRAPH-93A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x93A9,
        name: "CJK UNIFIED IDEOGRAPH-93A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x93AA,
        name: "CJK UNIFIED IDEOGRAPH-93AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x93AB,
        name: "CJK UNIFIED IDEOGRAPH-93AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x93AC,
        name: "CJK UNIFIED IDEOGRAPH-93AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x93AD,
        name: "CJK UNIFIED IDEOGRAPH-93AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x93AE,
        name: "CJK UNIFIED IDEOGRAPH-93AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x93AF,
        name: "CJK UNIFIED IDEOGRAPH-93AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B0,
        name: "CJK UNIFIED IDEOGRAPH-93B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B1,
        name: "CJK UNIFIED IDEOGRAPH-93B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B2,
        name: "CJK UNIFIED IDEOGRAPH-93B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B3,
        name: "CJK UNIFIED IDEOGRAPH-93B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B4,
        name: "CJK UNIFIED IDEOGRAPH-93B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B5,
        name: "CJK UNIFIED IDEOGRAPH-93B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B6,
        name: "CJK UNIFIED IDEOGRAPH-93B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B7,
        name: "CJK UNIFIED IDEOGRAPH-93B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B8,
        name: "CJK UNIFIED IDEOGRAPH-93B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x93B9,
        name: "CJK UNIFIED IDEOGRAPH-93B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x93BA,
        name: "CJK UNIFIED IDEOGRAPH-93BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x93BB,
        name: "CJK UNIFIED IDEOGRAPH-93BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x93BC,
        name: "CJK UNIFIED IDEOGRAPH-93BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x93BD,
        name: "CJK UNIFIED IDEOGRAPH-93BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x93BE,
        name: "CJK UNIFIED IDEOGRAPH-93BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x93BF,
        name: "CJK UNIFIED IDEOGRAPH-93BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C0,
        name: "CJK UNIFIED IDEOGRAPH-93C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C1,
        name: "CJK UNIFIED IDEOGRAPH-93C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C2,
        name: "CJK UNIFIED IDEOGRAPH-93C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C3,
        name: "CJK UNIFIED IDEOGRAPH-93C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C4,
        name: "CJK UNIFIED IDEOGRAPH-93C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C5,
        name: "CJK UNIFIED IDEOGRAPH-93C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C6,
        name: "CJK UNIFIED IDEOGRAPH-93C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C7,
        name: "CJK UNIFIED IDEOGRAPH-93C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C8,
        name: "CJK UNIFIED IDEOGRAPH-93C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x93C9,
        name: "CJK UNIFIED IDEOGRAPH-93C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x93CA,
        name: "CJK UNIFIED IDEOGRAPH-93CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x93CB,
        name: "CJK UNIFIED IDEOGRAPH-93CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x93CC,
        name: "CJK UNIFIED IDEOGRAPH-93CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x93CD,
        name: "CJK UNIFIED IDEOGRAPH-93CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x93CE,
        name: "CJK UNIFIED IDEOGRAPH-93CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x93CF,
        name: "CJK UNIFIED IDEOGRAPH-93CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D0,
        name: "CJK UNIFIED IDEOGRAPH-93D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D1,
        name: "CJK UNIFIED IDEOGRAPH-93D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D2,
        name: "CJK UNIFIED IDEOGRAPH-93D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D3,
        name: "CJK UNIFIED IDEOGRAPH-93D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D4,
        name: "CJK UNIFIED IDEOGRAPH-93D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D5,
        name: "CJK UNIFIED IDEOGRAPH-93D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D6,
        name: "CJK UNIFIED IDEOGRAPH-93D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D7,
        name: "CJK UNIFIED IDEOGRAPH-93D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D8,
        name: "CJK UNIFIED IDEOGRAPH-93D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x93D9,
        name: "CJK UNIFIED IDEOGRAPH-93D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x93DA,
        name: "CJK UNIFIED IDEOGRAPH-93DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x93DB,
        name: "CJK UNIFIED IDEOGRAPH-93DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x93DC,
        name: "CJK UNIFIED IDEOGRAPH-93DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x93DD,
        name: "CJK UNIFIED IDEOGRAPH-93DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x93DE,
        name: "CJK UNIFIED IDEOGRAPH-93DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x93DF,
        name: "CJK UNIFIED IDEOGRAPH-93DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E0,
        name: "CJK UNIFIED IDEOGRAPH-93E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E1,
        name: "CJK UNIFIED IDEOGRAPH-93E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E2,
        name: "CJK UNIFIED IDEOGRAPH-93E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E3,
        name: "CJK UNIFIED IDEOGRAPH-93E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E4,
        name: "CJK UNIFIED IDEOGRAPH-93E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E5,
        name: "CJK UNIFIED IDEOGRAPH-93E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E6,
        name: "CJK UNIFIED IDEOGRAPH-93E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E7,
        name: "CJK UNIFIED IDEOGRAPH-93E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E8,
        name: "CJK UNIFIED IDEOGRAPH-93E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x93E9,
        name: "CJK UNIFIED IDEOGRAPH-93E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x93EA,
        name: "CJK UNIFIED IDEOGRAPH-93EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x93EB,
        name: "CJK UNIFIED IDEOGRAPH-93EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x93EC,
        name: "CJK UNIFIED IDEOGRAPH-93EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x93ED,
        name: "CJK UNIFIED IDEOGRAPH-93ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x93EE,
        name: "CJK UNIFIED IDEOGRAPH-93EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x93EF,
        name: "CJK UNIFIED IDEOGRAPH-93EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F0,
        name: "CJK UNIFIED IDEOGRAPH-93F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F1,
        name: "CJK UNIFIED IDEOGRAPH-93F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F2,
        name: "CJK UNIFIED IDEOGRAPH-93F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F3,
        name: "CJK UNIFIED IDEOGRAPH-93F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F4,
        name: "CJK UNIFIED IDEOGRAPH-93F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F5,
        name: "CJK UNIFIED IDEOGRAPH-93F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F6,
        name: "CJK UNIFIED IDEOGRAPH-93F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F7,
        name: "CJK UNIFIED IDEOGRAPH-93F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F8,
        name: "CJK UNIFIED IDEOGRAPH-93F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x93F9,
        name: "CJK UNIFIED IDEOGRAPH-93F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x93FA,
        name: "CJK UNIFIED IDEOGRAPH-93FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x93FB,
        name: "CJK UNIFIED IDEOGRAPH-93FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x93FC,
        name: "CJK UNIFIED IDEOGRAPH-93FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x93FD,
        name: "CJK UNIFIED IDEOGRAPH-93FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x93FE,
        name: "CJK UNIFIED IDEOGRAPH-93FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x93FF,
        name: "CJK UNIFIED IDEOGRAPH-93FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9400,
        name: "CJK UNIFIED IDEOGRAPH-9400",
    },
    Character {
        age: "1.1",
        codepoint: 0x9401,
        name: "CJK UNIFIED IDEOGRAPH-9401",
    },
    Character {
        age: "1.1",
        codepoint: 0x9402,
        name: "CJK UNIFIED IDEOGRAPH-9402",
    },
    Character {
        age: "1.1",
        codepoint: 0x9403,
        name: "CJK UNIFIED IDEOGRAPH-9403",
    },
    Character {
        age: "1.1",
        codepoint: 0x9404,
        name: "CJK UNIFIED IDEOGRAPH-9404",
    },
    Character {
        age: "1.1",
        codepoint: 0x9405,
        name: "CJK UNIFIED IDEOGRAPH-9405",
    },
    Character {
        age: "1.1",
        codepoint: 0x9406,
        name: "CJK UNIFIED IDEOGRAPH-9406",
    },
    Character {
        age: "1.1",
        codepoint: 0x9407,
        name: "CJK UNIFIED IDEOGRAPH-9407",
    },
    Character {
        age: "1.1",
        codepoint: 0x9408,
        name: "CJK UNIFIED IDEOGRAPH-9408",
    },
    Character {
        age: "1.1",
        codepoint: 0x9409,
        name: "CJK UNIFIED IDEOGRAPH-9409",
    },
    Character {
        age: "1.1",
        codepoint: 0x940A,
        name: "CJK UNIFIED IDEOGRAPH-940A",
    },
    Character {
        age: "1.1",
        codepoint: 0x940B,
        name: "CJK UNIFIED IDEOGRAPH-940B",
    },
    Character {
        age: "1.1",
        codepoint: 0x940C,
        name: "CJK UNIFIED IDEOGRAPH-940C",
    },
    Character {
        age: "1.1",
        codepoint: 0x940D,
        name: "CJK UNIFIED IDEOGRAPH-940D",
    },
    Character {
        age: "1.1",
        codepoint: 0x940E,
        name: "CJK UNIFIED IDEOGRAPH-940E",
    },
    Character {
        age: "1.1",
        codepoint: 0x940F,
        name: "CJK UNIFIED IDEOGRAPH-940F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9410,
        name: "CJK UNIFIED IDEOGRAPH-9410",
    },
    Character {
        age: "1.1",
        codepoint: 0x9411,
        name: "CJK UNIFIED IDEOGRAPH-9411",
    },
    Character {
        age: "1.1",
        codepoint: 0x9412,
        name: "CJK UNIFIED IDEOGRAPH-9412",
    },
    Character {
        age: "1.1",
        codepoint: 0x9413,
        name: "CJK UNIFIED IDEOGRAPH-9413",
    },
    Character {
        age: "1.1",
        codepoint: 0x9414,
        name: "CJK UNIFIED IDEOGRAPH-9414",
    },
    Character {
        age: "1.1",
        codepoint: 0x9415,
        name: "CJK UNIFIED IDEOGRAPH-9415",
    },
    Character {
        age: "1.1",
        codepoint: 0x9416,
        name: "CJK UNIFIED IDEOGRAPH-9416",
    },
    Character {
        age: "1.1",
        codepoint: 0x9417,
        name: "CJK UNIFIED IDEOGRAPH-9417",
    },
    Character {
        age: "1.1",
        codepoint: 0x9418,
        name: "CJK UNIFIED IDEOGRAPH-9418",
    },
    Character {
        age: "1.1",
        codepoint: 0x9419,
        name: "CJK UNIFIED IDEOGRAPH-9419",
    },
    Character {
        age: "1.1",
        codepoint: 0x941A,
        name: "CJK UNIFIED IDEOGRAPH-941A",
    },
    Character {
        age: "1.1",
        codepoint: 0x941B,
        name: "CJK UNIFIED IDEOGRAPH-941B",
    },
    Character {
        age: "1.1",
        codepoint: 0x941C,
        name: "CJK UNIFIED IDEOGRAPH-941C",
    },
    Character {
        age: "1.1",
        codepoint: 0x941D,
        name: "CJK UNIFIED IDEOGRAPH-941D",
    },
    Character {
        age: "1.1",
        codepoint: 0x941E,
        name: "CJK UNIFIED IDEOGRAPH-941E",
    },
    Character {
        age: "1.1",
        codepoint: 0x941F,
        name: "CJK UNIFIED IDEOGRAPH-941F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9420,
        name: "CJK UNIFIED IDEOGRAPH-9420",
    },
    Character {
        age: "1.1",
        codepoint: 0x9421,
        name: "CJK UNIFIED IDEOGRAPH-9421",
    },
    Character {
        age: "1.1",
        codepoint: 0x9422,
        name: "CJK UNIFIED IDEOGRAPH-9422",
    },
    Character {
        age: "1.1",
        codepoint: 0x9423,
        name: "CJK UNIFIED IDEOGRAPH-9423",
    },
    Character {
        age: "1.1",
        codepoint: 0x9424,
        name: "CJK UNIFIED IDEOGRAPH-9424",
    },
    Character {
        age: "1.1",
        codepoint: 0x9425,
        name: "CJK UNIFIED IDEOGRAPH-9425",
    },
    Character {
        age: "1.1",
        codepoint: 0x9426,
        name: "CJK UNIFIED IDEOGRAPH-9426",
    },
    Character {
        age: "1.1",
        codepoint: 0x9427,
        name: "CJK UNIFIED IDEOGRAPH-9427",
    },
    Character {
        age: "1.1",
        codepoint: 0x9428,
        name: "CJK UNIFIED IDEOGRAPH-9428",
    },
    Character {
        age: "1.1",
        codepoint: 0x9429,
        name: "CJK UNIFIED IDEOGRAPH-9429",
    },
    Character {
        age: "1.1",
        codepoint: 0x942A,
        name: "CJK UNIFIED IDEOGRAPH-942A",
    },
    Character {
        age: "1.1",
        codepoint: 0x942B,
        name: "CJK UNIFIED IDEOGRAPH-942B",
    },
    Character {
        age: "1.1",
        codepoint: 0x942C,
        name: "CJK UNIFIED IDEOGRAPH-942C",
    },
    Character {
        age: "1.1",
        codepoint: 0x942D,
        name: "CJK UNIFIED IDEOGRAPH-942D",
    },
    Character {
        age: "1.1",
        codepoint: 0x942E,
        name: "CJK UNIFIED IDEOGRAPH-942E",
    },
    Character {
        age: "1.1",
        codepoint: 0x942F,
        name: "CJK UNIFIED IDEOGRAPH-942F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9430,
        name: "CJK UNIFIED IDEOGRAPH-9430",
    },
    Character {
        age: "1.1",
        codepoint: 0x9431,
        name: "CJK UNIFIED IDEOGRAPH-9431",
    },
    Character {
        age: "1.1",
        codepoint: 0x9432,
        name: "CJK UNIFIED IDEOGRAPH-9432",
    },
    Character {
        age: "1.1",
        codepoint: 0x9433,
        name: "CJK UNIFIED IDEOGRAPH-9433",
    },
    Character {
        age: "1.1",
        codepoint: 0x9434,
        name: "CJK UNIFIED IDEOGRAPH-9434",
    },
    Character {
        age: "1.1",
        codepoint: 0x9435,
        name: "CJK UNIFIED IDEOGRAPH-9435",
    },
    Character {
        age: "1.1",
        codepoint: 0x9436,
        name: "CJK UNIFIED IDEOGRAPH-9436",
    },
    Character {
        age: "1.1",
        codepoint: 0x9437,
        name: "CJK UNIFIED IDEOGRAPH-9437",
    },
    Character {
        age: "1.1",
        codepoint: 0x9438,
        name: "CJK UNIFIED IDEOGRAPH-9438",
    },
    Character {
        age: "1.1",
        codepoint: 0x9439,
        name: "CJK UNIFIED IDEOGRAPH-9439",
    },
    Character {
        age: "1.1",
        codepoint: 0x943A,
        name: "CJK UNIFIED IDEOGRAPH-943A",
    },
    Character {
        age: "1.1",
        codepoint: 0x943B,
        name: "CJK UNIFIED IDEOGRAPH-943B",
    },
    Character {
        age: "1.1",
        codepoint: 0x943C,
        name: "CJK UNIFIED IDEOGRAPH-943C",
    },
    Character {
        age: "1.1",
        codepoint: 0x943D,
        name: "CJK UNIFIED IDEOGRAPH-943D",
    },
    Character {
        age: "1.1",
        codepoint: 0x943E,
        name: "CJK UNIFIED IDEOGRAPH-943E",
    },
    Character {
        age: "1.1",
        codepoint: 0x943F,
        name: "CJK UNIFIED IDEOGRAPH-943F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9440,
        name: "CJK UNIFIED IDEOGRAPH-9440",
    },
    Character {
        age: "1.1",
        codepoint: 0x9441,
        name: "CJK UNIFIED IDEOGRAPH-9441",
    },
    Character {
        age: "1.1",
        codepoint: 0x9442,
        name: "CJK UNIFIED IDEOGRAPH-9442",
    },
    Character {
        age: "1.1",
        codepoint: 0x9443,
        name: "CJK UNIFIED IDEOGRAPH-9443",
    },
    Character {
        age: "1.1",
        codepoint: 0x9444,
        name: "CJK UNIFIED IDEOGRAPH-9444",
    },
    Character {
        age: "1.1",
        codepoint: 0x9445,
        name: "CJK UNIFIED IDEOGRAPH-9445",
    },
    Character {
        age: "1.1",
        codepoint: 0x9446,
        name: "CJK UNIFIED IDEOGRAPH-9446",
    },
    Character {
        age: "1.1",
        codepoint: 0x9447,
        name: "CJK UNIFIED IDEOGRAPH-9447",
    },
    Character {
        age: "1.1",
        codepoint: 0x9448,
        name: "CJK UNIFIED IDEOGRAPH-9448",
    },
    Character {
        age: "1.1",
        codepoint: 0x9449,
        name: "CJK UNIFIED IDEOGRAPH-9449",
    },
    Character {
        age: "1.1",
        codepoint: 0x944A,
        name: "CJK UNIFIED IDEOGRAPH-944A",
    },
    Character {
        age: "1.1",
        codepoint: 0x944B,
        name: "CJK UNIFIED IDEOGRAPH-944B",
    },
    Character {
        age: "1.1",
        codepoint: 0x944C,
        name: "CJK UNIFIED IDEOGRAPH-944C",
    },
    Character {
        age: "1.1",
        codepoint: 0x944D,
        name: "CJK UNIFIED IDEOGRAPH-944D",
    },
    Character {
        age: "1.1",
        codepoint: 0x944E,
        name: "CJK UNIFIED IDEOGRAPH-944E",
    },
    Character {
        age: "1.1",
        codepoint: 0x944F,
        name: "CJK UNIFIED IDEOGRAPH-944F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9450,
        name: "CJK UNIFIED IDEOGRAPH-9450",
    },
    Character {
        age: "1.1",
        codepoint: 0x9451,
        name: "CJK UNIFIED IDEOGRAPH-9451",
    },
    Character {
        age: "1.1",
        codepoint: 0x9452,
        name: "CJK UNIFIED IDEOGRAPH-9452",
    },
    Character {
        age: "1.1",
        codepoint: 0x9453,
        name: "CJK UNIFIED IDEOGRAPH-9453",
    },
    Character {
        age: "1.1",
        codepoint: 0x9454,
        name: "CJK UNIFIED IDEOGRAPH-9454",
    },
    Character {
        age: "1.1",
        codepoint: 0x9455,
        name: "CJK UNIFIED IDEOGRAPH-9455",
    },
    Character {
        age: "1.1",
        codepoint: 0x9456,
        name: "CJK UNIFIED IDEOGRAPH-9456",
    },
    Character {
        age: "1.1",
        codepoint: 0x9457,
        name: "CJK UNIFIED IDEOGRAPH-9457",
    },
    Character {
        age: "1.1",
        codepoint: 0x9458,
        name: "CJK UNIFIED IDEOGRAPH-9458",
    },
    Character {
        age: "1.1",
        codepoint: 0x9459,
        name: "CJK UNIFIED IDEOGRAPH-9459",
    },
    Character {
        age: "1.1",
        codepoint: 0x945A,
        name: "CJK UNIFIED IDEOGRAPH-945A",
    },
    Character {
        age: "1.1",
        codepoint: 0x945B,
        name: "CJK UNIFIED IDEOGRAPH-945B",
    },
    Character {
        age: "1.1",
        codepoint: 0x945C,
        name: "CJK UNIFIED IDEOGRAPH-945C",
    },
    Character {
        age: "1.1",
        codepoint: 0x945D,
        name: "CJK UNIFIED IDEOGRAPH-945D",
    },
    Character {
        age: "1.1",
        codepoint: 0x945E,
        name: "CJK UNIFIED IDEOGRAPH-945E",
    },
    Character {
        age: "1.1",
        codepoint: 0x945F,
        name: "CJK UNIFIED IDEOGRAPH-945F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9460,
        name: "CJK UNIFIED IDEOGRAPH-9460",
    },
    Character {
        age: "1.1",
        codepoint: 0x9461,
        name: "CJK UNIFIED IDEOGRAPH-9461",
    },
    Character {
        age: "1.1",
        codepoint: 0x9462,
        name: "CJK UNIFIED IDEOGRAPH-9462",
    },
    Character {
        age: "1.1",
        codepoint: 0x9463,
        name: "CJK UNIFIED IDEOGRAPH-9463",
    },
    Character {
        age: "1.1",
        codepoint: 0x9464,
        name: "CJK UNIFIED IDEOGRAPH-9464",
    },
    Character {
        age: "1.1",
        codepoint: 0x9465,
        name: "CJK UNIFIED IDEOGRAPH-9465",
    },
    Character {
        age: "1.1",
        codepoint: 0x9466,
        name: "CJK UNIFIED IDEOGRAPH-9466",
    },
    Character {
        age: "1.1",
        codepoint: 0x9467,
        name: "CJK UNIFIED IDEOGRAPH-9467",
    },
    Character {
        age: "1.1",
        codepoint: 0x9468,
        name: "CJK UNIFIED IDEOGRAPH-9468",
    },
    Character {
        age: "1.1",
        codepoint: 0x9469,
        name: "CJK UNIFIED IDEOGRAPH-9469",
    },
    Character {
        age: "1.1",
        codepoint: 0x946A,
        name: "CJK UNIFIED IDEOGRAPH-946A",
    },
    Character {
        age: "1.1",
        codepoint: 0x946B,
        name: "CJK UNIFIED IDEOGRAPH-946B",
    },
    Character {
        age: "1.1",
        codepoint: 0x946C,
        name: "CJK UNIFIED IDEOGRAPH-946C",
    },
    Character {
        age: "1.1",
        codepoint: 0x946D,
        name: "CJK UNIFIED IDEOGRAPH-946D",
    },
    Character {
        age: "1.1",
        codepoint: 0x946E,
        name: "CJK UNIFIED IDEOGRAPH-946E",
    },
    Character {
        age: "1.1",
        codepoint: 0x946F,
        name: "CJK UNIFIED IDEOGRAPH-946F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9470,
        name: "CJK UNIFIED IDEOGRAPH-9470",
    },
    Character {
        age: "1.1",
        codepoint: 0x9471,
        name: "CJK UNIFIED IDEOGRAPH-9471",
    },
    Character {
        age: "1.1",
        codepoint: 0x9472,
        name: "CJK UNIFIED IDEOGRAPH-9472",
    },
    Character {
        age: "1.1",
        codepoint: 0x9473,
        name: "CJK UNIFIED IDEOGRAPH-9473",
    },
    Character {
        age: "1.1",
        codepoint: 0x9474,
        name: "CJK UNIFIED IDEOGRAPH-9474",
    },
    Character {
        age: "1.1",
        codepoint: 0x9475,
        name: "CJK UNIFIED IDEOGRAPH-9475",
    },
    Character {
        age: "1.1",
        codepoint: 0x9476,
        name: "CJK UNIFIED IDEOGRAPH-9476",
    },
    Character {
        age: "1.1",
        codepoint: 0x9477,
        name: "CJK UNIFIED IDEOGRAPH-9477",
    },
    Character {
        age: "1.1",
        codepoint: 0x9478,
        name: "CJK UNIFIED IDEOGRAPH-9478",
    },
    Character {
        age: "1.1",
        codepoint: 0x9479,
        name: "CJK UNIFIED IDEOGRAPH-9479",
    },
    Character {
        age: "1.1",
        codepoint: 0x947A,
        name: "CJK UNIFIED IDEOGRAPH-947A",
    },
    Character {
        age: "1.1",
        codepoint: 0x947B,
        name: "CJK UNIFIED IDEOGRAPH-947B",
    },
    Character {
        age: "1.1",
        codepoint: 0x947C,
        name: "CJK UNIFIED IDEOGRAPH-947C",
    },
    Character {
        age: "1.1",
        codepoint: 0x947D,
        name: "CJK UNIFIED IDEOGRAPH-947D",
    },
    Character {
        age: "1.1",
        codepoint: 0x947E,
        name: "CJK UNIFIED IDEOGRAPH-947E",
    },
    Character {
        age: "1.1",
        codepoint: 0x947F,
        name: "CJK UNIFIED IDEOGRAPH-947F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9480,
        name: "CJK UNIFIED IDEOGRAPH-9480",
    },
    Character {
        age: "1.1",
        codepoint: 0x9481,
        name: "CJK UNIFIED IDEOGRAPH-9481",
    },
    Character {
        age: "1.1",
        codepoint: 0x9482,
        name: "CJK UNIFIED IDEOGRAPH-9482",
    },
    Character {
        age: "1.1",
        codepoint: 0x9483,
        name: "CJK UNIFIED IDEOGRAPH-9483",
    },
    Character {
        age: "1.1",
        codepoint: 0x9484,
        name: "CJK UNIFIED IDEOGRAPH-9484",
    },
    Character {
        age: "1.1",
        codepoint: 0x9485,
        name: "CJK UNIFIED IDEOGRAPH-9485",
    },
    Character {
        age: "1.1",
        codepoint: 0x9486,
        name: "CJK UNIFIED IDEOGRAPH-9486",
    },
    Character {
        age: "1.1",
        codepoint: 0x9487,
        name: "CJK UNIFIED IDEOGRAPH-9487",
    },
    Character {
        age: "1.1",
        codepoint: 0x9488,
        name: "CJK UNIFIED IDEOGRAPH-9488",
    },
    Character {
        age: "1.1",
        codepoint: 0x9489,
        name: "CJK UNIFIED IDEOGRAPH-9489",
    },
    Character {
        age: "1.1",
        codepoint: 0x948A,
        name: "CJK UNIFIED IDEOGRAPH-948A",
    },
    Character {
        age: "1.1",
        codepoint: 0x948B,
        name: "CJK UNIFIED IDEOGRAPH-948B",
    },
    Character {
        age: "1.1",
        codepoint: 0x948C,
        name: "CJK UNIFIED IDEOGRAPH-948C",
    },
    Character {
        age: "1.1",
        codepoint: 0x948D,
        name: "CJK UNIFIED IDEOGRAPH-948D",
    },
    Character {
        age: "1.1",
        codepoint: 0x948E,
        name: "CJK UNIFIED IDEOGRAPH-948E",
    },
    Character {
        age: "1.1",
        codepoint: 0x948F,
        name: "CJK UNIFIED IDEOGRAPH-948F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9490,
        name: "CJK UNIFIED IDEOGRAPH-9490",
    },
    Character {
        age: "1.1",
        codepoint: 0x9491,
        name: "CJK UNIFIED IDEOGRAPH-9491",
    },
    Character {
        age: "1.1",
        codepoint: 0x9492,
        name: "CJK UNIFIED IDEOGRAPH-9492",
    },
    Character {
        age: "1.1",
        codepoint: 0x9493,
        name: "CJK UNIFIED IDEOGRAPH-9493",
    },
    Character {
        age: "1.1",
        codepoint: 0x9494,
        name: "CJK UNIFIED IDEOGRAPH-9494",
    },
    Character {
        age: "1.1",
        codepoint: 0x9495,
        name: "CJK UNIFIED IDEOGRAPH-9495",
    },
    Character {
        age: "1.1",
        codepoint: 0x9496,
        name: "CJK UNIFIED IDEOGRAPH-9496",
    },
    Character {
        age: "1.1",
        codepoint: 0x9497,
        name: "CJK UNIFIED IDEOGRAPH-9497",
    },
    Character {
        age: "1.1",
        codepoint: 0x9498,
        name: "CJK UNIFIED IDEOGRAPH-9498",
    },
    Character {
        age: "1.1",
        codepoint: 0x9499,
        name: "CJK UNIFIED IDEOGRAPH-9499",
    },
    Character {
        age: "1.1",
        codepoint: 0x949A,
        name: "CJK UNIFIED IDEOGRAPH-949A",
    },
    Character {
        age: "1.1",
        codepoint: 0x949B,
        name: "CJK UNIFIED IDEOGRAPH-949B",
    },
    Character {
        age: "1.1",
        codepoint: 0x949C,
        name: "CJK UNIFIED IDEOGRAPH-949C",
    },
    Character {
        age: "1.1",
        codepoint: 0x949D,
        name: "CJK UNIFIED IDEOGRAPH-949D",
    },
    Character {
        age: "1.1",
        codepoint: 0x949E,
        name: "CJK UNIFIED IDEOGRAPH-949E",
    },
    Character {
        age: "1.1",
        codepoint: 0x949F,
        name: "CJK UNIFIED IDEOGRAPH-949F",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A0,
        name: "CJK UNIFIED IDEOGRAPH-94A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A1,
        name: "CJK UNIFIED IDEOGRAPH-94A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A2,
        name: "CJK UNIFIED IDEOGRAPH-94A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A3,
        name: "CJK UNIFIED IDEOGRAPH-94A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A4,
        name: "CJK UNIFIED IDEOGRAPH-94A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A5,
        name: "CJK UNIFIED IDEOGRAPH-94A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A6,
        name: "CJK UNIFIED IDEOGRAPH-94A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A7,
        name: "CJK UNIFIED IDEOGRAPH-94A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A8,
        name: "CJK UNIFIED IDEOGRAPH-94A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x94A9,
        name: "CJK UNIFIED IDEOGRAPH-94A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x94AA,
        name: "CJK UNIFIED IDEOGRAPH-94AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x94AB,
        name: "CJK UNIFIED IDEOGRAPH-94AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x94AC,
        name: "CJK UNIFIED IDEOGRAPH-94AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x94AD,
        name: "CJK UNIFIED IDEOGRAPH-94AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x94AE,
        name: "CJK UNIFIED IDEOGRAPH-94AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x94AF,
        name: "CJK UNIFIED IDEOGRAPH-94AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B0,
        name: "CJK UNIFIED IDEOGRAPH-94B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B1,
        name: "CJK UNIFIED IDEOGRAPH-94B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B2,
        name: "CJK UNIFIED IDEOGRAPH-94B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B3,
        name: "CJK UNIFIED IDEOGRAPH-94B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B4,
        name: "CJK UNIFIED IDEOGRAPH-94B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B5,
        name: "CJK UNIFIED IDEOGRAPH-94B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B6,
        name: "CJK UNIFIED IDEOGRAPH-94B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B7,
        name: "CJK UNIFIED IDEOGRAPH-94B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B8,
        name: "CJK UNIFIED IDEOGRAPH-94B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x94B9,
        name: "CJK UNIFIED IDEOGRAPH-94B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x94BA,
        name: "CJK UNIFIED IDEOGRAPH-94BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x94BB,
        name: "CJK UNIFIED IDEOGRAPH-94BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x94BC,
        name: "CJK UNIFIED IDEOGRAPH-94BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x94BD,
        name: "CJK UNIFIED IDEOGRAPH-94BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x94BE,
        name: "CJK UNIFIED IDEOGRAPH-94BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x94BF,
        name: "CJK UNIFIED IDEOGRAPH-94BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C0,
        name: "CJK UNIFIED IDEOGRAPH-94C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C1,
        name: "CJK UNIFIED IDEOGRAPH-94C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C2,
        name: "CJK UNIFIED IDEOGRAPH-94C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C3,
        name: "CJK UNIFIED IDEOGRAPH-94C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C4,
        name: "CJK UNIFIED IDEOGRAPH-94C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C5,
        name: "CJK UNIFIED IDEOGRAPH-94C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C6,
        name: "CJK UNIFIED IDEOGRAPH-94C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C7,
        name: "CJK UNIFIED IDEOGRAPH-94C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C8,
        name: "CJK UNIFIED IDEOGRAPH-94C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x94C9,
        name: "CJK UNIFIED IDEOGRAPH-94C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x94CA,
        name: "CJK UNIFIED IDEOGRAPH-94CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x94CB,
        name: "CJK UNIFIED IDEOGRAPH-94CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x94CC,
        name: "CJK UNIFIED IDEOGRAPH-94CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x94CD,
        name: "CJK UNIFIED IDEOGRAPH-94CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x94CE,
        name: "CJK UNIFIED IDEOGRAPH-94CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x94CF,
        name: "CJK UNIFIED IDEOGRAPH-94CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D0,
        name: "CJK UNIFIED IDEOGRAPH-94D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D1,
        name: "CJK UNIFIED IDEOGRAPH-94D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D2,
        name: "CJK UNIFIED IDEOGRAPH-94D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D3,
        name: "CJK UNIFIED IDEOGRAPH-94D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D4,
        name: "CJK UNIFIED IDEOGRAPH-94D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D5,
        name: "CJK UNIFIED IDEOGRAPH-94D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D6,
        name: "CJK UNIFIED IDEOGRAPH-94D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D7,
        name: "CJK UNIFIED IDEOGRAPH-94D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D8,
        name: "CJK UNIFIED IDEOGRAPH-94D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x94D9,
        name: "CJK UNIFIED IDEOGRAPH-94D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x94DA,
        name: "CJK UNIFIED IDEOGRAPH-94DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x94DB,
        name: "CJK UNIFIED IDEOGRAPH-94DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x94DC,
        name: "CJK UNIFIED IDEOGRAPH-94DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x94DD,
        name: "CJK UNIFIED IDEOGRAPH-94DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x94DE,
        name: "CJK UNIFIED IDEOGRAPH-94DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x94DF,
        name: "CJK UNIFIED IDEOGRAPH-94DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E0,
        name: "CJK UNIFIED IDEOGRAPH-94E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E1,
        name: "CJK UNIFIED IDEOGRAPH-94E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E2,
        name: "CJK UNIFIED IDEOGRAPH-94E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E3,
        name: "CJK UNIFIED IDEOGRAPH-94E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E4,
        name: "CJK UNIFIED IDEOGRAPH-94E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E5,
        name: "CJK UNIFIED IDEOGRAPH-94E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E6,
        name: "CJK UNIFIED IDEOGRAPH-94E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E7,
        name: "CJK UNIFIED IDEOGRAPH-94E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E8,
        name: "CJK UNIFIED IDEOGRAPH-94E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x94E9,
        name: "CJK UNIFIED IDEOGRAPH-94E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x94EA,
        name: "CJK UNIFIED IDEOGRAPH-94EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x94EB,
        name: "CJK UNIFIED IDEOGRAPH-94EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x94EC,
        name: "CJK UNIFIED IDEOGRAPH-94EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x94ED,
        name: "CJK UNIFIED IDEOGRAPH-94ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x94EE,
        name: "CJK UNIFIED IDEOGRAPH-94EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x94EF,
        name: "CJK UNIFIED IDEOGRAPH-94EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F0,
        name: "CJK UNIFIED IDEOGRAPH-94F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F1,
        name: "CJK UNIFIED IDEOGRAPH-94F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F2,
        name: "CJK UNIFIED IDEOGRAPH-94F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F3,
        name: "CJK UNIFIED IDEOGRAPH-94F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F4,
        name: "CJK UNIFIED IDEOGRAPH-94F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F5,
        name: "CJK UNIFIED IDEOGRAPH-94F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F6,
        name: "CJK UNIFIED IDEOGRAPH-94F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F7,
        name: "CJK UNIFIED IDEOGRAPH-94F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F8,
        name: "CJK UNIFIED IDEOGRAPH-94F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x94F9,
        name: "CJK UNIFIED IDEOGRAPH-94F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x94FA,
        name: "CJK UNIFIED IDEOGRAPH-94FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x94FB,
        name: "CJK UNIFIED IDEOGRAPH-94FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x94FC,
        name: "CJK UNIFIED IDEOGRAPH-94FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x94FD,
        name: "CJK UNIFIED IDEOGRAPH-94FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x94FE,
        name: "CJK UNIFIED IDEOGRAPH-94FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x94FF,
        name: "CJK UNIFIED IDEOGRAPH-94FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9500,
        name: "CJK UNIFIED IDEOGRAPH-9500",
    },
    Character {
        age: "1.1",
        codepoint: 0x9501,
        name: "CJK UNIFIED IDEOGRAPH-9501",
    },
    Character {
        age: "1.1",
        codepoint: 0x9502,
        name: "CJK UNIFIED IDEOGRAPH-9502",
    },
    Character {
        age: "1.1",
        codepoint: 0x9503,
        name: "CJK UNIFIED IDEOGRAPH-9503",
    },
    Character {
        age: "1.1",
        codepoint: 0x9504,
        name: "CJK UNIFIED IDEOGRAPH-9504",
    },
    Character {
        age: "1.1",
        codepoint: 0x9505,
        name: "CJK UNIFIED IDEOGRAPH-9505",
    },
    Character {
        age: "1.1",
        codepoint: 0x9506,
        name: "CJK UNIFIED IDEOGRAPH-9506",
    },
    Character {
        age: "1.1",
        codepoint: 0x9507,
        name: "CJK UNIFIED IDEOGRAPH-9507",
    },
    Character {
        age: "1.1",
        codepoint: 0x9508,
        name: "CJK UNIFIED IDEOGRAPH-9508",
    },
    Character {
        age: "1.1",
        codepoint: 0x9509,
        name: "CJK UNIFIED IDEOGRAPH-9509",
    },
    Character {
        age: "1.1",
        codepoint: 0x950A,
        name: "CJK UNIFIED IDEOGRAPH-950A",
    },
    Character {
        age: "1.1",
        codepoint: 0x950B,
        name: "CJK UNIFIED IDEOGRAPH-950B",
    },
    Character {
        age: "1.1",
        codepoint: 0x950C,
        name: "CJK UNIFIED IDEOGRAPH-950C",
    },
    Character {
        age: "1.1",
        codepoint: 0x950D,
        name: "CJK UNIFIED IDEOGRAPH-950D",
    },
    Character {
        age: "1.1",
        codepoint: 0x950E,
        name: "CJK UNIFIED IDEOGRAPH-950E",
    },
    Character {
        age: "1.1",
        codepoint: 0x950F,
        name: "CJK UNIFIED IDEOGRAPH-950F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9510,
        name: "CJK UNIFIED IDEOGRAPH-9510",
    },
    Character {
        age: "1.1",
        codepoint: 0x9511,
        name: "CJK UNIFIED IDEOGRAPH-9511",
    },
    Character {
        age: "1.1",
        codepoint: 0x9512,
        name: "CJK UNIFIED IDEOGRAPH-9512",
    },
    Character {
        age: "1.1",
        codepoint: 0x9513,
        name: "CJK UNIFIED IDEOGRAPH-9513",
    },
    Character {
        age: "1.1",
        codepoint: 0x9514,
        name: "CJK UNIFIED IDEOGRAPH-9514",
    },
    Character {
        age: "1.1",
        codepoint: 0x9515,
        name: "CJK UNIFIED IDEOGRAPH-9515",
    },
    Character {
        age: "1.1",
        codepoint: 0x9516,
        name: "CJK UNIFIED IDEOGRAPH-9516",
    },
    Character {
        age: "1.1",
        codepoint: 0x9517,
        name: "CJK UNIFIED IDEOGRAPH-9517",
    },
    Character {
        age: "1.1",
        codepoint: 0x9518,
        name: "CJK UNIFIED IDEOGRAPH-9518",
    },
    Character {
        age: "1.1",
        codepoint: 0x9519,
        name: "CJK UNIFIED IDEOGRAPH-9519",
    },
    Character {
        age: "1.1",
        codepoint: 0x951A,
        name: "CJK UNIFIED IDEOGRAPH-951A",
    },
    Character {
        age: "1.1",
        codepoint: 0x951B,
        name: "CJK UNIFIED IDEOGRAPH-951B",
    },
    Character {
        age: "1.1",
        codepoint: 0x951C,
        name: "CJK UNIFIED IDEOGRAPH-951C",
    },
    Character {
        age: "1.1",
        codepoint: 0x951D,
        name: "CJK UNIFIED IDEOGRAPH-951D",
    },
    Character {
        age: "1.1",
        codepoint: 0x951E,
        name: "CJK UNIFIED IDEOGRAPH-951E",
    },
    Character {
        age: "1.1",
        codepoint: 0x951F,
        name: "CJK UNIFIED IDEOGRAPH-951F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9520,
        name: "CJK UNIFIED IDEOGRAPH-9520",
    },
    Character {
        age: "1.1",
        codepoint: 0x9521,
        name: "CJK UNIFIED IDEOGRAPH-9521",
    },
    Character {
        age: "1.1",
        codepoint: 0x9522,
        name: "CJK UNIFIED IDEOGRAPH-9522",
    },
    Character {
        age: "1.1",
        codepoint: 0x9523,
        name: "CJK UNIFIED IDEOGRAPH-9523",
    },
    Character {
        age: "1.1",
        codepoint: 0x9524,
        name: "CJK UNIFIED IDEOGRAPH-9524",
    },
    Character {
        age: "1.1",
        codepoint: 0x9525,
        name: "CJK UNIFIED IDEOGRAPH-9525",
    },
    Character {
        age: "1.1",
        codepoint: 0x9526,
        name: "CJK UNIFIED IDEOGRAPH-9526",
    },
    Character {
        age: "1.1",
        codepoint: 0x9527,
        name: "CJK UNIFIED IDEOGRAPH-9527",
    },
    Character {
        age: "1.1",
        codepoint: 0x9528,
        name: "CJK UNIFIED IDEOGRAPH-9528",
    },
    Character {
        age: "1.1",
        codepoint: 0x9529,
        name: "CJK UNIFIED IDEOGRAPH-9529",
    },
    Character {
        age: "1.1",
        codepoint: 0x952A,
        name: "CJK UNIFIED IDEOGRAPH-952A",
    },
    Character {
        age: "1.1",
        codepoint: 0x952B,
        name: "CJK UNIFIED IDEOGRAPH-952B",
    },
    Character {
        age: "1.1",
        codepoint: 0x952C,
        name: "CJK UNIFIED IDEOGRAPH-952C",
    },
    Character {
        age: "1.1",
        codepoint: 0x952D,
        name: "CJK UNIFIED IDEOGRAPH-952D",
    },
    Character {
        age: "1.1",
        codepoint: 0x952E,
        name: "CJK UNIFIED IDEOGRAPH-952E",
    },
    Character {
        age: "1.1",
        codepoint: 0x952F,
        name: "CJK UNIFIED IDEOGRAPH-952F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9530,
        name: "CJK UNIFIED IDEOGRAPH-9530",
    },
    Character {
        age: "1.1",
        codepoint: 0x9531,
        name: "CJK UNIFIED IDEOGRAPH-9531",
    },
    Character {
        age: "1.1",
        codepoint: 0x9532,
        name: "CJK UNIFIED IDEOGRAPH-9532",
    },
    Character {
        age: "1.1",
        codepoint: 0x9533,
        name: "CJK UNIFIED IDEOGRAPH-9533",
    },
    Character {
        age: "1.1",
        codepoint: 0x9534,
        name: "CJK UNIFIED IDEOGRAPH-9534",
    },
    Character {
        age: "1.1",
        codepoint: 0x9535,
        name: "CJK UNIFIED IDEOGRAPH-9535",
    },
    Character {
        age: "1.1",
        codepoint: 0x9536,
        name: "CJK UNIFIED IDEOGRAPH-9536",
    },
    Character {
        age: "1.1",
        codepoint: 0x9537,
        name: "CJK UNIFIED IDEOGRAPH-9537",
    },
    Character {
        age: "1.1",
        codepoint: 0x9538,
        name: "CJK UNIFIED IDEOGRAPH-9538",
    },
    Character {
        age: "1.1",
        codepoint: 0x9539,
        name: "CJK UNIFIED IDEOGRAPH-9539",
    },
    Character {
        age: "1.1",
        codepoint: 0x953A,
        name: "CJK UNIFIED IDEOGRAPH-953A",
    },
    Character {
        age: "1.1",
        codepoint: 0x953B,
        name: "CJK UNIFIED IDEOGRAPH-953B",
    },
    Character {
        age: "1.1",
        codepoint: 0x953C,
        name: "CJK UNIFIED IDEOGRAPH-953C",
    },
    Character {
        age: "1.1",
        codepoint: 0x953D,
        name: "CJK UNIFIED IDEOGRAPH-953D",
    },
    Character {
        age: "1.1",
        codepoint: 0x953E,
        name: "CJK UNIFIED IDEOGRAPH-953E",
    },
    Character {
        age: "1.1",
        codepoint: 0x953F,
        name: "CJK UNIFIED IDEOGRAPH-953F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9540,
        name: "CJK UNIFIED IDEOGRAPH-9540",
    },
    Character {
        age: "1.1",
        codepoint: 0x9541,
        name: "CJK UNIFIED IDEOGRAPH-9541",
    },
    Character {
        age: "1.1",
        codepoint: 0x9542,
        name: "CJK UNIFIED IDEOGRAPH-9542",
    },
    Character {
        age: "1.1",
        codepoint: 0x9543,
        name: "CJK UNIFIED IDEOGRAPH-9543",
    },
    Character {
        age: "1.1",
        codepoint: 0x9544,
        name: "CJK UNIFIED IDEOGRAPH-9544",
    },
    Character {
        age: "1.1",
        codepoint: 0x9545,
        name: "CJK UNIFIED IDEOGRAPH-9545",
    },
    Character {
        age: "1.1",
        codepoint: 0x9546,
        name: "CJK UNIFIED IDEOGRAPH-9546",
    },
    Character {
        age: "1.1",
        codepoint: 0x9547,
        name: "CJK UNIFIED IDEOGRAPH-9547",
    },
    Character {
        age: "1.1",
        codepoint: 0x9548,
        name: "CJK UNIFIED IDEOGRAPH-9548",
    },
    Character {
        age: "1.1",
        codepoint: 0x9549,
        name: "CJK UNIFIED IDEOGRAPH-9549",
    },
    Character {
        age: "1.1",
        codepoint: 0x954A,
        name: "CJK UNIFIED IDEOGRAPH-954A",
    },
    Character {
        age: "1.1",
        codepoint: 0x954B,
        name: "CJK UNIFIED IDEOGRAPH-954B",
    },
    Character {
        age: "1.1",
        codepoint: 0x954C,
        name: "CJK UNIFIED IDEOGRAPH-954C",
    },
    Character {
        age: "1.1",
        codepoint: 0x954D,
        name: "CJK UNIFIED IDEOGRAPH-954D",
    },
    Character {
        age: "1.1",
        codepoint: 0x954E,
        name: "CJK UNIFIED IDEOGRAPH-954E",
    },
    Character {
        age: "1.1",
        codepoint: 0x954F,
        name: "CJK UNIFIED IDEOGRAPH-954F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9550,
        name: "CJK UNIFIED IDEOGRAPH-9550",
    },
    Character {
        age: "1.1",
        codepoint: 0x9551,
        name: "CJK UNIFIED IDEOGRAPH-9551",
    },
    Character {
        age: "1.1",
        codepoint: 0x9552,
        name: "CJK UNIFIED IDEOGRAPH-9552",
    },
    Character {
        age: "1.1",
        codepoint: 0x9553,
        name: "CJK UNIFIED IDEOGRAPH-9553",
    },
    Character {
        age: "1.1",
        codepoint: 0x9554,
        name: "CJK UNIFIED IDEOGRAPH-9554",
    },
    Character {
        age: "1.1",
        codepoint: 0x9555,
        name: "CJK UNIFIED IDEOGRAPH-9555",
    },
    Character {
        age: "1.1",
        codepoint: 0x9556,
        name: "CJK UNIFIED IDEOGRAPH-9556",
    },
    Character {
        age: "1.1",
        codepoint: 0x9557,
        name: "CJK UNIFIED IDEOGRAPH-9557",
    },
    Character {
        age: "1.1",
        codepoint: 0x9558,
        name: "CJK UNIFIED IDEOGRAPH-9558",
    },
    Character {
        age: "1.1",
        codepoint: 0x9559,
        name: "CJK UNIFIED IDEOGRAPH-9559",
    },
    Character {
        age: "1.1",
        codepoint: 0x955A,
        name: "CJK UNIFIED IDEOGRAPH-955A",
    },
    Character {
        age: "1.1",
        codepoint: 0x955B,
        name: "CJK UNIFIED IDEOGRAPH-955B",
    },
    Character {
        age: "1.1",
        codepoint: 0x955C,
        name: "CJK UNIFIED IDEOGRAPH-955C",
    },
    Character {
        age: "1.1",
        codepoint: 0x955D,
        name: "CJK UNIFIED IDEOGRAPH-955D",
    },
    Character {
        age: "1.1",
        codepoint: 0x955E,
        name: "CJK UNIFIED IDEOGRAPH-955E",
    },
    Character {
        age: "1.1",
        codepoint: 0x955F,
        name: "CJK UNIFIED IDEOGRAPH-955F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9560,
        name: "CJK UNIFIED IDEOGRAPH-9560",
    },
    Character {
        age: "1.1",
        codepoint: 0x9561,
        name: "CJK UNIFIED IDEOGRAPH-9561",
    },
    Character {
        age: "1.1",
        codepoint: 0x9562,
        name: "CJK UNIFIED IDEOGRAPH-9562",
    },
    Character {
        age: "1.1",
        codepoint: 0x9563,
        name: "CJK UNIFIED IDEOGRAPH-9563",
    },
    Character {
        age: "1.1",
        codepoint: 0x9564,
        name: "CJK UNIFIED IDEOGRAPH-9564",
    },
    Character {
        age: "1.1",
        codepoint: 0x9565,
        name: "CJK UNIFIED IDEOGRAPH-9565",
    },
    Character {
        age: "1.1",
        codepoint: 0x9566,
        name: "CJK UNIFIED IDEOGRAPH-9566",
    },
    Character {
        age: "1.1",
        codepoint: 0x9567,
        name: "CJK UNIFIED IDEOGRAPH-9567",
    },
    Character {
        age: "1.1",
        codepoint: 0x9568,
        name: "CJK UNIFIED IDEOGRAPH-9568",
    },
    Character {
        age: "1.1",
        codepoint: 0x9569,
        name: "CJK UNIFIED IDEOGRAPH-9569",
    },
    Character {
        age: "1.1",
        codepoint: 0x956A,
        name: "CJK UNIFIED IDEOGRAPH-956A",
    },
    Character {
        age: "1.1",
        codepoint: 0x956B,
        name: "CJK UNIFIED IDEOGRAPH-956B",
    },
    Character {
        age: "1.1",
        codepoint: 0x956C,
        name: "CJK UNIFIED IDEOGRAPH-956C",
    },
    Character {
        age: "1.1",
        codepoint: 0x956D,
        name: "CJK UNIFIED IDEOGRAPH-956D",
    },
    Character {
        age: "1.1",
        codepoint: 0x956E,
        name: "CJK UNIFIED IDEOGRAPH-956E",
    },
    Character {
        age: "1.1",
        codepoint: 0x956F,
        name: "CJK UNIFIED IDEOGRAPH-956F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9570,
        name: "CJK UNIFIED IDEOGRAPH-9570",
    },
    Character {
        age: "1.1",
        codepoint: 0x9571,
        name: "CJK UNIFIED IDEOGRAPH-9571",
    },
    Character {
        age: "1.1",
        codepoint: 0x9572,
        name: "CJK UNIFIED IDEOGRAPH-9572",
    },
    Character {
        age: "1.1",
        codepoint: 0x9573,
        name: "CJK UNIFIED IDEOGRAPH-9573",
    },
    Character {
        age: "1.1",
        codepoint: 0x9574,
        name: "CJK UNIFIED IDEOGRAPH-9574",
    },
    Character {
        age: "1.1",
        codepoint: 0x9575,
        name: "CJK UNIFIED IDEOGRAPH-9575",
    },
    Character {
        age: "1.1",
        codepoint: 0x9576,
        name: "CJK UNIFIED IDEOGRAPH-9576",
    },
    Character {
        age: "1.1",
        codepoint: 0x9577,
        name: "CJK UNIFIED IDEOGRAPH-9577",
    },
    Character {
        age: "1.1",
        codepoint: 0x9578,
        name: "CJK UNIFIED IDEOGRAPH-9578",
    },
    Character {
        age: "1.1",
        codepoint: 0x9579,
        name: "CJK UNIFIED IDEOGRAPH-9579",
    },
    Character {
        age: "1.1",
        codepoint: 0x957A,
        name: "CJK UNIFIED IDEOGRAPH-957A",
    },
    Character {
        age: "1.1",
        codepoint: 0x957B,
        name: "CJK UNIFIED IDEOGRAPH-957B",
    },
    Character {
        age: "1.1",
        codepoint: 0x957C,
        name: "CJK UNIFIED IDEOGRAPH-957C",
    },
    Character {
        age: "1.1",
        codepoint: 0x957D,
        name: "CJK UNIFIED IDEOGRAPH-957D",
    },
    Character {
        age: "1.1",
        codepoint: 0x957E,
        name: "CJK UNIFIED IDEOGRAPH-957E",
    },
    Character {
        age: "1.1",
        codepoint: 0x957F,
        name: "CJK UNIFIED IDEOGRAPH-957F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9580,
        name: "CJK UNIFIED IDEOGRAPH-9580",
    },
    Character {
        age: "1.1",
        codepoint: 0x9581,
        name: "CJK UNIFIED IDEOGRAPH-9581",
    },
    Character {
        age: "1.1",
        codepoint: 0x9582,
        name: "CJK UNIFIED IDEOGRAPH-9582",
    },
    Character {
        age: "1.1",
        codepoint: 0x9583,
        name: "CJK UNIFIED IDEOGRAPH-9583",
    },
    Character {
        age: "1.1",
        codepoint: 0x9584,
        name: "CJK UNIFIED IDEOGRAPH-9584",
    },
    Character {
        age: "1.1",
        codepoint: 0x9585,
        name: "CJK UNIFIED IDEOGRAPH-9585",
    },
    Character {
        age: "1.1",
        codepoint: 0x9586,
        name: "CJK UNIFIED IDEOGRAPH-9586",
    },
    Character {
        age: "1.1",
        codepoint: 0x9587,
        name: "CJK UNIFIED IDEOGRAPH-9587",
    },
    Character {
        age: "1.1",
        codepoint: 0x9588,
        name: "CJK UNIFIED IDEOGRAPH-9588",
    },
    Character {
        age: "1.1",
        codepoint: 0x9589,
        name: "CJK UNIFIED IDEOGRAPH-9589",
    },
    Character {
        age: "1.1",
        codepoint: 0x958A,
        name: "CJK UNIFIED IDEOGRAPH-958A",
    },
    Character {
        age: "1.1",
        codepoint: 0x958B,
        name: "CJK UNIFIED IDEOGRAPH-958B",
    },
    Character {
        age: "1.1",
        codepoint: 0x958C,
        name: "CJK UNIFIED IDEOGRAPH-958C",
    },
    Character {
        age: "1.1",
        codepoint: 0x958D,
        name: "CJK UNIFIED IDEOGRAPH-958D",
    },
    Character {
        age: "1.1",
        codepoint: 0x958E,
        name: "CJK UNIFIED IDEOGRAPH-958E",
    },
    Character {
        age: "1.1",
        codepoint: 0x958F,
        name: "CJK UNIFIED IDEOGRAPH-958F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9590,
        name: "CJK UNIFIED IDEOGRAPH-9590",
    },
    Character {
        age: "1.1",
        codepoint: 0x9591,
        name: "CJK UNIFIED IDEOGRAPH-9591",
    },
    Character {
        age: "1.1",
        codepoint: 0x9592,
        name: "CJK UNIFIED IDEOGRAPH-9592",
    },
    Character {
        age: "1.1",
        codepoint: 0x9593,
        name: "CJK UNIFIED IDEOGRAPH-9593",
    },
    Character {
        age: "1.1",
        codepoint: 0x9594,
        name: "CJK UNIFIED IDEOGRAPH-9594",
    },
    Character {
        age: "1.1",
        codepoint: 0x9595,
        name: "CJK UNIFIED IDEOGRAPH-9595",
    },
    Character {
        age: "1.1",
        codepoint: 0x9596,
        name: "CJK UNIFIED IDEOGRAPH-9596",
    },
    Character {
        age: "1.1",
        codepoint: 0x9597,
        name: "CJK UNIFIED IDEOGRAPH-9597",
    },
    Character {
        age: "1.1",
        codepoint: 0x9598,
        name: "CJK UNIFIED IDEOGRAPH-9598",
    },
    Character {
        age: "1.1",
        codepoint: 0x9599,
        name: "CJK UNIFIED IDEOGRAPH-9599",
    },
    Character {
        age: "1.1",
        codepoint: 0x959A,
        name: "CJK UNIFIED IDEOGRAPH-959A",
    },
    Character {
        age: "1.1",
        codepoint: 0x959B,
        name: "CJK UNIFIED IDEOGRAPH-959B",
    },
    Character {
        age: "1.1",
        codepoint: 0x959C,
        name: "CJK UNIFIED IDEOGRAPH-959C",
    },
    Character {
        age: "1.1",
        codepoint: 0x959D,
        name: "CJK UNIFIED IDEOGRAPH-959D",
    },
    Character {
        age: "1.1",
        codepoint: 0x959E,
        name: "CJK UNIFIED IDEOGRAPH-959E",
    },
    Character {
        age: "1.1",
        codepoint: 0x959F,
        name: "CJK UNIFIED IDEOGRAPH-959F",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A0,
        name: "CJK UNIFIED IDEOGRAPH-95A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A1,
        name: "CJK UNIFIED IDEOGRAPH-95A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A2,
        name: "CJK UNIFIED IDEOGRAPH-95A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A3,
        name: "CJK UNIFIED IDEOGRAPH-95A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A4,
        name: "CJK UNIFIED IDEOGRAPH-95A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A5,
        name: "CJK UNIFIED IDEOGRAPH-95A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A6,
        name: "CJK UNIFIED IDEOGRAPH-95A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A7,
        name: "CJK UNIFIED IDEOGRAPH-95A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A8,
        name: "CJK UNIFIED IDEOGRAPH-95A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x95A9,
        name: "CJK UNIFIED IDEOGRAPH-95A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x95AA,
        name: "CJK UNIFIED IDEOGRAPH-95AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x95AB,
        name: "CJK UNIFIED IDEOGRAPH-95AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x95AC,
        name: "CJK UNIFIED IDEOGRAPH-95AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x95AD,
        name: "CJK UNIFIED IDEOGRAPH-95AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x95AE,
        name: "CJK UNIFIED IDEOGRAPH-95AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x95AF,
        name: "CJK UNIFIED IDEOGRAPH-95AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B0,
        name: "CJK UNIFIED IDEOGRAPH-95B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B1,
        name: "CJK UNIFIED IDEOGRAPH-95B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B2,
        name: "CJK UNIFIED IDEOGRAPH-95B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B3,
        name: "CJK UNIFIED IDEOGRAPH-95B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B4,
        name: "CJK UNIFIED IDEOGRAPH-95B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B5,
        name: "CJK UNIFIED IDEOGRAPH-95B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B6,
        name: "CJK UNIFIED IDEOGRAPH-95B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B7,
        name: "CJK UNIFIED IDEOGRAPH-95B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B8,
        name: "CJK UNIFIED IDEOGRAPH-95B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x95B9,
        name: "CJK UNIFIED IDEOGRAPH-95B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x95BA,
        name: "CJK UNIFIED IDEOGRAPH-95BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x95BB,
        name: "CJK UNIFIED IDEOGRAPH-95BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x95BC,
        name: "CJK UNIFIED IDEOGRAPH-95BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x95BD,
        name: "CJK UNIFIED IDEOGRAPH-95BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x95BE,
        name: "CJK UNIFIED IDEOGRAPH-95BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x95BF,
        name: "CJK UNIFIED IDEOGRAPH-95BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C0,
        name: "CJK UNIFIED IDEOGRAPH-95C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C1,
        name: "CJK UNIFIED IDEOGRAPH-95C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C2,
        name: "CJK UNIFIED IDEOGRAPH-95C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C3,
        name: "CJK UNIFIED IDEOGRAPH-95C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C4,
        name: "CJK UNIFIED IDEOGRAPH-95C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C5,
        name: "CJK UNIFIED IDEOGRAPH-95C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C6,
        name: "CJK UNIFIED IDEOGRAPH-95C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C7,
        name: "CJK UNIFIED IDEOGRAPH-95C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C8,
        name: "CJK UNIFIED IDEOGRAPH-95C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x95C9,
        name: "CJK UNIFIED IDEOGRAPH-95C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x95CA,
        name: "CJK UNIFIED IDEOGRAPH-95CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x95CB,
        name: "CJK UNIFIED IDEOGRAPH-95CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x95CC,
        name: "CJK UNIFIED IDEOGRAPH-95CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x95CD,
        name: "CJK UNIFIED IDEOGRAPH-95CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x95CE,
        name: "CJK UNIFIED IDEOGRAPH-95CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x95CF,
        name: "CJK UNIFIED IDEOGRAPH-95CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D0,
        name: "CJK UNIFIED IDEOGRAPH-95D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D1,
        name: "CJK UNIFIED IDEOGRAPH-95D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D2,
        name: "CJK UNIFIED IDEOGRAPH-95D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D3,
        name: "CJK UNIFIED IDEOGRAPH-95D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D4,
        name: "CJK UNIFIED IDEOGRAPH-95D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D5,
        name: "CJK UNIFIED IDEOGRAPH-95D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D6,
        name: "CJK UNIFIED IDEOGRAPH-95D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D7,
        name: "CJK UNIFIED IDEOGRAPH-95D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D8,
        name: "CJK UNIFIED IDEOGRAPH-95D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x95D9,
        name: "CJK UNIFIED IDEOGRAPH-95D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x95DA,
        name: "CJK UNIFIED IDEOGRAPH-95DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x95DB,
        name: "CJK UNIFIED IDEOGRAPH-95DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x95DC,
        name: "CJK UNIFIED IDEOGRAPH-95DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x95DD,
        name: "CJK UNIFIED IDEOGRAPH-95DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x95DE,
        name: "CJK UNIFIED IDEOGRAPH-95DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x95DF,
        name: "CJK UNIFIED IDEOGRAPH-95DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E0,
        name: "CJK UNIFIED IDEOGRAPH-95E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E1,
        name: "CJK UNIFIED IDEOGRAPH-95E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E2,
        name: "CJK UNIFIED IDEOGRAPH-95E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E3,
        name: "CJK UNIFIED IDEOGRAPH-95E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E4,
        name: "CJK UNIFIED IDEOGRAPH-95E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E5,
        name: "CJK UNIFIED IDEOGRAPH-95E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E6,
        name: "CJK UNIFIED IDEOGRAPH-95E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E7,
        name: "CJK UNIFIED IDEOGRAPH-95E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E8,
        name: "CJK UNIFIED IDEOGRAPH-95E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x95E9,
        name: "CJK UNIFIED IDEOGRAPH-95E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x95EA,
        name: "CJK UNIFIED IDEOGRAPH-95EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x95EB,
        name: "CJK UNIFIED IDEOGRAPH-95EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x95EC,
        name: "CJK UNIFIED IDEOGRAPH-95EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x95ED,
        name: "CJK UNIFIED IDEOGRAPH-95ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x95EE,
        name: "CJK UNIFIED IDEOGRAPH-95EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x95EF,
        name: "CJK UNIFIED IDEOGRAPH-95EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F0,
        name: "CJK UNIFIED IDEOGRAPH-95F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F1,
        name: "CJK UNIFIED IDEOGRAPH-95F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F2,
        name: "CJK UNIFIED IDEOGRAPH-95F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F3,
        name: "CJK UNIFIED IDEOGRAPH-95F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F4,
        name: "CJK UNIFIED IDEOGRAPH-95F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F5,
        name: "CJK UNIFIED IDEOGRAPH-95F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F6,
        name: "CJK UNIFIED IDEOGRAPH-95F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F7,
        name: "CJK UNIFIED IDEOGRAPH-95F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F8,
        name: "CJK UNIFIED IDEOGRAPH-95F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x95F9,
        name: "CJK UNIFIED IDEOGRAPH-95F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x95FA,
        name: "CJK UNIFIED IDEOGRAPH-95FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x95FB,
        name: "CJK UNIFIED IDEOGRAPH-95FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x95FC,
        name: "CJK UNIFIED IDEOGRAPH-95FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x95FD,
        name: "CJK UNIFIED IDEOGRAPH-95FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x95FE,
        name: "CJK UNIFIED IDEOGRAPH-95FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x95FF,
        name: "CJK UNIFIED IDEOGRAPH-95FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9600,
        name: "CJK UNIFIED IDEOGRAPH-9600",
    },
    Character {
        age: "1.1",
        codepoint: 0x9601,
        name: "CJK UNIFIED IDEOGRAPH-9601",
    },
    Character {
        age: "1.1",
        codepoint: 0x9602,
        name: "CJK UNIFIED IDEOGRAPH-9602",
    },
    Character {
        age: "1.1",
        codepoint: 0x9603,
        name: "CJK UNIFIED IDEOGRAPH-9603",
    },
    Character {
        age: "1.1",
        codepoint: 0x9604,
        name: "CJK UNIFIED IDEOGRAPH-9604",
    },
    Character {
        age: "1.1",
        codepoint: 0x9605,
        name: "CJK UNIFIED IDEOGRAPH-9605",
    },
    Character {
        age: "1.1",
        codepoint: 0x9606,
        name: "CJK UNIFIED IDEOGRAPH-9606",
    },
    Character {
        age: "1.1",
        codepoint: 0x9607,
        name: "CJK UNIFIED IDEOGRAPH-9607",
    },
    Character {
        age: "1.1",
        codepoint: 0x9608,
        name: "CJK UNIFIED IDEOGRAPH-9608",
    },
    Character {
        age: "1.1",
        codepoint: 0x9609,
        name: "CJK UNIFIED IDEOGRAPH-9609",
    },
    Character {
        age: "1.1",
        codepoint: 0x960A,
        name: "CJK UNIFIED IDEOGRAPH-960A",
    },
    Character {
        age: "1.1",
        codepoint: 0x960B,
        name: "CJK UNIFIED IDEOGRAPH-960B",
    },
    Character {
        age: "1.1",
        codepoint: 0x960C,
        name: "CJK UNIFIED IDEOGRAPH-960C",
    },
    Character {
        age: "1.1",
        codepoint: 0x960D,
        name: "CJK UNIFIED IDEOGRAPH-960D",
    },
    Character {
        age: "1.1",
        codepoint: 0x960E,
        name: "CJK UNIFIED IDEOGRAPH-960E",
    },
    Character {
        age: "1.1",
        codepoint: 0x960F,
        name: "CJK UNIFIED IDEOGRAPH-960F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9610,
        name: "CJK UNIFIED IDEOGRAPH-9610",
    },
    Character {
        age: "1.1",
        codepoint: 0x9611,
        name: "CJK UNIFIED IDEOGRAPH-9611",
    },
    Character {
        age: "1.1",
        codepoint: 0x9612,
        name: "CJK UNIFIED IDEOGRAPH-9612",
    },
    Character {
        age: "1.1",
        codepoint: 0x9613,
        name: "CJK UNIFIED IDEOGRAPH-9613",
    },
    Character {
        age: "1.1",
        codepoint: 0x9614,
        name: "CJK UNIFIED IDEOGRAPH-9614",
    },
    Character {
        age: "1.1",
        codepoint: 0x9615,
        name: "CJK UNIFIED IDEOGRAPH-9615",
    },
    Character {
        age: "1.1",
        codepoint: 0x9616,
        name: "CJK UNIFIED IDEOGRAPH-9616",
    },
    Character {
        age: "1.1",
        codepoint: 0x9617,
        name: "CJK UNIFIED IDEOGRAPH-9617",
    },
    Character {
        age: "1.1",
        codepoint: 0x9618,
        name: "CJK UNIFIED IDEOGRAPH-9618",
    },
    Character {
        age: "1.1",
        codepoint: 0x9619,
        name: "CJK UNIFIED IDEOGRAPH-9619",
    },
    Character {
        age: "1.1",
        codepoint: 0x961A,
        name: "CJK UNIFIED IDEOGRAPH-961A",
    },
    Character {
        age: "1.1",
        codepoint: 0x961B,
        name: "CJK UNIFIED IDEOGRAPH-961B",
    },
    Character {
        age: "1.1",
        codepoint: 0x961C,
        name: "CJK UNIFIED IDEOGRAPH-961C",
    },
    Character {
        age: "1.1",
        codepoint: 0x961D,
        name: "CJK UNIFIED IDEOGRAPH-961D",
    },
    Character {
        age: "1.1",
        codepoint: 0x961E,
        name: "CJK UNIFIED IDEOGRAPH-961E",
    },
    Character {
        age: "1.1",
        codepoint: 0x961F,
        name: "CJK UNIFIED IDEOGRAPH-961F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9620,
        name: "CJK UNIFIED IDEOGRAPH-9620",
    },
    Character {
        age: "1.1",
        codepoint: 0x9621,
        name: "CJK UNIFIED IDEOGRAPH-9621",
    },
    Character {
        age: "1.1",
        codepoint: 0x9622,
        name: "CJK UNIFIED IDEOGRAPH-9622",
    },
    Character {
        age: "1.1",
        codepoint: 0x9623,
        name: "CJK UNIFIED IDEOGRAPH-9623",
    },
    Character {
        age: "1.1",
        codepoint: 0x9624,
        name: "CJK UNIFIED IDEOGRAPH-9624",
    },
    Character {
        age: "1.1",
        codepoint: 0x9625,
        name: "CJK UNIFIED IDEOGRAPH-9625",
    },
    Character {
        age: "1.1",
        codepoint: 0x9626,
        name: "CJK UNIFIED IDEOGRAPH-9626",
    },
    Character {
        age: "1.1",
        codepoint: 0x9627,
        name: "CJK UNIFIED IDEOGRAPH-9627",
    },
    Character {
        age: "1.1",
        codepoint: 0x9628,
        name: "CJK UNIFIED IDEOGRAPH-9628",
    },
    Character {
        age: "1.1",
        codepoint: 0x9629,
        name: "CJK UNIFIED IDEOGRAPH-9629",
    },
    Character {
        age: "1.1",
        codepoint: 0x962A,
        name: "CJK UNIFIED IDEOGRAPH-962A",
    },
    Character {
        age: "1.1",
        codepoint: 0x962B,
        name: "CJK UNIFIED IDEOGRAPH-962B",
    },
    Character {
        age: "1.1",
        codepoint: 0x962C,
        name: "CJK UNIFIED IDEOGRAPH-962C",
    },
    Character {
        age: "1.1",
        codepoint: 0x962D,
        name: "CJK UNIFIED IDEOGRAPH-962D",
    },
    Character {
        age: "1.1",
        codepoint: 0x962E,
        name: "CJK UNIFIED IDEOGRAPH-962E",
    },
    Character {
        age: "1.1",
        codepoint: 0x962F,
        name: "CJK UNIFIED IDEOGRAPH-962F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9630,
        name: "CJK UNIFIED IDEOGRAPH-9630",
    },
    Character {
        age: "1.1",
        codepoint: 0x9631,
        name: "CJK UNIFIED IDEOGRAPH-9631",
    },
    Character {
        age: "1.1",
        codepoint: 0x9632,
        name: "CJK UNIFIED IDEOGRAPH-9632",
    },
    Character {
        age: "1.1",
        codepoint: 0x9633,
        name: "CJK UNIFIED IDEOGRAPH-9633",
    },
    Character {
        age: "1.1",
        codepoint: 0x9634,
        name: "CJK UNIFIED IDEOGRAPH-9634",
    },
    Character {
        age: "1.1",
        codepoint: 0x9635,
        name: "CJK UNIFIED IDEOGRAPH-9635",
    },
    Character {
        age: "1.1",
        codepoint: 0x9636,
        name: "CJK UNIFIED IDEOGRAPH-9636",
    },
    Character {
        age: "1.1",
        codepoint: 0x9637,
        name: "CJK UNIFIED IDEOGRAPH-9637",
    },
    Character {
        age: "1.1",
        codepoint: 0x9638,
        name: "CJK UNIFIED IDEOGRAPH-9638",
    },
    Character {
        age: "1.1",
        codepoint: 0x9639,
        name: "CJK UNIFIED IDEOGRAPH-9639",
    },
    Character {
        age: "1.1",
        codepoint: 0x963A,
        name: "CJK UNIFIED IDEOGRAPH-963A",
    },
    Character {
        age: "1.1",
        codepoint: 0x963B,
        name: "CJK UNIFIED IDEOGRAPH-963B",
    },
    Character {
        age: "1.1",
        codepoint: 0x963C,
        name: "CJK UNIFIED IDEOGRAPH-963C",
    },
    Character {
        age: "1.1",
        codepoint: 0x963D,
        name: "CJK UNIFIED IDEOGRAPH-963D",
    },
    Character {
        age: "1.1",
        codepoint: 0x963E,
        name: "CJK UNIFIED IDEOGRAPH-963E",
    },
    Character {
        age: "1.1",
        codepoint: 0x963F,
        name: "CJK UNIFIED IDEOGRAPH-963F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9640,
        name: "CJK UNIFIED IDEOGRAPH-9640",
    },
    Character {
        age: "1.1",
        codepoint: 0x9641,
        name: "CJK UNIFIED IDEOGRAPH-9641",
    },
    Character {
        age: "1.1",
        codepoint: 0x9642,
        name: "CJK UNIFIED IDEOGRAPH-9642",
    },
    Character {
        age: "1.1",
        codepoint: 0x9643,
        name: "CJK UNIFIED IDEOGRAPH-9643",
    },
    Character {
        age: "1.1",
        codepoint: 0x9644,
        name: "CJK UNIFIED IDEOGRAPH-9644",
    },
    Character {
        age: "1.1",
        codepoint: 0x9645,
        name: "CJK UNIFIED IDEOGRAPH-9645",
    },
    Character {
        age: "1.1",
        codepoint: 0x9646,
        name: "CJK UNIFIED IDEOGRAPH-9646",
    },
    Character {
        age: "1.1",
        codepoint: 0x9647,
        name: "CJK UNIFIED IDEOGRAPH-9647",
    },
    Character {
        age: "1.1",
        codepoint: 0x9648,
        name: "CJK UNIFIED IDEOGRAPH-9648",
    },
    Character {
        age: "1.1",
        codepoint: 0x9649,
        name: "CJK UNIFIED IDEOGRAPH-9649",
    },
    Character {
        age: "1.1",
        codepoint: 0x964A,
        name: "CJK UNIFIED IDEOGRAPH-964A",
    },
    Character {
        age: "1.1",
        codepoint: 0x964B,
        name: "CJK UNIFIED IDEOGRAPH-964B",
    },
    Character {
        age: "1.1",
        codepoint: 0x964C,
        name: "CJK UNIFIED IDEOGRAPH-964C",
    },
    Character {
        age: "1.1",
        codepoint: 0x964D,
        name: "CJK UNIFIED IDEOGRAPH-964D",
    },
    Character {
        age: "1.1",
        codepoint: 0x964E,
        name: "CJK UNIFIED IDEOGRAPH-964E",
    },
    Character {
        age: "1.1",
        codepoint: 0x964F,
        name: "CJK UNIFIED IDEOGRAPH-964F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9650,
        name: "CJK UNIFIED IDEOGRAPH-9650",
    },
    Character {
        age: "1.1",
        codepoint: 0x9651,
        name: "CJK UNIFIED IDEOGRAPH-9651",
    },
    Character {
        age: "1.1",
        codepoint: 0x9652,
        name: "CJK UNIFIED IDEOGRAPH-9652",
    },
    Character {
        age: "1.1",
        codepoint: 0x9653,
        name: "CJK UNIFIED IDEOGRAPH-9653",
    },
    Character {
        age: "1.1",
        codepoint: 0x9654,
        name: "CJK UNIFIED IDEOGRAPH-9654",
    },
    Character {
        age: "1.1",
        codepoint: 0x9655,
        name: "CJK UNIFIED IDEOGRAPH-9655",
    },
    Character {
        age: "1.1",
        codepoint: 0x9656,
        name: "CJK UNIFIED IDEOGRAPH-9656",
    },
    Character {
        age: "1.1",
        codepoint: 0x9657,
        name: "CJK UNIFIED IDEOGRAPH-9657",
    },
    Character {
        age: "1.1",
        codepoint: 0x9658,
        name: "CJK UNIFIED IDEOGRAPH-9658",
    },
    Character {
        age: "1.1",
        codepoint: 0x9659,
        name: "CJK UNIFIED IDEOGRAPH-9659",
    },
    Character {
        age: "1.1",
        codepoint: 0x965A,
        name: "CJK UNIFIED IDEOGRAPH-965A",
    },
    Character {
        age: "1.1",
        codepoint: 0x965B,
        name: "CJK UNIFIED IDEOGRAPH-965B",
    },
    Character {
        age: "1.1",
        codepoint: 0x965C,
        name: "CJK UNIFIED IDEOGRAPH-965C",
    },
    Character {
        age: "1.1",
        codepoint: 0x965D,
        name: "CJK UNIFIED IDEOGRAPH-965D",
    },
    Character {
        age: "1.1",
        codepoint: 0x965E,
        name: "CJK UNIFIED IDEOGRAPH-965E",
    },
    Character {
        age: "1.1",
        codepoint: 0x965F,
        name: "CJK UNIFIED IDEOGRAPH-965F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9660,
        name: "CJK UNIFIED IDEOGRAPH-9660",
    },
    Character {
        age: "1.1",
        codepoint: 0x9661,
        name: "CJK UNIFIED IDEOGRAPH-9661",
    },
    Character {
        age: "1.1",
        codepoint: 0x9662,
        name: "CJK UNIFIED IDEOGRAPH-9662",
    },
    Character {
        age: "1.1",
        codepoint: 0x9663,
        name: "CJK UNIFIED IDEOGRAPH-9663",
    },
    Character {
        age: "1.1",
        codepoint: 0x9664,
        name: "CJK UNIFIED IDEOGRAPH-9664",
    },
    Character {
        age: "1.1",
        codepoint: 0x9665,
        name: "CJK UNIFIED IDEOGRAPH-9665",
    },
    Character {
        age: "1.1",
        codepoint: 0x9666,
        name: "CJK UNIFIED IDEOGRAPH-9666",
    },
    Character {
        age: "1.1",
        codepoint: 0x9667,
        name: "CJK UNIFIED IDEOGRAPH-9667",
    },
    Character {
        age: "1.1",
        codepoint: 0x9668,
        name: "CJK UNIFIED IDEOGRAPH-9668",
    },
    Character {
        age: "1.1",
        codepoint: 0x9669,
        name: "CJK UNIFIED IDEOGRAPH-9669",
    },
    Character {
        age: "1.1",
        codepoint: 0x966A,
        name: "CJK UNIFIED IDEOGRAPH-966A",
    },
    Character {
        age: "1.1",
        codepoint: 0x966B,
        name: "CJK UNIFIED IDEOGRAPH-966B",
    },
    Character {
        age: "1.1",
        codepoint: 0x966C,
        name: "CJK UNIFIED IDEOGRAPH-966C",
    },
    Character {
        age: "1.1",
        codepoint: 0x966D,
        name: "CJK UNIFIED IDEOGRAPH-966D",
    },
    Character {
        age: "1.1",
        codepoint: 0x966E,
        name: "CJK UNIFIED IDEOGRAPH-966E",
    },
    Character {
        age: "1.1",
        codepoint: 0x966F,
        name: "CJK UNIFIED IDEOGRAPH-966F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9670,
        name: "CJK UNIFIED IDEOGRAPH-9670",
    },
    Character {
        age: "1.1",
        codepoint: 0x9671,
        name: "CJK UNIFIED IDEOGRAPH-9671",
    },
    Character {
        age: "1.1",
        codepoint: 0x9672,
        name: "CJK UNIFIED IDEOGRAPH-9672",
    },
    Character {
        age: "1.1",
        codepoint: 0x9673,
        name: "CJK UNIFIED IDEOGRAPH-9673",
    },
    Character {
        age: "1.1",
        codepoint: 0x9674,
        name: "CJK UNIFIED IDEOGRAPH-9674",
    },
    Character {
        age: "1.1",
        codepoint: 0x9675,
        name: "CJK UNIFIED IDEOGRAPH-9675",
    },
    Character {
        age: "1.1",
        codepoint: 0x9676,
        name: "CJK UNIFIED IDEOGRAPH-9676",
    },
    Character {
        age: "1.1",
        codepoint: 0x9677,
        name: "CJK UNIFIED IDEOGRAPH-9677",
    },
    Character {
        age: "1.1",
        codepoint: 0x9678,
        name: "CJK UNIFIED IDEOGRAPH-9678",
    },
    Character {
        age: "1.1",
        codepoint: 0x9679,
        name: "CJK UNIFIED IDEOGRAPH-9679",
    },
    Character {
        age: "1.1",
        codepoint: 0x967A,
        name: "CJK UNIFIED IDEOGRAPH-967A",
    },
    Character {
        age: "1.1",
        codepoint: 0x967B,
        name: "CJK UNIFIED IDEOGRAPH-967B",
    },
    Character {
        age: "1.1",
        codepoint: 0x967C,
        name: "CJK UNIFIED IDEOGRAPH-967C",
    },
    Character {
        age: "1.1",
        codepoint: 0x967D,
        name: "CJK UNIFIED IDEOGRAPH-967D",
    },
    Character {
        age: "1.1",
        codepoint: 0x967E,
        name: "CJK UNIFIED IDEOGRAPH-967E",
    },
    Character {
        age: "1.1",
        codepoint: 0x967F,
        name: "CJK UNIFIED IDEOGRAPH-967F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9680,
        name: "CJK UNIFIED IDEOGRAPH-9680",
    },
    Character {
        age: "1.1",
        codepoint: 0x9681,
        name: "CJK UNIFIED IDEOGRAPH-9681",
    },
    Character {
        age: "1.1",
        codepoint: 0x9682,
        name: "CJK UNIFIED IDEOGRAPH-9682",
    },
    Character {
        age: "1.1",
        codepoint: 0x9683,
        name: "CJK UNIFIED IDEOGRAPH-9683",
    },
    Character {
        age: "1.1",
        codepoint: 0x9684,
        name: "CJK UNIFIED IDEOGRAPH-9684",
    },
    Character {
        age: "1.1",
        codepoint: 0x9685,
        name: "CJK UNIFIED IDEOGRAPH-9685",
    },
    Character {
        age: "1.1",
        codepoint: 0x9686,
        name: "CJK UNIFIED IDEOGRAPH-9686",
    },
    Character {
        age: "1.1",
        codepoint: 0x9687,
        name: "CJK UNIFIED IDEOGRAPH-9687",
    },
    Character {
        age: "1.1",
        codepoint: 0x9688,
        name: "CJK UNIFIED IDEOGRAPH-9688",
    },
    Character {
        age: "1.1",
        codepoint: 0x9689,
        name: "CJK UNIFIED IDEOGRAPH-9689",
    },
    Character {
        age: "1.1",
        codepoint: 0x968A,
        name: "CJK UNIFIED IDEOGRAPH-968A",
    },
    Character {
        age: "1.1",
        codepoint: 0x968B,
        name: "CJK UNIFIED IDEOGRAPH-968B",
    },
    Character {
        age: "1.1",
        codepoint: 0x968C,
        name: "CJK UNIFIED IDEOGRAPH-968C",
    },
    Character {
        age: "1.1",
        codepoint: 0x968D,
        name: "CJK UNIFIED IDEOGRAPH-968D",
    },
    Character {
        age: "1.1",
        codepoint: 0x968E,
        name: "CJK UNIFIED IDEOGRAPH-968E",
    },
    Character {
        age: "1.1",
        codepoint: 0x968F,
        name: "CJK UNIFIED IDEOGRAPH-968F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9690,
        name: "CJK UNIFIED IDEOGRAPH-9690",
    },
    Character {
        age: "1.1",
        codepoint: 0x9691,
        name: "CJK UNIFIED IDEOGRAPH-9691",
    },
    Character {
        age: "1.1",
        codepoint: 0x9692,
        name: "CJK UNIFIED IDEOGRAPH-9692",
    },
    Character {
        age: "1.1",
        codepoint: 0x9693,
        name: "CJK UNIFIED IDEOGRAPH-9693",
    },
    Character {
        age: "1.1",
        codepoint: 0x9694,
        name: "CJK UNIFIED IDEOGRAPH-9694",
    },
    Character {
        age: "1.1",
        codepoint: 0x9695,
        name: "CJK UNIFIED IDEOGRAPH-9695",
    },
    Character {
        age: "1.1",
        codepoint: 0x9696,
        name: "CJK UNIFIED IDEOGRAPH-9696",
    },
    Character {
        age: "1.1",
        codepoint: 0x9697,
        name: "CJK UNIFIED IDEOGRAPH-9697",
    },
    Character {
        age: "1.1",
        codepoint: 0x9698,
        name: "CJK UNIFIED IDEOGRAPH-9698",
    },
    Character {
        age: "1.1",
        codepoint: 0x9699,
        name: "CJK UNIFIED IDEOGRAPH-9699",
    },
    Character {
        age: "1.1",
        codepoint: 0x969A,
        name: "CJK UNIFIED IDEOGRAPH-969A",
    },
    Character {
        age: "1.1",
        codepoint: 0x969B,
        name: "CJK UNIFIED IDEOGRAPH-969B",
    },
    Character {
        age: "1.1",
        codepoint: 0x969C,
        name: "CJK UNIFIED IDEOGRAPH-969C",
    },
    Character {
        age: "1.1",
        codepoint: 0x969D,
        name: "CJK UNIFIED IDEOGRAPH-969D",
    },
    Character {
        age: "1.1",
        codepoint: 0x969E,
        name: "CJK UNIFIED IDEOGRAPH-969E",
    },
    Character {
        age: "1.1",
        codepoint: 0x969F,
        name: "CJK UNIFIED IDEOGRAPH-969F",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A0,
        name: "CJK UNIFIED IDEOGRAPH-96A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A1,
        name: "CJK UNIFIED IDEOGRAPH-96A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A2,
        name: "CJK UNIFIED IDEOGRAPH-96A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A3,
        name: "CJK UNIFIED IDEOGRAPH-96A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A4,
        name: "CJK UNIFIED IDEOGRAPH-96A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A5,
        name: "CJK UNIFIED IDEOGRAPH-96A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A6,
        name: "CJK UNIFIED IDEOGRAPH-96A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A7,
        name: "CJK UNIFIED IDEOGRAPH-96A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A8,
        name: "CJK UNIFIED IDEOGRAPH-96A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x96A9,
        name: "CJK UNIFIED IDEOGRAPH-96A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x96AA,
        name: "CJK UNIFIED IDEOGRAPH-96AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x96AB,
        name: "CJK UNIFIED IDEOGRAPH-96AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x96AC,
        name: "CJK UNIFIED IDEOGRAPH-96AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x96AD,
        name: "CJK UNIFIED IDEOGRAPH-96AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x96AE,
        name: "CJK UNIFIED IDEOGRAPH-96AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x96AF,
        name: "CJK UNIFIED IDEOGRAPH-96AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B0,
        name: "CJK UNIFIED IDEOGRAPH-96B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B1,
        name: "CJK UNIFIED IDEOGRAPH-96B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B2,
        name: "CJK UNIFIED IDEOGRAPH-96B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B3,
        name: "CJK UNIFIED IDEOGRAPH-96B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B4,
        name: "CJK UNIFIED IDEOGRAPH-96B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B5,
        name: "CJK UNIFIED IDEOGRAPH-96B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B6,
        name: "CJK UNIFIED IDEOGRAPH-96B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B7,
        name: "CJK UNIFIED IDEOGRAPH-96B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B8,
        name: "CJK UNIFIED IDEOGRAPH-96B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x96B9,
        name: "CJK UNIFIED IDEOGRAPH-96B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x96BA,
        name: "CJK UNIFIED IDEOGRAPH-96BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x96BB,
        name: "CJK UNIFIED IDEOGRAPH-96BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x96BC,
        name: "CJK UNIFIED IDEOGRAPH-96BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x96BD,
        name: "CJK UNIFIED IDEOGRAPH-96BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x96BE,
        name: "CJK UNIFIED IDEOGRAPH-96BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x96BF,
        name: "CJK UNIFIED IDEOGRAPH-96BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C0,
        name: "CJK UNIFIED IDEOGRAPH-96C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C1,
        name: "CJK UNIFIED IDEOGRAPH-96C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C2,
        name: "CJK UNIFIED IDEOGRAPH-96C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C3,
        name: "CJK UNIFIED IDEOGRAPH-96C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C4,
        name: "CJK UNIFIED IDEOGRAPH-96C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C5,
        name: "CJK UNIFIED IDEOGRAPH-96C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C6,
        name: "CJK UNIFIED IDEOGRAPH-96C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C7,
        name: "CJK UNIFIED IDEOGRAPH-96C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C8,
        name: "CJK UNIFIED IDEOGRAPH-96C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x96C9,
        name: "CJK UNIFIED IDEOGRAPH-96C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x96CA,
        name: "CJK UNIFIED IDEOGRAPH-96CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x96CB,
        name: "CJK UNIFIED IDEOGRAPH-96CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x96CC,
        name: "CJK UNIFIED IDEOGRAPH-96CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x96CD,
        name: "CJK UNIFIED IDEOGRAPH-96CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x96CE,
        name: "CJK UNIFIED IDEOGRAPH-96CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x96CF,
        name: "CJK UNIFIED IDEOGRAPH-96CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D0,
        name: "CJK UNIFIED IDEOGRAPH-96D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D1,
        name: "CJK UNIFIED IDEOGRAPH-96D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D2,
        name: "CJK UNIFIED IDEOGRAPH-96D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D3,
        name: "CJK UNIFIED IDEOGRAPH-96D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D4,
        name: "CJK UNIFIED IDEOGRAPH-96D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D5,
        name: "CJK UNIFIED IDEOGRAPH-96D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D6,
        name: "CJK UNIFIED IDEOGRAPH-96D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D7,
        name: "CJK UNIFIED IDEOGRAPH-96D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D8,
        name: "CJK UNIFIED IDEOGRAPH-96D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x96D9,
        name: "CJK UNIFIED IDEOGRAPH-96D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x96DA,
        name: "CJK UNIFIED IDEOGRAPH-96DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x96DB,
        name: "CJK UNIFIED IDEOGRAPH-96DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x96DC,
        name: "CJK UNIFIED IDEOGRAPH-96DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x96DD,
        name: "CJK UNIFIED IDEOGRAPH-96DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x96DE,
        name: "CJK UNIFIED IDEOGRAPH-96DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x96DF,
        name: "CJK UNIFIED IDEOGRAPH-96DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E0,
        name: "CJK UNIFIED IDEOGRAPH-96E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E1,
        name: "CJK UNIFIED IDEOGRAPH-96E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E2,
        name: "CJK UNIFIED IDEOGRAPH-96E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E3,
        name: "CJK UNIFIED IDEOGRAPH-96E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E4,
        name: "CJK UNIFIED IDEOGRAPH-96E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E5,
        name: "CJK UNIFIED IDEOGRAPH-96E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E6,
        name: "CJK UNIFIED IDEOGRAPH-96E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E7,
        name: "CJK UNIFIED IDEOGRAPH-96E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E8,
        name: "CJK UNIFIED IDEOGRAPH-96E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x96E9,
        name: "CJK UNIFIED IDEOGRAPH-96E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x96EA,
        name: "CJK UNIFIED IDEOGRAPH-96EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x96EB,
        name: "CJK UNIFIED IDEOGRAPH-96EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x96EC,
        name: "CJK UNIFIED IDEOGRAPH-96EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x96ED,
        name: "CJK UNIFIED IDEOGRAPH-96ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x96EE,
        name: "CJK UNIFIED IDEOGRAPH-96EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x96EF,
        name: "CJK UNIFIED IDEOGRAPH-96EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F0,
        name: "CJK UNIFIED IDEOGRAPH-96F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F1,
        name: "CJK UNIFIED IDEOGRAPH-96F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F2,
        name: "CJK UNIFIED IDEOGRAPH-96F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F3,
        name: "CJK UNIFIED IDEOGRAPH-96F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F4,
        name: "CJK UNIFIED IDEOGRAPH-96F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F5,
        name: "CJK UNIFIED IDEOGRAPH-96F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F6,
        name: "CJK UNIFIED IDEOGRAPH-96F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F7,
        name: "CJK UNIFIED IDEOGRAPH-96F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F8,
        name: "CJK UNIFIED IDEOGRAPH-96F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x96F9,
        name: "CJK UNIFIED IDEOGRAPH-96F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x96FA,
        name: "CJK UNIFIED IDEOGRAPH-96FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x96FB,
        name: "CJK UNIFIED IDEOGRAPH-96FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x96FC,
        name: "CJK UNIFIED IDEOGRAPH-96FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x96FD,
        name: "CJK UNIFIED IDEOGRAPH-96FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x96FE,
        name: "CJK UNIFIED IDEOGRAPH-96FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x96FF,
        name: "CJK UNIFIED IDEOGRAPH-96FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9700,
        name: "CJK UNIFIED IDEOGRAPH-9700",
    },
    Character {
        age: "1.1",
        codepoint: 0x9701,
        name: "CJK UNIFIED IDEOGRAPH-9701",
    },
    Character {
        age: "1.1",
        codepoint: 0x9702,
        name: "CJK UNIFIED IDEOGRAPH-9702",
    },
    Character {
        age: "1.1",
        codepoint: 0x9703,
        name: "CJK UNIFIED IDEOGRAPH-9703",
    },
    Character {
        age: "1.1",
        codepoint: 0x9704,
        name: "CJK UNIFIED IDEOGRAPH-9704",
    },
    Character {
        age: "1.1",
        codepoint: 0x9705,
        name: "CJK UNIFIED IDEOGRAPH-9705",
    },
    Character {
        age: "1.1",
        codepoint: 0x9706,
        name: "CJK UNIFIED IDEOGRAPH-9706",
    },
    Character {
        age: "1.1",
        codepoint: 0x9707,
        name: "CJK UNIFIED IDEOGRAPH-9707",
    },
    Character {
        age: "1.1",
        codepoint: 0x9708,
        name: "CJK UNIFIED IDEOGRAPH-9708",
    },
    Character {
        age: "1.1",
        codepoint: 0x9709,
        name: "CJK UNIFIED IDEOGRAPH-9709",
    },
    Character {
        age: "1.1",
        codepoint: 0x970A,
        name: "CJK UNIFIED IDEOGRAPH-970A",
    },
    Character {
        age: "1.1",
        codepoint: 0x970B,
        name: "CJK UNIFIED IDEOGRAPH-970B",
    },
    Character {
        age: "1.1",
        codepoint: 0x970C,
        name: "CJK UNIFIED IDEOGRAPH-970C",
    },
    Character {
        age: "1.1",
        codepoint: 0x970D,
        name: "CJK UNIFIED IDEOGRAPH-970D",
    },
    Character {
        age: "1.1",
        codepoint: 0x970E,
        name: "CJK UNIFIED IDEOGRAPH-970E",
    },
    Character {
        age: "1.1",
        codepoint: 0x970F,
        name: "CJK UNIFIED IDEOGRAPH-970F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9710,
        name: "CJK UNIFIED IDEOGRAPH-9710",
    },
    Character {
        age: "1.1",
        codepoint: 0x9711,
        name: "CJK UNIFIED IDEOGRAPH-9711",
    },
    Character {
        age: "1.1",
        codepoint: 0x9712,
        name: "CJK UNIFIED IDEOGRAPH-9712",
    },
    Character {
        age: "1.1",
        codepoint: 0x9713,
        name: "CJK UNIFIED IDEOGRAPH-9713",
    },
    Character {
        age: "1.1",
        codepoint: 0x9714,
        name: "CJK UNIFIED IDEOGRAPH-9714",
    },
    Character {
        age: "1.1",
        codepoint: 0x9715,
        name: "CJK UNIFIED IDEOGRAPH-9715",
    },
    Character {
        age: "1.1",
        codepoint: 0x9716,
        name: "CJK UNIFIED IDEOGRAPH-9716",
    },
    Character {
        age: "1.1",
        codepoint: 0x9717,
        name: "CJK UNIFIED IDEOGRAPH-9717",
    },
    Character {
        age: "1.1",
        codepoint: 0x9718,
        name: "CJK UNIFIED IDEOGRAPH-9718",
    },
    Character {
        age: "1.1",
        codepoint: 0x9719,
        name: "CJK UNIFIED IDEOGRAPH-9719",
    },
    Character {
        age: "1.1",
        codepoint: 0x971A,
        name: "CJK UNIFIED IDEOGRAPH-971A",
    },
    Character {
        age: "1.1",
        codepoint: 0x971B,
        name: "CJK UNIFIED IDEOGRAPH-971B",
    },
    Character {
        age: "1.1",
        codepoint: 0x971C,
        name: "CJK UNIFIED IDEOGRAPH-971C",
    },
    Character {
        age: "1.1",
        codepoint: 0x971D,
        name: "CJK UNIFIED IDEOGRAPH-971D",
    },
    Character {
        age: "1.1",
        codepoint: 0x971E,
        name: "CJK UNIFIED IDEOGRAPH-971E",
    },
    Character {
        age: "1.1",
        codepoint: 0x971F,
        name: "CJK UNIFIED IDEOGRAPH-971F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9720,
        name: "CJK UNIFIED IDEOGRAPH-9720",
    },
    Character {
        age: "1.1",
        codepoint: 0x9721,
        name: "CJK UNIFIED IDEOGRAPH-9721",
    },
    Character {
        age: "1.1",
        codepoint: 0x9722,
        name: "CJK UNIFIED IDEOGRAPH-9722",
    },
    Character {
        age: "1.1",
        codepoint: 0x9723,
        name: "CJK UNIFIED IDEOGRAPH-9723",
    },
    Character {
        age: "1.1",
        codepoint: 0x9724,
        name: "CJK UNIFIED IDEOGRAPH-9724",
    },
    Character {
        age: "1.1",
        codepoint: 0x9725,
        name: "CJK UNIFIED IDEOGRAPH-9725",
    },
    Character {
        age: "1.1",
        codepoint: 0x9726,
        name: "CJK UNIFIED IDEOGRAPH-9726",
    },
    Character {
        age: "1.1",
        codepoint: 0x9727,
        name: "CJK UNIFIED IDEOGRAPH-9727",
    },
    Character {
        age: "1.1",
        codepoint: 0x9728,
        name: "CJK UNIFIED IDEOGRAPH-9728",
    },
    Character {
        age: "1.1",
        codepoint: 0x9729,
        name: "CJK UNIFIED IDEOGRAPH-9729",
    },
    Character {
        age: "1.1",
        codepoint: 0x972A,
        name: "CJK UNIFIED IDEOGRAPH-972A",
    },
    Character {
        age: "1.1",
        codepoint: 0x972B,
        name: "CJK UNIFIED IDEOGRAPH-972B",
    },
    Character {
        age: "1.1",
        codepoint: 0x972C,
        name: "CJK UNIFIED IDEOGRAPH-972C",
    },
    Character {
        age: "1.1",
        codepoint: 0x972D,
        name: "CJK UNIFIED IDEOGRAPH-972D",
    },
    Character {
        age: "1.1",
        codepoint: 0x972E,
        name: "CJK UNIFIED IDEOGRAPH-972E",
    },
    Character {
        age: "1.1",
        codepoint: 0x972F,
        name: "CJK UNIFIED IDEOGRAPH-972F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9730,
        name: "CJK UNIFIED IDEOGRAPH-9730",
    },
    Character {
        age: "1.1",
        codepoint: 0x9731,
        name: "CJK UNIFIED IDEOGRAPH-9731",
    },
    Character {
        age: "1.1",
        codepoint: 0x9732,
        name: "CJK UNIFIED IDEOGRAPH-9732",
    },
    Character {
        age: "1.1",
        codepoint: 0x9733,
        name: "CJK UNIFIED IDEOGRAPH-9733",
    },
    Character {
        age: "1.1",
        codepoint: 0x9734,
        name: "CJK UNIFIED IDEOGRAPH-9734",
    },
    Character {
        age: "1.1",
        codepoint: 0x9735,
        name: "CJK UNIFIED IDEOGRAPH-9735",
    },
    Character {
        age: "1.1",
        codepoint: 0x9736,
        name: "CJK UNIFIED IDEOGRAPH-9736",
    },
    Character {
        age: "1.1",
        codepoint: 0x9737,
        name: "CJK UNIFIED IDEOGRAPH-9737",
    },
    Character {
        age: "1.1",
        codepoint: 0x9738,
        name: "CJK UNIFIED IDEOGRAPH-9738",
    },
    Character {
        age: "1.1",
        codepoint: 0x9739,
        name: "CJK UNIFIED IDEOGRAPH-9739",
    },
    Character {
        age: "1.1",
        codepoint: 0x973A,
        name: "CJK UNIFIED IDEOGRAPH-973A",
    },
    Character {
        age: "1.1",
        codepoint: 0x973B,
        name: "CJK UNIFIED IDEOGRAPH-973B",
    },
    Character {
        age: "1.1",
        codepoint: 0x973C,
        name: "CJK UNIFIED IDEOGRAPH-973C",
    },
    Character {
        age: "1.1",
        codepoint: 0x973D,
        name: "CJK UNIFIED IDEOGRAPH-973D",
    },
    Character {
        age: "1.1",
        codepoint: 0x973E,
        name: "CJK UNIFIED IDEOGRAPH-973E",
    },
    Character {
        age: "1.1",
        codepoint: 0x973F,
        name: "CJK UNIFIED IDEOGRAPH-973F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9740,
        name: "CJK UNIFIED IDEOGRAPH-9740",
    },
    Character {
        age: "1.1",
        codepoint: 0x9741,
        name: "CJK UNIFIED IDEOGRAPH-9741",
    },
    Character {
        age: "1.1",
        codepoint: 0x9742,
        name: "CJK UNIFIED IDEOGRAPH-9742",
    },
    Character {
        age: "1.1",
        codepoint: 0x9743,
        name: "CJK UNIFIED IDEOGRAPH-9743",
    },
    Character {
        age: "1.1",
        codepoint: 0x9744,
        name: "CJK UNIFIED IDEOGRAPH-9744",
    },
    Character {
        age: "1.1",
        codepoint: 0x9745,
        name: "CJK UNIFIED IDEOGRAPH-9745",
    },
    Character {
        age: "1.1",
        codepoint: 0x9746,
        name: "CJK UNIFIED IDEOGRAPH-9746",
    },
    Character {
        age: "1.1",
        codepoint: 0x9747,
        name: "CJK UNIFIED IDEOGRAPH-9747",
    },
    Character {
        age: "1.1",
        codepoint: 0x9748,
        name: "CJK UNIFIED IDEOGRAPH-9748",
    },
    Character {
        age: "1.1",
        codepoint: 0x9749,
        name: "CJK UNIFIED IDEOGRAPH-9749",
    },
    Character {
        age: "1.1",
        codepoint: 0x974A,
        name: "CJK UNIFIED IDEOGRAPH-974A",
    },
    Character {
        age: "1.1",
        codepoint: 0x974B,
        name: "CJK UNIFIED IDEOGRAPH-974B",
    },
    Character {
        age: "1.1",
        codepoint: 0x974C,
        name: "CJK UNIFIED IDEOGRAPH-974C",
    },
    Character {
        age: "1.1",
        codepoint: 0x974D,
        name: "CJK UNIFIED IDEOGRAPH-974D",
    },
    Character {
        age: "1.1",
        codepoint: 0x974E,
        name: "CJK UNIFIED IDEOGRAPH-974E",
    },
    Character {
        age: "1.1",
        codepoint: 0x974F,
        name: "CJK UNIFIED IDEOGRAPH-974F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9750,
        name: "CJK UNIFIED IDEOGRAPH-9750",
    },
    Character {
        age: "1.1",
        codepoint: 0x9751,
        name: "CJK UNIFIED IDEOGRAPH-9751",
    },
    Character {
        age: "1.1",
        codepoint: 0x9752,
        name: "CJK UNIFIED IDEOGRAPH-9752",
    },
    Character {
        age: "1.1",
        codepoint: 0x9753,
        name: "CJK UNIFIED IDEOGRAPH-9753",
    },
    Character {
        age: "1.1",
        codepoint: 0x9754,
        name: "CJK UNIFIED IDEOGRAPH-9754",
    },
    Character {
        age: "1.1",
        codepoint: 0x9755,
        name: "CJK UNIFIED IDEOGRAPH-9755",
    },
    Character {
        age: "1.1",
        codepoint: 0x9756,
        name: "CJK UNIFIED IDEOGRAPH-9756",
    },
    Character {
        age: "1.1",
        codepoint: 0x9757,
        name: "CJK UNIFIED IDEOGRAPH-9757",
    },
    Character {
        age: "1.1",
        codepoint: 0x9758,
        name: "CJK UNIFIED IDEOGRAPH-9758",
    },
    Character {
        age: "1.1",
        codepoint: 0x9759,
        name: "CJK UNIFIED IDEOGRAPH-9759",
    },
    Character {
        age: "1.1",
        codepoint: 0x975A,
        name: "CJK UNIFIED IDEOGRAPH-975A",
    },
    Character {
        age: "1.1",
        codepoint: 0x975B,
        name: "CJK UNIFIED IDEOGRAPH-975B",
    },
    Character {
        age: "1.1",
        codepoint: 0x975C,
        name: "CJK UNIFIED IDEOGRAPH-975C",
    },
    Character {
        age: "1.1",
        codepoint: 0x975D,
        name: "CJK UNIFIED IDEOGRAPH-975D",
    },
    Character {
        age: "1.1",
        codepoint: 0x975E,
        name: "CJK UNIFIED IDEOGRAPH-975E",
    },
    Character {
        age: "1.1",
        codepoint: 0x975F,
        name: "CJK UNIFIED IDEOGRAPH-975F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9760,
        name: "CJK UNIFIED IDEOGRAPH-9760",
    },
    Character {
        age: "1.1",
        codepoint: 0x9761,
        name: "CJK UNIFIED IDEOGRAPH-9761",
    },
    Character {
        age: "1.1",
        codepoint: 0x9762,
        name: "CJK UNIFIED IDEOGRAPH-9762",
    },
    Character {
        age: "1.1",
        codepoint: 0x9763,
        name: "CJK UNIFIED IDEOGRAPH-9763",
    },
    Character {
        age: "1.1",
        codepoint: 0x9764,
        name: "CJK UNIFIED IDEOGRAPH-9764",
    },
    Character {
        age: "1.1",
        codepoint: 0x9765,
        name: "CJK UNIFIED IDEOGRAPH-9765",
    },
    Character {
        age: "1.1",
        codepoint: 0x9766,
        name: "CJK UNIFIED IDEOGRAPH-9766",
    },
    Character {
        age: "1.1",
        codepoint: 0x9767,
        name: "CJK UNIFIED IDEOGRAPH-9767",
    },
    Character {
        age: "1.1",
        codepoint: 0x9768,
        name: "CJK UNIFIED IDEOGRAPH-9768",
    },
    Character {
        age: "1.1",
        codepoint: 0x9769,
        name: "CJK UNIFIED IDEOGRAPH-9769",
    },
    Character {
        age: "1.1",
        codepoint: 0x976A,
        name: "CJK UNIFIED IDEOGRAPH-976A",
    },
    Character {
        age: "1.1",
        codepoint: 0x976B,
        name: "CJK UNIFIED IDEOGRAPH-976B",
    },
    Character {
        age: "1.1",
        codepoint: 0x976C,
        name: "CJK UNIFIED IDEOGRAPH-976C",
    },
    Character {
        age: "1.1",
        codepoint: 0x976D,
        name: "CJK UNIFIED IDEOGRAPH-976D",
    },
    Character {
        age: "1.1",
        codepoint: 0x976E,
        name: "CJK UNIFIED IDEOGRAPH-976E",
    },
    Character {
        age: "1.1",
        codepoint: 0x976F,
        name: "CJK UNIFIED IDEOGRAPH-976F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9770,
        name: "CJK UNIFIED IDEOGRAPH-9770",
    },
    Character {
        age: "1.1",
        codepoint: 0x9771,
        name: "CJK UNIFIED IDEOGRAPH-9771",
    },
    Character {
        age: "1.1",
        codepoint: 0x9772,
        name: "CJK UNIFIED IDEOGRAPH-9772",
    },
    Character {
        age: "1.1",
        codepoint: 0x9773,
        name: "CJK UNIFIED IDEOGRAPH-9773",
    },
    Character {
        age: "1.1",
        codepoint: 0x9774,
        name: "CJK UNIFIED IDEOGRAPH-9774",
    },
    Character {
        age: "1.1",
        codepoint: 0x9775,
        name: "CJK UNIFIED IDEOGRAPH-9775",
    },
    Character {
        age: "1.1",
        codepoint: 0x9776,
        name: "CJK UNIFIED IDEOGRAPH-9776",
    },
    Character {
        age: "1.1",
        codepoint: 0x9777,
        name: "CJK UNIFIED IDEOGRAPH-9777",
    },
    Character {
        age: "1.1",
        codepoint: 0x9778,
        name: "CJK UNIFIED IDEOGRAPH-9778",
    },
    Character {
        age: "1.1",
        codepoint: 0x9779,
        name: "CJK UNIFIED IDEOGRAPH-9779",
    },
    Character {
        age: "1.1",
        codepoint: 0x977A,
        name: "CJK UNIFIED IDEOGRAPH-977A",
    },
    Character {
        age: "1.1",
        codepoint: 0x977B,
        name: "CJK UNIFIED IDEOGRAPH-977B",
    },
    Character {
        age: "1.1",
        codepoint: 0x977C,
        name: "CJK UNIFIED IDEOGRAPH-977C",
    },
    Character {
        age: "1.1",
        codepoint: 0x977D,
        name: "CJK UNIFIED IDEOGRAPH-977D",
    },
    Character {
        age: "1.1",
        codepoint: 0x977E,
        name: "CJK UNIFIED IDEOGRAPH-977E",
    },
    Character {
        age: "1.1",
        codepoint: 0x977F,
        name: "CJK UNIFIED IDEOGRAPH-977F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9780,
        name: "CJK UNIFIED IDEOGRAPH-9780",
    },
    Character {
        age: "1.1",
        codepoint: 0x9781,
        name: "CJK UNIFIED IDEOGRAPH-9781",
    },
    Character {
        age: "1.1",
        codepoint: 0x9782,
        name: "CJK UNIFIED IDEOGRAPH-9782",
    },
    Character {
        age: "1.1",
        codepoint: 0x9783,
        name: "CJK UNIFIED IDEOGRAPH-9783",
    },
    Character {
        age: "1.1",
        codepoint: 0x9784,
        name: "CJK UNIFIED IDEOGRAPH-9784",
    },
    Character {
        age: "1.1",
        codepoint: 0x9785,
        name: "CJK UNIFIED IDEOGRAPH-9785",
    },
    Character {
        age: "1.1",
        codepoint: 0x9786,
        name: "CJK UNIFIED IDEOGRAPH-9786",
    },
    Character {
        age: "1.1",
        codepoint: 0x9787,
        name: "CJK UNIFIED IDEOGRAPH-9787",
    },
    Character {
        age: "1.1",
        codepoint: 0x9788,
        name: "CJK UNIFIED IDEOGRAPH-9788",
    },
    Character {
        age: "1.1",
        codepoint: 0x9789,
        name: "CJK UNIFIED IDEOGRAPH-9789",
    },
    Character {
        age: "1.1",
        codepoint: 0x978A,
        name: "CJK UNIFIED IDEOGRAPH-978A",
    },
    Character {
        age: "1.1",
        codepoint: 0x978B,
        name: "CJK UNIFIED IDEOGRAPH-978B",
    },
    Character {
        age: "1.1",
        codepoint: 0x978C,
        name: "CJK UNIFIED IDEOGRAPH-978C",
    },
    Character {
        age: "1.1",
        codepoint: 0x978D,
        name: "CJK UNIFIED IDEOGRAPH-978D",
    },
    Character {
        age: "1.1",
        codepoint: 0x978E,
        name: "CJK UNIFIED IDEOGRAPH-978E",
    },
    Character {
        age: "1.1",
        codepoint: 0x978F,
        name: "CJK UNIFIED IDEOGRAPH-978F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9790,
        name: "CJK UNIFIED IDEOGRAPH-9790",
    },
    Character {
        age: "1.1",
        codepoint: 0x9791,
        name: "CJK UNIFIED IDEOGRAPH-9791",
    },
    Character {
        age: "1.1",
        codepoint: 0x9792,
        name: "CJK UNIFIED IDEOGRAPH-9792",
    },
    Character {
        age: "1.1",
        codepoint: 0x9793,
        name: "CJK UNIFIED IDEOGRAPH-9793",
    },
    Character {
        age: "1.1",
        codepoint: 0x9794,
        name: "CJK UNIFIED IDEOGRAPH-9794",
    },
    Character {
        age: "1.1",
        codepoint: 0x9795,
        name: "CJK UNIFIED IDEOGRAPH-9795",
    },
    Character {
        age: "1.1",
        codepoint: 0x9796,
        name: "CJK UNIFIED IDEOGRAPH-9796",
    },
    Character {
        age: "1.1",
        codepoint: 0x9797,
        name: "CJK UNIFIED IDEOGRAPH-9797",
    },
    Character {
        age: "1.1",
        codepoint: 0x9798,
        name: "CJK UNIFIED IDEOGRAPH-9798",
    },
    Character {
        age: "1.1",
        codepoint: 0x9799,
        name: "CJK UNIFIED IDEOGRAPH-9799",
    },
    Character {
        age: "1.1",
        codepoint: 0x979A,
        name: "CJK UNIFIED IDEOGRAPH-979A",
    },
    Character {
        age: "1.1",
        codepoint: 0x979B,
        name: "CJK UNIFIED IDEOGRAPH-979B",
    },
    Character {
        age: "1.1",
        codepoint: 0x979C,
        name: "CJK UNIFIED IDEOGRAPH-979C",
    },
    Character {
        age: "1.1",
        codepoint: 0x979D,
        name: "CJK UNIFIED IDEOGRAPH-979D",
    },
    Character {
        age: "1.1",
        codepoint: 0x979E,
        name: "CJK UNIFIED IDEOGRAPH-979E",
    },
    Character {
        age: "1.1",
        codepoint: 0x979F,
        name: "CJK UNIFIED IDEOGRAPH-979F",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A0,
        name: "CJK UNIFIED IDEOGRAPH-97A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A1,
        name: "CJK UNIFIED IDEOGRAPH-97A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A2,
        name: "CJK UNIFIED IDEOGRAPH-97A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A3,
        name: "CJK UNIFIED IDEOGRAPH-97A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A4,
        name: "CJK UNIFIED IDEOGRAPH-97A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A5,
        name: "CJK UNIFIED IDEOGRAPH-97A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A6,
        name: "CJK UNIFIED IDEOGRAPH-97A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A7,
        name: "CJK UNIFIED IDEOGRAPH-97A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A8,
        name: "CJK UNIFIED IDEOGRAPH-97A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x97A9,
        name: "CJK UNIFIED IDEOGRAPH-97A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x97AA,
        name: "CJK UNIFIED IDEOGRAPH-97AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x97AB,
        name: "CJK UNIFIED IDEOGRAPH-97AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x97AC,
        name: "CJK UNIFIED IDEOGRAPH-97AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x97AD,
        name: "CJK UNIFIED IDEOGRAPH-97AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x97AE,
        name: "CJK UNIFIED IDEOGRAPH-97AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x97AF,
        name: "CJK UNIFIED IDEOGRAPH-97AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B0,
        name: "CJK UNIFIED IDEOGRAPH-97B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B1,
        name: "CJK UNIFIED IDEOGRAPH-97B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B2,
        name: "CJK UNIFIED IDEOGRAPH-97B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B3,
        name: "CJK UNIFIED IDEOGRAPH-97B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B4,
        name: "CJK UNIFIED IDEOGRAPH-97B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B5,
        name: "CJK UNIFIED IDEOGRAPH-97B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B6,
        name: "CJK UNIFIED IDEOGRAPH-97B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B7,
        name: "CJK UNIFIED IDEOGRAPH-97B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B8,
        name: "CJK UNIFIED IDEOGRAPH-97B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x97B9,
        name: "CJK UNIFIED IDEOGRAPH-97B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x97BA,
        name: "CJK UNIFIED IDEOGRAPH-97BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x97BB,
        name: "CJK UNIFIED IDEOGRAPH-97BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x97BC,
        name: "CJK UNIFIED IDEOGRAPH-97BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x97BD,
        name: "CJK UNIFIED IDEOGRAPH-97BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x97BE,
        name: "CJK UNIFIED IDEOGRAPH-97BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x97BF,
        name: "CJK UNIFIED IDEOGRAPH-97BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C0,
        name: "CJK UNIFIED IDEOGRAPH-97C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C1,
        name: "CJK UNIFIED IDEOGRAPH-97C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C2,
        name: "CJK UNIFIED IDEOGRAPH-97C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C3,
        name: "CJK UNIFIED IDEOGRAPH-97C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C4,
        name: "CJK UNIFIED IDEOGRAPH-97C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C5,
        name: "CJK UNIFIED IDEOGRAPH-97C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C6,
        name: "CJK UNIFIED IDEOGRAPH-97C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C7,
        name: "CJK UNIFIED IDEOGRAPH-97C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C8,
        name: "CJK UNIFIED IDEOGRAPH-97C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x97C9,
        name: "CJK UNIFIED IDEOGRAPH-97C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x97CA,
        name: "CJK UNIFIED IDEOGRAPH-97CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x97CB,
        name: "CJK UNIFIED IDEOGRAPH-97CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x97CC,
        name: "CJK UNIFIED IDEOGRAPH-97CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x97CD,
        name: "CJK UNIFIED IDEOGRAPH-97CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x97CE,
        name: "CJK UNIFIED IDEOGRAPH-97CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x97CF,
        name: "CJK UNIFIED IDEOGRAPH-97CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D0,
        name: "CJK UNIFIED IDEOGRAPH-97D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D1,
        name: "CJK UNIFIED IDEOGRAPH-97D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D2,
        name: "CJK UNIFIED IDEOGRAPH-97D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D3,
        name: "CJK UNIFIED IDEOGRAPH-97D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D4,
        name: "CJK UNIFIED IDEOGRAPH-97D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D5,
        name: "CJK UNIFIED IDEOGRAPH-97D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D6,
        name: "CJK UNIFIED IDEOGRAPH-97D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D7,
        name: "CJK UNIFIED IDEOGRAPH-97D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D8,
        name: "CJK UNIFIED IDEOGRAPH-97D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x97D9,
        name: "CJK UNIFIED IDEOGRAPH-97D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x97DA,
        name: "CJK UNIFIED IDEOGRAPH-97DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x97DB,
        name: "CJK UNIFIED IDEOGRAPH-97DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x97DC,
        name: "CJK UNIFIED IDEOGRAPH-97DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x97DD,
        name: "CJK UNIFIED IDEOGRAPH-97DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x97DE,
        name: "CJK UNIFIED IDEOGRAPH-97DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x97DF,
        name: "CJK UNIFIED IDEOGRAPH-97DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E0,
        name: "CJK UNIFIED IDEOGRAPH-97E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E1,
        name: "CJK UNIFIED IDEOGRAPH-97E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E2,
        name: "CJK UNIFIED IDEOGRAPH-97E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E3,
        name: "CJK UNIFIED IDEOGRAPH-97E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E4,
        name: "CJK UNIFIED IDEOGRAPH-97E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E5,
        name: "CJK UNIFIED IDEOGRAPH-97E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E6,
        name: "CJK UNIFIED IDEOGRAPH-97E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E7,
        name: "CJK UNIFIED IDEOGRAPH-97E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E8,
        name: "CJK UNIFIED IDEOGRAPH-97E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x97E9,
        name: "CJK UNIFIED IDEOGRAPH-97E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x97EA,
        name: "CJK UNIFIED IDEOGRAPH-97EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x97EB,
        name: "CJK UNIFIED IDEOGRAPH-97EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x97EC,
        name: "CJK UNIFIED IDEOGRAPH-97EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x97ED,
        name: "CJK UNIFIED IDEOGRAPH-97ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x97EE,
        name: "CJK UNIFIED IDEOGRAPH-97EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x97EF,
        name: "CJK UNIFIED IDEOGRAPH-97EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F0,
        name: "CJK UNIFIED IDEOGRAPH-97F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F1,
        name: "CJK UNIFIED IDEOGRAPH-97F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F2,
        name: "CJK UNIFIED IDEOGRAPH-97F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F3,
        name: "CJK UNIFIED IDEOGRAPH-97F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F4,
        name: "CJK UNIFIED IDEOGRAPH-97F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F5,
        name: "CJK UNIFIED IDEOGRAPH-97F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F6,
        name: "CJK UNIFIED IDEOGRAPH-97F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F7,
        name: "CJK UNIFIED IDEOGRAPH-97F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F8,
        name: "CJK UNIFIED IDEOGRAPH-97F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x97F9,
        name: "CJK UNIFIED IDEOGRAPH-97F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x97FA,
        name: "CJK UNIFIED IDEOGRAPH-97FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x97FB,
        name: "CJK UNIFIED IDEOGRAPH-97FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x97FC,
        name: "CJK UNIFIED IDEOGRAPH-97FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x97FD,
        name: "CJK UNIFIED IDEOGRAPH-97FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x97FE,
        name: "CJK UNIFIED IDEOGRAPH-97FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x97FF,
        name: "CJK UNIFIED IDEOGRAPH-97FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9800,
        name: "CJK UNIFIED IDEOGRAPH-9800",
    },
    Character {
        age: "1.1",
        codepoint: 0x9801,
        name: "CJK UNIFIED IDEOGRAPH-9801",
    },
    Character {
        age: "1.1",
        codepoint: 0x9802,
        name: "CJK UNIFIED IDEOGRAPH-9802",
    },
    Character {
        age: "1.1",
        codepoint: 0x9803,
        name: "CJK UNIFIED IDEOGRAPH-9803",
    },
    Character {
        age: "1.1",
        codepoint: 0x9804,
        name: "CJK UNIFIED IDEOGRAPH-9804",
    },
    Character {
        age: "1.1",
        codepoint: 0x9805,
        name: "CJK UNIFIED IDEOGRAPH-9805",
    },
    Character {
        age: "1.1",
        codepoint: 0x9806,
        name: "CJK UNIFIED IDEOGRAPH-9806",
    },
    Character {
        age: "1.1",
        codepoint: 0x9807,
        name: "CJK UNIFIED IDEOGRAPH-9807",
    },
    Character {
        age: "1.1",
        codepoint: 0x9808,
        name: "CJK UNIFIED IDEOGRAPH-9808",
    },
    Character {
        age: "1.1",
        codepoint: 0x9809,
        name: "CJK UNIFIED IDEOGRAPH-9809",
    },
    Character {
        age: "1.1",
        codepoint: 0x980A,
        name: "CJK UNIFIED IDEOGRAPH-980A",
    },
    Character {
        age: "1.1",
        codepoint: 0x980B,
        name: "CJK UNIFIED IDEOGRAPH-980B",
    },
    Character {
        age: "1.1",
        codepoint: 0x980C,
        name: "CJK UNIFIED IDEOGRAPH-980C",
    },
    Character {
        age: "1.1",
        codepoint: 0x980D,
        name: "CJK UNIFIED IDEOGRAPH-980D",
    },
    Character {
        age: "1.1",
        codepoint: 0x980E,
        name: "CJK UNIFIED IDEOGRAPH-980E",
    },
    Character {
        age: "1.1",
        codepoint: 0x980F,
        name: "CJK UNIFIED IDEOGRAPH-980F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9810,
        name: "CJK UNIFIED IDEOGRAPH-9810",
    },
    Character {
        age: "1.1",
        codepoint: 0x9811,
        name: "CJK UNIFIED IDEOGRAPH-9811",
    },
    Character {
        age: "1.1",
        codepoint: 0x9812,
        name: "CJK UNIFIED IDEOGRAPH-9812",
    },
    Character {
        age: "1.1",
        codepoint: 0x9813,
        name: "CJK UNIFIED IDEOGRAPH-9813",
    },
    Character {
        age: "1.1",
        codepoint: 0x9814,
        name: "CJK UNIFIED IDEOGRAPH-9814",
    },
    Character {
        age: "1.1",
        codepoint: 0x9815,
        name: "CJK UNIFIED IDEOGRAPH-9815",
    },
    Character {
        age: "1.1",
        codepoint: 0x9816,
        name: "CJK UNIFIED IDEOGRAPH-9816",
    },
    Character {
        age: "1.1",
        codepoint: 0x9817,
        name: "CJK UNIFIED IDEOGRAPH-9817",
    },
    Character {
        age: "1.1",
        codepoint: 0x9818,
        name: "CJK UNIFIED IDEOGRAPH-9818",
    },
    Character {
        age: "1.1",
        codepoint: 0x9819,
        name: "CJK UNIFIED IDEOGRAPH-9819",
    },
    Character {
        age: "1.1",
        codepoint: 0x981A,
        name: "CJK UNIFIED IDEOGRAPH-981A",
    },
    Character {
        age: "1.1",
        codepoint: 0x981B,
        name: "CJK UNIFIED IDEOGRAPH-981B",
    },
    Character {
        age: "1.1",
        codepoint: 0x981C,
        name: "CJK UNIFIED IDEOGRAPH-981C",
    },
    Character {
        age: "1.1",
        codepoint: 0x981D,
        name: "CJK UNIFIED IDEOGRAPH-981D",
    },
    Character {
        age: "1.1",
        codepoint: 0x981E,
        name: "CJK UNIFIED IDEOGRAPH-981E",
    },
    Character {
        age: "1.1",
        codepoint: 0x981F,
        name: "CJK UNIFIED IDEOGRAPH-981F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9820,
        name: "CJK UNIFIED IDEOGRAPH-9820",
    },
    Character {
        age: "1.1",
        codepoint: 0x9821,
        name: "CJK UNIFIED IDEOGRAPH-9821",
    },
    Character {
        age: "1.1",
        codepoint: 0x9822,
        name: "CJK UNIFIED IDEOGRAPH-9822",
    },
    Character {
        age: "1.1",
        codepoint: 0x9823,
        name: "CJK UNIFIED IDEOGRAPH-9823",
    },
    Character {
        age: "1.1",
        codepoint: 0x9824,
        name: "CJK UNIFIED IDEOGRAPH-9824",
    },
    Character {
        age: "1.1",
        codepoint: 0x9825,
        name: "CJK UNIFIED IDEOGRAPH-9825",
    },
    Character {
        age: "1.1",
        codepoint: 0x9826,
        name: "CJK UNIFIED IDEOGRAPH-9826",
    },
    Character {
        age: "1.1",
        codepoint: 0x9827,
        name: "CJK UNIFIED IDEOGRAPH-9827",
    },
    Character {
        age: "1.1",
        codepoint: 0x9828,
        name: "CJK UNIFIED IDEOGRAPH-9828",
    },
    Character {
        age: "1.1",
        codepoint: 0x9829,
        name: "CJK UNIFIED IDEOGRAPH-9829",
    },
    Character {
        age: "1.1",
        codepoint: 0x982A,
        name: "CJK UNIFIED IDEOGRAPH-982A",
    },
    Character {
        age: "1.1",
        codepoint: 0x982B,
        name: "CJK UNIFIED IDEOGRAPH-982B",
    },
    Character {
        age: "1.1",
        codepoint: 0x982C,
        name: "CJK UNIFIED IDEOGRAPH-982C",
    },
    Character {
        age: "1.1",
        codepoint: 0x982D,
        name: "CJK UNIFIED IDEOGRAPH-982D",
    },
    Character {
        age: "1.1",
        codepoint: 0x982E,
        name: "CJK UNIFIED IDEOGRAPH-982E",
    },
    Character {
        age: "1.1",
        codepoint: 0x982F,
        name: "CJK UNIFIED IDEOGRAPH-982F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9830,
        name: "CJK UNIFIED IDEOGRAPH-9830",
    },
    Character {
        age: "1.1",
        codepoint: 0x9831,
        name: "CJK UNIFIED IDEOGRAPH-9831",
    },
    Character {
        age: "1.1",
        codepoint: 0x9832,
        name: "CJK UNIFIED IDEOGRAPH-9832",
    },
    Character {
        age: "1.1",
        codepoint: 0x9833,
        name: "CJK UNIFIED IDEOGRAPH-9833",
    },
    Character {
        age: "1.1",
        codepoint: 0x9834,
        name: "CJK UNIFIED IDEOGRAPH-9834",
    },
    Character {
        age: "1.1",
        codepoint: 0x9835,
        name: "CJK UNIFIED IDEOGRAPH-9835",
    },
    Character {
        age: "1.1",
        codepoint: 0x9836,
        name: "CJK UNIFIED IDEOGRAPH-9836",
    },
    Character {
        age: "1.1",
        codepoint: 0x9837,
        name: "CJK UNIFIED IDEOGRAPH-9837",
    },
    Character {
        age: "1.1",
        codepoint: 0x9838,
        name: "CJK UNIFIED IDEOGRAPH-9838",
    },
    Character {
        age: "1.1",
        codepoint: 0x9839,
        name: "CJK UNIFIED IDEOGRAPH-9839",
    },
    Character {
        age: "1.1",
        codepoint: 0x983A,
        name: "CJK UNIFIED IDEOGRAPH-983A",
    },
    Character {
        age: "1.1",
        codepoint: 0x983B,
        name: "CJK UNIFIED IDEOGRAPH-983B",
    },
    Character {
        age: "1.1",
        codepoint: 0x983C,
        name: "CJK UNIFIED IDEOGRAPH-983C",
    },
    Character {
        age: "1.1",
        codepoint: 0x983D,
        name: "CJK UNIFIED IDEOGRAPH-983D",
    },
    Character {
        age: "1.1",
        codepoint: 0x983E,
        name: "CJK UNIFIED IDEOGRAPH-983E",
    },
    Character {
        age: "1.1",
        codepoint: 0x983F,
        name: "CJK UNIFIED IDEOGRAPH-983F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9840,
        name: "CJK UNIFIED IDEOGRAPH-9840",
    },
    Character {
        age: "1.1",
        codepoint: 0x9841,
        name: "CJK UNIFIED IDEOGRAPH-9841",
    },
    Character {
        age: "1.1",
        codepoint: 0x9842,
        name: "CJK UNIFIED IDEOGRAPH-9842",
    },
    Character {
        age: "1.1",
        codepoint: 0x9843,
        name: "CJK UNIFIED IDEOGRAPH-9843",
    },
    Character {
        age: "1.1",
        codepoint: 0x9844,
        name: "CJK UNIFIED IDEOGRAPH-9844",
    },
    Character {
        age: "1.1",
        codepoint: 0x9845,
        name: "CJK UNIFIED IDEOGRAPH-9845",
    },
    Character {
        age: "1.1",
        codepoint: 0x9846,
        name: "CJK UNIFIED IDEOGRAPH-9846",
    },
    Character {
        age: "1.1",
        codepoint: 0x9847,
        name: "CJK UNIFIED IDEOGRAPH-9847",
    },
    Character {
        age: "1.1",
        codepoint: 0x9848,
        name: "CJK UNIFIED IDEOGRAPH-9848",
    },
    Character {
        age: "1.1",
        codepoint: 0x9849,
        name: "CJK UNIFIED IDEOGRAPH-9849",
    },
    Character {
        age: "1.1",
        codepoint: 0x984A,
        name: "CJK UNIFIED IDEOGRAPH-984A",
    },
    Character {
        age: "1.1",
        codepoint: 0x984B,
        name: "CJK UNIFIED IDEOGRAPH-984B",
    },
    Character {
        age: "1.1",
        codepoint: 0x984C,
        name: "CJK UNIFIED IDEOGRAPH-984C",
    },
    Character {
        age: "1.1",
        codepoint: 0x984D,
        name: "CJK UNIFIED IDEOGRAPH-984D",
    },
    Character {
        age: "1.1",
        codepoint: 0x984E,
        name: "CJK UNIFIED IDEOGRAPH-984E",
    },
    Character {
        age: "1.1",
        codepoint: 0x984F,
        name: "CJK UNIFIED IDEOGRAPH-984F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9850,
        name: "CJK UNIFIED IDEOGRAPH-9850",
    },
    Character {
        age: "1.1",
        codepoint: 0x9851,
        name: "CJK UNIFIED IDEOGRAPH-9851",
    },
    Character {
        age: "1.1",
        codepoint: 0x9852,
        name: "CJK UNIFIED IDEOGRAPH-9852",
    },
    Character {
        age: "1.1",
        codepoint: 0x9853,
        name: "CJK UNIFIED IDEOGRAPH-9853",
    },
    Character {
        age: "1.1",
        codepoint: 0x9854,
        name: "CJK UNIFIED IDEOGRAPH-9854",
    },
    Character {
        age: "1.1",
        codepoint: 0x9855,
        name: "CJK UNIFIED IDEOGRAPH-9855",
    },
    Character {
        age: "1.1",
        codepoint: 0x9856,
        name: "CJK UNIFIED IDEOGRAPH-9856",
    },
    Character {
        age: "1.1",
        codepoint: 0x9857,
        name: "CJK UNIFIED IDEOGRAPH-9857",
    },
    Character {
        age: "1.1",
        codepoint: 0x9858,
        name: "CJK UNIFIED IDEOGRAPH-9858",
    },
    Character {
        age: "1.1",
        codepoint: 0x9859,
        name: "CJK UNIFIED IDEOGRAPH-9859",
    },
    Character {
        age: "1.1",
        codepoint: 0x985A,
        name: "CJK UNIFIED IDEOGRAPH-985A",
    },
    Character {
        age: "1.1",
        codepoint: 0x985B,
        name: "CJK UNIFIED IDEOGRAPH-985B",
    },
    Character {
        age: "1.1",
        codepoint: 0x985C,
        name: "CJK UNIFIED IDEOGRAPH-985C",
    },
    Character {
        age: "1.1",
        codepoint: 0x985D,
        name: "CJK UNIFIED IDEOGRAPH-985D",
    },
    Character {
        age: "1.1",
        codepoint: 0x985E,
        name: "CJK UNIFIED IDEOGRAPH-985E",
    },
    Character {
        age: "1.1",
        codepoint: 0x985F,
        name: "CJK UNIFIED IDEOGRAPH-985F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9860,
        name: "CJK UNIFIED IDEOGRAPH-9860",
    },
    Character {
        age: "1.1",
        codepoint: 0x9861,
        name: "CJK UNIFIED IDEOGRAPH-9861",
    },
    Character {
        age: "1.1",
        codepoint: 0x9862,
        name: "CJK UNIFIED IDEOGRAPH-9862",
    },
    Character {
        age: "1.1",
        codepoint: 0x9863,
        name: "CJK UNIFIED IDEOGRAPH-9863",
    },
    Character {
        age: "1.1",
        codepoint: 0x9864,
        name: "CJK UNIFIED IDEOGRAPH-9864",
    },
    Character {
        age: "1.1",
        codepoint: 0x9865,
        name: "CJK UNIFIED IDEOGRAPH-9865",
    },
    Character {
        age: "1.1",
        codepoint: 0x9866,
        name: "CJK UNIFIED IDEOGRAPH-9866",
    },
    Character {
        age: "1.1",
        codepoint: 0x9867,
        name: "CJK UNIFIED IDEOGRAPH-9867",
    },
    Character {
        age: "1.1",
        codepoint: 0x9868,
        name: "CJK UNIFIED IDEOGRAPH-9868",
    },
    Character {
        age: "1.1",
        codepoint: 0x9869,
        name: "CJK UNIFIED IDEOGRAPH-9869",
    },
    Character {
        age: "1.1",
        codepoint: 0x986A,
        name: "CJK UNIFIED IDEOGRAPH-986A",
    },
    Character {
        age: "1.1",
        codepoint: 0x986B,
        name: "CJK UNIFIED IDEOGRAPH-986B",
    },
    Character {
        age: "1.1",
        codepoint: 0x986C,
        name: "CJK UNIFIED IDEOGRAPH-986C",
    },
    Character {
        age: "1.1",
        codepoint: 0x986D,
        name: "CJK UNIFIED IDEOGRAPH-986D",
    },
    Character {
        age: "1.1",
        codepoint: 0x986E,
        name: "CJK UNIFIED IDEOGRAPH-986E",
    },
    Character {
        age: "1.1",
        codepoint: 0x986F,
        name: "CJK UNIFIED IDEOGRAPH-986F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9870,
        name: "CJK UNIFIED IDEOGRAPH-9870",
    },
    Character {
        age: "1.1",
        codepoint: 0x9871,
        name: "CJK UNIFIED IDEOGRAPH-9871",
    },
    Character {
        age: "1.1",
        codepoint: 0x9872,
        name: "CJK UNIFIED IDEOGRAPH-9872",
    },
    Character {
        age: "1.1",
        codepoint: 0x9873,
        name: "CJK UNIFIED IDEOGRAPH-9873",
    },
    Character {
        age: "1.1",
        codepoint: 0x9874,
        name: "CJK UNIFIED IDEOGRAPH-9874",
    },
    Character {
        age: "1.1",
        codepoint: 0x9875,
        name: "CJK UNIFIED IDEOGRAPH-9875",
    },
    Character {
        age: "1.1",
        codepoint: 0x9876,
        name: "CJK UNIFIED IDEOGRAPH-9876",
    },
    Character {
        age: "1.1",
        codepoint: 0x9877,
        name: "CJK UNIFIED IDEOGRAPH-9877",
    },
    Character {
        age: "1.1",
        codepoint: 0x9878,
        name: "CJK UNIFIED IDEOGRAPH-9878",
    },
    Character {
        age: "1.1",
        codepoint: 0x9879,
        name: "CJK UNIFIED IDEOGRAPH-9879",
    },
    Character {
        age: "1.1",
        codepoint: 0x987A,
        name: "CJK UNIFIED IDEOGRAPH-987A",
    },
    Character {
        age: "1.1",
        codepoint: 0x987B,
        name: "CJK UNIFIED IDEOGRAPH-987B",
    },
    Character {
        age: "1.1",
        codepoint: 0x987C,
        name: "CJK UNIFIED IDEOGRAPH-987C",
    },
    Character {
        age: "1.1",
        codepoint: 0x987D,
        name: "CJK UNIFIED IDEOGRAPH-987D",
    },
    Character {
        age: "1.1",
        codepoint: 0x987E,
        name: "CJK UNIFIED IDEOGRAPH-987E",
    },
    Character {
        age: "1.1",
        codepoint: 0x987F,
        name: "CJK UNIFIED IDEOGRAPH-987F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9880,
        name: "CJK UNIFIED IDEOGRAPH-9880",
    },
    Character {
        age: "1.1",
        codepoint: 0x9881,
        name: "CJK UNIFIED IDEOGRAPH-9881",
    },
    Character {
        age: "1.1",
        codepoint: 0x9882,
        name: "CJK UNIFIED IDEOGRAPH-9882",
    },
    Character {
        age: "1.1",
        codepoint: 0x9883,
        name: "CJK UNIFIED IDEOGRAPH-9883",
    },
    Character {
        age: "1.1",
        codepoint: 0x9884,
        name: "CJK UNIFIED IDEOGRAPH-9884",
    },
    Character {
        age: "1.1",
        codepoint: 0x9885,
        name: "CJK UNIFIED IDEOGRAPH-9885",
    },
    Character {
        age: "1.1",
        codepoint: 0x9886,
        name: "CJK UNIFIED IDEOGRAPH-9886",
    },
    Character {
        age: "1.1",
        codepoint: 0x9887,
        name: "CJK UNIFIED IDEOGRAPH-9887",
    },
    Character {
        age: "1.1",
        codepoint: 0x9888,
        name: "CJK UNIFIED IDEOGRAPH-9888",
    },
    Character {
        age: "1.1",
        codepoint: 0x9889,
        name: "CJK UNIFIED IDEOGRAPH-9889",
    },
    Character {
        age: "1.1",
        codepoint: 0x988A,
        name: "CJK UNIFIED IDEOGRAPH-988A",
    },
    Character {
        age: "1.1",
        codepoint: 0x988B,
        name: "CJK UNIFIED IDEOGRAPH-988B",
    },
    Character {
        age: "1.1",
        codepoint: 0x988C,
        name: "CJK UNIFIED IDEOGRAPH-988C",
    },
    Character {
        age: "1.1",
        codepoint: 0x988D,
        name: "CJK UNIFIED IDEOGRAPH-988D",
    },
    Character {
        age: "1.1",
        codepoint: 0x988E,
        name: "CJK UNIFIED IDEOGRAPH-988E",
    },
    Character {
        age: "1.1",
        codepoint: 0x988F,
        name: "CJK UNIFIED IDEOGRAPH-988F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9890,
        name: "CJK UNIFIED IDEOGRAPH-9890",
    },
    Character {
        age: "1.1",
        codepoint: 0x9891,
        name: "CJK UNIFIED IDEOGRAPH-9891",
    },
    Character {
        age: "1.1",
        codepoint: 0x9892,
        name: "CJK UNIFIED IDEOGRAPH-9892",
    },
    Character {
        age: "1.1",
        codepoint: 0x9893,
        name: "CJK UNIFIED IDEOGRAPH-9893",
    },
    Character {
        age: "1.1",
        codepoint: 0x9894,
        name: "CJK UNIFIED IDEOGRAPH-9894",
    },
    Character {
        age: "1.1",
        codepoint: 0x9895,
        name: "CJK UNIFIED IDEOGRAPH-9895",
    },
    Character {
        age: "1.1",
        codepoint: 0x9896,
        name: "CJK UNIFIED IDEOGRAPH-9896",
    },
    Character {
        age: "1.1",
        codepoint: 0x9897,
        name: "CJK UNIFIED IDEOGRAPH-9897",
    },
    Character {
        age: "1.1",
        codepoint: 0x9898,
        name: "CJK UNIFIED IDEOGRAPH-9898",
    },
    Character {
        age: "1.1",
        codepoint: 0x9899,
        name: "CJK UNIFIED IDEOGRAPH-9899",
    },
    Character {
        age: "1.1",
        codepoint: 0x989A,
        name: "CJK UNIFIED IDEOGRAPH-989A",
    },
    Character {
        age: "1.1",
        codepoint: 0x989B,
        name: "CJK UNIFIED IDEOGRAPH-989B",
    },
    Character {
        age: "1.1",
        codepoint: 0x989C,
        name: "CJK UNIFIED IDEOGRAPH-989C",
    },
    Character {
        age: "1.1",
        codepoint: 0x989D,
        name: "CJK UNIFIED IDEOGRAPH-989D",
    },
    Character {
        age: "1.1",
        codepoint: 0x989E,
        name: "CJK UNIFIED IDEOGRAPH-989E",
    },
    Character {
        age: "1.1",
        codepoint: 0x989F,
        name: "CJK UNIFIED IDEOGRAPH-989F",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A0,
        name: "CJK UNIFIED IDEOGRAPH-98A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A1,
        name: "CJK UNIFIED IDEOGRAPH-98A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A2,
        name: "CJK UNIFIED IDEOGRAPH-98A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A3,
        name: "CJK UNIFIED IDEOGRAPH-98A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A4,
        name: "CJK UNIFIED IDEOGRAPH-98A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A5,
        name: "CJK UNIFIED IDEOGRAPH-98A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A6,
        name: "CJK UNIFIED IDEOGRAPH-98A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A7,
        name: "CJK UNIFIED IDEOGRAPH-98A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A8,
        name: "CJK UNIFIED IDEOGRAPH-98A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x98A9,
        name: "CJK UNIFIED IDEOGRAPH-98A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x98AA,
        name: "CJK UNIFIED IDEOGRAPH-98AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x98AB,
        name: "CJK UNIFIED IDEOGRAPH-98AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x98AC,
        name: "CJK UNIFIED IDEOGRAPH-98AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x98AD,
        name: "CJK UNIFIED IDEOGRAPH-98AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x98AE,
        name: "CJK UNIFIED IDEOGRAPH-98AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x98AF,
        name: "CJK UNIFIED IDEOGRAPH-98AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B0,
        name: "CJK UNIFIED IDEOGRAPH-98B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B1,
        name: "CJK UNIFIED IDEOGRAPH-98B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B2,
        name: "CJK UNIFIED IDEOGRAPH-98B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B3,
        name: "CJK UNIFIED IDEOGRAPH-98B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B4,
        name: "CJK UNIFIED IDEOGRAPH-98B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B5,
        name: "CJK UNIFIED IDEOGRAPH-98B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B6,
        name: "CJK UNIFIED IDEOGRAPH-98B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B7,
        name: "CJK UNIFIED IDEOGRAPH-98B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B8,
        name: "CJK UNIFIED IDEOGRAPH-98B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x98B9,
        name: "CJK UNIFIED IDEOGRAPH-98B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x98BA,
        name: "CJK UNIFIED IDEOGRAPH-98BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x98BB,
        name: "CJK UNIFIED IDEOGRAPH-98BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x98BC,
        name: "CJK UNIFIED IDEOGRAPH-98BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x98BD,
        name: "CJK UNIFIED IDEOGRAPH-98BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x98BE,
        name: "CJK UNIFIED IDEOGRAPH-98BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x98BF,
        name: "CJK UNIFIED IDEOGRAPH-98BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C0,
        name: "CJK UNIFIED IDEOGRAPH-98C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C1,
        name: "CJK UNIFIED IDEOGRAPH-98C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C2,
        name: "CJK UNIFIED IDEOGRAPH-98C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C3,
        name: "CJK UNIFIED IDEOGRAPH-98C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C4,
        name: "CJK UNIFIED IDEOGRAPH-98C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C5,
        name: "CJK UNIFIED IDEOGRAPH-98C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C6,
        name: "CJK UNIFIED IDEOGRAPH-98C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C7,
        name: "CJK UNIFIED IDEOGRAPH-98C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C8,
        name: "CJK UNIFIED IDEOGRAPH-98C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x98C9,
        name: "CJK UNIFIED IDEOGRAPH-98C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x98CA,
        name: "CJK UNIFIED IDEOGRAPH-98CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x98CB,
        name: "CJK UNIFIED IDEOGRAPH-98CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x98CC,
        name: "CJK UNIFIED IDEOGRAPH-98CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x98CD,
        name: "CJK UNIFIED IDEOGRAPH-98CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x98CE,
        name: "CJK UNIFIED IDEOGRAPH-98CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x98CF,
        name: "CJK UNIFIED IDEOGRAPH-98CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D0,
        name: "CJK UNIFIED IDEOGRAPH-98D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D1,
        name: "CJK UNIFIED IDEOGRAPH-98D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D2,
        name: "CJK UNIFIED IDEOGRAPH-98D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D3,
        name: "CJK UNIFIED IDEOGRAPH-98D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D4,
        name: "CJK UNIFIED IDEOGRAPH-98D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D5,
        name: "CJK UNIFIED IDEOGRAPH-98D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D6,
        name: "CJK UNIFIED IDEOGRAPH-98D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D7,
        name: "CJK UNIFIED IDEOGRAPH-98D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D8,
        name: "CJK UNIFIED IDEOGRAPH-98D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x98D9,
        name: "CJK UNIFIED IDEOGRAPH-98D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x98DA,
        name: "CJK UNIFIED IDEOGRAPH-98DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x98DB,
        name: "CJK UNIFIED IDEOGRAPH-98DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x98DC,
        name: "CJK UNIFIED IDEOGRAPH-98DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x98DD,
        name: "CJK UNIFIED IDEOGRAPH-98DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x98DE,
        name: "CJK UNIFIED IDEOGRAPH-98DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x98DF,
        name: "CJK UNIFIED IDEOGRAPH-98DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E0,
        name: "CJK UNIFIED IDEOGRAPH-98E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E1,
        name: "CJK UNIFIED IDEOGRAPH-98E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E2,
        name: "CJK UNIFIED IDEOGRAPH-98E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E3,
        name: "CJK UNIFIED IDEOGRAPH-98E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E4,
        name: "CJK UNIFIED IDEOGRAPH-98E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E5,
        name: "CJK UNIFIED IDEOGRAPH-98E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E6,
        name: "CJK UNIFIED IDEOGRAPH-98E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E7,
        name: "CJK UNIFIED IDEOGRAPH-98E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E8,
        name: "CJK UNIFIED IDEOGRAPH-98E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x98E9,
        name: "CJK UNIFIED IDEOGRAPH-98E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x98EA,
        name: "CJK UNIFIED IDEOGRAPH-98EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x98EB,
        name: "CJK UNIFIED IDEOGRAPH-98EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x98EC,
        name: "CJK UNIFIED IDEOGRAPH-98EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x98ED,
        name: "CJK UNIFIED IDEOGRAPH-98ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x98EE,
        name: "CJK UNIFIED IDEOGRAPH-98EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x98EF,
        name: "CJK UNIFIED IDEOGRAPH-98EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F0,
        name: "CJK UNIFIED IDEOGRAPH-98F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F1,
        name: "CJK UNIFIED IDEOGRAPH-98F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F2,
        name: "CJK UNIFIED IDEOGRAPH-98F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F3,
        name: "CJK UNIFIED IDEOGRAPH-98F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F4,
        name: "CJK UNIFIED IDEOGRAPH-98F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F5,
        name: "CJK UNIFIED IDEOGRAPH-98F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F6,
        name: "CJK UNIFIED IDEOGRAPH-98F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F7,
        name: "CJK UNIFIED IDEOGRAPH-98F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F8,
        name: "CJK UNIFIED IDEOGRAPH-98F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x98F9,
        name: "CJK UNIFIED IDEOGRAPH-98F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x98FA,
        name: "CJK UNIFIED IDEOGRAPH-98FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x98FB,
        name: "CJK UNIFIED IDEOGRAPH-98FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x98FC,
        name: "CJK UNIFIED IDEOGRAPH-98FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x98FD,
        name: "CJK UNIFIED IDEOGRAPH-98FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x98FE,
        name: "CJK UNIFIED IDEOGRAPH-98FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x98FF,
        name: "CJK UNIFIED IDEOGRAPH-98FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9900,
        name: "CJK UNIFIED IDEOGRAPH-9900",
    },
    Character {
        age: "1.1",
        codepoint: 0x9901,
        name: "CJK UNIFIED IDEOGRAPH-9901",
    },
    Character {
        age: "1.1",
        codepoint: 0x9902,
        name: "CJK UNIFIED IDEOGRAPH-9902",
    },
    Character {
        age: "1.1",
        codepoint: 0x9903,
        name: "CJK UNIFIED IDEOGRAPH-9903",
    },
    Character {
        age: "1.1",
        codepoint: 0x9904,
        name: "CJK UNIFIED IDEOGRAPH-9904",
    },
    Character {
        age: "1.1",
        codepoint: 0x9905,
        name: "CJK UNIFIED IDEOGRAPH-9905",
    },
    Character {
        age: "1.1",
        codepoint: 0x9906,
        name: "CJK UNIFIED IDEOGRAPH-9906",
    },
    Character {
        age: "1.1",
        codepoint: 0x9907,
        name: "CJK UNIFIED IDEOGRAPH-9907",
    },
    Character {
        age: "1.1",
        codepoint: 0x9908,
        name: "CJK UNIFIED IDEOGRAPH-9908",
    },
    Character {
        age: "1.1",
        codepoint: 0x9909,
        name: "CJK UNIFIED IDEOGRAPH-9909",
    },
    Character {
        age: "1.1",
        codepoint: 0x990A,
        name: "CJK UNIFIED IDEOGRAPH-990A",
    },
    Character {
        age: "1.1",
        codepoint: 0x990B,
        name: "CJK UNIFIED IDEOGRAPH-990B",
    },
    Character {
        age: "1.1",
        codepoint: 0x990C,
        name: "CJK UNIFIED IDEOGRAPH-990C",
    },
    Character {
        age: "1.1",
        codepoint: 0x990D,
        name: "CJK UNIFIED IDEOGRAPH-990D",
    },
    Character {
        age: "1.1",
        codepoint: 0x990E,
        name: "CJK UNIFIED IDEOGRAPH-990E",
    },
    Character {
        age: "1.1",
        codepoint: 0x990F,
        name: "CJK UNIFIED IDEOGRAPH-990F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9910,
        name: "CJK UNIFIED IDEOGRAPH-9910",
    },
    Character {
        age: "1.1",
        codepoint: 0x9911,
        name: "CJK UNIFIED IDEOGRAPH-9911",
    },
    Character {
        age: "1.1",
        codepoint: 0x9912,
        name: "CJK UNIFIED IDEOGRAPH-9912",
    },
    Character {
        age: "1.1",
        codepoint: 0x9913,
        name: "CJK UNIFIED IDEOGRAPH-9913",
    },
    Character {
        age: "1.1",
        codepoint: 0x9914,
        name: "CJK UNIFIED IDEOGRAPH-9914",
    },
    Character {
        age: "1.1",
        codepoint: 0x9915,
        name: "CJK UNIFIED IDEOGRAPH-9915",
    },
    Character {
        age: "1.1",
        codepoint: 0x9916,
        name: "CJK UNIFIED IDEOGRAPH-9916",
    },
    Character {
        age: "1.1",
        codepoint: 0x9917,
        name: "CJK UNIFIED IDEOGRAPH-9917",
    },
    Character {
        age: "1.1",
        codepoint: 0x9918,
        name: "CJK UNIFIED IDEOGRAPH-9918",
    },
    Character {
        age: "1.1",
        codepoint: 0x9919,
        name: "CJK UNIFIED IDEOGRAPH-9919",
    },
    Character {
        age: "1.1",
        codepoint: 0x991A,
        name: "CJK UNIFIED IDEOGRAPH-991A",
    },
    Character {
        age: "1.1",
        codepoint: 0x991B,
        name: "CJK UNIFIED IDEOGRAPH-991B",
    },
    Character {
        age: "1.1",
        codepoint: 0x991C,
        name: "CJK UNIFIED IDEOGRAPH-991C",
    },
    Character {
        age: "1.1",
        codepoint: 0x991D,
        name: "CJK UNIFIED IDEOGRAPH-991D",
    },
    Character {
        age: "1.1",
        codepoint: 0x991E,
        name: "CJK UNIFIED IDEOGRAPH-991E",
    },
    Character {
        age: "1.1",
        codepoint: 0x991F,
        name: "CJK UNIFIED IDEOGRAPH-991F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9920,
        name: "CJK UNIFIED IDEOGRAPH-9920",
    },
    Character {
        age: "1.1",
        codepoint: 0x9921,
        name: "CJK UNIFIED IDEOGRAPH-9921",
    },
    Character {
        age: "1.1",
        codepoint: 0x9922,
        name: "CJK UNIFIED IDEOGRAPH-9922",
    },
    Character {
        age: "1.1",
        codepoint: 0x9923,
        name: "CJK UNIFIED IDEOGRAPH-9923",
    },
    Character {
        age: "1.1",
        codepoint: 0x9924,
        name: "CJK UNIFIED IDEOGRAPH-9924",
    },
    Character {
        age: "1.1",
        codepoint: 0x9925,
        name: "CJK UNIFIED IDEOGRAPH-9925",
    },
    Character {
        age: "1.1",
        codepoint: 0x9926,
        name: "CJK UNIFIED IDEOGRAPH-9926",
    },
    Character {
        age: "1.1",
        codepoint: 0x9927,
        name: "CJK UNIFIED IDEOGRAPH-9927",
    },
    Character {
        age: "1.1",
        codepoint: 0x9928,
        name: "CJK UNIFIED IDEOGRAPH-9928",
    },
    Character {
        age: "1.1",
        codepoint: 0x9929,
        name: "CJK UNIFIED IDEOGRAPH-9929",
    },
    Character {
        age: "1.1",
        codepoint: 0x992A,
        name: "CJK UNIFIED IDEOGRAPH-992A",
    },
    Character {
        age: "1.1",
        codepoint: 0x992B,
        name: "CJK UNIFIED IDEOGRAPH-992B",
    },
    Character {
        age: "1.1",
        codepoint: 0x992C,
        name: "CJK UNIFIED IDEOGRAPH-992C",
    },
    Character {
        age: "1.1",
        codepoint: 0x992D,
        name: "CJK UNIFIED IDEOGRAPH-992D",
    },
    Character {
        age: "1.1",
        codepoint: 0x992E,
        name: "CJK UNIFIED IDEOGRAPH-992E",
    },
    Character {
        age: "1.1",
        codepoint: 0x992F,
        name: "CJK UNIFIED IDEOGRAPH-992F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9930,
        name: "CJK UNIFIED IDEOGRAPH-9930",
    },
    Character {
        age: "1.1",
        codepoint: 0x9931,
        name: "CJK UNIFIED IDEOGRAPH-9931",
    },
    Character {
        age: "1.1",
        codepoint: 0x9932,
        name: "CJK UNIFIED IDEOGRAPH-9932",
    },
    Character {
        age: "1.1",
        codepoint: 0x9933,
        name: "CJK UNIFIED IDEOGRAPH-9933",
    },
    Character {
        age: "1.1",
        codepoint: 0x9934,
        name: "CJK UNIFIED IDEOGRAPH-9934",
    },
    Character {
        age: "1.1",
        codepoint: 0x9935,
        name: "CJK UNIFIED IDEOGRAPH-9935",
    },
    Character {
        age: "1.1",
        codepoint: 0x9936,
        name: "CJK UNIFIED IDEOGRAPH-9936",
    },
    Character {
        age: "1.1",
        codepoint: 0x9937,
        name: "CJK UNIFIED IDEOGRAPH-9937",
    },
    Character {
        age: "1.1",
        codepoint: 0x9938,
        name: "CJK UNIFIED IDEOGRAPH-9938",
    },
    Character {
        age: "1.1",
        codepoint: 0x9939,
        name: "CJK UNIFIED IDEOGRAPH-9939",
    },
    Character {
        age: "1.1",
        codepoint: 0x993A,
        name: "CJK UNIFIED IDEOGRAPH-993A",
    },
    Character {
        age: "1.1",
        codepoint: 0x993B,
        name: "CJK UNIFIED IDEOGRAPH-993B",
    },
    Character {
        age: "1.1",
        codepoint: 0x993C,
        name: "CJK UNIFIED IDEOGRAPH-993C",
    },
    Character {
        age: "1.1",
        codepoint: 0x993D,
        name: "CJK UNIFIED IDEOGRAPH-993D",
    },
    Character {
        age: "1.1",
        codepoint: 0x993E,
        name: "CJK UNIFIED IDEOGRAPH-993E",
    },
    Character {
        age: "1.1",
        codepoint: 0x993F,
        name: "CJK UNIFIED IDEOGRAPH-993F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9940,
        name: "CJK UNIFIED IDEOGRAPH-9940",
    },
    Character {
        age: "1.1",
        codepoint: 0x9941,
        name: "CJK UNIFIED IDEOGRAPH-9941",
    },
    Character {
        age: "1.1",
        codepoint: 0x9942,
        name: "CJK UNIFIED IDEOGRAPH-9942",
    },
    Character {
        age: "1.1",
        codepoint: 0x9943,
        name: "CJK UNIFIED IDEOGRAPH-9943",
    },
    Character {
        age: "1.1",
        codepoint: 0x9944,
        name: "CJK UNIFIED IDEOGRAPH-9944",
    },
    Character {
        age: "1.1",
        codepoint: 0x9945,
        name: "CJK UNIFIED IDEOGRAPH-9945",
    },
    Character {
        age: "1.1",
        codepoint: 0x9946,
        name: "CJK UNIFIED IDEOGRAPH-9946",
    },
    Character {
        age: "1.1",
        codepoint: 0x9947,
        name: "CJK UNIFIED IDEOGRAPH-9947",
    },
    Character {
        age: "1.1",
        codepoint: 0x9948,
        name: "CJK UNIFIED IDEOGRAPH-9948",
    },
    Character {
        age: "1.1",
        codepoint: 0x9949,
        name: "CJK UNIFIED IDEOGRAPH-9949",
    },
    Character {
        age: "1.1",
        codepoint: 0x994A,
        name: "CJK UNIFIED IDEOGRAPH-994A",
    },
    Character {
        age: "1.1",
        codepoint: 0x994B,
        name: "CJK UNIFIED IDEOGRAPH-994B",
    },
    Character {
        age: "1.1",
        codepoint: 0x994C,
        name: "CJK UNIFIED IDEOGRAPH-994C",
    },
    Character {
        age: "1.1",
        codepoint: 0x994D,
        name: "CJK UNIFIED IDEOGRAPH-994D",
    },
    Character {
        age: "1.1",
        codepoint: 0x994E,
        name: "CJK UNIFIED IDEOGRAPH-994E",
    },
    Character {
        age: "1.1",
        codepoint: 0x994F,
        name: "CJK UNIFIED IDEOGRAPH-994F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9950,
        name: "CJK UNIFIED IDEOGRAPH-9950",
    },
    Character {
        age: "1.1",
        codepoint: 0x9951,
        name: "CJK UNIFIED IDEOGRAPH-9951",
    },
    Character {
        age: "1.1",
        codepoint: 0x9952,
        name: "CJK UNIFIED IDEOGRAPH-9952",
    },
    Character {
        age: "1.1",
        codepoint: 0x9953,
        name: "CJK UNIFIED IDEOGRAPH-9953",
    },
    Character {
        age: "1.1",
        codepoint: 0x9954,
        name: "CJK UNIFIED IDEOGRAPH-9954",
    },
    Character {
        age: "1.1",
        codepoint: 0x9955,
        name: "CJK UNIFIED IDEOGRAPH-9955",
    },
    Character {
        age: "1.1",
        codepoint: 0x9956,
        name: "CJK UNIFIED IDEOGRAPH-9956",
    },
    Character {
        age: "1.1",
        codepoint: 0x9957,
        name: "CJK UNIFIED IDEOGRAPH-9957",
    },
    Character {
        age: "1.1",
        codepoint: 0x9958,
        name: "CJK UNIFIED IDEOGRAPH-9958",
    },
    Character {
        age: "1.1",
        codepoint: 0x9959,
        name: "CJK UNIFIED IDEOGRAPH-9959",
    },
    Character {
        age: "1.1",
        codepoint: 0x995A,
        name: "CJK UNIFIED IDEOGRAPH-995A",
    },
    Character {
        age: "1.1",
        codepoint: 0x995B,
        name: "CJK UNIFIED IDEOGRAPH-995B",
    },
    Character {
        age: "1.1",
        codepoint: 0x995C,
        name: "CJK UNIFIED IDEOGRAPH-995C",
    },
    Character {
        age: "1.1",
        codepoint: 0x995D,
        name: "CJK UNIFIED IDEOGRAPH-995D",
    },
    Character {
        age: "1.1",
        codepoint: 0x995E,
        name: "CJK UNIFIED IDEOGRAPH-995E",
    },
    Character {
        age: "1.1",
        codepoint: 0x995F,
        name: "CJK UNIFIED IDEOGRAPH-995F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9960,
        name: "CJK UNIFIED IDEOGRAPH-9960",
    },
    Character {
        age: "1.1",
        codepoint: 0x9961,
        name: "CJK UNIFIED IDEOGRAPH-9961",
    },
    Character {
        age: "1.1",
        codepoint: 0x9962,
        name: "CJK UNIFIED IDEOGRAPH-9962",
    },
    Character {
        age: "1.1",
        codepoint: 0x9963,
        name: "CJK UNIFIED IDEOGRAPH-9963",
    },
    Character {
        age: "1.1",
        codepoint: 0x9964,
        name: "CJK UNIFIED IDEOGRAPH-9964",
    },
    Character {
        age: "1.1",
        codepoint: 0x9965,
        name: "CJK UNIFIED IDEOGRAPH-9965",
    },
    Character {
        age: "1.1",
        codepoint: 0x9966,
        name: "CJK UNIFIED IDEOGRAPH-9966",
    },
    Character {
        age: "1.1",
        codepoint: 0x9967,
        name: "CJK UNIFIED IDEOGRAPH-9967",
    },
    Character {
        age: "1.1",
        codepoint: 0x9968,
        name: "CJK UNIFIED IDEOGRAPH-9968",
    },
    Character {
        age: "1.1",
        codepoint: 0x9969,
        name: "CJK UNIFIED IDEOGRAPH-9969",
    },
    Character {
        age: "1.1",
        codepoint: 0x996A,
        name: "CJK UNIFIED IDEOGRAPH-996A",
    },
    Character {
        age: "1.1",
        codepoint: 0x996B,
        name: "CJK UNIFIED IDEOGRAPH-996B",
    },
    Character {
        age: "1.1",
        codepoint: 0x996C,
        name: "CJK UNIFIED IDEOGRAPH-996C",
    },
    Character {
        age: "1.1",
        codepoint: 0x996D,
        name: "CJK UNIFIED IDEOGRAPH-996D",
    },
    Character {
        age: "1.1",
        codepoint: 0x996E,
        name: "CJK UNIFIED IDEOGRAPH-996E",
    },
    Character {
        age: "1.1",
        codepoint: 0x996F,
        name: "CJK UNIFIED IDEOGRAPH-996F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9970,
        name: "CJK UNIFIED IDEOGRAPH-9970",
    },
    Character {
        age: "1.1",
        codepoint: 0x9971,
        name: "CJK UNIFIED IDEOGRAPH-9971",
    },
    Character {
        age: "1.1",
        codepoint: 0x9972,
        name: "CJK UNIFIED IDEOGRAPH-9972",
    },
    Character {
        age: "1.1",
        codepoint: 0x9973,
        name: "CJK UNIFIED IDEOGRAPH-9973",
    },
    Character {
        age: "1.1",
        codepoint: 0x9974,
        name: "CJK UNIFIED IDEOGRAPH-9974",
    },
    Character {
        age: "1.1",
        codepoint: 0x9975,
        name: "CJK UNIFIED IDEOGRAPH-9975",
    },
    Character {
        age: "1.1",
        codepoint: 0x9976,
        name: "CJK UNIFIED IDEOGRAPH-9976",
    },
    Character {
        age: "1.1",
        codepoint: 0x9977,
        name: "CJK UNIFIED IDEOGRAPH-9977",
    },
    Character {
        age: "1.1",
        codepoint: 0x9978,
        name: "CJK UNIFIED IDEOGRAPH-9978",
    },
    Character {
        age: "1.1",
        codepoint: 0x9979,
        name: "CJK UNIFIED IDEOGRAPH-9979",
    },
    Character {
        age: "1.1",
        codepoint: 0x997A,
        name: "CJK UNIFIED IDEOGRAPH-997A",
    },
    Character {
        age: "1.1",
        codepoint: 0x997B,
        name: "CJK UNIFIED IDEOGRAPH-997B",
    },
    Character {
        age: "1.1",
        codepoint: 0x997C,
        name: "CJK UNIFIED IDEOGRAPH-997C",
    },
    Character {
        age: "1.1",
        codepoint: 0x997D,
        name: "CJK UNIFIED IDEOGRAPH-997D",
    },
    Character {
        age: "1.1",
        codepoint: 0x997E,
        name: "CJK UNIFIED IDEOGRAPH-997E",
    },
    Character {
        age: "1.1",
        codepoint: 0x997F,
        name: "CJK UNIFIED IDEOGRAPH-997F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9980,
        name: "CJK UNIFIED IDEOGRAPH-9980",
    },
    Character {
        age: "1.1",
        codepoint: 0x9981,
        name: "CJK UNIFIED IDEOGRAPH-9981",
    },
    Character {
        age: "1.1",
        codepoint: 0x9982,
        name: "CJK UNIFIED IDEOGRAPH-9982",
    },
    Character {
        age: "1.1",
        codepoint: 0x9983,
        name: "CJK UNIFIED IDEOGRAPH-9983",
    },
    Character {
        age: "1.1",
        codepoint: 0x9984,
        name: "CJK UNIFIED IDEOGRAPH-9984",
    },
    Character {
        age: "1.1",
        codepoint: 0x9985,
        name: "CJK UNIFIED IDEOGRAPH-9985",
    },
    Character {
        age: "1.1",
        codepoint: 0x9986,
        name: "CJK UNIFIED IDEOGRAPH-9986",
    },
    Character {
        age: "1.1",
        codepoint: 0x9987,
        name: "CJK UNIFIED IDEOGRAPH-9987",
    },
    Character {
        age: "1.1",
        codepoint: 0x9988,
        name: "CJK UNIFIED IDEOGRAPH-9988",
    },
    Character {
        age: "1.1",
        codepoint: 0x9989,
        name: "CJK UNIFIED IDEOGRAPH-9989",
    },
    Character {
        age: "1.1",
        codepoint: 0x998A,
        name: "CJK UNIFIED IDEOGRAPH-998A",
    },
    Character {
        age: "1.1",
        codepoint: 0x998B,
        name: "CJK UNIFIED IDEOGRAPH-998B",
    },
    Character {
        age: "1.1",
        codepoint: 0x998C,
        name: "CJK UNIFIED IDEOGRAPH-998C",
    },
    Character {
        age: "1.1",
        codepoint: 0x998D,
        name: "CJK UNIFIED IDEOGRAPH-998D",
    },
    Character {
        age: "1.1",
        codepoint: 0x998E,
        name: "CJK UNIFIED IDEOGRAPH-998E",
    },
    Character {
        age: "1.1",
        codepoint: 0x998F,
        name: "CJK UNIFIED IDEOGRAPH-998F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9990,
        name: "CJK UNIFIED IDEOGRAPH-9990",
    },
    Character {
        age: "1.1",
        codepoint: 0x9991,
        name: "CJK UNIFIED IDEOGRAPH-9991",
    },
    Character {
        age: "1.1",
        codepoint: 0x9992,
        name: "CJK UNIFIED IDEOGRAPH-9992",
    },
    Character {
        age: "1.1",
        codepoint: 0x9993,
        name: "CJK UNIFIED IDEOGRAPH-9993",
    },
    Character {
        age: "1.1",
        codepoint: 0x9994,
        name: "CJK UNIFIED IDEOGRAPH-9994",
    },
    Character {
        age: "1.1",
        codepoint: 0x9995,
        name: "CJK UNIFIED IDEOGRAPH-9995",
    },
    Character {
        age: "1.1",
        codepoint: 0x9996,
        name: "CJK UNIFIED IDEOGRAPH-9996",
    },
    Character {
        age: "1.1",
        codepoint: 0x9997,
        name: "CJK UNIFIED IDEOGRAPH-9997",
    },
    Character {
        age: "1.1",
        codepoint: 0x9998,
        name: "CJK UNIFIED IDEOGRAPH-9998",
    },
    Character {
        age: "1.1",
        codepoint: 0x9999,
        name: "CJK UNIFIED IDEOGRAPH-9999",
    },
    Character {
        age: "1.1",
        codepoint: 0x999A,
        name: "CJK UNIFIED IDEOGRAPH-999A",
    },
    Character {
        age: "1.1",
        codepoint: 0x999B,
        name: "CJK UNIFIED IDEOGRAPH-999B",
    },
    Character {
        age: "1.1",
        codepoint: 0x999C,
        name: "CJK UNIFIED IDEOGRAPH-999C",
    },
    Character {
        age: "1.1",
        codepoint: 0x999D,
        name: "CJK UNIFIED IDEOGRAPH-999D",
    },
    Character {
        age: "1.1",
        codepoint: 0x999E,
        name: "CJK UNIFIED IDEOGRAPH-999E",
    },
    Character {
        age: "1.1",
        codepoint: 0x999F,
        name: "CJK UNIFIED IDEOGRAPH-999F",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A0,
        name: "CJK UNIFIED IDEOGRAPH-99A0",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A1,
        name: "CJK UNIFIED IDEOGRAPH-99A1",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A2,
        name: "CJK UNIFIED IDEOGRAPH-99A2",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A3,
        name: "CJK UNIFIED IDEOGRAPH-99A3",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A4,
        name: "CJK UNIFIED IDEOGRAPH-99A4",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A5,
        name: "CJK UNIFIED IDEOGRAPH-99A5",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A6,
        name: "CJK UNIFIED IDEOGRAPH-99A6",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A7,
        name: "CJK UNIFIED IDEOGRAPH-99A7",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A8,
        name: "CJK UNIFIED IDEOGRAPH-99A8",
    },
    Character {
        age: "1.1",
        codepoint: 0x99A9,
        name: "CJK UNIFIED IDEOGRAPH-99A9",
    },
    Character {
        age: "1.1",
        codepoint: 0x99AA,
        name: "CJK UNIFIED IDEOGRAPH-99AA",
    },
    Character {
        age: "1.1",
        codepoint: 0x99AB,
        name: "CJK UNIFIED IDEOGRAPH-99AB",
    },
    Character {
        age: "1.1",
        codepoint: 0x99AC,
        name: "CJK UNIFIED IDEOGRAPH-99AC",
    },
    Character {
        age: "1.1",
        codepoint: 0x99AD,
        name: "CJK UNIFIED IDEOGRAPH-99AD",
    },
    Character {
        age: "1.1",
        codepoint: 0x99AE,
        name: "CJK UNIFIED IDEOGRAPH-99AE",
    },
    Character {
        age: "1.1",
        codepoint: 0x99AF,
        name: "CJK UNIFIED IDEOGRAPH-99AF",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B0,
        name: "CJK UNIFIED IDEOGRAPH-99B0",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B1,
        name: "CJK UNIFIED IDEOGRAPH-99B1",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B2,
        name: "CJK UNIFIED IDEOGRAPH-99B2",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B3,
        name: "CJK UNIFIED IDEOGRAPH-99B3",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B4,
        name: "CJK UNIFIED IDEOGRAPH-99B4",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B5,
        name: "CJK UNIFIED IDEOGRAPH-99B5",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B6,
        name: "CJK UNIFIED IDEOGRAPH-99B6",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B7,
        name: "CJK UNIFIED IDEOGRAPH-99B7",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B8,
        name: "CJK UNIFIED IDEOGRAPH-99B8",
    },
    Character {
        age: "1.1",
        codepoint: 0x99B9,
        name: "CJK UNIFIED IDEOGRAPH-99B9",
    },
    Character {
        age: "1.1",
        codepoint: 0x99BA,
        name: "CJK UNIFIED IDEOGRAPH-99BA",
    },
    Character {
        age: "1.1",
        codepoint: 0x99BB,
        name: "CJK UNIFIED IDEOGRAPH-99BB",
    },
    Character {
        age: "1.1",
        codepoint: 0x99BC,
        name: "CJK UNIFIED IDEOGRAPH-99BC",
    },
    Character {
        age: "1.1",
        codepoint: 0x99BD,
        name: "CJK UNIFIED IDEOGRAPH-99BD",
    },
    Character {
        age: "1.1",
        codepoint: 0x99BE,
        name: "CJK UNIFIED IDEOGRAPH-99BE",
    },
    Character {
        age: "1.1",
        codepoint: 0x99BF,
        name: "CJK UNIFIED IDEOGRAPH-99BF",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C0,
        name: "CJK UNIFIED IDEOGRAPH-99C0",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C1,
        name: "CJK UNIFIED IDEOGRAPH-99C1",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C2,
        name: "CJK UNIFIED IDEOGRAPH-99C2",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C3,
        name: "CJK UNIFIED IDEOGRAPH-99C3",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C4,
        name: "CJK UNIFIED IDEOGRAPH-99C4",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C5,
        name: "CJK UNIFIED IDEOGRAPH-99C5",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C6,
        name: "CJK UNIFIED IDEOGRAPH-99C6",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C7,
        name: "CJK UNIFIED IDEOGRAPH-99C7",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C8,
        name: "CJK UNIFIED IDEOGRAPH-99C8",
    },
    Character {
        age: "1.1",
        codepoint: 0x99C9,
        name: "CJK UNIFIED IDEOGRAPH-99C9",
    },
    Character {
        age: "1.1",
        codepoint: 0x99CA,
        name: "CJK UNIFIED IDEOGRAPH-99CA",
    },
    Character {
        age: "1.1",
        codepoint: 0x99CB,
        name: "CJK UNIFIED IDEOGRAPH-99CB",
    },
    Character {
        age: "1.1",
        codepoint: 0x99CC,
        name: "CJK UNIFIED IDEOGRAPH-99CC",
    },
    Character {
        age: "1.1",
        codepoint: 0x99CD,
        name: "CJK UNIFIED IDEOGRAPH-99CD",
    },
    Character {
        age: "1.1",
        codepoint: 0x99CE,
        name: "CJK UNIFIED IDEOGRAPH-99CE",
    },
    Character {
        age: "1.1",
        codepoint: 0x99CF,
        name: "CJK UNIFIED IDEOGRAPH-99CF",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D0,
        name: "CJK UNIFIED IDEOGRAPH-99D0",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D1,
        name: "CJK UNIFIED IDEOGRAPH-99D1",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D2,
        name: "CJK UNIFIED IDEOGRAPH-99D2",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D3,
        name: "CJK UNIFIED IDEOGRAPH-99D3",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D4,
        name: "CJK UNIFIED IDEOGRAPH-99D4",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D5,
        name: "CJK UNIFIED IDEOGRAPH-99D5",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D6,
        name: "CJK UNIFIED IDEOGRAPH-99D6",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D7,
        name: "CJK UNIFIED IDEOGRAPH-99D7",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D8,
        name: "CJK UNIFIED IDEOGRAPH-99D8",
    },
    Character {
        age: "1.1",
        codepoint: 0x99D9,
        name: "CJK UNIFIED IDEOGRAPH-99D9",
    },
    Character {
        age: "1.1",
        codepoint: 0x99DA,
        name: "CJK UNIFIED IDEOGRAPH-99DA",
    },
    Character {
        age: "1.1",
        codepoint: 0x99DB,
        name: "CJK UNIFIED IDEOGRAPH-99DB",
    },
    Character {
        age: "1.1",
        codepoint: 0x99DC,
        name: "CJK UNIFIED IDEOGRAPH-99DC",
    },
    Character {
        age: "1.1",
        codepoint: 0x99DD,
        name: "CJK UNIFIED IDEOGRAPH-99DD",
    },
    Character {
        age: "1.1",
        codepoint: 0x99DE,
        name: "CJK UNIFIED IDEOGRAPH-99DE",
    },
    Character {
        age: "1.1",
        codepoint: 0x99DF,
        name: "CJK UNIFIED IDEOGRAPH-99DF",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E0,
        name: "CJK UNIFIED IDEOGRAPH-99E0",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E1,
        name: "CJK UNIFIED IDEOGRAPH-99E1",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E2,
        name: "CJK UNIFIED IDEOGRAPH-99E2",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E3,
        name: "CJK UNIFIED IDEOGRAPH-99E3",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E4,
        name: "CJK UNIFIED IDEOGRAPH-99E4",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E5,
        name: "CJK UNIFIED IDEOGRAPH-99E5",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E6,
        name: "CJK UNIFIED IDEOGRAPH-99E6",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E7,
        name: "CJK UNIFIED IDEOGRAPH-99E7",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E8,
        name: "CJK UNIFIED IDEOGRAPH-99E8",
    },
    Character {
        age: "1.1",
        codepoint: 0x99E9,
        name: "CJK UNIFIED IDEOGRAPH-99E9",
    },
    Character {
        age: "1.1",
        codepoint: 0x99EA,
        name: "CJK UNIFIED IDEOGRAPH-99EA",
    },
    Character {
        age: "1.1",
        codepoint: 0x99EB,
        name: "CJK UNIFIED IDEOGRAPH-99EB",
    },
    Character {
        age: "1.1",
        codepoint: 0x99EC,
        name: "CJK UNIFIED IDEOGRAPH-99EC",
    },
    Character {
        age: "1.1",
        codepoint: 0x99ED,
        name: "CJK UNIFIED IDEOGRAPH-99ED",
    },
    Character {
        age: "1.1",
        codepoint: 0x99EE,
        name: "CJK UNIFIED IDEOGRAPH-99EE",
    },
    Character {
        age: "1.1",
        codepoint: 0x99EF,
        name: "CJK UNIFIED IDEOGRAPH-99EF",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F0,
        name: "CJK UNIFIED IDEOGRAPH-99F0",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F1,
        name: "CJK UNIFIED IDEOGRAPH-99F1",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F2,
        name: "CJK UNIFIED IDEOGRAPH-99F2",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F3,
        name: "CJK UNIFIED IDEOGRAPH-99F3",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F4,
        name: "CJK UNIFIED IDEOGRAPH-99F4",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F5,
        name: "CJK UNIFIED IDEOGRAPH-99F5",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F6,
        name: "CJK UNIFIED IDEOGRAPH-99F6",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F7,
        name: "CJK UNIFIED IDEOGRAPH-99F7",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F8,
        name: "CJK UNIFIED IDEOGRAPH-99F8",
    },
    Character {
        age: "1.1",
        codepoint: 0x99F9,
        name: "CJK UNIFIED IDEOGRAPH-99F9",
    },
    Character {
        age: "1.1",
        codepoint: 0x99FA,
        name: "CJK UNIFIED IDEOGRAPH-99FA",
    },
    Character {
        age: "1.1",
        codepoint: 0x99FB,
        name: "CJK UNIFIED IDEOGRAPH-99FB",
    },
    Character {
        age: "1.1",
        codepoint: 0x99FC,
        name: "CJK UNIFIED IDEOGRAPH-99FC",
    },
    Character {
        age: "1.1",
        codepoint: 0x99FD,
        name: "CJK UNIFIED IDEOGRAPH-99FD",
    },
    Character {
        age: "1.1",
        codepoint: 0x99FE,
        name: "CJK UNIFIED IDEOGRAPH-99FE",
    },
    Character {
        age: "1.1",
        codepoint: 0x99FF,
        name: "CJK UNIFIED IDEOGRAPH-99FF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A00,
        name: "CJK UNIFIED IDEOGRAPH-9A00",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A01,
        name: "CJK UNIFIED IDEOGRAPH-9A01",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A02,
        name: "CJK UNIFIED IDEOGRAPH-9A02",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A03,
        name: "CJK UNIFIED IDEOGRAPH-9A03",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A04,
        name: "CJK UNIFIED IDEOGRAPH-9A04",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A05,
        name: "CJK UNIFIED IDEOGRAPH-9A05",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A06,
        name: "CJK UNIFIED IDEOGRAPH-9A06",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A07,
        name: "CJK UNIFIED IDEOGRAPH-9A07",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A08,
        name: "CJK UNIFIED IDEOGRAPH-9A08",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A09,
        name: "CJK UNIFIED IDEOGRAPH-9A09",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A0A,
        name: "CJK UNIFIED IDEOGRAPH-9A0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A0B,
        name: "CJK UNIFIED IDEOGRAPH-9A0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A0C,
        name: "CJK UNIFIED IDEOGRAPH-9A0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A0D,
        name: "CJK UNIFIED IDEOGRAPH-9A0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A0E,
        name: "CJK UNIFIED IDEOGRAPH-9A0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A0F,
        name: "CJK UNIFIED IDEOGRAPH-9A0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A10,
        name: "CJK UNIFIED IDEOGRAPH-9A10",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A11,
        name: "CJK UNIFIED IDEOGRAPH-9A11",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A12,
        name: "CJK UNIFIED IDEOGRAPH-9A12",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A13,
        name: "CJK UNIFIED IDEOGRAPH-9A13",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A14,
        name: "CJK UNIFIED IDEOGRAPH-9A14",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A15,
        name: "CJK UNIFIED IDEOGRAPH-9A15",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A16,
        name: "CJK UNIFIED IDEOGRAPH-9A16",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A17,
        name: "CJK UNIFIED IDEOGRAPH-9A17",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A18,
        name: "CJK UNIFIED IDEOGRAPH-9A18",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A19,
        name: "CJK UNIFIED IDEOGRAPH-9A19",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A1A,
        name: "CJK UNIFIED IDEOGRAPH-9A1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A1B,
        name: "CJK UNIFIED IDEOGRAPH-9A1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A1C,
        name: "CJK UNIFIED IDEOGRAPH-9A1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A1D,
        name: "CJK UNIFIED IDEOGRAPH-9A1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A1E,
        name: "CJK UNIFIED IDEOGRAPH-9A1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A1F,
        name: "CJK UNIFIED IDEOGRAPH-9A1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A20,
        name: "CJK UNIFIED IDEOGRAPH-9A20",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A21,
        name: "CJK UNIFIED IDEOGRAPH-9A21",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A22,
        name: "CJK UNIFIED IDEOGRAPH-9A22",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A23,
        name: "CJK UNIFIED IDEOGRAPH-9A23",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A24,
        name: "CJK UNIFIED IDEOGRAPH-9A24",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A25,
        name: "CJK UNIFIED IDEOGRAPH-9A25",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A26,
        name: "CJK UNIFIED IDEOGRAPH-9A26",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A27,
        name: "CJK UNIFIED IDEOGRAPH-9A27",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A28,
        name: "CJK UNIFIED IDEOGRAPH-9A28",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A29,
        name: "CJK UNIFIED IDEOGRAPH-9A29",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A2A,
        name: "CJK UNIFIED IDEOGRAPH-9A2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A2B,
        name: "CJK UNIFIED IDEOGRAPH-9A2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A2C,
        name: "CJK UNIFIED IDEOGRAPH-9A2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A2D,
        name: "CJK UNIFIED IDEOGRAPH-9A2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A2E,
        name: "CJK UNIFIED IDEOGRAPH-9A2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A2F,
        name: "CJK UNIFIED IDEOGRAPH-9A2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A30,
        name: "CJK UNIFIED IDEOGRAPH-9A30",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A31,
        name: "CJK UNIFIED IDEOGRAPH-9A31",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A32,
        name: "CJK UNIFIED IDEOGRAPH-9A32",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A33,
        name: "CJK UNIFIED IDEOGRAPH-9A33",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A34,
        name: "CJK UNIFIED IDEOGRAPH-9A34",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A35,
        name: "CJK UNIFIED IDEOGRAPH-9A35",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A36,
        name: "CJK UNIFIED IDEOGRAPH-9A36",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A37,
        name: "CJK UNIFIED IDEOGRAPH-9A37",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A38,
        name: "CJK UNIFIED IDEOGRAPH-9A38",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A39,
        name: "CJK UNIFIED IDEOGRAPH-9A39",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A3A,
        name: "CJK UNIFIED IDEOGRAPH-9A3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A3B,
        name: "CJK UNIFIED IDEOGRAPH-9A3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A3C,
        name: "CJK UNIFIED IDEOGRAPH-9A3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A3D,
        name: "CJK UNIFIED IDEOGRAPH-9A3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A3E,
        name: "CJK UNIFIED IDEOGRAPH-9A3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A3F,
        name: "CJK UNIFIED IDEOGRAPH-9A3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A40,
        name: "CJK UNIFIED IDEOGRAPH-9A40",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A41,
        name: "CJK UNIFIED IDEOGRAPH-9A41",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A42,
        name: "CJK UNIFIED IDEOGRAPH-9A42",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A43,
        name: "CJK UNIFIED IDEOGRAPH-9A43",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A44,
        name: "CJK UNIFIED IDEOGRAPH-9A44",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A45,
        name: "CJK UNIFIED IDEOGRAPH-9A45",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A46,
        name: "CJK UNIFIED IDEOGRAPH-9A46",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A47,
        name: "CJK UNIFIED IDEOGRAPH-9A47",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A48,
        name: "CJK UNIFIED IDEOGRAPH-9A48",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A49,
        name: "CJK UNIFIED IDEOGRAPH-9A49",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A4A,
        name: "CJK UNIFIED IDEOGRAPH-9A4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A4B,
        name: "CJK UNIFIED IDEOGRAPH-9A4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A4C,
        name: "CJK UNIFIED IDEOGRAPH-9A4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A4D,
        name: "CJK UNIFIED IDEOGRAPH-9A4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A4E,
        name: "CJK UNIFIED IDEOGRAPH-9A4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A4F,
        name: "CJK UNIFIED IDEOGRAPH-9A4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A50,
        name: "CJK UNIFIED IDEOGRAPH-9A50",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A51,
        name: "CJK UNIFIED IDEOGRAPH-9A51",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A52,
        name: "CJK UNIFIED IDEOGRAPH-9A52",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A53,
        name: "CJK UNIFIED IDEOGRAPH-9A53",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A54,
        name: "CJK UNIFIED IDEOGRAPH-9A54",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A55,
        name: "CJK UNIFIED IDEOGRAPH-9A55",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A56,
        name: "CJK UNIFIED IDEOGRAPH-9A56",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A57,
        name: "CJK UNIFIED IDEOGRAPH-9A57",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A58,
        name: "CJK UNIFIED IDEOGRAPH-9A58",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A59,
        name: "CJK UNIFIED IDEOGRAPH-9A59",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A5A,
        name: "CJK UNIFIED IDEOGRAPH-9A5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A5B,
        name: "CJK UNIFIED IDEOGRAPH-9A5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A5C,
        name: "CJK UNIFIED IDEOGRAPH-9A5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A5D,
        name: "CJK UNIFIED IDEOGRAPH-9A5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A5E,
        name: "CJK UNIFIED IDEOGRAPH-9A5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A5F,
        name: "CJK UNIFIED IDEOGRAPH-9A5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A60,
        name: "CJK UNIFIED IDEOGRAPH-9A60",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A61,
        name: "CJK UNIFIED IDEOGRAPH-9A61",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A62,
        name: "CJK UNIFIED IDEOGRAPH-9A62",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A63,
        name: "CJK UNIFIED IDEOGRAPH-9A63",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A64,
        name: "CJK UNIFIED IDEOGRAPH-9A64",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A65,
        name: "CJK UNIFIED IDEOGRAPH-9A65",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A66,
        name: "CJK UNIFIED IDEOGRAPH-9A66",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A67,
        name: "CJK UNIFIED IDEOGRAPH-9A67",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A68,
        name: "CJK UNIFIED IDEOGRAPH-9A68",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A69,
        name: "CJK UNIFIED IDEOGRAPH-9A69",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A6A,
        name: "CJK UNIFIED IDEOGRAPH-9A6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A6B,
        name: "CJK UNIFIED IDEOGRAPH-9A6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A6C,
        name: "CJK UNIFIED IDEOGRAPH-9A6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A6D,
        name: "CJK UNIFIED IDEOGRAPH-9A6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A6E,
        name: "CJK UNIFIED IDEOGRAPH-9A6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A6F,
        name: "CJK UNIFIED IDEOGRAPH-9A6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A70,
        name: "CJK UNIFIED IDEOGRAPH-9A70",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A71,
        name: "CJK UNIFIED IDEOGRAPH-9A71",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A72,
        name: "CJK UNIFIED IDEOGRAPH-9A72",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A73,
        name: "CJK UNIFIED IDEOGRAPH-9A73",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A74,
        name: "CJK UNIFIED IDEOGRAPH-9A74",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A75,
        name: "CJK UNIFIED IDEOGRAPH-9A75",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A76,
        name: "CJK UNIFIED IDEOGRAPH-9A76",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A77,
        name: "CJK UNIFIED IDEOGRAPH-9A77",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A78,
        name: "CJK UNIFIED IDEOGRAPH-9A78",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A79,
        name: "CJK UNIFIED IDEOGRAPH-9A79",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A7A,
        name: "CJK UNIFIED IDEOGRAPH-9A7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A7B,
        name: "CJK UNIFIED IDEOGRAPH-9A7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A7C,
        name: "CJK UNIFIED IDEOGRAPH-9A7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A7D,
        name: "CJK UNIFIED IDEOGRAPH-9A7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A7E,
        name: "CJK UNIFIED IDEOGRAPH-9A7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A7F,
        name: "CJK UNIFIED IDEOGRAPH-9A7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A80,
        name: "CJK UNIFIED IDEOGRAPH-9A80",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A81,
        name: "CJK UNIFIED IDEOGRAPH-9A81",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A82,
        name: "CJK UNIFIED IDEOGRAPH-9A82",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A83,
        name: "CJK UNIFIED IDEOGRAPH-9A83",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A84,
        name: "CJK UNIFIED IDEOGRAPH-9A84",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A85,
        name: "CJK UNIFIED IDEOGRAPH-9A85",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A86,
        name: "CJK UNIFIED IDEOGRAPH-9A86",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A87,
        name: "CJK UNIFIED IDEOGRAPH-9A87",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A88,
        name: "CJK UNIFIED IDEOGRAPH-9A88",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A89,
        name: "CJK UNIFIED IDEOGRAPH-9A89",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A8A,
        name: "CJK UNIFIED IDEOGRAPH-9A8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A8B,
        name: "CJK UNIFIED IDEOGRAPH-9A8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A8C,
        name: "CJK UNIFIED IDEOGRAPH-9A8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A8D,
        name: "CJK UNIFIED IDEOGRAPH-9A8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A8E,
        name: "CJK UNIFIED IDEOGRAPH-9A8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A8F,
        name: "CJK UNIFIED IDEOGRAPH-9A8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A90,
        name: "CJK UNIFIED IDEOGRAPH-9A90",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A91,
        name: "CJK UNIFIED IDEOGRAPH-9A91",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A92,
        name: "CJK UNIFIED IDEOGRAPH-9A92",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A93,
        name: "CJK UNIFIED IDEOGRAPH-9A93",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A94,
        name: "CJK UNIFIED IDEOGRAPH-9A94",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A95,
        name: "CJK UNIFIED IDEOGRAPH-9A95",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A96,
        name: "CJK UNIFIED IDEOGRAPH-9A96",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A97,
        name: "CJK UNIFIED IDEOGRAPH-9A97",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A98,
        name: "CJK UNIFIED IDEOGRAPH-9A98",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A99,
        name: "CJK UNIFIED IDEOGRAPH-9A99",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A9A,
        name: "CJK UNIFIED IDEOGRAPH-9A9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A9B,
        name: "CJK UNIFIED IDEOGRAPH-9A9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A9C,
        name: "CJK UNIFIED IDEOGRAPH-9A9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A9D,
        name: "CJK UNIFIED IDEOGRAPH-9A9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A9E,
        name: "CJK UNIFIED IDEOGRAPH-9A9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9A9F,
        name: "CJK UNIFIED IDEOGRAPH-9A9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA0,
        name: "CJK UNIFIED IDEOGRAPH-9AA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA1,
        name: "CJK UNIFIED IDEOGRAPH-9AA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA2,
        name: "CJK UNIFIED IDEOGRAPH-9AA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA3,
        name: "CJK UNIFIED IDEOGRAPH-9AA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA4,
        name: "CJK UNIFIED IDEOGRAPH-9AA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA5,
        name: "CJK UNIFIED IDEOGRAPH-9AA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA6,
        name: "CJK UNIFIED IDEOGRAPH-9AA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA7,
        name: "CJK UNIFIED IDEOGRAPH-9AA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA8,
        name: "CJK UNIFIED IDEOGRAPH-9AA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AA9,
        name: "CJK UNIFIED IDEOGRAPH-9AA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AAA,
        name: "CJK UNIFIED IDEOGRAPH-9AAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AAB,
        name: "CJK UNIFIED IDEOGRAPH-9AAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AAC,
        name: "CJK UNIFIED IDEOGRAPH-9AAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AAD,
        name: "CJK UNIFIED IDEOGRAPH-9AAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AAE,
        name: "CJK UNIFIED IDEOGRAPH-9AAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AAF,
        name: "CJK UNIFIED IDEOGRAPH-9AAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB0,
        name: "CJK UNIFIED IDEOGRAPH-9AB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB1,
        name: "CJK UNIFIED IDEOGRAPH-9AB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB2,
        name: "CJK UNIFIED IDEOGRAPH-9AB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB3,
        name: "CJK UNIFIED IDEOGRAPH-9AB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB4,
        name: "CJK UNIFIED IDEOGRAPH-9AB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB5,
        name: "CJK UNIFIED IDEOGRAPH-9AB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB6,
        name: "CJK UNIFIED IDEOGRAPH-9AB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB7,
        name: "CJK UNIFIED IDEOGRAPH-9AB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB8,
        name: "CJK UNIFIED IDEOGRAPH-9AB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AB9,
        name: "CJK UNIFIED IDEOGRAPH-9AB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ABA,
        name: "CJK UNIFIED IDEOGRAPH-9ABA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ABB,
        name: "CJK UNIFIED IDEOGRAPH-9ABB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ABC,
        name: "CJK UNIFIED IDEOGRAPH-9ABC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ABD,
        name: "CJK UNIFIED IDEOGRAPH-9ABD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ABE,
        name: "CJK UNIFIED IDEOGRAPH-9ABE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ABF,
        name: "CJK UNIFIED IDEOGRAPH-9ABF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC0,
        name: "CJK UNIFIED IDEOGRAPH-9AC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC1,
        name: "CJK UNIFIED IDEOGRAPH-9AC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC2,
        name: "CJK UNIFIED IDEOGRAPH-9AC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC3,
        name: "CJK UNIFIED IDEOGRAPH-9AC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC4,
        name: "CJK UNIFIED IDEOGRAPH-9AC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC5,
        name: "CJK UNIFIED IDEOGRAPH-9AC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC6,
        name: "CJK UNIFIED IDEOGRAPH-9AC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC7,
        name: "CJK UNIFIED IDEOGRAPH-9AC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC8,
        name: "CJK UNIFIED IDEOGRAPH-9AC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AC9,
        name: "CJK UNIFIED IDEOGRAPH-9AC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ACA,
        name: "CJK UNIFIED IDEOGRAPH-9ACA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ACB,
        name: "CJK UNIFIED IDEOGRAPH-9ACB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ACC,
        name: "CJK UNIFIED IDEOGRAPH-9ACC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ACD,
        name: "CJK UNIFIED IDEOGRAPH-9ACD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ACE,
        name: "CJK UNIFIED IDEOGRAPH-9ACE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ACF,
        name: "CJK UNIFIED IDEOGRAPH-9ACF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD0,
        name: "CJK UNIFIED IDEOGRAPH-9AD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD1,
        name: "CJK UNIFIED IDEOGRAPH-9AD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD2,
        name: "CJK UNIFIED IDEOGRAPH-9AD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD3,
        name: "CJK UNIFIED IDEOGRAPH-9AD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD4,
        name: "CJK UNIFIED IDEOGRAPH-9AD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD5,
        name: "CJK UNIFIED IDEOGRAPH-9AD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD6,
        name: "CJK UNIFIED IDEOGRAPH-9AD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD7,
        name: "CJK UNIFIED IDEOGRAPH-9AD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD8,
        name: "CJK UNIFIED IDEOGRAPH-9AD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AD9,
        name: "CJK UNIFIED IDEOGRAPH-9AD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ADA,
        name: "CJK UNIFIED IDEOGRAPH-9ADA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ADB,
        name: "CJK UNIFIED IDEOGRAPH-9ADB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ADC,
        name: "CJK UNIFIED IDEOGRAPH-9ADC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ADD,
        name: "CJK UNIFIED IDEOGRAPH-9ADD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ADE,
        name: "CJK UNIFIED IDEOGRAPH-9ADE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ADF,
        name: "CJK UNIFIED IDEOGRAPH-9ADF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE0,
        name: "CJK UNIFIED IDEOGRAPH-9AE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE1,
        name: "CJK UNIFIED IDEOGRAPH-9AE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE2,
        name: "CJK UNIFIED IDEOGRAPH-9AE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE3,
        name: "CJK UNIFIED IDEOGRAPH-9AE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE4,
        name: "CJK UNIFIED IDEOGRAPH-9AE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE5,
        name: "CJK UNIFIED IDEOGRAPH-9AE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE6,
        name: "CJK UNIFIED IDEOGRAPH-9AE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE7,
        name: "CJK UNIFIED IDEOGRAPH-9AE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE8,
        name: "CJK UNIFIED IDEOGRAPH-9AE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AE9,
        name: "CJK UNIFIED IDEOGRAPH-9AE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AEA,
        name: "CJK UNIFIED IDEOGRAPH-9AEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AEB,
        name: "CJK UNIFIED IDEOGRAPH-9AEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AEC,
        name: "CJK UNIFIED IDEOGRAPH-9AEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AED,
        name: "CJK UNIFIED IDEOGRAPH-9AED",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AEE,
        name: "CJK UNIFIED IDEOGRAPH-9AEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AEF,
        name: "CJK UNIFIED IDEOGRAPH-9AEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF0,
        name: "CJK UNIFIED IDEOGRAPH-9AF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF1,
        name: "CJK UNIFIED IDEOGRAPH-9AF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF2,
        name: "CJK UNIFIED IDEOGRAPH-9AF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF3,
        name: "CJK UNIFIED IDEOGRAPH-9AF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF4,
        name: "CJK UNIFIED IDEOGRAPH-9AF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF5,
        name: "CJK UNIFIED IDEOGRAPH-9AF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF6,
        name: "CJK UNIFIED IDEOGRAPH-9AF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF7,
        name: "CJK UNIFIED IDEOGRAPH-9AF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF8,
        name: "CJK UNIFIED IDEOGRAPH-9AF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AF9,
        name: "CJK UNIFIED IDEOGRAPH-9AF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AFA,
        name: "CJK UNIFIED IDEOGRAPH-9AFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AFB,
        name: "CJK UNIFIED IDEOGRAPH-9AFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AFC,
        name: "CJK UNIFIED IDEOGRAPH-9AFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AFD,
        name: "CJK UNIFIED IDEOGRAPH-9AFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AFE,
        name: "CJK UNIFIED IDEOGRAPH-9AFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9AFF,
        name: "CJK UNIFIED IDEOGRAPH-9AFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B00,
        name: "CJK UNIFIED IDEOGRAPH-9B00",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B01,
        name: "CJK UNIFIED IDEOGRAPH-9B01",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B02,
        name: "CJK UNIFIED IDEOGRAPH-9B02",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B03,
        name: "CJK UNIFIED IDEOGRAPH-9B03",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B04,
        name: "CJK UNIFIED IDEOGRAPH-9B04",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B05,
        name: "CJK UNIFIED IDEOGRAPH-9B05",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B06,
        name: "CJK UNIFIED IDEOGRAPH-9B06",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B07,
        name: "CJK UNIFIED IDEOGRAPH-9B07",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B08,
        name: "CJK UNIFIED IDEOGRAPH-9B08",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B09,
        name: "CJK UNIFIED IDEOGRAPH-9B09",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B0A,
        name: "CJK UNIFIED IDEOGRAPH-9B0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B0B,
        name: "CJK UNIFIED IDEOGRAPH-9B0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B0C,
        name: "CJK UNIFIED IDEOGRAPH-9B0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B0D,
        name: "CJK UNIFIED IDEOGRAPH-9B0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B0E,
        name: "CJK UNIFIED IDEOGRAPH-9B0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B0F,
        name: "CJK UNIFIED IDEOGRAPH-9B0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B10,
        name: "CJK UNIFIED IDEOGRAPH-9B10",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B11,
        name: "CJK UNIFIED IDEOGRAPH-9B11",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B12,
        name: "CJK UNIFIED IDEOGRAPH-9B12",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B13,
        name: "CJK UNIFIED IDEOGRAPH-9B13",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B14,
        name: "CJK UNIFIED IDEOGRAPH-9B14",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B15,
        name: "CJK UNIFIED IDEOGRAPH-9B15",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B16,
        name: "CJK UNIFIED IDEOGRAPH-9B16",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B17,
        name: "CJK UNIFIED IDEOGRAPH-9B17",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B18,
        name: "CJK UNIFIED IDEOGRAPH-9B18",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B19,
        name: "CJK UNIFIED IDEOGRAPH-9B19",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B1A,
        name: "CJK UNIFIED IDEOGRAPH-9B1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B1B,
        name: "CJK UNIFIED IDEOGRAPH-9B1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B1C,
        name: "CJK UNIFIED IDEOGRAPH-9B1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B1D,
        name: "CJK UNIFIED IDEOGRAPH-9B1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B1E,
        name: "CJK UNIFIED IDEOGRAPH-9B1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B1F,
        name: "CJK UNIFIED IDEOGRAPH-9B1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B20,
        name: "CJK UNIFIED IDEOGRAPH-9B20",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B21,
        name: "CJK UNIFIED IDEOGRAPH-9B21",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B22,
        name: "CJK UNIFIED IDEOGRAPH-9B22",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B23,
        name: "CJK UNIFIED IDEOGRAPH-9B23",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B24,
        name: "CJK UNIFIED IDEOGRAPH-9B24",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B25,
        name: "CJK UNIFIED IDEOGRAPH-9B25",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B26,
        name: "CJK UNIFIED IDEOGRAPH-9B26",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B27,
        name: "CJK UNIFIED IDEOGRAPH-9B27",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B28,
        name: "CJK UNIFIED IDEOGRAPH-9B28",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B29,
        name: "CJK UNIFIED IDEOGRAPH-9B29",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B2A,
        name: "CJK UNIFIED IDEOGRAPH-9B2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B2B,
        name: "CJK UNIFIED IDEOGRAPH-9B2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B2C,
        name: "CJK UNIFIED IDEOGRAPH-9B2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B2D,
        name: "CJK UNIFIED IDEOGRAPH-9B2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B2E,
        name: "CJK UNIFIED IDEOGRAPH-9B2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B2F,
        name: "CJK UNIFIED IDEOGRAPH-9B2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B30,
        name: "CJK UNIFIED IDEOGRAPH-9B30",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B31,
        name: "CJK UNIFIED IDEOGRAPH-9B31",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B32,
        name: "CJK UNIFIED IDEOGRAPH-9B32",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B33,
        name: "CJK UNIFIED IDEOGRAPH-9B33",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B34,
        name: "CJK UNIFIED IDEOGRAPH-9B34",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B35,
        name: "CJK UNIFIED IDEOGRAPH-9B35",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B36,
        name: "CJK UNIFIED IDEOGRAPH-9B36",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B37,
        name: "CJK UNIFIED IDEOGRAPH-9B37",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B38,
        name: "CJK UNIFIED IDEOGRAPH-9B38",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B39,
        name: "CJK UNIFIED IDEOGRAPH-9B39",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B3A,
        name: "CJK UNIFIED IDEOGRAPH-9B3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B3B,
        name: "CJK UNIFIED IDEOGRAPH-9B3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B3C,
        name: "CJK UNIFIED IDEOGRAPH-9B3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B3D,
        name: "CJK UNIFIED IDEOGRAPH-9B3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B3E,
        name: "CJK UNIFIED IDEOGRAPH-9B3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B3F,
        name: "CJK UNIFIED IDEOGRAPH-9B3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B40,
        name: "CJK UNIFIED IDEOGRAPH-9B40",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B41,
        name: "CJK UNIFIED IDEOGRAPH-9B41",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B42,
        name: "CJK UNIFIED IDEOGRAPH-9B42",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B43,
        name: "CJK UNIFIED IDEOGRAPH-9B43",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B44,
        name: "CJK UNIFIED IDEOGRAPH-9B44",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B45,
        name: "CJK UNIFIED IDEOGRAPH-9B45",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B46,
        name: "CJK UNIFIED IDEOGRAPH-9B46",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B47,
        name: "CJK UNIFIED IDEOGRAPH-9B47",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B48,
        name: "CJK UNIFIED IDEOGRAPH-9B48",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B49,
        name: "CJK UNIFIED IDEOGRAPH-9B49",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B4A,
        name: "CJK UNIFIED IDEOGRAPH-9B4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B4B,
        name: "CJK UNIFIED IDEOGRAPH-9B4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B4C,
        name: "CJK UNIFIED IDEOGRAPH-9B4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B4D,
        name: "CJK UNIFIED IDEOGRAPH-9B4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B4E,
        name: "CJK UNIFIED IDEOGRAPH-9B4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B4F,
        name: "CJK UNIFIED IDEOGRAPH-9B4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B50,
        name: "CJK UNIFIED IDEOGRAPH-9B50",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B51,
        name: "CJK UNIFIED IDEOGRAPH-9B51",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B52,
        name: "CJK UNIFIED IDEOGRAPH-9B52",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B53,
        name: "CJK UNIFIED IDEOGRAPH-9B53",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B54,
        name: "CJK UNIFIED IDEOGRAPH-9B54",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B55,
        name: "CJK UNIFIED IDEOGRAPH-9B55",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B56,
        name: "CJK UNIFIED IDEOGRAPH-9B56",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B57,
        name: "CJK UNIFIED IDEOGRAPH-9B57",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B58,
        name: "CJK UNIFIED IDEOGRAPH-9B58",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B59,
        name: "CJK UNIFIED IDEOGRAPH-9B59",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B5A,
        name: "CJK UNIFIED IDEOGRAPH-9B5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B5B,
        name: "CJK UNIFIED IDEOGRAPH-9B5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B5C,
        name: "CJK UNIFIED IDEOGRAPH-9B5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B5D,
        name: "CJK UNIFIED IDEOGRAPH-9B5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B5E,
        name: "CJK UNIFIED IDEOGRAPH-9B5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B5F,
        name: "CJK UNIFIED IDEOGRAPH-9B5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B60,
        name: "CJK UNIFIED IDEOGRAPH-9B60",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B61,
        name: "CJK UNIFIED IDEOGRAPH-9B61",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B62,
        name: "CJK UNIFIED IDEOGRAPH-9B62",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B63,
        name: "CJK UNIFIED IDEOGRAPH-9B63",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B64,
        name: "CJK UNIFIED IDEOGRAPH-9B64",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B65,
        name: "CJK UNIFIED IDEOGRAPH-9B65",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B66,
        name: "CJK UNIFIED IDEOGRAPH-9B66",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B67,
        name: "CJK UNIFIED IDEOGRAPH-9B67",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B68,
        name: "CJK UNIFIED IDEOGRAPH-9B68",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B69,
        name: "CJK UNIFIED IDEOGRAPH-9B69",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B6A,
        name: "CJK UNIFIED IDEOGRAPH-9B6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B6B,
        name: "CJK UNIFIED IDEOGRAPH-9B6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B6C,
        name: "CJK UNIFIED IDEOGRAPH-9B6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B6D,
        name: "CJK UNIFIED IDEOGRAPH-9B6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B6E,
        name: "CJK UNIFIED IDEOGRAPH-9B6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B6F,
        name: "CJK UNIFIED IDEOGRAPH-9B6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B70,
        name: "CJK UNIFIED IDEOGRAPH-9B70",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B71,
        name: "CJK UNIFIED IDEOGRAPH-9B71",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B72,
        name: "CJK UNIFIED IDEOGRAPH-9B72",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B73,
        name: "CJK UNIFIED IDEOGRAPH-9B73",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B74,
        name: "CJK UNIFIED IDEOGRAPH-9B74",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B75,
        name: "CJK UNIFIED IDEOGRAPH-9B75",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B76,
        name: "CJK UNIFIED IDEOGRAPH-9B76",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B77,
        name: "CJK UNIFIED IDEOGRAPH-9B77",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B78,
        name: "CJK UNIFIED IDEOGRAPH-9B78",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B79,
        name: "CJK UNIFIED IDEOGRAPH-9B79",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B7A,
        name: "CJK UNIFIED IDEOGRAPH-9B7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B7B,
        name: "CJK UNIFIED IDEOGRAPH-9B7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B7C,
        name: "CJK UNIFIED IDEOGRAPH-9B7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B7D,
        name: "CJK UNIFIED IDEOGRAPH-9B7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B7E,
        name: "CJK UNIFIED IDEOGRAPH-9B7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B7F,
        name: "CJK UNIFIED IDEOGRAPH-9B7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B80,
        name: "CJK UNIFIED IDEOGRAPH-9B80",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B81,
        name: "CJK UNIFIED IDEOGRAPH-9B81",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B82,
        name: "CJK UNIFIED IDEOGRAPH-9B82",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B83,
        name: "CJK UNIFIED IDEOGRAPH-9B83",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B84,
        name: "CJK UNIFIED IDEOGRAPH-9B84",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B85,
        name: "CJK UNIFIED IDEOGRAPH-9B85",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B86,
        name: "CJK UNIFIED IDEOGRAPH-9B86",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B87,
        name: "CJK UNIFIED IDEOGRAPH-9B87",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B88,
        name: "CJK UNIFIED IDEOGRAPH-9B88",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B89,
        name: "CJK UNIFIED IDEOGRAPH-9B89",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B8A,
        name: "CJK UNIFIED IDEOGRAPH-9B8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B8B,
        name: "CJK UNIFIED IDEOGRAPH-9B8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B8C,
        name: "CJK UNIFIED IDEOGRAPH-9B8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B8D,
        name: "CJK UNIFIED IDEOGRAPH-9B8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B8E,
        name: "CJK UNIFIED IDEOGRAPH-9B8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B8F,
        name: "CJK UNIFIED IDEOGRAPH-9B8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B90,
        name: "CJK UNIFIED IDEOGRAPH-9B90",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B91,
        name: "CJK UNIFIED IDEOGRAPH-9B91",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B92,
        name: "CJK UNIFIED IDEOGRAPH-9B92",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B93,
        name: "CJK UNIFIED IDEOGRAPH-9B93",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B94,
        name: "CJK UNIFIED IDEOGRAPH-9B94",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B95,
        name: "CJK UNIFIED IDEOGRAPH-9B95",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B96,
        name: "CJK UNIFIED IDEOGRAPH-9B96",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B97,
        name: "CJK UNIFIED IDEOGRAPH-9B97",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B98,
        name: "CJK UNIFIED IDEOGRAPH-9B98",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B99,
        name: "CJK UNIFIED IDEOGRAPH-9B99",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B9A,
        name: "CJK UNIFIED IDEOGRAPH-9B9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B9B,
        name: "CJK UNIFIED IDEOGRAPH-9B9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B9C,
        name: "CJK UNIFIED IDEOGRAPH-9B9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B9D,
        name: "CJK UNIFIED IDEOGRAPH-9B9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B9E,
        name: "CJK UNIFIED IDEOGRAPH-9B9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9B9F,
        name: "CJK UNIFIED IDEOGRAPH-9B9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA0,
        name: "CJK UNIFIED IDEOGRAPH-9BA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA1,
        name: "CJK UNIFIED IDEOGRAPH-9BA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA2,
        name: "CJK UNIFIED IDEOGRAPH-9BA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA3,
        name: "CJK UNIFIED IDEOGRAPH-9BA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA4,
        name: "CJK UNIFIED IDEOGRAPH-9BA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA5,
        name: "CJK UNIFIED IDEOGRAPH-9BA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA6,
        name: "CJK UNIFIED IDEOGRAPH-9BA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA7,
        name: "CJK UNIFIED IDEOGRAPH-9BA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA8,
        name: "CJK UNIFIED IDEOGRAPH-9BA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BA9,
        name: "CJK UNIFIED IDEOGRAPH-9BA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BAA,
        name: "CJK UNIFIED IDEOGRAPH-9BAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BAB,
        name: "CJK UNIFIED IDEOGRAPH-9BAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BAC,
        name: "CJK UNIFIED IDEOGRAPH-9BAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BAD,
        name: "CJK UNIFIED IDEOGRAPH-9BAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BAE,
        name: "CJK UNIFIED IDEOGRAPH-9BAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BAF,
        name: "CJK UNIFIED IDEOGRAPH-9BAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB0,
        name: "CJK UNIFIED IDEOGRAPH-9BB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB1,
        name: "CJK UNIFIED IDEOGRAPH-9BB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB2,
        name: "CJK UNIFIED IDEOGRAPH-9BB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB3,
        name: "CJK UNIFIED IDEOGRAPH-9BB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB4,
        name: "CJK UNIFIED IDEOGRAPH-9BB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB5,
        name: "CJK UNIFIED IDEOGRAPH-9BB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB6,
        name: "CJK UNIFIED IDEOGRAPH-9BB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB7,
        name: "CJK UNIFIED IDEOGRAPH-9BB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB8,
        name: "CJK UNIFIED IDEOGRAPH-9BB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BB9,
        name: "CJK UNIFIED IDEOGRAPH-9BB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BBA,
        name: "CJK UNIFIED IDEOGRAPH-9BBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BBB,
        name: "CJK UNIFIED IDEOGRAPH-9BBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BBC,
        name: "CJK UNIFIED IDEOGRAPH-9BBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BBD,
        name: "CJK UNIFIED IDEOGRAPH-9BBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BBE,
        name: "CJK UNIFIED IDEOGRAPH-9BBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BBF,
        name: "CJK UNIFIED IDEOGRAPH-9BBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC0,
        name: "CJK UNIFIED IDEOGRAPH-9BC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC1,
        name: "CJK UNIFIED IDEOGRAPH-9BC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC2,
        name: "CJK UNIFIED IDEOGRAPH-9BC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC3,
        name: "CJK UNIFIED IDEOGRAPH-9BC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC4,
        name: "CJK UNIFIED IDEOGRAPH-9BC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC5,
        name: "CJK UNIFIED IDEOGRAPH-9BC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC6,
        name: "CJK UNIFIED IDEOGRAPH-9BC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC7,
        name: "CJK UNIFIED IDEOGRAPH-9BC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC8,
        name: "CJK UNIFIED IDEOGRAPH-9BC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BC9,
        name: "CJK UNIFIED IDEOGRAPH-9BC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BCA,
        name: "CJK UNIFIED IDEOGRAPH-9BCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BCB,
        name: "CJK UNIFIED IDEOGRAPH-9BCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BCC,
        name: "CJK UNIFIED IDEOGRAPH-9BCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BCD,
        name: "CJK UNIFIED IDEOGRAPH-9BCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BCE,
        name: "CJK UNIFIED IDEOGRAPH-9BCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BCF,
        name: "CJK UNIFIED IDEOGRAPH-9BCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD0,
        name: "CJK UNIFIED IDEOGRAPH-9BD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD1,
        name: "CJK UNIFIED IDEOGRAPH-9BD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD2,
        name: "CJK UNIFIED IDEOGRAPH-9BD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD3,
        name: "CJK UNIFIED IDEOGRAPH-9BD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD4,
        name: "CJK UNIFIED IDEOGRAPH-9BD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD5,
        name: "CJK UNIFIED IDEOGRAPH-9BD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD6,
        name: "CJK UNIFIED IDEOGRAPH-9BD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD7,
        name: "CJK UNIFIED IDEOGRAPH-9BD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD8,
        name: "CJK UNIFIED IDEOGRAPH-9BD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BD9,
        name: "CJK UNIFIED IDEOGRAPH-9BD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BDA,
        name: "CJK UNIFIED IDEOGRAPH-9BDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BDB,
        name: "CJK UNIFIED IDEOGRAPH-9BDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BDC,
        name: "CJK UNIFIED IDEOGRAPH-9BDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BDD,
        name: "CJK UNIFIED IDEOGRAPH-9BDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BDE,
        name: "CJK UNIFIED IDEOGRAPH-9BDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BDF,
        name: "CJK UNIFIED IDEOGRAPH-9BDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE0,
        name: "CJK UNIFIED IDEOGRAPH-9BE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE1,
        name: "CJK UNIFIED IDEOGRAPH-9BE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE2,
        name: "CJK UNIFIED IDEOGRAPH-9BE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE3,
        name: "CJK UNIFIED IDEOGRAPH-9BE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE4,
        name: "CJK UNIFIED IDEOGRAPH-9BE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE5,
        name: "CJK UNIFIED IDEOGRAPH-9BE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE6,
        name: "CJK UNIFIED IDEOGRAPH-9BE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE7,
        name: "CJK UNIFIED IDEOGRAPH-9BE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE8,
        name: "CJK UNIFIED IDEOGRAPH-9BE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BE9,
        name: "CJK UNIFIED IDEOGRAPH-9BE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BEA,
        name: "CJK UNIFIED IDEOGRAPH-9BEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BEB,
        name: "CJK UNIFIED IDEOGRAPH-9BEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BEC,
        name: "CJK UNIFIED IDEOGRAPH-9BEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BED,
        name: "CJK UNIFIED IDEOGRAPH-9BED",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BEE,
        name: "CJK UNIFIED IDEOGRAPH-9BEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BEF,
        name: "CJK UNIFIED IDEOGRAPH-9BEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF0,
        name: "CJK UNIFIED IDEOGRAPH-9BF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF1,
        name: "CJK UNIFIED IDEOGRAPH-9BF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF2,
        name: "CJK UNIFIED IDEOGRAPH-9BF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF3,
        name: "CJK UNIFIED IDEOGRAPH-9BF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF4,
        name: "CJK UNIFIED IDEOGRAPH-9BF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF5,
        name: "CJK UNIFIED IDEOGRAPH-9BF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF6,
        name: "CJK UNIFIED IDEOGRAPH-9BF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF7,
        name: "CJK UNIFIED IDEOGRAPH-9BF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF8,
        name: "CJK UNIFIED IDEOGRAPH-9BF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BF9,
        name: "CJK UNIFIED IDEOGRAPH-9BF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BFA,
        name: "CJK UNIFIED IDEOGRAPH-9BFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BFB,
        name: "CJK UNIFIED IDEOGRAPH-9BFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BFC,
        name: "CJK UNIFIED IDEOGRAPH-9BFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BFD,
        name: "CJK UNIFIED IDEOGRAPH-9BFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BFE,
        name: "CJK UNIFIED IDEOGRAPH-9BFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9BFF,
        name: "CJK UNIFIED IDEOGRAPH-9BFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C00,
        name: "CJK UNIFIED IDEOGRAPH-9C00",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C01,
        name: "CJK UNIFIED IDEOGRAPH-9C01",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C02,
        name: "CJK UNIFIED IDEOGRAPH-9C02",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C03,
        name: "CJK UNIFIED IDEOGRAPH-9C03",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C04,
        name: "CJK UNIFIED IDEOGRAPH-9C04",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C05,
        name: "CJK UNIFIED IDEOGRAPH-9C05",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C06,
        name: "CJK UNIFIED IDEOGRAPH-9C06",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C07,
        name: "CJK UNIFIED IDEOGRAPH-9C07",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C08,
        name: "CJK UNIFIED IDEOGRAPH-9C08",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C09,
        name: "CJK UNIFIED IDEOGRAPH-9C09",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C0A,
        name: "CJK UNIFIED IDEOGRAPH-9C0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C0B,
        name: "CJK UNIFIED IDEOGRAPH-9C0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C0C,
        name: "CJK UNIFIED IDEOGRAPH-9C0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C0D,
        name: "CJK UNIFIED IDEOGRAPH-9C0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C0E,
        name: "CJK UNIFIED IDEOGRAPH-9C0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C0F,
        name: "CJK UNIFIED IDEOGRAPH-9C0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C10,
        name: "CJK UNIFIED IDEOGRAPH-9C10",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C11,
        name: "CJK UNIFIED IDEOGRAPH-9C11",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C12,
        name: "CJK UNIFIED IDEOGRAPH-9C12",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C13,
        name: "CJK UNIFIED IDEOGRAPH-9C13",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C14,
        name: "CJK UNIFIED IDEOGRAPH-9C14",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C15,
        name: "CJK UNIFIED IDEOGRAPH-9C15",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C16,
        name: "CJK UNIFIED IDEOGRAPH-9C16",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C17,
        name: "CJK UNIFIED IDEOGRAPH-9C17",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C18,
        name: "CJK UNIFIED IDEOGRAPH-9C18",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C19,
        name: "CJK UNIFIED IDEOGRAPH-9C19",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C1A,
        name: "CJK UNIFIED IDEOGRAPH-9C1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C1B,
        name: "CJK UNIFIED IDEOGRAPH-9C1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C1C,
        name: "CJK UNIFIED IDEOGRAPH-9C1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C1D,
        name: "CJK UNIFIED IDEOGRAPH-9C1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C1E,
        name: "CJK UNIFIED IDEOGRAPH-9C1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C1F,
        name: "CJK UNIFIED IDEOGRAPH-9C1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C20,
        name: "CJK UNIFIED IDEOGRAPH-9C20",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C21,
        name: "CJK UNIFIED IDEOGRAPH-9C21",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C22,
        name: "CJK UNIFIED IDEOGRAPH-9C22",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C23,
        name: "CJK UNIFIED IDEOGRAPH-9C23",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C24,
        name: "CJK UNIFIED IDEOGRAPH-9C24",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C25,
        name: "CJK UNIFIED IDEOGRAPH-9C25",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C26,
        name: "CJK UNIFIED IDEOGRAPH-9C26",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C27,
        name: "CJK UNIFIED IDEOGRAPH-9C27",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C28,
        name: "CJK UNIFIED IDEOGRAPH-9C28",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C29,
        name: "CJK UNIFIED IDEOGRAPH-9C29",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C2A,
        name: "CJK UNIFIED IDEOGRAPH-9C2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C2B,
        name: "CJK UNIFIED IDEOGRAPH-9C2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C2C,
        name: "CJK UNIFIED IDEOGRAPH-9C2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C2D,
        name: "CJK UNIFIED IDEOGRAPH-9C2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C2E,
        name: "CJK UNIFIED IDEOGRAPH-9C2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C2F,
        name: "CJK UNIFIED IDEOGRAPH-9C2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C30,
        name: "CJK UNIFIED IDEOGRAPH-9C30",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C31,
        name: "CJK UNIFIED IDEOGRAPH-9C31",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C32,
        name: "CJK UNIFIED IDEOGRAPH-9C32",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C33,
        name: "CJK UNIFIED IDEOGRAPH-9C33",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C34,
        name: "CJK UNIFIED IDEOGRAPH-9C34",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C35,
        name: "CJK UNIFIED IDEOGRAPH-9C35",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C36,
        name: "CJK UNIFIED IDEOGRAPH-9C36",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C37,
        name: "CJK UNIFIED IDEOGRAPH-9C37",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C38,
        name: "CJK UNIFIED IDEOGRAPH-9C38",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C39,
        name: "CJK UNIFIED IDEOGRAPH-9C39",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C3A,
        name: "CJK UNIFIED IDEOGRAPH-9C3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C3B,
        name: "CJK UNIFIED IDEOGRAPH-9C3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C3C,
        name: "CJK UNIFIED IDEOGRAPH-9C3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C3D,
        name: "CJK UNIFIED IDEOGRAPH-9C3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C3E,
        name: "CJK UNIFIED IDEOGRAPH-9C3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C3F,
        name: "CJK UNIFIED IDEOGRAPH-9C3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C40,
        name: "CJK UNIFIED IDEOGRAPH-9C40",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C41,
        name: "CJK UNIFIED IDEOGRAPH-9C41",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C42,
        name: "CJK UNIFIED IDEOGRAPH-9C42",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C43,
        name: "CJK UNIFIED IDEOGRAPH-9C43",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C44,
        name: "CJK UNIFIED IDEOGRAPH-9C44",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C45,
        name: "CJK UNIFIED IDEOGRAPH-9C45",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C46,
        name: "CJK UNIFIED IDEOGRAPH-9C46",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C47,
        name: "CJK UNIFIED IDEOGRAPH-9C47",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C48,
        name: "CJK UNIFIED IDEOGRAPH-9C48",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C49,
        name: "CJK UNIFIED IDEOGRAPH-9C49",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C4A,
        name: "CJK UNIFIED IDEOGRAPH-9C4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C4B,
        name: "CJK UNIFIED IDEOGRAPH-9C4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C4C,
        name: "CJK UNIFIED IDEOGRAPH-9C4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C4D,
        name: "CJK UNIFIED IDEOGRAPH-9C4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C4E,
        name: "CJK UNIFIED IDEOGRAPH-9C4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C4F,
        name: "CJK UNIFIED IDEOGRAPH-9C4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C50,
        name: "CJK UNIFIED IDEOGRAPH-9C50",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C51,
        name: "CJK UNIFIED IDEOGRAPH-9C51",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C52,
        name: "CJK UNIFIED IDEOGRAPH-9C52",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C53,
        name: "CJK UNIFIED IDEOGRAPH-9C53",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C54,
        name: "CJK UNIFIED IDEOGRAPH-9C54",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C55,
        name: "CJK UNIFIED IDEOGRAPH-9C55",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C56,
        name: "CJK UNIFIED IDEOGRAPH-9C56",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C57,
        name: "CJK UNIFIED IDEOGRAPH-9C57",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C58,
        name: "CJK UNIFIED IDEOGRAPH-9C58",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C59,
        name: "CJK UNIFIED IDEOGRAPH-9C59",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C5A,
        name: "CJK UNIFIED IDEOGRAPH-9C5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C5B,
        name: "CJK UNIFIED IDEOGRAPH-9C5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C5C,
        name: "CJK UNIFIED IDEOGRAPH-9C5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C5D,
        name: "CJK UNIFIED IDEOGRAPH-9C5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C5E,
        name: "CJK UNIFIED IDEOGRAPH-9C5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C5F,
        name: "CJK UNIFIED IDEOGRAPH-9C5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C60,
        name: "CJK UNIFIED IDEOGRAPH-9C60",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C61,
        name: "CJK UNIFIED IDEOGRAPH-9C61",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C62,
        name: "CJK UNIFIED IDEOGRAPH-9C62",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C63,
        name: "CJK UNIFIED IDEOGRAPH-9C63",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C64,
        name: "CJK UNIFIED IDEOGRAPH-9C64",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C65,
        name: "CJK UNIFIED IDEOGRAPH-9C65",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C66,
        name: "CJK UNIFIED IDEOGRAPH-9C66",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C67,
        name: "CJK UNIFIED IDEOGRAPH-9C67",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C68,
        name: "CJK UNIFIED IDEOGRAPH-9C68",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C69,
        name: "CJK UNIFIED IDEOGRAPH-9C69",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C6A,
        name: "CJK UNIFIED IDEOGRAPH-9C6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C6B,
        name: "CJK UNIFIED IDEOGRAPH-9C6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C6C,
        name: "CJK UNIFIED IDEOGRAPH-9C6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C6D,
        name: "CJK UNIFIED IDEOGRAPH-9C6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C6E,
        name: "CJK UNIFIED IDEOGRAPH-9C6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C6F,
        name: "CJK UNIFIED IDEOGRAPH-9C6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C70,
        name: "CJK UNIFIED IDEOGRAPH-9C70",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C71,
        name: "CJK UNIFIED IDEOGRAPH-9C71",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C72,
        name: "CJK UNIFIED IDEOGRAPH-9C72",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C73,
        name: "CJK UNIFIED IDEOGRAPH-9C73",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C74,
        name: "CJK UNIFIED IDEOGRAPH-9C74",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C75,
        name: "CJK UNIFIED IDEOGRAPH-9C75",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C76,
        name: "CJK UNIFIED IDEOGRAPH-9C76",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C77,
        name: "CJK UNIFIED IDEOGRAPH-9C77",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C78,
        name: "CJK UNIFIED IDEOGRAPH-9C78",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C79,
        name: "CJK UNIFIED IDEOGRAPH-9C79",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C7A,
        name: "CJK UNIFIED IDEOGRAPH-9C7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C7B,
        name: "CJK UNIFIED IDEOGRAPH-9C7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C7C,
        name: "CJK UNIFIED IDEOGRAPH-9C7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C7D,
        name: "CJK UNIFIED IDEOGRAPH-9C7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C7E,
        name: "CJK UNIFIED IDEOGRAPH-9C7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C7F,
        name: "CJK UNIFIED IDEOGRAPH-9C7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C80,
        name: "CJK UNIFIED IDEOGRAPH-9C80",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C81,
        name: "CJK UNIFIED IDEOGRAPH-9C81",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C82,
        name: "CJK UNIFIED IDEOGRAPH-9C82",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C83,
        name: "CJK UNIFIED IDEOGRAPH-9C83",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C84,
        name: "CJK UNIFIED IDEOGRAPH-9C84",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C85,
        name: "CJK UNIFIED IDEOGRAPH-9C85",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C86,
        name: "CJK UNIFIED IDEOGRAPH-9C86",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C87,
        name: "CJK UNIFIED IDEOGRAPH-9C87",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C88,
        name: "CJK UNIFIED IDEOGRAPH-9C88",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C89,
        name: "CJK UNIFIED IDEOGRAPH-9C89",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C8A,
        name: "CJK UNIFIED IDEOGRAPH-9C8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C8B,
        name: "CJK UNIFIED IDEOGRAPH-9C8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C8C,
        name: "CJK UNIFIED IDEOGRAPH-9C8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C8D,
        name: "CJK UNIFIED IDEOGRAPH-9C8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C8E,
        name: "CJK UNIFIED IDEOGRAPH-9C8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C8F,
        name: "CJK UNIFIED IDEOGRAPH-9C8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C90,
        name: "CJK UNIFIED IDEOGRAPH-9C90",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C91,
        name: "CJK UNIFIED IDEOGRAPH-9C91",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C92,
        name: "CJK UNIFIED IDEOGRAPH-9C92",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C93,
        name: "CJK UNIFIED IDEOGRAPH-9C93",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C94,
        name: "CJK UNIFIED IDEOGRAPH-9C94",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C95,
        name: "CJK UNIFIED IDEOGRAPH-9C95",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C96,
        name: "CJK UNIFIED IDEOGRAPH-9C96",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C97,
        name: "CJK UNIFIED IDEOGRAPH-9C97",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C98,
        name: "CJK UNIFIED IDEOGRAPH-9C98",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C99,
        name: "CJK UNIFIED IDEOGRAPH-9C99",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C9A,
        name: "CJK UNIFIED IDEOGRAPH-9C9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C9B,
        name: "CJK UNIFIED IDEOGRAPH-9C9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C9C,
        name: "CJK UNIFIED IDEOGRAPH-9C9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C9D,
        name: "CJK UNIFIED IDEOGRAPH-9C9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C9E,
        name: "CJK UNIFIED IDEOGRAPH-9C9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9C9F,
        name: "CJK UNIFIED IDEOGRAPH-9C9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA0,
        name: "CJK UNIFIED IDEOGRAPH-9CA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA1,
        name: "CJK UNIFIED IDEOGRAPH-9CA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA2,
        name: "CJK UNIFIED IDEOGRAPH-9CA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA3,
        name: "CJK UNIFIED IDEOGRAPH-9CA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA4,
        name: "CJK UNIFIED IDEOGRAPH-9CA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA5,
        name: "CJK UNIFIED IDEOGRAPH-9CA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA6,
        name: "CJK UNIFIED IDEOGRAPH-9CA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA7,
        name: "CJK UNIFIED IDEOGRAPH-9CA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA8,
        name: "CJK UNIFIED IDEOGRAPH-9CA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CA9,
        name: "CJK UNIFIED IDEOGRAPH-9CA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CAA,
        name: "CJK UNIFIED IDEOGRAPH-9CAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CAB,
        name: "CJK UNIFIED IDEOGRAPH-9CAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CAC,
        name: "CJK UNIFIED IDEOGRAPH-9CAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CAD,
        name: "CJK UNIFIED IDEOGRAPH-9CAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CAE,
        name: "CJK UNIFIED IDEOGRAPH-9CAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CAF,
        name: "CJK UNIFIED IDEOGRAPH-9CAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB0,
        name: "CJK UNIFIED IDEOGRAPH-9CB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB1,
        name: "CJK UNIFIED IDEOGRAPH-9CB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB2,
        name: "CJK UNIFIED IDEOGRAPH-9CB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB3,
        name: "CJK UNIFIED IDEOGRAPH-9CB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB4,
        name: "CJK UNIFIED IDEOGRAPH-9CB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB5,
        name: "CJK UNIFIED IDEOGRAPH-9CB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB6,
        name: "CJK UNIFIED IDEOGRAPH-9CB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB7,
        name: "CJK UNIFIED IDEOGRAPH-9CB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB8,
        name: "CJK UNIFIED IDEOGRAPH-9CB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CB9,
        name: "CJK UNIFIED IDEOGRAPH-9CB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CBA,
        name: "CJK UNIFIED IDEOGRAPH-9CBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CBB,
        name: "CJK UNIFIED IDEOGRAPH-9CBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CBC,
        name: "CJK UNIFIED IDEOGRAPH-9CBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CBD,
        name: "CJK UNIFIED IDEOGRAPH-9CBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CBE,
        name: "CJK UNIFIED IDEOGRAPH-9CBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CBF,
        name: "CJK UNIFIED IDEOGRAPH-9CBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC0,
        name: "CJK UNIFIED IDEOGRAPH-9CC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC1,
        name: "CJK UNIFIED IDEOGRAPH-9CC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC2,
        name: "CJK UNIFIED IDEOGRAPH-9CC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC3,
        name: "CJK UNIFIED IDEOGRAPH-9CC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC4,
        name: "CJK UNIFIED IDEOGRAPH-9CC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC5,
        name: "CJK UNIFIED IDEOGRAPH-9CC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC6,
        name: "CJK UNIFIED IDEOGRAPH-9CC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC7,
        name: "CJK UNIFIED IDEOGRAPH-9CC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC8,
        name: "CJK UNIFIED IDEOGRAPH-9CC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CC9,
        name: "CJK UNIFIED IDEOGRAPH-9CC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CCA,
        name: "CJK UNIFIED IDEOGRAPH-9CCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CCB,
        name: "CJK UNIFIED IDEOGRAPH-9CCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CCC,
        name: "CJK UNIFIED IDEOGRAPH-9CCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CCD,
        name: "CJK UNIFIED IDEOGRAPH-9CCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CCE,
        name: "CJK UNIFIED IDEOGRAPH-9CCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CCF,
        name: "CJK UNIFIED IDEOGRAPH-9CCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD0,
        name: "CJK UNIFIED IDEOGRAPH-9CD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD1,
        name: "CJK UNIFIED IDEOGRAPH-9CD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD2,
        name: "CJK UNIFIED IDEOGRAPH-9CD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD3,
        name: "CJK UNIFIED IDEOGRAPH-9CD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD4,
        name: "CJK UNIFIED IDEOGRAPH-9CD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD5,
        name: "CJK UNIFIED IDEOGRAPH-9CD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD6,
        name: "CJK UNIFIED IDEOGRAPH-9CD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD7,
        name: "CJK UNIFIED IDEOGRAPH-9CD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD8,
        name: "CJK UNIFIED IDEOGRAPH-9CD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CD9,
        name: "CJK UNIFIED IDEOGRAPH-9CD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CDA,
        name: "CJK UNIFIED IDEOGRAPH-9CDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CDB,
        name: "CJK UNIFIED IDEOGRAPH-9CDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CDC,
        name: "CJK UNIFIED IDEOGRAPH-9CDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CDD,
        name: "CJK UNIFIED IDEOGRAPH-9CDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CDE,
        name: "CJK UNIFIED IDEOGRAPH-9CDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CDF,
        name: "CJK UNIFIED IDEOGRAPH-9CDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE0,
        name: "CJK UNIFIED IDEOGRAPH-9CE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE1,
        name: "CJK UNIFIED IDEOGRAPH-9CE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE2,
        name: "CJK UNIFIED IDEOGRAPH-9CE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE3,
        name: "CJK UNIFIED IDEOGRAPH-9CE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE4,
        name: "CJK UNIFIED IDEOGRAPH-9CE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE5,
        name: "CJK UNIFIED IDEOGRAPH-9CE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE6,
        name: "CJK UNIFIED IDEOGRAPH-9CE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE7,
        name: "CJK UNIFIED IDEOGRAPH-9CE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE8,
        name: "CJK UNIFIED IDEOGRAPH-9CE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CE9,
        name: "CJK UNIFIED IDEOGRAPH-9CE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CEA,
        name: "CJK UNIFIED IDEOGRAPH-9CEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CEB,
        name: "CJK UNIFIED IDEOGRAPH-9CEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CEC,
        name: "CJK UNIFIED IDEOGRAPH-9CEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CED,
        name: "CJK UNIFIED IDEOGRAPH-9CED",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CEE,
        name: "CJK UNIFIED IDEOGRAPH-9CEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CEF,
        name: "CJK UNIFIED IDEOGRAPH-9CEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF0,
        name: "CJK UNIFIED IDEOGRAPH-9CF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF1,
        name: "CJK UNIFIED IDEOGRAPH-9CF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF2,
        name: "CJK UNIFIED IDEOGRAPH-9CF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF3,
        name: "CJK UNIFIED IDEOGRAPH-9CF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF4,
        name: "CJK UNIFIED IDEOGRAPH-9CF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF5,
        name: "CJK UNIFIED IDEOGRAPH-9CF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF6,
        name: "CJK UNIFIED IDEOGRAPH-9CF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF7,
        name: "CJK UNIFIED IDEOGRAPH-9CF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF8,
        name: "CJK UNIFIED IDEOGRAPH-9CF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CF9,
        name: "CJK UNIFIED IDEOGRAPH-9CF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CFA,
        name: "CJK UNIFIED IDEOGRAPH-9CFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CFB,
        name: "CJK UNIFIED IDEOGRAPH-9CFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CFC,
        name: "CJK UNIFIED IDEOGRAPH-9CFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CFD,
        name: "CJK UNIFIED IDEOGRAPH-9CFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CFE,
        name: "CJK UNIFIED IDEOGRAPH-9CFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9CFF,
        name: "CJK UNIFIED IDEOGRAPH-9CFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D00,
        name: "CJK UNIFIED IDEOGRAPH-9D00",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D01,
        name: "CJK UNIFIED IDEOGRAPH-9D01",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D02,
        name: "CJK UNIFIED IDEOGRAPH-9D02",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D03,
        name: "CJK UNIFIED IDEOGRAPH-9D03",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D04,
        name: "CJK UNIFIED IDEOGRAPH-9D04",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D05,
        name: "CJK UNIFIED IDEOGRAPH-9D05",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D06,
        name: "CJK UNIFIED IDEOGRAPH-9D06",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D07,
        name: "CJK UNIFIED IDEOGRAPH-9D07",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D08,
        name: "CJK UNIFIED IDEOGRAPH-9D08",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D09,
        name: "CJK UNIFIED IDEOGRAPH-9D09",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D0A,
        name: "CJK UNIFIED IDEOGRAPH-9D0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D0B,
        name: "CJK UNIFIED IDEOGRAPH-9D0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D0C,
        name: "CJK UNIFIED IDEOGRAPH-9D0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D0D,
        name: "CJK UNIFIED IDEOGRAPH-9D0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D0E,
        name: "CJK UNIFIED IDEOGRAPH-9D0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D0F,
        name: "CJK UNIFIED IDEOGRAPH-9D0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D10,
        name: "CJK UNIFIED IDEOGRAPH-9D10",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D11,
        name: "CJK UNIFIED IDEOGRAPH-9D11",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D12,
        name: "CJK UNIFIED IDEOGRAPH-9D12",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D13,
        name: "CJK UNIFIED IDEOGRAPH-9D13",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D14,
        name: "CJK UNIFIED IDEOGRAPH-9D14",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D15,
        name: "CJK UNIFIED IDEOGRAPH-9D15",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D16,
        name: "CJK UNIFIED IDEOGRAPH-9D16",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D17,
        name: "CJK UNIFIED IDEOGRAPH-9D17",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D18,
        name: "CJK UNIFIED IDEOGRAPH-9D18",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D19,
        name: "CJK UNIFIED IDEOGRAPH-9D19",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D1A,
        name: "CJK UNIFIED IDEOGRAPH-9D1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D1B,
        name: "CJK UNIFIED IDEOGRAPH-9D1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D1C,
        name: "CJK UNIFIED IDEOGRAPH-9D1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D1D,
        name: "CJK UNIFIED IDEOGRAPH-9D1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D1E,
        name: "CJK UNIFIED IDEOGRAPH-9D1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D1F,
        name: "CJK UNIFIED IDEOGRAPH-9D1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D20,
        name: "CJK UNIFIED IDEOGRAPH-9D20",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D21,
        name: "CJK UNIFIED IDEOGRAPH-9D21",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D22,
        name: "CJK UNIFIED IDEOGRAPH-9D22",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D23,
        name: "CJK UNIFIED IDEOGRAPH-9D23",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D24,
        name: "CJK UNIFIED IDEOGRAPH-9D24",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D25,
        name: "CJK UNIFIED IDEOGRAPH-9D25",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D26,
        name: "CJK UNIFIED IDEOGRAPH-9D26",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D27,
        name: "CJK UNIFIED IDEOGRAPH-9D27",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D28,
        name: "CJK UNIFIED IDEOGRAPH-9D28",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D29,
        name: "CJK UNIFIED IDEOGRAPH-9D29",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D2A,
        name: "CJK UNIFIED IDEOGRAPH-9D2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D2B,
        name: "CJK UNIFIED IDEOGRAPH-9D2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D2C,
        name: "CJK UNIFIED IDEOGRAPH-9D2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D2D,
        name: "CJK UNIFIED IDEOGRAPH-9D2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D2E,
        name: "CJK UNIFIED IDEOGRAPH-9D2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D2F,
        name: "CJK UNIFIED IDEOGRAPH-9D2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D30,
        name: "CJK UNIFIED IDEOGRAPH-9D30",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D31,
        name: "CJK UNIFIED IDEOGRAPH-9D31",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D32,
        name: "CJK UNIFIED IDEOGRAPH-9D32",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D33,
        name: "CJK UNIFIED IDEOGRAPH-9D33",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D34,
        name: "CJK UNIFIED IDEOGRAPH-9D34",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D35,
        name: "CJK UNIFIED IDEOGRAPH-9D35",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D36,
        name: "CJK UNIFIED IDEOGRAPH-9D36",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D37,
        name: "CJK UNIFIED IDEOGRAPH-9D37",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D38,
        name: "CJK UNIFIED IDEOGRAPH-9D38",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D39,
        name: "CJK UNIFIED IDEOGRAPH-9D39",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D3A,
        name: "CJK UNIFIED IDEOGRAPH-9D3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D3B,
        name: "CJK UNIFIED IDEOGRAPH-9D3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D3C,
        name: "CJK UNIFIED IDEOGRAPH-9D3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D3D,
        name: "CJK UNIFIED IDEOGRAPH-9D3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D3E,
        name: "CJK UNIFIED IDEOGRAPH-9D3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D3F,
        name: "CJK UNIFIED IDEOGRAPH-9D3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D40,
        name: "CJK UNIFIED IDEOGRAPH-9D40",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D41,
        name: "CJK UNIFIED IDEOGRAPH-9D41",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D42,
        name: "CJK UNIFIED IDEOGRAPH-9D42",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D43,
        name: "CJK UNIFIED IDEOGRAPH-9D43",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D44,
        name: "CJK UNIFIED IDEOGRAPH-9D44",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D45,
        name: "CJK UNIFIED IDEOGRAPH-9D45",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D46,
        name: "CJK UNIFIED IDEOGRAPH-9D46",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D47,
        name: "CJK UNIFIED IDEOGRAPH-9D47",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D48,
        name: "CJK UNIFIED IDEOGRAPH-9D48",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D49,
        name: "CJK UNIFIED IDEOGRAPH-9D49",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D4A,
        name: "CJK UNIFIED IDEOGRAPH-9D4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D4B,
        name: "CJK UNIFIED IDEOGRAPH-9D4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D4C,
        name: "CJK UNIFIED IDEOGRAPH-9D4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D4D,
        name: "CJK UNIFIED IDEOGRAPH-9D4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D4E,
        name: "CJK UNIFIED IDEOGRAPH-9D4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D4F,
        name: "CJK UNIFIED IDEOGRAPH-9D4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D50,
        name: "CJK UNIFIED IDEOGRAPH-9D50",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D51,
        name: "CJK UNIFIED IDEOGRAPH-9D51",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D52,
        name: "CJK UNIFIED IDEOGRAPH-9D52",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D53,
        name: "CJK UNIFIED IDEOGRAPH-9D53",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D54,
        name: "CJK UNIFIED IDEOGRAPH-9D54",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D55,
        name: "CJK UNIFIED IDEOGRAPH-9D55",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D56,
        name: "CJK UNIFIED IDEOGRAPH-9D56",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D57,
        name: "CJK UNIFIED IDEOGRAPH-9D57",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D58,
        name: "CJK UNIFIED IDEOGRAPH-9D58",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D59,
        name: "CJK UNIFIED IDEOGRAPH-9D59",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D5A,
        name: "CJK UNIFIED IDEOGRAPH-9D5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D5B,
        name: "CJK UNIFIED IDEOGRAPH-9D5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D5C,
        name: "CJK UNIFIED IDEOGRAPH-9D5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D5D,
        name: "CJK UNIFIED IDEOGRAPH-9D5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D5E,
        name: "CJK UNIFIED IDEOGRAPH-9D5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D5F,
        name: "CJK UNIFIED IDEOGRAPH-9D5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D60,
        name: "CJK UNIFIED IDEOGRAPH-9D60",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D61,
        name: "CJK UNIFIED IDEOGRAPH-9D61",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D62,
        name: "CJK UNIFIED IDEOGRAPH-9D62",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D63,
        name: "CJK UNIFIED IDEOGRAPH-9D63",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D64,
        name: "CJK UNIFIED IDEOGRAPH-9D64",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D65,
        name: "CJK UNIFIED IDEOGRAPH-9D65",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D66,
        name: "CJK UNIFIED IDEOGRAPH-9D66",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D67,
        name: "CJK UNIFIED IDEOGRAPH-9D67",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D68,
        name: "CJK UNIFIED IDEOGRAPH-9D68",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D69,
        name: "CJK UNIFIED IDEOGRAPH-9D69",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D6A,
        name: "CJK UNIFIED IDEOGRAPH-9D6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D6B,
        name: "CJK UNIFIED IDEOGRAPH-9D6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D6C,
        name: "CJK UNIFIED IDEOGRAPH-9D6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D6D,
        name: "CJK UNIFIED IDEOGRAPH-9D6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D6E,
        name: "CJK UNIFIED IDEOGRAPH-9D6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D6F,
        name: "CJK UNIFIED IDEOGRAPH-9D6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D70,
        name: "CJK UNIFIED IDEOGRAPH-9D70",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D71,
        name: "CJK UNIFIED IDEOGRAPH-9D71",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D72,
        name: "CJK UNIFIED IDEOGRAPH-9D72",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D73,
        name: "CJK UNIFIED IDEOGRAPH-9D73",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D74,
        name: "CJK UNIFIED IDEOGRAPH-9D74",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D75,
        name: "CJK UNIFIED IDEOGRAPH-9D75",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D76,
        name: "CJK UNIFIED IDEOGRAPH-9D76",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D77,
        name: "CJK UNIFIED IDEOGRAPH-9D77",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D78,
        name: "CJK UNIFIED IDEOGRAPH-9D78",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D79,
        name: "CJK UNIFIED IDEOGRAPH-9D79",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D7A,
        name: "CJK UNIFIED IDEOGRAPH-9D7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D7B,
        name: "CJK UNIFIED IDEOGRAPH-9D7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D7C,
        name: "CJK UNIFIED IDEOGRAPH-9D7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D7D,
        name: "CJK UNIFIED IDEOGRAPH-9D7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D7E,
        name: "CJK UNIFIED IDEOGRAPH-9D7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D7F,
        name: "CJK UNIFIED IDEOGRAPH-9D7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D80,
        name: "CJK UNIFIED IDEOGRAPH-9D80",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D81,
        name: "CJK UNIFIED IDEOGRAPH-9D81",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D82,
        name: "CJK UNIFIED IDEOGRAPH-9D82",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D83,
        name: "CJK UNIFIED IDEOGRAPH-9D83",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D84,
        name: "CJK UNIFIED IDEOGRAPH-9D84",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D85,
        name: "CJK UNIFIED IDEOGRAPH-9D85",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D86,
        name: "CJK UNIFIED IDEOGRAPH-9D86",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D87,
        name: "CJK UNIFIED IDEOGRAPH-9D87",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D88,
        name: "CJK UNIFIED IDEOGRAPH-9D88",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D89,
        name: "CJK UNIFIED IDEOGRAPH-9D89",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D8A,
        name: "CJK UNIFIED IDEOGRAPH-9D8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D8B,
        name: "CJK UNIFIED IDEOGRAPH-9D8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D8C,
        name: "CJK UNIFIED IDEOGRAPH-9D8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D8D,
        name: "CJK UNIFIED IDEOGRAPH-9D8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D8E,
        name: "CJK UNIFIED IDEOGRAPH-9D8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D8F,
        name: "CJK UNIFIED IDEOGRAPH-9D8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D90,
        name: "CJK UNIFIED IDEOGRAPH-9D90",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D91,
        name: "CJK UNIFIED IDEOGRAPH-9D91",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D92,
        name: "CJK UNIFIED IDEOGRAPH-9D92",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D93,
        name: "CJK UNIFIED IDEOGRAPH-9D93",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D94,
        name: "CJK UNIFIED IDEOGRAPH-9D94",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D95,
        name: "CJK UNIFIED IDEOGRAPH-9D95",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D96,
        name: "CJK UNIFIED IDEOGRAPH-9D96",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D97,
        name: "CJK UNIFIED IDEOGRAPH-9D97",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D98,
        name: "CJK UNIFIED IDEOGRAPH-9D98",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D99,
        name: "CJK UNIFIED IDEOGRAPH-9D99",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D9A,
        name: "CJK UNIFIED IDEOGRAPH-9D9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D9B,
        name: "CJK UNIFIED IDEOGRAPH-9D9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D9C,
        name: "CJK UNIFIED IDEOGRAPH-9D9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D9D,
        name: "CJK UNIFIED IDEOGRAPH-9D9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D9E,
        name: "CJK UNIFIED IDEOGRAPH-9D9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9D9F,
        name: "CJK UNIFIED IDEOGRAPH-9D9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA0,
        name: "CJK UNIFIED IDEOGRAPH-9DA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA1,
        name: "CJK UNIFIED IDEOGRAPH-9DA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA2,
        name: "CJK UNIFIED IDEOGRAPH-9DA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA3,
        name: "CJK UNIFIED IDEOGRAPH-9DA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA4,
        name: "CJK UNIFIED IDEOGRAPH-9DA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA5,
        name: "CJK UNIFIED IDEOGRAPH-9DA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA6,
        name: "CJK UNIFIED IDEOGRAPH-9DA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA7,
        name: "CJK UNIFIED IDEOGRAPH-9DA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA8,
        name: "CJK UNIFIED IDEOGRAPH-9DA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DA9,
        name: "CJK UNIFIED IDEOGRAPH-9DA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DAA,
        name: "CJK UNIFIED IDEOGRAPH-9DAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DAB,
        name: "CJK UNIFIED IDEOGRAPH-9DAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DAC,
        name: "CJK UNIFIED IDEOGRAPH-9DAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DAD,
        name: "CJK UNIFIED IDEOGRAPH-9DAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DAE,
        name: "CJK UNIFIED IDEOGRAPH-9DAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DAF,
        name: "CJK UNIFIED IDEOGRAPH-9DAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB0,
        name: "CJK UNIFIED IDEOGRAPH-9DB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB1,
        name: "CJK UNIFIED IDEOGRAPH-9DB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB2,
        name: "CJK UNIFIED IDEOGRAPH-9DB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB3,
        name: "CJK UNIFIED IDEOGRAPH-9DB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB4,
        name: "CJK UNIFIED IDEOGRAPH-9DB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB5,
        name: "CJK UNIFIED IDEOGRAPH-9DB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB6,
        name: "CJK UNIFIED IDEOGRAPH-9DB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB7,
        name: "CJK UNIFIED IDEOGRAPH-9DB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB8,
        name: "CJK UNIFIED IDEOGRAPH-9DB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DB9,
        name: "CJK UNIFIED IDEOGRAPH-9DB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DBA,
        name: "CJK UNIFIED IDEOGRAPH-9DBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DBB,
        name: "CJK UNIFIED IDEOGRAPH-9DBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DBC,
        name: "CJK UNIFIED IDEOGRAPH-9DBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DBD,
        name: "CJK UNIFIED IDEOGRAPH-9DBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DBE,
        name: "CJK UNIFIED IDEOGRAPH-9DBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DBF,
        name: "CJK UNIFIED IDEOGRAPH-9DBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC0,
        name: "CJK UNIFIED IDEOGRAPH-9DC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC1,
        name: "CJK UNIFIED IDEOGRAPH-9DC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC2,
        name: "CJK UNIFIED IDEOGRAPH-9DC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC3,
        name: "CJK UNIFIED IDEOGRAPH-9DC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC4,
        name: "CJK UNIFIED IDEOGRAPH-9DC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC5,
        name: "CJK UNIFIED IDEOGRAPH-9DC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC6,
        name: "CJK UNIFIED IDEOGRAPH-9DC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC7,
        name: "CJK UNIFIED IDEOGRAPH-9DC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC8,
        name: "CJK UNIFIED IDEOGRAPH-9DC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DC9,
        name: "CJK UNIFIED IDEOGRAPH-9DC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DCA,
        name: "CJK UNIFIED IDEOGRAPH-9DCA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DCB,
        name: "CJK UNIFIED IDEOGRAPH-9DCB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DCC,
        name: "CJK UNIFIED IDEOGRAPH-9DCC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DCD,
        name: "CJK UNIFIED IDEOGRAPH-9DCD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DCE,
        name: "CJK UNIFIED IDEOGRAPH-9DCE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DCF,
        name: "CJK UNIFIED IDEOGRAPH-9DCF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD0,
        name: "CJK UNIFIED IDEOGRAPH-9DD0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD1,
        name: "CJK UNIFIED IDEOGRAPH-9DD1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD2,
        name: "CJK UNIFIED IDEOGRAPH-9DD2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD3,
        name: "CJK UNIFIED IDEOGRAPH-9DD3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD4,
        name: "CJK UNIFIED IDEOGRAPH-9DD4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD5,
        name: "CJK UNIFIED IDEOGRAPH-9DD5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD6,
        name: "CJK UNIFIED IDEOGRAPH-9DD6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD7,
        name: "CJK UNIFIED IDEOGRAPH-9DD7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD8,
        name: "CJK UNIFIED IDEOGRAPH-9DD8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DD9,
        name: "CJK UNIFIED IDEOGRAPH-9DD9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DDA,
        name: "CJK UNIFIED IDEOGRAPH-9DDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DDB,
        name: "CJK UNIFIED IDEOGRAPH-9DDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DDC,
        name: "CJK UNIFIED IDEOGRAPH-9DDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DDD,
        name: "CJK UNIFIED IDEOGRAPH-9DDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DDE,
        name: "CJK UNIFIED IDEOGRAPH-9DDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DDF,
        name: "CJK UNIFIED IDEOGRAPH-9DDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE0,
        name: "CJK UNIFIED IDEOGRAPH-9DE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE1,
        name: "CJK UNIFIED IDEOGRAPH-9DE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE2,
        name: "CJK UNIFIED IDEOGRAPH-9DE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE3,
        name: "CJK UNIFIED IDEOGRAPH-9DE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE4,
        name: "CJK UNIFIED IDEOGRAPH-9DE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE5,
        name: "CJK UNIFIED IDEOGRAPH-9DE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE6,
        name: "CJK UNIFIED IDEOGRAPH-9DE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE7,
        name: "CJK UNIFIED IDEOGRAPH-9DE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE8,
        name: "CJK UNIFIED IDEOGRAPH-9DE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DE9,
        name: "CJK UNIFIED IDEOGRAPH-9DE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DEA,
        name: "CJK UNIFIED IDEOGRAPH-9DEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DEB,
        name: "CJK UNIFIED IDEOGRAPH-9DEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DEC,
        name: "CJK UNIFIED IDEOGRAPH-9DEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DED,
        name: "CJK UNIFIED IDEOGRAPH-9DED",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DEE,
        name: "CJK UNIFIED IDEOGRAPH-9DEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DEF,
        name: "CJK UNIFIED IDEOGRAPH-9DEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF0,
        name: "CJK UNIFIED IDEOGRAPH-9DF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF1,
        name: "CJK UNIFIED IDEOGRAPH-9DF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF2,
        name: "CJK UNIFIED IDEOGRAPH-9DF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF3,
        name: "CJK UNIFIED IDEOGRAPH-9DF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF4,
        name: "CJK UNIFIED IDEOGRAPH-9DF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF5,
        name: "CJK UNIFIED IDEOGRAPH-9DF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF6,
        name: "CJK UNIFIED IDEOGRAPH-9DF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF7,
        name: "CJK UNIFIED IDEOGRAPH-9DF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF8,
        name: "CJK UNIFIED IDEOGRAPH-9DF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DF9,
        name: "CJK UNIFIED IDEOGRAPH-9DF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DFA,
        name: "CJK UNIFIED IDEOGRAPH-9DFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DFB,
        name: "CJK UNIFIED IDEOGRAPH-9DFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DFC,
        name: "CJK UNIFIED IDEOGRAPH-9DFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DFD,
        name: "CJK UNIFIED IDEOGRAPH-9DFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DFE,
        name: "CJK UNIFIED IDEOGRAPH-9DFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9DFF,
        name: "CJK UNIFIED IDEOGRAPH-9DFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E00,
        name: "CJK UNIFIED IDEOGRAPH-9E00",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E01,
        name: "CJK UNIFIED IDEOGRAPH-9E01",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E02,
        name: "CJK UNIFIED IDEOGRAPH-9E02",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E03,
        name: "CJK UNIFIED IDEOGRAPH-9E03",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E04,
        name: "CJK UNIFIED IDEOGRAPH-9E04",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E05,
        name: "CJK UNIFIED IDEOGRAPH-9E05",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E06,
        name: "CJK UNIFIED IDEOGRAPH-9E06",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E07,
        name: "CJK UNIFIED IDEOGRAPH-9E07",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E08,
        name: "CJK UNIFIED IDEOGRAPH-9E08",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E09,
        name: "CJK UNIFIED IDEOGRAPH-9E09",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E0A,
        name: "CJK UNIFIED IDEOGRAPH-9E0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E0B,
        name: "CJK UNIFIED IDEOGRAPH-9E0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E0C,
        name: "CJK UNIFIED IDEOGRAPH-9E0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E0D,
        name: "CJK UNIFIED IDEOGRAPH-9E0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E0E,
        name: "CJK UNIFIED IDEOGRAPH-9E0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E0F,
        name: "CJK UNIFIED IDEOGRAPH-9E0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E10,
        name: "CJK UNIFIED IDEOGRAPH-9E10",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E11,
        name: "CJK UNIFIED IDEOGRAPH-9E11",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E12,
        name: "CJK UNIFIED IDEOGRAPH-9E12",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E13,
        name: "CJK UNIFIED IDEOGRAPH-9E13",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E14,
        name: "CJK UNIFIED IDEOGRAPH-9E14",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E15,
        name: "CJK UNIFIED IDEOGRAPH-9E15",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E16,
        name: "CJK UNIFIED IDEOGRAPH-9E16",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E17,
        name: "CJK UNIFIED IDEOGRAPH-9E17",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E18,
        name: "CJK UNIFIED IDEOGRAPH-9E18",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E19,
        name: "CJK UNIFIED IDEOGRAPH-9E19",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E1A,
        name: "CJK UNIFIED IDEOGRAPH-9E1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E1B,
        name: "CJK UNIFIED IDEOGRAPH-9E1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E1C,
        name: "CJK UNIFIED IDEOGRAPH-9E1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E1D,
        name: "CJK UNIFIED IDEOGRAPH-9E1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E1E,
        name: "CJK UNIFIED IDEOGRAPH-9E1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E1F,
        name: "CJK UNIFIED IDEOGRAPH-9E1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E20,
        name: "CJK UNIFIED IDEOGRAPH-9E20",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E21,
        name: "CJK UNIFIED IDEOGRAPH-9E21",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E22,
        name: "CJK UNIFIED IDEOGRAPH-9E22",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E23,
        name: "CJK UNIFIED IDEOGRAPH-9E23",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E24,
        name: "CJK UNIFIED IDEOGRAPH-9E24",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E25,
        name: "CJK UNIFIED IDEOGRAPH-9E25",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E26,
        name: "CJK UNIFIED IDEOGRAPH-9E26",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E27,
        name: "CJK UNIFIED IDEOGRAPH-9E27",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E28,
        name: "CJK UNIFIED IDEOGRAPH-9E28",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E29,
        name: "CJK UNIFIED IDEOGRAPH-9E29",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E2A,
        name: "CJK UNIFIED IDEOGRAPH-9E2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E2B,
        name: "CJK UNIFIED IDEOGRAPH-9E2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E2C,
        name: "CJK UNIFIED IDEOGRAPH-9E2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E2D,
        name: "CJK UNIFIED IDEOGRAPH-9E2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E2E,
        name: "CJK UNIFIED IDEOGRAPH-9E2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E2F,
        name: "CJK UNIFIED IDEOGRAPH-9E2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E30,
        name: "CJK UNIFIED IDEOGRAPH-9E30",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E31,
        name: "CJK UNIFIED IDEOGRAPH-9E31",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E32,
        name: "CJK UNIFIED IDEOGRAPH-9E32",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E33,
        name: "CJK UNIFIED IDEOGRAPH-9E33",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E34,
        name: "CJK UNIFIED IDEOGRAPH-9E34",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E35,
        name: "CJK UNIFIED IDEOGRAPH-9E35",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E36,
        name: "CJK UNIFIED IDEOGRAPH-9E36",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E37,
        name: "CJK UNIFIED IDEOGRAPH-9E37",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E38,
        name: "CJK UNIFIED IDEOGRAPH-9E38",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E39,
        name: "CJK UNIFIED IDEOGRAPH-9E39",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E3A,
        name: "CJK UNIFIED IDEOGRAPH-9E3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E3B,
        name: "CJK UNIFIED IDEOGRAPH-9E3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E3C,
        name: "CJK UNIFIED IDEOGRAPH-9E3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E3D,
        name: "CJK UNIFIED IDEOGRAPH-9E3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E3E,
        name: "CJK UNIFIED IDEOGRAPH-9E3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E3F,
        name: "CJK UNIFIED IDEOGRAPH-9E3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E40,
        name: "CJK UNIFIED IDEOGRAPH-9E40",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E41,
        name: "CJK UNIFIED IDEOGRAPH-9E41",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E42,
        name: "CJK UNIFIED IDEOGRAPH-9E42",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E43,
        name: "CJK UNIFIED IDEOGRAPH-9E43",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E44,
        name: "CJK UNIFIED IDEOGRAPH-9E44",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E45,
        name: "CJK UNIFIED IDEOGRAPH-9E45",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E46,
        name: "CJK UNIFIED IDEOGRAPH-9E46",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E47,
        name: "CJK UNIFIED IDEOGRAPH-9E47",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E48,
        name: "CJK UNIFIED IDEOGRAPH-9E48",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E49,
        name: "CJK UNIFIED IDEOGRAPH-9E49",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E4A,
        name: "CJK UNIFIED IDEOGRAPH-9E4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E4B,
        name: "CJK UNIFIED IDEOGRAPH-9E4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E4C,
        name: "CJK UNIFIED IDEOGRAPH-9E4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E4D,
        name: "CJK UNIFIED IDEOGRAPH-9E4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E4E,
        name: "CJK UNIFIED IDEOGRAPH-9E4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E4F,
        name: "CJK UNIFIED IDEOGRAPH-9E4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E50,
        name: "CJK UNIFIED IDEOGRAPH-9E50",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E51,
        name: "CJK UNIFIED IDEOGRAPH-9E51",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E52,
        name: "CJK UNIFIED IDEOGRAPH-9E52",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E53,
        name: "CJK UNIFIED IDEOGRAPH-9E53",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E54,
        name: "CJK UNIFIED IDEOGRAPH-9E54",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E55,
        name: "CJK UNIFIED IDEOGRAPH-9E55",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E56,
        name: "CJK UNIFIED IDEOGRAPH-9E56",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E57,
        name: "CJK UNIFIED IDEOGRAPH-9E57",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E58,
        name: "CJK UNIFIED IDEOGRAPH-9E58",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E59,
        name: "CJK UNIFIED IDEOGRAPH-9E59",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E5A,
        name: "CJK UNIFIED IDEOGRAPH-9E5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E5B,
        name: "CJK UNIFIED IDEOGRAPH-9E5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E5C,
        name: "CJK UNIFIED IDEOGRAPH-9E5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E5D,
        name: "CJK UNIFIED IDEOGRAPH-9E5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E5E,
        name: "CJK UNIFIED IDEOGRAPH-9E5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E5F,
        name: "CJK UNIFIED IDEOGRAPH-9E5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E60,
        name: "CJK UNIFIED IDEOGRAPH-9E60",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E61,
        name: "CJK UNIFIED IDEOGRAPH-9E61",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E62,
        name: "CJK UNIFIED IDEOGRAPH-9E62",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E63,
        name: "CJK UNIFIED IDEOGRAPH-9E63",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E64,
        name: "CJK UNIFIED IDEOGRAPH-9E64",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E65,
        name: "CJK UNIFIED IDEOGRAPH-9E65",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E66,
        name: "CJK UNIFIED IDEOGRAPH-9E66",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E67,
        name: "CJK UNIFIED IDEOGRAPH-9E67",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E68,
        name: "CJK UNIFIED IDEOGRAPH-9E68",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E69,
        name: "CJK UNIFIED IDEOGRAPH-9E69",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E6A,
        name: "CJK UNIFIED IDEOGRAPH-9E6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E6B,
        name: "CJK UNIFIED IDEOGRAPH-9E6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E6C,
        name: "CJK UNIFIED IDEOGRAPH-9E6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E6D,
        name: "CJK UNIFIED IDEOGRAPH-9E6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E6E,
        name: "CJK UNIFIED IDEOGRAPH-9E6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E6F,
        name: "CJK UNIFIED IDEOGRAPH-9E6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E70,
        name: "CJK UNIFIED IDEOGRAPH-9E70",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E71,
        name: "CJK UNIFIED IDEOGRAPH-9E71",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E72,
        name: "CJK UNIFIED IDEOGRAPH-9E72",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E73,
        name: "CJK UNIFIED IDEOGRAPH-9E73",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E74,
        name: "CJK UNIFIED IDEOGRAPH-9E74",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E75,
        name: "CJK UNIFIED IDEOGRAPH-9E75",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E76,
        name: "CJK UNIFIED IDEOGRAPH-9E76",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E77,
        name: "CJK UNIFIED IDEOGRAPH-9E77",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E78,
        name: "CJK UNIFIED IDEOGRAPH-9E78",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E79,
        name: "CJK UNIFIED IDEOGRAPH-9E79",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E7A,
        name: "CJK UNIFIED IDEOGRAPH-9E7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E7B,
        name: "CJK UNIFIED IDEOGRAPH-9E7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E7C,
        name: "CJK UNIFIED IDEOGRAPH-9E7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E7D,
        name: "CJK UNIFIED IDEOGRAPH-9E7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E7E,
        name: "CJK UNIFIED IDEOGRAPH-9E7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E7F,
        name: "CJK UNIFIED IDEOGRAPH-9E7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E80,
        name: "CJK UNIFIED IDEOGRAPH-9E80",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E81,
        name: "CJK UNIFIED IDEOGRAPH-9E81",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E82,
        name: "CJK UNIFIED IDEOGRAPH-9E82",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E83,
        name: "CJK UNIFIED IDEOGRAPH-9E83",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E84,
        name: "CJK UNIFIED IDEOGRAPH-9E84",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E85,
        name: "CJK UNIFIED IDEOGRAPH-9E85",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E86,
        name: "CJK UNIFIED IDEOGRAPH-9E86",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E87,
        name: "CJK UNIFIED IDEOGRAPH-9E87",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E88,
        name: "CJK UNIFIED IDEOGRAPH-9E88",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E89,
        name: "CJK UNIFIED IDEOGRAPH-9E89",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E8A,
        name: "CJK UNIFIED IDEOGRAPH-9E8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E8B,
        name: "CJK UNIFIED IDEOGRAPH-9E8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E8C,
        name: "CJK UNIFIED IDEOGRAPH-9E8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E8D,
        name: "CJK UNIFIED IDEOGRAPH-9E8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E8E,
        name: "CJK UNIFIED IDEOGRAPH-9E8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E8F,
        name: "CJK UNIFIED IDEOGRAPH-9E8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E90,
        name: "CJK UNIFIED IDEOGRAPH-9E90",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E91,
        name: "CJK UNIFIED IDEOGRAPH-9E91",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E92,
        name: "CJK UNIFIED IDEOGRAPH-9E92",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E93,
        name: "CJK UNIFIED IDEOGRAPH-9E93",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E94,
        name: "CJK UNIFIED IDEOGRAPH-9E94",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E95,
        name: "CJK UNIFIED IDEOGRAPH-9E95",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E96,
        name: "CJK UNIFIED IDEOGRAPH-9E96",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E97,
        name: "CJK UNIFIED IDEOGRAPH-9E97",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E98,
        name: "CJK UNIFIED IDEOGRAPH-9E98",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E99,
        name: "CJK UNIFIED IDEOGRAPH-9E99",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E9A,
        name: "CJK UNIFIED IDEOGRAPH-9E9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E9B,
        name: "CJK UNIFIED IDEOGRAPH-9E9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E9C,
        name: "CJK UNIFIED IDEOGRAPH-9E9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E9D,
        name: "CJK UNIFIED IDEOGRAPH-9E9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E9E,
        name: "CJK UNIFIED IDEOGRAPH-9E9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9E9F,
        name: "CJK UNIFIED IDEOGRAPH-9E9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA0,
        name: "CJK UNIFIED IDEOGRAPH-9EA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA1,
        name: "CJK UNIFIED IDEOGRAPH-9EA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA2,
        name: "CJK UNIFIED IDEOGRAPH-9EA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA3,
        name: "CJK UNIFIED IDEOGRAPH-9EA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA4,
        name: "CJK UNIFIED IDEOGRAPH-9EA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA5,
        name: "CJK UNIFIED IDEOGRAPH-9EA5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA6,
        name: "CJK UNIFIED IDEOGRAPH-9EA6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA7,
        name: "CJK UNIFIED IDEOGRAPH-9EA7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA8,
        name: "CJK UNIFIED IDEOGRAPH-9EA8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EA9,
        name: "CJK UNIFIED IDEOGRAPH-9EA9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EAA,
        name: "CJK UNIFIED IDEOGRAPH-9EAA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EAB,
        name: "CJK UNIFIED IDEOGRAPH-9EAB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EAC,
        name: "CJK UNIFIED IDEOGRAPH-9EAC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EAD,
        name: "CJK UNIFIED IDEOGRAPH-9EAD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EAE,
        name: "CJK UNIFIED IDEOGRAPH-9EAE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EAF,
        name: "CJK UNIFIED IDEOGRAPH-9EAF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB0,
        name: "CJK UNIFIED IDEOGRAPH-9EB0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB1,
        name: "CJK UNIFIED IDEOGRAPH-9EB1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB2,
        name: "CJK UNIFIED IDEOGRAPH-9EB2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB3,
        name: "CJK UNIFIED IDEOGRAPH-9EB3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB4,
        name: "CJK UNIFIED IDEOGRAPH-9EB4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB5,
        name: "CJK UNIFIED IDEOGRAPH-9EB5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB6,
        name: "CJK UNIFIED IDEOGRAPH-9EB6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB7,
        name: "CJK UNIFIED IDEOGRAPH-9EB7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB8,
        name: "CJK UNIFIED IDEOGRAPH-9EB8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EB9,
        name: "CJK UNIFIED IDEOGRAPH-9EB9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EBA,
        name: "CJK UNIFIED IDEOGRAPH-9EBA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EBB,
        name: "CJK UNIFIED IDEOGRAPH-9EBB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EBC,
        name: "CJK UNIFIED IDEOGRAPH-9EBC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EBD,
        name: "CJK UNIFIED IDEOGRAPH-9EBD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EBE,
        name: "CJK UNIFIED IDEOGRAPH-9EBE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EBF,
        name: "CJK UNIFIED IDEOGRAPH-9EBF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC0,
        name: "CJK UNIFIED IDEOGRAPH-9EC0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC1,
        name: "CJK UNIFIED IDEOGRAPH-9EC1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC2,
        name: "CJK UNIFIED IDEOGRAPH-9EC2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC3,
        name: "CJK UNIFIED IDEOGRAPH-9EC3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC4,
        name: "CJK UNIFIED IDEOGRAPH-9EC4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC5,
        name: "CJK UNIFIED IDEOGRAPH-9EC5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC6,
        name: "CJK UNIFIED IDEOGRAPH-9EC6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC7,
        name: "CJK UNIFIED IDEOGRAPH-9EC7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC8,
        name: "CJK UNIFIED IDEOGRAPH-9EC8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EC9,
        name: "CJK UNIFIED IDEOGRAPH-9EC9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ECA,
        name: "CJK UNIFIED IDEOGRAPH-9ECA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ECB,
        name: "CJK UNIFIED IDEOGRAPH-9ECB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ECC,
        name: "CJK UNIFIED IDEOGRAPH-9ECC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ECD,
        name: "CJK UNIFIED IDEOGRAPH-9ECD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ECE,
        name: "CJK UNIFIED IDEOGRAPH-9ECE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ECF,
        name: "CJK UNIFIED IDEOGRAPH-9ECF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED0,
        name: "CJK UNIFIED IDEOGRAPH-9ED0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED1,
        name: "CJK UNIFIED IDEOGRAPH-9ED1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED2,
        name: "CJK UNIFIED IDEOGRAPH-9ED2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED3,
        name: "CJK UNIFIED IDEOGRAPH-9ED3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED4,
        name: "CJK UNIFIED IDEOGRAPH-9ED4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED5,
        name: "CJK UNIFIED IDEOGRAPH-9ED5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED6,
        name: "CJK UNIFIED IDEOGRAPH-9ED6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED7,
        name: "CJK UNIFIED IDEOGRAPH-9ED7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED8,
        name: "CJK UNIFIED IDEOGRAPH-9ED8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9ED9,
        name: "CJK UNIFIED IDEOGRAPH-9ED9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EDA,
        name: "CJK UNIFIED IDEOGRAPH-9EDA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EDB,
        name: "CJK UNIFIED IDEOGRAPH-9EDB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EDC,
        name: "CJK UNIFIED IDEOGRAPH-9EDC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EDD,
        name: "CJK UNIFIED IDEOGRAPH-9EDD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EDE,
        name: "CJK UNIFIED IDEOGRAPH-9EDE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EDF,
        name: "CJK UNIFIED IDEOGRAPH-9EDF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE0,
        name: "CJK UNIFIED IDEOGRAPH-9EE0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE1,
        name: "CJK UNIFIED IDEOGRAPH-9EE1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE2,
        name: "CJK UNIFIED IDEOGRAPH-9EE2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE3,
        name: "CJK UNIFIED IDEOGRAPH-9EE3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE4,
        name: "CJK UNIFIED IDEOGRAPH-9EE4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE5,
        name: "CJK UNIFIED IDEOGRAPH-9EE5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE6,
        name: "CJK UNIFIED IDEOGRAPH-9EE6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE7,
        name: "CJK UNIFIED IDEOGRAPH-9EE7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE8,
        name: "CJK UNIFIED IDEOGRAPH-9EE8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EE9,
        name: "CJK UNIFIED IDEOGRAPH-9EE9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EEA,
        name: "CJK UNIFIED IDEOGRAPH-9EEA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EEB,
        name: "CJK UNIFIED IDEOGRAPH-9EEB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EEC,
        name: "CJK UNIFIED IDEOGRAPH-9EEC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EED,
        name: "CJK UNIFIED IDEOGRAPH-9EED",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EEE,
        name: "CJK UNIFIED IDEOGRAPH-9EEE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EEF,
        name: "CJK UNIFIED IDEOGRAPH-9EEF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF0,
        name: "CJK UNIFIED IDEOGRAPH-9EF0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF1,
        name: "CJK UNIFIED IDEOGRAPH-9EF1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF2,
        name: "CJK UNIFIED IDEOGRAPH-9EF2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF3,
        name: "CJK UNIFIED IDEOGRAPH-9EF3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF4,
        name: "CJK UNIFIED IDEOGRAPH-9EF4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF5,
        name: "CJK UNIFIED IDEOGRAPH-9EF5",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF6,
        name: "CJK UNIFIED IDEOGRAPH-9EF6",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF7,
        name: "CJK UNIFIED IDEOGRAPH-9EF7",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF8,
        name: "CJK UNIFIED IDEOGRAPH-9EF8",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EF9,
        name: "CJK UNIFIED IDEOGRAPH-9EF9",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EFA,
        name: "CJK UNIFIED IDEOGRAPH-9EFA",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EFB,
        name: "CJK UNIFIED IDEOGRAPH-9EFB",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EFC,
        name: "CJK UNIFIED IDEOGRAPH-9EFC",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EFD,
        name: "CJK UNIFIED IDEOGRAPH-9EFD",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EFE,
        name: "CJK UNIFIED IDEOGRAPH-9EFE",
    },
    Character {
        age: "1.1",
        codepoint: 0x9EFF,
        name: "CJK UNIFIED IDEOGRAPH-9EFF",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F00,
        name: "CJK UNIFIED IDEOGRAPH-9F00",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F01,
        name: "CJK UNIFIED IDEOGRAPH-9F01",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F02,
        name: "CJK UNIFIED IDEOGRAPH-9F02",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F03,
        name: "CJK UNIFIED IDEOGRAPH-9F03",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F04,
        name: "CJK UNIFIED IDEOGRAPH-9F04",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F05,
        name: "CJK UNIFIED IDEOGRAPH-9F05",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F06,
        name: "CJK UNIFIED IDEOGRAPH-9F06",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F07,
        name: "CJK UNIFIED IDEOGRAPH-9F07",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F08,
        name: "CJK UNIFIED IDEOGRAPH-9F08",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F09,
        name: "CJK UNIFIED IDEOGRAPH-9F09",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F0A,
        name: "CJK UNIFIED IDEOGRAPH-9F0A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F0B,
        name: "CJK UNIFIED IDEOGRAPH-9F0B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F0C,
        name: "CJK UNIFIED IDEOGRAPH-9F0C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F0D,
        name: "CJK UNIFIED IDEOGRAPH-9F0D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F0E,
        name: "CJK UNIFIED IDEOGRAPH-9F0E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F0F,
        name: "CJK UNIFIED IDEOGRAPH-9F0F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F10,
        name: "CJK UNIFIED IDEOGRAPH-9F10",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F11,
        name: "CJK UNIFIED IDEOGRAPH-9F11",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F12,
        name: "CJK UNIFIED IDEOGRAPH-9F12",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F13,
        name: "CJK UNIFIED IDEOGRAPH-9F13",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F14,
        name: "CJK UNIFIED IDEOGRAPH-9F14",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F15,
        name: "CJK UNIFIED IDEOGRAPH-9F15",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F16,
        name: "CJK UNIFIED IDEOGRAPH-9F16",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F17,
        name: "CJK UNIFIED IDEOGRAPH-9F17",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F18,
        name: "CJK UNIFIED IDEOGRAPH-9F18",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F19,
        name: "CJK UNIFIED IDEOGRAPH-9F19",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F1A,
        name: "CJK UNIFIED IDEOGRAPH-9F1A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F1B,
        name: "CJK UNIFIED IDEOGRAPH-9F1B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F1C,
        name: "CJK UNIFIED IDEOGRAPH-9F1C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F1D,
        name: "CJK UNIFIED IDEOGRAPH-9F1D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F1E,
        name: "CJK UNIFIED IDEOGRAPH-9F1E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F1F,
        name: "CJK UNIFIED IDEOGRAPH-9F1F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F20,
        name: "CJK UNIFIED IDEOGRAPH-9F20",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F21,
        name: "CJK UNIFIED IDEOGRAPH-9F21",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F22,
        name: "CJK UNIFIED IDEOGRAPH-9F22",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F23,
        name: "CJK UNIFIED IDEOGRAPH-9F23",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F24,
        name: "CJK UNIFIED IDEOGRAPH-9F24",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F25,
        name: "CJK UNIFIED IDEOGRAPH-9F25",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F26,
        name: "CJK UNIFIED IDEOGRAPH-9F26",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F27,
        name: "CJK UNIFIED IDEOGRAPH-9F27",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F28,
        name: "CJK UNIFIED IDEOGRAPH-9F28",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F29,
        name: "CJK UNIFIED IDEOGRAPH-9F29",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F2A,
        name: "CJK UNIFIED IDEOGRAPH-9F2A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F2B,
        name: "CJK UNIFIED IDEOGRAPH-9F2B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F2C,
        name: "CJK UNIFIED IDEOGRAPH-9F2C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F2D,
        name: "CJK UNIFIED IDEOGRAPH-9F2D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F2E,
        name: "CJK UNIFIED IDEOGRAPH-9F2E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F2F,
        name: "CJK UNIFIED IDEOGRAPH-9F2F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F30,
        name: "CJK UNIFIED IDEOGRAPH-9F30",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F31,
        name: "CJK UNIFIED IDEOGRAPH-9F31",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F32,
        name: "CJK UNIFIED IDEOGRAPH-9F32",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F33,
        name: "CJK UNIFIED IDEOGRAPH-9F33",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F34,
        name: "CJK UNIFIED IDEOGRAPH-9F34",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F35,
        name: "CJK UNIFIED IDEOGRAPH-9F35",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F36,
        name: "CJK UNIFIED IDEOGRAPH-9F36",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F37,
        name: "CJK UNIFIED IDEOGRAPH-9F37",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F38,
        name: "CJK UNIFIED IDEOGRAPH-9F38",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F39,
        name: "CJK UNIFIED IDEOGRAPH-9F39",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F3A,
        name: "CJK UNIFIED IDEOGRAPH-9F3A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F3B,
        name: "CJK UNIFIED IDEOGRAPH-9F3B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F3C,
        name: "CJK UNIFIED IDEOGRAPH-9F3C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F3D,
        name: "CJK UNIFIED IDEOGRAPH-9F3D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F3E,
        name: "CJK UNIFIED IDEOGRAPH-9F3E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F3F,
        name: "CJK UNIFIED IDEOGRAPH-9F3F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F40,
        name: "CJK UNIFIED IDEOGRAPH-9F40",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F41,
        name: "CJK UNIFIED IDEOGRAPH-9F41",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F42,
        name: "CJK UNIFIED IDEOGRAPH-9F42",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F43,
        name: "CJK UNIFIED IDEOGRAPH-9F43",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F44,
        name: "CJK UNIFIED IDEOGRAPH-9F44",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F45,
        name: "CJK UNIFIED IDEOGRAPH-9F45",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F46,
        name: "CJK UNIFIED IDEOGRAPH-9F46",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F47,
        name: "CJK UNIFIED IDEOGRAPH-9F47",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F48,
        name: "CJK UNIFIED IDEOGRAPH-9F48",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F49,
        name: "CJK UNIFIED IDEOGRAPH-9F49",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F4A,
        name: "CJK UNIFIED IDEOGRAPH-9F4A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F4B,
        name: "CJK UNIFIED IDEOGRAPH-9F4B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F4C,
        name: "CJK UNIFIED IDEOGRAPH-9F4C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F4D,
        name: "CJK UNIFIED IDEOGRAPH-9F4D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F4E,
        name: "CJK UNIFIED IDEOGRAPH-9F4E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F4F,
        name: "CJK UNIFIED IDEOGRAPH-9F4F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F50,
        name: "CJK UNIFIED IDEOGRAPH-9F50",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F51,
        name: "CJK UNIFIED IDEOGRAPH-9F51",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F52,
        name: "CJK UNIFIED IDEOGRAPH-9F52",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F53,
        name: "CJK UNIFIED IDEOGRAPH-9F53",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F54,
        name: "CJK UNIFIED IDEOGRAPH-9F54",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F55,
        name: "CJK UNIFIED IDEOGRAPH-9F55",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F56,
        name: "CJK UNIFIED IDEOGRAPH-9F56",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F57,
        name: "CJK UNIFIED IDEOGRAPH-9F57",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F58,
        name: "CJK UNIFIED IDEOGRAPH-9F58",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F59,
        name: "CJK UNIFIED IDEOGRAPH-9F59",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F5A,
        name: "CJK UNIFIED IDEOGRAPH-9F5A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F5B,
        name: "CJK UNIFIED IDEOGRAPH-9F5B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F5C,
        name: "CJK UNIFIED IDEOGRAPH-9F5C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F5D,
        name: "CJK UNIFIED IDEOGRAPH-9F5D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F5E,
        name: "CJK UNIFIED IDEOGRAPH-9F5E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F5F,
        name: "CJK UNIFIED IDEOGRAPH-9F5F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F60,
        name: "CJK UNIFIED IDEOGRAPH-9F60",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F61,
        name: "CJK UNIFIED IDEOGRAPH-9F61",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F62,
        name: "CJK UNIFIED IDEOGRAPH-9F62",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F63,
        name: "CJK UNIFIED IDEOGRAPH-9F63",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F64,
        name: "CJK UNIFIED IDEOGRAPH-9F64",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F65,
        name: "CJK UNIFIED IDEOGRAPH-9F65",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F66,
        name: "CJK UNIFIED IDEOGRAPH-9F66",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F67,
        name: "CJK UNIFIED IDEOGRAPH-9F67",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F68,
        name: "CJK UNIFIED IDEOGRAPH-9F68",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F69,
        name: "CJK UNIFIED IDEOGRAPH-9F69",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F6A,
        name: "CJK UNIFIED IDEOGRAPH-9F6A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F6B,
        name: "CJK UNIFIED IDEOGRAPH-9F6B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F6C,
        name: "CJK UNIFIED IDEOGRAPH-9F6C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F6D,
        name: "CJK UNIFIED IDEOGRAPH-9F6D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F6E,
        name: "CJK UNIFIED IDEOGRAPH-9F6E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F6F,
        name: "CJK UNIFIED IDEOGRAPH-9F6F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F70,
        name: "CJK UNIFIED IDEOGRAPH-9F70",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F71,
        name: "CJK UNIFIED IDEOGRAPH-9F71",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F72,
        name: "CJK UNIFIED IDEOGRAPH-9F72",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F73,
        name: "CJK UNIFIED IDEOGRAPH-9F73",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F74,
        name: "CJK UNIFIED IDEOGRAPH-9F74",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F75,
        name: "CJK UNIFIED IDEOGRAPH-9F75",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F76,
        name: "CJK UNIFIED IDEOGRAPH-9F76",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F77,
        name: "CJK UNIFIED IDEOGRAPH-9F77",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F78,
        name: "CJK UNIFIED IDEOGRAPH-9F78",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F79,
        name: "CJK UNIFIED IDEOGRAPH-9F79",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F7A,
        name: "CJK UNIFIED IDEOGRAPH-9F7A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F7B,
        name: "CJK UNIFIED IDEOGRAPH-9F7B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F7C,
        name: "CJK UNIFIED IDEOGRAPH-9F7C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F7D,
        name: "CJK UNIFIED IDEOGRAPH-9F7D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F7E,
        name: "CJK UNIFIED IDEOGRAPH-9F7E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F7F,
        name: "CJK UNIFIED IDEOGRAPH-9F7F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F80,
        name: "CJK UNIFIED IDEOGRAPH-9F80",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F81,
        name: "CJK UNIFIED IDEOGRAPH-9F81",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F82,
        name: "CJK UNIFIED IDEOGRAPH-9F82",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F83,
        name: "CJK UNIFIED IDEOGRAPH-9F83",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F84,
        name: "CJK UNIFIED IDEOGRAPH-9F84",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F85,
        name: "CJK UNIFIED IDEOGRAPH-9F85",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F86,
        name: "CJK UNIFIED IDEOGRAPH-9F86",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F87,
        name: "CJK UNIFIED IDEOGRAPH-9F87",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F88,
        name: "CJK UNIFIED IDEOGRAPH-9F88",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F89,
        name: "CJK UNIFIED IDEOGRAPH-9F89",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F8A,
        name: "CJK UNIFIED IDEOGRAPH-9F8A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F8B,
        name: "CJK UNIFIED IDEOGRAPH-9F8B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F8C,
        name: "CJK UNIFIED IDEOGRAPH-9F8C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F8D,
        name: "CJK UNIFIED IDEOGRAPH-9F8D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F8E,
        name: "CJK UNIFIED IDEOGRAPH-9F8E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F8F,
        name: "CJK UNIFIED IDEOGRAPH-9F8F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F90,
        name: "CJK UNIFIED IDEOGRAPH-9F90",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F91,
        name: "CJK UNIFIED IDEOGRAPH-9F91",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F92,
        name: "CJK UNIFIED IDEOGRAPH-9F92",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F93,
        name: "CJK UNIFIED IDEOGRAPH-9F93",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F94,
        name: "CJK UNIFIED IDEOGRAPH-9F94",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F95,
        name: "CJK UNIFIED IDEOGRAPH-9F95",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F96,
        name: "CJK UNIFIED IDEOGRAPH-9F96",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F97,
        name: "CJK UNIFIED IDEOGRAPH-9F97",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F98,
        name: "CJK UNIFIED IDEOGRAPH-9F98",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F99,
        name: "CJK UNIFIED IDEOGRAPH-9F99",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F9A,
        name: "CJK UNIFIED IDEOGRAPH-9F9A",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F9B,
        name: "CJK UNIFIED IDEOGRAPH-9F9B",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F9C,
        name: "CJK UNIFIED IDEOGRAPH-9F9C",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F9D,
        name: "CJK UNIFIED IDEOGRAPH-9F9D",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F9E,
        name: "CJK UNIFIED IDEOGRAPH-9F9E",
    },
    Character {
        age: "1.1",
        codepoint: 0x9F9F,
        name: "CJK UNIFIED IDEOGRAPH-9F9F",
    },
    Character {
        age: "1.1",
        codepoint: 0x9FA0,
        name: "CJK UNIFIED IDEOGRAPH-9FA0",
    },
    Character {
        age: "1.1",
        codepoint: 0x9FA1,
        name: "CJK UNIFIED IDEOGRAPH-9FA1",
    },
    Character {
        age: "1.1",
        codepoint: 0x9FA2,
        name: "CJK UNIFIED IDEOGRAPH-9FA2",
    },
    Character {
        age: "1.1",
        codepoint: 0x9FA3,
        name: "CJK UNIFIED IDEOGRAPH-9FA3",
    },
    Character {
        age: "1.1",
        codepoint: 0x9FA4,
        name: "CJK UNIFIED IDEOGRAPH-9FA4",
    },
    Character {
        age: "1.1",
        codepoint: 0x9FA5,
        name: "CJK UNIFIED IDEOGRAPH-9FA5",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FA6,
        name: "CJK UNIFIED IDEOGRAPH-9FA6",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FA7,
        name: "CJK UNIFIED IDEOGRAPH-9FA7",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FA8,
        name: "CJK UNIFIED IDEOGRAPH-9FA8",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FA9,
        name: "CJK UNIFIED IDEOGRAPH-9FA9",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FAA,
        name: "CJK UNIFIED IDEOGRAPH-9FAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FAB,
        name: "CJK UNIFIED IDEOGRAPH-9FAB",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FAC,
        name: "CJK UNIFIED IDEOGRAPH-9FAC",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FAD,
        name: "CJK UNIFIED IDEOGRAPH-9FAD",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FAE,
        name: "CJK UNIFIED IDEOGRAPH-9FAE",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FAF,
        name: "CJK UNIFIED IDEOGRAPH-9FAF",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB0,
        name: "CJK UNIFIED IDEOGRAPH-9FB0",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB1,
        name: "CJK UNIFIED IDEOGRAPH-9FB1",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB2,
        name: "CJK UNIFIED IDEOGRAPH-9FB2",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB3,
        name: "CJK UNIFIED IDEOGRAPH-9FB3",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB4,
        name: "CJK UNIFIED IDEOGRAPH-9FB4",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB5,
        name: "CJK UNIFIED IDEOGRAPH-9FB5",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB6,
        name: "CJK UNIFIED IDEOGRAPH-9FB6",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB7,
        name: "CJK UNIFIED IDEOGRAPH-9FB7",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB8,
        name: "CJK UNIFIED IDEOGRAPH-9FB8",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FB9,
        name: "CJK UNIFIED IDEOGRAPH-9FB9",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FBA,
        name: "CJK UNIFIED IDEOGRAPH-9FBA",
    },
    Character {
        age: "4.1",
        codepoint: 0x9FBB,
        name: "CJK UNIFIED IDEOGRAPH-9FBB",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FBC,
        name: "CJK UNIFIED IDEOGRAPH-9FBC",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FBD,
        name: "CJK UNIFIED IDEOGRAPH-9FBD",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FBE,
        name: "CJK UNIFIED IDEOGRAPH-9FBE",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FBF,
        name: "CJK UNIFIED IDEOGRAPH-9FBF",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FC0,
        name: "CJK UNIFIED IDEOGRAPH-9FC0",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FC1,
        name: "CJK UNIFIED IDEOGRAPH-9FC1",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FC2,
        name: "CJK UNIFIED IDEOGRAPH-9FC2",
    },
    Character {
        age: "5.1",
        codepoint: 0x9FC3,
        name: "CJK UNIFIED IDEOGRAPH-9FC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FC4,
        name: "CJK UNIFIED IDEOGRAPH-9FC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FC5,
        name: "CJK UNIFIED IDEOGRAPH-9FC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FC6,
        name: "CJK UNIFIED IDEOGRAPH-9FC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FC7,
        name: "CJK UNIFIED IDEOGRAPH-9FC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FC8,
        name: "CJK UNIFIED IDEOGRAPH-9FC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FC9,
        name: "CJK UNIFIED IDEOGRAPH-9FC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FCA,
        name: "CJK UNIFIED IDEOGRAPH-9FCA",
    },
    Character {
        age: "5.2",
        codepoint: 0x9FCB,
        name: "CJK UNIFIED IDEOGRAPH-9FCB",
    },
    Character {
        age: "6.1",
        codepoint: 0x9FCC,
        name: "CJK UNIFIED IDEOGRAPH-9FCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FCD,
        name: "CJK UNIFIED IDEOGRAPH-9FCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FCE,
        name: "CJK UNIFIED IDEOGRAPH-9FCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FCF,
        name: "CJK UNIFIED IDEOGRAPH-9FCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FD0,
        name: "CJK UNIFIED IDEOGRAPH-9FD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FD1,
        name: "CJK UNIFIED IDEOGRAPH-9FD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FD2,
        name: "CJK UNIFIED IDEOGRAPH-9FD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FD3,
        name: "CJK UNIFIED IDEOGRAPH-9FD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FD4,
        name: "CJK UNIFIED IDEOGRAPH-9FD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x9FD5,
        name: "CJK UNIFIED IDEOGRAPH-9FD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FD6,
        name: "CJK UNIFIED IDEOGRAPH-9FD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FD7,
        name: "CJK UNIFIED IDEOGRAPH-9FD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FD8,
        name: "CJK UNIFIED IDEOGRAPH-9FD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FD9,
        name: "CJK UNIFIED IDEOGRAPH-9FD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FDA,
        name: "CJK UNIFIED IDEOGRAPH-9FDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FDB,
        name: "CJK UNIFIED IDEOGRAPH-9FDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FDC,
        name: "CJK UNIFIED IDEOGRAPH-9FDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FDD,
        name: "CJK UNIFIED IDEOGRAPH-9FDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FDE,
        name: "CJK UNIFIED IDEOGRAPH-9FDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FDF,
        name: "CJK UNIFIED IDEOGRAPH-9FDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE0,
        name: "CJK UNIFIED IDEOGRAPH-9FE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE1,
        name: "CJK UNIFIED IDEOGRAPH-9FE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE2,
        name: "CJK UNIFIED IDEOGRAPH-9FE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE3,
        name: "CJK UNIFIED IDEOGRAPH-9FE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE4,
        name: "CJK UNIFIED IDEOGRAPH-9FE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE5,
        name: "CJK UNIFIED IDEOGRAPH-9FE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE6,
        name: "CJK UNIFIED IDEOGRAPH-9FE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE7,
        name: "CJK UNIFIED IDEOGRAPH-9FE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE8,
        name: "CJK UNIFIED IDEOGRAPH-9FE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FE9,
        name: "CJK UNIFIED IDEOGRAPH-9FE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x9FEA,
        name: "CJK UNIFIED IDEOGRAPH-9FEA",
    },
    Character {
        age: "11.0",
        codepoint: 0x9FEB,
        name: "CJK UNIFIED IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x9FEC,
        name: "CJK UNIFIED IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x9FED,
        name: "CJK UNIFIED IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x9FEE,
        name: "CJK UNIFIED IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x9FEF,
        name: "CJK UNIFIED IDEOGRAPH-#",
    },
    Character {
        age: "3.0",
        codepoint: 0xA000,
        name: "YI SYLLABLE IT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA001,
        name: "YI SYLLABLE IX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA002,
        name: "YI SYLLABLE I",
    },
    Character {
        age: "3.0",
        codepoint: 0xA003,
        name: "YI SYLLABLE IP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA004,
        name: "YI SYLLABLE IET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA005,
        name: "YI SYLLABLE IEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA006,
        name: "YI SYLLABLE IE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA007,
        name: "YI SYLLABLE IEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA008,
        name: "YI SYLLABLE AT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA009,
        name: "YI SYLLABLE AX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA00A,
        name: "YI SYLLABLE A",
    },
    Character {
        age: "3.0",
        codepoint: 0xA00B,
        name: "YI SYLLABLE AP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA00C,
        name: "YI SYLLABLE UOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA00D,
        name: "YI SYLLABLE UO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA00E,
        name: "YI SYLLABLE UOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA00F,
        name: "YI SYLLABLE OT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA010,
        name: "YI SYLLABLE OX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA011,
        name: "YI SYLLABLE O",
    },
    Character {
        age: "3.0",
        codepoint: 0xA012,
        name: "YI SYLLABLE OP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA013,
        name: "YI SYLLABLE EX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA014,
        name: "YI SYLLABLE E",
    },
    Character {
        age: "3.0",
        codepoint: 0xA015,
        name: "YI SYLLABLE WU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA016,
        name: "YI SYLLABLE BIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA017,
        name: "YI SYLLABLE BIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA018,
        name: "YI SYLLABLE BI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA019,
        name: "YI SYLLABLE BIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA01A,
        name: "YI SYLLABLE BIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA01B,
        name: "YI SYLLABLE BIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA01C,
        name: "YI SYLLABLE BIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA01D,
        name: "YI SYLLABLE BIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA01E,
        name: "YI SYLLABLE BAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA01F,
        name: "YI SYLLABLE BAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA020,
        name: "YI SYLLABLE BA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA021,
        name: "YI SYLLABLE BAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA022,
        name: "YI SYLLABLE BUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA023,
        name: "YI SYLLABLE BUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA024,
        name: "YI SYLLABLE BUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA025,
        name: "YI SYLLABLE BOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA026,
        name: "YI SYLLABLE BOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA027,
        name: "YI SYLLABLE BO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA028,
        name: "YI SYLLABLE BOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA029,
        name: "YI SYLLABLE BEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA02A,
        name: "YI SYLLABLE BE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA02B,
        name: "YI SYLLABLE BEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA02C,
        name: "YI SYLLABLE BUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA02D,
        name: "YI SYLLABLE BUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA02E,
        name: "YI SYLLABLE BU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA02F,
        name: "YI SYLLABLE BUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA030,
        name: "YI SYLLABLE BURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA031,
        name: "YI SYLLABLE BUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA032,
        name: "YI SYLLABLE BYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA033,
        name: "YI SYLLABLE BYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA034,
        name: "YI SYLLABLE BY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA035,
        name: "YI SYLLABLE BYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA036,
        name: "YI SYLLABLE BYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA037,
        name: "YI SYLLABLE BYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA038,
        name: "YI SYLLABLE PIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA039,
        name: "YI SYLLABLE PIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA03A,
        name: "YI SYLLABLE PI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA03B,
        name: "YI SYLLABLE PIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA03C,
        name: "YI SYLLABLE PIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA03D,
        name: "YI SYLLABLE PIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA03E,
        name: "YI SYLLABLE PIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA03F,
        name: "YI SYLLABLE PAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA040,
        name: "YI SYLLABLE PAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA041,
        name: "YI SYLLABLE PA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA042,
        name: "YI SYLLABLE PAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA043,
        name: "YI SYLLABLE PUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA044,
        name: "YI SYLLABLE PUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA045,
        name: "YI SYLLABLE PUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA046,
        name: "YI SYLLABLE POT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA047,
        name: "YI SYLLABLE POX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA048,
        name: "YI SYLLABLE PO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA049,
        name: "YI SYLLABLE POP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA04A,
        name: "YI SYLLABLE PUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA04B,
        name: "YI SYLLABLE PUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA04C,
        name: "YI SYLLABLE PU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA04D,
        name: "YI SYLLABLE PUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA04E,
        name: "YI SYLLABLE PURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA04F,
        name: "YI SYLLABLE PUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA050,
        name: "YI SYLLABLE PYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA051,
        name: "YI SYLLABLE PYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA052,
        name: "YI SYLLABLE PY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA053,
        name: "YI SYLLABLE PYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA054,
        name: "YI SYLLABLE PYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA055,
        name: "YI SYLLABLE PYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA056,
        name: "YI SYLLABLE BBIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA057,
        name: "YI SYLLABLE BBIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA058,
        name: "YI SYLLABLE BBI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA059,
        name: "YI SYLLABLE BBIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA05A,
        name: "YI SYLLABLE BBIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA05B,
        name: "YI SYLLABLE BBIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA05C,
        name: "YI SYLLABLE BBIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA05D,
        name: "YI SYLLABLE BBIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA05E,
        name: "YI SYLLABLE BBAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA05F,
        name: "YI SYLLABLE BBAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA060,
        name: "YI SYLLABLE BBA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA061,
        name: "YI SYLLABLE BBAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA062,
        name: "YI SYLLABLE BBUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA063,
        name: "YI SYLLABLE BBUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA064,
        name: "YI SYLLABLE BBUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA065,
        name: "YI SYLLABLE BBOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA066,
        name: "YI SYLLABLE BBOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA067,
        name: "YI SYLLABLE BBO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA068,
        name: "YI SYLLABLE BBOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA069,
        name: "YI SYLLABLE BBEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA06A,
        name: "YI SYLLABLE BBE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA06B,
        name: "YI SYLLABLE BBEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA06C,
        name: "YI SYLLABLE BBUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA06D,
        name: "YI SYLLABLE BBUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA06E,
        name: "YI SYLLABLE BBU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA06F,
        name: "YI SYLLABLE BBUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA070,
        name: "YI SYLLABLE BBURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA071,
        name: "YI SYLLABLE BBUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA072,
        name: "YI SYLLABLE BBYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA073,
        name: "YI SYLLABLE BBYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA074,
        name: "YI SYLLABLE BBY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA075,
        name: "YI SYLLABLE BBYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA076,
        name: "YI SYLLABLE NBIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA077,
        name: "YI SYLLABLE NBIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA078,
        name: "YI SYLLABLE NBI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA079,
        name: "YI SYLLABLE NBIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA07A,
        name: "YI SYLLABLE NBIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA07B,
        name: "YI SYLLABLE NBIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA07C,
        name: "YI SYLLABLE NBIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA07D,
        name: "YI SYLLABLE NBAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA07E,
        name: "YI SYLLABLE NBAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA07F,
        name: "YI SYLLABLE NBA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA080,
        name: "YI SYLLABLE NBAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA081,
        name: "YI SYLLABLE NBOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA082,
        name: "YI SYLLABLE NBOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA083,
        name: "YI SYLLABLE NBO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA084,
        name: "YI SYLLABLE NBOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA085,
        name: "YI SYLLABLE NBUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA086,
        name: "YI SYLLABLE NBUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA087,
        name: "YI SYLLABLE NBU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA088,
        name: "YI SYLLABLE NBUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA089,
        name: "YI SYLLABLE NBURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA08A,
        name: "YI SYLLABLE NBUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA08B,
        name: "YI SYLLABLE NBYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA08C,
        name: "YI SYLLABLE NBYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA08D,
        name: "YI SYLLABLE NBY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA08E,
        name: "YI SYLLABLE NBYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA08F,
        name: "YI SYLLABLE NBYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA090,
        name: "YI SYLLABLE NBYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA091,
        name: "YI SYLLABLE HMIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA092,
        name: "YI SYLLABLE HMIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA093,
        name: "YI SYLLABLE HMI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA094,
        name: "YI SYLLABLE HMIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA095,
        name: "YI SYLLABLE HMIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA096,
        name: "YI SYLLABLE HMIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA097,
        name: "YI SYLLABLE HMIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA098,
        name: "YI SYLLABLE HMAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA099,
        name: "YI SYLLABLE HMAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA09A,
        name: "YI SYLLABLE HMA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA09B,
        name: "YI SYLLABLE HMAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA09C,
        name: "YI SYLLABLE HMUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA09D,
        name: "YI SYLLABLE HMUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA09E,
        name: "YI SYLLABLE HMUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA09F,
        name: "YI SYLLABLE HMOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A0,
        name: "YI SYLLABLE HMOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A1,
        name: "YI SYLLABLE HMO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A2,
        name: "YI SYLLABLE HMOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A3,
        name: "YI SYLLABLE HMUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A4,
        name: "YI SYLLABLE HMUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A5,
        name: "YI SYLLABLE HMU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A6,
        name: "YI SYLLABLE HMUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A7,
        name: "YI SYLLABLE HMURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A8,
        name: "YI SYLLABLE HMUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0A9,
        name: "YI SYLLABLE HMYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0AA,
        name: "YI SYLLABLE HMY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0AB,
        name: "YI SYLLABLE HMYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0AC,
        name: "YI SYLLABLE HMYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0AD,
        name: "YI SYLLABLE HMYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0AE,
        name: "YI SYLLABLE MIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0AF,
        name: "YI SYLLABLE MIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B0,
        name: "YI SYLLABLE MI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B1,
        name: "YI SYLLABLE MIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B2,
        name: "YI SYLLABLE MIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B3,
        name: "YI SYLLABLE MIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B4,
        name: "YI SYLLABLE MIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B5,
        name: "YI SYLLABLE MAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B6,
        name: "YI SYLLABLE MAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B7,
        name: "YI SYLLABLE MA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B8,
        name: "YI SYLLABLE MAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0B9,
        name: "YI SYLLABLE MUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0BA,
        name: "YI SYLLABLE MUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0BB,
        name: "YI SYLLABLE MUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0BC,
        name: "YI SYLLABLE MUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0BD,
        name: "YI SYLLABLE MOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0BE,
        name: "YI SYLLABLE MOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0BF,
        name: "YI SYLLABLE MO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C0,
        name: "YI SYLLABLE MOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C1,
        name: "YI SYLLABLE MEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C2,
        name: "YI SYLLABLE ME",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C3,
        name: "YI SYLLABLE MUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C4,
        name: "YI SYLLABLE MUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C5,
        name: "YI SYLLABLE MU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C6,
        name: "YI SYLLABLE MUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C7,
        name: "YI SYLLABLE MURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C8,
        name: "YI SYLLABLE MUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0C9,
        name: "YI SYLLABLE MYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0CA,
        name: "YI SYLLABLE MYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0CB,
        name: "YI SYLLABLE MY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0CC,
        name: "YI SYLLABLE MYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0CD,
        name: "YI SYLLABLE FIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0CE,
        name: "YI SYLLABLE FIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0CF,
        name: "YI SYLLABLE FI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D0,
        name: "YI SYLLABLE FIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D1,
        name: "YI SYLLABLE FAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D2,
        name: "YI SYLLABLE FAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D3,
        name: "YI SYLLABLE FA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D4,
        name: "YI SYLLABLE FAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D5,
        name: "YI SYLLABLE FOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D6,
        name: "YI SYLLABLE FO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D7,
        name: "YI SYLLABLE FOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D8,
        name: "YI SYLLABLE FUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0D9,
        name: "YI SYLLABLE FUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0DA,
        name: "YI SYLLABLE FU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0DB,
        name: "YI SYLLABLE FUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0DC,
        name: "YI SYLLABLE FURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0DD,
        name: "YI SYLLABLE FUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0DE,
        name: "YI SYLLABLE FYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0DF,
        name: "YI SYLLABLE FYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E0,
        name: "YI SYLLABLE FY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E1,
        name: "YI SYLLABLE FYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E2,
        name: "YI SYLLABLE VIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E3,
        name: "YI SYLLABLE VIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E4,
        name: "YI SYLLABLE VI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E5,
        name: "YI SYLLABLE VIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E6,
        name: "YI SYLLABLE VIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E7,
        name: "YI SYLLABLE VIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E8,
        name: "YI SYLLABLE VIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0E9,
        name: "YI SYLLABLE VIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0EA,
        name: "YI SYLLABLE VAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0EB,
        name: "YI SYLLABLE VAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0EC,
        name: "YI SYLLABLE VA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0ED,
        name: "YI SYLLABLE VAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0EE,
        name: "YI SYLLABLE VOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0EF,
        name: "YI SYLLABLE VOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F0,
        name: "YI SYLLABLE VO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F1,
        name: "YI SYLLABLE VOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F2,
        name: "YI SYLLABLE VEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F3,
        name: "YI SYLLABLE VEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F4,
        name: "YI SYLLABLE VUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F5,
        name: "YI SYLLABLE VUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F6,
        name: "YI SYLLABLE VU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F7,
        name: "YI SYLLABLE VUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F8,
        name: "YI SYLLABLE VURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0F9,
        name: "YI SYLLABLE VUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0FA,
        name: "YI SYLLABLE VYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0FB,
        name: "YI SYLLABLE VYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0FC,
        name: "YI SYLLABLE VY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0FD,
        name: "YI SYLLABLE VYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0FE,
        name: "YI SYLLABLE VYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA0FF,
        name: "YI SYLLABLE VYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA100,
        name: "YI SYLLABLE DIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA101,
        name: "YI SYLLABLE DIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA102,
        name: "YI SYLLABLE DI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA103,
        name: "YI SYLLABLE DIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA104,
        name: "YI SYLLABLE DIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA105,
        name: "YI SYLLABLE DIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA106,
        name: "YI SYLLABLE DIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA107,
        name: "YI SYLLABLE DAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA108,
        name: "YI SYLLABLE DAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA109,
        name: "YI SYLLABLE DA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA10A,
        name: "YI SYLLABLE DAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA10B,
        name: "YI SYLLABLE DUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA10C,
        name: "YI SYLLABLE DUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA10D,
        name: "YI SYLLABLE DOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA10E,
        name: "YI SYLLABLE DOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA10F,
        name: "YI SYLLABLE DO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA110,
        name: "YI SYLLABLE DOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA111,
        name: "YI SYLLABLE DEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA112,
        name: "YI SYLLABLE DE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA113,
        name: "YI SYLLABLE DEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA114,
        name: "YI SYLLABLE DUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA115,
        name: "YI SYLLABLE DUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA116,
        name: "YI SYLLABLE DU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA117,
        name: "YI SYLLABLE DUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA118,
        name: "YI SYLLABLE DURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA119,
        name: "YI SYLLABLE DUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA11A,
        name: "YI SYLLABLE TIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA11B,
        name: "YI SYLLABLE TIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA11C,
        name: "YI SYLLABLE TI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA11D,
        name: "YI SYLLABLE TIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA11E,
        name: "YI SYLLABLE TIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA11F,
        name: "YI SYLLABLE TIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA120,
        name: "YI SYLLABLE TIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA121,
        name: "YI SYLLABLE TAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA122,
        name: "YI SYLLABLE TAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA123,
        name: "YI SYLLABLE TA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA124,
        name: "YI SYLLABLE TAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA125,
        name: "YI SYLLABLE TUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA126,
        name: "YI SYLLABLE TUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA127,
        name: "YI SYLLABLE TUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA128,
        name: "YI SYLLABLE TUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA129,
        name: "YI SYLLABLE TOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA12A,
        name: "YI SYLLABLE TOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA12B,
        name: "YI SYLLABLE TO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA12C,
        name: "YI SYLLABLE TOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA12D,
        name: "YI SYLLABLE TEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA12E,
        name: "YI SYLLABLE TE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA12F,
        name: "YI SYLLABLE TEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA130,
        name: "YI SYLLABLE TUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA131,
        name: "YI SYLLABLE TUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA132,
        name: "YI SYLLABLE TU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA133,
        name: "YI SYLLABLE TUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA134,
        name: "YI SYLLABLE TURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA135,
        name: "YI SYLLABLE TUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA136,
        name: "YI SYLLABLE DDIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA137,
        name: "YI SYLLABLE DDIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA138,
        name: "YI SYLLABLE DDI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA139,
        name: "YI SYLLABLE DDIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA13A,
        name: "YI SYLLABLE DDIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA13B,
        name: "YI SYLLABLE DDIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA13C,
        name: "YI SYLLABLE DDIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA13D,
        name: "YI SYLLABLE DDAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA13E,
        name: "YI SYLLABLE DDAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA13F,
        name: "YI SYLLABLE DDA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA140,
        name: "YI SYLLABLE DDAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA141,
        name: "YI SYLLABLE DDUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA142,
        name: "YI SYLLABLE DDUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA143,
        name: "YI SYLLABLE DDUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA144,
        name: "YI SYLLABLE DDOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA145,
        name: "YI SYLLABLE DDOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA146,
        name: "YI SYLLABLE DDO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA147,
        name: "YI SYLLABLE DDOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA148,
        name: "YI SYLLABLE DDEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA149,
        name: "YI SYLLABLE DDE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA14A,
        name: "YI SYLLABLE DDEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA14B,
        name: "YI SYLLABLE DDUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA14C,
        name: "YI SYLLABLE DDUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA14D,
        name: "YI SYLLABLE DDU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA14E,
        name: "YI SYLLABLE DDUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA14F,
        name: "YI SYLLABLE DDURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA150,
        name: "YI SYLLABLE DDUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA151,
        name: "YI SYLLABLE NDIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA152,
        name: "YI SYLLABLE NDIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA153,
        name: "YI SYLLABLE NDI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA154,
        name: "YI SYLLABLE NDIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA155,
        name: "YI SYLLABLE NDIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA156,
        name: "YI SYLLABLE NDIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA157,
        name: "YI SYLLABLE NDAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA158,
        name: "YI SYLLABLE NDAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA159,
        name: "YI SYLLABLE NDA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA15A,
        name: "YI SYLLABLE NDAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA15B,
        name: "YI SYLLABLE NDOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA15C,
        name: "YI SYLLABLE NDOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA15D,
        name: "YI SYLLABLE NDO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA15E,
        name: "YI SYLLABLE NDOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA15F,
        name: "YI SYLLABLE NDEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA160,
        name: "YI SYLLABLE NDE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA161,
        name: "YI SYLLABLE NDEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA162,
        name: "YI SYLLABLE NDUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA163,
        name: "YI SYLLABLE NDUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA164,
        name: "YI SYLLABLE NDU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA165,
        name: "YI SYLLABLE NDUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA166,
        name: "YI SYLLABLE NDURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA167,
        name: "YI SYLLABLE NDUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA168,
        name: "YI SYLLABLE HNIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA169,
        name: "YI SYLLABLE HNIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA16A,
        name: "YI SYLLABLE HNI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA16B,
        name: "YI SYLLABLE HNIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA16C,
        name: "YI SYLLABLE HNIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA16D,
        name: "YI SYLLABLE HNIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA16E,
        name: "YI SYLLABLE HNIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA16F,
        name: "YI SYLLABLE HNIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA170,
        name: "YI SYLLABLE HNAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA171,
        name: "YI SYLLABLE HNAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA172,
        name: "YI SYLLABLE HNA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA173,
        name: "YI SYLLABLE HNAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA174,
        name: "YI SYLLABLE HNUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA175,
        name: "YI SYLLABLE HNUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA176,
        name: "YI SYLLABLE HNOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA177,
        name: "YI SYLLABLE HNOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA178,
        name: "YI SYLLABLE HNOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA179,
        name: "YI SYLLABLE HNEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA17A,
        name: "YI SYLLABLE HNE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA17B,
        name: "YI SYLLABLE HNEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA17C,
        name: "YI SYLLABLE HNUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA17D,
        name: "YI SYLLABLE NIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA17E,
        name: "YI SYLLABLE NIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA17F,
        name: "YI SYLLABLE NI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA180,
        name: "YI SYLLABLE NIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA181,
        name: "YI SYLLABLE NIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA182,
        name: "YI SYLLABLE NIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA183,
        name: "YI SYLLABLE NIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA184,
        name: "YI SYLLABLE NAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA185,
        name: "YI SYLLABLE NA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA186,
        name: "YI SYLLABLE NAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA187,
        name: "YI SYLLABLE NUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA188,
        name: "YI SYLLABLE NUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA189,
        name: "YI SYLLABLE NUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA18A,
        name: "YI SYLLABLE NOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA18B,
        name: "YI SYLLABLE NOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA18C,
        name: "YI SYLLABLE NO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA18D,
        name: "YI SYLLABLE NOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA18E,
        name: "YI SYLLABLE NEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA18F,
        name: "YI SYLLABLE NE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA190,
        name: "YI SYLLABLE NEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA191,
        name: "YI SYLLABLE NUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA192,
        name: "YI SYLLABLE NUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA193,
        name: "YI SYLLABLE NU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA194,
        name: "YI SYLLABLE NUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA195,
        name: "YI SYLLABLE NURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA196,
        name: "YI SYLLABLE NUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA197,
        name: "YI SYLLABLE HLIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA198,
        name: "YI SYLLABLE HLIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA199,
        name: "YI SYLLABLE HLI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA19A,
        name: "YI SYLLABLE HLIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA19B,
        name: "YI SYLLABLE HLIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA19C,
        name: "YI SYLLABLE HLIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA19D,
        name: "YI SYLLABLE HLIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA19E,
        name: "YI SYLLABLE HLAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA19F,
        name: "YI SYLLABLE HLAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A0,
        name: "YI SYLLABLE HLA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A1,
        name: "YI SYLLABLE HLAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A2,
        name: "YI SYLLABLE HLUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A3,
        name: "YI SYLLABLE HLUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A4,
        name: "YI SYLLABLE HLUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A5,
        name: "YI SYLLABLE HLOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A6,
        name: "YI SYLLABLE HLO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A7,
        name: "YI SYLLABLE HLOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A8,
        name: "YI SYLLABLE HLEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1A9,
        name: "YI SYLLABLE HLE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1AA,
        name: "YI SYLLABLE HLEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1AB,
        name: "YI SYLLABLE HLUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1AC,
        name: "YI SYLLABLE HLUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1AD,
        name: "YI SYLLABLE HLU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1AE,
        name: "YI SYLLABLE HLUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1AF,
        name: "YI SYLLABLE HLURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B0,
        name: "YI SYLLABLE HLUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B1,
        name: "YI SYLLABLE HLYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B2,
        name: "YI SYLLABLE HLYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B3,
        name: "YI SYLLABLE HLY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B4,
        name: "YI SYLLABLE HLYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B5,
        name: "YI SYLLABLE HLYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B6,
        name: "YI SYLLABLE HLYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B7,
        name: "YI SYLLABLE LIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B8,
        name: "YI SYLLABLE LIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1B9,
        name: "YI SYLLABLE LI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1BA,
        name: "YI SYLLABLE LIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1BB,
        name: "YI SYLLABLE LIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1BC,
        name: "YI SYLLABLE LIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1BD,
        name: "YI SYLLABLE LIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1BE,
        name: "YI SYLLABLE LIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1BF,
        name: "YI SYLLABLE LAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C0,
        name: "YI SYLLABLE LAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C1,
        name: "YI SYLLABLE LA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C2,
        name: "YI SYLLABLE LAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C3,
        name: "YI SYLLABLE LUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C4,
        name: "YI SYLLABLE LUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C5,
        name: "YI SYLLABLE LUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C6,
        name: "YI SYLLABLE LUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C7,
        name: "YI SYLLABLE LOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C8,
        name: "YI SYLLABLE LOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1C9,
        name: "YI SYLLABLE LO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1CA,
        name: "YI SYLLABLE LOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1CB,
        name: "YI SYLLABLE LEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1CC,
        name: "YI SYLLABLE LE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1CD,
        name: "YI SYLLABLE LEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1CE,
        name: "YI SYLLABLE LUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1CF,
        name: "YI SYLLABLE LUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D0,
        name: "YI SYLLABLE LU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D1,
        name: "YI SYLLABLE LUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D2,
        name: "YI SYLLABLE LURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D3,
        name: "YI SYLLABLE LUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D4,
        name: "YI SYLLABLE LYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D5,
        name: "YI SYLLABLE LYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D6,
        name: "YI SYLLABLE LY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D7,
        name: "YI SYLLABLE LYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D8,
        name: "YI SYLLABLE LYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1D9,
        name: "YI SYLLABLE LYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1DA,
        name: "YI SYLLABLE GIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1DB,
        name: "YI SYLLABLE GIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1DC,
        name: "YI SYLLABLE GI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1DD,
        name: "YI SYLLABLE GIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1DE,
        name: "YI SYLLABLE GIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1DF,
        name: "YI SYLLABLE GIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E0,
        name: "YI SYLLABLE GIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E1,
        name: "YI SYLLABLE GIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E2,
        name: "YI SYLLABLE GAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E3,
        name: "YI SYLLABLE GAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E4,
        name: "YI SYLLABLE GA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E5,
        name: "YI SYLLABLE GAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E6,
        name: "YI SYLLABLE GUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E7,
        name: "YI SYLLABLE GUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E8,
        name: "YI SYLLABLE GUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1E9,
        name: "YI SYLLABLE GUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1EA,
        name: "YI SYLLABLE GOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1EB,
        name: "YI SYLLABLE GOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1EC,
        name: "YI SYLLABLE GO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1ED,
        name: "YI SYLLABLE GOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1EE,
        name: "YI SYLLABLE GET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1EF,
        name: "YI SYLLABLE GEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F0,
        name: "YI SYLLABLE GE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F1,
        name: "YI SYLLABLE GEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F2,
        name: "YI SYLLABLE GUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F3,
        name: "YI SYLLABLE GUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F4,
        name: "YI SYLLABLE GU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F5,
        name: "YI SYLLABLE GUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F6,
        name: "YI SYLLABLE GURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F7,
        name: "YI SYLLABLE GUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F8,
        name: "YI SYLLABLE KIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1F9,
        name: "YI SYLLABLE KIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1FA,
        name: "YI SYLLABLE KI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1FB,
        name: "YI SYLLABLE KIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1FC,
        name: "YI SYLLABLE KIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1FD,
        name: "YI SYLLABLE KIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1FE,
        name: "YI SYLLABLE KIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA1FF,
        name: "YI SYLLABLE KAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA200,
        name: "YI SYLLABLE KAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA201,
        name: "YI SYLLABLE KA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA202,
        name: "YI SYLLABLE KAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA203,
        name: "YI SYLLABLE KUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA204,
        name: "YI SYLLABLE KUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA205,
        name: "YI SYLLABLE KUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA206,
        name: "YI SYLLABLE KOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA207,
        name: "YI SYLLABLE KOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA208,
        name: "YI SYLLABLE KO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA209,
        name: "YI SYLLABLE KOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA20A,
        name: "YI SYLLABLE KET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA20B,
        name: "YI SYLLABLE KEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA20C,
        name: "YI SYLLABLE KE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA20D,
        name: "YI SYLLABLE KEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA20E,
        name: "YI SYLLABLE KUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA20F,
        name: "YI SYLLABLE KUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA210,
        name: "YI SYLLABLE KU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA211,
        name: "YI SYLLABLE KUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA212,
        name: "YI SYLLABLE KURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA213,
        name: "YI SYLLABLE KUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA214,
        name: "YI SYLLABLE GGIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA215,
        name: "YI SYLLABLE GGIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA216,
        name: "YI SYLLABLE GGI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA217,
        name: "YI SYLLABLE GGIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA218,
        name: "YI SYLLABLE GGIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA219,
        name: "YI SYLLABLE GGIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA21A,
        name: "YI SYLLABLE GGAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA21B,
        name: "YI SYLLABLE GGAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA21C,
        name: "YI SYLLABLE GGA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA21D,
        name: "YI SYLLABLE GGAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA21E,
        name: "YI SYLLABLE GGUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA21F,
        name: "YI SYLLABLE GGUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA220,
        name: "YI SYLLABLE GGUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA221,
        name: "YI SYLLABLE GGUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA222,
        name: "YI SYLLABLE GGOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA223,
        name: "YI SYLLABLE GGOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA224,
        name: "YI SYLLABLE GGO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA225,
        name: "YI SYLLABLE GGOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA226,
        name: "YI SYLLABLE GGET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA227,
        name: "YI SYLLABLE GGEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA228,
        name: "YI SYLLABLE GGE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA229,
        name: "YI SYLLABLE GGEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA22A,
        name: "YI SYLLABLE GGUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA22B,
        name: "YI SYLLABLE GGUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA22C,
        name: "YI SYLLABLE GGU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA22D,
        name: "YI SYLLABLE GGUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA22E,
        name: "YI SYLLABLE GGURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA22F,
        name: "YI SYLLABLE GGUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA230,
        name: "YI SYLLABLE MGIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA231,
        name: "YI SYLLABLE MGIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA232,
        name: "YI SYLLABLE MGAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA233,
        name: "YI SYLLABLE MGAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA234,
        name: "YI SYLLABLE MGA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA235,
        name: "YI SYLLABLE MGAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA236,
        name: "YI SYLLABLE MGUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA237,
        name: "YI SYLLABLE MGUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA238,
        name: "YI SYLLABLE MGUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA239,
        name: "YI SYLLABLE MGOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA23A,
        name: "YI SYLLABLE MGOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA23B,
        name: "YI SYLLABLE MGO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA23C,
        name: "YI SYLLABLE MGOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA23D,
        name: "YI SYLLABLE MGEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA23E,
        name: "YI SYLLABLE MGE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA23F,
        name: "YI SYLLABLE MGEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA240,
        name: "YI SYLLABLE MGUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA241,
        name: "YI SYLLABLE MGUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA242,
        name: "YI SYLLABLE MGU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA243,
        name: "YI SYLLABLE MGUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA244,
        name: "YI SYLLABLE MGURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA245,
        name: "YI SYLLABLE MGUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA246,
        name: "YI SYLLABLE HXIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA247,
        name: "YI SYLLABLE HXIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA248,
        name: "YI SYLLABLE HXI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA249,
        name: "YI SYLLABLE HXIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA24A,
        name: "YI SYLLABLE HXIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA24B,
        name: "YI SYLLABLE HXIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA24C,
        name: "YI SYLLABLE HXIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA24D,
        name: "YI SYLLABLE HXIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA24E,
        name: "YI SYLLABLE HXAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA24F,
        name: "YI SYLLABLE HXAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA250,
        name: "YI SYLLABLE HXA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA251,
        name: "YI SYLLABLE HXAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA252,
        name: "YI SYLLABLE HXUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA253,
        name: "YI SYLLABLE HXUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA254,
        name: "YI SYLLABLE HXUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA255,
        name: "YI SYLLABLE HXUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA256,
        name: "YI SYLLABLE HXOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA257,
        name: "YI SYLLABLE HXOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA258,
        name: "YI SYLLABLE HXO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA259,
        name: "YI SYLLABLE HXOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA25A,
        name: "YI SYLLABLE HXEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA25B,
        name: "YI SYLLABLE HXE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA25C,
        name: "YI SYLLABLE HXEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA25D,
        name: "YI SYLLABLE NGIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA25E,
        name: "YI SYLLABLE NGIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA25F,
        name: "YI SYLLABLE NGIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA260,
        name: "YI SYLLABLE NGAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA261,
        name: "YI SYLLABLE NGAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA262,
        name: "YI SYLLABLE NGA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA263,
        name: "YI SYLLABLE NGAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA264,
        name: "YI SYLLABLE NGUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA265,
        name: "YI SYLLABLE NGUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA266,
        name: "YI SYLLABLE NGUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA267,
        name: "YI SYLLABLE NGOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA268,
        name: "YI SYLLABLE NGOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA269,
        name: "YI SYLLABLE NGO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA26A,
        name: "YI SYLLABLE NGOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA26B,
        name: "YI SYLLABLE NGEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA26C,
        name: "YI SYLLABLE NGE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA26D,
        name: "YI SYLLABLE NGEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA26E,
        name: "YI SYLLABLE HIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA26F,
        name: "YI SYLLABLE HIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA270,
        name: "YI SYLLABLE HIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA271,
        name: "YI SYLLABLE HAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA272,
        name: "YI SYLLABLE HAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA273,
        name: "YI SYLLABLE HA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA274,
        name: "YI SYLLABLE HAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA275,
        name: "YI SYLLABLE HUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA276,
        name: "YI SYLLABLE HUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA277,
        name: "YI SYLLABLE HUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA278,
        name: "YI SYLLABLE HUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA279,
        name: "YI SYLLABLE HOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA27A,
        name: "YI SYLLABLE HOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA27B,
        name: "YI SYLLABLE HO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA27C,
        name: "YI SYLLABLE HOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA27D,
        name: "YI SYLLABLE HEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA27E,
        name: "YI SYLLABLE HE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA27F,
        name: "YI SYLLABLE HEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA280,
        name: "YI SYLLABLE WAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA281,
        name: "YI SYLLABLE WAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA282,
        name: "YI SYLLABLE WA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA283,
        name: "YI SYLLABLE WAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA284,
        name: "YI SYLLABLE WUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA285,
        name: "YI SYLLABLE WUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA286,
        name: "YI SYLLABLE WUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA287,
        name: "YI SYLLABLE WOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA288,
        name: "YI SYLLABLE WO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA289,
        name: "YI SYLLABLE WOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA28A,
        name: "YI SYLLABLE WEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA28B,
        name: "YI SYLLABLE WE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA28C,
        name: "YI SYLLABLE WEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA28D,
        name: "YI SYLLABLE ZIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA28E,
        name: "YI SYLLABLE ZIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA28F,
        name: "YI SYLLABLE ZI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA290,
        name: "YI SYLLABLE ZIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA291,
        name: "YI SYLLABLE ZIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA292,
        name: "YI SYLLABLE ZIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA293,
        name: "YI SYLLABLE ZIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA294,
        name: "YI SYLLABLE ZAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA295,
        name: "YI SYLLABLE ZAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA296,
        name: "YI SYLLABLE ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA297,
        name: "YI SYLLABLE ZAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA298,
        name: "YI SYLLABLE ZUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA299,
        name: "YI SYLLABLE ZUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA29A,
        name: "YI SYLLABLE ZUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA29B,
        name: "YI SYLLABLE ZOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA29C,
        name: "YI SYLLABLE ZOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA29D,
        name: "YI SYLLABLE ZO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA29E,
        name: "YI SYLLABLE ZOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA29F,
        name: "YI SYLLABLE ZEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A0,
        name: "YI SYLLABLE ZE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A1,
        name: "YI SYLLABLE ZEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A2,
        name: "YI SYLLABLE ZUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A3,
        name: "YI SYLLABLE ZUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A4,
        name: "YI SYLLABLE ZU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A5,
        name: "YI SYLLABLE ZUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A6,
        name: "YI SYLLABLE ZURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A7,
        name: "YI SYLLABLE ZUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A8,
        name: "YI SYLLABLE ZYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2A9,
        name: "YI SYLLABLE ZYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2AA,
        name: "YI SYLLABLE ZY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2AB,
        name: "YI SYLLABLE ZYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2AC,
        name: "YI SYLLABLE ZYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2AD,
        name: "YI SYLLABLE ZYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2AE,
        name: "YI SYLLABLE CIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2AF,
        name: "YI SYLLABLE CIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B0,
        name: "YI SYLLABLE CI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B1,
        name: "YI SYLLABLE CIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B2,
        name: "YI SYLLABLE CIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B3,
        name: "YI SYLLABLE CIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B4,
        name: "YI SYLLABLE CIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B5,
        name: "YI SYLLABLE CIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B6,
        name: "YI SYLLABLE CAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B7,
        name: "YI SYLLABLE CAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B8,
        name: "YI SYLLABLE CA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2B9,
        name: "YI SYLLABLE CAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2BA,
        name: "YI SYLLABLE CUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2BB,
        name: "YI SYLLABLE CUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2BC,
        name: "YI SYLLABLE CUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2BD,
        name: "YI SYLLABLE COT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2BE,
        name: "YI SYLLABLE COX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2BF,
        name: "YI SYLLABLE CO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C0,
        name: "YI SYLLABLE COP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C1,
        name: "YI SYLLABLE CEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C2,
        name: "YI SYLLABLE CE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C3,
        name: "YI SYLLABLE CEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C4,
        name: "YI SYLLABLE CUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C5,
        name: "YI SYLLABLE CUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C6,
        name: "YI SYLLABLE CU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C7,
        name: "YI SYLLABLE CUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C8,
        name: "YI SYLLABLE CURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2C9,
        name: "YI SYLLABLE CUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2CA,
        name: "YI SYLLABLE CYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2CB,
        name: "YI SYLLABLE CYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2CC,
        name: "YI SYLLABLE CY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2CD,
        name: "YI SYLLABLE CYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2CE,
        name: "YI SYLLABLE CYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2CF,
        name: "YI SYLLABLE CYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D0,
        name: "YI SYLLABLE ZZIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D1,
        name: "YI SYLLABLE ZZIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D2,
        name: "YI SYLLABLE ZZI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D3,
        name: "YI SYLLABLE ZZIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D4,
        name: "YI SYLLABLE ZZIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D5,
        name: "YI SYLLABLE ZZIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D6,
        name: "YI SYLLABLE ZZIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D7,
        name: "YI SYLLABLE ZZIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D8,
        name: "YI SYLLABLE ZZAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2D9,
        name: "YI SYLLABLE ZZAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2DA,
        name: "YI SYLLABLE ZZA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2DB,
        name: "YI SYLLABLE ZZAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2DC,
        name: "YI SYLLABLE ZZOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2DD,
        name: "YI SYLLABLE ZZO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2DE,
        name: "YI SYLLABLE ZZOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2DF,
        name: "YI SYLLABLE ZZEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E0,
        name: "YI SYLLABLE ZZE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E1,
        name: "YI SYLLABLE ZZEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E2,
        name: "YI SYLLABLE ZZUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E3,
        name: "YI SYLLABLE ZZU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E4,
        name: "YI SYLLABLE ZZUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E5,
        name: "YI SYLLABLE ZZURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E6,
        name: "YI SYLLABLE ZZUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E7,
        name: "YI SYLLABLE ZZYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E8,
        name: "YI SYLLABLE ZZYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2E9,
        name: "YI SYLLABLE ZZY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2EA,
        name: "YI SYLLABLE ZZYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2EB,
        name: "YI SYLLABLE ZZYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2EC,
        name: "YI SYLLABLE ZZYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2ED,
        name: "YI SYLLABLE NZIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2EE,
        name: "YI SYLLABLE NZIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2EF,
        name: "YI SYLLABLE NZI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F0,
        name: "YI SYLLABLE NZIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F1,
        name: "YI SYLLABLE NZIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F2,
        name: "YI SYLLABLE NZIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F3,
        name: "YI SYLLABLE NZIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F4,
        name: "YI SYLLABLE NZAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F5,
        name: "YI SYLLABLE NZAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F6,
        name: "YI SYLLABLE NZA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F7,
        name: "YI SYLLABLE NZAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F8,
        name: "YI SYLLABLE NZUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2F9,
        name: "YI SYLLABLE NZUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2FA,
        name: "YI SYLLABLE NZOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2FB,
        name: "YI SYLLABLE NZOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2FC,
        name: "YI SYLLABLE NZEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2FD,
        name: "YI SYLLABLE NZE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2FE,
        name: "YI SYLLABLE NZUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA2FF,
        name: "YI SYLLABLE NZU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA300,
        name: "YI SYLLABLE NZUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA301,
        name: "YI SYLLABLE NZURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA302,
        name: "YI SYLLABLE NZUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA303,
        name: "YI SYLLABLE NZYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA304,
        name: "YI SYLLABLE NZYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA305,
        name: "YI SYLLABLE NZY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA306,
        name: "YI SYLLABLE NZYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA307,
        name: "YI SYLLABLE NZYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA308,
        name: "YI SYLLABLE NZYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA309,
        name: "YI SYLLABLE SIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA30A,
        name: "YI SYLLABLE SIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA30B,
        name: "YI SYLLABLE SI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA30C,
        name: "YI SYLLABLE SIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA30D,
        name: "YI SYLLABLE SIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA30E,
        name: "YI SYLLABLE SIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA30F,
        name: "YI SYLLABLE SIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA310,
        name: "YI SYLLABLE SAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA311,
        name: "YI SYLLABLE SAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA312,
        name: "YI SYLLABLE SA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA313,
        name: "YI SYLLABLE SAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA314,
        name: "YI SYLLABLE SUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA315,
        name: "YI SYLLABLE SUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA316,
        name: "YI SYLLABLE SUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA317,
        name: "YI SYLLABLE SOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA318,
        name: "YI SYLLABLE SOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA319,
        name: "YI SYLLABLE SO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA31A,
        name: "YI SYLLABLE SOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA31B,
        name: "YI SYLLABLE SEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA31C,
        name: "YI SYLLABLE SE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA31D,
        name: "YI SYLLABLE SEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA31E,
        name: "YI SYLLABLE SUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA31F,
        name: "YI SYLLABLE SUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA320,
        name: "YI SYLLABLE SU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA321,
        name: "YI SYLLABLE SUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA322,
        name: "YI SYLLABLE SURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA323,
        name: "YI SYLLABLE SUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA324,
        name: "YI SYLLABLE SYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA325,
        name: "YI SYLLABLE SYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA326,
        name: "YI SYLLABLE SY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA327,
        name: "YI SYLLABLE SYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA328,
        name: "YI SYLLABLE SYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA329,
        name: "YI SYLLABLE SYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA32A,
        name: "YI SYLLABLE SSIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA32B,
        name: "YI SYLLABLE SSIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA32C,
        name: "YI SYLLABLE SSI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA32D,
        name: "YI SYLLABLE SSIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA32E,
        name: "YI SYLLABLE SSIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA32F,
        name: "YI SYLLABLE SSIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA330,
        name: "YI SYLLABLE SSIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA331,
        name: "YI SYLLABLE SSAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA332,
        name: "YI SYLLABLE SSAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA333,
        name: "YI SYLLABLE SSA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA334,
        name: "YI SYLLABLE SSAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA335,
        name: "YI SYLLABLE SSOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA336,
        name: "YI SYLLABLE SSOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA337,
        name: "YI SYLLABLE SSO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA338,
        name: "YI SYLLABLE SSOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA339,
        name: "YI SYLLABLE SSEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA33A,
        name: "YI SYLLABLE SSE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA33B,
        name: "YI SYLLABLE SSEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA33C,
        name: "YI SYLLABLE SSUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA33D,
        name: "YI SYLLABLE SSUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA33E,
        name: "YI SYLLABLE SSU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA33F,
        name: "YI SYLLABLE SSUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA340,
        name: "YI SYLLABLE SSYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA341,
        name: "YI SYLLABLE SSYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA342,
        name: "YI SYLLABLE SSY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA343,
        name: "YI SYLLABLE SSYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA344,
        name: "YI SYLLABLE SSYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA345,
        name: "YI SYLLABLE SSYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA346,
        name: "YI SYLLABLE ZHAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA347,
        name: "YI SYLLABLE ZHAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA348,
        name: "YI SYLLABLE ZHA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA349,
        name: "YI SYLLABLE ZHAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA34A,
        name: "YI SYLLABLE ZHUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA34B,
        name: "YI SYLLABLE ZHUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA34C,
        name: "YI SYLLABLE ZHUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA34D,
        name: "YI SYLLABLE ZHOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA34E,
        name: "YI SYLLABLE ZHOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA34F,
        name: "YI SYLLABLE ZHO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA350,
        name: "YI SYLLABLE ZHOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA351,
        name: "YI SYLLABLE ZHET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA352,
        name: "YI SYLLABLE ZHEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA353,
        name: "YI SYLLABLE ZHE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA354,
        name: "YI SYLLABLE ZHEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA355,
        name: "YI SYLLABLE ZHUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA356,
        name: "YI SYLLABLE ZHUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA357,
        name: "YI SYLLABLE ZHU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA358,
        name: "YI SYLLABLE ZHUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA359,
        name: "YI SYLLABLE ZHURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA35A,
        name: "YI SYLLABLE ZHUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA35B,
        name: "YI SYLLABLE ZHYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA35C,
        name: "YI SYLLABLE ZHYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA35D,
        name: "YI SYLLABLE ZHY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA35E,
        name: "YI SYLLABLE ZHYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA35F,
        name: "YI SYLLABLE ZHYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA360,
        name: "YI SYLLABLE ZHYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA361,
        name: "YI SYLLABLE CHAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA362,
        name: "YI SYLLABLE CHAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA363,
        name: "YI SYLLABLE CHA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA364,
        name: "YI SYLLABLE CHAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA365,
        name: "YI SYLLABLE CHUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA366,
        name: "YI SYLLABLE CHUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA367,
        name: "YI SYLLABLE CHUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA368,
        name: "YI SYLLABLE CHUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA369,
        name: "YI SYLLABLE CHOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA36A,
        name: "YI SYLLABLE CHOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA36B,
        name: "YI SYLLABLE CHO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA36C,
        name: "YI SYLLABLE CHOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA36D,
        name: "YI SYLLABLE CHET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA36E,
        name: "YI SYLLABLE CHEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA36F,
        name: "YI SYLLABLE CHE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA370,
        name: "YI SYLLABLE CHEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA371,
        name: "YI SYLLABLE CHUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA372,
        name: "YI SYLLABLE CHU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA373,
        name: "YI SYLLABLE CHUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA374,
        name: "YI SYLLABLE CHURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA375,
        name: "YI SYLLABLE CHUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA376,
        name: "YI SYLLABLE CHYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA377,
        name: "YI SYLLABLE CHYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA378,
        name: "YI SYLLABLE CHY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA379,
        name: "YI SYLLABLE CHYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA37A,
        name: "YI SYLLABLE CHYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA37B,
        name: "YI SYLLABLE CHYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA37C,
        name: "YI SYLLABLE RRAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA37D,
        name: "YI SYLLABLE RRA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA37E,
        name: "YI SYLLABLE RRUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA37F,
        name: "YI SYLLABLE RRUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA380,
        name: "YI SYLLABLE RROT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA381,
        name: "YI SYLLABLE RROX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA382,
        name: "YI SYLLABLE RRO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA383,
        name: "YI SYLLABLE RROP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA384,
        name: "YI SYLLABLE RRET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA385,
        name: "YI SYLLABLE RREX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA386,
        name: "YI SYLLABLE RRE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA387,
        name: "YI SYLLABLE RREP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA388,
        name: "YI SYLLABLE RRUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA389,
        name: "YI SYLLABLE RRUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA38A,
        name: "YI SYLLABLE RRU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA38B,
        name: "YI SYLLABLE RRUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA38C,
        name: "YI SYLLABLE RRURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA38D,
        name: "YI SYLLABLE RRUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA38E,
        name: "YI SYLLABLE RRYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA38F,
        name: "YI SYLLABLE RRYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA390,
        name: "YI SYLLABLE RRY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA391,
        name: "YI SYLLABLE RRYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA392,
        name: "YI SYLLABLE RRYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA393,
        name: "YI SYLLABLE RRYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA394,
        name: "YI SYLLABLE NRAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA395,
        name: "YI SYLLABLE NRAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA396,
        name: "YI SYLLABLE NRA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA397,
        name: "YI SYLLABLE NRAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA398,
        name: "YI SYLLABLE NROX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA399,
        name: "YI SYLLABLE NRO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA39A,
        name: "YI SYLLABLE NROP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA39B,
        name: "YI SYLLABLE NRET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA39C,
        name: "YI SYLLABLE NREX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA39D,
        name: "YI SYLLABLE NRE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA39E,
        name: "YI SYLLABLE NREP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA39F,
        name: "YI SYLLABLE NRUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A0,
        name: "YI SYLLABLE NRUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A1,
        name: "YI SYLLABLE NRU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A2,
        name: "YI SYLLABLE NRUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A3,
        name: "YI SYLLABLE NRURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A4,
        name: "YI SYLLABLE NRUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A5,
        name: "YI SYLLABLE NRYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A6,
        name: "YI SYLLABLE NRYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A7,
        name: "YI SYLLABLE NRY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A8,
        name: "YI SYLLABLE NRYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3A9,
        name: "YI SYLLABLE NRYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3AA,
        name: "YI SYLLABLE NRYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3AB,
        name: "YI SYLLABLE SHAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3AC,
        name: "YI SYLLABLE SHAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3AD,
        name: "YI SYLLABLE SHA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3AE,
        name: "YI SYLLABLE SHAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3AF,
        name: "YI SYLLABLE SHUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B0,
        name: "YI SYLLABLE SHUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B1,
        name: "YI SYLLABLE SHUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B2,
        name: "YI SYLLABLE SHOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B3,
        name: "YI SYLLABLE SHOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B4,
        name: "YI SYLLABLE SHO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B5,
        name: "YI SYLLABLE SHOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B6,
        name: "YI SYLLABLE SHET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B7,
        name: "YI SYLLABLE SHEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B8,
        name: "YI SYLLABLE SHE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3B9,
        name: "YI SYLLABLE SHEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3BA,
        name: "YI SYLLABLE SHUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3BB,
        name: "YI SYLLABLE SHUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3BC,
        name: "YI SYLLABLE SHU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3BD,
        name: "YI SYLLABLE SHUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3BE,
        name: "YI SYLLABLE SHURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3BF,
        name: "YI SYLLABLE SHUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C0,
        name: "YI SYLLABLE SHYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C1,
        name: "YI SYLLABLE SHYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C2,
        name: "YI SYLLABLE SHY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C3,
        name: "YI SYLLABLE SHYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C4,
        name: "YI SYLLABLE SHYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C5,
        name: "YI SYLLABLE SHYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C6,
        name: "YI SYLLABLE RAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C7,
        name: "YI SYLLABLE RAX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C8,
        name: "YI SYLLABLE RA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3C9,
        name: "YI SYLLABLE RAP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3CA,
        name: "YI SYLLABLE RUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3CB,
        name: "YI SYLLABLE RUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3CC,
        name: "YI SYLLABLE RUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3CD,
        name: "YI SYLLABLE ROT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3CE,
        name: "YI SYLLABLE ROX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3CF,
        name: "YI SYLLABLE RO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D0,
        name: "YI SYLLABLE ROP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D1,
        name: "YI SYLLABLE REX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D2,
        name: "YI SYLLABLE RE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D3,
        name: "YI SYLLABLE REP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D4,
        name: "YI SYLLABLE RUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D5,
        name: "YI SYLLABLE RUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D6,
        name: "YI SYLLABLE RU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D7,
        name: "YI SYLLABLE RUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D8,
        name: "YI SYLLABLE RURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3D9,
        name: "YI SYLLABLE RUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3DA,
        name: "YI SYLLABLE RYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3DB,
        name: "YI SYLLABLE RYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3DC,
        name: "YI SYLLABLE RY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3DD,
        name: "YI SYLLABLE RYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3DE,
        name: "YI SYLLABLE RYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3DF,
        name: "YI SYLLABLE RYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E0,
        name: "YI SYLLABLE JIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E1,
        name: "YI SYLLABLE JIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E2,
        name: "YI SYLLABLE JI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E3,
        name: "YI SYLLABLE JIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E4,
        name: "YI SYLLABLE JIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E5,
        name: "YI SYLLABLE JIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E6,
        name: "YI SYLLABLE JIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E7,
        name: "YI SYLLABLE JIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E8,
        name: "YI SYLLABLE JUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3E9,
        name: "YI SYLLABLE JUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3EA,
        name: "YI SYLLABLE JUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3EB,
        name: "YI SYLLABLE JUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3EC,
        name: "YI SYLLABLE JOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3ED,
        name: "YI SYLLABLE JOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3EE,
        name: "YI SYLLABLE JO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3EF,
        name: "YI SYLLABLE JOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F0,
        name: "YI SYLLABLE JUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F1,
        name: "YI SYLLABLE JUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F2,
        name: "YI SYLLABLE JU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F3,
        name: "YI SYLLABLE JUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F4,
        name: "YI SYLLABLE JURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F5,
        name: "YI SYLLABLE JUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F6,
        name: "YI SYLLABLE JYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F7,
        name: "YI SYLLABLE JYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F8,
        name: "YI SYLLABLE JY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3F9,
        name: "YI SYLLABLE JYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3FA,
        name: "YI SYLLABLE JYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3FB,
        name: "YI SYLLABLE JYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3FC,
        name: "YI SYLLABLE QIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3FD,
        name: "YI SYLLABLE QIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3FE,
        name: "YI SYLLABLE QI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA3FF,
        name: "YI SYLLABLE QIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA400,
        name: "YI SYLLABLE QIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA401,
        name: "YI SYLLABLE QIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA402,
        name: "YI SYLLABLE QIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA403,
        name: "YI SYLLABLE QIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA404,
        name: "YI SYLLABLE QUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA405,
        name: "YI SYLLABLE QUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA406,
        name: "YI SYLLABLE QUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA407,
        name: "YI SYLLABLE QUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA408,
        name: "YI SYLLABLE QOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA409,
        name: "YI SYLLABLE QOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA40A,
        name: "YI SYLLABLE QO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA40B,
        name: "YI SYLLABLE QOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA40C,
        name: "YI SYLLABLE QUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA40D,
        name: "YI SYLLABLE QUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA40E,
        name: "YI SYLLABLE QU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA40F,
        name: "YI SYLLABLE QUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA410,
        name: "YI SYLLABLE QURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA411,
        name: "YI SYLLABLE QUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA412,
        name: "YI SYLLABLE QYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA413,
        name: "YI SYLLABLE QYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA414,
        name: "YI SYLLABLE QY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA415,
        name: "YI SYLLABLE QYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA416,
        name: "YI SYLLABLE QYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA417,
        name: "YI SYLLABLE QYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA418,
        name: "YI SYLLABLE JJIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA419,
        name: "YI SYLLABLE JJIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA41A,
        name: "YI SYLLABLE JJI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA41B,
        name: "YI SYLLABLE JJIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA41C,
        name: "YI SYLLABLE JJIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA41D,
        name: "YI SYLLABLE JJIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA41E,
        name: "YI SYLLABLE JJIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA41F,
        name: "YI SYLLABLE JJIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA420,
        name: "YI SYLLABLE JJUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA421,
        name: "YI SYLLABLE JJUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA422,
        name: "YI SYLLABLE JJUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA423,
        name: "YI SYLLABLE JJOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA424,
        name: "YI SYLLABLE JJOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA425,
        name: "YI SYLLABLE JJO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA426,
        name: "YI SYLLABLE JJOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA427,
        name: "YI SYLLABLE JJUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA428,
        name: "YI SYLLABLE JJUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA429,
        name: "YI SYLLABLE JJU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA42A,
        name: "YI SYLLABLE JJUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA42B,
        name: "YI SYLLABLE JJURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA42C,
        name: "YI SYLLABLE JJUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA42D,
        name: "YI SYLLABLE JJYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA42E,
        name: "YI SYLLABLE JJYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA42F,
        name: "YI SYLLABLE JJY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA430,
        name: "YI SYLLABLE JJYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA431,
        name: "YI SYLLABLE NJIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA432,
        name: "YI SYLLABLE NJIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA433,
        name: "YI SYLLABLE NJI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA434,
        name: "YI SYLLABLE NJIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA435,
        name: "YI SYLLABLE NJIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA436,
        name: "YI SYLLABLE NJIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA437,
        name: "YI SYLLABLE NJIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA438,
        name: "YI SYLLABLE NJIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA439,
        name: "YI SYLLABLE NJUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA43A,
        name: "YI SYLLABLE NJUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA43B,
        name: "YI SYLLABLE NJOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA43C,
        name: "YI SYLLABLE NJOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA43D,
        name: "YI SYLLABLE NJO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA43E,
        name: "YI SYLLABLE NJOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA43F,
        name: "YI SYLLABLE NJUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA440,
        name: "YI SYLLABLE NJU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA441,
        name: "YI SYLLABLE NJUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA442,
        name: "YI SYLLABLE NJURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA443,
        name: "YI SYLLABLE NJUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA444,
        name: "YI SYLLABLE NJYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA445,
        name: "YI SYLLABLE NJYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA446,
        name: "YI SYLLABLE NJY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA447,
        name: "YI SYLLABLE NJYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA448,
        name: "YI SYLLABLE NJYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA449,
        name: "YI SYLLABLE NJYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA44A,
        name: "YI SYLLABLE NYIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA44B,
        name: "YI SYLLABLE NYIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA44C,
        name: "YI SYLLABLE NYI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA44D,
        name: "YI SYLLABLE NYIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA44E,
        name: "YI SYLLABLE NYIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA44F,
        name: "YI SYLLABLE NYIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA450,
        name: "YI SYLLABLE NYIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA451,
        name: "YI SYLLABLE NYIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA452,
        name: "YI SYLLABLE NYUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA453,
        name: "YI SYLLABLE NYUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA454,
        name: "YI SYLLABLE NYUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA455,
        name: "YI SYLLABLE NYOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA456,
        name: "YI SYLLABLE NYOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA457,
        name: "YI SYLLABLE NYO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA458,
        name: "YI SYLLABLE NYOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA459,
        name: "YI SYLLABLE NYUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA45A,
        name: "YI SYLLABLE NYUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA45B,
        name: "YI SYLLABLE NYU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA45C,
        name: "YI SYLLABLE NYUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA45D,
        name: "YI SYLLABLE XIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA45E,
        name: "YI SYLLABLE XIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA45F,
        name: "YI SYLLABLE XI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA460,
        name: "YI SYLLABLE XIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA461,
        name: "YI SYLLABLE XIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA462,
        name: "YI SYLLABLE XIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA463,
        name: "YI SYLLABLE XIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA464,
        name: "YI SYLLABLE XIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA465,
        name: "YI SYLLABLE XUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA466,
        name: "YI SYLLABLE XUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA467,
        name: "YI SYLLABLE XOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA468,
        name: "YI SYLLABLE XOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA469,
        name: "YI SYLLABLE XO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA46A,
        name: "YI SYLLABLE XOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA46B,
        name: "YI SYLLABLE XYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA46C,
        name: "YI SYLLABLE XYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA46D,
        name: "YI SYLLABLE XY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA46E,
        name: "YI SYLLABLE XYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA46F,
        name: "YI SYLLABLE XYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA470,
        name: "YI SYLLABLE XYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA471,
        name: "YI SYLLABLE YIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA472,
        name: "YI SYLLABLE YIX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA473,
        name: "YI SYLLABLE YI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA474,
        name: "YI SYLLABLE YIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA475,
        name: "YI SYLLABLE YIET",
    },
    Character {
        age: "3.0",
        codepoint: 0xA476,
        name: "YI SYLLABLE YIEX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA477,
        name: "YI SYLLABLE YIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA478,
        name: "YI SYLLABLE YIEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA479,
        name: "YI SYLLABLE YUOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA47A,
        name: "YI SYLLABLE YUOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA47B,
        name: "YI SYLLABLE YUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA47C,
        name: "YI SYLLABLE YUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA47D,
        name: "YI SYLLABLE YOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA47E,
        name: "YI SYLLABLE YOX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA47F,
        name: "YI SYLLABLE YO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA480,
        name: "YI SYLLABLE YOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA481,
        name: "YI SYLLABLE YUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA482,
        name: "YI SYLLABLE YUX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA483,
        name: "YI SYLLABLE YU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA484,
        name: "YI SYLLABLE YUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA485,
        name: "YI SYLLABLE YURX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA486,
        name: "YI SYLLABLE YUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA487,
        name: "YI SYLLABLE YYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA488,
        name: "YI SYLLABLE YYX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA489,
        name: "YI SYLLABLE YY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA48A,
        name: "YI SYLLABLE YYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA48B,
        name: "YI SYLLABLE YYRX",
    },
    Character {
        age: "3.0",
        codepoint: 0xA48C,
        name: "YI SYLLABLE YYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA490,
        name: "YI RADICAL QOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA491,
        name: "YI RADICAL LI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA492,
        name: "YI RADICAL KIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA493,
        name: "YI RADICAL NYIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA494,
        name: "YI RADICAL CYP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA495,
        name: "YI RADICAL SSI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA496,
        name: "YI RADICAL GGOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA497,
        name: "YI RADICAL GEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA498,
        name: "YI RADICAL MI",
    },
    Character {
        age: "3.0",
        codepoint: 0xA499,
        name: "YI RADICAL HXIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA49A,
        name: "YI RADICAL LYR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA49B,
        name: "YI RADICAL BBUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA49C,
        name: "YI RADICAL MOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA49D,
        name: "YI RADICAL YO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA49E,
        name: "YI RADICAL PUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA49F,
        name: "YI RADICAL HXUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A0,
        name: "YI RADICAL TAT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A1,
        name: "YI RADICAL GA",
    },
    Character {
        age: "3.2",
        codepoint: 0xA4A2,
        name: "YI RADICAL ZUP",
    },
    Character {
        age: "3.2",
        codepoint: 0xA4A3,
        name: "YI RADICAL CYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A4,
        name: "YI RADICAL DDUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A5,
        name: "YI RADICAL BUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A6,
        name: "YI RADICAL GGUO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A7,
        name: "YI RADICAL NYOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A8,
        name: "YI RADICAL TU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4A9,
        name: "YI RADICAL OP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4AA,
        name: "YI RADICAL JJUT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4AB,
        name: "YI RADICAL ZOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4AC,
        name: "YI RADICAL PYT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4AD,
        name: "YI RADICAL HMO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4AE,
        name: "YI RADICAL YIT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4AF,
        name: "YI RADICAL VUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B0,
        name: "YI RADICAL SHY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B1,
        name: "YI RADICAL VEP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B2,
        name: "YI RADICAL ZA",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B3,
        name: "YI RADICAL JO",
    },
    Character {
        age: "3.2",
        codepoint: 0xA4B4,
        name: "YI RADICAL NZUP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B5,
        name: "YI RADICAL JJY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B6,
        name: "YI RADICAL GOT",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B7,
        name: "YI RADICAL JJIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B8,
        name: "YI RADICAL WO",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4B9,
        name: "YI RADICAL DU",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4BA,
        name: "YI RADICAL SHUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4BB,
        name: "YI RADICAL LIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4BC,
        name: "YI RADICAL CY",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4BD,
        name: "YI RADICAL CUOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4BE,
        name: "YI RADICAL CIP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4BF,
        name: "YI RADICAL HXOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4C0,
        name: "YI RADICAL SHAT",
    },
    Character {
        age: "3.2",
        codepoint: 0xA4C1,
        name: "YI RADICAL ZUR",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4C2,
        name: "YI RADICAL SHOP",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4C3,
        name: "YI RADICAL CHE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4C4,
        name: "YI RADICAL ZZIET",
    },
    Character {
        age: "3.2",
        codepoint: 0xA4C5,
        name: "YI RADICAL NBIE",
    },
    Character {
        age: "3.0",
        codepoint: 0xA4C6,
        name: "YI RADICAL KE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D0,
        name: "LISU LETTER BA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D1,
        name: "LISU LETTER PA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D2,
        name: "LISU LETTER PHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D3,
        name: "LISU LETTER DA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D4,
        name: "LISU LETTER TA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D5,
        name: "LISU LETTER THA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D6,
        name: "LISU LETTER GA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D7,
        name: "LISU LETTER KA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D8,
        name: "LISU LETTER KHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4D9,
        name: "LISU LETTER JA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4DA,
        name: "LISU LETTER CA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4DB,
        name: "LISU LETTER CHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4DC,
        name: "LISU LETTER DZA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4DD,
        name: "LISU LETTER TSA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4DE,
        name: "LISU LETTER TSHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4DF,
        name: "LISU LETTER MA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E0,
        name: "LISU LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E1,
        name: "LISU LETTER LA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E2,
        name: "LISU LETTER SA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E3,
        name: "LISU LETTER ZHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E4,
        name: "LISU LETTER ZA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E5,
        name: "LISU LETTER NGA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E6,
        name: "LISU LETTER HA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E7,
        name: "LISU LETTER XA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E8,
        name: "LISU LETTER HHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4E9,
        name: "LISU LETTER FA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4EA,
        name: "LISU LETTER WA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4EB,
        name: "LISU LETTER SHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4EC,
        name: "LISU LETTER YA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4ED,
        name: "LISU LETTER GHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4EE,
        name: "LISU LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4EF,
        name: "LISU LETTER AE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F0,
        name: "LISU LETTER E",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F1,
        name: "LISU LETTER EU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F2,
        name: "LISU LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F3,
        name: "LISU LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F4,
        name: "LISU LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F5,
        name: "LISU LETTER UE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F6,
        name: "LISU LETTER UH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F7,
        name: "LISU LETTER OE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F8,
        name: "LISU LETTER TONE MYA TI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4F9,
        name: "LISU LETTER TONE NA PO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4FA,
        name: "LISU LETTER TONE MYA CYA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4FB,
        name: "LISU LETTER TONE MYA BO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4FC,
        name: "LISU LETTER TONE MYA NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4FD,
        name: "LISU LETTER TONE MYA JEU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4FE,
        name: "LISU PUNCTUATION COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA4FF,
        name: "LISU PUNCTUATION FULL STOP",
    },
    Character {
        age: "5.1",
        codepoint: 0xA500,
        name: "VAI SYLLABLE EE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA501,
        name: "VAI SYLLABLE EEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA502,
        name: "VAI SYLLABLE HEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA503,
        name: "VAI SYLLABLE WEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA504,
        name: "VAI SYLLABLE WEEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA505,
        name: "VAI SYLLABLE PEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA506,
        name: "VAI SYLLABLE BHEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA507,
        name: "VAI SYLLABLE BEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA508,
        name: "VAI SYLLABLE MBEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA509,
        name: "VAI SYLLABLE KPEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA50A,
        name: "VAI SYLLABLE MGBEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA50B,
        name: "VAI SYLLABLE GBEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA50C,
        name: "VAI SYLLABLE FEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA50D,
        name: "VAI SYLLABLE VEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA50E,
        name: "VAI SYLLABLE TEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA50F,
        name: "VAI SYLLABLE THEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA510,
        name: "VAI SYLLABLE DHEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA511,
        name: "VAI SYLLABLE DHHEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA512,
        name: "VAI SYLLABLE LEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA513,
        name: "VAI SYLLABLE REE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA514,
        name: "VAI SYLLABLE DEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA515,
        name: "VAI SYLLABLE NDEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA516,
        name: "VAI SYLLABLE SEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA517,
        name: "VAI SYLLABLE SHEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA518,
        name: "VAI SYLLABLE ZEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA519,
        name: "VAI SYLLABLE ZHEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA51A,
        name: "VAI SYLLABLE CEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA51B,
        name: "VAI SYLLABLE JEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA51C,
        name: "VAI SYLLABLE NJEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA51D,
        name: "VAI SYLLABLE YEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA51E,
        name: "VAI SYLLABLE KEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA51F,
        name: "VAI SYLLABLE NGGEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA520,
        name: "VAI SYLLABLE GEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA521,
        name: "VAI SYLLABLE MEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA522,
        name: "VAI SYLLABLE NEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA523,
        name: "VAI SYLLABLE NYEE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA524,
        name: "VAI SYLLABLE I",
    },
    Character {
        age: "5.1",
        codepoint: 0xA525,
        name: "VAI SYLLABLE IN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA526,
        name: "VAI SYLLABLE HI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA527,
        name: "VAI SYLLABLE HIN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA528,
        name: "VAI SYLLABLE WI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA529,
        name: "VAI SYLLABLE WIN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA52A,
        name: "VAI SYLLABLE PI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA52B,
        name: "VAI SYLLABLE BHI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA52C,
        name: "VAI SYLLABLE BI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA52D,
        name: "VAI SYLLABLE MBI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA52E,
        name: "VAI SYLLABLE KPI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA52F,
        name: "VAI SYLLABLE MGBI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA530,
        name: "VAI SYLLABLE GBI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA531,
        name: "VAI SYLLABLE FI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA532,
        name: "VAI SYLLABLE VI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA533,
        name: "VAI SYLLABLE TI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA534,
        name: "VAI SYLLABLE THI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA535,
        name: "VAI SYLLABLE DHI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA536,
        name: "VAI SYLLABLE DHHI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA537,
        name: "VAI SYLLABLE LI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA538,
        name: "VAI SYLLABLE RI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA539,
        name: "VAI SYLLABLE DI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA53A,
        name: "VAI SYLLABLE NDI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA53B,
        name: "VAI SYLLABLE SI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA53C,
        name: "VAI SYLLABLE SHI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA53D,
        name: "VAI SYLLABLE ZI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA53E,
        name: "VAI SYLLABLE ZHI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA53F,
        name: "VAI SYLLABLE CI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA540,
        name: "VAI SYLLABLE JI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA541,
        name: "VAI SYLLABLE NJI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA542,
        name: "VAI SYLLABLE YI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA543,
        name: "VAI SYLLABLE KI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA544,
        name: "VAI SYLLABLE NGGI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA545,
        name: "VAI SYLLABLE GI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA546,
        name: "VAI SYLLABLE MI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA547,
        name: "VAI SYLLABLE NI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA548,
        name: "VAI SYLLABLE NYI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA549,
        name: "VAI SYLLABLE A",
    },
    Character {
        age: "5.1",
        codepoint: 0xA54A,
        name: "VAI SYLLABLE AN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA54B,
        name: "VAI SYLLABLE NGAN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA54C,
        name: "VAI SYLLABLE HA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA54D,
        name: "VAI SYLLABLE HAN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA54E,
        name: "VAI SYLLABLE WA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA54F,
        name: "VAI SYLLABLE WAN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA550,
        name: "VAI SYLLABLE PA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA551,
        name: "VAI SYLLABLE BHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA552,
        name: "VAI SYLLABLE BA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA553,
        name: "VAI SYLLABLE MBA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA554,
        name: "VAI SYLLABLE KPA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA555,
        name: "VAI SYLLABLE KPAN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA556,
        name: "VAI SYLLABLE MGBA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA557,
        name: "VAI SYLLABLE GBA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA558,
        name: "VAI SYLLABLE FA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA559,
        name: "VAI SYLLABLE VA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA55A,
        name: "VAI SYLLABLE TA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA55B,
        name: "VAI SYLLABLE THA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA55C,
        name: "VAI SYLLABLE DHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA55D,
        name: "VAI SYLLABLE DHHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA55E,
        name: "VAI SYLLABLE LA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA55F,
        name: "VAI SYLLABLE RA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA560,
        name: "VAI SYLLABLE DA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA561,
        name: "VAI SYLLABLE NDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA562,
        name: "VAI SYLLABLE SA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA563,
        name: "VAI SYLLABLE SHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA564,
        name: "VAI SYLLABLE ZA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA565,
        name: "VAI SYLLABLE ZHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA566,
        name: "VAI SYLLABLE CA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA567,
        name: "VAI SYLLABLE JA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA568,
        name: "VAI SYLLABLE NJA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA569,
        name: "VAI SYLLABLE YA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA56A,
        name: "VAI SYLLABLE KA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA56B,
        name: "VAI SYLLABLE KAN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA56C,
        name: "VAI SYLLABLE NGGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA56D,
        name: "VAI SYLLABLE GA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA56E,
        name: "VAI SYLLABLE MA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA56F,
        name: "VAI SYLLABLE NA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA570,
        name: "VAI SYLLABLE NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA571,
        name: "VAI SYLLABLE OO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA572,
        name: "VAI SYLLABLE OON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA573,
        name: "VAI SYLLABLE HOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA574,
        name: "VAI SYLLABLE WOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA575,
        name: "VAI SYLLABLE WOON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA576,
        name: "VAI SYLLABLE POO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA577,
        name: "VAI SYLLABLE BHOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA578,
        name: "VAI SYLLABLE BOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA579,
        name: "VAI SYLLABLE MBOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA57A,
        name: "VAI SYLLABLE KPOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA57B,
        name: "VAI SYLLABLE MGBOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA57C,
        name: "VAI SYLLABLE GBOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA57D,
        name: "VAI SYLLABLE FOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA57E,
        name: "VAI SYLLABLE VOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA57F,
        name: "VAI SYLLABLE TOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA580,
        name: "VAI SYLLABLE THOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA581,
        name: "VAI SYLLABLE DHOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA582,
        name: "VAI SYLLABLE DHHOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA583,
        name: "VAI SYLLABLE LOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA584,
        name: "VAI SYLLABLE ROO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA585,
        name: "VAI SYLLABLE DOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA586,
        name: "VAI SYLLABLE NDOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA587,
        name: "VAI SYLLABLE SOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA588,
        name: "VAI SYLLABLE SHOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA589,
        name: "VAI SYLLABLE ZOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA58A,
        name: "VAI SYLLABLE ZHOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA58B,
        name: "VAI SYLLABLE COO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA58C,
        name: "VAI SYLLABLE JOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA58D,
        name: "VAI SYLLABLE NJOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA58E,
        name: "VAI SYLLABLE YOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA58F,
        name: "VAI SYLLABLE KOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA590,
        name: "VAI SYLLABLE NGGOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA591,
        name: "VAI SYLLABLE GOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA592,
        name: "VAI SYLLABLE MOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA593,
        name: "VAI SYLLABLE NOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA594,
        name: "VAI SYLLABLE NYOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA595,
        name: "VAI SYLLABLE U",
    },
    Character {
        age: "5.1",
        codepoint: 0xA596,
        name: "VAI SYLLABLE UN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA597,
        name: "VAI SYLLABLE HU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA598,
        name: "VAI SYLLABLE HUN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA599,
        name: "VAI SYLLABLE WU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA59A,
        name: "VAI SYLLABLE WUN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA59B,
        name: "VAI SYLLABLE PU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA59C,
        name: "VAI SYLLABLE BHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA59D,
        name: "VAI SYLLABLE BU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA59E,
        name: "VAI SYLLABLE MBU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA59F,
        name: "VAI SYLLABLE KPU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A0,
        name: "VAI SYLLABLE MGBU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A1,
        name: "VAI SYLLABLE GBU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A2,
        name: "VAI SYLLABLE FU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A3,
        name: "VAI SYLLABLE VU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A4,
        name: "VAI SYLLABLE TU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A5,
        name: "VAI SYLLABLE THU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A6,
        name: "VAI SYLLABLE DHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A7,
        name: "VAI SYLLABLE DHHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A8,
        name: "VAI SYLLABLE LU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5A9,
        name: "VAI SYLLABLE RU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5AA,
        name: "VAI SYLLABLE DU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5AB,
        name: "VAI SYLLABLE NDU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5AC,
        name: "VAI SYLLABLE SU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5AD,
        name: "VAI SYLLABLE SHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5AE,
        name: "VAI SYLLABLE ZU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5AF,
        name: "VAI SYLLABLE ZHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B0,
        name: "VAI SYLLABLE CU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B1,
        name: "VAI SYLLABLE JU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B2,
        name: "VAI SYLLABLE NJU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B3,
        name: "VAI SYLLABLE YU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B4,
        name: "VAI SYLLABLE KU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B5,
        name: "VAI SYLLABLE NGGU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B6,
        name: "VAI SYLLABLE GU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B7,
        name: "VAI SYLLABLE MU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B8,
        name: "VAI SYLLABLE NU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5B9,
        name: "VAI SYLLABLE NYU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5BA,
        name: "VAI SYLLABLE O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5BB,
        name: "VAI SYLLABLE ON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5BC,
        name: "VAI SYLLABLE NGON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5BD,
        name: "VAI SYLLABLE HO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5BE,
        name: "VAI SYLLABLE HON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5BF,
        name: "VAI SYLLABLE WO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C0,
        name: "VAI SYLLABLE WON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C1,
        name: "VAI SYLLABLE PO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C2,
        name: "VAI SYLLABLE BHO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C3,
        name: "VAI SYLLABLE BO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C4,
        name: "VAI SYLLABLE MBO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C5,
        name: "VAI SYLLABLE KPO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C6,
        name: "VAI SYLLABLE MGBO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C7,
        name: "VAI SYLLABLE GBO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C8,
        name: "VAI SYLLABLE GBON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5C9,
        name: "VAI SYLLABLE FO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5CA,
        name: "VAI SYLLABLE VO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5CB,
        name: "VAI SYLLABLE TO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5CC,
        name: "VAI SYLLABLE THO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5CD,
        name: "VAI SYLLABLE DHO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5CE,
        name: "VAI SYLLABLE DHHO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5CF,
        name: "VAI SYLLABLE LO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D0,
        name: "VAI SYLLABLE RO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D1,
        name: "VAI SYLLABLE DO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D2,
        name: "VAI SYLLABLE NDO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D3,
        name: "VAI SYLLABLE SO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D4,
        name: "VAI SYLLABLE SHO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D5,
        name: "VAI SYLLABLE ZO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D6,
        name: "VAI SYLLABLE ZHO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D7,
        name: "VAI SYLLABLE CO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D8,
        name: "VAI SYLLABLE JO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5D9,
        name: "VAI SYLLABLE NJO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5DA,
        name: "VAI SYLLABLE YO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5DB,
        name: "VAI SYLLABLE KO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5DC,
        name: "VAI SYLLABLE NGGO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5DD,
        name: "VAI SYLLABLE GO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5DE,
        name: "VAI SYLLABLE MO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5DF,
        name: "VAI SYLLABLE NO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E0,
        name: "VAI SYLLABLE NYO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E1,
        name: "VAI SYLLABLE E",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E2,
        name: "VAI SYLLABLE EN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E3,
        name: "VAI SYLLABLE NGEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E4,
        name: "VAI SYLLABLE HE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E5,
        name: "VAI SYLLABLE HEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E6,
        name: "VAI SYLLABLE WE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E7,
        name: "VAI SYLLABLE WEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E8,
        name: "VAI SYLLABLE PE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5E9,
        name: "VAI SYLLABLE BHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5EA,
        name: "VAI SYLLABLE BE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5EB,
        name: "VAI SYLLABLE MBE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5EC,
        name: "VAI SYLLABLE KPE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5ED,
        name: "VAI SYLLABLE KPEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5EE,
        name: "VAI SYLLABLE MGBE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5EF,
        name: "VAI SYLLABLE GBE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F0,
        name: "VAI SYLLABLE GBEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F1,
        name: "VAI SYLLABLE FE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F2,
        name: "VAI SYLLABLE VE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F3,
        name: "VAI SYLLABLE TE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F4,
        name: "VAI SYLLABLE THE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F5,
        name: "VAI SYLLABLE DHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F6,
        name: "VAI SYLLABLE DHHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F7,
        name: "VAI SYLLABLE LE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F8,
        name: "VAI SYLLABLE RE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5F9,
        name: "VAI SYLLABLE DE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5FA,
        name: "VAI SYLLABLE NDE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5FB,
        name: "VAI SYLLABLE SE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5FC,
        name: "VAI SYLLABLE SHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5FD,
        name: "VAI SYLLABLE ZE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5FE,
        name: "VAI SYLLABLE ZHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA5FF,
        name: "VAI SYLLABLE CE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA600,
        name: "VAI SYLLABLE JE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA601,
        name: "VAI SYLLABLE NJE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA602,
        name: "VAI SYLLABLE YE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA603,
        name: "VAI SYLLABLE KE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA604,
        name: "VAI SYLLABLE NGGE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA605,
        name: "VAI SYLLABLE NGGEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA606,
        name: "VAI SYLLABLE GE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA607,
        name: "VAI SYLLABLE GEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA608,
        name: "VAI SYLLABLE ME",
    },
    Character {
        age: "5.1",
        codepoint: 0xA609,
        name: "VAI SYLLABLE NE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA60A,
        name: "VAI SYLLABLE NYE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA60B,
        name: "VAI SYLLABLE NG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA60C,
        name: "VAI SYLLABLE LENGTHENER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA60D,
        name: "VAI COMMA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA60E,
        name: "VAI FULL STOP",
    },
    Character {
        age: "5.1",
        codepoint: 0xA60F,
        name: "VAI QUESTION MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA610,
        name: "VAI SYLLABLE NDOLE FA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA611,
        name: "VAI SYLLABLE NDOLE KA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA612,
        name: "VAI SYLLABLE NDOLE SOO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA613,
        name: "VAI SYMBOL FEENG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA614,
        name: "VAI SYMBOL KEENG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA615,
        name: "VAI SYMBOL TING",
    },
    Character {
        age: "5.1",
        codepoint: 0xA616,
        name: "VAI SYMBOL NII",
    },
    Character {
        age: "5.1",
        codepoint: 0xA617,
        name: "VAI SYMBOL BANG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA618,
        name: "VAI SYMBOL FAA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA619,
        name: "VAI SYMBOL TAA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA61A,
        name: "VAI SYMBOL DANG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA61B,
        name: "VAI SYMBOL DOONG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA61C,
        name: "VAI SYMBOL KUNG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA61D,
        name: "VAI SYMBOL TONG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA61E,
        name: "VAI SYMBOL DO-O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA61F,
        name: "VAI SYMBOL JONG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA620,
        name: "VAI DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA621,
        name: "VAI DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA622,
        name: "VAI DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA623,
        name: "VAI DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA624,
        name: "VAI DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA625,
        name: "VAI DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA626,
        name: "VAI DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0xA627,
        name: "VAI DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA628,
        name: "VAI DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA629,
        name: "VAI DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA62A,
        name: "VAI SYLLABLE NDOLE MA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA62B,
        name: "VAI SYLLABLE NDOLE DO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA640,
        name: "CYRILLIC CAPITAL LETTER ZEMLYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA641,
        name: "CYRILLIC SMALL LETTER ZEMLYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA642,
        name: "CYRILLIC CAPITAL LETTER DZELO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA643,
        name: "CYRILLIC SMALL LETTER DZELO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA644,
        name: "CYRILLIC CAPITAL LETTER REVERSED DZE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA645,
        name: "CYRILLIC SMALL LETTER REVERSED DZE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA646,
        name: "CYRILLIC CAPITAL LETTER IOTA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA647,
        name: "CYRILLIC SMALL LETTER IOTA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA648,
        name: "CYRILLIC CAPITAL LETTER DJERV",
    },
    Character {
        age: "5.1",
        codepoint: 0xA649,
        name: "CYRILLIC SMALL LETTER DJERV",
    },
    Character {
        age: "5.1",
        codepoint: 0xA64A,
        name: "CYRILLIC CAPITAL LETTER MONOGRAPH UK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA64B,
        name: "CYRILLIC SMALL LETTER MONOGRAPH UK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA64C,
        name: "CYRILLIC CAPITAL LETTER BROAD OMEGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA64D,
        name: "CYRILLIC SMALL LETTER BROAD OMEGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA64E,
        name: "CYRILLIC CAPITAL LETTER NEUTRAL YER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA64F,
        name: "CYRILLIC SMALL LETTER NEUTRAL YER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA650,
        name: "CYRILLIC CAPITAL LETTER YERU WITH BACK YER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA651,
        name: "CYRILLIC SMALL LETTER YERU WITH BACK YER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA652,
        name: "CYRILLIC CAPITAL LETTER IOTIFIED YAT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA653,
        name: "CYRILLIC SMALL LETTER IOTIFIED YAT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA654,
        name: "CYRILLIC CAPITAL LETTER REVERSED YU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA655,
        name: "CYRILLIC SMALL LETTER REVERSED YU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA656,
        name: "CYRILLIC CAPITAL LETTER IOTIFIED A",
    },
    Character {
        age: "5.1",
        codepoint: 0xA657,
        name: "CYRILLIC SMALL LETTER IOTIFIED A",
    },
    Character {
        age: "5.1",
        codepoint: 0xA658,
        name: "CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA659,
        name: "CYRILLIC SMALL LETTER CLOSED LITTLE YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA65A,
        name: "CYRILLIC CAPITAL LETTER BLENDED YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA65B,
        name: "CYRILLIC SMALL LETTER BLENDED YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA65C,
        name: "CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA65D,
        name: "CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA65E,
        name: "CYRILLIC CAPITAL LETTER YN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA65F,
        name: "CYRILLIC SMALL LETTER YN",
    },
    Character {
        age: "6.0",
        codepoint: 0xA660,
        name: "CYRILLIC CAPITAL LETTER REVERSED TSE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA661,
        name: "CYRILLIC SMALL LETTER REVERSED TSE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA662,
        name: "CYRILLIC CAPITAL LETTER SOFT DE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA663,
        name: "CYRILLIC SMALL LETTER SOFT DE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA664,
        name: "CYRILLIC CAPITAL LETTER SOFT EL",
    },
    Character {
        age: "5.1",
        codepoint: 0xA665,
        name: "CYRILLIC SMALL LETTER SOFT EL",
    },
    Character {
        age: "5.1",
        codepoint: 0xA666,
        name: "CYRILLIC CAPITAL LETTER SOFT EM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA667,
        name: "CYRILLIC SMALL LETTER SOFT EM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA668,
        name: "CYRILLIC CAPITAL LETTER MONOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA669,
        name: "CYRILLIC SMALL LETTER MONOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA66A,
        name: "CYRILLIC CAPITAL LETTER BINOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA66B,
        name: "CYRILLIC SMALL LETTER BINOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA66C,
        name: "CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA66D,
        name: "CYRILLIC SMALL LETTER DOUBLE MONOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA66E,
        name: "CYRILLIC LETTER MULTIOCULAR O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA66F,
        name: "COMBINING CYRILLIC VZMET",
    },
    Character {
        age: "5.1",
        codepoint: 0xA670,
        name: "COMBINING CYRILLIC TEN MILLIONS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA671,
        name: "COMBINING CYRILLIC HUNDRED MILLIONS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA672,
        name: "COMBINING CYRILLIC THOUSAND MILLIONS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA673,
        name: "SLAVONIC ASTERISK",
    },
    Character {
        age: "6.1",
        codepoint: 0xA674,
        name: "COMBINING CYRILLIC LETTER UKRAINIAN IE",
    },
    Character {
        age: "6.1",
        codepoint: 0xA675,
        name: "COMBINING CYRILLIC LETTER I",
    },
    Character {
        age: "6.1",
        codepoint: 0xA676,
        name: "COMBINING CYRILLIC LETTER YI",
    },
    Character {
        age: "6.1",
        codepoint: 0xA677,
        name: "COMBINING CYRILLIC LETTER U",
    },
    Character {
        age: "6.1",
        codepoint: 0xA678,
        name: "COMBINING CYRILLIC LETTER HARD SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0xA679,
        name: "COMBINING CYRILLIC LETTER YERU",
    },
    Character {
        age: "6.1",
        codepoint: 0xA67A,
        name: "COMBINING CYRILLIC LETTER SOFT SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0xA67B,
        name: "COMBINING CYRILLIC LETTER OMEGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA67C,
        name: "COMBINING CYRILLIC KAVYKA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA67D,
        name: "COMBINING CYRILLIC PAYEROK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA67E,
        name: "CYRILLIC KAVYKA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA67F,
        name: "CYRILLIC PAYEROK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA680,
        name: "CYRILLIC CAPITAL LETTER DWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA681,
        name: "CYRILLIC SMALL LETTER DWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA682,
        name: "CYRILLIC CAPITAL LETTER DZWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA683,
        name: "CYRILLIC SMALL LETTER DZWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA684,
        name: "CYRILLIC CAPITAL LETTER ZHWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA685,
        name: "CYRILLIC SMALL LETTER ZHWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA686,
        name: "CYRILLIC CAPITAL LETTER CCHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA687,
        name: "CYRILLIC SMALL LETTER CCHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA688,
        name: "CYRILLIC CAPITAL LETTER DZZE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA689,
        name: "CYRILLIC SMALL LETTER DZZE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA68A,
        name: "CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA68B,
        name: "CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA68C,
        name: "CYRILLIC CAPITAL LETTER TWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA68D,
        name: "CYRILLIC SMALL LETTER TWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA68E,
        name: "CYRILLIC CAPITAL LETTER TSWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA68F,
        name: "CYRILLIC SMALL LETTER TSWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA690,
        name: "CYRILLIC CAPITAL LETTER TSSE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA691,
        name: "CYRILLIC SMALL LETTER TSSE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA692,
        name: "CYRILLIC CAPITAL LETTER TCHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA693,
        name: "CYRILLIC SMALL LETTER TCHE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA694,
        name: "CYRILLIC CAPITAL LETTER HWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA695,
        name: "CYRILLIC SMALL LETTER HWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA696,
        name: "CYRILLIC CAPITAL LETTER SHWE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA697,
        name: "CYRILLIC SMALL LETTER SHWE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA698,
        name: "CYRILLIC CAPITAL LETTER DOUBLE O",
    },
    Character {
        age: "7.0",
        codepoint: 0xA699,
        name: "CYRILLIC SMALL LETTER DOUBLE O",
    },
    Character {
        age: "7.0",
        codepoint: 0xA69A,
        name: "CYRILLIC CAPITAL LETTER CROSSED O",
    },
    Character {
        age: "7.0",
        codepoint: 0xA69B,
        name: "CYRILLIC SMALL LETTER CROSSED O",
    },
    Character {
        age: "7.0",
        codepoint: 0xA69C,
        name: "MODIFIER LETTER CYRILLIC HARD SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0xA69D,
        name: "MODIFIER LETTER CYRILLIC SOFT SIGN",
    },
    Character {
        age: "8.0",
        codepoint: 0xA69E,
        name: "COMBINING CYRILLIC LETTER EF",
    },
    Character {
        age: "6.1",
        codepoint: 0xA69F,
        name: "COMBINING CYRILLIC LETTER IOTIFIED E",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A0,
        name: "BAMUM LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A1,
        name: "BAMUM LETTER KA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A2,
        name: "BAMUM LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A3,
        name: "BAMUM LETTER KU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A4,
        name: "BAMUM LETTER EE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A5,
        name: "BAMUM LETTER REE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A6,
        name: "BAMUM LETTER TAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A7,
        name: "BAMUM LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A8,
        name: "BAMUM LETTER NYI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6A9,
        name: "BAMUM LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6AA,
        name: "BAMUM LETTER LA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6AB,
        name: "BAMUM LETTER PA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6AC,
        name: "BAMUM LETTER RII",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6AD,
        name: "BAMUM LETTER RIEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6AE,
        name: "BAMUM LETTER LEEEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6AF,
        name: "BAMUM LETTER MEEEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B0,
        name: "BAMUM LETTER TAA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B1,
        name: "BAMUM LETTER NDAA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B2,
        name: "BAMUM LETTER NJAEM",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B3,
        name: "BAMUM LETTER M",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B4,
        name: "BAMUM LETTER SUU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B5,
        name: "BAMUM LETTER MU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B6,
        name: "BAMUM LETTER SHII",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B7,
        name: "BAMUM LETTER SI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B8,
        name: "BAMUM LETTER SHEUX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6B9,
        name: "BAMUM LETTER SEUX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6BA,
        name: "BAMUM LETTER KYEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6BB,
        name: "BAMUM LETTER KET",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6BC,
        name: "BAMUM LETTER NUAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6BD,
        name: "BAMUM LETTER NU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6BE,
        name: "BAMUM LETTER NJUAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6BF,
        name: "BAMUM LETTER YOQ",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C0,
        name: "BAMUM LETTER SHU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C1,
        name: "BAMUM LETTER YUQ",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C2,
        name: "BAMUM LETTER YA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C3,
        name: "BAMUM LETTER NSHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C4,
        name: "BAMUM LETTER KEUX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C5,
        name: "BAMUM LETTER PEUX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C6,
        name: "BAMUM LETTER NJEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C7,
        name: "BAMUM LETTER NTEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C8,
        name: "BAMUM LETTER PUE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6C9,
        name: "BAMUM LETTER WUE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6CA,
        name: "BAMUM LETTER PEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6CB,
        name: "BAMUM LETTER FEE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6CC,
        name: "BAMUM LETTER RU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6CD,
        name: "BAMUM LETTER LU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6CE,
        name: "BAMUM LETTER MI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6CF,
        name: "BAMUM LETTER NI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D0,
        name: "BAMUM LETTER REUX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D1,
        name: "BAMUM LETTER RAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D2,
        name: "BAMUM LETTER KEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D3,
        name: "BAMUM LETTER NGKWAEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D4,
        name: "BAMUM LETTER NGGA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D5,
        name: "BAMUM LETTER NGA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D6,
        name: "BAMUM LETTER SHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D7,
        name: "BAMUM LETTER PUAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D8,
        name: "BAMUM LETTER FU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6D9,
        name: "BAMUM LETTER FOM",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6DA,
        name: "BAMUM LETTER WA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6DB,
        name: "BAMUM LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6DC,
        name: "BAMUM LETTER LI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6DD,
        name: "BAMUM LETTER PI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6DE,
        name: "BAMUM LETTER LOQ",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6DF,
        name: "BAMUM LETTER KO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E0,
        name: "BAMUM LETTER MBEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E1,
        name: "BAMUM LETTER REN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E2,
        name: "BAMUM LETTER MEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E3,
        name: "BAMUM LETTER MA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E4,
        name: "BAMUM LETTER TI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E5,
        name: "BAMUM LETTER KI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E6,
        name: "BAMUM LETTER MO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E7,
        name: "BAMUM LETTER MBAA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E8,
        name: "BAMUM LETTER TET",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6E9,
        name: "BAMUM LETTER KPA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6EA,
        name: "BAMUM LETTER TEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6EB,
        name: "BAMUM LETTER NTUU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6EC,
        name: "BAMUM LETTER SAMBA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6ED,
        name: "BAMUM LETTER FAAMAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6EE,
        name: "BAMUM LETTER KOVUU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6EF,
        name: "BAMUM LETTER KOGHOM",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F0,
        name: "BAMUM COMBINING MARK KOQNDON",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F1,
        name: "BAMUM COMBINING MARK TUKWENTIS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F2,
        name: "BAMUM NJAEMLI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F3,
        name: "BAMUM FULL STOP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F4,
        name: "BAMUM COLON",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F5,
        name: "BAMUM COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F6,
        name: "BAMUM SEMICOLON",
    },
    Character {
        age: "5.2",
        codepoint: 0xA6F7,
        name: "BAMUM QUESTION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0xA700,
        name: "MODIFIER LETTER CHINESE TONE YIN PING",
    },
    Character {
        age: "4.1",
        codepoint: 0xA701,
        name: "MODIFIER LETTER CHINESE TONE YANG PING",
    },
    Character {
        age: "4.1",
        codepoint: 0xA702,
        name: "MODIFIER LETTER CHINESE TONE YIN SHANG",
    },
    Character {
        age: "4.1",
        codepoint: 0xA703,
        name: "MODIFIER LETTER CHINESE TONE YANG SHANG",
    },
    Character {
        age: "4.1",
        codepoint: 0xA704,
        name: "MODIFIER LETTER CHINESE TONE YIN QU",
    },
    Character {
        age: "4.1",
        codepoint: 0xA705,
        name: "MODIFIER LETTER CHINESE TONE YANG QU",
    },
    Character {
        age: "4.1",
        codepoint: 0xA706,
        name: "MODIFIER LETTER CHINESE TONE YIN RU",
    },
    Character {
        age: "4.1",
        codepoint: 0xA707,
        name: "MODIFIER LETTER CHINESE TONE YANG RU",
    },
    Character {
        age: "4.1",
        codepoint: 0xA708,
        name: "MODIFIER LETTER EXTRA-HIGH DOTTED TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA709,
        name: "MODIFIER LETTER HIGH DOTTED TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA70A,
        name: "MODIFIER LETTER MID DOTTED TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA70B,
        name: "MODIFIER LETTER LOW DOTTED TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA70C,
        name: "MODIFIER LETTER EXTRA-LOW DOTTED TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA70D,
        name: "MODIFIER LETTER EXTRA-HIGH DOTTED LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA70E,
        name: "MODIFIER LETTER HIGH DOTTED LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA70F,
        name: "MODIFIER LETTER MID DOTTED LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA710,
        name: "MODIFIER LETTER LOW DOTTED LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA711,
        name: "MODIFIER LETTER EXTRA-LOW DOTTED LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA712,
        name: "MODIFIER LETTER EXTRA-HIGH LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA713,
        name: "MODIFIER LETTER HIGH LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA714,
        name: "MODIFIER LETTER MID LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA715,
        name: "MODIFIER LETTER LOW LEFT-STEM TONE BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0xA716,
        name: "MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0xA717,
        name: "MODIFIER LETTER DOT VERTICAL BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0xA718,
        name: "MODIFIER LETTER DOT SLASH",
    },
    Character {
        age: "5.0",
        codepoint: 0xA719,
        name: "MODIFIER LETTER DOT HORIZONTAL BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0xA71A,
        name: "MODIFIER LETTER LOWER RIGHT CORNER ANGLE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA71B,
        name: "MODIFIER LETTER RAISED UP ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0xA71C,
        name: "MODIFIER LETTER RAISED DOWN ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0xA71D,
        name: "MODIFIER LETTER RAISED EXCLAMATION MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA71E,
        name: "MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK",
    },
    Character {
        age: "5.1",
        codepoint: 0xA71F,
        name: "MODIFIER LETTER LOW INVERTED EXCLAMATION MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0xA720,
        name: "MODIFIER LETTER STRESS AND HIGH TONE",
    },
    Character {
        age: "5.0",
        codepoint: 0xA721,
        name: "MODIFIER LETTER STRESS AND LOW TONE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA722,
        name: "LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF",
    },
    Character {
        age: "5.1",
        codepoint: 0xA723,
        name: "LATIN SMALL LETTER EGYPTOLOGICAL ALEF",
    },
    Character {
        age: "5.1",
        codepoint: 0xA724,
        name: "LATIN CAPITAL LETTER EGYPTOLOGICAL AIN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA725,
        name: "LATIN SMALL LETTER EGYPTOLOGICAL AIN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA726,
        name: "LATIN CAPITAL LETTER HENG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA727,
        name: "LATIN SMALL LETTER HENG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA728,
        name: "LATIN CAPITAL LETTER TZ",
    },
    Character {
        age: "5.1",
        codepoint: 0xA729,
        name: "LATIN SMALL LETTER TZ",
    },
    Character {
        age: "5.1",
        codepoint: 0xA72A,
        name: "LATIN CAPITAL LETTER TRESILLO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA72B,
        name: "LATIN SMALL LETTER TRESILLO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA72C,
        name: "LATIN CAPITAL LETTER CUATRILLO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA72D,
        name: "LATIN SMALL LETTER CUATRILLO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA72E,
        name: "LATIN CAPITAL LETTER CUATRILLO WITH COMMA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA72F,
        name: "LATIN SMALL LETTER CUATRILLO WITH COMMA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA730,
        name: "LATIN LETTER SMALL CAPITAL F",
    },
    Character {
        age: "5.1",
        codepoint: 0xA731,
        name: "LATIN LETTER SMALL CAPITAL S",
    },
    Character {
        age: "5.1",
        codepoint: 0xA732,
        name: "LATIN CAPITAL LETTER AA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA733,
        name: "LATIN SMALL LETTER AA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA734,
        name: "LATIN CAPITAL LETTER AO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA735,
        name: "LATIN SMALL LETTER AO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA736,
        name: "LATIN CAPITAL LETTER AU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA737,
        name: "LATIN SMALL LETTER AU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA738,
        name: "LATIN CAPITAL LETTER AV",
    },
    Character {
        age: "5.1",
        codepoint: 0xA739,
        name: "LATIN SMALL LETTER AV",
    },
    Character {
        age: "5.1",
        codepoint: 0xA73A,
        name: "LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA73B,
        name: "LATIN SMALL LETTER AV WITH HORIZONTAL BAR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA73C,
        name: "LATIN CAPITAL LETTER AY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA73D,
        name: "LATIN SMALL LETTER AY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA73E,
        name: "LATIN CAPITAL LETTER REVERSED C WITH DOT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA73F,
        name: "LATIN SMALL LETTER REVERSED C WITH DOT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA740,
        name: "LATIN CAPITAL LETTER K WITH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA741,
        name: "LATIN SMALL LETTER K WITH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA742,
        name: "LATIN CAPITAL LETTER K WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA743,
        name: "LATIN SMALL LETTER K WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA744,
        name: "LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA745,
        name: "LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA746,
        name: "LATIN CAPITAL LETTER BROKEN L",
    },
    Character {
        age: "5.1",
        codepoint: 0xA747,
        name: "LATIN SMALL LETTER BROKEN L",
    },
    Character {
        age: "5.1",
        codepoint: 0xA748,
        name: "LATIN CAPITAL LETTER L WITH HIGH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA749,
        name: "LATIN SMALL LETTER L WITH HIGH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA74A,
        name: "LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA74B,
        name: "LATIN SMALL LETTER O WITH LONG STROKE OVERLAY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA74C,
        name: "LATIN CAPITAL LETTER O WITH LOOP",
    },
    Character {
        age: "5.1",
        codepoint: 0xA74D,
        name: "LATIN SMALL LETTER O WITH LOOP",
    },
    Character {
        age: "5.1",
        codepoint: 0xA74E,
        name: "LATIN CAPITAL LETTER OO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA74F,
        name: "LATIN SMALL LETTER OO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA750,
        name: "LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA751,
        name: "LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA752,
        name: "LATIN CAPITAL LETTER P WITH FLOURISH",
    },
    Character {
        age: "5.1",
        codepoint: 0xA753,
        name: "LATIN SMALL LETTER P WITH FLOURISH",
    },
    Character {
        age: "5.1",
        codepoint: 0xA754,
        name: "LATIN CAPITAL LETTER P WITH SQUIRREL TAIL",
    },
    Character {
        age: "5.1",
        codepoint: 0xA755,
        name: "LATIN SMALL LETTER P WITH SQUIRREL TAIL",
    },
    Character {
        age: "5.1",
        codepoint: 0xA756,
        name: "LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA757,
        name: "LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA758,
        name: "LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA759,
        name: "LATIN SMALL LETTER Q WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA75A,
        name: "LATIN CAPITAL LETTER R ROTUNDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA75B,
        name: "LATIN SMALL LETTER R ROTUNDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA75C,
        name: "LATIN CAPITAL LETTER RUM ROTUNDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA75D,
        name: "LATIN SMALL LETTER RUM ROTUNDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA75E,
        name: "LATIN CAPITAL LETTER V WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA75F,
        name: "LATIN SMALL LETTER V WITH DIAGONAL STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA760,
        name: "LATIN CAPITAL LETTER VY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA761,
        name: "LATIN SMALL LETTER VY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA762,
        name: "LATIN CAPITAL LETTER VISIGOTHIC Z",
    },
    Character {
        age: "5.1",
        codepoint: 0xA763,
        name: "LATIN SMALL LETTER VISIGOTHIC Z",
    },
    Character {
        age: "5.1",
        codepoint: 0xA764,
        name: "LATIN CAPITAL LETTER THORN WITH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA765,
        name: "LATIN SMALL LETTER THORN WITH STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA766,
        name: "LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA767,
        name: "LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER",
    },
    Character {
        age: "5.1",
        codepoint: 0xA768,
        name: "LATIN CAPITAL LETTER VEND",
    },
    Character {
        age: "5.1",
        codepoint: 0xA769,
        name: "LATIN SMALL LETTER VEND",
    },
    Character {
        age: "5.1",
        codepoint: 0xA76A,
        name: "LATIN CAPITAL LETTER ET",
    },
    Character {
        age: "5.1",
        codepoint: 0xA76B,
        name: "LATIN SMALL LETTER ET",
    },
    Character {
        age: "5.1",
        codepoint: 0xA76C,
        name: "LATIN CAPITAL LETTER IS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA76D,
        name: "LATIN SMALL LETTER IS",
    },
    Character {
        age: "5.1",
        codepoint: 0xA76E,
        name: "LATIN CAPITAL LETTER CON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA76F,
        name: "LATIN SMALL LETTER CON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA770,
        name: "MODIFIER LETTER US",
    },
    Character {
        age: "5.1",
        codepoint: 0xA771,
        name: "LATIN SMALL LETTER DUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA772,
        name: "LATIN SMALL LETTER LUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA773,
        name: "LATIN SMALL LETTER MUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA774,
        name: "LATIN SMALL LETTER NUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA775,
        name: "LATIN SMALL LETTER RUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA776,
        name: "LATIN LETTER SMALL CAPITAL RUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA777,
        name: "LATIN SMALL LETTER TUM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA778,
        name: "LATIN SMALL LETTER UM",
    },
    Character {
        age: "5.1",
        codepoint: 0xA779,
        name: "LATIN CAPITAL LETTER INSULAR D",
    },
    Character {
        age: "5.1",
        codepoint: 0xA77A,
        name: "LATIN SMALL LETTER INSULAR D",
    },
    Character {
        age: "5.1",
        codepoint: 0xA77B,
        name: "LATIN CAPITAL LETTER INSULAR F",
    },
    Character {
        age: "5.1",
        codepoint: 0xA77C,
        name: "LATIN SMALL LETTER INSULAR F",
    },
    Character {
        age: "5.1",
        codepoint: 0xA77D,
        name: "LATIN CAPITAL LETTER INSULAR G",
    },
    Character {
        age: "5.1",
        codepoint: 0xA77E,
        name: "LATIN CAPITAL LETTER TURNED INSULAR G",
    },
    Character {
        age: "5.1",
        codepoint: 0xA77F,
        name: "LATIN SMALL LETTER TURNED INSULAR G",
    },
    Character {
        age: "5.1",
        codepoint: 0xA780,
        name: "LATIN CAPITAL LETTER TURNED L",
    },
    Character {
        age: "5.1",
        codepoint: 0xA781,
        name: "LATIN SMALL LETTER TURNED L",
    },
    Character {
        age: "5.1",
        codepoint: 0xA782,
        name: "LATIN CAPITAL LETTER INSULAR R",
    },
    Character {
        age: "5.1",
        codepoint: 0xA783,
        name: "LATIN SMALL LETTER INSULAR R",
    },
    Character {
        age: "5.1",
        codepoint: 0xA784,
        name: "LATIN CAPITAL LETTER INSULAR S",
    },
    Character {
        age: "5.1",
        codepoint: 0xA785,
        name: "LATIN SMALL LETTER INSULAR S",
    },
    Character {
        age: "5.1",
        codepoint: 0xA786,
        name: "LATIN CAPITAL LETTER INSULAR T",
    },
    Character {
        age: "5.1",
        codepoint: 0xA787,
        name: "LATIN SMALL LETTER INSULAR T",
    },
    Character {
        age: "5.1",
        codepoint: 0xA788,
        name: "MODIFIER LETTER LOW CIRCUMFLEX ACCENT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA789,
        name: "MODIFIER LETTER COLON",
    },
    Character {
        age: "5.1",
        codepoint: 0xA78A,
        name: "MODIFIER LETTER SHORT EQUALS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA78B,
        name: "LATIN CAPITAL LETTER SALTILLO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA78C,
        name: "LATIN SMALL LETTER SALTILLO",
    },
    Character {
        age: "6.0",
        codepoint: 0xA78D,
        name: "LATIN CAPITAL LETTER TURNED H",
    },
    Character {
        age: "6.0",
        codepoint: 0xA78E,
        name: "LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT",
    },
    Character {
        age: "8.0",
        codepoint: 0xA78F,
        name: "LATIN LETTER SINOLOGICAL DOT",
    },
    Character {
        age: "6.0",
        codepoint: 0xA790,
        name: "LATIN CAPITAL LETTER N WITH DESCENDER",
    },
    Character {
        age: "6.0",
        codepoint: 0xA791,
        name: "LATIN SMALL LETTER N WITH DESCENDER",
    },
    Character {
        age: "6.1",
        codepoint: 0xA792,
        name: "LATIN CAPITAL LETTER C WITH BAR",
    },
    Character {
        age: "6.1",
        codepoint: 0xA793,
        name: "LATIN SMALL LETTER C WITH BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0xA794,
        name: "LATIN SMALL LETTER C WITH PALATAL HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0xA795,
        name: "LATIN SMALL LETTER H WITH PALATAL HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0xA796,
        name: "LATIN CAPITAL LETTER B WITH FLOURISH",
    },
    Character {
        age: "7.0",
        codepoint: 0xA797,
        name: "LATIN SMALL LETTER B WITH FLOURISH",
    },
    Character {
        age: "7.0",
        codepoint: 0xA798,
        name: "LATIN CAPITAL LETTER F WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA799,
        name: "LATIN SMALL LETTER F WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA79A,
        name: "LATIN CAPITAL LETTER VOLAPUK AE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA79B,
        name: "LATIN SMALL LETTER VOLAPUK AE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA79C,
        name: "LATIN CAPITAL LETTER VOLAPUK OE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA79D,
        name: "LATIN SMALL LETTER VOLAPUK OE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA79E,
        name: "LATIN CAPITAL LETTER VOLAPUK UE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA79F,
        name: "LATIN SMALL LETTER VOLAPUK UE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A0,
        name: "LATIN CAPITAL LETTER G WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A1,
        name: "LATIN SMALL LETTER G WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A2,
        name: "LATIN CAPITAL LETTER K WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A3,
        name: "LATIN SMALL LETTER K WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A4,
        name: "LATIN CAPITAL LETTER N WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A5,
        name: "LATIN SMALL LETTER N WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A6,
        name: "LATIN CAPITAL LETTER R WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A7,
        name: "LATIN SMALL LETTER R WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A8,
        name: "LATIN CAPITAL LETTER S WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7A9,
        name: "LATIN SMALL LETTER S WITH OBLIQUE STROKE",
    },
    Character {
        age: "6.1",
        codepoint: 0xA7AA,
        name: "LATIN CAPITAL LETTER H WITH HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0xA7AB,
        name: "LATIN CAPITAL LETTER REVERSED OPEN E",
    },
    Character {
        age: "7.0",
        codepoint: 0xA7AC,
        name: "LATIN CAPITAL LETTER SCRIPT G",
    },
    Character {
        age: "7.0",
        codepoint: 0xA7AD,
        name: "LATIN CAPITAL LETTER L WITH BELT",
    },
    Character {
        age: "9.0",
        codepoint: 0xA7AE,
        name: "LATIN CAPITAL LETTER SMALL CAPITAL I",
    },
    Character {
        age: "11.0",
        codepoint: 0xA7AF,
        name: "LATIN LETTER SMALL CAPITAL Q",
    },
    Character {
        age: "7.0",
        codepoint: 0xA7B0,
        name: "LATIN CAPITAL LETTER TURNED K",
    },
    Character {
        age: "7.0",
        codepoint: 0xA7B1,
        name: "LATIN CAPITAL LETTER TURNED T",
    },
    Character {
        age: "8.0",
        codepoint: 0xA7B2,
        name: "LATIN CAPITAL LETTER J WITH CROSSED-TAIL",
    },
    Character {
        age: "8.0",
        codepoint: 0xA7B3,
        name: "LATIN CAPITAL LETTER CHI",
    },
    Character {
        age: "8.0",
        codepoint: 0xA7B4,
        name: "LATIN CAPITAL LETTER BETA",
    },
    Character {
        age: "8.0",
        codepoint: 0xA7B5,
        name: "LATIN SMALL LETTER BETA",
    },
    Character {
        age: "8.0",
        codepoint: 0xA7B6,
        name: "LATIN CAPITAL LETTER OMEGA",
    },
    Character {
        age: "8.0",
        codepoint: 0xA7B7,
        name: "LATIN SMALL LETTER OMEGA",
    },
    Character {
        age: "11.0",
        codepoint: 0xA7B8,
        name: "LATIN CAPITAL LETTER U WITH STROKE",
    },
    Character {
        age: "11.0",
        codepoint: 0xA7B9,
        name: "LATIN SMALL LETTER U WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA7F7,
        name: "LATIN EPIGRAPHIC LETTER SIDEWAYS I",
    },
    Character {
        age: "6.1",
        codepoint: 0xA7F8,
        name: "MODIFIER LETTER CAPITAL H WITH STROKE",
    },
    Character {
        age: "6.1",
        codepoint: 0xA7F9,
        name: "MODIFIER LETTER SMALL LIGATURE OE",
    },
    Character {
        age: "6.0",
        codepoint: 0xA7FA,
        name: "LATIN LETTER SMALL CAPITAL TURNED M",
    },
    Character {
        age: "5.1",
        codepoint: 0xA7FB,
        name: "LATIN EPIGRAPHIC LETTER REVERSED F",
    },
    Character {
        age: "5.1",
        codepoint: 0xA7FC,
        name: "LATIN EPIGRAPHIC LETTER REVERSED P",
    },
    Character {
        age: "5.1",
        codepoint: 0xA7FD,
        name: "LATIN EPIGRAPHIC LETTER INVERTED M",
    },
    Character {
        age: "5.1",
        codepoint: 0xA7FE,
        name: "LATIN EPIGRAPHIC LETTER I LONGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA7FF,
        name: "LATIN EPIGRAPHIC LETTER ARCHAIC M",
    },
    Character {
        age: "4.1",
        codepoint: 0xA800,
        name: "SYLOTI NAGRI LETTER A",
    },
    Character {
        age: "4.1",
        codepoint: 0xA801,
        name: "SYLOTI NAGRI LETTER I",
    },
    Character {
        age: "4.1",
        codepoint: 0xA802,
        name: "SYLOTI NAGRI SIGN DVISVARA",
    },
    Character {
        age: "4.1",
        codepoint: 0xA803,
        name: "SYLOTI NAGRI LETTER U",
    },
    Character {
        age: "4.1",
        codepoint: 0xA804,
        name: "SYLOTI NAGRI LETTER E",
    },
    Character {
        age: "4.1",
        codepoint: 0xA805,
        name: "SYLOTI NAGRI LETTER O",
    },
    Character {
        age: "4.1",
        codepoint: 0xA806,
        name: "SYLOTI NAGRI SIGN HASANTA",
    },
    Character {
        age: "4.1",
        codepoint: 0xA807,
        name: "SYLOTI NAGRI LETTER KO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA808,
        name: "SYLOTI NAGRI LETTER KHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA809,
        name: "SYLOTI NAGRI LETTER GO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA80A,
        name: "SYLOTI NAGRI LETTER GHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA80B,
        name: "SYLOTI NAGRI SIGN ANUSVARA",
    },
    Character {
        age: "4.1",
        codepoint: 0xA80C,
        name: "SYLOTI NAGRI LETTER CO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA80D,
        name: "SYLOTI NAGRI LETTER CHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA80E,
        name: "SYLOTI NAGRI LETTER JO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA80F,
        name: "SYLOTI NAGRI LETTER JHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA810,
        name: "SYLOTI NAGRI LETTER TTO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA811,
        name: "SYLOTI NAGRI LETTER TTHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA812,
        name: "SYLOTI NAGRI LETTER DDO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA813,
        name: "SYLOTI NAGRI LETTER DDHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA814,
        name: "SYLOTI NAGRI LETTER TO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA815,
        name: "SYLOTI NAGRI LETTER THO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA816,
        name: "SYLOTI NAGRI LETTER DO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA817,
        name: "SYLOTI NAGRI LETTER DHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA818,
        name: "SYLOTI NAGRI LETTER NO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA819,
        name: "SYLOTI NAGRI LETTER PO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA81A,
        name: "SYLOTI NAGRI LETTER PHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA81B,
        name: "SYLOTI NAGRI LETTER BO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA81C,
        name: "SYLOTI NAGRI LETTER BHO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA81D,
        name: "SYLOTI NAGRI LETTER MO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA81E,
        name: "SYLOTI NAGRI LETTER RO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA81F,
        name: "SYLOTI NAGRI LETTER LO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA820,
        name: "SYLOTI NAGRI LETTER RRO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA821,
        name: "SYLOTI NAGRI LETTER SO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA822,
        name: "SYLOTI NAGRI LETTER HO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA823,
        name: "SYLOTI NAGRI VOWEL SIGN A",
    },
    Character {
        age: "4.1",
        codepoint: 0xA824,
        name: "SYLOTI NAGRI VOWEL SIGN I",
    },
    Character {
        age: "4.1",
        codepoint: 0xA825,
        name: "SYLOTI NAGRI VOWEL SIGN U",
    },
    Character {
        age: "4.1",
        codepoint: 0xA826,
        name: "SYLOTI NAGRI VOWEL SIGN E",
    },
    Character {
        age: "4.1",
        codepoint: 0xA827,
        name: "SYLOTI NAGRI VOWEL SIGN OO",
    },
    Character {
        age: "4.1",
        codepoint: 0xA828,
        name: "SYLOTI NAGRI POETRY MARK-1",
    },
    Character {
        age: "4.1",
        codepoint: 0xA829,
        name: "SYLOTI NAGRI POETRY MARK-2",
    },
    Character {
        age: "4.1",
        codepoint: 0xA82A,
        name: "SYLOTI NAGRI POETRY MARK-3",
    },
    Character {
        age: "4.1",
        codepoint: 0xA82B,
        name: "SYLOTI NAGRI POETRY MARK-4",
    },
    Character {
        age: "5.2",
        codepoint: 0xA830,
        name: "NORTH INDIC FRACTION ONE QUARTER",
    },
    Character {
        age: "5.2",
        codepoint: 0xA831,
        name: "NORTH INDIC FRACTION ONE HALF",
    },
    Character {
        age: "5.2",
        codepoint: 0xA832,
        name: "NORTH INDIC FRACTION THREE QUARTERS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA833,
        name: "NORTH INDIC FRACTION ONE SIXTEENTH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA834,
        name: "NORTH INDIC FRACTION ONE EIGHTH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA835,
        name: "NORTH INDIC FRACTION THREE SIXTEENTHS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA836,
        name: "NORTH INDIC QUARTER MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA837,
        name: "NORTH INDIC PLACEHOLDER MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA838,
        name: "NORTH INDIC RUPEE MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA839,
        name: "NORTH INDIC QUANTITY MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0xA840,
        name: "PHAGS-PA LETTER KA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA841,
        name: "PHAGS-PA LETTER KHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA842,
        name: "PHAGS-PA LETTER GA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA843,
        name: "PHAGS-PA LETTER NGA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA844,
        name: "PHAGS-PA LETTER CA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA845,
        name: "PHAGS-PA LETTER CHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA846,
        name: "PHAGS-PA LETTER JA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA847,
        name: "PHAGS-PA LETTER NYA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA848,
        name: "PHAGS-PA LETTER TA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA849,
        name: "PHAGS-PA LETTER THA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA84A,
        name: "PHAGS-PA LETTER DA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA84B,
        name: "PHAGS-PA LETTER NA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA84C,
        name: "PHAGS-PA LETTER PA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA84D,
        name: "PHAGS-PA LETTER PHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA84E,
        name: "PHAGS-PA LETTER BA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA84F,
        name: "PHAGS-PA LETTER MA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA850,
        name: "PHAGS-PA LETTER TSA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA851,
        name: "PHAGS-PA LETTER TSHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA852,
        name: "PHAGS-PA LETTER DZA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA853,
        name: "PHAGS-PA LETTER WA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA854,
        name: "PHAGS-PA LETTER ZHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA855,
        name: "PHAGS-PA LETTER ZA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA856,
        name: "PHAGS-PA LETTER SMALL A",
    },
    Character {
        age: "5.0",
        codepoint: 0xA857,
        name: "PHAGS-PA LETTER YA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA858,
        name: "PHAGS-PA LETTER RA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA859,
        name: "PHAGS-PA LETTER LA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA85A,
        name: "PHAGS-PA LETTER SHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA85B,
        name: "PHAGS-PA LETTER SA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA85C,
        name: "PHAGS-PA LETTER HA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA85D,
        name: "PHAGS-PA LETTER A",
    },
    Character {
        age: "5.0",
        codepoint: 0xA85E,
        name: "PHAGS-PA LETTER I",
    },
    Character {
        age: "5.0",
        codepoint: 0xA85F,
        name: "PHAGS-PA LETTER U",
    },
    Character {
        age: "5.0",
        codepoint: 0xA860,
        name: "PHAGS-PA LETTER E",
    },
    Character {
        age: "5.0",
        codepoint: 0xA861,
        name: "PHAGS-PA LETTER O",
    },
    Character {
        age: "5.0",
        codepoint: 0xA862,
        name: "PHAGS-PA LETTER QA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA863,
        name: "PHAGS-PA LETTER XA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA864,
        name: "PHAGS-PA LETTER FA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA865,
        name: "PHAGS-PA LETTER GGA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA866,
        name: "PHAGS-PA LETTER EE",
    },
    Character {
        age: "5.0",
        codepoint: 0xA867,
        name: "PHAGS-PA SUBJOINED LETTER WA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA868,
        name: "PHAGS-PA SUBJOINED LETTER YA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA869,
        name: "PHAGS-PA LETTER TTA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA86A,
        name: "PHAGS-PA LETTER TTHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA86B,
        name: "PHAGS-PA LETTER DDA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA86C,
        name: "PHAGS-PA LETTER NNA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA86D,
        name: "PHAGS-PA LETTER ALTERNATE YA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA86E,
        name: "PHAGS-PA LETTER VOICELESS SHA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA86F,
        name: "PHAGS-PA LETTER VOICED HA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA870,
        name: "PHAGS-PA LETTER ASPIRATED FA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA871,
        name: "PHAGS-PA SUBJOINED LETTER RA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA872,
        name: "PHAGS-PA SUPERFIXED LETTER RA",
    },
    Character {
        age: "5.0",
        codepoint: 0xA873,
        name: "PHAGS-PA LETTER CANDRABINDU",
    },
    Character {
        age: "5.0",
        codepoint: 0xA874,
        name: "PHAGS-PA SINGLE HEAD MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0xA875,
        name: "PHAGS-PA DOUBLE HEAD MARK",
    },
    Character {
        age: "5.0",
        codepoint: 0xA876,
        name: "PHAGS-PA MARK SHAD",
    },
    Character {
        age: "5.0",
        codepoint: 0xA877,
        name: "PHAGS-PA MARK DOUBLE SHAD",
    },
    Character {
        age: "5.1",
        codepoint: 0xA880,
        name: "SAURASHTRA SIGN ANUSVARA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA881,
        name: "SAURASHTRA SIGN VISARGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA882,
        name: "SAURASHTRA LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0xA883,
        name: "SAURASHTRA LETTER AA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA884,
        name: "SAURASHTRA LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0xA885,
        name: "SAURASHTRA LETTER II",
    },
    Character {
        age: "5.1",
        codepoint: 0xA886,
        name: "SAURASHTRA LETTER U",
    },
    Character {
        age: "5.1",
        codepoint: 0xA887,
        name: "SAURASHTRA LETTER UU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA888,
        name: "SAURASHTRA LETTER VOCALIC R",
    },
    Character {
        age: "5.1",
        codepoint: 0xA889,
        name: "SAURASHTRA LETTER VOCALIC RR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA88A,
        name: "SAURASHTRA LETTER VOCALIC L",
    },
    Character {
        age: "5.1",
        codepoint: 0xA88B,
        name: "SAURASHTRA LETTER VOCALIC LL",
    },
    Character {
        age: "5.1",
        codepoint: 0xA88C,
        name: "SAURASHTRA LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0xA88D,
        name: "SAURASHTRA LETTER EE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA88E,
        name: "SAURASHTRA LETTER AI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA88F,
        name: "SAURASHTRA LETTER O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA890,
        name: "SAURASHTRA LETTER OO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA891,
        name: "SAURASHTRA LETTER AU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA892,
        name: "SAURASHTRA LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA893,
        name: "SAURASHTRA LETTER KHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA894,
        name: "SAURASHTRA LETTER GA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA895,
        name: "SAURASHTRA LETTER GHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA896,
        name: "SAURASHTRA LETTER NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA897,
        name: "SAURASHTRA LETTER CA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA898,
        name: "SAURASHTRA LETTER CHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA899,
        name: "SAURASHTRA LETTER JA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA89A,
        name: "SAURASHTRA LETTER JHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA89B,
        name: "SAURASHTRA LETTER NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA89C,
        name: "SAURASHTRA LETTER TTA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA89D,
        name: "SAURASHTRA LETTER TTHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA89E,
        name: "SAURASHTRA LETTER DDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA89F,
        name: "SAURASHTRA LETTER DDHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A0,
        name: "SAURASHTRA LETTER NNA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A1,
        name: "SAURASHTRA LETTER TA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A2,
        name: "SAURASHTRA LETTER THA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A3,
        name: "SAURASHTRA LETTER DA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A4,
        name: "SAURASHTRA LETTER DHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A5,
        name: "SAURASHTRA LETTER NA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A6,
        name: "SAURASHTRA LETTER PA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A7,
        name: "SAURASHTRA LETTER PHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A8,
        name: "SAURASHTRA LETTER BA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8A9,
        name: "SAURASHTRA LETTER BHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8AA,
        name: "SAURASHTRA LETTER MA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8AB,
        name: "SAURASHTRA LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8AC,
        name: "SAURASHTRA LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8AD,
        name: "SAURASHTRA LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8AE,
        name: "SAURASHTRA LETTER VA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8AF,
        name: "SAURASHTRA LETTER SHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B0,
        name: "SAURASHTRA LETTER SSA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B1,
        name: "SAURASHTRA LETTER SA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B2,
        name: "SAURASHTRA LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B3,
        name: "SAURASHTRA LETTER LLA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B4,
        name: "SAURASHTRA CONSONANT SIGN HAARU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B5,
        name: "SAURASHTRA VOWEL SIGN AA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B6,
        name: "SAURASHTRA VOWEL SIGN I",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B7,
        name: "SAURASHTRA VOWEL SIGN II",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B8,
        name: "SAURASHTRA VOWEL SIGN U",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8B9,
        name: "SAURASHTRA VOWEL SIGN UU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8BA,
        name: "SAURASHTRA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8BB,
        name: "SAURASHTRA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8BC,
        name: "SAURASHTRA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8BD,
        name: "SAURASHTRA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8BE,
        name: "SAURASHTRA VOWEL SIGN E",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8BF,
        name: "SAURASHTRA VOWEL SIGN EE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8C0,
        name: "SAURASHTRA VOWEL SIGN AI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8C1,
        name: "SAURASHTRA VOWEL SIGN O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8C2,
        name: "SAURASHTRA VOWEL SIGN OO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8C3,
        name: "SAURASHTRA VOWEL SIGN AU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8C4,
        name: "SAURASHTRA SIGN VIRAMA",
    },
    Character {
        age: "9.0",
        codepoint: 0xA8C5,
        name: "SAURASHTRA SIGN CANDRABINDU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8CE,
        name: "SAURASHTRA DANDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8CF,
        name: "SAURASHTRA DOUBLE DANDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D0,
        name: "SAURASHTRA DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D1,
        name: "SAURASHTRA DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D2,
        name: "SAURASHTRA DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D3,
        name: "SAURASHTRA DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D4,
        name: "SAURASHTRA DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D5,
        name: "SAURASHTRA DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D6,
        name: "SAURASHTRA DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D7,
        name: "SAURASHTRA DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D8,
        name: "SAURASHTRA DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA8D9,
        name: "SAURASHTRA DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E0,
        name: "COMBINING DEVANAGARI DIGIT ZERO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E1,
        name: "COMBINING DEVANAGARI DIGIT ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E2,
        name: "COMBINING DEVANAGARI DIGIT TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E3,
        name: "COMBINING DEVANAGARI DIGIT THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E4,
        name: "COMBINING DEVANAGARI DIGIT FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E5,
        name: "COMBINING DEVANAGARI DIGIT FIVE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E6,
        name: "COMBINING DEVANAGARI DIGIT SIX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E7,
        name: "COMBINING DEVANAGARI DIGIT SEVEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E8,
        name: "COMBINING DEVANAGARI DIGIT EIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8E9,
        name: "COMBINING DEVANAGARI DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8EA,
        name: "COMBINING DEVANAGARI LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8EB,
        name: "COMBINING DEVANAGARI LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8EC,
        name: "COMBINING DEVANAGARI LETTER KA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8ED,
        name: "COMBINING DEVANAGARI LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8EE,
        name: "COMBINING DEVANAGARI LETTER PA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8EF,
        name: "COMBINING DEVANAGARI LETTER RA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F0,
        name: "COMBINING DEVANAGARI LETTER VI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F1,
        name: "COMBINING DEVANAGARI SIGN AVAGRAHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F2,
        name: "DEVANAGARI SIGN SPACING CANDRABINDU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F3,
        name: "DEVANAGARI SIGN CANDRABINDU VIRAMA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F4,
        name: "DEVANAGARI SIGN DOUBLE CANDRABINDU VIRAMA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F5,
        name: "DEVANAGARI SIGN CANDRABINDU TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F6,
        name: "DEVANAGARI SIGN CANDRABINDU THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F7,
        name: "DEVANAGARI SIGN CANDRABINDU AVAGRAHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F8,
        name: "DEVANAGARI SIGN PUSHPIKA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8F9,
        name: "DEVANAGARI GAP FILLER",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8FA,
        name: "DEVANAGARI CARET",
    },
    Character {
        age: "5.2",
        codepoint: 0xA8FB,
        name: "DEVANAGARI HEADSTROKE",
    },
    Character {
        age: "8.0",
        codepoint: 0xA8FC,
        name: "DEVANAGARI SIGN SIDDHAM",
    },
    Character {
        age: "8.0",
        codepoint: 0xA8FD,
        name: "DEVANAGARI JAIN OM",
    },
    Character {
        age: "11.0",
        codepoint: 0xA8FE,
        name: "DEVANAGARI LETTER AY",
    },
    Character {
        age: "11.0",
        codepoint: 0xA8FF,
        name: "DEVANAGARI VOWEL SIGN AY",
    },
    Character {
        age: "5.1",
        codepoint: 0xA900,
        name: "KAYAH LI DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA901,
        name: "KAYAH LI DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA902,
        name: "KAYAH LI DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA903,
        name: "KAYAH LI DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA904,
        name: "KAYAH LI DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0xA905,
        name: "KAYAH LI DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA906,
        name: "KAYAH LI DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0xA907,
        name: "KAYAH LI DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xA908,
        name: "KAYAH LI DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0xA909,
        name: "KAYAH LI DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA90A,
        name: "KAYAH LI LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA90B,
        name: "KAYAH LI LETTER KHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA90C,
        name: "KAYAH LI LETTER GA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA90D,
        name: "KAYAH LI LETTER NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA90E,
        name: "KAYAH LI LETTER SA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA90F,
        name: "KAYAH LI LETTER SHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA910,
        name: "KAYAH LI LETTER ZA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA911,
        name: "KAYAH LI LETTER NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA912,
        name: "KAYAH LI LETTER TA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA913,
        name: "KAYAH LI LETTER HTA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA914,
        name: "KAYAH LI LETTER NA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA915,
        name: "KAYAH LI LETTER PA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA916,
        name: "KAYAH LI LETTER PHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA917,
        name: "KAYAH LI LETTER MA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA918,
        name: "KAYAH LI LETTER DA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA919,
        name: "KAYAH LI LETTER BA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA91A,
        name: "KAYAH LI LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA91B,
        name: "KAYAH LI LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA91C,
        name: "KAYAH LI LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA91D,
        name: "KAYAH LI LETTER WA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA91E,
        name: "KAYAH LI LETTER THA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA91F,
        name: "KAYAH LI LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA920,
        name: "KAYAH LI LETTER VA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA921,
        name: "KAYAH LI LETTER CA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA922,
        name: "KAYAH LI LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0xA923,
        name: "KAYAH LI LETTER OE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA924,
        name: "KAYAH LI LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0xA925,
        name: "KAYAH LI LETTER OO",
    },
    Character {
        age: "5.1",
        codepoint: 0xA926,
        name: "KAYAH LI VOWEL UE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA927,
        name: "KAYAH LI VOWEL E",
    },
    Character {
        age: "5.1",
        codepoint: 0xA928,
        name: "KAYAH LI VOWEL U",
    },
    Character {
        age: "5.1",
        codepoint: 0xA929,
        name: "KAYAH LI VOWEL EE",
    },
    Character {
        age: "5.1",
        codepoint: 0xA92A,
        name: "KAYAH LI VOWEL O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA92B,
        name: "KAYAH LI TONE PLOPHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA92C,
        name: "KAYAH LI TONE CALYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA92D,
        name: "KAYAH LI TONE CALYA PLOPHU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA92E,
        name: "KAYAH LI SIGN CWI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA92F,
        name: "KAYAH LI SIGN SHYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA930,
        name: "REJANG LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA931,
        name: "REJANG LETTER GA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA932,
        name: "REJANG LETTER NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA933,
        name: "REJANG LETTER TA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA934,
        name: "REJANG LETTER DA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA935,
        name: "REJANG LETTER NA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA936,
        name: "REJANG LETTER PA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA937,
        name: "REJANG LETTER BA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA938,
        name: "REJANG LETTER MA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA939,
        name: "REJANG LETTER CA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA93A,
        name: "REJANG LETTER JA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA93B,
        name: "REJANG LETTER NYA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA93C,
        name: "REJANG LETTER SA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA93D,
        name: "REJANG LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA93E,
        name: "REJANG LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA93F,
        name: "REJANG LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA940,
        name: "REJANG LETTER WA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA941,
        name: "REJANG LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA942,
        name: "REJANG LETTER MBA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA943,
        name: "REJANG LETTER NGGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA944,
        name: "REJANG LETTER NDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA945,
        name: "REJANG LETTER NYJA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA946,
        name: "REJANG LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0xA947,
        name: "REJANG VOWEL SIGN I",
    },
    Character {
        age: "5.1",
        codepoint: 0xA948,
        name: "REJANG VOWEL SIGN U",
    },
    Character {
        age: "5.1",
        codepoint: 0xA949,
        name: "REJANG VOWEL SIGN E",
    },
    Character {
        age: "5.1",
        codepoint: 0xA94A,
        name: "REJANG VOWEL SIGN AI",
    },
    Character {
        age: "5.1",
        codepoint: 0xA94B,
        name: "REJANG VOWEL SIGN O",
    },
    Character {
        age: "5.1",
        codepoint: 0xA94C,
        name: "REJANG VOWEL SIGN AU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA94D,
        name: "REJANG VOWEL SIGN EU",
    },
    Character {
        age: "5.1",
        codepoint: 0xA94E,
        name: "REJANG VOWEL SIGN EA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA94F,
        name: "REJANG CONSONANT SIGN NG",
    },
    Character {
        age: "5.1",
        codepoint: 0xA950,
        name: "REJANG CONSONANT SIGN N",
    },
    Character {
        age: "5.1",
        codepoint: 0xA951,
        name: "REJANG CONSONANT SIGN R",
    },
    Character {
        age: "5.1",
        codepoint: 0xA952,
        name: "REJANG CONSONANT SIGN H",
    },
    Character {
        age: "5.1",
        codepoint: 0xA953,
        name: "REJANG VIRAMA",
    },
    Character {
        age: "5.1",
        codepoint: 0xA95F,
        name: "REJANG SECTION MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA960,
        name: "HANGUL CHOSEONG TIKEUT-MIEUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xA961,
        name: "HANGUL CHOSEONG TIKEUT-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA962,
        name: "HANGUL CHOSEONG TIKEUT-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA963,
        name: "HANGUL CHOSEONG TIKEUT-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xA964,
        name: "HANGUL CHOSEONG RIEUL-KIYEOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA965,
        name: "HANGUL CHOSEONG RIEUL-SSANGKIYEOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA966,
        name: "HANGUL CHOSEONG RIEUL-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA967,
        name: "HANGUL CHOSEONG RIEUL-SSANGTIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA968,
        name: "HANGUL CHOSEONG RIEUL-MIEUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xA969,
        name: "HANGUL CHOSEONG RIEUL-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA96A,
        name: "HANGUL CHOSEONG RIEUL-SSANGPIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA96B,
        name: "HANGUL CHOSEONG RIEUL-KAPYEOUNPIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA96C,
        name: "HANGUL CHOSEONG RIEUL-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA96D,
        name: "HANGUL CHOSEONG RIEUL-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xA96E,
        name: "HANGUL CHOSEONG RIEUL-KHIEUKH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA96F,
        name: "HANGUL CHOSEONG MIEUM-KIYEOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA970,
        name: "HANGUL CHOSEONG MIEUM-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA971,
        name: "HANGUL CHOSEONG MIEUM-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA972,
        name: "HANGUL CHOSEONG PIEUP-SIOS-THIEUTH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA973,
        name: "HANGUL CHOSEONG PIEUP-KHIEUKH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA974,
        name: "HANGUL CHOSEONG PIEUP-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA975,
        name: "HANGUL CHOSEONG SSANGSIOS-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA976,
        name: "HANGUL CHOSEONG IEUNG-RIEUL",
    },
    Character {
        age: "5.2",
        codepoint: 0xA977,
        name: "HANGUL CHOSEONG IEUNG-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA978,
        name: "HANGUL CHOSEONG SSANGCIEUC-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA979,
        name: "HANGUL CHOSEONG SSANGTHIEUTH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA97A,
        name: "HANGUL CHOSEONG PHIEUPH-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA97B,
        name: "HANGUL CHOSEONG HIEUH-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xA97C,
        name: "HANGUL CHOSEONG SSANGYEORINHIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA980,
        name: "JAVANESE SIGN PANYANGGA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA981,
        name: "JAVANESE SIGN CECAK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA982,
        name: "JAVANESE SIGN LAYAR",
    },
    Character {
        age: "5.2",
        codepoint: 0xA983,
        name: "JAVANESE SIGN WIGNYAN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA984,
        name: "JAVANESE LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0xA985,
        name: "JAVANESE LETTER I KAWI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA986,
        name: "JAVANESE LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0xA987,
        name: "JAVANESE LETTER II",
    },
    Character {
        age: "5.2",
        codepoint: 0xA988,
        name: "JAVANESE LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0xA989,
        name: "JAVANESE LETTER PA CEREK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA98A,
        name: "JAVANESE LETTER NGA LELET",
    },
    Character {
        age: "5.2",
        codepoint: 0xA98B,
        name: "JAVANESE LETTER NGA LELET RASWADI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA98C,
        name: "JAVANESE LETTER E",
    },
    Character {
        age: "5.2",
        codepoint: 0xA98D,
        name: "JAVANESE LETTER AI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA98E,
        name: "JAVANESE LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0xA98F,
        name: "JAVANESE LETTER KA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA990,
        name: "JAVANESE LETTER KA SASAK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA991,
        name: "JAVANESE LETTER KA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA992,
        name: "JAVANESE LETTER GA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA993,
        name: "JAVANESE LETTER GA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA994,
        name: "JAVANESE LETTER NGA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA995,
        name: "JAVANESE LETTER CA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA996,
        name: "JAVANESE LETTER CA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA997,
        name: "JAVANESE LETTER JA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA998,
        name: "JAVANESE LETTER NYA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA999,
        name: "JAVANESE LETTER JA MAHAPRANA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA99A,
        name: "JAVANESE LETTER NYA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA99B,
        name: "JAVANESE LETTER TTA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA99C,
        name: "JAVANESE LETTER TTA MAHAPRANA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA99D,
        name: "JAVANESE LETTER DDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA99E,
        name: "JAVANESE LETTER DDA MAHAPRANA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA99F,
        name: "JAVANESE LETTER NA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A0,
        name: "JAVANESE LETTER TA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A1,
        name: "JAVANESE LETTER TA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A2,
        name: "JAVANESE LETTER DA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A3,
        name: "JAVANESE LETTER DA MAHAPRANA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A4,
        name: "JAVANESE LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A5,
        name: "JAVANESE LETTER PA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A6,
        name: "JAVANESE LETTER PA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A7,
        name: "JAVANESE LETTER BA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A8,
        name: "JAVANESE LETTER BA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9A9,
        name: "JAVANESE LETTER MA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9AA,
        name: "JAVANESE LETTER YA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9AB,
        name: "JAVANESE LETTER RA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9AC,
        name: "JAVANESE LETTER RA AGUNG",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9AD,
        name: "JAVANESE LETTER LA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9AE,
        name: "JAVANESE LETTER WA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9AF,
        name: "JAVANESE LETTER SA MURDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B0,
        name: "JAVANESE LETTER SA MAHAPRANA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B1,
        name: "JAVANESE LETTER SA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B2,
        name: "JAVANESE LETTER HA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B3,
        name: "JAVANESE SIGN CECAK TELU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B4,
        name: "JAVANESE VOWEL SIGN TARUNG",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B5,
        name: "JAVANESE VOWEL SIGN TOLONG",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B6,
        name: "JAVANESE VOWEL SIGN WULU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B7,
        name: "JAVANESE VOWEL SIGN WULU MELIK",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B8,
        name: "JAVANESE VOWEL SIGN SUKU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9B9,
        name: "JAVANESE VOWEL SIGN SUKU MENDUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9BA,
        name: "JAVANESE VOWEL SIGN TALING",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9BB,
        name: "JAVANESE VOWEL SIGN DIRGA MURE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9BC,
        name: "JAVANESE VOWEL SIGN PEPET",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9BD,
        name: "JAVANESE CONSONANT SIGN KERET",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9BE,
        name: "JAVANESE CONSONANT SIGN PENGKAL",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9BF,
        name: "JAVANESE CONSONANT SIGN CAKRA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C0,
        name: "JAVANESE PANGKON",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C1,
        name: "JAVANESE LEFT RERENGGAN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C2,
        name: "JAVANESE RIGHT RERENGGAN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C3,
        name: "JAVANESE PADA ANDAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C4,
        name: "JAVANESE PADA MADYA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C5,
        name: "JAVANESE PADA LUHUR",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C6,
        name: "JAVANESE PADA WINDU",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C7,
        name: "JAVANESE PADA PANGKAT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C8,
        name: "JAVANESE PADA LINGSA",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9C9,
        name: "JAVANESE PADA LUNGSI",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9CA,
        name: "JAVANESE PADA ADEG",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9CB,
        name: "JAVANESE PADA ADEG ADEG",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9CC,
        name: "JAVANESE PADA PISELEH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9CD,
        name: "JAVANESE TURNED PADA PISELEH",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9CF,
        name: "JAVANESE PANGRANGKEP",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D0,
        name: "JAVANESE DIGIT ZERO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D1,
        name: "JAVANESE DIGIT ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D2,
        name: "JAVANESE DIGIT TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D3,
        name: "JAVANESE DIGIT THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D4,
        name: "JAVANESE DIGIT FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D5,
        name: "JAVANESE DIGIT FIVE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D6,
        name: "JAVANESE DIGIT SIX",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D7,
        name: "JAVANESE DIGIT SEVEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D8,
        name: "JAVANESE DIGIT EIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9D9,
        name: "JAVANESE DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9DE,
        name: "JAVANESE PADA TIRTA TUMETES",
    },
    Character {
        age: "5.2",
        codepoint: 0xA9DF,
        name: "JAVANESE PADA ISEN-ISEN",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E0,
        name: "MYANMAR LETTER SHAN GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E1,
        name: "MYANMAR LETTER SHAN CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E2,
        name: "MYANMAR LETTER SHAN JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E3,
        name: "MYANMAR LETTER SHAN NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E4,
        name: "MYANMAR LETTER SHAN BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E5,
        name: "MYANMAR SIGN SHAN SAW",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E6,
        name: "MYANMAR MODIFIER LETTER SHAN REDUPLICATION",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E7,
        name: "MYANMAR LETTER TAI LAING NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E8,
        name: "MYANMAR LETTER TAI LAING FA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9E9,
        name: "MYANMAR LETTER TAI LAING GA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9EA,
        name: "MYANMAR LETTER TAI LAING GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9EB,
        name: "MYANMAR LETTER TAI LAING JA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9EC,
        name: "MYANMAR LETTER TAI LAING JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9ED,
        name: "MYANMAR LETTER TAI LAING DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9EE,
        name: "MYANMAR LETTER TAI LAING DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9EF,
        name: "MYANMAR LETTER TAI LAING NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F0,
        name: "MYANMAR TAI LAING DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F1,
        name: "MYANMAR TAI LAING DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F2,
        name: "MYANMAR TAI LAING DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F3,
        name: "MYANMAR TAI LAING DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F4,
        name: "MYANMAR TAI LAING DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F5,
        name: "MYANMAR TAI LAING DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F6,
        name: "MYANMAR TAI LAING DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F7,
        name: "MYANMAR TAI LAING DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F8,
        name: "MYANMAR TAI LAING DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9F9,
        name: "MYANMAR TAI LAING DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9FA,
        name: "MYANMAR LETTER TAI LAING LLA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9FB,
        name: "MYANMAR LETTER TAI LAING DA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9FC,
        name: "MYANMAR LETTER TAI LAING DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9FD,
        name: "MYANMAR LETTER TAI LAING BA",
    },
    Character {
        age: "7.0",
        codepoint: 0xA9FE,
        name: "MYANMAR LETTER TAI LAING BHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA00,
        name: "CHAM LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA01,
        name: "CHAM LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA02,
        name: "CHAM LETTER U",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA03,
        name: "CHAM LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA04,
        name: "CHAM LETTER AI",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA05,
        name: "CHAM LETTER O",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA06,
        name: "CHAM LETTER KA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA07,
        name: "CHAM LETTER KHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA08,
        name: "CHAM LETTER GA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA09,
        name: "CHAM LETTER GHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA0A,
        name: "CHAM LETTER NGUE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA0B,
        name: "CHAM LETTER NGA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA0C,
        name: "CHAM LETTER CHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA0D,
        name: "CHAM LETTER CHHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA0E,
        name: "CHAM LETTER JA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA0F,
        name: "CHAM LETTER JHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA10,
        name: "CHAM LETTER NHUE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA11,
        name: "CHAM LETTER NHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA12,
        name: "CHAM LETTER NHJA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA13,
        name: "CHAM LETTER TA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA14,
        name: "CHAM LETTER THA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA15,
        name: "CHAM LETTER DA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA16,
        name: "CHAM LETTER DHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA17,
        name: "CHAM LETTER NUE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA18,
        name: "CHAM LETTER NA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA19,
        name: "CHAM LETTER DDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA1A,
        name: "CHAM LETTER PA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA1B,
        name: "CHAM LETTER PPA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA1C,
        name: "CHAM LETTER PHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA1D,
        name: "CHAM LETTER BA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA1E,
        name: "CHAM LETTER BHA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA1F,
        name: "CHAM LETTER MUE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA20,
        name: "CHAM LETTER MA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA21,
        name: "CHAM LETTER BBA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA22,
        name: "CHAM LETTER YA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA23,
        name: "CHAM LETTER RA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA24,
        name: "CHAM LETTER LA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA25,
        name: "CHAM LETTER VA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA26,
        name: "CHAM LETTER SSA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA27,
        name: "CHAM LETTER SA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA28,
        name: "CHAM LETTER HA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA29,
        name: "CHAM VOWEL SIGN AA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA2A,
        name: "CHAM VOWEL SIGN I",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA2B,
        name: "CHAM VOWEL SIGN II",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA2C,
        name: "CHAM VOWEL SIGN EI",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA2D,
        name: "CHAM VOWEL SIGN U",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA2E,
        name: "CHAM VOWEL SIGN OE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA2F,
        name: "CHAM VOWEL SIGN O",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA30,
        name: "CHAM VOWEL SIGN AI",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA31,
        name: "CHAM VOWEL SIGN AU",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA32,
        name: "CHAM VOWEL SIGN UE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA33,
        name: "CHAM CONSONANT SIGN YA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA34,
        name: "CHAM CONSONANT SIGN RA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA35,
        name: "CHAM CONSONANT SIGN LA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA36,
        name: "CHAM CONSONANT SIGN WA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA40,
        name: "CHAM LETTER FINAL K",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA41,
        name: "CHAM LETTER FINAL G",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA42,
        name: "CHAM LETTER FINAL NG",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA43,
        name: "CHAM CONSONANT SIGN FINAL NG",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA44,
        name: "CHAM LETTER FINAL CH",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA45,
        name: "CHAM LETTER FINAL T",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA46,
        name: "CHAM LETTER FINAL N",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA47,
        name: "CHAM LETTER FINAL P",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA48,
        name: "CHAM LETTER FINAL Y",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA49,
        name: "CHAM LETTER FINAL R",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA4A,
        name: "CHAM LETTER FINAL L",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA4B,
        name: "CHAM LETTER FINAL SS",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA4C,
        name: "CHAM CONSONANT SIGN FINAL M",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA4D,
        name: "CHAM CONSONANT SIGN FINAL H",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA50,
        name: "CHAM DIGIT ZERO",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA51,
        name: "CHAM DIGIT ONE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA52,
        name: "CHAM DIGIT TWO",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA53,
        name: "CHAM DIGIT THREE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA54,
        name: "CHAM DIGIT FOUR",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA55,
        name: "CHAM DIGIT FIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA56,
        name: "CHAM DIGIT SIX",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA57,
        name: "CHAM DIGIT SEVEN",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA58,
        name: "CHAM DIGIT EIGHT",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA59,
        name: "CHAM DIGIT NINE",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA5C,
        name: "CHAM PUNCTUATION SPIRAL",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA5D,
        name: "CHAM PUNCTUATION DANDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA5E,
        name: "CHAM PUNCTUATION DOUBLE DANDA",
    },
    Character {
        age: "5.1",
        codepoint: 0xAA5F,
        name: "CHAM PUNCTUATION TRIPLE DANDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA60,
        name: "MYANMAR LETTER KHAMTI GA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA61,
        name: "MYANMAR LETTER KHAMTI CA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA62,
        name: "MYANMAR LETTER KHAMTI CHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA63,
        name: "MYANMAR LETTER KHAMTI JA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA64,
        name: "MYANMAR LETTER KHAMTI JHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA65,
        name: "MYANMAR LETTER KHAMTI NYA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA66,
        name: "MYANMAR LETTER KHAMTI TTA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA67,
        name: "MYANMAR LETTER KHAMTI TTHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA68,
        name: "MYANMAR LETTER KHAMTI DDA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA69,
        name: "MYANMAR LETTER KHAMTI DDHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA6A,
        name: "MYANMAR LETTER KHAMTI DHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA6B,
        name: "MYANMAR LETTER KHAMTI NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA6C,
        name: "MYANMAR LETTER KHAMTI SA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA6D,
        name: "MYANMAR LETTER KHAMTI HA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA6E,
        name: "MYANMAR LETTER KHAMTI HHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA6F,
        name: "MYANMAR LETTER KHAMTI FA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA70,
        name: "MYANMAR MODIFIER LETTER KHAMTI REDUPLICATION",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA71,
        name: "MYANMAR LETTER KHAMTI XA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA72,
        name: "MYANMAR LETTER KHAMTI ZA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA73,
        name: "MYANMAR LETTER KHAMTI RA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA74,
        name: "MYANMAR LOGOGRAM KHAMTI OAY",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA75,
        name: "MYANMAR LOGOGRAM KHAMTI QN",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA76,
        name: "MYANMAR LOGOGRAM KHAMTI HM",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA77,
        name: "MYANMAR SYMBOL AITON EXCLAMATION",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA78,
        name: "MYANMAR SYMBOL AITON ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA79,
        name: "MYANMAR SYMBOL AITON TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA7A,
        name: "MYANMAR LETTER AITON RA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA7B,
        name: "MYANMAR SIGN PAO KAREN TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAA7C,
        name: "MYANMAR SIGN TAI LAING TONE-2",
    },
    Character {
        age: "7.0",
        codepoint: 0xAA7D,
        name: "MYANMAR SIGN TAI LAING TONE-5",
    },
    Character {
        age: "7.0",
        codepoint: 0xAA7E,
        name: "MYANMAR LETTER SHWE PALAUNG CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xAA7F,
        name: "MYANMAR LETTER SHWE PALAUNG SHA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA80,
        name: "TAI VIET LETTER LOW KO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA81,
        name: "TAI VIET LETTER HIGH KO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA82,
        name: "TAI VIET LETTER LOW KHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA83,
        name: "TAI VIET LETTER HIGH KHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA84,
        name: "TAI VIET LETTER LOW KHHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA85,
        name: "TAI VIET LETTER HIGH KHHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA86,
        name: "TAI VIET LETTER LOW GO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA87,
        name: "TAI VIET LETTER HIGH GO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA88,
        name: "TAI VIET LETTER LOW NGO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA89,
        name: "TAI VIET LETTER HIGH NGO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA8A,
        name: "TAI VIET LETTER LOW CO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA8B,
        name: "TAI VIET LETTER HIGH CO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA8C,
        name: "TAI VIET LETTER LOW CHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA8D,
        name: "TAI VIET LETTER HIGH CHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA8E,
        name: "TAI VIET LETTER LOW SO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA8F,
        name: "TAI VIET LETTER HIGH SO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA90,
        name: "TAI VIET LETTER LOW NYO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA91,
        name: "TAI VIET LETTER HIGH NYO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA92,
        name: "TAI VIET LETTER LOW DO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA93,
        name: "TAI VIET LETTER HIGH DO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA94,
        name: "TAI VIET LETTER LOW TO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA95,
        name: "TAI VIET LETTER HIGH TO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA96,
        name: "TAI VIET LETTER LOW THO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA97,
        name: "TAI VIET LETTER HIGH THO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA98,
        name: "TAI VIET LETTER LOW NO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA99,
        name: "TAI VIET LETTER HIGH NO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA9A,
        name: "TAI VIET LETTER LOW BO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA9B,
        name: "TAI VIET LETTER HIGH BO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA9C,
        name: "TAI VIET LETTER LOW PO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA9D,
        name: "TAI VIET LETTER HIGH PO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA9E,
        name: "TAI VIET LETTER LOW PHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAA9F,
        name: "TAI VIET LETTER HIGH PHO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA0,
        name: "TAI VIET LETTER LOW FO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA1,
        name: "TAI VIET LETTER HIGH FO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA2,
        name: "TAI VIET LETTER LOW MO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA3,
        name: "TAI VIET LETTER HIGH MO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA4,
        name: "TAI VIET LETTER LOW YO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA5,
        name: "TAI VIET LETTER HIGH YO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA6,
        name: "TAI VIET LETTER LOW RO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA7,
        name: "TAI VIET LETTER HIGH RO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA8,
        name: "TAI VIET LETTER LOW LO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAA9,
        name: "TAI VIET LETTER HIGH LO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAAA,
        name: "TAI VIET LETTER LOW VO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAAB,
        name: "TAI VIET LETTER HIGH VO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAAC,
        name: "TAI VIET LETTER LOW HO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAAD,
        name: "TAI VIET LETTER HIGH HO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAAE,
        name: "TAI VIET LETTER LOW O",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAAF,
        name: "TAI VIET LETTER HIGH O",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB0,
        name: "TAI VIET MAI KANG",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB1,
        name: "TAI VIET VOWEL AA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB2,
        name: "TAI VIET VOWEL I",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB3,
        name: "TAI VIET VOWEL UE",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB4,
        name: "TAI VIET VOWEL U",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB5,
        name: "TAI VIET VOWEL E",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB6,
        name: "TAI VIET VOWEL O",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB7,
        name: "TAI VIET MAI KHIT",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB8,
        name: "TAI VIET VOWEL IA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAB9,
        name: "TAI VIET VOWEL UEA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAABA,
        name: "TAI VIET VOWEL UA",
    },
    Character {
        age: "5.2",
        codepoint: 0xAABB,
        name: "TAI VIET VOWEL AUE",
    },
    Character {
        age: "5.2",
        codepoint: 0xAABC,
        name: "TAI VIET VOWEL AY",
    },
    Character {
        age: "5.2",
        codepoint: 0xAABD,
        name: "TAI VIET VOWEL AN",
    },
    Character {
        age: "5.2",
        codepoint: 0xAABE,
        name: "TAI VIET VOWEL AM",
    },
    Character {
        age: "5.2",
        codepoint: 0xAABF,
        name: "TAI VIET TONE MAI EK",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAC0,
        name: "TAI VIET TONE MAI NUENG",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAC1,
        name: "TAI VIET TONE MAI THO",
    },
    Character {
        age: "5.2",
        codepoint: 0xAAC2,
        name: "TAI VIET TONE MAI SONG",
    },
    Character {
        age: "5.2",
        codepoint: 0xAADB,
        name: "TAI VIET SYMBOL KON",
    },
    Character {
        age: "5.2",
        codepoint: 0xAADC,
        name: "TAI VIET SYMBOL NUENG",
    },
    Character {
        age: "5.2",
        codepoint: 0xAADD,
        name: "TAI VIET SYMBOL SAM",
    },
    Character {
        age: "5.2",
        codepoint: 0xAADE,
        name: "TAI VIET SYMBOL HO HOI",
    },
    Character {
        age: "5.2",
        codepoint: 0xAADF,
        name: "TAI VIET SYMBOL KOI KOI",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE0,
        name: "MEETEI MAYEK LETTER E",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE1,
        name: "MEETEI MAYEK LETTER O",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE2,
        name: "MEETEI MAYEK LETTER CHA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE3,
        name: "MEETEI MAYEK LETTER NYA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE4,
        name: "MEETEI MAYEK LETTER TTA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE5,
        name: "MEETEI MAYEK LETTER TTHA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE6,
        name: "MEETEI MAYEK LETTER DDA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE7,
        name: "MEETEI MAYEK LETTER DDHA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE8,
        name: "MEETEI MAYEK LETTER NNA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAE9,
        name: "MEETEI MAYEK LETTER SHA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAEA,
        name: "MEETEI MAYEK LETTER SSA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAEB,
        name: "MEETEI MAYEK VOWEL SIGN II",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAEC,
        name: "MEETEI MAYEK VOWEL SIGN UU",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAED,
        name: "MEETEI MAYEK VOWEL SIGN AAI",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAEE,
        name: "MEETEI MAYEK VOWEL SIGN AU",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAEF,
        name: "MEETEI MAYEK VOWEL SIGN AAU",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF0,
        name: "MEETEI MAYEK CHEIKHAN",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF1,
        name: "MEETEI MAYEK AHANG KHUDAM",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF2,
        name: "MEETEI MAYEK ANJI",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF3,
        name: "MEETEI MAYEK SYLLABLE REPETITION MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF4,
        name: "MEETEI MAYEK WORD REPETITION MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF5,
        name: "MEETEI MAYEK VOWEL SIGN VISARGA",
    },
    Character {
        age: "6.1",
        codepoint: 0xAAF6,
        name: "MEETEI MAYEK VIRAMA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB01,
        name: "ETHIOPIC SYLLABLE TTHU",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB02,
        name: "ETHIOPIC SYLLABLE TTHI",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB03,
        name: "ETHIOPIC SYLLABLE TTHAA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB04,
        name: "ETHIOPIC SYLLABLE TTHEE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB05,
        name: "ETHIOPIC SYLLABLE TTHE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB06,
        name: "ETHIOPIC SYLLABLE TTHO",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB09,
        name: "ETHIOPIC SYLLABLE DDHU",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB0A,
        name: "ETHIOPIC SYLLABLE DDHI",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB0B,
        name: "ETHIOPIC SYLLABLE DDHAA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB0C,
        name: "ETHIOPIC SYLLABLE DDHEE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB0D,
        name: "ETHIOPIC SYLLABLE DDHE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB0E,
        name: "ETHIOPIC SYLLABLE DDHO",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB11,
        name: "ETHIOPIC SYLLABLE DZU",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB12,
        name: "ETHIOPIC SYLLABLE DZI",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB13,
        name: "ETHIOPIC SYLLABLE DZAA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB14,
        name: "ETHIOPIC SYLLABLE DZEE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB15,
        name: "ETHIOPIC SYLLABLE DZE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB16,
        name: "ETHIOPIC SYLLABLE DZO",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB20,
        name: "ETHIOPIC SYLLABLE CCHHA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB21,
        name: "ETHIOPIC SYLLABLE CCHHU",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB22,
        name: "ETHIOPIC SYLLABLE CCHHI",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB23,
        name: "ETHIOPIC SYLLABLE CCHHAA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB24,
        name: "ETHIOPIC SYLLABLE CCHHEE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB25,
        name: "ETHIOPIC SYLLABLE CCHHE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB26,
        name: "ETHIOPIC SYLLABLE CCHHO",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB28,
        name: "ETHIOPIC SYLLABLE BBA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB29,
        name: "ETHIOPIC SYLLABLE BBU",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB2A,
        name: "ETHIOPIC SYLLABLE BBI",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB2B,
        name: "ETHIOPIC SYLLABLE BBAA",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB2C,
        name: "ETHIOPIC SYLLABLE BBEE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB2D,
        name: "ETHIOPIC SYLLABLE BBE",
    },
    Character {
        age: "6.0",
        codepoint: 0xAB2E,
        name: "ETHIOPIC SYLLABLE BBO",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB30,
        name: "LATIN SMALL LETTER BARRED ALPHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB31,
        name: "LATIN SMALL LETTER A REVERSED-SCHWA",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB32,
        name: "LATIN SMALL LETTER BLACKLETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB33,
        name: "LATIN SMALL LETTER BARRED E",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB34,
        name: "LATIN SMALL LETTER E WITH FLOURISH",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB35,
        name: "LATIN SMALL LETTER LENIS F",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB36,
        name: "LATIN SMALL LETTER SCRIPT G WITH CROSSED-TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB37,
        name: "LATIN SMALL LETTER L WITH INVERTED LAZY S",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB38,
        name: "LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB39,
        name: "LATIN SMALL LETTER L WITH MIDDLE RING",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB3A,
        name: "LATIN SMALL LETTER M WITH CROSSED-TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB3B,
        name: "LATIN SMALL LETTER N WITH CROSSED-TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB3C,
        name: "LATIN SMALL LETTER ENG WITH CROSSED-TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB3D,
        name: "LATIN SMALL LETTER BLACKLETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB3E,
        name: "LATIN SMALL LETTER BLACKLETTER O WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB3F,
        name: "LATIN SMALL LETTER OPEN O WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB40,
        name: "LATIN SMALL LETTER INVERTED OE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB41,
        name: "LATIN SMALL LETTER TURNED OE WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB42,
        name: "LATIN SMALL LETTER TURNED OE WITH HORIZONTAL STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB43,
        name: "LATIN SMALL LETTER TURNED O OPEN-O",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB44,
        name: "LATIN SMALL LETTER TURNED O OPEN-O WITH STROKE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB45,
        name: "LATIN SMALL LETTER STIRRUP R",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB46,
        name: "LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB47,
        name: "LATIN SMALL LETTER R WITHOUT HANDLE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB48,
        name: "LATIN SMALL LETTER DOUBLE R",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB49,
        name: "LATIN SMALL LETTER R WITH CROSSED-TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB4A,
        name: "LATIN SMALL LETTER DOUBLE R WITH CROSSED-TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB4B,
        name: "LATIN SMALL LETTER SCRIPT R",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB4C,
        name: "LATIN SMALL LETTER SCRIPT R WITH RING",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB4D,
        name: "LATIN SMALL LETTER BASELINE ESH",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB4E,
        name: "LATIN SMALL LETTER U WITH SHORT RIGHT LEG",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB4F,
        name: "LATIN SMALL LETTER U BAR WITH SHORT RIGHT LEG",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB50,
        name: "LATIN SMALL LETTER UI",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB51,
        name: "LATIN SMALL LETTER TURNED UI",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB52,
        name: "LATIN SMALL LETTER U WITH LEFT HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB53,
        name: "LATIN SMALL LETTER CHI",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB54,
        name: "LATIN SMALL LETTER CHI WITH LOW RIGHT RING",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB55,
        name: "LATIN SMALL LETTER CHI WITH LOW LEFT SERIF",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB56,
        name: "LATIN SMALL LETTER X WITH LOW RIGHT RING",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB57,
        name: "LATIN SMALL LETTER X WITH LONG LEFT LEG",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB58,
        name: "LATIN SMALL LETTER X WITH LONG LEFT LEG AND LOW RIGHT RING",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB59,
        name: "LATIN SMALL LETTER X WITH LONG LEFT LEG WITH SERIF",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB5A,
        name: "LATIN SMALL LETTER Y WITH SHORT RIGHT LEG",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB5B,
        name: "MODIFIER BREVE WITH INVERTED BREVE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB5C,
        name: "MODIFIER LETTER SMALL HENG",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB5D,
        name: "MODIFIER LETTER SMALL L WITH INVERTED LAZY S",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB5E,
        name: "MODIFIER LETTER SMALL L WITH MIDDLE TILDE",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB5F,
        name: "MODIFIER LETTER SMALL U WITH LEFT HOOK",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB60,
        name: "LATIN SMALL LETTER SAKHA YAT",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB61,
        name: "LATIN SMALL LETTER IOTIFIED E",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB62,
        name: "LATIN SMALL LETTER OPEN OE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB63,
        name: "LATIN SMALL LETTER UO",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB64,
        name: "LATIN SMALL LETTER INVERTED ALPHA",
    },
    Character {
        age: "7.0",
        codepoint: 0xAB65,
        name: "GREEK LETTER SMALL CAPITAL OMEGA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB70,
        name: "CHEROKEE SMALL LETTER A",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB71,
        name: "CHEROKEE SMALL LETTER E",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB72,
        name: "CHEROKEE SMALL LETTER I",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB73,
        name: "CHEROKEE SMALL LETTER O",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB74,
        name: "CHEROKEE SMALL LETTER U",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB75,
        name: "CHEROKEE SMALL LETTER V",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB76,
        name: "CHEROKEE SMALL LETTER GA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB77,
        name: "CHEROKEE SMALL LETTER KA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB78,
        name: "CHEROKEE SMALL LETTER GE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB79,
        name: "CHEROKEE SMALL LETTER GI",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB7A,
        name: "CHEROKEE SMALL LETTER GO",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB7B,
        name: "CHEROKEE SMALL LETTER GU",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB7C,
        name: "CHEROKEE SMALL LETTER GV",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB7D,
        name: "CHEROKEE SMALL LETTER HA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB7E,
        name: "CHEROKEE SMALL LETTER HE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB7F,
        name: "CHEROKEE SMALL LETTER HI",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB80,
        name: "CHEROKEE SMALL LETTER HO",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB81,
        name: "CHEROKEE SMALL LETTER HU",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB82,
        name: "CHEROKEE SMALL LETTER HV",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB83,
        name: "CHEROKEE SMALL LETTER LA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB84,
        name: "CHEROKEE SMALL LETTER LE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB85,
        name: "CHEROKEE SMALL LETTER LI",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB86,
        name: "CHEROKEE SMALL LETTER LO",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB87,
        name: "CHEROKEE SMALL LETTER LU",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB88,
        name: "CHEROKEE SMALL LETTER LV",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB89,
        name: "CHEROKEE SMALL LETTER MA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB8A,
        name: "CHEROKEE SMALL LETTER ME",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB8B,
        name: "CHEROKEE SMALL LETTER MI",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB8C,
        name: "CHEROKEE SMALL LETTER MO",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB8D,
        name: "CHEROKEE SMALL LETTER MU",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB8E,
        name: "CHEROKEE SMALL LETTER NA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB8F,
        name: "CHEROKEE SMALL LETTER HNA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB90,
        name: "CHEROKEE SMALL LETTER NAH",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB91,
        name: "CHEROKEE SMALL LETTER NE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB92,
        name: "CHEROKEE SMALL LETTER NI",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB93,
        name: "CHEROKEE SMALL LETTER NO",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB94,
        name: "CHEROKEE SMALL LETTER NU",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB95,
        name: "CHEROKEE SMALL LETTER NV",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB96,
        name: "CHEROKEE SMALL LETTER QUA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB97,
        name: "CHEROKEE SMALL LETTER QUE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB98,
        name: "CHEROKEE SMALL LETTER QUI",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB99,
        name: "CHEROKEE SMALL LETTER QUO",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB9A,
        name: "CHEROKEE SMALL LETTER QUU",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB9B,
        name: "CHEROKEE SMALL LETTER QUV",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB9C,
        name: "CHEROKEE SMALL LETTER SA",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB9D,
        name: "CHEROKEE SMALL LETTER S",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB9E,
        name: "CHEROKEE SMALL LETTER SE",
    },
    Character {
        age: "8.0",
        codepoint: 0xAB9F,
        name: "CHEROKEE SMALL LETTER SI",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA0,
        name: "CHEROKEE SMALL LETTER SO",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA1,
        name: "CHEROKEE SMALL LETTER SU",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA2,
        name: "CHEROKEE SMALL LETTER SV",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA3,
        name: "CHEROKEE SMALL LETTER DA",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA4,
        name: "CHEROKEE SMALL LETTER TA",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA5,
        name: "CHEROKEE SMALL LETTER DE",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA6,
        name: "CHEROKEE SMALL LETTER TE",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA7,
        name: "CHEROKEE SMALL LETTER DI",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA8,
        name: "CHEROKEE SMALL LETTER TI",
    },
    Character {
        age: "8.0",
        codepoint: 0xABA9,
        name: "CHEROKEE SMALL LETTER DO",
    },
    Character {
        age: "8.0",
        codepoint: 0xABAA,
        name: "CHEROKEE SMALL LETTER DU",
    },
    Character {
        age: "8.0",
        codepoint: 0xABAB,
        name: "CHEROKEE SMALL LETTER DV",
    },
    Character {
        age: "8.0",
        codepoint: 0xABAC,
        name: "CHEROKEE SMALL LETTER DLA",
    },
    Character {
        age: "8.0",
        codepoint: 0xABAD,
        name: "CHEROKEE SMALL LETTER TLA",
    },
    Character {
        age: "8.0",
        codepoint: 0xABAE,
        name: "CHEROKEE SMALL LETTER TLE",
    },
    Character {
        age: "8.0",
        codepoint: 0xABAF,
        name: "CHEROKEE SMALL LETTER TLI",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB0,
        name: "CHEROKEE SMALL LETTER TLO",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB1,
        name: "CHEROKEE SMALL LETTER TLU",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB2,
        name: "CHEROKEE SMALL LETTER TLV",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB3,
        name: "CHEROKEE SMALL LETTER TSA",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB4,
        name: "CHEROKEE SMALL LETTER TSE",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB5,
        name: "CHEROKEE SMALL LETTER TSI",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB6,
        name: "CHEROKEE SMALL LETTER TSO",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB7,
        name: "CHEROKEE SMALL LETTER TSU",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB8,
        name: "CHEROKEE SMALL LETTER TSV",
    },
    Character {
        age: "8.0",
        codepoint: 0xABB9,
        name: "CHEROKEE SMALL LETTER WA",
    },
    Character {
        age: "8.0",
        codepoint: 0xABBA,
        name: "CHEROKEE SMALL LETTER WE",
    },
    Character {
        age: "8.0",
        codepoint: 0xABBB,
        name: "CHEROKEE SMALL LETTER WI",
    },
    Character {
        age: "8.0",
        codepoint: 0xABBC,
        name: "CHEROKEE SMALL LETTER WO",
    },
    Character {
        age: "8.0",
        codepoint: 0xABBD,
        name: "CHEROKEE SMALL LETTER WU",
    },
    Character {
        age: "8.0",
        codepoint: 0xABBE,
        name: "CHEROKEE SMALL LETTER WV",
    },
    Character {
        age: "8.0",
        codepoint: 0xABBF,
        name: "CHEROKEE SMALL LETTER YA",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC0,
        name: "MEETEI MAYEK LETTER KOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC1,
        name: "MEETEI MAYEK LETTER SAM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC2,
        name: "MEETEI MAYEK LETTER LAI",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC3,
        name: "MEETEI MAYEK LETTER MIT",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC4,
        name: "MEETEI MAYEK LETTER PA",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC5,
        name: "MEETEI MAYEK LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC6,
        name: "MEETEI MAYEK LETTER CHIL",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC7,
        name: "MEETEI MAYEK LETTER TIL",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC8,
        name: "MEETEI MAYEK LETTER KHOU",
    },
    Character {
        age: "5.2",
        codepoint: 0xABC9,
        name: "MEETEI MAYEK LETTER NGOU",
    },
    Character {
        age: "5.2",
        codepoint: 0xABCA,
        name: "MEETEI MAYEK LETTER THOU",
    },
    Character {
        age: "5.2",
        codepoint: 0xABCB,
        name: "MEETEI MAYEK LETTER WAI",
    },
    Character {
        age: "5.2",
        codepoint: 0xABCC,
        name: "MEETEI MAYEK LETTER YANG",
    },
    Character {
        age: "5.2",
        codepoint: 0xABCD,
        name: "MEETEI MAYEK LETTER HUK",
    },
    Character {
        age: "5.2",
        codepoint: 0xABCE,
        name: "MEETEI MAYEK LETTER UN",
    },
    Character {
        age: "5.2",
        codepoint: 0xABCF,
        name: "MEETEI MAYEK LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD0,
        name: "MEETEI MAYEK LETTER PHAM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD1,
        name: "MEETEI MAYEK LETTER ATIYA",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD2,
        name: "MEETEI MAYEK LETTER GOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD3,
        name: "MEETEI MAYEK LETTER JHAM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD4,
        name: "MEETEI MAYEK LETTER RAI",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD5,
        name: "MEETEI MAYEK LETTER BA",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD6,
        name: "MEETEI MAYEK LETTER JIL",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD7,
        name: "MEETEI MAYEK LETTER DIL",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD8,
        name: "MEETEI MAYEK LETTER GHOU",
    },
    Character {
        age: "5.2",
        codepoint: 0xABD9,
        name: "MEETEI MAYEK LETTER DHOU",
    },
    Character {
        age: "5.2",
        codepoint: 0xABDA,
        name: "MEETEI MAYEK LETTER BHAM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABDB,
        name: "MEETEI MAYEK LETTER KOK LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABDC,
        name: "MEETEI MAYEK LETTER LAI LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABDD,
        name: "MEETEI MAYEK LETTER MIT LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABDE,
        name: "MEETEI MAYEK LETTER PA LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABDF,
        name: "MEETEI MAYEK LETTER NA LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE0,
        name: "MEETEI MAYEK LETTER TIL LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE1,
        name: "MEETEI MAYEK LETTER NGOU LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE2,
        name: "MEETEI MAYEK LETTER I LONSUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE3,
        name: "MEETEI MAYEK VOWEL SIGN ONAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE4,
        name: "MEETEI MAYEK VOWEL SIGN INAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE5,
        name: "MEETEI MAYEK VOWEL SIGN ANAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE6,
        name: "MEETEI MAYEK VOWEL SIGN YENAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE7,
        name: "MEETEI MAYEK VOWEL SIGN SOUNAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE8,
        name: "MEETEI MAYEK VOWEL SIGN UNAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABE9,
        name: "MEETEI MAYEK VOWEL SIGN CHEINAP",
    },
    Character {
        age: "5.2",
        codepoint: 0xABEA,
        name: "MEETEI MAYEK VOWEL SIGN NUNG",
    },
    Character {
        age: "5.2",
        codepoint: 0xABEB,
        name: "MEETEI MAYEK CHEIKHEI",
    },
    Character {
        age: "5.2",
        codepoint: 0xABEC,
        name: "MEETEI MAYEK LUM IYEK",
    },
    Character {
        age: "5.2",
        codepoint: 0xABED,
        name: "MEETEI MAYEK APUN IYEK",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF0,
        name: "MEETEI MAYEK DIGIT ZERO",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF1,
        name: "MEETEI MAYEK DIGIT ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF2,
        name: "MEETEI MAYEK DIGIT TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF3,
        name: "MEETEI MAYEK DIGIT THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF4,
        name: "MEETEI MAYEK DIGIT FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF5,
        name: "MEETEI MAYEK DIGIT FIVE",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF6,
        name: "MEETEI MAYEK DIGIT SIX",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF7,
        name: "MEETEI MAYEK DIGIT SEVEN",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF8,
        name: "MEETEI MAYEK DIGIT EIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0xABF9,
        name: "MEETEI MAYEK DIGIT NINE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC00,
        name: "HANGUL SYLLABLE GA",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC01,
        name: "HANGUL SYLLABLE GAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC02,
        name: "HANGUL SYLLABLE GAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC03,
        name: "HANGUL SYLLABLE GAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC04,
        name: "HANGUL SYLLABLE GAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC05,
        name: "HANGUL SYLLABLE GANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC06,
        name: "HANGUL SYLLABLE GANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC07,
        name: "HANGUL SYLLABLE GAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC08,
        name: "HANGUL SYLLABLE GAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC09,
        name: "HANGUL SYLLABLE GALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC0A,
        name: "HANGUL SYLLABLE GALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC0B,
        name: "HANGUL SYLLABLE GALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC0C,
        name: "HANGUL SYLLABLE GALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC0D,
        name: "HANGUL SYLLABLE GALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC0E,
        name: "HANGUL SYLLABLE GALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC0F,
        name: "HANGUL SYLLABLE GALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC10,
        name: "HANGUL SYLLABLE GAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC11,
        name: "HANGUL SYLLABLE GAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC12,
        name: "HANGUL SYLLABLE GABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC13,
        name: "HANGUL SYLLABLE GAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC14,
        name: "HANGUL SYLLABLE GASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC15,
        name: "HANGUL SYLLABLE GANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC16,
        name: "HANGUL SYLLABLE GAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC17,
        name: "HANGUL SYLLABLE GAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC18,
        name: "HANGUL SYLLABLE GAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC19,
        name: "HANGUL SYLLABLE GAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC1A,
        name: "HANGUL SYLLABLE GAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC1B,
        name: "HANGUL SYLLABLE GAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC1C,
        name: "HANGUL SYLLABLE GAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC1D,
        name: "HANGUL SYLLABLE GAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC1E,
        name: "HANGUL SYLLABLE GAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC1F,
        name: "HANGUL SYLLABLE GAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC20,
        name: "HANGUL SYLLABLE GAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC21,
        name: "HANGUL SYLLABLE GAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC22,
        name: "HANGUL SYLLABLE GAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC23,
        name: "HANGUL SYLLABLE GAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC24,
        name: "HANGUL SYLLABLE GAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC25,
        name: "HANGUL SYLLABLE GAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC26,
        name: "HANGUL SYLLABLE GAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC27,
        name: "HANGUL SYLLABLE GAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC28,
        name: "HANGUL SYLLABLE GAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC29,
        name: "HANGUL SYLLABLE GAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC2A,
        name: "HANGUL SYLLABLE GAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC2B,
        name: "HANGUL SYLLABLE GAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC2C,
        name: "HANGUL SYLLABLE GAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC2D,
        name: "HANGUL SYLLABLE GAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC2E,
        name: "HANGUL SYLLABLE GAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC2F,
        name: "HANGUL SYLLABLE GAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC30,
        name: "HANGUL SYLLABLE GAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC31,
        name: "HANGUL SYLLABLE GAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC32,
        name: "HANGUL SYLLABLE GAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC33,
        name: "HANGUL SYLLABLE GAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC34,
        name: "HANGUL SYLLABLE GAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC35,
        name: "HANGUL SYLLABLE GAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC36,
        name: "HANGUL SYLLABLE GAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC37,
        name: "HANGUL SYLLABLE GAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC38,
        name: "HANGUL SYLLABLE GYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC39,
        name: "HANGUL SYLLABLE GYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC3A,
        name: "HANGUL SYLLABLE GYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC3B,
        name: "HANGUL SYLLABLE GYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC3C,
        name: "HANGUL SYLLABLE GYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC3D,
        name: "HANGUL SYLLABLE GYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC3E,
        name: "HANGUL SYLLABLE GYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC3F,
        name: "HANGUL SYLLABLE GYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC40,
        name: "HANGUL SYLLABLE GYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC41,
        name: "HANGUL SYLLABLE GYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC42,
        name: "HANGUL SYLLABLE GYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC43,
        name: "HANGUL SYLLABLE GYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC44,
        name: "HANGUL SYLLABLE GYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC45,
        name: "HANGUL SYLLABLE GYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC46,
        name: "HANGUL SYLLABLE GYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC47,
        name: "HANGUL SYLLABLE GYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC48,
        name: "HANGUL SYLLABLE GYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC49,
        name: "HANGUL SYLLABLE GYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC4A,
        name: "HANGUL SYLLABLE GYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC4B,
        name: "HANGUL SYLLABLE GYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC4C,
        name: "HANGUL SYLLABLE GYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC4D,
        name: "HANGUL SYLLABLE GYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC4E,
        name: "HANGUL SYLLABLE GYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC4F,
        name: "HANGUL SYLLABLE GYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC50,
        name: "HANGUL SYLLABLE GYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC51,
        name: "HANGUL SYLLABLE GYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC52,
        name: "HANGUL SYLLABLE GYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC53,
        name: "HANGUL SYLLABLE GYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC54,
        name: "HANGUL SYLLABLE GYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC55,
        name: "HANGUL SYLLABLE GYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC56,
        name: "HANGUL SYLLABLE GYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC57,
        name: "HANGUL SYLLABLE GYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC58,
        name: "HANGUL SYLLABLE GYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC59,
        name: "HANGUL SYLLABLE GYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC5A,
        name: "HANGUL SYLLABLE GYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC5B,
        name: "HANGUL SYLLABLE GYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC5C,
        name: "HANGUL SYLLABLE GYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC5D,
        name: "HANGUL SYLLABLE GYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC5E,
        name: "HANGUL SYLLABLE GYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC5F,
        name: "HANGUL SYLLABLE GYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC60,
        name: "HANGUL SYLLABLE GYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC61,
        name: "HANGUL SYLLABLE GYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC62,
        name: "HANGUL SYLLABLE GYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC63,
        name: "HANGUL SYLLABLE GYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC64,
        name: "HANGUL SYLLABLE GYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC65,
        name: "HANGUL SYLLABLE GYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC66,
        name: "HANGUL SYLLABLE GYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC67,
        name: "HANGUL SYLLABLE GYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC68,
        name: "HANGUL SYLLABLE GYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC69,
        name: "HANGUL SYLLABLE GYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC6A,
        name: "HANGUL SYLLABLE GYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC6B,
        name: "HANGUL SYLLABLE GYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC6C,
        name: "HANGUL SYLLABLE GYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC6D,
        name: "HANGUL SYLLABLE GYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC6E,
        name: "HANGUL SYLLABLE GYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC6F,
        name: "HANGUL SYLLABLE GYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC70,
        name: "HANGUL SYLLABLE GEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC71,
        name: "HANGUL SYLLABLE GEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC72,
        name: "HANGUL SYLLABLE GEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC73,
        name: "HANGUL SYLLABLE GEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC74,
        name: "HANGUL SYLLABLE GEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC75,
        name: "HANGUL SYLLABLE GEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC76,
        name: "HANGUL SYLLABLE GEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC77,
        name: "HANGUL SYLLABLE GEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC78,
        name: "HANGUL SYLLABLE GEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC79,
        name: "HANGUL SYLLABLE GEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC7A,
        name: "HANGUL SYLLABLE GEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC7B,
        name: "HANGUL SYLLABLE GEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC7C,
        name: "HANGUL SYLLABLE GEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC7D,
        name: "HANGUL SYLLABLE GEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC7E,
        name: "HANGUL SYLLABLE GEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC7F,
        name: "HANGUL SYLLABLE GEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC80,
        name: "HANGUL SYLLABLE GEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC81,
        name: "HANGUL SYLLABLE GEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC82,
        name: "HANGUL SYLLABLE GEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC83,
        name: "HANGUL SYLLABLE GEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC84,
        name: "HANGUL SYLLABLE GEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC85,
        name: "HANGUL SYLLABLE GEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC86,
        name: "HANGUL SYLLABLE GEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC87,
        name: "HANGUL SYLLABLE GEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC88,
        name: "HANGUL SYLLABLE GEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC89,
        name: "HANGUL SYLLABLE GEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC8A,
        name: "HANGUL SYLLABLE GEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC8B,
        name: "HANGUL SYLLABLE GEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC8C,
        name: "HANGUL SYLLABLE GE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC8D,
        name: "HANGUL SYLLABLE GEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC8E,
        name: "HANGUL SYLLABLE GEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC8F,
        name: "HANGUL SYLLABLE GEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC90,
        name: "HANGUL SYLLABLE GEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC91,
        name: "HANGUL SYLLABLE GENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC92,
        name: "HANGUL SYLLABLE GENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC93,
        name: "HANGUL SYLLABLE GED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC94,
        name: "HANGUL SYLLABLE GEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC95,
        name: "HANGUL SYLLABLE GELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC96,
        name: "HANGUL SYLLABLE GELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC97,
        name: "HANGUL SYLLABLE GELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC98,
        name: "HANGUL SYLLABLE GELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC99,
        name: "HANGUL SYLLABLE GELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC9A,
        name: "HANGUL SYLLABLE GELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC9B,
        name: "HANGUL SYLLABLE GELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC9C,
        name: "HANGUL SYLLABLE GEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC9D,
        name: "HANGUL SYLLABLE GEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC9E,
        name: "HANGUL SYLLABLE GEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAC9F,
        name: "HANGUL SYLLABLE GES",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA0,
        name: "HANGUL SYLLABLE GESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA1,
        name: "HANGUL SYLLABLE GENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA2,
        name: "HANGUL SYLLABLE GEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA3,
        name: "HANGUL SYLLABLE GEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA4,
        name: "HANGUL SYLLABLE GEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA5,
        name: "HANGUL SYLLABLE GET",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA6,
        name: "HANGUL SYLLABLE GEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA7,
        name: "HANGUL SYLLABLE GEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA8,
        name: "HANGUL SYLLABLE GYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xACA9,
        name: "HANGUL SYLLABLE GYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACAA,
        name: "HANGUL SYLLABLE GYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACAB,
        name: "HANGUL SYLLABLE GYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACAC,
        name: "HANGUL SYLLABLE GYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xACAD,
        name: "HANGUL SYLLABLE GYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACAE,
        name: "HANGUL SYLLABLE GYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACAF,
        name: "HANGUL SYLLABLE GYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB0,
        name: "HANGUL SYLLABLE GYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB1,
        name: "HANGUL SYLLABLE GYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB2,
        name: "HANGUL SYLLABLE GYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB3,
        name: "HANGUL SYLLABLE GYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB4,
        name: "HANGUL SYLLABLE GYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB5,
        name: "HANGUL SYLLABLE GYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB6,
        name: "HANGUL SYLLABLE GYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB7,
        name: "HANGUL SYLLABLE GYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB8,
        name: "HANGUL SYLLABLE GYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xACB9,
        name: "HANGUL SYLLABLE GYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xACBA,
        name: "HANGUL SYLLABLE GYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACBB,
        name: "HANGUL SYLLABLE GYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACBC,
        name: "HANGUL SYLLABLE GYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACBD,
        name: "HANGUL SYLLABLE GYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACBE,
        name: "HANGUL SYLLABLE GYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACBF,
        name: "HANGUL SYLLABLE GYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC0,
        name: "HANGUL SYLLABLE GYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC1,
        name: "HANGUL SYLLABLE GYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC2,
        name: "HANGUL SYLLABLE GYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC3,
        name: "HANGUL SYLLABLE GYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC4,
        name: "HANGUL SYLLABLE GYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC5,
        name: "HANGUL SYLLABLE GYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC6,
        name: "HANGUL SYLLABLE GYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC7,
        name: "HANGUL SYLLABLE GYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC8,
        name: "HANGUL SYLLABLE GYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xACC9,
        name: "HANGUL SYLLABLE GYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACCA,
        name: "HANGUL SYLLABLE GYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACCB,
        name: "HANGUL SYLLABLE GYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xACCC,
        name: "HANGUL SYLLABLE GYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xACCD,
        name: "HANGUL SYLLABLE GYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACCE,
        name: "HANGUL SYLLABLE GYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xACCF,
        name: "HANGUL SYLLABLE GYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD0,
        name: "HANGUL SYLLABLE GYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD1,
        name: "HANGUL SYLLABLE GYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD2,
        name: "HANGUL SYLLABLE GYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD3,
        name: "HANGUL SYLLABLE GYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD4,
        name: "HANGUL SYLLABLE GYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD5,
        name: "HANGUL SYLLABLE GYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD6,
        name: "HANGUL SYLLABLE GYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD7,
        name: "HANGUL SYLLABLE GYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD8,
        name: "HANGUL SYLLABLE GYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACD9,
        name: "HANGUL SYLLABLE GYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACDA,
        name: "HANGUL SYLLABLE GYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACDB,
        name: "HANGUL SYLLABLE GYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xACDC,
        name: "HANGUL SYLLABLE GYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xACDD,
        name: "HANGUL SYLLABLE GYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xACDE,
        name: "HANGUL SYLLABLE GYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACDF,
        name: "HANGUL SYLLABLE GYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE0,
        name: "HANGUL SYLLABLE GO",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE1,
        name: "HANGUL SYLLABLE GOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE2,
        name: "HANGUL SYLLABLE GOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE3,
        name: "HANGUL SYLLABLE GOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE4,
        name: "HANGUL SYLLABLE GON",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE5,
        name: "HANGUL SYLLABLE GONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE6,
        name: "HANGUL SYLLABLE GONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE7,
        name: "HANGUL SYLLABLE GOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE8,
        name: "HANGUL SYLLABLE GOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xACE9,
        name: "HANGUL SYLLABLE GOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACEA,
        name: "HANGUL SYLLABLE GOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xACEB,
        name: "HANGUL SYLLABLE GOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xACEC,
        name: "HANGUL SYLLABLE GOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACED,
        name: "HANGUL SYLLABLE GOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xACEE,
        name: "HANGUL SYLLABLE GOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACEF,
        name: "HANGUL SYLLABLE GOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF0,
        name: "HANGUL SYLLABLE GOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF1,
        name: "HANGUL SYLLABLE GOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF2,
        name: "HANGUL SYLLABLE GOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF3,
        name: "HANGUL SYLLABLE GOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF4,
        name: "HANGUL SYLLABLE GOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF5,
        name: "HANGUL SYLLABLE GONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF6,
        name: "HANGUL SYLLABLE GOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF7,
        name: "HANGUL SYLLABLE GOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF8,
        name: "HANGUL SYLLABLE GOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xACF9,
        name: "HANGUL SYLLABLE GOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xACFA,
        name: "HANGUL SYLLABLE GOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xACFB,
        name: "HANGUL SYLLABLE GOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xACFC,
        name: "HANGUL SYLLABLE GWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xACFD,
        name: "HANGUL SYLLABLE GWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACFE,
        name: "HANGUL SYLLABLE GWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xACFF,
        name: "HANGUL SYLLABLE GWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD00,
        name: "HANGUL SYLLABLE GWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD01,
        name: "HANGUL SYLLABLE GWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD02,
        name: "HANGUL SYLLABLE GWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD03,
        name: "HANGUL SYLLABLE GWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD04,
        name: "HANGUL SYLLABLE GWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD05,
        name: "HANGUL SYLLABLE GWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD06,
        name: "HANGUL SYLLABLE GWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD07,
        name: "HANGUL SYLLABLE GWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD08,
        name: "HANGUL SYLLABLE GWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD09,
        name: "HANGUL SYLLABLE GWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD0A,
        name: "HANGUL SYLLABLE GWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD0B,
        name: "HANGUL SYLLABLE GWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD0C,
        name: "HANGUL SYLLABLE GWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD0D,
        name: "HANGUL SYLLABLE GWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD0E,
        name: "HANGUL SYLLABLE GWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD0F,
        name: "HANGUL SYLLABLE GWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD10,
        name: "HANGUL SYLLABLE GWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD11,
        name: "HANGUL SYLLABLE GWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD12,
        name: "HANGUL SYLLABLE GWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD13,
        name: "HANGUL SYLLABLE GWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD14,
        name: "HANGUL SYLLABLE GWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD15,
        name: "HANGUL SYLLABLE GWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD16,
        name: "HANGUL SYLLABLE GWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD17,
        name: "HANGUL SYLLABLE GWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD18,
        name: "HANGUL SYLLABLE GWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD19,
        name: "HANGUL SYLLABLE GWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD1A,
        name: "HANGUL SYLLABLE GWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD1B,
        name: "HANGUL SYLLABLE GWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD1C,
        name: "HANGUL SYLLABLE GWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD1D,
        name: "HANGUL SYLLABLE GWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD1E,
        name: "HANGUL SYLLABLE GWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD1F,
        name: "HANGUL SYLLABLE GWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD20,
        name: "HANGUL SYLLABLE GWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD21,
        name: "HANGUL SYLLABLE GWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD22,
        name: "HANGUL SYLLABLE GWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD23,
        name: "HANGUL SYLLABLE GWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD24,
        name: "HANGUL SYLLABLE GWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD25,
        name: "HANGUL SYLLABLE GWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD26,
        name: "HANGUL SYLLABLE GWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD27,
        name: "HANGUL SYLLABLE GWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD28,
        name: "HANGUL SYLLABLE GWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD29,
        name: "HANGUL SYLLABLE GWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD2A,
        name: "HANGUL SYLLABLE GWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD2B,
        name: "HANGUL SYLLABLE GWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD2C,
        name: "HANGUL SYLLABLE GWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD2D,
        name: "HANGUL SYLLABLE GWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD2E,
        name: "HANGUL SYLLABLE GWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD2F,
        name: "HANGUL SYLLABLE GWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD30,
        name: "HANGUL SYLLABLE GWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD31,
        name: "HANGUL SYLLABLE GWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD32,
        name: "HANGUL SYLLABLE GWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD33,
        name: "HANGUL SYLLABLE GWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD34,
        name: "HANGUL SYLLABLE GOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD35,
        name: "HANGUL SYLLABLE GOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD36,
        name: "HANGUL SYLLABLE GOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD37,
        name: "HANGUL SYLLABLE GOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD38,
        name: "HANGUL SYLLABLE GOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD39,
        name: "HANGUL SYLLABLE GOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD3A,
        name: "HANGUL SYLLABLE GOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD3B,
        name: "HANGUL SYLLABLE GOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD3C,
        name: "HANGUL SYLLABLE GOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD3D,
        name: "HANGUL SYLLABLE GOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD3E,
        name: "HANGUL SYLLABLE GOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD3F,
        name: "HANGUL SYLLABLE GOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD40,
        name: "HANGUL SYLLABLE GOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD41,
        name: "HANGUL SYLLABLE GOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD42,
        name: "HANGUL SYLLABLE GOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD43,
        name: "HANGUL SYLLABLE GOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD44,
        name: "HANGUL SYLLABLE GOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD45,
        name: "HANGUL SYLLABLE GOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD46,
        name: "HANGUL SYLLABLE GOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD47,
        name: "HANGUL SYLLABLE GOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD48,
        name: "HANGUL SYLLABLE GOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD49,
        name: "HANGUL SYLLABLE GOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD4A,
        name: "HANGUL SYLLABLE GOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD4B,
        name: "HANGUL SYLLABLE GOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD4C,
        name: "HANGUL SYLLABLE GOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD4D,
        name: "HANGUL SYLLABLE GOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD4E,
        name: "HANGUL SYLLABLE GOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD4F,
        name: "HANGUL SYLLABLE GOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD50,
        name: "HANGUL SYLLABLE GYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD51,
        name: "HANGUL SYLLABLE GYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD52,
        name: "HANGUL SYLLABLE GYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD53,
        name: "HANGUL SYLLABLE GYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD54,
        name: "HANGUL SYLLABLE GYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD55,
        name: "HANGUL SYLLABLE GYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD56,
        name: "HANGUL SYLLABLE GYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD57,
        name: "HANGUL SYLLABLE GYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD58,
        name: "HANGUL SYLLABLE GYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD59,
        name: "HANGUL SYLLABLE GYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD5A,
        name: "HANGUL SYLLABLE GYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD5B,
        name: "HANGUL SYLLABLE GYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD5C,
        name: "HANGUL SYLLABLE GYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD5D,
        name: "HANGUL SYLLABLE GYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD5E,
        name: "HANGUL SYLLABLE GYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD5F,
        name: "HANGUL SYLLABLE GYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD60,
        name: "HANGUL SYLLABLE GYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD61,
        name: "HANGUL SYLLABLE GYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD62,
        name: "HANGUL SYLLABLE GYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD63,
        name: "HANGUL SYLLABLE GYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD64,
        name: "HANGUL SYLLABLE GYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD65,
        name: "HANGUL SYLLABLE GYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD66,
        name: "HANGUL SYLLABLE GYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD67,
        name: "HANGUL SYLLABLE GYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD68,
        name: "HANGUL SYLLABLE GYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD69,
        name: "HANGUL SYLLABLE GYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD6A,
        name: "HANGUL SYLLABLE GYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD6B,
        name: "HANGUL SYLLABLE GYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD6C,
        name: "HANGUL SYLLABLE GU",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD6D,
        name: "HANGUL SYLLABLE GUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD6E,
        name: "HANGUL SYLLABLE GUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD6F,
        name: "HANGUL SYLLABLE GUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD70,
        name: "HANGUL SYLLABLE GUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD71,
        name: "HANGUL SYLLABLE GUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD72,
        name: "HANGUL SYLLABLE GUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD73,
        name: "HANGUL SYLLABLE GUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD74,
        name: "HANGUL SYLLABLE GUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD75,
        name: "HANGUL SYLLABLE GULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD76,
        name: "HANGUL SYLLABLE GULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD77,
        name: "HANGUL SYLLABLE GULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD78,
        name: "HANGUL SYLLABLE GULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD79,
        name: "HANGUL SYLLABLE GULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD7A,
        name: "HANGUL SYLLABLE GULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD7B,
        name: "HANGUL SYLLABLE GULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD7C,
        name: "HANGUL SYLLABLE GUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD7D,
        name: "HANGUL SYLLABLE GUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD7E,
        name: "HANGUL SYLLABLE GUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD7F,
        name: "HANGUL SYLLABLE GUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD80,
        name: "HANGUL SYLLABLE GUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD81,
        name: "HANGUL SYLLABLE GUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD82,
        name: "HANGUL SYLLABLE GUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD83,
        name: "HANGUL SYLLABLE GUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD84,
        name: "HANGUL SYLLABLE GUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD85,
        name: "HANGUL SYLLABLE GUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD86,
        name: "HANGUL SYLLABLE GUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD87,
        name: "HANGUL SYLLABLE GUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD88,
        name: "HANGUL SYLLABLE GWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD89,
        name: "HANGUL SYLLABLE GWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD8A,
        name: "HANGUL SYLLABLE GWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD8B,
        name: "HANGUL SYLLABLE GWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD8C,
        name: "HANGUL SYLLABLE GWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD8D,
        name: "HANGUL SYLLABLE GWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD8E,
        name: "HANGUL SYLLABLE GWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD8F,
        name: "HANGUL SYLLABLE GWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD90,
        name: "HANGUL SYLLABLE GWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD91,
        name: "HANGUL SYLLABLE GWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD92,
        name: "HANGUL SYLLABLE GWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD93,
        name: "HANGUL SYLLABLE GWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD94,
        name: "HANGUL SYLLABLE GWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD95,
        name: "HANGUL SYLLABLE GWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD96,
        name: "HANGUL SYLLABLE GWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD97,
        name: "HANGUL SYLLABLE GWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD98,
        name: "HANGUL SYLLABLE GWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD99,
        name: "HANGUL SYLLABLE GWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD9A,
        name: "HANGUL SYLLABLE GWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD9B,
        name: "HANGUL SYLLABLE GWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD9C,
        name: "HANGUL SYLLABLE GWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD9D,
        name: "HANGUL SYLLABLE GWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD9E,
        name: "HANGUL SYLLABLE GWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAD9F,
        name: "HANGUL SYLLABLE GWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA0,
        name: "HANGUL SYLLABLE GWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA1,
        name: "HANGUL SYLLABLE GWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA2,
        name: "HANGUL SYLLABLE GWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA3,
        name: "HANGUL SYLLABLE GWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA4,
        name: "HANGUL SYLLABLE GWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA5,
        name: "HANGUL SYLLABLE GWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA6,
        name: "HANGUL SYLLABLE GWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA7,
        name: "HANGUL SYLLABLE GWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA8,
        name: "HANGUL SYLLABLE GWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xADA9,
        name: "HANGUL SYLLABLE GWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADAA,
        name: "HANGUL SYLLABLE GWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADAB,
        name: "HANGUL SYLLABLE GWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xADAC,
        name: "HANGUL SYLLABLE GWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xADAD,
        name: "HANGUL SYLLABLE GWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADAE,
        name: "HANGUL SYLLABLE GWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xADAF,
        name: "HANGUL SYLLABLE GWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB0,
        name: "HANGUL SYLLABLE GWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB1,
        name: "HANGUL SYLLABLE GWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB2,
        name: "HANGUL SYLLABLE GWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB3,
        name: "HANGUL SYLLABLE GWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB4,
        name: "HANGUL SYLLABLE GWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB5,
        name: "HANGUL SYLLABLE GWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB6,
        name: "HANGUL SYLLABLE GWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB7,
        name: "HANGUL SYLLABLE GWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB8,
        name: "HANGUL SYLLABLE GWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADB9,
        name: "HANGUL SYLLABLE GWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADBA,
        name: "HANGUL SYLLABLE GWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADBB,
        name: "HANGUL SYLLABLE GWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xADBC,
        name: "HANGUL SYLLABLE GWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xADBD,
        name: "HANGUL SYLLABLE GWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xADBE,
        name: "HANGUL SYLLABLE GWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADBF,
        name: "HANGUL SYLLABLE GWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC0,
        name: "HANGUL SYLLABLE GWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC1,
        name: "HANGUL SYLLABLE GWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC2,
        name: "HANGUL SYLLABLE GWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC3,
        name: "HANGUL SYLLABLE GWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC4,
        name: "HANGUL SYLLABLE GWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC5,
        name: "HANGUL SYLLABLE GWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC6,
        name: "HANGUL SYLLABLE GWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC7,
        name: "HANGUL SYLLABLE GWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC8,
        name: "HANGUL SYLLABLE GWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xADC9,
        name: "HANGUL SYLLABLE GWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADCA,
        name: "HANGUL SYLLABLE GWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xADCB,
        name: "HANGUL SYLLABLE GWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xADCC,
        name: "HANGUL SYLLABLE GWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADCD,
        name: "HANGUL SYLLABLE GWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xADCE,
        name: "HANGUL SYLLABLE GWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADCF,
        name: "HANGUL SYLLABLE GWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD0,
        name: "HANGUL SYLLABLE GWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD1,
        name: "HANGUL SYLLABLE GWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD2,
        name: "HANGUL SYLLABLE GWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD3,
        name: "HANGUL SYLLABLE GWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD4,
        name: "HANGUL SYLLABLE GWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD5,
        name: "HANGUL SYLLABLE GWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD6,
        name: "HANGUL SYLLABLE GWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD7,
        name: "HANGUL SYLLABLE GWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD8,
        name: "HANGUL SYLLABLE GWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xADD9,
        name: "HANGUL SYLLABLE GWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xADDA,
        name: "HANGUL SYLLABLE GWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADDB,
        name: "HANGUL SYLLABLE GWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADDC,
        name: "HANGUL SYLLABLE GYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xADDD,
        name: "HANGUL SYLLABLE GYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADDE,
        name: "HANGUL SYLLABLE GYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADDF,
        name: "HANGUL SYLLABLE GYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE0,
        name: "HANGUL SYLLABLE GYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE1,
        name: "HANGUL SYLLABLE GYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE2,
        name: "HANGUL SYLLABLE GYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE3,
        name: "HANGUL SYLLABLE GYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE4,
        name: "HANGUL SYLLABLE GYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE5,
        name: "HANGUL SYLLABLE GYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE6,
        name: "HANGUL SYLLABLE GYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE7,
        name: "HANGUL SYLLABLE GYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE8,
        name: "HANGUL SYLLABLE GYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADE9,
        name: "HANGUL SYLLABLE GYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xADEA,
        name: "HANGUL SYLLABLE GYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADEB,
        name: "HANGUL SYLLABLE GYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADEC,
        name: "HANGUL SYLLABLE GYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xADED,
        name: "HANGUL SYLLABLE GYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xADEE,
        name: "HANGUL SYLLABLE GYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADEF,
        name: "HANGUL SYLLABLE GYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF0,
        name: "HANGUL SYLLABLE GYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF1,
        name: "HANGUL SYLLABLE GYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF2,
        name: "HANGUL SYLLABLE GYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF3,
        name: "HANGUL SYLLABLE GYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF4,
        name: "HANGUL SYLLABLE GYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF5,
        name: "HANGUL SYLLABLE GYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF6,
        name: "HANGUL SYLLABLE GYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF7,
        name: "HANGUL SYLLABLE GYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF8,
        name: "HANGUL SYLLABLE GEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xADF9,
        name: "HANGUL SYLLABLE GEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADFA,
        name: "HANGUL SYLLABLE GEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xADFB,
        name: "HANGUL SYLLABLE GEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xADFC,
        name: "HANGUL SYLLABLE GEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xADFD,
        name: "HANGUL SYLLABLE GEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xADFE,
        name: "HANGUL SYLLABLE GEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xADFF,
        name: "HANGUL SYLLABLE GEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE00,
        name: "HANGUL SYLLABLE GEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE01,
        name: "HANGUL SYLLABLE GEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE02,
        name: "HANGUL SYLLABLE GEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE03,
        name: "HANGUL SYLLABLE GEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE04,
        name: "HANGUL SYLLABLE GEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE05,
        name: "HANGUL SYLLABLE GEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE06,
        name: "HANGUL SYLLABLE GEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE07,
        name: "HANGUL SYLLABLE GEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE08,
        name: "HANGUL SYLLABLE GEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE09,
        name: "HANGUL SYLLABLE GEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE0A,
        name: "HANGUL SYLLABLE GEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE0B,
        name: "HANGUL SYLLABLE GEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE0C,
        name: "HANGUL SYLLABLE GEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE0D,
        name: "HANGUL SYLLABLE GEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE0E,
        name: "HANGUL SYLLABLE GEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE0F,
        name: "HANGUL SYLLABLE GEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE10,
        name: "HANGUL SYLLABLE GEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE11,
        name: "HANGUL SYLLABLE GEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE12,
        name: "HANGUL SYLLABLE GEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE13,
        name: "HANGUL SYLLABLE GEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE14,
        name: "HANGUL SYLLABLE GYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE15,
        name: "HANGUL SYLLABLE GYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE16,
        name: "HANGUL SYLLABLE GYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE17,
        name: "HANGUL SYLLABLE GYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE18,
        name: "HANGUL SYLLABLE GYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE19,
        name: "HANGUL SYLLABLE GYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE1A,
        name: "HANGUL SYLLABLE GYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE1B,
        name: "HANGUL SYLLABLE GYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE1C,
        name: "HANGUL SYLLABLE GYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE1D,
        name: "HANGUL SYLLABLE GYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE1E,
        name: "HANGUL SYLLABLE GYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE1F,
        name: "HANGUL SYLLABLE GYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE20,
        name: "HANGUL SYLLABLE GYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE21,
        name: "HANGUL SYLLABLE GYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE22,
        name: "HANGUL SYLLABLE GYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE23,
        name: "HANGUL SYLLABLE GYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE24,
        name: "HANGUL SYLLABLE GYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE25,
        name: "HANGUL SYLLABLE GYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE26,
        name: "HANGUL SYLLABLE GYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE27,
        name: "HANGUL SYLLABLE GYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE28,
        name: "HANGUL SYLLABLE GYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE29,
        name: "HANGUL SYLLABLE GYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE2A,
        name: "HANGUL SYLLABLE GYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE2B,
        name: "HANGUL SYLLABLE GYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE2C,
        name: "HANGUL SYLLABLE GYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE2D,
        name: "HANGUL SYLLABLE GYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE2E,
        name: "HANGUL SYLLABLE GYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE2F,
        name: "HANGUL SYLLABLE GYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE30,
        name: "HANGUL SYLLABLE GI",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE31,
        name: "HANGUL SYLLABLE GIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE32,
        name: "HANGUL SYLLABLE GIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE33,
        name: "HANGUL SYLLABLE GIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE34,
        name: "HANGUL SYLLABLE GIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE35,
        name: "HANGUL SYLLABLE GINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE36,
        name: "HANGUL SYLLABLE GINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE37,
        name: "HANGUL SYLLABLE GID",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE38,
        name: "HANGUL SYLLABLE GIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE39,
        name: "HANGUL SYLLABLE GILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE3A,
        name: "HANGUL SYLLABLE GILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE3B,
        name: "HANGUL SYLLABLE GILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE3C,
        name: "HANGUL SYLLABLE GILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE3D,
        name: "HANGUL SYLLABLE GILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE3E,
        name: "HANGUL SYLLABLE GILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE3F,
        name: "HANGUL SYLLABLE GILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE40,
        name: "HANGUL SYLLABLE GIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE41,
        name: "HANGUL SYLLABLE GIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE42,
        name: "HANGUL SYLLABLE GIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE43,
        name: "HANGUL SYLLABLE GIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE44,
        name: "HANGUL SYLLABLE GISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE45,
        name: "HANGUL SYLLABLE GING",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE46,
        name: "HANGUL SYLLABLE GIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE47,
        name: "HANGUL SYLLABLE GIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE48,
        name: "HANGUL SYLLABLE GIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE49,
        name: "HANGUL SYLLABLE GIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE4A,
        name: "HANGUL SYLLABLE GIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE4B,
        name: "HANGUL SYLLABLE GIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE4C,
        name: "HANGUL SYLLABLE GGA",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE4D,
        name: "HANGUL SYLLABLE GGAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE4E,
        name: "HANGUL SYLLABLE GGAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE4F,
        name: "HANGUL SYLLABLE GGAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE50,
        name: "HANGUL SYLLABLE GGAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE51,
        name: "HANGUL SYLLABLE GGANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE52,
        name: "HANGUL SYLLABLE GGANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE53,
        name: "HANGUL SYLLABLE GGAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE54,
        name: "HANGUL SYLLABLE GGAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE55,
        name: "HANGUL SYLLABLE GGALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE56,
        name: "HANGUL SYLLABLE GGALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE57,
        name: "HANGUL SYLLABLE GGALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE58,
        name: "HANGUL SYLLABLE GGALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE59,
        name: "HANGUL SYLLABLE GGALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE5A,
        name: "HANGUL SYLLABLE GGALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE5B,
        name: "HANGUL SYLLABLE GGALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE5C,
        name: "HANGUL SYLLABLE GGAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE5D,
        name: "HANGUL SYLLABLE GGAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE5E,
        name: "HANGUL SYLLABLE GGABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE5F,
        name: "HANGUL SYLLABLE GGAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE60,
        name: "HANGUL SYLLABLE GGASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE61,
        name: "HANGUL SYLLABLE GGANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE62,
        name: "HANGUL SYLLABLE GGAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE63,
        name: "HANGUL SYLLABLE GGAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE64,
        name: "HANGUL SYLLABLE GGAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE65,
        name: "HANGUL SYLLABLE GGAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE66,
        name: "HANGUL SYLLABLE GGAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE67,
        name: "HANGUL SYLLABLE GGAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE68,
        name: "HANGUL SYLLABLE GGAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE69,
        name: "HANGUL SYLLABLE GGAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE6A,
        name: "HANGUL SYLLABLE GGAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE6B,
        name: "HANGUL SYLLABLE GGAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE6C,
        name: "HANGUL SYLLABLE GGAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE6D,
        name: "HANGUL SYLLABLE GGAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE6E,
        name: "HANGUL SYLLABLE GGAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE6F,
        name: "HANGUL SYLLABLE GGAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE70,
        name: "HANGUL SYLLABLE GGAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE71,
        name: "HANGUL SYLLABLE GGAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE72,
        name: "HANGUL SYLLABLE GGAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE73,
        name: "HANGUL SYLLABLE GGAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE74,
        name: "HANGUL SYLLABLE GGAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE75,
        name: "HANGUL SYLLABLE GGAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE76,
        name: "HANGUL SYLLABLE GGAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE77,
        name: "HANGUL SYLLABLE GGAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE78,
        name: "HANGUL SYLLABLE GGAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE79,
        name: "HANGUL SYLLABLE GGAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE7A,
        name: "HANGUL SYLLABLE GGAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE7B,
        name: "HANGUL SYLLABLE GGAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE7C,
        name: "HANGUL SYLLABLE GGAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE7D,
        name: "HANGUL SYLLABLE GGAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE7E,
        name: "HANGUL SYLLABLE GGAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE7F,
        name: "HANGUL SYLLABLE GGAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE80,
        name: "HANGUL SYLLABLE GGAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE81,
        name: "HANGUL SYLLABLE GGAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE82,
        name: "HANGUL SYLLABLE GGAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE83,
        name: "HANGUL SYLLABLE GGAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE84,
        name: "HANGUL SYLLABLE GGYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE85,
        name: "HANGUL SYLLABLE GGYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE86,
        name: "HANGUL SYLLABLE GGYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE87,
        name: "HANGUL SYLLABLE GGYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE88,
        name: "HANGUL SYLLABLE GGYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE89,
        name: "HANGUL SYLLABLE GGYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE8A,
        name: "HANGUL SYLLABLE GGYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE8B,
        name: "HANGUL SYLLABLE GGYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE8C,
        name: "HANGUL SYLLABLE GGYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE8D,
        name: "HANGUL SYLLABLE GGYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE8E,
        name: "HANGUL SYLLABLE GGYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE8F,
        name: "HANGUL SYLLABLE GGYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE90,
        name: "HANGUL SYLLABLE GGYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE91,
        name: "HANGUL SYLLABLE GGYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE92,
        name: "HANGUL SYLLABLE GGYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE93,
        name: "HANGUL SYLLABLE GGYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE94,
        name: "HANGUL SYLLABLE GGYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE95,
        name: "HANGUL SYLLABLE GGYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE96,
        name: "HANGUL SYLLABLE GGYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE97,
        name: "HANGUL SYLLABLE GGYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE98,
        name: "HANGUL SYLLABLE GGYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE99,
        name: "HANGUL SYLLABLE GGYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE9A,
        name: "HANGUL SYLLABLE GGYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE9B,
        name: "HANGUL SYLLABLE GGYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE9C,
        name: "HANGUL SYLLABLE GGYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE9D,
        name: "HANGUL SYLLABLE GGYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE9E,
        name: "HANGUL SYLLABLE GGYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAE9F,
        name: "HANGUL SYLLABLE GGYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA0,
        name: "HANGUL SYLLABLE GGYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA1,
        name: "HANGUL SYLLABLE GGYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA2,
        name: "HANGUL SYLLABLE GGYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA3,
        name: "HANGUL SYLLABLE GGYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA4,
        name: "HANGUL SYLLABLE GGYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA5,
        name: "HANGUL SYLLABLE GGYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA6,
        name: "HANGUL SYLLABLE GGYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA7,
        name: "HANGUL SYLLABLE GGYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA8,
        name: "HANGUL SYLLABLE GGYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEA9,
        name: "HANGUL SYLLABLE GGYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEAA,
        name: "HANGUL SYLLABLE GGYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEAB,
        name: "HANGUL SYLLABLE GGYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEAC,
        name: "HANGUL SYLLABLE GGYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEAD,
        name: "HANGUL SYLLABLE GGYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEAE,
        name: "HANGUL SYLLABLE GGYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEAF,
        name: "HANGUL SYLLABLE GGYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB0,
        name: "HANGUL SYLLABLE GGYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB1,
        name: "HANGUL SYLLABLE GGYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB2,
        name: "HANGUL SYLLABLE GGYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB3,
        name: "HANGUL SYLLABLE GGYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB4,
        name: "HANGUL SYLLABLE GGYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB5,
        name: "HANGUL SYLLABLE GGYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB6,
        name: "HANGUL SYLLABLE GGYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB7,
        name: "HANGUL SYLLABLE GGYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB8,
        name: "HANGUL SYLLABLE GGYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEB9,
        name: "HANGUL SYLLABLE GGYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEBA,
        name: "HANGUL SYLLABLE GGYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEBB,
        name: "HANGUL SYLLABLE GGYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEBC,
        name: "HANGUL SYLLABLE GGEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEBD,
        name: "HANGUL SYLLABLE GGEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEBE,
        name: "HANGUL SYLLABLE GGEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEBF,
        name: "HANGUL SYLLABLE GGEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC0,
        name: "HANGUL SYLLABLE GGEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC1,
        name: "HANGUL SYLLABLE GGEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC2,
        name: "HANGUL SYLLABLE GGEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC3,
        name: "HANGUL SYLLABLE GGEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC4,
        name: "HANGUL SYLLABLE GGEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC5,
        name: "HANGUL SYLLABLE GGEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC6,
        name: "HANGUL SYLLABLE GGEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC7,
        name: "HANGUL SYLLABLE GGEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC8,
        name: "HANGUL SYLLABLE GGEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEC9,
        name: "HANGUL SYLLABLE GGEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAECA,
        name: "HANGUL SYLLABLE GGEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAECB,
        name: "HANGUL SYLLABLE GGEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAECC,
        name: "HANGUL SYLLABLE GGEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAECD,
        name: "HANGUL SYLLABLE GGEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAECE,
        name: "HANGUL SYLLABLE GGEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAECF,
        name: "HANGUL SYLLABLE GGEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED0,
        name: "HANGUL SYLLABLE GGEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED1,
        name: "HANGUL SYLLABLE GGEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED2,
        name: "HANGUL SYLLABLE GGEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED3,
        name: "HANGUL SYLLABLE GGEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED4,
        name: "HANGUL SYLLABLE GGEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED5,
        name: "HANGUL SYLLABLE GGEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED6,
        name: "HANGUL SYLLABLE GGEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED7,
        name: "HANGUL SYLLABLE GGEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED8,
        name: "HANGUL SYLLABLE GGE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAED9,
        name: "HANGUL SYLLABLE GGEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEDA,
        name: "HANGUL SYLLABLE GGEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEDB,
        name: "HANGUL SYLLABLE GGEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEDC,
        name: "HANGUL SYLLABLE GGEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEDD,
        name: "HANGUL SYLLABLE GGENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEDE,
        name: "HANGUL SYLLABLE GGENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEDF,
        name: "HANGUL SYLLABLE GGED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE0,
        name: "HANGUL SYLLABLE GGEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE1,
        name: "HANGUL SYLLABLE GGELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE2,
        name: "HANGUL SYLLABLE GGELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE3,
        name: "HANGUL SYLLABLE GGELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE4,
        name: "HANGUL SYLLABLE GGELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE5,
        name: "HANGUL SYLLABLE GGELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE6,
        name: "HANGUL SYLLABLE GGELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE7,
        name: "HANGUL SYLLABLE GGELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE8,
        name: "HANGUL SYLLABLE GGEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEE9,
        name: "HANGUL SYLLABLE GGEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEEA,
        name: "HANGUL SYLLABLE GGEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEEB,
        name: "HANGUL SYLLABLE GGES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEEC,
        name: "HANGUL SYLLABLE GGESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEED,
        name: "HANGUL SYLLABLE GGENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEEE,
        name: "HANGUL SYLLABLE GGEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEEF,
        name: "HANGUL SYLLABLE GGEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF0,
        name: "HANGUL SYLLABLE GGEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF1,
        name: "HANGUL SYLLABLE GGET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF2,
        name: "HANGUL SYLLABLE GGEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF3,
        name: "HANGUL SYLLABLE GGEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF4,
        name: "HANGUL SYLLABLE GGYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF5,
        name: "HANGUL SYLLABLE GGYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF6,
        name: "HANGUL SYLLABLE GGYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF7,
        name: "HANGUL SYLLABLE GGYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF8,
        name: "HANGUL SYLLABLE GGYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEF9,
        name: "HANGUL SYLLABLE GGYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEFA,
        name: "HANGUL SYLLABLE GGYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEFB,
        name: "HANGUL SYLLABLE GGYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEFC,
        name: "HANGUL SYLLABLE GGYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEFD,
        name: "HANGUL SYLLABLE GGYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEFE,
        name: "HANGUL SYLLABLE GGYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAEFF,
        name: "HANGUL SYLLABLE GGYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF00,
        name: "HANGUL SYLLABLE GGYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF01,
        name: "HANGUL SYLLABLE GGYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF02,
        name: "HANGUL SYLLABLE GGYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF03,
        name: "HANGUL SYLLABLE GGYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF04,
        name: "HANGUL SYLLABLE GGYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF05,
        name: "HANGUL SYLLABLE GGYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF06,
        name: "HANGUL SYLLABLE GGYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF07,
        name: "HANGUL SYLLABLE GGYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF08,
        name: "HANGUL SYLLABLE GGYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF09,
        name: "HANGUL SYLLABLE GGYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF0A,
        name: "HANGUL SYLLABLE GGYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF0B,
        name: "HANGUL SYLLABLE GGYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF0C,
        name: "HANGUL SYLLABLE GGYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF0D,
        name: "HANGUL SYLLABLE GGYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF0E,
        name: "HANGUL SYLLABLE GGYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF0F,
        name: "HANGUL SYLLABLE GGYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF10,
        name: "HANGUL SYLLABLE GGYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF11,
        name: "HANGUL SYLLABLE GGYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF12,
        name: "HANGUL SYLLABLE GGYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF13,
        name: "HANGUL SYLLABLE GGYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF14,
        name: "HANGUL SYLLABLE GGYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF15,
        name: "HANGUL SYLLABLE GGYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF16,
        name: "HANGUL SYLLABLE GGYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF17,
        name: "HANGUL SYLLABLE GGYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF18,
        name: "HANGUL SYLLABLE GGYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF19,
        name: "HANGUL SYLLABLE GGYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF1A,
        name: "HANGUL SYLLABLE GGYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF1B,
        name: "HANGUL SYLLABLE GGYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF1C,
        name: "HANGUL SYLLABLE GGYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF1D,
        name: "HANGUL SYLLABLE GGYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF1E,
        name: "HANGUL SYLLABLE GGYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF1F,
        name: "HANGUL SYLLABLE GGYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF20,
        name: "HANGUL SYLLABLE GGYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF21,
        name: "HANGUL SYLLABLE GGYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF22,
        name: "HANGUL SYLLABLE GGYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF23,
        name: "HANGUL SYLLABLE GGYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF24,
        name: "HANGUL SYLLABLE GGYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF25,
        name: "HANGUL SYLLABLE GGYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF26,
        name: "HANGUL SYLLABLE GGYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF27,
        name: "HANGUL SYLLABLE GGYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF28,
        name: "HANGUL SYLLABLE GGYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF29,
        name: "HANGUL SYLLABLE GGYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF2A,
        name: "HANGUL SYLLABLE GGYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF2B,
        name: "HANGUL SYLLABLE GGYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF2C,
        name: "HANGUL SYLLABLE GGO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF2D,
        name: "HANGUL SYLLABLE GGOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF2E,
        name: "HANGUL SYLLABLE GGOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF2F,
        name: "HANGUL SYLLABLE GGOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF30,
        name: "HANGUL SYLLABLE GGON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF31,
        name: "HANGUL SYLLABLE GGONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF32,
        name: "HANGUL SYLLABLE GGONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF33,
        name: "HANGUL SYLLABLE GGOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF34,
        name: "HANGUL SYLLABLE GGOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF35,
        name: "HANGUL SYLLABLE GGOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF36,
        name: "HANGUL SYLLABLE GGOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF37,
        name: "HANGUL SYLLABLE GGOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF38,
        name: "HANGUL SYLLABLE GGOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF39,
        name: "HANGUL SYLLABLE GGOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF3A,
        name: "HANGUL SYLLABLE GGOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF3B,
        name: "HANGUL SYLLABLE GGOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF3C,
        name: "HANGUL SYLLABLE GGOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF3D,
        name: "HANGUL SYLLABLE GGOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF3E,
        name: "HANGUL SYLLABLE GGOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF3F,
        name: "HANGUL SYLLABLE GGOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF40,
        name: "HANGUL SYLLABLE GGOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF41,
        name: "HANGUL SYLLABLE GGONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF42,
        name: "HANGUL SYLLABLE GGOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF43,
        name: "HANGUL SYLLABLE GGOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF44,
        name: "HANGUL SYLLABLE GGOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF45,
        name: "HANGUL SYLLABLE GGOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF46,
        name: "HANGUL SYLLABLE GGOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF47,
        name: "HANGUL SYLLABLE GGOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF48,
        name: "HANGUL SYLLABLE GGWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF49,
        name: "HANGUL SYLLABLE GGWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF4A,
        name: "HANGUL SYLLABLE GGWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF4B,
        name: "HANGUL SYLLABLE GGWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF4C,
        name: "HANGUL SYLLABLE GGWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF4D,
        name: "HANGUL SYLLABLE GGWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF4E,
        name: "HANGUL SYLLABLE GGWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF4F,
        name: "HANGUL SYLLABLE GGWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF50,
        name: "HANGUL SYLLABLE GGWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF51,
        name: "HANGUL SYLLABLE GGWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF52,
        name: "HANGUL SYLLABLE GGWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF53,
        name: "HANGUL SYLLABLE GGWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF54,
        name: "HANGUL SYLLABLE GGWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF55,
        name: "HANGUL SYLLABLE GGWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF56,
        name: "HANGUL SYLLABLE GGWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF57,
        name: "HANGUL SYLLABLE GGWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF58,
        name: "HANGUL SYLLABLE GGWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF59,
        name: "HANGUL SYLLABLE GGWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF5A,
        name: "HANGUL SYLLABLE GGWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF5B,
        name: "HANGUL SYLLABLE GGWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF5C,
        name: "HANGUL SYLLABLE GGWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF5D,
        name: "HANGUL SYLLABLE GGWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF5E,
        name: "HANGUL SYLLABLE GGWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF5F,
        name: "HANGUL SYLLABLE GGWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF60,
        name: "HANGUL SYLLABLE GGWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF61,
        name: "HANGUL SYLLABLE GGWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF62,
        name: "HANGUL SYLLABLE GGWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF63,
        name: "HANGUL SYLLABLE GGWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF64,
        name: "HANGUL SYLLABLE GGWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF65,
        name: "HANGUL SYLLABLE GGWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF66,
        name: "HANGUL SYLLABLE GGWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF67,
        name: "HANGUL SYLLABLE GGWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF68,
        name: "HANGUL SYLLABLE GGWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF69,
        name: "HANGUL SYLLABLE GGWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF6A,
        name: "HANGUL SYLLABLE GGWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF6B,
        name: "HANGUL SYLLABLE GGWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF6C,
        name: "HANGUL SYLLABLE GGWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF6D,
        name: "HANGUL SYLLABLE GGWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF6E,
        name: "HANGUL SYLLABLE GGWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF6F,
        name: "HANGUL SYLLABLE GGWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF70,
        name: "HANGUL SYLLABLE GGWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF71,
        name: "HANGUL SYLLABLE GGWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF72,
        name: "HANGUL SYLLABLE GGWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF73,
        name: "HANGUL SYLLABLE GGWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF74,
        name: "HANGUL SYLLABLE GGWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF75,
        name: "HANGUL SYLLABLE GGWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF76,
        name: "HANGUL SYLLABLE GGWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF77,
        name: "HANGUL SYLLABLE GGWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF78,
        name: "HANGUL SYLLABLE GGWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF79,
        name: "HANGUL SYLLABLE GGWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF7A,
        name: "HANGUL SYLLABLE GGWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF7B,
        name: "HANGUL SYLLABLE GGWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF7C,
        name: "HANGUL SYLLABLE GGWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF7D,
        name: "HANGUL SYLLABLE GGWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF7E,
        name: "HANGUL SYLLABLE GGWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF7F,
        name: "HANGUL SYLLABLE GGWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF80,
        name: "HANGUL SYLLABLE GGOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF81,
        name: "HANGUL SYLLABLE GGOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF82,
        name: "HANGUL SYLLABLE GGOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF83,
        name: "HANGUL SYLLABLE GGOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF84,
        name: "HANGUL SYLLABLE GGOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF85,
        name: "HANGUL SYLLABLE GGOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF86,
        name: "HANGUL SYLLABLE GGOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF87,
        name: "HANGUL SYLLABLE GGOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF88,
        name: "HANGUL SYLLABLE GGOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF89,
        name: "HANGUL SYLLABLE GGOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF8A,
        name: "HANGUL SYLLABLE GGOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF8B,
        name: "HANGUL SYLLABLE GGOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF8C,
        name: "HANGUL SYLLABLE GGOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF8D,
        name: "HANGUL SYLLABLE GGOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF8E,
        name: "HANGUL SYLLABLE GGOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF8F,
        name: "HANGUL SYLLABLE GGOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF90,
        name: "HANGUL SYLLABLE GGOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF91,
        name: "HANGUL SYLLABLE GGOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF92,
        name: "HANGUL SYLLABLE GGOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF93,
        name: "HANGUL SYLLABLE GGOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF94,
        name: "HANGUL SYLLABLE GGOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF95,
        name: "HANGUL SYLLABLE GGOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF96,
        name: "HANGUL SYLLABLE GGOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF97,
        name: "HANGUL SYLLABLE GGOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF98,
        name: "HANGUL SYLLABLE GGOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF99,
        name: "HANGUL SYLLABLE GGOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF9A,
        name: "HANGUL SYLLABLE GGOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF9B,
        name: "HANGUL SYLLABLE GGOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF9C,
        name: "HANGUL SYLLABLE GGYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF9D,
        name: "HANGUL SYLLABLE GGYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF9E,
        name: "HANGUL SYLLABLE GGYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAF9F,
        name: "HANGUL SYLLABLE GGYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA0,
        name: "HANGUL SYLLABLE GGYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA1,
        name: "HANGUL SYLLABLE GGYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA2,
        name: "HANGUL SYLLABLE GGYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA3,
        name: "HANGUL SYLLABLE GGYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA4,
        name: "HANGUL SYLLABLE GGYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA5,
        name: "HANGUL SYLLABLE GGYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA6,
        name: "HANGUL SYLLABLE GGYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA7,
        name: "HANGUL SYLLABLE GGYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA8,
        name: "HANGUL SYLLABLE GGYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFA9,
        name: "HANGUL SYLLABLE GGYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFAA,
        name: "HANGUL SYLLABLE GGYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFAB,
        name: "HANGUL SYLLABLE GGYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFAC,
        name: "HANGUL SYLLABLE GGYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFAD,
        name: "HANGUL SYLLABLE GGYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFAE,
        name: "HANGUL SYLLABLE GGYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFAF,
        name: "HANGUL SYLLABLE GGYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB0,
        name: "HANGUL SYLLABLE GGYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB1,
        name: "HANGUL SYLLABLE GGYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB2,
        name: "HANGUL SYLLABLE GGYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB3,
        name: "HANGUL SYLLABLE GGYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB4,
        name: "HANGUL SYLLABLE GGYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB5,
        name: "HANGUL SYLLABLE GGYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB6,
        name: "HANGUL SYLLABLE GGYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB7,
        name: "HANGUL SYLLABLE GGYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB8,
        name: "HANGUL SYLLABLE GGU",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFB9,
        name: "HANGUL SYLLABLE GGUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFBA,
        name: "HANGUL SYLLABLE GGUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFBB,
        name: "HANGUL SYLLABLE GGUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFBC,
        name: "HANGUL SYLLABLE GGUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFBD,
        name: "HANGUL SYLLABLE GGUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFBE,
        name: "HANGUL SYLLABLE GGUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFBF,
        name: "HANGUL SYLLABLE GGUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC0,
        name: "HANGUL SYLLABLE GGUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC1,
        name: "HANGUL SYLLABLE GGULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC2,
        name: "HANGUL SYLLABLE GGULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC3,
        name: "HANGUL SYLLABLE GGULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC4,
        name: "HANGUL SYLLABLE GGULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC5,
        name: "HANGUL SYLLABLE GGULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC6,
        name: "HANGUL SYLLABLE GGULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC7,
        name: "HANGUL SYLLABLE GGULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC8,
        name: "HANGUL SYLLABLE GGUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFC9,
        name: "HANGUL SYLLABLE GGUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFCA,
        name: "HANGUL SYLLABLE GGUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFCB,
        name: "HANGUL SYLLABLE GGUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFCC,
        name: "HANGUL SYLLABLE GGUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFCD,
        name: "HANGUL SYLLABLE GGUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFCE,
        name: "HANGUL SYLLABLE GGUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFCF,
        name: "HANGUL SYLLABLE GGUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD0,
        name: "HANGUL SYLLABLE GGUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD1,
        name: "HANGUL SYLLABLE GGUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD2,
        name: "HANGUL SYLLABLE GGUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD3,
        name: "HANGUL SYLLABLE GGUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD4,
        name: "HANGUL SYLLABLE GGWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD5,
        name: "HANGUL SYLLABLE GGWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD6,
        name: "HANGUL SYLLABLE GGWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD7,
        name: "HANGUL SYLLABLE GGWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD8,
        name: "HANGUL SYLLABLE GGWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFD9,
        name: "HANGUL SYLLABLE GGWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFDA,
        name: "HANGUL SYLLABLE GGWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFDB,
        name: "HANGUL SYLLABLE GGWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFDC,
        name: "HANGUL SYLLABLE GGWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFDD,
        name: "HANGUL SYLLABLE GGWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFDE,
        name: "HANGUL SYLLABLE GGWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFDF,
        name: "HANGUL SYLLABLE GGWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE0,
        name: "HANGUL SYLLABLE GGWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE1,
        name: "HANGUL SYLLABLE GGWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE2,
        name: "HANGUL SYLLABLE GGWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE3,
        name: "HANGUL SYLLABLE GGWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE4,
        name: "HANGUL SYLLABLE GGWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE5,
        name: "HANGUL SYLLABLE GGWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE6,
        name: "HANGUL SYLLABLE GGWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE7,
        name: "HANGUL SYLLABLE GGWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE8,
        name: "HANGUL SYLLABLE GGWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFE9,
        name: "HANGUL SYLLABLE GGWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFEA,
        name: "HANGUL SYLLABLE GGWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFEB,
        name: "HANGUL SYLLABLE GGWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFEC,
        name: "HANGUL SYLLABLE GGWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFED,
        name: "HANGUL SYLLABLE GGWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFEE,
        name: "HANGUL SYLLABLE GGWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFEF,
        name: "HANGUL SYLLABLE GGWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF0,
        name: "HANGUL SYLLABLE GGWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF1,
        name: "HANGUL SYLLABLE GGWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF2,
        name: "HANGUL SYLLABLE GGWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF3,
        name: "HANGUL SYLLABLE GGWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF4,
        name: "HANGUL SYLLABLE GGWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF5,
        name: "HANGUL SYLLABLE GGWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF6,
        name: "HANGUL SYLLABLE GGWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF7,
        name: "HANGUL SYLLABLE GGWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF8,
        name: "HANGUL SYLLABLE GGWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFF9,
        name: "HANGUL SYLLABLE GGWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFFA,
        name: "HANGUL SYLLABLE GGWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFFB,
        name: "HANGUL SYLLABLE GGWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFFC,
        name: "HANGUL SYLLABLE GGWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFFD,
        name: "HANGUL SYLLABLE GGWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFFE,
        name: "HANGUL SYLLABLE GGWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xAFFF,
        name: "HANGUL SYLLABLE GGWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB000,
        name: "HANGUL SYLLABLE GGWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB001,
        name: "HANGUL SYLLABLE GGWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB002,
        name: "HANGUL SYLLABLE GGWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB003,
        name: "HANGUL SYLLABLE GGWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB004,
        name: "HANGUL SYLLABLE GGWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB005,
        name: "HANGUL SYLLABLE GGWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB006,
        name: "HANGUL SYLLABLE GGWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB007,
        name: "HANGUL SYLLABLE GGWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB008,
        name: "HANGUL SYLLABLE GGWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB009,
        name: "HANGUL SYLLABLE GGWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB00A,
        name: "HANGUL SYLLABLE GGWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB00B,
        name: "HANGUL SYLLABLE GGWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB00C,
        name: "HANGUL SYLLABLE GGWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB00D,
        name: "HANGUL SYLLABLE GGWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB00E,
        name: "HANGUL SYLLABLE GGWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB00F,
        name: "HANGUL SYLLABLE GGWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB010,
        name: "HANGUL SYLLABLE GGWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB011,
        name: "HANGUL SYLLABLE GGWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB012,
        name: "HANGUL SYLLABLE GGWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB013,
        name: "HANGUL SYLLABLE GGWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB014,
        name: "HANGUL SYLLABLE GGWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB015,
        name: "HANGUL SYLLABLE GGWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB016,
        name: "HANGUL SYLLABLE GGWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB017,
        name: "HANGUL SYLLABLE GGWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB018,
        name: "HANGUL SYLLABLE GGWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB019,
        name: "HANGUL SYLLABLE GGWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB01A,
        name: "HANGUL SYLLABLE GGWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB01B,
        name: "HANGUL SYLLABLE GGWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB01C,
        name: "HANGUL SYLLABLE GGWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB01D,
        name: "HANGUL SYLLABLE GGWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB01E,
        name: "HANGUL SYLLABLE GGWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB01F,
        name: "HANGUL SYLLABLE GGWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB020,
        name: "HANGUL SYLLABLE GGWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB021,
        name: "HANGUL SYLLABLE GGWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB022,
        name: "HANGUL SYLLABLE GGWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB023,
        name: "HANGUL SYLLABLE GGWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB024,
        name: "HANGUL SYLLABLE GGWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB025,
        name: "HANGUL SYLLABLE GGWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB026,
        name: "HANGUL SYLLABLE GGWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB027,
        name: "HANGUL SYLLABLE GGWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB028,
        name: "HANGUL SYLLABLE GGYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB029,
        name: "HANGUL SYLLABLE GGYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB02A,
        name: "HANGUL SYLLABLE GGYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB02B,
        name: "HANGUL SYLLABLE GGYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB02C,
        name: "HANGUL SYLLABLE GGYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB02D,
        name: "HANGUL SYLLABLE GGYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB02E,
        name: "HANGUL SYLLABLE GGYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB02F,
        name: "HANGUL SYLLABLE GGYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB030,
        name: "HANGUL SYLLABLE GGYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB031,
        name: "HANGUL SYLLABLE GGYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB032,
        name: "HANGUL SYLLABLE GGYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB033,
        name: "HANGUL SYLLABLE GGYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB034,
        name: "HANGUL SYLLABLE GGYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB035,
        name: "HANGUL SYLLABLE GGYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB036,
        name: "HANGUL SYLLABLE GGYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB037,
        name: "HANGUL SYLLABLE GGYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB038,
        name: "HANGUL SYLLABLE GGYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB039,
        name: "HANGUL SYLLABLE GGYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB03A,
        name: "HANGUL SYLLABLE GGYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB03B,
        name: "HANGUL SYLLABLE GGYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB03C,
        name: "HANGUL SYLLABLE GGYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB03D,
        name: "HANGUL SYLLABLE GGYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB03E,
        name: "HANGUL SYLLABLE GGYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB03F,
        name: "HANGUL SYLLABLE GGYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB040,
        name: "HANGUL SYLLABLE GGYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB041,
        name: "HANGUL SYLLABLE GGYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB042,
        name: "HANGUL SYLLABLE GGYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB043,
        name: "HANGUL SYLLABLE GGYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB044,
        name: "HANGUL SYLLABLE GGEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB045,
        name: "HANGUL SYLLABLE GGEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB046,
        name: "HANGUL SYLLABLE GGEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB047,
        name: "HANGUL SYLLABLE GGEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB048,
        name: "HANGUL SYLLABLE GGEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB049,
        name: "HANGUL SYLLABLE GGEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB04A,
        name: "HANGUL SYLLABLE GGEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB04B,
        name: "HANGUL SYLLABLE GGEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB04C,
        name: "HANGUL SYLLABLE GGEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB04D,
        name: "HANGUL SYLLABLE GGEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB04E,
        name: "HANGUL SYLLABLE GGEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB04F,
        name: "HANGUL SYLLABLE GGEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB050,
        name: "HANGUL SYLLABLE GGEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB051,
        name: "HANGUL SYLLABLE GGEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB052,
        name: "HANGUL SYLLABLE GGEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB053,
        name: "HANGUL SYLLABLE GGEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB054,
        name: "HANGUL SYLLABLE GGEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB055,
        name: "HANGUL SYLLABLE GGEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB056,
        name: "HANGUL SYLLABLE GGEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB057,
        name: "HANGUL SYLLABLE GGEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB058,
        name: "HANGUL SYLLABLE GGEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB059,
        name: "HANGUL SYLLABLE GGEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB05A,
        name: "HANGUL SYLLABLE GGEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB05B,
        name: "HANGUL SYLLABLE GGEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB05C,
        name: "HANGUL SYLLABLE GGEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB05D,
        name: "HANGUL SYLLABLE GGEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB05E,
        name: "HANGUL SYLLABLE GGEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB05F,
        name: "HANGUL SYLLABLE GGEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB060,
        name: "HANGUL SYLLABLE GGYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB061,
        name: "HANGUL SYLLABLE GGYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB062,
        name: "HANGUL SYLLABLE GGYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB063,
        name: "HANGUL SYLLABLE GGYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB064,
        name: "HANGUL SYLLABLE GGYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB065,
        name: "HANGUL SYLLABLE GGYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB066,
        name: "HANGUL SYLLABLE GGYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB067,
        name: "HANGUL SYLLABLE GGYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB068,
        name: "HANGUL SYLLABLE GGYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB069,
        name: "HANGUL SYLLABLE GGYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB06A,
        name: "HANGUL SYLLABLE GGYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB06B,
        name: "HANGUL SYLLABLE GGYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB06C,
        name: "HANGUL SYLLABLE GGYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB06D,
        name: "HANGUL SYLLABLE GGYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB06E,
        name: "HANGUL SYLLABLE GGYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB06F,
        name: "HANGUL SYLLABLE GGYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB070,
        name: "HANGUL SYLLABLE GGYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB071,
        name: "HANGUL SYLLABLE GGYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB072,
        name: "HANGUL SYLLABLE GGYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB073,
        name: "HANGUL SYLLABLE GGYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB074,
        name: "HANGUL SYLLABLE GGYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB075,
        name: "HANGUL SYLLABLE GGYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB076,
        name: "HANGUL SYLLABLE GGYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB077,
        name: "HANGUL SYLLABLE GGYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB078,
        name: "HANGUL SYLLABLE GGYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB079,
        name: "HANGUL SYLLABLE GGYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB07A,
        name: "HANGUL SYLLABLE GGYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB07B,
        name: "HANGUL SYLLABLE GGYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB07C,
        name: "HANGUL SYLLABLE GGI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB07D,
        name: "HANGUL SYLLABLE GGIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB07E,
        name: "HANGUL SYLLABLE GGIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB07F,
        name: "HANGUL SYLLABLE GGIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB080,
        name: "HANGUL SYLLABLE GGIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB081,
        name: "HANGUL SYLLABLE GGINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB082,
        name: "HANGUL SYLLABLE GGINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB083,
        name: "HANGUL SYLLABLE GGID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB084,
        name: "HANGUL SYLLABLE GGIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB085,
        name: "HANGUL SYLLABLE GGILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB086,
        name: "HANGUL SYLLABLE GGILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB087,
        name: "HANGUL SYLLABLE GGILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB088,
        name: "HANGUL SYLLABLE GGILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB089,
        name: "HANGUL SYLLABLE GGILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB08A,
        name: "HANGUL SYLLABLE GGILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB08B,
        name: "HANGUL SYLLABLE GGILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB08C,
        name: "HANGUL SYLLABLE GGIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB08D,
        name: "HANGUL SYLLABLE GGIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB08E,
        name: "HANGUL SYLLABLE GGIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB08F,
        name: "HANGUL SYLLABLE GGIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB090,
        name: "HANGUL SYLLABLE GGISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB091,
        name: "HANGUL SYLLABLE GGING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB092,
        name: "HANGUL SYLLABLE GGIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB093,
        name: "HANGUL SYLLABLE GGIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB094,
        name: "HANGUL SYLLABLE GGIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB095,
        name: "HANGUL SYLLABLE GGIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB096,
        name: "HANGUL SYLLABLE GGIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB097,
        name: "HANGUL SYLLABLE GGIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB098,
        name: "HANGUL SYLLABLE NA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB099,
        name: "HANGUL SYLLABLE NAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB09A,
        name: "HANGUL SYLLABLE NAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB09B,
        name: "HANGUL SYLLABLE NAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB09C,
        name: "HANGUL SYLLABLE NAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB09D,
        name: "HANGUL SYLLABLE NANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB09E,
        name: "HANGUL SYLLABLE NANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB09F,
        name: "HANGUL SYLLABLE NAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A0,
        name: "HANGUL SYLLABLE NAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A1,
        name: "HANGUL SYLLABLE NALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A2,
        name: "HANGUL SYLLABLE NALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A3,
        name: "HANGUL SYLLABLE NALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A4,
        name: "HANGUL SYLLABLE NALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A5,
        name: "HANGUL SYLLABLE NALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A6,
        name: "HANGUL SYLLABLE NALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A7,
        name: "HANGUL SYLLABLE NALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A8,
        name: "HANGUL SYLLABLE NAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0A9,
        name: "HANGUL SYLLABLE NAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0AA,
        name: "HANGUL SYLLABLE NABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0AB,
        name: "HANGUL SYLLABLE NAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0AC,
        name: "HANGUL SYLLABLE NASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0AD,
        name: "HANGUL SYLLABLE NANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0AE,
        name: "HANGUL SYLLABLE NAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0AF,
        name: "HANGUL SYLLABLE NAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B0,
        name: "HANGUL SYLLABLE NAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B1,
        name: "HANGUL SYLLABLE NAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B2,
        name: "HANGUL SYLLABLE NAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B3,
        name: "HANGUL SYLLABLE NAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B4,
        name: "HANGUL SYLLABLE NAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B5,
        name: "HANGUL SYLLABLE NAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B6,
        name: "HANGUL SYLLABLE NAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B7,
        name: "HANGUL SYLLABLE NAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B8,
        name: "HANGUL SYLLABLE NAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0B9,
        name: "HANGUL SYLLABLE NAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0BA,
        name: "HANGUL SYLLABLE NAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0BB,
        name: "HANGUL SYLLABLE NAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0BC,
        name: "HANGUL SYLLABLE NAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0BD,
        name: "HANGUL SYLLABLE NAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0BE,
        name: "HANGUL SYLLABLE NAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0BF,
        name: "HANGUL SYLLABLE NAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C0,
        name: "HANGUL SYLLABLE NAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C1,
        name: "HANGUL SYLLABLE NAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C2,
        name: "HANGUL SYLLABLE NAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C3,
        name: "HANGUL SYLLABLE NAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C4,
        name: "HANGUL SYLLABLE NAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C5,
        name: "HANGUL SYLLABLE NAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C6,
        name: "HANGUL SYLLABLE NAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C7,
        name: "HANGUL SYLLABLE NAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C8,
        name: "HANGUL SYLLABLE NAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0C9,
        name: "HANGUL SYLLABLE NAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0CA,
        name: "HANGUL SYLLABLE NAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0CB,
        name: "HANGUL SYLLABLE NAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0CC,
        name: "HANGUL SYLLABLE NAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0CD,
        name: "HANGUL SYLLABLE NAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0CE,
        name: "HANGUL SYLLABLE NAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0CF,
        name: "HANGUL SYLLABLE NAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D0,
        name: "HANGUL SYLLABLE NYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D1,
        name: "HANGUL SYLLABLE NYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D2,
        name: "HANGUL SYLLABLE NYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D3,
        name: "HANGUL SYLLABLE NYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D4,
        name: "HANGUL SYLLABLE NYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D5,
        name: "HANGUL SYLLABLE NYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D6,
        name: "HANGUL SYLLABLE NYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D7,
        name: "HANGUL SYLLABLE NYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D8,
        name: "HANGUL SYLLABLE NYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0D9,
        name: "HANGUL SYLLABLE NYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0DA,
        name: "HANGUL SYLLABLE NYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0DB,
        name: "HANGUL SYLLABLE NYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0DC,
        name: "HANGUL SYLLABLE NYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0DD,
        name: "HANGUL SYLLABLE NYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0DE,
        name: "HANGUL SYLLABLE NYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0DF,
        name: "HANGUL SYLLABLE NYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E0,
        name: "HANGUL SYLLABLE NYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E1,
        name: "HANGUL SYLLABLE NYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E2,
        name: "HANGUL SYLLABLE NYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E3,
        name: "HANGUL SYLLABLE NYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E4,
        name: "HANGUL SYLLABLE NYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E5,
        name: "HANGUL SYLLABLE NYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E6,
        name: "HANGUL SYLLABLE NYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E7,
        name: "HANGUL SYLLABLE NYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E8,
        name: "HANGUL SYLLABLE NYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0E9,
        name: "HANGUL SYLLABLE NYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0EA,
        name: "HANGUL SYLLABLE NYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0EB,
        name: "HANGUL SYLLABLE NYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0EC,
        name: "HANGUL SYLLABLE NYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0ED,
        name: "HANGUL SYLLABLE NYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0EE,
        name: "HANGUL SYLLABLE NYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0EF,
        name: "HANGUL SYLLABLE NYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F0,
        name: "HANGUL SYLLABLE NYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F1,
        name: "HANGUL SYLLABLE NYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F2,
        name: "HANGUL SYLLABLE NYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F3,
        name: "HANGUL SYLLABLE NYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F4,
        name: "HANGUL SYLLABLE NYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F5,
        name: "HANGUL SYLLABLE NYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F6,
        name: "HANGUL SYLLABLE NYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F7,
        name: "HANGUL SYLLABLE NYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F8,
        name: "HANGUL SYLLABLE NYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0F9,
        name: "HANGUL SYLLABLE NYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0FA,
        name: "HANGUL SYLLABLE NYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0FB,
        name: "HANGUL SYLLABLE NYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0FC,
        name: "HANGUL SYLLABLE NYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0FD,
        name: "HANGUL SYLLABLE NYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0FE,
        name: "HANGUL SYLLABLE NYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB0FF,
        name: "HANGUL SYLLABLE NYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB100,
        name: "HANGUL SYLLABLE NYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB101,
        name: "HANGUL SYLLABLE NYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB102,
        name: "HANGUL SYLLABLE NYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB103,
        name: "HANGUL SYLLABLE NYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB104,
        name: "HANGUL SYLLABLE NYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB105,
        name: "HANGUL SYLLABLE NYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB106,
        name: "HANGUL SYLLABLE NYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB107,
        name: "HANGUL SYLLABLE NYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB108,
        name: "HANGUL SYLLABLE NEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB109,
        name: "HANGUL SYLLABLE NEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB10A,
        name: "HANGUL SYLLABLE NEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB10B,
        name: "HANGUL SYLLABLE NEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB10C,
        name: "HANGUL SYLLABLE NEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB10D,
        name: "HANGUL SYLLABLE NEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB10E,
        name: "HANGUL SYLLABLE NEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB10F,
        name: "HANGUL SYLLABLE NEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB110,
        name: "HANGUL SYLLABLE NEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB111,
        name: "HANGUL SYLLABLE NEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB112,
        name: "HANGUL SYLLABLE NEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB113,
        name: "HANGUL SYLLABLE NEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB114,
        name: "HANGUL SYLLABLE NEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB115,
        name: "HANGUL SYLLABLE NEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB116,
        name: "HANGUL SYLLABLE NEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB117,
        name: "HANGUL SYLLABLE NEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB118,
        name: "HANGUL SYLLABLE NEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB119,
        name: "HANGUL SYLLABLE NEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB11A,
        name: "HANGUL SYLLABLE NEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB11B,
        name: "HANGUL SYLLABLE NEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB11C,
        name: "HANGUL SYLLABLE NEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB11D,
        name: "HANGUL SYLLABLE NEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB11E,
        name: "HANGUL SYLLABLE NEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB11F,
        name: "HANGUL SYLLABLE NEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB120,
        name: "HANGUL SYLLABLE NEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB121,
        name: "HANGUL SYLLABLE NEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB122,
        name: "HANGUL SYLLABLE NEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB123,
        name: "HANGUL SYLLABLE NEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB124,
        name: "HANGUL SYLLABLE NE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB125,
        name: "HANGUL SYLLABLE NEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB126,
        name: "HANGUL SYLLABLE NEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB127,
        name: "HANGUL SYLLABLE NEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB128,
        name: "HANGUL SYLLABLE NEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB129,
        name: "HANGUL SYLLABLE NENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB12A,
        name: "HANGUL SYLLABLE NENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB12B,
        name: "HANGUL SYLLABLE NED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB12C,
        name: "HANGUL SYLLABLE NEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB12D,
        name: "HANGUL SYLLABLE NELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB12E,
        name: "HANGUL SYLLABLE NELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB12F,
        name: "HANGUL SYLLABLE NELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB130,
        name: "HANGUL SYLLABLE NELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB131,
        name: "HANGUL SYLLABLE NELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB132,
        name: "HANGUL SYLLABLE NELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB133,
        name: "HANGUL SYLLABLE NELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB134,
        name: "HANGUL SYLLABLE NEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB135,
        name: "HANGUL SYLLABLE NEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB136,
        name: "HANGUL SYLLABLE NEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB137,
        name: "HANGUL SYLLABLE NES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB138,
        name: "HANGUL SYLLABLE NESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB139,
        name: "HANGUL SYLLABLE NENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB13A,
        name: "HANGUL SYLLABLE NEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB13B,
        name: "HANGUL SYLLABLE NEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB13C,
        name: "HANGUL SYLLABLE NEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB13D,
        name: "HANGUL SYLLABLE NET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB13E,
        name: "HANGUL SYLLABLE NEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB13F,
        name: "HANGUL SYLLABLE NEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB140,
        name: "HANGUL SYLLABLE NYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB141,
        name: "HANGUL SYLLABLE NYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB142,
        name: "HANGUL SYLLABLE NYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB143,
        name: "HANGUL SYLLABLE NYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB144,
        name: "HANGUL SYLLABLE NYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB145,
        name: "HANGUL SYLLABLE NYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB146,
        name: "HANGUL SYLLABLE NYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB147,
        name: "HANGUL SYLLABLE NYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB148,
        name: "HANGUL SYLLABLE NYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB149,
        name: "HANGUL SYLLABLE NYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB14A,
        name: "HANGUL SYLLABLE NYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB14B,
        name: "HANGUL SYLLABLE NYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB14C,
        name: "HANGUL SYLLABLE NYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB14D,
        name: "HANGUL SYLLABLE NYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB14E,
        name: "HANGUL SYLLABLE NYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB14F,
        name: "HANGUL SYLLABLE NYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB150,
        name: "HANGUL SYLLABLE NYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB151,
        name: "HANGUL SYLLABLE NYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB152,
        name: "HANGUL SYLLABLE NYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB153,
        name: "HANGUL SYLLABLE NYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB154,
        name: "HANGUL SYLLABLE NYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB155,
        name: "HANGUL SYLLABLE NYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB156,
        name: "HANGUL SYLLABLE NYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB157,
        name: "HANGUL SYLLABLE NYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB158,
        name: "HANGUL SYLLABLE NYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB159,
        name: "HANGUL SYLLABLE NYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB15A,
        name: "HANGUL SYLLABLE NYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB15B,
        name: "HANGUL SYLLABLE NYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB15C,
        name: "HANGUL SYLLABLE NYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB15D,
        name: "HANGUL SYLLABLE NYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB15E,
        name: "HANGUL SYLLABLE NYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB15F,
        name: "HANGUL SYLLABLE NYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB160,
        name: "HANGUL SYLLABLE NYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB161,
        name: "HANGUL SYLLABLE NYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB162,
        name: "HANGUL SYLLABLE NYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB163,
        name: "HANGUL SYLLABLE NYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB164,
        name: "HANGUL SYLLABLE NYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB165,
        name: "HANGUL SYLLABLE NYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB166,
        name: "HANGUL SYLLABLE NYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB167,
        name: "HANGUL SYLLABLE NYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB168,
        name: "HANGUL SYLLABLE NYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB169,
        name: "HANGUL SYLLABLE NYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB16A,
        name: "HANGUL SYLLABLE NYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB16B,
        name: "HANGUL SYLLABLE NYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB16C,
        name: "HANGUL SYLLABLE NYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB16D,
        name: "HANGUL SYLLABLE NYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB16E,
        name: "HANGUL SYLLABLE NYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB16F,
        name: "HANGUL SYLLABLE NYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB170,
        name: "HANGUL SYLLABLE NYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB171,
        name: "HANGUL SYLLABLE NYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB172,
        name: "HANGUL SYLLABLE NYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB173,
        name: "HANGUL SYLLABLE NYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB174,
        name: "HANGUL SYLLABLE NYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB175,
        name: "HANGUL SYLLABLE NYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB176,
        name: "HANGUL SYLLABLE NYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB177,
        name: "HANGUL SYLLABLE NYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB178,
        name: "HANGUL SYLLABLE NO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB179,
        name: "HANGUL SYLLABLE NOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB17A,
        name: "HANGUL SYLLABLE NOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB17B,
        name: "HANGUL SYLLABLE NOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB17C,
        name: "HANGUL SYLLABLE NON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB17D,
        name: "HANGUL SYLLABLE NONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB17E,
        name: "HANGUL SYLLABLE NONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB17F,
        name: "HANGUL SYLLABLE NOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB180,
        name: "HANGUL SYLLABLE NOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB181,
        name: "HANGUL SYLLABLE NOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB182,
        name: "HANGUL SYLLABLE NOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB183,
        name: "HANGUL SYLLABLE NOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB184,
        name: "HANGUL SYLLABLE NOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB185,
        name: "HANGUL SYLLABLE NOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB186,
        name: "HANGUL SYLLABLE NOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB187,
        name: "HANGUL SYLLABLE NOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB188,
        name: "HANGUL SYLLABLE NOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB189,
        name: "HANGUL SYLLABLE NOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB18A,
        name: "HANGUL SYLLABLE NOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB18B,
        name: "HANGUL SYLLABLE NOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB18C,
        name: "HANGUL SYLLABLE NOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB18D,
        name: "HANGUL SYLLABLE NONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB18E,
        name: "HANGUL SYLLABLE NOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB18F,
        name: "HANGUL SYLLABLE NOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB190,
        name: "HANGUL SYLLABLE NOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB191,
        name: "HANGUL SYLLABLE NOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB192,
        name: "HANGUL SYLLABLE NOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB193,
        name: "HANGUL SYLLABLE NOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB194,
        name: "HANGUL SYLLABLE NWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB195,
        name: "HANGUL SYLLABLE NWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB196,
        name: "HANGUL SYLLABLE NWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB197,
        name: "HANGUL SYLLABLE NWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB198,
        name: "HANGUL SYLLABLE NWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB199,
        name: "HANGUL SYLLABLE NWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB19A,
        name: "HANGUL SYLLABLE NWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB19B,
        name: "HANGUL SYLLABLE NWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB19C,
        name: "HANGUL SYLLABLE NWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB19D,
        name: "HANGUL SYLLABLE NWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB19E,
        name: "HANGUL SYLLABLE NWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB19F,
        name: "HANGUL SYLLABLE NWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A0,
        name: "HANGUL SYLLABLE NWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A1,
        name: "HANGUL SYLLABLE NWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A2,
        name: "HANGUL SYLLABLE NWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A3,
        name: "HANGUL SYLLABLE NWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A4,
        name: "HANGUL SYLLABLE NWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A5,
        name: "HANGUL SYLLABLE NWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A6,
        name: "HANGUL SYLLABLE NWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A7,
        name: "HANGUL SYLLABLE NWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A8,
        name: "HANGUL SYLLABLE NWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1A9,
        name: "HANGUL SYLLABLE NWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1AA,
        name: "HANGUL SYLLABLE NWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1AB,
        name: "HANGUL SYLLABLE NWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1AC,
        name: "HANGUL SYLLABLE NWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1AD,
        name: "HANGUL SYLLABLE NWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1AE,
        name: "HANGUL SYLLABLE NWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1AF,
        name: "HANGUL SYLLABLE NWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B0,
        name: "HANGUL SYLLABLE NWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B1,
        name: "HANGUL SYLLABLE NWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B2,
        name: "HANGUL SYLLABLE NWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B3,
        name: "HANGUL SYLLABLE NWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B4,
        name: "HANGUL SYLLABLE NWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B5,
        name: "HANGUL SYLLABLE NWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B6,
        name: "HANGUL SYLLABLE NWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B7,
        name: "HANGUL SYLLABLE NWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B8,
        name: "HANGUL SYLLABLE NWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1B9,
        name: "HANGUL SYLLABLE NWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1BA,
        name: "HANGUL SYLLABLE NWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1BB,
        name: "HANGUL SYLLABLE NWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1BC,
        name: "HANGUL SYLLABLE NWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1BD,
        name: "HANGUL SYLLABLE NWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1BE,
        name: "HANGUL SYLLABLE NWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1BF,
        name: "HANGUL SYLLABLE NWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C0,
        name: "HANGUL SYLLABLE NWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C1,
        name: "HANGUL SYLLABLE NWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C2,
        name: "HANGUL SYLLABLE NWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C3,
        name: "HANGUL SYLLABLE NWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C4,
        name: "HANGUL SYLLABLE NWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C5,
        name: "HANGUL SYLLABLE NWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C6,
        name: "HANGUL SYLLABLE NWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C7,
        name: "HANGUL SYLLABLE NWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C8,
        name: "HANGUL SYLLABLE NWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1C9,
        name: "HANGUL SYLLABLE NWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1CA,
        name: "HANGUL SYLLABLE NWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1CB,
        name: "HANGUL SYLLABLE NWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1CC,
        name: "HANGUL SYLLABLE NOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1CD,
        name: "HANGUL SYLLABLE NOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1CE,
        name: "HANGUL SYLLABLE NOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1CF,
        name: "HANGUL SYLLABLE NOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D0,
        name: "HANGUL SYLLABLE NOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D1,
        name: "HANGUL SYLLABLE NOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D2,
        name: "HANGUL SYLLABLE NOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D3,
        name: "HANGUL SYLLABLE NOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D4,
        name: "HANGUL SYLLABLE NOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D5,
        name: "HANGUL SYLLABLE NOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D6,
        name: "HANGUL SYLLABLE NOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D7,
        name: "HANGUL SYLLABLE NOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D8,
        name: "HANGUL SYLLABLE NOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1D9,
        name: "HANGUL SYLLABLE NOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1DA,
        name: "HANGUL SYLLABLE NOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1DB,
        name: "HANGUL SYLLABLE NOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1DC,
        name: "HANGUL SYLLABLE NOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1DD,
        name: "HANGUL SYLLABLE NOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1DE,
        name: "HANGUL SYLLABLE NOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1DF,
        name: "HANGUL SYLLABLE NOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E0,
        name: "HANGUL SYLLABLE NOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E1,
        name: "HANGUL SYLLABLE NOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E2,
        name: "HANGUL SYLLABLE NOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E3,
        name: "HANGUL SYLLABLE NOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E4,
        name: "HANGUL SYLLABLE NOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E5,
        name: "HANGUL SYLLABLE NOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E6,
        name: "HANGUL SYLLABLE NOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E7,
        name: "HANGUL SYLLABLE NOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E8,
        name: "HANGUL SYLLABLE NYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1E9,
        name: "HANGUL SYLLABLE NYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1EA,
        name: "HANGUL SYLLABLE NYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1EB,
        name: "HANGUL SYLLABLE NYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1EC,
        name: "HANGUL SYLLABLE NYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1ED,
        name: "HANGUL SYLLABLE NYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1EE,
        name: "HANGUL SYLLABLE NYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1EF,
        name: "HANGUL SYLLABLE NYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F0,
        name: "HANGUL SYLLABLE NYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F1,
        name: "HANGUL SYLLABLE NYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F2,
        name: "HANGUL SYLLABLE NYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F3,
        name: "HANGUL SYLLABLE NYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F4,
        name: "HANGUL SYLLABLE NYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F5,
        name: "HANGUL SYLLABLE NYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F6,
        name: "HANGUL SYLLABLE NYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F7,
        name: "HANGUL SYLLABLE NYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F8,
        name: "HANGUL SYLLABLE NYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1F9,
        name: "HANGUL SYLLABLE NYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1FA,
        name: "HANGUL SYLLABLE NYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1FB,
        name: "HANGUL SYLLABLE NYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1FC,
        name: "HANGUL SYLLABLE NYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1FD,
        name: "HANGUL SYLLABLE NYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1FE,
        name: "HANGUL SYLLABLE NYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB1FF,
        name: "HANGUL SYLLABLE NYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB200,
        name: "HANGUL SYLLABLE NYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB201,
        name: "HANGUL SYLLABLE NYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB202,
        name: "HANGUL SYLLABLE NYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB203,
        name: "HANGUL SYLLABLE NYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB204,
        name: "HANGUL SYLLABLE NU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB205,
        name: "HANGUL SYLLABLE NUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB206,
        name: "HANGUL SYLLABLE NUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB207,
        name: "HANGUL SYLLABLE NUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB208,
        name: "HANGUL SYLLABLE NUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB209,
        name: "HANGUL SYLLABLE NUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB20A,
        name: "HANGUL SYLLABLE NUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB20B,
        name: "HANGUL SYLLABLE NUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB20C,
        name: "HANGUL SYLLABLE NUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB20D,
        name: "HANGUL SYLLABLE NULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB20E,
        name: "HANGUL SYLLABLE NULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB20F,
        name: "HANGUL SYLLABLE NULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB210,
        name: "HANGUL SYLLABLE NULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB211,
        name: "HANGUL SYLLABLE NULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB212,
        name: "HANGUL SYLLABLE NULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB213,
        name: "HANGUL SYLLABLE NULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB214,
        name: "HANGUL SYLLABLE NUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB215,
        name: "HANGUL SYLLABLE NUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB216,
        name: "HANGUL SYLLABLE NUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB217,
        name: "HANGUL SYLLABLE NUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB218,
        name: "HANGUL SYLLABLE NUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB219,
        name: "HANGUL SYLLABLE NUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB21A,
        name: "HANGUL SYLLABLE NUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB21B,
        name: "HANGUL SYLLABLE NUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB21C,
        name: "HANGUL SYLLABLE NUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB21D,
        name: "HANGUL SYLLABLE NUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB21E,
        name: "HANGUL SYLLABLE NUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB21F,
        name: "HANGUL SYLLABLE NUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB220,
        name: "HANGUL SYLLABLE NWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB221,
        name: "HANGUL SYLLABLE NWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB222,
        name: "HANGUL SYLLABLE NWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB223,
        name: "HANGUL SYLLABLE NWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB224,
        name: "HANGUL SYLLABLE NWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB225,
        name: "HANGUL SYLLABLE NWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB226,
        name: "HANGUL SYLLABLE NWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB227,
        name: "HANGUL SYLLABLE NWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB228,
        name: "HANGUL SYLLABLE NWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB229,
        name: "HANGUL SYLLABLE NWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB22A,
        name: "HANGUL SYLLABLE NWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB22B,
        name: "HANGUL SYLLABLE NWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB22C,
        name: "HANGUL SYLLABLE NWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB22D,
        name: "HANGUL SYLLABLE NWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB22E,
        name: "HANGUL SYLLABLE NWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB22F,
        name: "HANGUL SYLLABLE NWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB230,
        name: "HANGUL SYLLABLE NWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB231,
        name: "HANGUL SYLLABLE NWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB232,
        name: "HANGUL SYLLABLE NWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB233,
        name: "HANGUL SYLLABLE NWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB234,
        name: "HANGUL SYLLABLE NWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB235,
        name: "HANGUL SYLLABLE NWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB236,
        name: "HANGUL SYLLABLE NWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB237,
        name: "HANGUL SYLLABLE NWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB238,
        name: "HANGUL SYLLABLE NWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB239,
        name: "HANGUL SYLLABLE NWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB23A,
        name: "HANGUL SYLLABLE NWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB23B,
        name: "HANGUL SYLLABLE NWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB23C,
        name: "HANGUL SYLLABLE NWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB23D,
        name: "HANGUL SYLLABLE NWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB23E,
        name: "HANGUL SYLLABLE NWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB23F,
        name: "HANGUL SYLLABLE NWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB240,
        name: "HANGUL SYLLABLE NWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB241,
        name: "HANGUL SYLLABLE NWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB242,
        name: "HANGUL SYLLABLE NWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB243,
        name: "HANGUL SYLLABLE NWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB244,
        name: "HANGUL SYLLABLE NWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB245,
        name: "HANGUL SYLLABLE NWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB246,
        name: "HANGUL SYLLABLE NWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB247,
        name: "HANGUL SYLLABLE NWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB248,
        name: "HANGUL SYLLABLE NWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB249,
        name: "HANGUL SYLLABLE NWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB24A,
        name: "HANGUL SYLLABLE NWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB24B,
        name: "HANGUL SYLLABLE NWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB24C,
        name: "HANGUL SYLLABLE NWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB24D,
        name: "HANGUL SYLLABLE NWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB24E,
        name: "HANGUL SYLLABLE NWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB24F,
        name: "HANGUL SYLLABLE NWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB250,
        name: "HANGUL SYLLABLE NWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB251,
        name: "HANGUL SYLLABLE NWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB252,
        name: "HANGUL SYLLABLE NWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB253,
        name: "HANGUL SYLLABLE NWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB254,
        name: "HANGUL SYLLABLE NWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB255,
        name: "HANGUL SYLLABLE NWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB256,
        name: "HANGUL SYLLABLE NWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB257,
        name: "HANGUL SYLLABLE NWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB258,
        name: "HANGUL SYLLABLE NWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB259,
        name: "HANGUL SYLLABLE NWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB25A,
        name: "HANGUL SYLLABLE NWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB25B,
        name: "HANGUL SYLLABLE NWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB25C,
        name: "HANGUL SYLLABLE NWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB25D,
        name: "HANGUL SYLLABLE NWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB25E,
        name: "HANGUL SYLLABLE NWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB25F,
        name: "HANGUL SYLLABLE NWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB260,
        name: "HANGUL SYLLABLE NWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB261,
        name: "HANGUL SYLLABLE NWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB262,
        name: "HANGUL SYLLABLE NWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB263,
        name: "HANGUL SYLLABLE NWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB264,
        name: "HANGUL SYLLABLE NWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB265,
        name: "HANGUL SYLLABLE NWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB266,
        name: "HANGUL SYLLABLE NWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB267,
        name: "HANGUL SYLLABLE NWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB268,
        name: "HANGUL SYLLABLE NWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB269,
        name: "HANGUL SYLLABLE NWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB26A,
        name: "HANGUL SYLLABLE NWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB26B,
        name: "HANGUL SYLLABLE NWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB26C,
        name: "HANGUL SYLLABLE NWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB26D,
        name: "HANGUL SYLLABLE NWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB26E,
        name: "HANGUL SYLLABLE NWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB26F,
        name: "HANGUL SYLLABLE NWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB270,
        name: "HANGUL SYLLABLE NWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB271,
        name: "HANGUL SYLLABLE NWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB272,
        name: "HANGUL SYLLABLE NWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB273,
        name: "HANGUL SYLLABLE NWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB274,
        name: "HANGUL SYLLABLE NYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB275,
        name: "HANGUL SYLLABLE NYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB276,
        name: "HANGUL SYLLABLE NYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB277,
        name: "HANGUL SYLLABLE NYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB278,
        name: "HANGUL SYLLABLE NYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB279,
        name: "HANGUL SYLLABLE NYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB27A,
        name: "HANGUL SYLLABLE NYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB27B,
        name: "HANGUL SYLLABLE NYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB27C,
        name: "HANGUL SYLLABLE NYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB27D,
        name: "HANGUL SYLLABLE NYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB27E,
        name: "HANGUL SYLLABLE NYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB27F,
        name: "HANGUL SYLLABLE NYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB280,
        name: "HANGUL SYLLABLE NYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB281,
        name: "HANGUL SYLLABLE NYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB282,
        name: "HANGUL SYLLABLE NYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB283,
        name: "HANGUL SYLLABLE NYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB284,
        name: "HANGUL SYLLABLE NYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB285,
        name: "HANGUL SYLLABLE NYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB286,
        name: "HANGUL SYLLABLE NYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB287,
        name: "HANGUL SYLLABLE NYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB288,
        name: "HANGUL SYLLABLE NYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB289,
        name: "HANGUL SYLLABLE NYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB28A,
        name: "HANGUL SYLLABLE NYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB28B,
        name: "HANGUL SYLLABLE NYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB28C,
        name: "HANGUL SYLLABLE NYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB28D,
        name: "HANGUL SYLLABLE NYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB28E,
        name: "HANGUL SYLLABLE NYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB28F,
        name: "HANGUL SYLLABLE NYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB290,
        name: "HANGUL SYLLABLE NEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB291,
        name: "HANGUL SYLLABLE NEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB292,
        name: "HANGUL SYLLABLE NEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB293,
        name: "HANGUL SYLLABLE NEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB294,
        name: "HANGUL SYLLABLE NEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB295,
        name: "HANGUL SYLLABLE NEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB296,
        name: "HANGUL SYLLABLE NEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB297,
        name: "HANGUL SYLLABLE NEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB298,
        name: "HANGUL SYLLABLE NEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB299,
        name: "HANGUL SYLLABLE NEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB29A,
        name: "HANGUL SYLLABLE NEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB29B,
        name: "HANGUL SYLLABLE NEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB29C,
        name: "HANGUL SYLLABLE NEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB29D,
        name: "HANGUL SYLLABLE NEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB29E,
        name: "HANGUL SYLLABLE NEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB29F,
        name: "HANGUL SYLLABLE NEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A0,
        name: "HANGUL SYLLABLE NEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A1,
        name: "HANGUL SYLLABLE NEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A2,
        name: "HANGUL SYLLABLE NEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A3,
        name: "HANGUL SYLLABLE NEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A4,
        name: "HANGUL SYLLABLE NEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A5,
        name: "HANGUL SYLLABLE NEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A6,
        name: "HANGUL SYLLABLE NEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A7,
        name: "HANGUL SYLLABLE NEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A8,
        name: "HANGUL SYLLABLE NEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2A9,
        name: "HANGUL SYLLABLE NEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2AA,
        name: "HANGUL SYLLABLE NEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2AB,
        name: "HANGUL SYLLABLE NEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2AC,
        name: "HANGUL SYLLABLE NYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2AD,
        name: "HANGUL SYLLABLE NYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2AE,
        name: "HANGUL SYLLABLE NYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2AF,
        name: "HANGUL SYLLABLE NYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B0,
        name: "HANGUL SYLLABLE NYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B1,
        name: "HANGUL SYLLABLE NYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B2,
        name: "HANGUL SYLLABLE NYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B3,
        name: "HANGUL SYLLABLE NYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B4,
        name: "HANGUL SYLLABLE NYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B5,
        name: "HANGUL SYLLABLE NYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B6,
        name: "HANGUL SYLLABLE NYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B7,
        name: "HANGUL SYLLABLE NYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B8,
        name: "HANGUL SYLLABLE NYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2B9,
        name: "HANGUL SYLLABLE NYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2BA,
        name: "HANGUL SYLLABLE NYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2BB,
        name: "HANGUL SYLLABLE NYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2BC,
        name: "HANGUL SYLLABLE NYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2BD,
        name: "HANGUL SYLLABLE NYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2BE,
        name: "HANGUL SYLLABLE NYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2BF,
        name: "HANGUL SYLLABLE NYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C0,
        name: "HANGUL SYLLABLE NYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C1,
        name: "HANGUL SYLLABLE NYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C2,
        name: "HANGUL SYLLABLE NYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C3,
        name: "HANGUL SYLLABLE NYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C4,
        name: "HANGUL SYLLABLE NYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C5,
        name: "HANGUL SYLLABLE NYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C6,
        name: "HANGUL SYLLABLE NYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C7,
        name: "HANGUL SYLLABLE NYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C8,
        name: "HANGUL SYLLABLE NI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2C9,
        name: "HANGUL SYLLABLE NIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2CA,
        name: "HANGUL SYLLABLE NIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2CB,
        name: "HANGUL SYLLABLE NIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2CC,
        name: "HANGUL SYLLABLE NIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2CD,
        name: "HANGUL SYLLABLE NINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2CE,
        name: "HANGUL SYLLABLE NINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2CF,
        name: "HANGUL SYLLABLE NID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D0,
        name: "HANGUL SYLLABLE NIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D1,
        name: "HANGUL SYLLABLE NILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D2,
        name: "HANGUL SYLLABLE NILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D3,
        name: "HANGUL SYLLABLE NILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D4,
        name: "HANGUL SYLLABLE NILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D5,
        name: "HANGUL SYLLABLE NILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D6,
        name: "HANGUL SYLLABLE NILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D7,
        name: "HANGUL SYLLABLE NILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D8,
        name: "HANGUL SYLLABLE NIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2D9,
        name: "HANGUL SYLLABLE NIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2DA,
        name: "HANGUL SYLLABLE NIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2DB,
        name: "HANGUL SYLLABLE NIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2DC,
        name: "HANGUL SYLLABLE NISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2DD,
        name: "HANGUL SYLLABLE NING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2DE,
        name: "HANGUL SYLLABLE NIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2DF,
        name: "HANGUL SYLLABLE NIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E0,
        name: "HANGUL SYLLABLE NIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E1,
        name: "HANGUL SYLLABLE NIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E2,
        name: "HANGUL SYLLABLE NIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E3,
        name: "HANGUL SYLLABLE NIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E4,
        name: "HANGUL SYLLABLE DA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E5,
        name: "HANGUL SYLLABLE DAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E6,
        name: "HANGUL SYLLABLE DAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E7,
        name: "HANGUL SYLLABLE DAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E8,
        name: "HANGUL SYLLABLE DAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2E9,
        name: "HANGUL SYLLABLE DANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2EA,
        name: "HANGUL SYLLABLE DANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2EB,
        name: "HANGUL SYLLABLE DAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2EC,
        name: "HANGUL SYLLABLE DAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2ED,
        name: "HANGUL SYLLABLE DALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2EE,
        name: "HANGUL SYLLABLE DALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2EF,
        name: "HANGUL SYLLABLE DALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F0,
        name: "HANGUL SYLLABLE DALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F1,
        name: "HANGUL SYLLABLE DALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F2,
        name: "HANGUL SYLLABLE DALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F3,
        name: "HANGUL SYLLABLE DALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F4,
        name: "HANGUL SYLLABLE DAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F5,
        name: "HANGUL SYLLABLE DAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F6,
        name: "HANGUL SYLLABLE DABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F7,
        name: "HANGUL SYLLABLE DAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F8,
        name: "HANGUL SYLLABLE DASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2F9,
        name: "HANGUL SYLLABLE DANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2FA,
        name: "HANGUL SYLLABLE DAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2FB,
        name: "HANGUL SYLLABLE DAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2FC,
        name: "HANGUL SYLLABLE DAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2FD,
        name: "HANGUL SYLLABLE DAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2FE,
        name: "HANGUL SYLLABLE DAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB2FF,
        name: "HANGUL SYLLABLE DAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB300,
        name: "HANGUL SYLLABLE DAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB301,
        name: "HANGUL SYLLABLE DAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB302,
        name: "HANGUL SYLLABLE DAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB303,
        name: "HANGUL SYLLABLE DAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB304,
        name: "HANGUL SYLLABLE DAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB305,
        name: "HANGUL SYLLABLE DAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB306,
        name: "HANGUL SYLLABLE DAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB307,
        name: "HANGUL SYLLABLE DAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB308,
        name: "HANGUL SYLLABLE DAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB309,
        name: "HANGUL SYLLABLE DAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB30A,
        name: "HANGUL SYLLABLE DAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB30B,
        name: "HANGUL SYLLABLE DAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB30C,
        name: "HANGUL SYLLABLE DAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB30D,
        name: "HANGUL SYLLABLE DAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB30E,
        name: "HANGUL SYLLABLE DAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB30F,
        name: "HANGUL SYLLABLE DAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB310,
        name: "HANGUL SYLLABLE DAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB311,
        name: "HANGUL SYLLABLE DAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB312,
        name: "HANGUL SYLLABLE DAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB313,
        name: "HANGUL SYLLABLE DAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB314,
        name: "HANGUL SYLLABLE DAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB315,
        name: "HANGUL SYLLABLE DAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB316,
        name: "HANGUL SYLLABLE DAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB317,
        name: "HANGUL SYLLABLE DAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB318,
        name: "HANGUL SYLLABLE DAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB319,
        name: "HANGUL SYLLABLE DAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB31A,
        name: "HANGUL SYLLABLE DAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB31B,
        name: "HANGUL SYLLABLE DAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB31C,
        name: "HANGUL SYLLABLE DYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB31D,
        name: "HANGUL SYLLABLE DYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB31E,
        name: "HANGUL SYLLABLE DYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB31F,
        name: "HANGUL SYLLABLE DYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB320,
        name: "HANGUL SYLLABLE DYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB321,
        name: "HANGUL SYLLABLE DYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB322,
        name: "HANGUL SYLLABLE DYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB323,
        name: "HANGUL SYLLABLE DYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB324,
        name: "HANGUL SYLLABLE DYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB325,
        name: "HANGUL SYLLABLE DYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB326,
        name: "HANGUL SYLLABLE DYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB327,
        name: "HANGUL SYLLABLE DYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB328,
        name: "HANGUL SYLLABLE DYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB329,
        name: "HANGUL SYLLABLE DYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB32A,
        name: "HANGUL SYLLABLE DYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB32B,
        name: "HANGUL SYLLABLE DYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB32C,
        name: "HANGUL SYLLABLE DYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB32D,
        name: "HANGUL SYLLABLE DYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB32E,
        name: "HANGUL SYLLABLE DYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB32F,
        name: "HANGUL SYLLABLE DYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB330,
        name: "HANGUL SYLLABLE DYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB331,
        name: "HANGUL SYLLABLE DYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB332,
        name: "HANGUL SYLLABLE DYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB333,
        name: "HANGUL SYLLABLE DYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB334,
        name: "HANGUL SYLLABLE DYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB335,
        name: "HANGUL SYLLABLE DYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB336,
        name: "HANGUL SYLLABLE DYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB337,
        name: "HANGUL SYLLABLE DYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB338,
        name: "HANGUL SYLLABLE DYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB339,
        name: "HANGUL SYLLABLE DYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB33A,
        name: "HANGUL SYLLABLE DYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB33B,
        name: "HANGUL SYLLABLE DYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB33C,
        name: "HANGUL SYLLABLE DYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB33D,
        name: "HANGUL SYLLABLE DYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB33E,
        name: "HANGUL SYLLABLE DYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB33F,
        name: "HANGUL SYLLABLE DYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB340,
        name: "HANGUL SYLLABLE DYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB341,
        name: "HANGUL SYLLABLE DYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB342,
        name: "HANGUL SYLLABLE DYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB343,
        name: "HANGUL SYLLABLE DYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB344,
        name: "HANGUL SYLLABLE DYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB345,
        name: "HANGUL SYLLABLE DYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB346,
        name: "HANGUL SYLLABLE DYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB347,
        name: "HANGUL SYLLABLE DYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB348,
        name: "HANGUL SYLLABLE DYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB349,
        name: "HANGUL SYLLABLE DYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB34A,
        name: "HANGUL SYLLABLE DYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB34B,
        name: "HANGUL SYLLABLE DYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB34C,
        name: "HANGUL SYLLABLE DYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB34D,
        name: "HANGUL SYLLABLE DYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB34E,
        name: "HANGUL SYLLABLE DYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB34F,
        name: "HANGUL SYLLABLE DYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB350,
        name: "HANGUL SYLLABLE DYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB351,
        name: "HANGUL SYLLABLE DYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB352,
        name: "HANGUL SYLLABLE DYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB353,
        name: "HANGUL SYLLABLE DYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB354,
        name: "HANGUL SYLLABLE DEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB355,
        name: "HANGUL SYLLABLE DEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB356,
        name: "HANGUL SYLLABLE DEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB357,
        name: "HANGUL SYLLABLE DEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB358,
        name: "HANGUL SYLLABLE DEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB359,
        name: "HANGUL SYLLABLE DEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB35A,
        name: "HANGUL SYLLABLE DEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB35B,
        name: "HANGUL SYLLABLE DEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB35C,
        name: "HANGUL SYLLABLE DEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB35D,
        name: "HANGUL SYLLABLE DEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB35E,
        name: "HANGUL SYLLABLE DEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB35F,
        name: "HANGUL SYLLABLE DEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB360,
        name: "HANGUL SYLLABLE DEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB361,
        name: "HANGUL SYLLABLE DEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB362,
        name: "HANGUL SYLLABLE DEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB363,
        name: "HANGUL SYLLABLE DEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB364,
        name: "HANGUL SYLLABLE DEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB365,
        name: "HANGUL SYLLABLE DEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB366,
        name: "HANGUL SYLLABLE DEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB367,
        name: "HANGUL SYLLABLE DEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB368,
        name: "HANGUL SYLLABLE DEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB369,
        name: "HANGUL SYLLABLE DEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB36A,
        name: "HANGUL SYLLABLE DEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB36B,
        name: "HANGUL SYLLABLE DEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB36C,
        name: "HANGUL SYLLABLE DEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB36D,
        name: "HANGUL SYLLABLE DEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB36E,
        name: "HANGUL SYLLABLE DEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB36F,
        name: "HANGUL SYLLABLE DEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB370,
        name: "HANGUL SYLLABLE DE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB371,
        name: "HANGUL SYLLABLE DEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB372,
        name: "HANGUL SYLLABLE DEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB373,
        name: "HANGUL SYLLABLE DEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB374,
        name: "HANGUL SYLLABLE DEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB375,
        name: "HANGUL SYLLABLE DENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB376,
        name: "HANGUL SYLLABLE DENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB377,
        name: "HANGUL SYLLABLE DED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB378,
        name: "HANGUL SYLLABLE DEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB379,
        name: "HANGUL SYLLABLE DELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB37A,
        name: "HANGUL SYLLABLE DELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB37B,
        name: "HANGUL SYLLABLE DELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB37C,
        name: "HANGUL SYLLABLE DELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB37D,
        name: "HANGUL SYLLABLE DELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB37E,
        name: "HANGUL SYLLABLE DELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB37F,
        name: "HANGUL SYLLABLE DELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB380,
        name: "HANGUL SYLLABLE DEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB381,
        name: "HANGUL SYLLABLE DEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB382,
        name: "HANGUL SYLLABLE DEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB383,
        name: "HANGUL SYLLABLE DES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB384,
        name: "HANGUL SYLLABLE DESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB385,
        name: "HANGUL SYLLABLE DENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB386,
        name: "HANGUL SYLLABLE DEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB387,
        name: "HANGUL SYLLABLE DEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB388,
        name: "HANGUL SYLLABLE DEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB389,
        name: "HANGUL SYLLABLE DET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB38A,
        name: "HANGUL SYLLABLE DEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB38B,
        name: "HANGUL SYLLABLE DEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB38C,
        name: "HANGUL SYLLABLE DYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB38D,
        name: "HANGUL SYLLABLE DYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB38E,
        name: "HANGUL SYLLABLE DYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB38F,
        name: "HANGUL SYLLABLE DYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB390,
        name: "HANGUL SYLLABLE DYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB391,
        name: "HANGUL SYLLABLE DYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB392,
        name: "HANGUL SYLLABLE DYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB393,
        name: "HANGUL SYLLABLE DYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB394,
        name: "HANGUL SYLLABLE DYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB395,
        name: "HANGUL SYLLABLE DYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB396,
        name: "HANGUL SYLLABLE DYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB397,
        name: "HANGUL SYLLABLE DYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB398,
        name: "HANGUL SYLLABLE DYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB399,
        name: "HANGUL SYLLABLE DYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB39A,
        name: "HANGUL SYLLABLE DYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB39B,
        name: "HANGUL SYLLABLE DYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB39C,
        name: "HANGUL SYLLABLE DYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB39D,
        name: "HANGUL SYLLABLE DYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB39E,
        name: "HANGUL SYLLABLE DYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB39F,
        name: "HANGUL SYLLABLE DYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A0,
        name: "HANGUL SYLLABLE DYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A1,
        name: "HANGUL SYLLABLE DYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A2,
        name: "HANGUL SYLLABLE DYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A3,
        name: "HANGUL SYLLABLE DYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A4,
        name: "HANGUL SYLLABLE DYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A5,
        name: "HANGUL SYLLABLE DYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A6,
        name: "HANGUL SYLLABLE DYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A7,
        name: "HANGUL SYLLABLE DYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A8,
        name: "HANGUL SYLLABLE DYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3A9,
        name: "HANGUL SYLLABLE DYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3AA,
        name: "HANGUL SYLLABLE DYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3AB,
        name: "HANGUL SYLLABLE DYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3AC,
        name: "HANGUL SYLLABLE DYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3AD,
        name: "HANGUL SYLLABLE DYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3AE,
        name: "HANGUL SYLLABLE DYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3AF,
        name: "HANGUL SYLLABLE DYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B0,
        name: "HANGUL SYLLABLE DYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B1,
        name: "HANGUL SYLLABLE DYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B2,
        name: "HANGUL SYLLABLE DYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B3,
        name: "HANGUL SYLLABLE DYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B4,
        name: "HANGUL SYLLABLE DYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B5,
        name: "HANGUL SYLLABLE DYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B6,
        name: "HANGUL SYLLABLE DYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B7,
        name: "HANGUL SYLLABLE DYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B8,
        name: "HANGUL SYLLABLE DYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3B9,
        name: "HANGUL SYLLABLE DYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3BA,
        name: "HANGUL SYLLABLE DYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3BB,
        name: "HANGUL SYLLABLE DYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3BC,
        name: "HANGUL SYLLABLE DYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3BD,
        name: "HANGUL SYLLABLE DYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3BE,
        name: "HANGUL SYLLABLE DYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3BF,
        name: "HANGUL SYLLABLE DYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C0,
        name: "HANGUL SYLLABLE DYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C1,
        name: "HANGUL SYLLABLE DYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C2,
        name: "HANGUL SYLLABLE DYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C3,
        name: "HANGUL SYLLABLE DYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C4,
        name: "HANGUL SYLLABLE DO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C5,
        name: "HANGUL SYLLABLE DOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C6,
        name: "HANGUL SYLLABLE DOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C7,
        name: "HANGUL SYLLABLE DOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C8,
        name: "HANGUL SYLLABLE DON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3C9,
        name: "HANGUL SYLLABLE DONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3CA,
        name: "HANGUL SYLLABLE DONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3CB,
        name: "HANGUL SYLLABLE DOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3CC,
        name: "HANGUL SYLLABLE DOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3CD,
        name: "HANGUL SYLLABLE DOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3CE,
        name: "HANGUL SYLLABLE DOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3CF,
        name: "HANGUL SYLLABLE DOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D0,
        name: "HANGUL SYLLABLE DOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D1,
        name: "HANGUL SYLLABLE DOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D2,
        name: "HANGUL SYLLABLE DOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D3,
        name: "HANGUL SYLLABLE DOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D4,
        name: "HANGUL SYLLABLE DOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D5,
        name: "HANGUL SYLLABLE DOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D6,
        name: "HANGUL SYLLABLE DOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D7,
        name: "HANGUL SYLLABLE DOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D8,
        name: "HANGUL SYLLABLE DOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3D9,
        name: "HANGUL SYLLABLE DONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3DA,
        name: "HANGUL SYLLABLE DOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3DB,
        name: "HANGUL SYLLABLE DOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3DC,
        name: "HANGUL SYLLABLE DOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3DD,
        name: "HANGUL SYLLABLE DOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3DE,
        name: "HANGUL SYLLABLE DOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3DF,
        name: "HANGUL SYLLABLE DOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E0,
        name: "HANGUL SYLLABLE DWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E1,
        name: "HANGUL SYLLABLE DWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E2,
        name: "HANGUL SYLLABLE DWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E3,
        name: "HANGUL SYLLABLE DWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E4,
        name: "HANGUL SYLLABLE DWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E5,
        name: "HANGUL SYLLABLE DWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E6,
        name: "HANGUL SYLLABLE DWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E7,
        name: "HANGUL SYLLABLE DWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E8,
        name: "HANGUL SYLLABLE DWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3E9,
        name: "HANGUL SYLLABLE DWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3EA,
        name: "HANGUL SYLLABLE DWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3EB,
        name: "HANGUL SYLLABLE DWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3EC,
        name: "HANGUL SYLLABLE DWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3ED,
        name: "HANGUL SYLLABLE DWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3EE,
        name: "HANGUL SYLLABLE DWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3EF,
        name: "HANGUL SYLLABLE DWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F0,
        name: "HANGUL SYLLABLE DWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F1,
        name: "HANGUL SYLLABLE DWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F2,
        name: "HANGUL SYLLABLE DWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F3,
        name: "HANGUL SYLLABLE DWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F4,
        name: "HANGUL SYLLABLE DWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F5,
        name: "HANGUL SYLLABLE DWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F6,
        name: "HANGUL SYLLABLE DWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F7,
        name: "HANGUL SYLLABLE DWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F8,
        name: "HANGUL SYLLABLE DWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3F9,
        name: "HANGUL SYLLABLE DWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3FA,
        name: "HANGUL SYLLABLE DWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3FB,
        name: "HANGUL SYLLABLE DWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3FC,
        name: "HANGUL SYLLABLE DWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3FD,
        name: "HANGUL SYLLABLE DWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3FE,
        name: "HANGUL SYLLABLE DWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB3FF,
        name: "HANGUL SYLLABLE DWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB400,
        name: "HANGUL SYLLABLE DWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB401,
        name: "HANGUL SYLLABLE DWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB402,
        name: "HANGUL SYLLABLE DWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB403,
        name: "HANGUL SYLLABLE DWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB404,
        name: "HANGUL SYLLABLE DWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB405,
        name: "HANGUL SYLLABLE DWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB406,
        name: "HANGUL SYLLABLE DWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB407,
        name: "HANGUL SYLLABLE DWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB408,
        name: "HANGUL SYLLABLE DWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB409,
        name: "HANGUL SYLLABLE DWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB40A,
        name: "HANGUL SYLLABLE DWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB40B,
        name: "HANGUL SYLLABLE DWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB40C,
        name: "HANGUL SYLLABLE DWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB40D,
        name: "HANGUL SYLLABLE DWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB40E,
        name: "HANGUL SYLLABLE DWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB40F,
        name: "HANGUL SYLLABLE DWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB410,
        name: "HANGUL SYLLABLE DWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB411,
        name: "HANGUL SYLLABLE DWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB412,
        name: "HANGUL SYLLABLE DWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB413,
        name: "HANGUL SYLLABLE DWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB414,
        name: "HANGUL SYLLABLE DWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB415,
        name: "HANGUL SYLLABLE DWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB416,
        name: "HANGUL SYLLABLE DWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB417,
        name: "HANGUL SYLLABLE DWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB418,
        name: "HANGUL SYLLABLE DOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB419,
        name: "HANGUL SYLLABLE DOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB41A,
        name: "HANGUL SYLLABLE DOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB41B,
        name: "HANGUL SYLLABLE DOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB41C,
        name: "HANGUL SYLLABLE DOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB41D,
        name: "HANGUL SYLLABLE DOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB41E,
        name: "HANGUL SYLLABLE DOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB41F,
        name: "HANGUL SYLLABLE DOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB420,
        name: "HANGUL SYLLABLE DOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB421,
        name: "HANGUL SYLLABLE DOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB422,
        name: "HANGUL SYLLABLE DOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB423,
        name: "HANGUL SYLLABLE DOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB424,
        name: "HANGUL SYLLABLE DOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB425,
        name: "HANGUL SYLLABLE DOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB426,
        name: "HANGUL SYLLABLE DOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB427,
        name: "HANGUL SYLLABLE DOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB428,
        name: "HANGUL SYLLABLE DOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB429,
        name: "HANGUL SYLLABLE DOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB42A,
        name: "HANGUL SYLLABLE DOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB42B,
        name: "HANGUL SYLLABLE DOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB42C,
        name: "HANGUL SYLLABLE DOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB42D,
        name: "HANGUL SYLLABLE DOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB42E,
        name: "HANGUL SYLLABLE DOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB42F,
        name: "HANGUL SYLLABLE DOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB430,
        name: "HANGUL SYLLABLE DOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB431,
        name: "HANGUL SYLLABLE DOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB432,
        name: "HANGUL SYLLABLE DOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB433,
        name: "HANGUL SYLLABLE DOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB434,
        name: "HANGUL SYLLABLE DYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB435,
        name: "HANGUL SYLLABLE DYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB436,
        name: "HANGUL SYLLABLE DYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB437,
        name: "HANGUL SYLLABLE DYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB438,
        name: "HANGUL SYLLABLE DYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB439,
        name: "HANGUL SYLLABLE DYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB43A,
        name: "HANGUL SYLLABLE DYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB43B,
        name: "HANGUL SYLLABLE DYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB43C,
        name: "HANGUL SYLLABLE DYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB43D,
        name: "HANGUL SYLLABLE DYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB43E,
        name: "HANGUL SYLLABLE DYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB43F,
        name: "HANGUL SYLLABLE DYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB440,
        name: "HANGUL SYLLABLE DYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB441,
        name: "HANGUL SYLLABLE DYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB442,
        name: "HANGUL SYLLABLE DYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB443,
        name: "HANGUL SYLLABLE DYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB444,
        name: "HANGUL SYLLABLE DYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB445,
        name: "HANGUL SYLLABLE DYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB446,
        name: "HANGUL SYLLABLE DYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB447,
        name: "HANGUL SYLLABLE DYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB448,
        name: "HANGUL SYLLABLE DYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB449,
        name: "HANGUL SYLLABLE DYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB44A,
        name: "HANGUL SYLLABLE DYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB44B,
        name: "HANGUL SYLLABLE DYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB44C,
        name: "HANGUL SYLLABLE DYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB44D,
        name: "HANGUL SYLLABLE DYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB44E,
        name: "HANGUL SYLLABLE DYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB44F,
        name: "HANGUL SYLLABLE DYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB450,
        name: "HANGUL SYLLABLE DU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB451,
        name: "HANGUL SYLLABLE DUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB452,
        name: "HANGUL SYLLABLE DUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB453,
        name: "HANGUL SYLLABLE DUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB454,
        name: "HANGUL SYLLABLE DUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB455,
        name: "HANGUL SYLLABLE DUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB456,
        name: "HANGUL SYLLABLE DUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB457,
        name: "HANGUL SYLLABLE DUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB458,
        name: "HANGUL SYLLABLE DUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB459,
        name: "HANGUL SYLLABLE DULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB45A,
        name: "HANGUL SYLLABLE DULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB45B,
        name: "HANGUL SYLLABLE DULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB45C,
        name: "HANGUL SYLLABLE DULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB45D,
        name: "HANGUL SYLLABLE DULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB45E,
        name: "HANGUL SYLLABLE DULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB45F,
        name: "HANGUL SYLLABLE DULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB460,
        name: "HANGUL SYLLABLE DUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB461,
        name: "HANGUL SYLLABLE DUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB462,
        name: "HANGUL SYLLABLE DUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB463,
        name: "HANGUL SYLLABLE DUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB464,
        name: "HANGUL SYLLABLE DUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB465,
        name: "HANGUL SYLLABLE DUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB466,
        name: "HANGUL SYLLABLE DUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB467,
        name: "HANGUL SYLLABLE DUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB468,
        name: "HANGUL SYLLABLE DUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB469,
        name: "HANGUL SYLLABLE DUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB46A,
        name: "HANGUL SYLLABLE DUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB46B,
        name: "HANGUL SYLLABLE DUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB46C,
        name: "HANGUL SYLLABLE DWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB46D,
        name: "HANGUL SYLLABLE DWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB46E,
        name: "HANGUL SYLLABLE DWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB46F,
        name: "HANGUL SYLLABLE DWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB470,
        name: "HANGUL SYLLABLE DWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB471,
        name: "HANGUL SYLLABLE DWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB472,
        name: "HANGUL SYLLABLE DWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB473,
        name: "HANGUL SYLLABLE DWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB474,
        name: "HANGUL SYLLABLE DWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB475,
        name: "HANGUL SYLLABLE DWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB476,
        name: "HANGUL SYLLABLE DWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB477,
        name: "HANGUL SYLLABLE DWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB478,
        name: "HANGUL SYLLABLE DWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB479,
        name: "HANGUL SYLLABLE DWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB47A,
        name: "HANGUL SYLLABLE DWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB47B,
        name: "HANGUL SYLLABLE DWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB47C,
        name: "HANGUL SYLLABLE DWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB47D,
        name: "HANGUL SYLLABLE DWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB47E,
        name: "HANGUL SYLLABLE DWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB47F,
        name: "HANGUL SYLLABLE DWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB480,
        name: "HANGUL SYLLABLE DWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB481,
        name: "HANGUL SYLLABLE DWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB482,
        name: "HANGUL SYLLABLE DWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB483,
        name: "HANGUL SYLLABLE DWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB484,
        name: "HANGUL SYLLABLE DWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB485,
        name: "HANGUL SYLLABLE DWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB486,
        name: "HANGUL SYLLABLE DWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB487,
        name: "HANGUL SYLLABLE DWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB488,
        name: "HANGUL SYLLABLE DWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB489,
        name: "HANGUL SYLLABLE DWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB48A,
        name: "HANGUL SYLLABLE DWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB48B,
        name: "HANGUL SYLLABLE DWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB48C,
        name: "HANGUL SYLLABLE DWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB48D,
        name: "HANGUL SYLLABLE DWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB48E,
        name: "HANGUL SYLLABLE DWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB48F,
        name: "HANGUL SYLLABLE DWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB490,
        name: "HANGUL SYLLABLE DWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB491,
        name: "HANGUL SYLLABLE DWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB492,
        name: "HANGUL SYLLABLE DWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB493,
        name: "HANGUL SYLLABLE DWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB494,
        name: "HANGUL SYLLABLE DWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB495,
        name: "HANGUL SYLLABLE DWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB496,
        name: "HANGUL SYLLABLE DWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB497,
        name: "HANGUL SYLLABLE DWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB498,
        name: "HANGUL SYLLABLE DWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB499,
        name: "HANGUL SYLLABLE DWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB49A,
        name: "HANGUL SYLLABLE DWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB49B,
        name: "HANGUL SYLLABLE DWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB49C,
        name: "HANGUL SYLLABLE DWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB49D,
        name: "HANGUL SYLLABLE DWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB49E,
        name: "HANGUL SYLLABLE DWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB49F,
        name: "HANGUL SYLLABLE DWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A0,
        name: "HANGUL SYLLABLE DWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A1,
        name: "HANGUL SYLLABLE DWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A2,
        name: "HANGUL SYLLABLE DWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A3,
        name: "HANGUL SYLLABLE DWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A4,
        name: "HANGUL SYLLABLE DWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A5,
        name: "HANGUL SYLLABLE DWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A6,
        name: "HANGUL SYLLABLE DWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A7,
        name: "HANGUL SYLLABLE DWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A8,
        name: "HANGUL SYLLABLE DWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4A9,
        name: "HANGUL SYLLABLE DWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4AA,
        name: "HANGUL SYLLABLE DWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4AB,
        name: "HANGUL SYLLABLE DWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4AC,
        name: "HANGUL SYLLABLE DWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4AD,
        name: "HANGUL SYLLABLE DWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4AE,
        name: "HANGUL SYLLABLE DWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4AF,
        name: "HANGUL SYLLABLE DWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B0,
        name: "HANGUL SYLLABLE DWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B1,
        name: "HANGUL SYLLABLE DWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B2,
        name: "HANGUL SYLLABLE DWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B3,
        name: "HANGUL SYLLABLE DWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B4,
        name: "HANGUL SYLLABLE DWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B5,
        name: "HANGUL SYLLABLE DWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B6,
        name: "HANGUL SYLLABLE DWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B7,
        name: "HANGUL SYLLABLE DWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B8,
        name: "HANGUL SYLLABLE DWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4B9,
        name: "HANGUL SYLLABLE DWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4BA,
        name: "HANGUL SYLLABLE DWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4BB,
        name: "HANGUL SYLLABLE DWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4BC,
        name: "HANGUL SYLLABLE DWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4BD,
        name: "HANGUL SYLLABLE DWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4BE,
        name: "HANGUL SYLLABLE DWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4BF,
        name: "HANGUL SYLLABLE DWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C0,
        name: "HANGUL SYLLABLE DYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C1,
        name: "HANGUL SYLLABLE DYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C2,
        name: "HANGUL SYLLABLE DYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C3,
        name: "HANGUL SYLLABLE DYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C4,
        name: "HANGUL SYLLABLE DYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C5,
        name: "HANGUL SYLLABLE DYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C6,
        name: "HANGUL SYLLABLE DYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C7,
        name: "HANGUL SYLLABLE DYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C8,
        name: "HANGUL SYLLABLE DYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4C9,
        name: "HANGUL SYLLABLE DYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4CA,
        name: "HANGUL SYLLABLE DYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4CB,
        name: "HANGUL SYLLABLE DYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4CC,
        name: "HANGUL SYLLABLE DYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4CD,
        name: "HANGUL SYLLABLE DYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4CE,
        name: "HANGUL SYLLABLE DYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4CF,
        name: "HANGUL SYLLABLE DYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D0,
        name: "HANGUL SYLLABLE DYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D1,
        name: "HANGUL SYLLABLE DYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D2,
        name: "HANGUL SYLLABLE DYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D3,
        name: "HANGUL SYLLABLE DYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D4,
        name: "HANGUL SYLLABLE DYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D5,
        name: "HANGUL SYLLABLE DYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D6,
        name: "HANGUL SYLLABLE DYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D7,
        name: "HANGUL SYLLABLE DYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D8,
        name: "HANGUL SYLLABLE DYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4D9,
        name: "HANGUL SYLLABLE DYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4DA,
        name: "HANGUL SYLLABLE DYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4DB,
        name: "HANGUL SYLLABLE DYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4DC,
        name: "HANGUL SYLLABLE DEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4DD,
        name: "HANGUL SYLLABLE DEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4DE,
        name: "HANGUL SYLLABLE DEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4DF,
        name: "HANGUL SYLLABLE DEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E0,
        name: "HANGUL SYLLABLE DEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E1,
        name: "HANGUL SYLLABLE DEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E2,
        name: "HANGUL SYLLABLE DEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E3,
        name: "HANGUL SYLLABLE DEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E4,
        name: "HANGUL SYLLABLE DEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E5,
        name: "HANGUL SYLLABLE DEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E6,
        name: "HANGUL SYLLABLE DEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E7,
        name: "HANGUL SYLLABLE DEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E8,
        name: "HANGUL SYLLABLE DEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4E9,
        name: "HANGUL SYLLABLE DEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4EA,
        name: "HANGUL SYLLABLE DEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4EB,
        name: "HANGUL SYLLABLE DEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4EC,
        name: "HANGUL SYLLABLE DEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4ED,
        name: "HANGUL SYLLABLE DEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4EE,
        name: "HANGUL SYLLABLE DEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4EF,
        name: "HANGUL SYLLABLE DEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F0,
        name: "HANGUL SYLLABLE DEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F1,
        name: "HANGUL SYLLABLE DEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F2,
        name: "HANGUL SYLLABLE DEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F3,
        name: "HANGUL SYLLABLE DEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F4,
        name: "HANGUL SYLLABLE DEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F5,
        name: "HANGUL SYLLABLE DEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F6,
        name: "HANGUL SYLLABLE DEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F7,
        name: "HANGUL SYLLABLE DEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F8,
        name: "HANGUL SYLLABLE DYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4F9,
        name: "HANGUL SYLLABLE DYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4FA,
        name: "HANGUL SYLLABLE DYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4FB,
        name: "HANGUL SYLLABLE DYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4FC,
        name: "HANGUL SYLLABLE DYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4FD,
        name: "HANGUL SYLLABLE DYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4FE,
        name: "HANGUL SYLLABLE DYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB4FF,
        name: "HANGUL SYLLABLE DYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB500,
        name: "HANGUL SYLLABLE DYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB501,
        name: "HANGUL SYLLABLE DYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB502,
        name: "HANGUL SYLLABLE DYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB503,
        name: "HANGUL SYLLABLE DYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB504,
        name: "HANGUL SYLLABLE DYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB505,
        name: "HANGUL SYLLABLE DYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB506,
        name: "HANGUL SYLLABLE DYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB507,
        name: "HANGUL SYLLABLE DYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB508,
        name: "HANGUL SYLLABLE DYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB509,
        name: "HANGUL SYLLABLE DYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB50A,
        name: "HANGUL SYLLABLE DYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB50B,
        name: "HANGUL SYLLABLE DYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB50C,
        name: "HANGUL SYLLABLE DYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB50D,
        name: "HANGUL SYLLABLE DYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB50E,
        name: "HANGUL SYLLABLE DYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB50F,
        name: "HANGUL SYLLABLE DYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB510,
        name: "HANGUL SYLLABLE DYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB511,
        name: "HANGUL SYLLABLE DYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB512,
        name: "HANGUL SYLLABLE DYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB513,
        name: "HANGUL SYLLABLE DYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB514,
        name: "HANGUL SYLLABLE DI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB515,
        name: "HANGUL SYLLABLE DIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB516,
        name: "HANGUL SYLLABLE DIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB517,
        name: "HANGUL SYLLABLE DIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB518,
        name: "HANGUL SYLLABLE DIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB519,
        name: "HANGUL SYLLABLE DINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB51A,
        name: "HANGUL SYLLABLE DINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB51B,
        name: "HANGUL SYLLABLE DID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB51C,
        name: "HANGUL SYLLABLE DIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB51D,
        name: "HANGUL SYLLABLE DILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB51E,
        name: "HANGUL SYLLABLE DILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB51F,
        name: "HANGUL SYLLABLE DILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB520,
        name: "HANGUL SYLLABLE DILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB521,
        name: "HANGUL SYLLABLE DILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB522,
        name: "HANGUL SYLLABLE DILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB523,
        name: "HANGUL SYLLABLE DILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB524,
        name: "HANGUL SYLLABLE DIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB525,
        name: "HANGUL SYLLABLE DIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB526,
        name: "HANGUL SYLLABLE DIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB527,
        name: "HANGUL SYLLABLE DIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB528,
        name: "HANGUL SYLLABLE DISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB529,
        name: "HANGUL SYLLABLE DING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB52A,
        name: "HANGUL SYLLABLE DIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB52B,
        name: "HANGUL SYLLABLE DIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB52C,
        name: "HANGUL SYLLABLE DIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB52D,
        name: "HANGUL SYLLABLE DIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB52E,
        name: "HANGUL SYLLABLE DIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB52F,
        name: "HANGUL SYLLABLE DIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB530,
        name: "HANGUL SYLLABLE DDA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB531,
        name: "HANGUL SYLLABLE DDAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB532,
        name: "HANGUL SYLLABLE DDAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB533,
        name: "HANGUL SYLLABLE DDAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB534,
        name: "HANGUL SYLLABLE DDAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB535,
        name: "HANGUL SYLLABLE DDANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB536,
        name: "HANGUL SYLLABLE DDANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB537,
        name: "HANGUL SYLLABLE DDAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB538,
        name: "HANGUL SYLLABLE DDAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB539,
        name: "HANGUL SYLLABLE DDALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB53A,
        name: "HANGUL SYLLABLE DDALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB53B,
        name: "HANGUL SYLLABLE DDALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB53C,
        name: "HANGUL SYLLABLE DDALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB53D,
        name: "HANGUL SYLLABLE DDALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB53E,
        name: "HANGUL SYLLABLE DDALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB53F,
        name: "HANGUL SYLLABLE DDALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB540,
        name: "HANGUL SYLLABLE DDAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB541,
        name: "HANGUL SYLLABLE DDAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB542,
        name: "HANGUL SYLLABLE DDABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB543,
        name: "HANGUL SYLLABLE DDAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB544,
        name: "HANGUL SYLLABLE DDASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB545,
        name: "HANGUL SYLLABLE DDANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB546,
        name: "HANGUL SYLLABLE DDAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB547,
        name: "HANGUL SYLLABLE DDAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB548,
        name: "HANGUL SYLLABLE DDAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB549,
        name: "HANGUL SYLLABLE DDAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB54A,
        name: "HANGUL SYLLABLE DDAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB54B,
        name: "HANGUL SYLLABLE DDAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB54C,
        name: "HANGUL SYLLABLE DDAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB54D,
        name: "HANGUL SYLLABLE DDAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB54E,
        name: "HANGUL SYLLABLE DDAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB54F,
        name: "HANGUL SYLLABLE DDAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB550,
        name: "HANGUL SYLLABLE DDAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB551,
        name: "HANGUL SYLLABLE DDAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB552,
        name: "HANGUL SYLLABLE DDAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB553,
        name: "HANGUL SYLLABLE DDAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB554,
        name: "HANGUL SYLLABLE DDAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB555,
        name: "HANGUL SYLLABLE DDAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB556,
        name: "HANGUL SYLLABLE DDAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB557,
        name: "HANGUL SYLLABLE DDAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB558,
        name: "HANGUL SYLLABLE DDAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB559,
        name: "HANGUL SYLLABLE DDAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB55A,
        name: "HANGUL SYLLABLE DDAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB55B,
        name: "HANGUL SYLLABLE DDAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB55C,
        name: "HANGUL SYLLABLE DDAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB55D,
        name: "HANGUL SYLLABLE DDAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB55E,
        name: "HANGUL SYLLABLE DDAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB55F,
        name: "HANGUL SYLLABLE DDAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB560,
        name: "HANGUL SYLLABLE DDAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB561,
        name: "HANGUL SYLLABLE DDAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB562,
        name: "HANGUL SYLLABLE DDAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB563,
        name: "HANGUL SYLLABLE DDAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB564,
        name: "HANGUL SYLLABLE DDAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB565,
        name: "HANGUL SYLLABLE DDAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB566,
        name: "HANGUL SYLLABLE DDAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB567,
        name: "HANGUL SYLLABLE DDAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB568,
        name: "HANGUL SYLLABLE DDYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB569,
        name: "HANGUL SYLLABLE DDYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB56A,
        name: "HANGUL SYLLABLE DDYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB56B,
        name: "HANGUL SYLLABLE DDYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB56C,
        name: "HANGUL SYLLABLE DDYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB56D,
        name: "HANGUL SYLLABLE DDYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB56E,
        name: "HANGUL SYLLABLE DDYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB56F,
        name: "HANGUL SYLLABLE DDYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB570,
        name: "HANGUL SYLLABLE DDYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB571,
        name: "HANGUL SYLLABLE DDYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB572,
        name: "HANGUL SYLLABLE DDYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB573,
        name: "HANGUL SYLLABLE DDYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB574,
        name: "HANGUL SYLLABLE DDYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB575,
        name: "HANGUL SYLLABLE DDYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB576,
        name: "HANGUL SYLLABLE DDYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB577,
        name: "HANGUL SYLLABLE DDYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB578,
        name: "HANGUL SYLLABLE DDYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB579,
        name: "HANGUL SYLLABLE DDYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB57A,
        name: "HANGUL SYLLABLE DDYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB57B,
        name: "HANGUL SYLLABLE DDYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB57C,
        name: "HANGUL SYLLABLE DDYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB57D,
        name: "HANGUL SYLLABLE DDYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB57E,
        name: "HANGUL SYLLABLE DDYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB57F,
        name: "HANGUL SYLLABLE DDYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB580,
        name: "HANGUL SYLLABLE DDYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB581,
        name: "HANGUL SYLLABLE DDYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB582,
        name: "HANGUL SYLLABLE DDYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB583,
        name: "HANGUL SYLLABLE DDYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB584,
        name: "HANGUL SYLLABLE DDYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB585,
        name: "HANGUL SYLLABLE DDYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB586,
        name: "HANGUL SYLLABLE DDYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB587,
        name: "HANGUL SYLLABLE DDYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB588,
        name: "HANGUL SYLLABLE DDYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB589,
        name: "HANGUL SYLLABLE DDYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB58A,
        name: "HANGUL SYLLABLE DDYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB58B,
        name: "HANGUL SYLLABLE DDYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB58C,
        name: "HANGUL SYLLABLE DDYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB58D,
        name: "HANGUL SYLLABLE DDYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB58E,
        name: "HANGUL SYLLABLE DDYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB58F,
        name: "HANGUL SYLLABLE DDYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB590,
        name: "HANGUL SYLLABLE DDYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB591,
        name: "HANGUL SYLLABLE DDYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB592,
        name: "HANGUL SYLLABLE DDYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB593,
        name: "HANGUL SYLLABLE DDYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB594,
        name: "HANGUL SYLLABLE DDYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB595,
        name: "HANGUL SYLLABLE DDYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB596,
        name: "HANGUL SYLLABLE DDYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB597,
        name: "HANGUL SYLLABLE DDYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB598,
        name: "HANGUL SYLLABLE DDYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB599,
        name: "HANGUL SYLLABLE DDYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB59A,
        name: "HANGUL SYLLABLE DDYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB59B,
        name: "HANGUL SYLLABLE DDYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB59C,
        name: "HANGUL SYLLABLE DDYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB59D,
        name: "HANGUL SYLLABLE DDYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB59E,
        name: "HANGUL SYLLABLE DDYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB59F,
        name: "HANGUL SYLLABLE DDYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A0,
        name: "HANGUL SYLLABLE DDEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A1,
        name: "HANGUL SYLLABLE DDEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A2,
        name: "HANGUL SYLLABLE DDEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A3,
        name: "HANGUL SYLLABLE DDEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A4,
        name: "HANGUL SYLLABLE DDEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A5,
        name: "HANGUL SYLLABLE DDEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A6,
        name: "HANGUL SYLLABLE DDEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A7,
        name: "HANGUL SYLLABLE DDEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A8,
        name: "HANGUL SYLLABLE DDEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5A9,
        name: "HANGUL SYLLABLE DDEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5AA,
        name: "HANGUL SYLLABLE DDEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5AB,
        name: "HANGUL SYLLABLE DDEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5AC,
        name: "HANGUL SYLLABLE DDEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5AD,
        name: "HANGUL SYLLABLE DDEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5AE,
        name: "HANGUL SYLLABLE DDEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5AF,
        name: "HANGUL SYLLABLE DDEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B0,
        name: "HANGUL SYLLABLE DDEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B1,
        name: "HANGUL SYLLABLE DDEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B2,
        name: "HANGUL SYLLABLE DDEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B3,
        name: "HANGUL SYLLABLE DDEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B4,
        name: "HANGUL SYLLABLE DDEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B5,
        name: "HANGUL SYLLABLE DDEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B6,
        name: "HANGUL SYLLABLE DDEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B7,
        name: "HANGUL SYLLABLE DDEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B8,
        name: "HANGUL SYLLABLE DDEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5B9,
        name: "HANGUL SYLLABLE DDEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5BA,
        name: "HANGUL SYLLABLE DDEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5BB,
        name: "HANGUL SYLLABLE DDEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5BC,
        name: "HANGUL SYLLABLE DDE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5BD,
        name: "HANGUL SYLLABLE DDEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5BE,
        name: "HANGUL SYLLABLE DDEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5BF,
        name: "HANGUL SYLLABLE DDEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C0,
        name: "HANGUL SYLLABLE DDEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C1,
        name: "HANGUL SYLLABLE DDENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C2,
        name: "HANGUL SYLLABLE DDENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C3,
        name: "HANGUL SYLLABLE DDED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C4,
        name: "HANGUL SYLLABLE DDEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C5,
        name: "HANGUL SYLLABLE DDELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C6,
        name: "HANGUL SYLLABLE DDELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C7,
        name: "HANGUL SYLLABLE DDELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C8,
        name: "HANGUL SYLLABLE DDELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5C9,
        name: "HANGUL SYLLABLE DDELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5CA,
        name: "HANGUL SYLLABLE DDELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5CB,
        name: "HANGUL SYLLABLE DDELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5CC,
        name: "HANGUL SYLLABLE DDEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5CD,
        name: "HANGUL SYLLABLE DDEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5CE,
        name: "HANGUL SYLLABLE DDEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5CF,
        name: "HANGUL SYLLABLE DDES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D0,
        name: "HANGUL SYLLABLE DDESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D1,
        name: "HANGUL SYLLABLE DDENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D2,
        name: "HANGUL SYLLABLE DDEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D3,
        name: "HANGUL SYLLABLE DDEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D4,
        name: "HANGUL SYLLABLE DDEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D5,
        name: "HANGUL SYLLABLE DDET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D6,
        name: "HANGUL SYLLABLE DDEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D7,
        name: "HANGUL SYLLABLE DDEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D8,
        name: "HANGUL SYLLABLE DDYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5D9,
        name: "HANGUL SYLLABLE DDYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5DA,
        name: "HANGUL SYLLABLE DDYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5DB,
        name: "HANGUL SYLLABLE DDYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5DC,
        name: "HANGUL SYLLABLE DDYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5DD,
        name: "HANGUL SYLLABLE DDYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5DE,
        name: "HANGUL SYLLABLE DDYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5DF,
        name: "HANGUL SYLLABLE DDYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E0,
        name: "HANGUL SYLLABLE DDYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E1,
        name: "HANGUL SYLLABLE DDYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E2,
        name: "HANGUL SYLLABLE DDYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E3,
        name: "HANGUL SYLLABLE DDYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E4,
        name: "HANGUL SYLLABLE DDYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E5,
        name: "HANGUL SYLLABLE DDYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E6,
        name: "HANGUL SYLLABLE DDYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E7,
        name: "HANGUL SYLLABLE DDYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E8,
        name: "HANGUL SYLLABLE DDYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5E9,
        name: "HANGUL SYLLABLE DDYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5EA,
        name: "HANGUL SYLLABLE DDYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5EB,
        name: "HANGUL SYLLABLE DDYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5EC,
        name: "HANGUL SYLLABLE DDYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5ED,
        name: "HANGUL SYLLABLE DDYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5EE,
        name: "HANGUL SYLLABLE DDYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5EF,
        name: "HANGUL SYLLABLE DDYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F0,
        name: "HANGUL SYLLABLE DDYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F1,
        name: "HANGUL SYLLABLE DDYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F2,
        name: "HANGUL SYLLABLE DDYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F3,
        name: "HANGUL SYLLABLE DDYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F4,
        name: "HANGUL SYLLABLE DDYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F5,
        name: "HANGUL SYLLABLE DDYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F6,
        name: "HANGUL SYLLABLE DDYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F7,
        name: "HANGUL SYLLABLE DDYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F8,
        name: "HANGUL SYLLABLE DDYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5F9,
        name: "HANGUL SYLLABLE DDYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5FA,
        name: "HANGUL SYLLABLE DDYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5FB,
        name: "HANGUL SYLLABLE DDYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5FC,
        name: "HANGUL SYLLABLE DDYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5FD,
        name: "HANGUL SYLLABLE DDYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5FE,
        name: "HANGUL SYLLABLE DDYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB5FF,
        name: "HANGUL SYLLABLE DDYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB600,
        name: "HANGUL SYLLABLE DDYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB601,
        name: "HANGUL SYLLABLE DDYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB602,
        name: "HANGUL SYLLABLE DDYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB603,
        name: "HANGUL SYLLABLE DDYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB604,
        name: "HANGUL SYLLABLE DDYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB605,
        name: "HANGUL SYLLABLE DDYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB606,
        name: "HANGUL SYLLABLE DDYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB607,
        name: "HANGUL SYLLABLE DDYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB608,
        name: "HANGUL SYLLABLE DDYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB609,
        name: "HANGUL SYLLABLE DDYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB60A,
        name: "HANGUL SYLLABLE DDYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB60B,
        name: "HANGUL SYLLABLE DDYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB60C,
        name: "HANGUL SYLLABLE DDYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB60D,
        name: "HANGUL SYLLABLE DDYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB60E,
        name: "HANGUL SYLLABLE DDYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB60F,
        name: "HANGUL SYLLABLE DDYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB610,
        name: "HANGUL SYLLABLE DDO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB611,
        name: "HANGUL SYLLABLE DDOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB612,
        name: "HANGUL SYLLABLE DDOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB613,
        name: "HANGUL SYLLABLE DDOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB614,
        name: "HANGUL SYLLABLE DDON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB615,
        name: "HANGUL SYLLABLE DDONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB616,
        name: "HANGUL SYLLABLE DDONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB617,
        name: "HANGUL SYLLABLE DDOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB618,
        name: "HANGUL SYLLABLE DDOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB619,
        name: "HANGUL SYLLABLE DDOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB61A,
        name: "HANGUL SYLLABLE DDOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB61B,
        name: "HANGUL SYLLABLE DDOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB61C,
        name: "HANGUL SYLLABLE DDOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB61D,
        name: "HANGUL SYLLABLE DDOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB61E,
        name: "HANGUL SYLLABLE DDOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB61F,
        name: "HANGUL SYLLABLE DDOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB620,
        name: "HANGUL SYLLABLE DDOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB621,
        name: "HANGUL SYLLABLE DDOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB622,
        name: "HANGUL SYLLABLE DDOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB623,
        name: "HANGUL SYLLABLE DDOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB624,
        name: "HANGUL SYLLABLE DDOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB625,
        name: "HANGUL SYLLABLE DDONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB626,
        name: "HANGUL SYLLABLE DDOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB627,
        name: "HANGUL SYLLABLE DDOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB628,
        name: "HANGUL SYLLABLE DDOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB629,
        name: "HANGUL SYLLABLE DDOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB62A,
        name: "HANGUL SYLLABLE DDOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB62B,
        name: "HANGUL SYLLABLE DDOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB62C,
        name: "HANGUL SYLLABLE DDWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB62D,
        name: "HANGUL SYLLABLE DDWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB62E,
        name: "HANGUL SYLLABLE DDWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB62F,
        name: "HANGUL SYLLABLE DDWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB630,
        name: "HANGUL SYLLABLE DDWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB631,
        name: "HANGUL SYLLABLE DDWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB632,
        name: "HANGUL SYLLABLE DDWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB633,
        name: "HANGUL SYLLABLE DDWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB634,
        name: "HANGUL SYLLABLE DDWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB635,
        name: "HANGUL SYLLABLE DDWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB636,
        name: "HANGUL SYLLABLE DDWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB637,
        name: "HANGUL SYLLABLE DDWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB638,
        name: "HANGUL SYLLABLE DDWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB639,
        name: "HANGUL SYLLABLE DDWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB63A,
        name: "HANGUL SYLLABLE DDWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB63B,
        name: "HANGUL SYLLABLE DDWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB63C,
        name: "HANGUL SYLLABLE DDWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB63D,
        name: "HANGUL SYLLABLE DDWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB63E,
        name: "HANGUL SYLLABLE DDWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB63F,
        name: "HANGUL SYLLABLE DDWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB640,
        name: "HANGUL SYLLABLE DDWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB641,
        name: "HANGUL SYLLABLE DDWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB642,
        name: "HANGUL SYLLABLE DDWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB643,
        name: "HANGUL SYLLABLE DDWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB644,
        name: "HANGUL SYLLABLE DDWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB645,
        name: "HANGUL SYLLABLE DDWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB646,
        name: "HANGUL SYLLABLE DDWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB647,
        name: "HANGUL SYLLABLE DDWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB648,
        name: "HANGUL SYLLABLE DDWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB649,
        name: "HANGUL SYLLABLE DDWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB64A,
        name: "HANGUL SYLLABLE DDWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB64B,
        name: "HANGUL SYLLABLE DDWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB64C,
        name: "HANGUL SYLLABLE DDWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB64D,
        name: "HANGUL SYLLABLE DDWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB64E,
        name: "HANGUL SYLLABLE DDWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB64F,
        name: "HANGUL SYLLABLE DDWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB650,
        name: "HANGUL SYLLABLE DDWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB651,
        name: "HANGUL SYLLABLE DDWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB652,
        name: "HANGUL SYLLABLE DDWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB653,
        name: "HANGUL SYLLABLE DDWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB654,
        name: "HANGUL SYLLABLE DDWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB655,
        name: "HANGUL SYLLABLE DDWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB656,
        name: "HANGUL SYLLABLE DDWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB657,
        name: "HANGUL SYLLABLE DDWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB658,
        name: "HANGUL SYLLABLE DDWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB659,
        name: "HANGUL SYLLABLE DDWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB65A,
        name: "HANGUL SYLLABLE DDWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB65B,
        name: "HANGUL SYLLABLE DDWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB65C,
        name: "HANGUL SYLLABLE DDWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB65D,
        name: "HANGUL SYLLABLE DDWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB65E,
        name: "HANGUL SYLLABLE DDWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB65F,
        name: "HANGUL SYLLABLE DDWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB660,
        name: "HANGUL SYLLABLE DDWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB661,
        name: "HANGUL SYLLABLE DDWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB662,
        name: "HANGUL SYLLABLE DDWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB663,
        name: "HANGUL SYLLABLE DDWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB664,
        name: "HANGUL SYLLABLE DDOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB665,
        name: "HANGUL SYLLABLE DDOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB666,
        name: "HANGUL SYLLABLE DDOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB667,
        name: "HANGUL SYLLABLE DDOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB668,
        name: "HANGUL SYLLABLE DDOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB669,
        name: "HANGUL SYLLABLE DDOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB66A,
        name: "HANGUL SYLLABLE DDOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB66B,
        name: "HANGUL SYLLABLE DDOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB66C,
        name: "HANGUL SYLLABLE DDOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB66D,
        name: "HANGUL SYLLABLE DDOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB66E,
        name: "HANGUL SYLLABLE DDOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB66F,
        name: "HANGUL SYLLABLE DDOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB670,
        name: "HANGUL SYLLABLE DDOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB671,
        name: "HANGUL SYLLABLE DDOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB672,
        name: "HANGUL SYLLABLE DDOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB673,
        name: "HANGUL SYLLABLE DDOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB674,
        name: "HANGUL SYLLABLE DDOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB675,
        name: "HANGUL SYLLABLE DDOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB676,
        name: "HANGUL SYLLABLE DDOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB677,
        name: "HANGUL SYLLABLE DDOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB678,
        name: "HANGUL SYLLABLE DDOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB679,
        name: "HANGUL SYLLABLE DDOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB67A,
        name: "HANGUL SYLLABLE DDOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB67B,
        name: "HANGUL SYLLABLE DDOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB67C,
        name: "HANGUL SYLLABLE DDOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB67D,
        name: "HANGUL SYLLABLE DDOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB67E,
        name: "HANGUL SYLLABLE DDOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB67F,
        name: "HANGUL SYLLABLE DDOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB680,
        name: "HANGUL SYLLABLE DDYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB681,
        name: "HANGUL SYLLABLE DDYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB682,
        name: "HANGUL SYLLABLE DDYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB683,
        name: "HANGUL SYLLABLE DDYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB684,
        name: "HANGUL SYLLABLE DDYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB685,
        name: "HANGUL SYLLABLE DDYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB686,
        name: "HANGUL SYLLABLE DDYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB687,
        name: "HANGUL SYLLABLE DDYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB688,
        name: "HANGUL SYLLABLE DDYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB689,
        name: "HANGUL SYLLABLE DDYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB68A,
        name: "HANGUL SYLLABLE DDYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB68B,
        name: "HANGUL SYLLABLE DDYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB68C,
        name: "HANGUL SYLLABLE DDYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB68D,
        name: "HANGUL SYLLABLE DDYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB68E,
        name: "HANGUL SYLLABLE DDYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB68F,
        name: "HANGUL SYLLABLE DDYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB690,
        name: "HANGUL SYLLABLE DDYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB691,
        name: "HANGUL SYLLABLE DDYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB692,
        name: "HANGUL SYLLABLE DDYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB693,
        name: "HANGUL SYLLABLE DDYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB694,
        name: "HANGUL SYLLABLE DDYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB695,
        name: "HANGUL SYLLABLE DDYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB696,
        name: "HANGUL SYLLABLE DDYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB697,
        name: "HANGUL SYLLABLE DDYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB698,
        name: "HANGUL SYLLABLE DDYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB699,
        name: "HANGUL SYLLABLE DDYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB69A,
        name: "HANGUL SYLLABLE DDYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB69B,
        name: "HANGUL SYLLABLE DDYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB69C,
        name: "HANGUL SYLLABLE DDU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB69D,
        name: "HANGUL SYLLABLE DDUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB69E,
        name: "HANGUL SYLLABLE DDUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB69F,
        name: "HANGUL SYLLABLE DDUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A0,
        name: "HANGUL SYLLABLE DDUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A1,
        name: "HANGUL SYLLABLE DDUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A2,
        name: "HANGUL SYLLABLE DDUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A3,
        name: "HANGUL SYLLABLE DDUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A4,
        name: "HANGUL SYLLABLE DDUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A5,
        name: "HANGUL SYLLABLE DDULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A6,
        name: "HANGUL SYLLABLE DDULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A7,
        name: "HANGUL SYLLABLE DDULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A8,
        name: "HANGUL SYLLABLE DDULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6A9,
        name: "HANGUL SYLLABLE DDULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6AA,
        name: "HANGUL SYLLABLE DDULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6AB,
        name: "HANGUL SYLLABLE DDULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6AC,
        name: "HANGUL SYLLABLE DDUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6AD,
        name: "HANGUL SYLLABLE DDUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6AE,
        name: "HANGUL SYLLABLE DDUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6AF,
        name: "HANGUL SYLLABLE DDUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B0,
        name: "HANGUL SYLLABLE DDUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B1,
        name: "HANGUL SYLLABLE DDUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B2,
        name: "HANGUL SYLLABLE DDUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B3,
        name: "HANGUL SYLLABLE DDUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B4,
        name: "HANGUL SYLLABLE DDUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B5,
        name: "HANGUL SYLLABLE DDUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B6,
        name: "HANGUL SYLLABLE DDUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B7,
        name: "HANGUL SYLLABLE DDUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B8,
        name: "HANGUL SYLLABLE DDWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6B9,
        name: "HANGUL SYLLABLE DDWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6BA,
        name: "HANGUL SYLLABLE DDWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6BB,
        name: "HANGUL SYLLABLE DDWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6BC,
        name: "HANGUL SYLLABLE DDWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6BD,
        name: "HANGUL SYLLABLE DDWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6BE,
        name: "HANGUL SYLLABLE DDWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6BF,
        name: "HANGUL SYLLABLE DDWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C0,
        name: "HANGUL SYLLABLE DDWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C1,
        name: "HANGUL SYLLABLE DDWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C2,
        name: "HANGUL SYLLABLE DDWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C3,
        name: "HANGUL SYLLABLE DDWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C4,
        name: "HANGUL SYLLABLE DDWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C5,
        name: "HANGUL SYLLABLE DDWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C6,
        name: "HANGUL SYLLABLE DDWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C7,
        name: "HANGUL SYLLABLE DDWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C8,
        name: "HANGUL SYLLABLE DDWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6C9,
        name: "HANGUL SYLLABLE DDWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6CA,
        name: "HANGUL SYLLABLE DDWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6CB,
        name: "HANGUL SYLLABLE DDWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6CC,
        name: "HANGUL SYLLABLE DDWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6CD,
        name: "HANGUL SYLLABLE DDWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6CE,
        name: "HANGUL SYLLABLE DDWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6CF,
        name: "HANGUL SYLLABLE DDWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D0,
        name: "HANGUL SYLLABLE DDWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D1,
        name: "HANGUL SYLLABLE DDWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D2,
        name: "HANGUL SYLLABLE DDWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D3,
        name: "HANGUL SYLLABLE DDWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D4,
        name: "HANGUL SYLLABLE DDWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D5,
        name: "HANGUL SYLLABLE DDWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D6,
        name: "HANGUL SYLLABLE DDWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D7,
        name: "HANGUL SYLLABLE DDWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D8,
        name: "HANGUL SYLLABLE DDWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6D9,
        name: "HANGUL SYLLABLE DDWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6DA,
        name: "HANGUL SYLLABLE DDWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6DB,
        name: "HANGUL SYLLABLE DDWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6DC,
        name: "HANGUL SYLLABLE DDWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6DD,
        name: "HANGUL SYLLABLE DDWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6DE,
        name: "HANGUL SYLLABLE DDWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6DF,
        name: "HANGUL SYLLABLE DDWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E0,
        name: "HANGUL SYLLABLE DDWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E1,
        name: "HANGUL SYLLABLE DDWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E2,
        name: "HANGUL SYLLABLE DDWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E3,
        name: "HANGUL SYLLABLE DDWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E4,
        name: "HANGUL SYLLABLE DDWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E5,
        name: "HANGUL SYLLABLE DDWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E6,
        name: "HANGUL SYLLABLE DDWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E7,
        name: "HANGUL SYLLABLE DDWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E8,
        name: "HANGUL SYLLABLE DDWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6E9,
        name: "HANGUL SYLLABLE DDWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6EA,
        name: "HANGUL SYLLABLE DDWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6EB,
        name: "HANGUL SYLLABLE DDWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6EC,
        name: "HANGUL SYLLABLE DDWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6ED,
        name: "HANGUL SYLLABLE DDWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6EE,
        name: "HANGUL SYLLABLE DDWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6EF,
        name: "HANGUL SYLLABLE DDWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F0,
        name: "HANGUL SYLLABLE DDWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F1,
        name: "HANGUL SYLLABLE DDWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F2,
        name: "HANGUL SYLLABLE DDWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F3,
        name: "HANGUL SYLLABLE DDWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F4,
        name: "HANGUL SYLLABLE DDWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F5,
        name: "HANGUL SYLLABLE DDWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F6,
        name: "HANGUL SYLLABLE DDWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F7,
        name: "HANGUL SYLLABLE DDWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F8,
        name: "HANGUL SYLLABLE DDWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6F9,
        name: "HANGUL SYLLABLE DDWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6FA,
        name: "HANGUL SYLLABLE DDWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6FB,
        name: "HANGUL SYLLABLE DDWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6FC,
        name: "HANGUL SYLLABLE DDWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6FD,
        name: "HANGUL SYLLABLE DDWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6FE,
        name: "HANGUL SYLLABLE DDWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB6FF,
        name: "HANGUL SYLLABLE DDWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB700,
        name: "HANGUL SYLLABLE DDWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB701,
        name: "HANGUL SYLLABLE DDWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB702,
        name: "HANGUL SYLLABLE DDWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB703,
        name: "HANGUL SYLLABLE DDWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB704,
        name: "HANGUL SYLLABLE DDWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB705,
        name: "HANGUL SYLLABLE DDWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB706,
        name: "HANGUL SYLLABLE DDWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB707,
        name: "HANGUL SYLLABLE DDWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB708,
        name: "HANGUL SYLLABLE DDWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB709,
        name: "HANGUL SYLLABLE DDWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB70A,
        name: "HANGUL SYLLABLE DDWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB70B,
        name: "HANGUL SYLLABLE DDWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB70C,
        name: "HANGUL SYLLABLE DDYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB70D,
        name: "HANGUL SYLLABLE DDYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB70E,
        name: "HANGUL SYLLABLE DDYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB70F,
        name: "HANGUL SYLLABLE DDYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB710,
        name: "HANGUL SYLLABLE DDYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB711,
        name: "HANGUL SYLLABLE DDYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB712,
        name: "HANGUL SYLLABLE DDYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB713,
        name: "HANGUL SYLLABLE DDYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB714,
        name: "HANGUL SYLLABLE DDYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB715,
        name: "HANGUL SYLLABLE DDYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB716,
        name: "HANGUL SYLLABLE DDYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB717,
        name: "HANGUL SYLLABLE DDYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB718,
        name: "HANGUL SYLLABLE DDYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB719,
        name: "HANGUL SYLLABLE DDYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB71A,
        name: "HANGUL SYLLABLE DDYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB71B,
        name: "HANGUL SYLLABLE DDYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB71C,
        name: "HANGUL SYLLABLE DDYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB71D,
        name: "HANGUL SYLLABLE DDYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB71E,
        name: "HANGUL SYLLABLE DDYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB71F,
        name: "HANGUL SYLLABLE DDYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB720,
        name: "HANGUL SYLLABLE DDYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB721,
        name: "HANGUL SYLLABLE DDYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB722,
        name: "HANGUL SYLLABLE DDYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB723,
        name: "HANGUL SYLLABLE DDYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB724,
        name: "HANGUL SYLLABLE DDYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB725,
        name: "HANGUL SYLLABLE DDYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB726,
        name: "HANGUL SYLLABLE DDYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB727,
        name: "HANGUL SYLLABLE DDYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB728,
        name: "HANGUL SYLLABLE DDEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB729,
        name: "HANGUL SYLLABLE DDEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB72A,
        name: "HANGUL SYLLABLE DDEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB72B,
        name: "HANGUL SYLLABLE DDEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB72C,
        name: "HANGUL SYLLABLE DDEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB72D,
        name: "HANGUL SYLLABLE DDEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB72E,
        name: "HANGUL SYLLABLE DDEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB72F,
        name: "HANGUL SYLLABLE DDEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB730,
        name: "HANGUL SYLLABLE DDEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB731,
        name: "HANGUL SYLLABLE DDEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB732,
        name: "HANGUL SYLLABLE DDEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB733,
        name: "HANGUL SYLLABLE DDEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB734,
        name: "HANGUL SYLLABLE DDEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB735,
        name: "HANGUL SYLLABLE DDEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB736,
        name: "HANGUL SYLLABLE DDEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB737,
        name: "HANGUL SYLLABLE DDEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB738,
        name: "HANGUL SYLLABLE DDEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB739,
        name: "HANGUL SYLLABLE DDEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB73A,
        name: "HANGUL SYLLABLE DDEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB73B,
        name: "HANGUL SYLLABLE DDEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB73C,
        name: "HANGUL SYLLABLE DDEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB73D,
        name: "HANGUL SYLLABLE DDEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB73E,
        name: "HANGUL SYLLABLE DDEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB73F,
        name: "HANGUL SYLLABLE DDEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB740,
        name: "HANGUL SYLLABLE DDEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB741,
        name: "HANGUL SYLLABLE DDEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB742,
        name: "HANGUL SYLLABLE DDEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB743,
        name: "HANGUL SYLLABLE DDEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB744,
        name: "HANGUL SYLLABLE DDYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB745,
        name: "HANGUL SYLLABLE DDYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB746,
        name: "HANGUL SYLLABLE DDYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB747,
        name: "HANGUL SYLLABLE DDYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB748,
        name: "HANGUL SYLLABLE DDYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB749,
        name: "HANGUL SYLLABLE DDYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB74A,
        name: "HANGUL SYLLABLE DDYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB74B,
        name: "HANGUL SYLLABLE DDYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB74C,
        name: "HANGUL SYLLABLE DDYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB74D,
        name: "HANGUL SYLLABLE DDYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB74E,
        name: "HANGUL SYLLABLE DDYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB74F,
        name: "HANGUL SYLLABLE DDYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB750,
        name: "HANGUL SYLLABLE DDYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB751,
        name: "HANGUL SYLLABLE DDYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB752,
        name: "HANGUL SYLLABLE DDYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB753,
        name: "HANGUL SYLLABLE DDYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB754,
        name: "HANGUL SYLLABLE DDYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB755,
        name: "HANGUL SYLLABLE DDYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB756,
        name: "HANGUL SYLLABLE DDYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB757,
        name: "HANGUL SYLLABLE DDYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB758,
        name: "HANGUL SYLLABLE DDYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB759,
        name: "HANGUL SYLLABLE DDYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB75A,
        name: "HANGUL SYLLABLE DDYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB75B,
        name: "HANGUL SYLLABLE DDYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB75C,
        name: "HANGUL SYLLABLE DDYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB75D,
        name: "HANGUL SYLLABLE DDYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB75E,
        name: "HANGUL SYLLABLE DDYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB75F,
        name: "HANGUL SYLLABLE DDYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB760,
        name: "HANGUL SYLLABLE DDI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB761,
        name: "HANGUL SYLLABLE DDIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB762,
        name: "HANGUL SYLLABLE DDIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB763,
        name: "HANGUL SYLLABLE DDIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB764,
        name: "HANGUL SYLLABLE DDIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB765,
        name: "HANGUL SYLLABLE DDINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB766,
        name: "HANGUL SYLLABLE DDINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB767,
        name: "HANGUL SYLLABLE DDID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB768,
        name: "HANGUL SYLLABLE DDIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB769,
        name: "HANGUL SYLLABLE DDILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB76A,
        name: "HANGUL SYLLABLE DDILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB76B,
        name: "HANGUL SYLLABLE DDILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB76C,
        name: "HANGUL SYLLABLE DDILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB76D,
        name: "HANGUL SYLLABLE DDILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB76E,
        name: "HANGUL SYLLABLE DDILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB76F,
        name: "HANGUL SYLLABLE DDILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB770,
        name: "HANGUL SYLLABLE DDIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB771,
        name: "HANGUL SYLLABLE DDIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB772,
        name: "HANGUL SYLLABLE DDIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB773,
        name: "HANGUL SYLLABLE DDIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB774,
        name: "HANGUL SYLLABLE DDISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB775,
        name: "HANGUL SYLLABLE DDING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB776,
        name: "HANGUL SYLLABLE DDIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB777,
        name: "HANGUL SYLLABLE DDIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB778,
        name: "HANGUL SYLLABLE DDIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB779,
        name: "HANGUL SYLLABLE DDIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB77A,
        name: "HANGUL SYLLABLE DDIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB77B,
        name: "HANGUL SYLLABLE DDIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB77C,
        name: "HANGUL SYLLABLE RA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB77D,
        name: "HANGUL SYLLABLE RAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB77E,
        name: "HANGUL SYLLABLE RAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB77F,
        name: "HANGUL SYLLABLE RAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB780,
        name: "HANGUL SYLLABLE RAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB781,
        name: "HANGUL SYLLABLE RANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB782,
        name: "HANGUL SYLLABLE RANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB783,
        name: "HANGUL SYLLABLE RAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB784,
        name: "HANGUL SYLLABLE RAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB785,
        name: "HANGUL SYLLABLE RALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB786,
        name: "HANGUL SYLLABLE RALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB787,
        name: "HANGUL SYLLABLE RALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB788,
        name: "HANGUL SYLLABLE RALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB789,
        name: "HANGUL SYLLABLE RALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB78A,
        name: "HANGUL SYLLABLE RALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB78B,
        name: "HANGUL SYLLABLE RALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB78C,
        name: "HANGUL SYLLABLE RAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB78D,
        name: "HANGUL SYLLABLE RAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB78E,
        name: "HANGUL SYLLABLE RABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB78F,
        name: "HANGUL SYLLABLE RAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB790,
        name: "HANGUL SYLLABLE RASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB791,
        name: "HANGUL SYLLABLE RANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB792,
        name: "HANGUL SYLLABLE RAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB793,
        name: "HANGUL SYLLABLE RAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB794,
        name: "HANGUL SYLLABLE RAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB795,
        name: "HANGUL SYLLABLE RAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB796,
        name: "HANGUL SYLLABLE RAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB797,
        name: "HANGUL SYLLABLE RAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB798,
        name: "HANGUL SYLLABLE RAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB799,
        name: "HANGUL SYLLABLE RAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB79A,
        name: "HANGUL SYLLABLE RAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB79B,
        name: "HANGUL SYLLABLE RAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB79C,
        name: "HANGUL SYLLABLE RAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB79D,
        name: "HANGUL SYLLABLE RAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB79E,
        name: "HANGUL SYLLABLE RAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB79F,
        name: "HANGUL SYLLABLE RAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A0,
        name: "HANGUL SYLLABLE RAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A1,
        name: "HANGUL SYLLABLE RAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A2,
        name: "HANGUL SYLLABLE RAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A3,
        name: "HANGUL SYLLABLE RAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A4,
        name: "HANGUL SYLLABLE RAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A5,
        name: "HANGUL SYLLABLE RAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A6,
        name: "HANGUL SYLLABLE RAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A7,
        name: "HANGUL SYLLABLE RAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A8,
        name: "HANGUL SYLLABLE RAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7A9,
        name: "HANGUL SYLLABLE RAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7AA,
        name: "HANGUL SYLLABLE RAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7AB,
        name: "HANGUL SYLLABLE RAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7AC,
        name: "HANGUL SYLLABLE RAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7AD,
        name: "HANGUL SYLLABLE RAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7AE,
        name: "HANGUL SYLLABLE RAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7AF,
        name: "HANGUL SYLLABLE RAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B0,
        name: "HANGUL SYLLABLE RAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B1,
        name: "HANGUL SYLLABLE RAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B2,
        name: "HANGUL SYLLABLE RAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B3,
        name: "HANGUL SYLLABLE RAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B4,
        name: "HANGUL SYLLABLE RYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B5,
        name: "HANGUL SYLLABLE RYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B6,
        name: "HANGUL SYLLABLE RYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B7,
        name: "HANGUL SYLLABLE RYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B8,
        name: "HANGUL SYLLABLE RYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7B9,
        name: "HANGUL SYLLABLE RYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7BA,
        name: "HANGUL SYLLABLE RYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7BB,
        name: "HANGUL SYLLABLE RYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7BC,
        name: "HANGUL SYLLABLE RYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7BD,
        name: "HANGUL SYLLABLE RYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7BE,
        name: "HANGUL SYLLABLE RYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7BF,
        name: "HANGUL SYLLABLE RYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C0,
        name: "HANGUL SYLLABLE RYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C1,
        name: "HANGUL SYLLABLE RYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C2,
        name: "HANGUL SYLLABLE RYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C3,
        name: "HANGUL SYLLABLE RYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C4,
        name: "HANGUL SYLLABLE RYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C5,
        name: "HANGUL SYLLABLE RYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C6,
        name: "HANGUL SYLLABLE RYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C7,
        name: "HANGUL SYLLABLE RYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C8,
        name: "HANGUL SYLLABLE RYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7C9,
        name: "HANGUL SYLLABLE RYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7CA,
        name: "HANGUL SYLLABLE RYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7CB,
        name: "HANGUL SYLLABLE RYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7CC,
        name: "HANGUL SYLLABLE RYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7CD,
        name: "HANGUL SYLLABLE RYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7CE,
        name: "HANGUL SYLLABLE RYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7CF,
        name: "HANGUL SYLLABLE RYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D0,
        name: "HANGUL SYLLABLE RYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D1,
        name: "HANGUL SYLLABLE RYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D2,
        name: "HANGUL SYLLABLE RYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D3,
        name: "HANGUL SYLLABLE RYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D4,
        name: "HANGUL SYLLABLE RYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D5,
        name: "HANGUL SYLLABLE RYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D6,
        name: "HANGUL SYLLABLE RYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D7,
        name: "HANGUL SYLLABLE RYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D8,
        name: "HANGUL SYLLABLE RYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7D9,
        name: "HANGUL SYLLABLE RYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7DA,
        name: "HANGUL SYLLABLE RYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7DB,
        name: "HANGUL SYLLABLE RYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7DC,
        name: "HANGUL SYLLABLE RYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7DD,
        name: "HANGUL SYLLABLE RYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7DE,
        name: "HANGUL SYLLABLE RYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7DF,
        name: "HANGUL SYLLABLE RYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E0,
        name: "HANGUL SYLLABLE RYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E1,
        name: "HANGUL SYLLABLE RYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E2,
        name: "HANGUL SYLLABLE RYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E3,
        name: "HANGUL SYLLABLE RYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E4,
        name: "HANGUL SYLLABLE RYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E5,
        name: "HANGUL SYLLABLE RYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E6,
        name: "HANGUL SYLLABLE RYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E7,
        name: "HANGUL SYLLABLE RYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E8,
        name: "HANGUL SYLLABLE RYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7E9,
        name: "HANGUL SYLLABLE RYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7EA,
        name: "HANGUL SYLLABLE RYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7EB,
        name: "HANGUL SYLLABLE RYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7EC,
        name: "HANGUL SYLLABLE REO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7ED,
        name: "HANGUL SYLLABLE REOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7EE,
        name: "HANGUL SYLLABLE REOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7EF,
        name: "HANGUL SYLLABLE REOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F0,
        name: "HANGUL SYLLABLE REON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F1,
        name: "HANGUL SYLLABLE REONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F2,
        name: "HANGUL SYLLABLE REONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F3,
        name: "HANGUL SYLLABLE REOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F4,
        name: "HANGUL SYLLABLE REOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F5,
        name: "HANGUL SYLLABLE REOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F6,
        name: "HANGUL SYLLABLE REOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F7,
        name: "HANGUL SYLLABLE REOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F8,
        name: "HANGUL SYLLABLE REOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7F9,
        name: "HANGUL SYLLABLE REOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7FA,
        name: "HANGUL SYLLABLE REOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7FB,
        name: "HANGUL SYLLABLE REOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7FC,
        name: "HANGUL SYLLABLE REOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7FD,
        name: "HANGUL SYLLABLE REOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7FE,
        name: "HANGUL SYLLABLE REOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB7FF,
        name: "HANGUL SYLLABLE REOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB800,
        name: "HANGUL SYLLABLE REOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB801,
        name: "HANGUL SYLLABLE REONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB802,
        name: "HANGUL SYLLABLE REOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB803,
        name: "HANGUL SYLLABLE REOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB804,
        name: "HANGUL SYLLABLE REOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB805,
        name: "HANGUL SYLLABLE REOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB806,
        name: "HANGUL SYLLABLE REOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB807,
        name: "HANGUL SYLLABLE REOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB808,
        name: "HANGUL SYLLABLE RE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB809,
        name: "HANGUL SYLLABLE REG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB80A,
        name: "HANGUL SYLLABLE REGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB80B,
        name: "HANGUL SYLLABLE REGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB80C,
        name: "HANGUL SYLLABLE REN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB80D,
        name: "HANGUL SYLLABLE RENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB80E,
        name: "HANGUL SYLLABLE RENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB80F,
        name: "HANGUL SYLLABLE RED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB810,
        name: "HANGUL SYLLABLE REL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB811,
        name: "HANGUL SYLLABLE RELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB812,
        name: "HANGUL SYLLABLE RELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB813,
        name: "HANGUL SYLLABLE RELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB814,
        name: "HANGUL SYLLABLE RELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB815,
        name: "HANGUL SYLLABLE RELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB816,
        name: "HANGUL SYLLABLE RELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB817,
        name: "HANGUL SYLLABLE RELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB818,
        name: "HANGUL SYLLABLE REM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB819,
        name: "HANGUL SYLLABLE REB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB81A,
        name: "HANGUL SYLLABLE REBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB81B,
        name: "HANGUL SYLLABLE RES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB81C,
        name: "HANGUL SYLLABLE RESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB81D,
        name: "HANGUL SYLLABLE RENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB81E,
        name: "HANGUL SYLLABLE REJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB81F,
        name: "HANGUL SYLLABLE REC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB820,
        name: "HANGUL SYLLABLE REK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB821,
        name: "HANGUL SYLLABLE RET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB822,
        name: "HANGUL SYLLABLE REP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB823,
        name: "HANGUL SYLLABLE REH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB824,
        name: "HANGUL SYLLABLE RYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB825,
        name: "HANGUL SYLLABLE RYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB826,
        name: "HANGUL SYLLABLE RYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB827,
        name: "HANGUL SYLLABLE RYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB828,
        name: "HANGUL SYLLABLE RYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB829,
        name: "HANGUL SYLLABLE RYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB82A,
        name: "HANGUL SYLLABLE RYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB82B,
        name: "HANGUL SYLLABLE RYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB82C,
        name: "HANGUL SYLLABLE RYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB82D,
        name: "HANGUL SYLLABLE RYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB82E,
        name: "HANGUL SYLLABLE RYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB82F,
        name: "HANGUL SYLLABLE RYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB830,
        name: "HANGUL SYLLABLE RYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB831,
        name: "HANGUL SYLLABLE RYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB832,
        name: "HANGUL SYLLABLE RYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB833,
        name: "HANGUL SYLLABLE RYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB834,
        name: "HANGUL SYLLABLE RYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB835,
        name: "HANGUL SYLLABLE RYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB836,
        name: "HANGUL SYLLABLE RYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB837,
        name: "HANGUL SYLLABLE RYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB838,
        name: "HANGUL SYLLABLE RYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB839,
        name: "HANGUL SYLLABLE RYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB83A,
        name: "HANGUL SYLLABLE RYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB83B,
        name: "HANGUL SYLLABLE RYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB83C,
        name: "HANGUL SYLLABLE RYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB83D,
        name: "HANGUL SYLLABLE RYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB83E,
        name: "HANGUL SYLLABLE RYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB83F,
        name: "HANGUL SYLLABLE RYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB840,
        name: "HANGUL SYLLABLE RYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB841,
        name: "HANGUL SYLLABLE RYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB842,
        name: "HANGUL SYLLABLE RYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB843,
        name: "HANGUL SYLLABLE RYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB844,
        name: "HANGUL SYLLABLE RYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB845,
        name: "HANGUL SYLLABLE RYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB846,
        name: "HANGUL SYLLABLE RYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB847,
        name: "HANGUL SYLLABLE RYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB848,
        name: "HANGUL SYLLABLE RYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB849,
        name: "HANGUL SYLLABLE RYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB84A,
        name: "HANGUL SYLLABLE RYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB84B,
        name: "HANGUL SYLLABLE RYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB84C,
        name: "HANGUL SYLLABLE RYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB84D,
        name: "HANGUL SYLLABLE RYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB84E,
        name: "HANGUL SYLLABLE RYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB84F,
        name: "HANGUL SYLLABLE RYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB850,
        name: "HANGUL SYLLABLE RYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB851,
        name: "HANGUL SYLLABLE RYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB852,
        name: "HANGUL SYLLABLE RYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB853,
        name: "HANGUL SYLLABLE RYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB854,
        name: "HANGUL SYLLABLE RYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB855,
        name: "HANGUL SYLLABLE RYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB856,
        name: "HANGUL SYLLABLE RYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB857,
        name: "HANGUL SYLLABLE RYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB858,
        name: "HANGUL SYLLABLE RYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB859,
        name: "HANGUL SYLLABLE RYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB85A,
        name: "HANGUL SYLLABLE RYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB85B,
        name: "HANGUL SYLLABLE RYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB85C,
        name: "HANGUL SYLLABLE RO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB85D,
        name: "HANGUL SYLLABLE ROG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB85E,
        name: "HANGUL SYLLABLE ROGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB85F,
        name: "HANGUL SYLLABLE ROGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB860,
        name: "HANGUL SYLLABLE RON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB861,
        name: "HANGUL SYLLABLE RONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB862,
        name: "HANGUL SYLLABLE RONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB863,
        name: "HANGUL SYLLABLE ROD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB864,
        name: "HANGUL SYLLABLE ROL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB865,
        name: "HANGUL SYLLABLE ROLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB866,
        name: "HANGUL SYLLABLE ROLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB867,
        name: "HANGUL SYLLABLE ROLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB868,
        name: "HANGUL SYLLABLE ROLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB869,
        name: "HANGUL SYLLABLE ROLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB86A,
        name: "HANGUL SYLLABLE ROLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB86B,
        name: "HANGUL SYLLABLE ROLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB86C,
        name: "HANGUL SYLLABLE ROM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB86D,
        name: "HANGUL SYLLABLE ROB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB86E,
        name: "HANGUL SYLLABLE ROBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB86F,
        name: "HANGUL SYLLABLE ROS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB870,
        name: "HANGUL SYLLABLE ROSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB871,
        name: "HANGUL SYLLABLE RONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB872,
        name: "HANGUL SYLLABLE ROJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB873,
        name: "HANGUL SYLLABLE ROC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB874,
        name: "HANGUL SYLLABLE ROK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB875,
        name: "HANGUL SYLLABLE ROT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB876,
        name: "HANGUL SYLLABLE ROP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB877,
        name: "HANGUL SYLLABLE ROH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB878,
        name: "HANGUL SYLLABLE RWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB879,
        name: "HANGUL SYLLABLE RWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB87A,
        name: "HANGUL SYLLABLE RWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB87B,
        name: "HANGUL SYLLABLE RWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB87C,
        name: "HANGUL SYLLABLE RWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB87D,
        name: "HANGUL SYLLABLE RWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB87E,
        name: "HANGUL SYLLABLE RWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB87F,
        name: "HANGUL SYLLABLE RWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB880,
        name: "HANGUL SYLLABLE RWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB881,
        name: "HANGUL SYLLABLE RWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB882,
        name: "HANGUL SYLLABLE RWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB883,
        name: "HANGUL SYLLABLE RWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB884,
        name: "HANGUL SYLLABLE RWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB885,
        name: "HANGUL SYLLABLE RWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB886,
        name: "HANGUL SYLLABLE RWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB887,
        name: "HANGUL SYLLABLE RWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB888,
        name: "HANGUL SYLLABLE RWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB889,
        name: "HANGUL SYLLABLE RWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB88A,
        name: "HANGUL SYLLABLE RWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB88B,
        name: "HANGUL SYLLABLE RWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB88C,
        name: "HANGUL SYLLABLE RWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB88D,
        name: "HANGUL SYLLABLE RWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB88E,
        name: "HANGUL SYLLABLE RWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB88F,
        name: "HANGUL SYLLABLE RWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB890,
        name: "HANGUL SYLLABLE RWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB891,
        name: "HANGUL SYLLABLE RWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB892,
        name: "HANGUL SYLLABLE RWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB893,
        name: "HANGUL SYLLABLE RWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB894,
        name: "HANGUL SYLLABLE RWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB895,
        name: "HANGUL SYLLABLE RWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB896,
        name: "HANGUL SYLLABLE RWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB897,
        name: "HANGUL SYLLABLE RWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB898,
        name: "HANGUL SYLLABLE RWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB899,
        name: "HANGUL SYLLABLE RWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB89A,
        name: "HANGUL SYLLABLE RWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB89B,
        name: "HANGUL SYLLABLE RWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB89C,
        name: "HANGUL SYLLABLE RWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB89D,
        name: "HANGUL SYLLABLE RWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB89E,
        name: "HANGUL SYLLABLE RWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB89F,
        name: "HANGUL SYLLABLE RWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A0,
        name: "HANGUL SYLLABLE RWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A1,
        name: "HANGUL SYLLABLE RWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A2,
        name: "HANGUL SYLLABLE RWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A3,
        name: "HANGUL SYLLABLE RWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A4,
        name: "HANGUL SYLLABLE RWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A5,
        name: "HANGUL SYLLABLE RWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A6,
        name: "HANGUL SYLLABLE RWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A7,
        name: "HANGUL SYLLABLE RWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A8,
        name: "HANGUL SYLLABLE RWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8A9,
        name: "HANGUL SYLLABLE RWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8AA,
        name: "HANGUL SYLLABLE RWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8AB,
        name: "HANGUL SYLLABLE RWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8AC,
        name: "HANGUL SYLLABLE RWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8AD,
        name: "HANGUL SYLLABLE RWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8AE,
        name: "HANGUL SYLLABLE RWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8AF,
        name: "HANGUL SYLLABLE RWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B0,
        name: "HANGUL SYLLABLE ROE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B1,
        name: "HANGUL SYLLABLE ROEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B2,
        name: "HANGUL SYLLABLE ROEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B3,
        name: "HANGUL SYLLABLE ROEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B4,
        name: "HANGUL SYLLABLE ROEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B5,
        name: "HANGUL SYLLABLE ROENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B6,
        name: "HANGUL SYLLABLE ROENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B7,
        name: "HANGUL SYLLABLE ROED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B8,
        name: "HANGUL SYLLABLE ROEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8B9,
        name: "HANGUL SYLLABLE ROELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8BA,
        name: "HANGUL SYLLABLE ROELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8BB,
        name: "HANGUL SYLLABLE ROELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8BC,
        name: "HANGUL SYLLABLE ROELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8BD,
        name: "HANGUL SYLLABLE ROELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8BE,
        name: "HANGUL SYLLABLE ROELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8BF,
        name: "HANGUL SYLLABLE ROELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C0,
        name: "HANGUL SYLLABLE ROEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C1,
        name: "HANGUL SYLLABLE ROEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C2,
        name: "HANGUL SYLLABLE ROEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C3,
        name: "HANGUL SYLLABLE ROES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C4,
        name: "HANGUL SYLLABLE ROESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C5,
        name: "HANGUL SYLLABLE ROENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C6,
        name: "HANGUL SYLLABLE ROEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C7,
        name: "HANGUL SYLLABLE ROEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C8,
        name: "HANGUL SYLLABLE ROEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8C9,
        name: "HANGUL SYLLABLE ROET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8CA,
        name: "HANGUL SYLLABLE ROEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8CB,
        name: "HANGUL SYLLABLE ROEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8CC,
        name: "HANGUL SYLLABLE RYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8CD,
        name: "HANGUL SYLLABLE RYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8CE,
        name: "HANGUL SYLLABLE RYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8CF,
        name: "HANGUL SYLLABLE RYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D0,
        name: "HANGUL SYLLABLE RYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D1,
        name: "HANGUL SYLLABLE RYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D2,
        name: "HANGUL SYLLABLE RYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D3,
        name: "HANGUL SYLLABLE RYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D4,
        name: "HANGUL SYLLABLE RYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D5,
        name: "HANGUL SYLLABLE RYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D6,
        name: "HANGUL SYLLABLE RYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D7,
        name: "HANGUL SYLLABLE RYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D8,
        name: "HANGUL SYLLABLE RYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8D9,
        name: "HANGUL SYLLABLE RYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8DA,
        name: "HANGUL SYLLABLE RYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8DB,
        name: "HANGUL SYLLABLE RYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8DC,
        name: "HANGUL SYLLABLE RYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8DD,
        name: "HANGUL SYLLABLE RYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8DE,
        name: "HANGUL SYLLABLE RYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8DF,
        name: "HANGUL SYLLABLE RYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E0,
        name: "HANGUL SYLLABLE RYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E1,
        name: "HANGUL SYLLABLE RYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E2,
        name: "HANGUL SYLLABLE RYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E3,
        name: "HANGUL SYLLABLE RYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E4,
        name: "HANGUL SYLLABLE RYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E5,
        name: "HANGUL SYLLABLE RYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E6,
        name: "HANGUL SYLLABLE RYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E7,
        name: "HANGUL SYLLABLE RYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E8,
        name: "HANGUL SYLLABLE RU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8E9,
        name: "HANGUL SYLLABLE RUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8EA,
        name: "HANGUL SYLLABLE RUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8EB,
        name: "HANGUL SYLLABLE RUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8EC,
        name: "HANGUL SYLLABLE RUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8ED,
        name: "HANGUL SYLLABLE RUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8EE,
        name: "HANGUL SYLLABLE RUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8EF,
        name: "HANGUL SYLLABLE RUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F0,
        name: "HANGUL SYLLABLE RUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F1,
        name: "HANGUL SYLLABLE RULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F2,
        name: "HANGUL SYLLABLE RULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F3,
        name: "HANGUL SYLLABLE RULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F4,
        name: "HANGUL SYLLABLE RULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F5,
        name: "HANGUL SYLLABLE RULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F6,
        name: "HANGUL SYLLABLE RULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F7,
        name: "HANGUL SYLLABLE RULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F8,
        name: "HANGUL SYLLABLE RUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8F9,
        name: "HANGUL SYLLABLE RUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8FA,
        name: "HANGUL SYLLABLE RUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8FB,
        name: "HANGUL SYLLABLE RUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8FC,
        name: "HANGUL SYLLABLE RUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8FD,
        name: "HANGUL SYLLABLE RUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8FE,
        name: "HANGUL SYLLABLE RUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB8FF,
        name: "HANGUL SYLLABLE RUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB900,
        name: "HANGUL SYLLABLE RUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB901,
        name: "HANGUL SYLLABLE RUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB902,
        name: "HANGUL SYLLABLE RUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB903,
        name: "HANGUL SYLLABLE RUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB904,
        name: "HANGUL SYLLABLE RWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xB905,
        name: "HANGUL SYLLABLE RWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB906,
        name: "HANGUL SYLLABLE RWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB907,
        name: "HANGUL SYLLABLE RWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB908,
        name: "HANGUL SYLLABLE RWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xB909,
        name: "HANGUL SYLLABLE RWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB90A,
        name: "HANGUL SYLLABLE RWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB90B,
        name: "HANGUL SYLLABLE RWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB90C,
        name: "HANGUL SYLLABLE RWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB90D,
        name: "HANGUL SYLLABLE RWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB90E,
        name: "HANGUL SYLLABLE RWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB90F,
        name: "HANGUL SYLLABLE RWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB910,
        name: "HANGUL SYLLABLE RWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB911,
        name: "HANGUL SYLLABLE RWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB912,
        name: "HANGUL SYLLABLE RWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB913,
        name: "HANGUL SYLLABLE RWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB914,
        name: "HANGUL SYLLABLE RWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB915,
        name: "HANGUL SYLLABLE RWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB916,
        name: "HANGUL SYLLABLE RWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB917,
        name: "HANGUL SYLLABLE RWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB918,
        name: "HANGUL SYLLABLE RWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB919,
        name: "HANGUL SYLLABLE RWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB91A,
        name: "HANGUL SYLLABLE RWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB91B,
        name: "HANGUL SYLLABLE RWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB91C,
        name: "HANGUL SYLLABLE RWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB91D,
        name: "HANGUL SYLLABLE RWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB91E,
        name: "HANGUL SYLLABLE RWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB91F,
        name: "HANGUL SYLLABLE RWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB920,
        name: "HANGUL SYLLABLE RWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB921,
        name: "HANGUL SYLLABLE RWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB922,
        name: "HANGUL SYLLABLE RWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB923,
        name: "HANGUL SYLLABLE RWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB924,
        name: "HANGUL SYLLABLE RWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB925,
        name: "HANGUL SYLLABLE RWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB926,
        name: "HANGUL SYLLABLE RWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB927,
        name: "HANGUL SYLLABLE RWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB928,
        name: "HANGUL SYLLABLE RWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB929,
        name: "HANGUL SYLLABLE RWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB92A,
        name: "HANGUL SYLLABLE RWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB92B,
        name: "HANGUL SYLLABLE RWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB92C,
        name: "HANGUL SYLLABLE RWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB92D,
        name: "HANGUL SYLLABLE RWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB92E,
        name: "HANGUL SYLLABLE RWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB92F,
        name: "HANGUL SYLLABLE RWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB930,
        name: "HANGUL SYLLABLE RWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB931,
        name: "HANGUL SYLLABLE RWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB932,
        name: "HANGUL SYLLABLE RWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB933,
        name: "HANGUL SYLLABLE RWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB934,
        name: "HANGUL SYLLABLE RWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB935,
        name: "HANGUL SYLLABLE RWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB936,
        name: "HANGUL SYLLABLE RWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB937,
        name: "HANGUL SYLLABLE RWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB938,
        name: "HANGUL SYLLABLE RWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB939,
        name: "HANGUL SYLLABLE RWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB93A,
        name: "HANGUL SYLLABLE RWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB93B,
        name: "HANGUL SYLLABLE RWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB93C,
        name: "HANGUL SYLLABLE RWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB93D,
        name: "HANGUL SYLLABLE RWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB93E,
        name: "HANGUL SYLLABLE RWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB93F,
        name: "HANGUL SYLLABLE RWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB940,
        name: "HANGUL SYLLABLE RWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB941,
        name: "HANGUL SYLLABLE RWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB942,
        name: "HANGUL SYLLABLE RWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB943,
        name: "HANGUL SYLLABLE RWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB944,
        name: "HANGUL SYLLABLE RWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB945,
        name: "HANGUL SYLLABLE RWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB946,
        name: "HANGUL SYLLABLE RWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB947,
        name: "HANGUL SYLLABLE RWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB948,
        name: "HANGUL SYLLABLE RWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB949,
        name: "HANGUL SYLLABLE RWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB94A,
        name: "HANGUL SYLLABLE RWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB94B,
        name: "HANGUL SYLLABLE RWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB94C,
        name: "HANGUL SYLLABLE RWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB94D,
        name: "HANGUL SYLLABLE RWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB94E,
        name: "HANGUL SYLLABLE RWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB94F,
        name: "HANGUL SYLLABLE RWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB950,
        name: "HANGUL SYLLABLE RWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB951,
        name: "HANGUL SYLLABLE RWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB952,
        name: "HANGUL SYLLABLE RWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB953,
        name: "HANGUL SYLLABLE RWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB954,
        name: "HANGUL SYLLABLE RWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB955,
        name: "HANGUL SYLLABLE RWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB956,
        name: "HANGUL SYLLABLE RWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB957,
        name: "HANGUL SYLLABLE RWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB958,
        name: "HANGUL SYLLABLE RYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB959,
        name: "HANGUL SYLLABLE RYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB95A,
        name: "HANGUL SYLLABLE RYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB95B,
        name: "HANGUL SYLLABLE RYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB95C,
        name: "HANGUL SYLLABLE RYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB95D,
        name: "HANGUL SYLLABLE RYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB95E,
        name: "HANGUL SYLLABLE RYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB95F,
        name: "HANGUL SYLLABLE RYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB960,
        name: "HANGUL SYLLABLE RYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB961,
        name: "HANGUL SYLLABLE RYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB962,
        name: "HANGUL SYLLABLE RYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB963,
        name: "HANGUL SYLLABLE RYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB964,
        name: "HANGUL SYLLABLE RYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB965,
        name: "HANGUL SYLLABLE RYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB966,
        name: "HANGUL SYLLABLE RYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB967,
        name: "HANGUL SYLLABLE RYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB968,
        name: "HANGUL SYLLABLE RYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB969,
        name: "HANGUL SYLLABLE RYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB96A,
        name: "HANGUL SYLLABLE RYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB96B,
        name: "HANGUL SYLLABLE RYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB96C,
        name: "HANGUL SYLLABLE RYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB96D,
        name: "HANGUL SYLLABLE RYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB96E,
        name: "HANGUL SYLLABLE RYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB96F,
        name: "HANGUL SYLLABLE RYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB970,
        name: "HANGUL SYLLABLE RYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB971,
        name: "HANGUL SYLLABLE RYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB972,
        name: "HANGUL SYLLABLE RYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB973,
        name: "HANGUL SYLLABLE RYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB974,
        name: "HANGUL SYLLABLE REU",
    },
    Character {
        age: "2.0",
        codepoint: 0xB975,
        name: "HANGUL SYLLABLE REUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB976,
        name: "HANGUL SYLLABLE REUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB977,
        name: "HANGUL SYLLABLE REUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB978,
        name: "HANGUL SYLLABLE REUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB979,
        name: "HANGUL SYLLABLE REUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB97A,
        name: "HANGUL SYLLABLE REUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB97B,
        name: "HANGUL SYLLABLE REUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB97C,
        name: "HANGUL SYLLABLE REUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB97D,
        name: "HANGUL SYLLABLE REULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB97E,
        name: "HANGUL SYLLABLE REULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB97F,
        name: "HANGUL SYLLABLE REULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB980,
        name: "HANGUL SYLLABLE REULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB981,
        name: "HANGUL SYLLABLE REULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB982,
        name: "HANGUL SYLLABLE REULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB983,
        name: "HANGUL SYLLABLE REULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB984,
        name: "HANGUL SYLLABLE REUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB985,
        name: "HANGUL SYLLABLE REUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB986,
        name: "HANGUL SYLLABLE REUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB987,
        name: "HANGUL SYLLABLE REUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB988,
        name: "HANGUL SYLLABLE REUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB989,
        name: "HANGUL SYLLABLE REUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB98A,
        name: "HANGUL SYLLABLE REUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB98B,
        name: "HANGUL SYLLABLE REUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB98C,
        name: "HANGUL SYLLABLE REUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB98D,
        name: "HANGUL SYLLABLE REUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB98E,
        name: "HANGUL SYLLABLE REUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB98F,
        name: "HANGUL SYLLABLE REUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB990,
        name: "HANGUL SYLLABLE RYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB991,
        name: "HANGUL SYLLABLE RYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB992,
        name: "HANGUL SYLLABLE RYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB993,
        name: "HANGUL SYLLABLE RYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB994,
        name: "HANGUL SYLLABLE RYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB995,
        name: "HANGUL SYLLABLE RYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB996,
        name: "HANGUL SYLLABLE RYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB997,
        name: "HANGUL SYLLABLE RYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB998,
        name: "HANGUL SYLLABLE RYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB999,
        name: "HANGUL SYLLABLE RYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB99A,
        name: "HANGUL SYLLABLE RYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB99B,
        name: "HANGUL SYLLABLE RYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB99C,
        name: "HANGUL SYLLABLE RYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB99D,
        name: "HANGUL SYLLABLE RYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB99E,
        name: "HANGUL SYLLABLE RYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB99F,
        name: "HANGUL SYLLABLE RYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A0,
        name: "HANGUL SYLLABLE RYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A1,
        name: "HANGUL SYLLABLE RYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A2,
        name: "HANGUL SYLLABLE RYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A3,
        name: "HANGUL SYLLABLE RYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A4,
        name: "HANGUL SYLLABLE RYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A5,
        name: "HANGUL SYLLABLE RYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A6,
        name: "HANGUL SYLLABLE RYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A7,
        name: "HANGUL SYLLABLE RYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A8,
        name: "HANGUL SYLLABLE RYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9A9,
        name: "HANGUL SYLLABLE RYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9AA,
        name: "HANGUL SYLLABLE RYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9AB,
        name: "HANGUL SYLLABLE RYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9AC,
        name: "HANGUL SYLLABLE RI",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9AD,
        name: "HANGUL SYLLABLE RIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9AE,
        name: "HANGUL SYLLABLE RIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9AF,
        name: "HANGUL SYLLABLE RIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B0,
        name: "HANGUL SYLLABLE RIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B1,
        name: "HANGUL SYLLABLE RINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B2,
        name: "HANGUL SYLLABLE RINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B3,
        name: "HANGUL SYLLABLE RID",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B4,
        name: "HANGUL SYLLABLE RIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B5,
        name: "HANGUL SYLLABLE RILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B6,
        name: "HANGUL SYLLABLE RILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B7,
        name: "HANGUL SYLLABLE RILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B8,
        name: "HANGUL SYLLABLE RILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9B9,
        name: "HANGUL SYLLABLE RILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9BA,
        name: "HANGUL SYLLABLE RILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9BB,
        name: "HANGUL SYLLABLE RILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9BC,
        name: "HANGUL SYLLABLE RIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9BD,
        name: "HANGUL SYLLABLE RIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9BE,
        name: "HANGUL SYLLABLE RIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9BF,
        name: "HANGUL SYLLABLE RIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C0,
        name: "HANGUL SYLLABLE RISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C1,
        name: "HANGUL SYLLABLE RING",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C2,
        name: "HANGUL SYLLABLE RIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C3,
        name: "HANGUL SYLLABLE RIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C4,
        name: "HANGUL SYLLABLE RIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C5,
        name: "HANGUL SYLLABLE RIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C6,
        name: "HANGUL SYLLABLE RIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C7,
        name: "HANGUL SYLLABLE RIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C8,
        name: "HANGUL SYLLABLE MA",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9C9,
        name: "HANGUL SYLLABLE MAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9CA,
        name: "HANGUL SYLLABLE MAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9CB,
        name: "HANGUL SYLLABLE MAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9CC,
        name: "HANGUL SYLLABLE MAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9CD,
        name: "HANGUL SYLLABLE MANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9CE,
        name: "HANGUL SYLLABLE MANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9CF,
        name: "HANGUL SYLLABLE MAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D0,
        name: "HANGUL SYLLABLE MAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D1,
        name: "HANGUL SYLLABLE MALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D2,
        name: "HANGUL SYLLABLE MALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D3,
        name: "HANGUL SYLLABLE MALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D4,
        name: "HANGUL SYLLABLE MALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D5,
        name: "HANGUL SYLLABLE MALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D6,
        name: "HANGUL SYLLABLE MALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D7,
        name: "HANGUL SYLLABLE MALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D8,
        name: "HANGUL SYLLABLE MAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9D9,
        name: "HANGUL SYLLABLE MAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9DA,
        name: "HANGUL SYLLABLE MABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9DB,
        name: "HANGUL SYLLABLE MAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9DC,
        name: "HANGUL SYLLABLE MASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9DD,
        name: "HANGUL SYLLABLE MANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9DE,
        name: "HANGUL SYLLABLE MAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9DF,
        name: "HANGUL SYLLABLE MAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E0,
        name: "HANGUL SYLLABLE MAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E1,
        name: "HANGUL SYLLABLE MAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E2,
        name: "HANGUL SYLLABLE MAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E3,
        name: "HANGUL SYLLABLE MAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E4,
        name: "HANGUL SYLLABLE MAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E5,
        name: "HANGUL SYLLABLE MAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E6,
        name: "HANGUL SYLLABLE MAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E7,
        name: "HANGUL SYLLABLE MAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E8,
        name: "HANGUL SYLLABLE MAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9E9,
        name: "HANGUL SYLLABLE MAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9EA,
        name: "HANGUL SYLLABLE MAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9EB,
        name: "HANGUL SYLLABLE MAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9EC,
        name: "HANGUL SYLLABLE MAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9ED,
        name: "HANGUL SYLLABLE MAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9EE,
        name: "HANGUL SYLLABLE MAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9EF,
        name: "HANGUL SYLLABLE MAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F0,
        name: "HANGUL SYLLABLE MAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F1,
        name: "HANGUL SYLLABLE MAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F2,
        name: "HANGUL SYLLABLE MAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F3,
        name: "HANGUL SYLLABLE MAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F4,
        name: "HANGUL SYLLABLE MAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F5,
        name: "HANGUL SYLLABLE MAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F6,
        name: "HANGUL SYLLABLE MAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F7,
        name: "HANGUL SYLLABLE MAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F8,
        name: "HANGUL SYLLABLE MAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9F9,
        name: "HANGUL SYLLABLE MAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9FA,
        name: "HANGUL SYLLABLE MAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9FB,
        name: "HANGUL SYLLABLE MAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9FC,
        name: "HANGUL SYLLABLE MAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9FD,
        name: "HANGUL SYLLABLE MAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9FE,
        name: "HANGUL SYLLABLE MAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xB9FF,
        name: "HANGUL SYLLABLE MAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA00,
        name: "HANGUL SYLLABLE MYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA01,
        name: "HANGUL SYLLABLE MYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA02,
        name: "HANGUL SYLLABLE MYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA03,
        name: "HANGUL SYLLABLE MYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA04,
        name: "HANGUL SYLLABLE MYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA05,
        name: "HANGUL SYLLABLE MYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA06,
        name: "HANGUL SYLLABLE MYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA07,
        name: "HANGUL SYLLABLE MYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA08,
        name: "HANGUL SYLLABLE MYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA09,
        name: "HANGUL SYLLABLE MYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA0A,
        name: "HANGUL SYLLABLE MYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA0B,
        name: "HANGUL SYLLABLE MYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA0C,
        name: "HANGUL SYLLABLE MYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA0D,
        name: "HANGUL SYLLABLE MYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA0E,
        name: "HANGUL SYLLABLE MYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA0F,
        name: "HANGUL SYLLABLE MYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA10,
        name: "HANGUL SYLLABLE MYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA11,
        name: "HANGUL SYLLABLE MYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA12,
        name: "HANGUL SYLLABLE MYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA13,
        name: "HANGUL SYLLABLE MYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA14,
        name: "HANGUL SYLLABLE MYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA15,
        name: "HANGUL SYLLABLE MYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA16,
        name: "HANGUL SYLLABLE MYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA17,
        name: "HANGUL SYLLABLE MYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA18,
        name: "HANGUL SYLLABLE MYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA19,
        name: "HANGUL SYLLABLE MYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA1A,
        name: "HANGUL SYLLABLE MYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA1B,
        name: "HANGUL SYLLABLE MYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA1C,
        name: "HANGUL SYLLABLE MYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA1D,
        name: "HANGUL SYLLABLE MYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA1E,
        name: "HANGUL SYLLABLE MYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA1F,
        name: "HANGUL SYLLABLE MYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA20,
        name: "HANGUL SYLLABLE MYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA21,
        name: "HANGUL SYLLABLE MYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA22,
        name: "HANGUL SYLLABLE MYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA23,
        name: "HANGUL SYLLABLE MYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA24,
        name: "HANGUL SYLLABLE MYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA25,
        name: "HANGUL SYLLABLE MYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA26,
        name: "HANGUL SYLLABLE MYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA27,
        name: "HANGUL SYLLABLE MYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA28,
        name: "HANGUL SYLLABLE MYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA29,
        name: "HANGUL SYLLABLE MYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA2A,
        name: "HANGUL SYLLABLE MYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA2B,
        name: "HANGUL SYLLABLE MYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA2C,
        name: "HANGUL SYLLABLE MYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA2D,
        name: "HANGUL SYLLABLE MYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA2E,
        name: "HANGUL SYLLABLE MYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA2F,
        name: "HANGUL SYLLABLE MYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA30,
        name: "HANGUL SYLLABLE MYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA31,
        name: "HANGUL SYLLABLE MYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA32,
        name: "HANGUL SYLLABLE MYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA33,
        name: "HANGUL SYLLABLE MYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA34,
        name: "HANGUL SYLLABLE MYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA35,
        name: "HANGUL SYLLABLE MYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA36,
        name: "HANGUL SYLLABLE MYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA37,
        name: "HANGUL SYLLABLE MYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA38,
        name: "HANGUL SYLLABLE MEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA39,
        name: "HANGUL SYLLABLE MEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA3A,
        name: "HANGUL SYLLABLE MEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA3B,
        name: "HANGUL SYLLABLE MEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA3C,
        name: "HANGUL SYLLABLE MEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA3D,
        name: "HANGUL SYLLABLE MEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA3E,
        name: "HANGUL SYLLABLE MEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA3F,
        name: "HANGUL SYLLABLE MEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA40,
        name: "HANGUL SYLLABLE MEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA41,
        name: "HANGUL SYLLABLE MEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA42,
        name: "HANGUL SYLLABLE MEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA43,
        name: "HANGUL SYLLABLE MEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA44,
        name: "HANGUL SYLLABLE MEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA45,
        name: "HANGUL SYLLABLE MEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA46,
        name: "HANGUL SYLLABLE MEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA47,
        name: "HANGUL SYLLABLE MEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA48,
        name: "HANGUL SYLLABLE MEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA49,
        name: "HANGUL SYLLABLE MEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA4A,
        name: "HANGUL SYLLABLE MEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA4B,
        name: "HANGUL SYLLABLE MEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA4C,
        name: "HANGUL SYLLABLE MEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA4D,
        name: "HANGUL SYLLABLE MEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA4E,
        name: "HANGUL SYLLABLE MEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA4F,
        name: "HANGUL SYLLABLE MEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA50,
        name: "HANGUL SYLLABLE MEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA51,
        name: "HANGUL SYLLABLE MEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA52,
        name: "HANGUL SYLLABLE MEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA53,
        name: "HANGUL SYLLABLE MEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA54,
        name: "HANGUL SYLLABLE ME",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA55,
        name: "HANGUL SYLLABLE MEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA56,
        name: "HANGUL SYLLABLE MEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA57,
        name: "HANGUL SYLLABLE MEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA58,
        name: "HANGUL SYLLABLE MEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA59,
        name: "HANGUL SYLLABLE MENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA5A,
        name: "HANGUL SYLLABLE MENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA5B,
        name: "HANGUL SYLLABLE MED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA5C,
        name: "HANGUL SYLLABLE MEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA5D,
        name: "HANGUL SYLLABLE MELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA5E,
        name: "HANGUL SYLLABLE MELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA5F,
        name: "HANGUL SYLLABLE MELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA60,
        name: "HANGUL SYLLABLE MELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA61,
        name: "HANGUL SYLLABLE MELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA62,
        name: "HANGUL SYLLABLE MELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA63,
        name: "HANGUL SYLLABLE MELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA64,
        name: "HANGUL SYLLABLE MEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA65,
        name: "HANGUL SYLLABLE MEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA66,
        name: "HANGUL SYLLABLE MEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA67,
        name: "HANGUL SYLLABLE MES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA68,
        name: "HANGUL SYLLABLE MESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA69,
        name: "HANGUL SYLLABLE MENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA6A,
        name: "HANGUL SYLLABLE MEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA6B,
        name: "HANGUL SYLLABLE MEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA6C,
        name: "HANGUL SYLLABLE MEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA6D,
        name: "HANGUL SYLLABLE MET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA6E,
        name: "HANGUL SYLLABLE MEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA6F,
        name: "HANGUL SYLLABLE MEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA70,
        name: "HANGUL SYLLABLE MYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA71,
        name: "HANGUL SYLLABLE MYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA72,
        name: "HANGUL SYLLABLE MYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA73,
        name: "HANGUL SYLLABLE MYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA74,
        name: "HANGUL SYLLABLE MYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA75,
        name: "HANGUL SYLLABLE MYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA76,
        name: "HANGUL SYLLABLE MYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA77,
        name: "HANGUL SYLLABLE MYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA78,
        name: "HANGUL SYLLABLE MYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA79,
        name: "HANGUL SYLLABLE MYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA7A,
        name: "HANGUL SYLLABLE MYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA7B,
        name: "HANGUL SYLLABLE MYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA7C,
        name: "HANGUL SYLLABLE MYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA7D,
        name: "HANGUL SYLLABLE MYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA7E,
        name: "HANGUL SYLLABLE MYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA7F,
        name: "HANGUL SYLLABLE MYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA80,
        name: "HANGUL SYLLABLE MYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA81,
        name: "HANGUL SYLLABLE MYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA82,
        name: "HANGUL SYLLABLE MYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA83,
        name: "HANGUL SYLLABLE MYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA84,
        name: "HANGUL SYLLABLE MYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA85,
        name: "HANGUL SYLLABLE MYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA86,
        name: "HANGUL SYLLABLE MYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA87,
        name: "HANGUL SYLLABLE MYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA88,
        name: "HANGUL SYLLABLE MYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA89,
        name: "HANGUL SYLLABLE MYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA8A,
        name: "HANGUL SYLLABLE MYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA8B,
        name: "HANGUL SYLLABLE MYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA8C,
        name: "HANGUL SYLLABLE MYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA8D,
        name: "HANGUL SYLLABLE MYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA8E,
        name: "HANGUL SYLLABLE MYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA8F,
        name: "HANGUL SYLLABLE MYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA90,
        name: "HANGUL SYLLABLE MYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA91,
        name: "HANGUL SYLLABLE MYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA92,
        name: "HANGUL SYLLABLE MYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA93,
        name: "HANGUL SYLLABLE MYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA94,
        name: "HANGUL SYLLABLE MYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA95,
        name: "HANGUL SYLLABLE MYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA96,
        name: "HANGUL SYLLABLE MYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA97,
        name: "HANGUL SYLLABLE MYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA98,
        name: "HANGUL SYLLABLE MYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA99,
        name: "HANGUL SYLLABLE MYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA9A,
        name: "HANGUL SYLLABLE MYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA9B,
        name: "HANGUL SYLLABLE MYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA9C,
        name: "HANGUL SYLLABLE MYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA9D,
        name: "HANGUL SYLLABLE MYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA9E,
        name: "HANGUL SYLLABLE MYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBA9F,
        name: "HANGUL SYLLABLE MYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA0,
        name: "HANGUL SYLLABLE MYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA1,
        name: "HANGUL SYLLABLE MYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA2,
        name: "HANGUL SYLLABLE MYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA3,
        name: "HANGUL SYLLABLE MYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA4,
        name: "HANGUL SYLLABLE MYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA5,
        name: "HANGUL SYLLABLE MYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA6,
        name: "HANGUL SYLLABLE MYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA7,
        name: "HANGUL SYLLABLE MYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA8,
        name: "HANGUL SYLLABLE MO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAA9,
        name: "HANGUL SYLLABLE MOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAAA,
        name: "HANGUL SYLLABLE MOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAAB,
        name: "HANGUL SYLLABLE MOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAAC,
        name: "HANGUL SYLLABLE MON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAAD,
        name: "HANGUL SYLLABLE MONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAAE,
        name: "HANGUL SYLLABLE MONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAAF,
        name: "HANGUL SYLLABLE MOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB0,
        name: "HANGUL SYLLABLE MOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB1,
        name: "HANGUL SYLLABLE MOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB2,
        name: "HANGUL SYLLABLE MOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB3,
        name: "HANGUL SYLLABLE MOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB4,
        name: "HANGUL SYLLABLE MOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB5,
        name: "HANGUL SYLLABLE MOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB6,
        name: "HANGUL SYLLABLE MOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB7,
        name: "HANGUL SYLLABLE MOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB8,
        name: "HANGUL SYLLABLE MOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAB9,
        name: "HANGUL SYLLABLE MOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBABA,
        name: "HANGUL SYLLABLE MOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBABB,
        name: "HANGUL SYLLABLE MOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBABC,
        name: "HANGUL SYLLABLE MOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBABD,
        name: "HANGUL SYLLABLE MONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBABE,
        name: "HANGUL SYLLABLE MOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBABF,
        name: "HANGUL SYLLABLE MOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC0,
        name: "HANGUL SYLLABLE MOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC1,
        name: "HANGUL SYLLABLE MOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC2,
        name: "HANGUL SYLLABLE MOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC3,
        name: "HANGUL SYLLABLE MOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC4,
        name: "HANGUL SYLLABLE MWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC5,
        name: "HANGUL SYLLABLE MWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC6,
        name: "HANGUL SYLLABLE MWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC7,
        name: "HANGUL SYLLABLE MWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC8,
        name: "HANGUL SYLLABLE MWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAC9,
        name: "HANGUL SYLLABLE MWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBACA,
        name: "HANGUL SYLLABLE MWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBACB,
        name: "HANGUL SYLLABLE MWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBACC,
        name: "HANGUL SYLLABLE MWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBACD,
        name: "HANGUL SYLLABLE MWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBACE,
        name: "HANGUL SYLLABLE MWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBACF,
        name: "HANGUL SYLLABLE MWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD0,
        name: "HANGUL SYLLABLE MWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD1,
        name: "HANGUL SYLLABLE MWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD2,
        name: "HANGUL SYLLABLE MWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD3,
        name: "HANGUL SYLLABLE MWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD4,
        name: "HANGUL SYLLABLE MWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD5,
        name: "HANGUL SYLLABLE MWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD6,
        name: "HANGUL SYLLABLE MWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD7,
        name: "HANGUL SYLLABLE MWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD8,
        name: "HANGUL SYLLABLE MWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAD9,
        name: "HANGUL SYLLABLE MWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBADA,
        name: "HANGUL SYLLABLE MWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBADB,
        name: "HANGUL SYLLABLE MWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBADC,
        name: "HANGUL SYLLABLE MWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBADD,
        name: "HANGUL SYLLABLE MWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBADE,
        name: "HANGUL SYLLABLE MWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBADF,
        name: "HANGUL SYLLABLE MWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE0,
        name: "HANGUL SYLLABLE MWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE1,
        name: "HANGUL SYLLABLE MWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE2,
        name: "HANGUL SYLLABLE MWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE3,
        name: "HANGUL SYLLABLE MWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE4,
        name: "HANGUL SYLLABLE MWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE5,
        name: "HANGUL SYLLABLE MWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE6,
        name: "HANGUL SYLLABLE MWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE7,
        name: "HANGUL SYLLABLE MWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE8,
        name: "HANGUL SYLLABLE MWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAE9,
        name: "HANGUL SYLLABLE MWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAEA,
        name: "HANGUL SYLLABLE MWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAEB,
        name: "HANGUL SYLLABLE MWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAEC,
        name: "HANGUL SYLLABLE MWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAED,
        name: "HANGUL SYLLABLE MWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAEE,
        name: "HANGUL SYLLABLE MWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAEF,
        name: "HANGUL SYLLABLE MWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF0,
        name: "HANGUL SYLLABLE MWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF1,
        name: "HANGUL SYLLABLE MWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF2,
        name: "HANGUL SYLLABLE MWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF3,
        name: "HANGUL SYLLABLE MWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF4,
        name: "HANGUL SYLLABLE MWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF5,
        name: "HANGUL SYLLABLE MWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF6,
        name: "HANGUL SYLLABLE MWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF7,
        name: "HANGUL SYLLABLE MWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF8,
        name: "HANGUL SYLLABLE MWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAF9,
        name: "HANGUL SYLLABLE MWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAFA,
        name: "HANGUL SYLLABLE MWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAFB,
        name: "HANGUL SYLLABLE MWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAFC,
        name: "HANGUL SYLLABLE MOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAFD,
        name: "HANGUL SYLLABLE MOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAFE,
        name: "HANGUL SYLLABLE MOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBAFF,
        name: "HANGUL SYLLABLE MOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB00,
        name: "HANGUL SYLLABLE MOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB01,
        name: "HANGUL SYLLABLE MOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB02,
        name: "HANGUL SYLLABLE MOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB03,
        name: "HANGUL SYLLABLE MOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB04,
        name: "HANGUL SYLLABLE MOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB05,
        name: "HANGUL SYLLABLE MOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB06,
        name: "HANGUL SYLLABLE MOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB07,
        name: "HANGUL SYLLABLE MOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB08,
        name: "HANGUL SYLLABLE MOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB09,
        name: "HANGUL SYLLABLE MOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB0A,
        name: "HANGUL SYLLABLE MOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB0B,
        name: "HANGUL SYLLABLE MOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB0C,
        name: "HANGUL SYLLABLE MOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB0D,
        name: "HANGUL SYLLABLE MOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB0E,
        name: "HANGUL SYLLABLE MOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB0F,
        name: "HANGUL SYLLABLE MOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB10,
        name: "HANGUL SYLLABLE MOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB11,
        name: "HANGUL SYLLABLE MOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB12,
        name: "HANGUL SYLLABLE MOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB13,
        name: "HANGUL SYLLABLE MOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB14,
        name: "HANGUL SYLLABLE MOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB15,
        name: "HANGUL SYLLABLE MOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB16,
        name: "HANGUL SYLLABLE MOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB17,
        name: "HANGUL SYLLABLE MOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB18,
        name: "HANGUL SYLLABLE MYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB19,
        name: "HANGUL SYLLABLE MYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB1A,
        name: "HANGUL SYLLABLE MYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB1B,
        name: "HANGUL SYLLABLE MYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB1C,
        name: "HANGUL SYLLABLE MYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB1D,
        name: "HANGUL SYLLABLE MYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB1E,
        name: "HANGUL SYLLABLE MYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB1F,
        name: "HANGUL SYLLABLE MYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB20,
        name: "HANGUL SYLLABLE MYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB21,
        name: "HANGUL SYLLABLE MYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB22,
        name: "HANGUL SYLLABLE MYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB23,
        name: "HANGUL SYLLABLE MYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB24,
        name: "HANGUL SYLLABLE MYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB25,
        name: "HANGUL SYLLABLE MYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB26,
        name: "HANGUL SYLLABLE MYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB27,
        name: "HANGUL SYLLABLE MYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB28,
        name: "HANGUL SYLLABLE MYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB29,
        name: "HANGUL SYLLABLE MYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB2A,
        name: "HANGUL SYLLABLE MYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB2B,
        name: "HANGUL SYLLABLE MYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB2C,
        name: "HANGUL SYLLABLE MYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB2D,
        name: "HANGUL SYLLABLE MYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB2E,
        name: "HANGUL SYLLABLE MYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB2F,
        name: "HANGUL SYLLABLE MYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB30,
        name: "HANGUL SYLLABLE MYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB31,
        name: "HANGUL SYLLABLE MYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB32,
        name: "HANGUL SYLLABLE MYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB33,
        name: "HANGUL SYLLABLE MYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB34,
        name: "HANGUL SYLLABLE MU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB35,
        name: "HANGUL SYLLABLE MUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB36,
        name: "HANGUL SYLLABLE MUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB37,
        name: "HANGUL SYLLABLE MUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB38,
        name: "HANGUL SYLLABLE MUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB39,
        name: "HANGUL SYLLABLE MUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB3A,
        name: "HANGUL SYLLABLE MUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB3B,
        name: "HANGUL SYLLABLE MUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB3C,
        name: "HANGUL SYLLABLE MUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB3D,
        name: "HANGUL SYLLABLE MULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB3E,
        name: "HANGUL SYLLABLE MULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB3F,
        name: "HANGUL SYLLABLE MULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB40,
        name: "HANGUL SYLLABLE MULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB41,
        name: "HANGUL SYLLABLE MULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB42,
        name: "HANGUL SYLLABLE MULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB43,
        name: "HANGUL SYLLABLE MULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB44,
        name: "HANGUL SYLLABLE MUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB45,
        name: "HANGUL SYLLABLE MUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB46,
        name: "HANGUL SYLLABLE MUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB47,
        name: "HANGUL SYLLABLE MUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB48,
        name: "HANGUL SYLLABLE MUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB49,
        name: "HANGUL SYLLABLE MUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB4A,
        name: "HANGUL SYLLABLE MUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB4B,
        name: "HANGUL SYLLABLE MUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB4C,
        name: "HANGUL SYLLABLE MUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB4D,
        name: "HANGUL SYLLABLE MUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB4E,
        name: "HANGUL SYLLABLE MUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB4F,
        name: "HANGUL SYLLABLE MUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB50,
        name: "HANGUL SYLLABLE MWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB51,
        name: "HANGUL SYLLABLE MWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB52,
        name: "HANGUL SYLLABLE MWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB53,
        name: "HANGUL SYLLABLE MWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB54,
        name: "HANGUL SYLLABLE MWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB55,
        name: "HANGUL SYLLABLE MWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB56,
        name: "HANGUL SYLLABLE MWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB57,
        name: "HANGUL SYLLABLE MWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB58,
        name: "HANGUL SYLLABLE MWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB59,
        name: "HANGUL SYLLABLE MWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB5A,
        name: "HANGUL SYLLABLE MWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB5B,
        name: "HANGUL SYLLABLE MWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB5C,
        name: "HANGUL SYLLABLE MWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB5D,
        name: "HANGUL SYLLABLE MWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB5E,
        name: "HANGUL SYLLABLE MWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB5F,
        name: "HANGUL SYLLABLE MWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB60,
        name: "HANGUL SYLLABLE MWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB61,
        name: "HANGUL SYLLABLE MWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB62,
        name: "HANGUL SYLLABLE MWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB63,
        name: "HANGUL SYLLABLE MWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB64,
        name: "HANGUL SYLLABLE MWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB65,
        name: "HANGUL SYLLABLE MWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB66,
        name: "HANGUL SYLLABLE MWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB67,
        name: "HANGUL SYLLABLE MWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB68,
        name: "HANGUL SYLLABLE MWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB69,
        name: "HANGUL SYLLABLE MWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB6A,
        name: "HANGUL SYLLABLE MWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB6B,
        name: "HANGUL SYLLABLE MWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB6C,
        name: "HANGUL SYLLABLE MWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB6D,
        name: "HANGUL SYLLABLE MWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB6E,
        name: "HANGUL SYLLABLE MWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB6F,
        name: "HANGUL SYLLABLE MWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB70,
        name: "HANGUL SYLLABLE MWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB71,
        name: "HANGUL SYLLABLE MWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB72,
        name: "HANGUL SYLLABLE MWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB73,
        name: "HANGUL SYLLABLE MWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB74,
        name: "HANGUL SYLLABLE MWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB75,
        name: "HANGUL SYLLABLE MWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB76,
        name: "HANGUL SYLLABLE MWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB77,
        name: "HANGUL SYLLABLE MWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB78,
        name: "HANGUL SYLLABLE MWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB79,
        name: "HANGUL SYLLABLE MWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB7A,
        name: "HANGUL SYLLABLE MWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB7B,
        name: "HANGUL SYLLABLE MWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB7C,
        name: "HANGUL SYLLABLE MWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB7D,
        name: "HANGUL SYLLABLE MWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB7E,
        name: "HANGUL SYLLABLE MWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB7F,
        name: "HANGUL SYLLABLE MWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB80,
        name: "HANGUL SYLLABLE MWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB81,
        name: "HANGUL SYLLABLE MWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB82,
        name: "HANGUL SYLLABLE MWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB83,
        name: "HANGUL SYLLABLE MWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB84,
        name: "HANGUL SYLLABLE MWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB85,
        name: "HANGUL SYLLABLE MWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB86,
        name: "HANGUL SYLLABLE MWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB87,
        name: "HANGUL SYLLABLE MWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB88,
        name: "HANGUL SYLLABLE MWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB89,
        name: "HANGUL SYLLABLE MWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB8A,
        name: "HANGUL SYLLABLE MWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB8B,
        name: "HANGUL SYLLABLE MWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB8C,
        name: "HANGUL SYLLABLE MWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB8D,
        name: "HANGUL SYLLABLE MWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB8E,
        name: "HANGUL SYLLABLE MWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB8F,
        name: "HANGUL SYLLABLE MWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB90,
        name: "HANGUL SYLLABLE MWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB91,
        name: "HANGUL SYLLABLE MWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB92,
        name: "HANGUL SYLLABLE MWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB93,
        name: "HANGUL SYLLABLE MWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB94,
        name: "HANGUL SYLLABLE MWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB95,
        name: "HANGUL SYLLABLE MWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB96,
        name: "HANGUL SYLLABLE MWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB97,
        name: "HANGUL SYLLABLE MWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB98,
        name: "HANGUL SYLLABLE MWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB99,
        name: "HANGUL SYLLABLE MWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB9A,
        name: "HANGUL SYLLABLE MWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB9B,
        name: "HANGUL SYLLABLE MWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB9C,
        name: "HANGUL SYLLABLE MWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB9D,
        name: "HANGUL SYLLABLE MWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB9E,
        name: "HANGUL SYLLABLE MWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBB9F,
        name: "HANGUL SYLLABLE MWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA0,
        name: "HANGUL SYLLABLE MWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA1,
        name: "HANGUL SYLLABLE MWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA2,
        name: "HANGUL SYLLABLE MWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA3,
        name: "HANGUL SYLLABLE MWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA4,
        name: "HANGUL SYLLABLE MYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA5,
        name: "HANGUL SYLLABLE MYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA6,
        name: "HANGUL SYLLABLE MYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA7,
        name: "HANGUL SYLLABLE MYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA8,
        name: "HANGUL SYLLABLE MYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBA9,
        name: "HANGUL SYLLABLE MYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBAA,
        name: "HANGUL SYLLABLE MYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBAB,
        name: "HANGUL SYLLABLE MYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBAC,
        name: "HANGUL SYLLABLE MYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBAD,
        name: "HANGUL SYLLABLE MYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBAE,
        name: "HANGUL SYLLABLE MYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBAF,
        name: "HANGUL SYLLABLE MYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB0,
        name: "HANGUL SYLLABLE MYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB1,
        name: "HANGUL SYLLABLE MYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB2,
        name: "HANGUL SYLLABLE MYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB3,
        name: "HANGUL SYLLABLE MYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB4,
        name: "HANGUL SYLLABLE MYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB5,
        name: "HANGUL SYLLABLE MYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB6,
        name: "HANGUL SYLLABLE MYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB7,
        name: "HANGUL SYLLABLE MYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB8,
        name: "HANGUL SYLLABLE MYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBB9,
        name: "HANGUL SYLLABLE MYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBBA,
        name: "HANGUL SYLLABLE MYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBBB,
        name: "HANGUL SYLLABLE MYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBBC,
        name: "HANGUL SYLLABLE MYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBBD,
        name: "HANGUL SYLLABLE MYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBBE,
        name: "HANGUL SYLLABLE MYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBBF,
        name: "HANGUL SYLLABLE MYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC0,
        name: "HANGUL SYLLABLE MEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC1,
        name: "HANGUL SYLLABLE MEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC2,
        name: "HANGUL SYLLABLE MEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC3,
        name: "HANGUL SYLLABLE MEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC4,
        name: "HANGUL SYLLABLE MEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC5,
        name: "HANGUL SYLLABLE MEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC6,
        name: "HANGUL SYLLABLE MEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC7,
        name: "HANGUL SYLLABLE MEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC8,
        name: "HANGUL SYLLABLE MEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBC9,
        name: "HANGUL SYLLABLE MEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBCA,
        name: "HANGUL SYLLABLE MEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBCB,
        name: "HANGUL SYLLABLE MEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBCC,
        name: "HANGUL SYLLABLE MEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBCD,
        name: "HANGUL SYLLABLE MEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBCE,
        name: "HANGUL SYLLABLE MEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBCF,
        name: "HANGUL SYLLABLE MEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD0,
        name: "HANGUL SYLLABLE MEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD1,
        name: "HANGUL SYLLABLE MEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD2,
        name: "HANGUL SYLLABLE MEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD3,
        name: "HANGUL SYLLABLE MEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD4,
        name: "HANGUL SYLLABLE MEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD5,
        name: "HANGUL SYLLABLE MEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD6,
        name: "HANGUL SYLLABLE MEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD7,
        name: "HANGUL SYLLABLE MEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD8,
        name: "HANGUL SYLLABLE MEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBD9,
        name: "HANGUL SYLLABLE MEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBDA,
        name: "HANGUL SYLLABLE MEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBDB,
        name: "HANGUL SYLLABLE MEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBDC,
        name: "HANGUL SYLLABLE MYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBDD,
        name: "HANGUL SYLLABLE MYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBDE,
        name: "HANGUL SYLLABLE MYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBDF,
        name: "HANGUL SYLLABLE MYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE0,
        name: "HANGUL SYLLABLE MYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE1,
        name: "HANGUL SYLLABLE MYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE2,
        name: "HANGUL SYLLABLE MYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE3,
        name: "HANGUL SYLLABLE MYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE4,
        name: "HANGUL SYLLABLE MYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE5,
        name: "HANGUL SYLLABLE MYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE6,
        name: "HANGUL SYLLABLE MYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE7,
        name: "HANGUL SYLLABLE MYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE8,
        name: "HANGUL SYLLABLE MYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBE9,
        name: "HANGUL SYLLABLE MYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBEA,
        name: "HANGUL SYLLABLE MYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBEB,
        name: "HANGUL SYLLABLE MYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBEC,
        name: "HANGUL SYLLABLE MYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBED,
        name: "HANGUL SYLLABLE MYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBEE,
        name: "HANGUL SYLLABLE MYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBEF,
        name: "HANGUL SYLLABLE MYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF0,
        name: "HANGUL SYLLABLE MYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF1,
        name: "HANGUL SYLLABLE MYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF2,
        name: "HANGUL SYLLABLE MYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF3,
        name: "HANGUL SYLLABLE MYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF4,
        name: "HANGUL SYLLABLE MYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF5,
        name: "HANGUL SYLLABLE MYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF6,
        name: "HANGUL SYLLABLE MYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF7,
        name: "HANGUL SYLLABLE MYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF8,
        name: "HANGUL SYLLABLE MI",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBF9,
        name: "HANGUL SYLLABLE MIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBFA,
        name: "HANGUL SYLLABLE MIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBFB,
        name: "HANGUL SYLLABLE MIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBFC,
        name: "HANGUL SYLLABLE MIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBFD,
        name: "HANGUL SYLLABLE MINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBFE,
        name: "HANGUL SYLLABLE MINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBBFF,
        name: "HANGUL SYLLABLE MID",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC00,
        name: "HANGUL SYLLABLE MIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC01,
        name: "HANGUL SYLLABLE MILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC02,
        name: "HANGUL SYLLABLE MILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC03,
        name: "HANGUL SYLLABLE MILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC04,
        name: "HANGUL SYLLABLE MILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC05,
        name: "HANGUL SYLLABLE MILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC06,
        name: "HANGUL SYLLABLE MILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC07,
        name: "HANGUL SYLLABLE MILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC08,
        name: "HANGUL SYLLABLE MIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC09,
        name: "HANGUL SYLLABLE MIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC0A,
        name: "HANGUL SYLLABLE MIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC0B,
        name: "HANGUL SYLLABLE MIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC0C,
        name: "HANGUL SYLLABLE MISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC0D,
        name: "HANGUL SYLLABLE MING",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC0E,
        name: "HANGUL SYLLABLE MIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC0F,
        name: "HANGUL SYLLABLE MIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC10,
        name: "HANGUL SYLLABLE MIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC11,
        name: "HANGUL SYLLABLE MIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC12,
        name: "HANGUL SYLLABLE MIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC13,
        name: "HANGUL SYLLABLE MIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC14,
        name: "HANGUL SYLLABLE BA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC15,
        name: "HANGUL SYLLABLE BAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC16,
        name: "HANGUL SYLLABLE BAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC17,
        name: "HANGUL SYLLABLE BAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC18,
        name: "HANGUL SYLLABLE BAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC19,
        name: "HANGUL SYLLABLE BANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC1A,
        name: "HANGUL SYLLABLE BANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC1B,
        name: "HANGUL SYLLABLE BAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC1C,
        name: "HANGUL SYLLABLE BAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC1D,
        name: "HANGUL SYLLABLE BALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC1E,
        name: "HANGUL SYLLABLE BALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC1F,
        name: "HANGUL SYLLABLE BALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC20,
        name: "HANGUL SYLLABLE BALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC21,
        name: "HANGUL SYLLABLE BALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC22,
        name: "HANGUL SYLLABLE BALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC23,
        name: "HANGUL SYLLABLE BALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC24,
        name: "HANGUL SYLLABLE BAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC25,
        name: "HANGUL SYLLABLE BAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC26,
        name: "HANGUL SYLLABLE BABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC27,
        name: "HANGUL SYLLABLE BAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC28,
        name: "HANGUL SYLLABLE BASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC29,
        name: "HANGUL SYLLABLE BANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC2A,
        name: "HANGUL SYLLABLE BAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC2B,
        name: "HANGUL SYLLABLE BAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC2C,
        name: "HANGUL SYLLABLE BAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC2D,
        name: "HANGUL SYLLABLE BAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC2E,
        name: "HANGUL SYLLABLE BAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC2F,
        name: "HANGUL SYLLABLE BAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC30,
        name: "HANGUL SYLLABLE BAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC31,
        name: "HANGUL SYLLABLE BAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC32,
        name: "HANGUL SYLLABLE BAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC33,
        name: "HANGUL SYLLABLE BAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC34,
        name: "HANGUL SYLLABLE BAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC35,
        name: "HANGUL SYLLABLE BAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC36,
        name: "HANGUL SYLLABLE BAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC37,
        name: "HANGUL SYLLABLE BAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC38,
        name: "HANGUL SYLLABLE BAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC39,
        name: "HANGUL SYLLABLE BAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC3A,
        name: "HANGUL SYLLABLE BAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC3B,
        name: "HANGUL SYLLABLE BAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC3C,
        name: "HANGUL SYLLABLE BAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC3D,
        name: "HANGUL SYLLABLE BAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC3E,
        name: "HANGUL SYLLABLE BAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC3F,
        name: "HANGUL SYLLABLE BAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC40,
        name: "HANGUL SYLLABLE BAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC41,
        name: "HANGUL SYLLABLE BAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC42,
        name: "HANGUL SYLLABLE BAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC43,
        name: "HANGUL SYLLABLE BAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC44,
        name: "HANGUL SYLLABLE BAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC45,
        name: "HANGUL SYLLABLE BAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC46,
        name: "HANGUL SYLLABLE BAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC47,
        name: "HANGUL SYLLABLE BAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC48,
        name: "HANGUL SYLLABLE BAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC49,
        name: "HANGUL SYLLABLE BAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC4A,
        name: "HANGUL SYLLABLE BAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC4B,
        name: "HANGUL SYLLABLE BAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC4C,
        name: "HANGUL SYLLABLE BYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC4D,
        name: "HANGUL SYLLABLE BYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC4E,
        name: "HANGUL SYLLABLE BYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC4F,
        name: "HANGUL SYLLABLE BYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC50,
        name: "HANGUL SYLLABLE BYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC51,
        name: "HANGUL SYLLABLE BYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC52,
        name: "HANGUL SYLLABLE BYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC53,
        name: "HANGUL SYLLABLE BYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC54,
        name: "HANGUL SYLLABLE BYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC55,
        name: "HANGUL SYLLABLE BYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC56,
        name: "HANGUL SYLLABLE BYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC57,
        name: "HANGUL SYLLABLE BYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC58,
        name: "HANGUL SYLLABLE BYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC59,
        name: "HANGUL SYLLABLE BYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC5A,
        name: "HANGUL SYLLABLE BYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC5B,
        name: "HANGUL SYLLABLE BYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC5C,
        name: "HANGUL SYLLABLE BYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC5D,
        name: "HANGUL SYLLABLE BYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC5E,
        name: "HANGUL SYLLABLE BYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC5F,
        name: "HANGUL SYLLABLE BYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC60,
        name: "HANGUL SYLLABLE BYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC61,
        name: "HANGUL SYLLABLE BYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC62,
        name: "HANGUL SYLLABLE BYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC63,
        name: "HANGUL SYLLABLE BYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC64,
        name: "HANGUL SYLLABLE BYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC65,
        name: "HANGUL SYLLABLE BYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC66,
        name: "HANGUL SYLLABLE BYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC67,
        name: "HANGUL SYLLABLE BYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC68,
        name: "HANGUL SYLLABLE BYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC69,
        name: "HANGUL SYLLABLE BYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC6A,
        name: "HANGUL SYLLABLE BYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC6B,
        name: "HANGUL SYLLABLE BYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC6C,
        name: "HANGUL SYLLABLE BYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC6D,
        name: "HANGUL SYLLABLE BYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC6E,
        name: "HANGUL SYLLABLE BYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC6F,
        name: "HANGUL SYLLABLE BYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC70,
        name: "HANGUL SYLLABLE BYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC71,
        name: "HANGUL SYLLABLE BYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC72,
        name: "HANGUL SYLLABLE BYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC73,
        name: "HANGUL SYLLABLE BYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC74,
        name: "HANGUL SYLLABLE BYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC75,
        name: "HANGUL SYLLABLE BYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC76,
        name: "HANGUL SYLLABLE BYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC77,
        name: "HANGUL SYLLABLE BYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC78,
        name: "HANGUL SYLLABLE BYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC79,
        name: "HANGUL SYLLABLE BYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC7A,
        name: "HANGUL SYLLABLE BYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC7B,
        name: "HANGUL SYLLABLE BYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC7C,
        name: "HANGUL SYLLABLE BYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC7D,
        name: "HANGUL SYLLABLE BYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC7E,
        name: "HANGUL SYLLABLE BYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC7F,
        name: "HANGUL SYLLABLE BYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC80,
        name: "HANGUL SYLLABLE BYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC81,
        name: "HANGUL SYLLABLE BYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC82,
        name: "HANGUL SYLLABLE BYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC83,
        name: "HANGUL SYLLABLE BYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC84,
        name: "HANGUL SYLLABLE BEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC85,
        name: "HANGUL SYLLABLE BEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC86,
        name: "HANGUL SYLLABLE BEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC87,
        name: "HANGUL SYLLABLE BEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC88,
        name: "HANGUL SYLLABLE BEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC89,
        name: "HANGUL SYLLABLE BEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC8A,
        name: "HANGUL SYLLABLE BEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC8B,
        name: "HANGUL SYLLABLE BEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC8C,
        name: "HANGUL SYLLABLE BEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC8D,
        name: "HANGUL SYLLABLE BEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC8E,
        name: "HANGUL SYLLABLE BEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC8F,
        name: "HANGUL SYLLABLE BEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC90,
        name: "HANGUL SYLLABLE BEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC91,
        name: "HANGUL SYLLABLE BEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC92,
        name: "HANGUL SYLLABLE BEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC93,
        name: "HANGUL SYLLABLE BEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC94,
        name: "HANGUL SYLLABLE BEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC95,
        name: "HANGUL SYLLABLE BEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC96,
        name: "HANGUL SYLLABLE BEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC97,
        name: "HANGUL SYLLABLE BEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC98,
        name: "HANGUL SYLLABLE BEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC99,
        name: "HANGUL SYLLABLE BEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC9A,
        name: "HANGUL SYLLABLE BEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC9B,
        name: "HANGUL SYLLABLE BEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC9C,
        name: "HANGUL SYLLABLE BEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC9D,
        name: "HANGUL SYLLABLE BEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC9E,
        name: "HANGUL SYLLABLE BEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBC9F,
        name: "HANGUL SYLLABLE BEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA0,
        name: "HANGUL SYLLABLE BE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA1,
        name: "HANGUL SYLLABLE BEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA2,
        name: "HANGUL SYLLABLE BEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA3,
        name: "HANGUL SYLLABLE BEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA4,
        name: "HANGUL SYLLABLE BEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA5,
        name: "HANGUL SYLLABLE BENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA6,
        name: "HANGUL SYLLABLE BENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA7,
        name: "HANGUL SYLLABLE BED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA8,
        name: "HANGUL SYLLABLE BEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCA9,
        name: "HANGUL SYLLABLE BELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCAA,
        name: "HANGUL SYLLABLE BELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCAB,
        name: "HANGUL SYLLABLE BELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCAC,
        name: "HANGUL SYLLABLE BELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCAD,
        name: "HANGUL SYLLABLE BELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCAE,
        name: "HANGUL SYLLABLE BELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCAF,
        name: "HANGUL SYLLABLE BELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB0,
        name: "HANGUL SYLLABLE BEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB1,
        name: "HANGUL SYLLABLE BEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB2,
        name: "HANGUL SYLLABLE BEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB3,
        name: "HANGUL SYLLABLE BES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB4,
        name: "HANGUL SYLLABLE BESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB5,
        name: "HANGUL SYLLABLE BENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB6,
        name: "HANGUL SYLLABLE BEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB7,
        name: "HANGUL SYLLABLE BEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB8,
        name: "HANGUL SYLLABLE BEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCB9,
        name: "HANGUL SYLLABLE BET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCBA,
        name: "HANGUL SYLLABLE BEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCBB,
        name: "HANGUL SYLLABLE BEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCBC,
        name: "HANGUL SYLLABLE BYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCBD,
        name: "HANGUL SYLLABLE BYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCBE,
        name: "HANGUL SYLLABLE BYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCBF,
        name: "HANGUL SYLLABLE BYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC0,
        name: "HANGUL SYLLABLE BYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC1,
        name: "HANGUL SYLLABLE BYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC2,
        name: "HANGUL SYLLABLE BYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC3,
        name: "HANGUL SYLLABLE BYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC4,
        name: "HANGUL SYLLABLE BYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC5,
        name: "HANGUL SYLLABLE BYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC6,
        name: "HANGUL SYLLABLE BYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC7,
        name: "HANGUL SYLLABLE BYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC8,
        name: "HANGUL SYLLABLE BYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCC9,
        name: "HANGUL SYLLABLE BYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCCA,
        name: "HANGUL SYLLABLE BYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCCB,
        name: "HANGUL SYLLABLE BYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCCC,
        name: "HANGUL SYLLABLE BYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCCD,
        name: "HANGUL SYLLABLE BYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCCE,
        name: "HANGUL SYLLABLE BYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCCF,
        name: "HANGUL SYLLABLE BYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD0,
        name: "HANGUL SYLLABLE BYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD1,
        name: "HANGUL SYLLABLE BYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD2,
        name: "HANGUL SYLLABLE BYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD3,
        name: "HANGUL SYLLABLE BYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD4,
        name: "HANGUL SYLLABLE BYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD5,
        name: "HANGUL SYLLABLE BYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD6,
        name: "HANGUL SYLLABLE BYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD7,
        name: "HANGUL SYLLABLE BYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD8,
        name: "HANGUL SYLLABLE BYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCD9,
        name: "HANGUL SYLLABLE BYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCDA,
        name: "HANGUL SYLLABLE BYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCDB,
        name: "HANGUL SYLLABLE BYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCDC,
        name: "HANGUL SYLLABLE BYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCDD,
        name: "HANGUL SYLLABLE BYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCDE,
        name: "HANGUL SYLLABLE BYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCDF,
        name: "HANGUL SYLLABLE BYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE0,
        name: "HANGUL SYLLABLE BYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE1,
        name: "HANGUL SYLLABLE BYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE2,
        name: "HANGUL SYLLABLE BYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE3,
        name: "HANGUL SYLLABLE BYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE4,
        name: "HANGUL SYLLABLE BYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE5,
        name: "HANGUL SYLLABLE BYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE6,
        name: "HANGUL SYLLABLE BYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE7,
        name: "HANGUL SYLLABLE BYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE8,
        name: "HANGUL SYLLABLE BYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCE9,
        name: "HANGUL SYLLABLE BYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCEA,
        name: "HANGUL SYLLABLE BYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCEB,
        name: "HANGUL SYLLABLE BYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCEC,
        name: "HANGUL SYLLABLE BYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCED,
        name: "HANGUL SYLLABLE BYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCEE,
        name: "HANGUL SYLLABLE BYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCEF,
        name: "HANGUL SYLLABLE BYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF0,
        name: "HANGUL SYLLABLE BYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF1,
        name: "HANGUL SYLLABLE BYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF2,
        name: "HANGUL SYLLABLE BYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF3,
        name: "HANGUL SYLLABLE BYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF4,
        name: "HANGUL SYLLABLE BO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF5,
        name: "HANGUL SYLLABLE BOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF6,
        name: "HANGUL SYLLABLE BOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF7,
        name: "HANGUL SYLLABLE BOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF8,
        name: "HANGUL SYLLABLE BON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCF9,
        name: "HANGUL SYLLABLE BONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCFA,
        name: "HANGUL SYLLABLE BONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCFB,
        name: "HANGUL SYLLABLE BOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCFC,
        name: "HANGUL SYLLABLE BOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCFD,
        name: "HANGUL SYLLABLE BOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCFE,
        name: "HANGUL SYLLABLE BOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBCFF,
        name: "HANGUL SYLLABLE BOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD00,
        name: "HANGUL SYLLABLE BOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD01,
        name: "HANGUL SYLLABLE BOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD02,
        name: "HANGUL SYLLABLE BOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD03,
        name: "HANGUL SYLLABLE BOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD04,
        name: "HANGUL SYLLABLE BOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD05,
        name: "HANGUL SYLLABLE BOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD06,
        name: "HANGUL SYLLABLE BOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD07,
        name: "HANGUL SYLLABLE BOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD08,
        name: "HANGUL SYLLABLE BOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD09,
        name: "HANGUL SYLLABLE BONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD0A,
        name: "HANGUL SYLLABLE BOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD0B,
        name: "HANGUL SYLLABLE BOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD0C,
        name: "HANGUL SYLLABLE BOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD0D,
        name: "HANGUL SYLLABLE BOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD0E,
        name: "HANGUL SYLLABLE BOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD0F,
        name: "HANGUL SYLLABLE BOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD10,
        name: "HANGUL SYLLABLE BWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD11,
        name: "HANGUL SYLLABLE BWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD12,
        name: "HANGUL SYLLABLE BWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD13,
        name: "HANGUL SYLLABLE BWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD14,
        name: "HANGUL SYLLABLE BWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD15,
        name: "HANGUL SYLLABLE BWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD16,
        name: "HANGUL SYLLABLE BWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD17,
        name: "HANGUL SYLLABLE BWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD18,
        name: "HANGUL SYLLABLE BWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD19,
        name: "HANGUL SYLLABLE BWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD1A,
        name: "HANGUL SYLLABLE BWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD1B,
        name: "HANGUL SYLLABLE BWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD1C,
        name: "HANGUL SYLLABLE BWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD1D,
        name: "HANGUL SYLLABLE BWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD1E,
        name: "HANGUL SYLLABLE BWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD1F,
        name: "HANGUL SYLLABLE BWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD20,
        name: "HANGUL SYLLABLE BWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD21,
        name: "HANGUL SYLLABLE BWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD22,
        name: "HANGUL SYLLABLE BWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD23,
        name: "HANGUL SYLLABLE BWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD24,
        name: "HANGUL SYLLABLE BWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD25,
        name: "HANGUL SYLLABLE BWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD26,
        name: "HANGUL SYLLABLE BWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD27,
        name: "HANGUL SYLLABLE BWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD28,
        name: "HANGUL SYLLABLE BWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD29,
        name: "HANGUL SYLLABLE BWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD2A,
        name: "HANGUL SYLLABLE BWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD2B,
        name: "HANGUL SYLLABLE BWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD2C,
        name: "HANGUL SYLLABLE BWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD2D,
        name: "HANGUL SYLLABLE BWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD2E,
        name: "HANGUL SYLLABLE BWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD2F,
        name: "HANGUL SYLLABLE BWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD30,
        name: "HANGUL SYLLABLE BWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD31,
        name: "HANGUL SYLLABLE BWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD32,
        name: "HANGUL SYLLABLE BWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD33,
        name: "HANGUL SYLLABLE BWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD34,
        name: "HANGUL SYLLABLE BWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD35,
        name: "HANGUL SYLLABLE BWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD36,
        name: "HANGUL SYLLABLE BWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD37,
        name: "HANGUL SYLLABLE BWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD38,
        name: "HANGUL SYLLABLE BWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD39,
        name: "HANGUL SYLLABLE BWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD3A,
        name: "HANGUL SYLLABLE BWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD3B,
        name: "HANGUL SYLLABLE BWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD3C,
        name: "HANGUL SYLLABLE BWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD3D,
        name: "HANGUL SYLLABLE BWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD3E,
        name: "HANGUL SYLLABLE BWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD3F,
        name: "HANGUL SYLLABLE BWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD40,
        name: "HANGUL SYLLABLE BWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD41,
        name: "HANGUL SYLLABLE BWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD42,
        name: "HANGUL SYLLABLE BWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD43,
        name: "HANGUL SYLLABLE BWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD44,
        name: "HANGUL SYLLABLE BWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD45,
        name: "HANGUL SYLLABLE BWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD46,
        name: "HANGUL SYLLABLE BWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD47,
        name: "HANGUL SYLLABLE BWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD48,
        name: "HANGUL SYLLABLE BOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD49,
        name: "HANGUL SYLLABLE BOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD4A,
        name: "HANGUL SYLLABLE BOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD4B,
        name: "HANGUL SYLLABLE BOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD4C,
        name: "HANGUL SYLLABLE BOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD4D,
        name: "HANGUL SYLLABLE BOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD4E,
        name: "HANGUL SYLLABLE BOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD4F,
        name: "HANGUL SYLLABLE BOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD50,
        name: "HANGUL SYLLABLE BOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD51,
        name: "HANGUL SYLLABLE BOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD52,
        name: "HANGUL SYLLABLE BOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD53,
        name: "HANGUL SYLLABLE BOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD54,
        name: "HANGUL SYLLABLE BOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD55,
        name: "HANGUL SYLLABLE BOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD56,
        name: "HANGUL SYLLABLE BOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD57,
        name: "HANGUL SYLLABLE BOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD58,
        name: "HANGUL SYLLABLE BOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD59,
        name: "HANGUL SYLLABLE BOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD5A,
        name: "HANGUL SYLLABLE BOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD5B,
        name: "HANGUL SYLLABLE BOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD5C,
        name: "HANGUL SYLLABLE BOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD5D,
        name: "HANGUL SYLLABLE BOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD5E,
        name: "HANGUL SYLLABLE BOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD5F,
        name: "HANGUL SYLLABLE BOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD60,
        name: "HANGUL SYLLABLE BOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD61,
        name: "HANGUL SYLLABLE BOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD62,
        name: "HANGUL SYLLABLE BOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD63,
        name: "HANGUL SYLLABLE BOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD64,
        name: "HANGUL SYLLABLE BYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD65,
        name: "HANGUL SYLLABLE BYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD66,
        name: "HANGUL SYLLABLE BYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD67,
        name: "HANGUL SYLLABLE BYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD68,
        name: "HANGUL SYLLABLE BYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD69,
        name: "HANGUL SYLLABLE BYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD6A,
        name: "HANGUL SYLLABLE BYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD6B,
        name: "HANGUL SYLLABLE BYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD6C,
        name: "HANGUL SYLLABLE BYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD6D,
        name: "HANGUL SYLLABLE BYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD6E,
        name: "HANGUL SYLLABLE BYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD6F,
        name: "HANGUL SYLLABLE BYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD70,
        name: "HANGUL SYLLABLE BYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD71,
        name: "HANGUL SYLLABLE BYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD72,
        name: "HANGUL SYLLABLE BYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD73,
        name: "HANGUL SYLLABLE BYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD74,
        name: "HANGUL SYLLABLE BYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD75,
        name: "HANGUL SYLLABLE BYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD76,
        name: "HANGUL SYLLABLE BYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD77,
        name: "HANGUL SYLLABLE BYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD78,
        name: "HANGUL SYLLABLE BYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD79,
        name: "HANGUL SYLLABLE BYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD7A,
        name: "HANGUL SYLLABLE BYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD7B,
        name: "HANGUL SYLLABLE BYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD7C,
        name: "HANGUL SYLLABLE BYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD7D,
        name: "HANGUL SYLLABLE BYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD7E,
        name: "HANGUL SYLLABLE BYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD7F,
        name: "HANGUL SYLLABLE BYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD80,
        name: "HANGUL SYLLABLE BU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD81,
        name: "HANGUL SYLLABLE BUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD82,
        name: "HANGUL SYLLABLE BUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD83,
        name: "HANGUL SYLLABLE BUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD84,
        name: "HANGUL SYLLABLE BUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD85,
        name: "HANGUL SYLLABLE BUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD86,
        name: "HANGUL SYLLABLE BUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD87,
        name: "HANGUL SYLLABLE BUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD88,
        name: "HANGUL SYLLABLE BUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD89,
        name: "HANGUL SYLLABLE BULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD8A,
        name: "HANGUL SYLLABLE BULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD8B,
        name: "HANGUL SYLLABLE BULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD8C,
        name: "HANGUL SYLLABLE BULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD8D,
        name: "HANGUL SYLLABLE BULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD8E,
        name: "HANGUL SYLLABLE BULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD8F,
        name: "HANGUL SYLLABLE BULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD90,
        name: "HANGUL SYLLABLE BUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD91,
        name: "HANGUL SYLLABLE BUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD92,
        name: "HANGUL SYLLABLE BUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD93,
        name: "HANGUL SYLLABLE BUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD94,
        name: "HANGUL SYLLABLE BUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD95,
        name: "HANGUL SYLLABLE BUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD96,
        name: "HANGUL SYLLABLE BUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD97,
        name: "HANGUL SYLLABLE BUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD98,
        name: "HANGUL SYLLABLE BUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD99,
        name: "HANGUL SYLLABLE BUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD9A,
        name: "HANGUL SYLLABLE BUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD9B,
        name: "HANGUL SYLLABLE BUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD9C,
        name: "HANGUL SYLLABLE BWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD9D,
        name: "HANGUL SYLLABLE BWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD9E,
        name: "HANGUL SYLLABLE BWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBD9F,
        name: "HANGUL SYLLABLE BWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA0,
        name: "HANGUL SYLLABLE BWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA1,
        name: "HANGUL SYLLABLE BWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA2,
        name: "HANGUL SYLLABLE BWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA3,
        name: "HANGUL SYLLABLE BWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA4,
        name: "HANGUL SYLLABLE BWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA5,
        name: "HANGUL SYLLABLE BWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA6,
        name: "HANGUL SYLLABLE BWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA7,
        name: "HANGUL SYLLABLE BWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA8,
        name: "HANGUL SYLLABLE BWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDA9,
        name: "HANGUL SYLLABLE BWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDAA,
        name: "HANGUL SYLLABLE BWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDAB,
        name: "HANGUL SYLLABLE BWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDAC,
        name: "HANGUL SYLLABLE BWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDAD,
        name: "HANGUL SYLLABLE BWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDAE,
        name: "HANGUL SYLLABLE BWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDAF,
        name: "HANGUL SYLLABLE BWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB0,
        name: "HANGUL SYLLABLE BWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB1,
        name: "HANGUL SYLLABLE BWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB2,
        name: "HANGUL SYLLABLE BWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB3,
        name: "HANGUL SYLLABLE BWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB4,
        name: "HANGUL SYLLABLE BWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB5,
        name: "HANGUL SYLLABLE BWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB6,
        name: "HANGUL SYLLABLE BWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB7,
        name: "HANGUL SYLLABLE BWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB8,
        name: "HANGUL SYLLABLE BWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDB9,
        name: "HANGUL SYLLABLE BWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDBA,
        name: "HANGUL SYLLABLE BWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDBB,
        name: "HANGUL SYLLABLE BWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDBC,
        name: "HANGUL SYLLABLE BWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDBD,
        name: "HANGUL SYLLABLE BWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDBE,
        name: "HANGUL SYLLABLE BWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDBF,
        name: "HANGUL SYLLABLE BWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC0,
        name: "HANGUL SYLLABLE BWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC1,
        name: "HANGUL SYLLABLE BWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC2,
        name: "HANGUL SYLLABLE BWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC3,
        name: "HANGUL SYLLABLE BWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC4,
        name: "HANGUL SYLLABLE BWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC5,
        name: "HANGUL SYLLABLE BWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC6,
        name: "HANGUL SYLLABLE BWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC7,
        name: "HANGUL SYLLABLE BWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC8,
        name: "HANGUL SYLLABLE BWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDC9,
        name: "HANGUL SYLLABLE BWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDCA,
        name: "HANGUL SYLLABLE BWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDCB,
        name: "HANGUL SYLLABLE BWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDCC,
        name: "HANGUL SYLLABLE BWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDCD,
        name: "HANGUL SYLLABLE BWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDCE,
        name: "HANGUL SYLLABLE BWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDCF,
        name: "HANGUL SYLLABLE BWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD0,
        name: "HANGUL SYLLABLE BWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD1,
        name: "HANGUL SYLLABLE BWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD2,
        name: "HANGUL SYLLABLE BWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD3,
        name: "HANGUL SYLLABLE BWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD4,
        name: "HANGUL SYLLABLE BWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD5,
        name: "HANGUL SYLLABLE BWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD6,
        name: "HANGUL SYLLABLE BWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD7,
        name: "HANGUL SYLLABLE BWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD8,
        name: "HANGUL SYLLABLE BWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDD9,
        name: "HANGUL SYLLABLE BWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDDA,
        name: "HANGUL SYLLABLE BWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDDB,
        name: "HANGUL SYLLABLE BWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDDC,
        name: "HANGUL SYLLABLE BWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDDD,
        name: "HANGUL SYLLABLE BWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDDE,
        name: "HANGUL SYLLABLE BWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDDF,
        name: "HANGUL SYLLABLE BWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE0,
        name: "HANGUL SYLLABLE BWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE1,
        name: "HANGUL SYLLABLE BWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE2,
        name: "HANGUL SYLLABLE BWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE3,
        name: "HANGUL SYLLABLE BWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE4,
        name: "HANGUL SYLLABLE BWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE5,
        name: "HANGUL SYLLABLE BWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE6,
        name: "HANGUL SYLLABLE BWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE7,
        name: "HANGUL SYLLABLE BWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE8,
        name: "HANGUL SYLLABLE BWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDE9,
        name: "HANGUL SYLLABLE BWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDEA,
        name: "HANGUL SYLLABLE BWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDEB,
        name: "HANGUL SYLLABLE BWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDEC,
        name: "HANGUL SYLLABLE BWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDED,
        name: "HANGUL SYLLABLE BWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDEE,
        name: "HANGUL SYLLABLE BWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDEF,
        name: "HANGUL SYLLABLE BWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF0,
        name: "HANGUL SYLLABLE BYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF1,
        name: "HANGUL SYLLABLE BYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF2,
        name: "HANGUL SYLLABLE BYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF3,
        name: "HANGUL SYLLABLE BYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF4,
        name: "HANGUL SYLLABLE BYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF5,
        name: "HANGUL SYLLABLE BYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF6,
        name: "HANGUL SYLLABLE BYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF7,
        name: "HANGUL SYLLABLE BYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF8,
        name: "HANGUL SYLLABLE BYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDF9,
        name: "HANGUL SYLLABLE BYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDFA,
        name: "HANGUL SYLLABLE BYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDFB,
        name: "HANGUL SYLLABLE BYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDFC,
        name: "HANGUL SYLLABLE BYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDFD,
        name: "HANGUL SYLLABLE BYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDFE,
        name: "HANGUL SYLLABLE BYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBDFF,
        name: "HANGUL SYLLABLE BYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE00,
        name: "HANGUL SYLLABLE BYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE01,
        name: "HANGUL SYLLABLE BYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE02,
        name: "HANGUL SYLLABLE BYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE03,
        name: "HANGUL SYLLABLE BYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE04,
        name: "HANGUL SYLLABLE BYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE05,
        name: "HANGUL SYLLABLE BYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE06,
        name: "HANGUL SYLLABLE BYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE07,
        name: "HANGUL SYLLABLE BYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE08,
        name: "HANGUL SYLLABLE BYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE09,
        name: "HANGUL SYLLABLE BYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE0A,
        name: "HANGUL SYLLABLE BYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE0B,
        name: "HANGUL SYLLABLE BYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE0C,
        name: "HANGUL SYLLABLE BEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE0D,
        name: "HANGUL SYLLABLE BEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE0E,
        name: "HANGUL SYLLABLE BEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE0F,
        name: "HANGUL SYLLABLE BEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE10,
        name: "HANGUL SYLLABLE BEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE11,
        name: "HANGUL SYLLABLE BEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE12,
        name: "HANGUL SYLLABLE BEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE13,
        name: "HANGUL SYLLABLE BEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE14,
        name: "HANGUL SYLLABLE BEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE15,
        name: "HANGUL SYLLABLE BEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE16,
        name: "HANGUL SYLLABLE BEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE17,
        name: "HANGUL SYLLABLE BEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE18,
        name: "HANGUL SYLLABLE BEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE19,
        name: "HANGUL SYLLABLE BEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE1A,
        name: "HANGUL SYLLABLE BEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE1B,
        name: "HANGUL SYLLABLE BEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE1C,
        name: "HANGUL SYLLABLE BEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE1D,
        name: "HANGUL SYLLABLE BEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE1E,
        name: "HANGUL SYLLABLE BEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE1F,
        name: "HANGUL SYLLABLE BEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE20,
        name: "HANGUL SYLLABLE BEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE21,
        name: "HANGUL SYLLABLE BEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE22,
        name: "HANGUL SYLLABLE BEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE23,
        name: "HANGUL SYLLABLE BEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE24,
        name: "HANGUL SYLLABLE BEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE25,
        name: "HANGUL SYLLABLE BEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE26,
        name: "HANGUL SYLLABLE BEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE27,
        name: "HANGUL SYLLABLE BEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE28,
        name: "HANGUL SYLLABLE BYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE29,
        name: "HANGUL SYLLABLE BYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE2A,
        name: "HANGUL SYLLABLE BYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE2B,
        name: "HANGUL SYLLABLE BYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE2C,
        name: "HANGUL SYLLABLE BYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE2D,
        name: "HANGUL SYLLABLE BYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE2E,
        name: "HANGUL SYLLABLE BYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE2F,
        name: "HANGUL SYLLABLE BYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE30,
        name: "HANGUL SYLLABLE BYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE31,
        name: "HANGUL SYLLABLE BYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE32,
        name: "HANGUL SYLLABLE BYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE33,
        name: "HANGUL SYLLABLE BYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE34,
        name: "HANGUL SYLLABLE BYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE35,
        name: "HANGUL SYLLABLE BYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE36,
        name: "HANGUL SYLLABLE BYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE37,
        name: "HANGUL SYLLABLE BYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE38,
        name: "HANGUL SYLLABLE BYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE39,
        name: "HANGUL SYLLABLE BYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE3A,
        name: "HANGUL SYLLABLE BYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE3B,
        name: "HANGUL SYLLABLE BYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE3C,
        name: "HANGUL SYLLABLE BYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE3D,
        name: "HANGUL SYLLABLE BYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE3E,
        name: "HANGUL SYLLABLE BYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE3F,
        name: "HANGUL SYLLABLE BYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE40,
        name: "HANGUL SYLLABLE BYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE41,
        name: "HANGUL SYLLABLE BYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE42,
        name: "HANGUL SYLLABLE BYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE43,
        name: "HANGUL SYLLABLE BYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE44,
        name: "HANGUL SYLLABLE BI",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE45,
        name: "HANGUL SYLLABLE BIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE46,
        name: "HANGUL SYLLABLE BIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE47,
        name: "HANGUL SYLLABLE BIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE48,
        name: "HANGUL SYLLABLE BIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE49,
        name: "HANGUL SYLLABLE BINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE4A,
        name: "HANGUL SYLLABLE BINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE4B,
        name: "HANGUL SYLLABLE BID",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE4C,
        name: "HANGUL SYLLABLE BIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE4D,
        name: "HANGUL SYLLABLE BILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE4E,
        name: "HANGUL SYLLABLE BILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE4F,
        name: "HANGUL SYLLABLE BILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE50,
        name: "HANGUL SYLLABLE BILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE51,
        name: "HANGUL SYLLABLE BILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE52,
        name: "HANGUL SYLLABLE BILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE53,
        name: "HANGUL SYLLABLE BILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE54,
        name: "HANGUL SYLLABLE BIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE55,
        name: "HANGUL SYLLABLE BIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE56,
        name: "HANGUL SYLLABLE BIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE57,
        name: "HANGUL SYLLABLE BIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE58,
        name: "HANGUL SYLLABLE BISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE59,
        name: "HANGUL SYLLABLE BING",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE5A,
        name: "HANGUL SYLLABLE BIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE5B,
        name: "HANGUL SYLLABLE BIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE5C,
        name: "HANGUL SYLLABLE BIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE5D,
        name: "HANGUL SYLLABLE BIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE5E,
        name: "HANGUL SYLLABLE BIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE5F,
        name: "HANGUL SYLLABLE BIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE60,
        name: "HANGUL SYLLABLE BBA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE61,
        name: "HANGUL SYLLABLE BBAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE62,
        name: "HANGUL SYLLABLE BBAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE63,
        name: "HANGUL SYLLABLE BBAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE64,
        name: "HANGUL SYLLABLE BBAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE65,
        name: "HANGUL SYLLABLE BBANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE66,
        name: "HANGUL SYLLABLE BBANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE67,
        name: "HANGUL SYLLABLE BBAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE68,
        name: "HANGUL SYLLABLE BBAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE69,
        name: "HANGUL SYLLABLE BBALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE6A,
        name: "HANGUL SYLLABLE BBALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE6B,
        name: "HANGUL SYLLABLE BBALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE6C,
        name: "HANGUL SYLLABLE BBALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE6D,
        name: "HANGUL SYLLABLE BBALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE6E,
        name: "HANGUL SYLLABLE BBALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE6F,
        name: "HANGUL SYLLABLE BBALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE70,
        name: "HANGUL SYLLABLE BBAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE71,
        name: "HANGUL SYLLABLE BBAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE72,
        name: "HANGUL SYLLABLE BBABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE73,
        name: "HANGUL SYLLABLE BBAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE74,
        name: "HANGUL SYLLABLE BBASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE75,
        name: "HANGUL SYLLABLE BBANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE76,
        name: "HANGUL SYLLABLE BBAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE77,
        name: "HANGUL SYLLABLE BBAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE78,
        name: "HANGUL SYLLABLE BBAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE79,
        name: "HANGUL SYLLABLE BBAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE7A,
        name: "HANGUL SYLLABLE BBAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE7B,
        name: "HANGUL SYLLABLE BBAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE7C,
        name: "HANGUL SYLLABLE BBAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE7D,
        name: "HANGUL SYLLABLE BBAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE7E,
        name: "HANGUL SYLLABLE BBAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE7F,
        name: "HANGUL SYLLABLE BBAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE80,
        name: "HANGUL SYLLABLE BBAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE81,
        name: "HANGUL SYLLABLE BBAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE82,
        name: "HANGUL SYLLABLE BBAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE83,
        name: "HANGUL SYLLABLE BBAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE84,
        name: "HANGUL SYLLABLE BBAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE85,
        name: "HANGUL SYLLABLE BBAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE86,
        name: "HANGUL SYLLABLE BBAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE87,
        name: "HANGUL SYLLABLE BBAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE88,
        name: "HANGUL SYLLABLE BBAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE89,
        name: "HANGUL SYLLABLE BBAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE8A,
        name: "HANGUL SYLLABLE BBAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE8B,
        name: "HANGUL SYLLABLE BBAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE8C,
        name: "HANGUL SYLLABLE BBAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE8D,
        name: "HANGUL SYLLABLE BBAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE8E,
        name: "HANGUL SYLLABLE BBAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE8F,
        name: "HANGUL SYLLABLE BBAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE90,
        name: "HANGUL SYLLABLE BBAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE91,
        name: "HANGUL SYLLABLE BBAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE92,
        name: "HANGUL SYLLABLE BBAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE93,
        name: "HANGUL SYLLABLE BBAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE94,
        name: "HANGUL SYLLABLE BBAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE95,
        name: "HANGUL SYLLABLE BBAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE96,
        name: "HANGUL SYLLABLE BBAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE97,
        name: "HANGUL SYLLABLE BBAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE98,
        name: "HANGUL SYLLABLE BBYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE99,
        name: "HANGUL SYLLABLE BBYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE9A,
        name: "HANGUL SYLLABLE BBYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE9B,
        name: "HANGUL SYLLABLE BBYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE9C,
        name: "HANGUL SYLLABLE BBYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE9D,
        name: "HANGUL SYLLABLE BBYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE9E,
        name: "HANGUL SYLLABLE BBYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBE9F,
        name: "HANGUL SYLLABLE BBYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA0,
        name: "HANGUL SYLLABLE BBYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA1,
        name: "HANGUL SYLLABLE BBYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA2,
        name: "HANGUL SYLLABLE BBYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA3,
        name: "HANGUL SYLLABLE BBYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA4,
        name: "HANGUL SYLLABLE BBYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA5,
        name: "HANGUL SYLLABLE BBYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA6,
        name: "HANGUL SYLLABLE BBYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA7,
        name: "HANGUL SYLLABLE BBYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA8,
        name: "HANGUL SYLLABLE BBYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEA9,
        name: "HANGUL SYLLABLE BBYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEAA,
        name: "HANGUL SYLLABLE BBYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEAB,
        name: "HANGUL SYLLABLE BBYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEAC,
        name: "HANGUL SYLLABLE BBYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEAD,
        name: "HANGUL SYLLABLE BBYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEAE,
        name: "HANGUL SYLLABLE BBYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEAF,
        name: "HANGUL SYLLABLE BBYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB0,
        name: "HANGUL SYLLABLE BBYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB1,
        name: "HANGUL SYLLABLE BBYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB2,
        name: "HANGUL SYLLABLE BBYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB3,
        name: "HANGUL SYLLABLE BBYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB4,
        name: "HANGUL SYLLABLE BBYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB5,
        name: "HANGUL SYLLABLE BBYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB6,
        name: "HANGUL SYLLABLE BBYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB7,
        name: "HANGUL SYLLABLE BBYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB8,
        name: "HANGUL SYLLABLE BBYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEB9,
        name: "HANGUL SYLLABLE BBYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEBA,
        name: "HANGUL SYLLABLE BBYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEBB,
        name: "HANGUL SYLLABLE BBYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEBC,
        name: "HANGUL SYLLABLE BBYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEBD,
        name: "HANGUL SYLLABLE BBYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEBE,
        name: "HANGUL SYLLABLE BBYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEBF,
        name: "HANGUL SYLLABLE BBYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC0,
        name: "HANGUL SYLLABLE BBYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC1,
        name: "HANGUL SYLLABLE BBYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC2,
        name: "HANGUL SYLLABLE BBYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC3,
        name: "HANGUL SYLLABLE BBYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC4,
        name: "HANGUL SYLLABLE BBYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC5,
        name: "HANGUL SYLLABLE BBYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC6,
        name: "HANGUL SYLLABLE BBYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC7,
        name: "HANGUL SYLLABLE BBYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC8,
        name: "HANGUL SYLLABLE BBYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEC9,
        name: "HANGUL SYLLABLE BBYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBECA,
        name: "HANGUL SYLLABLE BBYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBECB,
        name: "HANGUL SYLLABLE BBYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBECC,
        name: "HANGUL SYLLABLE BBYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBECD,
        name: "HANGUL SYLLABLE BBYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBECE,
        name: "HANGUL SYLLABLE BBYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBECF,
        name: "HANGUL SYLLABLE BBYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED0,
        name: "HANGUL SYLLABLE BBEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED1,
        name: "HANGUL SYLLABLE BBEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED2,
        name: "HANGUL SYLLABLE BBEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED3,
        name: "HANGUL SYLLABLE BBEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED4,
        name: "HANGUL SYLLABLE BBEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED5,
        name: "HANGUL SYLLABLE BBEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED6,
        name: "HANGUL SYLLABLE BBEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED7,
        name: "HANGUL SYLLABLE BBEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED8,
        name: "HANGUL SYLLABLE BBEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBED9,
        name: "HANGUL SYLLABLE BBEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEDA,
        name: "HANGUL SYLLABLE BBEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEDB,
        name: "HANGUL SYLLABLE BBEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEDC,
        name: "HANGUL SYLLABLE BBEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEDD,
        name: "HANGUL SYLLABLE BBEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEDE,
        name: "HANGUL SYLLABLE BBEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEDF,
        name: "HANGUL SYLLABLE BBEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE0,
        name: "HANGUL SYLLABLE BBEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE1,
        name: "HANGUL SYLLABLE BBEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE2,
        name: "HANGUL SYLLABLE BBEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE3,
        name: "HANGUL SYLLABLE BBEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE4,
        name: "HANGUL SYLLABLE BBEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE5,
        name: "HANGUL SYLLABLE BBEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE6,
        name: "HANGUL SYLLABLE BBEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE7,
        name: "HANGUL SYLLABLE BBEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE8,
        name: "HANGUL SYLLABLE BBEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEE9,
        name: "HANGUL SYLLABLE BBEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEEA,
        name: "HANGUL SYLLABLE BBEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEEB,
        name: "HANGUL SYLLABLE BBEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEEC,
        name: "HANGUL SYLLABLE BBE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEED,
        name: "HANGUL SYLLABLE BBEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEEE,
        name: "HANGUL SYLLABLE BBEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEEF,
        name: "HANGUL SYLLABLE BBEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF0,
        name: "HANGUL SYLLABLE BBEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF1,
        name: "HANGUL SYLLABLE BBENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF2,
        name: "HANGUL SYLLABLE BBENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF3,
        name: "HANGUL SYLLABLE BBED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF4,
        name: "HANGUL SYLLABLE BBEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF5,
        name: "HANGUL SYLLABLE BBELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF6,
        name: "HANGUL SYLLABLE BBELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF7,
        name: "HANGUL SYLLABLE BBELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF8,
        name: "HANGUL SYLLABLE BBELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEF9,
        name: "HANGUL SYLLABLE BBELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEFA,
        name: "HANGUL SYLLABLE BBELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEFB,
        name: "HANGUL SYLLABLE BBELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEFC,
        name: "HANGUL SYLLABLE BBEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEFD,
        name: "HANGUL SYLLABLE BBEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEFE,
        name: "HANGUL SYLLABLE BBEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBEFF,
        name: "HANGUL SYLLABLE BBES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF00,
        name: "HANGUL SYLLABLE BBESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF01,
        name: "HANGUL SYLLABLE BBENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF02,
        name: "HANGUL SYLLABLE BBEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF03,
        name: "HANGUL SYLLABLE BBEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF04,
        name: "HANGUL SYLLABLE BBEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF05,
        name: "HANGUL SYLLABLE BBET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF06,
        name: "HANGUL SYLLABLE BBEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF07,
        name: "HANGUL SYLLABLE BBEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF08,
        name: "HANGUL SYLLABLE BBYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF09,
        name: "HANGUL SYLLABLE BBYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF0A,
        name: "HANGUL SYLLABLE BBYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF0B,
        name: "HANGUL SYLLABLE BBYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF0C,
        name: "HANGUL SYLLABLE BBYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF0D,
        name: "HANGUL SYLLABLE BBYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF0E,
        name: "HANGUL SYLLABLE BBYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF0F,
        name: "HANGUL SYLLABLE BBYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF10,
        name: "HANGUL SYLLABLE BBYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF11,
        name: "HANGUL SYLLABLE BBYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF12,
        name: "HANGUL SYLLABLE BBYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF13,
        name: "HANGUL SYLLABLE BBYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF14,
        name: "HANGUL SYLLABLE BBYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF15,
        name: "HANGUL SYLLABLE BBYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF16,
        name: "HANGUL SYLLABLE BBYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF17,
        name: "HANGUL SYLLABLE BBYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF18,
        name: "HANGUL SYLLABLE BBYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF19,
        name: "HANGUL SYLLABLE BBYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF1A,
        name: "HANGUL SYLLABLE BBYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF1B,
        name: "HANGUL SYLLABLE BBYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF1C,
        name: "HANGUL SYLLABLE BBYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF1D,
        name: "HANGUL SYLLABLE BBYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF1E,
        name: "HANGUL SYLLABLE BBYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF1F,
        name: "HANGUL SYLLABLE BBYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF20,
        name: "HANGUL SYLLABLE BBYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF21,
        name: "HANGUL SYLLABLE BBYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF22,
        name: "HANGUL SYLLABLE BBYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF23,
        name: "HANGUL SYLLABLE BBYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF24,
        name: "HANGUL SYLLABLE BBYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF25,
        name: "HANGUL SYLLABLE BBYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF26,
        name: "HANGUL SYLLABLE BBYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF27,
        name: "HANGUL SYLLABLE BBYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF28,
        name: "HANGUL SYLLABLE BBYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF29,
        name: "HANGUL SYLLABLE BBYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF2A,
        name: "HANGUL SYLLABLE BBYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF2B,
        name: "HANGUL SYLLABLE BBYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF2C,
        name: "HANGUL SYLLABLE BBYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF2D,
        name: "HANGUL SYLLABLE BBYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF2E,
        name: "HANGUL SYLLABLE BBYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF2F,
        name: "HANGUL SYLLABLE BBYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF30,
        name: "HANGUL SYLLABLE BBYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF31,
        name: "HANGUL SYLLABLE BBYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF32,
        name: "HANGUL SYLLABLE BBYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF33,
        name: "HANGUL SYLLABLE BBYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF34,
        name: "HANGUL SYLLABLE BBYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF35,
        name: "HANGUL SYLLABLE BBYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF36,
        name: "HANGUL SYLLABLE BBYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF37,
        name: "HANGUL SYLLABLE BBYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF38,
        name: "HANGUL SYLLABLE BBYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF39,
        name: "HANGUL SYLLABLE BBYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF3A,
        name: "HANGUL SYLLABLE BBYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF3B,
        name: "HANGUL SYLLABLE BBYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF3C,
        name: "HANGUL SYLLABLE BBYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF3D,
        name: "HANGUL SYLLABLE BBYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF3E,
        name: "HANGUL SYLLABLE BBYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF3F,
        name: "HANGUL SYLLABLE BBYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF40,
        name: "HANGUL SYLLABLE BBO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF41,
        name: "HANGUL SYLLABLE BBOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF42,
        name: "HANGUL SYLLABLE BBOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF43,
        name: "HANGUL SYLLABLE BBOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF44,
        name: "HANGUL SYLLABLE BBON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF45,
        name: "HANGUL SYLLABLE BBONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF46,
        name: "HANGUL SYLLABLE BBONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF47,
        name: "HANGUL SYLLABLE BBOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF48,
        name: "HANGUL SYLLABLE BBOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF49,
        name: "HANGUL SYLLABLE BBOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF4A,
        name: "HANGUL SYLLABLE BBOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF4B,
        name: "HANGUL SYLLABLE BBOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF4C,
        name: "HANGUL SYLLABLE BBOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF4D,
        name: "HANGUL SYLLABLE BBOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF4E,
        name: "HANGUL SYLLABLE BBOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF4F,
        name: "HANGUL SYLLABLE BBOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF50,
        name: "HANGUL SYLLABLE BBOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF51,
        name: "HANGUL SYLLABLE BBOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF52,
        name: "HANGUL SYLLABLE BBOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF53,
        name: "HANGUL SYLLABLE BBOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF54,
        name: "HANGUL SYLLABLE BBOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF55,
        name: "HANGUL SYLLABLE BBONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF56,
        name: "HANGUL SYLLABLE BBOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF57,
        name: "HANGUL SYLLABLE BBOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF58,
        name: "HANGUL SYLLABLE BBOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF59,
        name: "HANGUL SYLLABLE BBOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF5A,
        name: "HANGUL SYLLABLE BBOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF5B,
        name: "HANGUL SYLLABLE BBOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF5C,
        name: "HANGUL SYLLABLE BBWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF5D,
        name: "HANGUL SYLLABLE BBWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF5E,
        name: "HANGUL SYLLABLE BBWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF5F,
        name: "HANGUL SYLLABLE BBWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF60,
        name: "HANGUL SYLLABLE BBWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF61,
        name: "HANGUL SYLLABLE BBWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF62,
        name: "HANGUL SYLLABLE BBWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF63,
        name: "HANGUL SYLLABLE BBWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF64,
        name: "HANGUL SYLLABLE BBWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF65,
        name: "HANGUL SYLLABLE BBWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF66,
        name: "HANGUL SYLLABLE BBWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF67,
        name: "HANGUL SYLLABLE BBWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF68,
        name: "HANGUL SYLLABLE BBWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF69,
        name: "HANGUL SYLLABLE BBWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF6A,
        name: "HANGUL SYLLABLE BBWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF6B,
        name: "HANGUL SYLLABLE BBWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF6C,
        name: "HANGUL SYLLABLE BBWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF6D,
        name: "HANGUL SYLLABLE BBWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF6E,
        name: "HANGUL SYLLABLE BBWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF6F,
        name: "HANGUL SYLLABLE BBWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF70,
        name: "HANGUL SYLLABLE BBWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF71,
        name: "HANGUL SYLLABLE BBWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF72,
        name: "HANGUL SYLLABLE BBWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF73,
        name: "HANGUL SYLLABLE BBWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF74,
        name: "HANGUL SYLLABLE BBWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF75,
        name: "HANGUL SYLLABLE BBWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF76,
        name: "HANGUL SYLLABLE BBWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF77,
        name: "HANGUL SYLLABLE BBWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF78,
        name: "HANGUL SYLLABLE BBWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF79,
        name: "HANGUL SYLLABLE BBWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF7A,
        name: "HANGUL SYLLABLE BBWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF7B,
        name: "HANGUL SYLLABLE BBWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF7C,
        name: "HANGUL SYLLABLE BBWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF7D,
        name: "HANGUL SYLLABLE BBWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF7E,
        name: "HANGUL SYLLABLE BBWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF7F,
        name: "HANGUL SYLLABLE BBWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF80,
        name: "HANGUL SYLLABLE BBWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF81,
        name: "HANGUL SYLLABLE BBWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF82,
        name: "HANGUL SYLLABLE BBWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF83,
        name: "HANGUL SYLLABLE BBWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF84,
        name: "HANGUL SYLLABLE BBWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF85,
        name: "HANGUL SYLLABLE BBWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF86,
        name: "HANGUL SYLLABLE BBWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF87,
        name: "HANGUL SYLLABLE BBWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF88,
        name: "HANGUL SYLLABLE BBWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF89,
        name: "HANGUL SYLLABLE BBWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF8A,
        name: "HANGUL SYLLABLE BBWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF8B,
        name: "HANGUL SYLLABLE BBWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF8C,
        name: "HANGUL SYLLABLE BBWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF8D,
        name: "HANGUL SYLLABLE BBWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF8E,
        name: "HANGUL SYLLABLE BBWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF8F,
        name: "HANGUL SYLLABLE BBWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF90,
        name: "HANGUL SYLLABLE BBWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF91,
        name: "HANGUL SYLLABLE BBWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF92,
        name: "HANGUL SYLLABLE BBWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF93,
        name: "HANGUL SYLLABLE BBWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF94,
        name: "HANGUL SYLLABLE BBOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF95,
        name: "HANGUL SYLLABLE BBOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF96,
        name: "HANGUL SYLLABLE BBOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF97,
        name: "HANGUL SYLLABLE BBOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF98,
        name: "HANGUL SYLLABLE BBOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF99,
        name: "HANGUL SYLLABLE BBOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF9A,
        name: "HANGUL SYLLABLE BBOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF9B,
        name: "HANGUL SYLLABLE BBOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF9C,
        name: "HANGUL SYLLABLE BBOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF9D,
        name: "HANGUL SYLLABLE BBOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF9E,
        name: "HANGUL SYLLABLE BBOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBF9F,
        name: "HANGUL SYLLABLE BBOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA0,
        name: "HANGUL SYLLABLE BBOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA1,
        name: "HANGUL SYLLABLE BBOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA2,
        name: "HANGUL SYLLABLE BBOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA3,
        name: "HANGUL SYLLABLE BBOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA4,
        name: "HANGUL SYLLABLE BBOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA5,
        name: "HANGUL SYLLABLE BBOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA6,
        name: "HANGUL SYLLABLE BBOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA7,
        name: "HANGUL SYLLABLE BBOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA8,
        name: "HANGUL SYLLABLE BBOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFA9,
        name: "HANGUL SYLLABLE BBOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFAA,
        name: "HANGUL SYLLABLE BBOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFAB,
        name: "HANGUL SYLLABLE BBOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFAC,
        name: "HANGUL SYLLABLE BBOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFAD,
        name: "HANGUL SYLLABLE BBOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFAE,
        name: "HANGUL SYLLABLE BBOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFAF,
        name: "HANGUL SYLLABLE BBOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB0,
        name: "HANGUL SYLLABLE BBYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB1,
        name: "HANGUL SYLLABLE BBYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB2,
        name: "HANGUL SYLLABLE BBYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB3,
        name: "HANGUL SYLLABLE BBYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB4,
        name: "HANGUL SYLLABLE BBYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB5,
        name: "HANGUL SYLLABLE BBYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB6,
        name: "HANGUL SYLLABLE BBYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB7,
        name: "HANGUL SYLLABLE BBYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB8,
        name: "HANGUL SYLLABLE BBYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFB9,
        name: "HANGUL SYLLABLE BBYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFBA,
        name: "HANGUL SYLLABLE BBYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFBB,
        name: "HANGUL SYLLABLE BBYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFBC,
        name: "HANGUL SYLLABLE BBYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFBD,
        name: "HANGUL SYLLABLE BBYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFBE,
        name: "HANGUL SYLLABLE BBYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFBF,
        name: "HANGUL SYLLABLE BBYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC0,
        name: "HANGUL SYLLABLE BBYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC1,
        name: "HANGUL SYLLABLE BBYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC2,
        name: "HANGUL SYLLABLE BBYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC3,
        name: "HANGUL SYLLABLE BBYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC4,
        name: "HANGUL SYLLABLE BBYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC5,
        name: "HANGUL SYLLABLE BBYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC6,
        name: "HANGUL SYLLABLE BBYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC7,
        name: "HANGUL SYLLABLE BBYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC8,
        name: "HANGUL SYLLABLE BBYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFC9,
        name: "HANGUL SYLLABLE BBYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFCA,
        name: "HANGUL SYLLABLE BBYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFCB,
        name: "HANGUL SYLLABLE BBYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFCC,
        name: "HANGUL SYLLABLE BBU",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFCD,
        name: "HANGUL SYLLABLE BBUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFCE,
        name: "HANGUL SYLLABLE BBUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFCF,
        name: "HANGUL SYLLABLE BBUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD0,
        name: "HANGUL SYLLABLE BBUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD1,
        name: "HANGUL SYLLABLE BBUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD2,
        name: "HANGUL SYLLABLE BBUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD3,
        name: "HANGUL SYLLABLE BBUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD4,
        name: "HANGUL SYLLABLE BBUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD5,
        name: "HANGUL SYLLABLE BBULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD6,
        name: "HANGUL SYLLABLE BBULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD7,
        name: "HANGUL SYLLABLE BBULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD8,
        name: "HANGUL SYLLABLE BBULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFD9,
        name: "HANGUL SYLLABLE BBULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFDA,
        name: "HANGUL SYLLABLE BBULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFDB,
        name: "HANGUL SYLLABLE BBULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFDC,
        name: "HANGUL SYLLABLE BBUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFDD,
        name: "HANGUL SYLLABLE BBUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFDE,
        name: "HANGUL SYLLABLE BBUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFDF,
        name: "HANGUL SYLLABLE BBUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE0,
        name: "HANGUL SYLLABLE BBUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE1,
        name: "HANGUL SYLLABLE BBUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE2,
        name: "HANGUL SYLLABLE BBUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE3,
        name: "HANGUL SYLLABLE BBUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE4,
        name: "HANGUL SYLLABLE BBUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE5,
        name: "HANGUL SYLLABLE BBUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE6,
        name: "HANGUL SYLLABLE BBUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE7,
        name: "HANGUL SYLLABLE BBUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE8,
        name: "HANGUL SYLLABLE BBWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFE9,
        name: "HANGUL SYLLABLE BBWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFEA,
        name: "HANGUL SYLLABLE BBWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFEB,
        name: "HANGUL SYLLABLE BBWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFEC,
        name: "HANGUL SYLLABLE BBWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFED,
        name: "HANGUL SYLLABLE BBWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFEE,
        name: "HANGUL SYLLABLE BBWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFEF,
        name: "HANGUL SYLLABLE BBWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF0,
        name: "HANGUL SYLLABLE BBWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF1,
        name: "HANGUL SYLLABLE BBWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF2,
        name: "HANGUL SYLLABLE BBWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF3,
        name: "HANGUL SYLLABLE BBWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF4,
        name: "HANGUL SYLLABLE BBWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF5,
        name: "HANGUL SYLLABLE BBWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF6,
        name: "HANGUL SYLLABLE BBWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF7,
        name: "HANGUL SYLLABLE BBWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF8,
        name: "HANGUL SYLLABLE BBWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFF9,
        name: "HANGUL SYLLABLE BBWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFFA,
        name: "HANGUL SYLLABLE BBWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFFB,
        name: "HANGUL SYLLABLE BBWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFFC,
        name: "HANGUL SYLLABLE BBWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFFD,
        name: "HANGUL SYLLABLE BBWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFFE,
        name: "HANGUL SYLLABLE BBWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xBFFF,
        name: "HANGUL SYLLABLE BBWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC000,
        name: "HANGUL SYLLABLE BBWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC001,
        name: "HANGUL SYLLABLE BBWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC002,
        name: "HANGUL SYLLABLE BBWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC003,
        name: "HANGUL SYLLABLE BBWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC004,
        name: "HANGUL SYLLABLE BBWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC005,
        name: "HANGUL SYLLABLE BBWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC006,
        name: "HANGUL SYLLABLE BBWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC007,
        name: "HANGUL SYLLABLE BBWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC008,
        name: "HANGUL SYLLABLE BBWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC009,
        name: "HANGUL SYLLABLE BBWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC00A,
        name: "HANGUL SYLLABLE BBWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC00B,
        name: "HANGUL SYLLABLE BBWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC00C,
        name: "HANGUL SYLLABLE BBWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC00D,
        name: "HANGUL SYLLABLE BBWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC00E,
        name: "HANGUL SYLLABLE BBWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC00F,
        name: "HANGUL SYLLABLE BBWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC010,
        name: "HANGUL SYLLABLE BBWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC011,
        name: "HANGUL SYLLABLE BBWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC012,
        name: "HANGUL SYLLABLE BBWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC013,
        name: "HANGUL SYLLABLE BBWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC014,
        name: "HANGUL SYLLABLE BBWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC015,
        name: "HANGUL SYLLABLE BBWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC016,
        name: "HANGUL SYLLABLE BBWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC017,
        name: "HANGUL SYLLABLE BBWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC018,
        name: "HANGUL SYLLABLE BBWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC019,
        name: "HANGUL SYLLABLE BBWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC01A,
        name: "HANGUL SYLLABLE BBWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC01B,
        name: "HANGUL SYLLABLE BBWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC01C,
        name: "HANGUL SYLLABLE BBWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC01D,
        name: "HANGUL SYLLABLE BBWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC01E,
        name: "HANGUL SYLLABLE BBWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC01F,
        name: "HANGUL SYLLABLE BBWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC020,
        name: "HANGUL SYLLABLE BBWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC021,
        name: "HANGUL SYLLABLE BBWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC022,
        name: "HANGUL SYLLABLE BBWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC023,
        name: "HANGUL SYLLABLE BBWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC024,
        name: "HANGUL SYLLABLE BBWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC025,
        name: "HANGUL SYLLABLE BBWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC026,
        name: "HANGUL SYLLABLE BBWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC027,
        name: "HANGUL SYLLABLE BBWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC028,
        name: "HANGUL SYLLABLE BBWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC029,
        name: "HANGUL SYLLABLE BBWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC02A,
        name: "HANGUL SYLLABLE BBWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC02B,
        name: "HANGUL SYLLABLE BBWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC02C,
        name: "HANGUL SYLLABLE BBWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC02D,
        name: "HANGUL SYLLABLE BBWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC02E,
        name: "HANGUL SYLLABLE BBWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC02F,
        name: "HANGUL SYLLABLE BBWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC030,
        name: "HANGUL SYLLABLE BBWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC031,
        name: "HANGUL SYLLABLE BBWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC032,
        name: "HANGUL SYLLABLE BBWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC033,
        name: "HANGUL SYLLABLE BBWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC034,
        name: "HANGUL SYLLABLE BBWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC035,
        name: "HANGUL SYLLABLE BBWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC036,
        name: "HANGUL SYLLABLE BBWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC037,
        name: "HANGUL SYLLABLE BBWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC038,
        name: "HANGUL SYLLABLE BBWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC039,
        name: "HANGUL SYLLABLE BBWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC03A,
        name: "HANGUL SYLLABLE BBWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC03B,
        name: "HANGUL SYLLABLE BBWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC03C,
        name: "HANGUL SYLLABLE BBYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC03D,
        name: "HANGUL SYLLABLE BBYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC03E,
        name: "HANGUL SYLLABLE BBYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC03F,
        name: "HANGUL SYLLABLE BBYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC040,
        name: "HANGUL SYLLABLE BBYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC041,
        name: "HANGUL SYLLABLE BBYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC042,
        name: "HANGUL SYLLABLE BBYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC043,
        name: "HANGUL SYLLABLE BBYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC044,
        name: "HANGUL SYLLABLE BBYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC045,
        name: "HANGUL SYLLABLE BBYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC046,
        name: "HANGUL SYLLABLE BBYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC047,
        name: "HANGUL SYLLABLE BBYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC048,
        name: "HANGUL SYLLABLE BBYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC049,
        name: "HANGUL SYLLABLE BBYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC04A,
        name: "HANGUL SYLLABLE BBYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC04B,
        name: "HANGUL SYLLABLE BBYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC04C,
        name: "HANGUL SYLLABLE BBYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC04D,
        name: "HANGUL SYLLABLE BBYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC04E,
        name: "HANGUL SYLLABLE BBYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC04F,
        name: "HANGUL SYLLABLE BBYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC050,
        name: "HANGUL SYLLABLE BBYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC051,
        name: "HANGUL SYLLABLE BBYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC052,
        name: "HANGUL SYLLABLE BBYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC053,
        name: "HANGUL SYLLABLE BBYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC054,
        name: "HANGUL SYLLABLE BBYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC055,
        name: "HANGUL SYLLABLE BBYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC056,
        name: "HANGUL SYLLABLE BBYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC057,
        name: "HANGUL SYLLABLE BBYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC058,
        name: "HANGUL SYLLABLE BBEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC059,
        name: "HANGUL SYLLABLE BBEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC05A,
        name: "HANGUL SYLLABLE BBEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC05B,
        name: "HANGUL SYLLABLE BBEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC05C,
        name: "HANGUL SYLLABLE BBEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC05D,
        name: "HANGUL SYLLABLE BBEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC05E,
        name: "HANGUL SYLLABLE BBEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC05F,
        name: "HANGUL SYLLABLE BBEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC060,
        name: "HANGUL SYLLABLE BBEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC061,
        name: "HANGUL SYLLABLE BBEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC062,
        name: "HANGUL SYLLABLE BBEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC063,
        name: "HANGUL SYLLABLE BBEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC064,
        name: "HANGUL SYLLABLE BBEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC065,
        name: "HANGUL SYLLABLE BBEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC066,
        name: "HANGUL SYLLABLE BBEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC067,
        name: "HANGUL SYLLABLE BBEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC068,
        name: "HANGUL SYLLABLE BBEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC069,
        name: "HANGUL SYLLABLE BBEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC06A,
        name: "HANGUL SYLLABLE BBEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC06B,
        name: "HANGUL SYLLABLE BBEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC06C,
        name: "HANGUL SYLLABLE BBEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC06D,
        name: "HANGUL SYLLABLE BBEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC06E,
        name: "HANGUL SYLLABLE BBEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC06F,
        name: "HANGUL SYLLABLE BBEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC070,
        name: "HANGUL SYLLABLE BBEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC071,
        name: "HANGUL SYLLABLE BBEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC072,
        name: "HANGUL SYLLABLE BBEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC073,
        name: "HANGUL SYLLABLE BBEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC074,
        name: "HANGUL SYLLABLE BBYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC075,
        name: "HANGUL SYLLABLE BBYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC076,
        name: "HANGUL SYLLABLE BBYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC077,
        name: "HANGUL SYLLABLE BBYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC078,
        name: "HANGUL SYLLABLE BBYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC079,
        name: "HANGUL SYLLABLE BBYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC07A,
        name: "HANGUL SYLLABLE BBYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC07B,
        name: "HANGUL SYLLABLE BBYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC07C,
        name: "HANGUL SYLLABLE BBYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC07D,
        name: "HANGUL SYLLABLE BBYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC07E,
        name: "HANGUL SYLLABLE BBYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC07F,
        name: "HANGUL SYLLABLE BBYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC080,
        name: "HANGUL SYLLABLE BBYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC081,
        name: "HANGUL SYLLABLE BBYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC082,
        name: "HANGUL SYLLABLE BBYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC083,
        name: "HANGUL SYLLABLE BBYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC084,
        name: "HANGUL SYLLABLE BBYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC085,
        name: "HANGUL SYLLABLE BBYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC086,
        name: "HANGUL SYLLABLE BBYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC087,
        name: "HANGUL SYLLABLE BBYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC088,
        name: "HANGUL SYLLABLE BBYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC089,
        name: "HANGUL SYLLABLE BBYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC08A,
        name: "HANGUL SYLLABLE BBYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC08B,
        name: "HANGUL SYLLABLE BBYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC08C,
        name: "HANGUL SYLLABLE BBYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC08D,
        name: "HANGUL SYLLABLE BBYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC08E,
        name: "HANGUL SYLLABLE BBYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC08F,
        name: "HANGUL SYLLABLE BBYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC090,
        name: "HANGUL SYLLABLE BBI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC091,
        name: "HANGUL SYLLABLE BBIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC092,
        name: "HANGUL SYLLABLE BBIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC093,
        name: "HANGUL SYLLABLE BBIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC094,
        name: "HANGUL SYLLABLE BBIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC095,
        name: "HANGUL SYLLABLE BBINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC096,
        name: "HANGUL SYLLABLE BBINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC097,
        name: "HANGUL SYLLABLE BBID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC098,
        name: "HANGUL SYLLABLE BBIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC099,
        name: "HANGUL SYLLABLE BBILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC09A,
        name: "HANGUL SYLLABLE BBILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC09B,
        name: "HANGUL SYLLABLE BBILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC09C,
        name: "HANGUL SYLLABLE BBILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC09D,
        name: "HANGUL SYLLABLE BBILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC09E,
        name: "HANGUL SYLLABLE BBILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC09F,
        name: "HANGUL SYLLABLE BBILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A0,
        name: "HANGUL SYLLABLE BBIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A1,
        name: "HANGUL SYLLABLE BBIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A2,
        name: "HANGUL SYLLABLE BBIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A3,
        name: "HANGUL SYLLABLE BBIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A4,
        name: "HANGUL SYLLABLE BBISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A5,
        name: "HANGUL SYLLABLE BBING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A6,
        name: "HANGUL SYLLABLE BBIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A7,
        name: "HANGUL SYLLABLE BBIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A8,
        name: "HANGUL SYLLABLE BBIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0A9,
        name: "HANGUL SYLLABLE BBIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0AA,
        name: "HANGUL SYLLABLE BBIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0AB,
        name: "HANGUL SYLLABLE BBIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0AC,
        name: "HANGUL SYLLABLE SA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0AD,
        name: "HANGUL SYLLABLE SAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0AE,
        name: "HANGUL SYLLABLE SAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0AF,
        name: "HANGUL SYLLABLE SAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B0,
        name: "HANGUL SYLLABLE SAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B1,
        name: "HANGUL SYLLABLE SANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B2,
        name: "HANGUL SYLLABLE SANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B3,
        name: "HANGUL SYLLABLE SAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B4,
        name: "HANGUL SYLLABLE SAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B5,
        name: "HANGUL SYLLABLE SALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B6,
        name: "HANGUL SYLLABLE SALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B7,
        name: "HANGUL SYLLABLE SALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B8,
        name: "HANGUL SYLLABLE SALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0B9,
        name: "HANGUL SYLLABLE SALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0BA,
        name: "HANGUL SYLLABLE SALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0BB,
        name: "HANGUL SYLLABLE SALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0BC,
        name: "HANGUL SYLLABLE SAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0BD,
        name: "HANGUL SYLLABLE SAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0BE,
        name: "HANGUL SYLLABLE SABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0BF,
        name: "HANGUL SYLLABLE SAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C0,
        name: "HANGUL SYLLABLE SASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C1,
        name: "HANGUL SYLLABLE SANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C2,
        name: "HANGUL SYLLABLE SAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C3,
        name: "HANGUL SYLLABLE SAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C4,
        name: "HANGUL SYLLABLE SAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C5,
        name: "HANGUL SYLLABLE SAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C6,
        name: "HANGUL SYLLABLE SAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C7,
        name: "HANGUL SYLLABLE SAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C8,
        name: "HANGUL SYLLABLE SAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0C9,
        name: "HANGUL SYLLABLE SAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0CA,
        name: "HANGUL SYLLABLE SAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0CB,
        name: "HANGUL SYLLABLE SAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0CC,
        name: "HANGUL SYLLABLE SAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0CD,
        name: "HANGUL SYLLABLE SAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0CE,
        name: "HANGUL SYLLABLE SAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0CF,
        name: "HANGUL SYLLABLE SAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D0,
        name: "HANGUL SYLLABLE SAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D1,
        name: "HANGUL SYLLABLE SAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D2,
        name: "HANGUL SYLLABLE SAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D3,
        name: "HANGUL SYLLABLE SAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D4,
        name: "HANGUL SYLLABLE SAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D5,
        name: "HANGUL SYLLABLE SAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D6,
        name: "HANGUL SYLLABLE SAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D7,
        name: "HANGUL SYLLABLE SAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D8,
        name: "HANGUL SYLLABLE SAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0D9,
        name: "HANGUL SYLLABLE SAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0DA,
        name: "HANGUL SYLLABLE SAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0DB,
        name: "HANGUL SYLLABLE SAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0DC,
        name: "HANGUL SYLLABLE SAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0DD,
        name: "HANGUL SYLLABLE SAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0DE,
        name: "HANGUL SYLLABLE SAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0DF,
        name: "HANGUL SYLLABLE SAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E0,
        name: "HANGUL SYLLABLE SAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E1,
        name: "HANGUL SYLLABLE SAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E2,
        name: "HANGUL SYLLABLE SAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E3,
        name: "HANGUL SYLLABLE SAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E4,
        name: "HANGUL SYLLABLE SYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E5,
        name: "HANGUL SYLLABLE SYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E6,
        name: "HANGUL SYLLABLE SYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E7,
        name: "HANGUL SYLLABLE SYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E8,
        name: "HANGUL SYLLABLE SYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0E9,
        name: "HANGUL SYLLABLE SYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0EA,
        name: "HANGUL SYLLABLE SYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0EB,
        name: "HANGUL SYLLABLE SYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0EC,
        name: "HANGUL SYLLABLE SYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0ED,
        name: "HANGUL SYLLABLE SYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0EE,
        name: "HANGUL SYLLABLE SYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0EF,
        name: "HANGUL SYLLABLE SYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F0,
        name: "HANGUL SYLLABLE SYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F1,
        name: "HANGUL SYLLABLE SYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F2,
        name: "HANGUL SYLLABLE SYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F3,
        name: "HANGUL SYLLABLE SYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F4,
        name: "HANGUL SYLLABLE SYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F5,
        name: "HANGUL SYLLABLE SYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F6,
        name: "HANGUL SYLLABLE SYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F7,
        name: "HANGUL SYLLABLE SYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F8,
        name: "HANGUL SYLLABLE SYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0F9,
        name: "HANGUL SYLLABLE SYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0FA,
        name: "HANGUL SYLLABLE SYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0FB,
        name: "HANGUL SYLLABLE SYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0FC,
        name: "HANGUL SYLLABLE SYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0FD,
        name: "HANGUL SYLLABLE SYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0FE,
        name: "HANGUL SYLLABLE SYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC0FF,
        name: "HANGUL SYLLABLE SYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC100,
        name: "HANGUL SYLLABLE SYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC101,
        name: "HANGUL SYLLABLE SYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC102,
        name: "HANGUL SYLLABLE SYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC103,
        name: "HANGUL SYLLABLE SYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC104,
        name: "HANGUL SYLLABLE SYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC105,
        name: "HANGUL SYLLABLE SYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC106,
        name: "HANGUL SYLLABLE SYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC107,
        name: "HANGUL SYLLABLE SYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC108,
        name: "HANGUL SYLLABLE SYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC109,
        name: "HANGUL SYLLABLE SYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC10A,
        name: "HANGUL SYLLABLE SYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC10B,
        name: "HANGUL SYLLABLE SYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC10C,
        name: "HANGUL SYLLABLE SYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC10D,
        name: "HANGUL SYLLABLE SYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC10E,
        name: "HANGUL SYLLABLE SYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC10F,
        name: "HANGUL SYLLABLE SYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC110,
        name: "HANGUL SYLLABLE SYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC111,
        name: "HANGUL SYLLABLE SYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC112,
        name: "HANGUL SYLLABLE SYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC113,
        name: "HANGUL SYLLABLE SYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC114,
        name: "HANGUL SYLLABLE SYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC115,
        name: "HANGUL SYLLABLE SYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC116,
        name: "HANGUL SYLLABLE SYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC117,
        name: "HANGUL SYLLABLE SYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC118,
        name: "HANGUL SYLLABLE SYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC119,
        name: "HANGUL SYLLABLE SYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC11A,
        name: "HANGUL SYLLABLE SYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC11B,
        name: "HANGUL SYLLABLE SYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC11C,
        name: "HANGUL SYLLABLE SEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC11D,
        name: "HANGUL SYLLABLE SEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC11E,
        name: "HANGUL SYLLABLE SEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC11F,
        name: "HANGUL SYLLABLE SEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC120,
        name: "HANGUL SYLLABLE SEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC121,
        name: "HANGUL SYLLABLE SEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC122,
        name: "HANGUL SYLLABLE SEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC123,
        name: "HANGUL SYLLABLE SEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC124,
        name: "HANGUL SYLLABLE SEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC125,
        name: "HANGUL SYLLABLE SEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC126,
        name: "HANGUL SYLLABLE SEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC127,
        name: "HANGUL SYLLABLE SEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC128,
        name: "HANGUL SYLLABLE SEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC129,
        name: "HANGUL SYLLABLE SEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC12A,
        name: "HANGUL SYLLABLE SEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC12B,
        name: "HANGUL SYLLABLE SEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC12C,
        name: "HANGUL SYLLABLE SEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC12D,
        name: "HANGUL SYLLABLE SEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC12E,
        name: "HANGUL SYLLABLE SEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC12F,
        name: "HANGUL SYLLABLE SEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC130,
        name: "HANGUL SYLLABLE SEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC131,
        name: "HANGUL SYLLABLE SEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC132,
        name: "HANGUL SYLLABLE SEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC133,
        name: "HANGUL SYLLABLE SEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC134,
        name: "HANGUL SYLLABLE SEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC135,
        name: "HANGUL SYLLABLE SEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC136,
        name: "HANGUL SYLLABLE SEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC137,
        name: "HANGUL SYLLABLE SEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC138,
        name: "HANGUL SYLLABLE SE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC139,
        name: "HANGUL SYLLABLE SEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC13A,
        name: "HANGUL SYLLABLE SEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC13B,
        name: "HANGUL SYLLABLE SEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC13C,
        name: "HANGUL SYLLABLE SEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC13D,
        name: "HANGUL SYLLABLE SENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC13E,
        name: "HANGUL SYLLABLE SENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC13F,
        name: "HANGUL SYLLABLE SED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC140,
        name: "HANGUL SYLLABLE SEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC141,
        name: "HANGUL SYLLABLE SELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC142,
        name: "HANGUL SYLLABLE SELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC143,
        name: "HANGUL SYLLABLE SELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC144,
        name: "HANGUL SYLLABLE SELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC145,
        name: "HANGUL SYLLABLE SELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC146,
        name: "HANGUL SYLLABLE SELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC147,
        name: "HANGUL SYLLABLE SELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC148,
        name: "HANGUL SYLLABLE SEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC149,
        name: "HANGUL SYLLABLE SEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC14A,
        name: "HANGUL SYLLABLE SEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC14B,
        name: "HANGUL SYLLABLE SES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC14C,
        name: "HANGUL SYLLABLE SESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC14D,
        name: "HANGUL SYLLABLE SENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC14E,
        name: "HANGUL SYLLABLE SEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC14F,
        name: "HANGUL SYLLABLE SEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC150,
        name: "HANGUL SYLLABLE SEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC151,
        name: "HANGUL SYLLABLE SET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC152,
        name: "HANGUL SYLLABLE SEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC153,
        name: "HANGUL SYLLABLE SEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC154,
        name: "HANGUL SYLLABLE SYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC155,
        name: "HANGUL SYLLABLE SYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC156,
        name: "HANGUL SYLLABLE SYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC157,
        name: "HANGUL SYLLABLE SYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC158,
        name: "HANGUL SYLLABLE SYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC159,
        name: "HANGUL SYLLABLE SYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC15A,
        name: "HANGUL SYLLABLE SYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC15B,
        name: "HANGUL SYLLABLE SYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC15C,
        name: "HANGUL SYLLABLE SYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC15D,
        name: "HANGUL SYLLABLE SYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC15E,
        name: "HANGUL SYLLABLE SYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC15F,
        name: "HANGUL SYLLABLE SYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC160,
        name: "HANGUL SYLLABLE SYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC161,
        name: "HANGUL SYLLABLE SYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC162,
        name: "HANGUL SYLLABLE SYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC163,
        name: "HANGUL SYLLABLE SYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC164,
        name: "HANGUL SYLLABLE SYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC165,
        name: "HANGUL SYLLABLE SYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC166,
        name: "HANGUL SYLLABLE SYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC167,
        name: "HANGUL SYLLABLE SYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC168,
        name: "HANGUL SYLLABLE SYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC169,
        name: "HANGUL SYLLABLE SYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC16A,
        name: "HANGUL SYLLABLE SYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC16B,
        name: "HANGUL SYLLABLE SYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC16C,
        name: "HANGUL SYLLABLE SYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC16D,
        name: "HANGUL SYLLABLE SYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC16E,
        name: "HANGUL SYLLABLE SYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC16F,
        name: "HANGUL SYLLABLE SYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC170,
        name: "HANGUL SYLLABLE SYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC171,
        name: "HANGUL SYLLABLE SYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC172,
        name: "HANGUL SYLLABLE SYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC173,
        name: "HANGUL SYLLABLE SYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC174,
        name: "HANGUL SYLLABLE SYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC175,
        name: "HANGUL SYLLABLE SYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC176,
        name: "HANGUL SYLLABLE SYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC177,
        name: "HANGUL SYLLABLE SYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC178,
        name: "HANGUL SYLLABLE SYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC179,
        name: "HANGUL SYLLABLE SYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC17A,
        name: "HANGUL SYLLABLE SYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC17B,
        name: "HANGUL SYLLABLE SYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC17C,
        name: "HANGUL SYLLABLE SYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC17D,
        name: "HANGUL SYLLABLE SYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC17E,
        name: "HANGUL SYLLABLE SYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC17F,
        name: "HANGUL SYLLABLE SYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC180,
        name: "HANGUL SYLLABLE SYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC181,
        name: "HANGUL SYLLABLE SYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC182,
        name: "HANGUL SYLLABLE SYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC183,
        name: "HANGUL SYLLABLE SYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC184,
        name: "HANGUL SYLLABLE SYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC185,
        name: "HANGUL SYLLABLE SYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC186,
        name: "HANGUL SYLLABLE SYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC187,
        name: "HANGUL SYLLABLE SYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC188,
        name: "HANGUL SYLLABLE SYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC189,
        name: "HANGUL SYLLABLE SYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC18A,
        name: "HANGUL SYLLABLE SYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC18B,
        name: "HANGUL SYLLABLE SYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC18C,
        name: "HANGUL SYLLABLE SO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC18D,
        name: "HANGUL SYLLABLE SOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC18E,
        name: "HANGUL SYLLABLE SOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC18F,
        name: "HANGUL SYLLABLE SOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC190,
        name: "HANGUL SYLLABLE SON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC191,
        name: "HANGUL SYLLABLE SONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC192,
        name: "HANGUL SYLLABLE SONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC193,
        name: "HANGUL SYLLABLE SOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC194,
        name: "HANGUL SYLLABLE SOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC195,
        name: "HANGUL SYLLABLE SOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC196,
        name: "HANGUL SYLLABLE SOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC197,
        name: "HANGUL SYLLABLE SOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC198,
        name: "HANGUL SYLLABLE SOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC199,
        name: "HANGUL SYLLABLE SOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC19A,
        name: "HANGUL SYLLABLE SOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC19B,
        name: "HANGUL SYLLABLE SOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC19C,
        name: "HANGUL SYLLABLE SOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC19D,
        name: "HANGUL SYLLABLE SOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC19E,
        name: "HANGUL SYLLABLE SOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC19F,
        name: "HANGUL SYLLABLE SOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A0,
        name: "HANGUL SYLLABLE SOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A1,
        name: "HANGUL SYLLABLE SONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A2,
        name: "HANGUL SYLLABLE SOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A3,
        name: "HANGUL SYLLABLE SOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A4,
        name: "HANGUL SYLLABLE SOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A5,
        name: "HANGUL SYLLABLE SOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A6,
        name: "HANGUL SYLLABLE SOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A7,
        name: "HANGUL SYLLABLE SOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A8,
        name: "HANGUL SYLLABLE SWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1A9,
        name: "HANGUL SYLLABLE SWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1AA,
        name: "HANGUL SYLLABLE SWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1AB,
        name: "HANGUL SYLLABLE SWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1AC,
        name: "HANGUL SYLLABLE SWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1AD,
        name: "HANGUL SYLLABLE SWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1AE,
        name: "HANGUL SYLLABLE SWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1AF,
        name: "HANGUL SYLLABLE SWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B0,
        name: "HANGUL SYLLABLE SWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B1,
        name: "HANGUL SYLLABLE SWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B2,
        name: "HANGUL SYLLABLE SWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B3,
        name: "HANGUL SYLLABLE SWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B4,
        name: "HANGUL SYLLABLE SWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B5,
        name: "HANGUL SYLLABLE SWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B6,
        name: "HANGUL SYLLABLE SWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B7,
        name: "HANGUL SYLLABLE SWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B8,
        name: "HANGUL SYLLABLE SWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1B9,
        name: "HANGUL SYLLABLE SWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1BA,
        name: "HANGUL SYLLABLE SWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1BB,
        name: "HANGUL SYLLABLE SWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1BC,
        name: "HANGUL SYLLABLE SWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1BD,
        name: "HANGUL SYLLABLE SWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1BE,
        name: "HANGUL SYLLABLE SWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1BF,
        name: "HANGUL SYLLABLE SWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C0,
        name: "HANGUL SYLLABLE SWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C1,
        name: "HANGUL SYLLABLE SWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C2,
        name: "HANGUL SYLLABLE SWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C3,
        name: "HANGUL SYLLABLE SWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C4,
        name: "HANGUL SYLLABLE SWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C5,
        name: "HANGUL SYLLABLE SWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C6,
        name: "HANGUL SYLLABLE SWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C7,
        name: "HANGUL SYLLABLE SWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C8,
        name: "HANGUL SYLLABLE SWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1C9,
        name: "HANGUL SYLLABLE SWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1CA,
        name: "HANGUL SYLLABLE SWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1CB,
        name: "HANGUL SYLLABLE SWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1CC,
        name: "HANGUL SYLLABLE SWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1CD,
        name: "HANGUL SYLLABLE SWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1CE,
        name: "HANGUL SYLLABLE SWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1CF,
        name: "HANGUL SYLLABLE SWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D0,
        name: "HANGUL SYLLABLE SWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D1,
        name: "HANGUL SYLLABLE SWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D2,
        name: "HANGUL SYLLABLE SWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D3,
        name: "HANGUL SYLLABLE SWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D4,
        name: "HANGUL SYLLABLE SWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D5,
        name: "HANGUL SYLLABLE SWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D6,
        name: "HANGUL SYLLABLE SWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D7,
        name: "HANGUL SYLLABLE SWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D8,
        name: "HANGUL SYLLABLE SWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1D9,
        name: "HANGUL SYLLABLE SWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1DA,
        name: "HANGUL SYLLABLE SWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1DB,
        name: "HANGUL SYLLABLE SWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1DC,
        name: "HANGUL SYLLABLE SWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1DD,
        name: "HANGUL SYLLABLE SWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1DE,
        name: "HANGUL SYLLABLE SWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1DF,
        name: "HANGUL SYLLABLE SWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E0,
        name: "HANGUL SYLLABLE SOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E1,
        name: "HANGUL SYLLABLE SOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E2,
        name: "HANGUL SYLLABLE SOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E3,
        name: "HANGUL SYLLABLE SOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E4,
        name: "HANGUL SYLLABLE SOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E5,
        name: "HANGUL SYLLABLE SOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E6,
        name: "HANGUL SYLLABLE SOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E7,
        name: "HANGUL SYLLABLE SOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E8,
        name: "HANGUL SYLLABLE SOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1E9,
        name: "HANGUL SYLLABLE SOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1EA,
        name: "HANGUL SYLLABLE SOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1EB,
        name: "HANGUL SYLLABLE SOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1EC,
        name: "HANGUL SYLLABLE SOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1ED,
        name: "HANGUL SYLLABLE SOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1EE,
        name: "HANGUL SYLLABLE SOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1EF,
        name: "HANGUL SYLLABLE SOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F0,
        name: "HANGUL SYLLABLE SOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F1,
        name: "HANGUL SYLLABLE SOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F2,
        name: "HANGUL SYLLABLE SOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F3,
        name: "HANGUL SYLLABLE SOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F4,
        name: "HANGUL SYLLABLE SOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F5,
        name: "HANGUL SYLLABLE SOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F6,
        name: "HANGUL SYLLABLE SOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F7,
        name: "HANGUL SYLLABLE SOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F8,
        name: "HANGUL SYLLABLE SOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1F9,
        name: "HANGUL SYLLABLE SOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1FA,
        name: "HANGUL SYLLABLE SOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1FB,
        name: "HANGUL SYLLABLE SOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1FC,
        name: "HANGUL SYLLABLE SYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1FD,
        name: "HANGUL SYLLABLE SYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1FE,
        name: "HANGUL SYLLABLE SYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC1FF,
        name: "HANGUL SYLLABLE SYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC200,
        name: "HANGUL SYLLABLE SYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC201,
        name: "HANGUL SYLLABLE SYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC202,
        name: "HANGUL SYLLABLE SYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC203,
        name: "HANGUL SYLLABLE SYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC204,
        name: "HANGUL SYLLABLE SYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC205,
        name: "HANGUL SYLLABLE SYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC206,
        name: "HANGUL SYLLABLE SYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC207,
        name: "HANGUL SYLLABLE SYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC208,
        name: "HANGUL SYLLABLE SYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC209,
        name: "HANGUL SYLLABLE SYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC20A,
        name: "HANGUL SYLLABLE SYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC20B,
        name: "HANGUL SYLLABLE SYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC20C,
        name: "HANGUL SYLLABLE SYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC20D,
        name: "HANGUL SYLLABLE SYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC20E,
        name: "HANGUL SYLLABLE SYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC20F,
        name: "HANGUL SYLLABLE SYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC210,
        name: "HANGUL SYLLABLE SYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC211,
        name: "HANGUL SYLLABLE SYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC212,
        name: "HANGUL SYLLABLE SYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC213,
        name: "HANGUL SYLLABLE SYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC214,
        name: "HANGUL SYLLABLE SYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC215,
        name: "HANGUL SYLLABLE SYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC216,
        name: "HANGUL SYLLABLE SYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC217,
        name: "HANGUL SYLLABLE SYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC218,
        name: "HANGUL SYLLABLE SU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC219,
        name: "HANGUL SYLLABLE SUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC21A,
        name: "HANGUL SYLLABLE SUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC21B,
        name: "HANGUL SYLLABLE SUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC21C,
        name: "HANGUL SYLLABLE SUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC21D,
        name: "HANGUL SYLLABLE SUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC21E,
        name: "HANGUL SYLLABLE SUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC21F,
        name: "HANGUL SYLLABLE SUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC220,
        name: "HANGUL SYLLABLE SUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC221,
        name: "HANGUL SYLLABLE SULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC222,
        name: "HANGUL SYLLABLE SULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC223,
        name: "HANGUL SYLLABLE SULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC224,
        name: "HANGUL SYLLABLE SULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC225,
        name: "HANGUL SYLLABLE SULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC226,
        name: "HANGUL SYLLABLE SULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC227,
        name: "HANGUL SYLLABLE SULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC228,
        name: "HANGUL SYLLABLE SUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC229,
        name: "HANGUL SYLLABLE SUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC22A,
        name: "HANGUL SYLLABLE SUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC22B,
        name: "HANGUL SYLLABLE SUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC22C,
        name: "HANGUL SYLLABLE SUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC22D,
        name: "HANGUL SYLLABLE SUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC22E,
        name: "HANGUL SYLLABLE SUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC22F,
        name: "HANGUL SYLLABLE SUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC230,
        name: "HANGUL SYLLABLE SUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC231,
        name: "HANGUL SYLLABLE SUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC232,
        name: "HANGUL SYLLABLE SUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC233,
        name: "HANGUL SYLLABLE SUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC234,
        name: "HANGUL SYLLABLE SWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC235,
        name: "HANGUL SYLLABLE SWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC236,
        name: "HANGUL SYLLABLE SWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC237,
        name: "HANGUL SYLLABLE SWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC238,
        name: "HANGUL SYLLABLE SWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC239,
        name: "HANGUL SYLLABLE SWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC23A,
        name: "HANGUL SYLLABLE SWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC23B,
        name: "HANGUL SYLLABLE SWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC23C,
        name: "HANGUL SYLLABLE SWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC23D,
        name: "HANGUL SYLLABLE SWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC23E,
        name: "HANGUL SYLLABLE SWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC23F,
        name: "HANGUL SYLLABLE SWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC240,
        name: "HANGUL SYLLABLE SWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC241,
        name: "HANGUL SYLLABLE SWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC242,
        name: "HANGUL SYLLABLE SWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC243,
        name: "HANGUL SYLLABLE SWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC244,
        name: "HANGUL SYLLABLE SWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC245,
        name: "HANGUL SYLLABLE SWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC246,
        name: "HANGUL SYLLABLE SWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC247,
        name: "HANGUL SYLLABLE SWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC248,
        name: "HANGUL SYLLABLE SWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC249,
        name: "HANGUL SYLLABLE SWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC24A,
        name: "HANGUL SYLLABLE SWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC24B,
        name: "HANGUL SYLLABLE SWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC24C,
        name: "HANGUL SYLLABLE SWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC24D,
        name: "HANGUL SYLLABLE SWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC24E,
        name: "HANGUL SYLLABLE SWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC24F,
        name: "HANGUL SYLLABLE SWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC250,
        name: "HANGUL SYLLABLE SWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC251,
        name: "HANGUL SYLLABLE SWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC252,
        name: "HANGUL SYLLABLE SWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC253,
        name: "HANGUL SYLLABLE SWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC254,
        name: "HANGUL SYLLABLE SWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC255,
        name: "HANGUL SYLLABLE SWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC256,
        name: "HANGUL SYLLABLE SWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC257,
        name: "HANGUL SYLLABLE SWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC258,
        name: "HANGUL SYLLABLE SWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC259,
        name: "HANGUL SYLLABLE SWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC25A,
        name: "HANGUL SYLLABLE SWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC25B,
        name: "HANGUL SYLLABLE SWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC25C,
        name: "HANGUL SYLLABLE SWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC25D,
        name: "HANGUL SYLLABLE SWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC25E,
        name: "HANGUL SYLLABLE SWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC25F,
        name: "HANGUL SYLLABLE SWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC260,
        name: "HANGUL SYLLABLE SWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC261,
        name: "HANGUL SYLLABLE SWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC262,
        name: "HANGUL SYLLABLE SWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC263,
        name: "HANGUL SYLLABLE SWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC264,
        name: "HANGUL SYLLABLE SWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC265,
        name: "HANGUL SYLLABLE SWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC266,
        name: "HANGUL SYLLABLE SWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC267,
        name: "HANGUL SYLLABLE SWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC268,
        name: "HANGUL SYLLABLE SWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC269,
        name: "HANGUL SYLLABLE SWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC26A,
        name: "HANGUL SYLLABLE SWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC26B,
        name: "HANGUL SYLLABLE SWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC26C,
        name: "HANGUL SYLLABLE SWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC26D,
        name: "HANGUL SYLLABLE SWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC26E,
        name: "HANGUL SYLLABLE SWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC26F,
        name: "HANGUL SYLLABLE SWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC270,
        name: "HANGUL SYLLABLE SWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC271,
        name: "HANGUL SYLLABLE SWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC272,
        name: "HANGUL SYLLABLE SWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC273,
        name: "HANGUL SYLLABLE SWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC274,
        name: "HANGUL SYLLABLE SWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC275,
        name: "HANGUL SYLLABLE SWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC276,
        name: "HANGUL SYLLABLE SWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC277,
        name: "HANGUL SYLLABLE SWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC278,
        name: "HANGUL SYLLABLE SWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC279,
        name: "HANGUL SYLLABLE SWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC27A,
        name: "HANGUL SYLLABLE SWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC27B,
        name: "HANGUL SYLLABLE SWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC27C,
        name: "HANGUL SYLLABLE SWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC27D,
        name: "HANGUL SYLLABLE SWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC27E,
        name: "HANGUL SYLLABLE SWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC27F,
        name: "HANGUL SYLLABLE SWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC280,
        name: "HANGUL SYLLABLE SWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC281,
        name: "HANGUL SYLLABLE SWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC282,
        name: "HANGUL SYLLABLE SWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC283,
        name: "HANGUL SYLLABLE SWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC284,
        name: "HANGUL SYLLABLE SWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC285,
        name: "HANGUL SYLLABLE SWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC286,
        name: "HANGUL SYLLABLE SWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC287,
        name: "HANGUL SYLLABLE SWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC288,
        name: "HANGUL SYLLABLE SYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC289,
        name: "HANGUL SYLLABLE SYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC28A,
        name: "HANGUL SYLLABLE SYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC28B,
        name: "HANGUL SYLLABLE SYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC28C,
        name: "HANGUL SYLLABLE SYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC28D,
        name: "HANGUL SYLLABLE SYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC28E,
        name: "HANGUL SYLLABLE SYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC28F,
        name: "HANGUL SYLLABLE SYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC290,
        name: "HANGUL SYLLABLE SYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC291,
        name: "HANGUL SYLLABLE SYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC292,
        name: "HANGUL SYLLABLE SYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC293,
        name: "HANGUL SYLLABLE SYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC294,
        name: "HANGUL SYLLABLE SYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC295,
        name: "HANGUL SYLLABLE SYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC296,
        name: "HANGUL SYLLABLE SYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC297,
        name: "HANGUL SYLLABLE SYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC298,
        name: "HANGUL SYLLABLE SYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC299,
        name: "HANGUL SYLLABLE SYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC29A,
        name: "HANGUL SYLLABLE SYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC29B,
        name: "HANGUL SYLLABLE SYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC29C,
        name: "HANGUL SYLLABLE SYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC29D,
        name: "HANGUL SYLLABLE SYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC29E,
        name: "HANGUL SYLLABLE SYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC29F,
        name: "HANGUL SYLLABLE SYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A0,
        name: "HANGUL SYLLABLE SYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A1,
        name: "HANGUL SYLLABLE SYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A2,
        name: "HANGUL SYLLABLE SYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A3,
        name: "HANGUL SYLLABLE SYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A4,
        name: "HANGUL SYLLABLE SEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A5,
        name: "HANGUL SYLLABLE SEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A6,
        name: "HANGUL SYLLABLE SEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A7,
        name: "HANGUL SYLLABLE SEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A8,
        name: "HANGUL SYLLABLE SEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2A9,
        name: "HANGUL SYLLABLE SEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2AA,
        name: "HANGUL SYLLABLE SEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2AB,
        name: "HANGUL SYLLABLE SEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2AC,
        name: "HANGUL SYLLABLE SEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2AD,
        name: "HANGUL SYLLABLE SEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2AE,
        name: "HANGUL SYLLABLE SEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2AF,
        name: "HANGUL SYLLABLE SEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B0,
        name: "HANGUL SYLLABLE SEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B1,
        name: "HANGUL SYLLABLE SEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B2,
        name: "HANGUL SYLLABLE SEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B3,
        name: "HANGUL SYLLABLE SEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B4,
        name: "HANGUL SYLLABLE SEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B5,
        name: "HANGUL SYLLABLE SEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B6,
        name: "HANGUL SYLLABLE SEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B7,
        name: "HANGUL SYLLABLE SEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B8,
        name: "HANGUL SYLLABLE SEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2B9,
        name: "HANGUL SYLLABLE SEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2BA,
        name: "HANGUL SYLLABLE SEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2BB,
        name: "HANGUL SYLLABLE SEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2BC,
        name: "HANGUL SYLLABLE SEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2BD,
        name: "HANGUL SYLLABLE SEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2BE,
        name: "HANGUL SYLLABLE SEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2BF,
        name: "HANGUL SYLLABLE SEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C0,
        name: "HANGUL SYLLABLE SYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C1,
        name: "HANGUL SYLLABLE SYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C2,
        name: "HANGUL SYLLABLE SYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C3,
        name: "HANGUL SYLLABLE SYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C4,
        name: "HANGUL SYLLABLE SYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C5,
        name: "HANGUL SYLLABLE SYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C6,
        name: "HANGUL SYLLABLE SYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C7,
        name: "HANGUL SYLLABLE SYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C8,
        name: "HANGUL SYLLABLE SYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2C9,
        name: "HANGUL SYLLABLE SYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2CA,
        name: "HANGUL SYLLABLE SYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2CB,
        name: "HANGUL SYLLABLE SYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2CC,
        name: "HANGUL SYLLABLE SYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2CD,
        name: "HANGUL SYLLABLE SYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2CE,
        name: "HANGUL SYLLABLE SYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2CF,
        name: "HANGUL SYLLABLE SYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D0,
        name: "HANGUL SYLLABLE SYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D1,
        name: "HANGUL SYLLABLE SYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D2,
        name: "HANGUL SYLLABLE SYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D3,
        name: "HANGUL SYLLABLE SYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D4,
        name: "HANGUL SYLLABLE SYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D5,
        name: "HANGUL SYLLABLE SYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D6,
        name: "HANGUL SYLLABLE SYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D7,
        name: "HANGUL SYLLABLE SYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D8,
        name: "HANGUL SYLLABLE SYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2D9,
        name: "HANGUL SYLLABLE SYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2DA,
        name: "HANGUL SYLLABLE SYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2DB,
        name: "HANGUL SYLLABLE SYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2DC,
        name: "HANGUL SYLLABLE SI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2DD,
        name: "HANGUL SYLLABLE SIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2DE,
        name: "HANGUL SYLLABLE SIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2DF,
        name: "HANGUL SYLLABLE SIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E0,
        name: "HANGUL SYLLABLE SIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E1,
        name: "HANGUL SYLLABLE SINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E2,
        name: "HANGUL SYLLABLE SINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E3,
        name: "HANGUL SYLLABLE SID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E4,
        name: "HANGUL SYLLABLE SIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E5,
        name: "HANGUL SYLLABLE SILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E6,
        name: "HANGUL SYLLABLE SILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E7,
        name: "HANGUL SYLLABLE SILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E8,
        name: "HANGUL SYLLABLE SILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2E9,
        name: "HANGUL SYLLABLE SILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2EA,
        name: "HANGUL SYLLABLE SILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2EB,
        name: "HANGUL SYLLABLE SILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2EC,
        name: "HANGUL SYLLABLE SIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2ED,
        name: "HANGUL SYLLABLE SIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2EE,
        name: "HANGUL SYLLABLE SIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2EF,
        name: "HANGUL SYLLABLE SIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F0,
        name: "HANGUL SYLLABLE SISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F1,
        name: "HANGUL SYLLABLE SING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F2,
        name: "HANGUL SYLLABLE SIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F3,
        name: "HANGUL SYLLABLE SIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F4,
        name: "HANGUL SYLLABLE SIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F5,
        name: "HANGUL SYLLABLE SIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F6,
        name: "HANGUL SYLLABLE SIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F7,
        name: "HANGUL SYLLABLE SIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F8,
        name: "HANGUL SYLLABLE SSA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2F9,
        name: "HANGUL SYLLABLE SSAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2FA,
        name: "HANGUL SYLLABLE SSAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2FB,
        name: "HANGUL SYLLABLE SSAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2FC,
        name: "HANGUL SYLLABLE SSAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2FD,
        name: "HANGUL SYLLABLE SSANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2FE,
        name: "HANGUL SYLLABLE SSANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC2FF,
        name: "HANGUL SYLLABLE SSAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC300,
        name: "HANGUL SYLLABLE SSAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC301,
        name: "HANGUL SYLLABLE SSALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC302,
        name: "HANGUL SYLLABLE SSALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC303,
        name: "HANGUL SYLLABLE SSALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC304,
        name: "HANGUL SYLLABLE SSALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC305,
        name: "HANGUL SYLLABLE SSALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC306,
        name: "HANGUL SYLLABLE SSALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC307,
        name: "HANGUL SYLLABLE SSALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC308,
        name: "HANGUL SYLLABLE SSAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC309,
        name: "HANGUL SYLLABLE SSAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC30A,
        name: "HANGUL SYLLABLE SSABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC30B,
        name: "HANGUL SYLLABLE SSAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC30C,
        name: "HANGUL SYLLABLE SSASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC30D,
        name: "HANGUL SYLLABLE SSANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC30E,
        name: "HANGUL SYLLABLE SSAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC30F,
        name: "HANGUL SYLLABLE SSAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC310,
        name: "HANGUL SYLLABLE SSAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC311,
        name: "HANGUL SYLLABLE SSAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC312,
        name: "HANGUL SYLLABLE SSAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC313,
        name: "HANGUL SYLLABLE SSAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC314,
        name: "HANGUL SYLLABLE SSAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC315,
        name: "HANGUL SYLLABLE SSAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC316,
        name: "HANGUL SYLLABLE SSAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC317,
        name: "HANGUL SYLLABLE SSAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC318,
        name: "HANGUL SYLLABLE SSAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC319,
        name: "HANGUL SYLLABLE SSAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC31A,
        name: "HANGUL SYLLABLE SSAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC31B,
        name: "HANGUL SYLLABLE SSAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC31C,
        name: "HANGUL SYLLABLE SSAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC31D,
        name: "HANGUL SYLLABLE SSAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC31E,
        name: "HANGUL SYLLABLE SSAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC31F,
        name: "HANGUL SYLLABLE SSAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC320,
        name: "HANGUL SYLLABLE SSAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC321,
        name: "HANGUL SYLLABLE SSAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC322,
        name: "HANGUL SYLLABLE SSAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC323,
        name: "HANGUL SYLLABLE SSAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC324,
        name: "HANGUL SYLLABLE SSAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC325,
        name: "HANGUL SYLLABLE SSAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC326,
        name: "HANGUL SYLLABLE SSAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC327,
        name: "HANGUL SYLLABLE SSAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC328,
        name: "HANGUL SYLLABLE SSAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC329,
        name: "HANGUL SYLLABLE SSAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC32A,
        name: "HANGUL SYLLABLE SSAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC32B,
        name: "HANGUL SYLLABLE SSAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC32C,
        name: "HANGUL SYLLABLE SSAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC32D,
        name: "HANGUL SYLLABLE SSAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC32E,
        name: "HANGUL SYLLABLE SSAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC32F,
        name: "HANGUL SYLLABLE SSAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC330,
        name: "HANGUL SYLLABLE SSYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC331,
        name: "HANGUL SYLLABLE SSYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC332,
        name: "HANGUL SYLLABLE SSYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC333,
        name: "HANGUL SYLLABLE SSYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC334,
        name: "HANGUL SYLLABLE SSYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC335,
        name: "HANGUL SYLLABLE SSYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC336,
        name: "HANGUL SYLLABLE SSYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC337,
        name: "HANGUL SYLLABLE SSYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC338,
        name: "HANGUL SYLLABLE SSYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC339,
        name: "HANGUL SYLLABLE SSYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC33A,
        name: "HANGUL SYLLABLE SSYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC33B,
        name: "HANGUL SYLLABLE SSYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC33C,
        name: "HANGUL SYLLABLE SSYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC33D,
        name: "HANGUL SYLLABLE SSYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC33E,
        name: "HANGUL SYLLABLE SSYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC33F,
        name: "HANGUL SYLLABLE SSYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC340,
        name: "HANGUL SYLLABLE SSYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC341,
        name: "HANGUL SYLLABLE SSYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC342,
        name: "HANGUL SYLLABLE SSYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC343,
        name: "HANGUL SYLLABLE SSYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC344,
        name: "HANGUL SYLLABLE SSYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC345,
        name: "HANGUL SYLLABLE SSYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC346,
        name: "HANGUL SYLLABLE SSYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC347,
        name: "HANGUL SYLLABLE SSYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC348,
        name: "HANGUL SYLLABLE SSYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC349,
        name: "HANGUL SYLLABLE SSYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC34A,
        name: "HANGUL SYLLABLE SSYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC34B,
        name: "HANGUL SYLLABLE SSYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC34C,
        name: "HANGUL SYLLABLE SSYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC34D,
        name: "HANGUL SYLLABLE SSYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC34E,
        name: "HANGUL SYLLABLE SSYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC34F,
        name: "HANGUL SYLLABLE SSYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC350,
        name: "HANGUL SYLLABLE SSYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC351,
        name: "HANGUL SYLLABLE SSYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC352,
        name: "HANGUL SYLLABLE SSYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC353,
        name: "HANGUL SYLLABLE SSYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC354,
        name: "HANGUL SYLLABLE SSYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC355,
        name: "HANGUL SYLLABLE SSYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC356,
        name: "HANGUL SYLLABLE SSYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC357,
        name: "HANGUL SYLLABLE SSYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC358,
        name: "HANGUL SYLLABLE SSYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC359,
        name: "HANGUL SYLLABLE SSYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC35A,
        name: "HANGUL SYLLABLE SSYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC35B,
        name: "HANGUL SYLLABLE SSYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC35C,
        name: "HANGUL SYLLABLE SSYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC35D,
        name: "HANGUL SYLLABLE SSYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC35E,
        name: "HANGUL SYLLABLE SSYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC35F,
        name: "HANGUL SYLLABLE SSYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC360,
        name: "HANGUL SYLLABLE SSYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC361,
        name: "HANGUL SYLLABLE SSYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC362,
        name: "HANGUL SYLLABLE SSYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC363,
        name: "HANGUL SYLLABLE SSYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC364,
        name: "HANGUL SYLLABLE SSYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC365,
        name: "HANGUL SYLLABLE SSYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC366,
        name: "HANGUL SYLLABLE SSYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC367,
        name: "HANGUL SYLLABLE SSYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC368,
        name: "HANGUL SYLLABLE SSEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC369,
        name: "HANGUL SYLLABLE SSEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC36A,
        name: "HANGUL SYLLABLE SSEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC36B,
        name: "HANGUL SYLLABLE SSEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC36C,
        name: "HANGUL SYLLABLE SSEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC36D,
        name: "HANGUL SYLLABLE SSEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC36E,
        name: "HANGUL SYLLABLE SSEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC36F,
        name: "HANGUL SYLLABLE SSEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC370,
        name: "HANGUL SYLLABLE SSEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC371,
        name: "HANGUL SYLLABLE SSEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC372,
        name: "HANGUL SYLLABLE SSEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC373,
        name: "HANGUL SYLLABLE SSEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC374,
        name: "HANGUL SYLLABLE SSEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC375,
        name: "HANGUL SYLLABLE SSEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC376,
        name: "HANGUL SYLLABLE SSEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC377,
        name: "HANGUL SYLLABLE SSEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC378,
        name: "HANGUL SYLLABLE SSEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC379,
        name: "HANGUL SYLLABLE SSEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC37A,
        name: "HANGUL SYLLABLE SSEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC37B,
        name: "HANGUL SYLLABLE SSEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC37C,
        name: "HANGUL SYLLABLE SSEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC37D,
        name: "HANGUL SYLLABLE SSEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC37E,
        name: "HANGUL SYLLABLE SSEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC37F,
        name: "HANGUL SYLLABLE SSEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC380,
        name: "HANGUL SYLLABLE SSEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC381,
        name: "HANGUL SYLLABLE SSEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC382,
        name: "HANGUL SYLLABLE SSEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC383,
        name: "HANGUL SYLLABLE SSEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC384,
        name: "HANGUL SYLLABLE SSE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC385,
        name: "HANGUL SYLLABLE SSEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC386,
        name: "HANGUL SYLLABLE SSEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC387,
        name: "HANGUL SYLLABLE SSEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC388,
        name: "HANGUL SYLLABLE SSEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC389,
        name: "HANGUL SYLLABLE SSENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC38A,
        name: "HANGUL SYLLABLE SSENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC38B,
        name: "HANGUL SYLLABLE SSED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC38C,
        name: "HANGUL SYLLABLE SSEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC38D,
        name: "HANGUL SYLLABLE SSELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC38E,
        name: "HANGUL SYLLABLE SSELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC38F,
        name: "HANGUL SYLLABLE SSELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC390,
        name: "HANGUL SYLLABLE SSELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC391,
        name: "HANGUL SYLLABLE SSELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC392,
        name: "HANGUL SYLLABLE SSELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC393,
        name: "HANGUL SYLLABLE SSELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC394,
        name: "HANGUL SYLLABLE SSEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC395,
        name: "HANGUL SYLLABLE SSEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC396,
        name: "HANGUL SYLLABLE SSEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC397,
        name: "HANGUL SYLLABLE SSES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC398,
        name: "HANGUL SYLLABLE SSESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC399,
        name: "HANGUL SYLLABLE SSENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC39A,
        name: "HANGUL SYLLABLE SSEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC39B,
        name: "HANGUL SYLLABLE SSEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC39C,
        name: "HANGUL SYLLABLE SSEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC39D,
        name: "HANGUL SYLLABLE SSET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC39E,
        name: "HANGUL SYLLABLE SSEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC39F,
        name: "HANGUL SYLLABLE SSEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A0,
        name: "HANGUL SYLLABLE SSYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A1,
        name: "HANGUL SYLLABLE SSYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A2,
        name: "HANGUL SYLLABLE SSYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A3,
        name: "HANGUL SYLLABLE SSYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A4,
        name: "HANGUL SYLLABLE SSYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A5,
        name: "HANGUL SYLLABLE SSYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A6,
        name: "HANGUL SYLLABLE SSYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A7,
        name: "HANGUL SYLLABLE SSYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A8,
        name: "HANGUL SYLLABLE SSYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3A9,
        name: "HANGUL SYLLABLE SSYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3AA,
        name: "HANGUL SYLLABLE SSYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3AB,
        name: "HANGUL SYLLABLE SSYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3AC,
        name: "HANGUL SYLLABLE SSYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3AD,
        name: "HANGUL SYLLABLE SSYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3AE,
        name: "HANGUL SYLLABLE SSYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3AF,
        name: "HANGUL SYLLABLE SSYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B0,
        name: "HANGUL SYLLABLE SSYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B1,
        name: "HANGUL SYLLABLE SSYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B2,
        name: "HANGUL SYLLABLE SSYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B3,
        name: "HANGUL SYLLABLE SSYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B4,
        name: "HANGUL SYLLABLE SSYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B5,
        name: "HANGUL SYLLABLE SSYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B6,
        name: "HANGUL SYLLABLE SSYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B7,
        name: "HANGUL SYLLABLE SSYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B8,
        name: "HANGUL SYLLABLE SSYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3B9,
        name: "HANGUL SYLLABLE SSYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3BA,
        name: "HANGUL SYLLABLE SSYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3BB,
        name: "HANGUL SYLLABLE SSYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3BC,
        name: "HANGUL SYLLABLE SSYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3BD,
        name: "HANGUL SYLLABLE SSYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3BE,
        name: "HANGUL SYLLABLE SSYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3BF,
        name: "HANGUL SYLLABLE SSYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C0,
        name: "HANGUL SYLLABLE SSYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C1,
        name: "HANGUL SYLLABLE SSYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C2,
        name: "HANGUL SYLLABLE SSYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C3,
        name: "HANGUL SYLLABLE SSYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C4,
        name: "HANGUL SYLLABLE SSYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C5,
        name: "HANGUL SYLLABLE SSYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C6,
        name: "HANGUL SYLLABLE SSYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C7,
        name: "HANGUL SYLLABLE SSYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C8,
        name: "HANGUL SYLLABLE SSYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3C9,
        name: "HANGUL SYLLABLE SSYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3CA,
        name: "HANGUL SYLLABLE SSYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3CB,
        name: "HANGUL SYLLABLE SSYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3CC,
        name: "HANGUL SYLLABLE SSYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3CD,
        name: "HANGUL SYLLABLE SSYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3CE,
        name: "HANGUL SYLLABLE SSYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3CF,
        name: "HANGUL SYLLABLE SSYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D0,
        name: "HANGUL SYLLABLE SSYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D1,
        name: "HANGUL SYLLABLE SSYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D2,
        name: "HANGUL SYLLABLE SSYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D3,
        name: "HANGUL SYLLABLE SSYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D4,
        name: "HANGUL SYLLABLE SSYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D5,
        name: "HANGUL SYLLABLE SSYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D6,
        name: "HANGUL SYLLABLE SSYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D7,
        name: "HANGUL SYLLABLE SSYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D8,
        name: "HANGUL SYLLABLE SSO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3D9,
        name: "HANGUL SYLLABLE SSOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3DA,
        name: "HANGUL SYLLABLE SSOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3DB,
        name: "HANGUL SYLLABLE SSOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3DC,
        name: "HANGUL SYLLABLE SSON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3DD,
        name: "HANGUL SYLLABLE SSONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3DE,
        name: "HANGUL SYLLABLE SSONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3DF,
        name: "HANGUL SYLLABLE SSOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E0,
        name: "HANGUL SYLLABLE SSOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E1,
        name: "HANGUL SYLLABLE SSOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E2,
        name: "HANGUL SYLLABLE SSOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E3,
        name: "HANGUL SYLLABLE SSOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E4,
        name: "HANGUL SYLLABLE SSOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E5,
        name: "HANGUL SYLLABLE SSOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E6,
        name: "HANGUL SYLLABLE SSOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E7,
        name: "HANGUL SYLLABLE SSOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E8,
        name: "HANGUL SYLLABLE SSOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3E9,
        name: "HANGUL SYLLABLE SSOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3EA,
        name: "HANGUL SYLLABLE SSOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3EB,
        name: "HANGUL SYLLABLE SSOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3EC,
        name: "HANGUL SYLLABLE SSOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3ED,
        name: "HANGUL SYLLABLE SSONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3EE,
        name: "HANGUL SYLLABLE SSOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3EF,
        name: "HANGUL SYLLABLE SSOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F0,
        name: "HANGUL SYLLABLE SSOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F1,
        name: "HANGUL SYLLABLE SSOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F2,
        name: "HANGUL SYLLABLE SSOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F3,
        name: "HANGUL SYLLABLE SSOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F4,
        name: "HANGUL SYLLABLE SSWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F5,
        name: "HANGUL SYLLABLE SSWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F6,
        name: "HANGUL SYLLABLE SSWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F7,
        name: "HANGUL SYLLABLE SSWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F8,
        name: "HANGUL SYLLABLE SSWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3F9,
        name: "HANGUL SYLLABLE SSWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3FA,
        name: "HANGUL SYLLABLE SSWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3FB,
        name: "HANGUL SYLLABLE SSWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3FC,
        name: "HANGUL SYLLABLE SSWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3FD,
        name: "HANGUL SYLLABLE SSWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3FE,
        name: "HANGUL SYLLABLE SSWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC3FF,
        name: "HANGUL SYLLABLE SSWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC400,
        name: "HANGUL SYLLABLE SSWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC401,
        name: "HANGUL SYLLABLE SSWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC402,
        name: "HANGUL SYLLABLE SSWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC403,
        name: "HANGUL SYLLABLE SSWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC404,
        name: "HANGUL SYLLABLE SSWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC405,
        name: "HANGUL SYLLABLE SSWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC406,
        name: "HANGUL SYLLABLE SSWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC407,
        name: "HANGUL SYLLABLE SSWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC408,
        name: "HANGUL SYLLABLE SSWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC409,
        name: "HANGUL SYLLABLE SSWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC40A,
        name: "HANGUL SYLLABLE SSWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC40B,
        name: "HANGUL SYLLABLE SSWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC40C,
        name: "HANGUL SYLLABLE SSWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC40D,
        name: "HANGUL SYLLABLE SSWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC40E,
        name: "HANGUL SYLLABLE SSWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC40F,
        name: "HANGUL SYLLABLE SSWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC410,
        name: "HANGUL SYLLABLE SSWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC411,
        name: "HANGUL SYLLABLE SSWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC412,
        name: "HANGUL SYLLABLE SSWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC413,
        name: "HANGUL SYLLABLE SSWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC414,
        name: "HANGUL SYLLABLE SSWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC415,
        name: "HANGUL SYLLABLE SSWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC416,
        name: "HANGUL SYLLABLE SSWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC417,
        name: "HANGUL SYLLABLE SSWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC418,
        name: "HANGUL SYLLABLE SSWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC419,
        name: "HANGUL SYLLABLE SSWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC41A,
        name: "HANGUL SYLLABLE SSWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC41B,
        name: "HANGUL SYLLABLE SSWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC41C,
        name: "HANGUL SYLLABLE SSWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC41D,
        name: "HANGUL SYLLABLE SSWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC41E,
        name: "HANGUL SYLLABLE SSWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC41F,
        name: "HANGUL SYLLABLE SSWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC420,
        name: "HANGUL SYLLABLE SSWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC421,
        name: "HANGUL SYLLABLE SSWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC422,
        name: "HANGUL SYLLABLE SSWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC423,
        name: "HANGUL SYLLABLE SSWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC424,
        name: "HANGUL SYLLABLE SSWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC425,
        name: "HANGUL SYLLABLE SSWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC426,
        name: "HANGUL SYLLABLE SSWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC427,
        name: "HANGUL SYLLABLE SSWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC428,
        name: "HANGUL SYLLABLE SSWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC429,
        name: "HANGUL SYLLABLE SSWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC42A,
        name: "HANGUL SYLLABLE SSWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC42B,
        name: "HANGUL SYLLABLE SSWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC42C,
        name: "HANGUL SYLLABLE SSOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC42D,
        name: "HANGUL SYLLABLE SSOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC42E,
        name: "HANGUL SYLLABLE SSOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC42F,
        name: "HANGUL SYLLABLE SSOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC430,
        name: "HANGUL SYLLABLE SSOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC431,
        name: "HANGUL SYLLABLE SSOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC432,
        name: "HANGUL SYLLABLE SSOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC433,
        name: "HANGUL SYLLABLE SSOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC434,
        name: "HANGUL SYLLABLE SSOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC435,
        name: "HANGUL SYLLABLE SSOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC436,
        name: "HANGUL SYLLABLE SSOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC437,
        name: "HANGUL SYLLABLE SSOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC438,
        name: "HANGUL SYLLABLE SSOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC439,
        name: "HANGUL SYLLABLE SSOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC43A,
        name: "HANGUL SYLLABLE SSOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC43B,
        name: "HANGUL SYLLABLE SSOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC43C,
        name: "HANGUL SYLLABLE SSOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC43D,
        name: "HANGUL SYLLABLE SSOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC43E,
        name: "HANGUL SYLLABLE SSOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC43F,
        name: "HANGUL SYLLABLE SSOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC440,
        name: "HANGUL SYLLABLE SSOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC441,
        name: "HANGUL SYLLABLE SSOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC442,
        name: "HANGUL SYLLABLE SSOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC443,
        name: "HANGUL SYLLABLE SSOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC444,
        name: "HANGUL SYLLABLE SSOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC445,
        name: "HANGUL SYLLABLE SSOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC446,
        name: "HANGUL SYLLABLE SSOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC447,
        name: "HANGUL SYLLABLE SSOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC448,
        name: "HANGUL SYLLABLE SSYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC449,
        name: "HANGUL SYLLABLE SSYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC44A,
        name: "HANGUL SYLLABLE SSYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC44B,
        name: "HANGUL SYLLABLE SSYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC44C,
        name: "HANGUL SYLLABLE SSYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC44D,
        name: "HANGUL SYLLABLE SSYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC44E,
        name: "HANGUL SYLLABLE SSYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC44F,
        name: "HANGUL SYLLABLE SSYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC450,
        name: "HANGUL SYLLABLE SSYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC451,
        name: "HANGUL SYLLABLE SSYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC452,
        name: "HANGUL SYLLABLE SSYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC453,
        name: "HANGUL SYLLABLE SSYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC454,
        name: "HANGUL SYLLABLE SSYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC455,
        name: "HANGUL SYLLABLE SSYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC456,
        name: "HANGUL SYLLABLE SSYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC457,
        name: "HANGUL SYLLABLE SSYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC458,
        name: "HANGUL SYLLABLE SSYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC459,
        name: "HANGUL SYLLABLE SSYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC45A,
        name: "HANGUL SYLLABLE SSYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC45B,
        name: "HANGUL SYLLABLE SSYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC45C,
        name: "HANGUL SYLLABLE SSYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC45D,
        name: "HANGUL SYLLABLE SSYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC45E,
        name: "HANGUL SYLLABLE SSYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC45F,
        name: "HANGUL SYLLABLE SSYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC460,
        name: "HANGUL SYLLABLE SSYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC461,
        name: "HANGUL SYLLABLE SSYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC462,
        name: "HANGUL SYLLABLE SSYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC463,
        name: "HANGUL SYLLABLE SSYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC464,
        name: "HANGUL SYLLABLE SSU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC465,
        name: "HANGUL SYLLABLE SSUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC466,
        name: "HANGUL SYLLABLE SSUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC467,
        name: "HANGUL SYLLABLE SSUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC468,
        name: "HANGUL SYLLABLE SSUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC469,
        name: "HANGUL SYLLABLE SSUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC46A,
        name: "HANGUL SYLLABLE SSUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC46B,
        name: "HANGUL SYLLABLE SSUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC46C,
        name: "HANGUL SYLLABLE SSUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC46D,
        name: "HANGUL SYLLABLE SSULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC46E,
        name: "HANGUL SYLLABLE SSULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC46F,
        name: "HANGUL SYLLABLE SSULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC470,
        name: "HANGUL SYLLABLE SSULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC471,
        name: "HANGUL SYLLABLE SSULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC472,
        name: "HANGUL SYLLABLE SSULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC473,
        name: "HANGUL SYLLABLE SSULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC474,
        name: "HANGUL SYLLABLE SSUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC475,
        name: "HANGUL SYLLABLE SSUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC476,
        name: "HANGUL SYLLABLE SSUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC477,
        name: "HANGUL SYLLABLE SSUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC478,
        name: "HANGUL SYLLABLE SSUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC479,
        name: "HANGUL SYLLABLE SSUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC47A,
        name: "HANGUL SYLLABLE SSUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC47B,
        name: "HANGUL SYLLABLE SSUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC47C,
        name: "HANGUL SYLLABLE SSUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC47D,
        name: "HANGUL SYLLABLE SSUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC47E,
        name: "HANGUL SYLLABLE SSUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC47F,
        name: "HANGUL SYLLABLE SSUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC480,
        name: "HANGUL SYLLABLE SSWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC481,
        name: "HANGUL SYLLABLE SSWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC482,
        name: "HANGUL SYLLABLE SSWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC483,
        name: "HANGUL SYLLABLE SSWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC484,
        name: "HANGUL SYLLABLE SSWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC485,
        name: "HANGUL SYLLABLE SSWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC486,
        name: "HANGUL SYLLABLE SSWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC487,
        name: "HANGUL SYLLABLE SSWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC488,
        name: "HANGUL SYLLABLE SSWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC489,
        name: "HANGUL SYLLABLE SSWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC48A,
        name: "HANGUL SYLLABLE SSWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC48B,
        name: "HANGUL SYLLABLE SSWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC48C,
        name: "HANGUL SYLLABLE SSWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC48D,
        name: "HANGUL SYLLABLE SSWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC48E,
        name: "HANGUL SYLLABLE SSWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC48F,
        name: "HANGUL SYLLABLE SSWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC490,
        name: "HANGUL SYLLABLE SSWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC491,
        name: "HANGUL SYLLABLE SSWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC492,
        name: "HANGUL SYLLABLE SSWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC493,
        name: "HANGUL SYLLABLE SSWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC494,
        name: "HANGUL SYLLABLE SSWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC495,
        name: "HANGUL SYLLABLE SSWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC496,
        name: "HANGUL SYLLABLE SSWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC497,
        name: "HANGUL SYLLABLE SSWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC498,
        name: "HANGUL SYLLABLE SSWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC499,
        name: "HANGUL SYLLABLE SSWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC49A,
        name: "HANGUL SYLLABLE SSWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC49B,
        name: "HANGUL SYLLABLE SSWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC49C,
        name: "HANGUL SYLLABLE SSWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC49D,
        name: "HANGUL SYLLABLE SSWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC49E,
        name: "HANGUL SYLLABLE SSWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC49F,
        name: "HANGUL SYLLABLE SSWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A0,
        name: "HANGUL SYLLABLE SSWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A1,
        name: "HANGUL SYLLABLE SSWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A2,
        name: "HANGUL SYLLABLE SSWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A3,
        name: "HANGUL SYLLABLE SSWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A4,
        name: "HANGUL SYLLABLE SSWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A5,
        name: "HANGUL SYLLABLE SSWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A6,
        name: "HANGUL SYLLABLE SSWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A7,
        name: "HANGUL SYLLABLE SSWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A8,
        name: "HANGUL SYLLABLE SSWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4A9,
        name: "HANGUL SYLLABLE SSWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4AA,
        name: "HANGUL SYLLABLE SSWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4AB,
        name: "HANGUL SYLLABLE SSWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4AC,
        name: "HANGUL SYLLABLE SSWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4AD,
        name: "HANGUL SYLLABLE SSWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4AE,
        name: "HANGUL SYLLABLE SSWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4AF,
        name: "HANGUL SYLLABLE SSWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B0,
        name: "HANGUL SYLLABLE SSWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B1,
        name: "HANGUL SYLLABLE SSWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B2,
        name: "HANGUL SYLLABLE SSWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B3,
        name: "HANGUL SYLLABLE SSWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B4,
        name: "HANGUL SYLLABLE SSWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B5,
        name: "HANGUL SYLLABLE SSWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B6,
        name: "HANGUL SYLLABLE SSWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B7,
        name: "HANGUL SYLLABLE SSWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B8,
        name: "HANGUL SYLLABLE SSWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4B9,
        name: "HANGUL SYLLABLE SSWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4BA,
        name: "HANGUL SYLLABLE SSWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4BB,
        name: "HANGUL SYLLABLE SSWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4BC,
        name: "HANGUL SYLLABLE SSWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4BD,
        name: "HANGUL SYLLABLE SSWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4BE,
        name: "HANGUL SYLLABLE SSWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4BF,
        name: "HANGUL SYLLABLE SSWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C0,
        name: "HANGUL SYLLABLE SSWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C1,
        name: "HANGUL SYLLABLE SSWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C2,
        name: "HANGUL SYLLABLE SSWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C3,
        name: "HANGUL SYLLABLE SSWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C4,
        name: "HANGUL SYLLABLE SSWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C5,
        name: "HANGUL SYLLABLE SSWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C6,
        name: "HANGUL SYLLABLE SSWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C7,
        name: "HANGUL SYLLABLE SSWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C8,
        name: "HANGUL SYLLABLE SSWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4C9,
        name: "HANGUL SYLLABLE SSWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4CA,
        name: "HANGUL SYLLABLE SSWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4CB,
        name: "HANGUL SYLLABLE SSWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4CC,
        name: "HANGUL SYLLABLE SSWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4CD,
        name: "HANGUL SYLLABLE SSWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4CE,
        name: "HANGUL SYLLABLE SSWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4CF,
        name: "HANGUL SYLLABLE SSWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D0,
        name: "HANGUL SYLLABLE SSWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D1,
        name: "HANGUL SYLLABLE SSWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D2,
        name: "HANGUL SYLLABLE SSWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D3,
        name: "HANGUL SYLLABLE SSWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D4,
        name: "HANGUL SYLLABLE SSYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D5,
        name: "HANGUL SYLLABLE SSYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D6,
        name: "HANGUL SYLLABLE SSYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D7,
        name: "HANGUL SYLLABLE SSYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D8,
        name: "HANGUL SYLLABLE SSYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4D9,
        name: "HANGUL SYLLABLE SSYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4DA,
        name: "HANGUL SYLLABLE SSYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4DB,
        name: "HANGUL SYLLABLE SSYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4DC,
        name: "HANGUL SYLLABLE SSYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4DD,
        name: "HANGUL SYLLABLE SSYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4DE,
        name: "HANGUL SYLLABLE SSYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4DF,
        name: "HANGUL SYLLABLE SSYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E0,
        name: "HANGUL SYLLABLE SSYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E1,
        name: "HANGUL SYLLABLE SSYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E2,
        name: "HANGUL SYLLABLE SSYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E3,
        name: "HANGUL SYLLABLE SSYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E4,
        name: "HANGUL SYLLABLE SSYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E5,
        name: "HANGUL SYLLABLE SSYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E6,
        name: "HANGUL SYLLABLE SSYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E7,
        name: "HANGUL SYLLABLE SSYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E8,
        name: "HANGUL SYLLABLE SSYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4E9,
        name: "HANGUL SYLLABLE SSYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4EA,
        name: "HANGUL SYLLABLE SSYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4EB,
        name: "HANGUL SYLLABLE SSYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4EC,
        name: "HANGUL SYLLABLE SSYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4ED,
        name: "HANGUL SYLLABLE SSYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4EE,
        name: "HANGUL SYLLABLE SSYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4EF,
        name: "HANGUL SYLLABLE SSYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F0,
        name: "HANGUL SYLLABLE SSEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F1,
        name: "HANGUL SYLLABLE SSEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F2,
        name: "HANGUL SYLLABLE SSEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F3,
        name: "HANGUL SYLLABLE SSEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F4,
        name: "HANGUL SYLLABLE SSEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F5,
        name: "HANGUL SYLLABLE SSEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F6,
        name: "HANGUL SYLLABLE SSEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F7,
        name: "HANGUL SYLLABLE SSEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F8,
        name: "HANGUL SYLLABLE SSEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4F9,
        name: "HANGUL SYLLABLE SSEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4FA,
        name: "HANGUL SYLLABLE SSEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4FB,
        name: "HANGUL SYLLABLE SSEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4FC,
        name: "HANGUL SYLLABLE SSEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4FD,
        name: "HANGUL SYLLABLE SSEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4FE,
        name: "HANGUL SYLLABLE SSEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC4FF,
        name: "HANGUL SYLLABLE SSEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC500,
        name: "HANGUL SYLLABLE SSEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC501,
        name: "HANGUL SYLLABLE SSEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC502,
        name: "HANGUL SYLLABLE SSEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC503,
        name: "HANGUL SYLLABLE SSEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC504,
        name: "HANGUL SYLLABLE SSEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC505,
        name: "HANGUL SYLLABLE SSEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC506,
        name: "HANGUL SYLLABLE SSEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC507,
        name: "HANGUL SYLLABLE SSEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC508,
        name: "HANGUL SYLLABLE SSEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC509,
        name: "HANGUL SYLLABLE SSEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC50A,
        name: "HANGUL SYLLABLE SSEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC50B,
        name: "HANGUL SYLLABLE SSEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC50C,
        name: "HANGUL SYLLABLE SSYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC50D,
        name: "HANGUL SYLLABLE SSYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC50E,
        name: "HANGUL SYLLABLE SSYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC50F,
        name: "HANGUL SYLLABLE SSYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC510,
        name: "HANGUL SYLLABLE SSYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC511,
        name: "HANGUL SYLLABLE SSYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC512,
        name: "HANGUL SYLLABLE SSYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC513,
        name: "HANGUL SYLLABLE SSYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC514,
        name: "HANGUL SYLLABLE SSYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC515,
        name: "HANGUL SYLLABLE SSYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC516,
        name: "HANGUL SYLLABLE SSYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC517,
        name: "HANGUL SYLLABLE SSYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC518,
        name: "HANGUL SYLLABLE SSYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC519,
        name: "HANGUL SYLLABLE SSYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC51A,
        name: "HANGUL SYLLABLE SSYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC51B,
        name: "HANGUL SYLLABLE SSYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC51C,
        name: "HANGUL SYLLABLE SSYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC51D,
        name: "HANGUL SYLLABLE SSYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC51E,
        name: "HANGUL SYLLABLE SSYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC51F,
        name: "HANGUL SYLLABLE SSYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC520,
        name: "HANGUL SYLLABLE SSYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC521,
        name: "HANGUL SYLLABLE SSYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC522,
        name: "HANGUL SYLLABLE SSYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC523,
        name: "HANGUL SYLLABLE SSYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC524,
        name: "HANGUL SYLLABLE SSYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC525,
        name: "HANGUL SYLLABLE SSYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC526,
        name: "HANGUL SYLLABLE SSYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC527,
        name: "HANGUL SYLLABLE SSYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC528,
        name: "HANGUL SYLLABLE SSI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC529,
        name: "HANGUL SYLLABLE SSIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC52A,
        name: "HANGUL SYLLABLE SSIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC52B,
        name: "HANGUL SYLLABLE SSIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC52C,
        name: "HANGUL SYLLABLE SSIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC52D,
        name: "HANGUL SYLLABLE SSINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC52E,
        name: "HANGUL SYLLABLE SSINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC52F,
        name: "HANGUL SYLLABLE SSID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC530,
        name: "HANGUL SYLLABLE SSIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC531,
        name: "HANGUL SYLLABLE SSILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC532,
        name: "HANGUL SYLLABLE SSILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC533,
        name: "HANGUL SYLLABLE SSILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC534,
        name: "HANGUL SYLLABLE SSILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC535,
        name: "HANGUL SYLLABLE SSILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC536,
        name: "HANGUL SYLLABLE SSILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC537,
        name: "HANGUL SYLLABLE SSILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC538,
        name: "HANGUL SYLLABLE SSIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC539,
        name: "HANGUL SYLLABLE SSIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC53A,
        name: "HANGUL SYLLABLE SSIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC53B,
        name: "HANGUL SYLLABLE SSIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC53C,
        name: "HANGUL SYLLABLE SSISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC53D,
        name: "HANGUL SYLLABLE SSING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC53E,
        name: "HANGUL SYLLABLE SSIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC53F,
        name: "HANGUL SYLLABLE SSIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC540,
        name: "HANGUL SYLLABLE SSIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC541,
        name: "HANGUL SYLLABLE SSIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC542,
        name: "HANGUL SYLLABLE SSIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC543,
        name: "HANGUL SYLLABLE SSIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC544,
        name: "HANGUL SYLLABLE A",
    },
    Character {
        age: "2.0",
        codepoint: 0xC545,
        name: "HANGUL SYLLABLE AG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC546,
        name: "HANGUL SYLLABLE AGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC547,
        name: "HANGUL SYLLABLE AGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC548,
        name: "HANGUL SYLLABLE AN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC549,
        name: "HANGUL SYLLABLE ANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC54A,
        name: "HANGUL SYLLABLE ANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC54B,
        name: "HANGUL SYLLABLE AD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC54C,
        name: "HANGUL SYLLABLE AL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC54D,
        name: "HANGUL SYLLABLE ALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC54E,
        name: "HANGUL SYLLABLE ALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC54F,
        name: "HANGUL SYLLABLE ALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC550,
        name: "HANGUL SYLLABLE ALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC551,
        name: "HANGUL SYLLABLE ALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC552,
        name: "HANGUL SYLLABLE ALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC553,
        name: "HANGUL SYLLABLE ALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC554,
        name: "HANGUL SYLLABLE AM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC555,
        name: "HANGUL SYLLABLE AB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC556,
        name: "HANGUL SYLLABLE ABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC557,
        name: "HANGUL SYLLABLE AS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC558,
        name: "HANGUL SYLLABLE ASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC559,
        name: "HANGUL SYLLABLE ANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC55A,
        name: "HANGUL SYLLABLE AJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC55B,
        name: "HANGUL SYLLABLE AC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC55C,
        name: "HANGUL SYLLABLE AK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC55D,
        name: "HANGUL SYLLABLE AT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC55E,
        name: "HANGUL SYLLABLE AP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC55F,
        name: "HANGUL SYLLABLE AH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC560,
        name: "HANGUL SYLLABLE AE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC561,
        name: "HANGUL SYLLABLE AEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC562,
        name: "HANGUL SYLLABLE AEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC563,
        name: "HANGUL SYLLABLE AEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC564,
        name: "HANGUL SYLLABLE AEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC565,
        name: "HANGUL SYLLABLE AENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC566,
        name: "HANGUL SYLLABLE AENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC567,
        name: "HANGUL SYLLABLE AED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC568,
        name: "HANGUL SYLLABLE AEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC569,
        name: "HANGUL SYLLABLE AELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC56A,
        name: "HANGUL SYLLABLE AELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC56B,
        name: "HANGUL SYLLABLE AELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC56C,
        name: "HANGUL SYLLABLE AELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC56D,
        name: "HANGUL SYLLABLE AELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC56E,
        name: "HANGUL SYLLABLE AELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC56F,
        name: "HANGUL SYLLABLE AELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC570,
        name: "HANGUL SYLLABLE AEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC571,
        name: "HANGUL SYLLABLE AEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC572,
        name: "HANGUL SYLLABLE AEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC573,
        name: "HANGUL SYLLABLE AES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC574,
        name: "HANGUL SYLLABLE AESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC575,
        name: "HANGUL SYLLABLE AENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC576,
        name: "HANGUL SYLLABLE AEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC577,
        name: "HANGUL SYLLABLE AEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC578,
        name: "HANGUL SYLLABLE AEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC579,
        name: "HANGUL SYLLABLE AET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC57A,
        name: "HANGUL SYLLABLE AEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC57B,
        name: "HANGUL SYLLABLE AEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC57C,
        name: "HANGUL SYLLABLE YA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC57D,
        name: "HANGUL SYLLABLE YAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC57E,
        name: "HANGUL SYLLABLE YAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC57F,
        name: "HANGUL SYLLABLE YAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC580,
        name: "HANGUL SYLLABLE YAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC581,
        name: "HANGUL SYLLABLE YANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC582,
        name: "HANGUL SYLLABLE YANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC583,
        name: "HANGUL SYLLABLE YAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC584,
        name: "HANGUL SYLLABLE YAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC585,
        name: "HANGUL SYLLABLE YALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC586,
        name: "HANGUL SYLLABLE YALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC587,
        name: "HANGUL SYLLABLE YALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC588,
        name: "HANGUL SYLLABLE YALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC589,
        name: "HANGUL SYLLABLE YALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC58A,
        name: "HANGUL SYLLABLE YALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC58B,
        name: "HANGUL SYLLABLE YALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC58C,
        name: "HANGUL SYLLABLE YAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC58D,
        name: "HANGUL SYLLABLE YAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC58E,
        name: "HANGUL SYLLABLE YABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC58F,
        name: "HANGUL SYLLABLE YAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC590,
        name: "HANGUL SYLLABLE YASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC591,
        name: "HANGUL SYLLABLE YANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC592,
        name: "HANGUL SYLLABLE YAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC593,
        name: "HANGUL SYLLABLE YAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC594,
        name: "HANGUL SYLLABLE YAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC595,
        name: "HANGUL SYLLABLE YAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC596,
        name: "HANGUL SYLLABLE YAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC597,
        name: "HANGUL SYLLABLE YAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC598,
        name: "HANGUL SYLLABLE YAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC599,
        name: "HANGUL SYLLABLE YAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC59A,
        name: "HANGUL SYLLABLE YAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC59B,
        name: "HANGUL SYLLABLE YAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC59C,
        name: "HANGUL SYLLABLE YAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC59D,
        name: "HANGUL SYLLABLE YAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC59E,
        name: "HANGUL SYLLABLE YAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC59F,
        name: "HANGUL SYLLABLE YAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A0,
        name: "HANGUL SYLLABLE YAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A1,
        name: "HANGUL SYLLABLE YAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A2,
        name: "HANGUL SYLLABLE YAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A3,
        name: "HANGUL SYLLABLE YAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A4,
        name: "HANGUL SYLLABLE YAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A5,
        name: "HANGUL SYLLABLE YAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A6,
        name: "HANGUL SYLLABLE YAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A7,
        name: "HANGUL SYLLABLE YAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A8,
        name: "HANGUL SYLLABLE YAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5A9,
        name: "HANGUL SYLLABLE YAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5AA,
        name: "HANGUL SYLLABLE YAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5AB,
        name: "HANGUL SYLLABLE YAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5AC,
        name: "HANGUL SYLLABLE YAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5AD,
        name: "HANGUL SYLLABLE YAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5AE,
        name: "HANGUL SYLLABLE YAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5AF,
        name: "HANGUL SYLLABLE YAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B0,
        name: "HANGUL SYLLABLE YAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B1,
        name: "HANGUL SYLLABLE YAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B2,
        name: "HANGUL SYLLABLE YAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B3,
        name: "HANGUL SYLLABLE YAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B4,
        name: "HANGUL SYLLABLE EO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B5,
        name: "HANGUL SYLLABLE EOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B6,
        name: "HANGUL SYLLABLE EOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B7,
        name: "HANGUL SYLLABLE EOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B8,
        name: "HANGUL SYLLABLE EON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5B9,
        name: "HANGUL SYLLABLE EONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5BA,
        name: "HANGUL SYLLABLE EONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5BB,
        name: "HANGUL SYLLABLE EOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5BC,
        name: "HANGUL SYLLABLE EOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5BD,
        name: "HANGUL SYLLABLE EOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5BE,
        name: "HANGUL SYLLABLE EOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5BF,
        name: "HANGUL SYLLABLE EOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C0,
        name: "HANGUL SYLLABLE EOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C1,
        name: "HANGUL SYLLABLE EOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C2,
        name: "HANGUL SYLLABLE EOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C3,
        name: "HANGUL SYLLABLE EOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C4,
        name: "HANGUL SYLLABLE EOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C5,
        name: "HANGUL SYLLABLE EOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C6,
        name: "HANGUL SYLLABLE EOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C7,
        name: "HANGUL SYLLABLE EOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C8,
        name: "HANGUL SYLLABLE EOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5C9,
        name: "HANGUL SYLLABLE EONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5CA,
        name: "HANGUL SYLLABLE EOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5CB,
        name: "HANGUL SYLLABLE EOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5CC,
        name: "HANGUL SYLLABLE EOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5CD,
        name: "HANGUL SYLLABLE EOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5CE,
        name: "HANGUL SYLLABLE EOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5CF,
        name: "HANGUL SYLLABLE EOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D0,
        name: "HANGUL SYLLABLE E",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D1,
        name: "HANGUL SYLLABLE EG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D2,
        name: "HANGUL SYLLABLE EGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D3,
        name: "HANGUL SYLLABLE EGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D4,
        name: "HANGUL SYLLABLE EN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D5,
        name: "HANGUL SYLLABLE ENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D6,
        name: "HANGUL SYLLABLE ENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D7,
        name: "HANGUL SYLLABLE ED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D8,
        name: "HANGUL SYLLABLE EL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5D9,
        name: "HANGUL SYLLABLE ELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5DA,
        name: "HANGUL SYLLABLE ELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5DB,
        name: "HANGUL SYLLABLE ELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5DC,
        name: "HANGUL SYLLABLE ELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5DD,
        name: "HANGUL SYLLABLE ELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5DE,
        name: "HANGUL SYLLABLE ELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5DF,
        name: "HANGUL SYLLABLE ELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E0,
        name: "HANGUL SYLLABLE EM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E1,
        name: "HANGUL SYLLABLE EB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E2,
        name: "HANGUL SYLLABLE EBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E3,
        name: "HANGUL SYLLABLE ES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E4,
        name: "HANGUL SYLLABLE ESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E5,
        name: "HANGUL SYLLABLE ENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E6,
        name: "HANGUL SYLLABLE EJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E7,
        name: "HANGUL SYLLABLE EC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E8,
        name: "HANGUL SYLLABLE EK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5E9,
        name: "HANGUL SYLLABLE ET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5EA,
        name: "HANGUL SYLLABLE EP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5EB,
        name: "HANGUL SYLLABLE EH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5EC,
        name: "HANGUL SYLLABLE YEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5ED,
        name: "HANGUL SYLLABLE YEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5EE,
        name: "HANGUL SYLLABLE YEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5EF,
        name: "HANGUL SYLLABLE YEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F0,
        name: "HANGUL SYLLABLE YEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F1,
        name: "HANGUL SYLLABLE YEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F2,
        name: "HANGUL SYLLABLE YEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F3,
        name: "HANGUL SYLLABLE YEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F4,
        name: "HANGUL SYLLABLE YEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F5,
        name: "HANGUL SYLLABLE YEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F6,
        name: "HANGUL SYLLABLE YEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F7,
        name: "HANGUL SYLLABLE YEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F8,
        name: "HANGUL SYLLABLE YEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5F9,
        name: "HANGUL SYLLABLE YEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5FA,
        name: "HANGUL SYLLABLE YEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5FB,
        name: "HANGUL SYLLABLE YEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5FC,
        name: "HANGUL SYLLABLE YEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5FD,
        name: "HANGUL SYLLABLE YEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5FE,
        name: "HANGUL SYLLABLE YEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC5FF,
        name: "HANGUL SYLLABLE YEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC600,
        name: "HANGUL SYLLABLE YEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC601,
        name: "HANGUL SYLLABLE YEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC602,
        name: "HANGUL SYLLABLE YEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC603,
        name: "HANGUL SYLLABLE YEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC604,
        name: "HANGUL SYLLABLE YEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC605,
        name: "HANGUL SYLLABLE YEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC606,
        name: "HANGUL SYLLABLE YEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC607,
        name: "HANGUL SYLLABLE YEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC608,
        name: "HANGUL SYLLABLE YE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC609,
        name: "HANGUL SYLLABLE YEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC60A,
        name: "HANGUL SYLLABLE YEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC60B,
        name: "HANGUL SYLLABLE YEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC60C,
        name: "HANGUL SYLLABLE YEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC60D,
        name: "HANGUL SYLLABLE YENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC60E,
        name: "HANGUL SYLLABLE YENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC60F,
        name: "HANGUL SYLLABLE YED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC610,
        name: "HANGUL SYLLABLE YEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC611,
        name: "HANGUL SYLLABLE YELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC612,
        name: "HANGUL SYLLABLE YELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC613,
        name: "HANGUL SYLLABLE YELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC614,
        name: "HANGUL SYLLABLE YELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC615,
        name: "HANGUL SYLLABLE YELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC616,
        name: "HANGUL SYLLABLE YELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC617,
        name: "HANGUL SYLLABLE YELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC618,
        name: "HANGUL SYLLABLE YEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC619,
        name: "HANGUL SYLLABLE YEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC61A,
        name: "HANGUL SYLLABLE YEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC61B,
        name: "HANGUL SYLLABLE YES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC61C,
        name: "HANGUL SYLLABLE YESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC61D,
        name: "HANGUL SYLLABLE YENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC61E,
        name: "HANGUL SYLLABLE YEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC61F,
        name: "HANGUL SYLLABLE YEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC620,
        name: "HANGUL SYLLABLE YEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC621,
        name: "HANGUL SYLLABLE YET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC622,
        name: "HANGUL SYLLABLE YEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC623,
        name: "HANGUL SYLLABLE YEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC624,
        name: "HANGUL SYLLABLE O",
    },
    Character {
        age: "2.0",
        codepoint: 0xC625,
        name: "HANGUL SYLLABLE OG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC626,
        name: "HANGUL SYLLABLE OGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC627,
        name: "HANGUL SYLLABLE OGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC628,
        name: "HANGUL SYLLABLE ON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC629,
        name: "HANGUL SYLLABLE ONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC62A,
        name: "HANGUL SYLLABLE ONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC62B,
        name: "HANGUL SYLLABLE OD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC62C,
        name: "HANGUL SYLLABLE OL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC62D,
        name: "HANGUL SYLLABLE OLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC62E,
        name: "HANGUL SYLLABLE OLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC62F,
        name: "HANGUL SYLLABLE OLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC630,
        name: "HANGUL SYLLABLE OLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC631,
        name: "HANGUL SYLLABLE OLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC632,
        name: "HANGUL SYLLABLE OLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC633,
        name: "HANGUL SYLLABLE OLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC634,
        name: "HANGUL SYLLABLE OM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC635,
        name: "HANGUL SYLLABLE OB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC636,
        name: "HANGUL SYLLABLE OBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC637,
        name: "HANGUL SYLLABLE OS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC638,
        name: "HANGUL SYLLABLE OSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC639,
        name: "HANGUL SYLLABLE ONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC63A,
        name: "HANGUL SYLLABLE OJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC63B,
        name: "HANGUL SYLLABLE OC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC63C,
        name: "HANGUL SYLLABLE OK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC63D,
        name: "HANGUL SYLLABLE OT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC63E,
        name: "HANGUL SYLLABLE OP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC63F,
        name: "HANGUL SYLLABLE OH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC640,
        name: "HANGUL SYLLABLE WA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC641,
        name: "HANGUL SYLLABLE WAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC642,
        name: "HANGUL SYLLABLE WAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC643,
        name: "HANGUL SYLLABLE WAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC644,
        name: "HANGUL SYLLABLE WAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC645,
        name: "HANGUL SYLLABLE WANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC646,
        name: "HANGUL SYLLABLE WANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC647,
        name: "HANGUL SYLLABLE WAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC648,
        name: "HANGUL SYLLABLE WAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC649,
        name: "HANGUL SYLLABLE WALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC64A,
        name: "HANGUL SYLLABLE WALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC64B,
        name: "HANGUL SYLLABLE WALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC64C,
        name: "HANGUL SYLLABLE WALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC64D,
        name: "HANGUL SYLLABLE WALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC64E,
        name: "HANGUL SYLLABLE WALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC64F,
        name: "HANGUL SYLLABLE WALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC650,
        name: "HANGUL SYLLABLE WAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC651,
        name: "HANGUL SYLLABLE WAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC652,
        name: "HANGUL SYLLABLE WABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC653,
        name: "HANGUL SYLLABLE WAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC654,
        name: "HANGUL SYLLABLE WASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC655,
        name: "HANGUL SYLLABLE WANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC656,
        name: "HANGUL SYLLABLE WAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC657,
        name: "HANGUL SYLLABLE WAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC658,
        name: "HANGUL SYLLABLE WAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC659,
        name: "HANGUL SYLLABLE WAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC65A,
        name: "HANGUL SYLLABLE WAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC65B,
        name: "HANGUL SYLLABLE WAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC65C,
        name: "HANGUL SYLLABLE WAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC65D,
        name: "HANGUL SYLLABLE WAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC65E,
        name: "HANGUL SYLLABLE WAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC65F,
        name: "HANGUL SYLLABLE WAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC660,
        name: "HANGUL SYLLABLE WAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC661,
        name: "HANGUL SYLLABLE WAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC662,
        name: "HANGUL SYLLABLE WAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC663,
        name: "HANGUL SYLLABLE WAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC664,
        name: "HANGUL SYLLABLE WAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC665,
        name: "HANGUL SYLLABLE WAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC666,
        name: "HANGUL SYLLABLE WAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC667,
        name: "HANGUL SYLLABLE WAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC668,
        name: "HANGUL SYLLABLE WAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC669,
        name: "HANGUL SYLLABLE WAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC66A,
        name: "HANGUL SYLLABLE WAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC66B,
        name: "HANGUL SYLLABLE WAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC66C,
        name: "HANGUL SYLLABLE WAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC66D,
        name: "HANGUL SYLLABLE WAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC66E,
        name: "HANGUL SYLLABLE WAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC66F,
        name: "HANGUL SYLLABLE WAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC670,
        name: "HANGUL SYLLABLE WAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC671,
        name: "HANGUL SYLLABLE WAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC672,
        name: "HANGUL SYLLABLE WAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC673,
        name: "HANGUL SYLLABLE WAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC674,
        name: "HANGUL SYLLABLE WAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC675,
        name: "HANGUL SYLLABLE WAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC676,
        name: "HANGUL SYLLABLE WAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC677,
        name: "HANGUL SYLLABLE WAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC678,
        name: "HANGUL SYLLABLE OE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC679,
        name: "HANGUL SYLLABLE OEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC67A,
        name: "HANGUL SYLLABLE OEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC67B,
        name: "HANGUL SYLLABLE OEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC67C,
        name: "HANGUL SYLLABLE OEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC67D,
        name: "HANGUL SYLLABLE OENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC67E,
        name: "HANGUL SYLLABLE OENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC67F,
        name: "HANGUL SYLLABLE OED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC680,
        name: "HANGUL SYLLABLE OEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC681,
        name: "HANGUL SYLLABLE OELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC682,
        name: "HANGUL SYLLABLE OELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC683,
        name: "HANGUL SYLLABLE OELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC684,
        name: "HANGUL SYLLABLE OELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC685,
        name: "HANGUL SYLLABLE OELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC686,
        name: "HANGUL SYLLABLE OELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC687,
        name: "HANGUL SYLLABLE OELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC688,
        name: "HANGUL SYLLABLE OEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC689,
        name: "HANGUL SYLLABLE OEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC68A,
        name: "HANGUL SYLLABLE OEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC68B,
        name: "HANGUL SYLLABLE OES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC68C,
        name: "HANGUL SYLLABLE OESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC68D,
        name: "HANGUL SYLLABLE OENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC68E,
        name: "HANGUL SYLLABLE OEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC68F,
        name: "HANGUL SYLLABLE OEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC690,
        name: "HANGUL SYLLABLE OEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC691,
        name: "HANGUL SYLLABLE OET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC692,
        name: "HANGUL SYLLABLE OEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC693,
        name: "HANGUL SYLLABLE OEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC694,
        name: "HANGUL SYLLABLE YO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC695,
        name: "HANGUL SYLLABLE YOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC696,
        name: "HANGUL SYLLABLE YOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC697,
        name: "HANGUL SYLLABLE YOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC698,
        name: "HANGUL SYLLABLE YON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC699,
        name: "HANGUL SYLLABLE YONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC69A,
        name: "HANGUL SYLLABLE YONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC69B,
        name: "HANGUL SYLLABLE YOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC69C,
        name: "HANGUL SYLLABLE YOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC69D,
        name: "HANGUL SYLLABLE YOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC69E,
        name: "HANGUL SYLLABLE YOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC69F,
        name: "HANGUL SYLLABLE YOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A0,
        name: "HANGUL SYLLABLE YOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A1,
        name: "HANGUL SYLLABLE YOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A2,
        name: "HANGUL SYLLABLE YOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A3,
        name: "HANGUL SYLLABLE YOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A4,
        name: "HANGUL SYLLABLE YOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A5,
        name: "HANGUL SYLLABLE YOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A6,
        name: "HANGUL SYLLABLE YOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A7,
        name: "HANGUL SYLLABLE YOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A8,
        name: "HANGUL SYLLABLE YOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6A9,
        name: "HANGUL SYLLABLE YONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6AA,
        name: "HANGUL SYLLABLE YOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6AB,
        name: "HANGUL SYLLABLE YOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6AC,
        name: "HANGUL SYLLABLE YOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6AD,
        name: "HANGUL SYLLABLE YOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6AE,
        name: "HANGUL SYLLABLE YOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6AF,
        name: "HANGUL SYLLABLE YOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B0,
        name: "HANGUL SYLLABLE U",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B1,
        name: "HANGUL SYLLABLE UG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B2,
        name: "HANGUL SYLLABLE UGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B3,
        name: "HANGUL SYLLABLE UGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B4,
        name: "HANGUL SYLLABLE UN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B5,
        name: "HANGUL SYLLABLE UNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B6,
        name: "HANGUL SYLLABLE UNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B7,
        name: "HANGUL SYLLABLE UD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B8,
        name: "HANGUL SYLLABLE UL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6B9,
        name: "HANGUL SYLLABLE ULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6BA,
        name: "HANGUL SYLLABLE ULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6BB,
        name: "HANGUL SYLLABLE ULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6BC,
        name: "HANGUL SYLLABLE ULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6BD,
        name: "HANGUL SYLLABLE ULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6BE,
        name: "HANGUL SYLLABLE ULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6BF,
        name: "HANGUL SYLLABLE ULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C0,
        name: "HANGUL SYLLABLE UM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C1,
        name: "HANGUL SYLLABLE UB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C2,
        name: "HANGUL SYLLABLE UBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C3,
        name: "HANGUL SYLLABLE US",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C4,
        name: "HANGUL SYLLABLE USS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C5,
        name: "HANGUL SYLLABLE UNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C6,
        name: "HANGUL SYLLABLE UJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C7,
        name: "HANGUL SYLLABLE UC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C8,
        name: "HANGUL SYLLABLE UK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6C9,
        name: "HANGUL SYLLABLE UT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6CA,
        name: "HANGUL SYLLABLE UP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6CB,
        name: "HANGUL SYLLABLE UH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6CC,
        name: "HANGUL SYLLABLE WEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6CD,
        name: "HANGUL SYLLABLE WEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6CE,
        name: "HANGUL SYLLABLE WEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6CF,
        name: "HANGUL SYLLABLE WEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D0,
        name: "HANGUL SYLLABLE WEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D1,
        name: "HANGUL SYLLABLE WEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D2,
        name: "HANGUL SYLLABLE WEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D3,
        name: "HANGUL SYLLABLE WEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D4,
        name: "HANGUL SYLLABLE WEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D5,
        name: "HANGUL SYLLABLE WEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D6,
        name: "HANGUL SYLLABLE WEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D7,
        name: "HANGUL SYLLABLE WEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D8,
        name: "HANGUL SYLLABLE WEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6D9,
        name: "HANGUL SYLLABLE WEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6DA,
        name: "HANGUL SYLLABLE WEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6DB,
        name: "HANGUL SYLLABLE WEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6DC,
        name: "HANGUL SYLLABLE WEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6DD,
        name: "HANGUL SYLLABLE WEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6DE,
        name: "HANGUL SYLLABLE WEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6DF,
        name: "HANGUL SYLLABLE WEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E0,
        name: "HANGUL SYLLABLE WEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E1,
        name: "HANGUL SYLLABLE WEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E2,
        name: "HANGUL SYLLABLE WEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E3,
        name: "HANGUL SYLLABLE WEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E4,
        name: "HANGUL SYLLABLE WEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E5,
        name: "HANGUL SYLLABLE WEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E6,
        name: "HANGUL SYLLABLE WEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E7,
        name: "HANGUL SYLLABLE WEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E8,
        name: "HANGUL SYLLABLE WE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6E9,
        name: "HANGUL SYLLABLE WEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6EA,
        name: "HANGUL SYLLABLE WEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6EB,
        name: "HANGUL SYLLABLE WEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6EC,
        name: "HANGUL SYLLABLE WEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6ED,
        name: "HANGUL SYLLABLE WENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6EE,
        name: "HANGUL SYLLABLE WENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6EF,
        name: "HANGUL SYLLABLE WED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F0,
        name: "HANGUL SYLLABLE WEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F1,
        name: "HANGUL SYLLABLE WELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F2,
        name: "HANGUL SYLLABLE WELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F3,
        name: "HANGUL SYLLABLE WELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F4,
        name: "HANGUL SYLLABLE WELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F5,
        name: "HANGUL SYLLABLE WELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F6,
        name: "HANGUL SYLLABLE WELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F7,
        name: "HANGUL SYLLABLE WELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F8,
        name: "HANGUL SYLLABLE WEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6F9,
        name: "HANGUL SYLLABLE WEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6FA,
        name: "HANGUL SYLLABLE WEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6FB,
        name: "HANGUL SYLLABLE WES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6FC,
        name: "HANGUL SYLLABLE WESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6FD,
        name: "HANGUL SYLLABLE WENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6FE,
        name: "HANGUL SYLLABLE WEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC6FF,
        name: "HANGUL SYLLABLE WEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC700,
        name: "HANGUL SYLLABLE WEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC701,
        name: "HANGUL SYLLABLE WET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC702,
        name: "HANGUL SYLLABLE WEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC703,
        name: "HANGUL SYLLABLE WEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC704,
        name: "HANGUL SYLLABLE WI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC705,
        name: "HANGUL SYLLABLE WIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC706,
        name: "HANGUL SYLLABLE WIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC707,
        name: "HANGUL SYLLABLE WIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC708,
        name: "HANGUL SYLLABLE WIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC709,
        name: "HANGUL SYLLABLE WINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC70A,
        name: "HANGUL SYLLABLE WINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC70B,
        name: "HANGUL SYLLABLE WID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC70C,
        name: "HANGUL SYLLABLE WIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC70D,
        name: "HANGUL SYLLABLE WILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC70E,
        name: "HANGUL SYLLABLE WILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC70F,
        name: "HANGUL SYLLABLE WILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC710,
        name: "HANGUL SYLLABLE WILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC711,
        name: "HANGUL SYLLABLE WILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC712,
        name: "HANGUL SYLLABLE WILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC713,
        name: "HANGUL SYLLABLE WILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC714,
        name: "HANGUL SYLLABLE WIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC715,
        name: "HANGUL SYLLABLE WIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC716,
        name: "HANGUL SYLLABLE WIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC717,
        name: "HANGUL SYLLABLE WIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC718,
        name: "HANGUL SYLLABLE WISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC719,
        name: "HANGUL SYLLABLE WING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC71A,
        name: "HANGUL SYLLABLE WIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC71B,
        name: "HANGUL SYLLABLE WIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC71C,
        name: "HANGUL SYLLABLE WIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC71D,
        name: "HANGUL SYLLABLE WIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC71E,
        name: "HANGUL SYLLABLE WIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC71F,
        name: "HANGUL SYLLABLE WIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC720,
        name: "HANGUL SYLLABLE YU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC721,
        name: "HANGUL SYLLABLE YUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC722,
        name: "HANGUL SYLLABLE YUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC723,
        name: "HANGUL SYLLABLE YUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC724,
        name: "HANGUL SYLLABLE YUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC725,
        name: "HANGUL SYLLABLE YUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC726,
        name: "HANGUL SYLLABLE YUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC727,
        name: "HANGUL SYLLABLE YUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC728,
        name: "HANGUL SYLLABLE YUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC729,
        name: "HANGUL SYLLABLE YULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC72A,
        name: "HANGUL SYLLABLE YULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC72B,
        name: "HANGUL SYLLABLE YULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC72C,
        name: "HANGUL SYLLABLE YULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC72D,
        name: "HANGUL SYLLABLE YULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC72E,
        name: "HANGUL SYLLABLE YULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC72F,
        name: "HANGUL SYLLABLE YULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC730,
        name: "HANGUL SYLLABLE YUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC731,
        name: "HANGUL SYLLABLE YUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC732,
        name: "HANGUL SYLLABLE YUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC733,
        name: "HANGUL SYLLABLE YUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC734,
        name: "HANGUL SYLLABLE YUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC735,
        name: "HANGUL SYLLABLE YUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC736,
        name: "HANGUL SYLLABLE YUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC737,
        name: "HANGUL SYLLABLE YUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC738,
        name: "HANGUL SYLLABLE YUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC739,
        name: "HANGUL SYLLABLE YUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC73A,
        name: "HANGUL SYLLABLE YUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC73B,
        name: "HANGUL SYLLABLE YUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC73C,
        name: "HANGUL SYLLABLE EU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC73D,
        name: "HANGUL SYLLABLE EUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC73E,
        name: "HANGUL SYLLABLE EUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC73F,
        name: "HANGUL SYLLABLE EUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC740,
        name: "HANGUL SYLLABLE EUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC741,
        name: "HANGUL SYLLABLE EUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC742,
        name: "HANGUL SYLLABLE EUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC743,
        name: "HANGUL SYLLABLE EUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC744,
        name: "HANGUL SYLLABLE EUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC745,
        name: "HANGUL SYLLABLE EULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC746,
        name: "HANGUL SYLLABLE EULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC747,
        name: "HANGUL SYLLABLE EULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC748,
        name: "HANGUL SYLLABLE EULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC749,
        name: "HANGUL SYLLABLE EULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC74A,
        name: "HANGUL SYLLABLE EULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC74B,
        name: "HANGUL SYLLABLE EULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC74C,
        name: "HANGUL SYLLABLE EUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC74D,
        name: "HANGUL SYLLABLE EUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC74E,
        name: "HANGUL SYLLABLE EUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC74F,
        name: "HANGUL SYLLABLE EUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC750,
        name: "HANGUL SYLLABLE EUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC751,
        name: "HANGUL SYLLABLE EUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC752,
        name: "HANGUL SYLLABLE EUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC753,
        name: "HANGUL SYLLABLE EUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC754,
        name: "HANGUL SYLLABLE EUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC755,
        name: "HANGUL SYLLABLE EUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC756,
        name: "HANGUL SYLLABLE EUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC757,
        name: "HANGUL SYLLABLE EUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC758,
        name: "HANGUL SYLLABLE YI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC759,
        name: "HANGUL SYLLABLE YIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC75A,
        name: "HANGUL SYLLABLE YIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC75B,
        name: "HANGUL SYLLABLE YIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC75C,
        name: "HANGUL SYLLABLE YIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC75D,
        name: "HANGUL SYLLABLE YINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC75E,
        name: "HANGUL SYLLABLE YINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC75F,
        name: "HANGUL SYLLABLE YID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC760,
        name: "HANGUL SYLLABLE YIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC761,
        name: "HANGUL SYLLABLE YILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC762,
        name: "HANGUL SYLLABLE YILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC763,
        name: "HANGUL SYLLABLE YILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC764,
        name: "HANGUL SYLLABLE YILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC765,
        name: "HANGUL SYLLABLE YILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC766,
        name: "HANGUL SYLLABLE YILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC767,
        name: "HANGUL SYLLABLE YILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC768,
        name: "HANGUL SYLLABLE YIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC769,
        name: "HANGUL SYLLABLE YIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC76A,
        name: "HANGUL SYLLABLE YIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC76B,
        name: "HANGUL SYLLABLE YIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC76C,
        name: "HANGUL SYLLABLE YISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC76D,
        name: "HANGUL SYLLABLE YING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC76E,
        name: "HANGUL SYLLABLE YIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC76F,
        name: "HANGUL SYLLABLE YIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC770,
        name: "HANGUL SYLLABLE YIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC771,
        name: "HANGUL SYLLABLE YIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC772,
        name: "HANGUL SYLLABLE YIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC773,
        name: "HANGUL SYLLABLE YIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC774,
        name: "HANGUL SYLLABLE I",
    },
    Character {
        age: "2.0",
        codepoint: 0xC775,
        name: "HANGUL SYLLABLE IG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC776,
        name: "HANGUL SYLLABLE IGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC777,
        name: "HANGUL SYLLABLE IGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC778,
        name: "HANGUL SYLLABLE IN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC779,
        name: "HANGUL SYLLABLE INJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC77A,
        name: "HANGUL SYLLABLE INH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC77B,
        name: "HANGUL SYLLABLE ID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC77C,
        name: "HANGUL SYLLABLE IL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC77D,
        name: "HANGUL SYLLABLE ILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC77E,
        name: "HANGUL SYLLABLE ILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC77F,
        name: "HANGUL SYLLABLE ILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC780,
        name: "HANGUL SYLLABLE ILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC781,
        name: "HANGUL SYLLABLE ILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC782,
        name: "HANGUL SYLLABLE ILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC783,
        name: "HANGUL SYLLABLE ILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC784,
        name: "HANGUL SYLLABLE IM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC785,
        name: "HANGUL SYLLABLE IB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC786,
        name: "HANGUL SYLLABLE IBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC787,
        name: "HANGUL SYLLABLE IS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC788,
        name: "HANGUL SYLLABLE ISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC789,
        name: "HANGUL SYLLABLE ING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC78A,
        name: "HANGUL SYLLABLE IJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC78B,
        name: "HANGUL SYLLABLE IC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC78C,
        name: "HANGUL SYLLABLE IK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC78D,
        name: "HANGUL SYLLABLE IT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC78E,
        name: "HANGUL SYLLABLE IP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC78F,
        name: "HANGUL SYLLABLE IH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC790,
        name: "HANGUL SYLLABLE JA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC791,
        name: "HANGUL SYLLABLE JAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC792,
        name: "HANGUL SYLLABLE JAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC793,
        name: "HANGUL SYLLABLE JAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC794,
        name: "HANGUL SYLLABLE JAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC795,
        name: "HANGUL SYLLABLE JANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC796,
        name: "HANGUL SYLLABLE JANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC797,
        name: "HANGUL SYLLABLE JAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC798,
        name: "HANGUL SYLLABLE JAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC799,
        name: "HANGUL SYLLABLE JALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC79A,
        name: "HANGUL SYLLABLE JALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC79B,
        name: "HANGUL SYLLABLE JALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC79C,
        name: "HANGUL SYLLABLE JALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC79D,
        name: "HANGUL SYLLABLE JALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC79E,
        name: "HANGUL SYLLABLE JALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC79F,
        name: "HANGUL SYLLABLE JALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A0,
        name: "HANGUL SYLLABLE JAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A1,
        name: "HANGUL SYLLABLE JAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A2,
        name: "HANGUL SYLLABLE JABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A3,
        name: "HANGUL SYLLABLE JAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A4,
        name: "HANGUL SYLLABLE JASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A5,
        name: "HANGUL SYLLABLE JANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A6,
        name: "HANGUL SYLLABLE JAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A7,
        name: "HANGUL SYLLABLE JAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A8,
        name: "HANGUL SYLLABLE JAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7A9,
        name: "HANGUL SYLLABLE JAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7AA,
        name: "HANGUL SYLLABLE JAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7AB,
        name: "HANGUL SYLLABLE JAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7AC,
        name: "HANGUL SYLLABLE JAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7AD,
        name: "HANGUL SYLLABLE JAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7AE,
        name: "HANGUL SYLLABLE JAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7AF,
        name: "HANGUL SYLLABLE JAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B0,
        name: "HANGUL SYLLABLE JAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B1,
        name: "HANGUL SYLLABLE JAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B2,
        name: "HANGUL SYLLABLE JAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B3,
        name: "HANGUL SYLLABLE JAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B4,
        name: "HANGUL SYLLABLE JAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B5,
        name: "HANGUL SYLLABLE JAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B6,
        name: "HANGUL SYLLABLE JAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B7,
        name: "HANGUL SYLLABLE JAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B8,
        name: "HANGUL SYLLABLE JAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7B9,
        name: "HANGUL SYLLABLE JAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7BA,
        name: "HANGUL SYLLABLE JAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7BB,
        name: "HANGUL SYLLABLE JAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7BC,
        name: "HANGUL SYLLABLE JAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7BD,
        name: "HANGUL SYLLABLE JAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7BE,
        name: "HANGUL SYLLABLE JAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7BF,
        name: "HANGUL SYLLABLE JAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C0,
        name: "HANGUL SYLLABLE JAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C1,
        name: "HANGUL SYLLABLE JAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C2,
        name: "HANGUL SYLLABLE JAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C3,
        name: "HANGUL SYLLABLE JAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C4,
        name: "HANGUL SYLLABLE JAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C5,
        name: "HANGUL SYLLABLE JAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C6,
        name: "HANGUL SYLLABLE JAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C7,
        name: "HANGUL SYLLABLE JAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C8,
        name: "HANGUL SYLLABLE JYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7C9,
        name: "HANGUL SYLLABLE JYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7CA,
        name: "HANGUL SYLLABLE JYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7CB,
        name: "HANGUL SYLLABLE JYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7CC,
        name: "HANGUL SYLLABLE JYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7CD,
        name: "HANGUL SYLLABLE JYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7CE,
        name: "HANGUL SYLLABLE JYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7CF,
        name: "HANGUL SYLLABLE JYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D0,
        name: "HANGUL SYLLABLE JYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D1,
        name: "HANGUL SYLLABLE JYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D2,
        name: "HANGUL SYLLABLE JYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D3,
        name: "HANGUL SYLLABLE JYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D4,
        name: "HANGUL SYLLABLE JYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D5,
        name: "HANGUL SYLLABLE JYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D6,
        name: "HANGUL SYLLABLE JYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D7,
        name: "HANGUL SYLLABLE JYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D8,
        name: "HANGUL SYLLABLE JYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7D9,
        name: "HANGUL SYLLABLE JYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7DA,
        name: "HANGUL SYLLABLE JYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7DB,
        name: "HANGUL SYLLABLE JYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7DC,
        name: "HANGUL SYLLABLE JYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7DD,
        name: "HANGUL SYLLABLE JYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7DE,
        name: "HANGUL SYLLABLE JYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7DF,
        name: "HANGUL SYLLABLE JYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E0,
        name: "HANGUL SYLLABLE JYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E1,
        name: "HANGUL SYLLABLE JYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E2,
        name: "HANGUL SYLLABLE JYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E3,
        name: "HANGUL SYLLABLE JYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E4,
        name: "HANGUL SYLLABLE JYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E5,
        name: "HANGUL SYLLABLE JYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E6,
        name: "HANGUL SYLLABLE JYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E7,
        name: "HANGUL SYLLABLE JYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E8,
        name: "HANGUL SYLLABLE JYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7E9,
        name: "HANGUL SYLLABLE JYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7EA,
        name: "HANGUL SYLLABLE JYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7EB,
        name: "HANGUL SYLLABLE JYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7EC,
        name: "HANGUL SYLLABLE JYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7ED,
        name: "HANGUL SYLLABLE JYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7EE,
        name: "HANGUL SYLLABLE JYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7EF,
        name: "HANGUL SYLLABLE JYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F0,
        name: "HANGUL SYLLABLE JYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F1,
        name: "HANGUL SYLLABLE JYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F2,
        name: "HANGUL SYLLABLE JYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F3,
        name: "HANGUL SYLLABLE JYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F4,
        name: "HANGUL SYLLABLE JYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F5,
        name: "HANGUL SYLLABLE JYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F6,
        name: "HANGUL SYLLABLE JYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F7,
        name: "HANGUL SYLLABLE JYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F8,
        name: "HANGUL SYLLABLE JYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7F9,
        name: "HANGUL SYLLABLE JYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7FA,
        name: "HANGUL SYLLABLE JYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7FB,
        name: "HANGUL SYLLABLE JYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7FC,
        name: "HANGUL SYLLABLE JYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7FD,
        name: "HANGUL SYLLABLE JYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7FE,
        name: "HANGUL SYLLABLE JYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC7FF,
        name: "HANGUL SYLLABLE JYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC800,
        name: "HANGUL SYLLABLE JEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC801,
        name: "HANGUL SYLLABLE JEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC802,
        name: "HANGUL SYLLABLE JEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC803,
        name: "HANGUL SYLLABLE JEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC804,
        name: "HANGUL SYLLABLE JEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC805,
        name: "HANGUL SYLLABLE JEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC806,
        name: "HANGUL SYLLABLE JEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC807,
        name: "HANGUL SYLLABLE JEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC808,
        name: "HANGUL SYLLABLE JEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC809,
        name: "HANGUL SYLLABLE JEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC80A,
        name: "HANGUL SYLLABLE JEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC80B,
        name: "HANGUL SYLLABLE JEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC80C,
        name: "HANGUL SYLLABLE JEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC80D,
        name: "HANGUL SYLLABLE JEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC80E,
        name: "HANGUL SYLLABLE JEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC80F,
        name: "HANGUL SYLLABLE JEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC810,
        name: "HANGUL SYLLABLE JEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC811,
        name: "HANGUL SYLLABLE JEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC812,
        name: "HANGUL SYLLABLE JEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC813,
        name: "HANGUL SYLLABLE JEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC814,
        name: "HANGUL SYLLABLE JEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC815,
        name: "HANGUL SYLLABLE JEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC816,
        name: "HANGUL SYLLABLE JEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC817,
        name: "HANGUL SYLLABLE JEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC818,
        name: "HANGUL SYLLABLE JEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC819,
        name: "HANGUL SYLLABLE JEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC81A,
        name: "HANGUL SYLLABLE JEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC81B,
        name: "HANGUL SYLLABLE JEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC81C,
        name: "HANGUL SYLLABLE JE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC81D,
        name: "HANGUL SYLLABLE JEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC81E,
        name: "HANGUL SYLLABLE JEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC81F,
        name: "HANGUL SYLLABLE JEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC820,
        name: "HANGUL SYLLABLE JEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC821,
        name: "HANGUL SYLLABLE JENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC822,
        name: "HANGUL SYLLABLE JENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC823,
        name: "HANGUL SYLLABLE JED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC824,
        name: "HANGUL SYLLABLE JEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC825,
        name: "HANGUL SYLLABLE JELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC826,
        name: "HANGUL SYLLABLE JELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC827,
        name: "HANGUL SYLLABLE JELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC828,
        name: "HANGUL SYLLABLE JELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC829,
        name: "HANGUL SYLLABLE JELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC82A,
        name: "HANGUL SYLLABLE JELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC82B,
        name: "HANGUL SYLLABLE JELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC82C,
        name: "HANGUL SYLLABLE JEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC82D,
        name: "HANGUL SYLLABLE JEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC82E,
        name: "HANGUL SYLLABLE JEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC82F,
        name: "HANGUL SYLLABLE JES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC830,
        name: "HANGUL SYLLABLE JESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC831,
        name: "HANGUL SYLLABLE JENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC832,
        name: "HANGUL SYLLABLE JEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC833,
        name: "HANGUL SYLLABLE JEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC834,
        name: "HANGUL SYLLABLE JEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC835,
        name: "HANGUL SYLLABLE JET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC836,
        name: "HANGUL SYLLABLE JEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC837,
        name: "HANGUL SYLLABLE JEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC838,
        name: "HANGUL SYLLABLE JYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC839,
        name: "HANGUL SYLLABLE JYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC83A,
        name: "HANGUL SYLLABLE JYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC83B,
        name: "HANGUL SYLLABLE JYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC83C,
        name: "HANGUL SYLLABLE JYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC83D,
        name: "HANGUL SYLLABLE JYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC83E,
        name: "HANGUL SYLLABLE JYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC83F,
        name: "HANGUL SYLLABLE JYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC840,
        name: "HANGUL SYLLABLE JYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC841,
        name: "HANGUL SYLLABLE JYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC842,
        name: "HANGUL SYLLABLE JYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC843,
        name: "HANGUL SYLLABLE JYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC844,
        name: "HANGUL SYLLABLE JYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC845,
        name: "HANGUL SYLLABLE JYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC846,
        name: "HANGUL SYLLABLE JYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC847,
        name: "HANGUL SYLLABLE JYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC848,
        name: "HANGUL SYLLABLE JYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC849,
        name: "HANGUL SYLLABLE JYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC84A,
        name: "HANGUL SYLLABLE JYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC84B,
        name: "HANGUL SYLLABLE JYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC84C,
        name: "HANGUL SYLLABLE JYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC84D,
        name: "HANGUL SYLLABLE JYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC84E,
        name: "HANGUL SYLLABLE JYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC84F,
        name: "HANGUL SYLLABLE JYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC850,
        name: "HANGUL SYLLABLE JYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC851,
        name: "HANGUL SYLLABLE JYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC852,
        name: "HANGUL SYLLABLE JYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC853,
        name: "HANGUL SYLLABLE JYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC854,
        name: "HANGUL SYLLABLE JYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC855,
        name: "HANGUL SYLLABLE JYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC856,
        name: "HANGUL SYLLABLE JYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC857,
        name: "HANGUL SYLLABLE JYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC858,
        name: "HANGUL SYLLABLE JYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC859,
        name: "HANGUL SYLLABLE JYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC85A,
        name: "HANGUL SYLLABLE JYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC85B,
        name: "HANGUL SYLLABLE JYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC85C,
        name: "HANGUL SYLLABLE JYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC85D,
        name: "HANGUL SYLLABLE JYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC85E,
        name: "HANGUL SYLLABLE JYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC85F,
        name: "HANGUL SYLLABLE JYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC860,
        name: "HANGUL SYLLABLE JYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC861,
        name: "HANGUL SYLLABLE JYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC862,
        name: "HANGUL SYLLABLE JYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC863,
        name: "HANGUL SYLLABLE JYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC864,
        name: "HANGUL SYLLABLE JYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC865,
        name: "HANGUL SYLLABLE JYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC866,
        name: "HANGUL SYLLABLE JYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC867,
        name: "HANGUL SYLLABLE JYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC868,
        name: "HANGUL SYLLABLE JYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC869,
        name: "HANGUL SYLLABLE JYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC86A,
        name: "HANGUL SYLLABLE JYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC86B,
        name: "HANGUL SYLLABLE JYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC86C,
        name: "HANGUL SYLLABLE JYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC86D,
        name: "HANGUL SYLLABLE JYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC86E,
        name: "HANGUL SYLLABLE JYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC86F,
        name: "HANGUL SYLLABLE JYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC870,
        name: "HANGUL SYLLABLE JO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC871,
        name: "HANGUL SYLLABLE JOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC872,
        name: "HANGUL SYLLABLE JOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC873,
        name: "HANGUL SYLLABLE JOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC874,
        name: "HANGUL SYLLABLE JON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC875,
        name: "HANGUL SYLLABLE JONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC876,
        name: "HANGUL SYLLABLE JONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC877,
        name: "HANGUL SYLLABLE JOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC878,
        name: "HANGUL SYLLABLE JOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC879,
        name: "HANGUL SYLLABLE JOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC87A,
        name: "HANGUL SYLLABLE JOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC87B,
        name: "HANGUL SYLLABLE JOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC87C,
        name: "HANGUL SYLLABLE JOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC87D,
        name: "HANGUL SYLLABLE JOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC87E,
        name: "HANGUL SYLLABLE JOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC87F,
        name: "HANGUL SYLLABLE JOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC880,
        name: "HANGUL SYLLABLE JOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC881,
        name: "HANGUL SYLLABLE JOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC882,
        name: "HANGUL SYLLABLE JOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC883,
        name: "HANGUL SYLLABLE JOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC884,
        name: "HANGUL SYLLABLE JOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC885,
        name: "HANGUL SYLLABLE JONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC886,
        name: "HANGUL SYLLABLE JOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC887,
        name: "HANGUL SYLLABLE JOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC888,
        name: "HANGUL SYLLABLE JOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC889,
        name: "HANGUL SYLLABLE JOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC88A,
        name: "HANGUL SYLLABLE JOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC88B,
        name: "HANGUL SYLLABLE JOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC88C,
        name: "HANGUL SYLLABLE JWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC88D,
        name: "HANGUL SYLLABLE JWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC88E,
        name: "HANGUL SYLLABLE JWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC88F,
        name: "HANGUL SYLLABLE JWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC890,
        name: "HANGUL SYLLABLE JWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC891,
        name: "HANGUL SYLLABLE JWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC892,
        name: "HANGUL SYLLABLE JWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC893,
        name: "HANGUL SYLLABLE JWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC894,
        name: "HANGUL SYLLABLE JWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC895,
        name: "HANGUL SYLLABLE JWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC896,
        name: "HANGUL SYLLABLE JWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC897,
        name: "HANGUL SYLLABLE JWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC898,
        name: "HANGUL SYLLABLE JWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC899,
        name: "HANGUL SYLLABLE JWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC89A,
        name: "HANGUL SYLLABLE JWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC89B,
        name: "HANGUL SYLLABLE JWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC89C,
        name: "HANGUL SYLLABLE JWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC89D,
        name: "HANGUL SYLLABLE JWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC89E,
        name: "HANGUL SYLLABLE JWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC89F,
        name: "HANGUL SYLLABLE JWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A0,
        name: "HANGUL SYLLABLE JWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A1,
        name: "HANGUL SYLLABLE JWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A2,
        name: "HANGUL SYLLABLE JWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A3,
        name: "HANGUL SYLLABLE JWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A4,
        name: "HANGUL SYLLABLE JWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A5,
        name: "HANGUL SYLLABLE JWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A6,
        name: "HANGUL SYLLABLE JWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A7,
        name: "HANGUL SYLLABLE JWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A8,
        name: "HANGUL SYLLABLE JWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8A9,
        name: "HANGUL SYLLABLE JWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8AA,
        name: "HANGUL SYLLABLE JWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8AB,
        name: "HANGUL SYLLABLE JWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8AC,
        name: "HANGUL SYLLABLE JWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8AD,
        name: "HANGUL SYLLABLE JWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8AE,
        name: "HANGUL SYLLABLE JWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8AF,
        name: "HANGUL SYLLABLE JWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B0,
        name: "HANGUL SYLLABLE JWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B1,
        name: "HANGUL SYLLABLE JWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B2,
        name: "HANGUL SYLLABLE JWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B3,
        name: "HANGUL SYLLABLE JWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B4,
        name: "HANGUL SYLLABLE JWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B5,
        name: "HANGUL SYLLABLE JWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B6,
        name: "HANGUL SYLLABLE JWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B7,
        name: "HANGUL SYLLABLE JWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B8,
        name: "HANGUL SYLLABLE JWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8B9,
        name: "HANGUL SYLLABLE JWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8BA,
        name: "HANGUL SYLLABLE JWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8BB,
        name: "HANGUL SYLLABLE JWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8BC,
        name: "HANGUL SYLLABLE JWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8BD,
        name: "HANGUL SYLLABLE JWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8BE,
        name: "HANGUL SYLLABLE JWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8BF,
        name: "HANGUL SYLLABLE JWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C0,
        name: "HANGUL SYLLABLE JWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C1,
        name: "HANGUL SYLLABLE JWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C2,
        name: "HANGUL SYLLABLE JWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C3,
        name: "HANGUL SYLLABLE JWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C4,
        name: "HANGUL SYLLABLE JOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C5,
        name: "HANGUL SYLLABLE JOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C6,
        name: "HANGUL SYLLABLE JOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C7,
        name: "HANGUL SYLLABLE JOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C8,
        name: "HANGUL SYLLABLE JOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8C9,
        name: "HANGUL SYLLABLE JOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8CA,
        name: "HANGUL SYLLABLE JOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8CB,
        name: "HANGUL SYLLABLE JOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8CC,
        name: "HANGUL SYLLABLE JOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8CD,
        name: "HANGUL SYLLABLE JOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8CE,
        name: "HANGUL SYLLABLE JOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8CF,
        name: "HANGUL SYLLABLE JOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D0,
        name: "HANGUL SYLLABLE JOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D1,
        name: "HANGUL SYLLABLE JOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D2,
        name: "HANGUL SYLLABLE JOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D3,
        name: "HANGUL SYLLABLE JOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D4,
        name: "HANGUL SYLLABLE JOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D5,
        name: "HANGUL SYLLABLE JOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D6,
        name: "HANGUL SYLLABLE JOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D7,
        name: "HANGUL SYLLABLE JOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D8,
        name: "HANGUL SYLLABLE JOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8D9,
        name: "HANGUL SYLLABLE JOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8DA,
        name: "HANGUL SYLLABLE JOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8DB,
        name: "HANGUL SYLLABLE JOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8DC,
        name: "HANGUL SYLLABLE JOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8DD,
        name: "HANGUL SYLLABLE JOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8DE,
        name: "HANGUL SYLLABLE JOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8DF,
        name: "HANGUL SYLLABLE JOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E0,
        name: "HANGUL SYLLABLE JYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E1,
        name: "HANGUL SYLLABLE JYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E2,
        name: "HANGUL SYLLABLE JYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E3,
        name: "HANGUL SYLLABLE JYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E4,
        name: "HANGUL SYLLABLE JYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E5,
        name: "HANGUL SYLLABLE JYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E6,
        name: "HANGUL SYLLABLE JYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E7,
        name: "HANGUL SYLLABLE JYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E8,
        name: "HANGUL SYLLABLE JYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8E9,
        name: "HANGUL SYLLABLE JYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8EA,
        name: "HANGUL SYLLABLE JYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8EB,
        name: "HANGUL SYLLABLE JYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8EC,
        name: "HANGUL SYLLABLE JYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8ED,
        name: "HANGUL SYLLABLE JYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8EE,
        name: "HANGUL SYLLABLE JYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8EF,
        name: "HANGUL SYLLABLE JYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F0,
        name: "HANGUL SYLLABLE JYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F1,
        name: "HANGUL SYLLABLE JYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F2,
        name: "HANGUL SYLLABLE JYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F3,
        name: "HANGUL SYLLABLE JYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F4,
        name: "HANGUL SYLLABLE JYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F5,
        name: "HANGUL SYLLABLE JYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F6,
        name: "HANGUL SYLLABLE JYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F7,
        name: "HANGUL SYLLABLE JYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F8,
        name: "HANGUL SYLLABLE JYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8F9,
        name: "HANGUL SYLLABLE JYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8FA,
        name: "HANGUL SYLLABLE JYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8FB,
        name: "HANGUL SYLLABLE JYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8FC,
        name: "HANGUL SYLLABLE JU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8FD,
        name: "HANGUL SYLLABLE JUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8FE,
        name: "HANGUL SYLLABLE JUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC8FF,
        name: "HANGUL SYLLABLE JUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC900,
        name: "HANGUL SYLLABLE JUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC901,
        name: "HANGUL SYLLABLE JUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC902,
        name: "HANGUL SYLLABLE JUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC903,
        name: "HANGUL SYLLABLE JUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC904,
        name: "HANGUL SYLLABLE JUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC905,
        name: "HANGUL SYLLABLE JULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC906,
        name: "HANGUL SYLLABLE JULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC907,
        name: "HANGUL SYLLABLE JULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC908,
        name: "HANGUL SYLLABLE JULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC909,
        name: "HANGUL SYLLABLE JULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC90A,
        name: "HANGUL SYLLABLE JULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC90B,
        name: "HANGUL SYLLABLE JULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC90C,
        name: "HANGUL SYLLABLE JUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC90D,
        name: "HANGUL SYLLABLE JUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC90E,
        name: "HANGUL SYLLABLE JUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC90F,
        name: "HANGUL SYLLABLE JUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC910,
        name: "HANGUL SYLLABLE JUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC911,
        name: "HANGUL SYLLABLE JUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC912,
        name: "HANGUL SYLLABLE JUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC913,
        name: "HANGUL SYLLABLE JUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC914,
        name: "HANGUL SYLLABLE JUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC915,
        name: "HANGUL SYLLABLE JUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC916,
        name: "HANGUL SYLLABLE JUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC917,
        name: "HANGUL SYLLABLE JUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC918,
        name: "HANGUL SYLLABLE JWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xC919,
        name: "HANGUL SYLLABLE JWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC91A,
        name: "HANGUL SYLLABLE JWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC91B,
        name: "HANGUL SYLLABLE JWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC91C,
        name: "HANGUL SYLLABLE JWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xC91D,
        name: "HANGUL SYLLABLE JWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC91E,
        name: "HANGUL SYLLABLE JWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC91F,
        name: "HANGUL SYLLABLE JWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC920,
        name: "HANGUL SYLLABLE JWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC921,
        name: "HANGUL SYLLABLE JWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC922,
        name: "HANGUL SYLLABLE JWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC923,
        name: "HANGUL SYLLABLE JWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC924,
        name: "HANGUL SYLLABLE JWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC925,
        name: "HANGUL SYLLABLE JWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC926,
        name: "HANGUL SYLLABLE JWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC927,
        name: "HANGUL SYLLABLE JWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC928,
        name: "HANGUL SYLLABLE JWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC929,
        name: "HANGUL SYLLABLE JWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC92A,
        name: "HANGUL SYLLABLE JWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC92B,
        name: "HANGUL SYLLABLE JWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC92C,
        name: "HANGUL SYLLABLE JWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC92D,
        name: "HANGUL SYLLABLE JWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC92E,
        name: "HANGUL SYLLABLE JWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC92F,
        name: "HANGUL SYLLABLE JWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC930,
        name: "HANGUL SYLLABLE JWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC931,
        name: "HANGUL SYLLABLE JWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC932,
        name: "HANGUL SYLLABLE JWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC933,
        name: "HANGUL SYLLABLE JWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC934,
        name: "HANGUL SYLLABLE JWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC935,
        name: "HANGUL SYLLABLE JWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC936,
        name: "HANGUL SYLLABLE JWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC937,
        name: "HANGUL SYLLABLE JWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC938,
        name: "HANGUL SYLLABLE JWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC939,
        name: "HANGUL SYLLABLE JWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC93A,
        name: "HANGUL SYLLABLE JWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC93B,
        name: "HANGUL SYLLABLE JWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xC93C,
        name: "HANGUL SYLLABLE JWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC93D,
        name: "HANGUL SYLLABLE JWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC93E,
        name: "HANGUL SYLLABLE JWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC93F,
        name: "HANGUL SYLLABLE JWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC940,
        name: "HANGUL SYLLABLE JWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC941,
        name: "HANGUL SYLLABLE JWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC942,
        name: "HANGUL SYLLABLE JWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC943,
        name: "HANGUL SYLLABLE JWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC944,
        name: "HANGUL SYLLABLE JWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC945,
        name: "HANGUL SYLLABLE JWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC946,
        name: "HANGUL SYLLABLE JWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC947,
        name: "HANGUL SYLLABLE JWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xC948,
        name: "HANGUL SYLLABLE JWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC949,
        name: "HANGUL SYLLABLE JWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC94A,
        name: "HANGUL SYLLABLE JWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC94B,
        name: "HANGUL SYLLABLE JWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC94C,
        name: "HANGUL SYLLABLE JWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC94D,
        name: "HANGUL SYLLABLE JWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xC94E,
        name: "HANGUL SYLLABLE JWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC94F,
        name: "HANGUL SYLLABLE JWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC950,
        name: "HANGUL SYLLABLE JWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC951,
        name: "HANGUL SYLLABLE JWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC952,
        name: "HANGUL SYLLABLE JWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC953,
        name: "HANGUL SYLLABLE JWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC954,
        name: "HANGUL SYLLABLE JWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC955,
        name: "HANGUL SYLLABLE JWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC956,
        name: "HANGUL SYLLABLE JWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC957,
        name: "HANGUL SYLLABLE JWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC958,
        name: "HANGUL SYLLABLE JWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC959,
        name: "HANGUL SYLLABLE JWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC95A,
        name: "HANGUL SYLLABLE JWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC95B,
        name: "HANGUL SYLLABLE JWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC95C,
        name: "HANGUL SYLLABLE JWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC95D,
        name: "HANGUL SYLLABLE JWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC95E,
        name: "HANGUL SYLLABLE JWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC95F,
        name: "HANGUL SYLLABLE JWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC960,
        name: "HANGUL SYLLABLE JWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC961,
        name: "HANGUL SYLLABLE JWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC962,
        name: "HANGUL SYLLABLE JWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC963,
        name: "HANGUL SYLLABLE JWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC964,
        name: "HANGUL SYLLABLE JWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC965,
        name: "HANGUL SYLLABLE JWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC966,
        name: "HANGUL SYLLABLE JWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC967,
        name: "HANGUL SYLLABLE JWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC968,
        name: "HANGUL SYLLABLE JWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC969,
        name: "HANGUL SYLLABLE JWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC96A,
        name: "HANGUL SYLLABLE JWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC96B,
        name: "HANGUL SYLLABLE JWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC96C,
        name: "HANGUL SYLLABLE JYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC96D,
        name: "HANGUL SYLLABLE JYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC96E,
        name: "HANGUL SYLLABLE JYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC96F,
        name: "HANGUL SYLLABLE JYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC970,
        name: "HANGUL SYLLABLE JYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC971,
        name: "HANGUL SYLLABLE JYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC972,
        name: "HANGUL SYLLABLE JYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC973,
        name: "HANGUL SYLLABLE JYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC974,
        name: "HANGUL SYLLABLE JYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC975,
        name: "HANGUL SYLLABLE JYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC976,
        name: "HANGUL SYLLABLE JYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC977,
        name: "HANGUL SYLLABLE JYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC978,
        name: "HANGUL SYLLABLE JYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC979,
        name: "HANGUL SYLLABLE JYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC97A,
        name: "HANGUL SYLLABLE JYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC97B,
        name: "HANGUL SYLLABLE JYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC97C,
        name: "HANGUL SYLLABLE JYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC97D,
        name: "HANGUL SYLLABLE JYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC97E,
        name: "HANGUL SYLLABLE JYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC97F,
        name: "HANGUL SYLLABLE JYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC980,
        name: "HANGUL SYLLABLE JYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC981,
        name: "HANGUL SYLLABLE JYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC982,
        name: "HANGUL SYLLABLE JYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC983,
        name: "HANGUL SYLLABLE JYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC984,
        name: "HANGUL SYLLABLE JYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC985,
        name: "HANGUL SYLLABLE JYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC986,
        name: "HANGUL SYLLABLE JYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC987,
        name: "HANGUL SYLLABLE JYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC988,
        name: "HANGUL SYLLABLE JEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xC989,
        name: "HANGUL SYLLABLE JEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC98A,
        name: "HANGUL SYLLABLE JEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC98B,
        name: "HANGUL SYLLABLE JEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC98C,
        name: "HANGUL SYLLABLE JEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC98D,
        name: "HANGUL SYLLABLE JEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC98E,
        name: "HANGUL SYLLABLE JEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC98F,
        name: "HANGUL SYLLABLE JEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC990,
        name: "HANGUL SYLLABLE JEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC991,
        name: "HANGUL SYLLABLE JEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC992,
        name: "HANGUL SYLLABLE JEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC993,
        name: "HANGUL SYLLABLE JEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC994,
        name: "HANGUL SYLLABLE JEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC995,
        name: "HANGUL SYLLABLE JEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC996,
        name: "HANGUL SYLLABLE JEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC997,
        name: "HANGUL SYLLABLE JEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC998,
        name: "HANGUL SYLLABLE JEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC999,
        name: "HANGUL SYLLABLE JEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC99A,
        name: "HANGUL SYLLABLE JEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC99B,
        name: "HANGUL SYLLABLE JEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC99C,
        name: "HANGUL SYLLABLE JEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC99D,
        name: "HANGUL SYLLABLE JEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC99E,
        name: "HANGUL SYLLABLE JEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC99F,
        name: "HANGUL SYLLABLE JEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A0,
        name: "HANGUL SYLLABLE JEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A1,
        name: "HANGUL SYLLABLE JEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A2,
        name: "HANGUL SYLLABLE JEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A3,
        name: "HANGUL SYLLABLE JEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A4,
        name: "HANGUL SYLLABLE JYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A5,
        name: "HANGUL SYLLABLE JYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A6,
        name: "HANGUL SYLLABLE JYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A7,
        name: "HANGUL SYLLABLE JYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A8,
        name: "HANGUL SYLLABLE JYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9A9,
        name: "HANGUL SYLLABLE JYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9AA,
        name: "HANGUL SYLLABLE JYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9AB,
        name: "HANGUL SYLLABLE JYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9AC,
        name: "HANGUL SYLLABLE JYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9AD,
        name: "HANGUL SYLLABLE JYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9AE,
        name: "HANGUL SYLLABLE JYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9AF,
        name: "HANGUL SYLLABLE JYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B0,
        name: "HANGUL SYLLABLE JYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B1,
        name: "HANGUL SYLLABLE JYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B2,
        name: "HANGUL SYLLABLE JYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B3,
        name: "HANGUL SYLLABLE JYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B4,
        name: "HANGUL SYLLABLE JYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B5,
        name: "HANGUL SYLLABLE JYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B6,
        name: "HANGUL SYLLABLE JYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B7,
        name: "HANGUL SYLLABLE JYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B8,
        name: "HANGUL SYLLABLE JYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9B9,
        name: "HANGUL SYLLABLE JYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9BA,
        name: "HANGUL SYLLABLE JYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9BB,
        name: "HANGUL SYLLABLE JYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9BC,
        name: "HANGUL SYLLABLE JYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9BD,
        name: "HANGUL SYLLABLE JYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9BE,
        name: "HANGUL SYLLABLE JYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9BF,
        name: "HANGUL SYLLABLE JYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C0,
        name: "HANGUL SYLLABLE JI",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C1,
        name: "HANGUL SYLLABLE JIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C2,
        name: "HANGUL SYLLABLE JIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C3,
        name: "HANGUL SYLLABLE JIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C4,
        name: "HANGUL SYLLABLE JIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C5,
        name: "HANGUL SYLLABLE JINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C6,
        name: "HANGUL SYLLABLE JINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C7,
        name: "HANGUL SYLLABLE JID",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C8,
        name: "HANGUL SYLLABLE JIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9C9,
        name: "HANGUL SYLLABLE JILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9CA,
        name: "HANGUL SYLLABLE JILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9CB,
        name: "HANGUL SYLLABLE JILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9CC,
        name: "HANGUL SYLLABLE JILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9CD,
        name: "HANGUL SYLLABLE JILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9CE,
        name: "HANGUL SYLLABLE JILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9CF,
        name: "HANGUL SYLLABLE JILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D0,
        name: "HANGUL SYLLABLE JIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D1,
        name: "HANGUL SYLLABLE JIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D2,
        name: "HANGUL SYLLABLE JIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D3,
        name: "HANGUL SYLLABLE JIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D4,
        name: "HANGUL SYLLABLE JISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D5,
        name: "HANGUL SYLLABLE JING",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D6,
        name: "HANGUL SYLLABLE JIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D7,
        name: "HANGUL SYLLABLE JIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D8,
        name: "HANGUL SYLLABLE JIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9D9,
        name: "HANGUL SYLLABLE JIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9DA,
        name: "HANGUL SYLLABLE JIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9DB,
        name: "HANGUL SYLLABLE JIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9DC,
        name: "HANGUL SYLLABLE JJA",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9DD,
        name: "HANGUL SYLLABLE JJAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9DE,
        name: "HANGUL SYLLABLE JJAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9DF,
        name: "HANGUL SYLLABLE JJAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E0,
        name: "HANGUL SYLLABLE JJAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E1,
        name: "HANGUL SYLLABLE JJANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E2,
        name: "HANGUL SYLLABLE JJANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E3,
        name: "HANGUL SYLLABLE JJAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E4,
        name: "HANGUL SYLLABLE JJAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E5,
        name: "HANGUL SYLLABLE JJALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E6,
        name: "HANGUL SYLLABLE JJALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E7,
        name: "HANGUL SYLLABLE JJALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E8,
        name: "HANGUL SYLLABLE JJALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9E9,
        name: "HANGUL SYLLABLE JJALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9EA,
        name: "HANGUL SYLLABLE JJALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9EB,
        name: "HANGUL SYLLABLE JJALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9EC,
        name: "HANGUL SYLLABLE JJAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9ED,
        name: "HANGUL SYLLABLE JJAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9EE,
        name: "HANGUL SYLLABLE JJABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9EF,
        name: "HANGUL SYLLABLE JJAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F0,
        name: "HANGUL SYLLABLE JJASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F1,
        name: "HANGUL SYLLABLE JJANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F2,
        name: "HANGUL SYLLABLE JJAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F3,
        name: "HANGUL SYLLABLE JJAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F4,
        name: "HANGUL SYLLABLE JJAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F5,
        name: "HANGUL SYLLABLE JJAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F6,
        name: "HANGUL SYLLABLE JJAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F7,
        name: "HANGUL SYLLABLE JJAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F8,
        name: "HANGUL SYLLABLE JJAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9F9,
        name: "HANGUL SYLLABLE JJAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9FA,
        name: "HANGUL SYLLABLE JJAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9FB,
        name: "HANGUL SYLLABLE JJAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9FC,
        name: "HANGUL SYLLABLE JJAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9FD,
        name: "HANGUL SYLLABLE JJAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9FE,
        name: "HANGUL SYLLABLE JJAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xC9FF,
        name: "HANGUL SYLLABLE JJAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA00,
        name: "HANGUL SYLLABLE JJAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA01,
        name: "HANGUL SYLLABLE JJAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA02,
        name: "HANGUL SYLLABLE JJAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA03,
        name: "HANGUL SYLLABLE JJAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA04,
        name: "HANGUL SYLLABLE JJAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA05,
        name: "HANGUL SYLLABLE JJAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA06,
        name: "HANGUL SYLLABLE JJAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA07,
        name: "HANGUL SYLLABLE JJAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA08,
        name: "HANGUL SYLLABLE JJAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA09,
        name: "HANGUL SYLLABLE JJAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA0A,
        name: "HANGUL SYLLABLE JJAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA0B,
        name: "HANGUL SYLLABLE JJAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA0C,
        name: "HANGUL SYLLABLE JJAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA0D,
        name: "HANGUL SYLLABLE JJAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA0E,
        name: "HANGUL SYLLABLE JJAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA0F,
        name: "HANGUL SYLLABLE JJAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA10,
        name: "HANGUL SYLLABLE JJAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA11,
        name: "HANGUL SYLLABLE JJAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA12,
        name: "HANGUL SYLLABLE JJAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA13,
        name: "HANGUL SYLLABLE JJAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA14,
        name: "HANGUL SYLLABLE JJYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA15,
        name: "HANGUL SYLLABLE JJYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA16,
        name: "HANGUL SYLLABLE JJYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA17,
        name: "HANGUL SYLLABLE JJYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA18,
        name: "HANGUL SYLLABLE JJYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA19,
        name: "HANGUL SYLLABLE JJYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA1A,
        name: "HANGUL SYLLABLE JJYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA1B,
        name: "HANGUL SYLLABLE JJYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA1C,
        name: "HANGUL SYLLABLE JJYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA1D,
        name: "HANGUL SYLLABLE JJYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA1E,
        name: "HANGUL SYLLABLE JJYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA1F,
        name: "HANGUL SYLLABLE JJYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA20,
        name: "HANGUL SYLLABLE JJYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA21,
        name: "HANGUL SYLLABLE JJYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA22,
        name: "HANGUL SYLLABLE JJYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA23,
        name: "HANGUL SYLLABLE JJYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA24,
        name: "HANGUL SYLLABLE JJYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA25,
        name: "HANGUL SYLLABLE JJYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA26,
        name: "HANGUL SYLLABLE JJYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA27,
        name: "HANGUL SYLLABLE JJYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA28,
        name: "HANGUL SYLLABLE JJYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA29,
        name: "HANGUL SYLLABLE JJYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA2A,
        name: "HANGUL SYLLABLE JJYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA2B,
        name: "HANGUL SYLLABLE JJYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA2C,
        name: "HANGUL SYLLABLE JJYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA2D,
        name: "HANGUL SYLLABLE JJYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA2E,
        name: "HANGUL SYLLABLE JJYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA2F,
        name: "HANGUL SYLLABLE JJYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA30,
        name: "HANGUL SYLLABLE JJYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA31,
        name: "HANGUL SYLLABLE JJYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA32,
        name: "HANGUL SYLLABLE JJYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA33,
        name: "HANGUL SYLLABLE JJYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA34,
        name: "HANGUL SYLLABLE JJYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA35,
        name: "HANGUL SYLLABLE JJYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA36,
        name: "HANGUL SYLLABLE JJYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA37,
        name: "HANGUL SYLLABLE JJYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA38,
        name: "HANGUL SYLLABLE JJYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA39,
        name: "HANGUL SYLLABLE JJYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA3A,
        name: "HANGUL SYLLABLE JJYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA3B,
        name: "HANGUL SYLLABLE JJYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA3C,
        name: "HANGUL SYLLABLE JJYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA3D,
        name: "HANGUL SYLLABLE JJYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA3E,
        name: "HANGUL SYLLABLE JJYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA3F,
        name: "HANGUL SYLLABLE JJYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA40,
        name: "HANGUL SYLLABLE JJYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA41,
        name: "HANGUL SYLLABLE JJYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA42,
        name: "HANGUL SYLLABLE JJYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA43,
        name: "HANGUL SYLLABLE JJYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA44,
        name: "HANGUL SYLLABLE JJYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA45,
        name: "HANGUL SYLLABLE JJYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA46,
        name: "HANGUL SYLLABLE JJYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA47,
        name: "HANGUL SYLLABLE JJYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA48,
        name: "HANGUL SYLLABLE JJYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA49,
        name: "HANGUL SYLLABLE JJYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA4A,
        name: "HANGUL SYLLABLE JJYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA4B,
        name: "HANGUL SYLLABLE JJYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA4C,
        name: "HANGUL SYLLABLE JJEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA4D,
        name: "HANGUL SYLLABLE JJEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA4E,
        name: "HANGUL SYLLABLE JJEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA4F,
        name: "HANGUL SYLLABLE JJEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA50,
        name: "HANGUL SYLLABLE JJEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA51,
        name: "HANGUL SYLLABLE JJEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA52,
        name: "HANGUL SYLLABLE JJEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA53,
        name: "HANGUL SYLLABLE JJEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA54,
        name: "HANGUL SYLLABLE JJEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA55,
        name: "HANGUL SYLLABLE JJEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA56,
        name: "HANGUL SYLLABLE JJEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA57,
        name: "HANGUL SYLLABLE JJEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA58,
        name: "HANGUL SYLLABLE JJEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA59,
        name: "HANGUL SYLLABLE JJEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA5A,
        name: "HANGUL SYLLABLE JJEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA5B,
        name: "HANGUL SYLLABLE JJEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA5C,
        name: "HANGUL SYLLABLE JJEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA5D,
        name: "HANGUL SYLLABLE JJEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA5E,
        name: "HANGUL SYLLABLE JJEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA5F,
        name: "HANGUL SYLLABLE JJEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA60,
        name: "HANGUL SYLLABLE JJEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA61,
        name: "HANGUL SYLLABLE JJEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA62,
        name: "HANGUL SYLLABLE JJEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA63,
        name: "HANGUL SYLLABLE JJEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA64,
        name: "HANGUL SYLLABLE JJEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA65,
        name: "HANGUL SYLLABLE JJEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA66,
        name: "HANGUL SYLLABLE JJEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA67,
        name: "HANGUL SYLLABLE JJEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA68,
        name: "HANGUL SYLLABLE JJE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA69,
        name: "HANGUL SYLLABLE JJEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA6A,
        name: "HANGUL SYLLABLE JJEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA6B,
        name: "HANGUL SYLLABLE JJEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA6C,
        name: "HANGUL SYLLABLE JJEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA6D,
        name: "HANGUL SYLLABLE JJENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA6E,
        name: "HANGUL SYLLABLE JJENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA6F,
        name: "HANGUL SYLLABLE JJED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA70,
        name: "HANGUL SYLLABLE JJEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA71,
        name: "HANGUL SYLLABLE JJELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA72,
        name: "HANGUL SYLLABLE JJELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA73,
        name: "HANGUL SYLLABLE JJELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA74,
        name: "HANGUL SYLLABLE JJELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA75,
        name: "HANGUL SYLLABLE JJELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA76,
        name: "HANGUL SYLLABLE JJELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA77,
        name: "HANGUL SYLLABLE JJELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA78,
        name: "HANGUL SYLLABLE JJEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA79,
        name: "HANGUL SYLLABLE JJEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA7A,
        name: "HANGUL SYLLABLE JJEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA7B,
        name: "HANGUL SYLLABLE JJES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA7C,
        name: "HANGUL SYLLABLE JJESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA7D,
        name: "HANGUL SYLLABLE JJENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA7E,
        name: "HANGUL SYLLABLE JJEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA7F,
        name: "HANGUL SYLLABLE JJEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA80,
        name: "HANGUL SYLLABLE JJEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA81,
        name: "HANGUL SYLLABLE JJET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA82,
        name: "HANGUL SYLLABLE JJEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA83,
        name: "HANGUL SYLLABLE JJEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA84,
        name: "HANGUL SYLLABLE JJYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA85,
        name: "HANGUL SYLLABLE JJYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA86,
        name: "HANGUL SYLLABLE JJYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA87,
        name: "HANGUL SYLLABLE JJYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA88,
        name: "HANGUL SYLLABLE JJYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA89,
        name: "HANGUL SYLLABLE JJYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA8A,
        name: "HANGUL SYLLABLE JJYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA8B,
        name: "HANGUL SYLLABLE JJYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA8C,
        name: "HANGUL SYLLABLE JJYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA8D,
        name: "HANGUL SYLLABLE JJYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA8E,
        name: "HANGUL SYLLABLE JJYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA8F,
        name: "HANGUL SYLLABLE JJYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA90,
        name: "HANGUL SYLLABLE JJYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA91,
        name: "HANGUL SYLLABLE JJYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA92,
        name: "HANGUL SYLLABLE JJYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA93,
        name: "HANGUL SYLLABLE JJYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA94,
        name: "HANGUL SYLLABLE JJYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA95,
        name: "HANGUL SYLLABLE JJYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA96,
        name: "HANGUL SYLLABLE JJYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA97,
        name: "HANGUL SYLLABLE JJYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA98,
        name: "HANGUL SYLLABLE JJYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA99,
        name: "HANGUL SYLLABLE JJYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA9A,
        name: "HANGUL SYLLABLE JJYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA9B,
        name: "HANGUL SYLLABLE JJYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA9C,
        name: "HANGUL SYLLABLE JJYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA9D,
        name: "HANGUL SYLLABLE JJYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA9E,
        name: "HANGUL SYLLABLE JJYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCA9F,
        name: "HANGUL SYLLABLE JJYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA0,
        name: "HANGUL SYLLABLE JJYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA1,
        name: "HANGUL SYLLABLE JJYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA2,
        name: "HANGUL SYLLABLE JJYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA3,
        name: "HANGUL SYLLABLE JJYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA4,
        name: "HANGUL SYLLABLE JJYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA5,
        name: "HANGUL SYLLABLE JJYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA6,
        name: "HANGUL SYLLABLE JJYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA7,
        name: "HANGUL SYLLABLE JJYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA8,
        name: "HANGUL SYLLABLE JJYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAA9,
        name: "HANGUL SYLLABLE JJYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAAA,
        name: "HANGUL SYLLABLE JJYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAAB,
        name: "HANGUL SYLLABLE JJYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAAC,
        name: "HANGUL SYLLABLE JJYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAAD,
        name: "HANGUL SYLLABLE JJYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAAE,
        name: "HANGUL SYLLABLE JJYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAAF,
        name: "HANGUL SYLLABLE JJYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB0,
        name: "HANGUL SYLLABLE JJYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB1,
        name: "HANGUL SYLLABLE JJYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB2,
        name: "HANGUL SYLLABLE JJYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB3,
        name: "HANGUL SYLLABLE JJYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB4,
        name: "HANGUL SYLLABLE JJYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB5,
        name: "HANGUL SYLLABLE JJYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB6,
        name: "HANGUL SYLLABLE JJYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB7,
        name: "HANGUL SYLLABLE JJYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB8,
        name: "HANGUL SYLLABLE JJYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAB9,
        name: "HANGUL SYLLABLE JJYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCABA,
        name: "HANGUL SYLLABLE JJYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCABB,
        name: "HANGUL SYLLABLE JJYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCABC,
        name: "HANGUL SYLLABLE JJO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCABD,
        name: "HANGUL SYLLABLE JJOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCABE,
        name: "HANGUL SYLLABLE JJOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCABF,
        name: "HANGUL SYLLABLE JJOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC0,
        name: "HANGUL SYLLABLE JJON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC1,
        name: "HANGUL SYLLABLE JJONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC2,
        name: "HANGUL SYLLABLE JJONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC3,
        name: "HANGUL SYLLABLE JJOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC4,
        name: "HANGUL SYLLABLE JJOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC5,
        name: "HANGUL SYLLABLE JJOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC6,
        name: "HANGUL SYLLABLE JJOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC7,
        name: "HANGUL SYLLABLE JJOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC8,
        name: "HANGUL SYLLABLE JJOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAC9,
        name: "HANGUL SYLLABLE JJOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCACA,
        name: "HANGUL SYLLABLE JJOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCACB,
        name: "HANGUL SYLLABLE JJOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCACC,
        name: "HANGUL SYLLABLE JJOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCACD,
        name: "HANGUL SYLLABLE JJOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCACE,
        name: "HANGUL SYLLABLE JJOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCACF,
        name: "HANGUL SYLLABLE JJOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD0,
        name: "HANGUL SYLLABLE JJOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD1,
        name: "HANGUL SYLLABLE JJONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD2,
        name: "HANGUL SYLLABLE JJOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD3,
        name: "HANGUL SYLLABLE JJOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD4,
        name: "HANGUL SYLLABLE JJOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD5,
        name: "HANGUL SYLLABLE JJOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD6,
        name: "HANGUL SYLLABLE JJOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD7,
        name: "HANGUL SYLLABLE JJOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD8,
        name: "HANGUL SYLLABLE JJWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAD9,
        name: "HANGUL SYLLABLE JJWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCADA,
        name: "HANGUL SYLLABLE JJWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCADB,
        name: "HANGUL SYLLABLE JJWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCADC,
        name: "HANGUL SYLLABLE JJWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCADD,
        name: "HANGUL SYLLABLE JJWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCADE,
        name: "HANGUL SYLLABLE JJWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCADF,
        name: "HANGUL SYLLABLE JJWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE0,
        name: "HANGUL SYLLABLE JJWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE1,
        name: "HANGUL SYLLABLE JJWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE2,
        name: "HANGUL SYLLABLE JJWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE3,
        name: "HANGUL SYLLABLE JJWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE4,
        name: "HANGUL SYLLABLE JJWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE5,
        name: "HANGUL SYLLABLE JJWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE6,
        name: "HANGUL SYLLABLE JJWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE7,
        name: "HANGUL SYLLABLE JJWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE8,
        name: "HANGUL SYLLABLE JJWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAE9,
        name: "HANGUL SYLLABLE JJWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAEA,
        name: "HANGUL SYLLABLE JJWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAEB,
        name: "HANGUL SYLLABLE JJWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAEC,
        name: "HANGUL SYLLABLE JJWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAED,
        name: "HANGUL SYLLABLE JJWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAEE,
        name: "HANGUL SYLLABLE JJWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAEF,
        name: "HANGUL SYLLABLE JJWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF0,
        name: "HANGUL SYLLABLE JJWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF1,
        name: "HANGUL SYLLABLE JJWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF2,
        name: "HANGUL SYLLABLE JJWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF3,
        name: "HANGUL SYLLABLE JJWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF4,
        name: "HANGUL SYLLABLE JJWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF5,
        name: "HANGUL SYLLABLE JJWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF6,
        name: "HANGUL SYLLABLE JJWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF7,
        name: "HANGUL SYLLABLE JJWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF8,
        name: "HANGUL SYLLABLE JJWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAF9,
        name: "HANGUL SYLLABLE JJWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAFA,
        name: "HANGUL SYLLABLE JJWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAFB,
        name: "HANGUL SYLLABLE JJWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAFC,
        name: "HANGUL SYLLABLE JJWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAFD,
        name: "HANGUL SYLLABLE JJWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAFE,
        name: "HANGUL SYLLABLE JJWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCAFF,
        name: "HANGUL SYLLABLE JJWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB00,
        name: "HANGUL SYLLABLE JJWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB01,
        name: "HANGUL SYLLABLE JJWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB02,
        name: "HANGUL SYLLABLE JJWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB03,
        name: "HANGUL SYLLABLE JJWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB04,
        name: "HANGUL SYLLABLE JJWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB05,
        name: "HANGUL SYLLABLE JJWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB06,
        name: "HANGUL SYLLABLE JJWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB07,
        name: "HANGUL SYLLABLE JJWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB08,
        name: "HANGUL SYLLABLE JJWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB09,
        name: "HANGUL SYLLABLE JJWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB0A,
        name: "HANGUL SYLLABLE JJWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB0B,
        name: "HANGUL SYLLABLE JJWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB0C,
        name: "HANGUL SYLLABLE JJWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB0D,
        name: "HANGUL SYLLABLE JJWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB0E,
        name: "HANGUL SYLLABLE JJWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB0F,
        name: "HANGUL SYLLABLE JJWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB10,
        name: "HANGUL SYLLABLE JJOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB11,
        name: "HANGUL SYLLABLE JJOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB12,
        name: "HANGUL SYLLABLE JJOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB13,
        name: "HANGUL SYLLABLE JJOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB14,
        name: "HANGUL SYLLABLE JJOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB15,
        name: "HANGUL SYLLABLE JJOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB16,
        name: "HANGUL SYLLABLE JJOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB17,
        name: "HANGUL SYLLABLE JJOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB18,
        name: "HANGUL SYLLABLE JJOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB19,
        name: "HANGUL SYLLABLE JJOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB1A,
        name: "HANGUL SYLLABLE JJOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB1B,
        name: "HANGUL SYLLABLE JJOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB1C,
        name: "HANGUL SYLLABLE JJOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB1D,
        name: "HANGUL SYLLABLE JJOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB1E,
        name: "HANGUL SYLLABLE JJOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB1F,
        name: "HANGUL SYLLABLE JJOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB20,
        name: "HANGUL SYLLABLE JJOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB21,
        name: "HANGUL SYLLABLE JJOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB22,
        name: "HANGUL SYLLABLE JJOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB23,
        name: "HANGUL SYLLABLE JJOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB24,
        name: "HANGUL SYLLABLE JJOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB25,
        name: "HANGUL SYLLABLE JJOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB26,
        name: "HANGUL SYLLABLE JJOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB27,
        name: "HANGUL SYLLABLE JJOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB28,
        name: "HANGUL SYLLABLE JJOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB29,
        name: "HANGUL SYLLABLE JJOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB2A,
        name: "HANGUL SYLLABLE JJOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB2B,
        name: "HANGUL SYLLABLE JJOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB2C,
        name: "HANGUL SYLLABLE JJYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB2D,
        name: "HANGUL SYLLABLE JJYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB2E,
        name: "HANGUL SYLLABLE JJYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB2F,
        name: "HANGUL SYLLABLE JJYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB30,
        name: "HANGUL SYLLABLE JJYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB31,
        name: "HANGUL SYLLABLE JJYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB32,
        name: "HANGUL SYLLABLE JJYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB33,
        name: "HANGUL SYLLABLE JJYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB34,
        name: "HANGUL SYLLABLE JJYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB35,
        name: "HANGUL SYLLABLE JJYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB36,
        name: "HANGUL SYLLABLE JJYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB37,
        name: "HANGUL SYLLABLE JJYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB38,
        name: "HANGUL SYLLABLE JJYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB39,
        name: "HANGUL SYLLABLE JJYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB3A,
        name: "HANGUL SYLLABLE JJYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB3B,
        name: "HANGUL SYLLABLE JJYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB3C,
        name: "HANGUL SYLLABLE JJYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB3D,
        name: "HANGUL SYLLABLE JJYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB3E,
        name: "HANGUL SYLLABLE JJYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB3F,
        name: "HANGUL SYLLABLE JJYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB40,
        name: "HANGUL SYLLABLE JJYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB41,
        name: "HANGUL SYLLABLE JJYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB42,
        name: "HANGUL SYLLABLE JJYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB43,
        name: "HANGUL SYLLABLE JJYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB44,
        name: "HANGUL SYLLABLE JJYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB45,
        name: "HANGUL SYLLABLE JJYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB46,
        name: "HANGUL SYLLABLE JJYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB47,
        name: "HANGUL SYLLABLE JJYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB48,
        name: "HANGUL SYLLABLE JJU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB49,
        name: "HANGUL SYLLABLE JJUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB4A,
        name: "HANGUL SYLLABLE JJUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB4B,
        name: "HANGUL SYLLABLE JJUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB4C,
        name: "HANGUL SYLLABLE JJUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB4D,
        name: "HANGUL SYLLABLE JJUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB4E,
        name: "HANGUL SYLLABLE JJUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB4F,
        name: "HANGUL SYLLABLE JJUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB50,
        name: "HANGUL SYLLABLE JJUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB51,
        name: "HANGUL SYLLABLE JJULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB52,
        name: "HANGUL SYLLABLE JJULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB53,
        name: "HANGUL SYLLABLE JJULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB54,
        name: "HANGUL SYLLABLE JJULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB55,
        name: "HANGUL SYLLABLE JJULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB56,
        name: "HANGUL SYLLABLE JJULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB57,
        name: "HANGUL SYLLABLE JJULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB58,
        name: "HANGUL SYLLABLE JJUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB59,
        name: "HANGUL SYLLABLE JJUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB5A,
        name: "HANGUL SYLLABLE JJUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB5B,
        name: "HANGUL SYLLABLE JJUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB5C,
        name: "HANGUL SYLLABLE JJUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB5D,
        name: "HANGUL SYLLABLE JJUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB5E,
        name: "HANGUL SYLLABLE JJUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB5F,
        name: "HANGUL SYLLABLE JJUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB60,
        name: "HANGUL SYLLABLE JJUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB61,
        name: "HANGUL SYLLABLE JJUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB62,
        name: "HANGUL SYLLABLE JJUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB63,
        name: "HANGUL SYLLABLE JJUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB64,
        name: "HANGUL SYLLABLE JJWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB65,
        name: "HANGUL SYLLABLE JJWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB66,
        name: "HANGUL SYLLABLE JJWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB67,
        name: "HANGUL SYLLABLE JJWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB68,
        name: "HANGUL SYLLABLE JJWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB69,
        name: "HANGUL SYLLABLE JJWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB6A,
        name: "HANGUL SYLLABLE JJWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB6B,
        name: "HANGUL SYLLABLE JJWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB6C,
        name: "HANGUL SYLLABLE JJWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB6D,
        name: "HANGUL SYLLABLE JJWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB6E,
        name: "HANGUL SYLLABLE JJWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB6F,
        name: "HANGUL SYLLABLE JJWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB70,
        name: "HANGUL SYLLABLE JJWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB71,
        name: "HANGUL SYLLABLE JJWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB72,
        name: "HANGUL SYLLABLE JJWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB73,
        name: "HANGUL SYLLABLE JJWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB74,
        name: "HANGUL SYLLABLE JJWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB75,
        name: "HANGUL SYLLABLE JJWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB76,
        name: "HANGUL SYLLABLE JJWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB77,
        name: "HANGUL SYLLABLE JJWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB78,
        name: "HANGUL SYLLABLE JJWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB79,
        name: "HANGUL SYLLABLE JJWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB7A,
        name: "HANGUL SYLLABLE JJWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB7B,
        name: "HANGUL SYLLABLE JJWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB7C,
        name: "HANGUL SYLLABLE JJWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB7D,
        name: "HANGUL SYLLABLE JJWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB7E,
        name: "HANGUL SYLLABLE JJWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB7F,
        name: "HANGUL SYLLABLE JJWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB80,
        name: "HANGUL SYLLABLE JJWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB81,
        name: "HANGUL SYLLABLE JJWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB82,
        name: "HANGUL SYLLABLE JJWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB83,
        name: "HANGUL SYLLABLE JJWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB84,
        name: "HANGUL SYLLABLE JJWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB85,
        name: "HANGUL SYLLABLE JJWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB86,
        name: "HANGUL SYLLABLE JJWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB87,
        name: "HANGUL SYLLABLE JJWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB88,
        name: "HANGUL SYLLABLE JJWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB89,
        name: "HANGUL SYLLABLE JJWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB8A,
        name: "HANGUL SYLLABLE JJWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB8B,
        name: "HANGUL SYLLABLE JJWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB8C,
        name: "HANGUL SYLLABLE JJWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB8D,
        name: "HANGUL SYLLABLE JJWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB8E,
        name: "HANGUL SYLLABLE JJWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB8F,
        name: "HANGUL SYLLABLE JJWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB90,
        name: "HANGUL SYLLABLE JJWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB91,
        name: "HANGUL SYLLABLE JJWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB92,
        name: "HANGUL SYLLABLE JJWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB93,
        name: "HANGUL SYLLABLE JJWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB94,
        name: "HANGUL SYLLABLE JJWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB95,
        name: "HANGUL SYLLABLE JJWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB96,
        name: "HANGUL SYLLABLE JJWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB97,
        name: "HANGUL SYLLABLE JJWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB98,
        name: "HANGUL SYLLABLE JJWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB99,
        name: "HANGUL SYLLABLE JJWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB9A,
        name: "HANGUL SYLLABLE JJWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB9B,
        name: "HANGUL SYLLABLE JJWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB9C,
        name: "HANGUL SYLLABLE JJWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB9D,
        name: "HANGUL SYLLABLE JJWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB9E,
        name: "HANGUL SYLLABLE JJWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCB9F,
        name: "HANGUL SYLLABLE JJWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA0,
        name: "HANGUL SYLLABLE JJWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA1,
        name: "HANGUL SYLLABLE JJWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA2,
        name: "HANGUL SYLLABLE JJWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA3,
        name: "HANGUL SYLLABLE JJWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA4,
        name: "HANGUL SYLLABLE JJWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA5,
        name: "HANGUL SYLLABLE JJWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA6,
        name: "HANGUL SYLLABLE JJWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA7,
        name: "HANGUL SYLLABLE JJWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA8,
        name: "HANGUL SYLLABLE JJWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBA9,
        name: "HANGUL SYLLABLE JJWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBAA,
        name: "HANGUL SYLLABLE JJWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBAB,
        name: "HANGUL SYLLABLE JJWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBAC,
        name: "HANGUL SYLLABLE JJWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBAD,
        name: "HANGUL SYLLABLE JJWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBAE,
        name: "HANGUL SYLLABLE JJWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBAF,
        name: "HANGUL SYLLABLE JJWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB0,
        name: "HANGUL SYLLABLE JJWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB1,
        name: "HANGUL SYLLABLE JJWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB2,
        name: "HANGUL SYLLABLE JJWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB3,
        name: "HANGUL SYLLABLE JJWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB4,
        name: "HANGUL SYLLABLE JJWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB5,
        name: "HANGUL SYLLABLE JJWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB6,
        name: "HANGUL SYLLABLE JJWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB7,
        name: "HANGUL SYLLABLE JJWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB8,
        name: "HANGUL SYLLABLE JJYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBB9,
        name: "HANGUL SYLLABLE JJYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBBA,
        name: "HANGUL SYLLABLE JJYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBBB,
        name: "HANGUL SYLLABLE JJYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBBC,
        name: "HANGUL SYLLABLE JJYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBBD,
        name: "HANGUL SYLLABLE JJYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBBE,
        name: "HANGUL SYLLABLE JJYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBBF,
        name: "HANGUL SYLLABLE JJYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC0,
        name: "HANGUL SYLLABLE JJYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC1,
        name: "HANGUL SYLLABLE JJYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC2,
        name: "HANGUL SYLLABLE JJYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC3,
        name: "HANGUL SYLLABLE JJYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC4,
        name: "HANGUL SYLLABLE JJYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC5,
        name: "HANGUL SYLLABLE JJYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC6,
        name: "HANGUL SYLLABLE JJYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC7,
        name: "HANGUL SYLLABLE JJYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC8,
        name: "HANGUL SYLLABLE JJYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBC9,
        name: "HANGUL SYLLABLE JJYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBCA,
        name: "HANGUL SYLLABLE JJYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBCB,
        name: "HANGUL SYLLABLE JJYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBCC,
        name: "HANGUL SYLLABLE JJYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBCD,
        name: "HANGUL SYLLABLE JJYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBCE,
        name: "HANGUL SYLLABLE JJYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBCF,
        name: "HANGUL SYLLABLE JJYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD0,
        name: "HANGUL SYLLABLE JJYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD1,
        name: "HANGUL SYLLABLE JJYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD2,
        name: "HANGUL SYLLABLE JJYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD3,
        name: "HANGUL SYLLABLE JJYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD4,
        name: "HANGUL SYLLABLE JJEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD5,
        name: "HANGUL SYLLABLE JJEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD6,
        name: "HANGUL SYLLABLE JJEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD7,
        name: "HANGUL SYLLABLE JJEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD8,
        name: "HANGUL SYLLABLE JJEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBD9,
        name: "HANGUL SYLLABLE JJEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBDA,
        name: "HANGUL SYLLABLE JJEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBDB,
        name: "HANGUL SYLLABLE JJEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBDC,
        name: "HANGUL SYLLABLE JJEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBDD,
        name: "HANGUL SYLLABLE JJEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBDE,
        name: "HANGUL SYLLABLE JJEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBDF,
        name: "HANGUL SYLLABLE JJEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE0,
        name: "HANGUL SYLLABLE JJEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE1,
        name: "HANGUL SYLLABLE JJEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE2,
        name: "HANGUL SYLLABLE JJEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE3,
        name: "HANGUL SYLLABLE JJEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE4,
        name: "HANGUL SYLLABLE JJEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE5,
        name: "HANGUL SYLLABLE JJEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE6,
        name: "HANGUL SYLLABLE JJEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE7,
        name: "HANGUL SYLLABLE JJEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE8,
        name: "HANGUL SYLLABLE JJEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBE9,
        name: "HANGUL SYLLABLE JJEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBEA,
        name: "HANGUL SYLLABLE JJEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBEB,
        name: "HANGUL SYLLABLE JJEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBEC,
        name: "HANGUL SYLLABLE JJEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBED,
        name: "HANGUL SYLLABLE JJEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBEE,
        name: "HANGUL SYLLABLE JJEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBEF,
        name: "HANGUL SYLLABLE JJEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF0,
        name: "HANGUL SYLLABLE JJYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF1,
        name: "HANGUL SYLLABLE JJYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF2,
        name: "HANGUL SYLLABLE JJYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF3,
        name: "HANGUL SYLLABLE JJYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF4,
        name: "HANGUL SYLLABLE JJYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF5,
        name: "HANGUL SYLLABLE JJYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF6,
        name: "HANGUL SYLLABLE JJYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF7,
        name: "HANGUL SYLLABLE JJYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF8,
        name: "HANGUL SYLLABLE JJYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBF9,
        name: "HANGUL SYLLABLE JJYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBFA,
        name: "HANGUL SYLLABLE JJYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBFB,
        name: "HANGUL SYLLABLE JJYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBFC,
        name: "HANGUL SYLLABLE JJYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBFD,
        name: "HANGUL SYLLABLE JJYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBFE,
        name: "HANGUL SYLLABLE JJYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCBFF,
        name: "HANGUL SYLLABLE JJYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC00,
        name: "HANGUL SYLLABLE JJYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC01,
        name: "HANGUL SYLLABLE JJYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC02,
        name: "HANGUL SYLLABLE JJYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC03,
        name: "HANGUL SYLLABLE JJYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC04,
        name: "HANGUL SYLLABLE JJYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC05,
        name: "HANGUL SYLLABLE JJYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC06,
        name: "HANGUL SYLLABLE JJYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC07,
        name: "HANGUL SYLLABLE JJYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC08,
        name: "HANGUL SYLLABLE JJYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC09,
        name: "HANGUL SYLLABLE JJYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC0A,
        name: "HANGUL SYLLABLE JJYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC0B,
        name: "HANGUL SYLLABLE JJYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC0C,
        name: "HANGUL SYLLABLE JJI",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC0D,
        name: "HANGUL SYLLABLE JJIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC0E,
        name: "HANGUL SYLLABLE JJIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC0F,
        name: "HANGUL SYLLABLE JJIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC10,
        name: "HANGUL SYLLABLE JJIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC11,
        name: "HANGUL SYLLABLE JJINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC12,
        name: "HANGUL SYLLABLE JJINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC13,
        name: "HANGUL SYLLABLE JJID",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC14,
        name: "HANGUL SYLLABLE JJIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC15,
        name: "HANGUL SYLLABLE JJILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC16,
        name: "HANGUL SYLLABLE JJILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC17,
        name: "HANGUL SYLLABLE JJILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC18,
        name: "HANGUL SYLLABLE JJILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC19,
        name: "HANGUL SYLLABLE JJILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC1A,
        name: "HANGUL SYLLABLE JJILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC1B,
        name: "HANGUL SYLLABLE JJILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC1C,
        name: "HANGUL SYLLABLE JJIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC1D,
        name: "HANGUL SYLLABLE JJIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC1E,
        name: "HANGUL SYLLABLE JJIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC1F,
        name: "HANGUL SYLLABLE JJIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC20,
        name: "HANGUL SYLLABLE JJISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC21,
        name: "HANGUL SYLLABLE JJING",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC22,
        name: "HANGUL SYLLABLE JJIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC23,
        name: "HANGUL SYLLABLE JJIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC24,
        name: "HANGUL SYLLABLE JJIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC25,
        name: "HANGUL SYLLABLE JJIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC26,
        name: "HANGUL SYLLABLE JJIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC27,
        name: "HANGUL SYLLABLE JJIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC28,
        name: "HANGUL SYLLABLE CA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC29,
        name: "HANGUL SYLLABLE CAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC2A,
        name: "HANGUL SYLLABLE CAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC2B,
        name: "HANGUL SYLLABLE CAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC2C,
        name: "HANGUL SYLLABLE CAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC2D,
        name: "HANGUL SYLLABLE CANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC2E,
        name: "HANGUL SYLLABLE CANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC2F,
        name: "HANGUL SYLLABLE CAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC30,
        name: "HANGUL SYLLABLE CAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC31,
        name: "HANGUL SYLLABLE CALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC32,
        name: "HANGUL SYLLABLE CALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC33,
        name: "HANGUL SYLLABLE CALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC34,
        name: "HANGUL SYLLABLE CALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC35,
        name: "HANGUL SYLLABLE CALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC36,
        name: "HANGUL SYLLABLE CALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC37,
        name: "HANGUL SYLLABLE CALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC38,
        name: "HANGUL SYLLABLE CAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC39,
        name: "HANGUL SYLLABLE CAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC3A,
        name: "HANGUL SYLLABLE CABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC3B,
        name: "HANGUL SYLLABLE CAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC3C,
        name: "HANGUL SYLLABLE CASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC3D,
        name: "HANGUL SYLLABLE CANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC3E,
        name: "HANGUL SYLLABLE CAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC3F,
        name: "HANGUL SYLLABLE CAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC40,
        name: "HANGUL SYLLABLE CAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC41,
        name: "HANGUL SYLLABLE CAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC42,
        name: "HANGUL SYLLABLE CAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC43,
        name: "HANGUL SYLLABLE CAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC44,
        name: "HANGUL SYLLABLE CAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC45,
        name: "HANGUL SYLLABLE CAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC46,
        name: "HANGUL SYLLABLE CAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC47,
        name: "HANGUL SYLLABLE CAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC48,
        name: "HANGUL SYLLABLE CAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC49,
        name: "HANGUL SYLLABLE CAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC4A,
        name: "HANGUL SYLLABLE CAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC4B,
        name: "HANGUL SYLLABLE CAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC4C,
        name: "HANGUL SYLLABLE CAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC4D,
        name: "HANGUL SYLLABLE CAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC4E,
        name: "HANGUL SYLLABLE CAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC4F,
        name: "HANGUL SYLLABLE CAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC50,
        name: "HANGUL SYLLABLE CAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC51,
        name: "HANGUL SYLLABLE CAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC52,
        name: "HANGUL SYLLABLE CAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC53,
        name: "HANGUL SYLLABLE CAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC54,
        name: "HANGUL SYLLABLE CAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC55,
        name: "HANGUL SYLLABLE CAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC56,
        name: "HANGUL SYLLABLE CAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC57,
        name: "HANGUL SYLLABLE CAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC58,
        name: "HANGUL SYLLABLE CAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC59,
        name: "HANGUL SYLLABLE CAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC5A,
        name: "HANGUL SYLLABLE CAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC5B,
        name: "HANGUL SYLLABLE CAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC5C,
        name: "HANGUL SYLLABLE CAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC5D,
        name: "HANGUL SYLLABLE CAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC5E,
        name: "HANGUL SYLLABLE CAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC5F,
        name: "HANGUL SYLLABLE CAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC60,
        name: "HANGUL SYLLABLE CYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC61,
        name: "HANGUL SYLLABLE CYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC62,
        name: "HANGUL SYLLABLE CYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC63,
        name: "HANGUL SYLLABLE CYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC64,
        name: "HANGUL SYLLABLE CYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC65,
        name: "HANGUL SYLLABLE CYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC66,
        name: "HANGUL SYLLABLE CYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC67,
        name: "HANGUL SYLLABLE CYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC68,
        name: "HANGUL SYLLABLE CYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC69,
        name: "HANGUL SYLLABLE CYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC6A,
        name: "HANGUL SYLLABLE CYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC6B,
        name: "HANGUL SYLLABLE CYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC6C,
        name: "HANGUL SYLLABLE CYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC6D,
        name: "HANGUL SYLLABLE CYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC6E,
        name: "HANGUL SYLLABLE CYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC6F,
        name: "HANGUL SYLLABLE CYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC70,
        name: "HANGUL SYLLABLE CYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC71,
        name: "HANGUL SYLLABLE CYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC72,
        name: "HANGUL SYLLABLE CYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC73,
        name: "HANGUL SYLLABLE CYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC74,
        name: "HANGUL SYLLABLE CYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC75,
        name: "HANGUL SYLLABLE CYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC76,
        name: "HANGUL SYLLABLE CYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC77,
        name: "HANGUL SYLLABLE CYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC78,
        name: "HANGUL SYLLABLE CYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC79,
        name: "HANGUL SYLLABLE CYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC7A,
        name: "HANGUL SYLLABLE CYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC7B,
        name: "HANGUL SYLLABLE CYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC7C,
        name: "HANGUL SYLLABLE CYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC7D,
        name: "HANGUL SYLLABLE CYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC7E,
        name: "HANGUL SYLLABLE CYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC7F,
        name: "HANGUL SYLLABLE CYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC80,
        name: "HANGUL SYLLABLE CYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC81,
        name: "HANGUL SYLLABLE CYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC82,
        name: "HANGUL SYLLABLE CYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC83,
        name: "HANGUL SYLLABLE CYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC84,
        name: "HANGUL SYLLABLE CYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC85,
        name: "HANGUL SYLLABLE CYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC86,
        name: "HANGUL SYLLABLE CYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC87,
        name: "HANGUL SYLLABLE CYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC88,
        name: "HANGUL SYLLABLE CYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC89,
        name: "HANGUL SYLLABLE CYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC8A,
        name: "HANGUL SYLLABLE CYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC8B,
        name: "HANGUL SYLLABLE CYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC8C,
        name: "HANGUL SYLLABLE CYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC8D,
        name: "HANGUL SYLLABLE CYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC8E,
        name: "HANGUL SYLLABLE CYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC8F,
        name: "HANGUL SYLLABLE CYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC90,
        name: "HANGUL SYLLABLE CYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC91,
        name: "HANGUL SYLLABLE CYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC92,
        name: "HANGUL SYLLABLE CYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC93,
        name: "HANGUL SYLLABLE CYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC94,
        name: "HANGUL SYLLABLE CYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC95,
        name: "HANGUL SYLLABLE CYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC96,
        name: "HANGUL SYLLABLE CYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC97,
        name: "HANGUL SYLLABLE CYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC98,
        name: "HANGUL SYLLABLE CEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC99,
        name: "HANGUL SYLLABLE CEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC9A,
        name: "HANGUL SYLLABLE CEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC9B,
        name: "HANGUL SYLLABLE CEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC9C,
        name: "HANGUL SYLLABLE CEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC9D,
        name: "HANGUL SYLLABLE CEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC9E,
        name: "HANGUL SYLLABLE CEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCC9F,
        name: "HANGUL SYLLABLE CEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA0,
        name: "HANGUL SYLLABLE CEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA1,
        name: "HANGUL SYLLABLE CEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA2,
        name: "HANGUL SYLLABLE CEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA3,
        name: "HANGUL SYLLABLE CEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA4,
        name: "HANGUL SYLLABLE CEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA5,
        name: "HANGUL SYLLABLE CEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA6,
        name: "HANGUL SYLLABLE CEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA7,
        name: "HANGUL SYLLABLE CEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA8,
        name: "HANGUL SYLLABLE CEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCA9,
        name: "HANGUL SYLLABLE CEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCAA,
        name: "HANGUL SYLLABLE CEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCAB,
        name: "HANGUL SYLLABLE CEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCAC,
        name: "HANGUL SYLLABLE CEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCAD,
        name: "HANGUL SYLLABLE CEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCAE,
        name: "HANGUL SYLLABLE CEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCAF,
        name: "HANGUL SYLLABLE CEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB0,
        name: "HANGUL SYLLABLE CEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB1,
        name: "HANGUL SYLLABLE CEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB2,
        name: "HANGUL SYLLABLE CEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB3,
        name: "HANGUL SYLLABLE CEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB4,
        name: "HANGUL SYLLABLE CE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB5,
        name: "HANGUL SYLLABLE CEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB6,
        name: "HANGUL SYLLABLE CEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB7,
        name: "HANGUL SYLLABLE CEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB8,
        name: "HANGUL SYLLABLE CEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCB9,
        name: "HANGUL SYLLABLE CENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCBA,
        name: "HANGUL SYLLABLE CENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCBB,
        name: "HANGUL SYLLABLE CED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCBC,
        name: "HANGUL SYLLABLE CEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCBD,
        name: "HANGUL SYLLABLE CELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCBE,
        name: "HANGUL SYLLABLE CELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCBF,
        name: "HANGUL SYLLABLE CELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC0,
        name: "HANGUL SYLLABLE CELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC1,
        name: "HANGUL SYLLABLE CELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC2,
        name: "HANGUL SYLLABLE CELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC3,
        name: "HANGUL SYLLABLE CELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC4,
        name: "HANGUL SYLLABLE CEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC5,
        name: "HANGUL SYLLABLE CEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC6,
        name: "HANGUL SYLLABLE CEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC7,
        name: "HANGUL SYLLABLE CES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC8,
        name: "HANGUL SYLLABLE CESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCC9,
        name: "HANGUL SYLLABLE CENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCCA,
        name: "HANGUL SYLLABLE CEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCCB,
        name: "HANGUL SYLLABLE CEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCCC,
        name: "HANGUL SYLLABLE CEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCCD,
        name: "HANGUL SYLLABLE CET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCCE,
        name: "HANGUL SYLLABLE CEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCCF,
        name: "HANGUL SYLLABLE CEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD0,
        name: "HANGUL SYLLABLE CYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD1,
        name: "HANGUL SYLLABLE CYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD2,
        name: "HANGUL SYLLABLE CYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD3,
        name: "HANGUL SYLLABLE CYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD4,
        name: "HANGUL SYLLABLE CYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD5,
        name: "HANGUL SYLLABLE CYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD6,
        name: "HANGUL SYLLABLE CYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD7,
        name: "HANGUL SYLLABLE CYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD8,
        name: "HANGUL SYLLABLE CYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCD9,
        name: "HANGUL SYLLABLE CYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCDA,
        name: "HANGUL SYLLABLE CYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCDB,
        name: "HANGUL SYLLABLE CYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCDC,
        name: "HANGUL SYLLABLE CYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCDD,
        name: "HANGUL SYLLABLE CYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCDE,
        name: "HANGUL SYLLABLE CYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCDF,
        name: "HANGUL SYLLABLE CYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE0,
        name: "HANGUL SYLLABLE CYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE1,
        name: "HANGUL SYLLABLE CYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE2,
        name: "HANGUL SYLLABLE CYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE3,
        name: "HANGUL SYLLABLE CYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE4,
        name: "HANGUL SYLLABLE CYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE5,
        name: "HANGUL SYLLABLE CYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE6,
        name: "HANGUL SYLLABLE CYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE7,
        name: "HANGUL SYLLABLE CYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE8,
        name: "HANGUL SYLLABLE CYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCE9,
        name: "HANGUL SYLLABLE CYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCEA,
        name: "HANGUL SYLLABLE CYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCEB,
        name: "HANGUL SYLLABLE CYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCEC,
        name: "HANGUL SYLLABLE CYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCED,
        name: "HANGUL SYLLABLE CYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCEE,
        name: "HANGUL SYLLABLE CYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCEF,
        name: "HANGUL SYLLABLE CYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF0,
        name: "HANGUL SYLLABLE CYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF1,
        name: "HANGUL SYLLABLE CYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF2,
        name: "HANGUL SYLLABLE CYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF3,
        name: "HANGUL SYLLABLE CYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF4,
        name: "HANGUL SYLLABLE CYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF5,
        name: "HANGUL SYLLABLE CYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF6,
        name: "HANGUL SYLLABLE CYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF7,
        name: "HANGUL SYLLABLE CYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF8,
        name: "HANGUL SYLLABLE CYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCF9,
        name: "HANGUL SYLLABLE CYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCFA,
        name: "HANGUL SYLLABLE CYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCFB,
        name: "HANGUL SYLLABLE CYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCFC,
        name: "HANGUL SYLLABLE CYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCFD,
        name: "HANGUL SYLLABLE CYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCFE,
        name: "HANGUL SYLLABLE CYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCCFF,
        name: "HANGUL SYLLABLE CYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD00,
        name: "HANGUL SYLLABLE CYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD01,
        name: "HANGUL SYLLABLE CYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD02,
        name: "HANGUL SYLLABLE CYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD03,
        name: "HANGUL SYLLABLE CYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD04,
        name: "HANGUL SYLLABLE CYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD05,
        name: "HANGUL SYLLABLE CYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD06,
        name: "HANGUL SYLLABLE CYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD07,
        name: "HANGUL SYLLABLE CYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD08,
        name: "HANGUL SYLLABLE CO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD09,
        name: "HANGUL SYLLABLE COG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD0A,
        name: "HANGUL SYLLABLE COGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD0B,
        name: "HANGUL SYLLABLE COGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD0C,
        name: "HANGUL SYLLABLE CON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD0D,
        name: "HANGUL SYLLABLE CONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD0E,
        name: "HANGUL SYLLABLE CONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD0F,
        name: "HANGUL SYLLABLE COD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD10,
        name: "HANGUL SYLLABLE COL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD11,
        name: "HANGUL SYLLABLE COLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD12,
        name: "HANGUL SYLLABLE COLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD13,
        name: "HANGUL SYLLABLE COLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD14,
        name: "HANGUL SYLLABLE COLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD15,
        name: "HANGUL SYLLABLE COLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD16,
        name: "HANGUL SYLLABLE COLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD17,
        name: "HANGUL SYLLABLE COLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD18,
        name: "HANGUL SYLLABLE COM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD19,
        name: "HANGUL SYLLABLE COB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD1A,
        name: "HANGUL SYLLABLE COBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD1B,
        name: "HANGUL SYLLABLE COS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD1C,
        name: "HANGUL SYLLABLE COSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD1D,
        name: "HANGUL SYLLABLE CONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD1E,
        name: "HANGUL SYLLABLE COJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD1F,
        name: "HANGUL SYLLABLE COC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD20,
        name: "HANGUL SYLLABLE COK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD21,
        name: "HANGUL SYLLABLE COT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD22,
        name: "HANGUL SYLLABLE COP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD23,
        name: "HANGUL SYLLABLE COH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD24,
        name: "HANGUL SYLLABLE CWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD25,
        name: "HANGUL SYLLABLE CWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD26,
        name: "HANGUL SYLLABLE CWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD27,
        name: "HANGUL SYLLABLE CWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD28,
        name: "HANGUL SYLLABLE CWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD29,
        name: "HANGUL SYLLABLE CWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD2A,
        name: "HANGUL SYLLABLE CWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD2B,
        name: "HANGUL SYLLABLE CWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD2C,
        name: "HANGUL SYLLABLE CWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD2D,
        name: "HANGUL SYLLABLE CWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD2E,
        name: "HANGUL SYLLABLE CWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD2F,
        name: "HANGUL SYLLABLE CWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD30,
        name: "HANGUL SYLLABLE CWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD31,
        name: "HANGUL SYLLABLE CWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD32,
        name: "HANGUL SYLLABLE CWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD33,
        name: "HANGUL SYLLABLE CWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD34,
        name: "HANGUL SYLLABLE CWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD35,
        name: "HANGUL SYLLABLE CWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD36,
        name: "HANGUL SYLLABLE CWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD37,
        name: "HANGUL SYLLABLE CWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD38,
        name: "HANGUL SYLLABLE CWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD39,
        name: "HANGUL SYLLABLE CWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD3A,
        name: "HANGUL SYLLABLE CWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD3B,
        name: "HANGUL SYLLABLE CWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD3C,
        name: "HANGUL SYLLABLE CWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD3D,
        name: "HANGUL SYLLABLE CWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD3E,
        name: "HANGUL SYLLABLE CWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD3F,
        name: "HANGUL SYLLABLE CWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD40,
        name: "HANGUL SYLLABLE CWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD41,
        name: "HANGUL SYLLABLE CWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD42,
        name: "HANGUL SYLLABLE CWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD43,
        name: "HANGUL SYLLABLE CWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD44,
        name: "HANGUL SYLLABLE CWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD45,
        name: "HANGUL SYLLABLE CWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD46,
        name: "HANGUL SYLLABLE CWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD47,
        name: "HANGUL SYLLABLE CWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD48,
        name: "HANGUL SYLLABLE CWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD49,
        name: "HANGUL SYLLABLE CWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD4A,
        name: "HANGUL SYLLABLE CWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD4B,
        name: "HANGUL SYLLABLE CWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD4C,
        name: "HANGUL SYLLABLE CWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD4D,
        name: "HANGUL SYLLABLE CWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD4E,
        name: "HANGUL SYLLABLE CWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD4F,
        name: "HANGUL SYLLABLE CWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD50,
        name: "HANGUL SYLLABLE CWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD51,
        name: "HANGUL SYLLABLE CWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD52,
        name: "HANGUL SYLLABLE CWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD53,
        name: "HANGUL SYLLABLE CWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD54,
        name: "HANGUL SYLLABLE CWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD55,
        name: "HANGUL SYLLABLE CWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD56,
        name: "HANGUL SYLLABLE CWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD57,
        name: "HANGUL SYLLABLE CWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD58,
        name: "HANGUL SYLLABLE CWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD59,
        name: "HANGUL SYLLABLE CWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD5A,
        name: "HANGUL SYLLABLE CWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD5B,
        name: "HANGUL SYLLABLE CWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD5C,
        name: "HANGUL SYLLABLE COE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD5D,
        name: "HANGUL SYLLABLE COEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD5E,
        name: "HANGUL SYLLABLE COEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD5F,
        name: "HANGUL SYLLABLE COEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD60,
        name: "HANGUL SYLLABLE COEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD61,
        name: "HANGUL SYLLABLE COENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD62,
        name: "HANGUL SYLLABLE COENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD63,
        name: "HANGUL SYLLABLE COED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD64,
        name: "HANGUL SYLLABLE COEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD65,
        name: "HANGUL SYLLABLE COELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD66,
        name: "HANGUL SYLLABLE COELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD67,
        name: "HANGUL SYLLABLE COELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD68,
        name: "HANGUL SYLLABLE COELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD69,
        name: "HANGUL SYLLABLE COELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD6A,
        name: "HANGUL SYLLABLE COELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD6B,
        name: "HANGUL SYLLABLE COELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD6C,
        name: "HANGUL SYLLABLE COEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD6D,
        name: "HANGUL SYLLABLE COEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD6E,
        name: "HANGUL SYLLABLE COEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD6F,
        name: "HANGUL SYLLABLE COES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD70,
        name: "HANGUL SYLLABLE COESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD71,
        name: "HANGUL SYLLABLE COENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD72,
        name: "HANGUL SYLLABLE COEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD73,
        name: "HANGUL SYLLABLE COEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD74,
        name: "HANGUL SYLLABLE COEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD75,
        name: "HANGUL SYLLABLE COET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD76,
        name: "HANGUL SYLLABLE COEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD77,
        name: "HANGUL SYLLABLE COEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD78,
        name: "HANGUL SYLLABLE CYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD79,
        name: "HANGUL SYLLABLE CYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD7A,
        name: "HANGUL SYLLABLE CYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD7B,
        name: "HANGUL SYLLABLE CYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD7C,
        name: "HANGUL SYLLABLE CYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD7D,
        name: "HANGUL SYLLABLE CYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD7E,
        name: "HANGUL SYLLABLE CYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD7F,
        name: "HANGUL SYLLABLE CYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD80,
        name: "HANGUL SYLLABLE CYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD81,
        name: "HANGUL SYLLABLE CYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD82,
        name: "HANGUL SYLLABLE CYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD83,
        name: "HANGUL SYLLABLE CYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD84,
        name: "HANGUL SYLLABLE CYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD85,
        name: "HANGUL SYLLABLE CYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD86,
        name: "HANGUL SYLLABLE CYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD87,
        name: "HANGUL SYLLABLE CYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD88,
        name: "HANGUL SYLLABLE CYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD89,
        name: "HANGUL SYLLABLE CYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD8A,
        name: "HANGUL SYLLABLE CYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD8B,
        name: "HANGUL SYLLABLE CYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD8C,
        name: "HANGUL SYLLABLE CYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD8D,
        name: "HANGUL SYLLABLE CYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD8E,
        name: "HANGUL SYLLABLE CYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD8F,
        name: "HANGUL SYLLABLE CYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD90,
        name: "HANGUL SYLLABLE CYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD91,
        name: "HANGUL SYLLABLE CYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD92,
        name: "HANGUL SYLLABLE CYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD93,
        name: "HANGUL SYLLABLE CYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD94,
        name: "HANGUL SYLLABLE CU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD95,
        name: "HANGUL SYLLABLE CUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD96,
        name: "HANGUL SYLLABLE CUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD97,
        name: "HANGUL SYLLABLE CUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD98,
        name: "HANGUL SYLLABLE CUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD99,
        name: "HANGUL SYLLABLE CUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD9A,
        name: "HANGUL SYLLABLE CUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD9B,
        name: "HANGUL SYLLABLE CUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD9C,
        name: "HANGUL SYLLABLE CUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD9D,
        name: "HANGUL SYLLABLE CULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD9E,
        name: "HANGUL SYLLABLE CULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCD9F,
        name: "HANGUL SYLLABLE CULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA0,
        name: "HANGUL SYLLABLE CULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA1,
        name: "HANGUL SYLLABLE CULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA2,
        name: "HANGUL SYLLABLE CULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA3,
        name: "HANGUL SYLLABLE CULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA4,
        name: "HANGUL SYLLABLE CUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA5,
        name: "HANGUL SYLLABLE CUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA6,
        name: "HANGUL SYLLABLE CUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA7,
        name: "HANGUL SYLLABLE CUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA8,
        name: "HANGUL SYLLABLE CUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDA9,
        name: "HANGUL SYLLABLE CUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDAA,
        name: "HANGUL SYLLABLE CUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDAB,
        name: "HANGUL SYLLABLE CUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDAC,
        name: "HANGUL SYLLABLE CUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDAD,
        name: "HANGUL SYLLABLE CUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDAE,
        name: "HANGUL SYLLABLE CUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDAF,
        name: "HANGUL SYLLABLE CUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB0,
        name: "HANGUL SYLLABLE CWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB1,
        name: "HANGUL SYLLABLE CWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB2,
        name: "HANGUL SYLLABLE CWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB3,
        name: "HANGUL SYLLABLE CWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB4,
        name: "HANGUL SYLLABLE CWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB5,
        name: "HANGUL SYLLABLE CWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB6,
        name: "HANGUL SYLLABLE CWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB7,
        name: "HANGUL SYLLABLE CWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB8,
        name: "HANGUL SYLLABLE CWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDB9,
        name: "HANGUL SYLLABLE CWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDBA,
        name: "HANGUL SYLLABLE CWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDBB,
        name: "HANGUL SYLLABLE CWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDBC,
        name: "HANGUL SYLLABLE CWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDBD,
        name: "HANGUL SYLLABLE CWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDBE,
        name: "HANGUL SYLLABLE CWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDBF,
        name: "HANGUL SYLLABLE CWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC0,
        name: "HANGUL SYLLABLE CWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC1,
        name: "HANGUL SYLLABLE CWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC2,
        name: "HANGUL SYLLABLE CWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC3,
        name: "HANGUL SYLLABLE CWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC4,
        name: "HANGUL SYLLABLE CWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC5,
        name: "HANGUL SYLLABLE CWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC6,
        name: "HANGUL SYLLABLE CWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC7,
        name: "HANGUL SYLLABLE CWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC8,
        name: "HANGUL SYLLABLE CWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDC9,
        name: "HANGUL SYLLABLE CWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDCA,
        name: "HANGUL SYLLABLE CWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDCB,
        name: "HANGUL SYLLABLE CWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDCC,
        name: "HANGUL SYLLABLE CWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDCD,
        name: "HANGUL SYLLABLE CWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDCE,
        name: "HANGUL SYLLABLE CWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDCF,
        name: "HANGUL SYLLABLE CWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD0,
        name: "HANGUL SYLLABLE CWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD1,
        name: "HANGUL SYLLABLE CWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD2,
        name: "HANGUL SYLLABLE CWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD3,
        name: "HANGUL SYLLABLE CWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD4,
        name: "HANGUL SYLLABLE CWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD5,
        name: "HANGUL SYLLABLE CWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD6,
        name: "HANGUL SYLLABLE CWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD7,
        name: "HANGUL SYLLABLE CWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD8,
        name: "HANGUL SYLLABLE CWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDD9,
        name: "HANGUL SYLLABLE CWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDDA,
        name: "HANGUL SYLLABLE CWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDDB,
        name: "HANGUL SYLLABLE CWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDDC,
        name: "HANGUL SYLLABLE CWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDDD,
        name: "HANGUL SYLLABLE CWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDDE,
        name: "HANGUL SYLLABLE CWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDDF,
        name: "HANGUL SYLLABLE CWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE0,
        name: "HANGUL SYLLABLE CWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE1,
        name: "HANGUL SYLLABLE CWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE2,
        name: "HANGUL SYLLABLE CWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE3,
        name: "HANGUL SYLLABLE CWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE4,
        name: "HANGUL SYLLABLE CWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE5,
        name: "HANGUL SYLLABLE CWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE6,
        name: "HANGUL SYLLABLE CWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE7,
        name: "HANGUL SYLLABLE CWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE8,
        name: "HANGUL SYLLABLE CWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDE9,
        name: "HANGUL SYLLABLE CWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDEA,
        name: "HANGUL SYLLABLE CWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDEB,
        name: "HANGUL SYLLABLE CWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDEC,
        name: "HANGUL SYLLABLE CWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDED,
        name: "HANGUL SYLLABLE CWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDEE,
        name: "HANGUL SYLLABLE CWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDEF,
        name: "HANGUL SYLLABLE CWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF0,
        name: "HANGUL SYLLABLE CWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF1,
        name: "HANGUL SYLLABLE CWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF2,
        name: "HANGUL SYLLABLE CWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF3,
        name: "HANGUL SYLLABLE CWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF4,
        name: "HANGUL SYLLABLE CWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF5,
        name: "HANGUL SYLLABLE CWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF6,
        name: "HANGUL SYLLABLE CWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF7,
        name: "HANGUL SYLLABLE CWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF8,
        name: "HANGUL SYLLABLE CWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDF9,
        name: "HANGUL SYLLABLE CWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDFA,
        name: "HANGUL SYLLABLE CWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDFB,
        name: "HANGUL SYLLABLE CWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDFC,
        name: "HANGUL SYLLABLE CWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDFD,
        name: "HANGUL SYLLABLE CWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDFE,
        name: "HANGUL SYLLABLE CWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCDFF,
        name: "HANGUL SYLLABLE CWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE00,
        name: "HANGUL SYLLABLE CWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE01,
        name: "HANGUL SYLLABLE CWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE02,
        name: "HANGUL SYLLABLE CWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE03,
        name: "HANGUL SYLLABLE CWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE04,
        name: "HANGUL SYLLABLE CYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE05,
        name: "HANGUL SYLLABLE CYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE06,
        name: "HANGUL SYLLABLE CYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE07,
        name: "HANGUL SYLLABLE CYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE08,
        name: "HANGUL SYLLABLE CYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE09,
        name: "HANGUL SYLLABLE CYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE0A,
        name: "HANGUL SYLLABLE CYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE0B,
        name: "HANGUL SYLLABLE CYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE0C,
        name: "HANGUL SYLLABLE CYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE0D,
        name: "HANGUL SYLLABLE CYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE0E,
        name: "HANGUL SYLLABLE CYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE0F,
        name: "HANGUL SYLLABLE CYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE10,
        name: "HANGUL SYLLABLE CYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE11,
        name: "HANGUL SYLLABLE CYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE12,
        name: "HANGUL SYLLABLE CYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE13,
        name: "HANGUL SYLLABLE CYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE14,
        name: "HANGUL SYLLABLE CYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE15,
        name: "HANGUL SYLLABLE CYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE16,
        name: "HANGUL SYLLABLE CYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE17,
        name: "HANGUL SYLLABLE CYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE18,
        name: "HANGUL SYLLABLE CYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE19,
        name: "HANGUL SYLLABLE CYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE1A,
        name: "HANGUL SYLLABLE CYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE1B,
        name: "HANGUL SYLLABLE CYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE1C,
        name: "HANGUL SYLLABLE CYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE1D,
        name: "HANGUL SYLLABLE CYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE1E,
        name: "HANGUL SYLLABLE CYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE1F,
        name: "HANGUL SYLLABLE CYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE20,
        name: "HANGUL SYLLABLE CEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE21,
        name: "HANGUL SYLLABLE CEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE22,
        name: "HANGUL SYLLABLE CEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE23,
        name: "HANGUL SYLLABLE CEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE24,
        name: "HANGUL SYLLABLE CEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE25,
        name: "HANGUL SYLLABLE CEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE26,
        name: "HANGUL SYLLABLE CEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE27,
        name: "HANGUL SYLLABLE CEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE28,
        name: "HANGUL SYLLABLE CEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE29,
        name: "HANGUL SYLLABLE CEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE2A,
        name: "HANGUL SYLLABLE CEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE2B,
        name: "HANGUL SYLLABLE CEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE2C,
        name: "HANGUL SYLLABLE CEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE2D,
        name: "HANGUL SYLLABLE CEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE2E,
        name: "HANGUL SYLLABLE CEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE2F,
        name: "HANGUL SYLLABLE CEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE30,
        name: "HANGUL SYLLABLE CEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE31,
        name: "HANGUL SYLLABLE CEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE32,
        name: "HANGUL SYLLABLE CEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE33,
        name: "HANGUL SYLLABLE CEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE34,
        name: "HANGUL SYLLABLE CEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE35,
        name: "HANGUL SYLLABLE CEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE36,
        name: "HANGUL SYLLABLE CEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE37,
        name: "HANGUL SYLLABLE CEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE38,
        name: "HANGUL SYLLABLE CEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE39,
        name: "HANGUL SYLLABLE CEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE3A,
        name: "HANGUL SYLLABLE CEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE3B,
        name: "HANGUL SYLLABLE CEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE3C,
        name: "HANGUL SYLLABLE CYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE3D,
        name: "HANGUL SYLLABLE CYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE3E,
        name: "HANGUL SYLLABLE CYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE3F,
        name: "HANGUL SYLLABLE CYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE40,
        name: "HANGUL SYLLABLE CYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE41,
        name: "HANGUL SYLLABLE CYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE42,
        name: "HANGUL SYLLABLE CYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE43,
        name: "HANGUL SYLLABLE CYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE44,
        name: "HANGUL SYLLABLE CYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE45,
        name: "HANGUL SYLLABLE CYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE46,
        name: "HANGUL SYLLABLE CYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE47,
        name: "HANGUL SYLLABLE CYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE48,
        name: "HANGUL SYLLABLE CYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE49,
        name: "HANGUL SYLLABLE CYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE4A,
        name: "HANGUL SYLLABLE CYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE4B,
        name: "HANGUL SYLLABLE CYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE4C,
        name: "HANGUL SYLLABLE CYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE4D,
        name: "HANGUL SYLLABLE CYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE4E,
        name: "HANGUL SYLLABLE CYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE4F,
        name: "HANGUL SYLLABLE CYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE50,
        name: "HANGUL SYLLABLE CYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE51,
        name: "HANGUL SYLLABLE CYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE52,
        name: "HANGUL SYLLABLE CYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE53,
        name: "HANGUL SYLLABLE CYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE54,
        name: "HANGUL SYLLABLE CYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE55,
        name: "HANGUL SYLLABLE CYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE56,
        name: "HANGUL SYLLABLE CYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE57,
        name: "HANGUL SYLLABLE CYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE58,
        name: "HANGUL SYLLABLE CI",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE59,
        name: "HANGUL SYLLABLE CIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE5A,
        name: "HANGUL SYLLABLE CIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE5B,
        name: "HANGUL SYLLABLE CIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE5C,
        name: "HANGUL SYLLABLE CIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE5D,
        name: "HANGUL SYLLABLE CINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE5E,
        name: "HANGUL SYLLABLE CINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE5F,
        name: "HANGUL SYLLABLE CID",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE60,
        name: "HANGUL SYLLABLE CIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE61,
        name: "HANGUL SYLLABLE CILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE62,
        name: "HANGUL SYLLABLE CILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE63,
        name: "HANGUL SYLLABLE CILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE64,
        name: "HANGUL SYLLABLE CILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE65,
        name: "HANGUL SYLLABLE CILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE66,
        name: "HANGUL SYLLABLE CILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE67,
        name: "HANGUL SYLLABLE CILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE68,
        name: "HANGUL SYLLABLE CIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE69,
        name: "HANGUL SYLLABLE CIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE6A,
        name: "HANGUL SYLLABLE CIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE6B,
        name: "HANGUL SYLLABLE CIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE6C,
        name: "HANGUL SYLLABLE CISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE6D,
        name: "HANGUL SYLLABLE CING",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE6E,
        name: "HANGUL SYLLABLE CIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE6F,
        name: "HANGUL SYLLABLE CIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE70,
        name: "HANGUL SYLLABLE CIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE71,
        name: "HANGUL SYLLABLE CIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE72,
        name: "HANGUL SYLLABLE CIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE73,
        name: "HANGUL SYLLABLE CIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE74,
        name: "HANGUL SYLLABLE KA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE75,
        name: "HANGUL SYLLABLE KAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE76,
        name: "HANGUL SYLLABLE KAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE77,
        name: "HANGUL SYLLABLE KAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE78,
        name: "HANGUL SYLLABLE KAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE79,
        name: "HANGUL SYLLABLE KANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE7A,
        name: "HANGUL SYLLABLE KANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE7B,
        name: "HANGUL SYLLABLE KAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE7C,
        name: "HANGUL SYLLABLE KAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE7D,
        name: "HANGUL SYLLABLE KALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE7E,
        name: "HANGUL SYLLABLE KALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE7F,
        name: "HANGUL SYLLABLE KALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE80,
        name: "HANGUL SYLLABLE KALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE81,
        name: "HANGUL SYLLABLE KALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE82,
        name: "HANGUL SYLLABLE KALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE83,
        name: "HANGUL SYLLABLE KALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE84,
        name: "HANGUL SYLLABLE KAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE85,
        name: "HANGUL SYLLABLE KAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE86,
        name: "HANGUL SYLLABLE KABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE87,
        name: "HANGUL SYLLABLE KAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE88,
        name: "HANGUL SYLLABLE KASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE89,
        name: "HANGUL SYLLABLE KANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE8A,
        name: "HANGUL SYLLABLE KAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE8B,
        name: "HANGUL SYLLABLE KAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE8C,
        name: "HANGUL SYLLABLE KAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE8D,
        name: "HANGUL SYLLABLE KAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE8E,
        name: "HANGUL SYLLABLE KAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE8F,
        name: "HANGUL SYLLABLE KAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE90,
        name: "HANGUL SYLLABLE KAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE91,
        name: "HANGUL SYLLABLE KAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE92,
        name: "HANGUL SYLLABLE KAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE93,
        name: "HANGUL SYLLABLE KAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE94,
        name: "HANGUL SYLLABLE KAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE95,
        name: "HANGUL SYLLABLE KAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE96,
        name: "HANGUL SYLLABLE KAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE97,
        name: "HANGUL SYLLABLE KAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE98,
        name: "HANGUL SYLLABLE KAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE99,
        name: "HANGUL SYLLABLE KAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE9A,
        name: "HANGUL SYLLABLE KAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE9B,
        name: "HANGUL SYLLABLE KAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE9C,
        name: "HANGUL SYLLABLE KAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE9D,
        name: "HANGUL SYLLABLE KAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE9E,
        name: "HANGUL SYLLABLE KAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCE9F,
        name: "HANGUL SYLLABLE KAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA0,
        name: "HANGUL SYLLABLE KAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA1,
        name: "HANGUL SYLLABLE KAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA2,
        name: "HANGUL SYLLABLE KAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA3,
        name: "HANGUL SYLLABLE KAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA4,
        name: "HANGUL SYLLABLE KAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA5,
        name: "HANGUL SYLLABLE KAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA6,
        name: "HANGUL SYLLABLE KAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA7,
        name: "HANGUL SYLLABLE KAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA8,
        name: "HANGUL SYLLABLE KAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEA9,
        name: "HANGUL SYLLABLE KAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEAA,
        name: "HANGUL SYLLABLE KAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEAB,
        name: "HANGUL SYLLABLE KAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEAC,
        name: "HANGUL SYLLABLE KYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEAD,
        name: "HANGUL SYLLABLE KYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEAE,
        name: "HANGUL SYLLABLE KYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEAF,
        name: "HANGUL SYLLABLE KYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB0,
        name: "HANGUL SYLLABLE KYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB1,
        name: "HANGUL SYLLABLE KYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB2,
        name: "HANGUL SYLLABLE KYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB3,
        name: "HANGUL SYLLABLE KYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB4,
        name: "HANGUL SYLLABLE KYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB5,
        name: "HANGUL SYLLABLE KYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB6,
        name: "HANGUL SYLLABLE KYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB7,
        name: "HANGUL SYLLABLE KYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB8,
        name: "HANGUL SYLLABLE KYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEB9,
        name: "HANGUL SYLLABLE KYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEBA,
        name: "HANGUL SYLLABLE KYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEBB,
        name: "HANGUL SYLLABLE KYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEBC,
        name: "HANGUL SYLLABLE KYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEBD,
        name: "HANGUL SYLLABLE KYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEBE,
        name: "HANGUL SYLLABLE KYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEBF,
        name: "HANGUL SYLLABLE KYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC0,
        name: "HANGUL SYLLABLE KYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC1,
        name: "HANGUL SYLLABLE KYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC2,
        name: "HANGUL SYLLABLE KYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC3,
        name: "HANGUL SYLLABLE KYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC4,
        name: "HANGUL SYLLABLE KYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC5,
        name: "HANGUL SYLLABLE KYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC6,
        name: "HANGUL SYLLABLE KYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC7,
        name: "HANGUL SYLLABLE KYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC8,
        name: "HANGUL SYLLABLE KYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEC9,
        name: "HANGUL SYLLABLE KYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCECA,
        name: "HANGUL SYLLABLE KYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCECB,
        name: "HANGUL SYLLABLE KYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCECC,
        name: "HANGUL SYLLABLE KYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCECD,
        name: "HANGUL SYLLABLE KYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCECE,
        name: "HANGUL SYLLABLE KYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCECF,
        name: "HANGUL SYLLABLE KYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED0,
        name: "HANGUL SYLLABLE KYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED1,
        name: "HANGUL SYLLABLE KYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED2,
        name: "HANGUL SYLLABLE KYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED3,
        name: "HANGUL SYLLABLE KYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED4,
        name: "HANGUL SYLLABLE KYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED5,
        name: "HANGUL SYLLABLE KYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED6,
        name: "HANGUL SYLLABLE KYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED7,
        name: "HANGUL SYLLABLE KYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED8,
        name: "HANGUL SYLLABLE KYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCED9,
        name: "HANGUL SYLLABLE KYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEDA,
        name: "HANGUL SYLLABLE KYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEDB,
        name: "HANGUL SYLLABLE KYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEDC,
        name: "HANGUL SYLLABLE KYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEDD,
        name: "HANGUL SYLLABLE KYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEDE,
        name: "HANGUL SYLLABLE KYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEDF,
        name: "HANGUL SYLLABLE KYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE0,
        name: "HANGUL SYLLABLE KYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE1,
        name: "HANGUL SYLLABLE KYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE2,
        name: "HANGUL SYLLABLE KYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE3,
        name: "HANGUL SYLLABLE KYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE4,
        name: "HANGUL SYLLABLE KEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE5,
        name: "HANGUL SYLLABLE KEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE6,
        name: "HANGUL SYLLABLE KEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE7,
        name: "HANGUL SYLLABLE KEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE8,
        name: "HANGUL SYLLABLE KEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEE9,
        name: "HANGUL SYLLABLE KEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEEA,
        name: "HANGUL SYLLABLE KEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEEB,
        name: "HANGUL SYLLABLE KEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEEC,
        name: "HANGUL SYLLABLE KEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEED,
        name: "HANGUL SYLLABLE KEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEEE,
        name: "HANGUL SYLLABLE KEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEEF,
        name: "HANGUL SYLLABLE KEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF0,
        name: "HANGUL SYLLABLE KEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF1,
        name: "HANGUL SYLLABLE KEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF2,
        name: "HANGUL SYLLABLE KEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF3,
        name: "HANGUL SYLLABLE KEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF4,
        name: "HANGUL SYLLABLE KEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF5,
        name: "HANGUL SYLLABLE KEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF6,
        name: "HANGUL SYLLABLE KEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF7,
        name: "HANGUL SYLLABLE KEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF8,
        name: "HANGUL SYLLABLE KEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEF9,
        name: "HANGUL SYLLABLE KEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEFA,
        name: "HANGUL SYLLABLE KEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEFB,
        name: "HANGUL SYLLABLE KEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEFC,
        name: "HANGUL SYLLABLE KEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEFD,
        name: "HANGUL SYLLABLE KEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEFE,
        name: "HANGUL SYLLABLE KEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCEFF,
        name: "HANGUL SYLLABLE KEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF00,
        name: "HANGUL SYLLABLE KE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF01,
        name: "HANGUL SYLLABLE KEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF02,
        name: "HANGUL SYLLABLE KEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF03,
        name: "HANGUL SYLLABLE KEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF04,
        name: "HANGUL SYLLABLE KEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF05,
        name: "HANGUL SYLLABLE KENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF06,
        name: "HANGUL SYLLABLE KENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF07,
        name: "HANGUL SYLLABLE KED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF08,
        name: "HANGUL SYLLABLE KEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF09,
        name: "HANGUL SYLLABLE KELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF0A,
        name: "HANGUL SYLLABLE KELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF0B,
        name: "HANGUL SYLLABLE KELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF0C,
        name: "HANGUL SYLLABLE KELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF0D,
        name: "HANGUL SYLLABLE KELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF0E,
        name: "HANGUL SYLLABLE KELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF0F,
        name: "HANGUL SYLLABLE KELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF10,
        name: "HANGUL SYLLABLE KEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF11,
        name: "HANGUL SYLLABLE KEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF12,
        name: "HANGUL SYLLABLE KEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF13,
        name: "HANGUL SYLLABLE KES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF14,
        name: "HANGUL SYLLABLE KESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF15,
        name: "HANGUL SYLLABLE KENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF16,
        name: "HANGUL SYLLABLE KEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF17,
        name: "HANGUL SYLLABLE KEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF18,
        name: "HANGUL SYLLABLE KEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF19,
        name: "HANGUL SYLLABLE KET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF1A,
        name: "HANGUL SYLLABLE KEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF1B,
        name: "HANGUL SYLLABLE KEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF1C,
        name: "HANGUL SYLLABLE KYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF1D,
        name: "HANGUL SYLLABLE KYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF1E,
        name: "HANGUL SYLLABLE KYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF1F,
        name: "HANGUL SYLLABLE KYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF20,
        name: "HANGUL SYLLABLE KYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF21,
        name: "HANGUL SYLLABLE KYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF22,
        name: "HANGUL SYLLABLE KYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF23,
        name: "HANGUL SYLLABLE KYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF24,
        name: "HANGUL SYLLABLE KYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF25,
        name: "HANGUL SYLLABLE KYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF26,
        name: "HANGUL SYLLABLE KYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF27,
        name: "HANGUL SYLLABLE KYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF28,
        name: "HANGUL SYLLABLE KYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF29,
        name: "HANGUL SYLLABLE KYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF2A,
        name: "HANGUL SYLLABLE KYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF2B,
        name: "HANGUL SYLLABLE KYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF2C,
        name: "HANGUL SYLLABLE KYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF2D,
        name: "HANGUL SYLLABLE KYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF2E,
        name: "HANGUL SYLLABLE KYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF2F,
        name: "HANGUL SYLLABLE KYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF30,
        name: "HANGUL SYLLABLE KYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF31,
        name: "HANGUL SYLLABLE KYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF32,
        name: "HANGUL SYLLABLE KYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF33,
        name: "HANGUL SYLLABLE KYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF34,
        name: "HANGUL SYLLABLE KYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF35,
        name: "HANGUL SYLLABLE KYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF36,
        name: "HANGUL SYLLABLE KYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF37,
        name: "HANGUL SYLLABLE KYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF38,
        name: "HANGUL SYLLABLE KYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF39,
        name: "HANGUL SYLLABLE KYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF3A,
        name: "HANGUL SYLLABLE KYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF3B,
        name: "HANGUL SYLLABLE KYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF3C,
        name: "HANGUL SYLLABLE KYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF3D,
        name: "HANGUL SYLLABLE KYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF3E,
        name: "HANGUL SYLLABLE KYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF3F,
        name: "HANGUL SYLLABLE KYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF40,
        name: "HANGUL SYLLABLE KYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF41,
        name: "HANGUL SYLLABLE KYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF42,
        name: "HANGUL SYLLABLE KYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF43,
        name: "HANGUL SYLLABLE KYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF44,
        name: "HANGUL SYLLABLE KYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF45,
        name: "HANGUL SYLLABLE KYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF46,
        name: "HANGUL SYLLABLE KYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF47,
        name: "HANGUL SYLLABLE KYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF48,
        name: "HANGUL SYLLABLE KYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF49,
        name: "HANGUL SYLLABLE KYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF4A,
        name: "HANGUL SYLLABLE KYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF4B,
        name: "HANGUL SYLLABLE KYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF4C,
        name: "HANGUL SYLLABLE KYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF4D,
        name: "HANGUL SYLLABLE KYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF4E,
        name: "HANGUL SYLLABLE KYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF4F,
        name: "HANGUL SYLLABLE KYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF50,
        name: "HANGUL SYLLABLE KYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF51,
        name: "HANGUL SYLLABLE KYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF52,
        name: "HANGUL SYLLABLE KYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF53,
        name: "HANGUL SYLLABLE KYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF54,
        name: "HANGUL SYLLABLE KO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF55,
        name: "HANGUL SYLLABLE KOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF56,
        name: "HANGUL SYLLABLE KOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF57,
        name: "HANGUL SYLLABLE KOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF58,
        name: "HANGUL SYLLABLE KON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF59,
        name: "HANGUL SYLLABLE KONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF5A,
        name: "HANGUL SYLLABLE KONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF5B,
        name: "HANGUL SYLLABLE KOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF5C,
        name: "HANGUL SYLLABLE KOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF5D,
        name: "HANGUL SYLLABLE KOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF5E,
        name: "HANGUL SYLLABLE KOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF5F,
        name: "HANGUL SYLLABLE KOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF60,
        name: "HANGUL SYLLABLE KOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF61,
        name: "HANGUL SYLLABLE KOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF62,
        name: "HANGUL SYLLABLE KOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF63,
        name: "HANGUL SYLLABLE KOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF64,
        name: "HANGUL SYLLABLE KOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF65,
        name: "HANGUL SYLLABLE KOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF66,
        name: "HANGUL SYLLABLE KOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF67,
        name: "HANGUL SYLLABLE KOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF68,
        name: "HANGUL SYLLABLE KOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF69,
        name: "HANGUL SYLLABLE KONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF6A,
        name: "HANGUL SYLLABLE KOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF6B,
        name: "HANGUL SYLLABLE KOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF6C,
        name: "HANGUL SYLLABLE KOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF6D,
        name: "HANGUL SYLLABLE KOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF6E,
        name: "HANGUL SYLLABLE KOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF6F,
        name: "HANGUL SYLLABLE KOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF70,
        name: "HANGUL SYLLABLE KWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF71,
        name: "HANGUL SYLLABLE KWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF72,
        name: "HANGUL SYLLABLE KWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF73,
        name: "HANGUL SYLLABLE KWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF74,
        name: "HANGUL SYLLABLE KWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF75,
        name: "HANGUL SYLLABLE KWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF76,
        name: "HANGUL SYLLABLE KWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF77,
        name: "HANGUL SYLLABLE KWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF78,
        name: "HANGUL SYLLABLE KWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF79,
        name: "HANGUL SYLLABLE KWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF7A,
        name: "HANGUL SYLLABLE KWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF7B,
        name: "HANGUL SYLLABLE KWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF7C,
        name: "HANGUL SYLLABLE KWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF7D,
        name: "HANGUL SYLLABLE KWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF7E,
        name: "HANGUL SYLLABLE KWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF7F,
        name: "HANGUL SYLLABLE KWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF80,
        name: "HANGUL SYLLABLE KWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF81,
        name: "HANGUL SYLLABLE KWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF82,
        name: "HANGUL SYLLABLE KWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF83,
        name: "HANGUL SYLLABLE KWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF84,
        name: "HANGUL SYLLABLE KWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF85,
        name: "HANGUL SYLLABLE KWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF86,
        name: "HANGUL SYLLABLE KWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF87,
        name: "HANGUL SYLLABLE KWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF88,
        name: "HANGUL SYLLABLE KWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF89,
        name: "HANGUL SYLLABLE KWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF8A,
        name: "HANGUL SYLLABLE KWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF8B,
        name: "HANGUL SYLLABLE KWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF8C,
        name: "HANGUL SYLLABLE KWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF8D,
        name: "HANGUL SYLLABLE KWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF8E,
        name: "HANGUL SYLLABLE KWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF8F,
        name: "HANGUL SYLLABLE KWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF90,
        name: "HANGUL SYLLABLE KWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF91,
        name: "HANGUL SYLLABLE KWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF92,
        name: "HANGUL SYLLABLE KWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF93,
        name: "HANGUL SYLLABLE KWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF94,
        name: "HANGUL SYLLABLE KWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF95,
        name: "HANGUL SYLLABLE KWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF96,
        name: "HANGUL SYLLABLE KWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF97,
        name: "HANGUL SYLLABLE KWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF98,
        name: "HANGUL SYLLABLE KWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF99,
        name: "HANGUL SYLLABLE KWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF9A,
        name: "HANGUL SYLLABLE KWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF9B,
        name: "HANGUL SYLLABLE KWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF9C,
        name: "HANGUL SYLLABLE KWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF9D,
        name: "HANGUL SYLLABLE KWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF9E,
        name: "HANGUL SYLLABLE KWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCF9F,
        name: "HANGUL SYLLABLE KWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA0,
        name: "HANGUL SYLLABLE KWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA1,
        name: "HANGUL SYLLABLE KWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA2,
        name: "HANGUL SYLLABLE KWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA3,
        name: "HANGUL SYLLABLE KWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA4,
        name: "HANGUL SYLLABLE KWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA5,
        name: "HANGUL SYLLABLE KWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA6,
        name: "HANGUL SYLLABLE KWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA7,
        name: "HANGUL SYLLABLE KWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA8,
        name: "HANGUL SYLLABLE KOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFA9,
        name: "HANGUL SYLLABLE KOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFAA,
        name: "HANGUL SYLLABLE KOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFAB,
        name: "HANGUL SYLLABLE KOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFAC,
        name: "HANGUL SYLLABLE KOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFAD,
        name: "HANGUL SYLLABLE KOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFAE,
        name: "HANGUL SYLLABLE KOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFAF,
        name: "HANGUL SYLLABLE KOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB0,
        name: "HANGUL SYLLABLE KOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB1,
        name: "HANGUL SYLLABLE KOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB2,
        name: "HANGUL SYLLABLE KOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB3,
        name: "HANGUL SYLLABLE KOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB4,
        name: "HANGUL SYLLABLE KOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB5,
        name: "HANGUL SYLLABLE KOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB6,
        name: "HANGUL SYLLABLE KOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB7,
        name: "HANGUL SYLLABLE KOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB8,
        name: "HANGUL SYLLABLE KOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFB9,
        name: "HANGUL SYLLABLE KOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFBA,
        name: "HANGUL SYLLABLE KOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFBB,
        name: "HANGUL SYLLABLE KOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFBC,
        name: "HANGUL SYLLABLE KOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFBD,
        name: "HANGUL SYLLABLE KOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFBE,
        name: "HANGUL SYLLABLE KOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFBF,
        name: "HANGUL SYLLABLE KOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC0,
        name: "HANGUL SYLLABLE KOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC1,
        name: "HANGUL SYLLABLE KOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC2,
        name: "HANGUL SYLLABLE KOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC3,
        name: "HANGUL SYLLABLE KOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC4,
        name: "HANGUL SYLLABLE KYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC5,
        name: "HANGUL SYLLABLE KYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC6,
        name: "HANGUL SYLLABLE KYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC7,
        name: "HANGUL SYLLABLE KYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC8,
        name: "HANGUL SYLLABLE KYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFC9,
        name: "HANGUL SYLLABLE KYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFCA,
        name: "HANGUL SYLLABLE KYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFCB,
        name: "HANGUL SYLLABLE KYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFCC,
        name: "HANGUL SYLLABLE KYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFCD,
        name: "HANGUL SYLLABLE KYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFCE,
        name: "HANGUL SYLLABLE KYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFCF,
        name: "HANGUL SYLLABLE KYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD0,
        name: "HANGUL SYLLABLE KYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD1,
        name: "HANGUL SYLLABLE KYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD2,
        name: "HANGUL SYLLABLE KYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD3,
        name: "HANGUL SYLLABLE KYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD4,
        name: "HANGUL SYLLABLE KYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD5,
        name: "HANGUL SYLLABLE KYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD6,
        name: "HANGUL SYLLABLE KYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD7,
        name: "HANGUL SYLLABLE KYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD8,
        name: "HANGUL SYLLABLE KYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFD9,
        name: "HANGUL SYLLABLE KYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFDA,
        name: "HANGUL SYLLABLE KYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFDB,
        name: "HANGUL SYLLABLE KYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFDC,
        name: "HANGUL SYLLABLE KYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFDD,
        name: "HANGUL SYLLABLE KYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFDE,
        name: "HANGUL SYLLABLE KYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFDF,
        name: "HANGUL SYLLABLE KYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE0,
        name: "HANGUL SYLLABLE KU",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE1,
        name: "HANGUL SYLLABLE KUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE2,
        name: "HANGUL SYLLABLE KUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE3,
        name: "HANGUL SYLLABLE KUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE4,
        name: "HANGUL SYLLABLE KUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE5,
        name: "HANGUL SYLLABLE KUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE6,
        name: "HANGUL SYLLABLE KUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE7,
        name: "HANGUL SYLLABLE KUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE8,
        name: "HANGUL SYLLABLE KUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFE9,
        name: "HANGUL SYLLABLE KULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFEA,
        name: "HANGUL SYLLABLE KULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFEB,
        name: "HANGUL SYLLABLE KULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFEC,
        name: "HANGUL SYLLABLE KULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFED,
        name: "HANGUL SYLLABLE KULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFEE,
        name: "HANGUL SYLLABLE KULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFEF,
        name: "HANGUL SYLLABLE KULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF0,
        name: "HANGUL SYLLABLE KUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF1,
        name: "HANGUL SYLLABLE KUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF2,
        name: "HANGUL SYLLABLE KUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF3,
        name: "HANGUL SYLLABLE KUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF4,
        name: "HANGUL SYLLABLE KUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF5,
        name: "HANGUL SYLLABLE KUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF6,
        name: "HANGUL SYLLABLE KUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF7,
        name: "HANGUL SYLLABLE KUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF8,
        name: "HANGUL SYLLABLE KUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFF9,
        name: "HANGUL SYLLABLE KUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFFA,
        name: "HANGUL SYLLABLE KUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFFB,
        name: "HANGUL SYLLABLE KUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFFC,
        name: "HANGUL SYLLABLE KWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFFD,
        name: "HANGUL SYLLABLE KWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFFE,
        name: "HANGUL SYLLABLE KWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xCFFF,
        name: "HANGUL SYLLABLE KWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD000,
        name: "HANGUL SYLLABLE KWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD001,
        name: "HANGUL SYLLABLE KWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD002,
        name: "HANGUL SYLLABLE KWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD003,
        name: "HANGUL SYLLABLE KWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD004,
        name: "HANGUL SYLLABLE KWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD005,
        name: "HANGUL SYLLABLE KWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD006,
        name: "HANGUL SYLLABLE KWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD007,
        name: "HANGUL SYLLABLE KWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD008,
        name: "HANGUL SYLLABLE KWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD009,
        name: "HANGUL SYLLABLE KWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD00A,
        name: "HANGUL SYLLABLE KWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD00B,
        name: "HANGUL SYLLABLE KWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD00C,
        name: "HANGUL SYLLABLE KWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD00D,
        name: "HANGUL SYLLABLE KWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD00E,
        name: "HANGUL SYLLABLE KWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD00F,
        name: "HANGUL SYLLABLE KWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD010,
        name: "HANGUL SYLLABLE KWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD011,
        name: "HANGUL SYLLABLE KWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD012,
        name: "HANGUL SYLLABLE KWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD013,
        name: "HANGUL SYLLABLE KWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD014,
        name: "HANGUL SYLLABLE KWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD015,
        name: "HANGUL SYLLABLE KWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD016,
        name: "HANGUL SYLLABLE KWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD017,
        name: "HANGUL SYLLABLE KWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD018,
        name: "HANGUL SYLLABLE KWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD019,
        name: "HANGUL SYLLABLE KWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD01A,
        name: "HANGUL SYLLABLE KWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD01B,
        name: "HANGUL SYLLABLE KWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD01C,
        name: "HANGUL SYLLABLE KWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD01D,
        name: "HANGUL SYLLABLE KWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD01E,
        name: "HANGUL SYLLABLE KWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD01F,
        name: "HANGUL SYLLABLE KWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD020,
        name: "HANGUL SYLLABLE KWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD021,
        name: "HANGUL SYLLABLE KWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD022,
        name: "HANGUL SYLLABLE KWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD023,
        name: "HANGUL SYLLABLE KWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD024,
        name: "HANGUL SYLLABLE KWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD025,
        name: "HANGUL SYLLABLE KWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD026,
        name: "HANGUL SYLLABLE KWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD027,
        name: "HANGUL SYLLABLE KWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD028,
        name: "HANGUL SYLLABLE KWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD029,
        name: "HANGUL SYLLABLE KWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD02A,
        name: "HANGUL SYLLABLE KWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD02B,
        name: "HANGUL SYLLABLE KWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD02C,
        name: "HANGUL SYLLABLE KWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD02D,
        name: "HANGUL SYLLABLE KWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD02E,
        name: "HANGUL SYLLABLE KWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD02F,
        name: "HANGUL SYLLABLE KWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD030,
        name: "HANGUL SYLLABLE KWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD031,
        name: "HANGUL SYLLABLE KWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD032,
        name: "HANGUL SYLLABLE KWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD033,
        name: "HANGUL SYLLABLE KWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD034,
        name: "HANGUL SYLLABLE KWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD035,
        name: "HANGUL SYLLABLE KWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD036,
        name: "HANGUL SYLLABLE KWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD037,
        name: "HANGUL SYLLABLE KWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD038,
        name: "HANGUL SYLLABLE KWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD039,
        name: "HANGUL SYLLABLE KWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD03A,
        name: "HANGUL SYLLABLE KWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD03B,
        name: "HANGUL SYLLABLE KWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD03C,
        name: "HANGUL SYLLABLE KWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD03D,
        name: "HANGUL SYLLABLE KWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD03E,
        name: "HANGUL SYLLABLE KWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD03F,
        name: "HANGUL SYLLABLE KWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD040,
        name: "HANGUL SYLLABLE KWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD041,
        name: "HANGUL SYLLABLE KWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD042,
        name: "HANGUL SYLLABLE KWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD043,
        name: "HANGUL SYLLABLE KWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD044,
        name: "HANGUL SYLLABLE KWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD045,
        name: "HANGUL SYLLABLE KWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD046,
        name: "HANGUL SYLLABLE KWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD047,
        name: "HANGUL SYLLABLE KWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD048,
        name: "HANGUL SYLLABLE KWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD049,
        name: "HANGUL SYLLABLE KWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD04A,
        name: "HANGUL SYLLABLE KWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD04B,
        name: "HANGUL SYLLABLE KWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD04C,
        name: "HANGUL SYLLABLE KWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD04D,
        name: "HANGUL SYLLABLE KWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD04E,
        name: "HANGUL SYLLABLE KWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD04F,
        name: "HANGUL SYLLABLE KWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD050,
        name: "HANGUL SYLLABLE KYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD051,
        name: "HANGUL SYLLABLE KYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD052,
        name: "HANGUL SYLLABLE KYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD053,
        name: "HANGUL SYLLABLE KYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD054,
        name: "HANGUL SYLLABLE KYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD055,
        name: "HANGUL SYLLABLE KYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD056,
        name: "HANGUL SYLLABLE KYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD057,
        name: "HANGUL SYLLABLE KYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD058,
        name: "HANGUL SYLLABLE KYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD059,
        name: "HANGUL SYLLABLE KYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD05A,
        name: "HANGUL SYLLABLE KYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD05B,
        name: "HANGUL SYLLABLE KYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD05C,
        name: "HANGUL SYLLABLE KYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD05D,
        name: "HANGUL SYLLABLE KYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD05E,
        name: "HANGUL SYLLABLE KYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD05F,
        name: "HANGUL SYLLABLE KYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD060,
        name: "HANGUL SYLLABLE KYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD061,
        name: "HANGUL SYLLABLE KYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD062,
        name: "HANGUL SYLLABLE KYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD063,
        name: "HANGUL SYLLABLE KYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD064,
        name: "HANGUL SYLLABLE KYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD065,
        name: "HANGUL SYLLABLE KYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD066,
        name: "HANGUL SYLLABLE KYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD067,
        name: "HANGUL SYLLABLE KYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD068,
        name: "HANGUL SYLLABLE KYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD069,
        name: "HANGUL SYLLABLE KYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD06A,
        name: "HANGUL SYLLABLE KYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD06B,
        name: "HANGUL SYLLABLE KYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD06C,
        name: "HANGUL SYLLABLE KEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD06D,
        name: "HANGUL SYLLABLE KEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD06E,
        name: "HANGUL SYLLABLE KEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD06F,
        name: "HANGUL SYLLABLE KEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD070,
        name: "HANGUL SYLLABLE KEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD071,
        name: "HANGUL SYLLABLE KEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD072,
        name: "HANGUL SYLLABLE KEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD073,
        name: "HANGUL SYLLABLE KEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD074,
        name: "HANGUL SYLLABLE KEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD075,
        name: "HANGUL SYLLABLE KEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD076,
        name: "HANGUL SYLLABLE KEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD077,
        name: "HANGUL SYLLABLE KEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD078,
        name: "HANGUL SYLLABLE KEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD079,
        name: "HANGUL SYLLABLE KEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD07A,
        name: "HANGUL SYLLABLE KEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD07B,
        name: "HANGUL SYLLABLE KEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD07C,
        name: "HANGUL SYLLABLE KEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD07D,
        name: "HANGUL SYLLABLE KEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD07E,
        name: "HANGUL SYLLABLE KEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD07F,
        name: "HANGUL SYLLABLE KEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD080,
        name: "HANGUL SYLLABLE KEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD081,
        name: "HANGUL SYLLABLE KEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD082,
        name: "HANGUL SYLLABLE KEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD083,
        name: "HANGUL SYLLABLE KEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD084,
        name: "HANGUL SYLLABLE KEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD085,
        name: "HANGUL SYLLABLE KEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD086,
        name: "HANGUL SYLLABLE KEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD087,
        name: "HANGUL SYLLABLE KEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD088,
        name: "HANGUL SYLLABLE KYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD089,
        name: "HANGUL SYLLABLE KYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD08A,
        name: "HANGUL SYLLABLE KYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD08B,
        name: "HANGUL SYLLABLE KYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD08C,
        name: "HANGUL SYLLABLE KYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD08D,
        name: "HANGUL SYLLABLE KYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD08E,
        name: "HANGUL SYLLABLE KYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD08F,
        name: "HANGUL SYLLABLE KYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD090,
        name: "HANGUL SYLLABLE KYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD091,
        name: "HANGUL SYLLABLE KYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD092,
        name: "HANGUL SYLLABLE KYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD093,
        name: "HANGUL SYLLABLE KYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD094,
        name: "HANGUL SYLLABLE KYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD095,
        name: "HANGUL SYLLABLE KYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD096,
        name: "HANGUL SYLLABLE KYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD097,
        name: "HANGUL SYLLABLE KYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD098,
        name: "HANGUL SYLLABLE KYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD099,
        name: "HANGUL SYLLABLE KYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD09A,
        name: "HANGUL SYLLABLE KYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD09B,
        name: "HANGUL SYLLABLE KYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD09C,
        name: "HANGUL SYLLABLE KYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD09D,
        name: "HANGUL SYLLABLE KYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD09E,
        name: "HANGUL SYLLABLE KYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD09F,
        name: "HANGUL SYLLABLE KYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A0,
        name: "HANGUL SYLLABLE KYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A1,
        name: "HANGUL SYLLABLE KYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A2,
        name: "HANGUL SYLLABLE KYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A3,
        name: "HANGUL SYLLABLE KYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A4,
        name: "HANGUL SYLLABLE KI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A5,
        name: "HANGUL SYLLABLE KIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A6,
        name: "HANGUL SYLLABLE KIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A7,
        name: "HANGUL SYLLABLE KIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A8,
        name: "HANGUL SYLLABLE KIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0A9,
        name: "HANGUL SYLLABLE KINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0AA,
        name: "HANGUL SYLLABLE KINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0AB,
        name: "HANGUL SYLLABLE KID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0AC,
        name: "HANGUL SYLLABLE KIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0AD,
        name: "HANGUL SYLLABLE KILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0AE,
        name: "HANGUL SYLLABLE KILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0AF,
        name: "HANGUL SYLLABLE KILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B0,
        name: "HANGUL SYLLABLE KILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B1,
        name: "HANGUL SYLLABLE KILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B2,
        name: "HANGUL SYLLABLE KILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B3,
        name: "HANGUL SYLLABLE KILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B4,
        name: "HANGUL SYLLABLE KIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B5,
        name: "HANGUL SYLLABLE KIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B6,
        name: "HANGUL SYLLABLE KIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B7,
        name: "HANGUL SYLLABLE KIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B8,
        name: "HANGUL SYLLABLE KISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0B9,
        name: "HANGUL SYLLABLE KING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0BA,
        name: "HANGUL SYLLABLE KIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0BB,
        name: "HANGUL SYLLABLE KIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0BC,
        name: "HANGUL SYLLABLE KIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0BD,
        name: "HANGUL SYLLABLE KIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0BE,
        name: "HANGUL SYLLABLE KIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0BF,
        name: "HANGUL SYLLABLE KIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C0,
        name: "HANGUL SYLLABLE TA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C1,
        name: "HANGUL SYLLABLE TAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C2,
        name: "HANGUL SYLLABLE TAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C3,
        name: "HANGUL SYLLABLE TAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C4,
        name: "HANGUL SYLLABLE TAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C5,
        name: "HANGUL SYLLABLE TANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C6,
        name: "HANGUL SYLLABLE TANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C7,
        name: "HANGUL SYLLABLE TAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C8,
        name: "HANGUL SYLLABLE TAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0C9,
        name: "HANGUL SYLLABLE TALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0CA,
        name: "HANGUL SYLLABLE TALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0CB,
        name: "HANGUL SYLLABLE TALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0CC,
        name: "HANGUL SYLLABLE TALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0CD,
        name: "HANGUL SYLLABLE TALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0CE,
        name: "HANGUL SYLLABLE TALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0CF,
        name: "HANGUL SYLLABLE TALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D0,
        name: "HANGUL SYLLABLE TAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D1,
        name: "HANGUL SYLLABLE TAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D2,
        name: "HANGUL SYLLABLE TABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D3,
        name: "HANGUL SYLLABLE TAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D4,
        name: "HANGUL SYLLABLE TASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D5,
        name: "HANGUL SYLLABLE TANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D6,
        name: "HANGUL SYLLABLE TAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D7,
        name: "HANGUL SYLLABLE TAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D8,
        name: "HANGUL SYLLABLE TAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0D9,
        name: "HANGUL SYLLABLE TAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0DA,
        name: "HANGUL SYLLABLE TAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0DB,
        name: "HANGUL SYLLABLE TAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0DC,
        name: "HANGUL SYLLABLE TAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0DD,
        name: "HANGUL SYLLABLE TAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0DE,
        name: "HANGUL SYLLABLE TAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0DF,
        name: "HANGUL SYLLABLE TAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E0,
        name: "HANGUL SYLLABLE TAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E1,
        name: "HANGUL SYLLABLE TAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E2,
        name: "HANGUL SYLLABLE TAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E3,
        name: "HANGUL SYLLABLE TAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E4,
        name: "HANGUL SYLLABLE TAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E5,
        name: "HANGUL SYLLABLE TAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E6,
        name: "HANGUL SYLLABLE TAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E7,
        name: "HANGUL SYLLABLE TAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E8,
        name: "HANGUL SYLLABLE TAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0E9,
        name: "HANGUL SYLLABLE TAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0EA,
        name: "HANGUL SYLLABLE TAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0EB,
        name: "HANGUL SYLLABLE TAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0EC,
        name: "HANGUL SYLLABLE TAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0ED,
        name: "HANGUL SYLLABLE TAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0EE,
        name: "HANGUL SYLLABLE TAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0EF,
        name: "HANGUL SYLLABLE TAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F0,
        name: "HANGUL SYLLABLE TAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F1,
        name: "HANGUL SYLLABLE TAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F2,
        name: "HANGUL SYLLABLE TAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F3,
        name: "HANGUL SYLLABLE TAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F4,
        name: "HANGUL SYLLABLE TAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F5,
        name: "HANGUL SYLLABLE TAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F6,
        name: "HANGUL SYLLABLE TAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F7,
        name: "HANGUL SYLLABLE TAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F8,
        name: "HANGUL SYLLABLE TYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0F9,
        name: "HANGUL SYLLABLE TYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0FA,
        name: "HANGUL SYLLABLE TYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0FB,
        name: "HANGUL SYLLABLE TYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0FC,
        name: "HANGUL SYLLABLE TYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0FD,
        name: "HANGUL SYLLABLE TYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0FE,
        name: "HANGUL SYLLABLE TYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD0FF,
        name: "HANGUL SYLLABLE TYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD100,
        name: "HANGUL SYLLABLE TYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD101,
        name: "HANGUL SYLLABLE TYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD102,
        name: "HANGUL SYLLABLE TYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD103,
        name: "HANGUL SYLLABLE TYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD104,
        name: "HANGUL SYLLABLE TYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD105,
        name: "HANGUL SYLLABLE TYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD106,
        name: "HANGUL SYLLABLE TYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD107,
        name: "HANGUL SYLLABLE TYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD108,
        name: "HANGUL SYLLABLE TYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD109,
        name: "HANGUL SYLLABLE TYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD10A,
        name: "HANGUL SYLLABLE TYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD10B,
        name: "HANGUL SYLLABLE TYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD10C,
        name: "HANGUL SYLLABLE TYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD10D,
        name: "HANGUL SYLLABLE TYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD10E,
        name: "HANGUL SYLLABLE TYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD10F,
        name: "HANGUL SYLLABLE TYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD110,
        name: "HANGUL SYLLABLE TYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD111,
        name: "HANGUL SYLLABLE TYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD112,
        name: "HANGUL SYLLABLE TYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD113,
        name: "HANGUL SYLLABLE TYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD114,
        name: "HANGUL SYLLABLE TYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD115,
        name: "HANGUL SYLLABLE TYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD116,
        name: "HANGUL SYLLABLE TYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD117,
        name: "HANGUL SYLLABLE TYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD118,
        name: "HANGUL SYLLABLE TYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD119,
        name: "HANGUL SYLLABLE TYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD11A,
        name: "HANGUL SYLLABLE TYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD11B,
        name: "HANGUL SYLLABLE TYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD11C,
        name: "HANGUL SYLLABLE TYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD11D,
        name: "HANGUL SYLLABLE TYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD11E,
        name: "HANGUL SYLLABLE TYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD11F,
        name: "HANGUL SYLLABLE TYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD120,
        name: "HANGUL SYLLABLE TYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD121,
        name: "HANGUL SYLLABLE TYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD122,
        name: "HANGUL SYLLABLE TYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD123,
        name: "HANGUL SYLLABLE TYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD124,
        name: "HANGUL SYLLABLE TYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD125,
        name: "HANGUL SYLLABLE TYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD126,
        name: "HANGUL SYLLABLE TYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD127,
        name: "HANGUL SYLLABLE TYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD128,
        name: "HANGUL SYLLABLE TYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD129,
        name: "HANGUL SYLLABLE TYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD12A,
        name: "HANGUL SYLLABLE TYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD12B,
        name: "HANGUL SYLLABLE TYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD12C,
        name: "HANGUL SYLLABLE TYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD12D,
        name: "HANGUL SYLLABLE TYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD12E,
        name: "HANGUL SYLLABLE TYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD12F,
        name: "HANGUL SYLLABLE TYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD130,
        name: "HANGUL SYLLABLE TEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD131,
        name: "HANGUL SYLLABLE TEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD132,
        name: "HANGUL SYLLABLE TEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD133,
        name: "HANGUL SYLLABLE TEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD134,
        name: "HANGUL SYLLABLE TEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD135,
        name: "HANGUL SYLLABLE TEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD136,
        name: "HANGUL SYLLABLE TEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD137,
        name: "HANGUL SYLLABLE TEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD138,
        name: "HANGUL SYLLABLE TEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD139,
        name: "HANGUL SYLLABLE TEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD13A,
        name: "HANGUL SYLLABLE TEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD13B,
        name: "HANGUL SYLLABLE TEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD13C,
        name: "HANGUL SYLLABLE TEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD13D,
        name: "HANGUL SYLLABLE TEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD13E,
        name: "HANGUL SYLLABLE TEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD13F,
        name: "HANGUL SYLLABLE TEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD140,
        name: "HANGUL SYLLABLE TEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD141,
        name: "HANGUL SYLLABLE TEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD142,
        name: "HANGUL SYLLABLE TEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD143,
        name: "HANGUL SYLLABLE TEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD144,
        name: "HANGUL SYLLABLE TEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD145,
        name: "HANGUL SYLLABLE TEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD146,
        name: "HANGUL SYLLABLE TEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD147,
        name: "HANGUL SYLLABLE TEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD148,
        name: "HANGUL SYLLABLE TEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD149,
        name: "HANGUL SYLLABLE TEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD14A,
        name: "HANGUL SYLLABLE TEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD14B,
        name: "HANGUL SYLLABLE TEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD14C,
        name: "HANGUL SYLLABLE TE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD14D,
        name: "HANGUL SYLLABLE TEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD14E,
        name: "HANGUL SYLLABLE TEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD14F,
        name: "HANGUL SYLLABLE TEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD150,
        name: "HANGUL SYLLABLE TEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD151,
        name: "HANGUL SYLLABLE TENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD152,
        name: "HANGUL SYLLABLE TENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD153,
        name: "HANGUL SYLLABLE TED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD154,
        name: "HANGUL SYLLABLE TEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD155,
        name: "HANGUL SYLLABLE TELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD156,
        name: "HANGUL SYLLABLE TELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD157,
        name: "HANGUL SYLLABLE TELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD158,
        name: "HANGUL SYLLABLE TELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD159,
        name: "HANGUL SYLLABLE TELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD15A,
        name: "HANGUL SYLLABLE TELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD15B,
        name: "HANGUL SYLLABLE TELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD15C,
        name: "HANGUL SYLLABLE TEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD15D,
        name: "HANGUL SYLLABLE TEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD15E,
        name: "HANGUL SYLLABLE TEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD15F,
        name: "HANGUL SYLLABLE TES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD160,
        name: "HANGUL SYLLABLE TESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD161,
        name: "HANGUL SYLLABLE TENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD162,
        name: "HANGUL SYLLABLE TEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD163,
        name: "HANGUL SYLLABLE TEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD164,
        name: "HANGUL SYLLABLE TEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD165,
        name: "HANGUL SYLLABLE TET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD166,
        name: "HANGUL SYLLABLE TEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD167,
        name: "HANGUL SYLLABLE TEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD168,
        name: "HANGUL SYLLABLE TYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD169,
        name: "HANGUL SYLLABLE TYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD16A,
        name: "HANGUL SYLLABLE TYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD16B,
        name: "HANGUL SYLLABLE TYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD16C,
        name: "HANGUL SYLLABLE TYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD16D,
        name: "HANGUL SYLLABLE TYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD16E,
        name: "HANGUL SYLLABLE TYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD16F,
        name: "HANGUL SYLLABLE TYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD170,
        name: "HANGUL SYLLABLE TYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD171,
        name: "HANGUL SYLLABLE TYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD172,
        name: "HANGUL SYLLABLE TYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD173,
        name: "HANGUL SYLLABLE TYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD174,
        name: "HANGUL SYLLABLE TYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD175,
        name: "HANGUL SYLLABLE TYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD176,
        name: "HANGUL SYLLABLE TYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD177,
        name: "HANGUL SYLLABLE TYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD178,
        name: "HANGUL SYLLABLE TYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD179,
        name: "HANGUL SYLLABLE TYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD17A,
        name: "HANGUL SYLLABLE TYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD17B,
        name: "HANGUL SYLLABLE TYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD17C,
        name: "HANGUL SYLLABLE TYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD17D,
        name: "HANGUL SYLLABLE TYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD17E,
        name: "HANGUL SYLLABLE TYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD17F,
        name: "HANGUL SYLLABLE TYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD180,
        name: "HANGUL SYLLABLE TYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD181,
        name: "HANGUL SYLLABLE TYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD182,
        name: "HANGUL SYLLABLE TYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD183,
        name: "HANGUL SYLLABLE TYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD184,
        name: "HANGUL SYLLABLE TYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD185,
        name: "HANGUL SYLLABLE TYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD186,
        name: "HANGUL SYLLABLE TYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD187,
        name: "HANGUL SYLLABLE TYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD188,
        name: "HANGUL SYLLABLE TYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD189,
        name: "HANGUL SYLLABLE TYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD18A,
        name: "HANGUL SYLLABLE TYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD18B,
        name: "HANGUL SYLLABLE TYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD18C,
        name: "HANGUL SYLLABLE TYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD18D,
        name: "HANGUL SYLLABLE TYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD18E,
        name: "HANGUL SYLLABLE TYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD18F,
        name: "HANGUL SYLLABLE TYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD190,
        name: "HANGUL SYLLABLE TYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD191,
        name: "HANGUL SYLLABLE TYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD192,
        name: "HANGUL SYLLABLE TYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD193,
        name: "HANGUL SYLLABLE TYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD194,
        name: "HANGUL SYLLABLE TYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD195,
        name: "HANGUL SYLLABLE TYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD196,
        name: "HANGUL SYLLABLE TYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD197,
        name: "HANGUL SYLLABLE TYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD198,
        name: "HANGUL SYLLABLE TYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD199,
        name: "HANGUL SYLLABLE TYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD19A,
        name: "HANGUL SYLLABLE TYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD19B,
        name: "HANGUL SYLLABLE TYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD19C,
        name: "HANGUL SYLLABLE TYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD19D,
        name: "HANGUL SYLLABLE TYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD19E,
        name: "HANGUL SYLLABLE TYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD19F,
        name: "HANGUL SYLLABLE TYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A0,
        name: "HANGUL SYLLABLE TO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A1,
        name: "HANGUL SYLLABLE TOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A2,
        name: "HANGUL SYLLABLE TOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A3,
        name: "HANGUL SYLLABLE TOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A4,
        name: "HANGUL SYLLABLE TON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A5,
        name: "HANGUL SYLLABLE TONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A6,
        name: "HANGUL SYLLABLE TONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A7,
        name: "HANGUL SYLLABLE TOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A8,
        name: "HANGUL SYLLABLE TOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1A9,
        name: "HANGUL SYLLABLE TOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1AA,
        name: "HANGUL SYLLABLE TOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1AB,
        name: "HANGUL SYLLABLE TOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1AC,
        name: "HANGUL SYLLABLE TOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1AD,
        name: "HANGUL SYLLABLE TOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1AE,
        name: "HANGUL SYLLABLE TOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1AF,
        name: "HANGUL SYLLABLE TOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B0,
        name: "HANGUL SYLLABLE TOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B1,
        name: "HANGUL SYLLABLE TOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B2,
        name: "HANGUL SYLLABLE TOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B3,
        name: "HANGUL SYLLABLE TOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B4,
        name: "HANGUL SYLLABLE TOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B5,
        name: "HANGUL SYLLABLE TONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B6,
        name: "HANGUL SYLLABLE TOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B7,
        name: "HANGUL SYLLABLE TOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B8,
        name: "HANGUL SYLLABLE TOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1B9,
        name: "HANGUL SYLLABLE TOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1BA,
        name: "HANGUL SYLLABLE TOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1BB,
        name: "HANGUL SYLLABLE TOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1BC,
        name: "HANGUL SYLLABLE TWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1BD,
        name: "HANGUL SYLLABLE TWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1BE,
        name: "HANGUL SYLLABLE TWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1BF,
        name: "HANGUL SYLLABLE TWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C0,
        name: "HANGUL SYLLABLE TWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C1,
        name: "HANGUL SYLLABLE TWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C2,
        name: "HANGUL SYLLABLE TWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C3,
        name: "HANGUL SYLLABLE TWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C4,
        name: "HANGUL SYLLABLE TWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C5,
        name: "HANGUL SYLLABLE TWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C6,
        name: "HANGUL SYLLABLE TWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C7,
        name: "HANGUL SYLLABLE TWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C8,
        name: "HANGUL SYLLABLE TWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1C9,
        name: "HANGUL SYLLABLE TWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1CA,
        name: "HANGUL SYLLABLE TWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1CB,
        name: "HANGUL SYLLABLE TWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1CC,
        name: "HANGUL SYLLABLE TWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1CD,
        name: "HANGUL SYLLABLE TWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1CE,
        name: "HANGUL SYLLABLE TWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1CF,
        name: "HANGUL SYLLABLE TWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D0,
        name: "HANGUL SYLLABLE TWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D1,
        name: "HANGUL SYLLABLE TWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D2,
        name: "HANGUL SYLLABLE TWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D3,
        name: "HANGUL SYLLABLE TWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D4,
        name: "HANGUL SYLLABLE TWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D5,
        name: "HANGUL SYLLABLE TWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D6,
        name: "HANGUL SYLLABLE TWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D7,
        name: "HANGUL SYLLABLE TWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D8,
        name: "HANGUL SYLLABLE TWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1D9,
        name: "HANGUL SYLLABLE TWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1DA,
        name: "HANGUL SYLLABLE TWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1DB,
        name: "HANGUL SYLLABLE TWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1DC,
        name: "HANGUL SYLLABLE TWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1DD,
        name: "HANGUL SYLLABLE TWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1DE,
        name: "HANGUL SYLLABLE TWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1DF,
        name: "HANGUL SYLLABLE TWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E0,
        name: "HANGUL SYLLABLE TWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E1,
        name: "HANGUL SYLLABLE TWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E2,
        name: "HANGUL SYLLABLE TWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E3,
        name: "HANGUL SYLLABLE TWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E4,
        name: "HANGUL SYLLABLE TWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E5,
        name: "HANGUL SYLLABLE TWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E6,
        name: "HANGUL SYLLABLE TWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E7,
        name: "HANGUL SYLLABLE TWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E8,
        name: "HANGUL SYLLABLE TWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1E9,
        name: "HANGUL SYLLABLE TWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1EA,
        name: "HANGUL SYLLABLE TWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1EB,
        name: "HANGUL SYLLABLE TWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1EC,
        name: "HANGUL SYLLABLE TWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1ED,
        name: "HANGUL SYLLABLE TWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1EE,
        name: "HANGUL SYLLABLE TWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1EF,
        name: "HANGUL SYLLABLE TWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F0,
        name: "HANGUL SYLLABLE TWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F1,
        name: "HANGUL SYLLABLE TWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F2,
        name: "HANGUL SYLLABLE TWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F3,
        name: "HANGUL SYLLABLE TWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F4,
        name: "HANGUL SYLLABLE TOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F5,
        name: "HANGUL SYLLABLE TOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F6,
        name: "HANGUL SYLLABLE TOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F7,
        name: "HANGUL SYLLABLE TOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F8,
        name: "HANGUL SYLLABLE TOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1F9,
        name: "HANGUL SYLLABLE TOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1FA,
        name: "HANGUL SYLLABLE TOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1FB,
        name: "HANGUL SYLLABLE TOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1FC,
        name: "HANGUL SYLLABLE TOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1FD,
        name: "HANGUL SYLLABLE TOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1FE,
        name: "HANGUL SYLLABLE TOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD1FF,
        name: "HANGUL SYLLABLE TOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD200,
        name: "HANGUL SYLLABLE TOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD201,
        name: "HANGUL SYLLABLE TOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD202,
        name: "HANGUL SYLLABLE TOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD203,
        name: "HANGUL SYLLABLE TOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD204,
        name: "HANGUL SYLLABLE TOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD205,
        name: "HANGUL SYLLABLE TOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD206,
        name: "HANGUL SYLLABLE TOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD207,
        name: "HANGUL SYLLABLE TOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD208,
        name: "HANGUL SYLLABLE TOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD209,
        name: "HANGUL SYLLABLE TOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD20A,
        name: "HANGUL SYLLABLE TOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD20B,
        name: "HANGUL SYLLABLE TOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD20C,
        name: "HANGUL SYLLABLE TOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD20D,
        name: "HANGUL SYLLABLE TOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD20E,
        name: "HANGUL SYLLABLE TOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD20F,
        name: "HANGUL SYLLABLE TOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD210,
        name: "HANGUL SYLLABLE TYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD211,
        name: "HANGUL SYLLABLE TYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD212,
        name: "HANGUL SYLLABLE TYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD213,
        name: "HANGUL SYLLABLE TYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD214,
        name: "HANGUL SYLLABLE TYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD215,
        name: "HANGUL SYLLABLE TYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD216,
        name: "HANGUL SYLLABLE TYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD217,
        name: "HANGUL SYLLABLE TYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD218,
        name: "HANGUL SYLLABLE TYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD219,
        name: "HANGUL SYLLABLE TYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD21A,
        name: "HANGUL SYLLABLE TYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD21B,
        name: "HANGUL SYLLABLE TYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD21C,
        name: "HANGUL SYLLABLE TYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD21D,
        name: "HANGUL SYLLABLE TYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD21E,
        name: "HANGUL SYLLABLE TYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD21F,
        name: "HANGUL SYLLABLE TYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD220,
        name: "HANGUL SYLLABLE TYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD221,
        name: "HANGUL SYLLABLE TYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD222,
        name: "HANGUL SYLLABLE TYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD223,
        name: "HANGUL SYLLABLE TYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD224,
        name: "HANGUL SYLLABLE TYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD225,
        name: "HANGUL SYLLABLE TYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD226,
        name: "HANGUL SYLLABLE TYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD227,
        name: "HANGUL SYLLABLE TYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD228,
        name: "HANGUL SYLLABLE TYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD229,
        name: "HANGUL SYLLABLE TYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD22A,
        name: "HANGUL SYLLABLE TYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD22B,
        name: "HANGUL SYLLABLE TYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD22C,
        name: "HANGUL SYLLABLE TU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD22D,
        name: "HANGUL SYLLABLE TUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD22E,
        name: "HANGUL SYLLABLE TUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD22F,
        name: "HANGUL SYLLABLE TUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD230,
        name: "HANGUL SYLLABLE TUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD231,
        name: "HANGUL SYLLABLE TUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD232,
        name: "HANGUL SYLLABLE TUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD233,
        name: "HANGUL SYLLABLE TUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD234,
        name: "HANGUL SYLLABLE TUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD235,
        name: "HANGUL SYLLABLE TULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD236,
        name: "HANGUL SYLLABLE TULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD237,
        name: "HANGUL SYLLABLE TULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD238,
        name: "HANGUL SYLLABLE TULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD239,
        name: "HANGUL SYLLABLE TULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD23A,
        name: "HANGUL SYLLABLE TULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD23B,
        name: "HANGUL SYLLABLE TULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD23C,
        name: "HANGUL SYLLABLE TUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD23D,
        name: "HANGUL SYLLABLE TUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD23E,
        name: "HANGUL SYLLABLE TUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD23F,
        name: "HANGUL SYLLABLE TUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD240,
        name: "HANGUL SYLLABLE TUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD241,
        name: "HANGUL SYLLABLE TUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD242,
        name: "HANGUL SYLLABLE TUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD243,
        name: "HANGUL SYLLABLE TUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD244,
        name: "HANGUL SYLLABLE TUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD245,
        name: "HANGUL SYLLABLE TUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD246,
        name: "HANGUL SYLLABLE TUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD247,
        name: "HANGUL SYLLABLE TUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD248,
        name: "HANGUL SYLLABLE TWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD249,
        name: "HANGUL SYLLABLE TWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD24A,
        name: "HANGUL SYLLABLE TWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD24B,
        name: "HANGUL SYLLABLE TWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD24C,
        name: "HANGUL SYLLABLE TWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD24D,
        name: "HANGUL SYLLABLE TWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD24E,
        name: "HANGUL SYLLABLE TWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD24F,
        name: "HANGUL SYLLABLE TWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD250,
        name: "HANGUL SYLLABLE TWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD251,
        name: "HANGUL SYLLABLE TWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD252,
        name: "HANGUL SYLLABLE TWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD253,
        name: "HANGUL SYLLABLE TWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD254,
        name: "HANGUL SYLLABLE TWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD255,
        name: "HANGUL SYLLABLE TWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD256,
        name: "HANGUL SYLLABLE TWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD257,
        name: "HANGUL SYLLABLE TWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD258,
        name: "HANGUL SYLLABLE TWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD259,
        name: "HANGUL SYLLABLE TWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD25A,
        name: "HANGUL SYLLABLE TWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD25B,
        name: "HANGUL SYLLABLE TWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD25C,
        name: "HANGUL SYLLABLE TWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD25D,
        name: "HANGUL SYLLABLE TWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD25E,
        name: "HANGUL SYLLABLE TWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD25F,
        name: "HANGUL SYLLABLE TWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD260,
        name: "HANGUL SYLLABLE TWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD261,
        name: "HANGUL SYLLABLE TWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD262,
        name: "HANGUL SYLLABLE TWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD263,
        name: "HANGUL SYLLABLE TWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD264,
        name: "HANGUL SYLLABLE TWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD265,
        name: "HANGUL SYLLABLE TWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD266,
        name: "HANGUL SYLLABLE TWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD267,
        name: "HANGUL SYLLABLE TWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD268,
        name: "HANGUL SYLLABLE TWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD269,
        name: "HANGUL SYLLABLE TWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD26A,
        name: "HANGUL SYLLABLE TWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD26B,
        name: "HANGUL SYLLABLE TWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD26C,
        name: "HANGUL SYLLABLE TWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD26D,
        name: "HANGUL SYLLABLE TWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD26E,
        name: "HANGUL SYLLABLE TWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD26F,
        name: "HANGUL SYLLABLE TWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD270,
        name: "HANGUL SYLLABLE TWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD271,
        name: "HANGUL SYLLABLE TWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD272,
        name: "HANGUL SYLLABLE TWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD273,
        name: "HANGUL SYLLABLE TWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD274,
        name: "HANGUL SYLLABLE TWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD275,
        name: "HANGUL SYLLABLE TWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD276,
        name: "HANGUL SYLLABLE TWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD277,
        name: "HANGUL SYLLABLE TWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD278,
        name: "HANGUL SYLLABLE TWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD279,
        name: "HANGUL SYLLABLE TWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD27A,
        name: "HANGUL SYLLABLE TWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD27B,
        name: "HANGUL SYLLABLE TWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD27C,
        name: "HANGUL SYLLABLE TWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD27D,
        name: "HANGUL SYLLABLE TWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD27E,
        name: "HANGUL SYLLABLE TWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD27F,
        name: "HANGUL SYLLABLE TWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD280,
        name: "HANGUL SYLLABLE TWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD281,
        name: "HANGUL SYLLABLE TWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD282,
        name: "HANGUL SYLLABLE TWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD283,
        name: "HANGUL SYLLABLE TWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD284,
        name: "HANGUL SYLLABLE TWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD285,
        name: "HANGUL SYLLABLE TWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD286,
        name: "HANGUL SYLLABLE TWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD287,
        name: "HANGUL SYLLABLE TWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD288,
        name: "HANGUL SYLLABLE TWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD289,
        name: "HANGUL SYLLABLE TWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD28A,
        name: "HANGUL SYLLABLE TWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD28B,
        name: "HANGUL SYLLABLE TWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD28C,
        name: "HANGUL SYLLABLE TWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD28D,
        name: "HANGUL SYLLABLE TWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD28E,
        name: "HANGUL SYLLABLE TWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD28F,
        name: "HANGUL SYLLABLE TWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD290,
        name: "HANGUL SYLLABLE TWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD291,
        name: "HANGUL SYLLABLE TWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD292,
        name: "HANGUL SYLLABLE TWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD293,
        name: "HANGUL SYLLABLE TWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD294,
        name: "HANGUL SYLLABLE TWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD295,
        name: "HANGUL SYLLABLE TWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD296,
        name: "HANGUL SYLLABLE TWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD297,
        name: "HANGUL SYLLABLE TWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD298,
        name: "HANGUL SYLLABLE TWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD299,
        name: "HANGUL SYLLABLE TWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD29A,
        name: "HANGUL SYLLABLE TWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD29B,
        name: "HANGUL SYLLABLE TWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD29C,
        name: "HANGUL SYLLABLE TYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD29D,
        name: "HANGUL SYLLABLE TYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD29E,
        name: "HANGUL SYLLABLE TYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD29F,
        name: "HANGUL SYLLABLE TYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A0,
        name: "HANGUL SYLLABLE TYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A1,
        name: "HANGUL SYLLABLE TYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A2,
        name: "HANGUL SYLLABLE TYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A3,
        name: "HANGUL SYLLABLE TYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A4,
        name: "HANGUL SYLLABLE TYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A5,
        name: "HANGUL SYLLABLE TYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A6,
        name: "HANGUL SYLLABLE TYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A7,
        name: "HANGUL SYLLABLE TYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A8,
        name: "HANGUL SYLLABLE TYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2A9,
        name: "HANGUL SYLLABLE TYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2AA,
        name: "HANGUL SYLLABLE TYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2AB,
        name: "HANGUL SYLLABLE TYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2AC,
        name: "HANGUL SYLLABLE TYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2AD,
        name: "HANGUL SYLLABLE TYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2AE,
        name: "HANGUL SYLLABLE TYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2AF,
        name: "HANGUL SYLLABLE TYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B0,
        name: "HANGUL SYLLABLE TYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B1,
        name: "HANGUL SYLLABLE TYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B2,
        name: "HANGUL SYLLABLE TYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B3,
        name: "HANGUL SYLLABLE TYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B4,
        name: "HANGUL SYLLABLE TYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B5,
        name: "HANGUL SYLLABLE TYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B6,
        name: "HANGUL SYLLABLE TYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B7,
        name: "HANGUL SYLLABLE TYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B8,
        name: "HANGUL SYLLABLE TEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2B9,
        name: "HANGUL SYLLABLE TEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2BA,
        name: "HANGUL SYLLABLE TEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2BB,
        name: "HANGUL SYLLABLE TEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2BC,
        name: "HANGUL SYLLABLE TEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2BD,
        name: "HANGUL SYLLABLE TEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2BE,
        name: "HANGUL SYLLABLE TEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2BF,
        name: "HANGUL SYLLABLE TEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C0,
        name: "HANGUL SYLLABLE TEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C1,
        name: "HANGUL SYLLABLE TEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C2,
        name: "HANGUL SYLLABLE TEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C3,
        name: "HANGUL SYLLABLE TEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C4,
        name: "HANGUL SYLLABLE TEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C5,
        name: "HANGUL SYLLABLE TEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C6,
        name: "HANGUL SYLLABLE TEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C7,
        name: "HANGUL SYLLABLE TEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C8,
        name: "HANGUL SYLLABLE TEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2C9,
        name: "HANGUL SYLLABLE TEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2CA,
        name: "HANGUL SYLLABLE TEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2CB,
        name: "HANGUL SYLLABLE TEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2CC,
        name: "HANGUL SYLLABLE TEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2CD,
        name: "HANGUL SYLLABLE TEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2CE,
        name: "HANGUL SYLLABLE TEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2CF,
        name: "HANGUL SYLLABLE TEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D0,
        name: "HANGUL SYLLABLE TEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D1,
        name: "HANGUL SYLLABLE TEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D2,
        name: "HANGUL SYLLABLE TEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D3,
        name: "HANGUL SYLLABLE TEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D4,
        name: "HANGUL SYLLABLE TYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D5,
        name: "HANGUL SYLLABLE TYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D6,
        name: "HANGUL SYLLABLE TYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D7,
        name: "HANGUL SYLLABLE TYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D8,
        name: "HANGUL SYLLABLE TYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2D9,
        name: "HANGUL SYLLABLE TYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2DA,
        name: "HANGUL SYLLABLE TYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2DB,
        name: "HANGUL SYLLABLE TYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2DC,
        name: "HANGUL SYLLABLE TYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2DD,
        name: "HANGUL SYLLABLE TYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2DE,
        name: "HANGUL SYLLABLE TYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2DF,
        name: "HANGUL SYLLABLE TYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E0,
        name: "HANGUL SYLLABLE TYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E1,
        name: "HANGUL SYLLABLE TYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E2,
        name: "HANGUL SYLLABLE TYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E3,
        name: "HANGUL SYLLABLE TYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E4,
        name: "HANGUL SYLLABLE TYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E5,
        name: "HANGUL SYLLABLE TYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E6,
        name: "HANGUL SYLLABLE TYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E7,
        name: "HANGUL SYLLABLE TYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E8,
        name: "HANGUL SYLLABLE TYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2E9,
        name: "HANGUL SYLLABLE TYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2EA,
        name: "HANGUL SYLLABLE TYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2EB,
        name: "HANGUL SYLLABLE TYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2EC,
        name: "HANGUL SYLLABLE TYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2ED,
        name: "HANGUL SYLLABLE TYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2EE,
        name: "HANGUL SYLLABLE TYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2EF,
        name: "HANGUL SYLLABLE TYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F0,
        name: "HANGUL SYLLABLE TI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F1,
        name: "HANGUL SYLLABLE TIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F2,
        name: "HANGUL SYLLABLE TIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F3,
        name: "HANGUL SYLLABLE TIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F4,
        name: "HANGUL SYLLABLE TIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F5,
        name: "HANGUL SYLLABLE TINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F6,
        name: "HANGUL SYLLABLE TINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F7,
        name: "HANGUL SYLLABLE TID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F8,
        name: "HANGUL SYLLABLE TIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2F9,
        name: "HANGUL SYLLABLE TILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2FA,
        name: "HANGUL SYLLABLE TILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2FB,
        name: "HANGUL SYLLABLE TILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2FC,
        name: "HANGUL SYLLABLE TILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2FD,
        name: "HANGUL SYLLABLE TILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2FE,
        name: "HANGUL SYLLABLE TILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD2FF,
        name: "HANGUL SYLLABLE TILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD300,
        name: "HANGUL SYLLABLE TIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD301,
        name: "HANGUL SYLLABLE TIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD302,
        name: "HANGUL SYLLABLE TIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD303,
        name: "HANGUL SYLLABLE TIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD304,
        name: "HANGUL SYLLABLE TISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD305,
        name: "HANGUL SYLLABLE TING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD306,
        name: "HANGUL SYLLABLE TIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD307,
        name: "HANGUL SYLLABLE TIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD308,
        name: "HANGUL SYLLABLE TIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD309,
        name: "HANGUL SYLLABLE TIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD30A,
        name: "HANGUL SYLLABLE TIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD30B,
        name: "HANGUL SYLLABLE TIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD30C,
        name: "HANGUL SYLLABLE PA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD30D,
        name: "HANGUL SYLLABLE PAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD30E,
        name: "HANGUL SYLLABLE PAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD30F,
        name: "HANGUL SYLLABLE PAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD310,
        name: "HANGUL SYLLABLE PAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD311,
        name: "HANGUL SYLLABLE PANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD312,
        name: "HANGUL SYLLABLE PANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD313,
        name: "HANGUL SYLLABLE PAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD314,
        name: "HANGUL SYLLABLE PAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD315,
        name: "HANGUL SYLLABLE PALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD316,
        name: "HANGUL SYLLABLE PALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD317,
        name: "HANGUL SYLLABLE PALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD318,
        name: "HANGUL SYLLABLE PALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD319,
        name: "HANGUL SYLLABLE PALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD31A,
        name: "HANGUL SYLLABLE PALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD31B,
        name: "HANGUL SYLLABLE PALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD31C,
        name: "HANGUL SYLLABLE PAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD31D,
        name: "HANGUL SYLLABLE PAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD31E,
        name: "HANGUL SYLLABLE PABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD31F,
        name: "HANGUL SYLLABLE PAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD320,
        name: "HANGUL SYLLABLE PASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD321,
        name: "HANGUL SYLLABLE PANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD322,
        name: "HANGUL SYLLABLE PAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD323,
        name: "HANGUL SYLLABLE PAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD324,
        name: "HANGUL SYLLABLE PAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD325,
        name: "HANGUL SYLLABLE PAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD326,
        name: "HANGUL SYLLABLE PAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD327,
        name: "HANGUL SYLLABLE PAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD328,
        name: "HANGUL SYLLABLE PAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD329,
        name: "HANGUL SYLLABLE PAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD32A,
        name: "HANGUL SYLLABLE PAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD32B,
        name: "HANGUL SYLLABLE PAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD32C,
        name: "HANGUL SYLLABLE PAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD32D,
        name: "HANGUL SYLLABLE PAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD32E,
        name: "HANGUL SYLLABLE PAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD32F,
        name: "HANGUL SYLLABLE PAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD330,
        name: "HANGUL SYLLABLE PAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD331,
        name: "HANGUL SYLLABLE PAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD332,
        name: "HANGUL SYLLABLE PAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD333,
        name: "HANGUL SYLLABLE PAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD334,
        name: "HANGUL SYLLABLE PAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD335,
        name: "HANGUL SYLLABLE PAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD336,
        name: "HANGUL SYLLABLE PAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD337,
        name: "HANGUL SYLLABLE PAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD338,
        name: "HANGUL SYLLABLE PAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD339,
        name: "HANGUL SYLLABLE PAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD33A,
        name: "HANGUL SYLLABLE PAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD33B,
        name: "HANGUL SYLLABLE PAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD33C,
        name: "HANGUL SYLLABLE PAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD33D,
        name: "HANGUL SYLLABLE PAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD33E,
        name: "HANGUL SYLLABLE PAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD33F,
        name: "HANGUL SYLLABLE PAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD340,
        name: "HANGUL SYLLABLE PAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD341,
        name: "HANGUL SYLLABLE PAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD342,
        name: "HANGUL SYLLABLE PAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD343,
        name: "HANGUL SYLLABLE PAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD344,
        name: "HANGUL SYLLABLE PYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD345,
        name: "HANGUL SYLLABLE PYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD346,
        name: "HANGUL SYLLABLE PYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD347,
        name: "HANGUL SYLLABLE PYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD348,
        name: "HANGUL SYLLABLE PYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD349,
        name: "HANGUL SYLLABLE PYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD34A,
        name: "HANGUL SYLLABLE PYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD34B,
        name: "HANGUL SYLLABLE PYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD34C,
        name: "HANGUL SYLLABLE PYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD34D,
        name: "HANGUL SYLLABLE PYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD34E,
        name: "HANGUL SYLLABLE PYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD34F,
        name: "HANGUL SYLLABLE PYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD350,
        name: "HANGUL SYLLABLE PYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD351,
        name: "HANGUL SYLLABLE PYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD352,
        name: "HANGUL SYLLABLE PYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD353,
        name: "HANGUL SYLLABLE PYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD354,
        name: "HANGUL SYLLABLE PYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD355,
        name: "HANGUL SYLLABLE PYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD356,
        name: "HANGUL SYLLABLE PYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD357,
        name: "HANGUL SYLLABLE PYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD358,
        name: "HANGUL SYLLABLE PYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD359,
        name: "HANGUL SYLLABLE PYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD35A,
        name: "HANGUL SYLLABLE PYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD35B,
        name: "HANGUL SYLLABLE PYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD35C,
        name: "HANGUL SYLLABLE PYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD35D,
        name: "HANGUL SYLLABLE PYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD35E,
        name: "HANGUL SYLLABLE PYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD35F,
        name: "HANGUL SYLLABLE PYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD360,
        name: "HANGUL SYLLABLE PYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD361,
        name: "HANGUL SYLLABLE PYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD362,
        name: "HANGUL SYLLABLE PYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD363,
        name: "HANGUL SYLLABLE PYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD364,
        name: "HANGUL SYLLABLE PYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD365,
        name: "HANGUL SYLLABLE PYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD366,
        name: "HANGUL SYLLABLE PYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD367,
        name: "HANGUL SYLLABLE PYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD368,
        name: "HANGUL SYLLABLE PYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD369,
        name: "HANGUL SYLLABLE PYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD36A,
        name: "HANGUL SYLLABLE PYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD36B,
        name: "HANGUL SYLLABLE PYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD36C,
        name: "HANGUL SYLLABLE PYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD36D,
        name: "HANGUL SYLLABLE PYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD36E,
        name: "HANGUL SYLLABLE PYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD36F,
        name: "HANGUL SYLLABLE PYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD370,
        name: "HANGUL SYLLABLE PYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD371,
        name: "HANGUL SYLLABLE PYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD372,
        name: "HANGUL SYLLABLE PYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD373,
        name: "HANGUL SYLLABLE PYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD374,
        name: "HANGUL SYLLABLE PYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD375,
        name: "HANGUL SYLLABLE PYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD376,
        name: "HANGUL SYLLABLE PYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD377,
        name: "HANGUL SYLLABLE PYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD378,
        name: "HANGUL SYLLABLE PYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD379,
        name: "HANGUL SYLLABLE PYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD37A,
        name: "HANGUL SYLLABLE PYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD37B,
        name: "HANGUL SYLLABLE PYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD37C,
        name: "HANGUL SYLLABLE PEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD37D,
        name: "HANGUL SYLLABLE PEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD37E,
        name: "HANGUL SYLLABLE PEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD37F,
        name: "HANGUL SYLLABLE PEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD380,
        name: "HANGUL SYLLABLE PEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD381,
        name: "HANGUL SYLLABLE PEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD382,
        name: "HANGUL SYLLABLE PEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD383,
        name: "HANGUL SYLLABLE PEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD384,
        name: "HANGUL SYLLABLE PEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD385,
        name: "HANGUL SYLLABLE PEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD386,
        name: "HANGUL SYLLABLE PEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD387,
        name: "HANGUL SYLLABLE PEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD388,
        name: "HANGUL SYLLABLE PEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD389,
        name: "HANGUL SYLLABLE PEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD38A,
        name: "HANGUL SYLLABLE PEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD38B,
        name: "HANGUL SYLLABLE PEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD38C,
        name: "HANGUL SYLLABLE PEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD38D,
        name: "HANGUL SYLLABLE PEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD38E,
        name: "HANGUL SYLLABLE PEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD38F,
        name: "HANGUL SYLLABLE PEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD390,
        name: "HANGUL SYLLABLE PEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD391,
        name: "HANGUL SYLLABLE PEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD392,
        name: "HANGUL SYLLABLE PEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD393,
        name: "HANGUL SYLLABLE PEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD394,
        name: "HANGUL SYLLABLE PEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD395,
        name: "HANGUL SYLLABLE PEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD396,
        name: "HANGUL SYLLABLE PEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD397,
        name: "HANGUL SYLLABLE PEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD398,
        name: "HANGUL SYLLABLE PE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD399,
        name: "HANGUL SYLLABLE PEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD39A,
        name: "HANGUL SYLLABLE PEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD39B,
        name: "HANGUL SYLLABLE PEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD39C,
        name: "HANGUL SYLLABLE PEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD39D,
        name: "HANGUL SYLLABLE PENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD39E,
        name: "HANGUL SYLLABLE PENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD39F,
        name: "HANGUL SYLLABLE PED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A0,
        name: "HANGUL SYLLABLE PEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A1,
        name: "HANGUL SYLLABLE PELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A2,
        name: "HANGUL SYLLABLE PELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A3,
        name: "HANGUL SYLLABLE PELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A4,
        name: "HANGUL SYLLABLE PELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A5,
        name: "HANGUL SYLLABLE PELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A6,
        name: "HANGUL SYLLABLE PELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A7,
        name: "HANGUL SYLLABLE PELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A8,
        name: "HANGUL SYLLABLE PEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3A9,
        name: "HANGUL SYLLABLE PEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3AA,
        name: "HANGUL SYLLABLE PEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3AB,
        name: "HANGUL SYLLABLE PES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3AC,
        name: "HANGUL SYLLABLE PESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3AD,
        name: "HANGUL SYLLABLE PENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3AE,
        name: "HANGUL SYLLABLE PEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3AF,
        name: "HANGUL SYLLABLE PEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B0,
        name: "HANGUL SYLLABLE PEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B1,
        name: "HANGUL SYLLABLE PET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B2,
        name: "HANGUL SYLLABLE PEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B3,
        name: "HANGUL SYLLABLE PEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B4,
        name: "HANGUL SYLLABLE PYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B5,
        name: "HANGUL SYLLABLE PYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B6,
        name: "HANGUL SYLLABLE PYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B7,
        name: "HANGUL SYLLABLE PYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B8,
        name: "HANGUL SYLLABLE PYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3B9,
        name: "HANGUL SYLLABLE PYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3BA,
        name: "HANGUL SYLLABLE PYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3BB,
        name: "HANGUL SYLLABLE PYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3BC,
        name: "HANGUL SYLLABLE PYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3BD,
        name: "HANGUL SYLLABLE PYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3BE,
        name: "HANGUL SYLLABLE PYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3BF,
        name: "HANGUL SYLLABLE PYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C0,
        name: "HANGUL SYLLABLE PYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C1,
        name: "HANGUL SYLLABLE PYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C2,
        name: "HANGUL SYLLABLE PYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C3,
        name: "HANGUL SYLLABLE PYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C4,
        name: "HANGUL SYLLABLE PYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C5,
        name: "HANGUL SYLLABLE PYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C6,
        name: "HANGUL SYLLABLE PYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C7,
        name: "HANGUL SYLLABLE PYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C8,
        name: "HANGUL SYLLABLE PYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3C9,
        name: "HANGUL SYLLABLE PYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3CA,
        name: "HANGUL SYLLABLE PYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3CB,
        name: "HANGUL SYLLABLE PYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3CC,
        name: "HANGUL SYLLABLE PYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3CD,
        name: "HANGUL SYLLABLE PYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3CE,
        name: "HANGUL SYLLABLE PYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3CF,
        name: "HANGUL SYLLABLE PYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D0,
        name: "HANGUL SYLLABLE PYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D1,
        name: "HANGUL SYLLABLE PYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D2,
        name: "HANGUL SYLLABLE PYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D3,
        name: "HANGUL SYLLABLE PYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D4,
        name: "HANGUL SYLLABLE PYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D5,
        name: "HANGUL SYLLABLE PYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D6,
        name: "HANGUL SYLLABLE PYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D7,
        name: "HANGUL SYLLABLE PYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D8,
        name: "HANGUL SYLLABLE PYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3D9,
        name: "HANGUL SYLLABLE PYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3DA,
        name: "HANGUL SYLLABLE PYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3DB,
        name: "HANGUL SYLLABLE PYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3DC,
        name: "HANGUL SYLLABLE PYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3DD,
        name: "HANGUL SYLLABLE PYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3DE,
        name: "HANGUL SYLLABLE PYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3DF,
        name: "HANGUL SYLLABLE PYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E0,
        name: "HANGUL SYLLABLE PYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E1,
        name: "HANGUL SYLLABLE PYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E2,
        name: "HANGUL SYLLABLE PYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E3,
        name: "HANGUL SYLLABLE PYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E4,
        name: "HANGUL SYLLABLE PYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E5,
        name: "HANGUL SYLLABLE PYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E6,
        name: "HANGUL SYLLABLE PYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E7,
        name: "HANGUL SYLLABLE PYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E8,
        name: "HANGUL SYLLABLE PYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3E9,
        name: "HANGUL SYLLABLE PYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3EA,
        name: "HANGUL SYLLABLE PYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3EB,
        name: "HANGUL SYLLABLE PYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3EC,
        name: "HANGUL SYLLABLE PO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3ED,
        name: "HANGUL SYLLABLE POG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3EE,
        name: "HANGUL SYLLABLE POGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3EF,
        name: "HANGUL SYLLABLE POGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F0,
        name: "HANGUL SYLLABLE PON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F1,
        name: "HANGUL SYLLABLE PONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F2,
        name: "HANGUL SYLLABLE PONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F3,
        name: "HANGUL SYLLABLE POD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F4,
        name: "HANGUL SYLLABLE POL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F5,
        name: "HANGUL SYLLABLE POLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F6,
        name: "HANGUL SYLLABLE POLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F7,
        name: "HANGUL SYLLABLE POLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F8,
        name: "HANGUL SYLLABLE POLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3F9,
        name: "HANGUL SYLLABLE POLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3FA,
        name: "HANGUL SYLLABLE POLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3FB,
        name: "HANGUL SYLLABLE POLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3FC,
        name: "HANGUL SYLLABLE POM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3FD,
        name: "HANGUL SYLLABLE POB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3FE,
        name: "HANGUL SYLLABLE POBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD3FF,
        name: "HANGUL SYLLABLE POS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD400,
        name: "HANGUL SYLLABLE POSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD401,
        name: "HANGUL SYLLABLE PONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD402,
        name: "HANGUL SYLLABLE POJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD403,
        name: "HANGUL SYLLABLE POC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD404,
        name: "HANGUL SYLLABLE POK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD405,
        name: "HANGUL SYLLABLE POT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD406,
        name: "HANGUL SYLLABLE POP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD407,
        name: "HANGUL SYLLABLE POH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD408,
        name: "HANGUL SYLLABLE PWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD409,
        name: "HANGUL SYLLABLE PWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD40A,
        name: "HANGUL SYLLABLE PWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD40B,
        name: "HANGUL SYLLABLE PWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD40C,
        name: "HANGUL SYLLABLE PWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD40D,
        name: "HANGUL SYLLABLE PWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD40E,
        name: "HANGUL SYLLABLE PWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD40F,
        name: "HANGUL SYLLABLE PWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD410,
        name: "HANGUL SYLLABLE PWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD411,
        name: "HANGUL SYLLABLE PWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD412,
        name: "HANGUL SYLLABLE PWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD413,
        name: "HANGUL SYLLABLE PWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD414,
        name: "HANGUL SYLLABLE PWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD415,
        name: "HANGUL SYLLABLE PWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD416,
        name: "HANGUL SYLLABLE PWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD417,
        name: "HANGUL SYLLABLE PWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD418,
        name: "HANGUL SYLLABLE PWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD419,
        name: "HANGUL SYLLABLE PWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD41A,
        name: "HANGUL SYLLABLE PWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD41B,
        name: "HANGUL SYLLABLE PWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD41C,
        name: "HANGUL SYLLABLE PWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD41D,
        name: "HANGUL SYLLABLE PWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD41E,
        name: "HANGUL SYLLABLE PWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD41F,
        name: "HANGUL SYLLABLE PWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD420,
        name: "HANGUL SYLLABLE PWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD421,
        name: "HANGUL SYLLABLE PWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD422,
        name: "HANGUL SYLLABLE PWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD423,
        name: "HANGUL SYLLABLE PWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD424,
        name: "HANGUL SYLLABLE PWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD425,
        name: "HANGUL SYLLABLE PWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD426,
        name: "HANGUL SYLLABLE PWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD427,
        name: "HANGUL SYLLABLE PWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD428,
        name: "HANGUL SYLLABLE PWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD429,
        name: "HANGUL SYLLABLE PWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD42A,
        name: "HANGUL SYLLABLE PWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD42B,
        name: "HANGUL SYLLABLE PWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD42C,
        name: "HANGUL SYLLABLE PWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD42D,
        name: "HANGUL SYLLABLE PWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD42E,
        name: "HANGUL SYLLABLE PWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD42F,
        name: "HANGUL SYLLABLE PWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD430,
        name: "HANGUL SYLLABLE PWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD431,
        name: "HANGUL SYLLABLE PWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD432,
        name: "HANGUL SYLLABLE PWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD433,
        name: "HANGUL SYLLABLE PWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD434,
        name: "HANGUL SYLLABLE PWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD435,
        name: "HANGUL SYLLABLE PWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD436,
        name: "HANGUL SYLLABLE PWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD437,
        name: "HANGUL SYLLABLE PWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD438,
        name: "HANGUL SYLLABLE PWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD439,
        name: "HANGUL SYLLABLE PWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD43A,
        name: "HANGUL SYLLABLE PWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD43B,
        name: "HANGUL SYLLABLE PWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD43C,
        name: "HANGUL SYLLABLE PWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD43D,
        name: "HANGUL SYLLABLE PWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD43E,
        name: "HANGUL SYLLABLE PWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD43F,
        name: "HANGUL SYLLABLE PWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD440,
        name: "HANGUL SYLLABLE POE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD441,
        name: "HANGUL SYLLABLE POEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD442,
        name: "HANGUL SYLLABLE POEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD443,
        name: "HANGUL SYLLABLE POEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD444,
        name: "HANGUL SYLLABLE POEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD445,
        name: "HANGUL SYLLABLE POENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD446,
        name: "HANGUL SYLLABLE POENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD447,
        name: "HANGUL SYLLABLE POED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD448,
        name: "HANGUL SYLLABLE POEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD449,
        name: "HANGUL SYLLABLE POELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD44A,
        name: "HANGUL SYLLABLE POELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD44B,
        name: "HANGUL SYLLABLE POELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD44C,
        name: "HANGUL SYLLABLE POELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD44D,
        name: "HANGUL SYLLABLE POELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD44E,
        name: "HANGUL SYLLABLE POELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD44F,
        name: "HANGUL SYLLABLE POELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD450,
        name: "HANGUL SYLLABLE POEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD451,
        name: "HANGUL SYLLABLE POEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD452,
        name: "HANGUL SYLLABLE POEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD453,
        name: "HANGUL SYLLABLE POES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD454,
        name: "HANGUL SYLLABLE POESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD455,
        name: "HANGUL SYLLABLE POENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD456,
        name: "HANGUL SYLLABLE POEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD457,
        name: "HANGUL SYLLABLE POEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD458,
        name: "HANGUL SYLLABLE POEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD459,
        name: "HANGUL SYLLABLE POET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD45A,
        name: "HANGUL SYLLABLE POEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD45B,
        name: "HANGUL SYLLABLE POEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD45C,
        name: "HANGUL SYLLABLE PYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD45D,
        name: "HANGUL SYLLABLE PYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD45E,
        name: "HANGUL SYLLABLE PYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD45F,
        name: "HANGUL SYLLABLE PYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD460,
        name: "HANGUL SYLLABLE PYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD461,
        name: "HANGUL SYLLABLE PYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD462,
        name: "HANGUL SYLLABLE PYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD463,
        name: "HANGUL SYLLABLE PYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD464,
        name: "HANGUL SYLLABLE PYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD465,
        name: "HANGUL SYLLABLE PYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD466,
        name: "HANGUL SYLLABLE PYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD467,
        name: "HANGUL SYLLABLE PYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD468,
        name: "HANGUL SYLLABLE PYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD469,
        name: "HANGUL SYLLABLE PYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD46A,
        name: "HANGUL SYLLABLE PYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD46B,
        name: "HANGUL SYLLABLE PYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD46C,
        name: "HANGUL SYLLABLE PYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD46D,
        name: "HANGUL SYLLABLE PYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD46E,
        name: "HANGUL SYLLABLE PYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD46F,
        name: "HANGUL SYLLABLE PYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD470,
        name: "HANGUL SYLLABLE PYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD471,
        name: "HANGUL SYLLABLE PYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD472,
        name: "HANGUL SYLLABLE PYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD473,
        name: "HANGUL SYLLABLE PYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD474,
        name: "HANGUL SYLLABLE PYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD475,
        name: "HANGUL SYLLABLE PYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD476,
        name: "HANGUL SYLLABLE PYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD477,
        name: "HANGUL SYLLABLE PYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD478,
        name: "HANGUL SYLLABLE PU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD479,
        name: "HANGUL SYLLABLE PUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD47A,
        name: "HANGUL SYLLABLE PUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD47B,
        name: "HANGUL SYLLABLE PUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD47C,
        name: "HANGUL SYLLABLE PUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD47D,
        name: "HANGUL SYLLABLE PUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD47E,
        name: "HANGUL SYLLABLE PUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD47F,
        name: "HANGUL SYLLABLE PUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD480,
        name: "HANGUL SYLLABLE PUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD481,
        name: "HANGUL SYLLABLE PULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD482,
        name: "HANGUL SYLLABLE PULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD483,
        name: "HANGUL SYLLABLE PULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD484,
        name: "HANGUL SYLLABLE PULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD485,
        name: "HANGUL SYLLABLE PULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD486,
        name: "HANGUL SYLLABLE PULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD487,
        name: "HANGUL SYLLABLE PULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD488,
        name: "HANGUL SYLLABLE PUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD489,
        name: "HANGUL SYLLABLE PUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD48A,
        name: "HANGUL SYLLABLE PUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD48B,
        name: "HANGUL SYLLABLE PUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD48C,
        name: "HANGUL SYLLABLE PUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD48D,
        name: "HANGUL SYLLABLE PUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD48E,
        name: "HANGUL SYLLABLE PUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD48F,
        name: "HANGUL SYLLABLE PUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD490,
        name: "HANGUL SYLLABLE PUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD491,
        name: "HANGUL SYLLABLE PUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD492,
        name: "HANGUL SYLLABLE PUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD493,
        name: "HANGUL SYLLABLE PUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD494,
        name: "HANGUL SYLLABLE PWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD495,
        name: "HANGUL SYLLABLE PWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD496,
        name: "HANGUL SYLLABLE PWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD497,
        name: "HANGUL SYLLABLE PWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD498,
        name: "HANGUL SYLLABLE PWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD499,
        name: "HANGUL SYLLABLE PWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD49A,
        name: "HANGUL SYLLABLE PWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD49B,
        name: "HANGUL SYLLABLE PWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD49C,
        name: "HANGUL SYLLABLE PWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD49D,
        name: "HANGUL SYLLABLE PWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD49E,
        name: "HANGUL SYLLABLE PWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD49F,
        name: "HANGUL SYLLABLE PWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A0,
        name: "HANGUL SYLLABLE PWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A1,
        name: "HANGUL SYLLABLE PWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A2,
        name: "HANGUL SYLLABLE PWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A3,
        name: "HANGUL SYLLABLE PWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A4,
        name: "HANGUL SYLLABLE PWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A5,
        name: "HANGUL SYLLABLE PWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A6,
        name: "HANGUL SYLLABLE PWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A7,
        name: "HANGUL SYLLABLE PWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A8,
        name: "HANGUL SYLLABLE PWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4A9,
        name: "HANGUL SYLLABLE PWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4AA,
        name: "HANGUL SYLLABLE PWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4AB,
        name: "HANGUL SYLLABLE PWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4AC,
        name: "HANGUL SYLLABLE PWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4AD,
        name: "HANGUL SYLLABLE PWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4AE,
        name: "HANGUL SYLLABLE PWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4AF,
        name: "HANGUL SYLLABLE PWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B0,
        name: "HANGUL SYLLABLE PWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B1,
        name: "HANGUL SYLLABLE PWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B2,
        name: "HANGUL SYLLABLE PWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B3,
        name: "HANGUL SYLLABLE PWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B4,
        name: "HANGUL SYLLABLE PWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B5,
        name: "HANGUL SYLLABLE PWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B6,
        name: "HANGUL SYLLABLE PWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B7,
        name: "HANGUL SYLLABLE PWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B8,
        name: "HANGUL SYLLABLE PWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4B9,
        name: "HANGUL SYLLABLE PWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4BA,
        name: "HANGUL SYLLABLE PWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4BB,
        name: "HANGUL SYLLABLE PWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4BC,
        name: "HANGUL SYLLABLE PWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4BD,
        name: "HANGUL SYLLABLE PWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4BE,
        name: "HANGUL SYLLABLE PWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4BF,
        name: "HANGUL SYLLABLE PWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C0,
        name: "HANGUL SYLLABLE PWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C1,
        name: "HANGUL SYLLABLE PWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C2,
        name: "HANGUL SYLLABLE PWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C3,
        name: "HANGUL SYLLABLE PWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C4,
        name: "HANGUL SYLLABLE PWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C5,
        name: "HANGUL SYLLABLE PWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C6,
        name: "HANGUL SYLLABLE PWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C7,
        name: "HANGUL SYLLABLE PWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C8,
        name: "HANGUL SYLLABLE PWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4C9,
        name: "HANGUL SYLLABLE PWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4CA,
        name: "HANGUL SYLLABLE PWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4CB,
        name: "HANGUL SYLLABLE PWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4CC,
        name: "HANGUL SYLLABLE PWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4CD,
        name: "HANGUL SYLLABLE PWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4CE,
        name: "HANGUL SYLLABLE PWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4CF,
        name: "HANGUL SYLLABLE PWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D0,
        name: "HANGUL SYLLABLE PWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D1,
        name: "HANGUL SYLLABLE PWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D2,
        name: "HANGUL SYLLABLE PWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D3,
        name: "HANGUL SYLLABLE PWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D4,
        name: "HANGUL SYLLABLE PWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D5,
        name: "HANGUL SYLLABLE PWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D6,
        name: "HANGUL SYLLABLE PWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D7,
        name: "HANGUL SYLLABLE PWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D8,
        name: "HANGUL SYLLABLE PWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4D9,
        name: "HANGUL SYLLABLE PWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4DA,
        name: "HANGUL SYLLABLE PWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4DB,
        name: "HANGUL SYLLABLE PWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4DC,
        name: "HANGUL SYLLABLE PWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4DD,
        name: "HANGUL SYLLABLE PWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4DE,
        name: "HANGUL SYLLABLE PWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4DF,
        name: "HANGUL SYLLABLE PWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E0,
        name: "HANGUL SYLLABLE PWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E1,
        name: "HANGUL SYLLABLE PWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E2,
        name: "HANGUL SYLLABLE PWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E3,
        name: "HANGUL SYLLABLE PWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E4,
        name: "HANGUL SYLLABLE PWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E5,
        name: "HANGUL SYLLABLE PWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E6,
        name: "HANGUL SYLLABLE PWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E7,
        name: "HANGUL SYLLABLE PWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E8,
        name: "HANGUL SYLLABLE PYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4E9,
        name: "HANGUL SYLLABLE PYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4EA,
        name: "HANGUL SYLLABLE PYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4EB,
        name: "HANGUL SYLLABLE PYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4EC,
        name: "HANGUL SYLLABLE PYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4ED,
        name: "HANGUL SYLLABLE PYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4EE,
        name: "HANGUL SYLLABLE PYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4EF,
        name: "HANGUL SYLLABLE PYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F0,
        name: "HANGUL SYLLABLE PYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F1,
        name: "HANGUL SYLLABLE PYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F2,
        name: "HANGUL SYLLABLE PYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F3,
        name: "HANGUL SYLLABLE PYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F4,
        name: "HANGUL SYLLABLE PYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F5,
        name: "HANGUL SYLLABLE PYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F6,
        name: "HANGUL SYLLABLE PYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F7,
        name: "HANGUL SYLLABLE PYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F8,
        name: "HANGUL SYLLABLE PYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4F9,
        name: "HANGUL SYLLABLE PYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4FA,
        name: "HANGUL SYLLABLE PYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4FB,
        name: "HANGUL SYLLABLE PYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4FC,
        name: "HANGUL SYLLABLE PYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4FD,
        name: "HANGUL SYLLABLE PYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4FE,
        name: "HANGUL SYLLABLE PYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD4FF,
        name: "HANGUL SYLLABLE PYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD500,
        name: "HANGUL SYLLABLE PYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD501,
        name: "HANGUL SYLLABLE PYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD502,
        name: "HANGUL SYLLABLE PYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD503,
        name: "HANGUL SYLLABLE PYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD504,
        name: "HANGUL SYLLABLE PEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD505,
        name: "HANGUL SYLLABLE PEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD506,
        name: "HANGUL SYLLABLE PEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD507,
        name: "HANGUL SYLLABLE PEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD508,
        name: "HANGUL SYLLABLE PEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD509,
        name: "HANGUL SYLLABLE PEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD50A,
        name: "HANGUL SYLLABLE PEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD50B,
        name: "HANGUL SYLLABLE PEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD50C,
        name: "HANGUL SYLLABLE PEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD50D,
        name: "HANGUL SYLLABLE PEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD50E,
        name: "HANGUL SYLLABLE PEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD50F,
        name: "HANGUL SYLLABLE PEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD510,
        name: "HANGUL SYLLABLE PEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD511,
        name: "HANGUL SYLLABLE PEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD512,
        name: "HANGUL SYLLABLE PEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD513,
        name: "HANGUL SYLLABLE PEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD514,
        name: "HANGUL SYLLABLE PEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD515,
        name: "HANGUL SYLLABLE PEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD516,
        name: "HANGUL SYLLABLE PEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD517,
        name: "HANGUL SYLLABLE PEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD518,
        name: "HANGUL SYLLABLE PEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD519,
        name: "HANGUL SYLLABLE PEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD51A,
        name: "HANGUL SYLLABLE PEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD51B,
        name: "HANGUL SYLLABLE PEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD51C,
        name: "HANGUL SYLLABLE PEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD51D,
        name: "HANGUL SYLLABLE PEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD51E,
        name: "HANGUL SYLLABLE PEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD51F,
        name: "HANGUL SYLLABLE PEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD520,
        name: "HANGUL SYLLABLE PYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD521,
        name: "HANGUL SYLLABLE PYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD522,
        name: "HANGUL SYLLABLE PYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD523,
        name: "HANGUL SYLLABLE PYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD524,
        name: "HANGUL SYLLABLE PYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD525,
        name: "HANGUL SYLLABLE PYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD526,
        name: "HANGUL SYLLABLE PYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD527,
        name: "HANGUL SYLLABLE PYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD528,
        name: "HANGUL SYLLABLE PYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD529,
        name: "HANGUL SYLLABLE PYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD52A,
        name: "HANGUL SYLLABLE PYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD52B,
        name: "HANGUL SYLLABLE PYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD52C,
        name: "HANGUL SYLLABLE PYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD52D,
        name: "HANGUL SYLLABLE PYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD52E,
        name: "HANGUL SYLLABLE PYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD52F,
        name: "HANGUL SYLLABLE PYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD530,
        name: "HANGUL SYLLABLE PYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD531,
        name: "HANGUL SYLLABLE PYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD532,
        name: "HANGUL SYLLABLE PYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD533,
        name: "HANGUL SYLLABLE PYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD534,
        name: "HANGUL SYLLABLE PYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD535,
        name: "HANGUL SYLLABLE PYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD536,
        name: "HANGUL SYLLABLE PYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD537,
        name: "HANGUL SYLLABLE PYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD538,
        name: "HANGUL SYLLABLE PYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD539,
        name: "HANGUL SYLLABLE PYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD53A,
        name: "HANGUL SYLLABLE PYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD53B,
        name: "HANGUL SYLLABLE PYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD53C,
        name: "HANGUL SYLLABLE PI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD53D,
        name: "HANGUL SYLLABLE PIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD53E,
        name: "HANGUL SYLLABLE PIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD53F,
        name: "HANGUL SYLLABLE PIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD540,
        name: "HANGUL SYLLABLE PIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD541,
        name: "HANGUL SYLLABLE PINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD542,
        name: "HANGUL SYLLABLE PINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD543,
        name: "HANGUL SYLLABLE PID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD544,
        name: "HANGUL SYLLABLE PIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD545,
        name: "HANGUL SYLLABLE PILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD546,
        name: "HANGUL SYLLABLE PILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD547,
        name: "HANGUL SYLLABLE PILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD548,
        name: "HANGUL SYLLABLE PILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD549,
        name: "HANGUL SYLLABLE PILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD54A,
        name: "HANGUL SYLLABLE PILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD54B,
        name: "HANGUL SYLLABLE PILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD54C,
        name: "HANGUL SYLLABLE PIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD54D,
        name: "HANGUL SYLLABLE PIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD54E,
        name: "HANGUL SYLLABLE PIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD54F,
        name: "HANGUL SYLLABLE PIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD550,
        name: "HANGUL SYLLABLE PISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD551,
        name: "HANGUL SYLLABLE PING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD552,
        name: "HANGUL SYLLABLE PIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD553,
        name: "HANGUL SYLLABLE PIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD554,
        name: "HANGUL SYLLABLE PIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD555,
        name: "HANGUL SYLLABLE PIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD556,
        name: "HANGUL SYLLABLE PIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD557,
        name: "HANGUL SYLLABLE PIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD558,
        name: "HANGUL SYLLABLE HA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD559,
        name: "HANGUL SYLLABLE HAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD55A,
        name: "HANGUL SYLLABLE HAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD55B,
        name: "HANGUL SYLLABLE HAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD55C,
        name: "HANGUL SYLLABLE HAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD55D,
        name: "HANGUL SYLLABLE HANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD55E,
        name: "HANGUL SYLLABLE HANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD55F,
        name: "HANGUL SYLLABLE HAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD560,
        name: "HANGUL SYLLABLE HAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD561,
        name: "HANGUL SYLLABLE HALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD562,
        name: "HANGUL SYLLABLE HALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD563,
        name: "HANGUL SYLLABLE HALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD564,
        name: "HANGUL SYLLABLE HALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD565,
        name: "HANGUL SYLLABLE HALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD566,
        name: "HANGUL SYLLABLE HALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD567,
        name: "HANGUL SYLLABLE HALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD568,
        name: "HANGUL SYLLABLE HAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD569,
        name: "HANGUL SYLLABLE HAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD56A,
        name: "HANGUL SYLLABLE HABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD56B,
        name: "HANGUL SYLLABLE HAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD56C,
        name: "HANGUL SYLLABLE HASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD56D,
        name: "HANGUL SYLLABLE HANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD56E,
        name: "HANGUL SYLLABLE HAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD56F,
        name: "HANGUL SYLLABLE HAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD570,
        name: "HANGUL SYLLABLE HAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD571,
        name: "HANGUL SYLLABLE HAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD572,
        name: "HANGUL SYLLABLE HAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD573,
        name: "HANGUL SYLLABLE HAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD574,
        name: "HANGUL SYLLABLE HAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD575,
        name: "HANGUL SYLLABLE HAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD576,
        name: "HANGUL SYLLABLE HAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD577,
        name: "HANGUL SYLLABLE HAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD578,
        name: "HANGUL SYLLABLE HAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD579,
        name: "HANGUL SYLLABLE HAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD57A,
        name: "HANGUL SYLLABLE HAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD57B,
        name: "HANGUL SYLLABLE HAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD57C,
        name: "HANGUL SYLLABLE HAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD57D,
        name: "HANGUL SYLLABLE HAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD57E,
        name: "HANGUL SYLLABLE HAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD57F,
        name: "HANGUL SYLLABLE HAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD580,
        name: "HANGUL SYLLABLE HAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD581,
        name: "HANGUL SYLLABLE HAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD582,
        name: "HANGUL SYLLABLE HAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD583,
        name: "HANGUL SYLLABLE HAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD584,
        name: "HANGUL SYLLABLE HAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD585,
        name: "HANGUL SYLLABLE HAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD586,
        name: "HANGUL SYLLABLE HAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD587,
        name: "HANGUL SYLLABLE HAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD588,
        name: "HANGUL SYLLABLE HAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD589,
        name: "HANGUL SYLLABLE HAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD58A,
        name: "HANGUL SYLLABLE HAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD58B,
        name: "HANGUL SYLLABLE HAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD58C,
        name: "HANGUL SYLLABLE HAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD58D,
        name: "HANGUL SYLLABLE HAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD58E,
        name: "HANGUL SYLLABLE HAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD58F,
        name: "HANGUL SYLLABLE HAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD590,
        name: "HANGUL SYLLABLE HYA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD591,
        name: "HANGUL SYLLABLE HYAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD592,
        name: "HANGUL SYLLABLE HYAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD593,
        name: "HANGUL SYLLABLE HYAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD594,
        name: "HANGUL SYLLABLE HYAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD595,
        name: "HANGUL SYLLABLE HYANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD596,
        name: "HANGUL SYLLABLE HYANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD597,
        name: "HANGUL SYLLABLE HYAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD598,
        name: "HANGUL SYLLABLE HYAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD599,
        name: "HANGUL SYLLABLE HYALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD59A,
        name: "HANGUL SYLLABLE HYALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD59B,
        name: "HANGUL SYLLABLE HYALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD59C,
        name: "HANGUL SYLLABLE HYALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD59D,
        name: "HANGUL SYLLABLE HYALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD59E,
        name: "HANGUL SYLLABLE HYALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD59F,
        name: "HANGUL SYLLABLE HYALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A0,
        name: "HANGUL SYLLABLE HYAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A1,
        name: "HANGUL SYLLABLE HYAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A2,
        name: "HANGUL SYLLABLE HYABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A3,
        name: "HANGUL SYLLABLE HYAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A4,
        name: "HANGUL SYLLABLE HYASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A5,
        name: "HANGUL SYLLABLE HYANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A6,
        name: "HANGUL SYLLABLE HYAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A7,
        name: "HANGUL SYLLABLE HYAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A8,
        name: "HANGUL SYLLABLE HYAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5A9,
        name: "HANGUL SYLLABLE HYAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5AA,
        name: "HANGUL SYLLABLE HYAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5AB,
        name: "HANGUL SYLLABLE HYAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5AC,
        name: "HANGUL SYLLABLE HYAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5AD,
        name: "HANGUL SYLLABLE HYAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5AE,
        name: "HANGUL SYLLABLE HYAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5AF,
        name: "HANGUL SYLLABLE HYAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B0,
        name: "HANGUL SYLLABLE HYAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B1,
        name: "HANGUL SYLLABLE HYAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B2,
        name: "HANGUL SYLLABLE HYAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B3,
        name: "HANGUL SYLLABLE HYAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B4,
        name: "HANGUL SYLLABLE HYAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B5,
        name: "HANGUL SYLLABLE HYAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B6,
        name: "HANGUL SYLLABLE HYAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B7,
        name: "HANGUL SYLLABLE HYAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B8,
        name: "HANGUL SYLLABLE HYAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5B9,
        name: "HANGUL SYLLABLE HYAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5BA,
        name: "HANGUL SYLLABLE HYAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5BB,
        name: "HANGUL SYLLABLE HYAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5BC,
        name: "HANGUL SYLLABLE HYAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5BD,
        name: "HANGUL SYLLABLE HYAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5BE,
        name: "HANGUL SYLLABLE HYAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5BF,
        name: "HANGUL SYLLABLE HYAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C0,
        name: "HANGUL SYLLABLE HYAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C1,
        name: "HANGUL SYLLABLE HYAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C2,
        name: "HANGUL SYLLABLE HYAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C3,
        name: "HANGUL SYLLABLE HYAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C4,
        name: "HANGUL SYLLABLE HYAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C5,
        name: "HANGUL SYLLABLE HYAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C6,
        name: "HANGUL SYLLABLE HYAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C7,
        name: "HANGUL SYLLABLE HYAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C8,
        name: "HANGUL SYLLABLE HEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5C9,
        name: "HANGUL SYLLABLE HEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5CA,
        name: "HANGUL SYLLABLE HEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5CB,
        name: "HANGUL SYLLABLE HEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5CC,
        name: "HANGUL SYLLABLE HEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5CD,
        name: "HANGUL SYLLABLE HEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5CE,
        name: "HANGUL SYLLABLE HEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5CF,
        name: "HANGUL SYLLABLE HEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D0,
        name: "HANGUL SYLLABLE HEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D1,
        name: "HANGUL SYLLABLE HEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D2,
        name: "HANGUL SYLLABLE HEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D3,
        name: "HANGUL SYLLABLE HEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D4,
        name: "HANGUL SYLLABLE HEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D5,
        name: "HANGUL SYLLABLE HEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D6,
        name: "HANGUL SYLLABLE HEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D7,
        name: "HANGUL SYLLABLE HEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D8,
        name: "HANGUL SYLLABLE HEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5D9,
        name: "HANGUL SYLLABLE HEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5DA,
        name: "HANGUL SYLLABLE HEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5DB,
        name: "HANGUL SYLLABLE HEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5DC,
        name: "HANGUL SYLLABLE HEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5DD,
        name: "HANGUL SYLLABLE HEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5DE,
        name: "HANGUL SYLLABLE HEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5DF,
        name: "HANGUL SYLLABLE HEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E0,
        name: "HANGUL SYLLABLE HEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E1,
        name: "HANGUL SYLLABLE HEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E2,
        name: "HANGUL SYLLABLE HEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E3,
        name: "HANGUL SYLLABLE HEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E4,
        name: "HANGUL SYLLABLE HE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E5,
        name: "HANGUL SYLLABLE HEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E6,
        name: "HANGUL SYLLABLE HEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E7,
        name: "HANGUL SYLLABLE HEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E8,
        name: "HANGUL SYLLABLE HEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5E9,
        name: "HANGUL SYLLABLE HENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5EA,
        name: "HANGUL SYLLABLE HENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5EB,
        name: "HANGUL SYLLABLE HED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5EC,
        name: "HANGUL SYLLABLE HEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5ED,
        name: "HANGUL SYLLABLE HELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5EE,
        name: "HANGUL SYLLABLE HELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5EF,
        name: "HANGUL SYLLABLE HELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F0,
        name: "HANGUL SYLLABLE HELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F1,
        name: "HANGUL SYLLABLE HELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F2,
        name: "HANGUL SYLLABLE HELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F3,
        name: "HANGUL SYLLABLE HELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F4,
        name: "HANGUL SYLLABLE HEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F5,
        name: "HANGUL SYLLABLE HEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F6,
        name: "HANGUL SYLLABLE HEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F7,
        name: "HANGUL SYLLABLE HES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F8,
        name: "HANGUL SYLLABLE HESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5F9,
        name: "HANGUL SYLLABLE HENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5FA,
        name: "HANGUL SYLLABLE HEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5FB,
        name: "HANGUL SYLLABLE HEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5FC,
        name: "HANGUL SYLLABLE HEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5FD,
        name: "HANGUL SYLLABLE HET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5FE,
        name: "HANGUL SYLLABLE HEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD5FF,
        name: "HANGUL SYLLABLE HEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD600,
        name: "HANGUL SYLLABLE HYEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD601,
        name: "HANGUL SYLLABLE HYEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD602,
        name: "HANGUL SYLLABLE HYEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD603,
        name: "HANGUL SYLLABLE HYEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD604,
        name: "HANGUL SYLLABLE HYEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD605,
        name: "HANGUL SYLLABLE HYEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD606,
        name: "HANGUL SYLLABLE HYEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD607,
        name: "HANGUL SYLLABLE HYEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD608,
        name: "HANGUL SYLLABLE HYEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD609,
        name: "HANGUL SYLLABLE HYEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD60A,
        name: "HANGUL SYLLABLE HYEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD60B,
        name: "HANGUL SYLLABLE HYEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD60C,
        name: "HANGUL SYLLABLE HYEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD60D,
        name: "HANGUL SYLLABLE HYEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD60E,
        name: "HANGUL SYLLABLE HYEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD60F,
        name: "HANGUL SYLLABLE HYEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD610,
        name: "HANGUL SYLLABLE HYEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD611,
        name: "HANGUL SYLLABLE HYEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD612,
        name: "HANGUL SYLLABLE HYEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD613,
        name: "HANGUL SYLLABLE HYEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD614,
        name: "HANGUL SYLLABLE HYEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD615,
        name: "HANGUL SYLLABLE HYEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD616,
        name: "HANGUL SYLLABLE HYEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD617,
        name: "HANGUL SYLLABLE HYEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD618,
        name: "HANGUL SYLLABLE HYEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD619,
        name: "HANGUL SYLLABLE HYEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD61A,
        name: "HANGUL SYLLABLE HYEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD61B,
        name: "HANGUL SYLLABLE HYEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD61C,
        name: "HANGUL SYLLABLE HYE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD61D,
        name: "HANGUL SYLLABLE HYEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD61E,
        name: "HANGUL SYLLABLE HYEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD61F,
        name: "HANGUL SYLLABLE HYEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD620,
        name: "HANGUL SYLLABLE HYEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD621,
        name: "HANGUL SYLLABLE HYENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD622,
        name: "HANGUL SYLLABLE HYENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD623,
        name: "HANGUL SYLLABLE HYED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD624,
        name: "HANGUL SYLLABLE HYEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD625,
        name: "HANGUL SYLLABLE HYELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD626,
        name: "HANGUL SYLLABLE HYELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD627,
        name: "HANGUL SYLLABLE HYELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD628,
        name: "HANGUL SYLLABLE HYELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD629,
        name: "HANGUL SYLLABLE HYELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD62A,
        name: "HANGUL SYLLABLE HYELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD62B,
        name: "HANGUL SYLLABLE HYELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD62C,
        name: "HANGUL SYLLABLE HYEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD62D,
        name: "HANGUL SYLLABLE HYEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD62E,
        name: "HANGUL SYLLABLE HYEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD62F,
        name: "HANGUL SYLLABLE HYES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD630,
        name: "HANGUL SYLLABLE HYESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD631,
        name: "HANGUL SYLLABLE HYENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD632,
        name: "HANGUL SYLLABLE HYEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD633,
        name: "HANGUL SYLLABLE HYEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD634,
        name: "HANGUL SYLLABLE HYEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD635,
        name: "HANGUL SYLLABLE HYET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD636,
        name: "HANGUL SYLLABLE HYEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD637,
        name: "HANGUL SYLLABLE HYEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD638,
        name: "HANGUL SYLLABLE HO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD639,
        name: "HANGUL SYLLABLE HOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD63A,
        name: "HANGUL SYLLABLE HOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD63B,
        name: "HANGUL SYLLABLE HOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD63C,
        name: "HANGUL SYLLABLE HON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD63D,
        name: "HANGUL SYLLABLE HONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD63E,
        name: "HANGUL SYLLABLE HONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD63F,
        name: "HANGUL SYLLABLE HOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD640,
        name: "HANGUL SYLLABLE HOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD641,
        name: "HANGUL SYLLABLE HOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD642,
        name: "HANGUL SYLLABLE HOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD643,
        name: "HANGUL SYLLABLE HOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD644,
        name: "HANGUL SYLLABLE HOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD645,
        name: "HANGUL SYLLABLE HOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD646,
        name: "HANGUL SYLLABLE HOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD647,
        name: "HANGUL SYLLABLE HOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD648,
        name: "HANGUL SYLLABLE HOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD649,
        name: "HANGUL SYLLABLE HOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD64A,
        name: "HANGUL SYLLABLE HOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD64B,
        name: "HANGUL SYLLABLE HOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD64C,
        name: "HANGUL SYLLABLE HOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD64D,
        name: "HANGUL SYLLABLE HONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD64E,
        name: "HANGUL SYLLABLE HOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD64F,
        name: "HANGUL SYLLABLE HOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD650,
        name: "HANGUL SYLLABLE HOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD651,
        name: "HANGUL SYLLABLE HOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD652,
        name: "HANGUL SYLLABLE HOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD653,
        name: "HANGUL SYLLABLE HOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD654,
        name: "HANGUL SYLLABLE HWA",
    },
    Character {
        age: "2.0",
        codepoint: 0xD655,
        name: "HANGUL SYLLABLE HWAG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD656,
        name: "HANGUL SYLLABLE HWAGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD657,
        name: "HANGUL SYLLABLE HWAGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD658,
        name: "HANGUL SYLLABLE HWAN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD659,
        name: "HANGUL SYLLABLE HWANJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD65A,
        name: "HANGUL SYLLABLE HWANH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD65B,
        name: "HANGUL SYLLABLE HWAD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD65C,
        name: "HANGUL SYLLABLE HWAL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD65D,
        name: "HANGUL SYLLABLE HWALG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD65E,
        name: "HANGUL SYLLABLE HWALM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD65F,
        name: "HANGUL SYLLABLE HWALB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD660,
        name: "HANGUL SYLLABLE HWALS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD661,
        name: "HANGUL SYLLABLE HWALT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD662,
        name: "HANGUL SYLLABLE HWALP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD663,
        name: "HANGUL SYLLABLE HWALH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD664,
        name: "HANGUL SYLLABLE HWAM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD665,
        name: "HANGUL SYLLABLE HWAB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD666,
        name: "HANGUL SYLLABLE HWABS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD667,
        name: "HANGUL SYLLABLE HWAS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD668,
        name: "HANGUL SYLLABLE HWASS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD669,
        name: "HANGUL SYLLABLE HWANG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD66A,
        name: "HANGUL SYLLABLE HWAJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD66B,
        name: "HANGUL SYLLABLE HWAC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD66C,
        name: "HANGUL SYLLABLE HWAK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD66D,
        name: "HANGUL SYLLABLE HWAT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD66E,
        name: "HANGUL SYLLABLE HWAP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD66F,
        name: "HANGUL SYLLABLE HWAH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD670,
        name: "HANGUL SYLLABLE HWAE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD671,
        name: "HANGUL SYLLABLE HWAEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD672,
        name: "HANGUL SYLLABLE HWAEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD673,
        name: "HANGUL SYLLABLE HWAEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD674,
        name: "HANGUL SYLLABLE HWAEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD675,
        name: "HANGUL SYLLABLE HWAENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD676,
        name: "HANGUL SYLLABLE HWAENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD677,
        name: "HANGUL SYLLABLE HWAED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD678,
        name: "HANGUL SYLLABLE HWAEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD679,
        name: "HANGUL SYLLABLE HWAELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD67A,
        name: "HANGUL SYLLABLE HWAELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD67B,
        name: "HANGUL SYLLABLE HWAELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD67C,
        name: "HANGUL SYLLABLE HWAELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD67D,
        name: "HANGUL SYLLABLE HWAELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD67E,
        name: "HANGUL SYLLABLE HWAELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD67F,
        name: "HANGUL SYLLABLE HWAELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD680,
        name: "HANGUL SYLLABLE HWAEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD681,
        name: "HANGUL SYLLABLE HWAEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD682,
        name: "HANGUL SYLLABLE HWAEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD683,
        name: "HANGUL SYLLABLE HWAES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD684,
        name: "HANGUL SYLLABLE HWAESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD685,
        name: "HANGUL SYLLABLE HWAENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD686,
        name: "HANGUL SYLLABLE HWAEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD687,
        name: "HANGUL SYLLABLE HWAEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD688,
        name: "HANGUL SYLLABLE HWAEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD689,
        name: "HANGUL SYLLABLE HWAET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD68A,
        name: "HANGUL SYLLABLE HWAEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD68B,
        name: "HANGUL SYLLABLE HWAEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD68C,
        name: "HANGUL SYLLABLE HOE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD68D,
        name: "HANGUL SYLLABLE HOEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD68E,
        name: "HANGUL SYLLABLE HOEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD68F,
        name: "HANGUL SYLLABLE HOEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD690,
        name: "HANGUL SYLLABLE HOEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD691,
        name: "HANGUL SYLLABLE HOENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD692,
        name: "HANGUL SYLLABLE HOENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD693,
        name: "HANGUL SYLLABLE HOED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD694,
        name: "HANGUL SYLLABLE HOEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD695,
        name: "HANGUL SYLLABLE HOELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD696,
        name: "HANGUL SYLLABLE HOELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD697,
        name: "HANGUL SYLLABLE HOELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD698,
        name: "HANGUL SYLLABLE HOELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD699,
        name: "HANGUL SYLLABLE HOELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD69A,
        name: "HANGUL SYLLABLE HOELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD69B,
        name: "HANGUL SYLLABLE HOELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD69C,
        name: "HANGUL SYLLABLE HOEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD69D,
        name: "HANGUL SYLLABLE HOEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD69E,
        name: "HANGUL SYLLABLE HOEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD69F,
        name: "HANGUL SYLLABLE HOES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A0,
        name: "HANGUL SYLLABLE HOESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A1,
        name: "HANGUL SYLLABLE HOENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A2,
        name: "HANGUL SYLLABLE HOEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A3,
        name: "HANGUL SYLLABLE HOEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A4,
        name: "HANGUL SYLLABLE HOEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A5,
        name: "HANGUL SYLLABLE HOET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A6,
        name: "HANGUL SYLLABLE HOEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A7,
        name: "HANGUL SYLLABLE HOEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A8,
        name: "HANGUL SYLLABLE HYO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6A9,
        name: "HANGUL SYLLABLE HYOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6AA,
        name: "HANGUL SYLLABLE HYOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6AB,
        name: "HANGUL SYLLABLE HYOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6AC,
        name: "HANGUL SYLLABLE HYON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6AD,
        name: "HANGUL SYLLABLE HYONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6AE,
        name: "HANGUL SYLLABLE HYONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6AF,
        name: "HANGUL SYLLABLE HYOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B0,
        name: "HANGUL SYLLABLE HYOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B1,
        name: "HANGUL SYLLABLE HYOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B2,
        name: "HANGUL SYLLABLE HYOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B3,
        name: "HANGUL SYLLABLE HYOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B4,
        name: "HANGUL SYLLABLE HYOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B5,
        name: "HANGUL SYLLABLE HYOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B6,
        name: "HANGUL SYLLABLE HYOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B7,
        name: "HANGUL SYLLABLE HYOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B8,
        name: "HANGUL SYLLABLE HYOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6B9,
        name: "HANGUL SYLLABLE HYOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6BA,
        name: "HANGUL SYLLABLE HYOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6BB,
        name: "HANGUL SYLLABLE HYOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6BC,
        name: "HANGUL SYLLABLE HYOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6BD,
        name: "HANGUL SYLLABLE HYONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6BE,
        name: "HANGUL SYLLABLE HYOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6BF,
        name: "HANGUL SYLLABLE HYOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C0,
        name: "HANGUL SYLLABLE HYOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C1,
        name: "HANGUL SYLLABLE HYOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C2,
        name: "HANGUL SYLLABLE HYOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C3,
        name: "HANGUL SYLLABLE HYOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C4,
        name: "HANGUL SYLLABLE HU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C5,
        name: "HANGUL SYLLABLE HUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C6,
        name: "HANGUL SYLLABLE HUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C7,
        name: "HANGUL SYLLABLE HUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C8,
        name: "HANGUL SYLLABLE HUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6C9,
        name: "HANGUL SYLLABLE HUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6CA,
        name: "HANGUL SYLLABLE HUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6CB,
        name: "HANGUL SYLLABLE HUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6CC,
        name: "HANGUL SYLLABLE HUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6CD,
        name: "HANGUL SYLLABLE HULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6CE,
        name: "HANGUL SYLLABLE HULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6CF,
        name: "HANGUL SYLLABLE HULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D0,
        name: "HANGUL SYLLABLE HULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D1,
        name: "HANGUL SYLLABLE HULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D2,
        name: "HANGUL SYLLABLE HULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D3,
        name: "HANGUL SYLLABLE HULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D4,
        name: "HANGUL SYLLABLE HUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D5,
        name: "HANGUL SYLLABLE HUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D6,
        name: "HANGUL SYLLABLE HUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D7,
        name: "HANGUL SYLLABLE HUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D8,
        name: "HANGUL SYLLABLE HUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6D9,
        name: "HANGUL SYLLABLE HUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6DA,
        name: "HANGUL SYLLABLE HUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6DB,
        name: "HANGUL SYLLABLE HUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6DC,
        name: "HANGUL SYLLABLE HUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6DD,
        name: "HANGUL SYLLABLE HUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6DE,
        name: "HANGUL SYLLABLE HUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6DF,
        name: "HANGUL SYLLABLE HUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E0,
        name: "HANGUL SYLLABLE HWEO",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E1,
        name: "HANGUL SYLLABLE HWEOG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E2,
        name: "HANGUL SYLLABLE HWEOGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E3,
        name: "HANGUL SYLLABLE HWEOGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E4,
        name: "HANGUL SYLLABLE HWEON",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E5,
        name: "HANGUL SYLLABLE HWEONJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E6,
        name: "HANGUL SYLLABLE HWEONH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E7,
        name: "HANGUL SYLLABLE HWEOD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E8,
        name: "HANGUL SYLLABLE HWEOL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6E9,
        name: "HANGUL SYLLABLE HWEOLG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6EA,
        name: "HANGUL SYLLABLE HWEOLM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6EB,
        name: "HANGUL SYLLABLE HWEOLB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6EC,
        name: "HANGUL SYLLABLE HWEOLS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6ED,
        name: "HANGUL SYLLABLE HWEOLT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6EE,
        name: "HANGUL SYLLABLE HWEOLP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6EF,
        name: "HANGUL SYLLABLE HWEOLH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F0,
        name: "HANGUL SYLLABLE HWEOM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F1,
        name: "HANGUL SYLLABLE HWEOB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F2,
        name: "HANGUL SYLLABLE HWEOBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F3,
        name: "HANGUL SYLLABLE HWEOS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F4,
        name: "HANGUL SYLLABLE HWEOSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F5,
        name: "HANGUL SYLLABLE HWEONG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F6,
        name: "HANGUL SYLLABLE HWEOJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F7,
        name: "HANGUL SYLLABLE HWEOC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F8,
        name: "HANGUL SYLLABLE HWEOK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6F9,
        name: "HANGUL SYLLABLE HWEOT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6FA,
        name: "HANGUL SYLLABLE HWEOP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6FB,
        name: "HANGUL SYLLABLE HWEOH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6FC,
        name: "HANGUL SYLLABLE HWE",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6FD,
        name: "HANGUL SYLLABLE HWEG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6FE,
        name: "HANGUL SYLLABLE HWEGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD6FF,
        name: "HANGUL SYLLABLE HWEGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD700,
        name: "HANGUL SYLLABLE HWEN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD701,
        name: "HANGUL SYLLABLE HWENJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD702,
        name: "HANGUL SYLLABLE HWENH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD703,
        name: "HANGUL SYLLABLE HWED",
    },
    Character {
        age: "2.0",
        codepoint: 0xD704,
        name: "HANGUL SYLLABLE HWEL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD705,
        name: "HANGUL SYLLABLE HWELG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD706,
        name: "HANGUL SYLLABLE HWELM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD707,
        name: "HANGUL SYLLABLE HWELB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD708,
        name: "HANGUL SYLLABLE HWELS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD709,
        name: "HANGUL SYLLABLE HWELT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD70A,
        name: "HANGUL SYLLABLE HWELP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD70B,
        name: "HANGUL SYLLABLE HWELH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD70C,
        name: "HANGUL SYLLABLE HWEM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD70D,
        name: "HANGUL SYLLABLE HWEB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD70E,
        name: "HANGUL SYLLABLE HWEBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD70F,
        name: "HANGUL SYLLABLE HWES",
    },
    Character {
        age: "2.0",
        codepoint: 0xD710,
        name: "HANGUL SYLLABLE HWESS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD711,
        name: "HANGUL SYLLABLE HWENG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD712,
        name: "HANGUL SYLLABLE HWEJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD713,
        name: "HANGUL SYLLABLE HWEC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD714,
        name: "HANGUL SYLLABLE HWEK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD715,
        name: "HANGUL SYLLABLE HWET",
    },
    Character {
        age: "2.0",
        codepoint: 0xD716,
        name: "HANGUL SYLLABLE HWEP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD717,
        name: "HANGUL SYLLABLE HWEH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD718,
        name: "HANGUL SYLLABLE HWI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD719,
        name: "HANGUL SYLLABLE HWIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD71A,
        name: "HANGUL SYLLABLE HWIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD71B,
        name: "HANGUL SYLLABLE HWIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD71C,
        name: "HANGUL SYLLABLE HWIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD71D,
        name: "HANGUL SYLLABLE HWINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD71E,
        name: "HANGUL SYLLABLE HWINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD71F,
        name: "HANGUL SYLLABLE HWID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD720,
        name: "HANGUL SYLLABLE HWIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD721,
        name: "HANGUL SYLLABLE HWILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD722,
        name: "HANGUL SYLLABLE HWILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD723,
        name: "HANGUL SYLLABLE HWILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD724,
        name: "HANGUL SYLLABLE HWILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD725,
        name: "HANGUL SYLLABLE HWILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD726,
        name: "HANGUL SYLLABLE HWILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD727,
        name: "HANGUL SYLLABLE HWILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD728,
        name: "HANGUL SYLLABLE HWIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD729,
        name: "HANGUL SYLLABLE HWIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD72A,
        name: "HANGUL SYLLABLE HWIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD72B,
        name: "HANGUL SYLLABLE HWIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD72C,
        name: "HANGUL SYLLABLE HWISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD72D,
        name: "HANGUL SYLLABLE HWING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD72E,
        name: "HANGUL SYLLABLE HWIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD72F,
        name: "HANGUL SYLLABLE HWIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD730,
        name: "HANGUL SYLLABLE HWIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD731,
        name: "HANGUL SYLLABLE HWIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD732,
        name: "HANGUL SYLLABLE HWIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD733,
        name: "HANGUL SYLLABLE HWIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD734,
        name: "HANGUL SYLLABLE HYU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD735,
        name: "HANGUL SYLLABLE HYUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD736,
        name: "HANGUL SYLLABLE HYUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD737,
        name: "HANGUL SYLLABLE HYUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD738,
        name: "HANGUL SYLLABLE HYUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD739,
        name: "HANGUL SYLLABLE HYUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD73A,
        name: "HANGUL SYLLABLE HYUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD73B,
        name: "HANGUL SYLLABLE HYUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD73C,
        name: "HANGUL SYLLABLE HYUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD73D,
        name: "HANGUL SYLLABLE HYULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD73E,
        name: "HANGUL SYLLABLE HYULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD73F,
        name: "HANGUL SYLLABLE HYULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD740,
        name: "HANGUL SYLLABLE HYULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD741,
        name: "HANGUL SYLLABLE HYULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD742,
        name: "HANGUL SYLLABLE HYULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD743,
        name: "HANGUL SYLLABLE HYULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD744,
        name: "HANGUL SYLLABLE HYUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD745,
        name: "HANGUL SYLLABLE HYUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD746,
        name: "HANGUL SYLLABLE HYUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD747,
        name: "HANGUL SYLLABLE HYUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD748,
        name: "HANGUL SYLLABLE HYUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD749,
        name: "HANGUL SYLLABLE HYUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD74A,
        name: "HANGUL SYLLABLE HYUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD74B,
        name: "HANGUL SYLLABLE HYUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD74C,
        name: "HANGUL SYLLABLE HYUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD74D,
        name: "HANGUL SYLLABLE HYUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD74E,
        name: "HANGUL SYLLABLE HYUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD74F,
        name: "HANGUL SYLLABLE HYUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD750,
        name: "HANGUL SYLLABLE HEU",
    },
    Character {
        age: "2.0",
        codepoint: 0xD751,
        name: "HANGUL SYLLABLE HEUG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD752,
        name: "HANGUL SYLLABLE HEUGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD753,
        name: "HANGUL SYLLABLE HEUGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD754,
        name: "HANGUL SYLLABLE HEUN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD755,
        name: "HANGUL SYLLABLE HEUNJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD756,
        name: "HANGUL SYLLABLE HEUNH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD757,
        name: "HANGUL SYLLABLE HEUD",
    },
    Character {
        age: "2.0",
        codepoint: 0xD758,
        name: "HANGUL SYLLABLE HEUL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD759,
        name: "HANGUL SYLLABLE HEULG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD75A,
        name: "HANGUL SYLLABLE HEULM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD75B,
        name: "HANGUL SYLLABLE HEULB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD75C,
        name: "HANGUL SYLLABLE HEULS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD75D,
        name: "HANGUL SYLLABLE HEULT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD75E,
        name: "HANGUL SYLLABLE HEULP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD75F,
        name: "HANGUL SYLLABLE HEULH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD760,
        name: "HANGUL SYLLABLE HEUM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD761,
        name: "HANGUL SYLLABLE HEUB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD762,
        name: "HANGUL SYLLABLE HEUBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD763,
        name: "HANGUL SYLLABLE HEUS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD764,
        name: "HANGUL SYLLABLE HEUSS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD765,
        name: "HANGUL SYLLABLE HEUNG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD766,
        name: "HANGUL SYLLABLE HEUJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD767,
        name: "HANGUL SYLLABLE HEUC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD768,
        name: "HANGUL SYLLABLE HEUK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD769,
        name: "HANGUL SYLLABLE HEUT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD76A,
        name: "HANGUL SYLLABLE HEUP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD76B,
        name: "HANGUL SYLLABLE HEUH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD76C,
        name: "HANGUL SYLLABLE HYI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD76D,
        name: "HANGUL SYLLABLE HYIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD76E,
        name: "HANGUL SYLLABLE HYIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD76F,
        name: "HANGUL SYLLABLE HYIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD770,
        name: "HANGUL SYLLABLE HYIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD771,
        name: "HANGUL SYLLABLE HYINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD772,
        name: "HANGUL SYLLABLE HYINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD773,
        name: "HANGUL SYLLABLE HYID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD774,
        name: "HANGUL SYLLABLE HYIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD775,
        name: "HANGUL SYLLABLE HYILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD776,
        name: "HANGUL SYLLABLE HYILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD777,
        name: "HANGUL SYLLABLE HYILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD778,
        name: "HANGUL SYLLABLE HYILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD779,
        name: "HANGUL SYLLABLE HYILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD77A,
        name: "HANGUL SYLLABLE HYILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD77B,
        name: "HANGUL SYLLABLE HYILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD77C,
        name: "HANGUL SYLLABLE HYIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD77D,
        name: "HANGUL SYLLABLE HYIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD77E,
        name: "HANGUL SYLLABLE HYIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD77F,
        name: "HANGUL SYLLABLE HYIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD780,
        name: "HANGUL SYLLABLE HYISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD781,
        name: "HANGUL SYLLABLE HYING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD782,
        name: "HANGUL SYLLABLE HYIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD783,
        name: "HANGUL SYLLABLE HYIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD784,
        name: "HANGUL SYLLABLE HYIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD785,
        name: "HANGUL SYLLABLE HYIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD786,
        name: "HANGUL SYLLABLE HYIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD787,
        name: "HANGUL SYLLABLE HYIH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD788,
        name: "HANGUL SYLLABLE HI",
    },
    Character {
        age: "2.0",
        codepoint: 0xD789,
        name: "HANGUL SYLLABLE HIG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD78A,
        name: "HANGUL SYLLABLE HIGG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD78B,
        name: "HANGUL SYLLABLE HIGS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD78C,
        name: "HANGUL SYLLABLE HIN",
    },
    Character {
        age: "2.0",
        codepoint: 0xD78D,
        name: "HANGUL SYLLABLE HINJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD78E,
        name: "HANGUL SYLLABLE HINH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD78F,
        name: "HANGUL SYLLABLE HID",
    },
    Character {
        age: "2.0",
        codepoint: 0xD790,
        name: "HANGUL SYLLABLE HIL",
    },
    Character {
        age: "2.0",
        codepoint: 0xD791,
        name: "HANGUL SYLLABLE HILG",
    },
    Character {
        age: "2.0",
        codepoint: 0xD792,
        name: "HANGUL SYLLABLE HILM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD793,
        name: "HANGUL SYLLABLE HILB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD794,
        name: "HANGUL SYLLABLE HILS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD795,
        name: "HANGUL SYLLABLE HILT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD796,
        name: "HANGUL SYLLABLE HILP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD797,
        name: "HANGUL SYLLABLE HILH",
    },
    Character {
        age: "2.0",
        codepoint: 0xD798,
        name: "HANGUL SYLLABLE HIM",
    },
    Character {
        age: "2.0",
        codepoint: 0xD799,
        name: "HANGUL SYLLABLE HIB",
    },
    Character {
        age: "2.0",
        codepoint: 0xD79A,
        name: "HANGUL SYLLABLE HIBS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD79B,
        name: "HANGUL SYLLABLE HIS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD79C,
        name: "HANGUL SYLLABLE HISS",
    },
    Character {
        age: "2.0",
        codepoint: 0xD79D,
        name: "HANGUL SYLLABLE HING",
    },
    Character {
        age: "2.0",
        codepoint: 0xD79E,
        name: "HANGUL SYLLABLE HIJ",
    },
    Character {
        age: "2.0",
        codepoint: 0xD79F,
        name: "HANGUL SYLLABLE HIC",
    },
    Character {
        age: "2.0",
        codepoint: 0xD7A0,
        name: "HANGUL SYLLABLE HIK",
    },
    Character {
        age: "2.0",
        codepoint: 0xD7A1,
        name: "HANGUL SYLLABLE HIT",
    },
    Character {
        age: "2.0",
        codepoint: 0xD7A2,
        name: "HANGUL SYLLABLE HIP",
    },
    Character {
        age: "2.0",
        codepoint: 0xD7A3,
        name: "HANGUL SYLLABLE HIH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B0,
        name: "HANGUL JUNGSEONG O-YEO",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B1,
        name: "HANGUL JUNGSEONG O-O-I",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B2,
        name: "HANGUL JUNGSEONG YO-A",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B3,
        name: "HANGUL JUNGSEONG YO-AE",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B4,
        name: "HANGUL JUNGSEONG YO-EO",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B5,
        name: "HANGUL JUNGSEONG U-YEO",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B6,
        name: "HANGUL JUNGSEONG U-I-I",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B7,
        name: "HANGUL JUNGSEONG YU-AE",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B8,
        name: "HANGUL JUNGSEONG YU-O",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7B9,
        name: "HANGUL JUNGSEONG EU-A",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7BA,
        name: "HANGUL JUNGSEONG EU-EO",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7BB,
        name: "HANGUL JUNGSEONG EU-E",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7BC,
        name: "HANGUL JUNGSEONG EU-O",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7BD,
        name: "HANGUL JUNGSEONG I-YA-O",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7BE,
        name: "HANGUL JUNGSEONG I-YAE",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7BF,
        name: "HANGUL JUNGSEONG I-YEO",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C0,
        name: "HANGUL JUNGSEONG I-YE",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C1,
        name: "HANGUL JUNGSEONG I-O-I",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C2,
        name: "HANGUL JUNGSEONG I-YO",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C3,
        name: "HANGUL JUNGSEONG I-YU",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C4,
        name: "HANGUL JUNGSEONG I-I",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C5,
        name: "HANGUL JUNGSEONG ARAEA-A",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7C6,
        name: "HANGUL JUNGSEONG ARAEA-E",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7CB,
        name: "HANGUL JONGSEONG NIEUN-RIEUL",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7CC,
        name: "HANGUL JONGSEONG NIEUN-CHIEUCH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7CD,
        name: "HANGUL JONGSEONG SSANGTIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7CE,
        name: "HANGUL JONGSEONG SSANGTIKEUT-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7CF,
        name: "HANGUL JONGSEONG TIKEUT-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D0,
        name: "HANGUL JONGSEONG TIKEUT-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D1,
        name: "HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D2,
        name: "HANGUL JONGSEONG TIKEUT-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D3,
        name: "HANGUL JONGSEONG TIKEUT-CHIEUCH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D4,
        name: "HANGUL JONGSEONG TIKEUT-THIEUTH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D5,
        name: "HANGUL JONGSEONG RIEUL-SSANGKIYEOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D6,
        name: "HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D7,
        name: "HANGUL JONGSEONG SSANGRIEUL-KHIEUKH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D8,
        name: "HANGUL JONGSEONG RIEUL-MIEUM-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7D9,
        name: "HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7DA,
        name: "HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7DB,
        name: "HANGUL JONGSEONG RIEUL-YESIEUNG",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7DC,
        name: "HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7DD,
        name: "HANGUL JONGSEONG KAPYEOUNRIEUL",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7DE,
        name: "HANGUL JONGSEONG MIEUM-NIEUN",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7DF,
        name: "HANGUL JONGSEONG MIEUM-SSANGNIEUN",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E0,
        name: "HANGUL JONGSEONG SSANGMIEUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E1,
        name: "HANGUL JONGSEONG MIEUM-PIEUP-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E2,
        name: "HANGUL JONGSEONG MIEUM-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E3,
        name: "HANGUL JONGSEONG PIEUP-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E4,
        name: "HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E5,
        name: "HANGUL JONGSEONG PIEUP-MIEUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E6,
        name: "HANGUL JONGSEONG SSANGPIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E7,
        name: "HANGUL JONGSEONG PIEUP-SIOS-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E8,
        name: "HANGUL JONGSEONG PIEUP-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7E9,
        name: "HANGUL JONGSEONG PIEUP-CHIEUCH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7EA,
        name: "HANGUL JONGSEONG SIOS-MIEUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7EB,
        name: "HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7EC,
        name: "HANGUL JONGSEONG SSANGSIOS-KIYEOK",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7ED,
        name: "HANGUL JONGSEONG SSANGSIOS-TIKEUT",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7EE,
        name: "HANGUL JONGSEONG SIOS-PANSIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7EF,
        name: "HANGUL JONGSEONG SIOS-CIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F0,
        name: "HANGUL JONGSEONG SIOS-CHIEUCH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F1,
        name: "HANGUL JONGSEONG SIOS-THIEUTH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F2,
        name: "HANGUL JONGSEONG SIOS-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F3,
        name: "HANGUL JONGSEONG PANSIOS-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F4,
        name: "HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F5,
        name: "HANGUL JONGSEONG YESIEUNG-MIEUM",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F6,
        name: "HANGUL JONGSEONG YESIEUNG-HIEUH",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F7,
        name: "HANGUL JONGSEONG CIEUC-PIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F8,
        name: "HANGUL JONGSEONG CIEUC-SSANGPIEUP",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7F9,
        name: "HANGUL JONGSEONG SSANGCIEUC",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7FA,
        name: "HANGUL JONGSEONG PHIEUPH-SIOS",
    },
    Character {
        age: "5.2",
        codepoint: 0xD7FB,
        name: "HANGUL JONGSEONG PHIEUPH-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0xF900,
        name: "CJK COMPATIBILITY IDEOGRAPH-F900",
    },
    Character {
        age: "1.1",
        codepoint: 0xF901,
        name: "CJK COMPATIBILITY IDEOGRAPH-F901",
    },
    Character {
        age: "1.1",
        codepoint: 0xF902,
        name: "CJK COMPATIBILITY IDEOGRAPH-F902",
    },
    Character {
        age: "1.1",
        codepoint: 0xF903,
        name: "CJK COMPATIBILITY IDEOGRAPH-F903",
    },
    Character {
        age: "1.1",
        codepoint: 0xF904,
        name: "CJK COMPATIBILITY IDEOGRAPH-F904",
    },
    Character {
        age: "1.1",
        codepoint: 0xF905,
        name: "CJK COMPATIBILITY IDEOGRAPH-F905",
    },
    Character {
        age: "1.1",
        codepoint: 0xF906,
        name: "CJK COMPATIBILITY IDEOGRAPH-F906",
    },
    Character {
        age: "1.1",
        codepoint: 0xF907,
        name: "CJK COMPATIBILITY IDEOGRAPH-F907",
    },
    Character {
        age: "1.1",
        codepoint: 0xF908,
        name: "CJK COMPATIBILITY IDEOGRAPH-F908",
    },
    Character {
        age: "1.1",
        codepoint: 0xF909,
        name: "CJK COMPATIBILITY IDEOGRAPH-F909",
    },
    Character {
        age: "1.1",
        codepoint: 0xF90A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F90A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF90B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F90B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF90C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F90C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF90D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F90D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF90E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F90E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF90F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F90F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF910,
        name: "CJK COMPATIBILITY IDEOGRAPH-F910",
    },
    Character {
        age: "1.1",
        codepoint: 0xF911,
        name: "CJK COMPATIBILITY IDEOGRAPH-F911",
    },
    Character {
        age: "1.1",
        codepoint: 0xF912,
        name: "CJK COMPATIBILITY IDEOGRAPH-F912",
    },
    Character {
        age: "1.1",
        codepoint: 0xF913,
        name: "CJK COMPATIBILITY IDEOGRAPH-F913",
    },
    Character {
        age: "1.1",
        codepoint: 0xF914,
        name: "CJK COMPATIBILITY IDEOGRAPH-F914",
    },
    Character {
        age: "1.1",
        codepoint: 0xF915,
        name: "CJK COMPATIBILITY IDEOGRAPH-F915",
    },
    Character {
        age: "1.1",
        codepoint: 0xF916,
        name: "CJK COMPATIBILITY IDEOGRAPH-F916",
    },
    Character {
        age: "1.1",
        codepoint: 0xF917,
        name: "CJK COMPATIBILITY IDEOGRAPH-F917",
    },
    Character {
        age: "1.1",
        codepoint: 0xF918,
        name: "CJK COMPATIBILITY IDEOGRAPH-F918",
    },
    Character {
        age: "1.1",
        codepoint: 0xF919,
        name: "CJK COMPATIBILITY IDEOGRAPH-F919",
    },
    Character {
        age: "1.1",
        codepoint: 0xF91A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F91A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF91B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F91B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF91C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F91C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF91D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F91D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF91E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F91E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF91F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F91F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF920,
        name: "CJK COMPATIBILITY IDEOGRAPH-F920",
    },
    Character {
        age: "1.1",
        codepoint: 0xF921,
        name: "CJK COMPATIBILITY IDEOGRAPH-F921",
    },
    Character {
        age: "1.1",
        codepoint: 0xF922,
        name: "CJK COMPATIBILITY IDEOGRAPH-F922",
    },
    Character {
        age: "1.1",
        codepoint: 0xF923,
        name: "CJK COMPATIBILITY IDEOGRAPH-F923",
    },
    Character {
        age: "1.1",
        codepoint: 0xF924,
        name: "CJK COMPATIBILITY IDEOGRAPH-F924",
    },
    Character {
        age: "1.1",
        codepoint: 0xF925,
        name: "CJK COMPATIBILITY IDEOGRAPH-F925",
    },
    Character {
        age: "1.1",
        codepoint: 0xF926,
        name: "CJK COMPATIBILITY IDEOGRAPH-F926",
    },
    Character {
        age: "1.1",
        codepoint: 0xF927,
        name: "CJK COMPATIBILITY IDEOGRAPH-F927",
    },
    Character {
        age: "1.1",
        codepoint: 0xF928,
        name: "CJK COMPATIBILITY IDEOGRAPH-F928",
    },
    Character {
        age: "1.1",
        codepoint: 0xF929,
        name: "CJK COMPATIBILITY IDEOGRAPH-F929",
    },
    Character {
        age: "1.1",
        codepoint: 0xF92A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F92A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF92B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F92B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF92C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F92C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF92D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F92D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF92E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F92E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF92F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F92F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF930,
        name: "CJK COMPATIBILITY IDEOGRAPH-F930",
    },
    Character {
        age: "1.1",
        codepoint: 0xF931,
        name: "CJK COMPATIBILITY IDEOGRAPH-F931",
    },
    Character {
        age: "1.1",
        codepoint: 0xF932,
        name: "CJK COMPATIBILITY IDEOGRAPH-F932",
    },
    Character {
        age: "1.1",
        codepoint: 0xF933,
        name: "CJK COMPATIBILITY IDEOGRAPH-F933",
    },
    Character {
        age: "1.1",
        codepoint: 0xF934,
        name: "CJK COMPATIBILITY IDEOGRAPH-F934",
    },
    Character {
        age: "1.1",
        codepoint: 0xF935,
        name: "CJK COMPATIBILITY IDEOGRAPH-F935",
    },
    Character {
        age: "1.1",
        codepoint: 0xF936,
        name: "CJK COMPATIBILITY IDEOGRAPH-F936",
    },
    Character {
        age: "1.1",
        codepoint: 0xF937,
        name: "CJK COMPATIBILITY IDEOGRAPH-F937",
    },
    Character {
        age: "1.1",
        codepoint: 0xF938,
        name: "CJK COMPATIBILITY IDEOGRAPH-F938",
    },
    Character {
        age: "1.1",
        codepoint: 0xF939,
        name: "CJK COMPATIBILITY IDEOGRAPH-F939",
    },
    Character {
        age: "1.1",
        codepoint: 0xF93A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F93A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF93B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F93B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF93C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F93C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF93D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F93D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF93E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F93E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF93F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F93F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF940,
        name: "CJK COMPATIBILITY IDEOGRAPH-F940",
    },
    Character {
        age: "1.1",
        codepoint: 0xF941,
        name: "CJK COMPATIBILITY IDEOGRAPH-F941",
    },
    Character {
        age: "1.1",
        codepoint: 0xF942,
        name: "CJK COMPATIBILITY IDEOGRAPH-F942",
    },
    Character {
        age: "1.1",
        codepoint: 0xF943,
        name: "CJK COMPATIBILITY IDEOGRAPH-F943",
    },
    Character {
        age: "1.1",
        codepoint: 0xF944,
        name: "CJK COMPATIBILITY IDEOGRAPH-F944",
    },
    Character {
        age: "1.1",
        codepoint: 0xF945,
        name: "CJK COMPATIBILITY IDEOGRAPH-F945",
    },
    Character {
        age: "1.1",
        codepoint: 0xF946,
        name: "CJK COMPATIBILITY IDEOGRAPH-F946",
    },
    Character {
        age: "1.1",
        codepoint: 0xF947,
        name: "CJK COMPATIBILITY IDEOGRAPH-F947",
    },
    Character {
        age: "1.1",
        codepoint: 0xF948,
        name: "CJK COMPATIBILITY IDEOGRAPH-F948",
    },
    Character {
        age: "1.1",
        codepoint: 0xF949,
        name: "CJK COMPATIBILITY IDEOGRAPH-F949",
    },
    Character {
        age: "1.1",
        codepoint: 0xF94A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F94A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF94B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F94B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF94C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F94C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF94D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F94D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF94E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F94E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF94F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F94F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF950,
        name: "CJK COMPATIBILITY IDEOGRAPH-F950",
    },
    Character {
        age: "1.1",
        codepoint: 0xF951,
        name: "CJK COMPATIBILITY IDEOGRAPH-F951",
    },
    Character {
        age: "1.1",
        codepoint: 0xF952,
        name: "CJK COMPATIBILITY IDEOGRAPH-F952",
    },
    Character {
        age: "1.1",
        codepoint: 0xF953,
        name: "CJK COMPATIBILITY IDEOGRAPH-F953",
    },
    Character {
        age: "1.1",
        codepoint: 0xF954,
        name: "CJK COMPATIBILITY IDEOGRAPH-F954",
    },
    Character {
        age: "1.1",
        codepoint: 0xF955,
        name: "CJK COMPATIBILITY IDEOGRAPH-F955",
    },
    Character {
        age: "1.1",
        codepoint: 0xF956,
        name: "CJK COMPATIBILITY IDEOGRAPH-F956",
    },
    Character {
        age: "1.1",
        codepoint: 0xF957,
        name: "CJK COMPATIBILITY IDEOGRAPH-F957",
    },
    Character {
        age: "1.1",
        codepoint: 0xF958,
        name: "CJK COMPATIBILITY IDEOGRAPH-F958",
    },
    Character {
        age: "1.1",
        codepoint: 0xF959,
        name: "CJK COMPATIBILITY IDEOGRAPH-F959",
    },
    Character {
        age: "1.1",
        codepoint: 0xF95A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F95A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF95B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F95B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF95C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F95C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF95D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F95D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF95E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F95E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF95F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F95F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF960,
        name: "CJK COMPATIBILITY IDEOGRAPH-F960",
    },
    Character {
        age: "1.1",
        codepoint: 0xF961,
        name: "CJK COMPATIBILITY IDEOGRAPH-F961",
    },
    Character {
        age: "1.1",
        codepoint: 0xF962,
        name: "CJK COMPATIBILITY IDEOGRAPH-F962",
    },
    Character {
        age: "1.1",
        codepoint: 0xF963,
        name: "CJK COMPATIBILITY IDEOGRAPH-F963",
    },
    Character {
        age: "1.1",
        codepoint: 0xF964,
        name: "CJK COMPATIBILITY IDEOGRAPH-F964",
    },
    Character {
        age: "1.1",
        codepoint: 0xF965,
        name: "CJK COMPATIBILITY IDEOGRAPH-F965",
    },
    Character {
        age: "1.1",
        codepoint: 0xF966,
        name: "CJK COMPATIBILITY IDEOGRAPH-F966",
    },
    Character {
        age: "1.1",
        codepoint: 0xF967,
        name: "CJK COMPATIBILITY IDEOGRAPH-F967",
    },
    Character {
        age: "1.1",
        codepoint: 0xF968,
        name: "CJK COMPATIBILITY IDEOGRAPH-F968",
    },
    Character {
        age: "1.1",
        codepoint: 0xF969,
        name: "CJK COMPATIBILITY IDEOGRAPH-F969",
    },
    Character {
        age: "1.1",
        codepoint: 0xF96A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F96A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF96B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F96B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF96C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F96C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF96D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F96D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF96E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F96E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF96F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F96F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF970,
        name: "CJK COMPATIBILITY IDEOGRAPH-F970",
    },
    Character {
        age: "1.1",
        codepoint: 0xF971,
        name: "CJK COMPATIBILITY IDEOGRAPH-F971",
    },
    Character {
        age: "1.1",
        codepoint: 0xF972,
        name: "CJK COMPATIBILITY IDEOGRAPH-F972",
    },
    Character {
        age: "1.1",
        codepoint: 0xF973,
        name: "CJK COMPATIBILITY IDEOGRAPH-F973",
    },
    Character {
        age: "1.1",
        codepoint: 0xF974,
        name: "CJK COMPATIBILITY IDEOGRAPH-F974",
    },
    Character {
        age: "1.1",
        codepoint: 0xF975,
        name: "CJK COMPATIBILITY IDEOGRAPH-F975",
    },
    Character {
        age: "1.1",
        codepoint: 0xF976,
        name: "CJK COMPATIBILITY IDEOGRAPH-F976",
    },
    Character {
        age: "1.1",
        codepoint: 0xF977,
        name: "CJK COMPATIBILITY IDEOGRAPH-F977",
    },
    Character {
        age: "1.1",
        codepoint: 0xF978,
        name: "CJK COMPATIBILITY IDEOGRAPH-F978",
    },
    Character {
        age: "1.1",
        codepoint: 0xF979,
        name: "CJK COMPATIBILITY IDEOGRAPH-F979",
    },
    Character {
        age: "1.1",
        codepoint: 0xF97A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F97A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF97B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F97B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF97C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F97C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF97D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F97D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF97E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F97E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF97F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F97F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF980,
        name: "CJK COMPATIBILITY IDEOGRAPH-F980",
    },
    Character {
        age: "1.1",
        codepoint: 0xF981,
        name: "CJK COMPATIBILITY IDEOGRAPH-F981",
    },
    Character {
        age: "1.1",
        codepoint: 0xF982,
        name: "CJK COMPATIBILITY IDEOGRAPH-F982",
    },
    Character {
        age: "1.1",
        codepoint: 0xF983,
        name: "CJK COMPATIBILITY IDEOGRAPH-F983",
    },
    Character {
        age: "1.1",
        codepoint: 0xF984,
        name: "CJK COMPATIBILITY IDEOGRAPH-F984",
    },
    Character {
        age: "1.1",
        codepoint: 0xF985,
        name: "CJK COMPATIBILITY IDEOGRAPH-F985",
    },
    Character {
        age: "1.1",
        codepoint: 0xF986,
        name: "CJK COMPATIBILITY IDEOGRAPH-F986",
    },
    Character {
        age: "1.1",
        codepoint: 0xF987,
        name: "CJK COMPATIBILITY IDEOGRAPH-F987",
    },
    Character {
        age: "1.1",
        codepoint: 0xF988,
        name: "CJK COMPATIBILITY IDEOGRAPH-F988",
    },
    Character {
        age: "1.1",
        codepoint: 0xF989,
        name: "CJK COMPATIBILITY IDEOGRAPH-F989",
    },
    Character {
        age: "1.1",
        codepoint: 0xF98A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F98A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF98B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F98B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF98C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F98C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF98D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F98D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF98E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F98E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF98F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F98F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF990,
        name: "CJK COMPATIBILITY IDEOGRAPH-F990",
    },
    Character {
        age: "1.1",
        codepoint: 0xF991,
        name: "CJK COMPATIBILITY IDEOGRAPH-F991",
    },
    Character {
        age: "1.1",
        codepoint: 0xF992,
        name: "CJK COMPATIBILITY IDEOGRAPH-F992",
    },
    Character {
        age: "1.1",
        codepoint: 0xF993,
        name: "CJK COMPATIBILITY IDEOGRAPH-F993",
    },
    Character {
        age: "1.1",
        codepoint: 0xF994,
        name: "CJK COMPATIBILITY IDEOGRAPH-F994",
    },
    Character {
        age: "1.1",
        codepoint: 0xF995,
        name: "CJK COMPATIBILITY IDEOGRAPH-F995",
    },
    Character {
        age: "1.1",
        codepoint: 0xF996,
        name: "CJK COMPATIBILITY IDEOGRAPH-F996",
    },
    Character {
        age: "1.1",
        codepoint: 0xF997,
        name: "CJK COMPATIBILITY IDEOGRAPH-F997",
    },
    Character {
        age: "1.1",
        codepoint: 0xF998,
        name: "CJK COMPATIBILITY IDEOGRAPH-F998",
    },
    Character {
        age: "1.1",
        codepoint: 0xF999,
        name: "CJK COMPATIBILITY IDEOGRAPH-F999",
    },
    Character {
        age: "1.1",
        codepoint: 0xF99A,
        name: "CJK COMPATIBILITY IDEOGRAPH-F99A",
    },
    Character {
        age: "1.1",
        codepoint: 0xF99B,
        name: "CJK COMPATIBILITY IDEOGRAPH-F99B",
    },
    Character {
        age: "1.1",
        codepoint: 0xF99C,
        name: "CJK COMPATIBILITY IDEOGRAPH-F99C",
    },
    Character {
        age: "1.1",
        codepoint: 0xF99D,
        name: "CJK COMPATIBILITY IDEOGRAPH-F99D",
    },
    Character {
        age: "1.1",
        codepoint: 0xF99E,
        name: "CJK COMPATIBILITY IDEOGRAPH-F99E",
    },
    Character {
        age: "1.1",
        codepoint: 0xF99F,
        name: "CJK COMPATIBILITY IDEOGRAPH-F99F",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A0,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A0",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A1,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A1",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A2,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A2",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A3,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A3",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A4,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A4",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A5,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A5",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A6,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A6",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A7,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A7",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A8,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A8",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9A9,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9A9",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9AA,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9AA",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9AB,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9AB",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9AC,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9AC",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9AD,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9AD",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9AE,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9AE",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9AF,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9AF",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B0,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B0",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B1,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B1",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B2,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B2",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B3,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B3",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B4,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B4",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B5,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B5",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B6,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B6",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B7,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B7",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B8,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B8",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9B9,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9B9",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9BA,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9BA",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9BB,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9BB",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9BC,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9BC",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9BD,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9BD",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9BE,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9BE",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9BF,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9BF",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C0,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C0",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C1,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C1",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C2,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C2",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C3,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C3",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C4,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C4",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C5,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C5",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C6,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C6",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C7,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C7",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C8,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C8",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9C9,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9C9",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9CA,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9CA",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9CB,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9CB",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9CC,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9CC",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9CD,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9CD",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9CE,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9CE",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9CF,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9CF",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D0,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D0",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D1,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D1",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D2,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D2",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D3,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D3",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D4,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D4",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D5,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D5",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D6,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D6",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D7,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D7",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D8,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D8",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9D9,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9D9",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9DA,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9DA",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9DB,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9DB",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9DC,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9DC",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9DD,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9DD",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9DE,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9DE",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9DF,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9DF",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E0,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E0",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E1,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E1",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E2,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E2",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E3,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E3",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E4,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E4",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E5,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E5",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E6,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E6",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E7,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E7",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E8,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E8",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9E9,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9E9",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9EA,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9EA",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9EB,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9EB",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9EC,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9EC",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9ED,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9ED",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9EE,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9EE",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9EF,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9EF",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F0,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F0",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F1,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F1",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F2,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F2",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F3,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F3",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F4,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F4",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F5,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F5",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F6,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F6",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F7,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F7",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F8,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F8",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9F9,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9F9",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9FA,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9FA",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9FB,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9FB",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9FC,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9FC",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9FD,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9FD",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9FE,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9FE",
    },
    Character {
        age: "1.1",
        codepoint: 0xF9FF,
        name: "CJK COMPATIBILITY IDEOGRAPH-F9FF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA00,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA00",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA01,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA01",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA02,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA02",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA03,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA03",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA04,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA04",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA05,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA05",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA06,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA06",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA07,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA07",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA08,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA08",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA09,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA09",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA0A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA0A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA0B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA0B",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA0C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA0C",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA0D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA0D",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA0E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA0E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA0F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA0F",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA10,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA10",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA11,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA11",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA12,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA12",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA13,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA13",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA14,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA14",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA15,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA15",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA16,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA16",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA17,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA17",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA18,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA18",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA19,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA19",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA1A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA1A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA1B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA1B",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA1C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA1C",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA1D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA1D",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA1E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA1E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA1F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA1F",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA20,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA20",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA21,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA21",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA22,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA22",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA23,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA23",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA24,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA24",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA25,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA25",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA26,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA26",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA27,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA27",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA28,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA28",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA29,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA29",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA2A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA2A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA2B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA2B",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA2C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA2C",
    },
    Character {
        age: "1.1",
        codepoint: 0xFA2D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA2D",
    },
    Character {
        age: "6.1",
        codepoint: 0xFA2E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA2E",
    },
    Character {
        age: "6.1",
        codepoint: 0xFA2F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA2F",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA30,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA30",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA31,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA31",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA32,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA32",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA33,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA33",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA34,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA34",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA35,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA35",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA36,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA36",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA37,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA37",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA38,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA38",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA39,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA39",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA3A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA3A",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA3B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA3B",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA3C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA3C",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA3D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA3D",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA3E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA3E",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA3F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA3F",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA40,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA40",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA41,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA41",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA42,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA42",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA43,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA43",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA44,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA44",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA45,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA45",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA46,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA46",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA47,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA47",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA48,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA48",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA49,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA49",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA4A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA4A",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA4B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA4B",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA4C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA4C",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA4D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA4D",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA4E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA4E",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA4F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA4F",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA50,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA50",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA51,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA51",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA52,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA52",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA53,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA53",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA54,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA54",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA55,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA55",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA56,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA56",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA57,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA57",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA58,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA58",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA59,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA59",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA5A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA5A",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA5B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA5B",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA5C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA5C",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA5D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA5D",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA5E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA5E",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA5F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA5F",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA60,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA60",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA61,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA61",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA62,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA62",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA63,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA63",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA64,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA64",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA65,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA65",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA66,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA66",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA67,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA67",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA68,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA68",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA69,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA69",
    },
    Character {
        age: "3.2",
        codepoint: 0xFA6A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA6A",
    },
    Character {
        age: "5.2",
        codepoint: 0xFA6B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA6B",
    },
    Character {
        age: "5.2",
        codepoint: 0xFA6C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA6C",
    },
    Character {
        age: "5.2",
        codepoint: 0xFA6D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA6D",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA70,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA70",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA71,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA71",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA72,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA72",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA73,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA73",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA74,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA74",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA75,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA75",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA76,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA76",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA77,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA77",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA78,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA78",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA79,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA79",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA7A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA7A",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA7B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA7B",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA7C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA7C",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA7D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA7D",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA7E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA7E",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA7F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA7F",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA80,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA80",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA81,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA81",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA82,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA82",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA83,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA83",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA84,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA84",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA85,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA85",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA86,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA86",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA87,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA87",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA88,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA88",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA89,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA89",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA8A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA8A",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA8B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA8B",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA8C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA8C",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA8D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA8D",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA8E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA8E",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA8F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA8F",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA90,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA90",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA91,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA91",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA92,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA92",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA93,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA93",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA94,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA94",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA95,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA95",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA96,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA96",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA97,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA97",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA98,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA98",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA99,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA99",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA9A,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA9A",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA9B,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA9B",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA9C,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA9C",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA9D,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA9D",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA9E,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA9E",
    },
    Character {
        age: "4.1",
        codepoint: 0xFA9F,
        name: "CJK COMPATIBILITY IDEOGRAPH-FA9F",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA0,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA0",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA1,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA1",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA2,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA2",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA3,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA3",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA4,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA4",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA5,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA5",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA6,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA6",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA7,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA7",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA8,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA8",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAA9,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAA9",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAAA,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAAA",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAAB,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAAB",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAAC,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAAC",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAAD,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAAD",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAAE,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAAE",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAAF,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAAF",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB0,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB0",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB1,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB1",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB2,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB2",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB3,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB3",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB4,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB4",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB5,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB5",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB6,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB6",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB7,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB7",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB8,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB8",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAB9,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAB9",
    },
    Character {
        age: "4.1",
        codepoint: 0xFABA,
        name: "CJK COMPATIBILITY IDEOGRAPH-FABA",
    },
    Character {
        age: "4.1",
        codepoint: 0xFABB,
        name: "CJK COMPATIBILITY IDEOGRAPH-FABB",
    },
    Character {
        age: "4.1",
        codepoint: 0xFABC,
        name: "CJK COMPATIBILITY IDEOGRAPH-FABC",
    },
    Character {
        age: "4.1",
        codepoint: 0xFABD,
        name: "CJK COMPATIBILITY IDEOGRAPH-FABD",
    },
    Character {
        age: "4.1",
        codepoint: 0xFABE,
        name: "CJK COMPATIBILITY IDEOGRAPH-FABE",
    },
    Character {
        age: "4.1",
        codepoint: 0xFABF,
        name: "CJK COMPATIBILITY IDEOGRAPH-FABF",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC0,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC0",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC1,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC1",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC2,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC2",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC3,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC3",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC4,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC4",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC5,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC5",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC6,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC6",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC7,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC7",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC8,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC8",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAC9,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAC9",
    },
    Character {
        age: "4.1",
        codepoint: 0xFACA,
        name: "CJK COMPATIBILITY IDEOGRAPH-FACA",
    },
    Character {
        age: "4.1",
        codepoint: 0xFACB,
        name: "CJK COMPATIBILITY IDEOGRAPH-FACB",
    },
    Character {
        age: "4.1",
        codepoint: 0xFACC,
        name: "CJK COMPATIBILITY IDEOGRAPH-FACC",
    },
    Character {
        age: "4.1",
        codepoint: 0xFACD,
        name: "CJK COMPATIBILITY IDEOGRAPH-FACD",
    },
    Character {
        age: "4.1",
        codepoint: 0xFACE,
        name: "CJK COMPATIBILITY IDEOGRAPH-FACE",
    },
    Character {
        age: "4.1",
        codepoint: 0xFACF,
        name: "CJK COMPATIBILITY IDEOGRAPH-FACF",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD0,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD0",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD1,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD1",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD2,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD2",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD3,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD3",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD4,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD4",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD5,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD5",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD6,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD6",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD7,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD7",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD8,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD8",
    },
    Character {
        age: "4.1",
        codepoint: 0xFAD9,
        name: "CJK COMPATIBILITY IDEOGRAPH-FAD9",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB00,
        name: "LATIN SMALL LIGATURE FF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB01,
        name: "LATIN SMALL LIGATURE FI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB02,
        name: "LATIN SMALL LIGATURE FL",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB03,
        name: "LATIN SMALL LIGATURE FFI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB04,
        name: "LATIN SMALL LIGATURE FFL",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB05,
        name: "LATIN SMALL LIGATURE LONG S T",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB06,
        name: "LATIN SMALL LIGATURE ST",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB13,
        name: "ARMENIAN SMALL LIGATURE MEN NOW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB14,
        name: "ARMENIAN SMALL LIGATURE MEN ECH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB15,
        name: "ARMENIAN SMALL LIGATURE MEN INI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB16,
        name: "ARMENIAN SMALL LIGATURE VEW NOW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB17,
        name: "ARMENIAN SMALL LIGATURE MEN XEH",
    },
    Character {
        age: "3.0",
        codepoint: 0xFB1D,
        name: "HEBREW LETTER YOD WITH HIRIQ",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB1E,
        name: "HEBREW POINT JUDEO-SPANISH VARIKA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB1F,
        name: "HEBREW LIGATURE YIDDISH YOD YOD PATAH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB20,
        name: "HEBREW LETTER ALTERNATIVE AYIN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB21,
        name: "HEBREW LETTER WIDE ALEF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB22,
        name: "HEBREW LETTER WIDE DALET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB23,
        name: "HEBREW LETTER WIDE HE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB24,
        name: "HEBREW LETTER WIDE KAF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB25,
        name: "HEBREW LETTER WIDE LAMED",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB26,
        name: "HEBREW LETTER WIDE FINAL MEM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB27,
        name: "HEBREW LETTER WIDE RESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB28,
        name: "HEBREW LETTER WIDE TAV",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB29,
        name: "HEBREW LETTER ALTERNATIVE PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB2A,
        name: "HEBREW LETTER SHIN WITH SHIN DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB2B,
        name: "HEBREW LETTER SHIN WITH SIN DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB2C,
        name: "HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB2D,
        name: "HEBREW LETTER SHIN WITH DAGESH AND SIN DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB2E,
        name: "HEBREW LETTER ALEF WITH PATAH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB2F,
        name: "HEBREW LETTER ALEF WITH QAMATS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB30,
        name: "HEBREW LETTER ALEF WITH MAPIQ",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB31,
        name: "HEBREW LETTER BET WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB32,
        name: "HEBREW LETTER GIMEL WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB33,
        name: "HEBREW LETTER DALET WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB34,
        name: "HEBREW LETTER HE WITH MAPIQ",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB35,
        name: "HEBREW LETTER VAV WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB36,
        name: "HEBREW LETTER ZAYIN WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB38,
        name: "HEBREW LETTER TET WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB39,
        name: "HEBREW LETTER YOD WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB3A,
        name: "HEBREW LETTER FINAL KAF WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB3B,
        name: "HEBREW LETTER KAF WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB3C,
        name: "HEBREW LETTER LAMED WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB3E,
        name: "HEBREW LETTER MEM WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB40,
        name: "HEBREW LETTER NUN WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB41,
        name: "HEBREW LETTER SAMEKH WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB43,
        name: "HEBREW LETTER FINAL PE WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB44,
        name: "HEBREW LETTER PE WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB46,
        name: "HEBREW LETTER TSADI WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB47,
        name: "HEBREW LETTER QOF WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB48,
        name: "HEBREW LETTER RESH WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB49,
        name: "HEBREW LETTER SHIN WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB4A,
        name: "HEBREW LETTER TAV WITH DAGESH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB4B,
        name: "HEBREW LETTER VAV WITH HOLAM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB4C,
        name: "HEBREW LETTER BET WITH RAFE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB4D,
        name: "HEBREW LETTER KAF WITH RAFE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB4E,
        name: "HEBREW LETTER PE WITH RAFE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB4F,
        name: "HEBREW LIGATURE ALEF LAMED",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB50,
        name: "ARABIC LETTER ALEF WASLA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB51,
        name: "ARABIC LETTER ALEF WASLA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB52,
        name: "ARABIC LETTER BEEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB53,
        name: "ARABIC LETTER BEEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB54,
        name: "ARABIC LETTER BEEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB55,
        name: "ARABIC LETTER BEEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB56,
        name: "ARABIC LETTER PEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB57,
        name: "ARABIC LETTER PEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB58,
        name: "ARABIC LETTER PEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB59,
        name: "ARABIC LETTER PEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB5A,
        name: "ARABIC LETTER BEHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB5B,
        name: "ARABIC LETTER BEHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB5C,
        name: "ARABIC LETTER BEHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB5D,
        name: "ARABIC LETTER BEHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB5E,
        name: "ARABIC LETTER TTEHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB5F,
        name: "ARABIC LETTER TTEHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB60,
        name: "ARABIC LETTER TTEHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB61,
        name: "ARABIC LETTER TTEHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB62,
        name: "ARABIC LETTER TEHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB63,
        name: "ARABIC LETTER TEHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB64,
        name: "ARABIC LETTER TEHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB65,
        name: "ARABIC LETTER TEHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB66,
        name: "ARABIC LETTER TTEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB67,
        name: "ARABIC LETTER TTEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB68,
        name: "ARABIC LETTER TTEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB69,
        name: "ARABIC LETTER TTEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB6A,
        name: "ARABIC LETTER VEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB6B,
        name: "ARABIC LETTER VEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB6C,
        name: "ARABIC LETTER VEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB6D,
        name: "ARABIC LETTER VEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB6E,
        name: "ARABIC LETTER PEHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB6F,
        name: "ARABIC LETTER PEHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB70,
        name: "ARABIC LETTER PEHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB71,
        name: "ARABIC LETTER PEHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB72,
        name: "ARABIC LETTER DYEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB73,
        name: "ARABIC LETTER DYEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB74,
        name: "ARABIC LETTER DYEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB75,
        name: "ARABIC LETTER DYEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB76,
        name: "ARABIC LETTER NYEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB77,
        name: "ARABIC LETTER NYEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB78,
        name: "ARABIC LETTER NYEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB79,
        name: "ARABIC LETTER NYEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB7A,
        name: "ARABIC LETTER TCHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB7B,
        name: "ARABIC LETTER TCHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB7C,
        name: "ARABIC LETTER TCHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB7D,
        name: "ARABIC LETTER TCHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB7E,
        name: "ARABIC LETTER TCHEHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB7F,
        name: "ARABIC LETTER TCHEHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB80,
        name: "ARABIC LETTER TCHEHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB81,
        name: "ARABIC LETTER TCHEHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB82,
        name: "ARABIC LETTER DDAHAL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB83,
        name: "ARABIC LETTER DDAHAL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB84,
        name: "ARABIC LETTER DAHAL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB85,
        name: "ARABIC LETTER DAHAL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB86,
        name: "ARABIC LETTER DUL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB87,
        name: "ARABIC LETTER DUL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB88,
        name: "ARABIC LETTER DDAL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB89,
        name: "ARABIC LETTER DDAL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB8A,
        name: "ARABIC LETTER JEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB8B,
        name: "ARABIC LETTER JEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB8C,
        name: "ARABIC LETTER RREH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB8D,
        name: "ARABIC LETTER RREH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB8E,
        name: "ARABIC LETTER KEHEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB8F,
        name: "ARABIC LETTER KEHEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB90,
        name: "ARABIC LETTER KEHEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB91,
        name: "ARABIC LETTER KEHEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB92,
        name: "ARABIC LETTER GAF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB93,
        name: "ARABIC LETTER GAF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB94,
        name: "ARABIC LETTER GAF INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB95,
        name: "ARABIC LETTER GAF MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB96,
        name: "ARABIC LETTER GUEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB97,
        name: "ARABIC LETTER GUEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB98,
        name: "ARABIC LETTER GUEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB99,
        name: "ARABIC LETTER GUEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB9A,
        name: "ARABIC LETTER NGOEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB9B,
        name: "ARABIC LETTER NGOEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB9C,
        name: "ARABIC LETTER NGOEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB9D,
        name: "ARABIC LETTER NGOEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB9E,
        name: "ARABIC LETTER NOON GHUNNA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFB9F,
        name: "ARABIC LETTER NOON GHUNNA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA0,
        name: "ARABIC LETTER RNOON ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA1,
        name: "ARABIC LETTER RNOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA2,
        name: "ARABIC LETTER RNOON INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA3,
        name: "ARABIC LETTER RNOON MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA4,
        name: "ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA5,
        name: "ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA6,
        name: "ARABIC LETTER HEH GOAL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA7,
        name: "ARABIC LETTER HEH GOAL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA8,
        name: "ARABIC LETTER HEH GOAL INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBA9,
        name: "ARABIC LETTER HEH GOAL MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBAA,
        name: "ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBAB,
        name: "ARABIC LETTER HEH DOACHASHMEE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBAC,
        name: "ARABIC LETTER HEH DOACHASHMEE INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBAD,
        name: "ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBAE,
        name: "ARABIC LETTER YEH BARREE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBAF,
        name: "ARABIC LETTER YEH BARREE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBB0,
        name: "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBB1,
        name: "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB2,
        name: "ARABIC SYMBOL DOT ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB3,
        name: "ARABIC SYMBOL DOT BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB4,
        name: "ARABIC SYMBOL TWO DOTS ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB5,
        name: "ARABIC SYMBOL TWO DOTS BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB6,
        name: "ARABIC SYMBOL THREE DOTS ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB7,
        name: "ARABIC SYMBOL THREE DOTS BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB8,
        name: "ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBB9,
        name: "ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBBA,
        name: "ARABIC SYMBOL FOUR DOTS ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBBB,
        name: "ARABIC SYMBOL FOUR DOTS BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBBC,
        name: "ARABIC SYMBOL DOUBLE VERTICAL BAR BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBBD,
        name: "ARABIC SYMBOL TWO DOTS VERTICALLY ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBBE,
        name: "ARABIC SYMBOL TWO DOTS VERTICALLY BELOW",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBBF,
        name: "ARABIC SYMBOL RING",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBC0,
        name: "ARABIC SYMBOL SMALL TAH ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0xFBC1,
        name: "ARABIC SYMBOL SMALL TAH BELOW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD3,
        name: "ARABIC LETTER NG ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD4,
        name: "ARABIC LETTER NG FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD5,
        name: "ARABIC LETTER NG INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD6,
        name: "ARABIC LETTER NG MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD7,
        name: "ARABIC LETTER U ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD8,
        name: "ARABIC LETTER U FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBD9,
        name: "ARABIC LETTER OE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBDA,
        name: "ARABIC LETTER OE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBDB,
        name: "ARABIC LETTER YU ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBDC,
        name: "ARABIC LETTER YU FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBDD,
        name: "ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBDE,
        name: "ARABIC LETTER VE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBDF,
        name: "ARABIC LETTER VE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE0,
        name: "ARABIC LETTER KIRGHIZ OE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE1,
        name: "ARABIC LETTER KIRGHIZ OE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE2,
        name: "ARABIC LETTER KIRGHIZ YU ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE3,
        name: "ARABIC LETTER KIRGHIZ YU FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE4,
        name: "ARABIC LETTER E ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE5,
        name: "ARABIC LETTER E FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE6,
        name: "ARABIC LETTER E INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE7,
        name: "ARABIC LETTER E MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE8,
        name: "ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBE9,
        name: "ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBEA,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBEB,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBEC,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBED,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBEE,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBEF,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF0,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF1,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF2,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF3,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF4,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF5,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF6,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF7,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF8,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBF9,
        name: "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBFA,
        name: "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBFB,
        name: "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBFC,
        name: "ARABIC LETTER FARSI YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBFD,
        name: "ARABIC LETTER FARSI YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBFE,
        name: "ARABIC LETTER FARSI YEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFBFF,
        name: "ARABIC LETTER FARSI YEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC00,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC01,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC02,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC03,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC04,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC05,
        name: "ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC06,
        name: "ARABIC LIGATURE BEH WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC07,
        name: "ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC08,
        name: "ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC09,
        name: "ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC0A,
        name: "ARABIC LIGATURE BEH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC0B,
        name: "ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC0C,
        name: "ARABIC LIGATURE TEH WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC0D,
        name: "ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC0E,
        name: "ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC0F,
        name: "ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC10,
        name: "ARABIC LIGATURE TEH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC11,
        name: "ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC12,
        name: "ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC13,
        name: "ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC14,
        name: "ARABIC LIGATURE THEH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC15,
        name: "ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC16,
        name: "ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC17,
        name: "ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC18,
        name: "ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC19,
        name: "ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC1A,
        name: "ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC1B,
        name: "ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC1C,
        name: "ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC1D,
        name: "ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC1E,
        name: "ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC1F,
        name: "ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC20,
        name: "ARABIC LIGATURE SAD WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC21,
        name: "ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC22,
        name: "ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC23,
        name: "ARABIC LIGATURE DAD WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC24,
        name: "ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC25,
        name: "ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC26,
        name: "ARABIC LIGATURE TAH WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC27,
        name: "ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC28,
        name: "ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC29,
        name: "ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC2A,
        name: "ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC2B,
        name: "ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC2C,
        name: "ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC2D,
        name: "ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC2E,
        name: "ARABIC LIGATURE FEH WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC2F,
        name: "ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC30,
        name: "ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC31,
        name: "ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC32,
        name: "ARABIC LIGATURE FEH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC33,
        name: "ARABIC LIGATURE QAF WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC34,
        name: "ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC35,
        name: "ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC36,
        name: "ARABIC LIGATURE QAF WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC37,
        name: "ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC38,
        name: "ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC39,
        name: "ARABIC LIGATURE KAF WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC3A,
        name: "ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC3B,
        name: "ARABIC LIGATURE KAF WITH LAM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC3C,
        name: "ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC3D,
        name: "ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC3E,
        name: "ARABIC LIGATURE KAF WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC3F,
        name: "ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC40,
        name: "ARABIC LIGATURE LAM WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC41,
        name: "ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC42,
        name: "ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC43,
        name: "ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC44,
        name: "ARABIC LIGATURE LAM WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC45,
        name: "ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC46,
        name: "ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC47,
        name: "ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC48,
        name: "ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC49,
        name: "ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC4A,
        name: "ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC4B,
        name: "ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC4C,
        name: "ARABIC LIGATURE NOON WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC4D,
        name: "ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC4E,
        name: "ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC4F,
        name: "ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC50,
        name: "ARABIC LIGATURE NOON WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC51,
        name: "ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC52,
        name: "ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC53,
        name: "ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC54,
        name: "ARABIC LIGATURE HEH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC55,
        name: "ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC56,
        name: "ARABIC LIGATURE YEH WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC57,
        name: "ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC58,
        name: "ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC59,
        name: "ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC5A,
        name: "ARABIC LIGATURE YEH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC5B,
        name: "ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC5C,
        name: "ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC5D,
        name: "ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC5E,
        name: "ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC5F,
        name: "ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC60,
        name: "ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC61,
        name: "ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC62,
        name: "ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC63,
        name: "ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC64,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC65,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC66,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC67,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC68,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC69,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC6A,
        name: "ARABIC LIGATURE BEH WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC6B,
        name: "ARABIC LIGATURE BEH WITH ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC6C,
        name: "ARABIC LIGATURE BEH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC6D,
        name: "ARABIC LIGATURE BEH WITH NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC6E,
        name: "ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC6F,
        name: "ARABIC LIGATURE BEH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC70,
        name: "ARABIC LIGATURE TEH WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC71,
        name: "ARABIC LIGATURE TEH WITH ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC72,
        name: "ARABIC LIGATURE TEH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC73,
        name: "ARABIC LIGATURE TEH WITH NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC74,
        name: "ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC75,
        name: "ARABIC LIGATURE TEH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC76,
        name: "ARABIC LIGATURE THEH WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC77,
        name: "ARABIC LIGATURE THEH WITH ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC78,
        name: "ARABIC LIGATURE THEH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC79,
        name: "ARABIC LIGATURE THEH WITH NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC7A,
        name: "ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC7B,
        name: "ARABIC LIGATURE THEH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC7C,
        name: "ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC7D,
        name: "ARABIC LIGATURE FEH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC7E,
        name: "ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC7F,
        name: "ARABIC LIGATURE QAF WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC80,
        name: "ARABIC LIGATURE KAF WITH ALEF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC81,
        name: "ARABIC LIGATURE KAF WITH LAM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC82,
        name: "ARABIC LIGATURE KAF WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC83,
        name: "ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC84,
        name: "ARABIC LIGATURE KAF WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC85,
        name: "ARABIC LIGATURE LAM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC86,
        name: "ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC87,
        name: "ARABIC LIGATURE LAM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC88,
        name: "ARABIC LIGATURE MEEM WITH ALEF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC89,
        name: "ARABIC LIGATURE MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC8A,
        name: "ARABIC LIGATURE NOON WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC8B,
        name: "ARABIC LIGATURE NOON WITH ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC8C,
        name: "ARABIC LIGATURE NOON WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC8D,
        name: "ARABIC LIGATURE NOON WITH NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC8E,
        name: "ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC8F,
        name: "ARABIC LIGATURE NOON WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC90,
        name: "ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC91,
        name: "ARABIC LIGATURE YEH WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC92,
        name: "ARABIC LIGATURE YEH WITH ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC93,
        name: "ARABIC LIGATURE YEH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC94,
        name: "ARABIC LIGATURE YEH WITH NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC95,
        name: "ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC96,
        name: "ARABIC LIGATURE YEH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC97,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC98,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC99,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC9A,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC9B,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC9C,
        name: "ARABIC LIGATURE BEH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC9D,
        name: "ARABIC LIGATURE BEH WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC9E,
        name: "ARABIC LIGATURE BEH WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFC9F,
        name: "ARABIC LIGATURE BEH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA0,
        name: "ARABIC LIGATURE BEH WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA1,
        name: "ARABIC LIGATURE TEH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA2,
        name: "ARABIC LIGATURE TEH WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA3,
        name: "ARABIC LIGATURE TEH WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA4,
        name: "ARABIC LIGATURE TEH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA5,
        name: "ARABIC LIGATURE TEH WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA6,
        name: "ARABIC LIGATURE THEH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA7,
        name: "ARABIC LIGATURE JEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA8,
        name: "ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCA9,
        name: "ARABIC LIGATURE HAH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCAA,
        name: "ARABIC LIGATURE HAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCAB,
        name: "ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCAC,
        name: "ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCAD,
        name: "ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCAE,
        name: "ARABIC LIGATURE SEEN WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCAF,
        name: "ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB0,
        name: "ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB1,
        name: "ARABIC LIGATURE SAD WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB2,
        name: "ARABIC LIGATURE SAD WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB3,
        name: "ARABIC LIGATURE SAD WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB4,
        name: "ARABIC LIGATURE DAD WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB5,
        name: "ARABIC LIGATURE DAD WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB6,
        name: "ARABIC LIGATURE DAD WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB7,
        name: "ARABIC LIGATURE DAD WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB8,
        name: "ARABIC LIGATURE TAH WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCB9,
        name: "ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCBA,
        name: "ARABIC LIGATURE AIN WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCBB,
        name: "ARABIC LIGATURE AIN WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCBC,
        name: "ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCBD,
        name: "ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCBE,
        name: "ARABIC LIGATURE FEH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCBF,
        name: "ARABIC LIGATURE FEH WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC0,
        name: "ARABIC LIGATURE FEH WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC1,
        name: "ARABIC LIGATURE FEH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC2,
        name: "ARABIC LIGATURE QAF WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC3,
        name: "ARABIC LIGATURE QAF WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC4,
        name: "ARABIC LIGATURE KAF WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC5,
        name: "ARABIC LIGATURE KAF WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC6,
        name: "ARABIC LIGATURE KAF WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC7,
        name: "ARABIC LIGATURE KAF WITH LAM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC8,
        name: "ARABIC LIGATURE KAF WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCC9,
        name: "ARABIC LIGATURE LAM WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCCA,
        name: "ARABIC LIGATURE LAM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCCB,
        name: "ARABIC LIGATURE LAM WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCCC,
        name: "ARABIC LIGATURE LAM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCCD,
        name: "ARABIC LIGATURE LAM WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCCE,
        name: "ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCCF,
        name: "ARABIC LIGATURE MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD0,
        name: "ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD1,
        name: "ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD2,
        name: "ARABIC LIGATURE NOON WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD3,
        name: "ARABIC LIGATURE NOON WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD4,
        name: "ARABIC LIGATURE NOON WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD5,
        name: "ARABIC LIGATURE NOON WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD6,
        name: "ARABIC LIGATURE NOON WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD7,
        name: "ARABIC LIGATURE HEH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD8,
        name: "ARABIC LIGATURE HEH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCD9,
        name: "ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCDA,
        name: "ARABIC LIGATURE YEH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCDB,
        name: "ARABIC LIGATURE YEH WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCDC,
        name: "ARABIC LIGATURE YEH WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCDD,
        name: "ARABIC LIGATURE YEH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCDE,
        name: "ARABIC LIGATURE YEH WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCDF,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE0,
        name: "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE1,
        name: "ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE2,
        name: "ARABIC LIGATURE BEH WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE3,
        name: "ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE4,
        name: "ARABIC LIGATURE TEH WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE5,
        name: "ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE6,
        name: "ARABIC LIGATURE THEH WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE7,
        name: "ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE8,
        name: "ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCE9,
        name: "ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCEA,
        name: "ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCEB,
        name: "ARABIC LIGATURE KAF WITH LAM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCEC,
        name: "ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCED,
        name: "ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCEE,
        name: "ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCEF,
        name: "ARABIC LIGATURE NOON WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF0,
        name: "ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF1,
        name: "ARABIC LIGATURE YEH WITH HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF2,
        name: "ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF3,
        name: "ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF4,
        name: "ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF5,
        name: "ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF6,
        name: "ARABIC LIGATURE TAH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF7,
        name: "ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF8,
        name: "ARABIC LIGATURE AIN WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCF9,
        name: "ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCFA,
        name: "ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCFB,
        name: "ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCFC,
        name: "ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCFD,
        name: "ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCFE,
        name: "ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFCFF,
        name: "ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD00,
        name: "ARABIC LIGATURE HAH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD01,
        name: "ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD02,
        name: "ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD03,
        name: "ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD04,
        name: "ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD05,
        name: "ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD06,
        name: "ARABIC LIGATURE SAD WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD07,
        name: "ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD08,
        name: "ARABIC LIGATURE DAD WITH YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD09,
        name: "ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD0A,
        name: "ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD0B,
        name: "ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD0C,
        name: "ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD0D,
        name: "ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD0E,
        name: "ARABIC LIGATURE SEEN WITH REH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD0F,
        name: "ARABIC LIGATURE SAD WITH REH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD10,
        name: "ARABIC LIGATURE DAD WITH REH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD11,
        name: "ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD12,
        name: "ARABIC LIGATURE TAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD13,
        name: "ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD14,
        name: "ARABIC LIGATURE AIN WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD15,
        name: "ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD16,
        name: "ARABIC LIGATURE GHAIN WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD17,
        name: "ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD18,
        name: "ARABIC LIGATURE SEEN WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD19,
        name: "ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD1A,
        name: "ARABIC LIGATURE SHEEN WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD1B,
        name: "ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD1C,
        name: "ARABIC LIGATURE HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD1D,
        name: "ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD1E,
        name: "ARABIC LIGATURE JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD1F,
        name: "ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD20,
        name: "ARABIC LIGATURE KHAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD21,
        name: "ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD22,
        name: "ARABIC LIGATURE SAD WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD23,
        name: "ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD24,
        name: "ARABIC LIGATURE DAD WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD25,
        name: "ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD26,
        name: "ARABIC LIGATURE SHEEN WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD27,
        name: "ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD28,
        name: "ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD29,
        name: "ARABIC LIGATURE SHEEN WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD2A,
        name: "ARABIC LIGATURE SEEN WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD2B,
        name: "ARABIC LIGATURE SAD WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD2C,
        name: "ARABIC LIGATURE DAD WITH REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD2D,
        name: "ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD2E,
        name: "ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD2F,
        name: "ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD30,
        name: "ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD31,
        name: "ARABIC LIGATURE SEEN WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD32,
        name: "ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD33,
        name: "ARABIC LIGATURE TAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD34,
        name: "ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD35,
        name: "ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD36,
        name: "ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD37,
        name: "ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD38,
        name: "ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD39,
        name: "ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD3A,
        name: "ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD3B,
        name: "ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD3C,
        name: "ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD3D,
        name: "ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD3E,
        name: "ORNATE LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD3F,
        name: "ORNATE RIGHT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD50,
        name: "ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD51,
        name: "ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD52,
        name: "ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD53,
        name: "ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD54,
        name: "ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD55,
        name: "ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD56,
        name: "ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD57,
        name: "ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD58,
        name: "ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD59,
        name: "ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD5A,
        name: "ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD5B,
        name: "ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD5C,
        name: "ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD5D,
        name: "ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD5E,
        name: "ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD5F,
        name: "ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD60,
        name: "ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD61,
        name: "ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD62,
        name: "ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD63,
        name: "ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD64,
        name: "ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD65,
        name: "ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD66,
        name: "ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD67,
        name: "ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD68,
        name: "ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD69,
        name: "ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD6A,
        name: "ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD6B,
        name: "ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD6C,
        name: "ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD6D,
        name: "ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD6E,
        name: "ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD6F,
        name: "ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD70,
        name: "ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD71,
        name: "ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD72,
        name: "ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD73,
        name: "ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD74,
        name: "ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD75,
        name: "ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD76,
        name: "ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD77,
        name: "ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD78,
        name: "ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD79,
        name: "ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD7A,
        name: "ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD7B,
        name: "ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD7C,
        name: "ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD7D,
        name: "ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD7E,
        name: "ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD7F,
        name: "ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD80,
        name: "ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD81,
        name: "ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD82,
        name: "ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD83,
        name: "ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD84,
        name: "ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD85,
        name: "ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD86,
        name: "ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD87,
        name: "ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD88,
        name: "ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD89,
        name: "ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD8A,
        name: "ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD8B,
        name: "ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD8C,
        name: "ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD8D,
        name: "ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD8E,
        name: "ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD8F,
        name: "ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD92,
        name: "ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD93,
        name: "ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD94,
        name: "ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD95,
        name: "ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD96,
        name: "ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD97,
        name: "ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD98,
        name: "ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD99,
        name: "ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD9A,
        name: "ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD9B,
        name: "ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD9C,
        name: "ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD9D,
        name: "ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD9E,
        name: "ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFD9F,
        name: "ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA0,
        name: "ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA1,
        name: "ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA2,
        name: "ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA3,
        name: "ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA4,
        name: "ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA5,
        name: "ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA6,
        name: "ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA7,
        name: "ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA8,
        name: "ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDA9,
        name: "ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDAA,
        name: "ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDAB,
        name: "ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDAC,
        name: "ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDAD,
        name: "ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDAE,
        name: "ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDAF,
        name: "ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB0,
        name: "ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB1,
        name: "ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB2,
        name: "ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB3,
        name: "ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB4,
        name: "ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB5,
        name: "ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB6,
        name: "ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB7,
        name: "ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB8,
        name: "ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDB9,
        name: "ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDBA,
        name: "ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDBB,
        name: "ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDBC,
        name: "ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDBD,
        name: "ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDBE,
        name: "ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDBF,
        name: "ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC0,
        name: "ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC1,
        name: "ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC2,
        name: "ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC3,
        name: "ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC4,
        name: "ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC5,
        name: "ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC6,
        name: "ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDC7,
        name: "ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF0,
        name: "ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF1,
        name: "ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF2,
        name: "ARABIC LIGATURE ALLAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF3,
        name: "ARABIC LIGATURE AKBAR ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF4,
        name: "ARABIC LIGATURE MOHAMMAD ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF5,
        name: "ARABIC LIGATURE SALAM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF6,
        name: "ARABIC LIGATURE RASOUL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF7,
        name: "ARABIC LIGATURE ALAYHE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF8,
        name: "ARABIC LIGATURE WASALLAM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDF9,
        name: "ARABIC LIGATURE SALLA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDFA,
        name: "ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFDFB,
        name: "ARABIC LIGATURE JALLAJALALOUHOU",
    },
    Character {
        age: "3.2",
        codepoint: 0xFDFC,
        name: "RIAL SIGN",
    },
    Character {
        age: "4.0",
        codepoint: 0xFDFD,
        name: "ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE00,
        name: "VARIATION SELECTOR-1",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE01,
        name: "VARIATION SELECTOR-2",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE02,
        name: "VARIATION SELECTOR-3",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE03,
        name: "VARIATION SELECTOR-4",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE04,
        name: "VARIATION SELECTOR-5",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE05,
        name: "VARIATION SELECTOR-6",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE06,
        name: "VARIATION SELECTOR-7",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE07,
        name: "VARIATION SELECTOR-8",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE08,
        name: "VARIATION SELECTOR-9",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE09,
        name: "VARIATION SELECTOR-10",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE0A,
        name: "VARIATION SELECTOR-11",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE0B,
        name: "VARIATION SELECTOR-12",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE0C,
        name: "VARIATION SELECTOR-13",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE0D,
        name: "VARIATION SELECTOR-14",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE0E,
        name: "VARIATION SELECTOR-15",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE0F,
        name: "VARIATION SELECTOR-16",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE10,
        name: "PRESENTATION FORM FOR VERTICAL COMMA",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE11,
        name: "PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE12,
        name: "PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE13,
        name: "PRESENTATION FORM FOR VERTICAL COLON",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE14,
        name: "PRESENTATION FORM FOR VERTICAL SEMICOLON",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE15,
        name: "PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE16,
        name: "PRESENTATION FORM FOR VERTICAL QUESTION MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE17,
        name: "PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE18,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET",
    },
    Character {
        age: "4.1",
        codepoint: 0xFE19,
        name: "PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE20,
        name: "COMBINING LIGATURE LEFT HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE21,
        name: "COMBINING LIGATURE RIGHT HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE22,
        name: "COMBINING DOUBLE TILDE LEFT HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE23,
        name: "COMBINING DOUBLE TILDE RIGHT HALF",
    },
    Character {
        age: "5.1",
        codepoint: 0xFE24,
        name: "COMBINING MACRON LEFT HALF",
    },
    Character {
        age: "5.1",
        codepoint: 0xFE25,
        name: "COMBINING MACRON RIGHT HALF",
    },
    Character {
        age: "5.1",
        codepoint: 0xFE26,
        name: "COMBINING CONJOINING MACRON",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE27,
        name: "COMBINING LIGATURE LEFT HALF BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE28,
        name: "COMBINING LIGATURE RIGHT HALF BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE29,
        name: "COMBINING TILDE LEFT HALF BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE2A,
        name: "COMBINING TILDE RIGHT HALF BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE2B,
        name: "COMBINING MACRON LEFT HALF BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE2C,
        name: "COMBINING MACRON RIGHT HALF BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0xFE2D,
        name: "COMBINING CONJOINING MACRON BELOW",
    },
    Character {
        age: "8.0",
        codepoint: 0xFE2E,
        name: "COMBINING CYRILLIC TITLO LEFT HALF",
    },
    Character {
        age: "8.0",
        codepoint: 0xFE2F,
        name: "COMBINING CYRILLIC TITLO RIGHT HALF",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE30,
        name: "PRESENTATION FORM FOR VERTICAL TWO DOT LEADER",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE31,
        name: "PRESENTATION FORM FOR VERTICAL EM DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE32,
        name: "PRESENTATION FORM FOR VERTICAL EN DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE33,
        name: "PRESENTATION FORM FOR VERTICAL LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE34,
        name: "PRESENTATION FORM FOR VERTICAL WAVY LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE35,
        name: "PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE36,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE37,
        name: "PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE38,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE39,
        name: "PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE3A,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE3B,
        name: "PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE3C,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE3D,
        name: "PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE3E,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE3F,
        name: "PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE40,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE41,
        name: "PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE42,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE43,
        name: "PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE44,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE45,
        name: "SESAME DOT",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE46,
        name: "WHITE SESAME DOT",
    },
    Character {
        age: "4.0",
        codepoint: 0xFE47,
        name: "PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET",
    },
    Character {
        age: "4.0",
        codepoint: 0xFE48,
        name: "PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE49,
        name: "DASHED OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE4A,
        name: "CENTRELINE OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE4B,
        name: "WAVY OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE4C,
        name: "DOUBLE WAVY OVERLINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE4D,
        name: "DASHED LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE4E,
        name: "CENTRELINE LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE4F,
        name: "WAVY LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE50,
        name: "SMALL COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE51,
        name: "SMALL IDEOGRAPHIC COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE52,
        name: "SMALL FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE54,
        name: "SMALL SEMICOLON",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE55,
        name: "SMALL COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE56,
        name: "SMALL QUESTION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE57,
        name: "SMALL EXCLAMATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE58,
        name: "SMALL EM DASH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE59,
        name: "SMALL LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE5A,
        name: "SMALL RIGHT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE5B,
        name: "SMALL LEFT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE5C,
        name: "SMALL RIGHT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE5D,
        name: "SMALL LEFT TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE5E,
        name: "SMALL RIGHT TORTOISE SHELL BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE5F,
        name: "SMALL NUMBER SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE60,
        name: "SMALL AMPERSAND",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE61,
        name: "SMALL ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE62,
        name: "SMALL PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE63,
        name: "SMALL HYPHEN-MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE64,
        name: "SMALL LESS-THAN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE65,
        name: "SMALL GREATER-THAN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE66,
        name: "SMALL EQUALS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE68,
        name: "SMALL REVERSE SOLIDUS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE69,
        name: "SMALL DOLLAR SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE6A,
        name: "SMALL PERCENT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE6B,
        name: "SMALL COMMERCIAL AT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE70,
        name: "ARABIC FATHATAN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE71,
        name: "ARABIC TATWEEL WITH FATHATAN ABOVE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE72,
        name: "ARABIC DAMMATAN ISOLATED FORM",
    },
    Character {
        age: "3.2",
        codepoint: 0xFE73,
        name: "ARABIC TAIL FRAGMENT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE74,
        name: "ARABIC KASRATAN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE76,
        name: "ARABIC FATHA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE77,
        name: "ARABIC FATHA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE78,
        name: "ARABIC DAMMA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE79,
        name: "ARABIC DAMMA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE7A,
        name: "ARABIC KASRA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE7B,
        name: "ARABIC KASRA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE7C,
        name: "ARABIC SHADDA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE7D,
        name: "ARABIC SHADDA MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE7E,
        name: "ARABIC SUKUN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE7F,
        name: "ARABIC SUKUN MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE80,
        name: "ARABIC LETTER HAMZA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE81,
        name: "ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE82,
        name: "ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE83,
        name: "ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE84,
        name: "ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE85,
        name: "ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE86,
        name: "ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE87,
        name: "ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE88,
        name: "ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE89,
        name: "ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE8A,
        name: "ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE8B,
        name: "ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE8C,
        name: "ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE8D,
        name: "ARABIC LETTER ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE8E,
        name: "ARABIC LETTER ALEF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE8F,
        name: "ARABIC LETTER BEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE90,
        name: "ARABIC LETTER BEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE91,
        name: "ARABIC LETTER BEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE92,
        name: "ARABIC LETTER BEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE93,
        name: "ARABIC LETTER TEH MARBUTA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE94,
        name: "ARABIC LETTER TEH MARBUTA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE95,
        name: "ARABIC LETTER TEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE96,
        name: "ARABIC LETTER TEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE97,
        name: "ARABIC LETTER TEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE98,
        name: "ARABIC LETTER TEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE99,
        name: "ARABIC LETTER THEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE9A,
        name: "ARABIC LETTER THEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE9B,
        name: "ARABIC LETTER THEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE9C,
        name: "ARABIC LETTER THEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE9D,
        name: "ARABIC LETTER JEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE9E,
        name: "ARABIC LETTER JEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFE9F,
        name: "ARABIC LETTER JEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA0,
        name: "ARABIC LETTER JEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA1,
        name: "ARABIC LETTER HAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA2,
        name: "ARABIC LETTER HAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA3,
        name: "ARABIC LETTER HAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA4,
        name: "ARABIC LETTER HAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA5,
        name: "ARABIC LETTER KHAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA6,
        name: "ARABIC LETTER KHAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA7,
        name: "ARABIC LETTER KHAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA8,
        name: "ARABIC LETTER KHAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEA9,
        name: "ARABIC LETTER DAL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEAA,
        name: "ARABIC LETTER DAL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEAB,
        name: "ARABIC LETTER THAL ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEAC,
        name: "ARABIC LETTER THAL FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEAD,
        name: "ARABIC LETTER REH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEAE,
        name: "ARABIC LETTER REH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEAF,
        name: "ARABIC LETTER ZAIN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB0,
        name: "ARABIC LETTER ZAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB1,
        name: "ARABIC LETTER SEEN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB2,
        name: "ARABIC LETTER SEEN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB3,
        name: "ARABIC LETTER SEEN INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB4,
        name: "ARABIC LETTER SEEN MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB5,
        name: "ARABIC LETTER SHEEN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB6,
        name: "ARABIC LETTER SHEEN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB7,
        name: "ARABIC LETTER SHEEN INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB8,
        name: "ARABIC LETTER SHEEN MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEB9,
        name: "ARABIC LETTER SAD ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEBA,
        name: "ARABIC LETTER SAD FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEBB,
        name: "ARABIC LETTER SAD INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEBC,
        name: "ARABIC LETTER SAD MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEBD,
        name: "ARABIC LETTER DAD ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEBE,
        name: "ARABIC LETTER DAD FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEBF,
        name: "ARABIC LETTER DAD INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC0,
        name: "ARABIC LETTER DAD MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC1,
        name: "ARABIC LETTER TAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC2,
        name: "ARABIC LETTER TAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC3,
        name: "ARABIC LETTER TAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC4,
        name: "ARABIC LETTER TAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC5,
        name: "ARABIC LETTER ZAH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC6,
        name: "ARABIC LETTER ZAH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC7,
        name: "ARABIC LETTER ZAH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC8,
        name: "ARABIC LETTER ZAH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEC9,
        name: "ARABIC LETTER AIN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFECA,
        name: "ARABIC LETTER AIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFECB,
        name: "ARABIC LETTER AIN INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFECC,
        name: "ARABIC LETTER AIN MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFECD,
        name: "ARABIC LETTER GHAIN ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFECE,
        name: "ARABIC LETTER GHAIN FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFECF,
        name: "ARABIC LETTER GHAIN INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED0,
        name: "ARABIC LETTER GHAIN MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED1,
        name: "ARABIC LETTER FEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED2,
        name: "ARABIC LETTER FEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED3,
        name: "ARABIC LETTER FEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED4,
        name: "ARABIC LETTER FEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED5,
        name: "ARABIC LETTER QAF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED6,
        name: "ARABIC LETTER QAF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED7,
        name: "ARABIC LETTER QAF INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED8,
        name: "ARABIC LETTER QAF MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFED9,
        name: "ARABIC LETTER KAF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEDA,
        name: "ARABIC LETTER KAF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEDB,
        name: "ARABIC LETTER KAF INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEDC,
        name: "ARABIC LETTER KAF MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEDD,
        name: "ARABIC LETTER LAM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEDE,
        name: "ARABIC LETTER LAM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEDF,
        name: "ARABIC LETTER LAM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE0,
        name: "ARABIC LETTER LAM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE1,
        name: "ARABIC LETTER MEEM ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE2,
        name: "ARABIC LETTER MEEM FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE3,
        name: "ARABIC LETTER MEEM INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE4,
        name: "ARABIC LETTER MEEM MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE5,
        name: "ARABIC LETTER NOON ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE6,
        name: "ARABIC LETTER NOON FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE7,
        name: "ARABIC LETTER NOON INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE8,
        name: "ARABIC LETTER NOON MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEE9,
        name: "ARABIC LETTER HEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEEA,
        name: "ARABIC LETTER HEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEEB,
        name: "ARABIC LETTER HEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEEC,
        name: "ARABIC LETTER HEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEED,
        name: "ARABIC LETTER WAW ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEEE,
        name: "ARABIC LETTER WAW FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEEF,
        name: "ARABIC LETTER ALEF MAKSURA ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF0,
        name: "ARABIC LETTER ALEF MAKSURA FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF1,
        name: "ARABIC LETTER YEH ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF2,
        name: "ARABIC LETTER YEH FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF3,
        name: "ARABIC LETTER YEH INITIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF4,
        name: "ARABIC LETTER YEH MEDIAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF5,
        name: "ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF6,
        name: "ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF7,
        name: "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF8,
        name: "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEF9,
        name: "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEFA,
        name: "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEFB,
        name: "ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEFC,
        name: "ARABIC LIGATURE LAM WITH ALEF FINAL FORM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFEFF,
        name: "ZERO WIDTH NO-BREAK SPACE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF01,
        name: "FULLWIDTH EXCLAMATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF02,
        name: "FULLWIDTH QUOTATION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF03,
        name: "FULLWIDTH NUMBER SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF04,
        name: "FULLWIDTH DOLLAR SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF05,
        name: "FULLWIDTH PERCENT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF06,
        name: "FULLWIDTH AMPERSAND",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF07,
        name: "FULLWIDTH APOSTROPHE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF08,
        name: "FULLWIDTH LEFT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF09,
        name: "FULLWIDTH RIGHT PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF0A,
        name: "FULLWIDTH ASTERISK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF0B,
        name: "FULLWIDTH PLUS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF0C,
        name: "FULLWIDTH COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF0D,
        name: "FULLWIDTH HYPHEN-MINUS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF0E,
        name: "FULLWIDTH FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF0F,
        name: "FULLWIDTH SOLIDUS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF10,
        name: "FULLWIDTH DIGIT ZERO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF11,
        name: "FULLWIDTH DIGIT ONE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF12,
        name: "FULLWIDTH DIGIT TWO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF13,
        name: "FULLWIDTH DIGIT THREE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF14,
        name: "FULLWIDTH DIGIT FOUR",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF15,
        name: "FULLWIDTH DIGIT FIVE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF16,
        name: "FULLWIDTH DIGIT SIX",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF17,
        name: "FULLWIDTH DIGIT SEVEN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF18,
        name: "FULLWIDTH DIGIT EIGHT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF19,
        name: "FULLWIDTH DIGIT NINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF1A,
        name: "FULLWIDTH COLON",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF1B,
        name: "FULLWIDTH SEMICOLON",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF1C,
        name: "FULLWIDTH LESS-THAN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF1D,
        name: "FULLWIDTH EQUALS SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF1E,
        name: "FULLWIDTH GREATER-THAN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF1F,
        name: "FULLWIDTH QUESTION MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF20,
        name: "FULLWIDTH COMMERCIAL AT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF21,
        name: "FULLWIDTH LATIN CAPITAL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF22,
        name: "FULLWIDTH LATIN CAPITAL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF23,
        name: "FULLWIDTH LATIN CAPITAL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF24,
        name: "FULLWIDTH LATIN CAPITAL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF25,
        name: "FULLWIDTH LATIN CAPITAL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF26,
        name: "FULLWIDTH LATIN CAPITAL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF27,
        name: "FULLWIDTH LATIN CAPITAL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF28,
        name: "FULLWIDTH LATIN CAPITAL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF29,
        name: "FULLWIDTH LATIN CAPITAL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF2A,
        name: "FULLWIDTH LATIN CAPITAL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF2B,
        name: "FULLWIDTH LATIN CAPITAL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF2C,
        name: "FULLWIDTH LATIN CAPITAL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF2D,
        name: "FULLWIDTH LATIN CAPITAL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF2E,
        name: "FULLWIDTH LATIN CAPITAL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF2F,
        name: "FULLWIDTH LATIN CAPITAL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF30,
        name: "FULLWIDTH LATIN CAPITAL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF31,
        name: "FULLWIDTH LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF32,
        name: "FULLWIDTH LATIN CAPITAL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF33,
        name: "FULLWIDTH LATIN CAPITAL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF34,
        name: "FULLWIDTH LATIN CAPITAL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF35,
        name: "FULLWIDTH LATIN CAPITAL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF36,
        name: "FULLWIDTH LATIN CAPITAL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF37,
        name: "FULLWIDTH LATIN CAPITAL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF38,
        name: "FULLWIDTH LATIN CAPITAL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF39,
        name: "FULLWIDTH LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF3A,
        name: "FULLWIDTH LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF3B,
        name: "FULLWIDTH LEFT SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF3C,
        name: "FULLWIDTH REVERSE SOLIDUS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF3D,
        name: "FULLWIDTH RIGHT SQUARE BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF3E,
        name: "FULLWIDTH CIRCUMFLEX ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF3F,
        name: "FULLWIDTH LOW LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF40,
        name: "FULLWIDTH GRAVE ACCENT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF41,
        name: "FULLWIDTH LATIN SMALL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF42,
        name: "FULLWIDTH LATIN SMALL LETTER B",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF43,
        name: "FULLWIDTH LATIN SMALL LETTER C",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF44,
        name: "FULLWIDTH LATIN SMALL LETTER D",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF45,
        name: "FULLWIDTH LATIN SMALL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF46,
        name: "FULLWIDTH LATIN SMALL LETTER F",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF47,
        name: "FULLWIDTH LATIN SMALL LETTER G",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF48,
        name: "FULLWIDTH LATIN SMALL LETTER H",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF49,
        name: "FULLWIDTH LATIN SMALL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF4A,
        name: "FULLWIDTH LATIN SMALL LETTER J",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF4B,
        name: "FULLWIDTH LATIN SMALL LETTER K",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF4C,
        name: "FULLWIDTH LATIN SMALL LETTER L",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF4D,
        name: "FULLWIDTH LATIN SMALL LETTER M",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF4E,
        name: "FULLWIDTH LATIN SMALL LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF4F,
        name: "FULLWIDTH LATIN SMALL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF50,
        name: "FULLWIDTH LATIN SMALL LETTER P",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF51,
        name: "FULLWIDTH LATIN SMALL LETTER Q",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF52,
        name: "FULLWIDTH LATIN SMALL LETTER R",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF53,
        name: "FULLWIDTH LATIN SMALL LETTER S",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF54,
        name: "FULLWIDTH LATIN SMALL LETTER T",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF55,
        name: "FULLWIDTH LATIN SMALL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF56,
        name: "FULLWIDTH LATIN SMALL LETTER V",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF57,
        name: "FULLWIDTH LATIN SMALL LETTER W",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF58,
        name: "FULLWIDTH LATIN SMALL LETTER X",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF59,
        name: "FULLWIDTH LATIN SMALL LETTER Y",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF5A,
        name: "FULLWIDTH LATIN SMALL LETTER Z",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF5B,
        name: "FULLWIDTH LEFT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF5C,
        name: "FULLWIDTH VERTICAL LINE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF5D,
        name: "FULLWIDTH RIGHT CURLY BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF5E,
        name: "FULLWIDTH TILDE",
    },
    Character {
        age: "3.2",
        codepoint: 0xFF5F,
        name: "FULLWIDTH LEFT WHITE PARENTHESIS",
    },
    Character {
        age: "3.2",
        codepoint: 0xFF60,
        name: "FULLWIDTH RIGHT WHITE PARENTHESIS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF61,
        name: "HALFWIDTH IDEOGRAPHIC FULL STOP",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF62,
        name: "HALFWIDTH LEFT CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF63,
        name: "HALFWIDTH RIGHT CORNER BRACKET",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF64,
        name: "HALFWIDTH IDEOGRAPHIC COMMA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF65,
        name: "HALFWIDTH KATAKANA MIDDLE DOT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF66,
        name: "HALFWIDTH KATAKANA LETTER WO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF67,
        name: "HALFWIDTH KATAKANA LETTER SMALL A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF68,
        name: "HALFWIDTH KATAKANA LETTER SMALL I",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF69,
        name: "HALFWIDTH KATAKANA LETTER SMALL U",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF6A,
        name: "HALFWIDTH KATAKANA LETTER SMALL E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF6B,
        name: "HALFWIDTH KATAKANA LETTER SMALL O",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF6C,
        name: "HALFWIDTH KATAKANA LETTER SMALL YA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF6D,
        name: "HALFWIDTH KATAKANA LETTER SMALL YU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF6E,
        name: "HALFWIDTH KATAKANA LETTER SMALL YO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF6F,
        name: "HALFWIDTH KATAKANA LETTER SMALL TU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF70,
        name: "HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF71,
        name: "HALFWIDTH KATAKANA LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF72,
        name: "HALFWIDTH KATAKANA LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF73,
        name: "HALFWIDTH KATAKANA LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF74,
        name: "HALFWIDTH KATAKANA LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF75,
        name: "HALFWIDTH KATAKANA LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF76,
        name: "HALFWIDTH KATAKANA LETTER KA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF77,
        name: "HALFWIDTH KATAKANA LETTER KI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF78,
        name: "HALFWIDTH KATAKANA LETTER KU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF79,
        name: "HALFWIDTH KATAKANA LETTER KE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF7A,
        name: "HALFWIDTH KATAKANA LETTER KO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF7B,
        name: "HALFWIDTH KATAKANA LETTER SA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF7C,
        name: "HALFWIDTH KATAKANA LETTER SI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF7D,
        name: "HALFWIDTH KATAKANA LETTER SU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF7E,
        name: "HALFWIDTH KATAKANA LETTER SE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF7F,
        name: "HALFWIDTH KATAKANA LETTER SO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF80,
        name: "HALFWIDTH KATAKANA LETTER TA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF81,
        name: "HALFWIDTH KATAKANA LETTER TI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF82,
        name: "HALFWIDTH KATAKANA LETTER TU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF83,
        name: "HALFWIDTH KATAKANA LETTER TE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF84,
        name: "HALFWIDTH KATAKANA LETTER TO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF85,
        name: "HALFWIDTH KATAKANA LETTER NA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF86,
        name: "HALFWIDTH KATAKANA LETTER NI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF87,
        name: "HALFWIDTH KATAKANA LETTER NU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF88,
        name: "HALFWIDTH KATAKANA LETTER NE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF89,
        name: "HALFWIDTH KATAKANA LETTER NO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF8A,
        name: "HALFWIDTH KATAKANA LETTER HA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF8B,
        name: "HALFWIDTH KATAKANA LETTER HI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF8C,
        name: "HALFWIDTH KATAKANA LETTER HU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF8D,
        name: "HALFWIDTH KATAKANA LETTER HE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF8E,
        name: "HALFWIDTH KATAKANA LETTER HO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF8F,
        name: "HALFWIDTH KATAKANA LETTER MA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF90,
        name: "HALFWIDTH KATAKANA LETTER MI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF91,
        name: "HALFWIDTH KATAKANA LETTER MU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF92,
        name: "HALFWIDTH KATAKANA LETTER ME",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF93,
        name: "HALFWIDTH KATAKANA LETTER MO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF94,
        name: "HALFWIDTH KATAKANA LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF95,
        name: "HALFWIDTH KATAKANA LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF96,
        name: "HALFWIDTH KATAKANA LETTER YO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF97,
        name: "HALFWIDTH KATAKANA LETTER RA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF98,
        name: "HALFWIDTH KATAKANA LETTER RI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF99,
        name: "HALFWIDTH KATAKANA LETTER RU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF9A,
        name: "HALFWIDTH KATAKANA LETTER RE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF9B,
        name: "HALFWIDTH KATAKANA LETTER RO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF9C,
        name: "HALFWIDTH KATAKANA LETTER WA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF9D,
        name: "HALFWIDTH KATAKANA LETTER N",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF9E,
        name: "HALFWIDTH KATAKANA VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFF9F,
        name: "HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA0,
        name: "HALFWIDTH HANGUL FILLER",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA1,
        name: "HALFWIDTH HANGUL LETTER KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA2,
        name: "HALFWIDTH HANGUL LETTER SSANGKIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA3,
        name: "HALFWIDTH HANGUL LETTER KIYEOK-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA4,
        name: "HALFWIDTH HANGUL LETTER NIEUN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA5,
        name: "HALFWIDTH HANGUL LETTER NIEUN-CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA6,
        name: "HALFWIDTH HANGUL LETTER NIEUN-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA7,
        name: "HALFWIDTH HANGUL LETTER TIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA8,
        name: "HALFWIDTH HANGUL LETTER SSANGTIKEUT",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFA9,
        name: "HALFWIDTH HANGUL LETTER RIEUL",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFAA,
        name: "HALFWIDTH HANGUL LETTER RIEUL-KIYEOK",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFAB,
        name: "HALFWIDTH HANGUL LETTER RIEUL-MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFAC,
        name: "HALFWIDTH HANGUL LETTER RIEUL-PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFAD,
        name: "HALFWIDTH HANGUL LETTER RIEUL-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFAE,
        name: "HALFWIDTH HANGUL LETTER RIEUL-THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFAF,
        name: "HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB0,
        name: "HALFWIDTH HANGUL LETTER RIEUL-HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB1,
        name: "HALFWIDTH HANGUL LETTER MIEUM",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB2,
        name: "HALFWIDTH HANGUL LETTER PIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB3,
        name: "HALFWIDTH HANGUL LETTER SSANGPIEUP",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB4,
        name: "HALFWIDTH HANGUL LETTER PIEUP-SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB5,
        name: "HALFWIDTH HANGUL LETTER SIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB6,
        name: "HALFWIDTH HANGUL LETTER SSANGSIOS",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB7,
        name: "HALFWIDTH HANGUL LETTER IEUNG",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB8,
        name: "HALFWIDTH HANGUL LETTER CIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFB9,
        name: "HALFWIDTH HANGUL LETTER SSANGCIEUC",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFBA,
        name: "HALFWIDTH HANGUL LETTER CHIEUCH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFBB,
        name: "HALFWIDTH HANGUL LETTER KHIEUKH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFBC,
        name: "HALFWIDTH HANGUL LETTER THIEUTH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFBD,
        name: "HALFWIDTH HANGUL LETTER PHIEUPH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFBE,
        name: "HALFWIDTH HANGUL LETTER HIEUH",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFC2,
        name: "HALFWIDTH HANGUL LETTER A",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFC3,
        name: "HALFWIDTH HANGUL LETTER AE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFC4,
        name: "HALFWIDTH HANGUL LETTER YA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFC5,
        name: "HALFWIDTH HANGUL LETTER YAE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFC6,
        name: "HALFWIDTH HANGUL LETTER EO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFC7,
        name: "HALFWIDTH HANGUL LETTER E",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFCA,
        name: "HALFWIDTH HANGUL LETTER YEO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFCB,
        name: "HALFWIDTH HANGUL LETTER YE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFCC,
        name: "HALFWIDTH HANGUL LETTER O",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFCD,
        name: "HALFWIDTH HANGUL LETTER WA",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFCE,
        name: "HALFWIDTH HANGUL LETTER WAE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFCF,
        name: "HALFWIDTH HANGUL LETTER OE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFD2,
        name: "HALFWIDTH HANGUL LETTER YO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFD3,
        name: "HALFWIDTH HANGUL LETTER U",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFD4,
        name: "HALFWIDTH HANGUL LETTER WEO",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFD5,
        name: "HALFWIDTH HANGUL LETTER WE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFD6,
        name: "HALFWIDTH HANGUL LETTER WI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFD7,
        name: "HALFWIDTH HANGUL LETTER YU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFDA,
        name: "HALFWIDTH HANGUL LETTER EU",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFDB,
        name: "HALFWIDTH HANGUL LETTER YI",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFDC,
        name: "HALFWIDTH HANGUL LETTER I",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE0,
        name: "FULLWIDTH CENT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE1,
        name: "FULLWIDTH POUND SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE2,
        name: "FULLWIDTH NOT SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE3,
        name: "FULLWIDTH MACRON",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE4,
        name: "FULLWIDTH BROKEN BAR",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE5,
        name: "FULLWIDTH YEN SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE6,
        name: "FULLWIDTH WON SIGN",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE8,
        name: "HALFWIDTH FORMS LIGHT VERTICAL",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFE9,
        name: "HALFWIDTH LEFTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFEA,
        name: "HALFWIDTH UPWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFEB,
        name: "HALFWIDTH RIGHTWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFEC,
        name: "HALFWIDTH DOWNWARDS ARROW",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFED,
        name: "HALFWIDTH BLACK SQUARE",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFEE,
        name: "HALFWIDTH WHITE CIRCLE",
    },
    Character {
        age: "3.0",
        codepoint: 0xFFF9,
        name: "INTERLINEAR ANNOTATION ANCHOR",
    },
    Character {
        age: "3.0",
        codepoint: 0xFFFA,
        name: "INTERLINEAR ANNOTATION SEPARATOR",
    },
    Character {
        age: "3.0",
        codepoint: 0xFFFB,
        name: "INTERLINEAR ANNOTATION TERMINATOR",
    },
    Character {
        age: "2.1",
        codepoint: 0xFFFC,
        name: "OBJECT REPLACEMENT CHARACTER",
    },
    Character {
        age: "1.1",
        codepoint: 0xFFFD,
        name: "REPLACEMENT CHARACTER",
    },
    Character {
        age: "4.0",
        codepoint: 0x10000,
        name: "LINEAR B SYLLABLE B008 A",
    },
    Character {
        age: "4.0",
        codepoint: 0x10001,
        name: "LINEAR B SYLLABLE B038 E",
    },
    Character {
        age: "4.0",
        codepoint: 0x10002,
        name: "LINEAR B SYLLABLE B028 I",
    },
    Character {
        age: "4.0",
        codepoint: 0x10003,
        name: "LINEAR B SYLLABLE B061 O",
    },
    Character {
        age: "4.0",
        codepoint: 0x10004,
        name: "LINEAR B SYLLABLE B010 U",
    },
    Character {
        age: "4.0",
        codepoint: 0x10005,
        name: "LINEAR B SYLLABLE B001 DA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10006,
        name: "LINEAR B SYLLABLE B045 DE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10007,
        name: "LINEAR B SYLLABLE B007 DI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10008,
        name: "LINEAR B SYLLABLE B014 DO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10009,
        name: "LINEAR B SYLLABLE B051 DU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1000A,
        name: "LINEAR B SYLLABLE B057 JA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1000B,
        name: "LINEAR B SYLLABLE B046 JE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1000D,
        name: "LINEAR B SYLLABLE B036 JO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1000E,
        name: "LINEAR B SYLLABLE B065 JU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1000F,
        name: "LINEAR B SYLLABLE B077 KA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10010,
        name: "LINEAR B SYLLABLE B044 KE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10011,
        name: "LINEAR B SYLLABLE B067 KI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10012,
        name: "LINEAR B SYLLABLE B070 KO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10013,
        name: "LINEAR B SYLLABLE B081 KU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10014,
        name: "LINEAR B SYLLABLE B080 MA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10015,
        name: "LINEAR B SYLLABLE B013 ME",
    },
    Character {
        age: "4.0",
        codepoint: 0x10016,
        name: "LINEAR B SYLLABLE B073 MI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10017,
        name: "LINEAR B SYLLABLE B015 MO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10018,
        name: "LINEAR B SYLLABLE B023 MU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10019,
        name: "LINEAR B SYLLABLE B006 NA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1001A,
        name: "LINEAR B SYLLABLE B024 NE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1001B,
        name: "LINEAR B SYLLABLE B030 NI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1001C,
        name: "LINEAR B SYLLABLE B052 NO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1001D,
        name: "LINEAR B SYLLABLE B055 NU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1001E,
        name: "LINEAR B SYLLABLE B003 PA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1001F,
        name: "LINEAR B SYLLABLE B072 PE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10020,
        name: "LINEAR B SYLLABLE B039 PI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10021,
        name: "LINEAR B SYLLABLE B011 PO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10022,
        name: "LINEAR B SYLLABLE B050 PU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10023,
        name: "LINEAR B SYLLABLE B016 QA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10024,
        name: "LINEAR B SYLLABLE B078 QE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10025,
        name: "LINEAR B SYLLABLE B021 QI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10026,
        name: "LINEAR B SYLLABLE B032 QO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10028,
        name: "LINEAR B SYLLABLE B060 RA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10029,
        name: "LINEAR B SYLLABLE B027 RE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1002A,
        name: "LINEAR B SYLLABLE B053 RI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1002B,
        name: "LINEAR B SYLLABLE B002 RO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1002C,
        name: "LINEAR B SYLLABLE B026 RU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1002D,
        name: "LINEAR B SYLLABLE B031 SA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1002E,
        name: "LINEAR B SYLLABLE B009 SE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1002F,
        name: "LINEAR B SYLLABLE B041 SI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10030,
        name: "LINEAR B SYLLABLE B012 SO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10031,
        name: "LINEAR B SYLLABLE B058 SU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10032,
        name: "LINEAR B SYLLABLE B059 TA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10033,
        name: "LINEAR B SYLLABLE B004 TE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10034,
        name: "LINEAR B SYLLABLE B037 TI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10035,
        name: "LINEAR B SYLLABLE B005 TO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10036,
        name: "LINEAR B SYLLABLE B069 TU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10037,
        name: "LINEAR B SYLLABLE B054 WA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10038,
        name: "LINEAR B SYLLABLE B075 WE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10039,
        name: "LINEAR B SYLLABLE B040 WI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1003A,
        name: "LINEAR B SYLLABLE B042 WO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1003C,
        name: "LINEAR B SYLLABLE B017 ZA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1003D,
        name: "LINEAR B SYLLABLE B074 ZE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1003F,
        name: "LINEAR B SYLLABLE B020 ZO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10040,
        name: "LINEAR B SYLLABLE B025 A2",
    },
    Character {
        age: "4.0",
        codepoint: 0x10041,
        name: "LINEAR B SYLLABLE B043 A3",
    },
    Character {
        age: "4.0",
        codepoint: 0x10042,
        name: "LINEAR B SYLLABLE B085 AU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10043,
        name: "LINEAR B SYLLABLE B071 DWE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10044,
        name: "LINEAR B SYLLABLE B090 DWO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10045,
        name: "LINEAR B SYLLABLE B048 NWA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10046,
        name: "LINEAR B SYLLABLE B029 PU2",
    },
    Character {
        age: "4.0",
        codepoint: 0x10047,
        name: "LINEAR B SYLLABLE B062 PTE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10048,
        name: "LINEAR B SYLLABLE B076 RA2",
    },
    Character {
        age: "4.0",
        codepoint: 0x10049,
        name: "LINEAR B SYLLABLE B033 RA3",
    },
    Character {
        age: "4.0",
        codepoint: 0x1004A,
        name: "LINEAR B SYLLABLE B068 RO2",
    },
    Character {
        age: "4.0",
        codepoint: 0x1004B,
        name: "LINEAR B SYLLABLE B066 TA2",
    },
    Character {
        age: "4.0",
        codepoint: 0x1004C,
        name: "LINEAR B SYLLABLE B087 TWE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1004D,
        name: "LINEAR B SYLLABLE B091 TWO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10050,
        name: "LINEAR B SYMBOL B018",
    },
    Character {
        age: "4.0",
        codepoint: 0x10051,
        name: "LINEAR B SYMBOL B019",
    },
    Character {
        age: "4.0",
        codepoint: 0x10052,
        name: "LINEAR B SYMBOL B022",
    },
    Character {
        age: "4.0",
        codepoint: 0x10053,
        name: "LINEAR B SYMBOL B034",
    },
    Character {
        age: "4.0",
        codepoint: 0x10054,
        name: "LINEAR B SYMBOL B047",
    },
    Character {
        age: "4.0",
        codepoint: 0x10055,
        name: "LINEAR B SYMBOL B049",
    },
    Character {
        age: "4.0",
        codepoint: 0x10056,
        name: "LINEAR B SYMBOL B056",
    },
    Character {
        age: "4.0",
        codepoint: 0x10057,
        name: "LINEAR B SYMBOL B063",
    },
    Character {
        age: "4.0",
        codepoint: 0x10058,
        name: "LINEAR B SYMBOL B064",
    },
    Character {
        age: "4.0",
        codepoint: 0x10059,
        name: "LINEAR B SYMBOL B079",
    },
    Character {
        age: "4.0",
        codepoint: 0x1005A,
        name: "LINEAR B SYMBOL B082",
    },
    Character {
        age: "4.0",
        codepoint: 0x1005B,
        name: "LINEAR B SYMBOL B083",
    },
    Character {
        age: "4.0",
        codepoint: 0x1005C,
        name: "LINEAR B SYMBOL B086",
    },
    Character {
        age: "4.0",
        codepoint: 0x1005D,
        name: "LINEAR B SYMBOL B089",
    },
    Character {
        age: "4.0",
        codepoint: 0x10080,
        name: "LINEAR B IDEOGRAM B100 MAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10081,
        name: "LINEAR B IDEOGRAM B102 WOMAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10082,
        name: "LINEAR B IDEOGRAM B104 DEER",
    },
    Character {
        age: "4.0",
        codepoint: 0x10083,
        name: "LINEAR B IDEOGRAM B105 EQUID",
    },
    Character {
        age: "4.0",
        codepoint: 0x10084,
        name: "LINEAR B IDEOGRAM B105F MARE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10085,
        name: "LINEAR B IDEOGRAM B105M STALLION",
    },
    Character {
        age: "4.0",
        codepoint: 0x10086,
        name: "LINEAR B IDEOGRAM B106F EWE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10087,
        name: "LINEAR B IDEOGRAM B106M RAM",
    },
    Character {
        age: "4.0",
        codepoint: 0x10088,
        name: "LINEAR B IDEOGRAM B107F SHE-GOAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x10089,
        name: "LINEAR B IDEOGRAM B107M HE-GOAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1008A,
        name: "LINEAR B IDEOGRAM B108F SOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x1008B,
        name: "LINEAR B IDEOGRAM B108M BOAR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1008C,
        name: "LINEAR B IDEOGRAM B109F COW",
    },
    Character {
        age: "4.0",
        codepoint: 0x1008D,
        name: "LINEAR B IDEOGRAM B109M BULL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1008E,
        name: "LINEAR B IDEOGRAM B120 WHEAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1008F,
        name: "LINEAR B IDEOGRAM B121 BARLEY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10090,
        name: "LINEAR B IDEOGRAM B122 OLIVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10091,
        name: "LINEAR B IDEOGRAM B123 SPICE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10092,
        name: "LINEAR B IDEOGRAM B125 CYPERUS",
    },
    Character {
        age: "4.0",
        codepoint: 0x10093,
        name: "LINEAR B MONOGRAM B127 KAPO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10094,
        name: "LINEAR B MONOGRAM B128 KANAKO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10095,
        name: "LINEAR B IDEOGRAM B130 OIL",
    },
    Character {
        age: "4.0",
        codepoint: 0x10096,
        name: "LINEAR B IDEOGRAM B131 WINE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10097,
        name: "LINEAR B IDEOGRAM B132",
    },
    Character {
        age: "4.0",
        codepoint: 0x10098,
        name: "LINEAR B MONOGRAM B133 AREPA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10099,
        name: "LINEAR B MONOGRAM B135 MERI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1009A,
        name: "LINEAR B IDEOGRAM B140 BRONZE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1009B,
        name: "LINEAR B IDEOGRAM B141 GOLD",
    },
    Character {
        age: "4.0",
        codepoint: 0x1009C,
        name: "LINEAR B IDEOGRAM B142",
    },
    Character {
        age: "4.0",
        codepoint: 0x1009D,
        name: "LINEAR B IDEOGRAM B145 WOOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1009E,
        name: "LINEAR B IDEOGRAM B146",
    },
    Character {
        age: "4.0",
        codepoint: 0x1009F,
        name: "LINEAR B IDEOGRAM B150",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A0,
        name: "LINEAR B IDEOGRAM B151 HORN",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A1,
        name: "LINEAR B IDEOGRAM B152",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A2,
        name: "LINEAR B IDEOGRAM B153",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A3,
        name: "LINEAR B IDEOGRAM B154",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A4,
        name: "LINEAR B MONOGRAM B156 TURO2",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A5,
        name: "LINEAR B IDEOGRAM B157",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A6,
        name: "LINEAR B IDEOGRAM B158",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A7,
        name: "LINEAR B IDEOGRAM B159 CLOTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A8,
        name: "LINEAR B IDEOGRAM B160",
    },
    Character {
        age: "4.0",
        codepoint: 0x100A9,
        name: "LINEAR B IDEOGRAM B161",
    },
    Character {
        age: "4.0",
        codepoint: 0x100AA,
        name: "LINEAR B IDEOGRAM B162 GARMENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x100AB,
        name: "LINEAR B IDEOGRAM B163 ARMOUR",
    },
    Character {
        age: "4.0",
        codepoint: 0x100AC,
        name: "LINEAR B IDEOGRAM B164",
    },
    Character {
        age: "4.0",
        codepoint: 0x100AD,
        name: "LINEAR B IDEOGRAM B165",
    },
    Character {
        age: "4.0",
        codepoint: 0x100AE,
        name: "LINEAR B IDEOGRAM B166",
    },
    Character {
        age: "4.0",
        codepoint: 0x100AF,
        name: "LINEAR B IDEOGRAM B167",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B0,
        name: "LINEAR B IDEOGRAM B168",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B1,
        name: "LINEAR B IDEOGRAM B169",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B2,
        name: "LINEAR B IDEOGRAM B170",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B3,
        name: "LINEAR B IDEOGRAM B171",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B4,
        name: "LINEAR B IDEOGRAM B172",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B5,
        name: "LINEAR B IDEOGRAM B173 MONTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B6,
        name: "LINEAR B IDEOGRAM B174",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B7,
        name: "LINEAR B IDEOGRAM B176 TREE",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B8,
        name: "LINEAR B IDEOGRAM B177",
    },
    Character {
        age: "4.0",
        codepoint: 0x100B9,
        name: "LINEAR B IDEOGRAM B178",
    },
    Character {
        age: "4.0",
        codepoint: 0x100BA,
        name: "LINEAR B IDEOGRAM B179",
    },
    Character {
        age: "4.0",
        codepoint: 0x100BB,
        name: "LINEAR B IDEOGRAM B180",
    },
    Character {
        age: "4.0",
        codepoint: 0x100BC,
        name: "LINEAR B IDEOGRAM B181",
    },
    Character {
        age: "4.0",
        codepoint: 0x100BD,
        name: "LINEAR B IDEOGRAM B182",
    },
    Character {
        age: "4.0",
        codepoint: 0x100BE,
        name: "LINEAR B IDEOGRAM B183",
    },
    Character {
        age: "4.0",
        codepoint: 0x100BF,
        name: "LINEAR B IDEOGRAM B184",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C0,
        name: "LINEAR B IDEOGRAM B185",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C1,
        name: "LINEAR B IDEOGRAM B189",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C2,
        name: "LINEAR B IDEOGRAM B190",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C3,
        name: "LINEAR B IDEOGRAM B191 HELMET",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C4,
        name: "LINEAR B IDEOGRAM B220 FOOTSTOOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C5,
        name: "LINEAR B IDEOGRAM B225 BATHTUB",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C6,
        name: "LINEAR B IDEOGRAM B230 SPEAR",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C7,
        name: "LINEAR B IDEOGRAM B231 ARROW",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C8,
        name: "LINEAR B IDEOGRAM B232",
    },
    Character {
        age: "4.0",
        codepoint: 0x100C9,
        name: "LINEAR B IDEOGRAM B233 SWORD",
    },
    Character {
        age: "4.0",
        codepoint: 0x100CA,
        name: "LINEAR B IDEOGRAM B234",
    },
    Character {
        age: "4.0",
        codepoint: 0x100CB,
        name: "LINEAR B IDEOGRAM B236",
    },
    Character {
        age: "4.0",
        codepoint: 0x100CC,
        name: "LINEAR B IDEOGRAM B240 WHEELED CHARIOT",
    },
    Character {
        age: "4.0",
        codepoint: 0x100CD,
        name: "LINEAR B IDEOGRAM B241 CHARIOT",
    },
    Character {
        age: "4.0",
        codepoint: 0x100CE,
        name: "LINEAR B IDEOGRAM B242 CHARIOT FRAME",
    },
    Character {
        age: "4.0",
        codepoint: 0x100CF,
        name: "LINEAR B IDEOGRAM B243 WHEEL",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D0,
        name: "LINEAR B IDEOGRAM B245",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D1,
        name: "LINEAR B IDEOGRAM B246",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D2,
        name: "LINEAR B MONOGRAM B247 DIPTE",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D3,
        name: "LINEAR B IDEOGRAM B248",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D4,
        name: "LINEAR B IDEOGRAM B249",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D5,
        name: "LINEAR B IDEOGRAM B251",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D6,
        name: "LINEAR B IDEOGRAM B252",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D7,
        name: "LINEAR B IDEOGRAM B253",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D8,
        name: "LINEAR B IDEOGRAM B254 DART",
    },
    Character {
        age: "4.0",
        codepoint: 0x100D9,
        name: "LINEAR B IDEOGRAM B255",
    },
    Character {
        age: "4.0",
        codepoint: 0x100DA,
        name: "LINEAR B IDEOGRAM B256",
    },
    Character {
        age: "4.0",
        codepoint: 0x100DB,
        name: "LINEAR B IDEOGRAM B257",
    },
    Character {
        age: "4.0",
        codepoint: 0x100DC,
        name: "LINEAR B IDEOGRAM B258",
    },
    Character {
        age: "4.0",
        codepoint: 0x100DD,
        name: "LINEAR B IDEOGRAM B259",
    },
    Character {
        age: "4.0",
        codepoint: 0x100DE,
        name: "LINEAR B IDEOGRAM VESSEL B155",
    },
    Character {
        age: "4.0",
        codepoint: 0x100DF,
        name: "LINEAR B IDEOGRAM VESSEL B200",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E0,
        name: "LINEAR B IDEOGRAM VESSEL B201",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E1,
        name: "LINEAR B IDEOGRAM VESSEL B202",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E2,
        name: "LINEAR B IDEOGRAM VESSEL B203",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E3,
        name: "LINEAR B IDEOGRAM VESSEL B204",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E4,
        name: "LINEAR B IDEOGRAM VESSEL B205",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E5,
        name: "LINEAR B IDEOGRAM VESSEL B206",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E6,
        name: "LINEAR B IDEOGRAM VESSEL B207",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E7,
        name: "LINEAR B IDEOGRAM VESSEL B208",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E8,
        name: "LINEAR B IDEOGRAM VESSEL B209",
    },
    Character {
        age: "4.0",
        codepoint: 0x100E9,
        name: "LINEAR B IDEOGRAM VESSEL B210",
    },
    Character {
        age: "4.0",
        codepoint: 0x100EA,
        name: "LINEAR B IDEOGRAM VESSEL B211",
    },
    Character {
        age: "4.0",
        codepoint: 0x100EB,
        name: "LINEAR B IDEOGRAM VESSEL B212",
    },
    Character {
        age: "4.0",
        codepoint: 0x100EC,
        name: "LINEAR B IDEOGRAM VESSEL B213",
    },
    Character {
        age: "4.0",
        codepoint: 0x100ED,
        name: "LINEAR B IDEOGRAM VESSEL B214",
    },
    Character {
        age: "4.0",
        codepoint: 0x100EE,
        name: "LINEAR B IDEOGRAM VESSEL B215",
    },
    Character {
        age: "4.0",
        codepoint: 0x100EF,
        name: "LINEAR B IDEOGRAM VESSEL B216",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F0,
        name: "LINEAR B IDEOGRAM VESSEL B217",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F1,
        name: "LINEAR B IDEOGRAM VESSEL B218",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F2,
        name: "LINEAR B IDEOGRAM VESSEL B219",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F3,
        name: "LINEAR B IDEOGRAM VESSEL B221",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F4,
        name: "LINEAR B IDEOGRAM VESSEL B222",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F5,
        name: "LINEAR B IDEOGRAM VESSEL B226",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F6,
        name: "LINEAR B IDEOGRAM VESSEL B227",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F7,
        name: "LINEAR B IDEOGRAM VESSEL B228",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F8,
        name: "LINEAR B IDEOGRAM VESSEL B229",
    },
    Character {
        age: "4.0",
        codepoint: 0x100F9,
        name: "LINEAR B IDEOGRAM VESSEL B250",
    },
    Character {
        age: "4.0",
        codepoint: 0x100FA,
        name: "LINEAR B IDEOGRAM VESSEL B305",
    },
    Character {
        age: "4.0",
        codepoint: 0x10100,
        name: "AEGEAN WORD SEPARATOR LINE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10101,
        name: "AEGEAN WORD SEPARATOR DOT",
    },
    Character {
        age: "4.0",
        codepoint: 0x10102,
        name: "AEGEAN CHECK MARK",
    },
    Character {
        age: "4.0",
        codepoint: 0x10107,
        name: "AEGEAN NUMBER ONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10108,
        name: "AEGEAN NUMBER TWO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10109,
        name: "AEGEAN NUMBER THREE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1010A,
        name: "AEGEAN NUMBER FOUR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1010B,
        name: "AEGEAN NUMBER FIVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1010C,
        name: "AEGEAN NUMBER SIX",
    },
    Character {
        age: "4.0",
        codepoint: 0x1010D,
        name: "AEGEAN NUMBER SEVEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1010E,
        name: "AEGEAN NUMBER EIGHT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1010F,
        name: "AEGEAN NUMBER NINE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10110,
        name: "AEGEAN NUMBER TEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10111,
        name: "AEGEAN NUMBER TWENTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10112,
        name: "AEGEAN NUMBER THIRTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10113,
        name: "AEGEAN NUMBER FORTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10114,
        name: "AEGEAN NUMBER FIFTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10115,
        name: "AEGEAN NUMBER SIXTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10116,
        name: "AEGEAN NUMBER SEVENTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10117,
        name: "AEGEAN NUMBER EIGHTY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10118,
        name: "AEGEAN NUMBER NINETY",
    },
    Character {
        age: "4.0",
        codepoint: 0x10119,
        name: "AEGEAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1011A,
        name: "AEGEAN NUMBER TWO HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1011B,
        name: "AEGEAN NUMBER THREE HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1011C,
        name: "AEGEAN NUMBER FOUR HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1011D,
        name: "AEGEAN NUMBER FIVE HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1011E,
        name: "AEGEAN NUMBER SIX HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1011F,
        name: "AEGEAN NUMBER SEVEN HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x10120,
        name: "AEGEAN NUMBER EIGHT HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x10121,
        name: "AEGEAN NUMBER NINE HUNDRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x10122,
        name: "AEGEAN NUMBER ONE THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10123,
        name: "AEGEAN NUMBER TWO THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10124,
        name: "AEGEAN NUMBER THREE THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10125,
        name: "AEGEAN NUMBER FOUR THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10126,
        name: "AEGEAN NUMBER FIVE THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10127,
        name: "AEGEAN NUMBER SIX THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10128,
        name: "AEGEAN NUMBER SEVEN THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10129,
        name: "AEGEAN NUMBER EIGHT THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x1012A,
        name: "AEGEAN NUMBER NINE THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x1012B,
        name: "AEGEAN NUMBER TEN THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x1012C,
        name: "AEGEAN NUMBER TWENTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x1012D,
        name: "AEGEAN NUMBER THIRTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x1012E,
        name: "AEGEAN NUMBER FORTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x1012F,
        name: "AEGEAN NUMBER FIFTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10130,
        name: "AEGEAN NUMBER SIXTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10131,
        name: "AEGEAN NUMBER SEVENTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10132,
        name: "AEGEAN NUMBER EIGHTY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10133,
        name: "AEGEAN NUMBER NINETY THOUSAND",
    },
    Character {
        age: "4.0",
        codepoint: 0x10137,
        name: "AEGEAN WEIGHT BASE UNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x10138,
        name: "AEGEAN WEIGHT FIRST SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x10139,
        name: "AEGEAN WEIGHT SECOND SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1013A,
        name: "AEGEAN WEIGHT THIRD SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1013B,
        name: "AEGEAN WEIGHT FOURTH SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1013C,
        name: "AEGEAN DRY MEASURE FIRST SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1013D,
        name: "AEGEAN LIQUID MEASURE FIRST SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1013E,
        name: "AEGEAN MEASURE SECOND SUBUNIT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1013F,
        name: "AEGEAN MEASURE THIRD SUBUNIT",
    },
    Character {
        age: "4.1",
        codepoint: 0x10140,
        name: "GREEK ACROPHONIC ATTIC ONE QUARTER",
    },
    Character {
        age: "4.1",
        codepoint: 0x10141,
        name: "GREEK ACROPHONIC ATTIC ONE HALF",
    },
    Character {
        age: "4.1",
        codepoint: 0x10142,
        name: "GREEK ACROPHONIC ATTIC ONE DRACHMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10143,
        name: "GREEK ACROPHONIC ATTIC FIVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10144,
        name: "GREEK ACROPHONIC ATTIC FIFTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x10145,
        name: "GREEK ACROPHONIC ATTIC FIVE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x10146,
        name: "GREEK ACROPHONIC ATTIC FIVE THOUSAND",
    },
    Character {
        age: "4.1",
        codepoint: 0x10147,
        name: "GREEK ACROPHONIC ATTIC FIFTY THOUSAND",
    },
    Character {
        age: "4.1",
        codepoint: 0x10148,
        name: "GREEK ACROPHONIC ATTIC FIVE TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10149,
        name: "GREEK ACROPHONIC ATTIC TEN TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1014A,
        name: "GREEK ACROPHONIC ATTIC FIFTY TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1014B,
        name: "GREEK ACROPHONIC ATTIC ONE HUNDRED TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1014C,
        name: "GREEK ACROPHONIC ATTIC FIVE HUNDRED TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1014D,
        name: "GREEK ACROPHONIC ATTIC ONE THOUSAND TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1014E,
        name: "GREEK ACROPHONIC ATTIC FIVE THOUSAND TALENTS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1014F,
        name: "GREEK ACROPHONIC ATTIC FIVE STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10150,
        name: "GREEK ACROPHONIC ATTIC TEN STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10151,
        name: "GREEK ACROPHONIC ATTIC FIFTY STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10152,
        name: "GREEK ACROPHONIC ATTIC ONE HUNDRED STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10153,
        name: "GREEK ACROPHONIC ATTIC FIVE HUNDRED STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10154,
        name: "GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10155,
        name: "GREEK ACROPHONIC ATTIC TEN THOUSAND STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10156,
        name: "GREEK ACROPHONIC ATTIC FIFTY THOUSAND STATERS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10157,
        name: "GREEK ACROPHONIC ATTIC TEN MNAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10158,
        name: "GREEK ACROPHONIC HERAEUM ONE PLETHRON",
    },
    Character {
        age: "4.1",
        codepoint: 0x10159,
        name: "GREEK ACROPHONIC THESPIAN ONE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1015A,
        name: "GREEK ACROPHONIC HERMIONIAN ONE",
    },
    Character {
        age: "4.1",
        codepoint: 0x1015B,
        name: "GREEK ACROPHONIC EPIDAUREAN TWO",
    },
    Character {
        age: "4.1",
        codepoint: 0x1015C,
        name: "GREEK ACROPHONIC THESPIAN TWO",
    },
    Character {
        age: "4.1",
        codepoint: 0x1015D,
        name: "GREEK ACROPHONIC CYRENAIC TWO DRACHMAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1015E,
        name: "GREEK ACROPHONIC EPIDAUREAN TWO DRACHMAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x1015F,
        name: "GREEK ACROPHONIC TROEZENIAN FIVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10160,
        name: "GREEK ACROPHONIC TROEZENIAN TEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10161,
        name: "GREEK ACROPHONIC TROEZENIAN TEN ALTERNATE FORM",
    },
    Character {
        age: "4.1",
        codepoint: 0x10162,
        name: "GREEK ACROPHONIC HERMIONIAN TEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10163,
        name: "GREEK ACROPHONIC MESSENIAN TEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10164,
        name: "GREEK ACROPHONIC THESPIAN TEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10165,
        name: "GREEK ACROPHONIC THESPIAN THIRTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x10166,
        name: "GREEK ACROPHONIC TROEZENIAN FIFTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x10167,
        name: "GREEK ACROPHONIC TROEZENIAN FIFTY ALTERNATE FORM",
    },
    Character {
        age: "4.1",
        codepoint: 0x10168,
        name: "GREEK ACROPHONIC HERMIONIAN FIFTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x10169,
        name: "GREEK ACROPHONIC THESPIAN FIFTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x1016A,
        name: "GREEK ACROPHONIC THESPIAN ONE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x1016B,
        name: "GREEK ACROPHONIC THESPIAN THREE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x1016C,
        name: "GREEK ACROPHONIC EPIDAUREAN FIVE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x1016D,
        name: "GREEK ACROPHONIC TROEZENIAN FIVE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x1016E,
        name: "GREEK ACROPHONIC THESPIAN FIVE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x1016F,
        name: "GREEK ACROPHONIC CARYSTIAN FIVE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x10170,
        name: "GREEK ACROPHONIC NAXIAN FIVE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x10171,
        name: "GREEK ACROPHONIC THESPIAN ONE THOUSAND",
    },
    Character {
        age: "4.1",
        codepoint: 0x10172,
        name: "GREEK ACROPHONIC THESPIAN FIVE THOUSAND",
    },
    Character {
        age: "4.1",
        codepoint: 0x10173,
        name: "GREEK ACROPHONIC DELPHIC FIVE MNAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10174,
        name: "GREEK ACROPHONIC STRATIAN FIFTY MNAS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10175,
        name: "GREEK ONE HALF SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10176,
        name: "GREEK ONE HALF SIGN ALTERNATE FORM",
    },
    Character {
        age: "4.1",
        codepoint: 0x10177,
        name: "GREEK TWO THIRDS SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10178,
        name: "GREEK THREE QUARTERS SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10179,
        name: "GREEK YEAR SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1017A,
        name: "GREEK TALENT SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1017B,
        name: "GREEK DRACHMA SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1017C,
        name: "GREEK OBOL SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1017D,
        name: "GREEK TWO OBOLS SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1017E,
        name: "GREEK THREE OBOLS SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1017F,
        name: "GREEK FOUR OBOLS SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10180,
        name: "GREEK FIVE OBOLS SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10181,
        name: "GREEK METRETES SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10182,
        name: "GREEK KYATHOS BASE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10183,
        name: "GREEK LITRA SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10184,
        name: "GREEK OUNKIA SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10185,
        name: "GREEK XESTES SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10186,
        name: "GREEK ARTABE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10187,
        name: "GREEK AROURA SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10188,
        name: "GREEK GRAMMA SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10189,
        name: "GREEK TRYBLION BASE SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1018A,
        name: "GREEK ZERO SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1018B,
        name: "GREEK ONE QUARTER SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1018C,
        name: "GREEK SINUSOID SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1018D,
        name: "GREEK INDICTION SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1018E,
        name: "NOMISMA SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10190,
        name: "ROMAN SEXTANS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10191,
        name: "ROMAN UNCIA SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10192,
        name: "ROMAN SEMUNCIA SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10193,
        name: "ROMAN SEXTULA SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10194,
        name: "ROMAN DIMIDIA SEXTULA SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10195,
        name: "ROMAN SILIQUA SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10196,
        name: "ROMAN DENARIUS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10197,
        name: "ROMAN QUINARIUS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10198,
        name: "ROMAN SESTERTIUS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10199,
        name: "ROMAN DUPONDIUS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1019A,
        name: "ROMAN AS SIGN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1019B,
        name: "ROMAN CENTURIAL SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x101A0,
        name: "GREEK SYMBOL TAU RHO",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D0,
        name: "PHAISTOS DISC SIGN PEDESTRIAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D1,
        name: "PHAISTOS DISC SIGN PLUMED HEAD",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D2,
        name: "PHAISTOS DISC SIGN TATTOOED HEAD",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D3,
        name: "PHAISTOS DISC SIGN CAPTIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D4,
        name: "PHAISTOS DISC SIGN CHILD",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D5,
        name: "PHAISTOS DISC SIGN WOMAN",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D6,
        name: "PHAISTOS DISC SIGN HELMET",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D7,
        name: "PHAISTOS DISC SIGN GAUNTLET",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D8,
        name: "PHAISTOS DISC SIGN TIARA",
    },
    Character {
        age: "5.1",
        codepoint: 0x101D9,
        name: "PHAISTOS DISC SIGN ARROW",
    },
    Character {
        age: "5.1",
        codepoint: 0x101DA,
        name: "PHAISTOS DISC SIGN BOW",
    },
    Character {
        age: "5.1",
        codepoint: 0x101DB,
        name: "PHAISTOS DISC SIGN SHIELD",
    },
    Character {
        age: "5.1",
        codepoint: 0x101DC,
        name: "PHAISTOS DISC SIGN CLUB",
    },
    Character {
        age: "5.1",
        codepoint: 0x101DD,
        name: "PHAISTOS DISC SIGN MANACLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x101DE,
        name: "PHAISTOS DISC SIGN MATTOCK",
    },
    Character {
        age: "5.1",
        codepoint: 0x101DF,
        name: "PHAISTOS DISC SIGN SAW",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E0,
        name: "PHAISTOS DISC SIGN LID",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E1,
        name: "PHAISTOS DISC SIGN BOOMERANG",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E2,
        name: "PHAISTOS DISC SIGN CARPENTRY PLANE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E3,
        name: "PHAISTOS DISC SIGN DOLIUM",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E4,
        name: "PHAISTOS DISC SIGN COMB",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E5,
        name: "PHAISTOS DISC SIGN SLING",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E6,
        name: "PHAISTOS DISC SIGN COLUMN",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E7,
        name: "PHAISTOS DISC SIGN BEEHIVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E8,
        name: "PHAISTOS DISC SIGN SHIP",
    },
    Character {
        age: "5.1",
        codepoint: 0x101E9,
        name: "PHAISTOS DISC SIGN HORN",
    },
    Character {
        age: "5.1",
        codepoint: 0x101EA,
        name: "PHAISTOS DISC SIGN HIDE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101EB,
        name: "PHAISTOS DISC SIGN BULLS LEG",
    },
    Character {
        age: "5.1",
        codepoint: 0x101EC,
        name: "PHAISTOS DISC SIGN CAT",
    },
    Character {
        age: "5.1",
        codepoint: 0x101ED,
        name: "PHAISTOS DISC SIGN RAM",
    },
    Character {
        age: "5.1",
        codepoint: 0x101EE,
        name: "PHAISTOS DISC SIGN EAGLE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101EF,
        name: "PHAISTOS DISC SIGN DOVE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F0,
        name: "PHAISTOS DISC SIGN TUNNY",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F1,
        name: "PHAISTOS DISC SIGN BEE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F2,
        name: "PHAISTOS DISC SIGN PLANE TREE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F3,
        name: "PHAISTOS DISC SIGN VINE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F4,
        name: "PHAISTOS DISC SIGN PAPYRUS",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F5,
        name: "PHAISTOS DISC SIGN ROSETTE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F6,
        name: "PHAISTOS DISC SIGN LILY",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F7,
        name: "PHAISTOS DISC SIGN OX BACK",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F8,
        name: "PHAISTOS DISC SIGN FLUTE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101F9,
        name: "PHAISTOS DISC SIGN GRATER",
    },
    Character {
        age: "5.1",
        codepoint: 0x101FA,
        name: "PHAISTOS DISC SIGN STRAINER",
    },
    Character {
        age: "5.1",
        codepoint: 0x101FB,
        name: "PHAISTOS DISC SIGN SMALL AXE",
    },
    Character {
        age: "5.1",
        codepoint: 0x101FC,
        name: "PHAISTOS DISC SIGN WAVY BAND",
    },
    Character {
        age: "5.1",
        codepoint: 0x101FD,
        name: "PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE",
    },
    Character {
        age: "5.1",
        codepoint: 0x10280,
        name: "LYCIAN LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x10281,
        name: "LYCIAN LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0x10282,
        name: "LYCIAN LETTER B",
    },
    Character {
        age: "5.1",
        codepoint: 0x10283,
        name: "LYCIAN LETTER BH",
    },
    Character {
        age: "5.1",
        codepoint: 0x10284,
        name: "LYCIAN LETTER G",
    },
    Character {
        age: "5.1",
        codepoint: 0x10285,
        name: "LYCIAN LETTER D",
    },
    Character {
        age: "5.1",
        codepoint: 0x10286,
        name: "LYCIAN LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0x10287,
        name: "LYCIAN LETTER W",
    },
    Character {
        age: "5.1",
        codepoint: 0x10288,
        name: "LYCIAN LETTER Z",
    },
    Character {
        age: "5.1",
        codepoint: 0x10289,
        name: "LYCIAN LETTER TH",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028A,
        name: "LYCIAN LETTER J",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028B,
        name: "LYCIAN LETTER K",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028C,
        name: "LYCIAN LETTER Q",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028D,
        name: "LYCIAN LETTER L",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028E,
        name: "LYCIAN LETTER M",
    },
    Character {
        age: "5.1",
        codepoint: 0x1028F,
        name: "LYCIAN LETTER N",
    },
    Character {
        age: "5.1",
        codepoint: 0x10290,
        name: "LYCIAN LETTER MM",
    },
    Character {
        age: "5.1",
        codepoint: 0x10291,
        name: "LYCIAN LETTER NN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10292,
        name: "LYCIAN LETTER U",
    },
    Character {
        age: "5.1",
        codepoint: 0x10293,
        name: "LYCIAN LETTER P",
    },
    Character {
        age: "5.1",
        codepoint: 0x10294,
        name: "LYCIAN LETTER KK",
    },
    Character {
        age: "5.1",
        codepoint: 0x10295,
        name: "LYCIAN LETTER R",
    },
    Character {
        age: "5.1",
        codepoint: 0x10296,
        name: "LYCIAN LETTER S",
    },
    Character {
        age: "5.1",
        codepoint: 0x10297,
        name: "LYCIAN LETTER T",
    },
    Character {
        age: "5.1",
        codepoint: 0x10298,
        name: "LYCIAN LETTER TT",
    },
    Character {
        age: "5.1",
        codepoint: 0x10299,
        name: "LYCIAN LETTER AN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1029A,
        name: "LYCIAN LETTER EN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1029B,
        name: "LYCIAN LETTER H",
    },
    Character {
        age: "5.1",
        codepoint: 0x1029C,
        name: "LYCIAN LETTER X",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A0,
        name: "CARIAN LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A1,
        name: "CARIAN LETTER P2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A2,
        name: "CARIAN LETTER D",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A3,
        name: "CARIAN LETTER L",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A4,
        name: "CARIAN LETTER UUU",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A5,
        name: "CARIAN LETTER R",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A6,
        name: "CARIAN LETTER LD",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A7,
        name: "CARIAN LETTER A2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A8,
        name: "CARIAN LETTER Q",
    },
    Character {
        age: "5.1",
        codepoint: 0x102A9,
        name: "CARIAN LETTER B",
    },
    Character {
        age: "5.1",
        codepoint: 0x102AA,
        name: "CARIAN LETTER M",
    },
    Character {
        age: "5.1",
        codepoint: 0x102AB,
        name: "CARIAN LETTER O",
    },
    Character {
        age: "5.1",
        codepoint: 0x102AC,
        name: "CARIAN LETTER D2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102AD,
        name: "CARIAN LETTER T",
    },
    Character {
        age: "5.1",
        codepoint: 0x102AE,
        name: "CARIAN LETTER SH",
    },
    Character {
        age: "5.1",
        codepoint: 0x102AF,
        name: "CARIAN LETTER SH2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B0,
        name: "CARIAN LETTER S",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B1,
        name: "CARIAN LETTER C-18",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B2,
        name: "CARIAN LETTER U",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B3,
        name: "CARIAN LETTER NN",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B4,
        name: "CARIAN LETTER X",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B5,
        name: "CARIAN LETTER N",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B6,
        name: "CARIAN LETTER TT2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B7,
        name: "CARIAN LETTER P",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B8,
        name: "CARIAN LETTER SS",
    },
    Character {
        age: "5.1",
        codepoint: 0x102B9,
        name: "CARIAN LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0x102BA,
        name: "CARIAN LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0x102BB,
        name: "CARIAN LETTER UUUU",
    },
    Character {
        age: "5.1",
        codepoint: 0x102BC,
        name: "CARIAN LETTER K",
    },
    Character {
        age: "5.1",
        codepoint: 0x102BD,
        name: "CARIAN LETTER K2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102BE,
        name: "CARIAN LETTER ND",
    },
    Character {
        age: "5.1",
        codepoint: 0x102BF,
        name: "CARIAN LETTER UU",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C0,
        name: "CARIAN LETTER G",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C1,
        name: "CARIAN LETTER G2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C2,
        name: "CARIAN LETTER ST",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C3,
        name: "CARIAN LETTER ST2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C4,
        name: "CARIAN LETTER NG",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C5,
        name: "CARIAN LETTER II",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C6,
        name: "CARIAN LETTER C-39",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C7,
        name: "CARIAN LETTER TT",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C8,
        name: "CARIAN LETTER UUU2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102C9,
        name: "CARIAN LETTER RR",
    },
    Character {
        age: "5.1",
        codepoint: 0x102CA,
        name: "CARIAN LETTER MB",
    },
    Character {
        age: "5.1",
        codepoint: 0x102CB,
        name: "CARIAN LETTER MB2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102CC,
        name: "CARIAN LETTER MB3",
    },
    Character {
        age: "5.1",
        codepoint: 0x102CD,
        name: "CARIAN LETTER MB4",
    },
    Character {
        age: "5.1",
        codepoint: 0x102CE,
        name: "CARIAN LETTER LD2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102CF,
        name: "CARIAN LETTER E2",
    },
    Character {
        age: "5.1",
        codepoint: 0x102D0,
        name: "CARIAN LETTER UUU3",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E0,
        name: "COPTIC EPACT THOUSANDS MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E1,
        name: "COPTIC EPACT DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E2,
        name: "COPTIC EPACT DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E3,
        name: "COPTIC EPACT DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E4,
        name: "COPTIC EPACT DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E5,
        name: "COPTIC EPACT DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E6,
        name: "COPTIC EPACT DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E7,
        name: "COPTIC EPACT DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E8,
        name: "COPTIC EPACT DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x102E9,
        name: "COPTIC EPACT DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x102EA,
        name: "COPTIC EPACT NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x102EB,
        name: "COPTIC EPACT NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102EC,
        name: "COPTIC EPACT NUMBER THIRTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102ED,
        name: "COPTIC EPACT NUMBER FORTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102EE,
        name: "COPTIC EPACT NUMBER FIFTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102EF,
        name: "COPTIC EPACT NUMBER SIXTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F0,
        name: "COPTIC EPACT NUMBER SEVENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F1,
        name: "COPTIC EPACT NUMBER EIGHTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F2,
        name: "COPTIC EPACT NUMBER NINETY",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F3,
        name: "COPTIC EPACT NUMBER ONE HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F4,
        name: "COPTIC EPACT NUMBER TWO HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F5,
        name: "COPTIC EPACT NUMBER THREE HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F6,
        name: "COPTIC EPACT NUMBER FOUR HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F7,
        name: "COPTIC EPACT NUMBER FIVE HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F8,
        name: "COPTIC EPACT NUMBER SIX HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102F9,
        name: "COPTIC EPACT NUMBER SEVEN HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102FA,
        name: "COPTIC EPACT NUMBER EIGHT HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x102FB,
        name: "COPTIC EPACT NUMBER NINE HUNDRED",
    },
    Character {
        age: "3.1",
        codepoint: 0x10300,
        name: "OLD ITALIC LETTER A",
    },
    Character {
        age: "3.1",
        codepoint: 0x10301,
        name: "OLD ITALIC LETTER BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10302,
        name: "OLD ITALIC LETTER KE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10303,
        name: "OLD ITALIC LETTER DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10304,
        name: "OLD ITALIC LETTER E",
    },
    Character {
        age: "3.1",
        codepoint: 0x10305,
        name: "OLD ITALIC LETTER VE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10306,
        name: "OLD ITALIC LETTER ZE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10307,
        name: "OLD ITALIC LETTER HE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10308,
        name: "OLD ITALIC LETTER THE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10309,
        name: "OLD ITALIC LETTER I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1030A,
        name: "OLD ITALIC LETTER KA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1030B,
        name: "OLD ITALIC LETTER EL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1030C,
        name: "OLD ITALIC LETTER EM",
    },
    Character {
        age: "3.1",
        codepoint: 0x1030D,
        name: "OLD ITALIC LETTER EN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1030E,
        name: "OLD ITALIC LETTER ESH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1030F,
        name: "OLD ITALIC LETTER O",
    },
    Character {
        age: "3.1",
        codepoint: 0x10310,
        name: "OLD ITALIC LETTER PE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10311,
        name: "OLD ITALIC LETTER SHE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10312,
        name: "OLD ITALIC LETTER KU",
    },
    Character {
        age: "3.1",
        codepoint: 0x10313,
        name: "OLD ITALIC LETTER ER",
    },
    Character {
        age: "3.1",
        codepoint: 0x10314,
        name: "OLD ITALIC LETTER ES",
    },
    Character {
        age: "3.1",
        codepoint: 0x10315,
        name: "OLD ITALIC LETTER TE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10316,
        name: "OLD ITALIC LETTER U",
    },
    Character {
        age: "3.1",
        codepoint: 0x10317,
        name: "OLD ITALIC LETTER EKS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10318,
        name: "OLD ITALIC LETTER PHE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10319,
        name: "OLD ITALIC LETTER KHE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1031A,
        name: "OLD ITALIC LETTER EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1031B,
        name: "OLD ITALIC LETTER ERS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1031C,
        name: "OLD ITALIC LETTER CHE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1031D,
        name: "OLD ITALIC LETTER II",
    },
    Character {
        age: "3.1",
        codepoint: 0x1031E,
        name: "OLD ITALIC LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1031F,
        name: "OLD ITALIC LETTER ESS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10320,
        name: "OLD ITALIC NUMERAL ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10321,
        name: "OLD ITALIC NUMERAL FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10322,
        name: "OLD ITALIC NUMERAL TEN",
    },
    Character {
        age: "3.1",
        codepoint: 0x10323,
        name: "OLD ITALIC NUMERAL FIFTY",
    },
    Character {
        age: "10.0",
        codepoint: 0x1032D,
        name: "OLD ITALIC LETTER YE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1032E,
        name: "OLD ITALIC LETTER NORTHERN TSE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1032F,
        name: "OLD ITALIC LETTER SOUTHERN TSE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10330,
        name: "GOTHIC LETTER AHSA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10331,
        name: "GOTHIC LETTER BAIRKAN",
    },
    Character {
        age: "3.1",
        codepoint: 0x10332,
        name: "GOTHIC LETTER GIBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10333,
        name: "GOTHIC LETTER DAGS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10334,
        name: "GOTHIC LETTER AIHVUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10335,
        name: "GOTHIC LETTER QAIRTHRA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10336,
        name: "GOTHIC LETTER IUJA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10337,
        name: "GOTHIC LETTER HAGL",
    },
    Character {
        age: "3.1",
        codepoint: 0x10338,
        name: "GOTHIC LETTER THIUTH",
    },
    Character {
        age: "3.1",
        codepoint: 0x10339,
        name: "GOTHIC LETTER EIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1033A,
        name: "GOTHIC LETTER KUSMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1033B,
        name: "GOTHIC LETTER LAGUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1033C,
        name: "GOTHIC LETTER MANNA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1033D,
        name: "GOTHIC LETTER NAUTHS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1033E,
        name: "GOTHIC LETTER JER",
    },
    Character {
        age: "3.1",
        codepoint: 0x1033F,
        name: "GOTHIC LETTER URUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10340,
        name: "GOTHIC LETTER PAIRTHRA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10341,
        name: "GOTHIC LETTER NINETY",
    },
    Character {
        age: "3.1",
        codepoint: 0x10342,
        name: "GOTHIC LETTER RAIDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10343,
        name: "GOTHIC LETTER SAUIL",
    },
    Character {
        age: "3.1",
        codepoint: 0x10344,
        name: "GOTHIC LETTER TEIWS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10345,
        name: "GOTHIC LETTER WINJA",
    },
    Character {
        age: "3.1",
        codepoint: 0x10346,
        name: "GOTHIC LETTER FAIHU",
    },
    Character {
        age: "3.1",
        codepoint: 0x10347,
        name: "GOTHIC LETTER IGGWS",
    },
    Character {
        age: "3.1",
        codepoint: 0x10348,
        name: "GOTHIC LETTER HWAIR",
    },
    Character {
        age: "3.1",
        codepoint: 0x10349,
        name: "GOTHIC LETTER OTHAL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1034A,
        name: "GOTHIC LETTER NINE HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x10350,
        name: "OLD PERMIC LETTER AN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10351,
        name: "OLD PERMIC LETTER BUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10352,
        name: "OLD PERMIC LETTER GAI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10353,
        name: "OLD PERMIC LETTER DOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10354,
        name: "OLD PERMIC LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x10355,
        name: "OLD PERMIC LETTER ZHOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10356,
        name: "OLD PERMIC LETTER DZHOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10357,
        name: "OLD PERMIC LETTER ZATA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10358,
        name: "OLD PERMIC LETTER DZITA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10359,
        name: "OLD PERMIC LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1035A,
        name: "OLD PERMIC LETTER KOKE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1035B,
        name: "OLD PERMIC LETTER LEI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1035C,
        name: "OLD PERMIC LETTER MENOE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1035D,
        name: "OLD PERMIC LETTER NENOE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1035E,
        name: "OLD PERMIC LETTER VOOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1035F,
        name: "OLD PERMIC LETTER PEEI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10360,
        name: "OLD PERMIC LETTER REI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10361,
        name: "OLD PERMIC LETTER SII",
    },
    Character {
        age: "7.0",
        codepoint: 0x10362,
        name: "OLD PERMIC LETTER TAI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10363,
        name: "OLD PERMIC LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x10364,
        name: "OLD PERMIC LETTER CHERY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10365,
        name: "OLD PERMIC LETTER SHOOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10366,
        name: "OLD PERMIC LETTER SHCHOOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10367,
        name: "OLD PERMIC LETTER YRY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10368,
        name: "OLD PERMIC LETTER YERU",
    },
    Character {
        age: "7.0",
        codepoint: 0x10369,
        name: "OLD PERMIC LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1036A,
        name: "OLD PERMIC LETTER OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1036B,
        name: "OLD PERMIC LETTER EF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1036C,
        name: "OLD PERMIC LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1036D,
        name: "OLD PERMIC LETTER TSIU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1036E,
        name: "OLD PERMIC LETTER VER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1036F,
        name: "OLD PERMIC LETTER YER",
    },
    Character {
        age: "7.0",
        codepoint: 0x10370,
        name: "OLD PERMIC LETTER YERI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10371,
        name: "OLD PERMIC LETTER YAT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10372,
        name: "OLD PERMIC LETTER IE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10373,
        name: "OLD PERMIC LETTER YU",
    },
    Character {
        age: "7.0",
        codepoint: 0x10374,
        name: "OLD PERMIC LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10375,
        name: "OLD PERMIC LETTER IA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10376,
        name: "COMBINING OLD PERMIC LETTER AN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10377,
        name: "COMBINING OLD PERMIC LETTER DOI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10378,
        name: "COMBINING OLD PERMIC LETTER ZATA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10379,
        name: "COMBINING OLD PERMIC LETTER NENOE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1037A,
        name: "COMBINING OLD PERMIC LETTER SII",
    },
    Character {
        age: "4.0",
        codepoint: 0x10380,
        name: "UGARITIC LETTER ALPA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10381,
        name: "UGARITIC LETTER BETA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10382,
        name: "UGARITIC LETTER GAMLA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10383,
        name: "UGARITIC LETTER KHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10384,
        name: "UGARITIC LETTER DELTA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10385,
        name: "UGARITIC LETTER HO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10386,
        name: "UGARITIC LETTER WO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10387,
        name: "UGARITIC LETTER ZETA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10388,
        name: "UGARITIC LETTER HOTA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10389,
        name: "UGARITIC LETTER TET",
    },
    Character {
        age: "4.0",
        codepoint: 0x1038A,
        name: "UGARITIC LETTER YOD",
    },
    Character {
        age: "4.0",
        codepoint: 0x1038B,
        name: "UGARITIC LETTER KAF",
    },
    Character {
        age: "4.0",
        codepoint: 0x1038C,
        name: "UGARITIC LETTER SHIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1038D,
        name: "UGARITIC LETTER LAMDA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1038E,
        name: "UGARITIC LETTER MEM",
    },
    Character {
        age: "4.0",
        codepoint: 0x1038F,
        name: "UGARITIC LETTER DHAL",
    },
    Character {
        age: "4.0",
        codepoint: 0x10390,
        name: "UGARITIC LETTER NUN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10391,
        name: "UGARITIC LETTER ZU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10392,
        name: "UGARITIC LETTER SAMKA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10393,
        name: "UGARITIC LETTER AIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10394,
        name: "UGARITIC LETTER PU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10395,
        name: "UGARITIC LETTER SADE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10396,
        name: "UGARITIC LETTER QOPA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10397,
        name: "UGARITIC LETTER RASHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10398,
        name: "UGARITIC LETTER THANNA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10399,
        name: "UGARITIC LETTER GHAIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1039A,
        name: "UGARITIC LETTER TO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1039B,
        name: "UGARITIC LETTER I",
    },
    Character {
        age: "4.0",
        codepoint: 0x1039C,
        name: "UGARITIC LETTER U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1039D,
        name: "UGARITIC LETTER SSU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1039F,
        name: "UGARITIC WORD DIVIDER",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A0,
        name: "OLD PERSIAN SIGN A",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A1,
        name: "OLD PERSIAN SIGN I",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A2,
        name: "OLD PERSIAN SIGN U",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A3,
        name: "OLD PERSIAN SIGN KA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A4,
        name: "OLD PERSIAN SIGN KU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A5,
        name: "OLD PERSIAN SIGN GA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A6,
        name: "OLD PERSIAN SIGN GU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A7,
        name: "OLD PERSIAN SIGN XA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A8,
        name: "OLD PERSIAN SIGN CA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103A9,
        name: "OLD PERSIAN SIGN JA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103AA,
        name: "OLD PERSIAN SIGN JI",
    },
    Character {
        age: "4.1",
        codepoint: 0x103AB,
        name: "OLD PERSIAN SIGN TA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103AC,
        name: "OLD PERSIAN SIGN TU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103AD,
        name: "OLD PERSIAN SIGN DA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103AE,
        name: "OLD PERSIAN SIGN DI",
    },
    Character {
        age: "4.1",
        codepoint: 0x103AF,
        name: "OLD PERSIAN SIGN DU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B0,
        name: "OLD PERSIAN SIGN THA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B1,
        name: "OLD PERSIAN SIGN PA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B2,
        name: "OLD PERSIAN SIGN BA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B3,
        name: "OLD PERSIAN SIGN FA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B4,
        name: "OLD PERSIAN SIGN NA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B5,
        name: "OLD PERSIAN SIGN NU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B6,
        name: "OLD PERSIAN SIGN MA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B7,
        name: "OLD PERSIAN SIGN MI",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B8,
        name: "OLD PERSIAN SIGN MU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103B9,
        name: "OLD PERSIAN SIGN YA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103BA,
        name: "OLD PERSIAN SIGN VA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103BB,
        name: "OLD PERSIAN SIGN VI",
    },
    Character {
        age: "4.1",
        codepoint: 0x103BC,
        name: "OLD PERSIAN SIGN RA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103BD,
        name: "OLD PERSIAN SIGN RU",
    },
    Character {
        age: "4.1",
        codepoint: 0x103BE,
        name: "OLD PERSIAN SIGN LA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103BF,
        name: "OLD PERSIAN SIGN SA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103C0,
        name: "OLD PERSIAN SIGN ZA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103C1,
        name: "OLD PERSIAN SIGN SHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103C2,
        name: "OLD PERSIAN SIGN SSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103C3,
        name: "OLD PERSIAN SIGN HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103C8,
        name: "OLD PERSIAN SIGN AURAMAZDAA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103C9,
        name: "OLD PERSIAN SIGN AURAMAZDAA-2",
    },
    Character {
        age: "4.1",
        codepoint: 0x103CA,
        name: "OLD PERSIAN SIGN AURAMAZDAAHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103CB,
        name: "OLD PERSIAN SIGN XSHAAYATHIYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103CC,
        name: "OLD PERSIAN SIGN DAHYAAUSH",
    },
    Character {
        age: "4.1",
        codepoint: 0x103CD,
        name: "OLD PERSIAN SIGN DAHYAAUSH-2",
    },
    Character {
        age: "4.1",
        codepoint: 0x103CE,
        name: "OLD PERSIAN SIGN BAGA",
    },
    Character {
        age: "4.1",
        codepoint: 0x103CF,
        name: "OLD PERSIAN SIGN BUUMISH",
    },
    Character {
        age: "4.1",
        codepoint: 0x103D0,
        name: "OLD PERSIAN WORD DIVIDER",
    },
    Character {
        age: "4.1",
        codepoint: 0x103D1,
        name: "OLD PERSIAN NUMBER ONE",
    },
    Character {
        age: "4.1",
        codepoint: 0x103D2,
        name: "OLD PERSIAN NUMBER TWO",
    },
    Character {
        age: "4.1",
        codepoint: 0x103D3,
        name: "OLD PERSIAN NUMBER TEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x103D4,
        name: "OLD PERSIAN NUMBER TWENTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x103D5,
        name: "OLD PERSIAN NUMBER HUNDRED",
    },
    Character {
        age: "3.1",
        codepoint: 0x10400,
        name: "DESERET CAPITAL LETTER LONG I",
    },
    Character {
        age: "3.1",
        codepoint: 0x10401,
        name: "DESERET CAPITAL LETTER LONG E",
    },
    Character {
        age: "3.1",
        codepoint: 0x10402,
        name: "DESERET CAPITAL LETTER LONG A",
    },
    Character {
        age: "3.1",
        codepoint: 0x10403,
        name: "DESERET CAPITAL LETTER LONG AH",
    },
    Character {
        age: "3.1",
        codepoint: 0x10404,
        name: "DESERET CAPITAL LETTER LONG O",
    },
    Character {
        age: "3.1",
        codepoint: 0x10405,
        name: "DESERET CAPITAL LETTER LONG OO",
    },
    Character {
        age: "3.1",
        codepoint: 0x10406,
        name: "DESERET CAPITAL LETTER SHORT I",
    },
    Character {
        age: "3.1",
        codepoint: 0x10407,
        name: "DESERET CAPITAL LETTER SHORT E",
    },
    Character {
        age: "3.1",
        codepoint: 0x10408,
        name: "DESERET CAPITAL LETTER SHORT A",
    },
    Character {
        age: "3.1",
        codepoint: 0x10409,
        name: "DESERET CAPITAL LETTER SHORT AH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1040A,
        name: "DESERET CAPITAL LETTER SHORT O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1040B,
        name: "DESERET CAPITAL LETTER SHORT OO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1040C,
        name: "DESERET CAPITAL LETTER AY",
    },
    Character {
        age: "3.1",
        codepoint: 0x1040D,
        name: "DESERET CAPITAL LETTER OW",
    },
    Character {
        age: "3.1",
        codepoint: 0x1040E,
        name: "DESERET CAPITAL LETTER WU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1040F,
        name: "DESERET CAPITAL LETTER YEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10410,
        name: "DESERET CAPITAL LETTER H",
    },
    Character {
        age: "3.1",
        codepoint: 0x10411,
        name: "DESERET CAPITAL LETTER PEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10412,
        name: "DESERET CAPITAL LETTER BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10413,
        name: "DESERET CAPITAL LETTER TEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10414,
        name: "DESERET CAPITAL LETTER DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10415,
        name: "DESERET CAPITAL LETTER CHEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10416,
        name: "DESERET CAPITAL LETTER JEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10417,
        name: "DESERET CAPITAL LETTER KAY",
    },
    Character {
        age: "3.1",
        codepoint: 0x10418,
        name: "DESERET CAPITAL LETTER GAY",
    },
    Character {
        age: "3.1",
        codepoint: 0x10419,
        name: "DESERET CAPITAL LETTER EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1041A,
        name: "DESERET CAPITAL LETTER VEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1041B,
        name: "DESERET CAPITAL LETTER ETH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1041C,
        name: "DESERET CAPITAL LETTER THEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1041D,
        name: "DESERET CAPITAL LETTER ES",
    },
    Character {
        age: "3.1",
        codepoint: 0x1041E,
        name: "DESERET CAPITAL LETTER ZEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1041F,
        name: "DESERET CAPITAL LETTER ESH",
    },
    Character {
        age: "3.1",
        codepoint: 0x10420,
        name: "DESERET CAPITAL LETTER ZHEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10421,
        name: "DESERET CAPITAL LETTER ER",
    },
    Character {
        age: "3.1",
        codepoint: 0x10422,
        name: "DESERET CAPITAL LETTER EL",
    },
    Character {
        age: "3.1",
        codepoint: 0x10423,
        name: "DESERET CAPITAL LETTER EM",
    },
    Character {
        age: "3.1",
        codepoint: 0x10424,
        name: "DESERET CAPITAL LETTER EN",
    },
    Character {
        age: "3.1",
        codepoint: 0x10425,
        name: "DESERET CAPITAL LETTER ENG",
    },
    Character {
        age: "4.0",
        codepoint: 0x10426,
        name: "DESERET CAPITAL LETTER OI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10427,
        name: "DESERET CAPITAL LETTER EW",
    },
    Character {
        age: "3.1",
        codepoint: 0x10428,
        name: "DESERET SMALL LETTER LONG I",
    },
    Character {
        age: "3.1",
        codepoint: 0x10429,
        name: "DESERET SMALL LETTER LONG E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1042A,
        name: "DESERET SMALL LETTER LONG A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1042B,
        name: "DESERET SMALL LETTER LONG AH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1042C,
        name: "DESERET SMALL LETTER LONG O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1042D,
        name: "DESERET SMALL LETTER LONG OO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1042E,
        name: "DESERET SMALL LETTER SHORT I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1042F,
        name: "DESERET SMALL LETTER SHORT E",
    },
    Character {
        age: "3.1",
        codepoint: 0x10430,
        name: "DESERET SMALL LETTER SHORT A",
    },
    Character {
        age: "3.1",
        codepoint: 0x10431,
        name: "DESERET SMALL LETTER SHORT AH",
    },
    Character {
        age: "3.1",
        codepoint: 0x10432,
        name: "DESERET SMALL LETTER SHORT O",
    },
    Character {
        age: "3.1",
        codepoint: 0x10433,
        name: "DESERET SMALL LETTER SHORT OO",
    },
    Character {
        age: "3.1",
        codepoint: 0x10434,
        name: "DESERET SMALL LETTER AY",
    },
    Character {
        age: "3.1",
        codepoint: 0x10435,
        name: "DESERET SMALL LETTER OW",
    },
    Character {
        age: "3.1",
        codepoint: 0x10436,
        name: "DESERET SMALL LETTER WU",
    },
    Character {
        age: "3.1",
        codepoint: 0x10437,
        name: "DESERET SMALL LETTER YEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10438,
        name: "DESERET SMALL LETTER H",
    },
    Character {
        age: "3.1",
        codepoint: 0x10439,
        name: "DESERET SMALL LETTER PEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1043A,
        name: "DESERET SMALL LETTER BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1043B,
        name: "DESERET SMALL LETTER TEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1043C,
        name: "DESERET SMALL LETTER DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1043D,
        name: "DESERET SMALL LETTER CHEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1043E,
        name: "DESERET SMALL LETTER JEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1043F,
        name: "DESERET SMALL LETTER KAY",
    },
    Character {
        age: "3.1",
        codepoint: 0x10440,
        name: "DESERET SMALL LETTER GAY",
    },
    Character {
        age: "3.1",
        codepoint: 0x10441,
        name: "DESERET SMALL LETTER EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x10442,
        name: "DESERET SMALL LETTER VEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10443,
        name: "DESERET SMALL LETTER ETH",
    },
    Character {
        age: "3.1",
        codepoint: 0x10444,
        name: "DESERET SMALL LETTER THEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10445,
        name: "DESERET SMALL LETTER ES",
    },
    Character {
        age: "3.1",
        codepoint: 0x10446,
        name: "DESERET SMALL LETTER ZEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10447,
        name: "DESERET SMALL LETTER ESH",
    },
    Character {
        age: "3.1",
        codepoint: 0x10448,
        name: "DESERET SMALL LETTER ZHEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x10449,
        name: "DESERET SMALL LETTER ER",
    },
    Character {
        age: "3.1",
        codepoint: 0x1044A,
        name: "DESERET SMALL LETTER EL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1044B,
        name: "DESERET SMALL LETTER EM",
    },
    Character {
        age: "3.1",
        codepoint: 0x1044C,
        name: "DESERET SMALL LETTER EN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1044D,
        name: "DESERET SMALL LETTER ENG",
    },
    Character {
        age: "4.0",
        codepoint: 0x1044E,
        name: "DESERET SMALL LETTER OI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1044F,
        name: "DESERET SMALL LETTER EW",
    },
    Character {
        age: "4.0",
        codepoint: 0x10450,
        name: "SHAVIAN LETTER PEEP",
    },
    Character {
        age: "4.0",
        codepoint: 0x10451,
        name: "SHAVIAN LETTER TOT",
    },
    Character {
        age: "4.0",
        codepoint: 0x10452,
        name: "SHAVIAN LETTER KICK",
    },
    Character {
        age: "4.0",
        codepoint: 0x10453,
        name: "SHAVIAN LETTER FEE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10454,
        name: "SHAVIAN LETTER THIGH",
    },
    Character {
        age: "4.0",
        codepoint: 0x10455,
        name: "SHAVIAN LETTER SO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10456,
        name: "SHAVIAN LETTER SURE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10457,
        name: "SHAVIAN LETTER CHURCH",
    },
    Character {
        age: "4.0",
        codepoint: 0x10458,
        name: "SHAVIAN LETTER YEA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10459,
        name: "SHAVIAN LETTER HUNG",
    },
    Character {
        age: "4.0",
        codepoint: 0x1045A,
        name: "SHAVIAN LETTER BIB",
    },
    Character {
        age: "4.0",
        codepoint: 0x1045B,
        name: "SHAVIAN LETTER DEAD",
    },
    Character {
        age: "4.0",
        codepoint: 0x1045C,
        name: "SHAVIAN LETTER GAG",
    },
    Character {
        age: "4.0",
        codepoint: 0x1045D,
        name: "SHAVIAN LETTER VOW",
    },
    Character {
        age: "4.0",
        codepoint: 0x1045E,
        name: "SHAVIAN LETTER THEY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1045F,
        name: "SHAVIAN LETTER ZOO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10460,
        name: "SHAVIAN LETTER MEASURE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10461,
        name: "SHAVIAN LETTER JUDGE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10462,
        name: "SHAVIAN LETTER WOE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10463,
        name: "SHAVIAN LETTER HA-HA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10464,
        name: "SHAVIAN LETTER LOLL",
    },
    Character {
        age: "4.0",
        codepoint: 0x10465,
        name: "SHAVIAN LETTER MIME",
    },
    Character {
        age: "4.0",
        codepoint: 0x10466,
        name: "SHAVIAN LETTER IF",
    },
    Character {
        age: "4.0",
        codepoint: 0x10467,
        name: "SHAVIAN LETTER EGG",
    },
    Character {
        age: "4.0",
        codepoint: 0x10468,
        name: "SHAVIAN LETTER ASH",
    },
    Character {
        age: "4.0",
        codepoint: 0x10469,
        name: "SHAVIAN LETTER ADO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1046A,
        name: "SHAVIAN LETTER ON",
    },
    Character {
        age: "4.0",
        codepoint: 0x1046B,
        name: "SHAVIAN LETTER WOOL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1046C,
        name: "SHAVIAN LETTER OUT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1046D,
        name: "SHAVIAN LETTER AH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1046E,
        name: "SHAVIAN LETTER ROAR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1046F,
        name: "SHAVIAN LETTER NUN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10470,
        name: "SHAVIAN LETTER EAT",
    },
    Character {
        age: "4.0",
        codepoint: 0x10471,
        name: "SHAVIAN LETTER AGE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10472,
        name: "SHAVIAN LETTER ICE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10473,
        name: "SHAVIAN LETTER UP",
    },
    Character {
        age: "4.0",
        codepoint: 0x10474,
        name: "SHAVIAN LETTER OAK",
    },
    Character {
        age: "4.0",
        codepoint: 0x10475,
        name: "SHAVIAN LETTER OOZE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10476,
        name: "SHAVIAN LETTER OIL",
    },
    Character {
        age: "4.0",
        codepoint: 0x10477,
        name: "SHAVIAN LETTER AWE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10478,
        name: "SHAVIAN LETTER ARE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10479,
        name: "SHAVIAN LETTER OR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1047A,
        name: "SHAVIAN LETTER AIR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1047B,
        name: "SHAVIAN LETTER ERR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1047C,
        name: "SHAVIAN LETTER ARRAY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1047D,
        name: "SHAVIAN LETTER EAR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1047E,
        name: "SHAVIAN LETTER IAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1047F,
        name: "SHAVIAN LETTER YEW",
    },
    Character {
        age: "4.0",
        codepoint: 0x10480,
        name: "OSMANYA LETTER ALEF",
    },
    Character {
        age: "4.0",
        codepoint: 0x10481,
        name: "OSMANYA LETTER BA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10482,
        name: "OSMANYA LETTER TA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10483,
        name: "OSMANYA LETTER JA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10484,
        name: "OSMANYA LETTER XA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10485,
        name: "OSMANYA LETTER KHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10486,
        name: "OSMANYA LETTER DEEL",
    },
    Character {
        age: "4.0",
        codepoint: 0x10487,
        name: "OSMANYA LETTER RA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10488,
        name: "OSMANYA LETTER SA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10489,
        name: "OSMANYA LETTER SHIIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1048A,
        name: "OSMANYA LETTER DHA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1048B,
        name: "OSMANYA LETTER CAYN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1048C,
        name: "OSMANYA LETTER GA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1048D,
        name: "OSMANYA LETTER FA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1048E,
        name: "OSMANYA LETTER QAAF",
    },
    Character {
        age: "4.0",
        codepoint: 0x1048F,
        name: "OSMANYA LETTER KAAF",
    },
    Character {
        age: "4.0",
        codepoint: 0x10490,
        name: "OSMANYA LETTER LAAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10491,
        name: "OSMANYA LETTER MIIN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10492,
        name: "OSMANYA LETTER NUUN",
    },
    Character {
        age: "4.0",
        codepoint: 0x10493,
        name: "OSMANYA LETTER WAW",
    },
    Character {
        age: "4.0",
        codepoint: 0x10494,
        name: "OSMANYA LETTER HA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10495,
        name: "OSMANYA LETTER YA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10496,
        name: "OSMANYA LETTER A",
    },
    Character {
        age: "4.0",
        codepoint: 0x10497,
        name: "OSMANYA LETTER E",
    },
    Character {
        age: "4.0",
        codepoint: 0x10498,
        name: "OSMANYA LETTER I",
    },
    Character {
        age: "4.0",
        codepoint: 0x10499,
        name: "OSMANYA LETTER O",
    },
    Character {
        age: "4.0",
        codepoint: 0x1049A,
        name: "OSMANYA LETTER U",
    },
    Character {
        age: "4.0",
        codepoint: 0x1049B,
        name: "OSMANYA LETTER AA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1049C,
        name: "OSMANYA LETTER EE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1049D,
        name: "OSMANYA LETTER OO",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A0,
        name: "OSMANYA DIGIT ZERO",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A1,
        name: "OSMANYA DIGIT ONE",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A2,
        name: "OSMANYA DIGIT TWO",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A3,
        name: "OSMANYA DIGIT THREE",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A4,
        name: "OSMANYA DIGIT FOUR",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A5,
        name: "OSMANYA DIGIT FIVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A6,
        name: "OSMANYA DIGIT SIX",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A7,
        name: "OSMANYA DIGIT SEVEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A8,
        name: "OSMANYA DIGIT EIGHT",
    },
    Character {
        age: "4.0",
        codepoint: 0x104A9,
        name: "OSMANYA DIGIT NINE",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B0,
        name: "OSAGE CAPITAL LETTER A",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B1,
        name: "OSAGE CAPITAL LETTER AI",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B2,
        name: "OSAGE CAPITAL LETTER AIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B3,
        name: "OSAGE CAPITAL LETTER AH",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B4,
        name: "OSAGE CAPITAL LETTER BRA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B5,
        name: "OSAGE CAPITAL LETTER CHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B6,
        name: "OSAGE CAPITAL LETTER EHCHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B7,
        name: "OSAGE CAPITAL LETTER E",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B8,
        name: "OSAGE CAPITAL LETTER EIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x104B9,
        name: "OSAGE CAPITAL LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104BA,
        name: "OSAGE CAPITAL LETTER HYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104BB,
        name: "OSAGE CAPITAL LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x104BC,
        name: "OSAGE CAPITAL LETTER KA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104BD,
        name: "OSAGE CAPITAL LETTER EHKA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104BE,
        name: "OSAGE CAPITAL LETTER KYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104BF,
        name: "OSAGE CAPITAL LETTER LA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C0,
        name: "OSAGE CAPITAL LETTER MA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C1,
        name: "OSAGE CAPITAL LETTER NA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C2,
        name: "OSAGE CAPITAL LETTER O",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C3,
        name: "OSAGE CAPITAL LETTER OIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C4,
        name: "OSAGE CAPITAL LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C5,
        name: "OSAGE CAPITAL LETTER EHPA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C6,
        name: "OSAGE CAPITAL LETTER SA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C7,
        name: "OSAGE CAPITAL LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C8,
        name: "OSAGE CAPITAL LETTER TA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104C9,
        name: "OSAGE CAPITAL LETTER EHTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104CA,
        name: "OSAGE CAPITAL LETTER TSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104CB,
        name: "OSAGE CAPITAL LETTER EHTSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104CC,
        name: "OSAGE CAPITAL LETTER TSHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104CD,
        name: "OSAGE CAPITAL LETTER DHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104CE,
        name: "OSAGE CAPITAL LETTER U",
    },
    Character {
        age: "9.0",
        codepoint: 0x104CF,
        name: "OSAGE CAPITAL LETTER WA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104D0,
        name: "OSAGE CAPITAL LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104D1,
        name: "OSAGE CAPITAL LETTER GHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104D2,
        name: "OSAGE CAPITAL LETTER ZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104D3,
        name: "OSAGE CAPITAL LETTER ZHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104D8,
        name: "OSAGE SMALL LETTER A",
    },
    Character {
        age: "9.0",
        codepoint: 0x104D9,
        name: "OSAGE SMALL LETTER AI",
    },
    Character {
        age: "9.0",
        codepoint: 0x104DA,
        name: "OSAGE SMALL LETTER AIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x104DB,
        name: "OSAGE SMALL LETTER AH",
    },
    Character {
        age: "9.0",
        codepoint: 0x104DC,
        name: "OSAGE SMALL LETTER BRA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104DD,
        name: "OSAGE SMALL LETTER CHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104DE,
        name: "OSAGE SMALL LETTER EHCHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104DF,
        name: "OSAGE SMALL LETTER E",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E0,
        name: "OSAGE SMALL LETTER EIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E1,
        name: "OSAGE SMALL LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E2,
        name: "OSAGE SMALL LETTER HYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E3,
        name: "OSAGE SMALL LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E4,
        name: "OSAGE SMALL LETTER KA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E5,
        name: "OSAGE SMALL LETTER EHKA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E6,
        name: "OSAGE SMALL LETTER KYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E7,
        name: "OSAGE SMALL LETTER LA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E8,
        name: "OSAGE SMALL LETTER MA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104E9,
        name: "OSAGE SMALL LETTER NA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104EA,
        name: "OSAGE SMALL LETTER O",
    },
    Character {
        age: "9.0",
        codepoint: 0x104EB,
        name: "OSAGE SMALL LETTER OIN",
    },
    Character {
        age: "9.0",
        codepoint: 0x104EC,
        name: "OSAGE SMALL LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104ED,
        name: "OSAGE SMALL LETTER EHPA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104EE,
        name: "OSAGE SMALL LETTER SA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104EF,
        name: "OSAGE SMALL LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F0,
        name: "OSAGE SMALL LETTER TA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F1,
        name: "OSAGE SMALL LETTER EHTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F2,
        name: "OSAGE SMALL LETTER TSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F3,
        name: "OSAGE SMALL LETTER EHTSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F4,
        name: "OSAGE SMALL LETTER TSHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F5,
        name: "OSAGE SMALL LETTER DHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F6,
        name: "OSAGE SMALL LETTER U",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F7,
        name: "OSAGE SMALL LETTER WA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F8,
        name: "OSAGE SMALL LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104F9,
        name: "OSAGE SMALL LETTER GHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104FA,
        name: "OSAGE SMALL LETTER ZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x104FB,
        name: "OSAGE SMALL LETTER ZHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10500,
        name: "ELBASAN LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x10501,
        name: "ELBASAN LETTER BE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10502,
        name: "ELBASAN LETTER CE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10503,
        name: "ELBASAN LETTER CHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10504,
        name: "ELBASAN LETTER DE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10505,
        name: "ELBASAN LETTER NDE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10506,
        name: "ELBASAN LETTER DHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10507,
        name: "ELBASAN LETTER EI",
    },
    Character {
        age: "7.0",
        codepoint: 0x10508,
        name: "ELBASAN LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x10509,
        name: "ELBASAN LETTER FE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1050A,
        name: "ELBASAN LETTER GE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1050B,
        name: "ELBASAN LETTER GJE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1050C,
        name: "ELBASAN LETTER HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1050D,
        name: "ELBASAN LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1050E,
        name: "ELBASAN LETTER JE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1050F,
        name: "ELBASAN LETTER KE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10510,
        name: "ELBASAN LETTER LE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10511,
        name: "ELBASAN LETTER LLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10512,
        name: "ELBASAN LETTER ME",
    },
    Character {
        age: "7.0",
        codepoint: 0x10513,
        name: "ELBASAN LETTER NE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10514,
        name: "ELBASAN LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10515,
        name: "ELBASAN LETTER NJE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10516,
        name: "ELBASAN LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x10517,
        name: "ELBASAN LETTER PE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10518,
        name: "ELBASAN LETTER QE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10519,
        name: "ELBASAN LETTER RE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1051A,
        name: "ELBASAN LETTER RRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1051B,
        name: "ELBASAN LETTER SE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1051C,
        name: "ELBASAN LETTER SHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1051D,
        name: "ELBASAN LETTER TE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1051E,
        name: "ELBASAN LETTER THE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1051F,
        name: "ELBASAN LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x10520,
        name: "ELBASAN LETTER VE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10521,
        name: "ELBASAN LETTER XE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10522,
        name: "ELBASAN LETTER Y",
    },
    Character {
        age: "7.0",
        codepoint: 0x10523,
        name: "ELBASAN LETTER ZE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10524,
        name: "ELBASAN LETTER ZHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10525,
        name: "ELBASAN LETTER GHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10526,
        name: "ELBASAN LETTER GHAMMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10527,
        name: "ELBASAN LETTER KHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10530,
        name: "CAUCASIAN ALBANIAN LETTER ALT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10531,
        name: "CAUCASIAN ALBANIAN LETTER BET",
    },
    Character {
        age: "7.0",
        codepoint: 0x10532,
        name: "CAUCASIAN ALBANIAN LETTER GIM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10533,
        name: "CAUCASIAN ALBANIAN LETTER DAT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10534,
        name: "CAUCASIAN ALBANIAN LETTER EB",
    },
    Character {
        age: "7.0",
        codepoint: 0x10535,
        name: "CAUCASIAN ALBANIAN LETTER ZARL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10536,
        name: "CAUCASIAN ALBANIAN LETTER EYN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10537,
        name: "CAUCASIAN ALBANIAN LETTER ZHIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10538,
        name: "CAUCASIAN ALBANIAN LETTER TAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x10539,
        name: "CAUCASIAN ALBANIAN LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1053A,
        name: "CAUCASIAN ALBANIAN LETTER YOWD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1053B,
        name: "CAUCASIAN ALBANIAN LETTER ZHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1053C,
        name: "CAUCASIAN ALBANIAN LETTER IRB",
    },
    Character {
        age: "7.0",
        codepoint: 0x1053D,
        name: "CAUCASIAN ALBANIAN LETTER SHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1053E,
        name: "CAUCASIAN ALBANIAN LETTER LAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1053F,
        name: "CAUCASIAN ALBANIAN LETTER INYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10540,
        name: "CAUCASIAN ALBANIAN LETTER XEYN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10541,
        name: "CAUCASIAN ALBANIAN LETTER DYAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10542,
        name: "CAUCASIAN ALBANIAN LETTER CAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10543,
        name: "CAUCASIAN ALBANIAN LETTER JHOX",
    },
    Character {
        age: "7.0",
        codepoint: 0x10544,
        name: "CAUCASIAN ALBANIAN LETTER KAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10545,
        name: "CAUCASIAN ALBANIAN LETTER LYIT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10546,
        name: "CAUCASIAN ALBANIAN LETTER HEYT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10547,
        name: "CAUCASIAN ALBANIAN LETTER QAY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10548,
        name: "CAUCASIAN ALBANIAN LETTER AOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10549,
        name: "CAUCASIAN ALBANIAN LETTER CHOY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1054A,
        name: "CAUCASIAN ALBANIAN LETTER CHI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1054B,
        name: "CAUCASIAN ALBANIAN LETTER CYAY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1054C,
        name: "CAUCASIAN ALBANIAN LETTER MAQ",
    },
    Character {
        age: "7.0",
        codepoint: 0x1054D,
        name: "CAUCASIAN ALBANIAN LETTER QAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1054E,
        name: "CAUCASIAN ALBANIAN LETTER NOWC",
    },
    Character {
        age: "7.0",
        codepoint: 0x1054F,
        name: "CAUCASIAN ALBANIAN LETTER DZYAY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10550,
        name: "CAUCASIAN ALBANIAN LETTER SHAK",
    },
    Character {
        age: "7.0",
        codepoint: 0x10551,
        name: "CAUCASIAN ALBANIAN LETTER JAYN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10552,
        name: "CAUCASIAN ALBANIAN LETTER ON",
    },
    Character {
        age: "7.0",
        codepoint: 0x10553,
        name: "CAUCASIAN ALBANIAN LETTER TYAY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10554,
        name: "CAUCASIAN ALBANIAN LETTER FAM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10555,
        name: "CAUCASIAN ALBANIAN LETTER DZAY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10556,
        name: "CAUCASIAN ALBANIAN LETTER CHAT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10557,
        name: "CAUCASIAN ALBANIAN LETTER PEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10558,
        name: "CAUCASIAN ALBANIAN LETTER GHEYS",
    },
    Character {
        age: "7.0",
        codepoint: 0x10559,
        name: "CAUCASIAN ALBANIAN LETTER RAT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1055A,
        name: "CAUCASIAN ALBANIAN LETTER SEYK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1055B,
        name: "CAUCASIAN ALBANIAN LETTER VEYZ",
    },
    Character {
        age: "7.0",
        codepoint: 0x1055C,
        name: "CAUCASIAN ALBANIAN LETTER TIWR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1055D,
        name: "CAUCASIAN ALBANIAN LETTER SHOY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1055E,
        name: "CAUCASIAN ALBANIAN LETTER IWN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1055F,
        name: "CAUCASIAN ALBANIAN LETTER CYAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10560,
        name: "CAUCASIAN ALBANIAN LETTER CAYN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10561,
        name: "CAUCASIAN ALBANIAN LETTER YAYD",
    },
    Character {
        age: "7.0",
        codepoint: 0x10562,
        name: "CAUCASIAN ALBANIAN LETTER PIWR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10563,
        name: "CAUCASIAN ALBANIAN LETTER KIW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1056F,
        name: "CAUCASIAN ALBANIAN CITATION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x10600,
        name: "LINEAR A SIGN AB001",
    },
    Character {
        age: "7.0",
        codepoint: 0x10601,
        name: "LINEAR A SIGN AB002",
    },
    Character {
        age: "7.0",
        codepoint: 0x10602,
        name: "LINEAR A SIGN AB003",
    },
    Character {
        age: "7.0",
        codepoint: 0x10603,
        name: "LINEAR A SIGN AB004",
    },
    Character {
        age: "7.0",
        codepoint: 0x10604,
        name: "LINEAR A SIGN AB005",
    },
    Character {
        age: "7.0",
        codepoint: 0x10605,
        name: "LINEAR A SIGN AB006",
    },
    Character {
        age: "7.0",
        codepoint: 0x10606,
        name: "LINEAR A SIGN AB007",
    },
    Character {
        age: "7.0",
        codepoint: 0x10607,
        name: "LINEAR A SIGN AB008",
    },
    Character {
        age: "7.0",
        codepoint: 0x10608,
        name: "LINEAR A SIGN AB009",
    },
    Character {
        age: "7.0",
        codepoint: 0x10609,
        name: "LINEAR A SIGN AB010",
    },
    Character {
        age: "7.0",
        codepoint: 0x1060A,
        name: "LINEAR A SIGN AB011",
    },
    Character {
        age: "7.0",
        codepoint: 0x1060B,
        name: "LINEAR A SIGN AB013",
    },
    Character {
        age: "7.0",
        codepoint: 0x1060C,
        name: "LINEAR A SIGN AB016",
    },
    Character {
        age: "7.0",
        codepoint: 0x1060D,
        name: "LINEAR A SIGN AB017",
    },
    Character {
        age: "7.0",
        codepoint: 0x1060E,
        name: "LINEAR A SIGN AB020",
    },
    Character {
        age: "7.0",
        codepoint: 0x1060F,
        name: "LINEAR A SIGN AB021",
    },
    Character {
        age: "7.0",
        codepoint: 0x10610,
        name: "LINEAR A SIGN AB021F",
    },
    Character {
        age: "7.0",
        codepoint: 0x10611,
        name: "LINEAR A SIGN AB021M",
    },
    Character {
        age: "7.0",
        codepoint: 0x10612,
        name: "LINEAR A SIGN AB022",
    },
    Character {
        age: "7.0",
        codepoint: 0x10613,
        name: "LINEAR A SIGN AB022F",
    },
    Character {
        age: "7.0",
        codepoint: 0x10614,
        name: "LINEAR A SIGN AB022M",
    },
    Character {
        age: "7.0",
        codepoint: 0x10615,
        name: "LINEAR A SIGN AB023",
    },
    Character {
        age: "7.0",
        codepoint: 0x10616,
        name: "LINEAR A SIGN AB023M",
    },
    Character {
        age: "7.0",
        codepoint: 0x10617,
        name: "LINEAR A SIGN AB024",
    },
    Character {
        age: "7.0",
        codepoint: 0x10618,
        name: "LINEAR A SIGN AB026",
    },
    Character {
        age: "7.0",
        codepoint: 0x10619,
        name: "LINEAR A SIGN AB027",
    },
    Character {
        age: "7.0",
        codepoint: 0x1061A,
        name: "LINEAR A SIGN AB028",
    },
    Character {
        age: "7.0",
        codepoint: 0x1061B,
        name: "LINEAR A SIGN A028B",
    },
    Character {
        age: "7.0",
        codepoint: 0x1061C,
        name: "LINEAR A SIGN AB029",
    },
    Character {
        age: "7.0",
        codepoint: 0x1061D,
        name: "LINEAR A SIGN AB030",
    },
    Character {
        age: "7.0",
        codepoint: 0x1061E,
        name: "LINEAR A SIGN AB031",
    },
    Character {
        age: "7.0",
        codepoint: 0x1061F,
        name: "LINEAR A SIGN AB034",
    },
    Character {
        age: "7.0",
        codepoint: 0x10620,
        name: "LINEAR A SIGN AB037",
    },
    Character {
        age: "7.0",
        codepoint: 0x10621,
        name: "LINEAR A SIGN AB038",
    },
    Character {
        age: "7.0",
        codepoint: 0x10622,
        name: "LINEAR A SIGN AB039",
    },
    Character {
        age: "7.0",
        codepoint: 0x10623,
        name: "LINEAR A SIGN AB040",
    },
    Character {
        age: "7.0",
        codepoint: 0x10624,
        name: "LINEAR A SIGN AB041",
    },
    Character {
        age: "7.0",
        codepoint: 0x10625,
        name: "LINEAR A SIGN AB044",
    },
    Character {
        age: "7.0",
        codepoint: 0x10626,
        name: "LINEAR A SIGN AB045",
    },
    Character {
        age: "7.0",
        codepoint: 0x10627,
        name: "LINEAR A SIGN AB046",
    },
    Character {
        age: "7.0",
        codepoint: 0x10628,
        name: "LINEAR A SIGN AB047",
    },
    Character {
        age: "7.0",
        codepoint: 0x10629,
        name: "LINEAR A SIGN AB048",
    },
    Character {
        age: "7.0",
        codepoint: 0x1062A,
        name: "LINEAR A SIGN AB049",
    },
    Character {
        age: "7.0",
        codepoint: 0x1062B,
        name: "LINEAR A SIGN AB050",
    },
    Character {
        age: "7.0",
        codepoint: 0x1062C,
        name: "LINEAR A SIGN AB051",
    },
    Character {
        age: "7.0",
        codepoint: 0x1062D,
        name: "LINEAR A SIGN AB053",
    },
    Character {
        age: "7.0",
        codepoint: 0x1062E,
        name: "LINEAR A SIGN AB054",
    },
    Character {
        age: "7.0",
        codepoint: 0x1062F,
        name: "LINEAR A SIGN AB055",
    },
    Character {
        age: "7.0",
        codepoint: 0x10630,
        name: "LINEAR A SIGN AB056",
    },
    Character {
        age: "7.0",
        codepoint: 0x10631,
        name: "LINEAR A SIGN AB057",
    },
    Character {
        age: "7.0",
        codepoint: 0x10632,
        name: "LINEAR A SIGN AB058",
    },
    Character {
        age: "7.0",
        codepoint: 0x10633,
        name: "LINEAR A SIGN AB059",
    },
    Character {
        age: "7.0",
        codepoint: 0x10634,
        name: "LINEAR A SIGN AB060",
    },
    Character {
        age: "7.0",
        codepoint: 0x10635,
        name: "LINEAR A SIGN AB061",
    },
    Character {
        age: "7.0",
        codepoint: 0x10636,
        name: "LINEAR A SIGN AB065",
    },
    Character {
        age: "7.0",
        codepoint: 0x10637,
        name: "LINEAR A SIGN AB066",
    },
    Character {
        age: "7.0",
        codepoint: 0x10638,
        name: "LINEAR A SIGN AB067",
    },
    Character {
        age: "7.0",
        codepoint: 0x10639,
        name: "LINEAR A SIGN AB069",
    },
    Character {
        age: "7.0",
        codepoint: 0x1063A,
        name: "LINEAR A SIGN AB070",
    },
    Character {
        age: "7.0",
        codepoint: 0x1063B,
        name: "LINEAR A SIGN AB073",
    },
    Character {
        age: "7.0",
        codepoint: 0x1063C,
        name: "LINEAR A SIGN AB074",
    },
    Character {
        age: "7.0",
        codepoint: 0x1063D,
        name: "LINEAR A SIGN AB076",
    },
    Character {
        age: "7.0",
        codepoint: 0x1063E,
        name: "LINEAR A SIGN AB077",
    },
    Character {
        age: "7.0",
        codepoint: 0x1063F,
        name: "LINEAR A SIGN AB078",
    },
    Character {
        age: "7.0",
        codepoint: 0x10640,
        name: "LINEAR A SIGN AB079",
    },
    Character {
        age: "7.0",
        codepoint: 0x10641,
        name: "LINEAR A SIGN AB080",
    },
    Character {
        age: "7.0",
        codepoint: 0x10642,
        name: "LINEAR A SIGN AB081",
    },
    Character {
        age: "7.0",
        codepoint: 0x10643,
        name: "LINEAR A SIGN AB082",
    },
    Character {
        age: "7.0",
        codepoint: 0x10644,
        name: "LINEAR A SIGN AB085",
    },
    Character {
        age: "7.0",
        codepoint: 0x10645,
        name: "LINEAR A SIGN AB086",
    },
    Character {
        age: "7.0",
        codepoint: 0x10646,
        name: "LINEAR A SIGN AB087",
    },
    Character {
        age: "7.0",
        codepoint: 0x10647,
        name: "LINEAR A SIGN A100-102",
    },
    Character {
        age: "7.0",
        codepoint: 0x10648,
        name: "LINEAR A SIGN AB118",
    },
    Character {
        age: "7.0",
        codepoint: 0x10649,
        name: "LINEAR A SIGN AB120",
    },
    Character {
        age: "7.0",
        codepoint: 0x1064A,
        name: "LINEAR A SIGN A120B",
    },
    Character {
        age: "7.0",
        codepoint: 0x1064B,
        name: "LINEAR A SIGN AB122",
    },
    Character {
        age: "7.0",
        codepoint: 0x1064C,
        name: "LINEAR A SIGN AB123",
    },
    Character {
        age: "7.0",
        codepoint: 0x1064D,
        name: "LINEAR A SIGN AB131A",
    },
    Character {
        age: "7.0",
        codepoint: 0x1064E,
        name: "LINEAR A SIGN AB131B",
    },
    Character {
        age: "7.0",
        codepoint: 0x1064F,
        name: "LINEAR A SIGN A131C",
    },
    Character {
        age: "7.0",
        codepoint: 0x10650,
        name: "LINEAR A SIGN AB164",
    },
    Character {
        age: "7.0",
        codepoint: 0x10651,
        name: "LINEAR A SIGN AB171",
    },
    Character {
        age: "7.0",
        codepoint: 0x10652,
        name: "LINEAR A SIGN AB180",
    },
    Character {
        age: "7.0",
        codepoint: 0x10653,
        name: "LINEAR A SIGN AB188",
    },
    Character {
        age: "7.0",
        codepoint: 0x10654,
        name: "LINEAR A SIGN AB191",
    },
    Character {
        age: "7.0",
        codepoint: 0x10655,
        name: "LINEAR A SIGN A301",
    },
    Character {
        age: "7.0",
        codepoint: 0x10656,
        name: "LINEAR A SIGN A302",
    },
    Character {
        age: "7.0",
        codepoint: 0x10657,
        name: "LINEAR A SIGN A303",
    },
    Character {
        age: "7.0",
        codepoint: 0x10658,
        name: "LINEAR A SIGN A304",
    },
    Character {
        age: "7.0",
        codepoint: 0x10659,
        name: "LINEAR A SIGN A305",
    },
    Character {
        age: "7.0",
        codepoint: 0x1065A,
        name: "LINEAR A SIGN A306",
    },
    Character {
        age: "7.0",
        codepoint: 0x1065B,
        name: "LINEAR A SIGN A307",
    },
    Character {
        age: "7.0",
        codepoint: 0x1065C,
        name: "LINEAR A SIGN A308",
    },
    Character {
        age: "7.0",
        codepoint: 0x1065D,
        name: "LINEAR A SIGN A309A",
    },
    Character {
        age: "7.0",
        codepoint: 0x1065E,
        name: "LINEAR A SIGN A309B",
    },
    Character {
        age: "7.0",
        codepoint: 0x1065F,
        name: "LINEAR A SIGN A309C",
    },
    Character {
        age: "7.0",
        codepoint: 0x10660,
        name: "LINEAR A SIGN A310",
    },
    Character {
        age: "7.0",
        codepoint: 0x10661,
        name: "LINEAR A SIGN A311",
    },
    Character {
        age: "7.0",
        codepoint: 0x10662,
        name: "LINEAR A SIGN A312",
    },
    Character {
        age: "7.0",
        codepoint: 0x10663,
        name: "LINEAR A SIGN A313A",
    },
    Character {
        age: "7.0",
        codepoint: 0x10664,
        name: "LINEAR A SIGN A313B",
    },
    Character {
        age: "7.0",
        codepoint: 0x10665,
        name: "LINEAR A SIGN A313C",
    },
    Character {
        age: "7.0",
        codepoint: 0x10666,
        name: "LINEAR A SIGN A314",
    },
    Character {
        age: "7.0",
        codepoint: 0x10667,
        name: "LINEAR A SIGN A315",
    },
    Character {
        age: "7.0",
        codepoint: 0x10668,
        name: "LINEAR A SIGN A316",
    },
    Character {
        age: "7.0",
        codepoint: 0x10669,
        name: "LINEAR A SIGN A317",
    },
    Character {
        age: "7.0",
        codepoint: 0x1066A,
        name: "LINEAR A SIGN A318",
    },
    Character {
        age: "7.0",
        codepoint: 0x1066B,
        name: "LINEAR A SIGN A319",
    },
    Character {
        age: "7.0",
        codepoint: 0x1066C,
        name: "LINEAR A SIGN A320",
    },
    Character {
        age: "7.0",
        codepoint: 0x1066D,
        name: "LINEAR A SIGN A321",
    },
    Character {
        age: "7.0",
        codepoint: 0x1066E,
        name: "LINEAR A SIGN A322",
    },
    Character {
        age: "7.0",
        codepoint: 0x1066F,
        name: "LINEAR A SIGN A323",
    },
    Character {
        age: "7.0",
        codepoint: 0x10670,
        name: "LINEAR A SIGN A324",
    },
    Character {
        age: "7.0",
        codepoint: 0x10671,
        name: "LINEAR A SIGN A325",
    },
    Character {
        age: "7.0",
        codepoint: 0x10672,
        name: "LINEAR A SIGN A326",
    },
    Character {
        age: "7.0",
        codepoint: 0x10673,
        name: "LINEAR A SIGN A327",
    },
    Character {
        age: "7.0",
        codepoint: 0x10674,
        name: "LINEAR A SIGN A328",
    },
    Character {
        age: "7.0",
        codepoint: 0x10675,
        name: "LINEAR A SIGN A329",
    },
    Character {
        age: "7.0",
        codepoint: 0x10676,
        name: "LINEAR A SIGN A330",
    },
    Character {
        age: "7.0",
        codepoint: 0x10677,
        name: "LINEAR A SIGN A331",
    },
    Character {
        age: "7.0",
        codepoint: 0x10678,
        name: "LINEAR A SIGN A332",
    },
    Character {
        age: "7.0",
        codepoint: 0x10679,
        name: "LINEAR A SIGN A333",
    },
    Character {
        age: "7.0",
        codepoint: 0x1067A,
        name: "LINEAR A SIGN A334",
    },
    Character {
        age: "7.0",
        codepoint: 0x1067B,
        name: "LINEAR A SIGN A335",
    },
    Character {
        age: "7.0",
        codepoint: 0x1067C,
        name: "LINEAR A SIGN A336",
    },
    Character {
        age: "7.0",
        codepoint: 0x1067D,
        name: "LINEAR A SIGN A337",
    },
    Character {
        age: "7.0",
        codepoint: 0x1067E,
        name: "LINEAR A SIGN A338",
    },
    Character {
        age: "7.0",
        codepoint: 0x1067F,
        name: "LINEAR A SIGN A339",
    },
    Character {
        age: "7.0",
        codepoint: 0x10680,
        name: "LINEAR A SIGN A340",
    },
    Character {
        age: "7.0",
        codepoint: 0x10681,
        name: "LINEAR A SIGN A341",
    },
    Character {
        age: "7.0",
        codepoint: 0x10682,
        name: "LINEAR A SIGN A342",
    },
    Character {
        age: "7.0",
        codepoint: 0x10683,
        name: "LINEAR A SIGN A343",
    },
    Character {
        age: "7.0",
        codepoint: 0x10684,
        name: "LINEAR A SIGN A344",
    },
    Character {
        age: "7.0",
        codepoint: 0x10685,
        name: "LINEAR A SIGN A345",
    },
    Character {
        age: "7.0",
        codepoint: 0x10686,
        name: "LINEAR A SIGN A346",
    },
    Character {
        age: "7.0",
        codepoint: 0x10687,
        name: "LINEAR A SIGN A347",
    },
    Character {
        age: "7.0",
        codepoint: 0x10688,
        name: "LINEAR A SIGN A348",
    },
    Character {
        age: "7.0",
        codepoint: 0x10689,
        name: "LINEAR A SIGN A349",
    },
    Character {
        age: "7.0",
        codepoint: 0x1068A,
        name: "LINEAR A SIGN A350",
    },
    Character {
        age: "7.0",
        codepoint: 0x1068B,
        name: "LINEAR A SIGN A351",
    },
    Character {
        age: "7.0",
        codepoint: 0x1068C,
        name: "LINEAR A SIGN A352",
    },
    Character {
        age: "7.0",
        codepoint: 0x1068D,
        name: "LINEAR A SIGN A353",
    },
    Character {
        age: "7.0",
        codepoint: 0x1068E,
        name: "LINEAR A SIGN A354",
    },
    Character {
        age: "7.0",
        codepoint: 0x1068F,
        name: "LINEAR A SIGN A355",
    },
    Character {
        age: "7.0",
        codepoint: 0x10690,
        name: "LINEAR A SIGN A356",
    },
    Character {
        age: "7.0",
        codepoint: 0x10691,
        name: "LINEAR A SIGN A357",
    },
    Character {
        age: "7.0",
        codepoint: 0x10692,
        name: "LINEAR A SIGN A358",
    },
    Character {
        age: "7.0",
        codepoint: 0x10693,
        name: "LINEAR A SIGN A359",
    },
    Character {
        age: "7.0",
        codepoint: 0x10694,
        name: "LINEAR A SIGN A360",
    },
    Character {
        age: "7.0",
        codepoint: 0x10695,
        name: "LINEAR A SIGN A361",
    },
    Character {
        age: "7.0",
        codepoint: 0x10696,
        name: "LINEAR A SIGN A362",
    },
    Character {
        age: "7.0",
        codepoint: 0x10697,
        name: "LINEAR A SIGN A363",
    },
    Character {
        age: "7.0",
        codepoint: 0x10698,
        name: "LINEAR A SIGN A364",
    },
    Character {
        age: "7.0",
        codepoint: 0x10699,
        name: "LINEAR A SIGN A365",
    },
    Character {
        age: "7.0",
        codepoint: 0x1069A,
        name: "LINEAR A SIGN A366",
    },
    Character {
        age: "7.0",
        codepoint: 0x1069B,
        name: "LINEAR A SIGN A367",
    },
    Character {
        age: "7.0",
        codepoint: 0x1069C,
        name: "LINEAR A SIGN A368",
    },
    Character {
        age: "7.0",
        codepoint: 0x1069D,
        name: "LINEAR A SIGN A369",
    },
    Character {
        age: "7.0",
        codepoint: 0x1069E,
        name: "LINEAR A SIGN A370",
    },
    Character {
        age: "7.0",
        codepoint: 0x1069F,
        name: "LINEAR A SIGN A371",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A0,
        name: "LINEAR A SIGN A400-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A1,
        name: "LINEAR A SIGN A401-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A2,
        name: "LINEAR A SIGN A402-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A3,
        name: "LINEAR A SIGN A403-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A4,
        name: "LINEAR A SIGN A404-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A5,
        name: "LINEAR A SIGN A405-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A6,
        name: "LINEAR A SIGN A406-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A7,
        name: "LINEAR A SIGN A407-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A8,
        name: "LINEAR A SIGN A408-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106A9,
        name: "LINEAR A SIGN A409-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106AA,
        name: "LINEAR A SIGN A410-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106AB,
        name: "LINEAR A SIGN A411-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106AC,
        name: "LINEAR A SIGN A412-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106AD,
        name: "LINEAR A SIGN A413-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106AE,
        name: "LINEAR A SIGN A414-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106AF,
        name: "LINEAR A SIGN A415-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B0,
        name: "LINEAR A SIGN A416-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B1,
        name: "LINEAR A SIGN A417-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B2,
        name: "LINEAR A SIGN A418-VAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B3,
        name: "LINEAR A SIGN A501",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B4,
        name: "LINEAR A SIGN A502",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B5,
        name: "LINEAR A SIGN A503",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B6,
        name: "LINEAR A SIGN A504",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B7,
        name: "LINEAR A SIGN A505",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B8,
        name: "LINEAR A SIGN A506",
    },
    Character {
        age: "7.0",
        codepoint: 0x106B9,
        name: "LINEAR A SIGN A508",
    },
    Character {
        age: "7.0",
        codepoint: 0x106BA,
        name: "LINEAR A SIGN A509",
    },
    Character {
        age: "7.0",
        codepoint: 0x106BB,
        name: "LINEAR A SIGN A510",
    },
    Character {
        age: "7.0",
        codepoint: 0x106BC,
        name: "LINEAR A SIGN A511",
    },
    Character {
        age: "7.0",
        codepoint: 0x106BD,
        name: "LINEAR A SIGN A512",
    },
    Character {
        age: "7.0",
        codepoint: 0x106BE,
        name: "LINEAR A SIGN A513",
    },
    Character {
        age: "7.0",
        codepoint: 0x106BF,
        name: "LINEAR A SIGN A515",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C0,
        name: "LINEAR A SIGN A516",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C1,
        name: "LINEAR A SIGN A520",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C2,
        name: "LINEAR A SIGN A521",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C3,
        name: "LINEAR A SIGN A523",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C4,
        name: "LINEAR A SIGN A524",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C5,
        name: "LINEAR A SIGN A525",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C6,
        name: "LINEAR A SIGN A526",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C7,
        name: "LINEAR A SIGN A527",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C8,
        name: "LINEAR A SIGN A528",
    },
    Character {
        age: "7.0",
        codepoint: 0x106C9,
        name: "LINEAR A SIGN A529",
    },
    Character {
        age: "7.0",
        codepoint: 0x106CA,
        name: "LINEAR A SIGN A530",
    },
    Character {
        age: "7.0",
        codepoint: 0x106CB,
        name: "LINEAR A SIGN A531",
    },
    Character {
        age: "7.0",
        codepoint: 0x106CC,
        name: "LINEAR A SIGN A532",
    },
    Character {
        age: "7.0",
        codepoint: 0x106CD,
        name: "LINEAR A SIGN A534",
    },
    Character {
        age: "7.0",
        codepoint: 0x106CE,
        name: "LINEAR A SIGN A535",
    },
    Character {
        age: "7.0",
        codepoint: 0x106CF,
        name: "LINEAR A SIGN A536",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D0,
        name: "LINEAR A SIGN A537",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D1,
        name: "LINEAR A SIGN A538",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D2,
        name: "LINEAR A SIGN A539",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D3,
        name: "LINEAR A SIGN A540",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D4,
        name: "LINEAR A SIGN A541",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D5,
        name: "LINEAR A SIGN A542",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D6,
        name: "LINEAR A SIGN A545",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D7,
        name: "LINEAR A SIGN A547",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D8,
        name: "LINEAR A SIGN A548",
    },
    Character {
        age: "7.0",
        codepoint: 0x106D9,
        name: "LINEAR A SIGN A549",
    },
    Character {
        age: "7.0",
        codepoint: 0x106DA,
        name: "LINEAR A SIGN A550",
    },
    Character {
        age: "7.0",
        codepoint: 0x106DB,
        name: "LINEAR A SIGN A551",
    },
    Character {
        age: "7.0",
        codepoint: 0x106DC,
        name: "LINEAR A SIGN A552",
    },
    Character {
        age: "7.0",
        codepoint: 0x106DD,
        name: "LINEAR A SIGN A553",
    },
    Character {
        age: "7.0",
        codepoint: 0x106DE,
        name: "LINEAR A SIGN A554",
    },
    Character {
        age: "7.0",
        codepoint: 0x106DF,
        name: "LINEAR A SIGN A555",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E0,
        name: "LINEAR A SIGN A556",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E1,
        name: "LINEAR A SIGN A557",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E2,
        name: "LINEAR A SIGN A559",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E3,
        name: "LINEAR A SIGN A563",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E4,
        name: "LINEAR A SIGN A564",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E5,
        name: "LINEAR A SIGN A565",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E6,
        name: "LINEAR A SIGN A566",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E7,
        name: "LINEAR A SIGN A568",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E8,
        name: "LINEAR A SIGN A569",
    },
    Character {
        age: "7.0",
        codepoint: 0x106E9,
        name: "LINEAR A SIGN A570",
    },
    Character {
        age: "7.0",
        codepoint: 0x106EA,
        name: "LINEAR A SIGN A571",
    },
    Character {
        age: "7.0",
        codepoint: 0x106EB,
        name: "LINEAR A SIGN A572",
    },
    Character {
        age: "7.0",
        codepoint: 0x106EC,
        name: "LINEAR A SIGN A573",
    },
    Character {
        age: "7.0",
        codepoint: 0x106ED,
        name: "LINEAR A SIGN A574",
    },
    Character {
        age: "7.0",
        codepoint: 0x106EE,
        name: "LINEAR A SIGN A575",
    },
    Character {
        age: "7.0",
        codepoint: 0x106EF,
        name: "LINEAR A SIGN A576",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F0,
        name: "LINEAR A SIGN A577",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F1,
        name: "LINEAR A SIGN A578",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F2,
        name: "LINEAR A SIGN A579",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F3,
        name: "LINEAR A SIGN A580",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F4,
        name: "LINEAR A SIGN A581",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F5,
        name: "LINEAR A SIGN A582",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F6,
        name: "LINEAR A SIGN A583",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F7,
        name: "LINEAR A SIGN A584",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F8,
        name: "LINEAR A SIGN A585",
    },
    Character {
        age: "7.0",
        codepoint: 0x106F9,
        name: "LINEAR A SIGN A586",
    },
    Character {
        age: "7.0",
        codepoint: 0x106FA,
        name: "LINEAR A SIGN A587",
    },
    Character {
        age: "7.0",
        codepoint: 0x106FB,
        name: "LINEAR A SIGN A588",
    },
    Character {
        age: "7.0",
        codepoint: 0x106FC,
        name: "LINEAR A SIGN A589",
    },
    Character {
        age: "7.0",
        codepoint: 0x106FD,
        name: "LINEAR A SIGN A591",
    },
    Character {
        age: "7.0",
        codepoint: 0x106FE,
        name: "LINEAR A SIGN A592",
    },
    Character {
        age: "7.0",
        codepoint: 0x106FF,
        name: "LINEAR A SIGN A594",
    },
    Character {
        age: "7.0",
        codepoint: 0x10700,
        name: "LINEAR A SIGN A595",
    },
    Character {
        age: "7.0",
        codepoint: 0x10701,
        name: "LINEAR A SIGN A596",
    },
    Character {
        age: "7.0",
        codepoint: 0x10702,
        name: "LINEAR A SIGN A598",
    },
    Character {
        age: "7.0",
        codepoint: 0x10703,
        name: "LINEAR A SIGN A600",
    },
    Character {
        age: "7.0",
        codepoint: 0x10704,
        name: "LINEAR A SIGN A601",
    },
    Character {
        age: "7.0",
        codepoint: 0x10705,
        name: "LINEAR A SIGN A602",
    },
    Character {
        age: "7.0",
        codepoint: 0x10706,
        name: "LINEAR A SIGN A603",
    },
    Character {
        age: "7.0",
        codepoint: 0x10707,
        name: "LINEAR A SIGN A604",
    },
    Character {
        age: "7.0",
        codepoint: 0x10708,
        name: "LINEAR A SIGN A606",
    },
    Character {
        age: "7.0",
        codepoint: 0x10709,
        name: "LINEAR A SIGN A608",
    },
    Character {
        age: "7.0",
        codepoint: 0x1070A,
        name: "LINEAR A SIGN A609",
    },
    Character {
        age: "7.0",
        codepoint: 0x1070B,
        name: "LINEAR A SIGN A610",
    },
    Character {
        age: "7.0",
        codepoint: 0x1070C,
        name: "LINEAR A SIGN A611",
    },
    Character {
        age: "7.0",
        codepoint: 0x1070D,
        name: "LINEAR A SIGN A612",
    },
    Character {
        age: "7.0",
        codepoint: 0x1070E,
        name: "LINEAR A SIGN A613",
    },
    Character {
        age: "7.0",
        codepoint: 0x1070F,
        name: "LINEAR A SIGN A614",
    },
    Character {
        age: "7.0",
        codepoint: 0x10710,
        name: "LINEAR A SIGN A615",
    },
    Character {
        age: "7.0",
        codepoint: 0x10711,
        name: "LINEAR A SIGN A616",
    },
    Character {
        age: "7.0",
        codepoint: 0x10712,
        name: "LINEAR A SIGN A617",
    },
    Character {
        age: "7.0",
        codepoint: 0x10713,
        name: "LINEAR A SIGN A618",
    },
    Character {
        age: "7.0",
        codepoint: 0x10714,
        name: "LINEAR A SIGN A619",
    },
    Character {
        age: "7.0",
        codepoint: 0x10715,
        name: "LINEAR A SIGN A620",
    },
    Character {
        age: "7.0",
        codepoint: 0x10716,
        name: "LINEAR A SIGN A621",
    },
    Character {
        age: "7.0",
        codepoint: 0x10717,
        name: "LINEAR A SIGN A622",
    },
    Character {
        age: "7.0",
        codepoint: 0x10718,
        name: "LINEAR A SIGN A623",
    },
    Character {
        age: "7.0",
        codepoint: 0x10719,
        name: "LINEAR A SIGN A624",
    },
    Character {
        age: "7.0",
        codepoint: 0x1071A,
        name: "LINEAR A SIGN A626",
    },
    Character {
        age: "7.0",
        codepoint: 0x1071B,
        name: "LINEAR A SIGN A627",
    },
    Character {
        age: "7.0",
        codepoint: 0x1071C,
        name: "LINEAR A SIGN A628",
    },
    Character {
        age: "7.0",
        codepoint: 0x1071D,
        name: "LINEAR A SIGN A629",
    },
    Character {
        age: "7.0",
        codepoint: 0x1071E,
        name: "LINEAR A SIGN A634",
    },
    Character {
        age: "7.0",
        codepoint: 0x1071F,
        name: "LINEAR A SIGN A637",
    },
    Character {
        age: "7.0",
        codepoint: 0x10720,
        name: "LINEAR A SIGN A638",
    },
    Character {
        age: "7.0",
        codepoint: 0x10721,
        name: "LINEAR A SIGN A640",
    },
    Character {
        age: "7.0",
        codepoint: 0x10722,
        name: "LINEAR A SIGN A642",
    },
    Character {
        age: "7.0",
        codepoint: 0x10723,
        name: "LINEAR A SIGN A643",
    },
    Character {
        age: "7.0",
        codepoint: 0x10724,
        name: "LINEAR A SIGN A644",
    },
    Character {
        age: "7.0",
        codepoint: 0x10725,
        name: "LINEAR A SIGN A645",
    },
    Character {
        age: "7.0",
        codepoint: 0x10726,
        name: "LINEAR A SIGN A646",
    },
    Character {
        age: "7.0",
        codepoint: 0x10727,
        name: "LINEAR A SIGN A648",
    },
    Character {
        age: "7.0",
        codepoint: 0x10728,
        name: "LINEAR A SIGN A649",
    },
    Character {
        age: "7.0",
        codepoint: 0x10729,
        name: "LINEAR A SIGN A651",
    },
    Character {
        age: "7.0",
        codepoint: 0x1072A,
        name: "LINEAR A SIGN A652",
    },
    Character {
        age: "7.0",
        codepoint: 0x1072B,
        name: "LINEAR A SIGN A653",
    },
    Character {
        age: "7.0",
        codepoint: 0x1072C,
        name: "LINEAR A SIGN A654",
    },
    Character {
        age: "7.0",
        codepoint: 0x1072D,
        name: "LINEAR A SIGN A655",
    },
    Character {
        age: "7.0",
        codepoint: 0x1072E,
        name: "LINEAR A SIGN A656",
    },
    Character {
        age: "7.0",
        codepoint: 0x1072F,
        name: "LINEAR A SIGN A657",
    },
    Character {
        age: "7.0",
        codepoint: 0x10730,
        name: "LINEAR A SIGN A658",
    },
    Character {
        age: "7.0",
        codepoint: 0x10731,
        name: "LINEAR A SIGN A659",
    },
    Character {
        age: "7.0",
        codepoint: 0x10732,
        name: "LINEAR A SIGN A660",
    },
    Character {
        age: "7.0",
        codepoint: 0x10733,
        name: "LINEAR A SIGN A661",
    },
    Character {
        age: "7.0",
        codepoint: 0x10734,
        name: "LINEAR A SIGN A662",
    },
    Character {
        age: "7.0",
        codepoint: 0x10735,
        name: "LINEAR A SIGN A663",
    },
    Character {
        age: "7.0",
        codepoint: 0x10736,
        name: "LINEAR A SIGN A664",
    },
    Character {
        age: "7.0",
        codepoint: 0x10740,
        name: "LINEAR A SIGN A701 A",
    },
    Character {
        age: "7.0",
        codepoint: 0x10741,
        name: "LINEAR A SIGN A702 B",
    },
    Character {
        age: "7.0",
        codepoint: 0x10742,
        name: "LINEAR A SIGN A703 D",
    },
    Character {
        age: "7.0",
        codepoint: 0x10743,
        name: "LINEAR A SIGN A704 E",
    },
    Character {
        age: "7.0",
        codepoint: 0x10744,
        name: "LINEAR A SIGN A705 F",
    },
    Character {
        age: "7.0",
        codepoint: 0x10745,
        name: "LINEAR A SIGN A706 H",
    },
    Character {
        age: "7.0",
        codepoint: 0x10746,
        name: "LINEAR A SIGN A707 J",
    },
    Character {
        age: "7.0",
        codepoint: 0x10747,
        name: "LINEAR A SIGN A708 K",
    },
    Character {
        age: "7.0",
        codepoint: 0x10748,
        name: "LINEAR A SIGN A709 L",
    },
    Character {
        age: "7.0",
        codepoint: 0x10749,
        name: "LINEAR A SIGN A709-2 L2",
    },
    Character {
        age: "7.0",
        codepoint: 0x1074A,
        name: "LINEAR A SIGN A709-3 L3",
    },
    Character {
        age: "7.0",
        codepoint: 0x1074B,
        name: "LINEAR A SIGN A709-4 L4",
    },
    Character {
        age: "7.0",
        codepoint: 0x1074C,
        name: "LINEAR A SIGN A709-6 L6",
    },
    Character {
        age: "7.0",
        codepoint: 0x1074D,
        name: "LINEAR A SIGN A710 W",
    },
    Character {
        age: "7.0",
        codepoint: 0x1074E,
        name: "LINEAR A SIGN A711 X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1074F,
        name: "LINEAR A SIGN A712 Y",
    },
    Character {
        age: "7.0",
        codepoint: 0x10750,
        name: "LINEAR A SIGN A713 OMEGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x10751,
        name: "LINEAR A SIGN A714 ABB",
    },
    Character {
        age: "7.0",
        codepoint: 0x10752,
        name: "LINEAR A SIGN A715 BB",
    },
    Character {
        age: "7.0",
        codepoint: 0x10753,
        name: "LINEAR A SIGN A717 DD",
    },
    Character {
        age: "7.0",
        codepoint: 0x10754,
        name: "LINEAR A SIGN A726 EYYY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10755,
        name: "LINEAR A SIGN A732 JE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10760,
        name: "LINEAR A SIGN A800",
    },
    Character {
        age: "7.0",
        codepoint: 0x10761,
        name: "LINEAR A SIGN A801",
    },
    Character {
        age: "7.0",
        codepoint: 0x10762,
        name: "LINEAR A SIGN A802",
    },
    Character {
        age: "7.0",
        codepoint: 0x10763,
        name: "LINEAR A SIGN A803",
    },
    Character {
        age: "7.0",
        codepoint: 0x10764,
        name: "LINEAR A SIGN A804",
    },
    Character {
        age: "7.0",
        codepoint: 0x10765,
        name: "LINEAR A SIGN A805",
    },
    Character {
        age: "7.0",
        codepoint: 0x10766,
        name: "LINEAR A SIGN A806",
    },
    Character {
        age: "7.0",
        codepoint: 0x10767,
        name: "LINEAR A SIGN A807",
    },
    Character {
        age: "4.0",
        codepoint: 0x10800,
        name: "CYPRIOT SYLLABLE A",
    },
    Character {
        age: "4.0",
        codepoint: 0x10801,
        name: "CYPRIOT SYLLABLE E",
    },
    Character {
        age: "4.0",
        codepoint: 0x10802,
        name: "CYPRIOT SYLLABLE I",
    },
    Character {
        age: "4.0",
        codepoint: 0x10803,
        name: "CYPRIOT SYLLABLE O",
    },
    Character {
        age: "4.0",
        codepoint: 0x10804,
        name: "CYPRIOT SYLLABLE U",
    },
    Character {
        age: "4.0",
        codepoint: 0x10805,
        name: "CYPRIOT SYLLABLE JA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10808,
        name: "CYPRIOT SYLLABLE JO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1080A,
        name: "CYPRIOT SYLLABLE KA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1080B,
        name: "CYPRIOT SYLLABLE KE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1080C,
        name: "CYPRIOT SYLLABLE KI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1080D,
        name: "CYPRIOT SYLLABLE KO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1080E,
        name: "CYPRIOT SYLLABLE KU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1080F,
        name: "CYPRIOT SYLLABLE LA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10810,
        name: "CYPRIOT SYLLABLE LE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10811,
        name: "CYPRIOT SYLLABLE LI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10812,
        name: "CYPRIOT SYLLABLE LO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10813,
        name: "CYPRIOT SYLLABLE LU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10814,
        name: "CYPRIOT SYLLABLE MA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10815,
        name: "CYPRIOT SYLLABLE ME",
    },
    Character {
        age: "4.0",
        codepoint: 0x10816,
        name: "CYPRIOT SYLLABLE MI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10817,
        name: "CYPRIOT SYLLABLE MO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10818,
        name: "CYPRIOT SYLLABLE MU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10819,
        name: "CYPRIOT SYLLABLE NA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1081A,
        name: "CYPRIOT SYLLABLE NE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1081B,
        name: "CYPRIOT SYLLABLE NI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1081C,
        name: "CYPRIOT SYLLABLE NO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1081D,
        name: "CYPRIOT SYLLABLE NU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1081E,
        name: "CYPRIOT SYLLABLE PA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1081F,
        name: "CYPRIOT SYLLABLE PE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10820,
        name: "CYPRIOT SYLLABLE PI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10821,
        name: "CYPRIOT SYLLABLE PO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10822,
        name: "CYPRIOT SYLLABLE PU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10823,
        name: "CYPRIOT SYLLABLE RA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10824,
        name: "CYPRIOT SYLLABLE RE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10825,
        name: "CYPRIOT SYLLABLE RI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10826,
        name: "CYPRIOT SYLLABLE RO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10827,
        name: "CYPRIOT SYLLABLE RU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10828,
        name: "CYPRIOT SYLLABLE SA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10829,
        name: "CYPRIOT SYLLABLE SE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1082A,
        name: "CYPRIOT SYLLABLE SI",
    },
    Character {
        age: "4.0",
        codepoint: 0x1082B,
        name: "CYPRIOT SYLLABLE SO",
    },
    Character {
        age: "4.0",
        codepoint: 0x1082C,
        name: "CYPRIOT SYLLABLE SU",
    },
    Character {
        age: "4.0",
        codepoint: 0x1082D,
        name: "CYPRIOT SYLLABLE TA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1082E,
        name: "CYPRIOT SYLLABLE TE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1082F,
        name: "CYPRIOT SYLLABLE TI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10830,
        name: "CYPRIOT SYLLABLE TO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10831,
        name: "CYPRIOT SYLLABLE TU",
    },
    Character {
        age: "4.0",
        codepoint: 0x10832,
        name: "CYPRIOT SYLLABLE WA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10833,
        name: "CYPRIOT SYLLABLE WE",
    },
    Character {
        age: "4.0",
        codepoint: 0x10834,
        name: "CYPRIOT SYLLABLE WI",
    },
    Character {
        age: "4.0",
        codepoint: 0x10835,
        name: "CYPRIOT SYLLABLE WO",
    },
    Character {
        age: "4.0",
        codepoint: 0x10837,
        name: "CYPRIOT SYLLABLE XA",
    },
    Character {
        age: "4.0",
        codepoint: 0x10838,
        name: "CYPRIOT SYLLABLE XE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1083C,
        name: "CYPRIOT SYLLABLE ZA",
    },
    Character {
        age: "4.0",
        codepoint: 0x1083F,
        name: "CYPRIOT SYLLABLE ZO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10840,
        name: "IMPERIAL ARAMAIC LETTER ALEPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10841,
        name: "IMPERIAL ARAMAIC LETTER BETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10842,
        name: "IMPERIAL ARAMAIC LETTER GIMEL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10843,
        name: "IMPERIAL ARAMAIC LETTER DALETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10844,
        name: "IMPERIAL ARAMAIC LETTER HE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10845,
        name: "IMPERIAL ARAMAIC LETTER WAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10846,
        name: "IMPERIAL ARAMAIC LETTER ZAYIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10847,
        name: "IMPERIAL ARAMAIC LETTER HETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10848,
        name: "IMPERIAL ARAMAIC LETTER TETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10849,
        name: "IMPERIAL ARAMAIC LETTER YODH",
    },
    Character {
        age: "5.2",
        codepoint: 0x1084A,
        name: "IMPERIAL ARAMAIC LETTER KAPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x1084B,
        name: "IMPERIAL ARAMAIC LETTER LAMEDH",
    },
    Character {
        age: "5.2",
        codepoint: 0x1084C,
        name: "IMPERIAL ARAMAIC LETTER MEM",
    },
    Character {
        age: "5.2",
        codepoint: 0x1084D,
        name: "IMPERIAL ARAMAIC LETTER NUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1084E,
        name: "IMPERIAL ARAMAIC LETTER SAMEKH",
    },
    Character {
        age: "5.2",
        codepoint: 0x1084F,
        name: "IMPERIAL ARAMAIC LETTER AYIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10850,
        name: "IMPERIAL ARAMAIC LETTER PE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10851,
        name: "IMPERIAL ARAMAIC LETTER SADHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10852,
        name: "IMPERIAL ARAMAIC LETTER QOPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10853,
        name: "IMPERIAL ARAMAIC LETTER RESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10854,
        name: "IMPERIAL ARAMAIC LETTER SHIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10855,
        name: "IMPERIAL ARAMAIC LETTER TAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10857,
        name: "IMPERIAL ARAMAIC SECTION SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10858,
        name: "IMPERIAL ARAMAIC NUMBER ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10859,
        name: "IMPERIAL ARAMAIC NUMBER TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1085A,
        name: "IMPERIAL ARAMAIC NUMBER THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1085B,
        name: "IMPERIAL ARAMAIC NUMBER TEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x1085C,
        name: "IMPERIAL ARAMAIC NUMBER TWENTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x1085D,
        name: "IMPERIAL ARAMAIC NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x1085E,
        name: "IMPERIAL ARAMAIC NUMBER ONE THOUSAND",
    },
    Character {
        age: "5.2",
        codepoint: 0x1085F,
        name: "IMPERIAL ARAMAIC NUMBER TEN THOUSAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x10860,
        name: "PALMYRENE LETTER ALEPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10861,
        name: "PALMYRENE LETTER BETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10862,
        name: "PALMYRENE LETTER GIMEL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10863,
        name: "PALMYRENE LETTER DALETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10864,
        name: "PALMYRENE LETTER HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10865,
        name: "PALMYRENE LETTER WAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10866,
        name: "PALMYRENE LETTER ZAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10867,
        name: "PALMYRENE LETTER HETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10868,
        name: "PALMYRENE LETTER TETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10869,
        name: "PALMYRENE LETTER YODH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1086A,
        name: "PALMYRENE LETTER KAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1086B,
        name: "PALMYRENE LETTER LAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1086C,
        name: "PALMYRENE LETTER MEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1086D,
        name: "PALMYRENE LETTER FINAL NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1086E,
        name: "PALMYRENE LETTER NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1086F,
        name: "PALMYRENE LETTER SAMEKH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10870,
        name: "PALMYRENE LETTER AYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10871,
        name: "PALMYRENE LETTER PE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10872,
        name: "PALMYRENE LETTER SADHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10873,
        name: "PALMYRENE LETTER QOPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10874,
        name: "PALMYRENE LETTER RESH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10875,
        name: "PALMYRENE LETTER SHIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10876,
        name: "PALMYRENE LETTER TAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10877,
        name: "PALMYRENE LEFT-POINTING FLEURON",
    },
    Character {
        age: "7.0",
        codepoint: 0x10878,
        name: "PALMYRENE RIGHT-POINTING FLEURON",
    },
    Character {
        age: "7.0",
        codepoint: 0x10879,
        name: "PALMYRENE NUMBER ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1087A,
        name: "PALMYRENE NUMBER TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1087B,
        name: "PALMYRENE NUMBER THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1087C,
        name: "PALMYRENE NUMBER FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1087D,
        name: "PALMYRENE NUMBER FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1087E,
        name: "PALMYRENE NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1087F,
        name: "PALMYRENE NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10880,
        name: "NABATAEAN LETTER FINAL ALEPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10881,
        name: "NABATAEAN LETTER ALEPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10882,
        name: "NABATAEAN LETTER FINAL BETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10883,
        name: "NABATAEAN LETTER BETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10884,
        name: "NABATAEAN LETTER GIMEL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10885,
        name: "NABATAEAN LETTER DALETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10886,
        name: "NABATAEAN LETTER FINAL HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10887,
        name: "NABATAEAN LETTER HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10888,
        name: "NABATAEAN LETTER WAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10889,
        name: "NABATAEAN LETTER ZAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1088A,
        name: "NABATAEAN LETTER HETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1088B,
        name: "NABATAEAN LETTER TETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1088C,
        name: "NABATAEAN LETTER FINAL YODH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1088D,
        name: "NABATAEAN LETTER YODH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1088E,
        name: "NABATAEAN LETTER FINAL KAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1088F,
        name: "NABATAEAN LETTER KAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10890,
        name: "NABATAEAN LETTER FINAL LAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10891,
        name: "NABATAEAN LETTER LAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10892,
        name: "NABATAEAN LETTER FINAL MEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10893,
        name: "NABATAEAN LETTER MEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10894,
        name: "NABATAEAN LETTER FINAL NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10895,
        name: "NABATAEAN LETTER NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10896,
        name: "NABATAEAN LETTER SAMEKH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10897,
        name: "NABATAEAN LETTER AYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10898,
        name: "NABATAEAN LETTER PE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10899,
        name: "NABATAEAN LETTER SADHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1089A,
        name: "NABATAEAN LETTER QOPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1089B,
        name: "NABATAEAN LETTER RESH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1089C,
        name: "NABATAEAN LETTER FINAL SHIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1089D,
        name: "NABATAEAN LETTER SHIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1089E,
        name: "NABATAEAN LETTER TAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x108A7,
        name: "NABATAEAN NUMBER ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x108A8,
        name: "NABATAEAN NUMBER TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x108A9,
        name: "NABATAEAN NUMBER THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x108AA,
        name: "NABATAEAN NUMBER FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x108AB,
        name: "NABATAEAN CRUCIFORM NUMBER FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x108AC,
        name: "NABATAEAN NUMBER FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x108AD,
        name: "NABATAEAN NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x108AE,
        name: "NABATAEAN NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x108AF,
        name: "NABATAEAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E0,
        name: "HATRAN LETTER ALEPH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E1,
        name: "HATRAN LETTER BETH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E2,
        name: "HATRAN LETTER GIMEL",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E3,
        name: "HATRAN LETTER DALETH-RESH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E4,
        name: "HATRAN LETTER HE",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E5,
        name: "HATRAN LETTER WAW",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E6,
        name: "HATRAN LETTER ZAYN",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E7,
        name: "HATRAN LETTER HETH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E8,
        name: "HATRAN LETTER TETH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108E9,
        name: "HATRAN LETTER YODH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108EA,
        name: "HATRAN LETTER KAPH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108EB,
        name: "HATRAN LETTER LAMEDH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108EC,
        name: "HATRAN LETTER MEM",
    },
    Character {
        age: "8.0",
        codepoint: 0x108ED,
        name: "HATRAN LETTER NUN",
    },
    Character {
        age: "8.0",
        codepoint: 0x108EE,
        name: "HATRAN LETTER SAMEKH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108EF,
        name: "HATRAN LETTER AYN",
    },
    Character {
        age: "8.0",
        codepoint: 0x108F0,
        name: "HATRAN LETTER PE",
    },
    Character {
        age: "8.0",
        codepoint: 0x108F1,
        name: "HATRAN LETTER SADHE",
    },
    Character {
        age: "8.0",
        codepoint: 0x108F2,
        name: "HATRAN LETTER QOPH",
    },
    Character {
        age: "8.0",
        codepoint: 0x108F4,
        name: "HATRAN LETTER SHIN",
    },
    Character {
        age: "8.0",
        codepoint: 0x108F5,
        name: "HATRAN LETTER TAW",
    },
    Character {
        age: "8.0",
        codepoint: 0x108FB,
        name: "HATRAN NUMBER ONE",
    },
    Character {
        age: "8.0",
        codepoint: 0x108FC,
        name: "HATRAN NUMBER FIVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x108FD,
        name: "HATRAN NUMBER TEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x108FE,
        name: "HATRAN NUMBER TWENTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x108FF,
        name: "HATRAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.0",
        codepoint: 0x10900,
        name: "PHOENICIAN LETTER ALF",
    },
    Character {
        age: "5.0",
        codepoint: 0x10901,
        name: "PHOENICIAN LETTER BET",
    },
    Character {
        age: "5.0",
        codepoint: 0x10902,
        name: "PHOENICIAN LETTER GAML",
    },
    Character {
        age: "5.0",
        codepoint: 0x10903,
        name: "PHOENICIAN LETTER DELT",
    },
    Character {
        age: "5.0",
        codepoint: 0x10904,
        name: "PHOENICIAN LETTER HE",
    },
    Character {
        age: "5.0",
        codepoint: 0x10905,
        name: "PHOENICIAN LETTER WAU",
    },
    Character {
        age: "5.0",
        codepoint: 0x10906,
        name: "PHOENICIAN LETTER ZAI",
    },
    Character {
        age: "5.0",
        codepoint: 0x10907,
        name: "PHOENICIAN LETTER HET",
    },
    Character {
        age: "5.0",
        codepoint: 0x10908,
        name: "PHOENICIAN LETTER TET",
    },
    Character {
        age: "5.0",
        codepoint: 0x10909,
        name: "PHOENICIAN LETTER YOD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1090A,
        name: "PHOENICIAN LETTER KAF",
    },
    Character {
        age: "5.0",
        codepoint: 0x1090B,
        name: "PHOENICIAN LETTER LAMD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1090C,
        name: "PHOENICIAN LETTER MEM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1090D,
        name: "PHOENICIAN LETTER NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1090E,
        name: "PHOENICIAN LETTER SEMK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1090F,
        name: "PHOENICIAN LETTER AIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x10910,
        name: "PHOENICIAN LETTER PE",
    },
    Character {
        age: "5.0",
        codepoint: 0x10911,
        name: "PHOENICIAN LETTER SADE",
    },
    Character {
        age: "5.0",
        codepoint: 0x10912,
        name: "PHOENICIAN LETTER QOF",
    },
    Character {
        age: "5.0",
        codepoint: 0x10913,
        name: "PHOENICIAN LETTER ROSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x10914,
        name: "PHOENICIAN LETTER SHIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x10915,
        name: "PHOENICIAN LETTER TAU",
    },
    Character {
        age: "5.0",
        codepoint: 0x10916,
        name: "PHOENICIAN NUMBER ONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x10917,
        name: "PHOENICIAN NUMBER TEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x10918,
        name: "PHOENICIAN NUMBER TWENTY",
    },
    Character {
        age: "5.0",
        codepoint: 0x10919,
        name: "PHOENICIAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x1091A,
        name: "PHOENICIAN NUMBER TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1091B,
        name: "PHOENICIAN NUMBER THREE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1091F,
        name: "PHOENICIAN WORD SEPARATOR",
    },
    Character {
        age: "5.1",
        codepoint: 0x10920,
        name: "LYDIAN LETTER A",
    },
    Character {
        age: "5.1",
        codepoint: 0x10921,
        name: "LYDIAN LETTER B",
    },
    Character {
        age: "5.1",
        codepoint: 0x10922,
        name: "LYDIAN LETTER G",
    },
    Character {
        age: "5.1",
        codepoint: 0x10923,
        name: "LYDIAN LETTER D",
    },
    Character {
        age: "5.1",
        codepoint: 0x10924,
        name: "LYDIAN LETTER E",
    },
    Character {
        age: "5.1",
        codepoint: 0x10925,
        name: "LYDIAN LETTER V",
    },
    Character {
        age: "5.1",
        codepoint: 0x10926,
        name: "LYDIAN LETTER I",
    },
    Character {
        age: "5.1",
        codepoint: 0x10927,
        name: "LYDIAN LETTER Y",
    },
    Character {
        age: "5.1",
        codepoint: 0x10928,
        name: "LYDIAN LETTER K",
    },
    Character {
        age: "5.1",
        codepoint: 0x10929,
        name: "LYDIAN LETTER L",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092A,
        name: "LYDIAN LETTER M",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092B,
        name: "LYDIAN LETTER N",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092C,
        name: "LYDIAN LETTER O",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092D,
        name: "LYDIAN LETTER R",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092E,
        name: "LYDIAN LETTER SS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1092F,
        name: "LYDIAN LETTER T",
    },
    Character {
        age: "5.1",
        codepoint: 0x10930,
        name: "LYDIAN LETTER U",
    },
    Character {
        age: "5.1",
        codepoint: 0x10931,
        name: "LYDIAN LETTER F",
    },
    Character {
        age: "5.1",
        codepoint: 0x10932,
        name: "LYDIAN LETTER Q",
    },
    Character {
        age: "5.1",
        codepoint: 0x10933,
        name: "LYDIAN LETTER S",
    },
    Character {
        age: "5.1",
        codepoint: 0x10934,
        name: "LYDIAN LETTER TT",
    },
    Character {
        age: "5.1",
        codepoint: 0x10935,
        name: "LYDIAN LETTER AN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10936,
        name: "LYDIAN LETTER EN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10937,
        name: "LYDIAN LETTER LY",
    },
    Character {
        age: "5.1",
        codepoint: 0x10938,
        name: "LYDIAN LETTER NN",
    },
    Character {
        age: "5.1",
        codepoint: 0x10939,
        name: "LYDIAN LETTER C",
    },
    Character {
        age: "5.1",
        codepoint: 0x1093F,
        name: "LYDIAN TRIANGULAR MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0x10980,
        name: "MEROITIC HIEROGLYPHIC LETTER A",
    },
    Character {
        age: "6.1",
        codepoint: 0x10981,
        name: "MEROITIC HIEROGLYPHIC LETTER E",
    },
    Character {
        age: "6.1",
        codepoint: 0x10982,
        name: "MEROITIC HIEROGLYPHIC LETTER I",
    },
    Character {
        age: "6.1",
        codepoint: 0x10983,
        name: "MEROITIC HIEROGLYPHIC LETTER O",
    },
    Character {
        age: "6.1",
        codepoint: 0x10984,
        name: "MEROITIC HIEROGLYPHIC LETTER YA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10985,
        name: "MEROITIC HIEROGLYPHIC LETTER WA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10986,
        name: "MEROITIC HIEROGLYPHIC LETTER BA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10987,
        name: "MEROITIC HIEROGLYPHIC LETTER BA-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x10988,
        name: "MEROITIC HIEROGLYPHIC LETTER PA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10989,
        name: "MEROITIC HIEROGLYPHIC LETTER MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1098A,
        name: "MEROITIC HIEROGLYPHIC LETTER NA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1098B,
        name: "MEROITIC HIEROGLYPHIC LETTER NA-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x1098C,
        name: "MEROITIC HIEROGLYPHIC LETTER NE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1098D,
        name: "MEROITIC HIEROGLYPHIC LETTER NE-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x1098E,
        name: "MEROITIC HIEROGLYPHIC LETTER RA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1098F,
        name: "MEROITIC HIEROGLYPHIC LETTER RA-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x10990,
        name: "MEROITIC HIEROGLYPHIC LETTER LA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10991,
        name: "MEROITIC HIEROGLYPHIC LETTER KHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10992,
        name: "MEROITIC HIEROGLYPHIC LETTER HHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10993,
        name: "MEROITIC HIEROGLYPHIC LETTER SA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10994,
        name: "MEROITIC HIEROGLYPHIC LETTER SA-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x10995,
        name: "MEROITIC HIEROGLYPHIC LETTER SE",
    },
    Character {
        age: "6.1",
        codepoint: 0x10996,
        name: "MEROITIC HIEROGLYPHIC LETTER KA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10997,
        name: "MEROITIC HIEROGLYPHIC LETTER QA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10998,
        name: "MEROITIC HIEROGLYPHIC LETTER TA",
    },
    Character {
        age: "6.1",
        codepoint: 0x10999,
        name: "MEROITIC HIEROGLYPHIC LETTER TA-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x1099A,
        name: "MEROITIC HIEROGLYPHIC LETTER TE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1099B,
        name: "MEROITIC HIEROGLYPHIC LETTER TE-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x1099C,
        name: "MEROITIC HIEROGLYPHIC LETTER TO",
    },
    Character {
        age: "6.1",
        codepoint: 0x1099D,
        name: "MEROITIC HIEROGLYPHIC LETTER DA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1099E,
        name: "MEROITIC HIEROGLYPHIC SYMBOL VIDJ",
    },
    Character {
        age: "6.1",
        codepoint: 0x1099F,
        name: "MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A0,
        name: "MEROITIC CURSIVE LETTER A",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A1,
        name: "MEROITIC CURSIVE LETTER E",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A2,
        name: "MEROITIC CURSIVE LETTER I",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A3,
        name: "MEROITIC CURSIVE LETTER O",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A4,
        name: "MEROITIC CURSIVE LETTER YA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A5,
        name: "MEROITIC CURSIVE LETTER WA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A6,
        name: "MEROITIC CURSIVE LETTER BA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A7,
        name: "MEROITIC CURSIVE LETTER PA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A8,
        name: "MEROITIC CURSIVE LETTER MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109A9,
        name: "MEROITIC CURSIVE LETTER NA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109AA,
        name: "MEROITIC CURSIVE LETTER NE",
    },
    Character {
        age: "6.1",
        codepoint: 0x109AB,
        name: "MEROITIC CURSIVE LETTER RA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109AC,
        name: "MEROITIC CURSIVE LETTER LA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109AD,
        name: "MEROITIC CURSIVE LETTER KHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109AE,
        name: "MEROITIC CURSIVE LETTER HHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109AF,
        name: "MEROITIC CURSIVE LETTER SA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B0,
        name: "MEROITIC CURSIVE LETTER ARCHAIC SA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B1,
        name: "MEROITIC CURSIVE LETTER SE",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B2,
        name: "MEROITIC CURSIVE LETTER KA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B3,
        name: "MEROITIC CURSIVE LETTER QA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B4,
        name: "MEROITIC CURSIVE LETTER TA",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B5,
        name: "MEROITIC CURSIVE LETTER TE",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B6,
        name: "MEROITIC CURSIVE LETTER TO",
    },
    Character {
        age: "6.1",
        codepoint: 0x109B7,
        name: "MEROITIC CURSIVE LETTER DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x109BC,
        name: "MEROITIC CURSIVE FRACTION ELEVEN TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109BD,
        name: "MEROITIC CURSIVE FRACTION ONE HALF",
    },
    Character {
        age: "6.1",
        codepoint: 0x109BE,
        name: "MEROITIC CURSIVE LOGOGRAM RMT",
    },
    Character {
        age: "6.1",
        codepoint: 0x109BF,
        name: "MEROITIC CURSIVE LOGOGRAM IMN",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C0,
        name: "MEROITIC CURSIVE NUMBER ONE",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C1,
        name: "MEROITIC CURSIVE NUMBER TWO",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C2,
        name: "MEROITIC CURSIVE NUMBER THREE",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C3,
        name: "MEROITIC CURSIVE NUMBER FOUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C4,
        name: "MEROITIC CURSIVE NUMBER FIVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C5,
        name: "MEROITIC CURSIVE NUMBER SIX",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C6,
        name: "MEROITIC CURSIVE NUMBER SEVEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C7,
        name: "MEROITIC CURSIVE NUMBER EIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C8,
        name: "MEROITIC CURSIVE NUMBER NINE",
    },
    Character {
        age: "8.0",
        codepoint: 0x109C9,
        name: "MEROITIC CURSIVE NUMBER TEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x109CA,
        name: "MEROITIC CURSIVE NUMBER TWENTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x109CB,
        name: "MEROITIC CURSIVE NUMBER THIRTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x109CC,
        name: "MEROITIC CURSIVE NUMBER FORTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x109CD,
        name: "MEROITIC CURSIVE NUMBER FIFTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x109CE,
        name: "MEROITIC CURSIVE NUMBER SIXTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x109CF,
        name: "MEROITIC CURSIVE NUMBER SEVENTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D2,
        name: "MEROITIC CURSIVE NUMBER ONE HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D3,
        name: "MEROITIC CURSIVE NUMBER TWO HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D4,
        name: "MEROITIC CURSIVE NUMBER THREE HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D5,
        name: "MEROITIC CURSIVE NUMBER FOUR HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D6,
        name: "MEROITIC CURSIVE NUMBER FIVE HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D7,
        name: "MEROITIC CURSIVE NUMBER SIX HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D8,
        name: "MEROITIC CURSIVE NUMBER SEVEN HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109D9,
        name: "MEROITIC CURSIVE NUMBER EIGHT HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109DA,
        name: "MEROITIC CURSIVE NUMBER NINE HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x109DB,
        name: "MEROITIC CURSIVE NUMBER ONE THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109DC,
        name: "MEROITIC CURSIVE NUMBER TWO THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109DD,
        name: "MEROITIC CURSIVE NUMBER THREE THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109DE,
        name: "MEROITIC CURSIVE NUMBER FOUR THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109DF,
        name: "MEROITIC CURSIVE NUMBER FIVE THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E0,
        name: "MEROITIC CURSIVE NUMBER SIX THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E1,
        name: "MEROITIC CURSIVE NUMBER SEVEN THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E2,
        name: "MEROITIC CURSIVE NUMBER EIGHT THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E3,
        name: "MEROITIC CURSIVE NUMBER NINE THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E4,
        name: "MEROITIC CURSIVE NUMBER TEN THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E5,
        name: "MEROITIC CURSIVE NUMBER TWENTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E6,
        name: "MEROITIC CURSIVE NUMBER THIRTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E7,
        name: "MEROITIC CURSIVE NUMBER FORTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E8,
        name: "MEROITIC CURSIVE NUMBER FIFTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109E9,
        name: "MEROITIC CURSIVE NUMBER SIXTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109EA,
        name: "MEROITIC CURSIVE NUMBER SEVENTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109EB,
        name: "MEROITIC CURSIVE NUMBER EIGHTY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109EC,
        name: "MEROITIC CURSIVE NUMBER NINETY THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109ED,
        name: "MEROITIC CURSIVE NUMBER ONE HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109EE,
        name: "MEROITIC CURSIVE NUMBER TWO HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109EF,
        name: "MEROITIC CURSIVE NUMBER THREE HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F0,
        name: "MEROITIC CURSIVE NUMBER FOUR HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F1,
        name: "MEROITIC CURSIVE NUMBER FIVE HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F2,
        name: "MEROITIC CURSIVE NUMBER SIX HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F3,
        name: "MEROITIC CURSIVE NUMBER SEVEN HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F4,
        name: "MEROITIC CURSIVE NUMBER EIGHT HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F5,
        name: "MEROITIC CURSIVE NUMBER NINE HUNDRED THOUSAND",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F6,
        name: "MEROITIC CURSIVE FRACTION ONE TWELFTH",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F7,
        name: "MEROITIC CURSIVE FRACTION TWO TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F8,
        name: "MEROITIC CURSIVE FRACTION THREE TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109F9,
        name: "MEROITIC CURSIVE FRACTION FOUR TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109FA,
        name: "MEROITIC CURSIVE FRACTION FIVE TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109FB,
        name: "MEROITIC CURSIVE FRACTION SIX TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109FC,
        name: "MEROITIC CURSIVE FRACTION SEVEN TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109FD,
        name: "MEROITIC CURSIVE FRACTION EIGHT TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109FE,
        name: "MEROITIC CURSIVE FRACTION NINE TWELFTHS",
    },
    Character {
        age: "8.0",
        codepoint: 0x109FF,
        name: "MEROITIC CURSIVE FRACTION TEN TWELFTHS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A00,
        name: "KHAROSHTHI LETTER A",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A01,
        name: "KHAROSHTHI VOWEL SIGN I",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A02,
        name: "KHAROSHTHI VOWEL SIGN U",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A03,
        name: "KHAROSHTHI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A05,
        name: "KHAROSHTHI VOWEL SIGN E",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A06,
        name: "KHAROSHTHI VOWEL SIGN O",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A0C,
        name: "KHAROSHTHI VOWEL LENGTH MARK",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A0D,
        name: "KHAROSHTHI SIGN DOUBLE RING BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A0E,
        name: "KHAROSHTHI SIGN ANUSVARA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A0F,
        name: "KHAROSHTHI SIGN VISARGA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A10,
        name: "KHAROSHTHI LETTER KA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A11,
        name: "KHAROSHTHI LETTER KHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A12,
        name: "KHAROSHTHI LETTER GA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A13,
        name: "KHAROSHTHI LETTER GHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A15,
        name: "KHAROSHTHI LETTER CA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A16,
        name: "KHAROSHTHI LETTER CHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A17,
        name: "KHAROSHTHI LETTER JA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A19,
        name: "KHAROSHTHI LETTER NYA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A1A,
        name: "KHAROSHTHI LETTER TTA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A1B,
        name: "KHAROSHTHI LETTER TTHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A1C,
        name: "KHAROSHTHI LETTER DDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A1D,
        name: "KHAROSHTHI LETTER DDHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A1E,
        name: "KHAROSHTHI LETTER NNA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A1F,
        name: "KHAROSHTHI LETTER TA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A20,
        name: "KHAROSHTHI LETTER THA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A21,
        name: "KHAROSHTHI LETTER DA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A22,
        name: "KHAROSHTHI LETTER DHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A23,
        name: "KHAROSHTHI LETTER NA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A24,
        name: "KHAROSHTHI LETTER PA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A25,
        name: "KHAROSHTHI LETTER PHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A26,
        name: "KHAROSHTHI LETTER BA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A27,
        name: "KHAROSHTHI LETTER BHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A28,
        name: "KHAROSHTHI LETTER MA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A29,
        name: "KHAROSHTHI LETTER YA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A2A,
        name: "KHAROSHTHI LETTER RA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A2B,
        name: "KHAROSHTHI LETTER LA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A2C,
        name: "KHAROSHTHI LETTER VA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A2D,
        name: "KHAROSHTHI LETTER SHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A2E,
        name: "KHAROSHTHI LETTER SSA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A2F,
        name: "KHAROSHTHI LETTER SA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A30,
        name: "KHAROSHTHI LETTER ZA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A31,
        name: "KHAROSHTHI LETTER HA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A32,
        name: "KHAROSHTHI LETTER KKA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A33,
        name: "KHAROSHTHI LETTER TTTHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10A34,
        name: "KHAROSHTHI LETTER TTTA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10A35,
        name: "KHAROSHTHI LETTER VHA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A38,
        name: "KHAROSHTHI SIGN BAR ABOVE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A39,
        name: "KHAROSHTHI SIGN CAUDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A3A,
        name: "KHAROSHTHI SIGN DOT BELOW",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A3F,
        name: "KHAROSHTHI VIRAMA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A40,
        name: "KHAROSHTHI DIGIT ONE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A41,
        name: "KHAROSHTHI DIGIT TWO",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A42,
        name: "KHAROSHTHI DIGIT THREE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A43,
        name: "KHAROSHTHI DIGIT FOUR",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A44,
        name: "KHAROSHTHI NUMBER TEN",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A45,
        name: "KHAROSHTHI NUMBER TWENTY",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A46,
        name: "KHAROSHTHI NUMBER ONE HUNDRED",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A47,
        name: "KHAROSHTHI NUMBER ONE THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x10A48,
        name: "KHAROSHTHI FRACTION ONE HALF",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A50,
        name: "KHAROSHTHI PUNCTUATION DOT",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A51,
        name: "KHAROSHTHI PUNCTUATION SMALL CIRCLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A52,
        name: "KHAROSHTHI PUNCTUATION CIRCLE",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A53,
        name: "KHAROSHTHI PUNCTUATION CRESCENT BAR",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A54,
        name: "KHAROSHTHI PUNCTUATION MANGALAM",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A55,
        name: "KHAROSHTHI PUNCTUATION LOTUS",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A56,
        name: "KHAROSHTHI PUNCTUATION DANDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A57,
        name: "KHAROSHTHI PUNCTUATION DOUBLE DANDA",
    },
    Character {
        age: "4.1",
        codepoint: 0x10A58,
        name: "KHAROSHTHI PUNCTUATION LINES",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A60,
        name: "OLD SOUTH ARABIAN LETTER HE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A61,
        name: "OLD SOUTH ARABIAN LETTER LAMEDH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A62,
        name: "OLD SOUTH ARABIAN LETTER HETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A63,
        name: "OLD SOUTH ARABIAN LETTER MEM",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A64,
        name: "OLD SOUTH ARABIAN LETTER QOPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A65,
        name: "OLD SOUTH ARABIAN LETTER WAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A66,
        name: "OLD SOUTH ARABIAN LETTER SHIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A67,
        name: "OLD SOUTH ARABIAN LETTER RESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A68,
        name: "OLD SOUTH ARABIAN LETTER BETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A69,
        name: "OLD SOUTH ARABIAN LETTER TAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A6A,
        name: "OLD SOUTH ARABIAN LETTER SAT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A6B,
        name: "OLD SOUTH ARABIAN LETTER KAPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A6C,
        name: "OLD SOUTH ARABIAN LETTER NUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A6D,
        name: "OLD SOUTH ARABIAN LETTER KHETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A6E,
        name: "OLD SOUTH ARABIAN LETTER SADHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A6F,
        name: "OLD SOUTH ARABIAN LETTER SAMEKH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A70,
        name: "OLD SOUTH ARABIAN LETTER FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A71,
        name: "OLD SOUTH ARABIAN LETTER ALEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A72,
        name: "OLD SOUTH ARABIAN LETTER AYN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A73,
        name: "OLD SOUTH ARABIAN LETTER DHADHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A74,
        name: "OLD SOUTH ARABIAN LETTER GIMEL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A75,
        name: "OLD SOUTH ARABIAN LETTER DALETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A76,
        name: "OLD SOUTH ARABIAN LETTER GHAYN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A77,
        name: "OLD SOUTH ARABIAN LETTER TETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A78,
        name: "OLD SOUTH ARABIAN LETTER ZAYN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A79,
        name: "OLD SOUTH ARABIAN LETTER DHALETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A7A,
        name: "OLD SOUTH ARABIAN LETTER YODH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A7B,
        name: "OLD SOUTH ARABIAN LETTER THAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A7C,
        name: "OLD SOUTH ARABIAN LETTER THETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A7D,
        name: "OLD SOUTH ARABIAN NUMBER ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A7E,
        name: "OLD SOUTH ARABIAN NUMBER FIFTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10A7F,
        name: "OLD SOUTH ARABIAN NUMERIC INDICATOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A80,
        name: "OLD NORTH ARABIAN LETTER HEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A81,
        name: "OLD NORTH ARABIAN LETTER LAM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A82,
        name: "OLD NORTH ARABIAN LETTER HAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A83,
        name: "OLD NORTH ARABIAN LETTER MEEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A84,
        name: "OLD NORTH ARABIAN LETTER QAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A85,
        name: "OLD NORTH ARABIAN LETTER WAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A86,
        name: "OLD NORTH ARABIAN LETTER ES-2",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A87,
        name: "OLD NORTH ARABIAN LETTER REH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A88,
        name: "OLD NORTH ARABIAN LETTER BEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A89,
        name: "OLD NORTH ARABIAN LETTER TEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A8A,
        name: "OLD NORTH ARABIAN LETTER ES-1",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A8B,
        name: "OLD NORTH ARABIAN LETTER KAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A8C,
        name: "OLD NORTH ARABIAN LETTER NOON",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A8D,
        name: "OLD NORTH ARABIAN LETTER KHAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A8E,
        name: "OLD NORTH ARABIAN LETTER SAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A8F,
        name: "OLD NORTH ARABIAN LETTER ES-3",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A90,
        name: "OLD NORTH ARABIAN LETTER FEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A91,
        name: "OLD NORTH ARABIAN LETTER ALEF",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A92,
        name: "OLD NORTH ARABIAN LETTER AIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A93,
        name: "OLD NORTH ARABIAN LETTER DAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A94,
        name: "OLD NORTH ARABIAN LETTER GEEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A95,
        name: "OLD NORTH ARABIAN LETTER DAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A96,
        name: "OLD NORTH ARABIAN LETTER GHAIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A97,
        name: "OLD NORTH ARABIAN LETTER TAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A98,
        name: "OLD NORTH ARABIAN LETTER ZAIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A99,
        name: "OLD NORTH ARABIAN LETTER THAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A9A,
        name: "OLD NORTH ARABIAN LETTER YEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A9B,
        name: "OLD NORTH ARABIAN LETTER THEH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A9C,
        name: "OLD NORTH ARABIAN LETTER ZAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A9D,
        name: "OLD NORTH ARABIAN NUMBER ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A9E,
        name: "OLD NORTH ARABIAN NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10A9F,
        name: "OLD NORTH ARABIAN NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC0,
        name: "MANICHAEAN LETTER ALEPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC1,
        name: "MANICHAEAN LETTER BETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC2,
        name: "MANICHAEAN LETTER BHETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC3,
        name: "MANICHAEAN LETTER GIMEL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC4,
        name: "MANICHAEAN LETTER GHIMEL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC5,
        name: "MANICHAEAN LETTER DALETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC6,
        name: "MANICHAEAN LETTER HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC7,
        name: "MANICHAEAN LETTER WAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC8,
        name: "MANICHAEAN SIGN UD",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AC9,
        name: "MANICHAEAN LETTER ZAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ACA,
        name: "MANICHAEAN LETTER ZHAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ACB,
        name: "MANICHAEAN LETTER JAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ACC,
        name: "MANICHAEAN LETTER JHAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ACD,
        name: "MANICHAEAN LETTER HETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ACE,
        name: "MANICHAEAN LETTER TETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ACF,
        name: "MANICHAEAN LETTER YODH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD0,
        name: "MANICHAEAN LETTER KAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD1,
        name: "MANICHAEAN LETTER XAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD2,
        name: "MANICHAEAN LETTER KHAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD3,
        name: "MANICHAEAN LETTER LAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD4,
        name: "MANICHAEAN LETTER DHAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD5,
        name: "MANICHAEAN LETTER THAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD6,
        name: "MANICHAEAN LETTER MEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD7,
        name: "MANICHAEAN LETTER NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD8,
        name: "MANICHAEAN LETTER SAMEKH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AD9,
        name: "MANICHAEAN LETTER AYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ADA,
        name: "MANICHAEAN LETTER AAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ADB,
        name: "MANICHAEAN LETTER PE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ADC,
        name: "MANICHAEAN LETTER FE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ADD,
        name: "MANICHAEAN LETTER SADHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ADE,
        name: "MANICHAEAN LETTER QOPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10ADF,
        name: "MANICHAEAN LETTER XOPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE0,
        name: "MANICHAEAN LETTER QHOPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE1,
        name: "MANICHAEAN LETTER RESH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE2,
        name: "MANICHAEAN LETTER SHIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE3,
        name: "MANICHAEAN LETTER SSHIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE4,
        name: "MANICHAEAN LETTER TAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE5,
        name: "MANICHAEAN ABBREVIATION MARK ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AE6,
        name: "MANICHAEAN ABBREVIATION MARK BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AEB,
        name: "MANICHAEAN NUMBER ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AEC,
        name: "MANICHAEAN NUMBER FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AED,
        name: "MANICHAEAN NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AEE,
        name: "MANICHAEAN NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AEF,
        name: "MANICHAEAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF0,
        name: "MANICHAEAN PUNCTUATION STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF1,
        name: "MANICHAEAN PUNCTUATION FLEURON",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF2,
        name: "MANICHAEAN PUNCTUATION DOUBLE DOT WITHIN DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF3,
        name: "MANICHAEAN PUNCTUATION DOT WITHIN DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF4,
        name: "MANICHAEAN PUNCTUATION DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF5,
        name: "MANICHAEAN PUNCTUATION TWO DOTS",
    },
    Character {
        age: "7.0",
        codepoint: 0x10AF6,
        name: "MANICHAEAN PUNCTUATION LINE FILLER",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B00,
        name: "AVESTAN LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B01,
        name: "AVESTAN LETTER AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B02,
        name: "AVESTAN LETTER AO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B03,
        name: "AVESTAN LETTER AAO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B04,
        name: "AVESTAN LETTER AN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B05,
        name: "AVESTAN LETTER AAN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B06,
        name: "AVESTAN LETTER AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B07,
        name: "AVESTAN LETTER AEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B08,
        name: "AVESTAN LETTER E",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B09,
        name: "AVESTAN LETTER EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B0A,
        name: "AVESTAN LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B0B,
        name: "AVESTAN LETTER OO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B0C,
        name: "AVESTAN LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B0D,
        name: "AVESTAN LETTER II",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B0E,
        name: "AVESTAN LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B0F,
        name: "AVESTAN LETTER UU",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B10,
        name: "AVESTAN LETTER KE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B11,
        name: "AVESTAN LETTER XE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B12,
        name: "AVESTAN LETTER XYE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B13,
        name: "AVESTAN LETTER XVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B14,
        name: "AVESTAN LETTER GE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B15,
        name: "AVESTAN LETTER GGE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B16,
        name: "AVESTAN LETTER GHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B17,
        name: "AVESTAN LETTER CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B18,
        name: "AVESTAN LETTER JE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B19,
        name: "AVESTAN LETTER TE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B1A,
        name: "AVESTAN LETTER THE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B1B,
        name: "AVESTAN LETTER DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B1C,
        name: "AVESTAN LETTER DHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B1D,
        name: "AVESTAN LETTER TTE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B1E,
        name: "AVESTAN LETTER PE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B1F,
        name: "AVESTAN LETTER FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B20,
        name: "AVESTAN LETTER BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B21,
        name: "AVESTAN LETTER BHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B22,
        name: "AVESTAN LETTER NGE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B23,
        name: "AVESTAN LETTER NGYE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B24,
        name: "AVESTAN LETTER NGVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B25,
        name: "AVESTAN LETTER NE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B26,
        name: "AVESTAN LETTER NYE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B27,
        name: "AVESTAN LETTER NNE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B28,
        name: "AVESTAN LETTER ME",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B29,
        name: "AVESTAN LETTER HME",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B2A,
        name: "AVESTAN LETTER YYE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B2B,
        name: "AVESTAN LETTER YE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B2C,
        name: "AVESTAN LETTER VE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B2D,
        name: "AVESTAN LETTER RE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B2E,
        name: "AVESTAN LETTER LE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B2F,
        name: "AVESTAN LETTER SE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B30,
        name: "AVESTAN LETTER ZE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B31,
        name: "AVESTAN LETTER SHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B32,
        name: "AVESTAN LETTER ZHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B33,
        name: "AVESTAN LETTER SHYE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B34,
        name: "AVESTAN LETTER SSHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B35,
        name: "AVESTAN LETTER HE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B39,
        name: "AVESTAN ABBREVIATION MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B3A,
        name: "TINY TWO DOTS OVER ONE DOT PUNCTUATION",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B3B,
        name: "SMALL TWO DOTS OVER ONE DOT PUNCTUATION",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B3C,
        name: "LARGE TWO DOTS OVER ONE DOT PUNCTUATION",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B3D,
        name: "LARGE ONE DOT OVER TWO DOTS PUNCTUATION",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B3E,
        name: "LARGE TWO RINGS OVER ONE RING PUNCTUATION",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B3F,
        name: "LARGE ONE RING OVER TWO RINGS PUNCTUATION",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B40,
        name: "INSCRIPTIONAL PARTHIAN LETTER ALEPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B41,
        name: "INSCRIPTIONAL PARTHIAN LETTER BETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B42,
        name: "INSCRIPTIONAL PARTHIAN LETTER GIMEL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B43,
        name: "INSCRIPTIONAL PARTHIAN LETTER DALETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B44,
        name: "INSCRIPTIONAL PARTHIAN LETTER HE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B45,
        name: "INSCRIPTIONAL PARTHIAN LETTER WAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B46,
        name: "INSCRIPTIONAL PARTHIAN LETTER ZAYIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B47,
        name: "INSCRIPTIONAL PARTHIAN LETTER HETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B48,
        name: "INSCRIPTIONAL PARTHIAN LETTER TETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B49,
        name: "INSCRIPTIONAL PARTHIAN LETTER YODH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B4A,
        name: "INSCRIPTIONAL PARTHIAN LETTER KAPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B4B,
        name: "INSCRIPTIONAL PARTHIAN LETTER LAMEDH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B4C,
        name: "INSCRIPTIONAL PARTHIAN LETTER MEM",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B4D,
        name: "INSCRIPTIONAL PARTHIAN LETTER NUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B4E,
        name: "INSCRIPTIONAL PARTHIAN LETTER SAMEKH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B4F,
        name: "INSCRIPTIONAL PARTHIAN LETTER AYIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B50,
        name: "INSCRIPTIONAL PARTHIAN LETTER PE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B51,
        name: "INSCRIPTIONAL PARTHIAN LETTER SADHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B52,
        name: "INSCRIPTIONAL PARTHIAN LETTER QOPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B53,
        name: "INSCRIPTIONAL PARTHIAN LETTER RESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B54,
        name: "INSCRIPTIONAL PARTHIAN LETTER SHIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B55,
        name: "INSCRIPTIONAL PARTHIAN LETTER TAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B58,
        name: "INSCRIPTIONAL PARTHIAN NUMBER ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B59,
        name: "INSCRIPTIONAL PARTHIAN NUMBER TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B5A,
        name: "INSCRIPTIONAL PARTHIAN NUMBER THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B5B,
        name: "INSCRIPTIONAL PARTHIAN NUMBER FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B5C,
        name: "INSCRIPTIONAL PARTHIAN NUMBER TEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B5D,
        name: "INSCRIPTIONAL PARTHIAN NUMBER TWENTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B5E,
        name: "INSCRIPTIONAL PARTHIAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B5F,
        name: "INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B60,
        name: "INSCRIPTIONAL PAHLAVI LETTER ALEPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B61,
        name: "INSCRIPTIONAL PAHLAVI LETTER BETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B62,
        name: "INSCRIPTIONAL PAHLAVI LETTER GIMEL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B63,
        name: "INSCRIPTIONAL PAHLAVI LETTER DALETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B64,
        name: "INSCRIPTIONAL PAHLAVI LETTER HE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B65,
        name: "INSCRIPTIONAL PAHLAVI LETTER WAW-AYIN-RESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B66,
        name: "INSCRIPTIONAL PAHLAVI LETTER ZAYIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B67,
        name: "INSCRIPTIONAL PAHLAVI LETTER HETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B68,
        name: "INSCRIPTIONAL PAHLAVI LETTER TETH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B69,
        name: "INSCRIPTIONAL PAHLAVI LETTER YODH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B6A,
        name: "INSCRIPTIONAL PAHLAVI LETTER KAPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B6B,
        name: "INSCRIPTIONAL PAHLAVI LETTER LAMEDH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B6C,
        name: "INSCRIPTIONAL PAHLAVI LETTER MEM-QOPH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B6D,
        name: "INSCRIPTIONAL PAHLAVI LETTER NUN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B6E,
        name: "INSCRIPTIONAL PAHLAVI LETTER SAMEKH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B6F,
        name: "INSCRIPTIONAL PAHLAVI LETTER PE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B70,
        name: "INSCRIPTIONAL PAHLAVI LETTER SADHE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B71,
        name: "INSCRIPTIONAL PAHLAVI LETTER SHIN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B72,
        name: "INSCRIPTIONAL PAHLAVI LETTER TAW",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B78,
        name: "INSCRIPTIONAL PAHLAVI NUMBER ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B79,
        name: "INSCRIPTIONAL PAHLAVI NUMBER TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B7A,
        name: "INSCRIPTIONAL PAHLAVI NUMBER THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B7B,
        name: "INSCRIPTIONAL PAHLAVI NUMBER FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B7C,
        name: "INSCRIPTIONAL PAHLAVI NUMBER TEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B7D,
        name: "INSCRIPTIONAL PAHLAVI NUMBER TWENTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B7E,
        name: "INSCRIPTIONAL PAHLAVI NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10B7F,
        name: "INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B80,
        name: "PSALTER PAHLAVI LETTER ALEPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B81,
        name: "PSALTER PAHLAVI LETTER BETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B82,
        name: "PSALTER PAHLAVI LETTER GIMEL",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B83,
        name: "PSALTER PAHLAVI LETTER DALETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B84,
        name: "PSALTER PAHLAVI LETTER HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B85,
        name: "PSALTER PAHLAVI LETTER WAW-AYIN-RESH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B86,
        name: "PSALTER PAHLAVI LETTER ZAYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B87,
        name: "PSALTER PAHLAVI LETTER HETH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B88,
        name: "PSALTER PAHLAVI LETTER YODH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B89,
        name: "PSALTER PAHLAVI LETTER KAPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B8A,
        name: "PSALTER PAHLAVI LETTER LAMEDH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B8B,
        name: "PSALTER PAHLAVI LETTER MEM-QOPH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B8C,
        name: "PSALTER PAHLAVI LETTER NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B8D,
        name: "PSALTER PAHLAVI LETTER SAMEKH",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B8E,
        name: "PSALTER PAHLAVI LETTER PE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B8F,
        name: "PSALTER PAHLAVI LETTER SADHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B90,
        name: "PSALTER PAHLAVI LETTER SHIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B91,
        name: "PSALTER PAHLAVI LETTER TAW",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B99,
        name: "PSALTER PAHLAVI SECTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B9A,
        name: "PSALTER PAHLAVI TURNED SECTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B9B,
        name: "PSALTER PAHLAVI FOUR DOTS WITH CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x10B9C,
        name: "PSALTER PAHLAVI FOUR DOTS WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BA9,
        name: "PSALTER PAHLAVI NUMBER ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BAA,
        name: "PSALTER PAHLAVI NUMBER TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BAB,
        name: "PSALTER PAHLAVI NUMBER THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BAC,
        name: "PSALTER PAHLAVI NUMBER FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BAD,
        name: "PSALTER PAHLAVI NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BAE,
        name: "PSALTER PAHLAVI NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x10BAF,
        name: "PSALTER PAHLAVI NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C00,
        name: "OLD TURKIC LETTER ORKHON A",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C01,
        name: "OLD TURKIC LETTER YENISEI A",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C02,
        name: "OLD TURKIC LETTER YENISEI AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C03,
        name: "OLD TURKIC LETTER ORKHON I",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C04,
        name: "OLD TURKIC LETTER YENISEI I",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C05,
        name: "OLD TURKIC LETTER YENISEI E",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C06,
        name: "OLD TURKIC LETTER ORKHON O",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C07,
        name: "OLD TURKIC LETTER ORKHON OE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C08,
        name: "OLD TURKIC LETTER YENISEI OE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C09,
        name: "OLD TURKIC LETTER ORKHON AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C0A,
        name: "OLD TURKIC LETTER YENISEI AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C0B,
        name: "OLD TURKIC LETTER ORKHON AEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C0C,
        name: "OLD TURKIC LETTER YENISEI AEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C0D,
        name: "OLD TURKIC LETTER ORKHON AG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C0E,
        name: "OLD TURKIC LETTER YENISEI AG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C0F,
        name: "OLD TURKIC LETTER ORKHON AEG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C10,
        name: "OLD TURKIC LETTER YENISEI AEG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C11,
        name: "OLD TURKIC LETTER ORKHON AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C12,
        name: "OLD TURKIC LETTER YENISEI AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C13,
        name: "OLD TURKIC LETTER ORKHON AED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C14,
        name: "OLD TURKIC LETTER ORKHON EZ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C15,
        name: "OLD TURKIC LETTER YENISEI EZ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C16,
        name: "OLD TURKIC LETTER ORKHON AY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C17,
        name: "OLD TURKIC LETTER YENISEI AY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C18,
        name: "OLD TURKIC LETTER ORKHON AEY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C19,
        name: "OLD TURKIC LETTER YENISEI AEY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C1A,
        name: "OLD TURKIC LETTER ORKHON AEK",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C1B,
        name: "OLD TURKIC LETTER YENISEI AEK",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C1C,
        name: "OLD TURKIC LETTER ORKHON OEK",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C1D,
        name: "OLD TURKIC LETTER YENISEI OEK",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C1E,
        name: "OLD TURKIC LETTER ORKHON AL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C1F,
        name: "OLD TURKIC LETTER YENISEI AL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C20,
        name: "OLD TURKIC LETTER ORKHON AEL",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C21,
        name: "OLD TURKIC LETTER ORKHON ELT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C22,
        name: "OLD TURKIC LETTER ORKHON EM",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C23,
        name: "OLD TURKIC LETTER ORKHON AN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C24,
        name: "OLD TURKIC LETTER ORKHON AEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C25,
        name: "OLD TURKIC LETTER YENISEI AEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C26,
        name: "OLD TURKIC LETTER ORKHON ENT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C27,
        name: "OLD TURKIC LETTER YENISEI ENT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C28,
        name: "OLD TURKIC LETTER ORKHON ENC",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C29,
        name: "OLD TURKIC LETTER YENISEI ENC",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C2A,
        name: "OLD TURKIC LETTER ORKHON ENY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C2B,
        name: "OLD TURKIC LETTER YENISEI ENY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C2C,
        name: "OLD TURKIC LETTER YENISEI ANG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C2D,
        name: "OLD TURKIC LETTER ORKHON ENG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C2E,
        name: "OLD TURKIC LETTER YENISEI AENG",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C2F,
        name: "OLD TURKIC LETTER ORKHON EP",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C30,
        name: "OLD TURKIC LETTER ORKHON OP",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C31,
        name: "OLD TURKIC LETTER ORKHON IC",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C32,
        name: "OLD TURKIC LETTER ORKHON EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C33,
        name: "OLD TURKIC LETTER YENISEI EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C34,
        name: "OLD TURKIC LETTER ORKHON AQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C35,
        name: "OLD TURKIC LETTER YENISEI AQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C36,
        name: "OLD TURKIC LETTER ORKHON IQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C37,
        name: "OLD TURKIC LETTER YENISEI IQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C38,
        name: "OLD TURKIC LETTER ORKHON OQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C39,
        name: "OLD TURKIC LETTER YENISEI OQ",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C3A,
        name: "OLD TURKIC LETTER ORKHON AR",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C3B,
        name: "OLD TURKIC LETTER YENISEI AR",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C3C,
        name: "OLD TURKIC LETTER ORKHON AER",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C3D,
        name: "OLD TURKIC LETTER ORKHON AS",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C3E,
        name: "OLD TURKIC LETTER ORKHON AES",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C3F,
        name: "OLD TURKIC LETTER ORKHON ASH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C40,
        name: "OLD TURKIC LETTER YENISEI ASH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C41,
        name: "OLD TURKIC LETTER ORKHON ESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C42,
        name: "OLD TURKIC LETTER YENISEI ESH",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C43,
        name: "OLD TURKIC LETTER ORKHON AT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C44,
        name: "OLD TURKIC LETTER YENISEI AT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C45,
        name: "OLD TURKIC LETTER ORKHON AET",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C46,
        name: "OLD TURKIC LETTER YENISEI AET",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C47,
        name: "OLD TURKIC LETTER ORKHON OT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10C48,
        name: "OLD TURKIC LETTER ORKHON BASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C80,
        name: "OLD HUNGARIAN CAPITAL LETTER A",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C81,
        name: "OLD HUNGARIAN CAPITAL LETTER AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C82,
        name: "OLD HUNGARIAN CAPITAL LETTER EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C83,
        name: "OLD HUNGARIAN CAPITAL LETTER AMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C84,
        name: "OLD HUNGARIAN CAPITAL LETTER EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C85,
        name: "OLD HUNGARIAN CAPITAL LETTER ENC",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C86,
        name: "OLD HUNGARIAN CAPITAL LETTER ECS",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C87,
        name: "OLD HUNGARIAN CAPITAL LETTER ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C88,
        name: "OLD HUNGARIAN CAPITAL LETTER AND",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C89,
        name: "OLD HUNGARIAN CAPITAL LETTER E",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C8A,
        name: "OLD HUNGARIAN CAPITAL LETTER CLOSE E",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C8B,
        name: "OLD HUNGARIAN CAPITAL LETTER EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C8C,
        name: "OLD HUNGARIAN CAPITAL LETTER EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C8D,
        name: "OLD HUNGARIAN CAPITAL LETTER EG",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C8E,
        name: "OLD HUNGARIAN CAPITAL LETTER EGY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C8F,
        name: "OLD HUNGARIAN CAPITAL LETTER EH",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C90,
        name: "OLD HUNGARIAN CAPITAL LETTER I",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C91,
        name: "OLD HUNGARIAN CAPITAL LETTER II",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C92,
        name: "OLD HUNGARIAN CAPITAL LETTER EJ",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C93,
        name: "OLD HUNGARIAN CAPITAL LETTER EK",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C94,
        name: "OLD HUNGARIAN CAPITAL LETTER AK",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C95,
        name: "OLD HUNGARIAN CAPITAL LETTER UNK",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C96,
        name: "OLD HUNGARIAN CAPITAL LETTER EL",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C97,
        name: "OLD HUNGARIAN CAPITAL LETTER ELY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C98,
        name: "OLD HUNGARIAN CAPITAL LETTER EM",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C99,
        name: "OLD HUNGARIAN CAPITAL LETTER EN",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C9A,
        name: "OLD HUNGARIAN CAPITAL LETTER ENY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C9B,
        name: "OLD HUNGARIAN CAPITAL LETTER O",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C9C,
        name: "OLD HUNGARIAN CAPITAL LETTER OO",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C9D,
        name: "OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG OE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C9E,
        name: "OLD HUNGARIAN CAPITAL LETTER RUDIMENTA OE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10C9F,
        name: "OLD HUNGARIAN CAPITAL LETTER OEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA0,
        name: "OLD HUNGARIAN CAPITAL LETTER EP",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA1,
        name: "OLD HUNGARIAN CAPITAL LETTER EMP",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA2,
        name: "OLD HUNGARIAN CAPITAL LETTER ER",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA3,
        name: "OLD HUNGARIAN CAPITAL LETTER SHORT ER",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA4,
        name: "OLD HUNGARIAN CAPITAL LETTER ES",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA5,
        name: "OLD HUNGARIAN CAPITAL LETTER ESZ",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA6,
        name: "OLD HUNGARIAN CAPITAL LETTER ET",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA7,
        name: "OLD HUNGARIAN CAPITAL LETTER ENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA8,
        name: "OLD HUNGARIAN CAPITAL LETTER ETY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CA9,
        name: "OLD HUNGARIAN CAPITAL LETTER ECH",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CAA,
        name: "OLD HUNGARIAN CAPITAL LETTER U",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CAB,
        name: "OLD HUNGARIAN CAPITAL LETTER UU",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CAC,
        name: "OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG UE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CAD,
        name: "OLD HUNGARIAN CAPITAL LETTER RUDIMENTA UE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CAE,
        name: "OLD HUNGARIAN CAPITAL LETTER EV",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CAF,
        name: "OLD HUNGARIAN CAPITAL LETTER EZ",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CB0,
        name: "OLD HUNGARIAN CAPITAL LETTER EZS",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CB1,
        name: "OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CB2,
        name: "OLD HUNGARIAN CAPITAL LETTER US",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC0,
        name: "OLD HUNGARIAN SMALL LETTER A",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC1,
        name: "OLD HUNGARIAN SMALL LETTER AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC2,
        name: "OLD HUNGARIAN SMALL LETTER EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC3,
        name: "OLD HUNGARIAN SMALL LETTER AMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC4,
        name: "OLD HUNGARIAN SMALL LETTER EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC5,
        name: "OLD HUNGARIAN SMALL LETTER ENC",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC6,
        name: "OLD HUNGARIAN SMALL LETTER ECS",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC7,
        name: "OLD HUNGARIAN SMALL LETTER ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC8,
        name: "OLD HUNGARIAN SMALL LETTER AND",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CC9,
        name: "OLD HUNGARIAN SMALL LETTER E",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CCA,
        name: "OLD HUNGARIAN SMALL LETTER CLOSE E",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CCB,
        name: "OLD HUNGARIAN SMALL LETTER EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CCC,
        name: "OLD HUNGARIAN SMALL LETTER EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CCD,
        name: "OLD HUNGARIAN SMALL LETTER EG",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CCE,
        name: "OLD HUNGARIAN SMALL LETTER EGY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CCF,
        name: "OLD HUNGARIAN SMALL LETTER EH",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD0,
        name: "OLD HUNGARIAN SMALL LETTER I",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD1,
        name: "OLD HUNGARIAN SMALL LETTER II",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD2,
        name: "OLD HUNGARIAN SMALL LETTER EJ",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD3,
        name: "OLD HUNGARIAN SMALL LETTER EK",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD4,
        name: "OLD HUNGARIAN SMALL LETTER AK",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD5,
        name: "OLD HUNGARIAN SMALL LETTER UNK",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD6,
        name: "OLD HUNGARIAN SMALL LETTER EL",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD7,
        name: "OLD HUNGARIAN SMALL LETTER ELY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD8,
        name: "OLD HUNGARIAN SMALL LETTER EM",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CD9,
        name: "OLD HUNGARIAN SMALL LETTER EN",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CDA,
        name: "OLD HUNGARIAN SMALL LETTER ENY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CDB,
        name: "OLD HUNGARIAN SMALL LETTER O",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CDC,
        name: "OLD HUNGARIAN SMALL LETTER OO",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CDD,
        name: "OLD HUNGARIAN SMALL LETTER NIKOLSBURG OE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CDE,
        name: "OLD HUNGARIAN SMALL LETTER RUDIMENTA OE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CDF,
        name: "OLD HUNGARIAN SMALL LETTER OEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE0,
        name: "OLD HUNGARIAN SMALL LETTER EP",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE1,
        name: "OLD HUNGARIAN SMALL LETTER EMP",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE2,
        name: "OLD HUNGARIAN SMALL LETTER ER",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE3,
        name: "OLD HUNGARIAN SMALL LETTER SHORT ER",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE4,
        name: "OLD HUNGARIAN SMALL LETTER ES",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE5,
        name: "OLD HUNGARIAN SMALL LETTER ESZ",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE6,
        name: "OLD HUNGARIAN SMALL LETTER ET",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE7,
        name: "OLD HUNGARIAN SMALL LETTER ENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE8,
        name: "OLD HUNGARIAN SMALL LETTER ETY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CE9,
        name: "OLD HUNGARIAN SMALL LETTER ECH",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CEA,
        name: "OLD HUNGARIAN SMALL LETTER U",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CEB,
        name: "OLD HUNGARIAN SMALL LETTER UU",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CEC,
        name: "OLD HUNGARIAN SMALL LETTER NIKOLSBURG UE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CED,
        name: "OLD HUNGARIAN SMALL LETTER RUDIMENTA UE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CEE,
        name: "OLD HUNGARIAN SMALL LETTER EV",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CEF,
        name: "OLD HUNGARIAN SMALL LETTER EZ",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CF0,
        name: "OLD HUNGARIAN SMALL LETTER EZS",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CF1,
        name: "OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CF2,
        name: "OLD HUNGARIAN SMALL LETTER US",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CFA,
        name: "OLD HUNGARIAN NUMBER ONE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CFB,
        name: "OLD HUNGARIAN NUMBER FIVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CFC,
        name: "OLD HUNGARIAN NUMBER TEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CFD,
        name: "OLD HUNGARIAN NUMBER FIFTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CFE,
        name: "OLD HUNGARIAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "8.0",
        codepoint: 0x10CFF,
        name: "OLD HUNGARIAN NUMBER ONE THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D00,
        name: "HANIFI ROHINGYA LETTER A",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D01,
        name: "HANIFI ROHINGYA LETTER BA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D02,
        name: "HANIFI ROHINGYA LETTER PA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D03,
        name: "HANIFI ROHINGYA LETTER TA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D04,
        name: "HANIFI ROHINGYA LETTER TTA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D05,
        name: "HANIFI ROHINGYA LETTER JA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D06,
        name: "HANIFI ROHINGYA LETTER CA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D07,
        name: "HANIFI ROHINGYA LETTER HA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D08,
        name: "HANIFI ROHINGYA LETTER KHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D09,
        name: "HANIFI ROHINGYA LETTER FA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D0A,
        name: "HANIFI ROHINGYA LETTER DA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D0B,
        name: "HANIFI ROHINGYA LETTER DDA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D0C,
        name: "HANIFI ROHINGYA LETTER RA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D0D,
        name: "HANIFI ROHINGYA LETTER RRA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D0E,
        name: "HANIFI ROHINGYA LETTER ZA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D0F,
        name: "HANIFI ROHINGYA LETTER SA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D10,
        name: "HANIFI ROHINGYA LETTER SHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D11,
        name: "HANIFI ROHINGYA LETTER KA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D12,
        name: "HANIFI ROHINGYA LETTER GA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D13,
        name: "HANIFI ROHINGYA LETTER LA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D14,
        name: "HANIFI ROHINGYA LETTER MA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D15,
        name: "HANIFI ROHINGYA LETTER NA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D16,
        name: "HANIFI ROHINGYA LETTER WA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D17,
        name: "HANIFI ROHINGYA LETTER KINNA WA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D18,
        name: "HANIFI ROHINGYA LETTER YA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D19,
        name: "HANIFI ROHINGYA LETTER KINNA YA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D1A,
        name: "HANIFI ROHINGYA LETTER NGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D1B,
        name: "HANIFI ROHINGYA LETTER NYA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D1C,
        name: "HANIFI ROHINGYA LETTER VA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D1D,
        name: "HANIFI ROHINGYA VOWEL A",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D1E,
        name: "HANIFI ROHINGYA VOWEL I",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D1F,
        name: "HANIFI ROHINGYA VOWEL U",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D20,
        name: "HANIFI ROHINGYA VOWEL E",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D21,
        name: "HANIFI ROHINGYA VOWEL O",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D22,
        name: "HANIFI ROHINGYA MARK SAKIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D23,
        name: "HANIFI ROHINGYA MARK NA KHONNA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D24,
        name: "HANIFI ROHINGYA SIGN HARBAHAY",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D25,
        name: "HANIFI ROHINGYA SIGN TAHALA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D26,
        name: "HANIFI ROHINGYA SIGN TANA",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D27,
        name: "HANIFI ROHINGYA SIGN TASSI",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D30,
        name: "HANIFI ROHINGYA DIGIT ZERO",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D31,
        name: "HANIFI ROHINGYA DIGIT ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D32,
        name: "HANIFI ROHINGYA DIGIT TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D33,
        name: "HANIFI ROHINGYA DIGIT THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D34,
        name: "HANIFI ROHINGYA DIGIT FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D35,
        name: "HANIFI ROHINGYA DIGIT FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D36,
        name: "HANIFI ROHINGYA DIGIT SIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D37,
        name: "HANIFI ROHINGYA DIGIT SEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D38,
        name: "HANIFI ROHINGYA DIGIT EIGHT",
    },
    Character {
        age: "11.0",
        codepoint: 0x10D39,
        name: "HANIFI ROHINGYA DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E60,
        name: "RUMI DIGIT ONE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E61,
        name: "RUMI DIGIT TWO",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E62,
        name: "RUMI DIGIT THREE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E63,
        name: "RUMI DIGIT FOUR",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E64,
        name: "RUMI DIGIT FIVE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E65,
        name: "RUMI DIGIT SIX",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E66,
        name: "RUMI DIGIT SEVEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E67,
        name: "RUMI DIGIT EIGHT",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E68,
        name: "RUMI DIGIT NINE",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E69,
        name: "RUMI NUMBER TEN",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E6A,
        name: "RUMI NUMBER TWENTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E6B,
        name: "RUMI NUMBER THIRTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E6C,
        name: "RUMI NUMBER FORTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E6D,
        name: "RUMI NUMBER FIFTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E6E,
        name: "RUMI NUMBER SIXTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E6F,
        name: "RUMI NUMBER SEVENTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E70,
        name: "RUMI NUMBER EIGHTY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E71,
        name: "RUMI NUMBER NINETY",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E72,
        name: "RUMI NUMBER ONE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E73,
        name: "RUMI NUMBER TWO HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E74,
        name: "RUMI NUMBER THREE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E75,
        name: "RUMI NUMBER FOUR HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E76,
        name: "RUMI NUMBER FIVE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E77,
        name: "RUMI NUMBER SIX HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E78,
        name: "RUMI NUMBER SEVEN HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E79,
        name: "RUMI NUMBER EIGHT HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E7A,
        name: "RUMI NUMBER NINE HUNDRED",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E7B,
        name: "RUMI FRACTION ONE HALF",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E7C,
        name: "RUMI FRACTION ONE QUARTER",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E7D,
        name: "RUMI FRACTION ONE THIRD",
    },
    Character {
        age: "5.2",
        codepoint: 0x10E7E,
        name: "RUMI FRACTION TWO THIRDS",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F00,
        name: "OLD SOGDIAN LETTER ALEPH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F01,
        name: "OLD SOGDIAN LETTER FINAL ALEPH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F02,
        name: "OLD SOGDIAN LETTER BETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F03,
        name: "OLD SOGDIAN LETTER FINAL BETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F04,
        name: "OLD SOGDIAN LETTER GIMEL",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F05,
        name: "OLD SOGDIAN LETTER HE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F06,
        name: "OLD SOGDIAN LETTER FINAL HE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F07,
        name: "OLD SOGDIAN LETTER WAW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F08,
        name: "OLD SOGDIAN LETTER ZAYIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F09,
        name: "OLD SOGDIAN LETTER HETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F0A,
        name: "OLD SOGDIAN LETTER YODH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F0B,
        name: "OLD SOGDIAN LETTER KAPH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F0C,
        name: "OLD SOGDIAN LETTER LAMEDH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F0D,
        name: "OLD SOGDIAN LETTER MEM",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F0E,
        name: "OLD SOGDIAN LETTER NUN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F0F,
        name: "OLD SOGDIAN LETTER FINAL NUN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F10,
        name: "OLD SOGDIAN LETTER FINAL NUN WITH VERTICAL TAIL",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F11,
        name: "OLD SOGDIAN LETTER SAMEKH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F12,
        name: "OLD SOGDIAN LETTER AYIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F13,
        name: "OLD SOGDIAN LETTER ALTERNATE AYIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F14,
        name: "OLD SOGDIAN LETTER PE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F15,
        name: "OLD SOGDIAN LETTER SADHE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F16,
        name: "OLD SOGDIAN LETTER FINAL SADHE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F17,
        name: "OLD SOGDIAN LETTER FINAL SADHE WITH VERTICAL TAIL",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F18,
        name: "OLD SOGDIAN LETTER RESH-AYIN-DALETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F19,
        name: "OLD SOGDIAN LETTER SHIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F1A,
        name: "OLD SOGDIAN LETTER TAW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F1B,
        name: "OLD SOGDIAN LETTER FINAL TAW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F1C,
        name: "OLD SOGDIAN LETTER FINAL TAW WITH VERTICAL TAIL",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F1D,
        name: "OLD SOGDIAN NUMBER ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F1E,
        name: "OLD SOGDIAN NUMBER TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F1F,
        name: "OLD SOGDIAN NUMBER THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F20,
        name: "OLD SOGDIAN NUMBER FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F21,
        name: "OLD SOGDIAN NUMBER FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F22,
        name: "OLD SOGDIAN NUMBER TEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F23,
        name: "OLD SOGDIAN NUMBER TWENTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F24,
        name: "OLD SOGDIAN NUMBER THIRTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F25,
        name: "OLD SOGDIAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F26,
        name: "OLD SOGDIAN FRACTION ONE HALF",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F27,
        name: "OLD SOGDIAN LIGATURE AYIN-DALETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F30,
        name: "SOGDIAN LETTER ALEPH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F31,
        name: "SOGDIAN LETTER BETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F32,
        name: "SOGDIAN LETTER GIMEL",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F33,
        name: "SOGDIAN LETTER HE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F34,
        name: "SOGDIAN LETTER WAW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F35,
        name: "SOGDIAN LETTER ZAYIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F36,
        name: "SOGDIAN LETTER HETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F37,
        name: "SOGDIAN LETTER YODH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F38,
        name: "SOGDIAN LETTER KAPH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F39,
        name: "SOGDIAN LETTER LAMEDH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F3A,
        name: "SOGDIAN LETTER MEM",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F3B,
        name: "SOGDIAN LETTER NUN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F3C,
        name: "SOGDIAN LETTER SAMEKH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F3D,
        name: "SOGDIAN LETTER AYIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F3E,
        name: "SOGDIAN LETTER PE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F3F,
        name: "SOGDIAN LETTER SADHE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F40,
        name: "SOGDIAN LETTER RESH-AYIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F41,
        name: "SOGDIAN LETTER SHIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F42,
        name: "SOGDIAN LETTER TAW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F43,
        name: "SOGDIAN LETTER FETH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F44,
        name: "SOGDIAN LETTER LESH",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F45,
        name: "SOGDIAN INDEPENDENT SHIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F46,
        name: "SOGDIAN COMBINING DOT BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F47,
        name: "SOGDIAN COMBINING TWO DOTS BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F48,
        name: "SOGDIAN COMBINING DOT ABOVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F49,
        name: "SOGDIAN COMBINING TWO DOTS ABOVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F4A,
        name: "SOGDIAN COMBINING CURVE ABOVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F4B,
        name: "SOGDIAN COMBINING CURVE BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F4C,
        name: "SOGDIAN COMBINING HOOK ABOVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F4D,
        name: "SOGDIAN COMBINING HOOK BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F4E,
        name: "SOGDIAN COMBINING LONG HOOK BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F4F,
        name: "SOGDIAN COMBINING RESH BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F50,
        name: "SOGDIAN COMBINING STROKE BELOW",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F51,
        name: "SOGDIAN NUMBER ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F52,
        name: "SOGDIAN NUMBER TEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F53,
        name: "SOGDIAN NUMBER TWENTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F54,
        name: "SOGDIAN NUMBER ONE HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F55,
        name: "SOGDIAN PUNCTUATION TWO VERTICAL BARS",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F56,
        name: "SOGDIAN PUNCTUATION TWO VERTICAL BARS WITH DOTS",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F57,
        name: "SOGDIAN PUNCTUATION CIRCLE WITH DOT",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F58,
        name: "SOGDIAN PUNCTUATION TWO CIRCLES WITH DOTS",
    },
    Character {
        age: "11.0",
        codepoint: 0x10F59,
        name: "SOGDIAN PUNCTUATION HALF CIRCLE WITH DOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x11000,
        name: "BRAHMI SIGN CANDRABINDU",
    },
    Character {
        age: "6.0",
        codepoint: 0x11001,
        name: "BRAHMI SIGN ANUSVARA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11002,
        name: "BRAHMI SIGN VISARGA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11003,
        name: "BRAHMI SIGN JIHVAMULIYA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11004,
        name: "BRAHMI SIGN UPADHMANIYA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11005,
        name: "BRAHMI LETTER A",
    },
    Character {
        age: "6.0",
        codepoint: 0x11006,
        name: "BRAHMI LETTER AA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11007,
        name: "BRAHMI LETTER I",
    },
    Character {
        age: "6.0",
        codepoint: 0x11008,
        name: "BRAHMI LETTER II",
    },
    Character {
        age: "6.0",
        codepoint: 0x11009,
        name: "BRAHMI LETTER U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1100A,
        name: "BRAHMI LETTER UU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1100B,
        name: "BRAHMI LETTER VOCALIC R",
    },
    Character {
        age: "6.0",
        codepoint: 0x1100C,
        name: "BRAHMI LETTER VOCALIC RR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1100D,
        name: "BRAHMI LETTER VOCALIC L",
    },
    Character {
        age: "6.0",
        codepoint: 0x1100E,
        name: "BRAHMI LETTER VOCALIC LL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1100F,
        name: "BRAHMI LETTER E",
    },
    Character {
        age: "6.0",
        codepoint: 0x11010,
        name: "BRAHMI LETTER AI",
    },
    Character {
        age: "6.0",
        codepoint: 0x11011,
        name: "BRAHMI LETTER O",
    },
    Character {
        age: "6.0",
        codepoint: 0x11012,
        name: "BRAHMI LETTER AU",
    },
    Character {
        age: "6.0",
        codepoint: 0x11013,
        name: "BRAHMI LETTER KA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11014,
        name: "BRAHMI LETTER KHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11015,
        name: "BRAHMI LETTER GA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11016,
        name: "BRAHMI LETTER GHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11017,
        name: "BRAHMI LETTER NGA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11018,
        name: "BRAHMI LETTER CA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11019,
        name: "BRAHMI LETTER CHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1101A,
        name: "BRAHMI LETTER JA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1101B,
        name: "BRAHMI LETTER JHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1101C,
        name: "BRAHMI LETTER NYA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1101D,
        name: "BRAHMI LETTER TTA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1101E,
        name: "BRAHMI LETTER TTHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1101F,
        name: "BRAHMI LETTER DDA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11020,
        name: "BRAHMI LETTER DDHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11021,
        name: "BRAHMI LETTER NNA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11022,
        name: "BRAHMI LETTER TA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11023,
        name: "BRAHMI LETTER THA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11024,
        name: "BRAHMI LETTER DA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11025,
        name: "BRAHMI LETTER DHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11026,
        name: "BRAHMI LETTER NA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11027,
        name: "BRAHMI LETTER PA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11028,
        name: "BRAHMI LETTER PHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11029,
        name: "BRAHMI LETTER BA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1102A,
        name: "BRAHMI LETTER BHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1102B,
        name: "BRAHMI LETTER MA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1102C,
        name: "BRAHMI LETTER YA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1102D,
        name: "BRAHMI LETTER RA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1102E,
        name: "BRAHMI LETTER LA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1102F,
        name: "BRAHMI LETTER VA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11030,
        name: "BRAHMI LETTER SHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11031,
        name: "BRAHMI LETTER SSA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11032,
        name: "BRAHMI LETTER SA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11033,
        name: "BRAHMI LETTER HA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11034,
        name: "BRAHMI LETTER LLA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11035,
        name: "BRAHMI LETTER OLD TAMIL LLLA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11036,
        name: "BRAHMI LETTER OLD TAMIL RRA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11037,
        name: "BRAHMI LETTER OLD TAMIL NNNA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11038,
        name: "BRAHMI VOWEL SIGN AA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11039,
        name: "BRAHMI VOWEL SIGN BHATTIPROLU AA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1103A,
        name: "BRAHMI VOWEL SIGN I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1103B,
        name: "BRAHMI VOWEL SIGN II",
    },
    Character {
        age: "6.0",
        codepoint: 0x1103C,
        name: "BRAHMI VOWEL SIGN U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1103D,
        name: "BRAHMI VOWEL SIGN UU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1103E,
        name: "BRAHMI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "6.0",
        codepoint: 0x1103F,
        name: "BRAHMI VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "6.0",
        codepoint: 0x11040,
        name: "BRAHMI VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "6.0",
        codepoint: 0x11041,
        name: "BRAHMI VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "6.0",
        codepoint: 0x11042,
        name: "BRAHMI VOWEL SIGN E",
    },
    Character {
        age: "6.0",
        codepoint: 0x11043,
        name: "BRAHMI VOWEL SIGN AI",
    },
    Character {
        age: "6.0",
        codepoint: 0x11044,
        name: "BRAHMI VOWEL SIGN O",
    },
    Character {
        age: "6.0",
        codepoint: 0x11045,
        name: "BRAHMI VOWEL SIGN AU",
    },
    Character {
        age: "6.0",
        codepoint: 0x11046,
        name: "BRAHMI VIRAMA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11047,
        name: "BRAHMI DANDA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11048,
        name: "BRAHMI DOUBLE DANDA",
    },
    Character {
        age: "6.0",
        codepoint: 0x11049,
        name: "BRAHMI PUNCTUATION DOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1104A,
        name: "BRAHMI PUNCTUATION DOUBLE DOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1104B,
        name: "BRAHMI PUNCTUATION LINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1104C,
        name: "BRAHMI PUNCTUATION CRESCENT BAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1104D,
        name: "BRAHMI PUNCTUATION LOTUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x11052,
        name: "BRAHMI NUMBER ONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x11053,
        name: "BRAHMI NUMBER TWO",
    },
    Character {
        age: "6.0",
        codepoint: 0x11054,
        name: "BRAHMI NUMBER THREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x11055,
        name: "BRAHMI NUMBER FOUR",
    },
    Character {
        age: "6.0",
        codepoint: 0x11056,
        name: "BRAHMI NUMBER FIVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x11057,
        name: "BRAHMI NUMBER SIX",
    },
    Character {
        age: "6.0",
        codepoint: 0x11058,
        name: "BRAHMI NUMBER SEVEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x11059,
        name: "BRAHMI NUMBER EIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1105A,
        name: "BRAHMI NUMBER NINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1105B,
        name: "BRAHMI NUMBER TEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1105C,
        name: "BRAHMI NUMBER TWENTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1105D,
        name: "BRAHMI NUMBER THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1105E,
        name: "BRAHMI NUMBER FORTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1105F,
        name: "BRAHMI NUMBER FIFTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x11060,
        name: "BRAHMI NUMBER SIXTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x11061,
        name: "BRAHMI NUMBER SEVENTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x11062,
        name: "BRAHMI NUMBER EIGHTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x11063,
        name: "BRAHMI NUMBER NINETY",
    },
    Character {
        age: "6.0",
        codepoint: 0x11064,
        name: "BRAHMI NUMBER ONE HUNDRED",
    },
    Character {
        age: "6.0",
        codepoint: 0x11065,
        name: "BRAHMI NUMBER ONE THOUSAND",
    },
    Character {
        age: "6.0",
        codepoint: 0x11066,
        name: "BRAHMI DIGIT ZERO",
    },
    Character {
        age: "6.0",
        codepoint: 0x11067,
        name: "BRAHMI DIGIT ONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x11068,
        name: "BRAHMI DIGIT TWO",
    },
    Character {
        age: "6.0",
        codepoint: 0x11069,
        name: "BRAHMI DIGIT THREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1106A,
        name: "BRAHMI DIGIT FOUR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1106B,
        name: "BRAHMI DIGIT FIVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1106C,
        name: "BRAHMI DIGIT SIX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1106D,
        name: "BRAHMI DIGIT SEVEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1106E,
        name: "BRAHMI DIGIT EIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1106F,
        name: "BRAHMI DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1107F,
        name: "BRAHMI NUMBER JOINER",
    },
    Character {
        age: "5.2",
        codepoint: 0x11080,
        name: "KAITHI SIGN CANDRABINDU",
    },
    Character {
        age: "5.2",
        codepoint: 0x11081,
        name: "KAITHI SIGN ANUSVARA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11082,
        name: "KAITHI SIGN VISARGA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11083,
        name: "KAITHI LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0x11084,
        name: "KAITHI LETTER AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11085,
        name: "KAITHI LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0x11086,
        name: "KAITHI LETTER II",
    },
    Character {
        age: "5.2",
        codepoint: 0x11087,
        name: "KAITHI LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0x11088,
        name: "KAITHI LETTER UU",
    },
    Character {
        age: "5.2",
        codepoint: 0x11089,
        name: "KAITHI LETTER E",
    },
    Character {
        age: "5.2",
        codepoint: 0x1108A,
        name: "KAITHI LETTER AI",
    },
    Character {
        age: "5.2",
        codepoint: 0x1108B,
        name: "KAITHI LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0x1108C,
        name: "KAITHI LETTER AU",
    },
    Character {
        age: "5.2",
        codepoint: 0x1108D,
        name: "KAITHI LETTER KA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1108E,
        name: "KAITHI LETTER KHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1108F,
        name: "KAITHI LETTER GA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11090,
        name: "KAITHI LETTER GHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11091,
        name: "KAITHI LETTER NGA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11092,
        name: "KAITHI LETTER CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11093,
        name: "KAITHI LETTER CHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11094,
        name: "KAITHI LETTER JA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11095,
        name: "KAITHI LETTER JHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11096,
        name: "KAITHI LETTER NYA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11097,
        name: "KAITHI LETTER TTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11098,
        name: "KAITHI LETTER TTHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x11099,
        name: "KAITHI LETTER DDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1109A,
        name: "KAITHI LETTER DDDHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1109B,
        name: "KAITHI LETTER DDHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1109C,
        name: "KAITHI LETTER RHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1109D,
        name: "KAITHI LETTER NNA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1109E,
        name: "KAITHI LETTER TA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1109F,
        name: "KAITHI LETTER THA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A0,
        name: "KAITHI LETTER DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A1,
        name: "KAITHI LETTER DHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A2,
        name: "KAITHI LETTER NA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A3,
        name: "KAITHI LETTER PA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A4,
        name: "KAITHI LETTER PHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A5,
        name: "KAITHI LETTER BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A6,
        name: "KAITHI LETTER BHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A7,
        name: "KAITHI LETTER MA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A8,
        name: "KAITHI LETTER YA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110A9,
        name: "KAITHI LETTER RA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110AA,
        name: "KAITHI LETTER LA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110AB,
        name: "KAITHI LETTER VA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110AC,
        name: "KAITHI LETTER SHA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110AD,
        name: "KAITHI LETTER SSA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110AE,
        name: "KAITHI LETTER SA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110AF,
        name: "KAITHI LETTER HA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B0,
        name: "KAITHI VOWEL SIGN AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B1,
        name: "KAITHI VOWEL SIGN I",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B2,
        name: "KAITHI VOWEL SIGN II",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B3,
        name: "KAITHI VOWEL SIGN U",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B4,
        name: "KAITHI VOWEL SIGN UU",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B5,
        name: "KAITHI VOWEL SIGN E",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B6,
        name: "KAITHI VOWEL SIGN AI",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B7,
        name: "KAITHI VOWEL SIGN O",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B8,
        name: "KAITHI VOWEL SIGN AU",
    },
    Character {
        age: "5.2",
        codepoint: 0x110B9,
        name: "KAITHI SIGN VIRAMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110BA,
        name: "KAITHI SIGN NUKTA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110BB,
        name: "KAITHI ABBREVIATION SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x110BC,
        name: "KAITHI ENUMERATION SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x110BD,
        name: "KAITHI NUMBER SIGN",
    },
    Character {
        age: "5.2",
        codepoint: 0x110BE,
        name: "KAITHI SECTION MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0x110BF,
        name: "KAITHI DOUBLE SECTION MARK",
    },
    Character {
        age: "5.2",
        codepoint: 0x110C0,
        name: "KAITHI DANDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x110C1,
        name: "KAITHI DOUBLE DANDA",
    },
    Character {
        age: "11.0",
        codepoint: 0x110CD,
        name: "KAITHI NUMBER SIGN ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D0,
        name: "SORA SOMPENG LETTER SAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D1,
        name: "SORA SOMPENG LETTER TAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D2,
        name: "SORA SOMPENG LETTER BAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D3,
        name: "SORA SOMPENG LETTER CAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D4,
        name: "SORA SOMPENG LETTER DAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D5,
        name: "SORA SOMPENG LETTER GAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D6,
        name: "SORA SOMPENG LETTER MAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D7,
        name: "SORA SOMPENG LETTER NGAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D8,
        name: "SORA SOMPENG LETTER LAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110D9,
        name: "SORA SOMPENG LETTER NAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110DA,
        name: "SORA SOMPENG LETTER VAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110DB,
        name: "SORA SOMPENG LETTER PAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110DC,
        name: "SORA SOMPENG LETTER YAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110DD,
        name: "SORA SOMPENG LETTER RAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110DE,
        name: "SORA SOMPENG LETTER HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110DF,
        name: "SORA SOMPENG LETTER KAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E0,
        name: "SORA SOMPENG LETTER JAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E1,
        name: "SORA SOMPENG LETTER NYAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E2,
        name: "SORA SOMPENG LETTER AH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E3,
        name: "SORA SOMPENG LETTER EEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E4,
        name: "SORA SOMPENG LETTER IH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E5,
        name: "SORA SOMPENG LETTER UH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E6,
        name: "SORA SOMPENG LETTER OH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E7,
        name: "SORA SOMPENG LETTER EH",
    },
    Character {
        age: "6.1",
        codepoint: 0x110E8,
        name: "SORA SOMPENG LETTER MAE",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F0,
        name: "SORA SOMPENG DIGIT ZERO",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F1,
        name: "SORA SOMPENG DIGIT ONE",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F2,
        name: "SORA SOMPENG DIGIT TWO",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F3,
        name: "SORA SOMPENG DIGIT THREE",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F4,
        name: "SORA SOMPENG DIGIT FOUR",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F5,
        name: "SORA SOMPENG DIGIT FIVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F6,
        name: "SORA SOMPENG DIGIT SIX",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F7,
        name: "SORA SOMPENG DIGIT SEVEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F8,
        name: "SORA SOMPENG DIGIT EIGHT",
    },
    Character {
        age: "6.1",
        codepoint: 0x110F9,
        name: "SORA SOMPENG DIGIT NINE",
    },
    Character {
        age: "6.1",
        codepoint: 0x11100,
        name: "CHAKMA SIGN CANDRABINDU",
    },
    Character {
        age: "6.1",
        codepoint: 0x11101,
        name: "CHAKMA SIGN ANUSVARA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11102,
        name: "CHAKMA SIGN VISARGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11103,
        name: "CHAKMA LETTER AA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11104,
        name: "CHAKMA LETTER I",
    },
    Character {
        age: "6.1",
        codepoint: 0x11105,
        name: "CHAKMA LETTER U",
    },
    Character {
        age: "6.1",
        codepoint: 0x11106,
        name: "CHAKMA LETTER E",
    },
    Character {
        age: "6.1",
        codepoint: 0x11107,
        name: "CHAKMA LETTER KAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11108,
        name: "CHAKMA LETTER KHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11109,
        name: "CHAKMA LETTER GAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1110A,
        name: "CHAKMA LETTER GHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1110B,
        name: "CHAKMA LETTER NGAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1110C,
        name: "CHAKMA LETTER CAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1110D,
        name: "CHAKMA LETTER CHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1110E,
        name: "CHAKMA LETTER JAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1110F,
        name: "CHAKMA LETTER JHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11110,
        name: "CHAKMA LETTER NYAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11111,
        name: "CHAKMA LETTER TTAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11112,
        name: "CHAKMA LETTER TTHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11113,
        name: "CHAKMA LETTER DDAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11114,
        name: "CHAKMA LETTER DDHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11115,
        name: "CHAKMA LETTER NNAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11116,
        name: "CHAKMA LETTER TAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11117,
        name: "CHAKMA LETTER THAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11118,
        name: "CHAKMA LETTER DAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11119,
        name: "CHAKMA LETTER DHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1111A,
        name: "CHAKMA LETTER NAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1111B,
        name: "CHAKMA LETTER PAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1111C,
        name: "CHAKMA LETTER PHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1111D,
        name: "CHAKMA LETTER BAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1111E,
        name: "CHAKMA LETTER BHAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1111F,
        name: "CHAKMA LETTER MAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11120,
        name: "CHAKMA LETTER YYAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11121,
        name: "CHAKMA LETTER YAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11122,
        name: "CHAKMA LETTER RAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11123,
        name: "CHAKMA LETTER LAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11124,
        name: "CHAKMA LETTER WAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11125,
        name: "CHAKMA LETTER SAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11126,
        name: "CHAKMA LETTER HAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11127,
        name: "CHAKMA VOWEL SIGN A",
    },
    Character {
        age: "6.1",
        codepoint: 0x11128,
        name: "CHAKMA VOWEL SIGN I",
    },
    Character {
        age: "6.1",
        codepoint: 0x11129,
        name: "CHAKMA VOWEL SIGN II",
    },
    Character {
        age: "6.1",
        codepoint: 0x1112A,
        name: "CHAKMA VOWEL SIGN U",
    },
    Character {
        age: "6.1",
        codepoint: 0x1112B,
        name: "CHAKMA VOWEL SIGN UU",
    },
    Character {
        age: "6.1",
        codepoint: 0x1112C,
        name: "CHAKMA VOWEL SIGN E",
    },
    Character {
        age: "6.1",
        codepoint: 0x1112D,
        name: "CHAKMA VOWEL SIGN AI",
    },
    Character {
        age: "6.1",
        codepoint: 0x1112E,
        name: "CHAKMA VOWEL SIGN O",
    },
    Character {
        age: "6.1",
        codepoint: 0x1112F,
        name: "CHAKMA VOWEL SIGN AU",
    },
    Character {
        age: "6.1",
        codepoint: 0x11130,
        name: "CHAKMA VOWEL SIGN OI",
    },
    Character {
        age: "6.1",
        codepoint: 0x11131,
        name: "CHAKMA O MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0x11132,
        name: "CHAKMA AU MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0x11133,
        name: "CHAKMA VIRAMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11134,
        name: "CHAKMA MAAYYAA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11136,
        name: "CHAKMA DIGIT ZERO",
    },
    Character {
        age: "6.1",
        codepoint: 0x11137,
        name: "CHAKMA DIGIT ONE",
    },
    Character {
        age: "6.1",
        codepoint: 0x11138,
        name: "CHAKMA DIGIT TWO",
    },
    Character {
        age: "6.1",
        codepoint: 0x11139,
        name: "CHAKMA DIGIT THREE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1113A,
        name: "CHAKMA DIGIT FOUR",
    },
    Character {
        age: "6.1",
        codepoint: 0x1113B,
        name: "CHAKMA DIGIT FIVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1113C,
        name: "CHAKMA DIGIT SIX",
    },
    Character {
        age: "6.1",
        codepoint: 0x1113D,
        name: "CHAKMA DIGIT SEVEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1113E,
        name: "CHAKMA DIGIT EIGHT",
    },
    Character {
        age: "6.1",
        codepoint: 0x1113F,
        name: "CHAKMA DIGIT NINE",
    },
    Character {
        age: "6.1",
        codepoint: 0x11140,
        name: "CHAKMA SECTION MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0x11141,
        name: "CHAKMA DANDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11142,
        name: "CHAKMA DOUBLE DANDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11143,
        name: "CHAKMA QUESTION MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x11144,
        name: "CHAKMA LETTER LHAA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11145,
        name: "CHAKMA VOWEL SIGN AA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11146,
        name: "CHAKMA VOWEL SIGN EI",
    },
    Character {
        age: "7.0",
        codepoint: 0x11150,
        name: "MAHAJANI LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11151,
        name: "MAHAJANI LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11152,
        name: "MAHAJANI LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11153,
        name: "MAHAJANI LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x11154,
        name: "MAHAJANI LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x11155,
        name: "MAHAJANI LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11156,
        name: "MAHAJANI LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11157,
        name: "MAHAJANI LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11158,
        name: "MAHAJANI LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11159,
        name: "MAHAJANI LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1115A,
        name: "MAHAJANI LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1115B,
        name: "MAHAJANI LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1115C,
        name: "MAHAJANI LETTER JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1115D,
        name: "MAHAJANI LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1115E,
        name: "MAHAJANI LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1115F,
        name: "MAHAJANI LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11160,
        name: "MAHAJANI LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11161,
        name: "MAHAJANI LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11162,
        name: "MAHAJANI LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11163,
        name: "MAHAJANI LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11164,
        name: "MAHAJANI LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11165,
        name: "MAHAJANI LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11166,
        name: "MAHAJANI LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11167,
        name: "MAHAJANI LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11168,
        name: "MAHAJANI LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11169,
        name: "MAHAJANI LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1116A,
        name: "MAHAJANI LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1116B,
        name: "MAHAJANI LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1116C,
        name: "MAHAJANI LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1116D,
        name: "MAHAJANI LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1116E,
        name: "MAHAJANI LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1116F,
        name: "MAHAJANI LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11170,
        name: "MAHAJANI LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11171,
        name: "MAHAJANI LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11172,
        name: "MAHAJANI LETTER RRA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11173,
        name: "MAHAJANI SIGN NUKTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11174,
        name: "MAHAJANI ABBREVIATION SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x11175,
        name: "MAHAJANI SECTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x11176,
        name: "MAHAJANI LIGATURE SHRI",
    },
    Character {
        age: "6.1",
        codepoint: 0x11180,
        name: "SHARADA SIGN CANDRABINDU",
    },
    Character {
        age: "6.1",
        codepoint: 0x11181,
        name: "SHARADA SIGN ANUSVARA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11182,
        name: "SHARADA SIGN VISARGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11183,
        name: "SHARADA LETTER A",
    },
    Character {
        age: "6.1",
        codepoint: 0x11184,
        name: "SHARADA LETTER AA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11185,
        name: "SHARADA LETTER I",
    },
    Character {
        age: "6.1",
        codepoint: 0x11186,
        name: "SHARADA LETTER II",
    },
    Character {
        age: "6.1",
        codepoint: 0x11187,
        name: "SHARADA LETTER U",
    },
    Character {
        age: "6.1",
        codepoint: 0x11188,
        name: "SHARADA LETTER UU",
    },
    Character {
        age: "6.1",
        codepoint: 0x11189,
        name: "SHARADA LETTER VOCALIC R",
    },
    Character {
        age: "6.1",
        codepoint: 0x1118A,
        name: "SHARADA LETTER VOCALIC RR",
    },
    Character {
        age: "6.1",
        codepoint: 0x1118B,
        name: "SHARADA LETTER VOCALIC L",
    },
    Character {
        age: "6.1",
        codepoint: 0x1118C,
        name: "SHARADA LETTER VOCALIC LL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1118D,
        name: "SHARADA LETTER E",
    },
    Character {
        age: "6.1",
        codepoint: 0x1118E,
        name: "SHARADA LETTER AI",
    },
    Character {
        age: "6.1",
        codepoint: 0x1118F,
        name: "SHARADA LETTER O",
    },
    Character {
        age: "6.1",
        codepoint: 0x11190,
        name: "SHARADA LETTER AU",
    },
    Character {
        age: "6.1",
        codepoint: 0x11191,
        name: "SHARADA LETTER KA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11192,
        name: "SHARADA LETTER KHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11193,
        name: "SHARADA LETTER GA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11194,
        name: "SHARADA LETTER GHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11195,
        name: "SHARADA LETTER NGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11196,
        name: "SHARADA LETTER CA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11197,
        name: "SHARADA LETTER CHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11198,
        name: "SHARADA LETTER JA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11199,
        name: "SHARADA LETTER JHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1119A,
        name: "SHARADA LETTER NYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1119B,
        name: "SHARADA LETTER TTA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1119C,
        name: "SHARADA LETTER TTHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1119D,
        name: "SHARADA LETTER DDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1119E,
        name: "SHARADA LETTER DDHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1119F,
        name: "SHARADA LETTER NNA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A0,
        name: "SHARADA LETTER TA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A1,
        name: "SHARADA LETTER THA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A2,
        name: "SHARADA LETTER DA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A3,
        name: "SHARADA LETTER DHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A4,
        name: "SHARADA LETTER NA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A5,
        name: "SHARADA LETTER PA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A6,
        name: "SHARADA LETTER PHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A7,
        name: "SHARADA LETTER BA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A8,
        name: "SHARADA LETTER BHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111A9,
        name: "SHARADA LETTER MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111AA,
        name: "SHARADA LETTER YA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111AB,
        name: "SHARADA LETTER RA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111AC,
        name: "SHARADA LETTER LA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111AD,
        name: "SHARADA LETTER LLA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111AE,
        name: "SHARADA LETTER VA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111AF,
        name: "SHARADA LETTER SHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B0,
        name: "SHARADA LETTER SSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B1,
        name: "SHARADA LETTER SA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B2,
        name: "SHARADA LETTER HA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B3,
        name: "SHARADA VOWEL SIGN AA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B4,
        name: "SHARADA VOWEL SIGN I",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B5,
        name: "SHARADA VOWEL SIGN II",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B6,
        name: "SHARADA VOWEL SIGN U",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B7,
        name: "SHARADA VOWEL SIGN UU",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B8,
        name: "SHARADA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "6.1",
        codepoint: 0x111B9,
        name: "SHARADA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "6.1",
        codepoint: 0x111BA,
        name: "SHARADA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "6.1",
        codepoint: 0x111BB,
        name: "SHARADA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "6.1",
        codepoint: 0x111BC,
        name: "SHARADA VOWEL SIGN E",
    },
    Character {
        age: "6.1",
        codepoint: 0x111BD,
        name: "SHARADA VOWEL SIGN AI",
    },
    Character {
        age: "6.1",
        codepoint: 0x111BE,
        name: "SHARADA VOWEL SIGN O",
    },
    Character {
        age: "6.1",
        codepoint: 0x111BF,
        name: "SHARADA VOWEL SIGN AU",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C0,
        name: "SHARADA SIGN VIRAMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C1,
        name: "SHARADA SIGN AVAGRAHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C2,
        name: "SHARADA SIGN JIHVAMULIYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C3,
        name: "SHARADA SIGN UPADHMANIYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C4,
        name: "SHARADA OM",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C5,
        name: "SHARADA DANDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C6,
        name: "SHARADA DOUBLE DANDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C7,
        name: "SHARADA ABBREVIATION SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0x111C8,
        name: "SHARADA SEPARATOR",
    },
    Character {
        age: "8.0",
        codepoint: 0x111C9,
        name: "SHARADA SANDHI MARK",
    },
    Character {
        age: "8.0",
        codepoint: 0x111CA,
        name: "SHARADA SIGN NUKTA",
    },
    Character {
        age: "8.0",
        codepoint: 0x111CB,
        name: "SHARADA VOWEL MODIFIER MARK",
    },
    Character {
        age: "8.0",
        codepoint: 0x111CC,
        name: "SHARADA EXTRA SHORT VOWEL MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x111CD,
        name: "SHARADA SUTRA MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D0,
        name: "SHARADA DIGIT ZERO",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D1,
        name: "SHARADA DIGIT ONE",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D2,
        name: "SHARADA DIGIT TWO",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D3,
        name: "SHARADA DIGIT THREE",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D4,
        name: "SHARADA DIGIT FOUR",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D5,
        name: "SHARADA DIGIT FIVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D6,
        name: "SHARADA DIGIT SIX",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D7,
        name: "SHARADA DIGIT SEVEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D8,
        name: "SHARADA DIGIT EIGHT",
    },
    Character {
        age: "6.1",
        codepoint: 0x111D9,
        name: "SHARADA DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x111DA,
        name: "SHARADA EKAM",
    },
    Character {
        age: "8.0",
        codepoint: 0x111DB,
        name: "SHARADA SIGN SIDDHAM",
    },
    Character {
        age: "8.0",
        codepoint: 0x111DC,
        name: "SHARADA HEADSTROKE",
    },
    Character {
        age: "8.0",
        codepoint: 0x111DD,
        name: "SHARADA CONTINUATION SIGN",
    },
    Character {
        age: "8.0",
        codepoint: 0x111DE,
        name: "SHARADA SECTION MARK-1",
    },
    Character {
        age: "8.0",
        codepoint: 0x111DF,
        name: "SHARADA SECTION MARK-2",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E1,
        name: "SINHALA ARCHAIC DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E2,
        name: "SINHALA ARCHAIC DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E3,
        name: "SINHALA ARCHAIC DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E4,
        name: "SINHALA ARCHAIC DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E5,
        name: "SINHALA ARCHAIC DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E6,
        name: "SINHALA ARCHAIC DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E7,
        name: "SINHALA ARCHAIC DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E8,
        name: "SINHALA ARCHAIC DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x111E9,
        name: "SINHALA ARCHAIC DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x111EA,
        name: "SINHALA ARCHAIC NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x111EB,
        name: "SINHALA ARCHAIC NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111EC,
        name: "SINHALA ARCHAIC NUMBER THIRTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111ED,
        name: "SINHALA ARCHAIC NUMBER FORTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111EE,
        name: "SINHALA ARCHAIC NUMBER FIFTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111EF,
        name: "SINHALA ARCHAIC NUMBER SIXTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111F0,
        name: "SINHALA ARCHAIC NUMBER SEVENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111F1,
        name: "SINHALA ARCHAIC NUMBER EIGHTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111F2,
        name: "SINHALA ARCHAIC NUMBER NINETY",
    },
    Character {
        age: "7.0",
        codepoint: 0x111F3,
        name: "SINHALA ARCHAIC NUMBER ONE HUNDRED",
    },
    Character {
        age: "7.0",
        codepoint: 0x111F4,
        name: "SINHALA ARCHAIC NUMBER ONE THOUSAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x11200,
        name: "KHOJKI LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11201,
        name: "KHOJKI LETTER AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11202,
        name: "KHOJKI LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11203,
        name: "KHOJKI LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11204,
        name: "KHOJKI LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x11205,
        name: "KHOJKI LETTER AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x11206,
        name: "KHOJKI LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x11207,
        name: "KHOJKI LETTER AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11208,
        name: "KHOJKI LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11209,
        name: "KHOJKI LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1120A,
        name: "KHOJKI LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1120B,
        name: "KHOJKI LETTER GGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1120C,
        name: "KHOJKI LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1120D,
        name: "KHOJKI LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1120E,
        name: "KHOJKI LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1120F,
        name: "KHOJKI LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11210,
        name: "KHOJKI LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11211,
        name: "KHOJKI LETTER JJA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11213,
        name: "KHOJKI LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11214,
        name: "KHOJKI LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11215,
        name: "KHOJKI LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11216,
        name: "KHOJKI LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11217,
        name: "KHOJKI LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11218,
        name: "KHOJKI LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11219,
        name: "KHOJKI LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1121A,
        name: "KHOJKI LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1121B,
        name: "KHOJKI LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1121C,
        name: "KHOJKI LETTER DDDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1121D,
        name: "KHOJKI LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1121E,
        name: "KHOJKI LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1121F,
        name: "KHOJKI LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11220,
        name: "KHOJKI LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11221,
        name: "KHOJKI LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11222,
        name: "KHOJKI LETTER BBA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11223,
        name: "KHOJKI LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11224,
        name: "KHOJKI LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11225,
        name: "KHOJKI LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11226,
        name: "KHOJKI LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11227,
        name: "KHOJKI LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11228,
        name: "KHOJKI LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11229,
        name: "KHOJKI LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1122A,
        name: "KHOJKI LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1122B,
        name: "KHOJKI LETTER LLA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1122C,
        name: "KHOJKI VOWEL SIGN AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1122D,
        name: "KHOJKI VOWEL SIGN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1122E,
        name: "KHOJKI VOWEL SIGN II",
    },
    Character {
        age: "7.0",
        codepoint: 0x1122F,
        name: "KHOJKI VOWEL SIGN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11230,
        name: "KHOJKI VOWEL SIGN E",
    },
    Character {
        age: "7.0",
        codepoint: 0x11231,
        name: "KHOJKI VOWEL SIGN AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x11232,
        name: "KHOJKI VOWEL SIGN O",
    },
    Character {
        age: "7.0",
        codepoint: 0x11233,
        name: "KHOJKI VOWEL SIGN AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11234,
        name: "KHOJKI SIGN ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11235,
        name: "KHOJKI SIGN VIRAMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11236,
        name: "KHOJKI SIGN NUKTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11237,
        name: "KHOJKI SIGN SHADDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11238,
        name: "KHOJKI DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11239,
        name: "KHOJKI DOUBLE DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1123A,
        name: "KHOJKI WORD SEPARATOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1123B,
        name: "KHOJKI SECTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1123C,
        name: "KHOJKI DOUBLE SECTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1123D,
        name: "KHOJKI ABBREVIATION SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1123E,
        name: "KHOJKI SIGN SUKUN",
    },
    Character {
        age: "8.0",
        codepoint: 0x11280,
        name: "MULTANI LETTER A",
    },
    Character {
        age: "8.0",
        codepoint: 0x11281,
        name: "MULTANI LETTER I",
    },
    Character {
        age: "8.0",
        codepoint: 0x11282,
        name: "MULTANI LETTER U",
    },
    Character {
        age: "8.0",
        codepoint: 0x11283,
        name: "MULTANI LETTER E",
    },
    Character {
        age: "8.0",
        codepoint: 0x11284,
        name: "MULTANI LETTER KA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11285,
        name: "MULTANI LETTER KHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11286,
        name: "MULTANI LETTER GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11288,
        name: "MULTANI LETTER GHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1128A,
        name: "MULTANI LETTER CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1128B,
        name: "MULTANI LETTER CHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1128C,
        name: "MULTANI LETTER JA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1128D,
        name: "MULTANI LETTER JJA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1128F,
        name: "MULTANI LETTER NYA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11290,
        name: "MULTANI LETTER TTA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11291,
        name: "MULTANI LETTER TTHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11292,
        name: "MULTANI LETTER DDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11293,
        name: "MULTANI LETTER DDDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11294,
        name: "MULTANI LETTER DDHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11295,
        name: "MULTANI LETTER NNA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11296,
        name: "MULTANI LETTER TA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11297,
        name: "MULTANI LETTER THA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11298,
        name: "MULTANI LETTER DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11299,
        name: "MULTANI LETTER DHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1129A,
        name: "MULTANI LETTER NA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1129B,
        name: "MULTANI LETTER PA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1129C,
        name: "MULTANI LETTER PHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1129D,
        name: "MULTANI LETTER BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1129F,
        name: "MULTANI LETTER BHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A0,
        name: "MULTANI LETTER MA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A1,
        name: "MULTANI LETTER YA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A2,
        name: "MULTANI LETTER RA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A3,
        name: "MULTANI LETTER LA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A4,
        name: "MULTANI LETTER VA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A5,
        name: "MULTANI LETTER SA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A6,
        name: "MULTANI LETTER HA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A7,
        name: "MULTANI LETTER RRA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A8,
        name: "MULTANI LETTER RHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x112A9,
        name: "MULTANI SECTION MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B0,
        name: "KHUDAWADI LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B1,
        name: "KHUDAWADI LETTER AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B2,
        name: "KHUDAWADI LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B3,
        name: "KHUDAWADI LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B4,
        name: "KHUDAWADI LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B5,
        name: "KHUDAWADI LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B6,
        name: "KHUDAWADI LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B7,
        name: "KHUDAWADI LETTER AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B8,
        name: "KHUDAWADI LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x112B9,
        name: "KHUDAWADI LETTER AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x112BA,
        name: "KHUDAWADI LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112BB,
        name: "KHUDAWADI LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112BC,
        name: "KHUDAWADI LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112BD,
        name: "KHUDAWADI LETTER GGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112BE,
        name: "KHUDAWADI LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112BF,
        name: "KHUDAWADI LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C0,
        name: "KHUDAWADI LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C1,
        name: "KHUDAWADI LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C2,
        name: "KHUDAWADI LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C3,
        name: "KHUDAWADI LETTER JJA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C4,
        name: "KHUDAWADI LETTER JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C5,
        name: "KHUDAWADI LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C6,
        name: "KHUDAWADI LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C7,
        name: "KHUDAWADI LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C8,
        name: "KHUDAWADI LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112C9,
        name: "KHUDAWADI LETTER DDDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112CA,
        name: "KHUDAWADI LETTER RRA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112CB,
        name: "KHUDAWADI LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112CC,
        name: "KHUDAWADI LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112CD,
        name: "KHUDAWADI LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112CE,
        name: "KHUDAWADI LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112CF,
        name: "KHUDAWADI LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D0,
        name: "KHUDAWADI LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D1,
        name: "KHUDAWADI LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D2,
        name: "KHUDAWADI LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D3,
        name: "KHUDAWADI LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D4,
        name: "KHUDAWADI LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D5,
        name: "KHUDAWADI LETTER BBA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D6,
        name: "KHUDAWADI LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D7,
        name: "KHUDAWADI LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D8,
        name: "KHUDAWADI LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112D9,
        name: "KHUDAWADI LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112DA,
        name: "KHUDAWADI LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112DB,
        name: "KHUDAWADI LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112DC,
        name: "KHUDAWADI LETTER SHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112DD,
        name: "KHUDAWADI LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112DE,
        name: "KHUDAWADI LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112DF,
        name: "KHUDAWADI SIGN ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E0,
        name: "KHUDAWADI VOWEL SIGN AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E1,
        name: "KHUDAWADI VOWEL SIGN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E2,
        name: "KHUDAWADI VOWEL SIGN II",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E3,
        name: "KHUDAWADI VOWEL SIGN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E4,
        name: "KHUDAWADI VOWEL SIGN UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E5,
        name: "KHUDAWADI VOWEL SIGN E",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E6,
        name: "KHUDAWADI VOWEL SIGN AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E7,
        name: "KHUDAWADI VOWEL SIGN O",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E8,
        name: "KHUDAWADI VOWEL SIGN AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x112E9,
        name: "KHUDAWADI SIGN NUKTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112EA,
        name: "KHUDAWADI SIGN VIRAMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F0,
        name: "KHUDAWADI DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F1,
        name: "KHUDAWADI DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F2,
        name: "KHUDAWADI DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F3,
        name: "KHUDAWADI DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F4,
        name: "KHUDAWADI DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F5,
        name: "KHUDAWADI DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F6,
        name: "KHUDAWADI DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F7,
        name: "KHUDAWADI DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F8,
        name: "KHUDAWADI DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x112F9,
        name: "KHUDAWADI DIGIT NINE",
    },
    Character {
        age: "8.0",
        codepoint: 0x11300,
        name: "GRANTHA SIGN COMBINING ANUSVARA ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11301,
        name: "GRANTHA SIGN CANDRABINDU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11302,
        name: "GRANTHA SIGN ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11303,
        name: "GRANTHA SIGN VISARGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11305,
        name: "GRANTHA LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11306,
        name: "GRANTHA LETTER AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11307,
        name: "GRANTHA LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11308,
        name: "GRANTHA LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x11309,
        name: "GRANTHA LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1130A,
        name: "GRANTHA LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1130B,
        name: "GRANTHA LETTER VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x1130C,
        name: "GRANTHA LETTER VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x1130F,
        name: "GRANTHA LETTER EE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11310,
        name: "GRANTHA LETTER AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x11313,
        name: "GRANTHA LETTER OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x11314,
        name: "GRANTHA LETTER AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11315,
        name: "GRANTHA LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11316,
        name: "GRANTHA LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11317,
        name: "GRANTHA LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11318,
        name: "GRANTHA LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11319,
        name: "GRANTHA LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1131A,
        name: "GRANTHA LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1131B,
        name: "GRANTHA LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1131C,
        name: "GRANTHA LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1131D,
        name: "GRANTHA LETTER JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1131E,
        name: "GRANTHA LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1131F,
        name: "GRANTHA LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11320,
        name: "GRANTHA LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11321,
        name: "GRANTHA LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11322,
        name: "GRANTHA LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11323,
        name: "GRANTHA LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11324,
        name: "GRANTHA LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11325,
        name: "GRANTHA LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11326,
        name: "GRANTHA LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11327,
        name: "GRANTHA LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11328,
        name: "GRANTHA LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1132A,
        name: "GRANTHA LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1132B,
        name: "GRANTHA LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1132C,
        name: "GRANTHA LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1132D,
        name: "GRANTHA LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1132E,
        name: "GRANTHA LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1132F,
        name: "GRANTHA LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11330,
        name: "GRANTHA LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11332,
        name: "GRANTHA LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11333,
        name: "GRANTHA LETTER LLA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11335,
        name: "GRANTHA LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11336,
        name: "GRANTHA LETTER SHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11337,
        name: "GRANTHA LETTER SSA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11338,
        name: "GRANTHA LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11339,
        name: "GRANTHA LETTER HA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1133B,
        name: "COMBINING BINDU BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1133C,
        name: "GRANTHA SIGN NUKTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1133D,
        name: "GRANTHA SIGN AVAGRAHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1133E,
        name: "GRANTHA VOWEL SIGN AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1133F,
        name: "GRANTHA VOWEL SIGN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11340,
        name: "GRANTHA VOWEL SIGN II",
    },
    Character {
        age: "7.0",
        codepoint: 0x11341,
        name: "GRANTHA VOWEL SIGN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11342,
        name: "GRANTHA VOWEL SIGN UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11343,
        name: "GRANTHA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x11344,
        name: "GRANTHA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11347,
        name: "GRANTHA VOWEL SIGN EE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11348,
        name: "GRANTHA VOWEL SIGN AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1134B,
        name: "GRANTHA VOWEL SIGN OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1134C,
        name: "GRANTHA VOWEL SIGN AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1134D,
        name: "GRANTHA SIGN VIRAMA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11350,
        name: "GRANTHA OM",
    },
    Character {
        age: "7.0",
        codepoint: 0x11357,
        name: "GRANTHA AU LENGTH MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1135D,
        name: "GRANTHA SIGN PLUTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1135E,
        name: "GRANTHA LETTER VEDIC ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1135F,
        name: "GRANTHA LETTER VEDIC DOUBLE ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11360,
        name: "GRANTHA LETTER VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11361,
        name: "GRANTHA LETTER VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11362,
        name: "GRANTHA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x11363,
        name: "GRANTHA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11366,
        name: "COMBINING GRANTHA DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x11367,
        name: "COMBINING GRANTHA DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11368,
        name: "COMBINING GRANTHA DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x11369,
        name: "COMBINING GRANTHA DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1136A,
        name: "COMBINING GRANTHA DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1136B,
        name: "COMBINING GRANTHA DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1136C,
        name: "COMBINING GRANTHA DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x11370,
        name: "COMBINING GRANTHA LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11371,
        name: "COMBINING GRANTHA LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11372,
        name: "COMBINING GRANTHA LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11373,
        name: "COMBINING GRANTHA LETTER VI",
    },
    Character {
        age: "7.0",
        codepoint: 0x11374,
        name: "COMBINING GRANTHA LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11400,
        name: "NEWA LETTER A",
    },
    Character {
        age: "9.0",
        codepoint: 0x11401,
        name: "NEWA LETTER AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11402,
        name: "NEWA LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x11403,
        name: "NEWA LETTER II",
    },
    Character {
        age: "9.0",
        codepoint: 0x11404,
        name: "NEWA LETTER U",
    },
    Character {
        age: "9.0",
        codepoint: 0x11405,
        name: "NEWA LETTER UU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11406,
        name: "NEWA LETTER VOCALIC R",
    },
    Character {
        age: "9.0",
        codepoint: 0x11407,
        name: "NEWA LETTER VOCALIC RR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11408,
        name: "NEWA LETTER VOCALIC L",
    },
    Character {
        age: "9.0",
        codepoint: 0x11409,
        name: "NEWA LETTER VOCALIC LL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1140A,
        name: "NEWA LETTER E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1140B,
        name: "NEWA LETTER AI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1140C,
        name: "NEWA LETTER O",
    },
    Character {
        age: "9.0",
        codepoint: 0x1140D,
        name: "NEWA LETTER AU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1140E,
        name: "NEWA LETTER KA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1140F,
        name: "NEWA LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11410,
        name: "NEWA LETTER GA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11411,
        name: "NEWA LETTER GHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11412,
        name: "NEWA LETTER NGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11413,
        name: "NEWA LETTER NGHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11414,
        name: "NEWA LETTER CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11415,
        name: "NEWA LETTER CHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11416,
        name: "NEWA LETTER JA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11417,
        name: "NEWA LETTER JHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11418,
        name: "NEWA LETTER NYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11419,
        name: "NEWA LETTER NYHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1141A,
        name: "NEWA LETTER TTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1141B,
        name: "NEWA LETTER TTHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1141C,
        name: "NEWA LETTER DDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1141D,
        name: "NEWA LETTER DDHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1141E,
        name: "NEWA LETTER NNA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1141F,
        name: "NEWA LETTER TA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11420,
        name: "NEWA LETTER THA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11421,
        name: "NEWA LETTER DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11422,
        name: "NEWA LETTER DHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11423,
        name: "NEWA LETTER NA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11424,
        name: "NEWA LETTER NHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11425,
        name: "NEWA LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11426,
        name: "NEWA LETTER PHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11427,
        name: "NEWA LETTER BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11428,
        name: "NEWA LETTER BHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11429,
        name: "NEWA LETTER MA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1142A,
        name: "NEWA LETTER MHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1142B,
        name: "NEWA LETTER YA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1142C,
        name: "NEWA LETTER RA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1142D,
        name: "NEWA LETTER RHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1142E,
        name: "NEWA LETTER LA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1142F,
        name: "NEWA LETTER LHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11430,
        name: "NEWA LETTER WA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11431,
        name: "NEWA LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11432,
        name: "NEWA LETTER SSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11433,
        name: "NEWA LETTER SA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11434,
        name: "NEWA LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11435,
        name: "NEWA VOWEL SIGN AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11436,
        name: "NEWA VOWEL SIGN I",
    },
    Character {
        age: "9.0",
        codepoint: 0x11437,
        name: "NEWA VOWEL SIGN II",
    },
    Character {
        age: "9.0",
        codepoint: 0x11438,
        name: "NEWA VOWEL SIGN U",
    },
    Character {
        age: "9.0",
        codepoint: 0x11439,
        name: "NEWA VOWEL SIGN UU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1143A,
        name: "NEWA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "9.0",
        codepoint: 0x1143B,
        name: "NEWA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "9.0",
        codepoint: 0x1143C,
        name: "NEWA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "9.0",
        codepoint: 0x1143D,
        name: "NEWA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1143E,
        name: "NEWA VOWEL SIGN E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1143F,
        name: "NEWA VOWEL SIGN AI",
    },
    Character {
        age: "9.0",
        codepoint: 0x11440,
        name: "NEWA VOWEL SIGN O",
    },
    Character {
        age: "9.0",
        codepoint: 0x11441,
        name: "NEWA VOWEL SIGN AU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11442,
        name: "NEWA SIGN VIRAMA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11443,
        name: "NEWA SIGN CANDRABINDU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11444,
        name: "NEWA SIGN ANUSVARA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11445,
        name: "NEWA SIGN VISARGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11446,
        name: "NEWA SIGN NUKTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11447,
        name: "NEWA SIGN AVAGRAHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11448,
        name: "NEWA SIGN FINAL ANUSVARA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11449,
        name: "NEWA OM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1144A,
        name: "NEWA SIDDHI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1144B,
        name: "NEWA DANDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1144C,
        name: "NEWA DOUBLE DANDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1144D,
        name: "NEWA COMMA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1144E,
        name: "NEWA GAP FILLER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1144F,
        name: "NEWA ABBREVIATION SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x11450,
        name: "NEWA DIGIT ZERO",
    },
    Character {
        age: "9.0",
        codepoint: 0x11451,
        name: "NEWA DIGIT ONE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11452,
        name: "NEWA DIGIT TWO",
    },
    Character {
        age: "9.0",
        codepoint: 0x11453,
        name: "NEWA DIGIT THREE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11454,
        name: "NEWA DIGIT FOUR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11455,
        name: "NEWA DIGIT FIVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11456,
        name: "NEWA DIGIT SIX",
    },
    Character {
        age: "9.0",
        codepoint: 0x11457,
        name: "NEWA DIGIT SEVEN",
    },
    Character {
        age: "9.0",
        codepoint: 0x11458,
        name: "NEWA DIGIT EIGHT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11459,
        name: "NEWA DIGIT NINE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1145B,
        name: "NEWA PLACEHOLDER MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1145D,
        name: "NEWA INSERTION SIGN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1145E,
        name: "NEWA SANDHI MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x11480,
        name: "TIRHUTA ANJI",
    },
    Character {
        age: "7.0",
        codepoint: 0x11481,
        name: "TIRHUTA LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11482,
        name: "TIRHUTA LETTER AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11483,
        name: "TIRHUTA LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11484,
        name: "TIRHUTA LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x11485,
        name: "TIRHUTA LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11486,
        name: "TIRHUTA LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11487,
        name: "TIRHUTA LETTER VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x11488,
        name: "TIRHUTA LETTER VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11489,
        name: "TIRHUTA LETTER VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x1148A,
        name: "TIRHUTA LETTER VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1148B,
        name: "TIRHUTA LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x1148C,
        name: "TIRHUTA LETTER AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1148D,
        name: "TIRHUTA LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1148E,
        name: "TIRHUTA LETTER AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1148F,
        name: "TIRHUTA LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11490,
        name: "TIRHUTA LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11491,
        name: "TIRHUTA LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11492,
        name: "TIRHUTA LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11493,
        name: "TIRHUTA LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11494,
        name: "TIRHUTA LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11495,
        name: "TIRHUTA LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11496,
        name: "TIRHUTA LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11497,
        name: "TIRHUTA LETTER JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11498,
        name: "TIRHUTA LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11499,
        name: "TIRHUTA LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1149A,
        name: "TIRHUTA LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1149B,
        name: "TIRHUTA LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1149C,
        name: "TIRHUTA LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1149D,
        name: "TIRHUTA LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1149E,
        name: "TIRHUTA LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1149F,
        name: "TIRHUTA LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A0,
        name: "TIRHUTA LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A1,
        name: "TIRHUTA LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A2,
        name: "TIRHUTA LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A3,
        name: "TIRHUTA LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A4,
        name: "TIRHUTA LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A5,
        name: "TIRHUTA LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A6,
        name: "TIRHUTA LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A7,
        name: "TIRHUTA LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A8,
        name: "TIRHUTA LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114A9,
        name: "TIRHUTA LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114AA,
        name: "TIRHUTA LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114AB,
        name: "TIRHUTA LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114AC,
        name: "TIRHUTA LETTER SHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114AD,
        name: "TIRHUTA LETTER SSA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114AE,
        name: "TIRHUTA LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114AF,
        name: "TIRHUTA LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B0,
        name: "TIRHUTA VOWEL SIGN AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B1,
        name: "TIRHUTA VOWEL SIGN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B2,
        name: "TIRHUTA VOWEL SIGN II",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B3,
        name: "TIRHUTA VOWEL SIGN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B4,
        name: "TIRHUTA VOWEL SIGN UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B5,
        name: "TIRHUTA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B6,
        name: "TIRHUTA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B7,
        name: "TIRHUTA VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B8,
        name: "TIRHUTA VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x114B9,
        name: "TIRHUTA VOWEL SIGN E",
    },
    Character {
        age: "7.0",
        codepoint: 0x114BA,
        name: "TIRHUTA VOWEL SIGN SHORT E",
    },
    Character {
        age: "7.0",
        codepoint: 0x114BB,
        name: "TIRHUTA VOWEL SIGN AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x114BC,
        name: "TIRHUTA VOWEL SIGN O",
    },
    Character {
        age: "7.0",
        codepoint: 0x114BD,
        name: "TIRHUTA VOWEL SIGN SHORT O",
    },
    Character {
        age: "7.0",
        codepoint: 0x114BE,
        name: "TIRHUTA VOWEL SIGN AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x114BF,
        name: "TIRHUTA SIGN CANDRABINDU",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C0,
        name: "TIRHUTA SIGN ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C1,
        name: "TIRHUTA SIGN VISARGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C2,
        name: "TIRHUTA SIGN VIRAMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C3,
        name: "TIRHUTA SIGN NUKTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C4,
        name: "TIRHUTA SIGN AVAGRAHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C5,
        name: "TIRHUTA GVANG",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C6,
        name: "TIRHUTA ABBREVIATION SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x114C7,
        name: "TIRHUTA OM",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D0,
        name: "TIRHUTA DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D1,
        name: "TIRHUTA DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D2,
        name: "TIRHUTA DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D3,
        name: "TIRHUTA DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D4,
        name: "TIRHUTA DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D5,
        name: "TIRHUTA DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D6,
        name: "TIRHUTA DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D7,
        name: "TIRHUTA DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D8,
        name: "TIRHUTA DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x114D9,
        name: "TIRHUTA DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11580,
        name: "SIDDHAM LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11581,
        name: "SIDDHAM LETTER AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11582,
        name: "SIDDHAM LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11583,
        name: "SIDDHAM LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x11584,
        name: "SIDDHAM LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11585,
        name: "SIDDHAM LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11586,
        name: "SIDDHAM LETTER VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x11587,
        name: "SIDDHAM LETTER VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11588,
        name: "SIDDHAM LETTER VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x11589,
        name: "SIDDHAM LETTER VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1158A,
        name: "SIDDHAM LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x1158B,
        name: "SIDDHAM LETTER AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1158C,
        name: "SIDDHAM LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1158D,
        name: "SIDDHAM LETTER AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1158E,
        name: "SIDDHAM LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1158F,
        name: "SIDDHAM LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11590,
        name: "SIDDHAM LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11591,
        name: "SIDDHAM LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11592,
        name: "SIDDHAM LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11593,
        name: "SIDDHAM LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11594,
        name: "SIDDHAM LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11595,
        name: "SIDDHAM LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11596,
        name: "SIDDHAM LETTER JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11597,
        name: "SIDDHAM LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11598,
        name: "SIDDHAM LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11599,
        name: "SIDDHAM LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1159A,
        name: "SIDDHAM LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1159B,
        name: "SIDDHAM LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1159C,
        name: "SIDDHAM LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1159D,
        name: "SIDDHAM LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1159E,
        name: "SIDDHAM LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1159F,
        name: "SIDDHAM LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A0,
        name: "SIDDHAM LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A1,
        name: "SIDDHAM LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A2,
        name: "SIDDHAM LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A3,
        name: "SIDDHAM LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A4,
        name: "SIDDHAM LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A5,
        name: "SIDDHAM LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A6,
        name: "SIDDHAM LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A7,
        name: "SIDDHAM LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A8,
        name: "SIDDHAM LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115A9,
        name: "SIDDHAM LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115AA,
        name: "SIDDHAM LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115AB,
        name: "SIDDHAM LETTER SHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115AC,
        name: "SIDDHAM LETTER SSA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115AD,
        name: "SIDDHAM LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115AE,
        name: "SIDDHAM LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115AF,
        name: "SIDDHAM VOWEL SIGN AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B0,
        name: "SIDDHAM VOWEL SIGN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B1,
        name: "SIDDHAM VOWEL SIGN II",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B2,
        name: "SIDDHAM VOWEL SIGN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B3,
        name: "SIDDHAM VOWEL SIGN UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B4,
        name: "SIDDHAM VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B5,
        name: "SIDDHAM VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B8,
        name: "SIDDHAM VOWEL SIGN E",
    },
    Character {
        age: "7.0",
        codepoint: 0x115B9,
        name: "SIDDHAM VOWEL SIGN AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x115BA,
        name: "SIDDHAM VOWEL SIGN O",
    },
    Character {
        age: "7.0",
        codepoint: 0x115BB,
        name: "SIDDHAM VOWEL SIGN AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x115BC,
        name: "SIDDHAM SIGN CANDRABINDU",
    },
    Character {
        age: "7.0",
        codepoint: 0x115BD,
        name: "SIDDHAM SIGN ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115BE,
        name: "SIDDHAM SIGN VISARGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115BF,
        name: "SIDDHAM SIGN VIRAMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C0,
        name: "SIDDHAM SIGN NUKTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C1,
        name: "SIDDHAM SIGN SIDDHAM",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C2,
        name: "SIDDHAM DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C3,
        name: "SIDDHAM DOUBLE DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C4,
        name: "SIDDHAM SEPARATOR DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C5,
        name: "SIDDHAM SEPARATOR BAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C6,
        name: "SIDDHAM REPETITION MARK-1",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C7,
        name: "SIDDHAM REPETITION MARK-2",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C8,
        name: "SIDDHAM REPETITION MARK-3",
    },
    Character {
        age: "7.0",
        codepoint: 0x115C9,
        name: "SIDDHAM END OF TEXT MARK",
    },
    Character {
        age: "8.0",
        codepoint: 0x115CA,
        name: "SIDDHAM SECTION MARK WITH TRIDENT AND U-SHAPED ORNAMENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115CB,
        name: "SIDDHAM SECTION MARK WITH TRIDENT AND DOTTED CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115CC,
        name: "SIDDHAM SECTION MARK WITH RAYS AND DOTTED CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115CD,
        name: "SIDDHAM SECTION MARK WITH RAYS AND DOTTED DOUBLE CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115CE,
        name: "SIDDHAM SECTION MARK WITH RAYS AND DOTTED TRIPLE CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115CF,
        name: "SIDDHAM SECTION MARK DOUBLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D0,
        name: "SIDDHAM SECTION MARK DOUBLE RING WITH RAYS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D1,
        name: "SIDDHAM SECTION MARK WITH DOUBLE CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D2,
        name: "SIDDHAM SECTION MARK WITH TRIPLE CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D3,
        name: "SIDDHAM SECTION MARK WITH QUADRUPLE CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D4,
        name: "SIDDHAM SECTION MARK WITH SEPTUPLE CRESCENTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D5,
        name: "SIDDHAM SECTION MARK WITH CIRCLES AND RAYS",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D6,
        name: "SIDDHAM SECTION MARK WITH CIRCLES AND TWO ENCLOSURES",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D7,
        name: "SIDDHAM SECTION MARK WITH CIRCLES AND FOUR ENCLOSURES",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D8,
        name: "SIDDHAM LETTER THREE-CIRCLE ALTERNATE I",
    },
    Character {
        age: "8.0",
        codepoint: 0x115D9,
        name: "SIDDHAM LETTER TWO-CIRCLE ALTERNATE I",
    },
    Character {
        age: "8.0",
        codepoint: 0x115DA,
        name: "SIDDHAM LETTER TWO-CIRCLE ALTERNATE II",
    },
    Character {
        age: "8.0",
        codepoint: 0x115DB,
        name: "SIDDHAM LETTER ALTERNATE U",
    },
    Character {
        age: "8.0",
        codepoint: 0x115DC,
        name: "SIDDHAM VOWEL SIGN ALTERNATE U",
    },
    Character {
        age: "8.0",
        codepoint: 0x115DD,
        name: "SIDDHAM VOWEL SIGN ALTERNATE UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11600,
        name: "MODI LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11601,
        name: "MODI LETTER AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11602,
        name: "MODI LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11603,
        name: "MODI LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x11604,
        name: "MODI LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11605,
        name: "MODI LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11606,
        name: "MODI LETTER VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x11607,
        name: "MODI LETTER VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11608,
        name: "MODI LETTER VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x11609,
        name: "MODI LETTER VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1160A,
        name: "MODI LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x1160B,
        name: "MODI LETTER AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1160C,
        name: "MODI LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1160D,
        name: "MODI LETTER AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1160E,
        name: "MODI LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1160F,
        name: "MODI LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11610,
        name: "MODI LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11611,
        name: "MODI LETTER GHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11612,
        name: "MODI LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11613,
        name: "MODI LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11614,
        name: "MODI LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11615,
        name: "MODI LETTER JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11616,
        name: "MODI LETTER JHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11617,
        name: "MODI LETTER NYA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11618,
        name: "MODI LETTER TTA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11619,
        name: "MODI LETTER TTHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1161A,
        name: "MODI LETTER DDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1161B,
        name: "MODI LETTER DDHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1161C,
        name: "MODI LETTER NNA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1161D,
        name: "MODI LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1161E,
        name: "MODI LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1161F,
        name: "MODI LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11620,
        name: "MODI LETTER DHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11621,
        name: "MODI LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11622,
        name: "MODI LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11623,
        name: "MODI LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11624,
        name: "MODI LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11625,
        name: "MODI LETTER BHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11626,
        name: "MODI LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11627,
        name: "MODI LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11628,
        name: "MODI LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11629,
        name: "MODI LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1162A,
        name: "MODI LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1162B,
        name: "MODI LETTER SHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1162C,
        name: "MODI LETTER SSA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1162D,
        name: "MODI LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1162E,
        name: "MODI LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1162F,
        name: "MODI LETTER LLA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11630,
        name: "MODI VOWEL SIGN AA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11631,
        name: "MODI VOWEL SIGN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11632,
        name: "MODI VOWEL SIGN II",
    },
    Character {
        age: "7.0",
        codepoint: 0x11633,
        name: "MODI VOWEL SIGN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11634,
        name: "MODI VOWEL SIGN UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x11635,
        name: "MODI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "7.0",
        codepoint: 0x11636,
        name: "MODI VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11637,
        name: "MODI VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "7.0",
        codepoint: 0x11638,
        name: "MODI VOWEL SIGN VOCALIC LL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11639,
        name: "MODI VOWEL SIGN E",
    },
    Character {
        age: "7.0",
        codepoint: 0x1163A,
        name: "MODI VOWEL SIGN AI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1163B,
        name: "MODI VOWEL SIGN O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1163C,
        name: "MODI VOWEL SIGN AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1163D,
        name: "MODI SIGN ANUSVARA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1163E,
        name: "MODI SIGN VISARGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1163F,
        name: "MODI SIGN VIRAMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11640,
        name: "MODI SIGN ARDHACANDRA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11641,
        name: "MODI DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11642,
        name: "MODI DOUBLE DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11643,
        name: "MODI ABBREVIATION SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x11644,
        name: "MODI SIGN HUVA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11650,
        name: "MODI DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x11651,
        name: "MODI DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11652,
        name: "MODI DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x11653,
        name: "MODI DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11654,
        name: "MODI DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x11655,
        name: "MODI DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11656,
        name: "MODI DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x11657,
        name: "MODI DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x11658,
        name: "MODI DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x11659,
        name: "MODI DIGIT NINE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11660,
        name: "MONGOLIAN BIRGA WITH ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11661,
        name: "MONGOLIAN ROTATED BIRGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11662,
        name: "MONGOLIAN DOUBLE BIRGA WITH ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11663,
        name: "MONGOLIAN TRIPLE BIRGA WITH ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11664,
        name: "MONGOLIAN BIRGA WITH DOUBLE ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11665,
        name: "MONGOLIAN ROTATED BIRGA WITH ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11666,
        name: "MONGOLIAN ROTATED BIRGA WITH DOUBLE ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11667,
        name: "MONGOLIAN INVERTED BIRGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11668,
        name: "MONGOLIAN INVERTED BIRGA WITH DOUBLE ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11669,
        name: "MONGOLIAN SWIRL BIRGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1166A,
        name: "MONGOLIAN SWIRL BIRGA WITH ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1166B,
        name: "MONGOLIAN SWIRL BIRGA WITH DOUBLE ORNAMENT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1166C,
        name: "MONGOLIAN TURNED SWIRL BIRGA WITH DOUBLE ORNAMENT",
    },
    Character {
        age: "6.1",
        codepoint: 0x11680,
        name: "TAKRI LETTER A",
    },
    Character {
        age: "6.1",
        codepoint: 0x11681,
        name: "TAKRI LETTER AA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11682,
        name: "TAKRI LETTER I",
    },
    Character {
        age: "6.1",
        codepoint: 0x11683,
        name: "TAKRI LETTER II",
    },
    Character {
        age: "6.1",
        codepoint: 0x11684,
        name: "TAKRI LETTER U",
    },
    Character {
        age: "6.1",
        codepoint: 0x11685,
        name: "TAKRI LETTER UU",
    },
    Character {
        age: "6.1",
        codepoint: 0x11686,
        name: "TAKRI LETTER E",
    },
    Character {
        age: "6.1",
        codepoint: 0x11687,
        name: "TAKRI LETTER AI",
    },
    Character {
        age: "6.1",
        codepoint: 0x11688,
        name: "TAKRI LETTER O",
    },
    Character {
        age: "6.1",
        codepoint: 0x11689,
        name: "TAKRI LETTER AU",
    },
    Character {
        age: "6.1",
        codepoint: 0x1168A,
        name: "TAKRI LETTER KA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1168B,
        name: "TAKRI LETTER KHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1168C,
        name: "TAKRI LETTER GA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1168D,
        name: "TAKRI LETTER GHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1168E,
        name: "TAKRI LETTER NGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1168F,
        name: "TAKRI LETTER CA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11690,
        name: "TAKRI LETTER CHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11691,
        name: "TAKRI LETTER JA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11692,
        name: "TAKRI LETTER JHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11693,
        name: "TAKRI LETTER NYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11694,
        name: "TAKRI LETTER TTA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11695,
        name: "TAKRI LETTER TTHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11696,
        name: "TAKRI LETTER DDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11697,
        name: "TAKRI LETTER DDHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11698,
        name: "TAKRI LETTER NNA",
    },
    Character {
        age: "6.1",
        codepoint: 0x11699,
        name: "TAKRI LETTER TA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1169A,
        name: "TAKRI LETTER THA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1169B,
        name: "TAKRI LETTER DA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1169C,
        name: "TAKRI LETTER DHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1169D,
        name: "TAKRI LETTER NA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1169E,
        name: "TAKRI LETTER PA",
    },
    Character {
        age: "6.1",
        codepoint: 0x1169F,
        name: "TAKRI LETTER PHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A0,
        name: "TAKRI LETTER BA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A1,
        name: "TAKRI LETTER BHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A2,
        name: "TAKRI LETTER MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A3,
        name: "TAKRI LETTER YA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A4,
        name: "TAKRI LETTER RA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A5,
        name: "TAKRI LETTER LA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A6,
        name: "TAKRI LETTER VA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A7,
        name: "TAKRI LETTER SHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A8,
        name: "TAKRI LETTER SA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116A9,
        name: "TAKRI LETTER HA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116AA,
        name: "TAKRI LETTER RRA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116AB,
        name: "TAKRI SIGN ANUSVARA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116AC,
        name: "TAKRI SIGN VISARGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116AD,
        name: "TAKRI VOWEL SIGN AA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116AE,
        name: "TAKRI VOWEL SIGN I",
    },
    Character {
        age: "6.1",
        codepoint: 0x116AF,
        name: "TAKRI VOWEL SIGN II",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B0,
        name: "TAKRI VOWEL SIGN U",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B1,
        name: "TAKRI VOWEL SIGN UU",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B2,
        name: "TAKRI VOWEL SIGN E",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B3,
        name: "TAKRI VOWEL SIGN AI",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B4,
        name: "TAKRI VOWEL SIGN O",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B5,
        name: "TAKRI VOWEL SIGN AU",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B6,
        name: "TAKRI SIGN VIRAMA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116B7,
        name: "TAKRI SIGN NUKTA",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C0,
        name: "TAKRI DIGIT ZERO",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C1,
        name: "TAKRI DIGIT ONE",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C2,
        name: "TAKRI DIGIT TWO",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C3,
        name: "TAKRI DIGIT THREE",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C4,
        name: "TAKRI DIGIT FOUR",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C5,
        name: "TAKRI DIGIT FIVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C6,
        name: "TAKRI DIGIT SIX",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C7,
        name: "TAKRI DIGIT SEVEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C8,
        name: "TAKRI DIGIT EIGHT",
    },
    Character {
        age: "6.1",
        codepoint: 0x116C9,
        name: "TAKRI DIGIT NINE",
    },
    Character {
        age: "8.0",
        codepoint: 0x11700,
        name: "AHOM LETTER KA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11701,
        name: "AHOM LETTER KHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11702,
        name: "AHOM LETTER NGA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11703,
        name: "AHOM LETTER NA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11704,
        name: "AHOM LETTER TA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11705,
        name: "AHOM LETTER ALTERNATE TA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11706,
        name: "AHOM LETTER PA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11707,
        name: "AHOM LETTER PHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11708,
        name: "AHOM LETTER BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11709,
        name: "AHOM LETTER MA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1170A,
        name: "AHOM LETTER JA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1170B,
        name: "AHOM LETTER CHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1170C,
        name: "AHOM LETTER THA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1170D,
        name: "AHOM LETTER RA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1170E,
        name: "AHOM LETTER LA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1170F,
        name: "AHOM LETTER SA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11710,
        name: "AHOM LETTER NYA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11711,
        name: "AHOM LETTER HA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11712,
        name: "AHOM LETTER A",
    },
    Character {
        age: "8.0",
        codepoint: 0x11713,
        name: "AHOM LETTER DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11714,
        name: "AHOM LETTER DHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11715,
        name: "AHOM LETTER GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11716,
        name: "AHOM LETTER ALTERNATE GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11717,
        name: "AHOM LETTER GHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11718,
        name: "AHOM LETTER BHA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11719,
        name: "AHOM LETTER JHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1171A,
        name: "AHOM LETTER ALTERNATE BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1171D,
        name: "AHOM CONSONANT SIGN MEDIAL LA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1171E,
        name: "AHOM CONSONANT SIGN MEDIAL RA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1171F,
        name: "AHOM CONSONANT SIGN MEDIAL LIGATING RA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11720,
        name: "AHOM VOWEL SIGN A",
    },
    Character {
        age: "8.0",
        codepoint: 0x11721,
        name: "AHOM VOWEL SIGN AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x11722,
        name: "AHOM VOWEL SIGN I",
    },
    Character {
        age: "8.0",
        codepoint: 0x11723,
        name: "AHOM VOWEL SIGN II",
    },
    Character {
        age: "8.0",
        codepoint: 0x11724,
        name: "AHOM VOWEL SIGN U",
    },
    Character {
        age: "8.0",
        codepoint: 0x11725,
        name: "AHOM VOWEL SIGN UU",
    },
    Character {
        age: "8.0",
        codepoint: 0x11726,
        name: "AHOM VOWEL SIGN E",
    },
    Character {
        age: "8.0",
        codepoint: 0x11727,
        name: "AHOM VOWEL SIGN AW",
    },
    Character {
        age: "8.0",
        codepoint: 0x11728,
        name: "AHOM VOWEL SIGN O",
    },
    Character {
        age: "8.0",
        codepoint: 0x11729,
        name: "AHOM VOWEL SIGN AI",
    },
    Character {
        age: "8.0",
        codepoint: 0x1172A,
        name: "AHOM VOWEL SIGN AM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1172B,
        name: "AHOM SIGN KILLER",
    },
    Character {
        age: "8.0",
        codepoint: 0x11730,
        name: "AHOM DIGIT ZERO",
    },
    Character {
        age: "8.0",
        codepoint: 0x11731,
        name: "AHOM DIGIT ONE",
    },
    Character {
        age: "8.0",
        codepoint: 0x11732,
        name: "AHOM DIGIT TWO",
    },
    Character {
        age: "8.0",
        codepoint: 0x11733,
        name: "AHOM DIGIT THREE",
    },
    Character {
        age: "8.0",
        codepoint: 0x11734,
        name: "AHOM DIGIT FOUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x11735,
        name: "AHOM DIGIT FIVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x11736,
        name: "AHOM DIGIT SIX",
    },
    Character {
        age: "8.0",
        codepoint: 0x11737,
        name: "AHOM DIGIT SEVEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x11738,
        name: "AHOM DIGIT EIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x11739,
        name: "AHOM DIGIT NINE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1173A,
        name: "AHOM NUMBER TEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1173B,
        name: "AHOM NUMBER TWENTY",
    },
    Character {
        age: "8.0",
        codepoint: 0x1173C,
        name: "AHOM SIGN SMALL SECTION",
    },
    Character {
        age: "8.0",
        codepoint: 0x1173D,
        name: "AHOM SIGN SECTION",
    },
    Character {
        age: "8.0",
        codepoint: 0x1173E,
        name: "AHOM SIGN RULAI",
    },
    Character {
        age: "8.0",
        codepoint: 0x1173F,
        name: "AHOM SYMBOL VI",
    },
    Character {
        age: "11.0",
        codepoint: 0x11800,
        name: "DOGRA LETTER A",
    },
    Character {
        age: "11.0",
        codepoint: 0x11801,
        name: "DOGRA LETTER AA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11802,
        name: "DOGRA LETTER I",
    },
    Character {
        age: "11.0",
        codepoint: 0x11803,
        name: "DOGRA LETTER II",
    },
    Character {
        age: "11.0",
        codepoint: 0x11804,
        name: "DOGRA LETTER U",
    },
    Character {
        age: "11.0",
        codepoint: 0x11805,
        name: "DOGRA LETTER UU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11806,
        name: "DOGRA LETTER E",
    },
    Character {
        age: "11.0",
        codepoint: 0x11807,
        name: "DOGRA LETTER AI",
    },
    Character {
        age: "11.0",
        codepoint: 0x11808,
        name: "DOGRA LETTER O",
    },
    Character {
        age: "11.0",
        codepoint: 0x11809,
        name: "DOGRA LETTER AU",
    },
    Character {
        age: "11.0",
        codepoint: 0x1180A,
        name: "DOGRA LETTER KA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1180B,
        name: "DOGRA LETTER KHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1180C,
        name: "DOGRA LETTER GA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1180D,
        name: "DOGRA LETTER GHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1180E,
        name: "DOGRA LETTER NGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1180F,
        name: "DOGRA LETTER CA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11810,
        name: "DOGRA LETTER CHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11811,
        name: "DOGRA LETTER JA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11812,
        name: "DOGRA LETTER JHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11813,
        name: "DOGRA LETTER NYA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11814,
        name: "DOGRA LETTER TTA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11815,
        name: "DOGRA LETTER TTHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11816,
        name: "DOGRA LETTER DDA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11817,
        name: "DOGRA LETTER DDHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11818,
        name: "DOGRA LETTER NNA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11819,
        name: "DOGRA LETTER TA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1181A,
        name: "DOGRA LETTER THA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1181B,
        name: "DOGRA LETTER DA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1181C,
        name: "DOGRA LETTER DHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1181D,
        name: "DOGRA LETTER NA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1181E,
        name: "DOGRA LETTER PA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1181F,
        name: "DOGRA LETTER PHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11820,
        name: "DOGRA LETTER BA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11821,
        name: "DOGRA LETTER BHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11822,
        name: "DOGRA LETTER MA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11823,
        name: "DOGRA LETTER YA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11824,
        name: "DOGRA LETTER RA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11825,
        name: "DOGRA LETTER LA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11826,
        name: "DOGRA LETTER VA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11827,
        name: "DOGRA LETTER SHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11828,
        name: "DOGRA LETTER SSA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11829,
        name: "DOGRA LETTER SA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1182A,
        name: "DOGRA LETTER HA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1182B,
        name: "DOGRA LETTER RRA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1182C,
        name: "DOGRA VOWEL SIGN AA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1182D,
        name: "DOGRA VOWEL SIGN I",
    },
    Character {
        age: "11.0",
        codepoint: 0x1182E,
        name: "DOGRA VOWEL SIGN II",
    },
    Character {
        age: "11.0",
        codepoint: 0x1182F,
        name: "DOGRA VOWEL SIGN U",
    },
    Character {
        age: "11.0",
        codepoint: 0x11830,
        name: "DOGRA VOWEL SIGN UU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11831,
        name: "DOGRA VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "11.0",
        codepoint: 0x11832,
        name: "DOGRA VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "11.0",
        codepoint: 0x11833,
        name: "DOGRA VOWEL SIGN E",
    },
    Character {
        age: "11.0",
        codepoint: 0x11834,
        name: "DOGRA VOWEL SIGN AI",
    },
    Character {
        age: "11.0",
        codepoint: 0x11835,
        name: "DOGRA VOWEL SIGN O",
    },
    Character {
        age: "11.0",
        codepoint: 0x11836,
        name: "DOGRA VOWEL SIGN AU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11837,
        name: "DOGRA SIGN ANUSVARA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11838,
        name: "DOGRA SIGN VISARGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11839,
        name: "DOGRA SIGN VIRAMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1183A,
        name: "DOGRA SIGN NUKTA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1183B,
        name: "DOGRA ABBREVIATION SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A0,
        name: "WARANG CITI CAPITAL LETTER NGAA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A1,
        name: "WARANG CITI CAPITAL LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A2,
        name: "WARANG CITI CAPITAL LETTER WI",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A3,
        name: "WARANG CITI CAPITAL LETTER YU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A4,
        name: "WARANG CITI CAPITAL LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A5,
        name: "WARANG CITI CAPITAL LETTER YO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A6,
        name: "WARANG CITI CAPITAL LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A7,
        name: "WARANG CITI CAPITAL LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A8,
        name: "WARANG CITI CAPITAL LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x118A9,
        name: "WARANG CITI CAPITAL LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x118AA,
        name: "WARANG CITI CAPITAL LETTER ANG",
    },
    Character {
        age: "7.0",
        codepoint: 0x118AB,
        name: "WARANG CITI CAPITAL LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118AC,
        name: "WARANG CITI CAPITAL LETTER KO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118AD,
        name: "WARANG CITI CAPITAL LETTER ENY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118AE,
        name: "WARANG CITI CAPITAL LETTER YUJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x118AF,
        name: "WARANG CITI CAPITAL LETTER UC",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B0,
        name: "WARANG CITI CAPITAL LETTER ENN",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B1,
        name: "WARANG CITI CAPITAL LETTER ODD",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B2,
        name: "WARANG CITI CAPITAL LETTER TTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B3,
        name: "WARANG CITI CAPITAL LETTER NUNG",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B4,
        name: "WARANG CITI CAPITAL LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B5,
        name: "WARANG CITI CAPITAL LETTER AT",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B6,
        name: "WARANG CITI CAPITAL LETTER AM",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B7,
        name: "WARANG CITI CAPITAL LETTER BU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B8,
        name: "WARANG CITI CAPITAL LETTER PU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118B9,
        name: "WARANG CITI CAPITAL LETTER HIYO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118BA,
        name: "WARANG CITI CAPITAL LETTER HOLO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118BB,
        name: "WARANG CITI CAPITAL LETTER HORR",
    },
    Character {
        age: "7.0",
        codepoint: 0x118BC,
        name: "WARANG CITI CAPITAL LETTER HAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x118BD,
        name: "WARANG CITI CAPITAL LETTER SSUU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118BE,
        name: "WARANG CITI CAPITAL LETTER SII",
    },
    Character {
        age: "7.0",
        codepoint: 0x118BF,
        name: "WARANG CITI CAPITAL LETTER VIYO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C0,
        name: "WARANG CITI SMALL LETTER NGAA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C1,
        name: "WARANG CITI SMALL LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C2,
        name: "WARANG CITI SMALL LETTER WI",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C3,
        name: "WARANG CITI SMALL LETTER YU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C4,
        name: "WARANG CITI SMALL LETTER YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C5,
        name: "WARANG CITI SMALL LETTER YO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C6,
        name: "WARANG CITI SMALL LETTER II",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C7,
        name: "WARANG CITI SMALL LETTER UU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C8,
        name: "WARANG CITI SMALL LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x118C9,
        name: "WARANG CITI SMALL LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x118CA,
        name: "WARANG CITI SMALL LETTER ANG",
    },
    Character {
        age: "7.0",
        codepoint: 0x118CB,
        name: "WARANG CITI SMALL LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118CC,
        name: "WARANG CITI SMALL LETTER KO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118CD,
        name: "WARANG CITI SMALL LETTER ENY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118CE,
        name: "WARANG CITI SMALL LETTER YUJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x118CF,
        name: "WARANG CITI SMALL LETTER UC",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D0,
        name: "WARANG CITI SMALL LETTER ENN",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D1,
        name: "WARANG CITI SMALL LETTER ODD",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D2,
        name: "WARANG CITI SMALL LETTER TTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D3,
        name: "WARANG CITI SMALL LETTER NUNG",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D4,
        name: "WARANG CITI SMALL LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D5,
        name: "WARANG CITI SMALL LETTER AT",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D6,
        name: "WARANG CITI SMALL LETTER AM",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D7,
        name: "WARANG CITI SMALL LETTER BU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D8,
        name: "WARANG CITI SMALL LETTER PU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118D9,
        name: "WARANG CITI SMALL LETTER HIYO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118DA,
        name: "WARANG CITI SMALL LETTER HOLO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118DB,
        name: "WARANG CITI SMALL LETTER HORR",
    },
    Character {
        age: "7.0",
        codepoint: 0x118DC,
        name: "WARANG CITI SMALL LETTER HAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x118DD,
        name: "WARANG CITI SMALL LETTER SSUU",
    },
    Character {
        age: "7.0",
        codepoint: 0x118DE,
        name: "WARANG CITI SMALL LETTER SII",
    },
    Character {
        age: "7.0",
        codepoint: 0x118DF,
        name: "WARANG CITI SMALL LETTER VIYO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E0,
        name: "WARANG CITI DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E1,
        name: "WARANG CITI DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E2,
        name: "WARANG CITI DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E3,
        name: "WARANG CITI DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E4,
        name: "WARANG CITI DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E5,
        name: "WARANG CITI DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E6,
        name: "WARANG CITI DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E7,
        name: "WARANG CITI DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E8,
        name: "WARANG CITI DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x118E9,
        name: "WARANG CITI DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x118EA,
        name: "WARANG CITI NUMBER TEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x118EB,
        name: "WARANG CITI NUMBER TWENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118EC,
        name: "WARANG CITI NUMBER THIRTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118ED,
        name: "WARANG CITI NUMBER FORTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118EE,
        name: "WARANG CITI NUMBER FIFTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118EF,
        name: "WARANG CITI NUMBER SIXTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118F0,
        name: "WARANG CITI NUMBER SEVENTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118F1,
        name: "WARANG CITI NUMBER EIGHTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118F2,
        name: "WARANG CITI NUMBER NINETY",
    },
    Character {
        age: "7.0",
        codepoint: 0x118FF,
        name: "WARANG CITI OM",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A00,
        name: "ZANABAZAR SQUARE LETTER A",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A01,
        name: "ZANABAZAR SQUARE VOWEL SIGN I",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A02,
        name: "ZANABAZAR SQUARE VOWEL SIGN UE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A03,
        name: "ZANABAZAR SQUARE VOWEL SIGN U",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A04,
        name: "ZANABAZAR SQUARE VOWEL SIGN E",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A05,
        name: "ZANABAZAR SQUARE VOWEL SIGN OE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A06,
        name: "ZANABAZAR SQUARE VOWEL SIGN O",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A07,
        name: "ZANABAZAR SQUARE VOWEL SIGN AI",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A08,
        name: "ZANABAZAR SQUARE VOWEL SIGN AU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A09,
        name: "ZANABAZAR SQUARE VOWEL SIGN REVERSED I",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A0A,
        name: "ZANABAZAR SQUARE VOWEL LENGTH MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A0B,
        name: "ZANABAZAR SQUARE LETTER KA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A0C,
        name: "ZANABAZAR SQUARE LETTER KHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A0D,
        name: "ZANABAZAR SQUARE LETTER GA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A0E,
        name: "ZANABAZAR SQUARE LETTER GHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A0F,
        name: "ZANABAZAR SQUARE LETTER NGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A10,
        name: "ZANABAZAR SQUARE LETTER CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A11,
        name: "ZANABAZAR SQUARE LETTER CHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A12,
        name: "ZANABAZAR SQUARE LETTER JA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A13,
        name: "ZANABAZAR SQUARE LETTER NYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A14,
        name: "ZANABAZAR SQUARE LETTER TTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A15,
        name: "ZANABAZAR SQUARE LETTER TTHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A16,
        name: "ZANABAZAR SQUARE LETTER DDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A17,
        name: "ZANABAZAR SQUARE LETTER DDHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A18,
        name: "ZANABAZAR SQUARE LETTER NNA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A19,
        name: "ZANABAZAR SQUARE LETTER TA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A1A,
        name: "ZANABAZAR SQUARE LETTER THA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A1B,
        name: "ZANABAZAR SQUARE LETTER DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A1C,
        name: "ZANABAZAR SQUARE LETTER DHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A1D,
        name: "ZANABAZAR SQUARE LETTER NA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A1E,
        name: "ZANABAZAR SQUARE LETTER PA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A1F,
        name: "ZANABAZAR SQUARE LETTER PHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A20,
        name: "ZANABAZAR SQUARE LETTER BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A21,
        name: "ZANABAZAR SQUARE LETTER BHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A22,
        name: "ZANABAZAR SQUARE LETTER MA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A23,
        name: "ZANABAZAR SQUARE LETTER TSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A24,
        name: "ZANABAZAR SQUARE LETTER TSHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A25,
        name: "ZANABAZAR SQUARE LETTER DZA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A26,
        name: "ZANABAZAR SQUARE LETTER DZHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A27,
        name: "ZANABAZAR SQUARE LETTER ZHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A28,
        name: "ZANABAZAR SQUARE LETTER ZA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A29,
        name: "ZANABAZAR SQUARE LETTER -A",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A2A,
        name: "ZANABAZAR SQUARE LETTER YA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A2B,
        name: "ZANABAZAR SQUARE LETTER RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A2C,
        name: "ZANABAZAR SQUARE LETTER LA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A2D,
        name: "ZANABAZAR SQUARE LETTER VA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A2E,
        name: "ZANABAZAR SQUARE LETTER SHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A2F,
        name: "ZANABAZAR SQUARE LETTER SSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A30,
        name: "ZANABAZAR SQUARE LETTER SA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A31,
        name: "ZANABAZAR SQUARE LETTER HA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A32,
        name: "ZANABAZAR SQUARE LETTER KSSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A33,
        name: "ZANABAZAR SQUARE FINAL CONSONANT MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A34,
        name: "ZANABAZAR SQUARE SIGN VIRAMA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A35,
        name: "ZANABAZAR SQUARE SIGN CANDRABINDU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A36,
        name: "ZANABAZAR SQUARE SIGN CANDRABINDU WITH ORNAMENT",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A37,
        name: "ZANABAZAR SQUARE SIGN CANDRA WITH ORNAMENT",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A38,
        name: "ZANABAZAR SQUARE SIGN ANUSVARA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A39,
        name: "ZANABAZAR SQUARE SIGN VISARGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A3A,
        name: "ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A3B,
        name: "ZANABAZAR SQUARE CLUSTER-FINAL LETTER YA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A3C,
        name: "ZANABAZAR SQUARE CLUSTER-FINAL LETTER RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A3D,
        name: "ZANABAZAR SQUARE CLUSTER-FINAL LETTER LA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A3E,
        name: "ZANABAZAR SQUARE CLUSTER-FINAL LETTER VA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A3F,
        name: "ZANABAZAR SQUARE INITIAL HEAD MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A40,
        name: "ZANABAZAR SQUARE CLOSING HEAD MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A41,
        name: "ZANABAZAR SQUARE MARK TSHEG",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A42,
        name: "ZANABAZAR SQUARE MARK SHAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A43,
        name: "ZANABAZAR SQUARE MARK DOUBLE SHAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A44,
        name: "ZANABAZAR SQUARE MARK LONG TSHEG",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A45,
        name: "ZANABAZAR SQUARE INITIAL DOUBLE-LINED HEAD MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A46,
        name: "ZANABAZAR SQUARE CLOSING DOUBLE-LINED HEAD MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A47,
        name: "ZANABAZAR SQUARE SUBJOINER",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A50,
        name: "SOYOMBO LETTER A",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A51,
        name: "SOYOMBO VOWEL SIGN I",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A52,
        name: "SOYOMBO VOWEL SIGN UE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A53,
        name: "SOYOMBO VOWEL SIGN U",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A54,
        name: "SOYOMBO VOWEL SIGN E",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A55,
        name: "SOYOMBO VOWEL SIGN O",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A56,
        name: "SOYOMBO VOWEL SIGN OE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A57,
        name: "SOYOMBO VOWEL SIGN AI",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A58,
        name: "SOYOMBO VOWEL SIGN AU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A59,
        name: "SOYOMBO VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A5A,
        name: "SOYOMBO VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A5B,
        name: "SOYOMBO VOWEL LENGTH MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A5C,
        name: "SOYOMBO LETTER KA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A5D,
        name: "SOYOMBO LETTER KHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A5E,
        name: "SOYOMBO LETTER GA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A5F,
        name: "SOYOMBO LETTER GHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A60,
        name: "SOYOMBO LETTER NGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A61,
        name: "SOYOMBO LETTER CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A62,
        name: "SOYOMBO LETTER CHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A63,
        name: "SOYOMBO LETTER JA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A64,
        name: "SOYOMBO LETTER JHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A65,
        name: "SOYOMBO LETTER NYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A66,
        name: "SOYOMBO LETTER TTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A67,
        name: "SOYOMBO LETTER TTHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A68,
        name: "SOYOMBO LETTER DDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A69,
        name: "SOYOMBO LETTER DDHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A6A,
        name: "SOYOMBO LETTER NNA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A6B,
        name: "SOYOMBO LETTER TA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A6C,
        name: "SOYOMBO LETTER THA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A6D,
        name: "SOYOMBO LETTER DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A6E,
        name: "SOYOMBO LETTER DHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A6F,
        name: "SOYOMBO LETTER NA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A70,
        name: "SOYOMBO LETTER PA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A71,
        name: "SOYOMBO LETTER PHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A72,
        name: "SOYOMBO LETTER BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A73,
        name: "SOYOMBO LETTER BHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A74,
        name: "SOYOMBO LETTER MA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A75,
        name: "SOYOMBO LETTER TSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A76,
        name: "SOYOMBO LETTER TSHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A77,
        name: "SOYOMBO LETTER DZA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A78,
        name: "SOYOMBO LETTER ZHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A79,
        name: "SOYOMBO LETTER ZA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A7A,
        name: "SOYOMBO LETTER -A",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A7B,
        name: "SOYOMBO LETTER YA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A7C,
        name: "SOYOMBO LETTER RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A7D,
        name: "SOYOMBO LETTER LA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A7E,
        name: "SOYOMBO LETTER VA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A7F,
        name: "SOYOMBO LETTER SHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A80,
        name: "SOYOMBO LETTER SSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A81,
        name: "SOYOMBO LETTER SA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A82,
        name: "SOYOMBO LETTER HA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A83,
        name: "SOYOMBO LETTER KSSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A86,
        name: "SOYOMBO CLUSTER-INITIAL LETTER RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A87,
        name: "SOYOMBO CLUSTER-INITIAL LETTER LA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A88,
        name: "SOYOMBO CLUSTER-INITIAL LETTER SHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A89,
        name: "SOYOMBO CLUSTER-INITIAL LETTER SA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A8A,
        name: "SOYOMBO FINAL CONSONANT SIGN G",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A8B,
        name: "SOYOMBO FINAL CONSONANT SIGN K",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A8C,
        name: "SOYOMBO FINAL CONSONANT SIGN NG",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A8D,
        name: "SOYOMBO FINAL CONSONANT SIGN D",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A8E,
        name: "SOYOMBO FINAL CONSONANT SIGN N",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A8F,
        name: "SOYOMBO FINAL CONSONANT SIGN B",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A90,
        name: "SOYOMBO FINAL CONSONANT SIGN M",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A91,
        name: "SOYOMBO FINAL CONSONANT SIGN R",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A92,
        name: "SOYOMBO FINAL CONSONANT SIGN L",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A93,
        name: "SOYOMBO FINAL CONSONANT SIGN SH",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A94,
        name: "SOYOMBO FINAL CONSONANT SIGN S",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A95,
        name: "SOYOMBO FINAL CONSONANT SIGN -A",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A96,
        name: "SOYOMBO SIGN ANUSVARA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A97,
        name: "SOYOMBO SIGN VISARGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A98,
        name: "SOYOMBO GEMINATION MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A99,
        name: "SOYOMBO SUBJOINER",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A9A,
        name: "SOYOMBO MARK TSHEG",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A9B,
        name: "SOYOMBO MARK SHAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A9C,
        name: "SOYOMBO MARK DOUBLE SHAD",
    },
    Character {
        age: "11.0",
        codepoint: 0x11A9D,
        name: "SOYOMBO MARK PLUTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A9E,
        name: "SOYOMBO HEAD MARK WITH MOON AND SUN AND TRIPLE FLAME",
    },
    Character {
        age: "10.0",
        codepoint: 0x11A9F,
        name: "SOYOMBO HEAD MARK WITH MOON AND SUN AND FLAME",
    },
    Character {
        age: "10.0",
        codepoint: 0x11AA0,
        name: "SOYOMBO HEAD MARK WITH MOON AND SUN",
    },
    Character {
        age: "10.0",
        codepoint: 0x11AA1,
        name: "SOYOMBO TERMINAL MARK-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x11AA2,
        name: "SOYOMBO TERMINAL MARK-2",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC0,
        name: "PAU CIN HAU LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC1,
        name: "PAU CIN HAU LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC2,
        name: "PAU CIN HAU LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC3,
        name: "PAU CIN HAU LETTER MA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC4,
        name: "PAU CIN HAU LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC5,
        name: "PAU CIN HAU LETTER ZA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC6,
        name: "PAU CIN HAU LETTER VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC7,
        name: "PAU CIN HAU LETTER NGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC8,
        name: "PAU CIN HAU LETTER HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AC9,
        name: "PAU CIN HAU LETTER GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ACA,
        name: "PAU CIN HAU LETTER KHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ACB,
        name: "PAU CIN HAU LETTER SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ACC,
        name: "PAU CIN HAU LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ACD,
        name: "PAU CIN HAU LETTER CA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ACE,
        name: "PAU CIN HAU LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ACF,
        name: "PAU CIN HAU LETTER THA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD0,
        name: "PAU CIN HAU LETTER NA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD1,
        name: "PAU CIN HAU LETTER PHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD2,
        name: "PAU CIN HAU LETTER RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD3,
        name: "PAU CIN HAU LETTER FA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD4,
        name: "PAU CIN HAU LETTER CHA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD5,
        name: "PAU CIN HAU LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD6,
        name: "PAU CIN HAU LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD7,
        name: "PAU CIN HAU LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD8,
        name: "PAU CIN HAU LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AD9,
        name: "PAU CIN HAU LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ADA,
        name: "PAU CIN HAU LETTER UA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ADB,
        name: "PAU CIN HAU LETTER IA",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ADC,
        name: "PAU CIN HAU LETTER FINAL P",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ADD,
        name: "PAU CIN HAU LETTER FINAL K",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ADE,
        name: "PAU CIN HAU LETTER FINAL T",
    },
    Character {
        age: "7.0",
        codepoint: 0x11ADF,
        name: "PAU CIN HAU LETTER FINAL M",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE0,
        name: "PAU CIN HAU LETTER FINAL N",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE1,
        name: "PAU CIN HAU LETTER FINAL L",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE2,
        name: "PAU CIN HAU LETTER FINAL W",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE3,
        name: "PAU CIN HAU LETTER FINAL NG",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE4,
        name: "PAU CIN HAU LETTER FINAL Y",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE5,
        name: "PAU CIN HAU RISING TONE LONG",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE6,
        name: "PAU CIN HAU RISING TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE7,
        name: "PAU CIN HAU SANDHI GLOTTAL STOP",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE8,
        name: "PAU CIN HAU RISING TONE LONG FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AE9,
        name: "PAU CIN HAU RISING TONE FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AEA,
        name: "PAU CIN HAU SANDHI GLOTTAL STOP FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AEB,
        name: "PAU CIN HAU SANDHI TONE LONG",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AEC,
        name: "PAU CIN HAU SANDHI TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AED,
        name: "PAU CIN HAU SANDHI TONE LONG FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AEE,
        name: "PAU CIN HAU SANDHI TONE FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AEF,
        name: "PAU CIN HAU MID-LEVEL TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF0,
        name: "PAU CIN HAU GLOTTAL STOP VARIANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF1,
        name: "PAU CIN HAU MID-LEVEL TONE LONG FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF2,
        name: "PAU CIN HAU MID-LEVEL TONE FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF3,
        name: "PAU CIN HAU LOW-FALLING TONE LONG",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF4,
        name: "PAU CIN HAU LOW-FALLING TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF5,
        name: "PAU CIN HAU GLOTTAL STOP",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF6,
        name: "PAU CIN HAU LOW-FALLING TONE LONG FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF7,
        name: "PAU CIN HAU LOW-FALLING TONE FINAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x11AF8,
        name: "PAU CIN HAU GLOTTAL STOP FINAL",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C00,
        name: "BHAIKSUKI LETTER A",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C01,
        name: "BHAIKSUKI LETTER AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C02,
        name: "BHAIKSUKI LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C03,
        name: "BHAIKSUKI LETTER II",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C04,
        name: "BHAIKSUKI LETTER U",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C05,
        name: "BHAIKSUKI LETTER UU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C06,
        name: "BHAIKSUKI LETTER VOCALIC R",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C07,
        name: "BHAIKSUKI LETTER VOCALIC RR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C08,
        name: "BHAIKSUKI LETTER VOCALIC L",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C0A,
        name: "BHAIKSUKI LETTER E",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C0B,
        name: "BHAIKSUKI LETTER AI",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C0C,
        name: "BHAIKSUKI LETTER O",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C0D,
        name: "BHAIKSUKI LETTER AU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C0E,
        name: "BHAIKSUKI LETTER KA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C0F,
        name: "BHAIKSUKI LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C10,
        name: "BHAIKSUKI LETTER GA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C11,
        name: "BHAIKSUKI LETTER GHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C12,
        name: "BHAIKSUKI LETTER NGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C13,
        name: "BHAIKSUKI LETTER CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C14,
        name: "BHAIKSUKI LETTER CHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C15,
        name: "BHAIKSUKI LETTER JA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C16,
        name: "BHAIKSUKI LETTER JHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C17,
        name: "BHAIKSUKI LETTER NYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C18,
        name: "BHAIKSUKI LETTER TTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C19,
        name: "BHAIKSUKI LETTER TTHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C1A,
        name: "BHAIKSUKI LETTER DDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C1B,
        name: "BHAIKSUKI LETTER DDHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C1C,
        name: "BHAIKSUKI LETTER NNA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C1D,
        name: "BHAIKSUKI LETTER TA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C1E,
        name: "BHAIKSUKI LETTER THA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C1F,
        name: "BHAIKSUKI LETTER DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C20,
        name: "BHAIKSUKI LETTER DHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C21,
        name: "BHAIKSUKI LETTER NA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C22,
        name: "BHAIKSUKI LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C23,
        name: "BHAIKSUKI LETTER PHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C24,
        name: "BHAIKSUKI LETTER BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C25,
        name: "BHAIKSUKI LETTER BHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C26,
        name: "BHAIKSUKI LETTER MA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C27,
        name: "BHAIKSUKI LETTER YA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C28,
        name: "BHAIKSUKI LETTER RA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C29,
        name: "BHAIKSUKI LETTER LA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C2A,
        name: "BHAIKSUKI LETTER VA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C2B,
        name: "BHAIKSUKI LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C2C,
        name: "BHAIKSUKI LETTER SSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C2D,
        name: "BHAIKSUKI LETTER SA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C2E,
        name: "BHAIKSUKI LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C2F,
        name: "BHAIKSUKI VOWEL SIGN AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C30,
        name: "BHAIKSUKI VOWEL SIGN I",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C31,
        name: "BHAIKSUKI VOWEL SIGN II",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C32,
        name: "BHAIKSUKI VOWEL SIGN U",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C33,
        name: "BHAIKSUKI VOWEL SIGN UU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C34,
        name: "BHAIKSUKI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C35,
        name: "BHAIKSUKI VOWEL SIGN VOCALIC RR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C36,
        name: "BHAIKSUKI VOWEL SIGN VOCALIC L",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C38,
        name: "BHAIKSUKI VOWEL SIGN E",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C39,
        name: "BHAIKSUKI VOWEL SIGN AI",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C3A,
        name: "BHAIKSUKI VOWEL SIGN O",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C3B,
        name: "BHAIKSUKI VOWEL SIGN AU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C3C,
        name: "BHAIKSUKI SIGN CANDRABINDU",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C3D,
        name: "BHAIKSUKI SIGN ANUSVARA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C3E,
        name: "BHAIKSUKI SIGN VISARGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C3F,
        name: "BHAIKSUKI SIGN VIRAMA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C40,
        name: "BHAIKSUKI SIGN AVAGRAHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C41,
        name: "BHAIKSUKI DANDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C42,
        name: "BHAIKSUKI DOUBLE DANDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C43,
        name: "BHAIKSUKI WORD SEPARATOR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C44,
        name: "BHAIKSUKI GAP FILLER-1",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C45,
        name: "BHAIKSUKI GAP FILLER-2",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C50,
        name: "BHAIKSUKI DIGIT ZERO",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C51,
        name: "BHAIKSUKI DIGIT ONE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C52,
        name: "BHAIKSUKI DIGIT TWO",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C53,
        name: "BHAIKSUKI DIGIT THREE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C54,
        name: "BHAIKSUKI DIGIT FOUR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C55,
        name: "BHAIKSUKI DIGIT FIVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C56,
        name: "BHAIKSUKI DIGIT SIX",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C57,
        name: "BHAIKSUKI DIGIT SEVEN",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C58,
        name: "BHAIKSUKI DIGIT EIGHT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C59,
        name: "BHAIKSUKI DIGIT NINE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C5A,
        name: "BHAIKSUKI NUMBER ONE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C5B,
        name: "BHAIKSUKI NUMBER TWO",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C5C,
        name: "BHAIKSUKI NUMBER THREE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C5D,
        name: "BHAIKSUKI NUMBER FOUR",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C5E,
        name: "BHAIKSUKI NUMBER FIVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C5F,
        name: "BHAIKSUKI NUMBER SIX",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C60,
        name: "BHAIKSUKI NUMBER SEVEN",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C61,
        name: "BHAIKSUKI NUMBER EIGHT",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C62,
        name: "BHAIKSUKI NUMBER NINE",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C63,
        name: "BHAIKSUKI NUMBER TEN",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C64,
        name: "BHAIKSUKI NUMBER TWENTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C65,
        name: "BHAIKSUKI NUMBER THIRTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C66,
        name: "BHAIKSUKI NUMBER FORTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C67,
        name: "BHAIKSUKI NUMBER FIFTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C68,
        name: "BHAIKSUKI NUMBER SIXTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C69,
        name: "BHAIKSUKI NUMBER SEVENTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C6A,
        name: "BHAIKSUKI NUMBER EIGHTY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C6B,
        name: "BHAIKSUKI NUMBER NINETY",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C6C,
        name: "BHAIKSUKI HUNDREDS UNIT MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C70,
        name: "MARCHEN HEAD MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C71,
        name: "MARCHEN MARK SHAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C72,
        name: "MARCHEN LETTER KA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C73,
        name: "MARCHEN LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C74,
        name: "MARCHEN LETTER GA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C75,
        name: "MARCHEN LETTER NGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C76,
        name: "MARCHEN LETTER CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C77,
        name: "MARCHEN LETTER CHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C78,
        name: "MARCHEN LETTER JA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C79,
        name: "MARCHEN LETTER NYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C7A,
        name: "MARCHEN LETTER TA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C7B,
        name: "MARCHEN LETTER THA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C7C,
        name: "MARCHEN LETTER DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C7D,
        name: "MARCHEN LETTER NA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C7E,
        name: "MARCHEN LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C7F,
        name: "MARCHEN LETTER PHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C80,
        name: "MARCHEN LETTER BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C81,
        name: "MARCHEN LETTER MA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C82,
        name: "MARCHEN LETTER TSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C83,
        name: "MARCHEN LETTER TSHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C84,
        name: "MARCHEN LETTER DZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C85,
        name: "MARCHEN LETTER WA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C86,
        name: "MARCHEN LETTER ZHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C87,
        name: "MARCHEN LETTER ZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C88,
        name: "MARCHEN LETTER -A",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C89,
        name: "MARCHEN LETTER YA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C8A,
        name: "MARCHEN LETTER RA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C8B,
        name: "MARCHEN LETTER LA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C8C,
        name: "MARCHEN LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C8D,
        name: "MARCHEN LETTER SA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C8E,
        name: "MARCHEN LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C8F,
        name: "MARCHEN LETTER A",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C92,
        name: "MARCHEN SUBJOINED LETTER KA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C93,
        name: "MARCHEN SUBJOINED LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C94,
        name: "MARCHEN SUBJOINED LETTER GA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C95,
        name: "MARCHEN SUBJOINED LETTER NGA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C96,
        name: "MARCHEN SUBJOINED LETTER CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C97,
        name: "MARCHEN SUBJOINED LETTER CHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C98,
        name: "MARCHEN SUBJOINED LETTER JA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C99,
        name: "MARCHEN SUBJOINED LETTER NYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C9A,
        name: "MARCHEN SUBJOINED LETTER TA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C9B,
        name: "MARCHEN SUBJOINED LETTER THA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C9C,
        name: "MARCHEN SUBJOINED LETTER DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C9D,
        name: "MARCHEN SUBJOINED LETTER NA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C9E,
        name: "MARCHEN SUBJOINED LETTER PA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11C9F,
        name: "MARCHEN SUBJOINED LETTER PHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA0,
        name: "MARCHEN SUBJOINED LETTER BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA1,
        name: "MARCHEN SUBJOINED LETTER MA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA2,
        name: "MARCHEN SUBJOINED LETTER TSA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA3,
        name: "MARCHEN SUBJOINED LETTER TSHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA4,
        name: "MARCHEN SUBJOINED LETTER DZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA5,
        name: "MARCHEN SUBJOINED LETTER WA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA6,
        name: "MARCHEN SUBJOINED LETTER ZHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA7,
        name: "MARCHEN SUBJOINED LETTER ZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CA9,
        name: "MARCHEN SUBJOINED LETTER YA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CAA,
        name: "MARCHEN SUBJOINED LETTER RA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CAB,
        name: "MARCHEN SUBJOINED LETTER LA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CAC,
        name: "MARCHEN SUBJOINED LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CAD,
        name: "MARCHEN SUBJOINED LETTER SA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CAE,
        name: "MARCHEN SUBJOINED LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CAF,
        name: "MARCHEN SUBJOINED LETTER A",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB0,
        name: "MARCHEN VOWEL SIGN AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB1,
        name: "MARCHEN VOWEL SIGN I",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB2,
        name: "MARCHEN VOWEL SIGN U",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB3,
        name: "MARCHEN VOWEL SIGN E",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB4,
        name: "MARCHEN VOWEL SIGN O",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB5,
        name: "MARCHEN SIGN ANUSVARA",
    },
    Character {
        age: "9.0",
        codepoint: 0x11CB6,
        name: "MARCHEN SIGN CANDRABINDU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D00,
        name: "MASARAM GONDI LETTER A",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D01,
        name: "MASARAM GONDI LETTER AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D02,
        name: "MASARAM GONDI LETTER I",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D03,
        name: "MASARAM GONDI LETTER II",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D04,
        name: "MASARAM GONDI LETTER U",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D05,
        name: "MASARAM GONDI LETTER UU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D06,
        name: "MASARAM GONDI LETTER E",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D08,
        name: "MASARAM GONDI LETTER AI",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D09,
        name: "MASARAM GONDI LETTER O",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D0B,
        name: "MASARAM GONDI LETTER AU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D0C,
        name: "MASARAM GONDI LETTER KA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D0D,
        name: "MASARAM GONDI LETTER KHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D0E,
        name: "MASARAM GONDI LETTER GA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D0F,
        name: "MASARAM GONDI LETTER GHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D10,
        name: "MASARAM GONDI LETTER NGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D11,
        name: "MASARAM GONDI LETTER CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D12,
        name: "MASARAM GONDI LETTER CHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D13,
        name: "MASARAM GONDI LETTER JA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D14,
        name: "MASARAM GONDI LETTER JHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D15,
        name: "MASARAM GONDI LETTER NYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D16,
        name: "MASARAM GONDI LETTER TTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D17,
        name: "MASARAM GONDI LETTER TTHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D18,
        name: "MASARAM GONDI LETTER DDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D19,
        name: "MASARAM GONDI LETTER DDHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D1A,
        name: "MASARAM GONDI LETTER NNA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D1B,
        name: "MASARAM GONDI LETTER TA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D1C,
        name: "MASARAM GONDI LETTER THA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D1D,
        name: "MASARAM GONDI LETTER DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D1E,
        name: "MASARAM GONDI LETTER DHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D1F,
        name: "MASARAM GONDI LETTER NA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D20,
        name: "MASARAM GONDI LETTER PA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D21,
        name: "MASARAM GONDI LETTER PHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D22,
        name: "MASARAM GONDI LETTER BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D23,
        name: "MASARAM GONDI LETTER BHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D24,
        name: "MASARAM GONDI LETTER MA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D25,
        name: "MASARAM GONDI LETTER YA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D26,
        name: "MASARAM GONDI LETTER RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D27,
        name: "MASARAM GONDI LETTER LA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D28,
        name: "MASARAM GONDI LETTER VA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D29,
        name: "MASARAM GONDI LETTER SHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D2A,
        name: "MASARAM GONDI LETTER SSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D2B,
        name: "MASARAM GONDI LETTER SA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D2C,
        name: "MASARAM GONDI LETTER HA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D2D,
        name: "MASARAM GONDI LETTER LLA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D2E,
        name: "MASARAM GONDI LETTER KSSA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D2F,
        name: "MASARAM GONDI LETTER JNYA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D30,
        name: "MASARAM GONDI LETTER TRA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D31,
        name: "MASARAM GONDI VOWEL SIGN AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D32,
        name: "MASARAM GONDI VOWEL SIGN I",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D33,
        name: "MASARAM GONDI VOWEL SIGN II",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D34,
        name: "MASARAM GONDI VOWEL SIGN U",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D35,
        name: "MASARAM GONDI VOWEL SIGN UU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D36,
        name: "MASARAM GONDI VOWEL SIGN VOCALIC R",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D3A,
        name: "MASARAM GONDI VOWEL SIGN E",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D3C,
        name: "MASARAM GONDI VOWEL SIGN AI",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D3D,
        name: "MASARAM GONDI VOWEL SIGN O",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D3F,
        name: "MASARAM GONDI VOWEL SIGN AU",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D40,
        name: "MASARAM GONDI SIGN ANUSVARA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D41,
        name: "MASARAM GONDI SIGN VISARGA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D42,
        name: "MASARAM GONDI SIGN NUKTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D43,
        name: "MASARAM GONDI SIGN CANDRA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D44,
        name: "MASARAM GONDI SIGN HALANTA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D45,
        name: "MASARAM GONDI VIRAMA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D46,
        name: "MASARAM GONDI REPHA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D47,
        name: "MASARAM GONDI RA-KARA",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D50,
        name: "MASARAM GONDI DIGIT ZERO",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D51,
        name: "MASARAM GONDI DIGIT ONE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D52,
        name: "MASARAM GONDI DIGIT TWO",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D53,
        name: "MASARAM GONDI DIGIT THREE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D54,
        name: "MASARAM GONDI DIGIT FOUR",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D55,
        name: "MASARAM GONDI DIGIT FIVE",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D56,
        name: "MASARAM GONDI DIGIT SIX",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D57,
        name: "MASARAM GONDI DIGIT SEVEN",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D58,
        name: "MASARAM GONDI DIGIT EIGHT",
    },
    Character {
        age: "10.0",
        codepoint: 0x11D59,
        name: "MASARAM GONDI DIGIT NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D60,
        name: "GUNJALA GONDI LETTER A",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D61,
        name: "GUNJALA GONDI LETTER AA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D62,
        name: "GUNJALA GONDI LETTER I",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D63,
        name: "GUNJALA GONDI LETTER II",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D64,
        name: "GUNJALA GONDI LETTER U",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D65,
        name: "GUNJALA GONDI LETTER UU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D67,
        name: "GUNJALA GONDI LETTER EE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D68,
        name: "GUNJALA GONDI LETTER AI",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D6A,
        name: "GUNJALA GONDI LETTER OO",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D6B,
        name: "GUNJALA GONDI LETTER AU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D6C,
        name: "GUNJALA GONDI LETTER YA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D6D,
        name: "GUNJALA GONDI LETTER VA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D6E,
        name: "GUNJALA GONDI LETTER BA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D6F,
        name: "GUNJALA GONDI LETTER BHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D70,
        name: "GUNJALA GONDI LETTER MA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D71,
        name: "GUNJALA GONDI LETTER KA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D72,
        name: "GUNJALA GONDI LETTER KHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D73,
        name: "GUNJALA GONDI LETTER TA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D74,
        name: "GUNJALA GONDI LETTER THA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D75,
        name: "GUNJALA GONDI LETTER LA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D76,
        name: "GUNJALA GONDI LETTER GA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D77,
        name: "GUNJALA GONDI LETTER GHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D78,
        name: "GUNJALA GONDI LETTER DA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D79,
        name: "GUNJALA GONDI LETTER DHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D7A,
        name: "GUNJALA GONDI LETTER NA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D7B,
        name: "GUNJALA GONDI LETTER CA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D7C,
        name: "GUNJALA GONDI LETTER CHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D7D,
        name: "GUNJALA GONDI LETTER TTA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D7E,
        name: "GUNJALA GONDI LETTER TTHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D7F,
        name: "GUNJALA GONDI LETTER LLA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D80,
        name: "GUNJALA GONDI LETTER JA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D81,
        name: "GUNJALA GONDI LETTER JHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D82,
        name: "GUNJALA GONDI LETTER DDA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D83,
        name: "GUNJALA GONDI LETTER DDHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D84,
        name: "GUNJALA GONDI LETTER NGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D85,
        name: "GUNJALA GONDI LETTER PA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D86,
        name: "GUNJALA GONDI LETTER PHA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D87,
        name: "GUNJALA GONDI LETTER HA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D88,
        name: "GUNJALA GONDI LETTER RA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D89,
        name: "GUNJALA GONDI LETTER SA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D8A,
        name: "GUNJALA GONDI VOWEL SIGN AA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D8B,
        name: "GUNJALA GONDI VOWEL SIGN I",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D8C,
        name: "GUNJALA GONDI VOWEL SIGN II",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D8D,
        name: "GUNJALA GONDI VOWEL SIGN U",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D8E,
        name: "GUNJALA GONDI VOWEL SIGN UU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D90,
        name: "GUNJALA GONDI VOWEL SIGN EE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D91,
        name: "GUNJALA GONDI VOWEL SIGN AI",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D93,
        name: "GUNJALA GONDI VOWEL SIGN OO",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D94,
        name: "GUNJALA GONDI VOWEL SIGN AU",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D95,
        name: "GUNJALA GONDI SIGN ANUSVARA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D96,
        name: "GUNJALA GONDI SIGN VISARGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D97,
        name: "GUNJALA GONDI VIRAMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11D98,
        name: "GUNJALA GONDI OM",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA0,
        name: "GUNJALA GONDI DIGIT ZERO",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA1,
        name: "GUNJALA GONDI DIGIT ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA2,
        name: "GUNJALA GONDI DIGIT TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA3,
        name: "GUNJALA GONDI DIGIT THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA4,
        name: "GUNJALA GONDI DIGIT FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA5,
        name: "GUNJALA GONDI DIGIT FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA6,
        name: "GUNJALA GONDI DIGIT SIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA7,
        name: "GUNJALA GONDI DIGIT SEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA8,
        name: "GUNJALA GONDI DIGIT EIGHT",
    },
    Character {
        age: "11.0",
        codepoint: 0x11DA9,
        name: "GUNJALA GONDI DIGIT NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE0,
        name: "MAKASAR LETTER KA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE1,
        name: "MAKASAR LETTER GA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE2,
        name: "MAKASAR LETTER NGA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE3,
        name: "MAKASAR LETTER PA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE4,
        name: "MAKASAR LETTER BA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE5,
        name: "MAKASAR LETTER MA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE6,
        name: "MAKASAR LETTER TA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE7,
        name: "MAKASAR LETTER DA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE8,
        name: "MAKASAR LETTER NA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EE9,
        name: "MAKASAR LETTER CA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EEA,
        name: "MAKASAR LETTER JA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EEB,
        name: "MAKASAR LETTER NYA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EEC,
        name: "MAKASAR LETTER YA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EED,
        name: "MAKASAR LETTER RA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EEE,
        name: "MAKASAR LETTER LA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EEF,
        name: "MAKASAR LETTER VA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF0,
        name: "MAKASAR LETTER SA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF1,
        name: "MAKASAR LETTER A",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF2,
        name: "MAKASAR ANGKA",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF3,
        name: "MAKASAR VOWEL SIGN I",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF4,
        name: "MAKASAR VOWEL SIGN U",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF5,
        name: "MAKASAR VOWEL SIGN E",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF6,
        name: "MAKASAR VOWEL SIGN O",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF7,
        name: "MAKASAR PASSIMBANG",
    },
    Character {
        age: "11.0",
        codepoint: 0x11EF8,
        name: "MAKASAR END OF SECTION",
    },
    Character {
        age: "5.0",
        codepoint: 0x12000,
        name: "CUNEIFORM SIGN A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12001,
        name: "CUNEIFORM SIGN A TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12002,
        name: "CUNEIFORM SIGN A TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12003,
        name: "CUNEIFORM SIGN A TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12004,
        name: "CUNEIFORM SIGN A TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12005,
        name: "CUNEIFORM SIGN A TIMES IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12006,
        name: "CUNEIFORM SIGN A TIMES LAGAR GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12007,
        name: "CUNEIFORM SIGN A TIMES MUSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12008,
        name: "CUNEIFORM SIGN A TIMES SAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12009,
        name: "CUNEIFORM SIGN A2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1200A,
        name: "CUNEIFORM SIGN AB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1200B,
        name: "CUNEIFORM SIGN AB TIMES ASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1200C,
        name: "CUNEIFORM SIGN AB TIMES DUN3 GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1200D,
        name: "CUNEIFORM SIGN AB TIMES GAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1200E,
        name: "CUNEIFORM SIGN AB TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1200F,
        name: "CUNEIFORM SIGN AB TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12010,
        name: "CUNEIFORM SIGN AB TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12011,
        name: "CUNEIFORM SIGN AB TIMES IMIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12012,
        name: "CUNEIFORM SIGN AB TIMES LAGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12013,
        name: "CUNEIFORM SIGN AB TIMES SHESH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12014,
        name: "CUNEIFORM SIGN AB TIMES U PLUS U PLUS U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12015,
        name: "CUNEIFORM SIGN AB GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12016,
        name: "CUNEIFORM SIGN AB2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12017,
        name: "CUNEIFORM SIGN AB2 TIMES BALAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12018,
        name: "CUNEIFORM SIGN AB2 TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12019,
        name: "CUNEIFORM SIGN AB2 TIMES ME PLUS EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1201A,
        name: "CUNEIFORM SIGN AB2 TIMES SHA3",
    },
    Character {
        age: "5.0",
        codepoint: 0x1201B,
        name: "CUNEIFORM SIGN AB2 TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x1201C,
        name: "CUNEIFORM SIGN AD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1201D,
        name: "CUNEIFORM SIGN AK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1201E,
        name: "CUNEIFORM SIGN AK TIMES ERIN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1201F,
        name: "CUNEIFORM SIGN AK TIMES SHITA PLUS GISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12020,
        name: "CUNEIFORM SIGN AL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12021,
        name: "CUNEIFORM SIGN AL TIMES AL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12022,
        name: "CUNEIFORM SIGN AL TIMES DIM2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12023,
        name: "CUNEIFORM SIGN AL TIMES GISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12024,
        name: "CUNEIFORM SIGN AL TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12025,
        name: "CUNEIFORM SIGN AL TIMES KAD3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12026,
        name: "CUNEIFORM SIGN AL TIMES KI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12027,
        name: "CUNEIFORM SIGN AL TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12028,
        name: "CUNEIFORM SIGN AL TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12029,
        name: "CUNEIFORM SIGN ALAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1202A,
        name: "CUNEIFORM SIGN ALEPH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1202B,
        name: "CUNEIFORM SIGN AMAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1202C,
        name: "CUNEIFORM SIGN AMAR TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1202D,
        name: "CUNEIFORM SIGN AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1202E,
        name: "CUNEIFORM SIGN AN OVER AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1202F,
        name: "CUNEIFORM SIGN AN THREE TIMES",
    },
    Character {
        age: "5.0",
        codepoint: 0x12030,
        name: "CUNEIFORM SIGN AN PLUS NAGA OPPOSING AN PLUS NAGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12031,
        name: "CUNEIFORM SIGN AN PLUS NAGA SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x12032,
        name: "CUNEIFORM SIGN ANSHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12033,
        name: "CUNEIFORM SIGN APIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12034,
        name: "CUNEIFORM SIGN ARAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12035,
        name: "CUNEIFORM SIGN ARAD TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12036,
        name: "CUNEIFORM SIGN ARKAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12037,
        name: "CUNEIFORM SIGN ASAL2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12038,
        name: "CUNEIFORM SIGN ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12039,
        name: "CUNEIFORM SIGN ASH ZIDA TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1203A,
        name: "CUNEIFORM SIGN ASH KABA TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1203B,
        name: "CUNEIFORM SIGN ASH OVER ASH TUG2 OVER TUG2 TUG2 OVER TUG2 PAP",
    },
    Character {
        age: "5.0",
        codepoint: 0x1203C,
        name: "CUNEIFORM SIGN ASH OVER ASH OVER ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1203D,
        name: "CUNEIFORM SIGN ASH OVER ASH OVER ASH CROSSING ASH OVER ASH OVER ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1203E,
        name: "CUNEIFORM SIGN ASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1203F,
        name: "CUNEIFORM SIGN ASHGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12040,
        name: "CUNEIFORM SIGN BA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12041,
        name: "CUNEIFORM SIGN BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12042,
        name: "CUNEIFORM SIGN BAG3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12043,
        name: "CUNEIFORM SIGN BAHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12044,
        name: "CUNEIFORM SIGN BAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12045,
        name: "CUNEIFORM SIGN BAL OVER BAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12046,
        name: "CUNEIFORM SIGN BALAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12047,
        name: "CUNEIFORM SIGN BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12048,
        name: "CUNEIFORM SIGN BARA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12049,
        name: "CUNEIFORM SIGN BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1204A,
        name: "CUNEIFORM SIGN BI TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1204B,
        name: "CUNEIFORM SIGN BI TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1204C,
        name: "CUNEIFORM SIGN BI TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1204D,
        name: "CUNEIFORM SIGN BU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1204E,
        name: "CUNEIFORM SIGN BU OVER BU AB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1204F,
        name: "CUNEIFORM SIGN BU OVER BU UN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12050,
        name: "CUNEIFORM SIGN BU CROSSING BU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12051,
        name: "CUNEIFORM SIGN BULUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12052,
        name: "CUNEIFORM SIGN BULUG OVER BULUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12053,
        name: "CUNEIFORM SIGN BUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12054,
        name: "CUNEIFORM SIGN BUR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12055,
        name: "CUNEIFORM SIGN DA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12056,
        name: "CUNEIFORM SIGN DAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12057,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES A PLUS MASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12058,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES AMAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12059,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES BALAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1205A,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1205B,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES GA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1205C,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES GA PLUS MASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1205D,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES GI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1205E,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES GIR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1205F,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12060,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12061,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES IR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12062,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES IR PLUS LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12063,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES KAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x12064,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12065,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12066,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES LU PLUS MASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12067,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES LUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12068,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12069,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES PAP PLUS PAP",
    },
    Character {
        age: "5.0",
        codepoint: 0x1206A,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES SI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1206B,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x1206C,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS GIR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1206D,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1206E,
        name: "CUNEIFORM SIGN DAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1206F,
        name: "CUNEIFORM SIGN DAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12070,
        name: "CUNEIFORM SIGN DARA3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12071,
        name: "CUNEIFORM SIGN DARA4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12072,
        name: "CUNEIFORM SIGN DI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12073,
        name: "CUNEIFORM SIGN DIB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12074,
        name: "CUNEIFORM SIGN DIM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12075,
        name: "CUNEIFORM SIGN DIM TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12076,
        name: "CUNEIFORM SIGN DIM2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12077,
        name: "CUNEIFORM SIGN DIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12078,
        name: "CUNEIFORM SIGN DIN KASKAL U GUNU DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12079,
        name: "CUNEIFORM SIGN DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1207A,
        name: "CUNEIFORM SIGN DU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1207B,
        name: "CUNEIFORM SIGN DU OVER DU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1207C,
        name: "CUNEIFORM SIGN DU GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1207D,
        name: "CUNEIFORM SIGN DU SHESHIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1207E,
        name: "CUNEIFORM SIGN DUB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1207F,
        name: "CUNEIFORM SIGN DUB TIMES ESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12080,
        name: "CUNEIFORM SIGN DUB2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12081,
        name: "CUNEIFORM SIGN DUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12082,
        name: "CUNEIFORM SIGN DUGUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12083,
        name: "CUNEIFORM SIGN DUH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12084,
        name: "CUNEIFORM SIGN DUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12085,
        name: "CUNEIFORM SIGN DUN3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12086,
        name: "CUNEIFORM SIGN DUN3 GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12087,
        name: "CUNEIFORM SIGN DUN3 GUNU GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12088,
        name: "CUNEIFORM SIGN DUN4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12089,
        name: "CUNEIFORM SIGN DUR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1208A,
        name: "CUNEIFORM SIGN E",
    },
    Character {
        age: "5.0",
        codepoint: 0x1208B,
        name: "CUNEIFORM SIGN E TIMES PAP",
    },
    Character {
        age: "5.0",
        codepoint: 0x1208C,
        name: "CUNEIFORM SIGN E OVER E NUN OVER NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1208D,
        name: "CUNEIFORM SIGN E2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1208E,
        name: "CUNEIFORM SIGN E2 TIMES A PLUS HA PLUS DA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1208F,
        name: "CUNEIFORM SIGN E2 TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12090,
        name: "CUNEIFORM SIGN E2 TIMES MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12091,
        name: "CUNEIFORM SIGN E2 TIMES SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12092,
        name: "CUNEIFORM SIGN E2 TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12093,
        name: "CUNEIFORM SIGN E2 TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12094,
        name: "CUNEIFORM SIGN EDIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12095,
        name: "CUNEIFORM SIGN EGIR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12096,
        name: "CUNEIFORM SIGN EL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12097,
        name: "CUNEIFORM SIGN EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12098,
        name: "CUNEIFORM SIGN EN TIMES GAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12099,
        name: "CUNEIFORM SIGN EN TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1209A,
        name: "CUNEIFORM SIGN EN TIMES ME",
    },
    Character {
        age: "5.0",
        codepoint: 0x1209B,
        name: "CUNEIFORM SIGN EN CROSSING EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1209C,
        name: "CUNEIFORM SIGN EN OPPOSING EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1209D,
        name: "CUNEIFORM SIGN EN SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x1209E,
        name: "CUNEIFORM SIGN EREN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1209F,
        name: "CUNEIFORM SIGN ERIN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A0,
        name: "CUNEIFORM SIGN ESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A1,
        name: "CUNEIFORM SIGN EZEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A2,
        name: "CUNEIFORM SIGN EZEN TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A3,
        name: "CUNEIFORM SIGN EZEN TIMES A PLUS LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A4,
        name: "CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A5,
        name: "CUNEIFORM SIGN EZEN TIMES AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A6,
        name: "CUNEIFORM SIGN EZEN TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A7,
        name: "CUNEIFORM SIGN EZEN TIMES DUN3 GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A8,
        name: "CUNEIFORM SIGN EZEN TIMES DUN3 GUNU GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120A9,
        name: "CUNEIFORM SIGN EZEN TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120AA,
        name: "CUNEIFORM SIGN EZEN TIMES HA GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120AB,
        name: "CUNEIFORM SIGN EZEN TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120AC,
        name: "CUNEIFORM SIGN EZEN TIMES KASKAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120AD,
        name: "CUNEIFORM SIGN EZEN TIMES KASKAL SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x120AE,
        name: "CUNEIFORM SIGN EZEN TIMES KU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x120AF,
        name: "CUNEIFORM SIGN EZEN TIMES LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B0,
        name: "CUNEIFORM SIGN EZEN TIMES LAL TIMES LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B1,
        name: "CUNEIFORM SIGN EZEN TIMES LI",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B2,
        name: "CUNEIFORM SIGN EZEN TIMES LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B3,
        name: "CUNEIFORM SIGN EZEN TIMES U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B4,
        name: "CUNEIFORM SIGN EZEN TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B5,
        name: "CUNEIFORM SIGN GA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B6,
        name: "CUNEIFORM SIGN GA GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B7,
        name: "CUNEIFORM SIGN GA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B8,
        name: "CUNEIFORM SIGN GA2 TIMES A PLUS DA PLUS HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120B9,
        name: "CUNEIFORM SIGN GA2 TIMES A PLUS HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120BA,
        name: "CUNEIFORM SIGN GA2 TIMES A PLUS IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x120BB,
        name: "CUNEIFORM SIGN GA2 TIMES AB2 TENU PLUS TAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x120BC,
        name: "CUNEIFORM SIGN GA2 TIMES AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120BD,
        name: "CUNEIFORM SIGN GA2 TIMES ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x120BE,
        name: "CUNEIFORM SIGN GA2 TIMES ASH2 PLUS GAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120BF,
        name: "CUNEIFORM SIGN GA2 TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C0,
        name: "CUNEIFORM SIGN GA2 TIMES BAR PLUS RA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C1,
        name: "CUNEIFORM SIGN GA2 TIMES BUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C2,
        name: "CUNEIFORM SIGN GA2 TIMES BUR PLUS RA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C3,
        name: "CUNEIFORM SIGN GA2 TIMES DA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C4,
        name: "CUNEIFORM SIGN GA2 TIMES DI",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C5,
        name: "CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C6,
        name: "CUNEIFORM SIGN GA2 TIMES DUB",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C7,
        name: "CUNEIFORM SIGN GA2 TIMES EL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C8,
        name: "CUNEIFORM SIGN GA2 TIMES EL PLUS LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120C9,
        name: "CUNEIFORM SIGN GA2 TIMES EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120CA,
        name: "CUNEIFORM SIGN GA2 TIMES EN TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120CB,
        name: "CUNEIFORM SIGN GA2 TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120CC,
        name: "CUNEIFORM SIGN GA2 TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120CD,
        name: "CUNEIFORM SIGN GA2 TIMES GI",
    },
    Character {
        age: "5.0",
        codepoint: 0x120CE,
        name: "CUNEIFORM SIGN GA2 TIMES GI4",
    },
    Character {
        age: "5.0",
        codepoint: 0x120CF,
        name: "CUNEIFORM SIGN GA2 TIMES GI4 PLUS A",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D0,
        name: "CUNEIFORM SIGN GA2 TIMES GIR2 PLUS SU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D1,
        name: "CUNEIFORM SIGN GA2 TIMES HA PLUS LU PLUS ESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D2,
        name: "CUNEIFORM SIGN GA2 TIMES HAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D3,
        name: "CUNEIFORM SIGN GA2 TIMES HAL PLUS LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D4,
        name: "CUNEIFORM SIGN GA2 TIMES HI PLUS LI",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D5,
        name: "CUNEIFORM SIGN GA2 TIMES HUB2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D6,
        name: "CUNEIFORM SIGN GA2 TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D7,
        name: "CUNEIFORM SIGN GA2 TIMES ISH PLUS HU PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D8,
        name: "CUNEIFORM SIGN GA2 TIMES KAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x120D9,
        name: "CUNEIFORM SIGN GA2 TIMES KASKAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120DA,
        name: "CUNEIFORM SIGN GA2 TIMES KID",
    },
    Character {
        age: "5.0",
        codepoint: 0x120DB,
        name: "CUNEIFORM SIGN GA2 TIMES KID PLUS LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120DC,
        name: "CUNEIFORM SIGN GA2 TIMES KU3 PLUS AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120DD,
        name: "CUNEIFORM SIGN GA2 TIMES LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120DE,
        name: "CUNEIFORM SIGN GA2 TIMES ME PLUS EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120DF,
        name: "CUNEIFORM SIGN GA2 TIMES MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E0,
        name: "CUNEIFORM SIGN GA2 TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E1,
        name: "CUNEIFORM SIGN GA2 TIMES NUN OVER NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E2,
        name: "CUNEIFORM SIGN GA2 TIMES PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E3,
        name: "CUNEIFORM SIGN GA2 TIMES SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E4,
        name: "CUNEIFORM SIGN GA2 TIMES SAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E5,
        name: "CUNEIFORM SIGN GA2 TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E6,
        name: "CUNEIFORM SIGN GA2 TIMES SHE PLUS TUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E7,
        name: "CUNEIFORM SIGN GA2 TIMES SHID",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E8,
        name: "CUNEIFORM SIGN GA2 TIMES SUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x120E9,
        name: "CUNEIFORM SIGN GA2 TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x120EA,
        name: "CUNEIFORM SIGN GA2 TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x120EB,
        name: "CUNEIFORM SIGN GA2 TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x120EC,
        name: "CUNEIFORM SIGN GA2 TIMES UD PLUS DU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120ED,
        name: "CUNEIFORM SIGN GA2 OVER GA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120EE,
        name: "CUNEIFORM SIGN GABA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120EF,
        name: "CUNEIFORM SIGN GABA CROSSING GABA",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F0,
        name: "CUNEIFORM SIGN GAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F1,
        name: "CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F2,
        name: "CUNEIFORM SIGN GAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F3,
        name: "CUNEIFORM SIGN GAL GAD OVER GAD GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F4,
        name: "CUNEIFORM SIGN GALAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F5,
        name: "CUNEIFORM SIGN GAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F6,
        name: "CUNEIFORM SIGN GAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F7,
        name: "CUNEIFORM SIGN GAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F8,
        name: "CUNEIFORM SIGN GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x120F9,
        name: "CUNEIFORM SIGN GAN2 OVER GAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120FA,
        name: "CUNEIFORM SIGN GAN2 CROSSING GAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x120FB,
        name: "CUNEIFORM SIGN GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x120FC,
        name: "CUNEIFORM SIGN GAR3",
    },
    Character {
        age: "5.0",
        codepoint: 0x120FD,
        name: "CUNEIFORM SIGN GASHAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120FE,
        name: "CUNEIFORM SIGN GESHTIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x120FF,
        name: "CUNEIFORM SIGN GESHTIN TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12100,
        name: "CUNEIFORM SIGN GI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12101,
        name: "CUNEIFORM SIGN GI TIMES E",
    },
    Character {
        age: "5.0",
        codepoint: 0x12102,
        name: "CUNEIFORM SIGN GI TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12103,
        name: "CUNEIFORM SIGN GI CROSSING GI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12104,
        name: "CUNEIFORM SIGN GI4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12105,
        name: "CUNEIFORM SIGN GI4 OVER GI4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12106,
        name: "CUNEIFORM SIGN GI4 CROSSING GI4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12107,
        name: "CUNEIFORM SIGN GIDIM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12108,
        name: "CUNEIFORM SIGN GIR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12109,
        name: "CUNEIFORM SIGN GIR2 GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1210A,
        name: "CUNEIFORM SIGN GIR3",
    },
    Character {
        age: "5.0",
        codepoint: 0x1210B,
        name: "CUNEIFORM SIGN GIR3 TIMES A PLUS IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1210C,
        name: "CUNEIFORM SIGN GIR3 TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1210D,
        name: "CUNEIFORM SIGN GIR3 TIMES IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1210E,
        name: "CUNEIFORM SIGN GIR3 TIMES LU PLUS IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1210F,
        name: "CUNEIFORM SIGN GIR3 TIMES PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12110,
        name: "CUNEIFORM SIGN GISAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12111,
        name: "CUNEIFORM SIGN GISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12112,
        name: "CUNEIFORM SIGN GISH CROSSING GISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12113,
        name: "CUNEIFORM SIGN GISH TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12114,
        name: "CUNEIFORM SIGN GISH TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12115,
        name: "CUNEIFORM SIGN GISH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12116,
        name: "CUNEIFORM SIGN GU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12117,
        name: "CUNEIFORM SIGN GU CROSSING GU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12118,
        name: "CUNEIFORM SIGN GU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12119,
        name: "CUNEIFORM SIGN GU2 TIMES KAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1211A,
        name: "CUNEIFORM SIGN GU2 TIMES KAK TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1211B,
        name: "CUNEIFORM SIGN GU2 TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1211C,
        name: "CUNEIFORM SIGN GU2 TIMES SAL PLUS TUG2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1211D,
        name: "CUNEIFORM SIGN GU2 GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1211E,
        name: "CUNEIFORM SIGN GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1211F,
        name: "CUNEIFORM SIGN GUD TIMES A PLUS KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12120,
        name: "CUNEIFORM SIGN GUD TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12121,
        name: "CUNEIFORM SIGN GUD OVER GUD LUGAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12122,
        name: "CUNEIFORM SIGN GUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12123,
        name: "CUNEIFORM SIGN GUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12124,
        name: "CUNEIFORM SIGN GUM TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12125,
        name: "CUNEIFORM SIGN GUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12126,
        name: "CUNEIFORM SIGN GUR7",
    },
    Character {
        age: "5.0",
        codepoint: 0x12127,
        name: "CUNEIFORM SIGN GURUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12128,
        name: "CUNEIFORM SIGN GURUSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12129,
        name: "CUNEIFORM SIGN HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1212A,
        name: "CUNEIFORM SIGN HA TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1212B,
        name: "CUNEIFORM SIGN HA GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1212C,
        name: "CUNEIFORM SIGN HAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1212D,
        name: "CUNEIFORM SIGN HI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1212E,
        name: "CUNEIFORM SIGN HI TIMES ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1212F,
        name: "CUNEIFORM SIGN HI TIMES ASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12130,
        name: "CUNEIFORM SIGN HI TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12131,
        name: "CUNEIFORM SIGN HI TIMES DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12132,
        name: "CUNEIFORM SIGN HI TIMES GAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12133,
        name: "CUNEIFORM SIGN HI TIMES KIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12134,
        name: "CUNEIFORM SIGN HI TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12135,
        name: "CUNEIFORM SIGN HI TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12136,
        name: "CUNEIFORM SIGN HI TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12137,
        name: "CUNEIFORM SIGN HU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12138,
        name: "CUNEIFORM SIGN HUB2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12139,
        name: "CUNEIFORM SIGN HUB2 TIMES AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1213A,
        name: "CUNEIFORM SIGN HUB2 TIMES HAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1213B,
        name: "CUNEIFORM SIGN HUB2 TIMES KASKAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1213C,
        name: "CUNEIFORM SIGN HUB2 TIMES LISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1213D,
        name: "CUNEIFORM SIGN HUB2 TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1213E,
        name: "CUNEIFORM SIGN HUL2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1213F,
        name: "CUNEIFORM SIGN I",
    },
    Character {
        age: "5.0",
        codepoint: 0x12140,
        name: "CUNEIFORM SIGN I A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12141,
        name: "CUNEIFORM SIGN IB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12142,
        name: "CUNEIFORM SIGN IDIM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12143,
        name: "CUNEIFORM SIGN IDIM OVER IDIM BUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12144,
        name: "CUNEIFORM SIGN IDIM OVER IDIM SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x12145,
        name: "CUNEIFORM SIGN IG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12146,
        name: "CUNEIFORM SIGN IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12147,
        name: "CUNEIFORM SIGN IGI DIB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12148,
        name: "CUNEIFORM SIGN IGI RI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12149,
        name: "CUNEIFORM SIGN IGI OVER IGI SHIR OVER SHIR UD OVER UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1214A,
        name: "CUNEIFORM SIGN IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1214B,
        name: "CUNEIFORM SIGN IL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1214C,
        name: "CUNEIFORM SIGN IL TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1214D,
        name: "CUNEIFORM SIGN IL2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1214E,
        name: "CUNEIFORM SIGN IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1214F,
        name: "CUNEIFORM SIGN IM TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12150,
        name: "CUNEIFORM SIGN IM CROSSING IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12151,
        name: "CUNEIFORM SIGN IM OPPOSING IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12152,
        name: "CUNEIFORM SIGN IM SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x12153,
        name: "CUNEIFORM SIGN IMIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12154,
        name: "CUNEIFORM SIGN IN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12155,
        name: "CUNEIFORM SIGN IR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12156,
        name: "CUNEIFORM SIGN ISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12157,
        name: "CUNEIFORM SIGN KA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12158,
        name: "CUNEIFORM SIGN KA TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12159,
        name: "CUNEIFORM SIGN KA TIMES AD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1215A,
        name: "CUNEIFORM SIGN KA TIMES AD PLUS KU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x1215B,
        name: "CUNEIFORM SIGN KA TIMES ASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1215C,
        name: "CUNEIFORM SIGN KA TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1215D,
        name: "CUNEIFORM SIGN KA TIMES BALAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1215E,
        name: "CUNEIFORM SIGN KA TIMES BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1215F,
        name: "CUNEIFORM SIGN KA TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12160,
        name: "CUNEIFORM SIGN KA TIMES ERIN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12161,
        name: "CUNEIFORM SIGN KA TIMES ESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12162,
        name: "CUNEIFORM SIGN KA TIMES GA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12163,
        name: "CUNEIFORM SIGN KA TIMES GAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12164,
        name: "CUNEIFORM SIGN KA TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12165,
        name: "CUNEIFORM SIGN KA TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12166,
        name: "CUNEIFORM SIGN KA TIMES GAR PLUS SHA3 PLUS A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12167,
        name: "CUNEIFORM SIGN KA TIMES GI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12168,
        name: "CUNEIFORM SIGN KA TIMES GIR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12169,
        name: "CUNEIFORM SIGN KA TIMES GISH PLUS SAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1216A,
        name: "CUNEIFORM SIGN KA TIMES GISH CROSSING GISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1216B,
        name: "CUNEIFORM SIGN KA TIMES GU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1216C,
        name: "CUNEIFORM SIGN KA TIMES GUR7",
    },
    Character {
        age: "5.0",
        codepoint: 0x1216D,
        name: "CUNEIFORM SIGN KA TIMES IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1216E,
        name: "CUNEIFORM SIGN KA TIMES IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1216F,
        name: "CUNEIFORM SIGN KA TIMES KAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x12170,
        name: "CUNEIFORM SIGN KA TIMES KI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12171,
        name: "CUNEIFORM SIGN KA TIMES KID",
    },
    Character {
        age: "5.0",
        codepoint: 0x12172,
        name: "CUNEIFORM SIGN KA TIMES LI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12173,
        name: "CUNEIFORM SIGN KA TIMES LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12174,
        name: "CUNEIFORM SIGN KA TIMES ME",
    },
    Character {
        age: "5.0",
        codepoint: 0x12175,
        name: "CUNEIFORM SIGN KA TIMES ME PLUS DU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12176,
        name: "CUNEIFORM SIGN KA TIMES ME PLUS GI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12177,
        name: "CUNEIFORM SIGN KA TIMES ME PLUS TE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12178,
        name: "CUNEIFORM SIGN KA TIMES MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12179,
        name: "CUNEIFORM SIGN KA TIMES MI PLUS NUNUZ",
    },
    Character {
        age: "5.0",
        codepoint: 0x1217A,
        name: "CUNEIFORM SIGN KA TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1217B,
        name: "CUNEIFORM SIGN KA TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1217C,
        name: "CUNEIFORM SIGN KA TIMES PI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1217D,
        name: "CUNEIFORM SIGN KA TIMES RU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1217E,
        name: "CUNEIFORM SIGN KA TIMES SA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1217F,
        name: "CUNEIFORM SIGN KA TIMES SAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12180,
        name: "CUNEIFORM SIGN KA TIMES SHA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12181,
        name: "CUNEIFORM SIGN KA TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12182,
        name: "CUNEIFORM SIGN KA TIMES SHID",
    },
    Character {
        age: "5.0",
        codepoint: 0x12183,
        name: "CUNEIFORM SIGN KA TIMES SHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12184,
        name: "CUNEIFORM SIGN KA TIMES SIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12185,
        name: "CUNEIFORM SIGN KA TIMES SUHUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12186,
        name: "CUNEIFORM SIGN KA TIMES TAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12187,
        name: "CUNEIFORM SIGN KA TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12188,
        name: "CUNEIFORM SIGN KA TIMES U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12189,
        name: "CUNEIFORM SIGN KA TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1218A,
        name: "CUNEIFORM SIGN KA TIMES UMUM TIMES PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1218B,
        name: "CUNEIFORM SIGN KA TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1218C,
        name: "CUNEIFORM SIGN KA TIMES ZI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1218D,
        name: "CUNEIFORM SIGN KA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1218E,
        name: "CUNEIFORM SIGN KA2 CROSSING KA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1218F,
        name: "CUNEIFORM SIGN KAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12190,
        name: "CUNEIFORM SIGN KAD2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12191,
        name: "CUNEIFORM SIGN KAD3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12192,
        name: "CUNEIFORM SIGN KAD4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12193,
        name: "CUNEIFORM SIGN KAD5",
    },
    Character {
        age: "5.0",
        codepoint: 0x12194,
        name: "CUNEIFORM SIGN KAD5 OVER KAD5",
    },
    Character {
        age: "5.0",
        codepoint: 0x12195,
        name: "CUNEIFORM SIGN KAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x12196,
        name: "CUNEIFORM SIGN KAK TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12197,
        name: "CUNEIFORM SIGN KAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12198,
        name: "CUNEIFORM SIGN KAL TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12199,
        name: "CUNEIFORM SIGN KAL CROSSING KAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1219A,
        name: "CUNEIFORM SIGN KAM2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1219B,
        name: "CUNEIFORM SIGN KAM4",
    },
    Character {
        age: "5.0",
        codepoint: 0x1219C,
        name: "CUNEIFORM SIGN KASKAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1219D,
        name: "CUNEIFORM SIGN KASKAL LAGAB TIMES U OVER LAGAB TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x1219E,
        name: "CUNEIFORM SIGN KASKAL OVER KASKAL LAGAB TIMES U OVER LAGAB TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x1219F,
        name: "CUNEIFORM SIGN KESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A0,
        name: "CUNEIFORM SIGN KI",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A1,
        name: "CUNEIFORM SIGN KI TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A2,
        name: "CUNEIFORM SIGN KI TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A3,
        name: "CUNEIFORM SIGN KI TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A4,
        name: "CUNEIFORM SIGN KID",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A5,
        name: "CUNEIFORM SIGN KIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A6,
        name: "CUNEIFORM SIGN KISAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A7,
        name: "CUNEIFORM SIGN KISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A8,
        name: "CUNEIFORM SIGN KISIM5",
    },
    Character {
        age: "5.0",
        codepoint: 0x121A9,
        name: "CUNEIFORM SIGN KISIM5 OVER KISIM5",
    },
    Character {
        age: "5.0",
        codepoint: 0x121AA,
        name: "CUNEIFORM SIGN KU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121AB,
        name: "CUNEIFORM SIGN KU OVER HI TIMES ASH2 KU OVER HI TIMES ASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121AC,
        name: "CUNEIFORM SIGN KU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x121AD,
        name: "CUNEIFORM SIGN KU4",
    },
    Character {
        age: "5.0",
        codepoint: 0x121AE,
        name: "CUNEIFORM SIGN KU4 VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x121AF,
        name: "CUNEIFORM SIGN KU7",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B0,
        name: "CUNEIFORM SIGN KUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B1,
        name: "CUNEIFORM SIGN KUL GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B2,
        name: "CUNEIFORM SIGN KUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B3,
        name: "CUNEIFORM SIGN KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B4,
        name: "CUNEIFORM SIGN KUR OPPOSING KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B5,
        name: "CUNEIFORM SIGN KUSHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B6,
        name: "CUNEIFORM SIGN KWU318",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B7,
        name: "CUNEIFORM SIGN LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B8,
        name: "CUNEIFORM SIGN LAGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x121B9,
        name: "CUNEIFORM SIGN LAGAB TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x121BA,
        name: "CUNEIFORM SIGN LAGAB TIMES A PLUS DA PLUS HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x121BB,
        name: "CUNEIFORM SIGN LAGAB TIMES A PLUS GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121BC,
        name: "CUNEIFORM SIGN LAGAB TIMES A PLUS LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121BD,
        name: "CUNEIFORM SIGN LAGAB TIMES AL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121BE,
        name: "CUNEIFORM SIGN LAGAB TIMES AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121BF,
        name: "CUNEIFORM SIGN LAGAB TIMES ASH ZIDA TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C0,
        name: "CUNEIFORM SIGN LAGAB TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C1,
        name: "CUNEIFORM SIGN LAGAB TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C2,
        name: "CUNEIFORM SIGN LAGAB TIMES DAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C3,
        name: "CUNEIFORM SIGN LAGAB TIMES EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C4,
        name: "CUNEIFORM SIGN LAGAB TIMES GA",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C5,
        name: "CUNEIFORM SIGN LAGAB TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C6,
        name: "CUNEIFORM SIGN LAGAB TIMES GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C7,
        name: "CUNEIFORM SIGN LAGAB TIMES GUD PLUS GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C8,
        name: "CUNEIFORM SIGN LAGAB TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x121C9,
        name: "CUNEIFORM SIGN LAGAB TIMES HAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121CA,
        name: "CUNEIFORM SIGN LAGAB TIMES HI TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121CB,
        name: "CUNEIFORM SIGN LAGAB TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121CC,
        name: "CUNEIFORM SIGN LAGAB TIMES IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x121CD,
        name: "CUNEIFORM SIGN LAGAB TIMES IM PLUS HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x121CE,
        name: "CUNEIFORM SIGN LAGAB TIMES IM PLUS LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121CF,
        name: "CUNEIFORM SIGN LAGAB TIMES KI",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D0,
        name: "CUNEIFORM SIGN LAGAB TIMES KIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D1,
        name: "CUNEIFORM SIGN LAGAB TIMES KU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D2,
        name: "CUNEIFORM SIGN LAGAB TIMES KUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D3,
        name: "CUNEIFORM SIGN LAGAB TIMES KUL PLUS HI PLUS A",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D4,
        name: "CUNEIFORM SIGN LAGAB TIMES LAGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D5,
        name: "CUNEIFORM SIGN LAGAB TIMES LISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D6,
        name: "CUNEIFORM SIGN LAGAB TIMES LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D7,
        name: "CUNEIFORM SIGN LAGAB TIMES LUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D8,
        name: "CUNEIFORM SIGN LAGAB TIMES ME",
    },
    Character {
        age: "5.0",
        codepoint: 0x121D9,
        name: "CUNEIFORM SIGN LAGAB TIMES ME PLUS EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x121DA,
        name: "CUNEIFORM SIGN LAGAB TIMES MUSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x121DB,
        name: "CUNEIFORM SIGN LAGAB TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x121DC,
        name: "CUNEIFORM SIGN LAGAB TIMES SHE PLUS SUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x121DD,
        name: "CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH PLUS ERIN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121DE,
        name: "CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121DF,
        name: "CUNEIFORM SIGN LAGAB TIMES SHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E0,
        name: "CUNEIFORM SIGN LAGAB TIMES SHU2 PLUS SHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E1,
        name: "CUNEIFORM SIGN LAGAB TIMES SUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E2,
        name: "CUNEIFORM SIGN LAGAB TIMES TAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E3,
        name: "CUNEIFORM SIGN LAGAB TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E4,
        name: "CUNEIFORM SIGN LAGAB TIMES TE PLUS A PLUS SU PLUS NA",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E5,
        name: "CUNEIFORM SIGN LAGAB TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E6,
        name: "CUNEIFORM SIGN LAGAB TIMES U PLUS A",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E7,
        name: "CUNEIFORM SIGN LAGAB TIMES U PLUS U PLUS U",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E8,
        name: "CUNEIFORM SIGN LAGAB TIMES U2 PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x121E9,
        name: "CUNEIFORM SIGN LAGAB TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121EA,
        name: "CUNEIFORM SIGN LAGAB TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x121EB,
        name: "CUNEIFORM SIGN LAGAB SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x121EC,
        name: "CUNEIFORM SIGN LAGAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121ED,
        name: "CUNEIFORM SIGN LAGAR TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x121EE,
        name: "CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x121EF,
        name: "CUNEIFORM SIGN LAGAR GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F0,
        name: "CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F1,
        name: "CUNEIFORM SIGN LAHSHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F2,
        name: "CUNEIFORM SIGN LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F3,
        name: "CUNEIFORM SIGN LAL TIMES LAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F4,
        name: "CUNEIFORM SIGN LAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F5,
        name: "CUNEIFORM SIGN LAM TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F6,
        name: "CUNEIFORM SIGN LAM TIMES KUR PLUS RU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F7,
        name: "CUNEIFORM SIGN LI",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F8,
        name: "CUNEIFORM SIGN LIL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121F9,
        name: "CUNEIFORM SIGN LIMMU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121FA,
        name: "CUNEIFORM SIGN LISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x121FB,
        name: "CUNEIFORM SIGN LU",
    },
    Character {
        age: "5.0",
        codepoint: 0x121FC,
        name: "CUNEIFORM SIGN LU TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x121FD,
        name: "CUNEIFORM SIGN LU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x121FE,
        name: "CUNEIFORM SIGN LU2 TIMES AL",
    },
    Character {
        age: "5.0",
        codepoint: 0x121FF,
        name: "CUNEIFORM SIGN LU2 TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12200,
        name: "CUNEIFORM SIGN LU2 TIMES ESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12201,
        name: "CUNEIFORM SIGN LU2 TIMES ESH2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12202,
        name: "CUNEIFORM SIGN LU2 TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12203,
        name: "CUNEIFORM SIGN LU2 TIMES HI TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12204,
        name: "CUNEIFORM SIGN LU2 TIMES IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12205,
        name: "CUNEIFORM SIGN LU2 TIMES KAD2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12206,
        name: "CUNEIFORM SIGN LU2 TIMES KAD3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12207,
        name: "CUNEIFORM SIGN LU2 TIMES KAD3 PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12208,
        name: "CUNEIFORM SIGN LU2 TIMES KI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12209,
        name: "CUNEIFORM SIGN LU2 TIMES LA PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1220A,
        name: "CUNEIFORM SIGN LU2 TIMES LAGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1220B,
        name: "CUNEIFORM SIGN LU2 TIMES ME PLUS EN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1220C,
        name: "CUNEIFORM SIGN LU2 TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1220D,
        name: "CUNEIFORM SIGN LU2 TIMES NU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1220E,
        name: "CUNEIFORM SIGN LU2 TIMES SI PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1220F,
        name: "CUNEIFORM SIGN LU2 TIMES SIK2 PLUS BU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12210,
        name: "CUNEIFORM SIGN LU2 TIMES TUG2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12211,
        name: "CUNEIFORM SIGN LU2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12212,
        name: "CUNEIFORM SIGN LU2 CROSSING LU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12213,
        name: "CUNEIFORM SIGN LU2 OPPOSING LU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12214,
        name: "CUNEIFORM SIGN LU2 SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x12215,
        name: "CUNEIFORM SIGN LU2 SHESHIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12216,
        name: "CUNEIFORM SIGN LU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12217,
        name: "CUNEIFORM SIGN LUGAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12218,
        name: "CUNEIFORM SIGN LUGAL OVER LUGAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12219,
        name: "CUNEIFORM SIGN LUGAL OPPOSING LUGAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1221A,
        name: "CUNEIFORM SIGN LUGAL SHESHIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1221B,
        name: "CUNEIFORM SIGN LUH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1221C,
        name: "CUNEIFORM SIGN LUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1221D,
        name: "CUNEIFORM SIGN LUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1221E,
        name: "CUNEIFORM SIGN LUM OVER LUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1221F,
        name: "CUNEIFORM SIGN LUM OVER LUM GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12220,
        name: "CUNEIFORM SIGN MA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12221,
        name: "CUNEIFORM SIGN MA TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12222,
        name: "CUNEIFORM SIGN MA GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12223,
        name: "CUNEIFORM SIGN MA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12224,
        name: "CUNEIFORM SIGN MAH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12225,
        name: "CUNEIFORM SIGN MAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12226,
        name: "CUNEIFORM SIGN MASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12227,
        name: "CUNEIFORM SIGN MASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12228,
        name: "CUNEIFORM SIGN ME",
    },
    Character {
        age: "5.0",
        codepoint: 0x12229,
        name: "CUNEIFORM SIGN MES",
    },
    Character {
        age: "5.0",
        codepoint: 0x1222A,
        name: "CUNEIFORM SIGN MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1222B,
        name: "CUNEIFORM SIGN MIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1222C,
        name: "CUNEIFORM SIGN MU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1222D,
        name: "CUNEIFORM SIGN MU OVER MU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1222E,
        name: "CUNEIFORM SIGN MUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1222F,
        name: "CUNEIFORM SIGN MUG GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12230,
        name: "CUNEIFORM SIGN MUNSUB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12231,
        name: "CUNEIFORM SIGN MURGU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12232,
        name: "CUNEIFORM SIGN MUSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12233,
        name: "CUNEIFORM SIGN MUSH TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12234,
        name: "CUNEIFORM SIGN MUSH TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12235,
        name: "CUNEIFORM SIGN MUSH TIMES ZA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12236,
        name: "CUNEIFORM SIGN MUSH OVER MUSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12237,
        name: "CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12238,
        name: "CUNEIFORM SIGN MUSH CROSSING MUSH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12239,
        name: "CUNEIFORM SIGN MUSH3",
    },
    Character {
        age: "5.0",
        codepoint: 0x1223A,
        name: "CUNEIFORM SIGN MUSH3 TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1223B,
        name: "CUNEIFORM SIGN MUSH3 TIMES A PLUS DI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1223C,
        name: "CUNEIFORM SIGN MUSH3 TIMES DI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1223D,
        name: "CUNEIFORM SIGN MUSH3 GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1223E,
        name: "CUNEIFORM SIGN NA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1223F,
        name: "CUNEIFORM SIGN NA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12240,
        name: "CUNEIFORM SIGN NAGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12241,
        name: "CUNEIFORM SIGN NAGA INVERTED",
    },
    Character {
        age: "5.0",
        codepoint: 0x12242,
        name: "CUNEIFORM SIGN NAGA TIMES SHU TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12243,
        name: "CUNEIFORM SIGN NAGA OPPOSING NAGA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12244,
        name: "CUNEIFORM SIGN NAGAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12245,
        name: "CUNEIFORM SIGN NAM NUTILLU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12246,
        name: "CUNEIFORM SIGN NAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12247,
        name: "CUNEIFORM SIGN NAM2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12248,
        name: "CUNEIFORM SIGN NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12249,
        name: "CUNEIFORM SIGN NE TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1224A,
        name: "CUNEIFORM SIGN NE TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1224B,
        name: "CUNEIFORM SIGN NE SHESHIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1224C,
        name: "CUNEIFORM SIGN NI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1224D,
        name: "CUNEIFORM SIGN NI TIMES E",
    },
    Character {
        age: "5.0",
        codepoint: 0x1224E,
        name: "CUNEIFORM SIGN NI2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1224F,
        name: "CUNEIFORM SIGN NIM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12250,
        name: "CUNEIFORM SIGN NIM TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12251,
        name: "CUNEIFORM SIGN NIM TIMES GAR PLUS GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12252,
        name: "CUNEIFORM SIGN NINDA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12253,
        name: "CUNEIFORM SIGN NINDA2 TIMES AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12254,
        name: "CUNEIFORM SIGN NINDA2 TIMES ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12255,
        name: "CUNEIFORM SIGN NINDA2 TIMES ASH PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12256,
        name: "CUNEIFORM SIGN NINDA2 TIMES GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12257,
        name: "CUNEIFORM SIGN NINDA2 TIMES ME PLUS GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12258,
        name: "CUNEIFORM SIGN NINDA2 TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12259,
        name: "CUNEIFORM SIGN NINDA2 TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1225A,
        name: "CUNEIFORM SIGN NINDA2 TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1225B,
        name: "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS A AN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1225C,
        name: "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1225D,
        name: "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1225E,
        name: "CUNEIFORM SIGN NINDA2 TIMES U2 PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1225F,
        name: "CUNEIFORM SIGN NINDA2 TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12260,
        name: "CUNEIFORM SIGN NISAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12261,
        name: "CUNEIFORM SIGN NU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12262,
        name: "CUNEIFORM SIGN NU11",
    },
    Character {
        age: "5.0",
        codepoint: 0x12263,
        name: "CUNEIFORM SIGN NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12264,
        name: "CUNEIFORM SIGN NUN LAGAR TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12265,
        name: "CUNEIFORM SIGN NUN LAGAR TIMES MASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12266,
        name: "CUNEIFORM SIGN NUN LAGAR TIMES SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12267,
        name: "CUNEIFORM SIGN NUN LAGAR TIMES SAL OVER NUN LAGAR TIMES SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12268,
        name: "CUNEIFORM SIGN NUN LAGAR TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12269,
        name: "CUNEIFORM SIGN NUN TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1226A,
        name: "CUNEIFORM SIGN NUN OVER NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1226B,
        name: "CUNEIFORM SIGN NUN CROSSING NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1226C,
        name: "CUNEIFORM SIGN NUN CROSSING NUN LAGAR OVER LAGAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1226D,
        name: "CUNEIFORM SIGN NUNUZ",
    },
    Character {
        age: "5.0",
        codepoint: 0x1226E,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES ASHGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1226F,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12270,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES DUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12271,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12272,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12273,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES KAD3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12274,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES LA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12275,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x12276,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES SILA3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12277,
        name: "CUNEIFORM SIGN NUNUZ AB2 TIMES U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12278,
        name: "CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12279,
        name: "CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI U",
    },
    Character {
        age: "5.0",
        codepoint: 0x1227A,
        name: "CUNEIFORM SIGN PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1227B,
        name: "CUNEIFORM SIGN PAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1227C,
        name: "CUNEIFORM SIGN PAN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1227D,
        name: "CUNEIFORM SIGN PAP",
    },
    Character {
        age: "5.0",
        codepoint: 0x1227E,
        name: "CUNEIFORM SIGN PESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1227F,
        name: "CUNEIFORM SIGN PI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12280,
        name: "CUNEIFORM SIGN PI TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12281,
        name: "CUNEIFORM SIGN PI TIMES AB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12282,
        name: "CUNEIFORM SIGN PI TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12283,
        name: "CUNEIFORM SIGN PI TIMES BU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12284,
        name: "CUNEIFORM SIGN PI TIMES E",
    },
    Character {
        age: "5.0",
        codepoint: 0x12285,
        name: "CUNEIFORM SIGN PI TIMES I",
    },
    Character {
        age: "5.0",
        codepoint: 0x12286,
        name: "CUNEIFORM SIGN PI TIMES IB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12287,
        name: "CUNEIFORM SIGN PI TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12288,
        name: "CUNEIFORM SIGN PI TIMES U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12289,
        name: "CUNEIFORM SIGN PI CROSSING PI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1228A,
        name: "CUNEIFORM SIGN PIRIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1228B,
        name: "CUNEIFORM SIGN PIRIG TIMES KAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1228C,
        name: "CUNEIFORM SIGN PIRIG TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1228D,
        name: "CUNEIFORM SIGN PIRIG TIMES ZA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1228E,
        name: "CUNEIFORM SIGN PIRIG OPPOSING PIRIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1228F,
        name: "CUNEIFORM SIGN RA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12290,
        name: "CUNEIFORM SIGN RAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12291,
        name: "CUNEIFORM SIGN RI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12292,
        name: "CUNEIFORM SIGN RU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12293,
        name: "CUNEIFORM SIGN SA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12294,
        name: "CUNEIFORM SIGN SAG NUTILLU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12295,
        name: "CUNEIFORM SIGN SAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12296,
        name: "CUNEIFORM SIGN SAG TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12297,
        name: "CUNEIFORM SIGN SAG TIMES DU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12298,
        name: "CUNEIFORM SIGN SAG TIMES DUB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12299,
        name: "CUNEIFORM SIGN SAG TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1229A,
        name: "CUNEIFORM SIGN SAG TIMES KAK",
    },
    Character {
        age: "5.0",
        codepoint: 0x1229B,
        name: "CUNEIFORM SIGN SAG TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1229C,
        name: "CUNEIFORM SIGN SAG TIMES LUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1229D,
        name: "CUNEIFORM SIGN SAG TIMES MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1229E,
        name: "CUNEIFORM SIGN SAG TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1229F,
        name: "CUNEIFORM SIGN SAG TIMES SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A0,
        name: "CUNEIFORM SIGN SAG TIMES SHID",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A1,
        name: "CUNEIFORM SIGN SAG TIMES TAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A2,
        name: "CUNEIFORM SIGN SAG TIMES U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A3,
        name: "CUNEIFORM SIGN SAG TIMES UB",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A4,
        name: "CUNEIFORM SIGN SAG TIMES UM",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A5,
        name: "CUNEIFORM SIGN SAG TIMES UR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A6,
        name: "CUNEIFORM SIGN SAG TIMES USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A7,
        name: "CUNEIFORM SIGN SAG OVER SAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A8,
        name: "CUNEIFORM SIGN SAG GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122A9,
        name: "CUNEIFORM SIGN SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x122AA,
        name: "CUNEIFORM SIGN SAL LAGAB TIMES ASH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122AB,
        name: "CUNEIFORM SIGN SANGA2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122AC,
        name: "CUNEIFORM SIGN SAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122AD,
        name: "CUNEIFORM SIGN SHA",
    },
    Character {
        age: "5.0",
        codepoint: 0x122AE,
        name: "CUNEIFORM SIGN SHA3",
    },
    Character {
        age: "5.0",
        codepoint: 0x122AF,
        name: "CUNEIFORM SIGN SHA3 TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B0,
        name: "CUNEIFORM SIGN SHA3 TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B1,
        name: "CUNEIFORM SIGN SHA3 TIMES GISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B2,
        name: "CUNEIFORM SIGN SHA3 TIMES NE",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B3,
        name: "CUNEIFORM SIGN SHA3 TIMES SHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B4,
        name: "CUNEIFORM SIGN SHA3 TIMES TUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B5,
        name: "CUNEIFORM SIGN SHA3 TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B6,
        name: "CUNEIFORM SIGN SHA3 TIMES U PLUS A",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B7,
        name: "CUNEIFORM SIGN SHA6",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B8,
        name: "CUNEIFORM SIGN SHAB6",
    },
    Character {
        age: "5.0",
        codepoint: 0x122B9,
        name: "CUNEIFORM SIGN SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122BA,
        name: "CUNEIFORM SIGN SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x122BB,
        name: "CUNEIFORM SIGN SHE HU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122BC,
        name: "CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122BD,
        name: "CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122BE,
        name: "CUNEIFORM SIGN SHEG9",
    },
    Character {
        age: "5.0",
        codepoint: 0x122BF,
        name: "CUNEIFORM SIGN SHEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C0,
        name: "CUNEIFORM SIGN SHESH",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C1,
        name: "CUNEIFORM SIGN SHESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C2,
        name: "CUNEIFORM SIGN SHESHLAM",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C3,
        name: "CUNEIFORM SIGN SHID",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C4,
        name: "CUNEIFORM SIGN SHID TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C5,
        name: "CUNEIFORM SIGN SHID TIMES IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C6,
        name: "CUNEIFORM SIGN SHIM",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C7,
        name: "CUNEIFORM SIGN SHIM TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C8,
        name: "CUNEIFORM SIGN SHIM TIMES BAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x122C9,
        name: "CUNEIFORM SIGN SHIM TIMES BULUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x122CA,
        name: "CUNEIFORM SIGN SHIM TIMES DIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x122CB,
        name: "CUNEIFORM SIGN SHIM TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122CC,
        name: "CUNEIFORM SIGN SHIM TIMES IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x122CD,
        name: "CUNEIFORM SIGN SHIM TIMES IGI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122CE,
        name: "CUNEIFORM SIGN SHIM TIMES KUSHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122CF,
        name: "CUNEIFORM SIGN SHIM TIMES LUL",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D0,
        name: "CUNEIFORM SIGN SHIM TIMES MUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D1,
        name: "CUNEIFORM SIGN SHIM TIMES SAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D2,
        name: "CUNEIFORM SIGN SHINIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D3,
        name: "CUNEIFORM SIGN SHIR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D4,
        name: "CUNEIFORM SIGN SHIR TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D5,
        name: "CUNEIFORM SIGN SHIR OVER SHIR BUR OVER BUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D6,
        name: "CUNEIFORM SIGN SHITA",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D7,
        name: "CUNEIFORM SIGN SHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D8,
        name: "CUNEIFORM SIGN SHU OVER INVERTED SHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122D9,
        name: "CUNEIFORM SIGN SHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122DA,
        name: "CUNEIFORM SIGN SHUBUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122DB,
        name: "CUNEIFORM SIGN SI",
    },
    Character {
        age: "5.0",
        codepoint: 0x122DC,
        name: "CUNEIFORM SIGN SI GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122DD,
        name: "CUNEIFORM SIGN SIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x122DE,
        name: "CUNEIFORM SIGN SIG4",
    },
    Character {
        age: "5.0",
        codepoint: 0x122DF,
        name: "CUNEIFORM SIGN SIG4 OVER SIG4 SHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E0,
        name: "CUNEIFORM SIGN SIK2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E1,
        name: "CUNEIFORM SIGN SILA3",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E2,
        name: "CUNEIFORM SIGN SU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E3,
        name: "CUNEIFORM SIGN SU OVER SU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E4,
        name: "CUNEIFORM SIGN SUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E5,
        name: "CUNEIFORM SIGN SUD2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E6,
        name: "CUNEIFORM SIGN SUHUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E7,
        name: "CUNEIFORM SIGN SUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E8,
        name: "CUNEIFORM SIGN SUMASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x122E9,
        name: "CUNEIFORM SIGN SUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122EA,
        name: "CUNEIFORM SIGN SUR9",
    },
    Character {
        age: "5.0",
        codepoint: 0x122EB,
        name: "CUNEIFORM SIGN TA",
    },
    Character {
        age: "5.0",
        codepoint: 0x122EC,
        name: "CUNEIFORM SIGN TA ASTERISK",
    },
    Character {
        age: "5.0",
        codepoint: 0x122ED,
        name: "CUNEIFORM SIGN TA TIMES HI",
    },
    Character {
        age: "5.0",
        codepoint: 0x122EE,
        name: "CUNEIFORM SIGN TA TIMES MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x122EF,
        name: "CUNEIFORM SIGN TA GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F0,
        name: "CUNEIFORM SIGN TAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F1,
        name: "CUNEIFORM SIGN TAB OVER TAB NI OVER NI DISH OVER DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F2,
        name: "CUNEIFORM SIGN TAB SQUARED",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F3,
        name: "CUNEIFORM SIGN TAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F4,
        name: "CUNEIFORM SIGN TAG TIMES BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F5,
        name: "CUNEIFORM SIGN TAG TIMES GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F6,
        name: "CUNEIFORM SIGN TAG TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F7,
        name: "CUNEIFORM SIGN TAG TIMES SHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F8,
        name: "CUNEIFORM SIGN TAG TIMES TUG2",
    },
    Character {
        age: "5.0",
        codepoint: 0x122F9,
        name: "CUNEIFORM SIGN TAG TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x122FA,
        name: "CUNEIFORM SIGN TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x122FB,
        name: "CUNEIFORM SIGN TAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x122FC,
        name: "CUNEIFORM SIGN TE",
    },
    Character {
        age: "5.0",
        codepoint: 0x122FD,
        name: "CUNEIFORM SIGN TE GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x122FE,
        name: "CUNEIFORM SIGN TI",
    },
    Character {
        age: "5.0",
        codepoint: 0x122FF,
        name: "CUNEIFORM SIGN TI TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12300,
        name: "CUNEIFORM SIGN TIL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12301,
        name: "CUNEIFORM SIGN TIR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12302,
        name: "CUNEIFORM SIGN TIR TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12303,
        name: "CUNEIFORM SIGN TIR OVER TIR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12304,
        name: "CUNEIFORM SIGN TIR OVER TIR GAD OVER GAD GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12305,
        name: "CUNEIFORM SIGN TU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12306,
        name: "CUNEIFORM SIGN TUG2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12307,
        name: "CUNEIFORM SIGN TUK",
    },
    Character {
        age: "5.0",
        codepoint: 0x12308,
        name: "CUNEIFORM SIGN TUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12309,
        name: "CUNEIFORM SIGN TUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1230A,
        name: "CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1230B,
        name: "CUNEIFORM SIGN U",
    },
    Character {
        age: "5.0",
        codepoint: 0x1230C,
        name: "CUNEIFORM SIGN U GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1230D,
        name: "CUNEIFORM SIGN U U U",
    },
    Character {
        age: "5.0",
        codepoint: 0x1230E,
        name: "CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1230F,
        name: "CUNEIFORM SIGN U OVER U SUR OVER SUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12310,
        name: "CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED",
    },
    Character {
        age: "5.0",
        codepoint: 0x12311,
        name: "CUNEIFORM SIGN U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12312,
        name: "CUNEIFORM SIGN UB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12313,
        name: "CUNEIFORM SIGN UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12314,
        name: "CUNEIFORM SIGN UD KUSHU2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12315,
        name: "CUNEIFORM SIGN UD TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x12316,
        name: "CUNEIFORM SIGN UD TIMES MI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12317,
        name: "CUNEIFORM SIGN UD TIMES U PLUS U PLUS U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12318,
        name: "CUNEIFORM SIGN UD TIMES U PLUS U PLUS U GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12319,
        name: "CUNEIFORM SIGN UD GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1231A,
        name: "CUNEIFORM SIGN UD SHESHIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1231B,
        name: "CUNEIFORM SIGN UD SHESHIG TIMES BAD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1231C,
        name: "CUNEIFORM SIGN UDUG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1231D,
        name: "CUNEIFORM SIGN UM",
    },
    Character {
        age: "5.0",
        codepoint: 0x1231E,
        name: "CUNEIFORM SIGN UM TIMES LAGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1231F,
        name: "CUNEIFORM SIGN UM TIMES ME PLUS DA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12320,
        name: "CUNEIFORM SIGN UM TIMES SHA3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12321,
        name: "CUNEIFORM SIGN UM TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12322,
        name: "CUNEIFORM SIGN UMBIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12323,
        name: "CUNEIFORM SIGN UMUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12324,
        name: "CUNEIFORM SIGN UMUM TIMES KASKAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x12325,
        name: "CUNEIFORM SIGN UMUM TIMES PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12326,
        name: "CUNEIFORM SIGN UN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12327,
        name: "CUNEIFORM SIGN UN GUNU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12328,
        name: "CUNEIFORM SIGN UR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12329,
        name: "CUNEIFORM SIGN UR CROSSING UR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1232A,
        name: "CUNEIFORM SIGN UR SHESHIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x1232B,
        name: "CUNEIFORM SIGN UR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1232C,
        name: "CUNEIFORM SIGN UR2 TIMES A PLUS HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1232D,
        name: "CUNEIFORM SIGN UR2 TIMES A PLUS NA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1232E,
        name: "CUNEIFORM SIGN UR2 TIMES AL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1232F,
        name: "CUNEIFORM SIGN UR2 TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12330,
        name: "CUNEIFORM SIGN UR2 TIMES NUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12331,
        name: "CUNEIFORM SIGN UR2 TIMES U2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12332,
        name: "CUNEIFORM SIGN UR2 TIMES U2 PLUS ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12333,
        name: "CUNEIFORM SIGN UR2 TIMES U2 PLUS BI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12334,
        name: "CUNEIFORM SIGN UR4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12335,
        name: "CUNEIFORM SIGN URI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12336,
        name: "CUNEIFORM SIGN URI3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12337,
        name: "CUNEIFORM SIGN URU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12338,
        name: "CUNEIFORM SIGN URU TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12339,
        name: "CUNEIFORM SIGN URU TIMES ASHGAB",
    },
    Character {
        age: "5.0",
        codepoint: 0x1233A,
        name: "CUNEIFORM SIGN URU TIMES BAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1233B,
        name: "CUNEIFORM SIGN URU TIMES DUN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1233C,
        name: "CUNEIFORM SIGN URU TIMES GA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1233D,
        name: "CUNEIFORM SIGN URU TIMES GAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1233E,
        name: "CUNEIFORM SIGN URU TIMES GAN2 TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1233F,
        name: "CUNEIFORM SIGN URU TIMES GAR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12340,
        name: "CUNEIFORM SIGN URU TIMES GU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12341,
        name: "CUNEIFORM SIGN URU TIMES HA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12342,
        name: "CUNEIFORM SIGN URU TIMES IGI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12343,
        name: "CUNEIFORM SIGN URU TIMES IM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12344,
        name: "CUNEIFORM SIGN URU TIMES ISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12345,
        name: "CUNEIFORM SIGN URU TIMES KI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12346,
        name: "CUNEIFORM SIGN URU TIMES LUM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12347,
        name: "CUNEIFORM SIGN URU TIMES MIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12348,
        name: "CUNEIFORM SIGN URU TIMES PA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12349,
        name: "CUNEIFORM SIGN URU TIMES SHE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1234A,
        name: "CUNEIFORM SIGN URU TIMES SIG4",
    },
    Character {
        age: "5.0",
        codepoint: 0x1234B,
        name: "CUNEIFORM SIGN URU TIMES TU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1234C,
        name: "CUNEIFORM SIGN URU TIMES U PLUS GUD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1234D,
        name: "CUNEIFORM SIGN URU TIMES UD",
    },
    Character {
        age: "5.0",
        codepoint: 0x1234E,
        name: "CUNEIFORM SIGN URU TIMES URUDA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1234F,
        name: "CUNEIFORM SIGN URUDA",
    },
    Character {
        age: "5.0",
        codepoint: 0x12350,
        name: "CUNEIFORM SIGN URUDA TIMES U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12351,
        name: "CUNEIFORM SIGN USH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12352,
        name: "CUNEIFORM SIGN USH TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12353,
        name: "CUNEIFORM SIGN USH TIMES KU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12354,
        name: "CUNEIFORM SIGN USH TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12355,
        name: "CUNEIFORM SIGN USH TIMES TAK4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12356,
        name: "CUNEIFORM SIGN USHX",
    },
    Character {
        age: "5.0",
        codepoint: 0x12357,
        name: "CUNEIFORM SIGN USH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12358,
        name: "CUNEIFORM SIGN USHUMX",
    },
    Character {
        age: "5.0",
        codepoint: 0x12359,
        name: "CUNEIFORM SIGN UTUKI",
    },
    Character {
        age: "5.0",
        codepoint: 0x1235A,
        name: "CUNEIFORM SIGN UZ3",
    },
    Character {
        age: "5.0",
        codepoint: 0x1235B,
        name: "CUNEIFORM SIGN UZ3 TIMES KASKAL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1235C,
        name: "CUNEIFORM SIGN UZU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1235D,
        name: "CUNEIFORM SIGN ZA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1235E,
        name: "CUNEIFORM SIGN ZA TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1235F,
        name: "CUNEIFORM SIGN ZA SQUARED TIMES KUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x12360,
        name: "CUNEIFORM SIGN ZAG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12361,
        name: "CUNEIFORM SIGN ZAMX",
    },
    Character {
        age: "5.0",
        codepoint: 0x12362,
        name: "CUNEIFORM SIGN ZE2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12363,
        name: "CUNEIFORM SIGN ZI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12364,
        name: "CUNEIFORM SIGN ZI OVER ZI",
    },
    Character {
        age: "5.0",
        codepoint: 0x12365,
        name: "CUNEIFORM SIGN ZI3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12366,
        name: "CUNEIFORM SIGN ZIB",
    },
    Character {
        age: "5.0",
        codepoint: 0x12367,
        name: "CUNEIFORM SIGN ZIB KABA TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12368,
        name: "CUNEIFORM SIGN ZIG",
    },
    Character {
        age: "5.0",
        codepoint: 0x12369,
        name: "CUNEIFORM SIGN ZIZ2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1236A,
        name: "CUNEIFORM SIGN ZU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1236B,
        name: "CUNEIFORM SIGN ZU5",
    },
    Character {
        age: "5.0",
        codepoint: 0x1236C,
        name: "CUNEIFORM SIGN ZU5 TIMES A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1236D,
        name: "CUNEIFORM SIGN ZUBUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1236E,
        name: "CUNEIFORM SIGN ZUM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1236F,
        name: "CUNEIFORM SIGN KAP ELAMITE",
    },
    Character {
        age: "7.0",
        codepoint: 0x12370,
        name: "CUNEIFORM SIGN AB TIMES NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x12371,
        name: "CUNEIFORM SIGN AB2 TIMES A",
    },
    Character {
        age: "7.0",
        codepoint: 0x12372,
        name: "CUNEIFORM SIGN AMAR TIMES KUG",
    },
    Character {
        age: "7.0",
        codepoint: 0x12373,
        name: "CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS MASH",
    },
    Character {
        age: "7.0",
        codepoint: 0x12374,
        name: "CUNEIFORM SIGN DAG3",
    },
    Character {
        age: "7.0",
        codepoint: 0x12375,
        name: "CUNEIFORM SIGN DISH PLUS SHU",
    },
    Character {
        age: "7.0",
        codepoint: 0x12376,
        name: "CUNEIFORM SIGN DUB TIMES SHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x12377,
        name: "CUNEIFORM SIGN EZEN TIMES GUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x12378,
        name: "CUNEIFORM SIGN EZEN TIMES SHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x12379,
        name: "CUNEIFORM SIGN GA2 TIMES AN PLUS KAK PLUS A",
    },
    Character {
        age: "7.0",
        codepoint: 0x1237A,
        name: "CUNEIFORM SIGN GA2 TIMES ASH2",
    },
    Character {
        age: "7.0",
        codepoint: 0x1237B,
        name: "CUNEIFORM SIGN GE22",
    },
    Character {
        age: "7.0",
        codepoint: 0x1237C,
        name: "CUNEIFORM SIGN GIG",
    },
    Character {
        age: "7.0",
        codepoint: 0x1237D,
        name: "CUNEIFORM SIGN HUSH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1237E,
        name: "CUNEIFORM SIGN KA TIMES ANSHE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1237F,
        name: "CUNEIFORM SIGN KA TIMES ASH3",
    },
    Character {
        age: "7.0",
        codepoint: 0x12380,
        name: "CUNEIFORM SIGN KA TIMES GISH",
    },
    Character {
        age: "7.0",
        codepoint: 0x12381,
        name: "CUNEIFORM SIGN KA TIMES GUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x12382,
        name: "CUNEIFORM SIGN KA TIMES HI TIMES ASH2",
    },
    Character {
        age: "7.0",
        codepoint: 0x12383,
        name: "CUNEIFORM SIGN KA TIMES LUM",
    },
    Character {
        age: "7.0",
        codepoint: 0x12384,
        name: "CUNEIFORM SIGN KA TIMES PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x12385,
        name: "CUNEIFORM SIGN KA TIMES SHUL",
    },
    Character {
        age: "7.0",
        codepoint: 0x12386,
        name: "CUNEIFORM SIGN KA TIMES TU",
    },
    Character {
        age: "7.0",
        codepoint: 0x12387,
        name: "CUNEIFORM SIGN KA TIMES UR2",
    },
    Character {
        age: "7.0",
        codepoint: 0x12388,
        name: "CUNEIFORM SIGN LAGAB TIMES GI",
    },
    Character {
        age: "7.0",
        codepoint: 0x12389,
        name: "CUNEIFORM SIGN LU2 SHESHIG TIMES BAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1238A,
        name: "CUNEIFORM SIGN LU2 TIMES ESH2 PLUS LAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1238B,
        name: "CUNEIFORM SIGN LU2 TIMES SHU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1238C,
        name: "CUNEIFORM SIGN MESH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1238D,
        name: "CUNEIFORM SIGN MUSH3 TIMES ZA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1238E,
        name: "CUNEIFORM SIGN NA4",
    },
    Character {
        age: "7.0",
        codepoint: 0x1238F,
        name: "CUNEIFORM SIGN NIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x12390,
        name: "CUNEIFORM SIGN NIN9",
    },
    Character {
        age: "7.0",
        codepoint: 0x12391,
        name: "CUNEIFORM SIGN NINDA2 TIMES BAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x12392,
        name: "CUNEIFORM SIGN NINDA2 TIMES GI",
    },
    Character {
        age: "7.0",
        codepoint: 0x12393,
        name: "CUNEIFORM SIGN NU11 ROTATED NINETY DEGREES",
    },
    Character {
        age: "7.0",
        codepoint: 0x12394,
        name: "CUNEIFORM SIGN PESH2 ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x12395,
        name: "CUNEIFORM SIGN PIR2",
    },
    Character {
        age: "7.0",
        codepoint: 0x12396,
        name: "CUNEIFORM SIGN SAG TIMES IGI GUNU",
    },
    Character {
        age: "7.0",
        codepoint: 0x12397,
        name: "CUNEIFORM SIGN TI2",
    },
    Character {
        age: "7.0",
        codepoint: 0x12398,
        name: "CUNEIFORM SIGN UM TIMES ME",
    },
    Character {
        age: "8.0",
        codepoint: 0x12399,
        name: "CUNEIFORM SIGN U U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12400,
        name: "CUNEIFORM NUMERIC SIGN TWO ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12401,
        name: "CUNEIFORM NUMERIC SIGN THREE ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12402,
        name: "CUNEIFORM NUMERIC SIGN FOUR ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12403,
        name: "CUNEIFORM NUMERIC SIGN FIVE ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12404,
        name: "CUNEIFORM NUMERIC SIGN SIX ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12405,
        name: "CUNEIFORM NUMERIC SIGN SEVEN ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12406,
        name: "CUNEIFORM NUMERIC SIGN EIGHT ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12407,
        name: "CUNEIFORM NUMERIC SIGN NINE ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12408,
        name: "CUNEIFORM NUMERIC SIGN THREE DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12409,
        name: "CUNEIFORM NUMERIC SIGN FOUR DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1240A,
        name: "CUNEIFORM NUMERIC SIGN FIVE DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1240B,
        name: "CUNEIFORM NUMERIC SIGN SIX DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1240C,
        name: "CUNEIFORM NUMERIC SIGN SEVEN DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1240D,
        name: "CUNEIFORM NUMERIC SIGN EIGHT DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1240E,
        name: "CUNEIFORM NUMERIC SIGN NINE DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1240F,
        name: "CUNEIFORM NUMERIC SIGN FOUR U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12410,
        name: "CUNEIFORM NUMERIC SIGN FIVE U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12411,
        name: "CUNEIFORM NUMERIC SIGN SIX U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12412,
        name: "CUNEIFORM NUMERIC SIGN SEVEN U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12413,
        name: "CUNEIFORM NUMERIC SIGN EIGHT U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12414,
        name: "CUNEIFORM NUMERIC SIGN NINE U",
    },
    Character {
        age: "5.0",
        codepoint: 0x12415,
        name: "CUNEIFORM NUMERIC SIGN ONE GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12416,
        name: "CUNEIFORM NUMERIC SIGN TWO GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12417,
        name: "CUNEIFORM NUMERIC SIGN THREE GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12418,
        name: "CUNEIFORM NUMERIC SIGN FOUR GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12419,
        name: "CUNEIFORM NUMERIC SIGN FIVE GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1241A,
        name: "CUNEIFORM NUMERIC SIGN SIX GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1241B,
        name: "CUNEIFORM NUMERIC SIGN SEVEN GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1241C,
        name: "CUNEIFORM NUMERIC SIGN EIGHT GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1241D,
        name: "CUNEIFORM NUMERIC SIGN NINE GESH2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1241E,
        name: "CUNEIFORM NUMERIC SIGN ONE GESHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1241F,
        name: "CUNEIFORM NUMERIC SIGN TWO GESHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12420,
        name: "CUNEIFORM NUMERIC SIGN THREE GESHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12421,
        name: "CUNEIFORM NUMERIC SIGN FOUR GESHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12422,
        name: "CUNEIFORM NUMERIC SIGN FIVE GESHU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12423,
        name: "CUNEIFORM NUMERIC SIGN TWO SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12424,
        name: "CUNEIFORM NUMERIC SIGN THREE SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12425,
        name: "CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12426,
        name: "CUNEIFORM NUMERIC SIGN FOUR SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12427,
        name: "CUNEIFORM NUMERIC SIGN FIVE SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12428,
        name: "CUNEIFORM NUMERIC SIGN SIX SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12429,
        name: "CUNEIFORM NUMERIC SIGN SEVEN SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1242A,
        name: "CUNEIFORM NUMERIC SIGN EIGHT SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1242B,
        name: "CUNEIFORM NUMERIC SIGN NINE SHAR2",
    },
    Character {
        age: "5.0",
        codepoint: 0x1242C,
        name: "CUNEIFORM NUMERIC SIGN ONE SHARU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1242D,
        name: "CUNEIFORM NUMERIC SIGN TWO SHARU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1242E,
        name: "CUNEIFORM NUMERIC SIGN THREE SHARU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1242F,
        name: "CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12430,
        name: "CUNEIFORM NUMERIC SIGN FOUR SHARU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12431,
        name: "CUNEIFORM NUMERIC SIGN FIVE SHARU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12432,
        name: "CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12433,
        name: "CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12434,
        name: "CUNEIFORM NUMERIC SIGN ONE BURU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12435,
        name: "CUNEIFORM NUMERIC SIGN TWO BURU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12436,
        name: "CUNEIFORM NUMERIC SIGN THREE BURU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12437,
        name: "CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12438,
        name: "CUNEIFORM NUMERIC SIGN FOUR BURU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12439,
        name: "CUNEIFORM NUMERIC SIGN FIVE BURU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1243A,
        name: "CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16",
    },
    Character {
        age: "5.0",
        codepoint: 0x1243B,
        name: "CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21",
    },
    Character {
        age: "5.0",
        codepoint: 0x1243C,
        name: "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1243D,
        name: "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4",
    },
    Character {
        age: "5.0",
        codepoint: 0x1243E,
        name: "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1243F,
        name: "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B",
    },
    Character {
        age: "5.0",
        codepoint: 0x12440,
        name: "CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9",
    },
    Character {
        age: "5.0",
        codepoint: 0x12441,
        name: "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12442,
        name: "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A",
    },
    Character {
        age: "5.0",
        codepoint: 0x12443,
        name: "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B",
    },
    Character {
        age: "5.0",
        codepoint: 0x12444,
        name: "CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12445,
        name: "CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12446,
        name: "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU",
    },
    Character {
        age: "5.0",
        codepoint: 0x12447,
        name: "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12448,
        name: "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4",
    },
    Character {
        age: "5.0",
        codepoint: 0x12449,
        name: "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1244A,
        name: "CUNEIFORM NUMERIC SIGN TWO ASH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1244B,
        name: "CUNEIFORM NUMERIC SIGN THREE ASH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1244C,
        name: "CUNEIFORM NUMERIC SIGN FOUR ASH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1244D,
        name: "CUNEIFORM NUMERIC SIGN FIVE ASH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1244E,
        name: "CUNEIFORM NUMERIC SIGN SIX ASH TENU",
    },
    Character {
        age: "5.0",
        codepoint: 0x1244F,
        name: "CUNEIFORM NUMERIC SIGN ONE BAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12450,
        name: "CUNEIFORM NUMERIC SIGN TWO BAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12451,
        name: "CUNEIFORM NUMERIC SIGN THREE BAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12452,
        name: "CUNEIFORM NUMERIC SIGN FOUR BAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12453,
        name: "CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12454,
        name: "CUNEIFORM NUMERIC SIGN FIVE BAN2",
    },
    Character {
        age: "5.0",
        codepoint: 0x12455,
        name: "CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12456,
        name: "CUNEIFORM NUMERIC SIGN NIGIDAMIN",
    },
    Character {
        age: "5.0",
        codepoint: 0x12457,
        name: "CUNEIFORM NUMERIC SIGN NIGIDAESH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12458,
        name: "CUNEIFORM NUMERIC SIGN ONE ESHE3",
    },
    Character {
        age: "5.0",
        codepoint: 0x12459,
        name: "CUNEIFORM NUMERIC SIGN TWO ESHE3",
    },
    Character {
        age: "5.0",
        codepoint: 0x1245A,
        name: "CUNEIFORM NUMERIC SIGN ONE THIRD DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1245B,
        name: "CUNEIFORM NUMERIC SIGN TWO THIRDS DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1245C,
        name: "CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH",
    },
    Character {
        age: "5.0",
        codepoint: 0x1245D,
        name: "CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1245E,
        name: "CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A",
    },
    Character {
        age: "5.0",
        codepoint: 0x1245F,
        name: "CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12460,
        name: "CUNEIFORM NUMERIC SIGN ONE QUARTER ASH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12461,
        name: "CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH",
    },
    Character {
        age: "5.0",
        codepoint: 0x12462,
        name: "CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER",
    },
    Character {
        age: "7.0",
        codepoint: 0x12463,
        name: "CUNEIFORM NUMERIC SIGN ONE QUARTER GUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x12464,
        name: "CUNEIFORM NUMERIC SIGN ONE HALF GUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x12465,
        name: "CUNEIFORM NUMERIC SIGN ELAMITE ONE THIRD",
    },
    Character {
        age: "7.0",
        codepoint: 0x12466,
        name: "CUNEIFORM NUMERIC SIGN ELAMITE TWO THIRDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x12467,
        name: "CUNEIFORM NUMERIC SIGN ELAMITE FORTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x12468,
        name: "CUNEIFORM NUMERIC SIGN ELAMITE FIFTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x12469,
        name: "CUNEIFORM NUMERIC SIGN FOUR U VARIANT FORM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1246A,
        name: "CUNEIFORM NUMERIC SIGN FIVE U VARIANT FORM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1246B,
        name: "CUNEIFORM NUMERIC SIGN SIX U VARIANT FORM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1246C,
        name: "CUNEIFORM NUMERIC SIGN SEVEN U VARIANT FORM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1246D,
        name: "CUNEIFORM NUMERIC SIGN EIGHT U VARIANT FORM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1246E,
        name: "CUNEIFORM NUMERIC SIGN NINE U VARIANT FORM",
    },
    Character {
        age: "5.0",
        codepoint: 0x12470,
        name: "CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER",
    },
    Character {
        age: "5.0",
        codepoint: 0x12471,
        name: "CUNEIFORM PUNCTUATION SIGN VERTICAL COLON",
    },
    Character {
        age: "5.0",
        codepoint: 0x12472,
        name: "CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON",
    },
    Character {
        age: "5.0",
        codepoint: 0x12473,
        name: "CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON",
    },
    Character {
        age: "7.0",
        codepoint: 0x12474,
        name: "CUNEIFORM PUNCTUATION SIGN DIAGONAL QUADCOLON",
    },
    Character {
        age: "8.0",
        codepoint: 0x12480,
        name: "CUNEIFORM SIGN AB TIMES NUN TENU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12481,
        name: "CUNEIFORM SIGN AB TIMES SHU2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12482,
        name: "CUNEIFORM SIGN AD TIMES ESH2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12483,
        name: "CUNEIFORM SIGN BAD TIMES DISH TENU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12484,
        name: "CUNEIFORM SIGN BAHAR2 TIMES AB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12485,
        name: "CUNEIFORM SIGN BAHAR2 TIMES NI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12486,
        name: "CUNEIFORM SIGN BAHAR2 TIMES ZA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12487,
        name: "CUNEIFORM SIGN BU OVER BU TIMES NA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12488,
        name: "CUNEIFORM SIGN DA TIMES TAK4",
    },
    Character {
        age: "8.0",
        codepoint: 0x12489,
        name: "CUNEIFORM SIGN DAG TIMES KUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1248A,
        name: "CUNEIFORM SIGN DIM TIMES IGI",
    },
    Character {
        age: "8.0",
        codepoint: 0x1248B,
        name: "CUNEIFORM SIGN DIM TIMES U U U",
    },
    Character {
        age: "8.0",
        codepoint: 0x1248C,
        name: "CUNEIFORM SIGN DIM2 TIMES UD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1248D,
        name: "CUNEIFORM SIGN DUG TIMES ANSHE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1248E,
        name: "CUNEIFORM SIGN DUG TIMES ASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1248F,
        name: "CUNEIFORM SIGN DUG TIMES ASH AT LEFT",
    },
    Character {
        age: "8.0",
        codepoint: 0x12490,
        name: "CUNEIFORM SIGN DUG TIMES DIN",
    },
    Character {
        age: "8.0",
        codepoint: 0x12491,
        name: "CUNEIFORM SIGN DUG TIMES DUN",
    },
    Character {
        age: "8.0",
        codepoint: 0x12492,
        name: "CUNEIFORM SIGN DUG TIMES ERIN2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12493,
        name: "CUNEIFORM SIGN DUG TIMES GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12494,
        name: "CUNEIFORM SIGN DUG TIMES GI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12495,
        name: "CUNEIFORM SIGN DUG TIMES GIR2 GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12496,
        name: "CUNEIFORM SIGN DUG TIMES GISH",
    },
    Character {
        age: "8.0",
        codepoint: 0x12497,
        name: "CUNEIFORM SIGN DUG TIMES HA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12498,
        name: "CUNEIFORM SIGN DUG TIMES HI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12499,
        name: "CUNEIFORM SIGN DUG TIMES IGI GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x1249A,
        name: "CUNEIFORM SIGN DUG TIMES KASKAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1249B,
        name: "CUNEIFORM SIGN DUG TIMES KUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1249C,
        name: "CUNEIFORM SIGN DUG TIMES KUSHU2",
    },
    Character {
        age: "8.0",
        codepoint: 0x1249D,
        name: "CUNEIFORM SIGN DUG TIMES KUSHU2 PLUS KASKAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1249E,
        name: "CUNEIFORM SIGN DUG TIMES LAK-020",
    },
    Character {
        age: "8.0",
        codepoint: 0x1249F,
        name: "CUNEIFORM SIGN DUG TIMES LAM",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A0,
        name: "CUNEIFORM SIGN DUG TIMES LAM TIMES KUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A1,
        name: "CUNEIFORM SIGN DUG TIMES LUH PLUS GISH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A2,
        name: "CUNEIFORM SIGN DUG TIMES MASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A3,
        name: "CUNEIFORM SIGN DUG TIMES MES",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A4,
        name: "CUNEIFORM SIGN DUG TIMES MI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A5,
        name: "CUNEIFORM SIGN DUG TIMES NI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A6,
        name: "CUNEIFORM SIGN DUG TIMES PI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A7,
        name: "CUNEIFORM SIGN DUG TIMES SHE",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A8,
        name: "CUNEIFORM SIGN DUG TIMES SI GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124A9,
        name: "CUNEIFORM SIGN E2 TIMES KUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x124AA,
        name: "CUNEIFORM SIGN E2 TIMES PAP",
    },
    Character {
        age: "8.0",
        codepoint: 0x124AB,
        name: "CUNEIFORM SIGN ERIN2 X",
    },
    Character {
        age: "8.0",
        codepoint: 0x124AC,
        name: "CUNEIFORM SIGN ESH2 CROSSING ESH2",
    },
    Character {
        age: "8.0",
        codepoint: 0x124AD,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES ASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124AE,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES HI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124AF,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES IGI GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B0,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES LA",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B1,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES LAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B2,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES ME",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B3,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES MES",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B4,
        name: "CUNEIFORM SIGN EZEN SHESHIG TIMES SU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B5,
        name: "CUNEIFORM SIGN EZEN TIMES SU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B6,
        name: "CUNEIFORM SIGN GA2 TIMES BAHAR2",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B7,
        name: "CUNEIFORM SIGN GA2 TIMES DIM GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B8,
        name: "CUNEIFORM SIGN GA2 TIMES DUG TIMES IGI GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124B9,
        name: "CUNEIFORM SIGN GA2 TIMES DUG TIMES KASKAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x124BA,
        name: "CUNEIFORM SIGN GA2 TIMES EREN",
    },
    Character {
        age: "8.0",
        codepoint: 0x124BB,
        name: "CUNEIFORM SIGN GA2 TIMES GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x124BC,
        name: "CUNEIFORM SIGN GA2 TIMES GAR PLUS DI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124BD,
        name: "CUNEIFORM SIGN GA2 TIMES GAR PLUS NE",
    },
    Character {
        age: "8.0",
        codepoint: 0x124BE,
        name: "CUNEIFORM SIGN GA2 TIMES HA PLUS A",
    },
    Character {
        age: "8.0",
        codepoint: 0x124BF,
        name: "CUNEIFORM SIGN GA2 TIMES KUSHU2 PLUS KASKAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C0,
        name: "CUNEIFORM SIGN GA2 TIMES LAM",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C1,
        name: "CUNEIFORM SIGN GA2 TIMES LAM TIMES KUR",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C2,
        name: "CUNEIFORM SIGN GA2 TIMES LUH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C3,
        name: "CUNEIFORM SIGN GA2 TIMES MUSH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C4,
        name: "CUNEIFORM SIGN GA2 TIMES NE",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C5,
        name: "CUNEIFORM SIGN GA2 TIMES NE PLUS E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C6,
        name: "CUNEIFORM SIGN GA2 TIMES NE PLUS GI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C7,
        name: "CUNEIFORM SIGN GA2 TIMES SHIM",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C8,
        name: "CUNEIFORM SIGN GA2 TIMES ZIZ2",
    },
    Character {
        age: "8.0",
        codepoint: 0x124C9,
        name: "CUNEIFORM SIGN GABA ROTATED NINETY DEGREES",
    },
    Character {
        age: "8.0",
        codepoint: 0x124CA,
        name: "CUNEIFORM SIGN GESHTIN TIMES U",
    },
    Character {
        age: "8.0",
        codepoint: 0x124CB,
        name: "CUNEIFORM SIGN GISH TIMES GISH CROSSING GISH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124CC,
        name: "CUNEIFORM SIGN GU2 TIMES IGI GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124CD,
        name: "CUNEIFORM SIGN GUD PLUS GISH TIMES TAK4",
    },
    Character {
        age: "8.0",
        codepoint: 0x124CE,
        name: "CUNEIFORM SIGN HA TENU GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124CF,
        name: "CUNEIFORM SIGN HI TIMES ASH OVER HI TIMES ASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D0,
        name: "CUNEIFORM SIGN KA TIMES BU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D1,
        name: "CUNEIFORM SIGN KA TIMES KA",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D2,
        name: "CUNEIFORM SIGN KA TIMES U U U",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D3,
        name: "CUNEIFORM SIGN KA TIMES UR",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D4,
        name: "CUNEIFORM SIGN LAGAB TIMES ZU OVER ZU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D5,
        name: "CUNEIFORM SIGN LAK-003",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D6,
        name: "CUNEIFORM SIGN LAK-021",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D7,
        name: "CUNEIFORM SIGN LAK-025",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D8,
        name: "CUNEIFORM SIGN LAK-030",
    },
    Character {
        age: "8.0",
        codepoint: 0x124D9,
        name: "CUNEIFORM SIGN LAK-050",
    },
    Character {
        age: "8.0",
        codepoint: 0x124DA,
        name: "CUNEIFORM SIGN LAK-051",
    },
    Character {
        age: "8.0",
        codepoint: 0x124DB,
        name: "CUNEIFORM SIGN LAK-062",
    },
    Character {
        age: "8.0",
        codepoint: 0x124DC,
        name: "CUNEIFORM SIGN LAK-079 OVER LAK-079 GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124DD,
        name: "CUNEIFORM SIGN LAK-080",
    },
    Character {
        age: "8.0",
        codepoint: 0x124DE,
        name: "CUNEIFORM SIGN LAK-081 OVER LAK-081",
    },
    Character {
        age: "8.0",
        codepoint: 0x124DF,
        name: "CUNEIFORM SIGN LAK-092",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E0,
        name: "CUNEIFORM SIGN LAK-130",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E1,
        name: "CUNEIFORM SIGN LAK-142",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E2,
        name: "CUNEIFORM SIGN LAK-210",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E3,
        name: "CUNEIFORM SIGN LAK-219",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E4,
        name: "CUNEIFORM SIGN LAK-220",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E5,
        name: "CUNEIFORM SIGN LAK-225",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E6,
        name: "CUNEIFORM SIGN LAK-228",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E7,
        name: "CUNEIFORM SIGN LAK-238",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E8,
        name: "CUNEIFORM SIGN LAK-265",
    },
    Character {
        age: "8.0",
        codepoint: 0x124E9,
        name: "CUNEIFORM SIGN LAK-266",
    },
    Character {
        age: "8.0",
        codepoint: 0x124EA,
        name: "CUNEIFORM SIGN LAK-343",
    },
    Character {
        age: "8.0",
        codepoint: 0x124EB,
        name: "CUNEIFORM SIGN LAK-347",
    },
    Character {
        age: "8.0",
        codepoint: 0x124EC,
        name: "CUNEIFORM SIGN LAK-348",
    },
    Character {
        age: "8.0",
        codepoint: 0x124ED,
        name: "CUNEIFORM SIGN LAK-383",
    },
    Character {
        age: "8.0",
        codepoint: 0x124EE,
        name: "CUNEIFORM SIGN LAK-384",
    },
    Character {
        age: "8.0",
        codepoint: 0x124EF,
        name: "CUNEIFORM SIGN LAK-390",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F0,
        name: "CUNEIFORM SIGN LAK-441",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F1,
        name: "CUNEIFORM SIGN LAK-449",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F2,
        name: "CUNEIFORM SIGN LAK-449 TIMES GU",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F3,
        name: "CUNEIFORM SIGN LAK-449 TIMES IGI",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F4,
        name: "CUNEIFORM SIGN LAK-449 TIMES PAP PLUS LU3",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F5,
        name: "CUNEIFORM SIGN LAK-449 TIMES PAP PLUS PAP PLUS LU3",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F6,
        name: "CUNEIFORM SIGN LAK-449 TIMES U2 PLUS BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F7,
        name: "CUNEIFORM SIGN LAK-450",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F8,
        name: "CUNEIFORM SIGN LAK-457",
    },
    Character {
        age: "8.0",
        codepoint: 0x124F9,
        name: "CUNEIFORM SIGN LAK-470",
    },
    Character {
        age: "8.0",
        codepoint: 0x124FA,
        name: "CUNEIFORM SIGN LAK-483",
    },
    Character {
        age: "8.0",
        codepoint: 0x124FB,
        name: "CUNEIFORM SIGN LAK-490",
    },
    Character {
        age: "8.0",
        codepoint: 0x124FC,
        name: "CUNEIFORM SIGN LAK-492",
    },
    Character {
        age: "8.0",
        codepoint: 0x124FD,
        name: "CUNEIFORM SIGN LAK-493",
    },
    Character {
        age: "8.0",
        codepoint: 0x124FE,
        name: "CUNEIFORM SIGN LAK-495",
    },
    Character {
        age: "8.0",
        codepoint: 0x124FF,
        name: "CUNEIFORM SIGN LAK-550",
    },
    Character {
        age: "8.0",
        codepoint: 0x12500,
        name: "CUNEIFORM SIGN LAK-608",
    },
    Character {
        age: "8.0",
        codepoint: 0x12501,
        name: "CUNEIFORM SIGN LAK-617",
    },
    Character {
        age: "8.0",
        codepoint: 0x12502,
        name: "CUNEIFORM SIGN LAK-617 TIMES ASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x12503,
        name: "CUNEIFORM SIGN LAK-617 TIMES BAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x12504,
        name: "CUNEIFORM SIGN LAK-617 TIMES DUN3 GUNU GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12505,
        name: "CUNEIFORM SIGN LAK-617 TIMES KU3",
    },
    Character {
        age: "8.0",
        codepoint: 0x12506,
        name: "CUNEIFORM SIGN LAK-617 TIMES LA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12507,
        name: "CUNEIFORM SIGN LAK-617 TIMES TAR",
    },
    Character {
        age: "8.0",
        codepoint: 0x12508,
        name: "CUNEIFORM SIGN LAK-617 TIMES TE",
    },
    Character {
        age: "8.0",
        codepoint: 0x12509,
        name: "CUNEIFORM SIGN LAK-617 TIMES U2",
    },
    Character {
        age: "8.0",
        codepoint: 0x1250A,
        name: "CUNEIFORM SIGN LAK-617 TIMES UD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1250B,
        name: "CUNEIFORM SIGN LAK-617 TIMES URUDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1250C,
        name: "CUNEIFORM SIGN LAK-636",
    },
    Character {
        age: "8.0",
        codepoint: 0x1250D,
        name: "CUNEIFORM SIGN LAK-648",
    },
    Character {
        age: "8.0",
        codepoint: 0x1250E,
        name: "CUNEIFORM SIGN LAK-648 TIMES DUB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1250F,
        name: "CUNEIFORM SIGN LAK-648 TIMES GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12510,
        name: "CUNEIFORM SIGN LAK-648 TIMES IGI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12511,
        name: "CUNEIFORM SIGN LAK-648 TIMES IGI GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12512,
        name: "CUNEIFORM SIGN LAK-648 TIMES NI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12513,
        name: "CUNEIFORM SIGN LAK-648 TIMES PAP PLUS PAP PLUS LU3",
    },
    Character {
        age: "8.0",
        codepoint: 0x12514,
        name: "CUNEIFORM SIGN LAK-648 TIMES SHESH PLUS KI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12515,
        name: "CUNEIFORM SIGN LAK-648 TIMES UD",
    },
    Character {
        age: "8.0",
        codepoint: 0x12516,
        name: "CUNEIFORM SIGN LAK-648 TIMES URUDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12517,
        name: "CUNEIFORM SIGN LAK-724",
    },
    Character {
        age: "8.0",
        codepoint: 0x12518,
        name: "CUNEIFORM SIGN LAK-749",
    },
    Character {
        age: "8.0",
        codepoint: 0x12519,
        name: "CUNEIFORM SIGN LU2 GUNU TIMES ASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1251A,
        name: "CUNEIFORM SIGN LU2 TIMES DISH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1251B,
        name: "CUNEIFORM SIGN LU2 TIMES HAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1251C,
        name: "CUNEIFORM SIGN LU2 TIMES PAP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1251D,
        name: "CUNEIFORM SIGN LU2 TIMES PAP PLUS PAP PLUS LU3",
    },
    Character {
        age: "8.0",
        codepoint: 0x1251E,
        name: "CUNEIFORM SIGN LU2 TIMES TAK4",
    },
    Character {
        age: "8.0",
        codepoint: 0x1251F,
        name: "CUNEIFORM SIGN MI PLUS ZA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x12520,
        name: "CUNEIFORM SIGN MUSH OVER MUSH TIMES GA",
    },
    Character {
        age: "8.0",
        codepoint: 0x12521,
        name: "CUNEIFORM SIGN MUSH OVER MUSH TIMES KAK",
    },
    Character {
        age: "8.0",
        codepoint: 0x12522,
        name: "CUNEIFORM SIGN NINDA2 TIMES DIM GUNU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12523,
        name: "CUNEIFORM SIGN NINDA2 TIMES GISH",
    },
    Character {
        age: "8.0",
        codepoint: 0x12524,
        name: "CUNEIFORM SIGN NINDA2 TIMES GUL",
    },
    Character {
        age: "8.0",
        codepoint: 0x12525,
        name: "CUNEIFORM SIGN NINDA2 TIMES HI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12526,
        name: "CUNEIFORM SIGN NINDA2 TIMES KESH2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12527,
        name: "CUNEIFORM SIGN NINDA2 TIMES LAK-050",
    },
    Character {
        age: "8.0",
        codepoint: 0x12528,
        name: "CUNEIFORM SIGN NINDA2 TIMES MASH",
    },
    Character {
        age: "8.0",
        codepoint: 0x12529,
        name: "CUNEIFORM SIGN NINDA2 TIMES PAP PLUS PAP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1252A,
        name: "CUNEIFORM SIGN NINDA2 TIMES U",
    },
    Character {
        age: "8.0",
        codepoint: 0x1252B,
        name: "CUNEIFORM SIGN NINDA2 TIMES U PLUS U",
    },
    Character {
        age: "8.0",
        codepoint: 0x1252C,
        name: "CUNEIFORM SIGN NINDA2 TIMES URUDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1252D,
        name: "CUNEIFORM SIGN SAG GUNU TIMES HA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1252E,
        name: "CUNEIFORM SIGN SAG TIMES EN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1252F,
        name: "CUNEIFORM SIGN SAG TIMES SHE AT LEFT",
    },
    Character {
        age: "8.0",
        codepoint: 0x12530,
        name: "CUNEIFORM SIGN SAG TIMES TAK4",
    },
    Character {
        age: "8.0",
        codepoint: 0x12531,
        name: "CUNEIFORM SIGN SHA6 TENU",
    },
    Character {
        age: "8.0",
        codepoint: 0x12532,
        name: "CUNEIFORM SIGN SHE OVER SHE",
    },
    Character {
        age: "8.0",
        codepoint: 0x12533,
        name: "CUNEIFORM SIGN SHE PLUS HUB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12534,
        name: "CUNEIFORM SIGN SHE PLUS NAM2",
    },
    Character {
        age: "8.0",
        codepoint: 0x12535,
        name: "CUNEIFORM SIGN SHE PLUS SAR",
    },
    Character {
        age: "8.0",
        codepoint: 0x12536,
        name: "CUNEIFORM SIGN SHU2 PLUS DUG TIMES NI",
    },
    Character {
        age: "8.0",
        codepoint: 0x12537,
        name: "CUNEIFORM SIGN SHU2 PLUS E2 TIMES AN",
    },
    Character {
        age: "8.0",
        codepoint: 0x12538,
        name: "CUNEIFORM SIGN SI TIMES TAK4",
    },
    Character {
        age: "8.0",
        codepoint: 0x12539,
        name: "CUNEIFORM SIGN TAK4 PLUS SAG",
    },
    Character {
        age: "8.0",
        codepoint: 0x1253A,
        name: "CUNEIFORM SIGN TUM TIMES GAN2 TENU",
    },
    Character {
        age: "8.0",
        codepoint: 0x1253B,
        name: "CUNEIFORM SIGN TUM TIMES THREE DISH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1253C,
        name: "CUNEIFORM SIGN UR2 INVERTED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1253D,
        name: "CUNEIFORM SIGN UR2 TIMES UD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1253E,
        name: "CUNEIFORM SIGN URU TIMES DARA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x1253F,
        name: "CUNEIFORM SIGN URU TIMES LAK-668",
    },
    Character {
        age: "8.0",
        codepoint: 0x12540,
        name: "CUNEIFORM SIGN URU TIMES LU3",
    },
    Character {
        age: "8.0",
        codepoint: 0x12541,
        name: "CUNEIFORM SIGN ZA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x12542,
        name: "CUNEIFORM SIGN ZU OVER ZU PLUS SAR",
    },
    Character {
        age: "8.0",
        codepoint: 0x12543,
        name: "CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU",
    },
    Character {
        age: "5.2",
        codepoint: 0x13000,
        name: "EGYPTIAN HIEROGLYPH A001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13001,
        name: "EGYPTIAN HIEROGLYPH A002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13002,
        name: "EGYPTIAN HIEROGLYPH A003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13003,
        name: "EGYPTIAN HIEROGLYPH A004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13004,
        name: "EGYPTIAN HIEROGLYPH A005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13005,
        name: "EGYPTIAN HIEROGLYPH A005A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13006,
        name: "EGYPTIAN HIEROGLYPH A006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13007,
        name: "EGYPTIAN HIEROGLYPH A006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13008,
        name: "EGYPTIAN HIEROGLYPH A006B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13009,
        name: "EGYPTIAN HIEROGLYPH A007",
    },
    Character {
        age: "5.2",
        codepoint: 0x1300A,
        name: "EGYPTIAN HIEROGLYPH A008",
    },
    Character {
        age: "5.2",
        codepoint: 0x1300B,
        name: "EGYPTIAN HIEROGLYPH A009",
    },
    Character {
        age: "5.2",
        codepoint: 0x1300C,
        name: "EGYPTIAN HIEROGLYPH A010",
    },
    Character {
        age: "5.2",
        codepoint: 0x1300D,
        name: "EGYPTIAN HIEROGLYPH A011",
    },
    Character {
        age: "5.2",
        codepoint: 0x1300E,
        name: "EGYPTIAN HIEROGLYPH A012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1300F,
        name: "EGYPTIAN HIEROGLYPH A013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13010,
        name: "EGYPTIAN HIEROGLYPH A014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13011,
        name: "EGYPTIAN HIEROGLYPH A014A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13012,
        name: "EGYPTIAN HIEROGLYPH A015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13013,
        name: "EGYPTIAN HIEROGLYPH A016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13014,
        name: "EGYPTIAN HIEROGLYPH A017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13015,
        name: "EGYPTIAN HIEROGLYPH A017A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13016,
        name: "EGYPTIAN HIEROGLYPH A018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13017,
        name: "EGYPTIAN HIEROGLYPH A019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13018,
        name: "EGYPTIAN HIEROGLYPH A020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13019,
        name: "EGYPTIAN HIEROGLYPH A021",
    },
    Character {
        age: "5.2",
        codepoint: 0x1301A,
        name: "EGYPTIAN HIEROGLYPH A022",
    },
    Character {
        age: "5.2",
        codepoint: 0x1301B,
        name: "EGYPTIAN HIEROGLYPH A023",
    },
    Character {
        age: "5.2",
        codepoint: 0x1301C,
        name: "EGYPTIAN HIEROGLYPH A024",
    },
    Character {
        age: "5.2",
        codepoint: 0x1301D,
        name: "EGYPTIAN HIEROGLYPH A025",
    },
    Character {
        age: "5.2",
        codepoint: 0x1301E,
        name: "EGYPTIAN HIEROGLYPH A026",
    },
    Character {
        age: "5.2",
        codepoint: 0x1301F,
        name: "EGYPTIAN HIEROGLYPH A027",
    },
    Character {
        age: "5.2",
        codepoint: 0x13020,
        name: "EGYPTIAN HIEROGLYPH A028",
    },
    Character {
        age: "5.2",
        codepoint: 0x13021,
        name: "EGYPTIAN HIEROGLYPH A029",
    },
    Character {
        age: "5.2",
        codepoint: 0x13022,
        name: "EGYPTIAN HIEROGLYPH A030",
    },
    Character {
        age: "5.2",
        codepoint: 0x13023,
        name: "EGYPTIAN HIEROGLYPH A031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13024,
        name: "EGYPTIAN HIEROGLYPH A032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13025,
        name: "EGYPTIAN HIEROGLYPH A032A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13026,
        name: "EGYPTIAN HIEROGLYPH A033",
    },
    Character {
        age: "5.2",
        codepoint: 0x13027,
        name: "EGYPTIAN HIEROGLYPH A034",
    },
    Character {
        age: "5.2",
        codepoint: 0x13028,
        name: "EGYPTIAN HIEROGLYPH A035",
    },
    Character {
        age: "5.2",
        codepoint: 0x13029,
        name: "EGYPTIAN HIEROGLYPH A036",
    },
    Character {
        age: "5.2",
        codepoint: 0x1302A,
        name: "EGYPTIAN HIEROGLYPH A037",
    },
    Character {
        age: "5.2",
        codepoint: 0x1302B,
        name: "EGYPTIAN HIEROGLYPH A038",
    },
    Character {
        age: "5.2",
        codepoint: 0x1302C,
        name: "EGYPTIAN HIEROGLYPH A039",
    },
    Character {
        age: "5.2",
        codepoint: 0x1302D,
        name: "EGYPTIAN HIEROGLYPH A040",
    },
    Character {
        age: "5.2",
        codepoint: 0x1302E,
        name: "EGYPTIAN HIEROGLYPH A040A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1302F,
        name: "EGYPTIAN HIEROGLYPH A041",
    },
    Character {
        age: "5.2",
        codepoint: 0x13030,
        name: "EGYPTIAN HIEROGLYPH A042",
    },
    Character {
        age: "5.2",
        codepoint: 0x13031,
        name: "EGYPTIAN HIEROGLYPH A042A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13032,
        name: "EGYPTIAN HIEROGLYPH A043",
    },
    Character {
        age: "5.2",
        codepoint: 0x13033,
        name: "EGYPTIAN HIEROGLYPH A043A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13034,
        name: "EGYPTIAN HIEROGLYPH A044",
    },
    Character {
        age: "5.2",
        codepoint: 0x13035,
        name: "EGYPTIAN HIEROGLYPH A045",
    },
    Character {
        age: "5.2",
        codepoint: 0x13036,
        name: "EGYPTIAN HIEROGLYPH A045A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13037,
        name: "EGYPTIAN HIEROGLYPH A046",
    },
    Character {
        age: "5.2",
        codepoint: 0x13038,
        name: "EGYPTIAN HIEROGLYPH A047",
    },
    Character {
        age: "5.2",
        codepoint: 0x13039,
        name: "EGYPTIAN HIEROGLYPH A048",
    },
    Character {
        age: "5.2",
        codepoint: 0x1303A,
        name: "EGYPTIAN HIEROGLYPH A049",
    },
    Character {
        age: "5.2",
        codepoint: 0x1303B,
        name: "EGYPTIAN HIEROGLYPH A050",
    },
    Character {
        age: "5.2",
        codepoint: 0x1303C,
        name: "EGYPTIAN HIEROGLYPH A051",
    },
    Character {
        age: "5.2",
        codepoint: 0x1303D,
        name: "EGYPTIAN HIEROGLYPH A052",
    },
    Character {
        age: "5.2",
        codepoint: 0x1303E,
        name: "EGYPTIAN HIEROGLYPH A053",
    },
    Character {
        age: "5.2",
        codepoint: 0x1303F,
        name: "EGYPTIAN HIEROGLYPH A054",
    },
    Character {
        age: "5.2",
        codepoint: 0x13040,
        name: "EGYPTIAN HIEROGLYPH A055",
    },
    Character {
        age: "5.2",
        codepoint: 0x13041,
        name: "EGYPTIAN HIEROGLYPH A056",
    },
    Character {
        age: "5.2",
        codepoint: 0x13042,
        name: "EGYPTIAN HIEROGLYPH A057",
    },
    Character {
        age: "5.2",
        codepoint: 0x13043,
        name: "EGYPTIAN HIEROGLYPH A058",
    },
    Character {
        age: "5.2",
        codepoint: 0x13044,
        name: "EGYPTIAN HIEROGLYPH A059",
    },
    Character {
        age: "5.2",
        codepoint: 0x13045,
        name: "EGYPTIAN HIEROGLYPH A060",
    },
    Character {
        age: "5.2",
        codepoint: 0x13046,
        name: "EGYPTIAN HIEROGLYPH A061",
    },
    Character {
        age: "5.2",
        codepoint: 0x13047,
        name: "EGYPTIAN HIEROGLYPH A062",
    },
    Character {
        age: "5.2",
        codepoint: 0x13048,
        name: "EGYPTIAN HIEROGLYPH A063",
    },
    Character {
        age: "5.2",
        codepoint: 0x13049,
        name: "EGYPTIAN HIEROGLYPH A064",
    },
    Character {
        age: "5.2",
        codepoint: 0x1304A,
        name: "EGYPTIAN HIEROGLYPH A065",
    },
    Character {
        age: "5.2",
        codepoint: 0x1304B,
        name: "EGYPTIAN HIEROGLYPH A066",
    },
    Character {
        age: "5.2",
        codepoint: 0x1304C,
        name: "EGYPTIAN HIEROGLYPH A067",
    },
    Character {
        age: "5.2",
        codepoint: 0x1304D,
        name: "EGYPTIAN HIEROGLYPH A068",
    },
    Character {
        age: "5.2",
        codepoint: 0x1304E,
        name: "EGYPTIAN HIEROGLYPH A069",
    },
    Character {
        age: "5.2",
        codepoint: 0x1304F,
        name: "EGYPTIAN HIEROGLYPH A070",
    },
    Character {
        age: "5.2",
        codepoint: 0x13050,
        name: "EGYPTIAN HIEROGLYPH B001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13051,
        name: "EGYPTIAN HIEROGLYPH B002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13052,
        name: "EGYPTIAN HIEROGLYPH B003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13053,
        name: "EGYPTIAN HIEROGLYPH B004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13054,
        name: "EGYPTIAN HIEROGLYPH B005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13055,
        name: "EGYPTIAN HIEROGLYPH B005A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13056,
        name: "EGYPTIAN HIEROGLYPH B006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13057,
        name: "EGYPTIAN HIEROGLYPH B007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13058,
        name: "EGYPTIAN HIEROGLYPH B008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13059,
        name: "EGYPTIAN HIEROGLYPH B009",
    },
    Character {
        age: "5.2",
        codepoint: 0x1305A,
        name: "EGYPTIAN HIEROGLYPH C001",
    },
    Character {
        age: "5.2",
        codepoint: 0x1305B,
        name: "EGYPTIAN HIEROGLYPH C002",
    },
    Character {
        age: "5.2",
        codepoint: 0x1305C,
        name: "EGYPTIAN HIEROGLYPH C002A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1305D,
        name: "EGYPTIAN HIEROGLYPH C002B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1305E,
        name: "EGYPTIAN HIEROGLYPH C002C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1305F,
        name: "EGYPTIAN HIEROGLYPH C003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13060,
        name: "EGYPTIAN HIEROGLYPH C004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13061,
        name: "EGYPTIAN HIEROGLYPH C005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13062,
        name: "EGYPTIAN HIEROGLYPH C006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13063,
        name: "EGYPTIAN HIEROGLYPH C007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13064,
        name: "EGYPTIAN HIEROGLYPH C008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13065,
        name: "EGYPTIAN HIEROGLYPH C009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13066,
        name: "EGYPTIAN HIEROGLYPH C010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13067,
        name: "EGYPTIAN HIEROGLYPH C010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13068,
        name: "EGYPTIAN HIEROGLYPH C011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13069,
        name: "EGYPTIAN HIEROGLYPH C012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1306A,
        name: "EGYPTIAN HIEROGLYPH C013",
    },
    Character {
        age: "5.2",
        codepoint: 0x1306B,
        name: "EGYPTIAN HIEROGLYPH C014",
    },
    Character {
        age: "5.2",
        codepoint: 0x1306C,
        name: "EGYPTIAN HIEROGLYPH C015",
    },
    Character {
        age: "5.2",
        codepoint: 0x1306D,
        name: "EGYPTIAN HIEROGLYPH C016",
    },
    Character {
        age: "5.2",
        codepoint: 0x1306E,
        name: "EGYPTIAN HIEROGLYPH C017",
    },
    Character {
        age: "5.2",
        codepoint: 0x1306F,
        name: "EGYPTIAN HIEROGLYPH C018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13070,
        name: "EGYPTIAN HIEROGLYPH C019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13071,
        name: "EGYPTIAN HIEROGLYPH C020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13072,
        name: "EGYPTIAN HIEROGLYPH C021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13073,
        name: "EGYPTIAN HIEROGLYPH C022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13074,
        name: "EGYPTIAN HIEROGLYPH C023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13075,
        name: "EGYPTIAN HIEROGLYPH C024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13076,
        name: "EGYPTIAN HIEROGLYPH D001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13077,
        name: "EGYPTIAN HIEROGLYPH D002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13078,
        name: "EGYPTIAN HIEROGLYPH D003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13079,
        name: "EGYPTIAN HIEROGLYPH D004",
    },
    Character {
        age: "5.2",
        codepoint: 0x1307A,
        name: "EGYPTIAN HIEROGLYPH D005",
    },
    Character {
        age: "5.2",
        codepoint: 0x1307B,
        name: "EGYPTIAN HIEROGLYPH D006",
    },
    Character {
        age: "5.2",
        codepoint: 0x1307C,
        name: "EGYPTIAN HIEROGLYPH D007",
    },
    Character {
        age: "5.2",
        codepoint: 0x1307D,
        name: "EGYPTIAN HIEROGLYPH D008",
    },
    Character {
        age: "5.2",
        codepoint: 0x1307E,
        name: "EGYPTIAN HIEROGLYPH D008A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1307F,
        name: "EGYPTIAN HIEROGLYPH D009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13080,
        name: "EGYPTIAN HIEROGLYPH D010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13081,
        name: "EGYPTIAN HIEROGLYPH D011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13082,
        name: "EGYPTIAN HIEROGLYPH D012",
    },
    Character {
        age: "5.2",
        codepoint: 0x13083,
        name: "EGYPTIAN HIEROGLYPH D013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13084,
        name: "EGYPTIAN HIEROGLYPH D014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13085,
        name: "EGYPTIAN HIEROGLYPH D015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13086,
        name: "EGYPTIAN HIEROGLYPH D016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13087,
        name: "EGYPTIAN HIEROGLYPH D017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13088,
        name: "EGYPTIAN HIEROGLYPH D018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13089,
        name: "EGYPTIAN HIEROGLYPH D019",
    },
    Character {
        age: "5.2",
        codepoint: 0x1308A,
        name: "EGYPTIAN HIEROGLYPH D020",
    },
    Character {
        age: "5.2",
        codepoint: 0x1308B,
        name: "EGYPTIAN HIEROGLYPH D021",
    },
    Character {
        age: "5.2",
        codepoint: 0x1308C,
        name: "EGYPTIAN HIEROGLYPH D022",
    },
    Character {
        age: "5.2",
        codepoint: 0x1308D,
        name: "EGYPTIAN HIEROGLYPH D023",
    },
    Character {
        age: "5.2",
        codepoint: 0x1308E,
        name: "EGYPTIAN HIEROGLYPH D024",
    },
    Character {
        age: "5.2",
        codepoint: 0x1308F,
        name: "EGYPTIAN HIEROGLYPH D025",
    },
    Character {
        age: "5.2",
        codepoint: 0x13090,
        name: "EGYPTIAN HIEROGLYPH D026",
    },
    Character {
        age: "5.2",
        codepoint: 0x13091,
        name: "EGYPTIAN HIEROGLYPH D027",
    },
    Character {
        age: "5.2",
        codepoint: 0x13092,
        name: "EGYPTIAN HIEROGLYPH D027A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13093,
        name: "EGYPTIAN HIEROGLYPH D028",
    },
    Character {
        age: "5.2",
        codepoint: 0x13094,
        name: "EGYPTIAN HIEROGLYPH D029",
    },
    Character {
        age: "5.2",
        codepoint: 0x13095,
        name: "EGYPTIAN HIEROGLYPH D030",
    },
    Character {
        age: "5.2",
        codepoint: 0x13096,
        name: "EGYPTIAN HIEROGLYPH D031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13097,
        name: "EGYPTIAN HIEROGLYPH D031A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13098,
        name: "EGYPTIAN HIEROGLYPH D032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13099,
        name: "EGYPTIAN HIEROGLYPH D033",
    },
    Character {
        age: "5.2",
        codepoint: 0x1309A,
        name: "EGYPTIAN HIEROGLYPH D034",
    },
    Character {
        age: "5.2",
        codepoint: 0x1309B,
        name: "EGYPTIAN HIEROGLYPH D034A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1309C,
        name: "EGYPTIAN HIEROGLYPH D035",
    },
    Character {
        age: "5.2",
        codepoint: 0x1309D,
        name: "EGYPTIAN HIEROGLYPH D036",
    },
    Character {
        age: "5.2",
        codepoint: 0x1309E,
        name: "EGYPTIAN HIEROGLYPH D037",
    },
    Character {
        age: "5.2",
        codepoint: 0x1309F,
        name: "EGYPTIAN HIEROGLYPH D038",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A0,
        name: "EGYPTIAN HIEROGLYPH D039",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A1,
        name: "EGYPTIAN HIEROGLYPH D040",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A2,
        name: "EGYPTIAN HIEROGLYPH D041",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A3,
        name: "EGYPTIAN HIEROGLYPH D042",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A4,
        name: "EGYPTIAN HIEROGLYPH D043",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A5,
        name: "EGYPTIAN HIEROGLYPH D044",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A6,
        name: "EGYPTIAN HIEROGLYPH D045",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A7,
        name: "EGYPTIAN HIEROGLYPH D046",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A8,
        name: "EGYPTIAN HIEROGLYPH D046A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130A9,
        name: "EGYPTIAN HIEROGLYPH D047",
    },
    Character {
        age: "5.2",
        codepoint: 0x130AA,
        name: "EGYPTIAN HIEROGLYPH D048",
    },
    Character {
        age: "5.2",
        codepoint: 0x130AB,
        name: "EGYPTIAN HIEROGLYPH D048A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130AC,
        name: "EGYPTIAN HIEROGLYPH D049",
    },
    Character {
        age: "5.2",
        codepoint: 0x130AD,
        name: "EGYPTIAN HIEROGLYPH D050",
    },
    Character {
        age: "5.2",
        codepoint: 0x130AE,
        name: "EGYPTIAN HIEROGLYPH D050A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130AF,
        name: "EGYPTIAN HIEROGLYPH D050B",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B0,
        name: "EGYPTIAN HIEROGLYPH D050C",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B1,
        name: "EGYPTIAN HIEROGLYPH D050D",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B2,
        name: "EGYPTIAN HIEROGLYPH D050E",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B3,
        name: "EGYPTIAN HIEROGLYPH D050F",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B4,
        name: "EGYPTIAN HIEROGLYPH D050G",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B5,
        name: "EGYPTIAN HIEROGLYPH D050H",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B6,
        name: "EGYPTIAN HIEROGLYPH D050I",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B7,
        name: "EGYPTIAN HIEROGLYPH D051",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B8,
        name: "EGYPTIAN HIEROGLYPH D052",
    },
    Character {
        age: "5.2",
        codepoint: 0x130B9,
        name: "EGYPTIAN HIEROGLYPH D052A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130BA,
        name: "EGYPTIAN HIEROGLYPH D053",
    },
    Character {
        age: "5.2",
        codepoint: 0x130BB,
        name: "EGYPTIAN HIEROGLYPH D054",
    },
    Character {
        age: "5.2",
        codepoint: 0x130BC,
        name: "EGYPTIAN HIEROGLYPH D054A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130BD,
        name: "EGYPTIAN HIEROGLYPH D055",
    },
    Character {
        age: "5.2",
        codepoint: 0x130BE,
        name: "EGYPTIAN HIEROGLYPH D056",
    },
    Character {
        age: "5.2",
        codepoint: 0x130BF,
        name: "EGYPTIAN HIEROGLYPH D057",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C0,
        name: "EGYPTIAN HIEROGLYPH D058",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C1,
        name: "EGYPTIAN HIEROGLYPH D059",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C2,
        name: "EGYPTIAN HIEROGLYPH D060",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C3,
        name: "EGYPTIAN HIEROGLYPH D061",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C4,
        name: "EGYPTIAN HIEROGLYPH D062",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C5,
        name: "EGYPTIAN HIEROGLYPH D063",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C6,
        name: "EGYPTIAN HIEROGLYPH D064",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C7,
        name: "EGYPTIAN HIEROGLYPH D065",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C8,
        name: "EGYPTIAN HIEROGLYPH D066",
    },
    Character {
        age: "5.2",
        codepoint: 0x130C9,
        name: "EGYPTIAN HIEROGLYPH D067",
    },
    Character {
        age: "5.2",
        codepoint: 0x130CA,
        name: "EGYPTIAN HIEROGLYPH D067A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130CB,
        name: "EGYPTIAN HIEROGLYPH D067B",
    },
    Character {
        age: "5.2",
        codepoint: 0x130CC,
        name: "EGYPTIAN HIEROGLYPH D067C",
    },
    Character {
        age: "5.2",
        codepoint: 0x130CD,
        name: "EGYPTIAN HIEROGLYPH D067D",
    },
    Character {
        age: "5.2",
        codepoint: 0x130CE,
        name: "EGYPTIAN HIEROGLYPH D067E",
    },
    Character {
        age: "5.2",
        codepoint: 0x130CF,
        name: "EGYPTIAN HIEROGLYPH D067F",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D0,
        name: "EGYPTIAN HIEROGLYPH D067G",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D1,
        name: "EGYPTIAN HIEROGLYPH D067H",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D2,
        name: "EGYPTIAN HIEROGLYPH E001",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D3,
        name: "EGYPTIAN HIEROGLYPH E002",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D4,
        name: "EGYPTIAN HIEROGLYPH E003",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D5,
        name: "EGYPTIAN HIEROGLYPH E004",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D6,
        name: "EGYPTIAN HIEROGLYPH E005",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D7,
        name: "EGYPTIAN HIEROGLYPH E006",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D8,
        name: "EGYPTIAN HIEROGLYPH E007",
    },
    Character {
        age: "5.2",
        codepoint: 0x130D9,
        name: "EGYPTIAN HIEROGLYPH E008",
    },
    Character {
        age: "5.2",
        codepoint: 0x130DA,
        name: "EGYPTIAN HIEROGLYPH E008A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130DB,
        name: "EGYPTIAN HIEROGLYPH E009",
    },
    Character {
        age: "5.2",
        codepoint: 0x130DC,
        name: "EGYPTIAN HIEROGLYPH E009A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130DD,
        name: "EGYPTIAN HIEROGLYPH E010",
    },
    Character {
        age: "5.2",
        codepoint: 0x130DE,
        name: "EGYPTIAN HIEROGLYPH E011",
    },
    Character {
        age: "5.2",
        codepoint: 0x130DF,
        name: "EGYPTIAN HIEROGLYPH E012",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E0,
        name: "EGYPTIAN HIEROGLYPH E013",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E1,
        name: "EGYPTIAN HIEROGLYPH E014",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E2,
        name: "EGYPTIAN HIEROGLYPH E015",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E3,
        name: "EGYPTIAN HIEROGLYPH E016",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E4,
        name: "EGYPTIAN HIEROGLYPH E016A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E5,
        name: "EGYPTIAN HIEROGLYPH E017",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E6,
        name: "EGYPTIAN HIEROGLYPH E017A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E7,
        name: "EGYPTIAN HIEROGLYPH E018",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E8,
        name: "EGYPTIAN HIEROGLYPH E019",
    },
    Character {
        age: "5.2",
        codepoint: 0x130E9,
        name: "EGYPTIAN HIEROGLYPH E020",
    },
    Character {
        age: "5.2",
        codepoint: 0x130EA,
        name: "EGYPTIAN HIEROGLYPH E020A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130EB,
        name: "EGYPTIAN HIEROGLYPH E021",
    },
    Character {
        age: "5.2",
        codepoint: 0x130EC,
        name: "EGYPTIAN HIEROGLYPH E022",
    },
    Character {
        age: "5.2",
        codepoint: 0x130ED,
        name: "EGYPTIAN HIEROGLYPH E023",
    },
    Character {
        age: "5.2",
        codepoint: 0x130EE,
        name: "EGYPTIAN HIEROGLYPH E024",
    },
    Character {
        age: "5.2",
        codepoint: 0x130EF,
        name: "EGYPTIAN HIEROGLYPH E025",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F0,
        name: "EGYPTIAN HIEROGLYPH E026",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F1,
        name: "EGYPTIAN HIEROGLYPH E027",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F2,
        name: "EGYPTIAN HIEROGLYPH E028",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F3,
        name: "EGYPTIAN HIEROGLYPH E028A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F4,
        name: "EGYPTIAN HIEROGLYPH E029",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F5,
        name: "EGYPTIAN HIEROGLYPH E030",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F6,
        name: "EGYPTIAN HIEROGLYPH E031",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F7,
        name: "EGYPTIAN HIEROGLYPH E032",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F8,
        name: "EGYPTIAN HIEROGLYPH E033",
    },
    Character {
        age: "5.2",
        codepoint: 0x130F9,
        name: "EGYPTIAN HIEROGLYPH E034",
    },
    Character {
        age: "5.2",
        codepoint: 0x130FA,
        name: "EGYPTIAN HIEROGLYPH E034A",
    },
    Character {
        age: "5.2",
        codepoint: 0x130FB,
        name: "EGYPTIAN HIEROGLYPH E036",
    },
    Character {
        age: "5.2",
        codepoint: 0x130FC,
        name: "EGYPTIAN HIEROGLYPH E037",
    },
    Character {
        age: "5.2",
        codepoint: 0x130FD,
        name: "EGYPTIAN HIEROGLYPH E038",
    },
    Character {
        age: "5.2",
        codepoint: 0x130FE,
        name: "EGYPTIAN HIEROGLYPH F001",
    },
    Character {
        age: "5.2",
        codepoint: 0x130FF,
        name: "EGYPTIAN HIEROGLYPH F001A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13100,
        name: "EGYPTIAN HIEROGLYPH F002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13101,
        name: "EGYPTIAN HIEROGLYPH F003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13102,
        name: "EGYPTIAN HIEROGLYPH F004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13103,
        name: "EGYPTIAN HIEROGLYPH F005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13104,
        name: "EGYPTIAN HIEROGLYPH F006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13105,
        name: "EGYPTIAN HIEROGLYPH F007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13106,
        name: "EGYPTIAN HIEROGLYPH F008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13107,
        name: "EGYPTIAN HIEROGLYPH F009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13108,
        name: "EGYPTIAN HIEROGLYPH F010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13109,
        name: "EGYPTIAN HIEROGLYPH F011",
    },
    Character {
        age: "5.2",
        codepoint: 0x1310A,
        name: "EGYPTIAN HIEROGLYPH F012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1310B,
        name: "EGYPTIAN HIEROGLYPH F013",
    },
    Character {
        age: "5.2",
        codepoint: 0x1310C,
        name: "EGYPTIAN HIEROGLYPH F013A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1310D,
        name: "EGYPTIAN HIEROGLYPH F014",
    },
    Character {
        age: "5.2",
        codepoint: 0x1310E,
        name: "EGYPTIAN HIEROGLYPH F015",
    },
    Character {
        age: "5.2",
        codepoint: 0x1310F,
        name: "EGYPTIAN HIEROGLYPH F016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13110,
        name: "EGYPTIAN HIEROGLYPH F017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13111,
        name: "EGYPTIAN HIEROGLYPH F018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13112,
        name: "EGYPTIAN HIEROGLYPH F019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13113,
        name: "EGYPTIAN HIEROGLYPH F020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13114,
        name: "EGYPTIAN HIEROGLYPH F021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13115,
        name: "EGYPTIAN HIEROGLYPH F021A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13116,
        name: "EGYPTIAN HIEROGLYPH F022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13117,
        name: "EGYPTIAN HIEROGLYPH F023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13118,
        name: "EGYPTIAN HIEROGLYPH F024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13119,
        name: "EGYPTIAN HIEROGLYPH F025",
    },
    Character {
        age: "5.2",
        codepoint: 0x1311A,
        name: "EGYPTIAN HIEROGLYPH F026",
    },
    Character {
        age: "5.2",
        codepoint: 0x1311B,
        name: "EGYPTIAN HIEROGLYPH F027",
    },
    Character {
        age: "5.2",
        codepoint: 0x1311C,
        name: "EGYPTIAN HIEROGLYPH F028",
    },
    Character {
        age: "5.2",
        codepoint: 0x1311D,
        name: "EGYPTIAN HIEROGLYPH F029",
    },
    Character {
        age: "5.2",
        codepoint: 0x1311E,
        name: "EGYPTIAN HIEROGLYPH F030",
    },
    Character {
        age: "5.2",
        codepoint: 0x1311F,
        name: "EGYPTIAN HIEROGLYPH F031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13120,
        name: "EGYPTIAN HIEROGLYPH F031A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13121,
        name: "EGYPTIAN HIEROGLYPH F032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13122,
        name: "EGYPTIAN HIEROGLYPH F033",
    },
    Character {
        age: "5.2",
        codepoint: 0x13123,
        name: "EGYPTIAN HIEROGLYPH F034",
    },
    Character {
        age: "5.2",
        codepoint: 0x13124,
        name: "EGYPTIAN HIEROGLYPH F035",
    },
    Character {
        age: "5.2",
        codepoint: 0x13125,
        name: "EGYPTIAN HIEROGLYPH F036",
    },
    Character {
        age: "5.2",
        codepoint: 0x13126,
        name: "EGYPTIAN HIEROGLYPH F037",
    },
    Character {
        age: "5.2",
        codepoint: 0x13127,
        name: "EGYPTIAN HIEROGLYPH F037A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13128,
        name: "EGYPTIAN HIEROGLYPH F038",
    },
    Character {
        age: "5.2",
        codepoint: 0x13129,
        name: "EGYPTIAN HIEROGLYPH F038A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1312A,
        name: "EGYPTIAN HIEROGLYPH F039",
    },
    Character {
        age: "5.2",
        codepoint: 0x1312B,
        name: "EGYPTIAN HIEROGLYPH F040",
    },
    Character {
        age: "5.2",
        codepoint: 0x1312C,
        name: "EGYPTIAN HIEROGLYPH F041",
    },
    Character {
        age: "5.2",
        codepoint: 0x1312D,
        name: "EGYPTIAN HIEROGLYPH F042",
    },
    Character {
        age: "5.2",
        codepoint: 0x1312E,
        name: "EGYPTIAN HIEROGLYPH F043",
    },
    Character {
        age: "5.2",
        codepoint: 0x1312F,
        name: "EGYPTIAN HIEROGLYPH F044",
    },
    Character {
        age: "5.2",
        codepoint: 0x13130,
        name: "EGYPTIAN HIEROGLYPH F045",
    },
    Character {
        age: "5.2",
        codepoint: 0x13131,
        name: "EGYPTIAN HIEROGLYPH F045A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13132,
        name: "EGYPTIAN HIEROGLYPH F046",
    },
    Character {
        age: "5.2",
        codepoint: 0x13133,
        name: "EGYPTIAN HIEROGLYPH F046A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13134,
        name: "EGYPTIAN HIEROGLYPH F047",
    },
    Character {
        age: "5.2",
        codepoint: 0x13135,
        name: "EGYPTIAN HIEROGLYPH F047A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13136,
        name: "EGYPTIAN HIEROGLYPH F048",
    },
    Character {
        age: "5.2",
        codepoint: 0x13137,
        name: "EGYPTIAN HIEROGLYPH F049",
    },
    Character {
        age: "5.2",
        codepoint: 0x13138,
        name: "EGYPTIAN HIEROGLYPH F050",
    },
    Character {
        age: "5.2",
        codepoint: 0x13139,
        name: "EGYPTIAN HIEROGLYPH F051",
    },
    Character {
        age: "5.2",
        codepoint: 0x1313A,
        name: "EGYPTIAN HIEROGLYPH F051A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1313B,
        name: "EGYPTIAN HIEROGLYPH F051B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1313C,
        name: "EGYPTIAN HIEROGLYPH F051C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1313D,
        name: "EGYPTIAN HIEROGLYPH F052",
    },
    Character {
        age: "5.2",
        codepoint: 0x1313E,
        name: "EGYPTIAN HIEROGLYPH F053",
    },
    Character {
        age: "5.2",
        codepoint: 0x1313F,
        name: "EGYPTIAN HIEROGLYPH G001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13140,
        name: "EGYPTIAN HIEROGLYPH G002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13141,
        name: "EGYPTIAN HIEROGLYPH G003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13142,
        name: "EGYPTIAN HIEROGLYPH G004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13143,
        name: "EGYPTIAN HIEROGLYPH G005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13144,
        name: "EGYPTIAN HIEROGLYPH G006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13145,
        name: "EGYPTIAN HIEROGLYPH G006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13146,
        name: "EGYPTIAN HIEROGLYPH G007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13147,
        name: "EGYPTIAN HIEROGLYPH G007A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13148,
        name: "EGYPTIAN HIEROGLYPH G007B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13149,
        name: "EGYPTIAN HIEROGLYPH G008",
    },
    Character {
        age: "5.2",
        codepoint: 0x1314A,
        name: "EGYPTIAN HIEROGLYPH G009",
    },
    Character {
        age: "5.2",
        codepoint: 0x1314B,
        name: "EGYPTIAN HIEROGLYPH G010",
    },
    Character {
        age: "5.2",
        codepoint: 0x1314C,
        name: "EGYPTIAN HIEROGLYPH G011",
    },
    Character {
        age: "5.2",
        codepoint: 0x1314D,
        name: "EGYPTIAN HIEROGLYPH G011A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1314E,
        name: "EGYPTIAN HIEROGLYPH G012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1314F,
        name: "EGYPTIAN HIEROGLYPH G013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13150,
        name: "EGYPTIAN HIEROGLYPH G014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13151,
        name: "EGYPTIAN HIEROGLYPH G015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13152,
        name: "EGYPTIAN HIEROGLYPH G016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13153,
        name: "EGYPTIAN HIEROGLYPH G017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13154,
        name: "EGYPTIAN HIEROGLYPH G018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13155,
        name: "EGYPTIAN HIEROGLYPH G019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13156,
        name: "EGYPTIAN HIEROGLYPH G020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13157,
        name: "EGYPTIAN HIEROGLYPH G020A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13158,
        name: "EGYPTIAN HIEROGLYPH G021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13159,
        name: "EGYPTIAN HIEROGLYPH G022",
    },
    Character {
        age: "5.2",
        codepoint: 0x1315A,
        name: "EGYPTIAN HIEROGLYPH G023",
    },
    Character {
        age: "5.2",
        codepoint: 0x1315B,
        name: "EGYPTIAN HIEROGLYPH G024",
    },
    Character {
        age: "5.2",
        codepoint: 0x1315C,
        name: "EGYPTIAN HIEROGLYPH G025",
    },
    Character {
        age: "5.2",
        codepoint: 0x1315D,
        name: "EGYPTIAN HIEROGLYPH G026",
    },
    Character {
        age: "5.2",
        codepoint: 0x1315E,
        name: "EGYPTIAN HIEROGLYPH G026A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1315F,
        name: "EGYPTIAN HIEROGLYPH G027",
    },
    Character {
        age: "5.2",
        codepoint: 0x13160,
        name: "EGYPTIAN HIEROGLYPH G028",
    },
    Character {
        age: "5.2",
        codepoint: 0x13161,
        name: "EGYPTIAN HIEROGLYPH G029",
    },
    Character {
        age: "5.2",
        codepoint: 0x13162,
        name: "EGYPTIAN HIEROGLYPH G030",
    },
    Character {
        age: "5.2",
        codepoint: 0x13163,
        name: "EGYPTIAN HIEROGLYPH G031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13164,
        name: "EGYPTIAN HIEROGLYPH G032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13165,
        name: "EGYPTIAN HIEROGLYPH G033",
    },
    Character {
        age: "5.2",
        codepoint: 0x13166,
        name: "EGYPTIAN HIEROGLYPH G034",
    },
    Character {
        age: "5.2",
        codepoint: 0x13167,
        name: "EGYPTIAN HIEROGLYPH G035",
    },
    Character {
        age: "5.2",
        codepoint: 0x13168,
        name: "EGYPTIAN HIEROGLYPH G036",
    },
    Character {
        age: "5.2",
        codepoint: 0x13169,
        name: "EGYPTIAN HIEROGLYPH G036A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1316A,
        name: "EGYPTIAN HIEROGLYPH G037",
    },
    Character {
        age: "5.2",
        codepoint: 0x1316B,
        name: "EGYPTIAN HIEROGLYPH G037A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1316C,
        name: "EGYPTIAN HIEROGLYPH G038",
    },
    Character {
        age: "5.2",
        codepoint: 0x1316D,
        name: "EGYPTIAN HIEROGLYPH G039",
    },
    Character {
        age: "5.2",
        codepoint: 0x1316E,
        name: "EGYPTIAN HIEROGLYPH G040",
    },
    Character {
        age: "5.2",
        codepoint: 0x1316F,
        name: "EGYPTIAN HIEROGLYPH G041",
    },
    Character {
        age: "5.2",
        codepoint: 0x13170,
        name: "EGYPTIAN HIEROGLYPH G042",
    },
    Character {
        age: "5.2",
        codepoint: 0x13171,
        name: "EGYPTIAN HIEROGLYPH G043",
    },
    Character {
        age: "5.2",
        codepoint: 0x13172,
        name: "EGYPTIAN HIEROGLYPH G043A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13173,
        name: "EGYPTIAN HIEROGLYPH G044",
    },
    Character {
        age: "5.2",
        codepoint: 0x13174,
        name: "EGYPTIAN HIEROGLYPH G045",
    },
    Character {
        age: "5.2",
        codepoint: 0x13175,
        name: "EGYPTIAN HIEROGLYPH G045A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13176,
        name: "EGYPTIAN HIEROGLYPH G046",
    },
    Character {
        age: "5.2",
        codepoint: 0x13177,
        name: "EGYPTIAN HIEROGLYPH G047",
    },
    Character {
        age: "5.2",
        codepoint: 0x13178,
        name: "EGYPTIAN HIEROGLYPH G048",
    },
    Character {
        age: "5.2",
        codepoint: 0x13179,
        name: "EGYPTIAN HIEROGLYPH G049",
    },
    Character {
        age: "5.2",
        codepoint: 0x1317A,
        name: "EGYPTIAN HIEROGLYPH G050",
    },
    Character {
        age: "5.2",
        codepoint: 0x1317B,
        name: "EGYPTIAN HIEROGLYPH G051",
    },
    Character {
        age: "5.2",
        codepoint: 0x1317C,
        name: "EGYPTIAN HIEROGLYPH G052",
    },
    Character {
        age: "5.2",
        codepoint: 0x1317D,
        name: "EGYPTIAN HIEROGLYPH G053",
    },
    Character {
        age: "5.2",
        codepoint: 0x1317E,
        name: "EGYPTIAN HIEROGLYPH G054",
    },
    Character {
        age: "5.2",
        codepoint: 0x1317F,
        name: "EGYPTIAN HIEROGLYPH H001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13180,
        name: "EGYPTIAN HIEROGLYPH H002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13181,
        name: "EGYPTIAN HIEROGLYPH H003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13182,
        name: "EGYPTIAN HIEROGLYPH H004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13183,
        name: "EGYPTIAN HIEROGLYPH H005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13184,
        name: "EGYPTIAN HIEROGLYPH H006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13185,
        name: "EGYPTIAN HIEROGLYPH H006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13186,
        name: "EGYPTIAN HIEROGLYPH H007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13187,
        name: "EGYPTIAN HIEROGLYPH H008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13188,
        name: "EGYPTIAN HIEROGLYPH I001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13189,
        name: "EGYPTIAN HIEROGLYPH I002",
    },
    Character {
        age: "5.2",
        codepoint: 0x1318A,
        name: "EGYPTIAN HIEROGLYPH I003",
    },
    Character {
        age: "5.2",
        codepoint: 0x1318B,
        name: "EGYPTIAN HIEROGLYPH I004",
    },
    Character {
        age: "5.2",
        codepoint: 0x1318C,
        name: "EGYPTIAN HIEROGLYPH I005",
    },
    Character {
        age: "5.2",
        codepoint: 0x1318D,
        name: "EGYPTIAN HIEROGLYPH I005A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1318E,
        name: "EGYPTIAN HIEROGLYPH I006",
    },
    Character {
        age: "5.2",
        codepoint: 0x1318F,
        name: "EGYPTIAN HIEROGLYPH I007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13190,
        name: "EGYPTIAN HIEROGLYPH I008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13191,
        name: "EGYPTIAN HIEROGLYPH I009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13192,
        name: "EGYPTIAN HIEROGLYPH I009A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13193,
        name: "EGYPTIAN HIEROGLYPH I010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13194,
        name: "EGYPTIAN HIEROGLYPH I010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13195,
        name: "EGYPTIAN HIEROGLYPH I011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13196,
        name: "EGYPTIAN HIEROGLYPH I011A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13197,
        name: "EGYPTIAN HIEROGLYPH I012",
    },
    Character {
        age: "5.2",
        codepoint: 0x13198,
        name: "EGYPTIAN HIEROGLYPH I013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13199,
        name: "EGYPTIAN HIEROGLYPH I014",
    },
    Character {
        age: "5.2",
        codepoint: 0x1319A,
        name: "EGYPTIAN HIEROGLYPH I015",
    },
    Character {
        age: "5.2",
        codepoint: 0x1319B,
        name: "EGYPTIAN HIEROGLYPH K001",
    },
    Character {
        age: "5.2",
        codepoint: 0x1319C,
        name: "EGYPTIAN HIEROGLYPH K002",
    },
    Character {
        age: "5.2",
        codepoint: 0x1319D,
        name: "EGYPTIAN HIEROGLYPH K003",
    },
    Character {
        age: "5.2",
        codepoint: 0x1319E,
        name: "EGYPTIAN HIEROGLYPH K004",
    },
    Character {
        age: "5.2",
        codepoint: 0x1319F,
        name: "EGYPTIAN HIEROGLYPH K005",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A0,
        name: "EGYPTIAN HIEROGLYPH K006",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A1,
        name: "EGYPTIAN HIEROGLYPH K007",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A2,
        name: "EGYPTIAN HIEROGLYPH K008",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A3,
        name: "EGYPTIAN HIEROGLYPH L001",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A4,
        name: "EGYPTIAN HIEROGLYPH L002",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A5,
        name: "EGYPTIAN HIEROGLYPH L002A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A6,
        name: "EGYPTIAN HIEROGLYPH L003",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A7,
        name: "EGYPTIAN HIEROGLYPH L004",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A8,
        name: "EGYPTIAN HIEROGLYPH L005",
    },
    Character {
        age: "5.2",
        codepoint: 0x131A9,
        name: "EGYPTIAN HIEROGLYPH L006",
    },
    Character {
        age: "5.2",
        codepoint: 0x131AA,
        name: "EGYPTIAN HIEROGLYPH L006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131AB,
        name: "EGYPTIAN HIEROGLYPH L007",
    },
    Character {
        age: "5.2",
        codepoint: 0x131AC,
        name: "EGYPTIAN HIEROGLYPH L008",
    },
    Character {
        age: "5.2",
        codepoint: 0x131AD,
        name: "EGYPTIAN HIEROGLYPH M001",
    },
    Character {
        age: "5.2",
        codepoint: 0x131AE,
        name: "EGYPTIAN HIEROGLYPH M001A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131AF,
        name: "EGYPTIAN HIEROGLYPH M001B",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B0,
        name: "EGYPTIAN HIEROGLYPH M002",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B1,
        name: "EGYPTIAN HIEROGLYPH M003",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B2,
        name: "EGYPTIAN HIEROGLYPH M003A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B3,
        name: "EGYPTIAN HIEROGLYPH M004",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B4,
        name: "EGYPTIAN HIEROGLYPH M005",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B5,
        name: "EGYPTIAN HIEROGLYPH M006",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B6,
        name: "EGYPTIAN HIEROGLYPH M007",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B7,
        name: "EGYPTIAN HIEROGLYPH M008",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B8,
        name: "EGYPTIAN HIEROGLYPH M009",
    },
    Character {
        age: "5.2",
        codepoint: 0x131B9,
        name: "EGYPTIAN HIEROGLYPH M010",
    },
    Character {
        age: "5.2",
        codepoint: 0x131BA,
        name: "EGYPTIAN HIEROGLYPH M010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131BB,
        name: "EGYPTIAN HIEROGLYPH M011",
    },
    Character {
        age: "5.2",
        codepoint: 0x131BC,
        name: "EGYPTIAN HIEROGLYPH M012",
    },
    Character {
        age: "5.2",
        codepoint: 0x131BD,
        name: "EGYPTIAN HIEROGLYPH M012A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131BE,
        name: "EGYPTIAN HIEROGLYPH M012B",
    },
    Character {
        age: "5.2",
        codepoint: 0x131BF,
        name: "EGYPTIAN HIEROGLYPH M012C",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C0,
        name: "EGYPTIAN HIEROGLYPH M012D",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C1,
        name: "EGYPTIAN HIEROGLYPH M012E",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C2,
        name: "EGYPTIAN HIEROGLYPH M012F",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C3,
        name: "EGYPTIAN HIEROGLYPH M012G",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C4,
        name: "EGYPTIAN HIEROGLYPH M012H",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C5,
        name: "EGYPTIAN HIEROGLYPH M013",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C6,
        name: "EGYPTIAN HIEROGLYPH M014",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C7,
        name: "EGYPTIAN HIEROGLYPH M015",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C8,
        name: "EGYPTIAN HIEROGLYPH M015A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131C9,
        name: "EGYPTIAN HIEROGLYPH M016",
    },
    Character {
        age: "5.2",
        codepoint: 0x131CA,
        name: "EGYPTIAN HIEROGLYPH M016A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131CB,
        name: "EGYPTIAN HIEROGLYPH M017",
    },
    Character {
        age: "5.2",
        codepoint: 0x131CC,
        name: "EGYPTIAN HIEROGLYPH M017A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131CD,
        name: "EGYPTIAN HIEROGLYPH M018",
    },
    Character {
        age: "5.2",
        codepoint: 0x131CE,
        name: "EGYPTIAN HIEROGLYPH M019",
    },
    Character {
        age: "5.2",
        codepoint: 0x131CF,
        name: "EGYPTIAN HIEROGLYPH M020",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D0,
        name: "EGYPTIAN HIEROGLYPH M021",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D1,
        name: "EGYPTIAN HIEROGLYPH M022",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D2,
        name: "EGYPTIAN HIEROGLYPH M022A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D3,
        name: "EGYPTIAN HIEROGLYPH M023",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D4,
        name: "EGYPTIAN HIEROGLYPH M024",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D5,
        name: "EGYPTIAN HIEROGLYPH M024A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D6,
        name: "EGYPTIAN HIEROGLYPH M025",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D7,
        name: "EGYPTIAN HIEROGLYPH M026",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D8,
        name: "EGYPTIAN HIEROGLYPH M027",
    },
    Character {
        age: "5.2",
        codepoint: 0x131D9,
        name: "EGYPTIAN HIEROGLYPH M028",
    },
    Character {
        age: "5.2",
        codepoint: 0x131DA,
        name: "EGYPTIAN HIEROGLYPH M028A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131DB,
        name: "EGYPTIAN HIEROGLYPH M029",
    },
    Character {
        age: "5.2",
        codepoint: 0x131DC,
        name: "EGYPTIAN HIEROGLYPH M030",
    },
    Character {
        age: "5.2",
        codepoint: 0x131DD,
        name: "EGYPTIAN HIEROGLYPH M031",
    },
    Character {
        age: "5.2",
        codepoint: 0x131DE,
        name: "EGYPTIAN HIEROGLYPH M031A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131DF,
        name: "EGYPTIAN HIEROGLYPH M032",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E0,
        name: "EGYPTIAN HIEROGLYPH M033",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E1,
        name: "EGYPTIAN HIEROGLYPH M033A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E2,
        name: "EGYPTIAN HIEROGLYPH M033B",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E3,
        name: "EGYPTIAN HIEROGLYPH M034",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E4,
        name: "EGYPTIAN HIEROGLYPH M035",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E5,
        name: "EGYPTIAN HIEROGLYPH M036",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E6,
        name: "EGYPTIAN HIEROGLYPH M037",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E7,
        name: "EGYPTIAN HIEROGLYPH M038",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E8,
        name: "EGYPTIAN HIEROGLYPH M039",
    },
    Character {
        age: "5.2",
        codepoint: 0x131E9,
        name: "EGYPTIAN HIEROGLYPH M040",
    },
    Character {
        age: "5.2",
        codepoint: 0x131EA,
        name: "EGYPTIAN HIEROGLYPH M040A",
    },
    Character {
        age: "5.2",
        codepoint: 0x131EB,
        name: "EGYPTIAN HIEROGLYPH M041",
    },
    Character {
        age: "5.2",
        codepoint: 0x131EC,
        name: "EGYPTIAN HIEROGLYPH M042",
    },
    Character {
        age: "5.2",
        codepoint: 0x131ED,
        name: "EGYPTIAN HIEROGLYPH M043",
    },
    Character {
        age: "5.2",
        codepoint: 0x131EE,
        name: "EGYPTIAN HIEROGLYPH M044",
    },
    Character {
        age: "5.2",
        codepoint: 0x131EF,
        name: "EGYPTIAN HIEROGLYPH N001",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F0,
        name: "EGYPTIAN HIEROGLYPH N002",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F1,
        name: "EGYPTIAN HIEROGLYPH N003",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F2,
        name: "EGYPTIAN HIEROGLYPH N004",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F3,
        name: "EGYPTIAN HIEROGLYPH N005",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F4,
        name: "EGYPTIAN HIEROGLYPH N006",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F5,
        name: "EGYPTIAN HIEROGLYPH N007",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F6,
        name: "EGYPTIAN HIEROGLYPH N008",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F7,
        name: "EGYPTIAN HIEROGLYPH N009",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F8,
        name: "EGYPTIAN HIEROGLYPH N010",
    },
    Character {
        age: "5.2",
        codepoint: 0x131F9,
        name: "EGYPTIAN HIEROGLYPH N011",
    },
    Character {
        age: "5.2",
        codepoint: 0x131FA,
        name: "EGYPTIAN HIEROGLYPH N012",
    },
    Character {
        age: "5.2",
        codepoint: 0x131FB,
        name: "EGYPTIAN HIEROGLYPH N013",
    },
    Character {
        age: "5.2",
        codepoint: 0x131FC,
        name: "EGYPTIAN HIEROGLYPH N014",
    },
    Character {
        age: "5.2",
        codepoint: 0x131FD,
        name: "EGYPTIAN HIEROGLYPH N015",
    },
    Character {
        age: "5.2",
        codepoint: 0x131FE,
        name: "EGYPTIAN HIEROGLYPH N016",
    },
    Character {
        age: "5.2",
        codepoint: 0x131FF,
        name: "EGYPTIAN HIEROGLYPH N017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13200,
        name: "EGYPTIAN HIEROGLYPH N018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13201,
        name: "EGYPTIAN HIEROGLYPH N018A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13202,
        name: "EGYPTIAN HIEROGLYPH N018B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13203,
        name: "EGYPTIAN HIEROGLYPH N019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13204,
        name: "EGYPTIAN HIEROGLYPH N020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13205,
        name: "EGYPTIAN HIEROGLYPH N021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13206,
        name: "EGYPTIAN HIEROGLYPH N022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13207,
        name: "EGYPTIAN HIEROGLYPH N023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13208,
        name: "EGYPTIAN HIEROGLYPH N024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13209,
        name: "EGYPTIAN HIEROGLYPH N025",
    },
    Character {
        age: "5.2",
        codepoint: 0x1320A,
        name: "EGYPTIAN HIEROGLYPH N025A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1320B,
        name: "EGYPTIAN HIEROGLYPH N026",
    },
    Character {
        age: "5.2",
        codepoint: 0x1320C,
        name: "EGYPTIAN HIEROGLYPH N027",
    },
    Character {
        age: "5.2",
        codepoint: 0x1320D,
        name: "EGYPTIAN HIEROGLYPH N028",
    },
    Character {
        age: "5.2",
        codepoint: 0x1320E,
        name: "EGYPTIAN HIEROGLYPH N029",
    },
    Character {
        age: "5.2",
        codepoint: 0x1320F,
        name: "EGYPTIAN HIEROGLYPH N030",
    },
    Character {
        age: "5.2",
        codepoint: 0x13210,
        name: "EGYPTIAN HIEROGLYPH N031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13211,
        name: "EGYPTIAN HIEROGLYPH N032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13212,
        name: "EGYPTIAN HIEROGLYPH N033",
    },
    Character {
        age: "5.2",
        codepoint: 0x13213,
        name: "EGYPTIAN HIEROGLYPH N033A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13214,
        name: "EGYPTIAN HIEROGLYPH N034",
    },
    Character {
        age: "5.2",
        codepoint: 0x13215,
        name: "EGYPTIAN HIEROGLYPH N034A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13216,
        name: "EGYPTIAN HIEROGLYPH N035",
    },
    Character {
        age: "5.2",
        codepoint: 0x13217,
        name: "EGYPTIAN HIEROGLYPH N035A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13218,
        name: "EGYPTIAN HIEROGLYPH N036",
    },
    Character {
        age: "5.2",
        codepoint: 0x13219,
        name: "EGYPTIAN HIEROGLYPH N037",
    },
    Character {
        age: "5.2",
        codepoint: 0x1321A,
        name: "EGYPTIAN HIEROGLYPH N037A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1321B,
        name: "EGYPTIAN HIEROGLYPH N038",
    },
    Character {
        age: "5.2",
        codepoint: 0x1321C,
        name: "EGYPTIAN HIEROGLYPH N039",
    },
    Character {
        age: "5.2",
        codepoint: 0x1321D,
        name: "EGYPTIAN HIEROGLYPH N040",
    },
    Character {
        age: "5.2",
        codepoint: 0x1321E,
        name: "EGYPTIAN HIEROGLYPH N041",
    },
    Character {
        age: "5.2",
        codepoint: 0x1321F,
        name: "EGYPTIAN HIEROGLYPH N042",
    },
    Character {
        age: "5.2",
        codepoint: 0x13220,
        name: "EGYPTIAN HIEROGLYPH NL001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13221,
        name: "EGYPTIAN HIEROGLYPH NL002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13222,
        name: "EGYPTIAN HIEROGLYPH NL003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13223,
        name: "EGYPTIAN HIEROGLYPH NL004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13224,
        name: "EGYPTIAN HIEROGLYPH NL005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13225,
        name: "EGYPTIAN HIEROGLYPH NL005A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13226,
        name: "EGYPTIAN HIEROGLYPH NL006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13227,
        name: "EGYPTIAN HIEROGLYPH NL007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13228,
        name: "EGYPTIAN HIEROGLYPH NL008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13229,
        name: "EGYPTIAN HIEROGLYPH NL009",
    },
    Character {
        age: "5.2",
        codepoint: 0x1322A,
        name: "EGYPTIAN HIEROGLYPH NL010",
    },
    Character {
        age: "5.2",
        codepoint: 0x1322B,
        name: "EGYPTIAN HIEROGLYPH NL011",
    },
    Character {
        age: "5.2",
        codepoint: 0x1322C,
        name: "EGYPTIAN HIEROGLYPH NL012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1322D,
        name: "EGYPTIAN HIEROGLYPH NL013",
    },
    Character {
        age: "5.2",
        codepoint: 0x1322E,
        name: "EGYPTIAN HIEROGLYPH NL014",
    },
    Character {
        age: "5.2",
        codepoint: 0x1322F,
        name: "EGYPTIAN HIEROGLYPH NL015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13230,
        name: "EGYPTIAN HIEROGLYPH NL016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13231,
        name: "EGYPTIAN HIEROGLYPH NL017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13232,
        name: "EGYPTIAN HIEROGLYPH NL017A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13233,
        name: "EGYPTIAN HIEROGLYPH NL018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13234,
        name: "EGYPTIAN HIEROGLYPH NL019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13235,
        name: "EGYPTIAN HIEROGLYPH NL020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13236,
        name: "EGYPTIAN HIEROGLYPH NU001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13237,
        name: "EGYPTIAN HIEROGLYPH NU002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13238,
        name: "EGYPTIAN HIEROGLYPH NU003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13239,
        name: "EGYPTIAN HIEROGLYPH NU004",
    },
    Character {
        age: "5.2",
        codepoint: 0x1323A,
        name: "EGYPTIAN HIEROGLYPH NU005",
    },
    Character {
        age: "5.2",
        codepoint: 0x1323B,
        name: "EGYPTIAN HIEROGLYPH NU006",
    },
    Character {
        age: "5.2",
        codepoint: 0x1323C,
        name: "EGYPTIAN HIEROGLYPH NU007",
    },
    Character {
        age: "5.2",
        codepoint: 0x1323D,
        name: "EGYPTIAN HIEROGLYPH NU008",
    },
    Character {
        age: "5.2",
        codepoint: 0x1323E,
        name: "EGYPTIAN HIEROGLYPH NU009",
    },
    Character {
        age: "5.2",
        codepoint: 0x1323F,
        name: "EGYPTIAN HIEROGLYPH NU010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13240,
        name: "EGYPTIAN HIEROGLYPH NU010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13241,
        name: "EGYPTIAN HIEROGLYPH NU011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13242,
        name: "EGYPTIAN HIEROGLYPH NU011A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13243,
        name: "EGYPTIAN HIEROGLYPH NU012",
    },
    Character {
        age: "5.2",
        codepoint: 0x13244,
        name: "EGYPTIAN HIEROGLYPH NU013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13245,
        name: "EGYPTIAN HIEROGLYPH NU014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13246,
        name: "EGYPTIAN HIEROGLYPH NU015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13247,
        name: "EGYPTIAN HIEROGLYPH NU016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13248,
        name: "EGYPTIAN HIEROGLYPH NU017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13249,
        name: "EGYPTIAN HIEROGLYPH NU018",
    },
    Character {
        age: "5.2",
        codepoint: 0x1324A,
        name: "EGYPTIAN HIEROGLYPH NU018A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1324B,
        name: "EGYPTIAN HIEROGLYPH NU019",
    },
    Character {
        age: "5.2",
        codepoint: 0x1324C,
        name: "EGYPTIAN HIEROGLYPH NU020",
    },
    Character {
        age: "5.2",
        codepoint: 0x1324D,
        name: "EGYPTIAN HIEROGLYPH NU021",
    },
    Character {
        age: "5.2",
        codepoint: 0x1324E,
        name: "EGYPTIAN HIEROGLYPH NU022",
    },
    Character {
        age: "5.2",
        codepoint: 0x1324F,
        name: "EGYPTIAN HIEROGLYPH NU022A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13250,
        name: "EGYPTIAN HIEROGLYPH O001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13251,
        name: "EGYPTIAN HIEROGLYPH O001A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13252,
        name: "EGYPTIAN HIEROGLYPH O002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13253,
        name: "EGYPTIAN HIEROGLYPH O003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13254,
        name: "EGYPTIAN HIEROGLYPH O004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13255,
        name: "EGYPTIAN HIEROGLYPH O005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13256,
        name: "EGYPTIAN HIEROGLYPH O005A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13257,
        name: "EGYPTIAN HIEROGLYPH O006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13258,
        name: "EGYPTIAN HIEROGLYPH O006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13259,
        name: "EGYPTIAN HIEROGLYPH O006B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1325A,
        name: "EGYPTIAN HIEROGLYPH O006C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1325B,
        name: "EGYPTIAN HIEROGLYPH O006D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1325C,
        name: "EGYPTIAN HIEROGLYPH O006E",
    },
    Character {
        age: "5.2",
        codepoint: 0x1325D,
        name: "EGYPTIAN HIEROGLYPH O006F",
    },
    Character {
        age: "5.2",
        codepoint: 0x1325E,
        name: "EGYPTIAN HIEROGLYPH O007",
    },
    Character {
        age: "5.2",
        codepoint: 0x1325F,
        name: "EGYPTIAN HIEROGLYPH O008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13260,
        name: "EGYPTIAN HIEROGLYPH O009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13261,
        name: "EGYPTIAN HIEROGLYPH O010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13262,
        name: "EGYPTIAN HIEROGLYPH O010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13263,
        name: "EGYPTIAN HIEROGLYPH O010B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13264,
        name: "EGYPTIAN HIEROGLYPH O010C",
    },
    Character {
        age: "5.2",
        codepoint: 0x13265,
        name: "EGYPTIAN HIEROGLYPH O011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13266,
        name: "EGYPTIAN HIEROGLYPH O012",
    },
    Character {
        age: "5.2",
        codepoint: 0x13267,
        name: "EGYPTIAN HIEROGLYPH O013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13268,
        name: "EGYPTIAN HIEROGLYPH O014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13269,
        name: "EGYPTIAN HIEROGLYPH O015",
    },
    Character {
        age: "5.2",
        codepoint: 0x1326A,
        name: "EGYPTIAN HIEROGLYPH O016",
    },
    Character {
        age: "5.2",
        codepoint: 0x1326B,
        name: "EGYPTIAN HIEROGLYPH O017",
    },
    Character {
        age: "5.2",
        codepoint: 0x1326C,
        name: "EGYPTIAN HIEROGLYPH O018",
    },
    Character {
        age: "5.2",
        codepoint: 0x1326D,
        name: "EGYPTIAN HIEROGLYPH O019",
    },
    Character {
        age: "5.2",
        codepoint: 0x1326E,
        name: "EGYPTIAN HIEROGLYPH O019A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1326F,
        name: "EGYPTIAN HIEROGLYPH O020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13270,
        name: "EGYPTIAN HIEROGLYPH O020A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13271,
        name: "EGYPTIAN HIEROGLYPH O021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13272,
        name: "EGYPTIAN HIEROGLYPH O022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13273,
        name: "EGYPTIAN HIEROGLYPH O023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13274,
        name: "EGYPTIAN HIEROGLYPH O024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13275,
        name: "EGYPTIAN HIEROGLYPH O024A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13276,
        name: "EGYPTIAN HIEROGLYPH O025",
    },
    Character {
        age: "5.2",
        codepoint: 0x13277,
        name: "EGYPTIAN HIEROGLYPH O025A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13278,
        name: "EGYPTIAN HIEROGLYPH O026",
    },
    Character {
        age: "5.2",
        codepoint: 0x13279,
        name: "EGYPTIAN HIEROGLYPH O027",
    },
    Character {
        age: "5.2",
        codepoint: 0x1327A,
        name: "EGYPTIAN HIEROGLYPH O028",
    },
    Character {
        age: "5.2",
        codepoint: 0x1327B,
        name: "EGYPTIAN HIEROGLYPH O029",
    },
    Character {
        age: "5.2",
        codepoint: 0x1327C,
        name: "EGYPTIAN HIEROGLYPH O029A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1327D,
        name: "EGYPTIAN HIEROGLYPH O030",
    },
    Character {
        age: "5.2",
        codepoint: 0x1327E,
        name: "EGYPTIAN HIEROGLYPH O030A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1327F,
        name: "EGYPTIAN HIEROGLYPH O031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13280,
        name: "EGYPTIAN HIEROGLYPH O032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13281,
        name: "EGYPTIAN HIEROGLYPH O033",
    },
    Character {
        age: "5.2",
        codepoint: 0x13282,
        name: "EGYPTIAN HIEROGLYPH O033A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13283,
        name: "EGYPTIAN HIEROGLYPH O034",
    },
    Character {
        age: "5.2",
        codepoint: 0x13284,
        name: "EGYPTIAN HIEROGLYPH O035",
    },
    Character {
        age: "5.2",
        codepoint: 0x13285,
        name: "EGYPTIAN HIEROGLYPH O036",
    },
    Character {
        age: "5.2",
        codepoint: 0x13286,
        name: "EGYPTIAN HIEROGLYPH O036A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13287,
        name: "EGYPTIAN HIEROGLYPH O036B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13288,
        name: "EGYPTIAN HIEROGLYPH O036C",
    },
    Character {
        age: "5.2",
        codepoint: 0x13289,
        name: "EGYPTIAN HIEROGLYPH O036D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1328A,
        name: "EGYPTIAN HIEROGLYPH O037",
    },
    Character {
        age: "5.2",
        codepoint: 0x1328B,
        name: "EGYPTIAN HIEROGLYPH O038",
    },
    Character {
        age: "5.2",
        codepoint: 0x1328C,
        name: "EGYPTIAN HIEROGLYPH O039",
    },
    Character {
        age: "5.2",
        codepoint: 0x1328D,
        name: "EGYPTIAN HIEROGLYPH O040",
    },
    Character {
        age: "5.2",
        codepoint: 0x1328E,
        name: "EGYPTIAN HIEROGLYPH O041",
    },
    Character {
        age: "5.2",
        codepoint: 0x1328F,
        name: "EGYPTIAN HIEROGLYPH O042",
    },
    Character {
        age: "5.2",
        codepoint: 0x13290,
        name: "EGYPTIAN HIEROGLYPH O043",
    },
    Character {
        age: "5.2",
        codepoint: 0x13291,
        name: "EGYPTIAN HIEROGLYPH O044",
    },
    Character {
        age: "5.2",
        codepoint: 0x13292,
        name: "EGYPTIAN HIEROGLYPH O045",
    },
    Character {
        age: "5.2",
        codepoint: 0x13293,
        name: "EGYPTIAN HIEROGLYPH O046",
    },
    Character {
        age: "5.2",
        codepoint: 0x13294,
        name: "EGYPTIAN HIEROGLYPH O047",
    },
    Character {
        age: "5.2",
        codepoint: 0x13295,
        name: "EGYPTIAN HIEROGLYPH O048",
    },
    Character {
        age: "5.2",
        codepoint: 0x13296,
        name: "EGYPTIAN HIEROGLYPH O049",
    },
    Character {
        age: "5.2",
        codepoint: 0x13297,
        name: "EGYPTIAN HIEROGLYPH O050",
    },
    Character {
        age: "5.2",
        codepoint: 0x13298,
        name: "EGYPTIAN HIEROGLYPH O050A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13299,
        name: "EGYPTIAN HIEROGLYPH O050B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1329A,
        name: "EGYPTIAN HIEROGLYPH O051",
    },
    Character {
        age: "5.2",
        codepoint: 0x1329B,
        name: "EGYPTIAN HIEROGLYPH P001",
    },
    Character {
        age: "5.2",
        codepoint: 0x1329C,
        name: "EGYPTIAN HIEROGLYPH P001A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1329D,
        name: "EGYPTIAN HIEROGLYPH P002",
    },
    Character {
        age: "5.2",
        codepoint: 0x1329E,
        name: "EGYPTIAN HIEROGLYPH P003",
    },
    Character {
        age: "5.2",
        codepoint: 0x1329F,
        name: "EGYPTIAN HIEROGLYPH P003A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A0,
        name: "EGYPTIAN HIEROGLYPH P004",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A1,
        name: "EGYPTIAN HIEROGLYPH P005",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A2,
        name: "EGYPTIAN HIEROGLYPH P006",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A3,
        name: "EGYPTIAN HIEROGLYPH P007",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A4,
        name: "EGYPTIAN HIEROGLYPH P008",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A5,
        name: "EGYPTIAN HIEROGLYPH P009",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A6,
        name: "EGYPTIAN HIEROGLYPH P010",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A7,
        name: "EGYPTIAN HIEROGLYPH P011",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A8,
        name: "EGYPTIAN HIEROGLYPH Q001",
    },
    Character {
        age: "5.2",
        codepoint: 0x132A9,
        name: "EGYPTIAN HIEROGLYPH Q002",
    },
    Character {
        age: "5.2",
        codepoint: 0x132AA,
        name: "EGYPTIAN HIEROGLYPH Q003",
    },
    Character {
        age: "5.2",
        codepoint: 0x132AB,
        name: "EGYPTIAN HIEROGLYPH Q004",
    },
    Character {
        age: "5.2",
        codepoint: 0x132AC,
        name: "EGYPTIAN HIEROGLYPH Q005",
    },
    Character {
        age: "5.2",
        codepoint: 0x132AD,
        name: "EGYPTIAN HIEROGLYPH Q006",
    },
    Character {
        age: "5.2",
        codepoint: 0x132AE,
        name: "EGYPTIAN HIEROGLYPH Q007",
    },
    Character {
        age: "5.2",
        codepoint: 0x132AF,
        name: "EGYPTIAN HIEROGLYPH R001",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B0,
        name: "EGYPTIAN HIEROGLYPH R002",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B1,
        name: "EGYPTIAN HIEROGLYPH R002A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B2,
        name: "EGYPTIAN HIEROGLYPH R003",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B3,
        name: "EGYPTIAN HIEROGLYPH R003A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B4,
        name: "EGYPTIAN HIEROGLYPH R003B",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B5,
        name: "EGYPTIAN HIEROGLYPH R004",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B6,
        name: "EGYPTIAN HIEROGLYPH R005",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B7,
        name: "EGYPTIAN HIEROGLYPH R006",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B8,
        name: "EGYPTIAN HIEROGLYPH R007",
    },
    Character {
        age: "5.2",
        codepoint: 0x132B9,
        name: "EGYPTIAN HIEROGLYPH R008",
    },
    Character {
        age: "5.2",
        codepoint: 0x132BA,
        name: "EGYPTIAN HIEROGLYPH R009",
    },
    Character {
        age: "5.2",
        codepoint: 0x132BB,
        name: "EGYPTIAN HIEROGLYPH R010",
    },
    Character {
        age: "5.2",
        codepoint: 0x132BC,
        name: "EGYPTIAN HIEROGLYPH R010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132BD,
        name: "EGYPTIAN HIEROGLYPH R011",
    },
    Character {
        age: "5.2",
        codepoint: 0x132BE,
        name: "EGYPTIAN HIEROGLYPH R012",
    },
    Character {
        age: "5.2",
        codepoint: 0x132BF,
        name: "EGYPTIAN HIEROGLYPH R013",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C0,
        name: "EGYPTIAN HIEROGLYPH R014",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C1,
        name: "EGYPTIAN HIEROGLYPH R015",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C2,
        name: "EGYPTIAN HIEROGLYPH R016",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C3,
        name: "EGYPTIAN HIEROGLYPH R016A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C4,
        name: "EGYPTIAN HIEROGLYPH R017",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C5,
        name: "EGYPTIAN HIEROGLYPH R018",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C6,
        name: "EGYPTIAN HIEROGLYPH R019",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C7,
        name: "EGYPTIAN HIEROGLYPH R020",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C8,
        name: "EGYPTIAN HIEROGLYPH R021",
    },
    Character {
        age: "5.2",
        codepoint: 0x132C9,
        name: "EGYPTIAN HIEROGLYPH R022",
    },
    Character {
        age: "5.2",
        codepoint: 0x132CA,
        name: "EGYPTIAN HIEROGLYPH R023",
    },
    Character {
        age: "5.2",
        codepoint: 0x132CB,
        name: "EGYPTIAN HIEROGLYPH R024",
    },
    Character {
        age: "5.2",
        codepoint: 0x132CC,
        name: "EGYPTIAN HIEROGLYPH R025",
    },
    Character {
        age: "5.2",
        codepoint: 0x132CD,
        name: "EGYPTIAN HIEROGLYPH R026",
    },
    Character {
        age: "5.2",
        codepoint: 0x132CE,
        name: "EGYPTIAN HIEROGLYPH R027",
    },
    Character {
        age: "5.2",
        codepoint: 0x132CF,
        name: "EGYPTIAN HIEROGLYPH R028",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D0,
        name: "EGYPTIAN HIEROGLYPH R029",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D1,
        name: "EGYPTIAN HIEROGLYPH S001",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D2,
        name: "EGYPTIAN HIEROGLYPH S002",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D3,
        name: "EGYPTIAN HIEROGLYPH S002A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D4,
        name: "EGYPTIAN HIEROGLYPH S003",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D5,
        name: "EGYPTIAN HIEROGLYPH S004",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D6,
        name: "EGYPTIAN HIEROGLYPH S005",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D7,
        name: "EGYPTIAN HIEROGLYPH S006",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D8,
        name: "EGYPTIAN HIEROGLYPH S006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132D9,
        name: "EGYPTIAN HIEROGLYPH S007",
    },
    Character {
        age: "5.2",
        codepoint: 0x132DA,
        name: "EGYPTIAN HIEROGLYPH S008",
    },
    Character {
        age: "5.2",
        codepoint: 0x132DB,
        name: "EGYPTIAN HIEROGLYPH S009",
    },
    Character {
        age: "5.2",
        codepoint: 0x132DC,
        name: "EGYPTIAN HIEROGLYPH S010",
    },
    Character {
        age: "5.2",
        codepoint: 0x132DD,
        name: "EGYPTIAN HIEROGLYPH S011",
    },
    Character {
        age: "5.2",
        codepoint: 0x132DE,
        name: "EGYPTIAN HIEROGLYPH S012",
    },
    Character {
        age: "5.2",
        codepoint: 0x132DF,
        name: "EGYPTIAN HIEROGLYPH S013",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E0,
        name: "EGYPTIAN HIEROGLYPH S014",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E1,
        name: "EGYPTIAN HIEROGLYPH S014A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E2,
        name: "EGYPTIAN HIEROGLYPH S014B",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E3,
        name: "EGYPTIAN HIEROGLYPH S015",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E4,
        name: "EGYPTIAN HIEROGLYPH S016",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E5,
        name: "EGYPTIAN HIEROGLYPH S017",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E6,
        name: "EGYPTIAN HIEROGLYPH S017A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E7,
        name: "EGYPTIAN HIEROGLYPH S018",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E8,
        name: "EGYPTIAN HIEROGLYPH S019",
    },
    Character {
        age: "5.2",
        codepoint: 0x132E9,
        name: "EGYPTIAN HIEROGLYPH S020",
    },
    Character {
        age: "5.2",
        codepoint: 0x132EA,
        name: "EGYPTIAN HIEROGLYPH S021",
    },
    Character {
        age: "5.2",
        codepoint: 0x132EB,
        name: "EGYPTIAN HIEROGLYPH S022",
    },
    Character {
        age: "5.2",
        codepoint: 0x132EC,
        name: "EGYPTIAN HIEROGLYPH S023",
    },
    Character {
        age: "5.2",
        codepoint: 0x132ED,
        name: "EGYPTIAN HIEROGLYPH S024",
    },
    Character {
        age: "5.2",
        codepoint: 0x132EE,
        name: "EGYPTIAN HIEROGLYPH S025",
    },
    Character {
        age: "5.2",
        codepoint: 0x132EF,
        name: "EGYPTIAN HIEROGLYPH S026",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F0,
        name: "EGYPTIAN HIEROGLYPH S026A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F1,
        name: "EGYPTIAN HIEROGLYPH S026B",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F2,
        name: "EGYPTIAN HIEROGLYPH S027",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F3,
        name: "EGYPTIAN HIEROGLYPH S028",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F4,
        name: "EGYPTIAN HIEROGLYPH S029",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F5,
        name: "EGYPTIAN HIEROGLYPH S030",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F6,
        name: "EGYPTIAN HIEROGLYPH S031",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F7,
        name: "EGYPTIAN HIEROGLYPH S032",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F8,
        name: "EGYPTIAN HIEROGLYPH S033",
    },
    Character {
        age: "5.2",
        codepoint: 0x132F9,
        name: "EGYPTIAN HIEROGLYPH S034",
    },
    Character {
        age: "5.2",
        codepoint: 0x132FA,
        name: "EGYPTIAN HIEROGLYPH S035",
    },
    Character {
        age: "5.2",
        codepoint: 0x132FB,
        name: "EGYPTIAN HIEROGLYPH S035A",
    },
    Character {
        age: "5.2",
        codepoint: 0x132FC,
        name: "EGYPTIAN HIEROGLYPH S036",
    },
    Character {
        age: "5.2",
        codepoint: 0x132FD,
        name: "EGYPTIAN HIEROGLYPH S037",
    },
    Character {
        age: "5.2",
        codepoint: 0x132FE,
        name: "EGYPTIAN HIEROGLYPH S038",
    },
    Character {
        age: "5.2",
        codepoint: 0x132FF,
        name: "EGYPTIAN HIEROGLYPH S039",
    },
    Character {
        age: "5.2",
        codepoint: 0x13300,
        name: "EGYPTIAN HIEROGLYPH S040",
    },
    Character {
        age: "5.2",
        codepoint: 0x13301,
        name: "EGYPTIAN HIEROGLYPH S041",
    },
    Character {
        age: "5.2",
        codepoint: 0x13302,
        name: "EGYPTIAN HIEROGLYPH S042",
    },
    Character {
        age: "5.2",
        codepoint: 0x13303,
        name: "EGYPTIAN HIEROGLYPH S043",
    },
    Character {
        age: "5.2",
        codepoint: 0x13304,
        name: "EGYPTIAN HIEROGLYPH S044",
    },
    Character {
        age: "5.2",
        codepoint: 0x13305,
        name: "EGYPTIAN HIEROGLYPH S045",
    },
    Character {
        age: "5.2",
        codepoint: 0x13306,
        name: "EGYPTIAN HIEROGLYPH S046",
    },
    Character {
        age: "5.2",
        codepoint: 0x13307,
        name: "EGYPTIAN HIEROGLYPH T001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13308,
        name: "EGYPTIAN HIEROGLYPH T002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13309,
        name: "EGYPTIAN HIEROGLYPH T003",
    },
    Character {
        age: "5.2",
        codepoint: 0x1330A,
        name: "EGYPTIAN HIEROGLYPH T003A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1330B,
        name: "EGYPTIAN HIEROGLYPH T004",
    },
    Character {
        age: "5.2",
        codepoint: 0x1330C,
        name: "EGYPTIAN HIEROGLYPH T005",
    },
    Character {
        age: "5.2",
        codepoint: 0x1330D,
        name: "EGYPTIAN HIEROGLYPH T006",
    },
    Character {
        age: "5.2",
        codepoint: 0x1330E,
        name: "EGYPTIAN HIEROGLYPH T007",
    },
    Character {
        age: "5.2",
        codepoint: 0x1330F,
        name: "EGYPTIAN HIEROGLYPH T007A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13310,
        name: "EGYPTIAN HIEROGLYPH T008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13311,
        name: "EGYPTIAN HIEROGLYPH T008A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13312,
        name: "EGYPTIAN HIEROGLYPH T009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13313,
        name: "EGYPTIAN HIEROGLYPH T009A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13314,
        name: "EGYPTIAN HIEROGLYPH T010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13315,
        name: "EGYPTIAN HIEROGLYPH T011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13316,
        name: "EGYPTIAN HIEROGLYPH T011A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13317,
        name: "EGYPTIAN HIEROGLYPH T012",
    },
    Character {
        age: "5.2",
        codepoint: 0x13318,
        name: "EGYPTIAN HIEROGLYPH T013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13319,
        name: "EGYPTIAN HIEROGLYPH T014",
    },
    Character {
        age: "5.2",
        codepoint: 0x1331A,
        name: "EGYPTIAN HIEROGLYPH T015",
    },
    Character {
        age: "5.2",
        codepoint: 0x1331B,
        name: "EGYPTIAN HIEROGLYPH T016",
    },
    Character {
        age: "5.2",
        codepoint: 0x1331C,
        name: "EGYPTIAN HIEROGLYPH T016A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1331D,
        name: "EGYPTIAN HIEROGLYPH T017",
    },
    Character {
        age: "5.2",
        codepoint: 0x1331E,
        name: "EGYPTIAN HIEROGLYPH T018",
    },
    Character {
        age: "5.2",
        codepoint: 0x1331F,
        name: "EGYPTIAN HIEROGLYPH T019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13320,
        name: "EGYPTIAN HIEROGLYPH T020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13321,
        name: "EGYPTIAN HIEROGLYPH T021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13322,
        name: "EGYPTIAN HIEROGLYPH T022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13323,
        name: "EGYPTIAN HIEROGLYPH T023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13324,
        name: "EGYPTIAN HIEROGLYPH T024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13325,
        name: "EGYPTIAN HIEROGLYPH T025",
    },
    Character {
        age: "5.2",
        codepoint: 0x13326,
        name: "EGYPTIAN HIEROGLYPH T026",
    },
    Character {
        age: "5.2",
        codepoint: 0x13327,
        name: "EGYPTIAN HIEROGLYPH T027",
    },
    Character {
        age: "5.2",
        codepoint: 0x13328,
        name: "EGYPTIAN HIEROGLYPH T028",
    },
    Character {
        age: "5.2",
        codepoint: 0x13329,
        name: "EGYPTIAN HIEROGLYPH T029",
    },
    Character {
        age: "5.2",
        codepoint: 0x1332A,
        name: "EGYPTIAN HIEROGLYPH T030",
    },
    Character {
        age: "5.2",
        codepoint: 0x1332B,
        name: "EGYPTIAN HIEROGLYPH T031",
    },
    Character {
        age: "5.2",
        codepoint: 0x1332C,
        name: "EGYPTIAN HIEROGLYPH T032",
    },
    Character {
        age: "5.2",
        codepoint: 0x1332D,
        name: "EGYPTIAN HIEROGLYPH T032A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1332E,
        name: "EGYPTIAN HIEROGLYPH T033",
    },
    Character {
        age: "5.2",
        codepoint: 0x1332F,
        name: "EGYPTIAN HIEROGLYPH T033A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13330,
        name: "EGYPTIAN HIEROGLYPH T034",
    },
    Character {
        age: "5.2",
        codepoint: 0x13331,
        name: "EGYPTIAN HIEROGLYPH T035",
    },
    Character {
        age: "5.2",
        codepoint: 0x13332,
        name: "EGYPTIAN HIEROGLYPH T036",
    },
    Character {
        age: "5.2",
        codepoint: 0x13333,
        name: "EGYPTIAN HIEROGLYPH U001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13334,
        name: "EGYPTIAN HIEROGLYPH U002",
    },
    Character {
        age: "5.2",
        codepoint: 0x13335,
        name: "EGYPTIAN HIEROGLYPH U003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13336,
        name: "EGYPTIAN HIEROGLYPH U004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13337,
        name: "EGYPTIAN HIEROGLYPH U005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13338,
        name: "EGYPTIAN HIEROGLYPH U006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13339,
        name: "EGYPTIAN HIEROGLYPH U006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1333A,
        name: "EGYPTIAN HIEROGLYPH U006B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1333B,
        name: "EGYPTIAN HIEROGLYPH U007",
    },
    Character {
        age: "5.2",
        codepoint: 0x1333C,
        name: "EGYPTIAN HIEROGLYPH U008",
    },
    Character {
        age: "5.2",
        codepoint: 0x1333D,
        name: "EGYPTIAN HIEROGLYPH U009",
    },
    Character {
        age: "5.2",
        codepoint: 0x1333E,
        name: "EGYPTIAN HIEROGLYPH U010",
    },
    Character {
        age: "5.2",
        codepoint: 0x1333F,
        name: "EGYPTIAN HIEROGLYPH U011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13340,
        name: "EGYPTIAN HIEROGLYPH U012",
    },
    Character {
        age: "5.2",
        codepoint: 0x13341,
        name: "EGYPTIAN HIEROGLYPH U013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13342,
        name: "EGYPTIAN HIEROGLYPH U014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13343,
        name: "EGYPTIAN HIEROGLYPH U015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13344,
        name: "EGYPTIAN HIEROGLYPH U016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13345,
        name: "EGYPTIAN HIEROGLYPH U017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13346,
        name: "EGYPTIAN HIEROGLYPH U018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13347,
        name: "EGYPTIAN HIEROGLYPH U019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13348,
        name: "EGYPTIAN HIEROGLYPH U020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13349,
        name: "EGYPTIAN HIEROGLYPH U021",
    },
    Character {
        age: "5.2",
        codepoint: 0x1334A,
        name: "EGYPTIAN HIEROGLYPH U022",
    },
    Character {
        age: "5.2",
        codepoint: 0x1334B,
        name: "EGYPTIAN HIEROGLYPH U023",
    },
    Character {
        age: "5.2",
        codepoint: 0x1334C,
        name: "EGYPTIAN HIEROGLYPH U023A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1334D,
        name: "EGYPTIAN HIEROGLYPH U024",
    },
    Character {
        age: "5.2",
        codepoint: 0x1334E,
        name: "EGYPTIAN HIEROGLYPH U025",
    },
    Character {
        age: "5.2",
        codepoint: 0x1334F,
        name: "EGYPTIAN HIEROGLYPH U026",
    },
    Character {
        age: "5.2",
        codepoint: 0x13350,
        name: "EGYPTIAN HIEROGLYPH U027",
    },
    Character {
        age: "5.2",
        codepoint: 0x13351,
        name: "EGYPTIAN HIEROGLYPH U028",
    },
    Character {
        age: "5.2",
        codepoint: 0x13352,
        name: "EGYPTIAN HIEROGLYPH U029",
    },
    Character {
        age: "5.2",
        codepoint: 0x13353,
        name: "EGYPTIAN HIEROGLYPH U029A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13354,
        name: "EGYPTIAN HIEROGLYPH U030",
    },
    Character {
        age: "5.2",
        codepoint: 0x13355,
        name: "EGYPTIAN HIEROGLYPH U031",
    },
    Character {
        age: "5.2",
        codepoint: 0x13356,
        name: "EGYPTIAN HIEROGLYPH U032",
    },
    Character {
        age: "5.2",
        codepoint: 0x13357,
        name: "EGYPTIAN HIEROGLYPH U032A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13358,
        name: "EGYPTIAN HIEROGLYPH U033",
    },
    Character {
        age: "5.2",
        codepoint: 0x13359,
        name: "EGYPTIAN HIEROGLYPH U034",
    },
    Character {
        age: "5.2",
        codepoint: 0x1335A,
        name: "EGYPTIAN HIEROGLYPH U035",
    },
    Character {
        age: "5.2",
        codepoint: 0x1335B,
        name: "EGYPTIAN HIEROGLYPH U036",
    },
    Character {
        age: "5.2",
        codepoint: 0x1335C,
        name: "EGYPTIAN HIEROGLYPH U037",
    },
    Character {
        age: "5.2",
        codepoint: 0x1335D,
        name: "EGYPTIAN HIEROGLYPH U038",
    },
    Character {
        age: "5.2",
        codepoint: 0x1335E,
        name: "EGYPTIAN HIEROGLYPH U039",
    },
    Character {
        age: "5.2",
        codepoint: 0x1335F,
        name: "EGYPTIAN HIEROGLYPH U040",
    },
    Character {
        age: "5.2",
        codepoint: 0x13360,
        name: "EGYPTIAN HIEROGLYPH U041",
    },
    Character {
        age: "5.2",
        codepoint: 0x13361,
        name: "EGYPTIAN HIEROGLYPH U042",
    },
    Character {
        age: "5.2",
        codepoint: 0x13362,
        name: "EGYPTIAN HIEROGLYPH V001",
    },
    Character {
        age: "5.2",
        codepoint: 0x13363,
        name: "EGYPTIAN HIEROGLYPH V001A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13364,
        name: "EGYPTIAN HIEROGLYPH V001B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13365,
        name: "EGYPTIAN HIEROGLYPH V001C",
    },
    Character {
        age: "5.2",
        codepoint: 0x13366,
        name: "EGYPTIAN HIEROGLYPH V001D",
    },
    Character {
        age: "5.2",
        codepoint: 0x13367,
        name: "EGYPTIAN HIEROGLYPH V001E",
    },
    Character {
        age: "5.2",
        codepoint: 0x13368,
        name: "EGYPTIAN HIEROGLYPH V001F",
    },
    Character {
        age: "5.2",
        codepoint: 0x13369,
        name: "EGYPTIAN HIEROGLYPH V001G",
    },
    Character {
        age: "5.2",
        codepoint: 0x1336A,
        name: "EGYPTIAN HIEROGLYPH V001H",
    },
    Character {
        age: "5.2",
        codepoint: 0x1336B,
        name: "EGYPTIAN HIEROGLYPH V001I",
    },
    Character {
        age: "5.2",
        codepoint: 0x1336C,
        name: "EGYPTIAN HIEROGLYPH V002",
    },
    Character {
        age: "5.2",
        codepoint: 0x1336D,
        name: "EGYPTIAN HIEROGLYPH V002A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1336E,
        name: "EGYPTIAN HIEROGLYPH V003",
    },
    Character {
        age: "5.2",
        codepoint: 0x1336F,
        name: "EGYPTIAN HIEROGLYPH V004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13370,
        name: "EGYPTIAN HIEROGLYPH V005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13371,
        name: "EGYPTIAN HIEROGLYPH V006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13372,
        name: "EGYPTIAN HIEROGLYPH V007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13373,
        name: "EGYPTIAN HIEROGLYPH V007A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13374,
        name: "EGYPTIAN HIEROGLYPH V007B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13375,
        name: "EGYPTIAN HIEROGLYPH V008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13376,
        name: "EGYPTIAN HIEROGLYPH V009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13377,
        name: "EGYPTIAN HIEROGLYPH V010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13378,
        name: "EGYPTIAN HIEROGLYPH V011",
    },
    Character {
        age: "5.2",
        codepoint: 0x13379,
        name: "EGYPTIAN HIEROGLYPH V011A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1337A,
        name: "EGYPTIAN HIEROGLYPH V011B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1337B,
        name: "EGYPTIAN HIEROGLYPH V011C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1337C,
        name: "EGYPTIAN HIEROGLYPH V012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1337D,
        name: "EGYPTIAN HIEROGLYPH V012A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1337E,
        name: "EGYPTIAN HIEROGLYPH V012B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1337F,
        name: "EGYPTIAN HIEROGLYPH V013",
    },
    Character {
        age: "5.2",
        codepoint: 0x13380,
        name: "EGYPTIAN HIEROGLYPH V014",
    },
    Character {
        age: "5.2",
        codepoint: 0x13381,
        name: "EGYPTIAN HIEROGLYPH V015",
    },
    Character {
        age: "5.2",
        codepoint: 0x13382,
        name: "EGYPTIAN HIEROGLYPH V016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13383,
        name: "EGYPTIAN HIEROGLYPH V017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13384,
        name: "EGYPTIAN HIEROGLYPH V018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13385,
        name: "EGYPTIAN HIEROGLYPH V019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13386,
        name: "EGYPTIAN HIEROGLYPH V020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13387,
        name: "EGYPTIAN HIEROGLYPH V020A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13388,
        name: "EGYPTIAN HIEROGLYPH V020B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13389,
        name: "EGYPTIAN HIEROGLYPH V020C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1338A,
        name: "EGYPTIAN HIEROGLYPH V020D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1338B,
        name: "EGYPTIAN HIEROGLYPH V020E",
    },
    Character {
        age: "5.2",
        codepoint: 0x1338C,
        name: "EGYPTIAN HIEROGLYPH V020F",
    },
    Character {
        age: "5.2",
        codepoint: 0x1338D,
        name: "EGYPTIAN HIEROGLYPH V020G",
    },
    Character {
        age: "5.2",
        codepoint: 0x1338E,
        name: "EGYPTIAN HIEROGLYPH V020H",
    },
    Character {
        age: "5.2",
        codepoint: 0x1338F,
        name: "EGYPTIAN HIEROGLYPH V020I",
    },
    Character {
        age: "5.2",
        codepoint: 0x13390,
        name: "EGYPTIAN HIEROGLYPH V020J",
    },
    Character {
        age: "5.2",
        codepoint: 0x13391,
        name: "EGYPTIAN HIEROGLYPH V020K",
    },
    Character {
        age: "5.2",
        codepoint: 0x13392,
        name: "EGYPTIAN HIEROGLYPH V020L",
    },
    Character {
        age: "5.2",
        codepoint: 0x13393,
        name: "EGYPTIAN HIEROGLYPH V021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13394,
        name: "EGYPTIAN HIEROGLYPH V022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13395,
        name: "EGYPTIAN HIEROGLYPH V023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13396,
        name: "EGYPTIAN HIEROGLYPH V023A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13397,
        name: "EGYPTIAN HIEROGLYPH V024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13398,
        name: "EGYPTIAN HIEROGLYPH V025",
    },
    Character {
        age: "5.2",
        codepoint: 0x13399,
        name: "EGYPTIAN HIEROGLYPH V026",
    },
    Character {
        age: "5.2",
        codepoint: 0x1339A,
        name: "EGYPTIAN HIEROGLYPH V027",
    },
    Character {
        age: "5.2",
        codepoint: 0x1339B,
        name: "EGYPTIAN HIEROGLYPH V028",
    },
    Character {
        age: "5.2",
        codepoint: 0x1339C,
        name: "EGYPTIAN HIEROGLYPH V028A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1339D,
        name: "EGYPTIAN HIEROGLYPH V029",
    },
    Character {
        age: "5.2",
        codepoint: 0x1339E,
        name: "EGYPTIAN HIEROGLYPH V029A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1339F,
        name: "EGYPTIAN HIEROGLYPH V030",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A0,
        name: "EGYPTIAN HIEROGLYPH V030A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A1,
        name: "EGYPTIAN HIEROGLYPH V031",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A2,
        name: "EGYPTIAN HIEROGLYPH V031A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A3,
        name: "EGYPTIAN HIEROGLYPH V032",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A4,
        name: "EGYPTIAN HIEROGLYPH V033",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A5,
        name: "EGYPTIAN HIEROGLYPH V033A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A6,
        name: "EGYPTIAN HIEROGLYPH V034",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A7,
        name: "EGYPTIAN HIEROGLYPH V035",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A8,
        name: "EGYPTIAN HIEROGLYPH V036",
    },
    Character {
        age: "5.2",
        codepoint: 0x133A9,
        name: "EGYPTIAN HIEROGLYPH V037",
    },
    Character {
        age: "5.2",
        codepoint: 0x133AA,
        name: "EGYPTIAN HIEROGLYPH V037A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133AB,
        name: "EGYPTIAN HIEROGLYPH V038",
    },
    Character {
        age: "5.2",
        codepoint: 0x133AC,
        name: "EGYPTIAN HIEROGLYPH V039",
    },
    Character {
        age: "5.2",
        codepoint: 0x133AD,
        name: "EGYPTIAN HIEROGLYPH V040",
    },
    Character {
        age: "5.2",
        codepoint: 0x133AE,
        name: "EGYPTIAN HIEROGLYPH V040A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133AF,
        name: "EGYPTIAN HIEROGLYPH W001",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B0,
        name: "EGYPTIAN HIEROGLYPH W002",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B1,
        name: "EGYPTIAN HIEROGLYPH W003",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B2,
        name: "EGYPTIAN HIEROGLYPH W003A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B3,
        name: "EGYPTIAN HIEROGLYPH W004",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B4,
        name: "EGYPTIAN HIEROGLYPH W005",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B5,
        name: "EGYPTIAN HIEROGLYPH W006",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B6,
        name: "EGYPTIAN HIEROGLYPH W007",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B7,
        name: "EGYPTIAN HIEROGLYPH W008",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B8,
        name: "EGYPTIAN HIEROGLYPH W009",
    },
    Character {
        age: "5.2",
        codepoint: 0x133B9,
        name: "EGYPTIAN HIEROGLYPH W009A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133BA,
        name: "EGYPTIAN HIEROGLYPH W010",
    },
    Character {
        age: "5.2",
        codepoint: 0x133BB,
        name: "EGYPTIAN HIEROGLYPH W010A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133BC,
        name: "EGYPTIAN HIEROGLYPH W011",
    },
    Character {
        age: "5.2",
        codepoint: 0x133BD,
        name: "EGYPTIAN HIEROGLYPH W012",
    },
    Character {
        age: "5.2",
        codepoint: 0x133BE,
        name: "EGYPTIAN HIEROGLYPH W013",
    },
    Character {
        age: "5.2",
        codepoint: 0x133BF,
        name: "EGYPTIAN HIEROGLYPH W014",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C0,
        name: "EGYPTIAN HIEROGLYPH W014A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C1,
        name: "EGYPTIAN HIEROGLYPH W015",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C2,
        name: "EGYPTIAN HIEROGLYPH W016",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C3,
        name: "EGYPTIAN HIEROGLYPH W017",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C4,
        name: "EGYPTIAN HIEROGLYPH W017A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C5,
        name: "EGYPTIAN HIEROGLYPH W018",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C6,
        name: "EGYPTIAN HIEROGLYPH W018A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C7,
        name: "EGYPTIAN HIEROGLYPH W019",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C8,
        name: "EGYPTIAN HIEROGLYPH W020",
    },
    Character {
        age: "5.2",
        codepoint: 0x133C9,
        name: "EGYPTIAN HIEROGLYPH W021",
    },
    Character {
        age: "5.2",
        codepoint: 0x133CA,
        name: "EGYPTIAN HIEROGLYPH W022",
    },
    Character {
        age: "5.2",
        codepoint: 0x133CB,
        name: "EGYPTIAN HIEROGLYPH W023",
    },
    Character {
        age: "5.2",
        codepoint: 0x133CC,
        name: "EGYPTIAN HIEROGLYPH W024",
    },
    Character {
        age: "5.2",
        codepoint: 0x133CD,
        name: "EGYPTIAN HIEROGLYPH W024A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133CE,
        name: "EGYPTIAN HIEROGLYPH W025",
    },
    Character {
        age: "5.2",
        codepoint: 0x133CF,
        name: "EGYPTIAN HIEROGLYPH X001",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D0,
        name: "EGYPTIAN HIEROGLYPH X002",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D1,
        name: "EGYPTIAN HIEROGLYPH X003",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D2,
        name: "EGYPTIAN HIEROGLYPH X004",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D3,
        name: "EGYPTIAN HIEROGLYPH X004A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D4,
        name: "EGYPTIAN HIEROGLYPH X004B",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D5,
        name: "EGYPTIAN HIEROGLYPH X005",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D6,
        name: "EGYPTIAN HIEROGLYPH X006",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D7,
        name: "EGYPTIAN HIEROGLYPH X006A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D8,
        name: "EGYPTIAN HIEROGLYPH X007",
    },
    Character {
        age: "5.2",
        codepoint: 0x133D9,
        name: "EGYPTIAN HIEROGLYPH X008",
    },
    Character {
        age: "5.2",
        codepoint: 0x133DA,
        name: "EGYPTIAN HIEROGLYPH X008A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133DB,
        name: "EGYPTIAN HIEROGLYPH Y001",
    },
    Character {
        age: "5.2",
        codepoint: 0x133DC,
        name: "EGYPTIAN HIEROGLYPH Y001A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133DD,
        name: "EGYPTIAN HIEROGLYPH Y002",
    },
    Character {
        age: "5.2",
        codepoint: 0x133DE,
        name: "EGYPTIAN HIEROGLYPH Y003",
    },
    Character {
        age: "5.2",
        codepoint: 0x133DF,
        name: "EGYPTIAN HIEROGLYPH Y004",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E0,
        name: "EGYPTIAN HIEROGLYPH Y005",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E1,
        name: "EGYPTIAN HIEROGLYPH Y006",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E2,
        name: "EGYPTIAN HIEROGLYPH Y007",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E3,
        name: "EGYPTIAN HIEROGLYPH Y008",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E4,
        name: "EGYPTIAN HIEROGLYPH Z001",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E5,
        name: "EGYPTIAN HIEROGLYPH Z002",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E6,
        name: "EGYPTIAN HIEROGLYPH Z002A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E7,
        name: "EGYPTIAN HIEROGLYPH Z002B",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E8,
        name: "EGYPTIAN HIEROGLYPH Z002C",
    },
    Character {
        age: "5.2",
        codepoint: 0x133E9,
        name: "EGYPTIAN HIEROGLYPH Z002D",
    },
    Character {
        age: "5.2",
        codepoint: 0x133EA,
        name: "EGYPTIAN HIEROGLYPH Z003",
    },
    Character {
        age: "5.2",
        codepoint: 0x133EB,
        name: "EGYPTIAN HIEROGLYPH Z003A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133EC,
        name: "EGYPTIAN HIEROGLYPH Z003B",
    },
    Character {
        age: "5.2",
        codepoint: 0x133ED,
        name: "EGYPTIAN HIEROGLYPH Z004",
    },
    Character {
        age: "5.2",
        codepoint: 0x133EE,
        name: "EGYPTIAN HIEROGLYPH Z004A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133EF,
        name: "EGYPTIAN HIEROGLYPH Z005",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F0,
        name: "EGYPTIAN HIEROGLYPH Z005A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F1,
        name: "EGYPTIAN HIEROGLYPH Z006",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F2,
        name: "EGYPTIAN HIEROGLYPH Z007",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F3,
        name: "EGYPTIAN HIEROGLYPH Z008",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F4,
        name: "EGYPTIAN HIEROGLYPH Z009",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F5,
        name: "EGYPTIAN HIEROGLYPH Z010",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F6,
        name: "EGYPTIAN HIEROGLYPH Z011",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F7,
        name: "EGYPTIAN HIEROGLYPH Z012",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F8,
        name: "EGYPTIAN HIEROGLYPH Z013",
    },
    Character {
        age: "5.2",
        codepoint: 0x133F9,
        name: "EGYPTIAN HIEROGLYPH Z014",
    },
    Character {
        age: "5.2",
        codepoint: 0x133FA,
        name: "EGYPTIAN HIEROGLYPH Z015",
    },
    Character {
        age: "5.2",
        codepoint: 0x133FB,
        name: "EGYPTIAN HIEROGLYPH Z015A",
    },
    Character {
        age: "5.2",
        codepoint: 0x133FC,
        name: "EGYPTIAN HIEROGLYPH Z015B",
    },
    Character {
        age: "5.2",
        codepoint: 0x133FD,
        name: "EGYPTIAN HIEROGLYPH Z015C",
    },
    Character {
        age: "5.2",
        codepoint: 0x133FE,
        name: "EGYPTIAN HIEROGLYPH Z015D",
    },
    Character {
        age: "5.2",
        codepoint: 0x133FF,
        name: "EGYPTIAN HIEROGLYPH Z015E",
    },
    Character {
        age: "5.2",
        codepoint: 0x13400,
        name: "EGYPTIAN HIEROGLYPH Z015F",
    },
    Character {
        age: "5.2",
        codepoint: 0x13401,
        name: "EGYPTIAN HIEROGLYPH Z015G",
    },
    Character {
        age: "5.2",
        codepoint: 0x13402,
        name: "EGYPTIAN HIEROGLYPH Z015H",
    },
    Character {
        age: "5.2",
        codepoint: 0x13403,
        name: "EGYPTIAN HIEROGLYPH Z015I",
    },
    Character {
        age: "5.2",
        codepoint: 0x13404,
        name: "EGYPTIAN HIEROGLYPH Z016",
    },
    Character {
        age: "5.2",
        codepoint: 0x13405,
        name: "EGYPTIAN HIEROGLYPH Z016A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13406,
        name: "EGYPTIAN HIEROGLYPH Z016B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13407,
        name: "EGYPTIAN HIEROGLYPH Z016C",
    },
    Character {
        age: "5.2",
        codepoint: 0x13408,
        name: "EGYPTIAN HIEROGLYPH Z016D",
    },
    Character {
        age: "5.2",
        codepoint: 0x13409,
        name: "EGYPTIAN HIEROGLYPH Z016E",
    },
    Character {
        age: "5.2",
        codepoint: 0x1340A,
        name: "EGYPTIAN HIEROGLYPH Z016F",
    },
    Character {
        age: "5.2",
        codepoint: 0x1340B,
        name: "EGYPTIAN HIEROGLYPH Z016G",
    },
    Character {
        age: "5.2",
        codepoint: 0x1340C,
        name: "EGYPTIAN HIEROGLYPH Z016H",
    },
    Character {
        age: "5.2",
        codepoint: 0x1340D,
        name: "EGYPTIAN HIEROGLYPH AA001",
    },
    Character {
        age: "5.2",
        codepoint: 0x1340E,
        name: "EGYPTIAN HIEROGLYPH AA002",
    },
    Character {
        age: "5.2",
        codepoint: 0x1340F,
        name: "EGYPTIAN HIEROGLYPH AA003",
    },
    Character {
        age: "5.2",
        codepoint: 0x13410,
        name: "EGYPTIAN HIEROGLYPH AA004",
    },
    Character {
        age: "5.2",
        codepoint: 0x13411,
        name: "EGYPTIAN HIEROGLYPH AA005",
    },
    Character {
        age: "5.2",
        codepoint: 0x13412,
        name: "EGYPTIAN HIEROGLYPH AA006",
    },
    Character {
        age: "5.2",
        codepoint: 0x13413,
        name: "EGYPTIAN HIEROGLYPH AA007",
    },
    Character {
        age: "5.2",
        codepoint: 0x13414,
        name: "EGYPTIAN HIEROGLYPH AA007A",
    },
    Character {
        age: "5.2",
        codepoint: 0x13415,
        name: "EGYPTIAN HIEROGLYPH AA007B",
    },
    Character {
        age: "5.2",
        codepoint: 0x13416,
        name: "EGYPTIAN HIEROGLYPH AA008",
    },
    Character {
        age: "5.2",
        codepoint: 0x13417,
        name: "EGYPTIAN HIEROGLYPH AA009",
    },
    Character {
        age: "5.2",
        codepoint: 0x13418,
        name: "EGYPTIAN HIEROGLYPH AA010",
    },
    Character {
        age: "5.2",
        codepoint: 0x13419,
        name: "EGYPTIAN HIEROGLYPH AA011",
    },
    Character {
        age: "5.2",
        codepoint: 0x1341A,
        name: "EGYPTIAN HIEROGLYPH AA012",
    },
    Character {
        age: "5.2",
        codepoint: 0x1341B,
        name: "EGYPTIAN HIEROGLYPH AA013",
    },
    Character {
        age: "5.2",
        codepoint: 0x1341C,
        name: "EGYPTIAN HIEROGLYPH AA014",
    },
    Character {
        age: "5.2",
        codepoint: 0x1341D,
        name: "EGYPTIAN HIEROGLYPH AA015",
    },
    Character {
        age: "5.2",
        codepoint: 0x1341E,
        name: "EGYPTIAN HIEROGLYPH AA016",
    },
    Character {
        age: "5.2",
        codepoint: 0x1341F,
        name: "EGYPTIAN HIEROGLYPH AA017",
    },
    Character {
        age: "5.2",
        codepoint: 0x13420,
        name: "EGYPTIAN HIEROGLYPH AA018",
    },
    Character {
        age: "5.2",
        codepoint: 0x13421,
        name: "EGYPTIAN HIEROGLYPH AA019",
    },
    Character {
        age: "5.2",
        codepoint: 0x13422,
        name: "EGYPTIAN HIEROGLYPH AA020",
    },
    Character {
        age: "5.2",
        codepoint: 0x13423,
        name: "EGYPTIAN HIEROGLYPH AA021",
    },
    Character {
        age: "5.2",
        codepoint: 0x13424,
        name: "EGYPTIAN HIEROGLYPH AA022",
    },
    Character {
        age: "5.2",
        codepoint: 0x13425,
        name: "EGYPTIAN HIEROGLYPH AA023",
    },
    Character {
        age: "5.2",
        codepoint: 0x13426,
        name: "EGYPTIAN HIEROGLYPH AA024",
    },
    Character {
        age: "5.2",
        codepoint: 0x13427,
        name: "EGYPTIAN HIEROGLYPH AA025",
    },
    Character {
        age: "5.2",
        codepoint: 0x13428,
        name: "EGYPTIAN HIEROGLYPH AA026",
    },
    Character {
        age: "5.2",
        codepoint: 0x13429,
        name: "EGYPTIAN HIEROGLYPH AA027",
    },
    Character {
        age: "5.2",
        codepoint: 0x1342A,
        name: "EGYPTIAN HIEROGLYPH AA028",
    },
    Character {
        age: "5.2",
        codepoint: 0x1342B,
        name: "EGYPTIAN HIEROGLYPH AA029",
    },
    Character {
        age: "5.2",
        codepoint: 0x1342C,
        name: "EGYPTIAN HIEROGLYPH AA030",
    },
    Character {
        age: "5.2",
        codepoint: 0x1342D,
        name: "EGYPTIAN HIEROGLYPH AA031",
    },
    Character {
        age: "5.2",
        codepoint: 0x1342E,
        name: "EGYPTIAN HIEROGLYPH AA032",
    },
    Character {
        age: "8.0",
        codepoint: 0x14400,
        name: "ANATOLIAN HIEROGLYPH A001",
    },
    Character {
        age: "8.0",
        codepoint: 0x14401,
        name: "ANATOLIAN HIEROGLYPH A002",
    },
    Character {
        age: "8.0",
        codepoint: 0x14402,
        name: "ANATOLIAN HIEROGLYPH A003",
    },
    Character {
        age: "8.0",
        codepoint: 0x14403,
        name: "ANATOLIAN HIEROGLYPH A004",
    },
    Character {
        age: "8.0",
        codepoint: 0x14404,
        name: "ANATOLIAN HIEROGLYPH A005",
    },
    Character {
        age: "8.0",
        codepoint: 0x14405,
        name: "ANATOLIAN HIEROGLYPH A006",
    },
    Character {
        age: "8.0",
        codepoint: 0x14406,
        name: "ANATOLIAN HIEROGLYPH A007",
    },
    Character {
        age: "8.0",
        codepoint: 0x14407,
        name: "ANATOLIAN HIEROGLYPH A008",
    },
    Character {
        age: "8.0",
        codepoint: 0x14408,
        name: "ANATOLIAN HIEROGLYPH A009",
    },
    Character {
        age: "8.0",
        codepoint: 0x14409,
        name: "ANATOLIAN HIEROGLYPH A010",
    },
    Character {
        age: "8.0",
        codepoint: 0x1440A,
        name: "ANATOLIAN HIEROGLYPH A010A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1440B,
        name: "ANATOLIAN HIEROGLYPH A011",
    },
    Character {
        age: "8.0",
        codepoint: 0x1440C,
        name: "ANATOLIAN HIEROGLYPH A012",
    },
    Character {
        age: "8.0",
        codepoint: 0x1440D,
        name: "ANATOLIAN HIEROGLYPH A013",
    },
    Character {
        age: "8.0",
        codepoint: 0x1440E,
        name: "ANATOLIAN HIEROGLYPH A014",
    },
    Character {
        age: "8.0",
        codepoint: 0x1440F,
        name: "ANATOLIAN HIEROGLYPH A015",
    },
    Character {
        age: "8.0",
        codepoint: 0x14410,
        name: "ANATOLIAN HIEROGLYPH A016",
    },
    Character {
        age: "8.0",
        codepoint: 0x14411,
        name: "ANATOLIAN HIEROGLYPH A017",
    },
    Character {
        age: "8.0",
        codepoint: 0x14412,
        name: "ANATOLIAN HIEROGLYPH A018",
    },
    Character {
        age: "8.0",
        codepoint: 0x14413,
        name: "ANATOLIAN HIEROGLYPH A019",
    },
    Character {
        age: "8.0",
        codepoint: 0x14414,
        name: "ANATOLIAN HIEROGLYPH A020",
    },
    Character {
        age: "8.0",
        codepoint: 0x14415,
        name: "ANATOLIAN HIEROGLYPH A021",
    },
    Character {
        age: "8.0",
        codepoint: 0x14416,
        name: "ANATOLIAN HIEROGLYPH A022",
    },
    Character {
        age: "8.0",
        codepoint: 0x14417,
        name: "ANATOLIAN HIEROGLYPH A023",
    },
    Character {
        age: "8.0",
        codepoint: 0x14418,
        name: "ANATOLIAN HIEROGLYPH A024",
    },
    Character {
        age: "8.0",
        codepoint: 0x14419,
        name: "ANATOLIAN HIEROGLYPH A025",
    },
    Character {
        age: "8.0",
        codepoint: 0x1441A,
        name: "ANATOLIAN HIEROGLYPH A026",
    },
    Character {
        age: "8.0",
        codepoint: 0x1441B,
        name: "ANATOLIAN HIEROGLYPH A026A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1441C,
        name: "ANATOLIAN HIEROGLYPH A027",
    },
    Character {
        age: "8.0",
        codepoint: 0x1441D,
        name: "ANATOLIAN HIEROGLYPH A028",
    },
    Character {
        age: "8.0",
        codepoint: 0x1441E,
        name: "ANATOLIAN HIEROGLYPH A029",
    },
    Character {
        age: "8.0",
        codepoint: 0x1441F,
        name: "ANATOLIAN HIEROGLYPH A030",
    },
    Character {
        age: "8.0",
        codepoint: 0x14420,
        name: "ANATOLIAN HIEROGLYPH A031",
    },
    Character {
        age: "8.0",
        codepoint: 0x14421,
        name: "ANATOLIAN HIEROGLYPH A032",
    },
    Character {
        age: "8.0",
        codepoint: 0x14422,
        name: "ANATOLIAN HIEROGLYPH A033",
    },
    Character {
        age: "8.0",
        codepoint: 0x14423,
        name: "ANATOLIAN HIEROGLYPH A034",
    },
    Character {
        age: "8.0",
        codepoint: 0x14424,
        name: "ANATOLIAN HIEROGLYPH A035",
    },
    Character {
        age: "8.0",
        codepoint: 0x14425,
        name: "ANATOLIAN HIEROGLYPH A036",
    },
    Character {
        age: "8.0",
        codepoint: 0x14426,
        name: "ANATOLIAN HIEROGLYPH A037",
    },
    Character {
        age: "8.0",
        codepoint: 0x14427,
        name: "ANATOLIAN HIEROGLYPH A038",
    },
    Character {
        age: "8.0",
        codepoint: 0x14428,
        name: "ANATOLIAN HIEROGLYPH A039",
    },
    Character {
        age: "8.0",
        codepoint: 0x14429,
        name: "ANATOLIAN HIEROGLYPH A039A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1442A,
        name: "ANATOLIAN HIEROGLYPH A040",
    },
    Character {
        age: "8.0",
        codepoint: 0x1442B,
        name: "ANATOLIAN HIEROGLYPH A041",
    },
    Character {
        age: "8.0",
        codepoint: 0x1442C,
        name: "ANATOLIAN HIEROGLYPH A041A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1442D,
        name: "ANATOLIAN HIEROGLYPH A042",
    },
    Character {
        age: "8.0",
        codepoint: 0x1442E,
        name: "ANATOLIAN HIEROGLYPH A043",
    },
    Character {
        age: "8.0",
        codepoint: 0x1442F,
        name: "ANATOLIAN HIEROGLYPH A044",
    },
    Character {
        age: "8.0",
        codepoint: 0x14430,
        name: "ANATOLIAN HIEROGLYPH A045",
    },
    Character {
        age: "8.0",
        codepoint: 0x14431,
        name: "ANATOLIAN HIEROGLYPH A045A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14432,
        name: "ANATOLIAN HIEROGLYPH A046",
    },
    Character {
        age: "8.0",
        codepoint: 0x14433,
        name: "ANATOLIAN HIEROGLYPH A046A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14434,
        name: "ANATOLIAN HIEROGLYPH A046B",
    },
    Character {
        age: "8.0",
        codepoint: 0x14435,
        name: "ANATOLIAN HIEROGLYPH A047",
    },
    Character {
        age: "8.0",
        codepoint: 0x14436,
        name: "ANATOLIAN HIEROGLYPH A048",
    },
    Character {
        age: "8.0",
        codepoint: 0x14437,
        name: "ANATOLIAN HIEROGLYPH A049",
    },
    Character {
        age: "8.0",
        codepoint: 0x14438,
        name: "ANATOLIAN HIEROGLYPH A050",
    },
    Character {
        age: "8.0",
        codepoint: 0x14439,
        name: "ANATOLIAN HIEROGLYPH A051",
    },
    Character {
        age: "8.0",
        codepoint: 0x1443A,
        name: "ANATOLIAN HIEROGLYPH A052",
    },
    Character {
        age: "8.0",
        codepoint: 0x1443B,
        name: "ANATOLIAN HIEROGLYPH A053",
    },
    Character {
        age: "8.0",
        codepoint: 0x1443C,
        name: "ANATOLIAN HIEROGLYPH A054",
    },
    Character {
        age: "8.0",
        codepoint: 0x1443D,
        name: "ANATOLIAN HIEROGLYPH A055",
    },
    Character {
        age: "8.0",
        codepoint: 0x1443E,
        name: "ANATOLIAN HIEROGLYPH A056",
    },
    Character {
        age: "8.0",
        codepoint: 0x1443F,
        name: "ANATOLIAN HIEROGLYPH A057",
    },
    Character {
        age: "8.0",
        codepoint: 0x14440,
        name: "ANATOLIAN HIEROGLYPH A058",
    },
    Character {
        age: "8.0",
        codepoint: 0x14441,
        name: "ANATOLIAN HIEROGLYPH A059",
    },
    Character {
        age: "8.0",
        codepoint: 0x14442,
        name: "ANATOLIAN HIEROGLYPH A060",
    },
    Character {
        age: "8.0",
        codepoint: 0x14443,
        name: "ANATOLIAN HIEROGLYPH A061",
    },
    Character {
        age: "8.0",
        codepoint: 0x14444,
        name: "ANATOLIAN HIEROGLYPH A062",
    },
    Character {
        age: "8.0",
        codepoint: 0x14445,
        name: "ANATOLIAN HIEROGLYPH A063",
    },
    Character {
        age: "8.0",
        codepoint: 0x14446,
        name: "ANATOLIAN HIEROGLYPH A064",
    },
    Character {
        age: "8.0",
        codepoint: 0x14447,
        name: "ANATOLIAN HIEROGLYPH A065",
    },
    Character {
        age: "8.0",
        codepoint: 0x14448,
        name: "ANATOLIAN HIEROGLYPH A066",
    },
    Character {
        age: "8.0",
        codepoint: 0x14449,
        name: "ANATOLIAN HIEROGLYPH A066A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1444A,
        name: "ANATOLIAN HIEROGLYPH A066B",
    },
    Character {
        age: "8.0",
        codepoint: 0x1444B,
        name: "ANATOLIAN HIEROGLYPH A066C",
    },
    Character {
        age: "8.0",
        codepoint: 0x1444C,
        name: "ANATOLIAN HIEROGLYPH A067",
    },
    Character {
        age: "8.0",
        codepoint: 0x1444D,
        name: "ANATOLIAN HIEROGLYPH A068",
    },
    Character {
        age: "8.0",
        codepoint: 0x1444E,
        name: "ANATOLIAN HIEROGLYPH A069",
    },
    Character {
        age: "8.0",
        codepoint: 0x1444F,
        name: "ANATOLIAN HIEROGLYPH A070",
    },
    Character {
        age: "8.0",
        codepoint: 0x14450,
        name: "ANATOLIAN HIEROGLYPH A071",
    },
    Character {
        age: "8.0",
        codepoint: 0x14451,
        name: "ANATOLIAN HIEROGLYPH A072",
    },
    Character {
        age: "8.0",
        codepoint: 0x14452,
        name: "ANATOLIAN HIEROGLYPH A073",
    },
    Character {
        age: "8.0",
        codepoint: 0x14453,
        name: "ANATOLIAN HIEROGLYPH A074",
    },
    Character {
        age: "8.0",
        codepoint: 0x14454,
        name: "ANATOLIAN HIEROGLYPH A075",
    },
    Character {
        age: "8.0",
        codepoint: 0x14455,
        name: "ANATOLIAN HIEROGLYPH A076",
    },
    Character {
        age: "8.0",
        codepoint: 0x14456,
        name: "ANATOLIAN HIEROGLYPH A077",
    },
    Character {
        age: "8.0",
        codepoint: 0x14457,
        name: "ANATOLIAN HIEROGLYPH A078",
    },
    Character {
        age: "8.0",
        codepoint: 0x14458,
        name: "ANATOLIAN HIEROGLYPH A079",
    },
    Character {
        age: "8.0",
        codepoint: 0x14459,
        name: "ANATOLIAN HIEROGLYPH A080",
    },
    Character {
        age: "8.0",
        codepoint: 0x1445A,
        name: "ANATOLIAN HIEROGLYPH A081",
    },
    Character {
        age: "8.0",
        codepoint: 0x1445B,
        name: "ANATOLIAN HIEROGLYPH A082",
    },
    Character {
        age: "8.0",
        codepoint: 0x1445C,
        name: "ANATOLIAN HIEROGLYPH A083",
    },
    Character {
        age: "8.0",
        codepoint: 0x1445D,
        name: "ANATOLIAN HIEROGLYPH A084",
    },
    Character {
        age: "8.0",
        codepoint: 0x1445E,
        name: "ANATOLIAN HIEROGLYPH A085",
    },
    Character {
        age: "8.0",
        codepoint: 0x1445F,
        name: "ANATOLIAN HIEROGLYPH A086",
    },
    Character {
        age: "8.0",
        codepoint: 0x14460,
        name: "ANATOLIAN HIEROGLYPH A087",
    },
    Character {
        age: "8.0",
        codepoint: 0x14461,
        name: "ANATOLIAN HIEROGLYPH A088",
    },
    Character {
        age: "8.0",
        codepoint: 0x14462,
        name: "ANATOLIAN HIEROGLYPH A089",
    },
    Character {
        age: "8.0",
        codepoint: 0x14463,
        name: "ANATOLIAN HIEROGLYPH A090",
    },
    Character {
        age: "8.0",
        codepoint: 0x14464,
        name: "ANATOLIAN HIEROGLYPH A091",
    },
    Character {
        age: "8.0",
        codepoint: 0x14465,
        name: "ANATOLIAN HIEROGLYPH A092",
    },
    Character {
        age: "8.0",
        codepoint: 0x14466,
        name: "ANATOLIAN HIEROGLYPH A093",
    },
    Character {
        age: "8.0",
        codepoint: 0x14467,
        name: "ANATOLIAN HIEROGLYPH A094",
    },
    Character {
        age: "8.0",
        codepoint: 0x14468,
        name: "ANATOLIAN HIEROGLYPH A095",
    },
    Character {
        age: "8.0",
        codepoint: 0x14469,
        name: "ANATOLIAN HIEROGLYPH A096",
    },
    Character {
        age: "8.0",
        codepoint: 0x1446A,
        name: "ANATOLIAN HIEROGLYPH A097",
    },
    Character {
        age: "8.0",
        codepoint: 0x1446B,
        name: "ANATOLIAN HIEROGLYPH A097A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1446C,
        name: "ANATOLIAN HIEROGLYPH A098",
    },
    Character {
        age: "8.0",
        codepoint: 0x1446D,
        name: "ANATOLIAN HIEROGLYPH A098A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1446E,
        name: "ANATOLIAN HIEROGLYPH A099",
    },
    Character {
        age: "8.0",
        codepoint: 0x1446F,
        name: "ANATOLIAN HIEROGLYPH A100",
    },
    Character {
        age: "8.0",
        codepoint: 0x14470,
        name: "ANATOLIAN HIEROGLYPH A100A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14471,
        name: "ANATOLIAN HIEROGLYPH A101",
    },
    Character {
        age: "8.0",
        codepoint: 0x14472,
        name: "ANATOLIAN HIEROGLYPH A101A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14473,
        name: "ANATOLIAN HIEROGLYPH A102",
    },
    Character {
        age: "8.0",
        codepoint: 0x14474,
        name: "ANATOLIAN HIEROGLYPH A102A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14475,
        name: "ANATOLIAN HIEROGLYPH A103",
    },
    Character {
        age: "8.0",
        codepoint: 0x14476,
        name: "ANATOLIAN HIEROGLYPH A104",
    },
    Character {
        age: "8.0",
        codepoint: 0x14477,
        name: "ANATOLIAN HIEROGLYPH A104A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14478,
        name: "ANATOLIAN HIEROGLYPH A104B",
    },
    Character {
        age: "8.0",
        codepoint: 0x14479,
        name: "ANATOLIAN HIEROGLYPH A104C",
    },
    Character {
        age: "8.0",
        codepoint: 0x1447A,
        name: "ANATOLIAN HIEROGLYPH A105",
    },
    Character {
        age: "8.0",
        codepoint: 0x1447B,
        name: "ANATOLIAN HIEROGLYPH A105A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1447C,
        name: "ANATOLIAN HIEROGLYPH A105B",
    },
    Character {
        age: "8.0",
        codepoint: 0x1447D,
        name: "ANATOLIAN HIEROGLYPH A106",
    },
    Character {
        age: "8.0",
        codepoint: 0x1447E,
        name: "ANATOLIAN HIEROGLYPH A107",
    },
    Character {
        age: "8.0",
        codepoint: 0x1447F,
        name: "ANATOLIAN HIEROGLYPH A107A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14480,
        name: "ANATOLIAN HIEROGLYPH A107B",
    },
    Character {
        age: "8.0",
        codepoint: 0x14481,
        name: "ANATOLIAN HIEROGLYPH A107C",
    },
    Character {
        age: "8.0",
        codepoint: 0x14482,
        name: "ANATOLIAN HIEROGLYPH A108",
    },
    Character {
        age: "8.0",
        codepoint: 0x14483,
        name: "ANATOLIAN HIEROGLYPH A109",
    },
    Character {
        age: "8.0",
        codepoint: 0x14484,
        name: "ANATOLIAN HIEROGLYPH A110",
    },
    Character {
        age: "8.0",
        codepoint: 0x14485,
        name: "ANATOLIAN HIEROGLYPH A110A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14486,
        name: "ANATOLIAN HIEROGLYPH A110B",
    },
    Character {
        age: "8.0",
        codepoint: 0x14487,
        name: "ANATOLIAN HIEROGLYPH A111",
    },
    Character {
        age: "8.0",
        codepoint: 0x14488,
        name: "ANATOLIAN HIEROGLYPH A112",
    },
    Character {
        age: "8.0",
        codepoint: 0x14489,
        name: "ANATOLIAN HIEROGLYPH A113",
    },
    Character {
        age: "8.0",
        codepoint: 0x1448A,
        name: "ANATOLIAN HIEROGLYPH A114",
    },
    Character {
        age: "8.0",
        codepoint: 0x1448B,
        name: "ANATOLIAN HIEROGLYPH A115",
    },
    Character {
        age: "8.0",
        codepoint: 0x1448C,
        name: "ANATOLIAN HIEROGLYPH A115A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1448D,
        name: "ANATOLIAN HIEROGLYPH A116",
    },
    Character {
        age: "8.0",
        codepoint: 0x1448E,
        name: "ANATOLIAN HIEROGLYPH A117",
    },
    Character {
        age: "8.0",
        codepoint: 0x1448F,
        name: "ANATOLIAN HIEROGLYPH A118",
    },
    Character {
        age: "8.0",
        codepoint: 0x14490,
        name: "ANATOLIAN HIEROGLYPH A119",
    },
    Character {
        age: "8.0",
        codepoint: 0x14491,
        name: "ANATOLIAN HIEROGLYPH A120",
    },
    Character {
        age: "8.0",
        codepoint: 0x14492,
        name: "ANATOLIAN HIEROGLYPH A121",
    },
    Character {
        age: "8.0",
        codepoint: 0x14493,
        name: "ANATOLIAN HIEROGLYPH A122",
    },
    Character {
        age: "8.0",
        codepoint: 0x14494,
        name: "ANATOLIAN HIEROGLYPH A123",
    },
    Character {
        age: "8.0",
        codepoint: 0x14495,
        name: "ANATOLIAN HIEROGLYPH A124",
    },
    Character {
        age: "8.0",
        codepoint: 0x14496,
        name: "ANATOLIAN HIEROGLYPH A125",
    },
    Character {
        age: "8.0",
        codepoint: 0x14497,
        name: "ANATOLIAN HIEROGLYPH A125A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14498,
        name: "ANATOLIAN HIEROGLYPH A126",
    },
    Character {
        age: "8.0",
        codepoint: 0x14499,
        name: "ANATOLIAN HIEROGLYPH A127",
    },
    Character {
        age: "8.0",
        codepoint: 0x1449A,
        name: "ANATOLIAN HIEROGLYPH A128",
    },
    Character {
        age: "8.0",
        codepoint: 0x1449B,
        name: "ANATOLIAN HIEROGLYPH A129",
    },
    Character {
        age: "8.0",
        codepoint: 0x1449C,
        name: "ANATOLIAN HIEROGLYPH A130",
    },
    Character {
        age: "8.0",
        codepoint: 0x1449D,
        name: "ANATOLIAN HIEROGLYPH A131",
    },
    Character {
        age: "8.0",
        codepoint: 0x1449E,
        name: "ANATOLIAN HIEROGLYPH A132",
    },
    Character {
        age: "8.0",
        codepoint: 0x1449F,
        name: "ANATOLIAN HIEROGLYPH A133",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A0,
        name: "ANATOLIAN HIEROGLYPH A134",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A1,
        name: "ANATOLIAN HIEROGLYPH A135",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A2,
        name: "ANATOLIAN HIEROGLYPH A135A",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A3,
        name: "ANATOLIAN HIEROGLYPH A136",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A4,
        name: "ANATOLIAN HIEROGLYPH A137",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A5,
        name: "ANATOLIAN HIEROGLYPH A138",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A6,
        name: "ANATOLIAN HIEROGLYPH A139",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A7,
        name: "ANATOLIAN HIEROGLYPH A140",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A8,
        name: "ANATOLIAN HIEROGLYPH A141",
    },
    Character {
        age: "8.0",
        codepoint: 0x144A9,
        name: "ANATOLIAN HIEROGLYPH A142",
    },
    Character {
        age: "8.0",
        codepoint: 0x144AA,
        name: "ANATOLIAN HIEROGLYPH A143",
    },
    Character {
        age: "8.0",
        codepoint: 0x144AB,
        name: "ANATOLIAN HIEROGLYPH A144",
    },
    Character {
        age: "8.0",
        codepoint: 0x144AC,
        name: "ANATOLIAN HIEROGLYPH A145",
    },
    Character {
        age: "8.0",
        codepoint: 0x144AD,
        name: "ANATOLIAN HIEROGLYPH A146",
    },
    Character {
        age: "8.0",
        codepoint: 0x144AE,
        name: "ANATOLIAN HIEROGLYPH A147",
    },
    Character {
        age: "8.0",
        codepoint: 0x144AF,
        name: "ANATOLIAN HIEROGLYPH A148",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B0,
        name: "ANATOLIAN HIEROGLYPH A149",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B1,
        name: "ANATOLIAN HIEROGLYPH A150",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B2,
        name: "ANATOLIAN HIEROGLYPH A151",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B3,
        name: "ANATOLIAN HIEROGLYPH A152",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B4,
        name: "ANATOLIAN HIEROGLYPH A153",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B5,
        name: "ANATOLIAN HIEROGLYPH A154",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B6,
        name: "ANATOLIAN HIEROGLYPH A155",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B7,
        name: "ANATOLIAN HIEROGLYPH A156",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B8,
        name: "ANATOLIAN HIEROGLYPH A157",
    },
    Character {
        age: "8.0",
        codepoint: 0x144B9,
        name: "ANATOLIAN HIEROGLYPH A158",
    },
    Character {
        age: "8.0",
        codepoint: 0x144BA,
        name: "ANATOLIAN HIEROGLYPH A159",
    },
    Character {
        age: "8.0",
        codepoint: 0x144BB,
        name: "ANATOLIAN HIEROGLYPH A160",
    },
    Character {
        age: "8.0",
        codepoint: 0x144BC,
        name: "ANATOLIAN HIEROGLYPH A161",
    },
    Character {
        age: "8.0",
        codepoint: 0x144BD,
        name: "ANATOLIAN HIEROGLYPH A162",
    },
    Character {
        age: "8.0",
        codepoint: 0x144BE,
        name: "ANATOLIAN HIEROGLYPH A163",
    },
    Character {
        age: "8.0",
        codepoint: 0x144BF,
        name: "ANATOLIAN HIEROGLYPH A164",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C0,
        name: "ANATOLIAN HIEROGLYPH A165",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C1,
        name: "ANATOLIAN HIEROGLYPH A166",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C2,
        name: "ANATOLIAN HIEROGLYPH A167",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C3,
        name: "ANATOLIAN HIEROGLYPH A168",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C4,
        name: "ANATOLIAN HIEROGLYPH A169",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C5,
        name: "ANATOLIAN HIEROGLYPH A170",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C6,
        name: "ANATOLIAN HIEROGLYPH A171",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C7,
        name: "ANATOLIAN HIEROGLYPH A172",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C8,
        name: "ANATOLIAN HIEROGLYPH A173",
    },
    Character {
        age: "8.0",
        codepoint: 0x144C9,
        name: "ANATOLIAN HIEROGLYPH A174",
    },
    Character {
        age: "8.0",
        codepoint: 0x144CA,
        name: "ANATOLIAN HIEROGLYPH A175",
    },
    Character {
        age: "8.0",
        codepoint: 0x144CB,
        name: "ANATOLIAN HIEROGLYPH A176",
    },
    Character {
        age: "8.0",
        codepoint: 0x144CC,
        name: "ANATOLIAN HIEROGLYPH A177",
    },
    Character {
        age: "8.0",
        codepoint: 0x144CD,
        name: "ANATOLIAN HIEROGLYPH A178",
    },
    Character {
        age: "8.0",
        codepoint: 0x144CE,
        name: "ANATOLIAN HIEROGLYPH A179",
    },
    Character {
        age: "8.0",
        codepoint: 0x144CF,
        name: "ANATOLIAN HIEROGLYPH A180",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D0,
        name: "ANATOLIAN HIEROGLYPH A181",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D1,
        name: "ANATOLIAN HIEROGLYPH A182",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D2,
        name: "ANATOLIAN HIEROGLYPH A183",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D3,
        name: "ANATOLIAN HIEROGLYPH A184",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D4,
        name: "ANATOLIAN HIEROGLYPH A185",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D5,
        name: "ANATOLIAN HIEROGLYPH A186",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D6,
        name: "ANATOLIAN HIEROGLYPH A187",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D7,
        name: "ANATOLIAN HIEROGLYPH A188",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D8,
        name: "ANATOLIAN HIEROGLYPH A189",
    },
    Character {
        age: "8.0",
        codepoint: 0x144D9,
        name: "ANATOLIAN HIEROGLYPH A190",
    },
    Character {
        age: "8.0",
        codepoint: 0x144DA,
        name: "ANATOLIAN HIEROGLYPH A191",
    },
    Character {
        age: "8.0",
        codepoint: 0x144DB,
        name: "ANATOLIAN HIEROGLYPH A192",
    },
    Character {
        age: "8.0",
        codepoint: 0x144DC,
        name: "ANATOLIAN HIEROGLYPH A193",
    },
    Character {
        age: "8.0",
        codepoint: 0x144DD,
        name: "ANATOLIAN HIEROGLYPH A194",
    },
    Character {
        age: "8.0",
        codepoint: 0x144DE,
        name: "ANATOLIAN HIEROGLYPH A195",
    },
    Character {
        age: "8.0",
        codepoint: 0x144DF,
        name: "ANATOLIAN HIEROGLYPH A196",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E0,
        name: "ANATOLIAN HIEROGLYPH A197",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E1,
        name: "ANATOLIAN HIEROGLYPH A198",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E2,
        name: "ANATOLIAN HIEROGLYPH A199",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E3,
        name: "ANATOLIAN HIEROGLYPH A200",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E4,
        name: "ANATOLIAN HIEROGLYPH A201",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E5,
        name: "ANATOLIAN HIEROGLYPH A202",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E6,
        name: "ANATOLIAN HIEROGLYPH A202A",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E7,
        name: "ANATOLIAN HIEROGLYPH A202B",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E8,
        name: "ANATOLIAN HIEROGLYPH A203",
    },
    Character {
        age: "8.0",
        codepoint: 0x144E9,
        name: "ANATOLIAN HIEROGLYPH A204",
    },
    Character {
        age: "8.0",
        codepoint: 0x144EA,
        name: "ANATOLIAN HIEROGLYPH A205",
    },
    Character {
        age: "8.0",
        codepoint: 0x144EB,
        name: "ANATOLIAN HIEROGLYPH A206",
    },
    Character {
        age: "8.0",
        codepoint: 0x144EC,
        name: "ANATOLIAN HIEROGLYPH A207",
    },
    Character {
        age: "8.0",
        codepoint: 0x144ED,
        name: "ANATOLIAN HIEROGLYPH A207A",
    },
    Character {
        age: "8.0",
        codepoint: 0x144EE,
        name: "ANATOLIAN HIEROGLYPH A208",
    },
    Character {
        age: "8.0",
        codepoint: 0x144EF,
        name: "ANATOLIAN HIEROGLYPH A209",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F0,
        name: "ANATOLIAN HIEROGLYPH A209A",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F1,
        name: "ANATOLIAN HIEROGLYPH A210",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F2,
        name: "ANATOLIAN HIEROGLYPH A211",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F3,
        name: "ANATOLIAN HIEROGLYPH A212",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F4,
        name: "ANATOLIAN HIEROGLYPH A213",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F5,
        name: "ANATOLIAN HIEROGLYPH A214",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F6,
        name: "ANATOLIAN HIEROGLYPH A215",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F7,
        name: "ANATOLIAN HIEROGLYPH A215A",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F8,
        name: "ANATOLIAN HIEROGLYPH A216",
    },
    Character {
        age: "8.0",
        codepoint: 0x144F9,
        name: "ANATOLIAN HIEROGLYPH A216A",
    },
    Character {
        age: "8.0",
        codepoint: 0x144FA,
        name: "ANATOLIAN HIEROGLYPH A217",
    },
    Character {
        age: "8.0",
        codepoint: 0x144FB,
        name: "ANATOLIAN HIEROGLYPH A218",
    },
    Character {
        age: "8.0",
        codepoint: 0x144FC,
        name: "ANATOLIAN HIEROGLYPH A219",
    },
    Character {
        age: "8.0",
        codepoint: 0x144FD,
        name: "ANATOLIAN HIEROGLYPH A220",
    },
    Character {
        age: "8.0",
        codepoint: 0x144FE,
        name: "ANATOLIAN HIEROGLYPH A221",
    },
    Character {
        age: "8.0",
        codepoint: 0x144FF,
        name: "ANATOLIAN HIEROGLYPH A222",
    },
    Character {
        age: "8.0",
        codepoint: 0x14500,
        name: "ANATOLIAN HIEROGLYPH A223",
    },
    Character {
        age: "8.0",
        codepoint: 0x14501,
        name: "ANATOLIAN HIEROGLYPH A224",
    },
    Character {
        age: "8.0",
        codepoint: 0x14502,
        name: "ANATOLIAN HIEROGLYPH A225",
    },
    Character {
        age: "8.0",
        codepoint: 0x14503,
        name: "ANATOLIAN HIEROGLYPH A226",
    },
    Character {
        age: "8.0",
        codepoint: 0x14504,
        name: "ANATOLIAN HIEROGLYPH A227",
    },
    Character {
        age: "8.0",
        codepoint: 0x14505,
        name: "ANATOLIAN HIEROGLYPH A227A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14506,
        name: "ANATOLIAN HIEROGLYPH A228",
    },
    Character {
        age: "8.0",
        codepoint: 0x14507,
        name: "ANATOLIAN HIEROGLYPH A229",
    },
    Character {
        age: "8.0",
        codepoint: 0x14508,
        name: "ANATOLIAN HIEROGLYPH A230",
    },
    Character {
        age: "8.0",
        codepoint: 0x14509,
        name: "ANATOLIAN HIEROGLYPH A231",
    },
    Character {
        age: "8.0",
        codepoint: 0x1450A,
        name: "ANATOLIAN HIEROGLYPH A232",
    },
    Character {
        age: "8.0",
        codepoint: 0x1450B,
        name: "ANATOLIAN HIEROGLYPH A233",
    },
    Character {
        age: "8.0",
        codepoint: 0x1450C,
        name: "ANATOLIAN HIEROGLYPH A234",
    },
    Character {
        age: "8.0",
        codepoint: 0x1450D,
        name: "ANATOLIAN HIEROGLYPH A235",
    },
    Character {
        age: "8.0",
        codepoint: 0x1450E,
        name: "ANATOLIAN HIEROGLYPH A236",
    },
    Character {
        age: "8.0",
        codepoint: 0x1450F,
        name: "ANATOLIAN HIEROGLYPH A237",
    },
    Character {
        age: "8.0",
        codepoint: 0x14510,
        name: "ANATOLIAN HIEROGLYPH A238",
    },
    Character {
        age: "8.0",
        codepoint: 0x14511,
        name: "ANATOLIAN HIEROGLYPH A239",
    },
    Character {
        age: "8.0",
        codepoint: 0x14512,
        name: "ANATOLIAN HIEROGLYPH A240",
    },
    Character {
        age: "8.0",
        codepoint: 0x14513,
        name: "ANATOLIAN HIEROGLYPH A241",
    },
    Character {
        age: "8.0",
        codepoint: 0x14514,
        name: "ANATOLIAN HIEROGLYPH A242",
    },
    Character {
        age: "8.0",
        codepoint: 0x14515,
        name: "ANATOLIAN HIEROGLYPH A243",
    },
    Character {
        age: "8.0",
        codepoint: 0x14516,
        name: "ANATOLIAN HIEROGLYPH A244",
    },
    Character {
        age: "8.0",
        codepoint: 0x14517,
        name: "ANATOLIAN HIEROGLYPH A245",
    },
    Character {
        age: "8.0",
        codepoint: 0x14518,
        name: "ANATOLIAN HIEROGLYPH A246",
    },
    Character {
        age: "8.0",
        codepoint: 0x14519,
        name: "ANATOLIAN HIEROGLYPH A247",
    },
    Character {
        age: "8.0",
        codepoint: 0x1451A,
        name: "ANATOLIAN HIEROGLYPH A248",
    },
    Character {
        age: "8.0",
        codepoint: 0x1451B,
        name: "ANATOLIAN HIEROGLYPH A249",
    },
    Character {
        age: "8.0",
        codepoint: 0x1451C,
        name: "ANATOLIAN HIEROGLYPH A250",
    },
    Character {
        age: "8.0",
        codepoint: 0x1451D,
        name: "ANATOLIAN HIEROGLYPH A251",
    },
    Character {
        age: "8.0",
        codepoint: 0x1451E,
        name: "ANATOLIAN HIEROGLYPH A252",
    },
    Character {
        age: "8.0",
        codepoint: 0x1451F,
        name: "ANATOLIAN HIEROGLYPH A253",
    },
    Character {
        age: "8.0",
        codepoint: 0x14520,
        name: "ANATOLIAN HIEROGLYPH A254",
    },
    Character {
        age: "8.0",
        codepoint: 0x14521,
        name: "ANATOLIAN HIEROGLYPH A255",
    },
    Character {
        age: "8.0",
        codepoint: 0x14522,
        name: "ANATOLIAN HIEROGLYPH A256",
    },
    Character {
        age: "8.0",
        codepoint: 0x14523,
        name: "ANATOLIAN HIEROGLYPH A257",
    },
    Character {
        age: "8.0",
        codepoint: 0x14524,
        name: "ANATOLIAN HIEROGLYPH A258",
    },
    Character {
        age: "8.0",
        codepoint: 0x14525,
        name: "ANATOLIAN HIEROGLYPH A259",
    },
    Character {
        age: "8.0",
        codepoint: 0x14526,
        name: "ANATOLIAN HIEROGLYPH A260",
    },
    Character {
        age: "8.0",
        codepoint: 0x14527,
        name: "ANATOLIAN HIEROGLYPH A261",
    },
    Character {
        age: "8.0",
        codepoint: 0x14528,
        name: "ANATOLIAN HIEROGLYPH A262",
    },
    Character {
        age: "8.0",
        codepoint: 0x14529,
        name: "ANATOLIAN HIEROGLYPH A263",
    },
    Character {
        age: "8.0",
        codepoint: 0x1452A,
        name: "ANATOLIAN HIEROGLYPH A264",
    },
    Character {
        age: "8.0",
        codepoint: 0x1452B,
        name: "ANATOLIAN HIEROGLYPH A265",
    },
    Character {
        age: "8.0",
        codepoint: 0x1452C,
        name: "ANATOLIAN HIEROGLYPH A266",
    },
    Character {
        age: "8.0",
        codepoint: 0x1452D,
        name: "ANATOLIAN HIEROGLYPH A267",
    },
    Character {
        age: "8.0",
        codepoint: 0x1452E,
        name: "ANATOLIAN HIEROGLYPH A267A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1452F,
        name: "ANATOLIAN HIEROGLYPH A268",
    },
    Character {
        age: "8.0",
        codepoint: 0x14530,
        name: "ANATOLIAN HIEROGLYPH A269",
    },
    Character {
        age: "8.0",
        codepoint: 0x14531,
        name: "ANATOLIAN HIEROGLYPH A270",
    },
    Character {
        age: "8.0",
        codepoint: 0x14532,
        name: "ANATOLIAN HIEROGLYPH A271",
    },
    Character {
        age: "8.0",
        codepoint: 0x14533,
        name: "ANATOLIAN HIEROGLYPH A272",
    },
    Character {
        age: "8.0",
        codepoint: 0x14534,
        name: "ANATOLIAN HIEROGLYPH A273",
    },
    Character {
        age: "8.0",
        codepoint: 0x14535,
        name: "ANATOLIAN HIEROGLYPH A274",
    },
    Character {
        age: "8.0",
        codepoint: 0x14536,
        name: "ANATOLIAN HIEROGLYPH A275",
    },
    Character {
        age: "8.0",
        codepoint: 0x14537,
        name: "ANATOLIAN HIEROGLYPH A276",
    },
    Character {
        age: "8.0",
        codepoint: 0x14538,
        name: "ANATOLIAN HIEROGLYPH A277",
    },
    Character {
        age: "8.0",
        codepoint: 0x14539,
        name: "ANATOLIAN HIEROGLYPH A278",
    },
    Character {
        age: "8.0",
        codepoint: 0x1453A,
        name: "ANATOLIAN HIEROGLYPH A279",
    },
    Character {
        age: "8.0",
        codepoint: 0x1453B,
        name: "ANATOLIAN HIEROGLYPH A280",
    },
    Character {
        age: "8.0",
        codepoint: 0x1453C,
        name: "ANATOLIAN HIEROGLYPH A281",
    },
    Character {
        age: "8.0",
        codepoint: 0x1453D,
        name: "ANATOLIAN HIEROGLYPH A282",
    },
    Character {
        age: "8.0",
        codepoint: 0x1453E,
        name: "ANATOLIAN HIEROGLYPH A283",
    },
    Character {
        age: "8.0",
        codepoint: 0x1453F,
        name: "ANATOLIAN HIEROGLYPH A284",
    },
    Character {
        age: "8.0",
        codepoint: 0x14540,
        name: "ANATOLIAN HIEROGLYPH A285",
    },
    Character {
        age: "8.0",
        codepoint: 0x14541,
        name: "ANATOLIAN HIEROGLYPH A286",
    },
    Character {
        age: "8.0",
        codepoint: 0x14542,
        name: "ANATOLIAN HIEROGLYPH A287",
    },
    Character {
        age: "8.0",
        codepoint: 0x14543,
        name: "ANATOLIAN HIEROGLYPH A288",
    },
    Character {
        age: "8.0",
        codepoint: 0x14544,
        name: "ANATOLIAN HIEROGLYPH A289",
    },
    Character {
        age: "8.0",
        codepoint: 0x14545,
        name: "ANATOLIAN HIEROGLYPH A289A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14546,
        name: "ANATOLIAN HIEROGLYPH A290",
    },
    Character {
        age: "8.0",
        codepoint: 0x14547,
        name: "ANATOLIAN HIEROGLYPH A291",
    },
    Character {
        age: "8.0",
        codepoint: 0x14548,
        name: "ANATOLIAN HIEROGLYPH A292",
    },
    Character {
        age: "8.0",
        codepoint: 0x14549,
        name: "ANATOLIAN HIEROGLYPH A293",
    },
    Character {
        age: "8.0",
        codepoint: 0x1454A,
        name: "ANATOLIAN HIEROGLYPH A294",
    },
    Character {
        age: "8.0",
        codepoint: 0x1454B,
        name: "ANATOLIAN HIEROGLYPH A294A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1454C,
        name: "ANATOLIAN HIEROGLYPH A295",
    },
    Character {
        age: "8.0",
        codepoint: 0x1454D,
        name: "ANATOLIAN HIEROGLYPH A296",
    },
    Character {
        age: "8.0",
        codepoint: 0x1454E,
        name: "ANATOLIAN HIEROGLYPH A297",
    },
    Character {
        age: "8.0",
        codepoint: 0x1454F,
        name: "ANATOLIAN HIEROGLYPH A298",
    },
    Character {
        age: "8.0",
        codepoint: 0x14550,
        name: "ANATOLIAN HIEROGLYPH A299",
    },
    Character {
        age: "8.0",
        codepoint: 0x14551,
        name: "ANATOLIAN HIEROGLYPH A299A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14552,
        name: "ANATOLIAN HIEROGLYPH A300",
    },
    Character {
        age: "8.0",
        codepoint: 0x14553,
        name: "ANATOLIAN HIEROGLYPH A301",
    },
    Character {
        age: "8.0",
        codepoint: 0x14554,
        name: "ANATOLIAN HIEROGLYPH A302",
    },
    Character {
        age: "8.0",
        codepoint: 0x14555,
        name: "ANATOLIAN HIEROGLYPH A303",
    },
    Character {
        age: "8.0",
        codepoint: 0x14556,
        name: "ANATOLIAN HIEROGLYPH A304",
    },
    Character {
        age: "8.0",
        codepoint: 0x14557,
        name: "ANATOLIAN HIEROGLYPH A305",
    },
    Character {
        age: "8.0",
        codepoint: 0x14558,
        name: "ANATOLIAN HIEROGLYPH A306",
    },
    Character {
        age: "8.0",
        codepoint: 0x14559,
        name: "ANATOLIAN HIEROGLYPH A307",
    },
    Character {
        age: "8.0",
        codepoint: 0x1455A,
        name: "ANATOLIAN HIEROGLYPH A308",
    },
    Character {
        age: "8.0",
        codepoint: 0x1455B,
        name: "ANATOLIAN HIEROGLYPH A309",
    },
    Character {
        age: "8.0",
        codepoint: 0x1455C,
        name: "ANATOLIAN HIEROGLYPH A309A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1455D,
        name: "ANATOLIAN HIEROGLYPH A310",
    },
    Character {
        age: "8.0",
        codepoint: 0x1455E,
        name: "ANATOLIAN HIEROGLYPH A311",
    },
    Character {
        age: "8.0",
        codepoint: 0x1455F,
        name: "ANATOLIAN HIEROGLYPH A312",
    },
    Character {
        age: "8.0",
        codepoint: 0x14560,
        name: "ANATOLIAN HIEROGLYPH A313",
    },
    Character {
        age: "8.0",
        codepoint: 0x14561,
        name: "ANATOLIAN HIEROGLYPH A314",
    },
    Character {
        age: "8.0",
        codepoint: 0x14562,
        name: "ANATOLIAN HIEROGLYPH A315",
    },
    Character {
        age: "8.0",
        codepoint: 0x14563,
        name: "ANATOLIAN HIEROGLYPH A316",
    },
    Character {
        age: "8.0",
        codepoint: 0x14564,
        name: "ANATOLIAN HIEROGLYPH A317",
    },
    Character {
        age: "8.0",
        codepoint: 0x14565,
        name: "ANATOLIAN HIEROGLYPH A318",
    },
    Character {
        age: "8.0",
        codepoint: 0x14566,
        name: "ANATOLIAN HIEROGLYPH A319",
    },
    Character {
        age: "8.0",
        codepoint: 0x14567,
        name: "ANATOLIAN HIEROGLYPH A320",
    },
    Character {
        age: "8.0",
        codepoint: 0x14568,
        name: "ANATOLIAN HIEROGLYPH A321",
    },
    Character {
        age: "8.0",
        codepoint: 0x14569,
        name: "ANATOLIAN HIEROGLYPH A322",
    },
    Character {
        age: "8.0",
        codepoint: 0x1456A,
        name: "ANATOLIAN HIEROGLYPH A323",
    },
    Character {
        age: "8.0",
        codepoint: 0x1456B,
        name: "ANATOLIAN HIEROGLYPH A324",
    },
    Character {
        age: "8.0",
        codepoint: 0x1456C,
        name: "ANATOLIAN HIEROGLYPH A325",
    },
    Character {
        age: "8.0",
        codepoint: 0x1456D,
        name: "ANATOLIAN HIEROGLYPH A326",
    },
    Character {
        age: "8.0",
        codepoint: 0x1456E,
        name: "ANATOLIAN HIEROGLYPH A327",
    },
    Character {
        age: "8.0",
        codepoint: 0x1456F,
        name: "ANATOLIAN HIEROGLYPH A328",
    },
    Character {
        age: "8.0",
        codepoint: 0x14570,
        name: "ANATOLIAN HIEROGLYPH A329",
    },
    Character {
        age: "8.0",
        codepoint: 0x14571,
        name: "ANATOLIAN HIEROGLYPH A329A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14572,
        name: "ANATOLIAN HIEROGLYPH A330",
    },
    Character {
        age: "8.0",
        codepoint: 0x14573,
        name: "ANATOLIAN HIEROGLYPH A331",
    },
    Character {
        age: "8.0",
        codepoint: 0x14574,
        name: "ANATOLIAN HIEROGLYPH A332A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14575,
        name: "ANATOLIAN HIEROGLYPH A332B",
    },
    Character {
        age: "8.0",
        codepoint: 0x14576,
        name: "ANATOLIAN HIEROGLYPH A332C",
    },
    Character {
        age: "8.0",
        codepoint: 0x14577,
        name: "ANATOLIAN HIEROGLYPH A333",
    },
    Character {
        age: "8.0",
        codepoint: 0x14578,
        name: "ANATOLIAN HIEROGLYPH A334",
    },
    Character {
        age: "8.0",
        codepoint: 0x14579,
        name: "ANATOLIAN HIEROGLYPH A335",
    },
    Character {
        age: "8.0",
        codepoint: 0x1457A,
        name: "ANATOLIAN HIEROGLYPH A336",
    },
    Character {
        age: "8.0",
        codepoint: 0x1457B,
        name: "ANATOLIAN HIEROGLYPH A336A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1457C,
        name: "ANATOLIAN HIEROGLYPH A336B",
    },
    Character {
        age: "8.0",
        codepoint: 0x1457D,
        name: "ANATOLIAN HIEROGLYPH A336C",
    },
    Character {
        age: "8.0",
        codepoint: 0x1457E,
        name: "ANATOLIAN HIEROGLYPH A337",
    },
    Character {
        age: "8.0",
        codepoint: 0x1457F,
        name: "ANATOLIAN HIEROGLYPH A338",
    },
    Character {
        age: "8.0",
        codepoint: 0x14580,
        name: "ANATOLIAN HIEROGLYPH A339",
    },
    Character {
        age: "8.0",
        codepoint: 0x14581,
        name: "ANATOLIAN HIEROGLYPH A340",
    },
    Character {
        age: "8.0",
        codepoint: 0x14582,
        name: "ANATOLIAN HIEROGLYPH A341",
    },
    Character {
        age: "8.0",
        codepoint: 0x14583,
        name: "ANATOLIAN HIEROGLYPH A342",
    },
    Character {
        age: "8.0",
        codepoint: 0x14584,
        name: "ANATOLIAN HIEROGLYPH A343",
    },
    Character {
        age: "8.0",
        codepoint: 0x14585,
        name: "ANATOLIAN HIEROGLYPH A344",
    },
    Character {
        age: "8.0",
        codepoint: 0x14586,
        name: "ANATOLIAN HIEROGLYPH A345",
    },
    Character {
        age: "8.0",
        codepoint: 0x14587,
        name: "ANATOLIAN HIEROGLYPH A346",
    },
    Character {
        age: "8.0",
        codepoint: 0x14588,
        name: "ANATOLIAN HIEROGLYPH A347",
    },
    Character {
        age: "8.0",
        codepoint: 0x14589,
        name: "ANATOLIAN HIEROGLYPH A348",
    },
    Character {
        age: "8.0",
        codepoint: 0x1458A,
        name: "ANATOLIAN HIEROGLYPH A349",
    },
    Character {
        age: "8.0",
        codepoint: 0x1458B,
        name: "ANATOLIAN HIEROGLYPH A350",
    },
    Character {
        age: "8.0",
        codepoint: 0x1458C,
        name: "ANATOLIAN HIEROGLYPH A351",
    },
    Character {
        age: "8.0",
        codepoint: 0x1458D,
        name: "ANATOLIAN HIEROGLYPH A352",
    },
    Character {
        age: "8.0",
        codepoint: 0x1458E,
        name: "ANATOLIAN HIEROGLYPH A353",
    },
    Character {
        age: "8.0",
        codepoint: 0x1458F,
        name: "ANATOLIAN HIEROGLYPH A354",
    },
    Character {
        age: "8.0",
        codepoint: 0x14590,
        name: "ANATOLIAN HIEROGLYPH A355",
    },
    Character {
        age: "8.0",
        codepoint: 0x14591,
        name: "ANATOLIAN HIEROGLYPH A356",
    },
    Character {
        age: "8.0",
        codepoint: 0x14592,
        name: "ANATOLIAN HIEROGLYPH A357",
    },
    Character {
        age: "8.0",
        codepoint: 0x14593,
        name: "ANATOLIAN HIEROGLYPH A358",
    },
    Character {
        age: "8.0",
        codepoint: 0x14594,
        name: "ANATOLIAN HIEROGLYPH A359",
    },
    Character {
        age: "8.0",
        codepoint: 0x14595,
        name: "ANATOLIAN HIEROGLYPH A359A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14596,
        name: "ANATOLIAN HIEROGLYPH A360",
    },
    Character {
        age: "8.0",
        codepoint: 0x14597,
        name: "ANATOLIAN HIEROGLYPH A361",
    },
    Character {
        age: "8.0",
        codepoint: 0x14598,
        name: "ANATOLIAN HIEROGLYPH A362",
    },
    Character {
        age: "8.0",
        codepoint: 0x14599,
        name: "ANATOLIAN HIEROGLYPH A363",
    },
    Character {
        age: "8.0",
        codepoint: 0x1459A,
        name: "ANATOLIAN HIEROGLYPH A364",
    },
    Character {
        age: "8.0",
        codepoint: 0x1459B,
        name: "ANATOLIAN HIEROGLYPH A364A",
    },
    Character {
        age: "8.0",
        codepoint: 0x1459C,
        name: "ANATOLIAN HIEROGLYPH A365",
    },
    Character {
        age: "8.0",
        codepoint: 0x1459D,
        name: "ANATOLIAN HIEROGLYPH A366",
    },
    Character {
        age: "8.0",
        codepoint: 0x1459E,
        name: "ANATOLIAN HIEROGLYPH A367",
    },
    Character {
        age: "8.0",
        codepoint: 0x1459F,
        name: "ANATOLIAN HIEROGLYPH A368",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A0,
        name: "ANATOLIAN HIEROGLYPH A368A",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A1,
        name: "ANATOLIAN HIEROGLYPH A369",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A2,
        name: "ANATOLIAN HIEROGLYPH A370",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A3,
        name: "ANATOLIAN HIEROGLYPH A371",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A4,
        name: "ANATOLIAN HIEROGLYPH A371A",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A5,
        name: "ANATOLIAN HIEROGLYPH A372",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A6,
        name: "ANATOLIAN HIEROGLYPH A373",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A7,
        name: "ANATOLIAN HIEROGLYPH A374",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A8,
        name: "ANATOLIAN HIEROGLYPH A375",
    },
    Character {
        age: "8.0",
        codepoint: 0x145A9,
        name: "ANATOLIAN HIEROGLYPH A376",
    },
    Character {
        age: "8.0",
        codepoint: 0x145AA,
        name: "ANATOLIAN HIEROGLYPH A377",
    },
    Character {
        age: "8.0",
        codepoint: 0x145AB,
        name: "ANATOLIAN HIEROGLYPH A378",
    },
    Character {
        age: "8.0",
        codepoint: 0x145AC,
        name: "ANATOLIAN HIEROGLYPH A379",
    },
    Character {
        age: "8.0",
        codepoint: 0x145AD,
        name: "ANATOLIAN HIEROGLYPH A380",
    },
    Character {
        age: "8.0",
        codepoint: 0x145AE,
        name: "ANATOLIAN HIEROGLYPH A381",
    },
    Character {
        age: "8.0",
        codepoint: 0x145AF,
        name: "ANATOLIAN HIEROGLYPH A381A",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B0,
        name: "ANATOLIAN HIEROGLYPH A382",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B1,
        name: "ANATOLIAN HIEROGLYPH A383 RA OR RI",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B2,
        name: "ANATOLIAN HIEROGLYPH A383A",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B3,
        name: "ANATOLIAN HIEROGLYPH A384",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B4,
        name: "ANATOLIAN HIEROGLYPH A385",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B5,
        name: "ANATOLIAN HIEROGLYPH A386",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B6,
        name: "ANATOLIAN HIEROGLYPH A386A",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B7,
        name: "ANATOLIAN HIEROGLYPH A387",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B8,
        name: "ANATOLIAN HIEROGLYPH A388",
    },
    Character {
        age: "8.0",
        codepoint: 0x145B9,
        name: "ANATOLIAN HIEROGLYPH A389",
    },
    Character {
        age: "8.0",
        codepoint: 0x145BA,
        name: "ANATOLIAN HIEROGLYPH A390",
    },
    Character {
        age: "8.0",
        codepoint: 0x145BB,
        name: "ANATOLIAN HIEROGLYPH A391",
    },
    Character {
        age: "8.0",
        codepoint: 0x145BC,
        name: "ANATOLIAN HIEROGLYPH A392",
    },
    Character {
        age: "8.0",
        codepoint: 0x145BD,
        name: "ANATOLIAN HIEROGLYPH A393 EIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x145BE,
        name: "ANATOLIAN HIEROGLYPH A394",
    },
    Character {
        age: "8.0",
        codepoint: 0x145BF,
        name: "ANATOLIAN HIEROGLYPH A395",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C0,
        name: "ANATOLIAN HIEROGLYPH A396",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C1,
        name: "ANATOLIAN HIEROGLYPH A397",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C2,
        name: "ANATOLIAN HIEROGLYPH A398",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C3,
        name: "ANATOLIAN HIEROGLYPH A399",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C4,
        name: "ANATOLIAN HIEROGLYPH A400",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C5,
        name: "ANATOLIAN HIEROGLYPH A401",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C6,
        name: "ANATOLIAN HIEROGLYPH A402",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C7,
        name: "ANATOLIAN HIEROGLYPH A403",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C8,
        name: "ANATOLIAN HIEROGLYPH A404",
    },
    Character {
        age: "8.0",
        codepoint: 0x145C9,
        name: "ANATOLIAN HIEROGLYPH A405",
    },
    Character {
        age: "8.0",
        codepoint: 0x145CA,
        name: "ANATOLIAN HIEROGLYPH A406",
    },
    Character {
        age: "8.0",
        codepoint: 0x145CB,
        name: "ANATOLIAN HIEROGLYPH A407",
    },
    Character {
        age: "8.0",
        codepoint: 0x145CC,
        name: "ANATOLIAN HIEROGLYPH A408",
    },
    Character {
        age: "8.0",
        codepoint: 0x145CD,
        name: "ANATOLIAN HIEROGLYPH A409",
    },
    Character {
        age: "8.0",
        codepoint: 0x145CE,
        name: "ANATOLIAN HIEROGLYPH A410 BEGIN LOGOGRAM MARK",
    },
    Character {
        age: "8.0",
        codepoint: 0x145CF,
        name: "ANATOLIAN HIEROGLYPH A410A END LOGOGRAM MARK",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D0,
        name: "ANATOLIAN HIEROGLYPH A411",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D1,
        name: "ANATOLIAN HIEROGLYPH A412",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D2,
        name: "ANATOLIAN HIEROGLYPH A413",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D3,
        name: "ANATOLIAN HIEROGLYPH A414",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D4,
        name: "ANATOLIAN HIEROGLYPH A415",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D5,
        name: "ANATOLIAN HIEROGLYPH A416",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D6,
        name: "ANATOLIAN HIEROGLYPH A417",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D7,
        name: "ANATOLIAN HIEROGLYPH A418",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D8,
        name: "ANATOLIAN HIEROGLYPH A419",
    },
    Character {
        age: "8.0",
        codepoint: 0x145D9,
        name: "ANATOLIAN HIEROGLYPH A420",
    },
    Character {
        age: "8.0",
        codepoint: 0x145DA,
        name: "ANATOLIAN HIEROGLYPH A421",
    },
    Character {
        age: "8.0",
        codepoint: 0x145DB,
        name: "ANATOLIAN HIEROGLYPH A422",
    },
    Character {
        age: "8.0",
        codepoint: 0x145DC,
        name: "ANATOLIAN HIEROGLYPH A423",
    },
    Character {
        age: "8.0",
        codepoint: 0x145DD,
        name: "ANATOLIAN HIEROGLYPH A424",
    },
    Character {
        age: "8.0",
        codepoint: 0x145DE,
        name: "ANATOLIAN HIEROGLYPH A425",
    },
    Character {
        age: "8.0",
        codepoint: 0x145DF,
        name: "ANATOLIAN HIEROGLYPH A426",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E0,
        name: "ANATOLIAN HIEROGLYPH A427",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E1,
        name: "ANATOLIAN HIEROGLYPH A428",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E2,
        name: "ANATOLIAN HIEROGLYPH A429",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E3,
        name: "ANATOLIAN HIEROGLYPH A430",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E4,
        name: "ANATOLIAN HIEROGLYPH A431",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E5,
        name: "ANATOLIAN HIEROGLYPH A432",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E6,
        name: "ANATOLIAN HIEROGLYPH A433",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E7,
        name: "ANATOLIAN HIEROGLYPH A434",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E8,
        name: "ANATOLIAN HIEROGLYPH A435",
    },
    Character {
        age: "8.0",
        codepoint: 0x145E9,
        name: "ANATOLIAN HIEROGLYPH A436",
    },
    Character {
        age: "8.0",
        codepoint: 0x145EA,
        name: "ANATOLIAN HIEROGLYPH A437",
    },
    Character {
        age: "8.0",
        codepoint: 0x145EB,
        name: "ANATOLIAN HIEROGLYPH A438",
    },
    Character {
        age: "8.0",
        codepoint: 0x145EC,
        name: "ANATOLIAN HIEROGLYPH A439",
    },
    Character {
        age: "8.0",
        codepoint: 0x145ED,
        name: "ANATOLIAN HIEROGLYPH A440",
    },
    Character {
        age: "8.0",
        codepoint: 0x145EE,
        name: "ANATOLIAN HIEROGLYPH A441",
    },
    Character {
        age: "8.0",
        codepoint: 0x145EF,
        name: "ANATOLIAN HIEROGLYPH A442",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F0,
        name: "ANATOLIAN HIEROGLYPH A443",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F1,
        name: "ANATOLIAN HIEROGLYPH A444",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F2,
        name: "ANATOLIAN HIEROGLYPH A445",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F3,
        name: "ANATOLIAN HIEROGLYPH A446",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F4,
        name: "ANATOLIAN HIEROGLYPH A447",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F5,
        name: "ANATOLIAN HIEROGLYPH A448",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F6,
        name: "ANATOLIAN HIEROGLYPH A449",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F7,
        name: "ANATOLIAN HIEROGLYPH A450",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F8,
        name: "ANATOLIAN HIEROGLYPH A450A",
    },
    Character {
        age: "8.0",
        codepoint: 0x145F9,
        name: "ANATOLIAN HIEROGLYPH A451",
    },
    Character {
        age: "8.0",
        codepoint: 0x145FA,
        name: "ANATOLIAN HIEROGLYPH A452",
    },
    Character {
        age: "8.0",
        codepoint: 0x145FB,
        name: "ANATOLIAN HIEROGLYPH A453",
    },
    Character {
        age: "8.0",
        codepoint: 0x145FC,
        name: "ANATOLIAN HIEROGLYPH A454",
    },
    Character {
        age: "8.0",
        codepoint: 0x145FD,
        name: "ANATOLIAN HIEROGLYPH A455",
    },
    Character {
        age: "8.0",
        codepoint: 0x145FE,
        name: "ANATOLIAN HIEROGLYPH A456",
    },
    Character {
        age: "8.0",
        codepoint: 0x145FF,
        name: "ANATOLIAN HIEROGLYPH A457",
    },
    Character {
        age: "8.0",
        codepoint: 0x14600,
        name: "ANATOLIAN HIEROGLYPH A457A",
    },
    Character {
        age: "8.0",
        codepoint: 0x14601,
        name: "ANATOLIAN HIEROGLYPH A458",
    },
    Character {
        age: "8.0",
        codepoint: 0x14602,
        name: "ANATOLIAN HIEROGLYPH A459",
    },
    Character {
        age: "8.0",
        codepoint: 0x14603,
        name: "ANATOLIAN HIEROGLYPH A460",
    },
    Character {
        age: "8.0",
        codepoint: 0x14604,
        name: "ANATOLIAN HIEROGLYPH A461",
    },
    Character {
        age: "8.0",
        codepoint: 0x14605,
        name: "ANATOLIAN HIEROGLYPH A462",
    },
    Character {
        age: "8.0",
        codepoint: 0x14606,
        name: "ANATOLIAN HIEROGLYPH A463",
    },
    Character {
        age: "8.0",
        codepoint: 0x14607,
        name: "ANATOLIAN HIEROGLYPH A464",
    },
    Character {
        age: "8.0",
        codepoint: 0x14608,
        name: "ANATOLIAN HIEROGLYPH A465",
    },
    Character {
        age: "8.0",
        codepoint: 0x14609,
        name: "ANATOLIAN HIEROGLYPH A466",
    },
    Character {
        age: "8.0",
        codepoint: 0x1460A,
        name: "ANATOLIAN HIEROGLYPH A467",
    },
    Character {
        age: "8.0",
        codepoint: 0x1460B,
        name: "ANATOLIAN HIEROGLYPH A468",
    },
    Character {
        age: "8.0",
        codepoint: 0x1460C,
        name: "ANATOLIAN HIEROGLYPH A469",
    },
    Character {
        age: "8.0",
        codepoint: 0x1460D,
        name: "ANATOLIAN HIEROGLYPH A470",
    },
    Character {
        age: "8.0",
        codepoint: 0x1460E,
        name: "ANATOLIAN HIEROGLYPH A471",
    },
    Character {
        age: "8.0",
        codepoint: 0x1460F,
        name: "ANATOLIAN HIEROGLYPH A472",
    },
    Character {
        age: "8.0",
        codepoint: 0x14610,
        name: "ANATOLIAN HIEROGLYPH A473",
    },
    Character {
        age: "8.0",
        codepoint: 0x14611,
        name: "ANATOLIAN HIEROGLYPH A474",
    },
    Character {
        age: "8.0",
        codepoint: 0x14612,
        name: "ANATOLIAN HIEROGLYPH A475",
    },
    Character {
        age: "8.0",
        codepoint: 0x14613,
        name: "ANATOLIAN HIEROGLYPH A476",
    },
    Character {
        age: "8.0",
        codepoint: 0x14614,
        name: "ANATOLIAN HIEROGLYPH A477",
    },
    Character {
        age: "8.0",
        codepoint: 0x14615,
        name: "ANATOLIAN HIEROGLYPH A478",
    },
    Character {
        age: "8.0",
        codepoint: 0x14616,
        name: "ANATOLIAN HIEROGLYPH A479",
    },
    Character {
        age: "8.0",
        codepoint: 0x14617,
        name: "ANATOLIAN HIEROGLYPH A480",
    },
    Character {
        age: "8.0",
        codepoint: 0x14618,
        name: "ANATOLIAN HIEROGLYPH A481",
    },
    Character {
        age: "8.0",
        codepoint: 0x14619,
        name: "ANATOLIAN HIEROGLYPH A482",
    },
    Character {
        age: "8.0",
        codepoint: 0x1461A,
        name: "ANATOLIAN HIEROGLYPH A483",
    },
    Character {
        age: "8.0",
        codepoint: 0x1461B,
        name: "ANATOLIAN HIEROGLYPH A484",
    },
    Character {
        age: "8.0",
        codepoint: 0x1461C,
        name: "ANATOLIAN HIEROGLYPH A485",
    },
    Character {
        age: "8.0",
        codepoint: 0x1461D,
        name: "ANATOLIAN HIEROGLYPH A486",
    },
    Character {
        age: "8.0",
        codepoint: 0x1461E,
        name: "ANATOLIAN HIEROGLYPH A487",
    },
    Character {
        age: "8.0",
        codepoint: 0x1461F,
        name: "ANATOLIAN HIEROGLYPH A488",
    },
    Character {
        age: "8.0",
        codepoint: 0x14620,
        name: "ANATOLIAN HIEROGLYPH A489",
    },
    Character {
        age: "8.0",
        codepoint: 0x14621,
        name: "ANATOLIAN HIEROGLYPH A490",
    },
    Character {
        age: "8.0",
        codepoint: 0x14622,
        name: "ANATOLIAN HIEROGLYPH A491",
    },
    Character {
        age: "8.0",
        codepoint: 0x14623,
        name: "ANATOLIAN HIEROGLYPH A492",
    },
    Character {
        age: "8.0",
        codepoint: 0x14624,
        name: "ANATOLIAN HIEROGLYPH A493",
    },
    Character {
        age: "8.0",
        codepoint: 0x14625,
        name: "ANATOLIAN HIEROGLYPH A494",
    },
    Character {
        age: "8.0",
        codepoint: 0x14626,
        name: "ANATOLIAN HIEROGLYPH A495",
    },
    Character {
        age: "8.0",
        codepoint: 0x14627,
        name: "ANATOLIAN HIEROGLYPH A496",
    },
    Character {
        age: "8.0",
        codepoint: 0x14628,
        name: "ANATOLIAN HIEROGLYPH A497",
    },
    Character {
        age: "8.0",
        codepoint: 0x14629,
        name: "ANATOLIAN HIEROGLYPH A501",
    },
    Character {
        age: "8.0",
        codepoint: 0x1462A,
        name: "ANATOLIAN HIEROGLYPH A502",
    },
    Character {
        age: "8.0",
        codepoint: 0x1462B,
        name: "ANATOLIAN HIEROGLYPH A503",
    },
    Character {
        age: "8.0",
        codepoint: 0x1462C,
        name: "ANATOLIAN HIEROGLYPH A504",
    },
    Character {
        age: "8.0",
        codepoint: 0x1462D,
        name: "ANATOLIAN HIEROGLYPH A505",
    },
    Character {
        age: "8.0",
        codepoint: 0x1462E,
        name: "ANATOLIAN HIEROGLYPH A506",
    },
    Character {
        age: "8.0",
        codepoint: 0x1462F,
        name: "ANATOLIAN HIEROGLYPH A507",
    },
    Character {
        age: "8.0",
        codepoint: 0x14630,
        name: "ANATOLIAN HIEROGLYPH A508",
    },
    Character {
        age: "8.0",
        codepoint: 0x14631,
        name: "ANATOLIAN HIEROGLYPH A509",
    },
    Character {
        age: "8.0",
        codepoint: 0x14632,
        name: "ANATOLIAN HIEROGLYPH A510",
    },
    Character {
        age: "8.0",
        codepoint: 0x14633,
        name: "ANATOLIAN HIEROGLYPH A511",
    },
    Character {
        age: "8.0",
        codepoint: 0x14634,
        name: "ANATOLIAN HIEROGLYPH A512",
    },
    Character {
        age: "8.0",
        codepoint: 0x14635,
        name: "ANATOLIAN HIEROGLYPH A513",
    },
    Character {
        age: "8.0",
        codepoint: 0x14636,
        name: "ANATOLIAN HIEROGLYPH A514",
    },
    Character {
        age: "8.0",
        codepoint: 0x14637,
        name: "ANATOLIAN HIEROGLYPH A515",
    },
    Character {
        age: "8.0",
        codepoint: 0x14638,
        name: "ANATOLIAN HIEROGLYPH A516",
    },
    Character {
        age: "8.0",
        codepoint: 0x14639,
        name: "ANATOLIAN HIEROGLYPH A517",
    },
    Character {
        age: "8.0",
        codepoint: 0x1463A,
        name: "ANATOLIAN HIEROGLYPH A518",
    },
    Character {
        age: "8.0",
        codepoint: 0x1463B,
        name: "ANATOLIAN HIEROGLYPH A519",
    },
    Character {
        age: "8.0",
        codepoint: 0x1463C,
        name: "ANATOLIAN HIEROGLYPH A520",
    },
    Character {
        age: "8.0",
        codepoint: 0x1463D,
        name: "ANATOLIAN HIEROGLYPH A521",
    },
    Character {
        age: "8.0",
        codepoint: 0x1463E,
        name: "ANATOLIAN HIEROGLYPH A522",
    },
    Character {
        age: "8.0",
        codepoint: 0x1463F,
        name: "ANATOLIAN HIEROGLYPH A523",
    },
    Character {
        age: "8.0",
        codepoint: 0x14640,
        name: "ANATOLIAN HIEROGLYPH A524",
    },
    Character {
        age: "8.0",
        codepoint: 0x14641,
        name: "ANATOLIAN HIEROGLYPH A525",
    },
    Character {
        age: "8.0",
        codepoint: 0x14642,
        name: "ANATOLIAN HIEROGLYPH A526",
    },
    Character {
        age: "8.0",
        codepoint: 0x14643,
        name: "ANATOLIAN HIEROGLYPH A527",
    },
    Character {
        age: "8.0",
        codepoint: 0x14644,
        name: "ANATOLIAN HIEROGLYPH A528",
    },
    Character {
        age: "8.0",
        codepoint: 0x14645,
        name: "ANATOLIAN HIEROGLYPH A529",
    },
    Character {
        age: "8.0",
        codepoint: 0x14646,
        name: "ANATOLIAN HIEROGLYPH A530",
    },
    Character {
        age: "6.0",
        codepoint: 0x16800,
        name: "BAMUM LETTER PHASE-A NGKUE MFON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16801,
        name: "BAMUM LETTER PHASE-A GBIEE FON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16802,
        name: "BAMUM LETTER PHASE-A PON MFON PIPAEMGBIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16803,
        name: "BAMUM LETTER PHASE-A PON MFON PIPAEMBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16804,
        name: "BAMUM LETTER PHASE-A NAA MFON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16805,
        name: "BAMUM LETTER PHASE-A SHUENSHUET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16806,
        name: "BAMUM LETTER PHASE-A TITA MFON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16807,
        name: "BAMUM LETTER PHASE-A NZA MFON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16808,
        name: "BAMUM LETTER PHASE-A SHINDA PA NJI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16809,
        name: "BAMUM LETTER PHASE-A PON PA NJI PIPAEMGBIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1680A,
        name: "BAMUM LETTER PHASE-A PON PA NJI PIPAEMBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1680B,
        name: "BAMUM LETTER PHASE-A MAEMBGBIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1680C,
        name: "BAMUM LETTER PHASE-A TU MAEMBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1680D,
        name: "BAMUM LETTER PHASE-A NGANGU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1680E,
        name: "BAMUM LETTER PHASE-A MAEMVEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1680F,
        name: "BAMUM LETTER PHASE-A MANSUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16810,
        name: "BAMUM LETTER PHASE-A MVEUAENGAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16811,
        name: "BAMUM LETTER PHASE-A SEUNYAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16812,
        name: "BAMUM LETTER PHASE-A NTOQPEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16813,
        name: "BAMUM LETTER PHASE-A KEUKEUTNDA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16814,
        name: "BAMUM LETTER PHASE-A NKINDI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16815,
        name: "BAMUM LETTER PHASE-A SUU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16816,
        name: "BAMUM LETTER PHASE-A NGKUENZEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16817,
        name: "BAMUM LETTER PHASE-A LAPAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16818,
        name: "BAMUM LETTER PHASE-A LET KUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16819,
        name: "BAMUM LETTER PHASE-A NTAP MFAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1681A,
        name: "BAMUM LETTER PHASE-A MAEKEUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1681B,
        name: "BAMUM LETTER PHASE-A PASHAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1681C,
        name: "BAMUM LETTER PHASE-A GHEUAERAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1681D,
        name: "BAMUM LETTER PHASE-A PAMSHAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1681E,
        name: "BAMUM LETTER PHASE-A MON NGGEUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1681F,
        name: "BAMUM LETTER PHASE-A NZUN MEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16820,
        name: "BAMUM LETTER PHASE-A U YUQ NAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16821,
        name: "BAMUM LETTER PHASE-A GHEUAEGHEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16822,
        name: "BAMUM LETTER PHASE-A NTAP NTAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16823,
        name: "BAMUM LETTER PHASE-A SISA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16824,
        name: "BAMUM LETTER PHASE-A MGBASA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16825,
        name: "BAMUM LETTER PHASE-A MEUNJOMNDEUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16826,
        name: "BAMUM LETTER PHASE-A MOOMPUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16827,
        name: "BAMUM LETTER PHASE-A KAFA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16828,
        name: "BAMUM LETTER PHASE-A PA LEERAEWA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16829,
        name: "BAMUM LETTER PHASE-A NDA LEERAEWA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1682A,
        name: "BAMUM LETTER PHASE-A PET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1682B,
        name: "BAMUM LETTER PHASE-A MAEMKPEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1682C,
        name: "BAMUM LETTER PHASE-A NIKA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1682D,
        name: "BAMUM LETTER PHASE-A PUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1682E,
        name: "BAMUM LETTER PHASE-A TUAEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1682F,
        name: "BAMUM LETTER PHASE-A LUAEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16830,
        name: "BAMUM LETTER PHASE-A SONJAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16831,
        name: "BAMUM LETTER PHASE-A TEUTEUWEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16832,
        name: "BAMUM LETTER PHASE-A MAENYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16833,
        name: "BAMUM LETTER PHASE-A KET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16834,
        name: "BAMUM LETTER PHASE-A NDAANGGEUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16835,
        name: "BAMUM LETTER PHASE-A KUOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16836,
        name: "BAMUM LETTER PHASE-A MOOMEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16837,
        name: "BAMUM LETTER PHASE-A SHUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16838,
        name: "BAMUM LETTER PHASE-A LOMMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16839,
        name: "BAMUM LETTER PHASE-A FIRI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1683A,
        name: "BAMUM LETTER PHASE-A ROM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1683B,
        name: "BAMUM LETTER PHASE-A KPOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1683C,
        name: "BAMUM LETTER PHASE-A SOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1683D,
        name: "BAMUM LETTER PHASE-A MAP PIEET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1683E,
        name: "BAMUM LETTER PHASE-A SHIRAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1683F,
        name: "BAMUM LETTER PHASE-A NTAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16840,
        name: "BAMUM LETTER PHASE-A SHOQ NSHUT YUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16841,
        name: "BAMUM LETTER PHASE-A NYIT MONGKEUAEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16842,
        name: "BAMUM LETTER PHASE-A PAARAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16843,
        name: "BAMUM LETTER PHASE-A NKAARAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16844,
        name: "BAMUM LETTER PHASE-A UNKNOWN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16845,
        name: "BAMUM LETTER PHASE-A NGGEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16846,
        name: "BAMUM LETTER PHASE-A MAESI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16847,
        name: "BAMUM LETTER PHASE-A NJAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16848,
        name: "BAMUM LETTER PHASE-A MBANYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16849,
        name: "BAMUM LETTER PHASE-A NYET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1684A,
        name: "BAMUM LETTER PHASE-A TEUAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1684B,
        name: "BAMUM LETTER PHASE-A SOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1684C,
        name: "BAMUM LETTER PHASE-A PAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1684D,
        name: "BAMUM LETTER PHASE-A NSHIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1684E,
        name: "BAMUM LETTER PHASE-A MAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1684F,
        name: "BAMUM LETTER PHASE-A NYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16850,
        name: "BAMUM LETTER PHASE-A KAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16851,
        name: "BAMUM LETTER PHASE-A NSHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16852,
        name: "BAMUM LETTER PHASE-A VEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16853,
        name: "BAMUM LETTER PHASE-A LU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16854,
        name: "BAMUM LETTER PHASE-A NEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16855,
        name: "BAMUM LETTER PHASE-A NAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16856,
        name: "BAMUM LETTER PHASE-A MBAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16857,
        name: "BAMUM LETTER PHASE-B NSHUET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16858,
        name: "BAMUM LETTER PHASE-B TU MAEMGBIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16859,
        name: "BAMUM LETTER PHASE-B SIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1685A,
        name: "BAMUM LETTER PHASE-B SET TU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1685B,
        name: "BAMUM LETTER PHASE-B LOM NTEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1685C,
        name: "BAMUM LETTER PHASE-B MBA MAELEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1685D,
        name: "BAMUM LETTER PHASE-B KIEEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1685E,
        name: "BAMUM LETTER PHASE-B YEURAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1685F,
        name: "BAMUM LETTER PHASE-B MBAARAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16860,
        name: "BAMUM LETTER PHASE-B KAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16861,
        name: "BAMUM LETTER PHASE-B PEESHI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16862,
        name: "BAMUM LETTER PHASE-B YAFU LEERAEWA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16863,
        name: "BAMUM LETTER PHASE-B LAM NSHUT NYAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16864,
        name: "BAMUM LETTER PHASE-B NTIEE SHEUOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16865,
        name: "BAMUM LETTER PHASE-B NDU NJAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16866,
        name: "BAMUM LETTER PHASE-B GHEUGHEUAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16867,
        name: "BAMUM LETTER PHASE-B PIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16868,
        name: "BAMUM LETTER PHASE-B TU NSIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16869,
        name: "BAMUM LETTER PHASE-B SHET NJAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1686A,
        name: "BAMUM LETTER PHASE-B SHEUAEQTU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1686B,
        name: "BAMUM LETTER PHASE-B MFON TEUAEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1686C,
        name: "BAMUM LETTER PHASE-B MBIT MBAAKET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1686D,
        name: "BAMUM LETTER PHASE-B NYI NTEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1686E,
        name: "BAMUM LETTER PHASE-B KEUPUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1686F,
        name: "BAMUM LETTER PHASE-B GHEUGHEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16870,
        name: "BAMUM LETTER PHASE-B KEUYEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16871,
        name: "BAMUM LETTER PHASE-B LAANAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16872,
        name: "BAMUM LETTER PHASE-B PARUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16873,
        name: "BAMUM LETTER PHASE-B VEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16874,
        name: "BAMUM LETTER PHASE-B NGKINDI MVOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16875,
        name: "BAMUM LETTER PHASE-B NGGEU MBU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16876,
        name: "BAMUM LETTER PHASE-B WUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16877,
        name: "BAMUM LETTER PHASE-B SAKEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16878,
        name: "BAMUM LETTER PHASE-B TAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16879,
        name: "BAMUM LETTER PHASE-B MEUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1687A,
        name: "BAMUM LETTER PHASE-B NGGUOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1687B,
        name: "BAMUM LETTER PHASE-B NGGUOQ LARGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1687C,
        name: "BAMUM LETTER PHASE-B MFIYAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1687D,
        name: "BAMUM LETTER PHASE-B SUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1687E,
        name: "BAMUM LETTER PHASE-B MBEURI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1687F,
        name: "BAMUM LETTER PHASE-B MONTIEEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16880,
        name: "BAMUM LETTER PHASE-B NYAEMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16881,
        name: "BAMUM LETTER PHASE-B PUNGAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16882,
        name: "BAMUM LETTER PHASE-B MEUT NGGEET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16883,
        name: "BAMUM LETTER PHASE-B FEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16884,
        name: "BAMUM LETTER PHASE-B MBUOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16885,
        name: "BAMUM LETTER PHASE-B FEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16886,
        name: "BAMUM LETTER PHASE-B KEUAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16887,
        name: "BAMUM LETTER PHASE-B MA NJEUAENA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16888,
        name: "BAMUM LETTER PHASE-B MA NJUQA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16889,
        name: "BAMUM LETTER PHASE-B LET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1688A,
        name: "BAMUM LETTER PHASE-B NGGAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1688B,
        name: "BAMUM LETTER PHASE-B NSEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1688C,
        name: "BAMUM LETTER PHASE-B MA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1688D,
        name: "BAMUM LETTER PHASE-B KIQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1688E,
        name: "BAMUM LETTER PHASE-B NGOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1688F,
        name: "BAMUM LETTER PHASE-C NGKUE MAEMBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16890,
        name: "BAMUM LETTER PHASE-C NZA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16891,
        name: "BAMUM LETTER PHASE-C YUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16892,
        name: "BAMUM LETTER PHASE-C WANGKUOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16893,
        name: "BAMUM LETTER PHASE-C NGGEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16894,
        name: "BAMUM LETTER PHASE-C NDEUAEREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16895,
        name: "BAMUM LETTER PHASE-C NGKAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16896,
        name: "BAMUM LETTER PHASE-C GHARAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16897,
        name: "BAMUM LETTER PHASE-C MBEEKEET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16898,
        name: "BAMUM LETTER PHASE-C GBAYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16899,
        name: "BAMUM LETTER PHASE-C NYIR MKPARAQ MEUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1689A,
        name: "BAMUM LETTER PHASE-C NTU MBIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1689B,
        name: "BAMUM LETTER PHASE-C MBEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1689C,
        name: "BAMUM LETTER PHASE-C PIRIEEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1689D,
        name: "BAMUM LETTER PHASE-C NDOMBU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1689E,
        name: "BAMUM LETTER PHASE-C MBAA CABBAGE-TREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1689F,
        name: "BAMUM LETTER PHASE-C KEUSHEUAEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A0,
        name: "BAMUM LETTER PHASE-C GHAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A1,
        name: "BAMUM LETTER PHASE-C KEUKAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A2,
        name: "BAMUM LETTER PHASE-C YU MUOMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A3,
        name: "BAMUM LETTER PHASE-C NZEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A4,
        name: "BAMUM LETTER PHASE-C MBUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A5,
        name: "BAMUM LETTER PHASE-C NSEUAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A6,
        name: "BAMUM LETTER PHASE-C MBIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A7,
        name: "BAMUM LETTER PHASE-C YEUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A8,
        name: "BAMUM LETTER PHASE-C KPARAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168A9,
        name: "BAMUM LETTER PHASE-C KAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168AA,
        name: "BAMUM LETTER PHASE-C SEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x168AB,
        name: "BAMUM LETTER PHASE-C NDIDA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168AC,
        name: "BAMUM LETTER PHASE-C TAASHAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168AD,
        name: "BAMUM LETTER PHASE-C NJUEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168AE,
        name: "BAMUM LETTER PHASE-C TITA YUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168AF,
        name: "BAMUM LETTER PHASE-C SUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B0,
        name: "BAMUM LETTER PHASE-C NGGUAEN NYAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B1,
        name: "BAMUM LETTER PHASE-C VEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B2,
        name: "BAMUM LETTER PHASE-C NANSANAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B3,
        name: "BAMUM LETTER PHASE-C MA KEUAERI",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B4,
        name: "BAMUM LETTER PHASE-C NTAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B5,
        name: "BAMUM LETTER PHASE-C NGGUON",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B6,
        name: "BAMUM LETTER PHASE-C LAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B7,
        name: "BAMUM LETTER PHASE-C MBIRIEEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B8,
        name: "BAMUM LETTER PHASE-C MGBASAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168B9,
        name: "BAMUM LETTER PHASE-C NTEUNGBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168BA,
        name: "BAMUM LETTER PHASE-C TEUTEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x168BB,
        name: "BAMUM LETTER PHASE-C NGGUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168BC,
        name: "BAMUM LETTER PHASE-C FUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168BD,
        name: "BAMUM LETTER PHASE-C NDEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x168BE,
        name: "BAMUM LETTER PHASE-C NSA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168BF,
        name: "BAMUM LETTER PHASE-C NSHAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C0,
        name: "BAMUM LETTER PHASE-C BUNG",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C1,
        name: "BAMUM LETTER PHASE-C VEUAEPEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C2,
        name: "BAMUM LETTER PHASE-C MBERAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C3,
        name: "BAMUM LETTER PHASE-C RU",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C4,
        name: "BAMUM LETTER PHASE-C NJAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C5,
        name: "BAMUM LETTER PHASE-C LAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C6,
        name: "BAMUM LETTER PHASE-C TITUAEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C7,
        name: "BAMUM LETTER PHASE-C NSUOT NGOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C8,
        name: "BAMUM LETTER PHASE-C NJEEEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168C9,
        name: "BAMUM LETTER PHASE-C KET",
    },
    Character {
        age: "6.0",
        codepoint: 0x168CA,
        name: "BAMUM LETTER PHASE-C NGGU",
    },
    Character {
        age: "6.0",
        codepoint: 0x168CB,
        name: "BAMUM LETTER PHASE-C MAESI",
    },
    Character {
        age: "6.0",
        codepoint: 0x168CC,
        name: "BAMUM LETTER PHASE-C MBUAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168CD,
        name: "BAMUM LETTER PHASE-C LU",
    },
    Character {
        age: "6.0",
        codepoint: 0x168CE,
        name: "BAMUM LETTER PHASE-C KUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x168CF,
        name: "BAMUM LETTER PHASE-C NJAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D0,
        name: "BAMUM LETTER PHASE-C NGOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D1,
        name: "BAMUM LETTER PHASE-C WUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D2,
        name: "BAMUM LETTER PHASE-C NGGUEET",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D3,
        name: "BAMUM LETTER PHASE-C NSOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D4,
        name: "BAMUM LETTER PHASE-C NTEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D5,
        name: "BAMUM LETTER PHASE-C KUOP NKAARAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D6,
        name: "BAMUM LETTER PHASE-C NSUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D7,
        name: "BAMUM LETTER PHASE-C NDAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D8,
        name: "BAMUM LETTER PHASE-C MA NSIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168D9,
        name: "BAMUM LETTER PHASE-C YAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168DA,
        name: "BAMUM LETTER PHASE-C NDAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168DB,
        name: "BAMUM LETTER PHASE-C SHUEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168DC,
        name: "BAMUM LETTER PHASE-C SETFON",
    },
    Character {
        age: "6.0",
        codepoint: 0x168DD,
        name: "BAMUM LETTER PHASE-C MBI",
    },
    Character {
        age: "6.0",
        codepoint: 0x168DE,
        name: "BAMUM LETTER PHASE-C MAEMBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x168DF,
        name: "BAMUM LETTER PHASE-C MBANYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E0,
        name: "BAMUM LETTER PHASE-C KEUSEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E1,
        name: "BAMUM LETTER PHASE-C MBEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E2,
        name: "BAMUM LETTER PHASE-C KEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E3,
        name: "BAMUM LETTER PHASE-C MBAA PICKET",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E4,
        name: "BAMUM LETTER PHASE-C YUWOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E5,
        name: "BAMUM LETTER PHASE-C NJEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E6,
        name: "BAMUM LETTER PHASE-C MIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E7,
        name: "BAMUM LETTER PHASE-C MUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E8,
        name: "BAMUM LETTER PHASE-C SHIQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168E9,
        name: "BAMUM LETTER PHASE-C KEN LAW",
    },
    Character {
        age: "6.0",
        codepoint: 0x168EA,
        name: "BAMUM LETTER PHASE-C KEN FATIGUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168EB,
        name: "BAMUM LETTER PHASE-C NGAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168EC,
        name: "BAMUM LETTER PHASE-C NAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168ED,
        name: "BAMUM LETTER PHASE-C LIQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x168EE,
        name: "BAMUM LETTER PHASE-C PIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168EF,
        name: "BAMUM LETTER PHASE-C PEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F0,
        name: "BAMUM LETTER PHASE-C TET",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F1,
        name: "BAMUM LETTER PHASE-D MBUO",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F2,
        name: "BAMUM LETTER PHASE-D WAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F3,
        name: "BAMUM LETTER PHASE-D NJI",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F4,
        name: "BAMUM LETTER PHASE-D MFON",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F5,
        name: "BAMUM LETTER PHASE-D NJIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F6,
        name: "BAMUM LETTER PHASE-D LIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F7,
        name: "BAMUM LETTER PHASE-D NJEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F8,
        name: "BAMUM LETTER PHASE-D NSHEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168F9,
        name: "BAMUM LETTER PHASE-D NGGAAMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168FA,
        name: "BAMUM LETTER PHASE-D NYAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x168FB,
        name: "BAMUM LETTER PHASE-D WUAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168FC,
        name: "BAMUM LETTER PHASE-D NGKUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x168FD,
        name: "BAMUM LETTER PHASE-D SHEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x168FE,
        name: "BAMUM LETTER PHASE-D NGKAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x168FF,
        name: "BAMUM LETTER PHASE-D KEUAETMEUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16900,
        name: "BAMUM LETTER PHASE-D TEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16901,
        name: "BAMUM LETTER PHASE-D SHEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16902,
        name: "BAMUM LETTER PHASE-D NJAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16903,
        name: "BAMUM LETTER PHASE-D SUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16904,
        name: "BAMUM LETTER PHASE-D KET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16905,
        name: "BAMUM LETTER PHASE-D YAEMMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16906,
        name: "BAMUM LETTER PHASE-D KUOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16907,
        name: "BAMUM LETTER PHASE-D SAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16908,
        name: "BAMUM LETTER PHASE-D MFEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16909,
        name: "BAMUM LETTER PHASE-D NDEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1690A,
        name: "BAMUM LETTER PHASE-D MALEERI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1690B,
        name: "BAMUM LETTER PHASE-D MEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1690C,
        name: "BAMUM LETTER PHASE-D SEUAEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1690D,
        name: "BAMUM LETTER PHASE-D YEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1690E,
        name: "BAMUM LETTER PHASE-D NJEUAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1690F,
        name: "BAMUM LETTER PHASE-D KEUOT MBUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16910,
        name: "BAMUM LETTER PHASE-D NGKEURI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16911,
        name: "BAMUM LETTER PHASE-D TU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16912,
        name: "BAMUM LETTER PHASE-D GHAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16913,
        name: "BAMUM LETTER PHASE-D NGKYEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16914,
        name: "BAMUM LETTER PHASE-D FEUFEUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16915,
        name: "BAMUM LETTER PHASE-D NDEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16916,
        name: "BAMUM LETTER PHASE-D MGBOFUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16917,
        name: "BAMUM LETTER PHASE-D LEUAEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16918,
        name: "BAMUM LETTER PHASE-D NDON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16919,
        name: "BAMUM LETTER PHASE-D MONI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1691A,
        name: "BAMUM LETTER PHASE-D MGBEUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1691B,
        name: "BAMUM LETTER PHASE-D PUUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1691C,
        name: "BAMUM LETTER PHASE-D MGBIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1691D,
        name: "BAMUM LETTER PHASE-D MFO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1691E,
        name: "BAMUM LETTER PHASE-D LUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1691F,
        name: "BAMUM LETTER PHASE-D NSIEEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16920,
        name: "BAMUM LETTER PHASE-D MBAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16921,
        name: "BAMUM LETTER PHASE-D KWAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16922,
        name: "BAMUM LETTER PHASE-D NYET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16923,
        name: "BAMUM LETTER PHASE-D TEUAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16924,
        name: "BAMUM LETTER PHASE-D SOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16925,
        name: "BAMUM LETTER PHASE-D YUWOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16926,
        name: "BAMUM LETTER PHASE-D KEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16927,
        name: "BAMUM LETTER PHASE-D RAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16928,
        name: "BAMUM LETTER PHASE-D TEEEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16929,
        name: "BAMUM LETTER PHASE-D NGKEUAEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1692A,
        name: "BAMUM LETTER PHASE-D MFEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1692B,
        name: "BAMUM LETTER PHASE-D NSIEET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1692C,
        name: "BAMUM LETTER PHASE-D KEUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1692D,
        name: "BAMUM LETTER PHASE-D PIP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1692E,
        name: "BAMUM LETTER PHASE-D PEUTAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1692F,
        name: "BAMUM LETTER PHASE-D NYUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16930,
        name: "BAMUM LETTER PHASE-D LET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16931,
        name: "BAMUM LETTER PHASE-D NGGAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16932,
        name: "BAMUM LETTER PHASE-D MFIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16933,
        name: "BAMUM LETTER PHASE-D NGGWAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16934,
        name: "BAMUM LETTER PHASE-D YUOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16935,
        name: "BAMUM LETTER PHASE-D PAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16936,
        name: "BAMUM LETTER PHASE-D YUOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16937,
        name: "BAMUM LETTER PHASE-D NDAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16938,
        name: "BAMUM LETTER PHASE-D NTEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16939,
        name: "BAMUM LETTER PHASE-D SUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1693A,
        name: "BAMUM LETTER PHASE-D KUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1693B,
        name: "BAMUM LETTER PHASE-D NGGEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1693C,
        name: "BAMUM LETTER PHASE-D NGKIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1693D,
        name: "BAMUM LETTER PHASE-D TUOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1693E,
        name: "BAMUM LETTER PHASE-D MEUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1693F,
        name: "BAMUM LETTER PHASE-D KUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16940,
        name: "BAMUM LETTER PHASE-D NSUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16941,
        name: "BAMUM LETTER PHASE-D TEUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16942,
        name: "BAMUM LETTER PHASE-D MAENJET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16943,
        name: "BAMUM LETTER PHASE-D NGGAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16944,
        name: "BAMUM LETTER PHASE-D LEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16945,
        name: "BAMUM LETTER PHASE-D NGGUOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16946,
        name: "BAMUM LETTER PHASE-D NSHUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x16947,
        name: "BAMUM LETTER PHASE-D NJUEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16948,
        name: "BAMUM LETTER PHASE-D GHEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16949,
        name: "BAMUM LETTER PHASE-D KU",
    },
    Character {
        age: "6.0",
        codepoint: 0x1694A,
        name: "BAMUM LETTER PHASE-D REN OLD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1694B,
        name: "BAMUM LETTER PHASE-D TAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1694C,
        name: "BAMUM LETTER PHASE-D TOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1694D,
        name: "BAMUM LETTER PHASE-D NYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1694E,
        name: "BAMUM LETTER PHASE-D RII",
    },
    Character {
        age: "6.0",
        codepoint: 0x1694F,
        name: "BAMUM LETTER PHASE-D LEEEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16950,
        name: "BAMUM LETTER PHASE-D MEEEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16951,
        name: "BAMUM LETTER PHASE-D M",
    },
    Character {
        age: "6.0",
        codepoint: 0x16952,
        name: "BAMUM LETTER PHASE-D SUU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16953,
        name: "BAMUM LETTER PHASE-D MU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16954,
        name: "BAMUM LETTER PHASE-D SHII",
    },
    Character {
        age: "6.0",
        codepoint: 0x16955,
        name: "BAMUM LETTER PHASE-D SHEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16956,
        name: "BAMUM LETTER PHASE-D KYEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16957,
        name: "BAMUM LETTER PHASE-D NU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16958,
        name: "BAMUM LETTER PHASE-D SHU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16959,
        name: "BAMUM LETTER PHASE-D NTEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1695A,
        name: "BAMUM LETTER PHASE-D PEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1695B,
        name: "BAMUM LETTER PHASE-D NI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1695C,
        name: "BAMUM LETTER PHASE-D SHOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1695D,
        name: "BAMUM LETTER PHASE-D PUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1695E,
        name: "BAMUM LETTER PHASE-D MVOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1695F,
        name: "BAMUM LETTER PHASE-D LOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16960,
        name: "BAMUM LETTER PHASE-D REN MUCH",
    },
    Character {
        age: "6.0",
        codepoint: 0x16961,
        name: "BAMUM LETTER PHASE-D TI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16962,
        name: "BAMUM LETTER PHASE-D NTUU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16963,
        name: "BAMUM LETTER PHASE-D MBAA SEVEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16964,
        name: "BAMUM LETTER PHASE-D SAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16965,
        name: "BAMUM LETTER PHASE-D FAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16966,
        name: "BAMUM LETTER PHASE-E NDAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16967,
        name: "BAMUM LETTER PHASE-E TOON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16968,
        name: "BAMUM LETTER PHASE-E MBEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16969,
        name: "BAMUM LETTER PHASE-E LAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1696A,
        name: "BAMUM LETTER PHASE-E VOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1696B,
        name: "BAMUM LETTER PHASE-E LOON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1696C,
        name: "BAMUM LETTER PHASE-E PAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1696D,
        name: "BAMUM LETTER PHASE-E SOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1696E,
        name: "BAMUM LETTER PHASE-E RAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1696F,
        name: "BAMUM LETTER PHASE-E NSHUOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x16970,
        name: "BAMUM LETTER PHASE-E NDUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16971,
        name: "BAMUM LETTER PHASE-E PUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16972,
        name: "BAMUM LETTER PHASE-E TAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16973,
        name: "BAMUM LETTER PHASE-E NGKA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16974,
        name: "BAMUM LETTER PHASE-E KPEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16975,
        name: "BAMUM LETTER PHASE-E WUO",
    },
    Character {
        age: "6.0",
        codepoint: 0x16976,
        name: "BAMUM LETTER PHASE-E SEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16977,
        name: "BAMUM LETTER PHASE-E NGGEUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16978,
        name: "BAMUM LETTER PHASE-E PAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16979,
        name: "BAMUM LETTER PHASE-E TOO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1697A,
        name: "BAMUM LETTER PHASE-E KUOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1697B,
        name: "BAMUM LETTER PHASE-E LOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1697C,
        name: "BAMUM LETTER PHASE-E NSHIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1697D,
        name: "BAMUM LETTER PHASE-E NGOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1697E,
        name: "BAMUM LETTER PHASE-E MAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1697F,
        name: "BAMUM LETTER PHASE-E NGKEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16980,
        name: "BAMUM LETTER PHASE-E NGOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16981,
        name: "BAMUM LETTER PHASE-E NSHUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16982,
        name: "BAMUM LETTER PHASE-E RIMGBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16983,
        name: "BAMUM LETTER PHASE-E NJEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16984,
        name: "BAMUM LETTER PHASE-E PEEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16985,
        name: "BAMUM LETTER PHASE-E SAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16986,
        name: "BAMUM LETTER PHASE-E NGGURAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16987,
        name: "BAMUM LETTER PHASE-E MGBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16988,
        name: "BAMUM LETTER PHASE-E GHEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16989,
        name: "BAMUM LETTER PHASE-E NGKEUAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1698A,
        name: "BAMUM LETTER PHASE-E NJAEMLI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1698B,
        name: "BAMUM LETTER PHASE-E MAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1698C,
        name: "BAMUM LETTER PHASE-E LOOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1698D,
        name: "BAMUM LETTER PHASE-E NGGEEEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1698E,
        name: "BAMUM LETTER PHASE-E NDIQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1698F,
        name: "BAMUM LETTER PHASE-E TAEN NTEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16990,
        name: "BAMUM LETTER PHASE-E SET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16991,
        name: "BAMUM LETTER PHASE-E PUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16992,
        name: "BAMUM LETTER PHASE-E NDAA SOFTNESS",
    },
    Character {
        age: "6.0",
        codepoint: 0x16993,
        name: "BAMUM LETTER PHASE-E NGGUAESHAE NYAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16994,
        name: "BAMUM LETTER PHASE-E YIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16995,
        name: "BAMUM LETTER PHASE-E GHEUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16996,
        name: "BAMUM LETTER PHASE-E TUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16997,
        name: "BAMUM LETTER PHASE-E YEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16998,
        name: "BAMUM LETTER PHASE-E PO",
    },
    Character {
        age: "6.0",
        codepoint: 0x16999,
        name: "BAMUM LETTER PHASE-E TUMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1699A,
        name: "BAMUM LETTER PHASE-E KEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1699B,
        name: "BAMUM LETTER PHASE-E SUAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1699C,
        name: "BAMUM LETTER PHASE-E TEUAEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1699D,
        name: "BAMUM LETTER PHASE-E VEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1699E,
        name: "BAMUM LETTER PHASE-E WEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1699F,
        name: "BAMUM LETTER PHASE-E LAAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A0,
        name: "BAMUM LETTER PHASE-E PU",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A1,
        name: "BAMUM LETTER PHASE-E TAAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A2,
        name: "BAMUM LETTER PHASE-E GHAAMAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A3,
        name: "BAMUM LETTER PHASE-E NGEUREUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A4,
        name: "BAMUM LETTER PHASE-E SHEUAEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A5,
        name: "BAMUM LETTER PHASE-E MGBEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A6,
        name: "BAMUM LETTER PHASE-E MBEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A7,
        name: "BAMUM LETTER PHASE-E NZAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A8,
        name: "BAMUM LETTER PHASE-E NKOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169A9,
        name: "BAMUM LETTER PHASE-E GBET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169AA,
        name: "BAMUM LETTER PHASE-E TUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169AB,
        name: "BAMUM LETTER PHASE-E KUET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169AC,
        name: "BAMUM LETTER PHASE-E YAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x169AD,
        name: "BAMUM LETTER PHASE-E NYI CLEAVER",
    },
    Character {
        age: "6.0",
        codepoint: 0x169AE,
        name: "BAMUM LETTER PHASE-E YIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x169AF,
        name: "BAMUM LETTER PHASE-E MFEUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B0,
        name: "BAMUM LETTER PHASE-E NDIAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B1,
        name: "BAMUM LETTER PHASE-E PIEEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B2,
        name: "BAMUM LETTER PHASE-E YUEQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B3,
        name: "BAMUM LETTER PHASE-E LEUAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B4,
        name: "BAMUM LETTER PHASE-E FUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B5,
        name: "BAMUM LETTER PHASE-E GBEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B6,
        name: "BAMUM LETTER PHASE-E NGKUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B7,
        name: "BAMUM LETTER PHASE-E KET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B8,
        name: "BAMUM LETTER PHASE-E MAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169B9,
        name: "BAMUM LETTER PHASE-E NGKAAMI",
    },
    Character {
        age: "6.0",
        codepoint: 0x169BA,
        name: "BAMUM LETTER PHASE-E GHET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169BB,
        name: "BAMUM LETTER PHASE-E FA",
    },
    Character {
        age: "6.0",
        codepoint: 0x169BC,
        name: "BAMUM LETTER PHASE-E NTUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169BD,
        name: "BAMUM LETTER PHASE-E PEUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x169BE,
        name: "BAMUM LETTER PHASE-E YEUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169BF,
        name: "BAMUM LETTER PHASE-E NGGEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C0,
        name: "BAMUM LETTER PHASE-E NYI BETWEEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C1,
        name: "BAMUM LETTER PHASE-E NZUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C2,
        name: "BAMUM LETTER PHASE-E POON",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C3,
        name: "BAMUM LETTER PHASE-E MIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C4,
        name: "BAMUM LETTER PHASE-E FUET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C5,
        name: "BAMUM LETTER PHASE-E NAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C6,
        name: "BAMUM LETTER PHASE-E MUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C7,
        name: "BAMUM LETTER PHASE-E GHEUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C8,
        name: "BAMUM LETTER PHASE-E FU I",
    },
    Character {
        age: "6.0",
        codepoint: 0x169C9,
        name: "BAMUM LETTER PHASE-E MVI",
    },
    Character {
        age: "6.0",
        codepoint: 0x169CA,
        name: "BAMUM LETTER PHASE-E PUAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169CB,
        name: "BAMUM LETTER PHASE-E NGKUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169CC,
        name: "BAMUM LETTER PHASE-E KUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x169CD,
        name: "BAMUM LETTER PHASE-E PIET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169CE,
        name: "BAMUM LETTER PHASE-E NTAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x169CF,
        name: "BAMUM LETTER PHASE-E YEUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D0,
        name: "BAMUM LETTER PHASE-E NGGUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D1,
        name: "BAMUM LETTER PHASE-E PA PEOPLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D2,
        name: "BAMUM LETTER PHASE-E FU CALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D3,
        name: "BAMUM LETTER PHASE-E FOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D4,
        name: "BAMUM LETTER PHASE-E NJEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D5,
        name: "BAMUM LETTER PHASE-E A",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D6,
        name: "BAMUM LETTER PHASE-E TOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D7,
        name: "BAMUM LETTER PHASE-E O",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D8,
        name: "BAMUM LETTER PHASE-E I",
    },
    Character {
        age: "6.0",
        codepoint: 0x169D9,
        name: "BAMUM LETTER PHASE-E LAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169DA,
        name: "BAMUM LETTER PHASE-E PA PLURAL",
    },
    Character {
        age: "6.0",
        codepoint: 0x169DB,
        name: "BAMUM LETTER PHASE-E TAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x169DC,
        name: "BAMUM LETTER PHASE-E TAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169DD,
        name: "BAMUM LETTER PHASE-E NDAA MY HOUSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169DE,
        name: "BAMUM LETTER PHASE-E SHIQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169DF,
        name: "BAMUM LETTER PHASE-E YEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E0,
        name: "BAMUM LETTER PHASE-E NGUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E1,
        name: "BAMUM LETTER PHASE-E YUAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E2,
        name: "BAMUM LETTER PHASE-E YOQ SWIMMING",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E3,
        name: "BAMUM LETTER PHASE-E YOQ COVER",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E4,
        name: "BAMUM LETTER PHASE-E YUQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E5,
        name: "BAMUM LETTER PHASE-E YUN",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E6,
        name: "BAMUM LETTER PHASE-E KEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E7,
        name: "BAMUM LETTER PHASE-E PEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E8,
        name: "BAMUM LETTER PHASE-E NJEE EPOCH",
    },
    Character {
        age: "6.0",
        codepoint: 0x169E9,
        name: "BAMUM LETTER PHASE-E PUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169EA,
        name: "BAMUM LETTER PHASE-E WUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169EB,
        name: "BAMUM LETTER PHASE-E FEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169EC,
        name: "BAMUM LETTER PHASE-E VEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169ED,
        name: "BAMUM LETTER PHASE-E LU",
    },
    Character {
        age: "6.0",
        codepoint: 0x169EE,
        name: "BAMUM LETTER PHASE-E MI",
    },
    Character {
        age: "6.0",
        codepoint: 0x169EF,
        name: "BAMUM LETTER PHASE-E REUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F0,
        name: "BAMUM LETTER PHASE-E RAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F1,
        name: "BAMUM LETTER PHASE-E NGUAET",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F2,
        name: "BAMUM LETTER PHASE-E NGA",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F3,
        name: "BAMUM LETTER PHASE-E SHO",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F4,
        name: "BAMUM LETTER PHASE-E SHOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F5,
        name: "BAMUM LETTER PHASE-E FU REMEDY",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F6,
        name: "BAMUM LETTER PHASE-E NA",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F7,
        name: "BAMUM LETTER PHASE-E PI",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F8,
        name: "BAMUM LETTER PHASE-E LOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169F9,
        name: "BAMUM LETTER PHASE-E KO",
    },
    Character {
        age: "6.0",
        codepoint: 0x169FA,
        name: "BAMUM LETTER PHASE-E MEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x169FB,
        name: "BAMUM LETTER PHASE-E MA",
    },
    Character {
        age: "6.0",
        codepoint: 0x169FC,
        name: "BAMUM LETTER PHASE-E MAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x169FD,
        name: "BAMUM LETTER PHASE-E TEU",
    },
    Character {
        age: "6.0",
        codepoint: 0x169FE,
        name: "BAMUM LETTER PHASE-E KI",
    },
    Character {
        age: "6.0",
        codepoint: 0x169FF,
        name: "BAMUM LETTER PHASE-E MON",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A00,
        name: "BAMUM LETTER PHASE-E TEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A01,
        name: "BAMUM LETTER PHASE-E FAQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A02,
        name: "BAMUM LETTER PHASE-E GHOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A03,
        name: "BAMUM LETTER PHASE-F KA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A04,
        name: "BAMUM LETTER PHASE-F U",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A05,
        name: "BAMUM LETTER PHASE-F KU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A06,
        name: "BAMUM LETTER PHASE-F EE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A07,
        name: "BAMUM LETTER PHASE-F REE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A08,
        name: "BAMUM LETTER PHASE-F TAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A09,
        name: "BAMUM LETTER PHASE-F NYI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A0A,
        name: "BAMUM LETTER PHASE-F LA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A0B,
        name: "BAMUM LETTER PHASE-F RII",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A0C,
        name: "BAMUM LETTER PHASE-F RIEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A0D,
        name: "BAMUM LETTER PHASE-F MEEEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A0E,
        name: "BAMUM LETTER PHASE-F TAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A0F,
        name: "BAMUM LETTER PHASE-F NDAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A10,
        name: "BAMUM LETTER PHASE-F NJAEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A11,
        name: "BAMUM LETTER PHASE-F M",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A12,
        name: "BAMUM LETTER PHASE-F SUU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A13,
        name: "BAMUM LETTER PHASE-F SHII",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A14,
        name: "BAMUM LETTER PHASE-F SI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A15,
        name: "BAMUM LETTER PHASE-F SEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A16,
        name: "BAMUM LETTER PHASE-F KYEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A17,
        name: "BAMUM LETTER PHASE-F KET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A18,
        name: "BAMUM LETTER PHASE-F NUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A19,
        name: "BAMUM LETTER PHASE-F NU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A1A,
        name: "BAMUM LETTER PHASE-F NJUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A1B,
        name: "BAMUM LETTER PHASE-F YOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A1C,
        name: "BAMUM LETTER PHASE-F SHU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A1D,
        name: "BAMUM LETTER PHASE-F YA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A1E,
        name: "BAMUM LETTER PHASE-F NSHA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A1F,
        name: "BAMUM LETTER PHASE-F PEUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A20,
        name: "BAMUM LETTER PHASE-F NTEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A21,
        name: "BAMUM LETTER PHASE-F WUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A22,
        name: "BAMUM LETTER PHASE-F PEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A23,
        name: "BAMUM LETTER PHASE-F RU",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A24,
        name: "BAMUM LETTER PHASE-F NI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A25,
        name: "BAMUM LETTER PHASE-F REUX",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A26,
        name: "BAMUM LETTER PHASE-F KEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A27,
        name: "BAMUM LETTER PHASE-F NGKWAEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A28,
        name: "BAMUM LETTER PHASE-F NGGA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A29,
        name: "BAMUM LETTER PHASE-F SHO",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A2A,
        name: "BAMUM LETTER PHASE-F PUAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A2B,
        name: "BAMUM LETTER PHASE-F FOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A2C,
        name: "BAMUM LETTER PHASE-F WA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A2D,
        name: "BAMUM LETTER PHASE-F LI",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A2E,
        name: "BAMUM LETTER PHASE-F LOQ",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A2F,
        name: "BAMUM LETTER PHASE-F KO",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A30,
        name: "BAMUM LETTER PHASE-F MBEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A31,
        name: "BAMUM LETTER PHASE-F REN",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A32,
        name: "BAMUM LETTER PHASE-F MA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A33,
        name: "BAMUM LETTER PHASE-F MO",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A34,
        name: "BAMUM LETTER PHASE-F MBAA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A35,
        name: "BAMUM LETTER PHASE-F TET",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A36,
        name: "BAMUM LETTER PHASE-F KPA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A37,
        name: "BAMUM LETTER PHASE-F SAMBA",
    },
    Character {
        age: "6.0",
        codepoint: 0x16A38,
        name: "BAMUM LETTER PHASE-F VUEQ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A40,
        name: "MRO LETTER TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A41,
        name: "MRO LETTER NGI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A42,
        name: "MRO LETTER YO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A43,
        name: "MRO LETTER MIM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A44,
        name: "MRO LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A45,
        name: "MRO LETTER DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A46,
        name: "MRO LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A47,
        name: "MRO LETTER PHI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A48,
        name: "MRO LETTER KHAI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A49,
        name: "MRO LETTER HAO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A4A,
        name: "MRO LETTER DAI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A4B,
        name: "MRO LETTER CHU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A4C,
        name: "MRO LETTER KEAAE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A4D,
        name: "MRO LETTER OL",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A4E,
        name: "MRO LETTER MAEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A4F,
        name: "MRO LETTER NIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A50,
        name: "MRO LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A51,
        name: "MRO LETTER OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A52,
        name: "MRO LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A53,
        name: "MRO LETTER RO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A54,
        name: "MRO LETTER SHI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A55,
        name: "MRO LETTER THEA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A56,
        name: "MRO LETTER EA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A57,
        name: "MRO LETTER WA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A58,
        name: "MRO LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A59,
        name: "MRO LETTER KO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A5A,
        name: "MRO LETTER LAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A5B,
        name: "MRO LETTER LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A5C,
        name: "MRO LETTER HAI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A5D,
        name: "MRO LETTER RI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A5E,
        name: "MRO LETTER TEK",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A60,
        name: "MRO DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A61,
        name: "MRO DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A62,
        name: "MRO DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A63,
        name: "MRO DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A64,
        name: "MRO DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A65,
        name: "MRO DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A66,
        name: "MRO DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A67,
        name: "MRO DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A68,
        name: "MRO DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A69,
        name: "MRO DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A6E,
        name: "MRO DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16A6F,
        name: "MRO DOUBLE DANDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD0,
        name: "BASSA VAH LETTER ENNI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD1,
        name: "BASSA VAH LETTER KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD2,
        name: "BASSA VAH LETTER SE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD3,
        name: "BASSA VAH LETTER FA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD4,
        name: "BASSA VAH LETTER MBE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD5,
        name: "BASSA VAH LETTER YIE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD6,
        name: "BASSA VAH LETTER GAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD7,
        name: "BASSA VAH LETTER DHII",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD8,
        name: "BASSA VAH LETTER KPAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AD9,
        name: "BASSA VAH LETTER JO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16ADA,
        name: "BASSA VAH LETTER HWAH",
    },
    Character {
        age: "7.0",
        codepoint: 0x16ADB,
        name: "BASSA VAH LETTER WA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16ADC,
        name: "BASSA VAH LETTER ZO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16ADD,
        name: "BASSA VAH LETTER GBU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16ADE,
        name: "BASSA VAH LETTER DO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16ADF,
        name: "BASSA VAH LETTER CE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE0,
        name: "BASSA VAH LETTER UWU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE1,
        name: "BASSA VAH LETTER TO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE2,
        name: "BASSA VAH LETTER BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE3,
        name: "BASSA VAH LETTER VU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE4,
        name: "BASSA VAH LETTER YEIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE5,
        name: "BASSA VAH LETTER PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE6,
        name: "BASSA VAH LETTER WADDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE7,
        name: "BASSA VAH LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE8,
        name: "BASSA VAH LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AE9,
        name: "BASSA VAH LETTER OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AEA,
        name: "BASSA VAH LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AEB,
        name: "BASSA VAH LETTER EE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AEC,
        name: "BASSA VAH LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AED,
        name: "BASSA VAH LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AF0,
        name: "BASSA VAH COMBINING HIGH TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AF1,
        name: "BASSA VAH COMBINING LOW TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AF2,
        name: "BASSA VAH COMBINING MID TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AF3,
        name: "BASSA VAH COMBINING LOW-MID TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AF4,
        name: "BASSA VAH COMBINING HIGH-LOW TONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16AF5,
        name: "BASSA VAH FULL STOP",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B00,
        name: "PAHAWH HMONG VOWEL KEEB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B01,
        name: "PAHAWH HMONG VOWEL KEEV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B02,
        name: "PAHAWH HMONG VOWEL KIB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B03,
        name: "PAHAWH HMONG VOWEL KIV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B04,
        name: "PAHAWH HMONG VOWEL KAUB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B05,
        name: "PAHAWH HMONG VOWEL KAUV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B06,
        name: "PAHAWH HMONG VOWEL KUB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B07,
        name: "PAHAWH HMONG VOWEL KUV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B08,
        name: "PAHAWH HMONG VOWEL KEB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B09,
        name: "PAHAWH HMONG VOWEL KEV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B0A,
        name: "PAHAWH HMONG VOWEL KAIB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B0B,
        name: "PAHAWH HMONG VOWEL KAIV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B0C,
        name: "PAHAWH HMONG VOWEL KOOB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B0D,
        name: "PAHAWH HMONG VOWEL KOOV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B0E,
        name: "PAHAWH HMONG VOWEL KAWB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B0F,
        name: "PAHAWH HMONG VOWEL KAWV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B10,
        name: "PAHAWH HMONG VOWEL KUAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B11,
        name: "PAHAWH HMONG VOWEL KUAV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B12,
        name: "PAHAWH HMONG VOWEL KOB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B13,
        name: "PAHAWH HMONG VOWEL KOV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B14,
        name: "PAHAWH HMONG VOWEL KIAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B15,
        name: "PAHAWH HMONG VOWEL KIAV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B16,
        name: "PAHAWH HMONG VOWEL KAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B17,
        name: "PAHAWH HMONG VOWEL KAV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B18,
        name: "PAHAWH HMONG VOWEL KWB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B19,
        name: "PAHAWH HMONG VOWEL KWV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B1A,
        name: "PAHAWH HMONG VOWEL KAAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B1B,
        name: "PAHAWH HMONG VOWEL KAAV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B1C,
        name: "PAHAWH HMONG CONSONANT VAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B1D,
        name: "PAHAWH HMONG CONSONANT NTSAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B1E,
        name: "PAHAWH HMONG CONSONANT LAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B1F,
        name: "PAHAWH HMONG CONSONANT HAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B20,
        name: "PAHAWH HMONG CONSONANT NLAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B21,
        name: "PAHAWH HMONG CONSONANT RAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B22,
        name: "PAHAWH HMONG CONSONANT NKAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B23,
        name: "PAHAWH HMONG CONSONANT QHAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B24,
        name: "PAHAWH HMONG CONSONANT YAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B25,
        name: "PAHAWH HMONG CONSONANT HLAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B26,
        name: "PAHAWH HMONG CONSONANT MAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B27,
        name: "PAHAWH HMONG CONSONANT CHAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B28,
        name: "PAHAWH HMONG CONSONANT NCHAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B29,
        name: "PAHAWH HMONG CONSONANT HNAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B2A,
        name: "PAHAWH HMONG CONSONANT PLHAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B2B,
        name: "PAHAWH HMONG CONSONANT NTHAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B2C,
        name: "PAHAWH HMONG CONSONANT NAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B2D,
        name: "PAHAWH HMONG CONSONANT AU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B2E,
        name: "PAHAWH HMONG CONSONANT XAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B2F,
        name: "PAHAWH HMONG CONSONANT CAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B30,
        name: "PAHAWH HMONG MARK CIM TUB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B31,
        name: "PAHAWH HMONG MARK CIM SO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B32,
        name: "PAHAWH HMONG MARK CIM KES",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B33,
        name: "PAHAWH HMONG MARK CIM KHAV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B34,
        name: "PAHAWH HMONG MARK CIM SUAM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B35,
        name: "PAHAWH HMONG MARK CIM HOM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B36,
        name: "PAHAWH HMONG MARK CIM TAUM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B37,
        name: "PAHAWH HMONG SIGN VOS THOM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B38,
        name: "PAHAWH HMONG SIGN VOS TSHAB CEEB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B39,
        name: "PAHAWH HMONG SIGN CIM CHEEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B3A,
        name: "PAHAWH HMONG SIGN VOS THIAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B3B,
        name: "PAHAWH HMONG SIGN VOS FEEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B3C,
        name: "PAHAWH HMONG SIGN XYEEM NTXIV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B3D,
        name: "PAHAWH HMONG SIGN XYEEM RHO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B3E,
        name: "PAHAWH HMONG SIGN XYEEM TOV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B3F,
        name: "PAHAWH HMONG SIGN XYEEM FAIB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B40,
        name: "PAHAWH HMONG SIGN VOS SEEV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B41,
        name: "PAHAWH HMONG SIGN MEEJ SUAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B42,
        name: "PAHAWH HMONG SIGN VOS NRUA",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B43,
        name: "PAHAWH HMONG SIGN IB YAM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B44,
        name: "PAHAWH HMONG SIGN XAUS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B45,
        name: "PAHAWH HMONG SIGN CIM TSOV ROG",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B50,
        name: "PAHAWH HMONG DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B51,
        name: "PAHAWH HMONG DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B52,
        name: "PAHAWH HMONG DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B53,
        name: "PAHAWH HMONG DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B54,
        name: "PAHAWH HMONG DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B55,
        name: "PAHAWH HMONG DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B56,
        name: "PAHAWH HMONG DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B57,
        name: "PAHAWH HMONG DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B58,
        name: "PAHAWH HMONG DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B59,
        name: "PAHAWH HMONG DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B5B,
        name: "PAHAWH HMONG NUMBER TENS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B5C,
        name: "PAHAWH HMONG NUMBER HUNDREDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B5D,
        name: "PAHAWH HMONG NUMBER TEN THOUSANDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B5E,
        name: "PAHAWH HMONG NUMBER MILLIONS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B5F,
        name: "PAHAWH HMONG NUMBER HUNDRED MILLIONS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B60,
        name: "PAHAWH HMONG NUMBER TEN BILLIONS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B61,
        name: "PAHAWH HMONG NUMBER TRILLIONS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B63,
        name: "PAHAWH HMONG SIGN VOS LUB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B64,
        name: "PAHAWH HMONG SIGN XYOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B65,
        name: "PAHAWH HMONG SIGN HLI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B66,
        name: "PAHAWH HMONG SIGN THIRD-STAGE HLI",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B67,
        name: "PAHAWH HMONG SIGN ZWJ THAJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B68,
        name: "PAHAWH HMONG SIGN HNUB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B69,
        name: "PAHAWH HMONG SIGN NQIG",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B6A,
        name: "PAHAWH HMONG SIGN XIAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B6B,
        name: "PAHAWH HMONG SIGN NTUJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B6C,
        name: "PAHAWH HMONG SIGN AV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B6D,
        name: "PAHAWH HMONG SIGN TXHEEJ CEEV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B6E,
        name: "PAHAWH HMONG SIGN MEEJ TSEEB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B6F,
        name: "PAHAWH HMONG SIGN TAU",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B70,
        name: "PAHAWH HMONG SIGN LOS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B71,
        name: "PAHAWH HMONG SIGN MUS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B72,
        name: "PAHAWH HMONG SIGN CIM HAIS LUS NTOG NTOG",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B73,
        name: "PAHAWH HMONG SIGN CIM CUAM TSHOOJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B74,
        name: "PAHAWH HMONG SIGN CIM TXWV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B75,
        name: "PAHAWH HMONG SIGN CIM TXWV CHWV",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B76,
        name: "PAHAWH HMONG SIGN CIM PUB DAWB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B77,
        name: "PAHAWH HMONG SIGN CIM NRES TOS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B7D,
        name: "PAHAWH HMONG CLAN SIGN TSHEEJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B7E,
        name: "PAHAWH HMONG CLAN SIGN YEEG",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B7F,
        name: "PAHAWH HMONG CLAN SIGN LIS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B80,
        name: "PAHAWH HMONG CLAN SIGN LAUJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B81,
        name: "PAHAWH HMONG CLAN SIGN XYOOJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B82,
        name: "PAHAWH HMONG CLAN SIGN KOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B83,
        name: "PAHAWH HMONG CLAN SIGN HAWJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B84,
        name: "PAHAWH HMONG CLAN SIGN MUAS",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B85,
        name: "PAHAWH HMONG CLAN SIGN THOJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B86,
        name: "PAHAWH HMONG CLAN SIGN TSAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B87,
        name: "PAHAWH HMONG CLAN SIGN PHAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B88,
        name: "PAHAWH HMONG CLAN SIGN KHAB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B89,
        name: "PAHAWH HMONG CLAN SIGN HAM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B8A,
        name: "PAHAWH HMONG CLAN SIGN VAJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B8B,
        name: "PAHAWH HMONG CLAN SIGN FAJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B8C,
        name: "PAHAWH HMONG CLAN SIGN YAJ",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B8D,
        name: "PAHAWH HMONG CLAN SIGN TSWB",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B8E,
        name: "PAHAWH HMONG CLAN SIGN KWM",
    },
    Character {
        age: "7.0",
        codepoint: 0x16B8F,
        name: "PAHAWH HMONG CLAN SIGN VWJ",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E40,
        name: "MEDEFAIDRIN CAPITAL LETTER M",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E41,
        name: "MEDEFAIDRIN CAPITAL LETTER S",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E42,
        name: "MEDEFAIDRIN CAPITAL LETTER V",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E43,
        name: "MEDEFAIDRIN CAPITAL LETTER W",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E44,
        name: "MEDEFAIDRIN CAPITAL LETTER ATIU",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E45,
        name: "MEDEFAIDRIN CAPITAL LETTER Z",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E46,
        name: "MEDEFAIDRIN CAPITAL LETTER KP",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E47,
        name: "MEDEFAIDRIN CAPITAL LETTER P",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E48,
        name: "MEDEFAIDRIN CAPITAL LETTER T",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E49,
        name: "MEDEFAIDRIN CAPITAL LETTER G",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E4A,
        name: "MEDEFAIDRIN CAPITAL LETTER F",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E4B,
        name: "MEDEFAIDRIN CAPITAL LETTER I",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E4C,
        name: "MEDEFAIDRIN CAPITAL LETTER K",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E4D,
        name: "MEDEFAIDRIN CAPITAL LETTER A",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E4E,
        name: "MEDEFAIDRIN CAPITAL LETTER J",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E4F,
        name: "MEDEFAIDRIN CAPITAL LETTER E",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E50,
        name: "MEDEFAIDRIN CAPITAL LETTER B",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E51,
        name: "MEDEFAIDRIN CAPITAL LETTER C",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E52,
        name: "MEDEFAIDRIN CAPITAL LETTER U",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E53,
        name: "MEDEFAIDRIN CAPITAL LETTER YU",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E54,
        name: "MEDEFAIDRIN CAPITAL LETTER L",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E55,
        name: "MEDEFAIDRIN CAPITAL LETTER Q",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E56,
        name: "MEDEFAIDRIN CAPITAL LETTER HP",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E57,
        name: "MEDEFAIDRIN CAPITAL LETTER NY",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E58,
        name: "MEDEFAIDRIN CAPITAL LETTER X",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E59,
        name: "MEDEFAIDRIN CAPITAL LETTER D",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E5A,
        name: "MEDEFAIDRIN CAPITAL LETTER OE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E5B,
        name: "MEDEFAIDRIN CAPITAL LETTER N",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E5C,
        name: "MEDEFAIDRIN CAPITAL LETTER R",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E5D,
        name: "MEDEFAIDRIN CAPITAL LETTER O",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E5E,
        name: "MEDEFAIDRIN CAPITAL LETTER AI",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E5F,
        name: "MEDEFAIDRIN CAPITAL LETTER Y",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E60,
        name: "MEDEFAIDRIN SMALL LETTER M",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E61,
        name: "MEDEFAIDRIN SMALL LETTER S",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E62,
        name: "MEDEFAIDRIN SMALL LETTER V",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E63,
        name: "MEDEFAIDRIN SMALL LETTER W",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E64,
        name: "MEDEFAIDRIN SMALL LETTER ATIU",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E65,
        name: "MEDEFAIDRIN SMALL LETTER Z",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E66,
        name: "MEDEFAIDRIN SMALL LETTER KP",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E67,
        name: "MEDEFAIDRIN SMALL LETTER P",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E68,
        name: "MEDEFAIDRIN SMALL LETTER T",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E69,
        name: "MEDEFAIDRIN SMALL LETTER G",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E6A,
        name: "MEDEFAIDRIN SMALL LETTER F",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E6B,
        name: "MEDEFAIDRIN SMALL LETTER I",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E6C,
        name: "MEDEFAIDRIN SMALL LETTER K",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E6D,
        name: "MEDEFAIDRIN SMALL LETTER A",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E6E,
        name: "MEDEFAIDRIN SMALL LETTER J",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E6F,
        name: "MEDEFAIDRIN SMALL LETTER E",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E70,
        name: "MEDEFAIDRIN SMALL LETTER B",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E71,
        name: "MEDEFAIDRIN SMALL LETTER C",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E72,
        name: "MEDEFAIDRIN SMALL LETTER U",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E73,
        name: "MEDEFAIDRIN SMALL LETTER YU",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E74,
        name: "MEDEFAIDRIN SMALL LETTER L",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E75,
        name: "MEDEFAIDRIN SMALL LETTER Q",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E76,
        name: "MEDEFAIDRIN SMALL LETTER HP",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E77,
        name: "MEDEFAIDRIN SMALL LETTER NY",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E78,
        name: "MEDEFAIDRIN SMALL LETTER X",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E79,
        name: "MEDEFAIDRIN SMALL LETTER D",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E7A,
        name: "MEDEFAIDRIN SMALL LETTER OE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E7B,
        name: "MEDEFAIDRIN SMALL LETTER N",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E7C,
        name: "MEDEFAIDRIN SMALL LETTER R",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E7D,
        name: "MEDEFAIDRIN SMALL LETTER O",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E7E,
        name: "MEDEFAIDRIN SMALL LETTER AI",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E7F,
        name: "MEDEFAIDRIN SMALL LETTER Y",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E80,
        name: "MEDEFAIDRIN DIGIT ZERO",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E81,
        name: "MEDEFAIDRIN DIGIT ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E82,
        name: "MEDEFAIDRIN DIGIT TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E83,
        name: "MEDEFAIDRIN DIGIT THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E84,
        name: "MEDEFAIDRIN DIGIT FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E85,
        name: "MEDEFAIDRIN DIGIT FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E86,
        name: "MEDEFAIDRIN DIGIT SIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E87,
        name: "MEDEFAIDRIN DIGIT SEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E88,
        name: "MEDEFAIDRIN DIGIT EIGHT",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E89,
        name: "MEDEFAIDRIN DIGIT NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E8A,
        name: "MEDEFAIDRIN NUMBER TEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E8B,
        name: "MEDEFAIDRIN NUMBER ELEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E8C,
        name: "MEDEFAIDRIN NUMBER TWELVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E8D,
        name: "MEDEFAIDRIN NUMBER THIRTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E8E,
        name: "MEDEFAIDRIN NUMBER FOURTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E8F,
        name: "MEDEFAIDRIN NUMBER FIFTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E90,
        name: "MEDEFAIDRIN NUMBER SIXTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E91,
        name: "MEDEFAIDRIN NUMBER SEVENTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E92,
        name: "MEDEFAIDRIN NUMBER EIGHTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E93,
        name: "MEDEFAIDRIN NUMBER NINETEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E94,
        name: "MEDEFAIDRIN DIGIT ONE ALTERNATE FORM",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E95,
        name: "MEDEFAIDRIN DIGIT TWO ALTERNATE FORM",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E96,
        name: "MEDEFAIDRIN DIGIT THREE ALTERNATE FORM",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E97,
        name: "MEDEFAIDRIN COMMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E98,
        name: "MEDEFAIDRIN FULL STOP",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E99,
        name: "MEDEFAIDRIN SYMBOL AIVA",
    },
    Character {
        age: "11.0",
        codepoint: 0x16E9A,
        name: "MEDEFAIDRIN EXCLAMATION OH",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F00,
        name: "MIAO LETTER PA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F01,
        name: "MIAO LETTER BA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F02,
        name: "MIAO LETTER YI PA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F03,
        name: "MIAO LETTER PLA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F04,
        name: "MIAO LETTER MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F05,
        name: "MIAO LETTER MHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F06,
        name: "MIAO LETTER ARCHAIC MA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F07,
        name: "MIAO LETTER FA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F08,
        name: "MIAO LETTER VA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F09,
        name: "MIAO LETTER VFA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F0A,
        name: "MIAO LETTER TA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F0B,
        name: "MIAO LETTER DA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F0C,
        name: "MIAO LETTER YI TTA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F0D,
        name: "MIAO LETTER YI TA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F0E,
        name: "MIAO LETTER TTA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F0F,
        name: "MIAO LETTER DDA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F10,
        name: "MIAO LETTER NA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F11,
        name: "MIAO LETTER NHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F12,
        name: "MIAO LETTER YI NNA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F13,
        name: "MIAO LETTER ARCHAIC NA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F14,
        name: "MIAO LETTER NNA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F15,
        name: "MIAO LETTER NNHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F16,
        name: "MIAO LETTER LA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F17,
        name: "MIAO LETTER LYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F18,
        name: "MIAO LETTER LHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F19,
        name: "MIAO LETTER LHYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F1A,
        name: "MIAO LETTER TLHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F1B,
        name: "MIAO LETTER DLHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F1C,
        name: "MIAO LETTER TLHYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F1D,
        name: "MIAO LETTER DLHYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F1E,
        name: "MIAO LETTER KA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F1F,
        name: "MIAO LETTER GA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F20,
        name: "MIAO LETTER YI KA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F21,
        name: "MIAO LETTER QA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F22,
        name: "MIAO LETTER QGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F23,
        name: "MIAO LETTER NGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F24,
        name: "MIAO LETTER NGHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F25,
        name: "MIAO LETTER ARCHAIC NGA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F26,
        name: "MIAO LETTER HA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F27,
        name: "MIAO LETTER XA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F28,
        name: "MIAO LETTER GHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F29,
        name: "MIAO LETTER GHHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F2A,
        name: "MIAO LETTER TSSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F2B,
        name: "MIAO LETTER DZZA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F2C,
        name: "MIAO LETTER NYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F2D,
        name: "MIAO LETTER NYHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F2E,
        name: "MIAO LETTER TSHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F2F,
        name: "MIAO LETTER DZHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F30,
        name: "MIAO LETTER YI TSHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F31,
        name: "MIAO LETTER YI DZHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F32,
        name: "MIAO LETTER REFORMED TSHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F33,
        name: "MIAO LETTER SHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F34,
        name: "MIAO LETTER SSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F35,
        name: "MIAO LETTER ZHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F36,
        name: "MIAO LETTER ZSHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F37,
        name: "MIAO LETTER TSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F38,
        name: "MIAO LETTER DZA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F39,
        name: "MIAO LETTER YI TSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F3A,
        name: "MIAO LETTER SA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F3B,
        name: "MIAO LETTER ZA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F3C,
        name: "MIAO LETTER ZSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F3D,
        name: "MIAO LETTER ZZA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F3E,
        name: "MIAO LETTER ZZSA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F3F,
        name: "MIAO LETTER ARCHAIC ZZA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F40,
        name: "MIAO LETTER ZZYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F41,
        name: "MIAO LETTER ZZSYA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F42,
        name: "MIAO LETTER WA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F43,
        name: "MIAO LETTER AH",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F44,
        name: "MIAO LETTER HHA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F50,
        name: "MIAO LETTER NASALIZATION",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F51,
        name: "MIAO SIGN ASPIRATION",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F52,
        name: "MIAO SIGN REFORMED VOICING",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F53,
        name: "MIAO SIGN REFORMED ASPIRATION",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F54,
        name: "MIAO VOWEL SIGN A",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F55,
        name: "MIAO VOWEL SIGN AA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F56,
        name: "MIAO VOWEL SIGN AHH",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F57,
        name: "MIAO VOWEL SIGN AN",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F58,
        name: "MIAO VOWEL SIGN ANG",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F59,
        name: "MIAO VOWEL SIGN O",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F5A,
        name: "MIAO VOWEL SIGN OO",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F5B,
        name: "MIAO VOWEL SIGN WO",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F5C,
        name: "MIAO VOWEL SIGN W",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F5D,
        name: "MIAO VOWEL SIGN E",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F5E,
        name: "MIAO VOWEL SIGN EN",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F5F,
        name: "MIAO VOWEL SIGN ENG",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F60,
        name: "MIAO VOWEL SIGN OEY",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F61,
        name: "MIAO VOWEL SIGN I",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F62,
        name: "MIAO VOWEL SIGN IA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F63,
        name: "MIAO VOWEL SIGN IAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F64,
        name: "MIAO VOWEL SIGN IANG",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F65,
        name: "MIAO VOWEL SIGN IO",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F66,
        name: "MIAO VOWEL SIGN IE",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F67,
        name: "MIAO VOWEL SIGN II",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F68,
        name: "MIAO VOWEL SIGN IU",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F69,
        name: "MIAO VOWEL SIGN ING",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F6A,
        name: "MIAO VOWEL SIGN U",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F6B,
        name: "MIAO VOWEL SIGN UA",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F6C,
        name: "MIAO VOWEL SIGN UAN",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F6D,
        name: "MIAO VOWEL SIGN UANG",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F6E,
        name: "MIAO VOWEL SIGN UU",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F6F,
        name: "MIAO VOWEL SIGN UEI",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F70,
        name: "MIAO VOWEL SIGN UNG",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F71,
        name: "MIAO VOWEL SIGN Y",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F72,
        name: "MIAO VOWEL SIGN YI",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F73,
        name: "MIAO VOWEL SIGN AE",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F74,
        name: "MIAO VOWEL SIGN AEE",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F75,
        name: "MIAO VOWEL SIGN ERR",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F76,
        name: "MIAO VOWEL SIGN ROUNDED ERR",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F77,
        name: "MIAO VOWEL SIGN ER",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F78,
        name: "MIAO VOWEL SIGN ROUNDED ER",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F79,
        name: "MIAO VOWEL SIGN AI",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F7A,
        name: "MIAO VOWEL SIGN EI",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F7B,
        name: "MIAO VOWEL SIGN AU",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F7C,
        name: "MIAO VOWEL SIGN OU",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F7D,
        name: "MIAO VOWEL SIGN N",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F7E,
        name: "MIAO VOWEL SIGN NG",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F8F,
        name: "MIAO TONE RIGHT",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F90,
        name: "MIAO TONE TOP RIGHT",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F91,
        name: "MIAO TONE ABOVE",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F92,
        name: "MIAO TONE BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F93,
        name: "MIAO LETTER TONE-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F94,
        name: "MIAO LETTER TONE-3",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F95,
        name: "MIAO LETTER TONE-4",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F96,
        name: "MIAO LETTER TONE-5",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F97,
        name: "MIAO LETTER TONE-6",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F98,
        name: "MIAO LETTER TONE-7",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F99,
        name: "MIAO LETTER TONE-8",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F9A,
        name: "MIAO LETTER REFORMED TONE-1",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F9B,
        name: "MIAO LETTER REFORMED TONE-2",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F9C,
        name: "MIAO LETTER REFORMED TONE-4",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F9D,
        name: "MIAO LETTER REFORMED TONE-5",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F9E,
        name: "MIAO LETTER REFORMED TONE-6",
    },
    Character {
        age: "6.1",
        codepoint: 0x16F9F,
        name: "MIAO LETTER REFORMED TONE-8",
    },
    Character {
        age: "9.0",
        codepoint: 0x16FE0,
        name: "TANGUT ITERATION MARK",
    },
    Character {
        age: "10.0",
        codepoint: 0x16FE1,
        name: "NUSHU ITERATION MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x17000,
        name: "TANGUT IDEOGRAPH-17000",
    },
    Character {
        age: "9.0",
        codepoint: 0x17001,
        name: "TANGUT IDEOGRAPH-17001",
    },
    Character {
        age: "9.0",
        codepoint: 0x17002,
        name: "TANGUT IDEOGRAPH-17002",
    },
    Character {
        age: "9.0",
        codepoint: 0x17003,
        name: "TANGUT IDEOGRAPH-17003",
    },
    Character {
        age: "9.0",
        codepoint: 0x17004,
        name: "TANGUT IDEOGRAPH-17004",
    },
    Character {
        age: "9.0",
        codepoint: 0x17005,
        name: "TANGUT IDEOGRAPH-17005",
    },
    Character {
        age: "9.0",
        codepoint: 0x17006,
        name: "TANGUT IDEOGRAPH-17006",
    },
    Character {
        age: "9.0",
        codepoint: 0x17007,
        name: "TANGUT IDEOGRAPH-17007",
    },
    Character {
        age: "9.0",
        codepoint: 0x17008,
        name: "TANGUT IDEOGRAPH-17008",
    },
    Character {
        age: "9.0",
        codepoint: 0x17009,
        name: "TANGUT IDEOGRAPH-17009",
    },
    Character {
        age: "9.0",
        codepoint: 0x1700A,
        name: "TANGUT IDEOGRAPH-1700A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1700B,
        name: "TANGUT IDEOGRAPH-1700B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1700C,
        name: "TANGUT IDEOGRAPH-1700C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1700D,
        name: "TANGUT IDEOGRAPH-1700D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1700E,
        name: "TANGUT IDEOGRAPH-1700E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1700F,
        name: "TANGUT IDEOGRAPH-1700F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17010,
        name: "TANGUT IDEOGRAPH-17010",
    },
    Character {
        age: "9.0",
        codepoint: 0x17011,
        name: "TANGUT IDEOGRAPH-17011",
    },
    Character {
        age: "9.0",
        codepoint: 0x17012,
        name: "TANGUT IDEOGRAPH-17012",
    },
    Character {
        age: "9.0",
        codepoint: 0x17013,
        name: "TANGUT IDEOGRAPH-17013",
    },
    Character {
        age: "9.0",
        codepoint: 0x17014,
        name: "TANGUT IDEOGRAPH-17014",
    },
    Character {
        age: "9.0",
        codepoint: 0x17015,
        name: "TANGUT IDEOGRAPH-17015",
    },
    Character {
        age: "9.0",
        codepoint: 0x17016,
        name: "TANGUT IDEOGRAPH-17016",
    },
    Character {
        age: "9.0",
        codepoint: 0x17017,
        name: "TANGUT IDEOGRAPH-17017",
    },
    Character {
        age: "9.0",
        codepoint: 0x17018,
        name: "TANGUT IDEOGRAPH-17018",
    },
    Character {
        age: "9.0",
        codepoint: 0x17019,
        name: "TANGUT IDEOGRAPH-17019",
    },
    Character {
        age: "9.0",
        codepoint: 0x1701A,
        name: "TANGUT IDEOGRAPH-1701A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1701B,
        name: "TANGUT IDEOGRAPH-1701B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1701C,
        name: "TANGUT IDEOGRAPH-1701C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1701D,
        name: "TANGUT IDEOGRAPH-1701D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1701E,
        name: "TANGUT IDEOGRAPH-1701E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1701F,
        name: "TANGUT IDEOGRAPH-1701F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17020,
        name: "TANGUT IDEOGRAPH-17020",
    },
    Character {
        age: "9.0",
        codepoint: 0x17021,
        name: "TANGUT IDEOGRAPH-17021",
    },
    Character {
        age: "9.0",
        codepoint: 0x17022,
        name: "TANGUT IDEOGRAPH-17022",
    },
    Character {
        age: "9.0",
        codepoint: 0x17023,
        name: "TANGUT IDEOGRAPH-17023",
    },
    Character {
        age: "9.0",
        codepoint: 0x17024,
        name: "TANGUT IDEOGRAPH-17024",
    },
    Character {
        age: "9.0",
        codepoint: 0x17025,
        name: "TANGUT IDEOGRAPH-17025",
    },
    Character {
        age: "9.0",
        codepoint: 0x17026,
        name: "TANGUT IDEOGRAPH-17026",
    },
    Character {
        age: "9.0",
        codepoint: 0x17027,
        name: "TANGUT IDEOGRAPH-17027",
    },
    Character {
        age: "9.0",
        codepoint: 0x17028,
        name: "TANGUT IDEOGRAPH-17028",
    },
    Character {
        age: "9.0",
        codepoint: 0x17029,
        name: "TANGUT IDEOGRAPH-17029",
    },
    Character {
        age: "9.0",
        codepoint: 0x1702A,
        name: "TANGUT IDEOGRAPH-1702A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1702B,
        name: "TANGUT IDEOGRAPH-1702B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1702C,
        name: "TANGUT IDEOGRAPH-1702C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1702D,
        name: "TANGUT IDEOGRAPH-1702D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1702E,
        name: "TANGUT IDEOGRAPH-1702E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1702F,
        name: "TANGUT IDEOGRAPH-1702F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17030,
        name: "TANGUT IDEOGRAPH-17030",
    },
    Character {
        age: "9.0",
        codepoint: 0x17031,
        name: "TANGUT IDEOGRAPH-17031",
    },
    Character {
        age: "9.0",
        codepoint: 0x17032,
        name: "TANGUT IDEOGRAPH-17032",
    },
    Character {
        age: "9.0",
        codepoint: 0x17033,
        name: "TANGUT IDEOGRAPH-17033",
    },
    Character {
        age: "9.0",
        codepoint: 0x17034,
        name: "TANGUT IDEOGRAPH-17034",
    },
    Character {
        age: "9.0",
        codepoint: 0x17035,
        name: "TANGUT IDEOGRAPH-17035",
    },
    Character {
        age: "9.0",
        codepoint: 0x17036,
        name: "TANGUT IDEOGRAPH-17036",
    },
    Character {
        age: "9.0",
        codepoint: 0x17037,
        name: "TANGUT IDEOGRAPH-17037",
    },
    Character {
        age: "9.0",
        codepoint: 0x17038,
        name: "TANGUT IDEOGRAPH-17038",
    },
    Character {
        age: "9.0",
        codepoint: 0x17039,
        name: "TANGUT IDEOGRAPH-17039",
    },
    Character {
        age: "9.0",
        codepoint: 0x1703A,
        name: "TANGUT IDEOGRAPH-1703A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1703B,
        name: "TANGUT IDEOGRAPH-1703B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1703C,
        name: "TANGUT IDEOGRAPH-1703C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1703D,
        name: "TANGUT IDEOGRAPH-1703D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1703E,
        name: "TANGUT IDEOGRAPH-1703E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1703F,
        name: "TANGUT IDEOGRAPH-1703F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17040,
        name: "TANGUT IDEOGRAPH-17040",
    },
    Character {
        age: "9.0",
        codepoint: 0x17041,
        name: "TANGUT IDEOGRAPH-17041",
    },
    Character {
        age: "9.0",
        codepoint: 0x17042,
        name: "TANGUT IDEOGRAPH-17042",
    },
    Character {
        age: "9.0",
        codepoint: 0x17043,
        name: "TANGUT IDEOGRAPH-17043",
    },
    Character {
        age: "9.0",
        codepoint: 0x17044,
        name: "TANGUT IDEOGRAPH-17044",
    },
    Character {
        age: "9.0",
        codepoint: 0x17045,
        name: "TANGUT IDEOGRAPH-17045",
    },
    Character {
        age: "9.0",
        codepoint: 0x17046,
        name: "TANGUT IDEOGRAPH-17046",
    },
    Character {
        age: "9.0",
        codepoint: 0x17047,
        name: "TANGUT IDEOGRAPH-17047",
    },
    Character {
        age: "9.0",
        codepoint: 0x17048,
        name: "TANGUT IDEOGRAPH-17048",
    },
    Character {
        age: "9.0",
        codepoint: 0x17049,
        name: "TANGUT IDEOGRAPH-17049",
    },
    Character {
        age: "9.0",
        codepoint: 0x1704A,
        name: "TANGUT IDEOGRAPH-1704A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1704B,
        name: "TANGUT IDEOGRAPH-1704B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1704C,
        name: "TANGUT IDEOGRAPH-1704C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1704D,
        name: "TANGUT IDEOGRAPH-1704D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1704E,
        name: "TANGUT IDEOGRAPH-1704E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1704F,
        name: "TANGUT IDEOGRAPH-1704F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17050,
        name: "TANGUT IDEOGRAPH-17050",
    },
    Character {
        age: "9.0",
        codepoint: 0x17051,
        name: "TANGUT IDEOGRAPH-17051",
    },
    Character {
        age: "9.0",
        codepoint: 0x17052,
        name: "TANGUT IDEOGRAPH-17052",
    },
    Character {
        age: "9.0",
        codepoint: 0x17053,
        name: "TANGUT IDEOGRAPH-17053",
    },
    Character {
        age: "9.0",
        codepoint: 0x17054,
        name: "TANGUT IDEOGRAPH-17054",
    },
    Character {
        age: "9.0",
        codepoint: 0x17055,
        name: "TANGUT IDEOGRAPH-17055",
    },
    Character {
        age: "9.0",
        codepoint: 0x17056,
        name: "TANGUT IDEOGRAPH-17056",
    },
    Character {
        age: "9.0",
        codepoint: 0x17057,
        name: "TANGUT IDEOGRAPH-17057",
    },
    Character {
        age: "9.0",
        codepoint: 0x17058,
        name: "TANGUT IDEOGRAPH-17058",
    },
    Character {
        age: "9.0",
        codepoint: 0x17059,
        name: "TANGUT IDEOGRAPH-17059",
    },
    Character {
        age: "9.0",
        codepoint: 0x1705A,
        name: "TANGUT IDEOGRAPH-1705A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1705B,
        name: "TANGUT IDEOGRAPH-1705B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1705C,
        name: "TANGUT IDEOGRAPH-1705C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1705D,
        name: "TANGUT IDEOGRAPH-1705D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1705E,
        name: "TANGUT IDEOGRAPH-1705E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1705F,
        name: "TANGUT IDEOGRAPH-1705F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17060,
        name: "TANGUT IDEOGRAPH-17060",
    },
    Character {
        age: "9.0",
        codepoint: 0x17061,
        name: "TANGUT IDEOGRAPH-17061",
    },
    Character {
        age: "9.0",
        codepoint: 0x17062,
        name: "TANGUT IDEOGRAPH-17062",
    },
    Character {
        age: "9.0",
        codepoint: 0x17063,
        name: "TANGUT IDEOGRAPH-17063",
    },
    Character {
        age: "9.0",
        codepoint: 0x17064,
        name: "TANGUT IDEOGRAPH-17064",
    },
    Character {
        age: "9.0",
        codepoint: 0x17065,
        name: "TANGUT IDEOGRAPH-17065",
    },
    Character {
        age: "9.0",
        codepoint: 0x17066,
        name: "TANGUT IDEOGRAPH-17066",
    },
    Character {
        age: "9.0",
        codepoint: 0x17067,
        name: "TANGUT IDEOGRAPH-17067",
    },
    Character {
        age: "9.0",
        codepoint: 0x17068,
        name: "TANGUT IDEOGRAPH-17068",
    },
    Character {
        age: "9.0",
        codepoint: 0x17069,
        name: "TANGUT IDEOGRAPH-17069",
    },
    Character {
        age: "9.0",
        codepoint: 0x1706A,
        name: "TANGUT IDEOGRAPH-1706A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1706B,
        name: "TANGUT IDEOGRAPH-1706B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1706C,
        name: "TANGUT IDEOGRAPH-1706C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1706D,
        name: "TANGUT IDEOGRAPH-1706D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1706E,
        name: "TANGUT IDEOGRAPH-1706E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1706F,
        name: "TANGUT IDEOGRAPH-1706F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17070,
        name: "TANGUT IDEOGRAPH-17070",
    },
    Character {
        age: "9.0",
        codepoint: 0x17071,
        name: "TANGUT IDEOGRAPH-17071",
    },
    Character {
        age: "9.0",
        codepoint: 0x17072,
        name: "TANGUT IDEOGRAPH-17072",
    },
    Character {
        age: "9.0",
        codepoint: 0x17073,
        name: "TANGUT IDEOGRAPH-17073",
    },
    Character {
        age: "9.0",
        codepoint: 0x17074,
        name: "TANGUT IDEOGRAPH-17074",
    },
    Character {
        age: "9.0",
        codepoint: 0x17075,
        name: "TANGUT IDEOGRAPH-17075",
    },
    Character {
        age: "9.0",
        codepoint: 0x17076,
        name: "TANGUT IDEOGRAPH-17076",
    },
    Character {
        age: "9.0",
        codepoint: 0x17077,
        name: "TANGUT IDEOGRAPH-17077",
    },
    Character {
        age: "9.0",
        codepoint: 0x17078,
        name: "TANGUT IDEOGRAPH-17078",
    },
    Character {
        age: "9.0",
        codepoint: 0x17079,
        name: "TANGUT IDEOGRAPH-17079",
    },
    Character {
        age: "9.0",
        codepoint: 0x1707A,
        name: "TANGUT IDEOGRAPH-1707A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1707B,
        name: "TANGUT IDEOGRAPH-1707B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1707C,
        name: "TANGUT IDEOGRAPH-1707C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1707D,
        name: "TANGUT IDEOGRAPH-1707D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1707E,
        name: "TANGUT IDEOGRAPH-1707E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1707F,
        name: "TANGUT IDEOGRAPH-1707F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17080,
        name: "TANGUT IDEOGRAPH-17080",
    },
    Character {
        age: "9.0",
        codepoint: 0x17081,
        name: "TANGUT IDEOGRAPH-17081",
    },
    Character {
        age: "9.0",
        codepoint: 0x17082,
        name: "TANGUT IDEOGRAPH-17082",
    },
    Character {
        age: "9.0",
        codepoint: 0x17083,
        name: "TANGUT IDEOGRAPH-17083",
    },
    Character {
        age: "9.0",
        codepoint: 0x17084,
        name: "TANGUT IDEOGRAPH-17084",
    },
    Character {
        age: "9.0",
        codepoint: 0x17085,
        name: "TANGUT IDEOGRAPH-17085",
    },
    Character {
        age: "9.0",
        codepoint: 0x17086,
        name: "TANGUT IDEOGRAPH-17086",
    },
    Character {
        age: "9.0",
        codepoint: 0x17087,
        name: "TANGUT IDEOGRAPH-17087",
    },
    Character {
        age: "9.0",
        codepoint: 0x17088,
        name: "TANGUT IDEOGRAPH-17088",
    },
    Character {
        age: "9.0",
        codepoint: 0x17089,
        name: "TANGUT IDEOGRAPH-17089",
    },
    Character {
        age: "9.0",
        codepoint: 0x1708A,
        name: "TANGUT IDEOGRAPH-1708A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1708B,
        name: "TANGUT IDEOGRAPH-1708B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1708C,
        name: "TANGUT IDEOGRAPH-1708C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1708D,
        name: "TANGUT IDEOGRAPH-1708D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1708E,
        name: "TANGUT IDEOGRAPH-1708E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1708F,
        name: "TANGUT IDEOGRAPH-1708F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17090,
        name: "TANGUT IDEOGRAPH-17090",
    },
    Character {
        age: "9.0",
        codepoint: 0x17091,
        name: "TANGUT IDEOGRAPH-17091",
    },
    Character {
        age: "9.0",
        codepoint: 0x17092,
        name: "TANGUT IDEOGRAPH-17092",
    },
    Character {
        age: "9.0",
        codepoint: 0x17093,
        name: "TANGUT IDEOGRAPH-17093",
    },
    Character {
        age: "9.0",
        codepoint: 0x17094,
        name: "TANGUT IDEOGRAPH-17094",
    },
    Character {
        age: "9.0",
        codepoint: 0x17095,
        name: "TANGUT IDEOGRAPH-17095",
    },
    Character {
        age: "9.0",
        codepoint: 0x17096,
        name: "TANGUT IDEOGRAPH-17096",
    },
    Character {
        age: "9.0",
        codepoint: 0x17097,
        name: "TANGUT IDEOGRAPH-17097",
    },
    Character {
        age: "9.0",
        codepoint: 0x17098,
        name: "TANGUT IDEOGRAPH-17098",
    },
    Character {
        age: "9.0",
        codepoint: 0x17099,
        name: "TANGUT IDEOGRAPH-17099",
    },
    Character {
        age: "9.0",
        codepoint: 0x1709A,
        name: "TANGUT IDEOGRAPH-1709A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1709B,
        name: "TANGUT IDEOGRAPH-1709B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1709C,
        name: "TANGUT IDEOGRAPH-1709C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1709D,
        name: "TANGUT IDEOGRAPH-1709D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1709E,
        name: "TANGUT IDEOGRAPH-1709E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1709F,
        name: "TANGUT IDEOGRAPH-1709F",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A0,
        name: "TANGUT IDEOGRAPH-170A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A1,
        name: "TANGUT IDEOGRAPH-170A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A2,
        name: "TANGUT IDEOGRAPH-170A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A3,
        name: "TANGUT IDEOGRAPH-170A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A4,
        name: "TANGUT IDEOGRAPH-170A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A5,
        name: "TANGUT IDEOGRAPH-170A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A6,
        name: "TANGUT IDEOGRAPH-170A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A7,
        name: "TANGUT IDEOGRAPH-170A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A8,
        name: "TANGUT IDEOGRAPH-170A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x170A9,
        name: "TANGUT IDEOGRAPH-170A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x170AA,
        name: "TANGUT IDEOGRAPH-170AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x170AB,
        name: "TANGUT IDEOGRAPH-170AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x170AC,
        name: "TANGUT IDEOGRAPH-170AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x170AD,
        name: "TANGUT IDEOGRAPH-170AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x170AE,
        name: "TANGUT IDEOGRAPH-170AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x170AF,
        name: "TANGUT IDEOGRAPH-170AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B0,
        name: "TANGUT IDEOGRAPH-170B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B1,
        name: "TANGUT IDEOGRAPH-170B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B2,
        name: "TANGUT IDEOGRAPH-170B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B3,
        name: "TANGUT IDEOGRAPH-170B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B4,
        name: "TANGUT IDEOGRAPH-170B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B5,
        name: "TANGUT IDEOGRAPH-170B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B6,
        name: "TANGUT IDEOGRAPH-170B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B7,
        name: "TANGUT IDEOGRAPH-170B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B8,
        name: "TANGUT IDEOGRAPH-170B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x170B9,
        name: "TANGUT IDEOGRAPH-170B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x170BA,
        name: "TANGUT IDEOGRAPH-170BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x170BB,
        name: "TANGUT IDEOGRAPH-170BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x170BC,
        name: "TANGUT IDEOGRAPH-170BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x170BD,
        name: "TANGUT IDEOGRAPH-170BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x170BE,
        name: "TANGUT IDEOGRAPH-170BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x170BF,
        name: "TANGUT IDEOGRAPH-170BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C0,
        name: "TANGUT IDEOGRAPH-170C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C1,
        name: "TANGUT IDEOGRAPH-170C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C2,
        name: "TANGUT IDEOGRAPH-170C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C3,
        name: "TANGUT IDEOGRAPH-170C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C4,
        name: "TANGUT IDEOGRAPH-170C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C5,
        name: "TANGUT IDEOGRAPH-170C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C6,
        name: "TANGUT IDEOGRAPH-170C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C7,
        name: "TANGUT IDEOGRAPH-170C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C8,
        name: "TANGUT IDEOGRAPH-170C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x170C9,
        name: "TANGUT IDEOGRAPH-170C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x170CA,
        name: "TANGUT IDEOGRAPH-170CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x170CB,
        name: "TANGUT IDEOGRAPH-170CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x170CC,
        name: "TANGUT IDEOGRAPH-170CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x170CD,
        name: "TANGUT IDEOGRAPH-170CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x170CE,
        name: "TANGUT IDEOGRAPH-170CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x170CF,
        name: "TANGUT IDEOGRAPH-170CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D0,
        name: "TANGUT IDEOGRAPH-170D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D1,
        name: "TANGUT IDEOGRAPH-170D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D2,
        name: "TANGUT IDEOGRAPH-170D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D3,
        name: "TANGUT IDEOGRAPH-170D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D4,
        name: "TANGUT IDEOGRAPH-170D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D5,
        name: "TANGUT IDEOGRAPH-170D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D6,
        name: "TANGUT IDEOGRAPH-170D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D7,
        name: "TANGUT IDEOGRAPH-170D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D8,
        name: "TANGUT IDEOGRAPH-170D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x170D9,
        name: "TANGUT IDEOGRAPH-170D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x170DA,
        name: "TANGUT IDEOGRAPH-170DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x170DB,
        name: "TANGUT IDEOGRAPH-170DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x170DC,
        name: "TANGUT IDEOGRAPH-170DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x170DD,
        name: "TANGUT IDEOGRAPH-170DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x170DE,
        name: "TANGUT IDEOGRAPH-170DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x170DF,
        name: "TANGUT IDEOGRAPH-170DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E0,
        name: "TANGUT IDEOGRAPH-170E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E1,
        name: "TANGUT IDEOGRAPH-170E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E2,
        name: "TANGUT IDEOGRAPH-170E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E3,
        name: "TANGUT IDEOGRAPH-170E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E4,
        name: "TANGUT IDEOGRAPH-170E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E5,
        name: "TANGUT IDEOGRAPH-170E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E6,
        name: "TANGUT IDEOGRAPH-170E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E7,
        name: "TANGUT IDEOGRAPH-170E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E8,
        name: "TANGUT IDEOGRAPH-170E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x170E9,
        name: "TANGUT IDEOGRAPH-170E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x170EA,
        name: "TANGUT IDEOGRAPH-170EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x170EB,
        name: "TANGUT IDEOGRAPH-170EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x170EC,
        name: "TANGUT IDEOGRAPH-170EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x170ED,
        name: "TANGUT IDEOGRAPH-170ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x170EE,
        name: "TANGUT IDEOGRAPH-170EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x170EF,
        name: "TANGUT IDEOGRAPH-170EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F0,
        name: "TANGUT IDEOGRAPH-170F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F1,
        name: "TANGUT IDEOGRAPH-170F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F2,
        name: "TANGUT IDEOGRAPH-170F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F3,
        name: "TANGUT IDEOGRAPH-170F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F4,
        name: "TANGUT IDEOGRAPH-170F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F5,
        name: "TANGUT IDEOGRAPH-170F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F6,
        name: "TANGUT IDEOGRAPH-170F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F7,
        name: "TANGUT IDEOGRAPH-170F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F8,
        name: "TANGUT IDEOGRAPH-170F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x170F9,
        name: "TANGUT IDEOGRAPH-170F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x170FA,
        name: "TANGUT IDEOGRAPH-170FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x170FB,
        name: "TANGUT IDEOGRAPH-170FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x170FC,
        name: "TANGUT IDEOGRAPH-170FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x170FD,
        name: "TANGUT IDEOGRAPH-170FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x170FE,
        name: "TANGUT IDEOGRAPH-170FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x170FF,
        name: "TANGUT IDEOGRAPH-170FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17100,
        name: "TANGUT IDEOGRAPH-17100",
    },
    Character {
        age: "9.0",
        codepoint: 0x17101,
        name: "TANGUT IDEOGRAPH-17101",
    },
    Character {
        age: "9.0",
        codepoint: 0x17102,
        name: "TANGUT IDEOGRAPH-17102",
    },
    Character {
        age: "9.0",
        codepoint: 0x17103,
        name: "TANGUT IDEOGRAPH-17103",
    },
    Character {
        age: "9.0",
        codepoint: 0x17104,
        name: "TANGUT IDEOGRAPH-17104",
    },
    Character {
        age: "9.0",
        codepoint: 0x17105,
        name: "TANGUT IDEOGRAPH-17105",
    },
    Character {
        age: "9.0",
        codepoint: 0x17106,
        name: "TANGUT IDEOGRAPH-17106",
    },
    Character {
        age: "9.0",
        codepoint: 0x17107,
        name: "TANGUT IDEOGRAPH-17107",
    },
    Character {
        age: "9.0",
        codepoint: 0x17108,
        name: "TANGUT IDEOGRAPH-17108",
    },
    Character {
        age: "9.0",
        codepoint: 0x17109,
        name: "TANGUT IDEOGRAPH-17109",
    },
    Character {
        age: "9.0",
        codepoint: 0x1710A,
        name: "TANGUT IDEOGRAPH-1710A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1710B,
        name: "TANGUT IDEOGRAPH-1710B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1710C,
        name: "TANGUT IDEOGRAPH-1710C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1710D,
        name: "TANGUT IDEOGRAPH-1710D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1710E,
        name: "TANGUT IDEOGRAPH-1710E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1710F,
        name: "TANGUT IDEOGRAPH-1710F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17110,
        name: "TANGUT IDEOGRAPH-17110",
    },
    Character {
        age: "9.0",
        codepoint: 0x17111,
        name: "TANGUT IDEOGRAPH-17111",
    },
    Character {
        age: "9.0",
        codepoint: 0x17112,
        name: "TANGUT IDEOGRAPH-17112",
    },
    Character {
        age: "9.0",
        codepoint: 0x17113,
        name: "TANGUT IDEOGRAPH-17113",
    },
    Character {
        age: "9.0",
        codepoint: 0x17114,
        name: "TANGUT IDEOGRAPH-17114",
    },
    Character {
        age: "9.0",
        codepoint: 0x17115,
        name: "TANGUT IDEOGRAPH-17115",
    },
    Character {
        age: "9.0",
        codepoint: 0x17116,
        name: "TANGUT IDEOGRAPH-17116",
    },
    Character {
        age: "9.0",
        codepoint: 0x17117,
        name: "TANGUT IDEOGRAPH-17117",
    },
    Character {
        age: "9.0",
        codepoint: 0x17118,
        name: "TANGUT IDEOGRAPH-17118",
    },
    Character {
        age: "9.0",
        codepoint: 0x17119,
        name: "TANGUT IDEOGRAPH-17119",
    },
    Character {
        age: "9.0",
        codepoint: 0x1711A,
        name: "TANGUT IDEOGRAPH-1711A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1711B,
        name: "TANGUT IDEOGRAPH-1711B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1711C,
        name: "TANGUT IDEOGRAPH-1711C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1711D,
        name: "TANGUT IDEOGRAPH-1711D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1711E,
        name: "TANGUT IDEOGRAPH-1711E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1711F,
        name: "TANGUT IDEOGRAPH-1711F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17120,
        name: "TANGUT IDEOGRAPH-17120",
    },
    Character {
        age: "9.0",
        codepoint: 0x17121,
        name: "TANGUT IDEOGRAPH-17121",
    },
    Character {
        age: "9.0",
        codepoint: 0x17122,
        name: "TANGUT IDEOGRAPH-17122",
    },
    Character {
        age: "9.0",
        codepoint: 0x17123,
        name: "TANGUT IDEOGRAPH-17123",
    },
    Character {
        age: "9.0",
        codepoint: 0x17124,
        name: "TANGUT IDEOGRAPH-17124",
    },
    Character {
        age: "9.0",
        codepoint: 0x17125,
        name: "TANGUT IDEOGRAPH-17125",
    },
    Character {
        age: "9.0",
        codepoint: 0x17126,
        name: "TANGUT IDEOGRAPH-17126",
    },
    Character {
        age: "9.0",
        codepoint: 0x17127,
        name: "TANGUT IDEOGRAPH-17127",
    },
    Character {
        age: "9.0",
        codepoint: 0x17128,
        name: "TANGUT IDEOGRAPH-17128",
    },
    Character {
        age: "9.0",
        codepoint: 0x17129,
        name: "TANGUT IDEOGRAPH-17129",
    },
    Character {
        age: "9.0",
        codepoint: 0x1712A,
        name: "TANGUT IDEOGRAPH-1712A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1712B,
        name: "TANGUT IDEOGRAPH-1712B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1712C,
        name: "TANGUT IDEOGRAPH-1712C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1712D,
        name: "TANGUT IDEOGRAPH-1712D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1712E,
        name: "TANGUT IDEOGRAPH-1712E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1712F,
        name: "TANGUT IDEOGRAPH-1712F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17130,
        name: "TANGUT IDEOGRAPH-17130",
    },
    Character {
        age: "9.0",
        codepoint: 0x17131,
        name: "TANGUT IDEOGRAPH-17131",
    },
    Character {
        age: "9.0",
        codepoint: 0x17132,
        name: "TANGUT IDEOGRAPH-17132",
    },
    Character {
        age: "9.0",
        codepoint: 0x17133,
        name: "TANGUT IDEOGRAPH-17133",
    },
    Character {
        age: "9.0",
        codepoint: 0x17134,
        name: "TANGUT IDEOGRAPH-17134",
    },
    Character {
        age: "9.0",
        codepoint: 0x17135,
        name: "TANGUT IDEOGRAPH-17135",
    },
    Character {
        age: "9.0",
        codepoint: 0x17136,
        name: "TANGUT IDEOGRAPH-17136",
    },
    Character {
        age: "9.0",
        codepoint: 0x17137,
        name: "TANGUT IDEOGRAPH-17137",
    },
    Character {
        age: "9.0",
        codepoint: 0x17138,
        name: "TANGUT IDEOGRAPH-17138",
    },
    Character {
        age: "9.0",
        codepoint: 0x17139,
        name: "TANGUT IDEOGRAPH-17139",
    },
    Character {
        age: "9.0",
        codepoint: 0x1713A,
        name: "TANGUT IDEOGRAPH-1713A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1713B,
        name: "TANGUT IDEOGRAPH-1713B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1713C,
        name: "TANGUT IDEOGRAPH-1713C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1713D,
        name: "TANGUT IDEOGRAPH-1713D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1713E,
        name: "TANGUT IDEOGRAPH-1713E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1713F,
        name: "TANGUT IDEOGRAPH-1713F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17140,
        name: "TANGUT IDEOGRAPH-17140",
    },
    Character {
        age: "9.0",
        codepoint: 0x17141,
        name: "TANGUT IDEOGRAPH-17141",
    },
    Character {
        age: "9.0",
        codepoint: 0x17142,
        name: "TANGUT IDEOGRAPH-17142",
    },
    Character {
        age: "9.0",
        codepoint: 0x17143,
        name: "TANGUT IDEOGRAPH-17143",
    },
    Character {
        age: "9.0",
        codepoint: 0x17144,
        name: "TANGUT IDEOGRAPH-17144",
    },
    Character {
        age: "9.0",
        codepoint: 0x17145,
        name: "TANGUT IDEOGRAPH-17145",
    },
    Character {
        age: "9.0",
        codepoint: 0x17146,
        name: "TANGUT IDEOGRAPH-17146",
    },
    Character {
        age: "9.0",
        codepoint: 0x17147,
        name: "TANGUT IDEOGRAPH-17147",
    },
    Character {
        age: "9.0",
        codepoint: 0x17148,
        name: "TANGUT IDEOGRAPH-17148",
    },
    Character {
        age: "9.0",
        codepoint: 0x17149,
        name: "TANGUT IDEOGRAPH-17149",
    },
    Character {
        age: "9.0",
        codepoint: 0x1714A,
        name: "TANGUT IDEOGRAPH-1714A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1714B,
        name: "TANGUT IDEOGRAPH-1714B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1714C,
        name: "TANGUT IDEOGRAPH-1714C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1714D,
        name: "TANGUT IDEOGRAPH-1714D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1714E,
        name: "TANGUT IDEOGRAPH-1714E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1714F,
        name: "TANGUT IDEOGRAPH-1714F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17150,
        name: "TANGUT IDEOGRAPH-17150",
    },
    Character {
        age: "9.0",
        codepoint: 0x17151,
        name: "TANGUT IDEOGRAPH-17151",
    },
    Character {
        age: "9.0",
        codepoint: 0x17152,
        name: "TANGUT IDEOGRAPH-17152",
    },
    Character {
        age: "9.0",
        codepoint: 0x17153,
        name: "TANGUT IDEOGRAPH-17153",
    },
    Character {
        age: "9.0",
        codepoint: 0x17154,
        name: "TANGUT IDEOGRAPH-17154",
    },
    Character {
        age: "9.0",
        codepoint: 0x17155,
        name: "TANGUT IDEOGRAPH-17155",
    },
    Character {
        age: "9.0",
        codepoint: 0x17156,
        name: "TANGUT IDEOGRAPH-17156",
    },
    Character {
        age: "9.0",
        codepoint: 0x17157,
        name: "TANGUT IDEOGRAPH-17157",
    },
    Character {
        age: "9.0",
        codepoint: 0x17158,
        name: "TANGUT IDEOGRAPH-17158",
    },
    Character {
        age: "9.0",
        codepoint: 0x17159,
        name: "TANGUT IDEOGRAPH-17159",
    },
    Character {
        age: "9.0",
        codepoint: 0x1715A,
        name: "TANGUT IDEOGRAPH-1715A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1715B,
        name: "TANGUT IDEOGRAPH-1715B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1715C,
        name: "TANGUT IDEOGRAPH-1715C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1715D,
        name: "TANGUT IDEOGRAPH-1715D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1715E,
        name: "TANGUT IDEOGRAPH-1715E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1715F,
        name: "TANGUT IDEOGRAPH-1715F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17160,
        name: "TANGUT IDEOGRAPH-17160",
    },
    Character {
        age: "9.0",
        codepoint: 0x17161,
        name: "TANGUT IDEOGRAPH-17161",
    },
    Character {
        age: "9.0",
        codepoint: 0x17162,
        name: "TANGUT IDEOGRAPH-17162",
    },
    Character {
        age: "9.0",
        codepoint: 0x17163,
        name: "TANGUT IDEOGRAPH-17163",
    },
    Character {
        age: "9.0",
        codepoint: 0x17164,
        name: "TANGUT IDEOGRAPH-17164",
    },
    Character {
        age: "9.0",
        codepoint: 0x17165,
        name: "TANGUT IDEOGRAPH-17165",
    },
    Character {
        age: "9.0",
        codepoint: 0x17166,
        name: "TANGUT IDEOGRAPH-17166",
    },
    Character {
        age: "9.0",
        codepoint: 0x17167,
        name: "TANGUT IDEOGRAPH-17167",
    },
    Character {
        age: "9.0",
        codepoint: 0x17168,
        name: "TANGUT IDEOGRAPH-17168",
    },
    Character {
        age: "9.0",
        codepoint: 0x17169,
        name: "TANGUT IDEOGRAPH-17169",
    },
    Character {
        age: "9.0",
        codepoint: 0x1716A,
        name: "TANGUT IDEOGRAPH-1716A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1716B,
        name: "TANGUT IDEOGRAPH-1716B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1716C,
        name: "TANGUT IDEOGRAPH-1716C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1716D,
        name: "TANGUT IDEOGRAPH-1716D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1716E,
        name: "TANGUT IDEOGRAPH-1716E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1716F,
        name: "TANGUT IDEOGRAPH-1716F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17170,
        name: "TANGUT IDEOGRAPH-17170",
    },
    Character {
        age: "9.0",
        codepoint: 0x17171,
        name: "TANGUT IDEOGRAPH-17171",
    },
    Character {
        age: "9.0",
        codepoint: 0x17172,
        name: "TANGUT IDEOGRAPH-17172",
    },
    Character {
        age: "9.0",
        codepoint: 0x17173,
        name: "TANGUT IDEOGRAPH-17173",
    },
    Character {
        age: "9.0",
        codepoint: 0x17174,
        name: "TANGUT IDEOGRAPH-17174",
    },
    Character {
        age: "9.0",
        codepoint: 0x17175,
        name: "TANGUT IDEOGRAPH-17175",
    },
    Character {
        age: "9.0",
        codepoint: 0x17176,
        name: "TANGUT IDEOGRAPH-17176",
    },
    Character {
        age: "9.0",
        codepoint: 0x17177,
        name: "TANGUT IDEOGRAPH-17177",
    },
    Character {
        age: "9.0",
        codepoint: 0x17178,
        name: "TANGUT IDEOGRAPH-17178",
    },
    Character {
        age: "9.0",
        codepoint: 0x17179,
        name: "TANGUT IDEOGRAPH-17179",
    },
    Character {
        age: "9.0",
        codepoint: 0x1717A,
        name: "TANGUT IDEOGRAPH-1717A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1717B,
        name: "TANGUT IDEOGRAPH-1717B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1717C,
        name: "TANGUT IDEOGRAPH-1717C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1717D,
        name: "TANGUT IDEOGRAPH-1717D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1717E,
        name: "TANGUT IDEOGRAPH-1717E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1717F,
        name: "TANGUT IDEOGRAPH-1717F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17180,
        name: "TANGUT IDEOGRAPH-17180",
    },
    Character {
        age: "9.0",
        codepoint: 0x17181,
        name: "TANGUT IDEOGRAPH-17181",
    },
    Character {
        age: "9.0",
        codepoint: 0x17182,
        name: "TANGUT IDEOGRAPH-17182",
    },
    Character {
        age: "9.0",
        codepoint: 0x17183,
        name: "TANGUT IDEOGRAPH-17183",
    },
    Character {
        age: "9.0",
        codepoint: 0x17184,
        name: "TANGUT IDEOGRAPH-17184",
    },
    Character {
        age: "9.0",
        codepoint: 0x17185,
        name: "TANGUT IDEOGRAPH-17185",
    },
    Character {
        age: "9.0",
        codepoint: 0x17186,
        name: "TANGUT IDEOGRAPH-17186",
    },
    Character {
        age: "9.0",
        codepoint: 0x17187,
        name: "TANGUT IDEOGRAPH-17187",
    },
    Character {
        age: "9.0",
        codepoint: 0x17188,
        name: "TANGUT IDEOGRAPH-17188",
    },
    Character {
        age: "9.0",
        codepoint: 0x17189,
        name: "TANGUT IDEOGRAPH-17189",
    },
    Character {
        age: "9.0",
        codepoint: 0x1718A,
        name: "TANGUT IDEOGRAPH-1718A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1718B,
        name: "TANGUT IDEOGRAPH-1718B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1718C,
        name: "TANGUT IDEOGRAPH-1718C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1718D,
        name: "TANGUT IDEOGRAPH-1718D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1718E,
        name: "TANGUT IDEOGRAPH-1718E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1718F,
        name: "TANGUT IDEOGRAPH-1718F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17190,
        name: "TANGUT IDEOGRAPH-17190",
    },
    Character {
        age: "9.0",
        codepoint: 0x17191,
        name: "TANGUT IDEOGRAPH-17191",
    },
    Character {
        age: "9.0",
        codepoint: 0x17192,
        name: "TANGUT IDEOGRAPH-17192",
    },
    Character {
        age: "9.0",
        codepoint: 0x17193,
        name: "TANGUT IDEOGRAPH-17193",
    },
    Character {
        age: "9.0",
        codepoint: 0x17194,
        name: "TANGUT IDEOGRAPH-17194",
    },
    Character {
        age: "9.0",
        codepoint: 0x17195,
        name: "TANGUT IDEOGRAPH-17195",
    },
    Character {
        age: "9.0",
        codepoint: 0x17196,
        name: "TANGUT IDEOGRAPH-17196",
    },
    Character {
        age: "9.0",
        codepoint: 0x17197,
        name: "TANGUT IDEOGRAPH-17197",
    },
    Character {
        age: "9.0",
        codepoint: 0x17198,
        name: "TANGUT IDEOGRAPH-17198",
    },
    Character {
        age: "9.0",
        codepoint: 0x17199,
        name: "TANGUT IDEOGRAPH-17199",
    },
    Character {
        age: "9.0",
        codepoint: 0x1719A,
        name: "TANGUT IDEOGRAPH-1719A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1719B,
        name: "TANGUT IDEOGRAPH-1719B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1719C,
        name: "TANGUT IDEOGRAPH-1719C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1719D,
        name: "TANGUT IDEOGRAPH-1719D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1719E,
        name: "TANGUT IDEOGRAPH-1719E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1719F,
        name: "TANGUT IDEOGRAPH-1719F",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A0,
        name: "TANGUT IDEOGRAPH-171A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A1,
        name: "TANGUT IDEOGRAPH-171A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A2,
        name: "TANGUT IDEOGRAPH-171A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A3,
        name: "TANGUT IDEOGRAPH-171A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A4,
        name: "TANGUT IDEOGRAPH-171A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A5,
        name: "TANGUT IDEOGRAPH-171A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A6,
        name: "TANGUT IDEOGRAPH-171A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A7,
        name: "TANGUT IDEOGRAPH-171A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A8,
        name: "TANGUT IDEOGRAPH-171A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x171A9,
        name: "TANGUT IDEOGRAPH-171A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x171AA,
        name: "TANGUT IDEOGRAPH-171AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x171AB,
        name: "TANGUT IDEOGRAPH-171AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x171AC,
        name: "TANGUT IDEOGRAPH-171AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x171AD,
        name: "TANGUT IDEOGRAPH-171AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x171AE,
        name: "TANGUT IDEOGRAPH-171AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x171AF,
        name: "TANGUT IDEOGRAPH-171AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B0,
        name: "TANGUT IDEOGRAPH-171B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B1,
        name: "TANGUT IDEOGRAPH-171B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B2,
        name: "TANGUT IDEOGRAPH-171B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B3,
        name: "TANGUT IDEOGRAPH-171B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B4,
        name: "TANGUT IDEOGRAPH-171B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B5,
        name: "TANGUT IDEOGRAPH-171B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B6,
        name: "TANGUT IDEOGRAPH-171B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B7,
        name: "TANGUT IDEOGRAPH-171B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B8,
        name: "TANGUT IDEOGRAPH-171B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x171B9,
        name: "TANGUT IDEOGRAPH-171B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x171BA,
        name: "TANGUT IDEOGRAPH-171BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x171BB,
        name: "TANGUT IDEOGRAPH-171BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x171BC,
        name: "TANGUT IDEOGRAPH-171BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x171BD,
        name: "TANGUT IDEOGRAPH-171BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x171BE,
        name: "TANGUT IDEOGRAPH-171BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x171BF,
        name: "TANGUT IDEOGRAPH-171BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C0,
        name: "TANGUT IDEOGRAPH-171C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C1,
        name: "TANGUT IDEOGRAPH-171C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C2,
        name: "TANGUT IDEOGRAPH-171C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C3,
        name: "TANGUT IDEOGRAPH-171C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C4,
        name: "TANGUT IDEOGRAPH-171C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C5,
        name: "TANGUT IDEOGRAPH-171C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C6,
        name: "TANGUT IDEOGRAPH-171C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C7,
        name: "TANGUT IDEOGRAPH-171C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C8,
        name: "TANGUT IDEOGRAPH-171C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x171C9,
        name: "TANGUT IDEOGRAPH-171C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x171CA,
        name: "TANGUT IDEOGRAPH-171CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x171CB,
        name: "TANGUT IDEOGRAPH-171CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x171CC,
        name: "TANGUT IDEOGRAPH-171CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x171CD,
        name: "TANGUT IDEOGRAPH-171CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x171CE,
        name: "TANGUT IDEOGRAPH-171CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x171CF,
        name: "TANGUT IDEOGRAPH-171CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D0,
        name: "TANGUT IDEOGRAPH-171D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D1,
        name: "TANGUT IDEOGRAPH-171D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D2,
        name: "TANGUT IDEOGRAPH-171D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D3,
        name: "TANGUT IDEOGRAPH-171D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D4,
        name: "TANGUT IDEOGRAPH-171D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D5,
        name: "TANGUT IDEOGRAPH-171D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D6,
        name: "TANGUT IDEOGRAPH-171D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D7,
        name: "TANGUT IDEOGRAPH-171D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D8,
        name: "TANGUT IDEOGRAPH-171D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x171D9,
        name: "TANGUT IDEOGRAPH-171D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x171DA,
        name: "TANGUT IDEOGRAPH-171DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x171DB,
        name: "TANGUT IDEOGRAPH-171DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x171DC,
        name: "TANGUT IDEOGRAPH-171DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x171DD,
        name: "TANGUT IDEOGRAPH-171DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x171DE,
        name: "TANGUT IDEOGRAPH-171DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x171DF,
        name: "TANGUT IDEOGRAPH-171DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E0,
        name: "TANGUT IDEOGRAPH-171E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E1,
        name: "TANGUT IDEOGRAPH-171E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E2,
        name: "TANGUT IDEOGRAPH-171E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E3,
        name: "TANGUT IDEOGRAPH-171E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E4,
        name: "TANGUT IDEOGRAPH-171E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E5,
        name: "TANGUT IDEOGRAPH-171E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E6,
        name: "TANGUT IDEOGRAPH-171E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E7,
        name: "TANGUT IDEOGRAPH-171E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E8,
        name: "TANGUT IDEOGRAPH-171E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x171E9,
        name: "TANGUT IDEOGRAPH-171E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x171EA,
        name: "TANGUT IDEOGRAPH-171EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x171EB,
        name: "TANGUT IDEOGRAPH-171EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x171EC,
        name: "TANGUT IDEOGRAPH-171EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x171ED,
        name: "TANGUT IDEOGRAPH-171ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x171EE,
        name: "TANGUT IDEOGRAPH-171EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x171EF,
        name: "TANGUT IDEOGRAPH-171EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F0,
        name: "TANGUT IDEOGRAPH-171F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F1,
        name: "TANGUT IDEOGRAPH-171F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F2,
        name: "TANGUT IDEOGRAPH-171F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F3,
        name: "TANGUT IDEOGRAPH-171F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F4,
        name: "TANGUT IDEOGRAPH-171F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F5,
        name: "TANGUT IDEOGRAPH-171F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F6,
        name: "TANGUT IDEOGRAPH-171F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F7,
        name: "TANGUT IDEOGRAPH-171F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F8,
        name: "TANGUT IDEOGRAPH-171F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x171F9,
        name: "TANGUT IDEOGRAPH-171F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x171FA,
        name: "TANGUT IDEOGRAPH-171FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x171FB,
        name: "TANGUT IDEOGRAPH-171FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x171FC,
        name: "TANGUT IDEOGRAPH-171FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x171FD,
        name: "TANGUT IDEOGRAPH-171FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x171FE,
        name: "TANGUT IDEOGRAPH-171FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x171FF,
        name: "TANGUT IDEOGRAPH-171FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17200,
        name: "TANGUT IDEOGRAPH-17200",
    },
    Character {
        age: "9.0",
        codepoint: 0x17201,
        name: "TANGUT IDEOGRAPH-17201",
    },
    Character {
        age: "9.0",
        codepoint: 0x17202,
        name: "TANGUT IDEOGRAPH-17202",
    },
    Character {
        age: "9.0",
        codepoint: 0x17203,
        name: "TANGUT IDEOGRAPH-17203",
    },
    Character {
        age: "9.0",
        codepoint: 0x17204,
        name: "TANGUT IDEOGRAPH-17204",
    },
    Character {
        age: "9.0",
        codepoint: 0x17205,
        name: "TANGUT IDEOGRAPH-17205",
    },
    Character {
        age: "9.0",
        codepoint: 0x17206,
        name: "TANGUT IDEOGRAPH-17206",
    },
    Character {
        age: "9.0",
        codepoint: 0x17207,
        name: "TANGUT IDEOGRAPH-17207",
    },
    Character {
        age: "9.0",
        codepoint: 0x17208,
        name: "TANGUT IDEOGRAPH-17208",
    },
    Character {
        age: "9.0",
        codepoint: 0x17209,
        name: "TANGUT IDEOGRAPH-17209",
    },
    Character {
        age: "9.0",
        codepoint: 0x1720A,
        name: "TANGUT IDEOGRAPH-1720A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1720B,
        name: "TANGUT IDEOGRAPH-1720B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1720C,
        name: "TANGUT IDEOGRAPH-1720C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1720D,
        name: "TANGUT IDEOGRAPH-1720D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1720E,
        name: "TANGUT IDEOGRAPH-1720E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1720F,
        name: "TANGUT IDEOGRAPH-1720F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17210,
        name: "TANGUT IDEOGRAPH-17210",
    },
    Character {
        age: "9.0",
        codepoint: 0x17211,
        name: "TANGUT IDEOGRAPH-17211",
    },
    Character {
        age: "9.0",
        codepoint: 0x17212,
        name: "TANGUT IDEOGRAPH-17212",
    },
    Character {
        age: "9.0",
        codepoint: 0x17213,
        name: "TANGUT IDEOGRAPH-17213",
    },
    Character {
        age: "9.0",
        codepoint: 0x17214,
        name: "TANGUT IDEOGRAPH-17214",
    },
    Character {
        age: "9.0",
        codepoint: 0x17215,
        name: "TANGUT IDEOGRAPH-17215",
    },
    Character {
        age: "9.0",
        codepoint: 0x17216,
        name: "TANGUT IDEOGRAPH-17216",
    },
    Character {
        age: "9.0",
        codepoint: 0x17217,
        name: "TANGUT IDEOGRAPH-17217",
    },
    Character {
        age: "9.0",
        codepoint: 0x17218,
        name: "TANGUT IDEOGRAPH-17218",
    },
    Character {
        age: "9.0",
        codepoint: 0x17219,
        name: "TANGUT IDEOGRAPH-17219",
    },
    Character {
        age: "9.0",
        codepoint: 0x1721A,
        name: "TANGUT IDEOGRAPH-1721A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1721B,
        name: "TANGUT IDEOGRAPH-1721B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1721C,
        name: "TANGUT IDEOGRAPH-1721C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1721D,
        name: "TANGUT IDEOGRAPH-1721D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1721E,
        name: "TANGUT IDEOGRAPH-1721E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1721F,
        name: "TANGUT IDEOGRAPH-1721F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17220,
        name: "TANGUT IDEOGRAPH-17220",
    },
    Character {
        age: "9.0",
        codepoint: 0x17221,
        name: "TANGUT IDEOGRAPH-17221",
    },
    Character {
        age: "9.0",
        codepoint: 0x17222,
        name: "TANGUT IDEOGRAPH-17222",
    },
    Character {
        age: "9.0",
        codepoint: 0x17223,
        name: "TANGUT IDEOGRAPH-17223",
    },
    Character {
        age: "9.0",
        codepoint: 0x17224,
        name: "TANGUT IDEOGRAPH-17224",
    },
    Character {
        age: "9.0",
        codepoint: 0x17225,
        name: "TANGUT IDEOGRAPH-17225",
    },
    Character {
        age: "9.0",
        codepoint: 0x17226,
        name: "TANGUT IDEOGRAPH-17226",
    },
    Character {
        age: "9.0",
        codepoint: 0x17227,
        name: "TANGUT IDEOGRAPH-17227",
    },
    Character {
        age: "9.0",
        codepoint: 0x17228,
        name: "TANGUT IDEOGRAPH-17228",
    },
    Character {
        age: "9.0",
        codepoint: 0x17229,
        name: "TANGUT IDEOGRAPH-17229",
    },
    Character {
        age: "9.0",
        codepoint: 0x1722A,
        name: "TANGUT IDEOGRAPH-1722A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1722B,
        name: "TANGUT IDEOGRAPH-1722B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1722C,
        name: "TANGUT IDEOGRAPH-1722C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1722D,
        name: "TANGUT IDEOGRAPH-1722D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1722E,
        name: "TANGUT IDEOGRAPH-1722E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1722F,
        name: "TANGUT IDEOGRAPH-1722F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17230,
        name: "TANGUT IDEOGRAPH-17230",
    },
    Character {
        age: "9.0",
        codepoint: 0x17231,
        name: "TANGUT IDEOGRAPH-17231",
    },
    Character {
        age: "9.0",
        codepoint: 0x17232,
        name: "TANGUT IDEOGRAPH-17232",
    },
    Character {
        age: "9.0",
        codepoint: 0x17233,
        name: "TANGUT IDEOGRAPH-17233",
    },
    Character {
        age: "9.0",
        codepoint: 0x17234,
        name: "TANGUT IDEOGRAPH-17234",
    },
    Character {
        age: "9.0",
        codepoint: 0x17235,
        name: "TANGUT IDEOGRAPH-17235",
    },
    Character {
        age: "9.0",
        codepoint: 0x17236,
        name: "TANGUT IDEOGRAPH-17236",
    },
    Character {
        age: "9.0",
        codepoint: 0x17237,
        name: "TANGUT IDEOGRAPH-17237",
    },
    Character {
        age: "9.0",
        codepoint: 0x17238,
        name: "TANGUT IDEOGRAPH-17238",
    },
    Character {
        age: "9.0",
        codepoint: 0x17239,
        name: "TANGUT IDEOGRAPH-17239",
    },
    Character {
        age: "9.0",
        codepoint: 0x1723A,
        name: "TANGUT IDEOGRAPH-1723A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1723B,
        name: "TANGUT IDEOGRAPH-1723B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1723C,
        name: "TANGUT IDEOGRAPH-1723C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1723D,
        name: "TANGUT IDEOGRAPH-1723D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1723E,
        name: "TANGUT IDEOGRAPH-1723E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1723F,
        name: "TANGUT IDEOGRAPH-1723F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17240,
        name: "TANGUT IDEOGRAPH-17240",
    },
    Character {
        age: "9.0",
        codepoint: 0x17241,
        name: "TANGUT IDEOGRAPH-17241",
    },
    Character {
        age: "9.0",
        codepoint: 0x17242,
        name: "TANGUT IDEOGRAPH-17242",
    },
    Character {
        age: "9.0",
        codepoint: 0x17243,
        name: "TANGUT IDEOGRAPH-17243",
    },
    Character {
        age: "9.0",
        codepoint: 0x17244,
        name: "TANGUT IDEOGRAPH-17244",
    },
    Character {
        age: "9.0",
        codepoint: 0x17245,
        name: "TANGUT IDEOGRAPH-17245",
    },
    Character {
        age: "9.0",
        codepoint: 0x17246,
        name: "TANGUT IDEOGRAPH-17246",
    },
    Character {
        age: "9.0",
        codepoint: 0x17247,
        name: "TANGUT IDEOGRAPH-17247",
    },
    Character {
        age: "9.0",
        codepoint: 0x17248,
        name: "TANGUT IDEOGRAPH-17248",
    },
    Character {
        age: "9.0",
        codepoint: 0x17249,
        name: "TANGUT IDEOGRAPH-17249",
    },
    Character {
        age: "9.0",
        codepoint: 0x1724A,
        name: "TANGUT IDEOGRAPH-1724A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1724B,
        name: "TANGUT IDEOGRAPH-1724B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1724C,
        name: "TANGUT IDEOGRAPH-1724C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1724D,
        name: "TANGUT IDEOGRAPH-1724D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1724E,
        name: "TANGUT IDEOGRAPH-1724E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1724F,
        name: "TANGUT IDEOGRAPH-1724F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17250,
        name: "TANGUT IDEOGRAPH-17250",
    },
    Character {
        age: "9.0",
        codepoint: 0x17251,
        name: "TANGUT IDEOGRAPH-17251",
    },
    Character {
        age: "9.0",
        codepoint: 0x17252,
        name: "TANGUT IDEOGRAPH-17252",
    },
    Character {
        age: "9.0",
        codepoint: 0x17253,
        name: "TANGUT IDEOGRAPH-17253",
    },
    Character {
        age: "9.0",
        codepoint: 0x17254,
        name: "TANGUT IDEOGRAPH-17254",
    },
    Character {
        age: "9.0",
        codepoint: 0x17255,
        name: "TANGUT IDEOGRAPH-17255",
    },
    Character {
        age: "9.0",
        codepoint: 0x17256,
        name: "TANGUT IDEOGRAPH-17256",
    },
    Character {
        age: "9.0",
        codepoint: 0x17257,
        name: "TANGUT IDEOGRAPH-17257",
    },
    Character {
        age: "9.0",
        codepoint: 0x17258,
        name: "TANGUT IDEOGRAPH-17258",
    },
    Character {
        age: "9.0",
        codepoint: 0x17259,
        name: "TANGUT IDEOGRAPH-17259",
    },
    Character {
        age: "9.0",
        codepoint: 0x1725A,
        name: "TANGUT IDEOGRAPH-1725A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1725B,
        name: "TANGUT IDEOGRAPH-1725B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1725C,
        name: "TANGUT IDEOGRAPH-1725C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1725D,
        name: "TANGUT IDEOGRAPH-1725D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1725E,
        name: "TANGUT IDEOGRAPH-1725E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1725F,
        name: "TANGUT IDEOGRAPH-1725F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17260,
        name: "TANGUT IDEOGRAPH-17260",
    },
    Character {
        age: "9.0",
        codepoint: 0x17261,
        name: "TANGUT IDEOGRAPH-17261",
    },
    Character {
        age: "9.0",
        codepoint: 0x17262,
        name: "TANGUT IDEOGRAPH-17262",
    },
    Character {
        age: "9.0",
        codepoint: 0x17263,
        name: "TANGUT IDEOGRAPH-17263",
    },
    Character {
        age: "9.0",
        codepoint: 0x17264,
        name: "TANGUT IDEOGRAPH-17264",
    },
    Character {
        age: "9.0",
        codepoint: 0x17265,
        name: "TANGUT IDEOGRAPH-17265",
    },
    Character {
        age: "9.0",
        codepoint: 0x17266,
        name: "TANGUT IDEOGRAPH-17266",
    },
    Character {
        age: "9.0",
        codepoint: 0x17267,
        name: "TANGUT IDEOGRAPH-17267",
    },
    Character {
        age: "9.0",
        codepoint: 0x17268,
        name: "TANGUT IDEOGRAPH-17268",
    },
    Character {
        age: "9.0",
        codepoint: 0x17269,
        name: "TANGUT IDEOGRAPH-17269",
    },
    Character {
        age: "9.0",
        codepoint: 0x1726A,
        name: "TANGUT IDEOGRAPH-1726A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1726B,
        name: "TANGUT IDEOGRAPH-1726B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1726C,
        name: "TANGUT IDEOGRAPH-1726C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1726D,
        name: "TANGUT IDEOGRAPH-1726D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1726E,
        name: "TANGUT IDEOGRAPH-1726E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1726F,
        name: "TANGUT IDEOGRAPH-1726F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17270,
        name: "TANGUT IDEOGRAPH-17270",
    },
    Character {
        age: "9.0",
        codepoint: 0x17271,
        name: "TANGUT IDEOGRAPH-17271",
    },
    Character {
        age: "9.0",
        codepoint: 0x17272,
        name: "TANGUT IDEOGRAPH-17272",
    },
    Character {
        age: "9.0",
        codepoint: 0x17273,
        name: "TANGUT IDEOGRAPH-17273",
    },
    Character {
        age: "9.0",
        codepoint: 0x17274,
        name: "TANGUT IDEOGRAPH-17274",
    },
    Character {
        age: "9.0",
        codepoint: 0x17275,
        name: "TANGUT IDEOGRAPH-17275",
    },
    Character {
        age: "9.0",
        codepoint: 0x17276,
        name: "TANGUT IDEOGRAPH-17276",
    },
    Character {
        age: "9.0",
        codepoint: 0x17277,
        name: "TANGUT IDEOGRAPH-17277",
    },
    Character {
        age: "9.0",
        codepoint: 0x17278,
        name: "TANGUT IDEOGRAPH-17278",
    },
    Character {
        age: "9.0",
        codepoint: 0x17279,
        name: "TANGUT IDEOGRAPH-17279",
    },
    Character {
        age: "9.0",
        codepoint: 0x1727A,
        name: "TANGUT IDEOGRAPH-1727A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1727B,
        name: "TANGUT IDEOGRAPH-1727B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1727C,
        name: "TANGUT IDEOGRAPH-1727C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1727D,
        name: "TANGUT IDEOGRAPH-1727D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1727E,
        name: "TANGUT IDEOGRAPH-1727E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1727F,
        name: "TANGUT IDEOGRAPH-1727F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17280,
        name: "TANGUT IDEOGRAPH-17280",
    },
    Character {
        age: "9.0",
        codepoint: 0x17281,
        name: "TANGUT IDEOGRAPH-17281",
    },
    Character {
        age: "9.0",
        codepoint: 0x17282,
        name: "TANGUT IDEOGRAPH-17282",
    },
    Character {
        age: "9.0",
        codepoint: 0x17283,
        name: "TANGUT IDEOGRAPH-17283",
    },
    Character {
        age: "9.0",
        codepoint: 0x17284,
        name: "TANGUT IDEOGRAPH-17284",
    },
    Character {
        age: "9.0",
        codepoint: 0x17285,
        name: "TANGUT IDEOGRAPH-17285",
    },
    Character {
        age: "9.0",
        codepoint: 0x17286,
        name: "TANGUT IDEOGRAPH-17286",
    },
    Character {
        age: "9.0",
        codepoint: 0x17287,
        name: "TANGUT IDEOGRAPH-17287",
    },
    Character {
        age: "9.0",
        codepoint: 0x17288,
        name: "TANGUT IDEOGRAPH-17288",
    },
    Character {
        age: "9.0",
        codepoint: 0x17289,
        name: "TANGUT IDEOGRAPH-17289",
    },
    Character {
        age: "9.0",
        codepoint: 0x1728A,
        name: "TANGUT IDEOGRAPH-1728A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1728B,
        name: "TANGUT IDEOGRAPH-1728B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1728C,
        name: "TANGUT IDEOGRAPH-1728C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1728D,
        name: "TANGUT IDEOGRAPH-1728D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1728E,
        name: "TANGUT IDEOGRAPH-1728E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1728F,
        name: "TANGUT IDEOGRAPH-1728F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17290,
        name: "TANGUT IDEOGRAPH-17290",
    },
    Character {
        age: "9.0",
        codepoint: 0x17291,
        name: "TANGUT IDEOGRAPH-17291",
    },
    Character {
        age: "9.0",
        codepoint: 0x17292,
        name: "TANGUT IDEOGRAPH-17292",
    },
    Character {
        age: "9.0",
        codepoint: 0x17293,
        name: "TANGUT IDEOGRAPH-17293",
    },
    Character {
        age: "9.0",
        codepoint: 0x17294,
        name: "TANGUT IDEOGRAPH-17294",
    },
    Character {
        age: "9.0",
        codepoint: 0x17295,
        name: "TANGUT IDEOGRAPH-17295",
    },
    Character {
        age: "9.0",
        codepoint: 0x17296,
        name: "TANGUT IDEOGRAPH-17296",
    },
    Character {
        age: "9.0",
        codepoint: 0x17297,
        name: "TANGUT IDEOGRAPH-17297",
    },
    Character {
        age: "9.0",
        codepoint: 0x17298,
        name: "TANGUT IDEOGRAPH-17298",
    },
    Character {
        age: "9.0",
        codepoint: 0x17299,
        name: "TANGUT IDEOGRAPH-17299",
    },
    Character {
        age: "9.0",
        codepoint: 0x1729A,
        name: "TANGUT IDEOGRAPH-1729A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1729B,
        name: "TANGUT IDEOGRAPH-1729B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1729C,
        name: "TANGUT IDEOGRAPH-1729C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1729D,
        name: "TANGUT IDEOGRAPH-1729D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1729E,
        name: "TANGUT IDEOGRAPH-1729E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1729F,
        name: "TANGUT IDEOGRAPH-1729F",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A0,
        name: "TANGUT IDEOGRAPH-172A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A1,
        name: "TANGUT IDEOGRAPH-172A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A2,
        name: "TANGUT IDEOGRAPH-172A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A3,
        name: "TANGUT IDEOGRAPH-172A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A4,
        name: "TANGUT IDEOGRAPH-172A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A5,
        name: "TANGUT IDEOGRAPH-172A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A6,
        name: "TANGUT IDEOGRAPH-172A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A7,
        name: "TANGUT IDEOGRAPH-172A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A8,
        name: "TANGUT IDEOGRAPH-172A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x172A9,
        name: "TANGUT IDEOGRAPH-172A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x172AA,
        name: "TANGUT IDEOGRAPH-172AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x172AB,
        name: "TANGUT IDEOGRAPH-172AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x172AC,
        name: "TANGUT IDEOGRAPH-172AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x172AD,
        name: "TANGUT IDEOGRAPH-172AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x172AE,
        name: "TANGUT IDEOGRAPH-172AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x172AF,
        name: "TANGUT IDEOGRAPH-172AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B0,
        name: "TANGUT IDEOGRAPH-172B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B1,
        name: "TANGUT IDEOGRAPH-172B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B2,
        name: "TANGUT IDEOGRAPH-172B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B3,
        name: "TANGUT IDEOGRAPH-172B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B4,
        name: "TANGUT IDEOGRAPH-172B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B5,
        name: "TANGUT IDEOGRAPH-172B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B6,
        name: "TANGUT IDEOGRAPH-172B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B7,
        name: "TANGUT IDEOGRAPH-172B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B8,
        name: "TANGUT IDEOGRAPH-172B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x172B9,
        name: "TANGUT IDEOGRAPH-172B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x172BA,
        name: "TANGUT IDEOGRAPH-172BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x172BB,
        name: "TANGUT IDEOGRAPH-172BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x172BC,
        name: "TANGUT IDEOGRAPH-172BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x172BD,
        name: "TANGUT IDEOGRAPH-172BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x172BE,
        name: "TANGUT IDEOGRAPH-172BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x172BF,
        name: "TANGUT IDEOGRAPH-172BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C0,
        name: "TANGUT IDEOGRAPH-172C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C1,
        name: "TANGUT IDEOGRAPH-172C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C2,
        name: "TANGUT IDEOGRAPH-172C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C3,
        name: "TANGUT IDEOGRAPH-172C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C4,
        name: "TANGUT IDEOGRAPH-172C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C5,
        name: "TANGUT IDEOGRAPH-172C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C6,
        name: "TANGUT IDEOGRAPH-172C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C7,
        name: "TANGUT IDEOGRAPH-172C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C8,
        name: "TANGUT IDEOGRAPH-172C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x172C9,
        name: "TANGUT IDEOGRAPH-172C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x172CA,
        name: "TANGUT IDEOGRAPH-172CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x172CB,
        name: "TANGUT IDEOGRAPH-172CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x172CC,
        name: "TANGUT IDEOGRAPH-172CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x172CD,
        name: "TANGUT IDEOGRAPH-172CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x172CE,
        name: "TANGUT IDEOGRAPH-172CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x172CF,
        name: "TANGUT IDEOGRAPH-172CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D0,
        name: "TANGUT IDEOGRAPH-172D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D1,
        name: "TANGUT IDEOGRAPH-172D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D2,
        name: "TANGUT IDEOGRAPH-172D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D3,
        name: "TANGUT IDEOGRAPH-172D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D4,
        name: "TANGUT IDEOGRAPH-172D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D5,
        name: "TANGUT IDEOGRAPH-172D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D6,
        name: "TANGUT IDEOGRAPH-172D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D7,
        name: "TANGUT IDEOGRAPH-172D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D8,
        name: "TANGUT IDEOGRAPH-172D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x172D9,
        name: "TANGUT IDEOGRAPH-172D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x172DA,
        name: "TANGUT IDEOGRAPH-172DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x172DB,
        name: "TANGUT IDEOGRAPH-172DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x172DC,
        name: "TANGUT IDEOGRAPH-172DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x172DD,
        name: "TANGUT IDEOGRAPH-172DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x172DE,
        name: "TANGUT IDEOGRAPH-172DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x172DF,
        name: "TANGUT IDEOGRAPH-172DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E0,
        name: "TANGUT IDEOGRAPH-172E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E1,
        name: "TANGUT IDEOGRAPH-172E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E2,
        name: "TANGUT IDEOGRAPH-172E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E3,
        name: "TANGUT IDEOGRAPH-172E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E4,
        name: "TANGUT IDEOGRAPH-172E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E5,
        name: "TANGUT IDEOGRAPH-172E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E6,
        name: "TANGUT IDEOGRAPH-172E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E7,
        name: "TANGUT IDEOGRAPH-172E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E8,
        name: "TANGUT IDEOGRAPH-172E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x172E9,
        name: "TANGUT IDEOGRAPH-172E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x172EA,
        name: "TANGUT IDEOGRAPH-172EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x172EB,
        name: "TANGUT IDEOGRAPH-172EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x172EC,
        name: "TANGUT IDEOGRAPH-172EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x172ED,
        name: "TANGUT IDEOGRAPH-172ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x172EE,
        name: "TANGUT IDEOGRAPH-172EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x172EF,
        name: "TANGUT IDEOGRAPH-172EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F0,
        name: "TANGUT IDEOGRAPH-172F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F1,
        name: "TANGUT IDEOGRAPH-172F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F2,
        name: "TANGUT IDEOGRAPH-172F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F3,
        name: "TANGUT IDEOGRAPH-172F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F4,
        name: "TANGUT IDEOGRAPH-172F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F5,
        name: "TANGUT IDEOGRAPH-172F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F6,
        name: "TANGUT IDEOGRAPH-172F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F7,
        name: "TANGUT IDEOGRAPH-172F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F8,
        name: "TANGUT IDEOGRAPH-172F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x172F9,
        name: "TANGUT IDEOGRAPH-172F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x172FA,
        name: "TANGUT IDEOGRAPH-172FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x172FB,
        name: "TANGUT IDEOGRAPH-172FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x172FC,
        name: "TANGUT IDEOGRAPH-172FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x172FD,
        name: "TANGUT IDEOGRAPH-172FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x172FE,
        name: "TANGUT IDEOGRAPH-172FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x172FF,
        name: "TANGUT IDEOGRAPH-172FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17300,
        name: "TANGUT IDEOGRAPH-17300",
    },
    Character {
        age: "9.0",
        codepoint: 0x17301,
        name: "TANGUT IDEOGRAPH-17301",
    },
    Character {
        age: "9.0",
        codepoint: 0x17302,
        name: "TANGUT IDEOGRAPH-17302",
    },
    Character {
        age: "9.0",
        codepoint: 0x17303,
        name: "TANGUT IDEOGRAPH-17303",
    },
    Character {
        age: "9.0",
        codepoint: 0x17304,
        name: "TANGUT IDEOGRAPH-17304",
    },
    Character {
        age: "9.0",
        codepoint: 0x17305,
        name: "TANGUT IDEOGRAPH-17305",
    },
    Character {
        age: "9.0",
        codepoint: 0x17306,
        name: "TANGUT IDEOGRAPH-17306",
    },
    Character {
        age: "9.0",
        codepoint: 0x17307,
        name: "TANGUT IDEOGRAPH-17307",
    },
    Character {
        age: "9.0",
        codepoint: 0x17308,
        name: "TANGUT IDEOGRAPH-17308",
    },
    Character {
        age: "9.0",
        codepoint: 0x17309,
        name: "TANGUT IDEOGRAPH-17309",
    },
    Character {
        age: "9.0",
        codepoint: 0x1730A,
        name: "TANGUT IDEOGRAPH-1730A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1730B,
        name: "TANGUT IDEOGRAPH-1730B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1730C,
        name: "TANGUT IDEOGRAPH-1730C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1730D,
        name: "TANGUT IDEOGRAPH-1730D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1730E,
        name: "TANGUT IDEOGRAPH-1730E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1730F,
        name: "TANGUT IDEOGRAPH-1730F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17310,
        name: "TANGUT IDEOGRAPH-17310",
    },
    Character {
        age: "9.0",
        codepoint: 0x17311,
        name: "TANGUT IDEOGRAPH-17311",
    },
    Character {
        age: "9.0",
        codepoint: 0x17312,
        name: "TANGUT IDEOGRAPH-17312",
    },
    Character {
        age: "9.0",
        codepoint: 0x17313,
        name: "TANGUT IDEOGRAPH-17313",
    },
    Character {
        age: "9.0",
        codepoint: 0x17314,
        name: "TANGUT IDEOGRAPH-17314",
    },
    Character {
        age: "9.0",
        codepoint: 0x17315,
        name: "TANGUT IDEOGRAPH-17315",
    },
    Character {
        age: "9.0",
        codepoint: 0x17316,
        name: "TANGUT IDEOGRAPH-17316",
    },
    Character {
        age: "9.0",
        codepoint: 0x17317,
        name: "TANGUT IDEOGRAPH-17317",
    },
    Character {
        age: "9.0",
        codepoint: 0x17318,
        name: "TANGUT IDEOGRAPH-17318",
    },
    Character {
        age: "9.0",
        codepoint: 0x17319,
        name: "TANGUT IDEOGRAPH-17319",
    },
    Character {
        age: "9.0",
        codepoint: 0x1731A,
        name: "TANGUT IDEOGRAPH-1731A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1731B,
        name: "TANGUT IDEOGRAPH-1731B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1731C,
        name: "TANGUT IDEOGRAPH-1731C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1731D,
        name: "TANGUT IDEOGRAPH-1731D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1731E,
        name: "TANGUT IDEOGRAPH-1731E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1731F,
        name: "TANGUT IDEOGRAPH-1731F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17320,
        name: "TANGUT IDEOGRAPH-17320",
    },
    Character {
        age: "9.0",
        codepoint: 0x17321,
        name: "TANGUT IDEOGRAPH-17321",
    },
    Character {
        age: "9.0",
        codepoint: 0x17322,
        name: "TANGUT IDEOGRAPH-17322",
    },
    Character {
        age: "9.0",
        codepoint: 0x17323,
        name: "TANGUT IDEOGRAPH-17323",
    },
    Character {
        age: "9.0",
        codepoint: 0x17324,
        name: "TANGUT IDEOGRAPH-17324",
    },
    Character {
        age: "9.0",
        codepoint: 0x17325,
        name: "TANGUT IDEOGRAPH-17325",
    },
    Character {
        age: "9.0",
        codepoint: 0x17326,
        name: "TANGUT IDEOGRAPH-17326",
    },
    Character {
        age: "9.0",
        codepoint: 0x17327,
        name: "TANGUT IDEOGRAPH-17327",
    },
    Character {
        age: "9.0",
        codepoint: 0x17328,
        name: "TANGUT IDEOGRAPH-17328",
    },
    Character {
        age: "9.0",
        codepoint: 0x17329,
        name: "TANGUT IDEOGRAPH-17329",
    },
    Character {
        age: "9.0",
        codepoint: 0x1732A,
        name: "TANGUT IDEOGRAPH-1732A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1732B,
        name: "TANGUT IDEOGRAPH-1732B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1732C,
        name: "TANGUT IDEOGRAPH-1732C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1732D,
        name: "TANGUT IDEOGRAPH-1732D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1732E,
        name: "TANGUT IDEOGRAPH-1732E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1732F,
        name: "TANGUT IDEOGRAPH-1732F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17330,
        name: "TANGUT IDEOGRAPH-17330",
    },
    Character {
        age: "9.0",
        codepoint: 0x17331,
        name: "TANGUT IDEOGRAPH-17331",
    },
    Character {
        age: "9.0",
        codepoint: 0x17332,
        name: "TANGUT IDEOGRAPH-17332",
    },
    Character {
        age: "9.0",
        codepoint: 0x17333,
        name: "TANGUT IDEOGRAPH-17333",
    },
    Character {
        age: "9.0",
        codepoint: 0x17334,
        name: "TANGUT IDEOGRAPH-17334",
    },
    Character {
        age: "9.0",
        codepoint: 0x17335,
        name: "TANGUT IDEOGRAPH-17335",
    },
    Character {
        age: "9.0",
        codepoint: 0x17336,
        name: "TANGUT IDEOGRAPH-17336",
    },
    Character {
        age: "9.0",
        codepoint: 0x17337,
        name: "TANGUT IDEOGRAPH-17337",
    },
    Character {
        age: "9.0",
        codepoint: 0x17338,
        name: "TANGUT IDEOGRAPH-17338",
    },
    Character {
        age: "9.0",
        codepoint: 0x17339,
        name: "TANGUT IDEOGRAPH-17339",
    },
    Character {
        age: "9.0",
        codepoint: 0x1733A,
        name: "TANGUT IDEOGRAPH-1733A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1733B,
        name: "TANGUT IDEOGRAPH-1733B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1733C,
        name: "TANGUT IDEOGRAPH-1733C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1733D,
        name: "TANGUT IDEOGRAPH-1733D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1733E,
        name: "TANGUT IDEOGRAPH-1733E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1733F,
        name: "TANGUT IDEOGRAPH-1733F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17340,
        name: "TANGUT IDEOGRAPH-17340",
    },
    Character {
        age: "9.0",
        codepoint: 0x17341,
        name: "TANGUT IDEOGRAPH-17341",
    },
    Character {
        age: "9.0",
        codepoint: 0x17342,
        name: "TANGUT IDEOGRAPH-17342",
    },
    Character {
        age: "9.0",
        codepoint: 0x17343,
        name: "TANGUT IDEOGRAPH-17343",
    },
    Character {
        age: "9.0",
        codepoint: 0x17344,
        name: "TANGUT IDEOGRAPH-17344",
    },
    Character {
        age: "9.0",
        codepoint: 0x17345,
        name: "TANGUT IDEOGRAPH-17345",
    },
    Character {
        age: "9.0",
        codepoint: 0x17346,
        name: "TANGUT IDEOGRAPH-17346",
    },
    Character {
        age: "9.0",
        codepoint: 0x17347,
        name: "TANGUT IDEOGRAPH-17347",
    },
    Character {
        age: "9.0",
        codepoint: 0x17348,
        name: "TANGUT IDEOGRAPH-17348",
    },
    Character {
        age: "9.0",
        codepoint: 0x17349,
        name: "TANGUT IDEOGRAPH-17349",
    },
    Character {
        age: "9.0",
        codepoint: 0x1734A,
        name: "TANGUT IDEOGRAPH-1734A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1734B,
        name: "TANGUT IDEOGRAPH-1734B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1734C,
        name: "TANGUT IDEOGRAPH-1734C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1734D,
        name: "TANGUT IDEOGRAPH-1734D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1734E,
        name: "TANGUT IDEOGRAPH-1734E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1734F,
        name: "TANGUT IDEOGRAPH-1734F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17350,
        name: "TANGUT IDEOGRAPH-17350",
    },
    Character {
        age: "9.0",
        codepoint: 0x17351,
        name: "TANGUT IDEOGRAPH-17351",
    },
    Character {
        age: "9.0",
        codepoint: 0x17352,
        name: "TANGUT IDEOGRAPH-17352",
    },
    Character {
        age: "9.0",
        codepoint: 0x17353,
        name: "TANGUT IDEOGRAPH-17353",
    },
    Character {
        age: "9.0",
        codepoint: 0x17354,
        name: "TANGUT IDEOGRAPH-17354",
    },
    Character {
        age: "9.0",
        codepoint: 0x17355,
        name: "TANGUT IDEOGRAPH-17355",
    },
    Character {
        age: "9.0",
        codepoint: 0x17356,
        name: "TANGUT IDEOGRAPH-17356",
    },
    Character {
        age: "9.0",
        codepoint: 0x17357,
        name: "TANGUT IDEOGRAPH-17357",
    },
    Character {
        age: "9.0",
        codepoint: 0x17358,
        name: "TANGUT IDEOGRAPH-17358",
    },
    Character {
        age: "9.0",
        codepoint: 0x17359,
        name: "TANGUT IDEOGRAPH-17359",
    },
    Character {
        age: "9.0",
        codepoint: 0x1735A,
        name: "TANGUT IDEOGRAPH-1735A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1735B,
        name: "TANGUT IDEOGRAPH-1735B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1735C,
        name: "TANGUT IDEOGRAPH-1735C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1735D,
        name: "TANGUT IDEOGRAPH-1735D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1735E,
        name: "TANGUT IDEOGRAPH-1735E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1735F,
        name: "TANGUT IDEOGRAPH-1735F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17360,
        name: "TANGUT IDEOGRAPH-17360",
    },
    Character {
        age: "9.0",
        codepoint: 0x17361,
        name: "TANGUT IDEOGRAPH-17361",
    },
    Character {
        age: "9.0",
        codepoint: 0x17362,
        name: "TANGUT IDEOGRAPH-17362",
    },
    Character {
        age: "9.0",
        codepoint: 0x17363,
        name: "TANGUT IDEOGRAPH-17363",
    },
    Character {
        age: "9.0",
        codepoint: 0x17364,
        name: "TANGUT IDEOGRAPH-17364",
    },
    Character {
        age: "9.0",
        codepoint: 0x17365,
        name: "TANGUT IDEOGRAPH-17365",
    },
    Character {
        age: "9.0",
        codepoint: 0x17366,
        name: "TANGUT IDEOGRAPH-17366",
    },
    Character {
        age: "9.0",
        codepoint: 0x17367,
        name: "TANGUT IDEOGRAPH-17367",
    },
    Character {
        age: "9.0",
        codepoint: 0x17368,
        name: "TANGUT IDEOGRAPH-17368",
    },
    Character {
        age: "9.0",
        codepoint: 0x17369,
        name: "TANGUT IDEOGRAPH-17369",
    },
    Character {
        age: "9.0",
        codepoint: 0x1736A,
        name: "TANGUT IDEOGRAPH-1736A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1736B,
        name: "TANGUT IDEOGRAPH-1736B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1736C,
        name: "TANGUT IDEOGRAPH-1736C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1736D,
        name: "TANGUT IDEOGRAPH-1736D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1736E,
        name: "TANGUT IDEOGRAPH-1736E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1736F,
        name: "TANGUT IDEOGRAPH-1736F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17370,
        name: "TANGUT IDEOGRAPH-17370",
    },
    Character {
        age: "9.0",
        codepoint: 0x17371,
        name: "TANGUT IDEOGRAPH-17371",
    },
    Character {
        age: "9.0",
        codepoint: 0x17372,
        name: "TANGUT IDEOGRAPH-17372",
    },
    Character {
        age: "9.0",
        codepoint: 0x17373,
        name: "TANGUT IDEOGRAPH-17373",
    },
    Character {
        age: "9.0",
        codepoint: 0x17374,
        name: "TANGUT IDEOGRAPH-17374",
    },
    Character {
        age: "9.0",
        codepoint: 0x17375,
        name: "TANGUT IDEOGRAPH-17375",
    },
    Character {
        age: "9.0",
        codepoint: 0x17376,
        name: "TANGUT IDEOGRAPH-17376",
    },
    Character {
        age: "9.0",
        codepoint: 0x17377,
        name: "TANGUT IDEOGRAPH-17377",
    },
    Character {
        age: "9.0",
        codepoint: 0x17378,
        name: "TANGUT IDEOGRAPH-17378",
    },
    Character {
        age: "9.0",
        codepoint: 0x17379,
        name: "TANGUT IDEOGRAPH-17379",
    },
    Character {
        age: "9.0",
        codepoint: 0x1737A,
        name: "TANGUT IDEOGRAPH-1737A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1737B,
        name: "TANGUT IDEOGRAPH-1737B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1737C,
        name: "TANGUT IDEOGRAPH-1737C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1737D,
        name: "TANGUT IDEOGRAPH-1737D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1737E,
        name: "TANGUT IDEOGRAPH-1737E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1737F,
        name: "TANGUT IDEOGRAPH-1737F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17380,
        name: "TANGUT IDEOGRAPH-17380",
    },
    Character {
        age: "9.0",
        codepoint: 0x17381,
        name: "TANGUT IDEOGRAPH-17381",
    },
    Character {
        age: "9.0",
        codepoint: 0x17382,
        name: "TANGUT IDEOGRAPH-17382",
    },
    Character {
        age: "9.0",
        codepoint: 0x17383,
        name: "TANGUT IDEOGRAPH-17383",
    },
    Character {
        age: "9.0",
        codepoint: 0x17384,
        name: "TANGUT IDEOGRAPH-17384",
    },
    Character {
        age: "9.0",
        codepoint: 0x17385,
        name: "TANGUT IDEOGRAPH-17385",
    },
    Character {
        age: "9.0",
        codepoint: 0x17386,
        name: "TANGUT IDEOGRAPH-17386",
    },
    Character {
        age: "9.0",
        codepoint: 0x17387,
        name: "TANGUT IDEOGRAPH-17387",
    },
    Character {
        age: "9.0",
        codepoint: 0x17388,
        name: "TANGUT IDEOGRAPH-17388",
    },
    Character {
        age: "9.0",
        codepoint: 0x17389,
        name: "TANGUT IDEOGRAPH-17389",
    },
    Character {
        age: "9.0",
        codepoint: 0x1738A,
        name: "TANGUT IDEOGRAPH-1738A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1738B,
        name: "TANGUT IDEOGRAPH-1738B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1738C,
        name: "TANGUT IDEOGRAPH-1738C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1738D,
        name: "TANGUT IDEOGRAPH-1738D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1738E,
        name: "TANGUT IDEOGRAPH-1738E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1738F,
        name: "TANGUT IDEOGRAPH-1738F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17390,
        name: "TANGUT IDEOGRAPH-17390",
    },
    Character {
        age: "9.0",
        codepoint: 0x17391,
        name: "TANGUT IDEOGRAPH-17391",
    },
    Character {
        age: "9.0",
        codepoint: 0x17392,
        name: "TANGUT IDEOGRAPH-17392",
    },
    Character {
        age: "9.0",
        codepoint: 0x17393,
        name: "TANGUT IDEOGRAPH-17393",
    },
    Character {
        age: "9.0",
        codepoint: 0x17394,
        name: "TANGUT IDEOGRAPH-17394",
    },
    Character {
        age: "9.0",
        codepoint: 0x17395,
        name: "TANGUT IDEOGRAPH-17395",
    },
    Character {
        age: "9.0",
        codepoint: 0x17396,
        name: "TANGUT IDEOGRAPH-17396",
    },
    Character {
        age: "9.0",
        codepoint: 0x17397,
        name: "TANGUT IDEOGRAPH-17397",
    },
    Character {
        age: "9.0",
        codepoint: 0x17398,
        name: "TANGUT IDEOGRAPH-17398",
    },
    Character {
        age: "9.0",
        codepoint: 0x17399,
        name: "TANGUT IDEOGRAPH-17399",
    },
    Character {
        age: "9.0",
        codepoint: 0x1739A,
        name: "TANGUT IDEOGRAPH-1739A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1739B,
        name: "TANGUT IDEOGRAPH-1739B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1739C,
        name: "TANGUT IDEOGRAPH-1739C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1739D,
        name: "TANGUT IDEOGRAPH-1739D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1739E,
        name: "TANGUT IDEOGRAPH-1739E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1739F,
        name: "TANGUT IDEOGRAPH-1739F",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A0,
        name: "TANGUT IDEOGRAPH-173A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A1,
        name: "TANGUT IDEOGRAPH-173A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A2,
        name: "TANGUT IDEOGRAPH-173A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A3,
        name: "TANGUT IDEOGRAPH-173A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A4,
        name: "TANGUT IDEOGRAPH-173A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A5,
        name: "TANGUT IDEOGRAPH-173A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A6,
        name: "TANGUT IDEOGRAPH-173A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A7,
        name: "TANGUT IDEOGRAPH-173A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A8,
        name: "TANGUT IDEOGRAPH-173A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x173A9,
        name: "TANGUT IDEOGRAPH-173A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x173AA,
        name: "TANGUT IDEOGRAPH-173AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x173AB,
        name: "TANGUT IDEOGRAPH-173AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x173AC,
        name: "TANGUT IDEOGRAPH-173AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x173AD,
        name: "TANGUT IDEOGRAPH-173AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x173AE,
        name: "TANGUT IDEOGRAPH-173AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x173AF,
        name: "TANGUT IDEOGRAPH-173AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B0,
        name: "TANGUT IDEOGRAPH-173B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B1,
        name: "TANGUT IDEOGRAPH-173B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B2,
        name: "TANGUT IDEOGRAPH-173B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B3,
        name: "TANGUT IDEOGRAPH-173B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B4,
        name: "TANGUT IDEOGRAPH-173B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B5,
        name: "TANGUT IDEOGRAPH-173B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B6,
        name: "TANGUT IDEOGRAPH-173B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B7,
        name: "TANGUT IDEOGRAPH-173B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B8,
        name: "TANGUT IDEOGRAPH-173B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x173B9,
        name: "TANGUT IDEOGRAPH-173B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x173BA,
        name: "TANGUT IDEOGRAPH-173BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x173BB,
        name: "TANGUT IDEOGRAPH-173BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x173BC,
        name: "TANGUT IDEOGRAPH-173BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x173BD,
        name: "TANGUT IDEOGRAPH-173BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x173BE,
        name: "TANGUT IDEOGRAPH-173BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x173BF,
        name: "TANGUT IDEOGRAPH-173BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C0,
        name: "TANGUT IDEOGRAPH-173C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C1,
        name: "TANGUT IDEOGRAPH-173C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C2,
        name: "TANGUT IDEOGRAPH-173C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C3,
        name: "TANGUT IDEOGRAPH-173C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C4,
        name: "TANGUT IDEOGRAPH-173C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C5,
        name: "TANGUT IDEOGRAPH-173C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C6,
        name: "TANGUT IDEOGRAPH-173C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C7,
        name: "TANGUT IDEOGRAPH-173C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C8,
        name: "TANGUT IDEOGRAPH-173C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x173C9,
        name: "TANGUT IDEOGRAPH-173C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x173CA,
        name: "TANGUT IDEOGRAPH-173CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x173CB,
        name: "TANGUT IDEOGRAPH-173CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x173CC,
        name: "TANGUT IDEOGRAPH-173CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x173CD,
        name: "TANGUT IDEOGRAPH-173CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x173CE,
        name: "TANGUT IDEOGRAPH-173CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x173CF,
        name: "TANGUT IDEOGRAPH-173CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D0,
        name: "TANGUT IDEOGRAPH-173D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D1,
        name: "TANGUT IDEOGRAPH-173D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D2,
        name: "TANGUT IDEOGRAPH-173D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D3,
        name: "TANGUT IDEOGRAPH-173D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D4,
        name: "TANGUT IDEOGRAPH-173D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D5,
        name: "TANGUT IDEOGRAPH-173D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D6,
        name: "TANGUT IDEOGRAPH-173D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D7,
        name: "TANGUT IDEOGRAPH-173D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D8,
        name: "TANGUT IDEOGRAPH-173D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x173D9,
        name: "TANGUT IDEOGRAPH-173D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x173DA,
        name: "TANGUT IDEOGRAPH-173DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x173DB,
        name: "TANGUT IDEOGRAPH-173DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x173DC,
        name: "TANGUT IDEOGRAPH-173DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x173DD,
        name: "TANGUT IDEOGRAPH-173DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x173DE,
        name: "TANGUT IDEOGRAPH-173DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x173DF,
        name: "TANGUT IDEOGRAPH-173DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E0,
        name: "TANGUT IDEOGRAPH-173E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E1,
        name: "TANGUT IDEOGRAPH-173E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E2,
        name: "TANGUT IDEOGRAPH-173E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E3,
        name: "TANGUT IDEOGRAPH-173E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E4,
        name: "TANGUT IDEOGRAPH-173E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E5,
        name: "TANGUT IDEOGRAPH-173E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E6,
        name: "TANGUT IDEOGRAPH-173E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E7,
        name: "TANGUT IDEOGRAPH-173E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E8,
        name: "TANGUT IDEOGRAPH-173E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x173E9,
        name: "TANGUT IDEOGRAPH-173E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x173EA,
        name: "TANGUT IDEOGRAPH-173EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x173EB,
        name: "TANGUT IDEOGRAPH-173EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x173EC,
        name: "TANGUT IDEOGRAPH-173EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x173ED,
        name: "TANGUT IDEOGRAPH-173ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x173EE,
        name: "TANGUT IDEOGRAPH-173EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x173EF,
        name: "TANGUT IDEOGRAPH-173EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F0,
        name: "TANGUT IDEOGRAPH-173F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F1,
        name: "TANGUT IDEOGRAPH-173F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F2,
        name: "TANGUT IDEOGRAPH-173F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F3,
        name: "TANGUT IDEOGRAPH-173F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F4,
        name: "TANGUT IDEOGRAPH-173F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F5,
        name: "TANGUT IDEOGRAPH-173F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F6,
        name: "TANGUT IDEOGRAPH-173F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F7,
        name: "TANGUT IDEOGRAPH-173F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F8,
        name: "TANGUT IDEOGRAPH-173F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x173F9,
        name: "TANGUT IDEOGRAPH-173F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x173FA,
        name: "TANGUT IDEOGRAPH-173FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x173FB,
        name: "TANGUT IDEOGRAPH-173FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x173FC,
        name: "TANGUT IDEOGRAPH-173FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x173FD,
        name: "TANGUT IDEOGRAPH-173FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x173FE,
        name: "TANGUT IDEOGRAPH-173FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x173FF,
        name: "TANGUT IDEOGRAPH-173FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17400,
        name: "TANGUT IDEOGRAPH-17400",
    },
    Character {
        age: "9.0",
        codepoint: 0x17401,
        name: "TANGUT IDEOGRAPH-17401",
    },
    Character {
        age: "9.0",
        codepoint: 0x17402,
        name: "TANGUT IDEOGRAPH-17402",
    },
    Character {
        age: "9.0",
        codepoint: 0x17403,
        name: "TANGUT IDEOGRAPH-17403",
    },
    Character {
        age: "9.0",
        codepoint: 0x17404,
        name: "TANGUT IDEOGRAPH-17404",
    },
    Character {
        age: "9.0",
        codepoint: 0x17405,
        name: "TANGUT IDEOGRAPH-17405",
    },
    Character {
        age: "9.0",
        codepoint: 0x17406,
        name: "TANGUT IDEOGRAPH-17406",
    },
    Character {
        age: "9.0",
        codepoint: 0x17407,
        name: "TANGUT IDEOGRAPH-17407",
    },
    Character {
        age: "9.0",
        codepoint: 0x17408,
        name: "TANGUT IDEOGRAPH-17408",
    },
    Character {
        age: "9.0",
        codepoint: 0x17409,
        name: "TANGUT IDEOGRAPH-17409",
    },
    Character {
        age: "9.0",
        codepoint: 0x1740A,
        name: "TANGUT IDEOGRAPH-1740A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1740B,
        name: "TANGUT IDEOGRAPH-1740B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1740C,
        name: "TANGUT IDEOGRAPH-1740C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1740D,
        name: "TANGUT IDEOGRAPH-1740D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1740E,
        name: "TANGUT IDEOGRAPH-1740E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1740F,
        name: "TANGUT IDEOGRAPH-1740F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17410,
        name: "TANGUT IDEOGRAPH-17410",
    },
    Character {
        age: "9.0",
        codepoint: 0x17411,
        name: "TANGUT IDEOGRAPH-17411",
    },
    Character {
        age: "9.0",
        codepoint: 0x17412,
        name: "TANGUT IDEOGRAPH-17412",
    },
    Character {
        age: "9.0",
        codepoint: 0x17413,
        name: "TANGUT IDEOGRAPH-17413",
    },
    Character {
        age: "9.0",
        codepoint: 0x17414,
        name: "TANGUT IDEOGRAPH-17414",
    },
    Character {
        age: "9.0",
        codepoint: 0x17415,
        name: "TANGUT IDEOGRAPH-17415",
    },
    Character {
        age: "9.0",
        codepoint: 0x17416,
        name: "TANGUT IDEOGRAPH-17416",
    },
    Character {
        age: "9.0",
        codepoint: 0x17417,
        name: "TANGUT IDEOGRAPH-17417",
    },
    Character {
        age: "9.0",
        codepoint: 0x17418,
        name: "TANGUT IDEOGRAPH-17418",
    },
    Character {
        age: "9.0",
        codepoint: 0x17419,
        name: "TANGUT IDEOGRAPH-17419",
    },
    Character {
        age: "9.0",
        codepoint: 0x1741A,
        name: "TANGUT IDEOGRAPH-1741A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1741B,
        name: "TANGUT IDEOGRAPH-1741B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1741C,
        name: "TANGUT IDEOGRAPH-1741C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1741D,
        name: "TANGUT IDEOGRAPH-1741D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1741E,
        name: "TANGUT IDEOGRAPH-1741E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1741F,
        name: "TANGUT IDEOGRAPH-1741F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17420,
        name: "TANGUT IDEOGRAPH-17420",
    },
    Character {
        age: "9.0",
        codepoint: 0x17421,
        name: "TANGUT IDEOGRAPH-17421",
    },
    Character {
        age: "9.0",
        codepoint: 0x17422,
        name: "TANGUT IDEOGRAPH-17422",
    },
    Character {
        age: "9.0",
        codepoint: 0x17423,
        name: "TANGUT IDEOGRAPH-17423",
    },
    Character {
        age: "9.0",
        codepoint: 0x17424,
        name: "TANGUT IDEOGRAPH-17424",
    },
    Character {
        age: "9.0",
        codepoint: 0x17425,
        name: "TANGUT IDEOGRAPH-17425",
    },
    Character {
        age: "9.0",
        codepoint: 0x17426,
        name: "TANGUT IDEOGRAPH-17426",
    },
    Character {
        age: "9.0",
        codepoint: 0x17427,
        name: "TANGUT IDEOGRAPH-17427",
    },
    Character {
        age: "9.0",
        codepoint: 0x17428,
        name: "TANGUT IDEOGRAPH-17428",
    },
    Character {
        age: "9.0",
        codepoint: 0x17429,
        name: "TANGUT IDEOGRAPH-17429",
    },
    Character {
        age: "9.0",
        codepoint: 0x1742A,
        name: "TANGUT IDEOGRAPH-1742A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1742B,
        name: "TANGUT IDEOGRAPH-1742B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1742C,
        name: "TANGUT IDEOGRAPH-1742C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1742D,
        name: "TANGUT IDEOGRAPH-1742D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1742E,
        name: "TANGUT IDEOGRAPH-1742E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1742F,
        name: "TANGUT IDEOGRAPH-1742F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17430,
        name: "TANGUT IDEOGRAPH-17430",
    },
    Character {
        age: "9.0",
        codepoint: 0x17431,
        name: "TANGUT IDEOGRAPH-17431",
    },
    Character {
        age: "9.0",
        codepoint: 0x17432,
        name: "TANGUT IDEOGRAPH-17432",
    },
    Character {
        age: "9.0",
        codepoint: 0x17433,
        name: "TANGUT IDEOGRAPH-17433",
    },
    Character {
        age: "9.0",
        codepoint: 0x17434,
        name: "TANGUT IDEOGRAPH-17434",
    },
    Character {
        age: "9.0",
        codepoint: 0x17435,
        name: "TANGUT IDEOGRAPH-17435",
    },
    Character {
        age: "9.0",
        codepoint: 0x17436,
        name: "TANGUT IDEOGRAPH-17436",
    },
    Character {
        age: "9.0",
        codepoint: 0x17437,
        name: "TANGUT IDEOGRAPH-17437",
    },
    Character {
        age: "9.0",
        codepoint: 0x17438,
        name: "TANGUT IDEOGRAPH-17438",
    },
    Character {
        age: "9.0",
        codepoint: 0x17439,
        name: "TANGUT IDEOGRAPH-17439",
    },
    Character {
        age: "9.0",
        codepoint: 0x1743A,
        name: "TANGUT IDEOGRAPH-1743A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1743B,
        name: "TANGUT IDEOGRAPH-1743B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1743C,
        name: "TANGUT IDEOGRAPH-1743C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1743D,
        name: "TANGUT IDEOGRAPH-1743D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1743E,
        name: "TANGUT IDEOGRAPH-1743E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1743F,
        name: "TANGUT IDEOGRAPH-1743F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17440,
        name: "TANGUT IDEOGRAPH-17440",
    },
    Character {
        age: "9.0",
        codepoint: 0x17441,
        name: "TANGUT IDEOGRAPH-17441",
    },
    Character {
        age: "9.0",
        codepoint: 0x17442,
        name: "TANGUT IDEOGRAPH-17442",
    },
    Character {
        age: "9.0",
        codepoint: 0x17443,
        name: "TANGUT IDEOGRAPH-17443",
    },
    Character {
        age: "9.0",
        codepoint: 0x17444,
        name: "TANGUT IDEOGRAPH-17444",
    },
    Character {
        age: "9.0",
        codepoint: 0x17445,
        name: "TANGUT IDEOGRAPH-17445",
    },
    Character {
        age: "9.0",
        codepoint: 0x17446,
        name: "TANGUT IDEOGRAPH-17446",
    },
    Character {
        age: "9.0",
        codepoint: 0x17447,
        name: "TANGUT IDEOGRAPH-17447",
    },
    Character {
        age: "9.0",
        codepoint: 0x17448,
        name: "TANGUT IDEOGRAPH-17448",
    },
    Character {
        age: "9.0",
        codepoint: 0x17449,
        name: "TANGUT IDEOGRAPH-17449",
    },
    Character {
        age: "9.0",
        codepoint: 0x1744A,
        name: "TANGUT IDEOGRAPH-1744A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1744B,
        name: "TANGUT IDEOGRAPH-1744B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1744C,
        name: "TANGUT IDEOGRAPH-1744C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1744D,
        name: "TANGUT IDEOGRAPH-1744D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1744E,
        name: "TANGUT IDEOGRAPH-1744E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1744F,
        name: "TANGUT IDEOGRAPH-1744F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17450,
        name: "TANGUT IDEOGRAPH-17450",
    },
    Character {
        age: "9.0",
        codepoint: 0x17451,
        name: "TANGUT IDEOGRAPH-17451",
    },
    Character {
        age: "9.0",
        codepoint: 0x17452,
        name: "TANGUT IDEOGRAPH-17452",
    },
    Character {
        age: "9.0",
        codepoint: 0x17453,
        name: "TANGUT IDEOGRAPH-17453",
    },
    Character {
        age: "9.0",
        codepoint: 0x17454,
        name: "TANGUT IDEOGRAPH-17454",
    },
    Character {
        age: "9.0",
        codepoint: 0x17455,
        name: "TANGUT IDEOGRAPH-17455",
    },
    Character {
        age: "9.0",
        codepoint: 0x17456,
        name: "TANGUT IDEOGRAPH-17456",
    },
    Character {
        age: "9.0",
        codepoint: 0x17457,
        name: "TANGUT IDEOGRAPH-17457",
    },
    Character {
        age: "9.0",
        codepoint: 0x17458,
        name: "TANGUT IDEOGRAPH-17458",
    },
    Character {
        age: "9.0",
        codepoint: 0x17459,
        name: "TANGUT IDEOGRAPH-17459",
    },
    Character {
        age: "9.0",
        codepoint: 0x1745A,
        name: "TANGUT IDEOGRAPH-1745A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1745B,
        name: "TANGUT IDEOGRAPH-1745B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1745C,
        name: "TANGUT IDEOGRAPH-1745C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1745D,
        name: "TANGUT IDEOGRAPH-1745D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1745E,
        name: "TANGUT IDEOGRAPH-1745E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1745F,
        name: "TANGUT IDEOGRAPH-1745F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17460,
        name: "TANGUT IDEOGRAPH-17460",
    },
    Character {
        age: "9.0",
        codepoint: 0x17461,
        name: "TANGUT IDEOGRAPH-17461",
    },
    Character {
        age: "9.0",
        codepoint: 0x17462,
        name: "TANGUT IDEOGRAPH-17462",
    },
    Character {
        age: "9.0",
        codepoint: 0x17463,
        name: "TANGUT IDEOGRAPH-17463",
    },
    Character {
        age: "9.0",
        codepoint: 0x17464,
        name: "TANGUT IDEOGRAPH-17464",
    },
    Character {
        age: "9.0",
        codepoint: 0x17465,
        name: "TANGUT IDEOGRAPH-17465",
    },
    Character {
        age: "9.0",
        codepoint: 0x17466,
        name: "TANGUT IDEOGRAPH-17466",
    },
    Character {
        age: "9.0",
        codepoint: 0x17467,
        name: "TANGUT IDEOGRAPH-17467",
    },
    Character {
        age: "9.0",
        codepoint: 0x17468,
        name: "TANGUT IDEOGRAPH-17468",
    },
    Character {
        age: "9.0",
        codepoint: 0x17469,
        name: "TANGUT IDEOGRAPH-17469",
    },
    Character {
        age: "9.0",
        codepoint: 0x1746A,
        name: "TANGUT IDEOGRAPH-1746A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1746B,
        name: "TANGUT IDEOGRAPH-1746B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1746C,
        name: "TANGUT IDEOGRAPH-1746C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1746D,
        name: "TANGUT IDEOGRAPH-1746D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1746E,
        name: "TANGUT IDEOGRAPH-1746E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1746F,
        name: "TANGUT IDEOGRAPH-1746F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17470,
        name: "TANGUT IDEOGRAPH-17470",
    },
    Character {
        age: "9.0",
        codepoint: 0x17471,
        name: "TANGUT IDEOGRAPH-17471",
    },
    Character {
        age: "9.0",
        codepoint: 0x17472,
        name: "TANGUT IDEOGRAPH-17472",
    },
    Character {
        age: "9.0",
        codepoint: 0x17473,
        name: "TANGUT IDEOGRAPH-17473",
    },
    Character {
        age: "9.0",
        codepoint: 0x17474,
        name: "TANGUT IDEOGRAPH-17474",
    },
    Character {
        age: "9.0",
        codepoint: 0x17475,
        name: "TANGUT IDEOGRAPH-17475",
    },
    Character {
        age: "9.0",
        codepoint: 0x17476,
        name: "TANGUT IDEOGRAPH-17476",
    },
    Character {
        age: "9.0",
        codepoint: 0x17477,
        name: "TANGUT IDEOGRAPH-17477",
    },
    Character {
        age: "9.0",
        codepoint: 0x17478,
        name: "TANGUT IDEOGRAPH-17478",
    },
    Character {
        age: "9.0",
        codepoint: 0x17479,
        name: "TANGUT IDEOGRAPH-17479",
    },
    Character {
        age: "9.0",
        codepoint: 0x1747A,
        name: "TANGUT IDEOGRAPH-1747A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1747B,
        name: "TANGUT IDEOGRAPH-1747B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1747C,
        name: "TANGUT IDEOGRAPH-1747C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1747D,
        name: "TANGUT IDEOGRAPH-1747D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1747E,
        name: "TANGUT IDEOGRAPH-1747E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1747F,
        name: "TANGUT IDEOGRAPH-1747F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17480,
        name: "TANGUT IDEOGRAPH-17480",
    },
    Character {
        age: "9.0",
        codepoint: 0x17481,
        name: "TANGUT IDEOGRAPH-17481",
    },
    Character {
        age: "9.0",
        codepoint: 0x17482,
        name: "TANGUT IDEOGRAPH-17482",
    },
    Character {
        age: "9.0",
        codepoint: 0x17483,
        name: "TANGUT IDEOGRAPH-17483",
    },
    Character {
        age: "9.0",
        codepoint: 0x17484,
        name: "TANGUT IDEOGRAPH-17484",
    },
    Character {
        age: "9.0",
        codepoint: 0x17485,
        name: "TANGUT IDEOGRAPH-17485",
    },
    Character {
        age: "9.0",
        codepoint: 0x17486,
        name: "TANGUT IDEOGRAPH-17486",
    },
    Character {
        age: "9.0",
        codepoint: 0x17487,
        name: "TANGUT IDEOGRAPH-17487",
    },
    Character {
        age: "9.0",
        codepoint: 0x17488,
        name: "TANGUT IDEOGRAPH-17488",
    },
    Character {
        age: "9.0",
        codepoint: 0x17489,
        name: "TANGUT IDEOGRAPH-17489",
    },
    Character {
        age: "9.0",
        codepoint: 0x1748A,
        name: "TANGUT IDEOGRAPH-1748A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1748B,
        name: "TANGUT IDEOGRAPH-1748B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1748C,
        name: "TANGUT IDEOGRAPH-1748C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1748D,
        name: "TANGUT IDEOGRAPH-1748D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1748E,
        name: "TANGUT IDEOGRAPH-1748E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1748F,
        name: "TANGUT IDEOGRAPH-1748F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17490,
        name: "TANGUT IDEOGRAPH-17490",
    },
    Character {
        age: "9.0",
        codepoint: 0x17491,
        name: "TANGUT IDEOGRAPH-17491",
    },
    Character {
        age: "9.0",
        codepoint: 0x17492,
        name: "TANGUT IDEOGRAPH-17492",
    },
    Character {
        age: "9.0",
        codepoint: 0x17493,
        name: "TANGUT IDEOGRAPH-17493",
    },
    Character {
        age: "9.0",
        codepoint: 0x17494,
        name: "TANGUT IDEOGRAPH-17494",
    },
    Character {
        age: "9.0",
        codepoint: 0x17495,
        name: "TANGUT IDEOGRAPH-17495",
    },
    Character {
        age: "9.0",
        codepoint: 0x17496,
        name: "TANGUT IDEOGRAPH-17496",
    },
    Character {
        age: "9.0",
        codepoint: 0x17497,
        name: "TANGUT IDEOGRAPH-17497",
    },
    Character {
        age: "9.0",
        codepoint: 0x17498,
        name: "TANGUT IDEOGRAPH-17498",
    },
    Character {
        age: "9.0",
        codepoint: 0x17499,
        name: "TANGUT IDEOGRAPH-17499",
    },
    Character {
        age: "9.0",
        codepoint: 0x1749A,
        name: "TANGUT IDEOGRAPH-1749A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1749B,
        name: "TANGUT IDEOGRAPH-1749B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1749C,
        name: "TANGUT IDEOGRAPH-1749C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1749D,
        name: "TANGUT IDEOGRAPH-1749D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1749E,
        name: "TANGUT IDEOGRAPH-1749E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1749F,
        name: "TANGUT IDEOGRAPH-1749F",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A0,
        name: "TANGUT IDEOGRAPH-174A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A1,
        name: "TANGUT IDEOGRAPH-174A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A2,
        name: "TANGUT IDEOGRAPH-174A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A3,
        name: "TANGUT IDEOGRAPH-174A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A4,
        name: "TANGUT IDEOGRAPH-174A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A5,
        name: "TANGUT IDEOGRAPH-174A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A6,
        name: "TANGUT IDEOGRAPH-174A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A7,
        name: "TANGUT IDEOGRAPH-174A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A8,
        name: "TANGUT IDEOGRAPH-174A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x174A9,
        name: "TANGUT IDEOGRAPH-174A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x174AA,
        name: "TANGUT IDEOGRAPH-174AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x174AB,
        name: "TANGUT IDEOGRAPH-174AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x174AC,
        name: "TANGUT IDEOGRAPH-174AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x174AD,
        name: "TANGUT IDEOGRAPH-174AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x174AE,
        name: "TANGUT IDEOGRAPH-174AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x174AF,
        name: "TANGUT IDEOGRAPH-174AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B0,
        name: "TANGUT IDEOGRAPH-174B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B1,
        name: "TANGUT IDEOGRAPH-174B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B2,
        name: "TANGUT IDEOGRAPH-174B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B3,
        name: "TANGUT IDEOGRAPH-174B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B4,
        name: "TANGUT IDEOGRAPH-174B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B5,
        name: "TANGUT IDEOGRAPH-174B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B6,
        name: "TANGUT IDEOGRAPH-174B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B7,
        name: "TANGUT IDEOGRAPH-174B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B8,
        name: "TANGUT IDEOGRAPH-174B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x174B9,
        name: "TANGUT IDEOGRAPH-174B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x174BA,
        name: "TANGUT IDEOGRAPH-174BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x174BB,
        name: "TANGUT IDEOGRAPH-174BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x174BC,
        name: "TANGUT IDEOGRAPH-174BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x174BD,
        name: "TANGUT IDEOGRAPH-174BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x174BE,
        name: "TANGUT IDEOGRAPH-174BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x174BF,
        name: "TANGUT IDEOGRAPH-174BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C0,
        name: "TANGUT IDEOGRAPH-174C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C1,
        name: "TANGUT IDEOGRAPH-174C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C2,
        name: "TANGUT IDEOGRAPH-174C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C3,
        name: "TANGUT IDEOGRAPH-174C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C4,
        name: "TANGUT IDEOGRAPH-174C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C5,
        name: "TANGUT IDEOGRAPH-174C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C6,
        name: "TANGUT IDEOGRAPH-174C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C7,
        name: "TANGUT IDEOGRAPH-174C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C8,
        name: "TANGUT IDEOGRAPH-174C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x174C9,
        name: "TANGUT IDEOGRAPH-174C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x174CA,
        name: "TANGUT IDEOGRAPH-174CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x174CB,
        name: "TANGUT IDEOGRAPH-174CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x174CC,
        name: "TANGUT IDEOGRAPH-174CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x174CD,
        name: "TANGUT IDEOGRAPH-174CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x174CE,
        name: "TANGUT IDEOGRAPH-174CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x174CF,
        name: "TANGUT IDEOGRAPH-174CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D0,
        name: "TANGUT IDEOGRAPH-174D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D1,
        name: "TANGUT IDEOGRAPH-174D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D2,
        name: "TANGUT IDEOGRAPH-174D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D3,
        name: "TANGUT IDEOGRAPH-174D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D4,
        name: "TANGUT IDEOGRAPH-174D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D5,
        name: "TANGUT IDEOGRAPH-174D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D6,
        name: "TANGUT IDEOGRAPH-174D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D7,
        name: "TANGUT IDEOGRAPH-174D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D8,
        name: "TANGUT IDEOGRAPH-174D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x174D9,
        name: "TANGUT IDEOGRAPH-174D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x174DA,
        name: "TANGUT IDEOGRAPH-174DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x174DB,
        name: "TANGUT IDEOGRAPH-174DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x174DC,
        name: "TANGUT IDEOGRAPH-174DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x174DD,
        name: "TANGUT IDEOGRAPH-174DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x174DE,
        name: "TANGUT IDEOGRAPH-174DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x174DF,
        name: "TANGUT IDEOGRAPH-174DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E0,
        name: "TANGUT IDEOGRAPH-174E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E1,
        name: "TANGUT IDEOGRAPH-174E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E2,
        name: "TANGUT IDEOGRAPH-174E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E3,
        name: "TANGUT IDEOGRAPH-174E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E4,
        name: "TANGUT IDEOGRAPH-174E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E5,
        name: "TANGUT IDEOGRAPH-174E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E6,
        name: "TANGUT IDEOGRAPH-174E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E7,
        name: "TANGUT IDEOGRAPH-174E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E8,
        name: "TANGUT IDEOGRAPH-174E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x174E9,
        name: "TANGUT IDEOGRAPH-174E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x174EA,
        name: "TANGUT IDEOGRAPH-174EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x174EB,
        name: "TANGUT IDEOGRAPH-174EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x174EC,
        name: "TANGUT IDEOGRAPH-174EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x174ED,
        name: "TANGUT IDEOGRAPH-174ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x174EE,
        name: "TANGUT IDEOGRAPH-174EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x174EF,
        name: "TANGUT IDEOGRAPH-174EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F0,
        name: "TANGUT IDEOGRAPH-174F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F1,
        name: "TANGUT IDEOGRAPH-174F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F2,
        name: "TANGUT IDEOGRAPH-174F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F3,
        name: "TANGUT IDEOGRAPH-174F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F4,
        name: "TANGUT IDEOGRAPH-174F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F5,
        name: "TANGUT IDEOGRAPH-174F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F6,
        name: "TANGUT IDEOGRAPH-174F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F7,
        name: "TANGUT IDEOGRAPH-174F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F8,
        name: "TANGUT IDEOGRAPH-174F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x174F9,
        name: "TANGUT IDEOGRAPH-174F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x174FA,
        name: "TANGUT IDEOGRAPH-174FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x174FB,
        name: "TANGUT IDEOGRAPH-174FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x174FC,
        name: "TANGUT IDEOGRAPH-174FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x174FD,
        name: "TANGUT IDEOGRAPH-174FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x174FE,
        name: "TANGUT IDEOGRAPH-174FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x174FF,
        name: "TANGUT IDEOGRAPH-174FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17500,
        name: "TANGUT IDEOGRAPH-17500",
    },
    Character {
        age: "9.0",
        codepoint: 0x17501,
        name: "TANGUT IDEOGRAPH-17501",
    },
    Character {
        age: "9.0",
        codepoint: 0x17502,
        name: "TANGUT IDEOGRAPH-17502",
    },
    Character {
        age: "9.0",
        codepoint: 0x17503,
        name: "TANGUT IDEOGRAPH-17503",
    },
    Character {
        age: "9.0",
        codepoint: 0x17504,
        name: "TANGUT IDEOGRAPH-17504",
    },
    Character {
        age: "9.0",
        codepoint: 0x17505,
        name: "TANGUT IDEOGRAPH-17505",
    },
    Character {
        age: "9.0",
        codepoint: 0x17506,
        name: "TANGUT IDEOGRAPH-17506",
    },
    Character {
        age: "9.0",
        codepoint: 0x17507,
        name: "TANGUT IDEOGRAPH-17507",
    },
    Character {
        age: "9.0",
        codepoint: 0x17508,
        name: "TANGUT IDEOGRAPH-17508",
    },
    Character {
        age: "9.0",
        codepoint: 0x17509,
        name: "TANGUT IDEOGRAPH-17509",
    },
    Character {
        age: "9.0",
        codepoint: 0x1750A,
        name: "TANGUT IDEOGRAPH-1750A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1750B,
        name: "TANGUT IDEOGRAPH-1750B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1750C,
        name: "TANGUT IDEOGRAPH-1750C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1750D,
        name: "TANGUT IDEOGRAPH-1750D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1750E,
        name: "TANGUT IDEOGRAPH-1750E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1750F,
        name: "TANGUT IDEOGRAPH-1750F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17510,
        name: "TANGUT IDEOGRAPH-17510",
    },
    Character {
        age: "9.0",
        codepoint: 0x17511,
        name: "TANGUT IDEOGRAPH-17511",
    },
    Character {
        age: "9.0",
        codepoint: 0x17512,
        name: "TANGUT IDEOGRAPH-17512",
    },
    Character {
        age: "9.0",
        codepoint: 0x17513,
        name: "TANGUT IDEOGRAPH-17513",
    },
    Character {
        age: "9.0",
        codepoint: 0x17514,
        name: "TANGUT IDEOGRAPH-17514",
    },
    Character {
        age: "9.0",
        codepoint: 0x17515,
        name: "TANGUT IDEOGRAPH-17515",
    },
    Character {
        age: "9.0",
        codepoint: 0x17516,
        name: "TANGUT IDEOGRAPH-17516",
    },
    Character {
        age: "9.0",
        codepoint: 0x17517,
        name: "TANGUT IDEOGRAPH-17517",
    },
    Character {
        age: "9.0",
        codepoint: 0x17518,
        name: "TANGUT IDEOGRAPH-17518",
    },
    Character {
        age: "9.0",
        codepoint: 0x17519,
        name: "TANGUT IDEOGRAPH-17519",
    },
    Character {
        age: "9.0",
        codepoint: 0x1751A,
        name: "TANGUT IDEOGRAPH-1751A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1751B,
        name: "TANGUT IDEOGRAPH-1751B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1751C,
        name: "TANGUT IDEOGRAPH-1751C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1751D,
        name: "TANGUT IDEOGRAPH-1751D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1751E,
        name: "TANGUT IDEOGRAPH-1751E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1751F,
        name: "TANGUT IDEOGRAPH-1751F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17520,
        name: "TANGUT IDEOGRAPH-17520",
    },
    Character {
        age: "9.0",
        codepoint: 0x17521,
        name: "TANGUT IDEOGRAPH-17521",
    },
    Character {
        age: "9.0",
        codepoint: 0x17522,
        name: "TANGUT IDEOGRAPH-17522",
    },
    Character {
        age: "9.0",
        codepoint: 0x17523,
        name: "TANGUT IDEOGRAPH-17523",
    },
    Character {
        age: "9.0",
        codepoint: 0x17524,
        name: "TANGUT IDEOGRAPH-17524",
    },
    Character {
        age: "9.0",
        codepoint: 0x17525,
        name: "TANGUT IDEOGRAPH-17525",
    },
    Character {
        age: "9.0",
        codepoint: 0x17526,
        name: "TANGUT IDEOGRAPH-17526",
    },
    Character {
        age: "9.0",
        codepoint: 0x17527,
        name: "TANGUT IDEOGRAPH-17527",
    },
    Character {
        age: "9.0",
        codepoint: 0x17528,
        name: "TANGUT IDEOGRAPH-17528",
    },
    Character {
        age: "9.0",
        codepoint: 0x17529,
        name: "TANGUT IDEOGRAPH-17529",
    },
    Character {
        age: "9.0",
        codepoint: 0x1752A,
        name: "TANGUT IDEOGRAPH-1752A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1752B,
        name: "TANGUT IDEOGRAPH-1752B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1752C,
        name: "TANGUT IDEOGRAPH-1752C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1752D,
        name: "TANGUT IDEOGRAPH-1752D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1752E,
        name: "TANGUT IDEOGRAPH-1752E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1752F,
        name: "TANGUT IDEOGRAPH-1752F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17530,
        name: "TANGUT IDEOGRAPH-17530",
    },
    Character {
        age: "9.0",
        codepoint: 0x17531,
        name: "TANGUT IDEOGRAPH-17531",
    },
    Character {
        age: "9.0",
        codepoint: 0x17532,
        name: "TANGUT IDEOGRAPH-17532",
    },
    Character {
        age: "9.0",
        codepoint: 0x17533,
        name: "TANGUT IDEOGRAPH-17533",
    },
    Character {
        age: "9.0",
        codepoint: 0x17534,
        name: "TANGUT IDEOGRAPH-17534",
    },
    Character {
        age: "9.0",
        codepoint: 0x17535,
        name: "TANGUT IDEOGRAPH-17535",
    },
    Character {
        age: "9.0",
        codepoint: 0x17536,
        name: "TANGUT IDEOGRAPH-17536",
    },
    Character {
        age: "9.0",
        codepoint: 0x17537,
        name: "TANGUT IDEOGRAPH-17537",
    },
    Character {
        age: "9.0",
        codepoint: 0x17538,
        name: "TANGUT IDEOGRAPH-17538",
    },
    Character {
        age: "9.0",
        codepoint: 0x17539,
        name: "TANGUT IDEOGRAPH-17539",
    },
    Character {
        age: "9.0",
        codepoint: 0x1753A,
        name: "TANGUT IDEOGRAPH-1753A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1753B,
        name: "TANGUT IDEOGRAPH-1753B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1753C,
        name: "TANGUT IDEOGRAPH-1753C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1753D,
        name: "TANGUT IDEOGRAPH-1753D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1753E,
        name: "TANGUT IDEOGRAPH-1753E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1753F,
        name: "TANGUT IDEOGRAPH-1753F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17540,
        name: "TANGUT IDEOGRAPH-17540",
    },
    Character {
        age: "9.0",
        codepoint: 0x17541,
        name: "TANGUT IDEOGRAPH-17541",
    },
    Character {
        age: "9.0",
        codepoint: 0x17542,
        name: "TANGUT IDEOGRAPH-17542",
    },
    Character {
        age: "9.0",
        codepoint: 0x17543,
        name: "TANGUT IDEOGRAPH-17543",
    },
    Character {
        age: "9.0",
        codepoint: 0x17544,
        name: "TANGUT IDEOGRAPH-17544",
    },
    Character {
        age: "9.0",
        codepoint: 0x17545,
        name: "TANGUT IDEOGRAPH-17545",
    },
    Character {
        age: "9.0",
        codepoint: 0x17546,
        name: "TANGUT IDEOGRAPH-17546",
    },
    Character {
        age: "9.0",
        codepoint: 0x17547,
        name: "TANGUT IDEOGRAPH-17547",
    },
    Character {
        age: "9.0",
        codepoint: 0x17548,
        name: "TANGUT IDEOGRAPH-17548",
    },
    Character {
        age: "9.0",
        codepoint: 0x17549,
        name: "TANGUT IDEOGRAPH-17549",
    },
    Character {
        age: "9.0",
        codepoint: 0x1754A,
        name: "TANGUT IDEOGRAPH-1754A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1754B,
        name: "TANGUT IDEOGRAPH-1754B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1754C,
        name: "TANGUT IDEOGRAPH-1754C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1754D,
        name: "TANGUT IDEOGRAPH-1754D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1754E,
        name: "TANGUT IDEOGRAPH-1754E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1754F,
        name: "TANGUT IDEOGRAPH-1754F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17550,
        name: "TANGUT IDEOGRAPH-17550",
    },
    Character {
        age: "9.0",
        codepoint: 0x17551,
        name: "TANGUT IDEOGRAPH-17551",
    },
    Character {
        age: "9.0",
        codepoint: 0x17552,
        name: "TANGUT IDEOGRAPH-17552",
    },
    Character {
        age: "9.0",
        codepoint: 0x17553,
        name: "TANGUT IDEOGRAPH-17553",
    },
    Character {
        age: "9.0",
        codepoint: 0x17554,
        name: "TANGUT IDEOGRAPH-17554",
    },
    Character {
        age: "9.0",
        codepoint: 0x17555,
        name: "TANGUT IDEOGRAPH-17555",
    },
    Character {
        age: "9.0",
        codepoint: 0x17556,
        name: "TANGUT IDEOGRAPH-17556",
    },
    Character {
        age: "9.0",
        codepoint: 0x17557,
        name: "TANGUT IDEOGRAPH-17557",
    },
    Character {
        age: "9.0",
        codepoint: 0x17558,
        name: "TANGUT IDEOGRAPH-17558",
    },
    Character {
        age: "9.0",
        codepoint: 0x17559,
        name: "TANGUT IDEOGRAPH-17559",
    },
    Character {
        age: "9.0",
        codepoint: 0x1755A,
        name: "TANGUT IDEOGRAPH-1755A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1755B,
        name: "TANGUT IDEOGRAPH-1755B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1755C,
        name: "TANGUT IDEOGRAPH-1755C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1755D,
        name: "TANGUT IDEOGRAPH-1755D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1755E,
        name: "TANGUT IDEOGRAPH-1755E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1755F,
        name: "TANGUT IDEOGRAPH-1755F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17560,
        name: "TANGUT IDEOGRAPH-17560",
    },
    Character {
        age: "9.0",
        codepoint: 0x17561,
        name: "TANGUT IDEOGRAPH-17561",
    },
    Character {
        age: "9.0",
        codepoint: 0x17562,
        name: "TANGUT IDEOGRAPH-17562",
    },
    Character {
        age: "9.0",
        codepoint: 0x17563,
        name: "TANGUT IDEOGRAPH-17563",
    },
    Character {
        age: "9.0",
        codepoint: 0x17564,
        name: "TANGUT IDEOGRAPH-17564",
    },
    Character {
        age: "9.0",
        codepoint: 0x17565,
        name: "TANGUT IDEOGRAPH-17565",
    },
    Character {
        age: "9.0",
        codepoint: 0x17566,
        name: "TANGUT IDEOGRAPH-17566",
    },
    Character {
        age: "9.0",
        codepoint: 0x17567,
        name: "TANGUT IDEOGRAPH-17567",
    },
    Character {
        age: "9.0",
        codepoint: 0x17568,
        name: "TANGUT IDEOGRAPH-17568",
    },
    Character {
        age: "9.0",
        codepoint: 0x17569,
        name: "TANGUT IDEOGRAPH-17569",
    },
    Character {
        age: "9.0",
        codepoint: 0x1756A,
        name: "TANGUT IDEOGRAPH-1756A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1756B,
        name: "TANGUT IDEOGRAPH-1756B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1756C,
        name: "TANGUT IDEOGRAPH-1756C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1756D,
        name: "TANGUT IDEOGRAPH-1756D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1756E,
        name: "TANGUT IDEOGRAPH-1756E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1756F,
        name: "TANGUT IDEOGRAPH-1756F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17570,
        name: "TANGUT IDEOGRAPH-17570",
    },
    Character {
        age: "9.0",
        codepoint: 0x17571,
        name: "TANGUT IDEOGRAPH-17571",
    },
    Character {
        age: "9.0",
        codepoint: 0x17572,
        name: "TANGUT IDEOGRAPH-17572",
    },
    Character {
        age: "9.0",
        codepoint: 0x17573,
        name: "TANGUT IDEOGRAPH-17573",
    },
    Character {
        age: "9.0",
        codepoint: 0x17574,
        name: "TANGUT IDEOGRAPH-17574",
    },
    Character {
        age: "9.0",
        codepoint: 0x17575,
        name: "TANGUT IDEOGRAPH-17575",
    },
    Character {
        age: "9.0",
        codepoint: 0x17576,
        name: "TANGUT IDEOGRAPH-17576",
    },
    Character {
        age: "9.0",
        codepoint: 0x17577,
        name: "TANGUT IDEOGRAPH-17577",
    },
    Character {
        age: "9.0",
        codepoint: 0x17578,
        name: "TANGUT IDEOGRAPH-17578",
    },
    Character {
        age: "9.0",
        codepoint: 0x17579,
        name: "TANGUT IDEOGRAPH-17579",
    },
    Character {
        age: "9.0",
        codepoint: 0x1757A,
        name: "TANGUT IDEOGRAPH-1757A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1757B,
        name: "TANGUT IDEOGRAPH-1757B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1757C,
        name: "TANGUT IDEOGRAPH-1757C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1757D,
        name: "TANGUT IDEOGRAPH-1757D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1757E,
        name: "TANGUT IDEOGRAPH-1757E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1757F,
        name: "TANGUT IDEOGRAPH-1757F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17580,
        name: "TANGUT IDEOGRAPH-17580",
    },
    Character {
        age: "9.0",
        codepoint: 0x17581,
        name: "TANGUT IDEOGRAPH-17581",
    },
    Character {
        age: "9.0",
        codepoint: 0x17582,
        name: "TANGUT IDEOGRAPH-17582",
    },
    Character {
        age: "9.0",
        codepoint: 0x17583,
        name: "TANGUT IDEOGRAPH-17583",
    },
    Character {
        age: "9.0",
        codepoint: 0x17584,
        name: "TANGUT IDEOGRAPH-17584",
    },
    Character {
        age: "9.0",
        codepoint: 0x17585,
        name: "TANGUT IDEOGRAPH-17585",
    },
    Character {
        age: "9.0",
        codepoint: 0x17586,
        name: "TANGUT IDEOGRAPH-17586",
    },
    Character {
        age: "9.0",
        codepoint: 0x17587,
        name: "TANGUT IDEOGRAPH-17587",
    },
    Character {
        age: "9.0",
        codepoint: 0x17588,
        name: "TANGUT IDEOGRAPH-17588",
    },
    Character {
        age: "9.0",
        codepoint: 0x17589,
        name: "TANGUT IDEOGRAPH-17589",
    },
    Character {
        age: "9.0",
        codepoint: 0x1758A,
        name: "TANGUT IDEOGRAPH-1758A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1758B,
        name: "TANGUT IDEOGRAPH-1758B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1758C,
        name: "TANGUT IDEOGRAPH-1758C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1758D,
        name: "TANGUT IDEOGRAPH-1758D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1758E,
        name: "TANGUT IDEOGRAPH-1758E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1758F,
        name: "TANGUT IDEOGRAPH-1758F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17590,
        name: "TANGUT IDEOGRAPH-17590",
    },
    Character {
        age: "9.0",
        codepoint: 0x17591,
        name: "TANGUT IDEOGRAPH-17591",
    },
    Character {
        age: "9.0",
        codepoint: 0x17592,
        name: "TANGUT IDEOGRAPH-17592",
    },
    Character {
        age: "9.0",
        codepoint: 0x17593,
        name: "TANGUT IDEOGRAPH-17593",
    },
    Character {
        age: "9.0",
        codepoint: 0x17594,
        name: "TANGUT IDEOGRAPH-17594",
    },
    Character {
        age: "9.0",
        codepoint: 0x17595,
        name: "TANGUT IDEOGRAPH-17595",
    },
    Character {
        age: "9.0",
        codepoint: 0x17596,
        name: "TANGUT IDEOGRAPH-17596",
    },
    Character {
        age: "9.0",
        codepoint: 0x17597,
        name: "TANGUT IDEOGRAPH-17597",
    },
    Character {
        age: "9.0",
        codepoint: 0x17598,
        name: "TANGUT IDEOGRAPH-17598",
    },
    Character {
        age: "9.0",
        codepoint: 0x17599,
        name: "TANGUT IDEOGRAPH-17599",
    },
    Character {
        age: "9.0",
        codepoint: 0x1759A,
        name: "TANGUT IDEOGRAPH-1759A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1759B,
        name: "TANGUT IDEOGRAPH-1759B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1759C,
        name: "TANGUT IDEOGRAPH-1759C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1759D,
        name: "TANGUT IDEOGRAPH-1759D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1759E,
        name: "TANGUT IDEOGRAPH-1759E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1759F,
        name: "TANGUT IDEOGRAPH-1759F",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A0,
        name: "TANGUT IDEOGRAPH-175A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A1,
        name: "TANGUT IDEOGRAPH-175A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A2,
        name: "TANGUT IDEOGRAPH-175A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A3,
        name: "TANGUT IDEOGRAPH-175A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A4,
        name: "TANGUT IDEOGRAPH-175A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A5,
        name: "TANGUT IDEOGRAPH-175A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A6,
        name: "TANGUT IDEOGRAPH-175A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A7,
        name: "TANGUT IDEOGRAPH-175A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A8,
        name: "TANGUT IDEOGRAPH-175A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x175A9,
        name: "TANGUT IDEOGRAPH-175A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x175AA,
        name: "TANGUT IDEOGRAPH-175AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x175AB,
        name: "TANGUT IDEOGRAPH-175AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x175AC,
        name: "TANGUT IDEOGRAPH-175AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x175AD,
        name: "TANGUT IDEOGRAPH-175AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x175AE,
        name: "TANGUT IDEOGRAPH-175AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x175AF,
        name: "TANGUT IDEOGRAPH-175AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B0,
        name: "TANGUT IDEOGRAPH-175B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B1,
        name: "TANGUT IDEOGRAPH-175B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B2,
        name: "TANGUT IDEOGRAPH-175B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B3,
        name: "TANGUT IDEOGRAPH-175B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B4,
        name: "TANGUT IDEOGRAPH-175B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B5,
        name: "TANGUT IDEOGRAPH-175B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B6,
        name: "TANGUT IDEOGRAPH-175B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B7,
        name: "TANGUT IDEOGRAPH-175B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B8,
        name: "TANGUT IDEOGRAPH-175B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x175B9,
        name: "TANGUT IDEOGRAPH-175B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x175BA,
        name: "TANGUT IDEOGRAPH-175BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x175BB,
        name: "TANGUT IDEOGRAPH-175BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x175BC,
        name: "TANGUT IDEOGRAPH-175BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x175BD,
        name: "TANGUT IDEOGRAPH-175BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x175BE,
        name: "TANGUT IDEOGRAPH-175BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x175BF,
        name: "TANGUT IDEOGRAPH-175BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C0,
        name: "TANGUT IDEOGRAPH-175C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C1,
        name: "TANGUT IDEOGRAPH-175C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C2,
        name: "TANGUT IDEOGRAPH-175C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C3,
        name: "TANGUT IDEOGRAPH-175C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C4,
        name: "TANGUT IDEOGRAPH-175C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C5,
        name: "TANGUT IDEOGRAPH-175C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C6,
        name: "TANGUT IDEOGRAPH-175C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C7,
        name: "TANGUT IDEOGRAPH-175C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C8,
        name: "TANGUT IDEOGRAPH-175C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x175C9,
        name: "TANGUT IDEOGRAPH-175C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x175CA,
        name: "TANGUT IDEOGRAPH-175CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x175CB,
        name: "TANGUT IDEOGRAPH-175CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x175CC,
        name: "TANGUT IDEOGRAPH-175CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x175CD,
        name: "TANGUT IDEOGRAPH-175CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x175CE,
        name: "TANGUT IDEOGRAPH-175CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x175CF,
        name: "TANGUT IDEOGRAPH-175CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D0,
        name: "TANGUT IDEOGRAPH-175D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D1,
        name: "TANGUT IDEOGRAPH-175D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D2,
        name: "TANGUT IDEOGRAPH-175D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D3,
        name: "TANGUT IDEOGRAPH-175D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D4,
        name: "TANGUT IDEOGRAPH-175D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D5,
        name: "TANGUT IDEOGRAPH-175D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D6,
        name: "TANGUT IDEOGRAPH-175D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D7,
        name: "TANGUT IDEOGRAPH-175D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D8,
        name: "TANGUT IDEOGRAPH-175D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x175D9,
        name: "TANGUT IDEOGRAPH-175D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x175DA,
        name: "TANGUT IDEOGRAPH-175DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x175DB,
        name: "TANGUT IDEOGRAPH-175DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x175DC,
        name: "TANGUT IDEOGRAPH-175DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x175DD,
        name: "TANGUT IDEOGRAPH-175DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x175DE,
        name: "TANGUT IDEOGRAPH-175DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x175DF,
        name: "TANGUT IDEOGRAPH-175DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E0,
        name: "TANGUT IDEOGRAPH-175E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E1,
        name: "TANGUT IDEOGRAPH-175E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E2,
        name: "TANGUT IDEOGRAPH-175E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E3,
        name: "TANGUT IDEOGRAPH-175E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E4,
        name: "TANGUT IDEOGRAPH-175E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E5,
        name: "TANGUT IDEOGRAPH-175E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E6,
        name: "TANGUT IDEOGRAPH-175E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E7,
        name: "TANGUT IDEOGRAPH-175E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E8,
        name: "TANGUT IDEOGRAPH-175E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x175E9,
        name: "TANGUT IDEOGRAPH-175E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x175EA,
        name: "TANGUT IDEOGRAPH-175EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x175EB,
        name: "TANGUT IDEOGRAPH-175EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x175EC,
        name: "TANGUT IDEOGRAPH-175EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x175ED,
        name: "TANGUT IDEOGRAPH-175ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x175EE,
        name: "TANGUT IDEOGRAPH-175EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x175EF,
        name: "TANGUT IDEOGRAPH-175EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F0,
        name: "TANGUT IDEOGRAPH-175F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F1,
        name: "TANGUT IDEOGRAPH-175F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F2,
        name: "TANGUT IDEOGRAPH-175F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F3,
        name: "TANGUT IDEOGRAPH-175F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F4,
        name: "TANGUT IDEOGRAPH-175F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F5,
        name: "TANGUT IDEOGRAPH-175F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F6,
        name: "TANGUT IDEOGRAPH-175F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F7,
        name: "TANGUT IDEOGRAPH-175F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F8,
        name: "TANGUT IDEOGRAPH-175F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x175F9,
        name: "TANGUT IDEOGRAPH-175F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x175FA,
        name: "TANGUT IDEOGRAPH-175FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x175FB,
        name: "TANGUT IDEOGRAPH-175FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x175FC,
        name: "TANGUT IDEOGRAPH-175FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x175FD,
        name: "TANGUT IDEOGRAPH-175FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x175FE,
        name: "TANGUT IDEOGRAPH-175FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x175FF,
        name: "TANGUT IDEOGRAPH-175FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17600,
        name: "TANGUT IDEOGRAPH-17600",
    },
    Character {
        age: "9.0",
        codepoint: 0x17601,
        name: "TANGUT IDEOGRAPH-17601",
    },
    Character {
        age: "9.0",
        codepoint: 0x17602,
        name: "TANGUT IDEOGRAPH-17602",
    },
    Character {
        age: "9.0",
        codepoint: 0x17603,
        name: "TANGUT IDEOGRAPH-17603",
    },
    Character {
        age: "9.0",
        codepoint: 0x17604,
        name: "TANGUT IDEOGRAPH-17604",
    },
    Character {
        age: "9.0",
        codepoint: 0x17605,
        name: "TANGUT IDEOGRAPH-17605",
    },
    Character {
        age: "9.0",
        codepoint: 0x17606,
        name: "TANGUT IDEOGRAPH-17606",
    },
    Character {
        age: "9.0",
        codepoint: 0x17607,
        name: "TANGUT IDEOGRAPH-17607",
    },
    Character {
        age: "9.0",
        codepoint: 0x17608,
        name: "TANGUT IDEOGRAPH-17608",
    },
    Character {
        age: "9.0",
        codepoint: 0x17609,
        name: "TANGUT IDEOGRAPH-17609",
    },
    Character {
        age: "9.0",
        codepoint: 0x1760A,
        name: "TANGUT IDEOGRAPH-1760A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1760B,
        name: "TANGUT IDEOGRAPH-1760B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1760C,
        name: "TANGUT IDEOGRAPH-1760C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1760D,
        name: "TANGUT IDEOGRAPH-1760D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1760E,
        name: "TANGUT IDEOGRAPH-1760E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1760F,
        name: "TANGUT IDEOGRAPH-1760F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17610,
        name: "TANGUT IDEOGRAPH-17610",
    },
    Character {
        age: "9.0",
        codepoint: 0x17611,
        name: "TANGUT IDEOGRAPH-17611",
    },
    Character {
        age: "9.0",
        codepoint: 0x17612,
        name: "TANGUT IDEOGRAPH-17612",
    },
    Character {
        age: "9.0",
        codepoint: 0x17613,
        name: "TANGUT IDEOGRAPH-17613",
    },
    Character {
        age: "9.0",
        codepoint: 0x17614,
        name: "TANGUT IDEOGRAPH-17614",
    },
    Character {
        age: "9.0",
        codepoint: 0x17615,
        name: "TANGUT IDEOGRAPH-17615",
    },
    Character {
        age: "9.0",
        codepoint: 0x17616,
        name: "TANGUT IDEOGRAPH-17616",
    },
    Character {
        age: "9.0",
        codepoint: 0x17617,
        name: "TANGUT IDEOGRAPH-17617",
    },
    Character {
        age: "9.0",
        codepoint: 0x17618,
        name: "TANGUT IDEOGRAPH-17618",
    },
    Character {
        age: "9.0",
        codepoint: 0x17619,
        name: "TANGUT IDEOGRAPH-17619",
    },
    Character {
        age: "9.0",
        codepoint: 0x1761A,
        name: "TANGUT IDEOGRAPH-1761A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1761B,
        name: "TANGUT IDEOGRAPH-1761B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1761C,
        name: "TANGUT IDEOGRAPH-1761C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1761D,
        name: "TANGUT IDEOGRAPH-1761D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1761E,
        name: "TANGUT IDEOGRAPH-1761E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1761F,
        name: "TANGUT IDEOGRAPH-1761F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17620,
        name: "TANGUT IDEOGRAPH-17620",
    },
    Character {
        age: "9.0",
        codepoint: 0x17621,
        name: "TANGUT IDEOGRAPH-17621",
    },
    Character {
        age: "9.0",
        codepoint: 0x17622,
        name: "TANGUT IDEOGRAPH-17622",
    },
    Character {
        age: "9.0",
        codepoint: 0x17623,
        name: "TANGUT IDEOGRAPH-17623",
    },
    Character {
        age: "9.0",
        codepoint: 0x17624,
        name: "TANGUT IDEOGRAPH-17624",
    },
    Character {
        age: "9.0",
        codepoint: 0x17625,
        name: "TANGUT IDEOGRAPH-17625",
    },
    Character {
        age: "9.0",
        codepoint: 0x17626,
        name: "TANGUT IDEOGRAPH-17626",
    },
    Character {
        age: "9.0",
        codepoint: 0x17627,
        name: "TANGUT IDEOGRAPH-17627",
    },
    Character {
        age: "9.0",
        codepoint: 0x17628,
        name: "TANGUT IDEOGRAPH-17628",
    },
    Character {
        age: "9.0",
        codepoint: 0x17629,
        name: "TANGUT IDEOGRAPH-17629",
    },
    Character {
        age: "9.0",
        codepoint: 0x1762A,
        name: "TANGUT IDEOGRAPH-1762A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1762B,
        name: "TANGUT IDEOGRAPH-1762B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1762C,
        name: "TANGUT IDEOGRAPH-1762C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1762D,
        name: "TANGUT IDEOGRAPH-1762D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1762E,
        name: "TANGUT IDEOGRAPH-1762E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1762F,
        name: "TANGUT IDEOGRAPH-1762F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17630,
        name: "TANGUT IDEOGRAPH-17630",
    },
    Character {
        age: "9.0",
        codepoint: 0x17631,
        name: "TANGUT IDEOGRAPH-17631",
    },
    Character {
        age: "9.0",
        codepoint: 0x17632,
        name: "TANGUT IDEOGRAPH-17632",
    },
    Character {
        age: "9.0",
        codepoint: 0x17633,
        name: "TANGUT IDEOGRAPH-17633",
    },
    Character {
        age: "9.0",
        codepoint: 0x17634,
        name: "TANGUT IDEOGRAPH-17634",
    },
    Character {
        age: "9.0",
        codepoint: 0x17635,
        name: "TANGUT IDEOGRAPH-17635",
    },
    Character {
        age: "9.0",
        codepoint: 0x17636,
        name: "TANGUT IDEOGRAPH-17636",
    },
    Character {
        age: "9.0",
        codepoint: 0x17637,
        name: "TANGUT IDEOGRAPH-17637",
    },
    Character {
        age: "9.0",
        codepoint: 0x17638,
        name: "TANGUT IDEOGRAPH-17638",
    },
    Character {
        age: "9.0",
        codepoint: 0x17639,
        name: "TANGUT IDEOGRAPH-17639",
    },
    Character {
        age: "9.0",
        codepoint: 0x1763A,
        name: "TANGUT IDEOGRAPH-1763A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1763B,
        name: "TANGUT IDEOGRAPH-1763B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1763C,
        name: "TANGUT IDEOGRAPH-1763C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1763D,
        name: "TANGUT IDEOGRAPH-1763D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1763E,
        name: "TANGUT IDEOGRAPH-1763E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1763F,
        name: "TANGUT IDEOGRAPH-1763F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17640,
        name: "TANGUT IDEOGRAPH-17640",
    },
    Character {
        age: "9.0",
        codepoint: 0x17641,
        name: "TANGUT IDEOGRAPH-17641",
    },
    Character {
        age: "9.0",
        codepoint: 0x17642,
        name: "TANGUT IDEOGRAPH-17642",
    },
    Character {
        age: "9.0",
        codepoint: 0x17643,
        name: "TANGUT IDEOGRAPH-17643",
    },
    Character {
        age: "9.0",
        codepoint: 0x17644,
        name: "TANGUT IDEOGRAPH-17644",
    },
    Character {
        age: "9.0",
        codepoint: 0x17645,
        name: "TANGUT IDEOGRAPH-17645",
    },
    Character {
        age: "9.0",
        codepoint: 0x17646,
        name: "TANGUT IDEOGRAPH-17646",
    },
    Character {
        age: "9.0",
        codepoint: 0x17647,
        name: "TANGUT IDEOGRAPH-17647",
    },
    Character {
        age: "9.0",
        codepoint: 0x17648,
        name: "TANGUT IDEOGRAPH-17648",
    },
    Character {
        age: "9.0",
        codepoint: 0x17649,
        name: "TANGUT IDEOGRAPH-17649",
    },
    Character {
        age: "9.0",
        codepoint: 0x1764A,
        name: "TANGUT IDEOGRAPH-1764A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1764B,
        name: "TANGUT IDEOGRAPH-1764B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1764C,
        name: "TANGUT IDEOGRAPH-1764C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1764D,
        name: "TANGUT IDEOGRAPH-1764D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1764E,
        name: "TANGUT IDEOGRAPH-1764E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1764F,
        name: "TANGUT IDEOGRAPH-1764F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17650,
        name: "TANGUT IDEOGRAPH-17650",
    },
    Character {
        age: "9.0",
        codepoint: 0x17651,
        name: "TANGUT IDEOGRAPH-17651",
    },
    Character {
        age: "9.0",
        codepoint: 0x17652,
        name: "TANGUT IDEOGRAPH-17652",
    },
    Character {
        age: "9.0",
        codepoint: 0x17653,
        name: "TANGUT IDEOGRAPH-17653",
    },
    Character {
        age: "9.0",
        codepoint: 0x17654,
        name: "TANGUT IDEOGRAPH-17654",
    },
    Character {
        age: "9.0",
        codepoint: 0x17655,
        name: "TANGUT IDEOGRAPH-17655",
    },
    Character {
        age: "9.0",
        codepoint: 0x17656,
        name: "TANGUT IDEOGRAPH-17656",
    },
    Character {
        age: "9.0",
        codepoint: 0x17657,
        name: "TANGUT IDEOGRAPH-17657",
    },
    Character {
        age: "9.0",
        codepoint: 0x17658,
        name: "TANGUT IDEOGRAPH-17658",
    },
    Character {
        age: "9.0",
        codepoint: 0x17659,
        name: "TANGUT IDEOGRAPH-17659",
    },
    Character {
        age: "9.0",
        codepoint: 0x1765A,
        name: "TANGUT IDEOGRAPH-1765A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1765B,
        name: "TANGUT IDEOGRAPH-1765B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1765C,
        name: "TANGUT IDEOGRAPH-1765C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1765D,
        name: "TANGUT IDEOGRAPH-1765D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1765E,
        name: "TANGUT IDEOGRAPH-1765E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1765F,
        name: "TANGUT IDEOGRAPH-1765F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17660,
        name: "TANGUT IDEOGRAPH-17660",
    },
    Character {
        age: "9.0",
        codepoint: 0x17661,
        name: "TANGUT IDEOGRAPH-17661",
    },
    Character {
        age: "9.0",
        codepoint: 0x17662,
        name: "TANGUT IDEOGRAPH-17662",
    },
    Character {
        age: "9.0",
        codepoint: 0x17663,
        name: "TANGUT IDEOGRAPH-17663",
    },
    Character {
        age: "9.0",
        codepoint: 0x17664,
        name: "TANGUT IDEOGRAPH-17664",
    },
    Character {
        age: "9.0",
        codepoint: 0x17665,
        name: "TANGUT IDEOGRAPH-17665",
    },
    Character {
        age: "9.0",
        codepoint: 0x17666,
        name: "TANGUT IDEOGRAPH-17666",
    },
    Character {
        age: "9.0",
        codepoint: 0x17667,
        name: "TANGUT IDEOGRAPH-17667",
    },
    Character {
        age: "9.0",
        codepoint: 0x17668,
        name: "TANGUT IDEOGRAPH-17668",
    },
    Character {
        age: "9.0",
        codepoint: 0x17669,
        name: "TANGUT IDEOGRAPH-17669",
    },
    Character {
        age: "9.0",
        codepoint: 0x1766A,
        name: "TANGUT IDEOGRAPH-1766A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1766B,
        name: "TANGUT IDEOGRAPH-1766B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1766C,
        name: "TANGUT IDEOGRAPH-1766C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1766D,
        name: "TANGUT IDEOGRAPH-1766D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1766E,
        name: "TANGUT IDEOGRAPH-1766E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1766F,
        name: "TANGUT IDEOGRAPH-1766F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17670,
        name: "TANGUT IDEOGRAPH-17670",
    },
    Character {
        age: "9.0",
        codepoint: 0x17671,
        name: "TANGUT IDEOGRAPH-17671",
    },
    Character {
        age: "9.0",
        codepoint: 0x17672,
        name: "TANGUT IDEOGRAPH-17672",
    },
    Character {
        age: "9.0",
        codepoint: 0x17673,
        name: "TANGUT IDEOGRAPH-17673",
    },
    Character {
        age: "9.0",
        codepoint: 0x17674,
        name: "TANGUT IDEOGRAPH-17674",
    },
    Character {
        age: "9.0",
        codepoint: 0x17675,
        name: "TANGUT IDEOGRAPH-17675",
    },
    Character {
        age: "9.0",
        codepoint: 0x17676,
        name: "TANGUT IDEOGRAPH-17676",
    },
    Character {
        age: "9.0",
        codepoint: 0x17677,
        name: "TANGUT IDEOGRAPH-17677",
    },
    Character {
        age: "9.0",
        codepoint: 0x17678,
        name: "TANGUT IDEOGRAPH-17678",
    },
    Character {
        age: "9.0",
        codepoint: 0x17679,
        name: "TANGUT IDEOGRAPH-17679",
    },
    Character {
        age: "9.0",
        codepoint: 0x1767A,
        name: "TANGUT IDEOGRAPH-1767A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1767B,
        name: "TANGUT IDEOGRAPH-1767B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1767C,
        name: "TANGUT IDEOGRAPH-1767C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1767D,
        name: "TANGUT IDEOGRAPH-1767D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1767E,
        name: "TANGUT IDEOGRAPH-1767E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1767F,
        name: "TANGUT IDEOGRAPH-1767F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17680,
        name: "TANGUT IDEOGRAPH-17680",
    },
    Character {
        age: "9.0",
        codepoint: 0x17681,
        name: "TANGUT IDEOGRAPH-17681",
    },
    Character {
        age: "9.0",
        codepoint: 0x17682,
        name: "TANGUT IDEOGRAPH-17682",
    },
    Character {
        age: "9.0",
        codepoint: 0x17683,
        name: "TANGUT IDEOGRAPH-17683",
    },
    Character {
        age: "9.0",
        codepoint: 0x17684,
        name: "TANGUT IDEOGRAPH-17684",
    },
    Character {
        age: "9.0",
        codepoint: 0x17685,
        name: "TANGUT IDEOGRAPH-17685",
    },
    Character {
        age: "9.0",
        codepoint: 0x17686,
        name: "TANGUT IDEOGRAPH-17686",
    },
    Character {
        age: "9.0",
        codepoint: 0x17687,
        name: "TANGUT IDEOGRAPH-17687",
    },
    Character {
        age: "9.0",
        codepoint: 0x17688,
        name: "TANGUT IDEOGRAPH-17688",
    },
    Character {
        age: "9.0",
        codepoint: 0x17689,
        name: "TANGUT IDEOGRAPH-17689",
    },
    Character {
        age: "9.0",
        codepoint: 0x1768A,
        name: "TANGUT IDEOGRAPH-1768A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1768B,
        name: "TANGUT IDEOGRAPH-1768B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1768C,
        name: "TANGUT IDEOGRAPH-1768C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1768D,
        name: "TANGUT IDEOGRAPH-1768D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1768E,
        name: "TANGUT IDEOGRAPH-1768E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1768F,
        name: "TANGUT IDEOGRAPH-1768F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17690,
        name: "TANGUT IDEOGRAPH-17690",
    },
    Character {
        age: "9.0",
        codepoint: 0x17691,
        name: "TANGUT IDEOGRAPH-17691",
    },
    Character {
        age: "9.0",
        codepoint: 0x17692,
        name: "TANGUT IDEOGRAPH-17692",
    },
    Character {
        age: "9.0",
        codepoint: 0x17693,
        name: "TANGUT IDEOGRAPH-17693",
    },
    Character {
        age: "9.0",
        codepoint: 0x17694,
        name: "TANGUT IDEOGRAPH-17694",
    },
    Character {
        age: "9.0",
        codepoint: 0x17695,
        name: "TANGUT IDEOGRAPH-17695",
    },
    Character {
        age: "9.0",
        codepoint: 0x17696,
        name: "TANGUT IDEOGRAPH-17696",
    },
    Character {
        age: "9.0",
        codepoint: 0x17697,
        name: "TANGUT IDEOGRAPH-17697",
    },
    Character {
        age: "9.0",
        codepoint: 0x17698,
        name: "TANGUT IDEOGRAPH-17698",
    },
    Character {
        age: "9.0",
        codepoint: 0x17699,
        name: "TANGUT IDEOGRAPH-17699",
    },
    Character {
        age: "9.0",
        codepoint: 0x1769A,
        name: "TANGUT IDEOGRAPH-1769A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1769B,
        name: "TANGUT IDEOGRAPH-1769B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1769C,
        name: "TANGUT IDEOGRAPH-1769C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1769D,
        name: "TANGUT IDEOGRAPH-1769D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1769E,
        name: "TANGUT IDEOGRAPH-1769E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1769F,
        name: "TANGUT IDEOGRAPH-1769F",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A0,
        name: "TANGUT IDEOGRAPH-176A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A1,
        name: "TANGUT IDEOGRAPH-176A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A2,
        name: "TANGUT IDEOGRAPH-176A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A3,
        name: "TANGUT IDEOGRAPH-176A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A4,
        name: "TANGUT IDEOGRAPH-176A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A5,
        name: "TANGUT IDEOGRAPH-176A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A6,
        name: "TANGUT IDEOGRAPH-176A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A7,
        name: "TANGUT IDEOGRAPH-176A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A8,
        name: "TANGUT IDEOGRAPH-176A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x176A9,
        name: "TANGUT IDEOGRAPH-176A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x176AA,
        name: "TANGUT IDEOGRAPH-176AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x176AB,
        name: "TANGUT IDEOGRAPH-176AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x176AC,
        name: "TANGUT IDEOGRAPH-176AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x176AD,
        name: "TANGUT IDEOGRAPH-176AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x176AE,
        name: "TANGUT IDEOGRAPH-176AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x176AF,
        name: "TANGUT IDEOGRAPH-176AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B0,
        name: "TANGUT IDEOGRAPH-176B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B1,
        name: "TANGUT IDEOGRAPH-176B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B2,
        name: "TANGUT IDEOGRAPH-176B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B3,
        name: "TANGUT IDEOGRAPH-176B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B4,
        name: "TANGUT IDEOGRAPH-176B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B5,
        name: "TANGUT IDEOGRAPH-176B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B6,
        name: "TANGUT IDEOGRAPH-176B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B7,
        name: "TANGUT IDEOGRAPH-176B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B8,
        name: "TANGUT IDEOGRAPH-176B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x176B9,
        name: "TANGUT IDEOGRAPH-176B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x176BA,
        name: "TANGUT IDEOGRAPH-176BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x176BB,
        name: "TANGUT IDEOGRAPH-176BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x176BC,
        name: "TANGUT IDEOGRAPH-176BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x176BD,
        name: "TANGUT IDEOGRAPH-176BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x176BE,
        name: "TANGUT IDEOGRAPH-176BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x176BF,
        name: "TANGUT IDEOGRAPH-176BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C0,
        name: "TANGUT IDEOGRAPH-176C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C1,
        name: "TANGUT IDEOGRAPH-176C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C2,
        name: "TANGUT IDEOGRAPH-176C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C3,
        name: "TANGUT IDEOGRAPH-176C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C4,
        name: "TANGUT IDEOGRAPH-176C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C5,
        name: "TANGUT IDEOGRAPH-176C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C6,
        name: "TANGUT IDEOGRAPH-176C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C7,
        name: "TANGUT IDEOGRAPH-176C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C8,
        name: "TANGUT IDEOGRAPH-176C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x176C9,
        name: "TANGUT IDEOGRAPH-176C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x176CA,
        name: "TANGUT IDEOGRAPH-176CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x176CB,
        name: "TANGUT IDEOGRAPH-176CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x176CC,
        name: "TANGUT IDEOGRAPH-176CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x176CD,
        name: "TANGUT IDEOGRAPH-176CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x176CE,
        name: "TANGUT IDEOGRAPH-176CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x176CF,
        name: "TANGUT IDEOGRAPH-176CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D0,
        name: "TANGUT IDEOGRAPH-176D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D1,
        name: "TANGUT IDEOGRAPH-176D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D2,
        name: "TANGUT IDEOGRAPH-176D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D3,
        name: "TANGUT IDEOGRAPH-176D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D4,
        name: "TANGUT IDEOGRAPH-176D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D5,
        name: "TANGUT IDEOGRAPH-176D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D6,
        name: "TANGUT IDEOGRAPH-176D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D7,
        name: "TANGUT IDEOGRAPH-176D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D8,
        name: "TANGUT IDEOGRAPH-176D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x176D9,
        name: "TANGUT IDEOGRAPH-176D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x176DA,
        name: "TANGUT IDEOGRAPH-176DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x176DB,
        name: "TANGUT IDEOGRAPH-176DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x176DC,
        name: "TANGUT IDEOGRAPH-176DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x176DD,
        name: "TANGUT IDEOGRAPH-176DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x176DE,
        name: "TANGUT IDEOGRAPH-176DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x176DF,
        name: "TANGUT IDEOGRAPH-176DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E0,
        name: "TANGUT IDEOGRAPH-176E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E1,
        name: "TANGUT IDEOGRAPH-176E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E2,
        name: "TANGUT IDEOGRAPH-176E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E3,
        name: "TANGUT IDEOGRAPH-176E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E4,
        name: "TANGUT IDEOGRAPH-176E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E5,
        name: "TANGUT IDEOGRAPH-176E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E6,
        name: "TANGUT IDEOGRAPH-176E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E7,
        name: "TANGUT IDEOGRAPH-176E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E8,
        name: "TANGUT IDEOGRAPH-176E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x176E9,
        name: "TANGUT IDEOGRAPH-176E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x176EA,
        name: "TANGUT IDEOGRAPH-176EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x176EB,
        name: "TANGUT IDEOGRAPH-176EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x176EC,
        name: "TANGUT IDEOGRAPH-176EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x176ED,
        name: "TANGUT IDEOGRAPH-176ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x176EE,
        name: "TANGUT IDEOGRAPH-176EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x176EF,
        name: "TANGUT IDEOGRAPH-176EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F0,
        name: "TANGUT IDEOGRAPH-176F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F1,
        name: "TANGUT IDEOGRAPH-176F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F2,
        name: "TANGUT IDEOGRAPH-176F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F3,
        name: "TANGUT IDEOGRAPH-176F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F4,
        name: "TANGUT IDEOGRAPH-176F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F5,
        name: "TANGUT IDEOGRAPH-176F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F6,
        name: "TANGUT IDEOGRAPH-176F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F7,
        name: "TANGUT IDEOGRAPH-176F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F8,
        name: "TANGUT IDEOGRAPH-176F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x176F9,
        name: "TANGUT IDEOGRAPH-176F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x176FA,
        name: "TANGUT IDEOGRAPH-176FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x176FB,
        name: "TANGUT IDEOGRAPH-176FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x176FC,
        name: "TANGUT IDEOGRAPH-176FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x176FD,
        name: "TANGUT IDEOGRAPH-176FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x176FE,
        name: "TANGUT IDEOGRAPH-176FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x176FF,
        name: "TANGUT IDEOGRAPH-176FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17700,
        name: "TANGUT IDEOGRAPH-17700",
    },
    Character {
        age: "9.0",
        codepoint: 0x17701,
        name: "TANGUT IDEOGRAPH-17701",
    },
    Character {
        age: "9.0",
        codepoint: 0x17702,
        name: "TANGUT IDEOGRAPH-17702",
    },
    Character {
        age: "9.0",
        codepoint: 0x17703,
        name: "TANGUT IDEOGRAPH-17703",
    },
    Character {
        age: "9.0",
        codepoint: 0x17704,
        name: "TANGUT IDEOGRAPH-17704",
    },
    Character {
        age: "9.0",
        codepoint: 0x17705,
        name: "TANGUT IDEOGRAPH-17705",
    },
    Character {
        age: "9.0",
        codepoint: 0x17706,
        name: "TANGUT IDEOGRAPH-17706",
    },
    Character {
        age: "9.0",
        codepoint: 0x17707,
        name: "TANGUT IDEOGRAPH-17707",
    },
    Character {
        age: "9.0",
        codepoint: 0x17708,
        name: "TANGUT IDEOGRAPH-17708",
    },
    Character {
        age: "9.0",
        codepoint: 0x17709,
        name: "TANGUT IDEOGRAPH-17709",
    },
    Character {
        age: "9.0",
        codepoint: 0x1770A,
        name: "TANGUT IDEOGRAPH-1770A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1770B,
        name: "TANGUT IDEOGRAPH-1770B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1770C,
        name: "TANGUT IDEOGRAPH-1770C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1770D,
        name: "TANGUT IDEOGRAPH-1770D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1770E,
        name: "TANGUT IDEOGRAPH-1770E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1770F,
        name: "TANGUT IDEOGRAPH-1770F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17710,
        name: "TANGUT IDEOGRAPH-17710",
    },
    Character {
        age: "9.0",
        codepoint: 0x17711,
        name: "TANGUT IDEOGRAPH-17711",
    },
    Character {
        age: "9.0",
        codepoint: 0x17712,
        name: "TANGUT IDEOGRAPH-17712",
    },
    Character {
        age: "9.0",
        codepoint: 0x17713,
        name: "TANGUT IDEOGRAPH-17713",
    },
    Character {
        age: "9.0",
        codepoint: 0x17714,
        name: "TANGUT IDEOGRAPH-17714",
    },
    Character {
        age: "9.0",
        codepoint: 0x17715,
        name: "TANGUT IDEOGRAPH-17715",
    },
    Character {
        age: "9.0",
        codepoint: 0x17716,
        name: "TANGUT IDEOGRAPH-17716",
    },
    Character {
        age: "9.0",
        codepoint: 0x17717,
        name: "TANGUT IDEOGRAPH-17717",
    },
    Character {
        age: "9.0",
        codepoint: 0x17718,
        name: "TANGUT IDEOGRAPH-17718",
    },
    Character {
        age: "9.0",
        codepoint: 0x17719,
        name: "TANGUT IDEOGRAPH-17719",
    },
    Character {
        age: "9.0",
        codepoint: 0x1771A,
        name: "TANGUT IDEOGRAPH-1771A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1771B,
        name: "TANGUT IDEOGRAPH-1771B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1771C,
        name: "TANGUT IDEOGRAPH-1771C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1771D,
        name: "TANGUT IDEOGRAPH-1771D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1771E,
        name: "TANGUT IDEOGRAPH-1771E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1771F,
        name: "TANGUT IDEOGRAPH-1771F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17720,
        name: "TANGUT IDEOGRAPH-17720",
    },
    Character {
        age: "9.0",
        codepoint: 0x17721,
        name: "TANGUT IDEOGRAPH-17721",
    },
    Character {
        age: "9.0",
        codepoint: 0x17722,
        name: "TANGUT IDEOGRAPH-17722",
    },
    Character {
        age: "9.0",
        codepoint: 0x17723,
        name: "TANGUT IDEOGRAPH-17723",
    },
    Character {
        age: "9.0",
        codepoint: 0x17724,
        name: "TANGUT IDEOGRAPH-17724",
    },
    Character {
        age: "9.0",
        codepoint: 0x17725,
        name: "TANGUT IDEOGRAPH-17725",
    },
    Character {
        age: "9.0",
        codepoint: 0x17726,
        name: "TANGUT IDEOGRAPH-17726",
    },
    Character {
        age: "9.0",
        codepoint: 0x17727,
        name: "TANGUT IDEOGRAPH-17727",
    },
    Character {
        age: "9.0",
        codepoint: 0x17728,
        name: "TANGUT IDEOGRAPH-17728",
    },
    Character {
        age: "9.0",
        codepoint: 0x17729,
        name: "TANGUT IDEOGRAPH-17729",
    },
    Character {
        age: "9.0",
        codepoint: 0x1772A,
        name: "TANGUT IDEOGRAPH-1772A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1772B,
        name: "TANGUT IDEOGRAPH-1772B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1772C,
        name: "TANGUT IDEOGRAPH-1772C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1772D,
        name: "TANGUT IDEOGRAPH-1772D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1772E,
        name: "TANGUT IDEOGRAPH-1772E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1772F,
        name: "TANGUT IDEOGRAPH-1772F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17730,
        name: "TANGUT IDEOGRAPH-17730",
    },
    Character {
        age: "9.0",
        codepoint: 0x17731,
        name: "TANGUT IDEOGRAPH-17731",
    },
    Character {
        age: "9.0",
        codepoint: 0x17732,
        name: "TANGUT IDEOGRAPH-17732",
    },
    Character {
        age: "9.0",
        codepoint: 0x17733,
        name: "TANGUT IDEOGRAPH-17733",
    },
    Character {
        age: "9.0",
        codepoint: 0x17734,
        name: "TANGUT IDEOGRAPH-17734",
    },
    Character {
        age: "9.0",
        codepoint: 0x17735,
        name: "TANGUT IDEOGRAPH-17735",
    },
    Character {
        age: "9.0",
        codepoint: 0x17736,
        name: "TANGUT IDEOGRAPH-17736",
    },
    Character {
        age: "9.0",
        codepoint: 0x17737,
        name: "TANGUT IDEOGRAPH-17737",
    },
    Character {
        age: "9.0",
        codepoint: 0x17738,
        name: "TANGUT IDEOGRAPH-17738",
    },
    Character {
        age: "9.0",
        codepoint: 0x17739,
        name: "TANGUT IDEOGRAPH-17739",
    },
    Character {
        age: "9.0",
        codepoint: 0x1773A,
        name: "TANGUT IDEOGRAPH-1773A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1773B,
        name: "TANGUT IDEOGRAPH-1773B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1773C,
        name: "TANGUT IDEOGRAPH-1773C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1773D,
        name: "TANGUT IDEOGRAPH-1773D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1773E,
        name: "TANGUT IDEOGRAPH-1773E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1773F,
        name: "TANGUT IDEOGRAPH-1773F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17740,
        name: "TANGUT IDEOGRAPH-17740",
    },
    Character {
        age: "9.0",
        codepoint: 0x17741,
        name: "TANGUT IDEOGRAPH-17741",
    },
    Character {
        age: "9.0",
        codepoint: 0x17742,
        name: "TANGUT IDEOGRAPH-17742",
    },
    Character {
        age: "9.0",
        codepoint: 0x17743,
        name: "TANGUT IDEOGRAPH-17743",
    },
    Character {
        age: "9.0",
        codepoint: 0x17744,
        name: "TANGUT IDEOGRAPH-17744",
    },
    Character {
        age: "9.0",
        codepoint: 0x17745,
        name: "TANGUT IDEOGRAPH-17745",
    },
    Character {
        age: "9.0",
        codepoint: 0x17746,
        name: "TANGUT IDEOGRAPH-17746",
    },
    Character {
        age: "9.0",
        codepoint: 0x17747,
        name: "TANGUT IDEOGRAPH-17747",
    },
    Character {
        age: "9.0",
        codepoint: 0x17748,
        name: "TANGUT IDEOGRAPH-17748",
    },
    Character {
        age: "9.0",
        codepoint: 0x17749,
        name: "TANGUT IDEOGRAPH-17749",
    },
    Character {
        age: "9.0",
        codepoint: 0x1774A,
        name: "TANGUT IDEOGRAPH-1774A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1774B,
        name: "TANGUT IDEOGRAPH-1774B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1774C,
        name: "TANGUT IDEOGRAPH-1774C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1774D,
        name: "TANGUT IDEOGRAPH-1774D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1774E,
        name: "TANGUT IDEOGRAPH-1774E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1774F,
        name: "TANGUT IDEOGRAPH-1774F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17750,
        name: "TANGUT IDEOGRAPH-17750",
    },
    Character {
        age: "9.0",
        codepoint: 0x17751,
        name: "TANGUT IDEOGRAPH-17751",
    },
    Character {
        age: "9.0",
        codepoint: 0x17752,
        name: "TANGUT IDEOGRAPH-17752",
    },
    Character {
        age: "9.0",
        codepoint: 0x17753,
        name: "TANGUT IDEOGRAPH-17753",
    },
    Character {
        age: "9.0",
        codepoint: 0x17754,
        name: "TANGUT IDEOGRAPH-17754",
    },
    Character {
        age: "9.0",
        codepoint: 0x17755,
        name: "TANGUT IDEOGRAPH-17755",
    },
    Character {
        age: "9.0",
        codepoint: 0x17756,
        name: "TANGUT IDEOGRAPH-17756",
    },
    Character {
        age: "9.0",
        codepoint: 0x17757,
        name: "TANGUT IDEOGRAPH-17757",
    },
    Character {
        age: "9.0",
        codepoint: 0x17758,
        name: "TANGUT IDEOGRAPH-17758",
    },
    Character {
        age: "9.0",
        codepoint: 0x17759,
        name: "TANGUT IDEOGRAPH-17759",
    },
    Character {
        age: "9.0",
        codepoint: 0x1775A,
        name: "TANGUT IDEOGRAPH-1775A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1775B,
        name: "TANGUT IDEOGRAPH-1775B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1775C,
        name: "TANGUT IDEOGRAPH-1775C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1775D,
        name: "TANGUT IDEOGRAPH-1775D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1775E,
        name: "TANGUT IDEOGRAPH-1775E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1775F,
        name: "TANGUT IDEOGRAPH-1775F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17760,
        name: "TANGUT IDEOGRAPH-17760",
    },
    Character {
        age: "9.0",
        codepoint: 0x17761,
        name: "TANGUT IDEOGRAPH-17761",
    },
    Character {
        age: "9.0",
        codepoint: 0x17762,
        name: "TANGUT IDEOGRAPH-17762",
    },
    Character {
        age: "9.0",
        codepoint: 0x17763,
        name: "TANGUT IDEOGRAPH-17763",
    },
    Character {
        age: "9.0",
        codepoint: 0x17764,
        name: "TANGUT IDEOGRAPH-17764",
    },
    Character {
        age: "9.0",
        codepoint: 0x17765,
        name: "TANGUT IDEOGRAPH-17765",
    },
    Character {
        age: "9.0",
        codepoint: 0x17766,
        name: "TANGUT IDEOGRAPH-17766",
    },
    Character {
        age: "9.0",
        codepoint: 0x17767,
        name: "TANGUT IDEOGRAPH-17767",
    },
    Character {
        age: "9.0",
        codepoint: 0x17768,
        name: "TANGUT IDEOGRAPH-17768",
    },
    Character {
        age: "9.0",
        codepoint: 0x17769,
        name: "TANGUT IDEOGRAPH-17769",
    },
    Character {
        age: "9.0",
        codepoint: 0x1776A,
        name: "TANGUT IDEOGRAPH-1776A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1776B,
        name: "TANGUT IDEOGRAPH-1776B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1776C,
        name: "TANGUT IDEOGRAPH-1776C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1776D,
        name: "TANGUT IDEOGRAPH-1776D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1776E,
        name: "TANGUT IDEOGRAPH-1776E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1776F,
        name: "TANGUT IDEOGRAPH-1776F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17770,
        name: "TANGUT IDEOGRAPH-17770",
    },
    Character {
        age: "9.0",
        codepoint: 0x17771,
        name: "TANGUT IDEOGRAPH-17771",
    },
    Character {
        age: "9.0",
        codepoint: 0x17772,
        name: "TANGUT IDEOGRAPH-17772",
    },
    Character {
        age: "9.0",
        codepoint: 0x17773,
        name: "TANGUT IDEOGRAPH-17773",
    },
    Character {
        age: "9.0",
        codepoint: 0x17774,
        name: "TANGUT IDEOGRAPH-17774",
    },
    Character {
        age: "9.0",
        codepoint: 0x17775,
        name: "TANGUT IDEOGRAPH-17775",
    },
    Character {
        age: "9.0",
        codepoint: 0x17776,
        name: "TANGUT IDEOGRAPH-17776",
    },
    Character {
        age: "9.0",
        codepoint: 0x17777,
        name: "TANGUT IDEOGRAPH-17777",
    },
    Character {
        age: "9.0",
        codepoint: 0x17778,
        name: "TANGUT IDEOGRAPH-17778",
    },
    Character {
        age: "9.0",
        codepoint: 0x17779,
        name: "TANGUT IDEOGRAPH-17779",
    },
    Character {
        age: "9.0",
        codepoint: 0x1777A,
        name: "TANGUT IDEOGRAPH-1777A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1777B,
        name: "TANGUT IDEOGRAPH-1777B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1777C,
        name: "TANGUT IDEOGRAPH-1777C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1777D,
        name: "TANGUT IDEOGRAPH-1777D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1777E,
        name: "TANGUT IDEOGRAPH-1777E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1777F,
        name: "TANGUT IDEOGRAPH-1777F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17780,
        name: "TANGUT IDEOGRAPH-17780",
    },
    Character {
        age: "9.0",
        codepoint: 0x17781,
        name: "TANGUT IDEOGRAPH-17781",
    },
    Character {
        age: "9.0",
        codepoint: 0x17782,
        name: "TANGUT IDEOGRAPH-17782",
    },
    Character {
        age: "9.0",
        codepoint: 0x17783,
        name: "TANGUT IDEOGRAPH-17783",
    },
    Character {
        age: "9.0",
        codepoint: 0x17784,
        name: "TANGUT IDEOGRAPH-17784",
    },
    Character {
        age: "9.0",
        codepoint: 0x17785,
        name: "TANGUT IDEOGRAPH-17785",
    },
    Character {
        age: "9.0",
        codepoint: 0x17786,
        name: "TANGUT IDEOGRAPH-17786",
    },
    Character {
        age: "9.0",
        codepoint: 0x17787,
        name: "TANGUT IDEOGRAPH-17787",
    },
    Character {
        age: "9.0",
        codepoint: 0x17788,
        name: "TANGUT IDEOGRAPH-17788",
    },
    Character {
        age: "9.0",
        codepoint: 0x17789,
        name: "TANGUT IDEOGRAPH-17789",
    },
    Character {
        age: "9.0",
        codepoint: 0x1778A,
        name: "TANGUT IDEOGRAPH-1778A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1778B,
        name: "TANGUT IDEOGRAPH-1778B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1778C,
        name: "TANGUT IDEOGRAPH-1778C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1778D,
        name: "TANGUT IDEOGRAPH-1778D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1778E,
        name: "TANGUT IDEOGRAPH-1778E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1778F,
        name: "TANGUT IDEOGRAPH-1778F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17790,
        name: "TANGUT IDEOGRAPH-17790",
    },
    Character {
        age: "9.0",
        codepoint: 0x17791,
        name: "TANGUT IDEOGRAPH-17791",
    },
    Character {
        age: "9.0",
        codepoint: 0x17792,
        name: "TANGUT IDEOGRAPH-17792",
    },
    Character {
        age: "9.0",
        codepoint: 0x17793,
        name: "TANGUT IDEOGRAPH-17793",
    },
    Character {
        age: "9.0",
        codepoint: 0x17794,
        name: "TANGUT IDEOGRAPH-17794",
    },
    Character {
        age: "9.0",
        codepoint: 0x17795,
        name: "TANGUT IDEOGRAPH-17795",
    },
    Character {
        age: "9.0",
        codepoint: 0x17796,
        name: "TANGUT IDEOGRAPH-17796",
    },
    Character {
        age: "9.0",
        codepoint: 0x17797,
        name: "TANGUT IDEOGRAPH-17797",
    },
    Character {
        age: "9.0",
        codepoint: 0x17798,
        name: "TANGUT IDEOGRAPH-17798",
    },
    Character {
        age: "9.0",
        codepoint: 0x17799,
        name: "TANGUT IDEOGRAPH-17799",
    },
    Character {
        age: "9.0",
        codepoint: 0x1779A,
        name: "TANGUT IDEOGRAPH-1779A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1779B,
        name: "TANGUT IDEOGRAPH-1779B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1779C,
        name: "TANGUT IDEOGRAPH-1779C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1779D,
        name: "TANGUT IDEOGRAPH-1779D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1779E,
        name: "TANGUT IDEOGRAPH-1779E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1779F,
        name: "TANGUT IDEOGRAPH-1779F",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A0,
        name: "TANGUT IDEOGRAPH-177A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A1,
        name: "TANGUT IDEOGRAPH-177A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A2,
        name: "TANGUT IDEOGRAPH-177A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A3,
        name: "TANGUT IDEOGRAPH-177A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A4,
        name: "TANGUT IDEOGRAPH-177A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A5,
        name: "TANGUT IDEOGRAPH-177A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A6,
        name: "TANGUT IDEOGRAPH-177A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A7,
        name: "TANGUT IDEOGRAPH-177A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A8,
        name: "TANGUT IDEOGRAPH-177A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x177A9,
        name: "TANGUT IDEOGRAPH-177A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x177AA,
        name: "TANGUT IDEOGRAPH-177AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x177AB,
        name: "TANGUT IDEOGRAPH-177AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x177AC,
        name: "TANGUT IDEOGRAPH-177AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x177AD,
        name: "TANGUT IDEOGRAPH-177AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x177AE,
        name: "TANGUT IDEOGRAPH-177AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x177AF,
        name: "TANGUT IDEOGRAPH-177AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B0,
        name: "TANGUT IDEOGRAPH-177B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B1,
        name: "TANGUT IDEOGRAPH-177B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B2,
        name: "TANGUT IDEOGRAPH-177B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B3,
        name: "TANGUT IDEOGRAPH-177B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B4,
        name: "TANGUT IDEOGRAPH-177B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B5,
        name: "TANGUT IDEOGRAPH-177B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B6,
        name: "TANGUT IDEOGRAPH-177B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B7,
        name: "TANGUT IDEOGRAPH-177B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B8,
        name: "TANGUT IDEOGRAPH-177B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x177B9,
        name: "TANGUT IDEOGRAPH-177B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x177BA,
        name: "TANGUT IDEOGRAPH-177BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x177BB,
        name: "TANGUT IDEOGRAPH-177BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x177BC,
        name: "TANGUT IDEOGRAPH-177BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x177BD,
        name: "TANGUT IDEOGRAPH-177BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x177BE,
        name: "TANGUT IDEOGRAPH-177BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x177BF,
        name: "TANGUT IDEOGRAPH-177BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C0,
        name: "TANGUT IDEOGRAPH-177C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C1,
        name: "TANGUT IDEOGRAPH-177C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C2,
        name: "TANGUT IDEOGRAPH-177C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C3,
        name: "TANGUT IDEOGRAPH-177C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C4,
        name: "TANGUT IDEOGRAPH-177C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C5,
        name: "TANGUT IDEOGRAPH-177C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C6,
        name: "TANGUT IDEOGRAPH-177C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C7,
        name: "TANGUT IDEOGRAPH-177C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C8,
        name: "TANGUT IDEOGRAPH-177C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x177C9,
        name: "TANGUT IDEOGRAPH-177C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x177CA,
        name: "TANGUT IDEOGRAPH-177CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x177CB,
        name: "TANGUT IDEOGRAPH-177CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x177CC,
        name: "TANGUT IDEOGRAPH-177CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x177CD,
        name: "TANGUT IDEOGRAPH-177CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x177CE,
        name: "TANGUT IDEOGRAPH-177CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x177CF,
        name: "TANGUT IDEOGRAPH-177CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D0,
        name: "TANGUT IDEOGRAPH-177D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D1,
        name: "TANGUT IDEOGRAPH-177D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D2,
        name: "TANGUT IDEOGRAPH-177D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D3,
        name: "TANGUT IDEOGRAPH-177D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D4,
        name: "TANGUT IDEOGRAPH-177D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D5,
        name: "TANGUT IDEOGRAPH-177D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D6,
        name: "TANGUT IDEOGRAPH-177D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D7,
        name: "TANGUT IDEOGRAPH-177D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D8,
        name: "TANGUT IDEOGRAPH-177D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x177D9,
        name: "TANGUT IDEOGRAPH-177D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x177DA,
        name: "TANGUT IDEOGRAPH-177DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x177DB,
        name: "TANGUT IDEOGRAPH-177DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x177DC,
        name: "TANGUT IDEOGRAPH-177DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x177DD,
        name: "TANGUT IDEOGRAPH-177DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x177DE,
        name: "TANGUT IDEOGRAPH-177DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x177DF,
        name: "TANGUT IDEOGRAPH-177DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E0,
        name: "TANGUT IDEOGRAPH-177E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E1,
        name: "TANGUT IDEOGRAPH-177E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E2,
        name: "TANGUT IDEOGRAPH-177E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E3,
        name: "TANGUT IDEOGRAPH-177E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E4,
        name: "TANGUT IDEOGRAPH-177E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E5,
        name: "TANGUT IDEOGRAPH-177E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E6,
        name: "TANGUT IDEOGRAPH-177E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E7,
        name: "TANGUT IDEOGRAPH-177E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E8,
        name: "TANGUT IDEOGRAPH-177E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x177E9,
        name: "TANGUT IDEOGRAPH-177E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x177EA,
        name: "TANGUT IDEOGRAPH-177EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x177EB,
        name: "TANGUT IDEOGRAPH-177EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x177EC,
        name: "TANGUT IDEOGRAPH-177EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x177ED,
        name: "TANGUT IDEOGRAPH-177ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x177EE,
        name: "TANGUT IDEOGRAPH-177EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x177EF,
        name: "TANGUT IDEOGRAPH-177EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F0,
        name: "TANGUT IDEOGRAPH-177F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F1,
        name: "TANGUT IDEOGRAPH-177F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F2,
        name: "TANGUT IDEOGRAPH-177F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F3,
        name: "TANGUT IDEOGRAPH-177F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F4,
        name: "TANGUT IDEOGRAPH-177F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F5,
        name: "TANGUT IDEOGRAPH-177F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F6,
        name: "TANGUT IDEOGRAPH-177F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F7,
        name: "TANGUT IDEOGRAPH-177F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F8,
        name: "TANGUT IDEOGRAPH-177F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x177F9,
        name: "TANGUT IDEOGRAPH-177F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x177FA,
        name: "TANGUT IDEOGRAPH-177FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x177FB,
        name: "TANGUT IDEOGRAPH-177FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x177FC,
        name: "TANGUT IDEOGRAPH-177FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x177FD,
        name: "TANGUT IDEOGRAPH-177FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x177FE,
        name: "TANGUT IDEOGRAPH-177FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x177FF,
        name: "TANGUT IDEOGRAPH-177FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17800,
        name: "TANGUT IDEOGRAPH-17800",
    },
    Character {
        age: "9.0",
        codepoint: 0x17801,
        name: "TANGUT IDEOGRAPH-17801",
    },
    Character {
        age: "9.0",
        codepoint: 0x17802,
        name: "TANGUT IDEOGRAPH-17802",
    },
    Character {
        age: "9.0",
        codepoint: 0x17803,
        name: "TANGUT IDEOGRAPH-17803",
    },
    Character {
        age: "9.0",
        codepoint: 0x17804,
        name: "TANGUT IDEOGRAPH-17804",
    },
    Character {
        age: "9.0",
        codepoint: 0x17805,
        name: "TANGUT IDEOGRAPH-17805",
    },
    Character {
        age: "9.0",
        codepoint: 0x17806,
        name: "TANGUT IDEOGRAPH-17806",
    },
    Character {
        age: "9.0",
        codepoint: 0x17807,
        name: "TANGUT IDEOGRAPH-17807",
    },
    Character {
        age: "9.0",
        codepoint: 0x17808,
        name: "TANGUT IDEOGRAPH-17808",
    },
    Character {
        age: "9.0",
        codepoint: 0x17809,
        name: "TANGUT IDEOGRAPH-17809",
    },
    Character {
        age: "9.0",
        codepoint: 0x1780A,
        name: "TANGUT IDEOGRAPH-1780A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1780B,
        name: "TANGUT IDEOGRAPH-1780B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1780C,
        name: "TANGUT IDEOGRAPH-1780C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1780D,
        name: "TANGUT IDEOGRAPH-1780D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1780E,
        name: "TANGUT IDEOGRAPH-1780E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1780F,
        name: "TANGUT IDEOGRAPH-1780F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17810,
        name: "TANGUT IDEOGRAPH-17810",
    },
    Character {
        age: "9.0",
        codepoint: 0x17811,
        name: "TANGUT IDEOGRAPH-17811",
    },
    Character {
        age: "9.0",
        codepoint: 0x17812,
        name: "TANGUT IDEOGRAPH-17812",
    },
    Character {
        age: "9.0",
        codepoint: 0x17813,
        name: "TANGUT IDEOGRAPH-17813",
    },
    Character {
        age: "9.0",
        codepoint: 0x17814,
        name: "TANGUT IDEOGRAPH-17814",
    },
    Character {
        age: "9.0",
        codepoint: 0x17815,
        name: "TANGUT IDEOGRAPH-17815",
    },
    Character {
        age: "9.0",
        codepoint: 0x17816,
        name: "TANGUT IDEOGRAPH-17816",
    },
    Character {
        age: "9.0",
        codepoint: 0x17817,
        name: "TANGUT IDEOGRAPH-17817",
    },
    Character {
        age: "9.0",
        codepoint: 0x17818,
        name: "TANGUT IDEOGRAPH-17818",
    },
    Character {
        age: "9.0",
        codepoint: 0x17819,
        name: "TANGUT IDEOGRAPH-17819",
    },
    Character {
        age: "9.0",
        codepoint: 0x1781A,
        name: "TANGUT IDEOGRAPH-1781A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1781B,
        name: "TANGUT IDEOGRAPH-1781B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1781C,
        name: "TANGUT IDEOGRAPH-1781C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1781D,
        name: "TANGUT IDEOGRAPH-1781D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1781E,
        name: "TANGUT IDEOGRAPH-1781E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1781F,
        name: "TANGUT IDEOGRAPH-1781F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17820,
        name: "TANGUT IDEOGRAPH-17820",
    },
    Character {
        age: "9.0",
        codepoint: 0x17821,
        name: "TANGUT IDEOGRAPH-17821",
    },
    Character {
        age: "9.0",
        codepoint: 0x17822,
        name: "TANGUT IDEOGRAPH-17822",
    },
    Character {
        age: "9.0",
        codepoint: 0x17823,
        name: "TANGUT IDEOGRAPH-17823",
    },
    Character {
        age: "9.0",
        codepoint: 0x17824,
        name: "TANGUT IDEOGRAPH-17824",
    },
    Character {
        age: "9.0",
        codepoint: 0x17825,
        name: "TANGUT IDEOGRAPH-17825",
    },
    Character {
        age: "9.0",
        codepoint: 0x17826,
        name: "TANGUT IDEOGRAPH-17826",
    },
    Character {
        age: "9.0",
        codepoint: 0x17827,
        name: "TANGUT IDEOGRAPH-17827",
    },
    Character {
        age: "9.0",
        codepoint: 0x17828,
        name: "TANGUT IDEOGRAPH-17828",
    },
    Character {
        age: "9.0",
        codepoint: 0x17829,
        name: "TANGUT IDEOGRAPH-17829",
    },
    Character {
        age: "9.0",
        codepoint: 0x1782A,
        name: "TANGUT IDEOGRAPH-1782A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1782B,
        name: "TANGUT IDEOGRAPH-1782B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1782C,
        name: "TANGUT IDEOGRAPH-1782C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1782D,
        name: "TANGUT IDEOGRAPH-1782D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1782E,
        name: "TANGUT IDEOGRAPH-1782E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1782F,
        name: "TANGUT IDEOGRAPH-1782F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17830,
        name: "TANGUT IDEOGRAPH-17830",
    },
    Character {
        age: "9.0",
        codepoint: 0x17831,
        name: "TANGUT IDEOGRAPH-17831",
    },
    Character {
        age: "9.0",
        codepoint: 0x17832,
        name: "TANGUT IDEOGRAPH-17832",
    },
    Character {
        age: "9.0",
        codepoint: 0x17833,
        name: "TANGUT IDEOGRAPH-17833",
    },
    Character {
        age: "9.0",
        codepoint: 0x17834,
        name: "TANGUT IDEOGRAPH-17834",
    },
    Character {
        age: "9.0",
        codepoint: 0x17835,
        name: "TANGUT IDEOGRAPH-17835",
    },
    Character {
        age: "9.0",
        codepoint: 0x17836,
        name: "TANGUT IDEOGRAPH-17836",
    },
    Character {
        age: "9.0",
        codepoint: 0x17837,
        name: "TANGUT IDEOGRAPH-17837",
    },
    Character {
        age: "9.0",
        codepoint: 0x17838,
        name: "TANGUT IDEOGRAPH-17838",
    },
    Character {
        age: "9.0",
        codepoint: 0x17839,
        name: "TANGUT IDEOGRAPH-17839",
    },
    Character {
        age: "9.0",
        codepoint: 0x1783A,
        name: "TANGUT IDEOGRAPH-1783A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1783B,
        name: "TANGUT IDEOGRAPH-1783B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1783C,
        name: "TANGUT IDEOGRAPH-1783C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1783D,
        name: "TANGUT IDEOGRAPH-1783D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1783E,
        name: "TANGUT IDEOGRAPH-1783E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1783F,
        name: "TANGUT IDEOGRAPH-1783F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17840,
        name: "TANGUT IDEOGRAPH-17840",
    },
    Character {
        age: "9.0",
        codepoint: 0x17841,
        name: "TANGUT IDEOGRAPH-17841",
    },
    Character {
        age: "9.0",
        codepoint: 0x17842,
        name: "TANGUT IDEOGRAPH-17842",
    },
    Character {
        age: "9.0",
        codepoint: 0x17843,
        name: "TANGUT IDEOGRAPH-17843",
    },
    Character {
        age: "9.0",
        codepoint: 0x17844,
        name: "TANGUT IDEOGRAPH-17844",
    },
    Character {
        age: "9.0",
        codepoint: 0x17845,
        name: "TANGUT IDEOGRAPH-17845",
    },
    Character {
        age: "9.0",
        codepoint: 0x17846,
        name: "TANGUT IDEOGRAPH-17846",
    },
    Character {
        age: "9.0",
        codepoint: 0x17847,
        name: "TANGUT IDEOGRAPH-17847",
    },
    Character {
        age: "9.0",
        codepoint: 0x17848,
        name: "TANGUT IDEOGRAPH-17848",
    },
    Character {
        age: "9.0",
        codepoint: 0x17849,
        name: "TANGUT IDEOGRAPH-17849",
    },
    Character {
        age: "9.0",
        codepoint: 0x1784A,
        name: "TANGUT IDEOGRAPH-1784A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1784B,
        name: "TANGUT IDEOGRAPH-1784B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1784C,
        name: "TANGUT IDEOGRAPH-1784C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1784D,
        name: "TANGUT IDEOGRAPH-1784D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1784E,
        name: "TANGUT IDEOGRAPH-1784E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1784F,
        name: "TANGUT IDEOGRAPH-1784F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17850,
        name: "TANGUT IDEOGRAPH-17850",
    },
    Character {
        age: "9.0",
        codepoint: 0x17851,
        name: "TANGUT IDEOGRAPH-17851",
    },
    Character {
        age: "9.0",
        codepoint: 0x17852,
        name: "TANGUT IDEOGRAPH-17852",
    },
    Character {
        age: "9.0",
        codepoint: 0x17853,
        name: "TANGUT IDEOGRAPH-17853",
    },
    Character {
        age: "9.0",
        codepoint: 0x17854,
        name: "TANGUT IDEOGRAPH-17854",
    },
    Character {
        age: "9.0",
        codepoint: 0x17855,
        name: "TANGUT IDEOGRAPH-17855",
    },
    Character {
        age: "9.0",
        codepoint: 0x17856,
        name: "TANGUT IDEOGRAPH-17856",
    },
    Character {
        age: "9.0",
        codepoint: 0x17857,
        name: "TANGUT IDEOGRAPH-17857",
    },
    Character {
        age: "9.0",
        codepoint: 0x17858,
        name: "TANGUT IDEOGRAPH-17858",
    },
    Character {
        age: "9.0",
        codepoint: 0x17859,
        name: "TANGUT IDEOGRAPH-17859",
    },
    Character {
        age: "9.0",
        codepoint: 0x1785A,
        name: "TANGUT IDEOGRAPH-1785A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1785B,
        name: "TANGUT IDEOGRAPH-1785B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1785C,
        name: "TANGUT IDEOGRAPH-1785C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1785D,
        name: "TANGUT IDEOGRAPH-1785D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1785E,
        name: "TANGUT IDEOGRAPH-1785E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1785F,
        name: "TANGUT IDEOGRAPH-1785F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17860,
        name: "TANGUT IDEOGRAPH-17860",
    },
    Character {
        age: "9.0",
        codepoint: 0x17861,
        name: "TANGUT IDEOGRAPH-17861",
    },
    Character {
        age: "9.0",
        codepoint: 0x17862,
        name: "TANGUT IDEOGRAPH-17862",
    },
    Character {
        age: "9.0",
        codepoint: 0x17863,
        name: "TANGUT IDEOGRAPH-17863",
    },
    Character {
        age: "9.0",
        codepoint: 0x17864,
        name: "TANGUT IDEOGRAPH-17864",
    },
    Character {
        age: "9.0",
        codepoint: 0x17865,
        name: "TANGUT IDEOGRAPH-17865",
    },
    Character {
        age: "9.0",
        codepoint: 0x17866,
        name: "TANGUT IDEOGRAPH-17866",
    },
    Character {
        age: "9.0",
        codepoint: 0x17867,
        name: "TANGUT IDEOGRAPH-17867",
    },
    Character {
        age: "9.0",
        codepoint: 0x17868,
        name: "TANGUT IDEOGRAPH-17868",
    },
    Character {
        age: "9.0",
        codepoint: 0x17869,
        name: "TANGUT IDEOGRAPH-17869",
    },
    Character {
        age: "9.0",
        codepoint: 0x1786A,
        name: "TANGUT IDEOGRAPH-1786A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1786B,
        name: "TANGUT IDEOGRAPH-1786B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1786C,
        name: "TANGUT IDEOGRAPH-1786C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1786D,
        name: "TANGUT IDEOGRAPH-1786D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1786E,
        name: "TANGUT IDEOGRAPH-1786E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1786F,
        name: "TANGUT IDEOGRAPH-1786F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17870,
        name: "TANGUT IDEOGRAPH-17870",
    },
    Character {
        age: "9.0",
        codepoint: 0x17871,
        name: "TANGUT IDEOGRAPH-17871",
    },
    Character {
        age: "9.0",
        codepoint: 0x17872,
        name: "TANGUT IDEOGRAPH-17872",
    },
    Character {
        age: "9.0",
        codepoint: 0x17873,
        name: "TANGUT IDEOGRAPH-17873",
    },
    Character {
        age: "9.0",
        codepoint: 0x17874,
        name: "TANGUT IDEOGRAPH-17874",
    },
    Character {
        age: "9.0",
        codepoint: 0x17875,
        name: "TANGUT IDEOGRAPH-17875",
    },
    Character {
        age: "9.0",
        codepoint: 0x17876,
        name: "TANGUT IDEOGRAPH-17876",
    },
    Character {
        age: "9.0",
        codepoint: 0x17877,
        name: "TANGUT IDEOGRAPH-17877",
    },
    Character {
        age: "9.0",
        codepoint: 0x17878,
        name: "TANGUT IDEOGRAPH-17878",
    },
    Character {
        age: "9.0",
        codepoint: 0x17879,
        name: "TANGUT IDEOGRAPH-17879",
    },
    Character {
        age: "9.0",
        codepoint: 0x1787A,
        name: "TANGUT IDEOGRAPH-1787A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1787B,
        name: "TANGUT IDEOGRAPH-1787B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1787C,
        name: "TANGUT IDEOGRAPH-1787C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1787D,
        name: "TANGUT IDEOGRAPH-1787D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1787E,
        name: "TANGUT IDEOGRAPH-1787E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1787F,
        name: "TANGUT IDEOGRAPH-1787F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17880,
        name: "TANGUT IDEOGRAPH-17880",
    },
    Character {
        age: "9.0",
        codepoint: 0x17881,
        name: "TANGUT IDEOGRAPH-17881",
    },
    Character {
        age: "9.0",
        codepoint: 0x17882,
        name: "TANGUT IDEOGRAPH-17882",
    },
    Character {
        age: "9.0",
        codepoint: 0x17883,
        name: "TANGUT IDEOGRAPH-17883",
    },
    Character {
        age: "9.0",
        codepoint: 0x17884,
        name: "TANGUT IDEOGRAPH-17884",
    },
    Character {
        age: "9.0",
        codepoint: 0x17885,
        name: "TANGUT IDEOGRAPH-17885",
    },
    Character {
        age: "9.0",
        codepoint: 0x17886,
        name: "TANGUT IDEOGRAPH-17886",
    },
    Character {
        age: "9.0",
        codepoint: 0x17887,
        name: "TANGUT IDEOGRAPH-17887",
    },
    Character {
        age: "9.0",
        codepoint: 0x17888,
        name: "TANGUT IDEOGRAPH-17888",
    },
    Character {
        age: "9.0",
        codepoint: 0x17889,
        name: "TANGUT IDEOGRAPH-17889",
    },
    Character {
        age: "9.0",
        codepoint: 0x1788A,
        name: "TANGUT IDEOGRAPH-1788A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1788B,
        name: "TANGUT IDEOGRAPH-1788B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1788C,
        name: "TANGUT IDEOGRAPH-1788C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1788D,
        name: "TANGUT IDEOGRAPH-1788D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1788E,
        name: "TANGUT IDEOGRAPH-1788E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1788F,
        name: "TANGUT IDEOGRAPH-1788F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17890,
        name: "TANGUT IDEOGRAPH-17890",
    },
    Character {
        age: "9.0",
        codepoint: 0x17891,
        name: "TANGUT IDEOGRAPH-17891",
    },
    Character {
        age: "9.0",
        codepoint: 0x17892,
        name: "TANGUT IDEOGRAPH-17892",
    },
    Character {
        age: "9.0",
        codepoint: 0x17893,
        name: "TANGUT IDEOGRAPH-17893",
    },
    Character {
        age: "9.0",
        codepoint: 0x17894,
        name: "TANGUT IDEOGRAPH-17894",
    },
    Character {
        age: "9.0",
        codepoint: 0x17895,
        name: "TANGUT IDEOGRAPH-17895",
    },
    Character {
        age: "9.0",
        codepoint: 0x17896,
        name: "TANGUT IDEOGRAPH-17896",
    },
    Character {
        age: "9.0",
        codepoint: 0x17897,
        name: "TANGUT IDEOGRAPH-17897",
    },
    Character {
        age: "9.0",
        codepoint: 0x17898,
        name: "TANGUT IDEOGRAPH-17898",
    },
    Character {
        age: "9.0",
        codepoint: 0x17899,
        name: "TANGUT IDEOGRAPH-17899",
    },
    Character {
        age: "9.0",
        codepoint: 0x1789A,
        name: "TANGUT IDEOGRAPH-1789A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1789B,
        name: "TANGUT IDEOGRAPH-1789B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1789C,
        name: "TANGUT IDEOGRAPH-1789C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1789D,
        name: "TANGUT IDEOGRAPH-1789D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1789E,
        name: "TANGUT IDEOGRAPH-1789E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1789F,
        name: "TANGUT IDEOGRAPH-1789F",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A0,
        name: "TANGUT IDEOGRAPH-178A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A1,
        name: "TANGUT IDEOGRAPH-178A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A2,
        name: "TANGUT IDEOGRAPH-178A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A3,
        name: "TANGUT IDEOGRAPH-178A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A4,
        name: "TANGUT IDEOGRAPH-178A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A5,
        name: "TANGUT IDEOGRAPH-178A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A6,
        name: "TANGUT IDEOGRAPH-178A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A7,
        name: "TANGUT IDEOGRAPH-178A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A8,
        name: "TANGUT IDEOGRAPH-178A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x178A9,
        name: "TANGUT IDEOGRAPH-178A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x178AA,
        name: "TANGUT IDEOGRAPH-178AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x178AB,
        name: "TANGUT IDEOGRAPH-178AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x178AC,
        name: "TANGUT IDEOGRAPH-178AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x178AD,
        name: "TANGUT IDEOGRAPH-178AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x178AE,
        name: "TANGUT IDEOGRAPH-178AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x178AF,
        name: "TANGUT IDEOGRAPH-178AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B0,
        name: "TANGUT IDEOGRAPH-178B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B1,
        name: "TANGUT IDEOGRAPH-178B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B2,
        name: "TANGUT IDEOGRAPH-178B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B3,
        name: "TANGUT IDEOGRAPH-178B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B4,
        name: "TANGUT IDEOGRAPH-178B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B5,
        name: "TANGUT IDEOGRAPH-178B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B6,
        name: "TANGUT IDEOGRAPH-178B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B7,
        name: "TANGUT IDEOGRAPH-178B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B8,
        name: "TANGUT IDEOGRAPH-178B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x178B9,
        name: "TANGUT IDEOGRAPH-178B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x178BA,
        name: "TANGUT IDEOGRAPH-178BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x178BB,
        name: "TANGUT IDEOGRAPH-178BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x178BC,
        name: "TANGUT IDEOGRAPH-178BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x178BD,
        name: "TANGUT IDEOGRAPH-178BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x178BE,
        name: "TANGUT IDEOGRAPH-178BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x178BF,
        name: "TANGUT IDEOGRAPH-178BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C0,
        name: "TANGUT IDEOGRAPH-178C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C1,
        name: "TANGUT IDEOGRAPH-178C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C2,
        name: "TANGUT IDEOGRAPH-178C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C3,
        name: "TANGUT IDEOGRAPH-178C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C4,
        name: "TANGUT IDEOGRAPH-178C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C5,
        name: "TANGUT IDEOGRAPH-178C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C6,
        name: "TANGUT IDEOGRAPH-178C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C7,
        name: "TANGUT IDEOGRAPH-178C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C8,
        name: "TANGUT IDEOGRAPH-178C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x178C9,
        name: "TANGUT IDEOGRAPH-178C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x178CA,
        name: "TANGUT IDEOGRAPH-178CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x178CB,
        name: "TANGUT IDEOGRAPH-178CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x178CC,
        name: "TANGUT IDEOGRAPH-178CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x178CD,
        name: "TANGUT IDEOGRAPH-178CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x178CE,
        name: "TANGUT IDEOGRAPH-178CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x178CF,
        name: "TANGUT IDEOGRAPH-178CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D0,
        name: "TANGUT IDEOGRAPH-178D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D1,
        name: "TANGUT IDEOGRAPH-178D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D2,
        name: "TANGUT IDEOGRAPH-178D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D3,
        name: "TANGUT IDEOGRAPH-178D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D4,
        name: "TANGUT IDEOGRAPH-178D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D5,
        name: "TANGUT IDEOGRAPH-178D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D6,
        name: "TANGUT IDEOGRAPH-178D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D7,
        name: "TANGUT IDEOGRAPH-178D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D8,
        name: "TANGUT IDEOGRAPH-178D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x178D9,
        name: "TANGUT IDEOGRAPH-178D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x178DA,
        name: "TANGUT IDEOGRAPH-178DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x178DB,
        name: "TANGUT IDEOGRAPH-178DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x178DC,
        name: "TANGUT IDEOGRAPH-178DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x178DD,
        name: "TANGUT IDEOGRAPH-178DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x178DE,
        name: "TANGUT IDEOGRAPH-178DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x178DF,
        name: "TANGUT IDEOGRAPH-178DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E0,
        name: "TANGUT IDEOGRAPH-178E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E1,
        name: "TANGUT IDEOGRAPH-178E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E2,
        name: "TANGUT IDEOGRAPH-178E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E3,
        name: "TANGUT IDEOGRAPH-178E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E4,
        name: "TANGUT IDEOGRAPH-178E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E5,
        name: "TANGUT IDEOGRAPH-178E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E6,
        name: "TANGUT IDEOGRAPH-178E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E7,
        name: "TANGUT IDEOGRAPH-178E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E8,
        name: "TANGUT IDEOGRAPH-178E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x178E9,
        name: "TANGUT IDEOGRAPH-178E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x178EA,
        name: "TANGUT IDEOGRAPH-178EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x178EB,
        name: "TANGUT IDEOGRAPH-178EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x178EC,
        name: "TANGUT IDEOGRAPH-178EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x178ED,
        name: "TANGUT IDEOGRAPH-178ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x178EE,
        name: "TANGUT IDEOGRAPH-178EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x178EF,
        name: "TANGUT IDEOGRAPH-178EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F0,
        name: "TANGUT IDEOGRAPH-178F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F1,
        name: "TANGUT IDEOGRAPH-178F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F2,
        name: "TANGUT IDEOGRAPH-178F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F3,
        name: "TANGUT IDEOGRAPH-178F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F4,
        name: "TANGUT IDEOGRAPH-178F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F5,
        name: "TANGUT IDEOGRAPH-178F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F6,
        name: "TANGUT IDEOGRAPH-178F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F7,
        name: "TANGUT IDEOGRAPH-178F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F8,
        name: "TANGUT IDEOGRAPH-178F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x178F9,
        name: "TANGUT IDEOGRAPH-178F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x178FA,
        name: "TANGUT IDEOGRAPH-178FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x178FB,
        name: "TANGUT IDEOGRAPH-178FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x178FC,
        name: "TANGUT IDEOGRAPH-178FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x178FD,
        name: "TANGUT IDEOGRAPH-178FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x178FE,
        name: "TANGUT IDEOGRAPH-178FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x178FF,
        name: "TANGUT IDEOGRAPH-178FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17900,
        name: "TANGUT IDEOGRAPH-17900",
    },
    Character {
        age: "9.0",
        codepoint: 0x17901,
        name: "TANGUT IDEOGRAPH-17901",
    },
    Character {
        age: "9.0",
        codepoint: 0x17902,
        name: "TANGUT IDEOGRAPH-17902",
    },
    Character {
        age: "9.0",
        codepoint: 0x17903,
        name: "TANGUT IDEOGRAPH-17903",
    },
    Character {
        age: "9.0",
        codepoint: 0x17904,
        name: "TANGUT IDEOGRAPH-17904",
    },
    Character {
        age: "9.0",
        codepoint: 0x17905,
        name: "TANGUT IDEOGRAPH-17905",
    },
    Character {
        age: "9.0",
        codepoint: 0x17906,
        name: "TANGUT IDEOGRAPH-17906",
    },
    Character {
        age: "9.0",
        codepoint: 0x17907,
        name: "TANGUT IDEOGRAPH-17907",
    },
    Character {
        age: "9.0",
        codepoint: 0x17908,
        name: "TANGUT IDEOGRAPH-17908",
    },
    Character {
        age: "9.0",
        codepoint: 0x17909,
        name: "TANGUT IDEOGRAPH-17909",
    },
    Character {
        age: "9.0",
        codepoint: 0x1790A,
        name: "TANGUT IDEOGRAPH-1790A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1790B,
        name: "TANGUT IDEOGRAPH-1790B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1790C,
        name: "TANGUT IDEOGRAPH-1790C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1790D,
        name: "TANGUT IDEOGRAPH-1790D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1790E,
        name: "TANGUT IDEOGRAPH-1790E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1790F,
        name: "TANGUT IDEOGRAPH-1790F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17910,
        name: "TANGUT IDEOGRAPH-17910",
    },
    Character {
        age: "9.0",
        codepoint: 0x17911,
        name: "TANGUT IDEOGRAPH-17911",
    },
    Character {
        age: "9.0",
        codepoint: 0x17912,
        name: "TANGUT IDEOGRAPH-17912",
    },
    Character {
        age: "9.0",
        codepoint: 0x17913,
        name: "TANGUT IDEOGRAPH-17913",
    },
    Character {
        age: "9.0",
        codepoint: 0x17914,
        name: "TANGUT IDEOGRAPH-17914",
    },
    Character {
        age: "9.0",
        codepoint: 0x17915,
        name: "TANGUT IDEOGRAPH-17915",
    },
    Character {
        age: "9.0",
        codepoint: 0x17916,
        name: "TANGUT IDEOGRAPH-17916",
    },
    Character {
        age: "9.0",
        codepoint: 0x17917,
        name: "TANGUT IDEOGRAPH-17917",
    },
    Character {
        age: "9.0",
        codepoint: 0x17918,
        name: "TANGUT IDEOGRAPH-17918",
    },
    Character {
        age: "9.0",
        codepoint: 0x17919,
        name: "TANGUT IDEOGRAPH-17919",
    },
    Character {
        age: "9.0",
        codepoint: 0x1791A,
        name: "TANGUT IDEOGRAPH-1791A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1791B,
        name: "TANGUT IDEOGRAPH-1791B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1791C,
        name: "TANGUT IDEOGRAPH-1791C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1791D,
        name: "TANGUT IDEOGRAPH-1791D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1791E,
        name: "TANGUT IDEOGRAPH-1791E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1791F,
        name: "TANGUT IDEOGRAPH-1791F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17920,
        name: "TANGUT IDEOGRAPH-17920",
    },
    Character {
        age: "9.0",
        codepoint: 0x17921,
        name: "TANGUT IDEOGRAPH-17921",
    },
    Character {
        age: "9.0",
        codepoint: 0x17922,
        name: "TANGUT IDEOGRAPH-17922",
    },
    Character {
        age: "9.0",
        codepoint: 0x17923,
        name: "TANGUT IDEOGRAPH-17923",
    },
    Character {
        age: "9.0",
        codepoint: 0x17924,
        name: "TANGUT IDEOGRAPH-17924",
    },
    Character {
        age: "9.0",
        codepoint: 0x17925,
        name: "TANGUT IDEOGRAPH-17925",
    },
    Character {
        age: "9.0",
        codepoint: 0x17926,
        name: "TANGUT IDEOGRAPH-17926",
    },
    Character {
        age: "9.0",
        codepoint: 0x17927,
        name: "TANGUT IDEOGRAPH-17927",
    },
    Character {
        age: "9.0",
        codepoint: 0x17928,
        name: "TANGUT IDEOGRAPH-17928",
    },
    Character {
        age: "9.0",
        codepoint: 0x17929,
        name: "TANGUT IDEOGRAPH-17929",
    },
    Character {
        age: "9.0",
        codepoint: 0x1792A,
        name: "TANGUT IDEOGRAPH-1792A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1792B,
        name: "TANGUT IDEOGRAPH-1792B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1792C,
        name: "TANGUT IDEOGRAPH-1792C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1792D,
        name: "TANGUT IDEOGRAPH-1792D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1792E,
        name: "TANGUT IDEOGRAPH-1792E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1792F,
        name: "TANGUT IDEOGRAPH-1792F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17930,
        name: "TANGUT IDEOGRAPH-17930",
    },
    Character {
        age: "9.0",
        codepoint: 0x17931,
        name: "TANGUT IDEOGRAPH-17931",
    },
    Character {
        age: "9.0",
        codepoint: 0x17932,
        name: "TANGUT IDEOGRAPH-17932",
    },
    Character {
        age: "9.0",
        codepoint: 0x17933,
        name: "TANGUT IDEOGRAPH-17933",
    },
    Character {
        age: "9.0",
        codepoint: 0x17934,
        name: "TANGUT IDEOGRAPH-17934",
    },
    Character {
        age: "9.0",
        codepoint: 0x17935,
        name: "TANGUT IDEOGRAPH-17935",
    },
    Character {
        age: "9.0",
        codepoint: 0x17936,
        name: "TANGUT IDEOGRAPH-17936",
    },
    Character {
        age: "9.0",
        codepoint: 0x17937,
        name: "TANGUT IDEOGRAPH-17937",
    },
    Character {
        age: "9.0",
        codepoint: 0x17938,
        name: "TANGUT IDEOGRAPH-17938",
    },
    Character {
        age: "9.0",
        codepoint: 0x17939,
        name: "TANGUT IDEOGRAPH-17939",
    },
    Character {
        age: "9.0",
        codepoint: 0x1793A,
        name: "TANGUT IDEOGRAPH-1793A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1793B,
        name: "TANGUT IDEOGRAPH-1793B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1793C,
        name: "TANGUT IDEOGRAPH-1793C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1793D,
        name: "TANGUT IDEOGRAPH-1793D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1793E,
        name: "TANGUT IDEOGRAPH-1793E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1793F,
        name: "TANGUT IDEOGRAPH-1793F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17940,
        name: "TANGUT IDEOGRAPH-17940",
    },
    Character {
        age: "9.0",
        codepoint: 0x17941,
        name: "TANGUT IDEOGRAPH-17941",
    },
    Character {
        age: "9.0",
        codepoint: 0x17942,
        name: "TANGUT IDEOGRAPH-17942",
    },
    Character {
        age: "9.0",
        codepoint: 0x17943,
        name: "TANGUT IDEOGRAPH-17943",
    },
    Character {
        age: "9.0",
        codepoint: 0x17944,
        name: "TANGUT IDEOGRAPH-17944",
    },
    Character {
        age: "9.0",
        codepoint: 0x17945,
        name: "TANGUT IDEOGRAPH-17945",
    },
    Character {
        age: "9.0",
        codepoint: 0x17946,
        name: "TANGUT IDEOGRAPH-17946",
    },
    Character {
        age: "9.0",
        codepoint: 0x17947,
        name: "TANGUT IDEOGRAPH-17947",
    },
    Character {
        age: "9.0",
        codepoint: 0x17948,
        name: "TANGUT IDEOGRAPH-17948",
    },
    Character {
        age: "9.0",
        codepoint: 0x17949,
        name: "TANGUT IDEOGRAPH-17949",
    },
    Character {
        age: "9.0",
        codepoint: 0x1794A,
        name: "TANGUT IDEOGRAPH-1794A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1794B,
        name: "TANGUT IDEOGRAPH-1794B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1794C,
        name: "TANGUT IDEOGRAPH-1794C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1794D,
        name: "TANGUT IDEOGRAPH-1794D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1794E,
        name: "TANGUT IDEOGRAPH-1794E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1794F,
        name: "TANGUT IDEOGRAPH-1794F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17950,
        name: "TANGUT IDEOGRAPH-17950",
    },
    Character {
        age: "9.0",
        codepoint: 0x17951,
        name: "TANGUT IDEOGRAPH-17951",
    },
    Character {
        age: "9.0",
        codepoint: 0x17952,
        name: "TANGUT IDEOGRAPH-17952",
    },
    Character {
        age: "9.0",
        codepoint: 0x17953,
        name: "TANGUT IDEOGRAPH-17953",
    },
    Character {
        age: "9.0",
        codepoint: 0x17954,
        name: "TANGUT IDEOGRAPH-17954",
    },
    Character {
        age: "9.0",
        codepoint: 0x17955,
        name: "TANGUT IDEOGRAPH-17955",
    },
    Character {
        age: "9.0",
        codepoint: 0x17956,
        name: "TANGUT IDEOGRAPH-17956",
    },
    Character {
        age: "9.0",
        codepoint: 0x17957,
        name: "TANGUT IDEOGRAPH-17957",
    },
    Character {
        age: "9.0",
        codepoint: 0x17958,
        name: "TANGUT IDEOGRAPH-17958",
    },
    Character {
        age: "9.0",
        codepoint: 0x17959,
        name: "TANGUT IDEOGRAPH-17959",
    },
    Character {
        age: "9.0",
        codepoint: 0x1795A,
        name: "TANGUT IDEOGRAPH-1795A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1795B,
        name: "TANGUT IDEOGRAPH-1795B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1795C,
        name: "TANGUT IDEOGRAPH-1795C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1795D,
        name: "TANGUT IDEOGRAPH-1795D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1795E,
        name: "TANGUT IDEOGRAPH-1795E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1795F,
        name: "TANGUT IDEOGRAPH-1795F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17960,
        name: "TANGUT IDEOGRAPH-17960",
    },
    Character {
        age: "9.0",
        codepoint: 0x17961,
        name: "TANGUT IDEOGRAPH-17961",
    },
    Character {
        age: "9.0",
        codepoint: 0x17962,
        name: "TANGUT IDEOGRAPH-17962",
    },
    Character {
        age: "9.0",
        codepoint: 0x17963,
        name: "TANGUT IDEOGRAPH-17963",
    },
    Character {
        age: "9.0",
        codepoint: 0x17964,
        name: "TANGUT IDEOGRAPH-17964",
    },
    Character {
        age: "9.0",
        codepoint: 0x17965,
        name: "TANGUT IDEOGRAPH-17965",
    },
    Character {
        age: "9.0",
        codepoint: 0x17966,
        name: "TANGUT IDEOGRAPH-17966",
    },
    Character {
        age: "9.0",
        codepoint: 0x17967,
        name: "TANGUT IDEOGRAPH-17967",
    },
    Character {
        age: "9.0",
        codepoint: 0x17968,
        name: "TANGUT IDEOGRAPH-17968",
    },
    Character {
        age: "9.0",
        codepoint: 0x17969,
        name: "TANGUT IDEOGRAPH-17969",
    },
    Character {
        age: "9.0",
        codepoint: 0x1796A,
        name: "TANGUT IDEOGRAPH-1796A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1796B,
        name: "TANGUT IDEOGRAPH-1796B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1796C,
        name: "TANGUT IDEOGRAPH-1796C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1796D,
        name: "TANGUT IDEOGRAPH-1796D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1796E,
        name: "TANGUT IDEOGRAPH-1796E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1796F,
        name: "TANGUT IDEOGRAPH-1796F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17970,
        name: "TANGUT IDEOGRAPH-17970",
    },
    Character {
        age: "9.0",
        codepoint: 0x17971,
        name: "TANGUT IDEOGRAPH-17971",
    },
    Character {
        age: "9.0",
        codepoint: 0x17972,
        name: "TANGUT IDEOGRAPH-17972",
    },
    Character {
        age: "9.0",
        codepoint: 0x17973,
        name: "TANGUT IDEOGRAPH-17973",
    },
    Character {
        age: "9.0",
        codepoint: 0x17974,
        name: "TANGUT IDEOGRAPH-17974",
    },
    Character {
        age: "9.0",
        codepoint: 0x17975,
        name: "TANGUT IDEOGRAPH-17975",
    },
    Character {
        age: "9.0",
        codepoint: 0x17976,
        name: "TANGUT IDEOGRAPH-17976",
    },
    Character {
        age: "9.0",
        codepoint: 0x17977,
        name: "TANGUT IDEOGRAPH-17977",
    },
    Character {
        age: "9.0",
        codepoint: 0x17978,
        name: "TANGUT IDEOGRAPH-17978",
    },
    Character {
        age: "9.0",
        codepoint: 0x17979,
        name: "TANGUT IDEOGRAPH-17979",
    },
    Character {
        age: "9.0",
        codepoint: 0x1797A,
        name: "TANGUT IDEOGRAPH-1797A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1797B,
        name: "TANGUT IDEOGRAPH-1797B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1797C,
        name: "TANGUT IDEOGRAPH-1797C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1797D,
        name: "TANGUT IDEOGRAPH-1797D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1797E,
        name: "TANGUT IDEOGRAPH-1797E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1797F,
        name: "TANGUT IDEOGRAPH-1797F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17980,
        name: "TANGUT IDEOGRAPH-17980",
    },
    Character {
        age: "9.0",
        codepoint: 0x17981,
        name: "TANGUT IDEOGRAPH-17981",
    },
    Character {
        age: "9.0",
        codepoint: 0x17982,
        name: "TANGUT IDEOGRAPH-17982",
    },
    Character {
        age: "9.0",
        codepoint: 0x17983,
        name: "TANGUT IDEOGRAPH-17983",
    },
    Character {
        age: "9.0",
        codepoint: 0x17984,
        name: "TANGUT IDEOGRAPH-17984",
    },
    Character {
        age: "9.0",
        codepoint: 0x17985,
        name: "TANGUT IDEOGRAPH-17985",
    },
    Character {
        age: "9.0",
        codepoint: 0x17986,
        name: "TANGUT IDEOGRAPH-17986",
    },
    Character {
        age: "9.0",
        codepoint: 0x17987,
        name: "TANGUT IDEOGRAPH-17987",
    },
    Character {
        age: "9.0",
        codepoint: 0x17988,
        name: "TANGUT IDEOGRAPH-17988",
    },
    Character {
        age: "9.0",
        codepoint: 0x17989,
        name: "TANGUT IDEOGRAPH-17989",
    },
    Character {
        age: "9.0",
        codepoint: 0x1798A,
        name: "TANGUT IDEOGRAPH-1798A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1798B,
        name: "TANGUT IDEOGRAPH-1798B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1798C,
        name: "TANGUT IDEOGRAPH-1798C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1798D,
        name: "TANGUT IDEOGRAPH-1798D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1798E,
        name: "TANGUT IDEOGRAPH-1798E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1798F,
        name: "TANGUT IDEOGRAPH-1798F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17990,
        name: "TANGUT IDEOGRAPH-17990",
    },
    Character {
        age: "9.0",
        codepoint: 0x17991,
        name: "TANGUT IDEOGRAPH-17991",
    },
    Character {
        age: "9.0",
        codepoint: 0x17992,
        name: "TANGUT IDEOGRAPH-17992",
    },
    Character {
        age: "9.0",
        codepoint: 0x17993,
        name: "TANGUT IDEOGRAPH-17993",
    },
    Character {
        age: "9.0",
        codepoint: 0x17994,
        name: "TANGUT IDEOGRAPH-17994",
    },
    Character {
        age: "9.0",
        codepoint: 0x17995,
        name: "TANGUT IDEOGRAPH-17995",
    },
    Character {
        age: "9.0",
        codepoint: 0x17996,
        name: "TANGUT IDEOGRAPH-17996",
    },
    Character {
        age: "9.0",
        codepoint: 0x17997,
        name: "TANGUT IDEOGRAPH-17997",
    },
    Character {
        age: "9.0",
        codepoint: 0x17998,
        name: "TANGUT IDEOGRAPH-17998",
    },
    Character {
        age: "9.0",
        codepoint: 0x17999,
        name: "TANGUT IDEOGRAPH-17999",
    },
    Character {
        age: "9.0",
        codepoint: 0x1799A,
        name: "TANGUT IDEOGRAPH-1799A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1799B,
        name: "TANGUT IDEOGRAPH-1799B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1799C,
        name: "TANGUT IDEOGRAPH-1799C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1799D,
        name: "TANGUT IDEOGRAPH-1799D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1799E,
        name: "TANGUT IDEOGRAPH-1799E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1799F,
        name: "TANGUT IDEOGRAPH-1799F",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A0,
        name: "TANGUT IDEOGRAPH-179A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A1,
        name: "TANGUT IDEOGRAPH-179A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A2,
        name: "TANGUT IDEOGRAPH-179A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A3,
        name: "TANGUT IDEOGRAPH-179A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A4,
        name: "TANGUT IDEOGRAPH-179A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A5,
        name: "TANGUT IDEOGRAPH-179A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A6,
        name: "TANGUT IDEOGRAPH-179A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A7,
        name: "TANGUT IDEOGRAPH-179A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A8,
        name: "TANGUT IDEOGRAPH-179A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x179A9,
        name: "TANGUT IDEOGRAPH-179A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x179AA,
        name: "TANGUT IDEOGRAPH-179AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x179AB,
        name: "TANGUT IDEOGRAPH-179AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x179AC,
        name: "TANGUT IDEOGRAPH-179AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x179AD,
        name: "TANGUT IDEOGRAPH-179AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x179AE,
        name: "TANGUT IDEOGRAPH-179AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x179AF,
        name: "TANGUT IDEOGRAPH-179AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B0,
        name: "TANGUT IDEOGRAPH-179B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B1,
        name: "TANGUT IDEOGRAPH-179B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B2,
        name: "TANGUT IDEOGRAPH-179B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B3,
        name: "TANGUT IDEOGRAPH-179B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B4,
        name: "TANGUT IDEOGRAPH-179B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B5,
        name: "TANGUT IDEOGRAPH-179B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B6,
        name: "TANGUT IDEOGRAPH-179B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B7,
        name: "TANGUT IDEOGRAPH-179B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B8,
        name: "TANGUT IDEOGRAPH-179B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x179B9,
        name: "TANGUT IDEOGRAPH-179B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x179BA,
        name: "TANGUT IDEOGRAPH-179BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x179BB,
        name: "TANGUT IDEOGRAPH-179BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x179BC,
        name: "TANGUT IDEOGRAPH-179BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x179BD,
        name: "TANGUT IDEOGRAPH-179BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x179BE,
        name: "TANGUT IDEOGRAPH-179BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x179BF,
        name: "TANGUT IDEOGRAPH-179BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C0,
        name: "TANGUT IDEOGRAPH-179C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C1,
        name: "TANGUT IDEOGRAPH-179C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C2,
        name: "TANGUT IDEOGRAPH-179C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C3,
        name: "TANGUT IDEOGRAPH-179C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C4,
        name: "TANGUT IDEOGRAPH-179C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C5,
        name: "TANGUT IDEOGRAPH-179C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C6,
        name: "TANGUT IDEOGRAPH-179C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C7,
        name: "TANGUT IDEOGRAPH-179C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C8,
        name: "TANGUT IDEOGRAPH-179C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x179C9,
        name: "TANGUT IDEOGRAPH-179C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x179CA,
        name: "TANGUT IDEOGRAPH-179CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x179CB,
        name: "TANGUT IDEOGRAPH-179CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x179CC,
        name: "TANGUT IDEOGRAPH-179CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x179CD,
        name: "TANGUT IDEOGRAPH-179CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x179CE,
        name: "TANGUT IDEOGRAPH-179CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x179CF,
        name: "TANGUT IDEOGRAPH-179CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D0,
        name: "TANGUT IDEOGRAPH-179D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D1,
        name: "TANGUT IDEOGRAPH-179D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D2,
        name: "TANGUT IDEOGRAPH-179D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D3,
        name: "TANGUT IDEOGRAPH-179D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D4,
        name: "TANGUT IDEOGRAPH-179D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D5,
        name: "TANGUT IDEOGRAPH-179D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D6,
        name: "TANGUT IDEOGRAPH-179D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D7,
        name: "TANGUT IDEOGRAPH-179D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D8,
        name: "TANGUT IDEOGRAPH-179D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x179D9,
        name: "TANGUT IDEOGRAPH-179D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x179DA,
        name: "TANGUT IDEOGRAPH-179DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x179DB,
        name: "TANGUT IDEOGRAPH-179DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x179DC,
        name: "TANGUT IDEOGRAPH-179DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x179DD,
        name: "TANGUT IDEOGRAPH-179DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x179DE,
        name: "TANGUT IDEOGRAPH-179DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x179DF,
        name: "TANGUT IDEOGRAPH-179DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E0,
        name: "TANGUT IDEOGRAPH-179E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E1,
        name: "TANGUT IDEOGRAPH-179E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E2,
        name: "TANGUT IDEOGRAPH-179E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E3,
        name: "TANGUT IDEOGRAPH-179E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E4,
        name: "TANGUT IDEOGRAPH-179E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E5,
        name: "TANGUT IDEOGRAPH-179E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E6,
        name: "TANGUT IDEOGRAPH-179E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E7,
        name: "TANGUT IDEOGRAPH-179E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E8,
        name: "TANGUT IDEOGRAPH-179E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x179E9,
        name: "TANGUT IDEOGRAPH-179E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x179EA,
        name: "TANGUT IDEOGRAPH-179EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x179EB,
        name: "TANGUT IDEOGRAPH-179EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x179EC,
        name: "TANGUT IDEOGRAPH-179EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x179ED,
        name: "TANGUT IDEOGRAPH-179ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x179EE,
        name: "TANGUT IDEOGRAPH-179EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x179EF,
        name: "TANGUT IDEOGRAPH-179EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F0,
        name: "TANGUT IDEOGRAPH-179F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F1,
        name: "TANGUT IDEOGRAPH-179F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F2,
        name: "TANGUT IDEOGRAPH-179F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F3,
        name: "TANGUT IDEOGRAPH-179F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F4,
        name: "TANGUT IDEOGRAPH-179F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F5,
        name: "TANGUT IDEOGRAPH-179F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F6,
        name: "TANGUT IDEOGRAPH-179F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F7,
        name: "TANGUT IDEOGRAPH-179F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F8,
        name: "TANGUT IDEOGRAPH-179F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x179F9,
        name: "TANGUT IDEOGRAPH-179F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x179FA,
        name: "TANGUT IDEOGRAPH-179FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x179FB,
        name: "TANGUT IDEOGRAPH-179FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x179FC,
        name: "TANGUT IDEOGRAPH-179FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x179FD,
        name: "TANGUT IDEOGRAPH-179FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x179FE,
        name: "TANGUT IDEOGRAPH-179FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x179FF,
        name: "TANGUT IDEOGRAPH-179FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A00,
        name: "TANGUT IDEOGRAPH-17A00",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A01,
        name: "TANGUT IDEOGRAPH-17A01",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A02,
        name: "TANGUT IDEOGRAPH-17A02",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A03,
        name: "TANGUT IDEOGRAPH-17A03",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A04,
        name: "TANGUT IDEOGRAPH-17A04",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A05,
        name: "TANGUT IDEOGRAPH-17A05",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A06,
        name: "TANGUT IDEOGRAPH-17A06",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A07,
        name: "TANGUT IDEOGRAPH-17A07",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A08,
        name: "TANGUT IDEOGRAPH-17A08",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A09,
        name: "TANGUT IDEOGRAPH-17A09",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A0A,
        name: "TANGUT IDEOGRAPH-17A0A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A0B,
        name: "TANGUT IDEOGRAPH-17A0B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A0C,
        name: "TANGUT IDEOGRAPH-17A0C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A0D,
        name: "TANGUT IDEOGRAPH-17A0D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A0E,
        name: "TANGUT IDEOGRAPH-17A0E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A0F,
        name: "TANGUT IDEOGRAPH-17A0F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A10,
        name: "TANGUT IDEOGRAPH-17A10",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A11,
        name: "TANGUT IDEOGRAPH-17A11",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A12,
        name: "TANGUT IDEOGRAPH-17A12",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A13,
        name: "TANGUT IDEOGRAPH-17A13",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A14,
        name: "TANGUT IDEOGRAPH-17A14",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A15,
        name: "TANGUT IDEOGRAPH-17A15",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A16,
        name: "TANGUT IDEOGRAPH-17A16",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A17,
        name: "TANGUT IDEOGRAPH-17A17",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A18,
        name: "TANGUT IDEOGRAPH-17A18",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A19,
        name: "TANGUT IDEOGRAPH-17A19",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A1A,
        name: "TANGUT IDEOGRAPH-17A1A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A1B,
        name: "TANGUT IDEOGRAPH-17A1B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A1C,
        name: "TANGUT IDEOGRAPH-17A1C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A1D,
        name: "TANGUT IDEOGRAPH-17A1D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A1E,
        name: "TANGUT IDEOGRAPH-17A1E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A1F,
        name: "TANGUT IDEOGRAPH-17A1F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A20,
        name: "TANGUT IDEOGRAPH-17A20",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A21,
        name: "TANGUT IDEOGRAPH-17A21",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A22,
        name: "TANGUT IDEOGRAPH-17A22",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A23,
        name: "TANGUT IDEOGRAPH-17A23",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A24,
        name: "TANGUT IDEOGRAPH-17A24",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A25,
        name: "TANGUT IDEOGRAPH-17A25",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A26,
        name: "TANGUT IDEOGRAPH-17A26",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A27,
        name: "TANGUT IDEOGRAPH-17A27",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A28,
        name: "TANGUT IDEOGRAPH-17A28",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A29,
        name: "TANGUT IDEOGRAPH-17A29",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A2A,
        name: "TANGUT IDEOGRAPH-17A2A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A2B,
        name: "TANGUT IDEOGRAPH-17A2B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A2C,
        name: "TANGUT IDEOGRAPH-17A2C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A2D,
        name: "TANGUT IDEOGRAPH-17A2D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A2E,
        name: "TANGUT IDEOGRAPH-17A2E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A2F,
        name: "TANGUT IDEOGRAPH-17A2F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A30,
        name: "TANGUT IDEOGRAPH-17A30",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A31,
        name: "TANGUT IDEOGRAPH-17A31",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A32,
        name: "TANGUT IDEOGRAPH-17A32",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A33,
        name: "TANGUT IDEOGRAPH-17A33",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A34,
        name: "TANGUT IDEOGRAPH-17A34",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A35,
        name: "TANGUT IDEOGRAPH-17A35",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A36,
        name: "TANGUT IDEOGRAPH-17A36",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A37,
        name: "TANGUT IDEOGRAPH-17A37",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A38,
        name: "TANGUT IDEOGRAPH-17A38",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A39,
        name: "TANGUT IDEOGRAPH-17A39",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A3A,
        name: "TANGUT IDEOGRAPH-17A3A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A3B,
        name: "TANGUT IDEOGRAPH-17A3B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A3C,
        name: "TANGUT IDEOGRAPH-17A3C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A3D,
        name: "TANGUT IDEOGRAPH-17A3D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A3E,
        name: "TANGUT IDEOGRAPH-17A3E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A3F,
        name: "TANGUT IDEOGRAPH-17A3F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A40,
        name: "TANGUT IDEOGRAPH-17A40",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A41,
        name: "TANGUT IDEOGRAPH-17A41",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A42,
        name: "TANGUT IDEOGRAPH-17A42",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A43,
        name: "TANGUT IDEOGRAPH-17A43",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A44,
        name: "TANGUT IDEOGRAPH-17A44",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A45,
        name: "TANGUT IDEOGRAPH-17A45",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A46,
        name: "TANGUT IDEOGRAPH-17A46",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A47,
        name: "TANGUT IDEOGRAPH-17A47",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A48,
        name: "TANGUT IDEOGRAPH-17A48",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A49,
        name: "TANGUT IDEOGRAPH-17A49",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A4A,
        name: "TANGUT IDEOGRAPH-17A4A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A4B,
        name: "TANGUT IDEOGRAPH-17A4B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A4C,
        name: "TANGUT IDEOGRAPH-17A4C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A4D,
        name: "TANGUT IDEOGRAPH-17A4D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A4E,
        name: "TANGUT IDEOGRAPH-17A4E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A4F,
        name: "TANGUT IDEOGRAPH-17A4F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A50,
        name: "TANGUT IDEOGRAPH-17A50",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A51,
        name: "TANGUT IDEOGRAPH-17A51",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A52,
        name: "TANGUT IDEOGRAPH-17A52",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A53,
        name: "TANGUT IDEOGRAPH-17A53",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A54,
        name: "TANGUT IDEOGRAPH-17A54",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A55,
        name: "TANGUT IDEOGRAPH-17A55",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A56,
        name: "TANGUT IDEOGRAPH-17A56",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A57,
        name: "TANGUT IDEOGRAPH-17A57",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A58,
        name: "TANGUT IDEOGRAPH-17A58",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A59,
        name: "TANGUT IDEOGRAPH-17A59",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A5A,
        name: "TANGUT IDEOGRAPH-17A5A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A5B,
        name: "TANGUT IDEOGRAPH-17A5B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A5C,
        name: "TANGUT IDEOGRAPH-17A5C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A5D,
        name: "TANGUT IDEOGRAPH-17A5D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A5E,
        name: "TANGUT IDEOGRAPH-17A5E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A5F,
        name: "TANGUT IDEOGRAPH-17A5F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A60,
        name: "TANGUT IDEOGRAPH-17A60",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A61,
        name: "TANGUT IDEOGRAPH-17A61",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A62,
        name: "TANGUT IDEOGRAPH-17A62",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A63,
        name: "TANGUT IDEOGRAPH-17A63",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A64,
        name: "TANGUT IDEOGRAPH-17A64",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A65,
        name: "TANGUT IDEOGRAPH-17A65",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A66,
        name: "TANGUT IDEOGRAPH-17A66",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A67,
        name: "TANGUT IDEOGRAPH-17A67",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A68,
        name: "TANGUT IDEOGRAPH-17A68",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A69,
        name: "TANGUT IDEOGRAPH-17A69",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A6A,
        name: "TANGUT IDEOGRAPH-17A6A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A6B,
        name: "TANGUT IDEOGRAPH-17A6B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A6C,
        name: "TANGUT IDEOGRAPH-17A6C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A6D,
        name: "TANGUT IDEOGRAPH-17A6D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A6E,
        name: "TANGUT IDEOGRAPH-17A6E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A6F,
        name: "TANGUT IDEOGRAPH-17A6F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A70,
        name: "TANGUT IDEOGRAPH-17A70",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A71,
        name: "TANGUT IDEOGRAPH-17A71",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A72,
        name: "TANGUT IDEOGRAPH-17A72",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A73,
        name: "TANGUT IDEOGRAPH-17A73",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A74,
        name: "TANGUT IDEOGRAPH-17A74",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A75,
        name: "TANGUT IDEOGRAPH-17A75",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A76,
        name: "TANGUT IDEOGRAPH-17A76",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A77,
        name: "TANGUT IDEOGRAPH-17A77",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A78,
        name: "TANGUT IDEOGRAPH-17A78",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A79,
        name: "TANGUT IDEOGRAPH-17A79",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A7A,
        name: "TANGUT IDEOGRAPH-17A7A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A7B,
        name: "TANGUT IDEOGRAPH-17A7B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A7C,
        name: "TANGUT IDEOGRAPH-17A7C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A7D,
        name: "TANGUT IDEOGRAPH-17A7D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A7E,
        name: "TANGUT IDEOGRAPH-17A7E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A7F,
        name: "TANGUT IDEOGRAPH-17A7F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A80,
        name: "TANGUT IDEOGRAPH-17A80",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A81,
        name: "TANGUT IDEOGRAPH-17A81",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A82,
        name: "TANGUT IDEOGRAPH-17A82",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A83,
        name: "TANGUT IDEOGRAPH-17A83",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A84,
        name: "TANGUT IDEOGRAPH-17A84",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A85,
        name: "TANGUT IDEOGRAPH-17A85",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A86,
        name: "TANGUT IDEOGRAPH-17A86",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A87,
        name: "TANGUT IDEOGRAPH-17A87",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A88,
        name: "TANGUT IDEOGRAPH-17A88",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A89,
        name: "TANGUT IDEOGRAPH-17A89",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A8A,
        name: "TANGUT IDEOGRAPH-17A8A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A8B,
        name: "TANGUT IDEOGRAPH-17A8B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A8C,
        name: "TANGUT IDEOGRAPH-17A8C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A8D,
        name: "TANGUT IDEOGRAPH-17A8D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A8E,
        name: "TANGUT IDEOGRAPH-17A8E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A8F,
        name: "TANGUT IDEOGRAPH-17A8F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A90,
        name: "TANGUT IDEOGRAPH-17A90",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A91,
        name: "TANGUT IDEOGRAPH-17A91",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A92,
        name: "TANGUT IDEOGRAPH-17A92",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A93,
        name: "TANGUT IDEOGRAPH-17A93",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A94,
        name: "TANGUT IDEOGRAPH-17A94",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A95,
        name: "TANGUT IDEOGRAPH-17A95",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A96,
        name: "TANGUT IDEOGRAPH-17A96",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A97,
        name: "TANGUT IDEOGRAPH-17A97",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A98,
        name: "TANGUT IDEOGRAPH-17A98",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A99,
        name: "TANGUT IDEOGRAPH-17A99",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A9A,
        name: "TANGUT IDEOGRAPH-17A9A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A9B,
        name: "TANGUT IDEOGRAPH-17A9B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A9C,
        name: "TANGUT IDEOGRAPH-17A9C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A9D,
        name: "TANGUT IDEOGRAPH-17A9D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A9E,
        name: "TANGUT IDEOGRAPH-17A9E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17A9F,
        name: "TANGUT IDEOGRAPH-17A9F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA0,
        name: "TANGUT IDEOGRAPH-17AA0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA1,
        name: "TANGUT IDEOGRAPH-17AA1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA2,
        name: "TANGUT IDEOGRAPH-17AA2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA3,
        name: "TANGUT IDEOGRAPH-17AA3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA4,
        name: "TANGUT IDEOGRAPH-17AA4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA5,
        name: "TANGUT IDEOGRAPH-17AA5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA6,
        name: "TANGUT IDEOGRAPH-17AA6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA7,
        name: "TANGUT IDEOGRAPH-17AA7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA8,
        name: "TANGUT IDEOGRAPH-17AA8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AA9,
        name: "TANGUT IDEOGRAPH-17AA9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AAA,
        name: "TANGUT IDEOGRAPH-17AAA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AAB,
        name: "TANGUT IDEOGRAPH-17AAB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AAC,
        name: "TANGUT IDEOGRAPH-17AAC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AAD,
        name: "TANGUT IDEOGRAPH-17AAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AAE,
        name: "TANGUT IDEOGRAPH-17AAE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AAF,
        name: "TANGUT IDEOGRAPH-17AAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB0,
        name: "TANGUT IDEOGRAPH-17AB0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB1,
        name: "TANGUT IDEOGRAPH-17AB1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB2,
        name: "TANGUT IDEOGRAPH-17AB2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB3,
        name: "TANGUT IDEOGRAPH-17AB3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB4,
        name: "TANGUT IDEOGRAPH-17AB4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB5,
        name: "TANGUT IDEOGRAPH-17AB5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB6,
        name: "TANGUT IDEOGRAPH-17AB6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB7,
        name: "TANGUT IDEOGRAPH-17AB7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB8,
        name: "TANGUT IDEOGRAPH-17AB8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AB9,
        name: "TANGUT IDEOGRAPH-17AB9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ABA,
        name: "TANGUT IDEOGRAPH-17ABA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ABB,
        name: "TANGUT IDEOGRAPH-17ABB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ABC,
        name: "TANGUT IDEOGRAPH-17ABC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ABD,
        name: "TANGUT IDEOGRAPH-17ABD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ABE,
        name: "TANGUT IDEOGRAPH-17ABE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ABF,
        name: "TANGUT IDEOGRAPH-17ABF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC0,
        name: "TANGUT IDEOGRAPH-17AC0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC1,
        name: "TANGUT IDEOGRAPH-17AC1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC2,
        name: "TANGUT IDEOGRAPH-17AC2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC3,
        name: "TANGUT IDEOGRAPH-17AC3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC4,
        name: "TANGUT IDEOGRAPH-17AC4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC5,
        name: "TANGUT IDEOGRAPH-17AC5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC6,
        name: "TANGUT IDEOGRAPH-17AC6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC7,
        name: "TANGUT IDEOGRAPH-17AC7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC8,
        name: "TANGUT IDEOGRAPH-17AC8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AC9,
        name: "TANGUT IDEOGRAPH-17AC9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ACA,
        name: "TANGUT IDEOGRAPH-17ACA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ACB,
        name: "TANGUT IDEOGRAPH-17ACB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ACC,
        name: "TANGUT IDEOGRAPH-17ACC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ACD,
        name: "TANGUT IDEOGRAPH-17ACD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ACE,
        name: "TANGUT IDEOGRAPH-17ACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ACF,
        name: "TANGUT IDEOGRAPH-17ACF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD0,
        name: "TANGUT IDEOGRAPH-17AD0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD1,
        name: "TANGUT IDEOGRAPH-17AD1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD2,
        name: "TANGUT IDEOGRAPH-17AD2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD3,
        name: "TANGUT IDEOGRAPH-17AD3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD4,
        name: "TANGUT IDEOGRAPH-17AD4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD5,
        name: "TANGUT IDEOGRAPH-17AD5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD6,
        name: "TANGUT IDEOGRAPH-17AD6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD7,
        name: "TANGUT IDEOGRAPH-17AD7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD8,
        name: "TANGUT IDEOGRAPH-17AD8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AD9,
        name: "TANGUT IDEOGRAPH-17AD9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ADA,
        name: "TANGUT IDEOGRAPH-17ADA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ADB,
        name: "TANGUT IDEOGRAPH-17ADB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ADC,
        name: "TANGUT IDEOGRAPH-17ADC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ADD,
        name: "TANGUT IDEOGRAPH-17ADD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ADE,
        name: "TANGUT IDEOGRAPH-17ADE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ADF,
        name: "TANGUT IDEOGRAPH-17ADF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE0,
        name: "TANGUT IDEOGRAPH-17AE0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE1,
        name: "TANGUT IDEOGRAPH-17AE1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE2,
        name: "TANGUT IDEOGRAPH-17AE2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE3,
        name: "TANGUT IDEOGRAPH-17AE3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE4,
        name: "TANGUT IDEOGRAPH-17AE4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE5,
        name: "TANGUT IDEOGRAPH-17AE5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE6,
        name: "TANGUT IDEOGRAPH-17AE6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE7,
        name: "TANGUT IDEOGRAPH-17AE7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE8,
        name: "TANGUT IDEOGRAPH-17AE8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AE9,
        name: "TANGUT IDEOGRAPH-17AE9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AEA,
        name: "TANGUT IDEOGRAPH-17AEA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AEB,
        name: "TANGUT IDEOGRAPH-17AEB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AEC,
        name: "TANGUT IDEOGRAPH-17AEC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AED,
        name: "TANGUT IDEOGRAPH-17AED",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AEE,
        name: "TANGUT IDEOGRAPH-17AEE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AEF,
        name: "TANGUT IDEOGRAPH-17AEF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF0,
        name: "TANGUT IDEOGRAPH-17AF0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF1,
        name: "TANGUT IDEOGRAPH-17AF1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF2,
        name: "TANGUT IDEOGRAPH-17AF2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF3,
        name: "TANGUT IDEOGRAPH-17AF3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF4,
        name: "TANGUT IDEOGRAPH-17AF4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF5,
        name: "TANGUT IDEOGRAPH-17AF5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF6,
        name: "TANGUT IDEOGRAPH-17AF6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF7,
        name: "TANGUT IDEOGRAPH-17AF7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF8,
        name: "TANGUT IDEOGRAPH-17AF8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AF9,
        name: "TANGUT IDEOGRAPH-17AF9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AFA,
        name: "TANGUT IDEOGRAPH-17AFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AFB,
        name: "TANGUT IDEOGRAPH-17AFB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AFC,
        name: "TANGUT IDEOGRAPH-17AFC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AFD,
        name: "TANGUT IDEOGRAPH-17AFD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AFE,
        name: "TANGUT IDEOGRAPH-17AFE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17AFF,
        name: "TANGUT IDEOGRAPH-17AFF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B00,
        name: "TANGUT IDEOGRAPH-17B00",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B01,
        name: "TANGUT IDEOGRAPH-17B01",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B02,
        name: "TANGUT IDEOGRAPH-17B02",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B03,
        name: "TANGUT IDEOGRAPH-17B03",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B04,
        name: "TANGUT IDEOGRAPH-17B04",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B05,
        name: "TANGUT IDEOGRAPH-17B05",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B06,
        name: "TANGUT IDEOGRAPH-17B06",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B07,
        name: "TANGUT IDEOGRAPH-17B07",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B08,
        name: "TANGUT IDEOGRAPH-17B08",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B09,
        name: "TANGUT IDEOGRAPH-17B09",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B0A,
        name: "TANGUT IDEOGRAPH-17B0A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B0B,
        name: "TANGUT IDEOGRAPH-17B0B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B0C,
        name: "TANGUT IDEOGRAPH-17B0C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B0D,
        name: "TANGUT IDEOGRAPH-17B0D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B0E,
        name: "TANGUT IDEOGRAPH-17B0E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B0F,
        name: "TANGUT IDEOGRAPH-17B0F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B10,
        name: "TANGUT IDEOGRAPH-17B10",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B11,
        name: "TANGUT IDEOGRAPH-17B11",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B12,
        name: "TANGUT IDEOGRAPH-17B12",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B13,
        name: "TANGUT IDEOGRAPH-17B13",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B14,
        name: "TANGUT IDEOGRAPH-17B14",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B15,
        name: "TANGUT IDEOGRAPH-17B15",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B16,
        name: "TANGUT IDEOGRAPH-17B16",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B17,
        name: "TANGUT IDEOGRAPH-17B17",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B18,
        name: "TANGUT IDEOGRAPH-17B18",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B19,
        name: "TANGUT IDEOGRAPH-17B19",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B1A,
        name: "TANGUT IDEOGRAPH-17B1A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B1B,
        name: "TANGUT IDEOGRAPH-17B1B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B1C,
        name: "TANGUT IDEOGRAPH-17B1C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B1D,
        name: "TANGUT IDEOGRAPH-17B1D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B1E,
        name: "TANGUT IDEOGRAPH-17B1E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B1F,
        name: "TANGUT IDEOGRAPH-17B1F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B20,
        name: "TANGUT IDEOGRAPH-17B20",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B21,
        name: "TANGUT IDEOGRAPH-17B21",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B22,
        name: "TANGUT IDEOGRAPH-17B22",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B23,
        name: "TANGUT IDEOGRAPH-17B23",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B24,
        name: "TANGUT IDEOGRAPH-17B24",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B25,
        name: "TANGUT IDEOGRAPH-17B25",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B26,
        name: "TANGUT IDEOGRAPH-17B26",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B27,
        name: "TANGUT IDEOGRAPH-17B27",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B28,
        name: "TANGUT IDEOGRAPH-17B28",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B29,
        name: "TANGUT IDEOGRAPH-17B29",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B2A,
        name: "TANGUT IDEOGRAPH-17B2A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B2B,
        name: "TANGUT IDEOGRAPH-17B2B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B2C,
        name: "TANGUT IDEOGRAPH-17B2C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B2D,
        name: "TANGUT IDEOGRAPH-17B2D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B2E,
        name: "TANGUT IDEOGRAPH-17B2E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B2F,
        name: "TANGUT IDEOGRAPH-17B2F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B30,
        name: "TANGUT IDEOGRAPH-17B30",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B31,
        name: "TANGUT IDEOGRAPH-17B31",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B32,
        name: "TANGUT IDEOGRAPH-17B32",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B33,
        name: "TANGUT IDEOGRAPH-17B33",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B34,
        name: "TANGUT IDEOGRAPH-17B34",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B35,
        name: "TANGUT IDEOGRAPH-17B35",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B36,
        name: "TANGUT IDEOGRAPH-17B36",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B37,
        name: "TANGUT IDEOGRAPH-17B37",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B38,
        name: "TANGUT IDEOGRAPH-17B38",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B39,
        name: "TANGUT IDEOGRAPH-17B39",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B3A,
        name: "TANGUT IDEOGRAPH-17B3A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B3B,
        name: "TANGUT IDEOGRAPH-17B3B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B3C,
        name: "TANGUT IDEOGRAPH-17B3C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B3D,
        name: "TANGUT IDEOGRAPH-17B3D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B3E,
        name: "TANGUT IDEOGRAPH-17B3E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B3F,
        name: "TANGUT IDEOGRAPH-17B3F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B40,
        name: "TANGUT IDEOGRAPH-17B40",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B41,
        name: "TANGUT IDEOGRAPH-17B41",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B42,
        name: "TANGUT IDEOGRAPH-17B42",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B43,
        name: "TANGUT IDEOGRAPH-17B43",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B44,
        name: "TANGUT IDEOGRAPH-17B44",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B45,
        name: "TANGUT IDEOGRAPH-17B45",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B46,
        name: "TANGUT IDEOGRAPH-17B46",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B47,
        name: "TANGUT IDEOGRAPH-17B47",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B48,
        name: "TANGUT IDEOGRAPH-17B48",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B49,
        name: "TANGUT IDEOGRAPH-17B49",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B4A,
        name: "TANGUT IDEOGRAPH-17B4A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B4B,
        name: "TANGUT IDEOGRAPH-17B4B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B4C,
        name: "TANGUT IDEOGRAPH-17B4C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B4D,
        name: "TANGUT IDEOGRAPH-17B4D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B4E,
        name: "TANGUT IDEOGRAPH-17B4E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B4F,
        name: "TANGUT IDEOGRAPH-17B4F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B50,
        name: "TANGUT IDEOGRAPH-17B50",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B51,
        name: "TANGUT IDEOGRAPH-17B51",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B52,
        name: "TANGUT IDEOGRAPH-17B52",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B53,
        name: "TANGUT IDEOGRAPH-17B53",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B54,
        name: "TANGUT IDEOGRAPH-17B54",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B55,
        name: "TANGUT IDEOGRAPH-17B55",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B56,
        name: "TANGUT IDEOGRAPH-17B56",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B57,
        name: "TANGUT IDEOGRAPH-17B57",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B58,
        name: "TANGUT IDEOGRAPH-17B58",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B59,
        name: "TANGUT IDEOGRAPH-17B59",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B5A,
        name: "TANGUT IDEOGRAPH-17B5A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B5B,
        name: "TANGUT IDEOGRAPH-17B5B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B5C,
        name: "TANGUT IDEOGRAPH-17B5C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B5D,
        name: "TANGUT IDEOGRAPH-17B5D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B5E,
        name: "TANGUT IDEOGRAPH-17B5E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B5F,
        name: "TANGUT IDEOGRAPH-17B5F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B60,
        name: "TANGUT IDEOGRAPH-17B60",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B61,
        name: "TANGUT IDEOGRAPH-17B61",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B62,
        name: "TANGUT IDEOGRAPH-17B62",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B63,
        name: "TANGUT IDEOGRAPH-17B63",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B64,
        name: "TANGUT IDEOGRAPH-17B64",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B65,
        name: "TANGUT IDEOGRAPH-17B65",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B66,
        name: "TANGUT IDEOGRAPH-17B66",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B67,
        name: "TANGUT IDEOGRAPH-17B67",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B68,
        name: "TANGUT IDEOGRAPH-17B68",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B69,
        name: "TANGUT IDEOGRAPH-17B69",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B6A,
        name: "TANGUT IDEOGRAPH-17B6A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B6B,
        name: "TANGUT IDEOGRAPH-17B6B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B6C,
        name: "TANGUT IDEOGRAPH-17B6C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B6D,
        name: "TANGUT IDEOGRAPH-17B6D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B6E,
        name: "TANGUT IDEOGRAPH-17B6E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B6F,
        name: "TANGUT IDEOGRAPH-17B6F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B70,
        name: "TANGUT IDEOGRAPH-17B70",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B71,
        name: "TANGUT IDEOGRAPH-17B71",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B72,
        name: "TANGUT IDEOGRAPH-17B72",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B73,
        name: "TANGUT IDEOGRAPH-17B73",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B74,
        name: "TANGUT IDEOGRAPH-17B74",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B75,
        name: "TANGUT IDEOGRAPH-17B75",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B76,
        name: "TANGUT IDEOGRAPH-17B76",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B77,
        name: "TANGUT IDEOGRAPH-17B77",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B78,
        name: "TANGUT IDEOGRAPH-17B78",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B79,
        name: "TANGUT IDEOGRAPH-17B79",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B7A,
        name: "TANGUT IDEOGRAPH-17B7A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B7B,
        name: "TANGUT IDEOGRAPH-17B7B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B7C,
        name: "TANGUT IDEOGRAPH-17B7C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B7D,
        name: "TANGUT IDEOGRAPH-17B7D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B7E,
        name: "TANGUT IDEOGRAPH-17B7E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B7F,
        name: "TANGUT IDEOGRAPH-17B7F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B80,
        name: "TANGUT IDEOGRAPH-17B80",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B81,
        name: "TANGUT IDEOGRAPH-17B81",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B82,
        name: "TANGUT IDEOGRAPH-17B82",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B83,
        name: "TANGUT IDEOGRAPH-17B83",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B84,
        name: "TANGUT IDEOGRAPH-17B84",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B85,
        name: "TANGUT IDEOGRAPH-17B85",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B86,
        name: "TANGUT IDEOGRAPH-17B86",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B87,
        name: "TANGUT IDEOGRAPH-17B87",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B88,
        name: "TANGUT IDEOGRAPH-17B88",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B89,
        name: "TANGUT IDEOGRAPH-17B89",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B8A,
        name: "TANGUT IDEOGRAPH-17B8A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B8B,
        name: "TANGUT IDEOGRAPH-17B8B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B8C,
        name: "TANGUT IDEOGRAPH-17B8C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B8D,
        name: "TANGUT IDEOGRAPH-17B8D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B8E,
        name: "TANGUT IDEOGRAPH-17B8E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B8F,
        name: "TANGUT IDEOGRAPH-17B8F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B90,
        name: "TANGUT IDEOGRAPH-17B90",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B91,
        name: "TANGUT IDEOGRAPH-17B91",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B92,
        name: "TANGUT IDEOGRAPH-17B92",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B93,
        name: "TANGUT IDEOGRAPH-17B93",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B94,
        name: "TANGUT IDEOGRAPH-17B94",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B95,
        name: "TANGUT IDEOGRAPH-17B95",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B96,
        name: "TANGUT IDEOGRAPH-17B96",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B97,
        name: "TANGUT IDEOGRAPH-17B97",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B98,
        name: "TANGUT IDEOGRAPH-17B98",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B99,
        name: "TANGUT IDEOGRAPH-17B99",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B9A,
        name: "TANGUT IDEOGRAPH-17B9A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B9B,
        name: "TANGUT IDEOGRAPH-17B9B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B9C,
        name: "TANGUT IDEOGRAPH-17B9C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B9D,
        name: "TANGUT IDEOGRAPH-17B9D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B9E,
        name: "TANGUT IDEOGRAPH-17B9E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17B9F,
        name: "TANGUT IDEOGRAPH-17B9F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA0,
        name: "TANGUT IDEOGRAPH-17BA0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA1,
        name: "TANGUT IDEOGRAPH-17BA1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA2,
        name: "TANGUT IDEOGRAPH-17BA2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA3,
        name: "TANGUT IDEOGRAPH-17BA3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA4,
        name: "TANGUT IDEOGRAPH-17BA4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA5,
        name: "TANGUT IDEOGRAPH-17BA5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA6,
        name: "TANGUT IDEOGRAPH-17BA6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA7,
        name: "TANGUT IDEOGRAPH-17BA7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA8,
        name: "TANGUT IDEOGRAPH-17BA8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BA9,
        name: "TANGUT IDEOGRAPH-17BA9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BAA,
        name: "TANGUT IDEOGRAPH-17BAA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BAB,
        name: "TANGUT IDEOGRAPH-17BAB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BAC,
        name: "TANGUT IDEOGRAPH-17BAC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BAD,
        name: "TANGUT IDEOGRAPH-17BAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BAE,
        name: "TANGUT IDEOGRAPH-17BAE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BAF,
        name: "TANGUT IDEOGRAPH-17BAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB0,
        name: "TANGUT IDEOGRAPH-17BB0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB1,
        name: "TANGUT IDEOGRAPH-17BB1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB2,
        name: "TANGUT IDEOGRAPH-17BB2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB3,
        name: "TANGUT IDEOGRAPH-17BB3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB4,
        name: "TANGUT IDEOGRAPH-17BB4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB5,
        name: "TANGUT IDEOGRAPH-17BB5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB6,
        name: "TANGUT IDEOGRAPH-17BB6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB7,
        name: "TANGUT IDEOGRAPH-17BB7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB8,
        name: "TANGUT IDEOGRAPH-17BB8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BB9,
        name: "TANGUT IDEOGRAPH-17BB9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BBA,
        name: "TANGUT IDEOGRAPH-17BBA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BBB,
        name: "TANGUT IDEOGRAPH-17BBB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BBC,
        name: "TANGUT IDEOGRAPH-17BBC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BBD,
        name: "TANGUT IDEOGRAPH-17BBD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BBE,
        name: "TANGUT IDEOGRAPH-17BBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BBF,
        name: "TANGUT IDEOGRAPH-17BBF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC0,
        name: "TANGUT IDEOGRAPH-17BC0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC1,
        name: "TANGUT IDEOGRAPH-17BC1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC2,
        name: "TANGUT IDEOGRAPH-17BC2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC3,
        name: "TANGUT IDEOGRAPH-17BC3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC4,
        name: "TANGUT IDEOGRAPH-17BC4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC5,
        name: "TANGUT IDEOGRAPH-17BC5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC6,
        name: "TANGUT IDEOGRAPH-17BC6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC7,
        name: "TANGUT IDEOGRAPH-17BC7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC8,
        name: "TANGUT IDEOGRAPH-17BC8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BC9,
        name: "TANGUT IDEOGRAPH-17BC9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BCA,
        name: "TANGUT IDEOGRAPH-17BCA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BCB,
        name: "TANGUT IDEOGRAPH-17BCB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BCC,
        name: "TANGUT IDEOGRAPH-17BCC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BCD,
        name: "TANGUT IDEOGRAPH-17BCD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BCE,
        name: "TANGUT IDEOGRAPH-17BCE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BCF,
        name: "TANGUT IDEOGRAPH-17BCF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD0,
        name: "TANGUT IDEOGRAPH-17BD0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD1,
        name: "TANGUT IDEOGRAPH-17BD1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD2,
        name: "TANGUT IDEOGRAPH-17BD2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD3,
        name: "TANGUT IDEOGRAPH-17BD3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD4,
        name: "TANGUT IDEOGRAPH-17BD4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD5,
        name: "TANGUT IDEOGRAPH-17BD5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD6,
        name: "TANGUT IDEOGRAPH-17BD6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD7,
        name: "TANGUT IDEOGRAPH-17BD7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD8,
        name: "TANGUT IDEOGRAPH-17BD8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BD9,
        name: "TANGUT IDEOGRAPH-17BD9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BDA,
        name: "TANGUT IDEOGRAPH-17BDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BDB,
        name: "TANGUT IDEOGRAPH-17BDB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BDC,
        name: "TANGUT IDEOGRAPH-17BDC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BDD,
        name: "TANGUT IDEOGRAPH-17BDD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BDE,
        name: "TANGUT IDEOGRAPH-17BDE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BDF,
        name: "TANGUT IDEOGRAPH-17BDF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE0,
        name: "TANGUT IDEOGRAPH-17BE0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE1,
        name: "TANGUT IDEOGRAPH-17BE1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE2,
        name: "TANGUT IDEOGRAPH-17BE2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE3,
        name: "TANGUT IDEOGRAPH-17BE3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE4,
        name: "TANGUT IDEOGRAPH-17BE4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE5,
        name: "TANGUT IDEOGRAPH-17BE5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE6,
        name: "TANGUT IDEOGRAPH-17BE6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE7,
        name: "TANGUT IDEOGRAPH-17BE7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE8,
        name: "TANGUT IDEOGRAPH-17BE8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BE9,
        name: "TANGUT IDEOGRAPH-17BE9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BEA,
        name: "TANGUT IDEOGRAPH-17BEA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BEB,
        name: "TANGUT IDEOGRAPH-17BEB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BEC,
        name: "TANGUT IDEOGRAPH-17BEC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BED,
        name: "TANGUT IDEOGRAPH-17BED",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BEE,
        name: "TANGUT IDEOGRAPH-17BEE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BEF,
        name: "TANGUT IDEOGRAPH-17BEF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF0,
        name: "TANGUT IDEOGRAPH-17BF0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF1,
        name: "TANGUT IDEOGRAPH-17BF1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF2,
        name: "TANGUT IDEOGRAPH-17BF2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF3,
        name: "TANGUT IDEOGRAPH-17BF3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF4,
        name: "TANGUT IDEOGRAPH-17BF4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF5,
        name: "TANGUT IDEOGRAPH-17BF5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF6,
        name: "TANGUT IDEOGRAPH-17BF6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF7,
        name: "TANGUT IDEOGRAPH-17BF7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF8,
        name: "TANGUT IDEOGRAPH-17BF8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BF9,
        name: "TANGUT IDEOGRAPH-17BF9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BFA,
        name: "TANGUT IDEOGRAPH-17BFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BFB,
        name: "TANGUT IDEOGRAPH-17BFB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BFC,
        name: "TANGUT IDEOGRAPH-17BFC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BFD,
        name: "TANGUT IDEOGRAPH-17BFD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BFE,
        name: "TANGUT IDEOGRAPH-17BFE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17BFF,
        name: "TANGUT IDEOGRAPH-17BFF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C00,
        name: "TANGUT IDEOGRAPH-17C00",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C01,
        name: "TANGUT IDEOGRAPH-17C01",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C02,
        name: "TANGUT IDEOGRAPH-17C02",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C03,
        name: "TANGUT IDEOGRAPH-17C03",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C04,
        name: "TANGUT IDEOGRAPH-17C04",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C05,
        name: "TANGUT IDEOGRAPH-17C05",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C06,
        name: "TANGUT IDEOGRAPH-17C06",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C07,
        name: "TANGUT IDEOGRAPH-17C07",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C08,
        name: "TANGUT IDEOGRAPH-17C08",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C09,
        name: "TANGUT IDEOGRAPH-17C09",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C0A,
        name: "TANGUT IDEOGRAPH-17C0A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C0B,
        name: "TANGUT IDEOGRAPH-17C0B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C0C,
        name: "TANGUT IDEOGRAPH-17C0C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C0D,
        name: "TANGUT IDEOGRAPH-17C0D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C0E,
        name: "TANGUT IDEOGRAPH-17C0E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C0F,
        name: "TANGUT IDEOGRAPH-17C0F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C10,
        name: "TANGUT IDEOGRAPH-17C10",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C11,
        name: "TANGUT IDEOGRAPH-17C11",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C12,
        name: "TANGUT IDEOGRAPH-17C12",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C13,
        name: "TANGUT IDEOGRAPH-17C13",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C14,
        name: "TANGUT IDEOGRAPH-17C14",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C15,
        name: "TANGUT IDEOGRAPH-17C15",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C16,
        name: "TANGUT IDEOGRAPH-17C16",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C17,
        name: "TANGUT IDEOGRAPH-17C17",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C18,
        name: "TANGUT IDEOGRAPH-17C18",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C19,
        name: "TANGUT IDEOGRAPH-17C19",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C1A,
        name: "TANGUT IDEOGRAPH-17C1A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C1B,
        name: "TANGUT IDEOGRAPH-17C1B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C1C,
        name: "TANGUT IDEOGRAPH-17C1C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C1D,
        name: "TANGUT IDEOGRAPH-17C1D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C1E,
        name: "TANGUT IDEOGRAPH-17C1E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C1F,
        name: "TANGUT IDEOGRAPH-17C1F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C20,
        name: "TANGUT IDEOGRAPH-17C20",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C21,
        name: "TANGUT IDEOGRAPH-17C21",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C22,
        name: "TANGUT IDEOGRAPH-17C22",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C23,
        name: "TANGUT IDEOGRAPH-17C23",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C24,
        name: "TANGUT IDEOGRAPH-17C24",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C25,
        name: "TANGUT IDEOGRAPH-17C25",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C26,
        name: "TANGUT IDEOGRAPH-17C26",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C27,
        name: "TANGUT IDEOGRAPH-17C27",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C28,
        name: "TANGUT IDEOGRAPH-17C28",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C29,
        name: "TANGUT IDEOGRAPH-17C29",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C2A,
        name: "TANGUT IDEOGRAPH-17C2A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C2B,
        name: "TANGUT IDEOGRAPH-17C2B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C2C,
        name: "TANGUT IDEOGRAPH-17C2C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C2D,
        name: "TANGUT IDEOGRAPH-17C2D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C2E,
        name: "TANGUT IDEOGRAPH-17C2E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C2F,
        name: "TANGUT IDEOGRAPH-17C2F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C30,
        name: "TANGUT IDEOGRAPH-17C30",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C31,
        name: "TANGUT IDEOGRAPH-17C31",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C32,
        name: "TANGUT IDEOGRAPH-17C32",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C33,
        name: "TANGUT IDEOGRAPH-17C33",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C34,
        name: "TANGUT IDEOGRAPH-17C34",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C35,
        name: "TANGUT IDEOGRAPH-17C35",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C36,
        name: "TANGUT IDEOGRAPH-17C36",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C37,
        name: "TANGUT IDEOGRAPH-17C37",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C38,
        name: "TANGUT IDEOGRAPH-17C38",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C39,
        name: "TANGUT IDEOGRAPH-17C39",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C3A,
        name: "TANGUT IDEOGRAPH-17C3A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C3B,
        name: "TANGUT IDEOGRAPH-17C3B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C3C,
        name: "TANGUT IDEOGRAPH-17C3C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C3D,
        name: "TANGUT IDEOGRAPH-17C3D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C3E,
        name: "TANGUT IDEOGRAPH-17C3E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C3F,
        name: "TANGUT IDEOGRAPH-17C3F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C40,
        name: "TANGUT IDEOGRAPH-17C40",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C41,
        name: "TANGUT IDEOGRAPH-17C41",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C42,
        name: "TANGUT IDEOGRAPH-17C42",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C43,
        name: "TANGUT IDEOGRAPH-17C43",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C44,
        name: "TANGUT IDEOGRAPH-17C44",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C45,
        name: "TANGUT IDEOGRAPH-17C45",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C46,
        name: "TANGUT IDEOGRAPH-17C46",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C47,
        name: "TANGUT IDEOGRAPH-17C47",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C48,
        name: "TANGUT IDEOGRAPH-17C48",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C49,
        name: "TANGUT IDEOGRAPH-17C49",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C4A,
        name: "TANGUT IDEOGRAPH-17C4A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C4B,
        name: "TANGUT IDEOGRAPH-17C4B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C4C,
        name: "TANGUT IDEOGRAPH-17C4C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C4D,
        name: "TANGUT IDEOGRAPH-17C4D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C4E,
        name: "TANGUT IDEOGRAPH-17C4E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C4F,
        name: "TANGUT IDEOGRAPH-17C4F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C50,
        name: "TANGUT IDEOGRAPH-17C50",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C51,
        name: "TANGUT IDEOGRAPH-17C51",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C52,
        name: "TANGUT IDEOGRAPH-17C52",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C53,
        name: "TANGUT IDEOGRAPH-17C53",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C54,
        name: "TANGUT IDEOGRAPH-17C54",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C55,
        name: "TANGUT IDEOGRAPH-17C55",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C56,
        name: "TANGUT IDEOGRAPH-17C56",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C57,
        name: "TANGUT IDEOGRAPH-17C57",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C58,
        name: "TANGUT IDEOGRAPH-17C58",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C59,
        name: "TANGUT IDEOGRAPH-17C59",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C5A,
        name: "TANGUT IDEOGRAPH-17C5A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C5B,
        name: "TANGUT IDEOGRAPH-17C5B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C5C,
        name: "TANGUT IDEOGRAPH-17C5C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C5D,
        name: "TANGUT IDEOGRAPH-17C5D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C5E,
        name: "TANGUT IDEOGRAPH-17C5E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C5F,
        name: "TANGUT IDEOGRAPH-17C5F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C60,
        name: "TANGUT IDEOGRAPH-17C60",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C61,
        name: "TANGUT IDEOGRAPH-17C61",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C62,
        name: "TANGUT IDEOGRAPH-17C62",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C63,
        name: "TANGUT IDEOGRAPH-17C63",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C64,
        name: "TANGUT IDEOGRAPH-17C64",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C65,
        name: "TANGUT IDEOGRAPH-17C65",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C66,
        name: "TANGUT IDEOGRAPH-17C66",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C67,
        name: "TANGUT IDEOGRAPH-17C67",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C68,
        name: "TANGUT IDEOGRAPH-17C68",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C69,
        name: "TANGUT IDEOGRAPH-17C69",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C6A,
        name: "TANGUT IDEOGRAPH-17C6A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C6B,
        name: "TANGUT IDEOGRAPH-17C6B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C6C,
        name: "TANGUT IDEOGRAPH-17C6C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C6D,
        name: "TANGUT IDEOGRAPH-17C6D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C6E,
        name: "TANGUT IDEOGRAPH-17C6E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C6F,
        name: "TANGUT IDEOGRAPH-17C6F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C70,
        name: "TANGUT IDEOGRAPH-17C70",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C71,
        name: "TANGUT IDEOGRAPH-17C71",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C72,
        name: "TANGUT IDEOGRAPH-17C72",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C73,
        name: "TANGUT IDEOGRAPH-17C73",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C74,
        name: "TANGUT IDEOGRAPH-17C74",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C75,
        name: "TANGUT IDEOGRAPH-17C75",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C76,
        name: "TANGUT IDEOGRAPH-17C76",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C77,
        name: "TANGUT IDEOGRAPH-17C77",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C78,
        name: "TANGUT IDEOGRAPH-17C78",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C79,
        name: "TANGUT IDEOGRAPH-17C79",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C7A,
        name: "TANGUT IDEOGRAPH-17C7A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C7B,
        name: "TANGUT IDEOGRAPH-17C7B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C7C,
        name: "TANGUT IDEOGRAPH-17C7C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C7D,
        name: "TANGUT IDEOGRAPH-17C7D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C7E,
        name: "TANGUT IDEOGRAPH-17C7E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C7F,
        name: "TANGUT IDEOGRAPH-17C7F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C80,
        name: "TANGUT IDEOGRAPH-17C80",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C81,
        name: "TANGUT IDEOGRAPH-17C81",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C82,
        name: "TANGUT IDEOGRAPH-17C82",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C83,
        name: "TANGUT IDEOGRAPH-17C83",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C84,
        name: "TANGUT IDEOGRAPH-17C84",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C85,
        name: "TANGUT IDEOGRAPH-17C85",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C86,
        name: "TANGUT IDEOGRAPH-17C86",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C87,
        name: "TANGUT IDEOGRAPH-17C87",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C88,
        name: "TANGUT IDEOGRAPH-17C88",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C89,
        name: "TANGUT IDEOGRAPH-17C89",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C8A,
        name: "TANGUT IDEOGRAPH-17C8A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C8B,
        name: "TANGUT IDEOGRAPH-17C8B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C8C,
        name: "TANGUT IDEOGRAPH-17C8C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C8D,
        name: "TANGUT IDEOGRAPH-17C8D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C8E,
        name: "TANGUT IDEOGRAPH-17C8E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C8F,
        name: "TANGUT IDEOGRAPH-17C8F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C90,
        name: "TANGUT IDEOGRAPH-17C90",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C91,
        name: "TANGUT IDEOGRAPH-17C91",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C92,
        name: "TANGUT IDEOGRAPH-17C92",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C93,
        name: "TANGUT IDEOGRAPH-17C93",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C94,
        name: "TANGUT IDEOGRAPH-17C94",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C95,
        name: "TANGUT IDEOGRAPH-17C95",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C96,
        name: "TANGUT IDEOGRAPH-17C96",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C97,
        name: "TANGUT IDEOGRAPH-17C97",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C98,
        name: "TANGUT IDEOGRAPH-17C98",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C99,
        name: "TANGUT IDEOGRAPH-17C99",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C9A,
        name: "TANGUT IDEOGRAPH-17C9A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C9B,
        name: "TANGUT IDEOGRAPH-17C9B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C9C,
        name: "TANGUT IDEOGRAPH-17C9C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C9D,
        name: "TANGUT IDEOGRAPH-17C9D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C9E,
        name: "TANGUT IDEOGRAPH-17C9E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17C9F,
        name: "TANGUT IDEOGRAPH-17C9F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA0,
        name: "TANGUT IDEOGRAPH-17CA0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA1,
        name: "TANGUT IDEOGRAPH-17CA1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA2,
        name: "TANGUT IDEOGRAPH-17CA2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA3,
        name: "TANGUT IDEOGRAPH-17CA3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA4,
        name: "TANGUT IDEOGRAPH-17CA4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA5,
        name: "TANGUT IDEOGRAPH-17CA5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA6,
        name: "TANGUT IDEOGRAPH-17CA6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA7,
        name: "TANGUT IDEOGRAPH-17CA7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA8,
        name: "TANGUT IDEOGRAPH-17CA8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CA9,
        name: "TANGUT IDEOGRAPH-17CA9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CAA,
        name: "TANGUT IDEOGRAPH-17CAA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CAB,
        name: "TANGUT IDEOGRAPH-17CAB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CAC,
        name: "TANGUT IDEOGRAPH-17CAC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CAD,
        name: "TANGUT IDEOGRAPH-17CAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CAE,
        name: "TANGUT IDEOGRAPH-17CAE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CAF,
        name: "TANGUT IDEOGRAPH-17CAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB0,
        name: "TANGUT IDEOGRAPH-17CB0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB1,
        name: "TANGUT IDEOGRAPH-17CB1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB2,
        name: "TANGUT IDEOGRAPH-17CB2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB3,
        name: "TANGUT IDEOGRAPH-17CB3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB4,
        name: "TANGUT IDEOGRAPH-17CB4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB5,
        name: "TANGUT IDEOGRAPH-17CB5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB6,
        name: "TANGUT IDEOGRAPH-17CB6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB7,
        name: "TANGUT IDEOGRAPH-17CB7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB8,
        name: "TANGUT IDEOGRAPH-17CB8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CB9,
        name: "TANGUT IDEOGRAPH-17CB9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CBA,
        name: "TANGUT IDEOGRAPH-17CBA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CBB,
        name: "TANGUT IDEOGRAPH-17CBB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CBC,
        name: "TANGUT IDEOGRAPH-17CBC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CBD,
        name: "TANGUT IDEOGRAPH-17CBD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CBE,
        name: "TANGUT IDEOGRAPH-17CBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CBF,
        name: "TANGUT IDEOGRAPH-17CBF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC0,
        name: "TANGUT IDEOGRAPH-17CC0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC1,
        name: "TANGUT IDEOGRAPH-17CC1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC2,
        name: "TANGUT IDEOGRAPH-17CC2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC3,
        name: "TANGUT IDEOGRAPH-17CC3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC4,
        name: "TANGUT IDEOGRAPH-17CC4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC5,
        name: "TANGUT IDEOGRAPH-17CC5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC6,
        name: "TANGUT IDEOGRAPH-17CC6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC7,
        name: "TANGUT IDEOGRAPH-17CC7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC8,
        name: "TANGUT IDEOGRAPH-17CC8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CC9,
        name: "TANGUT IDEOGRAPH-17CC9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CCA,
        name: "TANGUT IDEOGRAPH-17CCA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CCB,
        name: "TANGUT IDEOGRAPH-17CCB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CCC,
        name: "TANGUT IDEOGRAPH-17CCC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CCD,
        name: "TANGUT IDEOGRAPH-17CCD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CCE,
        name: "TANGUT IDEOGRAPH-17CCE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CCF,
        name: "TANGUT IDEOGRAPH-17CCF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD0,
        name: "TANGUT IDEOGRAPH-17CD0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD1,
        name: "TANGUT IDEOGRAPH-17CD1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD2,
        name: "TANGUT IDEOGRAPH-17CD2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD3,
        name: "TANGUT IDEOGRAPH-17CD3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD4,
        name: "TANGUT IDEOGRAPH-17CD4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD5,
        name: "TANGUT IDEOGRAPH-17CD5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD6,
        name: "TANGUT IDEOGRAPH-17CD6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD7,
        name: "TANGUT IDEOGRAPH-17CD7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD8,
        name: "TANGUT IDEOGRAPH-17CD8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CD9,
        name: "TANGUT IDEOGRAPH-17CD9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CDA,
        name: "TANGUT IDEOGRAPH-17CDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CDB,
        name: "TANGUT IDEOGRAPH-17CDB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CDC,
        name: "TANGUT IDEOGRAPH-17CDC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CDD,
        name: "TANGUT IDEOGRAPH-17CDD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CDE,
        name: "TANGUT IDEOGRAPH-17CDE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CDF,
        name: "TANGUT IDEOGRAPH-17CDF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE0,
        name: "TANGUT IDEOGRAPH-17CE0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE1,
        name: "TANGUT IDEOGRAPH-17CE1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE2,
        name: "TANGUT IDEOGRAPH-17CE2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE3,
        name: "TANGUT IDEOGRAPH-17CE3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE4,
        name: "TANGUT IDEOGRAPH-17CE4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE5,
        name: "TANGUT IDEOGRAPH-17CE5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE6,
        name: "TANGUT IDEOGRAPH-17CE6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE7,
        name: "TANGUT IDEOGRAPH-17CE7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE8,
        name: "TANGUT IDEOGRAPH-17CE8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CE9,
        name: "TANGUT IDEOGRAPH-17CE9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CEA,
        name: "TANGUT IDEOGRAPH-17CEA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CEB,
        name: "TANGUT IDEOGRAPH-17CEB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CEC,
        name: "TANGUT IDEOGRAPH-17CEC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CED,
        name: "TANGUT IDEOGRAPH-17CED",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CEE,
        name: "TANGUT IDEOGRAPH-17CEE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CEF,
        name: "TANGUT IDEOGRAPH-17CEF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF0,
        name: "TANGUT IDEOGRAPH-17CF0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF1,
        name: "TANGUT IDEOGRAPH-17CF1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF2,
        name: "TANGUT IDEOGRAPH-17CF2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF3,
        name: "TANGUT IDEOGRAPH-17CF3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF4,
        name: "TANGUT IDEOGRAPH-17CF4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF5,
        name: "TANGUT IDEOGRAPH-17CF5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF6,
        name: "TANGUT IDEOGRAPH-17CF6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF7,
        name: "TANGUT IDEOGRAPH-17CF7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF8,
        name: "TANGUT IDEOGRAPH-17CF8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CF9,
        name: "TANGUT IDEOGRAPH-17CF9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CFA,
        name: "TANGUT IDEOGRAPH-17CFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CFB,
        name: "TANGUT IDEOGRAPH-17CFB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CFC,
        name: "TANGUT IDEOGRAPH-17CFC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CFD,
        name: "TANGUT IDEOGRAPH-17CFD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CFE,
        name: "TANGUT IDEOGRAPH-17CFE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17CFF,
        name: "TANGUT IDEOGRAPH-17CFF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D00,
        name: "TANGUT IDEOGRAPH-17D00",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D01,
        name: "TANGUT IDEOGRAPH-17D01",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D02,
        name: "TANGUT IDEOGRAPH-17D02",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D03,
        name: "TANGUT IDEOGRAPH-17D03",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D04,
        name: "TANGUT IDEOGRAPH-17D04",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D05,
        name: "TANGUT IDEOGRAPH-17D05",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D06,
        name: "TANGUT IDEOGRAPH-17D06",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D07,
        name: "TANGUT IDEOGRAPH-17D07",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D08,
        name: "TANGUT IDEOGRAPH-17D08",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D09,
        name: "TANGUT IDEOGRAPH-17D09",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D0A,
        name: "TANGUT IDEOGRAPH-17D0A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D0B,
        name: "TANGUT IDEOGRAPH-17D0B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D0C,
        name: "TANGUT IDEOGRAPH-17D0C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D0D,
        name: "TANGUT IDEOGRAPH-17D0D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D0E,
        name: "TANGUT IDEOGRAPH-17D0E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D0F,
        name: "TANGUT IDEOGRAPH-17D0F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D10,
        name: "TANGUT IDEOGRAPH-17D10",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D11,
        name: "TANGUT IDEOGRAPH-17D11",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D12,
        name: "TANGUT IDEOGRAPH-17D12",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D13,
        name: "TANGUT IDEOGRAPH-17D13",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D14,
        name: "TANGUT IDEOGRAPH-17D14",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D15,
        name: "TANGUT IDEOGRAPH-17D15",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D16,
        name: "TANGUT IDEOGRAPH-17D16",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D17,
        name: "TANGUT IDEOGRAPH-17D17",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D18,
        name: "TANGUT IDEOGRAPH-17D18",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D19,
        name: "TANGUT IDEOGRAPH-17D19",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D1A,
        name: "TANGUT IDEOGRAPH-17D1A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D1B,
        name: "TANGUT IDEOGRAPH-17D1B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D1C,
        name: "TANGUT IDEOGRAPH-17D1C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D1D,
        name: "TANGUT IDEOGRAPH-17D1D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D1E,
        name: "TANGUT IDEOGRAPH-17D1E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D1F,
        name: "TANGUT IDEOGRAPH-17D1F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D20,
        name: "TANGUT IDEOGRAPH-17D20",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D21,
        name: "TANGUT IDEOGRAPH-17D21",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D22,
        name: "TANGUT IDEOGRAPH-17D22",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D23,
        name: "TANGUT IDEOGRAPH-17D23",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D24,
        name: "TANGUT IDEOGRAPH-17D24",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D25,
        name: "TANGUT IDEOGRAPH-17D25",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D26,
        name: "TANGUT IDEOGRAPH-17D26",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D27,
        name: "TANGUT IDEOGRAPH-17D27",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D28,
        name: "TANGUT IDEOGRAPH-17D28",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D29,
        name: "TANGUT IDEOGRAPH-17D29",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D2A,
        name: "TANGUT IDEOGRAPH-17D2A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D2B,
        name: "TANGUT IDEOGRAPH-17D2B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D2C,
        name: "TANGUT IDEOGRAPH-17D2C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D2D,
        name: "TANGUT IDEOGRAPH-17D2D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D2E,
        name: "TANGUT IDEOGRAPH-17D2E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D2F,
        name: "TANGUT IDEOGRAPH-17D2F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D30,
        name: "TANGUT IDEOGRAPH-17D30",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D31,
        name: "TANGUT IDEOGRAPH-17D31",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D32,
        name: "TANGUT IDEOGRAPH-17D32",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D33,
        name: "TANGUT IDEOGRAPH-17D33",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D34,
        name: "TANGUT IDEOGRAPH-17D34",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D35,
        name: "TANGUT IDEOGRAPH-17D35",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D36,
        name: "TANGUT IDEOGRAPH-17D36",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D37,
        name: "TANGUT IDEOGRAPH-17D37",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D38,
        name: "TANGUT IDEOGRAPH-17D38",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D39,
        name: "TANGUT IDEOGRAPH-17D39",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D3A,
        name: "TANGUT IDEOGRAPH-17D3A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D3B,
        name: "TANGUT IDEOGRAPH-17D3B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D3C,
        name: "TANGUT IDEOGRAPH-17D3C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D3D,
        name: "TANGUT IDEOGRAPH-17D3D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D3E,
        name: "TANGUT IDEOGRAPH-17D3E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D3F,
        name: "TANGUT IDEOGRAPH-17D3F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D40,
        name: "TANGUT IDEOGRAPH-17D40",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D41,
        name: "TANGUT IDEOGRAPH-17D41",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D42,
        name: "TANGUT IDEOGRAPH-17D42",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D43,
        name: "TANGUT IDEOGRAPH-17D43",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D44,
        name: "TANGUT IDEOGRAPH-17D44",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D45,
        name: "TANGUT IDEOGRAPH-17D45",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D46,
        name: "TANGUT IDEOGRAPH-17D46",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D47,
        name: "TANGUT IDEOGRAPH-17D47",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D48,
        name: "TANGUT IDEOGRAPH-17D48",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D49,
        name: "TANGUT IDEOGRAPH-17D49",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D4A,
        name: "TANGUT IDEOGRAPH-17D4A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D4B,
        name: "TANGUT IDEOGRAPH-17D4B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D4C,
        name: "TANGUT IDEOGRAPH-17D4C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D4D,
        name: "TANGUT IDEOGRAPH-17D4D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D4E,
        name: "TANGUT IDEOGRAPH-17D4E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D4F,
        name: "TANGUT IDEOGRAPH-17D4F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D50,
        name: "TANGUT IDEOGRAPH-17D50",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D51,
        name: "TANGUT IDEOGRAPH-17D51",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D52,
        name: "TANGUT IDEOGRAPH-17D52",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D53,
        name: "TANGUT IDEOGRAPH-17D53",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D54,
        name: "TANGUT IDEOGRAPH-17D54",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D55,
        name: "TANGUT IDEOGRAPH-17D55",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D56,
        name: "TANGUT IDEOGRAPH-17D56",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D57,
        name: "TANGUT IDEOGRAPH-17D57",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D58,
        name: "TANGUT IDEOGRAPH-17D58",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D59,
        name: "TANGUT IDEOGRAPH-17D59",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D5A,
        name: "TANGUT IDEOGRAPH-17D5A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D5B,
        name: "TANGUT IDEOGRAPH-17D5B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D5C,
        name: "TANGUT IDEOGRAPH-17D5C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D5D,
        name: "TANGUT IDEOGRAPH-17D5D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D5E,
        name: "TANGUT IDEOGRAPH-17D5E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D5F,
        name: "TANGUT IDEOGRAPH-17D5F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D60,
        name: "TANGUT IDEOGRAPH-17D60",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D61,
        name: "TANGUT IDEOGRAPH-17D61",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D62,
        name: "TANGUT IDEOGRAPH-17D62",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D63,
        name: "TANGUT IDEOGRAPH-17D63",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D64,
        name: "TANGUT IDEOGRAPH-17D64",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D65,
        name: "TANGUT IDEOGRAPH-17D65",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D66,
        name: "TANGUT IDEOGRAPH-17D66",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D67,
        name: "TANGUT IDEOGRAPH-17D67",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D68,
        name: "TANGUT IDEOGRAPH-17D68",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D69,
        name: "TANGUT IDEOGRAPH-17D69",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D6A,
        name: "TANGUT IDEOGRAPH-17D6A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D6B,
        name: "TANGUT IDEOGRAPH-17D6B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D6C,
        name: "TANGUT IDEOGRAPH-17D6C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D6D,
        name: "TANGUT IDEOGRAPH-17D6D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D6E,
        name: "TANGUT IDEOGRAPH-17D6E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D6F,
        name: "TANGUT IDEOGRAPH-17D6F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D70,
        name: "TANGUT IDEOGRAPH-17D70",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D71,
        name: "TANGUT IDEOGRAPH-17D71",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D72,
        name: "TANGUT IDEOGRAPH-17D72",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D73,
        name: "TANGUT IDEOGRAPH-17D73",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D74,
        name: "TANGUT IDEOGRAPH-17D74",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D75,
        name: "TANGUT IDEOGRAPH-17D75",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D76,
        name: "TANGUT IDEOGRAPH-17D76",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D77,
        name: "TANGUT IDEOGRAPH-17D77",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D78,
        name: "TANGUT IDEOGRAPH-17D78",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D79,
        name: "TANGUT IDEOGRAPH-17D79",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D7A,
        name: "TANGUT IDEOGRAPH-17D7A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D7B,
        name: "TANGUT IDEOGRAPH-17D7B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D7C,
        name: "TANGUT IDEOGRAPH-17D7C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D7D,
        name: "TANGUT IDEOGRAPH-17D7D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D7E,
        name: "TANGUT IDEOGRAPH-17D7E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D7F,
        name: "TANGUT IDEOGRAPH-17D7F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D80,
        name: "TANGUT IDEOGRAPH-17D80",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D81,
        name: "TANGUT IDEOGRAPH-17D81",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D82,
        name: "TANGUT IDEOGRAPH-17D82",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D83,
        name: "TANGUT IDEOGRAPH-17D83",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D84,
        name: "TANGUT IDEOGRAPH-17D84",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D85,
        name: "TANGUT IDEOGRAPH-17D85",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D86,
        name: "TANGUT IDEOGRAPH-17D86",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D87,
        name: "TANGUT IDEOGRAPH-17D87",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D88,
        name: "TANGUT IDEOGRAPH-17D88",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D89,
        name: "TANGUT IDEOGRAPH-17D89",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D8A,
        name: "TANGUT IDEOGRAPH-17D8A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D8B,
        name: "TANGUT IDEOGRAPH-17D8B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D8C,
        name: "TANGUT IDEOGRAPH-17D8C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D8D,
        name: "TANGUT IDEOGRAPH-17D8D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D8E,
        name: "TANGUT IDEOGRAPH-17D8E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D8F,
        name: "TANGUT IDEOGRAPH-17D8F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D90,
        name: "TANGUT IDEOGRAPH-17D90",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D91,
        name: "TANGUT IDEOGRAPH-17D91",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D92,
        name: "TANGUT IDEOGRAPH-17D92",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D93,
        name: "TANGUT IDEOGRAPH-17D93",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D94,
        name: "TANGUT IDEOGRAPH-17D94",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D95,
        name: "TANGUT IDEOGRAPH-17D95",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D96,
        name: "TANGUT IDEOGRAPH-17D96",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D97,
        name: "TANGUT IDEOGRAPH-17D97",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D98,
        name: "TANGUT IDEOGRAPH-17D98",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D99,
        name: "TANGUT IDEOGRAPH-17D99",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D9A,
        name: "TANGUT IDEOGRAPH-17D9A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D9B,
        name: "TANGUT IDEOGRAPH-17D9B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D9C,
        name: "TANGUT IDEOGRAPH-17D9C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D9D,
        name: "TANGUT IDEOGRAPH-17D9D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D9E,
        name: "TANGUT IDEOGRAPH-17D9E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17D9F,
        name: "TANGUT IDEOGRAPH-17D9F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA0,
        name: "TANGUT IDEOGRAPH-17DA0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA1,
        name: "TANGUT IDEOGRAPH-17DA1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA2,
        name: "TANGUT IDEOGRAPH-17DA2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA3,
        name: "TANGUT IDEOGRAPH-17DA3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA4,
        name: "TANGUT IDEOGRAPH-17DA4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA5,
        name: "TANGUT IDEOGRAPH-17DA5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA6,
        name: "TANGUT IDEOGRAPH-17DA6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA7,
        name: "TANGUT IDEOGRAPH-17DA7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA8,
        name: "TANGUT IDEOGRAPH-17DA8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DA9,
        name: "TANGUT IDEOGRAPH-17DA9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DAA,
        name: "TANGUT IDEOGRAPH-17DAA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DAB,
        name: "TANGUT IDEOGRAPH-17DAB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DAC,
        name: "TANGUT IDEOGRAPH-17DAC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DAD,
        name: "TANGUT IDEOGRAPH-17DAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DAE,
        name: "TANGUT IDEOGRAPH-17DAE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DAF,
        name: "TANGUT IDEOGRAPH-17DAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB0,
        name: "TANGUT IDEOGRAPH-17DB0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB1,
        name: "TANGUT IDEOGRAPH-17DB1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB2,
        name: "TANGUT IDEOGRAPH-17DB2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB3,
        name: "TANGUT IDEOGRAPH-17DB3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB4,
        name: "TANGUT IDEOGRAPH-17DB4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB5,
        name: "TANGUT IDEOGRAPH-17DB5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB6,
        name: "TANGUT IDEOGRAPH-17DB6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB7,
        name: "TANGUT IDEOGRAPH-17DB7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB8,
        name: "TANGUT IDEOGRAPH-17DB8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DB9,
        name: "TANGUT IDEOGRAPH-17DB9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DBA,
        name: "TANGUT IDEOGRAPH-17DBA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DBB,
        name: "TANGUT IDEOGRAPH-17DBB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DBC,
        name: "TANGUT IDEOGRAPH-17DBC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DBD,
        name: "TANGUT IDEOGRAPH-17DBD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DBE,
        name: "TANGUT IDEOGRAPH-17DBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DBF,
        name: "TANGUT IDEOGRAPH-17DBF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC0,
        name: "TANGUT IDEOGRAPH-17DC0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC1,
        name: "TANGUT IDEOGRAPH-17DC1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC2,
        name: "TANGUT IDEOGRAPH-17DC2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC3,
        name: "TANGUT IDEOGRAPH-17DC3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC4,
        name: "TANGUT IDEOGRAPH-17DC4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC5,
        name: "TANGUT IDEOGRAPH-17DC5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC6,
        name: "TANGUT IDEOGRAPH-17DC6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC7,
        name: "TANGUT IDEOGRAPH-17DC7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC8,
        name: "TANGUT IDEOGRAPH-17DC8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DC9,
        name: "TANGUT IDEOGRAPH-17DC9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DCA,
        name: "TANGUT IDEOGRAPH-17DCA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DCB,
        name: "TANGUT IDEOGRAPH-17DCB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DCC,
        name: "TANGUT IDEOGRAPH-17DCC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DCD,
        name: "TANGUT IDEOGRAPH-17DCD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DCE,
        name: "TANGUT IDEOGRAPH-17DCE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DCF,
        name: "TANGUT IDEOGRAPH-17DCF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD0,
        name: "TANGUT IDEOGRAPH-17DD0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD1,
        name: "TANGUT IDEOGRAPH-17DD1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD2,
        name: "TANGUT IDEOGRAPH-17DD2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD3,
        name: "TANGUT IDEOGRAPH-17DD3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD4,
        name: "TANGUT IDEOGRAPH-17DD4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD5,
        name: "TANGUT IDEOGRAPH-17DD5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD6,
        name: "TANGUT IDEOGRAPH-17DD6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD7,
        name: "TANGUT IDEOGRAPH-17DD7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD8,
        name: "TANGUT IDEOGRAPH-17DD8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DD9,
        name: "TANGUT IDEOGRAPH-17DD9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DDA,
        name: "TANGUT IDEOGRAPH-17DDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DDB,
        name: "TANGUT IDEOGRAPH-17DDB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DDC,
        name: "TANGUT IDEOGRAPH-17DDC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DDD,
        name: "TANGUT IDEOGRAPH-17DDD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DDE,
        name: "TANGUT IDEOGRAPH-17DDE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DDF,
        name: "TANGUT IDEOGRAPH-17DDF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE0,
        name: "TANGUT IDEOGRAPH-17DE0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE1,
        name: "TANGUT IDEOGRAPH-17DE1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE2,
        name: "TANGUT IDEOGRAPH-17DE2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE3,
        name: "TANGUT IDEOGRAPH-17DE3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE4,
        name: "TANGUT IDEOGRAPH-17DE4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE5,
        name: "TANGUT IDEOGRAPH-17DE5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE6,
        name: "TANGUT IDEOGRAPH-17DE6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE7,
        name: "TANGUT IDEOGRAPH-17DE7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE8,
        name: "TANGUT IDEOGRAPH-17DE8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DE9,
        name: "TANGUT IDEOGRAPH-17DE9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DEA,
        name: "TANGUT IDEOGRAPH-17DEA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DEB,
        name: "TANGUT IDEOGRAPH-17DEB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DEC,
        name: "TANGUT IDEOGRAPH-17DEC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DED,
        name: "TANGUT IDEOGRAPH-17DED",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DEE,
        name: "TANGUT IDEOGRAPH-17DEE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DEF,
        name: "TANGUT IDEOGRAPH-17DEF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF0,
        name: "TANGUT IDEOGRAPH-17DF0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF1,
        name: "TANGUT IDEOGRAPH-17DF1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF2,
        name: "TANGUT IDEOGRAPH-17DF2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF3,
        name: "TANGUT IDEOGRAPH-17DF3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF4,
        name: "TANGUT IDEOGRAPH-17DF4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF5,
        name: "TANGUT IDEOGRAPH-17DF5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF6,
        name: "TANGUT IDEOGRAPH-17DF6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF7,
        name: "TANGUT IDEOGRAPH-17DF7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF8,
        name: "TANGUT IDEOGRAPH-17DF8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DF9,
        name: "TANGUT IDEOGRAPH-17DF9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DFA,
        name: "TANGUT IDEOGRAPH-17DFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DFB,
        name: "TANGUT IDEOGRAPH-17DFB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DFC,
        name: "TANGUT IDEOGRAPH-17DFC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DFD,
        name: "TANGUT IDEOGRAPH-17DFD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DFE,
        name: "TANGUT IDEOGRAPH-17DFE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17DFF,
        name: "TANGUT IDEOGRAPH-17DFF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E00,
        name: "TANGUT IDEOGRAPH-17E00",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E01,
        name: "TANGUT IDEOGRAPH-17E01",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E02,
        name: "TANGUT IDEOGRAPH-17E02",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E03,
        name: "TANGUT IDEOGRAPH-17E03",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E04,
        name: "TANGUT IDEOGRAPH-17E04",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E05,
        name: "TANGUT IDEOGRAPH-17E05",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E06,
        name: "TANGUT IDEOGRAPH-17E06",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E07,
        name: "TANGUT IDEOGRAPH-17E07",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E08,
        name: "TANGUT IDEOGRAPH-17E08",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E09,
        name: "TANGUT IDEOGRAPH-17E09",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E0A,
        name: "TANGUT IDEOGRAPH-17E0A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E0B,
        name: "TANGUT IDEOGRAPH-17E0B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E0C,
        name: "TANGUT IDEOGRAPH-17E0C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E0D,
        name: "TANGUT IDEOGRAPH-17E0D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E0E,
        name: "TANGUT IDEOGRAPH-17E0E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E0F,
        name: "TANGUT IDEOGRAPH-17E0F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E10,
        name: "TANGUT IDEOGRAPH-17E10",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E11,
        name: "TANGUT IDEOGRAPH-17E11",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E12,
        name: "TANGUT IDEOGRAPH-17E12",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E13,
        name: "TANGUT IDEOGRAPH-17E13",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E14,
        name: "TANGUT IDEOGRAPH-17E14",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E15,
        name: "TANGUT IDEOGRAPH-17E15",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E16,
        name: "TANGUT IDEOGRAPH-17E16",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E17,
        name: "TANGUT IDEOGRAPH-17E17",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E18,
        name: "TANGUT IDEOGRAPH-17E18",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E19,
        name: "TANGUT IDEOGRAPH-17E19",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E1A,
        name: "TANGUT IDEOGRAPH-17E1A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E1B,
        name: "TANGUT IDEOGRAPH-17E1B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E1C,
        name: "TANGUT IDEOGRAPH-17E1C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E1D,
        name: "TANGUT IDEOGRAPH-17E1D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E1E,
        name: "TANGUT IDEOGRAPH-17E1E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E1F,
        name: "TANGUT IDEOGRAPH-17E1F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E20,
        name: "TANGUT IDEOGRAPH-17E20",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E21,
        name: "TANGUT IDEOGRAPH-17E21",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E22,
        name: "TANGUT IDEOGRAPH-17E22",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E23,
        name: "TANGUT IDEOGRAPH-17E23",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E24,
        name: "TANGUT IDEOGRAPH-17E24",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E25,
        name: "TANGUT IDEOGRAPH-17E25",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E26,
        name: "TANGUT IDEOGRAPH-17E26",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E27,
        name: "TANGUT IDEOGRAPH-17E27",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E28,
        name: "TANGUT IDEOGRAPH-17E28",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E29,
        name: "TANGUT IDEOGRAPH-17E29",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E2A,
        name: "TANGUT IDEOGRAPH-17E2A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E2B,
        name: "TANGUT IDEOGRAPH-17E2B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E2C,
        name: "TANGUT IDEOGRAPH-17E2C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E2D,
        name: "TANGUT IDEOGRAPH-17E2D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E2E,
        name: "TANGUT IDEOGRAPH-17E2E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E2F,
        name: "TANGUT IDEOGRAPH-17E2F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E30,
        name: "TANGUT IDEOGRAPH-17E30",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E31,
        name: "TANGUT IDEOGRAPH-17E31",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E32,
        name: "TANGUT IDEOGRAPH-17E32",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E33,
        name: "TANGUT IDEOGRAPH-17E33",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E34,
        name: "TANGUT IDEOGRAPH-17E34",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E35,
        name: "TANGUT IDEOGRAPH-17E35",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E36,
        name: "TANGUT IDEOGRAPH-17E36",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E37,
        name: "TANGUT IDEOGRAPH-17E37",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E38,
        name: "TANGUT IDEOGRAPH-17E38",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E39,
        name: "TANGUT IDEOGRAPH-17E39",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E3A,
        name: "TANGUT IDEOGRAPH-17E3A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E3B,
        name: "TANGUT IDEOGRAPH-17E3B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E3C,
        name: "TANGUT IDEOGRAPH-17E3C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E3D,
        name: "TANGUT IDEOGRAPH-17E3D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E3E,
        name: "TANGUT IDEOGRAPH-17E3E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E3F,
        name: "TANGUT IDEOGRAPH-17E3F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E40,
        name: "TANGUT IDEOGRAPH-17E40",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E41,
        name: "TANGUT IDEOGRAPH-17E41",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E42,
        name: "TANGUT IDEOGRAPH-17E42",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E43,
        name: "TANGUT IDEOGRAPH-17E43",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E44,
        name: "TANGUT IDEOGRAPH-17E44",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E45,
        name: "TANGUT IDEOGRAPH-17E45",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E46,
        name: "TANGUT IDEOGRAPH-17E46",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E47,
        name: "TANGUT IDEOGRAPH-17E47",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E48,
        name: "TANGUT IDEOGRAPH-17E48",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E49,
        name: "TANGUT IDEOGRAPH-17E49",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E4A,
        name: "TANGUT IDEOGRAPH-17E4A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E4B,
        name: "TANGUT IDEOGRAPH-17E4B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E4C,
        name: "TANGUT IDEOGRAPH-17E4C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E4D,
        name: "TANGUT IDEOGRAPH-17E4D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E4E,
        name: "TANGUT IDEOGRAPH-17E4E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E4F,
        name: "TANGUT IDEOGRAPH-17E4F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E50,
        name: "TANGUT IDEOGRAPH-17E50",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E51,
        name: "TANGUT IDEOGRAPH-17E51",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E52,
        name: "TANGUT IDEOGRAPH-17E52",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E53,
        name: "TANGUT IDEOGRAPH-17E53",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E54,
        name: "TANGUT IDEOGRAPH-17E54",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E55,
        name: "TANGUT IDEOGRAPH-17E55",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E56,
        name: "TANGUT IDEOGRAPH-17E56",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E57,
        name: "TANGUT IDEOGRAPH-17E57",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E58,
        name: "TANGUT IDEOGRAPH-17E58",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E59,
        name: "TANGUT IDEOGRAPH-17E59",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E5A,
        name: "TANGUT IDEOGRAPH-17E5A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E5B,
        name: "TANGUT IDEOGRAPH-17E5B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E5C,
        name: "TANGUT IDEOGRAPH-17E5C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E5D,
        name: "TANGUT IDEOGRAPH-17E5D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E5E,
        name: "TANGUT IDEOGRAPH-17E5E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E5F,
        name: "TANGUT IDEOGRAPH-17E5F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E60,
        name: "TANGUT IDEOGRAPH-17E60",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E61,
        name: "TANGUT IDEOGRAPH-17E61",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E62,
        name: "TANGUT IDEOGRAPH-17E62",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E63,
        name: "TANGUT IDEOGRAPH-17E63",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E64,
        name: "TANGUT IDEOGRAPH-17E64",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E65,
        name: "TANGUT IDEOGRAPH-17E65",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E66,
        name: "TANGUT IDEOGRAPH-17E66",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E67,
        name: "TANGUT IDEOGRAPH-17E67",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E68,
        name: "TANGUT IDEOGRAPH-17E68",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E69,
        name: "TANGUT IDEOGRAPH-17E69",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E6A,
        name: "TANGUT IDEOGRAPH-17E6A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E6B,
        name: "TANGUT IDEOGRAPH-17E6B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E6C,
        name: "TANGUT IDEOGRAPH-17E6C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E6D,
        name: "TANGUT IDEOGRAPH-17E6D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E6E,
        name: "TANGUT IDEOGRAPH-17E6E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E6F,
        name: "TANGUT IDEOGRAPH-17E6F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E70,
        name: "TANGUT IDEOGRAPH-17E70",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E71,
        name: "TANGUT IDEOGRAPH-17E71",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E72,
        name: "TANGUT IDEOGRAPH-17E72",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E73,
        name: "TANGUT IDEOGRAPH-17E73",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E74,
        name: "TANGUT IDEOGRAPH-17E74",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E75,
        name: "TANGUT IDEOGRAPH-17E75",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E76,
        name: "TANGUT IDEOGRAPH-17E76",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E77,
        name: "TANGUT IDEOGRAPH-17E77",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E78,
        name: "TANGUT IDEOGRAPH-17E78",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E79,
        name: "TANGUT IDEOGRAPH-17E79",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E7A,
        name: "TANGUT IDEOGRAPH-17E7A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E7B,
        name: "TANGUT IDEOGRAPH-17E7B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E7C,
        name: "TANGUT IDEOGRAPH-17E7C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E7D,
        name: "TANGUT IDEOGRAPH-17E7D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E7E,
        name: "TANGUT IDEOGRAPH-17E7E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E7F,
        name: "TANGUT IDEOGRAPH-17E7F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E80,
        name: "TANGUT IDEOGRAPH-17E80",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E81,
        name: "TANGUT IDEOGRAPH-17E81",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E82,
        name: "TANGUT IDEOGRAPH-17E82",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E83,
        name: "TANGUT IDEOGRAPH-17E83",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E84,
        name: "TANGUT IDEOGRAPH-17E84",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E85,
        name: "TANGUT IDEOGRAPH-17E85",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E86,
        name: "TANGUT IDEOGRAPH-17E86",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E87,
        name: "TANGUT IDEOGRAPH-17E87",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E88,
        name: "TANGUT IDEOGRAPH-17E88",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E89,
        name: "TANGUT IDEOGRAPH-17E89",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E8A,
        name: "TANGUT IDEOGRAPH-17E8A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E8B,
        name: "TANGUT IDEOGRAPH-17E8B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E8C,
        name: "TANGUT IDEOGRAPH-17E8C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E8D,
        name: "TANGUT IDEOGRAPH-17E8D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E8E,
        name: "TANGUT IDEOGRAPH-17E8E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E8F,
        name: "TANGUT IDEOGRAPH-17E8F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E90,
        name: "TANGUT IDEOGRAPH-17E90",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E91,
        name: "TANGUT IDEOGRAPH-17E91",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E92,
        name: "TANGUT IDEOGRAPH-17E92",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E93,
        name: "TANGUT IDEOGRAPH-17E93",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E94,
        name: "TANGUT IDEOGRAPH-17E94",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E95,
        name: "TANGUT IDEOGRAPH-17E95",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E96,
        name: "TANGUT IDEOGRAPH-17E96",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E97,
        name: "TANGUT IDEOGRAPH-17E97",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E98,
        name: "TANGUT IDEOGRAPH-17E98",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E99,
        name: "TANGUT IDEOGRAPH-17E99",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E9A,
        name: "TANGUT IDEOGRAPH-17E9A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E9B,
        name: "TANGUT IDEOGRAPH-17E9B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E9C,
        name: "TANGUT IDEOGRAPH-17E9C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E9D,
        name: "TANGUT IDEOGRAPH-17E9D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E9E,
        name: "TANGUT IDEOGRAPH-17E9E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17E9F,
        name: "TANGUT IDEOGRAPH-17E9F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA0,
        name: "TANGUT IDEOGRAPH-17EA0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA1,
        name: "TANGUT IDEOGRAPH-17EA1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA2,
        name: "TANGUT IDEOGRAPH-17EA2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA3,
        name: "TANGUT IDEOGRAPH-17EA3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA4,
        name: "TANGUT IDEOGRAPH-17EA4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA5,
        name: "TANGUT IDEOGRAPH-17EA5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA6,
        name: "TANGUT IDEOGRAPH-17EA6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA7,
        name: "TANGUT IDEOGRAPH-17EA7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA8,
        name: "TANGUT IDEOGRAPH-17EA8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EA9,
        name: "TANGUT IDEOGRAPH-17EA9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EAA,
        name: "TANGUT IDEOGRAPH-17EAA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EAB,
        name: "TANGUT IDEOGRAPH-17EAB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EAC,
        name: "TANGUT IDEOGRAPH-17EAC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EAD,
        name: "TANGUT IDEOGRAPH-17EAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EAE,
        name: "TANGUT IDEOGRAPH-17EAE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EAF,
        name: "TANGUT IDEOGRAPH-17EAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB0,
        name: "TANGUT IDEOGRAPH-17EB0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB1,
        name: "TANGUT IDEOGRAPH-17EB1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB2,
        name: "TANGUT IDEOGRAPH-17EB2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB3,
        name: "TANGUT IDEOGRAPH-17EB3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB4,
        name: "TANGUT IDEOGRAPH-17EB4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB5,
        name: "TANGUT IDEOGRAPH-17EB5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB6,
        name: "TANGUT IDEOGRAPH-17EB6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB7,
        name: "TANGUT IDEOGRAPH-17EB7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB8,
        name: "TANGUT IDEOGRAPH-17EB8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EB9,
        name: "TANGUT IDEOGRAPH-17EB9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EBA,
        name: "TANGUT IDEOGRAPH-17EBA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EBB,
        name: "TANGUT IDEOGRAPH-17EBB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EBC,
        name: "TANGUT IDEOGRAPH-17EBC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EBD,
        name: "TANGUT IDEOGRAPH-17EBD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EBE,
        name: "TANGUT IDEOGRAPH-17EBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EBF,
        name: "TANGUT IDEOGRAPH-17EBF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC0,
        name: "TANGUT IDEOGRAPH-17EC0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC1,
        name: "TANGUT IDEOGRAPH-17EC1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC2,
        name: "TANGUT IDEOGRAPH-17EC2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC3,
        name: "TANGUT IDEOGRAPH-17EC3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC4,
        name: "TANGUT IDEOGRAPH-17EC4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC5,
        name: "TANGUT IDEOGRAPH-17EC5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC6,
        name: "TANGUT IDEOGRAPH-17EC6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC7,
        name: "TANGUT IDEOGRAPH-17EC7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC8,
        name: "TANGUT IDEOGRAPH-17EC8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EC9,
        name: "TANGUT IDEOGRAPH-17EC9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ECA,
        name: "TANGUT IDEOGRAPH-17ECA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ECB,
        name: "TANGUT IDEOGRAPH-17ECB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ECC,
        name: "TANGUT IDEOGRAPH-17ECC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ECD,
        name: "TANGUT IDEOGRAPH-17ECD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ECE,
        name: "TANGUT IDEOGRAPH-17ECE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ECF,
        name: "TANGUT IDEOGRAPH-17ECF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED0,
        name: "TANGUT IDEOGRAPH-17ED0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED1,
        name: "TANGUT IDEOGRAPH-17ED1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED2,
        name: "TANGUT IDEOGRAPH-17ED2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED3,
        name: "TANGUT IDEOGRAPH-17ED3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED4,
        name: "TANGUT IDEOGRAPH-17ED4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED5,
        name: "TANGUT IDEOGRAPH-17ED5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED6,
        name: "TANGUT IDEOGRAPH-17ED6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED7,
        name: "TANGUT IDEOGRAPH-17ED7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED8,
        name: "TANGUT IDEOGRAPH-17ED8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17ED9,
        name: "TANGUT IDEOGRAPH-17ED9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EDA,
        name: "TANGUT IDEOGRAPH-17EDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EDB,
        name: "TANGUT IDEOGRAPH-17EDB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EDC,
        name: "TANGUT IDEOGRAPH-17EDC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EDD,
        name: "TANGUT IDEOGRAPH-17EDD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EDE,
        name: "TANGUT IDEOGRAPH-17EDE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EDF,
        name: "TANGUT IDEOGRAPH-17EDF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE0,
        name: "TANGUT IDEOGRAPH-17EE0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE1,
        name: "TANGUT IDEOGRAPH-17EE1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE2,
        name: "TANGUT IDEOGRAPH-17EE2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE3,
        name: "TANGUT IDEOGRAPH-17EE3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE4,
        name: "TANGUT IDEOGRAPH-17EE4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE5,
        name: "TANGUT IDEOGRAPH-17EE5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE6,
        name: "TANGUT IDEOGRAPH-17EE6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE7,
        name: "TANGUT IDEOGRAPH-17EE7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE8,
        name: "TANGUT IDEOGRAPH-17EE8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EE9,
        name: "TANGUT IDEOGRAPH-17EE9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EEA,
        name: "TANGUT IDEOGRAPH-17EEA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EEB,
        name: "TANGUT IDEOGRAPH-17EEB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EEC,
        name: "TANGUT IDEOGRAPH-17EEC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EED,
        name: "TANGUT IDEOGRAPH-17EED",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EEE,
        name: "TANGUT IDEOGRAPH-17EEE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EEF,
        name: "TANGUT IDEOGRAPH-17EEF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF0,
        name: "TANGUT IDEOGRAPH-17EF0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF1,
        name: "TANGUT IDEOGRAPH-17EF1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF2,
        name: "TANGUT IDEOGRAPH-17EF2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF3,
        name: "TANGUT IDEOGRAPH-17EF3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF4,
        name: "TANGUT IDEOGRAPH-17EF4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF5,
        name: "TANGUT IDEOGRAPH-17EF5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF6,
        name: "TANGUT IDEOGRAPH-17EF6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF7,
        name: "TANGUT IDEOGRAPH-17EF7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF8,
        name: "TANGUT IDEOGRAPH-17EF8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EF9,
        name: "TANGUT IDEOGRAPH-17EF9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EFA,
        name: "TANGUT IDEOGRAPH-17EFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EFB,
        name: "TANGUT IDEOGRAPH-17EFB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EFC,
        name: "TANGUT IDEOGRAPH-17EFC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EFD,
        name: "TANGUT IDEOGRAPH-17EFD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EFE,
        name: "TANGUT IDEOGRAPH-17EFE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17EFF,
        name: "TANGUT IDEOGRAPH-17EFF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F00,
        name: "TANGUT IDEOGRAPH-17F00",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F01,
        name: "TANGUT IDEOGRAPH-17F01",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F02,
        name: "TANGUT IDEOGRAPH-17F02",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F03,
        name: "TANGUT IDEOGRAPH-17F03",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F04,
        name: "TANGUT IDEOGRAPH-17F04",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F05,
        name: "TANGUT IDEOGRAPH-17F05",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F06,
        name: "TANGUT IDEOGRAPH-17F06",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F07,
        name: "TANGUT IDEOGRAPH-17F07",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F08,
        name: "TANGUT IDEOGRAPH-17F08",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F09,
        name: "TANGUT IDEOGRAPH-17F09",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F0A,
        name: "TANGUT IDEOGRAPH-17F0A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F0B,
        name: "TANGUT IDEOGRAPH-17F0B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F0C,
        name: "TANGUT IDEOGRAPH-17F0C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F0D,
        name: "TANGUT IDEOGRAPH-17F0D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F0E,
        name: "TANGUT IDEOGRAPH-17F0E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F0F,
        name: "TANGUT IDEOGRAPH-17F0F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F10,
        name: "TANGUT IDEOGRAPH-17F10",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F11,
        name: "TANGUT IDEOGRAPH-17F11",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F12,
        name: "TANGUT IDEOGRAPH-17F12",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F13,
        name: "TANGUT IDEOGRAPH-17F13",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F14,
        name: "TANGUT IDEOGRAPH-17F14",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F15,
        name: "TANGUT IDEOGRAPH-17F15",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F16,
        name: "TANGUT IDEOGRAPH-17F16",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F17,
        name: "TANGUT IDEOGRAPH-17F17",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F18,
        name: "TANGUT IDEOGRAPH-17F18",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F19,
        name: "TANGUT IDEOGRAPH-17F19",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F1A,
        name: "TANGUT IDEOGRAPH-17F1A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F1B,
        name: "TANGUT IDEOGRAPH-17F1B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F1C,
        name: "TANGUT IDEOGRAPH-17F1C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F1D,
        name: "TANGUT IDEOGRAPH-17F1D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F1E,
        name: "TANGUT IDEOGRAPH-17F1E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F1F,
        name: "TANGUT IDEOGRAPH-17F1F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F20,
        name: "TANGUT IDEOGRAPH-17F20",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F21,
        name: "TANGUT IDEOGRAPH-17F21",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F22,
        name: "TANGUT IDEOGRAPH-17F22",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F23,
        name: "TANGUT IDEOGRAPH-17F23",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F24,
        name: "TANGUT IDEOGRAPH-17F24",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F25,
        name: "TANGUT IDEOGRAPH-17F25",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F26,
        name: "TANGUT IDEOGRAPH-17F26",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F27,
        name: "TANGUT IDEOGRAPH-17F27",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F28,
        name: "TANGUT IDEOGRAPH-17F28",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F29,
        name: "TANGUT IDEOGRAPH-17F29",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F2A,
        name: "TANGUT IDEOGRAPH-17F2A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F2B,
        name: "TANGUT IDEOGRAPH-17F2B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F2C,
        name: "TANGUT IDEOGRAPH-17F2C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F2D,
        name: "TANGUT IDEOGRAPH-17F2D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F2E,
        name: "TANGUT IDEOGRAPH-17F2E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F2F,
        name: "TANGUT IDEOGRAPH-17F2F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F30,
        name: "TANGUT IDEOGRAPH-17F30",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F31,
        name: "TANGUT IDEOGRAPH-17F31",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F32,
        name: "TANGUT IDEOGRAPH-17F32",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F33,
        name: "TANGUT IDEOGRAPH-17F33",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F34,
        name: "TANGUT IDEOGRAPH-17F34",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F35,
        name: "TANGUT IDEOGRAPH-17F35",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F36,
        name: "TANGUT IDEOGRAPH-17F36",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F37,
        name: "TANGUT IDEOGRAPH-17F37",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F38,
        name: "TANGUT IDEOGRAPH-17F38",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F39,
        name: "TANGUT IDEOGRAPH-17F39",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F3A,
        name: "TANGUT IDEOGRAPH-17F3A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F3B,
        name: "TANGUT IDEOGRAPH-17F3B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F3C,
        name: "TANGUT IDEOGRAPH-17F3C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F3D,
        name: "TANGUT IDEOGRAPH-17F3D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F3E,
        name: "TANGUT IDEOGRAPH-17F3E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F3F,
        name: "TANGUT IDEOGRAPH-17F3F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F40,
        name: "TANGUT IDEOGRAPH-17F40",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F41,
        name: "TANGUT IDEOGRAPH-17F41",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F42,
        name: "TANGUT IDEOGRAPH-17F42",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F43,
        name: "TANGUT IDEOGRAPH-17F43",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F44,
        name: "TANGUT IDEOGRAPH-17F44",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F45,
        name: "TANGUT IDEOGRAPH-17F45",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F46,
        name: "TANGUT IDEOGRAPH-17F46",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F47,
        name: "TANGUT IDEOGRAPH-17F47",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F48,
        name: "TANGUT IDEOGRAPH-17F48",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F49,
        name: "TANGUT IDEOGRAPH-17F49",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F4A,
        name: "TANGUT IDEOGRAPH-17F4A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F4B,
        name: "TANGUT IDEOGRAPH-17F4B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F4C,
        name: "TANGUT IDEOGRAPH-17F4C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F4D,
        name: "TANGUT IDEOGRAPH-17F4D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F4E,
        name: "TANGUT IDEOGRAPH-17F4E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F4F,
        name: "TANGUT IDEOGRAPH-17F4F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F50,
        name: "TANGUT IDEOGRAPH-17F50",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F51,
        name: "TANGUT IDEOGRAPH-17F51",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F52,
        name: "TANGUT IDEOGRAPH-17F52",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F53,
        name: "TANGUT IDEOGRAPH-17F53",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F54,
        name: "TANGUT IDEOGRAPH-17F54",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F55,
        name: "TANGUT IDEOGRAPH-17F55",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F56,
        name: "TANGUT IDEOGRAPH-17F56",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F57,
        name: "TANGUT IDEOGRAPH-17F57",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F58,
        name: "TANGUT IDEOGRAPH-17F58",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F59,
        name: "TANGUT IDEOGRAPH-17F59",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F5A,
        name: "TANGUT IDEOGRAPH-17F5A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F5B,
        name: "TANGUT IDEOGRAPH-17F5B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F5C,
        name: "TANGUT IDEOGRAPH-17F5C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F5D,
        name: "TANGUT IDEOGRAPH-17F5D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F5E,
        name: "TANGUT IDEOGRAPH-17F5E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F5F,
        name: "TANGUT IDEOGRAPH-17F5F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F60,
        name: "TANGUT IDEOGRAPH-17F60",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F61,
        name: "TANGUT IDEOGRAPH-17F61",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F62,
        name: "TANGUT IDEOGRAPH-17F62",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F63,
        name: "TANGUT IDEOGRAPH-17F63",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F64,
        name: "TANGUT IDEOGRAPH-17F64",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F65,
        name: "TANGUT IDEOGRAPH-17F65",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F66,
        name: "TANGUT IDEOGRAPH-17F66",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F67,
        name: "TANGUT IDEOGRAPH-17F67",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F68,
        name: "TANGUT IDEOGRAPH-17F68",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F69,
        name: "TANGUT IDEOGRAPH-17F69",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F6A,
        name: "TANGUT IDEOGRAPH-17F6A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F6B,
        name: "TANGUT IDEOGRAPH-17F6B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F6C,
        name: "TANGUT IDEOGRAPH-17F6C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F6D,
        name: "TANGUT IDEOGRAPH-17F6D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F6E,
        name: "TANGUT IDEOGRAPH-17F6E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F6F,
        name: "TANGUT IDEOGRAPH-17F6F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F70,
        name: "TANGUT IDEOGRAPH-17F70",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F71,
        name: "TANGUT IDEOGRAPH-17F71",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F72,
        name: "TANGUT IDEOGRAPH-17F72",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F73,
        name: "TANGUT IDEOGRAPH-17F73",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F74,
        name: "TANGUT IDEOGRAPH-17F74",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F75,
        name: "TANGUT IDEOGRAPH-17F75",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F76,
        name: "TANGUT IDEOGRAPH-17F76",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F77,
        name: "TANGUT IDEOGRAPH-17F77",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F78,
        name: "TANGUT IDEOGRAPH-17F78",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F79,
        name: "TANGUT IDEOGRAPH-17F79",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F7A,
        name: "TANGUT IDEOGRAPH-17F7A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F7B,
        name: "TANGUT IDEOGRAPH-17F7B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F7C,
        name: "TANGUT IDEOGRAPH-17F7C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F7D,
        name: "TANGUT IDEOGRAPH-17F7D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F7E,
        name: "TANGUT IDEOGRAPH-17F7E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F7F,
        name: "TANGUT IDEOGRAPH-17F7F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F80,
        name: "TANGUT IDEOGRAPH-17F80",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F81,
        name: "TANGUT IDEOGRAPH-17F81",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F82,
        name: "TANGUT IDEOGRAPH-17F82",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F83,
        name: "TANGUT IDEOGRAPH-17F83",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F84,
        name: "TANGUT IDEOGRAPH-17F84",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F85,
        name: "TANGUT IDEOGRAPH-17F85",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F86,
        name: "TANGUT IDEOGRAPH-17F86",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F87,
        name: "TANGUT IDEOGRAPH-17F87",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F88,
        name: "TANGUT IDEOGRAPH-17F88",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F89,
        name: "TANGUT IDEOGRAPH-17F89",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F8A,
        name: "TANGUT IDEOGRAPH-17F8A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F8B,
        name: "TANGUT IDEOGRAPH-17F8B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F8C,
        name: "TANGUT IDEOGRAPH-17F8C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F8D,
        name: "TANGUT IDEOGRAPH-17F8D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F8E,
        name: "TANGUT IDEOGRAPH-17F8E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F8F,
        name: "TANGUT IDEOGRAPH-17F8F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F90,
        name: "TANGUT IDEOGRAPH-17F90",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F91,
        name: "TANGUT IDEOGRAPH-17F91",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F92,
        name: "TANGUT IDEOGRAPH-17F92",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F93,
        name: "TANGUT IDEOGRAPH-17F93",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F94,
        name: "TANGUT IDEOGRAPH-17F94",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F95,
        name: "TANGUT IDEOGRAPH-17F95",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F96,
        name: "TANGUT IDEOGRAPH-17F96",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F97,
        name: "TANGUT IDEOGRAPH-17F97",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F98,
        name: "TANGUT IDEOGRAPH-17F98",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F99,
        name: "TANGUT IDEOGRAPH-17F99",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F9A,
        name: "TANGUT IDEOGRAPH-17F9A",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F9B,
        name: "TANGUT IDEOGRAPH-17F9B",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F9C,
        name: "TANGUT IDEOGRAPH-17F9C",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F9D,
        name: "TANGUT IDEOGRAPH-17F9D",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F9E,
        name: "TANGUT IDEOGRAPH-17F9E",
    },
    Character {
        age: "9.0",
        codepoint: 0x17F9F,
        name: "TANGUT IDEOGRAPH-17F9F",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA0,
        name: "TANGUT IDEOGRAPH-17FA0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA1,
        name: "TANGUT IDEOGRAPH-17FA1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA2,
        name: "TANGUT IDEOGRAPH-17FA2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA3,
        name: "TANGUT IDEOGRAPH-17FA3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA4,
        name: "TANGUT IDEOGRAPH-17FA4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA5,
        name: "TANGUT IDEOGRAPH-17FA5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA6,
        name: "TANGUT IDEOGRAPH-17FA6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA7,
        name: "TANGUT IDEOGRAPH-17FA7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA8,
        name: "TANGUT IDEOGRAPH-17FA8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FA9,
        name: "TANGUT IDEOGRAPH-17FA9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FAA,
        name: "TANGUT IDEOGRAPH-17FAA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FAB,
        name: "TANGUT IDEOGRAPH-17FAB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FAC,
        name: "TANGUT IDEOGRAPH-17FAC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FAD,
        name: "TANGUT IDEOGRAPH-17FAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FAE,
        name: "TANGUT IDEOGRAPH-17FAE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FAF,
        name: "TANGUT IDEOGRAPH-17FAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB0,
        name: "TANGUT IDEOGRAPH-17FB0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB1,
        name: "TANGUT IDEOGRAPH-17FB1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB2,
        name: "TANGUT IDEOGRAPH-17FB2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB3,
        name: "TANGUT IDEOGRAPH-17FB3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB4,
        name: "TANGUT IDEOGRAPH-17FB4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB5,
        name: "TANGUT IDEOGRAPH-17FB5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB6,
        name: "TANGUT IDEOGRAPH-17FB6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB7,
        name: "TANGUT IDEOGRAPH-17FB7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB8,
        name: "TANGUT IDEOGRAPH-17FB8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FB9,
        name: "TANGUT IDEOGRAPH-17FB9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FBA,
        name: "TANGUT IDEOGRAPH-17FBA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FBB,
        name: "TANGUT IDEOGRAPH-17FBB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FBC,
        name: "TANGUT IDEOGRAPH-17FBC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FBD,
        name: "TANGUT IDEOGRAPH-17FBD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FBE,
        name: "TANGUT IDEOGRAPH-17FBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FBF,
        name: "TANGUT IDEOGRAPH-17FBF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC0,
        name: "TANGUT IDEOGRAPH-17FC0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC1,
        name: "TANGUT IDEOGRAPH-17FC1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC2,
        name: "TANGUT IDEOGRAPH-17FC2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC3,
        name: "TANGUT IDEOGRAPH-17FC3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC4,
        name: "TANGUT IDEOGRAPH-17FC4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC5,
        name: "TANGUT IDEOGRAPH-17FC5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC6,
        name: "TANGUT IDEOGRAPH-17FC6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC7,
        name: "TANGUT IDEOGRAPH-17FC7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC8,
        name: "TANGUT IDEOGRAPH-17FC8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FC9,
        name: "TANGUT IDEOGRAPH-17FC9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FCA,
        name: "TANGUT IDEOGRAPH-17FCA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FCB,
        name: "TANGUT IDEOGRAPH-17FCB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FCC,
        name: "TANGUT IDEOGRAPH-17FCC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FCD,
        name: "TANGUT IDEOGRAPH-17FCD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FCE,
        name: "TANGUT IDEOGRAPH-17FCE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FCF,
        name: "TANGUT IDEOGRAPH-17FCF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD0,
        name: "TANGUT IDEOGRAPH-17FD0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD1,
        name: "TANGUT IDEOGRAPH-17FD1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD2,
        name: "TANGUT IDEOGRAPH-17FD2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD3,
        name: "TANGUT IDEOGRAPH-17FD3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD4,
        name: "TANGUT IDEOGRAPH-17FD4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD5,
        name: "TANGUT IDEOGRAPH-17FD5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD6,
        name: "TANGUT IDEOGRAPH-17FD6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD7,
        name: "TANGUT IDEOGRAPH-17FD7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD8,
        name: "TANGUT IDEOGRAPH-17FD8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FD9,
        name: "TANGUT IDEOGRAPH-17FD9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FDA,
        name: "TANGUT IDEOGRAPH-17FDA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FDB,
        name: "TANGUT IDEOGRAPH-17FDB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FDC,
        name: "TANGUT IDEOGRAPH-17FDC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FDD,
        name: "TANGUT IDEOGRAPH-17FDD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FDE,
        name: "TANGUT IDEOGRAPH-17FDE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FDF,
        name: "TANGUT IDEOGRAPH-17FDF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE0,
        name: "TANGUT IDEOGRAPH-17FE0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE1,
        name: "TANGUT IDEOGRAPH-17FE1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE2,
        name: "TANGUT IDEOGRAPH-17FE2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE3,
        name: "TANGUT IDEOGRAPH-17FE3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE4,
        name: "TANGUT IDEOGRAPH-17FE4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE5,
        name: "TANGUT IDEOGRAPH-17FE5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE6,
        name: "TANGUT IDEOGRAPH-17FE6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE7,
        name: "TANGUT IDEOGRAPH-17FE7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE8,
        name: "TANGUT IDEOGRAPH-17FE8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FE9,
        name: "TANGUT IDEOGRAPH-17FE9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FEA,
        name: "TANGUT IDEOGRAPH-17FEA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FEB,
        name: "TANGUT IDEOGRAPH-17FEB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FEC,
        name: "TANGUT IDEOGRAPH-17FEC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FED,
        name: "TANGUT IDEOGRAPH-17FED",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FEE,
        name: "TANGUT IDEOGRAPH-17FEE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FEF,
        name: "TANGUT IDEOGRAPH-17FEF",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF0,
        name: "TANGUT IDEOGRAPH-17FF0",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF1,
        name: "TANGUT IDEOGRAPH-17FF1",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF2,
        name: "TANGUT IDEOGRAPH-17FF2",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF3,
        name: "TANGUT IDEOGRAPH-17FF3",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF4,
        name: "TANGUT IDEOGRAPH-17FF4",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF5,
        name: "TANGUT IDEOGRAPH-17FF5",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF6,
        name: "TANGUT IDEOGRAPH-17FF6",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF7,
        name: "TANGUT IDEOGRAPH-17FF7",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF8,
        name: "TANGUT IDEOGRAPH-17FF8",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FF9,
        name: "TANGUT IDEOGRAPH-17FF9",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FFA,
        name: "TANGUT IDEOGRAPH-17FFA",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FFB,
        name: "TANGUT IDEOGRAPH-17FFB",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FFC,
        name: "TANGUT IDEOGRAPH-17FFC",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FFD,
        name: "TANGUT IDEOGRAPH-17FFD",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FFE,
        name: "TANGUT IDEOGRAPH-17FFE",
    },
    Character {
        age: "9.0",
        codepoint: 0x17FFF,
        name: "TANGUT IDEOGRAPH-17FFF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18000,
        name: "TANGUT IDEOGRAPH-18000",
    },
    Character {
        age: "9.0",
        codepoint: 0x18001,
        name: "TANGUT IDEOGRAPH-18001",
    },
    Character {
        age: "9.0",
        codepoint: 0x18002,
        name: "TANGUT IDEOGRAPH-18002",
    },
    Character {
        age: "9.0",
        codepoint: 0x18003,
        name: "TANGUT IDEOGRAPH-18003",
    },
    Character {
        age: "9.0",
        codepoint: 0x18004,
        name: "TANGUT IDEOGRAPH-18004",
    },
    Character {
        age: "9.0",
        codepoint: 0x18005,
        name: "TANGUT IDEOGRAPH-18005",
    },
    Character {
        age: "9.0",
        codepoint: 0x18006,
        name: "TANGUT IDEOGRAPH-18006",
    },
    Character {
        age: "9.0",
        codepoint: 0x18007,
        name: "TANGUT IDEOGRAPH-18007",
    },
    Character {
        age: "9.0",
        codepoint: 0x18008,
        name: "TANGUT IDEOGRAPH-18008",
    },
    Character {
        age: "9.0",
        codepoint: 0x18009,
        name: "TANGUT IDEOGRAPH-18009",
    },
    Character {
        age: "9.0",
        codepoint: 0x1800A,
        name: "TANGUT IDEOGRAPH-1800A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1800B,
        name: "TANGUT IDEOGRAPH-1800B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1800C,
        name: "TANGUT IDEOGRAPH-1800C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1800D,
        name: "TANGUT IDEOGRAPH-1800D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1800E,
        name: "TANGUT IDEOGRAPH-1800E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1800F,
        name: "TANGUT IDEOGRAPH-1800F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18010,
        name: "TANGUT IDEOGRAPH-18010",
    },
    Character {
        age: "9.0",
        codepoint: 0x18011,
        name: "TANGUT IDEOGRAPH-18011",
    },
    Character {
        age: "9.0",
        codepoint: 0x18012,
        name: "TANGUT IDEOGRAPH-18012",
    },
    Character {
        age: "9.0",
        codepoint: 0x18013,
        name: "TANGUT IDEOGRAPH-18013",
    },
    Character {
        age: "9.0",
        codepoint: 0x18014,
        name: "TANGUT IDEOGRAPH-18014",
    },
    Character {
        age: "9.0",
        codepoint: 0x18015,
        name: "TANGUT IDEOGRAPH-18015",
    },
    Character {
        age: "9.0",
        codepoint: 0x18016,
        name: "TANGUT IDEOGRAPH-18016",
    },
    Character {
        age: "9.0",
        codepoint: 0x18017,
        name: "TANGUT IDEOGRAPH-18017",
    },
    Character {
        age: "9.0",
        codepoint: 0x18018,
        name: "TANGUT IDEOGRAPH-18018",
    },
    Character {
        age: "9.0",
        codepoint: 0x18019,
        name: "TANGUT IDEOGRAPH-18019",
    },
    Character {
        age: "9.0",
        codepoint: 0x1801A,
        name: "TANGUT IDEOGRAPH-1801A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1801B,
        name: "TANGUT IDEOGRAPH-1801B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1801C,
        name: "TANGUT IDEOGRAPH-1801C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1801D,
        name: "TANGUT IDEOGRAPH-1801D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1801E,
        name: "TANGUT IDEOGRAPH-1801E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1801F,
        name: "TANGUT IDEOGRAPH-1801F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18020,
        name: "TANGUT IDEOGRAPH-18020",
    },
    Character {
        age: "9.0",
        codepoint: 0x18021,
        name: "TANGUT IDEOGRAPH-18021",
    },
    Character {
        age: "9.0",
        codepoint: 0x18022,
        name: "TANGUT IDEOGRAPH-18022",
    },
    Character {
        age: "9.0",
        codepoint: 0x18023,
        name: "TANGUT IDEOGRAPH-18023",
    },
    Character {
        age: "9.0",
        codepoint: 0x18024,
        name: "TANGUT IDEOGRAPH-18024",
    },
    Character {
        age: "9.0",
        codepoint: 0x18025,
        name: "TANGUT IDEOGRAPH-18025",
    },
    Character {
        age: "9.0",
        codepoint: 0x18026,
        name: "TANGUT IDEOGRAPH-18026",
    },
    Character {
        age: "9.0",
        codepoint: 0x18027,
        name: "TANGUT IDEOGRAPH-18027",
    },
    Character {
        age: "9.0",
        codepoint: 0x18028,
        name: "TANGUT IDEOGRAPH-18028",
    },
    Character {
        age: "9.0",
        codepoint: 0x18029,
        name: "TANGUT IDEOGRAPH-18029",
    },
    Character {
        age: "9.0",
        codepoint: 0x1802A,
        name: "TANGUT IDEOGRAPH-1802A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1802B,
        name: "TANGUT IDEOGRAPH-1802B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1802C,
        name: "TANGUT IDEOGRAPH-1802C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1802D,
        name: "TANGUT IDEOGRAPH-1802D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1802E,
        name: "TANGUT IDEOGRAPH-1802E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1802F,
        name: "TANGUT IDEOGRAPH-1802F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18030,
        name: "TANGUT IDEOGRAPH-18030",
    },
    Character {
        age: "9.0",
        codepoint: 0x18031,
        name: "TANGUT IDEOGRAPH-18031",
    },
    Character {
        age: "9.0",
        codepoint: 0x18032,
        name: "TANGUT IDEOGRAPH-18032",
    },
    Character {
        age: "9.0",
        codepoint: 0x18033,
        name: "TANGUT IDEOGRAPH-18033",
    },
    Character {
        age: "9.0",
        codepoint: 0x18034,
        name: "TANGUT IDEOGRAPH-18034",
    },
    Character {
        age: "9.0",
        codepoint: 0x18035,
        name: "TANGUT IDEOGRAPH-18035",
    },
    Character {
        age: "9.0",
        codepoint: 0x18036,
        name: "TANGUT IDEOGRAPH-18036",
    },
    Character {
        age: "9.0",
        codepoint: 0x18037,
        name: "TANGUT IDEOGRAPH-18037",
    },
    Character {
        age: "9.0",
        codepoint: 0x18038,
        name: "TANGUT IDEOGRAPH-18038",
    },
    Character {
        age: "9.0",
        codepoint: 0x18039,
        name: "TANGUT IDEOGRAPH-18039",
    },
    Character {
        age: "9.0",
        codepoint: 0x1803A,
        name: "TANGUT IDEOGRAPH-1803A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1803B,
        name: "TANGUT IDEOGRAPH-1803B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1803C,
        name: "TANGUT IDEOGRAPH-1803C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1803D,
        name: "TANGUT IDEOGRAPH-1803D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1803E,
        name: "TANGUT IDEOGRAPH-1803E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1803F,
        name: "TANGUT IDEOGRAPH-1803F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18040,
        name: "TANGUT IDEOGRAPH-18040",
    },
    Character {
        age: "9.0",
        codepoint: 0x18041,
        name: "TANGUT IDEOGRAPH-18041",
    },
    Character {
        age: "9.0",
        codepoint: 0x18042,
        name: "TANGUT IDEOGRAPH-18042",
    },
    Character {
        age: "9.0",
        codepoint: 0x18043,
        name: "TANGUT IDEOGRAPH-18043",
    },
    Character {
        age: "9.0",
        codepoint: 0x18044,
        name: "TANGUT IDEOGRAPH-18044",
    },
    Character {
        age: "9.0",
        codepoint: 0x18045,
        name: "TANGUT IDEOGRAPH-18045",
    },
    Character {
        age: "9.0",
        codepoint: 0x18046,
        name: "TANGUT IDEOGRAPH-18046",
    },
    Character {
        age: "9.0",
        codepoint: 0x18047,
        name: "TANGUT IDEOGRAPH-18047",
    },
    Character {
        age: "9.0",
        codepoint: 0x18048,
        name: "TANGUT IDEOGRAPH-18048",
    },
    Character {
        age: "9.0",
        codepoint: 0x18049,
        name: "TANGUT IDEOGRAPH-18049",
    },
    Character {
        age: "9.0",
        codepoint: 0x1804A,
        name: "TANGUT IDEOGRAPH-1804A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1804B,
        name: "TANGUT IDEOGRAPH-1804B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1804C,
        name: "TANGUT IDEOGRAPH-1804C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1804D,
        name: "TANGUT IDEOGRAPH-1804D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1804E,
        name: "TANGUT IDEOGRAPH-1804E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1804F,
        name: "TANGUT IDEOGRAPH-1804F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18050,
        name: "TANGUT IDEOGRAPH-18050",
    },
    Character {
        age: "9.0",
        codepoint: 0x18051,
        name: "TANGUT IDEOGRAPH-18051",
    },
    Character {
        age: "9.0",
        codepoint: 0x18052,
        name: "TANGUT IDEOGRAPH-18052",
    },
    Character {
        age: "9.0",
        codepoint: 0x18053,
        name: "TANGUT IDEOGRAPH-18053",
    },
    Character {
        age: "9.0",
        codepoint: 0x18054,
        name: "TANGUT IDEOGRAPH-18054",
    },
    Character {
        age: "9.0",
        codepoint: 0x18055,
        name: "TANGUT IDEOGRAPH-18055",
    },
    Character {
        age: "9.0",
        codepoint: 0x18056,
        name: "TANGUT IDEOGRAPH-18056",
    },
    Character {
        age: "9.0",
        codepoint: 0x18057,
        name: "TANGUT IDEOGRAPH-18057",
    },
    Character {
        age: "9.0",
        codepoint: 0x18058,
        name: "TANGUT IDEOGRAPH-18058",
    },
    Character {
        age: "9.0",
        codepoint: 0x18059,
        name: "TANGUT IDEOGRAPH-18059",
    },
    Character {
        age: "9.0",
        codepoint: 0x1805A,
        name: "TANGUT IDEOGRAPH-1805A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1805B,
        name: "TANGUT IDEOGRAPH-1805B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1805C,
        name: "TANGUT IDEOGRAPH-1805C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1805D,
        name: "TANGUT IDEOGRAPH-1805D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1805E,
        name: "TANGUT IDEOGRAPH-1805E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1805F,
        name: "TANGUT IDEOGRAPH-1805F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18060,
        name: "TANGUT IDEOGRAPH-18060",
    },
    Character {
        age: "9.0",
        codepoint: 0x18061,
        name: "TANGUT IDEOGRAPH-18061",
    },
    Character {
        age: "9.0",
        codepoint: 0x18062,
        name: "TANGUT IDEOGRAPH-18062",
    },
    Character {
        age: "9.0",
        codepoint: 0x18063,
        name: "TANGUT IDEOGRAPH-18063",
    },
    Character {
        age: "9.0",
        codepoint: 0x18064,
        name: "TANGUT IDEOGRAPH-18064",
    },
    Character {
        age: "9.0",
        codepoint: 0x18065,
        name: "TANGUT IDEOGRAPH-18065",
    },
    Character {
        age: "9.0",
        codepoint: 0x18066,
        name: "TANGUT IDEOGRAPH-18066",
    },
    Character {
        age: "9.0",
        codepoint: 0x18067,
        name: "TANGUT IDEOGRAPH-18067",
    },
    Character {
        age: "9.0",
        codepoint: 0x18068,
        name: "TANGUT IDEOGRAPH-18068",
    },
    Character {
        age: "9.0",
        codepoint: 0x18069,
        name: "TANGUT IDEOGRAPH-18069",
    },
    Character {
        age: "9.0",
        codepoint: 0x1806A,
        name: "TANGUT IDEOGRAPH-1806A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1806B,
        name: "TANGUT IDEOGRAPH-1806B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1806C,
        name: "TANGUT IDEOGRAPH-1806C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1806D,
        name: "TANGUT IDEOGRAPH-1806D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1806E,
        name: "TANGUT IDEOGRAPH-1806E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1806F,
        name: "TANGUT IDEOGRAPH-1806F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18070,
        name: "TANGUT IDEOGRAPH-18070",
    },
    Character {
        age: "9.0",
        codepoint: 0x18071,
        name: "TANGUT IDEOGRAPH-18071",
    },
    Character {
        age: "9.0",
        codepoint: 0x18072,
        name: "TANGUT IDEOGRAPH-18072",
    },
    Character {
        age: "9.0",
        codepoint: 0x18073,
        name: "TANGUT IDEOGRAPH-18073",
    },
    Character {
        age: "9.0",
        codepoint: 0x18074,
        name: "TANGUT IDEOGRAPH-18074",
    },
    Character {
        age: "9.0",
        codepoint: 0x18075,
        name: "TANGUT IDEOGRAPH-18075",
    },
    Character {
        age: "9.0",
        codepoint: 0x18076,
        name: "TANGUT IDEOGRAPH-18076",
    },
    Character {
        age: "9.0",
        codepoint: 0x18077,
        name: "TANGUT IDEOGRAPH-18077",
    },
    Character {
        age: "9.0",
        codepoint: 0x18078,
        name: "TANGUT IDEOGRAPH-18078",
    },
    Character {
        age: "9.0",
        codepoint: 0x18079,
        name: "TANGUT IDEOGRAPH-18079",
    },
    Character {
        age: "9.0",
        codepoint: 0x1807A,
        name: "TANGUT IDEOGRAPH-1807A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1807B,
        name: "TANGUT IDEOGRAPH-1807B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1807C,
        name: "TANGUT IDEOGRAPH-1807C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1807D,
        name: "TANGUT IDEOGRAPH-1807D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1807E,
        name: "TANGUT IDEOGRAPH-1807E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1807F,
        name: "TANGUT IDEOGRAPH-1807F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18080,
        name: "TANGUT IDEOGRAPH-18080",
    },
    Character {
        age: "9.0",
        codepoint: 0x18081,
        name: "TANGUT IDEOGRAPH-18081",
    },
    Character {
        age: "9.0",
        codepoint: 0x18082,
        name: "TANGUT IDEOGRAPH-18082",
    },
    Character {
        age: "9.0",
        codepoint: 0x18083,
        name: "TANGUT IDEOGRAPH-18083",
    },
    Character {
        age: "9.0",
        codepoint: 0x18084,
        name: "TANGUT IDEOGRAPH-18084",
    },
    Character {
        age: "9.0",
        codepoint: 0x18085,
        name: "TANGUT IDEOGRAPH-18085",
    },
    Character {
        age: "9.0",
        codepoint: 0x18086,
        name: "TANGUT IDEOGRAPH-18086",
    },
    Character {
        age: "9.0",
        codepoint: 0x18087,
        name: "TANGUT IDEOGRAPH-18087",
    },
    Character {
        age: "9.0",
        codepoint: 0x18088,
        name: "TANGUT IDEOGRAPH-18088",
    },
    Character {
        age: "9.0",
        codepoint: 0x18089,
        name: "TANGUT IDEOGRAPH-18089",
    },
    Character {
        age: "9.0",
        codepoint: 0x1808A,
        name: "TANGUT IDEOGRAPH-1808A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1808B,
        name: "TANGUT IDEOGRAPH-1808B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1808C,
        name: "TANGUT IDEOGRAPH-1808C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1808D,
        name: "TANGUT IDEOGRAPH-1808D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1808E,
        name: "TANGUT IDEOGRAPH-1808E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1808F,
        name: "TANGUT IDEOGRAPH-1808F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18090,
        name: "TANGUT IDEOGRAPH-18090",
    },
    Character {
        age: "9.0",
        codepoint: 0x18091,
        name: "TANGUT IDEOGRAPH-18091",
    },
    Character {
        age: "9.0",
        codepoint: 0x18092,
        name: "TANGUT IDEOGRAPH-18092",
    },
    Character {
        age: "9.0",
        codepoint: 0x18093,
        name: "TANGUT IDEOGRAPH-18093",
    },
    Character {
        age: "9.0",
        codepoint: 0x18094,
        name: "TANGUT IDEOGRAPH-18094",
    },
    Character {
        age: "9.0",
        codepoint: 0x18095,
        name: "TANGUT IDEOGRAPH-18095",
    },
    Character {
        age: "9.0",
        codepoint: 0x18096,
        name: "TANGUT IDEOGRAPH-18096",
    },
    Character {
        age: "9.0",
        codepoint: 0x18097,
        name: "TANGUT IDEOGRAPH-18097",
    },
    Character {
        age: "9.0",
        codepoint: 0x18098,
        name: "TANGUT IDEOGRAPH-18098",
    },
    Character {
        age: "9.0",
        codepoint: 0x18099,
        name: "TANGUT IDEOGRAPH-18099",
    },
    Character {
        age: "9.0",
        codepoint: 0x1809A,
        name: "TANGUT IDEOGRAPH-1809A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1809B,
        name: "TANGUT IDEOGRAPH-1809B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1809C,
        name: "TANGUT IDEOGRAPH-1809C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1809D,
        name: "TANGUT IDEOGRAPH-1809D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1809E,
        name: "TANGUT IDEOGRAPH-1809E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1809F,
        name: "TANGUT IDEOGRAPH-1809F",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A0,
        name: "TANGUT IDEOGRAPH-180A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A1,
        name: "TANGUT IDEOGRAPH-180A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A2,
        name: "TANGUT IDEOGRAPH-180A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A3,
        name: "TANGUT IDEOGRAPH-180A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A4,
        name: "TANGUT IDEOGRAPH-180A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A5,
        name: "TANGUT IDEOGRAPH-180A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A6,
        name: "TANGUT IDEOGRAPH-180A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A7,
        name: "TANGUT IDEOGRAPH-180A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A8,
        name: "TANGUT IDEOGRAPH-180A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x180A9,
        name: "TANGUT IDEOGRAPH-180A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x180AA,
        name: "TANGUT IDEOGRAPH-180AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x180AB,
        name: "TANGUT IDEOGRAPH-180AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x180AC,
        name: "TANGUT IDEOGRAPH-180AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x180AD,
        name: "TANGUT IDEOGRAPH-180AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x180AE,
        name: "TANGUT IDEOGRAPH-180AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x180AF,
        name: "TANGUT IDEOGRAPH-180AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B0,
        name: "TANGUT IDEOGRAPH-180B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B1,
        name: "TANGUT IDEOGRAPH-180B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B2,
        name: "TANGUT IDEOGRAPH-180B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B3,
        name: "TANGUT IDEOGRAPH-180B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B4,
        name: "TANGUT IDEOGRAPH-180B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B5,
        name: "TANGUT IDEOGRAPH-180B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B6,
        name: "TANGUT IDEOGRAPH-180B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B7,
        name: "TANGUT IDEOGRAPH-180B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B8,
        name: "TANGUT IDEOGRAPH-180B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x180B9,
        name: "TANGUT IDEOGRAPH-180B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x180BA,
        name: "TANGUT IDEOGRAPH-180BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x180BB,
        name: "TANGUT IDEOGRAPH-180BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x180BC,
        name: "TANGUT IDEOGRAPH-180BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x180BD,
        name: "TANGUT IDEOGRAPH-180BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x180BE,
        name: "TANGUT IDEOGRAPH-180BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x180BF,
        name: "TANGUT IDEOGRAPH-180BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C0,
        name: "TANGUT IDEOGRAPH-180C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C1,
        name: "TANGUT IDEOGRAPH-180C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C2,
        name: "TANGUT IDEOGRAPH-180C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C3,
        name: "TANGUT IDEOGRAPH-180C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C4,
        name: "TANGUT IDEOGRAPH-180C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C5,
        name: "TANGUT IDEOGRAPH-180C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C6,
        name: "TANGUT IDEOGRAPH-180C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C7,
        name: "TANGUT IDEOGRAPH-180C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C8,
        name: "TANGUT IDEOGRAPH-180C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x180C9,
        name: "TANGUT IDEOGRAPH-180C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x180CA,
        name: "TANGUT IDEOGRAPH-180CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x180CB,
        name: "TANGUT IDEOGRAPH-180CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x180CC,
        name: "TANGUT IDEOGRAPH-180CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x180CD,
        name: "TANGUT IDEOGRAPH-180CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x180CE,
        name: "TANGUT IDEOGRAPH-180CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x180CF,
        name: "TANGUT IDEOGRAPH-180CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D0,
        name: "TANGUT IDEOGRAPH-180D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D1,
        name: "TANGUT IDEOGRAPH-180D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D2,
        name: "TANGUT IDEOGRAPH-180D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D3,
        name: "TANGUT IDEOGRAPH-180D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D4,
        name: "TANGUT IDEOGRAPH-180D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D5,
        name: "TANGUT IDEOGRAPH-180D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D6,
        name: "TANGUT IDEOGRAPH-180D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D7,
        name: "TANGUT IDEOGRAPH-180D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D8,
        name: "TANGUT IDEOGRAPH-180D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x180D9,
        name: "TANGUT IDEOGRAPH-180D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x180DA,
        name: "TANGUT IDEOGRAPH-180DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x180DB,
        name: "TANGUT IDEOGRAPH-180DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x180DC,
        name: "TANGUT IDEOGRAPH-180DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x180DD,
        name: "TANGUT IDEOGRAPH-180DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x180DE,
        name: "TANGUT IDEOGRAPH-180DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x180DF,
        name: "TANGUT IDEOGRAPH-180DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E0,
        name: "TANGUT IDEOGRAPH-180E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E1,
        name: "TANGUT IDEOGRAPH-180E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E2,
        name: "TANGUT IDEOGRAPH-180E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E3,
        name: "TANGUT IDEOGRAPH-180E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E4,
        name: "TANGUT IDEOGRAPH-180E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E5,
        name: "TANGUT IDEOGRAPH-180E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E6,
        name: "TANGUT IDEOGRAPH-180E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E7,
        name: "TANGUT IDEOGRAPH-180E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E8,
        name: "TANGUT IDEOGRAPH-180E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x180E9,
        name: "TANGUT IDEOGRAPH-180E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x180EA,
        name: "TANGUT IDEOGRAPH-180EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x180EB,
        name: "TANGUT IDEOGRAPH-180EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x180EC,
        name: "TANGUT IDEOGRAPH-180EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x180ED,
        name: "TANGUT IDEOGRAPH-180ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x180EE,
        name: "TANGUT IDEOGRAPH-180EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x180EF,
        name: "TANGUT IDEOGRAPH-180EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F0,
        name: "TANGUT IDEOGRAPH-180F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F1,
        name: "TANGUT IDEOGRAPH-180F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F2,
        name: "TANGUT IDEOGRAPH-180F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F3,
        name: "TANGUT IDEOGRAPH-180F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F4,
        name: "TANGUT IDEOGRAPH-180F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F5,
        name: "TANGUT IDEOGRAPH-180F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F6,
        name: "TANGUT IDEOGRAPH-180F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F7,
        name: "TANGUT IDEOGRAPH-180F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F8,
        name: "TANGUT IDEOGRAPH-180F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x180F9,
        name: "TANGUT IDEOGRAPH-180F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x180FA,
        name: "TANGUT IDEOGRAPH-180FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x180FB,
        name: "TANGUT IDEOGRAPH-180FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x180FC,
        name: "TANGUT IDEOGRAPH-180FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x180FD,
        name: "TANGUT IDEOGRAPH-180FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x180FE,
        name: "TANGUT IDEOGRAPH-180FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x180FF,
        name: "TANGUT IDEOGRAPH-180FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18100,
        name: "TANGUT IDEOGRAPH-18100",
    },
    Character {
        age: "9.0",
        codepoint: 0x18101,
        name: "TANGUT IDEOGRAPH-18101",
    },
    Character {
        age: "9.0",
        codepoint: 0x18102,
        name: "TANGUT IDEOGRAPH-18102",
    },
    Character {
        age: "9.0",
        codepoint: 0x18103,
        name: "TANGUT IDEOGRAPH-18103",
    },
    Character {
        age: "9.0",
        codepoint: 0x18104,
        name: "TANGUT IDEOGRAPH-18104",
    },
    Character {
        age: "9.0",
        codepoint: 0x18105,
        name: "TANGUT IDEOGRAPH-18105",
    },
    Character {
        age: "9.0",
        codepoint: 0x18106,
        name: "TANGUT IDEOGRAPH-18106",
    },
    Character {
        age: "9.0",
        codepoint: 0x18107,
        name: "TANGUT IDEOGRAPH-18107",
    },
    Character {
        age: "9.0",
        codepoint: 0x18108,
        name: "TANGUT IDEOGRAPH-18108",
    },
    Character {
        age: "9.0",
        codepoint: 0x18109,
        name: "TANGUT IDEOGRAPH-18109",
    },
    Character {
        age: "9.0",
        codepoint: 0x1810A,
        name: "TANGUT IDEOGRAPH-1810A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1810B,
        name: "TANGUT IDEOGRAPH-1810B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1810C,
        name: "TANGUT IDEOGRAPH-1810C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1810D,
        name: "TANGUT IDEOGRAPH-1810D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1810E,
        name: "TANGUT IDEOGRAPH-1810E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1810F,
        name: "TANGUT IDEOGRAPH-1810F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18110,
        name: "TANGUT IDEOGRAPH-18110",
    },
    Character {
        age: "9.0",
        codepoint: 0x18111,
        name: "TANGUT IDEOGRAPH-18111",
    },
    Character {
        age: "9.0",
        codepoint: 0x18112,
        name: "TANGUT IDEOGRAPH-18112",
    },
    Character {
        age: "9.0",
        codepoint: 0x18113,
        name: "TANGUT IDEOGRAPH-18113",
    },
    Character {
        age: "9.0",
        codepoint: 0x18114,
        name: "TANGUT IDEOGRAPH-18114",
    },
    Character {
        age: "9.0",
        codepoint: 0x18115,
        name: "TANGUT IDEOGRAPH-18115",
    },
    Character {
        age: "9.0",
        codepoint: 0x18116,
        name: "TANGUT IDEOGRAPH-18116",
    },
    Character {
        age: "9.0",
        codepoint: 0x18117,
        name: "TANGUT IDEOGRAPH-18117",
    },
    Character {
        age: "9.0",
        codepoint: 0x18118,
        name: "TANGUT IDEOGRAPH-18118",
    },
    Character {
        age: "9.0",
        codepoint: 0x18119,
        name: "TANGUT IDEOGRAPH-18119",
    },
    Character {
        age: "9.0",
        codepoint: 0x1811A,
        name: "TANGUT IDEOGRAPH-1811A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1811B,
        name: "TANGUT IDEOGRAPH-1811B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1811C,
        name: "TANGUT IDEOGRAPH-1811C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1811D,
        name: "TANGUT IDEOGRAPH-1811D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1811E,
        name: "TANGUT IDEOGRAPH-1811E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1811F,
        name: "TANGUT IDEOGRAPH-1811F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18120,
        name: "TANGUT IDEOGRAPH-18120",
    },
    Character {
        age: "9.0",
        codepoint: 0x18121,
        name: "TANGUT IDEOGRAPH-18121",
    },
    Character {
        age: "9.0",
        codepoint: 0x18122,
        name: "TANGUT IDEOGRAPH-18122",
    },
    Character {
        age: "9.0",
        codepoint: 0x18123,
        name: "TANGUT IDEOGRAPH-18123",
    },
    Character {
        age: "9.0",
        codepoint: 0x18124,
        name: "TANGUT IDEOGRAPH-18124",
    },
    Character {
        age: "9.0",
        codepoint: 0x18125,
        name: "TANGUT IDEOGRAPH-18125",
    },
    Character {
        age: "9.0",
        codepoint: 0x18126,
        name: "TANGUT IDEOGRAPH-18126",
    },
    Character {
        age: "9.0",
        codepoint: 0x18127,
        name: "TANGUT IDEOGRAPH-18127",
    },
    Character {
        age: "9.0",
        codepoint: 0x18128,
        name: "TANGUT IDEOGRAPH-18128",
    },
    Character {
        age: "9.0",
        codepoint: 0x18129,
        name: "TANGUT IDEOGRAPH-18129",
    },
    Character {
        age: "9.0",
        codepoint: 0x1812A,
        name: "TANGUT IDEOGRAPH-1812A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1812B,
        name: "TANGUT IDEOGRAPH-1812B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1812C,
        name: "TANGUT IDEOGRAPH-1812C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1812D,
        name: "TANGUT IDEOGRAPH-1812D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1812E,
        name: "TANGUT IDEOGRAPH-1812E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1812F,
        name: "TANGUT IDEOGRAPH-1812F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18130,
        name: "TANGUT IDEOGRAPH-18130",
    },
    Character {
        age: "9.0",
        codepoint: 0x18131,
        name: "TANGUT IDEOGRAPH-18131",
    },
    Character {
        age: "9.0",
        codepoint: 0x18132,
        name: "TANGUT IDEOGRAPH-18132",
    },
    Character {
        age: "9.0",
        codepoint: 0x18133,
        name: "TANGUT IDEOGRAPH-18133",
    },
    Character {
        age: "9.0",
        codepoint: 0x18134,
        name: "TANGUT IDEOGRAPH-18134",
    },
    Character {
        age: "9.0",
        codepoint: 0x18135,
        name: "TANGUT IDEOGRAPH-18135",
    },
    Character {
        age: "9.0",
        codepoint: 0x18136,
        name: "TANGUT IDEOGRAPH-18136",
    },
    Character {
        age: "9.0",
        codepoint: 0x18137,
        name: "TANGUT IDEOGRAPH-18137",
    },
    Character {
        age: "9.0",
        codepoint: 0x18138,
        name: "TANGUT IDEOGRAPH-18138",
    },
    Character {
        age: "9.0",
        codepoint: 0x18139,
        name: "TANGUT IDEOGRAPH-18139",
    },
    Character {
        age: "9.0",
        codepoint: 0x1813A,
        name: "TANGUT IDEOGRAPH-1813A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1813B,
        name: "TANGUT IDEOGRAPH-1813B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1813C,
        name: "TANGUT IDEOGRAPH-1813C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1813D,
        name: "TANGUT IDEOGRAPH-1813D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1813E,
        name: "TANGUT IDEOGRAPH-1813E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1813F,
        name: "TANGUT IDEOGRAPH-1813F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18140,
        name: "TANGUT IDEOGRAPH-18140",
    },
    Character {
        age: "9.0",
        codepoint: 0x18141,
        name: "TANGUT IDEOGRAPH-18141",
    },
    Character {
        age: "9.0",
        codepoint: 0x18142,
        name: "TANGUT IDEOGRAPH-18142",
    },
    Character {
        age: "9.0",
        codepoint: 0x18143,
        name: "TANGUT IDEOGRAPH-18143",
    },
    Character {
        age: "9.0",
        codepoint: 0x18144,
        name: "TANGUT IDEOGRAPH-18144",
    },
    Character {
        age: "9.0",
        codepoint: 0x18145,
        name: "TANGUT IDEOGRAPH-18145",
    },
    Character {
        age: "9.0",
        codepoint: 0x18146,
        name: "TANGUT IDEOGRAPH-18146",
    },
    Character {
        age: "9.0",
        codepoint: 0x18147,
        name: "TANGUT IDEOGRAPH-18147",
    },
    Character {
        age: "9.0",
        codepoint: 0x18148,
        name: "TANGUT IDEOGRAPH-18148",
    },
    Character {
        age: "9.0",
        codepoint: 0x18149,
        name: "TANGUT IDEOGRAPH-18149",
    },
    Character {
        age: "9.0",
        codepoint: 0x1814A,
        name: "TANGUT IDEOGRAPH-1814A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1814B,
        name: "TANGUT IDEOGRAPH-1814B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1814C,
        name: "TANGUT IDEOGRAPH-1814C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1814D,
        name: "TANGUT IDEOGRAPH-1814D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1814E,
        name: "TANGUT IDEOGRAPH-1814E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1814F,
        name: "TANGUT IDEOGRAPH-1814F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18150,
        name: "TANGUT IDEOGRAPH-18150",
    },
    Character {
        age: "9.0",
        codepoint: 0x18151,
        name: "TANGUT IDEOGRAPH-18151",
    },
    Character {
        age: "9.0",
        codepoint: 0x18152,
        name: "TANGUT IDEOGRAPH-18152",
    },
    Character {
        age: "9.0",
        codepoint: 0x18153,
        name: "TANGUT IDEOGRAPH-18153",
    },
    Character {
        age: "9.0",
        codepoint: 0x18154,
        name: "TANGUT IDEOGRAPH-18154",
    },
    Character {
        age: "9.0",
        codepoint: 0x18155,
        name: "TANGUT IDEOGRAPH-18155",
    },
    Character {
        age: "9.0",
        codepoint: 0x18156,
        name: "TANGUT IDEOGRAPH-18156",
    },
    Character {
        age: "9.0",
        codepoint: 0x18157,
        name: "TANGUT IDEOGRAPH-18157",
    },
    Character {
        age: "9.0",
        codepoint: 0x18158,
        name: "TANGUT IDEOGRAPH-18158",
    },
    Character {
        age: "9.0",
        codepoint: 0x18159,
        name: "TANGUT IDEOGRAPH-18159",
    },
    Character {
        age: "9.0",
        codepoint: 0x1815A,
        name: "TANGUT IDEOGRAPH-1815A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1815B,
        name: "TANGUT IDEOGRAPH-1815B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1815C,
        name: "TANGUT IDEOGRAPH-1815C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1815D,
        name: "TANGUT IDEOGRAPH-1815D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1815E,
        name: "TANGUT IDEOGRAPH-1815E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1815F,
        name: "TANGUT IDEOGRAPH-1815F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18160,
        name: "TANGUT IDEOGRAPH-18160",
    },
    Character {
        age: "9.0",
        codepoint: 0x18161,
        name: "TANGUT IDEOGRAPH-18161",
    },
    Character {
        age: "9.0",
        codepoint: 0x18162,
        name: "TANGUT IDEOGRAPH-18162",
    },
    Character {
        age: "9.0",
        codepoint: 0x18163,
        name: "TANGUT IDEOGRAPH-18163",
    },
    Character {
        age: "9.0",
        codepoint: 0x18164,
        name: "TANGUT IDEOGRAPH-18164",
    },
    Character {
        age: "9.0",
        codepoint: 0x18165,
        name: "TANGUT IDEOGRAPH-18165",
    },
    Character {
        age: "9.0",
        codepoint: 0x18166,
        name: "TANGUT IDEOGRAPH-18166",
    },
    Character {
        age: "9.0",
        codepoint: 0x18167,
        name: "TANGUT IDEOGRAPH-18167",
    },
    Character {
        age: "9.0",
        codepoint: 0x18168,
        name: "TANGUT IDEOGRAPH-18168",
    },
    Character {
        age: "9.0",
        codepoint: 0x18169,
        name: "TANGUT IDEOGRAPH-18169",
    },
    Character {
        age: "9.0",
        codepoint: 0x1816A,
        name: "TANGUT IDEOGRAPH-1816A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1816B,
        name: "TANGUT IDEOGRAPH-1816B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1816C,
        name: "TANGUT IDEOGRAPH-1816C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1816D,
        name: "TANGUT IDEOGRAPH-1816D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1816E,
        name: "TANGUT IDEOGRAPH-1816E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1816F,
        name: "TANGUT IDEOGRAPH-1816F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18170,
        name: "TANGUT IDEOGRAPH-18170",
    },
    Character {
        age: "9.0",
        codepoint: 0x18171,
        name: "TANGUT IDEOGRAPH-18171",
    },
    Character {
        age: "9.0",
        codepoint: 0x18172,
        name: "TANGUT IDEOGRAPH-18172",
    },
    Character {
        age: "9.0",
        codepoint: 0x18173,
        name: "TANGUT IDEOGRAPH-18173",
    },
    Character {
        age: "9.0",
        codepoint: 0x18174,
        name: "TANGUT IDEOGRAPH-18174",
    },
    Character {
        age: "9.0",
        codepoint: 0x18175,
        name: "TANGUT IDEOGRAPH-18175",
    },
    Character {
        age: "9.0",
        codepoint: 0x18176,
        name: "TANGUT IDEOGRAPH-18176",
    },
    Character {
        age: "9.0",
        codepoint: 0x18177,
        name: "TANGUT IDEOGRAPH-18177",
    },
    Character {
        age: "9.0",
        codepoint: 0x18178,
        name: "TANGUT IDEOGRAPH-18178",
    },
    Character {
        age: "9.0",
        codepoint: 0x18179,
        name: "TANGUT IDEOGRAPH-18179",
    },
    Character {
        age: "9.0",
        codepoint: 0x1817A,
        name: "TANGUT IDEOGRAPH-1817A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1817B,
        name: "TANGUT IDEOGRAPH-1817B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1817C,
        name: "TANGUT IDEOGRAPH-1817C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1817D,
        name: "TANGUT IDEOGRAPH-1817D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1817E,
        name: "TANGUT IDEOGRAPH-1817E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1817F,
        name: "TANGUT IDEOGRAPH-1817F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18180,
        name: "TANGUT IDEOGRAPH-18180",
    },
    Character {
        age: "9.0",
        codepoint: 0x18181,
        name: "TANGUT IDEOGRAPH-18181",
    },
    Character {
        age: "9.0",
        codepoint: 0x18182,
        name: "TANGUT IDEOGRAPH-18182",
    },
    Character {
        age: "9.0",
        codepoint: 0x18183,
        name: "TANGUT IDEOGRAPH-18183",
    },
    Character {
        age: "9.0",
        codepoint: 0x18184,
        name: "TANGUT IDEOGRAPH-18184",
    },
    Character {
        age: "9.0",
        codepoint: 0x18185,
        name: "TANGUT IDEOGRAPH-18185",
    },
    Character {
        age: "9.0",
        codepoint: 0x18186,
        name: "TANGUT IDEOGRAPH-18186",
    },
    Character {
        age: "9.0",
        codepoint: 0x18187,
        name: "TANGUT IDEOGRAPH-18187",
    },
    Character {
        age: "9.0",
        codepoint: 0x18188,
        name: "TANGUT IDEOGRAPH-18188",
    },
    Character {
        age: "9.0",
        codepoint: 0x18189,
        name: "TANGUT IDEOGRAPH-18189",
    },
    Character {
        age: "9.0",
        codepoint: 0x1818A,
        name: "TANGUT IDEOGRAPH-1818A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1818B,
        name: "TANGUT IDEOGRAPH-1818B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1818C,
        name: "TANGUT IDEOGRAPH-1818C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1818D,
        name: "TANGUT IDEOGRAPH-1818D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1818E,
        name: "TANGUT IDEOGRAPH-1818E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1818F,
        name: "TANGUT IDEOGRAPH-1818F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18190,
        name: "TANGUT IDEOGRAPH-18190",
    },
    Character {
        age: "9.0",
        codepoint: 0x18191,
        name: "TANGUT IDEOGRAPH-18191",
    },
    Character {
        age: "9.0",
        codepoint: 0x18192,
        name: "TANGUT IDEOGRAPH-18192",
    },
    Character {
        age: "9.0",
        codepoint: 0x18193,
        name: "TANGUT IDEOGRAPH-18193",
    },
    Character {
        age: "9.0",
        codepoint: 0x18194,
        name: "TANGUT IDEOGRAPH-18194",
    },
    Character {
        age: "9.0",
        codepoint: 0x18195,
        name: "TANGUT IDEOGRAPH-18195",
    },
    Character {
        age: "9.0",
        codepoint: 0x18196,
        name: "TANGUT IDEOGRAPH-18196",
    },
    Character {
        age: "9.0",
        codepoint: 0x18197,
        name: "TANGUT IDEOGRAPH-18197",
    },
    Character {
        age: "9.0",
        codepoint: 0x18198,
        name: "TANGUT IDEOGRAPH-18198",
    },
    Character {
        age: "9.0",
        codepoint: 0x18199,
        name: "TANGUT IDEOGRAPH-18199",
    },
    Character {
        age: "9.0",
        codepoint: 0x1819A,
        name: "TANGUT IDEOGRAPH-1819A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1819B,
        name: "TANGUT IDEOGRAPH-1819B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1819C,
        name: "TANGUT IDEOGRAPH-1819C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1819D,
        name: "TANGUT IDEOGRAPH-1819D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1819E,
        name: "TANGUT IDEOGRAPH-1819E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1819F,
        name: "TANGUT IDEOGRAPH-1819F",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A0,
        name: "TANGUT IDEOGRAPH-181A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A1,
        name: "TANGUT IDEOGRAPH-181A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A2,
        name: "TANGUT IDEOGRAPH-181A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A3,
        name: "TANGUT IDEOGRAPH-181A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A4,
        name: "TANGUT IDEOGRAPH-181A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A5,
        name: "TANGUT IDEOGRAPH-181A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A6,
        name: "TANGUT IDEOGRAPH-181A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A7,
        name: "TANGUT IDEOGRAPH-181A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A8,
        name: "TANGUT IDEOGRAPH-181A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x181A9,
        name: "TANGUT IDEOGRAPH-181A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x181AA,
        name: "TANGUT IDEOGRAPH-181AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x181AB,
        name: "TANGUT IDEOGRAPH-181AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x181AC,
        name: "TANGUT IDEOGRAPH-181AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x181AD,
        name: "TANGUT IDEOGRAPH-181AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x181AE,
        name: "TANGUT IDEOGRAPH-181AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x181AF,
        name: "TANGUT IDEOGRAPH-181AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B0,
        name: "TANGUT IDEOGRAPH-181B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B1,
        name: "TANGUT IDEOGRAPH-181B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B2,
        name: "TANGUT IDEOGRAPH-181B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B3,
        name: "TANGUT IDEOGRAPH-181B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B4,
        name: "TANGUT IDEOGRAPH-181B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B5,
        name: "TANGUT IDEOGRAPH-181B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B6,
        name: "TANGUT IDEOGRAPH-181B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B7,
        name: "TANGUT IDEOGRAPH-181B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B8,
        name: "TANGUT IDEOGRAPH-181B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x181B9,
        name: "TANGUT IDEOGRAPH-181B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x181BA,
        name: "TANGUT IDEOGRAPH-181BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x181BB,
        name: "TANGUT IDEOGRAPH-181BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x181BC,
        name: "TANGUT IDEOGRAPH-181BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x181BD,
        name: "TANGUT IDEOGRAPH-181BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x181BE,
        name: "TANGUT IDEOGRAPH-181BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x181BF,
        name: "TANGUT IDEOGRAPH-181BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C0,
        name: "TANGUT IDEOGRAPH-181C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C1,
        name: "TANGUT IDEOGRAPH-181C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C2,
        name: "TANGUT IDEOGRAPH-181C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C3,
        name: "TANGUT IDEOGRAPH-181C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C4,
        name: "TANGUT IDEOGRAPH-181C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C5,
        name: "TANGUT IDEOGRAPH-181C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C6,
        name: "TANGUT IDEOGRAPH-181C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C7,
        name: "TANGUT IDEOGRAPH-181C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C8,
        name: "TANGUT IDEOGRAPH-181C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x181C9,
        name: "TANGUT IDEOGRAPH-181C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x181CA,
        name: "TANGUT IDEOGRAPH-181CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x181CB,
        name: "TANGUT IDEOGRAPH-181CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x181CC,
        name: "TANGUT IDEOGRAPH-181CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x181CD,
        name: "TANGUT IDEOGRAPH-181CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x181CE,
        name: "TANGUT IDEOGRAPH-181CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x181CF,
        name: "TANGUT IDEOGRAPH-181CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D0,
        name: "TANGUT IDEOGRAPH-181D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D1,
        name: "TANGUT IDEOGRAPH-181D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D2,
        name: "TANGUT IDEOGRAPH-181D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D3,
        name: "TANGUT IDEOGRAPH-181D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D4,
        name: "TANGUT IDEOGRAPH-181D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D5,
        name: "TANGUT IDEOGRAPH-181D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D6,
        name: "TANGUT IDEOGRAPH-181D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D7,
        name: "TANGUT IDEOGRAPH-181D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D8,
        name: "TANGUT IDEOGRAPH-181D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x181D9,
        name: "TANGUT IDEOGRAPH-181D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x181DA,
        name: "TANGUT IDEOGRAPH-181DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x181DB,
        name: "TANGUT IDEOGRAPH-181DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x181DC,
        name: "TANGUT IDEOGRAPH-181DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x181DD,
        name: "TANGUT IDEOGRAPH-181DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x181DE,
        name: "TANGUT IDEOGRAPH-181DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x181DF,
        name: "TANGUT IDEOGRAPH-181DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E0,
        name: "TANGUT IDEOGRAPH-181E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E1,
        name: "TANGUT IDEOGRAPH-181E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E2,
        name: "TANGUT IDEOGRAPH-181E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E3,
        name: "TANGUT IDEOGRAPH-181E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E4,
        name: "TANGUT IDEOGRAPH-181E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E5,
        name: "TANGUT IDEOGRAPH-181E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E6,
        name: "TANGUT IDEOGRAPH-181E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E7,
        name: "TANGUT IDEOGRAPH-181E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E8,
        name: "TANGUT IDEOGRAPH-181E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x181E9,
        name: "TANGUT IDEOGRAPH-181E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x181EA,
        name: "TANGUT IDEOGRAPH-181EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x181EB,
        name: "TANGUT IDEOGRAPH-181EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x181EC,
        name: "TANGUT IDEOGRAPH-181EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x181ED,
        name: "TANGUT IDEOGRAPH-181ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x181EE,
        name: "TANGUT IDEOGRAPH-181EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x181EF,
        name: "TANGUT IDEOGRAPH-181EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F0,
        name: "TANGUT IDEOGRAPH-181F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F1,
        name: "TANGUT IDEOGRAPH-181F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F2,
        name: "TANGUT IDEOGRAPH-181F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F3,
        name: "TANGUT IDEOGRAPH-181F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F4,
        name: "TANGUT IDEOGRAPH-181F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F5,
        name: "TANGUT IDEOGRAPH-181F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F6,
        name: "TANGUT IDEOGRAPH-181F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F7,
        name: "TANGUT IDEOGRAPH-181F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F8,
        name: "TANGUT IDEOGRAPH-181F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x181F9,
        name: "TANGUT IDEOGRAPH-181F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x181FA,
        name: "TANGUT IDEOGRAPH-181FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x181FB,
        name: "TANGUT IDEOGRAPH-181FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x181FC,
        name: "TANGUT IDEOGRAPH-181FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x181FD,
        name: "TANGUT IDEOGRAPH-181FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x181FE,
        name: "TANGUT IDEOGRAPH-181FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x181FF,
        name: "TANGUT IDEOGRAPH-181FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18200,
        name: "TANGUT IDEOGRAPH-18200",
    },
    Character {
        age: "9.0",
        codepoint: 0x18201,
        name: "TANGUT IDEOGRAPH-18201",
    },
    Character {
        age: "9.0",
        codepoint: 0x18202,
        name: "TANGUT IDEOGRAPH-18202",
    },
    Character {
        age: "9.0",
        codepoint: 0x18203,
        name: "TANGUT IDEOGRAPH-18203",
    },
    Character {
        age: "9.0",
        codepoint: 0x18204,
        name: "TANGUT IDEOGRAPH-18204",
    },
    Character {
        age: "9.0",
        codepoint: 0x18205,
        name: "TANGUT IDEOGRAPH-18205",
    },
    Character {
        age: "9.0",
        codepoint: 0x18206,
        name: "TANGUT IDEOGRAPH-18206",
    },
    Character {
        age: "9.0",
        codepoint: 0x18207,
        name: "TANGUT IDEOGRAPH-18207",
    },
    Character {
        age: "9.0",
        codepoint: 0x18208,
        name: "TANGUT IDEOGRAPH-18208",
    },
    Character {
        age: "9.0",
        codepoint: 0x18209,
        name: "TANGUT IDEOGRAPH-18209",
    },
    Character {
        age: "9.0",
        codepoint: 0x1820A,
        name: "TANGUT IDEOGRAPH-1820A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1820B,
        name: "TANGUT IDEOGRAPH-1820B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1820C,
        name: "TANGUT IDEOGRAPH-1820C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1820D,
        name: "TANGUT IDEOGRAPH-1820D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1820E,
        name: "TANGUT IDEOGRAPH-1820E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1820F,
        name: "TANGUT IDEOGRAPH-1820F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18210,
        name: "TANGUT IDEOGRAPH-18210",
    },
    Character {
        age: "9.0",
        codepoint: 0x18211,
        name: "TANGUT IDEOGRAPH-18211",
    },
    Character {
        age: "9.0",
        codepoint: 0x18212,
        name: "TANGUT IDEOGRAPH-18212",
    },
    Character {
        age: "9.0",
        codepoint: 0x18213,
        name: "TANGUT IDEOGRAPH-18213",
    },
    Character {
        age: "9.0",
        codepoint: 0x18214,
        name: "TANGUT IDEOGRAPH-18214",
    },
    Character {
        age: "9.0",
        codepoint: 0x18215,
        name: "TANGUT IDEOGRAPH-18215",
    },
    Character {
        age: "9.0",
        codepoint: 0x18216,
        name: "TANGUT IDEOGRAPH-18216",
    },
    Character {
        age: "9.0",
        codepoint: 0x18217,
        name: "TANGUT IDEOGRAPH-18217",
    },
    Character {
        age: "9.0",
        codepoint: 0x18218,
        name: "TANGUT IDEOGRAPH-18218",
    },
    Character {
        age: "9.0",
        codepoint: 0x18219,
        name: "TANGUT IDEOGRAPH-18219",
    },
    Character {
        age: "9.0",
        codepoint: 0x1821A,
        name: "TANGUT IDEOGRAPH-1821A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1821B,
        name: "TANGUT IDEOGRAPH-1821B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1821C,
        name: "TANGUT IDEOGRAPH-1821C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1821D,
        name: "TANGUT IDEOGRAPH-1821D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1821E,
        name: "TANGUT IDEOGRAPH-1821E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1821F,
        name: "TANGUT IDEOGRAPH-1821F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18220,
        name: "TANGUT IDEOGRAPH-18220",
    },
    Character {
        age: "9.0",
        codepoint: 0x18221,
        name: "TANGUT IDEOGRAPH-18221",
    },
    Character {
        age: "9.0",
        codepoint: 0x18222,
        name: "TANGUT IDEOGRAPH-18222",
    },
    Character {
        age: "9.0",
        codepoint: 0x18223,
        name: "TANGUT IDEOGRAPH-18223",
    },
    Character {
        age: "9.0",
        codepoint: 0x18224,
        name: "TANGUT IDEOGRAPH-18224",
    },
    Character {
        age: "9.0",
        codepoint: 0x18225,
        name: "TANGUT IDEOGRAPH-18225",
    },
    Character {
        age: "9.0",
        codepoint: 0x18226,
        name: "TANGUT IDEOGRAPH-18226",
    },
    Character {
        age: "9.0",
        codepoint: 0x18227,
        name: "TANGUT IDEOGRAPH-18227",
    },
    Character {
        age: "9.0",
        codepoint: 0x18228,
        name: "TANGUT IDEOGRAPH-18228",
    },
    Character {
        age: "9.0",
        codepoint: 0x18229,
        name: "TANGUT IDEOGRAPH-18229",
    },
    Character {
        age: "9.0",
        codepoint: 0x1822A,
        name: "TANGUT IDEOGRAPH-1822A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1822B,
        name: "TANGUT IDEOGRAPH-1822B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1822C,
        name: "TANGUT IDEOGRAPH-1822C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1822D,
        name: "TANGUT IDEOGRAPH-1822D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1822E,
        name: "TANGUT IDEOGRAPH-1822E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1822F,
        name: "TANGUT IDEOGRAPH-1822F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18230,
        name: "TANGUT IDEOGRAPH-18230",
    },
    Character {
        age: "9.0",
        codepoint: 0x18231,
        name: "TANGUT IDEOGRAPH-18231",
    },
    Character {
        age: "9.0",
        codepoint: 0x18232,
        name: "TANGUT IDEOGRAPH-18232",
    },
    Character {
        age: "9.0",
        codepoint: 0x18233,
        name: "TANGUT IDEOGRAPH-18233",
    },
    Character {
        age: "9.0",
        codepoint: 0x18234,
        name: "TANGUT IDEOGRAPH-18234",
    },
    Character {
        age: "9.0",
        codepoint: 0x18235,
        name: "TANGUT IDEOGRAPH-18235",
    },
    Character {
        age: "9.0",
        codepoint: 0x18236,
        name: "TANGUT IDEOGRAPH-18236",
    },
    Character {
        age: "9.0",
        codepoint: 0x18237,
        name: "TANGUT IDEOGRAPH-18237",
    },
    Character {
        age: "9.0",
        codepoint: 0x18238,
        name: "TANGUT IDEOGRAPH-18238",
    },
    Character {
        age: "9.0",
        codepoint: 0x18239,
        name: "TANGUT IDEOGRAPH-18239",
    },
    Character {
        age: "9.0",
        codepoint: 0x1823A,
        name: "TANGUT IDEOGRAPH-1823A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1823B,
        name: "TANGUT IDEOGRAPH-1823B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1823C,
        name: "TANGUT IDEOGRAPH-1823C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1823D,
        name: "TANGUT IDEOGRAPH-1823D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1823E,
        name: "TANGUT IDEOGRAPH-1823E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1823F,
        name: "TANGUT IDEOGRAPH-1823F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18240,
        name: "TANGUT IDEOGRAPH-18240",
    },
    Character {
        age: "9.0",
        codepoint: 0x18241,
        name: "TANGUT IDEOGRAPH-18241",
    },
    Character {
        age: "9.0",
        codepoint: 0x18242,
        name: "TANGUT IDEOGRAPH-18242",
    },
    Character {
        age: "9.0",
        codepoint: 0x18243,
        name: "TANGUT IDEOGRAPH-18243",
    },
    Character {
        age: "9.0",
        codepoint: 0x18244,
        name: "TANGUT IDEOGRAPH-18244",
    },
    Character {
        age: "9.0",
        codepoint: 0x18245,
        name: "TANGUT IDEOGRAPH-18245",
    },
    Character {
        age: "9.0",
        codepoint: 0x18246,
        name: "TANGUT IDEOGRAPH-18246",
    },
    Character {
        age: "9.0",
        codepoint: 0x18247,
        name: "TANGUT IDEOGRAPH-18247",
    },
    Character {
        age: "9.0",
        codepoint: 0x18248,
        name: "TANGUT IDEOGRAPH-18248",
    },
    Character {
        age: "9.0",
        codepoint: 0x18249,
        name: "TANGUT IDEOGRAPH-18249",
    },
    Character {
        age: "9.0",
        codepoint: 0x1824A,
        name: "TANGUT IDEOGRAPH-1824A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1824B,
        name: "TANGUT IDEOGRAPH-1824B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1824C,
        name: "TANGUT IDEOGRAPH-1824C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1824D,
        name: "TANGUT IDEOGRAPH-1824D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1824E,
        name: "TANGUT IDEOGRAPH-1824E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1824F,
        name: "TANGUT IDEOGRAPH-1824F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18250,
        name: "TANGUT IDEOGRAPH-18250",
    },
    Character {
        age: "9.0",
        codepoint: 0x18251,
        name: "TANGUT IDEOGRAPH-18251",
    },
    Character {
        age: "9.0",
        codepoint: 0x18252,
        name: "TANGUT IDEOGRAPH-18252",
    },
    Character {
        age: "9.0",
        codepoint: 0x18253,
        name: "TANGUT IDEOGRAPH-18253",
    },
    Character {
        age: "9.0",
        codepoint: 0x18254,
        name: "TANGUT IDEOGRAPH-18254",
    },
    Character {
        age: "9.0",
        codepoint: 0x18255,
        name: "TANGUT IDEOGRAPH-18255",
    },
    Character {
        age: "9.0",
        codepoint: 0x18256,
        name: "TANGUT IDEOGRAPH-18256",
    },
    Character {
        age: "9.0",
        codepoint: 0x18257,
        name: "TANGUT IDEOGRAPH-18257",
    },
    Character {
        age: "9.0",
        codepoint: 0x18258,
        name: "TANGUT IDEOGRAPH-18258",
    },
    Character {
        age: "9.0",
        codepoint: 0x18259,
        name: "TANGUT IDEOGRAPH-18259",
    },
    Character {
        age: "9.0",
        codepoint: 0x1825A,
        name: "TANGUT IDEOGRAPH-1825A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1825B,
        name: "TANGUT IDEOGRAPH-1825B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1825C,
        name: "TANGUT IDEOGRAPH-1825C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1825D,
        name: "TANGUT IDEOGRAPH-1825D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1825E,
        name: "TANGUT IDEOGRAPH-1825E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1825F,
        name: "TANGUT IDEOGRAPH-1825F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18260,
        name: "TANGUT IDEOGRAPH-18260",
    },
    Character {
        age: "9.0",
        codepoint: 0x18261,
        name: "TANGUT IDEOGRAPH-18261",
    },
    Character {
        age: "9.0",
        codepoint: 0x18262,
        name: "TANGUT IDEOGRAPH-18262",
    },
    Character {
        age: "9.0",
        codepoint: 0x18263,
        name: "TANGUT IDEOGRAPH-18263",
    },
    Character {
        age: "9.0",
        codepoint: 0x18264,
        name: "TANGUT IDEOGRAPH-18264",
    },
    Character {
        age: "9.0",
        codepoint: 0x18265,
        name: "TANGUT IDEOGRAPH-18265",
    },
    Character {
        age: "9.0",
        codepoint: 0x18266,
        name: "TANGUT IDEOGRAPH-18266",
    },
    Character {
        age: "9.0",
        codepoint: 0x18267,
        name: "TANGUT IDEOGRAPH-18267",
    },
    Character {
        age: "9.0",
        codepoint: 0x18268,
        name: "TANGUT IDEOGRAPH-18268",
    },
    Character {
        age: "9.0",
        codepoint: 0x18269,
        name: "TANGUT IDEOGRAPH-18269",
    },
    Character {
        age: "9.0",
        codepoint: 0x1826A,
        name: "TANGUT IDEOGRAPH-1826A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1826B,
        name: "TANGUT IDEOGRAPH-1826B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1826C,
        name: "TANGUT IDEOGRAPH-1826C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1826D,
        name: "TANGUT IDEOGRAPH-1826D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1826E,
        name: "TANGUT IDEOGRAPH-1826E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1826F,
        name: "TANGUT IDEOGRAPH-1826F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18270,
        name: "TANGUT IDEOGRAPH-18270",
    },
    Character {
        age: "9.0",
        codepoint: 0x18271,
        name: "TANGUT IDEOGRAPH-18271",
    },
    Character {
        age: "9.0",
        codepoint: 0x18272,
        name: "TANGUT IDEOGRAPH-18272",
    },
    Character {
        age: "9.0",
        codepoint: 0x18273,
        name: "TANGUT IDEOGRAPH-18273",
    },
    Character {
        age: "9.0",
        codepoint: 0x18274,
        name: "TANGUT IDEOGRAPH-18274",
    },
    Character {
        age: "9.0",
        codepoint: 0x18275,
        name: "TANGUT IDEOGRAPH-18275",
    },
    Character {
        age: "9.0",
        codepoint: 0x18276,
        name: "TANGUT IDEOGRAPH-18276",
    },
    Character {
        age: "9.0",
        codepoint: 0x18277,
        name: "TANGUT IDEOGRAPH-18277",
    },
    Character {
        age: "9.0",
        codepoint: 0x18278,
        name: "TANGUT IDEOGRAPH-18278",
    },
    Character {
        age: "9.0",
        codepoint: 0x18279,
        name: "TANGUT IDEOGRAPH-18279",
    },
    Character {
        age: "9.0",
        codepoint: 0x1827A,
        name: "TANGUT IDEOGRAPH-1827A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1827B,
        name: "TANGUT IDEOGRAPH-1827B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1827C,
        name: "TANGUT IDEOGRAPH-1827C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1827D,
        name: "TANGUT IDEOGRAPH-1827D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1827E,
        name: "TANGUT IDEOGRAPH-1827E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1827F,
        name: "TANGUT IDEOGRAPH-1827F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18280,
        name: "TANGUT IDEOGRAPH-18280",
    },
    Character {
        age: "9.0",
        codepoint: 0x18281,
        name: "TANGUT IDEOGRAPH-18281",
    },
    Character {
        age: "9.0",
        codepoint: 0x18282,
        name: "TANGUT IDEOGRAPH-18282",
    },
    Character {
        age: "9.0",
        codepoint: 0x18283,
        name: "TANGUT IDEOGRAPH-18283",
    },
    Character {
        age: "9.0",
        codepoint: 0x18284,
        name: "TANGUT IDEOGRAPH-18284",
    },
    Character {
        age: "9.0",
        codepoint: 0x18285,
        name: "TANGUT IDEOGRAPH-18285",
    },
    Character {
        age: "9.0",
        codepoint: 0x18286,
        name: "TANGUT IDEOGRAPH-18286",
    },
    Character {
        age: "9.0",
        codepoint: 0x18287,
        name: "TANGUT IDEOGRAPH-18287",
    },
    Character {
        age: "9.0",
        codepoint: 0x18288,
        name: "TANGUT IDEOGRAPH-18288",
    },
    Character {
        age: "9.0",
        codepoint: 0x18289,
        name: "TANGUT IDEOGRAPH-18289",
    },
    Character {
        age: "9.0",
        codepoint: 0x1828A,
        name: "TANGUT IDEOGRAPH-1828A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1828B,
        name: "TANGUT IDEOGRAPH-1828B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1828C,
        name: "TANGUT IDEOGRAPH-1828C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1828D,
        name: "TANGUT IDEOGRAPH-1828D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1828E,
        name: "TANGUT IDEOGRAPH-1828E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1828F,
        name: "TANGUT IDEOGRAPH-1828F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18290,
        name: "TANGUT IDEOGRAPH-18290",
    },
    Character {
        age: "9.0",
        codepoint: 0x18291,
        name: "TANGUT IDEOGRAPH-18291",
    },
    Character {
        age: "9.0",
        codepoint: 0x18292,
        name: "TANGUT IDEOGRAPH-18292",
    },
    Character {
        age: "9.0",
        codepoint: 0x18293,
        name: "TANGUT IDEOGRAPH-18293",
    },
    Character {
        age: "9.0",
        codepoint: 0x18294,
        name: "TANGUT IDEOGRAPH-18294",
    },
    Character {
        age: "9.0",
        codepoint: 0x18295,
        name: "TANGUT IDEOGRAPH-18295",
    },
    Character {
        age: "9.0",
        codepoint: 0x18296,
        name: "TANGUT IDEOGRAPH-18296",
    },
    Character {
        age: "9.0",
        codepoint: 0x18297,
        name: "TANGUT IDEOGRAPH-18297",
    },
    Character {
        age: "9.0",
        codepoint: 0x18298,
        name: "TANGUT IDEOGRAPH-18298",
    },
    Character {
        age: "9.0",
        codepoint: 0x18299,
        name: "TANGUT IDEOGRAPH-18299",
    },
    Character {
        age: "9.0",
        codepoint: 0x1829A,
        name: "TANGUT IDEOGRAPH-1829A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1829B,
        name: "TANGUT IDEOGRAPH-1829B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1829C,
        name: "TANGUT IDEOGRAPH-1829C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1829D,
        name: "TANGUT IDEOGRAPH-1829D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1829E,
        name: "TANGUT IDEOGRAPH-1829E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1829F,
        name: "TANGUT IDEOGRAPH-1829F",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A0,
        name: "TANGUT IDEOGRAPH-182A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A1,
        name: "TANGUT IDEOGRAPH-182A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A2,
        name: "TANGUT IDEOGRAPH-182A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A3,
        name: "TANGUT IDEOGRAPH-182A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A4,
        name: "TANGUT IDEOGRAPH-182A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A5,
        name: "TANGUT IDEOGRAPH-182A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A6,
        name: "TANGUT IDEOGRAPH-182A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A7,
        name: "TANGUT IDEOGRAPH-182A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A8,
        name: "TANGUT IDEOGRAPH-182A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x182A9,
        name: "TANGUT IDEOGRAPH-182A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x182AA,
        name: "TANGUT IDEOGRAPH-182AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x182AB,
        name: "TANGUT IDEOGRAPH-182AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x182AC,
        name: "TANGUT IDEOGRAPH-182AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x182AD,
        name: "TANGUT IDEOGRAPH-182AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x182AE,
        name: "TANGUT IDEOGRAPH-182AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x182AF,
        name: "TANGUT IDEOGRAPH-182AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B0,
        name: "TANGUT IDEOGRAPH-182B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B1,
        name: "TANGUT IDEOGRAPH-182B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B2,
        name: "TANGUT IDEOGRAPH-182B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B3,
        name: "TANGUT IDEOGRAPH-182B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B4,
        name: "TANGUT IDEOGRAPH-182B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B5,
        name: "TANGUT IDEOGRAPH-182B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B6,
        name: "TANGUT IDEOGRAPH-182B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B7,
        name: "TANGUT IDEOGRAPH-182B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B8,
        name: "TANGUT IDEOGRAPH-182B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x182B9,
        name: "TANGUT IDEOGRAPH-182B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x182BA,
        name: "TANGUT IDEOGRAPH-182BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x182BB,
        name: "TANGUT IDEOGRAPH-182BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x182BC,
        name: "TANGUT IDEOGRAPH-182BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x182BD,
        name: "TANGUT IDEOGRAPH-182BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x182BE,
        name: "TANGUT IDEOGRAPH-182BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x182BF,
        name: "TANGUT IDEOGRAPH-182BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C0,
        name: "TANGUT IDEOGRAPH-182C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C1,
        name: "TANGUT IDEOGRAPH-182C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C2,
        name: "TANGUT IDEOGRAPH-182C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C3,
        name: "TANGUT IDEOGRAPH-182C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C4,
        name: "TANGUT IDEOGRAPH-182C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C5,
        name: "TANGUT IDEOGRAPH-182C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C6,
        name: "TANGUT IDEOGRAPH-182C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C7,
        name: "TANGUT IDEOGRAPH-182C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C8,
        name: "TANGUT IDEOGRAPH-182C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x182C9,
        name: "TANGUT IDEOGRAPH-182C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x182CA,
        name: "TANGUT IDEOGRAPH-182CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x182CB,
        name: "TANGUT IDEOGRAPH-182CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x182CC,
        name: "TANGUT IDEOGRAPH-182CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x182CD,
        name: "TANGUT IDEOGRAPH-182CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x182CE,
        name: "TANGUT IDEOGRAPH-182CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x182CF,
        name: "TANGUT IDEOGRAPH-182CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D0,
        name: "TANGUT IDEOGRAPH-182D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D1,
        name: "TANGUT IDEOGRAPH-182D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D2,
        name: "TANGUT IDEOGRAPH-182D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D3,
        name: "TANGUT IDEOGRAPH-182D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D4,
        name: "TANGUT IDEOGRAPH-182D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D5,
        name: "TANGUT IDEOGRAPH-182D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D6,
        name: "TANGUT IDEOGRAPH-182D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D7,
        name: "TANGUT IDEOGRAPH-182D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D8,
        name: "TANGUT IDEOGRAPH-182D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x182D9,
        name: "TANGUT IDEOGRAPH-182D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x182DA,
        name: "TANGUT IDEOGRAPH-182DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x182DB,
        name: "TANGUT IDEOGRAPH-182DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x182DC,
        name: "TANGUT IDEOGRAPH-182DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x182DD,
        name: "TANGUT IDEOGRAPH-182DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x182DE,
        name: "TANGUT IDEOGRAPH-182DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x182DF,
        name: "TANGUT IDEOGRAPH-182DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E0,
        name: "TANGUT IDEOGRAPH-182E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E1,
        name: "TANGUT IDEOGRAPH-182E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E2,
        name: "TANGUT IDEOGRAPH-182E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E3,
        name: "TANGUT IDEOGRAPH-182E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E4,
        name: "TANGUT IDEOGRAPH-182E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E5,
        name: "TANGUT IDEOGRAPH-182E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E6,
        name: "TANGUT IDEOGRAPH-182E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E7,
        name: "TANGUT IDEOGRAPH-182E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E8,
        name: "TANGUT IDEOGRAPH-182E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x182E9,
        name: "TANGUT IDEOGRAPH-182E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x182EA,
        name: "TANGUT IDEOGRAPH-182EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x182EB,
        name: "TANGUT IDEOGRAPH-182EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x182EC,
        name: "TANGUT IDEOGRAPH-182EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x182ED,
        name: "TANGUT IDEOGRAPH-182ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x182EE,
        name: "TANGUT IDEOGRAPH-182EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x182EF,
        name: "TANGUT IDEOGRAPH-182EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F0,
        name: "TANGUT IDEOGRAPH-182F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F1,
        name: "TANGUT IDEOGRAPH-182F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F2,
        name: "TANGUT IDEOGRAPH-182F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F3,
        name: "TANGUT IDEOGRAPH-182F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F4,
        name: "TANGUT IDEOGRAPH-182F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F5,
        name: "TANGUT IDEOGRAPH-182F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F6,
        name: "TANGUT IDEOGRAPH-182F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F7,
        name: "TANGUT IDEOGRAPH-182F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F8,
        name: "TANGUT IDEOGRAPH-182F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x182F9,
        name: "TANGUT IDEOGRAPH-182F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x182FA,
        name: "TANGUT IDEOGRAPH-182FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x182FB,
        name: "TANGUT IDEOGRAPH-182FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x182FC,
        name: "TANGUT IDEOGRAPH-182FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x182FD,
        name: "TANGUT IDEOGRAPH-182FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x182FE,
        name: "TANGUT IDEOGRAPH-182FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x182FF,
        name: "TANGUT IDEOGRAPH-182FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18300,
        name: "TANGUT IDEOGRAPH-18300",
    },
    Character {
        age: "9.0",
        codepoint: 0x18301,
        name: "TANGUT IDEOGRAPH-18301",
    },
    Character {
        age: "9.0",
        codepoint: 0x18302,
        name: "TANGUT IDEOGRAPH-18302",
    },
    Character {
        age: "9.0",
        codepoint: 0x18303,
        name: "TANGUT IDEOGRAPH-18303",
    },
    Character {
        age: "9.0",
        codepoint: 0x18304,
        name: "TANGUT IDEOGRAPH-18304",
    },
    Character {
        age: "9.0",
        codepoint: 0x18305,
        name: "TANGUT IDEOGRAPH-18305",
    },
    Character {
        age: "9.0",
        codepoint: 0x18306,
        name: "TANGUT IDEOGRAPH-18306",
    },
    Character {
        age: "9.0",
        codepoint: 0x18307,
        name: "TANGUT IDEOGRAPH-18307",
    },
    Character {
        age: "9.0",
        codepoint: 0x18308,
        name: "TANGUT IDEOGRAPH-18308",
    },
    Character {
        age: "9.0",
        codepoint: 0x18309,
        name: "TANGUT IDEOGRAPH-18309",
    },
    Character {
        age: "9.0",
        codepoint: 0x1830A,
        name: "TANGUT IDEOGRAPH-1830A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1830B,
        name: "TANGUT IDEOGRAPH-1830B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1830C,
        name: "TANGUT IDEOGRAPH-1830C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1830D,
        name: "TANGUT IDEOGRAPH-1830D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1830E,
        name: "TANGUT IDEOGRAPH-1830E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1830F,
        name: "TANGUT IDEOGRAPH-1830F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18310,
        name: "TANGUT IDEOGRAPH-18310",
    },
    Character {
        age: "9.0",
        codepoint: 0x18311,
        name: "TANGUT IDEOGRAPH-18311",
    },
    Character {
        age: "9.0",
        codepoint: 0x18312,
        name: "TANGUT IDEOGRAPH-18312",
    },
    Character {
        age: "9.0",
        codepoint: 0x18313,
        name: "TANGUT IDEOGRAPH-18313",
    },
    Character {
        age: "9.0",
        codepoint: 0x18314,
        name: "TANGUT IDEOGRAPH-18314",
    },
    Character {
        age: "9.0",
        codepoint: 0x18315,
        name: "TANGUT IDEOGRAPH-18315",
    },
    Character {
        age: "9.0",
        codepoint: 0x18316,
        name: "TANGUT IDEOGRAPH-18316",
    },
    Character {
        age: "9.0",
        codepoint: 0x18317,
        name: "TANGUT IDEOGRAPH-18317",
    },
    Character {
        age: "9.0",
        codepoint: 0x18318,
        name: "TANGUT IDEOGRAPH-18318",
    },
    Character {
        age: "9.0",
        codepoint: 0x18319,
        name: "TANGUT IDEOGRAPH-18319",
    },
    Character {
        age: "9.0",
        codepoint: 0x1831A,
        name: "TANGUT IDEOGRAPH-1831A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1831B,
        name: "TANGUT IDEOGRAPH-1831B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1831C,
        name: "TANGUT IDEOGRAPH-1831C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1831D,
        name: "TANGUT IDEOGRAPH-1831D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1831E,
        name: "TANGUT IDEOGRAPH-1831E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1831F,
        name: "TANGUT IDEOGRAPH-1831F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18320,
        name: "TANGUT IDEOGRAPH-18320",
    },
    Character {
        age: "9.0",
        codepoint: 0x18321,
        name: "TANGUT IDEOGRAPH-18321",
    },
    Character {
        age: "9.0",
        codepoint: 0x18322,
        name: "TANGUT IDEOGRAPH-18322",
    },
    Character {
        age: "9.0",
        codepoint: 0x18323,
        name: "TANGUT IDEOGRAPH-18323",
    },
    Character {
        age: "9.0",
        codepoint: 0x18324,
        name: "TANGUT IDEOGRAPH-18324",
    },
    Character {
        age: "9.0",
        codepoint: 0x18325,
        name: "TANGUT IDEOGRAPH-18325",
    },
    Character {
        age: "9.0",
        codepoint: 0x18326,
        name: "TANGUT IDEOGRAPH-18326",
    },
    Character {
        age: "9.0",
        codepoint: 0x18327,
        name: "TANGUT IDEOGRAPH-18327",
    },
    Character {
        age: "9.0",
        codepoint: 0x18328,
        name: "TANGUT IDEOGRAPH-18328",
    },
    Character {
        age: "9.0",
        codepoint: 0x18329,
        name: "TANGUT IDEOGRAPH-18329",
    },
    Character {
        age: "9.0",
        codepoint: 0x1832A,
        name: "TANGUT IDEOGRAPH-1832A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1832B,
        name: "TANGUT IDEOGRAPH-1832B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1832C,
        name: "TANGUT IDEOGRAPH-1832C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1832D,
        name: "TANGUT IDEOGRAPH-1832D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1832E,
        name: "TANGUT IDEOGRAPH-1832E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1832F,
        name: "TANGUT IDEOGRAPH-1832F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18330,
        name: "TANGUT IDEOGRAPH-18330",
    },
    Character {
        age: "9.0",
        codepoint: 0x18331,
        name: "TANGUT IDEOGRAPH-18331",
    },
    Character {
        age: "9.0",
        codepoint: 0x18332,
        name: "TANGUT IDEOGRAPH-18332",
    },
    Character {
        age: "9.0",
        codepoint: 0x18333,
        name: "TANGUT IDEOGRAPH-18333",
    },
    Character {
        age: "9.0",
        codepoint: 0x18334,
        name: "TANGUT IDEOGRAPH-18334",
    },
    Character {
        age: "9.0",
        codepoint: 0x18335,
        name: "TANGUT IDEOGRAPH-18335",
    },
    Character {
        age: "9.0",
        codepoint: 0x18336,
        name: "TANGUT IDEOGRAPH-18336",
    },
    Character {
        age: "9.0",
        codepoint: 0x18337,
        name: "TANGUT IDEOGRAPH-18337",
    },
    Character {
        age: "9.0",
        codepoint: 0x18338,
        name: "TANGUT IDEOGRAPH-18338",
    },
    Character {
        age: "9.0",
        codepoint: 0x18339,
        name: "TANGUT IDEOGRAPH-18339",
    },
    Character {
        age: "9.0",
        codepoint: 0x1833A,
        name: "TANGUT IDEOGRAPH-1833A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1833B,
        name: "TANGUT IDEOGRAPH-1833B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1833C,
        name: "TANGUT IDEOGRAPH-1833C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1833D,
        name: "TANGUT IDEOGRAPH-1833D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1833E,
        name: "TANGUT IDEOGRAPH-1833E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1833F,
        name: "TANGUT IDEOGRAPH-1833F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18340,
        name: "TANGUT IDEOGRAPH-18340",
    },
    Character {
        age: "9.0",
        codepoint: 0x18341,
        name: "TANGUT IDEOGRAPH-18341",
    },
    Character {
        age: "9.0",
        codepoint: 0x18342,
        name: "TANGUT IDEOGRAPH-18342",
    },
    Character {
        age: "9.0",
        codepoint: 0x18343,
        name: "TANGUT IDEOGRAPH-18343",
    },
    Character {
        age: "9.0",
        codepoint: 0x18344,
        name: "TANGUT IDEOGRAPH-18344",
    },
    Character {
        age: "9.0",
        codepoint: 0x18345,
        name: "TANGUT IDEOGRAPH-18345",
    },
    Character {
        age: "9.0",
        codepoint: 0x18346,
        name: "TANGUT IDEOGRAPH-18346",
    },
    Character {
        age: "9.0",
        codepoint: 0x18347,
        name: "TANGUT IDEOGRAPH-18347",
    },
    Character {
        age: "9.0",
        codepoint: 0x18348,
        name: "TANGUT IDEOGRAPH-18348",
    },
    Character {
        age: "9.0",
        codepoint: 0x18349,
        name: "TANGUT IDEOGRAPH-18349",
    },
    Character {
        age: "9.0",
        codepoint: 0x1834A,
        name: "TANGUT IDEOGRAPH-1834A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1834B,
        name: "TANGUT IDEOGRAPH-1834B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1834C,
        name: "TANGUT IDEOGRAPH-1834C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1834D,
        name: "TANGUT IDEOGRAPH-1834D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1834E,
        name: "TANGUT IDEOGRAPH-1834E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1834F,
        name: "TANGUT IDEOGRAPH-1834F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18350,
        name: "TANGUT IDEOGRAPH-18350",
    },
    Character {
        age: "9.0",
        codepoint: 0x18351,
        name: "TANGUT IDEOGRAPH-18351",
    },
    Character {
        age: "9.0",
        codepoint: 0x18352,
        name: "TANGUT IDEOGRAPH-18352",
    },
    Character {
        age: "9.0",
        codepoint: 0x18353,
        name: "TANGUT IDEOGRAPH-18353",
    },
    Character {
        age: "9.0",
        codepoint: 0x18354,
        name: "TANGUT IDEOGRAPH-18354",
    },
    Character {
        age: "9.0",
        codepoint: 0x18355,
        name: "TANGUT IDEOGRAPH-18355",
    },
    Character {
        age: "9.0",
        codepoint: 0x18356,
        name: "TANGUT IDEOGRAPH-18356",
    },
    Character {
        age: "9.0",
        codepoint: 0x18357,
        name: "TANGUT IDEOGRAPH-18357",
    },
    Character {
        age: "9.0",
        codepoint: 0x18358,
        name: "TANGUT IDEOGRAPH-18358",
    },
    Character {
        age: "9.0",
        codepoint: 0x18359,
        name: "TANGUT IDEOGRAPH-18359",
    },
    Character {
        age: "9.0",
        codepoint: 0x1835A,
        name: "TANGUT IDEOGRAPH-1835A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1835B,
        name: "TANGUT IDEOGRAPH-1835B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1835C,
        name: "TANGUT IDEOGRAPH-1835C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1835D,
        name: "TANGUT IDEOGRAPH-1835D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1835E,
        name: "TANGUT IDEOGRAPH-1835E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1835F,
        name: "TANGUT IDEOGRAPH-1835F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18360,
        name: "TANGUT IDEOGRAPH-18360",
    },
    Character {
        age: "9.0",
        codepoint: 0x18361,
        name: "TANGUT IDEOGRAPH-18361",
    },
    Character {
        age: "9.0",
        codepoint: 0x18362,
        name: "TANGUT IDEOGRAPH-18362",
    },
    Character {
        age: "9.0",
        codepoint: 0x18363,
        name: "TANGUT IDEOGRAPH-18363",
    },
    Character {
        age: "9.0",
        codepoint: 0x18364,
        name: "TANGUT IDEOGRAPH-18364",
    },
    Character {
        age: "9.0",
        codepoint: 0x18365,
        name: "TANGUT IDEOGRAPH-18365",
    },
    Character {
        age: "9.0",
        codepoint: 0x18366,
        name: "TANGUT IDEOGRAPH-18366",
    },
    Character {
        age: "9.0",
        codepoint: 0x18367,
        name: "TANGUT IDEOGRAPH-18367",
    },
    Character {
        age: "9.0",
        codepoint: 0x18368,
        name: "TANGUT IDEOGRAPH-18368",
    },
    Character {
        age: "9.0",
        codepoint: 0x18369,
        name: "TANGUT IDEOGRAPH-18369",
    },
    Character {
        age: "9.0",
        codepoint: 0x1836A,
        name: "TANGUT IDEOGRAPH-1836A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1836B,
        name: "TANGUT IDEOGRAPH-1836B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1836C,
        name: "TANGUT IDEOGRAPH-1836C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1836D,
        name: "TANGUT IDEOGRAPH-1836D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1836E,
        name: "TANGUT IDEOGRAPH-1836E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1836F,
        name: "TANGUT IDEOGRAPH-1836F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18370,
        name: "TANGUT IDEOGRAPH-18370",
    },
    Character {
        age: "9.0",
        codepoint: 0x18371,
        name: "TANGUT IDEOGRAPH-18371",
    },
    Character {
        age: "9.0",
        codepoint: 0x18372,
        name: "TANGUT IDEOGRAPH-18372",
    },
    Character {
        age: "9.0",
        codepoint: 0x18373,
        name: "TANGUT IDEOGRAPH-18373",
    },
    Character {
        age: "9.0",
        codepoint: 0x18374,
        name: "TANGUT IDEOGRAPH-18374",
    },
    Character {
        age: "9.0",
        codepoint: 0x18375,
        name: "TANGUT IDEOGRAPH-18375",
    },
    Character {
        age: "9.0",
        codepoint: 0x18376,
        name: "TANGUT IDEOGRAPH-18376",
    },
    Character {
        age: "9.0",
        codepoint: 0x18377,
        name: "TANGUT IDEOGRAPH-18377",
    },
    Character {
        age: "9.0",
        codepoint: 0x18378,
        name: "TANGUT IDEOGRAPH-18378",
    },
    Character {
        age: "9.0",
        codepoint: 0x18379,
        name: "TANGUT IDEOGRAPH-18379",
    },
    Character {
        age: "9.0",
        codepoint: 0x1837A,
        name: "TANGUT IDEOGRAPH-1837A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1837B,
        name: "TANGUT IDEOGRAPH-1837B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1837C,
        name: "TANGUT IDEOGRAPH-1837C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1837D,
        name: "TANGUT IDEOGRAPH-1837D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1837E,
        name: "TANGUT IDEOGRAPH-1837E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1837F,
        name: "TANGUT IDEOGRAPH-1837F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18380,
        name: "TANGUT IDEOGRAPH-18380",
    },
    Character {
        age: "9.0",
        codepoint: 0x18381,
        name: "TANGUT IDEOGRAPH-18381",
    },
    Character {
        age: "9.0",
        codepoint: 0x18382,
        name: "TANGUT IDEOGRAPH-18382",
    },
    Character {
        age: "9.0",
        codepoint: 0x18383,
        name: "TANGUT IDEOGRAPH-18383",
    },
    Character {
        age: "9.0",
        codepoint: 0x18384,
        name: "TANGUT IDEOGRAPH-18384",
    },
    Character {
        age: "9.0",
        codepoint: 0x18385,
        name: "TANGUT IDEOGRAPH-18385",
    },
    Character {
        age: "9.0",
        codepoint: 0x18386,
        name: "TANGUT IDEOGRAPH-18386",
    },
    Character {
        age: "9.0",
        codepoint: 0x18387,
        name: "TANGUT IDEOGRAPH-18387",
    },
    Character {
        age: "9.0",
        codepoint: 0x18388,
        name: "TANGUT IDEOGRAPH-18388",
    },
    Character {
        age: "9.0",
        codepoint: 0x18389,
        name: "TANGUT IDEOGRAPH-18389",
    },
    Character {
        age: "9.0",
        codepoint: 0x1838A,
        name: "TANGUT IDEOGRAPH-1838A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1838B,
        name: "TANGUT IDEOGRAPH-1838B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1838C,
        name: "TANGUT IDEOGRAPH-1838C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1838D,
        name: "TANGUT IDEOGRAPH-1838D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1838E,
        name: "TANGUT IDEOGRAPH-1838E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1838F,
        name: "TANGUT IDEOGRAPH-1838F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18390,
        name: "TANGUT IDEOGRAPH-18390",
    },
    Character {
        age: "9.0",
        codepoint: 0x18391,
        name: "TANGUT IDEOGRAPH-18391",
    },
    Character {
        age: "9.0",
        codepoint: 0x18392,
        name: "TANGUT IDEOGRAPH-18392",
    },
    Character {
        age: "9.0",
        codepoint: 0x18393,
        name: "TANGUT IDEOGRAPH-18393",
    },
    Character {
        age: "9.0",
        codepoint: 0x18394,
        name: "TANGUT IDEOGRAPH-18394",
    },
    Character {
        age: "9.0",
        codepoint: 0x18395,
        name: "TANGUT IDEOGRAPH-18395",
    },
    Character {
        age: "9.0",
        codepoint: 0x18396,
        name: "TANGUT IDEOGRAPH-18396",
    },
    Character {
        age: "9.0",
        codepoint: 0x18397,
        name: "TANGUT IDEOGRAPH-18397",
    },
    Character {
        age: "9.0",
        codepoint: 0x18398,
        name: "TANGUT IDEOGRAPH-18398",
    },
    Character {
        age: "9.0",
        codepoint: 0x18399,
        name: "TANGUT IDEOGRAPH-18399",
    },
    Character {
        age: "9.0",
        codepoint: 0x1839A,
        name: "TANGUT IDEOGRAPH-1839A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1839B,
        name: "TANGUT IDEOGRAPH-1839B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1839C,
        name: "TANGUT IDEOGRAPH-1839C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1839D,
        name: "TANGUT IDEOGRAPH-1839D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1839E,
        name: "TANGUT IDEOGRAPH-1839E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1839F,
        name: "TANGUT IDEOGRAPH-1839F",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A0,
        name: "TANGUT IDEOGRAPH-183A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A1,
        name: "TANGUT IDEOGRAPH-183A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A2,
        name: "TANGUT IDEOGRAPH-183A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A3,
        name: "TANGUT IDEOGRAPH-183A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A4,
        name: "TANGUT IDEOGRAPH-183A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A5,
        name: "TANGUT IDEOGRAPH-183A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A6,
        name: "TANGUT IDEOGRAPH-183A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A7,
        name: "TANGUT IDEOGRAPH-183A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A8,
        name: "TANGUT IDEOGRAPH-183A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x183A9,
        name: "TANGUT IDEOGRAPH-183A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x183AA,
        name: "TANGUT IDEOGRAPH-183AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x183AB,
        name: "TANGUT IDEOGRAPH-183AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x183AC,
        name: "TANGUT IDEOGRAPH-183AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x183AD,
        name: "TANGUT IDEOGRAPH-183AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x183AE,
        name: "TANGUT IDEOGRAPH-183AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x183AF,
        name: "TANGUT IDEOGRAPH-183AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B0,
        name: "TANGUT IDEOGRAPH-183B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B1,
        name: "TANGUT IDEOGRAPH-183B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B2,
        name: "TANGUT IDEOGRAPH-183B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B3,
        name: "TANGUT IDEOGRAPH-183B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B4,
        name: "TANGUT IDEOGRAPH-183B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B5,
        name: "TANGUT IDEOGRAPH-183B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B6,
        name: "TANGUT IDEOGRAPH-183B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B7,
        name: "TANGUT IDEOGRAPH-183B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B8,
        name: "TANGUT IDEOGRAPH-183B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x183B9,
        name: "TANGUT IDEOGRAPH-183B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x183BA,
        name: "TANGUT IDEOGRAPH-183BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x183BB,
        name: "TANGUT IDEOGRAPH-183BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x183BC,
        name: "TANGUT IDEOGRAPH-183BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x183BD,
        name: "TANGUT IDEOGRAPH-183BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x183BE,
        name: "TANGUT IDEOGRAPH-183BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x183BF,
        name: "TANGUT IDEOGRAPH-183BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C0,
        name: "TANGUT IDEOGRAPH-183C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C1,
        name: "TANGUT IDEOGRAPH-183C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C2,
        name: "TANGUT IDEOGRAPH-183C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C3,
        name: "TANGUT IDEOGRAPH-183C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C4,
        name: "TANGUT IDEOGRAPH-183C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C5,
        name: "TANGUT IDEOGRAPH-183C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C6,
        name: "TANGUT IDEOGRAPH-183C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C7,
        name: "TANGUT IDEOGRAPH-183C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C8,
        name: "TANGUT IDEOGRAPH-183C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x183C9,
        name: "TANGUT IDEOGRAPH-183C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x183CA,
        name: "TANGUT IDEOGRAPH-183CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x183CB,
        name: "TANGUT IDEOGRAPH-183CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x183CC,
        name: "TANGUT IDEOGRAPH-183CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x183CD,
        name: "TANGUT IDEOGRAPH-183CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x183CE,
        name: "TANGUT IDEOGRAPH-183CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x183CF,
        name: "TANGUT IDEOGRAPH-183CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D0,
        name: "TANGUT IDEOGRAPH-183D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D1,
        name: "TANGUT IDEOGRAPH-183D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D2,
        name: "TANGUT IDEOGRAPH-183D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D3,
        name: "TANGUT IDEOGRAPH-183D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D4,
        name: "TANGUT IDEOGRAPH-183D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D5,
        name: "TANGUT IDEOGRAPH-183D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D6,
        name: "TANGUT IDEOGRAPH-183D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D7,
        name: "TANGUT IDEOGRAPH-183D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D8,
        name: "TANGUT IDEOGRAPH-183D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x183D9,
        name: "TANGUT IDEOGRAPH-183D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x183DA,
        name: "TANGUT IDEOGRAPH-183DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x183DB,
        name: "TANGUT IDEOGRAPH-183DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x183DC,
        name: "TANGUT IDEOGRAPH-183DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x183DD,
        name: "TANGUT IDEOGRAPH-183DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x183DE,
        name: "TANGUT IDEOGRAPH-183DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x183DF,
        name: "TANGUT IDEOGRAPH-183DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E0,
        name: "TANGUT IDEOGRAPH-183E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E1,
        name: "TANGUT IDEOGRAPH-183E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E2,
        name: "TANGUT IDEOGRAPH-183E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E3,
        name: "TANGUT IDEOGRAPH-183E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E4,
        name: "TANGUT IDEOGRAPH-183E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E5,
        name: "TANGUT IDEOGRAPH-183E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E6,
        name: "TANGUT IDEOGRAPH-183E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E7,
        name: "TANGUT IDEOGRAPH-183E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E8,
        name: "TANGUT IDEOGRAPH-183E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x183E9,
        name: "TANGUT IDEOGRAPH-183E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x183EA,
        name: "TANGUT IDEOGRAPH-183EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x183EB,
        name: "TANGUT IDEOGRAPH-183EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x183EC,
        name: "TANGUT IDEOGRAPH-183EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x183ED,
        name: "TANGUT IDEOGRAPH-183ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x183EE,
        name: "TANGUT IDEOGRAPH-183EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x183EF,
        name: "TANGUT IDEOGRAPH-183EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F0,
        name: "TANGUT IDEOGRAPH-183F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F1,
        name: "TANGUT IDEOGRAPH-183F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F2,
        name: "TANGUT IDEOGRAPH-183F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F3,
        name: "TANGUT IDEOGRAPH-183F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F4,
        name: "TANGUT IDEOGRAPH-183F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F5,
        name: "TANGUT IDEOGRAPH-183F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F6,
        name: "TANGUT IDEOGRAPH-183F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F7,
        name: "TANGUT IDEOGRAPH-183F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F8,
        name: "TANGUT IDEOGRAPH-183F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x183F9,
        name: "TANGUT IDEOGRAPH-183F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x183FA,
        name: "TANGUT IDEOGRAPH-183FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x183FB,
        name: "TANGUT IDEOGRAPH-183FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x183FC,
        name: "TANGUT IDEOGRAPH-183FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x183FD,
        name: "TANGUT IDEOGRAPH-183FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x183FE,
        name: "TANGUT IDEOGRAPH-183FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x183FF,
        name: "TANGUT IDEOGRAPH-183FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18400,
        name: "TANGUT IDEOGRAPH-18400",
    },
    Character {
        age: "9.0",
        codepoint: 0x18401,
        name: "TANGUT IDEOGRAPH-18401",
    },
    Character {
        age: "9.0",
        codepoint: 0x18402,
        name: "TANGUT IDEOGRAPH-18402",
    },
    Character {
        age: "9.0",
        codepoint: 0x18403,
        name: "TANGUT IDEOGRAPH-18403",
    },
    Character {
        age: "9.0",
        codepoint: 0x18404,
        name: "TANGUT IDEOGRAPH-18404",
    },
    Character {
        age: "9.0",
        codepoint: 0x18405,
        name: "TANGUT IDEOGRAPH-18405",
    },
    Character {
        age: "9.0",
        codepoint: 0x18406,
        name: "TANGUT IDEOGRAPH-18406",
    },
    Character {
        age: "9.0",
        codepoint: 0x18407,
        name: "TANGUT IDEOGRAPH-18407",
    },
    Character {
        age: "9.0",
        codepoint: 0x18408,
        name: "TANGUT IDEOGRAPH-18408",
    },
    Character {
        age: "9.0",
        codepoint: 0x18409,
        name: "TANGUT IDEOGRAPH-18409",
    },
    Character {
        age: "9.0",
        codepoint: 0x1840A,
        name: "TANGUT IDEOGRAPH-1840A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1840B,
        name: "TANGUT IDEOGRAPH-1840B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1840C,
        name: "TANGUT IDEOGRAPH-1840C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1840D,
        name: "TANGUT IDEOGRAPH-1840D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1840E,
        name: "TANGUT IDEOGRAPH-1840E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1840F,
        name: "TANGUT IDEOGRAPH-1840F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18410,
        name: "TANGUT IDEOGRAPH-18410",
    },
    Character {
        age: "9.0",
        codepoint: 0x18411,
        name: "TANGUT IDEOGRAPH-18411",
    },
    Character {
        age: "9.0",
        codepoint: 0x18412,
        name: "TANGUT IDEOGRAPH-18412",
    },
    Character {
        age: "9.0",
        codepoint: 0x18413,
        name: "TANGUT IDEOGRAPH-18413",
    },
    Character {
        age: "9.0",
        codepoint: 0x18414,
        name: "TANGUT IDEOGRAPH-18414",
    },
    Character {
        age: "9.0",
        codepoint: 0x18415,
        name: "TANGUT IDEOGRAPH-18415",
    },
    Character {
        age: "9.0",
        codepoint: 0x18416,
        name: "TANGUT IDEOGRAPH-18416",
    },
    Character {
        age: "9.0",
        codepoint: 0x18417,
        name: "TANGUT IDEOGRAPH-18417",
    },
    Character {
        age: "9.0",
        codepoint: 0x18418,
        name: "TANGUT IDEOGRAPH-18418",
    },
    Character {
        age: "9.0",
        codepoint: 0x18419,
        name: "TANGUT IDEOGRAPH-18419",
    },
    Character {
        age: "9.0",
        codepoint: 0x1841A,
        name: "TANGUT IDEOGRAPH-1841A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1841B,
        name: "TANGUT IDEOGRAPH-1841B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1841C,
        name: "TANGUT IDEOGRAPH-1841C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1841D,
        name: "TANGUT IDEOGRAPH-1841D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1841E,
        name: "TANGUT IDEOGRAPH-1841E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1841F,
        name: "TANGUT IDEOGRAPH-1841F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18420,
        name: "TANGUT IDEOGRAPH-18420",
    },
    Character {
        age: "9.0",
        codepoint: 0x18421,
        name: "TANGUT IDEOGRAPH-18421",
    },
    Character {
        age: "9.0",
        codepoint: 0x18422,
        name: "TANGUT IDEOGRAPH-18422",
    },
    Character {
        age: "9.0",
        codepoint: 0x18423,
        name: "TANGUT IDEOGRAPH-18423",
    },
    Character {
        age: "9.0",
        codepoint: 0x18424,
        name: "TANGUT IDEOGRAPH-18424",
    },
    Character {
        age: "9.0",
        codepoint: 0x18425,
        name: "TANGUT IDEOGRAPH-18425",
    },
    Character {
        age: "9.0",
        codepoint: 0x18426,
        name: "TANGUT IDEOGRAPH-18426",
    },
    Character {
        age: "9.0",
        codepoint: 0x18427,
        name: "TANGUT IDEOGRAPH-18427",
    },
    Character {
        age: "9.0",
        codepoint: 0x18428,
        name: "TANGUT IDEOGRAPH-18428",
    },
    Character {
        age: "9.0",
        codepoint: 0x18429,
        name: "TANGUT IDEOGRAPH-18429",
    },
    Character {
        age: "9.0",
        codepoint: 0x1842A,
        name: "TANGUT IDEOGRAPH-1842A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1842B,
        name: "TANGUT IDEOGRAPH-1842B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1842C,
        name: "TANGUT IDEOGRAPH-1842C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1842D,
        name: "TANGUT IDEOGRAPH-1842D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1842E,
        name: "TANGUT IDEOGRAPH-1842E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1842F,
        name: "TANGUT IDEOGRAPH-1842F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18430,
        name: "TANGUT IDEOGRAPH-18430",
    },
    Character {
        age: "9.0",
        codepoint: 0x18431,
        name: "TANGUT IDEOGRAPH-18431",
    },
    Character {
        age: "9.0",
        codepoint: 0x18432,
        name: "TANGUT IDEOGRAPH-18432",
    },
    Character {
        age: "9.0",
        codepoint: 0x18433,
        name: "TANGUT IDEOGRAPH-18433",
    },
    Character {
        age: "9.0",
        codepoint: 0x18434,
        name: "TANGUT IDEOGRAPH-18434",
    },
    Character {
        age: "9.0",
        codepoint: 0x18435,
        name: "TANGUT IDEOGRAPH-18435",
    },
    Character {
        age: "9.0",
        codepoint: 0x18436,
        name: "TANGUT IDEOGRAPH-18436",
    },
    Character {
        age: "9.0",
        codepoint: 0x18437,
        name: "TANGUT IDEOGRAPH-18437",
    },
    Character {
        age: "9.0",
        codepoint: 0x18438,
        name: "TANGUT IDEOGRAPH-18438",
    },
    Character {
        age: "9.0",
        codepoint: 0x18439,
        name: "TANGUT IDEOGRAPH-18439",
    },
    Character {
        age: "9.0",
        codepoint: 0x1843A,
        name: "TANGUT IDEOGRAPH-1843A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1843B,
        name: "TANGUT IDEOGRAPH-1843B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1843C,
        name: "TANGUT IDEOGRAPH-1843C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1843D,
        name: "TANGUT IDEOGRAPH-1843D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1843E,
        name: "TANGUT IDEOGRAPH-1843E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1843F,
        name: "TANGUT IDEOGRAPH-1843F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18440,
        name: "TANGUT IDEOGRAPH-18440",
    },
    Character {
        age: "9.0",
        codepoint: 0x18441,
        name: "TANGUT IDEOGRAPH-18441",
    },
    Character {
        age: "9.0",
        codepoint: 0x18442,
        name: "TANGUT IDEOGRAPH-18442",
    },
    Character {
        age: "9.0",
        codepoint: 0x18443,
        name: "TANGUT IDEOGRAPH-18443",
    },
    Character {
        age: "9.0",
        codepoint: 0x18444,
        name: "TANGUT IDEOGRAPH-18444",
    },
    Character {
        age: "9.0",
        codepoint: 0x18445,
        name: "TANGUT IDEOGRAPH-18445",
    },
    Character {
        age: "9.0",
        codepoint: 0x18446,
        name: "TANGUT IDEOGRAPH-18446",
    },
    Character {
        age: "9.0",
        codepoint: 0x18447,
        name: "TANGUT IDEOGRAPH-18447",
    },
    Character {
        age: "9.0",
        codepoint: 0x18448,
        name: "TANGUT IDEOGRAPH-18448",
    },
    Character {
        age: "9.0",
        codepoint: 0x18449,
        name: "TANGUT IDEOGRAPH-18449",
    },
    Character {
        age: "9.0",
        codepoint: 0x1844A,
        name: "TANGUT IDEOGRAPH-1844A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1844B,
        name: "TANGUT IDEOGRAPH-1844B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1844C,
        name: "TANGUT IDEOGRAPH-1844C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1844D,
        name: "TANGUT IDEOGRAPH-1844D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1844E,
        name: "TANGUT IDEOGRAPH-1844E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1844F,
        name: "TANGUT IDEOGRAPH-1844F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18450,
        name: "TANGUT IDEOGRAPH-18450",
    },
    Character {
        age: "9.0",
        codepoint: 0x18451,
        name: "TANGUT IDEOGRAPH-18451",
    },
    Character {
        age: "9.0",
        codepoint: 0x18452,
        name: "TANGUT IDEOGRAPH-18452",
    },
    Character {
        age: "9.0",
        codepoint: 0x18453,
        name: "TANGUT IDEOGRAPH-18453",
    },
    Character {
        age: "9.0",
        codepoint: 0x18454,
        name: "TANGUT IDEOGRAPH-18454",
    },
    Character {
        age: "9.0",
        codepoint: 0x18455,
        name: "TANGUT IDEOGRAPH-18455",
    },
    Character {
        age: "9.0",
        codepoint: 0x18456,
        name: "TANGUT IDEOGRAPH-18456",
    },
    Character {
        age: "9.0",
        codepoint: 0x18457,
        name: "TANGUT IDEOGRAPH-18457",
    },
    Character {
        age: "9.0",
        codepoint: 0x18458,
        name: "TANGUT IDEOGRAPH-18458",
    },
    Character {
        age: "9.0",
        codepoint: 0x18459,
        name: "TANGUT IDEOGRAPH-18459",
    },
    Character {
        age: "9.0",
        codepoint: 0x1845A,
        name: "TANGUT IDEOGRAPH-1845A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1845B,
        name: "TANGUT IDEOGRAPH-1845B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1845C,
        name: "TANGUT IDEOGRAPH-1845C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1845D,
        name: "TANGUT IDEOGRAPH-1845D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1845E,
        name: "TANGUT IDEOGRAPH-1845E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1845F,
        name: "TANGUT IDEOGRAPH-1845F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18460,
        name: "TANGUT IDEOGRAPH-18460",
    },
    Character {
        age: "9.0",
        codepoint: 0x18461,
        name: "TANGUT IDEOGRAPH-18461",
    },
    Character {
        age: "9.0",
        codepoint: 0x18462,
        name: "TANGUT IDEOGRAPH-18462",
    },
    Character {
        age: "9.0",
        codepoint: 0x18463,
        name: "TANGUT IDEOGRAPH-18463",
    },
    Character {
        age: "9.0",
        codepoint: 0x18464,
        name: "TANGUT IDEOGRAPH-18464",
    },
    Character {
        age: "9.0",
        codepoint: 0x18465,
        name: "TANGUT IDEOGRAPH-18465",
    },
    Character {
        age: "9.0",
        codepoint: 0x18466,
        name: "TANGUT IDEOGRAPH-18466",
    },
    Character {
        age: "9.0",
        codepoint: 0x18467,
        name: "TANGUT IDEOGRAPH-18467",
    },
    Character {
        age: "9.0",
        codepoint: 0x18468,
        name: "TANGUT IDEOGRAPH-18468",
    },
    Character {
        age: "9.0",
        codepoint: 0x18469,
        name: "TANGUT IDEOGRAPH-18469",
    },
    Character {
        age: "9.0",
        codepoint: 0x1846A,
        name: "TANGUT IDEOGRAPH-1846A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1846B,
        name: "TANGUT IDEOGRAPH-1846B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1846C,
        name: "TANGUT IDEOGRAPH-1846C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1846D,
        name: "TANGUT IDEOGRAPH-1846D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1846E,
        name: "TANGUT IDEOGRAPH-1846E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1846F,
        name: "TANGUT IDEOGRAPH-1846F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18470,
        name: "TANGUT IDEOGRAPH-18470",
    },
    Character {
        age: "9.0",
        codepoint: 0x18471,
        name: "TANGUT IDEOGRAPH-18471",
    },
    Character {
        age: "9.0",
        codepoint: 0x18472,
        name: "TANGUT IDEOGRAPH-18472",
    },
    Character {
        age: "9.0",
        codepoint: 0x18473,
        name: "TANGUT IDEOGRAPH-18473",
    },
    Character {
        age: "9.0",
        codepoint: 0x18474,
        name: "TANGUT IDEOGRAPH-18474",
    },
    Character {
        age: "9.0",
        codepoint: 0x18475,
        name: "TANGUT IDEOGRAPH-18475",
    },
    Character {
        age: "9.0",
        codepoint: 0x18476,
        name: "TANGUT IDEOGRAPH-18476",
    },
    Character {
        age: "9.0",
        codepoint: 0x18477,
        name: "TANGUT IDEOGRAPH-18477",
    },
    Character {
        age: "9.0",
        codepoint: 0x18478,
        name: "TANGUT IDEOGRAPH-18478",
    },
    Character {
        age: "9.0",
        codepoint: 0x18479,
        name: "TANGUT IDEOGRAPH-18479",
    },
    Character {
        age: "9.0",
        codepoint: 0x1847A,
        name: "TANGUT IDEOGRAPH-1847A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1847B,
        name: "TANGUT IDEOGRAPH-1847B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1847C,
        name: "TANGUT IDEOGRAPH-1847C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1847D,
        name: "TANGUT IDEOGRAPH-1847D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1847E,
        name: "TANGUT IDEOGRAPH-1847E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1847F,
        name: "TANGUT IDEOGRAPH-1847F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18480,
        name: "TANGUT IDEOGRAPH-18480",
    },
    Character {
        age: "9.0",
        codepoint: 0x18481,
        name: "TANGUT IDEOGRAPH-18481",
    },
    Character {
        age: "9.0",
        codepoint: 0x18482,
        name: "TANGUT IDEOGRAPH-18482",
    },
    Character {
        age: "9.0",
        codepoint: 0x18483,
        name: "TANGUT IDEOGRAPH-18483",
    },
    Character {
        age: "9.0",
        codepoint: 0x18484,
        name: "TANGUT IDEOGRAPH-18484",
    },
    Character {
        age: "9.0",
        codepoint: 0x18485,
        name: "TANGUT IDEOGRAPH-18485",
    },
    Character {
        age: "9.0",
        codepoint: 0x18486,
        name: "TANGUT IDEOGRAPH-18486",
    },
    Character {
        age: "9.0",
        codepoint: 0x18487,
        name: "TANGUT IDEOGRAPH-18487",
    },
    Character {
        age: "9.0",
        codepoint: 0x18488,
        name: "TANGUT IDEOGRAPH-18488",
    },
    Character {
        age: "9.0",
        codepoint: 0x18489,
        name: "TANGUT IDEOGRAPH-18489",
    },
    Character {
        age: "9.0",
        codepoint: 0x1848A,
        name: "TANGUT IDEOGRAPH-1848A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1848B,
        name: "TANGUT IDEOGRAPH-1848B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1848C,
        name: "TANGUT IDEOGRAPH-1848C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1848D,
        name: "TANGUT IDEOGRAPH-1848D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1848E,
        name: "TANGUT IDEOGRAPH-1848E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1848F,
        name: "TANGUT IDEOGRAPH-1848F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18490,
        name: "TANGUT IDEOGRAPH-18490",
    },
    Character {
        age: "9.0",
        codepoint: 0x18491,
        name: "TANGUT IDEOGRAPH-18491",
    },
    Character {
        age: "9.0",
        codepoint: 0x18492,
        name: "TANGUT IDEOGRAPH-18492",
    },
    Character {
        age: "9.0",
        codepoint: 0x18493,
        name: "TANGUT IDEOGRAPH-18493",
    },
    Character {
        age: "9.0",
        codepoint: 0x18494,
        name: "TANGUT IDEOGRAPH-18494",
    },
    Character {
        age: "9.0",
        codepoint: 0x18495,
        name: "TANGUT IDEOGRAPH-18495",
    },
    Character {
        age: "9.0",
        codepoint: 0x18496,
        name: "TANGUT IDEOGRAPH-18496",
    },
    Character {
        age: "9.0",
        codepoint: 0x18497,
        name: "TANGUT IDEOGRAPH-18497",
    },
    Character {
        age: "9.0",
        codepoint: 0x18498,
        name: "TANGUT IDEOGRAPH-18498",
    },
    Character {
        age: "9.0",
        codepoint: 0x18499,
        name: "TANGUT IDEOGRAPH-18499",
    },
    Character {
        age: "9.0",
        codepoint: 0x1849A,
        name: "TANGUT IDEOGRAPH-1849A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1849B,
        name: "TANGUT IDEOGRAPH-1849B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1849C,
        name: "TANGUT IDEOGRAPH-1849C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1849D,
        name: "TANGUT IDEOGRAPH-1849D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1849E,
        name: "TANGUT IDEOGRAPH-1849E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1849F,
        name: "TANGUT IDEOGRAPH-1849F",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A0,
        name: "TANGUT IDEOGRAPH-184A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A1,
        name: "TANGUT IDEOGRAPH-184A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A2,
        name: "TANGUT IDEOGRAPH-184A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A3,
        name: "TANGUT IDEOGRAPH-184A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A4,
        name: "TANGUT IDEOGRAPH-184A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A5,
        name: "TANGUT IDEOGRAPH-184A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A6,
        name: "TANGUT IDEOGRAPH-184A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A7,
        name: "TANGUT IDEOGRAPH-184A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A8,
        name: "TANGUT IDEOGRAPH-184A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x184A9,
        name: "TANGUT IDEOGRAPH-184A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x184AA,
        name: "TANGUT IDEOGRAPH-184AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x184AB,
        name: "TANGUT IDEOGRAPH-184AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x184AC,
        name: "TANGUT IDEOGRAPH-184AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x184AD,
        name: "TANGUT IDEOGRAPH-184AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x184AE,
        name: "TANGUT IDEOGRAPH-184AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x184AF,
        name: "TANGUT IDEOGRAPH-184AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B0,
        name: "TANGUT IDEOGRAPH-184B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B1,
        name: "TANGUT IDEOGRAPH-184B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B2,
        name: "TANGUT IDEOGRAPH-184B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B3,
        name: "TANGUT IDEOGRAPH-184B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B4,
        name: "TANGUT IDEOGRAPH-184B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B5,
        name: "TANGUT IDEOGRAPH-184B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B6,
        name: "TANGUT IDEOGRAPH-184B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B7,
        name: "TANGUT IDEOGRAPH-184B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B8,
        name: "TANGUT IDEOGRAPH-184B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x184B9,
        name: "TANGUT IDEOGRAPH-184B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x184BA,
        name: "TANGUT IDEOGRAPH-184BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x184BB,
        name: "TANGUT IDEOGRAPH-184BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x184BC,
        name: "TANGUT IDEOGRAPH-184BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x184BD,
        name: "TANGUT IDEOGRAPH-184BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x184BE,
        name: "TANGUT IDEOGRAPH-184BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x184BF,
        name: "TANGUT IDEOGRAPH-184BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C0,
        name: "TANGUT IDEOGRAPH-184C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C1,
        name: "TANGUT IDEOGRAPH-184C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C2,
        name: "TANGUT IDEOGRAPH-184C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C3,
        name: "TANGUT IDEOGRAPH-184C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C4,
        name: "TANGUT IDEOGRAPH-184C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C5,
        name: "TANGUT IDEOGRAPH-184C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C6,
        name: "TANGUT IDEOGRAPH-184C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C7,
        name: "TANGUT IDEOGRAPH-184C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C8,
        name: "TANGUT IDEOGRAPH-184C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x184C9,
        name: "TANGUT IDEOGRAPH-184C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x184CA,
        name: "TANGUT IDEOGRAPH-184CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x184CB,
        name: "TANGUT IDEOGRAPH-184CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x184CC,
        name: "TANGUT IDEOGRAPH-184CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x184CD,
        name: "TANGUT IDEOGRAPH-184CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x184CE,
        name: "TANGUT IDEOGRAPH-184CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x184CF,
        name: "TANGUT IDEOGRAPH-184CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D0,
        name: "TANGUT IDEOGRAPH-184D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D1,
        name: "TANGUT IDEOGRAPH-184D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D2,
        name: "TANGUT IDEOGRAPH-184D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D3,
        name: "TANGUT IDEOGRAPH-184D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D4,
        name: "TANGUT IDEOGRAPH-184D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D5,
        name: "TANGUT IDEOGRAPH-184D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D6,
        name: "TANGUT IDEOGRAPH-184D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D7,
        name: "TANGUT IDEOGRAPH-184D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D8,
        name: "TANGUT IDEOGRAPH-184D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x184D9,
        name: "TANGUT IDEOGRAPH-184D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x184DA,
        name: "TANGUT IDEOGRAPH-184DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x184DB,
        name: "TANGUT IDEOGRAPH-184DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x184DC,
        name: "TANGUT IDEOGRAPH-184DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x184DD,
        name: "TANGUT IDEOGRAPH-184DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x184DE,
        name: "TANGUT IDEOGRAPH-184DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x184DF,
        name: "TANGUT IDEOGRAPH-184DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E0,
        name: "TANGUT IDEOGRAPH-184E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E1,
        name: "TANGUT IDEOGRAPH-184E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E2,
        name: "TANGUT IDEOGRAPH-184E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E3,
        name: "TANGUT IDEOGRAPH-184E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E4,
        name: "TANGUT IDEOGRAPH-184E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E5,
        name: "TANGUT IDEOGRAPH-184E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E6,
        name: "TANGUT IDEOGRAPH-184E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E7,
        name: "TANGUT IDEOGRAPH-184E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E8,
        name: "TANGUT IDEOGRAPH-184E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x184E9,
        name: "TANGUT IDEOGRAPH-184E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x184EA,
        name: "TANGUT IDEOGRAPH-184EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x184EB,
        name: "TANGUT IDEOGRAPH-184EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x184EC,
        name: "TANGUT IDEOGRAPH-184EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x184ED,
        name: "TANGUT IDEOGRAPH-184ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x184EE,
        name: "TANGUT IDEOGRAPH-184EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x184EF,
        name: "TANGUT IDEOGRAPH-184EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F0,
        name: "TANGUT IDEOGRAPH-184F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F1,
        name: "TANGUT IDEOGRAPH-184F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F2,
        name: "TANGUT IDEOGRAPH-184F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F3,
        name: "TANGUT IDEOGRAPH-184F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F4,
        name: "TANGUT IDEOGRAPH-184F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F5,
        name: "TANGUT IDEOGRAPH-184F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F6,
        name: "TANGUT IDEOGRAPH-184F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F7,
        name: "TANGUT IDEOGRAPH-184F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F8,
        name: "TANGUT IDEOGRAPH-184F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x184F9,
        name: "TANGUT IDEOGRAPH-184F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x184FA,
        name: "TANGUT IDEOGRAPH-184FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x184FB,
        name: "TANGUT IDEOGRAPH-184FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x184FC,
        name: "TANGUT IDEOGRAPH-184FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x184FD,
        name: "TANGUT IDEOGRAPH-184FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x184FE,
        name: "TANGUT IDEOGRAPH-184FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x184FF,
        name: "TANGUT IDEOGRAPH-184FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18500,
        name: "TANGUT IDEOGRAPH-18500",
    },
    Character {
        age: "9.0",
        codepoint: 0x18501,
        name: "TANGUT IDEOGRAPH-18501",
    },
    Character {
        age: "9.0",
        codepoint: 0x18502,
        name: "TANGUT IDEOGRAPH-18502",
    },
    Character {
        age: "9.0",
        codepoint: 0x18503,
        name: "TANGUT IDEOGRAPH-18503",
    },
    Character {
        age: "9.0",
        codepoint: 0x18504,
        name: "TANGUT IDEOGRAPH-18504",
    },
    Character {
        age: "9.0",
        codepoint: 0x18505,
        name: "TANGUT IDEOGRAPH-18505",
    },
    Character {
        age: "9.0",
        codepoint: 0x18506,
        name: "TANGUT IDEOGRAPH-18506",
    },
    Character {
        age: "9.0",
        codepoint: 0x18507,
        name: "TANGUT IDEOGRAPH-18507",
    },
    Character {
        age: "9.0",
        codepoint: 0x18508,
        name: "TANGUT IDEOGRAPH-18508",
    },
    Character {
        age: "9.0",
        codepoint: 0x18509,
        name: "TANGUT IDEOGRAPH-18509",
    },
    Character {
        age: "9.0",
        codepoint: 0x1850A,
        name: "TANGUT IDEOGRAPH-1850A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1850B,
        name: "TANGUT IDEOGRAPH-1850B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1850C,
        name: "TANGUT IDEOGRAPH-1850C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1850D,
        name: "TANGUT IDEOGRAPH-1850D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1850E,
        name: "TANGUT IDEOGRAPH-1850E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1850F,
        name: "TANGUT IDEOGRAPH-1850F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18510,
        name: "TANGUT IDEOGRAPH-18510",
    },
    Character {
        age: "9.0",
        codepoint: 0x18511,
        name: "TANGUT IDEOGRAPH-18511",
    },
    Character {
        age: "9.0",
        codepoint: 0x18512,
        name: "TANGUT IDEOGRAPH-18512",
    },
    Character {
        age: "9.0",
        codepoint: 0x18513,
        name: "TANGUT IDEOGRAPH-18513",
    },
    Character {
        age: "9.0",
        codepoint: 0x18514,
        name: "TANGUT IDEOGRAPH-18514",
    },
    Character {
        age: "9.0",
        codepoint: 0x18515,
        name: "TANGUT IDEOGRAPH-18515",
    },
    Character {
        age: "9.0",
        codepoint: 0x18516,
        name: "TANGUT IDEOGRAPH-18516",
    },
    Character {
        age: "9.0",
        codepoint: 0x18517,
        name: "TANGUT IDEOGRAPH-18517",
    },
    Character {
        age: "9.0",
        codepoint: 0x18518,
        name: "TANGUT IDEOGRAPH-18518",
    },
    Character {
        age: "9.0",
        codepoint: 0x18519,
        name: "TANGUT IDEOGRAPH-18519",
    },
    Character {
        age: "9.0",
        codepoint: 0x1851A,
        name: "TANGUT IDEOGRAPH-1851A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1851B,
        name: "TANGUT IDEOGRAPH-1851B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1851C,
        name: "TANGUT IDEOGRAPH-1851C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1851D,
        name: "TANGUT IDEOGRAPH-1851D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1851E,
        name: "TANGUT IDEOGRAPH-1851E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1851F,
        name: "TANGUT IDEOGRAPH-1851F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18520,
        name: "TANGUT IDEOGRAPH-18520",
    },
    Character {
        age: "9.0",
        codepoint: 0x18521,
        name: "TANGUT IDEOGRAPH-18521",
    },
    Character {
        age: "9.0",
        codepoint: 0x18522,
        name: "TANGUT IDEOGRAPH-18522",
    },
    Character {
        age: "9.0",
        codepoint: 0x18523,
        name: "TANGUT IDEOGRAPH-18523",
    },
    Character {
        age: "9.0",
        codepoint: 0x18524,
        name: "TANGUT IDEOGRAPH-18524",
    },
    Character {
        age: "9.0",
        codepoint: 0x18525,
        name: "TANGUT IDEOGRAPH-18525",
    },
    Character {
        age: "9.0",
        codepoint: 0x18526,
        name: "TANGUT IDEOGRAPH-18526",
    },
    Character {
        age: "9.0",
        codepoint: 0x18527,
        name: "TANGUT IDEOGRAPH-18527",
    },
    Character {
        age: "9.0",
        codepoint: 0x18528,
        name: "TANGUT IDEOGRAPH-18528",
    },
    Character {
        age: "9.0",
        codepoint: 0x18529,
        name: "TANGUT IDEOGRAPH-18529",
    },
    Character {
        age: "9.0",
        codepoint: 0x1852A,
        name: "TANGUT IDEOGRAPH-1852A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1852B,
        name: "TANGUT IDEOGRAPH-1852B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1852C,
        name: "TANGUT IDEOGRAPH-1852C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1852D,
        name: "TANGUT IDEOGRAPH-1852D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1852E,
        name: "TANGUT IDEOGRAPH-1852E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1852F,
        name: "TANGUT IDEOGRAPH-1852F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18530,
        name: "TANGUT IDEOGRAPH-18530",
    },
    Character {
        age: "9.0",
        codepoint: 0x18531,
        name: "TANGUT IDEOGRAPH-18531",
    },
    Character {
        age: "9.0",
        codepoint: 0x18532,
        name: "TANGUT IDEOGRAPH-18532",
    },
    Character {
        age: "9.0",
        codepoint: 0x18533,
        name: "TANGUT IDEOGRAPH-18533",
    },
    Character {
        age: "9.0",
        codepoint: 0x18534,
        name: "TANGUT IDEOGRAPH-18534",
    },
    Character {
        age: "9.0",
        codepoint: 0x18535,
        name: "TANGUT IDEOGRAPH-18535",
    },
    Character {
        age: "9.0",
        codepoint: 0x18536,
        name: "TANGUT IDEOGRAPH-18536",
    },
    Character {
        age: "9.0",
        codepoint: 0x18537,
        name: "TANGUT IDEOGRAPH-18537",
    },
    Character {
        age: "9.0",
        codepoint: 0x18538,
        name: "TANGUT IDEOGRAPH-18538",
    },
    Character {
        age: "9.0",
        codepoint: 0x18539,
        name: "TANGUT IDEOGRAPH-18539",
    },
    Character {
        age: "9.0",
        codepoint: 0x1853A,
        name: "TANGUT IDEOGRAPH-1853A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1853B,
        name: "TANGUT IDEOGRAPH-1853B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1853C,
        name: "TANGUT IDEOGRAPH-1853C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1853D,
        name: "TANGUT IDEOGRAPH-1853D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1853E,
        name: "TANGUT IDEOGRAPH-1853E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1853F,
        name: "TANGUT IDEOGRAPH-1853F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18540,
        name: "TANGUT IDEOGRAPH-18540",
    },
    Character {
        age: "9.0",
        codepoint: 0x18541,
        name: "TANGUT IDEOGRAPH-18541",
    },
    Character {
        age: "9.0",
        codepoint: 0x18542,
        name: "TANGUT IDEOGRAPH-18542",
    },
    Character {
        age: "9.0",
        codepoint: 0x18543,
        name: "TANGUT IDEOGRAPH-18543",
    },
    Character {
        age: "9.0",
        codepoint: 0x18544,
        name: "TANGUT IDEOGRAPH-18544",
    },
    Character {
        age: "9.0",
        codepoint: 0x18545,
        name: "TANGUT IDEOGRAPH-18545",
    },
    Character {
        age: "9.0",
        codepoint: 0x18546,
        name: "TANGUT IDEOGRAPH-18546",
    },
    Character {
        age: "9.0",
        codepoint: 0x18547,
        name: "TANGUT IDEOGRAPH-18547",
    },
    Character {
        age: "9.0",
        codepoint: 0x18548,
        name: "TANGUT IDEOGRAPH-18548",
    },
    Character {
        age: "9.0",
        codepoint: 0x18549,
        name: "TANGUT IDEOGRAPH-18549",
    },
    Character {
        age: "9.0",
        codepoint: 0x1854A,
        name: "TANGUT IDEOGRAPH-1854A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1854B,
        name: "TANGUT IDEOGRAPH-1854B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1854C,
        name: "TANGUT IDEOGRAPH-1854C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1854D,
        name: "TANGUT IDEOGRAPH-1854D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1854E,
        name: "TANGUT IDEOGRAPH-1854E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1854F,
        name: "TANGUT IDEOGRAPH-1854F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18550,
        name: "TANGUT IDEOGRAPH-18550",
    },
    Character {
        age: "9.0",
        codepoint: 0x18551,
        name: "TANGUT IDEOGRAPH-18551",
    },
    Character {
        age: "9.0",
        codepoint: 0x18552,
        name: "TANGUT IDEOGRAPH-18552",
    },
    Character {
        age: "9.0",
        codepoint: 0x18553,
        name: "TANGUT IDEOGRAPH-18553",
    },
    Character {
        age: "9.0",
        codepoint: 0x18554,
        name: "TANGUT IDEOGRAPH-18554",
    },
    Character {
        age: "9.0",
        codepoint: 0x18555,
        name: "TANGUT IDEOGRAPH-18555",
    },
    Character {
        age: "9.0",
        codepoint: 0x18556,
        name: "TANGUT IDEOGRAPH-18556",
    },
    Character {
        age: "9.0",
        codepoint: 0x18557,
        name: "TANGUT IDEOGRAPH-18557",
    },
    Character {
        age: "9.0",
        codepoint: 0x18558,
        name: "TANGUT IDEOGRAPH-18558",
    },
    Character {
        age: "9.0",
        codepoint: 0x18559,
        name: "TANGUT IDEOGRAPH-18559",
    },
    Character {
        age: "9.0",
        codepoint: 0x1855A,
        name: "TANGUT IDEOGRAPH-1855A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1855B,
        name: "TANGUT IDEOGRAPH-1855B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1855C,
        name: "TANGUT IDEOGRAPH-1855C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1855D,
        name: "TANGUT IDEOGRAPH-1855D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1855E,
        name: "TANGUT IDEOGRAPH-1855E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1855F,
        name: "TANGUT IDEOGRAPH-1855F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18560,
        name: "TANGUT IDEOGRAPH-18560",
    },
    Character {
        age: "9.0",
        codepoint: 0x18561,
        name: "TANGUT IDEOGRAPH-18561",
    },
    Character {
        age: "9.0",
        codepoint: 0x18562,
        name: "TANGUT IDEOGRAPH-18562",
    },
    Character {
        age: "9.0",
        codepoint: 0x18563,
        name: "TANGUT IDEOGRAPH-18563",
    },
    Character {
        age: "9.0",
        codepoint: 0x18564,
        name: "TANGUT IDEOGRAPH-18564",
    },
    Character {
        age: "9.0",
        codepoint: 0x18565,
        name: "TANGUT IDEOGRAPH-18565",
    },
    Character {
        age: "9.0",
        codepoint: 0x18566,
        name: "TANGUT IDEOGRAPH-18566",
    },
    Character {
        age: "9.0",
        codepoint: 0x18567,
        name: "TANGUT IDEOGRAPH-18567",
    },
    Character {
        age: "9.0",
        codepoint: 0x18568,
        name: "TANGUT IDEOGRAPH-18568",
    },
    Character {
        age: "9.0",
        codepoint: 0x18569,
        name: "TANGUT IDEOGRAPH-18569",
    },
    Character {
        age: "9.0",
        codepoint: 0x1856A,
        name: "TANGUT IDEOGRAPH-1856A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1856B,
        name: "TANGUT IDEOGRAPH-1856B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1856C,
        name: "TANGUT IDEOGRAPH-1856C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1856D,
        name: "TANGUT IDEOGRAPH-1856D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1856E,
        name: "TANGUT IDEOGRAPH-1856E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1856F,
        name: "TANGUT IDEOGRAPH-1856F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18570,
        name: "TANGUT IDEOGRAPH-18570",
    },
    Character {
        age: "9.0",
        codepoint: 0x18571,
        name: "TANGUT IDEOGRAPH-18571",
    },
    Character {
        age: "9.0",
        codepoint: 0x18572,
        name: "TANGUT IDEOGRAPH-18572",
    },
    Character {
        age: "9.0",
        codepoint: 0x18573,
        name: "TANGUT IDEOGRAPH-18573",
    },
    Character {
        age: "9.0",
        codepoint: 0x18574,
        name: "TANGUT IDEOGRAPH-18574",
    },
    Character {
        age: "9.0",
        codepoint: 0x18575,
        name: "TANGUT IDEOGRAPH-18575",
    },
    Character {
        age: "9.0",
        codepoint: 0x18576,
        name: "TANGUT IDEOGRAPH-18576",
    },
    Character {
        age: "9.0",
        codepoint: 0x18577,
        name: "TANGUT IDEOGRAPH-18577",
    },
    Character {
        age: "9.0",
        codepoint: 0x18578,
        name: "TANGUT IDEOGRAPH-18578",
    },
    Character {
        age: "9.0",
        codepoint: 0x18579,
        name: "TANGUT IDEOGRAPH-18579",
    },
    Character {
        age: "9.0",
        codepoint: 0x1857A,
        name: "TANGUT IDEOGRAPH-1857A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1857B,
        name: "TANGUT IDEOGRAPH-1857B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1857C,
        name: "TANGUT IDEOGRAPH-1857C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1857D,
        name: "TANGUT IDEOGRAPH-1857D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1857E,
        name: "TANGUT IDEOGRAPH-1857E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1857F,
        name: "TANGUT IDEOGRAPH-1857F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18580,
        name: "TANGUT IDEOGRAPH-18580",
    },
    Character {
        age: "9.0",
        codepoint: 0x18581,
        name: "TANGUT IDEOGRAPH-18581",
    },
    Character {
        age: "9.0",
        codepoint: 0x18582,
        name: "TANGUT IDEOGRAPH-18582",
    },
    Character {
        age: "9.0",
        codepoint: 0x18583,
        name: "TANGUT IDEOGRAPH-18583",
    },
    Character {
        age: "9.0",
        codepoint: 0x18584,
        name: "TANGUT IDEOGRAPH-18584",
    },
    Character {
        age: "9.0",
        codepoint: 0x18585,
        name: "TANGUT IDEOGRAPH-18585",
    },
    Character {
        age: "9.0",
        codepoint: 0x18586,
        name: "TANGUT IDEOGRAPH-18586",
    },
    Character {
        age: "9.0",
        codepoint: 0x18587,
        name: "TANGUT IDEOGRAPH-18587",
    },
    Character {
        age: "9.0",
        codepoint: 0x18588,
        name: "TANGUT IDEOGRAPH-18588",
    },
    Character {
        age: "9.0",
        codepoint: 0x18589,
        name: "TANGUT IDEOGRAPH-18589",
    },
    Character {
        age: "9.0",
        codepoint: 0x1858A,
        name: "TANGUT IDEOGRAPH-1858A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1858B,
        name: "TANGUT IDEOGRAPH-1858B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1858C,
        name: "TANGUT IDEOGRAPH-1858C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1858D,
        name: "TANGUT IDEOGRAPH-1858D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1858E,
        name: "TANGUT IDEOGRAPH-1858E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1858F,
        name: "TANGUT IDEOGRAPH-1858F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18590,
        name: "TANGUT IDEOGRAPH-18590",
    },
    Character {
        age: "9.0",
        codepoint: 0x18591,
        name: "TANGUT IDEOGRAPH-18591",
    },
    Character {
        age: "9.0",
        codepoint: 0x18592,
        name: "TANGUT IDEOGRAPH-18592",
    },
    Character {
        age: "9.0",
        codepoint: 0x18593,
        name: "TANGUT IDEOGRAPH-18593",
    },
    Character {
        age: "9.0",
        codepoint: 0x18594,
        name: "TANGUT IDEOGRAPH-18594",
    },
    Character {
        age: "9.0",
        codepoint: 0x18595,
        name: "TANGUT IDEOGRAPH-18595",
    },
    Character {
        age: "9.0",
        codepoint: 0x18596,
        name: "TANGUT IDEOGRAPH-18596",
    },
    Character {
        age: "9.0",
        codepoint: 0x18597,
        name: "TANGUT IDEOGRAPH-18597",
    },
    Character {
        age: "9.0",
        codepoint: 0x18598,
        name: "TANGUT IDEOGRAPH-18598",
    },
    Character {
        age: "9.0",
        codepoint: 0x18599,
        name: "TANGUT IDEOGRAPH-18599",
    },
    Character {
        age: "9.0",
        codepoint: 0x1859A,
        name: "TANGUT IDEOGRAPH-1859A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1859B,
        name: "TANGUT IDEOGRAPH-1859B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1859C,
        name: "TANGUT IDEOGRAPH-1859C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1859D,
        name: "TANGUT IDEOGRAPH-1859D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1859E,
        name: "TANGUT IDEOGRAPH-1859E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1859F,
        name: "TANGUT IDEOGRAPH-1859F",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A0,
        name: "TANGUT IDEOGRAPH-185A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A1,
        name: "TANGUT IDEOGRAPH-185A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A2,
        name: "TANGUT IDEOGRAPH-185A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A3,
        name: "TANGUT IDEOGRAPH-185A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A4,
        name: "TANGUT IDEOGRAPH-185A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A5,
        name: "TANGUT IDEOGRAPH-185A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A6,
        name: "TANGUT IDEOGRAPH-185A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A7,
        name: "TANGUT IDEOGRAPH-185A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A8,
        name: "TANGUT IDEOGRAPH-185A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x185A9,
        name: "TANGUT IDEOGRAPH-185A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x185AA,
        name: "TANGUT IDEOGRAPH-185AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x185AB,
        name: "TANGUT IDEOGRAPH-185AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x185AC,
        name: "TANGUT IDEOGRAPH-185AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x185AD,
        name: "TANGUT IDEOGRAPH-185AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x185AE,
        name: "TANGUT IDEOGRAPH-185AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x185AF,
        name: "TANGUT IDEOGRAPH-185AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B0,
        name: "TANGUT IDEOGRAPH-185B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B1,
        name: "TANGUT IDEOGRAPH-185B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B2,
        name: "TANGUT IDEOGRAPH-185B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B3,
        name: "TANGUT IDEOGRAPH-185B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B4,
        name: "TANGUT IDEOGRAPH-185B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B5,
        name: "TANGUT IDEOGRAPH-185B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B6,
        name: "TANGUT IDEOGRAPH-185B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B7,
        name: "TANGUT IDEOGRAPH-185B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B8,
        name: "TANGUT IDEOGRAPH-185B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x185B9,
        name: "TANGUT IDEOGRAPH-185B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x185BA,
        name: "TANGUT IDEOGRAPH-185BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x185BB,
        name: "TANGUT IDEOGRAPH-185BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x185BC,
        name: "TANGUT IDEOGRAPH-185BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x185BD,
        name: "TANGUT IDEOGRAPH-185BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x185BE,
        name: "TANGUT IDEOGRAPH-185BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x185BF,
        name: "TANGUT IDEOGRAPH-185BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C0,
        name: "TANGUT IDEOGRAPH-185C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C1,
        name: "TANGUT IDEOGRAPH-185C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C2,
        name: "TANGUT IDEOGRAPH-185C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C3,
        name: "TANGUT IDEOGRAPH-185C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C4,
        name: "TANGUT IDEOGRAPH-185C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C5,
        name: "TANGUT IDEOGRAPH-185C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C6,
        name: "TANGUT IDEOGRAPH-185C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C7,
        name: "TANGUT IDEOGRAPH-185C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C8,
        name: "TANGUT IDEOGRAPH-185C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x185C9,
        name: "TANGUT IDEOGRAPH-185C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x185CA,
        name: "TANGUT IDEOGRAPH-185CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x185CB,
        name: "TANGUT IDEOGRAPH-185CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x185CC,
        name: "TANGUT IDEOGRAPH-185CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x185CD,
        name: "TANGUT IDEOGRAPH-185CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x185CE,
        name: "TANGUT IDEOGRAPH-185CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x185CF,
        name: "TANGUT IDEOGRAPH-185CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D0,
        name: "TANGUT IDEOGRAPH-185D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D1,
        name: "TANGUT IDEOGRAPH-185D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D2,
        name: "TANGUT IDEOGRAPH-185D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D3,
        name: "TANGUT IDEOGRAPH-185D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D4,
        name: "TANGUT IDEOGRAPH-185D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D5,
        name: "TANGUT IDEOGRAPH-185D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D6,
        name: "TANGUT IDEOGRAPH-185D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D7,
        name: "TANGUT IDEOGRAPH-185D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D8,
        name: "TANGUT IDEOGRAPH-185D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x185D9,
        name: "TANGUT IDEOGRAPH-185D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x185DA,
        name: "TANGUT IDEOGRAPH-185DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x185DB,
        name: "TANGUT IDEOGRAPH-185DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x185DC,
        name: "TANGUT IDEOGRAPH-185DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x185DD,
        name: "TANGUT IDEOGRAPH-185DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x185DE,
        name: "TANGUT IDEOGRAPH-185DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x185DF,
        name: "TANGUT IDEOGRAPH-185DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E0,
        name: "TANGUT IDEOGRAPH-185E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E1,
        name: "TANGUT IDEOGRAPH-185E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E2,
        name: "TANGUT IDEOGRAPH-185E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E3,
        name: "TANGUT IDEOGRAPH-185E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E4,
        name: "TANGUT IDEOGRAPH-185E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E5,
        name: "TANGUT IDEOGRAPH-185E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E6,
        name: "TANGUT IDEOGRAPH-185E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E7,
        name: "TANGUT IDEOGRAPH-185E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E8,
        name: "TANGUT IDEOGRAPH-185E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x185E9,
        name: "TANGUT IDEOGRAPH-185E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x185EA,
        name: "TANGUT IDEOGRAPH-185EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x185EB,
        name: "TANGUT IDEOGRAPH-185EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x185EC,
        name: "TANGUT IDEOGRAPH-185EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x185ED,
        name: "TANGUT IDEOGRAPH-185ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x185EE,
        name: "TANGUT IDEOGRAPH-185EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x185EF,
        name: "TANGUT IDEOGRAPH-185EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F0,
        name: "TANGUT IDEOGRAPH-185F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F1,
        name: "TANGUT IDEOGRAPH-185F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F2,
        name: "TANGUT IDEOGRAPH-185F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F3,
        name: "TANGUT IDEOGRAPH-185F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F4,
        name: "TANGUT IDEOGRAPH-185F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F5,
        name: "TANGUT IDEOGRAPH-185F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F6,
        name: "TANGUT IDEOGRAPH-185F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F7,
        name: "TANGUT IDEOGRAPH-185F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F8,
        name: "TANGUT IDEOGRAPH-185F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x185F9,
        name: "TANGUT IDEOGRAPH-185F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x185FA,
        name: "TANGUT IDEOGRAPH-185FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x185FB,
        name: "TANGUT IDEOGRAPH-185FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x185FC,
        name: "TANGUT IDEOGRAPH-185FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x185FD,
        name: "TANGUT IDEOGRAPH-185FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x185FE,
        name: "TANGUT IDEOGRAPH-185FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x185FF,
        name: "TANGUT IDEOGRAPH-185FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18600,
        name: "TANGUT IDEOGRAPH-18600",
    },
    Character {
        age: "9.0",
        codepoint: 0x18601,
        name: "TANGUT IDEOGRAPH-18601",
    },
    Character {
        age: "9.0",
        codepoint: 0x18602,
        name: "TANGUT IDEOGRAPH-18602",
    },
    Character {
        age: "9.0",
        codepoint: 0x18603,
        name: "TANGUT IDEOGRAPH-18603",
    },
    Character {
        age: "9.0",
        codepoint: 0x18604,
        name: "TANGUT IDEOGRAPH-18604",
    },
    Character {
        age: "9.0",
        codepoint: 0x18605,
        name: "TANGUT IDEOGRAPH-18605",
    },
    Character {
        age: "9.0",
        codepoint: 0x18606,
        name: "TANGUT IDEOGRAPH-18606",
    },
    Character {
        age: "9.0",
        codepoint: 0x18607,
        name: "TANGUT IDEOGRAPH-18607",
    },
    Character {
        age: "9.0",
        codepoint: 0x18608,
        name: "TANGUT IDEOGRAPH-18608",
    },
    Character {
        age: "9.0",
        codepoint: 0x18609,
        name: "TANGUT IDEOGRAPH-18609",
    },
    Character {
        age: "9.0",
        codepoint: 0x1860A,
        name: "TANGUT IDEOGRAPH-1860A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1860B,
        name: "TANGUT IDEOGRAPH-1860B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1860C,
        name: "TANGUT IDEOGRAPH-1860C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1860D,
        name: "TANGUT IDEOGRAPH-1860D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1860E,
        name: "TANGUT IDEOGRAPH-1860E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1860F,
        name: "TANGUT IDEOGRAPH-1860F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18610,
        name: "TANGUT IDEOGRAPH-18610",
    },
    Character {
        age: "9.0",
        codepoint: 0x18611,
        name: "TANGUT IDEOGRAPH-18611",
    },
    Character {
        age: "9.0",
        codepoint: 0x18612,
        name: "TANGUT IDEOGRAPH-18612",
    },
    Character {
        age: "9.0",
        codepoint: 0x18613,
        name: "TANGUT IDEOGRAPH-18613",
    },
    Character {
        age: "9.0",
        codepoint: 0x18614,
        name: "TANGUT IDEOGRAPH-18614",
    },
    Character {
        age: "9.0",
        codepoint: 0x18615,
        name: "TANGUT IDEOGRAPH-18615",
    },
    Character {
        age: "9.0",
        codepoint: 0x18616,
        name: "TANGUT IDEOGRAPH-18616",
    },
    Character {
        age: "9.0",
        codepoint: 0x18617,
        name: "TANGUT IDEOGRAPH-18617",
    },
    Character {
        age: "9.0",
        codepoint: 0x18618,
        name: "TANGUT IDEOGRAPH-18618",
    },
    Character {
        age: "9.0",
        codepoint: 0x18619,
        name: "TANGUT IDEOGRAPH-18619",
    },
    Character {
        age: "9.0",
        codepoint: 0x1861A,
        name: "TANGUT IDEOGRAPH-1861A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1861B,
        name: "TANGUT IDEOGRAPH-1861B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1861C,
        name: "TANGUT IDEOGRAPH-1861C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1861D,
        name: "TANGUT IDEOGRAPH-1861D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1861E,
        name: "TANGUT IDEOGRAPH-1861E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1861F,
        name: "TANGUT IDEOGRAPH-1861F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18620,
        name: "TANGUT IDEOGRAPH-18620",
    },
    Character {
        age: "9.0",
        codepoint: 0x18621,
        name: "TANGUT IDEOGRAPH-18621",
    },
    Character {
        age: "9.0",
        codepoint: 0x18622,
        name: "TANGUT IDEOGRAPH-18622",
    },
    Character {
        age: "9.0",
        codepoint: 0x18623,
        name: "TANGUT IDEOGRAPH-18623",
    },
    Character {
        age: "9.0",
        codepoint: 0x18624,
        name: "TANGUT IDEOGRAPH-18624",
    },
    Character {
        age: "9.0",
        codepoint: 0x18625,
        name: "TANGUT IDEOGRAPH-18625",
    },
    Character {
        age: "9.0",
        codepoint: 0x18626,
        name: "TANGUT IDEOGRAPH-18626",
    },
    Character {
        age: "9.0",
        codepoint: 0x18627,
        name: "TANGUT IDEOGRAPH-18627",
    },
    Character {
        age: "9.0",
        codepoint: 0x18628,
        name: "TANGUT IDEOGRAPH-18628",
    },
    Character {
        age: "9.0",
        codepoint: 0x18629,
        name: "TANGUT IDEOGRAPH-18629",
    },
    Character {
        age: "9.0",
        codepoint: 0x1862A,
        name: "TANGUT IDEOGRAPH-1862A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1862B,
        name: "TANGUT IDEOGRAPH-1862B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1862C,
        name: "TANGUT IDEOGRAPH-1862C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1862D,
        name: "TANGUT IDEOGRAPH-1862D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1862E,
        name: "TANGUT IDEOGRAPH-1862E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1862F,
        name: "TANGUT IDEOGRAPH-1862F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18630,
        name: "TANGUT IDEOGRAPH-18630",
    },
    Character {
        age: "9.0",
        codepoint: 0x18631,
        name: "TANGUT IDEOGRAPH-18631",
    },
    Character {
        age: "9.0",
        codepoint: 0x18632,
        name: "TANGUT IDEOGRAPH-18632",
    },
    Character {
        age: "9.0",
        codepoint: 0x18633,
        name: "TANGUT IDEOGRAPH-18633",
    },
    Character {
        age: "9.0",
        codepoint: 0x18634,
        name: "TANGUT IDEOGRAPH-18634",
    },
    Character {
        age: "9.0",
        codepoint: 0x18635,
        name: "TANGUT IDEOGRAPH-18635",
    },
    Character {
        age: "9.0",
        codepoint: 0x18636,
        name: "TANGUT IDEOGRAPH-18636",
    },
    Character {
        age: "9.0",
        codepoint: 0x18637,
        name: "TANGUT IDEOGRAPH-18637",
    },
    Character {
        age: "9.0",
        codepoint: 0x18638,
        name: "TANGUT IDEOGRAPH-18638",
    },
    Character {
        age: "9.0",
        codepoint: 0x18639,
        name: "TANGUT IDEOGRAPH-18639",
    },
    Character {
        age: "9.0",
        codepoint: 0x1863A,
        name: "TANGUT IDEOGRAPH-1863A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1863B,
        name: "TANGUT IDEOGRAPH-1863B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1863C,
        name: "TANGUT IDEOGRAPH-1863C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1863D,
        name: "TANGUT IDEOGRAPH-1863D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1863E,
        name: "TANGUT IDEOGRAPH-1863E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1863F,
        name: "TANGUT IDEOGRAPH-1863F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18640,
        name: "TANGUT IDEOGRAPH-18640",
    },
    Character {
        age: "9.0",
        codepoint: 0x18641,
        name: "TANGUT IDEOGRAPH-18641",
    },
    Character {
        age: "9.0",
        codepoint: 0x18642,
        name: "TANGUT IDEOGRAPH-18642",
    },
    Character {
        age: "9.0",
        codepoint: 0x18643,
        name: "TANGUT IDEOGRAPH-18643",
    },
    Character {
        age: "9.0",
        codepoint: 0x18644,
        name: "TANGUT IDEOGRAPH-18644",
    },
    Character {
        age: "9.0",
        codepoint: 0x18645,
        name: "TANGUT IDEOGRAPH-18645",
    },
    Character {
        age: "9.0",
        codepoint: 0x18646,
        name: "TANGUT IDEOGRAPH-18646",
    },
    Character {
        age: "9.0",
        codepoint: 0x18647,
        name: "TANGUT IDEOGRAPH-18647",
    },
    Character {
        age: "9.0",
        codepoint: 0x18648,
        name: "TANGUT IDEOGRAPH-18648",
    },
    Character {
        age: "9.0",
        codepoint: 0x18649,
        name: "TANGUT IDEOGRAPH-18649",
    },
    Character {
        age: "9.0",
        codepoint: 0x1864A,
        name: "TANGUT IDEOGRAPH-1864A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1864B,
        name: "TANGUT IDEOGRAPH-1864B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1864C,
        name: "TANGUT IDEOGRAPH-1864C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1864D,
        name: "TANGUT IDEOGRAPH-1864D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1864E,
        name: "TANGUT IDEOGRAPH-1864E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1864F,
        name: "TANGUT IDEOGRAPH-1864F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18650,
        name: "TANGUT IDEOGRAPH-18650",
    },
    Character {
        age: "9.0",
        codepoint: 0x18651,
        name: "TANGUT IDEOGRAPH-18651",
    },
    Character {
        age: "9.0",
        codepoint: 0x18652,
        name: "TANGUT IDEOGRAPH-18652",
    },
    Character {
        age: "9.0",
        codepoint: 0x18653,
        name: "TANGUT IDEOGRAPH-18653",
    },
    Character {
        age: "9.0",
        codepoint: 0x18654,
        name: "TANGUT IDEOGRAPH-18654",
    },
    Character {
        age: "9.0",
        codepoint: 0x18655,
        name: "TANGUT IDEOGRAPH-18655",
    },
    Character {
        age: "9.0",
        codepoint: 0x18656,
        name: "TANGUT IDEOGRAPH-18656",
    },
    Character {
        age: "9.0",
        codepoint: 0x18657,
        name: "TANGUT IDEOGRAPH-18657",
    },
    Character {
        age: "9.0",
        codepoint: 0x18658,
        name: "TANGUT IDEOGRAPH-18658",
    },
    Character {
        age: "9.0",
        codepoint: 0x18659,
        name: "TANGUT IDEOGRAPH-18659",
    },
    Character {
        age: "9.0",
        codepoint: 0x1865A,
        name: "TANGUT IDEOGRAPH-1865A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1865B,
        name: "TANGUT IDEOGRAPH-1865B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1865C,
        name: "TANGUT IDEOGRAPH-1865C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1865D,
        name: "TANGUT IDEOGRAPH-1865D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1865E,
        name: "TANGUT IDEOGRAPH-1865E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1865F,
        name: "TANGUT IDEOGRAPH-1865F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18660,
        name: "TANGUT IDEOGRAPH-18660",
    },
    Character {
        age: "9.0",
        codepoint: 0x18661,
        name: "TANGUT IDEOGRAPH-18661",
    },
    Character {
        age: "9.0",
        codepoint: 0x18662,
        name: "TANGUT IDEOGRAPH-18662",
    },
    Character {
        age: "9.0",
        codepoint: 0x18663,
        name: "TANGUT IDEOGRAPH-18663",
    },
    Character {
        age: "9.0",
        codepoint: 0x18664,
        name: "TANGUT IDEOGRAPH-18664",
    },
    Character {
        age: "9.0",
        codepoint: 0x18665,
        name: "TANGUT IDEOGRAPH-18665",
    },
    Character {
        age: "9.0",
        codepoint: 0x18666,
        name: "TANGUT IDEOGRAPH-18666",
    },
    Character {
        age: "9.0",
        codepoint: 0x18667,
        name: "TANGUT IDEOGRAPH-18667",
    },
    Character {
        age: "9.0",
        codepoint: 0x18668,
        name: "TANGUT IDEOGRAPH-18668",
    },
    Character {
        age: "9.0",
        codepoint: 0x18669,
        name: "TANGUT IDEOGRAPH-18669",
    },
    Character {
        age: "9.0",
        codepoint: 0x1866A,
        name: "TANGUT IDEOGRAPH-1866A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1866B,
        name: "TANGUT IDEOGRAPH-1866B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1866C,
        name: "TANGUT IDEOGRAPH-1866C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1866D,
        name: "TANGUT IDEOGRAPH-1866D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1866E,
        name: "TANGUT IDEOGRAPH-1866E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1866F,
        name: "TANGUT IDEOGRAPH-1866F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18670,
        name: "TANGUT IDEOGRAPH-18670",
    },
    Character {
        age: "9.0",
        codepoint: 0x18671,
        name: "TANGUT IDEOGRAPH-18671",
    },
    Character {
        age: "9.0",
        codepoint: 0x18672,
        name: "TANGUT IDEOGRAPH-18672",
    },
    Character {
        age: "9.0",
        codepoint: 0x18673,
        name: "TANGUT IDEOGRAPH-18673",
    },
    Character {
        age: "9.0",
        codepoint: 0x18674,
        name: "TANGUT IDEOGRAPH-18674",
    },
    Character {
        age: "9.0",
        codepoint: 0x18675,
        name: "TANGUT IDEOGRAPH-18675",
    },
    Character {
        age: "9.0",
        codepoint: 0x18676,
        name: "TANGUT IDEOGRAPH-18676",
    },
    Character {
        age: "9.0",
        codepoint: 0x18677,
        name: "TANGUT IDEOGRAPH-18677",
    },
    Character {
        age: "9.0",
        codepoint: 0x18678,
        name: "TANGUT IDEOGRAPH-18678",
    },
    Character {
        age: "9.0",
        codepoint: 0x18679,
        name: "TANGUT IDEOGRAPH-18679",
    },
    Character {
        age: "9.0",
        codepoint: 0x1867A,
        name: "TANGUT IDEOGRAPH-1867A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1867B,
        name: "TANGUT IDEOGRAPH-1867B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1867C,
        name: "TANGUT IDEOGRAPH-1867C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1867D,
        name: "TANGUT IDEOGRAPH-1867D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1867E,
        name: "TANGUT IDEOGRAPH-1867E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1867F,
        name: "TANGUT IDEOGRAPH-1867F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18680,
        name: "TANGUT IDEOGRAPH-18680",
    },
    Character {
        age: "9.0",
        codepoint: 0x18681,
        name: "TANGUT IDEOGRAPH-18681",
    },
    Character {
        age: "9.0",
        codepoint: 0x18682,
        name: "TANGUT IDEOGRAPH-18682",
    },
    Character {
        age: "9.0",
        codepoint: 0x18683,
        name: "TANGUT IDEOGRAPH-18683",
    },
    Character {
        age: "9.0",
        codepoint: 0x18684,
        name: "TANGUT IDEOGRAPH-18684",
    },
    Character {
        age: "9.0",
        codepoint: 0x18685,
        name: "TANGUT IDEOGRAPH-18685",
    },
    Character {
        age: "9.0",
        codepoint: 0x18686,
        name: "TANGUT IDEOGRAPH-18686",
    },
    Character {
        age: "9.0",
        codepoint: 0x18687,
        name: "TANGUT IDEOGRAPH-18687",
    },
    Character {
        age: "9.0",
        codepoint: 0x18688,
        name: "TANGUT IDEOGRAPH-18688",
    },
    Character {
        age: "9.0",
        codepoint: 0x18689,
        name: "TANGUT IDEOGRAPH-18689",
    },
    Character {
        age: "9.0",
        codepoint: 0x1868A,
        name: "TANGUT IDEOGRAPH-1868A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1868B,
        name: "TANGUT IDEOGRAPH-1868B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1868C,
        name: "TANGUT IDEOGRAPH-1868C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1868D,
        name: "TANGUT IDEOGRAPH-1868D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1868E,
        name: "TANGUT IDEOGRAPH-1868E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1868F,
        name: "TANGUT IDEOGRAPH-1868F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18690,
        name: "TANGUT IDEOGRAPH-18690",
    },
    Character {
        age: "9.0",
        codepoint: 0x18691,
        name: "TANGUT IDEOGRAPH-18691",
    },
    Character {
        age: "9.0",
        codepoint: 0x18692,
        name: "TANGUT IDEOGRAPH-18692",
    },
    Character {
        age: "9.0",
        codepoint: 0x18693,
        name: "TANGUT IDEOGRAPH-18693",
    },
    Character {
        age: "9.0",
        codepoint: 0x18694,
        name: "TANGUT IDEOGRAPH-18694",
    },
    Character {
        age: "9.0",
        codepoint: 0x18695,
        name: "TANGUT IDEOGRAPH-18695",
    },
    Character {
        age: "9.0",
        codepoint: 0x18696,
        name: "TANGUT IDEOGRAPH-18696",
    },
    Character {
        age: "9.0",
        codepoint: 0x18697,
        name: "TANGUT IDEOGRAPH-18697",
    },
    Character {
        age: "9.0",
        codepoint: 0x18698,
        name: "TANGUT IDEOGRAPH-18698",
    },
    Character {
        age: "9.0",
        codepoint: 0x18699,
        name: "TANGUT IDEOGRAPH-18699",
    },
    Character {
        age: "9.0",
        codepoint: 0x1869A,
        name: "TANGUT IDEOGRAPH-1869A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1869B,
        name: "TANGUT IDEOGRAPH-1869B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1869C,
        name: "TANGUT IDEOGRAPH-1869C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1869D,
        name: "TANGUT IDEOGRAPH-1869D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1869E,
        name: "TANGUT IDEOGRAPH-1869E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1869F,
        name: "TANGUT IDEOGRAPH-1869F",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A0,
        name: "TANGUT IDEOGRAPH-186A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A1,
        name: "TANGUT IDEOGRAPH-186A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A2,
        name: "TANGUT IDEOGRAPH-186A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A3,
        name: "TANGUT IDEOGRAPH-186A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A4,
        name: "TANGUT IDEOGRAPH-186A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A5,
        name: "TANGUT IDEOGRAPH-186A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A6,
        name: "TANGUT IDEOGRAPH-186A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A7,
        name: "TANGUT IDEOGRAPH-186A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A8,
        name: "TANGUT IDEOGRAPH-186A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x186A9,
        name: "TANGUT IDEOGRAPH-186A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x186AA,
        name: "TANGUT IDEOGRAPH-186AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x186AB,
        name: "TANGUT IDEOGRAPH-186AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x186AC,
        name: "TANGUT IDEOGRAPH-186AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x186AD,
        name: "TANGUT IDEOGRAPH-186AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x186AE,
        name: "TANGUT IDEOGRAPH-186AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x186AF,
        name: "TANGUT IDEOGRAPH-186AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B0,
        name: "TANGUT IDEOGRAPH-186B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B1,
        name: "TANGUT IDEOGRAPH-186B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B2,
        name: "TANGUT IDEOGRAPH-186B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B3,
        name: "TANGUT IDEOGRAPH-186B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B4,
        name: "TANGUT IDEOGRAPH-186B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B5,
        name: "TANGUT IDEOGRAPH-186B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B6,
        name: "TANGUT IDEOGRAPH-186B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B7,
        name: "TANGUT IDEOGRAPH-186B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B8,
        name: "TANGUT IDEOGRAPH-186B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x186B9,
        name: "TANGUT IDEOGRAPH-186B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x186BA,
        name: "TANGUT IDEOGRAPH-186BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x186BB,
        name: "TANGUT IDEOGRAPH-186BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x186BC,
        name: "TANGUT IDEOGRAPH-186BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x186BD,
        name: "TANGUT IDEOGRAPH-186BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x186BE,
        name: "TANGUT IDEOGRAPH-186BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x186BF,
        name: "TANGUT IDEOGRAPH-186BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C0,
        name: "TANGUT IDEOGRAPH-186C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C1,
        name: "TANGUT IDEOGRAPH-186C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C2,
        name: "TANGUT IDEOGRAPH-186C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C3,
        name: "TANGUT IDEOGRAPH-186C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C4,
        name: "TANGUT IDEOGRAPH-186C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C5,
        name: "TANGUT IDEOGRAPH-186C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C6,
        name: "TANGUT IDEOGRAPH-186C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C7,
        name: "TANGUT IDEOGRAPH-186C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C8,
        name: "TANGUT IDEOGRAPH-186C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x186C9,
        name: "TANGUT IDEOGRAPH-186C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x186CA,
        name: "TANGUT IDEOGRAPH-186CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x186CB,
        name: "TANGUT IDEOGRAPH-186CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x186CC,
        name: "TANGUT IDEOGRAPH-186CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x186CD,
        name: "TANGUT IDEOGRAPH-186CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x186CE,
        name: "TANGUT IDEOGRAPH-186CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x186CF,
        name: "TANGUT IDEOGRAPH-186CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D0,
        name: "TANGUT IDEOGRAPH-186D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D1,
        name: "TANGUT IDEOGRAPH-186D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D2,
        name: "TANGUT IDEOGRAPH-186D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D3,
        name: "TANGUT IDEOGRAPH-186D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D4,
        name: "TANGUT IDEOGRAPH-186D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D5,
        name: "TANGUT IDEOGRAPH-186D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D6,
        name: "TANGUT IDEOGRAPH-186D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D7,
        name: "TANGUT IDEOGRAPH-186D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D8,
        name: "TANGUT IDEOGRAPH-186D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x186D9,
        name: "TANGUT IDEOGRAPH-186D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x186DA,
        name: "TANGUT IDEOGRAPH-186DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x186DB,
        name: "TANGUT IDEOGRAPH-186DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x186DC,
        name: "TANGUT IDEOGRAPH-186DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x186DD,
        name: "TANGUT IDEOGRAPH-186DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x186DE,
        name: "TANGUT IDEOGRAPH-186DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x186DF,
        name: "TANGUT IDEOGRAPH-186DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E0,
        name: "TANGUT IDEOGRAPH-186E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E1,
        name: "TANGUT IDEOGRAPH-186E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E2,
        name: "TANGUT IDEOGRAPH-186E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E3,
        name: "TANGUT IDEOGRAPH-186E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E4,
        name: "TANGUT IDEOGRAPH-186E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E5,
        name: "TANGUT IDEOGRAPH-186E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E6,
        name: "TANGUT IDEOGRAPH-186E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E7,
        name: "TANGUT IDEOGRAPH-186E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E8,
        name: "TANGUT IDEOGRAPH-186E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x186E9,
        name: "TANGUT IDEOGRAPH-186E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x186EA,
        name: "TANGUT IDEOGRAPH-186EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x186EB,
        name: "TANGUT IDEOGRAPH-186EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x186EC,
        name: "TANGUT IDEOGRAPH-186EC",
    },
    Character {
        age: "9.0",
        codepoint: 0x186ED,
        name: "TANGUT IDEOGRAPH-186ED",
    },
    Character {
        age: "9.0",
        codepoint: 0x186EE,
        name: "TANGUT IDEOGRAPH-186EE",
    },
    Character {
        age: "9.0",
        codepoint: 0x186EF,
        name: "TANGUT IDEOGRAPH-186EF",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F0,
        name: "TANGUT IDEOGRAPH-186F0",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F1,
        name: "TANGUT IDEOGRAPH-186F1",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F2,
        name: "TANGUT IDEOGRAPH-186F2",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F3,
        name: "TANGUT IDEOGRAPH-186F3",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F4,
        name: "TANGUT IDEOGRAPH-186F4",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F5,
        name: "TANGUT IDEOGRAPH-186F5",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F6,
        name: "TANGUT IDEOGRAPH-186F6",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F7,
        name: "TANGUT IDEOGRAPH-186F7",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F8,
        name: "TANGUT IDEOGRAPH-186F8",
    },
    Character {
        age: "9.0",
        codepoint: 0x186F9,
        name: "TANGUT IDEOGRAPH-186F9",
    },
    Character {
        age: "9.0",
        codepoint: 0x186FA,
        name: "TANGUT IDEOGRAPH-186FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x186FB,
        name: "TANGUT IDEOGRAPH-186FB",
    },
    Character {
        age: "9.0",
        codepoint: 0x186FC,
        name: "TANGUT IDEOGRAPH-186FC",
    },
    Character {
        age: "9.0",
        codepoint: 0x186FD,
        name: "TANGUT IDEOGRAPH-186FD",
    },
    Character {
        age: "9.0",
        codepoint: 0x186FE,
        name: "TANGUT IDEOGRAPH-186FE",
    },
    Character {
        age: "9.0",
        codepoint: 0x186FF,
        name: "TANGUT IDEOGRAPH-186FF",
    },
    Character {
        age: "9.0",
        codepoint: 0x18700,
        name: "TANGUT IDEOGRAPH-18700",
    },
    Character {
        age: "9.0",
        codepoint: 0x18701,
        name: "TANGUT IDEOGRAPH-18701",
    },
    Character {
        age: "9.0",
        codepoint: 0x18702,
        name: "TANGUT IDEOGRAPH-18702",
    },
    Character {
        age: "9.0",
        codepoint: 0x18703,
        name: "TANGUT IDEOGRAPH-18703",
    },
    Character {
        age: "9.0",
        codepoint: 0x18704,
        name: "TANGUT IDEOGRAPH-18704",
    },
    Character {
        age: "9.0",
        codepoint: 0x18705,
        name: "TANGUT IDEOGRAPH-18705",
    },
    Character {
        age: "9.0",
        codepoint: 0x18706,
        name: "TANGUT IDEOGRAPH-18706",
    },
    Character {
        age: "9.0",
        codepoint: 0x18707,
        name: "TANGUT IDEOGRAPH-18707",
    },
    Character {
        age: "9.0",
        codepoint: 0x18708,
        name: "TANGUT IDEOGRAPH-18708",
    },
    Character {
        age: "9.0",
        codepoint: 0x18709,
        name: "TANGUT IDEOGRAPH-18709",
    },
    Character {
        age: "9.0",
        codepoint: 0x1870A,
        name: "TANGUT IDEOGRAPH-1870A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1870B,
        name: "TANGUT IDEOGRAPH-1870B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1870C,
        name: "TANGUT IDEOGRAPH-1870C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1870D,
        name: "TANGUT IDEOGRAPH-1870D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1870E,
        name: "TANGUT IDEOGRAPH-1870E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1870F,
        name: "TANGUT IDEOGRAPH-1870F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18710,
        name: "TANGUT IDEOGRAPH-18710",
    },
    Character {
        age: "9.0",
        codepoint: 0x18711,
        name: "TANGUT IDEOGRAPH-18711",
    },
    Character {
        age: "9.0",
        codepoint: 0x18712,
        name: "TANGUT IDEOGRAPH-18712",
    },
    Character {
        age: "9.0",
        codepoint: 0x18713,
        name: "TANGUT IDEOGRAPH-18713",
    },
    Character {
        age: "9.0",
        codepoint: 0x18714,
        name: "TANGUT IDEOGRAPH-18714",
    },
    Character {
        age: "9.0",
        codepoint: 0x18715,
        name: "TANGUT IDEOGRAPH-18715",
    },
    Character {
        age: "9.0",
        codepoint: 0x18716,
        name: "TANGUT IDEOGRAPH-18716",
    },
    Character {
        age: "9.0",
        codepoint: 0x18717,
        name: "TANGUT IDEOGRAPH-18717",
    },
    Character {
        age: "9.0",
        codepoint: 0x18718,
        name: "TANGUT IDEOGRAPH-18718",
    },
    Character {
        age: "9.0",
        codepoint: 0x18719,
        name: "TANGUT IDEOGRAPH-18719",
    },
    Character {
        age: "9.0",
        codepoint: 0x1871A,
        name: "TANGUT IDEOGRAPH-1871A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1871B,
        name: "TANGUT IDEOGRAPH-1871B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1871C,
        name: "TANGUT IDEOGRAPH-1871C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1871D,
        name: "TANGUT IDEOGRAPH-1871D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1871E,
        name: "TANGUT IDEOGRAPH-1871E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1871F,
        name: "TANGUT IDEOGRAPH-1871F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18720,
        name: "TANGUT IDEOGRAPH-18720",
    },
    Character {
        age: "9.0",
        codepoint: 0x18721,
        name: "TANGUT IDEOGRAPH-18721",
    },
    Character {
        age: "9.0",
        codepoint: 0x18722,
        name: "TANGUT IDEOGRAPH-18722",
    },
    Character {
        age: "9.0",
        codepoint: 0x18723,
        name: "TANGUT IDEOGRAPH-18723",
    },
    Character {
        age: "9.0",
        codepoint: 0x18724,
        name: "TANGUT IDEOGRAPH-18724",
    },
    Character {
        age: "9.0",
        codepoint: 0x18725,
        name: "TANGUT IDEOGRAPH-18725",
    },
    Character {
        age: "9.0",
        codepoint: 0x18726,
        name: "TANGUT IDEOGRAPH-18726",
    },
    Character {
        age: "9.0",
        codepoint: 0x18727,
        name: "TANGUT IDEOGRAPH-18727",
    },
    Character {
        age: "9.0",
        codepoint: 0x18728,
        name: "TANGUT IDEOGRAPH-18728",
    },
    Character {
        age: "9.0",
        codepoint: 0x18729,
        name: "TANGUT IDEOGRAPH-18729",
    },
    Character {
        age: "9.0",
        codepoint: 0x1872A,
        name: "TANGUT IDEOGRAPH-1872A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1872B,
        name: "TANGUT IDEOGRAPH-1872B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1872C,
        name: "TANGUT IDEOGRAPH-1872C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1872D,
        name: "TANGUT IDEOGRAPH-1872D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1872E,
        name: "TANGUT IDEOGRAPH-1872E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1872F,
        name: "TANGUT IDEOGRAPH-1872F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18730,
        name: "TANGUT IDEOGRAPH-18730",
    },
    Character {
        age: "9.0",
        codepoint: 0x18731,
        name: "TANGUT IDEOGRAPH-18731",
    },
    Character {
        age: "9.0",
        codepoint: 0x18732,
        name: "TANGUT IDEOGRAPH-18732",
    },
    Character {
        age: "9.0",
        codepoint: 0x18733,
        name: "TANGUT IDEOGRAPH-18733",
    },
    Character {
        age: "9.0",
        codepoint: 0x18734,
        name: "TANGUT IDEOGRAPH-18734",
    },
    Character {
        age: "9.0",
        codepoint: 0x18735,
        name: "TANGUT IDEOGRAPH-18735",
    },
    Character {
        age: "9.0",
        codepoint: 0x18736,
        name: "TANGUT IDEOGRAPH-18736",
    },
    Character {
        age: "9.0",
        codepoint: 0x18737,
        name: "TANGUT IDEOGRAPH-18737",
    },
    Character {
        age: "9.0",
        codepoint: 0x18738,
        name: "TANGUT IDEOGRAPH-18738",
    },
    Character {
        age: "9.0",
        codepoint: 0x18739,
        name: "TANGUT IDEOGRAPH-18739",
    },
    Character {
        age: "9.0",
        codepoint: 0x1873A,
        name: "TANGUT IDEOGRAPH-1873A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1873B,
        name: "TANGUT IDEOGRAPH-1873B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1873C,
        name: "TANGUT IDEOGRAPH-1873C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1873D,
        name: "TANGUT IDEOGRAPH-1873D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1873E,
        name: "TANGUT IDEOGRAPH-1873E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1873F,
        name: "TANGUT IDEOGRAPH-1873F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18740,
        name: "TANGUT IDEOGRAPH-18740",
    },
    Character {
        age: "9.0",
        codepoint: 0x18741,
        name: "TANGUT IDEOGRAPH-18741",
    },
    Character {
        age: "9.0",
        codepoint: 0x18742,
        name: "TANGUT IDEOGRAPH-18742",
    },
    Character {
        age: "9.0",
        codepoint: 0x18743,
        name: "TANGUT IDEOGRAPH-18743",
    },
    Character {
        age: "9.0",
        codepoint: 0x18744,
        name: "TANGUT IDEOGRAPH-18744",
    },
    Character {
        age: "9.0",
        codepoint: 0x18745,
        name: "TANGUT IDEOGRAPH-18745",
    },
    Character {
        age: "9.0",
        codepoint: 0x18746,
        name: "TANGUT IDEOGRAPH-18746",
    },
    Character {
        age: "9.0",
        codepoint: 0x18747,
        name: "TANGUT IDEOGRAPH-18747",
    },
    Character {
        age: "9.0",
        codepoint: 0x18748,
        name: "TANGUT IDEOGRAPH-18748",
    },
    Character {
        age: "9.0",
        codepoint: 0x18749,
        name: "TANGUT IDEOGRAPH-18749",
    },
    Character {
        age: "9.0",
        codepoint: 0x1874A,
        name: "TANGUT IDEOGRAPH-1874A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1874B,
        name: "TANGUT IDEOGRAPH-1874B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1874C,
        name: "TANGUT IDEOGRAPH-1874C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1874D,
        name: "TANGUT IDEOGRAPH-1874D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1874E,
        name: "TANGUT IDEOGRAPH-1874E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1874F,
        name: "TANGUT IDEOGRAPH-1874F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18750,
        name: "TANGUT IDEOGRAPH-18750",
    },
    Character {
        age: "9.0",
        codepoint: 0x18751,
        name: "TANGUT IDEOGRAPH-18751",
    },
    Character {
        age: "9.0",
        codepoint: 0x18752,
        name: "TANGUT IDEOGRAPH-18752",
    },
    Character {
        age: "9.0",
        codepoint: 0x18753,
        name: "TANGUT IDEOGRAPH-18753",
    },
    Character {
        age: "9.0",
        codepoint: 0x18754,
        name: "TANGUT IDEOGRAPH-18754",
    },
    Character {
        age: "9.0",
        codepoint: 0x18755,
        name: "TANGUT IDEOGRAPH-18755",
    },
    Character {
        age: "9.0",
        codepoint: 0x18756,
        name: "TANGUT IDEOGRAPH-18756",
    },
    Character {
        age: "9.0",
        codepoint: 0x18757,
        name: "TANGUT IDEOGRAPH-18757",
    },
    Character {
        age: "9.0",
        codepoint: 0x18758,
        name: "TANGUT IDEOGRAPH-18758",
    },
    Character {
        age: "9.0",
        codepoint: 0x18759,
        name: "TANGUT IDEOGRAPH-18759",
    },
    Character {
        age: "9.0",
        codepoint: 0x1875A,
        name: "TANGUT IDEOGRAPH-1875A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1875B,
        name: "TANGUT IDEOGRAPH-1875B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1875C,
        name: "TANGUT IDEOGRAPH-1875C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1875D,
        name: "TANGUT IDEOGRAPH-1875D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1875E,
        name: "TANGUT IDEOGRAPH-1875E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1875F,
        name: "TANGUT IDEOGRAPH-1875F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18760,
        name: "TANGUT IDEOGRAPH-18760",
    },
    Character {
        age: "9.0",
        codepoint: 0x18761,
        name: "TANGUT IDEOGRAPH-18761",
    },
    Character {
        age: "9.0",
        codepoint: 0x18762,
        name: "TANGUT IDEOGRAPH-18762",
    },
    Character {
        age: "9.0",
        codepoint: 0x18763,
        name: "TANGUT IDEOGRAPH-18763",
    },
    Character {
        age: "9.0",
        codepoint: 0x18764,
        name: "TANGUT IDEOGRAPH-18764",
    },
    Character {
        age: "9.0",
        codepoint: 0x18765,
        name: "TANGUT IDEOGRAPH-18765",
    },
    Character {
        age: "9.0",
        codepoint: 0x18766,
        name: "TANGUT IDEOGRAPH-18766",
    },
    Character {
        age: "9.0",
        codepoint: 0x18767,
        name: "TANGUT IDEOGRAPH-18767",
    },
    Character {
        age: "9.0",
        codepoint: 0x18768,
        name: "TANGUT IDEOGRAPH-18768",
    },
    Character {
        age: "9.0",
        codepoint: 0x18769,
        name: "TANGUT IDEOGRAPH-18769",
    },
    Character {
        age: "9.0",
        codepoint: 0x1876A,
        name: "TANGUT IDEOGRAPH-1876A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1876B,
        name: "TANGUT IDEOGRAPH-1876B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1876C,
        name: "TANGUT IDEOGRAPH-1876C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1876D,
        name: "TANGUT IDEOGRAPH-1876D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1876E,
        name: "TANGUT IDEOGRAPH-1876E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1876F,
        name: "TANGUT IDEOGRAPH-1876F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18770,
        name: "TANGUT IDEOGRAPH-18770",
    },
    Character {
        age: "9.0",
        codepoint: 0x18771,
        name: "TANGUT IDEOGRAPH-18771",
    },
    Character {
        age: "9.0",
        codepoint: 0x18772,
        name: "TANGUT IDEOGRAPH-18772",
    },
    Character {
        age: "9.0",
        codepoint: 0x18773,
        name: "TANGUT IDEOGRAPH-18773",
    },
    Character {
        age: "9.0",
        codepoint: 0x18774,
        name: "TANGUT IDEOGRAPH-18774",
    },
    Character {
        age: "9.0",
        codepoint: 0x18775,
        name: "TANGUT IDEOGRAPH-18775",
    },
    Character {
        age: "9.0",
        codepoint: 0x18776,
        name: "TANGUT IDEOGRAPH-18776",
    },
    Character {
        age: "9.0",
        codepoint: 0x18777,
        name: "TANGUT IDEOGRAPH-18777",
    },
    Character {
        age: "9.0",
        codepoint: 0x18778,
        name: "TANGUT IDEOGRAPH-18778",
    },
    Character {
        age: "9.0",
        codepoint: 0x18779,
        name: "TANGUT IDEOGRAPH-18779",
    },
    Character {
        age: "9.0",
        codepoint: 0x1877A,
        name: "TANGUT IDEOGRAPH-1877A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1877B,
        name: "TANGUT IDEOGRAPH-1877B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1877C,
        name: "TANGUT IDEOGRAPH-1877C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1877D,
        name: "TANGUT IDEOGRAPH-1877D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1877E,
        name: "TANGUT IDEOGRAPH-1877E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1877F,
        name: "TANGUT IDEOGRAPH-1877F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18780,
        name: "TANGUT IDEOGRAPH-18780",
    },
    Character {
        age: "9.0",
        codepoint: 0x18781,
        name: "TANGUT IDEOGRAPH-18781",
    },
    Character {
        age: "9.0",
        codepoint: 0x18782,
        name: "TANGUT IDEOGRAPH-18782",
    },
    Character {
        age: "9.0",
        codepoint: 0x18783,
        name: "TANGUT IDEOGRAPH-18783",
    },
    Character {
        age: "9.0",
        codepoint: 0x18784,
        name: "TANGUT IDEOGRAPH-18784",
    },
    Character {
        age: "9.0",
        codepoint: 0x18785,
        name: "TANGUT IDEOGRAPH-18785",
    },
    Character {
        age: "9.0",
        codepoint: 0x18786,
        name: "TANGUT IDEOGRAPH-18786",
    },
    Character {
        age: "9.0",
        codepoint: 0x18787,
        name: "TANGUT IDEOGRAPH-18787",
    },
    Character {
        age: "9.0",
        codepoint: 0x18788,
        name: "TANGUT IDEOGRAPH-18788",
    },
    Character {
        age: "9.0",
        codepoint: 0x18789,
        name: "TANGUT IDEOGRAPH-18789",
    },
    Character {
        age: "9.0",
        codepoint: 0x1878A,
        name: "TANGUT IDEOGRAPH-1878A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1878B,
        name: "TANGUT IDEOGRAPH-1878B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1878C,
        name: "TANGUT IDEOGRAPH-1878C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1878D,
        name: "TANGUT IDEOGRAPH-1878D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1878E,
        name: "TANGUT IDEOGRAPH-1878E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1878F,
        name: "TANGUT IDEOGRAPH-1878F",
    },
    Character {
        age: "9.0",
        codepoint: 0x18790,
        name: "TANGUT IDEOGRAPH-18790",
    },
    Character {
        age: "9.0",
        codepoint: 0x18791,
        name: "TANGUT IDEOGRAPH-18791",
    },
    Character {
        age: "9.0",
        codepoint: 0x18792,
        name: "TANGUT IDEOGRAPH-18792",
    },
    Character {
        age: "9.0",
        codepoint: 0x18793,
        name: "TANGUT IDEOGRAPH-18793",
    },
    Character {
        age: "9.0",
        codepoint: 0x18794,
        name: "TANGUT IDEOGRAPH-18794",
    },
    Character {
        age: "9.0",
        codepoint: 0x18795,
        name: "TANGUT IDEOGRAPH-18795",
    },
    Character {
        age: "9.0",
        codepoint: 0x18796,
        name: "TANGUT IDEOGRAPH-18796",
    },
    Character {
        age: "9.0",
        codepoint: 0x18797,
        name: "TANGUT IDEOGRAPH-18797",
    },
    Character {
        age: "9.0",
        codepoint: 0x18798,
        name: "TANGUT IDEOGRAPH-18798",
    },
    Character {
        age: "9.0",
        codepoint: 0x18799,
        name: "TANGUT IDEOGRAPH-18799",
    },
    Character {
        age: "9.0",
        codepoint: 0x1879A,
        name: "TANGUT IDEOGRAPH-1879A",
    },
    Character {
        age: "9.0",
        codepoint: 0x1879B,
        name: "TANGUT IDEOGRAPH-1879B",
    },
    Character {
        age: "9.0",
        codepoint: 0x1879C,
        name: "TANGUT IDEOGRAPH-1879C",
    },
    Character {
        age: "9.0",
        codepoint: 0x1879D,
        name: "TANGUT IDEOGRAPH-1879D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1879E,
        name: "TANGUT IDEOGRAPH-1879E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1879F,
        name: "TANGUT IDEOGRAPH-1879F",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A0,
        name: "TANGUT IDEOGRAPH-187A0",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A1,
        name: "TANGUT IDEOGRAPH-187A1",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A2,
        name: "TANGUT IDEOGRAPH-187A2",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A3,
        name: "TANGUT IDEOGRAPH-187A3",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A4,
        name: "TANGUT IDEOGRAPH-187A4",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A5,
        name: "TANGUT IDEOGRAPH-187A5",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A6,
        name: "TANGUT IDEOGRAPH-187A6",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A7,
        name: "TANGUT IDEOGRAPH-187A7",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A8,
        name: "TANGUT IDEOGRAPH-187A8",
    },
    Character {
        age: "9.0",
        codepoint: 0x187A9,
        name: "TANGUT IDEOGRAPH-187A9",
    },
    Character {
        age: "9.0",
        codepoint: 0x187AA,
        name: "TANGUT IDEOGRAPH-187AA",
    },
    Character {
        age: "9.0",
        codepoint: 0x187AB,
        name: "TANGUT IDEOGRAPH-187AB",
    },
    Character {
        age: "9.0",
        codepoint: 0x187AC,
        name: "TANGUT IDEOGRAPH-187AC",
    },
    Character {
        age: "9.0",
        codepoint: 0x187AD,
        name: "TANGUT IDEOGRAPH-187AD",
    },
    Character {
        age: "9.0",
        codepoint: 0x187AE,
        name: "TANGUT IDEOGRAPH-187AE",
    },
    Character {
        age: "9.0",
        codepoint: 0x187AF,
        name: "TANGUT IDEOGRAPH-187AF",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B0,
        name: "TANGUT IDEOGRAPH-187B0",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B1,
        name: "TANGUT IDEOGRAPH-187B1",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B2,
        name: "TANGUT IDEOGRAPH-187B2",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B3,
        name: "TANGUT IDEOGRAPH-187B3",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B4,
        name: "TANGUT IDEOGRAPH-187B4",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B5,
        name: "TANGUT IDEOGRAPH-187B5",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B6,
        name: "TANGUT IDEOGRAPH-187B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B7,
        name: "TANGUT IDEOGRAPH-187B7",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B8,
        name: "TANGUT IDEOGRAPH-187B8",
    },
    Character {
        age: "9.0",
        codepoint: 0x187B9,
        name: "TANGUT IDEOGRAPH-187B9",
    },
    Character {
        age: "9.0",
        codepoint: 0x187BA,
        name: "TANGUT IDEOGRAPH-187BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x187BB,
        name: "TANGUT IDEOGRAPH-187BB",
    },
    Character {
        age: "9.0",
        codepoint: 0x187BC,
        name: "TANGUT IDEOGRAPH-187BC",
    },
    Character {
        age: "9.0",
        codepoint: 0x187BD,
        name: "TANGUT IDEOGRAPH-187BD",
    },
    Character {
        age: "9.0",
        codepoint: 0x187BE,
        name: "TANGUT IDEOGRAPH-187BE",
    },
    Character {
        age: "9.0",
        codepoint: 0x187BF,
        name: "TANGUT IDEOGRAPH-187BF",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C0,
        name: "TANGUT IDEOGRAPH-187C0",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C1,
        name: "TANGUT IDEOGRAPH-187C1",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C2,
        name: "TANGUT IDEOGRAPH-187C2",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C3,
        name: "TANGUT IDEOGRAPH-187C3",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C4,
        name: "TANGUT IDEOGRAPH-187C4",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C5,
        name: "TANGUT IDEOGRAPH-187C5",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C6,
        name: "TANGUT IDEOGRAPH-187C6",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C7,
        name: "TANGUT IDEOGRAPH-187C7",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C8,
        name: "TANGUT IDEOGRAPH-187C8",
    },
    Character {
        age: "9.0",
        codepoint: 0x187C9,
        name: "TANGUT IDEOGRAPH-187C9",
    },
    Character {
        age: "9.0",
        codepoint: 0x187CA,
        name: "TANGUT IDEOGRAPH-187CA",
    },
    Character {
        age: "9.0",
        codepoint: 0x187CB,
        name: "TANGUT IDEOGRAPH-187CB",
    },
    Character {
        age: "9.0",
        codepoint: 0x187CC,
        name: "TANGUT IDEOGRAPH-187CC",
    },
    Character {
        age: "9.0",
        codepoint: 0x187CD,
        name: "TANGUT IDEOGRAPH-187CD",
    },
    Character {
        age: "9.0",
        codepoint: 0x187CE,
        name: "TANGUT IDEOGRAPH-187CE",
    },
    Character {
        age: "9.0",
        codepoint: 0x187CF,
        name: "TANGUT IDEOGRAPH-187CF",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D0,
        name: "TANGUT IDEOGRAPH-187D0",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D1,
        name: "TANGUT IDEOGRAPH-187D1",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D2,
        name: "TANGUT IDEOGRAPH-187D2",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D3,
        name: "TANGUT IDEOGRAPH-187D3",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D4,
        name: "TANGUT IDEOGRAPH-187D4",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D5,
        name: "TANGUT IDEOGRAPH-187D5",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D6,
        name: "TANGUT IDEOGRAPH-187D6",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D7,
        name: "TANGUT IDEOGRAPH-187D7",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D8,
        name: "TANGUT IDEOGRAPH-187D8",
    },
    Character {
        age: "9.0",
        codepoint: 0x187D9,
        name: "TANGUT IDEOGRAPH-187D9",
    },
    Character {
        age: "9.0",
        codepoint: 0x187DA,
        name: "TANGUT IDEOGRAPH-187DA",
    },
    Character {
        age: "9.0",
        codepoint: 0x187DB,
        name: "TANGUT IDEOGRAPH-187DB",
    },
    Character {
        age: "9.0",
        codepoint: 0x187DC,
        name: "TANGUT IDEOGRAPH-187DC",
    },
    Character {
        age: "9.0",
        codepoint: 0x187DD,
        name: "TANGUT IDEOGRAPH-187DD",
    },
    Character {
        age: "9.0",
        codepoint: 0x187DE,
        name: "TANGUT IDEOGRAPH-187DE",
    },
    Character {
        age: "9.0",
        codepoint: 0x187DF,
        name: "TANGUT IDEOGRAPH-187DF",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E0,
        name: "TANGUT IDEOGRAPH-187E0",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E1,
        name: "TANGUT IDEOGRAPH-187E1",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E2,
        name: "TANGUT IDEOGRAPH-187E2",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E3,
        name: "TANGUT IDEOGRAPH-187E3",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E4,
        name: "TANGUT IDEOGRAPH-187E4",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E5,
        name: "TANGUT IDEOGRAPH-187E5",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E6,
        name: "TANGUT IDEOGRAPH-187E6",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E7,
        name: "TANGUT IDEOGRAPH-187E7",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E8,
        name: "TANGUT IDEOGRAPH-187E8",
    },
    Character {
        age: "9.0",
        codepoint: 0x187E9,
        name: "TANGUT IDEOGRAPH-187E9",
    },
    Character {
        age: "9.0",
        codepoint: 0x187EA,
        name: "TANGUT IDEOGRAPH-187EA",
    },
    Character {
        age: "9.0",
        codepoint: 0x187EB,
        name: "TANGUT IDEOGRAPH-187EB",
    },
    Character {
        age: "9.0",
        codepoint: 0x187EC,
        name: "TANGUT IDEOGRAPH-187EC",
    },
    Character {
        age: "11.0",
        codepoint: 0x187ED,
        name: "TANGUT IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x187EE,
        name: "TANGUT IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x187EF,
        name: "TANGUT IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x187F0,
        name: "TANGUT IDEOGRAPH-#",
    },
    Character {
        age: "11.0",
        codepoint: 0x187F1,
        name: "TANGUT IDEOGRAPH-#",
    },
    Character {
        age: "9.0",
        codepoint: 0x18800,
        name: "TANGUT COMPONENT-001",
    },
    Character {
        age: "9.0",
        codepoint: 0x18801,
        name: "TANGUT COMPONENT-002",
    },
    Character {
        age: "9.0",
        codepoint: 0x18802,
        name: "TANGUT COMPONENT-003",
    },
    Character {
        age: "9.0",
        codepoint: 0x18803,
        name: "TANGUT COMPONENT-004",
    },
    Character {
        age: "9.0",
        codepoint: 0x18804,
        name: "TANGUT COMPONENT-005",
    },
    Character {
        age: "9.0",
        codepoint: 0x18805,
        name: "TANGUT COMPONENT-006",
    },
    Character {
        age: "9.0",
        codepoint: 0x18806,
        name: "TANGUT COMPONENT-007",
    },
    Character {
        age: "9.0",
        codepoint: 0x18807,
        name: "TANGUT COMPONENT-008",
    },
    Character {
        age: "9.0",
        codepoint: 0x18808,
        name: "TANGUT COMPONENT-009",
    },
    Character {
        age: "9.0",
        codepoint: 0x18809,
        name: "TANGUT COMPONENT-010",
    },
    Character {
        age: "9.0",
        codepoint: 0x1880A,
        name: "TANGUT COMPONENT-011",
    },
    Character {
        age: "9.0",
        codepoint: 0x1880B,
        name: "TANGUT COMPONENT-012",
    },
    Character {
        age: "9.0",
        codepoint: 0x1880C,
        name: "TANGUT COMPONENT-013",
    },
    Character {
        age: "9.0",
        codepoint: 0x1880D,
        name: "TANGUT COMPONENT-014",
    },
    Character {
        age: "9.0",
        codepoint: 0x1880E,
        name: "TANGUT COMPONENT-015",
    },
    Character {
        age: "9.0",
        codepoint: 0x1880F,
        name: "TANGUT COMPONENT-016",
    },
    Character {
        age: "9.0",
        codepoint: 0x18810,
        name: "TANGUT COMPONENT-017",
    },
    Character {
        age: "9.0",
        codepoint: 0x18811,
        name: "TANGUT COMPONENT-018",
    },
    Character {
        age: "9.0",
        codepoint: 0x18812,
        name: "TANGUT COMPONENT-019",
    },
    Character {
        age: "9.0",
        codepoint: 0x18813,
        name: "TANGUT COMPONENT-020",
    },
    Character {
        age: "9.0",
        codepoint: 0x18814,
        name: "TANGUT COMPONENT-021",
    },
    Character {
        age: "9.0",
        codepoint: 0x18815,
        name: "TANGUT COMPONENT-022",
    },
    Character {
        age: "9.0",
        codepoint: 0x18816,
        name: "TANGUT COMPONENT-023",
    },
    Character {
        age: "9.0",
        codepoint: 0x18817,
        name: "TANGUT COMPONENT-024",
    },
    Character {
        age: "9.0",
        codepoint: 0x18818,
        name: "TANGUT COMPONENT-025",
    },
    Character {
        age: "9.0",
        codepoint: 0x18819,
        name: "TANGUT COMPONENT-026",
    },
    Character {
        age: "9.0",
        codepoint: 0x1881A,
        name: "TANGUT COMPONENT-027",
    },
    Character {
        age: "9.0",
        codepoint: 0x1881B,
        name: "TANGUT COMPONENT-028",
    },
    Character {
        age: "9.0",
        codepoint: 0x1881C,
        name: "TANGUT COMPONENT-029",
    },
    Character {
        age: "9.0",
        codepoint: 0x1881D,
        name: "TANGUT COMPONENT-030",
    },
    Character {
        age: "9.0",
        codepoint: 0x1881E,
        name: "TANGUT COMPONENT-031",
    },
    Character {
        age: "9.0",
        codepoint: 0x1881F,
        name: "TANGUT COMPONENT-032",
    },
    Character {
        age: "9.0",
        codepoint: 0x18820,
        name: "TANGUT COMPONENT-033",
    },
    Character {
        age: "9.0",
        codepoint: 0x18821,
        name: "TANGUT COMPONENT-034",
    },
    Character {
        age: "9.0",
        codepoint: 0x18822,
        name: "TANGUT COMPONENT-035",
    },
    Character {
        age: "9.0",
        codepoint: 0x18823,
        name: "TANGUT COMPONENT-036",
    },
    Character {
        age: "9.0",
        codepoint: 0x18824,
        name: "TANGUT COMPONENT-037",
    },
    Character {
        age: "9.0",
        codepoint: 0x18825,
        name: "TANGUT COMPONENT-038",
    },
    Character {
        age: "9.0",
        codepoint: 0x18826,
        name: "TANGUT COMPONENT-039",
    },
    Character {
        age: "9.0",
        codepoint: 0x18827,
        name: "TANGUT COMPONENT-040",
    },
    Character {
        age: "9.0",
        codepoint: 0x18828,
        name: "TANGUT COMPONENT-041",
    },
    Character {
        age: "9.0",
        codepoint: 0x18829,
        name: "TANGUT COMPONENT-042",
    },
    Character {
        age: "9.0",
        codepoint: 0x1882A,
        name: "TANGUT COMPONENT-043",
    },
    Character {
        age: "9.0",
        codepoint: 0x1882B,
        name: "TANGUT COMPONENT-044",
    },
    Character {
        age: "9.0",
        codepoint: 0x1882C,
        name: "TANGUT COMPONENT-045",
    },
    Character {
        age: "9.0",
        codepoint: 0x1882D,
        name: "TANGUT COMPONENT-046",
    },
    Character {
        age: "9.0",
        codepoint: 0x1882E,
        name: "TANGUT COMPONENT-047",
    },
    Character {
        age: "9.0",
        codepoint: 0x1882F,
        name: "TANGUT COMPONENT-048",
    },
    Character {
        age: "9.0",
        codepoint: 0x18830,
        name: "TANGUT COMPONENT-049",
    },
    Character {
        age: "9.0",
        codepoint: 0x18831,
        name: "TANGUT COMPONENT-050",
    },
    Character {
        age: "9.0",
        codepoint: 0x18832,
        name: "TANGUT COMPONENT-051",
    },
    Character {
        age: "9.0",
        codepoint: 0x18833,
        name: "TANGUT COMPONENT-052",
    },
    Character {
        age: "9.0",
        codepoint: 0x18834,
        name: "TANGUT COMPONENT-053",
    },
    Character {
        age: "9.0",
        codepoint: 0x18835,
        name: "TANGUT COMPONENT-054",
    },
    Character {
        age: "9.0",
        codepoint: 0x18836,
        name: "TANGUT COMPONENT-055",
    },
    Character {
        age: "9.0",
        codepoint: 0x18837,
        name: "TANGUT COMPONENT-056",
    },
    Character {
        age: "9.0",
        codepoint: 0x18838,
        name: "TANGUT COMPONENT-057",
    },
    Character {
        age: "9.0",
        codepoint: 0x18839,
        name: "TANGUT COMPONENT-058",
    },
    Character {
        age: "9.0",
        codepoint: 0x1883A,
        name: "TANGUT COMPONENT-059",
    },
    Character {
        age: "9.0",
        codepoint: 0x1883B,
        name: "TANGUT COMPONENT-060",
    },
    Character {
        age: "9.0",
        codepoint: 0x1883C,
        name: "TANGUT COMPONENT-061",
    },
    Character {
        age: "9.0",
        codepoint: 0x1883D,
        name: "TANGUT COMPONENT-062",
    },
    Character {
        age: "9.0",
        codepoint: 0x1883E,
        name: "TANGUT COMPONENT-063",
    },
    Character {
        age: "9.0",
        codepoint: 0x1883F,
        name: "TANGUT COMPONENT-064",
    },
    Character {
        age: "9.0",
        codepoint: 0x18840,
        name: "TANGUT COMPONENT-065",
    },
    Character {
        age: "9.0",
        codepoint: 0x18841,
        name: "TANGUT COMPONENT-066",
    },
    Character {
        age: "9.0",
        codepoint: 0x18842,
        name: "TANGUT COMPONENT-067",
    },
    Character {
        age: "9.0",
        codepoint: 0x18843,
        name: "TANGUT COMPONENT-068",
    },
    Character {
        age: "9.0",
        codepoint: 0x18844,
        name: "TANGUT COMPONENT-069",
    },
    Character {
        age: "9.0",
        codepoint: 0x18845,
        name: "TANGUT COMPONENT-070",
    },
    Character {
        age: "9.0",
        codepoint: 0x18846,
        name: "TANGUT COMPONENT-071",
    },
    Character {
        age: "9.0",
        codepoint: 0x18847,
        name: "TANGUT COMPONENT-072",
    },
    Character {
        age: "9.0",
        codepoint: 0x18848,
        name: "TANGUT COMPONENT-073",
    },
    Character {
        age: "9.0",
        codepoint: 0x18849,
        name: "TANGUT COMPONENT-074",
    },
    Character {
        age: "9.0",
        codepoint: 0x1884A,
        name: "TANGUT COMPONENT-075",
    },
    Character {
        age: "9.0",
        codepoint: 0x1884B,
        name: "TANGUT COMPONENT-076",
    },
    Character {
        age: "9.0",
        codepoint: 0x1884C,
        name: "TANGUT COMPONENT-077",
    },
    Character {
        age: "9.0",
        codepoint: 0x1884D,
        name: "TANGUT COMPONENT-078",
    },
    Character {
        age: "9.0",
        codepoint: 0x1884E,
        name: "TANGUT COMPONENT-079",
    },
    Character {
        age: "9.0",
        codepoint: 0x1884F,
        name: "TANGUT COMPONENT-080",
    },
    Character {
        age: "9.0",
        codepoint: 0x18850,
        name: "TANGUT COMPONENT-081",
    },
    Character {
        age: "9.0",
        codepoint: 0x18851,
        name: "TANGUT COMPONENT-082",
    },
    Character {
        age: "9.0",
        codepoint: 0x18852,
        name: "TANGUT COMPONENT-083",
    },
    Character {
        age: "9.0",
        codepoint: 0x18853,
        name: "TANGUT COMPONENT-084",
    },
    Character {
        age: "9.0",
        codepoint: 0x18854,
        name: "TANGUT COMPONENT-085",
    },
    Character {
        age: "9.0",
        codepoint: 0x18855,
        name: "TANGUT COMPONENT-086",
    },
    Character {
        age: "9.0",
        codepoint: 0x18856,
        name: "TANGUT COMPONENT-087",
    },
    Character {
        age: "9.0",
        codepoint: 0x18857,
        name: "TANGUT COMPONENT-088",
    },
    Character {
        age: "9.0",
        codepoint: 0x18858,
        name: "TANGUT COMPONENT-089",
    },
    Character {
        age: "9.0",
        codepoint: 0x18859,
        name: "TANGUT COMPONENT-090",
    },
    Character {
        age: "9.0",
        codepoint: 0x1885A,
        name: "TANGUT COMPONENT-091",
    },
    Character {
        age: "9.0",
        codepoint: 0x1885B,
        name: "TANGUT COMPONENT-092",
    },
    Character {
        age: "9.0",
        codepoint: 0x1885C,
        name: "TANGUT COMPONENT-093",
    },
    Character {
        age: "9.0",
        codepoint: 0x1885D,
        name: "TANGUT COMPONENT-094",
    },
    Character {
        age: "9.0",
        codepoint: 0x1885E,
        name: "TANGUT COMPONENT-095",
    },
    Character {
        age: "9.0",
        codepoint: 0x1885F,
        name: "TANGUT COMPONENT-096",
    },
    Character {
        age: "9.0",
        codepoint: 0x18860,
        name: "TANGUT COMPONENT-097",
    },
    Character {
        age: "9.0",
        codepoint: 0x18861,
        name: "TANGUT COMPONENT-098",
    },
    Character {
        age: "9.0",
        codepoint: 0x18862,
        name: "TANGUT COMPONENT-099",
    },
    Character {
        age: "9.0",
        codepoint: 0x18863,
        name: "TANGUT COMPONENT-100",
    },
    Character {
        age: "9.0",
        codepoint: 0x18864,
        name: "TANGUT COMPONENT-101",
    },
    Character {
        age: "9.0",
        codepoint: 0x18865,
        name: "TANGUT COMPONENT-102",
    },
    Character {
        age: "9.0",
        codepoint: 0x18866,
        name: "TANGUT COMPONENT-103",
    },
    Character {
        age: "9.0",
        codepoint: 0x18867,
        name: "TANGUT COMPONENT-104",
    },
    Character {
        age: "9.0",
        codepoint: 0x18868,
        name: "TANGUT COMPONENT-105",
    },
    Character {
        age: "9.0",
        codepoint: 0x18869,
        name: "TANGUT COMPONENT-106",
    },
    Character {
        age: "9.0",
        codepoint: 0x1886A,
        name: "TANGUT COMPONENT-107",
    },
    Character {
        age: "9.0",
        codepoint: 0x1886B,
        name: "TANGUT COMPONENT-108",
    },
    Character {
        age: "9.0",
        codepoint: 0x1886C,
        name: "TANGUT COMPONENT-109",
    },
    Character {
        age: "9.0",
        codepoint: 0x1886D,
        name: "TANGUT COMPONENT-110",
    },
    Character {
        age: "9.0",
        codepoint: 0x1886E,
        name: "TANGUT COMPONENT-111",
    },
    Character {
        age: "9.0",
        codepoint: 0x1886F,
        name: "TANGUT COMPONENT-112",
    },
    Character {
        age: "9.0",
        codepoint: 0x18870,
        name: "TANGUT COMPONENT-113",
    },
    Character {
        age: "9.0",
        codepoint: 0x18871,
        name: "TANGUT COMPONENT-114",
    },
    Character {
        age: "9.0",
        codepoint: 0x18872,
        name: "TANGUT COMPONENT-115",
    },
    Character {
        age: "9.0",
        codepoint: 0x18873,
        name: "TANGUT COMPONENT-116",
    },
    Character {
        age: "9.0",
        codepoint: 0x18874,
        name: "TANGUT COMPONENT-117",
    },
    Character {
        age: "9.0",
        codepoint: 0x18875,
        name: "TANGUT COMPONENT-118",
    },
    Character {
        age: "9.0",
        codepoint: 0x18876,
        name: "TANGUT COMPONENT-119",
    },
    Character {
        age: "9.0",
        codepoint: 0x18877,
        name: "TANGUT COMPONENT-120",
    },
    Character {
        age: "9.0",
        codepoint: 0x18878,
        name: "TANGUT COMPONENT-121",
    },
    Character {
        age: "9.0",
        codepoint: 0x18879,
        name: "TANGUT COMPONENT-122",
    },
    Character {
        age: "9.0",
        codepoint: 0x1887A,
        name: "TANGUT COMPONENT-123",
    },
    Character {
        age: "9.0",
        codepoint: 0x1887B,
        name: "TANGUT COMPONENT-124",
    },
    Character {
        age: "9.0",
        codepoint: 0x1887C,
        name: "TANGUT COMPONENT-125",
    },
    Character {
        age: "9.0",
        codepoint: 0x1887D,
        name: "TANGUT COMPONENT-126",
    },
    Character {
        age: "9.0",
        codepoint: 0x1887E,
        name: "TANGUT COMPONENT-127",
    },
    Character {
        age: "9.0",
        codepoint: 0x1887F,
        name: "TANGUT COMPONENT-128",
    },
    Character {
        age: "9.0",
        codepoint: 0x18880,
        name: "TANGUT COMPONENT-129",
    },
    Character {
        age: "9.0",
        codepoint: 0x18881,
        name: "TANGUT COMPONENT-130",
    },
    Character {
        age: "9.0",
        codepoint: 0x18882,
        name: "TANGUT COMPONENT-131",
    },
    Character {
        age: "9.0",
        codepoint: 0x18883,
        name: "TANGUT COMPONENT-132",
    },
    Character {
        age: "9.0",
        codepoint: 0x18884,
        name: "TANGUT COMPONENT-133",
    },
    Character {
        age: "9.0",
        codepoint: 0x18885,
        name: "TANGUT COMPONENT-134",
    },
    Character {
        age: "9.0",
        codepoint: 0x18886,
        name: "TANGUT COMPONENT-135",
    },
    Character {
        age: "9.0",
        codepoint: 0x18887,
        name: "TANGUT COMPONENT-136",
    },
    Character {
        age: "9.0",
        codepoint: 0x18888,
        name: "TANGUT COMPONENT-137",
    },
    Character {
        age: "9.0",
        codepoint: 0x18889,
        name: "TANGUT COMPONENT-138",
    },
    Character {
        age: "9.0",
        codepoint: 0x1888A,
        name: "TANGUT COMPONENT-139",
    },
    Character {
        age: "9.0",
        codepoint: 0x1888B,
        name: "TANGUT COMPONENT-140",
    },
    Character {
        age: "9.0",
        codepoint: 0x1888C,
        name: "TANGUT COMPONENT-141",
    },
    Character {
        age: "9.0",
        codepoint: 0x1888D,
        name: "TANGUT COMPONENT-142",
    },
    Character {
        age: "9.0",
        codepoint: 0x1888E,
        name: "TANGUT COMPONENT-143",
    },
    Character {
        age: "9.0",
        codepoint: 0x1888F,
        name: "TANGUT COMPONENT-144",
    },
    Character {
        age: "9.0",
        codepoint: 0x18890,
        name: "TANGUT COMPONENT-145",
    },
    Character {
        age: "9.0",
        codepoint: 0x18891,
        name: "TANGUT COMPONENT-146",
    },
    Character {
        age: "9.0",
        codepoint: 0x18892,
        name: "TANGUT COMPONENT-147",
    },
    Character {
        age: "9.0",
        codepoint: 0x18893,
        name: "TANGUT COMPONENT-148",
    },
    Character {
        age: "9.0",
        codepoint: 0x18894,
        name: "TANGUT COMPONENT-149",
    },
    Character {
        age: "9.0",
        codepoint: 0x18895,
        name: "TANGUT COMPONENT-150",
    },
    Character {
        age: "9.0",
        codepoint: 0x18896,
        name: "TANGUT COMPONENT-151",
    },
    Character {
        age: "9.0",
        codepoint: 0x18897,
        name: "TANGUT COMPONENT-152",
    },
    Character {
        age: "9.0",
        codepoint: 0x18898,
        name: "TANGUT COMPONENT-153",
    },
    Character {
        age: "9.0",
        codepoint: 0x18899,
        name: "TANGUT COMPONENT-154",
    },
    Character {
        age: "9.0",
        codepoint: 0x1889A,
        name: "TANGUT COMPONENT-155",
    },
    Character {
        age: "9.0",
        codepoint: 0x1889B,
        name: "TANGUT COMPONENT-156",
    },
    Character {
        age: "9.0",
        codepoint: 0x1889C,
        name: "TANGUT COMPONENT-157",
    },
    Character {
        age: "9.0",
        codepoint: 0x1889D,
        name: "TANGUT COMPONENT-158",
    },
    Character {
        age: "9.0",
        codepoint: 0x1889E,
        name: "TANGUT COMPONENT-159",
    },
    Character {
        age: "9.0",
        codepoint: 0x1889F,
        name: "TANGUT COMPONENT-160",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A0,
        name: "TANGUT COMPONENT-161",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A1,
        name: "TANGUT COMPONENT-162",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A2,
        name: "TANGUT COMPONENT-163",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A3,
        name: "TANGUT COMPONENT-164",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A4,
        name: "TANGUT COMPONENT-165",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A5,
        name: "TANGUT COMPONENT-166",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A6,
        name: "TANGUT COMPONENT-167",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A7,
        name: "TANGUT COMPONENT-168",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A8,
        name: "TANGUT COMPONENT-169",
    },
    Character {
        age: "9.0",
        codepoint: 0x188A9,
        name: "TANGUT COMPONENT-170",
    },
    Character {
        age: "9.0",
        codepoint: 0x188AA,
        name: "TANGUT COMPONENT-171",
    },
    Character {
        age: "9.0",
        codepoint: 0x188AB,
        name: "TANGUT COMPONENT-172",
    },
    Character {
        age: "9.0",
        codepoint: 0x188AC,
        name: "TANGUT COMPONENT-173",
    },
    Character {
        age: "9.0",
        codepoint: 0x188AD,
        name: "TANGUT COMPONENT-174",
    },
    Character {
        age: "9.0",
        codepoint: 0x188AE,
        name: "TANGUT COMPONENT-175",
    },
    Character {
        age: "9.0",
        codepoint: 0x188AF,
        name: "TANGUT COMPONENT-176",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B0,
        name: "TANGUT COMPONENT-177",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B1,
        name: "TANGUT COMPONENT-178",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B2,
        name: "TANGUT COMPONENT-179",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B3,
        name: "TANGUT COMPONENT-180",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B4,
        name: "TANGUT COMPONENT-181",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B5,
        name: "TANGUT COMPONENT-182",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B6,
        name: "TANGUT COMPONENT-183",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B7,
        name: "TANGUT COMPONENT-184",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B8,
        name: "TANGUT COMPONENT-185",
    },
    Character {
        age: "9.0",
        codepoint: 0x188B9,
        name: "TANGUT COMPONENT-186",
    },
    Character {
        age: "9.0",
        codepoint: 0x188BA,
        name: "TANGUT COMPONENT-187",
    },
    Character {
        age: "9.0",
        codepoint: 0x188BB,
        name: "TANGUT COMPONENT-188",
    },
    Character {
        age: "9.0",
        codepoint: 0x188BC,
        name: "TANGUT COMPONENT-189",
    },
    Character {
        age: "9.0",
        codepoint: 0x188BD,
        name: "TANGUT COMPONENT-190",
    },
    Character {
        age: "9.0",
        codepoint: 0x188BE,
        name: "TANGUT COMPONENT-191",
    },
    Character {
        age: "9.0",
        codepoint: 0x188BF,
        name: "TANGUT COMPONENT-192",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C0,
        name: "TANGUT COMPONENT-193",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C1,
        name: "TANGUT COMPONENT-194",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C2,
        name: "TANGUT COMPONENT-195",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C3,
        name: "TANGUT COMPONENT-196",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C4,
        name: "TANGUT COMPONENT-197",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C5,
        name: "TANGUT COMPONENT-198",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C6,
        name: "TANGUT COMPONENT-199",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C7,
        name: "TANGUT COMPONENT-200",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C8,
        name: "TANGUT COMPONENT-201",
    },
    Character {
        age: "9.0",
        codepoint: 0x188C9,
        name: "TANGUT COMPONENT-202",
    },
    Character {
        age: "9.0",
        codepoint: 0x188CA,
        name: "TANGUT COMPONENT-203",
    },
    Character {
        age: "9.0",
        codepoint: 0x188CB,
        name: "TANGUT COMPONENT-204",
    },
    Character {
        age: "9.0",
        codepoint: 0x188CC,
        name: "TANGUT COMPONENT-205",
    },
    Character {
        age: "9.0",
        codepoint: 0x188CD,
        name: "TANGUT COMPONENT-206",
    },
    Character {
        age: "9.0",
        codepoint: 0x188CE,
        name: "TANGUT COMPONENT-207",
    },
    Character {
        age: "9.0",
        codepoint: 0x188CF,
        name: "TANGUT COMPONENT-208",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D0,
        name: "TANGUT COMPONENT-209",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D1,
        name: "TANGUT COMPONENT-210",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D2,
        name: "TANGUT COMPONENT-211",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D3,
        name: "TANGUT COMPONENT-212",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D4,
        name: "TANGUT COMPONENT-213",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D5,
        name: "TANGUT COMPONENT-214",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D6,
        name: "TANGUT COMPONENT-215",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D7,
        name: "TANGUT COMPONENT-216",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D8,
        name: "TANGUT COMPONENT-217",
    },
    Character {
        age: "9.0",
        codepoint: 0x188D9,
        name: "TANGUT COMPONENT-218",
    },
    Character {
        age: "9.0",
        codepoint: 0x188DA,
        name: "TANGUT COMPONENT-219",
    },
    Character {
        age: "9.0",
        codepoint: 0x188DB,
        name: "TANGUT COMPONENT-220",
    },
    Character {
        age: "9.0",
        codepoint: 0x188DC,
        name: "TANGUT COMPONENT-221",
    },
    Character {
        age: "9.0",
        codepoint: 0x188DD,
        name: "TANGUT COMPONENT-222",
    },
    Character {
        age: "9.0",
        codepoint: 0x188DE,
        name: "TANGUT COMPONENT-223",
    },
    Character {
        age: "9.0",
        codepoint: 0x188DF,
        name: "TANGUT COMPONENT-224",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E0,
        name: "TANGUT COMPONENT-225",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E1,
        name: "TANGUT COMPONENT-226",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E2,
        name: "TANGUT COMPONENT-227",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E3,
        name: "TANGUT COMPONENT-228",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E4,
        name: "TANGUT COMPONENT-229",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E5,
        name: "TANGUT COMPONENT-230",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E6,
        name: "TANGUT COMPONENT-231",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E7,
        name: "TANGUT COMPONENT-232",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E8,
        name: "TANGUT COMPONENT-233",
    },
    Character {
        age: "9.0",
        codepoint: 0x188E9,
        name: "TANGUT COMPONENT-234",
    },
    Character {
        age: "9.0",
        codepoint: 0x188EA,
        name: "TANGUT COMPONENT-235",
    },
    Character {
        age: "9.0",
        codepoint: 0x188EB,
        name: "TANGUT COMPONENT-236",
    },
    Character {
        age: "9.0",
        codepoint: 0x188EC,
        name: "TANGUT COMPONENT-237",
    },
    Character {
        age: "9.0",
        codepoint: 0x188ED,
        name: "TANGUT COMPONENT-238",
    },
    Character {
        age: "9.0",
        codepoint: 0x188EE,
        name: "TANGUT COMPONENT-239",
    },
    Character {
        age: "9.0",
        codepoint: 0x188EF,
        name: "TANGUT COMPONENT-240",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F0,
        name: "TANGUT COMPONENT-241",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F1,
        name: "TANGUT COMPONENT-242",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F2,
        name: "TANGUT COMPONENT-243",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F3,
        name: "TANGUT COMPONENT-244",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F4,
        name: "TANGUT COMPONENT-245",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F5,
        name: "TANGUT COMPONENT-246",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F6,
        name: "TANGUT COMPONENT-247",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F7,
        name: "TANGUT COMPONENT-248",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F8,
        name: "TANGUT COMPONENT-249",
    },
    Character {
        age: "9.0",
        codepoint: 0x188F9,
        name: "TANGUT COMPONENT-250",
    },
    Character {
        age: "9.0",
        codepoint: 0x188FA,
        name: "TANGUT COMPONENT-251",
    },
    Character {
        age: "9.0",
        codepoint: 0x188FB,
        name: "TANGUT COMPONENT-252",
    },
    Character {
        age: "9.0",
        codepoint: 0x188FC,
        name: "TANGUT COMPONENT-253",
    },
    Character {
        age: "9.0",
        codepoint: 0x188FD,
        name: "TANGUT COMPONENT-254",
    },
    Character {
        age: "9.0",
        codepoint: 0x188FE,
        name: "TANGUT COMPONENT-255",
    },
    Character {
        age: "9.0",
        codepoint: 0x188FF,
        name: "TANGUT COMPONENT-256",
    },
    Character {
        age: "9.0",
        codepoint: 0x18900,
        name: "TANGUT COMPONENT-257",
    },
    Character {
        age: "9.0",
        codepoint: 0x18901,
        name: "TANGUT COMPONENT-258",
    },
    Character {
        age: "9.0",
        codepoint: 0x18902,
        name: "TANGUT COMPONENT-259",
    },
    Character {
        age: "9.0",
        codepoint: 0x18903,
        name: "TANGUT COMPONENT-260",
    },
    Character {
        age: "9.0",
        codepoint: 0x18904,
        name: "TANGUT COMPONENT-261",
    },
    Character {
        age: "9.0",
        codepoint: 0x18905,
        name: "TANGUT COMPONENT-262",
    },
    Character {
        age: "9.0",
        codepoint: 0x18906,
        name: "TANGUT COMPONENT-263",
    },
    Character {
        age: "9.0",
        codepoint: 0x18907,
        name: "TANGUT COMPONENT-264",
    },
    Character {
        age: "9.0",
        codepoint: 0x18908,
        name: "TANGUT COMPONENT-265",
    },
    Character {
        age: "9.0",
        codepoint: 0x18909,
        name: "TANGUT COMPONENT-266",
    },
    Character {
        age: "9.0",
        codepoint: 0x1890A,
        name: "TANGUT COMPONENT-267",
    },
    Character {
        age: "9.0",
        codepoint: 0x1890B,
        name: "TANGUT COMPONENT-268",
    },
    Character {
        age: "9.0",
        codepoint: 0x1890C,
        name: "TANGUT COMPONENT-269",
    },
    Character {
        age: "9.0",
        codepoint: 0x1890D,
        name: "TANGUT COMPONENT-270",
    },
    Character {
        age: "9.0",
        codepoint: 0x1890E,
        name: "TANGUT COMPONENT-271",
    },
    Character {
        age: "9.0",
        codepoint: 0x1890F,
        name: "TANGUT COMPONENT-272",
    },
    Character {
        age: "9.0",
        codepoint: 0x18910,
        name: "TANGUT COMPONENT-273",
    },
    Character {
        age: "9.0",
        codepoint: 0x18911,
        name: "TANGUT COMPONENT-274",
    },
    Character {
        age: "9.0",
        codepoint: 0x18912,
        name: "TANGUT COMPONENT-275",
    },
    Character {
        age: "9.0",
        codepoint: 0x18913,
        name: "TANGUT COMPONENT-276",
    },
    Character {
        age: "9.0",
        codepoint: 0x18914,
        name: "TANGUT COMPONENT-277",
    },
    Character {
        age: "9.0",
        codepoint: 0x18915,
        name: "TANGUT COMPONENT-278",
    },
    Character {
        age: "9.0",
        codepoint: 0x18916,
        name: "TANGUT COMPONENT-279",
    },
    Character {
        age: "9.0",
        codepoint: 0x18917,
        name: "TANGUT COMPONENT-280",
    },
    Character {
        age: "9.0",
        codepoint: 0x18918,
        name: "TANGUT COMPONENT-281",
    },
    Character {
        age: "9.0",
        codepoint: 0x18919,
        name: "TANGUT COMPONENT-282",
    },
    Character {
        age: "9.0",
        codepoint: 0x1891A,
        name: "TANGUT COMPONENT-283",
    },
    Character {
        age: "9.0",
        codepoint: 0x1891B,
        name: "TANGUT COMPONENT-284",
    },
    Character {
        age: "9.0",
        codepoint: 0x1891C,
        name: "TANGUT COMPONENT-285",
    },
    Character {
        age: "9.0",
        codepoint: 0x1891D,
        name: "TANGUT COMPONENT-286",
    },
    Character {
        age: "9.0",
        codepoint: 0x1891E,
        name: "TANGUT COMPONENT-287",
    },
    Character {
        age: "9.0",
        codepoint: 0x1891F,
        name: "TANGUT COMPONENT-288",
    },
    Character {
        age: "9.0",
        codepoint: 0x18920,
        name: "TANGUT COMPONENT-289",
    },
    Character {
        age: "9.0",
        codepoint: 0x18921,
        name: "TANGUT COMPONENT-290",
    },
    Character {
        age: "9.0",
        codepoint: 0x18922,
        name: "TANGUT COMPONENT-291",
    },
    Character {
        age: "9.0",
        codepoint: 0x18923,
        name: "TANGUT COMPONENT-292",
    },
    Character {
        age: "9.0",
        codepoint: 0x18924,
        name: "TANGUT COMPONENT-293",
    },
    Character {
        age: "9.0",
        codepoint: 0x18925,
        name: "TANGUT COMPONENT-294",
    },
    Character {
        age: "9.0",
        codepoint: 0x18926,
        name: "TANGUT COMPONENT-295",
    },
    Character {
        age: "9.0",
        codepoint: 0x18927,
        name: "TANGUT COMPONENT-296",
    },
    Character {
        age: "9.0",
        codepoint: 0x18928,
        name: "TANGUT COMPONENT-297",
    },
    Character {
        age: "9.0",
        codepoint: 0x18929,
        name: "TANGUT COMPONENT-298",
    },
    Character {
        age: "9.0",
        codepoint: 0x1892A,
        name: "TANGUT COMPONENT-299",
    },
    Character {
        age: "9.0",
        codepoint: 0x1892B,
        name: "TANGUT COMPONENT-300",
    },
    Character {
        age: "9.0",
        codepoint: 0x1892C,
        name: "TANGUT COMPONENT-301",
    },
    Character {
        age: "9.0",
        codepoint: 0x1892D,
        name: "TANGUT COMPONENT-302",
    },
    Character {
        age: "9.0",
        codepoint: 0x1892E,
        name: "TANGUT COMPONENT-303",
    },
    Character {
        age: "9.0",
        codepoint: 0x1892F,
        name: "TANGUT COMPONENT-304",
    },
    Character {
        age: "9.0",
        codepoint: 0x18930,
        name: "TANGUT COMPONENT-305",
    },
    Character {
        age: "9.0",
        codepoint: 0x18931,
        name: "TANGUT COMPONENT-306",
    },
    Character {
        age: "9.0",
        codepoint: 0x18932,
        name: "TANGUT COMPONENT-307",
    },
    Character {
        age: "9.0",
        codepoint: 0x18933,
        name: "TANGUT COMPONENT-308",
    },
    Character {
        age: "9.0",
        codepoint: 0x18934,
        name: "TANGUT COMPONENT-309",
    },
    Character {
        age: "9.0",
        codepoint: 0x18935,
        name: "TANGUT COMPONENT-310",
    },
    Character {
        age: "9.0",
        codepoint: 0x18936,
        name: "TANGUT COMPONENT-311",
    },
    Character {
        age: "9.0",
        codepoint: 0x18937,
        name: "TANGUT COMPONENT-312",
    },
    Character {
        age: "9.0",
        codepoint: 0x18938,
        name: "TANGUT COMPONENT-313",
    },
    Character {
        age: "9.0",
        codepoint: 0x18939,
        name: "TANGUT COMPONENT-314",
    },
    Character {
        age: "9.0",
        codepoint: 0x1893A,
        name: "TANGUT COMPONENT-315",
    },
    Character {
        age: "9.0",
        codepoint: 0x1893B,
        name: "TANGUT COMPONENT-316",
    },
    Character {
        age: "9.0",
        codepoint: 0x1893C,
        name: "TANGUT COMPONENT-317",
    },
    Character {
        age: "9.0",
        codepoint: 0x1893D,
        name: "TANGUT COMPONENT-318",
    },
    Character {
        age: "9.0",
        codepoint: 0x1893E,
        name: "TANGUT COMPONENT-319",
    },
    Character {
        age: "9.0",
        codepoint: 0x1893F,
        name: "TANGUT COMPONENT-320",
    },
    Character {
        age: "9.0",
        codepoint: 0x18940,
        name: "TANGUT COMPONENT-321",
    },
    Character {
        age: "9.0",
        codepoint: 0x18941,
        name: "TANGUT COMPONENT-322",
    },
    Character {
        age: "9.0",
        codepoint: 0x18942,
        name: "TANGUT COMPONENT-323",
    },
    Character {
        age: "9.0",
        codepoint: 0x18943,
        name: "TANGUT COMPONENT-324",
    },
    Character {
        age: "9.0",
        codepoint: 0x18944,
        name: "TANGUT COMPONENT-325",
    },
    Character {
        age: "9.0",
        codepoint: 0x18945,
        name: "TANGUT COMPONENT-326",
    },
    Character {
        age: "9.0",
        codepoint: 0x18946,
        name: "TANGUT COMPONENT-327",
    },
    Character {
        age: "9.0",
        codepoint: 0x18947,
        name: "TANGUT COMPONENT-328",
    },
    Character {
        age: "9.0",
        codepoint: 0x18948,
        name: "TANGUT COMPONENT-329",
    },
    Character {
        age: "9.0",
        codepoint: 0x18949,
        name: "TANGUT COMPONENT-330",
    },
    Character {
        age: "9.0",
        codepoint: 0x1894A,
        name: "TANGUT COMPONENT-331",
    },
    Character {
        age: "9.0",
        codepoint: 0x1894B,
        name: "TANGUT COMPONENT-332",
    },
    Character {
        age: "9.0",
        codepoint: 0x1894C,
        name: "TANGUT COMPONENT-333",
    },
    Character {
        age: "9.0",
        codepoint: 0x1894D,
        name: "TANGUT COMPONENT-334",
    },
    Character {
        age: "9.0",
        codepoint: 0x1894E,
        name: "TANGUT COMPONENT-335",
    },
    Character {
        age: "9.0",
        codepoint: 0x1894F,
        name: "TANGUT COMPONENT-336",
    },
    Character {
        age: "9.0",
        codepoint: 0x18950,
        name: "TANGUT COMPONENT-337",
    },
    Character {
        age: "9.0",
        codepoint: 0x18951,
        name: "TANGUT COMPONENT-338",
    },
    Character {
        age: "9.0",
        codepoint: 0x18952,
        name: "TANGUT COMPONENT-339",
    },
    Character {
        age: "9.0",
        codepoint: 0x18953,
        name: "TANGUT COMPONENT-340",
    },
    Character {
        age: "9.0",
        codepoint: 0x18954,
        name: "TANGUT COMPONENT-341",
    },
    Character {
        age: "9.0",
        codepoint: 0x18955,
        name: "TANGUT COMPONENT-342",
    },
    Character {
        age: "9.0",
        codepoint: 0x18956,
        name: "TANGUT COMPONENT-343",
    },
    Character {
        age: "9.0",
        codepoint: 0x18957,
        name: "TANGUT COMPONENT-344",
    },
    Character {
        age: "9.0",
        codepoint: 0x18958,
        name: "TANGUT COMPONENT-345",
    },
    Character {
        age: "9.0",
        codepoint: 0x18959,
        name: "TANGUT COMPONENT-346",
    },
    Character {
        age: "9.0",
        codepoint: 0x1895A,
        name: "TANGUT COMPONENT-347",
    },
    Character {
        age: "9.0",
        codepoint: 0x1895B,
        name: "TANGUT COMPONENT-348",
    },
    Character {
        age: "9.0",
        codepoint: 0x1895C,
        name: "TANGUT COMPONENT-349",
    },
    Character {
        age: "9.0",
        codepoint: 0x1895D,
        name: "TANGUT COMPONENT-350",
    },
    Character {
        age: "9.0",
        codepoint: 0x1895E,
        name: "TANGUT COMPONENT-351",
    },
    Character {
        age: "9.0",
        codepoint: 0x1895F,
        name: "TANGUT COMPONENT-352",
    },
    Character {
        age: "9.0",
        codepoint: 0x18960,
        name: "TANGUT COMPONENT-353",
    },
    Character {
        age: "9.0",
        codepoint: 0x18961,
        name: "TANGUT COMPONENT-354",
    },
    Character {
        age: "9.0",
        codepoint: 0x18962,
        name: "TANGUT COMPONENT-355",
    },
    Character {
        age: "9.0",
        codepoint: 0x18963,
        name: "TANGUT COMPONENT-356",
    },
    Character {
        age: "9.0",
        codepoint: 0x18964,
        name: "TANGUT COMPONENT-357",
    },
    Character {
        age: "9.0",
        codepoint: 0x18965,
        name: "TANGUT COMPONENT-358",
    },
    Character {
        age: "9.0",
        codepoint: 0x18966,
        name: "TANGUT COMPONENT-359",
    },
    Character {
        age: "9.0",
        codepoint: 0x18967,
        name: "TANGUT COMPONENT-360",
    },
    Character {
        age: "9.0",
        codepoint: 0x18968,
        name: "TANGUT COMPONENT-361",
    },
    Character {
        age: "9.0",
        codepoint: 0x18969,
        name: "TANGUT COMPONENT-362",
    },
    Character {
        age: "9.0",
        codepoint: 0x1896A,
        name: "TANGUT COMPONENT-363",
    },
    Character {
        age: "9.0",
        codepoint: 0x1896B,
        name: "TANGUT COMPONENT-364",
    },
    Character {
        age: "9.0",
        codepoint: 0x1896C,
        name: "TANGUT COMPONENT-365",
    },
    Character {
        age: "9.0",
        codepoint: 0x1896D,
        name: "TANGUT COMPONENT-366",
    },
    Character {
        age: "9.0",
        codepoint: 0x1896E,
        name: "TANGUT COMPONENT-367",
    },
    Character {
        age: "9.0",
        codepoint: 0x1896F,
        name: "TANGUT COMPONENT-368",
    },
    Character {
        age: "9.0",
        codepoint: 0x18970,
        name: "TANGUT COMPONENT-369",
    },
    Character {
        age: "9.0",
        codepoint: 0x18971,
        name: "TANGUT COMPONENT-370",
    },
    Character {
        age: "9.0",
        codepoint: 0x18972,
        name: "TANGUT COMPONENT-371",
    },
    Character {
        age: "9.0",
        codepoint: 0x18973,
        name: "TANGUT COMPONENT-372",
    },
    Character {
        age: "9.0",
        codepoint: 0x18974,
        name: "TANGUT COMPONENT-373",
    },
    Character {
        age: "9.0",
        codepoint: 0x18975,
        name: "TANGUT COMPONENT-374",
    },
    Character {
        age: "9.0",
        codepoint: 0x18976,
        name: "TANGUT COMPONENT-375",
    },
    Character {
        age: "9.0",
        codepoint: 0x18977,
        name: "TANGUT COMPONENT-376",
    },
    Character {
        age: "9.0",
        codepoint: 0x18978,
        name: "TANGUT COMPONENT-377",
    },
    Character {
        age: "9.0",
        codepoint: 0x18979,
        name: "TANGUT COMPONENT-378",
    },
    Character {
        age: "9.0",
        codepoint: 0x1897A,
        name: "TANGUT COMPONENT-379",
    },
    Character {
        age: "9.0",
        codepoint: 0x1897B,
        name: "TANGUT COMPONENT-380",
    },
    Character {
        age: "9.0",
        codepoint: 0x1897C,
        name: "TANGUT COMPONENT-381",
    },
    Character {
        age: "9.0",
        codepoint: 0x1897D,
        name: "TANGUT COMPONENT-382",
    },
    Character {
        age: "9.0",
        codepoint: 0x1897E,
        name: "TANGUT COMPONENT-383",
    },
    Character {
        age: "9.0",
        codepoint: 0x1897F,
        name: "TANGUT COMPONENT-384",
    },
    Character {
        age: "9.0",
        codepoint: 0x18980,
        name: "TANGUT COMPONENT-385",
    },
    Character {
        age: "9.0",
        codepoint: 0x18981,
        name: "TANGUT COMPONENT-386",
    },
    Character {
        age: "9.0",
        codepoint: 0x18982,
        name: "TANGUT COMPONENT-387",
    },
    Character {
        age: "9.0",
        codepoint: 0x18983,
        name: "TANGUT COMPONENT-388",
    },
    Character {
        age: "9.0",
        codepoint: 0x18984,
        name: "TANGUT COMPONENT-389",
    },
    Character {
        age: "9.0",
        codepoint: 0x18985,
        name: "TANGUT COMPONENT-390",
    },
    Character {
        age: "9.0",
        codepoint: 0x18986,
        name: "TANGUT COMPONENT-391",
    },
    Character {
        age: "9.0",
        codepoint: 0x18987,
        name: "TANGUT COMPONENT-392",
    },
    Character {
        age: "9.0",
        codepoint: 0x18988,
        name: "TANGUT COMPONENT-393",
    },
    Character {
        age: "9.0",
        codepoint: 0x18989,
        name: "TANGUT COMPONENT-394",
    },
    Character {
        age: "9.0",
        codepoint: 0x1898A,
        name: "TANGUT COMPONENT-395",
    },
    Character {
        age: "9.0",
        codepoint: 0x1898B,
        name: "TANGUT COMPONENT-396",
    },
    Character {
        age: "9.0",
        codepoint: 0x1898C,
        name: "TANGUT COMPONENT-397",
    },
    Character {
        age: "9.0",
        codepoint: 0x1898D,
        name: "TANGUT COMPONENT-398",
    },
    Character {
        age: "9.0",
        codepoint: 0x1898E,
        name: "TANGUT COMPONENT-399",
    },
    Character {
        age: "9.0",
        codepoint: 0x1898F,
        name: "TANGUT COMPONENT-400",
    },
    Character {
        age: "9.0",
        codepoint: 0x18990,
        name: "TANGUT COMPONENT-401",
    },
    Character {
        age: "9.0",
        codepoint: 0x18991,
        name: "TANGUT COMPONENT-402",
    },
    Character {
        age: "9.0",
        codepoint: 0x18992,
        name: "TANGUT COMPONENT-403",
    },
    Character {
        age: "9.0",
        codepoint: 0x18993,
        name: "TANGUT COMPONENT-404",
    },
    Character {
        age: "9.0",
        codepoint: 0x18994,
        name: "TANGUT COMPONENT-405",
    },
    Character {
        age: "9.0",
        codepoint: 0x18995,
        name: "TANGUT COMPONENT-406",
    },
    Character {
        age: "9.0",
        codepoint: 0x18996,
        name: "TANGUT COMPONENT-407",
    },
    Character {
        age: "9.0",
        codepoint: 0x18997,
        name: "TANGUT COMPONENT-408",
    },
    Character {
        age: "9.0",
        codepoint: 0x18998,
        name: "TANGUT COMPONENT-409",
    },
    Character {
        age: "9.0",
        codepoint: 0x18999,
        name: "TANGUT COMPONENT-410",
    },
    Character {
        age: "9.0",
        codepoint: 0x1899A,
        name: "TANGUT COMPONENT-411",
    },
    Character {
        age: "9.0",
        codepoint: 0x1899B,
        name: "TANGUT COMPONENT-412",
    },
    Character {
        age: "9.0",
        codepoint: 0x1899C,
        name: "TANGUT COMPONENT-413",
    },
    Character {
        age: "9.0",
        codepoint: 0x1899D,
        name: "TANGUT COMPONENT-414",
    },
    Character {
        age: "9.0",
        codepoint: 0x1899E,
        name: "TANGUT COMPONENT-415",
    },
    Character {
        age: "9.0",
        codepoint: 0x1899F,
        name: "TANGUT COMPONENT-416",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A0,
        name: "TANGUT COMPONENT-417",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A1,
        name: "TANGUT COMPONENT-418",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A2,
        name: "TANGUT COMPONENT-419",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A3,
        name: "TANGUT COMPONENT-420",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A4,
        name: "TANGUT COMPONENT-421",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A5,
        name: "TANGUT COMPONENT-422",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A6,
        name: "TANGUT COMPONENT-423",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A7,
        name: "TANGUT COMPONENT-424",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A8,
        name: "TANGUT COMPONENT-425",
    },
    Character {
        age: "9.0",
        codepoint: 0x189A9,
        name: "TANGUT COMPONENT-426",
    },
    Character {
        age: "9.0",
        codepoint: 0x189AA,
        name: "TANGUT COMPONENT-427",
    },
    Character {
        age: "9.0",
        codepoint: 0x189AB,
        name: "TANGUT COMPONENT-428",
    },
    Character {
        age: "9.0",
        codepoint: 0x189AC,
        name: "TANGUT COMPONENT-429",
    },
    Character {
        age: "9.0",
        codepoint: 0x189AD,
        name: "TANGUT COMPONENT-430",
    },
    Character {
        age: "9.0",
        codepoint: 0x189AE,
        name: "TANGUT COMPONENT-431",
    },
    Character {
        age: "9.0",
        codepoint: 0x189AF,
        name: "TANGUT COMPONENT-432",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B0,
        name: "TANGUT COMPONENT-433",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B1,
        name: "TANGUT COMPONENT-434",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B2,
        name: "TANGUT COMPONENT-435",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B3,
        name: "TANGUT COMPONENT-436",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B4,
        name: "TANGUT COMPONENT-437",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B5,
        name: "TANGUT COMPONENT-438",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B6,
        name: "TANGUT COMPONENT-439",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B7,
        name: "TANGUT COMPONENT-440",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B8,
        name: "TANGUT COMPONENT-441",
    },
    Character {
        age: "9.0",
        codepoint: 0x189B9,
        name: "TANGUT COMPONENT-442",
    },
    Character {
        age: "9.0",
        codepoint: 0x189BA,
        name: "TANGUT COMPONENT-443",
    },
    Character {
        age: "9.0",
        codepoint: 0x189BB,
        name: "TANGUT COMPONENT-444",
    },
    Character {
        age: "9.0",
        codepoint: 0x189BC,
        name: "TANGUT COMPONENT-445",
    },
    Character {
        age: "9.0",
        codepoint: 0x189BD,
        name: "TANGUT COMPONENT-446",
    },
    Character {
        age: "9.0",
        codepoint: 0x189BE,
        name: "TANGUT COMPONENT-447",
    },
    Character {
        age: "9.0",
        codepoint: 0x189BF,
        name: "TANGUT COMPONENT-448",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C0,
        name: "TANGUT COMPONENT-449",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C1,
        name: "TANGUT COMPONENT-450",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C2,
        name: "TANGUT COMPONENT-451",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C3,
        name: "TANGUT COMPONENT-452",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C4,
        name: "TANGUT COMPONENT-453",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C5,
        name: "TANGUT COMPONENT-454",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C6,
        name: "TANGUT COMPONENT-455",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C7,
        name: "TANGUT COMPONENT-456",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C8,
        name: "TANGUT COMPONENT-457",
    },
    Character {
        age: "9.0",
        codepoint: 0x189C9,
        name: "TANGUT COMPONENT-458",
    },
    Character {
        age: "9.0",
        codepoint: 0x189CA,
        name: "TANGUT COMPONENT-459",
    },
    Character {
        age: "9.0",
        codepoint: 0x189CB,
        name: "TANGUT COMPONENT-460",
    },
    Character {
        age: "9.0",
        codepoint: 0x189CC,
        name: "TANGUT COMPONENT-461",
    },
    Character {
        age: "9.0",
        codepoint: 0x189CD,
        name: "TANGUT COMPONENT-462",
    },
    Character {
        age: "9.0",
        codepoint: 0x189CE,
        name: "TANGUT COMPONENT-463",
    },
    Character {
        age: "9.0",
        codepoint: 0x189CF,
        name: "TANGUT COMPONENT-464",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D0,
        name: "TANGUT COMPONENT-465",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D1,
        name: "TANGUT COMPONENT-466",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D2,
        name: "TANGUT COMPONENT-467",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D3,
        name: "TANGUT COMPONENT-468",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D4,
        name: "TANGUT COMPONENT-469",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D5,
        name: "TANGUT COMPONENT-470",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D6,
        name: "TANGUT COMPONENT-471",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D7,
        name: "TANGUT COMPONENT-472",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D8,
        name: "TANGUT COMPONENT-473",
    },
    Character {
        age: "9.0",
        codepoint: 0x189D9,
        name: "TANGUT COMPONENT-474",
    },
    Character {
        age: "9.0",
        codepoint: 0x189DA,
        name: "TANGUT COMPONENT-475",
    },
    Character {
        age: "9.0",
        codepoint: 0x189DB,
        name: "TANGUT COMPONENT-476",
    },
    Character {
        age: "9.0",
        codepoint: 0x189DC,
        name: "TANGUT COMPONENT-477",
    },
    Character {
        age: "9.0",
        codepoint: 0x189DD,
        name: "TANGUT COMPONENT-478",
    },
    Character {
        age: "9.0",
        codepoint: 0x189DE,
        name: "TANGUT COMPONENT-479",
    },
    Character {
        age: "9.0",
        codepoint: 0x189DF,
        name: "TANGUT COMPONENT-480",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E0,
        name: "TANGUT COMPONENT-481",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E1,
        name: "TANGUT COMPONENT-482",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E2,
        name: "TANGUT COMPONENT-483",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E3,
        name: "TANGUT COMPONENT-484",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E4,
        name: "TANGUT COMPONENT-485",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E5,
        name: "TANGUT COMPONENT-486",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E6,
        name: "TANGUT COMPONENT-487",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E7,
        name: "TANGUT COMPONENT-488",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E8,
        name: "TANGUT COMPONENT-489",
    },
    Character {
        age: "9.0",
        codepoint: 0x189E9,
        name: "TANGUT COMPONENT-490",
    },
    Character {
        age: "9.0",
        codepoint: 0x189EA,
        name: "TANGUT COMPONENT-491",
    },
    Character {
        age: "9.0",
        codepoint: 0x189EB,
        name: "TANGUT COMPONENT-492",
    },
    Character {
        age: "9.0",
        codepoint: 0x189EC,
        name: "TANGUT COMPONENT-493",
    },
    Character {
        age: "9.0",
        codepoint: 0x189ED,
        name: "TANGUT COMPONENT-494",
    },
    Character {
        age: "9.0",
        codepoint: 0x189EE,
        name: "TANGUT COMPONENT-495",
    },
    Character {
        age: "9.0",
        codepoint: 0x189EF,
        name: "TANGUT COMPONENT-496",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F0,
        name: "TANGUT COMPONENT-497",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F1,
        name: "TANGUT COMPONENT-498",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F2,
        name: "TANGUT COMPONENT-499",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F3,
        name: "TANGUT COMPONENT-500",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F4,
        name: "TANGUT COMPONENT-501",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F5,
        name: "TANGUT COMPONENT-502",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F6,
        name: "TANGUT COMPONENT-503",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F7,
        name: "TANGUT COMPONENT-504",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F8,
        name: "TANGUT COMPONENT-505",
    },
    Character {
        age: "9.0",
        codepoint: 0x189F9,
        name: "TANGUT COMPONENT-506",
    },
    Character {
        age: "9.0",
        codepoint: 0x189FA,
        name: "TANGUT COMPONENT-507",
    },
    Character {
        age: "9.0",
        codepoint: 0x189FB,
        name: "TANGUT COMPONENT-508",
    },
    Character {
        age: "9.0",
        codepoint: 0x189FC,
        name: "TANGUT COMPONENT-509",
    },
    Character {
        age: "9.0",
        codepoint: 0x189FD,
        name: "TANGUT COMPONENT-510",
    },
    Character {
        age: "9.0",
        codepoint: 0x189FE,
        name: "TANGUT COMPONENT-511",
    },
    Character {
        age: "9.0",
        codepoint: 0x189FF,
        name: "TANGUT COMPONENT-512",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A00,
        name: "TANGUT COMPONENT-513",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A01,
        name: "TANGUT COMPONENT-514",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A02,
        name: "TANGUT COMPONENT-515",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A03,
        name: "TANGUT COMPONENT-516",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A04,
        name: "TANGUT COMPONENT-517",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A05,
        name: "TANGUT COMPONENT-518",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A06,
        name: "TANGUT COMPONENT-519",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A07,
        name: "TANGUT COMPONENT-520",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A08,
        name: "TANGUT COMPONENT-521",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A09,
        name: "TANGUT COMPONENT-522",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A0A,
        name: "TANGUT COMPONENT-523",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A0B,
        name: "TANGUT COMPONENT-524",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A0C,
        name: "TANGUT COMPONENT-525",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A0D,
        name: "TANGUT COMPONENT-526",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A0E,
        name: "TANGUT COMPONENT-527",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A0F,
        name: "TANGUT COMPONENT-528",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A10,
        name: "TANGUT COMPONENT-529",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A11,
        name: "TANGUT COMPONENT-530",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A12,
        name: "TANGUT COMPONENT-531",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A13,
        name: "TANGUT COMPONENT-532",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A14,
        name: "TANGUT COMPONENT-533",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A15,
        name: "TANGUT COMPONENT-534",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A16,
        name: "TANGUT COMPONENT-535",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A17,
        name: "TANGUT COMPONENT-536",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A18,
        name: "TANGUT COMPONENT-537",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A19,
        name: "TANGUT COMPONENT-538",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A1A,
        name: "TANGUT COMPONENT-539",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A1B,
        name: "TANGUT COMPONENT-540",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A1C,
        name: "TANGUT COMPONENT-541",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A1D,
        name: "TANGUT COMPONENT-542",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A1E,
        name: "TANGUT COMPONENT-543",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A1F,
        name: "TANGUT COMPONENT-544",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A20,
        name: "TANGUT COMPONENT-545",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A21,
        name: "TANGUT COMPONENT-546",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A22,
        name: "TANGUT COMPONENT-547",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A23,
        name: "TANGUT COMPONENT-548",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A24,
        name: "TANGUT COMPONENT-549",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A25,
        name: "TANGUT COMPONENT-550",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A26,
        name: "TANGUT COMPONENT-551",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A27,
        name: "TANGUT COMPONENT-552",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A28,
        name: "TANGUT COMPONENT-553",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A29,
        name: "TANGUT COMPONENT-554",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A2A,
        name: "TANGUT COMPONENT-555",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A2B,
        name: "TANGUT COMPONENT-556",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A2C,
        name: "TANGUT COMPONENT-557",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A2D,
        name: "TANGUT COMPONENT-558",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A2E,
        name: "TANGUT COMPONENT-559",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A2F,
        name: "TANGUT COMPONENT-560",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A30,
        name: "TANGUT COMPONENT-561",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A31,
        name: "TANGUT COMPONENT-562",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A32,
        name: "TANGUT COMPONENT-563",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A33,
        name: "TANGUT COMPONENT-564",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A34,
        name: "TANGUT COMPONENT-565",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A35,
        name: "TANGUT COMPONENT-566",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A36,
        name: "TANGUT COMPONENT-567",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A37,
        name: "TANGUT COMPONENT-568",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A38,
        name: "TANGUT COMPONENT-569",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A39,
        name: "TANGUT COMPONENT-570",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A3A,
        name: "TANGUT COMPONENT-571",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A3B,
        name: "TANGUT COMPONENT-572",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A3C,
        name: "TANGUT COMPONENT-573",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A3D,
        name: "TANGUT COMPONENT-574",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A3E,
        name: "TANGUT COMPONENT-575",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A3F,
        name: "TANGUT COMPONENT-576",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A40,
        name: "TANGUT COMPONENT-577",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A41,
        name: "TANGUT COMPONENT-578",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A42,
        name: "TANGUT COMPONENT-579",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A43,
        name: "TANGUT COMPONENT-580",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A44,
        name: "TANGUT COMPONENT-581",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A45,
        name: "TANGUT COMPONENT-582",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A46,
        name: "TANGUT COMPONENT-583",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A47,
        name: "TANGUT COMPONENT-584",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A48,
        name: "TANGUT COMPONENT-585",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A49,
        name: "TANGUT COMPONENT-586",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A4A,
        name: "TANGUT COMPONENT-587",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A4B,
        name: "TANGUT COMPONENT-588",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A4C,
        name: "TANGUT COMPONENT-589",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A4D,
        name: "TANGUT COMPONENT-590",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A4E,
        name: "TANGUT COMPONENT-591",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A4F,
        name: "TANGUT COMPONENT-592",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A50,
        name: "TANGUT COMPONENT-593",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A51,
        name: "TANGUT COMPONENT-594",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A52,
        name: "TANGUT COMPONENT-595",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A53,
        name: "TANGUT COMPONENT-596",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A54,
        name: "TANGUT COMPONENT-597",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A55,
        name: "TANGUT COMPONENT-598",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A56,
        name: "TANGUT COMPONENT-599",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A57,
        name: "TANGUT COMPONENT-600",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A58,
        name: "TANGUT COMPONENT-601",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A59,
        name: "TANGUT COMPONENT-602",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A5A,
        name: "TANGUT COMPONENT-603",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A5B,
        name: "TANGUT COMPONENT-604",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A5C,
        name: "TANGUT COMPONENT-605",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A5D,
        name: "TANGUT COMPONENT-606",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A5E,
        name: "TANGUT COMPONENT-607",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A5F,
        name: "TANGUT COMPONENT-608",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A60,
        name: "TANGUT COMPONENT-609",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A61,
        name: "TANGUT COMPONENT-610",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A62,
        name: "TANGUT COMPONENT-611",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A63,
        name: "TANGUT COMPONENT-612",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A64,
        name: "TANGUT COMPONENT-613",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A65,
        name: "TANGUT COMPONENT-614",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A66,
        name: "TANGUT COMPONENT-615",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A67,
        name: "TANGUT COMPONENT-616",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A68,
        name: "TANGUT COMPONENT-617",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A69,
        name: "TANGUT COMPONENT-618",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A6A,
        name: "TANGUT COMPONENT-619",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A6B,
        name: "TANGUT COMPONENT-620",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A6C,
        name: "TANGUT COMPONENT-621",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A6D,
        name: "TANGUT COMPONENT-622",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A6E,
        name: "TANGUT COMPONENT-623",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A6F,
        name: "TANGUT COMPONENT-624",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A70,
        name: "TANGUT COMPONENT-625",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A71,
        name: "TANGUT COMPONENT-626",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A72,
        name: "TANGUT COMPONENT-627",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A73,
        name: "TANGUT COMPONENT-628",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A74,
        name: "TANGUT COMPONENT-629",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A75,
        name: "TANGUT COMPONENT-630",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A76,
        name: "TANGUT COMPONENT-631",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A77,
        name: "TANGUT COMPONENT-632",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A78,
        name: "TANGUT COMPONENT-633",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A79,
        name: "TANGUT COMPONENT-634",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A7A,
        name: "TANGUT COMPONENT-635",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A7B,
        name: "TANGUT COMPONENT-636",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A7C,
        name: "TANGUT COMPONENT-637",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A7D,
        name: "TANGUT COMPONENT-638",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A7E,
        name: "TANGUT COMPONENT-639",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A7F,
        name: "TANGUT COMPONENT-640",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A80,
        name: "TANGUT COMPONENT-641",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A81,
        name: "TANGUT COMPONENT-642",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A82,
        name: "TANGUT COMPONENT-643",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A83,
        name: "TANGUT COMPONENT-644",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A84,
        name: "TANGUT COMPONENT-645",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A85,
        name: "TANGUT COMPONENT-646",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A86,
        name: "TANGUT COMPONENT-647",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A87,
        name: "TANGUT COMPONENT-648",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A88,
        name: "TANGUT COMPONENT-649",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A89,
        name: "TANGUT COMPONENT-650",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A8A,
        name: "TANGUT COMPONENT-651",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A8B,
        name: "TANGUT COMPONENT-652",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A8C,
        name: "TANGUT COMPONENT-653",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A8D,
        name: "TANGUT COMPONENT-654",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A8E,
        name: "TANGUT COMPONENT-655",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A8F,
        name: "TANGUT COMPONENT-656",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A90,
        name: "TANGUT COMPONENT-657",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A91,
        name: "TANGUT COMPONENT-658",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A92,
        name: "TANGUT COMPONENT-659",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A93,
        name: "TANGUT COMPONENT-660",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A94,
        name: "TANGUT COMPONENT-661",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A95,
        name: "TANGUT COMPONENT-662",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A96,
        name: "TANGUT COMPONENT-663",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A97,
        name: "TANGUT COMPONENT-664",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A98,
        name: "TANGUT COMPONENT-665",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A99,
        name: "TANGUT COMPONENT-666",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A9A,
        name: "TANGUT COMPONENT-667",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A9B,
        name: "TANGUT COMPONENT-668",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A9C,
        name: "TANGUT COMPONENT-669",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A9D,
        name: "TANGUT COMPONENT-670",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A9E,
        name: "TANGUT COMPONENT-671",
    },
    Character {
        age: "9.0",
        codepoint: 0x18A9F,
        name: "TANGUT COMPONENT-672",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA0,
        name: "TANGUT COMPONENT-673",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA1,
        name: "TANGUT COMPONENT-674",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA2,
        name: "TANGUT COMPONENT-675",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA3,
        name: "TANGUT COMPONENT-676",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA4,
        name: "TANGUT COMPONENT-677",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA5,
        name: "TANGUT COMPONENT-678",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA6,
        name: "TANGUT COMPONENT-679",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA7,
        name: "TANGUT COMPONENT-680",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA8,
        name: "TANGUT COMPONENT-681",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AA9,
        name: "TANGUT COMPONENT-682",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AAA,
        name: "TANGUT COMPONENT-683",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AAB,
        name: "TANGUT COMPONENT-684",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AAC,
        name: "TANGUT COMPONENT-685",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AAD,
        name: "TANGUT COMPONENT-686",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AAE,
        name: "TANGUT COMPONENT-687",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AAF,
        name: "TANGUT COMPONENT-688",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB0,
        name: "TANGUT COMPONENT-689",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB1,
        name: "TANGUT COMPONENT-690",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB2,
        name: "TANGUT COMPONENT-691",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB3,
        name: "TANGUT COMPONENT-692",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB4,
        name: "TANGUT COMPONENT-693",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB5,
        name: "TANGUT COMPONENT-694",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB6,
        name: "TANGUT COMPONENT-695",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB7,
        name: "TANGUT COMPONENT-696",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB8,
        name: "TANGUT COMPONENT-697",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AB9,
        name: "TANGUT COMPONENT-698",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ABA,
        name: "TANGUT COMPONENT-699",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ABB,
        name: "TANGUT COMPONENT-700",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ABC,
        name: "TANGUT COMPONENT-701",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ABD,
        name: "TANGUT COMPONENT-702",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ABE,
        name: "TANGUT COMPONENT-703",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ABF,
        name: "TANGUT COMPONENT-704",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC0,
        name: "TANGUT COMPONENT-705",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC1,
        name: "TANGUT COMPONENT-706",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC2,
        name: "TANGUT COMPONENT-707",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC3,
        name: "TANGUT COMPONENT-708",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC4,
        name: "TANGUT COMPONENT-709",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC5,
        name: "TANGUT COMPONENT-710",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC6,
        name: "TANGUT COMPONENT-711",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC7,
        name: "TANGUT COMPONENT-712",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC8,
        name: "TANGUT COMPONENT-713",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AC9,
        name: "TANGUT COMPONENT-714",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ACA,
        name: "TANGUT COMPONENT-715",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ACB,
        name: "TANGUT COMPONENT-716",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ACC,
        name: "TANGUT COMPONENT-717",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ACD,
        name: "TANGUT COMPONENT-718",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ACE,
        name: "TANGUT COMPONENT-719",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ACF,
        name: "TANGUT COMPONENT-720",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD0,
        name: "TANGUT COMPONENT-721",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD1,
        name: "TANGUT COMPONENT-722",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD2,
        name: "TANGUT COMPONENT-723",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD3,
        name: "TANGUT COMPONENT-724",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD4,
        name: "TANGUT COMPONENT-725",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD5,
        name: "TANGUT COMPONENT-726",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD6,
        name: "TANGUT COMPONENT-727",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD7,
        name: "TANGUT COMPONENT-728",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD8,
        name: "TANGUT COMPONENT-729",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AD9,
        name: "TANGUT COMPONENT-730",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ADA,
        name: "TANGUT COMPONENT-731",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ADB,
        name: "TANGUT COMPONENT-732",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ADC,
        name: "TANGUT COMPONENT-733",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ADD,
        name: "TANGUT COMPONENT-734",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ADE,
        name: "TANGUT COMPONENT-735",
    },
    Character {
        age: "9.0",
        codepoint: 0x18ADF,
        name: "TANGUT COMPONENT-736",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE0,
        name: "TANGUT COMPONENT-737",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE1,
        name: "TANGUT COMPONENT-738",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE2,
        name: "TANGUT COMPONENT-739",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE3,
        name: "TANGUT COMPONENT-740",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE4,
        name: "TANGUT COMPONENT-741",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE5,
        name: "TANGUT COMPONENT-742",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE6,
        name: "TANGUT COMPONENT-743",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE7,
        name: "TANGUT COMPONENT-744",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE8,
        name: "TANGUT COMPONENT-745",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AE9,
        name: "TANGUT COMPONENT-746",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AEA,
        name: "TANGUT COMPONENT-747",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AEB,
        name: "TANGUT COMPONENT-748",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AEC,
        name: "TANGUT COMPONENT-749",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AED,
        name: "TANGUT COMPONENT-750",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AEE,
        name: "TANGUT COMPONENT-751",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AEF,
        name: "TANGUT COMPONENT-752",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AF0,
        name: "TANGUT COMPONENT-753",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AF1,
        name: "TANGUT COMPONENT-754",
    },
    Character {
        age: "9.0",
        codepoint: 0x18AF2,
        name: "TANGUT COMPONENT-755",
    },
    Character {
        age: "6.0",
        codepoint: 0x1B000,
        name: "KATAKANA LETTER ARCHAIC E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1B001,
        name: "HIRAGANA LETTER ARCHAIC YE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B002,
        name: "HENTAIGANA LETTER A-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B003,
        name: "HENTAIGANA LETTER A-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B004,
        name: "HENTAIGANA LETTER A-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B005,
        name: "HENTAIGANA LETTER A-WO",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B006,
        name: "HENTAIGANA LETTER I-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B007,
        name: "HENTAIGANA LETTER I-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B008,
        name: "HENTAIGANA LETTER I-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B009,
        name: "HENTAIGANA LETTER I-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B00A,
        name: "HENTAIGANA LETTER U-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B00B,
        name: "HENTAIGANA LETTER U-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B00C,
        name: "HENTAIGANA LETTER U-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B00D,
        name: "HENTAIGANA LETTER U-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B00E,
        name: "HENTAIGANA LETTER U-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B00F,
        name: "HENTAIGANA LETTER E-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B010,
        name: "HENTAIGANA LETTER E-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B011,
        name: "HENTAIGANA LETTER E-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B012,
        name: "HENTAIGANA LETTER E-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B013,
        name: "HENTAIGANA LETTER E-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B014,
        name: "HENTAIGANA LETTER O-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B015,
        name: "HENTAIGANA LETTER O-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B016,
        name: "HENTAIGANA LETTER O-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B017,
        name: "HENTAIGANA LETTER KA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B018,
        name: "HENTAIGANA LETTER KA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B019,
        name: "HENTAIGANA LETTER KA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B01A,
        name: "HENTAIGANA LETTER KA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B01B,
        name: "HENTAIGANA LETTER KA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B01C,
        name: "HENTAIGANA LETTER KA-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B01D,
        name: "HENTAIGANA LETTER KA-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B01E,
        name: "HENTAIGANA LETTER KA-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B01F,
        name: "HENTAIGANA LETTER KA-9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B020,
        name: "HENTAIGANA LETTER KA-10",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B021,
        name: "HENTAIGANA LETTER KA-11",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B022,
        name: "HENTAIGANA LETTER KA-KE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B023,
        name: "HENTAIGANA LETTER KI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B024,
        name: "HENTAIGANA LETTER KI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B025,
        name: "HENTAIGANA LETTER KI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B026,
        name: "HENTAIGANA LETTER KI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B027,
        name: "HENTAIGANA LETTER KI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B028,
        name: "HENTAIGANA LETTER KI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B029,
        name: "HENTAIGANA LETTER KI-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B02A,
        name: "HENTAIGANA LETTER KI-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B02B,
        name: "HENTAIGANA LETTER KU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B02C,
        name: "HENTAIGANA LETTER KU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B02D,
        name: "HENTAIGANA LETTER KU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B02E,
        name: "HENTAIGANA LETTER KU-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B02F,
        name: "HENTAIGANA LETTER KU-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B030,
        name: "HENTAIGANA LETTER KU-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B031,
        name: "HENTAIGANA LETTER KU-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B032,
        name: "HENTAIGANA LETTER KE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B033,
        name: "HENTAIGANA LETTER KE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B034,
        name: "HENTAIGANA LETTER KE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B035,
        name: "HENTAIGANA LETTER KE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B036,
        name: "HENTAIGANA LETTER KE-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B037,
        name: "HENTAIGANA LETTER KE-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B038,
        name: "HENTAIGANA LETTER KO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B039,
        name: "HENTAIGANA LETTER KO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B03A,
        name: "HENTAIGANA LETTER KO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B03B,
        name: "HENTAIGANA LETTER KO-KI",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B03C,
        name: "HENTAIGANA LETTER SA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B03D,
        name: "HENTAIGANA LETTER SA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B03E,
        name: "HENTAIGANA LETTER SA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B03F,
        name: "HENTAIGANA LETTER SA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B040,
        name: "HENTAIGANA LETTER SA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B041,
        name: "HENTAIGANA LETTER SA-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B042,
        name: "HENTAIGANA LETTER SA-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B043,
        name: "HENTAIGANA LETTER SA-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B044,
        name: "HENTAIGANA LETTER SI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B045,
        name: "HENTAIGANA LETTER SI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B046,
        name: "HENTAIGANA LETTER SI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B047,
        name: "HENTAIGANA LETTER SI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B048,
        name: "HENTAIGANA LETTER SI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B049,
        name: "HENTAIGANA LETTER SI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B04A,
        name: "HENTAIGANA LETTER SU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B04B,
        name: "HENTAIGANA LETTER SU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B04C,
        name: "HENTAIGANA LETTER SU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B04D,
        name: "HENTAIGANA LETTER SU-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B04E,
        name: "HENTAIGANA LETTER SU-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B04F,
        name: "HENTAIGANA LETTER SU-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B050,
        name: "HENTAIGANA LETTER SU-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B051,
        name: "HENTAIGANA LETTER SU-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B052,
        name: "HENTAIGANA LETTER SE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B053,
        name: "HENTAIGANA LETTER SE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B054,
        name: "HENTAIGANA LETTER SE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B055,
        name: "HENTAIGANA LETTER SE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B056,
        name: "HENTAIGANA LETTER SE-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B057,
        name: "HENTAIGANA LETTER SO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B058,
        name: "HENTAIGANA LETTER SO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B059,
        name: "HENTAIGANA LETTER SO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B05A,
        name: "HENTAIGANA LETTER SO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B05B,
        name: "HENTAIGANA LETTER SO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B05C,
        name: "HENTAIGANA LETTER SO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B05D,
        name: "HENTAIGANA LETTER SO-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B05E,
        name: "HENTAIGANA LETTER TA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B05F,
        name: "HENTAIGANA LETTER TA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B060,
        name: "HENTAIGANA LETTER TA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B061,
        name: "HENTAIGANA LETTER TA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B062,
        name: "HENTAIGANA LETTER TI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B063,
        name: "HENTAIGANA LETTER TI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B064,
        name: "HENTAIGANA LETTER TI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B065,
        name: "HENTAIGANA LETTER TI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B066,
        name: "HENTAIGANA LETTER TI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B067,
        name: "HENTAIGANA LETTER TI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B068,
        name: "HENTAIGANA LETTER TI-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B069,
        name: "HENTAIGANA LETTER TU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B06A,
        name: "HENTAIGANA LETTER TU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B06B,
        name: "HENTAIGANA LETTER TU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B06C,
        name: "HENTAIGANA LETTER TU-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B06D,
        name: "HENTAIGANA LETTER TU-TO",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B06E,
        name: "HENTAIGANA LETTER TE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B06F,
        name: "HENTAIGANA LETTER TE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B070,
        name: "HENTAIGANA LETTER TE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B071,
        name: "HENTAIGANA LETTER TE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B072,
        name: "HENTAIGANA LETTER TE-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B073,
        name: "HENTAIGANA LETTER TE-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B074,
        name: "HENTAIGANA LETTER TE-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B075,
        name: "HENTAIGANA LETTER TE-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B076,
        name: "HENTAIGANA LETTER TE-9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B077,
        name: "HENTAIGANA LETTER TO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B078,
        name: "HENTAIGANA LETTER TO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B079,
        name: "HENTAIGANA LETTER TO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B07A,
        name: "HENTAIGANA LETTER TO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B07B,
        name: "HENTAIGANA LETTER TO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B07C,
        name: "HENTAIGANA LETTER TO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B07D,
        name: "HENTAIGANA LETTER TO-RA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B07E,
        name: "HENTAIGANA LETTER NA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B07F,
        name: "HENTAIGANA LETTER NA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B080,
        name: "HENTAIGANA LETTER NA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B081,
        name: "HENTAIGANA LETTER NA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B082,
        name: "HENTAIGANA LETTER NA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B083,
        name: "HENTAIGANA LETTER NA-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B084,
        name: "HENTAIGANA LETTER NA-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B085,
        name: "HENTAIGANA LETTER NA-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B086,
        name: "HENTAIGANA LETTER NA-9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B087,
        name: "HENTAIGANA LETTER NI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B088,
        name: "HENTAIGANA LETTER NI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B089,
        name: "HENTAIGANA LETTER NI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B08A,
        name: "HENTAIGANA LETTER NI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B08B,
        name: "HENTAIGANA LETTER NI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B08C,
        name: "HENTAIGANA LETTER NI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B08D,
        name: "HENTAIGANA LETTER NI-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B08E,
        name: "HENTAIGANA LETTER NI-TE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B08F,
        name: "HENTAIGANA LETTER NU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B090,
        name: "HENTAIGANA LETTER NU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B091,
        name: "HENTAIGANA LETTER NU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B092,
        name: "HENTAIGANA LETTER NE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B093,
        name: "HENTAIGANA LETTER NE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B094,
        name: "HENTAIGANA LETTER NE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B095,
        name: "HENTAIGANA LETTER NE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B096,
        name: "HENTAIGANA LETTER NE-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B097,
        name: "HENTAIGANA LETTER NE-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B098,
        name: "HENTAIGANA LETTER NE-KO",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B099,
        name: "HENTAIGANA LETTER NO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B09A,
        name: "HENTAIGANA LETTER NO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B09B,
        name: "HENTAIGANA LETTER NO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B09C,
        name: "HENTAIGANA LETTER NO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B09D,
        name: "HENTAIGANA LETTER NO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B09E,
        name: "HENTAIGANA LETTER HA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B09F,
        name: "HENTAIGANA LETTER HA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A0,
        name: "HENTAIGANA LETTER HA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A1,
        name: "HENTAIGANA LETTER HA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A2,
        name: "HENTAIGANA LETTER HA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A3,
        name: "HENTAIGANA LETTER HA-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A4,
        name: "HENTAIGANA LETTER HA-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A5,
        name: "HENTAIGANA LETTER HA-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A6,
        name: "HENTAIGANA LETTER HA-9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A7,
        name: "HENTAIGANA LETTER HA-10",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A8,
        name: "HENTAIGANA LETTER HA-11",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0A9,
        name: "HENTAIGANA LETTER HI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0AA,
        name: "HENTAIGANA LETTER HI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0AB,
        name: "HENTAIGANA LETTER HI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0AC,
        name: "HENTAIGANA LETTER HI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0AD,
        name: "HENTAIGANA LETTER HI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0AE,
        name: "HENTAIGANA LETTER HI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0AF,
        name: "HENTAIGANA LETTER HI-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B0,
        name: "HENTAIGANA LETTER HU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B1,
        name: "HENTAIGANA LETTER HU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B2,
        name: "HENTAIGANA LETTER HU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B3,
        name: "HENTAIGANA LETTER HE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B4,
        name: "HENTAIGANA LETTER HE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B5,
        name: "HENTAIGANA LETTER HE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B6,
        name: "HENTAIGANA LETTER HE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B7,
        name: "HENTAIGANA LETTER HE-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B8,
        name: "HENTAIGANA LETTER HE-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0B9,
        name: "HENTAIGANA LETTER HE-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0BA,
        name: "HENTAIGANA LETTER HO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0BB,
        name: "HENTAIGANA LETTER HO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0BC,
        name: "HENTAIGANA LETTER HO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0BD,
        name: "HENTAIGANA LETTER HO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0BE,
        name: "HENTAIGANA LETTER HO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0BF,
        name: "HENTAIGANA LETTER HO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C0,
        name: "HENTAIGANA LETTER HO-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C1,
        name: "HENTAIGANA LETTER HO-8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C2,
        name: "HENTAIGANA LETTER MA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C3,
        name: "HENTAIGANA LETTER MA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C4,
        name: "HENTAIGANA LETTER MA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C5,
        name: "HENTAIGANA LETTER MA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C6,
        name: "HENTAIGANA LETTER MA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C7,
        name: "HENTAIGANA LETTER MA-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C8,
        name: "HENTAIGANA LETTER MA-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0C9,
        name: "HENTAIGANA LETTER MI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0CA,
        name: "HENTAIGANA LETTER MI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0CB,
        name: "HENTAIGANA LETTER MI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0CC,
        name: "HENTAIGANA LETTER MI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0CD,
        name: "HENTAIGANA LETTER MI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0CE,
        name: "HENTAIGANA LETTER MI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0CF,
        name: "HENTAIGANA LETTER MI-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D0,
        name: "HENTAIGANA LETTER MU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D1,
        name: "HENTAIGANA LETTER MU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D2,
        name: "HENTAIGANA LETTER MU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D3,
        name: "HENTAIGANA LETTER MU-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D4,
        name: "HENTAIGANA LETTER ME-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D5,
        name: "HENTAIGANA LETTER ME-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D6,
        name: "HENTAIGANA LETTER ME-MA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D7,
        name: "HENTAIGANA LETTER MO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D8,
        name: "HENTAIGANA LETTER MO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0D9,
        name: "HENTAIGANA LETTER MO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0DA,
        name: "HENTAIGANA LETTER MO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0DB,
        name: "HENTAIGANA LETTER MO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0DC,
        name: "HENTAIGANA LETTER MO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0DD,
        name: "HENTAIGANA LETTER YA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0DE,
        name: "HENTAIGANA LETTER YA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0DF,
        name: "HENTAIGANA LETTER YA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E0,
        name: "HENTAIGANA LETTER YA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E1,
        name: "HENTAIGANA LETTER YA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E2,
        name: "HENTAIGANA LETTER YA-YO",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E3,
        name: "HENTAIGANA LETTER YU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E4,
        name: "HENTAIGANA LETTER YU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E5,
        name: "HENTAIGANA LETTER YU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E6,
        name: "HENTAIGANA LETTER YU-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E7,
        name: "HENTAIGANA LETTER YO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E8,
        name: "HENTAIGANA LETTER YO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0E9,
        name: "HENTAIGANA LETTER YO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0EA,
        name: "HENTAIGANA LETTER YO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0EB,
        name: "HENTAIGANA LETTER YO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0EC,
        name: "HENTAIGANA LETTER YO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0ED,
        name: "HENTAIGANA LETTER RA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0EE,
        name: "HENTAIGANA LETTER RA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0EF,
        name: "HENTAIGANA LETTER RA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F0,
        name: "HENTAIGANA LETTER RA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F1,
        name: "HENTAIGANA LETTER RI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F2,
        name: "HENTAIGANA LETTER RI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F3,
        name: "HENTAIGANA LETTER RI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F4,
        name: "HENTAIGANA LETTER RI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F5,
        name: "HENTAIGANA LETTER RI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F6,
        name: "HENTAIGANA LETTER RI-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F7,
        name: "HENTAIGANA LETTER RI-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F8,
        name: "HENTAIGANA LETTER RU-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0F9,
        name: "HENTAIGANA LETTER RU-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0FA,
        name: "HENTAIGANA LETTER RU-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0FB,
        name: "HENTAIGANA LETTER RU-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0FC,
        name: "HENTAIGANA LETTER RU-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0FD,
        name: "HENTAIGANA LETTER RU-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0FE,
        name: "HENTAIGANA LETTER RE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B0FF,
        name: "HENTAIGANA LETTER RE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B100,
        name: "HENTAIGANA LETTER RE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B101,
        name: "HENTAIGANA LETTER RE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B102,
        name: "HENTAIGANA LETTER RO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B103,
        name: "HENTAIGANA LETTER RO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B104,
        name: "HENTAIGANA LETTER RO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B105,
        name: "HENTAIGANA LETTER RO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B106,
        name: "HENTAIGANA LETTER RO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B107,
        name: "HENTAIGANA LETTER RO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B108,
        name: "HENTAIGANA LETTER WA-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B109,
        name: "HENTAIGANA LETTER WA-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B10A,
        name: "HENTAIGANA LETTER WA-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B10B,
        name: "HENTAIGANA LETTER WA-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B10C,
        name: "HENTAIGANA LETTER WA-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B10D,
        name: "HENTAIGANA LETTER WI-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B10E,
        name: "HENTAIGANA LETTER WI-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B10F,
        name: "HENTAIGANA LETTER WI-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B110,
        name: "HENTAIGANA LETTER WI-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B111,
        name: "HENTAIGANA LETTER WI-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B112,
        name: "HENTAIGANA LETTER WE-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B113,
        name: "HENTAIGANA LETTER WE-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B114,
        name: "HENTAIGANA LETTER WE-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B115,
        name: "HENTAIGANA LETTER WE-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B116,
        name: "HENTAIGANA LETTER WO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B117,
        name: "HENTAIGANA LETTER WO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B118,
        name: "HENTAIGANA LETTER WO-3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B119,
        name: "HENTAIGANA LETTER WO-4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B11A,
        name: "HENTAIGANA LETTER WO-5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B11B,
        name: "HENTAIGANA LETTER WO-6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B11C,
        name: "HENTAIGANA LETTER WO-7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B11D,
        name: "HENTAIGANA LETTER N-MU-MO-1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B11E,
        name: "HENTAIGANA LETTER N-MU-MO-2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B170,
        name: "NUSHU CHARACTER-1B170",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B171,
        name: "NUSHU CHARACTER-1B171",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B172,
        name: "NUSHU CHARACTER-1B172",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B173,
        name: "NUSHU CHARACTER-1B173",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B174,
        name: "NUSHU CHARACTER-1B174",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B175,
        name: "NUSHU CHARACTER-1B175",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B176,
        name: "NUSHU CHARACTER-1B176",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B177,
        name: "NUSHU CHARACTER-1B177",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B178,
        name: "NUSHU CHARACTER-1B178",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B179,
        name: "NUSHU CHARACTER-1B179",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B17A,
        name: "NUSHU CHARACTER-1B17A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B17B,
        name: "NUSHU CHARACTER-1B17B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B17C,
        name: "NUSHU CHARACTER-1B17C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B17D,
        name: "NUSHU CHARACTER-1B17D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B17E,
        name: "NUSHU CHARACTER-1B17E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B17F,
        name: "NUSHU CHARACTER-1B17F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B180,
        name: "NUSHU CHARACTER-1B180",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B181,
        name: "NUSHU CHARACTER-1B181",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B182,
        name: "NUSHU CHARACTER-1B182",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B183,
        name: "NUSHU CHARACTER-1B183",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B184,
        name: "NUSHU CHARACTER-1B184",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B185,
        name: "NUSHU CHARACTER-1B185",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B186,
        name: "NUSHU CHARACTER-1B186",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B187,
        name: "NUSHU CHARACTER-1B187",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B188,
        name: "NUSHU CHARACTER-1B188",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B189,
        name: "NUSHU CHARACTER-1B189",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B18A,
        name: "NUSHU CHARACTER-1B18A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B18B,
        name: "NUSHU CHARACTER-1B18B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B18C,
        name: "NUSHU CHARACTER-1B18C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B18D,
        name: "NUSHU CHARACTER-1B18D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B18E,
        name: "NUSHU CHARACTER-1B18E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B18F,
        name: "NUSHU CHARACTER-1B18F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B190,
        name: "NUSHU CHARACTER-1B190",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B191,
        name: "NUSHU CHARACTER-1B191",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B192,
        name: "NUSHU CHARACTER-1B192",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B193,
        name: "NUSHU CHARACTER-1B193",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B194,
        name: "NUSHU CHARACTER-1B194",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B195,
        name: "NUSHU CHARACTER-1B195",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B196,
        name: "NUSHU CHARACTER-1B196",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B197,
        name: "NUSHU CHARACTER-1B197",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B198,
        name: "NUSHU CHARACTER-1B198",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B199,
        name: "NUSHU CHARACTER-1B199",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B19A,
        name: "NUSHU CHARACTER-1B19A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B19B,
        name: "NUSHU CHARACTER-1B19B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B19C,
        name: "NUSHU CHARACTER-1B19C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B19D,
        name: "NUSHU CHARACTER-1B19D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B19E,
        name: "NUSHU CHARACTER-1B19E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B19F,
        name: "NUSHU CHARACTER-1B19F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A0,
        name: "NUSHU CHARACTER-1B1A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A1,
        name: "NUSHU CHARACTER-1B1A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A2,
        name: "NUSHU CHARACTER-1B1A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A3,
        name: "NUSHU CHARACTER-1B1A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A4,
        name: "NUSHU CHARACTER-1B1A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A5,
        name: "NUSHU CHARACTER-1B1A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A6,
        name: "NUSHU CHARACTER-1B1A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A7,
        name: "NUSHU CHARACTER-1B1A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A8,
        name: "NUSHU CHARACTER-1B1A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1A9,
        name: "NUSHU CHARACTER-1B1A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1AA,
        name: "NUSHU CHARACTER-1B1AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1AB,
        name: "NUSHU CHARACTER-1B1AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1AC,
        name: "NUSHU CHARACTER-1B1AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1AD,
        name: "NUSHU CHARACTER-1B1AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1AE,
        name: "NUSHU CHARACTER-1B1AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1AF,
        name: "NUSHU CHARACTER-1B1AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B0,
        name: "NUSHU CHARACTER-1B1B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B1,
        name: "NUSHU CHARACTER-1B1B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B2,
        name: "NUSHU CHARACTER-1B1B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B3,
        name: "NUSHU CHARACTER-1B1B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B4,
        name: "NUSHU CHARACTER-1B1B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B5,
        name: "NUSHU CHARACTER-1B1B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B6,
        name: "NUSHU CHARACTER-1B1B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B7,
        name: "NUSHU CHARACTER-1B1B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B8,
        name: "NUSHU CHARACTER-1B1B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1B9,
        name: "NUSHU CHARACTER-1B1B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1BA,
        name: "NUSHU CHARACTER-1B1BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1BB,
        name: "NUSHU CHARACTER-1B1BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1BC,
        name: "NUSHU CHARACTER-1B1BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1BD,
        name: "NUSHU CHARACTER-1B1BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1BE,
        name: "NUSHU CHARACTER-1B1BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1BF,
        name: "NUSHU CHARACTER-1B1BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C0,
        name: "NUSHU CHARACTER-1B1C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C1,
        name: "NUSHU CHARACTER-1B1C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C2,
        name: "NUSHU CHARACTER-1B1C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C3,
        name: "NUSHU CHARACTER-1B1C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C4,
        name: "NUSHU CHARACTER-1B1C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C5,
        name: "NUSHU CHARACTER-1B1C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C6,
        name: "NUSHU CHARACTER-1B1C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C7,
        name: "NUSHU CHARACTER-1B1C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C8,
        name: "NUSHU CHARACTER-1B1C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1C9,
        name: "NUSHU CHARACTER-1B1C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1CA,
        name: "NUSHU CHARACTER-1B1CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1CB,
        name: "NUSHU CHARACTER-1B1CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1CC,
        name: "NUSHU CHARACTER-1B1CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1CD,
        name: "NUSHU CHARACTER-1B1CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1CE,
        name: "NUSHU CHARACTER-1B1CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1CF,
        name: "NUSHU CHARACTER-1B1CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D0,
        name: "NUSHU CHARACTER-1B1D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D1,
        name: "NUSHU CHARACTER-1B1D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D2,
        name: "NUSHU CHARACTER-1B1D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D3,
        name: "NUSHU CHARACTER-1B1D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D4,
        name: "NUSHU CHARACTER-1B1D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D5,
        name: "NUSHU CHARACTER-1B1D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D6,
        name: "NUSHU CHARACTER-1B1D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D7,
        name: "NUSHU CHARACTER-1B1D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D8,
        name: "NUSHU CHARACTER-1B1D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1D9,
        name: "NUSHU CHARACTER-1B1D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1DA,
        name: "NUSHU CHARACTER-1B1DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1DB,
        name: "NUSHU CHARACTER-1B1DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1DC,
        name: "NUSHU CHARACTER-1B1DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1DD,
        name: "NUSHU CHARACTER-1B1DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1DE,
        name: "NUSHU CHARACTER-1B1DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1DF,
        name: "NUSHU CHARACTER-1B1DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E0,
        name: "NUSHU CHARACTER-1B1E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E1,
        name: "NUSHU CHARACTER-1B1E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E2,
        name: "NUSHU CHARACTER-1B1E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E3,
        name: "NUSHU CHARACTER-1B1E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E4,
        name: "NUSHU CHARACTER-1B1E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E5,
        name: "NUSHU CHARACTER-1B1E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E6,
        name: "NUSHU CHARACTER-1B1E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E7,
        name: "NUSHU CHARACTER-1B1E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E8,
        name: "NUSHU CHARACTER-1B1E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1E9,
        name: "NUSHU CHARACTER-1B1E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1EA,
        name: "NUSHU CHARACTER-1B1EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1EB,
        name: "NUSHU CHARACTER-1B1EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1EC,
        name: "NUSHU CHARACTER-1B1EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1ED,
        name: "NUSHU CHARACTER-1B1ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1EE,
        name: "NUSHU CHARACTER-1B1EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1EF,
        name: "NUSHU CHARACTER-1B1EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F0,
        name: "NUSHU CHARACTER-1B1F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F1,
        name: "NUSHU CHARACTER-1B1F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F2,
        name: "NUSHU CHARACTER-1B1F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F3,
        name: "NUSHU CHARACTER-1B1F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F4,
        name: "NUSHU CHARACTER-1B1F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F5,
        name: "NUSHU CHARACTER-1B1F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F6,
        name: "NUSHU CHARACTER-1B1F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F7,
        name: "NUSHU CHARACTER-1B1F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F8,
        name: "NUSHU CHARACTER-1B1F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1F9,
        name: "NUSHU CHARACTER-1B1F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1FA,
        name: "NUSHU CHARACTER-1B1FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1FB,
        name: "NUSHU CHARACTER-1B1FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1FC,
        name: "NUSHU CHARACTER-1B1FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1FD,
        name: "NUSHU CHARACTER-1B1FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1FE,
        name: "NUSHU CHARACTER-1B1FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B1FF,
        name: "NUSHU CHARACTER-1B1FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B200,
        name: "NUSHU CHARACTER-1B200",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B201,
        name: "NUSHU CHARACTER-1B201",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B202,
        name: "NUSHU CHARACTER-1B202",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B203,
        name: "NUSHU CHARACTER-1B203",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B204,
        name: "NUSHU CHARACTER-1B204",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B205,
        name: "NUSHU CHARACTER-1B205",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B206,
        name: "NUSHU CHARACTER-1B206",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B207,
        name: "NUSHU CHARACTER-1B207",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B208,
        name: "NUSHU CHARACTER-1B208",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B209,
        name: "NUSHU CHARACTER-1B209",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B20A,
        name: "NUSHU CHARACTER-1B20A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B20B,
        name: "NUSHU CHARACTER-1B20B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B20C,
        name: "NUSHU CHARACTER-1B20C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B20D,
        name: "NUSHU CHARACTER-1B20D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B20E,
        name: "NUSHU CHARACTER-1B20E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B20F,
        name: "NUSHU CHARACTER-1B20F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B210,
        name: "NUSHU CHARACTER-1B210",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B211,
        name: "NUSHU CHARACTER-1B211",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B212,
        name: "NUSHU CHARACTER-1B212",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B213,
        name: "NUSHU CHARACTER-1B213",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B214,
        name: "NUSHU CHARACTER-1B214",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B215,
        name: "NUSHU CHARACTER-1B215",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B216,
        name: "NUSHU CHARACTER-1B216",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B217,
        name: "NUSHU CHARACTER-1B217",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B218,
        name: "NUSHU CHARACTER-1B218",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B219,
        name: "NUSHU CHARACTER-1B219",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B21A,
        name: "NUSHU CHARACTER-1B21A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B21B,
        name: "NUSHU CHARACTER-1B21B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B21C,
        name: "NUSHU CHARACTER-1B21C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B21D,
        name: "NUSHU CHARACTER-1B21D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B21E,
        name: "NUSHU CHARACTER-1B21E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B21F,
        name: "NUSHU CHARACTER-1B21F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B220,
        name: "NUSHU CHARACTER-1B220",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B221,
        name: "NUSHU CHARACTER-1B221",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B222,
        name: "NUSHU CHARACTER-1B222",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B223,
        name: "NUSHU CHARACTER-1B223",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B224,
        name: "NUSHU CHARACTER-1B224",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B225,
        name: "NUSHU CHARACTER-1B225",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B226,
        name: "NUSHU CHARACTER-1B226",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B227,
        name: "NUSHU CHARACTER-1B227",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B228,
        name: "NUSHU CHARACTER-1B228",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B229,
        name: "NUSHU CHARACTER-1B229",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B22A,
        name: "NUSHU CHARACTER-1B22A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B22B,
        name: "NUSHU CHARACTER-1B22B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B22C,
        name: "NUSHU CHARACTER-1B22C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B22D,
        name: "NUSHU CHARACTER-1B22D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B22E,
        name: "NUSHU CHARACTER-1B22E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B22F,
        name: "NUSHU CHARACTER-1B22F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B230,
        name: "NUSHU CHARACTER-1B230",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B231,
        name: "NUSHU CHARACTER-1B231",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B232,
        name: "NUSHU CHARACTER-1B232",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B233,
        name: "NUSHU CHARACTER-1B233",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B234,
        name: "NUSHU CHARACTER-1B234",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B235,
        name: "NUSHU CHARACTER-1B235",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B236,
        name: "NUSHU CHARACTER-1B236",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B237,
        name: "NUSHU CHARACTER-1B237",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B238,
        name: "NUSHU CHARACTER-1B238",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B239,
        name: "NUSHU CHARACTER-1B239",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B23A,
        name: "NUSHU CHARACTER-1B23A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B23B,
        name: "NUSHU CHARACTER-1B23B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B23C,
        name: "NUSHU CHARACTER-1B23C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B23D,
        name: "NUSHU CHARACTER-1B23D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B23E,
        name: "NUSHU CHARACTER-1B23E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B23F,
        name: "NUSHU CHARACTER-1B23F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B240,
        name: "NUSHU CHARACTER-1B240",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B241,
        name: "NUSHU CHARACTER-1B241",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B242,
        name: "NUSHU CHARACTER-1B242",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B243,
        name: "NUSHU CHARACTER-1B243",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B244,
        name: "NUSHU CHARACTER-1B244",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B245,
        name: "NUSHU CHARACTER-1B245",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B246,
        name: "NUSHU CHARACTER-1B246",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B247,
        name: "NUSHU CHARACTER-1B247",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B248,
        name: "NUSHU CHARACTER-1B248",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B249,
        name: "NUSHU CHARACTER-1B249",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B24A,
        name: "NUSHU CHARACTER-1B24A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B24B,
        name: "NUSHU CHARACTER-1B24B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B24C,
        name: "NUSHU CHARACTER-1B24C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B24D,
        name: "NUSHU CHARACTER-1B24D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B24E,
        name: "NUSHU CHARACTER-1B24E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B24F,
        name: "NUSHU CHARACTER-1B24F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B250,
        name: "NUSHU CHARACTER-1B250",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B251,
        name: "NUSHU CHARACTER-1B251",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B252,
        name: "NUSHU CHARACTER-1B252",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B253,
        name: "NUSHU CHARACTER-1B253",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B254,
        name: "NUSHU CHARACTER-1B254",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B255,
        name: "NUSHU CHARACTER-1B255",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B256,
        name: "NUSHU CHARACTER-1B256",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B257,
        name: "NUSHU CHARACTER-1B257",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B258,
        name: "NUSHU CHARACTER-1B258",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B259,
        name: "NUSHU CHARACTER-1B259",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B25A,
        name: "NUSHU CHARACTER-1B25A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B25B,
        name: "NUSHU CHARACTER-1B25B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B25C,
        name: "NUSHU CHARACTER-1B25C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B25D,
        name: "NUSHU CHARACTER-1B25D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B25E,
        name: "NUSHU CHARACTER-1B25E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B25F,
        name: "NUSHU CHARACTER-1B25F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B260,
        name: "NUSHU CHARACTER-1B260",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B261,
        name: "NUSHU CHARACTER-1B261",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B262,
        name: "NUSHU CHARACTER-1B262",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B263,
        name: "NUSHU CHARACTER-1B263",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B264,
        name: "NUSHU CHARACTER-1B264",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B265,
        name: "NUSHU CHARACTER-1B265",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B266,
        name: "NUSHU CHARACTER-1B266",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B267,
        name: "NUSHU CHARACTER-1B267",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B268,
        name: "NUSHU CHARACTER-1B268",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B269,
        name: "NUSHU CHARACTER-1B269",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B26A,
        name: "NUSHU CHARACTER-1B26A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B26B,
        name: "NUSHU CHARACTER-1B26B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B26C,
        name: "NUSHU CHARACTER-1B26C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B26D,
        name: "NUSHU CHARACTER-1B26D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B26E,
        name: "NUSHU CHARACTER-1B26E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B26F,
        name: "NUSHU CHARACTER-1B26F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B270,
        name: "NUSHU CHARACTER-1B270",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B271,
        name: "NUSHU CHARACTER-1B271",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B272,
        name: "NUSHU CHARACTER-1B272",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B273,
        name: "NUSHU CHARACTER-1B273",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B274,
        name: "NUSHU CHARACTER-1B274",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B275,
        name: "NUSHU CHARACTER-1B275",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B276,
        name: "NUSHU CHARACTER-1B276",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B277,
        name: "NUSHU CHARACTER-1B277",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B278,
        name: "NUSHU CHARACTER-1B278",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B279,
        name: "NUSHU CHARACTER-1B279",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B27A,
        name: "NUSHU CHARACTER-1B27A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B27B,
        name: "NUSHU CHARACTER-1B27B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B27C,
        name: "NUSHU CHARACTER-1B27C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B27D,
        name: "NUSHU CHARACTER-1B27D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B27E,
        name: "NUSHU CHARACTER-1B27E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B27F,
        name: "NUSHU CHARACTER-1B27F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B280,
        name: "NUSHU CHARACTER-1B280",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B281,
        name: "NUSHU CHARACTER-1B281",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B282,
        name: "NUSHU CHARACTER-1B282",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B283,
        name: "NUSHU CHARACTER-1B283",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B284,
        name: "NUSHU CHARACTER-1B284",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B285,
        name: "NUSHU CHARACTER-1B285",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B286,
        name: "NUSHU CHARACTER-1B286",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B287,
        name: "NUSHU CHARACTER-1B287",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B288,
        name: "NUSHU CHARACTER-1B288",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B289,
        name: "NUSHU CHARACTER-1B289",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B28A,
        name: "NUSHU CHARACTER-1B28A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B28B,
        name: "NUSHU CHARACTER-1B28B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B28C,
        name: "NUSHU CHARACTER-1B28C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B28D,
        name: "NUSHU CHARACTER-1B28D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B28E,
        name: "NUSHU CHARACTER-1B28E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B28F,
        name: "NUSHU CHARACTER-1B28F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B290,
        name: "NUSHU CHARACTER-1B290",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B291,
        name: "NUSHU CHARACTER-1B291",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B292,
        name: "NUSHU CHARACTER-1B292",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B293,
        name: "NUSHU CHARACTER-1B293",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B294,
        name: "NUSHU CHARACTER-1B294",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B295,
        name: "NUSHU CHARACTER-1B295",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B296,
        name: "NUSHU CHARACTER-1B296",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B297,
        name: "NUSHU CHARACTER-1B297",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B298,
        name: "NUSHU CHARACTER-1B298",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B299,
        name: "NUSHU CHARACTER-1B299",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B29A,
        name: "NUSHU CHARACTER-1B29A",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B29B,
        name: "NUSHU CHARACTER-1B29B",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B29C,
        name: "NUSHU CHARACTER-1B29C",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B29D,
        name: "NUSHU CHARACTER-1B29D",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B29E,
        name: "NUSHU CHARACTER-1B29E",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B29F,
        name: "NUSHU CHARACTER-1B29F",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A0,
        name: "NUSHU CHARACTER-1B2A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A1,
        name: "NUSHU CHARACTER-1B2A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A2,
        name: "NUSHU CHARACTER-1B2A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A3,
        name: "NUSHU CHARACTER-1B2A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A4,
        name: "NUSHU CHARACTER-1B2A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A5,
        name: "NUSHU CHARACTER-1B2A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A6,
        name: "NUSHU CHARACTER-1B2A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A7,
        name: "NUSHU CHARACTER-1B2A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A8,
        name: "NUSHU CHARACTER-1B2A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2A9,
        name: "NUSHU CHARACTER-1B2A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2AA,
        name: "NUSHU CHARACTER-1B2AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2AB,
        name: "NUSHU CHARACTER-1B2AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2AC,
        name: "NUSHU CHARACTER-1B2AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2AD,
        name: "NUSHU CHARACTER-1B2AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2AE,
        name: "NUSHU CHARACTER-1B2AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2AF,
        name: "NUSHU CHARACTER-1B2AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B0,
        name: "NUSHU CHARACTER-1B2B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B1,
        name: "NUSHU CHARACTER-1B2B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B2,
        name: "NUSHU CHARACTER-1B2B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B3,
        name: "NUSHU CHARACTER-1B2B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B4,
        name: "NUSHU CHARACTER-1B2B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B5,
        name: "NUSHU CHARACTER-1B2B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B6,
        name: "NUSHU CHARACTER-1B2B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B7,
        name: "NUSHU CHARACTER-1B2B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B8,
        name: "NUSHU CHARACTER-1B2B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2B9,
        name: "NUSHU CHARACTER-1B2B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2BA,
        name: "NUSHU CHARACTER-1B2BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2BB,
        name: "NUSHU CHARACTER-1B2BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2BC,
        name: "NUSHU CHARACTER-1B2BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2BD,
        name: "NUSHU CHARACTER-1B2BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2BE,
        name: "NUSHU CHARACTER-1B2BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2BF,
        name: "NUSHU CHARACTER-1B2BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C0,
        name: "NUSHU CHARACTER-1B2C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C1,
        name: "NUSHU CHARACTER-1B2C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C2,
        name: "NUSHU CHARACTER-1B2C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C3,
        name: "NUSHU CHARACTER-1B2C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C4,
        name: "NUSHU CHARACTER-1B2C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C5,
        name: "NUSHU CHARACTER-1B2C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C6,
        name: "NUSHU CHARACTER-1B2C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C7,
        name: "NUSHU CHARACTER-1B2C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C8,
        name: "NUSHU CHARACTER-1B2C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2C9,
        name: "NUSHU CHARACTER-1B2C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2CA,
        name: "NUSHU CHARACTER-1B2CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2CB,
        name: "NUSHU CHARACTER-1B2CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2CC,
        name: "NUSHU CHARACTER-1B2CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2CD,
        name: "NUSHU CHARACTER-1B2CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2CE,
        name: "NUSHU CHARACTER-1B2CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2CF,
        name: "NUSHU CHARACTER-1B2CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D0,
        name: "NUSHU CHARACTER-1B2D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D1,
        name: "NUSHU CHARACTER-1B2D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D2,
        name: "NUSHU CHARACTER-1B2D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D3,
        name: "NUSHU CHARACTER-1B2D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D4,
        name: "NUSHU CHARACTER-1B2D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D5,
        name: "NUSHU CHARACTER-1B2D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D6,
        name: "NUSHU CHARACTER-1B2D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D7,
        name: "NUSHU CHARACTER-1B2D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D8,
        name: "NUSHU CHARACTER-1B2D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2D9,
        name: "NUSHU CHARACTER-1B2D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2DA,
        name: "NUSHU CHARACTER-1B2DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2DB,
        name: "NUSHU CHARACTER-1B2DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2DC,
        name: "NUSHU CHARACTER-1B2DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2DD,
        name: "NUSHU CHARACTER-1B2DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2DE,
        name: "NUSHU CHARACTER-1B2DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2DF,
        name: "NUSHU CHARACTER-1B2DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E0,
        name: "NUSHU CHARACTER-1B2E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E1,
        name: "NUSHU CHARACTER-1B2E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E2,
        name: "NUSHU CHARACTER-1B2E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E3,
        name: "NUSHU CHARACTER-1B2E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E4,
        name: "NUSHU CHARACTER-1B2E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E5,
        name: "NUSHU CHARACTER-1B2E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E6,
        name: "NUSHU CHARACTER-1B2E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E7,
        name: "NUSHU CHARACTER-1B2E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E8,
        name: "NUSHU CHARACTER-1B2E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2E9,
        name: "NUSHU CHARACTER-1B2E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2EA,
        name: "NUSHU CHARACTER-1B2EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2EB,
        name: "NUSHU CHARACTER-1B2EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2EC,
        name: "NUSHU CHARACTER-1B2EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2ED,
        name: "NUSHU CHARACTER-1B2ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2EE,
        name: "NUSHU CHARACTER-1B2EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2EF,
        name: "NUSHU CHARACTER-1B2EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F0,
        name: "NUSHU CHARACTER-1B2F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F1,
        name: "NUSHU CHARACTER-1B2F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F2,
        name: "NUSHU CHARACTER-1B2F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F3,
        name: "NUSHU CHARACTER-1B2F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F4,
        name: "NUSHU CHARACTER-1B2F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F5,
        name: "NUSHU CHARACTER-1B2F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F6,
        name: "NUSHU CHARACTER-1B2F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F7,
        name: "NUSHU CHARACTER-1B2F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F8,
        name: "NUSHU CHARACTER-1B2F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2F9,
        name: "NUSHU CHARACTER-1B2F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2FA,
        name: "NUSHU CHARACTER-1B2FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1B2FB,
        name: "NUSHU CHARACTER-1B2FB",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC00,
        name: "DUPLOYAN LETTER H",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC01,
        name: "DUPLOYAN LETTER X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC02,
        name: "DUPLOYAN LETTER P",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC03,
        name: "DUPLOYAN LETTER T",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC04,
        name: "DUPLOYAN LETTER F",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC05,
        name: "DUPLOYAN LETTER K",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC06,
        name: "DUPLOYAN LETTER L",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC07,
        name: "DUPLOYAN LETTER B",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC08,
        name: "DUPLOYAN LETTER D",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC09,
        name: "DUPLOYAN LETTER V",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC0A,
        name: "DUPLOYAN LETTER G",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC0B,
        name: "DUPLOYAN LETTER R",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC0C,
        name: "DUPLOYAN LETTER P N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC0D,
        name: "DUPLOYAN LETTER D S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC0E,
        name: "DUPLOYAN LETTER F N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC0F,
        name: "DUPLOYAN LETTER K M",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC10,
        name: "DUPLOYAN LETTER R S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC11,
        name: "DUPLOYAN LETTER TH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC12,
        name: "DUPLOYAN LETTER SLOAN DH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC13,
        name: "DUPLOYAN LETTER DH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC14,
        name: "DUPLOYAN LETTER KK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC15,
        name: "DUPLOYAN LETTER SLOAN J",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC16,
        name: "DUPLOYAN LETTER HL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC17,
        name: "DUPLOYAN LETTER LH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC18,
        name: "DUPLOYAN LETTER RH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC19,
        name: "DUPLOYAN LETTER M",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC1A,
        name: "DUPLOYAN LETTER N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC1B,
        name: "DUPLOYAN LETTER J",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC1C,
        name: "DUPLOYAN LETTER S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC1D,
        name: "DUPLOYAN LETTER M N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC1E,
        name: "DUPLOYAN LETTER N M",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC1F,
        name: "DUPLOYAN LETTER J M",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC20,
        name: "DUPLOYAN LETTER S J",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC21,
        name: "DUPLOYAN LETTER M WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC22,
        name: "DUPLOYAN LETTER N WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC23,
        name: "DUPLOYAN LETTER J WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC24,
        name: "DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC25,
        name: "DUPLOYAN LETTER S WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC26,
        name: "DUPLOYAN LETTER S WITH DOT BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC27,
        name: "DUPLOYAN LETTER M S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC28,
        name: "DUPLOYAN LETTER N S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC29,
        name: "DUPLOYAN LETTER J S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC2A,
        name: "DUPLOYAN LETTER S S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC2B,
        name: "DUPLOYAN LETTER M N S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC2C,
        name: "DUPLOYAN LETTER N M S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC2D,
        name: "DUPLOYAN LETTER J M S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC2E,
        name: "DUPLOYAN LETTER S J S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC2F,
        name: "DUPLOYAN LETTER J S WITH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC30,
        name: "DUPLOYAN LETTER J N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC31,
        name: "DUPLOYAN LETTER J N S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC32,
        name: "DUPLOYAN LETTER S T",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC33,
        name: "DUPLOYAN LETTER S T R",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC34,
        name: "DUPLOYAN LETTER S P",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC35,
        name: "DUPLOYAN LETTER S P R",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC36,
        name: "DUPLOYAN LETTER T S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC37,
        name: "DUPLOYAN LETTER T R S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC38,
        name: "DUPLOYAN LETTER W",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC39,
        name: "DUPLOYAN LETTER WH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC3A,
        name: "DUPLOYAN LETTER W R",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC3B,
        name: "DUPLOYAN LETTER S N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC3C,
        name: "DUPLOYAN LETTER S M",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC3D,
        name: "DUPLOYAN LETTER K R S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC3E,
        name: "DUPLOYAN LETTER G R S",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC3F,
        name: "DUPLOYAN LETTER S K",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC40,
        name: "DUPLOYAN LETTER S K R",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC41,
        name: "DUPLOYAN LETTER A",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC42,
        name: "DUPLOYAN LETTER SLOAN OW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC43,
        name: "DUPLOYAN LETTER OA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC44,
        name: "DUPLOYAN LETTER O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC45,
        name: "DUPLOYAN LETTER AOU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC46,
        name: "DUPLOYAN LETTER I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC47,
        name: "DUPLOYAN LETTER E",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC48,
        name: "DUPLOYAN LETTER IE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC49,
        name: "DUPLOYAN LETTER SHORT I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC4A,
        name: "DUPLOYAN LETTER UI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC4B,
        name: "DUPLOYAN LETTER EE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC4C,
        name: "DUPLOYAN LETTER SLOAN EH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC4D,
        name: "DUPLOYAN LETTER ROMANIAN I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC4E,
        name: "DUPLOYAN LETTER SLOAN EE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC4F,
        name: "DUPLOYAN LETTER LONG I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC50,
        name: "DUPLOYAN LETTER YE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC51,
        name: "DUPLOYAN LETTER U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC52,
        name: "DUPLOYAN LETTER EU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC53,
        name: "DUPLOYAN LETTER XW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC54,
        name: "DUPLOYAN LETTER U N",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC55,
        name: "DUPLOYAN LETTER LONG U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC56,
        name: "DUPLOYAN LETTER ROMANIAN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC57,
        name: "DUPLOYAN LETTER UH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC58,
        name: "DUPLOYAN LETTER SLOAN U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC59,
        name: "DUPLOYAN LETTER OOH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC5A,
        name: "DUPLOYAN LETTER OW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC5B,
        name: "DUPLOYAN LETTER OU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC5C,
        name: "DUPLOYAN LETTER WA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC5D,
        name: "DUPLOYAN LETTER WO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC5E,
        name: "DUPLOYAN LETTER WI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC5F,
        name: "DUPLOYAN LETTER WEI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC60,
        name: "DUPLOYAN LETTER WOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC61,
        name: "DUPLOYAN LETTER NASAL U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC62,
        name: "DUPLOYAN LETTER NASAL O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC63,
        name: "DUPLOYAN LETTER NASAL I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC64,
        name: "DUPLOYAN LETTER NASAL A",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC65,
        name: "DUPLOYAN LETTER PERNIN AN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC66,
        name: "DUPLOYAN LETTER PERNIN AM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC67,
        name: "DUPLOYAN LETTER SLOAN EN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC68,
        name: "DUPLOYAN LETTER SLOAN AN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC69,
        name: "DUPLOYAN LETTER SLOAN ON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC6A,
        name: "DUPLOYAN LETTER VOCALIC M",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC70,
        name: "DUPLOYAN AFFIX LEFT HORIZONTAL SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC71,
        name: "DUPLOYAN AFFIX MID HORIZONTAL SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC72,
        name: "DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC73,
        name: "DUPLOYAN AFFIX LOW VERTICAL SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC74,
        name: "DUPLOYAN AFFIX MID VERTICAL SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC75,
        name: "DUPLOYAN AFFIX HIGH VERTICAL SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC76,
        name: "DUPLOYAN AFFIX ATTACHED SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC77,
        name: "DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC78,
        name: "DUPLOYAN AFFIX ATTACHED TANGENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC79,
        name: "DUPLOYAN AFFIX ATTACHED TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC7A,
        name: "DUPLOYAN AFFIX ATTACHED E HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC7B,
        name: "DUPLOYAN AFFIX ATTACHED I HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC7C,
        name: "DUPLOYAN AFFIX ATTACHED TANGENT HOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC80,
        name: "DUPLOYAN AFFIX HIGH ACUTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC81,
        name: "DUPLOYAN AFFIX HIGH TIGHT ACUTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC82,
        name: "DUPLOYAN AFFIX HIGH GRAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC83,
        name: "DUPLOYAN AFFIX HIGH LONG GRAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC84,
        name: "DUPLOYAN AFFIX HIGH DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC85,
        name: "DUPLOYAN AFFIX HIGH CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC86,
        name: "DUPLOYAN AFFIX HIGH LINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC87,
        name: "DUPLOYAN AFFIX HIGH WAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC88,
        name: "DUPLOYAN AFFIX HIGH VERTICAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC90,
        name: "DUPLOYAN AFFIX LOW ACUTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC91,
        name: "DUPLOYAN AFFIX LOW TIGHT ACUTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC92,
        name: "DUPLOYAN AFFIX LOW GRAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC93,
        name: "DUPLOYAN AFFIX LOW LONG GRAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC94,
        name: "DUPLOYAN AFFIX LOW DOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC95,
        name: "DUPLOYAN AFFIX LOW CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC96,
        name: "DUPLOYAN AFFIX LOW LINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC97,
        name: "DUPLOYAN AFFIX LOW WAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC98,
        name: "DUPLOYAN AFFIX LOW VERTICAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC99,
        name: "DUPLOYAN AFFIX LOW ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC9C,
        name: "DUPLOYAN SIGN O WITH CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC9D,
        name: "DUPLOYAN THICK LETTER SELECTOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC9E,
        name: "DUPLOYAN DOUBLE MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BC9F,
        name: "DUPLOYAN PUNCTUATION CHINOOK FULL STOP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BCA0,
        name: "SHORTHAND FORMAT LETTER OVERLAP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BCA1,
        name: "SHORTHAND FORMAT CONTINUING OVERLAP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BCA2,
        name: "SHORTHAND FORMAT DOWN STEP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1BCA3,
        name: "SHORTHAND FORMAT UP STEP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D000,
        name: "BYZANTINE MUSICAL SYMBOL PSILI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D001,
        name: "BYZANTINE MUSICAL SYMBOL DASEIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D002,
        name: "BYZANTINE MUSICAL SYMBOL PERISPOMENI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D003,
        name: "BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D004,
        name: "BYZANTINE MUSICAL SYMBOL OXEIA DIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D005,
        name: "BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D006,
        name: "BYZANTINE MUSICAL SYMBOL VAREIA DIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D007,
        name: "BYZANTINE MUSICAL SYMBOL KATHISTI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D008,
        name: "BYZANTINE MUSICAL SYMBOL SYRMATIKI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D009,
        name: "BYZANTINE MUSICAL SYMBOL PARAKLITIKI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D00A,
        name: "BYZANTINE MUSICAL SYMBOL YPOKRISIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D00B,
        name: "BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D00C,
        name: "BYZANTINE MUSICAL SYMBOL KREMASTI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D00D,
        name: "BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D00E,
        name: "BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D00F,
        name: "BYZANTINE MUSICAL SYMBOL TELEIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D010,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D011,
        name: "BYZANTINE MUSICAL SYMBOL APOSTROFOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D012,
        name: "BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D013,
        name: "BYZANTINE MUSICAL SYMBOL SYNEVMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D014,
        name: "BYZANTINE MUSICAL SYMBOL THITA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D015,
        name: "BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D016,
        name: "BYZANTINE MUSICAL SYMBOL GORGON ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D017,
        name: "BYZANTINE MUSICAL SYMBOL PSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D018,
        name: "BYZANTINE MUSICAL SYMBOL CHAMILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D019,
        name: "BYZANTINE MUSICAL SYMBOL VATHY",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D01A,
        name: "BYZANTINE MUSICAL SYMBOL ISON ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D01B,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D01C,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D01D,
        name: "BYZANTINE MUSICAL SYMBOL SAXIMATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D01E,
        name: "BYZANTINE MUSICAL SYMBOL PARICHON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D01F,
        name: "BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D020,
        name: "BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D021,
        name: "BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D022,
        name: "BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D023,
        name: "BYZANTINE MUSICAL SYMBOL APOTHEMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D024,
        name: "BYZANTINE MUSICAL SYMBOL KLASMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D025,
        name: "BYZANTINE MUSICAL SYMBOL REVMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D026,
        name: "BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D027,
        name: "BYZANTINE MUSICAL SYMBOL TINAGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D028,
        name: "BYZANTINE MUSICAL SYMBOL ANATRICHISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D029,
        name: "BYZANTINE MUSICAL SYMBOL SEISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D02A,
        name: "BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D02B,
        name: "BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D02C,
        name: "BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D02D,
        name: "BYZANTINE MUSICAL SYMBOL THEMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D02E,
        name: "BYZANTINE MUSICAL SYMBOL LEMOI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D02F,
        name: "BYZANTINE MUSICAL SYMBOL DYO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D030,
        name: "BYZANTINE MUSICAL SYMBOL TRIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D031,
        name: "BYZANTINE MUSICAL SYMBOL TESSERA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D032,
        name: "BYZANTINE MUSICAL SYMBOL KRATIMATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D033,
        name: "BYZANTINE MUSICAL SYMBOL APESO EXO NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D034,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D035,
        name: "BYZANTINE MUSICAL SYMBOL IMIFTHORA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D036,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D037,
        name: "BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D038,
        name: "BYZANTINE MUSICAL SYMBOL PELASTON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D039,
        name: "BYZANTINE MUSICAL SYMBOL PSIFISTON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D03A,
        name: "BYZANTINE MUSICAL SYMBOL KONTEVMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D03B,
        name: "BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D03C,
        name: "BYZANTINE MUSICAL SYMBOL RAPISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D03D,
        name: "BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D03E,
        name: "BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D03F,
        name: "BYZANTINE MUSICAL SYMBOL ICHADIN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D040,
        name: "BYZANTINE MUSICAL SYMBOL NANA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D041,
        name: "BYZANTINE MUSICAL SYMBOL PETASMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D042,
        name: "BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D043,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKON ALLO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D044,
        name: "BYZANTINE MUSICAL SYMBOL STRAGGISMATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D045,
        name: "BYZANTINE MUSICAL SYMBOL GRONTHISMATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D046,
        name: "BYZANTINE MUSICAL SYMBOL ISON NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D047,
        name: "BYZANTINE MUSICAL SYMBOL OLIGON NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D048,
        name: "BYZANTINE MUSICAL SYMBOL OXEIA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D049,
        name: "BYZANTINE MUSICAL SYMBOL PETASTI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D04A,
        name: "BYZANTINE MUSICAL SYMBOL KOUFISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D04B,
        name: "BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D04C,
        name: "BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D04D,
        name: "BYZANTINE MUSICAL SYMBOL PELASTON NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D04E,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D04F,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D050,
        name: "BYZANTINE MUSICAL SYMBOL YPSILI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D051,
        name: "BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D052,
        name: "BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D053,
        name: "BYZANTINE MUSICAL SYMBOL YPORROI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D054,
        name: "BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D055,
        name: "BYZANTINE MUSICAL SYMBOL ELAFRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D056,
        name: "BYZANTINE MUSICAL SYMBOL CHAMILI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D057,
        name: "BYZANTINE MUSICAL SYMBOL MIKRON ISON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D058,
        name: "BYZANTINE MUSICAL SYMBOL VAREIA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D059,
        name: "BYZANTINE MUSICAL SYMBOL PIASMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D05A,
        name: "BYZANTINE MUSICAL SYMBOL PSIFISTON NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D05B,
        name: "BYZANTINE MUSICAL SYMBOL OMALON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D05C,
        name: "BYZANTINE MUSICAL SYMBOL ANTIKENOMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D05D,
        name: "BYZANTINE MUSICAL SYMBOL LYGISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D05E,
        name: "BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D05F,
        name: "BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D060,
        name: "BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D061,
        name: "BYZANTINE MUSICAL SYMBOL KYLISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D062,
        name: "BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D063,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKON NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D064,
        name: "BYZANTINE MUSICAL SYMBOL EKSTREPTON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D065,
        name: "BYZANTINE MUSICAL SYMBOL SYNAGMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D066,
        name: "BYZANTINE MUSICAL SYMBOL SYRMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D067,
        name: "BYZANTINE MUSICAL SYMBOL CHOREVMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D068,
        name: "BYZANTINE MUSICAL SYMBOL EPEGERMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D069,
        name: "BYZANTINE MUSICAL SYMBOL SEISMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D06A,
        name: "BYZANTINE MUSICAL SYMBOL XIRON KLASMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D06B,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D06C,
        name: "BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D06D,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D06E,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D06F,
        name: "BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D070,
        name: "BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D071,
        name: "BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D072,
        name: "BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D073,
        name: "BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D074,
        name: "BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D075,
        name: "BYZANTINE MUSICAL SYMBOL OYRANISMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D076,
        name: "BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D077,
        name: "BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D078,
        name: "BYZANTINE MUSICAL SYMBOL THEMA APLOUN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D079,
        name: "BYZANTINE MUSICAL SYMBOL THES KAI APOTHES",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D07A,
        name: "BYZANTINE MUSICAL SYMBOL KATAVASMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D07B,
        name: "BYZANTINE MUSICAL SYMBOL ENDOFONON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D07C,
        name: "BYZANTINE MUSICAL SYMBOL YFEN KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D07D,
        name: "BYZANTINE MUSICAL SYMBOL YFEN ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D07E,
        name: "BYZANTINE MUSICAL SYMBOL STAVROS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D07F,
        name: "BYZANTINE MUSICAL SYMBOL KLASMA ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D080,
        name: "BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D081,
        name: "BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D082,
        name: "BYZANTINE MUSICAL SYMBOL KRATIMA ALLO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D083,
        name: "BYZANTINE MUSICAL SYMBOL KRATIMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D084,
        name: "BYZANTINE MUSICAL SYMBOL APODERMA NEO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D085,
        name: "BYZANTINE MUSICAL SYMBOL APLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D086,
        name: "BYZANTINE MUSICAL SYMBOL DIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D087,
        name: "BYZANTINE MUSICAL SYMBOL TRIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D088,
        name: "BYZANTINE MUSICAL SYMBOL TETRAPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D089,
        name: "BYZANTINE MUSICAL SYMBOL KORONIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D08A,
        name: "BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D08B,
        name: "BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D08C,
        name: "BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D08D,
        name: "BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D08E,
        name: "BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D08F,
        name: "BYZANTINE MUSICAL SYMBOL GORGON NEO ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D090,
        name: "BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D091,
        name: "BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D092,
        name: "BYZANTINE MUSICAL SYMBOL DIGORGON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D093,
        name: "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D094,
        name: "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D095,
        name: "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D096,
        name: "BYZANTINE MUSICAL SYMBOL TRIGORGON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D097,
        name: "BYZANTINE MUSICAL SYMBOL ARGON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D098,
        name: "BYZANTINE MUSICAL SYMBOL IMIDIARGON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D099,
        name: "BYZANTINE MUSICAL SYMBOL DIARGON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D09A,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D09B,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D09C,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI ARGI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D09D,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI METRIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D09E,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI MESI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D09F,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI GORGI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A0,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A1,
        name: "BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A2,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A3,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A4,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A5,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A6,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A7,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A8,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0A9,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0AA,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0AB,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0AC,
        name: "BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0AD,
        name: "BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0AE,
        name: "BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0AF,
        name: "BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B0,
        name: "BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B1,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B2,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B3,
        name: "BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B4,
        name: "BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B5,
        name: "BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B6,
        name: "BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B7,
        name: "BYZANTINE MUSICAL SYMBOL IMIFONON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B8,
        name: "BYZANTINE MUSICAL SYMBOL IMIFTHORON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0B9,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0BA,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0BB,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0BC,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0BD,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0BE,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0BF,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C0,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C1,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C2,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C3,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C4,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C5,
        name: "BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C6,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C7,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA NENANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C8,
        name: "BYZANTINE MUSICAL SYMBOL CHROA ZYGOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0C9,
        name: "BYZANTINE MUSICAL SYMBOL CHROA KLITON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0CA,
        name: "BYZANTINE MUSICAL SYMBOL CHROA SPATHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0CB,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0CC,
        name: "BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0CD,
        name: "BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0CE,
        name: "BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0CF,
        name: "BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D0,
        name: "BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D1,
        name: "BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D2,
        name: "BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D3,
        name: "BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D4,
        name: "BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D5,
        name: "BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D6,
        name: "BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D7,
        name: "BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D8,
        name: "BYZANTINE MUSICAL SYMBOL GENIKI DIESIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0D9,
        name: "BYZANTINE MUSICAL SYMBOL GENIKI YFESIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0DA,
        name: "BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0DB,
        name: "BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0DC,
        name: "BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0DD,
        name: "BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0DE,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0DF,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E0,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E1,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E2,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E3,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E4,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E5,
        name: "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E6,
        name: "BYZANTINE MUSICAL SYMBOL DIGRAMMA GG",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E7,
        name: "BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E8,
        name: "BYZANTINE MUSICAL SYMBOL STIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0E9,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO PA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0EA,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO VOU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0EB,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO GA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0EC,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO DI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0ED,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO KE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0EE,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO ZO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0EF,
        name: "BYZANTINE MUSICAL SYMBOL ARKTIKO NI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0F0,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0F1,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0F2,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0F3,
        name: "BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0F4,
        name: "BYZANTINE MUSICAL SYMBOL KLASMA KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D0F5,
        name: "BYZANTINE MUSICAL SYMBOL GORGON NEO KATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D100,
        name: "MUSICAL SYMBOL SINGLE BARLINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D101,
        name: "MUSICAL SYMBOL DOUBLE BARLINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D102,
        name: "MUSICAL SYMBOL FINAL BARLINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D103,
        name: "MUSICAL SYMBOL REVERSE FINAL BARLINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D104,
        name: "MUSICAL SYMBOL DASHED BARLINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D105,
        name: "MUSICAL SYMBOL SHORT BARLINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D106,
        name: "MUSICAL SYMBOL LEFT REPEAT SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D107,
        name: "MUSICAL SYMBOL RIGHT REPEAT SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D108,
        name: "MUSICAL SYMBOL REPEAT DOTS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D109,
        name: "MUSICAL SYMBOL DAL SEGNO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D10A,
        name: "MUSICAL SYMBOL DA CAPO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D10B,
        name: "MUSICAL SYMBOL SEGNO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D10C,
        name: "MUSICAL SYMBOL CODA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D10D,
        name: "MUSICAL SYMBOL REPEATED FIGURE-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D10E,
        name: "MUSICAL SYMBOL REPEATED FIGURE-2",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D10F,
        name: "MUSICAL SYMBOL REPEATED FIGURE-3",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D110,
        name: "MUSICAL SYMBOL FERMATA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D111,
        name: "MUSICAL SYMBOL FERMATA BELOW",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D112,
        name: "MUSICAL SYMBOL BREATH MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D113,
        name: "MUSICAL SYMBOL CAESURA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D114,
        name: "MUSICAL SYMBOL BRACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D115,
        name: "MUSICAL SYMBOL BRACKET",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D116,
        name: "MUSICAL SYMBOL ONE-LINE STAFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D117,
        name: "MUSICAL SYMBOL TWO-LINE STAFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D118,
        name: "MUSICAL SYMBOL THREE-LINE STAFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D119,
        name: "MUSICAL SYMBOL FOUR-LINE STAFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D11A,
        name: "MUSICAL SYMBOL FIVE-LINE STAFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D11B,
        name: "MUSICAL SYMBOL SIX-LINE STAFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D11C,
        name: "MUSICAL SYMBOL SIX-STRING FRETBOARD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D11D,
        name: "MUSICAL SYMBOL FOUR-STRING FRETBOARD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D11E,
        name: "MUSICAL SYMBOL G CLEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D11F,
        name: "MUSICAL SYMBOL G CLEF OTTAVA ALTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D120,
        name: "MUSICAL SYMBOL G CLEF OTTAVA BASSA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D121,
        name: "MUSICAL SYMBOL C CLEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D122,
        name: "MUSICAL SYMBOL F CLEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D123,
        name: "MUSICAL SYMBOL F CLEF OTTAVA ALTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D124,
        name: "MUSICAL SYMBOL F CLEF OTTAVA BASSA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D125,
        name: "MUSICAL SYMBOL DRUM CLEF-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D126,
        name: "MUSICAL SYMBOL DRUM CLEF-2",
    },
    Character {
        age: "5.1",
        codepoint: 0x1D129,
        name: "MUSICAL SYMBOL MULTIPLE MEASURE REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D12A,
        name: "MUSICAL SYMBOL DOUBLE SHARP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D12B,
        name: "MUSICAL SYMBOL DOUBLE FLAT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D12C,
        name: "MUSICAL SYMBOL FLAT UP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D12D,
        name: "MUSICAL SYMBOL FLAT DOWN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D12E,
        name: "MUSICAL SYMBOL NATURAL UP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D12F,
        name: "MUSICAL SYMBOL NATURAL DOWN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D130,
        name: "MUSICAL SYMBOL SHARP UP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D131,
        name: "MUSICAL SYMBOL SHARP DOWN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D132,
        name: "MUSICAL SYMBOL QUARTER TONE SHARP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D133,
        name: "MUSICAL SYMBOL QUARTER TONE FLAT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D134,
        name: "MUSICAL SYMBOL COMMON TIME",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D135,
        name: "MUSICAL SYMBOL CUT TIME",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D136,
        name: "MUSICAL SYMBOL OTTAVA ALTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D137,
        name: "MUSICAL SYMBOL OTTAVA BASSA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D138,
        name: "MUSICAL SYMBOL QUINDICESIMA ALTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D139,
        name: "MUSICAL SYMBOL QUINDICESIMA BASSA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D13A,
        name: "MUSICAL SYMBOL MULTI REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D13B,
        name: "MUSICAL SYMBOL WHOLE REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D13C,
        name: "MUSICAL SYMBOL HALF REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D13D,
        name: "MUSICAL SYMBOL QUARTER REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D13E,
        name: "MUSICAL SYMBOL EIGHTH REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D13F,
        name: "MUSICAL SYMBOL SIXTEENTH REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D140,
        name: "MUSICAL SYMBOL THIRTY-SECOND REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D141,
        name: "MUSICAL SYMBOL SIXTY-FOURTH REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D142,
        name: "MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D143,
        name: "MUSICAL SYMBOL X NOTEHEAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D144,
        name: "MUSICAL SYMBOL PLUS NOTEHEAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D145,
        name: "MUSICAL SYMBOL CIRCLE X NOTEHEAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D146,
        name: "MUSICAL SYMBOL SQUARE NOTEHEAD WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D147,
        name: "MUSICAL SYMBOL SQUARE NOTEHEAD BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D148,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D149,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D14A,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D14B,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D14C,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D14D,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D14E,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D14F,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D150,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D151,
        name: "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D152,
        name: "MUSICAL SYMBOL MOON NOTEHEAD WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D153,
        name: "MUSICAL SYMBOL MOON NOTEHEAD BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D154,
        name: "MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D155,
        name: "MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D156,
        name: "MUSICAL SYMBOL PARENTHESIS NOTEHEAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D157,
        name: "MUSICAL SYMBOL VOID NOTEHEAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D158,
        name: "MUSICAL SYMBOL NOTEHEAD BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D159,
        name: "MUSICAL SYMBOL NULL NOTEHEAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D15A,
        name: "MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D15B,
        name: "MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D15C,
        name: "MUSICAL SYMBOL BREVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D15D,
        name: "MUSICAL SYMBOL WHOLE NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D15E,
        name: "MUSICAL SYMBOL HALF NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D15F,
        name: "MUSICAL SYMBOL QUARTER NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D160,
        name: "MUSICAL SYMBOL EIGHTH NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D161,
        name: "MUSICAL SYMBOL SIXTEENTH NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D162,
        name: "MUSICAL SYMBOL THIRTY-SECOND NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D163,
        name: "MUSICAL SYMBOL SIXTY-FOURTH NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D164,
        name: "MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D165,
        name: "MUSICAL SYMBOL COMBINING STEM",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D166,
        name: "MUSICAL SYMBOL COMBINING SPRECHGESANG STEM",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D167,
        name: "MUSICAL SYMBOL COMBINING TREMOLO-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D168,
        name: "MUSICAL SYMBOL COMBINING TREMOLO-2",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D169,
        name: "MUSICAL SYMBOL COMBINING TREMOLO-3",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D16A,
        name: "MUSICAL SYMBOL FINGERED TREMOLO-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D16B,
        name: "MUSICAL SYMBOL FINGERED TREMOLO-2",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D16C,
        name: "MUSICAL SYMBOL FINGERED TREMOLO-3",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D16D,
        name: "MUSICAL SYMBOL COMBINING AUGMENTATION DOT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D16E,
        name: "MUSICAL SYMBOL COMBINING FLAG-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D16F,
        name: "MUSICAL SYMBOL COMBINING FLAG-2",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D170,
        name: "MUSICAL SYMBOL COMBINING FLAG-3",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D171,
        name: "MUSICAL SYMBOL COMBINING FLAG-4",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D172,
        name: "MUSICAL SYMBOL COMBINING FLAG-5",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D173,
        name: "MUSICAL SYMBOL BEGIN BEAM",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D174,
        name: "MUSICAL SYMBOL END BEAM",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D175,
        name: "MUSICAL SYMBOL BEGIN TIE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D176,
        name: "MUSICAL SYMBOL END TIE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D177,
        name: "MUSICAL SYMBOL BEGIN SLUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D178,
        name: "MUSICAL SYMBOL END SLUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D179,
        name: "MUSICAL SYMBOL BEGIN PHRASE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D17A,
        name: "MUSICAL SYMBOL END PHRASE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D17B,
        name: "MUSICAL SYMBOL COMBINING ACCENT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D17C,
        name: "MUSICAL SYMBOL COMBINING STACCATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D17D,
        name: "MUSICAL SYMBOL COMBINING TENUTO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D17E,
        name: "MUSICAL SYMBOL COMBINING STACCATISSIMO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D17F,
        name: "MUSICAL SYMBOL COMBINING MARCATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D180,
        name: "MUSICAL SYMBOL COMBINING MARCATO-STACCATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D181,
        name: "MUSICAL SYMBOL COMBINING ACCENT-STACCATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D182,
        name: "MUSICAL SYMBOL COMBINING LOURE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D183,
        name: "MUSICAL SYMBOL ARPEGGIATO UP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D184,
        name: "MUSICAL SYMBOL ARPEGGIATO DOWN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D185,
        name: "MUSICAL SYMBOL COMBINING DOIT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D186,
        name: "MUSICAL SYMBOL COMBINING RIP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D187,
        name: "MUSICAL SYMBOL COMBINING FLIP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D188,
        name: "MUSICAL SYMBOL COMBINING SMEAR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D189,
        name: "MUSICAL SYMBOL COMBINING BEND",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D18A,
        name: "MUSICAL SYMBOL COMBINING DOUBLE TONGUE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D18B,
        name: "MUSICAL SYMBOL COMBINING TRIPLE TONGUE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D18C,
        name: "MUSICAL SYMBOL RINFORZANDO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D18D,
        name: "MUSICAL SYMBOL SUBITO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D18E,
        name: "MUSICAL SYMBOL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D18F,
        name: "MUSICAL SYMBOL PIANO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D190,
        name: "MUSICAL SYMBOL MEZZO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D191,
        name: "MUSICAL SYMBOL FORTE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D192,
        name: "MUSICAL SYMBOL CRESCENDO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D193,
        name: "MUSICAL SYMBOL DECRESCENDO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D194,
        name: "MUSICAL SYMBOL GRACE NOTE SLASH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D195,
        name: "MUSICAL SYMBOL GRACE NOTE NO SLASH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D196,
        name: "MUSICAL SYMBOL TR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D197,
        name: "MUSICAL SYMBOL TURN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D198,
        name: "MUSICAL SYMBOL INVERTED TURN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D199,
        name: "MUSICAL SYMBOL TURN SLASH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D19A,
        name: "MUSICAL SYMBOL TURN UP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D19B,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D19C,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-2",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D19D,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-3",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D19E,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-4",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D19F,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-5",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A0,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-6",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A1,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-7",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A2,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-8",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A3,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-9",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A4,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-10",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A5,
        name: "MUSICAL SYMBOL ORNAMENT STROKE-11",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A6,
        name: "MUSICAL SYMBOL HAUPTSTIMME",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A7,
        name: "MUSICAL SYMBOL NEBENSTIMME",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A8,
        name: "MUSICAL SYMBOL END OF STIMME",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1A9,
        name: "MUSICAL SYMBOL DEGREE SLASH",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1AA,
        name: "MUSICAL SYMBOL COMBINING DOWN BOW",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1AB,
        name: "MUSICAL SYMBOL COMBINING UP BOW",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1AC,
        name: "MUSICAL SYMBOL COMBINING HARMONIC",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1AD,
        name: "MUSICAL SYMBOL COMBINING SNAP PIZZICATO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1AE,
        name: "MUSICAL SYMBOL PEDAL MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1AF,
        name: "MUSICAL SYMBOL PEDAL UP MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B0,
        name: "MUSICAL SYMBOL HALF PEDAL MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B1,
        name: "MUSICAL SYMBOL GLISSANDO UP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B2,
        name: "MUSICAL SYMBOL GLISSANDO DOWN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B3,
        name: "MUSICAL SYMBOL WITH FINGERNAILS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B4,
        name: "MUSICAL SYMBOL DAMP",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B5,
        name: "MUSICAL SYMBOL DAMP ALL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B6,
        name: "MUSICAL SYMBOL MAXIMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B7,
        name: "MUSICAL SYMBOL LONGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B8,
        name: "MUSICAL SYMBOL BREVIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1B9,
        name: "MUSICAL SYMBOL SEMIBREVIS WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1BA,
        name: "MUSICAL SYMBOL SEMIBREVIS BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1BB,
        name: "MUSICAL SYMBOL MINIMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1BC,
        name: "MUSICAL SYMBOL MINIMA BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1BD,
        name: "MUSICAL SYMBOL SEMIMINIMA WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1BE,
        name: "MUSICAL SYMBOL SEMIMINIMA BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1BF,
        name: "MUSICAL SYMBOL FUSA WHITE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C0,
        name: "MUSICAL SYMBOL FUSA BLACK",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C1,
        name: "MUSICAL SYMBOL LONGA PERFECTA REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C2,
        name: "MUSICAL SYMBOL LONGA IMPERFECTA REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C3,
        name: "MUSICAL SYMBOL BREVIS REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C4,
        name: "MUSICAL SYMBOL SEMIBREVIS REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C5,
        name: "MUSICAL SYMBOL MINIMA REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C6,
        name: "MUSICAL SYMBOL SEMIMINIMA REST",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C7,
        name: "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C8,
        name: "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1C9,
        name: "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1CA,
        name: "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1CB,
        name: "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1CC,
        name: "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-1",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1CD,
        name: "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-2",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1CE,
        name: "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-3",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1CF,
        name: "MUSICAL SYMBOL CROIX",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D0,
        name: "MUSICAL SYMBOL GREGORIAN C CLEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D1,
        name: "MUSICAL SYMBOL GREGORIAN F CLEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D2,
        name: "MUSICAL SYMBOL SQUARE B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D3,
        name: "MUSICAL SYMBOL VIRGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D4,
        name: "MUSICAL SYMBOL PODATUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D5,
        name: "MUSICAL SYMBOL CLIVIS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D6,
        name: "MUSICAL SYMBOL SCANDICUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D7,
        name: "MUSICAL SYMBOL CLIMACUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D8,
        name: "MUSICAL SYMBOL TORCULUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1D9,
        name: "MUSICAL SYMBOL PORRECTUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1DA,
        name: "MUSICAL SYMBOL PORRECTUS FLEXUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1DB,
        name: "MUSICAL SYMBOL SCANDICUS FLEXUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1DC,
        name: "MUSICAL SYMBOL TORCULUS RESUPINUS",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D1DD,
        name: "MUSICAL SYMBOL PES SUBPUNCTIS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1DE,
        name: "MUSICAL SYMBOL KIEVAN C CLEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1DF,
        name: "MUSICAL SYMBOL KIEVAN END OF PIECE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E0,
        name: "MUSICAL SYMBOL KIEVAN FINAL NOTE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E1,
        name: "MUSICAL SYMBOL KIEVAN RECITATIVE MARK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E2,
        name: "MUSICAL SYMBOL KIEVAN WHOLE NOTE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E3,
        name: "MUSICAL SYMBOL KIEVAN HALF NOTE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E4,
        name: "MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E5,
        name: "MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E6,
        name: "MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E7,
        name: "MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D1E8,
        name: "MUSICAL SYMBOL KIEVAN FLAT SIGN",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D200,
        name: "GREEK VOCAL NOTATION SYMBOL-1",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D201,
        name: "GREEK VOCAL NOTATION SYMBOL-2",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D202,
        name: "GREEK VOCAL NOTATION SYMBOL-3",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D203,
        name: "GREEK VOCAL NOTATION SYMBOL-4",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D204,
        name: "GREEK VOCAL NOTATION SYMBOL-5",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D205,
        name: "GREEK VOCAL NOTATION SYMBOL-6",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D206,
        name: "GREEK VOCAL NOTATION SYMBOL-7",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D207,
        name: "GREEK VOCAL NOTATION SYMBOL-8",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D208,
        name: "GREEK VOCAL NOTATION SYMBOL-9",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D209,
        name: "GREEK VOCAL NOTATION SYMBOL-10",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D20A,
        name: "GREEK VOCAL NOTATION SYMBOL-11",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D20B,
        name: "GREEK VOCAL NOTATION SYMBOL-12",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D20C,
        name: "GREEK VOCAL NOTATION SYMBOL-13",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D20D,
        name: "GREEK VOCAL NOTATION SYMBOL-14",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D20E,
        name: "GREEK VOCAL NOTATION SYMBOL-15",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D20F,
        name: "GREEK VOCAL NOTATION SYMBOL-16",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D210,
        name: "GREEK VOCAL NOTATION SYMBOL-17",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D211,
        name: "GREEK VOCAL NOTATION SYMBOL-18",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D212,
        name: "GREEK VOCAL NOTATION SYMBOL-19",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D213,
        name: "GREEK VOCAL NOTATION SYMBOL-20",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D214,
        name: "GREEK VOCAL NOTATION SYMBOL-21",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D215,
        name: "GREEK VOCAL NOTATION SYMBOL-22",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D216,
        name: "GREEK VOCAL NOTATION SYMBOL-23",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D217,
        name: "GREEK VOCAL NOTATION SYMBOL-24",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D218,
        name: "GREEK VOCAL NOTATION SYMBOL-50",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D219,
        name: "GREEK VOCAL NOTATION SYMBOL-51",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D21A,
        name: "GREEK VOCAL NOTATION SYMBOL-52",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D21B,
        name: "GREEK VOCAL NOTATION SYMBOL-53",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D21C,
        name: "GREEK VOCAL NOTATION SYMBOL-54",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D21D,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-1",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D21E,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-2",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D21F,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-4",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D220,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-5",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D221,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-7",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D222,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-8",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D223,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-11",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D224,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-12",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D225,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-13",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D226,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-14",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D227,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-17",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D228,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-18",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D229,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-19",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D22A,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-23",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D22B,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-24",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D22C,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-25",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D22D,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-26",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D22E,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-27",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D22F,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-29",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D230,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-30",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D231,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-32",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D232,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-36",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D233,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-37",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D234,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-38",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D235,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-39",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D236,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-40",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D237,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-42",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D238,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-43",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D239,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-45",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D23A,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-47",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D23B,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-48",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D23C,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-49",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D23D,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-50",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D23E,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-51",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D23F,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-52",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D240,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-53",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D241,
        name: "GREEK INSTRUMENTAL NOTATION SYMBOL-54",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D242,
        name: "COMBINING GREEK MUSICAL TRISEME",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D243,
        name: "COMBINING GREEK MUSICAL TETRASEME",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D244,
        name: "COMBINING GREEK MUSICAL PENTASEME",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D245,
        name: "GREEK MUSICAL LEIMMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E0,
        name: "MAYAN NUMERAL ZERO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E1,
        name: "MAYAN NUMERAL ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E2,
        name: "MAYAN NUMERAL TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E3,
        name: "MAYAN NUMERAL THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E4,
        name: "MAYAN NUMERAL FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E5,
        name: "MAYAN NUMERAL FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E6,
        name: "MAYAN NUMERAL SIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E7,
        name: "MAYAN NUMERAL SEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E8,
        name: "MAYAN NUMERAL EIGHT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2E9,
        name: "MAYAN NUMERAL NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2EA,
        name: "MAYAN NUMERAL TEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2EB,
        name: "MAYAN NUMERAL ELEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2EC,
        name: "MAYAN NUMERAL TWELVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2ED,
        name: "MAYAN NUMERAL THIRTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2EE,
        name: "MAYAN NUMERAL FOURTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2EF,
        name: "MAYAN NUMERAL FIFTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2F0,
        name: "MAYAN NUMERAL SIXTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2F1,
        name: "MAYAN NUMERAL SEVENTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2F2,
        name: "MAYAN NUMERAL EIGHTEEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D2F3,
        name: "MAYAN NUMERAL NINETEEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D300,
        name: "MONOGRAM FOR EARTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D301,
        name: "DIGRAM FOR HEAVENLY EARTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D302,
        name: "DIGRAM FOR HUMAN EARTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D303,
        name: "DIGRAM FOR EARTHLY HEAVEN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D304,
        name: "DIGRAM FOR EARTHLY HUMAN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D305,
        name: "DIGRAM FOR EARTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D306,
        name: "TETRAGRAM FOR CENTRE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D307,
        name: "TETRAGRAM FOR FULL CIRCLE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D308,
        name: "TETRAGRAM FOR MIRED",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D309,
        name: "TETRAGRAM FOR BARRIER",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30A,
        name: "TETRAGRAM FOR KEEPING SMALL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30B,
        name: "TETRAGRAM FOR CONTRARIETY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30C,
        name: "TETRAGRAM FOR ASCENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30D,
        name: "TETRAGRAM FOR OPPOSITION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30E,
        name: "TETRAGRAM FOR BRANCHING OUT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D30F,
        name: "TETRAGRAM FOR DEFECTIVENESS OR DISTORTION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D310,
        name: "TETRAGRAM FOR DIVERGENCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D311,
        name: "TETRAGRAM FOR YOUTHFULNESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D312,
        name: "TETRAGRAM FOR INCREASE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D313,
        name: "TETRAGRAM FOR PENETRATION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D314,
        name: "TETRAGRAM FOR REACH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D315,
        name: "TETRAGRAM FOR CONTACT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D316,
        name: "TETRAGRAM FOR HOLDING BACK",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D317,
        name: "TETRAGRAM FOR WAITING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D318,
        name: "TETRAGRAM FOR FOLLOWING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D319,
        name: "TETRAGRAM FOR ADVANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31A,
        name: "TETRAGRAM FOR RELEASE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31B,
        name: "TETRAGRAM FOR RESISTANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31C,
        name: "TETRAGRAM FOR EASE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31D,
        name: "TETRAGRAM FOR JOY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31E,
        name: "TETRAGRAM FOR CONTENTION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D31F,
        name: "TETRAGRAM FOR ENDEAVOUR",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D320,
        name: "TETRAGRAM FOR DUTIES",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D321,
        name: "TETRAGRAM FOR CHANGE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D322,
        name: "TETRAGRAM FOR DECISIVENESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D323,
        name: "TETRAGRAM FOR BOLD RESOLUTION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D324,
        name: "TETRAGRAM FOR PACKING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D325,
        name: "TETRAGRAM FOR LEGION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D326,
        name: "TETRAGRAM FOR CLOSENESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D327,
        name: "TETRAGRAM FOR KINSHIP",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D328,
        name: "TETRAGRAM FOR GATHERING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D329,
        name: "TETRAGRAM FOR STRENGTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32A,
        name: "TETRAGRAM FOR PURITY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32B,
        name: "TETRAGRAM FOR FULLNESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32C,
        name: "TETRAGRAM FOR RESIDENCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32D,
        name: "TETRAGRAM FOR LAW OR MODEL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32E,
        name: "TETRAGRAM FOR RESPONSE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D32F,
        name: "TETRAGRAM FOR GOING TO MEET",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D330,
        name: "TETRAGRAM FOR ENCOUNTERS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D331,
        name: "TETRAGRAM FOR STOVE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D332,
        name: "TETRAGRAM FOR GREATNESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D333,
        name: "TETRAGRAM FOR ENLARGEMENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D334,
        name: "TETRAGRAM FOR PATTERN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D335,
        name: "TETRAGRAM FOR RITUAL",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D336,
        name: "TETRAGRAM FOR FLIGHT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D337,
        name: "TETRAGRAM FOR VASTNESS OR WASTING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D338,
        name: "TETRAGRAM FOR CONSTANCY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D339,
        name: "TETRAGRAM FOR MEASURE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33A,
        name: "TETRAGRAM FOR ETERNITY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33B,
        name: "TETRAGRAM FOR UNITY",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33C,
        name: "TETRAGRAM FOR DIMINISHMENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33D,
        name: "TETRAGRAM FOR CLOSED MOUTH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33E,
        name: "TETRAGRAM FOR GUARDEDNESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D33F,
        name: "TETRAGRAM FOR GATHERING IN",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D340,
        name: "TETRAGRAM FOR MASSING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D341,
        name: "TETRAGRAM FOR ACCUMULATION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D342,
        name: "TETRAGRAM FOR EMBELLISHMENT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D343,
        name: "TETRAGRAM FOR DOUBT",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D344,
        name: "TETRAGRAM FOR WATCH",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D345,
        name: "TETRAGRAM FOR SINKING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D346,
        name: "TETRAGRAM FOR INNER",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D347,
        name: "TETRAGRAM FOR DEPARTURE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D348,
        name: "TETRAGRAM FOR DARKENING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D349,
        name: "TETRAGRAM FOR DIMMING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34A,
        name: "TETRAGRAM FOR EXHAUSTION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34B,
        name: "TETRAGRAM FOR SEVERANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34C,
        name: "TETRAGRAM FOR STOPPAGE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34D,
        name: "TETRAGRAM FOR HARDNESS",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34E,
        name: "TETRAGRAM FOR COMPLETION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D34F,
        name: "TETRAGRAM FOR CLOSURE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D350,
        name: "TETRAGRAM FOR FAILURE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D351,
        name: "TETRAGRAM FOR AGGRAVATION",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D352,
        name: "TETRAGRAM FOR COMPLIANCE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D353,
        name: "TETRAGRAM FOR ON THE VERGE",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D354,
        name: "TETRAGRAM FOR DIFFICULTIES",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D355,
        name: "TETRAGRAM FOR LABOURING",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D356,
        name: "TETRAGRAM FOR FOSTERING",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D360,
        name: "COUNTING ROD UNIT DIGIT ONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D361,
        name: "COUNTING ROD UNIT DIGIT TWO",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D362,
        name: "COUNTING ROD UNIT DIGIT THREE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D363,
        name: "COUNTING ROD UNIT DIGIT FOUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D364,
        name: "COUNTING ROD UNIT DIGIT FIVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D365,
        name: "COUNTING ROD UNIT DIGIT SIX",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D366,
        name: "COUNTING ROD UNIT DIGIT SEVEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D367,
        name: "COUNTING ROD UNIT DIGIT EIGHT",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D368,
        name: "COUNTING ROD UNIT DIGIT NINE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D369,
        name: "COUNTING ROD TENS DIGIT ONE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D36A,
        name: "COUNTING ROD TENS DIGIT TWO",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D36B,
        name: "COUNTING ROD TENS DIGIT THREE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D36C,
        name: "COUNTING ROD TENS DIGIT FOUR",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D36D,
        name: "COUNTING ROD TENS DIGIT FIVE",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D36E,
        name: "COUNTING ROD TENS DIGIT SIX",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D36F,
        name: "COUNTING ROD TENS DIGIT SEVEN",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D370,
        name: "COUNTING ROD TENS DIGIT EIGHT",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D371,
        name: "COUNTING ROD TENS DIGIT NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D372,
        name: "IDEOGRAPHIC TALLY MARK ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D373,
        name: "IDEOGRAPHIC TALLY MARK TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D374,
        name: "IDEOGRAPHIC TALLY MARK THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D375,
        name: "IDEOGRAPHIC TALLY MARK FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D376,
        name: "IDEOGRAPHIC TALLY MARK FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D377,
        name: "TALLY MARK ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1D378,
        name: "TALLY MARK FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D400,
        name: "MATHEMATICAL BOLD CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D401,
        name: "MATHEMATICAL BOLD CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D402,
        name: "MATHEMATICAL BOLD CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D403,
        name: "MATHEMATICAL BOLD CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D404,
        name: "MATHEMATICAL BOLD CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D405,
        name: "MATHEMATICAL BOLD CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D406,
        name: "MATHEMATICAL BOLD CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D407,
        name: "MATHEMATICAL BOLD CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D408,
        name: "MATHEMATICAL BOLD CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D409,
        name: "MATHEMATICAL BOLD CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D40A,
        name: "MATHEMATICAL BOLD CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D40B,
        name: "MATHEMATICAL BOLD CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D40C,
        name: "MATHEMATICAL BOLD CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D40D,
        name: "MATHEMATICAL BOLD CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D40E,
        name: "MATHEMATICAL BOLD CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D40F,
        name: "MATHEMATICAL BOLD CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D410,
        name: "MATHEMATICAL BOLD CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D411,
        name: "MATHEMATICAL BOLD CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D412,
        name: "MATHEMATICAL BOLD CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D413,
        name: "MATHEMATICAL BOLD CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D414,
        name: "MATHEMATICAL BOLD CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D415,
        name: "MATHEMATICAL BOLD CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D416,
        name: "MATHEMATICAL BOLD CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D417,
        name: "MATHEMATICAL BOLD CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D418,
        name: "MATHEMATICAL BOLD CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D419,
        name: "MATHEMATICAL BOLD CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D41A,
        name: "MATHEMATICAL BOLD SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D41B,
        name: "MATHEMATICAL BOLD SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D41C,
        name: "MATHEMATICAL BOLD SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D41D,
        name: "MATHEMATICAL BOLD SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D41E,
        name: "MATHEMATICAL BOLD SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D41F,
        name: "MATHEMATICAL BOLD SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D420,
        name: "MATHEMATICAL BOLD SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D421,
        name: "MATHEMATICAL BOLD SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D422,
        name: "MATHEMATICAL BOLD SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D423,
        name: "MATHEMATICAL BOLD SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D424,
        name: "MATHEMATICAL BOLD SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D425,
        name: "MATHEMATICAL BOLD SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D426,
        name: "MATHEMATICAL BOLD SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D427,
        name: "MATHEMATICAL BOLD SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D428,
        name: "MATHEMATICAL BOLD SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D429,
        name: "MATHEMATICAL BOLD SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D42A,
        name: "MATHEMATICAL BOLD SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D42B,
        name: "MATHEMATICAL BOLD SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D42C,
        name: "MATHEMATICAL BOLD SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D42D,
        name: "MATHEMATICAL BOLD SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D42E,
        name: "MATHEMATICAL BOLD SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D42F,
        name: "MATHEMATICAL BOLD SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D430,
        name: "MATHEMATICAL BOLD SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D431,
        name: "MATHEMATICAL BOLD SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D432,
        name: "MATHEMATICAL BOLD SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D433,
        name: "MATHEMATICAL BOLD SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D434,
        name: "MATHEMATICAL ITALIC CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D435,
        name: "MATHEMATICAL ITALIC CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D436,
        name: "MATHEMATICAL ITALIC CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D437,
        name: "MATHEMATICAL ITALIC CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D438,
        name: "MATHEMATICAL ITALIC CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D439,
        name: "MATHEMATICAL ITALIC CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D43A,
        name: "MATHEMATICAL ITALIC CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D43B,
        name: "MATHEMATICAL ITALIC CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D43C,
        name: "MATHEMATICAL ITALIC CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D43D,
        name: "MATHEMATICAL ITALIC CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D43E,
        name: "MATHEMATICAL ITALIC CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D43F,
        name: "MATHEMATICAL ITALIC CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D440,
        name: "MATHEMATICAL ITALIC CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D441,
        name: "MATHEMATICAL ITALIC CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D442,
        name: "MATHEMATICAL ITALIC CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D443,
        name: "MATHEMATICAL ITALIC CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D444,
        name: "MATHEMATICAL ITALIC CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D445,
        name: "MATHEMATICAL ITALIC CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D446,
        name: "MATHEMATICAL ITALIC CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D447,
        name: "MATHEMATICAL ITALIC CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D448,
        name: "MATHEMATICAL ITALIC CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D449,
        name: "MATHEMATICAL ITALIC CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D44A,
        name: "MATHEMATICAL ITALIC CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D44B,
        name: "MATHEMATICAL ITALIC CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D44C,
        name: "MATHEMATICAL ITALIC CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D44D,
        name: "MATHEMATICAL ITALIC CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D44E,
        name: "MATHEMATICAL ITALIC SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D44F,
        name: "MATHEMATICAL ITALIC SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D450,
        name: "MATHEMATICAL ITALIC SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D451,
        name: "MATHEMATICAL ITALIC SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D452,
        name: "MATHEMATICAL ITALIC SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D453,
        name: "MATHEMATICAL ITALIC SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D454,
        name: "MATHEMATICAL ITALIC SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D456,
        name: "MATHEMATICAL ITALIC SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D457,
        name: "MATHEMATICAL ITALIC SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D458,
        name: "MATHEMATICAL ITALIC SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D459,
        name: "MATHEMATICAL ITALIC SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D45A,
        name: "MATHEMATICAL ITALIC SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D45B,
        name: "MATHEMATICAL ITALIC SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D45C,
        name: "MATHEMATICAL ITALIC SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D45D,
        name: "MATHEMATICAL ITALIC SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D45E,
        name: "MATHEMATICAL ITALIC SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D45F,
        name: "MATHEMATICAL ITALIC SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D460,
        name: "MATHEMATICAL ITALIC SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D461,
        name: "MATHEMATICAL ITALIC SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D462,
        name: "MATHEMATICAL ITALIC SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D463,
        name: "MATHEMATICAL ITALIC SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D464,
        name: "MATHEMATICAL ITALIC SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D465,
        name: "MATHEMATICAL ITALIC SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D466,
        name: "MATHEMATICAL ITALIC SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D467,
        name: "MATHEMATICAL ITALIC SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D468,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D469,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D46A,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D46B,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D46C,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D46D,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D46E,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D46F,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D470,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D471,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D472,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D473,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D474,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D475,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D476,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D477,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D478,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D479,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D47A,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D47B,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D47C,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D47D,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D47E,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D47F,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D480,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D481,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D482,
        name: "MATHEMATICAL BOLD ITALIC SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D483,
        name: "MATHEMATICAL BOLD ITALIC SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D484,
        name: "MATHEMATICAL BOLD ITALIC SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D485,
        name: "MATHEMATICAL BOLD ITALIC SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D486,
        name: "MATHEMATICAL BOLD ITALIC SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D487,
        name: "MATHEMATICAL BOLD ITALIC SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D488,
        name: "MATHEMATICAL BOLD ITALIC SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D489,
        name: "MATHEMATICAL BOLD ITALIC SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D48A,
        name: "MATHEMATICAL BOLD ITALIC SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D48B,
        name: "MATHEMATICAL BOLD ITALIC SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D48C,
        name: "MATHEMATICAL BOLD ITALIC SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D48D,
        name: "MATHEMATICAL BOLD ITALIC SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D48E,
        name: "MATHEMATICAL BOLD ITALIC SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D48F,
        name: "MATHEMATICAL BOLD ITALIC SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D490,
        name: "MATHEMATICAL BOLD ITALIC SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D491,
        name: "MATHEMATICAL BOLD ITALIC SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D492,
        name: "MATHEMATICAL BOLD ITALIC SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D493,
        name: "MATHEMATICAL BOLD ITALIC SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D494,
        name: "MATHEMATICAL BOLD ITALIC SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D495,
        name: "MATHEMATICAL BOLD ITALIC SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D496,
        name: "MATHEMATICAL BOLD ITALIC SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D497,
        name: "MATHEMATICAL BOLD ITALIC SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D498,
        name: "MATHEMATICAL BOLD ITALIC SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D499,
        name: "MATHEMATICAL BOLD ITALIC SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D49A,
        name: "MATHEMATICAL BOLD ITALIC SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D49B,
        name: "MATHEMATICAL BOLD ITALIC SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D49C,
        name: "MATHEMATICAL SCRIPT CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D49E,
        name: "MATHEMATICAL SCRIPT CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D49F,
        name: "MATHEMATICAL SCRIPT CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4A2,
        name: "MATHEMATICAL SCRIPT CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4A5,
        name: "MATHEMATICAL SCRIPT CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4A6,
        name: "MATHEMATICAL SCRIPT CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4A9,
        name: "MATHEMATICAL SCRIPT CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4AA,
        name: "MATHEMATICAL SCRIPT CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4AB,
        name: "MATHEMATICAL SCRIPT CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4AC,
        name: "MATHEMATICAL SCRIPT CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4AE,
        name: "MATHEMATICAL SCRIPT CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4AF,
        name: "MATHEMATICAL SCRIPT CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B0,
        name: "MATHEMATICAL SCRIPT CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B1,
        name: "MATHEMATICAL SCRIPT CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B2,
        name: "MATHEMATICAL SCRIPT CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B3,
        name: "MATHEMATICAL SCRIPT CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B4,
        name: "MATHEMATICAL SCRIPT CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B5,
        name: "MATHEMATICAL SCRIPT CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B6,
        name: "MATHEMATICAL SCRIPT SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B7,
        name: "MATHEMATICAL SCRIPT SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B8,
        name: "MATHEMATICAL SCRIPT SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4B9,
        name: "MATHEMATICAL SCRIPT SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4BB,
        name: "MATHEMATICAL SCRIPT SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4BD,
        name: "MATHEMATICAL SCRIPT SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4BE,
        name: "MATHEMATICAL SCRIPT SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4BF,
        name: "MATHEMATICAL SCRIPT SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C0,
        name: "MATHEMATICAL SCRIPT SMALL K",
    },
    Character {
        age: "4.0",
        codepoint: 0x1D4C1,
        name: "MATHEMATICAL SCRIPT SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C2,
        name: "MATHEMATICAL SCRIPT SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C3,
        name: "MATHEMATICAL SCRIPT SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C5,
        name: "MATHEMATICAL SCRIPT SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C6,
        name: "MATHEMATICAL SCRIPT SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C7,
        name: "MATHEMATICAL SCRIPT SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C8,
        name: "MATHEMATICAL SCRIPT SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4C9,
        name: "MATHEMATICAL SCRIPT SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4CA,
        name: "MATHEMATICAL SCRIPT SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4CB,
        name: "MATHEMATICAL SCRIPT SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4CC,
        name: "MATHEMATICAL SCRIPT SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4CD,
        name: "MATHEMATICAL SCRIPT SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4CE,
        name: "MATHEMATICAL SCRIPT SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4CF,
        name: "MATHEMATICAL SCRIPT SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D0,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D1,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D2,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D3,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D4,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D5,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D6,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D7,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D8,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4D9,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4DA,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4DB,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4DC,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4DD,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4DE,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4DF,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E0,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E1,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E2,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E3,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E4,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E5,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E6,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E7,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E8,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4E9,
        name: "MATHEMATICAL BOLD SCRIPT CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4EA,
        name: "MATHEMATICAL BOLD SCRIPT SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4EB,
        name: "MATHEMATICAL BOLD SCRIPT SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4EC,
        name: "MATHEMATICAL BOLD SCRIPT SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4ED,
        name: "MATHEMATICAL BOLD SCRIPT SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4EE,
        name: "MATHEMATICAL BOLD SCRIPT SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4EF,
        name: "MATHEMATICAL BOLD SCRIPT SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F0,
        name: "MATHEMATICAL BOLD SCRIPT SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F1,
        name: "MATHEMATICAL BOLD SCRIPT SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F2,
        name: "MATHEMATICAL BOLD SCRIPT SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F3,
        name: "MATHEMATICAL BOLD SCRIPT SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F4,
        name: "MATHEMATICAL BOLD SCRIPT SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F5,
        name: "MATHEMATICAL BOLD SCRIPT SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F6,
        name: "MATHEMATICAL BOLD SCRIPT SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F7,
        name: "MATHEMATICAL BOLD SCRIPT SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F8,
        name: "MATHEMATICAL BOLD SCRIPT SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4F9,
        name: "MATHEMATICAL BOLD SCRIPT SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4FA,
        name: "MATHEMATICAL BOLD SCRIPT SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4FB,
        name: "MATHEMATICAL BOLD SCRIPT SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4FC,
        name: "MATHEMATICAL BOLD SCRIPT SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4FD,
        name: "MATHEMATICAL BOLD SCRIPT SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4FE,
        name: "MATHEMATICAL BOLD SCRIPT SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D4FF,
        name: "MATHEMATICAL BOLD SCRIPT SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D500,
        name: "MATHEMATICAL BOLD SCRIPT SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D501,
        name: "MATHEMATICAL BOLD SCRIPT SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D502,
        name: "MATHEMATICAL BOLD SCRIPT SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D503,
        name: "MATHEMATICAL BOLD SCRIPT SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D504,
        name: "MATHEMATICAL FRAKTUR CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D505,
        name: "MATHEMATICAL FRAKTUR CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D507,
        name: "MATHEMATICAL FRAKTUR CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D508,
        name: "MATHEMATICAL FRAKTUR CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D509,
        name: "MATHEMATICAL FRAKTUR CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D50A,
        name: "MATHEMATICAL FRAKTUR CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D50D,
        name: "MATHEMATICAL FRAKTUR CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D50E,
        name: "MATHEMATICAL FRAKTUR CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D50F,
        name: "MATHEMATICAL FRAKTUR CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D510,
        name: "MATHEMATICAL FRAKTUR CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D511,
        name: "MATHEMATICAL FRAKTUR CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D512,
        name: "MATHEMATICAL FRAKTUR CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D513,
        name: "MATHEMATICAL FRAKTUR CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D514,
        name: "MATHEMATICAL FRAKTUR CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D516,
        name: "MATHEMATICAL FRAKTUR CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D517,
        name: "MATHEMATICAL FRAKTUR CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D518,
        name: "MATHEMATICAL FRAKTUR CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D519,
        name: "MATHEMATICAL FRAKTUR CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D51A,
        name: "MATHEMATICAL FRAKTUR CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D51B,
        name: "MATHEMATICAL FRAKTUR CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D51C,
        name: "MATHEMATICAL FRAKTUR CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D51E,
        name: "MATHEMATICAL FRAKTUR SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D51F,
        name: "MATHEMATICAL FRAKTUR SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D520,
        name: "MATHEMATICAL FRAKTUR SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D521,
        name: "MATHEMATICAL FRAKTUR SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D522,
        name: "MATHEMATICAL FRAKTUR SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D523,
        name: "MATHEMATICAL FRAKTUR SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D524,
        name: "MATHEMATICAL FRAKTUR SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D525,
        name: "MATHEMATICAL FRAKTUR SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D526,
        name: "MATHEMATICAL FRAKTUR SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D527,
        name: "MATHEMATICAL FRAKTUR SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D528,
        name: "MATHEMATICAL FRAKTUR SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D529,
        name: "MATHEMATICAL FRAKTUR SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D52A,
        name: "MATHEMATICAL FRAKTUR SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D52B,
        name: "MATHEMATICAL FRAKTUR SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D52C,
        name: "MATHEMATICAL FRAKTUR SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D52D,
        name: "MATHEMATICAL FRAKTUR SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D52E,
        name: "MATHEMATICAL FRAKTUR SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D52F,
        name: "MATHEMATICAL FRAKTUR SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D530,
        name: "MATHEMATICAL FRAKTUR SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D531,
        name: "MATHEMATICAL FRAKTUR SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D532,
        name: "MATHEMATICAL FRAKTUR SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D533,
        name: "MATHEMATICAL FRAKTUR SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D534,
        name: "MATHEMATICAL FRAKTUR SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D535,
        name: "MATHEMATICAL FRAKTUR SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D536,
        name: "MATHEMATICAL FRAKTUR SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D537,
        name: "MATHEMATICAL FRAKTUR SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D538,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D539,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D53B,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D53C,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D53D,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D53E,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D540,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D541,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D542,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D543,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D544,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D546,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D54A,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D54B,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D54C,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D54D,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D54E,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D54F,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D550,
        name: "MATHEMATICAL DOUBLE-STRUCK CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D552,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D553,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D554,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D555,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D556,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D557,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D558,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D559,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D55A,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D55B,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D55C,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D55D,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D55E,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D55F,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D560,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D561,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D562,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D563,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D564,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D565,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D566,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D567,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D568,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D569,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D56A,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D56B,
        name: "MATHEMATICAL DOUBLE-STRUCK SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D56C,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D56D,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D56E,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D56F,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D570,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D571,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D572,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D573,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D574,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D575,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D576,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D577,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D578,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D579,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D57A,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D57B,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D57C,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D57D,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D57E,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D57F,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D580,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D581,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D582,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D583,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D584,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D585,
        name: "MATHEMATICAL BOLD FRAKTUR CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D586,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D587,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D588,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D589,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D58A,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D58B,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D58C,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D58D,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D58E,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D58F,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D590,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D591,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D592,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D593,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D594,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D595,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D596,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D597,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D598,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D599,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D59A,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D59B,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D59C,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D59D,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D59E,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D59F,
        name: "MATHEMATICAL BOLD FRAKTUR SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A0,
        name: "MATHEMATICAL SANS-SERIF CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A1,
        name: "MATHEMATICAL SANS-SERIF CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A2,
        name: "MATHEMATICAL SANS-SERIF CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A3,
        name: "MATHEMATICAL SANS-SERIF CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A4,
        name: "MATHEMATICAL SANS-SERIF CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A5,
        name: "MATHEMATICAL SANS-SERIF CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A6,
        name: "MATHEMATICAL SANS-SERIF CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A7,
        name: "MATHEMATICAL SANS-SERIF CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A8,
        name: "MATHEMATICAL SANS-SERIF CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5A9,
        name: "MATHEMATICAL SANS-SERIF CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5AA,
        name: "MATHEMATICAL SANS-SERIF CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5AB,
        name: "MATHEMATICAL SANS-SERIF CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5AC,
        name: "MATHEMATICAL SANS-SERIF CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5AD,
        name: "MATHEMATICAL SANS-SERIF CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5AE,
        name: "MATHEMATICAL SANS-SERIF CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5AF,
        name: "MATHEMATICAL SANS-SERIF CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B0,
        name: "MATHEMATICAL SANS-SERIF CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B1,
        name: "MATHEMATICAL SANS-SERIF CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B2,
        name: "MATHEMATICAL SANS-SERIF CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B3,
        name: "MATHEMATICAL SANS-SERIF CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B4,
        name: "MATHEMATICAL SANS-SERIF CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B5,
        name: "MATHEMATICAL SANS-SERIF CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B6,
        name: "MATHEMATICAL SANS-SERIF CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B7,
        name: "MATHEMATICAL SANS-SERIF CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B8,
        name: "MATHEMATICAL SANS-SERIF CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5B9,
        name: "MATHEMATICAL SANS-SERIF CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5BA,
        name: "MATHEMATICAL SANS-SERIF SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5BB,
        name: "MATHEMATICAL SANS-SERIF SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5BC,
        name: "MATHEMATICAL SANS-SERIF SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5BD,
        name: "MATHEMATICAL SANS-SERIF SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5BE,
        name: "MATHEMATICAL SANS-SERIF SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5BF,
        name: "MATHEMATICAL SANS-SERIF SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C0,
        name: "MATHEMATICAL SANS-SERIF SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C1,
        name: "MATHEMATICAL SANS-SERIF SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C2,
        name: "MATHEMATICAL SANS-SERIF SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C3,
        name: "MATHEMATICAL SANS-SERIF SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C4,
        name: "MATHEMATICAL SANS-SERIF SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C5,
        name: "MATHEMATICAL SANS-SERIF SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C6,
        name: "MATHEMATICAL SANS-SERIF SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C7,
        name: "MATHEMATICAL SANS-SERIF SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C8,
        name: "MATHEMATICAL SANS-SERIF SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5C9,
        name: "MATHEMATICAL SANS-SERIF SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5CA,
        name: "MATHEMATICAL SANS-SERIF SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5CB,
        name: "MATHEMATICAL SANS-SERIF SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5CC,
        name: "MATHEMATICAL SANS-SERIF SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5CD,
        name: "MATHEMATICAL SANS-SERIF SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5CE,
        name: "MATHEMATICAL SANS-SERIF SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5CF,
        name: "MATHEMATICAL SANS-SERIF SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D0,
        name: "MATHEMATICAL SANS-SERIF SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D1,
        name: "MATHEMATICAL SANS-SERIF SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D2,
        name: "MATHEMATICAL SANS-SERIF SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D3,
        name: "MATHEMATICAL SANS-SERIF SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D4,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D5,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D6,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D7,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D8,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5D9,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5DA,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5DB,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5DC,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5DD,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5DE,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5DF,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E0,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E1,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E2,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E3,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E4,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E5,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E6,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E7,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E8,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5E9,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5EA,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5EB,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5EC,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5ED,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5EE,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5EF,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F0,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F1,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F2,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F3,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F4,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F5,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F6,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F7,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F8,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5F9,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5FA,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5FB,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5FC,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5FD,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5FE,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D5FF,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D600,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D601,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D602,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D603,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D604,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D605,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D606,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D607,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D608,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D609,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D60A,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D60B,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D60C,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D60D,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D60E,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D60F,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D610,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D611,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D612,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D613,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D614,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D615,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D616,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D617,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D618,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D619,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D61A,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D61B,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D61C,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D61D,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D61E,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D61F,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D620,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D621,
        name: "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D622,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D623,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D624,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D625,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D626,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D627,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D628,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D629,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D62A,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D62B,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D62C,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D62D,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D62E,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D62F,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D630,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D631,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D632,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D633,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D634,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D635,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D636,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D637,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D638,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D639,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D63A,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D63B,
        name: "MATHEMATICAL SANS-SERIF ITALIC SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D63C,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D63D,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D63E,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D63F,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D640,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D641,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D642,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D643,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D644,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D645,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D646,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D647,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D648,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D649,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D64A,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D64B,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D64C,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D64D,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D64E,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D64F,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D650,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D651,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D652,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D653,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D654,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D655,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D656,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D657,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D658,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D659,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D65A,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D65B,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D65C,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D65D,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D65E,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D65F,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D660,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D661,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D662,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D663,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D664,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D665,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D666,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D667,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D668,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D669,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D66A,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D66B,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D66C,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D66D,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D66E,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D66F,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D670,
        name: "MATHEMATICAL MONOSPACE CAPITAL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D671,
        name: "MATHEMATICAL MONOSPACE CAPITAL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D672,
        name: "MATHEMATICAL MONOSPACE CAPITAL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D673,
        name: "MATHEMATICAL MONOSPACE CAPITAL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D674,
        name: "MATHEMATICAL MONOSPACE CAPITAL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D675,
        name: "MATHEMATICAL MONOSPACE CAPITAL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D676,
        name: "MATHEMATICAL MONOSPACE CAPITAL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D677,
        name: "MATHEMATICAL MONOSPACE CAPITAL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D678,
        name: "MATHEMATICAL MONOSPACE CAPITAL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D679,
        name: "MATHEMATICAL MONOSPACE CAPITAL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D67A,
        name: "MATHEMATICAL MONOSPACE CAPITAL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D67B,
        name: "MATHEMATICAL MONOSPACE CAPITAL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D67C,
        name: "MATHEMATICAL MONOSPACE CAPITAL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D67D,
        name: "MATHEMATICAL MONOSPACE CAPITAL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D67E,
        name: "MATHEMATICAL MONOSPACE CAPITAL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D67F,
        name: "MATHEMATICAL MONOSPACE CAPITAL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D680,
        name: "MATHEMATICAL MONOSPACE CAPITAL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D681,
        name: "MATHEMATICAL MONOSPACE CAPITAL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D682,
        name: "MATHEMATICAL MONOSPACE CAPITAL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D683,
        name: "MATHEMATICAL MONOSPACE CAPITAL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D684,
        name: "MATHEMATICAL MONOSPACE CAPITAL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D685,
        name: "MATHEMATICAL MONOSPACE CAPITAL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D686,
        name: "MATHEMATICAL MONOSPACE CAPITAL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D687,
        name: "MATHEMATICAL MONOSPACE CAPITAL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D688,
        name: "MATHEMATICAL MONOSPACE CAPITAL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D689,
        name: "MATHEMATICAL MONOSPACE CAPITAL Z",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D68A,
        name: "MATHEMATICAL MONOSPACE SMALL A",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D68B,
        name: "MATHEMATICAL MONOSPACE SMALL B",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D68C,
        name: "MATHEMATICAL MONOSPACE SMALL C",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D68D,
        name: "MATHEMATICAL MONOSPACE SMALL D",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D68E,
        name: "MATHEMATICAL MONOSPACE SMALL E",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D68F,
        name: "MATHEMATICAL MONOSPACE SMALL F",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D690,
        name: "MATHEMATICAL MONOSPACE SMALL G",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D691,
        name: "MATHEMATICAL MONOSPACE SMALL H",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D692,
        name: "MATHEMATICAL MONOSPACE SMALL I",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D693,
        name: "MATHEMATICAL MONOSPACE SMALL J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D694,
        name: "MATHEMATICAL MONOSPACE SMALL K",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D695,
        name: "MATHEMATICAL MONOSPACE SMALL L",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D696,
        name: "MATHEMATICAL MONOSPACE SMALL M",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D697,
        name: "MATHEMATICAL MONOSPACE SMALL N",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D698,
        name: "MATHEMATICAL MONOSPACE SMALL O",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D699,
        name: "MATHEMATICAL MONOSPACE SMALL P",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D69A,
        name: "MATHEMATICAL MONOSPACE SMALL Q",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D69B,
        name: "MATHEMATICAL MONOSPACE SMALL R",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D69C,
        name: "MATHEMATICAL MONOSPACE SMALL S",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D69D,
        name: "MATHEMATICAL MONOSPACE SMALL T",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D69E,
        name: "MATHEMATICAL MONOSPACE SMALL U",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D69F,
        name: "MATHEMATICAL MONOSPACE SMALL V",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6A0,
        name: "MATHEMATICAL MONOSPACE SMALL W",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6A1,
        name: "MATHEMATICAL MONOSPACE SMALL X",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6A2,
        name: "MATHEMATICAL MONOSPACE SMALL Y",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6A3,
        name: "MATHEMATICAL MONOSPACE SMALL Z",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D6A4,
        name: "MATHEMATICAL ITALIC SMALL DOTLESS I",
    },
    Character {
        age: "4.1",
        codepoint: 0x1D6A5,
        name: "MATHEMATICAL ITALIC SMALL DOTLESS J",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6A8,
        name: "MATHEMATICAL BOLD CAPITAL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6A9,
        name: "MATHEMATICAL BOLD CAPITAL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6AA,
        name: "MATHEMATICAL BOLD CAPITAL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6AB,
        name: "MATHEMATICAL BOLD CAPITAL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6AC,
        name: "MATHEMATICAL BOLD CAPITAL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6AD,
        name: "MATHEMATICAL BOLD CAPITAL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6AE,
        name: "MATHEMATICAL BOLD CAPITAL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6AF,
        name: "MATHEMATICAL BOLD CAPITAL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B0,
        name: "MATHEMATICAL BOLD CAPITAL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B1,
        name: "MATHEMATICAL BOLD CAPITAL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B2,
        name: "MATHEMATICAL BOLD CAPITAL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B3,
        name: "MATHEMATICAL BOLD CAPITAL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B4,
        name: "MATHEMATICAL BOLD CAPITAL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B5,
        name: "MATHEMATICAL BOLD CAPITAL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B6,
        name: "MATHEMATICAL BOLD CAPITAL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B7,
        name: "MATHEMATICAL BOLD CAPITAL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B8,
        name: "MATHEMATICAL BOLD CAPITAL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6B9,
        name: "MATHEMATICAL BOLD CAPITAL THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6BA,
        name: "MATHEMATICAL BOLD CAPITAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6BB,
        name: "MATHEMATICAL BOLD CAPITAL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6BC,
        name: "MATHEMATICAL BOLD CAPITAL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6BD,
        name: "MATHEMATICAL BOLD CAPITAL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6BE,
        name: "MATHEMATICAL BOLD CAPITAL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6BF,
        name: "MATHEMATICAL BOLD CAPITAL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C0,
        name: "MATHEMATICAL BOLD CAPITAL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C1,
        name: "MATHEMATICAL BOLD NABLA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C2,
        name: "MATHEMATICAL BOLD SMALL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C3,
        name: "MATHEMATICAL BOLD SMALL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C4,
        name: "MATHEMATICAL BOLD SMALL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C5,
        name: "MATHEMATICAL BOLD SMALL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C6,
        name: "MATHEMATICAL BOLD SMALL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C7,
        name: "MATHEMATICAL BOLD SMALL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C8,
        name: "MATHEMATICAL BOLD SMALL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6C9,
        name: "MATHEMATICAL BOLD SMALL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6CA,
        name: "MATHEMATICAL BOLD SMALL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6CB,
        name: "MATHEMATICAL BOLD SMALL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6CC,
        name: "MATHEMATICAL BOLD SMALL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6CD,
        name: "MATHEMATICAL BOLD SMALL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6CE,
        name: "MATHEMATICAL BOLD SMALL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6CF,
        name: "MATHEMATICAL BOLD SMALL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D0,
        name: "MATHEMATICAL BOLD SMALL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D1,
        name: "MATHEMATICAL BOLD SMALL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D2,
        name: "MATHEMATICAL BOLD SMALL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D3,
        name: "MATHEMATICAL BOLD SMALL FINAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D4,
        name: "MATHEMATICAL BOLD SMALL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D5,
        name: "MATHEMATICAL BOLD SMALL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D6,
        name: "MATHEMATICAL BOLD SMALL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D7,
        name: "MATHEMATICAL BOLD SMALL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D8,
        name: "MATHEMATICAL BOLD SMALL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6D9,
        name: "MATHEMATICAL BOLD SMALL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6DA,
        name: "MATHEMATICAL BOLD SMALL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6DB,
        name: "MATHEMATICAL BOLD PARTIAL DIFFERENTIAL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6DC,
        name: "MATHEMATICAL BOLD EPSILON SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6DD,
        name: "MATHEMATICAL BOLD THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6DE,
        name: "MATHEMATICAL BOLD KAPPA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6DF,
        name: "MATHEMATICAL BOLD PHI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E0,
        name: "MATHEMATICAL BOLD RHO SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E1,
        name: "MATHEMATICAL BOLD PI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E2,
        name: "MATHEMATICAL ITALIC CAPITAL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E3,
        name: "MATHEMATICAL ITALIC CAPITAL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E4,
        name: "MATHEMATICAL ITALIC CAPITAL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E5,
        name: "MATHEMATICAL ITALIC CAPITAL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E6,
        name: "MATHEMATICAL ITALIC CAPITAL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E7,
        name: "MATHEMATICAL ITALIC CAPITAL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E8,
        name: "MATHEMATICAL ITALIC CAPITAL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6E9,
        name: "MATHEMATICAL ITALIC CAPITAL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6EA,
        name: "MATHEMATICAL ITALIC CAPITAL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6EB,
        name: "MATHEMATICAL ITALIC CAPITAL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6EC,
        name: "MATHEMATICAL ITALIC CAPITAL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6ED,
        name: "MATHEMATICAL ITALIC CAPITAL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6EE,
        name: "MATHEMATICAL ITALIC CAPITAL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6EF,
        name: "MATHEMATICAL ITALIC CAPITAL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F0,
        name: "MATHEMATICAL ITALIC CAPITAL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F1,
        name: "MATHEMATICAL ITALIC CAPITAL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F2,
        name: "MATHEMATICAL ITALIC CAPITAL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F3,
        name: "MATHEMATICAL ITALIC CAPITAL THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F4,
        name: "MATHEMATICAL ITALIC CAPITAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F5,
        name: "MATHEMATICAL ITALIC CAPITAL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F6,
        name: "MATHEMATICAL ITALIC CAPITAL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F7,
        name: "MATHEMATICAL ITALIC CAPITAL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F8,
        name: "MATHEMATICAL ITALIC CAPITAL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6F9,
        name: "MATHEMATICAL ITALIC CAPITAL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6FA,
        name: "MATHEMATICAL ITALIC CAPITAL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6FB,
        name: "MATHEMATICAL ITALIC NABLA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6FC,
        name: "MATHEMATICAL ITALIC SMALL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6FD,
        name: "MATHEMATICAL ITALIC SMALL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6FE,
        name: "MATHEMATICAL ITALIC SMALL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D6FF,
        name: "MATHEMATICAL ITALIC SMALL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D700,
        name: "MATHEMATICAL ITALIC SMALL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D701,
        name: "MATHEMATICAL ITALIC SMALL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D702,
        name: "MATHEMATICAL ITALIC SMALL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D703,
        name: "MATHEMATICAL ITALIC SMALL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D704,
        name: "MATHEMATICAL ITALIC SMALL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D705,
        name: "MATHEMATICAL ITALIC SMALL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D706,
        name: "MATHEMATICAL ITALIC SMALL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D707,
        name: "MATHEMATICAL ITALIC SMALL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D708,
        name: "MATHEMATICAL ITALIC SMALL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D709,
        name: "MATHEMATICAL ITALIC SMALL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D70A,
        name: "MATHEMATICAL ITALIC SMALL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D70B,
        name: "MATHEMATICAL ITALIC SMALL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D70C,
        name: "MATHEMATICAL ITALIC SMALL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D70D,
        name: "MATHEMATICAL ITALIC SMALL FINAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D70E,
        name: "MATHEMATICAL ITALIC SMALL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D70F,
        name: "MATHEMATICAL ITALIC SMALL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D710,
        name: "MATHEMATICAL ITALIC SMALL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D711,
        name: "MATHEMATICAL ITALIC SMALL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D712,
        name: "MATHEMATICAL ITALIC SMALL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D713,
        name: "MATHEMATICAL ITALIC SMALL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D714,
        name: "MATHEMATICAL ITALIC SMALL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D715,
        name: "MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D716,
        name: "MATHEMATICAL ITALIC EPSILON SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D717,
        name: "MATHEMATICAL ITALIC THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D718,
        name: "MATHEMATICAL ITALIC KAPPA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D719,
        name: "MATHEMATICAL ITALIC PHI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D71A,
        name: "MATHEMATICAL ITALIC RHO SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D71B,
        name: "MATHEMATICAL ITALIC PI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D71C,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D71D,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D71E,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D71F,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D720,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D721,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D722,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D723,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D724,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D725,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D726,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D727,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D728,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D729,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D72A,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D72B,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D72C,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D72D,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D72E,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D72F,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D730,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D731,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D732,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D733,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D734,
        name: "MATHEMATICAL BOLD ITALIC CAPITAL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D735,
        name: "MATHEMATICAL BOLD ITALIC NABLA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D736,
        name: "MATHEMATICAL BOLD ITALIC SMALL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D737,
        name: "MATHEMATICAL BOLD ITALIC SMALL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D738,
        name: "MATHEMATICAL BOLD ITALIC SMALL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D739,
        name: "MATHEMATICAL BOLD ITALIC SMALL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D73A,
        name: "MATHEMATICAL BOLD ITALIC SMALL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D73B,
        name: "MATHEMATICAL BOLD ITALIC SMALL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D73C,
        name: "MATHEMATICAL BOLD ITALIC SMALL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D73D,
        name: "MATHEMATICAL BOLD ITALIC SMALL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D73E,
        name: "MATHEMATICAL BOLD ITALIC SMALL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D73F,
        name: "MATHEMATICAL BOLD ITALIC SMALL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D740,
        name: "MATHEMATICAL BOLD ITALIC SMALL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D741,
        name: "MATHEMATICAL BOLD ITALIC SMALL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D742,
        name: "MATHEMATICAL BOLD ITALIC SMALL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D743,
        name: "MATHEMATICAL BOLD ITALIC SMALL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D744,
        name: "MATHEMATICAL BOLD ITALIC SMALL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D745,
        name: "MATHEMATICAL BOLD ITALIC SMALL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D746,
        name: "MATHEMATICAL BOLD ITALIC SMALL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D747,
        name: "MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D748,
        name: "MATHEMATICAL BOLD ITALIC SMALL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D749,
        name: "MATHEMATICAL BOLD ITALIC SMALL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D74A,
        name: "MATHEMATICAL BOLD ITALIC SMALL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D74B,
        name: "MATHEMATICAL BOLD ITALIC SMALL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D74C,
        name: "MATHEMATICAL BOLD ITALIC SMALL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D74D,
        name: "MATHEMATICAL BOLD ITALIC SMALL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D74E,
        name: "MATHEMATICAL BOLD ITALIC SMALL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D74F,
        name: "MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D750,
        name: "MATHEMATICAL BOLD ITALIC EPSILON SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D751,
        name: "MATHEMATICAL BOLD ITALIC THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D752,
        name: "MATHEMATICAL BOLD ITALIC KAPPA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D753,
        name: "MATHEMATICAL BOLD ITALIC PHI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D754,
        name: "MATHEMATICAL BOLD ITALIC RHO SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D755,
        name: "MATHEMATICAL BOLD ITALIC PI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D756,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D757,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D758,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D759,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D75A,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D75B,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D75C,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D75D,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D75E,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D75F,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D760,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D761,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D762,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D763,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D764,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D765,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D766,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D767,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D768,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D769,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D76A,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D76B,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D76C,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D76D,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D76E,
        name: "MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D76F,
        name: "MATHEMATICAL SANS-SERIF BOLD NABLA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D770,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D771,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D772,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D773,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D774,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D775,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D776,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D777,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D778,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D779,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D77A,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D77B,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D77C,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D77D,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D77E,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D77F,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D780,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D781,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D782,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D783,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D784,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D785,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D786,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D787,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D788,
        name: "MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D789,
        name: "MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D78A,
        name: "MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D78B,
        name: "MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D78C,
        name: "MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D78D,
        name: "MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D78E,
        name: "MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D78F,
        name: "MATHEMATICAL SANS-SERIF BOLD PI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D790,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D791,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D792,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D793,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D794,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D795,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D796,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D797,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D798,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D799,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D79A,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D79B,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D79C,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D79D,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D79E,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D79F,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A0,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A1,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A2,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A3,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A4,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A5,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A6,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A7,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A8,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7A9,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7AA,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7AB,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7AC,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7AD,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7AE,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7AF,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B0,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B1,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B2,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B3,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B4,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B5,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B6,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B7,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B8,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7B9,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7BA,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7BB,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7BC,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7BD,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7BE,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7BF,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C0,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C1,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C2,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C3,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C4,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C5,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C6,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C7,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C8,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7C9,
        name: "MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D7CA,
        name: "MATHEMATICAL BOLD CAPITAL DIGAMMA",
    },
    Character {
        age: "5.0",
        codepoint: 0x1D7CB,
        name: "MATHEMATICAL BOLD SMALL DIGAMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7CE,
        name: "MATHEMATICAL BOLD DIGIT ZERO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7CF,
        name: "MATHEMATICAL BOLD DIGIT ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D0,
        name: "MATHEMATICAL BOLD DIGIT TWO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D1,
        name: "MATHEMATICAL BOLD DIGIT THREE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D2,
        name: "MATHEMATICAL BOLD DIGIT FOUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D3,
        name: "MATHEMATICAL BOLD DIGIT FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D4,
        name: "MATHEMATICAL BOLD DIGIT SIX",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D5,
        name: "MATHEMATICAL BOLD DIGIT SEVEN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D6,
        name: "MATHEMATICAL BOLD DIGIT EIGHT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D7,
        name: "MATHEMATICAL BOLD DIGIT NINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D8,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7D9,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7DA,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT TWO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7DB,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT THREE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7DC,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7DD,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7DE,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT SIX",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7DF,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E0,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E1,
        name: "MATHEMATICAL DOUBLE-STRUCK DIGIT NINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E2,
        name: "MATHEMATICAL SANS-SERIF DIGIT ZERO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E3,
        name: "MATHEMATICAL SANS-SERIF DIGIT ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E4,
        name: "MATHEMATICAL SANS-SERIF DIGIT TWO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E5,
        name: "MATHEMATICAL SANS-SERIF DIGIT THREE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E6,
        name: "MATHEMATICAL SANS-SERIF DIGIT FOUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E7,
        name: "MATHEMATICAL SANS-SERIF DIGIT FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E8,
        name: "MATHEMATICAL SANS-SERIF DIGIT SIX",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7E9,
        name: "MATHEMATICAL SANS-SERIF DIGIT SEVEN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7EA,
        name: "MATHEMATICAL SANS-SERIF DIGIT EIGHT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7EB,
        name: "MATHEMATICAL SANS-SERIF DIGIT NINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7EC,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7ED,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7EE,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT TWO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7EF,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT THREE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F0,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F1,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F2,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT SIX",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F3,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F4,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F5,
        name: "MATHEMATICAL SANS-SERIF BOLD DIGIT NINE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F6,
        name: "MATHEMATICAL MONOSPACE DIGIT ZERO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F7,
        name: "MATHEMATICAL MONOSPACE DIGIT ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F8,
        name: "MATHEMATICAL MONOSPACE DIGIT TWO",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7F9,
        name: "MATHEMATICAL MONOSPACE DIGIT THREE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7FA,
        name: "MATHEMATICAL MONOSPACE DIGIT FOUR",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7FB,
        name: "MATHEMATICAL MONOSPACE DIGIT FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7FC,
        name: "MATHEMATICAL MONOSPACE DIGIT SIX",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7FD,
        name: "MATHEMATICAL MONOSPACE DIGIT SEVEN",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7FE,
        name: "MATHEMATICAL MONOSPACE DIGIT EIGHT",
    },
    Character {
        age: "3.1",
        codepoint: 0x1D7FF,
        name: "MATHEMATICAL MONOSPACE DIGIT NINE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D800,
        name: "SIGNWRITING HAND-FIST INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D801,
        name: "SIGNWRITING HAND-CIRCLE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D802,
        name: "SIGNWRITING HAND-CUP INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D803,
        name: "SIGNWRITING HAND-OVAL INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D804,
        name: "SIGNWRITING HAND-HINGE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D805,
        name: "SIGNWRITING HAND-ANGLE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D806,
        name: "SIGNWRITING HAND-FIST INDEX BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D807,
        name: "SIGNWRITING HAND-CIRCLE INDEX BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D808,
        name: "SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D809,
        name: "SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D80A,
        name: "SIGNWRITING HAND-FIST INDEX CUPPED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D80B,
        name: "SIGNWRITING HAND-FIST INDEX HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D80C,
        name: "SIGNWRITING HAND-FIST INDEX HINGED LOW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D80D,
        name: "SIGNWRITING HAND-CIRCLE INDEX HINGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D80E,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D80F,
        name: "SIGNWRITING HAND-CIRCLE INDEX MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D810,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D811,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D812,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D813,
        name: "SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D814,
        name: "SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D815,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D816,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D817,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D818,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D819,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D81A,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D81B,
        name: "SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D81C,
        name: "SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D81D,
        name: "SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D81E,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D81F,
        name: "SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D820,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D821,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D822,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D823,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D824,
        name: "SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D825,
        name: "SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D826,
        name: "SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D827,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D828,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D829,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D82A,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D82B,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D82C,
        name: "SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D82D,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D82E,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D82F,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D830,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D831,
        name: "SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D832,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D833,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D834,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D835,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D836,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D837,
        name: "SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D838,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D839,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D83A,
        name: "SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D83B,
        name: "SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D83C,
        name: "SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D83D,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D83E,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D83F,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D840,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D841,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D842,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D843,
        name: "SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D844,
        name: "SIGNWRITING HAND-FLAT FOUR FINGERS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D845,
        name: "SIGNWRITING HAND-FLAT FOUR FINGERS BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D846,
        name: "SIGNWRITING HAND-FLAT FOUR FINGERS HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D847,
        name: "SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D848,
        name: "SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D849,
        name: "SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D84A,
        name: "SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D84B,
        name: "SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D84C,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D84D,
        name: "SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D84E,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D84F,
        name: "SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D850,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D851,
        name: "SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D852,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D853,
        name: "SIGNWRITING HAND-CUP FIVE FINGERS SPREAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D854,
        name: "SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D855,
        name: "SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D856,
        name: "SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D857,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D858,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D859,
        name: "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D85A,
        name: "SIGNWRITING HAND-FLAT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D85B,
        name: "SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D85C,
        name: "SIGNWRITING HAND-FLAT HEEL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D85D,
        name: "SIGNWRITING HAND-FLAT THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D85E,
        name: "SIGNWRITING HAND-FLAT HEEL THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D85F,
        name: "SIGNWRITING HAND-FLAT THUMB BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D860,
        name: "SIGNWRITING HAND-FLAT THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D861,
        name: "SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D862,
        name: "SIGNWRITING HAND-FLAT SPLIT CENTRE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D863,
        name: "SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D864,
        name: "SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D865,
        name: "SIGNWRITING HAND-FLAT SPLIT LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D866,
        name: "SIGNWRITING HAND-CLAW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D867,
        name: "SIGNWRITING HAND-CLAW THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D868,
        name: "SIGNWRITING HAND-CLAW NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D869,
        name: "SIGNWRITING HAND-CLAW THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D86A,
        name: "SIGNWRITING HAND-HOOK CURLICUE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D86B,
        name: "SIGNWRITING HAND-HOOK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D86C,
        name: "SIGNWRITING HAND-CUP OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D86D,
        name: "SIGNWRITING HAND-CUP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D86E,
        name: "SIGNWRITING HAND-CUP OPEN THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D86F,
        name: "SIGNWRITING HAND-CUP THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D870,
        name: "SIGNWRITING HAND-CUP OPEN NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D871,
        name: "SIGNWRITING HAND-CUP NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D872,
        name: "SIGNWRITING HAND-CUP OPEN THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D873,
        name: "SIGNWRITING HAND-CUP THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D874,
        name: "SIGNWRITING HAND-CURLICUE OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D875,
        name: "SIGNWRITING HAND-CURLICUE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D876,
        name: "SIGNWRITING HAND-CIRCLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D877,
        name: "SIGNWRITING HAND-OVAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D878,
        name: "SIGNWRITING HAND-OVAL THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D879,
        name: "SIGNWRITING HAND-OVAL NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D87A,
        name: "SIGNWRITING HAND-OVAL THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D87B,
        name: "SIGNWRITING HAND-HINGE OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D87C,
        name: "SIGNWRITING HAND-HINGE OPEN THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D87D,
        name: "SIGNWRITING HAND-HINGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D87E,
        name: "SIGNWRITING HAND-HINGE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D87F,
        name: "SIGNWRITING HAND-HINGE OPEN THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D880,
        name: "SIGNWRITING HAND-HINGE THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D881,
        name: "SIGNWRITING HAND-HINGE OPEN NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D882,
        name: "SIGNWRITING HAND-HINGE NO THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D883,
        name: "SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D884,
        name: "SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D885,
        name: "SIGNWRITING HAND-ANGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D886,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D887,
        name: "SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D888,
        name: "SIGNWRITING HAND-HINGE INDEX MIDDLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D889,
        name: "SIGNWRITING HAND-ANGLE INDEX MIDDLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D88A,
        name: "SIGNWRITING HAND-HINGE LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D88B,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D88C,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D88D,
        name: "SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D88E,
        name: "SIGNWRITING HAND-FIST LITTLE DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D88F,
        name: "SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D890,
        name: "SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D891,
        name: "SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D892,
        name: "SIGNWRITING HAND-FIST LITTLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D893,
        name: "SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D894,
        name: "SIGNWRITING HAND-CIRCLE LITTLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D895,
        name: "SIGNWRITING HAND-OVAL LITTLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D896,
        name: "SIGNWRITING HAND-ANGLE LITTLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D897,
        name: "SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D898,
        name: "SIGNWRITING HAND-FIST LITTLE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D899,
        name: "SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D89A,
        name: "SIGNWRITING HAND-FIST LITTLE THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D89B,
        name: "SIGNWRITING HAND-HINGE LITTLE THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D89C,
        name: "SIGNWRITING HAND-FIST LITTLE INDEX THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D89D,
        name: "SIGNWRITING HAND-HINGE LITTLE INDEX THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D89E,
        name: "SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D89F,
        name: "SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A0,
        name: "SIGNWRITING HAND-FIST LITTLE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A1,
        name: "SIGNWRITING HAND-CIRCLE LITTLE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A2,
        name: "SIGNWRITING HAND-HINGE LITTLE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A3,
        name: "SIGNWRITING HAND-ANGLE LITTLE INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A4,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A5,
        name: "SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A6,
        name: "SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A7,
        name: "SIGNWRITING HAND-HINGE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A8,
        name: "SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8A9,
        name: "SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8AA,
        name: "SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8AB,
        name: "SIGNWRITING HAND-FIST RING DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8AC,
        name: "SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8AD,
        name: "SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8AE,
        name: "SIGNWRITING HAND-FIST RING UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8AF,
        name: "SIGNWRITING HAND-FIST RING RAISED KNUCKLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B0,
        name: "SIGNWRITING HAND-FIST RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B1,
        name: "SIGNWRITING HAND-CIRCLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B2,
        name: "SIGNWRITING HAND-OVAL RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B3,
        name: "SIGNWRITING HAND-ANGLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B4,
        name: "SIGNWRITING HAND-FIST RING MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B5,
        name: "SIGNWRITING HAND-FIST RING MIDDLE CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B6,
        name: "SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B7,
        name: "SIGNWRITING HAND-FIST RING INDEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B8,
        name: "SIGNWRITING HAND-FIST RING THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8B9,
        name: "SIGNWRITING HAND-HOOK RING THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8BA,
        name: "SIGNWRITING HAND-FIST INDEX RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8BB,
        name: "SIGNWRITING HAND-CIRCLE INDEX RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8BC,
        name: "SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8BD,
        name: "SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8BE,
        name: "SIGNWRITING HAND-HOOK INDEX RING LITTLE IN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8BF,
        name: "SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C0,
        name: "SIGNWRITING HAND-CUP INDEX RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C1,
        name: "SIGNWRITING HAND-HINGE INDEX RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C2,
        name: "SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C3,
        name: "SIGNWRITING HAND-ANGLE INDEX RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C4,
        name: "SIGNWRITING HAND-FIST MIDDLE DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C5,
        name: "SIGNWRITING HAND-HINGE MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C6,
        name: "SIGNWRITING HAND-FIST MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C7,
        name: "SIGNWRITING HAND-CIRCLE MIDDLE UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C8,
        name: "SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8C9,
        name: "SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8CA,
        name: "SIGNWRITING HAND-HOOK MIDDLE THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8CB,
        name: "SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8CC,
        name: "SIGNWRITING HAND-FIST MIDDLE LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8CD,
        name: "SIGNWRITING HAND-FIST MIDDLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8CE,
        name: "SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8CF,
        name: "SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D0,
        name: "SIGNWRITING HAND-CUP MIDDLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D1,
        name: "SIGNWRITING HAND-HINGE MIDDLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D2,
        name: "SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D3,
        name: "SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D4,
        name: "SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D5,
        name: "SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D6,
        name: "SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D7,
        name: "SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D8,
        name: "SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8D9,
        name: "SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8DA,
        name: "SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8DB,
        name: "SIGNWRITING HAND-HINGE INDEX HINGED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8DC,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8DD,
        name: "SIGNWRITING HAND-HINGE INDEX THUMB SIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8DE,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8DF,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E0,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E1,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E2,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E3,
        name: "SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E4,
        name: "SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E5,
        name: "SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E6,
        name: "SIGNWRITING HAND-FIST INDEX THUMB HOOK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E7,
        name: "SIGNWRITING HAND-FIST INDEX THUMB CURLICUE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E8,
        name: "SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8E9,
        name: "SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8EA,
        name: "SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8EB,
        name: "SIGNWRITING HAND-FIST INDEX THUMB CIRCLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8EC,
        name: "SIGNWRITING HAND-CUP INDEX THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8ED,
        name: "SIGNWRITING HAND-CUP INDEX THUMB OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8EE,
        name: "SIGNWRITING HAND-HINGE INDEX THUMB OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8EF,
        name: "SIGNWRITING HAND-HINGE INDEX THUMB LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F0,
        name: "SIGNWRITING HAND-HINGE INDEX THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F1,
        name: "SIGNWRITING HAND-HINGE INDEX THUMB SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F2,
        name: "SIGNWRITING HAND-ANGLE INDEX THUMB OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F3,
        name: "SIGNWRITING HAND-ANGLE INDEX THUMB IN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F4,
        name: "SIGNWRITING HAND-ANGLE INDEX THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F5,
        name: "SIGNWRITING HAND-FIST THUMB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F6,
        name: "SIGNWRITING HAND-FIST THUMB HEEL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F7,
        name: "SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F8,
        name: "SIGNWRITING HAND-FIST THUMB SIDE CONJOINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8F9,
        name: "SIGNWRITING HAND-FIST THUMB SIDE BENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8FA,
        name: "SIGNWRITING HAND-FIST THUMB FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8FB,
        name: "SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8FC,
        name: "SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8FD,
        name: "SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8FE,
        name: "SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D8FF,
        name: "SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D900,
        name: "SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D901,
        name: "SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D902,
        name: "SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D903,
        name: "SIGNWRITING HAND-FIST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D904,
        name: "SIGNWRITING HAND-FIST HEEL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D905,
        name: "SIGNWRITING TOUCH SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D906,
        name: "SIGNWRITING TOUCH MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D907,
        name: "SIGNWRITING TOUCH BETWEEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D908,
        name: "SIGNWRITING GRASP SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D909,
        name: "SIGNWRITING GRASP MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D90A,
        name: "SIGNWRITING GRASP BETWEEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D90B,
        name: "SIGNWRITING STRIKE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D90C,
        name: "SIGNWRITING STRIKE MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D90D,
        name: "SIGNWRITING STRIKE BETWEEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D90E,
        name: "SIGNWRITING BRUSH SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D90F,
        name: "SIGNWRITING BRUSH MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D910,
        name: "SIGNWRITING BRUSH BETWEEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D911,
        name: "SIGNWRITING RUB SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D912,
        name: "SIGNWRITING RUB MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D913,
        name: "SIGNWRITING RUB BETWEEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D914,
        name: "SIGNWRITING SURFACE SYMBOLS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D915,
        name: "SIGNWRITING SURFACE BETWEEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D916,
        name: "SIGNWRITING SQUEEZE LARGE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D917,
        name: "SIGNWRITING SQUEEZE SMALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D918,
        name: "SIGNWRITING SQUEEZE LARGE MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D919,
        name: "SIGNWRITING SQUEEZE SMALL MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D91A,
        name: "SIGNWRITING SQUEEZE SEQUENTIAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D91B,
        name: "SIGNWRITING FLICK LARGE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D91C,
        name: "SIGNWRITING FLICK SMALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D91D,
        name: "SIGNWRITING FLICK LARGE MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D91E,
        name: "SIGNWRITING FLICK SMALL MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D91F,
        name: "SIGNWRITING FLICK SEQUENTIAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D920,
        name: "SIGNWRITING SQUEEZE FLICK ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D921,
        name: "SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D922,
        name: "SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D923,
        name: "SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D924,
        name: "SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D925,
        name: "SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D926,
        name: "SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D927,
        name: "SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D928,
        name: "SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D929,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D92A,
        name: "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D92B,
        name: "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D92C,
        name: "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D92D,
        name: "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D92E,
        name: "SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D92F,
        name: "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D930,
        name: "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D931,
        name: "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D932,
        name: "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D933,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CROSS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D934,
        name: "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D935,
        name: "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D936,
        name: "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D937,
        name: "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D938,
        name: "SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D939,
        name: "SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D93A,
        name: "SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D93B,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D93C,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D93D,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D93E,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D93F,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D940,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D941,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D942,
        name: "SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D943,
        name: "SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D944,
        name: "SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D945,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D946,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D947,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D948,
        name: "SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D949,
        name: "SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D94A,
        name: "SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D94B,
        name: "SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D94C,
        name: "SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D94D,
        name: "SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D94E,
        name: "SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D94F,
        name: "SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D950,
        name: "SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D951,
        name: "SIGNWRITING TRAVEL-WALLPLANE SHAKING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D952,
        name: "SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D953,
        name: "SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D954,
        name: "SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D955,
        name: "SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D956,
        name: "SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D957,
        name: "SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D958,
        name: "SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D959,
        name: "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D95A,
        name: "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D95B,
        name: "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D95C,
        name: "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D95D,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D95E,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D95F,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D960,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D961,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D962,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D963,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D964,
        name: "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D965,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D966,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D967,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D968,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D969,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D96A,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D96B,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D96C,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D96D,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D96E,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CROSS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D96F,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D970,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D971,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D972,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D973,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE BEND",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D974,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D975,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D976,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D977,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CHECK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D978,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D979,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D97A,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D97B,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D97C,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D97D,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D97E,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D97F,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D980,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D981,
        name: "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D982,
        name: "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D983,
        name: "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D984,
        name: "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D985,
        name: "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D986,
        name: "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D987,
        name: "SIGNWRITING TRAVEL-FLOORPLANE SHAKING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D988,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D989,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D98A,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D98B,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D98C,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D98D,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D98E,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D98F,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D990,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D991,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D992,
        name: "SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D993,
        name: "SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D994,
        name: "SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D995,
        name: "SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D996,
        name: "SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D997,
        name: "SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D998,
        name: "SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D999,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D99A,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D99B,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D99C,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D99D,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D99E,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D99F,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A0,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A1,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A2,
        name: "SIGNWRITING ROTATION-WALLPLANE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A3,
        name: "SIGNWRITING ROTATION-WALLPLANE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A4,
        name: "SIGNWRITING ROTATION-WALLPLANE ALTERNATE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A5,
        name: "SIGNWRITING MOVEMENT-WALLPLANE SHAKING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A6,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A7,
        name: "SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A8,
        name: "SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9A9,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9AA,
        name: "SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9AB,
        name: "SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9AC,
        name: "SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9AD,
        name: "SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9AE,
        name: "SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9AF,
        name: "SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B0,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B1,
        name: "SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B2,
        name: "SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B3,
        name: "SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B4,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B5,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B6,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B7,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B8,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9B9,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9BA,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9BB,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9BC,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9BD,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9BE,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9BF,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C0,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C1,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C2,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C3,
        name: "SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C4,
        name: "SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C5,
        name: "SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C6,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C7,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C8,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9C9,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9CA,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9CB,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9CC,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9CD,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9CE,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9CF,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D0,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D1,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D2,
        name: "SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D3,
        name: "SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D4,
        name: "SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D5,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D6,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D7,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D8,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9D9,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9DA,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9DB,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9DC,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9DD,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9DE,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9DF,
        name: "SIGNWRITING ROTATION-FLOORPLANE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E0,
        name: "SIGNWRITING ROTATION-FLOORPLANE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E1,
        name: "SIGNWRITING ROTATION-FLOORPLANE ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E2,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E3,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E4,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E5,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E6,
        name: "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E7,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E8,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9E9,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9EA,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9EB,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9EC,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9ED,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9EE,
        name: "SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9EF,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F0,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F1,
        name: "SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F2,
        name: "SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F3,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F4,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F5,
        name: "SIGNWRITING DYNAMIC ARROWHEAD SMALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F6,
        name: "SIGNWRITING DYNAMIC ARROWHEAD LARGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F7,
        name: "SIGNWRITING DYNAMIC FAST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F8,
        name: "SIGNWRITING DYNAMIC SLOW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9F9,
        name: "SIGNWRITING DYNAMIC TENSE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9FA,
        name: "SIGNWRITING DYNAMIC RELAXED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9FB,
        name: "SIGNWRITING DYNAMIC SIMULTANEOUS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9FC,
        name: "SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9FD,
        name: "SIGNWRITING DYNAMIC EVERY OTHER TIME",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9FE,
        name: "SIGNWRITING DYNAMIC GRADUAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1D9FF,
        name: "SIGNWRITING HEAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA00,
        name: "SIGNWRITING HEAD RIM",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA01,
        name: "SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA02,
        name: "SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA03,
        name: "SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA04,
        name: "SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA05,
        name: "SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA06,
        name: "SIGNWRITING HEAD MOVEMENT CIRCLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA07,
        name: "SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA08,
        name: "SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA09,
        name: "SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA0A,
        name: "SIGNWRITING EYEBROWS STRAIGHT UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA0B,
        name: "SIGNWRITING EYEBROWS STRAIGHT NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA0C,
        name: "SIGNWRITING EYEBROWS STRAIGHT DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA0D,
        name: "SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA0E,
        name: "SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA0F,
        name: "SIGNWRITING DREAMY EYEBROWS UP NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA10,
        name: "SIGNWRITING DREAMY EYEBROWS NEUTRAL UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA11,
        name: "SIGNWRITING FOREHEAD NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA12,
        name: "SIGNWRITING FOREHEAD CONTACT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA13,
        name: "SIGNWRITING FOREHEAD WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA14,
        name: "SIGNWRITING EYES OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA15,
        name: "SIGNWRITING EYES SQUEEZED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA16,
        name: "SIGNWRITING EYES CLOSED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA17,
        name: "SIGNWRITING EYE BLINK SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA18,
        name: "SIGNWRITING EYE BLINK MULTIPLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA19,
        name: "SIGNWRITING EYES HALF OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA1A,
        name: "SIGNWRITING EYES WIDE OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA1B,
        name: "SIGNWRITING EYES HALF CLOSED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA1C,
        name: "SIGNWRITING EYES WIDENING MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA1D,
        name: "SIGNWRITING EYE WINK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA1E,
        name: "SIGNWRITING EYELASHES UP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA1F,
        name: "SIGNWRITING EYELASHES DOWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA20,
        name: "SIGNWRITING EYELASHES FLUTTERING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA21,
        name: "SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA22,
        name: "SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA23,
        name: "SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA24,
        name: "SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA25,
        name: "SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA26,
        name: "SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA27,
        name: "SIGNWRITING EYEGAZE-WALLPLANE CURVED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA28,
        name: "SIGNWRITING EYEGAZE-FLOORPLANE CURVED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA29,
        name: "SIGNWRITING EYEGAZE-WALLPLANE CIRCLING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA2A,
        name: "SIGNWRITING CHEEKS PUFFED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA2B,
        name: "SIGNWRITING CHEEKS NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA2C,
        name: "SIGNWRITING CHEEKS SUCKED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA2D,
        name: "SIGNWRITING TENSE CHEEKS HIGH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA2E,
        name: "SIGNWRITING TENSE CHEEKS MIDDLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA2F,
        name: "SIGNWRITING TENSE CHEEKS LOW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA30,
        name: "SIGNWRITING EARS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA31,
        name: "SIGNWRITING NOSE NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA32,
        name: "SIGNWRITING NOSE CONTACT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA33,
        name: "SIGNWRITING NOSE WRINKLES",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA34,
        name: "SIGNWRITING NOSE WIGGLES",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA35,
        name: "SIGNWRITING AIR BLOWING OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA36,
        name: "SIGNWRITING AIR SUCKING IN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA37,
        name: "SIGNWRITING AIR BLOW SMALL ROTATIONS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA38,
        name: "SIGNWRITING AIR SUCK SMALL ROTATIONS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA39,
        name: "SIGNWRITING BREATH INHALE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA3A,
        name: "SIGNWRITING BREATH EXHALE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA3B,
        name: "SIGNWRITING MOUTH CLOSED NEUTRAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA3C,
        name: "SIGNWRITING MOUTH CLOSED FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA3D,
        name: "SIGNWRITING MOUTH CLOSED CONTACT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA3E,
        name: "SIGNWRITING MOUTH SMILE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA3F,
        name: "SIGNWRITING MOUTH SMILE WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA40,
        name: "SIGNWRITING MOUTH SMILE OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA41,
        name: "SIGNWRITING MOUTH FROWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA42,
        name: "SIGNWRITING MOUTH FROWN WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA43,
        name: "SIGNWRITING MOUTH FROWN OPEN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA44,
        name: "SIGNWRITING MOUTH OPEN CIRCLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA45,
        name: "SIGNWRITING MOUTH OPEN FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA46,
        name: "SIGNWRITING MOUTH OPEN WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA47,
        name: "SIGNWRITING MOUTH OPEN OVAL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA48,
        name: "SIGNWRITING MOUTH OPEN OVAL WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA49,
        name: "SIGNWRITING MOUTH OPEN OVAL YAWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA4A,
        name: "SIGNWRITING MOUTH OPEN RECTANGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA4B,
        name: "SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA4C,
        name: "SIGNWRITING MOUTH OPEN RECTANGLE YAWN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA4D,
        name: "SIGNWRITING MOUTH KISS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA4E,
        name: "SIGNWRITING MOUTH KISS FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA4F,
        name: "SIGNWRITING MOUTH KISS WRINKLED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA50,
        name: "SIGNWRITING MOUTH TENSE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA51,
        name: "SIGNWRITING MOUTH TENSE FORWARD",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA52,
        name: "SIGNWRITING MOUTH TENSE SUCKED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA53,
        name: "SIGNWRITING LIPS PRESSED TOGETHER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA54,
        name: "SIGNWRITING LIP LOWER OVER UPPER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA55,
        name: "SIGNWRITING LIP UPPER OVER LOWER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA56,
        name: "SIGNWRITING MOUTH CORNERS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA57,
        name: "SIGNWRITING MOUTH WRINKLES SINGLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA58,
        name: "SIGNWRITING MOUTH WRINKLES DOUBLE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA59,
        name: "SIGNWRITING TONGUE STICKING OUT FAR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA5A,
        name: "SIGNWRITING TONGUE LICKING LIPS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA5B,
        name: "SIGNWRITING TONGUE TIP BETWEEN LIPS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA5C,
        name: "SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA5D,
        name: "SIGNWRITING TONGUE INSIDE MOUTH RELAXED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA5E,
        name: "SIGNWRITING TONGUE MOVES AGAINST CHEEK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA5F,
        name: "SIGNWRITING TONGUE CENTRE STICKING OUT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA60,
        name: "SIGNWRITING TONGUE CENTRE INSIDE MOUTH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA61,
        name: "SIGNWRITING TEETH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA62,
        name: "SIGNWRITING TEETH MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA63,
        name: "SIGNWRITING TEETH ON TONGUE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA64,
        name: "SIGNWRITING TEETH ON TONGUE MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA65,
        name: "SIGNWRITING TEETH ON LIPS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA66,
        name: "SIGNWRITING TEETH ON LIPS MOVEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA67,
        name: "SIGNWRITING TEETH BITE LIPS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA68,
        name: "SIGNWRITING MOVEMENT-WALLPLANE JAW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA69,
        name: "SIGNWRITING MOVEMENT-FLOORPLANE JAW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA6A,
        name: "SIGNWRITING NECK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA6B,
        name: "SIGNWRITING HAIR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA6C,
        name: "SIGNWRITING EXCITEMENT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA6D,
        name: "SIGNWRITING SHOULDER HIP SPINE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA6E,
        name: "SIGNWRITING SHOULDER HIP POSITIONS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA6F,
        name: "SIGNWRITING WALLPLANE SHOULDER HIP MOVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA70,
        name: "SIGNWRITING FLOORPLANE SHOULDER HIP MOVE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA71,
        name: "SIGNWRITING SHOULDER TILTING FROM WAIST",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA72,
        name: "SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA73,
        name: "SIGNWRITING TORSO-WALLPLANE CURVED BEND",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA74,
        name: "SIGNWRITING TORSO-FLOORPLANE TWISTING",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA75,
        name: "SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA76,
        name: "SIGNWRITING LIMB COMBINATION",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA77,
        name: "SIGNWRITING LIMB LENGTH-1",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA78,
        name: "SIGNWRITING LIMB LENGTH-2",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA79,
        name: "SIGNWRITING LIMB LENGTH-3",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA7A,
        name: "SIGNWRITING LIMB LENGTH-4",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA7B,
        name: "SIGNWRITING LIMB LENGTH-5",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA7C,
        name: "SIGNWRITING LIMB LENGTH-6",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA7D,
        name: "SIGNWRITING LIMB LENGTH-7",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA7E,
        name: "SIGNWRITING FINGER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA7F,
        name: "SIGNWRITING LOCATION-WALLPLANE SPACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA80,
        name: "SIGNWRITING LOCATION-FLOORPLANE SPACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA81,
        name: "SIGNWRITING LOCATION HEIGHT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA82,
        name: "SIGNWRITING LOCATION WIDTH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA83,
        name: "SIGNWRITING LOCATION DEPTH",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA84,
        name: "SIGNWRITING LOCATION HEAD NECK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA85,
        name: "SIGNWRITING LOCATION TORSO",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA86,
        name: "SIGNWRITING LOCATION LIMBS DIGITS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA87,
        name: "SIGNWRITING COMMA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA88,
        name: "SIGNWRITING FULL STOP",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA89,
        name: "SIGNWRITING SEMICOLON",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA8A,
        name: "SIGNWRITING COLON",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA8B,
        name: "SIGNWRITING PARENTHESIS",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA9B,
        name: "SIGNWRITING FILL MODIFIER-2",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA9C,
        name: "SIGNWRITING FILL MODIFIER-3",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA9D,
        name: "SIGNWRITING FILL MODIFIER-4",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA9E,
        name: "SIGNWRITING FILL MODIFIER-5",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DA9F,
        name: "SIGNWRITING FILL MODIFIER-6",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA1,
        name: "SIGNWRITING ROTATION MODIFIER-2",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA2,
        name: "SIGNWRITING ROTATION MODIFIER-3",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA3,
        name: "SIGNWRITING ROTATION MODIFIER-4",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA4,
        name: "SIGNWRITING ROTATION MODIFIER-5",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA5,
        name: "SIGNWRITING ROTATION MODIFIER-6",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA6,
        name: "SIGNWRITING ROTATION MODIFIER-7",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA7,
        name: "SIGNWRITING ROTATION MODIFIER-8",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA8,
        name: "SIGNWRITING ROTATION MODIFIER-9",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAA9,
        name: "SIGNWRITING ROTATION MODIFIER-10",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAAA,
        name: "SIGNWRITING ROTATION MODIFIER-11",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAAB,
        name: "SIGNWRITING ROTATION MODIFIER-12",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAAC,
        name: "SIGNWRITING ROTATION MODIFIER-13",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAAD,
        name: "SIGNWRITING ROTATION MODIFIER-14",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAAE,
        name: "SIGNWRITING ROTATION MODIFIER-15",
    },
    Character {
        age: "8.0",
        codepoint: 0x1DAAF,
        name: "SIGNWRITING ROTATION MODIFIER-16",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E000,
        name: "COMBINING GLAGOLITIC LETTER AZU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E001,
        name: "COMBINING GLAGOLITIC LETTER BUKY",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E002,
        name: "COMBINING GLAGOLITIC LETTER VEDE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E003,
        name: "COMBINING GLAGOLITIC LETTER GLAGOLI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E004,
        name: "COMBINING GLAGOLITIC LETTER DOBRO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E005,
        name: "COMBINING GLAGOLITIC LETTER YESTU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E006,
        name: "COMBINING GLAGOLITIC LETTER ZHIVETE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E008,
        name: "COMBINING GLAGOLITIC LETTER ZEMLJA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E009,
        name: "COMBINING GLAGOLITIC LETTER IZHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E00A,
        name: "COMBINING GLAGOLITIC LETTER INITIAL IZHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E00B,
        name: "COMBINING GLAGOLITIC LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E00C,
        name: "COMBINING GLAGOLITIC LETTER DJERVI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E00D,
        name: "COMBINING GLAGOLITIC LETTER KAKO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E00E,
        name: "COMBINING GLAGOLITIC LETTER LJUDIJE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E00F,
        name: "COMBINING GLAGOLITIC LETTER MYSLITE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E010,
        name: "COMBINING GLAGOLITIC LETTER NASHI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E011,
        name: "COMBINING GLAGOLITIC LETTER ONU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E012,
        name: "COMBINING GLAGOLITIC LETTER POKOJI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E013,
        name: "COMBINING GLAGOLITIC LETTER RITSI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E014,
        name: "COMBINING GLAGOLITIC LETTER SLOVO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E015,
        name: "COMBINING GLAGOLITIC LETTER TVRIDO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E016,
        name: "COMBINING GLAGOLITIC LETTER UKU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E017,
        name: "COMBINING GLAGOLITIC LETTER FRITU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E018,
        name: "COMBINING GLAGOLITIC LETTER HERU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E01B,
        name: "COMBINING GLAGOLITIC LETTER SHTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E01C,
        name: "COMBINING GLAGOLITIC LETTER TSI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E01D,
        name: "COMBINING GLAGOLITIC LETTER CHRIVI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E01E,
        name: "COMBINING GLAGOLITIC LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E01F,
        name: "COMBINING GLAGOLITIC LETTER YERU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E020,
        name: "COMBINING GLAGOLITIC LETTER YERI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E021,
        name: "COMBINING GLAGOLITIC LETTER YATI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E023,
        name: "COMBINING GLAGOLITIC LETTER YU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E024,
        name: "COMBINING GLAGOLITIC LETTER SMALL YUS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E026,
        name: "COMBINING GLAGOLITIC LETTER YO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E027,
        name: "COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E028,
        name: "COMBINING GLAGOLITIC LETTER BIG YUS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E029,
        name: "COMBINING GLAGOLITIC LETTER IOTATED BIG YUS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E02A,
        name: "COMBINING GLAGOLITIC LETTER FITA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E800,
        name: "MENDE KIKAKUI SYLLABLE M001 KI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E801,
        name: "MENDE KIKAKUI SYLLABLE M002 KA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E802,
        name: "MENDE KIKAKUI SYLLABLE M003 KU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E803,
        name: "MENDE KIKAKUI SYLLABLE M065 KEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E804,
        name: "MENDE KIKAKUI SYLLABLE M095 KE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E805,
        name: "MENDE KIKAKUI SYLLABLE M076 KOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E806,
        name: "MENDE KIKAKUI SYLLABLE M048 KO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E807,
        name: "MENDE KIKAKUI SYLLABLE M179 KUA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E808,
        name: "MENDE KIKAKUI SYLLABLE M004 WI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E809,
        name: "MENDE KIKAKUI SYLLABLE M005 WA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E80A,
        name: "MENDE KIKAKUI SYLLABLE M006 WU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E80B,
        name: "MENDE KIKAKUI SYLLABLE M126 WEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E80C,
        name: "MENDE KIKAKUI SYLLABLE M118 WE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E80D,
        name: "MENDE KIKAKUI SYLLABLE M114 WOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E80E,
        name: "MENDE KIKAKUI SYLLABLE M045 WO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E80F,
        name: "MENDE KIKAKUI SYLLABLE M194 WUI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E810,
        name: "MENDE KIKAKUI SYLLABLE M143 WEI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E811,
        name: "MENDE KIKAKUI SYLLABLE M061 WVI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E812,
        name: "MENDE KIKAKUI SYLLABLE M049 WVA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E813,
        name: "MENDE KIKAKUI SYLLABLE M139 WVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E814,
        name: "MENDE KIKAKUI SYLLABLE M007 MIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E815,
        name: "MENDE KIKAKUI SYLLABLE M008 MAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E816,
        name: "MENDE KIKAKUI SYLLABLE M009 MUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E817,
        name: "MENDE KIKAKUI SYLLABLE M059 MEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E818,
        name: "MENDE KIKAKUI SYLLABLE M094 MON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E819,
        name: "MENDE KIKAKUI SYLLABLE M154 MUAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E81A,
        name: "MENDE KIKAKUI SYLLABLE M189 MUEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E81B,
        name: "MENDE KIKAKUI SYLLABLE M010 BI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E81C,
        name: "MENDE KIKAKUI SYLLABLE M011 BA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E81D,
        name: "MENDE KIKAKUI SYLLABLE M012 BU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E81E,
        name: "MENDE KIKAKUI SYLLABLE M150 BEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E81F,
        name: "MENDE KIKAKUI SYLLABLE M097 BE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E820,
        name: "MENDE KIKAKUI SYLLABLE M103 BOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E821,
        name: "MENDE KIKAKUI SYLLABLE M138 BO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E822,
        name: "MENDE KIKAKUI SYLLABLE M013 I",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E823,
        name: "MENDE KIKAKUI SYLLABLE M014 A",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E824,
        name: "MENDE KIKAKUI SYLLABLE M015 U",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E825,
        name: "MENDE KIKAKUI SYLLABLE M163 EE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E826,
        name: "MENDE KIKAKUI SYLLABLE M100 E",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E827,
        name: "MENDE KIKAKUI SYLLABLE M165 OO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E828,
        name: "MENDE KIKAKUI SYLLABLE M147 O",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E829,
        name: "MENDE KIKAKUI SYLLABLE M137 EI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E82A,
        name: "MENDE KIKAKUI SYLLABLE M131 IN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E82B,
        name: "MENDE KIKAKUI SYLLABLE M135 IN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E82C,
        name: "MENDE KIKAKUI SYLLABLE M195 AN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E82D,
        name: "MENDE KIKAKUI SYLLABLE M178 EN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E82E,
        name: "MENDE KIKAKUI SYLLABLE M019 SI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E82F,
        name: "MENDE KIKAKUI SYLLABLE M020 SA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E830,
        name: "MENDE KIKAKUI SYLLABLE M021 SU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E831,
        name: "MENDE KIKAKUI SYLLABLE M162 SEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E832,
        name: "MENDE KIKAKUI SYLLABLE M116 SE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E833,
        name: "MENDE KIKAKUI SYLLABLE M136 SOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E834,
        name: "MENDE KIKAKUI SYLLABLE M079 SO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E835,
        name: "MENDE KIKAKUI SYLLABLE M196 SIA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E836,
        name: "MENDE KIKAKUI SYLLABLE M025 LI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E837,
        name: "MENDE KIKAKUI SYLLABLE M026 LA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E838,
        name: "MENDE KIKAKUI SYLLABLE M027 LU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E839,
        name: "MENDE KIKAKUI SYLLABLE M084 LEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E83A,
        name: "MENDE KIKAKUI SYLLABLE M073 LE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E83B,
        name: "MENDE KIKAKUI SYLLABLE M054 LOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E83C,
        name: "MENDE KIKAKUI SYLLABLE M153 LO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E83D,
        name: "MENDE KIKAKUI SYLLABLE M110 LONG LE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E83E,
        name: "MENDE KIKAKUI SYLLABLE M016 DI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E83F,
        name: "MENDE KIKAKUI SYLLABLE M017 DA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E840,
        name: "MENDE KIKAKUI SYLLABLE M018 DU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E841,
        name: "MENDE KIKAKUI SYLLABLE M089 DEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E842,
        name: "MENDE KIKAKUI SYLLABLE M180 DOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E843,
        name: "MENDE KIKAKUI SYLLABLE M181 DO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E844,
        name: "MENDE KIKAKUI SYLLABLE M022 TI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E845,
        name: "MENDE KIKAKUI SYLLABLE M023 TA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E846,
        name: "MENDE KIKAKUI SYLLABLE M024 TU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E847,
        name: "MENDE KIKAKUI SYLLABLE M091 TEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E848,
        name: "MENDE KIKAKUI SYLLABLE M055 TE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E849,
        name: "MENDE KIKAKUI SYLLABLE M104 TOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E84A,
        name: "MENDE KIKAKUI SYLLABLE M069 TO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E84B,
        name: "MENDE KIKAKUI SYLLABLE M028 JI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E84C,
        name: "MENDE KIKAKUI SYLLABLE M029 JA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E84D,
        name: "MENDE KIKAKUI SYLLABLE M030 JU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E84E,
        name: "MENDE KIKAKUI SYLLABLE M157 JEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E84F,
        name: "MENDE KIKAKUI SYLLABLE M113 JE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E850,
        name: "MENDE KIKAKUI SYLLABLE M160 JOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E851,
        name: "MENDE KIKAKUI SYLLABLE M063 JO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E852,
        name: "MENDE KIKAKUI SYLLABLE M175 LONG JO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E853,
        name: "MENDE KIKAKUI SYLLABLE M031 YI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E854,
        name: "MENDE KIKAKUI SYLLABLE M032 YA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E855,
        name: "MENDE KIKAKUI SYLLABLE M033 YU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E856,
        name: "MENDE KIKAKUI SYLLABLE M109 YEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E857,
        name: "MENDE KIKAKUI SYLLABLE M080 YE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E858,
        name: "MENDE KIKAKUI SYLLABLE M141 YOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E859,
        name: "MENDE KIKAKUI SYLLABLE M121 YO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E85A,
        name: "MENDE KIKAKUI SYLLABLE M034 FI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E85B,
        name: "MENDE KIKAKUI SYLLABLE M035 FA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E85C,
        name: "MENDE KIKAKUI SYLLABLE M036 FU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E85D,
        name: "MENDE KIKAKUI SYLLABLE M078 FEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E85E,
        name: "MENDE KIKAKUI SYLLABLE M075 FE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E85F,
        name: "MENDE KIKAKUI SYLLABLE M133 FOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E860,
        name: "MENDE KIKAKUI SYLLABLE M088 FO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E861,
        name: "MENDE KIKAKUI SYLLABLE M197 FUA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E862,
        name: "MENDE KIKAKUI SYLLABLE M101 FAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E863,
        name: "MENDE KIKAKUI SYLLABLE M037 NIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E864,
        name: "MENDE KIKAKUI SYLLABLE M038 NAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E865,
        name: "MENDE KIKAKUI SYLLABLE M039 NUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E866,
        name: "MENDE KIKAKUI SYLLABLE M117 NEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E867,
        name: "MENDE KIKAKUI SYLLABLE M169 NON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E868,
        name: "MENDE KIKAKUI SYLLABLE M176 HI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E869,
        name: "MENDE KIKAKUI SYLLABLE M041 HA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E86A,
        name: "MENDE KIKAKUI SYLLABLE M186 HU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E86B,
        name: "MENDE KIKAKUI SYLLABLE M040 HEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E86C,
        name: "MENDE KIKAKUI SYLLABLE M096 HE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E86D,
        name: "MENDE KIKAKUI SYLLABLE M042 HOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E86E,
        name: "MENDE KIKAKUI SYLLABLE M140 HO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E86F,
        name: "MENDE KIKAKUI SYLLABLE M083 HEEI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E870,
        name: "MENDE KIKAKUI SYLLABLE M128 HOOU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E871,
        name: "MENDE KIKAKUI SYLLABLE M053 HIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E872,
        name: "MENDE KIKAKUI SYLLABLE M130 HAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E873,
        name: "MENDE KIKAKUI SYLLABLE M087 HUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E874,
        name: "MENDE KIKAKUI SYLLABLE M052 HEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E875,
        name: "MENDE KIKAKUI SYLLABLE M193 HON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E876,
        name: "MENDE KIKAKUI SYLLABLE M046 HUAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E877,
        name: "MENDE KIKAKUI SYLLABLE M090 NGGI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E878,
        name: "MENDE KIKAKUI SYLLABLE M043 NGGA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E879,
        name: "MENDE KIKAKUI SYLLABLE M082 NGGU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E87A,
        name: "MENDE KIKAKUI SYLLABLE M115 NGGEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E87B,
        name: "MENDE KIKAKUI SYLLABLE M146 NGGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E87C,
        name: "MENDE KIKAKUI SYLLABLE M156 NGGOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E87D,
        name: "MENDE KIKAKUI SYLLABLE M120 NGGO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E87E,
        name: "MENDE KIKAKUI SYLLABLE M159 NGGAA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E87F,
        name: "MENDE KIKAKUI SYLLABLE M127 NGGUA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E880,
        name: "MENDE KIKAKUI SYLLABLE M086 LONG NGGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E881,
        name: "MENDE KIKAKUI SYLLABLE M106 LONG NGGOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E882,
        name: "MENDE KIKAKUI SYLLABLE M183 LONG NGGO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E883,
        name: "MENDE KIKAKUI SYLLABLE M155 GI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E884,
        name: "MENDE KIKAKUI SYLLABLE M111 GA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E885,
        name: "MENDE KIKAKUI SYLLABLE M168 GU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E886,
        name: "MENDE KIKAKUI SYLLABLE M190 GEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E887,
        name: "MENDE KIKAKUI SYLLABLE M166 GUEI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E888,
        name: "MENDE KIKAKUI SYLLABLE M167 GUAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E889,
        name: "MENDE KIKAKUI SYLLABLE M184 NGEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E88A,
        name: "MENDE KIKAKUI SYLLABLE M057 NGON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E88B,
        name: "MENDE KIKAKUI SYLLABLE M177 NGUAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E88C,
        name: "MENDE KIKAKUI SYLLABLE M068 PI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E88D,
        name: "MENDE KIKAKUI SYLLABLE M099 PA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E88E,
        name: "MENDE KIKAKUI SYLLABLE M050 PU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E88F,
        name: "MENDE KIKAKUI SYLLABLE M081 PEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E890,
        name: "MENDE KIKAKUI SYLLABLE M051 PE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E891,
        name: "MENDE KIKAKUI SYLLABLE M102 POO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E892,
        name: "MENDE KIKAKUI SYLLABLE M066 PO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E893,
        name: "MENDE KIKAKUI SYLLABLE M145 MBI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E894,
        name: "MENDE KIKAKUI SYLLABLE M062 MBA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E895,
        name: "MENDE KIKAKUI SYLLABLE M122 MBU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E896,
        name: "MENDE KIKAKUI SYLLABLE M047 MBEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E897,
        name: "MENDE KIKAKUI SYLLABLE M188 MBEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E898,
        name: "MENDE KIKAKUI SYLLABLE M072 MBE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E899,
        name: "MENDE KIKAKUI SYLLABLE M172 MBOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E89A,
        name: "MENDE KIKAKUI SYLLABLE M174 MBO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E89B,
        name: "MENDE KIKAKUI SYLLABLE M187 MBUU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E89C,
        name: "MENDE KIKAKUI SYLLABLE M161 LONG MBE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E89D,
        name: "MENDE KIKAKUI SYLLABLE M105 LONG MBOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E89E,
        name: "MENDE KIKAKUI SYLLABLE M142 LONG MBO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E89F,
        name: "MENDE KIKAKUI SYLLABLE M132 KPI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A0,
        name: "MENDE KIKAKUI SYLLABLE M092 KPA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A1,
        name: "MENDE KIKAKUI SYLLABLE M074 KPU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A2,
        name: "MENDE KIKAKUI SYLLABLE M044 KPEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A3,
        name: "MENDE KIKAKUI SYLLABLE M108 KPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A4,
        name: "MENDE KIKAKUI SYLLABLE M112 KPOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A5,
        name: "MENDE KIKAKUI SYLLABLE M158 KPO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A6,
        name: "MENDE KIKAKUI SYLLABLE M124 GBI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A7,
        name: "MENDE KIKAKUI SYLLABLE M056 GBA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A8,
        name: "MENDE KIKAKUI SYLLABLE M148 GBU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8A9,
        name: "MENDE KIKAKUI SYLLABLE M093 GBEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8AA,
        name: "MENDE KIKAKUI SYLLABLE M107 GBE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8AB,
        name: "MENDE KIKAKUI SYLLABLE M071 GBOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8AC,
        name: "MENDE KIKAKUI SYLLABLE M070 GBO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8AD,
        name: "MENDE KIKAKUI SYLLABLE M171 RA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8AE,
        name: "MENDE KIKAKUI SYLLABLE M123 NDI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8AF,
        name: "MENDE KIKAKUI SYLLABLE M129 NDA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B0,
        name: "MENDE KIKAKUI SYLLABLE M125 NDU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B1,
        name: "MENDE KIKAKUI SYLLABLE M191 NDEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B2,
        name: "MENDE KIKAKUI SYLLABLE M119 NDE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B3,
        name: "MENDE KIKAKUI SYLLABLE M067 NDOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B4,
        name: "MENDE KIKAKUI SYLLABLE M064 NDO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B5,
        name: "MENDE KIKAKUI SYLLABLE M152 NJA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B6,
        name: "MENDE KIKAKUI SYLLABLE M192 NJU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B7,
        name: "MENDE KIKAKUI SYLLABLE M149 NJEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B8,
        name: "MENDE KIKAKUI SYLLABLE M134 NJOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8B9,
        name: "MENDE KIKAKUI SYLLABLE M182 VI",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8BA,
        name: "MENDE KIKAKUI SYLLABLE M185 VA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8BB,
        name: "MENDE KIKAKUI SYLLABLE M151 VU",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8BC,
        name: "MENDE KIKAKUI SYLLABLE M173 VEE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8BD,
        name: "MENDE KIKAKUI SYLLABLE M085 VE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8BE,
        name: "MENDE KIKAKUI SYLLABLE M144 VOO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8BF,
        name: "MENDE KIKAKUI SYLLABLE M077 VO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C0,
        name: "MENDE KIKAKUI SYLLABLE M164 NYIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C1,
        name: "MENDE KIKAKUI SYLLABLE M058 NYAN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C2,
        name: "MENDE KIKAKUI SYLLABLE M170 NYUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C3,
        name: "MENDE KIKAKUI SYLLABLE M098 NYEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C4,
        name: "MENDE KIKAKUI SYLLABLE M060 NYON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C7,
        name: "MENDE KIKAKUI DIGIT ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C8,
        name: "MENDE KIKAKUI DIGIT TWO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8C9,
        name: "MENDE KIKAKUI DIGIT THREE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8CA,
        name: "MENDE KIKAKUI DIGIT FOUR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8CB,
        name: "MENDE KIKAKUI DIGIT FIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8CC,
        name: "MENDE KIKAKUI DIGIT SIX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8CD,
        name: "MENDE KIKAKUI DIGIT SEVEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8CE,
        name: "MENDE KIKAKUI DIGIT EIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8CF,
        name: "MENDE KIKAKUI DIGIT NINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D0,
        name: "MENDE KIKAKUI COMBINING NUMBER TEENS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D1,
        name: "MENDE KIKAKUI COMBINING NUMBER TENS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D2,
        name: "MENDE KIKAKUI COMBINING NUMBER HUNDREDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D3,
        name: "MENDE KIKAKUI COMBINING NUMBER THOUSANDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D4,
        name: "MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D5,
        name: "MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1E8D6,
        name: "MENDE KIKAKUI COMBINING NUMBER MILLIONS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E900,
        name: "ADLAM CAPITAL LETTER ALIF",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E901,
        name: "ADLAM CAPITAL LETTER DAALI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E902,
        name: "ADLAM CAPITAL LETTER LAAM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E903,
        name: "ADLAM CAPITAL LETTER MIIM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E904,
        name: "ADLAM CAPITAL LETTER BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E905,
        name: "ADLAM CAPITAL LETTER SINNYIIYHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E906,
        name: "ADLAM CAPITAL LETTER PE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E907,
        name: "ADLAM CAPITAL LETTER BHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E908,
        name: "ADLAM CAPITAL LETTER RA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E909,
        name: "ADLAM CAPITAL LETTER E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E90A,
        name: "ADLAM CAPITAL LETTER FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E90B,
        name: "ADLAM CAPITAL LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E90C,
        name: "ADLAM CAPITAL LETTER O",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E90D,
        name: "ADLAM CAPITAL LETTER DHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E90E,
        name: "ADLAM CAPITAL LETTER YHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E90F,
        name: "ADLAM CAPITAL LETTER WAW",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E910,
        name: "ADLAM CAPITAL LETTER NUN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E911,
        name: "ADLAM CAPITAL LETTER KAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E912,
        name: "ADLAM CAPITAL LETTER YA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E913,
        name: "ADLAM CAPITAL LETTER U",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E914,
        name: "ADLAM CAPITAL LETTER JIIM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E915,
        name: "ADLAM CAPITAL LETTER CHI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E916,
        name: "ADLAM CAPITAL LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E917,
        name: "ADLAM CAPITAL LETTER QAAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E918,
        name: "ADLAM CAPITAL LETTER GA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E919,
        name: "ADLAM CAPITAL LETTER NYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E91A,
        name: "ADLAM CAPITAL LETTER TU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E91B,
        name: "ADLAM CAPITAL LETTER NHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E91C,
        name: "ADLAM CAPITAL LETTER VA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E91D,
        name: "ADLAM CAPITAL LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E91E,
        name: "ADLAM CAPITAL LETTER GBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E91F,
        name: "ADLAM CAPITAL LETTER ZAL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E920,
        name: "ADLAM CAPITAL LETTER KPO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E921,
        name: "ADLAM CAPITAL LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E922,
        name: "ADLAM SMALL LETTER ALIF",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E923,
        name: "ADLAM SMALL LETTER DAALI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E924,
        name: "ADLAM SMALL LETTER LAAM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E925,
        name: "ADLAM SMALL LETTER MIIM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E926,
        name: "ADLAM SMALL LETTER BA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E927,
        name: "ADLAM SMALL LETTER SINNYIIYHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E928,
        name: "ADLAM SMALL LETTER PE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E929,
        name: "ADLAM SMALL LETTER BHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E92A,
        name: "ADLAM SMALL LETTER RA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E92B,
        name: "ADLAM SMALL LETTER E",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E92C,
        name: "ADLAM SMALL LETTER FA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E92D,
        name: "ADLAM SMALL LETTER I",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E92E,
        name: "ADLAM SMALL LETTER O",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E92F,
        name: "ADLAM SMALL LETTER DHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E930,
        name: "ADLAM SMALL LETTER YHE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E931,
        name: "ADLAM SMALL LETTER WAW",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E932,
        name: "ADLAM SMALL LETTER NUN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E933,
        name: "ADLAM SMALL LETTER KAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E934,
        name: "ADLAM SMALL LETTER YA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E935,
        name: "ADLAM SMALL LETTER U",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E936,
        name: "ADLAM SMALL LETTER JIIM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E937,
        name: "ADLAM SMALL LETTER CHI",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E938,
        name: "ADLAM SMALL LETTER HA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E939,
        name: "ADLAM SMALL LETTER QAAF",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E93A,
        name: "ADLAM SMALL LETTER GA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E93B,
        name: "ADLAM SMALL LETTER NYA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E93C,
        name: "ADLAM SMALL LETTER TU",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E93D,
        name: "ADLAM SMALL LETTER NHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E93E,
        name: "ADLAM SMALL LETTER VA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E93F,
        name: "ADLAM SMALL LETTER KHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E940,
        name: "ADLAM SMALL LETTER GBE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E941,
        name: "ADLAM SMALL LETTER ZAL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E942,
        name: "ADLAM SMALL LETTER KPO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E943,
        name: "ADLAM SMALL LETTER SHA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E944,
        name: "ADLAM ALIF LENGTHENER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E945,
        name: "ADLAM VOWEL LENGTHENER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E946,
        name: "ADLAM GEMINATION MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E947,
        name: "ADLAM HAMZA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E948,
        name: "ADLAM CONSONANT MODIFIER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E949,
        name: "ADLAM GEMINATE CONSONANT MODIFIER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E94A,
        name: "ADLAM NUKTA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E950,
        name: "ADLAM DIGIT ZERO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E951,
        name: "ADLAM DIGIT ONE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E952,
        name: "ADLAM DIGIT TWO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E953,
        name: "ADLAM DIGIT THREE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E954,
        name: "ADLAM DIGIT FOUR",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E955,
        name: "ADLAM DIGIT FIVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E956,
        name: "ADLAM DIGIT SIX",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E957,
        name: "ADLAM DIGIT SEVEN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E958,
        name: "ADLAM DIGIT EIGHT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E959,
        name: "ADLAM DIGIT NINE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E95E,
        name: "ADLAM INITIAL EXCLAMATION MARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1E95F,
        name: "ADLAM INITIAL QUESTION MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC71,
        name: "INDIC SIYAQ NUMBER ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC72,
        name: "INDIC SIYAQ NUMBER TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC73,
        name: "INDIC SIYAQ NUMBER THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC74,
        name: "INDIC SIYAQ NUMBER FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC75,
        name: "INDIC SIYAQ NUMBER FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC76,
        name: "INDIC SIYAQ NUMBER SIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC77,
        name: "INDIC SIYAQ NUMBER SEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC78,
        name: "INDIC SIYAQ NUMBER EIGHT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC79,
        name: "INDIC SIYAQ NUMBER NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC7A,
        name: "INDIC SIYAQ NUMBER TEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC7B,
        name: "INDIC SIYAQ NUMBER TWENTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC7C,
        name: "INDIC SIYAQ NUMBER THIRTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC7D,
        name: "INDIC SIYAQ NUMBER FORTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC7E,
        name: "INDIC SIYAQ NUMBER FIFTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC7F,
        name: "INDIC SIYAQ NUMBER SIXTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC80,
        name: "INDIC SIYAQ NUMBER SEVENTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC81,
        name: "INDIC SIYAQ NUMBER EIGHTY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC82,
        name: "INDIC SIYAQ NUMBER NINETY",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC83,
        name: "INDIC SIYAQ NUMBER ONE HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC84,
        name: "INDIC SIYAQ NUMBER TWO HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC85,
        name: "INDIC SIYAQ NUMBER THREE HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC86,
        name: "INDIC SIYAQ NUMBER FOUR HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC87,
        name: "INDIC SIYAQ NUMBER FIVE HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC88,
        name: "INDIC SIYAQ NUMBER SIX HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC89,
        name: "INDIC SIYAQ NUMBER SEVEN HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC8A,
        name: "INDIC SIYAQ NUMBER EIGHT HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC8B,
        name: "INDIC SIYAQ NUMBER NINE HUNDRED",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC8C,
        name: "INDIC SIYAQ NUMBER ONE THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC8D,
        name: "INDIC SIYAQ NUMBER TWO THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC8E,
        name: "INDIC SIYAQ NUMBER THREE THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC8F,
        name: "INDIC SIYAQ NUMBER FOUR THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC90,
        name: "INDIC SIYAQ NUMBER FIVE THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC91,
        name: "INDIC SIYAQ NUMBER SIX THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC92,
        name: "INDIC SIYAQ NUMBER SEVEN THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC93,
        name: "INDIC SIYAQ NUMBER EIGHT THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC94,
        name: "INDIC SIYAQ NUMBER NINE THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC95,
        name: "INDIC SIYAQ NUMBER TEN THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC96,
        name: "INDIC SIYAQ NUMBER TWENTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC97,
        name: "INDIC SIYAQ NUMBER THIRTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC98,
        name: "INDIC SIYAQ NUMBER FORTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC99,
        name: "INDIC SIYAQ NUMBER FIFTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC9A,
        name: "INDIC SIYAQ NUMBER SIXTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC9B,
        name: "INDIC SIYAQ NUMBER SEVENTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC9C,
        name: "INDIC SIYAQ NUMBER EIGHTY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC9D,
        name: "INDIC SIYAQ NUMBER NINETY THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC9E,
        name: "INDIC SIYAQ NUMBER LAKH",
    },
    Character {
        age: "11.0",
        codepoint: 0x1EC9F,
        name: "INDIC SIYAQ NUMBER LAKHAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA0,
        name: "INDIC SIYAQ LAKH MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA1,
        name: "INDIC SIYAQ NUMBER KAROR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA2,
        name: "INDIC SIYAQ NUMBER KARORAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA3,
        name: "INDIC SIYAQ NUMBER PREFIXED ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA4,
        name: "INDIC SIYAQ NUMBER PREFIXED TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA5,
        name: "INDIC SIYAQ NUMBER PREFIXED THREE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA6,
        name: "INDIC SIYAQ NUMBER PREFIXED FOUR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA7,
        name: "INDIC SIYAQ NUMBER PREFIXED FIVE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA8,
        name: "INDIC SIYAQ NUMBER PREFIXED SIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECA9,
        name: "INDIC SIYAQ NUMBER PREFIXED SEVEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECAA,
        name: "INDIC SIYAQ NUMBER PREFIXED EIGHT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECAB,
        name: "INDIC SIYAQ NUMBER PREFIXED NINE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECAC,
        name: "INDIC SIYAQ PLACEHOLDER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECAD,
        name: "INDIC SIYAQ FRACTION ONE QUARTER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECAE,
        name: "INDIC SIYAQ FRACTION ONE HALF",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECAF,
        name: "INDIC SIYAQ FRACTION THREE QUARTERS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECB0,
        name: "INDIC SIYAQ RUPEE MARK",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECB1,
        name: "INDIC SIYAQ NUMBER ALTERNATE ONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECB2,
        name: "INDIC SIYAQ NUMBER ALTERNATE TWO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECB3,
        name: "INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND",
    },
    Character {
        age: "11.0",
        codepoint: 0x1ECB4,
        name: "INDIC SIYAQ ALTERNATE LAKH MARK",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE00,
        name: "ARABIC MATHEMATICAL ALEF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE01,
        name: "ARABIC MATHEMATICAL BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE02,
        name: "ARABIC MATHEMATICAL JEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE03,
        name: "ARABIC MATHEMATICAL DAL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE05,
        name: "ARABIC MATHEMATICAL WAW",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE06,
        name: "ARABIC MATHEMATICAL ZAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE07,
        name: "ARABIC MATHEMATICAL HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE08,
        name: "ARABIC MATHEMATICAL TAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE09,
        name: "ARABIC MATHEMATICAL YEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE0A,
        name: "ARABIC MATHEMATICAL KAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE0B,
        name: "ARABIC MATHEMATICAL LAM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE0C,
        name: "ARABIC MATHEMATICAL MEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE0D,
        name: "ARABIC MATHEMATICAL NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE0E,
        name: "ARABIC MATHEMATICAL SEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE0F,
        name: "ARABIC MATHEMATICAL AIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE10,
        name: "ARABIC MATHEMATICAL FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE11,
        name: "ARABIC MATHEMATICAL SAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE12,
        name: "ARABIC MATHEMATICAL QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE13,
        name: "ARABIC MATHEMATICAL REH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE14,
        name: "ARABIC MATHEMATICAL SHEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE15,
        name: "ARABIC MATHEMATICAL TEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE16,
        name: "ARABIC MATHEMATICAL THEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE17,
        name: "ARABIC MATHEMATICAL KHAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE18,
        name: "ARABIC MATHEMATICAL THAL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE19,
        name: "ARABIC MATHEMATICAL DAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE1A,
        name: "ARABIC MATHEMATICAL ZAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE1B,
        name: "ARABIC MATHEMATICAL GHAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE1C,
        name: "ARABIC MATHEMATICAL DOTLESS BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE1D,
        name: "ARABIC MATHEMATICAL DOTLESS NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE1E,
        name: "ARABIC MATHEMATICAL DOTLESS FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE1F,
        name: "ARABIC MATHEMATICAL DOTLESS QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE21,
        name: "ARABIC MATHEMATICAL INITIAL BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE22,
        name: "ARABIC MATHEMATICAL INITIAL JEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE24,
        name: "ARABIC MATHEMATICAL INITIAL HEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE27,
        name: "ARABIC MATHEMATICAL INITIAL HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE29,
        name: "ARABIC MATHEMATICAL INITIAL YEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE2A,
        name: "ARABIC MATHEMATICAL INITIAL KAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE2B,
        name: "ARABIC MATHEMATICAL INITIAL LAM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE2C,
        name: "ARABIC MATHEMATICAL INITIAL MEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE2D,
        name: "ARABIC MATHEMATICAL INITIAL NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE2E,
        name: "ARABIC MATHEMATICAL INITIAL SEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE2F,
        name: "ARABIC MATHEMATICAL INITIAL AIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE30,
        name: "ARABIC MATHEMATICAL INITIAL FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE31,
        name: "ARABIC MATHEMATICAL INITIAL SAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE32,
        name: "ARABIC MATHEMATICAL INITIAL QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE34,
        name: "ARABIC MATHEMATICAL INITIAL SHEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE35,
        name: "ARABIC MATHEMATICAL INITIAL TEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE36,
        name: "ARABIC MATHEMATICAL INITIAL THEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE37,
        name: "ARABIC MATHEMATICAL INITIAL KHAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE39,
        name: "ARABIC MATHEMATICAL INITIAL DAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE3B,
        name: "ARABIC MATHEMATICAL INITIAL GHAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE42,
        name: "ARABIC MATHEMATICAL TAILED JEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE47,
        name: "ARABIC MATHEMATICAL TAILED HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE49,
        name: "ARABIC MATHEMATICAL TAILED YEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE4B,
        name: "ARABIC MATHEMATICAL TAILED LAM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE4D,
        name: "ARABIC MATHEMATICAL TAILED NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE4E,
        name: "ARABIC MATHEMATICAL TAILED SEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE4F,
        name: "ARABIC MATHEMATICAL TAILED AIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE51,
        name: "ARABIC MATHEMATICAL TAILED SAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE52,
        name: "ARABIC MATHEMATICAL TAILED QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE54,
        name: "ARABIC MATHEMATICAL TAILED SHEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE57,
        name: "ARABIC MATHEMATICAL TAILED KHAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE59,
        name: "ARABIC MATHEMATICAL TAILED DAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE5B,
        name: "ARABIC MATHEMATICAL TAILED GHAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE5D,
        name: "ARABIC MATHEMATICAL TAILED DOTLESS NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE5F,
        name: "ARABIC MATHEMATICAL TAILED DOTLESS QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE61,
        name: "ARABIC MATHEMATICAL STRETCHED BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE62,
        name: "ARABIC MATHEMATICAL STRETCHED JEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE64,
        name: "ARABIC MATHEMATICAL STRETCHED HEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE67,
        name: "ARABIC MATHEMATICAL STRETCHED HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE68,
        name: "ARABIC MATHEMATICAL STRETCHED TAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE69,
        name: "ARABIC MATHEMATICAL STRETCHED YEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE6A,
        name: "ARABIC MATHEMATICAL STRETCHED KAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE6C,
        name: "ARABIC MATHEMATICAL STRETCHED MEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE6D,
        name: "ARABIC MATHEMATICAL STRETCHED NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE6E,
        name: "ARABIC MATHEMATICAL STRETCHED SEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE6F,
        name: "ARABIC MATHEMATICAL STRETCHED AIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE70,
        name: "ARABIC MATHEMATICAL STRETCHED FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE71,
        name: "ARABIC MATHEMATICAL STRETCHED SAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE72,
        name: "ARABIC MATHEMATICAL STRETCHED QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE74,
        name: "ARABIC MATHEMATICAL STRETCHED SHEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE75,
        name: "ARABIC MATHEMATICAL STRETCHED TEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE76,
        name: "ARABIC MATHEMATICAL STRETCHED THEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE77,
        name: "ARABIC MATHEMATICAL STRETCHED KHAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE79,
        name: "ARABIC MATHEMATICAL STRETCHED DAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE7A,
        name: "ARABIC MATHEMATICAL STRETCHED ZAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE7B,
        name: "ARABIC MATHEMATICAL STRETCHED GHAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE7C,
        name: "ARABIC MATHEMATICAL STRETCHED DOTLESS BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE7E,
        name: "ARABIC MATHEMATICAL STRETCHED DOTLESS FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE80,
        name: "ARABIC MATHEMATICAL LOOPED ALEF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE81,
        name: "ARABIC MATHEMATICAL LOOPED BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE82,
        name: "ARABIC MATHEMATICAL LOOPED JEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE83,
        name: "ARABIC MATHEMATICAL LOOPED DAL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE84,
        name: "ARABIC MATHEMATICAL LOOPED HEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE85,
        name: "ARABIC MATHEMATICAL LOOPED WAW",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE86,
        name: "ARABIC MATHEMATICAL LOOPED ZAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE87,
        name: "ARABIC MATHEMATICAL LOOPED HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE88,
        name: "ARABIC MATHEMATICAL LOOPED TAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE89,
        name: "ARABIC MATHEMATICAL LOOPED YEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE8B,
        name: "ARABIC MATHEMATICAL LOOPED LAM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE8C,
        name: "ARABIC MATHEMATICAL LOOPED MEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE8D,
        name: "ARABIC MATHEMATICAL LOOPED NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE8E,
        name: "ARABIC MATHEMATICAL LOOPED SEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE8F,
        name: "ARABIC MATHEMATICAL LOOPED AIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE90,
        name: "ARABIC MATHEMATICAL LOOPED FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE91,
        name: "ARABIC MATHEMATICAL LOOPED SAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE92,
        name: "ARABIC MATHEMATICAL LOOPED QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE93,
        name: "ARABIC MATHEMATICAL LOOPED REH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE94,
        name: "ARABIC MATHEMATICAL LOOPED SHEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE95,
        name: "ARABIC MATHEMATICAL LOOPED TEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE96,
        name: "ARABIC MATHEMATICAL LOOPED THEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE97,
        name: "ARABIC MATHEMATICAL LOOPED KHAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE98,
        name: "ARABIC MATHEMATICAL LOOPED THAL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE99,
        name: "ARABIC MATHEMATICAL LOOPED DAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE9A,
        name: "ARABIC MATHEMATICAL LOOPED ZAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EE9B,
        name: "ARABIC MATHEMATICAL LOOPED GHAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA1,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK BEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA2,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA3,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK DAL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA5,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK WAW",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA6,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA7,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK HAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA8,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK TAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEA9,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK YEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEAB,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK LAM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEAC,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEAD,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK NOON",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEAE,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEAF,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK AIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB0,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK FEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB1,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK SAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB2,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK QAF",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB3,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK REH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB4,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB5,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK TEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB6,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK THEH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB7,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB8,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK THAL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEB9,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK DAD",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEBA,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEBB,
        name: "ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEF0,
        name: "ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL",
    },
    Character {
        age: "6.1",
        codepoint: 0x1EEF1,
        name: "ARABIC MATHEMATICAL OPERATOR HAH WITH DAL",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F000,
        name: "MAHJONG TILE EAST WIND",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F001,
        name: "MAHJONG TILE SOUTH WIND",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F002,
        name: "MAHJONG TILE WEST WIND",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F003,
        name: "MAHJONG TILE NORTH WIND",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F004,
        name: "MAHJONG TILE RED DRAGON",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F005,
        name: "MAHJONG TILE GREEN DRAGON",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F006,
        name: "MAHJONG TILE WHITE DRAGON",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F007,
        name: "MAHJONG TILE ONE OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F008,
        name: "MAHJONG TILE TWO OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F009,
        name: "MAHJONG TILE THREE OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F00A,
        name: "MAHJONG TILE FOUR OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F00B,
        name: "MAHJONG TILE FIVE OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F00C,
        name: "MAHJONG TILE SIX OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F00D,
        name: "MAHJONG TILE SEVEN OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F00E,
        name: "MAHJONG TILE EIGHT OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F00F,
        name: "MAHJONG TILE NINE OF CHARACTERS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F010,
        name: "MAHJONG TILE ONE OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F011,
        name: "MAHJONG TILE TWO OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F012,
        name: "MAHJONG TILE THREE OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F013,
        name: "MAHJONG TILE FOUR OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F014,
        name: "MAHJONG TILE FIVE OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F015,
        name: "MAHJONG TILE SIX OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F016,
        name: "MAHJONG TILE SEVEN OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F017,
        name: "MAHJONG TILE EIGHT OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F018,
        name: "MAHJONG TILE NINE OF BAMBOOS",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F019,
        name: "MAHJONG TILE ONE OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F01A,
        name: "MAHJONG TILE TWO OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F01B,
        name: "MAHJONG TILE THREE OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F01C,
        name: "MAHJONG TILE FOUR OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F01D,
        name: "MAHJONG TILE FIVE OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F01E,
        name: "MAHJONG TILE SIX OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F01F,
        name: "MAHJONG TILE SEVEN OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F020,
        name: "MAHJONG TILE EIGHT OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F021,
        name: "MAHJONG TILE NINE OF CIRCLES",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F022,
        name: "MAHJONG TILE PLUM",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F023,
        name: "MAHJONG TILE ORCHID",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F024,
        name: "MAHJONG TILE BAMBOO",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F025,
        name: "MAHJONG TILE CHRYSANTHEMUM",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F026,
        name: "MAHJONG TILE SPRING",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F027,
        name: "MAHJONG TILE SUMMER",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F028,
        name: "MAHJONG TILE AUTUMN",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F029,
        name: "MAHJONG TILE WINTER",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F02A,
        name: "MAHJONG TILE JOKER",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F02B,
        name: "MAHJONG TILE BACK",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F030,
        name: "DOMINO TILE HORIZONTAL BACK",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F031,
        name: "DOMINO TILE HORIZONTAL-00-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F032,
        name: "DOMINO TILE HORIZONTAL-00-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F033,
        name: "DOMINO TILE HORIZONTAL-00-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F034,
        name: "DOMINO TILE HORIZONTAL-00-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F035,
        name: "DOMINO TILE HORIZONTAL-00-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F036,
        name: "DOMINO TILE HORIZONTAL-00-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F037,
        name: "DOMINO TILE HORIZONTAL-00-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F038,
        name: "DOMINO TILE HORIZONTAL-01-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F039,
        name: "DOMINO TILE HORIZONTAL-01-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F03A,
        name: "DOMINO TILE HORIZONTAL-01-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F03B,
        name: "DOMINO TILE HORIZONTAL-01-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F03C,
        name: "DOMINO TILE HORIZONTAL-01-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F03D,
        name: "DOMINO TILE HORIZONTAL-01-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F03E,
        name: "DOMINO TILE HORIZONTAL-01-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F03F,
        name: "DOMINO TILE HORIZONTAL-02-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F040,
        name: "DOMINO TILE HORIZONTAL-02-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F041,
        name: "DOMINO TILE HORIZONTAL-02-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F042,
        name: "DOMINO TILE HORIZONTAL-02-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F043,
        name: "DOMINO TILE HORIZONTAL-02-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F044,
        name: "DOMINO TILE HORIZONTAL-02-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F045,
        name: "DOMINO TILE HORIZONTAL-02-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F046,
        name: "DOMINO TILE HORIZONTAL-03-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F047,
        name: "DOMINO TILE HORIZONTAL-03-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F048,
        name: "DOMINO TILE HORIZONTAL-03-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F049,
        name: "DOMINO TILE HORIZONTAL-03-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F04A,
        name: "DOMINO TILE HORIZONTAL-03-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F04B,
        name: "DOMINO TILE HORIZONTAL-03-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F04C,
        name: "DOMINO TILE HORIZONTAL-03-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F04D,
        name: "DOMINO TILE HORIZONTAL-04-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F04E,
        name: "DOMINO TILE HORIZONTAL-04-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F04F,
        name: "DOMINO TILE HORIZONTAL-04-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F050,
        name: "DOMINO TILE HORIZONTAL-04-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F051,
        name: "DOMINO TILE HORIZONTAL-04-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F052,
        name: "DOMINO TILE HORIZONTAL-04-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F053,
        name: "DOMINO TILE HORIZONTAL-04-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F054,
        name: "DOMINO TILE HORIZONTAL-05-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F055,
        name: "DOMINO TILE HORIZONTAL-05-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F056,
        name: "DOMINO TILE HORIZONTAL-05-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F057,
        name: "DOMINO TILE HORIZONTAL-05-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F058,
        name: "DOMINO TILE HORIZONTAL-05-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F059,
        name: "DOMINO TILE HORIZONTAL-05-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F05A,
        name: "DOMINO TILE HORIZONTAL-05-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F05B,
        name: "DOMINO TILE HORIZONTAL-06-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F05C,
        name: "DOMINO TILE HORIZONTAL-06-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F05D,
        name: "DOMINO TILE HORIZONTAL-06-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F05E,
        name: "DOMINO TILE HORIZONTAL-06-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F05F,
        name: "DOMINO TILE HORIZONTAL-06-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F060,
        name: "DOMINO TILE HORIZONTAL-06-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F061,
        name: "DOMINO TILE HORIZONTAL-06-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F062,
        name: "DOMINO TILE VERTICAL BACK",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F063,
        name: "DOMINO TILE VERTICAL-00-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F064,
        name: "DOMINO TILE VERTICAL-00-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F065,
        name: "DOMINO TILE VERTICAL-00-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F066,
        name: "DOMINO TILE VERTICAL-00-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F067,
        name: "DOMINO TILE VERTICAL-00-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F068,
        name: "DOMINO TILE VERTICAL-00-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F069,
        name: "DOMINO TILE VERTICAL-00-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F06A,
        name: "DOMINO TILE VERTICAL-01-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F06B,
        name: "DOMINO TILE VERTICAL-01-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F06C,
        name: "DOMINO TILE VERTICAL-01-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F06D,
        name: "DOMINO TILE VERTICAL-01-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F06E,
        name: "DOMINO TILE VERTICAL-01-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F06F,
        name: "DOMINO TILE VERTICAL-01-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F070,
        name: "DOMINO TILE VERTICAL-01-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F071,
        name: "DOMINO TILE VERTICAL-02-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F072,
        name: "DOMINO TILE VERTICAL-02-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F073,
        name: "DOMINO TILE VERTICAL-02-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F074,
        name: "DOMINO TILE VERTICAL-02-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F075,
        name: "DOMINO TILE VERTICAL-02-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F076,
        name: "DOMINO TILE VERTICAL-02-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F077,
        name: "DOMINO TILE VERTICAL-02-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F078,
        name: "DOMINO TILE VERTICAL-03-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F079,
        name: "DOMINO TILE VERTICAL-03-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F07A,
        name: "DOMINO TILE VERTICAL-03-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F07B,
        name: "DOMINO TILE VERTICAL-03-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F07C,
        name: "DOMINO TILE VERTICAL-03-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F07D,
        name: "DOMINO TILE VERTICAL-03-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F07E,
        name: "DOMINO TILE VERTICAL-03-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F07F,
        name: "DOMINO TILE VERTICAL-04-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F080,
        name: "DOMINO TILE VERTICAL-04-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F081,
        name: "DOMINO TILE VERTICAL-04-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F082,
        name: "DOMINO TILE VERTICAL-04-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F083,
        name: "DOMINO TILE VERTICAL-04-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F084,
        name: "DOMINO TILE VERTICAL-04-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F085,
        name: "DOMINO TILE VERTICAL-04-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F086,
        name: "DOMINO TILE VERTICAL-05-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F087,
        name: "DOMINO TILE VERTICAL-05-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F088,
        name: "DOMINO TILE VERTICAL-05-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F089,
        name: "DOMINO TILE VERTICAL-05-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F08A,
        name: "DOMINO TILE VERTICAL-05-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F08B,
        name: "DOMINO TILE VERTICAL-05-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F08C,
        name: "DOMINO TILE VERTICAL-05-06",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F08D,
        name: "DOMINO TILE VERTICAL-06-00",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F08E,
        name: "DOMINO TILE VERTICAL-06-01",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F08F,
        name: "DOMINO TILE VERTICAL-06-02",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F090,
        name: "DOMINO TILE VERTICAL-06-03",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F091,
        name: "DOMINO TILE VERTICAL-06-04",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F092,
        name: "DOMINO TILE VERTICAL-06-05",
    },
    Character {
        age: "5.1",
        codepoint: 0x1F093,
        name: "DOMINO TILE VERTICAL-06-06",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A0,
        name: "PLAYING CARD BACK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A1,
        name: "PLAYING CARD ACE OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A2,
        name: "PLAYING CARD TWO OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A3,
        name: "PLAYING CARD THREE OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A4,
        name: "PLAYING CARD FOUR OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A5,
        name: "PLAYING CARD FIVE OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A6,
        name: "PLAYING CARD SIX OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A7,
        name: "PLAYING CARD SEVEN OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A8,
        name: "PLAYING CARD EIGHT OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0A9,
        name: "PLAYING CARD NINE OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0AA,
        name: "PLAYING CARD TEN OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0AB,
        name: "PLAYING CARD JACK OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0AC,
        name: "PLAYING CARD KNIGHT OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0AD,
        name: "PLAYING CARD QUEEN OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0AE,
        name: "PLAYING CARD KING OF SPADES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B1,
        name: "PLAYING CARD ACE OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B2,
        name: "PLAYING CARD TWO OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B3,
        name: "PLAYING CARD THREE OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B4,
        name: "PLAYING CARD FOUR OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B5,
        name: "PLAYING CARD FIVE OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B6,
        name: "PLAYING CARD SIX OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B7,
        name: "PLAYING CARD SEVEN OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B8,
        name: "PLAYING CARD EIGHT OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0B9,
        name: "PLAYING CARD NINE OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0BA,
        name: "PLAYING CARD TEN OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0BB,
        name: "PLAYING CARD JACK OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0BC,
        name: "PLAYING CARD KNIGHT OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0BD,
        name: "PLAYING CARD QUEEN OF HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0BE,
        name: "PLAYING CARD KING OF HEARTS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0BF,
        name: "PLAYING CARD RED JOKER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C1,
        name: "PLAYING CARD ACE OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C2,
        name: "PLAYING CARD TWO OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C3,
        name: "PLAYING CARD THREE OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C4,
        name: "PLAYING CARD FOUR OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C5,
        name: "PLAYING CARD FIVE OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C6,
        name: "PLAYING CARD SIX OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C7,
        name: "PLAYING CARD SEVEN OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C8,
        name: "PLAYING CARD EIGHT OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0C9,
        name: "PLAYING CARD NINE OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0CA,
        name: "PLAYING CARD TEN OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0CB,
        name: "PLAYING CARD JACK OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0CC,
        name: "PLAYING CARD KNIGHT OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0CD,
        name: "PLAYING CARD QUEEN OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0CE,
        name: "PLAYING CARD KING OF DIAMONDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0CF,
        name: "PLAYING CARD BLACK JOKER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D1,
        name: "PLAYING CARD ACE OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D2,
        name: "PLAYING CARD TWO OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D3,
        name: "PLAYING CARD THREE OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D4,
        name: "PLAYING CARD FOUR OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D5,
        name: "PLAYING CARD FIVE OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D6,
        name: "PLAYING CARD SIX OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D7,
        name: "PLAYING CARD SEVEN OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D8,
        name: "PLAYING CARD EIGHT OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0D9,
        name: "PLAYING CARD NINE OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0DA,
        name: "PLAYING CARD TEN OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0DB,
        name: "PLAYING CARD JACK OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0DC,
        name: "PLAYING CARD KNIGHT OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0DD,
        name: "PLAYING CARD QUEEN OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0DE,
        name: "PLAYING CARD KING OF CLUBS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F0DF,
        name: "PLAYING CARD WHITE JOKER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E0,
        name: "PLAYING CARD FOOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E1,
        name: "PLAYING CARD TRUMP-1",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E2,
        name: "PLAYING CARD TRUMP-2",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E3,
        name: "PLAYING CARD TRUMP-3",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E4,
        name: "PLAYING CARD TRUMP-4",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E5,
        name: "PLAYING CARD TRUMP-5",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E6,
        name: "PLAYING CARD TRUMP-6",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E7,
        name: "PLAYING CARD TRUMP-7",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E8,
        name: "PLAYING CARD TRUMP-8",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0E9,
        name: "PLAYING CARD TRUMP-9",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0EA,
        name: "PLAYING CARD TRUMP-10",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0EB,
        name: "PLAYING CARD TRUMP-11",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0EC,
        name: "PLAYING CARD TRUMP-12",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0ED,
        name: "PLAYING CARD TRUMP-13",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0EE,
        name: "PLAYING CARD TRUMP-14",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0EF,
        name: "PLAYING CARD TRUMP-15",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0F0,
        name: "PLAYING CARD TRUMP-16",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0F1,
        name: "PLAYING CARD TRUMP-17",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0F2,
        name: "PLAYING CARD TRUMP-18",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0F3,
        name: "PLAYING CARD TRUMP-19",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0F4,
        name: "PLAYING CARD TRUMP-20",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F0F5,
        name: "PLAYING CARD TRUMP-21",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F100,
        name: "DIGIT ZERO FULL STOP",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F101,
        name: "DIGIT ZERO COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F102,
        name: "DIGIT ONE COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F103,
        name: "DIGIT TWO COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F104,
        name: "DIGIT THREE COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F105,
        name: "DIGIT FOUR COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F106,
        name: "DIGIT FIVE COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F107,
        name: "DIGIT SIX COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F108,
        name: "DIGIT SEVEN COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F109,
        name: "DIGIT EIGHT COMMA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F10A,
        name: "DIGIT NINE COMMA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F10B,
        name: "DINGBAT CIRCLED SANS-SERIF DIGIT ZERO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F10C,
        name: "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F110,
        name: "PARENTHESIZED LATIN CAPITAL LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F111,
        name: "PARENTHESIZED LATIN CAPITAL LETTER B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F112,
        name: "PARENTHESIZED LATIN CAPITAL LETTER C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F113,
        name: "PARENTHESIZED LATIN CAPITAL LETTER D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F114,
        name: "PARENTHESIZED LATIN CAPITAL LETTER E",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F115,
        name: "PARENTHESIZED LATIN CAPITAL LETTER F",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F116,
        name: "PARENTHESIZED LATIN CAPITAL LETTER G",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F117,
        name: "PARENTHESIZED LATIN CAPITAL LETTER H",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F118,
        name: "PARENTHESIZED LATIN CAPITAL LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F119,
        name: "PARENTHESIZED LATIN CAPITAL LETTER J",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F11A,
        name: "PARENTHESIZED LATIN CAPITAL LETTER K",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F11B,
        name: "PARENTHESIZED LATIN CAPITAL LETTER L",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F11C,
        name: "PARENTHESIZED LATIN CAPITAL LETTER M",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F11D,
        name: "PARENTHESIZED LATIN CAPITAL LETTER N",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F11E,
        name: "PARENTHESIZED LATIN CAPITAL LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F11F,
        name: "PARENTHESIZED LATIN CAPITAL LETTER P",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F120,
        name: "PARENTHESIZED LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F121,
        name: "PARENTHESIZED LATIN CAPITAL LETTER R",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F122,
        name: "PARENTHESIZED LATIN CAPITAL LETTER S",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F123,
        name: "PARENTHESIZED LATIN CAPITAL LETTER T",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F124,
        name: "PARENTHESIZED LATIN CAPITAL LETTER U",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F125,
        name: "PARENTHESIZED LATIN CAPITAL LETTER V",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F126,
        name: "PARENTHESIZED LATIN CAPITAL LETTER W",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F127,
        name: "PARENTHESIZED LATIN CAPITAL LETTER X",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F128,
        name: "PARENTHESIZED LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F129,
        name: "PARENTHESIZED LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F12A,
        name: "TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F12B,
        name: "CIRCLED ITALIC LATIN CAPITAL LETTER C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F12C,
        name: "CIRCLED ITALIC LATIN CAPITAL LETTER R",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F12D,
        name: "CIRCLED CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F12E,
        name: "CIRCLED WZ",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F12F,
        name: "COPYLEFT SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F130,
        name: "SQUARED LATIN CAPITAL LETTER A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F131,
        name: "SQUARED LATIN CAPITAL LETTER B",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F132,
        name: "SQUARED LATIN CAPITAL LETTER C",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F133,
        name: "SQUARED LATIN CAPITAL LETTER D",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F134,
        name: "SQUARED LATIN CAPITAL LETTER E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F135,
        name: "SQUARED LATIN CAPITAL LETTER F",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F136,
        name: "SQUARED LATIN CAPITAL LETTER G",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F137,
        name: "SQUARED LATIN CAPITAL LETTER H",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F138,
        name: "SQUARED LATIN CAPITAL LETTER I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F139,
        name: "SQUARED LATIN CAPITAL LETTER J",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F13A,
        name: "SQUARED LATIN CAPITAL LETTER K",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F13B,
        name: "SQUARED LATIN CAPITAL LETTER L",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F13C,
        name: "SQUARED LATIN CAPITAL LETTER M",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F13D,
        name: "SQUARED LATIN CAPITAL LETTER N",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F13E,
        name: "SQUARED LATIN CAPITAL LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F13F,
        name: "SQUARED LATIN CAPITAL LETTER P",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F140,
        name: "SQUARED LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F141,
        name: "SQUARED LATIN CAPITAL LETTER R",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F142,
        name: "SQUARED LATIN CAPITAL LETTER S",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F143,
        name: "SQUARED LATIN CAPITAL LETTER T",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F144,
        name: "SQUARED LATIN CAPITAL LETTER U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F145,
        name: "SQUARED LATIN CAPITAL LETTER V",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F146,
        name: "SQUARED LATIN CAPITAL LETTER W",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F147,
        name: "SQUARED LATIN CAPITAL LETTER X",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F148,
        name: "SQUARED LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F149,
        name: "SQUARED LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F14A,
        name: "SQUARED HV",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F14B,
        name: "SQUARED MV",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F14C,
        name: "SQUARED SD",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F14D,
        name: "SQUARED SS",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F14E,
        name: "SQUARED PPV",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F14F,
        name: "SQUARED WC",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F150,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER A",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F151,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER B",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F152,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER C",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F153,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER D",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F154,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F155,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER F",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F156,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER G",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F157,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER H",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F158,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F159,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER J",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F15A,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER K",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F15B,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER L",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F15C,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER M",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F15D,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER N",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F15E,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F15F,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER P",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F160,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F161,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER R",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F162,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER S",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F163,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER T",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F164,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F165,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER V",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F166,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER W",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F167,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER X",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F168,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F169,
        name: "NEGATIVE CIRCLED LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F16A,
        name: "RAISED MC SIGN",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F16B,
        name: "RAISED MD SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F170,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER A",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F171,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER B",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F172,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER C",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F173,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER D",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F174,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F175,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER F",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F176,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER G",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F177,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER H",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F178,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER I",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F179,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER J",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F17A,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER K",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F17B,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER L",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F17C,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER M",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F17D,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER N",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F17E,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER O",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F17F,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER P",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F180,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F181,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER R",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F182,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER S",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F183,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER T",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F184,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F185,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER V",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F186,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER W",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F187,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER X",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F188,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F189,
        name: "NEGATIVE SQUARED LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F18A,
        name: "CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F18B,
        name: "NEGATIVE SQUARED IC",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F18C,
        name: "NEGATIVE SQUARED PA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F18D,
        name: "NEGATIVE SQUARED SA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F18E,
        name: "NEGATIVE SQUARED AB",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F18F,
        name: "NEGATIVE SQUARED WC",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F190,
        name: "SQUARE DJ",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F191,
        name: "SQUARED CL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F192,
        name: "SQUARED COOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F193,
        name: "SQUARED FREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F194,
        name: "SQUARED ID",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F195,
        name: "SQUARED NEW",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F196,
        name: "SQUARED NG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F197,
        name: "SQUARED OK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F198,
        name: "SQUARED SOS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F199,
        name: "SQUARED UP WITH EXCLAMATION MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F19A,
        name: "SQUARED VS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F19B,
        name: "SQUARED THREE D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F19C,
        name: "SQUARED SECOND SCREEN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F19D,
        name: "SQUARED TWO K",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F19E,
        name: "SQUARED FOUR K",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F19F,
        name: "SQUARED EIGHT K",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A0,
        name: "SQUARED FIVE POINT ONE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A1,
        name: "SQUARED SEVEN POINT ONE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A2,
        name: "SQUARED TWENTY-TWO POINT TWO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A3,
        name: "SQUARED SIXTY P",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A4,
        name: "SQUARED ONE HUNDRED TWENTY P",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A5,
        name: "SQUARED LATIN SMALL LETTER D",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A6,
        name: "SQUARED HC",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A7,
        name: "SQUARED HDR",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A8,
        name: "SQUARED HI-RES",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1A9,
        name: "SQUARED LOSSLESS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1AA,
        name: "SQUARED SHV",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1AB,
        name: "SQUARED UHD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F1AC,
        name: "SQUARED VOD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1E6,
        name: "REGIONAL INDICATOR SYMBOL LETTER A",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1E7,
        name: "REGIONAL INDICATOR SYMBOL LETTER B",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1E8,
        name: "REGIONAL INDICATOR SYMBOL LETTER C",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1E9,
        name: "REGIONAL INDICATOR SYMBOL LETTER D",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1EA,
        name: "REGIONAL INDICATOR SYMBOL LETTER E",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1EB,
        name: "REGIONAL INDICATOR SYMBOL LETTER F",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1EC,
        name: "REGIONAL INDICATOR SYMBOL LETTER G",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1ED,
        name: "REGIONAL INDICATOR SYMBOL LETTER H",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1EE,
        name: "REGIONAL INDICATOR SYMBOL LETTER I",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1EF,
        name: "REGIONAL INDICATOR SYMBOL LETTER J",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F0,
        name: "REGIONAL INDICATOR SYMBOL LETTER K",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F1,
        name: "REGIONAL INDICATOR SYMBOL LETTER L",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F2,
        name: "REGIONAL INDICATOR SYMBOL LETTER M",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F3,
        name: "REGIONAL INDICATOR SYMBOL LETTER N",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F4,
        name: "REGIONAL INDICATOR SYMBOL LETTER O",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F5,
        name: "REGIONAL INDICATOR SYMBOL LETTER P",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F6,
        name: "REGIONAL INDICATOR SYMBOL LETTER Q",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F7,
        name: "REGIONAL INDICATOR SYMBOL LETTER R",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F8,
        name: "REGIONAL INDICATOR SYMBOL LETTER S",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1F9,
        name: "REGIONAL INDICATOR SYMBOL LETTER T",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1FA,
        name: "REGIONAL INDICATOR SYMBOL LETTER U",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1FB,
        name: "REGIONAL INDICATOR SYMBOL LETTER V",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1FC,
        name: "REGIONAL INDICATOR SYMBOL LETTER W",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1FD,
        name: "REGIONAL INDICATOR SYMBOL LETTER X",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1FE,
        name: "REGIONAL INDICATOR SYMBOL LETTER Y",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F1FF,
        name: "REGIONAL INDICATOR SYMBOL LETTER Z",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F200,
        name: "SQUARE HIRAGANA HOKA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F201,
        name: "SQUARED KATAKANA KOKO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F202,
        name: "SQUARED KATAKANA SA",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F210,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-624B",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F211,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5B57",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F212,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-53CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F213,
        name: "SQUARED KATAKANA DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F214,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-4E8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F215,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-591A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F216,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-89E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F217,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5929",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F218,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-4EA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F219,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6620",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F21A,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-7121",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F21B,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6599",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F21C,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-524D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F21D,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5F8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F21E,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-518D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F21F,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-65B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F220,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-521D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F221,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-7D42",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F222,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-751F",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F223,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-8CA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F224,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-58F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F225,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5439",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F226,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6F14",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F227,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6295",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F228,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6355",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F229,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-4E00",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F22A,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-4E09",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F22B,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-904A",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F22C,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5DE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F22D,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-4E2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F22E,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-53F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F22F,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6307",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F230,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-8D70",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F231,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6253",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F232,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-7981",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F233,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-7A7A",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F234,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5408",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F235,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6E80",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F236,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6709",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F237,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-6708",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F238,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-7533",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F239,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-5272",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F23A,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-55B6",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F23B,
        name: "SQUARED CJK UNIFIED IDEOGRAPH-914D",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F240,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F241,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F242,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F243,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F244,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F245,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F246,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F247,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x1F248,
        name: "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F250,
        name: "CIRCLED IDEOGRAPH ADVANTAGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F251,
        name: "CIRCLED IDEOGRAPH ACCEPT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F260,
        name: "ROUNDED SYMBOL FOR FU",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F261,
        name: "ROUNDED SYMBOL FOR LU",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F262,
        name: "ROUNDED SYMBOL FOR SHOU",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F263,
        name: "ROUNDED SYMBOL FOR XI",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F264,
        name: "ROUNDED SYMBOL FOR SHUANGXI",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F265,
        name: "ROUNDED SYMBOL FOR CAI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F300,
        name: "CYCLONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F301,
        name: "FOGGY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F302,
        name: "CLOSED UMBRELLA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F303,
        name: "NIGHT WITH STARS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F304,
        name: "SUNRISE OVER MOUNTAINS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F305,
        name: "SUNRISE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F306,
        name: "CITYSCAPE AT DUSK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F307,
        name: "SUNSET OVER BUILDINGS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F308,
        name: "RAINBOW",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F309,
        name: "BRIDGE AT NIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F30A,
        name: "WATER WAVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F30B,
        name: "VOLCANO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F30C,
        name: "MILKY WAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F30D,
        name: "EARTH GLOBE EUROPE-AFRICA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F30E,
        name: "EARTH GLOBE AMERICAS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F30F,
        name: "EARTH GLOBE ASIA-AUSTRALIA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F310,
        name: "GLOBE WITH MERIDIANS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F311,
        name: "NEW MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F312,
        name: "WAXING CRESCENT MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F313,
        name: "FIRST QUARTER MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F314,
        name: "WAXING GIBBOUS MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F315,
        name: "FULL MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F316,
        name: "WANING GIBBOUS MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F317,
        name: "LAST QUARTER MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F318,
        name: "WANING CRESCENT MOON SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F319,
        name: "CRESCENT MOON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F31A,
        name: "NEW MOON WITH FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F31B,
        name: "FIRST QUARTER MOON WITH FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F31C,
        name: "LAST QUARTER MOON WITH FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F31D,
        name: "FULL MOON WITH FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F31E,
        name: "SUN WITH FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F31F,
        name: "GLOWING STAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F320,
        name: "SHOOTING STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F321,
        name: "THERMOMETER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F322,
        name: "BLACK DROPLET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F323,
        name: "WHITE SUN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F324,
        name: "WHITE SUN WITH SMALL CLOUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F325,
        name: "WHITE SUN BEHIND CLOUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F326,
        name: "WHITE SUN BEHIND CLOUD WITH RAIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F327,
        name: "CLOUD WITH RAIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F328,
        name: "CLOUD WITH SNOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F329,
        name: "CLOUD WITH LIGHTNING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F32A,
        name: "CLOUD WITH TORNADO",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F32B,
        name: "FOG",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F32C,
        name: "WIND BLOWING FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F32D,
        name: "HOT DOG",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F32E,
        name: "TACO",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F32F,
        name: "BURRITO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F330,
        name: "CHESTNUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F331,
        name: "SEEDLING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F332,
        name: "EVERGREEN TREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F333,
        name: "DECIDUOUS TREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F334,
        name: "PALM TREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F335,
        name: "CACTUS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F336,
        name: "HOT PEPPER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F337,
        name: "TULIP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F338,
        name: "CHERRY BLOSSOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F339,
        name: "ROSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F33A,
        name: "HIBISCUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F33B,
        name: "SUNFLOWER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F33C,
        name: "BLOSSOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F33D,
        name: "EAR OF MAIZE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F33E,
        name: "EAR OF RICE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F33F,
        name: "HERB",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F340,
        name: "FOUR LEAF CLOVER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F341,
        name: "MAPLE LEAF",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F342,
        name: "FALLEN LEAF",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F343,
        name: "LEAF FLUTTERING IN WIND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F344,
        name: "MUSHROOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F345,
        name: "TOMATO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F346,
        name: "AUBERGINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F347,
        name: "GRAPES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F348,
        name: "MELON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F349,
        name: "WATERMELON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F34A,
        name: "TANGERINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F34B,
        name: "LEMON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F34C,
        name: "BANANA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F34D,
        name: "PINEAPPLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F34E,
        name: "RED APPLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F34F,
        name: "GREEN APPLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F350,
        name: "PEAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F351,
        name: "PEACH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F352,
        name: "CHERRIES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F353,
        name: "STRAWBERRY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F354,
        name: "HAMBURGER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F355,
        name: "SLICE OF PIZZA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F356,
        name: "MEAT ON BONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F357,
        name: "POULTRY LEG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F358,
        name: "RICE CRACKER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F359,
        name: "RICE BALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F35A,
        name: "COOKED RICE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F35B,
        name: "CURRY AND RICE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F35C,
        name: "STEAMING BOWL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F35D,
        name: "SPAGHETTI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F35E,
        name: "BREAD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F35F,
        name: "FRENCH FRIES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F360,
        name: "ROASTED SWEET POTATO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F361,
        name: "DANGO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F362,
        name: "ODEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F363,
        name: "SUSHI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F364,
        name: "FRIED SHRIMP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F365,
        name: "FISH CAKE WITH SWIRL DESIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F366,
        name: "SOFT ICE CREAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F367,
        name: "SHAVED ICE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F368,
        name: "ICE CREAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F369,
        name: "DOUGHNUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F36A,
        name: "COOKIE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F36B,
        name: "CHOCOLATE BAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F36C,
        name: "CANDY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F36D,
        name: "LOLLIPOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F36E,
        name: "CUSTARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F36F,
        name: "HONEY POT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F370,
        name: "SHORTCAKE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F371,
        name: "BENTO BOX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F372,
        name: "POT OF FOOD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F373,
        name: "COOKING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F374,
        name: "FORK AND KNIFE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F375,
        name: "TEACUP WITHOUT HANDLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F376,
        name: "SAKE BOTTLE AND CUP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F377,
        name: "WINE GLASS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F378,
        name: "COCKTAIL GLASS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F379,
        name: "TROPICAL DRINK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F37A,
        name: "BEER MUG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F37B,
        name: "CLINKING BEER MUGS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F37C,
        name: "BABY BOTTLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F37D,
        name: "FORK AND KNIFE WITH PLATE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F37E,
        name: "BOTTLE WITH POPPING CORK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F37F,
        name: "POPCORN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F380,
        name: "RIBBON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F381,
        name: "WRAPPED PRESENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F382,
        name: "BIRTHDAY CAKE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F383,
        name: "JACK-O-LANTERN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F384,
        name: "CHRISTMAS TREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F385,
        name: "FATHER CHRISTMAS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F386,
        name: "FIREWORKS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F387,
        name: "FIREWORK SPARKLER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F388,
        name: "BALLOON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F389,
        name: "PARTY POPPER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F38A,
        name: "CONFETTI BALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F38B,
        name: "TANABATA TREE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F38C,
        name: "CROSSED FLAGS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F38D,
        name: "PINE DECORATION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F38E,
        name: "JAPANESE DOLLS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F38F,
        name: "CARP STREAMER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F390,
        name: "WIND CHIME",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F391,
        name: "MOON VIEWING CEREMONY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F392,
        name: "SCHOOL SATCHEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F393,
        name: "GRADUATION CAP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F394,
        name: "HEART WITH TIP ON THE LEFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F395,
        name: "BOUQUET OF FLOWERS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F396,
        name: "MILITARY MEDAL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F397,
        name: "REMINDER RIBBON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F398,
        name: "MUSICAL KEYBOARD WITH JACKS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F399,
        name: "STUDIO MICROPHONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F39A,
        name: "LEVEL SLIDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F39B,
        name: "CONTROL KNOBS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F39C,
        name: "BEAMED ASCENDING MUSICAL NOTES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F39D,
        name: "BEAMED DESCENDING MUSICAL NOTES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F39E,
        name: "FILM FRAMES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F39F,
        name: "ADMISSION TICKETS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A0,
        name: "CAROUSEL HORSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A1,
        name: "FERRIS WHEEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A2,
        name: "ROLLER COASTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A3,
        name: "FISHING POLE AND FISH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A4,
        name: "MICROPHONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A5,
        name: "MOVIE CAMERA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A6,
        name: "CINEMA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A7,
        name: "HEADPHONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A8,
        name: "ARTIST PALETTE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3A9,
        name: "TOP HAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3AA,
        name: "CIRCUS TENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3AB,
        name: "TICKET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3AC,
        name: "CLAPPER BOARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3AD,
        name: "PERFORMING ARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3AE,
        name: "VIDEO GAME",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3AF,
        name: "DIRECT HIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B0,
        name: "SLOT MACHINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B1,
        name: "BILLIARDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B2,
        name: "GAME DIE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B3,
        name: "BOWLING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B4,
        name: "FLOWER PLAYING CARDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B5,
        name: "MUSICAL NOTE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B6,
        name: "MULTIPLE MUSICAL NOTES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B7,
        name: "SAXOPHONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B8,
        name: "GUITAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3B9,
        name: "MUSICAL KEYBOARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3BA,
        name: "TRUMPET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3BB,
        name: "VIOLIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3BC,
        name: "MUSICAL SCORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3BD,
        name: "RUNNING SHIRT WITH SASH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3BE,
        name: "TENNIS RACQUET AND BALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3BF,
        name: "SKI AND SKI BOOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C0,
        name: "BASKETBALL AND HOOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C1,
        name: "CHEQUERED FLAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C2,
        name: "SNOWBOARDER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C3,
        name: "RUNNER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C4,
        name: "SURFER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3C5,
        name: "SPORTS MEDAL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C6,
        name: "TROPHY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C7,
        name: "HORSE RACING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C8,
        name: "AMERICAN FOOTBALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3C9,
        name: "RUGBY FOOTBALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3CA,
        name: "SWIMMER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3CB,
        name: "WEIGHT LIFTER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3CC,
        name: "GOLFER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3CD,
        name: "RACING MOTORCYCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3CE,
        name: "RACING CAR",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3CF,
        name: "CRICKET BAT AND BALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3D0,
        name: "VOLLEYBALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3D1,
        name: "FIELD HOCKEY STICK AND BALL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3D2,
        name: "ICE HOCKEY STICK AND PUCK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3D3,
        name: "TABLE TENNIS PADDLE AND BALL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3D4,
        name: "SNOW CAPPED MOUNTAIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3D5,
        name: "CAMPING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3D6,
        name: "BEACH WITH UMBRELLA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3D7,
        name: "BUILDING CONSTRUCTION",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3D8,
        name: "HOUSE BUILDINGS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3D9,
        name: "CITYSCAPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3DA,
        name: "DERELICT HOUSE BUILDING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3DB,
        name: "CLASSICAL BUILDING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3DC,
        name: "DESERT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3DD,
        name: "DESERT ISLAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3DE,
        name: "NATIONAL PARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3DF,
        name: "STADIUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E0,
        name: "HOUSE BUILDING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E1,
        name: "HOUSE WITH GARDEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E2,
        name: "OFFICE BUILDING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E3,
        name: "JAPANESE POST OFFICE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E4,
        name: "EUROPEAN POST OFFICE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E5,
        name: "HOSPITAL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E6,
        name: "BANK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E7,
        name: "AUTOMATED TELLER MACHINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E8,
        name: "HOTEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3E9,
        name: "LOVE HOTEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3EA,
        name: "CONVENIENCE STORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3EB,
        name: "SCHOOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3EC,
        name: "DEPARTMENT STORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3ED,
        name: "FACTORY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3EE,
        name: "IZAKAYA LANTERN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3EF,
        name: "JAPANESE CASTLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F3F0,
        name: "EUROPEAN CASTLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F1,
        name: "WHITE PENNANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F2,
        name: "BLACK PENNANT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F3,
        name: "WAVING WHITE FLAG",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F4,
        name: "WAVING BLACK FLAG",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F5,
        name: "ROSETTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F6,
        name: "BLACK ROSETTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F3F7,
        name: "LABEL",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3F8,
        name: "BADMINTON RACQUET AND SHUTTLECOCK",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3F9,
        name: "BOW AND ARROW",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3FA,
        name: "AMPHORA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3FB,
        name: "EMOJI MODIFIER FITZPATRICK TYPE-1-2",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3FC,
        name: "EMOJI MODIFIER FITZPATRICK TYPE-3",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3FD,
        name: "EMOJI MODIFIER FITZPATRICK TYPE-4",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3FE,
        name: "EMOJI MODIFIER FITZPATRICK TYPE-5",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F3FF,
        name: "EMOJI MODIFIER FITZPATRICK TYPE-6",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F400,
        name: "RAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F401,
        name: "MOUSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F402,
        name: "OX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F403,
        name: "WATER BUFFALO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F404,
        name: "COW",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F405,
        name: "TIGER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F406,
        name: "LEOPARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F407,
        name: "RABBIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F408,
        name: "CAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F409,
        name: "DRAGON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F40A,
        name: "CROCODILE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F40B,
        name: "WHALE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F40C,
        name: "SNAIL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F40D,
        name: "SNAKE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F40E,
        name: "HORSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F40F,
        name: "RAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F410,
        name: "GOAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F411,
        name: "SHEEP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F412,
        name: "MONKEY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F413,
        name: "ROOSTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F414,
        name: "CHICKEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F415,
        name: "DOG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F416,
        name: "PIG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F417,
        name: "BOAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F418,
        name: "ELEPHANT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F419,
        name: "OCTOPUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F41A,
        name: "SPIRAL SHELL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F41B,
        name: "BUG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F41C,
        name: "ANT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F41D,
        name: "HONEYBEE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F41E,
        name: "LADY BEETLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F41F,
        name: "FISH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F420,
        name: "TROPICAL FISH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F421,
        name: "BLOWFISH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F422,
        name: "TURTLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F423,
        name: "HATCHING CHICK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F424,
        name: "BABY CHICK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F425,
        name: "FRONT-FACING BABY CHICK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F426,
        name: "BIRD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F427,
        name: "PENGUIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F428,
        name: "KOALA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F429,
        name: "POODLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F42A,
        name: "DROMEDARY CAMEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F42B,
        name: "BACTRIAN CAMEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F42C,
        name: "DOLPHIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F42D,
        name: "MOUSE FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F42E,
        name: "COW FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F42F,
        name: "TIGER FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F430,
        name: "RABBIT FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F431,
        name: "CAT FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F432,
        name: "DRAGON FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F433,
        name: "SPOUTING WHALE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F434,
        name: "HORSE FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F435,
        name: "MONKEY FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F436,
        name: "DOG FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F437,
        name: "PIG FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F438,
        name: "FROG FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F439,
        name: "HAMSTER FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F43A,
        name: "WOLF FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F43B,
        name: "BEAR FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F43C,
        name: "PANDA FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F43D,
        name: "PIG NOSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F43E,
        name: "PAW PRINTS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F43F,
        name: "CHIPMUNK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F440,
        name: "EYES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F441,
        name: "EYE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F442,
        name: "EAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F443,
        name: "NOSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F444,
        name: "MOUTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F445,
        name: "TONGUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F446,
        name: "WHITE UP POINTING BACKHAND INDEX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F447,
        name: "WHITE DOWN POINTING BACKHAND INDEX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F448,
        name: "WHITE LEFT POINTING BACKHAND INDEX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F449,
        name: "WHITE RIGHT POINTING BACKHAND INDEX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F44A,
        name: "FISTED HAND SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F44B,
        name: "WAVING HAND SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F44C,
        name: "OK HAND SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F44D,
        name: "THUMBS UP SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F44E,
        name: "THUMBS DOWN SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F44F,
        name: "CLAPPING HANDS SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F450,
        name: "OPEN HANDS SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F451,
        name: "CROWN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F452,
        name: "WOMANS HAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F453,
        name: "EYEGLASSES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F454,
        name: "NECKTIE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F455,
        name: "T-SHIRT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F456,
        name: "JEANS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F457,
        name: "DRESS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F458,
        name: "KIMONO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F459,
        name: "BIKINI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F45A,
        name: "WOMANS CLOTHES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F45B,
        name: "PURSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F45C,
        name: "HANDBAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F45D,
        name: "POUCH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F45E,
        name: "MANS SHOE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F45F,
        name: "ATHLETIC SHOE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F460,
        name: "HIGH-HEELED SHOE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F461,
        name: "WOMANS SANDAL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F462,
        name: "WOMANS BOOTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F463,
        name: "FOOTPRINTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F464,
        name: "BUST IN SILHOUETTE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F465,
        name: "BUSTS IN SILHOUETTE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F466,
        name: "BOY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F467,
        name: "GIRL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F468,
        name: "MAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F469,
        name: "WOMAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F46A,
        name: "FAMILY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F46B,
        name: "MAN AND WOMAN HOLDING HANDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F46C,
        name: "TWO MEN HOLDING HANDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F46D,
        name: "TWO WOMEN HOLDING HANDS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F46E,
        name: "POLICE OFFICER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F46F,
        name: "WOMAN WITH BUNNY EARS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F470,
        name: "BRIDE WITH VEIL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F471,
        name: "PERSON WITH BLOND HAIR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F472,
        name: "MAN WITH GUA PI MAO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F473,
        name: "MAN WITH TURBAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F474,
        name: "OLDER MAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F475,
        name: "OLDER WOMAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F476,
        name: "BABY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F477,
        name: "CONSTRUCTION WORKER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F478,
        name: "PRINCESS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F479,
        name: "JAPANESE OGRE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F47A,
        name: "JAPANESE GOBLIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F47B,
        name: "GHOST",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F47C,
        name: "BABY ANGEL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F47D,
        name: "EXTRATERRESTRIAL ALIEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F47E,
        name: "ALIEN MONSTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F47F,
        name: "IMP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F480,
        name: "SKULL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F481,
        name: "INFORMATION DESK PERSON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F482,
        name: "GUARDSMAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F483,
        name: "DANCER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F484,
        name: "LIPSTICK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F485,
        name: "NAIL POLISH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F486,
        name: "FACE MASSAGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F487,
        name: "HAIRCUT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F488,
        name: "BARBER POLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F489,
        name: "SYRINGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F48A,
        name: "PILL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F48B,
        name: "KISS MARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F48C,
        name: "LOVE LETTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F48D,
        name: "RING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F48E,
        name: "GEM STONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F48F,
        name: "KISS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F490,
        name: "BOUQUET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F491,
        name: "COUPLE WITH HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F492,
        name: "WEDDING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F493,
        name: "BEATING HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F494,
        name: "BROKEN HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F495,
        name: "TWO HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F496,
        name: "SPARKLING HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F497,
        name: "GROWING HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F498,
        name: "HEART WITH ARROW",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F499,
        name: "BLUE HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F49A,
        name: "GREEN HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F49B,
        name: "YELLOW HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F49C,
        name: "PURPLE HEART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F49D,
        name: "HEART WITH RIBBON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F49E,
        name: "REVOLVING HEARTS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F49F,
        name: "HEART DECORATION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A0,
        name: "DIAMOND SHAPE WITH A DOT INSIDE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A1,
        name: "ELECTRIC LIGHT BULB",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A2,
        name: "ANGER SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A3,
        name: "BOMB",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A4,
        name: "SLEEPING SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A5,
        name: "COLLISION SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A6,
        name: "SPLASHING SWEAT SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A7,
        name: "DROPLET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A8,
        name: "DASH SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4A9,
        name: "PILE OF POO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4AA,
        name: "FLEXED BICEPS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4AB,
        name: "DIZZY SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4AC,
        name: "SPEECH BALLOON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4AD,
        name: "THOUGHT BALLOON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4AE,
        name: "WHITE FLOWER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4AF,
        name: "HUNDRED POINTS SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B0,
        name: "MONEY BAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B1,
        name: "CURRENCY EXCHANGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B2,
        name: "HEAVY DOLLAR SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B3,
        name: "CREDIT CARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B4,
        name: "BANKNOTE WITH YEN SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B5,
        name: "BANKNOTE WITH DOLLAR SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B6,
        name: "BANKNOTE WITH EURO SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B7,
        name: "BANKNOTE WITH POUND SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B8,
        name: "MONEY WITH WINGS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4B9,
        name: "CHART WITH UPWARDS TREND AND YEN SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4BA,
        name: "SEAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4BB,
        name: "PERSONAL COMPUTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4BC,
        name: "BRIEFCASE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4BD,
        name: "MINIDISC",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4BE,
        name: "FLOPPY DISK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4BF,
        name: "OPTICAL DISC",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C0,
        name: "DVD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C1,
        name: "FILE FOLDER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C2,
        name: "OPEN FILE FOLDER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C3,
        name: "PAGE WITH CURL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C4,
        name: "PAGE FACING UP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C5,
        name: "CALENDAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C6,
        name: "TEAR-OFF CALENDAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C7,
        name: "CARD INDEX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C8,
        name: "CHART WITH UPWARDS TREND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4C9,
        name: "CHART WITH DOWNWARDS TREND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4CA,
        name: "BAR CHART",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4CB,
        name: "CLIPBOARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4CC,
        name: "PUSHPIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4CD,
        name: "ROUND PUSHPIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4CE,
        name: "PAPERCLIP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4CF,
        name: "STRAIGHT RULER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D0,
        name: "TRIANGULAR RULER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D1,
        name: "BOOKMARK TABS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D2,
        name: "LEDGER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D3,
        name: "NOTEBOOK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D4,
        name: "NOTEBOOK WITH DECORATIVE COVER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D5,
        name: "CLOSED BOOK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D6,
        name: "OPEN BOOK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D7,
        name: "GREEN BOOK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D8,
        name: "BLUE BOOK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4D9,
        name: "ORANGE BOOK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4DA,
        name: "BOOKS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4DB,
        name: "NAME BADGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4DC,
        name: "SCROLL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4DD,
        name: "MEMO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4DE,
        name: "TELEPHONE RECEIVER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4DF,
        name: "PAGER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E0,
        name: "FAX MACHINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E1,
        name: "SATELLITE ANTENNA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E2,
        name: "PUBLIC ADDRESS LOUDSPEAKER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E3,
        name: "CHEERING MEGAPHONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E4,
        name: "OUTBOX TRAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E5,
        name: "INBOX TRAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E6,
        name: "PACKAGE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E7,
        name: "E-MAIL SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E8,
        name: "INCOMING ENVELOPE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4E9,
        name: "ENVELOPE WITH DOWNWARDS ARROW ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4EA,
        name: "CLOSED MAILBOX WITH LOWERED FLAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4EB,
        name: "CLOSED MAILBOX WITH RAISED FLAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4EC,
        name: "OPEN MAILBOX WITH RAISED FLAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4ED,
        name: "OPEN MAILBOX WITH LOWERED FLAG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4EE,
        name: "POSTBOX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4EF,
        name: "POSTAL HORN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F0,
        name: "NEWSPAPER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F1,
        name: "MOBILE PHONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F2,
        name: "MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F3,
        name: "VIBRATION MODE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F4,
        name: "MOBILE PHONE OFF",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F5,
        name: "NO MOBILE PHONES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F6,
        name: "ANTENNA WITH BARS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F7,
        name: "CAMERA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F4F8,
        name: "CAMERA WITH FLASH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4F9,
        name: "VIDEO CAMERA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4FA,
        name: "TELEVISION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4FB,
        name: "RADIO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F4FC,
        name: "VIDEOCASSETTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F4FD,
        name: "FILM PROJECTOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F4FE,
        name: "PORTABLE STEREO",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F4FF,
        name: "PRAYER BEADS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F500,
        name: "TWISTED RIGHTWARDS ARROWS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F501,
        name: "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F502,
        name: "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F503,
        name: "CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F504,
        name: "ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F505,
        name: "LOW BRIGHTNESS SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F506,
        name: "HIGH BRIGHTNESS SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F507,
        name: "SPEAKER WITH CANCELLATION STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F508,
        name: "SPEAKER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F509,
        name: "SPEAKER WITH ONE SOUND WAVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F50A,
        name: "SPEAKER WITH THREE SOUND WAVES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F50B,
        name: "BATTERY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F50C,
        name: "ELECTRIC PLUG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F50D,
        name: "LEFT-POINTING MAGNIFYING GLASS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F50E,
        name: "RIGHT-POINTING MAGNIFYING GLASS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F50F,
        name: "LOCK WITH INK PEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F510,
        name: "CLOSED LOCK WITH KEY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F511,
        name: "KEY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F512,
        name: "LOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F513,
        name: "OPEN LOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F514,
        name: "BELL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F515,
        name: "BELL WITH CANCELLATION STROKE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F516,
        name: "BOOKMARK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F517,
        name: "LINK SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F518,
        name: "RADIO BUTTON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F519,
        name: "BACK WITH LEFTWARDS ARROW ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F51A,
        name: "END WITH LEFTWARDS ARROW ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F51B,
        name: "ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F51C,
        name: "SOON WITH RIGHTWARDS ARROW ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F51D,
        name: "TOP WITH UPWARDS ARROW ABOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F51E,
        name: "NO ONE UNDER EIGHTEEN SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F51F,
        name: "KEYCAP TEN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F520,
        name: "INPUT SYMBOL FOR LATIN CAPITAL LETTERS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F521,
        name: "INPUT SYMBOL FOR LATIN SMALL LETTERS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F522,
        name: "INPUT SYMBOL FOR NUMBERS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F523,
        name: "INPUT SYMBOL FOR SYMBOLS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F524,
        name: "INPUT SYMBOL FOR LATIN LETTERS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F525,
        name: "FIRE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F526,
        name: "ELECTRIC TORCH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F527,
        name: "WRENCH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F528,
        name: "HAMMER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F529,
        name: "NUT AND BOLT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F52A,
        name: "HOCHO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F52B,
        name: "PISTOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F52C,
        name: "MICROSCOPE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F52D,
        name: "TELESCOPE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F52E,
        name: "CRYSTAL BALL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F52F,
        name: "SIX POINTED STAR WITH MIDDLE DOT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F530,
        name: "JAPANESE SYMBOL FOR BEGINNER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F531,
        name: "TRIDENT EMBLEM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F532,
        name: "BLACK SQUARE BUTTON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F533,
        name: "WHITE SQUARE BUTTON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F534,
        name: "LARGE RED CIRCLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F535,
        name: "LARGE BLUE CIRCLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F536,
        name: "LARGE ORANGE DIAMOND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F537,
        name: "LARGE BLUE DIAMOND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F538,
        name: "SMALL ORANGE DIAMOND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F539,
        name: "SMALL BLUE DIAMOND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F53A,
        name: "UP-POINTING RED TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F53B,
        name: "DOWN-POINTING RED TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F53C,
        name: "UP-POINTING SMALL RED TRIANGLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F53D,
        name: "DOWN-POINTING SMALL RED TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F53E,
        name: "LOWER RIGHT SHADOWED WHITE CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F53F,
        name: "UPPER RIGHT SHADOWED WHITE CIRCLE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F540,
        name: "CIRCLED CROSS POMMEE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F541,
        name: "CROSS POMMEE WITH HALF-CIRCLE BELOW",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F542,
        name: "CROSS POMMEE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F543,
        name: "NOTCHED LEFT SEMICIRCLE WITH THREE DOTS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F544,
        name: "NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F545,
        name: "SYMBOL FOR MARKS CHAPTER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F546,
        name: "WHITE LATIN CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F547,
        name: "HEAVY LATIN CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F548,
        name: "CELTIC CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F549,
        name: "OM SYMBOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F54A,
        name: "DOVE OF PEACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F54B,
        name: "KAABA",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F54C,
        name: "MOSQUE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F54D,
        name: "SYNAGOGUE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F54E,
        name: "MENORAH WITH NINE BRANCHES",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F54F,
        name: "BOWL OF HYGIEIA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F550,
        name: "CLOCK FACE ONE OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F551,
        name: "CLOCK FACE TWO OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F552,
        name: "CLOCK FACE THREE OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F553,
        name: "CLOCK FACE FOUR OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F554,
        name: "CLOCK FACE FIVE OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F555,
        name: "CLOCK FACE SIX OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F556,
        name: "CLOCK FACE SEVEN OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F557,
        name: "CLOCK FACE EIGHT OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F558,
        name: "CLOCK FACE NINE OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F559,
        name: "CLOCK FACE TEN OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F55A,
        name: "CLOCK FACE ELEVEN OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F55B,
        name: "CLOCK FACE TWELVE OCLOCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F55C,
        name: "CLOCK FACE ONE-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F55D,
        name: "CLOCK FACE TWO-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F55E,
        name: "CLOCK FACE THREE-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F55F,
        name: "CLOCK FACE FOUR-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F560,
        name: "CLOCK FACE FIVE-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F561,
        name: "CLOCK FACE SIX-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F562,
        name: "CLOCK FACE SEVEN-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F563,
        name: "CLOCK FACE EIGHT-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F564,
        name: "CLOCK FACE NINE-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F565,
        name: "CLOCK FACE TEN-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F566,
        name: "CLOCK FACE ELEVEN-THIRTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F567,
        name: "CLOCK FACE TWELVE-THIRTY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F568,
        name: "RIGHT SPEAKER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F569,
        name: "RIGHT SPEAKER WITH ONE SOUND WAVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F56A,
        name: "RIGHT SPEAKER WITH THREE SOUND WAVES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F56B,
        name: "BULLHORN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F56C,
        name: "BULLHORN WITH SOUND WAVES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F56D,
        name: "RINGING BELL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F56E,
        name: "BOOK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F56F,
        name: "CANDLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F570,
        name: "MANTELPIECE CLOCK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F571,
        name: "BLACK SKULL AND CROSSBONES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F572,
        name: "NO PIRACY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F573,
        name: "HOLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F574,
        name: "MAN IN BUSINESS SUIT LEVITATING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F575,
        name: "SLEUTH OR SPY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F576,
        name: "DARK SUNGLASSES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F577,
        name: "SPIDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F578,
        name: "SPIDER WEB",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F579,
        name: "JOYSTICK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F57A,
        name: "MAN DANCING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F57B,
        name: "LEFT HAND TELEPHONE RECEIVER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F57C,
        name: "TELEPHONE RECEIVER WITH PAGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F57D,
        name: "RIGHT HAND TELEPHONE RECEIVER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F57E,
        name: "WHITE TOUCHTONE TELEPHONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F57F,
        name: "BLACK TOUCHTONE TELEPHONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F580,
        name: "TELEPHONE ON TOP OF MODEM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F581,
        name: "CLAMSHELL MOBILE PHONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F582,
        name: "BACK OF ENVELOPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F583,
        name: "STAMPED ENVELOPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F584,
        name: "ENVELOPE WITH LIGHTNING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F585,
        name: "FLYING ENVELOPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F586,
        name: "PEN OVER STAMPED ENVELOPE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F587,
        name: "LINKED PAPERCLIPS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F588,
        name: "BLACK PUSHPIN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F589,
        name: "LOWER LEFT PENCIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F58A,
        name: "LOWER LEFT BALLPOINT PEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F58B,
        name: "LOWER LEFT FOUNTAIN PEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F58C,
        name: "LOWER LEFT PAINTBRUSH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F58D,
        name: "LOWER LEFT CRAYON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F58E,
        name: "LEFT WRITING HAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F58F,
        name: "TURNED OK HAND SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F590,
        name: "RAISED HAND WITH FINGERS SPLAYED",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F591,
        name: "REVERSED RAISED HAND WITH FINGERS SPLAYED",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F592,
        name: "REVERSED THUMBS UP SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F593,
        name: "REVERSED THUMBS DOWN SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F594,
        name: "REVERSED VICTORY HAND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F595,
        name: "REVERSED HAND WITH MIDDLE FINGER EXTENDED",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F596,
        name: "RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F597,
        name: "WHITE DOWN POINTING LEFT HAND INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F598,
        name: "SIDEWAYS WHITE LEFT POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F599,
        name: "SIDEWAYS WHITE RIGHT POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F59A,
        name: "SIDEWAYS BLACK LEFT POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F59B,
        name: "SIDEWAYS BLACK RIGHT POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F59C,
        name: "BLACK LEFT POINTING BACKHAND INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F59D,
        name: "BLACK RIGHT POINTING BACKHAND INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F59E,
        name: "SIDEWAYS WHITE UP POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F59F,
        name: "SIDEWAYS WHITE DOWN POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A0,
        name: "SIDEWAYS BLACK UP POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A1,
        name: "SIDEWAYS BLACK DOWN POINTING INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A2,
        name: "BLACK UP POINTING BACKHAND INDEX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A3,
        name: "BLACK DOWN POINTING BACKHAND INDEX",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F5A4,
        name: "BLACK HEART",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A5,
        name: "DESKTOP COMPUTER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A6,
        name: "KEYBOARD AND MOUSE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A7,
        name: "THREE NETWORKED COMPUTERS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A8,
        name: "PRINTER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5A9,
        name: "POCKET CALCULATOR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5AA,
        name: "BLACK HARD SHELL FLOPPY DISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5AB,
        name: "WHITE HARD SHELL FLOPPY DISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5AC,
        name: "SOFT SHELL FLOPPY DISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5AD,
        name: "TAPE CARTRIDGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5AE,
        name: "WIRED KEYBOARD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5AF,
        name: "ONE BUTTON MOUSE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B0,
        name: "TWO BUTTON MOUSE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B1,
        name: "THREE BUTTON MOUSE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B2,
        name: "TRACKBALL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B3,
        name: "OLD PERSONAL COMPUTER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B4,
        name: "HARD DISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B5,
        name: "SCREEN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B6,
        name: "PRINTER ICON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B7,
        name: "FAX ICON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B8,
        name: "OPTICAL DISC ICON",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5B9,
        name: "DOCUMENT WITH TEXT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5BA,
        name: "DOCUMENT WITH TEXT AND PICTURE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5BB,
        name: "DOCUMENT WITH PICTURE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5BC,
        name: "FRAME WITH PICTURE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5BD,
        name: "FRAME WITH TILES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5BE,
        name: "FRAME WITH AN X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5BF,
        name: "BLACK FOLDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C0,
        name: "FOLDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C1,
        name: "OPEN FOLDER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C2,
        name: "CARD INDEX DIVIDERS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C3,
        name: "CARD FILE BOX",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C4,
        name: "FILE CABINET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C5,
        name: "EMPTY NOTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C6,
        name: "EMPTY NOTE PAGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C7,
        name: "EMPTY NOTE PAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C8,
        name: "NOTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5C9,
        name: "NOTE PAGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5CA,
        name: "NOTE PAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5CB,
        name: "EMPTY DOCUMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5CC,
        name: "EMPTY PAGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5CD,
        name: "EMPTY PAGES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5CE,
        name: "DOCUMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5CF,
        name: "PAGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D0,
        name: "PAGES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D1,
        name: "WASTEBASKET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D2,
        name: "SPIRAL NOTE PAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D3,
        name: "SPIRAL CALENDAR PAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D4,
        name: "DESKTOP WINDOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D5,
        name: "MINIMIZE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D6,
        name: "MAXIMIZE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D7,
        name: "OVERLAP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D8,
        name: "CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5D9,
        name: "CANCELLATION X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5DA,
        name: "INCREASE FONT SIZE SYMBOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5DB,
        name: "DECREASE FONT SIZE SYMBOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5DC,
        name: "COMPRESSION",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5DD,
        name: "OLD KEY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5DE,
        name: "ROLLED-UP NEWSPAPER",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5DF,
        name: "PAGE WITH CIRCLED TEXT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E0,
        name: "STOCK CHART",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E1,
        name: "DAGGER KNIFE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E2,
        name: "LIPS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E3,
        name: "SPEAKING HEAD IN SILHOUETTE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E4,
        name: "THREE RAYS ABOVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E5,
        name: "THREE RAYS BELOW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E6,
        name: "THREE RAYS LEFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E7,
        name: "THREE RAYS RIGHT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E8,
        name: "LEFT SPEECH BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5E9,
        name: "RIGHT SPEECH BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5EA,
        name: "TWO SPEECH BUBBLES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5EB,
        name: "THREE SPEECH BUBBLES",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5EC,
        name: "LEFT THOUGHT BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5ED,
        name: "RIGHT THOUGHT BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5EE,
        name: "LEFT ANGER BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5EF,
        name: "RIGHT ANGER BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F0,
        name: "MOOD BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F1,
        name: "LIGHTNING MOOD BUBBLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F2,
        name: "LIGHTNING MOOD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F3,
        name: "BALLOT BOX WITH BALLOT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F4,
        name: "BALLOT SCRIPT X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F5,
        name: "BALLOT BOX WITH SCRIPT X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F6,
        name: "BALLOT BOLD SCRIPT X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F7,
        name: "BALLOT BOX WITH BOLD SCRIPT X",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F8,
        name: "LIGHT CHECK MARK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5F9,
        name: "BALLOT BOX WITH BOLD CHECK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F5FA,
        name: "WORLD MAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F5FB,
        name: "MOUNT FUJI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F5FC,
        name: "TOKYO TOWER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F5FD,
        name: "STATUE OF LIBERTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F5FE,
        name: "SILHOUETTE OF JAPAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F5FF,
        name: "MOYAI",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F600,
        name: "GRINNING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F601,
        name: "GRINNING FACE WITH SMILING EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F602,
        name: "FACE WITH TEARS OF JOY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F603,
        name: "SMILING FACE WITH OPEN MOUTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F604,
        name: "SMILING FACE WITH OPEN MOUTH AND SMILING EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F605,
        name: "SMILING FACE WITH OPEN MOUTH AND COLD SWEAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F606,
        name: "SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F607,
        name: "SMILING FACE WITH HALO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F608,
        name: "SMILING FACE WITH HORNS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F609,
        name: "WINKING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F60A,
        name: "SMILING FACE WITH SMILING EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F60B,
        name: "FACE SAVOURING DELICIOUS FOOD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F60C,
        name: "RELIEVED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F60D,
        name: "SMILING FACE WITH HEART-SHAPED EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F60E,
        name: "SMILING FACE WITH SUNGLASSES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F60F,
        name: "SMIRKING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F610,
        name: "NEUTRAL FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F611,
        name: "EXPRESSIONLESS FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F612,
        name: "UNAMUSED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F613,
        name: "FACE WITH COLD SWEAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F614,
        name: "PENSIVE FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F615,
        name: "CONFUSED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F616,
        name: "CONFOUNDED FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F617,
        name: "KISSING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F618,
        name: "FACE THROWING A KISS",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F619,
        name: "KISSING FACE WITH SMILING EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F61A,
        name: "KISSING FACE WITH CLOSED EYES",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F61B,
        name: "FACE WITH STUCK-OUT TONGUE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F61C,
        name: "FACE WITH STUCK-OUT TONGUE AND WINKING EYE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F61D,
        name: "FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F61E,
        name: "DISAPPOINTED FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F61F,
        name: "WORRIED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F620,
        name: "ANGRY FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F621,
        name: "POUTING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F622,
        name: "CRYING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F623,
        name: "PERSEVERING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F624,
        name: "FACE WITH LOOK OF TRIUMPH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F625,
        name: "DISAPPOINTED BUT RELIEVED FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F626,
        name: "FROWNING FACE WITH OPEN MOUTH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F627,
        name: "ANGUISHED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F628,
        name: "FEARFUL FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F629,
        name: "WEARY FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F62A,
        name: "SLEEPY FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F62B,
        name: "TIRED FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F62C,
        name: "GRIMACING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F62D,
        name: "LOUDLY CRYING FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F62E,
        name: "FACE WITH OPEN MOUTH",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F62F,
        name: "HUSHED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F630,
        name: "FACE WITH OPEN MOUTH AND COLD SWEAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F631,
        name: "FACE SCREAMING IN FEAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F632,
        name: "ASTONISHED FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F633,
        name: "FLUSHED FACE",
    },
    Character {
        age: "6.1",
        codepoint: 0x1F634,
        name: "SLEEPING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F635,
        name: "DIZZY FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F636,
        name: "FACE WITHOUT MOUTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F637,
        name: "FACE WITH MEDICAL MASK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F638,
        name: "GRINNING CAT FACE WITH SMILING EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F639,
        name: "CAT FACE WITH TEARS OF JOY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F63A,
        name: "SMILING CAT FACE WITH OPEN MOUTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F63B,
        name: "SMILING CAT FACE WITH HEART-SHAPED EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F63C,
        name: "CAT FACE WITH WRY SMILE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F63D,
        name: "KISSING CAT FACE WITH CLOSED EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F63E,
        name: "POUTING CAT FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F63F,
        name: "CRYING CAT FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F640,
        name: "WEARY CAT FACE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F641,
        name: "SLIGHTLY FROWNING FACE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F642,
        name: "SLIGHTLY SMILING FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F643,
        name: "UPSIDE-DOWN FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F644,
        name: "FACE WITH ROLLING EYES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F645,
        name: "FACE WITH NO GOOD GESTURE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F646,
        name: "FACE WITH OK GESTURE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F647,
        name: "PERSON BOWING DEEPLY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F648,
        name: "SEE-NO-EVIL MONKEY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F649,
        name: "HEAR-NO-EVIL MONKEY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F64A,
        name: "SPEAK-NO-EVIL MONKEY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F64B,
        name: "HAPPY PERSON RAISING ONE HAND",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F64C,
        name: "PERSON RAISING BOTH HANDS IN CELEBRATION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F64D,
        name: "PERSON FROWNING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F64E,
        name: "PERSON WITH POUTING FACE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F64F,
        name: "PERSON WITH FOLDED HANDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F650,
        name: "NORTH WEST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F651,
        name: "SOUTH WEST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F652,
        name: "NORTH EAST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F653,
        name: "SOUTH EAST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F654,
        name: "TURNED NORTH WEST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F655,
        name: "TURNED SOUTH WEST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F656,
        name: "TURNED NORTH EAST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F657,
        name: "TURNED SOUTH EAST POINTING LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F658,
        name: "NORTH WEST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F659,
        name: "SOUTH WEST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F65A,
        name: "NORTH EAST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F65B,
        name: "SOUTH EAST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F65C,
        name: "HEAVY NORTH WEST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F65D,
        name: "HEAVY SOUTH WEST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F65E,
        name: "HEAVY NORTH EAST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F65F,
        name: "HEAVY SOUTH EAST POINTING VINE LEAF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F660,
        name: "NORTH WEST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F661,
        name: "SOUTH WEST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F662,
        name: "NORTH EAST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F663,
        name: "SOUTH EAST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F664,
        name: "HEAVY NORTH WEST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F665,
        name: "HEAVY SOUTH WEST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F666,
        name: "HEAVY NORTH EAST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F667,
        name: "HEAVY SOUTH EAST POINTING BUD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F668,
        name: "HOLLOW QUILT SQUARE ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F669,
        name: "HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F66A,
        name: "SOLID QUILT SQUARE ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F66B,
        name: "SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F66C,
        name: "LEFTWARDS ROCKET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F66D,
        name: "UPWARDS ROCKET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F66E,
        name: "RIGHTWARDS ROCKET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F66F,
        name: "DOWNWARDS ROCKET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F670,
        name: "SCRIPT LIGATURE ET ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F671,
        name: "HEAVY SCRIPT LIGATURE ET ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F672,
        name: "LIGATURE OPEN ET ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F673,
        name: "HEAVY LIGATURE OPEN ET ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F674,
        name: "HEAVY AMPERSAND ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F675,
        name: "SWASH AMPERSAND ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F676,
        name: "SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F677,
        name: "SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F678,
        name: "SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F679,
        name: "HEAVY INTERROBANG ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F67A,
        name: "SANS-SERIF INTERROBANG ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F67B,
        name: "HEAVY SANS-SERIF INTERROBANG ORNAMENT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F67C,
        name: "VERY HEAVY SOLIDUS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F67D,
        name: "VERY HEAVY REVERSE SOLIDUS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F67E,
        name: "CHECKER BOARD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F67F,
        name: "REVERSE CHECKER BOARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F680,
        name: "ROCKET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F681,
        name: "HELICOPTER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F682,
        name: "STEAM LOCOMOTIVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F683,
        name: "RAILWAY CAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F684,
        name: "HIGH-SPEED TRAIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F685,
        name: "HIGH-SPEED TRAIN WITH BULLET NOSE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F686,
        name: "TRAIN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F687,
        name: "METRO",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F688,
        name: "LIGHT RAIL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F689,
        name: "STATION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F68A,
        name: "TRAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F68B,
        name: "TRAM CAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F68C,
        name: "BUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F68D,
        name: "ONCOMING BUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F68E,
        name: "TROLLEYBUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F68F,
        name: "BUS STOP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F690,
        name: "MINIBUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F691,
        name: "AMBULANCE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F692,
        name: "FIRE ENGINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F693,
        name: "POLICE CAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F694,
        name: "ONCOMING POLICE CAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F695,
        name: "TAXI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F696,
        name: "ONCOMING TAXI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F697,
        name: "AUTOMOBILE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F698,
        name: "ONCOMING AUTOMOBILE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F699,
        name: "RECREATIONAL VEHICLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F69A,
        name: "DELIVERY TRUCK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F69B,
        name: "ARTICULATED LORRY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F69C,
        name: "TRACTOR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F69D,
        name: "MONORAIL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F69E,
        name: "MOUNTAIN RAILWAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F69F,
        name: "SUSPENSION RAILWAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A0,
        name: "MOUNTAIN CABLEWAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A1,
        name: "AERIAL TRAMWAY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A2,
        name: "SHIP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A3,
        name: "ROWBOAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A4,
        name: "SPEEDBOAT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A5,
        name: "HORIZONTAL TRAFFIC LIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A6,
        name: "VERTICAL TRAFFIC LIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A7,
        name: "CONSTRUCTION SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A8,
        name: "POLICE CARS REVOLVING LIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6A9,
        name: "TRIANGULAR FLAG ON POST",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6AA,
        name: "DOOR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6AB,
        name: "NO ENTRY SIGN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6AC,
        name: "SMOKING SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6AD,
        name: "NO SMOKING SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6AE,
        name: "PUT LITTER IN ITS PLACE SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6AF,
        name: "DO NOT LITTER SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B0,
        name: "POTABLE WATER SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B1,
        name: "NON-POTABLE WATER SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B2,
        name: "BICYCLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B3,
        name: "NO BICYCLES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B4,
        name: "BICYCLIST",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B5,
        name: "MOUNTAIN BICYCLIST",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B6,
        name: "PEDESTRIAN",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B7,
        name: "NO PEDESTRIANS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B8,
        name: "CHILDREN CROSSING",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6B9,
        name: "MENS SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6BA,
        name: "WOMENS SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6BB,
        name: "RESTROOM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6BC,
        name: "BABY SYMBOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6BD,
        name: "TOILET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6BE,
        name: "WATER CLOSET",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6BF,
        name: "SHOWER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6C0,
        name: "BATH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6C1,
        name: "BATHTUB",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6C2,
        name: "PASSPORT CONTROL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6C3,
        name: "CUSTOMS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6C4,
        name: "BAGGAGE CLAIM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F6C5,
        name: "LEFT LUGGAGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6C6,
        name: "TRIANGLE WITH ROUNDED CORNERS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6C7,
        name: "PROHIBITED SIGN",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6C8,
        name: "CIRCLED INFORMATION SOURCE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6C9,
        name: "BOYS SYMBOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6CA,
        name: "GIRLS SYMBOL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6CB,
        name: "COUCH AND LAMP",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6CC,
        name: "SLEEPING ACCOMMODATION",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6CD,
        name: "SHOPPING BAGS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6CE,
        name: "BELLHOP BELL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6CF,
        name: "BED",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F6D0,
        name: "PLACE OF WORSHIP",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F6D1,
        name: "OCTAGONAL SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F6D2,
        name: "SHOPPING TROLLEY",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F6D3,
        name: "STUPA",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F6D4,
        name: "PAGODA",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E0,
        name: "HAMMER AND WRENCH",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E1,
        name: "SHIELD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E2,
        name: "OIL DRUM",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E3,
        name: "MOTORWAY",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E4,
        name: "RAILWAY TRACK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E5,
        name: "MOTOR BOAT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E6,
        name: "UP-POINTING MILITARY AIRPLANE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E7,
        name: "UP-POINTING AIRPLANE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E8,
        name: "UP-POINTING SMALL AIRPLANE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6E9,
        name: "SMALL AIRPLANE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6EA,
        name: "NORTHEAST-POINTING AIRPLANE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6EB,
        name: "AIRPLANE DEPARTURE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6EC,
        name: "AIRPLANE ARRIVING",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6F0,
        name: "SATELLITE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6F1,
        name: "ONCOMING FIRE ENGINE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6F2,
        name: "DIESEL LOCOMOTIVE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F6F3,
        name: "PASSENGER SHIP",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F6F4,
        name: "SCOOTER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F6F5,
        name: "MOTOR SCOOTER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F6F6,
        name: "CANOE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F6F7,
        name: "SLED",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F6F8,
        name: "FLYING SAUCER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F6F9,
        name: "SKATEBOARD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F700,
        name: "ALCHEMICAL SYMBOL FOR QUINTESSENCE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F701,
        name: "ALCHEMICAL SYMBOL FOR AIR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F702,
        name: "ALCHEMICAL SYMBOL FOR FIRE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F703,
        name: "ALCHEMICAL SYMBOL FOR EARTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F704,
        name: "ALCHEMICAL SYMBOL FOR WATER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F705,
        name: "ALCHEMICAL SYMBOL FOR AQUAFORTIS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F706,
        name: "ALCHEMICAL SYMBOL FOR AQUA REGIA",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F707,
        name: "ALCHEMICAL SYMBOL FOR AQUA REGIA-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F708,
        name: "ALCHEMICAL SYMBOL FOR AQUA VITAE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F709,
        name: "ALCHEMICAL SYMBOL FOR AQUA VITAE-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F70A,
        name: "ALCHEMICAL SYMBOL FOR VINEGAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F70B,
        name: "ALCHEMICAL SYMBOL FOR VINEGAR-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F70C,
        name: "ALCHEMICAL SYMBOL FOR VINEGAR-3",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F70D,
        name: "ALCHEMICAL SYMBOL FOR SULFUR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F70E,
        name: "ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F70F,
        name: "ALCHEMICAL SYMBOL FOR BLACK SULFUR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F710,
        name: "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F711,
        name: "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F712,
        name: "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F713,
        name: "ALCHEMICAL SYMBOL FOR CINNABAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F714,
        name: "ALCHEMICAL SYMBOL FOR SALT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F715,
        name: "ALCHEMICAL SYMBOL FOR NITRE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F716,
        name: "ALCHEMICAL SYMBOL FOR VITRIOL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F717,
        name: "ALCHEMICAL SYMBOL FOR VITRIOL-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F718,
        name: "ALCHEMICAL SYMBOL FOR ROCK SALT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F719,
        name: "ALCHEMICAL SYMBOL FOR ROCK SALT-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F71A,
        name: "ALCHEMICAL SYMBOL FOR GOLD",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F71B,
        name: "ALCHEMICAL SYMBOL FOR SILVER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F71C,
        name: "ALCHEMICAL SYMBOL FOR IRON ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F71D,
        name: "ALCHEMICAL SYMBOL FOR IRON ORE-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F71E,
        name: "ALCHEMICAL SYMBOL FOR CROCUS OF IRON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F71F,
        name: "ALCHEMICAL SYMBOL FOR REGULUS OF IRON",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F720,
        name: "ALCHEMICAL SYMBOL FOR COPPER ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F721,
        name: "ALCHEMICAL SYMBOL FOR IRON-COPPER ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F722,
        name: "ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F723,
        name: "ALCHEMICAL SYMBOL FOR CROCUS OF COPPER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F724,
        name: "ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F725,
        name: "ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F726,
        name: "ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F727,
        name: "ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F728,
        name: "ALCHEMICAL SYMBOL FOR VERDIGRIS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F729,
        name: "ALCHEMICAL SYMBOL FOR TIN ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F72A,
        name: "ALCHEMICAL SYMBOL FOR LEAD ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F72B,
        name: "ALCHEMICAL SYMBOL FOR ANTIMONY ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F72C,
        name: "ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F72D,
        name: "ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F72E,
        name: "ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F72F,
        name: "ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F730,
        name: "ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F731,
        name: "ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F732,
        name: "ALCHEMICAL SYMBOL FOR REGULUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F733,
        name: "ALCHEMICAL SYMBOL FOR REGULUS-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F734,
        name: "ALCHEMICAL SYMBOL FOR REGULUS-3",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F735,
        name: "ALCHEMICAL SYMBOL FOR REGULUS-4",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F736,
        name: "ALCHEMICAL SYMBOL FOR ALKALI",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F737,
        name: "ALCHEMICAL SYMBOL FOR ALKALI-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F738,
        name: "ALCHEMICAL SYMBOL FOR MARCASITE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F739,
        name: "ALCHEMICAL SYMBOL FOR SAL-AMMONIAC",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F73A,
        name: "ALCHEMICAL SYMBOL FOR ARSENIC",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F73B,
        name: "ALCHEMICAL SYMBOL FOR REALGAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F73C,
        name: "ALCHEMICAL SYMBOL FOR REALGAR-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F73D,
        name: "ALCHEMICAL SYMBOL FOR AURIPIGMENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F73E,
        name: "ALCHEMICAL SYMBOL FOR BISMUTH ORE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F73F,
        name: "ALCHEMICAL SYMBOL FOR TARTAR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F740,
        name: "ALCHEMICAL SYMBOL FOR TARTAR-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F741,
        name: "ALCHEMICAL SYMBOL FOR QUICK LIME",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F742,
        name: "ALCHEMICAL SYMBOL FOR BORAX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F743,
        name: "ALCHEMICAL SYMBOL FOR BORAX-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F744,
        name: "ALCHEMICAL SYMBOL FOR BORAX-3",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F745,
        name: "ALCHEMICAL SYMBOL FOR ALUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F746,
        name: "ALCHEMICAL SYMBOL FOR OIL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F747,
        name: "ALCHEMICAL SYMBOL FOR SPIRIT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F748,
        name: "ALCHEMICAL SYMBOL FOR TINCTURE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F749,
        name: "ALCHEMICAL SYMBOL FOR GUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F74A,
        name: "ALCHEMICAL SYMBOL FOR WAX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F74B,
        name: "ALCHEMICAL SYMBOL FOR POWDER",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F74C,
        name: "ALCHEMICAL SYMBOL FOR CALX",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F74D,
        name: "ALCHEMICAL SYMBOL FOR TUTTY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F74E,
        name: "ALCHEMICAL SYMBOL FOR CAPUT MORTUUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F74F,
        name: "ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F750,
        name: "ALCHEMICAL SYMBOL FOR CADUCEUS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F751,
        name: "ALCHEMICAL SYMBOL FOR TRIDENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F752,
        name: "ALCHEMICAL SYMBOL FOR STARRED TRIDENT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F753,
        name: "ALCHEMICAL SYMBOL FOR LODESTONE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F754,
        name: "ALCHEMICAL SYMBOL FOR SOAP",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F755,
        name: "ALCHEMICAL SYMBOL FOR URINE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F756,
        name: "ALCHEMICAL SYMBOL FOR HORSE DUNG",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F757,
        name: "ALCHEMICAL SYMBOL FOR ASHES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F758,
        name: "ALCHEMICAL SYMBOL FOR POT ASHES",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F759,
        name: "ALCHEMICAL SYMBOL FOR BRICK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F75A,
        name: "ALCHEMICAL SYMBOL FOR POWDERED BRICK",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F75B,
        name: "ALCHEMICAL SYMBOL FOR AMALGAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F75C,
        name: "ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F75D,
        name: "ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F75E,
        name: "ALCHEMICAL SYMBOL FOR SUBLIMATION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F75F,
        name: "ALCHEMICAL SYMBOL FOR PRECIPITATE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F760,
        name: "ALCHEMICAL SYMBOL FOR DISTILL",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F761,
        name: "ALCHEMICAL SYMBOL FOR DISSOLVE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F762,
        name: "ALCHEMICAL SYMBOL FOR DISSOLVE-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F763,
        name: "ALCHEMICAL SYMBOL FOR PURIFY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F764,
        name: "ALCHEMICAL SYMBOL FOR PUTREFACTION",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F765,
        name: "ALCHEMICAL SYMBOL FOR CRUCIBLE",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F766,
        name: "ALCHEMICAL SYMBOL FOR CRUCIBLE-2",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F767,
        name: "ALCHEMICAL SYMBOL FOR CRUCIBLE-3",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F768,
        name: "ALCHEMICAL SYMBOL FOR CRUCIBLE-4",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F769,
        name: "ALCHEMICAL SYMBOL FOR CRUCIBLE-5",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F76A,
        name: "ALCHEMICAL SYMBOL FOR ALEMBIC",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F76B,
        name: "ALCHEMICAL SYMBOL FOR BATH OF MARY",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F76C,
        name: "ALCHEMICAL SYMBOL FOR BATH OF VAPOURS",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F76D,
        name: "ALCHEMICAL SYMBOL FOR RETORT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F76E,
        name: "ALCHEMICAL SYMBOL FOR HOUR",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F76F,
        name: "ALCHEMICAL SYMBOL FOR NIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F770,
        name: "ALCHEMICAL SYMBOL FOR DAY-NIGHT",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F771,
        name: "ALCHEMICAL SYMBOL FOR MONTH",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F772,
        name: "ALCHEMICAL SYMBOL FOR HALF DRAM",
    },
    Character {
        age: "6.0",
        codepoint: 0x1F773,
        name: "ALCHEMICAL SYMBOL FOR HALF OUNCE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F780,
        name: "BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F781,
        name: "BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F782,
        name: "BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F783,
        name: "BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F784,
        name: "BLACK SLIGHTLY SMALL CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F785,
        name: "MEDIUM BOLD WHITE CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F786,
        name: "BOLD WHITE CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F787,
        name: "HEAVY WHITE CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F788,
        name: "VERY HEAVY WHITE CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F789,
        name: "EXTREMELY HEAVY WHITE CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F78A,
        name: "WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F78B,
        name: "ROUND TARGET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F78C,
        name: "BLACK TINY SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F78D,
        name: "BLACK SLIGHTLY SMALL SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F78E,
        name: "LIGHT WHITE SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F78F,
        name: "MEDIUM WHITE SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F790,
        name: "BOLD WHITE SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F791,
        name: "HEAVY WHITE SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F792,
        name: "VERY HEAVY WHITE SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F793,
        name: "EXTREMELY HEAVY WHITE SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F794,
        name: "WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F795,
        name: "WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F796,
        name: "SQUARE TARGET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F797,
        name: "BLACK TINY DIAMOND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F798,
        name: "BLACK VERY SMALL DIAMOND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F799,
        name: "BLACK MEDIUM SMALL DIAMOND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F79A,
        name: "WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F79B,
        name: "WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F79C,
        name: "DIAMOND TARGET",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F79D,
        name: "BLACK TINY LOZENGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F79E,
        name: "BLACK VERY SMALL LOZENGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F79F,
        name: "BLACK MEDIUM SMALL LOZENGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A0,
        name: "WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A1,
        name: "THIN GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A2,
        name: "LIGHT GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A3,
        name: "MEDIUM GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A4,
        name: "BOLD GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A5,
        name: "VERY BOLD GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A6,
        name: "VERY HEAVY GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A7,
        name: "EXTREMELY HEAVY GREEK CROSS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A8,
        name: "THIN SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7A9,
        name: "LIGHT SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7AA,
        name: "MEDIUM SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7AB,
        name: "BOLD SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7AC,
        name: "HEAVY SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7AD,
        name: "VERY HEAVY SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7AE,
        name: "EXTREMELY HEAVY SALTIRE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7AF,
        name: "LIGHT FIVE SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B0,
        name: "MEDIUM FIVE SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B1,
        name: "BOLD FIVE SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B2,
        name: "HEAVY FIVE SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B3,
        name: "VERY HEAVY FIVE SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B4,
        name: "EXTREMELY HEAVY FIVE SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B5,
        name: "LIGHT SIX SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B6,
        name: "MEDIUM SIX SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B7,
        name: "BOLD SIX SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B8,
        name: "HEAVY SIX SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7B9,
        name: "VERY HEAVY SIX SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7BA,
        name: "EXTREMELY HEAVY SIX SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7BB,
        name: "LIGHT EIGHT SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7BC,
        name: "MEDIUM EIGHT SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7BD,
        name: "BOLD EIGHT SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7BE,
        name: "HEAVY EIGHT SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7BF,
        name: "VERY HEAVY EIGHT SPOKED ASTERISK",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C0,
        name: "LIGHT THREE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C1,
        name: "MEDIUM THREE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C2,
        name: "THREE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C3,
        name: "MEDIUM THREE POINTED PINWHEEL STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C4,
        name: "LIGHT FOUR POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C5,
        name: "MEDIUM FOUR POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C6,
        name: "FOUR POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C7,
        name: "MEDIUM FOUR POINTED PINWHEEL STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C8,
        name: "REVERSE LIGHT FOUR POINTED PINWHEEL STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7C9,
        name: "LIGHT FIVE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7CA,
        name: "HEAVY FIVE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7CB,
        name: "MEDIUM SIX POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7CC,
        name: "HEAVY SIX POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7CD,
        name: "SIX POINTED PINWHEEL STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7CE,
        name: "MEDIUM EIGHT POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7CF,
        name: "HEAVY EIGHT POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7D0,
        name: "VERY HEAVY EIGHT POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7D1,
        name: "HEAVY EIGHT POINTED PINWHEEL STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7D2,
        name: "LIGHT TWELVE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7D3,
        name: "HEAVY TWELVE POINTED BLACK STAR",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F7D4,
        name: "HEAVY TWELVE POINTED PINWHEEL STAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F7D5,
        name: "CIRCLED TRIANGLE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F7D6,
        name: "NEGATIVE CIRCLED TRIANGLE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F7D7,
        name: "CIRCLED SQUARE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F7D8,
        name: "NEGATIVE CIRCLED SQUARE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F800,
        name: "LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F801,
        name: "UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F802,
        name: "RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F803,
        name: "DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F804,
        name: "LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F805,
        name: "UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F806,
        name: "RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F807,
        name: "DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F808,
        name: "LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F809,
        name: "UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F80A,
        name: "RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F80B,
        name: "DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F810,
        name: "LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F811,
        name: "UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F812,
        name: "RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F813,
        name: "DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F814,
        name: "LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F815,
        name: "UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F816,
        name: "RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F817,
        name: "DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F818,
        name: "HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F819,
        name: "HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F81A,
        name: "HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F81B,
        name: "HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F81C,
        name: "HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F81D,
        name: "HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F81E,
        name: "HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F81F,
        name: "HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F820,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F821,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F822,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F823,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F824,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F825,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F826,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F827,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F828,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F829,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F82A,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F82B,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F82C,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F82D,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F82E,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F82F,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F830,
        name: "LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F831,
        name: "UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F832,
        name: "RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F833,
        name: "DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F834,
        name: "LEFTWARDS FINGER-POST ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F835,
        name: "UPWARDS FINGER-POST ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F836,
        name: "RIGHTWARDS FINGER-POST ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F837,
        name: "DOWNWARDS FINGER-POST ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F838,
        name: "LEFTWARDS SQUARED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F839,
        name: "UPWARDS SQUARED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F83A,
        name: "RIGHTWARDS SQUARED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F83B,
        name: "DOWNWARDS SQUARED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F83C,
        name: "LEFTWARDS COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F83D,
        name: "UPWARDS COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F83E,
        name: "RIGHTWARDS COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F83F,
        name: "DOWNWARDS COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F840,
        name: "LEFTWARDS HEAVY COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F841,
        name: "UPWARDS HEAVY COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F842,
        name: "RIGHTWARDS HEAVY COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F843,
        name: "DOWNWARDS HEAVY COMPRESSED ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F844,
        name: "LEFTWARDS HEAVY ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F845,
        name: "UPWARDS HEAVY ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F846,
        name: "RIGHTWARDS HEAVY ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F847,
        name: "DOWNWARDS HEAVY ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F850,
        name: "LEFTWARDS SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F851,
        name: "UPWARDS SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F852,
        name: "RIGHTWARDS SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F853,
        name: "DOWNWARDS SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F854,
        name: "NORTH WEST SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F855,
        name: "NORTH EAST SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F856,
        name: "SOUTH EAST SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F857,
        name: "SOUTH WEST SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F858,
        name: "LEFT RIGHT SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F859,
        name: "UP DOWN SANS-SERIF ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F860,
        name: "WIDE-HEADED LEFTWARDS LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F861,
        name: "WIDE-HEADED UPWARDS LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F862,
        name: "WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F863,
        name: "WIDE-HEADED DOWNWARDS LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F864,
        name: "WIDE-HEADED NORTH WEST LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F865,
        name: "WIDE-HEADED NORTH EAST LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F866,
        name: "WIDE-HEADED SOUTH EAST LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F867,
        name: "WIDE-HEADED SOUTH WEST LIGHT BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F868,
        name: "WIDE-HEADED LEFTWARDS BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F869,
        name: "WIDE-HEADED UPWARDS BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F86A,
        name: "WIDE-HEADED RIGHTWARDS BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F86B,
        name: "WIDE-HEADED DOWNWARDS BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F86C,
        name: "WIDE-HEADED NORTH WEST BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F86D,
        name: "WIDE-HEADED NORTH EAST BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F86E,
        name: "WIDE-HEADED SOUTH EAST BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F86F,
        name: "WIDE-HEADED SOUTH WEST BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F870,
        name: "WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F871,
        name: "WIDE-HEADED UPWARDS MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F872,
        name: "WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F873,
        name: "WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F874,
        name: "WIDE-HEADED NORTH WEST MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F875,
        name: "WIDE-HEADED NORTH EAST MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F876,
        name: "WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F877,
        name: "WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F878,
        name: "WIDE-HEADED LEFTWARDS HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F879,
        name: "WIDE-HEADED UPWARDS HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F87A,
        name: "WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F87B,
        name: "WIDE-HEADED DOWNWARDS HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F87C,
        name: "WIDE-HEADED NORTH WEST HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F87D,
        name: "WIDE-HEADED NORTH EAST HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F87E,
        name: "WIDE-HEADED SOUTH EAST HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F87F,
        name: "WIDE-HEADED SOUTH WEST HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F880,
        name: "WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F881,
        name: "WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F882,
        name: "WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F883,
        name: "WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F884,
        name: "WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F885,
        name: "WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F886,
        name: "WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F887,
        name: "WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F890,
        name: "LEFTWARDS TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F891,
        name: "UPWARDS TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F892,
        name: "RIGHTWARDS TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F893,
        name: "DOWNWARDS TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F894,
        name: "LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F895,
        name: "UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F896,
        name: "RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F897,
        name: "DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F898,
        name: "LEFTWARDS ARROW WITH NOTCHED TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F899,
        name: "UPWARDS ARROW WITH NOTCHED TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F89A,
        name: "RIGHTWARDS ARROW WITH NOTCHED TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F89B,
        name: "DOWNWARDS ARROW WITH NOTCHED TAIL",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F89C,
        name: "HEAVY ARROW SHAFT WIDTH ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F89D,
        name: "HEAVY ARROW SHAFT WIDTH TWO THIRDS",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F89E,
        name: "HEAVY ARROW SHAFT WIDTH ONE HALF",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F89F,
        name: "HEAVY ARROW SHAFT WIDTH ONE THIRD",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A0,
        name: "LEFTWARDS BOTTOM-SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A1,
        name: "RIGHTWARDS BOTTOM SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A2,
        name: "LEFTWARDS TOP SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A3,
        name: "RIGHTWARDS TOP SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A4,
        name: "LEFTWARDS LEFT-SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A5,
        name: "RIGHTWARDS RIGHT-SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A6,
        name: "LEFTWARDS RIGHT-SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A7,
        name: "RIGHTWARDS LEFT-SHADED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A8,
        name: "LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8A9,
        name: "RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8AA,
        name: "LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8AB,
        name: "RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8AC,
        name: "WHITE ARROW SHAFT WIDTH ONE",
    },
    Character {
        age: "7.0",
        codepoint: 0x1F8AD,
        name: "WHITE ARROW SHAFT WIDTH TWO THIRDS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F900,
        name: "CIRCLED CROSS FORMEE WITH FOUR DOTS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F901,
        name: "CIRCLED CROSS FORMEE WITH TWO DOTS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F902,
        name: "CIRCLED CROSS FORMEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F903,
        name: "LEFT HALF CIRCLE WITH FOUR DOTS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F904,
        name: "LEFT HALF CIRCLE WITH THREE DOTS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F905,
        name: "LEFT HALF CIRCLE WITH TWO DOTS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F906,
        name: "LEFT HALF CIRCLE WITH DOT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F907,
        name: "LEFT HALF CIRCLE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F908,
        name: "DOWNWARD FACING HOOK",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F909,
        name: "DOWNWARD FACING NOTCHED HOOK",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F90A,
        name: "DOWNWARD FACING HOOK WITH DOT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F90B,
        name: "DOWNWARD FACING NOTCHED HOOK WITH DOT",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F910,
        name: "ZIPPER-MOUTH FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F911,
        name: "MONEY-MOUTH FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F912,
        name: "FACE WITH THERMOMETER",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F913,
        name: "NERD FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F914,
        name: "THINKING FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F915,
        name: "FACE WITH HEAD-BANDAGE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F916,
        name: "ROBOT FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F917,
        name: "HUGGING FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F918,
        name: "SIGN OF THE HORNS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F919,
        name: "CALL ME HAND",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F91A,
        name: "RAISED BACK OF HAND",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F91B,
        name: "LEFT-FACING FIST",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F91C,
        name: "RIGHT-FACING FIST",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F91D,
        name: "HANDSHAKE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F91E,
        name: "HAND WITH INDEX AND MIDDLE FINGERS CROSSED",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F91F,
        name: "I LOVE YOU HAND SIGN",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F920,
        name: "FACE WITH COWBOY HAT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F921,
        name: "CLOWN FACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F922,
        name: "NAUSEATED FACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F923,
        name: "ROLLING ON THE FLOOR LAUGHING",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F924,
        name: "DROOLING FACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F925,
        name: "LYING FACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F926,
        name: "FACE PALM",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F927,
        name: "SNEEZING FACE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F928,
        name: "FACE WITH ONE EYEBROW RAISED",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F929,
        name: "GRINNING FACE WITH STAR EYES",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F92A,
        name: "GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F92B,
        name: "FACE WITH FINGER COVERING CLOSED LIPS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F92C,
        name: "SERIOUS FACE WITH SYMBOLS COVERING MOUTH",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F92D,
        name: "SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F92E,
        name: "FACE WITH OPEN MOUTH VOMITING",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F92F,
        name: "SHOCKED FACE WITH EXPLODING HEAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F930,
        name: "PREGNANT WOMAN",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F931,
        name: "BREAST-FEEDING",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F932,
        name: "PALMS UP TOGETHER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F933,
        name: "SELFIE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F934,
        name: "PRINCE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F935,
        name: "MAN IN TUXEDO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F936,
        name: "MOTHER CHRISTMAS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F937,
        name: "SHRUG",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F938,
        name: "PERSON DOING CARTWHEEL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F939,
        name: "JUGGLING",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F93A,
        name: "FENCER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F93B,
        name: "MODERN PENTATHLON",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F93C,
        name: "WRESTLERS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F93D,
        name: "WATER POLO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F93E,
        name: "HANDBALL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F940,
        name: "WILTED FLOWER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F941,
        name: "DRUM WITH DRUMSTICKS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F942,
        name: "CLINKING GLASSES",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F943,
        name: "TUMBLER GLASS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F944,
        name: "SPOON",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F945,
        name: "GOAL NET",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F946,
        name: "RIFLE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F947,
        name: "FIRST PLACE MEDAL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F948,
        name: "SECOND PLACE MEDAL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F949,
        name: "THIRD PLACE MEDAL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F94A,
        name: "BOXING GLOVE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F94B,
        name: "MARTIAL ARTS UNIFORM",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F94C,
        name: "CURLING STONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F94D,
        name: "LACROSSE STICK AND BALL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F94E,
        name: "SOFTBALL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F94F,
        name: "FLYING DISC",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F950,
        name: "CROISSANT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F951,
        name: "AVOCADO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F952,
        name: "CUCUMBER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F953,
        name: "BACON",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F954,
        name: "POTATO",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F955,
        name: "CARROT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F956,
        name: "BAGUETTE BREAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F957,
        name: "GREEN SALAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F958,
        name: "SHALLOW PAN OF FOOD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F959,
        name: "STUFFED FLATBREAD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F95A,
        name: "EGG",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F95B,
        name: "GLASS OF MILK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F95C,
        name: "PEANUTS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F95D,
        name: "KIWIFRUIT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F95E,
        name: "PANCAKES",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F95F,
        name: "DUMPLING",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F960,
        name: "FORTUNE COOKIE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F961,
        name: "TAKEOUT BOX",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F962,
        name: "CHOPSTICKS",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F963,
        name: "BOWL WITH SPOON",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F964,
        name: "CUP WITH STRAW",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F965,
        name: "COCONUT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F966,
        name: "BROCCOLI",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F967,
        name: "PIE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F968,
        name: "PRETZEL",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F969,
        name: "CUT OF MEAT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F96A,
        name: "SANDWICH",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F96B,
        name: "CANNED FOOD",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F96C,
        name: "LEAFY GREEN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F96D,
        name: "MANGO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F96E,
        name: "MOON CAKE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F96F,
        name: "BAGEL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F970,
        name: "SMILING FACE WITH SMILING EYES AND THREE HEARTS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F973,
        name: "FACE WITH PARTY HORN AND PARTY HAT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F974,
        name: "FACE WITH UNEVEN EYES AND WAVY MOUTH",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F975,
        name: "OVERHEATED FACE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F976,
        name: "FREEZING FACE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F97A,
        name: "FACE WITH PLEADING EYES",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F97C,
        name: "LAB COAT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F97D,
        name: "GOGGLES",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F97E,
        name: "HIKING BOOT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F97F,
        name: "FLAT SHOE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F980,
        name: "CRAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F981,
        name: "LION FACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F982,
        name: "SCORPION",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F983,
        name: "TURKEY",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F984,
        name: "UNICORN FACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F985,
        name: "EAGLE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F986,
        name: "DUCK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F987,
        name: "BAT",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F988,
        name: "SHARK",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F989,
        name: "OWL",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F98A,
        name: "FOX FACE",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F98B,
        name: "BUTTERFLY",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F98C,
        name: "DEER",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F98D,
        name: "GORILLA",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F98E,
        name: "LIZARD",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F98F,
        name: "RHINOCEROS",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F990,
        name: "SHRIMP",
    },
    Character {
        age: "9.0",
        codepoint: 0x1F991,
        name: "SQUID",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F992,
        name: "GIRAFFE FACE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F993,
        name: "ZEBRA FACE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F994,
        name: "HEDGEHOG",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F995,
        name: "SAUROPOD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F996,
        name: "T-REX",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F997,
        name: "CRICKET",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F998,
        name: "KANGAROO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F999,
        name: "LLAMA",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F99A,
        name: "PEACOCK",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F99B,
        name: "HIPPOPOTAMUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F99C,
        name: "PARROT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F99D,
        name: "RACCOON",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F99E,
        name: "LOBSTER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F99F,
        name: "MOSQUITO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9A0,
        name: "MICROBE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9A1,
        name: "BADGER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9A2,
        name: "SWAN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B0,
        name: "EMOJI COMPONENT RED HAIR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B1,
        name: "EMOJI COMPONENT CURLY HAIR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B2,
        name: "EMOJI COMPONENT BALD",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B3,
        name: "EMOJI COMPONENT WHITE HAIR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B4,
        name: "BONE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B5,
        name: "LEG",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B6,
        name: "FOOT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B7,
        name: "TOOTH",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B8,
        name: "SUPERHERO",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9B9,
        name: "SUPERVILLAIN",
    },
    Character {
        age: "8.0",
        codepoint: 0x1F9C0,
        name: "CHEESE WEDGE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9C1,
        name: "CUPCAKE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9C2,
        name: "SALT SHAKER",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D0,
        name: "FACE WITH MONOCLE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D1,
        name: "ADULT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D2,
        name: "CHILD",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D3,
        name: "OLDER ADULT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D4,
        name: "BEARDED PERSON",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D5,
        name: "PERSON WITH HEADSCARF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D6,
        name: "PERSON IN STEAMY ROOM",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D7,
        name: "PERSON CLIMBING",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D8,
        name: "PERSON IN LOTUS POSITION",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9D9,
        name: "MAGE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9DA,
        name: "FAIRY",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9DB,
        name: "VAMPIRE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9DC,
        name: "MERPERSON",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9DD,
        name: "ELF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9DE,
        name: "GENIE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9DF,
        name: "ZOMBIE",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E0,
        name: "BRAIN",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E1,
        name: "ORANGE HEART",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E2,
        name: "BILLED CAP",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E3,
        name: "SCARF",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E4,
        name: "GLOVES",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E5,
        name: "COAT",
    },
    Character {
        age: "10.0",
        codepoint: 0x1F9E6,
        name: "SOCKS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9E7,
        name: "RED GIFT ENVELOPE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9E8,
        name: "FIRECRACKER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9E9,
        name: "JIGSAW PUZZLE PIECE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9EA,
        name: "TEST TUBE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9EB,
        name: "PETRI DISH",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9EC,
        name: "DNA DOUBLE HELIX",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9ED,
        name: "COMPASS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9EE,
        name: "ABACUS",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9EF,
        name: "FIRE EXTINGUISHER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F0,
        name: "TOOLBOX",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F1,
        name: "BRICK",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F2,
        name: "MAGNET",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F3,
        name: "LUGGAGE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F4,
        name: "LOTION BOTTLE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F5,
        name: "SPOOL OF THREAD",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F6,
        name: "BALL OF YARN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F7,
        name: "SAFETY PIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F8,
        name: "TEDDY BEAR",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9F9,
        name: "BROOM",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9FA,
        name: "BASKET",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9FB,
        name: "ROLL OF PAPER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9FC,
        name: "BAR OF SOAP",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9FD,
        name: "SPONGE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9FE,
        name: "RECEIPT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1F9FF,
        name: "NAZAR AMULET",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA60,
        name: "XIANGQI RED GENERAL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA61,
        name: "XIANGQI RED MANDARIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA62,
        name: "XIANGQI RED ELEPHANT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA63,
        name: "XIANGQI RED HORSE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA64,
        name: "XIANGQI RED CHARIOT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA65,
        name: "XIANGQI RED CANNON",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA66,
        name: "XIANGQI RED SOLDIER",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA67,
        name: "XIANGQI BLACK GENERAL",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA68,
        name: "XIANGQI BLACK MANDARIN",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA69,
        name: "XIANGQI BLACK ELEPHANT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA6A,
        name: "XIANGQI BLACK HORSE",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA6B,
        name: "XIANGQI BLACK CHARIOT",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA6C,
        name: "XIANGQI BLACK CANNON",
    },
    Character {
        age: "11.0",
        codepoint: 0x1FA6D,
        name: "XIANGQI BLACK SOLDIER",
    },
    Character {
        age: "3.1",
        codepoint: 0x20000,
        name: "CJK UNIFIED IDEOGRAPH-20000",
    },
    Character {
        age: "3.1",
        codepoint: 0x20001,
        name: "CJK UNIFIED IDEOGRAPH-20001",
    },
    Character {
        age: "3.1",
        codepoint: 0x20002,
        name: "CJK UNIFIED IDEOGRAPH-20002",
    },
    Character {
        age: "3.1",
        codepoint: 0x20003,
        name: "CJK UNIFIED IDEOGRAPH-20003",
    },
    Character {
        age: "3.1",
        codepoint: 0x20004,
        name: "CJK UNIFIED IDEOGRAPH-20004",
    },
    Character {
        age: "3.1",
        codepoint: 0x20005,
        name: "CJK UNIFIED IDEOGRAPH-20005",
    },
    Character {
        age: "3.1",
        codepoint: 0x20006,
        name: "CJK UNIFIED IDEOGRAPH-20006",
    },
    Character {
        age: "3.1",
        codepoint: 0x20007,
        name: "CJK UNIFIED IDEOGRAPH-20007",
    },
    Character {
        age: "3.1",
        codepoint: 0x20008,
        name: "CJK UNIFIED IDEOGRAPH-20008",
    },
    Character {
        age: "3.1",
        codepoint: 0x20009,
        name: "CJK UNIFIED IDEOGRAPH-20009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2000A,
        name: "CJK UNIFIED IDEOGRAPH-2000A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2000B,
        name: "CJK UNIFIED IDEOGRAPH-2000B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2000C,
        name: "CJK UNIFIED IDEOGRAPH-2000C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2000D,
        name: "CJK UNIFIED IDEOGRAPH-2000D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2000E,
        name: "CJK UNIFIED IDEOGRAPH-2000E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2000F,
        name: "CJK UNIFIED IDEOGRAPH-2000F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20010,
        name: "CJK UNIFIED IDEOGRAPH-20010",
    },
    Character {
        age: "3.1",
        codepoint: 0x20011,
        name: "CJK UNIFIED IDEOGRAPH-20011",
    },
    Character {
        age: "3.1",
        codepoint: 0x20012,
        name: "CJK UNIFIED IDEOGRAPH-20012",
    },
    Character {
        age: "3.1",
        codepoint: 0x20013,
        name: "CJK UNIFIED IDEOGRAPH-20013",
    },
    Character {
        age: "3.1",
        codepoint: 0x20014,
        name: "CJK UNIFIED IDEOGRAPH-20014",
    },
    Character {
        age: "3.1",
        codepoint: 0x20015,
        name: "CJK UNIFIED IDEOGRAPH-20015",
    },
    Character {
        age: "3.1",
        codepoint: 0x20016,
        name: "CJK UNIFIED IDEOGRAPH-20016",
    },
    Character {
        age: "3.1",
        codepoint: 0x20017,
        name: "CJK UNIFIED IDEOGRAPH-20017",
    },
    Character {
        age: "3.1",
        codepoint: 0x20018,
        name: "CJK UNIFIED IDEOGRAPH-20018",
    },
    Character {
        age: "3.1",
        codepoint: 0x20019,
        name: "CJK UNIFIED IDEOGRAPH-20019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2001A,
        name: "CJK UNIFIED IDEOGRAPH-2001A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2001B,
        name: "CJK UNIFIED IDEOGRAPH-2001B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2001C,
        name: "CJK UNIFIED IDEOGRAPH-2001C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2001D,
        name: "CJK UNIFIED IDEOGRAPH-2001D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2001E,
        name: "CJK UNIFIED IDEOGRAPH-2001E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2001F,
        name: "CJK UNIFIED IDEOGRAPH-2001F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20020,
        name: "CJK UNIFIED IDEOGRAPH-20020",
    },
    Character {
        age: "3.1",
        codepoint: 0x20021,
        name: "CJK UNIFIED IDEOGRAPH-20021",
    },
    Character {
        age: "3.1",
        codepoint: 0x20022,
        name: "CJK UNIFIED IDEOGRAPH-20022",
    },
    Character {
        age: "3.1",
        codepoint: 0x20023,
        name: "CJK UNIFIED IDEOGRAPH-20023",
    },
    Character {
        age: "3.1",
        codepoint: 0x20024,
        name: "CJK UNIFIED IDEOGRAPH-20024",
    },
    Character {
        age: "3.1",
        codepoint: 0x20025,
        name: "CJK UNIFIED IDEOGRAPH-20025",
    },
    Character {
        age: "3.1",
        codepoint: 0x20026,
        name: "CJK UNIFIED IDEOGRAPH-20026",
    },
    Character {
        age: "3.1",
        codepoint: 0x20027,
        name: "CJK UNIFIED IDEOGRAPH-20027",
    },
    Character {
        age: "3.1",
        codepoint: 0x20028,
        name: "CJK UNIFIED IDEOGRAPH-20028",
    },
    Character {
        age: "3.1",
        codepoint: 0x20029,
        name: "CJK UNIFIED IDEOGRAPH-20029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2002A,
        name: "CJK UNIFIED IDEOGRAPH-2002A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2002B,
        name: "CJK UNIFIED IDEOGRAPH-2002B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2002C,
        name: "CJK UNIFIED IDEOGRAPH-2002C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2002D,
        name: "CJK UNIFIED IDEOGRAPH-2002D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2002E,
        name: "CJK UNIFIED IDEOGRAPH-2002E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2002F,
        name: "CJK UNIFIED IDEOGRAPH-2002F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20030,
        name: "CJK UNIFIED IDEOGRAPH-20030",
    },
    Character {
        age: "3.1",
        codepoint: 0x20031,
        name: "CJK UNIFIED IDEOGRAPH-20031",
    },
    Character {
        age: "3.1",
        codepoint: 0x20032,
        name: "CJK UNIFIED IDEOGRAPH-20032",
    },
    Character {
        age: "3.1",
        codepoint: 0x20033,
        name: "CJK UNIFIED IDEOGRAPH-20033",
    },
    Character {
        age: "3.1",
        codepoint: 0x20034,
        name: "CJK UNIFIED IDEOGRAPH-20034",
    },
    Character {
        age: "3.1",
        codepoint: 0x20035,
        name: "CJK UNIFIED IDEOGRAPH-20035",
    },
    Character {
        age: "3.1",
        codepoint: 0x20036,
        name: "CJK UNIFIED IDEOGRAPH-20036",
    },
    Character {
        age: "3.1",
        codepoint: 0x20037,
        name: "CJK UNIFIED IDEOGRAPH-20037",
    },
    Character {
        age: "3.1",
        codepoint: 0x20038,
        name: "CJK UNIFIED IDEOGRAPH-20038",
    },
    Character {
        age: "3.1",
        codepoint: 0x20039,
        name: "CJK UNIFIED IDEOGRAPH-20039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2003A,
        name: "CJK UNIFIED IDEOGRAPH-2003A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2003B,
        name: "CJK UNIFIED IDEOGRAPH-2003B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2003C,
        name: "CJK UNIFIED IDEOGRAPH-2003C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2003D,
        name: "CJK UNIFIED IDEOGRAPH-2003D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2003E,
        name: "CJK UNIFIED IDEOGRAPH-2003E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2003F,
        name: "CJK UNIFIED IDEOGRAPH-2003F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20040,
        name: "CJK UNIFIED IDEOGRAPH-20040",
    },
    Character {
        age: "3.1",
        codepoint: 0x20041,
        name: "CJK UNIFIED IDEOGRAPH-20041",
    },
    Character {
        age: "3.1",
        codepoint: 0x20042,
        name: "CJK UNIFIED IDEOGRAPH-20042",
    },
    Character {
        age: "3.1",
        codepoint: 0x20043,
        name: "CJK UNIFIED IDEOGRAPH-20043",
    },
    Character {
        age: "3.1",
        codepoint: 0x20044,
        name: "CJK UNIFIED IDEOGRAPH-20044",
    },
    Character {
        age: "3.1",
        codepoint: 0x20045,
        name: "CJK UNIFIED IDEOGRAPH-20045",
    },
    Character {
        age: "3.1",
        codepoint: 0x20046,
        name: "CJK UNIFIED IDEOGRAPH-20046",
    },
    Character {
        age: "3.1",
        codepoint: 0x20047,
        name: "CJK UNIFIED IDEOGRAPH-20047",
    },
    Character {
        age: "3.1",
        codepoint: 0x20048,
        name: "CJK UNIFIED IDEOGRAPH-20048",
    },
    Character {
        age: "3.1",
        codepoint: 0x20049,
        name: "CJK UNIFIED IDEOGRAPH-20049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2004A,
        name: "CJK UNIFIED IDEOGRAPH-2004A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2004B,
        name: "CJK UNIFIED IDEOGRAPH-2004B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2004C,
        name: "CJK UNIFIED IDEOGRAPH-2004C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2004D,
        name: "CJK UNIFIED IDEOGRAPH-2004D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2004E,
        name: "CJK UNIFIED IDEOGRAPH-2004E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2004F,
        name: "CJK UNIFIED IDEOGRAPH-2004F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20050,
        name: "CJK UNIFIED IDEOGRAPH-20050",
    },
    Character {
        age: "3.1",
        codepoint: 0x20051,
        name: "CJK UNIFIED IDEOGRAPH-20051",
    },
    Character {
        age: "3.1",
        codepoint: 0x20052,
        name: "CJK UNIFIED IDEOGRAPH-20052",
    },
    Character {
        age: "3.1",
        codepoint: 0x20053,
        name: "CJK UNIFIED IDEOGRAPH-20053",
    },
    Character {
        age: "3.1",
        codepoint: 0x20054,
        name: "CJK UNIFIED IDEOGRAPH-20054",
    },
    Character {
        age: "3.1",
        codepoint: 0x20055,
        name: "CJK UNIFIED IDEOGRAPH-20055",
    },
    Character {
        age: "3.1",
        codepoint: 0x20056,
        name: "CJK UNIFIED IDEOGRAPH-20056",
    },
    Character {
        age: "3.1",
        codepoint: 0x20057,
        name: "CJK UNIFIED IDEOGRAPH-20057",
    },
    Character {
        age: "3.1",
        codepoint: 0x20058,
        name: "CJK UNIFIED IDEOGRAPH-20058",
    },
    Character {
        age: "3.1",
        codepoint: 0x20059,
        name: "CJK UNIFIED IDEOGRAPH-20059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2005A,
        name: "CJK UNIFIED IDEOGRAPH-2005A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2005B,
        name: "CJK UNIFIED IDEOGRAPH-2005B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2005C,
        name: "CJK UNIFIED IDEOGRAPH-2005C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2005D,
        name: "CJK UNIFIED IDEOGRAPH-2005D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2005E,
        name: "CJK UNIFIED IDEOGRAPH-2005E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2005F,
        name: "CJK UNIFIED IDEOGRAPH-2005F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20060,
        name: "CJK UNIFIED IDEOGRAPH-20060",
    },
    Character {
        age: "3.1",
        codepoint: 0x20061,
        name: "CJK UNIFIED IDEOGRAPH-20061",
    },
    Character {
        age: "3.1",
        codepoint: 0x20062,
        name: "CJK UNIFIED IDEOGRAPH-20062",
    },
    Character {
        age: "3.1",
        codepoint: 0x20063,
        name: "CJK UNIFIED IDEOGRAPH-20063",
    },
    Character {
        age: "3.1",
        codepoint: 0x20064,
        name: "CJK UNIFIED IDEOGRAPH-20064",
    },
    Character {
        age: "3.1",
        codepoint: 0x20065,
        name: "CJK UNIFIED IDEOGRAPH-20065",
    },
    Character {
        age: "3.1",
        codepoint: 0x20066,
        name: "CJK UNIFIED IDEOGRAPH-20066",
    },
    Character {
        age: "3.1",
        codepoint: 0x20067,
        name: "CJK UNIFIED IDEOGRAPH-20067",
    },
    Character {
        age: "3.1",
        codepoint: 0x20068,
        name: "CJK UNIFIED IDEOGRAPH-20068",
    },
    Character {
        age: "3.1",
        codepoint: 0x20069,
        name: "CJK UNIFIED IDEOGRAPH-20069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2006A,
        name: "CJK UNIFIED IDEOGRAPH-2006A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2006B,
        name: "CJK UNIFIED IDEOGRAPH-2006B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2006C,
        name: "CJK UNIFIED IDEOGRAPH-2006C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2006D,
        name: "CJK UNIFIED IDEOGRAPH-2006D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2006E,
        name: "CJK UNIFIED IDEOGRAPH-2006E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2006F,
        name: "CJK UNIFIED IDEOGRAPH-2006F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20070,
        name: "CJK UNIFIED IDEOGRAPH-20070",
    },
    Character {
        age: "3.1",
        codepoint: 0x20071,
        name: "CJK UNIFIED IDEOGRAPH-20071",
    },
    Character {
        age: "3.1",
        codepoint: 0x20072,
        name: "CJK UNIFIED IDEOGRAPH-20072",
    },
    Character {
        age: "3.1",
        codepoint: 0x20073,
        name: "CJK UNIFIED IDEOGRAPH-20073",
    },
    Character {
        age: "3.1",
        codepoint: 0x20074,
        name: "CJK UNIFIED IDEOGRAPH-20074",
    },
    Character {
        age: "3.1",
        codepoint: 0x20075,
        name: "CJK UNIFIED IDEOGRAPH-20075",
    },
    Character {
        age: "3.1",
        codepoint: 0x20076,
        name: "CJK UNIFIED IDEOGRAPH-20076",
    },
    Character {
        age: "3.1",
        codepoint: 0x20077,
        name: "CJK UNIFIED IDEOGRAPH-20077",
    },
    Character {
        age: "3.1",
        codepoint: 0x20078,
        name: "CJK UNIFIED IDEOGRAPH-20078",
    },
    Character {
        age: "3.1",
        codepoint: 0x20079,
        name: "CJK UNIFIED IDEOGRAPH-20079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2007A,
        name: "CJK UNIFIED IDEOGRAPH-2007A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2007B,
        name: "CJK UNIFIED IDEOGRAPH-2007B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2007C,
        name: "CJK UNIFIED IDEOGRAPH-2007C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2007D,
        name: "CJK UNIFIED IDEOGRAPH-2007D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2007E,
        name: "CJK UNIFIED IDEOGRAPH-2007E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2007F,
        name: "CJK UNIFIED IDEOGRAPH-2007F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20080,
        name: "CJK UNIFIED IDEOGRAPH-20080",
    },
    Character {
        age: "3.1",
        codepoint: 0x20081,
        name: "CJK UNIFIED IDEOGRAPH-20081",
    },
    Character {
        age: "3.1",
        codepoint: 0x20082,
        name: "CJK UNIFIED IDEOGRAPH-20082",
    },
    Character {
        age: "3.1",
        codepoint: 0x20083,
        name: "CJK UNIFIED IDEOGRAPH-20083",
    },
    Character {
        age: "3.1",
        codepoint: 0x20084,
        name: "CJK UNIFIED IDEOGRAPH-20084",
    },
    Character {
        age: "3.1",
        codepoint: 0x20085,
        name: "CJK UNIFIED IDEOGRAPH-20085",
    },
    Character {
        age: "3.1",
        codepoint: 0x20086,
        name: "CJK UNIFIED IDEOGRAPH-20086",
    },
    Character {
        age: "3.1",
        codepoint: 0x20087,
        name: "CJK UNIFIED IDEOGRAPH-20087",
    },
    Character {
        age: "3.1",
        codepoint: 0x20088,
        name: "CJK UNIFIED IDEOGRAPH-20088",
    },
    Character {
        age: "3.1",
        codepoint: 0x20089,
        name: "CJK UNIFIED IDEOGRAPH-20089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2008A,
        name: "CJK UNIFIED IDEOGRAPH-2008A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2008B,
        name: "CJK UNIFIED IDEOGRAPH-2008B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2008C,
        name: "CJK UNIFIED IDEOGRAPH-2008C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2008D,
        name: "CJK UNIFIED IDEOGRAPH-2008D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2008E,
        name: "CJK UNIFIED IDEOGRAPH-2008E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2008F,
        name: "CJK UNIFIED IDEOGRAPH-2008F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20090,
        name: "CJK UNIFIED IDEOGRAPH-20090",
    },
    Character {
        age: "3.1",
        codepoint: 0x20091,
        name: "CJK UNIFIED IDEOGRAPH-20091",
    },
    Character {
        age: "3.1",
        codepoint: 0x20092,
        name: "CJK UNIFIED IDEOGRAPH-20092",
    },
    Character {
        age: "3.1",
        codepoint: 0x20093,
        name: "CJK UNIFIED IDEOGRAPH-20093",
    },
    Character {
        age: "3.1",
        codepoint: 0x20094,
        name: "CJK UNIFIED IDEOGRAPH-20094",
    },
    Character {
        age: "3.1",
        codepoint: 0x20095,
        name: "CJK UNIFIED IDEOGRAPH-20095",
    },
    Character {
        age: "3.1",
        codepoint: 0x20096,
        name: "CJK UNIFIED IDEOGRAPH-20096",
    },
    Character {
        age: "3.1",
        codepoint: 0x20097,
        name: "CJK UNIFIED IDEOGRAPH-20097",
    },
    Character {
        age: "3.1",
        codepoint: 0x20098,
        name: "CJK UNIFIED IDEOGRAPH-20098",
    },
    Character {
        age: "3.1",
        codepoint: 0x20099,
        name: "CJK UNIFIED IDEOGRAPH-20099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2009A,
        name: "CJK UNIFIED IDEOGRAPH-2009A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2009B,
        name: "CJK UNIFIED IDEOGRAPH-2009B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2009C,
        name: "CJK UNIFIED IDEOGRAPH-2009C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2009D,
        name: "CJK UNIFIED IDEOGRAPH-2009D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2009E,
        name: "CJK UNIFIED IDEOGRAPH-2009E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2009F,
        name: "CJK UNIFIED IDEOGRAPH-2009F",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A0,
        name: "CJK UNIFIED IDEOGRAPH-200A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A1,
        name: "CJK UNIFIED IDEOGRAPH-200A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A2,
        name: "CJK UNIFIED IDEOGRAPH-200A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A3,
        name: "CJK UNIFIED IDEOGRAPH-200A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A4,
        name: "CJK UNIFIED IDEOGRAPH-200A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A5,
        name: "CJK UNIFIED IDEOGRAPH-200A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A6,
        name: "CJK UNIFIED IDEOGRAPH-200A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A7,
        name: "CJK UNIFIED IDEOGRAPH-200A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A8,
        name: "CJK UNIFIED IDEOGRAPH-200A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x200A9,
        name: "CJK UNIFIED IDEOGRAPH-200A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x200AA,
        name: "CJK UNIFIED IDEOGRAPH-200AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x200AB,
        name: "CJK UNIFIED IDEOGRAPH-200AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x200AC,
        name: "CJK UNIFIED IDEOGRAPH-200AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x200AD,
        name: "CJK UNIFIED IDEOGRAPH-200AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x200AE,
        name: "CJK UNIFIED IDEOGRAPH-200AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x200AF,
        name: "CJK UNIFIED IDEOGRAPH-200AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B0,
        name: "CJK UNIFIED IDEOGRAPH-200B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B1,
        name: "CJK UNIFIED IDEOGRAPH-200B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B2,
        name: "CJK UNIFIED IDEOGRAPH-200B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B3,
        name: "CJK UNIFIED IDEOGRAPH-200B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B4,
        name: "CJK UNIFIED IDEOGRAPH-200B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B5,
        name: "CJK UNIFIED IDEOGRAPH-200B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B6,
        name: "CJK UNIFIED IDEOGRAPH-200B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B7,
        name: "CJK UNIFIED IDEOGRAPH-200B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B8,
        name: "CJK UNIFIED IDEOGRAPH-200B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x200B9,
        name: "CJK UNIFIED IDEOGRAPH-200B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x200BA,
        name: "CJK UNIFIED IDEOGRAPH-200BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x200BB,
        name: "CJK UNIFIED IDEOGRAPH-200BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x200BC,
        name: "CJK UNIFIED IDEOGRAPH-200BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x200BD,
        name: "CJK UNIFIED IDEOGRAPH-200BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x200BE,
        name: "CJK UNIFIED IDEOGRAPH-200BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x200BF,
        name: "CJK UNIFIED IDEOGRAPH-200BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C0,
        name: "CJK UNIFIED IDEOGRAPH-200C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C1,
        name: "CJK UNIFIED IDEOGRAPH-200C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C2,
        name: "CJK UNIFIED IDEOGRAPH-200C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C3,
        name: "CJK UNIFIED IDEOGRAPH-200C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C4,
        name: "CJK UNIFIED IDEOGRAPH-200C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C5,
        name: "CJK UNIFIED IDEOGRAPH-200C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C6,
        name: "CJK UNIFIED IDEOGRAPH-200C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C7,
        name: "CJK UNIFIED IDEOGRAPH-200C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C8,
        name: "CJK UNIFIED IDEOGRAPH-200C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x200C9,
        name: "CJK UNIFIED IDEOGRAPH-200C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x200CA,
        name: "CJK UNIFIED IDEOGRAPH-200CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x200CB,
        name: "CJK UNIFIED IDEOGRAPH-200CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x200CC,
        name: "CJK UNIFIED IDEOGRAPH-200CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x200CD,
        name: "CJK UNIFIED IDEOGRAPH-200CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x200CE,
        name: "CJK UNIFIED IDEOGRAPH-200CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x200CF,
        name: "CJK UNIFIED IDEOGRAPH-200CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D0,
        name: "CJK UNIFIED IDEOGRAPH-200D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D1,
        name: "CJK UNIFIED IDEOGRAPH-200D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D2,
        name: "CJK UNIFIED IDEOGRAPH-200D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D3,
        name: "CJK UNIFIED IDEOGRAPH-200D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D4,
        name: "CJK UNIFIED IDEOGRAPH-200D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D5,
        name: "CJK UNIFIED IDEOGRAPH-200D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D6,
        name: "CJK UNIFIED IDEOGRAPH-200D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D7,
        name: "CJK UNIFIED IDEOGRAPH-200D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D8,
        name: "CJK UNIFIED IDEOGRAPH-200D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x200D9,
        name: "CJK UNIFIED IDEOGRAPH-200D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x200DA,
        name: "CJK UNIFIED IDEOGRAPH-200DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x200DB,
        name: "CJK UNIFIED IDEOGRAPH-200DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x200DC,
        name: "CJK UNIFIED IDEOGRAPH-200DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x200DD,
        name: "CJK UNIFIED IDEOGRAPH-200DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x200DE,
        name: "CJK UNIFIED IDEOGRAPH-200DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x200DF,
        name: "CJK UNIFIED IDEOGRAPH-200DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E0,
        name: "CJK UNIFIED IDEOGRAPH-200E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E1,
        name: "CJK UNIFIED IDEOGRAPH-200E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E2,
        name: "CJK UNIFIED IDEOGRAPH-200E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E3,
        name: "CJK UNIFIED IDEOGRAPH-200E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E4,
        name: "CJK UNIFIED IDEOGRAPH-200E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E5,
        name: "CJK UNIFIED IDEOGRAPH-200E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E6,
        name: "CJK UNIFIED IDEOGRAPH-200E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E7,
        name: "CJK UNIFIED IDEOGRAPH-200E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E8,
        name: "CJK UNIFIED IDEOGRAPH-200E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x200E9,
        name: "CJK UNIFIED IDEOGRAPH-200E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x200EA,
        name: "CJK UNIFIED IDEOGRAPH-200EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x200EB,
        name: "CJK UNIFIED IDEOGRAPH-200EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x200EC,
        name: "CJK UNIFIED IDEOGRAPH-200EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x200ED,
        name: "CJK UNIFIED IDEOGRAPH-200ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x200EE,
        name: "CJK UNIFIED IDEOGRAPH-200EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x200EF,
        name: "CJK UNIFIED IDEOGRAPH-200EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F0,
        name: "CJK UNIFIED IDEOGRAPH-200F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F1,
        name: "CJK UNIFIED IDEOGRAPH-200F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F2,
        name: "CJK UNIFIED IDEOGRAPH-200F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F3,
        name: "CJK UNIFIED IDEOGRAPH-200F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F4,
        name: "CJK UNIFIED IDEOGRAPH-200F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F5,
        name: "CJK UNIFIED IDEOGRAPH-200F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F6,
        name: "CJK UNIFIED IDEOGRAPH-200F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F7,
        name: "CJK UNIFIED IDEOGRAPH-200F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F8,
        name: "CJK UNIFIED IDEOGRAPH-200F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x200F9,
        name: "CJK UNIFIED IDEOGRAPH-200F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x200FA,
        name: "CJK UNIFIED IDEOGRAPH-200FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x200FB,
        name: "CJK UNIFIED IDEOGRAPH-200FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x200FC,
        name: "CJK UNIFIED IDEOGRAPH-200FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x200FD,
        name: "CJK UNIFIED IDEOGRAPH-200FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x200FE,
        name: "CJK UNIFIED IDEOGRAPH-200FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x200FF,
        name: "CJK UNIFIED IDEOGRAPH-200FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20100,
        name: "CJK UNIFIED IDEOGRAPH-20100",
    },
    Character {
        age: "3.1",
        codepoint: 0x20101,
        name: "CJK UNIFIED IDEOGRAPH-20101",
    },
    Character {
        age: "3.1",
        codepoint: 0x20102,
        name: "CJK UNIFIED IDEOGRAPH-20102",
    },
    Character {
        age: "3.1",
        codepoint: 0x20103,
        name: "CJK UNIFIED IDEOGRAPH-20103",
    },
    Character {
        age: "3.1",
        codepoint: 0x20104,
        name: "CJK UNIFIED IDEOGRAPH-20104",
    },
    Character {
        age: "3.1",
        codepoint: 0x20105,
        name: "CJK UNIFIED IDEOGRAPH-20105",
    },
    Character {
        age: "3.1",
        codepoint: 0x20106,
        name: "CJK UNIFIED IDEOGRAPH-20106",
    },
    Character {
        age: "3.1",
        codepoint: 0x20107,
        name: "CJK UNIFIED IDEOGRAPH-20107",
    },
    Character {
        age: "3.1",
        codepoint: 0x20108,
        name: "CJK UNIFIED IDEOGRAPH-20108",
    },
    Character {
        age: "3.1",
        codepoint: 0x20109,
        name: "CJK UNIFIED IDEOGRAPH-20109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2010A,
        name: "CJK UNIFIED IDEOGRAPH-2010A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2010B,
        name: "CJK UNIFIED IDEOGRAPH-2010B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2010C,
        name: "CJK UNIFIED IDEOGRAPH-2010C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2010D,
        name: "CJK UNIFIED IDEOGRAPH-2010D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2010E,
        name: "CJK UNIFIED IDEOGRAPH-2010E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2010F,
        name: "CJK UNIFIED IDEOGRAPH-2010F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20110,
        name: "CJK UNIFIED IDEOGRAPH-20110",
    },
    Character {
        age: "3.1",
        codepoint: 0x20111,
        name: "CJK UNIFIED IDEOGRAPH-20111",
    },
    Character {
        age: "3.1",
        codepoint: 0x20112,
        name: "CJK UNIFIED IDEOGRAPH-20112",
    },
    Character {
        age: "3.1",
        codepoint: 0x20113,
        name: "CJK UNIFIED IDEOGRAPH-20113",
    },
    Character {
        age: "3.1",
        codepoint: 0x20114,
        name: "CJK UNIFIED IDEOGRAPH-20114",
    },
    Character {
        age: "3.1",
        codepoint: 0x20115,
        name: "CJK UNIFIED IDEOGRAPH-20115",
    },
    Character {
        age: "3.1",
        codepoint: 0x20116,
        name: "CJK UNIFIED IDEOGRAPH-20116",
    },
    Character {
        age: "3.1",
        codepoint: 0x20117,
        name: "CJK UNIFIED IDEOGRAPH-20117",
    },
    Character {
        age: "3.1",
        codepoint: 0x20118,
        name: "CJK UNIFIED IDEOGRAPH-20118",
    },
    Character {
        age: "3.1",
        codepoint: 0x20119,
        name: "CJK UNIFIED IDEOGRAPH-20119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2011A,
        name: "CJK UNIFIED IDEOGRAPH-2011A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2011B,
        name: "CJK UNIFIED IDEOGRAPH-2011B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2011C,
        name: "CJK UNIFIED IDEOGRAPH-2011C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2011D,
        name: "CJK UNIFIED IDEOGRAPH-2011D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2011E,
        name: "CJK UNIFIED IDEOGRAPH-2011E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2011F,
        name: "CJK UNIFIED IDEOGRAPH-2011F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20120,
        name: "CJK UNIFIED IDEOGRAPH-20120",
    },
    Character {
        age: "3.1",
        codepoint: 0x20121,
        name: "CJK UNIFIED IDEOGRAPH-20121",
    },
    Character {
        age: "3.1",
        codepoint: 0x20122,
        name: "CJK UNIFIED IDEOGRAPH-20122",
    },
    Character {
        age: "3.1",
        codepoint: 0x20123,
        name: "CJK UNIFIED IDEOGRAPH-20123",
    },
    Character {
        age: "3.1",
        codepoint: 0x20124,
        name: "CJK UNIFIED IDEOGRAPH-20124",
    },
    Character {
        age: "3.1",
        codepoint: 0x20125,
        name: "CJK UNIFIED IDEOGRAPH-20125",
    },
    Character {
        age: "3.1",
        codepoint: 0x20126,
        name: "CJK UNIFIED IDEOGRAPH-20126",
    },
    Character {
        age: "3.1",
        codepoint: 0x20127,
        name: "CJK UNIFIED IDEOGRAPH-20127",
    },
    Character {
        age: "3.1",
        codepoint: 0x20128,
        name: "CJK UNIFIED IDEOGRAPH-20128",
    },
    Character {
        age: "3.1",
        codepoint: 0x20129,
        name: "CJK UNIFIED IDEOGRAPH-20129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2012A,
        name: "CJK UNIFIED IDEOGRAPH-2012A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2012B,
        name: "CJK UNIFIED IDEOGRAPH-2012B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2012C,
        name: "CJK UNIFIED IDEOGRAPH-2012C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2012D,
        name: "CJK UNIFIED IDEOGRAPH-2012D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2012E,
        name: "CJK UNIFIED IDEOGRAPH-2012E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2012F,
        name: "CJK UNIFIED IDEOGRAPH-2012F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20130,
        name: "CJK UNIFIED IDEOGRAPH-20130",
    },
    Character {
        age: "3.1",
        codepoint: 0x20131,
        name: "CJK UNIFIED IDEOGRAPH-20131",
    },
    Character {
        age: "3.1",
        codepoint: 0x20132,
        name: "CJK UNIFIED IDEOGRAPH-20132",
    },
    Character {
        age: "3.1",
        codepoint: 0x20133,
        name: "CJK UNIFIED IDEOGRAPH-20133",
    },
    Character {
        age: "3.1",
        codepoint: 0x20134,
        name: "CJK UNIFIED IDEOGRAPH-20134",
    },
    Character {
        age: "3.1",
        codepoint: 0x20135,
        name: "CJK UNIFIED IDEOGRAPH-20135",
    },
    Character {
        age: "3.1",
        codepoint: 0x20136,
        name: "CJK UNIFIED IDEOGRAPH-20136",
    },
    Character {
        age: "3.1",
        codepoint: 0x20137,
        name: "CJK UNIFIED IDEOGRAPH-20137",
    },
    Character {
        age: "3.1",
        codepoint: 0x20138,
        name: "CJK UNIFIED IDEOGRAPH-20138",
    },
    Character {
        age: "3.1",
        codepoint: 0x20139,
        name: "CJK UNIFIED IDEOGRAPH-20139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2013A,
        name: "CJK UNIFIED IDEOGRAPH-2013A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2013B,
        name: "CJK UNIFIED IDEOGRAPH-2013B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2013C,
        name: "CJK UNIFIED IDEOGRAPH-2013C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2013D,
        name: "CJK UNIFIED IDEOGRAPH-2013D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2013E,
        name: "CJK UNIFIED IDEOGRAPH-2013E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2013F,
        name: "CJK UNIFIED IDEOGRAPH-2013F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20140,
        name: "CJK UNIFIED IDEOGRAPH-20140",
    },
    Character {
        age: "3.1",
        codepoint: 0x20141,
        name: "CJK UNIFIED IDEOGRAPH-20141",
    },
    Character {
        age: "3.1",
        codepoint: 0x20142,
        name: "CJK UNIFIED IDEOGRAPH-20142",
    },
    Character {
        age: "3.1",
        codepoint: 0x20143,
        name: "CJK UNIFIED IDEOGRAPH-20143",
    },
    Character {
        age: "3.1",
        codepoint: 0x20144,
        name: "CJK UNIFIED IDEOGRAPH-20144",
    },
    Character {
        age: "3.1",
        codepoint: 0x20145,
        name: "CJK UNIFIED IDEOGRAPH-20145",
    },
    Character {
        age: "3.1",
        codepoint: 0x20146,
        name: "CJK UNIFIED IDEOGRAPH-20146",
    },
    Character {
        age: "3.1",
        codepoint: 0x20147,
        name: "CJK UNIFIED IDEOGRAPH-20147",
    },
    Character {
        age: "3.1",
        codepoint: 0x20148,
        name: "CJK UNIFIED IDEOGRAPH-20148",
    },
    Character {
        age: "3.1",
        codepoint: 0x20149,
        name: "CJK UNIFIED IDEOGRAPH-20149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2014A,
        name: "CJK UNIFIED IDEOGRAPH-2014A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2014B,
        name: "CJK UNIFIED IDEOGRAPH-2014B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2014C,
        name: "CJK UNIFIED IDEOGRAPH-2014C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2014D,
        name: "CJK UNIFIED IDEOGRAPH-2014D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2014E,
        name: "CJK UNIFIED IDEOGRAPH-2014E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2014F,
        name: "CJK UNIFIED IDEOGRAPH-2014F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20150,
        name: "CJK UNIFIED IDEOGRAPH-20150",
    },
    Character {
        age: "3.1",
        codepoint: 0x20151,
        name: "CJK UNIFIED IDEOGRAPH-20151",
    },
    Character {
        age: "3.1",
        codepoint: 0x20152,
        name: "CJK UNIFIED IDEOGRAPH-20152",
    },
    Character {
        age: "3.1",
        codepoint: 0x20153,
        name: "CJK UNIFIED IDEOGRAPH-20153",
    },
    Character {
        age: "3.1",
        codepoint: 0x20154,
        name: "CJK UNIFIED IDEOGRAPH-20154",
    },
    Character {
        age: "3.1",
        codepoint: 0x20155,
        name: "CJK UNIFIED IDEOGRAPH-20155",
    },
    Character {
        age: "3.1",
        codepoint: 0x20156,
        name: "CJK UNIFIED IDEOGRAPH-20156",
    },
    Character {
        age: "3.1",
        codepoint: 0x20157,
        name: "CJK UNIFIED IDEOGRAPH-20157",
    },
    Character {
        age: "3.1",
        codepoint: 0x20158,
        name: "CJK UNIFIED IDEOGRAPH-20158",
    },
    Character {
        age: "3.1",
        codepoint: 0x20159,
        name: "CJK UNIFIED IDEOGRAPH-20159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2015A,
        name: "CJK UNIFIED IDEOGRAPH-2015A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2015B,
        name: "CJK UNIFIED IDEOGRAPH-2015B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2015C,
        name: "CJK UNIFIED IDEOGRAPH-2015C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2015D,
        name: "CJK UNIFIED IDEOGRAPH-2015D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2015E,
        name: "CJK UNIFIED IDEOGRAPH-2015E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2015F,
        name: "CJK UNIFIED IDEOGRAPH-2015F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20160,
        name: "CJK UNIFIED IDEOGRAPH-20160",
    },
    Character {
        age: "3.1",
        codepoint: 0x20161,
        name: "CJK UNIFIED IDEOGRAPH-20161",
    },
    Character {
        age: "3.1",
        codepoint: 0x20162,
        name: "CJK UNIFIED IDEOGRAPH-20162",
    },
    Character {
        age: "3.1",
        codepoint: 0x20163,
        name: "CJK UNIFIED IDEOGRAPH-20163",
    },
    Character {
        age: "3.1",
        codepoint: 0x20164,
        name: "CJK UNIFIED IDEOGRAPH-20164",
    },
    Character {
        age: "3.1",
        codepoint: 0x20165,
        name: "CJK UNIFIED IDEOGRAPH-20165",
    },
    Character {
        age: "3.1",
        codepoint: 0x20166,
        name: "CJK UNIFIED IDEOGRAPH-20166",
    },
    Character {
        age: "3.1",
        codepoint: 0x20167,
        name: "CJK UNIFIED IDEOGRAPH-20167",
    },
    Character {
        age: "3.1",
        codepoint: 0x20168,
        name: "CJK UNIFIED IDEOGRAPH-20168",
    },
    Character {
        age: "3.1",
        codepoint: 0x20169,
        name: "CJK UNIFIED IDEOGRAPH-20169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2016A,
        name: "CJK UNIFIED IDEOGRAPH-2016A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2016B,
        name: "CJK UNIFIED IDEOGRAPH-2016B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2016C,
        name: "CJK UNIFIED IDEOGRAPH-2016C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2016D,
        name: "CJK UNIFIED IDEOGRAPH-2016D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2016E,
        name: "CJK UNIFIED IDEOGRAPH-2016E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2016F,
        name: "CJK UNIFIED IDEOGRAPH-2016F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20170,
        name: "CJK UNIFIED IDEOGRAPH-20170",
    },
    Character {
        age: "3.1",
        codepoint: 0x20171,
        name: "CJK UNIFIED IDEOGRAPH-20171",
    },
    Character {
        age: "3.1",
        codepoint: 0x20172,
        name: "CJK UNIFIED IDEOGRAPH-20172",
    },
    Character {
        age: "3.1",
        codepoint: 0x20173,
        name: "CJK UNIFIED IDEOGRAPH-20173",
    },
    Character {
        age: "3.1",
        codepoint: 0x20174,
        name: "CJK UNIFIED IDEOGRAPH-20174",
    },
    Character {
        age: "3.1",
        codepoint: 0x20175,
        name: "CJK UNIFIED IDEOGRAPH-20175",
    },
    Character {
        age: "3.1",
        codepoint: 0x20176,
        name: "CJK UNIFIED IDEOGRAPH-20176",
    },
    Character {
        age: "3.1",
        codepoint: 0x20177,
        name: "CJK UNIFIED IDEOGRAPH-20177",
    },
    Character {
        age: "3.1",
        codepoint: 0x20178,
        name: "CJK UNIFIED IDEOGRAPH-20178",
    },
    Character {
        age: "3.1",
        codepoint: 0x20179,
        name: "CJK UNIFIED IDEOGRAPH-20179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2017A,
        name: "CJK UNIFIED IDEOGRAPH-2017A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2017B,
        name: "CJK UNIFIED IDEOGRAPH-2017B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2017C,
        name: "CJK UNIFIED IDEOGRAPH-2017C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2017D,
        name: "CJK UNIFIED IDEOGRAPH-2017D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2017E,
        name: "CJK UNIFIED IDEOGRAPH-2017E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2017F,
        name: "CJK UNIFIED IDEOGRAPH-2017F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20180,
        name: "CJK UNIFIED IDEOGRAPH-20180",
    },
    Character {
        age: "3.1",
        codepoint: 0x20181,
        name: "CJK UNIFIED IDEOGRAPH-20181",
    },
    Character {
        age: "3.1",
        codepoint: 0x20182,
        name: "CJK UNIFIED IDEOGRAPH-20182",
    },
    Character {
        age: "3.1",
        codepoint: 0x20183,
        name: "CJK UNIFIED IDEOGRAPH-20183",
    },
    Character {
        age: "3.1",
        codepoint: 0x20184,
        name: "CJK UNIFIED IDEOGRAPH-20184",
    },
    Character {
        age: "3.1",
        codepoint: 0x20185,
        name: "CJK UNIFIED IDEOGRAPH-20185",
    },
    Character {
        age: "3.1",
        codepoint: 0x20186,
        name: "CJK UNIFIED IDEOGRAPH-20186",
    },
    Character {
        age: "3.1",
        codepoint: 0x20187,
        name: "CJK UNIFIED IDEOGRAPH-20187",
    },
    Character {
        age: "3.1",
        codepoint: 0x20188,
        name: "CJK UNIFIED IDEOGRAPH-20188",
    },
    Character {
        age: "3.1",
        codepoint: 0x20189,
        name: "CJK UNIFIED IDEOGRAPH-20189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2018A,
        name: "CJK UNIFIED IDEOGRAPH-2018A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2018B,
        name: "CJK UNIFIED IDEOGRAPH-2018B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2018C,
        name: "CJK UNIFIED IDEOGRAPH-2018C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2018D,
        name: "CJK UNIFIED IDEOGRAPH-2018D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2018E,
        name: "CJK UNIFIED IDEOGRAPH-2018E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2018F,
        name: "CJK UNIFIED IDEOGRAPH-2018F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20190,
        name: "CJK UNIFIED IDEOGRAPH-20190",
    },
    Character {
        age: "3.1",
        codepoint: 0x20191,
        name: "CJK UNIFIED IDEOGRAPH-20191",
    },
    Character {
        age: "3.1",
        codepoint: 0x20192,
        name: "CJK UNIFIED IDEOGRAPH-20192",
    },
    Character {
        age: "3.1",
        codepoint: 0x20193,
        name: "CJK UNIFIED IDEOGRAPH-20193",
    },
    Character {
        age: "3.1",
        codepoint: 0x20194,
        name: "CJK UNIFIED IDEOGRAPH-20194",
    },
    Character {
        age: "3.1",
        codepoint: 0x20195,
        name: "CJK UNIFIED IDEOGRAPH-20195",
    },
    Character {
        age: "3.1",
        codepoint: 0x20196,
        name: "CJK UNIFIED IDEOGRAPH-20196",
    },
    Character {
        age: "3.1",
        codepoint: 0x20197,
        name: "CJK UNIFIED IDEOGRAPH-20197",
    },
    Character {
        age: "3.1",
        codepoint: 0x20198,
        name: "CJK UNIFIED IDEOGRAPH-20198",
    },
    Character {
        age: "3.1",
        codepoint: 0x20199,
        name: "CJK UNIFIED IDEOGRAPH-20199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2019A,
        name: "CJK UNIFIED IDEOGRAPH-2019A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2019B,
        name: "CJK UNIFIED IDEOGRAPH-2019B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2019C,
        name: "CJK UNIFIED IDEOGRAPH-2019C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2019D,
        name: "CJK UNIFIED IDEOGRAPH-2019D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2019E,
        name: "CJK UNIFIED IDEOGRAPH-2019E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2019F,
        name: "CJK UNIFIED IDEOGRAPH-2019F",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A0,
        name: "CJK UNIFIED IDEOGRAPH-201A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A1,
        name: "CJK UNIFIED IDEOGRAPH-201A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A2,
        name: "CJK UNIFIED IDEOGRAPH-201A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A3,
        name: "CJK UNIFIED IDEOGRAPH-201A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A4,
        name: "CJK UNIFIED IDEOGRAPH-201A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A5,
        name: "CJK UNIFIED IDEOGRAPH-201A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A6,
        name: "CJK UNIFIED IDEOGRAPH-201A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A7,
        name: "CJK UNIFIED IDEOGRAPH-201A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A8,
        name: "CJK UNIFIED IDEOGRAPH-201A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x201A9,
        name: "CJK UNIFIED IDEOGRAPH-201A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x201AA,
        name: "CJK UNIFIED IDEOGRAPH-201AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x201AB,
        name: "CJK UNIFIED IDEOGRAPH-201AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x201AC,
        name: "CJK UNIFIED IDEOGRAPH-201AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x201AD,
        name: "CJK UNIFIED IDEOGRAPH-201AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x201AE,
        name: "CJK UNIFIED IDEOGRAPH-201AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x201AF,
        name: "CJK UNIFIED IDEOGRAPH-201AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B0,
        name: "CJK UNIFIED IDEOGRAPH-201B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B1,
        name: "CJK UNIFIED IDEOGRAPH-201B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B2,
        name: "CJK UNIFIED IDEOGRAPH-201B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B3,
        name: "CJK UNIFIED IDEOGRAPH-201B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B4,
        name: "CJK UNIFIED IDEOGRAPH-201B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B5,
        name: "CJK UNIFIED IDEOGRAPH-201B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B6,
        name: "CJK UNIFIED IDEOGRAPH-201B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B7,
        name: "CJK UNIFIED IDEOGRAPH-201B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B8,
        name: "CJK UNIFIED IDEOGRAPH-201B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x201B9,
        name: "CJK UNIFIED IDEOGRAPH-201B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x201BA,
        name: "CJK UNIFIED IDEOGRAPH-201BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x201BB,
        name: "CJK UNIFIED IDEOGRAPH-201BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x201BC,
        name: "CJK UNIFIED IDEOGRAPH-201BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x201BD,
        name: "CJK UNIFIED IDEOGRAPH-201BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x201BE,
        name: "CJK UNIFIED IDEOGRAPH-201BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x201BF,
        name: "CJK UNIFIED IDEOGRAPH-201BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C0,
        name: "CJK UNIFIED IDEOGRAPH-201C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C1,
        name: "CJK UNIFIED IDEOGRAPH-201C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C2,
        name: "CJK UNIFIED IDEOGRAPH-201C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C3,
        name: "CJK UNIFIED IDEOGRAPH-201C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C4,
        name: "CJK UNIFIED IDEOGRAPH-201C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C5,
        name: "CJK UNIFIED IDEOGRAPH-201C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C6,
        name: "CJK UNIFIED IDEOGRAPH-201C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C7,
        name: "CJK UNIFIED IDEOGRAPH-201C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C8,
        name: "CJK UNIFIED IDEOGRAPH-201C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x201C9,
        name: "CJK UNIFIED IDEOGRAPH-201C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x201CA,
        name: "CJK UNIFIED IDEOGRAPH-201CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x201CB,
        name: "CJK UNIFIED IDEOGRAPH-201CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x201CC,
        name: "CJK UNIFIED IDEOGRAPH-201CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x201CD,
        name: "CJK UNIFIED IDEOGRAPH-201CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x201CE,
        name: "CJK UNIFIED IDEOGRAPH-201CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x201CF,
        name: "CJK UNIFIED IDEOGRAPH-201CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D0,
        name: "CJK UNIFIED IDEOGRAPH-201D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D1,
        name: "CJK UNIFIED IDEOGRAPH-201D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D2,
        name: "CJK UNIFIED IDEOGRAPH-201D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D3,
        name: "CJK UNIFIED IDEOGRAPH-201D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D4,
        name: "CJK UNIFIED IDEOGRAPH-201D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D5,
        name: "CJK UNIFIED IDEOGRAPH-201D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D6,
        name: "CJK UNIFIED IDEOGRAPH-201D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D7,
        name: "CJK UNIFIED IDEOGRAPH-201D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D8,
        name: "CJK UNIFIED IDEOGRAPH-201D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x201D9,
        name: "CJK UNIFIED IDEOGRAPH-201D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x201DA,
        name: "CJK UNIFIED IDEOGRAPH-201DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x201DB,
        name: "CJK UNIFIED IDEOGRAPH-201DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x201DC,
        name: "CJK UNIFIED IDEOGRAPH-201DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x201DD,
        name: "CJK UNIFIED IDEOGRAPH-201DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x201DE,
        name: "CJK UNIFIED IDEOGRAPH-201DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x201DF,
        name: "CJK UNIFIED IDEOGRAPH-201DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E0,
        name: "CJK UNIFIED IDEOGRAPH-201E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E1,
        name: "CJK UNIFIED IDEOGRAPH-201E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E2,
        name: "CJK UNIFIED IDEOGRAPH-201E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E3,
        name: "CJK UNIFIED IDEOGRAPH-201E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E4,
        name: "CJK UNIFIED IDEOGRAPH-201E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E5,
        name: "CJK UNIFIED IDEOGRAPH-201E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E6,
        name: "CJK UNIFIED IDEOGRAPH-201E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E7,
        name: "CJK UNIFIED IDEOGRAPH-201E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E8,
        name: "CJK UNIFIED IDEOGRAPH-201E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x201E9,
        name: "CJK UNIFIED IDEOGRAPH-201E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x201EA,
        name: "CJK UNIFIED IDEOGRAPH-201EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x201EB,
        name: "CJK UNIFIED IDEOGRAPH-201EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x201EC,
        name: "CJK UNIFIED IDEOGRAPH-201EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x201ED,
        name: "CJK UNIFIED IDEOGRAPH-201ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x201EE,
        name: "CJK UNIFIED IDEOGRAPH-201EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x201EF,
        name: "CJK UNIFIED IDEOGRAPH-201EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F0,
        name: "CJK UNIFIED IDEOGRAPH-201F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F1,
        name: "CJK UNIFIED IDEOGRAPH-201F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F2,
        name: "CJK UNIFIED IDEOGRAPH-201F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F3,
        name: "CJK UNIFIED IDEOGRAPH-201F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F4,
        name: "CJK UNIFIED IDEOGRAPH-201F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F5,
        name: "CJK UNIFIED IDEOGRAPH-201F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F6,
        name: "CJK UNIFIED IDEOGRAPH-201F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F7,
        name: "CJK UNIFIED IDEOGRAPH-201F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F8,
        name: "CJK UNIFIED IDEOGRAPH-201F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x201F9,
        name: "CJK UNIFIED IDEOGRAPH-201F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x201FA,
        name: "CJK UNIFIED IDEOGRAPH-201FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x201FB,
        name: "CJK UNIFIED IDEOGRAPH-201FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x201FC,
        name: "CJK UNIFIED IDEOGRAPH-201FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x201FD,
        name: "CJK UNIFIED IDEOGRAPH-201FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x201FE,
        name: "CJK UNIFIED IDEOGRAPH-201FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x201FF,
        name: "CJK UNIFIED IDEOGRAPH-201FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20200,
        name: "CJK UNIFIED IDEOGRAPH-20200",
    },
    Character {
        age: "3.1",
        codepoint: 0x20201,
        name: "CJK UNIFIED IDEOGRAPH-20201",
    },
    Character {
        age: "3.1",
        codepoint: 0x20202,
        name: "CJK UNIFIED IDEOGRAPH-20202",
    },
    Character {
        age: "3.1",
        codepoint: 0x20203,
        name: "CJK UNIFIED IDEOGRAPH-20203",
    },
    Character {
        age: "3.1",
        codepoint: 0x20204,
        name: "CJK UNIFIED IDEOGRAPH-20204",
    },
    Character {
        age: "3.1",
        codepoint: 0x20205,
        name: "CJK UNIFIED IDEOGRAPH-20205",
    },
    Character {
        age: "3.1",
        codepoint: 0x20206,
        name: "CJK UNIFIED IDEOGRAPH-20206",
    },
    Character {
        age: "3.1",
        codepoint: 0x20207,
        name: "CJK UNIFIED IDEOGRAPH-20207",
    },
    Character {
        age: "3.1",
        codepoint: 0x20208,
        name: "CJK UNIFIED IDEOGRAPH-20208",
    },
    Character {
        age: "3.1",
        codepoint: 0x20209,
        name: "CJK UNIFIED IDEOGRAPH-20209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2020A,
        name: "CJK UNIFIED IDEOGRAPH-2020A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2020B,
        name: "CJK UNIFIED IDEOGRAPH-2020B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2020C,
        name: "CJK UNIFIED IDEOGRAPH-2020C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2020D,
        name: "CJK UNIFIED IDEOGRAPH-2020D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2020E,
        name: "CJK UNIFIED IDEOGRAPH-2020E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2020F,
        name: "CJK UNIFIED IDEOGRAPH-2020F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20210,
        name: "CJK UNIFIED IDEOGRAPH-20210",
    },
    Character {
        age: "3.1",
        codepoint: 0x20211,
        name: "CJK UNIFIED IDEOGRAPH-20211",
    },
    Character {
        age: "3.1",
        codepoint: 0x20212,
        name: "CJK UNIFIED IDEOGRAPH-20212",
    },
    Character {
        age: "3.1",
        codepoint: 0x20213,
        name: "CJK UNIFIED IDEOGRAPH-20213",
    },
    Character {
        age: "3.1",
        codepoint: 0x20214,
        name: "CJK UNIFIED IDEOGRAPH-20214",
    },
    Character {
        age: "3.1",
        codepoint: 0x20215,
        name: "CJK UNIFIED IDEOGRAPH-20215",
    },
    Character {
        age: "3.1",
        codepoint: 0x20216,
        name: "CJK UNIFIED IDEOGRAPH-20216",
    },
    Character {
        age: "3.1",
        codepoint: 0x20217,
        name: "CJK UNIFIED IDEOGRAPH-20217",
    },
    Character {
        age: "3.1",
        codepoint: 0x20218,
        name: "CJK UNIFIED IDEOGRAPH-20218",
    },
    Character {
        age: "3.1",
        codepoint: 0x20219,
        name: "CJK UNIFIED IDEOGRAPH-20219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2021A,
        name: "CJK UNIFIED IDEOGRAPH-2021A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2021B,
        name: "CJK UNIFIED IDEOGRAPH-2021B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2021C,
        name: "CJK UNIFIED IDEOGRAPH-2021C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2021D,
        name: "CJK UNIFIED IDEOGRAPH-2021D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2021E,
        name: "CJK UNIFIED IDEOGRAPH-2021E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2021F,
        name: "CJK UNIFIED IDEOGRAPH-2021F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20220,
        name: "CJK UNIFIED IDEOGRAPH-20220",
    },
    Character {
        age: "3.1",
        codepoint: 0x20221,
        name: "CJK UNIFIED IDEOGRAPH-20221",
    },
    Character {
        age: "3.1",
        codepoint: 0x20222,
        name: "CJK UNIFIED IDEOGRAPH-20222",
    },
    Character {
        age: "3.1",
        codepoint: 0x20223,
        name: "CJK UNIFIED IDEOGRAPH-20223",
    },
    Character {
        age: "3.1",
        codepoint: 0x20224,
        name: "CJK UNIFIED IDEOGRAPH-20224",
    },
    Character {
        age: "3.1",
        codepoint: 0x20225,
        name: "CJK UNIFIED IDEOGRAPH-20225",
    },
    Character {
        age: "3.1",
        codepoint: 0x20226,
        name: "CJK UNIFIED IDEOGRAPH-20226",
    },
    Character {
        age: "3.1",
        codepoint: 0x20227,
        name: "CJK UNIFIED IDEOGRAPH-20227",
    },
    Character {
        age: "3.1",
        codepoint: 0x20228,
        name: "CJK UNIFIED IDEOGRAPH-20228",
    },
    Character {
        age: "3.1",
        codepoint: 0x20229,
        name: "CJK UNIFIED IDEOGRAPH-20229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2022A,
        name: "CJK UNIFIED IDEOGRAPH-2022A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2022B,
        name: "CJK UNIFIED IDEOGRAPH-2022B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2022C,
        name: "CJK UNIFIED IDEOGRAPH-2022C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2022D,
        name: "CJK UNIFIED IDEOGRAPH-2022D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2022E,
        name: "CJK UNIFIED IDEOGRAPH-2022E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2022F,
        name: "CJK UNIFIED IDEOGRAPH-2022F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20230,
        name: "CJK UNIFIED IDEOGRAPH-20230",
    },
    Character {
        age: "3.1",
        codepoint: 0x20231,
        name: "CJK UNIFIED IDEOGRAPH-20231",
    },
    Character {
        age: "3.1",
        codepoint: 0x20232,
        name: "CJK UNIFIED IDEOGRAPH-20232",
    },
    Character {
        age: "3.1",
        codepoint: 0x20233,
        name: "CJK UNIFIED IDEOGRAPH-20233",
    },
    Character {
        age: "3.1",
        codepoint: 0x20234,
        name: "CJK UNIFIED IDEOGRAPH-20234",
    },
    Character {
        age: "3.1",
        codepoint: 0x20235,
        name: "CJK UNIFIED IDEOGRAPH-20235",
    },
    Character {
        age: "3.1",
        codepoint: 0x20236,
        name: "CJK UNIFIED IDEOGRAPH-20236",
    },
    Character {
        age: "3.1",
        codepoint: 0x20237,
        name: "CJK UNIFIED IDEOGRAPH-20237",
    },
    Character {
        age: "3.1",
        codepoint: 0x20238,
        name: "CJK UNIFIED IDEOGRAPH-20238",
    },
    Character {
        age: "3.1",
        codepoint: 0x20239,
        name: "CJK UNIFIED IDEOGRAPH-20239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2023A,
        name: "CJK UNIFIED IDEOGRAPH-2023A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2023B,
        name: "CJK UNIFIED IDEOGRAPH-2023B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2023C,
        name: "CJK UNIFIED IDEOGRAPH-2023C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2023D,
        name: "CJK UNIFIED IDEOGRAPH-2023D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2023E,
        name: "CJK UNIFIED IDEOGRAPH-2023E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2023F,
        name: "CJK UNIFIED IDEOGRAPH-2023F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20240,
        name: "CJK UNIFIED IDEOGRAPH-20240",
    },
    Character {
        age: "3.1",
        codepoint: 0x20241,
        name: "CJK UNIFIED IDEOGRAPH-20241",
    },
    Character {
        age: "3.1",
        codepoint: 0x20242,
        name: "CJK UNIFIED IDEOGRAPH-20242",
    },
    Character {
        age: "3.1",
        codepoint: 0x20243,
        name: "CJK UNIFIED IDEOGRAPH-20243",
    },
    Character {
        age: "3.1",
        codepoint: 0x20244,
        name: "CJK UNIFIED IDEOGRAPH-20244",
    },
    Character {
        age: "3.1",
        codepoint: 0x20245,
        name: "CJK UNIFIED IDEOGRAPH-20245",
    },
    Character {
        age: "3.1",
        codepoint: 0x20246,
        name: "CJK UNIFIED IDEOGRAPH-20246",
    },
    Character {
        age: "3.1",
        codepoint: 0x20247,
        name: "CJK UNIFIED IDEOGRAPH-20247",
    },
    Character {
        age: "3.1",
        codepoint: 0x20248,
        name: "CJK UNIFIED IDEOGRAPH-20248",
    },
    Character {
        age: "3.1",
        codepoint: 0x20249,
        name: "CJK UNIFIED IDEOGRAPH-20249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2024A,
        name: "CJK UNIFIED IDEOGRAPH-2024A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2024B,
        name: "CJK UNIFIED IDEOGRAPH-2024B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2024C,
        name: "CJK UNIFIED IDEOGRAPH-2024C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2024D,
        name: "CJK UNIFIED IDEOGRAPH-2024D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2024E,
        name: "CJK UNIFIED IDEOGRAPH-2024E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2024F,
        name: "CJK UNIFIED IDEOGRAPH-2024F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20250,
        name: "CJK UNIFIED IDEOGRAPH-20250",
    },
    Character {
        age: "3.1",
        codepoint: 0x20251,
        name: "CJK UNIFIED IDEOGRAPH-20251",
    },
    Character {
        age: "3.1",
        codepoint: 0x20252,
        name: "CJK UNIFIED IDEOGRAPH-20252",
    },
    Character {
        age: "3.1",
        codepoint: 0x20253,
        name: "CJK UNIFIED IDEOGRAPH-20253",
    },
    Character {
        age: "3.1",
        codepoint: 0x20254,
        name: "CJK UNIFIED IDEOGRAPH-20254",
    },
    Character {
        age: "3.1",
        codepoint: 0x20255,
        name: "CJK UNIFIED IDEOGRAPH-20255",
    },
    Character {
        age: "3.1",
        codepoint: 0x20256,
        name: "CJK UNIFIED IDEOGRAPH-20256",
    },
    Character {
        age: "3.1",
        codepoint: 0x20257,
        name: "CJK UNIFIED IDEOGRAPH-20257",
    },
    Character {
        age: "3.1",
        codepoint: 0x20258,
        name: "CJK UNIFIED IDEOGRAPH-20258",
    },
    Character {
        age: "3.1",
        codepoint: 0x20259,
        name: "CJK UNIFIED IDEOGRAPH-20259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2025A,
        name: "CJK UNIFIED IDEOGRAPH-2025A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2025B,
        name: "CJK UNIFIED IDEOGRAPH-2025B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2025C,
        name: "CJK UNIFIED IDEOGRAPH-2025C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2025D,
        name: "CJK UNIFIED IDEOGRAPH-2025D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2025E,
        name: "CJK UNIFIED IDEOGRAPH-2025E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2025F,
        name: "CJK UNIFIED IDEOGRAPH-2025F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20260,
        name: "CJK UNIFIED IDEOGRAPH-20260",
    },
    Character {
        age: "3.1",
        codepoint: 0x20261,
        name: "CJK UNIFIED IDEOGRAPH-20261",
    },
    Character {
        age: "3.1",
        codepoint: 0x20262,
        name: "CJK UNIFIED IDEOGRAPH-20262",
    },
    Character {
        age: "3.1",
        codepoint: 0x20263,
        name: "CJK UNIFIED IDEOGRAPH-20263",
    },
    Character {
        age: "3.1",
        codepoint: 0x20264,
        name: "CJK UNIFIED IDEOGRAPH-20264",
    },
    Character {
        age: "3.1",
        codepoint: 0x20265,
        name: "CJK UNIFIED IDEOGRAPH-20265",
    },
    Character {
        age: "3.1",
        codepoint: 0x20266,
        name: "CJK UNIFIED IDEOGRAPH-20266",
    },
    Character {
        age: "3.1",
        codepoint: 0x20267,
        name: "CJK UNIFIED IDEOGRAPH-20267",
    },
    Character {
        age: "3.1",
        codepoint: 0x20268,
        name: "CJK UNIFIED IDEOGRAPH-20268",
    },
    Character {
        age: "3.1",
        codepoint: 0x20269,
        name: "CJK UNIFIED IDEOGRAPH-20269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2026A,
        name: "CJK UNIFIED IDEOGRAPH-2026A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2026B,
        name: "CJK UNIFIED IDEOGRAPH-2026B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2026C,
        name: "CJK UNIFIED IDEOGRAPH-2026C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2026D,
        name: "CJK UNIFIED IDEOGRAPH-2026D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2026E,
        name: "CJK UNIFIED IDEOGRAPH-2026E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2026F,
        name: "CJK UNIFIED IDEOGRAPH-2026F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20270,
        name: "CJK UNIFIED IDEOGRAPH-20270",
    },
    Character {
        age: "3.1",
        codepoint: 0x20271,
        name: "CJK UNIFIED IDEOGRAPH-20271",
    },
    Character {
        age: "3.1",
        codepoint: 0x20272,
        name: "CJK UNIFIED IDEOGRAPH-20272",
    },
    Character {
        age: "3.1",
        codepoint: 0x20273,
        name: "CJK UNIFIED IDEOGRAPH-20273",
    },
    Character {
        age: "3.1",
        codepoint: 0x20274,
        name: "CJK UNIFIED IDEOGRAPH-20274",
    },
    Character {
        age: "3.1",
        codepoint: 0x20275,
        name: "CJK UNIFIED IDEOGRAPH-20275",
    },
    Character {
        age: "3.1",
        codepoint: 0x20276,
        name: "CJK UNIFIED IDEOGRAPH-20276",
    },
    Character {
        age: "3.1",
        codepoint: 0x20277,
        name: "CJK UNIFIED IDEOGRAPH-20277",
    },
    Character {
        age: "3.1",
        codepoint: 0x20278,
        name: "CJK UNIFIED IDEOGRAPH-20278",
    },
    Character {
        age: "3.1",
        codepoint: 0x20279,
        name: "CJK UNIFIED IDEOGRAPH-20279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2027A,
        name: "CJK UNIFIED IDEOGRAPH-2027A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2027B,
        name: "CJK UNIFIED IDEOGRAPH-2027B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2027C,
        name: "CJK UNIFIED IDEOGRAPH-2027C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2027D,
        name: "CJK UNIFIED IDEOGRAPH-2027D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2027E,
        name: "CJK UNIFIED IDEOGRAPH-2027E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2027F,
        name: "CJK UNIFIED IDEOGRAPH-2027F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20280,
        name: "CJK UNIFIED IDEOGRAPH-20280",
    },
    Character {
        age: "3.1",
        codepoint: 0x20281,
        name: "CJK UNIFIED IDEOGRAPH-20281",
    },
    Character {
        age: "3.1",
        codepoint: 0x20282,
        name: "CJK UNIFIED IDEOGRAPH-20282",
    },
    Character {
        age: "3.1",
        codepoint: 0x20283,
        name: "CJK UNIFIED IDEOGRAPH-20283",
    },
    Character {
        age: "3.1",
        codepoint: 0x20284,
        name: "CJK UNIFIED IDEOGRAPH-20284",
    },
    Character {
        age: "3.1",
        codepoint: 0x20285,
        name: "CJK UNIFIED IDEOGRAPH-20285",
    },
    Character {
        age: "3.1",
        codepoint: 0x20286,
        name: "CJK UNIFIED IDEOGRAPH-20286",
    },
    Character {
        age: "3.1",
        codepoint: 0x20287,
        name: "CJK UNIFIED IDEOGRAPH-20287",
    },
    Character {
        age: "3.1",
        codepoint: 0x20288,
        name: "CJK UNIFIED IDEOGRAPH-20288",
    },
    Character {
        age: "3.1",
        codepoint: 0x20289,
        name: "CJK UNIFIED IDEOGRAPH-20289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2028A,
        name: "CJK UNIFIED IDEOGRAPH-2028A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2028B,
        name: "CJK UNIFIED IDEOGRAPH-2028B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2028C,
        name: "CJK UNIFIED IDEOGRAPH-2028C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2028D,
        name: "CJK UNIFIED IDEOGRAPH-2028D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2028E,
        name: "CJK UNIFIED IDEOGRAPH-2028E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2028F,
        name: "CJK UNIFIED IDEOGRAPH-2028F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20290,
        name: "CJK UNIFIED IDEOGRAPH-20290",
    },
    Character {
        age: "3.1",
        codepoint: 0x20291,
        name: "CJK UNIFIED IDEOGRAPH-20291",
    },
    Character {
        age: "3.1",
        codepoint: 0x20292,
        name: "CJK UNIFIED IDEOGRAPH-20292",
    },
    Character {
        age: "3.1",
        codepoint: 0x20293,
        name: "CJK UNIFIED IDEOGRAPH-20293",
    },
    Character {
        age: "3.1",
        codepoint: 0x20294,
        name: "CJK UNIFIED IDEOGRAPH-20294",
    },
    Character {
        age: "3.1",
        codepoint: 0x20295,
        name: "CJK UNIFIED IDEOGRAPH-20295",
    },
    Character {
        age: "3.1",
        codepoint: 0x20296,
        name: "CJK UNIFIED IDEOGRAPH-20296",
    },
    Character {
        age: "3.1",
        codepoint: 0x20297,
        name: "CJK UNIFIED IDEOGRAPH-20297",
    },
    Character {
        age: "3.1",
        codepoint: 0x20298,
        name: "CJK UNIFIED IDEOGRAPH-20298",
    },
    Character {
        age: "3.1",
        codepoint: 0x20299,
        name: "CJK UNIFIED IDEOGRAPH-20299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2029A,
        name: "CJK UNIFIED IDEOGRAPH-2029A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2029B,
        name: "CJK UNIFIED IDEOGRAPH-2029B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2029C,
        name: "CJK UNIFIED IDEOGRAPH-2029C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2029D,
        name: "CJK UNIFIED IDEOGRAPH-2029D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2029E,
        name: "CJK UNIFIED IDEOGRAPH-2029E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2029F,
        name: "CJK UNIFIED IDEOGRAPH-2029F",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A0,
        name: "CJK UNIFIED IDEOGRAPH-202A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A1,
        name: "CJK UNIFIED IDEOGRAPH-202A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A2,
        name: "CJK UNIFIED IDEOGRAPH-202A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A3,
        name: "CJK UNIFIED IDEOGRAPH-202A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A4,
        name: "CJK UNIFIED IDEOGRAPH-202A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A5,
        name: "CJK UNIFIED IDEOGRAPH-202A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A6,
        name: "CJK UNIFIED IDEOGRAPH-202A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A7,
        name: "CJK UNIFIED IDEOGRAPH-202A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A8,
        name: "CJK UNIFIED IDEOGRAPH-202A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x202A9,
        name: "CJK UNIFIED IDEOGRAPH-202A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x202AA,
        name: "CJK UNIFIED IDEOGRAPH-202AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x202AB,
        name: "CJK UNIFIED IDEOGRAPH-202AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x202AC,
        name: "CJK UNIFIED IDEOGRAPH-202AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x202AD,
        name: "CJK UNIFIED IDEOGRAPH-202AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x202AE,
        name: "CJK UNIFIED IDEOGRAPH-202AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x202AF,
        name: "CJK UNIFIED IDEOGRAPH-202AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B0,
        name: "CJK UNIFIED IDEOGRAPH-202B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B1,
        name: "CJK UNIFIED IDEOGRAPH-202B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B2,
        name: "CJK UNIFIED IDEOGRAPH-202B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B3,
        name: "CJK UNIFIED IDEOGRAPH-202B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B4,
        name: "CJK UNIFIED IDEOGRAPH-202B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B5,
        name: "CJK UNIFIED IDEOGRAPH-202B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B6,
        name: "CJK UNIFIED IDEOGRAPH-202B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B7,
        name: "CJK UNIFIED IDEOGRAPH-202B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B8,
        name: "CJK UNIFIED IDEOGRAPH-202B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x202B9,
        name: "CJK UNIFIED IDEOGRAPH-202B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x202BA,
        name: "CJK UNIFIED IDEOGRAPH-202BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x202BB,
        name: "CJK UNIFIED IDEOGRAPH-202BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x202BC,
        name: "CJK UNIFIED IDEOGRAPH-202BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x202BD,
        name: "CJK UNIFIED IDEOGRAPH-202BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x202BE,
        name: "CJK UNIFIED IDEOGRAPH-202BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x202BF,
        name: "CJK UNIFIED IDEOGRAPH-202BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C0,
        name: "CJK UNIFIED IDEOGRAPH-202C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C1,
        name: "CJK UNIFIED IDEOGRAPH-202C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C2,
        name: "CJK UNIFIED IDEOGRAPH-202C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C3,
        name: "CJK UNIFIED IDEOGRAPH-202C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C4,
        name: "CJK UNIFIED IDEOGRAPH-202C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C5,
        name: "CJK UNIFIED IDEOGRAPH-202C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C6,
        name: "CJK UNIFIED IDEOGRAPH-202C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C7,
        name: "CJK UNIFIED IDEOGRAPH-202C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C8,
        name: "CJK UNIFIED IDEOGRAPH-202C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x202C9,
        name: "CJK UNIFIED IDEOGRAPH-202C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x202CA,
        name: "CJK UNIFIED IDEOGRAPH-202CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x202CB,
        name: "CJK UNIFIED IDEOGRAPH-202CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x202CC,
        name: "CJK UNIFIED IDEOGRAPH-202CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x202CD,
        name: "CJK UNIFIED IDEOGRAPH-202CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x202CE,
        name: "CJK UNIFIED IDEOGRAPH-202CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x202CF,
        name: "CJK UNIFIED IDEOGRAPH-202CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D0,
        name: "CJK UNIFIED IDEOGRAPH-202D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D1,
        name: "CJK UNIFIED IDEOGRAPH-202D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D2,
        name: "CJK UNIFIED IDEOGRAPH-202D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D3,
        name: "CJK UNIFIED IDEOGRAPH-202D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D4,
        name: "CJK UNIFIED IDEOGRAPH-202D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D5,
        name: "CJK UNIFIED IDEOGRAPH-202D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D6,
        name: "CJK UNIFIED IDEOGRAPH-202D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D7,
        name: "CJK UNIFIED IDEOGRAPH-202D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D8,
        name: "CJK UNIFIED IDEOGRAPH-202D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x202D9,
        name: "CJK UNIFIED IDEOGRAPH-202D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x202DA,
        name: "CJK UNIFIED IDEOGRAPH-202DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x202DB,
        name: "CJK UNIFIED IDEOGRAPH-202DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x202DC,
        name: "CJK UNIFIED IDEOGRAPH-202DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x202DD,
        name: "CJK UNIFIED IDEOGRAPH-202DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x202DE,
        name: "CJK UNIFIED IDEOGRAPH-202DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x202DF,
        name: "CJK UNIFIED IDEOGRAPH-202DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E0,
        name: "CJK UNIFIED IDEOGRAPH-202E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E1,
        name: "CJK UNIFIED IDEOGRAPH-202E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E2,
        name: "CJK UNIFIED IDEOGRAPH-202E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E3,
        name: "CJK UNIFIED IDEOGRAPH-202E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E4,
        name: "CJK UNIFIED IDEOGRAPH-202E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E5,
        name: "CJK UNIFIED IDEOGRAPH-202E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E6,
        name: "CJK UNIFIED IDEOGRAPH-202E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E7,
        name: "CJK UNIFIED IDEOGRAPH-202E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E8,
        name: "CJK UNIFIED IDEOGRAPH-202E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x202E9,
        name: "CJK UNIFIED IDEOGRAPH-202E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x202EA,
        name: "CJK UNIFIED IDEOGRAPH-202EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x202EB,
        name: "CJK UNIFIED IDEOGRAPH-202EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x202EC,
        name: "CJK UNIFIED IDEOGRAPH-202EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x202ED,
        name: "CJK UNIFIED IDEOGRAPH-202ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x202EE,
        name: "CJK UNIFIED IDEOGRAPH-202EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x202EF,
        name: "CJK UNIFIED IDEOGRAPH-202EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F0,
        name: "CJK UNIFIED IDEOGRAPH-202F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F1,
        name: "CJK UNIFIED IDEOGRAPH-202F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F2,
        name: "CJK UNIFIED IDEOGRAPH-202F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F3,
        name: "CJK UNIFIED IDEOGRAPH-202F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F4,
        name: "CJK UNIFIED IDEOGRAPH-202F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F5,
        name: "CJK UNIFIED IDEOGRAPH-202F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F6,
        name: "CJK UNIFIED IDEOGRAPH-202F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F7,
        name: "CJK UNIFIED IDEOGRAPH-202F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F8,
        name: "CJK UNIFIED IDEOGRAPH-202F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x202F9,
        name: "CJK UNIFIED IDEOGRAPH-202F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x202FA,
        name: "CJK UNIFIED IDEOGRAPH-202FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x202FB,
        name: "CJK UNIFIED IDEOGRAPH-202FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x202FC,
        name: "CJK UNIFIED IDEOGRAPH-202FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x202FD,
        name: "CJK UNIFIED IDEOGRAPH-202FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x202FE,
        name: "CJK UNIFIED IDEOGRAPH-202FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x202FF,
        name: "CJK UNIFIED IDEOGRAPH-202FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20300,
        name: "CJK UNIFIED IDEOGRAPH-20300",
    },
    Character {
        age: "3.1",
        codepoint: 0x20301,
        name: "CJK UNIFIED IDEOGRAPH-20301",
    },
    Character {
        age: "3.1",
        codepoint: 0x20302,
        name: "CJK UNIFIED IDEOGRAPH-20302",
    },
    Character {
        age: "3.1",
        codepoint: 0x20303,
        name: "CJK UNIFIED IDEOGRAPH-20303",
    },
    Character {
        age: "3.1",
        codepoint: 0x20304,
        name: "CJK UNIFIED IDEOGRAPH-20304",
    },
    Character {
        age: "3.1",
        codepoint: 0x20305,
        name: "CJK UNIFIED IDEOGRAPH-20305",
    },
    Character {
        age: "3.1",
        codepoint: 0x20306,
        name: "CJK UNIFIED IDEOGRAPH-20306",
    },
    Character {
        age: "3.1",
        codepoint: 0x20307,
        name: "CJK UNIFIED IDEOGRAPH-20307",
    },
    Character {
        age: "3.1",
        codepoint: 0x20308,
        name: "CJK UNIFIED IDEOGRAPH-20308",
    },
    Character {
        age: "3.1",
        codepoint: 0x20309,
        name: "CJK UNIFIED IDEOGRAPH-20309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2030A,
        name: "CJK UNIFIED IDEOGRAPH-2030A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2030B,
        name: "CJK UNIFIED IDEOGRAPH-2030B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2030C,
        name: "CJK UNIFIED IDEOGRAPH-2030C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2030D,
        name: "CJK UNIFIED IDEOGRAPH-2030D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2030E,
        name: "CJK UNIFIED IDEOGRAPH-2030E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2030F,
        name: "CJK UNIFIED IDEOGRAPH-2030F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20310,
        name: "CJK UNIFIED IDEOGRAPH-20310",
    },
    Character {
        age: "3.1",
        codepoint: 0x20311,
        name: "CJK UNIFIED IDEOGRAPH-20311",
    },
    Character {
        age: "3.1",
        codepoint: 0x20312,
        name: "CJK UNIFIED IDEOGRAPH-20312",
    },
    Character {
        age: "3.1",
        codepoint: 0x20313,
        name: "CJK UNIFIED IDEOGRAPH-20313",
    },
    Character {
        age: "3.1",
        codepoint: 0x20314,
        name: "CJK UNIFIED IDEOGRAPH-20314",
    },
    Character {
        age: "3.1",
        codepoint: 0x20315,
        name: "CJK UNIFIED IDEOGRAPH-20315",
    },
    Character {
        age: "3.1",
        codepoint: 0x20316,
        name: "CJK UNIFIED IDEOGRAPH-20316",
    },
    Character {
        age: "3.1",
        codepoint: 0x20317,
        name: "CJK UNIFIED IDEOGRAPH-20317",
    },
    Character {
        age: "3.1",
        codepoint: 0x20318,
        name: "CJK UNIFIED IDEOGRAPH-20318",
    },
    Character {
        age: "3.1",
        codepoint: 0x20319,
        name: "CJK UNIFIED IDEOGRAPH-20319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2031A,
        name: "CJK UNIFIED IDEOGRAPH-2031A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2031B,
        name: "CJK UNIFIED IDEOGRAPH-2031B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2031C,
        name: "CJK UNIFIED IDEOGRAPH-2031C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2031D,
        name: "CJK UNIFIED IDEOGRAPH-2031D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2031E,
        name: "CJK UNIFIED IDEOGRAPH-2031E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2031F,
        name: "CJK UNIFIED IDEOGRAPH-2031F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20320,
        name: "CJK UNIFIED IDEOGRAPH-20320",
    },
    Character {
        age: "3.1",
        codepoint: 0x20321,
        name: "CJK UNIFIED IDEOGRAPH-20321",
    },
    Character {
        age: "3.1",
        codepoint: 0x20322,
        name: "CJK UNIFIED IDEOGRAPH-20322",
    },
    Character {
        age: "3.1",
        codepoint: 0x20323,
        name: "CJK UNIFIED IDEOGRAPH-20323",
    },
    Character {
        age: "3.1",
        codepoint: 0x20324,
        name: "CJK UNIFIED IDEOGRAPH-20324",
    },
    Character {
        age: "3.1",
        codepoint: 0x20325,
        name: "CJK UNIFIED IDEOGRAPH-20325",
    },
    Character {
        age: "3.1",
        codepoint: 0x20326,
        name: "CJK UNIFIED IDEOGRAPH-20326",
    },
    Character {
        age: "3.1",
        codepoint: 0x20327,
        name: "CJK UNIFIED IDEOGRAPH-20327",
    },
    Character {
        age: "3.1",
        codepoint: 0x20328,
        name: "CJK UNIFIED IDEOGRAPH-20328",
    },
    Character {
        age: "3.1",
        codepoint: 0x20329,
        name: "CJK UNIFIED IDEOGRAPH-20329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2032A,
        name: "CJK UNIFIED IDEOGRAPH-2032A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2032B,
        name: "CJK UNIFIED IDEOGRAPH-2032B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2032C,
        name: "CJK UNIFIED IDEOGRAPH-2032C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2032D,
        name: "CJK UNIFIED IDEOGRAPH-2032D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2032E,
        name: "CJK UNIFIED IDEOGRAPH-2032E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2032F,
        name: "CJK UNIFIED IDEOGRAPH-2032F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20330,
        name: "CJK UNIFIED IDEOGRAPH-20330",
    },
    Character {
        age: "3.1",
        codepoint: 0x20331,
        name: "CJK UNIFIED IDEOGRAPH-20331",
    },
    Character {
        age: "3.1",
        codepoint: 0x20332,
        name: "CJK UNIFIED IDEOGRAPH-20332",
    },
    Character {
        age: "3.1",
        codepoint: 0x20333,
        name: "CJK UNIFIED IDEOGRAPH-20333",
    },
    Character {
        age: "3.1",
        codepoint: 0x20334,
        name: "CJK UNIFIED IDEOGRAPH-20334",
    },
    Character {
        age: "3.1",
        codepoint: 0x20335,
        name: "CJK UNIFIED IDEOGRAPH-20335",
    },
    Character {
        age: "3.1",
        codepoint: 0x20336,
        name: "CJK UNIFIED IDEOGRAPH-20336",
    },
    Character {
        age: "3.1",
        codepoint: 0x20337,
        name: "CJK UNIFIED IDEOGRAPH-20337",
    },
    Character {
        age: "3.1",
        codepoint: 0x20338,
        name: "CJK UNIFIED IDEOGRAPH-20338",
    },
    Character {
        age: "3.1",
        codepoint: 0x20339,
        name: "CJK UNIFIED IDEOGRAPH-20339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2033A,
        name: "CJK UNIFIED IDEOGRAPH-2033A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2033B,
        name: "CJK UNIFIED IDEOGRAPH-2033B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2033C,
        name: "CJK UNIFIED IDEOGRAPH-2033C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2033D,
        name: "CJK UNIFIED IDEOGRAPH-2033D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2033E,
        name: "CJK UNIFIED IDEOGRAPH-2033E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2033F,
        name: "CJK UNIFIED IDEOGRAPH-2033F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20340,
        name: "CJK UNIFIED IDEOGRAPH-20340",
    },
    Character {
        age: "3.1",
        codepoint: 0x20341,
        name: "CJK UNIFIED IDEOGRAPH-20341",
    },
    Character {
        age: "3.1",
        codepoint: 0x20342,
        name: "CJK UNIFIED IDEOGRAPH-20342",
    },
    Character {
        age: "3.1",
        codepoint: 0x20343,
        name: "CJK UNIFIED IDEOGRAPH-20343",
    },
    Character {
        age: "3.1",
        codepoint: 0x20344,
        name: "CJK UNIFIED IDEOGRAPH-20344",
    },
    Character {
        age: "3.1",
        codepoint: 0x20345,
        name: "CJK UNIFIED IDEOGRAPH-20345",
    },
    Character {
        age: "3.1",
        codepoint: 0x20346,
        name: "CJK UNIFIED IDEOGRAPH-20346",
    },
    Character {
        age: "3.1",
        codepoint: 0x20347,
        name: "CJK UNIFIED IDEOGRAPH-20347",
    },
    Character {
        age: "3.1",
        codepoint: 0x20348,
        name: "CJK UNIFIED IDEOGRAPH-20348",
    },
    Character {
        age: "3.1",
        codepoint: 0x20349,
        name: "CJK UNIFIED IDEOGRAPH-20349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2034A,
        name: "CJK UNIFIED IDEOGRAPH-2034A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2034B,
        name: "CJK UNIFIED IDEOGRAPH-2034B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2034C,
        name: "CJK UNIFIED IDEOGRAPH-2034C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2034D,
        name: "CJK UNIFIED IDEOGRAPH-2034D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2034E,
        name: "CJK UNIFIED IDEOGRAPH-2034E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2034F,
        name: "CJK UNIFIED IDEOGRAPH-2034F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20350,
        name: "CJK UNIFIED IDEOGRAPH-20350",
    },
    Character {
        age: "3.1",
        codepoint: 0x20351,
        name: "CJK UNIFIED IDEOGRAPH-20351",
    },
    Character {
        age: "3.1",
        codepoint: 0x20352,
        name: "CJK UNIFIED IDEOGRAPH-20352",
    },
    Character {
        age: "3.1",
        codepoint: 0x20353,
        name: "CJK UNIFIED IDEOGRAPH-20353",
    },
    Character {
        age: "3.1",
        codepoint: 0x20354,
        name: "CJK UNIFIED IDEOGRAPH-20354",
    },
    Character {
        age: "3.1",
        codepoint: 0x20355,
        name: "CJK UNIFIED IDEOGRAPH-20355",
    },
    Character {
        age: "3.1",
        codepoint: 0x20356,
        name: "CJK UNIFIED IDEOGRAPH-20356",
    },
    Character {
        age: "3.1",
        codepoint: 0x20357,
        name: "CJK UNIFIED IDEOGRAPH-20357",
    },
    Character {
        age: "3.1",
        codepoint: 0x20358,
        name: "CJK UNIFIED IDEOGRAPH-20358",
    },
    Character {
        age: "3.1",
        codepoint: 0x20359,
        name: "CJK UNIFIED IDEOGRAPH-20359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2035A,
        name: "CJK UNIFIED IDEOGRAPH-2035A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2035B,
        name: "CJK UNIFIED IDEOGRAPH-2035B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2035C,
        name: "CJK UNIFIED IDEOGRAPH-2035C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2035D,
        name: "CJK UNIFIED IDEOGRAPH-2035D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2035E,
        name: "CJK UNIFIED IDEOGRAPH-2035E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2035F,
        name: "CJK UNIFIED IDEOGRAPH-2035F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20360,
        name: "CJK UNIFIED IDEOGRAPH-20360",
    },
    Character {
        age: "3.1",
        codepoint: 0x20361,
        name: "CJK UNIFIED IDEOGRAPH-20361",
    },
    Character {
        age: "3.1",
        codepoint: 0x20362,
        name: "CJK UNIFIED IDEOGRAPH-20362",
    },
    Character {
        age: "3.1",
        codepoint: 0x20363,
        name: "CJK UNIFIED IDEOGRAPH-20363",
    },
    Character {
        age: "3.1",
        codepoint: 0x20364,
        name: "CJK UNIFIED IDEOGRAPH-20364",
    },
    Character {
        age: "3.1",
        codepoint: 0x20365,
        name: "CJK UNIFIED IDEOGRAPH-20365",
    },
    Character {
        age: "3.1",
        codepoint: 0x20366,
        name: "CJK UNIFIED IDEOGRAPH-20366",
    },
    Character {
        age: "3.1",
        codepoint: 0x20367,
        name: "CJK UNIFIED IDEOGRAPH-20367",
    },
    Character {
        age: "3.1",
        codepoint: 0x20368,
        name: "CJK UNIFIED IDEOGRAPH-20368",
    },
    Character {
        age: "3.1",
        codepoint: 0x20369,
        name: "CJK UNIFIED IDEOGRAPH-20369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2036A,
        name: "CJK UNIFIED IDEOGRAPH-2036A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2036B,
        name: "CJK UNIFIED IDEOGRAPH-2036B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2036C,
        name: "CJK UNIFIED IDEOGRAPH-2036C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2036D,
        name: "CJK UNIFIED IDEOGRAPH-2036D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2036E,
        name: "CJK UNIFIED IDEOGRAPH-2036E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2036F,
        name: "CJK UNIFIED IDEOGRAPH-2036F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20370,
        name: "CJK UNIFIED IDEOGRAPH-20370",
    },
    Character {
        age: "3.1",
        codepoint: 0x20371,
        name: "CJK UNIFIED IDEOGRAPH-20371",
    },
    Character {
        age: "3.1",
        codepoint: 0x20372,
        name: "CJK UNIFIED IDEOGRAPH-20372",
    },
    Character {
        age: "3.1",
        codepoint: 0x20373,
        name: "CJK UNIFIED IDEOGRAPH-20373",
    },
    Character {
        age: "3.1",
        codepoint: 0x20374,
        name: "CJK UNIFIED IDEOGRAPH-20374",
    },
    Character {
        age: "3.1",
        codepoint: 0x20375,
        name: "CJK UNIFIED IDEOGRAPH-20375",
    },
    Character {
        age: "3.1",
        codepoint: 0x20376,
        name: "CJK UNIFIED IDEOGRAPH-20376",
    },
    Character {
        age: "3.1",
        codepoint: 0x20377,
        name: "CJK UNIFIED IDEOGRAPH-20377",
    },
    Character {
        age: "3.1",
        codepoint: 0x20378,
        name: "CJK UNIFIED IDEOGRAPH-20378",
    },
    Character {
        age: "3.1",
        codepoint: 0x20379,
        name: "CJK UNIFIED IDEOGRAPH-20379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2037A,
        name: "CJK UNIFIED IDEOGRAPH-2037A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2037B,
        name: "CJK UNIFIED IDEOGRAPH-2037B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2037C,
        name: "CJK UNIFIED IDEOGRAPH-2037C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2037D,
        name: "CJK UNIFIED IDEOGRAPH-2037D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2037E,
        name: "CJK UNIFIED IDEOGRAPH-2037E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2037F,
        name: "CJK UNIFIED IDEOGRAPH-2037F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20380,
        name: "CJK UNIFIED IDEOGRAPH-20380",
    },
    Character {
        age: "3.1",
        codepoint: 0x20381,
        name: "CJK UNIFIED IDEOGRAPH-20381",
    },
    Character {
        age: "3.1",
        codepoint: 0x20382,
        name: "CJK UNIFIED IDEOGRAPH-20382",
    },
    Character {
        age: "3.1",
        codepoint: 0x20383,
        name: "CJK UNIFIED IDEOGRAPH-20383",
    },
    Character {
        age: "3.1",
        codepoint: 0x20384,
        name: "CJK UNIFIED IDEOGRAPH-20384",
    },
    Character {
        age: "3.1",
        codepoint: 0x20385,
        name: "CJK UNIFIED IDEOGRAPH-20385",
    },
    Character {
        age: "3.1",
        codepoint: 0x20386,
        name: "CJK UNIFIED IDEOGRAPH-20386",
    },
    Character {
        age: "3.1",
        codepoint: 0x20387,
        name: "CJK UNIFIED IDEOGRAPH-20387",
    },
    Character {
        age: "3.1",
        codepoint: 0x20388,
        name: "CJK UNIFIED IDEOGRAPH-20388",
    },
    Character {
        age: "3.1",
        codepoint: 0x20389,
        name: "CJK UNIFIED IDEOGRAPH-20389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2038A,
        name: "CJK UNIFIED IDEOGRAPH-2038A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2038B,
        name: "CJK UNIFIED IDEOGRAPH-2038B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2038C,
        name: "CJK UNIFIED IDEOGRAPH-2038C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2038D,
        name: "CJK UNIFIED IDEOGRAPH-2038D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2038E,
        name: "CJK UNIFIED IDEOGRAPH-2038E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2038F,
        name: "CJK UNIFIED IDEOGRAPH-2038F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20390,
        name: "CJK UNIFIED IDEOGRAPH-20390",
    },
    Character {
        age: "3.1",
        codepoint: 0x20391,
        name: "CJK UNIFIED IDEOGRAPH-20391",
    },
    Character {
        age: "3.1",
        codepoint: 0x20392,
        name: "CJK UNIFIED IDEOGRAPH-20392",
    },
    Character {
        age: "3.1",
        codepoint: 0x20393,
        name: "CJK UNIFIED IDEOGRAPH-20393",
    },
    Character {
        age: "3.1",
        codepoint: 0x20394,
        name: "CJK UNIFIED IDEOGRAPH-20394",
    },
    Character {
        age: "3.1",
        codepoint: 0x20395,
        name: "CJK UNIFIED IDEOGRAPH-20395",
    },
    Character {
        age: "3.1",
        codepoint: 0x20396,
        name: "CJK UNIFIED IDEOGRAPH-20396",
    },
    Character {
        age: "3.1",
        codepoint: 0x20397,
        name: "CJK UNIFIED IDEOGRAPH-20397",
    },
    Character {
        age: "3.1",
        codepoint: 0x20398,
        name: "CJK UNIFIED IDEOGRAPH-20398",
    },
    Character {
        age: "3.1",
        codepoint: 0x20399,
        name: "CJK UNIFIED IDEOGRAPH-20399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2039A,
        name: "CJK UNIFIED IDEOGRAPH-2039A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2039B,
        name: "CJK UNIFIED IDEOGRAPH-2039B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2039C,
        name: "CJK UNIFIED IDEOGRAPH-2039C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2039D,
        name: "CJK UNIFIED IDEOGRAPH-2039D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2039E,
        name: "CJK UNIFIED IDEOGRAPH-2039E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2039F,
        name: "CJK UNIFIED IDEOGRAPH-2039F",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A0,
        name: "CJK UNIFIED IDEOGRAPH-203A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A1,
        name: "CJK UNIFIED IDEOGRAPH-203A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A2,
        name: "CJK UNIFIED IDEOGRAPH-203A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A3,
        name: "CJK UNIFIED IDEOGRAPH-203A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A4,
        name: "CJK UNIFIED IDEOGRAPH-203A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A5,
        name: "CJK UNIFIED IDEOGRAPH-203A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A6,
        name: "CJK UNIFIED IDEOGRAPH-203A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A7,
        name: "CJK UNIFIED IDEOGRAPH-203A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A8,
        name: "CJK UNIFIED IDEOGRAPH-203A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x203A9,
        name: "CJK UNIFIED IDEOGRAPH-203A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x203AA,
        name: "CJK UNIFIED IDEOGRAPH-203AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x203AB,
        name: "CJK UNIFIED IDEOGRAPH-203AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x203AC,
        name: "CJK UNIFIED IDEOGRAPH-203AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x203AD,
        name: "CJK UNIFIED IDEOGRAPH-203AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x203AE,
        name: "CJK UNIFIED IDEOGRAPH-203AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x203AF,
        name: "CJK UNIFIED IDEOGRAPH-203AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B0,
        name: "CJK UNIFIED IDEOGRAPH-203B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B1,
        name: "CJK UNIFIED IDEOGRAPH-203B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B2,
        name: "CJK UNIFIED IDEOGRAPH-203B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B3,
        name: "CJK UNIFIED IDEOGRAPH-203B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B4,
        name: "CJK UNIFIED IDEOGRAPH-203B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B5,
        name: "CJK UNIFIED IDEOGRAPH-203B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B6,
        name: "CJK UNIFIED IDEOGRAPH-203B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B7,
        name: "CJK UNIFIED IDEOGRAPH-203B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B8,
        name: "CJK UNIFIED IDEOGRAPH-203B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x203B9,
        name: "CJK UNIFIED IDEOGRAPH-203B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x203BA,
        name: "CJK UNIFIED IDEOGRAPH-203BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x203BB,
        name: "CJK UNIFIED IDEOGRAPH-203BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x203BC,
        name: "CJK UNIFIED IDEOGRAPH-203BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x203BD,
        name: "CJK UNIFIED IDEOGRAPH-203BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x203BE,
        name: "CJK UNIFIED IDEOGRAPH-203BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x203BF,
        name: "CJK UNIFIED IDEOGRAPH-203BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C0,
        name: "CJK UNIFIED IDEOGRAPH-203C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C1,
        name: "CJK UNIFIED IDEOGRAPH-203C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C2,
        name: "CJK UNIFIED IDEOGRAPH-203C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C3,
        name: "CJK UNIFIED IDEOGRAPH-203C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C4,
        name: "CJK UNIFIED IDEOGRAPH-203C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C5,
        name: "CJK UNIFIED IDEOGRAPH-203C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C6,
        name: "CJK UNIFIED IDEOGRAPH-203C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C7,
        name: "CJK UNIFIED IDEOGRAPH-203C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C8,
        name: "CJK UNIFIED IDEOGRAPH-203C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x203C9,
        name: "CJK UNIFIED IDEOGRAPH-203C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x203CA,
        name: "CJK UNIFIED IDEOGRAPH-203CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x203CB,
        name: "CJK UNIFIED IDEOGRAPH-203CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x203CC,
        name: "CJK UNIFIED IDEOGRAPH-203CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x203CD,
        name: "CJK UNIFIED IDEOGRAPH-203CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x203CE,
        name: "CJK UNIFIED IDEOGRAPH-203CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x203CF,
        name: "CJK UNIFIED IDEOGRAPH-203CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D0,
        name: "CJK UNIFIED IDEOGRAPH-203D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D1,
        name: "CJK UNIFIED IDEOGRAPH-203D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D2,
        name: "CJK UNIFIED IDEOGRAPH-203D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D3,
        name: "CJK UNIFIED IDEOGRAPH-203D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D4,
        name: "CJK UNIFIED IDEOGRAPH-203D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D5,
        name: "CJK UNIFIED IDEOGRAPH-203D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D6,
        name: "CJK UNIFIED IDEOGRAPH-203D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D7,
        name: "CJK UNIFIED IDEOGRAPH-203D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D8,
        name: "CJK UNIFIED IDEOGRAPH-203D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x203D9,
        name: "CJK UNIFIED IDEOGRAPH-203D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x203DA,
        name: "CJK UNIFIED IDEOGRAPH-203DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x203DB,
        name: "CJK UNIFIED IDEOGRAPH-203DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x203DC,
        name: "CJK UNIFIED IDEOGRAPH-203DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x203DD,
        name: "CJK UNIFIED IDEOGRAPH-203DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x203DE,
        name: "CJK UNIFIED IDEOGRAPH-203DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x203DF,
        name: "CJK UNIFIED IDEOGRAPH-203DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E0,
        name: "CJK UNIFIED IDEOGRAPH-203E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E1,
        name: "CJK UNIFIED IDEOGRAPH-203E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E2,
        name: "CJK UNIFIED IDEOGRAPH-203E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E3,
        name: "CJK UNIFIED IDEOGRAPH-203E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E4,
        name: "CJK UNIFIED IDEOGRAPH-203E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E5,
        name: "CJK UNIFIED IDEOGRAPH-203E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E6,
        name: "CJK UNIFIED IDEOGRAPH-203E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E7,
        name: "CJK UNIFIED IDEOGRAPH-203E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E8,
        name: "CJK UNIFIED IDEOGRAPH-203E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x203E9,
        name: "CJK UNIFIED IDEOGRAPH-203E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x203EA,
        name: "CJK UNIFIED IDEOGRAPH-203EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x203EB,
        name: "CJK UNIFIED IDEOGRAPH-203EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x203EC,
        name: "CJK UNIFIED IDEOGRAPH-203EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x203ED,
        name: "CJK UNIFIED IDEOGRAPH-203ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x203EE,
        name: "CJK UNIFIED IDEOGRAPH-203EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x203EF,
        name: "CJK UNIFIED IDEOGRAPH-203EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F0,
        name: "CJK UNIFIED IDEOGRAPH-203F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F1,
        name: "CJK UNIFIED IDEOGRAPH-203F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F2,
        name: "CJK UNIFIED IDEOGRAPH-203F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F3,
        name: "CJK UNIFIED IDEOGRAPH-203F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F4,
        name: "CJK UNIFIED IDEOGRAPH-203F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F5,
        name: "CJK UNIFIED IDEOGRAPH-203F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F6,
        name: "CJK UNIFIED IDEOGRAPH-203F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F7,
        name: "CJK UNIFIED IDEOGRAPH-203F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F8,
        name: "CJK UNIFIED IDEOGRAPH-203F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x203F9,
        name: "CJK UNIFIED IDEOGRAPH-203F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x203FA,
        name: "CJK UNIFIED IDEOGRAPH-203FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x203FB,
        name: "CJK UNIFIED IDEOGRAPH-203FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x203FC,
        name: "CJK UNIFIED IDEOGRAPH-203FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x203FD,
        name: "CJK UNIFIED IDEOGRAPH-203FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x203FE,
        name: "CJK UNIFIED IDEOGRAPH-203FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x203FF,
        name: "CJK UNIFIED IDEOGRAPH-203FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20400,
        name: "CJK UNIFIED IDEOGRAPH-20400",
    },
    Character {
        age: "3.1",
        codepoint: 0x20401,
        name: "CJK UNIFIED IDEOGRAPH-20401",
    },
    Character {
        age: "3.1",
        codepoint: 0x20402,
        name: "CJK UNIFIED IDEOGRAPH-20402",
    },
    Character {
        age: "3.1",
        codepoint: 0x20403,
        name: "CJK UNIFIED IDEOGRAPH-20403",
    },
    Character {
        age: "3.1",
        codepoint: 0x20404,
        name: "CJK UNIFIED IDEOGRAPH-20404",
    },
    Character {
        age: "3.1",
        codepoint: 0x20405,
        name: "CJK UNIFIED IDEOGRAPH-20405",
    },
    Character {
        age: "3.1",
        codepoint: 0x20406,
        name: "CJK UNIFIED IDEOGRAPH-20406",
    },
    Character {
        age: "3.1",
        codepoint: 0x20407,
        name: "CJK UNIFIED IDEOGRAPH-20407",
    },
    Character {
        age: "3.1",
        codepoint: 0x20408,
        name: "CJK UNIFIED IDEOGRAPH-20408",
    },
    Character {
        age: "3.1",
        codepoint: 0x20409,
        name: "CJK UNIFIED IDEOGRAPH-20409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2040A,
        name: "CJK UNIFIED IDEOGRAPH-2040A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2040B,
        name: "CJK UNIFIED IDEOGRAPH-2040B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2040C,
        name: "CJK UNIFIED IDEOGRAPH-2040C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2040D,
        name: "CJK UNIFIED IDEOGRAPH-2040D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2040E,
        name: "CJK UNIFIED IDEOGRAPH-2040E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2040F,
        name: "CJK UNIFIED IDEOGRAPH-2040F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20410,
        name: "CJK UNIFIED IDEOGRAPH-20410",
    },
    Character {
        age: "3.1",
        codepoint: 0x20411,
        name: "CJK UNIFIED IDEOGRAPH-20411",
    },
    Character {
        age: "3.1",
        codepoint: 0x20412,
        name: "CJK UNIFIED IDEOGRAPH-20412",
    },
    Character {
        age: "3.1",
        codepoint: 0x20413,
        name: "CJK UNIFIED IDEOGRAPH-20413",
    },
    Character {
        age: "3.1",
        codepoint: 0x20414,
        name: "CJK UNIFIED IDEOGRAPH-20414",
    },
    Character {
        age: "3.1",
        codepoint: 0x20415,
        name: "CJK UNIFIED IDEOGRAPH-20415",
    },
    Character {
        age: "3.1",
        codepoint: 0x20416,
        name: "CJK UNIFIED IDEOGRAPH-20416",
    },
    Character {
        age: "3.1",
        codepoint: 0x20417,
        name: "CJK UNIFIED IDEOGRAPH-20417",
    },
    Character {
        age: "3.1",
        codepoint: 0x20418,
        name: "CJK UNIFIED IDEOGRAPH-20418",
    },
    Character {
        age: "3.1",
        codepoint: 0x20419,
        name: "CJK UNIFIED IDEOGRAPH-20419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2041A,
        name: "CJK UNIFIED IDEOGRAPH-2041A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2041B,
        name: "CJK UNIFIED IDEOGRAPH-2041B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2041C,
        name: "CJK UNIFIED IDEOGRAPH-2041C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2041D,
        name: "CJK UNIFIED IDEOGRAPH-2041D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2041E,
        name: "CJK UNIFIED IDEOGRAPH-2041E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2041F,
        name: "CJK UNIFIED IDEOGRAPH-2041F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20420,
        name: "CJK UNIFIED IDEOGRAPH-20420",
    },
    Character {
        age: "3.1",
        codepoint: 0x20421,
        name: "CJK UNIFIED IDEOGRAPH-20421",
    },
    Character {
        age: "3.1",
        codepoint: 0x20422,
        name: "CJK UNIFIED IDEOGRAPH-20422",
    },
    Character {
        age: "3.1",
        codepoint: 0x20423,
        name: "CJK UNIFIED IDEOGRAPH-20423",
    },
    Character {
        age: "3.1",
        codepoint: 0x20424,
        name: "CJK UNIFIED IDEOGRAPH-20424",
    },
    Character {
        age: "3.1",
        codepoint: 0x20425,
        name: "CJK UNIFIED IDEOGRAPH-20425",
    },
    Character {
        age: "3.1",
        codepoint: 0x20426,
        name: "CJK UNIFIED IDEOGRAPH-20426",
    },
    Character {
        age: "3.1",
        codepoint: 0x20427,
        name: "CJK UNIFIED IDEOGRAPH-20427",
    },
    Character {
        age: "3.1",
        codepoint: 0x20428,
        name: "CJK UNIFIED IDEOGRAPH-20428",
    },
    Character {
        age: "3.1",
        codepoint: 0x20429,
        name: "CJK UNIFIED IDEOGRAPH-20429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2042A,
        name: "CJK UNIFIED IDEOGRAPH-2042A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2042B,
        name: "CJK UNIFIED IDEOGRAPH-2042B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2042C,
        name: "CJK UNIFIED IDEOGRAPH-2042C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2042D,
        name: "CJK UNIFIED IDEOGRAPH-2042D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2042E,
        name: "CJK UNIFIED IDEOGRAPH-2042E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2042F,
        name: "CJK UNIFIED IDEOGRAPH-2042F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20430,
        name: "CJK UNIFIED IDEOGRAPH-20430",
    },
    Character {
        age: "3.1",
        codepoint: 0x20431,
        name: "CJK UNIFIED IDEOGRAPH-20431",
    },
    Character {
        age: "3.1",
        codepoint: 0x20432,
        name: "CJK UNIFIED IDEOGRAPH-20432",
    },
    Character {
        age: "3.1",
        codepoint: 0x20433,
        name: "CJK UNIFIED IDEOGRAPH-20433",
    },
    Character {
        age: "3.1",
        codepoint: 0x20434,
        name: "CJK UNIFIED IDEOGRAPH-20434",
    },
    Character {
        age: "3.1",
        codepoint: 0x20435,
        name: "CJK UNIFIED IDEOGRAPH-20435",
    },
    Character {
        age: "3.1",
        codepoint: 0x20436,
        name: "CJK UNIFIED IDEOGRAPH-20436",
    },
    Character {
        age: "3.1",
        codepoint: 0x20437,
        name: "CJK UNIFIED IDEOGRAPH-20437",
    },
    Character {
        age: "3.1",
        codepoint: 0x20438,
        name: "CJK UNIFIED IDEOGRAPH-20438",
    },
    Character {
        age: "3.1",
        codepoint: 0x20439,
        name: "CJK UNIFIED IDEOGRAPH-20439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2043A,
        name: "CJK UNIFIED IDEOGRAPH-2043A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2043B,
        name: "CJK UNIFIED IDEOGRAPH-2043B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2043C,
        name: "CJK UNIFIED IDEOGRAPH-2043C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2043D,
        name: "CJK UNIFIED IDEOGRAPH-2043D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2043E,
        name: "CJK UNIFIED IDEOGRAPH-2043E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2043F,
        name: "CJK UNIFIED IDEOGRAPH-2043F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20440,
        name: "CJK UNIFIED IDEOGRAPH-20440",
    },
    Character {
        age: "3.1",
        codepoint: 0x20441,
        name: "CJK UNIFIED IDEOGRAPH-20441",
    },
    Character {
        age: "3.1",
        codepoint: 0x20442,
        name: "CJK UNIFIED IDEOGRAPH-20442",
    },
    Character {
        age: "3.1",
        codepoint: 0x20443,
        name: "CJK UNIFIED IDEOGRAPH-20443",
    },
    Character {
        age: "3.1",
        codepoint: 0x20444,
        name: "CJK UNIFIED IDEOGRAPH-20444",
    },
    Character {
        age: "3.1",
        codepoint: 0x20445,
        name: "CJK UNIFIED IDEOGRAPH-20445",
    },
    Character {
        age: "3.1",
        codepoint: 0x20446,
        name: "CJK UNIFIED IDEOGRAPH-20446",
    },
    Character {
        age: "3.1",
        codepoint: 0x20447,
        name: "CJK UNIFIED IDEOGRAPH-20447",
    },
    Character {
        age: "3.1",
        codepoint: 0x20448,
        name: "CJK UNIFIED IDEOGRAPH-20448",
    },
    Character {
        age: "3.1",
        codepoint: 0x20449,
        name: "CJK UNIFIED IDEOGRAPH-20449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2044A,
        name: "CJK UNIFIED IDEOGRAPH-2044A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2044B,
        name: "CJK UNIFIED IDEOGRAPH-2044B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2044C,
        name: "CJK UNIFIED IDEOGRAPH-2044C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2044D,
        name: "CJK UNIFIED IDEOGRAPH-2044D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2044E,
        name: "CJK UNIFIED IDEOGRAPH-2044E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2044F,
        name: "CJK UNIFIED IDEOGRAPH-2044F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20450,
        name: "CJK UNIFIED IDEOGRAPH-20450",
    },
    Character {
        age: "3.1",
        codepoint: 0x20451,
        name: "CJK UNIFIED IDEOGRAPH-20451",
    },
    Character {
        age: "3.1",
        codepoint: 0x20452,
        name: "CJK UNIFIED IDEOGRAPH-20452",
    },
    Character {
        age: "3.1",
        codepoint: 0x20453,
        name: "CJK UNIFIED IDEOGRAPH-20453",
    },
    Character {
        age: "3.1",
        codepoint: 0x20454,
        name: "CJK UNIFIED IDEOGRAPH-20454",
    },
    Character {
        age: "3.1",
        codepoint: 0x20455,
        name: "CJK UNIFIED IDEOGRAPH-20455",
    },
    Character {
        age: "3.1",
        codepoint: 0x20456,
        name: "CJK UNIFIED IDEOGRAPH-20456",
    },
    Character {
        age: "3.1",
        codepoint: 0x20457,
        name: "CJK UNIFIED IDEOGRAPH-20457",
    },
    Character {
        age: "3.1",
        codepoint: 0x20458,
        name: "CJK UNIFIED IDEOGRAPH-20458",
    },
    Character {
        age: "3.1",
        codepoint: 0x20459,
        name: "CJK UNIFIED IDEOGRAPH-20459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2045A,
        name: "CJK UNIFIED IDEOGRAPH-2045A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2045B,
        name: "CJK UNIFIED IDEOGRAPH-2045B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2045C,
        name: "CJK UNIFIED IDEOGRAPH-2045C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2045D,
        name: "CJK UNIFIED IDEOGRAPH-2045D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2045E,
        name: "CJK UNIFIED IDEOGRAPH-2045E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2045F,
        name: "CJK UNIFIED IDEOGRAPH-2045F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20460,
        name: "CJK UNIFIED IDEOGRAPH-20460",
    },
    Character {
        age: "3.1",
        codepoint: 0x20461,
        name: "CJK UNIFIED IDEOGRAPH-20461",
    },
    Character {
        age: "3.1",
        codepoint: 0x20462,
        name: "CJK UNIFIED IDEOGRAPH-20462",
    },
    Character {
        age: "3.1",
        codepoint: 0x20463,
        name: "CJK UNIFIED IDEOGRAPH-20463",
    },
    Character {
        age: "3.1",
        codepoint: 0x20464,
        name: "CJK UNIFIED IDEOGRAPH-20464",
    },
    Character {
        age: "3.1",
        codepoint: 0x20465,
        name: "CJK UNIFIED IDEOGRAPH-20465",
    },
    Character {
        age: "3.1",
        codepoint: 0x20466,
        name: "CJK UNIFIED IDEOGRAPH-20466",
    },
    Character {
        age: "3.1",
        codepoint: 0x20467,
        name: "CJK UNIFIED IDEOGRAPH-20467",
    },
    Character {
        age: "3.1",
        codepoint: 0x20468,
        name: "CJK UNIFIED IDEOGRAPH-20468",
    },
    Character {
        age: "3.1",
        codepoint: 0x20469,
        name: "CJK UNIFIED IDEOGRAPH-20469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2046A,
        name: "CJK UNIFIED IDEOGRAPH-2046A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2046B,
        name: "CJK UNIFIED IDEOGRAPH-2046B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2046C,
        name: "CJK UNIFIED IDEOGRAPH-2046C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2046D,
        name: "CJK UNIFIED IDEOGRAPH-2046D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2046E,
        name: "CJK UNIFIED IDEOGRAPH-2046E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2046F,
        name: "CJK UNIFIED IDEOGRAPH-2046F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20470,
        name: "CJK UNIFIED IDEOGRAPH-20470",
    },
    Character {
        age: "3.1",
        codepoint: 0x20471,
        name: "CJK UNIFIED IDEOGRAPH-20471",
    },
    Character {
        age: "3.1",
        codepoint: 0x20472,
        name: "CJK UNIFIED IDEOGRAPH-20472",
    },
    Character {
        age: "3.1",
        codepoint: 0x20473,
        name: "CJK UNIFIED IDEOGRAPH-20473",
    },
    Character {
        age: "3.1",
        codepoint: 0x20474,
        name: "CJK UNIFIED IDEOGRAPH-20474",
    },
    Character {
        age: "3.1",
        codepoint: 0x20475,
        name: "CJK UNIFIED IDEOGRAPH-20475",
    },
    Character {
        age: "3.1",
        codepoint: 0x20476,
        name: "CJK UNIFIED IDEOGRAPH-20476",
    },
    Character {
        age: "3.1",
        codepoint: 0x20477,
        name: "CJK UNIFIED IDEOGRAPH-20477",
    },
    Character {
        age: "3.1",
        codepoint: 0x20478,
        name: "CJK UNIFIED IDEOGRAPH-20478",
    },
    Character {
        age: "3.1",
        codepoint: 0x20479,
        name: "CJK UNIFIED IDEOGRAPH-20479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2047A,
        name: "CJK UNIFIED IDEOGRAPH-2047A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2047B,
        name: "CJK UNIFIED IDEOGRAPH-2047B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2047C,
        name: "CJK UNIFIED IDEOGRAPH-2047C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2047D,
        name: "CJK UNIFIED IDEOGRAPH-2047D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2047E,
        name: "CJK UNIFIED IDEOGRAPH-2047E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2047F,
        name: "CJK UNIFIED IDEOGRAPH-2047F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20480,
        name: "CJK UNIFIED IDEOGRAPH-20480",
    },
    Character {
        age: "3.1",
        codepoint: 0x20481,
        name: "CJK UNIFIED IDEOGRAPH-20481",
    },
    Character {
        age: "3.1",
        codepoint: 0x20482,
        name: "CJK UNIFIED IDEOGRAPH-20482",
    },
    Character {
        age: "3.1",
        codepoint: 0x20483,
        name: "CJK UNIFIED IDEOGRAPH-20483",
    },
    Character {
        age: "3.1",
        codepoint: 0x20484,
        name: "CJK UNIFIED IDEOGRAPH-20484",
    },
    Character {
        age: "3.1",
        codepoint: 0x20485,
        name: "CJK UNIFIED IDEOGRAPH-20485",
    },
    Character {
        age: "3.1",
        codepoint: 0x20486,
        name: "CJK UNIFIED IDEOGRAPH-20486",
    },
    Character {
        age: "3.1",
        codepoint: 0x20487,
        name: "CJK UNIFIED IDEOGRAPH-20487",
    },
    Character {
        age: "3.1",
        codepoint: 0x20488,
        name: "CJK UNIFIED IDEOGRAPH-20488",
    },
    Character {
        age: "3.1",
        codepoint: 0x20489,
        name: "CJK UNIFIED IDEOGRAPH-20489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2048A,
        name: "CJK UNIFIED IDEOGRAPH-2048A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2048B,
        name: "CJK UNIFIED IDEOGRAPH-2048B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2048C,
        name: "CJK UNIFIED IDEOGRAPH-2048C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2048D,
        name: "CJK UNIFIED IDEOGRAPH-2048D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2048E,
        name: "CJK UNIFIED IDEOGRAPH-2048E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2048F,
        name: "CJK UNIFIED IDEOGRAPH-2048F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20490,
        name: "CJK UNIFIED IDEOGRAPH-20490",
    },
    Character {
        age: "3.1",
        codepoint: 0x20491,
        name: "CJK UNIFIED IDEOGRAPH-20491",
    },
    Character {
        age: "3.1",
        codepoint: 0x20492,
        name: "CJK UNIFIED IDEOGRAPH-20492",
    },
    Character {
        age: "3.1",
        codepoint: 0x20493,
        name: "CJK UNIFIED IDEOGRAPH-20493",
    },
    Character {
        age: "3.1",
        codepoint: 0x20494,
        name: "CJK UNIFIED IDEOGRAPH-20494",
    },
    Character {
        age: "3.1",
        codepoint: 0x20495,
        name: "CJK UNIFIED IDEOGRAPH-20495",
    },
    Character {
        age: "3.1",
        codepoint: 0x20496,
        name: "CJK UNIFIED IDEOGRAPH-20496",
    },
    Character {
        age: "3.1",
        codepoint: 0x20497,
        name: "CJK UNIFIED IDEOGRAPH-20497",
    },
    Character {
        age: "3.1",
        codepoint: 0x20498,
        name: "CJK UNIFIED IDEOGRAPH-20498",
    },
    Character {
        age: "3.1",
        codepoint: 0x20499,
        name: "CJK UNIFIED IDEOGRAPH-20499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2049A,
        name: "CJK UNIFIED IDEOGRAPH-2049A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2049B,
        name: "CJK UNIFIED IDEOGRAPH-2049B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2049C,
        name: "CJK UNIFIED IDEOGRAPH-2049C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2049D,
        name: "CJK UNIFIED IDEOGRAPH-2049D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2049E,
        name: "CJK UNIFIED IDEOGRAPH-2049E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2049F,
        name: "CJK UNIFIED IDEOGRAPH-2049F",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A0,
        name: "CJK UNIFIED IDEOGRAPH-204A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A1,
        name: "CJK UNIFIED IDEOGRAPH-204A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A2,
        name: "CJK UNIFIED IDEOGRAPH-204A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A3,
        name: "CJK UNIFIED IDEOGRAPH-204A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A4,
        name: "CJK UNIFIED IDEOGRAPH-204A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A5,
        name: "CJK UNIFIED IDEOGRAPH-204A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A6,
        name: "CJK UNIFIED IDEOGRAPH-204A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A7,
        name: "CJK UNIFIED IDEOGRAPH-204A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A8,
        name: "CJK UNIFIED IDEOGRAPH-204A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x204A9,
        name: "CJK UNIFIED IDEOGRAPH-204A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x204AA,
        name: "CJK UNIFIED IDEOGRAPH-204AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x204AB,
        name: "CJK UNIFIED IDEOGRAPH-204AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x204AC,
        name: "CJK UNIFIED IDEOGRAPH-204AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x204AD,
        name: "CJK UNIFIED IDEOGRAPH-204AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x204AE,
        name: "CJK UNIFIED IDEOGRAPH-204AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x204AF,
        name: "CJK UNIFIED IDEOGRAPH-204AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B0,
        name: "CJK UNIFIED IDEOGRAPH-204B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B1,
        name: "CJK UNIFIED IDEOGRAPH-204B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B2,
        name: "CJK UNIFIED IDEOGRAPH-204B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B3,
        name: "CJK UNIFIED IDEOGRAPH-204B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B4,
        name: "CJK UNIFIED IDEOGRAPH-204B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B5,
        name: "CJK UNIFIED IDEOGRAPH-204B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B6,
        name: "CJK UNIFIED IDEOGRAPH-204B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B7,
        name: "CJK UNIFIED IDEOGRAPH-204B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B8,
        name: "CJK UNIFIED IDEOGRAPH-204B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x204B9,
        name: "CJK UNIFIED IDEOGRAPH-204B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x204BA,
        name: "CJK UNIFIED IDEOGRAPH-204BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x204BB,
        name: "CJK UNIFIED IDEOGRAPH-204BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x204BC,
        name: "CJK UNIFIED IDEOGRAPH-204BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x204BD,
        name: "CJK UNIFIED IDEOGRAPH-204BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x204BE,
        name: "CJK UNIFIED IDEOGRAPH-204BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x204BF,
        name: "CJK UNIFIED IDEOGRAPH-204BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C0,
        name: "CJK UNIFIED IDEOGRAPH-204C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C1,
        name: "CJK UNIFIED IDEOGRAPH-204C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C2,
        name: "CJK UNIFIED IDEOGRAPH-204C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C3,
        name: "CJK UNIFIED IDEOGRAPH-204C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C4,
        name: "CJK UNIFIED IDEOGRAPH-204C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C5,
        name: "CJK UNIFIED IDEOGRAPH-204C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C6,
        name: "CJK UNIFIED IDEOGRAPH-204C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C7,
        name: "CJK UNIFIED IDEOGRAPH-204C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C8,
        name: "CJK UNIFIED IDEOGRAPH-204C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x204C9,
        name: "CJK UNIFIED IDEOGRAPH-204C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x204CA,
        name: "CJK UNIFIED IDEOGRAPH-204CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x204CB,
        name: "CJK UNIFIED IDEOGRAPH-204CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x204CC,
        name: "CJK UNIFIED IDEOGRAPH-204CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x204CD,
        name: "CJK UNIFIED IDEOGRAPH-204CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x204CE,
        name: "CJK UNIFIED IDEOGRAPH-204CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x204CF,
        name: "CJK UNIFIED IDEOGRAPH-204CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D0,
        name: "CJK UNIFIED IDEOGRAPH-204D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D1,
        name: "CJK UNIFIED IDEOGRAPH-204D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D2,
        name: "CJK UNIFIED IDEOGRAPH-204D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D3,
        name: "CJK UNIFIED IDEOGRAPH-204D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D4,
        name: "CJK UNIFIED IDEOGRAPH-204D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D5,
        name: "CJK UNIFIED IDEOGRAPH-204D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D6,
        name: "CJK UNIFIED IDEOGRAPH-204D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D7,
        name: "CJK UNIFIED IDEOGRAPH-204D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D8,
        name: "CJK UNIFIED IDEOGRAPH-204D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x204D9,
        name: "CJK UNIFIED IDEOGRAPH-204D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x204DA,
        name: "CJK UNIFIED IDEOGRAPH-204DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x204DB,
        name: "CJK UNIFIED IDEOGRAPH-204DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x204DC,
        name: "CJK UNIFIED IDEOGRAPH-204DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x204DD,
        name: "CJK UNIFIED IDEOGRAPH-204DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x204DE,
        name: "CJK UNIFIED IDEOGRAPH-204DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x204DF,
        name: "CJK UNIFIED IDEOGRAPH-204DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E0,
        name: "CJK UNIFIED IDEOGRAPH-204E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E1,
        name: "CJK UNIFIED IDEOGRAPH-204E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E2,
        name: "CJK UNIFIED IDEOGRAPH-204E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E3,
        name: "CJK UNIFIED IDEOGRAPH-204E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E4,
        name: "CJK UNIFIED IDEOGRAPH-204E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E5,
        name: "CJK UNIFIED IDEOGRAPH-204E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E6,
        name: "CJK UNIFIED IDEOGRAPH-204E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E7,
        name: "CJK UNIFIED IDEOGRAPH-204E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E8,
        name: "CJK UNIFIED IDEOGRAPH-204E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x204E9,
        name: "CJK UNIFIED IDEOGRAPH-204E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x204EA,
        name: "CJK UNIFIED IDEOGRAPH-204EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x204EB,
        name: "CJK UNIFIED IDEOGRAPH-204EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x204EC,
        name: "CJK UNIFIED IDEOGRAPH-204EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x204ED,
        name: "CJK UNIFIED IDEOGRAPH-204ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x204EE,
        name: "CJK UNIFIED IDEOGRAPH-204EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x204EF,
        name: "CJK UNIFIED IDEOGRAPH-204EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F0,
        name: "CJK UNIFIED IDEOGRAPH-204F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F1,
        name: "CJK UNIFIED IDEOGRAPH-204F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F2,
        name: "CJK UNIFIED IDEOGRAPH-204F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F3,
        name: "CJK UNIFIED IDEOGRAPH-204F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F4,
        name: "CJK UNIFIED IDEOGRAPH-204F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F5,
        name: "CJK UNIFIED IDEOGRAPH-204F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F6,
        name: "CJK UNIFIED IDEOGRAPH-204F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F7,
        name: "CJK UNIFIED IDEOGRAPH-204F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F8,
        name: "CJK UNIFIED IDEOGRAPH-204F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x204F9,
        name: "CJK UNIFIED IDEOGRAPH-204F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x204FA,
        name: "CJK UNIFIED IDEOGRAPH-204FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x204FB,
        name: "CJK UNIFIED IDEOGRAPH-204FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x204FC,
        name: "CJK UNIFIED IDEOGRAPH-204FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x204FD,
        name: "CJK UNIFIED IDEOGRAPH-204FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x204FE,
        name: "CJK UNIFIED IDEOGRAPH-204FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x204FF,
        name: "CJK UNIFIED IDEOGRAPH-204FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20500,
        name: "CJK UNIFIED IDEOGRAPH-20500",
    },
    Character {
        age: "3.1",
        codepoint: 0x20501,
        name: "CJK UNIFIED IDEOGRAPH-20501",
    },
    Character {
        age: "3.1",
        codepoint: 0x20502,
        name: "CJK UNIFIED IDEOGRAPH-20502",
    },
    Character {
        age: "3.1",
        codepoint: 0x20503,
        name: "CJK UNIFIED IDEOGRAPH-20503",
    },
    Character {
        age: "3.1",
        codepoint: 0x20504,
        name: "CJK UNIFIED IDEOGRAPH-20504",
    },
    Character {
        age: "3.1",
        codepoint: 0x20505,
        name: "CJK UNIFIED IDEOGRAPH-20505",
    },
    Character {
        age: "3.1",
        codepoint: 0x20506,
        name: "CJK UNIFIED IDEOGRAPH-20506",
    },
    Character {
        age: "3.1",
        codepoint: 0x20507,
        name: "CJK UNIFIED IDEOGRAPH-20507",
    },
    Character {
        age: "3.1",
        codepoint: 0x20508,
        name: "CJK UNIFIED IDEOGRAPH-20508",
    },
    Character {
        age: "3.1",
        codepoint: 0x20509,
        name: "CJK UNIFIED IDEOGRAPH-20509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2050A,
        name: "CJK UNIFIED IDEOGRAPH-2050A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2050B,
        name: "CJK UNIFIED IDEOGRAPH-2050B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2050C,
        name: "CJK UNIFIED IDEOGRAPH-2050C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2050D,
        name: "CJK UNIFIED IDEOGRAPH-2050D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2050E,
        name: "CJK UNIFIED IDEOGRAPH-2050E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2050F,
        name: "CJK UNIFIED IDEOGRAPH-2050F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20510,
        name: "CJK UNIFIED IDEOGRAPH-20510",
    },
    Character {
        age: "3.1",
        codepoint: 0x20511,
        name: "CJK UNIFIED IDEOGRAPH-20511",
    },
    Character {
        age: "3.1",
        codepoint: 0x20512,
        name: "CJK UNIFIED IDEOGRAPH-20512",
    },
    Character {
        age: "3.1",
        codepoint: 0x20513,
        name: "CJK UNIFIED IDEOGRAPH-20513",
    },
    Character {
        age: "3.1",
        codepoint: 0x20514,
        name: "CJK UNIFIED IDEOGRAPH-20514",
    },
    Character {
        age: "3.1",
        codepoint: 0x20515,
        name: "CJK UNIFIED IDEOGRAPH-20515",
    },
    Character {
        age: "3.1",
        codepoint: 0x20516,
        name: "CJK UNIFIED IDEOGRAPH-20516",
    },
    Character {
        age: "3.1",
        codepoint: 0x20517,
        name: "CJK UNIFIED IDEOGRAPH-20517",
    },
    Character {
        age: "3.1",
        codepoint: 0x20518,
        name: "CJK UNIFIED IDEOGRAPH-20518",
    },
    Character {
        age: "3.1",
        codepoint: 0x20519,
        name: "CJK UNIFIED IDEOGRAPH-20519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2051A,
        name: "CJK UNIFIED IDEOGRAPH-2051A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2051B,
        name: "CJK UNIFIED IDEOGRAPH-2051B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2051C,
        name: "CJK UNIFIED IDEOGRAPH-2051C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2051D,
        name: "CJK UNIFIED IDEOGRAPH-2051D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2051E,
        name: "CJK UNIFIED IDEOGRAPH-2051E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2051F,
        name: "CJK UNIFIED IDEOGRAPH-2051F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20520,
        name: "CJK UNIFIED IDEOGRAPH-20520",
    },
    Character {
        age: "3.1",
        codepoint: 0x20521,
        name: "CJK UNIFIED IDEOGRAPH-20521",
    },
    Character {
        age: "3.1",
        codepoint: 0x20522,
        name: "CJK UNIFIED IDEOGRAPH-20522",
    },
    Character {
        age: "3.1",
        codepoint: 0x20523,
        name: "CJK UNIFIED IDEOGRAPH-20523",
    },
    Character {
        age: "3.1",
        codepoint: 0x20524,
        name: "CJK UNIFIED IDEOGRAPH-20524",
    },
    Character {
        age: "3.1",
        codepoint: 0x20525,
        name: "CJK UNIFIED IDEOGRAPH-20525",
    },
    Character {
        age: "3.1",
        codepoint: 0x20526,
        name: "CJK UNIFIED IDEOGRAPH-20526",
    },
    Character {
        age: "3.1",
        codepoint: 0x20527,
        name: "CJK UNIFIED IDEOGRAPH-20527",
    },
    Character {
        age: "3.1",
        codepoint: 0x20528,
        name: "CJK UNIFIED IDEOGRAPH-20528",
    },
    Character {
        age: "3.1",
        codepoint: 0x20529,
        name: "CJK UNIFIED IDEOGRAPH-20529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2052A,
        name: "CJK UNIFIED IDEOGRAPH-2052A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2052B,
        name: "CJK UNIFIED IDEOGRAPH-2052B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2052C,
        name: "CJK UNIFIED IDEOGRAPH-2052C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2052D,
        name: "CJK UNIFIED IDEOGRAPH-2052D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2052E,
        name: "CJK UNIFIED IDEOGRAPH-2052E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2052F,
        name: "CJK UNIFIED IDEOGRAPH-2052F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20530,
        name: "CJK UNIFIED IDEOGRAPH-20530",
    },
    Character {
        age: "3.1",
        codepoint: 0x20531,
        name: "CJK UNIFIED IDEOGRAPH-20531",
    },
    Character {
        age: "3.1",
        codepoint: 0x20532,
        name: "CJK UNIFIED IDEOGRAPH-20532",
    },
    Character {
        age: "3.1",
        codepoint: 0x20533,
        name: "CJK UNIFIED IDEOGRAPH-20533",
    },
    Character {
        age: "3.1",
        codepoint: 0x20534,
        name: "CJK UNIFIED IDEOGRAPH-20534",
    },
    Character {
        age: "3.1",
        codepoint: 0x20535,
        name: "CJK UNIFIED IDEOGRAPH-20535",
    },
    Character {
        age: "3.1",
        codepoint: 0x20536,
        name: "CJK UNIFIED IDEOGRAPH-20536",
    },
    Character {
        age: "3.1",
        codepoint: 0x20537,
        name: "CJK UNIFIED IDEOGRAPH-20537",
    },
    Character {
        age: "3.1",
        codepoint: 0x20538,
        name: "CJK UNIFIED IDEOGRAPH-20538",
    },
    Character {
        age: "3.1",
        codepoint: 0x20539,
        name: "CJK UNIFIED IDEOGRAPH-20539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2053A,
        name: "CJK UNIFIED IDEOGRAPH-2053A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2053B,
        name: "CJK UNIFIED IDEOGRAPH-2053B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2053C,
        name: "CJK UNIFIED IDEOGRAPH-2053C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2053D,
        name: "CJK UNIFIED IDEOGRAPH-2053D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2053E,
        name: "CJK UNIFIED IDEOGRAPH-2053E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2053F,
        name: "CJK UNIFIED IDEOGRAPH-2053F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20540,
        name: "CJK UNIFIED IDEOGRAPH-20540",
    },
    Character {
        age: "3.1",
        codepoint: 0x20541,
        name: "CJK UNIFIED IDEOGRAPH-20541",
    },
    Character {
        age: "3.1",
        codepoint: 0x20542,
        name: "CJK UNIFIED IDEOGRAPH-20542",
    },
    Character {
        age: "3.1",
        codepoint: 0x20543,
        name: "CJK UNIFIED IDEOGRAPH-20543",
    },
    Character {
        age: "3.1",
        codepoint: 0x20544,
        name: "CJK UNIFIED IDEOGRAPH-20544",
    },
    Character {
        age: "3.1",
        codepoint: 0x20545,
        name: "CJK UNIFIED IDEOGRAPH-20545",
    },
    Character {
        age: "3.1",
        codepoint: 0x20546,
        name: "CJK UNIFIED IDEOGRAPH-20546",
    },
    Character {
        age: "3.1",
        codepoint: 0x20547,
        name: "CJK UNIFIED IDEOGRAPH-20547",
    },
    Character {
        age: "3.1",
        codepoint: 0x20548,
        name: "CJK UNIFIED IDEOGRAPH-20548",
    },
    Character {
        age: "3.1",
        codepoint: 0x20549,
        name: "CJK UNIFIED IDEOGRAPH-20549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2054A,
        name: "CJK UNIFIED IDEOGRAPH-2054A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2054B,
        name: "CJK UNIFIED IDEOGRAPH-2054B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2054C,
        name: "CJK UNIFIED IDEOGRAPH-2054C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2054D,
        name: "CJK UNIFIED IDEOGRAPH-2054D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2054E,
        name: "CJK UNIFIED IDEOGRAPH-2054E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2054F,
        name: "CJK UNIFIED IDEOGRAPH-2054F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20550,
        name: "CJK UNIFIED IDEOGRAPH-20550",
    },
    Character {
        age: "3.1",
        codepoint: 0x20551,
        name: "CJK UNIFIED IDEOGRAPH-20551",
    },
    Character {
        age: "3.1",
        codepoint: 0x20552,
        name: "CJK UNIFIED IDEOGRAPH-20552",
    },
    Character {
        age: "3.1",
        codepoint: 0x20553,
        name: "CJK UNIFIED IDEOGRAPH-20553",
    },
    Character {
        age: "3.1",
        codepoint: 0x20554,
        name: "CJK UNIFIED IDEOGRAPH-20554",
    },
    Character {
        age: "3.1",
        codepoint: 0x20555,
        name: "CJK UNIFIED IDEOGRAPH-20555",
    },
    Character {
        age: "3.1",
        codepoint: 0x20556,
        name: "CJK UNIFIED IDEOGRAPH-20556",
    },
    Character {
        age: "3.1",
        codepoint: 0x20557,
        name: "CJK UNIFIED IDEOGRAPH-20557",
    },
    Character {
        age: "3.1",
        codepoint: 0x20558,
        name: "CJK UNIFIED IDEOGRAPH-20558",
    },
    Character {
        age: "3.1",
        codepoint: 0x20559,
        name: "CJK UNIFIED IDEOGRAPH-20559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2055A,
        name: "CJK UNIFIED IDEOGRAPH-2055A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2055B,
        name: "CJK UNIFIED IDEOGRAPH-2055B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2055C,
        name: "CJK UNIFIED IDEOGRAPH-2055C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2055D,
        name: "CJK UNIFIED IDEOGRAPH-2055D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2055E,
        name: "CJK UNIFIED IDEOGRAPH-2055E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2055F,
        name: "CJK UNIFIED IDEOGRAPH-2055F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20560,
        name: "CJK UNIFIED IDEOGRAPH-20560",
    },
    Character {
        age: "3.1",
        codepoint: 0x20561,
        name: "CJK UNIFIED IDEOGRAPH-20561",
    },
    Character {
        age: "3.1",
        codepoint: 0x20562,
        name: "CJK UNIFIED IDEOGRAPH-20562",
    },
    Character {
        age: "3.1",
        codepoint: 0x20563,
        name: "CJK UNIFIED IDEOGRAPH-20563",
    },
    Character {
        age: "3.1",
        codepoint: 0x20564,
        name: "CJK UNIFIED IDEOGRAPH-20564",
    },
    Character {
        age: "3.1",
        codepoint: 0x20565,
        name: "CJK UNIFIED IDEOGRAPH-20565",
    },
    Character {
        age: "3.1",
        codepoint: 0x20566,
        name: "CJK UNIFIED IDEOGRAPH-20566",
    },
    Character {
        age: "3.1",
        codepoint: 0x20567,
        name: "CJK UNIFIED IDEOGRAPH-20567",
    },
    Character {
        age: "3.1",
        codepoint: 0x20568,
        name: "CJK UNIFIED IDEOGRAPH-20568",
    },
    Character {
        age: "3.1",
        codepoint: 0x20569,
        name: "CJK UNIFIED IDEOGRAPH-20569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2056A,
        name: "CJK UNIFIED IDEOGRAPH-2056A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2056B,
        name: "CJK UNIFIED IDEOGRAPH-2056B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2056C,
        name: "CJK UNIFIED IDEOGRAPH-2056C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2056D,
        name: "CJK UNIFIED IDEOGRAPH-2056D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2056E,
        name: "CJK UNIFIED IDEOGRAPH-2056E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2056F,
        name: "CJK UNIFIED IDEOGRAPH-2056F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20570,
        name: "CJK UNIFIED IDEOGRAPH-20570",
    },
    Character {
        age: "3.1",
        codepoint: 0x20571,
        name: "CJK UNIFIED IDEOGRAPH-20571",
    },
    Character {
        age: "3.1",
        codepoint: 0x20572,
        name: "CJK UNIFIED IDEOGRAPH-20572",
    },
    Character {
        age: "3.1",
        codepoint: 0x20573,
        name: "CJK UNIFIED IDEOGRAPH-20573",
    },
    Character {
        age: "3.1",
        codepoint: 0x20574,
        name: "CJK UNIFIED IDEOGRAPH-20574",
    },
    Character {
        age: "3.1",
        codepoint: 0x20575,
        name: "CJK UNIFIED IDEOGRAPH-20575",
    },
    Character {
        age: "3.1",
        codepoint: 0x20576,
        name: "CJK UNIFIED IDEOGRAPH-20576",
    },
    Character {
        age: "3.1",
        codepoint: 0x20577,
        name: "CJK UNIFIED IDEOGRAPH-20577",
    },
    Character {
        age: "3.1",
        codepoint: 0x20578,
        name: "CJK UNIFIED IDEOGRAPH-20578",
    },
    Character {
        age: "3.1",
        codepoint: 0x20579,
        name: "CJK UNIFIED IDEOGRAPH-20579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2057A,
        name: "CJK UNIFIED IDEOGRAPH-2057A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2057B,
        name: "CJK UNIFIED IDEOGRAPH-2057B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2057C,
        name: "CJK UNIFIED IDEOGRAPH-2057C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2057D,
        name: "CJK UNIFIED IDEOGRAPH-2057D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2057E,
        name: "CJK UNIFIED IDEOGRAPH-2057E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2057F,
        name: "CJK UNIFIED IDEOGRAPH-2057F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20580,
        name: "CJK UNIFIED IDEOGRAPH-20580",
    },
    Character {
        age: "3.1",
        codepoint: 0x20581,
        name: "CJK UNIFIED IDEOGRAPH-20581",
    },
    Character {
        age: "3.1",
        codepoint: 0x20582,
        name: "CJK UNIFIED IDEOGRAPH-20582",
    },
    Character {
        age: "3.1",
        codepoint: 0x20583,
        name: "CJK UNIFIED IDEOGRAPH-20583",
    },
    Character {
        age: "3.1",
        codepoint: 0x20584,
        name: "CJK UNIFIED IDEOGRAPH-20584",
    },
    Character {
        age: "3.1",
        codepoint: 0x20585,
        name: "CJK UNIFIED IDEOGRAPH-20585",
    },
    Character {
        age: "3.1",
        codepoint: 0x20586,
        name: "CJK UNIFIED IDEOGRAPH-20586",
    },
    Character {
        age: "3.1",
        codepoint: 0x20587,
        name: "CJK UNIFIED IDEOGRAPH-20587",
    },
    Character {
        age: "3.1",
        codepoint: 0x20588,
        name: "CJK UNIFIED IDEOGRAPH-20588",
    },
    Character {
        age: "3.1",
        codepoint: 0x20589,
        name: "CJK UNIFIED IDEOGRAPH-20589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2058A,
        name: "CJK UNIFIED IDEOGRAPH-2058A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2058B,
        name: "CJK UNIFIED IDEOGRAPH-2058B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2058C,
        name: "CJK UNIFIED IDEOGRAPH-2058C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2058D,
        name: "CJK UNIFIED IDEOGRAPH-2058D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2058E,
        name: "CJK UNIFIED IDEOGRAPH-2058E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2058F,
        name: "CJK UNIFIED IDEOGRAPH-2058F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20590,
        name: "CJK UNIFIED IDEOGRAPH-20590",
    },
    Character {
        age: "3.1",
        codepoint: 0x20591,
        name: "CJK UNIFIED IDEOGRAPH-20591",
    },
    Character {
        age: "3.1",
        codepoint: 0x20592,
        name: "CJK UNIFIED IDEOGRAPH-20592",
    },
    Character {
        age: "3.1",
        codepoint: 0x20593,
        name: "CJK UNIFIED IDEOGRAPH-20593",
    },
    Character {
        age: "3.1",
        codepoint: 0x20594,
        name: "CJK UNIFIED IDEOGRAPH-20594",
    },
    Character {
        age: "3.1",
        codepoint: 0x20595,
        name: "CJK UNIFIED IDEOGRAPH-20595",
    },
    Character {
        age: "3.1",
        codepoint: 0x20596,
        name: "CJK UNIFIED IDEOGRAPH-20596",
    },
    Character {
        age: "3.1",
        codepoint: 0x20597,
        name: "CJK UNIFIED IDEOGRAPH-20597",
    },
    Character {
        age: "3.1",
        codepoint: 0x20598,
        name: "CJK UNIFIED IDEOGRAPH-20598",
    },
    Character {
        age: "3.1",
        codepoint: 0x20599,
        name: "CJK UNIFIED IDEOGRAPH-20599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2059A,
        name: "CJK UNIFIED IDEOGRAPH-2059A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2059B,
        name: "CJK UNIFIED IDEOGRAPH-2059B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2059C,
        name: "CJK UNIFIED IDEOGRAPH-2059C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2059D,
        name: "CJK UNIFIED IDEOGRAPH-2059D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2059E,
        name: "CJK UNIFIED IDEOGRAPH-2059E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2059F,
        name: "CJK UNIFIED IDEOGRAPH-2059F",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A0,
        name: "CJK UNIFIED IDEOGRAPH-205A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A1,
        name: "CJK UNIFIED IDEOGRAPH-205A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A2,
        name: "CJK UNIFIED IDEOGRAPH-205A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A3,
        name: "CJK UNIFIED IDEOGRAPH-205A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A4,
        name: "CJK UNIFIED IDEOGRAPH-205A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A5,
        name: "CJK UNIFIED IDEOGRAPH-205A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A6,
        name: "CJK UNIFIED IDEOGRAPH-205A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A7,
        name: "CJK UNIFIED IDEOGRAPH-205A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A8,
        name: "CJK UNIFIED IDEOGRAPH-205A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x205A9,
        name: "CJK UNIFIED IDEOGRAPH-205A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x205AA,
        name: "CJK UNIFIED IDEOGRAPH-205AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x205AB,
        name: "CJK UNIFIED IDEOGRAPH-205AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x205AC,
        name: "CJK UNIFIED IDEOGRAPH-205AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x205AD,
        name: "CJK UNIFIED IDEOGRAPH-205AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x205AE,
        name: "CJK UNIFIED IDEOGRAPH-205AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x205AF,
        name: "CJK UNIFIED IDEOGRAPH-205AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B0,
        name: "CJK UNIFIED IDEOGRAPH-205B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B1,
        name: "CJK UNIFIED IDEOGRAPH-205B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B2,
        name: "CJK UNIFIED IDEOGRAPH-205B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B3,
        name: "CJK UNIFIED IDEOGRAPH-205B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B4,
        name: "CJK UNIFIED IDEOGRAPH-205B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B5,
        name: "CJK UNIFIED IDEOGRAPH-205B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B6,
        name: "CJK UNIFIED IDEOGRAPH-205B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B7,
        name: "CJK UNIFIED IDEOGRAPH-205B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B8,
        name: "CJK UNIFIED IDEOGRAPH-205B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x205B9,
        name: "CJK UNIFIED IDEOGRAPH-205B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x205BA,
        name: "CJK UNIFIED IDEOGRAPH-205BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x205BB,
        name: "CJK UNIFIED IDEOGRAPH-205BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x205BC,
        name: "CJK UNIFIED IDEOGRAPH-205BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x205BD,
        name: "CJK UNIFIED IDEOGRAPH-205BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x205BE,
        name: "CJK UNIFIED IDEOGRAPH-205BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x205BF,
        name: "CJK UNIFIED IDEOGRAPH-205BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C0,
        name: "CJK UNIFIED IDEOGRAPH-205C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C1,
        name: "CJK UNIFIED IDEOGRAPH-205C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C2,
        name: "CJK UNIFIED IDEOGRAPH-205C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C3,
        name: "CJK UNIFIED IDEOGRAPH-205C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C4,
        name: "CJK UNIFIED IDEOGRAPH-205C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C5,
        name: "CJK UNIFIED IDEOGRAPH-205C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C6,
        name: "CJK UNIFIED IDEOGRAPH-205C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C7,
        name: "CJK UNIFIED IDEOGRAPH-205C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C8,
        name: "CJK UNIFIED IDEOGRAPH-205C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x205C9,
        name: "CJK UNIFIED IDEOGRAPH-205C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x205CA,
        name: "CJK UNIFIED IDEOGRAPH-205CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x205CB,
        name: "CJK UNIFIED IDEOGRAPH-205CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x205CC,
        name: "CJK UNIFIED IDEOGRAPH-205CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x205CD,
        name: "CJK UNIFIED IDEOGRAPH-205CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x205CE,
        name: "CJK UNIFIED IDEOGRAPH-205CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x205CF,
        name: "CJK UNIFIED IDEOGRAPH-205CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D0,
        name: "CJK UNIFIED IDEOGRAPH-205D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D1,
        name: "CJK UNIFIED IDEOGRAPH-205D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D2,
        name: "CJK UNIFIED IDEOGRAPH-205D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D3,
        name: "CJK UNIFIED IDEOGRAPH-205D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D4,
        name: "CJK UNIFIED IDEOGRAPH-205D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D5,
        name: "CJK UNIFIED IDEOGRAPH-205D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D6,
        name: "CJK UNIFIED IDEOGRAPH-205D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D7,
        name: "CJK UNIFIED IDEOGRAPH-205D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D8,
        name: "CJK UNIFIED IDEOGRAPH-205D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x205D9,
        name: "CJK UNIFIED IDEOGRAPH-205D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x205DA,
        name: "CJK UNIFIED IDEOGRAPH-205DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x205DB,
        name: "CJK UNIFIED IDEOGRAPH-205DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x205DC,
        name: "CJK UNIFIED IDEOGRAPH-205DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x205DD,
        name: "CJK UNIFIED IDEOGRAPH-205DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x205DE,
        name: "CJK UNIFIED IDEOGRAPH-205DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x205DF,
        name: "CJK UNIFIED IDEOGRAPH-205DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E0,
        name: "CJK UNIFIED IDEOGRAPH-205E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E1,
        name: "CJK UNIFIED IDEOGRAPH-205E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E2,
        name: "CJK UNIFIED IDEOGRAPH-205E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E3,
        name: "CJK UNIFIED IDEOGRAPH-205E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E4,
        name: "CJK UNIFIED IDEOGRAPH-205E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E5,
        name: "CJK UNIFIED IDEOGRAPH-205E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E6,
        name: "CJK UNIFIED IDEOGRAPH-205E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E7,
        name: "CJK UNIFIED IDEOGRAPH-205E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E8,
        name: "CJK UNIFIED IDEOGRAPH-205E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x205E9,
        name: "CJK UNIFIED IDEOGRAPH-205E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x205EA,
        name: "CJK UNIFIED IDEOGRAPH-205EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x205EB,
        name: "CJK UNIFIED IDEOGRAPH-205EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x205EC,
        name: "CJK UNIFIED IDEOGRAPH-205EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x205ED,
        name: "CJK UNIFIED IDEOGRAPH-205ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x205EE,
        name: "CJK UNIFIED IDEOGRAPH-205EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x205EF,
        name: "CJK UNIFIED IDEOGRAPH-205EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F0,
        name: "CJK UNIFIED IDEOGRAPH-205F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F1,
        name: "CJK UNIFIED IDEOGRAPH-205F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F2,
        name: "CJK UNIFIED IDEOGRAPH-205F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F3,
        name: "CJK UNIFIED IDEOGRAPH-205F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F4,
        name: "CJK UNIFIED IDEOGRAPH-205F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F5,
        name: "CJK UNIFIED IDEOGRAPH-205F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F6,
        name: "CJK UNIFIED IDEOGRAPH-205F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F7,
        name: "CJK UNIFIED IDEOGRAPH-205F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F8,
        name: "CJK UNIFIED IDEOGRAPH-205F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x205F9,
        name: "CJK UNIFIED IDEOGRAPH-205F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x205FA,
        name: "CJK UNIFIED IDEOGRAPH-205FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x205FB,
        name: "CJK UNIFIED IDEOGRAPH-205FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x205FC,
        name: "CJK UNIFIED IDEOGRAPH-205FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x205FD,
        name: "CJK UNIFIED IDEOGRAPH-205FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x205FE,
        name: "CJK UNIFIED IDEOGRAPH-205FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x205FF,
        name: "CJK UNIFIED IDEOGRAPH-205FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20600,
        name: "CJK UNIFIED IDEOGRAPH-20600",
    },
    Character {
        age: "3.1",
        codepoint: 0x20601,
        name: "CJK UNIFIED IDEOGRAPH-20601",
    },
    Character {
        age: "3.1",
        codepoint: 0x20602,
        name: "CJK UNIFIED IDEOGRAPH-20602",
    },
    Character {
        age: "3.1",
        codepoint: 0x20603,
        name: "CJK UNIFIED IDEOGRAPH-20603",
    },
    Character {
        age: "3.1",
        codepoint: 0x20604,
        name: "CJK UNIFIED IDEOGRAPH-20604",
    },
    Character {
        age: "3.1",
        codepoint: 0x20605,
        name: "CJK UNIFIED IDEOGRAPH-20605",
    },
    Character {
        age: "3.1",
        codepoint: 0x20606,
        name: "CJK UNIFIED IDEOGRAPH-20606",
    },
    Character {
        age: "3.1",
        codepoint: 0x20607,
        name: "CJK UNIFIED IDEOGRAPH-20607",
    },
    Character {
        age: "3.1",
        codepoint: 0x20608,
        name: "CJK UNIFIED IDEOGRAPH-20608",
    },
    Character {
        age: "3.1",
        codepoint: 0x20609,
        name: "CJK UNIFIED IDEOGRAPH-20609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2060A,
        name: "CJK UNIFIED IDEOGRAPH-2060A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2060B,
        name: "CJK UNIFIED IDEOGRAPH-2060B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2060C,
        name: "CJK UNIFIED IDEOGRAPH-2060C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2060D,
        name: "CJK UNIFIED IDEOGRAPH-2060D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2060E,
        name: "CJK UNIFIED IDEOGRAPH-2060E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2060F,
        name: "CJK UNIFIED IDEOGRAPH-2060F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20610,
        name: "CJK UNIFIED IDEOGRAPH-20610",
    },
    Character {
        age: "3.1",
        codepoint: 0x20611,
        name: "CJK UNIFIED IDEOGRAPH-20611",
    },
    Character {
        age: "3.1",
        codepoint: 0x20612,
        name: "CJK UNIFIED IDEOGRAPH-20612",
    },
    Character {
        age: "3.1",
        codepoint: 0x20613,
        name: "CJK UNIFIED IDEOGRAPH-20613",
    },
    Character {
        age: "3.1",
        codepoint: 0x20614,
        name: "CJK UNIFIED IDEOGRAPH-20614",
    },
    Character {
        age: "3.1",
        codepoint: 0x20615,
        name: "CJK UNIFIED IDEOGRAPH-20615",
    },
    Character {
        age: "3.1",
        codepoint: 0x20616,
        name: "CJK UNIFIED IDEOGRAPH-20616",
    },
    Character {
        age: "3.1",
        codepoint: 0x20617,
        name: "CJK UNIFIED IDEOGRAPH-20617",
    },
    Character {
        age: "3.1",
        codepoint: 0x20618,
        name: "CJK UNIFIED IDEOGRAPH-20618",
    },
    Character {
        age: "3.1",
        codepoint: 0x20619,
        name: "CJK UNIFIED IDEOGRAPH-20619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2061A,
        name: "CJK UNIFIED IDEOGRAPH-2061A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2061B,
        name: "CJK UNIFIED IDEOGRAPH-2061B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2061C,
        name: "CJK UNIFIED IDEOGRAPH-2061C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2061D,
        name: "CJK UNIFIED IDEOGRAPH-2061D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2061E,
        name: "CJK UNIFIED IDEOGRAPH-2061E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2061F,
        name: "CJK UNIFIED IDEOGRAPH-2061F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20620,
        name: "CJK UNIFIED IDEOGRAPH-20620",
    },
    Character {
        age: "3.1",
        codepoint: 0x20621,
        name: "CJK UNIFIED IDEOGRAPH-20621",
    },
    Character {
        age: "3.1",
        codepoint: 0x20622,
        name: "CJK UNIFIED IDEOGRAPH-20622",
    },
    Character {
        age: "3.1",
        codepoint: 0x20623,
        name: "CJK UNIFIED IDEOGRAPH-20623",
    },
    Character {
        age: "3.1",
        codepoint: 0x20624,
        name: "CJK UNIFIED IDEOGRAPH-20624",
    },
    Character {
        age: "3.1",
        codepoint: 0x20625,
        name: "CJK UNIFIED IDEOGRAPH-20625",
    },
    Character {
        age: "3.1",
        codepoint: 0x20626,
        name: "CJK UNIFIED IDEOGRAPH-20626",
    },
    Character {
        age: "3.1",
        codepoint: 0x20627,
        name: "CJK UNIFIED IDEOGRAPH-20627",
    },
    Character {
        age: "3.1",
        codepoint: 0x20628,
        name: "CJK UNIFIED IDEOGRAPH-20628",
    },
    Character {
        age: "3.1",
        codepoint: 0x20629,
        name: "CJK UNIFIED IDEOGRAPH-20629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2062A,
        name: "CJK UNIFIED IDEOGRAPH-2062A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2062B,
        name: "CJK UNIFIED IDEOGRAPH-2062B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2062C,
        name: "CJK UNIFIED IDEOGRAPH-2062C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2062D,
        name: "CJK UNIFIED IDEOGRAPH-2062D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2062E,
        name: "CJK UNIFIED IDEOGRAPH-2062E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2062F,
        name: "CJK UNIFIED IDEOGRAPH-2062F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20630,
        name: "CJK UNIFIED IDEOGRAPH-20630",
    },
    Character {
        age: "3.1",
        codepoint: 0x20631,
        name: "CJK UNIFIED IDEOGRAPH-20631",
    },
    Character {
        age: "3.1",
        codepoint: 0x20632,
        name: "CJK UNIFIED IDEOGRAPH-20632",
    },
    Character {
        age: "3.1",
        codepoint: 0x20633,
        name: "CJK UNIFIED IDEOGRAPH-20633",
    },
    Character {
        age: "3.1",
        codepoint: 0x20634,
        name: "CJK UNIFIED IDEOGRAPH-20634",
    },
    Character {
        age: "3.1",
        codepoint: 0x20635,
        name: "CJK UNIFIED IDEOGRAPH-20635",
    },
    Character {
        age: "3.1",
        codepoint: 0x20636,
        name: "CJK UNIFIED IDEOGRAPH-20636",
    },
    Character {
        age: "3.1",
        codepoint: 0x20637,
        name: "CJK UNIFIED IDEOGRAPH-20637",
    },
    Character {
        age: "3.1",
        codepoint: 0x20638,
        name: "CJK UNIFIED IDEOGRAPH-20638",
    },
    Character {
        age: "3.1",
        codepoint: 0x20639,
        name: "CJK UNIFIED IDEOGRAPH-20639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2063A,
        name: "CJK UNIFIED IDEOGRAPH-2063A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2063B,
        name: "CJK UNIFIED IDEOGRAPH-2063B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2063C,
        name: "CJK UNIFIED IDEOGRAPH-2063C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2063D,
        name: "CJK UNIFIED IDEOGRAPH-2063D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2063E,
        name: "CJK UNIFIED IDEOGRAPH-2063E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2063F,
        name: "CJK UNIFIED IDEOGRAPH-2063F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20640,
        name: "CJK UNIFIED IDEOGRAPH-20640",
    },
    Character {
        age: "3.1",
        codepoint: 0x20641,
        name: "CJK UNIFIED IDEOGRAPH-20641",
    },
    Character {
        age: "3.1",
        codepoint: 0x20642,
        name: "CJK UNIFIED IDEOGRAPH-20642",
    },
    Character {
        age: "3.1",
        codepoint: 0x20643,
        name: "CJK UNIFIED IDEOGRAPH-20643",
    },
    Character {
        age: "3.1",
        codepoint: 0x20644,
        name: "CJK UNIFIED IDEOGRAPH-20644",
    },
    Character {
        age: "3.1",
        codepoint: 0x20645,
        name: "CJK UNIFIED IDEOGRAPH-20645",
    },
    Character {
        age: "3.1",
        codepoint: 0x20646,
        name: "CJK UNIFIED IDEOGRAPH-20646",
    },
    Character {
        age: "3.1",
        codepoint: 0x20647,
        name: "CJK UNIFIED IDEOGRAPH-20647",
    },
    Character {
        age: "3.1",
        codepoint: 0x20648,
        name: "CJK UNIFIED IDEOGRAPH-20648",
    },
    Character {
        age: "3.1",
        codepoint: 0x20649,
        name: "CJK UNIFIED IDEOGRAPH-20649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2064A,
        name: "CJK UNIFIED IDEOGRAPH-2064A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2064B,
        name: "CJK UNIFIED IDEOGRAPH-2064B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2064C,
        name: "CJK UNIFIED IDEOGRAPH-2064C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2064D,
        name: "CJK UNIFIED IDEOGRAPH-2064D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2064E,
        name: "CJK UNIFIED IDEOGRAPH-2064E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2064F,
        name: "CJK UNIFIED IDEOGRAPH-2064F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20650,
        name: "CJK UNIFIED IDEOGRAPH-20650",
    },
    Character {
        age: "3.1",
        codepoint: 0x20651,
        name: "CJK UNIFIED IDEOGRAPH-20651",
    },
    Character {
        age: "3.1",
        codepoint: 0x20652,
        name: "CJK UNIFIED IDEOGRAPH-20652",
    },
    Character {
        age: "3.1",
        codepoint: 0x20653,
        name: "CJK UNIFIED IDEOGRAPH-20653",
    },
    Character {
        age: "3.1",
        codepoint: 0x20654,
        name: "CJK UNIFIED IDEOGRAPH-20654",
    },
    Character {
        age: "3.1",
        codepoint: 0x20655,
        name: "CJK UNIFIED IDEOGRAPH-20655",
    },
    Character {
        age: "3.1",
        codepoint: 0x20656,
        name: "CJK UNIFIED IDEOGRAPH-20656",
    },
    Character {
        age: "3.1",
        codepoint: 0x20657,
        name: "CJK UNIFIED IDEOGRAPH-20657",
    },
    Character {
        age: "3.1",
        codepoint: 0x20658,
        name: "CJK UNIFIED IDEOGRAPH-20658",
    },
    Character {
        age: "3.1",
        codepoint: 0x20659,
        name: "CJK UNIFIED IDEOGRAPH-20659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2065A,
        name: "CJK UNIFIED IDEOGRAPH-2065A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2065B,
        name: "CJK UNIFIED IDEOGRAPH-2065B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2065C,
        name: "CJK UNIFIED IDEOGRAPH-2065C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2065D,
        name: "CJK UNIFIED IDEOGRAPH-2065D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2065E,
        name: "CJK UNIFIED IDEOGRAPH-2065E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2065F,
        name: "CJK UNIFIED IDEOGRAPH-2065F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20660,
        name: "CJK UNIFIED IDEOGRAPH-20660",
    },
    Character {
        age: "3.1",
        codepoint: 0x20661,
        name: "CJK UNIFIED IDEOGRAPH-20661",
    },
    Character {
        age: "3.1",
        codepoint: 0x20662,
        name: "CJK UNIFIED IDEOGRAPH-20662",
    },
    Character {
        age: "3.1",
        codepoint: 0x20663,
        name: "CJK UNIFIED IDEOGRAPH-20663",
    },
    Character {
        age: "3.1",
        codepoint: 0x20664,
        name: "CJK UNIFIED IDEOGRAPH-20664",
    },
    Character {
        age: "3.1",
        codepoint: 0x20665,
        name: "CJK UNIFIED IDEOGRAPH-20665",
    },
    Character {
        age: "3.1",
        codepoint: 0x20666,
        name: "CJK UNIFIED IDEOGRAPH-20666",
    },
    Character {
        age: "3.1",
        codepoint: 0x20667,
        name: "CJK UNIFIED IDEOGRAPH-20667",
    },
    Character {
        age: "3.1",
        codepoint: 0x20668,
        name: "CJK UNIFIED IDEOGRAPH-20668",
    },
    Character {
        age: "3.1",
        codepoint: 0x20669,
        name: "CJK UNIFIED IDEOGRAPH-20669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2066A,
        name: "CJK UNIFIED IDEOGRAPH-2066A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2066B,
        name: "CJK UNIFIED IDEOGRAPH-2066B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2066C,
        name: "CJK UNIFIED IDEOGRAPH-2066C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2066D,
        name: "CJK UNIFIED IDEOGRAPH-2066D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2066E,
        name: "CJK UNIFIED IDEOGRAPH-2066E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2066F,
        name: "CJK UNIFIED IDEOGRAPH-2066F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20670,
        name: "CJK UNIFIED IDEOGRAPH-20670",
    },
    Character {
        age: "3.1",
        codepoint: 0x20671,
        name: "CJK UNIFIED IDEOGRAPH-20671",
    },
    Character {
        age: "3.1",
        codepoint: 0x20672,
        name: "CJK UNIFIED IDEOGRAPH-20672",
    },
    Character {
        age: "3.1",
        codepoint: 0x20673,
        name: "CJK UNIFIED IDEOGRAPH-20673",
    },
    Character {
        age: "3.1",
        codepoint: 0x20674,
        name: "CJK UNIFIED IDEOGRAPH-20674",
    },
    Character {
        age: "3.1",
        codepoint: 0x20675,
        name: "CJK UNIFIED IDEOGRAPH-20675",
    },
    Character {
        age: "3.1",
        codepoint: 0x20676,
        name: "CJK UNIFIED IDEOGRAPH-20676",
    },
    Character {
        age: "3.1",
        codepoint: 0x20677,
        name: "CJK UNIFIED IDEOGRAPH-20677",
    },
    Character {
        age: "3.1",
        codepoint: 0x20678,
        name: "CJK UNIFIED IDEOGRAPH-20678",
    },
    Character {
        age: "3.1",
        codepoint: 0x20679,
        name: "CJK UNIFIED IDEOGRAPH-20679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2067A,
        name: "CJK UNIFIED IDEOGRAPH-2067A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2067B,
        name: "CJK UNIFIED IDEOGRAPH-2067B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2067C,
        name: "CJK UNIFIED IDEOGRAPH-2067C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2067D,
        name: "CJK UNIFIED IDEOGRAPH-2067D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2067E,
        name: "CJK UNIFIED IDEOGRAPH-2067E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2067F,
        name: "CJK UNIFIED IDEOGRAPH-2067F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20680,
        name: "CJK UNIFIED IDEOGRAPH-20680",
    },
    Character {
        age: "3.1",
        codepoint: 0x20681,
        name: "CJK UNIFIED IDEOGRAPH-20681",
    },
    Character {
        age: "3.1",
        codepoint: 0x20682,
        name: "CJK UNIFIED IDEOGRAPH-20682",
    },
    Character {
        age: "3.1",
        codepoint: 0x20683,
        name: "CJK UNIFIED IDEOGRAPH-20683",
    },
    Character {
        age: "3.1",
        codepoint: 0x20684,
        name: "CJK UNIFIED IDEOGRAPH-20684",
    },
    Character {
        age: "3.1",
        codepoint: 0x20685,
        name: "CJK UNIFIED IDEOGRAPH-20685",
    },
    Character {
        age: "3.1",
        codepoint: 0x20686,
        name: "CJK UNIFIED IDEOGRAPH-20686",
    },
    Character {
        age: "3.1",
        codepoint: 0x20687,
        name: "CJK UNIFIED IDEOGRAPH-20687",
    },
    Character {
        age: "3.1",
        codepoint: 0x20688,
        name: "CJK UNIFIED IDEOGRAPH-20688",
    },
    Character {
        age: "3.1",
        codepoint: 0x20689,
        name: "CJK UNIFIED IDEOGRAPH-20689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2068A,
        name: "CJK UNIFIED IDEOGRAPH-2068A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2068B,
        name: "CJK UNIFIED IDEOGRAPH-2068B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2068C,
        name: "CJK UNIFIED IDEOGRAPH-2068C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2068D,
        name: "CJK UNIFIED IDEOGRAPH-2068D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2068E,
        name: "CJK UNIFIED IDEOGRAPH-2068E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2068F,
        name: "CJK UNIFIED IDEOGRAPH-2068F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20690,
        name: "CJK UNIFIED IDEOGRAPH-20690",
    },
    Character {
        age: "3.1",
        codepoint: 0x20691,
        name: "CJK UNIFIED IDEOGRAPH-20691",
    },
    Character {
        age: "3.1",
        codepoint: 0x20692,
        name: "CJK UNIFIED IDEOGRAPH-20692",
    },
    Character {
        age: "3.1",
        codepoint: 0x20693,
        name: "CJK UNIFIED IDEOGRAPH-20693",
    },
    Character {
        age: "3.1",
        codepoint: 0x20694,
        name: "CJK UNIFIED IDEOGRAPH-20694",
    },
    Character {
        age: "3.1",
        codepoint: 0x20695,
        name: "CJK UNIFIED IDEOGRAPH-20695",
    },
    Character {
        age: "3.1",
        codepoint: 0x20696,
        name: "CJK UNIFIED IDEOGRAPH-20696",
    },
    Character {
        age: "3.1",
        codepoint: 0x20697,
        name: "CJK UNIFIED IDEOGRAPH-20697",
    },
    Character {
        age: "3.1",
        codepoint: 0x20698,
        name: "CJK UNIFIED IDEOGRAPH-20698",
    },
    Character {
        age: "3.1",
        codepoint: 0x20699,
        name: "CJK UNIFIED IDEOGRAPH-20699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2069A,
        name: "CJK UNIFIED IDEOGRAPH-2069A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2069B,
        name: "CJK UNIFIED IDEOGRAPH-2069B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2069C,
        name: "CJK UNIFIED IDEOGRAPH-2069C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2069D,
        name: "CJK UNIFIED IDEOGRAPH-2069D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2069E,
        name: "CJK UNIFIED IDEOGRAPH-2069E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2069F,
        name: "CJK UNIFIED IDEOGRAPH-2069F",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A0,
        name: "CJK UNIFIED IDEOGRAPH-206A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A1,
        name: "CJK UNIFIED IDEOGRAPH-206A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A2,
        name: "CJK UNIFIED IDEOGRAPH-206A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A3,
        name: "CJK UNIFIED IDEOGRAPH-206A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A4,
        name: "CJK UNIFIED IDEOGRAPH-206A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A5,
        name: "CJK UNIFIED IDEOGRAPH-206A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A6,
        name: "CJK UNIFIED IDEOGRAPH-206A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A7,
        name: "CJK UNIFIED IDEOGRAPH-206A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A8,
        name: "CJK UNIFIED IDEOGRAPH-206A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x206A9,
        name: "CJK UNIFIED IDEOGRAPH-206A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x206AA,
        name: "CJK UNIFIED IDEOGRAPH-206AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x206AB,
        name: "CJK UNIFIED IDEOGRAPH-206AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x206AC,
        name: "CJK UNIFIED IDEOGRAPH-206AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x206AD,
        name: "CJK UNIFIED IDEOGRAPH-206AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x206AE,
        name: "CJK UNIFIED IDEOGRAPH-206AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x206AF,
        name: "CJK UNIFIED IDEOGRAPH-206AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B0,
        name: "CJK UNIFIED IDEOGRAPH-206B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B1,
        name: "CJK UNIFIED IDEOGRAPH-206B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B2,
        name: "CJK UNIFIED IDEOGRAPH-206B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B3,
        name: "CJK UNIFIED IDEOGRAPH-206B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B4,
        name: "CJK UNIFIED IDEOGRAPH-206B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B5,
        name: "CJK UNIFIED IDEOGRAPH-206B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B6,
        name: "CJK UNIFIED IDEOGRAPH-206B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B7,
        name: "CJK UNIFIED IDEOGRAPH-206B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B8,
        name: "CJK UNIFIED IDEOGRAPH-206B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x206B9,
        name: "CJK UNIFIED IDEOGRAPH-206B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x206BA,
        name: "CJK UNIFIED IDEOGRAPH-206BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x206BB,
        name: "CJK UNIFIED IDEOGRAPH-206BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x206BC,
        name: "CJK UNIFIED IDEOGRAPH-206BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x206BD,
        name: "CJK UNIFIED IDEOGRAPH-206BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x206BE,
        name: "CJK UNIFIED IDEOGRAPH-206BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x206BF,
        name: "CJK UNIFIED IDEOGRAPH-206BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C0,
        name: "CJK UNIFIED IDEOGRAPH-206C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C1,
        name: "CJK UNIFIED IDEOGRAPH-206C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C2,
        name: "CJK UNIFIED IDEOGRAPH-206C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C3,
        name: "CJK UNIFIED IDEOGRAPH-206C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C4,
        name: "CJK UNIFIED IDEOGRAPH-206C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C5,
        name: "CJK UNIFIED IDEOGRAPH-206C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C6,
        name: "CJK UNIFIED IDEOGRAPH-206C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C7,
        name: "CJK UNIFIED IDEOGRAPH-206C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C8,
        name: "CJK UNIFIED IDEOGRAPH-206C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x206C9,
        name: "CJK UNIFIED IDEOGRAPH-206C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x206CA,
        name: "CJK UNIFIED IDEOGRAPH-206CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x206CB,
        name: "CJK UNIFIED IDEOGRAPH-206CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x206CC,
        name: "CJK UNIFIED IDEOGRAPH-206CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x206CD,
        name: "CJK UNIFIED IDEOGRAPH-206CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x206CE,
        name: "CJK UNIFIED IDEOGRAPH-206CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x206CF,
        name: "CJK UNIFIED IDEOGRAPH-206CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D0,
        name: "CJK UNIFIED IDEOGRAPH-206D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D1,
        name: "CJK UNIFIED IDEOGRAPH-206D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D2,
        name: "CJK UNIFIED IDEOGRAPH-206D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D3,
        name: "CJK UNIFIED IDEOGRAPH-206D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D4,
        name: "CJK UNIFIED IDEOGRAPH-206D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D5,
        name: "CJK UNIFIED IDEOGRAPH-206D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D6,
        name: "CJK UNIFIED IDEOGRAPH-206D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D7,
        name: "CJK UNIFIED IDEOGRAPH-206D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D8,
        name: "CJK UNIFIED IDEOGRAPH-206D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x206D9,
        name: "CJK UNIFIED IDEOGRAPH-206D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x206DA,
        name: "CJK UNIFIED IDEOGRAPH-206DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x206DB,
        name: "CJK UNIFIED IDEOGRAPH-206DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x206DC,
        name: "CJK UNIFIED IDEOGRAPH-206DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x206DD,
        name: "CJK UNIFIED IDEOGRAPH-206DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x206DE,
        name: "CJK UNIFIED IDEOGRAPH-206DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x206DF,
        name: "CJK UNIFIED IDEOGRAPH-206DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E0,
        name: "CJK UNIFIED IDEOGRAPH-206E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E1,
        name: "CJK UNIFIED IDEOGRAPH-206E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E2,
        name: "CJK UNIFIED IDEOGRAPH-206E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E3,
        name: "CJK UNIFIED IDEOGRAPH-206E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E4,
        name: "CJK UNIFIED IDEOGRAPH-206E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E5,
        name: "CJK UNIFIED IDEOGRAPH-206E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E6,
        name: "CJK UNIFIED IDEOGRAPH-206E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E7,
        name: "CJK UNIFIED IDEOGRAPH-206E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E8,
        name: "CJK UNIFIED IDEOGRAPH-206E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x206E9,
        name: "CJK UNIFIED IDEOGRAPH-206E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x206EA,
        name: "CJK UNIFIED IDEOGRAPH-206EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x206EB,
        name: "CJK UNIFIED IDEOGRAPH-206EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x206EC,
        name: "CJK UNIFIED IDEOGRAPH-206EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x206ED,
        name: "CJK UNIFIED IDEOGRAPH-206ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x206EE,
        name: "CJK UNIFIED IDEOGRAPH-206EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x206EF,
        name: "CJK UNIFIED IDEOGRAPH-206EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F0,
        name: "CJK UNIFIED IDEOGRAPH-206F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F1,
        name: "CJK UNIFIED IDEOGRAPH-206F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F2,
        name: "CJK UNIFIED IDEOGRAPH-206F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F3,
        name: "CJK UNIFIED IDEOGRAPH-206F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F4,
        name: "CJK UNIFIED IDEOGRAPH-206F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F5,
        name: "CJK UNIFIED IDEOGRAPH-206F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F6,
        name: "CJK UNIFIED IDEOGRAPH-206F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F7,
        name: "CJK UNIFIED IDEOGRAPH-206F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F8,
        name: "CJK UNIFIED IDEOGRAPH-206F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x206F9,
        name: "CJK UNIFIED IDEOGRAPH-206F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x206FA,
        name: "CJK UNIFIED IDEOGRAPH-206FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x206FB,
        name: "CJK UNIFIED IDEOGRAPH-206FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x206FC,
        name: "CJK UNIFIED IDEOGRAPH-206FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x206FD,
        name: "CJK UNIFIED IDEOGRAPH-206FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x206FE,
        name: "CJK UNIFIED IDEOGRAPH-206FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x206FF,
        name: "CJK UNIFIED IDEOGRAPH-206FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20700,
        name: "CJK UNIFIED IDEOGRAPH-20700",
    },
    Character {
        age: "3.1",
        codepoint: 0x20701,
        name: "CJK UNIFIED IDEOGRAPH-20701",
    },
    Character {
        age: "3.1",
        codepoint: 0x20702,
        name: "CJK UNIFIED IDEOGRAPH-20702",
    },
    Character {
        age: "3.1",
        codepoint: 0x20703,
        name: "CJK UNIFIED IDEOGRAPH-20703",
    },
    Character {
        age: "3.1",
        codepoint: 0x20704,
        name: "CJK UNIFIED IDEOGRAPH-20704",
    },
    Character {
        age: "3.1",
        codepoint: 0x20705,
        name: "CJK UNIFIED IDEOGRAPH-20705",
    },
    Character {
        age: "3.1",
        codepoint: 0x20706,
        name: "CJK UNIFIED IDEOGRAPH-20706",
    },
    Character {
        age: "3.1",
        codepoint: 0x20707,
        name: "CJK UNIFIED IDEOGRAPH-20707",
    },
    Character {
        age: "3.1",
        codepoint: 0x20708,
        name: "CJK UNIFIED IDEOGRAPH-20708",
    },
    Character {
        age: "3.1",
        codepoint: 0x20709,
        name: "CJK UNIFIED IDEOGRAPH-20709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2070A,
        name: "CJK UNIFIED IDEOGRAPH-2070A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2070B,
        name: "CJK UNIFIED IDEOGRAPH-2070B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2070C,
        name: "CJK UNIFIED IDEOGRAPH-2070C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2070D,
        name: "CJK UNIFIED IDEOGRAPH-2070D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2070E,
        name: "CJK UNIFIED IDEOGRAPH-2070E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2070F,
        name: "CJK UNIFIED IDEOGRAPH-2070F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20710,
        name: "CJK UNIFIED IDEOGRAPH-20710",
    },
    Character {
        age: "3.1",
        codepoint: 0x20711,
        name: "CJK UNIFIED IDEOGRAPH-20711",
    },
    Character {
        age: "3.1",
        codepoint: 0x20712,
        name: "CJK UNIFIED IDEOGRAPH-20712",
    },
    Character {
        age: "3.1",
        codepoint: 0x20713,
        name: "CJK UNIFIED IDEOGRAPH-20713",
    },
    Character {
        age: "3.1",
        codepoint: 0x20714,
        name: "CJK UNIFIED IDEOGRAPH-20714",
    },
    Character {
        age: "3.1",
        codepoint: 0x20715,
        name: "CJK UNIFIED IDEOGRAPH-20715",
    },
    Character {
        age: "3.1",
        codepoint: 0x20716,
        name: "CJK UNIFIED IDEOGRAPH-20716",
    },
    Character {
        age: "3.1",
        codepoint: 0x20717,
        name: "CJK UNIFIED IDEOGRAPH-20717",
    },
    Character {
        age: "3.1",
        codepoint: 0x20718,
        name: "CJK UNIFIED IDEOGRAPH-20718",
    },
    Character {
        age: "3.1",
        codepoint: 0x20719,
        name: "CJK UNIFIED IDEOGRAPH-20719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2071A,
        name: "CJK UNIFIED IDEOGRAPH-2071A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2071B,
        name: "CJK UNIFIED IDEOGRAPH-2071B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2071C,
        name: "CJK UNIFIED IDEOGRAPH-2071C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2071D,
        name: "CJK UNIFIED IDEOGRAPH-2071D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2071E,
        name: "CJK UNIFIED IDEOGRAPH-2071E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2071F,
        name: "CJK UNIFIED IDEOGRAPH-2071F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20720,
        name: "CJK UNIFIED IDEOGRAPH-20720",
    },
    Character {
        age: "3.1",
        codepoint: 0x20721,
        name: "CJK UNIFIED IDEOGRAPH-20721",
    },
    Character {
        age: "3.1",
        codepoint: 0x20722,
        name: "CJK UNIFIED IDEOGRAPH-20722",
    },
    Character {
        age: "3.1",
        codepoint: 0x20723,
        name: "CJK UNIFIED IDEOGRAPH-20723",
    },
    Character {
        age: "3.1",
        codepoint: 0x20724,
        name: "CJK UNIFIED IDEOGRAPH-20724",
    },
    Character {
        age: "3.1",
        codepoint: 0x20725,
        name: "CJK UNIFIED IDEOGRAPH-20725",
    },
    Character {
        age: "3.1",
        codepoint: 0x20726,
        name: "CJK UNIFIED IDEOGRAPH-20726",
    },
    Character {
        age: "3.1",
        codepoint: 0x20727,
        name: "CJK UNIFIED IDEOGRAPH-20727",
    },
    Character {
        age: "3.1",
        codepoint: 0x20728,
        name: "CJK UNIFIED IDEOGRAPH-20728",
    },
    Character {
        age: "3.1",
        codepoint: 0x20729,
        name: "CJK UNIFIED IDEOGRAPH-20729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2072A,
        name: "CJK UNIFIED IDEOGRAPH-2072A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2072B,
        name: "CJK UNIFIED IDEOGRAPH-2072B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2072C,
        name: "CJK UNIFIED IDEOGRAPH-2072C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2072D,
        name: "CJK UNIFIED IDEOGRAPH-2072D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2072E,
        name: "CJK UNIFIED IDEOGRAPH-2072E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2072F,
        name: "CJK UNIFIED IDEOGRAPH-2072F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20730,
        name: "CJK UNIFIED IDEOGRAPH-20730",
    },
    Character {
        age: "3.1",
        codepoint: 0x20731,
        name: "CJK UNIFIED IDEOGRAPH-20731",
    },
    Character {
        age: "3.1",
        codepoint: 0x20732,
        name: "CJK UNIFIED IDEOGRAPH-20732",
    },
    Character {
        age: "3.1",
        codepoint: 0x20733,
        name: "CJK UNIFIED IDEOGRAPH-20733",
    },
    Character {
        age: "3.1",
        codepoint: 0x20734,
        name: "CJK UNIFIED IDEOGRAPH-20734",
    },
    Character {
        age: "3.1",
        codepoint: 0x20735,
        name: "CJK UNIFIED IDEOGRAPH-20735",
    },
    Character {
        age: "3.1",
        codepoint: 0x20736,
        name: "CJK UNIFIED IDEOGRAPH-20736",
    },
    Character {
        age: "3.1",
        codepoint: 0x20737,
        name: "CJK UNIFIED IDEOGRAPH-20737",
    },
    Character {
        age: "3.1",
        codepoint: 0x20738,
        name: "CJK UNIFIED IDEOGRAPH-20738",
    },
    Character {
        age: "3.1",
        codepoint: 0x20739,
        name: "CJK UNIFIED IDEOGRAPH-20739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2073A,
        name: "CJK UNIFIED IDEOGRAPH-2073A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2073B,
        name: "CJK UNIFIED IDEOGRAPH-2073B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2073C,
        name: "CJK UNIFIED IDEOGRAPH-2073C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2073D,
        name: "CJK UNIFIED IDEOGRAPH-2073D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2073E,
        name: "CJK UNIFIED IDEOGRAPH-2073E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2073F,
        name: "CJK UNIFIED IDEOGRAPH-2073F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20740,
        name: "CJK UNIFIED IDEOGRAPH-20740",
    },
    Character {
        age: "3.1",
        codepoint: 0x20741,
        name: "CJK UNIFIED IDEOGRAPH-20741",
    },
    Character {
        age: "3.1",
        codepoint: 0x20742,
        name: "CJK UNIFIED IDEOGRAPH-20742",
    },
    Character {
        age: "3.1",
        codepoint: 0x20743,
        name: "CJK UNIFIED IDEOGRAPH-20743",
    },
    Character {
        age: "3.1",
        codepoint: 0x20744,
        name: "CJK UNIFIED IDEOGRAPH-20744",
    },
    Character {
        age: "3.1",
        codepoint: 0x20745,
        name: "CJK UNIFIED IDEOGRAPH-20745",
    },
    Character {
        age: "3.1",
        codepoint: 0x20746,
        name: "CJK UNIFIED IDEOGRAPH-20746",
    },
    Character {
        age: "3.1",
        codepoint: 0x20747,
        name: "CJK UNIFIED IDEOGRAPH-20747",
    },
    Character {
        age: "3.1",
        codepoint: 0x20748,
        name: "CJK UNIFIED IDEOGRAPH-20748",
    },
    Character {
        age: "3.1",
        codepoint: 0x20749,
        name: "CJK UNIFIED IDEOGRAPH-20749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2074A,
        name: "CJK UNIFIED IDEOGRAPH-2074A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2074B,
        name: "CJK UNIFIED IDEOGRAPH-2074B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2074C,
        name: "CJK UNIFIED IDEOGRAPH-2074C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2074D,
        name: "CJK UNIFIED IDEOGRAPH-2074D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2074E,
        name: "CJK UNIFIED IDEOGRAPH-2074E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2074F,
        name: "CJK UNIFIED IDEOGRAPH-2074F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20750,
        name: "CJK UNIFIED IDEOGRAPH-20750",
    },
    Character {
        age: "3.1",
        codepoint: 0x20751,
        name: "CJK UNIFIED IDEOGRAPH-20751",
    },
    Character {
        age: "3.1",
        codepoint: 0x20752,
        name: "CJK UNIFIED IDEOGRAPH-20752",
    },
    Character {
        age: "3.1",
        codepoint: 0x20753,
        name: "CJK UNIFIED IDEOGRAPH-20753",
    },
    Character {
        age: "3.1",
        codepoint: 0x20754,
        name: "CJK UNIFIED IDEOGRAPH-20754",
    },
    Character {
        age: "3.1",
        codepoint: 0x20755,
        name: "CJK UNIFIED IDEOGRAPH-20755",
    },
    Character {
        age: "3.1",
        codepoint: 0x20756,
        name: "CJK UNIFIED IDEOGRAPH-20756",
    },
    Character {
        age: "3.1",
        codepoint: 0x20757,
        name: "CJK UNIFIED IDEOGRAPH-20757",
    },
    Character {
        age: "3.1",
        codepoint: 0x20758,
        name: "CJK UNIFIED IDEOGRAPH-20758",
    },
    Character {
        age: "3.1",
        codepoint: 0x20759,
        name: "CJK UNIFIED IDEOGRAPH-20759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2075A,
        name: "CJK UNIFIED IDEOGRAPH-2075A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2075B,
        name: "CJK UNIFIED IDEOGRAPH-2075B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2075C,
        name: "CJK UNIFIED IDEOGRAPH-2075C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2075D,
        name: "CJK UNIFIED IDEOGRAPH-2075D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2075E,
        name: "CJK UNIFIED IDEOGRAPH-2075E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2075F,
        name: "CJK UNIFIED IDEOGRAPH-2075F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20760,
        name: "CJK UNIFIED IDEOGRAPH-20760",
    },
    Character {
        age: "3.1",
        codepoint: 0x20761,
        name: "CJK UNIFIED IDEOGRAPH-20761",
    },
    Character {
        age: "3.1",
        codepoint: 0x20762,
        name: "CJK UNIFIED IDEOGRAPH-20762",
    },
    Character {
        age: "3.1",
        codepoint: 0x20763,
        name: "CJK UNIFIED IDEOGRAPH-20763",
    },
    Character {
        age: "3.1",
        codepoint: 0x20764,
        name: "CJK UNIFIED IDEOGRAPH-20764",
    },
    Character {
        age: "3.1",
        codepoint: 0x20765,
        name: "CJK UNIFIED IDEOGRAPH-20765",
    },
    Character {
        age: "3.1",
        codepoint: 0x20766,
        name: "CJK UNIFIED IDEOGRAPH-20766",
    },
    Character {
        age: "3.1",
        codepoint: 0x20767,
        name: "CJK UNIFIED IDEOGRAPH-20767",
    },
    Character {
        age: "3.1",
        codepoint: 0x20768,
        name: "CJK UNIFIED IDEOGRAPH-20768",
    },
    Character {
        age: "3.1",
        codepoint: 0x20769,
        name: "CJK UNIFIED IDEOGRAPH-20769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2076A,
        name: "CJK UNIFIED IDEOGRAPH-2076A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2076B,
        name: "CJK UNIFIED IDEOGRAPH-2076B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2076C,
        name: "CJK UNIFIED IDEOGRAPH-2076C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2076D,
        name: "CJK UNIFIED IDEOGRAPH-2076D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2076E,
        name: "CJK UNIFIED IDEOGRAPH-2076E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2076F,
        name: "CJK UNIFIED IDEOGRAPH-2076F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20770,
        name: "CJK UNIFIED IDEOGRAPH-20770",
    },
    Character {
        age: "3.1",
        codepoint: 0x20771,
        name: "CJK UNIFIED IDEOGRAPH-20771",
    },
    Character {
        age: "3.1",
        codepoint: 0x20772,
        name: "CJK UNIFIED IDEOGRAPH-20772",
    },
    Character {
        age: "3.1",
        codepoint: 0x20773,
        name: "CJK UNIFIED IDEOGRAPH-20773",
    },
    Character {
        age: "3.1",
        codepoint: 0x20774,
        name: "CJK UNIFIED IDEOGRAPH-20774",
    },
    Character {
        age: "3.1",
        codepoint: 0x20775,
        name: "CJK UNIFIED IDEOGRAPH-20775",
    },
    Character {
        age: "3.1",
        codepoint: 0x20776,
        name: "CJK UNIFIED IDEOGRAPH-20776",
    },
    Character {
        age: "3.1",
        codepoint: 0x20777,
        name: "CJK UNIFIED IDEOGRAPH-20777",
    },
    Character {
        age: "3.1",
        codepoint: 0x20778,
        name: "CJK UNIFIED IDEOGRAPH-20778",
    },
    Character {
        age: "3.1",
        codepoint: 0x20779,
        name: "CJK UNIFIED IDEOGRAPH-20779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2077A,
        name: "CJK UNIFIED IDEOGRAPH-2077A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2077B,
        name: "CJK UNIFIED IDEOGRAPH-2077B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2077C,
        name: "CJK UNIFIED IDEOGRAPH-2077C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2077D,
        name: "CJK UNIFIED IDEOGRAPH-2077D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2077E,
        name: "CJK UNIFIED IDEOGRAPH-2077E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2077F,
        name: "CJK UNIFIED IDEOGRAPH-2077F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20780,
        name: "CJK UNIFIED IDEOGRAPH-20780",
    },
    Character {
        age: "3.1",
        codepoint: 0x20781,
        name: "CJK UNIFIED IDEOGRAPH-20781",
    },
    Character {
        age: "3.1",
        codepoint: 0x20782,
        name: "CJK UNIFIED IDEOGRAPH-20782",
    },
    Character {
        age: "3.1",
        codepoint: 0x20783,
        name: "CJK UNIFIED IDEOGRAPH-20783",
    },
    Character {
        age: "3.1",
        codepoint: 0x20784,
        name: "CJK UNIFIED IDEOGRAPH-20784",
    },
    Character {
        age: "3.1",
        codepoint: 0x20785,
        name: "CJK UNIFIED IDEOGRAPH-20785",
    },
    Character {
        age: "3.1",
        codepoint: 0x20786,
        name: "CJK UNIFIED IDEOGRAPH-20786",
    },
    Character {
        age: "3.1",
        codepoint: 0x20787,
        name: "CJK UNIFIED IDEOGRAPH-20787",
    },
    Character {
        age: "3.1",
        codepoint: 0x20788,
        name: "CJK UNIFIED IDEOGRAPH-20788",
    },
    Character {
        age: "3.1",
        codepoint: 0x20789,
        name: "CJK UNIFIED IDEOGRAPH-20789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2078A,
        name: "CJK UNIFIED IDEOGRAPH-2078A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2078B,
        name: "CJK UNIFIED IDEOGRAPH-2078B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2078C,
        name: "CJK UNIFIED IDEOGRAPH-2078C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2078D,
        name: "CJK UNIFIED IDEOGRAPH-2078D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2078E,
        name: "CJK UNIFIED IDEOGRAPH-2078E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2078F,
        name: "CJK UNIFIED IDEOGRAPH-2078F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20790,
        name: "CJK UNIFIED IDEOGRAPH-20790",
    },
    Character {
        age: "3.1",
        codepoint: 0x20791,
        name: "CJK UNIFIED IDEOGRAPH-20791",
    },
    Character {
        age: "3.1",
        codepoint: 0x20792,
        name: "CJK UNIFIED IDEOGRAPH-20792",
    },
    Character {
        age: "3.1",
        codepoint: 0x20793,
        name: "CJK UNIFIED IDEOGRAPH-20793",
    },
    Character {
        age: "3.1",
        codepoint: 0x20794,
        name: "CJK UNIFIED IDEOGRAPH-20794",
    },
    Character {
        age: "3.1",
        codepoint: 0x20795,
        name: "CJK UNIFIED IDEOGRAPH-20795",
    },
    Character {
        age: "3.1",
        codepoint: 0x20796,
        name: "CJK UNIFIED IDEOGRAPH-20796",
    },
    Character {
        age: "3.1",
        codepoint: 0x20797,
        name: "CJK UNIFIED IDEOGRAPH-20797",
    },
    Character {
        age: "3.1",
        codepoint: 0x20798,
        name: "CJK UNIFIED IDEOGRAPH-20798",
    },
    Character {
        age: "3.1",
        codepoint: 0x20799,
        name: "CJK UNIFIED IDEOGRAPH-20799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2079A,
        name: "CJK UNIFIED IDEOGRAPH-2079A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2079B,
        name: "CJK UNIFIED IDEOGRAPH-2079B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2079C,
        name: "CJK UNIFIED IDEOGRAPH-2079C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2079D,
        name: "CJK UNIFIED IDEOGRAPH-2079D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2079E,
        name: "CJK UNIFIED IDEOGRAPH-2079E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2079F,
        name: "CJK UNIFIED IDEOGRAPH-2079F",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A0,
        name: "CJK UNIFIED IDEOGRAPH-207A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A1,
        name: "CJK UNIFIED IDEOGRAPH-207A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A2,
        name: "CJK UNIFIED IDEOGRAPH-207A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A3,
        name: "CJK UNIFIED IDEOGRAPH-207A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A4,
        name: "CJK UNIFIED IDEOGRAPH-207A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A5,
        name: "CJK UNIFIED IDEOGRAPH-207A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A6,
        name: "CJK UNIFIED IDEOGRAPH-207A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A7,
        name: "CJK UNIFIED IDEOGRAPH-207A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A8,
        name: "CJK UNIFIED IDEOGRAPH-207A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x207A9,
        name: "CJK UNIFIED IDEOGRAPH-207A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x207AA,
        name: "CJK UNIFIED IDEOGRAPH-207AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x207AB,
        name: "CJK UNIFIED IDEOGRAPH-207AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x207AC,
        name: "CJK UNIFIED IDEOGRAPH-207AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x207AD,
        name: "CJK UNIFIED IDEOGRAPH-207AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x207AE,
        name: "CJK UNIFIED IDEOGRAPH-207AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x207AF,
        name: "CJK UNIFIED IDEOGRAPH-207AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B0,
        name: "CJK UNIFIED IDEOGRAPH-207B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B1,
        name: "CJK UNIFIED IDEOGRAPH-207B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B2,
        name: "CJK UNIFIED IDEOGRAPH-207B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B3,
        name: "CJK UNIFIED IDEOGRAPH-207B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B4,
        name: "CJK UNIFIED IDEOGRAPH-207B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B5,
        name: "CJK UNIFIED IDEOGRAPH-207B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B6,
        name: "CJK UNIFIED IDEOGRAPH-207B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B7,
        name: "CJK UNIFIED IDEOGRAPH-207B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B8,
        name: "CJK UNIFIED IDEOGRAPH-207B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x207B9,
        name: "CJK UNIFIED IDEOGRAPH-207B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x207BA,
        name: "CJK UNIFIED IDEOGRAPH-207BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x207BB,
        name: "CJK UNIFIED IDEOGRAPH-207BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x207BC,
        name: "CJK UNIFIED IDEOGRAPH-207BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x207BD,
        name: "CJK UNIFIED IDEOGRAPH-207BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x207BE,
        name: "CJK UNIFIED IDEOGRAPH-207BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x207BF,
        name: "CJK UNIFIED IDEOGRAPH-207BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C0,
        name: "CJK UNIFIED IDEOGRAPH-207C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C1,
        name: "CJK UNIFIED IDEOGRAPH-207C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C2,
        name: "CJK UNIFIED IDEOGRAPH-207C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C3,
        name: "CJK UNIFIED IDEOGRAPH-207C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C4,
        name: "CJK UNIFIED IDEOGRAPH-207C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C5,
        name: "CJK UNIFIED IDEOGRAPH-207C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C6,
        name: "CJK UNIFIED IDEOGRAPH-207C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C7,
        name: "CJK UNIFIED IDEOGRAPH-207C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C8,
        name: "CJK UNIFIED IDEOGRAPH-207C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x207C9,
        name: "CJK UNIFIED IDEOGRAPH-207C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x207CA,
        name: "CJK UNIFIED IDEOGRAPH-207CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x207CB,
        name: "CJK UNIFIED IDEOGRAPH-207CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x207CC,
        name: "CJK UNIFIED IDEOGRAPH-207CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x207CD,
        name: "CJK UNIFIED IDEOGRAPH-207CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x207CE,
        name: "CJK UNIFIED IDEOGRAPH-207CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x207CF,
        name: "CJK UNIFIED IDEOGRAPH-207CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D0,
        name: "CJK UNIFIED IDEOGRAPH-207D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D1,
        name: "CJK UNIFIED IDEOGRAPH-207D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D2,
        name: "CJK UNIFIED IDEOGRAPH-207D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D3,
        name: "CJK UNIFIED IDEOGRAPH-207D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D4,
        name: "CJK UNIFIED IDEOGRAPH-207D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D5,
        name: "CJK UNIFIED IDEOGRAPH-207D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D6,
        name: "CJK UNIFIED IDEOGRAPH-207D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D7,
        name: "CJK UNIFIED IDEOGRAPH-207D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D8,
        name: "CJK UNIFIED IDEOGRAPH-207D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x207D9,
        name: "CJK UNIFIED IDEOGRAPH-207D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x207DA,
        name: "CJK UNIFIED IDEOGRAPH-207DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x207DB,
        name: "CJK UNIFIED IDEOGRAPH-207DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x207DC,
        name: "CJK UNIFIED IDEOGRAPH-207DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x207DD,
        name: "CJK UNIFIED IDEOGRAPH-207DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x207DE,
        name: "CJK UNIFIED IDEOGRAPH-207DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x207DF,
        name: "CJK UNIFIED IDEOGRAPH-207DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E0,
        name: "CJK UNIFIED IDEOGRAPH-207E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E1,
        name: "CJK UNIFIED IDEOGRAPH-207E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E2,
        name: "CJK UNIFIED IDEOGRAPH-207E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E3,
        name: "CJK UNIFIED IDEOGRAPH-207E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E4,
        name: "CJK UNIFIED IDEOGRAPH-207E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E5,
        name: "CJK UNIFIED IDEOGRAPH-207E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E6,
        name: "CJK UNIFIED IDEOGRAPH-207E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E7,
        name: "CJK UNIFIED IDEOGRAPH-207E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E8,
        name: "CJK UNIFIED IDEOGRAPH-207E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x207E9,
        name: "CJK UNIFIED IDEOGRAPH-207E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x207EA,
        name: "CJK UNIFIED IDEOGRAPH-207EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x207EB,
        name: "CJK UNIFIED IDEOGRAPH-207EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x207EC,
        name: "CJK UNIFIED IDEOGRAPH-207EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x207ED,
        name: "CJK UNIFIED IDEOGRAPH-207ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x207EE,
        name: "CJK UNIFIED IDEOGRAPH-207EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x207EF,
        name: "CJK UNIFIED IDEOGRAPH-207EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F0,
        name: "CJK UNIFIED IDEOGRAPH-207F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F1,
        name: "CJK UNIFIED IDEOGRAPH-207F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F2,
        name: "CJK UNIFIED IDEOGRAPH-207F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F3,
        name: "CJK UNIFIED IDEOGRAPH-207F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F4,
        name: "CJK UNIFIED IDEOGRAPH-207F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F5,
        name: "CJK UNIFIED IDEOGRAPH-207F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F6,
        name: "CJK UNIFIED IDEOGRAPH-207F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F7,
        name: "CJK UNIFIED IDEOGRAPH-207F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F8,
        name: "CJK UNIFIED IDEOGRAPH-207F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x207F9,
        name: "CJK UNIFIED IDEOGRAPH-207F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x207FA,
        name: "CJK UNIFIED IDEOGRAPH-207FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x207FB,
        name: "CJK UNIFIED IDEOGRAPH-207FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x207FC,
        name: "CJK UNIFIED IDEOGRAPH-207FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x207FD,
        name: "CJK UNIFIED IDEOGRAPH-207FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x207FE,
        name: "CJK UNIFIED IDEOGRAPH-207FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x207FF,
        name: "CJK UNIFIED IDEOGRAPH-207FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20800,
        name: "CJK UNIFIED IDEOGRAPH-20800",
    },
    Character {
        age: "3.1",
        codepoint: 0x20801,
        name: "CJK UNIFIED IDEOGRAPH-20801",
    },
    Character {
        age: "3.1",
        codepoint: 0x20802,
        name: "CJK UNIFIED IDEOGRAPH-20802",
    },
    Character {
        age: "3.1",
        codepoint: 0x20803,
        name: "CJK UNIFIED IDEOGRAPH-20803",
    },
    Character {
        age: "3.1",
        codepoint: 0x20804,
        name: "CJK UNIFIED IDEOGRAPH-20804",
    },
    Character {
        age: "3.1",
        codepoint: 0x20805,
        name: "CJK UNIFIED IDEOGRAPH-20805",
    },
    Character {
        age: "3.1",
        codepoint: 0x20806,
        name: "CJK UNIFIED IDEOGRAPH-20806",
    },
    Character {
        age: "3.1",
        codepoint: 0x20807,
        name: "CJK UNIFIED IDEOGRAPH-20807",
    },
    Character {
        age: "3.1",
        codepoint: 0x20808,
        name: "CJK UNIFIED IDEOGRAPH-20808",
    },
    Character {
        age: "3.1",
        codepoint: 0x20809,
        name: "CJK UNIFIED IDEOGRAPH-20809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2080A,
        name: "CJK UNIFIED IDEOGRAPH-2080A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2080B,
        name: "CJK UNIFIED IDEOGRAPH-2080B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2080C,
        name: "CJK UNIFIED IDEOGRAPH-2080C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2080D,
        name: "CJK UNIFIED IDEOGRAPH-2080D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2080E,
        name: "CJK UNIFIED IDEOGRAPH-2080E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2080F,
        name: "CJK UNIFIED IDEOGRAPH-2080F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20810,
        name: "CJK UNIFIED IDEOGRAPH-20810",
    },
    Character {
        age: "3.1",
        codepoint: 0x20811,
        name: "CJK UNIFIED IDEOGRAPH-20811",
    },
    Character {
        age: "3.1",
        codepoint: 0x20812,
        name: "CJK UNIFIED IDEOGRAPH-20812",
    },
    Character {
        age: "3.1",
        codepoint: 0x20813,
        name: "CJK UNIFIED IDEOGRAPH-20813",
    },
    Character {
        age: "3.1",
        codepoint: 0x20814,
        name: "CJK UNIFIED IDEOGRAPH-20814",
    },
    Character {
        age: "3.1",
        codepoint: 0x20815,
        name: "CJK UNIFIED IDEOGRAPH-20815",
    },
    Character {
        age: "3.1",
        codepoint: 0x20816,
        name: "CJK UNIFIED IDEOGRAPH-20816",
    },
    Character {
        age: "3.1",
        codepoint: 0x20817,
        name: "CJK UNIFIED IDEOGRAPH-20817",
    },
    Character {
        age: "3.1",
        codepoint: 0x20818,
        name: "CJK UNIFIED IDEOGRAPH-20818",
    },
    Character {
        age: "3.1",
        codepoint: 0x20819,
        name: "CJK UNIFIED IDEOGRAPH-20819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2081A,
        name: "CJK UNIFIED IDEOGRAPH-2081A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2081B,
        name: "CJK UNIFIED IDEOGRAPH-2081B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2081C,
        name: "CJK UNIFIED IDEOGRAPH-2081C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2081D,
        name: "CJK UNIFIED IDEOGRAPH-2081D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2081E,
        name: "CJK UNIFIED IDEOGRAPH-2081E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2081F,
        name: "CJK UNIFIED IDEOGRAPH-2081F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20820,
        name: "CJK UNIFIED IDEOGRAPH-20820",
    },
    Character {
        age: "3.1",
        codepoint: 0x20821,
        name: "CJK UNIFIED IDEOGRAPH-20821",
    },
    Character {
        age: "3.1",
        codepoint: 0x20822,
        name: "CJK UNIFIED IDEOGRAPH-20822",
    },
    Character {
        age: "3.1",
        codepoint: 0x20823,
        name: "CJK UNIFIED IDEOGRAPH-20823",
    },
    Character {
        age: "3.1",
        codepoint: 0x20824,
        name: "CJK UNIFIED IDEOGRAPH-20824",
    },
    Character {
        age: "3.1",
        codepoint: 0x20825,
        name: "CJK UNIFIED IDEOGRAPH-20825",
    },
    Character {
        age: "3.1",
        codepoint: 0x20826,
        name: "CJK UNIFIED IDEOGRAPH-20826",
    },
    Character {
        age: "3.1",
        codepoint: 0x20827,
        name: "CJK UNIFIED IDEOGRAPH-20827",
    },
    Character {
        age: "3.1",
        codepoint: 0x20828,
        name: "CJK UNIFIED IDEOGRAPH-20828",
    },
    Character {
        age: "3.1",
        codepoint: 0x20829,
        name: "CJK UNIFIED IDEOGRAPH-20829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2082A,
        name: "CJK UNIFIED IDEOGRAPH-2082A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2082B,
        name: "CJK UNIFIED IDEOGRAPH-2082B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2082C,
        name: "CJK UNIFIED IDEOGRAPH-2082C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2082D,
        name: "CJK UNIFIED IDEOGRAPH-2082D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2082E,
        name: "CJK UNIFIED IDEOGRAPH-2082E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2082F,
        name: "CJK UNIFIED IDEOGRAPH-2082F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20830,
        name: "CJK UNIFIED IDEOGRAPH-20830",
    },
    Character {
        age: "3.1",
        codepoint: 0x20831,
        name: "CJK UNIFIED IDEOGRAPH-20831",
    },
    Character {
        age: "3.1",
        codepoint: 0x20832,
        name: "CJK UNIFIED IDEOGRAPH-20832",
    },
    Character {
        age: "3.1",
        codepoint: 0x20833,
        name: "CJK UNIFIED IDEOGRAPH-20833",
    },
    Character {
        age: "3.1",
        codepoint: 0x20834,
        name: "CJK UNIFIED IDEOGRAPH-20834",
    },
    Character {
        age: "3.1",
        codepoint: 0x20835,
        name: "CJK UNIFIED IDEOGRAPH-20835",
    },
    Character {
        age: "3.1",
        codepoint: 0x20836,
        name: "CJK UNIFIED IDEOGRAPH-20836",
    },
    Character {
        age: "3.1",
        codepoint: 0x20837,
        name: "CJK UNIFIED IDEOGRAPH-20837",
    },
    Character {
        age: "3.1",
        codepoint: 0x20838,
        name: "CJK UNIFIED IDEOGRAPH-20838",
    },
    Character {
        age: "3.1",
        codepoint: 0x20839,
        name: "CJK UNIFIED IDEOGRAPH-20839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2083A,
        name: "CJK UNIFIED IDEOGRAPH-2083A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2083B,
        name: "CJK UNIFIED IDEOGRAPH-2083B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2083C,
        name: "CJK UNIFIED IDEOGRAPH-2083C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2083D,
        name: "CJK UNIFIED IDEOGRAPH-2083D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2083E,
        name: "CJK UNIFIED IDEOGRAPH-2083E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2083F,
        name: "CJK UNIFIED IDEOGRAPH-2083F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20840,
        name: "CJK UNIFIED IDEOGRAPH-20840",
    },
    Character {
        age: "3.1",
        codepoint: 0x20841,
        name: "CJK UNIFIED IDEOGRAPH-20841",
    },
    Character {
        age: "3.1",
        codepoint: 0x20842,
        name: "CJK UNIFIED IDEOGRAPH-20842",
    },
    Character {
        age: "3.1",
        codepoint: 0x20843,
        name: "CJK UNIFIED IDEOGRAPH-20843",
    },
    Character {
        age: "3.1",
        codepoint: 0x20844,
        name: "CJK UNIFIED IDEOGRAPH-20844",
    },
    Character {
        age: "3.1",
        codepoint: 0x20845,
        name: "CJK UNIFIED IDEOGRAPH-20845",
    },
    Character {
        age: "3.1",
        codepoint: 0x20846,
        name: "CJK UNIFIED IDEOGRAPH-20846",
    },
    Character {
        age: "3.1",
        codepoint: 0x20847,
        name: "CJK UNIFIED IDEOGRAPH-20847",
    },
    Character {
        age: "3.1",
        codepoint: 0x20848,
        name: "CJK UNIFIED IDEOGRAPH-20848",
    },
    Character {
        age: "3.1",
        codepoint: 0x20849,
        name: "CJK UNIFIED IDEOGRAPH-20849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2084A,
        name: "CJK UNIFIED IDEOGRAPH-2084A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2084B,
        name: "CJK UNIFIED IDEOGRAPH-2084B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2084C,
        name: "CJK UNIFIED IDEOGRAPH-2084C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2084D,
        name: "CJK UNIFIED IDEOGRAPH-2084D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2084E,
        name: "CJK UNIFIED IDEOGRAPH-2084E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2084F,
        name: "CJK UNIFIED IDEOGRAPH-2084F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20850,
        name: "CJK UNIFIED IDEOGRAPH-20850",
    },
    Character {
        age: "3.1",
        codepoint: 0x20851,
        name: "CJK UNIFIED IDEOGRAPH-20851",
    },
    Character {
        age: "3.1",
        codepoint: 0x20852,
        name: "CJK UNIFIED IDEOGRAPH-20852",
    },
    Character {
        age: "3.1",
        codepoint: 0x20853,
        name: "CJK UNIFIED IDEOGRAPH-20853",
    },
    Character {
        age: "3.1",
        codepoint: 0x20854,
        name: "CJK UNIFIED IDEOGRAPH-20854",
    },
    Character {
        age: "3.1",
        codepoint: 0x20855,
        name: "CJK UNIFIED IDEOGRAPH-20855",
    },
    Character {
        age: "3.1",
        codepoint: 0x20856,
        name: "CJK UNIFIED IDEOGRAPH-20856",
    },
    Character {
        age: "3.1",
        codepoint: 0x20857,
        name: "CJK UNIFIED IDEOGRAPH-20857",
    },
    Character {
        age: "3.1",
        codepoint: 0x20858,
        name: "CJK UNIFIED IDEOGRAPH-20858",
    },
    Character {
        age: "3.1",
        codepoint: 0x20859,
        name: "CJK UNIFIED IDEOGRAPH-20859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2085A,
        name: "CJK UNIFIED IDEOGRAPH-2085A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2085B,
        name: "CJK UNIFIED IDEOGRAPH-2085B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2085C,
        name: "CJK UNIFIED IDEOGRAPH-2085C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2085D,
        name: "CJK UNIFIED IDEOGRAPH-2085D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2085E,
        name: "CJK UNIFIED IDEOGRAPH-2085E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2085F,
        name: "CJK UNIFIED IDEOGRAPH-2085F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20860,
        name: "CJK UNIFIED IDEOGRAPH-20860",
    },
    Character {
        age: "3.1",
        codepoint: 0x20861,
        name: "CJK UNIFIED IDEOGRAPH-20861",
    },
    Character {
        age: "3.1",
        codepoint: 0x20862,
        name: "CJK UNIFIED IDEOGRAPH-20862",
    },
    Character {
        age: "3.1",
        codepoint: 0x20863,
        name: "CJK UNIFIED IDEOGRAPH-20863",
    },
    Character {
        age: "3.1",
        codepoint: 0x20864,
        name: "CJK UNIFIED IDEOGRAPH-20864",
    },
    Character {
        age: "3.1",
        codepoint: 0x20865,
        name: "CJK UNIFIED IDEOGRAPH-20865",
    },
    Character {
        age: "3.1",
        codepoint: 0x20866,
        name: "CJK UNIFIED IDEOGRAPH-20866",
    },
    Character {
        age: "3.1",
        codepoint: 0x20867,
        name: "CJK UNIFIED IDEOGRAPH-20867",
    },
    Character {
        age: "3.1",
        codepoint: 0x20868,
        name: "CJK UNIFIED IDEOGRAPH-20868",
    },
    Character {
        age: "3.1",
        codepoint: 0x20869,
        name: "CJK UNIFIED IDEOGRAPH-20869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2086A,
        name: "CJK UNIFIED IDEOGRAPH-2086A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2086B,
        name: "CJK UNIFIED IDEOGRAPH-2086B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2086C,
        name: "CJK UNIFIED IDEOGRAPH-2086C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2086D,
        name: "CJK UNIFIED IDEOGRAPH-2086D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2086E,
        name: "CJK UNIFIED IDEOGRAPH-2086E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2086F,
        name: "CJK UNIFIED IDEOGRAPH-2086F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20870,
        name: "CJK UNIFIED IDEOGRAPH-20870",
    },
    Character {
        age: "3.1",
        codepoint: 0x20871,
        name: "CJK UNIFIED IDEOGRAPH-20871",
    },
    Character {
        age: "3.1",
        codepoint: 0x20872,
        name: "CJK UNIFIED IDEOGRAPH-20872",
    },
    Character {
        age: "3.1",
        codepoint: 0x20873,
        name: "CJK UNIFIED IDEOGRAPH-20873",
    },
    Character {
        age: "3.1",
        codepoint: 0x20874,
        name: "CJK UNIFIED IDEOGRAPH-20874",
    },
    Character {
        age: "3.1",
        codepoint: 0x20875,
        name: "CJK UNIFIED IDEOGRAPH-20875",
    },
    Character {
        age: "3.1",
        codepoint: 0x20876,
        name: "CJK UNIFIED IDEOGRAPH-20876",
    },
    Character {
        age: "3.1",
        codepoint: 0x20877,
        name: "CJK UNIFIED IDEOGRAPH-20877",
    },
    Character {
        age: "3.1",
        codepoint: 0x20878,
        name: "CJK UNIFIED IDEOGRAPH-20878",
    },
    Character {
        age: "3.1",
        codepoint: 0x20879,
        name: "CJK UNIFIED IDEOGRAPH-20879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2087A,
        name: "CJK UNIFIED IDEOGRAPH-2087A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2087B,
        name: "CJK UNIFIED IDEOGRAPH-2087B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2087C,
        name: "CJK UNIFIED IDEOGRAPH-2087C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2087D,
        name: "CJK UNIFIED IDEOGRAPH-2087D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2087E,
        name: "CJK UNIFIED IDEOGRAPH-2087E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2087F,
        name: "CJK UNIFIED IDEOGRAPH-2087F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20880,
        name: "CJK UNIFIED IDEOGRAPH-20880",
    },
    Character {
        age: "3.1",
        codepoint: 0x20881,
        name: "CJK UNIFIED IDEOGRAPH-20881",
    },
    Character {
        age: "3.1",
        codepoint: 0x20882,
        name: "CJK UNIFIED IDEOGRAPH-20882",
    },
    Character {
        age: "3.1",
        codepoint: 0x20883,
        name: "CJK UNIFIED IDEOGRAPH-20883",
    },
    Character {
        age: "3.1",
        codepoint: 0x20884,
        name: "CJK UNIFIED IDEOGRAPH-20884",
    },
    Character {
        age: "3.1",
        codepoint: 0x20885,
        name: "CJK UNIFIED IDEOGRAPH-20885",
    },
    Character {
        age: "3.1",
        codepoint: 0x20886,
        name: "CJK UNIFIED IDEOGRAPH-20886",
    },
    Character {
        age: "3.1",
        codepoint: 0x20887,
        name: "CJK UNIFIED IDEOGRAPH-20887",
    },
    Character {
        age: "3.1",
        codepoint: 0x20888,
        name: "CJK UNIFIED IDEOGRAPH-20888",
    },
    Character {
        age: "3.1",
        codepoint: 0x20889,
        name: "CJK UNIFIED IDEOGRAPH-20889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2088A,
        name: "CJK UNIFIED IDEOGRAPH-2088A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2088B,
        name: "CJK UNIFIED IDEOGRAPH-2088B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2088C,
        name: "CJK UNIFIED IDEOGRAPH-2088C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2088D,
        name: "CJK UNIFIED IDEOGRAPH-2088D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2088E,
        name: "CJK UNIFIED IDEOGRAPH-2088E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2088F,
        name: "CJK UNIFIED IDEOGRAPH-2088F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20890,
        name: "CJK UNIFIED IDEOGRAPH-20890",
    },
    Character {
        age: "3.1",
        codepoint: 0x20891,
        name: "CJK UNIFIED IDEOGRAPH-20891",
    },
    Character {
        age: "3.1",
        codepoint: 0x20892,
        name: "CJK UNIFIED IDEOGRAPH-20892",
    },
    Character {
        age: "3.1",
        codepoint: 0x20893,
        name: "CJK UNIFIED IDEOGRAPH-20893",
    },
    Character {
        age: "3.1",
        codepoint: 0x20894,
        name: "CJK UNIFIED IDEOGRAPH-20894",
    },
    Character {
        age: "3.1",
        codepoint: 0x20895,
        name: "CJK UNIFIED IDEOGRAPH-20895",
    },
    Character {
        age: "3.1",
        codepoint: 0x20896,
        name: "CJK UNIFIED IDEOGRAPH-20896",
    },
    Character {
        age: "3.1",
        codepoint: 0x20897,
        name: "CJK UNIFIED IDEOGRAPH-20897",
    },
    Character {
        age: "3.1",
        codepoint: 0x20898,
        name: "CJK UNIFIED IDEOGRAPH-20898",
    },
    Character {
        age: "3.1",
        codepoint: 0x20899,
        name: "CJK UNIFIED IDEOGRAPH-20899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2089A,
        name: "CJK UNIFIED IDEOGRAPH-2089A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2089B,
        name: "CJK UNIFIED IDEOGRAPH-2089B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2089C,
        name: "CJK UNIFIED IDEOGRAPH-2089C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2089D,
        name: "CJK UNIFIED IDEOGRAPH-2089D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2089E,
        name: "CJK UNIFIED IDEOGRAPH-2089E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2089F,
        name: "CJK UNIFIED IDEOGRAPH-2089F",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A0,
        name: "CJK UNIFIED IDEOGRAPH-208A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A1,
        name: "CJK UNIFIED IDEOGRAPH-208A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A2,
        name: "CJK UNIFIED IDEOGRAPH-208A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A3,
        name: "CJK UNIFIED IDEOGRAPH-208A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A4,
        name: "CJK UNIFIED IDEOGRAPH-208A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A5,
        name: "CJK UNIFIED IDEOGRAPH-208A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A6,
        name: "CJK UNIFIED IDEOGRAPH-208A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A7,
        name: "CJK UNIFIED IDEOGRAPH-208A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A8,
        name: "CJK UNIFIED IDEOGRAPH-208A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x208A9,
        name: "CJK UNIFIED IDEOGRAPH-208A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x208AA,
        name: "CJK UNIFIED IDEOGRAPH-208AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x208AB,
        name: "CJK UNIFIED IDEOGRAPH-208AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x208AC,
        name: "CJK UNIFIED IDEOGRAPH-208AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x208AD,
        name: "CJK UNIFIED IDEOGRAPH-208AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x208AE,
        name: "CJK UNIFIED IDEOGRAPH-208AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x208AF,
        name: "CJK UNIFIED IDEOGRAPH-208AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B0,
        name: "CJK UNIFIED IDEOGRAPH-208B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B1,
        name: "CJK UNIFIED IDEOGRAPH-208B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B2,
        name: "CJK UNIFIED IDEOGRAPH-208B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B3,
        name: "CJK UNIFIED IDEOGRAPH-208B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B4,
        name: "CJK UNIFIED IDEOGRAPH-208B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B5,
        name: "CJK UNIFIED IDEOGRAPH-208B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B6,
        name: "CJK UNIFIED IDEOGRAPH-208B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B7,
        name: "CJK UNIFIED IDEOGRAPH-208B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B8,
        name: "CJK UNIFIED IDEOGRAPH-208B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x208B9,
        name: "CJK UNIFIED IDEOGRAPH-208B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x208BA,
        name: "CJK UNIFIED IDEOGRAPH-208BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x208BB,
        name: "CJK UNIFIED IDEOGRAPH-208BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x208BC,
        name: "CJK UNIFIED IDEOGRAPH-208BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x208BD,
        name: "CJK UNIFIED IDEOGRAPH-208BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x208BE,
        name: "CJK UNIFIED IDEOGRAPH-208BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x208BF,
        name: "CJK UNIFIED IDEOGRAPH-208BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C0,
        name: "CJK UNIFIED IDEOGRAPH-208C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C1,
        name: "CJK UNIFIED IDEOGRAPH-208C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C2,
        name: "CJK UNIFIED IDEOGRAPH-208C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C3,
        name: "CJK UNIFIED IDEOGRAPH-208C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C4,
        name: "CJK UNIFIED IDEOGRAPH-208C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C5,
        name: "CJK UNIFIED IDEOGRAPH-208C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C6,
        name: "CJK UNIFIED IDEOGRAPH-208C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C7,
        name: "CJK UNIFIED IDEOGRAPH-208C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C8,
        name: "CJK UNIFIED IDEOGRAPH-208C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x208C9,
        name: "CJK UNIFIED IDEOGRAPH-208C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x208CA,
        name: "CJK UNIFIED IDEOGRAPH-208CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x208CB,
        name: "CJK UNIFIED IDEOGRAPH-208CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x208CC,
        name: "CJK UNIFIED IDEOGRAPH-208CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x208CD,
        name: "CJK UNIFIED IDEOGRAPH-208CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x208CE,
        name: "CJK UNIFIED IDEOGRAPH-208CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x208CF,
        name: "CJK UNIFIED IDEOGRAPH-208CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D0,
        name: "CJK UNIFIED IDEOGRAPH-208D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D1,
        name: "CJK UNIFIED IDEOGRAPH-208D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D2,
        name: "CJK UNIFIED IDEOGRAPH-208D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D3,
        name: "CJK UNIFIED IDEOGRAPH-208D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D4,
        name: "CJK UNIFIED IDEOGRAPH-208D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D5,
        name: "CJK UNIFIED IDEOGRAPH-208D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D6,
        name: "CJK UNIFIED IDEOGRAPH-208D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D7,
        name: "CJK UNIFIED IDEOGRAPH-208D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D8,
        name: "CJK UNIFIED IDEOGRAPH-208D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x208D9,
        name: "CJK UNIFIED IDEOGRAPH-208D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x208DA,
        name: "CJK UNIFIED IDEOGRAPH-208DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x208DB,
        name: "CJK UNIFIED IDEOGRAPH-208DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x208DC,
        name: "CJK UNIFIED IDEOGRAPH-208DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x208DD,
        name: "CJK UNIFIED IDEOGRAPH-208DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x208DE,
        name: "CJK UNIFIED IDEOGRAPH-208DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x208DF,
        name: "CJK UNIFIED IDEOGRAPH-208DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E0,
        name: "CJK UNIFIED IDEOGRAPH-208E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E1,
        name: "CJK UNIFIED IDEOGRAPH-208E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E2,
        name: "CJK UNIFIED IDEOGRAPH-208E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E3,
        name: "CJK UNIFIED IDEOGRAPH-208E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E4,
        name: "CJK UNIFIED IDEOGRAPH-208E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E5,
        name: "CJK UNIFIED IDEOGRAPH-208E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E6,
        name: "CJK UNIFIED IDEOGRAPH-208E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E7,
        name: "CJK UNIFIED IDEOGRAPH-208E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E8,
        name: "CJK UNIFIED IDEOGRAPH-208E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x208E9,
        name: "CJK UNIFIED IDEOGRAPH-208E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x208EA,
        name: "CJK UNIFIED IDEOGRAPH-208EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x208EB,
        name: "CJK UNIFIED IDEOGRAPH-208EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x208EC,
        name: "CJK UNIFIED IDEOGRAPH-208EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x208ED,
        name: "CJK UNIFIED IDEOGRAPH-208ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x208EE,
        name: "CJK UNIFIED IDEOGRAPH-208EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x208EF,
        name: "CJK UNIFIED IDEOGRAPH-208EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F0,
        name: "CJK UNIFIED IDEOGRAPH-208F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F1,
        name: "CJK UNIFIED IDEOGRAPH-208F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F2,
        name: "CJK UNIFIED IDEOGRAPH-208F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F3,
        name: "CJK UNIFIED IDEOGRAPH-208F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F4,
        name: "CJK UNIFIED IDEOGRAPH-208F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F5,
        name: "CJK UNIFIED IDEOGRAPH-208F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F6,
        name: "CJK UNIFIED IDEOGRAPH-208F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F7,
        name: "CJK UNIFIED IDEOGRAPH-208F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F8,
        name: "CJK UNIFIED IDEOGRAPH-208F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x208F9,
        name: "CJK UNIFIED IDEOGRAPH-208F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x208FA,
        name: "CJK UNIFIED IDEOGRAPH-208FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x208FB,
        name: "CJK UNIFIED IDEOGRAPH-208FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x208FC,
        name: "CJK UNIFIED IDEOGRAPH-208FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x208FD,
        name: "CJK UNIFIED IDEOGRAPH-208FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x208FE,
        name: "CJK UNIFIED IDEOGRAPH-208FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x208FF,
        name: "CJK UNIFIED IDEOGRAPH-208FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20900,
        name: "CJK UNIFIED IDEOGRAPH-20900",
    },
    Character {
        age: "3.1",
        codepoint: 0x20901,
        name: "CJK UNIFIED IDEOGRAPH-20901",
    },
    Character {
        age: "3.1",
        codepoint: 0x20902,
        name: "CJK UNIFIED IDEOGRAPH-20902",
    },
    Character {
        age: "3.1",
        codepoint: 0x20903,
        name: "CJK UNIFIED IDEOGRAPH-20903",
    },
    Character {
        age: "3.1",
        codepoint: 0x20904,
        name: "CJK UNIFIED IDEOGRAPH-20904",
    },
    Character {
        age: "3.1",
        codepoint: 0x20905,
        name: "CJK UNIFIED IDEOGRAPH-20905",
    },
    Character {
        age: "3.1",
        codepoint: 0x20906,
        name: "CJK UNIFIED IDEOGRAPH-20906",
    },
    Character {
        age: "3.1",
        codepoint: 0x20907,
        name: "CJK UNIFIED IDEOGRAPH-20907",
    },
    Character {
        age: "3.1",
        codepoint: 0x20908,
        name: "CJK UNIFIED IDEOGRAPH-20908",
    },
    Character {
        age: "3.1",
        codepoint: 0x20909,
        name: "CJK UNIFIED IDEOGRAPH-20909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2090A,
        name: "CJK UNIFIED IDEOGRAPH-2090A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2090B,
        name: "CJK UNIFIED IDEOGRAPH-2090B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2090C,
        name: "CJK UNIFIED IDEOGRAPH-2090C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2090D,
        name: "CJK UNIFIED IDEOGRAPH-2090D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2090E,
        name: "CJK UNIFIED IDEOGRAPH-2090E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2090F,
        name: "CJK UNIFIED IDEOGRAPH-2090F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20910,
        name: "CJK UNIFIED IDEOGRAPH-20910",
    },
    Character {
        age: "3.1",
        codepoint: 0x20911,
        name: "CJK UNIFIED IDEOGRAPH-20911",
    },
    Character {
        age: "3.1",
        codepoint: 0x20912,
        name: "CJK UNIFIED IDEOGRAPH-20912",
    },
    Character {
        age: "3.1",
        codepoint: 0x20913,
        name: "CJK UNIFIED IDEOGRAPH-20913",
    },
    Character {
        age: "3.1",
        codepoint: 0x20914,
        name: "CJK UNIFIED IDEOGRAPH-20914",
    },
    Character {
        age: "3.1",
        codepoint: 0x20915,
        name: "CJK UNIFIED IDEOGRAPH-20915",
    },
    Character {
        age: "3.1",
        codepoint: 0x20916,
        name: "CJK UNIFIED IDEOGRAPH-20916",
    },
    Character {
        age: "3.1",
        codepoint: 0x20917,
        name: "CJK UNIFIED IDEOGRAPH-20917",
    },
    Character {
        age: "3.1",
        codepoint: 0x20918,
        name: "CJK UNIFIED IDEOGRAPH-20918",
    },
    Character {
        age: "3.1",
        codepoint: 0x20919,
        name: "CJK UNIFIED IDEOGRAPH-20919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2091A,
        name: "CJK UNIFIED IDEOGRAPH-2091A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2091B,
        name: "CJK UNIFIED IDEOGRAPH-2091B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2091C,
        name: "CJK UNIFIED IDEOGRAPH-2091C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2091D,
        name: "CJK UNIFIED IDEOGRAPH-2091D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2091E,
        name: "CJK UNIFIED IDEOGRAPH-2091E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2091F,
        name: "CJK UNIFIED IDEOGRAPH-2091F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20920,
        name: "CJK UNIFIED IDEOGRAPH-20920",
    },
    Character {
        age: "3.1",
        codepoint: 0x20921,
        name: "CJK UNIFIED IDEOGRAPH-20921",
    },
    Character {
        age: "3.1",
        codepoint: 0x20922,
        name: "CJK UNIFIED IDEOGRAPH-20922",
    },
    Character {
        age: "3.1",
        codepoint: 0x20923,
        name: "CJK UNIFIED IDEOGRAPH-20923",
    },
    Character {
        age: "3.1",
        codepoint: 0x20924,
        name: "CJK UNIFIED IDEOGRAPH-20924",
    },
    Character {
        age: "3.1",
        codepoint: 0x20925,
        name: "CJK UNIFIED IDEOGRAPH-20925",
    },
    Character {
        age: "3.1",
        codepoint: 0x20926,
        name: "CJK UNIFIED IDEOGRAPH-20926",
    },
    Character {
        age: "3.1",
        codepoint: 0x20927,
        name: "CJK UNIFIED IDEOGRAPH-20927",
    },
    Character {
        age: "3.1",
        codepoint: 0x20928,
        name: "CJK UNIFIED IDEOGRAPH-20928",
    },
    Character {
        age: "3.1",
        codepoint: 0x20929,
        name: "CJK UNIFIED IDEOGRAPH-20929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2092A,
        name: "CJK UNIFIED IDEOGRAPH-2092A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2092B,
        name: "CJK UNIFIED IDEOGRAPH-2092B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2092C,
        name: "CJK UNIFIED IDEOGRAPH-2092C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2092D,
        name: "CJK UNIFIED IDEOGRAPH-2092D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2092E,
        name: "CJK UNIFIED IDEOGRAPH-2092E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2092F,
        name: "CJK UNIFIED IDEOGRAPH-2092F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20930,
        name: "CJK UNIFIED IDEOGRAPH-20930",
    },
    Character {
        age: "3.1",
        codepoint: 0x20931,
        name: "CJK UNIFIED IDEOGRAPH-20931",
    },
    Character {
        age: "3.1",
        codepoint: 0x20932,
        name: "CJK UNIFIED IDEOGRAPH-20932",
    },
    Character {
        age: "3.1",
        codepoint: 0x20933,
        name: "CJK UNIFIED IDEOGRAPH-20933",
    },
    Character {
        age: "3.1",
        codepoint: 0x20934,
        name: "CJK UNIFIED IDEOGRAPH-20934",
    },
    Character {
        age: "3.1",
        codepoint: 0x20935,
        name: "CJK UNIFIED IDEOGRAPH-20935",
    },
    Character {
        age: "3.1",
        codepoint: 0x20936,
        name: "CJK UNIFIED IDEOGRAPH-20936",
    },
    Character {
        age: "3.1",
        codepoint: 0x20937,
        name: "CJK UNIFIED IDEOGRAPH-20937",
    },
    Character {
        age: "3.1",
        codepoint: 0x20938,
        name: "CJK UNIFIED IDEOGRAPH-20938",
    },
    Character {
        age: "3.1",
        codepoint: 0x20939,
        name: "CJK UNIFIED IDEOGRAPH-20939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2093A,
        name: "CJK UNIFIED IDEOGRAPH-2093A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2093B,
        name: "CJK UNIFIED IDEOGRAPH-2093B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2093C,
        name: "CJK UNIFIED IDEOGRAPH-2093C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2093D,
        name: "CJK UNIFIED IDEOGRAPH-2093D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2093E,
        name: "CJK UNIFIED IDEOGRAPH-2093E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2093F,
        name: "CJK UNIFIED IDEOGRAPH-2093F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20940,
        name: "CJK UNIFIED IDEOGRAPH-20940",
    },
    Character {
        age: "3.1",
        codepoint: 0x20941,
        name: "CJK UNIFIED IDEOGRAPH-20941",
    },
    Character {
        age: "3.1",
        codepoint: 0x20942,
        name: "CJK UNIFIED IDEOGRAPH-20942",
    },
    Character {
        age: "3.1",
        codepoint: 0x20943,
        name: "CJK UNIFIED IDEOGRAPH-20943",
    },
    Character {
        age: "3.1",
        codepoint: 0x20944,
        name: "CJK UNIFIED IDEOGRAPH-20944",
    },
    Character {
        age: "3.1",
        codepoint: 0x20945,
        name: "CJK UNIFIED IDEOGRAPH-20945",
    },
    Character {
        age: "3.1",
        codepoint: 0x20946,
        name: "CJK UNIFIED IDEOGRAPH-20946",
    },
    Character {
        age: "3.1",
        codepoint: 0x20947,
        name: "CJK UNIFIED IDEOGRAPH-20947",
    },
    Character {
        age: "3.1",
        codepoint: 0x20948,
        name: "CJK UNIFIED IDEOGRAPH-20948",
    },
    Character {
        age: "3.1",
        codepoint: 0x20949,
        name: "CJK UNIFIED IDEOGRAPH-20949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2094A,
        name: "CJK UNIFIED IDEOGRAPH-2094A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2094B,
        name: "CJK UNIFIED IDEOGRAPH-2094B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2094C,
        name: "CJK UNIFIED IDEOGRAPH-2094C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2094D,
        name: "CJK UNIFIED IDEOGRAPH-2094D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2094E,
        name: "CJK UNIFIED IDEOGRAPH-2094E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2094F,
        name: "CJK UNIFIED IDEOGRAPH-2094F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20950,
        name: "CJK UNIFIED IDEOGRAPH-20950",
    },
    Character {
        age: "3.1",
        codepoint: 0x20951,
        name: "CJK UNIFIED IDEOGRAPH-20951",
    },
    Character {
        age: "3.1",
        codepoint: 0x20952,
        name: "CJK UNIFIED IDEOGRAPH-20952",
    },
    Character {
        age: "3.1",
        codepoint: 0x20953,
        name: "CJK UNIFIED IDEOGRAPH-20953",
    },
    Character {
        age: "3.1",
        codepoint: 0x20954,
        name: "CJK UNIFIED IDEOGRAPH-20954",
    },
    Character {
        age: "3.1",
        codepoint: 0x20955,
        name: "CJK UNIFIED IDEOGRAPH-20955",
    },
    Character {
        age: "3.1",
        codepoint: 0x20956,
        name: "CJK UNIFIED IDEOGRAPH-20956",
    },
    Character {
        age: "3.1",
        codepoint: 0x20957,
        name: "CJK UNIFIED IDEOGRAPH-20957",
    },
    Character {
        age: "3.1",
        codepoint: 0x20958,
        name: "CJK UNIFIED IDEOGRAPH-20958",
    },
    Character {
        age: "3.1",
        codepoint: 0x20959,
        name: "CJK UNIFIED IDEOGRAPH-20959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2095A,
        name: "CJK UNIFIED IDEOGRAPH-2095A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2095B,
        name: "CJK UNIFIED IDEOGRAPH-2095B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2095C,
        name: "CJK UNIFIED IDEOGRAPH-2095C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2095D,
        name: "CJK UNIFIED IDEOGRAPH-2095D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2095E,
        name: "CJK UNIFIED IDEOGRAPH-2095E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2095F,
        name: "CJK UNIFIED IDEOGRAPH-2095F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20960,
        name: "CJK UNIFIED IDEOGRAPH-20960",
    },
    Character {
        age: "3.1",
        codepoint: 0x20961,
        name: "CJK UNIFIED IDEOGRAPH-20961",
    },
    Character {
        age: "3.1",
        codepoint: 0x20962,
        name: "CJK UNIFIED IDEOGRAPH-20962",
    },
    Character {
        age: "3.1",
        codepoint: 0x20963,
        name: "CJK UNIFIED IDEOGRAPH-20963",
    },
    Character {
        age: "3.1",
        codepoint: 0x20964,
        name: "CJK UNIFIED IDEOGRAPH-20964",
    },
    Character {
        age: "3.1",
        codepoint: 0x20965,
        name: "CJK UNIFIED IDEOGRAPH-20965",
    },
    Character {
        age: "3.1",
        codepoint: 0x20966,
        name: "CJK UNIFIED IDEOGRAPH-20966",
    },
    Character {
        age: "3.1",
        codepoint: 0x20967,
        name: "CJK UNIFIED IDEOGRAPH-20967",
    },
    Character {
        age: "3.1",
        codepoint: 0x20968,
        name: "CJK UNIFIED IDEOGRAPH-20968",
    },
    Character {
        age: "3.1",
        codepoint: 0x20969,
        name: "CJK UNIFIED IDEOGRAPH-20969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2096A,
        name: "CJK UNIFIED IDEOGRAPH-2096A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2096B,
        name: "CJK UNIFIED IDEOGRAPH-2096B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2096C,
        name: "CJK UNIFIED IDEOGRAPH-2096C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2096D,
        name: "CJK UNIFIED IDEOGRAPH-2096D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2096E,
        name: "CJK UNIFIED IDEOGRAPH-2096E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2096F,
        name: "CJK UNIFIED IDEOGRAPH-2096F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20970,
        name: "CJK UNIFIED IDEOGRAPH-20970",
    },
    Character {
        age: "3.1",
        codepoint: 0x20971,
        name: "CJK UNIFIED IDEOGRAPH-20971",
    },
    Character {
        age: "3.1",
        codepoint: 0x20972,
        name: "CJK UNIFIED IDEOGRAPH-20972",
    },
    Character {
        age: "3.1",
        codepoint: 0x20973,
        name: "CJK UNIFIED IDEOGRAPH-20973",
    },
    Character {
        age: "3.1",
        codepoint: 0x20974,
        name: "CJK UNIFIED IDEOGRAPH-20974",
    },
    Character {
        age: "3.1",
        codepoint: 0x20975,
        name: "CJK UNIFIED IDEOGRAPH-20975",
    },
    Character {
        age: "3.1",
        codepoint: 0x20976,
        name: "CJK UNIFIED IDEOGRAPH-20976",
    },
    Character {
        age: "3.1",
        codepoint: 0x20977,
        name: "CJK UNIFIED IDEOGRAPH-20977",
    },
    Character {
        age: "3.1",
        codepoint: 0x20978,
        name: "CJK UNIFIED IDEOGRAPH-20978",
    },
    Character {
        age: "3.1",
        codepoint: 0x20979,
        name: "CJK UNIFIED IDEOGRAPH-20979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2097A,
        name: "CJK UNIFIED IDEOGRAPH-2097A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2097B,
        name: "CJK UNIFIED IDEOGRAPH-2097B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2097C,
        name: "CJK UNIFIED IDEOGRAPH-2097C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2097D,
        name: "CJK UNIFIED IDEOGRAPH-2097D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2097E,
        name: "CJK UNIFIED IDEOGRAPH-2097E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2097F,
        name: "CJK UNIFIED IDEOGRAPH-2097F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20980,
        name: "CJK UNIFIED IDEOGRAPH-20980",
    },
    Character {
        age: "3.1",
        codepoint: 0x20981,
        name: "CJK UNIFIED IDEOGRAPH-20981",
    },
    Character {
        age: "3.1",
        codepoint: 0x20982,
        name: "CJK UNIFIED IDEOGRAPH-20982",
    },
    Character {
        age: "3.1",
        codepoint: 0x20983,
        name: "CJK UNIFIED IDEOGRAPH-20983",
    },
    Character {
        age: "3.1",
        codepoint: 0x20984,
        name: "CJK UNIFIED IDEOGRAPH-20984",
    },
    Character {
        age: "3.1",
        codepoint: 0x20985,
        name: "CJK UNIFIED IDEOGRAPH-20985",
    },
    Character {
        age: "3.1",
        codepoint: 0x20986,
        name: "CJK UNIFIED IDEOGRAPH-20986",
    },
    Character {
        age: "3.1",
        codepoint: 0x20987,
        name: "CJK UNIFIED IDEOGRAPH-20987",
    },
    Character {
        age: "3.1",
        codepoint: 0x20988,
        name: "CJK UNIFIED IDEOGRAPH-20988",
    },
    Character {
        age: "3.1",
        codepoint: 0x20989,
        name: "CJK UNIFIED IDEOGRAPH-20989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2098A,
        name: "CJK UNIFIED IDEOGRAPH-2098A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2098B,
        name: "CJK UNIFIED IDEOGRAPH-2098B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2098C,
        name: "CJK UNIFIED IDEOGRAPH-2098C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2098D,
        name: "CJK UNIFIED IDEOGRAPH-2098D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2098E,
        name: "CJK UNIFIED IDEOGRAPH-2098E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2098F,
        name: "CJK UNIFIED IDEOGRAPH-2098F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20990,
        name: "CJK UNIFIED IDEOGRAPH-20990",
    },
    Character {
        age: "3.1",
        codepoint: 0x20991,
        name: "CJK UNIFIED IDEOGRAPH-20991",
    },
    Character {
        age: "3.1",
        codepoint: 0x20992,
        name: "CJK UNIFIED IDEOGRAPH-20992",
    },
    Character {
        age: "3.1",
        codepoint: 0x20993,
        name: "CJK UNIFIED IDEOGRAPH-20993",
    },
    Character {
        age: "3.1",
        codepoint: 0x20994,
        name: "CJK UNIFIED IDEOGRAPH-20994",
    },
    Character {
        age: "3.1",
        codepoint: 0x20995,
        name: "CJK UNIFIED IDEOGRAPH-20995",
    },
    Character {
        age: "3.1",
        codepoint: 0x20996,
        name: "CJK UNIFIED IDEOGRAPH-20996",
    },
    Character {
        age: "3.1",
        codepoint: 0x20997,
        name: "CJK UNIFIED IDEOGRAPH-20997",
    },
    Character {
        age: "3.1",
        codepoint: 0x20998,
        name: "CJK UNIFIED IDEOGRAPH-20998",
    },
    Character {
        age: "3.1",
        codepoint: 0x20999,
        name: "CJK UNIFIED IDEOGRAPH-20999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2099A,
        name: "CJK UNIFIED IDEOGRAPH-2099A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2099B,
        name: "CJK UNIFIED IDEOGRAPH-2099B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2099C,
        name: "CJK UNIFIED IDEOGRAPH-2099C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2099D,
        name: "CJK UNIFIED IDEOGRAPH-2099D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2099E,
        name: "CJK UNIFIED IDEOGRAPH-2099E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2099F,
        name: "CJK UNIFIED IDEOGRAPH-2099F",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A0,
        name: "CJK UNIFIED IDEOGRAPH-209A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A1,
        name: "CJK UNIFIED IDEOGRAPH-209A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A2,
        name: "CJK UNIFIED IDEOGRAPH-209A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A3,
        name: "CJK UNIFIED IDEOGRAPH-209A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A4,
        name: "CJK UNIFIED IDEOGRAPH-209A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A5,
        name: "CJK UNIFIED IDEOGRAPH-209A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A6,
        name: "CJK UNIFIED IDEOGRAPH-209A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A7,
        name: "CJK UNIFIED IDEOGRAPH-209A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A8,
        name: "CJK UNIFIED IDEOGRAPH-209A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x209A9,
        name: "CJK UNIFIED IDEOGRAPH-209A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x209AA,
        name: "CJK UNIFIED IDEOGRAPH-209AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x209AB,
        name: "CJK UNIFIED IDEOGRAPH-209AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x209AC,
        name: "CJK UNIFIED IDEOGRAPH-209AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x209AD,
        name: "CJK UNIFIED IDEOGRAPH-209AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x209AE,
        name: "CJK UNIFIED IDEOGRAPH-209AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x209AF,
        name: "CJK UNIFIED IDEOGRAPH-209AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B0,
        name: "CJK UNIFIED IDEOGRAPH-209B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B1,
        name: "CJK UNIFIED IDEOGRAPH-209B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B2,
        name: "CJK UNIFIED IDEOGRAPH-209B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B3,
        name: "CJK UNIFIED IDEOGRAPH-209B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B4,
        name: "CJK UNIFIED IDEOGRAPH-209B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B5,
        name: "CJK UNIFIED IDEOGRAPH-209B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B6,
        name: "CJK UNIFIED IDEOGRAPH-209B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B7,
        name: "CJK UNIFIED IDEOGRAPH-209B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B8,
        name: "CJK UNIFIED IDEOGRAPH-209B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x209B9,
        name: "CJK UNIFIED IDEOGRAPH-209B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x209BA,
        name: "CJK UNIFIED IDEOGRAPH-209BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x209BB,
        name: "CJK UNIFIED IDEOGRAPH-209BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x209BC,
        name: "CJK UNIFIED IDEOGRAPH-209BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x209BD,
        name: "CJK UNIFIED IDEOGRAPH-209BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x209BE,
        name: "CJK UNIFIED IDEOGRAPH-209BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x209BF,
        name: "CJK UNIFIED IDEOGRAPH-209BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C0,
        name: "CJK UNIFIED IDEOGRAPH-209C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C1,
        name: "CJK UNIFIED IDEOGRAPH-209C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C2,
        name: "CJK UNIFIED IDEOGRAPH-209C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C3,
        name: "CJK UNIFIED IDEOGRAPH-209C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C4,
        name: "CJK UNIFIED IDEOGRAPH-209C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C5,
        name: "CJK UNIFIED IDEOGRAPH-209C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C6,
        name: "CJK UNIFIED IDEOGRAPH-209C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C7,
        name: "CJK UNIFIED IDEOGRAPH-209C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C8,
        name: "CJK UNIFIED IDEOGRAPH-209C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x209C9,
        name: "CJK UNIFIED IDEOGRAPH-209C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x209CA,
        name: "CJK UNIFIED IDEOGRAPH-209CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x209CB,
        name: "CJK UNIFIED IDEOGRAPH-209CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x209CC,
        name: "CJK UNIFIED IDEOGRAPH-209CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x209CD,
        name: "CJK UNIFIED IDEOGRAPH-209CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x209CE,
        name: "CJK UNIFIED IDEOGRAPH-209CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x209CF,
        name: "CJK UNIFIED IDEOGRAPH-209CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D0,
        name: "CJK UNIFIED IDEOGRAPH-209D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D1,
        name: "CJK UNIFIED IDEOGRAPH-209D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D2,
        name: "CJK UNIFIED IDEOGRAPH-209D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D3,
        name: "CJK UNIFIED IDEOGRAPH-209D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D4,
        name: "CJK UNIFIED IDEOGRAPH-209D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D5,
        name: "CJK UNIFIED IDEOGRAPH-209D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D6,
        name: "CJK UNIFIED IDEOGRAPH-209D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D7,
        name: "CJK UNIFIED IDEOGRAPH-209D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D8,
        name: "CJK UNIFIED IDEOGRAPH-209D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x209D9,
        name: "CJK UNIFIED IDEOGRAPH-209D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x209DA,
        name: "CJK UNIFIED IDEOGRAPH-209DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x209DB,
        name: "CJK UNIFIED IDEOGRAPH-209DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x209DC,
        name: "CJK UNIFIED IDEOGRAPH-209DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x209DD,
        name: "CJK UNIFIED IDEOGRAPH-209DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x209DE,
        name: "CJK UNIFIED IDEOGRAPH-209DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x209DF,
        name: "CJK UNIFIED IDEOGRAPH-209DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E0,
        name: "CJK UNIFIED IDEOGRAPH-209E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E1,
        name: "CJK UNIFIED IDEOGRAPH-209E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E2,
        name: "CJK UNIFIED IDEOGRAPH-209E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E3,
        name: "CJK UNIFIED IDEOGRAPH-209E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E4,
        name: "CJK UNIFIED IDEOGRAPH-209E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E5,
        name: "CJK UNIFIED IDEOGRAPH-209E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E6,
        name: "CJK UNIFIED IDEOGRAPH-209E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E7,
        name: "CJK UNIFIED IDEOGRAPH-209E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E8,
        name: "CJK UNIFIED IDEOGRAPH-209E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x209E9,
        name: "CJK UNIFIED IDEOGRAPH-209E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x209EA,
        name: "CJK UNIFIED IDEOGRAPH-209EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x209EB,
        name: "CJK UNIFIED IDEOGRAPH-209EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x209EC,
        name: "CJK UNIFIED IDEOGRAPH-209EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x209ED,
        name: "CJK UNIFIED IDEOGRAPH-209ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x209EE,
        name: "CJK UNIFIED IDEOGRAPH-209EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x209EF,
        name: "CJK UNIFIED IDEOGRAPH-209EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F0,
        name: "CJK UNIFIED IDEOGRAPH-209F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F1,
        name: "CJK UNIFIED IDEOGRAPH-209F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F2,
        name: "CJK UNIFIED IDEOGRAPH-209F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F3,
        name: "CJK UNIFIED IDEOGRAPH-209F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F4,
        name: "CJK UNIFIED IDEOGRAPH-209F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F5,
        name: "CJK UNIFIED IDEOGRAPH-209F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F6,
        name: "CJK UNIFIED IDEOGRAPH-209F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F7,
        name: "CJK UNIFIED IDEOGRAPH-209F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F8,
        name: "CJK UNIFIED IDEOGRAPH-209F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x209F9,
        name: "CJK UNIFIED IDEOGRAPH-209F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x209FA,
        name: "CJK UNIFIED IDEOGRAPH-209FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x209FB,
        name: "CJK UNIFIED IDEOGRAPH-209FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x209FC,
        name: "CJK UNIFIED IDEOGRAPH-209FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x209FD,
        name: "CJK UNIFIED IDEOGRAPH-209FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x209FE,
        name: "CJK UNIFIED IDEOGRAPH-209FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x209FF,
        name: "CJK UNIFIED IDEOGRAPH-209FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A00,
        name: "CJK UNIFIED IDEOGRAPH-20A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A01,
        name: "CJK UNIFIED IDEOGRAPH-20A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A02,
        name: "CJK UNIFIED IDEOGRAPH-20A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A03,
        name: "CJK UNIFIED IDEOGRAPH-20A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A04,
        name: "CJK UNIFIED IDEOGRAPH-20A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A05,
        name: "CJK UNIFIED IDEOGRAPH-20A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A06,
        name: "CJK UNIFIED IDEOGRAPH-20A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A07,
        name: "CJK UNIFIED IDEOGRAPH-20A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A08,
        name: "CJK UNIFIED IDEOGRAPH-20A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A09,
        name: "CJK UNIFIED IDEOGRAPH-20A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A0A,
        name: "CJK UNIFIED IDEOGRAPH-20A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A0B,
        name: "CJK UNIFIED IDEOGRAPH-20A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A0C,
        name: "CJK UNIFIED IDEOGRAPH-20A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A0D,
        name: "CJK UNIFIED IDEOGRAPH-20A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A0E,
        name: "CJK UNIFIED IDEOGRAPH-20A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A0F,
        name: "CJK UNIFIED IDEOGRAPH-20A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A10,
        name: "CJK UNIFIED IDEOGRAPH-20A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A11,
        name: "CJK UNIFIED IDEOGRAPH-20A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A12,
        name: "CJK UNIFIED IDEOGRAPH-20A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A13,
        name: "CJK UNIFIED IDEOGRAPH-20A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A14,
        name: "CJK UNIFIED IDEOGRAPH-20A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A15,
        name: "CJK UNIFIED IDEOGRAPH-20A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A16,
        name: "CJK UNIFIED IDEOGRAPH-20A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A17,
        name: "CJK UNIFIED IDEOGRAPH-20A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A18,
        name: "CJK UNIFIED IDEOGRAPH-20A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A19,
        name: "CJK UNIFIED IDEOGRAPH-20A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A1A,
        name: "CJK UNIFIED IDEOGRAPH-20A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A1B,
        name: "CJK UNIFIED IDEOGRAPH-20A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A1C,
        name: "CJK UNIFIED IDEOGRAPH-20A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A1D,
        name: "CJK UNIFIED IDEOGRAPH-20A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A1E,
        name: "CJK UNIFIED IDEOGRAPH-20A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A1F,
        name: "CJK UNIFIED IDEOGRAPH-20A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A20,
        name: "CJK UNIFIED IDEOGRAPH-20A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A21,
        name: "CJK UNIFIED IDEOGRAPH-20A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A22,
        name: "CJK UNIFIED IDEOGRAPH-20A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A23,
        name: "CJK UNIFIED IDEOGRAPH-20A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A24,
        name: "CJK UNIFIED IDEOGRAPH-20A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A25,
        name: "CJK UNIFIED IDEOGRAPH-20A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A26,
        name: "CJK UNIFIED IDEOGRAPH-20A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A27,
        name: "CJK UNIFIED IDEOGRAPH-20A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A28,
        name: "CJK UNIFIED IDEOGRAPH-20A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A29,
        name: "CJK UNIFIED IDEOGRAPH-20A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A2A,
        name: "CJK UNIFIED IDEOGRAPH-20A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A2B,
        name: "CJK UNIFIED IDEOGRAPH-20A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A2C,
        name: "CJK UNIFIED IDEOGRAPH-20A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A2D,
        name: "CJK UNIFIED IDEOGRAPH-20A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A2E,
        name: "CJK UNIFIED IDEOGRAPH-20A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A2F,
        name: "CJK UNIFIED IDEOGRAPH-20A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A30,
        name: "CJK UNIFIED IDEOGRAPH-20A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A31,
        name: "CJK UNIFIED IDEOGRAPH-20A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A32,
        name: "CJK UNIFIED IDEOGRAPH-20A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A33,
        name: "CJK UNIFIED IDEOGRAPH-20A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A34,
        name: "CJK UNIFIED IDEOGRAPH-20A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A35,
        name: "CJK UNIFIED IDEOGRAPH-20A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A36,
        name: "CJK UNIFIED IDEOGRAPH-20A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A37,
        name: "CJK UNIFIED IDEOGRAPH-20A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A38,
        name: "CJK UNIFIED IDEOGRAPH-20A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A39,
        name: "CJK UNIFIED IDEOGRAPH-20A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A3A,
        name: "CJK UNIFIED IDEOGRAPH-20A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A3B,
        name: "CJK UNIFIED IDEOGRAPH-20A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A3C,
        name: "CJK UNIFIED IDEOGRAPH-20A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A3D,
        name: "CJK UNIFIED IDEOGRAPH-20A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A3E,
        name: "CJK UNIFIED IDEOGRAPH-20A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A3F,
        name: "CJK UNIFIED IDEOGRAPH-20A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A40,
        name: "CJK UNIFIED IDEOGRAPH-20A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A41,
        name: "CJK UNIFIED IDEOGRAPH-20A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A42,
        name: "CJK UNIFIED IDEOGRAPH-20A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A43,
        name: "CJK UNIFIED IDEOGRAPH-20A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A44,
        name: "CJK UNIFIED IDEOGRAPH-20A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A45,
        name: "CJK UNIFIED IDEOGRAPH-20A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A46,
        name: "CJK UNIFIED IDEOGRAPH-20A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A47,
        name: "CJK UNIFIED IDEOGRAPH-20A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A48,
        name: "CJK UNIFIED IDEOGRAPH-20A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A49,
        name: "CJK UNIFIED IDEOGRAPH-20A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A4A,
        name: "CJK UNIFIED IDEOGRAPH-20A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A4B,
        name: "CJK UNIFIED IDEOGRAPH-20A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A4C,
        name: "CJK UNIFIED IDEOGRAPH-20A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A4D,
        name: "CJK UNIFIED IDEOGRAPH-20A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A4E,
        name: "CJK UNIFIED IDEOGRAPH-20A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A4F,
        name: "CJK UNIFIED IDEOGRAPH-20A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A50,
        name: "CJK UNIFIED IDEOGRAPH-20A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A51,
        name: "CJK UNIFIED IDEOGRAPH-20A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A52,
        name: "CJK UNIFIED IDEOGRAPH-20A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A53,
        name: "CJK UNIFIED IDEOGRAPH-20A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A54,
        name: "CJK UNIFIED IDEOGRAPH-20A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A55,
        name: "CJK UNIFIED IDEOGRAPH-20A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A56,
        name: "CJK UNIFIED IDEOGRAPH-20A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A57,
        name: "CJK UNIFIED IDEOGRAPH-20A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A58,
        name: "CJK UNIFIED IDEOGRAPH-20A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A59,
        name: "CJK UNIFIED IDEOGRAPH-20A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A5A,
        name: "CJK UNIFIED IDEOGRAPH-20A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A5B,
        name: "CJK UNIFIED IDEOGRAPH-20A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A5C,
        name: "CJK UNIFIED IDEOGRAPH-20A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A5D,
        name: "CJK UNIFIED IDEOGRAPH-20A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A5E,
        name: "CJK UNIFIED IDEOGRAPH-20A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A5F,
        name: "CJK UNIFIED IDEOGRAPH-20A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A60,
        name: "CJK UNIFIED IDEOGRAPH-20A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A61,
        name: "CJK UNIFIED IDEOGRAPH-20A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A62,
        name: "CJK UNIFIED IDEOGRAPH-20A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A63,
        name: "CJK UNIFIED IDEOGRAPH-20A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A64,
        name: "CJK UNIFIED IDEOGRAPH-20A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A65,
        name: "CJK UNIFIED IDEOGRAPH-20A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A66,
        name: "CJK UNIFIED IDEOGRAPH-20A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A67,
        name: "CJK UNIFIED IDEOGRAPH-20A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A68,
        name: "CJK UNIFIED IDEOGRAPH-20A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A69,
        name: "CJK UNIFIED IDEOGRAPH-20A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A6A,
        name: "CJK UNIFIED IDEOGRAPH-20A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A6B,
        name: "CJK UNIFIED IDEOGRAPH-20A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A6C,
        name: "CJK UNIFIED IDEOGRAPH-20A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A6D,
        name: "CJK UNIFIED IDEOGRAPH-20A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A6E,
        name: "CJK UNIFIED IDEOGRAPH-20A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A6F,
        name: "CJK UNIFIED IDEOGRAPH-20A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A70,
        name: "CJK UNIFIED IDEOGRAPH-20A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A71,
        name: "CJK UNIFIED IDEOGRAPH-20A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A72,
        name: "CJK UNIFIED IDEOGRAPH-20A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A73,
        name: "CJK UNIFIED IDEOGRAPH-20A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A74,
        name: "CJK UNIFIED IDEOGRAPH-20A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A75,
        name: "CJK UNIFIED IDEOGRAPH-20A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A76,
        name: "CJK UNIFIED IDEOGRAPH-20A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A77,
        name: "CJK UNIFIED IDEOGRAPH-20A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A78,
        name: "CJK UNIFIED IDEOGRAPH-20A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A79,
        name: "CJK UNIFIED IDEOGRAPH-20A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A7A,
        name: "CJK UNIFIED IDEOGRAPH-20A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A7B,
        name: "CJK UNIFIED IDEOGRAPH-20A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A7C,
        name: "CJK UNIFIED IDEOGRAPH-20A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A7D,
        name: "CJK UNIFIED IDEOGRAPH-20A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A7E,
        name: "CJK UNIFIED IDEOGRAPH-20A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A7F,
        name: "CJK UNIFIED IDEOGRAPH-20A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A80,
        name: "CJK UNIFIED IDEOGRAPH-20A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A81,
        name: "CJK UNIFIED IDEOGRAPH-20A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A82,
        name: "CJK UNIFIED IDEOGRAPH-20A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A83,
        name: "CJK UNIFIED IDEOGRAPH-20A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A84,
        name: "CJK UNIFIED IDEOGRAPH-20A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A85,
        name: "CJK UNIFIED IDEOGRAPH-20A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A86,
        name: "CJK UNIFIED IDEOGRAPH-20A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A87,
        name: "CJK UNIFIED IDEOGRAPH-20A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A88,
        name: "CJK UNIFIED IDEOGRAPH-20A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A89,
        name: "CJK UNIFIED IDEOGRAPH-20A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A8A,
        name: "CJK UNIFIED IDEOGRAPH-20A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A8B,
        name: "CJK UNIFIED IDEOGRAPH-20A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A8C,
        name: "CJK UNIFIED IDEOGRAPH-20A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A8D,
        name: "CJK UNIFIED IDEOGRAPH-20A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A8E,
        name: "CJK UNIFIED IDEOGRAPH-20A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A8F,
        name: "CJK UNIFIED IDEOGRAPH-20A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A90,
        name: "CJK UNIFIED IDEOGRAPH-20A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A91,
        name: "CJK UNIFIED IDEOGRAPH-20A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A92,
        name: "CJK UNIFIED IDEOGRAPH-20A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A93,
        name: "CJK UNIFIED IDEOGRAPH-20A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A94,
        name: "CJK UNIFIED IDEOGRAPH-20A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A95,
        name: "CJK UNIFIED IDEOGRAPH-20A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A96,
        name: "CJK UNIFIED IDEOGRAPH-20A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A97,
        name: "CJK UNIFIED IDEOGRAPH-20A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A98,
        name: "CJK UNIFIED IDEOGRAPH-20A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A99,
        name: "CJK UNIFIED IDEOGRAPH-20A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A9A,
        name: "CJK UNIFIED IDEOGRAPH-20A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A9B,
        name: "CJK UNIFIED IDEOGRAPH-20A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A9C,
        name: "CJK UNIFIED IDEOGRAPH-20A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A9D,
        name: "CJK UNIFIED IDEOGRAPH-20A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A9E,
        name: "CJK UNIFIED IDEOGRAPH-20A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20A9F,
        name: "CJK UNIFIED IDEOGRAPH-20A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA0,
        name: "CJK UNIFIED IDEOGRAPH-20AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA1,
        name: "CJK UNIFIED IDEOGRAPH-20AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA2,
        name: "CJK UNIFIED IDEOGRAPH-20AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA3,
        name: "CJK UNIFIED IDEOGRAPH-20AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA4,
        name: "CJK UNIFIED IDEOGRAPH-20AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA5,
        name: "CJK UNIFIED IDEOGRAPH-20AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA6,
        name: "CJK UNIFIED IDEOGRAPH-20AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA7,
        name: "CJK UNIFIED IDEOGRAPH-20AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA8,
        name: "CJK UNIFIED IDEOGRAPH-20AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AA9,
        name: "CJK UNIFIED IDEOGRAPH-20AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AAA,
        name: "CJK UNIFIED IDEOGRAPH-20AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AAB,
        name: "CJK UNIFIED IDEOGRAPH-20AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AAC,
        name: "CJK UNIFIED IDEOGRAPH-20AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AAD,
        name: "CJK UNIFIED IDEOGRAPH-20AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AAE,
        name: "CJK UNIFIED IDEOGRAPH-20AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AAF,
        name: "CJK UNIFIED IDEOGRAPH-20AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB0,
        name: "CJK UNIFIED IDEOGRAPH-20AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB1,
        name: "CJK UNIFIED IDEOGRAPH-20AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB2,
        name: "CJK UNIFIED IDEOGRAPH-20AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB3,
        name: "CJK UNIFIED IDEOGRAPH-20AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB4,
        name: "CJK UNIFIED IDEOGRAPH-20AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB5,
        name: "CJK UNIFIED IDEOGRAPH-20AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB6,
        name: "CJK UNIFIED IDEOGRAPH-20AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB7,
        name: "CJK UNIFIED IDEOGRAPH-20AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB8,
        name: "CJK UNIFIED IDEOGRAPH-20AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AB9,
        name: "CJK UNIFIED IDEOGRAPH-20AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ABA,
        name: "CJK UNIFIED IDEOGRAPH-20ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ABB,
        name: "CJK UNIFIED IDEOGRAPH-20ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ABC,
        name: "CJK UNIFIED IDEOGRAPH-20ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ABD,
        name: "CJK UNIFIED IDEOGRAPH-20ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ABE,
        name: "CJK UNIFIED IDEOGRAPH-20ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ABF,
        name: "CJK UNIFIED IDEOGRAPH-20ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC0,
        name: "CJK UNIFIED IDEOGRAPH-20AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC1,
        name: "CJK UNIFIED IDEOGRAPH-20AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC2,
        name: "CJK UNIFIED IDEOGRAPH-20AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC3,
        name: "CJK UNIFIED IDEOGRAPH-20AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC4,
        name: "CJK UNIFIED IDEOGRAPH-20AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC5,
        name: "CJK UNIFIED IDEOGRAPH-20AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC6,
        name: "CJK UNIFIED IDEOGRAPH-20AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC7,
        name: "CJK UNIFIED IDEOGRAPH-20AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC8,
        name: "CJK UNIFIED IDEOGRAPH-20AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AC9,
        name: "CJK UNIFIED IDEOGRAPH-20AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ACA,
        name: "CJK UNIFIED IDEOGRAPH-20ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ACB,
        name: "CJK UNIFIED IDEOGRAPH-20ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ACC,
        name: "CJK UNIFIED IDEOGRAPH-20ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ACD,
        name: "CJK UNIFIED IDEOGRAPH-20ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ACE,
        name: "CJK UNIFIED IDEOGRAPH-20ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ACF,
        name: "CJK UNIFIED IDEOGRAPH-20ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD0,
        name: "CJK UNIFIED IDEOGRAPH-20AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD1,
        name: "CJK UNIFIED IDEOGRAPH-20AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD2,
        name: "CJK UNIFIED IDEOGRAPH-20AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD3,
        name: "CJK UNIFIED IDEOGRAPH-20AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD4,
        name: "CJK UNIFIED IDEOGRAPH-20AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD5,
        name: "CJK UNIFIED IDEOGRAPH-20AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD6,
        name: "CJK UNIFIED IDEOGRAPH-20AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD7,
        name: "CJK UNIFIED IDEOGRAPH-20AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD8,
        name: "CJK UNIFIED IDEOGRAPH-20AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AD9,
        name: "CJK UNIFIED IDEOGRAPH-20AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ADA,
        name: "CJK UNIFIED IDEOGRAPH-20ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ADB,
        name: "CJK UNIFIED IDEOGRAPH-20ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ADC,
        name: "CJK UNIFIED IDEOGRAPH-20ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ADD,
        name: "CJK UNIFIED IDEOGRAPH-20ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ADE,
        name: "CJK UNIFIED IDEOGRAPH-20ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ADF,
        name: "CJK UNIFIED IDEOGRAPH-20ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE0,
        name: "CJK UNIFIED IDEOGRAPH-20AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE1,
        name: "CJK UNIFIED IDEOGRAPH-20AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE2,
        name: "CJK UNIFIED IDEOGRAPH-20AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE3,
        name: "CJK UNIFIED IDEOGRAPH-20AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE4,
        name: "CJK UNIFIED IDEOGRAPH-20AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE5,
        name: "CJK UNIFIED IDEOGRAPH-20AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE6,
        name: "CJK UNIFIED IDEOGRAPH-20AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE7,
        name: "CJK UNIFIED IDEOGRAPH-20AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE8,
        name: "CJK UNIFIED IDEOGRAPH-20AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AE9,
        name: "CJK UNIFIED IDEOGRAPH-20AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AEA,
        name: "CJK UNIFIED IDEOGRAPH-20AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AEB,
        name: "CJK UNIFIED IDEOGRAPH-20AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AEC,
        name: "CJK UNIFIED IDEOGRAPH-20AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AED,
        name: "CJK UNIFIED IDEOGRAPH-20AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AEE,
        name: "CJK UNIFIED IDEOGRAPH-20AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AEF,
        name: "CJK UNIFIED IDEOGRAPH-20AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF0,
        name: "CJK UNIFIED IDEOGRAPH-20AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF1,
        name: "CJK UNIFIED IDEOGRAPH-20AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF2,
        name: "CJK UNIFIED IDEOGRAPH-20AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF3,
        name: "CJK UNIFIED IDEOGRAPH-20AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF4,
        name: "CJK UNIFIED IDEOGRAPH-20AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF5,
        name: "CJK UNIFIED IDEOGRAPH-20AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF6,
        name: "CJK UNIFIED IDEOGRAPH-20AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF7,
        name: "CJK UNIFIED IDEOGRAPH-20AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF8,
        name: "CJK UNIFIED IDEOGRAPH-20AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AF9,
        name: "CJK UNIFIED IDEOGRAPH-20AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AFA,
        name: "CJK UNIFIED IDEOGRAPH-20AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AFB,
        name: "CJK UNIFIED IDEOGRAPH-20AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AFC,
        name: "CJK UNIFIED IDEOGRAPH-20AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AFD,
        name: "CJK UNIFIED IDEOGRAPH-20AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AFE,
        name: "CJK UNIFIED IDEOGRAPH-20AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20AFF,
        name: "CJK UNIFIED IDEOGRAPH-20AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B00,
        name: "CJK UNIFIED IDEOGRAPH-20B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B01,
        name: "CJK UNIFIED IDEOGRAPH-20B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B02,
        name: "CJK UNIFIED IDEOGRAPH-20B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B03,
        name: "CJK UNIFIED IDEOGRAPH-20B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B04,
        name: "CJK UNIFIED IDEOGRAPH-20B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B05,
        name: "CJK UNIFIED IDEOGRAPH-20B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B06,
        name: "CJK UNIFIED IDEOGRAPH-20B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B07,
        name: "CJK UNIFIED IDEOGRAPH-20B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B08,
        name: "CJK UNIFIED IDEOGRAPH-20B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B09,
        name: "CJK UNIFIED IDEOGRAPH-20B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B0A,
        name: "CJK UNIFIED IDEOGRAPH-20B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B0B,
        name: "CJK UNIFIED IDEOGRAPH-20B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B0C,
        name: "CJK UNIFIED IDEOGRAPH-20B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B0D,
        name: "CJK UNIFIED IDEOGRAPH-20B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B0E,
        name: "CJK UNIFIED IDEOGRAPH-20B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B0F,
        name: "CJK UNIFIED IDEOGRAPH-20B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B10,
        name: "CJK UNIFIED IDEOGRAPH-20B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B11,
        name: "CJK UNIFIED IDEOGRAPH-20B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B12,
        name: "CJK UNIFIED IDEOGRAPH-20B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B13,
        name: "CJK UNIFIED IDEOGRAPH-20B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B14,
        name: "CJK UNIFIED IDEOGRAPH-20B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B15,
        name: "CJK UNIFIED IDEOGRAPH-20B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B16,
        name: "CJK UNIFIED IDEOGRAPH-20B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B17,
        name: "CJK UNIFIED IDEOGRAPH-20B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B18,
        name: "CJK UNIFIED IDEOGRAPH-20B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B19,
        name: "CJK UNIFIED IDEOGRAPH-20B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B1A,
        name: "CJK UNIFIED IDEOGRAPH-20B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B1B,
        name: "CJK UNIFIED IDEOGRAPH-20B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B1C,
        name: "CJK UNIFIED IDEOGRAPH-20B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B1D,
        name: "CJK UNIFIED IDEOGRAPH-20B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B1E,
        name: "CJK UNIFIED IDEOGRAPH-20B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B1F,
        name: "CJK UNIFIED IDEOGRAPH-20B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B20,
        name: "CJK UNIFIED IDEOGRAPH-20B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B21,
        name: "CJK UNIFIED IDEOGRAPH-20B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B22,
        name: "CJK UNIFIED IDEOGRAPH-20B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B23,
        name: "CJK UNIFIED IDEOGRAPH-20B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B24,
        name: "CJK UNIFIED IDEOGRAPH-20B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B25,
        name: "CJK UNIFIED IDEOGRAPH-20B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B26,
        name: "CJK UNIFIED IDEOGRAPH-20B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B27,
        name: "CJK UNIFIED IDEOGRAPH-20B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B28,
        name: "CJK UNIFIED IDEOGRAPH-20B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B29,
        name: "CJK UNIFIED IDEOGRAPH-20B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B2A,
        name: "CJK UNIFIED IDEOGRAPH-20B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B2B,
        name: "CJK UNIFIED IDEOGRAPH-20B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B2C,
        name: "CJK UNIFIED IDEOGRAPH-20B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B2D,
        name: "CJK UNIFIED IDEOGRAPH-20B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B2E,
        name: "CJK UNIFIED IDEOGRAPH-20B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B2F,
        name: "CJK UNIFIED IDEOGRAPH-20B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B30,
        name: "CJK UNIFIED IDEOGRAPH-20B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B31,
        name: "CJK UNIFIED IDEOGRAPH-20B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B32,
        name: "CJK UNIFIED IDEOGRAPH-20B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B33,
        name: "CJK UNIFIED IDEOGRAPH-20B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B34,
        name: "CJK UNIFIED IDEOGRAPH-20B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B35,
        name: "CJK UNIFIED IDEOGRAPH-20B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B36,
        name: "CJK UNIFIED IDEOGRAPH-20B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B37,
        name: "CJK UNIFIED IDEOGRAPH-20B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B38,
        name: "CJK UNIFIED IDEOGRAPH-20B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B39,
        name: "CJK UNIFIED IDEOGRAPH-20B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B3A,
        name: "CJK UNIFIED IDEOGRAPH-20B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B3B,
        name: "CJK UNIFIED IDEOGRAPH-20B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B3C,
        name: "CJK UNIFIED IDEOGRAPH-20B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B3D,
        name: "CJK UNIFIED IDEOGRAPH-20B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B3E,
        name: "CJK UNIFIED IDEOGRAPH-20B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B3F,
        name: "CJK UNIFIED IDEOGRAPH-20B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B40,
        name: "CJK UNIFIED IDEOGRAPH-20B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B41,
        name: "CJK UNIFIED IDEOGRAPH-20B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B42,
        name: "CJK UNIFIED IDEOGRAPH-20B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B43,
        name: "CJK UNIFIED IDEOGRAPH-20B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B44,
        name: "CJK UNIFIED IDEOGRAPH-20B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B45,
        name: "CJK UNIFIED IDEOGRAPH-20B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B46,
        name: "CJK UNIFIED IDEOGRAPH-20B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B47,
        name: "CJK UNIFIED IDEOGRAPH-20B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B48,
        name: "CJK UNIFIED IDEOGRAPH-20B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B49,
        name: "CJK UNIFIED IDEOGRAPH-20B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B4A,
        name: "CJK UNIFIED IDEOGRAPH-20B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B4B,
        name: "CJK UNIFIED IDEOGRAPH-20B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B4C,
        name: "CJK UNIFIED IDEOGRAPH-20B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B4D,
        name: "CJK UNIFIED IDEOGRAPH-20B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B4E,
        name: "CJK UNIFIED IDEOGRAPH-20B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B4F,
        name: "CJK UNIFIED IDEOGRAPH-20B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B50,
        name: "CJK UNIFIED IDEOGRAPH-20B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B51,
        name: "CJK UNIFIED IDEOGRAPH-20B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B52,
        name: "CJK UNIFIED IDEOGRAPH-20B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B53,
        name: "CJK UNIFIED IDEOGRAPH-20B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B54,
        name: "CJK UNIFIED IDEOGRAPH-20B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B55,
        name: "CJK UNIFIED IDEOGRAPH-20B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B56,
        name: "CJK UNIFIED IDEOGRAPH-20B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B57,
        name: "CJK UNIFIED IDEOGRAPH-20B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B58,
        name: "CJK UNIFIED IDEOGRAPH-20B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B59,
        name: "CJK UNIFIED IDEOGRAPH-20B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B5A,
        name: "CJK UNIFIED IDEOGRAPH-20B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B5B,
        name: "CJK UNIFIED IDEOGRAPH-20B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B5C,
        name: "CJK UNIFIED IDEOGRAPH-20B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B5D,
        name: "CJK UNIFIED IDEOGRAPH-20B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B5E,
        name: "CJK UNIFIED IDEOGRAPH-20B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B5F,
        name: "CJK UNIFIED IDEOGRAPH-20B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B60,
        name: "CJK UNIFIED IDEOGRAPH-20B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B61,
        name: "CJK UNIFIED IDEOGRAPH-20B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B62,
        name: "CJK UNIFIED IDEOGRAPH-20B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B63,
        name: "CJK UNIFIED IDEOGRAPH-20B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B64,
        name: "CJK UNIFIED IDEOGRAPH-20B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B65,
        name: "CJK UNIFIED IDEOGRAPH-20B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B66,
        name: "CJK UNIFIED IDEOGRAPH-20B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B67,
        name: "CJK UNIFIED IDEOGRAPH-20B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B68,
        name: "CJK UNIFIED IDEOGRAPH-20B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B69,
        name: "CJK UNIFIED IDEOGRAPH-20B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B6A,
        name: "CJK UNIFIED IDEOGRAPH-20B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B6B,
        name: "CJK UNIFIED IDEOGRAPH-20B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B6C,
        name: "CJK UNIFIED IDEOGRAPH-20B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B6D,
        name: "CJK UNIFIED IDEOGRAPH-20B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B6E,
        name: "CJK UNIFIED IDEOGRAPH-20B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B6F,
        name: "CJK UNIFIED IDEOGRAPH-20B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B70,
        name: "CJK UNIFIED IDEOGRAPH-20B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B71,
        name: "CJK UNIFIED IDEOGRAPH-20B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B72,
        name: "CJK UNIFIED IDEOGRAPH-20B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B73,
        name: "CJK UNIFIED IDEOGRAPH-20B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B74,
        name: "CJK UNIFIED IDEOGRAPH-20B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B75,
        name: "CJK UNIFIED IDEOGRAPH-20B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B76,
        name: "CJK UNIFIED IDEOGRAPH-20B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B77,
        name: "CJK UNIFIED IDEOGRAPH-20B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B78,
        name: "CJK UNIFIED IDEOGRAPH-20B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B79,
        name: "CJK UNIFIED IDEOGRAPH-20B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B7A,
        name: "CJK UNIFIED IDEOGRAPH-20B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B7B,
        name: "CJK UNIFIED IDEOGRAPH-20B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B7C,
        name: "CJK UNIFIED IDEOGRAPH-20B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B7D,
        name: "CJK UNIFIED IDEOGRAPH-20B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B7E,
        name: "CJK UNIFIED IDEOGRAPH-20B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B7F,
        name: "CJK UNIFIED IDEOGRAPH-20B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B80,
        name: "CJK UNIFIED IDEOGRAPH-20B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B81,
        name: "CJK UNIFIED IDEOGRAPH-20B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B82,
        name: "CJK UNIFIED IDEOGRAPH-20B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B83,
        name: "CJK UNIFIED IDEOGRAPH-20B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B84,
        name: "CJK UNIFIED IDEOGRAPH-20B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B85,
        name: "CJK UNIFIED IDEOGRAPH-20B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B86,
        name: "CJK UNIFIED IDEOGRAPH-20B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B87,
        name: "CJK UNIFIED IDEOGRAPH-20B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B88,
        name: "CJK UNIFIED IDEOGRAPH-20B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B89,
        name: "CJK UNIFIED IDEOGRAPH-20B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B8A,
        name: "CJK UNIFIED IDEOGRAPH-20B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B8B,
        name: "CJK UNIFIED IDEOGRAPH-20B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B8C,
        name: "CJK UNIFIED IDEOGRAPH-20B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B8D,
        name: "CJK UNIFIED IDEOGRAPH-20B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B8E,
        name: "CJK UNIFIED IDEOGRAPH-20B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B8F,
        name: "CJK UNIFIED IDEOGRAPH-20B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B90,
        name: "CJK UNIFIED IDEOGRAPH-20B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B91,
        name: "CJK UNIFIED IDEOGRAPH-20B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B92,
        name: "CJK UNIFIED IDEOGRAPH-20B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B93,
        name: "CJK UNIFIED IDEOGRAPH-20B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B94,
        name: "CJK UNIFIED IDEOGRAPH-20B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B95,
        name: "CJK UNIFIED IDEOGRAPH-20B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B96,
        name: "CJK UNIFIED IDEOGRAPH-20B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B97,
        name: "CJK UNIFIED IDEOGRAPH-20B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B98,
        name: "CJK UNIFIED IDEOGRAPH-20B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B99,
        name: "CJK UNIFIED IDEOGRAPH-20B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B9A,
        name: "CJK UNIFIED IDEOGRAPH-20B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B9B,
        name: "CJK UNIFIED IDEOGRAPH-20B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B9C,
        name: "CJK UNIFIED IDEOGRAPH-20B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B9D,
        name: "CJK UNIFIED IDEOGRAPH-20B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B9E,
        name: "CJK UNIFIED IDEOGRAPH-20B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20B9F,
        name: "CJK UNIFIED IDEOGRAPH-20B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA0,
        name: "CJK UNIFIED IDEOGRAPH-20BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA1,
        name: "CJK UNIFIED IDEOGRAPH-20BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA2,
        name: "CJK UNIFIED IDEOGRAPH-20BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA3,
        name: "CJK UNIFIED IDEOGRAPH-20BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA4,
        name: "CJK UNIFIED IDEOGRAPH-20BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA5,
        name: "CJK UNIFIED IDEOGRAPH-20BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA6,
        name: "CJK UNIFIED IDEOGRAPH-20BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA7,
        name: "CJK UNIFIED IDEOGRAPH-20BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA8,
        name: "CJK UNIFIED IDEOGRAPH-20BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BA9,
        name: "CJK UNIFIED IDEOGRAPH-20BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BAA,
        name: "CJK UNIFIED IDEOGRAPH-20BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BAB,
        name: "CJK UNIFIED IDEOGRAPH-20BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BAC,
        name: "CJK UNIFIED IDEOGRAPH-20BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BAD,
        name: "CJK UNIFIED IDEOGRAPH-20BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BAE,
        name: "CJK UNIFIED IDEOGRAPH-20BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BAF,
        name: "CJK UNIFIED IDEOGRAPH-20BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB0,
        name: "CJK UNIFIED IDEOGRAPH-20BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB1,
        name: "CJK UNIFIED IDEOGRAPH-20BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB2,
        name: "CJK UNIFIED IDEOGRAPH-20BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB3,
        name: "CJK UNIFIED IDEOGRAPH-20BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB4,
        name: "CJK UNIFIED IDEOGRAPH-20BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB5,
        name: "CJK UNIFIED IDEOGRAPH-20BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB6,
        name: "CJK UNIFIED IDEOGRAPH-20BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB7,
        name: "CJK UNIFIED IDEOGRAPH-20BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB8,
        name: "CJK UNIFIED IDEOGRAPH-20BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BB9,
        name: "CJK UNIFIED IDEOGRAPH-20BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BBA,
        name: "CJK UNIFIED IDEOGRAPH-20BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BBB,
        name: "CJK UNIFIED IDEOGRAPH-20BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BBC,
        name: "CJK UNIFIED IDEOGRAPH-20BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BBD,
        name: "CJK UNIFIED IDEOGRAPH-20BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BBE,
        name: "CJK UNIFIED IDEOGRAPH-20BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BBF,
        name: "CJK UNIFIED IDEOGRAPH-20BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC0,
        name: "CJK UNIFIED IDEOGRAPH-20BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC1,
        name: "CJK UNIFIED IDEOGRAPH-20BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC2,
        name: "CJK UNIFIED IDEOGRAPH-20BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC3,
        name: "CJK UNIFIED IDEOGRAPH-20BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC4,
        name: "CJK UNIFIED IDEOGRAPH-20BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC5,
        name: "CJK UNIFIED IDEOGRAPH-20BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC6,
        name: "CJK UNIFIED IDEOGRAPH-20BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC7,
        name: "CJK UNIFIED IDEOGRAPH-20BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC8,
        name: "CJK UNIFIED IDEOGRAPH-20BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BC9,
        name: "CJK UNIFIED IDEOGRAPH-20BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BCA,
        name: "CJK UNIFIED IDEOGRAPH-20BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BCB,
        name: "CJK UNIFIED IDEOGRAPH-20BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BCC,
        name: "CJK UNIFIED IDEOGRAPH-20BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BCD,
        name: "CJK UNIFIED IDEOGRAPH-20BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BCE,
        name: "CJK UNIFIED IDEOGRAPH-20BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BCF,
        name: "CJK UNIFIED IDEOGRAPH-20BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD0,
        name: "CJK UNIFIED IDEOGRAPH-20BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD1,
        name: "CJK UNIFIED IDEOGRAPH-20BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD2,
        name: "CJK UNIFIED IDEOGRAPH-20BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD3,
        name: "CJK UNIFIED IDEOGRAPH-20BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD4,
        name: "CJK UNIFIED IDEOGRAPH-20BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD5,
        name: "CJK UNIFIED IDEOGRAPH-20BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD6,
        name: "CJK UNIFIED IDEOGRAPH-20BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD7,
        name: "CJK UNIFIED IDEOGRAPH-20BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD8,
        name: "CJK UNIFIED IDEOGRAPH-20BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BD9,
        name: "CJK UNIFIED IDEOGRAPH-20BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BDA,
        name: "CJK UNIFIED IDEOGRAPH-20BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BDB,
        name: "CJK UNIFIED IDEOGRAPH-20BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BDC,
        name: "CJK UNIFIED IDEOGRAPH-20BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BDD,
        name: "CJK UNIFIED IDEOGRAPH-20BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BDE,
        name: "CJK UNIFIED IDEOGRAPH-20BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BDF,
        name: "CJK UNIFIED IDEOGRAPH-20BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE0,
        name: "CJK UNIFIED IDEOGRAPH-20BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE1,
        name: "CJK UNIFIED IDEOGRAPH-20BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE2,
        name: "CJK UNIFIED IDEOGRAPH-20BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE3,
        name: "CJK UNIFIED IDEOGRAPH-20BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE4,
        name: "CJK UNIFIED IDEOGRAPH-20BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE5,
        name: "CJK UNIFIED IDEOGRAPH-20BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE6,
        name: "CJK UNIFIED IDEOGRAPH-20BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE7,
        name: "CJK UNIFIED IDEOGRAPH-20BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE8,
        name: "CJK UNIFIED IDEOGRAPH-20BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BE9,
        name: "CJK UNIFIED IDEOGRAPH-20BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BEA,
        name: "CJK UNIFIED IDEOGRAPH-20BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BEB,
        name: "CJK UNIFIED IDEOGRAPH-20BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BEC,
        name: "CJK UNIFIED IDEOGRAPH-20BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BED,
        name: "CJK UNIFIED IDEOGRAPH-20BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BEE,
        name: "CJK UNIFIED IDEOGRAPH-20BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BEF,
        name: "CJK UNIFIED IDEOGRAPH-20BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF0,
        name: "CJK UNIFIED IDEOGRAPH-20BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF1,
        name: "CJK UNIFIED IDEOGRAPH-20BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF2,
        name: "CJK UNIFIED IDEOGRAPH-20BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF3,
        name: "CJK UNIFIED IDEOGRAPH-20BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF4,
        name: "CJK UNIFIED IDEOGRAPH-20BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF5,
        name: "CJK UNIFIED IDEOGRAPH-20BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF6,
        name: "CJK UNIFIED IDEOGRAPH-20BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF7,
        name: "CJK UNIFIED IDEOGRAPH-20BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF8,
        name: "CJK UNIFIED IDEOGRAPH-20BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BF9,
        name: "CJK UNIFIED IDEOGRAPH-20BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BFA,
        name: "CJK UNIFIED IDEOGRAPH-20BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BFB,
        name: "CJK UNIFIED IDEOGRAPH-20BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BFC,
        name: "CJK UNIFIED IDEOGRAPH-20BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BFD,
        name: "CJK UNIFIED IDEOGRAPH-20BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BFE,
        name: "CJK UNIFIED IDEOGRAPH-20BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20BFF,
        name: "CJK UNIFIED IDEOGRAPH-20BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C00,
        name: "CJK UNIFIED IDEOGRAPH-20C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C01,
        name: "CJK UNIFIED IDEOGRAPH-20C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C02,
        name: "CJK UNIFIED IDEOGRAPH-20C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C03,
        name: "CJK UNIFIED IDEOGRAPH-20C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C04,
        name: "CJK UNIFIED IDEOGRAPH-20C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C05,
        name: "CJK UNIFIED IDEOGRAPH-20C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C06,
        name: "CJK UNIFIED IDEOGRAPH-20C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C07,
        name: "CJK UNIFIED IDEOGRAPH-20C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C08,
        name: "CJK UNIFIED IDEOGRAPH-20C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C09,
        name: "CJK UNIFIED IDEOGRAPH-20C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C0A,
        name: "CJK UNIFIED IDEOGRAPH-20C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C0B,
        name: "CJK UNIFIED IDEOGRAPH-20C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C0C,
        name: "CJK UNIFIED IDEOGRAPH-20C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C0D,
        name: "CJK UNIFIED IDEOGRAPH-20C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C0E,
        name: "CJK UNIFIED IDEOGRAPH-20C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C0F,
        name: "CJK UNIFIED IDEOGRAPH-20C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C10,
        name: "CJK UNIFIED IDEOGRAPH-20C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C11,
        name: "CJK UNIFIED IDEOGRAPH-20C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C12,
        name: "CJK UNIFIED IDEOGRAPH-20C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C13,
        name: "CJK UNIFIED IDEOGRAPH-20C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C14,
        name: "CJK UNIFIED IDEOGRAPH-20C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C15,
        name: "CJK UNIFIED IDEOGRAPH-20C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C16,
        name: "CJK UNIFIED IDEOGRAPH-20C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C17,
        name: "CJK UNIFIED IDEOGRAPH-20C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C18,
        name: "CJK UNIFIED IDEOGRAPH-20C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C19,
        name: "CJK UNIFIED IDEOGRAPH-20C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C1A,
        name: "CJK UNIFIED IDEOGRAPH-20C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C1B,
        name: "CJK UNIFIED IDEOGRAPH-20C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C1C,
        name: "CJK UNIFIED IDEOGRAPH-20C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C1D,
        name: "CJK UNIFIED IDEOGRAPH-20C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C1E,
        name: "CJK UNIFIED IDEOGRAPH-20C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C1F,
        name: "CJK UNIFIED IDEOGRAPH-20C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C20,
        name: "CJK UNIFIED IDEOGRAPH-20C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C21,
        name: "CJK UNIFIED IDEOGRAPH-20C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C22,
        name: "CJK UNIFIED IDEOGRAPH-20C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C23,
        name: "CJK UNIFIED IDEOGRAPH-20C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C24,
        name: "CJK UNIFIED IDEOGRAPH-20C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C25,
        name: "CJK UNIFIED IDEOGRAPH-20C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C26,
        name: "CJK UNIFIED IDEOGRAPH-20C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C27,
        name: "CJK UNIFIED IDEOGRAPH-20C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C28,
        name: "CJK UNIFIED IDEOGRAPH-20C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C29,
        name: "CJK UNIFIED IDEOGRAPH-20C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C2A,
        name: "CJK UNIFIED IDEOGRAPH-20C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C2B,
        name: "CJK UNIFIED IDEOGRAPH-20C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C2C,
        name: "CJK UNIFIED IDEOGRAPH-20C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C2D,
        name: "CJK UNIFIED IDEOGRAPH-20C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C2E,
        name: "CJK UNIFIED IDEOGRAPH-20C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C2F,
        name: "CJK UNIFIED IDEOGRAPH-20C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C30,
        name: "CJK UNIFIED IDEOGRAPH-20C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C31,
        name: "CJK UNIFIED IDEOGRAPH-20C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C32,
        name: "CJK UNIFIED IDEOGRAPH-20C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C33,
        name: "CJK UNIFIED IDEOGRAPH-20C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C34,
        name: "CJK UNIFIED IDEOGRAPH-20C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C35,
        name: "CJK UNIFIED IDEOGRAPH-20C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C36,
        name: "CJK UNIFIED IDEOGRAPH-20C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C37,
        name: "CJK UNIFIED IDEOGRAPH-20C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C38,
        name: "CJK UNIFIED IDEOGRAPH-20C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C39,
        name: "CJK UNIFIED IDEOGRAPH-20C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C3A,
        name: "CJK UNIFIED IDEOGRAPH-20C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C3B,
        name: "CJK UNIFIED IDEOGRAPH-20C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C3C,
        name: "CJK UNIFIED IDEOGRAPH-20C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C3D,
        name: "CJK UNIFIED IDEOGRAPH-20C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C3E,
        name: "CJK UNIFIED IDEOGRAPH-20C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C3F,
        name: "CJK UNIFIED IDEOGRAPH-20C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C40,
        name: "CJK UNIFIED IDEOGRAPH-20C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C41,
        name: "CJK UNIFIED IDEOGRAPH-20C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C42,
        name: "CJK UNIFIED IDEOGRAPH-20C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C43,
        name: "CJK UNIFIED IDEOGRAPH-20C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C44,
        name: "CJK UNIFIED IDEOGRAPH-20C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C45,
        name: "CJK UNIFIED IDEOGRAPH-20C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C46,
        name: "CJK UNIFIED IDEOGRAPH-20C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C47,
        name: "CJK UNIFIED IDEOGRAPH-20C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C48,
        name: "CJK UNIFIED IDEOGRAPH-20C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C49,
        name: "CJK UNIFIED IDEOGRAPH-20C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C4A,
        name: "CJK UNIFIED IDEOGRAPH-20C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C4B,
        name: "CJK UNIFIED IDEOGRAPH-20C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C4C,
        name: "CJK UNIFIED IDEOGRAPH-20C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C4D,
        name: "CJK UNIFIED IDEOGRAPH-20C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C4E,
        name: "CJK UNIFIED IDEOGRAPH-20C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C4F,
        name: "CJK UNIFIED IDEOGRAPH-20C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C50,
        name: "CJK UNIFIED IDEOGRAPH-20C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C51,
        name: "CJK UNIFIED IDEOGRAPH-20C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C52,
        name: "CJK UNIFIED IDEOGRAPH-20C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C53,
        name: "CJK UNIFIED IDEOGRAPH-20C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C54,
        name: "CJK UNIFIED IDEOGRAPH-20C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C55,
        name: "CJK UNIFIED IDEOGRAPH-20C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C56,
        name: "CJK UNIFIED IDEOGRAPH-20C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C57,
        name: "CJK UNIFIED IDEOGRAPH-20C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C58,
        name: "CJK UNIFIED IDEOGRAPH-20C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C59,
        name: "CJK UNIFIED IDEOGRAPH-20C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C5A,
        name: "CJK UNIFIED IDEOGRAPH-20C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C5B,
        name: "CJK UNIFIED IDEOGRAPH-20C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C5C,
        name: "CJK UNIFIED IDEOGRAPH-20C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C5D,
        name: "CJK UNIFIED IDEOGRAPH-20C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C5E,
        name: "CJK UNIFIED IDEOGRAPH-20C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C5F,
        name: "CJK UNIFIED IDEOGRAPH-20C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C60,
        name: "CJK UNIFIED IDEOGRAPH-20C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C61,
        name: "CJK UNIFIED IDEOGRAPH-20C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C62,
        name: "CJK UNIFIED IDEOGRAPH-20C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C63,
        name: "CJK UNIFIED IDEOGRAPH-20C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C64,
        name: "CJK UNIFIED IDEOGRAPH-20C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C65,
        name: "CJK UNIFIED IDEOGRAPH-20C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C66,
        name: "CJK UNIFIED IDEOGRAPH-20C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C67,
        name: "CJK UNIFIED IDEOGRAPH-20C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C68,
        name: "CJK UNIFIED IDEOGRAPH-20C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C69,
        name: "CJK UNIFIED IDEOGRAPH-20C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C6A,
        name: "CJK UNIFIED IDEOGRAPH-20C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C6B,
        name: "CJK UNIFIED IDEOGRAPH-20C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C6C,
        name: "CJK UNIFIED IDEOGRAPH-20C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C6D,
        name: "CJK UNIFIED IDEOGRAPH-20C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C6E,
        name: "CJK UNIFIED IDEOGRAPH-20C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C6F,
        name: "CJK UNIFIED IDEOGRAPH-20C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C70,
        name: "CJK UNIFIED IDEOGRAPH-20C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C71,
        name: "CJK UNIFIED IDEOGRAPH-20C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C72,
        name: "CJK UNIFIED IDEOGRAPH-20C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C73,
        name: "CJK UNIFIED IDEOGRAPH-20C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C74,
        name: "CJK UNIFIED IDEOGRAPH-20C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C75,
        name: "CJK UNIFIED IDEOGRAPH-20C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C76,
        name: "CJK UNIFIED IDEOGRAPH-20C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C77,
        name: "CJK UNIFIED IDEOGRAPH-20C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C78,
        name: "CJK UNIFIED IDEOGRAPH-20C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C79,
        name: "CJK UNIFIED IDEOGRAPH-20C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C7A,
        name: "CJK UNIFIED IDEOGRAPH-20C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C7B,
        name: "CJK UNIFIED IDEOGRAPH-20C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C7C,
        name: "CJK UNIFIED IDEOGRAPH-20C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C7D,
        name: "CJK UNIFIED IDEOGRAPH-20C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C7E,
        name: "CJK UNIFIED IDEOGRAPH-20C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C7F,
        name: "CJK UNIFIED IDEOGRAPH-20C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C80,
        name: "CJK UNIFIED IDEOGRAPH-20C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C81,
        name: "CJK UNIFIED IDEOGRAPH-20C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C82,
        name: "CJK UNIFIED IDEOGRAPH-20C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C83,
        name: "CJK UNIFIED IDEOGRAPH-20C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C84,
        name: "CJK UNIFIED IDEOGRAPH-20C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C85,
        name: "CJK UNIFIED IDEOGRAPH-20C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C86,
        name: "CJK UNIFIED IDEOGRAPH-20C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C87,
        name: "CJK UNIFIED IDEOGRAPH-20C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C88,
        name: "CJK UNIFIED IDEOGRAPH-20C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C89,
        name: "CJK UNIFIED IDEOGRAPH-20C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C8A,
        name: "CJK UNIFIED IDEOGRAPH-20C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C8B,
        name: "CJK UNIFIED IDEOGRAPH-20C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C8C,
        name: "CJK UNIFIED IDEOGRAPH-20C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C8D,
        name: "CJK UNIFIED IDEOGRAPH-20C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C8E,
        name: "CJK UNIFIED IDEOGRAPH-20C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C8F,
        name: "CJK UNIFIED IDEOGRAPH-20C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C90,
        name: "CJK UNIFIED IDEOGRAPH-20C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C91,
        name: "CJK UNIFIED IDEOGRAPH-20C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C92,
        name: "CJK UNIFIED IDEOGRAPH-20C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C93,
        name: "CJK UNIFIED IDEOGRAPH-20C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C94,
        name: "CJK UNIFIED IDEOGRAPH-20C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C95,
        name: "CJK UNIFIED IDEOGRAPH-20C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C96,
        name: "CJK UNIFIED IDEOGRAPH-20C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C97,
        name: "CJK UNIFIED IDEOGRAPH-20C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C98,
        name: "CJK UNIFIED IDEOGRAPH-20C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C99,
        name: "CJK UNIFIED IDEOGRAPH-20C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C9A,
        name: "CJK UNIFIED IDEOGRAPH-20C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C9B,
        name: "CJK UNIFIED IDEOGRAPH-20C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C9C,
        name: "CJK UNIFIED IDEOGRAPH-20C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C9D,
        name: "CJK UNIFIED IDEOGRAPH-20C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C9E,
        name: "CJK UNIFIED IDEOGRAPH-20C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20C9F,
        name: "CJK UNIFIED IDEOGRAPH-20C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA0,
        name: "CJK UNIFIED IDEOGRAPH-20CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA1,
        name: "CJK UNIFIED IDEOGRAPH-20CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA2,
        name: "CJK UNIFIED IDEOGRAPH-20CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA3,
        name: "CJK UNIFIED IDEOGRAPH-20CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA4,
        name: "CJK UNIFIED IDEOGRAPH-20CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA5,
        name: "CJK UNIFIED IDEOGRAPH-20CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA6,
        name: "CJK UNIFIED IDEOGRAPH-20CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA7,
        name: "CJK UNIFIED IDEOGRAPH-20CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA8,
        name: "CJK UNIFIED IDEOGRAPH-20CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CA9,
        name: "CJK UNIFIED IDEOGRAPH-20CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CAA,
        name: "CJK UNIFIED IDEOGRAPH-20CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CAB,
        name: "CJK UNIFIED IDEOGRAPH-20CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CAC,
        name: "CJK UNIFIED IDEOGRAPH-20CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CAD,
        name: "CJK UNIFIED IDEOGRAPH-20CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CAE,
        name: "CJK UNIFIED IDEOGRAPH-20CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CAF,
        name: "CJK UNIFIED IDEOGRAPH-20CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB0,
        name: "CJK UNIFIED IDEOGRAPH-20CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB1,
        name: "CJK UNIFIED IDEOGRAPH-20CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB2,
        name: "CJK UNIFIED IDEOGRAPH-20CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB3,
        name: "CJK UNIFIED IDEOGRAPH-20CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB4,
        name: "CJK UNIFIED IDEOGRAPH-20CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB5,
        name: "CJK UNIFIED IDEOGRAPH-20CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB6,
        name: "CJK UNIFIED IDEOGRAPH-20CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB7,
        name: "CJK UNIFIED IDEOGRAPH-20CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB8,
        name: "CJK UNIFIED IDEOGRAPH-20CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CB9,
        name: "CJK UNIFIED IDEOGRAPH-20CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CBA,
        name: "CJK UNIFIED IDEOGRAPH-20CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CBB,
        name: "CJK UNIFIED IDEOGRAPH-20CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CBC,
        name: "CJK UNIFIED IDEOGRAPH-20CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CBD,
        name: "CJK UNIFIED IDEOGRAPH-20CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CBE,
        name: "CJK UNIFIED IDEOGRAPH-20CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CBF,
        name: "CJK UNIFIED IDEOGRAPH-20CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC0,
        name: "CJK UNIFIED IDEOGRAPH-20CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC1,
        name: "CJK UNIFIED IDEOGRAPH-20CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC2,
        name: "CJK UNIFIED IDEOGRAPH-20CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC3,
        name: "CJK UNIFIED IDEOGRAPH-20CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC4,
        name: "CJK UNIFIED IDEOGRAPH-20CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC5,
        name: "CJK UNIFIED IDEOGRAPH-20CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC6,
        name: "CJK UNIFIED IDEOGRAPH-20CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC7,
        name: "CJK UNIFIED IDEOGRAPH-20CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC8,
        name: "CJK UNIFIED IDEOGRAPH-20CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CC9,
        name: "CJK UNIFIED IDEOGRAPH-20CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CCA,
        name: "CJK UNIFIED IDEOGRAPH-20CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CCB,
        name: "CJK UNIFIED IDEOGRAPH-20CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CCC,
        name: "CJK UNIFIED IDEOGRAPH-20CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CCD,
        name: "CJK UNIFIED IDEOGRAPH-20CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CCE,
        name: "CJK UNIFIED IDEOGRAPH-20CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CCF,
        name: "CJK UNIFIED IDEOGRAPH-20CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD0,
        name: "CJK UNIFIED IDEOGRAPH-20CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD1,
        name: "CJK UNIFIED IDEOGRAPH-20CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD2,
        name: "CJK UNIFIED IDEOGRAPH-20CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD3,
        name: "CJK UNIFIED IDEOGRAPH-20CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD4,
        name: "CJK UNIFIED IDEOGRAPH-20CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD5,
        name: "CJK UNIFIED IDEOGRAPH-20CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD6,
        name: "CJK UNIFIED IDEOGRAPH-20CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD7,
        name: "CJK UNIFIED IDEOGRAPH-20CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD8,
        name: "CJK UNIFIED IDEOGRAPH-20CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CD9,
        name: "CJK UNIFIED IDEOGRAPH-20CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CDA,
        name: "CJK UNIFIED IDEOGRAPH-20CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CDB,
        name: "CJK UNIFIED IDEOGRAPH-20CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CDC,
        name: "CJK UNIFIED IDEOGRAPH-20CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CDD,
        name: "CJK UNIFIED IDEOGRAPH-20CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CDE,
        name: "CJK UNIFIED IDEOGRAPH-20CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CDF,
        name: "CJK UNIFIED IDEOGRAPH-20CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE0,
        name: "CJK UNIFIED IDEOGRAPH-20CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE1,
        name: "CJK UNIFIED IDEOGRAPH-20CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE2,
        name: "CJK UNIFIED IDEOGRAPH-20CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE3,
        name: "CJK UNIFIED IDEOGRAPH-20CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE4,
        name: "CJK UNIFIED IDEOGRAPH-20CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE5,
        name: "CJK UNIFIED IDEOGRAPH-20CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE6,
        name: "CJK UNIFIED IDEOGRAPH-20CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE7,
        name: "CJK UNIFIED IDEOGRAPH-20CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE8,
        name: "CJK UNIFIED IDEOGRAPH-20CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CE9,
        name: "CJK UNIFIED IDEOGRAPH-20CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CEA,
        name: "CJK UNIFIED IDEOGRAPH-20CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CEB,
        name: "CJK UNIFIED IDEOGRAPH-20CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CEC,
        name: "CJK UNIFIED IDEOGRAPH-20CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CED,
        name: "CJK UNIFIED IDEOGRAPH-20CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CEE,
        name: "CJK UNIFIED IDEOGRAPH-20CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CEF,
        name: "CJK UNIFIED IDEOGRAPH-20CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF0,
        name: "CJK UNIFIED IDEOGRAPH-20CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF1,
        name: "CJK UNIFIED IDEOGRAPH-20CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF2,
        name: "CJK UNIFIED IDEOGRAPH-20CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF3,
        name: "CJK UNIFIED IDEOGRAPH-20CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF4,
        name: "CJK UNIFIED IDEOGRAPH-20CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF5,
        name: "CJK UNIFIED IDEOGRAPH-20CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF6,
        name: "CJK UNIFIED IDEOGRAPH-20CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF7,
        name: "CJK UNIFIED IDEOGRAPH-20CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF8,
        name: "CJK UNIFIED IDEOGRAPH-20CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CF9,
        name: "CJK UNIFIED IDEOGRAPH-20CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CFA,
        name: "CJK UNIFIED IDEOGRAPH-20CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CFB,
        name: "CJK UNIFIED IDEOGRAPH-20CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CFC,
        name: "CJK UNIFIED IDEOGRAPH-20CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CFD,
        name: "CJK UNIFIED IDEOGRAPH-20CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CFE,
        name: "CJK UNIFIED IDEOGRAPH-20CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20CFF,
        name: "CJK UNIFIED IDEOGRAPH-20CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D00,
        name: "CJK UNIFIED IDEOGRAPH-20D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D01,
        name: "CJK UNIFIED IDEOGRAPH-20D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D02,
        name: "CJK UNIFIED IDEOGRAPH-20D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D03,
        name: "CJK UNIFIED IDEOGRAPH-20D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D04,
        name: "CJK UNIFIED IDEOGRAPH-20D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D05,
        name: "CJK UNIFIED IDEOGRAPH-20D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D06,
        name: "CJK UNIFIED IDEOGRAPH-20D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D07,
        name: "CJK UNIFIED IDEOGRAPH-20D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D08,
        name: "CJK UNIFIED IDEOGRAPH-20D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D09,
        name: "CJK UNIFIED IDEOGRAPH-20D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D0A,
        name: "CJK UNIFIED IDEOGRAPH-20D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D0B,
        name: "CJK UNIFIED IDEOGRAPH-20D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D0C,
        name: "CJK UNIFIED IDEOGRAPH-20D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D0D,
        name: "CJK UNIFIED IDEOGRAPH-20D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D0E,
        name: "CJK UNIFIED IDEOGRAPH-20D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D0F,
        name: "CJK UNIFIED IDEOGRAPH-20D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D10,
        name: "CJK UNIFIED IDEOGRAPH-20D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D11,
        name: "CJK UNIFIED IDEOGRAPH-20D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D12,
        name: "CJK UNIFIED IDEOGRAPH-20D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D13,
        name: "CJK UNIFIED IDEOGRAPH-20D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D14,
        name: "CJK UNIFIED IDEOGRAPH-20D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D15,
        name: "CJK UNIFIED IDEOGRAPH-20D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D16,
        name: "CJK UNIFIED IDEOGRAPH-20D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D17,
        name: "CJK UNIFIED IDEOGRAPH-20D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D18,
        name: "CJK UNIFIED IDEOGRAPH-20D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D19,
        name: "CJK UNIFIED IDEOGRAPH-20D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D1A,
        name: "CJK UNIFIED IDEOGRAPH-20D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D1B,
        name: "CJK UNIFIED IDEOGRAPH-20D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D1C,
        name: "CJK UNIFIED IDEOGRAPH-20D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D1D,
        name: "CJK UNIFIED IDEOGRAPH-20D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D1E,
        name: "CJK UNIFIED IDEOGRAPH-20D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D1F,
        name: "CJK UNIFIED IDEOGRAPH-20D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D20,
        name: "CJK UNIFIED IDEOGRAPH-20D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D21,
        name: "CJK UNIFIED IDEOGRAPH-20D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D22,
        name: "CJK UNIFIED IDEOGRAPH-20D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D23,
        name: "CJK UNIFIED IDEOGRAPH-20D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D24,
        name: "CJK UNIFIED IDEOGRAPH-20D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D25,
        name: "CJK UNIFIED IDEOGRAPH-20D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D26,
        name: "CJK UNIFIED IDEOGRAPH-20D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D27,
        name: "CJK UNIFIED IDEOGRAPH-20D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D28,
        name: "CJK UNIFIED IDEOGRAPH-20D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D29,
        name: "CJK UNIFIED IDEOGRAPH-20D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D2A,
        name: "CJK UNIFIED IDEOGRAPH-20D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D2B,
        name: "CJK UNIFIED IDEOGRAPH-20D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D2C,
        name: "CJK UNIFIED IDEOGRAPH-20D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D2D,
        name: "CJK UNIFIED IDEOGRAPH-20D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D2E,
        name: "CJK UNIFIED IDEOGRAPH-20D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D2F,
        name: "CJK UNIFIED IDEOGRAPH-20D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D30,
        name: "CJK UNIFIED IDEOGRAPH-20D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D31,
        name: "CJK UNIFIED IDEOGRAPH-20D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D32,
        name: "CJK UNIFIED IDEOGRAPH-20D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D33,
        name: "CJK UNIFIED IDEOGRAPH-20D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D34,
        name: "CJK UNIFIED IDEOGRAPH-20D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D35,
        name: "CJK UNIFIED IDEOGRAPH-20D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D36,
        name: "CJK UNIFIED IDEOGRAPH-20D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D37,
        name: "CJK UNIFIED IDEOGRAPH-20D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D38,
        name: "CJK UNIFIED IDEOGRAPH-20D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D39,
        name: "CJK UNIFIED IDEOGRAPH-20D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D3A,
        name: "CJK UNIFIED IDEOGRAPH-20D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D3B,
        name: "CJK UNIFIED IDEOGRAPH-20D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D3C,
        name: "CJK UNIFIED IDEOGRAPH-20D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D3D,
        name: "CJK UNIFIED IDEOGRAPH-20D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D3E,
        name: "CJK UNIFIED IDEOGRAPH-20D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D3F,
        name: "CJK UNIFIED IDEOGRAPH-20D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D40,
        name: "CJK UNIFIED IDEOGRAPH-20D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D41,
        name: "CJK UNIFIED IDEOGRAPH-20D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D42,
        name: "CJK UNIFIED IDEOGRAPH-20D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D43,
        name: "CJK UNIFIED IDEOGRAPH-20D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D44,
        name: "CJK UNIFIED IDEOGRAPH-20D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D45,
        name: "CJK UNIFIED IDEOGRAPH-20D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D46,
        name: "CJK UNIFIED IDEOGRAPH-20D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D47,
        name: "CJK UNIFIED IDEOGRAPH-20D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D48,
        name: "CJK UNIFIED IDEOGRAPH-20D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D49,
        name: "CJK UNIFIED IDEOGRAPH-20D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D4A,
        name: "CJK UNIFIED IDEOGRAPH-20D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D4B,
        name: "CJK UNIFIED IDEOGRAPH-20D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D4C,
        name: "CJK UNIFIED IDEOGRAPH-20D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D4D,
        name: "CJK UNIFIED IDEOGRAPH-20D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D4E,
        name: "CJK UNIFIED IDEOGRAPH-20D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D4F,
        name: "CJK UNIFIED IDEOGRAPH-20D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D50,
        name: "CJK UNIFIED IDEOGRAPH-20D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D51,
        name: "CJK UNIFIED IDEOGRAPH-20D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D52,
        name: "CJK UNIFIED IDEOGRAPH-20D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D53,
        name: "CJK UNIFIED IDEOGRAPH-20D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D54,
        name: "CJK UNIFIED IDEOGRAPH-20D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D55,
        name: "CJK UNIFIED IDEOGRAPH-20D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D56,
        name: "CJK UNIFIED IDEOGRAPH-20D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D57,
        name: "CJK UNIFIED IDEOGRAPH-20D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D58,
        name: "CJK UNIFIED IDEOGRAPH-20D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D59,
        name: "CJK UNIFIED IDEOGRAPH-20D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D5A,
        name: "CJK UNIFIED IDEOGRAPH-20D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D5B,
        name: "CJK UNIFIED IDEOGRAPH-20D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D5C,
        name: "CJK UNIFIED IDEOGRAPH-20D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D5D,
        name: "CJK UNIFIED IDEOGRAPH-20D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D5E,
        name: "CJK UNIFIED IDEOGRAPH-20D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D5F,
        name: "CJK UNIFIED IDEOGRAPH-20D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D60,
        name: "CJK UNIFIED IDEOGRAPH-20D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D61,
        name: "CJK UNIFIED IDEOGRAPH-20D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D62,
        name: "CJK UNIFIED IDEOGRAPH-20D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D63,
        name: "CJK UNIFIED IDEOGRAPH-20D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D64,
        name: "CJK UNIFIED IDEOGRAPH-20D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D65,
        name: "CJK UNIFIED IDEOGRAPH-20D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D66,
        name: "CJK UNIFIED IDEOGRAPH-20D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D67,
        name: "CJK UNIFIED IDEOGRAPH-20D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D68,
        name: "CJK UNIFIED IDEOGRAPH-20D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D69,
        name: "CJK UNIFIED IDEOGRAPH-20D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D6A,
        name: "CJK UNIFIED IDEOGRAPH-20D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D6B,
        name: "CJK UNIFIED IDEOGRAPH-20D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D6C,
        name: "CJK UNIFIED IDEOGRAPH-20D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D6D,
        name: "CJK UNIFIED IDEOGRAPH-20D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D6E,
        name: "CJK UNIFIED IDEOGRAPH-20D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D6F,
        name: "CJK UNIFIED IDEOGRAPH-20D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D70,
        name: "CJK UNIFIED IDEOGRAPH-20D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D71,
        name: "CJK UNIFIED IDEOGRAPH-20D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D72,
        name: "CJK UNIFIED IDEOGRAPH-20D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D73,
        name: "CJK UNIFIED IDEOGRAPH-20D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D74,
        name: "CJK UNIFIED IDEOGRAPH-20D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D75,
        name: "CJK UNIFIED IDEOGRAPH-20D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D76,
        name: "CJK UNIFIED IDEOGRAPH-20D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D77,
        name: "CJK UNIFIED IDEOGRAPH-20D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D78,
        name: "CJK UNIFIED IDEOGRAPH-20D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D79,
        name: "CJK UNIFIED IDEOGRAPH-20D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D7A,
        name: "CJK UNIFIED IDEOGRAPH-20D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D7B,
        name: "CJK UNIFIED IDEOGRAPH-20D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D7C,
        name: "CJK UNIFIED IDEOGRAPH-20D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D7D,
        name: "CJK UNIFIED IDEOGRAPH-20D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D7E,
        name: "CJK UNIFIED IDEOGRAPH-20D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D7F,
        name: "CJK UNIFIED IDEOGRAPH-20D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D80,
        name: "CJK UNIFIED IDEOGRAPH-20D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D81,
        name: "CJK UNIFIED IDEOGRAPH-20D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D82,
        name: "CJK UNIFIED IDEOGRAPH-20D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D83,
        name: "CJK UNIFIED IDEOGRAPH-20D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D84,
        name: "CJK UNIFIED IDEOGRAPH-20D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D85,
        name: "CJK UNIFIED IDEOGRAPH-20D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D86,
        name: "CJK UNIFIED IDEOGRAPH-20D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D87,
        name: "CJK UNIFIED IDEOGRAPH-20D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D88,
        name: "CJK UNIFIED IDEOGRAPH-20D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D89,
        name: "CJK UNIFIED IDEOGRAPH-20D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D8A,
        name: "CJK UNIFIED IDEOGRAPH-20D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D8B,
        name: "CJK UNIFIED IDEOGRAPH-20D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D8C,
        name: "CJK UNIFIED IDEOGRAPH-20D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D8D,
        name: "CJK UNIFIED IDEOGRAPH-20D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D8E,
        name: "CJK UNIFIED IDEOGRAPH-20D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D8F,
        name: "CJK UNIFIED IDEOGRAPH-20D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D90,
        name: "CJK UNIFIED IDEOGRAPH-20D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D91,
        name: "CJK UNIFIED IDEOGRAPH-20D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D92,
        name: "CJK UNIFIED IDEOGRAPH-20D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D93,
        name: "CJK UNIFIED IDEOGRAPH-20D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D94,
        name: "CJK UNIFIED IDEOGRAPH-20D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D95,
        name: "CJK UNIFIED IDEOGRAPH-20D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D96,
        name: "CJK UNIFIED IDEOGRAPH-20D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D97,
        name: "CJK UNIFIED IDEOGRAPH-20D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D98,
        name: "CJK UNIFIED IDEOGRAPH-20D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D99,
        name: "CJK UNIFIED IDEOGRAPH-20D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D9A,
        name: "CJK UNIFIED IDEOGRAPH-20D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D9B,
        name: "CJK UNIFIED IDEOGRAPH-20D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D9C,
        name: "CJK UNIFIED IDEOGRAPH-20D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D9D,
        name: "CJK UNIFIED IDEOGRAPH-20D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D9E,
        name: "CJK UNIFIED IDEOGRAPH-20D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20D9F,
        name: "CJK UNIFIED IDEOGRAPH-20D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA0,
        name: "CJK UNIFIED IDEOGRAPH-20DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA1,
        name: "CJK UNIFIED IDEOGRAPH-20DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA2,
        name: "CJK UNIFIED IDEOGRAPH-20DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA3,
        name: "CJK UNIFIED IDEOGRAPH-20DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA4,
        name: "CJK UNIFIED IDEOGRAPH-20DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA5,
        name: "CJK UNIFIED IDEOGRAPH-20DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA6,
        name: "CJK UNIFIED IDEOGRAPH-20DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA7,
        name: "CJK UNIFIED IDEOGRAPH-20DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA8,
        name: "CJK UNIFIED IDEOGRAPH-20DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DA9,
        name: "CJK UNIFIED IDEOGRAPH-20DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DAA,
        name: "CJK UNIFIED IDEOGRAPH-20DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DAB,
        name: "CJK UNIFIED IDEOGRAPH-20DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DAC,
        name: "CJK UNIFIED IDEOGRAPH-20DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DAD,
        name: "CJK UNIFIED IDEOGRAPH-20DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DAE,
        name: "CJK UNIFIED IDEOGRAPH-20DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DAF,
        name: "CJK UNIFIED IDEOGRAPH-20DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB0,
        name: "CJK UNIFIED IDEOGRAPH-20DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB1,
        name: "CJK UNIFIED IDEOGRAPH-20DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB2,
        name: "CJK UNIFIED IDEOGRAPH-20DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB3,
        name: "CJK UNIFIED IDEOGRAPH-20DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB4,
        name: "CJK UNIFIED IDEOGRAPH-20DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB5,
        name: "CJK UNIFIED IDEOGRAPH-20DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB6,
        name: "CJK UNIFIED IDEOGRAPH-20DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB7,
        name: "CJK UNIFIED IDEOGRAPH-20DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB8,
        name: "CJK UNIFIED IDEOGRAPH-20DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DB9,
        name: "CJK UNIFIED IDEOGRAPH-20DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DBA,
        name: "CJK UNIFIED IDEOGRAPH-20DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DBB,
        name: "CJK UNIFIED IDEOGRAPH-20DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DBC,
        name: "CJK UNIFIED IDEOGRAPH-20DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DBD,
        name: "CJK UNIFIED IDEOGRAPH-20DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DBE,
        name: "CJK UNIFIED IDEOGRAPH-20DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DBF,
        name: "CJK UNIFIED IDEOGRAPH-20DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC0,
        name: "CJK UNIFIED IDEOGRAPH-20DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC1,
        name: "CJK UNIFIED IDEOGRAPH-20DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC2,
        name: "CJK UNIFIED IDEOGRAPH-20DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC3,
        name: "CJK UNIFIED IDEOGRAPH-20DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC4,
        name: "CJK UNIFIED IDEOGRAPH-20DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC5,
        name: "CJK UNIFIED IDEOGRAPH-20DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC6,
        name: "CJK UNIFIED IDEOGRAPH-20DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC7,
        name: "CJK UNIFIED IDEOGRAPH-20DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC8,
        name: "CJK UNIFIED IDEOGRAPH-20DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DC9,
        name: "CJK UNIFIED IDEOGRAPH-20DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DCA,
        name: "CJK UNIFIED IDEOGRAPH-20DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DCB,
        name: "CJK UNIFIED IDEOGRAPH-20DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DCC,
        name: "CJK UNIFIED IDEOGRAPH-20DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DCD,
        name: "CJK UNIFIED IDEOGRAPH-20DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DCE,
        name: "CJK UNIFIED IDEOGRAPH-20DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DCF,
        name: "CJK UNIFIED IDEOGRAPH-20DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD0,
        name: "CJK UNIFIED IDEOGRAPH-20DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD1,
        name: "CJK UNIFIED IDEOGRAPH-20DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD2,
        name: "CJK UNIFIED IDEOGRAPH-20DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD3,
        name: "CJK UNIFIED IDEOGRAPH-20DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD4,
        name: "CJK UNIFIED IDEOGRAPH-20DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD5,
        name: "CJK UNIFIED IDEOGRAPH-20DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD6,
        name: "CJK UNIFIED IDEOGRAPH-20DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD7,
        name: "CJK UNIFIED IDEOGRAPH-20DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD8,
        name: "CJK UNIFIED IDEOGRAPH-20DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DD9,
        name: "CJK UNIFIED IDEOGRAPH-20DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DDA,
        name: "CJK UNIFIED IDEOGRAPH-20DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DDB,
        name: "CJK UNIFIED IDEOGRAPH-20DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DDC,
        name: "CJK UNIFIED IDEOGRAPH-20DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DDD,
        name: "CJK UNIFIED IDEOGRAPH-20DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DDE,
        name: "CJK UNIFIED IDEOGRAPH-20DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DDF,
        name: "CJK UNIFIED IDEOGRAPH-20DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE0,
        name: "CJK UNIFIED IDEOGRAPH-20DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE1,
        name: "CJK UNIFIED IDEOGRAPH-20DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE2,
        name: "CJK UNIFIED IDEOGRAPH-20DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE3,
        name: "CJK UNIFIED IDEOGRAPH-20DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE4,
        name: "CJK UNIFIED IDEOGRAPH-20DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE5,
        name: "CJK UNIFIED IDEOGRAPH-20DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE6,
        name: "CJK UNIFIED IDEOGRAPH-20DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE7,
        name: "CJK UNIFIED IDEOGRAPH-20DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE8,
        name: "CJK UNIFIED IDEOGRAPH-20DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DE9,
        name: "CJK UNIFIED IDEOGRAPH-20DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DEA,
        name: "CJK UNIFIED IDEOGRAPH-20DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DEB,
        name: "CJK UNIFIED IDEOGRAPH-20DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DEC,
        name: "CJK UNIFIED IDEOGRAPH-20DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DED,
        name: "CJK UNIFIED IDEOGRAPH-20DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DEE,
        name: "CJK UNIFIED IDEOGRAPH-20DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DEF,
        name: "CJK UNIFIED IDEOGRAPH-20DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF0,
        name: "CJK UNIFIED IDEOGRAPH-20DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF1,
        name: "CJK UNIFIED IDEOGRAPH-20DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF2,
        name: "CJK UNIFIED IDEOGRAPH-20DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF3,
        name: "CJK UNIFIED IDEOGRAPH-20DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF4,
        name: "CJK UNIFIED IDEOGRAPH-20DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF5,
        name: "CJK UNIFIED IDEOGRAPH-20DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF6,
        name: "CJK UNIFIED IDEOGRAPH-20DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF7,
        name: "CJK UNIFIED IDEOGRAPH-20DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF8,
        name: "CJK UNIFIED IDEOGRAPH-20DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DF9,
        name: "CJK UNIFIED IDEOGRAPH-20DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DFA,
        name: "CJK UNIFIED IDEOGRAPH-20DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DFB,
        name: "CJK UNIFIED IDEOGRAPH-20DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DFC,
        name: "CJK UNIFIED IDEOGRAPH-20DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DFD,
        name: "CJK UNIFIED IDEOGRAPH-20DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DFE,
        name: "CJK UNIFIED IDEOGRAPH-20DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20DFF,
        name: "CJK UNIFIED IDEOGRAPH-20DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E00,
        name: "CJK UNIFIED IDEOGRAPH-20E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E01,
        name: "CJK UNIFIED IDEOGRAPH-20E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E02,
        name: "CJK UNIFIED IDEOGRAPH-20E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E03,
        name: "CJK UNIFIED IDEOGRAPH-20E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E04,
        name: "CJK UNIFIED IDEOGRAPH-20E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E05,
        name: "CJK UNIFIED IDEOGRAPH-20E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E06,
        name: "CJK UNIFIED IDEOGRAPH-20E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E07,
        name: "CJK UNIFIED IDEOGRAPH-20E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E08,
        name: "CJK UNIFIED IDEOGRAPH-20E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E09,
        name: "CJK UNIFIED IDEOGRAPH-20E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E0A,
        name: "CJK UNIFIED IDEOGRAPH-20E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E0B,
        name: "CJK UNIFIED IDEOGRAPH-20E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E0C,
        name: "CJK UNIFIED IDEOGRAPH-20E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E0D,
        name: "CJK UNIFIED IDEOGRAPH-20E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E0E,
        name: "CJK UNIFIED IDEOGRAPH-20E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E0F,
        name: "CJK UNIFIED IDEOGRAPH-20E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E10,
        name: "CJK UNIFIED IDEOGRAPH-20E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E11,
        name: "CJK UNIFIED IDEOGRAPH-20E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E12,
        name: "CJK UNIFIED IDEOGRAPH-20E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E13,
        name: "CJK UNIFIED IDEOGRAPH-20E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E14,
        name: "CJK UNIFIED IDEOGRAPH-20E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E15,
        name: "CJK UNIFIED IDEOGRAPH-20E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E16,
        name: "CJK UNIFIED IDEOGRAPH-20E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E17,
        name: "CJK UNIFIED IDEOGRAPH-20E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E18,
        name: "CJK UNIFIED IDEOGRAPH-20E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E19,
        name: "CJK UNIFIED IDEOGRAPH-20E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E1A,
        name: "CJK UNIFIED IDEOGRAPH-20E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E1B,
        name: "CJK UNIFIED IDEOGRAPH-20E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E1C,
        name: "CJK UNIFIED IDEOGRAPH-20E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E1D,
        name: "CJK UNIFIED IDEOGRAPH-20E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E1E,
        name: "CJK UNIFIED IDEOGRAPH-20E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E1F,
        name: "CJK UNIFIED IDEOGRAPH-20E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E20,
        name: "CJK UNIFIED IDEOGRAPH-20E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E21,
        name: "CJK UNIFIED IDEOGRAPH-20E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E22,
        name: "CJK UNIFIED IDEOGRAPH-20E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E23,
        name: "CJK UNIFIED IDEOGRAPH-20E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E24,
        name: "CJK UNIFIED IDEOGRAPH-20E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E25,
        name: "CJK UNIFIED IDEOGRAPH-20E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E26,
        name: "CJK UNIFIED IDEOGRAPH-20E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E27,
        name: "CJK UNIFIED IDEOGRAPH-20E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E28,
        name: "CJK UNIFIED IDEOGRAPH-20E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E29,
        name: "CJK UNIFIED IDEOGRAPH-20E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E2A,
        name: "CJK UNIFIED IDEOGRAPH-20E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E2B,
        name: "CJK UNIFIED IDEOGRAPH-20E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E2C,
        name: "CJK UNIFIED IDEOGRAPH-20E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E2D,
        name: "CJK UNIFIED IDEOGRAPH-20E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E2E,
        name: "CJK UNIFIED IDEOGRAPH-20E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E2F,
        name: "CJK UNIFIED IDEOGRAPH-20E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E30,
        name: "CJK UNIFIED IDEOGRAPH-20E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E31,
        name: "CJK UNIFIED IDEOGRAPH-20E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E32,
        name: "CJK UNIFIED IDEOGRAPH-20E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E33,
        name: "CJK UNIFIED IDEOGRAPH-20E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E34,
        name: "CJK UNIFIED IDEOGRAPH-20E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E35,
        name: "CJK UNIFIED IDEOGRAPH-20E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E36,
        name: "CJK UNIFIED IDEOGRAPH-20E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E37,
        name: "CJK UNIFIED IDEOGRAPH-20E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E38,
        name: "CJK UNIFIED IDEOGRAPH-20E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E39,
        name: "CJK UNIFIED IDEOGRAPH-20E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E3A,
        name: "CJK UNIFIED IDEOGRAPH-20E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E3B,
        name: "CJK UNIFIED IDEOGRAPH-20E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E3C,
        name: "CJK UNIFIED IDEOGRAPH-20E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E3D,
        name: "CJK UNIFIED IDEOGRAPH-20E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E3E,
        name: "CJK UNIFIED IDEOGRAPH-20E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E3F,
        name: "CJK UNIFIED IDEOGRAPH-20E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E40,
        name: "CJK UNIFIED IDEOGRAPH-20E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E41,
        name: "CJK UNIFIED IDEOGRAPH-20E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E42,
        name: "CJK UNIFIED IDEOGRAPH-20E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E43,
        name: "CJK UNIFIED IDEOGRAPH-20E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E44,
        name: "CJK UNIFIED IDEOGRAPH-20E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E45,
        name: "CJK UNIFIED IDEOGRAPH-20E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E46,
        name: "CJK UNIFIED IDEOGRAPH-20E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E47,
        name: "CJK UNIFIED IDEOGRAPH-20E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E48,
        name: "CJK UNIFIED IDEOGRAPH-20E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E49,
        name: "CJK UNIFIED IDEOGRAPH-20E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E4A,
        name: "CJK UNIFIED IDEOGRAPH-20E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E4B,
        name: "CJK UNIFIED IDEOGRAPH-20E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E4C,
        name: "CJK UNIFIED IDEOGRAPH-20E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E4D,
        name: "CJK UNIFIED IDEOGRAPH-20E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E4E,
        name: "CJK UNIFIED IDEOGRAPH-20E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E4F,
        name: "CJK UNIFIED IDEOGRAPH-20E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E50,
        name: "CJK UNIFIED IDEOGRAPH-20E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E51,
        name: "CJK UNIFIED IDEOGRAPH-20E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E52,
        name: "CJK UNIFIED IDEOGRAPH-20E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E53,
        name: "CJK UNIFIED IDEOGRAPH-20E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E54,
        name: "CJK UNIFIED IDEOGRAPH-20E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E55,
        name: "CJK UNIFIED IDEOGRAPH-20E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E56,
        name: "CJK UNIFIED IDEOGRAPH-20E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E57,
        name: "CJK UNIFIED IDEOGRAPH-20E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E58,
        name: "CJK UNIFIED IDEOGRAPH-20E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E59,
        name: "CJK UNIFIED IDEOGRAPH-20E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E5A,
        name: "CJK UNIFIED IDEOGRAPH-20E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E5B,
        name: "CJK UNIFIED IDEOGRAPH-20E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E5C,
        name: "CJK UNIFIED IDEOGRAPH-20E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E5D,
        name: "CJK UNIFIED IDEOGRAPH-20E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E5E,
        name: "CJK UNIFIED IDEOGRAPH-20E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E5F,
        name: "CJK UNIFIED IDEOGRAPH-20E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E60,
        name: "CJK UNIFIED IDEOGRAPH-20E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E61,
        name: "CJK UNIFIED IDEOGRAPH-20E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E62,
        name: "CJK UNIFIED IDEOGRAPH-20E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E63,
        name: "CJK UNIFIED IDEOGRAPH-20E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E64,
        name: "CJK UNIFIED IDEOGRAPH-20E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E65,
        name: "CJK UNIFIED IDEOGRAPH-20E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E66,
        name: "CJK UNIFIED IDEOGRAPH-20E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E67,
        name: "CJK UNIFIED IDEOGRAPH-20E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E68,
        name: "CJK UNIFIED IDEOGRAPH-20E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E69,
        name: "CJK UNIFIED IDEOGRAPH-20E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E6A,
        name: "CJK UNIFIED IDEOGRAPH-20E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E6B,
        name: "CJK UNIFIED IDEOGRAPH-20E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E6C,
        name: "CJK UNIFIED IDEOGRAPH-20E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E6D,
        name: "CJK UNIFIED IDEOGRAPH-20E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E6E,
        name: "CJK UNIFIED IDEOGRAPH-20E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E6F,
        name: "CJK UNIFIED IDEOGRAPH-20E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E70,
        name: "CJK UNIFIED IDEOGRAPH-20E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E71,
        name: "CJK UNIFIED IDEOGRAPH-20E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E72,
        name: "CJK UNIFIED IDEOGRAPH-20E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E73,
        name: "CJK UNIFIED IDEOGRAPH-20E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E74,
        name: "CJK UNIFIED IDEOGRAPH-20E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E75,
        name: "CJK UNIFIED IDEOGRAPH-20E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E76,
        name: "CJK UNIFIED IDEOGRAPH-20E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E77,
        name: "CJK UNIFIED IDEOGRAPH-20E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E78,
        name: "CJK UNIFIED IDEOGRAPH-20E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E79,
        name: "CJK UNIFIED IDEOGRAPH-20E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E7A,
        name: "CJK UNIFIED IDEOGRAPH-20E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E7B,
        name: "CJK UNIFIED IDEOGRAPH-20E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E7C,
        name: "CJK UNIFIED IDEOGRAPH-20E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E7D,
        name: "CJK UNIFIED IDEOGRAPH-20E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E7E,
        name: "CJK UNIFIED IDEOGRAPH-20E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E7F,
        name: "CJK UNIFIED IDEOGRAPH-20E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E80,
        name: "CJK UNIFIED IDEOGRAPH-20E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E81,
        name: "CJK UNIFIED IDEOGRAPH-20E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E82,
        name: "CJK UNIFIED IDEOGRAPH-20E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E83,
        name: "CJK UNIFIED IDEOGRAPH-20E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E84,
        name: "CJK UNIFIED IDEOGRAPH-20E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E85,
        name: "CJK UNIFIED IDEOGRAPH-20E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E86,
        name: "CJK UNIFIED IDEOGRAPH-20E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E87,
        name: "CJK UNIFIED IDEOGRAPH-20E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E88,
        name: "CJK UNIFIED IDEOGRAPH-20E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E89,
        name: "CJK UNIFIED IDEOGRAPH-20E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E8A,
        name: "CJK UNIFIED IDEOGRAPH-20E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E8B,
        name: "CJK UNIFIED IDEOGRAPH-20E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E8C,
        name: "CJK UNIFIED IDEOGRAPH-20E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E8D,
        name: "CJK UNIFIED IDEOGRAPH-20E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E8E,
        name: "CJK UNIFIED IDEOGRAPH-20E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E8F,
        name: "CJK UNIFIED IDEOGRAPH-20E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E90,
        name: "CJK UNIFIED IDEOGRAPH-20E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E91,
        name: "CJK UNIFIED IDEOGRAPH-20E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E92,
        name: "CJK UNIFIED IDEOGRAPH-20E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E93,
        name: "CJK UNIFIED IDEOGRAPH-20E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E94,
        name: "CJK UNIFIED IDEOGRAPH-20E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E95,
        name: "CJK UNIFIED IDEOGRAPH-20E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E96,
        name: "CJK UNIFIED IDEOGRAPH-20E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E97,
        name: "CJK UNIFIED IDEOGRAPH-20E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E98,
        name: "CJK UNIFIED IDEOGRAPH-20E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E99,
        name: "CJK UNIFIED IDEOGRAPH-20E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E9A,
        name: "CJK UNIFIED IDEOGRAPH-20E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E9B,
        name: "CJK UNIFIED IDEOGRAPH-20E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E9C,
        name: "CJK UNIFIED IDEOGRAPH-20E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E9D,
        name: "CJK UNIFIED IDEOGRAPH-20E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E9E,
        name: "CJK UNIFIED IDEOGRAPH-20E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20E9F,
        name: "CJK UNIFIED IDEOGRAPH-20E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA0,
        name: "CJK UNIFIED IDEOGRAPH-20EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA1,
        name: "CJK UNIFIED IDEOGRAPH-20EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA2,
        name: "CJK UNIFIED IDEOGRAPH-20EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA3,
        name: "CJK UNIFIED IDEOGRAPH-20EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA4,
        name: "CJK UNIFIED IDEOGRAPH-20EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA5,
        name: "CJK UNIFIED IDEOGRAPH-20EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA6,
        name: "CJK UNIFIED IDEOGRAPH-20EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA7,
        name: "CJK UNIFIED IDEOGRAPH-20EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA8,
        name: "CJK UNIFIED IDEOGRAPH-20EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EA9,
        name: "CJK UNIFIED IDEOGRAPH-20EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EAA,
        name: "CJK UNIFIED IDEOGRAPH-20EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EAB,
        name: "CJK UNIFIED IDEOGRAPH-20EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EAC,
        name: "CJK UNIFIED IDEOGRAPH-20EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EAD,
        name: "CJK UNIFIED IDEOGRAPH-20EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EAE,
        name: "CJK UNIFIED IDEOGRAPH-20EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EAF,
        name: "CJK UNIFIED IDEOGRAPH-20EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB0,
        name: "CJK UNIFIED IDEOGRAPH-20EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB1,
        name: "CJK UNIFIED IDEOGRAPH-20EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB2,
        name: "CJK UNIFIED IDEOGRAPH-20EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB3,
        name: "CJK UNIFIED IDEOGRAPH-20EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB4,
        name: "CJK UNIFIED IDEOGRAPH-20EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB5,
        name: "CJK UNIFIED IDEOGRAPH-20EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB6,
        name: "CJK UNIFIED IDEOGRAPH-20EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB7,
        name: "CJK UNIFIED IDEOGRAPH-20EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB8,
        name: "CJK UNIFIED IDEOGRAPH-20EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EB9,
        name: "CJK UNIFIED IDEOGRAPH-20EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EBA,
        name: "CJK UNIFIED IDEOGRAPH-20EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EBB,
        name: "CJK UNIFIED IDEOGRAPH-20EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EBC,
        name: "CJK UNIFIED IDEOGRAPH-20EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EBD,
        name: "CJK UNIFIED IDEOGRAPH-20EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EBE,
        name: "CJK UNIFIED IDEOGRAPH-20EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EBF,
        name: "CJK UNIFIED IDEOGRAPH-20EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC0,
        name: "CJK UNIFIED IDEOGRAPH-20EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC1,
        name: "CJK UNIFIED IDEOGRAPH-20EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC2,
        name: "CJK UNIFIED IDEOGRAPH-20EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC3,
        name: "CJK UNIFIED IDEOGRAPH-20EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC4,
        name: "CJK UNIFIED IDEOGRAPH-20EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC5,
        name: "CJK UNIFIED IDEOGRAPH-20EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC6,
        name: "CJK UNIFIED IDEOGRAPH-20EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC7,
        name: "CJK UNIFIED IDEOGRAPH-20EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC8,
        name: "CJK UNIFIED IDEOGRAPH-20EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EC9,
        name: "CJK UNIFIED IDEOGRAPH-20EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ECA,
        name: "CJK UNIFIED IDEOGRAPH-20ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ECB,
        name: "CJK UNIFIED IDEOGRAPH-20ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ECC,
        name: "CJK UNIFIED IDEOGRAPH-20ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ECD,
        name: "CJK UNIFIED IDEOGRAPH-20ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ECE,
        name: "CJK UNIFIED IDEOGRAPH-20ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ECF,
        name: "CJK UNIFIED IDEOGRAPH-20ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED0,
        name: "CJK UNIFIED IDEOGRAPH-20ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED1,
        name: "CJK UNIFIED IDEOGRAPH-20ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED2,
        name: "CJK UNIFIED IDEOGRAPH-20ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED3,
        name: "CJK UNIFIED IDEOGRAPH-20ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED4,
        name: "CJK UNIFIED IDEOGRAPH-20ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED5,
        name: "CJK UNIFIED IDEOGRAPH-20ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED6,
        name: "CJK UNIFIED IDEOGRAPH-20ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED7,
        name: "CJK UNIFIED IDEOGRAPH-20ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED8,
        name: "CJK UNIFIED IDEOGRAPH-20ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20ED9,
        name: "CJK UNIFIED IDEOGRAPH-20ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EDA,
        name: "CJK UNIFIED IDEOGRAPH-20EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EDB,
        name: "CJK UNIFIED IDEOGRAPH-20EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EDC,
        name: "CJK UNIFIED IDEOGRAPH-20EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EDD,
        name: "CJK UNIFIED IDEOGRAPH-20EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EDE,
        name: "CJK UNIFIED IDEOGRAPH-20EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EDF,
        name: "CJK UNIFIED IDEOGRAPH-20EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE0,
        name: "CJK UNIFIED IDEOGRAPH-20EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE1,
        name: "CJK UNIFIED IDEOGRAPH-20EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE2,
        name: "CJK UNIFIED IDEOGRAPH-20EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE3,
        name: "CJK UNIFIED IDEOGRAPH-20EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE4,
        name: "CJK UNIFIED IDEOGRAPH-20EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE5,
        name: "CJK UNIFIED IDEOGRAPH-20EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE6,
        name: "CJK UNIFIED IDEOGRAPH-20EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE7,
        name: "CJK UNIFIED IDEOGRAPH-20EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE8,
        name: "CJK UNIFIED IDEOGRAPH-20EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EE9,
        name: "CJK UNIFIED IDEOGRAPH-20EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EEA,
        name: "CJK UNIFIED IDEOGRAPH-20EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EEB,
        name: "CJK UNIFIED IDEOGRAPH-20EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EEC,
        name: "CJK UNIFIED IDEOGRAPH-20EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EED,
        name: "CJK UNIFIED IDEOGRAPH-20EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EEE,
        name: "CJK UNIFIED IDEOGRAPH-20EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EEF,
        name: "CJK UNIFIED IDEOGRAPH-20EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF0,
        name: "CJK UNIFIED IDEOGRAPH-20EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF1,
        name: "CJK UNIFIED IDEOGRAPH-20EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF2,
        name: "CJK UNIFIED IDEOGRAPH-20EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF3,
        name: "CJK UNIFIED IDEOGRAPH-20EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF4,
        name: "CJK UNIFIED IDEOGRAPH-20EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF5,
        name: "CJK UNIFIED IDEOGRAPH-20EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF6,
        name: "CJK UNIFIED IDEOGRAPH-20EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF7,
        name: "CJK UNIFIED IDEOGRAPH-20EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF8,
        name: "CJK UNIFIED IDEOGRAPH-20EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EF9,
        name: "CJK UNIFIED IDEOGRAPH-20EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EFA,
        name: "CJK UNIFIED IDEOGRAPH-20EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EFB,
        name: "CJK UNIFIED IDEOGRAPH-20EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EFC,
        name: "CJK UNIFIED IDEOGRAPH-20EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EFD,
        name: "CJK UNIFIED IDEOGRAPH-20EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EFE,
        name: "CJK UNIFIED IDEOGRAPH-20EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20EFF,
        name: "CJK UNIFIED IDEOGRAPH-20EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F00,
        name: "CJK UNIFIED IDEOGRAPH-20F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F01,
        name: "CJK UNIFIED IDEOGRAPH-20F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F02,
        name: "CJK UNIFIED IDEOGRAPH-20F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F03,
        name: "CJK UNIFIED IDEOGRAPH-20F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F04,
        name: "CJK UNIFIED IDEOGRAPH-20F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F05,
        name: "CJK UNIFIED IDEOGRAPH-20F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F06,
        name: "CJK UNIFIED IDEOGRAPH-20F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F07,
        name: "CJK UNIFIED IDEOGRAPH-20F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F08,
        name: "CJK UNIFIED IDEOGRAPH-20F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F09,
        name: "CJK UNIFIED IDEOGRAPH-20F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F0A,
        name: "CJK UNIFIED IDEOGRAPH-20F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F0B,
        name: "CJK UNIFIED IDEOGRAPH-20F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F0C,
        name: "CJK UNIFIED IDEOGRAPH-20F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F0D,
        name: "CJK UNIFIED IDEOGRAPH-20F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F0E,
        name: "CJK UNIFIED IDEOGRAPH-20F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F0F,
        name: "CJK UNIFIED IDEOGRAPH-20F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F10,
        name: "CJK UNIFIED IDEOGRAPH-20F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F11,
        name: "CJK UNIFIED IDEOGRAPH-20F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F12,
        name: "CJK UNIFIED IDEOGRAPH-20F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F13,
        name: "CJK UNIFIED IDEOGRAPH-20F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F14,
        name: "CJK UNIFIED IDEOGRAPH-20F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F15,
        name: "CJK UNIFIED IDEOGRAPH-20F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F16,
        name: "CJK UNIFIED IDEOGRAPH-20F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F17,
        name: "CJK UNIFIED IDEOGRAPH-20F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F18,
        name: "CJK UNIFIED IDEOGRAPH-20F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F19,
        name: "CJK UNIFIED IDEOGRAPH-20F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F1A,
        name: "CJK UNIFIED IDEOGRAPH-20F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F1B,
        name: "CJK UNIFIED IDEOGRAPH-20F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F1C,
        name: "CJK UNIFIED IDEOGRAPH-20F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F1D,
        name: "CJK UNIFIED IDEOGRAPH-20F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F1E,
        name: "CJK UNIFIED IDEOGRAPH-20F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F1F,
        name: "CJK UNIFIED IDEOGRAPH-20F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F20,
        name: "CJK UNIFIED IDEOGRAPH-20F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F21,
        name: "CJK UNIFIED IDEOGRAPH-20F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F22,
        name: "CJK UNIFIED IDEOGRAPH-20F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F23,
        name: "CJK UNIFIED IDEOGRAPH-20F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F24,
        name: "CJK UNIFIED IDEOGRAPH-20F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F25,
        name: "CJK UNIFIED IDEOGRAPH-20F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F26,
        name: "CJK UNIFIED IDEOGRAPH-20F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F27,
        name: "CJK UNIFIED IDEOGRAPH-20F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F28,
        name: "CJK UNIFIED IDEOGRAPH-20F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F29,
        name: "CJK UNIFIED IDEOGRAPH-20F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F2A,
        name: "CJK UNIFIED IDEOGRAPH-20F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F2B,
        name: "CJK UNIFIED IDEOGRAPH-20F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F2C,
        name: "CJK UNIFIED IDEOGRAPH-20F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F2D,
        name: "CJK UNIFIED IDEOGRAPH-20F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F2E,
        name: "CJK UNIFIED IDEOGRAPH-20F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F2F,
        name: "CJK UNIFIED IDEOGRAPH-20F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F30,
        name: "CJK UNIFIED IDEOGRAPH-20F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F31,
        name: "CJK UNIFIED IDEOGRAPH-20F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F32,
        name: "CJK UNIFIED IDEOGRAPH-20F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F33,
        name: "CJK UNIFIED IDEOGRAPH-20F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F34,
        name: "CJK UNIFIED IDEOGRAPH-20F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F35,
        name: "CJK UNIFIED IDEOGRAPH-20F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F36,
        name: "CJK UNIFIED IDEOGRAPH-20F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F37,
        name: "CJK UNIFIED IDEOGRAPH-20F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F38,
        name: "CJK UNIFIED IDEOGRAPH-20F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F39,
        name: "CJK UNIFIED IDEOGRAPH-20F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F3A,
        name: "CJK UNIFIED IDEOGRAPH-20F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F3B,
        name: "CJK UNIFIED IDEOGRAPH-20F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F3C,
        name: "CJK UNIFIED IDEOGRAPH-20F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F3D,
        name: "CJK UNIFIED IDEOGRAPH-20F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F3E,
        name: "CJK UNIFIED IDEOGRAPH-20F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F3F,
        name: "CJK UNIFIED IDEOGRAPH-20F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F40,
        name: "CJK UNIFIED IDEOGRAPH-20F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F41,
        name: "CJK UNIFIED IDEOGRAPH-20F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F42,
        name: "CJK UNIFIED IDEOGRAPH-20F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F43,
        name: "CJK UNIFIED IDEOGRAPH-20F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F44,
        name: "CJK UNIFIED IDEOGRAPH-20F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F45,
        name: "CJK UNIFIED IDEOGRAPH-20F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F46,
        name: "CJK UNIFIED IDEOGRAPH-20F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F47,
        name: "CJK UNIFIED IDEOGRAPH-20F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F48,
        name: "CJK UNIFIED IDEOGRAPH-20F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F49,
        name: "CJK UNIFIED IDEOGRAPH-20F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F4A,
        name: "CJK UNIFIED IDEOGRAPH-20F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F4B,
        name: "CJK UNIFIED IDEOGRAPH-20F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F4C,
        name: "CJK UNIFIED IDEOGRAPH-20F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F4D,
        name: "CJK UNIFIED IDEOGRAPH-20F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F4E,
        name: "CJK UNIFIED IDEOGRAPH-20F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F4F,
        name: "CJK UNIFIED IDEOGRAPH-20F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F50,
        name: "CJK UNIFIED IDEOGRAPH-20F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F51,
        name: "CJK UNIFIED IDEOGRAPH-20F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F52,
        name: "CJK UNIFIED IDEOGRAPH-20F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F53,
        name: "CJK UNIFIED IDEOGRAPH-20F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F54,
        name: "CJK UNIFIED IDEOGRAPH-20F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F55,
        name: "CJK UNIFIED IDEOGRAPH-20F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F56,
        name: "CJK UNIFIED IDEOGRAPH-20F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F57,
        name: "CJK UNIFIED IDEOGRAPH-20F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F58,
        name: "CJK UNIFIED IDEOGRAPH-20F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F59,
        name: "CJK UNIFIED IDEOGRAPH-20F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F5A,
        name: "CJK UNIFIED IDEOGRAPH-20F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F5B,
        name: "CJK UNIFIED IDEOGRAPH-20F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F5C,
        name: "CJK UNIFIED IDEOGRAPH-20F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F5D,
        name: "CJK UNIFIED IDEOGRAPH-20F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F5E,
        name: "CJK UNIFIED IDEOGRAPH-20F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F5F,
        name: "CJK UNIFIED IDEOGRAPH-20F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F60,
        name: "CJK UNIFIED IDEOGRAPH-20F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F61,
        name: "CJK UNIFIED IDEOGRAPH-20F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F62,
        name: "CJK UNIFIED IDEOGRAPH-20F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F63,
        name: "CJK UNIFIED IDEOGRAPH-20F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F64,
        name: "CJK UNIFIED IDEOGRAPH-20F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F65,
        name: "CJK UNIFIED IDEOGRAPH-20F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F66,
        name: "CJK UNIFIED IDEOGRAPH-20F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F67,
        name: "CJK UNIFIED IDEOGRAPH-20F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F68,
        name: "CJK UNIFIED IDEOGRAPH-20F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F69,
        name: "CJK UNIFIED IDEOGRAPH-20F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F6A,
        name: "CJK UNIFIED IDEOGRAPH-20F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F6B,
        name: "CJK UNIFIED IDEOGRAPH-20F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F6C,
        name: "CJK UNIFIED IDEOGRAPH-20F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F6D,
        name: "CJK UNIFIED IDEOGRAPH-20F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F6E,
        name: "CJK UNIFIED IDEOGRAPH-20F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F6F,
        name: "CJK UNIFIED IDEOGRAPH-20F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F70,
        name: "CJK UNIFIED IDEOGRAPH-20F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F71,
        name: "CJK UNIFIED IDEOGRAPH-20F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F72,
        name: "CJK UNIFIED IDEOGRAPH-20F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F73,
        name: "CJK UNIFIED IDEOGRAPH-20F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F74,
        name: "CJK UNIFIED IDEOGRAPH-20F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F75,
        name: "CJK UNIFIED IDEOGRAPH-20F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F76,
        name: "CJK UNIFIED IDEOGRAPH-20F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F77,
        name: "CJK UNIFIED IDEOGRAPH-20F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F78,
        name: "CJK UNIFIED IDEOGRAPH-20F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F79,
        name: "CJK UNIFIED IDEOGRAPH-20F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F7A,
        name: "CJK UNIFIED IDEOGRAPH-20F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F7B,
        name: "CJK UNIFIED IDEOGRAPH-20F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F7C,
        name: "CJK UNIFIED IDEOGRAPH-20F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F7D,
        name: "CJK UNIFIED IDEOGRAPH-20F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F7E,
        name: "CJK UNIFIED IDEOGRAPH-20F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F7F,
        name: "CJK UNIFIED IDEOGRAPH-20F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F80,
        name: "CJK UNIFIED IDEOGRAPH-20F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F81,
        name: "CJK UNIFIED IDEOGRAPH-20F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F82,
        name: "CJK UNIFIED IDEOGRAPH-20F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F83,
        name: "CJK UNIFIED IDEOGRAPH-20F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F84,
        name: "CJK UNIFIED IDEOGRAPH-20F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F85,
        name: "CJK UNIFIED IDEOGRAPH-20F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F86,
        name: "CJK UNIFIED IDEOGRAPH-20F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F87,
        name: "CJK UNIFIED IDEOGRAPH-20F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F88,
        name: "CJK UNIFIED IDEOGRAPH-20F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F89,
        name: "CJK UNIFIED IDEOGRAPH-20F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F8A,
        name: "CJK UNIFIED IDEOGRAPH-20F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F8B,
        name: "CJK UNIFIED IDEOGRAPH-20F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F8C,
        name: "CJK UNIFIED IDEOGRAPH-20F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F8D,
        name: "CJK UNIFIED IDEOGRAPH-20F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F8E,
        name: "CJK UNIFIED IDEOGRAPH-20F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F8F,
        name: "CJK UNIFIED IDEOGRAPH-20F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F90,
        name: "CJK UNIFIED IDEOGRAPH-20F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F91,
        name: "CJK UNIFIED IDEOGRAPH-20F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F92,
        name: "CJK UNIFIED IDEOGRAPH-20F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F93,
        name: "CJK UNIFIED IDEOGRAPH-20F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F94,
        name: "CJK UNIFIED IDEOGRAPH-20F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F95,
        name: "CJK UNIFIED IDEOGRAPH-20F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F96,
        name: "CJK UNIFIED IDEOGRAPH-20F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F97,
        name: "CJK UNIFIED IDEOGRAPH-20F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F98,
        name: "CJK UNIFIED IDEOGRAPH-20F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F99,
        name: "CJK UNIFIED IDEOGRAPH-20F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F9A,
        name: "CJK UNIFIED IDEOGRAPH-20F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F9B,
        name: "CJK UNIFIED IDEOGRAPH-20F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F9C,
        name: "CJK UNIFIED IDEOGRAPH-20F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F9D,
        name: "CJK UNIFIED IDEOGRAPH-20F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F9E,
        name: "CJK UNIFIED IDEOGRAPH-20F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x20F9F,
        name: "CJK UNIFIED IDEOGRAPH-20F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA0,
        name: "CJK UNIFIED IDEOGRAPH-20FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA1,
        name: "CJK UNIFIED IDEOGRAPH-20FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA2,
        name: "CJK UNIFIED IDEOGRAPH-20FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA3,
        name: "CJK UNIFIED IDEOGRAPH-20FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA4,
        name: "CJK UNIFIED IDEOGRAPH-20FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA5,
        name: "CJK UNIFIED IDEOGRAPH-20FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA6,
        name: "CJK UNIFIED IDEOGRAPH-20FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA7,
        name: "CJK UNIFIED IDEOGRAPH-20FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA8,
        name: "CJK UNIFIED IDEOGRAPH-20FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FA9,
        name: "CJK UNIFIED IDEOGRAPH-20FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FAA,
        name: "CJK UNIFIED IDEOGRAPH-20FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FAB,
        name: "CJK UNIFIED IDEOGRAPH-20FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FAC,
        name: "CJK UNIFIED IDEOGRAPH-20FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FAD,
        name: "CJK UNIFIED IDEOGRAPH-20FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FAE,
        name: "CJK UNIFIED IDEOGRAPH-20FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FAF,
        name: "CJK UNIFIED IDEOGRAPH-20FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB0,
        name: "CJK UNIFIED IDEOGRAPH-20FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB1,
        name: "CJK UNIFIED IDEOGRAPH-20FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB2,
        name: "CJK UNIFIED IDEOGRAPH-20FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB3,
        name: "CJK UNIFIED IDEOGRAPH-20FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB4,
        name: "CJK UNIFIED IDEOGRAPH-20FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB5,
        name: "CJK UNIFIED IDEOGRAPH-20FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB6,
        name: "CJK UNIFIED IDEOGRAPH-20FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB7,
        name: "CJK UNIFIED IDEOGRAPH-20FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB8,
        name: "CJK UNIFIED IDEOGRAPH-20FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FB9,
        name: "CJK UNIFIED IDEOGRAPH-20FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FBA,
        name: "CJK UNIFIED IDEOGRAPH-20FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FBB,
        name: "CJK UNIFIED IDEOGRAPH-20FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FBC,
        name: "CJK UNIFIED IDEOGRAPH-20FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FBD,
        name: "CJK UNIFIED IDEOGRAPH-20FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FBE,
        name: "CJK UNIFIED IDEOGRAPH-20FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FBF,
        name: "CJK UNIFIED IDEOGRAPH-20FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC0,
        name: "CJK UNIFIED IDEOGRAPH-20FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC1,
        name: "CJK UNIFIED IDEOGRAPH-20FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC2,
        name: "CJK UNIFIED IDEOGRAPH-20FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC3,
        name: "CJK UNIFIED IDEOGRAPH-20FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC4,
        name: "CJK UNIFIED IDEOGRAPH-20FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC5,
        name: "CJK UNIFIED IDEOGRAPH-20FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC6,
        name: "CJK UNIFIED IDEOGRAPH-20FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC7,
        name: "CJK UNIFIED IDEOGRAPH-20FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC8,
        name: "CJK UNIFIED IDEOGRAPH-20FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FC9,
        name: "CJK UNIFIED IDEOGRAPH-20FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FCA,
        name: "CJK UNIFIED IDEOGRAPH-20FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FCB,
        name: "CJK UNIFIED IDEOGRAPH-20FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FCC,
        name: "CJK UNIFIED IDEOGRAPH-20FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FCD,
        name: "CJK UNIFIED IDEOGRAPH-20FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FCE,
        name: "CJK UNIFIED IDEOGRAPH-20FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FCF,
        name: "CJK UNIFIED IDEOGRAPH-20FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD0,
        name: "CJK UNIFIED IDEOGRAPH-20FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD1,
        name: "CJK UNIFIED IDEOGRAPH-20FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD2,
        name: "CJK UNIFIED IDEOGRAPH-20FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD3,
        name: "CJK UNIFIED IDEOGRAPH-20FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD4,
        name: "CJK UNIFIED IDEOGRAPH-20FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD5,
        name: "CJK UNIFIED IDEOGRAPH-20FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD6,
        name: "CJK UNIFIED IDEOGRAPH-20FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD7,
        name: "CJK UNIFIED IDEOGRAPH-20FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD8,
        name: "CJK UNIFIED IDEOGRAPH-20FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FD9,
        name: "CJK UNIFIED IDEOGRAPH-20FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FDA,
        name: "CJK UNIFIED IDEOGRAPH-20FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FDB,
        name: "CJK UNIFIED IDEOGRAPH-20FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FDC,
        name: "CJK UNIFIED IDEOGRAPH-20FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FDD,
        name: "CJK UNIFIED IDEOGRAPH-20FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FDE,
        name: "CJK UNIFIED IDEOGRAPH-20FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FDF,
        name: "CJK UNIFIED IDEOGRAPH-20FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE0,
        name: "CJK UNIFIED IDEOGRAPH-20FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE1,
        name: "CJK UNIFIED IDEOGRAPH-20FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE2,
        name: "CJK UNIFIED IDEOGRAPH-20FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE3,
        name: "CJK UNIFIED IDEOGRAPH-20FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE4,
        name: "CJK UNIFIED IDEOGRAPH-20FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE5,
        name: "CJK UNIFIED IDEOGRAPH-20FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE6,
        name: "CJK UNIFIED IDEOGRAPH-20FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE7,
        name: "CJK UNIFIED IDEOGRAPH-20FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE8,
        name: "CJK UNIFIED IDEOGRAPH-20FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FE9,
        name: "CJK UNIFIED IDEOGRAPH-20FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FEA,
        name: "CJK UNIFIED IDEOGRAPH-20FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FEB,
        name: "CJK UNIFIED IDEOGRAPH-20FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FEC,
        name: "CJK UNIFIED IDEOGRAPH-20FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FED,
        name: "CJK UNIFIED IDEOGRAPH-20FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FEE,
        name: "CJK UNIFIED IDEOGRAPH-20FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FEF,
        name: "CJK UNIFIED IDEOGRAPH-20FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF0,
        name: "CJK UNIFIED IDEOGRAPH-20FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF1,
        name: "CJK UNIFIED IDEOGRAPH-20FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF2,
        name: "CJK UNIFIED IDEOGRAPH-20FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF3,
        name: "CJK UNIFIED IDEOGRAPH-20FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF4,
        name: "CJK UNIFIED IDEOGRAPH-20FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF5,
        name: "CJK UNIFIED IDEOGRAPH-20FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF6,
        name: "CJK UNIFIED IDEOGRAPH-20FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF7,
        name: "CJK UNIFIED IDEOGRAPH-20FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF8,
        name: "CJK UNIFIED IDEOGRAPH-20FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FF9,
        name: "CJK UNIFIED IDEOGRAPH-20FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FFA,
        name: "CJK UNIFIED IDEOGRAPH-20FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FFB,
        name: "CJK UNIFIED IDEOGRAPH-20FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FFC,
        name: "CJK UNIFIED IDEOGRAPH-20FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FFD,
        name: "CJK UNIFIED IDEOGRAPH-20FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FFE,
        name: "CJK UNIFIED IDEOGRAPH-20FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x20FFF,
        name: "CJK UNIFIED IDEOGRAPH-20FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21000,
        name: "CJK UNIFIED IDEOGRAPH-21000",
    },
    Character {
        age: "3.1",
        codepoint: 0x21001,
        name: "CJK UNIFIED IDEOGRAPH-21001",
    },
    Character {
        age: "3.1",
        codepoint: 0x21002,
        name: "CJK UNIFIED IDEOGRAPH-21002",
    },
    Character {
        age: "3.1",
        codepoint: 0x21003,
        name: "CJK UNIFIED IDEOGRAPH-21003",
    },
    Character {
        age: "3.1",
        codepoint: 0x21004,
        name: "CJK UNIFIED IDEOGRAPH-21004",
    },
    Character {
        age: "3.1",
        codepoint: 0x21005,
        name: "CJK UNIFIED IDEOGRAPH-21005",
    },
    Character {
        age: "3.1",
        codepoint: 0x21006,
        name: "CJK UNIFIED IDEOGRAPH-21006",
    },
    Character {
        age: "3.1",
        codepoint: 0x21007,
        name: "CJK UNIFIED IDEOGRAPH-21007",
    },
    Character {
        age: "3.1",
        codepoint: 0x21008,
        name: "CJK UNIFIED IDEOGRAPH-21008",
    },
    Character {
        age: "3.1",
        codepoint: 0x21009,
        name: "CJK UNIFIED IDEOGRAPH-21009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2100A,
        name: "CJK UNIFIED IDEOGRAPH-2100A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2100B,
        name: "CJK UNIFIED IDEOGRAPH-2100B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2100C,
        name: "CJK UNIFIED IDEOGRAPH-2100C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2100D,
        name: "CJK UNIFIED IDEOGRAPH-2100D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2100E,
        name: "CJK UNIFIED IDEOGRAPH-2100E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2100F,
        name: "CJK UNIFIED IDEOGRAPH-2100F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21010,
        name: "CJK UNIFIED IDEOGRAPH-21010",
    },
    Character {
        age: "3.1",
        codepoint: 0x21011,
        name: "CJK UNIFIED IDEOGRAPH-21011",
    },
    Character {
        age: "3.1",
        codepoint: 0x21012,
        name: "CJK UNIFIED IDEOGRAPH-21012",
    },
    Character {
        age: "3.1",
        codepoint: 0x21013,
        name: "CJK UNIFIED IDEOGRAPH-21013",
    },
    Character {
        age: "3.1",
        codepoint: 0x21014,
        name: "CJK UNIFIED IDEOGRAPH-21014",
    },
    Character {
        age: "3.1",
        codepoint: 0x21015,
        name: "CJK UNIFIED IDEOGRAPH-21015",
    },
    Character {
        age: "3.1",
        codepoint: 0x21016,
        name: "CJK UNIFIED IDEOGRAPH-21016",
    },
    Character {
        age: "3.1",
        codepoint: 0x21017,
        name: "CJK UNIFIED IDEOGRAPH-21017",
    },
    Character {
        age: "3.1",
        codepoint: 0x21018,
        name: "CJK UNIFIED IDEOGRAPH-21018",
    },
    Character {
        age: "3.1",
        codepoint: 0x21019,
        name: "CJK UNIFIED IDEOGRAPH-21019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2101A,
        name: "CJK UNIFIED IDEOGRAPH-2101A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2101B,
        name: "CJK UNIFIED IDEOGRAPH-2101B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2101C,
        name: "CJK UNIFIED IDEOGRAPH-2101C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2101D,
        name: "CJK UNIFIED IDEOGRAPH-2101D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2101E,
        name: "CJK UNIFIED IDEOGRAPH-2101E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2101F,
        name: "CJK UNIFIED IDEOGRAPH-2101F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21020,
        name: "CJK UNIFIED IDEOGRAPH-21020",
    },
    Character {
        age: "3.1",
        codepoint: 0x21021,
        name: "CJK UNIFIED IDEOGRAPH-21021",
    },
    Character {
        age: "3.1",
        codepoint: 0x21022,
        name: "CJK UNIFIED IDEOGRAPH-21022",
    },
    Character {
        age: "3.1",
        codepoint: 0x21023,
        name: "CJK UNIFIED IDEOGRAPH-21023",
    },
    Character {
        age: "3.1",
        codepoint: 0x21024,
        name: "CJK UNIFIED IDEOGRAPH-21024",
    },
    Character {
        age: "3.1",
        codepoint: 0x21025,
        name: "CJK UNIFIED IDEOGRAPH-21025",
    },
    Character {
        age: "3.1",
        codepoint: 0x21026,
        name: "CJK UNIFIED IDEOGRAPH-21026",
    },
    Character {
        age: "3.1",
        codepoint: 0x21027,
        name: "CJK UNIFIED IDEOGRAPH-21027",
    },
    Character {
        age: "3.1",
        codepoint: 0x21028,
        name: "CJK UNIFIED IDEOGRAPH-21028",
    },
    Character {
        age: "3.1",
        codepoint: 0x21029,
        name: "CJK UNIFIED IDEOGRAPH-21029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2102A,
        name: "CJK UNIFIED IDEOGRAPH-2102A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2102B,
        name: "CJK UNIFIED IDEOGRAPH-2102B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2102C,
        name: "CJK UNIFIED IDEOGRAPH-2102C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2102D,
        name: "CJK UNIFIED IDEOGRAPH-2102D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2102E,
        name: "CJK UNIFIED IDEOGRAPH-2102E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2102F,
        name: "CJK UNIFIED IDEOGRAPH-2102F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21030,
        name: "CJK UNIFIED IDEOGRAPH-21030",
    },
    Character {
        age: "3.1",
        codepoint: 0x21031,
        name: "CJK UNIFIED IDEOGRAPH-21031",
    },
    Character {
        age: "3.1",
        codepoint: 0x21032,
        name: "CJK UNIFIED IDEOGRAPH-21032",
    },
    Character {
        age: "3.1",
        codepoint: 0x21033,
        name: "CJK UNIFIED IDEOGRAPH-21033",
    },
    Character {
        age: "3.1",
        codepoint: 0x21034,
        name: "CJK UNIFIED IDEOGRAPH-21034",
    },
    Character {
        age: "3.1",
        codepoint: 0x21035,
        name: "CJK UNIFIED IDEOGRAPH-21035",
    },
    Character {
        age: "3.1",
        codepoint: 0x21036,
        name: "CJK UNIFIED IDEOGRAPH-21036",
    },
    Character {
        age: "3.1",
        codepoint: 0x21037,
        name: "CJK UNIFIED IDEOGRAPH-21037",
    },
    Character {
        age: "3.1",
        codepoint: 0x21038,
        name: "CJK UNIFIED IDEOGRAPH-21038",
    },
    Character {
        age: "3.1",
        codepoint: 0x21039,
        name: "CJK UNIFIED IDEOGRAPH-21039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2103A,
        name: "CJK UNIFIED IDEOGRAPH-2103A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2103B,
        name: "CJK UNIFIED IDEOGRAPH-2103B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2103C,
        name: "CJK UNIFIED IDEOGRAPH-2103C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2103D,
        name: "CJK UNIFIED IDEOGRAPH-2103D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2103E,
        name: "CJK UNIFIED IDEOGRAPH-2103E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2103F,
        name: "CJK UNIFIED IDEOGRAPH-2103F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21040,
        name: "CJK UNIFIED IDEOGRAPH-21040",
    },
    Character {
        age: "3.1",
        codepoint: 0x21041,
        name: "CJK UNIFIED IDEOGRAPH-21041",
    },
    Character {
        age: "3.1",
        codepoint: 0x21042,
        name: "CJK UNIFIED IDEOGRAPH-21042",
    },
    Character {
        age: "3.1",
        codepoint: 0x21043,
        name: "CJK UNIFIED IDEOGRAPH-21043",
    },
    Character {
        age: "3.1",
        codepoint: 0x21044,
        name: "CJK UNIFIED IDEOGRAPH-21044",
    },
    Character {
        age: "3.1",
        codepoint: 0x21045,
        name: "CJK UNIFIED IDEOGRAPH-21045",
    },
    Character {
        age: "3.1",
        codepoint: 0x21046,
        name: "CJK UNIFIED IDEOGRAPH-21046",
    },
    Character {
        age: "3.1",
        codepoint: 0x21047,
        name: "CJK UNIFIED IDEOGRAPH-21047",
    },
    Character {
        age: "3.1",
        codepoint: 0x21048,
        name: "CJK UNIFIED IDEOGRAPH-21048",
    },
    Character {
        age: "3.1",
        codepoint: 0x21049,
        name: "CJK UNIFIED IDEOGRAPH-21049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2104A,
        name: "CJK UNIFIED IDEOGRAPH-2104A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2104B,
        name: "CJK UNIFIED IDEOGRAPH-2104B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2104C,
        name: "CJK UNIFIED IDEOGRAPH-2104C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2104D,
        name: "CJK UNIFIED IDEOGRAPH-2104D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2104E,
        name: "CJK UNIFIED IDEOGRAPH-2104E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2104F,
        name: "CJK UNIFIED IDEOGRAPH-2104F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21050,
        name: "CJK UNIFIED IDEOGRAPH-21050",
    },
    Character {
        age: "3.1",
        codepoint: 0x21051,
        name: "CJK UNIFIED IDEOGRAPH-21051",
    },
    Character {
        age: "3.1",
        codepoint: 0x21052,
        name: "CJK UNIFIED IDEOGRAPH-21052",
    },
    Character {
        age: "3.1",
        codepoint: 0x21053,
        name: "CJK UNIFIED IDEOGRAPH-21053",
    },
    Character {
        age: "3.1",
        codepoint: 0x21054,
        name: "CJK UNIFIED IDEOGRAPH-21054",
    },
    Character {
        age: "3.1",
        codepoint: 0x21055,
        name: "CJK UNIFIED IDEOGRAPH-21055",
    },
    Character {
        age: "3.1",
        codepoint: 0x21056,
        name: "CJK UNIFIED IDEOGRAPH-21056",
    },
    Character {
        age: "3.1",
        codepoint: 0x21057,
        name: "CJK UNIFIED IDEOGRAPH-21057",
    },
    Character {
        age: "3.1",
        codepoint: 0x21058,
        name: "CJK UNIFIED IDEOGRAPH-21058",
    },
    Character {
        age: "3.1",
        codepoint: 0x21059,
        name: "CJK UNIFIED IDEOGRAPH-21059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2105A,
        name: "CJK UNIFIED IDEOGRAPH-2105A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2105B,
        name: "CJK UNIFIED IDEOGRAPH-2105B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2105C,
        name: "CJK UNIFIED IDEOGRAPH-2105C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2105D,
        name: "CJK UNIFIED IDEOGRAPH-2105D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2105E,
        name: "CJK UNIFIED IDEOGRAPH-2105E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2105F,
        name: "CJK UNIFIED IDEOGRAPH-2105F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21060,
        name: "CJK UNIFIED IDEOGRAPH-21060",
    },
    Character {
        age: "3.1",
        codepoint: 0x21061,
        name: "CJK UNIFIED IDEOGRAPH-21061",
    },
    Character {
        age: "3.1",
        codepoint: 0x21062,
        name: "CJK UNIFIED IDEOGRAPH-21062",
    },
    Character {
        age: "3.1",
        codepoint: 0x21063,
        name: "CJK UNIFIED IDEOGRAPH-21063",
    },
    Character {
        age: "3.1",
        codepoint: 0x21064,
        name: "CJK UNIFIED IDEOGRAPH-21064",
    },
    Character {
        age: "3.1",
        codepoint: 0x21065,
        name: "CJK UNIFIED IDEOGRAPH-21065",
    },
    Character {
        age: "3.1",
        codepoint: 0x21066,
        name: "CJK UNIFIED IDEOGRAPH-21066",
    },
    Character {
        age: "3.1",
        codepoint: 0x21067,
        name: "CJK UNIFIED IDEOGRAPH-21067",
    },
    Character {
        age: "3.1",
        codepoint: 0x21068,
        name: "CJK UNIFIED IDEOGRAPH-21068",
    },
    Character {
        age: "3.1",
        codepoint: 0x21069,
        name: "CJK UNIFIED IDEOGRAPH-21069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2106A,
        name: "CJK UNIFIED IDEOGRAPH-2106A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2106B,
        name: "CJK UNIFIED IDEOGRAPH-2106B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2106C,
        name: "CJK UNIFIED IDEOGRAPH-2106C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2106D,
        name: "CJK UNIFIED IDEOGRAPH-2106D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2106E,
        name: "CJK UNIFIED IDEOGRAPH-2106E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2106F,
        name: "CJK UNIFIED IDEOGRAPH-2106F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21070,
        name: "CJK UNIFIED IDEOGRAPH-21070",
    },
    Character {
        age: "3.1",
        codepoint: 0x21071,
        name: "CJK UNIFIED IDEOGRAPH-21071",
    },
    Character {
        age: "3.1",
        codepoint: 0x21072,
        name: "CJK UNIFIED IDEOGRAPH-21072",
    },
    Character {
        age: "3.1",
        codepoint: 0x21073,
        name: "CJK UNIFIED IDEOGRAPH-21073",
    },
    Character {
        age: "3.1",
        codepoint: 0x21074,
        name: "CJK UNIFIED IDEOGRAPH-21074",
    },
    Character {
        age: "3.1",
        codepoint: 0x21075,
        name: "CJK UNIFIED IDEOGRAPH-21075",
    },
    Character {
        age: "3.1",
        codepoint: 0x21076,
        name: "CJK UNIFIED IDEOGRAPH-21076",
    },
    Character {
        age: "3.1",
        codepoint: 0x21077,
        name: "CJK UNIFIED IDEOGRAPH-21077",
    },
    Character {
        age: "3.1",
        codepoint: 0x21078,
        name: "CJK UNIFIED IDEOGRAPH-21078",
    },
    Character {
        age: "3.1",
        codepoint: 0x21079,
        name: "CJK UNIFIED IDEOGRAPH-21079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2107A,
        name: "CJK UNIFIED IDEOGRAPH-2107A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2107B,
        name: "CJK UNIFIED IDEOGRAPH-2107B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2107C,
        name: "CJK UNIFIED IDEOGRAPH-2107C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2107D,
        name: "CJK UNIFIED IDEOGRAPH-2107D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2107E,
        name: "CJK UNIFIED IDEOGRAPH-2107E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2107F,
        name: "CJK UNIFIED IDEOGRAPH-2107F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21080,
        name: "CJK UNIFIED IDEOGRAPH-21080",
    },
    Character {
        age: "3.1",
        codepoint: 0x21081,
        name: "CJK UNIFIED IDEOGRAPH-21081",
    },
    Character {
        age: "3.1",
        codepoint: 0x21082,
        name: "CJK UNIFIED IDEOGRAPH-21082",
    },
    Character {
        age: "3.1",
        codepoint: 0x21083,
        name: "CJK UNIFIED IDEOGRAPH-21083",
    },
    Character {
        age: "3.1",
        codepoint: 0x21084,
        name: "CJK UNIFIED IDEOGRAPH-21084",
    },
    Character {
        age: "3.1",
        codepoint: 0x21085,
        name: "CJK UNIFIED IDEOGRAPH-21085",
    },
    Character {
        age: "3.1",
        codepoint: 0x21086,
        name: "CJK UNIFIED IDEOGRAPH-21086",
    },
    Character {
        age: "3.1",
        codepoint: 0x21087,
        name: "CJK UNIFIED IDEOGRAPH-21087",
    },
    Character {
        age: "3.1",
        codepoint: 0x21088,
        name: "CJK UNIFIED IDEOGRAPH-21088",
    },
    Character {
        age: "3.1",
        codepoint: 0x21089,
        name: "CJK UNIFIED IDEOGRAPH-21089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2108A,
        name: "CJK UNIFIED IDEOGRAPH-2108A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2108B,
        name: "CJK UNIFIED IDEOGRAPH-2108B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2108C,
        name: "CJK UNIFIED IDEOGRAPH-2108C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2108D,
        name: "CJK UNIFIED IDEOGRAPH-2108D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2108E,
        name: "CJK UNIFIED IDEOGRAPH-2108E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2108F,
        name: "CJK UNIFIED IDEOGRAPH-2108F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21090,
        name: "CJK UNIFIED IDEOGRAPH-21090",
    },
    Character {
        age: "3.1",
        codepoint: 0x21091,
        name: "CJK UNIFIED IDEOGRAPH-21091",
    },
    Character {
        age: "3.1",
        codepoint: 0x21092,
        name: "CJK UNIFIED IDEOGRAPH-21092",
    },
    Character {
        age: "3.1",
        codepoint: 0x21093,
        name: "CJK UNIFIED IDEOGRAPH-21093",
    },
    Character {
        age: "3.1",
        codepoint: 0x21094,
        name: "CJK UNIFIED IDEOGRAPH-21094",
    },
    Character {
        age: "3.1",
        codepoint: 0x21095,
        name: "CJK UNIFIED IDEOGRAPH-21095",
    },
    Character {
        age: "3.1",
        codepoint: 0x21096,
        name: "CJK UNIFIED IDEOGRAPH-21096",
    },
    Character {
        age: "3.1",
        codepoint: 0x21097,
        name: "CJK UNIFIED IDEOGRAPH-21097",
    },
    Character {
        age: "3.1",
        codepoint: 0x21098,
        name: "CJK UNIFIED IDEOGRAPH-21098",
    },
    Character {
        age: "3.1",
        codepoint: 0x21099,
        name: "CJK UNIFIED IDEOGRAPH-21099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2109A,
        name: "CJK UNIFIED IDEOGRAPH-2109A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2109B,
        name: "CJK UNIFIED IDEOGRAPH-2109B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2109C,
        name: "CJK UNIFIED IDEOGRAPH-2109C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2109D,
        name: "CJK UNIFIED IDEOGRAPH-2109D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2109E,
        name: "CJK UNIFIED IDEOGRAPH-2109E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2109F,
        name: "CJK UNIFIED IDEOGRAPH-2109F",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A0,
        name: "CJK UNIFIED IDEOGRAPH-210A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A1,
        name: "CJK UNIFIED IDEOGRAPH-210A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A2,
        name: "CJK UNIFIED IDEOGRAPH-210A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A3,
        name: "CJK UNIFIED IDEOGRAPH-210A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A4,
        name: "CJK UNIFIED IDEOGRAPH-210A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A5,
        name: "CJK UNIFIED IDEOGRAPH-210A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A6,
        name: "CJK UNIFIED IDEOGRAPH-210A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A7,
        name: "CJK UNIFIED IDEOGRAPH-210A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A8,
        name: "CJK UNIFIED IDEOGRAPH-210A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x210A9,
        name: "CJK UNIFIED IDEOGRAPH-210A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x210AA,
        name: "CJK UNIFIED IDEOGRAPH-210AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x210AB,
        name: "CJK UNIFIED IDEOGRAPH-210AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x210AC,
        name: "CJK UNIFIED IDEOGRAPH-210AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x210AD,
        name: "CJK UNIFIED IDEOGRAPH-210AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x210AE,
        name: "CJK UNIFIED IDEOGRAPH-210AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x210AF,
        name: "CJK UNIFIED IDEOGRAPH-210AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B0,
        name: "CJK UNIFIED IDEOGRAPH-210B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B1,
        name: "CJK UNIFIED IDEOGRAPH-210B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B2,
        name: "CJK UNIFIED IDEOGRAPH-210B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B3,
        name: "CJK UNIFIED IDEOGRAPH-210B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B4,
        name: "CJK UNIFIED IDEOGRAPH-210B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B5,
        name: "CJK UNIFIED IDEOGRAPH-210B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B6,
        name: "CJK UNIFIED IDEOGRAPH-210B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B7,
        name: "CJK UNIFIED IDEOGRAPH-210B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B8,
        name: "CJK UNIFIED IDEOGRAPH-210B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x210B9,
        name: "CJK UNIFIED IDEOGRAPH-210B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x210BA,
        name: "CJK UNIFIED IDEOGRAPH-210BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x210BB,
        name: "CJK UNIFIED IDEOGRAPH-210BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x210BC,
        name: "CJK UNIFIED IDEOGRAPH-210BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x210BD,
        name: "CJK UNIFIED IDEOGRAPH-210BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x210BE,
        name: "CJK UNIFIED IDEOGRAPH-210BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x210BF,
        name: "CJK UNIFIED IDEOGRAPH-210BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C0,
        name: "CJK UNIFIED IDEOGRAPH-210C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C1,
        name: "CJK UNIFIED IDEOGRAPH-210C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C2,
        name: "CJK UNIFIED IDEOGRAPH-210C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C3,
        name: "CJK UNIFIED IDEOGRAPH-210C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C4,
        name: "CJK UNIFIED IDEOGRAPH-210C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C5,
        name: "CJK UNIFIED IDEOGRAPH-210C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C6,
        name: "CJK UNIFIED IDEOGRAPH-210C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C7,
        name: "CJK UNIFIED IDEOGRAPH-210C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C8,
        name: "CJK UNIFIED IDEOGRAPH-210C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x210C9,
        name: "CJK UNIFIED IDEOGRAPH-210C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x210CA,
        name: "CJK UNIFIED IDEOGRAPH-210CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x210CB,
        name: "CJK UNIFIED IDEOGRAPH-210CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x210CC,
        name: "CJK UNIFIED IDEOGRAPH-210CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x210CD,
        name: "CJK UNIFIED IDEOGRAPH-210CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x210CE,
        name: "CJK UNIFIED IDEOGRAPH-210CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x210CF,
        name: "CJK UNIFIED IDEOGRAPH-210CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D0,
        name: "CJK UNIFIED IDEOGRAPH-210D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D1,
        name: "CJK UNIFIED IDEOGRAPH-210D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D2,
        name: "CJK UNIFIED IDEOGRAPH-210D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D3,
        name: "CJK UNIFIED IDEOGRAPH-210D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D4,
        name: "CJK UNIFIED IDEOGRAPH-210D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D5,
        name: "CJK UNIFIED IDEOGRAPH-210D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D6,
        name: "CJK UNIFIED IDEOGRAPH-210D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D7,
        name: "CJK UNIFIED IDEOGRAPH-210D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D8,
        name: "CJK UNIFIED IDEOGRAPH-210D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x210D9,
        name: "CJK UNIFIED IDEOGRAPH-210D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x210DA,
        name: "CJK UNIFIED IDEOGRAPH-210DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x210DB,
        name: "CJK UNIFIED IDEOGRAPH-210DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x210DC,
        name: "CJK UNIFIED IDEOGRAPH-210DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x210DD,
        name: "CJK UNIFIED IDEOGRAPH-210DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x210DE,
        name: "CJK UNIFIED IDEOGRAPH-210DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x210DF,
        name: "CJK UNIFIED IDEOGRAPH-210DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E0,
        name: "CJK UNIFIED IDEOGRAPH-210E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E1,
        name: "CJK UNIFIED IDEOGRAPH-210E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E2,
        name: "CJK UNIFIED IDEOGRAPH-210E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E3,
        name: "CJK UNIFIED IDEOGRAPH-210E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E4,
        name: "CJK UNIFIED IDEOGRAPH-210E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E5,
        name: "CJK UNIFIED IDEOGRAPH-210E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E6,
        name: "CJK UNIFIED IDEOGRAPH-210E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E7,
        name: "CJK UNIFIED IDEOGRAPH-210E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E8,
        name: "CJK UNIFIED IDEOGRAPH-210E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x210E9,
        name: "CJK UNIFIED IDEOGRAPH-210E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x210EA,
        name: "CJK UNIFIED IDEOGRAPH-210EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x210EB,
        name: "CJK UNIFIED IDEOGRAPH-210EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x210EC,
        name: "CJK UNIFIED IDEOGRAPH-210EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x210ED,
        name: "CJK UNIFIED IDEOGRAPH-210ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x210EE,
        name: "CJK UNIFIED IDEOGRAPH-210EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x210EF,
        name: "CJK UNIFIED IDEOGRAPH-210EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F0,
        name: "CJK UNIFIED IDEOGRAPH-210F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F1,
        name: "CJK UNIFIED IDEOGRAPH-210F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F2,
        name: "CJK UNIFIED IDEOGRAPH-210F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F3,
        name: "CJK UNIFIED IDEOGRAPH-210F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F4,
        name: "CJK UNIFIED IDEOGRAPH-210F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F5,
        name: "CJK UNIFIED IDEOGRAPH-210F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F6,
        name: "CJK UNIFIED IDEOGRAPH-210F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F7,
        name: "CJK UNIFIED IDEOGRAPH-210F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F8,
        name: "CJK UNIFIED IDEOGRAPH-210F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x210F9,
        name: "CJK UNIFIED IDEOGRAPH-210F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x210FA,
        name: "CJK UNIFIED IDEOGRAPH-210FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x210FB,
        name: "CJK UNIFIED IDEOGRAPH-210FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x210FC,
        name: "CJK UNIFIED IDEOGRAPH-210FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x210FD,
        name: "CJK UNIFIED IDEOGRAPH-210FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x210FE,
        name: "CJK UNIFIED IDEOGRAPH-210FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x210FF,
        name: "CJK UNIFIED IDEOGRAPH-210FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21100,
        name: "CJK UNIFIED IDEOGRAPH-21100",
    },
    Character {
        age: "3.1",
        codepoint: 0x21101,
        name: "CJK UNIFIED IDEOGRAPH-21101",
    },
    Character {
        age: "3.1",
        codepoint: 0x21102,
        name: "CJK UNIFIED IDEOGRAPH-21102",
    },
    Character {
        age: "3.1",
        codepoint: 0x21103,
        name: "CJK UNIFIED IDEOGRAPH-21103",
    },
    Character {
        age: "3.1",
        codepoint: 0x21104,
        name: "CJK UNIFIED IDEOGRAPH-21104",
    },
    Character {
        age: "3.1",
        codepoint: 0x21105,
        name: "CJK UNIFIED IDEOGRAPH-21105",
    },
    Character {
        age: "3.1",
        codepoint: 0x21106,
        name: "CJK UNIFIED IDEOGRAPH-21106",
    },
    Character {
        age: "3.1",
        codepoint: 0x21107,
        name: "CJK UNIFIED IDEOGRAPH-21107",
    },
    Character {
        age: "3.1",
        codepoint: 0x21108,
        name: "CJK UNIFIED IDEOGRAPH-21108",
    },
    Character {
        age: "3.1",
        codepoint: 0x21109,
        name: "CJK UNIFIED IDEOGRAPH-21109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2110A,
        name: "CJK UNIFIED IDEOGRAPH-2110A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2110B,
        name: "CJK UNIFIED IDEOGRAPH-2110B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2110C,
        name: "CJK UNIFIED IDEOGRAPH-2110C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2110D,
        name: "CJK UNIFIED IDEOGRAPH-2110D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2110E,
        name: "CJK UNIFIED IDEOGRAPH-2110E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2110F,
        name: "CJK UNIFIED IDEOGRAPH-2110F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21110,
        name: "CJK UNIFIED IDEOGRAPH-21110",
    },
    Character {
        age: "3.1",
        codepoint: 0x21111,
        name: "CJK UNIFIED IDEOGRAPH-21111",
    },
    Character {
        age: "3.1",
        codepoint: 0x21112,
        name: "CJK UNIFIED IDEOGRAPH-21112",
    },
    Character {
        age: "3.1",
        codepoint: 0x21113,
        name: "CJK UNIFIED IDEOGRAPH-21113",
    },
    Character {
        age: "3.1",
        codepoint: 0x21114,
        name: "CJK UNIFIED IDEOGRAPH-21114",
    },
    Character {
        age: "3.1",
        codepoint: 0x21115,
        name: "CJK UNIFIED IDEOGRAPH-21115",
    },
    Character {
        age: "3.1",
        codepoint: 0x21116,
        name: "CJK UNIFIED IDEOGRAPH-21116",
    },
    Character {
        age: "3.1",
        codepoint: 0x21117,
        name: "CJK UNIFIED IDEOGRAPH-21117",
    },
    Character {
        age: "3.1",
        codepoint: 0x21118,
        name: "CJK UNIFIED IDEOGRAPH-21118",
    },
    Character {
        age: "3.1",
        codepoint: 0x21119,
        name: "CJK UNIFIED IDEOGRAPH-21119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2111A,
        name: "CJK UNIFIED IDEOGRAPH-2111A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2111B,
        name: "CJK UNIFIED IDEOGRAPH-2111B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2111C,
        name: "CJK UNIFIED IDEOGRAPH-2111C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2111D,
        name: "CJK UNIFIED IDEOGRAPH-2111D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2111E,
        name: "CJK UNIFIED IDEOGRAPH-2111E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2111F,
        name: "CJK UNIFIED IDEOGRAPH-2111F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21120,
        name: "CJK UNIFIED IDEOGRAPH-21120",
    },
    Character {
        age: "3.1",
        codepoint: 0x21121,
        name: "CJK UNIFIED IDEOGRAPH-21121",
    },
    Character {
        age: "3.1",
        codepoint: 0x21122,
        name: "CJK UNIFIED IDEOGRAPH-21122",
    },
    Character {
        age: "3.1",
        codepoint: 0x21123,
        name: "CJK UNIFIED IDEOGRAPH-21123",
    },
    Character {
        age: "3.1",
        codepoint: 0x21124,
        name: "CJK UNIFIED IDEOGRAPH-21124",
    },
    Character {
        age: "3.1",
        codepoint: 0x21125,
        name: "CJK UNIFIED IDEOGRAPH-21125",
    },
    Character {
        age: "3.1",
        codepoint: 0x21126,
        name: "CJK UNIFIED IDEOGRAPH-21126",
    },
    Character {
        age: "3.1",
        codepoint: 0x21127,
        name: "CJK UNIFIED IDEOGRAPH-21127",
    },
    Character {
        age: "3.1",
        codepoint: 0x21128,
        name: "CJK UNIFIED IDEOGRAPH-21128",
    },
    Character {
        age: "3.1",
        codepoint: 0x21129,
        name: "CJK UNIFIED IDEOGRAPH-21129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2112A,
        name: "CJK UNIFIED IDEOGRAPH-2112A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2112B,
        name: "CJK UNIFIED IDEOGRAPH-2112B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2112C,
        name: "CJK UNIFIED IDEOGRAPH-2112C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2112D,
        name: "CJK UNIFIED IDEOGRAPH-2112D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2112E,
        name: "CJK UNIFIED IDEOGRAPH-2112E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2112F,
        name: "CJK UNIFIED IDEOGRAPH-2112F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21130,
        name: "CJK UNIFIED IDEOGRAPH-21130",
    },
    Character {
        age: "3.1",
        codepoint: 0x21131,
        name: "CJK UNIFIED IDEOGRAPH-21131",
    },
    Character {
        age: "3.1",
        codepoint: 0x21132,
        name: "CJK UNIFIED IDEOGRAPH-21132",
    },
    Character {
        age: "3.1",
        codepoint: 0x21133,
        name: "CJK UNIFIED IDEOGRAPH-21133",
    },
    Character {
        age: "3.1",
        codepoint: 0x21134,
        name: "CJK UNIFIED IDEOGRAPH-21134",
    },
    Character {
        age: "3.1",
        codepoint: 0x21135,
        name: "CJK UNIFIED IDEOGRAPH-21135",
    },
    Character {
        age: "3.1",
        codepoint: 0x21136,
        name: "CJK UNIFIED IDEOGRAPH-21136",
    },
    Character {
        age: "3.1",
        codepoint: 0x21137,
        name: "CJK UNIFIED IDEOGRAPH-21137",
    },
    Character {
        age: "3.1",
        codepoint: 0x21138,
        name: "CJK UNIFIED IDEOGRAPH-21138",
    },
    Character {
        age: "3.1",
        codepoint: 0x21139,
        name: "CJK UNIFIED IDEOGRAPH-21139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2113A,
        name: "CJK UNIFIED IDEOGRAPH-2113A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2113B,
        name: "CJK UNIFIED IDEOGRAPH-2113B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2113C,
        name: "CJK UNIFIED IDEOGRAPH-2113C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2113D,
        name: "CJK UNIFIED IDEOGRAPH-2113D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2113E,
        name: "CJK UNIFIED IDEOGRAPH-2113E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2113F,
        name: "CJK UNIFIED IDEOGRAPH-2113F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21140,
        name: "CJK UNIFIED IDEOGRAPH-21140",
    },
    Character {
        age: "3.1",
        codepoint: 0x21141,
        name: "CJK UNIFIED IDEOGRAPH-21141",
    },
    Character {
        age: "3.1",
        codepoint: 0x21142,
        name: "CJK UNIFIED IDEOGRAPH-21142",
    },
    Character {
        age: "3.1",
        codepoint: 0x21143,
        name: "CJK UNIFIED IDEOGRAPH-21143",
    },
    Character {
        age: "3.1",
        codepoint: 0x21144,
        name: "CJK UNIFIED IDEOGRAPH-21144",
    },
    Character {
        age: "3.1",
        codepoint: 0x21145,
        name: "CJK UNIFIED IDEOGRAPH-21145",
    },
    Character {
        age: "3.1",
        codepoint: 0x21146,
        name: "CJK UNIFIED IDEOGRAPH-21146",
    },
    Character {
        age: "3.1",
        codepoint: 0x21147,
        name: "CJK UNIFIED IDEOGRAPH-21147",
    },
    Character {
        age: "3.1",
        codepoint: 0x21148,
        name: "CJK UNIFIED IDEOGRAPH-21148",
    },
    Character {
        age: "3.1",
        codepoint: 0x21149,
        name: "CJK UNIFIED IDEOGRAPH-21149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2114A,
        name: "CJK UNIFIED IDEOGRAPH-2114A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2114B,
        name: "CJK UNIFIED IDEOGRAPH-2114B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2114C,
        name: "CJK UNIFIED IDEOGRAPH-2114C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2114D,
        name: "CJK UNIFIED IDEOGRAPH-2114D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2114E,
        name: "CJK UNIFIED IDEOGRAPH-2114E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2114F,
        name: "CJK UNIFIED IDEOGRAPH-2114F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21150,
        name: "CJK UNIFIED IDEOGRAPH-21150",
    },
    Character {
        age: "3.1",
        codepoint: 0x21151,
        name: "CJK UNIFIED IDEOGRAPH-21151",
    },
    Character {
        age: "3.1",
        codepoint: 0x21152,
        name: "CJK UNIFIED IDEOGRAPH-21152",
    },
    Character {
        age: "3.1",
        codepoint: 0x21153,
        name: "CJK UNIFIED IDEOGRAPH-21153",
    },
    Character {
        age: "3.1",
        codepoint: 0x21154,
        name: "CJK UNIFIED IDEOGRAPH-21154",
    },
    Character {
        age: "3.1",
        codepoint: 0x21155,
        name: "CJK UNIFIED IDEOGRAPH-21155",
    },
    Character {
        age: "3.1",
        codepoint: 0x21156,
        name: "CJK UNIFIED IDEOGRAPH-21156",
    },
    Character {
        age: "3.1",
        codepoint: 0x21157,
        name: "CJK UNIFIED IDEOGRAPH-21157",
    },
    Character {
        age: "3.1",
        codepoint: 0x21158,
        name: "CJK UNIFIED IDEOGRAPH-21158",
    },
    Character {
        age: "3.1",
        codepoint: 0x21159,
        name: "CJK UNIFIED IDEOGRAPH-21159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2115A,
        name: "CJK UNIFIED IDEOGRAPH-2115A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2115B,
        name: "CJK UNIFIED IDEOGRAPH-2115B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2115C,
        name: "CJK UNIFIED IDEOGRAPH-2115C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2115D,
        name: "CJK UNIFIED IDEOGRAPH-2115D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2115E,
        name: "CJK UNIFIED IDEOGRAPH-2115E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2115F,
        name: "CJK UNIFIED IDEOGRAPH-2115F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21160,
        name: "CJK UNIFIED IDEOGRAPH-21160",
    },
    Character {
        age: "3.1",
        codepoint: 0x21161,
        name: "CJK UNIFIED IDEOGRAPH-21161",
    },
    Character {
        age: "3.1",
        codepoint: 0x21162,
        name: "CJK UNIFIED IDEOGRAPH-21162",
    },
    Character {
        age: "3.1",
        codepoint: 0x21163,
        name: "CJK UNIFIED IDEOGRAPH-21163",
    },
    Character {
        age: "3.1",
        codepoint: 0x21164,
        name: "CJK UNIFIED IDEOGRAPH-21164",
    },
    Character {
        age: "3.1",
        codepoint: 0x21165,
        name: "CJK UNIFIED IDEOGRAPH-21165",
    },
    Character {
        age: "3.1",
        codepoint: 0x21166,
        name: "CJK UNIFIED IDEOGRAPH-21166",
    },
    Character {
        age: "3.1",
        codepoint: 0x21167,
        name: "CJK UNIFIED IDEOGRAPH-21167",
    },
    Character {
        age: "3.1",
        codepoint: 0x21168,
        name: "CJK UNIFIED IDEOGRAPH-21168",
    },
    Character {
        age: "3.1",
        codepoint: 0x21169,
        name: "CJK UNIFIED IDEOGRAPH-21169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2116A,
        name: "CJK UNIFIED IDEOGRAPH-2116A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2116B,
        name: "CJK UNIFIED IDEOGRAPH-2116B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2116C,
        name: "CJK UNIFIED IDEOGRAPH-2116C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2116D,
        name: "CJK UNIFIED IDEOGRAPH-2116D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2116E,
        name: "CJK UNIFIED IDEOGRAPH-2116E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2116F,
        name: "CJK UNIFIED IDEOGRAPH-2116F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21170,
        name: "CJK UNIFIED IDEOGRAPH-21170",
    },
    Character {
        age: "3.1",
        codepoint: 0x21171,
        name: "CJK UNIFIED IDEOGRAPH-21171",
    },
    Character {
        age: "3.1",
        codepoint: 0x21172,
        name: "CJK UNIFIED IDEOGRAPH-21172",
    },
    Character {
        age: "3.1",
        codepoint: 0x21173,
        name: "CJK UNIFIED IDEOGRAPH-21173",
    },
    Character {
        age: "3.1",
        codepoint: 0x21174,
        name: "CJK UNIFIED IDEOGRAPH-21174",
    },
    Character {
        age: "3.1",
        codepoint: 0x21175,
        name: "CJK UNIFIED IDEOGRAPH-21175",
    },
    Character {
        age: "3.1",
        codepoint: 0x21176,
        name: "CJK UNIFIED IDEOGRAPH-21176",
    },
    Character {
        age: "3.1",
        codepoint: 0x21177,
        name: "CJK UNIFIED IDEOGRAPH-21177",
    },
    Character {
        age: "3.1",
        codepoint: 0x21178,
        name: "CJK UNIFIED IDEOGRAPH-21178",
    },
    Character {
        age: "3.1",
        codepoint: 0x21179,
        name: "CJK UNIFIED IDEOGRAPH-21179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2117A,
        name: "CJK UNIFIED IDEOGRAPH-2117A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2117B,
        name: "CJK UNIFIED IDEOGRAPH-2117B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2117C,
        name: "CJK UNIFIED IDEOGRAPH-2117C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2117D,
        name: "CJK UNIFIED IDEOGRAPH-2117D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2117E,
        name: "CJK UNIFIED IDEOGRAPH-2117E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2117F,
        name: "CJK UNIFIED IDEOGRAPH-2117F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21180,
        name: "CJK UNIFIED IDEOGRAPH-21180",
    },
    Character {
        age: "3.1",
        codepoint: 0x21181,
        name: "CJK UNIFIED IDEOGRAPH-21181",
    },
    Character {
        age: "3.1",
        codepoint: 0x21182,
        name: "CJK UNIFIED IDEOGRAPH-21182",
    },
    Character {
        age: "3.1",
        codepoint: 0x21183,
        name: "CJK UNIFIED IDEOGRAPH-21183",
    },
    Character {
        age: "3.1",
        codepoint: 0x21184,
        name: "CJK UNIFIED IDEOGRAPH-21184",
    },
    Character {
        age: "3.1",
        codepoint: 0x21185,
        name: "CJK UNIFIED IDEOGRAPH-21185",
    },
    Character {
        age: "3.1",
        codepoint: 0x21186,
        name: "CJK UNIFIED IDEOGRAPH-21186",
    },
    Character {
        age: "3.1",
        codepoint: 0x21187,
        name: "CJK UNIFIED IDEOGRAPH-21187",
    },
    Character {
        age: "3.1",
        codepoint: 0x21188,
        name: "CJK UNIFIED IDEOGRAPH-21188",
    },
    Character {
        age: "3.1",
        codepoint: 0x21189,
        name: "CJK UNIFIED IDEOGRAPH-21189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2118A,
        name: "CJK UNIFIED IDEOGRAPH-2118A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2118B,
        name: "CJK UNIFIED IDEOGRAPH-2118B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2118C,
        name: "CJK UNIFIED IDEOGRAPH-2118C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2118D,
        name: "CJK UNIFIED IDEOGRAPH-2118D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2118E,
        name: "CJK UNIFIED IDEOGRAPH-2118E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2118F,
        name: "CJK UNIFIED IDEOGRAPH-2118F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21190,
        name: "CJK UNIFIED IDEOGRAPH-21190",
    },
    Character {
        age: "3.1",
        codepoint: 0x21191,
        name: "CJK UNIFIED IDEOGRAPH-21191",
    },
    Character {
        age: "3.1",
        codepoint: 0x21192,
        name: "CJK UNIFIED IDEOGRAPH-21192",
    },
    Character {
        age: "3.1",
        codepoint: 0x21193,
        name: "CJK UNIFIED IDEOGRAPH-21193",
    },
    Character {
        age: "3.1",
        codepoint: 0x21194,
        name: "CJK UNIFIED IDEOGRAPH-21194",
    },
    Character {
        age: "3.1",
        codepoint: 0x21195,
        name: "CJK UNIFIED IDEOGRAPH-21195",
    },
    Character {
        age: "3.1",
        codepoint: 0x21196,
        name: "CJK UNIFIED IDEOGRAPH-21196",
    },
    Character {
        age: "3.1",
        codepoint: 0x21197,
        name: "CJK UNIFIED IDEOGRAPH-21197",
    },
    Character {
        age: "3.1",
        codepoint: 0x21198,
        name: "CJK UNIFIED IDEOGRAPH-21198",
    },
    Character {
        age: "3.1",
        codepoint: 0x21199,
        name: "CJK UNIFIED IDEOGRAPH-21199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2119A,
        name: "CJK UNIFIED IDEOGRAPH-2119A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2119B,
        name: "CJK UNIFIED IDEOGRAPH-2119B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2119C,
        name: "CJK UNIFIED IDEOGRAPH-2119C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2119D,
        name: "CJK UNIFIED IDEOGRAPH-2119D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2119E,
        name: "CJK UNIFIED IDEOGRAPH-2119E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2119F,
        name: "CJK UNIFIED IDEOGRAPH-2119F",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A0,
        name: "CJK UNIFIED IDEOGRAPH-211A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A1,
        name: "CJK UNIFIED IDEOGRAPH-211A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A2,
        name: "CJK UNIFIED IDEOGRAPH-211A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A3,
        name: "CJK UNIFIED IDEOGRAPH-211A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A4,
        name: "CJK UNIFIED IDEOGRAPH-211A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A5,
        name: "CJK UNIFIED IDEOGRAPH-211A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A6,
        name: "CJK UNIFIED IDEOGRAPH-211A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A7,
        name: "CJK UNIFIED IDEOGRAPH-211A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A8,
        name: "CJK UNIFIED IDEOGRAPH-211A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x211A9,
        name: "CJK UNIFIED IDEOGRAPH-211A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x211AA,
        name: "CJK UNIFIED IDEOGRAPH-211AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x211AB,
        name: "CJK UNIFIED IDEOGRAPH-211AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x211AC,
        name: "CJK UNIFIED IDEOGRAPH-211AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x211AD,
        name: "CJK UNIFIED IDEOGRAPH-211AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x211AE,
        name: "CJK UNIFIED IDEOGRAPH-211AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x211AF,
        name: "CJK UNIFIED IDEOGRAPH-211AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B0,
        name: "CJK UNIFIED IDEOGRAPH-211B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B1,
        name: "CJK UNIFIED IDEOGRAPH-211B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B2,
        name: "CJK UNIFIED IDEOGRAPH-211B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B3,
        name: "CJK UNIFIED IDEOGRAPH-211B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B4,
        name: "CJK UNIFIED IDEOGRAPH-211B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B5,
        name: "CJK UNIFIED IDEOGRAPH-211B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B6,
        name: "CJK UNIFIED IDEOGRAPH-211B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B7,
        name: "CJK UNIFIED IDEOGRAPH-211B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B8,
        name: "CJK UNIFIED IDEOGRAPH-211B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x211B9,
        name: "CJK UNIFIED IDEOGRAPH-211B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x211BA,
        name: "CJK UNIFIED IDEOGRAPH-211BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x211BB,
        name: "CJK UNIFIED IDEOGRAPH-211BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x211BC,
        name: "CJK UNIFIED IDEOGRAPH-211BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x211BD,
        name: "CJK UNIFIED IDEOGRAPH-211BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x211BE,
        name: "CJK UNIFIED IDEOGRAPH-211BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x211BF,
        name: "CJK UNIFIED IDEOGRAPH-211BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C0,
        name: "CJK UNIFIED IDEOGRAPH-211C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C1,
        name: "CJK UNIFIED IDEOGRAPH-211C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C2,
        name: "CJK UNIFIED IDEOGRAPH-211C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C3,
        name: "CJK UNIFIED IDEOGRAPH-211C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C4,
        name: "CJK UNIFIED IDEOGRAPH-211C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C5,
        name: "CJK UNIFIED IDEOGRAPH-211C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C6,
        name: "CJK UNIFIED IDEOGRAPH-211C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C7,
        name: "CJK UNIFIED IDEOGRAPH-211C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C8,
        name: "CJK UNIFIED IDEOGRAPH-211C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x211C9,
        name: "CJK UNIFIED IDEOGRAPH-211C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x211CA,
        name: "CJK UNIFIED IDEOGRAPH-211CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x211CB,
        name: "CJK UNIFIED IDEOGRAPH-211CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x211CC,
        name: "CJK UNIFIED IDEOGRAPH-211CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x211CD,
        name: "CJK UNIFIED IDEOGRAPH-211CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x211CE,
        name: "CJK UNIFIED IDEOGRAPH-211CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x211CF,
        name: "CJK UNIFIED IDEOGRAPH-211CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D0,
        name: "CJK UNIFIED IDEOGRAPH-211D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D1,
        name: "CJK UNIFIED IDEOGRAPH-211D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D2,
        name: "CJK UNIFIED IDEOGRAPH-211D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D3,
        name: "CJK UNIFIED IDEOGRAPH-211D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D4,
        name: "CJK UNIFIED IDEOGRAPH-211D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D5,
        name: "CJK UNIFIED IDEOGRAPH-211D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D6,
        name: "CJK UNIFIED IDEOGRAPH-211D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D7,
        name: "CJK UNIFIED IDEOGRAPH-211D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D8,
        name: "CJK UNIFIED IDEOGRAPH-211D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x211D9,
        name: "CJK UNIFIED IDEOGRAPH-211D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x211DA,
        name: "CJK UNIFIED IDEOGRAPH-211DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x211DB,
        name: "CJK UNIFIED IDEOGRAPH-211DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x211DC,
        name: "CJK UNIFIED IDEOGRAPH-211DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x211DD,
        name: "CJK UNIFIED IDEOGRAPH-211DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x211DE,
        name: "CJK UNIFIED IDEOGRAPH-211DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x211DF,
        name: "CJK UNIFIED IDEOGRAPH-211DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E0,
        name: "CJK UNIFIED IDEOGRAPH-211E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E1,
        name: "CJK UNIFIED IDEOGRAPH-211E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E2,
        name: "CJK UNIFIED IDEOGRAPH-211E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E3,
        name: "CJK UNIFIED IDEOGRAPH-211E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E4,
        name: "CJK UNIFIED IDEOGRAPH-211E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E5,
        name: "CJK UNIFIED IDEOGRAPH-211E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E6,
        name: "CJK UNIFIED IDEOGRAPH-211E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E7,
        name: "CJK UNIFIED IDEOGRAPH-211E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E8,
        name: "CJK UNIFIED IDEOGRAPH-211E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x211E9,
        name: "CJK UNIFIED IDEOGRAPH-211E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x211EA,
        name: "CJK UNIFIED IDEOGRAPH-211EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x211EB,
        name: "CJK UNIFIED IDEOGRAPH-211EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x211EC,
        name: "CJK UNIFIED IDEOGRAPH-211EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x211ED,
        name: "CJK UNIFIED IDEOGRAPH-211ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x211EE,
        name: "CJK UNIFIED IDEOGRAPH-211EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x211EF,
        name: "CJK UNIFIED IDEOGRAPH-211EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F0,
        name: "CJK UNIFIED IDEOGRAPH-211F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F1,
        name: "CJK UNIFIED IDEOGRAPH-211F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F2,
        name: "CJK UNIFIED IDEOGRAPH-211F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F3,
        name: "CJK UNIFIED IDEOGRAPH-211F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F4,
        name: "CJK UNIFIED IDEOGRAPH-211F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F5,
        name: "CJK UNIFIED IDEOGRAPH-211F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F6,
        name: "CJK UNIFIED IDEOGRAPH-211F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F7,
        name: "CJK UNIFIED IDEOGRAPH-211F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F8,
        name: "CJK UNIFIED IDEOGRAPH-211F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x211F9,
        name: "CJK UNIFIED IDEOGRAPH-211F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x211FA,
        name: "CJK UNIFIED IDEOGRAPH-211FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x211FB,
        name: "CJK UNIFIED IDEOGRAPH-211FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x211FC,
        name: "CJK UNIFIED IDEOGRAPH-211FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x211FD,
        name: "CJK UNIFIED IDEOGRAPH-211FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x211FE,
        name: "CJK UNIFIED IDEOGRAPH-211FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x211FF,
        name: "CJK UNIFIED IDEOGRAPH-211FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21200,
        name: "CJK UNIFIED IDEOGRAPH-21200",
    },
    Character {
        age: "3.1",
        codepoint: 0x21201,
        name: "CJK UNIFIED IDEOGRAPH-21201",
    },
    Character {
        age: "3.1",
        codepoint: 0x21202,
        name: "CJK UNIFIED IDEOGRAPH-21202",
    },
    Character {
        age: "3.1",
        codepoint: 0x21203,
        name: "CJK UNIFIED IDEOGRAPH-21203",
    },
    Character {
        age: "3.1",
        codepoint: 0x21204,
        name: "CJK UNIFIED IDEOGRAPH-21204",
    },
    Character {
        age: "3.1",
        codepoint: 0x21205,
        name: "CJK UNIFIED IDEOGRAPH-21205",
    },
    Character {
        age: "3.1",
        codepoint: 0x21206,
        name: "CJK UNIFIED IDEOGRAPH-21206",
    },
    Character {
        age: "3.1",
        codepoint: 0x21207,
        name: "CJK UNIFIED IDEOGRAPH-21207",
    },
    Character {
        age: "3.1",
        codepoint: 0x21208,
        name: "CJK UNIFIED IDEOGRAPH-21208",
    },
    Character {
        age: "3.1",
        codepoint: 0x21209,
        name: "CJK UNIFIED IDEOGRAPH-21209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2120A,
        name: "CJK UNIFIED IDEOGRAPH-2120A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2120B,
        name: "CJK UNIFIED IDEOGRAPH-2120B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2120C,
        name: "CJK UNIFIED IDEOGRAPH-2120C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2120D,
        name: "CJK UNIFIED IDEOGRAPH-2120D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2120E,
        name: "CJK UNIFIED IDEOGRAPH-2120E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2120F,
        name: "CJK UNIFIED IDEOGRAPH-2120F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21210,
        name: "CJK UNIFIED IDEOGRAPH-21210",
    },
    Character {
        age: "3.1",
        codepoint: 0x21211,
        name: "CJK UNIFIED IDEOGRAPH-21211",
    },
    Character {
        age: "3.1",
        codepoint: 0x21212,
        name: "CJK UNIFIED IDEOGRAPH-21212",
    },
    Character {
        age: "3.1",
        codepoint: 0x21213,
        name: "CJK UNIFIED IDEOGRAPH-21213",
    },
    Character {
        age: "3.1",
        codepoint: 0x21214,
        name: "CJK UNIFIED IDEOGRAPH-21214",
    },
    Character {
        age: "3.1",
        codepoint: 0x21215,
        name: "CJK UNIFIED IDEOGRAPH-21215",
    },
    Character {
        age: "3.1",
        codepoint: 0x21216,
        name: "CJK UNIFIED IDEOGRAPH-21216",
    },
    Character {
        age: "3.1",
        codepoint: 0x21217,
        name: "CJK UNIFIED IDEOGRAPH-21217",
    },
    Character {
        age: "3.1",
        codepoint: 0x21218,
        name: "CJK UNIFIED IDEOGRAPH-21218",
    },
    Character {
        age: "3.1",
        codepoint: 0x21219,
        name: "CJK UNIFIED IDEOGRAPH-21219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2121A,
        name: "CJK UNIFIED IDEOGRAPH-2121A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2121B,
        name: "CJK UNIFIED IDEOGRAPH-2121B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2121C,
        name: "CJK UNIFIED IDEOGRAPH-2121C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2121D,
        name: "CJK UNIFIED IDEOGRAPH-2121D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2121E,
        name: "CJK UNIFIED IDEOGRAPH-2121E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2121F,
        name: "CJK UNIFIED IDEOGRAPH-2121F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21220,
        name: "CJK UNIFIED IDEOGRAPH-21220",
    },
    Character {
        age: "3.1",
        codepoint: 0x21221,
        name: "CJK UNIFIED IDEOGRAPH-21221",
    },
    Character {
        age: "3.1",
        codepoint: 0x21222,
        name: "CJK UNIFIED IDEOGRAPH-21222",
    },
    Character {
        age: "3.1",
        codepoint: 0x21223,
        name: "CJK UNIFIED IDEOGRAPH-21223",
    },
    Character {
        age: "3.1",
        codepoint: 0x21224,
        name: "CJK UNIFIED IDEOGRAPH-21224",
    },
    Character {
        age: "3.1",
        codepoint: 0x21225,
        name: "CJK UNIFIED IDEOGRAPH-21225",
    },
    Character {
        age: "3.1",
        codepoint: 0x21226,
        name: "CJK UNIFIED IDEOGRAPH-21226",
    },
    Character {
        age: "3.1",
        codepoint: 0x21227,
        name: "CJK UNIFIED IDEOGRAPH-21227",
    },
    Character {
        age: "3.1",
        codepoint: 0x21228,
        name: "CJK UNIFIED IDEOGRAPH-21228",
    },
    Character {
        age: "3.1",
        codepoint: 0x21229,
        name: "CJK UNIFIED IDEOGRAPH-21229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2122A,
        name: "CJK UNIFIED IDEOGRAPH-2122A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2122B,
        name: "CJK UNIFIED IDEOGRAPH-2122B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2122C,
        name: "CJK UNIFIED IDEOGRAPH-2122C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2122D,
        name: "CJK UNIFIED IDEOGRAPH-2122D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2122E,
        name: "CJK UNIFIED IDEOGRAPH-2122E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2122F,
        name: "CJK UNIFIED IDEOGRAPH-2122F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21230,
        name: "CJK UNIFIED IDEOGRAPH-21230",
    },
    Character {
        age: "3.1",
        codepoint: 0x21231,
        name: "CJK UNIFIED IDEOGRAPH-21231",
    },
    Character {
        age: "3.1",
        codepoint: 0x21232,
        name: "CJK UNIFIED IDEOGRAPH-21232",
    },
    Character {
        age: "3.1",
        codepoint: 0x21233,
        name: "CJK UNIFIED IDEOGRAPH-21233",
    },
    Character {
        age: "3.1",
        codepoint: 0x21234,
        name: "CJK UNIFIED IDEOGRAPH-21234",
    },
    Character {
        age: "3.1",
        codepoint: 0x21235,
        name: "CJK UNIFIED IDEOGRAPH-21235",
    },
    Character {
        age: "3.1",
        codepoint: 0x21236,
        name: "CJK UNIFIED IDEOGRAPH-21236",
    },
    Character {
        age: "3.1",
        codepoint: 0x21237,
        name: "CJK UNIFIED IDEOGRAPH-21237",
    },
    Character {
        age: "3.1",
        codepoint: 0x21238,
        name: "CJK UNIFIED IDEOGRAPH-21238",
    },
    Character {
        age: "3.1",
        codepoint: 0x21239,
        name: "CJK UNIFIED IDEOGRAPH-21239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2123A,
        name: "CJK UNIFIED IDEOGRAPH-2123A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2123B,
        name: "CJK UNIFIED IDEOGRAPH-2123B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2123C,
        name: "CJK UNIFIED IDEOGRAPH-2123C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2123D,
        name: "CJK UNIFIED IDEOGRAPH-2123D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2123E,
        name: "CJK UNIFIED IDEOGRAPH-2123E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2123F,
        name: "CJK UNIFIED IDEOGRAPH-2123F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21240,
        name: "CJK UNIFIED IDEOGRAPH-21240",
    },
    Character {
        age: "3.1",
        codepoint: 0x21241,
        name: "CJK UNIFIED IDEOGRAPH-21241",
    },
    Character {
        age: "3.1",
        codepoint: 0x21242,
        name: "CJK UNIFIED IDEOGRAPH-21242",
    },
    Character {
        age: "3.1",
        codepoint: 0x21243,
        name: "CJK UNIFIED IDEOGRAPH-21243",
    },
    Character {
        age: "3.1",
        codepoint: 0x21244,
        name: "CJK UNIFIED IDEOGRAPH-21244",
    },
    Character {
        age: "3.1",
        codepoint: 0x21245,
        name: "CJK UNIFIED IDEOGRAPH-21245",
    },
    Character {
        age: "3.1",
        codepoint: 0x21246,
        name: "CJK UNIFIED IDEOGRAPH-21246",
    },
    Character {
        age: "3.1",
        codepoint: 0x21247,
        name: "CJK UNIFIED IDEOGRAPH-21247",
    },
    Character {
        age: "3.1",
        codepoint: 0x21248,
        name: "CJK UNIFIED IDEOGRAPH-21248",
    },
    Character {
        age: "3.1",
        codepoint: 0x21249,
        name: "CJK UNIFIED IDEOGRAPH-21249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2124A,
        name: "CJK UNIFIED IDEOGRAPH-2124A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2124B,
        name: "CJK UNIFIED IDEOGRAPH-2124B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2124C,
        name: "CJK UNIFIED IDEOGRAPH-2124C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2124D,
        name: "CJK UNIFIED IDEOGRAPH-2124D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2124E,
        name: "CJK UNIFIED IDEOGRAPH-2124E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2124F,
        name: "CJK UNIFIED IDEOGRAPH-2124F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21250,
        name: "CJK UNIFIED IDEOGRAPH-21250",
    },
    Character {
        age: "3.1",
        codepoint: 0x21251,
        name: "CJK UNIFIED IDEOGRAPH-21251",
    },
    Character {
        age: "3.1",
        codepoint: 0x21252,
        name: "CJK UNIFIED IDEOGRAPH-21252",
    },
    Character {
        age: "3.1",
        codepoint: 0x21253,
        name: "CJK UNIFIED IDEOGRAPH-21253",
    },
    Character {
        age: "3.1",
        codepoint: 0x21254,
        name: "CJK UNIFIED IDEOGRAPH-21254",
    },
    Character {
        age: "3.1",
        codepoint: 0x21255,
        name: "CJK UNIFIED IDEOGRAPH-21255",
    },
    Character {
        age: "3.1",
        codepoint: 0x21256,
        name: "CJK UNIFIED IDEOGRAPH-21256",
    },
    Character {
        age: "3.1",
        codepoint: 0x21257,
        name: "CJK UNIFIED IDEOGRAPH-21257",
    },
    Character {
        age: "3.1",
        codepoint: 0x21258,
        name: "CJK UNIFIED IDEOGRAPH-21258",
    },
    Character {
        age: "3.1",
        codepoint: 0x21259,
        name: "CJK UNIFIED IDEOGRAPH-21259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2125A,
        name: "CJK UNIFIED IDEOGRAPH-2125A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2125B,
        name: "CJK UNIFIED IDEOGRAPH-2125B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2125C,
        name: "CJK UNIFIED IDEOGRAPH-2125C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2125D,
        name: "CJK UNIFIED IDEOGRAPH-2125D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2125E,
        name: "CJK UNIFIED IDEOGRAPH-2125E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2125F,
        name: "CJK UNIFIED IDEOGRAPH-2125F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21260,
        name: "CJK UNIFIED IDEOGRAPH-21260",
    },
    Character {
        age: "3.1",
        codepoint: 0x21261,
        name: "CJK UNIFIED IDEOGRAPH-21261",
    },
    Character {
        age: "3.1",
        codepoint: 0x21262,
        name: "CJK UNIFIED IDEOGRAPH-21262",
    },
    Character {
        age: "3.1",
        codepoint: 0x21263,
        name: "CJK UNIFIED IDEOGRAPH-21263",
    },
    Character {
        age: "3.1",
        codepoint: 0x21264,
        name: "CJK UNIFIED IDEOGRAPH-21264",
    },
    Character {
        age: "3.1",
        codepoint: 0x21265,
        name: "CJK UNIFIED IDEOGRAPH-21265",
    },
    Character {
        age: "3.1",
        codepoint: 0x21266,
        name: "CJK UNIFIED IDEOGRAPH-21266",
    },
    Character {
        age: "3.1",
        codepoint: 0x21267,
        name: "CJK UNIFIED IDEOGRAPH-21267",
    },
    Character {
        age: "3.1",
        codepoint: 0x21268,
        name: "CJK UNIFIED IDEOGRAPH-21268",
    },
    Character {
        age: "3.1",
        codepoint: 0x21269,
        name: "CJK UNIFIED IDEOGRAPH-21269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2126A,
        name: "CJK UNIFIED IDEOGRAPH-2126A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2126B,
        name: "CJK UNIFIED IDEOGRAPH-2126B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2126C,
        name: "CJK UNIFIED IDEOGRAPH-2126C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2126D,
        name: "CJK UNIFIED IDEOGRAPH-2126D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2126E,
        name: "CJK UNIFIED IDEOGRAPH-2126E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2126F,
        name: "CJK UNIFIED IDEOGRAPH-2126F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21270,
        name: "CJK UNIFIED IDEOGRAPH-21270",
    },
    Character {
        age: "3.1",
        codepoint: 0x21271,
        name: "CJK UNIFIED IDEOGRAPH-21271",
    },
    Character {
        age: "3.1",
        codepoint: 0x21272,
        name: "CJK UNIFIED IDEOGRAPH-21272",
    },
    Character {
        age: "3.1",
        codepoint: 0x21273,
        name: "CJK UNIFIED IDEOGRAPH-21273",
    },
    Character {
        age: "3.1",
        codepoint: 0x21274,
        name: "CJK UNIFIED IDEOGRAPH-21274",
    },
    Character {
        age: "3.1",
        codepoint: 0x21275,
        name: "CJK UNIFIED IDEOGRAPH-21275",
    },
    Character {
        age: "3.1",
        codepoint: 0x21276,
        name: "CJK UNIFIED IDEOGRAPH-21276",
    },
    Character {
        age: "3.1",
        codepoint: 0x21277,
        name: "CJK UNIFIED IDEOGRAPH-21277",
    },
    Character {
        age: "3.1",
        codepoint: 0x21278,
        name: "CJK UNIFIED IDEOGRAPH-21278",
    },
    Character {
        age: "3.1",
        codepoint: 0x21279,
        name: "CJK UNIFIED IDEOGRAPH-21279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2127A,
        name: "CJK UNIFIED IDEOGRAPH-2127A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2127B,
        name: "CJK UNIFIED IDEOGRAPH-2127B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2127C,
        name: "CJK UNIFIED IDEOGRAPH-2127C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2127D,
        name: "CJK UNIFIED IDEOGRAPH-2127D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2127E,
        name: "CJK UNIFIED IDEOGRAPH-2127E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2127F,
        name: "CJK UNIFIED IDEOGRAPH-2127F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21280,
        name: "CJK UNIFIED IDEOGRAPH-21280",
    },
    Character {
        age: "3.1",
        codepoint: 0x21281,
        name: "CJK UNIFIED IDEOGRAPH-21281",
    },
    Character {
        age: "3.1",
        codepoint: 0x21282,
        name: "CJK UNIFIED IDEOGRAPH-21282",
    },
    Character {
        age: "3.1",
        codepoint: 0x21283,
        name: "CJK UNIFIED IDEOGRAPH-21283",
    },
    Character {
        age: "3.1",
        codepoint: 0x21284,
        name: "CJK UNIFIED IDEOGRAPH-21284",
    },
    Character {
        age: "3.1",
        codepoint: 0x21285,
        name: "CJK UNIFIED IDEOGRAPH-21285",
    },
    Character {
        age: "3.1",
        codepoint: 0x21286,
        name: "CJK UNIFIED IDEOGRAPH-21286",
    },
    Character {
        age: "3.1",
        codepoint: 0x21287,
        name: "CJK UNIFIED IDEOGRAPH-21287",
    },
    Character {
        age: "3.1",
        codepoint: 0x21288,
        name: "CJK UNIFIED IDEOGRAPH-21288",
    },
    Character {
        age: "3.1",
        codepoint: 0x21289,
        name: "CJK UNIFIED IDEOGRAPH-21289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2128A,
        name: "CJK UNIFIED IDEOGRAPH-2128A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2128B,
        name: "CJK UNIFIED IDEOGRAPH-2128B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2128C,
        name: "CJK UNIFIED IDEOGRAPH-2128C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2128D,
        name: "CJK UNIFIED IDEOGRAPH-2128D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2128E,
        name: "CJK UNIFIED IDEOGRAPH-2128E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2128F,
        name: "CJK UNIFIED IDEOGRAPH-2128F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21290,
        name: "CJK UNIFIED IDEOGRAPH-21290",
    },
    Character {
        age: "3.1",
        codepoint: 0x21291,
        name: "CJK UNIFIED IDEOGRAPH-21291",
    },
    Character {
        age: "3.1",
        codepoint: 0x21292,
        name: "CJK UNIFIED IDEOGRAPH-21292",
    },
    Character {
        age: "3.1",
        codepoint: 0x21293,
        name: "CJK UNIFIED IDEOGRAPH-21293",
    },
    Character {
        age: "3.1",
        codepoint: 0x21294,
        name: "CJK UNIFIED IDEOGRAPH-21294",
    },
    Character {
        age: "3.1",
        codepoint: 0x21295,
        name: "CJK UNIFIED IDEOGRAPH-21295",
    },
    Character {
        age: "3.1",
        codepoint: 0x21296,
        name: "CJK UNIFIED IDEOGRAPH-21296",
    },
    Character {
        age: "3.1",
        codepoint: 0x21297,
        name: "CJK UNIFIED IDEOGRAPH-21297",
    },
    Character {
        age: "3.1",
        codepoint: 0x21298,
        name: "CJK UNIFIED IDEOGRAPH-21298",
    },
    Character {
        age: "3.1",
        codepoint: 0x21299,
        name: "CJK UNIFIED IDEOGRAPH-21299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2129A,
        name: "CJK UNIFIED IDEOGRAPH-2129A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2129B,
        name: "CJK UNIFIED IDEOGRAPH-2129B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2129C,
        name: "CJK UNIFIED IDEOGRAPH-2129C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2129D,
        name: "CJK UNIFIED IDEOGRAPH-2129D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2129E,
        name: "CJK UNIFIED IDEOGRAPH-2129E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2129F,
        name: "CJK UNIFIED IDEOGRAPH-2129F",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A0,
        name: "CJK UNIFIED IDEOGRAPH-212A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A1,
        name: "CJK UNIFIED IDEOGRAPH-212A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A2,
        name: "CJK UNIFIED IDEOGRAPH-212A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A3,
        name: "CJK UNIFIED IDEOGRAPH-212A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A4,
        name: "CJK UNIFIED IDEOGRAPH-212A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A5,
        name: "CJK UNIFIED IDEOGRAPH-212A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A6,
        name: "CJK UNIFIED IDEOGRAPH-212A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A7,
        name: "CJK UNIFIED IDEOGRAPH-212A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A8,
        name: "CJK UNIFIED IDEOGRAPH-212A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x212A9,
        name: "CJK UNIFIED IDEOGRAPH-212A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x212AA,
        name: "CJK UNIFIED IDEOGRAPH-212AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x212AB,
        name: "CJK UNIFIED IDEOGRAPH-212AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x212AC,
        name: "CJK UNIFIED IDEOGRAPH-212AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x212AD,
        name: "CJK UNIFIED IDEOGRAPH-212AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x212AE,
        name: "CJK UNIFIED IDEOGRAPH-212AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x212AF,
        name: "CJK UNIFIED IDEOGRAPH-212AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B0,
        name: "CJK UNIFIED IDEOGRAPH-212B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B1,
        name: "CJK UNIFIED IDEOGRAPH-212B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B2,
        name: "CJK UNIFIED IDEOGRAPH-212B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B3,
        name: "CJK UNIFIED IDEOGRAPH-212B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B4,
        name: "CJK UNIFIED IDEOGRAPH-212B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B5,
        name: "CJK UNIFIED IDEOGRAPH-212B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B6,
        name: "CJK UNIFIED IDEOGRAPH-212B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B7,
        name: "CJK UNIFIED IDEOGRAPH-212B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B8,
        name: "CJK UNIFIED IDEOGRAPH-212B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x212B9,
        name: "CJK UNIFIED IDEOGRAPH-212B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x212BA,
        name: "CJK UNIFIED IDEOGRAPH-212BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x212BB,
        name: "CJK UNIFIED IDEOGRAPH-212BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x212BC,
        name: "CJK UNIFIED IDEOGRAPH-212BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x212BD,
        name: "CJK UNIFIED IDEOGRAPH-212BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x212BE,
        name: "CJK UNIFIED IDEOGRAPH-212BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x212BF,
        name: "CJK UNIFIED IDEOGRAPH-212BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C0,
        name: "CJK UNIFIED IDEOGRAPH-212C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C1,
        name: "CJK UNIFIED IDEOGRAPH-212C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C2,
        name: "CJK UNIFIED IDEOGRAPH-212C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C3,
        name: "CJK UNIFIED IDEOGRAPH-212C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C4,
        name: "CJK UNIFIED IDEOGRAPH-212C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C5,
        name: "CJK UNIFIED IDEOGRAPH-212C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C6,
        name: "CJK UNIFIED IDEOGRAPH-212C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C7,
        name: "CJK UNIFIED IDEOGRAPH-212C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C8,
        name: "CJK UNIFIED IDEOGRAPH-212C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x212C9,
        name: "CJK UNIFIED IDEOGRAPH-212C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x212CA,
        name: "CJK UNIFIED IDEOGRAPH-212CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x212CB,
        name: "CJK UNIFIED IDEOGRAPH-212CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x212CC,
        name: "CJK UNIFIED IDEOGRAPH-212CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x212CD,
        name: "CJK UNIFIED IDEOGRAPH-212CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x212CE,
        name: "CJK UNIFIED IDEOGRAPH-212CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x212CF,
        name: "CJK UNIFIED IDEOGRAPH-212CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D0,
        name: "CJK UNIFIED IDEOGRAPH-212D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D1,
        name: "CJK UNIFIED IDEOGRAPH-212D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D2,
        name: "CJK UNIFIED IDEOGRAPH-212D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D3,
        name: "CJK UNIFIED IDEOGRAPH-212D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D4,
        name: "CJK UNIFIED IDEOGRAPH-212D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D5,
        name: "CJK UNIFIED IDEOGRAPH-212D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D6,
        name: "CJK UNIFIED IDEOGRAPH-212D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D7,
        name: "CJK UNIFIED IDEOGRAPH-212D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D8,
        name: "CJK UNIFIED IDEOGRAPH-212D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x212D9,
        name: "CJK UNIFIED IDEOGRAPH-212D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x212DA,
        name: "CJK UNIFIED IDEOGRAPH-212DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x212DB,
        name: "CJK UNIFIED IDEOGRAPH-212DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x212DC,
        name: "CJK UNIFIED IDEOGRAPH-212DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x212DD,
        name: "CJK UNIFIED IDEOGRAPH-212DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x212DE,
        name: "CJK UNIFIED IDEOGRAPH-212DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x212DF,
        name: "CJK UNIFIED IDEOGRAPH-212DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E0,
        name: "CJK UNIFIED IDEOGRAPH-212E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E1,
        name: "CJK UNIFIED IDEOGRAPH-212E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E2,
        name: "CJK UNIFIED IDEOGRAPH-212E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E3,
        name: "CJK UNIFIED IDEOGRAPH-212E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E4,
        name: "CJK UNIFIED IDEOGRAPH-212E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E5,
        name: "CJK UNIFIED IDEOGRAPH-212E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E6,
        name: "CJK UNIFIED IDEOGRAPH-212E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E7,
        name: "CJK UNIFIED IDEOGRAPH-212E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E8,
        name: "CJK UNIFIED IDEOGRAPH-212E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x212E9,
        name: "CJK UNIFIED IDEOGRAPH-212E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x212EA,
        name: "CJK UNIFIED IDEOGRAPH-212EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x212EB,
        name: "CJK UNIFIED IDEOGRAPH-212EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x212EC,
        name: "CJK UNIFIED IDEOGRAPH-212EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x212ED,
        name: "CJK UNIFIED IDEOGRAPH-212ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x212EE,
        name: "CJK UNIFIED IDEOGRAPH-212EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x212EF,
        name: "CJK UNIFIED IDEOGRAPH-212EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F0,
        name: "CJK UNIFIED IDEOGRAPH-212F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F1,
        name: "CJK UNIFIED IDEOGRAPH-212F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F2,
        name: "CJK UNIFIED IDEOGRAPH-212F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F3,
        name: "CJK UNIFIED IDEOGRAPH-212F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F4,
        name: "CJK UNIFIED IDEOGRAPH-212F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F5,
        name: "CJK UNIFIED IDEOGRAPH-212F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F6,
        name: "CJK UNIFIED IDEOGRAPH-212F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F7,
        name: "CJK UNIFIED IDEOGRAPH-212F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F8,
        name: "CJK UNIFIED IDEOGRAPH-212F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x212F9,
        name: "CJK UNIFIED IDEOGRAPH-212F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x212FA,
        name: "CJK UNIFIED IDEOGRAPH-212FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x212FB,
        name: "CJK UNIFIED IDEOGRAPH-212FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x212FC,
        name: "CJK UNIFIED IDEOGRAPH-212FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x212FD,
        name: "CJK UNIFIED IDEOGRAPH-212FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x212FE,
        name: "CJK UNIFIED IDEOGRAPH-212FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x212FF,
        name: "CJK UNIFIED IDEOGRAPH-212FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21300,
        name: "CJK UNIFIED IDEOGRAPH-21300",
    },
    Character {
        age: "3.1",
        codepoint: 0x21301,
        name: "CJK UNIFIED IDEOGRAPH-21301",
    },
    Character {
        age: "3.1",
        codepoint: 0x21302,
        name: "CJK UNIFIED IDEOGRAPH-21302",
    },
    Character {
        age: "3.1",
        codepoint: 0x21303,
        name: "CJK UNIFIED IDEOGRAPH-21303",
    },
    Character {
        age: "3.1",
        codepoint: 0x21304,
        name: "CJK UNIFIED IDEOGRAPH-21304",
    },
    Character {
        age: "3.1",
        codepoint: 0x21305,
        name: "CJK UNIFIED IDEOGRAPH-21305",
    },
    Character {
        age: "3.1",
        codepoint: 0x21306,
        name: "CJK UNIFIED IDEOGRAPH-21306",
    },
    Character {
        age: "3.1",
        codepoint: 0x21307,
        name: "CJK UNIFIED IDEOGRAPH-21307",
    },
    Character {
        age: "3.1",
        codepoint: 0x21308,
        name: "CJK UNIFIED IDEOGRAPH-21308",
    },
    Character {
        age: "3.1",
        codepoint: 0x21309,
        name: "CJK UNIFIED IDEOGRAPH-21309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2130A,
        name: "CJK UNIFIED IDEOGRAPH-2130A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2130B,
        name: "CJK UNIFIED IDEOGRAPH-2130B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2130C,
        name: "CJK UNIFIED IDEOGRAPH-2130C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2130D,
        name: "CJK UNIFIED IDEOGRAPH-2130D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2130E,
        name: "CJK UNIFIED IDEOGRAPH-2130E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2130F,
        name: "CJK UNIFIED IDEOGRAPH-2130F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21310,
        name: "CJK UNIFIED IDEOGRAPH-21310",
    },
    Character {
        age: "3.1",
        codepoint: 0x21311,
        name: "CJK UNIFIED IDEOGRAPH-21311",
    },
    Character {
        age: "3.1",
        codepoint: 0x21312,
        name: "CJK UNIFIED IDEOGRAPH-21312",
    },
    Character {
        age: "3.1",
        codepoint: 0x21313,
        name: "CJK UNIFIED IDEOGRAPH-21313",
    },
    Character {
        age: "3.1",
        codepoint: 0x21314,
        name: "CJK UNIFIED IDEOGRAPH-21314",
    },
    Character {
        age: "3.1",
        codepoint: 0x21315,
        name: "CJK UNIFIED IDEOGRAPH-21315",
    },
    Character {
        age: "3.1",
        codepoint: 0x21316,
        name: "CJK UNIFIED IDEOGRAPH-21316",
    },
    Character {
        age: "3.1",
        codepoint: 0x21317,
        name: "CJK UNIFIED IDEOGRAPH-21317",
    },
    Character {
        age: "3.1",
        codepoint: 0x21318,
        name: "CJK UNIFIED IDEOGRAPH-21318",
    },
    Character {
        age: "3.1",
        codepoint: 0x21319,
        name: "CJK UNIFIED IDEOGRAPH-21319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2131A,
        name: "CJK UNIFIED IDEOGRAPH-2131A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2131B,
        name: "CJK UNIFIED IDEOGRAPH-2131B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2131C,
        name: "CJK UNIFIED IDEOGRAPH-2131C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2131D,
        name: "CJK UNIFIED IDEOGRAPH-2131D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2131E,
        name: "CJK UNIFIED IDEOGRAPH-2131E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2131F,
        name: "CJK UNIFIED IDEOGRAPH-2131F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21320,
        name: "CJK UNIFIED IDEOGRAPH-21320",
    },
    Character {
        age: "3.1",
        codepoint: 0x21321,
        name: "CJK UNIFIED IDEOGRAPH-21321",
    },
    Character {
        age: "3.1",
        codepoint: 0x21322,
        name: "CJK UNIFIED IDEOGRAPH-21322",
    },
    Character {
        age: "3.1",
        codepoint: 0x21323,
        name: "CJK UNIFIED IDEOGRAPH-21323",
    },
    Character {
        age: "3.1",
        codepoint: 0x21324,
        name: "CJK UNIFIED IDEOGRAPH-21324",
    },
    Character {
        age: "3.1",
        codepoint: 0x21325,
        name: "CJK UNIFIED IDEOGRAPH-21325",
    },
    Character {
        age: "3.1",
        codepoint: 0x21326,
        name: "CJK UNIFIED IDEOGRAPH-21326",
    },
    Character {
        age: "3.1",
        codepoint: 0x21327,
        name: "CJK UNIFIED IDEOGRAPH-21327",
    },
    Character {
        age: "3.1",
        codepoint: 0x21328,
        name: "CJK UNIFIED IDEOGRAPH-21328",
    },
    Character {
        age: "3.1",
        codepoint: 0x21329,
        name: "CJK UNIFIED IDEOGRAPH-21329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2132A,
        name: "CJK UNIFIED IDEOGRAPH-2132A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2132B,
        name: "CJK UNIFIED IDEOGRAPH-2132B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2132C,
        name: "CJK UNIFIED IDEOGRAPH-2132C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2132D,
        name: "CJK UNIFIED IDEOGRAPH-2132D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2132E,
        name: "CJK UNIFIED IDEOGRAPH-2132E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2132F,
        name: "CJK UNIFIED IDEOGRAPH-2132F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21330,
        name: "CJK UNIFIED IDEOGRAPH-21330",
    },
    Character {
        age: "3.1",
        codepoint: 0x21331,
        name: "CJK UNIFIED IDEOGRAPH-21331",
    },
    Character {
        age: "3.1",
        codepoint: 0x21332,
        name: "CJK UNIFIED IDEOGRAPH-21332",
    },
    Character {
        age: "3.1",
        codepoint: 0x21333,
        name: "CJK UNIFIED IDEOGRAPH-21333",
    },
    Character {
        age: "3.1",
        codepoint: 0x21334,
        name: "CJK UNIFIED IDEOGRAPH-21334",
    },
    Character {
        age: "3.1",
        codepoint: 0x21335,
        name: "CJK UNIFIED IDEOGRAPH-21335",
    },
    Character {
        age: "3.1",
        codepoint: 0x21336,
        name: "CJK UNIFIED IDEOGRAPH-21336",
    },
    Character {
        age: "3.1",
        codepoint: 0x21337,
        name: "CJK UNIFIED IDEOGRAPH-21337",
    },
    Character {
        age: "3.1",
        codepoint: 0x21338,
        name: "CJK UNIFIED IDEOGRAPH-21338",
    },
    Character {
        age: "3.1",
        codepoint: 0x21339,
        name: "CJK UNIFIED IDEOGRAPH-21339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2133A,
        name: "CJK UNIFIED IDEOGRAPH-2133A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2133B,
        name: "CJK UNIFIED IDEOGRAPH-2133B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2133C,
        name: "CJK UNIFIED IDEOGRAPH-2133C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2133D,
        name: "CJK UNIFIED IDEOGRAPH-2133D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2133E,
        name: "CJK UNIFIED IDEOGRAPH-2133E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2133F,
        name: "CJK UNIFIED IDEOGRAPH-2133F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21340,
        name: "CJK UNIFIED IDEOGRAPH-21340",
    },
    Character {
        age: "3.1",
        codepoint: 0x21341,
        name: "CJK UNIFIED IDEOGRAPH-21341",
    },
    Character {
        age: "3.1",
        codepoint: 0x21342,
        name: "CJK UNIFIED IDEOGRAPH-21342",
    },
    Character {
        age: "3.1",
        codepoint: 0x21343,
        name: "CJK UNIFIED IDEOGRAPH-21343",
    },
    Character {
        age: "3.1",
        codepoint: 0x21344,
        name: "CJK UNIFIED IDEOGRAPH-21344",
    },
    Character {
        age: "3.1",
        codepoint: 0x21345,
        name: "CJK UNIFIED IDEOGRAPH-21345",
    },
    Character {
        age: "3.1",
        codepoint: 0x21346,
        name: "CJK UNIFIED IDEOGRAPH-21346",
    },
    Character {
        age: "3.1",
        codepoint: 0x21347,
        name: "CJK UNIFIED IDEOGRAPH-21347",
    },
    Character {
        age: "3.1",
        codepoint: 0x21348,
        name: "CJK UNIFIED IDEOGRAPH-21348",
    },
    Character {
        age: "3.1",
        codepoint: 0x21349,
        name: "CJK UNIFIED IDEOGRAPH-21349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2134A,
        name: "CJK UNIFIED IDEOGRAPH-2134A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2134B,
        name: "CJK UNIFIED IDEOGRAPH-2134B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2134C,
        name: "CJK UNIFIED IDEOGRAPH-2134C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2134D,
        name: "CJK UNIFIED IDEOGRAPH-2134D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2134E,
        name: "CJK UNIFIED IDEOGRAPH-2134E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2134F,
        name: "CJK UNIFIED IDEOGRAPH-2134F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21350,
        name: "CJK UNIFIED IDEOGRAPH-21350",
    },
    Character {
        age: "3.1",
        codepoint: 0x21351,
        name: "CJK UNIFIED IDEOGRAPH-21351",
    },
    Character {
        age: "3.1",
        codepoint: 0x21352,
        name: "CJK UNIFIED IDEOGRAPH-21352",
    },
    Character {
        age: "3.1",
        codepoint: 0x21353,
        name: "CJK UNIFIED IDEOGRAPH-21353",
    },
    Character {
        age: "3.1",
        codepoint: 0x21354,
        name: "CJK UNIFIED IDEOGRAPH-21354",
    },
    Character {
        age: "3.1",
        codepoint: 0x21355,
        name: "CJK UNIFIED IDEOGRAPH-21355",
    },
    Character {
        age: "3.1",
        codepoint: 0x21356,
        name: "CJK UNIFIED IDEOGRAPH-21356",
    },
    Character {
        age: "3.1",
        codepoint: 0x21357,
        name: "CJK UNIFIED IDEOGRAPH-21357",
    },
    Character {
        age: "3.1",
        codepoint: 0x21358,
        name: "CJK UNIFIED IDEOGRAPH-21358",
    },
    Character {
        age: "3.1",
        codepoint: 0x21359,
        name: "CJK UNIFIED IDEOGRAPH-21359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2135A,
        name: "CJK UNIFIED IDEOGRAPH-2135A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2135B,
        name: "CJK UNIFIED IDEOGRAPH-2135B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2135C,
        name: "CJK UNIFIED IDEOGRAPH-2135C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2135D,
        name: "CJK UNIFIED IDEOGRAPH-2135D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2135E,
        name: "CJK UNIFIED IDEOGRAPH-2135E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2135F,
        name: "CJK UNIFIED IDEOGRAPH-2135F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21360,
        name: "CJK UNIFIED IDEOGRAPH-21360",
    },
    Character {
        age: "3.1",
        codepoint: 0x21361,
        name: "CJK UNIFIED IDEOGRAPH-21361",
    },
    Character {
        age: "3.1",
        codepoint: 0x21362,
        name: "CJK UNIFIED IDEOGRAPH-21362",
    },
    Character {
        age: "3.1",
        codepoint: 0x21363,
        name: "CJK UNIFIED IDEOGRAPH-21363",
    },
    Character {
        age: "3.1",
        codepoint: 0x21364,
        name: "CJK UNIFIED IDEOGRAPH-21364",
    },
    Character {
        age: "3.1",
        codepoint: 0x21365,
        name: "CJK UNIFIED IDEOGRAPH-21365",
    },
    Character {
        age: "3.1",
        codepoint: 0x21366,
        name: "CJK UNIFIED IDEOGRAPH-21366",
    },
    Character {
        age: "3.1",
        codepoint: 0x21367,
        name: "CJK UNIFIED IDEOGRAPH-21367",
    },
    Character {
        age: "3.1",
        codepoint: 0x21368,
        name: "CJK UNIFIED IDEOGRAPH-21368",
    },
    Character {
        age: "3.1",
        codepoint: 0x21369,
        name: "CJK UNIFIED IDEOGRAPH-21369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2136A,
        name: "CJK UNIFIED IDEOGRAPH-2136A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2136B,
        name: "CJK UNIFIED IDEOGRAPH-2136B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2136C,
        name: "CJK UNIFIED IDEOGRAPH-2136C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2136D,
        name: "CJK UNIFIED IDEOGRAPH-2136D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2136E,
        name: "CJK UNIFIED IDEOGRAPH-2136E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2136F,
        name: "CJK UNIFIED IDEOGRAPH-2136F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21370,
        name: "CJK UNIFIED IDEOGRAPH-21370",
    },
    Character {
        age: "3.1",
        codepoint: 0x21371,
        name: "CJK UNIFIED IDEOGRAPH-21371",
    },
    Character {
        age: "3.1",
        codepoint: 0x21372,
        name: "CJK UNIFIED IDEOGRAPH-21372",
    },
    Character {
        age: "3.1",
        codepoint: 0x21373,
        name: "CJK UNIFIED IDEOGRAPH-21373",
    },
    Character {
        age: "3.1",
        codepoint: 0x21374,
        name: "CJK UNIFIED IDEOGRAPH-21374",
    },
    Character {
        age: "3.1",
        codepoint: 0x21375,
        name: "CJK UNIFIED IDEOGRAPH-21375",
    },
    Character {
        age: "3.1",
        codepoint: 0x21376,
        name: "CJK UNIFIED IDEOGRAPH-21376",
    },
    Character {
        age: "3.1",
        codepoint: 0x21377,
        name: "CJK UNIFIED IDEOGRAPH-21377",
    },
    Character {
        age: "3.1",
        codepoint: 0x21378,
        name: "CJK UNIFIED IDEOGRAPH-21378",
    },
    Character {
        age: "3.1",
        codepoint: 0x21379,
        name: "CJK UNIFIED IDEOGRAPH-21379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2137A,
        name: "CJK UNIFIED IDEOGRAPH-2137A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2137B,
        name: "CJK UNIFIED IDEOGRAPH-2137B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2137C,
        name: "CJK UNIFIED IDEOGRAPH-2137C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2137D,
        name: "CJK UNIFIED IDEOGRAPH-2137D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2137E,
        name: "CJK UNIFIED IDEOGRAPH-2137E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2137F,
        name: "CJK UNIFIED IDEOGRAPH-2137F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21380,
        name: "CJK UNIFIED IDEOGRAPH-21380",
    },
    Character {
        age: "3.1",
        codepoint: 0x21381,
        name: "CJK UNIFIED IDEOGRAPH-21381",
    },
    Character {
        age: "3.1",
        codepoint: 0x21382,
        name: "CJK UNIFIED IDEOGRAPH-21382",
    },
    Character {
        age: "3.1",
        codepoint: 0x21383,
        name: "CJK UNIFIED IDEOGRAPH-21383",
    },
    Character {
        age: "3.1",
        codepoint: 0x21384,
        name: "CJK UNIFIED IDEOGRAPH-21384",
    },
    Character {
        age: "3.1",
        codepoint: 0x21385,
        name: "CJK UNIFIED IDEOGRAPH-21385",
    },
    Character {
        age: "3.1",
        codepoint: 0x21386,
        name: "CJK UNIFIED IDEOGRAPH-21386",
    },
    Character {
        age: "3.1",
        codepoint: 0x21387,
        name: "CJK UNIFIED IDEOGRAPH-21387",
    },
    Character {
        age: "3.1",
        codepoint: 0x21388,
        name: "CJK UNIFIED IDEOGRAPH-21388",
    },
    Character {
        age: "3.1",
        codepoint: 0x21389,
        name: "CJK UNIFIED IDEOGRAPH-21389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2138A,
        name: "CJK UNIFIED IDEOGRAPH-2138A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2138B,
        name: "CJK UNIFIED IDEOGRAPH-2138B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2138C,
        name: "CJK UNIFIED IDEOGRAPH-2138C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2138D,
        name: "CJK UNIFIED IDEOGRAPH-2138D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2138E,
        name: "CJK UNIFIED IDEOGRAPH-2138E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2138F,
        name: "CJK UNIFIED IDEOGRAPH-2138F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21390,
        name: "CJK UNIFIED IDEOGRAPH-21390",
    },
    Character {
        age: "3.1",
        codepoint: 0x21391,
        name: "CJK UNIFIED IDEOGRAPH-21391",
    },
    Character {
        age: "3.1",
        codepoint: 0x21392,
        name: "CJK UNIFIED IDEOGRAPH-21392",
    },
    Character {
        age: "3.1",
        codepoint: 0x21393,
        name: "CJK UNIFIED IDEOGRAPH-21393",
    },
    Character {
        age: "3.1",
        codepoint: 0x21394,
        name: "CJK UNIFIED IDEOGRAPH-21394",
    },
    Character {
        age: "3.1",
        codepoint: 0x21395,
        name: "CJK UNIFIED IDEOGRAPH-21395",
    },
    Character {
        age: "3.1",
        codepoint: 0x21396,
        name: "CJK UNIFIED IDEOGRAPH-21396",
    },
    Character {
        age: "3.1",
        codepoint: 0x21397,
        name: "CJK UNIFIED IDEOGRAPH-21397",
    },
    Character {
        age: "3.1",
        codepoint: 0x21398,
        name: "CJK UNIFIED IDEOGRAPH-21398",
    },
    Character {
        age: "3.1",
        codepoint: 0x21399,
        name: "CJK UNIFIED IDEOGRAPH-21399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2139A,
        name: "CJK UNIFIED IDEOGRAPH-2139A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2139B,
        name: "CJK UNIFIED IDEOGRAPH-2139B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2139C,
        name: "CJK UNIFIED IDEOGRAPH-2139C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2139D,
        name: "CJK UNIFIED IDEOGRAPH-2139D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2139E,
        name: "CJK UNIFIED IDEOGRAPH-2139E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2139F,
        name: "CJK UNIFIED IDEOGRAPH-2139F",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A0,
        name: "CJK UNIFIED IDEOGRAPH-213A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A1,
        name: "CJK UNIFIED IDEOGRAPH-213A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A2,
        name: "CJK UNIFIED IDEOGRAPH-213A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A3,
        name: "CJK UNIFIED IDEOGRAPH-213A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A4,
        name: "CJK UNIFIED IDEOGRAPH-213A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A5,
        name: "CJK UNIFIED IDEOGRAPH-213A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A6,
        name: "CJK UNIFIED IDEOGRAPH-213A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A7,
        name: "CJK UNIFIED IDEOGRAPH-213A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A8,
        name: "CJK UNIFIED IDEOGRAPH-213A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x213A9,
        name: "CJK UNIFIED IDEOGRAPH-213A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x213AA,
        name: "CJK UNIFIED IDEOGRAPH-213AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x213AB,
        name: "CJK UNIFIED IDEOGRAPH-213AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x213AC,
        name: "CJK UNIFIED IDEOGRAPH-213AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x213AD,
        name: "CJK UNIFIED IDEOGRAPH-213AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x213AE,
        name: "CJK UNIFIED IDEOGRAPH-213AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x213AF,
        name: "CJK UNIFIED IDEOGRAPH-213AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B0,
        name: "CJK UNIFIED IDEOGRAPH-213B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B1,
        name: "CJK UNIFIED IDEOGRAPH-213B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B2,
        name: "CJK UNIFIED IDEOGRAPH-213B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B3,
        name: "CJK UNIFIED IDEOGRAPH-213B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B4,
        name: "CJK UNIFIED IDEOGRAPH-213B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B5,
        name: "CJK UNIFIED IDEOGRAPH-213B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B6,
        name: "CJK UNIFIED IDEOGRAPH-213B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B7,
        name: "CJK UNIFIED IDEOGRAPH-213B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B8,
        name: "CJK UNIFIED IDEOGRAPH-213B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x213B9,
        name: "CJK UNIFIED IDEOGRAPH-213B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x213BA,
        name: "CJK UNIFIED IDEOGRAPH-213BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x213BB,
        name: "CJK UNIFIED IDEOGRAPH-213BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x213BC,
        name: "CJK UNIFIED IDEOGRAPH-213BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x213BD,
        name: "CJK UNIFIED IDEOGRAPH-213BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x213BE,
        name: "CJK UNIFIED IDEOGRAPH-213BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x213BF,
        name: "CJK UNIFIED IDEOGRAPH-213BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C0,
        name: "CJK UNIFIED IDEOGRAPH-213C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C1,
        name: "CJK UNIFIED IDEOGRAPH-213C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C2,
        name: "CJK UNIFIED IDEOGRAPH-213C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C3,
        name: "CJK UNIFIED IDEOGRAPH-213C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C4,
        name: "CJK UNIFIED IDEOGRAPH-213C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C5,
        name: "CJK UNIFIED IDEOGRAPH-213C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C6,
        name: "CJK UNIFIED IDEOGRAPH-213C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C7,
        name: "CJK UNIFIED IDEOGRAPH-213C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C8,
        name: "CJK UNIFIED IDEOGRAPH-213C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x213C9,
        name: "CJK UNIFIED IDEOGRAPH-213C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x213CA,
        name: "CJK UNIFIED IDEOGRAPH-213CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x213CB,
        name: "CJK UNIFIED IDEOGRAPH-213CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x213CC,
        name: "CJK UNIFIED IDEOGRAPH-213CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x213CD,
        name: "CJK UNIFIED IDEOGRAPH-213CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x213CE,
        name: "CJK UNIFIED IDEOGRAPH-213CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x213CF,
        name: "CJK UNIFIED IDEOGRAPH-213CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D0,
        name: "CJK UNIFIED IDEOGRAPH-213D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D1,
        name: "CJK UNIFIED IDEOGRAPH-213D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D2,
        name: "CJK UNIFIED IDEOGRAPH-213D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D3,
        name: "CJK UNIFIED IDEOGRAPH-213D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D4,
        name: "CJK UNIFIED IDEOGRAPH-213D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D5,
        name: "CJK UNIFIED IDEOGRAPH-213D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D6,
        name: "CJK UNIFIED IDEOGRAPH-213D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D7,
        name: "CJK UNIFIED IDEOGRAPH-213D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D8,
        name: "CJK UNIFIED IDEOGRAPH-213D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x213D9,
        name: "CJK UNIFIED IDEOGRAPH-213D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x213DA,
        name: "CJK UNIFIED IDEOGRAPH-213DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x213DB,
        name: "CJK UNIFIED IDEOGRAPH-213DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x213DC,
        name: "CJK UNIFIED IDEOGRAPH-213DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x213DD,
        name: "CJK UNIFIED IDEOGRAPH-213DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x213DE,
        name: "CJK UNIFIED IDEOGRAPH-213DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x213DF,
        name: "CJK UNIFIED IDEOGRAPH-213DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E0,
        name: "CJK UNIFIED IDEOGRAPH-213E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E1,
        name: "CJK UNIFIED IDEOGRAPH-213E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E2,
        name: "CJK UNIFIED IDEOGRAPH-213E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E3,
        name: "CJK UNIFIED IDEOGRAPH-213E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E4,
        name: "CJK UNIFIED IDEOGRAPH-213E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E5,
        name: "CJK UNIFIED IDEOGRAPH-213E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E6,
        name: "CJK UNIFIED IDEOGRAPH-213E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E7,
        name: "CJK UNIFIED IDEOGRAPH-213E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E8,
        name: "CJK UNIFIED IDEOGRAPH-213E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x213E9,
        name: "CJK UNIFIED IDEOGRAPH-213E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x213EA,
        name: "CJK UNIFIED IDEOGRAPH-213EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x213EB,
        name: "CJK UNIFIED IDEOGRAPH-213EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x213EC,
        name: "CJK UNIFIED IDEOGRAPH-213EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x213ED,
        name: "CJK UNIFIED IDEOGRAPH-213ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x213EE,
        name: "CJK UNIFIED IDEOGRAPH-213EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x213EF,
        name: "CJK UNIFIED IDEOGRAPH-213EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F0,
        name: "CJK UNIFIED IDEOGRAPH-213F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F1,
        name: "CJK UNIFIED IDEOGRAPH-213F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F2,
        name: "CJK UNIFIED IDEOGRAPH-213F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F3,
        name: "CJK UNIFIED IDEOGRAPH-213F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F4,
        name: "CJK UNIFIED IDEOGRAPH-213F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F5,
        name: "CJK UNIFIED IDEOGRAPH-213F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F6,
        name: "CJK UNIFIED IDEOGRAPH-213F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F7,
        name: "CJK UNIFIED IDEOGRAPH-213F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F8,
        name: "CJK UNIFIED IDEOGRAPH-213F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x213F9,
        name: "CJK UNIFIED IDEOGRAPH-213F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x213FA,
        name: "CJK UNIFIED IDEOGRAPH-213FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x213FB,
        name: "CJK UNIFIED IDEOGRAPH-213FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x213FC,
        name: "CJK UNIFIED IDEOGRAPH-213FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x213FD,
        name: "CJK UNIFIED IDEOGRAPH-213FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x213FE,
        name: "CJK UNIFIED IDEOGRAPH-213FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x213FF,
        name: "CJK UNIFIED IDEOGRAPH-213FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21400,
        name: "CJK UNIFIED IDEOGRAPH-21400",
    },
    Character {
        age: "3.1",
        codepoint: 0x21401,
        name: "CJK UNIFIED IDEOGRAPH-21401",
    },
    Character {
        age: "3.1",
        codepoint: 0x21402,
        name: "CJK UNIFIED IDEOGRAPH-21402",
    },
    Character {
        age: "3.1",
        codepoint: 0x21403,
        name: "CJK UNIFIED IDEOGRAPH-21403",
    },
    Character {
        age: "3.1",
        codepoint: 0x21404,
        name: "CJK UNIFIED IDEOGRAPH-21404",
    },
    Character {
        age: "3.1",
        codepoint: 0x21405,
        name: "CJK UNIFIED IDEOGRAPH-21405",
    },
    Character {
        age: "3.1",
        codepoint: 0x21406,
        name: "CJK UNIFIED IDEOGRAPH-21406",
    },
    Character {
        age: "3.1",
        codepoint: 0x21407,
        name: "CJK UNIFIED IDEOGRAPH-21407",
    },
    Character {
        age: "3.1",
        codepoint: 0x21408,
        name: "CJK UNIFIED IDEOGRAPH-21408",
    },
    Character {
        age: "3.1",
        codepoint: 0x21409,
        name: "CJK UNIFIED IDEOGRAPH-21409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2140A,
        name: "CJK UNIFIED IDEOGRAPH-2140A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2140B,
        name: "CJK UNIFIED IDEOGRAPH-2140B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2140C,
        name: "CJK UNIFIED IDEOGRAPH-2140C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2140D,
        name: "CJK UNIFIED IDEOGRAPH-2140D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2140E,
        name: "CJK UNIFIED IDEOGRAPH-2140E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2140F,
        name: "CJK UNIFIED IDEOGRAPH-2140F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21410,
        name: "CJK UNIFIED IDEOGRAPH-21410",
    },
    Character {
        age: "3.1",
        codepoint: 0x21411,
        name: "CJK UNIFIED IDEOGRAPH-21411",
    },
    Character {
        age: "3.1",
        codepoint: 0x21412,
        name: "CJK UNIFIED IDEOGRAPH-21412",
    },
    Character {
        age: "3.1",
        codepoint: 0x21413,
        name: "CJK UNIFIED IDEOGRAPH-21413",
    },
    Character {
        age: "3.1",
        codepoint: 0x21414,
        name: "CJK UNIFIED IDEOGRAPH-21414",
    },
    Character {
        age: "3.1",
        codepoint: 0x21415,
        name: "CJK UNIFIED IDEOGRAPH-21415",
    },
    Character {
        age: "3.1",
        codepoint: 0x21416,
        name: "CJK UNIFIED IDEOGRAPH-21416",
    },
    Character {
        age: "3.1",
        codepoint: 0x21417,
        name: "CJK UNIFIED IDEOGRAPH-21417",
    },
    Character {
        age: "3.1",
        codepoint: 0x21418,
        name: "CJK UNIFIED IDEOGRAPH-21418",
    },
    Character {
        age: "3.1",
        codepoint: 0x21419,
        name: "CJK UNIFIED IDEOGRAPH-21419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2141A,
        name: "CJK UNIFIED IDEOGRAPH-2141A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2141B,
        name: "CJK UNIFIED IDEOGRAPH-2141B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2141C,
        name: "CJK UNIFIED IDEOGRAPH-2141C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2141D,
        name: "CJK UNIFIED IDEOGRAPH-2141D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2141E,
        name: "CJK UNIFIED IDEOGRAPH-2141E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2141F,
        name: "CJK UNIFIED IDEOGRAPH-2141F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21420,
        name: "CJK UNIFIED IDEOGRAPH-21420",
    },
    Character {
        age: "3.1",
        codepoint: 0x21421,
        name: "CJK UNIFIED IDEOGRAPH-21421",
    },
    Character {
        age: "3.1",
        codepoint: 0x21422,
        name: "CJK UNIFIED IDEOGRAPH-21422",
    },
    Character {
        age: "3.1",
        codepoint: 0x21423,
        name: "CJK UNIFIED IDEOGRAPH-21423",
    },
    Character {
        age: "3.1",
        codepoint: 0x21424,
        name: "CJK UNIFIED IDEOGRAPH-21424",
    },
    Character {
        age: "3.1",
        codepoint: 0x21425,
        name: "CJK UNIFIED IDEOGRAPH-21425",
    },
    Character {
        age: "3.1",
        codepoint: 0x21426,
        name: "CJK UNIFIED IDEOGRAPH-21426",
    },
    Character {
        age: "3.1",
        codepoint: 0x21427,
        name: "CJK UNIFIED IDEOGRAPH-21427",
    },
    Character {
        age: "3.1",
        codepoint: 0x21428,
        name: "CJK UNIFIED IDEOGRAPH-21428",
    },
    Character {
        age: "3.1",
        codepoint: 0x21429,
        name: "CJK UNIFIED IDEOGRAPH-21429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2142A,
        name: "CJK UNIFIED IDEOGRAPH-2142A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2142B,
        name: "CJK UNIFIED IDEOGRAPH-2142B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2142C,
        name: "CJK UNIFIED IDEOGRAPH-2142C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2142D,
        name: "CJK UNIFIED IDEOGRAPH-2142D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2142E,
        name: "CJK UNIFIED IDEOGRAPH-2142E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2142F,
        name: "CJK UNIFIED IDEOGRAPH-2142F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21430,
        name: "CJK UNIFIED IDEOGRAPH-21430",
    },
    Character {
        age: "3.1",
        codepoint: 0x21431,
        name: "CJK UNIFIED IDEOGRAPH-21431",
    },
    Character {
        age: "3.1",
        codepoint: 0x21432,
        name: "CJK UNIFIED IDEOGRAPH-21432",
    },
    Character {
        age: "3.1",
        codepoint: 0x21433,
        name: "CJK UNIFIED IDEOGRAPH-21433",
    },
    Character {
        age: "3.1",
        codepoint: 0x21434,
        name: "CJK UNIFIED IDEOGRAPH-21434",
    },
    Character {
        age: "3.1",
        codepoint: 0x21435,
        name: "CJK UNIFIED IDEOGRAPH-21435",
    },
    Character {
        age: "3.1",
        codepoint: 0x21436,
        name: "CJK UNIFIED IDEOGRAPH-21436",
    },
    Character {
        age: "3.1",
        codepoint: 0x21437,
        name: "CJK UNIFIED IDEOGRAPH-21437",
    },
    Character {
        age: "3.1",
        codepoint: 0x21438,
        name: "CJK UNIFIED IDEOGRAPH-21438",
    },
    Character {
        age: "3.1",
        codepoint: 0x21439,
        name: "CJK UNIFIED IDEOGRAPH-21439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2143A,
        name: "CJK UNIFIED IDEOGRAPH-2143A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2143B,
        name: "CJK UNIFIED IDEOGRAPH-2143B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2143C,
        name: "CJK UNIFIED IDEOGRAPH-2143C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2143D,
        name: "CJK UNIFIED IDEOGRAPH-2143D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2143E,
        name: "CJK UNIFIED IDEOGRAPH-2143E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2143F,
        name: "CJK UNIFIED IDEOGRAPH-2143F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21440,
        name: "CJK UNIFIED IDEOGRAPH-21440",
    },
    Character {
        age: "3.1",
        codepoint: 0x21441,
        name: "CJK UNIFIED IDEOGRAPH-21441",
    },
    Character {
        age: "3.1",
        codepoint: 0x21442,
        name: "CJK UNIFIED IDEOGRAPH-21442",
    },
    Character {
        age: "3.1",
        codepoint: 0x21443,
        name: "CJK UNIFIED IDEOGRAPH-21443",
    },
    Character {
        age: "3.1",
        codepoint: 0x21444,
        name: "CJK UNIFIED IDEOGRAPH-21444",
    },
    Character {
        age: "3.1",
        codepoint: 0x21445,
        name: "CJK UNIFIED IDEOGRAPH-21445",
    },
    Character {
        age: "3.1",
        codepoint: 0x21446,
        name: "CJK UNIFIED IDEOGRAPH-21446",
    },
    Character {
        age: "3.1",
        codepoint: 0x21447,
        name: "CJK UNIFIED IDEOGRAPH-21447",
    },
    Character {
        age: "3.1",
        codepoint: 0x21448,
        name: "CJK UNIFIED IDEOGRAPH-21448",
    },
    Character {
        age: "3.1",
        codepoint: 0x21449,
        name: "CJK UNIFIED IDEOGRAPH-21449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2144A,
        name: "CJK UNIFIED IDEOGRAPH-2144A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2144B,
        name: "CJK UNIFIED IDEOGRAPH-2144B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2144C,
        name: "CJK UNIFIED IDEOGRAPH-2144C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2144D,
        name: "CJK UNIFIED IDEOGRAPH-2144D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2144E,
        name: "CJK UNIFIED IDEOGRAPH-2144E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2144F,
        name: "CJK UNIFIED IDEOGRAPH-2144F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21450,
        name: "CJK UNIFIED IDEOGRAPH-21450",
    },
    Character {
        age: "3.1",
        codepoint: 0x21451,
        name: "CJK UNIFIED IDEOGRAPH-21451",
    },
    Character {
        age: "3.1",
        codepoint: 0x21452,
        name: "CJK UNIFIED IDEOGRAPH-21452",
    },
    Character {
        age: "3.1",
        codepoint: 0x21453,
        name: "CJK UNIFIED IDEOGRAPH-21453",
    },
    Character {
        age: "3.1",
        codepoint: 0x21454,
        name: "CJK UNIFIED IDEOGRAPH-21454",
    },
    Character {
        age: "3.1",
        codepoint: 0x21455,
        name: "CJK UNIFIED IDEOGRAPH-21455",
    },
    Character {
        age: "3.1",
        codepoint: 0x21456,
        name: "CJK UNIFIED IDEOGRAPH-21456",
    },
    Character {
        age: "3.1",
        codepoint: 0x21457,
        name: "CJK UNIFIED IDEOGRAPH-21457",
    },
    Character {
        age: "3.1",
        codepoint: 0x21458,
        name: "CJK UNIFIED IDEOGRAPH-21458",
    },
    Character {
        age: "3.1",
        codepoint: 0x21459,
        name: "CJK UNIFIED IDEOGRAPH-21459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2145A,
        name: "CJK UNIFIED IDEOGRAPH-2145A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2145B,
        name: "CJK UNIFIED IDEOGRAPH-2145B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2145C,
        name: "CJK UNIFIED IDEOGRAPH-2145C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2145D,
        name: "CJK UNIFIED IDEOGRAPH-2145D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2145E,
        name: "CJK UNIFIED IDEOGRAPH-2145E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2145F,
        name: "CJK UNIFIED IDEOGRAPH-2145F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21460,
        name: "CJK UNIFIED IDEOGRAPH-21460",
    },
    Character {
        age: "3.1",
        codepoint: 0x21461,
        name: "CJK UNIFIED IDEOGRAPH-21461",
    },
    Character {
        age: "3.1",
        codepoint: 0x21462,
        name: "CJK UNIFIED IDEOGRAPH-21462",
    },
    Character {
        age: "3.1",
        codepoint: 0x21463,
        name: "CJK UNIFIED IDEOGRAPH-21463",
    },
    Character {
        age: "3.1",
        codepoint: 0x21464,
        name: "CJK UNIFIED IDEOGRAPH-21464",
    },
    Character {
        age: "3.1",
        codepoint: 0x21465,
        name: "CJK UNIFIED IDEOGRAPH-21465",
    },
    Character {
        age: "3.1",
        codepoint: 0x21466,
        name: "CJK UNIFIED IDEOGRAPH-21466",
    },
    Character {
        age: "3.1",
        codepoint: 0x21467,
        name: "CJK UNIFIED IDEOGRAPH-21467",
    },
    Character {
        age: "3.1",
        codepoint: 0x21468,
        name: "CJK UNIFIED IDEOGRAPH-21468",
    },
    Character {
        age: "3.1",
        codepoint: 0x21469,
        name: "CJK UNIFIED IDEOGRAPH-21469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2146A,
        name: "CJK UNIFIED IDEOGRAPH-2146A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2146B,
        name: "CJK UNIFIED IDEOGRAPH-2146B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2146C,
        name: "CJK UNIFIED IDEOGRAPH-2146C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2146D,
        name: "CJK UNIFIED IDEOGRAPH-2146D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2146E,
        name: "CJK UNIFIED IDEOGRAPH-2146E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2146F,
        name: "CJK UNIFIED IDEOGRAPH-2146F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21470,
        name: "CJK UNIFIED IDEOGRAPH-21470",
    },
    Character {
        age: "3.1",
        codepoint: 0x21471,
        name: "CJK UNIFIED IDEOGRAPH-21471",
    },
    Character {
        age: "3.1",
        codepoint: 0x21472,
        name: "CJK UNIFIED IDEOGRAPH-21472",
    },
    Character {
        age: "3.1",
        codepoint: 0x21473,
        name: "CJK UNIFIED IDEOGRAPH-21473",
    },
    Character {
        age: "3.1",
        codepoint: 0x21474,
        name: "CJK UNIFIED IDEOGRAPH-21474",
    },
    Character {
        age: "3.1",
        codepoint: 0x21475,
        name: "CJK UNIFIED IDEOGRAPH-21475",
    },
    Character {
        age: "3.1",
        codepoint: 0x21476,
        name: "CJK UNIFIED IDEOGRAPH-21476",
    },
    Character {
        age: "3.1",
        codepoint: 0x21477,
        name: "CJK UNIFIED IDEOGRAPH-21477",
    },
    Character {
        age: "3.1",
        codepoint: 0x21478,
        name: "CJK UNIFIED IDEOGRAPH-21478",
    },
    Character {
        age: "3.1",
        codepoint: 0x21479,
        name: "CJK UNIFIED IDEOGRAPH-21479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2147A,
        name: "CJK UNIFIED IDEOGRAPH-2147A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2147B,
        name: "CJK UNIFIED IDEOGRAPH-2147B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2147C,
        name: "CJK UNIFIED IDEOGRAPH-2147C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2147D,
        name: "CJK UNIFIED IDEOGRAPH-2147D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2147E,
        name: "CJK UNIFIED IDEOGRAPH-2147E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2147F,
        name: "CJK UNIFIED IDEOGRAPH-2147F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21480,
        name: "CJK UNIFIED IDEOGRAPH-21480",
    },
    Character {
        age: "3.1",
        codepoint: 0x21481,
        name: "CJK UNIFIED IDEOGRAPH-21481",
    },
    Character {
        age: "3.1",
        codepoint: 0x21482,
        name: "CJK UNIFIED IDEOGRAPH-21482",
    },
    Character {
        age: "3.1",
        codepoint: 0x21483,
        name: "CJK UNIFIED IDEOGRAPH-21483",
    },
    Character {
        age: "3.1",
        codepoint: 0x21484,
        name: "CJK UNIFIED IDEOGRAPH-21484",
    },
    Character {
        age: "3.1",
        codepoint: 0x21485,
        name: "CJK UNIFIED IDEOGRAPH-21485",
    },
    Character {
        age: "3.1",
        codepoint: 0x21486,
        name: "CJK UNIFIED IDEOGRAPH-21486",
    },
    Character {
        age: "3.1",
        codepoint: 0x21487,
        name: "CJK UNIFIED IDEOGRAPH-21487",
    },
    Character {
        age: "3.1",
        codepoint: 0x21488,
        name: "CJK UNIFIED IDEOGRAPH-21488",
    },
    Character {
        age: "3.1",
        codepoint: 0x21489,
        name: "CJK UNIFIED IDEOGRAPH-21489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2148A,
        name: "CJK UNIFIED IDEOGRAPH-2148A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2148B,
        name: "CJK UNIFIED IDEOGRAPH-2148B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2148C,
        name: "CJK UNIFIED IDEOGRAPH-2148C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2148D,
        name: "CJK UNIFIED IDEOGRAPH-2148D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2148E,
        name: "CJK UNIFIED IDEOGRAPH-2148E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2148F,
        name: "CJK UNIFIED IDEOGRAPH-2148F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21490,
        name: "CJK UNIFIED IDEOGRAPH-21490",
    },
    Character {
        age: "3.1",
        codepoint: 0x21491,
        name: "CJK UNIFIED IDEOGRAPH-21491",
    },
    Character {
        age: "3.1",
        codepoint: 0x21492,
        name: "CJK UNIFIED IDEOGRAPH-21492",
    },
    Character {
        age: "3.1",
        codepoint: 0x21493,
        name: "CJK UNIFIED IDEOGRAPH-21493",
    },
    Character {
        age: "3.1",
        codepoint: 0x21494,
        name: "CJK UNIFIED IDEOGRAPH-21494",
    },
    Character {
        age: "3.1",
        codepoint: 0x21495,
        name: "CJK UNIFIED IDEOGRAPH-21495",
    },
    Character {
        age: "3.1",
        codepoint: 0x21496,
        name: "CJK UNIFIED IDEOGRAPH-21496",
    },
    Character {
        age: "3.1",
        codepoint: 0x21497,
        name: "CJK UNIFIED IDEOGRAPH-21497",
    },
    Character {
        age: "3.1",
        codepoint: 0x21498,
        name: "CJK UNIFIED IDEOGRAPH-21498",
    },
    Character {
        age: "3.1",
        codepoint: 0x21499,
        name: "CJK UNIFIED IDEOGRAPH-21499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2149A,
        name: "CJK UNIFIED IDEOGRAPH-2149A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2149B,
        name: "CJK UNIFIED IDEOGRAPH-2149B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2149C,
        name: "CJK UNIFIED IDEOGRAPH-2149C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2149D,
        name: "CJK UNIFIED IDEOGRAPH-2149D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2149E,
        name: "CJK UNIFIED IDEOGRAPH-2149E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2149F,
        name: "CJK UNIFIED IDEOGRAPH-2149F",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A0,
        name: "CJK UNIFIED IDEOGRAPH-214A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A1,
        name: "CJK UNIFIED IDEOGRAPH-214A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A2,
        name: "CJK UNIFIED IDEOGRAPH-214A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A3,
        name: "CJK UNIFIED IDEOGRAPH-214A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A4,
        name: "CJK UNIFIED IDEOGRAPH-214A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A5,
        name: "CJK UNIFIED IDEOGRAPH-214A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A6,
        name: "CJK UNIFIED IDEOGRAPH-214A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A7,
        name: "CJK UNIFIED IDEOGRAPH-214A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A8,
        name: "CJK UNIFIED IDEOGRAPH-214A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x214A9,
        name: "CJK UNIFIED IDEOGRAPH-214A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x214AA,
        name: "CJK UNIFIED IDEOGRAPH-214AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x214AB,
        name: "CJK UNIFIED IDEOGRAPH-214AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x214AC,
        name: "CJK UNIFIED IDEOGRAPH-214AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x214AD,
        name: "CJK UNIFIED IDEOGRAPH-214AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x214AE,
        name: "CJK UNIFIED IDEOGRAPH-214AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x214AF,
        name: "CJK UNIFIED IDEOGRAPH-214AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B0,
        name: "CJK UNIFIED IDEOGRAPH-214B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B1,
        name: "CJK UNIFIED IDEOGRAPH-214B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B2,
        name: "CJK UNIFIED IDEOGRAPH-214B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B3,
        name: "CJK UNIFIED IDEOGRAPH-214B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B4,
        name: "CJK UNIFIED IDEOGRAPH-214B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B5,
        name: "CJK UNIFIED IDEOGRAPH-214B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B6,
        name: "CJK UNIFIED IDEOGRAPH-214B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B7,
        name: "CJK UNIFIED IDEOGRAPH-214B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B8,
        name: "CJK UNIFIED IDEOGRAPH-214B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x214B9,
        name: "CJK UNIFIED IDEOGRAPH-214B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x214BA,
        name: "CJK UNIFIED IDEOGRAPH-214BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x214BB,
        name: "CJK UNIFIED IDEOGRAPH-214BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x214BC,
        name: "CJK UNIFIED IDEOGRAPH-214BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x214BD,
        name: "CJK UNIFIED IDEOGRAPH-214BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x214BE,
        name: "CJK UNIFIED IDEOGRAPH-214BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x214BF,
        name: "CJK UNIFIED IDEOGRAPH-214BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C0,
        name: "CJK UNIFIED IDEOGRAPH-214C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C1,
        name: "CJK UNIFIED IDEOGRAPH-214C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C2,
        name: "CJK UNIFIED IDEOGRAPH-214C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C3,
        name: "CJK UNIFIED IDEOGRAPH-214C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C4,
        name: "CJK UNIFIED IDEOGRAPH-214C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C5,
        name: "CJK UNIFIED IDEOGRAPH-214C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C6,
        name: "CJK UNIFIED IDEOGRAPH-214C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C7,
        name: "CJK UNIFIED IDEOGRAPH-214C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C8,
        name: "CJK UNIFIED IDEOGRAPH-214C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x214C9,
        name: "CJK UNIFIED IDEOGRAPH-214C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x214CA,
        name: "CJK UNIFIED IDEOGRAPH-214CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x214CB,
        name: "CJK UNIFIED IDEOGRAPH-214CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x214CC,
        name: "CJK UNIFIED IDEOGRAPH-214CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x214CD,
        name: "CJK UNIFIED IDEOGRAPH-214CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x214CE,
        name: "CJK UNIFIED IDEOGRAPH-214CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x214CF,
        name: "CJK UNIFIED IDEOGRAPH-214CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D0,
        name: "CJK UNIFIED IDEOGRAPH-214D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D1,
        name: "CJK UNIFIED IDEOGRAPH-214D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D2,
        name: "CJK UNIFIED IDEOGRAPH-214D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D3,
        name: "CJK UNIFIED IDEOGRAPH-214D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D4,
        name: "CJK UNIFIED IDEOGRAPH-214D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D5,
        name: "CJK UNIFIED IDEOGRAPH-214D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D6,
        name: "CJK UNIFIED IDEOGRAPH-214D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D7,
        name: "CJK UNIFIED IDEOGRAPH-214D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D8,
        name: "CJK UNIFIED IDEOGRAPH-214D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x214D9,
        name: "CJK UNIFIED IDEOGRAPH-214D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x214DA,
        name: "CJK UNIFIED IDEOGRAPH-214DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x214DB,
        name: "CJK UNIFIED IDEOGRAPH-214DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x214DC,
        name: "CJK UNIFIED IDEOGRAPH-214DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x214DD,
        name: "CJK UNIFIED IDEOGRAPH-214DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x214DE,
        name: "CJK UNIFIED IDEOGRAPH-214DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x214DF,
        name: "CJK UNIFIED IDEOGRAPH-214DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E0,
        name: "CJK UNIFIED IDEOGRAPH-214E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E1,
        name: "CJK UNIFIED IDEOGRAPH-214E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E2,
        name: "CJK UNIFIED IDEOGRAPH-214E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E3,
        name: "CJK UNIFIED IDEOGRAPH-214E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E4,
        name: "CJK UNIFIED IDEOGRAPH-214E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E5,
        name: "CJK UNIFIED IDEOGRAPH-214E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E6,
        name: "CJK UNIFIED IDEOGRAPH-214E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E7,
        name: "CJK UNIFIED IDEOGRAPH-214E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E8,
        name: "CJK UNIFIED IDEOGRAPH-214E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x214E9,
        name: "CJK UNIFIED IDEOGRAPH-214E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x214EA,
        name: "CJK UNIFIED IDEOGRAPH-214EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x214EB,
        name: "CJK UNIFIED IDEOGRAPH-214EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x214EC,
        name: "CJK UNIFIED IDEOGRAPH-214EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x214ED,
        name: "CJK UNIFIED IDEOGRAPH-214ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x214EE,
        name: "CJK UNIFIED IDEOGRAPH-214EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x214EF,
        name: "CJK UNIFIED IDEOGRAPH-214EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F0,
        name: "CJK UNIFIED IDEOGRAPH-214F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F1,
        name: "CJK UNIFIED IDEOGRAPH-214F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F2,
        name: "CJK UNIFIED IDEOGRAPH-214F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F3,
        name: "CJK UNIFIED IDEOGRAPH-214F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F4,
        name: "CJK UNIFIED IDEOGRAPH-214F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F5,
        name: "CJK UNIFIED IDEOGRAPH-214F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F6,
        name: "CJK UNIFIED IDEOGRAPH-214F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F7,
        name: "CJK UNIFIED IDEOGRAPH-214F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F8,
        name: "CJK UNIFIED IDEOGRAPH-214F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x214F9,
        name: "CJK UNIFIED IDEOGRAPH-214F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x214FA,
        name: "CJK UNIFIED IDEOGRAPH-214FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x214FB,
        name: "CJK UNIFIED IDEOGRAPH-214FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x214FC,
        name: "CJK UNIFIED IDEOGRAPH-214FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x214FD,
        name: "CJK UNIFIED IDEOGRAPH-214FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x214FE,
        name: "CJK UNIFIED IDEOGRAPH-214FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x214FF,
        name: "CJK UNIFIED IDEOGRAPH-214FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21500,
        name: "CJK UNIFIED IDEOGRAPH-21500",
    },
    Character {
        age: "3.1",
        codepoint: 0x21501,
        name: "CJK UNIFIED IDEOGRAPH-21501",
    },
    Character {
        age: "3.1",
        codepoint: 0x21502,
        name: "CJK UNIFIED IDEOGRAPH-21502",
    },
    Character {
        age: "3.1",
        codepoint: 0x21503,
        name: "CJK UNIFIED IDEOGRAPH-21503",
    },
    Character {
        age: "3.1",
        codepoint: 0x21504,
        name: "CJK UNIFIED IDEOGRAPH-21504",
    },
    Character {
        age: "3.1",
        codepoint: 0x21505,
        name: "CJK UNIFIED IDEOGRAPH-21505",
    },
    Character {
        age: "3.1",
        codepoint: 0x21506,
        name: "CJK UNIFIED IDEOGRAPH-21506",
    },
    Character {
        age: "3.1",
        codepoint: 0x21507,
        name: "CJK UNIFIED IDEOGRAPH-21507",
    },
    Character {
        age: "3.1",
        codepoint: 0x21508,
        name: "CJK UNIFIED IDEOGRAPH-21508",
    },
    Character {
        age: "3.1",
        codepoint: 0x21509,
        name: "CJK UNIFIED IDEOGRAPH-21509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2150A,
        name: "CJK UNIFIED IDEOGRAPH-2150A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2150B,
        name: "CJK UNIFIED IDEOGRAPH-2150B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2150C,
        name: "CJK UNIFIED IDEOGRAPH-2150C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2150D,
        name: "CJK UNIFIED IDEOGRAPH-2150D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2150E,
        name: "CJK UNIFIED IDEOGRAPH-2150E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2150F,
        name: "CJK UNIFIED IDEOGRAPH-2150F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21510,
        name: "CJK UNIFIED IDEOGRAPH-21510",
    },
    Character {
        age: "3.1",
        codepoint: 0x21511,
        name: "CJK UNIFIED IDEOGRAPH-21511",
    },
    Character {
        age: "3.1",
        codepoint: 0x21512,
        name: "CJK UNIFIED IDEOGRAPH-21512",
    },
    Character {
        age: "3.1",
        codepoint: 0x21513,
        name: "CJK UNIFIED IDEOGRAPH-21513",
    },
    Character {
        age: "3.1",
        codepoint: 0x21514,
        name: "CJK UNIFIED IDEOGRAPH-21514",
    },
    Character {
        age: "3.1",
        codepoint: 0x21515,
        name: "CJK UNIFIED IDEOGRAPH-21515",
    },
    Character {
        age: "3.1",
        codepoint: 0x21516,
        name: "CJK UNIFIED IDEOGRAPH-21516",
    },
    Character {
        age: "3.1",
        codepoint: 0x21517,
        name: "CJK UNIFIED IDEOGRAPH-21517",
    },
    Character {
        age: "3.1",
        codepoint: 0x21518,
        name: "CJK UNIFIED IDEOGRAPH-21518",
    },
    Character {
        age: "3.1",
        codepoint: 0x21519,
        name: "CJK UNIFIED IDEOGRAPH-21519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2151A,
        name: "CJK UNIFIED IDEOGRAPH-2151A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2151B,
        name: "CJK UNIFIED IDEOGRAPH-2151B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2151C,
        name: "CJK UNIFIED IDEOGRAPH-2151C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2151D,
        name: "CJK UNIFIED IDEOGRAPH-2151D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2151E,
        name: "CJK UNIFIED IDEOGRAPH-2151E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2151F,
        name: "CJK UNIFIED IDEOGRAPH-2151F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21520,
        name: "CJK UNIFIED IDEOGRAPH-21520",
    },
    Character {
        age: "3.1",
        codepoint: 0x21521,
        name: "CJK UNIFIED IDEOGRAPH-21521",
    },
    Character {
        age: "3.1",
        codepoint: 0x21522,
        name: "CJK UNIFIED IDEOGRAPH-21522",
    },
    Character {
        age: "3.1",
        codepoint: 0x21523,
        name: "CJK UNIFIED IDEOGRAPH-21523",
    },
    Character {
        age: "3.1",
        codepoint: 0x21524,
        name: "CJK UNIFIED IDEOGRAPH-21524",
    },
    Character {
        age: "3.1",
        codepoint: 0x21525,
        name: "CJK UNIFIED IDEOGRAPH-21525",
    },
    Character {
        age: "3.1",
        codepoint: 0x21526,
        name: "CJK UNIFIED IDEOGRAPH-21526",
    },
    Character {
        age: "3.1",
        codepoint: 0x21527,
        name: "CJK UNIFIED IDEOGRAPH-21527",
    },
    Character {
        age: "3.1",
        codepoint: 0x21528,
        name: "CJK UNIFIED IDEOGRAPH-21528",
    },
    Character {
        age: "3.1",
        codepoint: 0x21529,
        name: "CJK UNIFIED IDEOGRAPH-21529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2152A,
        name: "CJK UNIFIED IDEOGRAPH-2152A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2152B,
        name: "CJK UNIFIED IDEOGRAPH-2152B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2152C,
        name: "CJK UNIFIED IDEOGRAPH-2152C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2152D,
        name: "CJK UNIFIED IDEOGRAPH-2152D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2152E,
        name: "CJK UNIFIED IDEOGRAPH-2152E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2152F,
        name: "CJK UNIFIED IDEOGRAPH-2152F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21530,
        name: "CJK UNIFIED IDEOGRAPH-21530",
    },
    Character {
        age: "3.1",
        codepoint: 0x21531,
        name: "CJK UNIFIED IDEOGRAPH-21531",
    },
    Character {
        age: "3.1",
        codepoint: 0x21532,
        name: "CJK UNIFIED IDEOGRAPH-21532",
    },
    Character {
        age: "3.1",
        codepoint: 0x21533,
        name: "CJK UNIFIED IDEOGRAPH-21533",
    },
    Character {
        age: "3.1",
        codepoint: 0x21534,
        name: "CJK UNIFIED IDEOGRAPH-21534",
    },
    Character {
        age: "3.1",
        codepoint: 0x21535,
        name: "CJK UNIFIED IDEOGRAPH-21535",
    },
    Character {
        age: "3.1",
        codepoint: 0x21536,
        name: "CJK UNIFIED IDEOGRAPH-21536",
    },
    Character {
        age: "3.1",
        codepoint: 0x21537,
        name: "CJK UNIFIED IDEOGRAPH-21537",
    },
    Character {
        age: "3.1",
        codepoint: 0x21538,
        name: "CJK UNIFIED IDEOGRAPH-21538",
    },
    Character {
        age: "3.1",
        codepoint: 0x21539,
        name: "CJK UNIFIED IDEOGRAPH-21539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2153A,
        name: "CJK UNIFIED IDEOGRAPH-2153A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2153B,
        name: "CJK UNIFIED IDEOGRAPH-2153B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2153C,
        name: "CJK UNIFIED IDEOGRAPH-2153C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2153D,
        name: "CJK UNIFIED IDEOGRAPH-2153D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2153E,
        name: "CJK UNIFIED IDEOGRAPH-2153E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2153F,
        name: "CJK UNIFIED IDEOGRAPH-2153F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21540,
        name: "CJK UNIFIED IDEOGRAPH-21540",
    },
    Character {
        age: "3.1",
        codepoint: 0x21541,
        name: "CJK UNIFIED IDEOGRAPH-21541",
    },
    Character {
        age: "3.1",
        codepoint: 0x21542,
        name: "CJK UNIFIED IDEOGRAPH-21542",
    },
    Character {
        age: "3.1",
        codepoint: 0x21543,
        name: "CJK UNIFIED IDEOGRAPH-21543",
    },
    Character {
        age: "3.1",
        codepoint: 0x21544,
        name: "CJK UNIFIED IDEOGRAPH-21544",
    },
    Character {
        age: "3.1",
        codepoint: 0x21545,
        name: "CJK UNIFIED IDEOGRAPH-21545",
    },
    Character {
        age: "3.1",
        codepoint: 0x21546,
        name: "CJK UNIFIED IDEOGRAPH-21546",
    },
    Character {
        age: "3.1",
        codepoint: 0x21547,
        name: "CJK UNIFIED IDEOGRAPH-21547",
    },
    Character {
        age: "3.1",
        codepoint: 0x21548,
        name: "CJK UNIFIED IDEOGRAPH-21548",
    },
    Character {
        age: "3.1",
        codepoint: 0x21549,
        name: "CJK UNIFIED IDEOGRAPH-21549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2154A,
        name: "CJK UNIFIED IDEOGRAPH-2154A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2154B,
        name: "CJK UNIFIED IDEOGRAPH-2154B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2154C,
        name: "CJK UNIFIED IDEOGRAPH-2154C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2154D,
        name: "CJK UNIFIED IDEOGRAPH-2154D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2154E,
        name: "CJK UNIFIED IDEOGRAPH-2154E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2154F,
        name: "CJK UNIFIED IDEOGRAPH-2154F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21550,
        name: "CJK UNIFIED IDEOGRAPH-21550",
    },
    Character {
        age: "3.1",
        codepoint: 0x21551,
        name: "CJK UNIFIED IDEOGRAPH-21551",
    },
    Character {
        age: "3.1",
        codepoint: 0x21552,
        name: "CJK UNIFIED IDEOGRAPH-21552",
    },
    Character {
        age: "3.1",
        codepoint: 0x21553,
        name: "CJK UNIFIED IDEOGRAPH-21553",
    },
    Character {
        age: "3.1",
        codepoint: 0x21554,
        name: "CJK UNIFIED IDEOGRAPH-21554",
    },
    Character {
        age: "3.1",
        codepoint: 0x21555,
        name: "CJK UNIFIED IDEOGRAPH-21555",
    },
    Character {
        age: "3.1",
        codepoint: 0x21556,
        name: "CJK UNIFIED IDEOGRAPH-21556",
    },
    Character {
        age: "3.1",
        codepoint: 0x21557,
        name: "CJK UNIFIED IDEOGRAPH-21557",
    },
    Character {
        age: "3.1",
        codepoint: 0x21558,
        name: "CJK UNIFIED IDEOGRAPH-21558",
    },
    Character {
        age: "3.1",
        codepoint: 0x21559,
        name: "CJK UNIFIED IDEOGRAPH-21559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2155A,
        name: "CJK UNIFIED IDEOGRAPH-2155A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2155B,
        name: "CJK UNIFIED IDEOGRAPH-2155B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2155C,
        name: "CJK UNIFIED IDEOGRAPH-2155C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2155D,
        name: "CJK UNIFIED IDEOGRAPH-2155D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2155E,
        name: "CJK UNIFIED IDEOGRAPH-2155E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2155F,
        name: "CJK UNIFIED IDEOGRAPH-2155F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21560,
        name: "CJK UNIFIED IDEOGRAPH-21560",
    },
    Character {
        age: "3.1",
        codepoint: 0x21561,
        name: "CJK UNIFIED IDEOGRAPH-21561",
    },
    Character {
        age: "3.1",
        codepoint: 0x21562,
        name: "CJK UNIFIED IDEOGRAPH-21562",
    },
    Character {
        age: "3.1",
        codepoint: 0x21563,
        name: "CJK UNIFIED IDEOGRAPH-21563",
    },
    Character {
        age: "3.1",
        codepoint: 0x21564,
        name: "CJK UNIFIED IDEOGRAPH-21564",
    },
    Character {
        age: "3.1",
        codepoint: 0x21565,
        name: "CJK UNIFIED IDEOGRAPH-21565",
    },
    Character {
        age: "3.1",
        codepoint: 0x21566,
        name: "CJK UNIFIED IDEOGRAPH-21566",
    },
    Character {
        age: "3.1",
        codepoint: 0x21567,
        name: "CJK UNIFIED IDEOGRAPH-21567",
    },
    Character {
        age: "3.1",
        codepoint: 0x21568,
        name: "CJK UNIFIED IDEOGRAPH-21568",
    },
    Character {
        age: "3.1",
        codepoint: 0x21569,
        name: "CJK UNIFIED IDEOGRAPH-21569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2156A,
        name: "CJK UNIFIED IDEOGRAPH-2156A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2156B,
        name: "CJK UNIFIED IDEOGRAPH-2156B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2156C,
        name: "CJK UNIFIED IDEOGRAPH-2156C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2156D,
        name: "CJK UNIFIED IDEOGRAPH-2156D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2156E,
        name: "CJK UNIFIED IDEOGRAPH-2156E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2156F,
        name: "CJK UNIFIED IDEOGRAPH-2156F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21570,
        name: "CJK UNIFIED IDEOGRAPH-21570",
    },
    Character {
        age: "3.1",
        codepoint: 0x21571,
        name: "CJK UNIFIED IDEOGRAPH-21571",
    },
    Character {
        age: "3.1",
        codepoint: 0x21572,
        name: "CJK UNIFIED IDEOGRAPH-21572",
    },
    Character {
        age: "3.1",
        codepoint: 0x21573,
        name: "CJK UNIFIED IDEOGRAPH-21573",
    },
    Character {
        age: "3.1",
        codepoint: 0x21574,
        name: "CJK UNIFIED IDEOGRAPH-21574",
    },
    Character {
        age: "3.1",
        codepoint: 0x21575,
        name: "CJK UNIFIED IDEOGRAPH-21575",
    },
    Character {
        age: "3.1",
        codepoint: 0x21576,
        name: "CJK UNIFIED IDEOGRAPH-21576",
    },
    Character {
        age: "3.1",
        codepoint: 0x21577,
        name: "CJK UNIFIED IDEOGRAPH-21577",
    },
    Character {
        age: "3.1",
        codepoint: 0x21578,
        name: "CJK UNIFIED IDEOGRAPH-21578",
    },
    Character {
        age: "3.1",
        codepoint: 0x21579,
        name: "CJK UNIFIED IDEOGRAPH-21579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2157A,
        name: "CJK UNIFIED IDEOGRAPH-2157A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2157B,
        name: "CJK UNIFIED IDEOGRAPH-2157B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2157C,
        name: "CJK UNIFIED IDEOGRAPH-2157C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2157D,
        name: "CJK UNIFIED IDEOGRAPH-2157D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2157E,
        name: "CJK UNIFIED IDEOGRAPH-2157E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2157F,
        name: "CJK UNIFIED IDEOGRAPH-2157F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21580,
        name: "CJK UNIFIED IDEOGRAPH-21580",
    },
    Character {
        age: "3.1",
        codepoint: 0x21581,
        name: "CJK UNIFIED IDEOGRAPH-21581",
    },
    Character {
        age: "3.1",
        codepoint: 0x21582,
        name: "CJK UNIFIED IDEOGRAPH-21582",
    },
    Character {
        age: "3.1",
        codepoint: 0x21583,
        name: "CJK UNIFIED IDEOGRAPH-21583",
    },
    Character {
        age: "3.1",
        codepoint: 0x21584,
        name: "CJK UNIFIED IDEOGRAPH-21584",
    },
    Character {
        age: "3.1",
        codepoint: 0x21585,
        name: "CJK UNIFIED IDEOGRAPH-21585",
    },
    Character {
        age: "3.1",
        codepoint: 0x21586,
        name: "CJK UNIFIED IDEOGRAPH-21586",
    },
    Character {
        age: "3.1",
        codepoint: 0x21587,
        name: "CJK UNIFIED IDEOGRAPH-21587",
    },
    Character {
        age: "3.1",
        codepoint: 0x21588,
        name: "CJK UNIFIED IDEOGRAPH-21588",
    },
    Character {
        age: "3.1",
        codepoint: 0x21589,
        name: "CJK UNIFIED IDEOGRAPH-21589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2158A,
        name: "CJK UNIFIED IDEOGRAPH-2158A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2158B,
        name: "CJK UNIFIED IDEOGRAPH-2158B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2158C,
        name: "CJK UNIFIED IDEOGRAPH-2158C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2158D,
        name: "CJK UNIFIED IDEOGRAPH-2158D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2158E,
        name: "CJK UNIFIED IDEOGRAPH-2158E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2158F,
        name: "CJK UNIFIED IDEOGRAPH-2158F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21590,
        name: "CJK UNIFIED IDEOGRAPH-21590",
    },
    Character {
        age: "3.1",
        codepoint: 0x21591,
        name: "CJK UNIFIED IDEOGRAPH-21591",
    },
    Character {
        age: "3.1",
        codepoint: 0x21592,
        name: "CJK UNIFIED IDEOGRAPH-21592",
    },
    Character {
        age: "3.1",
        codepoint: 0x21593,
        name: "CJK UNIFIED IDEOGRAPH-21593",
    },
    Character {
        age: "3.1",
        codepoint: 0x21594,
        name: "CJK UNIFIED IDEOGRAPH-21594",
    },
    Character {
        age: "3.1",
        codepoint: 0x21595,
        name: "CJK UNIFIED IDEOGRAPH-21595",
    },
    Character {
        age: "3.1",
        codepoint: 0x21596,
        name: "CJK UNIFIED IDEOGRAPH-21596",
    },
    Character {
        age: "3.1",
        codepoint: 0x21597,
        name: "CJK UNIFIED IDEOGRAPH-21597",
    },
    Character {
        age: "3.1",
        codepoint: 0x21598,
        name: "CJK UNIFIED IDEOGRAPH-21598",
    },
    Character {
        age: "3.1",
        codepoint: 0x21599,
        name: "CJK UNIFIED IDEOGRAPH-21599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2159A,
        name: "CJK UNIFIED IDEOGRAPH-2159A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2159B,
        name: "CJK UNIFIED IDEOGRAPH-2159B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2159C,
        name: "CJK UNIFIED IDEOGRAPH-2159C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2159D,
        name: "CJK UNIFIED IDEOGRAPH-2159D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2159E,
        name: "CJK UNIFIED IDEOGRAPH-2159E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2159F,
        name: "CJK UNIFIED IDEOGRAPH-2159F",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A0,
        name: "CJK UNIFIED IDEOGRAPH-215A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A1,
        name: "CJK UNIFIED IDEOGRAPH-215A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A2,
        name: "CJK UNIFIED IDEOGRAPH-215A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A3,
        name: "CJK UNIFIED IDEOGRAPH-215A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A4,
        name: "CJK UNIFIED IDEOGRAPH-215A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A5,
        name: "CJK UNIFIED IDEOGRAPH-215A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A6,
        name: "CJK UNIFIED IDEOGRAPH-215A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A7,
        name: "CJK UNIFIED IDEOGRAPH-215A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A8,
        name: "CJK UNIFIED IDEOGRAPH-215A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x215A9,
        name: "CJK UNIFIED IDEOGRAPH-215A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x215AA,
        name: "CJK UNIFIED IDEOGRAPH-215AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x215AB,
        name: "CJK UNIFIED IDEOGRAPH-215AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x215AC,
        name: "CJK UNIFIED IDEOGRAPH-215AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x215AD,
        name: "CJK UNIFIED IDEOGRAPH-215AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x215AE,
        name: "CJK UNIFIED IDEOGRAPH-215AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x215AF,
        name: "CJK UNIFIED IDEOGRAPH-215AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B0,
        name: "CJK UNIFIED IDEOGRAPH-215B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B1,
        name: "CJK UNIFIED IDEOGRAPH-215B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B2,
        name: "CJK UNIFIED IDEOGRAPH-215B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B3,
        name: "CJK UNIFIED IDEOGRAPH-215B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B4,
        name: "CJK UNIFIED IDEOGRAPH-215B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B5,
        name: "CJK UNIFIED IDEOGRAPH-215B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B6,
        name: "CJK UNIFIED IDEOGRAPH-215B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B7,
        name: "CJK UNIFIED IDEOGRAPH-215B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B8,
        name: "CJK UNIFIED IDEOGRAPH-215B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x215B9,
        name: "CJK UNIFIED IDEOGRAPH-215B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x215BA,
        name: "CJK UNIFIED IDEOGRAPH-215BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x215BB,
        name: "CJK UNIFIED IDEOGRAPH-215BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x215BC,
        name: "CJK UNIFIED IDEOGRAPH-215BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x215BD,
        name: "CJK UNIFIED IDEOGRAPH-215BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x215BE,
        name: "CJK UNIFIED IDEOGRAPH-215BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x215BF,
        name: "CJK UNIFIED IDEOGRAPH-215BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C0,
        name: "CJK UNIFIED IDEOGRAPH-215C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C1,
        name: "CJK UNIFIED IDEOGRAPH-215C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C2,
        name: "CJK UNIFIED IDEOGRAPH-215C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C3,
        name: "CJK UNIFIED IDEOGRAPH-215C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C4,
        name: "CJK UNIFIED IDEOGRAPH-215C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C5,
        name: "CJK UNIFIED IDEOGRAPH-215C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C6,
        name: "CJK UNIFIED IDEOGRAPH-215C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C7,
        name: "CJK UNIFIED IDEOGRAPH-215C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C8,
        name: "CJK UNIFIED IDEOGRAPH-215C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x215C9,
        name: "CJK UNIFIED IDEOGRAPH-215C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x215CA,
        name: "CJK UNIFIED IDEOGRAPH-215CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x215CB,
        name: "CJK UNIFIED IDEOGRAPH-215CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x215CC,
        name: "CJK UNIFIED IDEOGRAPH-215CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x215CD,
        name: "CJK UNIFIED IDEOGRAPH-215CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x215CE,
        name: "CJK UNIFIED IDEOGRAPH-215CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x215CF,
        name: "CJK UNIFIED IDEOGRAPH-215CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D0,
        name: "CJK UNIFIED IDEOGRAPH-215D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D1,
        name: "CJK UNIFIED IDEOGRAPH-215D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D2,
        name: "CJK UNIFIED IDEOGRAPH-215D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D3,
        name: "CJK UNIFIED IDEOGRAPH-215D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D4,
        name: "CJK UNIFIED IDEOGRAPH-215D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D5,
        name: "CJK UNIFIED IDEOGRAPH-215D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D6,
        name: "CJK UNIFIED IDEOGRAPH-215D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D7,
        name: "CJK UNIFIED IDEOGRAPH-215D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D8,
        name: "CJK UNIFIED IDEOGRAPH-215D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x215D9,
        name: "CJK UNIFIED IDEOGRAPH-215D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x215DA,
        name: "CJK UNIFIED IDEOGRAPH-215DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x215DB,
        name: "CJK UNIFIED IDEOGRAPH-215DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x215DC,
        name: "CJK UNIFIED IDEOGRAPH-215DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x215DD,
        name: "CJK UNIFIED IDEOGRAPH-215DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x215DE,
        name: "CJK UNIFIED IDEOGRAPH-215DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x215DF,
        name: "CJK UNIFIED IDEOGRAPH-215DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E0,
        name: "CJK UNIFIED IDEOGRAPH-215E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E1,
        name: "CJK UNIFIED IDEOGRAPH-215E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E2,
        name: "CJK UNIFIED IDEOGRAPH-215E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E3,
        name: "CJK UNIFIED IDEOGRAPH-215E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E4,
        name: "CJK UNIFIED IDEOGRAPH-215E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E5,
        name: "CJK UNIFIED IDEOGRAPH-215E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E6,
        name: "CJK UNIFIED IDEOGRAPH-215E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E7,
        name: "CJK UNIFIED IDEOGRAPH-215E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E8,
        name: "CJK UNIFIED IDEOGRAPH-215E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x215E9,
        name: "CJK UNIFIED IDEOGRAPH-215E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x215EA,
        name: "CJK UNIFIED IDEOGRAPH-215EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x215EB,
        name: "CJK UNIFIED IDEOGRAPH-215EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x215EC,
        name: "CJK UNIFIED IDEOGRAPH-215EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x215ED,
        name: "CJK UNIFIED IDEOGRAPH-215ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x215EE,
        name: "CJK UNIFIED IDEOGRAPH-215EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x215EF,
        name: "CJK UNIFIED IDEOGRAPH-215EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F0,
        name: "CJK UNIFIED IDEOGRAPH-215F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F1,
        name: "CJK UNIFIED IDEOGRAPH-215F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F2,
        name: "CJK UNIFIED IDEOGRAPH-215F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F3,
        name: "CJK UNIFIED IDEOGRAPH-215F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F4,
        name: "CJK UNIFIED IDEOGRAPH-215F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F5,
        name: "CJK UNIFIED IDEOGRAPH-215F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F6,
        name: "CJK UNIFIED IDEOGRAPH-215F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F7,
        name: "CJK UNIFIED IDEOGRAPH-215F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F8,
        name: "CJK UNIFIED IDEOGRAPH-215F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x215F9,
        name: "CJK UNIFIED IDEOGRAPH-215F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x215FA,
        name: "CJK UNIFIED IDEOGRAPH-215FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x215FB,
        name: "CJK UNIFIED IDEOGRAPH-215FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x215FC,
        name: "CJK UNIFIED IDEOGRAPH-215FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x215FD,
        name: "CJK UNIFIED IDEOGRAPH-215FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x215FE,
        name: "CJK UNIFIED IDEOGRAPH-215FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x215FF,
        name: "CJK UNIFIED IDEOGRAPH-215FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21600,
        name: "CJK UNIFIED IDEOGRAPH-21600",
    },
    Character {
        age: "3.1",
        codepoint: 0x21601,
        name: "CJK UNIFIED IDEOGRAPH-21601",
    },
    Character {
        age: "3.1",
        codepoint: 0x21602,
        name: "CJK UNIFIED IDEOGRAPH-21602",
    },
    Character {
        age: "3.1",
        codepoint: 0x21603,
        name: "CJK UNIFIED IDEOGRAPH-21603",
    },
    Character {
        age: "3.1",
        codepoint: 0x21604,
        name: "CJK UNIFIED IDEOGRAPH-21604",
    },
    Character {
        age: "3.1",
        codepoint: 0x21605,
        name: "CJK UNIFIED IDEOGRAPH-21605",
    },
    Character {
        age: "3.1",
        codepoint: 0x21606,
        name: "CJK UNIFIED IDEOGRAPH-21606",
    },
    Character {
        age: "3.1",
        codepoint: 0x21607,
        name: "CJK UNIFIED IDEOGRAPH-21607",
    },
    Character {
        age: "3.1",
        codepoint: 0x21608,
        name: "CJK UNIFIED IDEOGRAPH-21608",
    },
    Character {
        age: "3.1",
        codepoint: 0x21609,
        name: "CJK UNIFIED IDEOGRAPH-21609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2160A,
        name: "CJK UNIFIED IDEOGRAPH-2160A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2160B,
        name: "CJK UNIFIED IDEOGRAPH-2160B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2160C,
        name: "CJK UNIFIED IDEOGRAPH-2160C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2160D,
        name: "CJK UNIFIED IDEOGRAPH-2160D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2160E,
        name: "CJK UNIFIED IDEOGRAPH-2160E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2160F,
        name: "CJK UNIFIED IDEOGRAPH-2160F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21610,
        name: "CJK UNIFIED IDEOGRAPH-21610",
    },
    Character {
        age: "3.1",
        codepoint: 0x21611,
        name: "CJK UNIFIED IDEOGRAPH-21611",
    },
    Character {
        age: "3.1",
        codepoint: 0x21612,
        name: "CJK UNIFIED IDEOGRAPH-21612",
    },
    Character {
        age: "3.1",
        codepoint: 0x21613,
        name: "CJK UNIFIED IDEOGRAPH-21613",
    },
    Character {
        age: "3.1",
        codepoint: 0x21614,
        name: "CJK UNIFIED IDEOGRAPH-21614",
    },
    Character {
        age: "3.1",
        codepoint: 0x21615,
        name: "CJK UNIFIED IDEOGRAPH-21615",
    },
    Character {
        age: "3.1",
        codepoint: 0x21616,
        name: "CJK UNIFIED IDEOGRAPH-21616",
    },
    Character {
        age: "3.1",
        codepoint: 0x21617,
        name: "CJK UNIFIED IDEOGRAPH-21617",
    },
    Character {
        age: "3.1",
        codepoint: 0x21618,
        name: "CJK UNIFIED IDEOGRAPH-21618",
    },
    Character {
        age: "3.1",
        codepoint: 0x21619,
        name: "CJK UNIFIED IDEOGRAPH-21619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2161A,
        name: "CJK UNIFIED IDEOGRAPH-2161A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2161B,
        name: "CJK UNIFIED IDEOGRAPH-2161B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2161C,
        name: "CJK UNIFIED IDEOGRAPH-2161C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2161D,
        name: "CJK UNIFIED IDEOGRAPH-2161D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2161E,
        name: "CJK UNIFIED IDEOGRAPH-2161E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2161F,
        name: "CJK UNIFIED IDEOGRAPH-2161F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21620,
        name: "CJK UNIFIED IDEOGRAPH-21620",
    },
    Character {
        age: "3.1",
        codepoint: 0x21621,
        name: "CJK UNIFIED IDEOGRAPH-21621",
    },
    Character {
        age: "3.1",
        codepoint: 0x21622,
        name: "CJK UNIFIED IDEOGRAPH-21622",
    },
    Character {
        age: "3.1",
        codepoint: 0x21623,
        name: "CJK UNIFIED IDEOGRAPH-21623",
    },
    Character {
        age: "3.1",
        codepoint: 0x21624,
        name: "CJK UNIFIED IDEOGRAPH-21624",
    },
    Character {
        age: "3.1",
        codepoint: 0x21625,
        name: "CJK UNIFIED IDEOGRAPH-21625",
    },
    Character {
        age: "3.1",
        codepoint: 0x21626,
        name: "CJK UNIFIED IDEOGRAPH-21626",
    },
    Character {
        age: "3.1",
        codepoint: 0x21627,
        name: "CJK UNIFIED IDEOGRAPH-21627",
    },
    Character {
        age: "3.1",
        codepoint: 0x21628,
        name: "CJK UNIFIED IDEOGRAPH-21628",
    },
    Character {
        age: "3.1",
        codepoint: 0x21629,
        name: "CJK UNIFIED IDEOGRAPH-21629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2162A,
        name: "CJK UNIFIED IDEOGRAPH-2162A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2162B,
        name: "CJK UNIFIED IDEOGRAPH-2162B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2162C,
        name: "CJK UNIFIED IDEOGRAPH-2162C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2162D,
        name: "CJK UNIFIED IDEOGRAPH-2162D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2162E,
        name: "CJK UNIFIED IDEOGRAPH-2162E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2162F,
        name: "CJK UNIFIED IDEOGRAPH-2162F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21630,
        name: "CJK UNIFIED IDEOGRAPH-21630",
    },
    Character {
        age: "3.1",
        codepoint: 0x21631,
        name: "CJK UNIFIED IDEOGRAPH-21631",
    },
    Character {
        age: "3.1",
        codepoint: 0x21632,
        name: "CJK UNIFIED IDEOGRAPH-21632",
    },
    Character {
        age: "3.1",
        codepoint: 0x21633,
        name: "CJK UNIFIED IDEOGRAPH-21633",
    },
    Character {
        age: "3.1",
        codepoint: 0x21634,
        name: "CJK UNIFIED IDEOGRAPH-21634",
    },
    Character {
        age: "3.1",
        codepoint: 0x21635,
        name: "CJK UNIFIED IDEOGRAPH-21635",
    },
    Character {
        age: "3.1",
        codepoint: 0x21636,
        name: "CJK UNIFIED IDEOGRAPH-21636",
    },
    Character {
        age: "3.1",
        codepoint: 0x21637,
        name: "CJK UNIFIED IDEOGRAPH-21637",
    },
    Character {
        age: "3.1",
        codepoint: 0x21638,
        name: "CJK UNIFIED IDEOGRAPH-21638",
    },
    Character {
        age: "3.1",
        codepoint: 0x21639,
        name: "CJK UNIFIED IDEOGRAPH-21639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2163A,
        name: "CJK UNIFIED IDEOGRAPH-2163A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2163B,
        name: "CJK UNIFIED IDEOGRAPH-2163B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2163C,
        name: "CJK UNIFIED IDEOGRAPH-2163C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2163D,
        name: "CJK UNIFIED IDEOGRAPH-2163D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2163E,
        name: "CJK UNIFIED IDEOGRAPH-2163E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2163F,
        name: "CJK UNIFIED IDEOGRAPH-2163F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21640,
        name: "CJK UNIFIED IDEOGRAPH-21640",
    },
    Character {
        age: "3.1",
        codepoint: 0x21641,
        name: "CJK UNIFIED IDEOGRAPH-21641",
    },
    Character {
        age: "3.1",
        codepoint: 0x21642,
        name: "CJK UNIFIED IDEOGRAPH-21642",
    },
    Character {
        age: "3.1",
        codepoint: 0x21643,
        name: "CJK UNIFIED IDEOGRAPH-21643",
    },
    Character {
        age: "3.1",
        codepoint: 0x21644,
        name: "CJK UNIFIED IDEOGRAPH-21644",
    },
    Character {
        age: "3.1",
        codepoint: 0x21645,
        name: "CJK UNIFIED IDEOGRAPH-21645",
    },
    Character {
        age: "3.1",
        codepoint: 0x21646,
        name: "CJK UNIFIED IDEOGRAPH-21646",
    },
    Character {
        age: "3.1",
        codepoint: 0x21647,
        name: "CJK UNIFIED IDEOGRAPH-21647",
    },
    Character {
        age: "3.1",
        codepoint: 0x21648,
        name: "CJK UNIFIED IDEOGRAPH-21648",
    },
    Character {
        age: "3.1",
        codepoint: 0x21649,
        name: "CJK UNIFIED IDEOGRAPH-21649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2164A,
        name: "CJK UNIFIED IDEOGRAPH-2164A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2164B,
        name: "CJK UNIFIED IDEOGRAPH-2164B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2164C,
        name: "CJK UNIFIED IDEOGRAPH-2164C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2164D,
        name: "CJK UNIFIED IDEOGRAPH-2164D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2164E,
        name: "CJK UNIFIED IDEOGRAPH-2164E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2164F,
        name: "CJK UNIFIED IDEOGRAPH-2164F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21650,
        name: "CJK UNIFIED IDEOGRAPH-21650",
    },
    Character {
        age: "3.1",
        codepoint: 0x21651,
        name: "CJK UNIFIED IDEOGRAPH-21651",
    },
    Character {
        age: "3.1",
        codepoint: 0x21652,
        name: "CJK UNIFIED IDEOGRAPH-21652",
    },
    Character {
        age: "3.1",
        codepoint: 0x21653,
        name: "CJK UNIFIED IDEOGRAPH-21653",
    },
    Character {
        age: "3.1",
        codepoint: 0x21654,
        name: "CJK UNIFIED IDEOGRAPH-21654",
    },
    Character {
        age: "3.1",
        codepoint: 0x21655,
        name: "CJK UNIFIED IDEOGRAPH-21655",
    },
    Character {
        age: "3.1",
        codepoint: 0x21656,
        name: "CJK UNIFIED IDEOGRAPH-21656",
    },
    Character {
        age: "3.1",
        codepoint: 0x21657,
        name: "CJK UNIFIED IDEOGRAPH-21657",
    },
    Character {
        age: "3.1",
        codepoint: 0x21658,
        name: "CJK UNIFIED IDEOGRAPH-21658",
    },
    Character {
        age: "3.1",
        codepoint: 0x21659,
        name: "CJK UNIFIED IDEOGRAPH-21659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2165A,
        name: "CJK UNIFIED IDEOGRAPH-2165A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2165B,
        name: "CJK UNIFIED IDEOGRAPH-2165B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2165C,
        name: "CJK UNIFIED IDEOGRAPH-2165C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2165D,
        name: "CJK UNIFIED IDEOGRAPH-2165D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2165E,
        name: "CJK UNIFIED IDEOGRAPH-2165E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2165F,
        name: "CJK UNIFIED IDEOGRAPH-2165F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21660,
        name: "CJK UNIFIED IDEOGRAPH-21660",
    },
    Character {
        age: "3.1",
        codepoint: 0x21661,
        name: "CJK UNIFIED IDEOGRAPH-21661",
    },
    Character {
        age: "3.1",
        codepoint: 0x21662,
        name: "CJK UNIFIED IDEOGRAPH-21662",
    },
    Character {
        age: "3.1",
        codepoint: 0x21663,
        name: "CJK UNIFIED IDEOGRAPH-21663",
    },
    Character {
        age: "3.1",
        codepoint: 0x21664,
        name: "CJK UNIFIED IDEOGRAPH-21664",
    },
    Character {
        age: "3.1",
        codepoint: 0x21665,
        name: "CJK UNIFIED IDEOGRAPH-21665",
    },
    Character {
        age: "3.1",
        codepoint: 0x21666,
        name: "CJK UNIFIED IDEOGRAPH-21666",
    },
    Character {
        age: "3.1",
        codepoint: 0x21667,
        name: "CJK UNIFIED IDEOGRAPH-21667",
    },
    Character {
        age: "3.1",
        codepoint: 0x21668,
        name: "CJK UNIFIED IDEOGRAPH-21668",
    },
    Character {
        age: "3.1",
        codepoint: 0x21669,
        name: "CJK UNIFIED IDEOGRAPH-21669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2166A,
        name: "CJK UNIFIED IDEOGRAPH-2166A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2166B,
        name: "CJK UNIFIED IDEOGRAPH-2166B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2166C,
        name: "CJK UNIFIED IDEOGRAPH-2166C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2166D,
        name: "CJK UNIFIED IDEOGRAPH-2166D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2166E,
        name: "CJK UNIFIED IDEOGRAPH-2166E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2166F,
        name: "CJK UNIFIED IDEOGRAPH-2166F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21670,
        name: "CJK UNIFIED IDEOGRAPH-21670",
    },
    Character {
        age: "3.1",
        codepoint: 0x21671,
        name: "CJK UNIFIED IDEOGRAPH-21671",
    },
    Character {
        age: "3.1",
        codepoint: 0x21672,
        name: "CJK UNIFIED IDEOGRAPH-21672",
    },
    Character {
        age: "3.1",
        codepoint: 0x21673,
        name: "CJK UNIFIED IDEOGRAPH-21673",
    },
    Character {
        age: "3.1",
        codepoint: 0x21674,
        name: "CJK UNIFIED IDEOGRAPH-21674",
    },
    Character {
        age: "3.1",
        codepoint: 0x21675,
        name: "CJK UNIFIED IDEOGRAPH-21675",
    },
    Character {
        age: "3.1",
        codepoint: 0x21676,
        name: "CJK UNIFIED IDEOGRAPH-21676",
    },
    Character {
        age: "3.1",
        codepoint: 0x21677,
        name: "CJK UNIFIED IDEOGRAPH-21677",
    },
    Character {
        age: "3.1",
        codepoint: 0x21678,
        name: "CJK UNIFIED IDEOGRAPH-21678",
    },
    Character {
        age: "3.1",
        codepoint: 0x21679,
        name: "CJK UNIFIED IDEOGRAPH-21679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2167A,
        name: "CJK UNIFIED IDEOGRAPH-2167A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2167B,
        name: "CJK UNIFIED IDEOGRAPH-2167B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2167C,
        name: "CJK UNIFIED IDEOGRAPH-2167C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2167D,
        name: "CJK UNIFIED IDEOGRAPH-2167D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2167E,
        name: "CJK UNIFIED IDEOGRAPH-2167E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2167F,
        name: "CJK UNIFIED IDEOGRAPH-2167F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21680,
        name: "CJK UNIFIED IDEOGRAPH-21680",
    },
    Character {
        age: "3.1",
        codepoint: 0x21681,
        name: "CJK UNIFIED IDEOGRAPH-21681",
    },
    Character {
        age: "3.1",
        codepoint: 0x21682,
        name: "CJK UNIFIED IDEOGRAPH-21682",
    },
    Character {
        age: "3.1",
        codepoint: 0x21683,
        name: "CJK UNIFIED IDEOGRAPH-21683",
    },
    Character {
        age: "3.1",
        codepoint: 0x21684,
        name: "CJK UNIFIED IDEOGRAPH-21684",
    },
    Character {
        age: "3.1",
        codepoint: 0x21685,
        name: "CJK UNIFIED IDEOGRAPH-21685",
    },
    Character {
        age: "3.1",
        codepoint: 0x21686,
        name: "CJK UNIFIED IDEOGRAPH-21686",
    },
    Character {
        age: "3.1",
        codepoint: 0x21687,
        name: "CJK UNIFIED IDEOGRAPH-21687",
    },
    Character {
        age: "3.1",
        codepoint: 0x21688,
        name: "CJK UNIFIED IDEOGRAPH-21688",
    },
    Character {
        age: "3.1",
        codepoint: 0x21689,
        name: "CJK UNIFIED IDEOGRAPH-21689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2168A,
        name: "CJK UNIFIED IDEOGRAPH-2168A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2168B,
        name: "CJK UNIFIED IDEOGRAPH-2168B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2168C,
        name: "CJK UNIFIED IDEOGRAPH-2168C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2168D,
        name: "CJK UNIFIED IDEOGRAPH-2168D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2168E,
        name: "CJK UNIFIED IDEOGRAPH-2168E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2168F,
        name: "CJK UNIFIED IDEOGRAPH-2168F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21690,
        name: "CJK UNIFIED IDEOGRAPH-21690",
    },
    Character {
        age: "3.1",
        codepoint: 0x21691,
        name: "CJK UNIFIED IDEOGRAPH-21691",
    },
    Character {
        age: "3.1",
        codepoint: 0x21692,
        name: "CJK UNIFIED IDEOGRAPH-21692",
    },
    Character {
        age: "3.1",
        codepoint: 0x21693,
        name: "CJK UNIFIED IDEOGRAPH-21693",
    },
    Character {
        age: "3.1",
        codepoint: 0x21694,
        name: "CJK UNIFIED IDEOGRAPH-21694",
    },
    Character {
        age: "3.1",
        codepoint: 0x21695,
        name: "CJK UNIFIED IDEOGRAPH-21695",
    },
    Character {
        age: "3.1",
        codepoint: 0x21696,
        name: "CJK UNIFIED IDEOGRAPH-21696",
    },
    Character {
        age: "3.1",
        codepoint: 0x21697,
        name: "CJK UNIFIED IDEOGRAPH-21697",
    },
    Character {
        age: "3.1",
        codepoint: 0x21698,
        name: "CJK UNIFIED IDEOGRAPH-21698",
    },
    Character {
        age: "3.1",
        codepoint: 0x21699,
        name: "CJK UNIFIED IDEOGRAPH-21699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2169A,
        name: "CJK UNIFIED IDEOGRAPH-2169A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2169B,
        name: "CJK UNIFIED IDEOGRAPH-2169B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2169C,
        name: "CJK UNIFIED IDEOGRAPH-2169C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2169D,
        name: "CJK UNIFIED IDEOGRAPH-2169D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2169E,
        name: "CJK UNIFIED IDEOGRAPH-2169E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2169F,
        name: "CJK UNIFIED IDEOGRAPH-2169F",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A0,
        name: "CJK UNIFIED IDEOGRAPH-216A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A1,
        name: "CJK UNIFIED IDEOGRAPH-216A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A2,
        name: "CJK UNIFIED IDEOGRAPH-216A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A3,
        name: "CJK UNIFIED IDEOGRAPH-216A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A4,
        name: "CJK UNIFIED IDEOGRAPH-216A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A5,
        name: "CJK UNIFIED IDEOGRAPH-216A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A6,
        name: "CJK UNIFIED IDEOGRAPH-216A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A7,
        name: "CJK UNIFIED IDEOGRAPH-216A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A8,
        name: "CJK UNIFIED IDEOGRAPH-216A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x216A9,
        name: "CJK UNIFIED IDEOGRAPH-216A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x216AA,
        name: "CJK UNIFIED IDEOGRAPH-216AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x216AB,
        name: "CJK UNIFIED IDEOGRAPH-216AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x216AC,
        name: "CJK UNIFIED IDEOGRAPH-216AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x216AD,
        name: "CJK UNIFIED IDEOGRAPH-216AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x216AE,
        name: "CJK UNIFIED IDEOGRAPH-216AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x216AF,
        name: "CJK UNIFIED IDEOGRAPH-216AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B0,
        name: "CJK UNIFIED IDEOGRAPH-216B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B1,
        name: "CJK UNIFIED IDEOGRAPH-216B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B2,
        name: "CJK UNIFIED IDEOGRAPH-216B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B3,
        name: "CJK UNIFIED IDEOGRAPH-216B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B4,
        name: "CJK UNIFIED IDEOGRAPH-216B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B5,
        name: "CJK UNIFIED IDEOGRAPH-216B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B6,
        name: "CJK UNIFIED IDEOGRAPH-216B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B7,
        name: "CJK UNIFIED IDEOGRAPH-216B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B8,
        name: "CJK UNIFIED IDEOGRAPH-216B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x216B9,
        name: "CJK UNIFIED IDEOGRAPH-216B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x216BA,
        name: "CJK UNIFIED IDEOGRAPH-216BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x216BB,
        name: "CJK UNIFIED IDEOGRAPH-216BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x216BC,
        name: "CJK UNIFIED IDEOGRAPH-216BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x216BD,
        name: "CJK UNIFIED IDEOGRAPH-216BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x216BE,
        name: "CJK UNIFIED IDEOGRAPH-216BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x216BF,
        name: "CJK UNIFIED IDEOGRAPH-216BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C0,
        name: "CJK UNIFIED IDEOGRAPH-216C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C1,
        name: "CJK UNIFIED IDEOGRAPH-216C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C2,
        name: "CJK UNIFIED IDEOGRAPH-216C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C3,
        name: "CJK UNIFIED IDEOGRAPH-216C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C4,
        name: "CJK UNIFIED IDEOGRAPH-216C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C5,
        name: "CJK UNIFIED IDEOGRAPH-216C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C6,
        name: "CJK UNIFIED IDEOGRAPH-216C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C7,
        name: "CJK UNIFIED IDEOGRAPH-216C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C8,
        name: "CJK UNIFIED IDEOGRAPH-216C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x216C9,
        name: "CJK UNIFIED IDEOGRAPH-216C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x216CA,
        name: "CJK UNIFIED IDEOGRAPH-216CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x216CB,
        name: "CJK UNIFIED IDEOGRAPH-216CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x216CC,
        name: "CJK UNIFIED IDEOGRAPH-216CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x216CD,
        name: "CJK UNIFIED IDEOGRAPH-216CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x216CE,
        name: "CJK UNIFIED IDEOGRAPH-216CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x216CF,
        name: "CJK UNIFIED IDEOGRAPH-216CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D0,
        name: "CJK UNIFIED IDEOGRAPH-216D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D1,
        name: "CJK UNIFIED IDEOGRAPH-216D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D2,
        name: "CJK UNIFIED IDEOGRAPH-216D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D3,
        name: "CJK UNIFIED IDEOGRAPH-216D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D4,
        name: "CJK UNIFIED IDEOGRAPH-216D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D5,
        name: "CJK UNIFIED IDEOGRAPH-216D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D6,
        name: "CJK UNIFIED IDEOGRAPH-216D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D7,
        name: "CJK UNIFIED IDEOGRAPH-216D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D8,
        name: "CJK UNIFIED IDEOGRAPH-216D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x216D9,
        name: "CJK UNIFIED IDEOGRAPH-216D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x216DA,
        name: "CJK UNIFIED IDEOGRAPH-216DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x216DB,
        name: "CJK UNIFIED IDEOGRAPH-216DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x216DC,
        name: "CJK UNIFIED IDEOGRAPH-216DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x216DD,
        name: "CJK UNIFIED IDEOGRAPH-216DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x216DE,
        name: "CJK UNIFIED IDEOGRAPH-216DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x216DF,
        name: "CJK UNIFIED IDEOGRAPH-216DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E0,
        name: "CJK UNIFIED IDEOGRAPH-216E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E1,
        name: "CJK UNIFIED IDEOGRAPH-216E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E2,
        name: "CJK UNIFIED IDEOGRAPH-216E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E3,
        name: "CJK UNIFIED IDEOGRAPH-216E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E4,
        name: "CJK UNIFIED IDEOGRAPH-216E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E5,
        name: "CJK UNIFIED IDEOGRAPH-216E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E6,
        name: "CJK UNIFIED IDEOGRAPH-216E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E7,
        name: "CJK UNIFIED IDEOGRAPH-216E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E8,
        name: "CJK UNIFIED IDEOGRAPH-216E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x216E9,
        name: "CJK UNIFIED IDEOGRAPH-216E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x216EA,
        name: "CJK UNIFIED IDEOGRAPH-216EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x216EB,
        name: "CJK UNIFIED IDEOGRAPH-216EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x216EC,
        name: "CJK UNIFIED IDEOGRAPH-216EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x216ED,
        name: "CJK UNIFIED IDEOGRAPH-216ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x216EE,
        name: "CJK UNIFIED IDEOGRAPH-216EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x216EF,
        name: "CJK UNIFIED IDEOGRAPH-216EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F0,
        name: "CJK UNIFIED IDEOGRAPH-216F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F1,
        name: "CJK UNIFIED IDEOGRAPH-216F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F2,
        name: "CJK UNIFIED IDEOGRAPH-216F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F3,
        name: "CJK UNIFIED IDEOGRAPH-216F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F4,
        name: "CJK UNIFIED IDEOGRAPH-216F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F5,
        name: "CJK UNIFIED IDEOGRAPH-216F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F6,
        name: "CJK UNIFIED IDEOGRAPH-216F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F7,
        name: "CJK UNIFIED IDEOGRAPH-216F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F8,
        name: "CJK UNIFIED IDEOGRAPH-216F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x216F9,
        name: "CJK UNIFIED IDEOGRAPH-216F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x216FA,
        name: "CJK UNIFIED IDEOGRAPH-216FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x216FB,
        name: "CJK UNIFIED IDEOGRAPH-216FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x216FC,
        name: "CJK UNIFIED IDEOGRAPH-216FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x216FD,
        name: "CJK UNIFIED IDEOGRAPH-216FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x216FE,
        name: "CJK UNIFIED IDEOGRAPH-216FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x216FF,
        name: "CJK UNIFIED IDEOGRAPH-216FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21700,
        name: "CJK UNIFIED IDEOGRAPH-21700",
    },
    Character {
        age: "3.1",
        codepoint: 0x21701,
        name: "CJK UNIFIED IDEOGRAPH-21701",
    },
    Character {
        age: "3.1",
        codepoint: 0x21702,
        name: "CJK UNIFIED IDEOGRAPH-21702",
    },
    Character {
        age: "3.1",
        codepoint: 0x21703,
        name: "CJK UNIFIED IDEOGRAPH-21703",
    },
    Character {
        age: "3.1",
        codepoint: 0x21704,
        name: "CJK UNIFIED IDEOGRAPH-21704",
    },
    Character {
        age: "3.1",
        codepoint: 0x21705,
        name: "CJK UNIFIED IDEOGRAPH-21705",
    },
    Character {
        age: "3.1",
        codepoint: 0x21706,
        name: "CJK UNIFIED IDEOGRAPH-21706",
    },
    Character {
        age: "3.1",
        codepoint: 0x21707,
        name: "CJK UNIFIED IDEOGRAPH-21707",
    },
    Character {
        age: "3.1",
        codepoint: 0x21708,
        name: "CJK UNIFIED IDEOGRAPH-21708",
    },
    Character {
        age: "3.1",
        codepoint: 0x21709,
        name: "CJK UNIFIED IDEOGRAPH-21709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2170A,
        name: "CJK UNIFIED IDEOGRAPH-2170A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2170B,
        name: "CJK UNIFIED IDEOGRAPH-2170B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2170C,
        name: "CJK UNIFIED IDEOGRAPH-2170C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2170D,
        name: "CJK UNIFIED IDEOGRAPH-2170D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2170E,
        name: "CJK UNIFIED IDEOGRAPH-2170E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2170F,
        name: "CJK UNIFIED IDEOGRAPH-2170F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21710,
        name: "CJK UNIFIED IDEOGRAPH-21710",
    },
    Character {
        age: "3.1",
        codepoint: 0x21711,
        name: "CJK UNIFIED IDEOGRAPH-21711",
    },
    Character {
        age: "3.1",
        codepoint: 0x21712,
        name: "CJK UNIFIED IDEOGRAPH-21712",
    },
    Character {
        age: "3.1",
        codepoint: 0x21713,
        name: "CJK UNIFIED IDEOGRAPH-21713",
    },
    Character {
        age: "3.1",
        codepoint: 0x21714,
        name: "CJK UNIFIED IDEOGRAPH-21714",
    },
    Character {
        age: "3.1",
        codepoint: 0x21715,
        name: "CJK UNIFIED IDEOGRAPH-21715",
    },
    Character {
        age: "3.1",
        codepoint: 0x21716,
        name: "CJK UNIFIED IDEOGRAPH-21716",
    },
    Character {
        age: "3.1",
        codepoint: 0x21717,
        name: "CJK UNIFIED IDEOGRAPH-21717",
    },
    Character {
        age: "3.1",
        codepoint: 0x21718,
        name: "CJK UNIFIED IDEOGRAPH-21718",
    },
    Character {
        age: "3.1",
        codepoint: 0x21719,
        name: "CJK UNIFIED IDEOGRAPH-21719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2171A,
        name: "CJK UNIFIED IDEOGRAPH-2171A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2171B,
        name: "CJK UNIFIED IDEOGRAPH-2171B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2171C,
        name: "CJK UNIFIED IDEOGRAPH-2171C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2171D,
        name: "CJK UNIFIED IDEOGRAPH-2171D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2171E,
        name: "CJK UNIFIED IDEOGRAPH-2171E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2171F,
        name: "CJK UNIFIED IDEOGRAPH-2171F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21720,
        name: "CJK UNIFIED IDEOGRAPH-21720",
    },
    Character {
        age: "3.1",
        codepoint: 0x21721,
        name: "CJK UNIFIED IDEOGRAPH-21721",
    },
    Character {
        age: "3.1",
        codepoint: 0x21722,
        name: "CJK UNIFIED IDEOGRAPH-21722",
    },
    Character {
        age: "3.1",
        codepoint: 0x21723,
        name: "CJK UNIFIED IDEOGRAPH-21723",
    },
    Character {
        age: "3.1",
        codepoint: 0x21724,
        name: "CJK UNIFIED IDEOGRAPH-21724",
    },
    Character {
        age: "3.1",
        codepoint: 0x21725,
        name: "CJK UNIFIED IDEOGRAPH-21725",
    },
    Character {
        age: "3.1",
        codepoint: 0x21726,
        name: "CJK UNIFIED IDEOGRAPH-21726",
    },
    Character {
        age: "3.1",
        codepoint: 0x21727,
        name: "CJK UNIFIED IDEOGRAPH-21727",
    },
    Character {
        age: "3.1",
        codepoint: 0x21728,
        name: "CJK UNIFIED IDEOGRAPH-21728",
    },
    Character {
        age: "3.1",
        codepoint: 0x21729,
        name: "CJK UNIFIED IDEOGRAPH-21729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2172A,
        name: "CJK UNIFIED IDEOGRAPH-2172A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2172B,
        name: "CJK UNIFIED IDEOGRAPH-2172B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2172C,
        name: "CJK UNIFIED IDEOGRAPH-2172C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2172D,
        name: "CJK UNIFIED IDEOGRAPH-2172D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2172E,
        name: "CJK UNIFIED IDEOGRAPH-2172E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2172F,
        name: "CJK UNIFIED IDEOGRAPH-2172F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21730,
        name: "CJK UNIFIED IDEOGRAPH-21730",
    },
    Character {
        age: "3.1",
        codepoint: 0x21731,
        name: "CJK UNIFIED IDEOGRAPH-21731",
    },
    Character {
        age: "3.1",
        codepoint: 0x21732,
        name: "CJK UNIFIED IDEOGRAPH-21732",
    },
    Character {
        age: "3.1",
        codepoint: 0x21733,
        name: "CJK UNIFIED IDEOGRAPH-21733",
    },
    Character {
        age: "3.1",
        codepoint: 0x21734,
        name: "CJK UNIFIED IDEOGRAPH-21734",
    },
    Character {
        age: "3.1",
        codepoint: 0x21735,
        name: "CJK UNIFIED IDEOGRAPH-21735",
    },
    Character {
        age: "3.1",
        codepoint: 0x21736,
        name: "CJK UNIFIED IDEOGRAPH-21736",
    },
    Character {
        age: "3.1",
        codepoint: 0x21737,
        name: "CJK UNIFIED IDEOGRAPH-21737",
    },
    Character {
        age: "3.1",
        codepoint: 0x21738,
        name: "CJK UNIFIED IDEOGRAPH-21738",
    },
    Character {
        age: "3.1",
        codepoint: 0x21739,
        name: "CJK UNIFIED IDEOGRAPH-21739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2173A,
        name: "CJK UNIFIED IDEOGRAPH-2173A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2173B,
        name: "CJK UNIFIED IDEOGRAPH-2173B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2173C,
        name: "CJK UNIFIED IDEOGRAPH-2173C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2173D,
        name: "CJK UNIFIED IDEOGRAPH-2173D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2173E,
        name: "CJK UNIFIED IDEOGRAPH-2173E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2173F,
        name: "CJK UNIFIED IDEOGRAPH-2173F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21740,
        name: "CJK UNIFIED IDEOGRAPH-21740",
    },
    Character {
        age: "3.1",
        codepoint: 0x21741,
        name: "CJK UNIFIED IDEOGRAPH-21741",
    },
    Character {
        age: "3.1",
        codepoint: 0x21742,
        name: "CJK UNIFIED IDEOGRAPH-21742",
    },
    Character {
        age: "3.1",
        codepoint: 0x21743,
        name: "CJK UNIFIED IDEOGRAPH-21743",
    },
    Character {
        age: "3.1",
        codepoint: 0x21744,
        name: "CJK UNIFIED IDEOGRAPH-21744",
    },
    Character {
        age: "3.1",
        codepoint: 0x21745,
        name: "CJK UNIFIED IDEOGRAPH-21745",
    },
    Character {
        age: "3.1",
        codepoint: 0x21746,
        name: "CJK UNIFIED IDEOGRAPH-21746",
    },
    Character {
        age: "3.1",
        codepoint: 0x21747,
        name: "CJK UNIFIED IDEOGRAPH-21747",
    },
    Character {
        age: "3.1",
        codepoint: 0x21748,
        name: "CJK UNIFIED IDEOGRAPH-21748",
    },
    Character {
        age: "3.1",
        codepoint: 0x21749,
        name: "CJK UNIFIED IDEOGRAPH-21749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2174A,
        name: "CJK UNIFIED IDEOGRAPH-2174A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2174B,
        name: "CJK UNIFIED IDEOGRAPH-2174B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2174C,
        name: "CJK UNIFIED IDEOGRAPH-2174C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2174D,
        name: "CJK UNIFIED IDEOGRAPH-2174D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2174E,
        name: "CJK UNIFIED IDEOGRAPH-2174E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2174F,
        name: "CJK UNIFIED IDEOGRAPH-2174F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21750,
        name: "CJK UNIFIED IDEOGRAPH-21750",
    },
    Character {
        age: "3.1",
        codepoint: 0x21751,
        name: "CJK UNIFIED IDEOGRAPH-21751",
    },
    Character {
        age: "3.1",
        codepoint: 0x21752,
        name: "CJK UNIFIED IDEOGRAPH-21752",
    },
    Character {
        age: "3.1",
        codepoint: 0x21753,
        name: "CJK UNIFIED IDEOGRAPH-21753",
    },
    Character {
        age: "3.1",
        codepoint: 0x21754,
        name: "CJK UNIFIED IDEOGRAPH-21754",
    },
    Character {
        age: "3.1",
        codepoint: 0x21755,
        name: "CJK UNIFIED IDEOGRAPH-21755",
    },
    Character {
        age: "3.1",
        codepoint: 0x21756,
        name: "CJK UNIFIED IDEOGRAPH-21756",
    },
    Character {
        age: "3.1",
        codepoint: 0x21757,
        name: "CJK UNIFIED IDEOGRAPH-21757",
    },
    Character {
        age: "3.1",
        codepoint: 0x21758,
        name: "CJK UNIFIED IDEOGRAPH-21758",
    },
    Character {
        age: "3.1",
        codepoint: 0x21759,
        name: "CJK UNIFIED IDEOGRAPH-21759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2175A,
        name: "CJK UNIFIED IDEOGRAPH-2175A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2175B,
        name: "CJK UNIFIED IDEOGRAPH-2175B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2175C,
        name: "CJK UNIFIED IDEOGRAPH-2175C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2175D,
        name: "CJK UNIFIED IDEOGRAPH-2175D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2175E,
        name: "CJK UNIFIED IDEOGRAPH-2175E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2175F,
        name: "CJK UNIFIED IDEOGRAPH-2175F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21760,
        name: "CJK UNIFIED IDEOGRAPH-21760",
    },
    Character {
        age: "3.1",
        codepoint: 0x21761,
        name: "CJK UNIFIED IDEOGRAPH-21761",
    },
    Character {
        age: "3.1",
        codepoint: 0x21762,
        name: "CJK UNIFIED IDEOGRAPH-21762",
    },
    Character {
        age: "3.1",
        codepoint: 0x21763,
        name: "CJK UNIFIED IDEOGRAPH-21763",
    },
    Character {
        age: "3.1",
        codepoint: 0x21764,
        name: "CJK UNIFIED IDEOGRAPH-21764",
    },
    Character {
        age: "3.1",
        codepoint: 0x21765,
        name: "CJK UNIFIED IDEOGRAPH-21765",
    },
    Character {
        age: "3.1",
        codepoint: 0x21766,
        name: "CJK UNIFIED IDEOGRAPH-21766",
    },
    Character {
        age: "3.1",
        codepoint: 0x21767,
        name: "CJK UNIFIED IDEOGRAPH-21767",
    },
    Character {
        age: "3.1",
        codepoint: 0x21768,
        name: "CJK UNIFIED IDEOGRAPH-21768",
    },
    Character {
        age: "3.1",
        codepoint: 0x21769,
        name: "CJK UNIFIED IDEOGRAPH-21769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2176A,
        name: "CJK UNIFIED IDEOGRAPH-2176A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2176B,
        name: "CJK UNIFIED IDEOGRAPH-2176B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2176C,
        name: "CJK UNIFIED IDEOGRAPH-2176C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2176D,
        name: "CJK UNIFIED IDEOGRAPH-2176D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2176E,
        name: "CJK UNIFIED IDEOGRAPH-2176E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2176F,
        name: "CJK UNIFIED IDEOGRAPH-2176F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21770,
        name: "CJK UNIFIED IDEOGRAPH-21770",
    },
    Character {
        age: "3.1",
        codepoint: 0x21771,
        name: "CJK UNIFIED IDEOGRAPH-21771",
    },
    Character {
        age: "3.1",
        codepoint: 0x21772,
        name: "CJK UNIFIED IDEOGRAPH-21772",
    },
    Character {
        age: "3.1",
        codepoint: 0x21773,
        name: "CJK UNIFIED IDEOGRAPH-21773",
    },
    Character {
        age: "3.1",
        codepoint: 0x21774,
        name: "CJK UNIFIED IDEOGRAPH-21774",
    },
    Character {
        age: "3.1",
        codepoint: 0x21775,
        name: "CJK UNIFIED IDEOGRAPH-21775",
    },
    Character {
        age: "3.1",
        codepoint: 0x21776,
        name: "CJK UNIFIED IDEOGRAPH-21776",
    },
    Character {
        age: "3.1",
        codepoint: 0x21777,
        name: "CJK UNIFIED IDEOGRAPH-21777",
    },
    Character {
        age: "3.1",
        codepoint: 0x21778,
        name: "CJK UNIFIED IDEOGRAPH-21778",
    },
    Character {
        age: "3.1",
        codepoint: 0x21779,
        name: "CJK UNIFIED IDEOGRAPH-21779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2177A,
        name: "CJK UNIFIED IDEOGRAPH-2177A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2177B,
        name: "CJK UNIFIED IDEOGRAPH-2177B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2177C,
        name: "CJK UNIFIED IDEOGRAPH-2177C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2177D,
        name: "CJK UNIFIED IDEOGRAPH-2177D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2177E,
        name: "CJK UNIFIED IDEOGRAPH-2177E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2177F,
        name: "CJK UNIFIED IDEOGRAPH-2177F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21780,
        name: "CJK UNIFIED IDEOGRAPH-21780",
    },
    Character {
        age: "3.1",
        codepoint: 0x21781,
        name: "CJK UNIFIED IDEOGRAPH-21781",
    },
    Character {
        age: "3.1",
        codepoint: 0x21782,
        name: "CJK UNIFIED IDEOGRAPH-21782",
    },
    Character {
        age: "3.1",
        codepoint: 0x21783,
        name: "CJK UNIFIED IDEOGRAPH-21783",
    },
    Character {
        age: "3.1",
        codepoint: 0x21784,
        name: "CJK UNIFIED IDEOGRAPH-21784",
    },
    Character {
        age: "3.1",
        codepoint: 0x21785,
        name: "CJK UNIFIED IDEOGRAPH-21785",
    },
    Character {
        age: "3.1",
        codepoint: 0x21786,
        name: "CJK UNIFIED IDEOGRAPH-21786",
    },
    Character {
        age: "3.1",
        codepoint: 0x21787,
        name: "CJK UNIFIED IDEOGRAPH-21787",
    },
    Character {
        age: "3.1",
        codepoint: 0x21788,
        name: "CJK UNIFIED IDEOGRAPH-21788",
    },
    Character {
        age: "3.1",
        codepoint: 0x21789,
        name: "CJK UNIFIED IDEOGRAPH-21789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2178A,
        name: "CJK UNIFIED IDEOGRAPH-2178A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2178B,
        name: "CJK UNIFIED IDEOGRAPH-2178B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2178C,
        name: "CJK UNIFIED IDEOGRAPH-2178C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2178D,
        name: "CJK UNIFIED IDEOGRAPH-2178D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2178E,
        name: "CJK UNIFIED IDEOGRAPH-2178E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2178F,
        name: "CJK UNIFIED IDEOGRAPH-2178F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21790,
        name: "CJK UNIFIED IDEOGRAPH-21790",
    },
    Character {
        age: "3.1",
        codepoint: 0x21791,
        name: "CJK UNIFIED IDEOGRAPH-21791",
    },
    Character {
        age: "3.1",
        codepoint: 0x21792,
        name: "CJK UNIFIED IDEOGRAPH-21792",
    },
    Character {
        age: "3.1",
        codepoint: 0x21793,
        name: "CJK UNIFIED IDEOGRAPH-21793",
    },
    Character {
        age: "3.1",
        codepoint: 0x21794,
        name: "CJK UNIFIED IDEOGRAPH-21794",
    },
    Character {
        age: "3.1",
        codepoint: 0x21795,
        name: "CJK UNIFIED IDEOGRAPH-21795",
    },
    Character {
        age: "3.1",
        codepoint: 0x21796,
        name: "CJK UNIFIED IDEOGRAPH-21796",
    },
    Character {
        age: "3.1",
        codepoint: 0x21797,
        name: "CJK UNIFIED IDEOGRAPH-21797",
    },
    Character {
        age: "3.1",
        codepoint: 0x21798,
        name: "CJK UNIFIED IDEOGRAPH-21798",
    },
    Character {
        age: "3.1",
        codepoint: 0x21799,
        name: "CJK UNIFIED IDEOGRAPH-21799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2179A,
        name: "CJK UNIFIED IDEOGRAPH-2179A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2179B,
        name: "CJK UNIFIED IDEOGRAPH-2179B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2179C,
        name: "CJK UNIFIED IDEOGRAPH-2179C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2179D,
        name: "CJK UNIFIED IDEOGRAPH-2179D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2179E,
        name: "CJK UNIFIED IDEOGRAPH-2179E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2179F,
        name: "CJK UNIFIED IDEOGRAPH-2179F",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A0,
        name: "CJK UNIFIED IDEOGRAPH-217A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A1,
        name: "CJK UNIFIED IDEOGRAPH-217A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A2,
        name: "CJK UNIFIED IDEOGRAPH-217A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A3,
        name: "CJK UNIFIED IDEOGRAPH-217A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A4,
        name: "CJK UNIFIED IDEOGRAPH-217A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A5,
        name: "CJK UNIFIED IDEOGRAPH-217A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A6,
        name: "CJK UNIFIED IDEOGRAPH-217A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A7,
        name: "CJK UNIFIED IDEOGRAPH-217A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A8,
        name: "CJK UNIFIED IDEOGRAPH-217A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x217A9,
        name: "CJK UNIFIED IDEOGRAPH-217A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x217AA,
        name: "CJK UNIFIED IDEOGRAPH-217AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x217AB,
        name: "CJK UNIFIED IDEOGRAPH-217AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x217AC,
        name: "CJK UNIFIED IDEOGRAPH-217AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x217AD,
        name: "CJK UNIFIED IDEOGRAPH-217AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x217AE,
        name: "CJK UNIFIED IDEOGRAPH-217AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x217AF,
        name: "CJK UNIFIED IDEOGRAPH-217AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B0,
        name: "CJK UNIFIED IDEOGRAPH-217B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B1,
        name: "CJK UNIFIED IDEOGRAPH-217B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B2,
        name: "CJK UNIFIED IDEOGRAPH-217B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B3,
        name: "CJK UNIFIED IDEOGRAPH-217B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B4,
        name: "CJK UNIFIED IDEOGRAPH-217B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B5,
        name: "CJK UNIFIED IDEOGRAPH-217B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B6,
        name: "CJK UNIFIED IDEOGRAPH-217B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B7,
        name: "CJK UNIFIED IDEOGRAPH-217B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B8,
        name: "CJK UNIFIED IDEOGRAPH-217B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x217B9,
        name: "CJK UNIFIED IDEOGRAPH-217B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x217BA,
        name: "CJK UNIFIED IDEOGRAPH-217BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x217BB,
        name: "CJK UNIFIED IDEOGRAPH-217BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x217BC,
        name: "CJK UNIFIED IDEOGRAPH-217BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x217BD,
        name: "CJK UNIFIED IDEOGRAPH-217BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x217BE,
        name: "CJK UNIFIED IDEOGRAPH-217BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x217BF,
        name: "CJK UNIFIED IDEOGRAPH-217BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C0,
        name: "CJK UNIFIED IDEOGRAPH-217C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C1,
        name: "CJK UNIFIED IDEOGRAPH-217C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C2,
        name: "CJK UNIFIED IDEOGRAPH-217C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C3,
        name: "CJK UNIFIED IDEOGRAPH-217C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C4,
        name: "CJK UNIFIED IDEOGRAPH-217C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C5,
        name: "CJK UNIFIED IDEOGRAPH-217C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C6,
        name: "CJK UNIFIED IDEOGRAPH-217C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C7,
        name: "CJK UNIFIED IDEOGRAPH-217C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C8,
        name: "CJK UNIFIED IDEOGRAPH-217C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x217C9,
        name: "CJK UNIFIED IDEOGRAPH-217C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x217CA,
        name: "CJK UNIFIED IDEOGRAPH-217CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x217CB,
        name: "CJK UNIFIED IDEOGRAPH-217CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x217CC,
        name: "CJK UNIFIED IDEOGRAPH-217CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x217CD,
        name: "CJK UNIFIED IDEOGRAPH-217CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x217CE,
        name: "CJK UNIFIED IDEOGRAPH-217CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x217CF,
        name: "CJK UNIFIED IDEOGRAPH-217CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D0,
        name: "CJK UNIFIED IDEOGRAPH-217D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D1,
        name: "CJK UNIFIED IDEOGRAPH-217D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D2,
        name: "CJK UNIFIED IDEOGRAPH-217D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D3,
        name: "CJK UNIFIED IDEOGRAPH-217D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D4,
        name: "CJK UNIFIED IDEOGRAPH-217D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D5,
        name: "CJK UNIFIED IDEOGRAPH-217D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D6,
        name: "CJK UNIFIED IDEOGRAPH-217D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D7,
        name: "CJK UNIFIED IDEOGRAPH-217D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D8,
        name: "CJK UNIFIED IDEOGRAPH-217D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x217D9,
        name: "CJK UNIFIED IDEOGRAPH-217D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x217DA,
        name: "CJK UNIFIED IDEOGRAPH-217DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x217DB,
        name: "CJK UNIFIED IDEOGRAPH-217DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x217DC,
        name: "CJK UNIFIED IDEOGRAPH-217DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x217DD,
        name: "CJK UNIFIED IDEOGRAPH-217DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x217DE,
        name: "CJK UNIFIED IDEOGRAPH-217DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x217DF,
        name: "CJK UNIFIED IDEOGRAPH-217DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E0,
        name: "CJK UNIFIED IDEOGRAPH-217E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E1,
        name: "CJK UNIFIED IDEOGRAPH-217E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E2,
        name: "CJK UNIFIED IDEOGRAPH-217E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E3,
        name: "CJK UNIFIED IDEOGRAPH-217E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E4,
        name: "CJK UNIFIED IDEOGRAPH-217E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E5,
        name: "CJK UNIFIED IDEOGRAPH-217E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E6,
        name: "CJK UNIFIED IDEOGRAPH-217E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E7,
        name: "CJK UNIFIED IDEOGRAPH-217E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E8,
        name: "CJK UNIFIED IDEOGRAPH-217E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x217E9,
        name: "CJK UNIFIED IDEOGRAPH-217E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x217EA,
        name: "CJK UNIFIED IDEOGRAPH-217EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x217EB,
        name: "CJK UNIFIED IDEOGRAPH-217EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x217EC,
        name: "CJK UNIFIED IDEOGRAPH-217EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x217ED,
        name: "CJK UNIFIED IDEOGRAPH-217ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x217EE,
        name: "CJK UNIFIED IDEOGRAPH-217EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x217EF,
        name: "CJK UNIFIED IDEOGRAPH-217EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F0,
        name: "CJK UNIFIED IDEOGRAPH-217F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F1,
        name: "CJK UNIFIED IDEOGRAPH-217F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F2,
        name: "CJK UNIFIED IDEOGRAPH-217F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F3,
        name: "CJK UNIFIED IDEOGRAPH-217F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F4,
        name: "CJK UNIFIED IDEOGRAPH-217F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F5,
        name: "CJK UNIFIED IDEOGRAPH-217F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F6,
        name: "CJK UNIFIED IDEOGRAPH-217F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F7,
        name: "CJK UNIFIED IDEOGRAPH-217F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F8,
        name: "CJK UNIFIED IDEOGRAPH-217F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x217F9,
        name: "CJK UNIFIED IDEOGRAPH-217F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x217FA,
        name: "CJK UNIFIED IDEOGRAPH-217FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x217FB,
        name: "CJK UNIFIED IDEOGRAPH-217FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x217FC,
        name: "CJK UNIFIED IDEOGRAPH-217FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x217FD,
        name: "CJK UNIFIED IDEOGRAPH-217FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x217FE,
        name: "CJK UNIFIED IDEOGRAPH-217FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x217FF,
        name: "CJK UNIFIED IDEOGRAPH-217FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21800,
        name: "CJK UNIFIED IDEOGRAPH-21800",
    },
    Character {
        age: "3.1",
        codepoint: 0x21801,
        name: "CJK UNIFIED IDEOGRAPH-21801",
    },
    Character {
        age: "3.1",
        codepoint: 0x21802,
        name: "CJK UNIFIED IDEOGRAPH-21802",
    },
    Character {
        age: "3.1",
        codepoint: 0x21803,
        name: "CJK UNIFIED IDEOGRAPH-21803",
    },
    Character {
        age: "3.1",
        codepoint: 0x21804,
        name: "CJK UNIFIED IDEOGRAPH-21804",
    },
    Character {
        age: "3.1",
        codepoint: 0x21805,
        name: "CJK UNIFIED IDEOGRAPH-21805",
    },
    Character {
        age: "3.1",
        codepoint: 0x21806,
        name: "CJK UNIFIED IDEOGRAPH-21806",
    },
    Character {
        age: "3.1",
        codepoint: 0x21807,
        name: "CJK UNIFIED IDEOGRAPH-21807",
    },
    Character {
        age: "3.1",
        codepoint: 0x21808,
        name: "CJK UNIFIED IDEOGRAPH-21808",
    },
    Character {
        age: "3.1",
        codepoint: 0x21809,
        name: "CJK UNIFIED IDEOGRAPH-21809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2180A,
        name: "CJK UNIFIED IDEOGRAPH-2180A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2180B,
        name: "CJK UNIFIED IDEOGRAPH-2180B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2180C,
        name: "CJK UNIFIED IDEOGRAPH-2180C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2180D,
        name: "CJK UNIFIED IDEOGRAPH-2180D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2180E,
        name: "CJK UNIFIED IDEOGRAPH-2180E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2180F,
        name: "CJK UNIFIED IDEOGRAPH-2180F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21810,
        name: "CJK UNIFIED IDEOGRAPH-21810",
    },
    Character {
        age: "3.1",
        codepoint: 0x21811,
        name: "CJK UNIFIED IDEOGRAPH-21811",
    },
    Character {
        age: "3.1",
        codepoint: 0x21812,
        name: "CJK UNIFIED IDEOGRAPH-21812",
    },
    Character {
        age: "3.1",
        codepoint: 0x21813,
        name: "CJK UNIFIED IDEOGRAPH-21813",
    },
    Character {
        age: "3.1",
        codepoint: 0x21814,
        name: "CJK UNIFIED IDEOGRAPH-21814",
    },
    Character {
        age: "3.1",
        codepoint: 0x21815,
        name: "CJK UNIFIED IDEOGRAPH-21815",
    },
    Character {
        age: "3.1",
        codepoint: 0x21816,
        name: "CJK UNIFIED IDEOGRAPH-21816",
    },
    Character {
        age: "3.1",
        codepoint: 0x21817,
        name: "CJK UNIFIED IDEOGRAPH-21817",
    },
    Character {
        age: "3.1",
        codepoint: 0x21818,
        name: "CJK UNIFIED IDEOGRAPH-21818",
    },
    Character {
        age: "3.1",
        codepoint: 0x21819,
        name: "CJK UNIFIED IDEOGRAPH-21819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2181A,
        name: "CJK UNIFIED IDEOGRAPH-2181A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2181B,
        name: "CJK UNIFIED IDEOGRAPH-2181B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2181C,
        name: "CJK UNIFIED IDEOGRAPH-2181C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2181D,
        name: "CJK UNIFIED IDEOGRAPH-2181D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2181E,
        name: "CJK UNIFIED IDEOGRAPH-2181E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2181F,
        name: "CJK UNIFIED IDEOGRAPH-2181F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21820,
        name: "CJK UNIFIED IDEOGRAPH-21820",
    },
    Character {
        age: "3.1",
        codepoint: 0x21821,
        name: "CJK UNIFIED IDEOGRAPH-21821",
    },
    Character {
        age: "3.1",
        codepoint: 0x21822,
        name: "CJK UNIFIED IDEOGRAPH-21822",
    },
    Character {
        age: "3.1",
        codepoint: 0x21823,
        name: "CJK UNIFIED IDEOGRAPH-21823",
    },
    Character {
        age: "3.1",
        codepoint: 0x21824,
        name: "CJK UNIFIED IDEOGRAPH-21824",
    },
    Character {
        age: "3.1",
        codepoint: 0x21825,
        name: "CJK UNIFIED IDEOGRAPH-21825",
    },
    Character {
        age: "3.1",
        codepoint: 0x21826,
        name: "CJK UNIFIED IDEOGRAPH-21826",
    },
    Character {
        age: "3.1",
        codepoint: 0x21827,
        name: "CJK UNIFIED IDEOGRAPH-21827",
    },
    Character {
        age: "3.1",
        codepoint: 0x21828,
        name: "CJK UNIFIED IDEOGRAPH-21828",
    },
    Character {
        age: "3.1",
        codepoint: 0x21829,
        name: "CJK UNIFIED IDEOGRAPH-21829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2182A,
        name: "CJK UNIFIED IDEOGRAPH-2182A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2182B,
        name: "CJK UNIFIED IDEOGRAPH-2182B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2182C,
        name: "CJK UNIFIED IDEOGRAPH-2182C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2182D,
        name: "CJK UNIFIED IDEOGRAPH-2182D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2182E,
        name: "CJK UNIFIED IDEOGRAPH-2182E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2182F,
        name: "CJK UNIFIED IDEOGRAPH-2182F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21830,
        name: "CJK UNIFIED IDEOGRAPH-21830",
    },
    Character {
        age: "3.1",
        codepoint: 0x21831,
        name: "CJK UNIFIED IDEOGRAPH-21831",
    },
    Character {
        age: "3.1",
        codepoint: 0x21832,
        name: "CJK UNIFIED IDEOGRAPH-21832",
    },
    Character {
        age: "3.1",
        codepoint: 0x21833,
        name: "CJK UNIFIED IDEOGRAPH-21833",
    },
    Character {
        age: "3.1",
        codepoint: 0x21834,
        name: "CJK UNIFIED IDEOGRAPH-21834",
    },
    Character {
        age: "3.1",
        codepoint: 0x21835,
        name: "CJK UNIFIED IDEOGRAPH-21835",
    },
    Character {
        age: "3.1",
        codepoint: 0x21836,
        name: "CJK UNIFIED IDEOGRAPH-21836",
    },
    Character {
        age: "3.1",
        codepoint: 0x21837,
        name: "CJK UNIFIED IDEOGRAPH-21837",
    },
    Character {
        age: "3.1",
        codepoint: 0x21838,
        name: "CJK UNIFIED IDEOGRAPH-21838",
    },
    Character {
        age: "3.1",
        codepoint: 0x21839,
        name: "CJK UNIFIED IDEOGRAPH-21839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2183A,
        name: "CJK UNIFIED IDEOGRAPH-2183A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2183B,
        name: "CJK UNIFIED IDEOGRAPH-2183B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2183C,
        name: "CJK UNIFIED IDEOGRAPH-2183C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2183D,
        name: "CJK UNIFIED IDEOGRAPH-2183D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2183E,
        name: "CJK UNIFIED IDEOGRAPH-2183E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2183F,
        name: "CJK UNIFIED IDEOGRAPH-2183F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21840,
        name: "CJK UNIFIED IDEOGRAPH-21840",
    },
    Character {
        age: "3.1",
        codepoint: 0x21841,
        name: "CJK UNIFIED IDEOGRAPH-21841",
    },
    Character {
        age: "3.1",
        codepoint: 0x21842,
        name: "CJK UNIFIED IDEOGRAPH-21842",
    },
    Character {
        age: "3.1",
        codepoint: 0x21843,
        name: "CJK UNIFIED IDEOGRAPH-21843",
    },
    Character {
        age: "3.1",
        codepoint: 0x21844,
        name: "CJK UNIFIED IDEOGRAPH-21844",
    },
    Character {
        age: "3.1",
        codepoint: 0x21845,
        name: "CJK UNIFIED IDEOGRAPH-21845",
    },
    Character {
        age: "3.1",
        codepoint: 0x21846,
        name: "CJK UNIFIED IDEOGRAPH-21846",
    },
    Character {
        age: "3.1",
        codepoint: 0x21847,
        name: "CJK UNIFIED IDEOGRAPH-21847",
    },
    Character {
        age: "3.1",
        codepoint: 0x21848,
        name: "CJK UNIFIED IDEOGRAPH-21848",
    },
    Character {
        age: "3.1",
        codepoint: 0x21849,
        name: "CJK UNIFIED IDEOGRAPH-21849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2184A,
        name: "CJK UNIFIED IDEOGRAPH-2184A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2184B,
        name: "CJK UNIFIED IDEOGRAPH-2184B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2184C,
        name: "CJK UNIFIED IDEOGRAPH-2184C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2184D,
        name: "CJK UNIFIED IDEOGRAPH-2184D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2184E,
        name: "CJK UNIFIED IDEOGRAPH-2184E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2184F,
        name: "CJK UNIFIED IDEOGRAPH-2184F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21850,
        name: "CJK UNIFIED IDEOGRAPH-21850",
    },
    Character {
        age: "3.1",
        codepoint: 0x21851,
        name: "CJK UNIFIED IDEOGRAPH-21851",
    },
    Character {
        age: "3.1",
        codepoint: 0x21852,
        name: "CJK UNIFIED IDEOGRAPH-21852",
    },
    Character {
        age: "3.1",
        codepoint: 0x21853,
        name: "CJK UNIFIED IDEOGRAPH-21853",
    },
    Character {
        age: "3.1",
        codepoint: 0x21854,
        name: "CJK UNIFIED IDEOGRAPH-21854",
    },
    Character {
        age: "3.1",
        codepoint: 0x21855,
        name: "CJK UNIFIED IDEOGRAPH-21855",
    },
    Character {
        age: "3.1",
        codepoint: 0x21856,
        name: "CJK UNIFIED IDEOGRAPH-21856",
    },
    Character {
        age: "3.1",
        codepoint: 0x21857,
        name: "CJK UNIFIED IDEOGRAPH-21857",
    },
    Character {
        age: "3.1",
        codepoint: 0x21858,
        name: "CJK UNIFIED IDEOGRAPH-21858",
    },
    Character {
        age: "3.1",
        codepoint: 0x21859,
        name: "CJK UNIFIED IDEOGRAPH-21859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2185A,
        name: "CJK UNIFIED IDEOGRAPH-2185A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2185B,
        name: "CJK UNIFIED IDEOGRAPH-2185B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2185C,
        name: "CJK UNIFIED IDEOGRAPH-2185C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2185D,
        name: "CJK UNIFIED IDEOGRAPH-2185D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2185E,
        name: "CJK UNIFIED IDEOGRAPH-2185E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2185F,
        name: "CJK UNIFIED IDEOGRAPH-2185F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21860,
        name: "CJK UNIFIED IDEOGRAPH-21860",
    },
    Character {
        age: "3.1",
        codepoint: 0x21861,
        name: "CJK UNIFIED IDEOGRAPH-21861",
    },
    Character {
        age: "3.1",
        codepoint: 0x21862,
        name: "CJK UNIFIED IDEOGRAPH-21862",
    },
    Character {
        age: "3.1",
        codepoint: 0x21863,
        name: "CJK UNIFIED IDEOGRAPH-21863",
    },
    Character {
        age: "3.1",
        codepoint: 0x21864,
        name: "CJK UNIFIED IDEOGRAPH-21864",
    },
    Character {
        age: "3.1",
        codepoint: 0x21865,
        name: "CJK UNIFIED IDEOGRAPH-21865",
    },
    Character {
        age: "3.1",
        codepoint: 0x21866,
        name: "CJK UNIFIED IDEOGRAPH-21866",
    },
    Character {
        age: "3.1",
        codepoint: 0x21867,
        name: "CJK UNIFIED IDEOGRAPH-21867",
    },
    Character {
        age: "3.1",
        codepoint: 0x21868,
        name: "CJK UNIFIED IDEOGRAPH-21868",
    },
    Character {
        age: "3.1",
        codepoint: 0x21869,
        name: "CJK UNIFIED IDEOGRAPH-21869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2186A,
        name: "CJK UNIFIED IDEOGRAPH-2186A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2186B,
        name: "CJK UNIFIED IDEOGRAPH-2186B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2186C,
        name: "CJK UNIFIED IDEOGRAPH-2186C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2186D,
        name: "CJK UNIFIED IDEOGRAPH-2186D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2186E,
        name: "CJK UNIFIED IDEOGRAPH-2186E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2186F,
        name: "CJK UNIFIED IDEOGRAPH-2186F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21870,
        name: "CJK UNIFIED IDEOGRAPH-21870",
    },
    Character {
        age: "3.1",
        codepoint: 0x21871,
        name: "CJK UNIFIED IDEOGRAPH-21871",
    },
    Character {
        age: "3.1",
        codepoint: 0x21872,
        name: "CJK UNIFIED IDEOGRAPH-21872",
    },
    Character {
        age: "3.1",
        codepoint: 0x21873,
        name: "CJK UNIFIED IDEOGRAPH-21873",
    },
    Character {
        age: "3.1",
        codepoint: 0x21874,
        name: "CJK UNIFIED IDEOGRAPH-21874",
    },
    Character {
        age: "3.1",
        codepoint: 0x21875,
        name: "CJK UNIFIED IDEOGRAPH-21875",
    },
    Character {
        age: "3.1",
        codepoint: 0x21876,
        name: "CJK UNIFIED IDEOGRAPH-21876",
    },
    Character {
        age: "3.1",
        codepoint: 0x21877,
        name: "CJK UNIFIED IDEOGRAPH-21877",
    },
    Character {
        age: "3.1",
        codepoint: 0x21878,
        name: "CJK UNIFIED IDEOGRAPH-21878",
    },
    Character {
        age: "3.1",
        codepoint: 0x21879,
        name: "CJK UNIFIED IDEOGRAPH-21879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2187A,
        name: "CJK UNIFIED IDEOGRAPH-2187A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2187B,
        name: "CJK UNIFIED IDEOGRAPH-2187B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2187C,
        name: "CJK UNIFIED IDEOGRAPH-2187C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2187D,
        name: "CJK UNIFIED IDEOGRAPH-2187D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2187E,
        name: "CJK UNIFIED IDEOGRAPH-2187E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2187F,
        name: "CJK UNIFIED IDEOGRAPH-2187F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21880,
        name: "CJK UNIFIED IDEOGRAPH-21880",
    },
    Character {
        age: "3.1",
        codepoint: 0x21881,
        name: "CJK UNIFIED IDEOGRAPH-21881",
    },
    Character {
        age: "3.1",
        codepoint: 0x21882,
        name: "CJK UNIFIED IDEOGRAPH-21882",
    },
    Character {
        age: "3.1",
        codepoint: 0x21883,
        name: "CJK UNIFIED IDEOGRAPH-21883",
    },
    Character {
        age: "3.1",
        codepoint: 0x21884,
        name: "CJK UNIFIED IDEOGRAPH-21884",
    },
    Character {
        age: "3.1",
        codepoint: 0x21885,
        name: "CJK UNIFIED IDEOGRAPH-21885",
    },
    Character {
        age: "3.1",
        codepoint: 0x21886,
        name: "CJK UNIFIED IDEOGRAPH-21886",
    },
    Character {
        age: "3.1",
        codepoint: 0x21887,
        name: "CJK UNIFIED IDEOGRAPH-21887",
    },
    Character {
        age: "3.1",
        codepoint: 0x21888,
        name: "CJK UNIFIED IDEOGRAPH-21888",
    },
    Character {
        age: "3.1",
        codepoint: 0x21889,
        name: "CJK UNIFIED IDEOGRAPH-21889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2188A,
        name: "CJK UNIFIED IDEOGRAPH-2188A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2188B,
        name: "CJK UNIFIED IDEOGRAPH-2188B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2188C,
        name: "CJK UNIFIED IDEOGRAPH-2188C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2188D,
        name: "CJK UNIFIED IDEOGRAPH-2188D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2188E,
        name: "CJK UNIFIED IDEOGRAPH-2188E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2188F,
        name: "CJK UNIFIED IDEOGRAPH-2188F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21890,
        name: "CJK UNIFIED IDEOGRAPH-21890",
    },
    Character {
        age: "3.1",
        codepoint: 0x21891,
        name: "CJK UNIFIED IDEOGRAPH-21891",
    },
    Character {
        age: "3.1",
        codepoint: 0x21892,
        name: "CJK UNIFIED IDEOGRAPH-21892",
    },
    Character {
        age: "3.1",
        codepoint: 0x21893,
        name: "CJK UNIFIED IDEOGRAPH-21893",
    },
    Character {
        age: "3.1",
        codepoint: 0x21894,
        name: "CJK UNIFIED IDEOGRAPH-21894",
    },
    Character {
        age: "3.1",
        codepoint: 0x21895,
        name: "CJK UNIFIED IDEOGRAPH-21895",
    },
    Character {
        age: "3.1",
        codepoint: 0x21896,
        name: "CJK UNIFIED IDEOGRAPH-21896",
    },
    Character {
        age: "3.1",
        codepoint: 0x21897,
        name: "CJK UNIFIED IDEOGRAPH-21897",
    },
    Character {
        age: "3.1",
        codepoint: 0x21898,
        name: "CJK UNIFIED IDEOGRAPH-21898",
    },
    Character {
        age: "3.1",
        codepoint: 0x21899,
        name: "CJK UNIFIED IDEOGRAPH-21899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2189A,
        name: "CJK UNIFIED IDEOGRAPH-2189A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2189B,
        name: "CJK UNIFIED IDEOGRAPH-2189B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2189C,
        name: "CJK UNIFIED IDEOGRAPH-2189C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2189D,
        name: "CJK UNIFIED IDEOGRAPH-2189D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2189E,
        name: "CJK UNIFIED IDEOGRAPH-2189E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2189F,
        name: "CJK UNIFIED IDEOGRAPH-2189F",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A0,
        name: "CJK UNIFIED IDEOGRAPH-218A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A1,
        name: "CJK UNIFIED IDEOGRAPH-218A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A2,
        name: "CJK UNIFIED IDEOGRAPH-218A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A3,
        name: "CJK UNIFIED IDEOGRAPH-218A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A4,
        name: "CJK UNIFIED IDEOGRAPH-218A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A5,
        name: "CJK UNIFIED IDEOGRAPH-218A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A6,
        name: "CJK UNIFIED IDEOGRAPH-218A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A7,
        name: "CJK UNIFIED IDEOGRAPH-218A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A8,
        name: "CJK UNIFIED IDEOGRAPH-218A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x218A9,
        name: "CJK UNIFIED IDEOGRAPH-218A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x218AA,
        name: "CJK UNIFIED IDEOGRAPH-218AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x218AB,
        name: "CJK UNIFIED IDEOGRAPH-218AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x218AC,
        name: "CJK UNIFIED IDEOGRAPH-218AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x218AD,
        name: "CJK UNIFIED IDEOGRAPH-218AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x218AE,
        name: "CJK UNIFIED IDEOGRAPH-218AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x218AF,
        name: "CJK UNIFIED IDEOGRAPH-218AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B0,
        name: "CJK UNIFIED IDEOGRAPH-218B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B1,
        name: "CJK UNIFIED IDEOGRAPH-218B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B2,
        name: "CJK UNIFIED IDEOGRAPH-218B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B3,
        name: "CJK UNIFIED IDEOGRAPH-218B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B4,
        name: "CJK UNIFIED IDEOGRAPH-218B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B5,
        name: "CJK UNIFIED IDEOGRAPH-218B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B6,
        name: "CJK UNIFIED IDEOGRAPH-218B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B7,
        name: "CJK UNIFIED IDEOGRAPH-218B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B8,
        name: "CJK UNIFIED IDEOGRAPH-218B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x218B9,
        name: "CJK UNIFIED IDEOGRAPH-218B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x218BA,
        name: "CJK UNIFIED IDEOGRAPH-218BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x218BB,
        name: "CJK UNIFIED IDEOGRAPH-218BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x218BC,
        name: "CJK UNIFIED IDEOGRAPH-218BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x218BD,
        name: "CJK UNIFIED IDEOGRAPH-218BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x218BE,
        name: "CJK UNIFIED IDEOGRAPH-218BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x218BF,
        name: "CJK UNIFIED IDEOGRAPH-218BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C0,
        name: "CJK UNIFIED IDEOGRAPH-218C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C1,
        name: "CJK UNIFIED IDEOGRAPH-218C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C2,
        name: "CJK UNIFIED IDEOGRAPH-218C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C3,
        name: "CJK UNIFIED IDEOGRAPH-218C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C4,
        name: "CJK UNIFIED IDEOGRAPH-218C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C5,
        name: "CJK UNIFIED IDEOGRAPH-218C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C6,
        name: "CJK UNIFIED IDEOGRAPH-218C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C7,
        name: "CJK UNIFIED IDEOGRAPH-218C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C8,
        name: "CJK UNIFIED IDEOGRAPH-218C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x218C9,
        name: "CJK UNIFIED IDEOGRAPH-218C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x218CA,
        name: "CJK UNIFIED IDEOGRAPH-218CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x218CB,
        name: "CJK UNIFIED IDEOGRAPH-218CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x218CC,
        name: "CJK UNIFIED IDEOGRAPH-218CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x218CD,
        name: "CJK UNIFIED IDEOGRAPH-218CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x218CE,
        name: "CJK UNIFIED IDEOGRAPH-218CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x218CF,
        name: "CJK UNIFIED IDEOGRAPH-218CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D0,
        name: "CJK UNIFIED IDEOGRAPH-218D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D1,
        name: "CJK UNIFIED IDEOGRAPH-218D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D2,
        name: "CJK UNIFIED IDEOGRAPH-218D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D3,
        name: "CJK UNIFIED IDEOGRAPH-218D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D4,
        name: "CJK UNIFIED IDEOGRAPH-218D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D5,
        name: "CJK UNIFIED IDEOGRAPH-218D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D6,
        name: "CJK UNIFIED IDEOGRAPH-218D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D7,
        name: "CJK UNIFIED IDEOGRAPH-218D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D8,
        name: "CJK UNIFIED IDEOGRAPH-218D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x218D9,
        name: "CJK UNIFIED IDEOGRAPH-218D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x218DA,
        name: "CJK UNIFIED IDEOGRAPH-218DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x218DB,
        name: "CJK UNIFIED IDEOGRAPH-218DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x218DC,
        name: "CJK UNIFIED IDEOGRAPH-218DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x218DD,
        name: "CJK UNIFIED IDEOGRAPH-218DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x218DE,
        name: "CJK UNIFIED IDEOGRAPH-218DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x218DF,
        name: "CJK UNIFIED IDEOGRAPH-218DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E0,
        name: "CJK UNIFIED IDEOGRAPH-218E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E1,
        name: "CJK UNIFIED IDEOGRAPH-218E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E2,
        name: "CJK UNIFIED IDEOGRAPH-218E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E3,
        name: "CJK UNIFIED IDEOGRAPH-218E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E4,
        name: "CJK UNIFIED IDEOGRAPH-218E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E5,
        name: "CJK UNIFIED IDEOGRAPH-218E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E6,
        name: "CJK UNIFIED IDEOGRAPH-218E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E7,
        name: "CJK UNIFIED IDEOGRAPH-218E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E8,
        name: "CJK UNIFIED IDEOGRAPH-218E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x218E9,
        name: "CJK UNIFIED IDEOGRAPH-218E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x218EA,
        name: "CJK UNIFIED IDEOGRAPH-218EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x218EB,
        name: "CJK UNIFIED IDEOGRAPH-218EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x218EC,
        name: "CJK UNIFIED IDEOGRAPH-218EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x218ED,
        name: "CJK UNIFIED IDEOGRAPH-218ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x218EE,
        name: "CJK UNIFIED IDEOGRAPH-218EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x218EF,
        name: "CJK UNIFIED IDEOGRAPH-218EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F0,
        name: "CJK UNIFIED IDEOGRAPH-218F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F1,
        name: "CJK UNIFIED IDEOGRAPH-218F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F2,
        name: "CJK UNIFIED IDEOGRAPH-218F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F3,
        name: "CJK UNIFIED IDEOGRAPH-218F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F4,
        name: "CJK UNIFIED IDEOGRAPH-218F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F5,
        name: "CJK UNIFIED IDEOGRAPH-218F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F6,
        name: "CJK UNIFIED IDEOGRAPH-218F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F7,
        name: "CJK UNIFIED IDEOGRAPH-218F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F8,
        name: "CJK UNIFIED IDEOGRAPH-218F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x218F9,
        name: "CJK UNIFIED IDEOGRAPH-218F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x218FA,
        name: "CJK UNIFIED IDEOGRAPH-218FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x218FB,
        name: "CJK UNIFIED IDEOGRAPH-218FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x218FC,
        name: "CJK UNIFIED IDEOGRAPH-218FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x218FD,
        name: "CJK UNIFIED IDEOGRAPH-218FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x218FE,
        name: "CJK UNIFIED IDEOGRAPH-218FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x218FF,
        name: "CJK UNIFIED IDEOGRAPH-218FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21900,
        name: "CJK UNIFIED IDEOGRAPH-21900",
    },
    Character {
        age: "3.1",
        codepoint: 0x21901,
        name: "CJK UNIFIED IDEOGRAPH-21901",
    },
    Character {
        age: "3.1",
        codepoint: 0x21902,
        name: "CJK UNIFIED IDEOGRAPH-21902",
    },
    Character {
        age: "3.1",
        codepoint: 0x21903,
        name: "CJK UNIFIED IDEOGRAPH-21903",
    },
    Character {
        age: "3.1",
        codepoint: 0x21904,
        name: "CJK UNIFIED IDEOGRAPH-21904",
    },
    Character {
        age: "3.1",
        codepoint: 0x21905,
        name: "CJK UNIFIED IDEOGRAPH-21905",
    },
    Character {
        age: "3.1",
        codepoint: 0x21906,
        name: "CJK UNIFIED IDEOGRAPH-21906",
    },
    Character {
        age: "3.1",
        codepoint: 0x21907,
        name: "CJK UNIFIED IDEOGRAPH-21907",
    },
    Character {
        age: "3.1",
        codepoint: 0x21908,
        name: "CJK UNIFIED IDEOGRAPH-21908",
    },
    Character {
        age: "3.1",
        codepoint: 0x21909,
        name: "CJK UNIFIED IDEOGRAPH-21909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2190A,
        name: "CJK UNIFIED IDEOGRAPH-2190A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2190B,
        name: "CJK UNIFIED IDEOGRAPH-2190B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2190C,
        name: "CJK UNIFIED IDEOGRAPH-2190C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2190D,
        name: "CJK UNIFIED IDEOGRAPH-2190D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2190E,
        name: "CJK UNIFIED IDEOGRAPH-2190E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2190F,
        name: "CJK UNIFIED IDEOGRAPH-2190F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21910,
        name: "CJK UNIFIED IDEOGRAPH-21910",
    },
    Character {
        age: "3.1",
        codepoint: 0x21911,
        name: "CJK UNIFIED IDEOGRAPH-21911",
    },
    Character {
        age: "3.1",
        codepoint: 0x21912,
        name: "CJK UNIFIED IDEOGRAPH-21912",
    },
    Character {
        age: "3.1",
        codepoint: 0x21913,
        name: "CJK UNIFIED IDEOGRAPH-21913",
    },
    Character {
        age: "3.1",
        codepoint: 0x21914,
        name: "CJK UNIFIED IDEOGRAPH-21914",
    },
    Character {
        age: "3.1",
        codepoint: 0x21915,
        name: "CJK UNIFIED IDEOGRAPH-21915",
    },
    Character {
        age: "3.1",
        codepoint: 0x21916,
        name: "CJK UNIFIED IDEOGRAPH-21916",
    },
    Character {
        age: "3.1",
        codepoint: 0x21917,
        name: "CJK UNIFIED IDEOGRAPH-21917",
    },
    Character {
        age: "3.1",
        codepoint: 0x21918,
        name: "CJK UNIFIED IDEOGRAPH-21918",
    },
    Character {
        age: "3.1",
        codepoint: 0x21919,
        name: "CJK UNIFIED IDEOGRAPH-21919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2191A,
        name: "CJK UNIFIED IDEOGRAPH-2191A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2191B,
        name: "CJK UNIFIED IDEOGRAPH-2191B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2191C,
        name: "CJK UNIFIED IDEOGRAPH-2191C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2191D,
        name: "CJK UNIFIED IDEOGRAPH-2191D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2191E,
        name: "CJK UNIFIED IDEOGRAPH-2191E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2191F,
        name: "CJK UNIFIED IDEOGRAPH-2191F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21920,
        name: "CJK UNIFIED IDEOGRAPH-21920",
    },
    Character {
        age: "3.1",
        codepoint: 0x21921,
        name: "CJK UNIFIED IDEOGRAPH-21921",
    },
    Character {
        age: "3.1",
        codepoint: 0x21922,
        name: "CJK UNIFIED IDEOGRAPH-21922",
    },
    Character {
        age: "3.1",
        codepoint: 0x21923,
        name: "CJK UNIFIED IDEOGRAPH-21923",
    },
    Character {
        age: "3.1",
        codepoint: 0x21924,
        name: "CJK UNIFIED IDEOGRAPH-21924",
    },
    Character {
        age: "3.1",
        codepoint: 0x21925,
        name: "CJK UNIFIED IDEOGRAPH-21925",
    },
    Character {
        age: "3.1",
        codepoint: 0x21926,
        name: "CJK UNIFIED IDEOGRAPH-21926",
    },
    Character {
        age: "3.1",
        codepoint: 0x21927,
        name: "CJK UNIFIED IDEOGRAPH-21927",
    },
    Character {
        age: "3.1",
        codepoint: 0x21928,
        name: "CJK UNIFIED IDEOGRAPH-21928",
    },
    Character {
        age: "3.1",
        codepoint: 0x21929,
        name: "CJK UNIFIED IDEOGRAPH-21929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2192A,
        name: "CJK UNIFIED IDEOGRAPH-2192A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2192B,
        name: "CJK UNIFIED IDEOGRAPH-2192B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2192C,
        name: "CJK UNIFIED IDEOGRAPH-2192C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2192D,
        name: "CJK UNIFIED IDEOGRAPH-2192D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2192E,
        name: "CJK UNIFIED IDEOGRAPH-2192E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2192F,
        name: "CJK UNIFIED IDEOGRAPH-2192F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21930,
        name: "CJK UNIFIED IDEOGRAPH-21930",
    },
    Character {
        age: "3.1",
        codepoint: 0x21931,
        name: "CJK UNIFIED IDEOGRAPH-21931",
    },
    Character {
        age: "3.1",
        codepoint: 0x21932,
        name: "CJK UNIFIED IDEOGRAPH-21932",
    },
    Character {
        age: "3.1",
        codepoint: 0x21933,
        name: "CJK UNIFIED IDEOGRAPH-21933",
    },
    Character {
        age: "3.1",
        codepoint: 0x21934,
        name: "CJK UNIFIED IDEOGRAPH-21934",
    },
    Character {
        age: "3.1",
        codepoint: 0x21935,
        name: "CJK UNIFIED IDEOGRAPH-21935",
    },
    Character {
        age: "3.1",
        codepoint: 0x21936,
        name: "CJK UNIFIED IDEOGRAPH-21936",
    },
    Character {
        age: "3.1",
        codepoint: 0x21937,
        name: "CJK UNIFIED IDEOGRAPH-21937",
    },
    Character {
        age: "3.1",
        codepoint: 0x21938,
        name: "CJK UNIFIED IDEOGRAPH-21938",
    },
    Character {
        age: "3.1",
        codepoint: 0x21939,
        name: "CJK UNIFIED IDEOGRAPH-21939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2193A,
        name: "CJK UNIFIED IDEOGRAPH-2193A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2193B,
        name: "CJK UNIFIED IDEOGRAPH-2193B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2193C,
        name: "CJK UNIFIED IDEOGRAPH-2193C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2193D,
        name: "CJK UNIFIED IDEOGRAPH-2193D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2193E,
        name: "CJK UNIFIED IDEOGRAPH-2193E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2193F,
        name: "CJK UNIFIED IDEOGRAPH-2193F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21940,
        name: "CJK UNIFIED IDEOGRAPH-21940",
    },
    Character {
        age: "3.1",
        codepoint: 0x21941,
        name: "CJK UNIFIED IDEOGRAPH-21941",
    },
    Character {
        age: "3.1",
        codepoint: 0x21942,
        name: "CJK UNIFIED IDEOGRAPH-21942",
    },
    Character {
        age: "3.1",
        codepoint: 0x21943,
        name: "CJK UNIFIED IDEOGRAPH-21943",
    },
    Character {
        age: "3.1",
        codepoint: 0x21944,
        name: "CJK UNIFIED IDEOGRAPH-21944",
    },
    Character {
        age: "3.1",
        codepoint: 0x21945,
        name: "CJK UNIFIED IDEOGRAPH-21945",
    },
    Character {
        age: "3.1",
        codepoint: 0x21946,
        name: "CJK UNIFIED IDEOGRAPH-21946",
    },
    Character {
        age: "3.1",
        codepoint: 0x21947,
        name: "CJK UNIFIED IDEOGRAPH-21947",
    },
    Character {
        age: "3.1",
        codepoint: 0x21948,
        name: "CJK UNIFIED IDEOGRAPH-21948",
    },
    Character {
        age: "3.1",
        codepoint: 0x21949,
        name: "CJK UNIFIED IDEOGRAPH-21949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2194A,
        name: "CJK UNIFIED IDEOGRAPH-2194A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2194B,
        name: "CJK UNIFIED IDEOGRAPH-2194B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2194C,
        name: "CJK UNIFIED IDEOGRAPH-2194C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2194D,
        name: "CJK UNIFIED IDEOGRAPH-2194D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2194E,
        name: "CJK UNIFIED IDEOGRAPH-2194E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2194F,
        name: "CJK UNIFIED IDEOGRAPH-2194F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21950,
        name: "CJK UNIFIED IDEOGRAPH-21950",
    },
    Character {
        age: "3.1",
        codepoint: 0x21951,
        name: "CJK UNIFIED IDEOGRAPH-21951",
    },
    Character {
        age: "3.1",
        codepoint: 0x21952,
        name: "CJK UNIFIED IDEOGRAPH-21952",
    },
    Character {
        age: "3.1",
        codepoint: 0x21953,
        name: "CJK UNIFIED IDEOGRAPH-21953",
    },
    Character {
        age: "3.1",
        codepoint: 0x21954,
        name: "CJK UNIFIED IDEOGRAPH-21954",
    },
    Character {
        age: "3.1",
        codepoint: 0x21955,
        name: "CJK UNIFIED IDEOGRAPH-21955",
    },
    Character {
        age: "3.1",
        codepoint: 0x21956,
        name: "CJK UNIFIED IDEOGRAPH-21956",
    },
    Character {
        age: "3.1",
        codepoint: 0x21957,
        name: "CJK UNIFIED IDEOGRAPH-21957",
    },
    Character {
        age: "3.1",
        codepoint: 0x21958,
        name: "CJK UNIFIED IDEOGRAPH-21958",
    },
    Character {
        age: "3.1",
        codepoint: 0x21959,
        name: "CJK UNIFIED IDEOGRAPH-21959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2195A,
        name: "CJK UNIFIED IDEOGRAPH-2195A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2195B,
        name: "CJK UNIFIED IDEOGRAPH-2195B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2195C,
        name: "CJK UNIFIED IDEOGRAPH-2195C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2195D,
        name: "CJK UNIFIED IDEOGRAPH-2195D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2195E,
        name: "CJK UNIFIED IDEOGRAPH-2195E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2195F,
        name: "CJK UNIFIED IDEOGRAPH-2195F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21960,
        name: "CJK UNIFIED IDEOGRAPH-21960",
    },
    Character {
        age: "3.1",
        codepoint: 0x21961,
        name: "CJK UNIFIED IDEOGRAPH-21961",
    },
    Character {
        age: "3.1",
        codepoint: 0x21962,
        name: "CJK UNIFIED IDEOGRAPH-21962",
    },
    Character {
        age: "3.1",
        codepoint: 0x21963,
        name: "CJK UNIFIED IDEOGRAPH-21963",
    },
    Character {
        age: "3.1",
        codepoint: 0x21964,
        name: "CJK UNIFIED IDEOGRAPH-21964",
    },
    Character {
        age: "3.1",
        codepoint: 0x21965,
        name: "CJK UNIFIED IDEOGRAPH-21965",
    },
    Character {
        age: "3.1",
        codepoint: 0x21966,
        name: "CJK UNIFIED IDEOGRAPH-21966",
    },
    Character {
        age: "3.1",
        codepoint: 0x21967,
        name: "CJK UNIFIED IDEOGRAPH-21967",
    },
    Character {
        age: "3.1",
        codepoint: 0x21968,
        name: "CJK UNIFIED IDEOGRAPH-21968",
    },
    Character {
        age: "3.1",
        codepoint: 0x21969,
        name: "CJK UNIFIED IDEOGRAPH-21969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2196A,
        name: "CJK UNIFIED IDEOGRAPH-2196A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2196B,
        name: "CJK UNIFIED IDEOGRAPH-2196B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2196C,
        name: "CJK UNIFIED IDEOGRAPH-2196C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2196D,
        name: "CJK UNIFIED IDEOGRAPH-2196D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2196E,
        name: "CJK UNIFIED IDEOGRAPH-2196E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2196F,
        name: "CJK UNIFIED IDEOGRAPH-2196F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21970,
        name: "CJK UNIFIED IDEOGRAPH-21970",
    },
    Character {
        age: "3.1",
        codepoint: 0x21971,
        name: "CJK UNIFIED IDEOGRAPH-21971",
    },
    Character {
        age: "3.1",
        codepoint: 0x21972,
        name: "CJK UNIFIED IDEOGRAPH-21972",
    },
    Character {
        age: "3.1",
        codepoint: 0x21973,
        name: "CJK UNIFIED IDEOGRAPH-21973",
    },
    Character {
        age: "3.1",
        codepoint: 0x21974,
        name: "CJK UNIFIED IDEOGRAPH-21974",
    },
    Character {
        age: "3.1",
        codepoint: 0x21975,
        name: "CJK UNIFIED IDEOGRAPH-21975",
    },
    Character {
        age: "3.1",
        codepoint: 0x21976,
        name: "CJK UNIFIED IDEOGRAPH-21976",
    },
    Character {
        age: "3.1",
        codepoint: 0x21977,
        name: "CJK UNIFIED IDEOGRAPH-21977",
    },
    Character {
        age: "3.1",
        codepoint: 0x21978,
        name: "CJK UNIFIED IDEOGRAPH-21978",
    },
    Character {
        age: "3.1",
        codepoint: 0x21979,
        name: "CJK UNIFIED IDEOGRAPH-21979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2197A,
        name: "CJK UNIFIED IDEOGRAPH-2197A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2197B,
        name: "CJK UNIFIED IDEOGRAPH-2197B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2197C,
        name: "CJK UNIFIED IDEOGRAPH-2197C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2197D,
        name: "CJK UNIFIED IDEOGRAPH-2197D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2197E,
        name: "CJK UNIFIED IDEOGRAPH-2197E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2197F,
        name: "CJK UNIFIED IDEOGRAPH-2197F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21980,
        name: "CJK UNIFIED IDEOGRAPH-21980",
    },
    Character {
        age: "3.1",
        codepoint: 0x21981,
        name: "CJK UNIFIED IDEOGRAPH-21981",
    },
    Character {
        age: "3.1",
        codepoint: 0x21982,
        name: "CJK UNIFIED IDEOGRAPH-21982",
    },
    Character {
        age: "3.1",
        codepoint: 0x21983,
        name: "CJK UNIFIED IDEOGRAPH-21983",
    },
    Character {
        age: "3.1",
        codepoint: 0x21984,
        name: "CJK UNIFIED IDEOGRAPH-21984",
    },
    Character {
        age: "3.1",
        codepoint: 0x21985,
        name: "CJK UNIFIED IDEOGRAPH-21985",
    },
    Character {
        age: "3.1",
        codepoint: 0x21986,
        name: "CJK UNIFIED IDEOGRAPH-21986",
    },
    Character {
        age: "3.1",
        codepoint: 0x21987,
        name: "CJK UNIFIED IDEOGRAPH-21987",
    },
    Character {
        age: "3.1",
        codepoint: 0x21988,
        name: "CJK UNIFIED IDEOGRAPH-21988",
    },
    Character {
        age: "3.1",
        codepoint: 0x21989,
        name: "CJK UNIFIED IDEOGRAPH-21989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2198A,
        name: "CJK UNIFIED IDEOGRAPH-2198A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2198B,
        name: "CJK UNIFIED IDEOGRAPH-2198B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2198C,
        name: "CJK UNIFIED IDEOGRAPH-2198C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2198D,
        name: "CJK UNIFIED IDEOGRAPH-2198D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2198E,
        name: "CJK UNIFIED IDEOGRAPH-2198E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2198F,
        name: "CJK UNIFIED IDEOGRAPH-2198F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21990,
        name: "CJK UNIFIED IDEOGRAPH-21990",
    },
    Character {
        age: "3.1",
        codepoint: 0x21991,
        name: "CJK UNIFIED IDEOGRAPH-21991",
    },
    Character {
        age: "3.1",
        codepoint: 0x21992,
        name: "CJK UNIFIED IDEOGRAPH-21992",
    },
    Character {
        age: "3.1",
        codepoint: 0x21993,
        name: "CJK UNIFIED IDEOGRAPH-21993",
    },
    Character {
        age: "3.1",
        codepoint: 0x21994,
        name: "CJK UNIFIED IDEOGRAPH-21994",
    },
    Character {
        age: "3.1",
        codepoint: 0x21995,
        name: "CJK UNIFIED IDEOGRAPH-21995",
    },
    Character {
        age: "3.1",
        codepoint: 0x21996,
        name: "CJK UNIFIED IDEOGRAPH-21996",
    },
    Character {
        age: "3.1",
        codepoint: 0x21997,
        name: "CJK UNIFIED IDEOGRAPH-21997",
    },
    Character {
        age: "3.1",
        codepoint: 0x21998,
        name: "CJK UNIFIED IDEOGRAPH-21998",
    },
    Character {
        age: "3.1",
        codepoint: 0x21999,
        name: "CJK UNIFIED IDEOGRAPH-21999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2199A,
        name: "CJK UNIFIED IDEOGRAPH-2199A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2199B,
        name: "CJK UNIFIED IDEOGRAPH-2199B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2199C,
        name: "CJK UNIFIED IDEOGRAPH-2199C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2199D,
        name: "CJK UNIFIED IDEOGRAPH-2199D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2199E,
        name: "CJK UNIFIED IDEOGRAPH-2199E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2199F,
        name: "CJK UNIFIED IDEOGRAPH-2199F",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A0,
        name: "CJK UNIFIED IDEOGRAPH-219A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A1,
        name: "CJK UNIFIED IDEOGRAPH-219A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A2,
        name: "CJK UNIFIED IDEOGRAPH-219A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A3,
        name: "CJK UNIFIED IDEOGRAPH-219A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A4,
        name: "CJK UNIFIED IDEOGRAPH-219A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A5,
        name: "CJK UNIFIED IDEOGRAPH-219A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A6,
        name: "CJK UNIFIED IDEOGRAPH-219A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A7,
        name: "CJK UNIFIED IDEOGRAPH-219A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A8,
        name: "CJK UNIFIED IDEOGRAPH-219A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x219A9,
        name: "CJK UNIFIED IDEOGRAPH-219A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x219AA,
        name: "CJK UNIFIED IDEOGRAPH-219AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x219AB,
        name: "CJK UNIFIED IDEOGRAPH-219AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x219AC,
        name: "CJK UNIFIED IDEOGRAPH-219AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x219AD,
        name: "CJK UNIFIED IDEOGRAPH-219AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x219AE,
        name: "CJK UNIFIED IDEOGRAPH-219AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x219AF,
        name: "CJK UNIFIED IDEOGRAPH-219AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B0,
        name: "CJK UNIFIED IDEOGRAPH-219B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B1,
        name: "CJK UNIFIED IDEOGRAPH-219B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B2,
        name: "CJK UNIFIED IDEOGRAPH-219B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B3,
        name: "CJK UNIFIED IDEOGRAPH-219B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B4,
        name: "CJK UNIFIED IDEOGRAPH-219B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B5,
        name: "CJK UNIFIED IDEOGRAPH-219B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B6,
        name: "CJK UNIFIED IDEOGRAPH-219B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B7,
        name: "CJK UNIFIED IDEOGRAPH-219B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B8,
        name: "CJK UNIFIED IDEOGRAPH-219B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x219B9,
        name: "CJK UNIFIED IDEOGRAPH-219B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x219BA,
        name: "CJK UNIFIED IDEOGRAPH-219BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x219BB,
        name: "CJK UNIFIED IDEOGRAPH-219BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x219BC,
        name: "CJK UNIFIED IDEOGRAPH-219BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x219BD,
        name: "CJK UNIFIED IDEOGRAPH-219BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x219BE,
        name: "CJK UNIFIED IDEOGRAPH-219BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x219BF,
        name: "CJK UNIFIED IDEOGRAPH-219BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C0,
        name: "CJK UNIFIED IDEOGRAPH-219C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C1,
        name: "CJK UNIFIED IDEOGRAPH-219C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C2,
        name: "CJK UNIFIED IDEOGRAPH-219C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C3,
        name: "CJK UNIFIED IDEOGRAPH-219C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C4,
        name: "CJK UNIFIED IDEOGRAPH-219C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C5,
        name: "CJK UNIFIED IDEOGRAPH-219C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C6,
        name: "CJK UNIFIED IDEOGRAPH-219C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C7,
        name: "CJK UNIFIED IDEOGRAPH-219C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C8,
        name: "CJK UNIFIED IDEOGRAPH-219C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x219C9,
        name: "CJK UNIFIED IDEOGRAPH-219C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x219CA,
        name: "CJK UNIFIED IDEOGRAPH-219CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x219CB,
        name: "CJK UNIFIED IDEOGRAPH-219CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x219CC,
        name: "CJK UNIFIED IDEOGRAPH-219CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x219CD,
        name: "CJK UNIFIED IDEOGRAPH-219CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x219CE,
        name: "CJK UNIFIED IDEOGRAPH-219CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x219CF,
        name: "CJK UNIFIED IDEOGRAPH-219CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D0,
        name: "CJK UNIFIED IDEOGRAPH-219D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D1,
        name: "CJK UNIFIED IDEOGRAPH-219D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D2,
        name: "CJK UNIFIED IDEOGRAPH-219D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D3,
        name: "CJK UNIFIED IDEOGRAPH-219D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D4,
        name: "CJK UNIFIED IDEOGRAPH-219D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D5,
        name: "CJK UNIFIED IDEOGRAPH-219D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D6,
        name: "CJK UNIFIED IDEOGRAPH-219D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D7,
        name: "CJK UNIFIED IDEOGRAPH-219D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D8,
        name: "CJK UNIFIED IDEOGRAPH-219D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x219D9,
        name: "CJK UNIFIED IDEOGRAPH-219D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x219DA,
        name: "CJK UNIFIED IDEOGRAPH-219DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x219DB,
        name: "CJK UNIFIED IDEOGRAPH-219DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x219DC,
        name: "CJK UNIFIED IDEOGRAPH-219DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x219DD,
        name: "CJK UNIFIED IDEOGRAPH-219DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x219DE,
        name: "CJK UNIFIED IDEOGRAPH-219DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x219DF,
        name: "CJK UNIFIED IDEOGRAPH-219DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E0,
        name: "CJK UNIFIED IDEOGRAPH-219E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E1,
        name: "CJK UNIFIED IDEOGRAPH-219E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E2,
        name: "CJK UNIFIED IDEOGRAPH-219E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E3,
        name: "CJK UNIFIED IDEOGRAPH-219E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E4,
        name: "CJK UNIFIED IDEOGRAPH-219E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E5,
        name: "CJK UNIFIED IDEOGRAPH-219E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E6,
        name: "CJK UNIFIED IDEOGRAPH-219E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E7,
        name: "CJK UNIFIED IDEOGRAPH-219E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E8,
        name: "CJK UNIFIED IDEOGRAPH-219E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x219E9,
        name: "CJK UNIFIED IDEOGRAPH-219E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x219EA,
        name: "CJK UNIFIED IDEOGRAPH-219EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x219EB,
        name: "CJK UNIFIED IDEOGRAPH-219EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x219EC,
        name: "CJK UNIFIED IDEOGRAPH-219EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x219ED,
        name: "CJK UNIFIED IDEOGRAPH-219ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x219EE,
        name: "CJK UNIFIED IDEOGRAPH-219EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x219EF,
        name: "CJK UNIFIED IDEOGRAPH-219EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F0,
        name: "CJK UNIFIED IDEOGRAPH-219F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F1,
        name: "CJK UNIFIED IDEOGRAPH-219F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F2,
        name: "CJK UNIFIED IDEOGRAPH-219F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F3,
        name: "CJK UNIFIED IDEOGRAPH-219F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F4,
        name: "CJK UNIFIED IDEOGRAPH-219F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F5,
        name: "CJK UNIFIED IDEOGRAPH-219F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F6,
        name: "CJK UNIFIED IDEOGRAPH-219F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F7,
        name: "CJK UNIFIED IDEOGRAPH-219F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F8,
        name: "CJK UNIFIED IDEOGRAPH-219F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x219F9,
        name: "CJK UNIFIED IDEOGRAPH-219F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x219FA,
        name: "CJK UNIFIED IDEOGRAPH-219FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x219FB,
        name: "CJK UNIFIED IDEOGRAPH-219FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x219FC,
        name: "CJK UNIFIED IDEOGRAPH-219FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x219FD,
        name: "CJK UNIFIED IDEOGRAPH-219FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x219FE,
        name: "CJK UNIFIED IDEOGRAPH-219FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x219FF,
        name: "CJK UNIFIED IDEOGRAPH-219FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A00,
        name: "CJK UNIFIED IDEOGRAPH-21A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A01,
        name: "CJK UNIFIED IDEOGRAPH-21A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A02,
        name: "CJK UNIFIED IDEOGRAPH-21A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A03,
        name: "CJK UNIFIED IDEOGRAPH-21A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A04,
        name: "CJK UNIFIED IDEOGRAPH-21A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A05,
        name: "CJK UNIFIED IDEOGRAPH-21A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A06,
        name: "CJK UNIFIED IDEOGRAPH-21A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A07,
        name: "CJK UNIFIED IDEOGRAPH-21A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A08,
        name: "CJK UNIFIED IDEOGRAPH-21A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A09,
        name: "CJK UNIFIED IDEOGRAPH-21A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A0A,
        name: "CJK UNIFIED IDEOGRAPH-21A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A0B,
        name: "CJK UNIFIED IDEOGRAPH-21A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A0C,
        name: "CJK UNIFIED IDEOGRAPH-21A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A0D,
        name: "CJK UNIFIED IDEOGRAPH-21A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A0E,
        name: "CJK UNIFIED IDEOGRAPH-21A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A0F,
        name: "CJK UNIFIED IDEOGRAPH-21A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A10,
        name: "CJK UNIFIED IDEOGRAPH-21A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A11,
        name: "CJK UNIFIED IDEOGRAPH-21A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A12,
        name: "CJK UNIFIED IDEOGRAPH-21A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A13,
        name: "CJK UNIFIED IDEOGRAPH-21A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A14,
        name: "CJK UNIFIED IDEOGRAPH-21A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A15,
        name: "CJK UNIFIED IDEOGRAPH-21A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A16,
        name: "CJK UNIFIED IDEOGRAPH-21A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A17,
        name: "CJK UNIFIED IDEOGRAPH-21A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A18,
        name: "CJK UNIFIED IDEOGRAPH-21A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A19,
        name: "CJK UNIFIED IDEOGRAPH-21A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A1A,
        name: "CJK UNIFIED IDEOGRAPH-21A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A1B,
        name: "CJK UNIFIED IDEOGRAPH-21A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A1C,
        name: "CJK UNIFIED IDEOGRAPH-21A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A1D,
        name: "CJK UNIFIED IDEOGRAPH-21A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A1E,
        name: "CJK UNIFIED IDEOGRAPH-21A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A1F,
        name: "CJK UNIFIED IDEOGRAPH-21A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A20,
        name: "CJK UNIFIED IDEOGRAPH-21A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A21,
        name: "CJK UNIFIED IDEOGRAPH-21A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A22,
        name: "CJK UNIFIED IDEOGRAPH-21A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A23,
        name: "CJK UNIFIED IDEOGRAPH-21A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A24,
        name: "CJK UNIFIED IDEOGRAPH-21A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A25,
        name: "CJK UNIFIED IDEOGRAPH-21A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A26,
        name: "CJK UNIFIED IDEOGRAPH-21A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A27,
        name: "CJK UNIFIED IDEOGRAPH-21A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A28,
        name: "CJK UNIFIED IDEOGRAPH-21A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A29,
        name: "CJK UNIFIED IDEOGRAPH-21A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A2A,
        name: "CJK UNIFIED IDEOGRAPH-21A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A2B,
        name: "CJK UNIFIED IDEOGRAPH-21A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A2C,
        name: "CJK UNIFIED IDEOGRAPH-21A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A2D,
        name: "CJK UNIFIED IDEOGRAPH-21A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A2E,
        name: "CJK UNIFIED IDEOGRAPH-21A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A2F,
        name: "CJK UNIFIED IDEOGRAPH-21A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A30,
        name: "CJK UNIFIED IDEOGRAPH-21A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A31,
        name: "CJK UNIFIED IDEOGRAPH-21A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A32,
        name: "CJK UNIFIED IDEOGRAPH-21A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A33,
        name: "CJK UNIFIED IDEOGRAPH-21A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A34,
        name: "CJK UNIFIED IDEOGRAPH-21A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A35,
        name: "CJK UNIFIED IDEOGRAPH-21A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A36,
        name: "CJK UNIFIED IDEOGRAPH-21A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A37,
        name: "CJK UNIFIED IDEOGRAPH-21A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A38,
        name: "CJK UNIFIED IDEOGRAPH-21A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A39,
        name: "CJK UNIFIED IDEOGRAPH-21A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A3A,
        name: "CJK UNIFIED IDEOGRAPH-21A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A3B,
        name: "CJK UNIFIED IDEOGRAPH-21A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A3C,
        name: "CJK UNIFIED IDEOGRAPH-21A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A3D,
        name: "CJK UNIFIED IDEOGRAPH-21A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A3E,
        name: "CJK UNIFIED IDEOGRAPH-21A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A3F,
        name: "CJK UNIFIED IDEOGRAPH-21A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A40,
        name: "CJK UNIFIED IDEOGRAPH-21A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A41,
        name: "CJK UNIFIED IDEOGRAPH-21A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A42,
        name: "CJK UNIFIED IDEOGRAPH-21A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A43,
        name: "CJK UNIFIED IDEOGRAPH-21A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A44,
        name: "CJK UNIFIED IDEOGRAPH-21A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A45,
        name: "CJK UNIFIED IDEOGRAPH-21A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A46,
        name: "CJK UNIFIED IDEOGRAPH-21A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A47,
        name: "CJK UNIFIED IDEOGRAPH-21A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A48,
        name: "CJK UNIFIED IDEOGRAPH-21A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A49,
        name: "CJK UNIFIED IDEOGRAPH-21A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A4A,
        name: "CJK UNIFIED IDEOGRAPH-21A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A4B,
        name: "CJK UNIFIED IDEOGRAPH-21A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A4C,
        name: "CJK UNIFIED IDEOGRAPH-21A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A4D,
        name: "CJK UNIFIED IDEOGRAPH-21A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A4E,
        name: "CJK UNIFIED IDEOGRAPH-21A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A4F,
        name: "CJK UNIFIED IDEOGRAPH-21A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A50,
        name: "CJK UNIFIED IDEOGRAPH-21A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A51,
        name: "CJK UNIFIED IDEOGRAPH-21A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A52,
        name: "CJK UNIFIED IDEOGRAPH-21A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A53,
        name: "CJK UNIFIED IDEOGRAPH-21A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A54,
        name: "CJK UNIFIED IDEOGRAPH-21A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A55,
        name: "CJK UNIFIED IDEOGRAPH-21A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A56,
        name: "CJK UNIFIED IDEOGRAPH-21A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A57,
        name: "CJK UNIFIED IDEOGRAPH-21A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A58,
        name: "CJK UNIFIED IDEOGRAPH-21A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A59,
        name: "CJK UNIFIED IDEOGRAPH-21A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A5A,
        name: "CJK UNIFIED IDEOGRAPH-21A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A5B,
        name: "CJK UNIFIED IDEOGRAPH-21A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A5C,
        name: "CJK UNIFIED IDEOGRAPH-21A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A5D,
        name: "CJK UNIFIED IDEOGRAPH-21A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A5E,
        name: "CJK UNIFIED IDEOGRAPH-21A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A5F,
        name: "CJK UNIFIED IDEOGRAPH-21A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A60,
        name: "CJK UNIFIED IDEOGRAPH-21A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A61,
        name: "CJK UNIFIED IDEOGRAPH-21A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A62,
        name: "CJK UNIFIED IDEOGRAPH-21A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A63,
        name: "CJK UNIFIED IDEOGRAPH-21A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A64,
        name: "CJK UNIFIED IDEOGRAPH-21A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A65,
        name: "CJK UNIFIED IDEOGRAPH-21A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A66,
        name: "CJK UNIFIED IDEOGRAPH-21A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A67,
        name: "CJK UNIFIED IDEOGRAPH-21A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A68,
        name: "CJK UNIFIED IDEOGRAPH-21A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A69,
        name: "CJK UNIFIED IDEOGRAPH-21A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A6A,
        name: "CJK UNIFIED IDEOGRAPH-21A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A6B,
        name: "CJK UNIFIED IDEOGRAPH-21A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A6C,
        name: "CJK UNIFIED IDEOGRAPH-21A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A6D,
        name: "CJK UNIFIED IDEOGRAPH-21A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A6E,
        name: "CJK UNIFIED IDEOGRAPH-21A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A6F,
        name: "CJK UNIFIED IDEOGRAPH-21A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A70,
        name: "CJK UNIFIED IDEOGRAPH-21A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A71,
        name: "CJK UNIFIED IDEOGRAPH-21A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A72,
        name: "CJK UNIFIED IDEOGRAPH-21A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A73,
        name: "CJK UNIFIED IDEOGRAPH-21A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A74,
        name: "CJK UNIFIED IDEOGRAPH-21A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A75,
        name: "CJK UNIFIED IDEOGRAPH-21A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A76,
        name: "CJK UNIFIED IDEOGRAPH-21A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A77,
        name: "CJK UNIFIED IDEOGRAPH-21A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A78,
        name: "CJK UNIFIED IDEOGRAPH-21A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A79,
        name: "CJK UNIFIED IDEOGRAPH-21A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A7A,
        name: "CJK UNIFIED IDEOGRAPH-21A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A7B,
        name: "CJK UNIFIED IDEOGRAPH-21A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A7C,
        name: "CJK UNIFIED IDEOGRAPH-21A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A7D,
        name: "CJK UNIFIED IDEOGRAPH-21A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A7E,
        name: "CJK UNIFIED IDEOGRAPH-21A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A7F,
        name: "CJK UNIFIED IDEOGRAPH-21A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A80,
        name: "CJK UNIFIED IDEOGRAPH-21A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A81,
        name: "CJK UNIFIED IDEOGRAPH-21A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A82,
        name: "CJK UNIFIED IDEOGRAPH-21A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A83,
        name: "CJK UNIFIED IDEOGRAPH-21A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A84,
        name: "CJK UNIFIED IDEOGRAPH-21A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A85,
        name: "CJK UNIFIED IDEOGRAPH-21A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A86,
        name: "CJK UNIFIED IDEOGRAPH-21A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A87,
        name: "CJK UNIFIED IDEOGRAPH-21A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A88,
        name: "CJK UNIFIED IDEOGRAPH-21A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A89,
        name: "CJK UNIFIED IDEOGRAPH-21A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A8A,
        name: "CJK UNIFIED IDEOGRAPH-21A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A8B,
        name: "CJK UNIFIED IDEOGRAPH-21A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A8C,
        name: "CJK UNIFIED IDEOGRAPH-21A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A8D,
        name: "CJK UNIFIED IDEOGRAPH-21A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A8E,
        name: "CJK UNIFIED IDEOGRAPH-21A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A8F,
        name: "CJK UNIFIED IDEOGRAPH-21A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A90,
        name: "CJK UNIFIED IDEOGRAPH-21A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A91,
        name: "CJK UNIFIED IDEOGRAPH-21A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A92,
        name: "CJK UNIFIED IDEOGRAPH-21A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A93,
        name: "CJK UNIFIED IDEOGRAPH-21A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A94,
        name: "CJK UNIFIED IDEOGRAPH-21A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A95,
        name: "CJK UNIFIED IDEOGRAPH-21A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A96,
        name: "CJK UNIFIED IDEOGRAPH-21A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A97,
        name: "CJK UNIFIED IDEOGRAPH-21A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A98,
        name: "CJK UNIFIED IDEOGRAPH-21A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A99,
        name: "CJK UNIFIED IDEOGRAPH-21A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A9A,
        name: "CJK UNIFIED IDEOGRAPH-21A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A9B,
        name: "CJK UNIFIED IDEOGRAPH-21A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A9C,
        name: "CJK UNIFIED IDEOGRAPH-21A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A9D,
        name: "CJK UNIFIED IDEOGRAPH-21A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A9E,
        name: "CJK UNIFIED IDEOGRAPH-21A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21A9F,
        name: "CJK UNIFIED IDEOGRAPH-21A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA0,
        name: "CJK UNIFIED IDEOGRAPH-21AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA1,
        name: "CJK UNIFIED IDEOGRAPH-21AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA2,
        name: "CJK UNIFIED IDEOGRAPH-21AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA3,
        name: "CJK UNIFIED IDEOGRAPH-21AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA4,
        name: "CJK UNIFIED IDEOGRAPH-21AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA5,
        name: "CJK UNIFIED IDEOGRAPH-21AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA6,
        name: "CJK UNIFIED IDEOGRAPH-21AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA7,
        name: "CJK UNIFIED IDEOGRAPH-21AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA8,
        name: "CJK UNIFIED IDEOGRAPH-21AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AA9,
        name: "CJK UNIFIED IDEOGRAPH-21AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AAA,
        name: "CJK UNIFIED IDEOGRAPH-21AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AAB,
        name: "CJK UNIFIED IDEOGRAPH-21AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AAC,
        name: "CJK UNIFIED IDEOGRAPH-21AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AAD,
        name: "CJK UNIFIED IDEOGRAPH-21AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AAE,
        name: "CJK UNIFIED IDEOGRAPH-21AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AAF,
        name: "CJK UNIFIED IDEOGRAPH-21AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB0,
        name: "CJK UNIFIED IDEOGRAPH-21AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB1,
        name: "CJK UNIFIED IDEOGRAPH-21AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB2,
        name: "CJK UNIFIED IDEOGRAPH-21AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB3,
        name: "CJK UNIFIED IDEOGRAPH-21AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB4,
        name: "CJK UNIFIED IDEOGRAPH-21AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB5,
        name: "CJK UNIFIED IDEOGRAPH-21AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB6,
        name: "CJK UNIFIED IDEOGRAPH-21AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB7,
        name: "CJK UNIFIED IDEOGRAPH-21AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB8,
        name: "CJK UNIFIED IDEOGRAPH-21AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AB9,
        name: "CJK UNIFIED IDEOGRAPH-21AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ABA,
        name: "CJK UNIFIED IDEOGRAPH-21ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ABB,
        name: "CJK UNIFIED IDEOGRAPH-21ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ABC,
        name: "CJK UNIFIED IDEOGRAPH-21ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ABD,
        name: "CJK UNIFIED IDEOGRAPH-21ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ABE,
        name: "CJK UNIFIED IDEOGRAPH-21ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ABF,
        name: "CJK UNIFIED IDEOGRAPH-21ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC0,
        name: "CJK UNIFIED IDEOGRAPH-21AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC1,
        name: "CJK UNIFIED IDEOGRAPH-21AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC2,
        name: "CJK UNIFIED IDEOGRAPH-21AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC3,
        name: "CJK UNIFIED IDEOGRAPH-21AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC4,
        name: "CJK UNIFIED IDEOGRAPH-21AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC5,
        name: "CJK UNIFIED IDEOGRAPH-21AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC6,
        name: "CJK UNIFIED IDEOGRAPH-21AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC7,
        name: "CJK UNIFIED IDEOGRAPH-21AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC8,
        name: "CJK UNIFIED IDEOGRAPH-21AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AC9,
        name: "CJK UNIFIED IDEOGRAPH-21AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ACA,
        name: "CJK UNIFIED IDEOGRAPH-21ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ACB,
        name: "CJK UNIFIED IDEOGRAPH-21ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ACC,
        name: "CJK UNIFIED IDEOGRAPH-21ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ACD,
        name: "CJK UNIFIED IDEOGRAPH-21ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ACE,
        name: "CJK UNIFIED IDEOGRAPH-21ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ACF,
        name: "CJK UNIFIED IDEOGRAPH-21ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD0,
        name: "CJK UNIFIED IDEOGRAPH-21AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD1,
        name: "CJK UNIFIED IDEOGRAPH-21AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD2,
        name: "CJK UNIFIED IDEOGRAPH-21AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD3,
        name: "CJK UNIFIED IDEOGRAPH-21AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD4,
        name: "CJK UNIFIED IDEOGRAPH-21AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD5,
        name: "CJK UNIFIED IDEOGRAPH-21AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD6,
        name: "CJK UNIFIED IDEOGRAPH-21AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD7,
        name: "CJK UNIFIED IDEOGRAPH-21AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD8,
        name: "CJK UNIFIED IDEOGRAPH-21AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AD9,
        name: "CJK UNIFIED IDEOGRAPH-21AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ADA,
        name: "CJK UNIFIED IDEOGRAPH-21ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ADB,
        name: "CJK UNIFIED IDEOGRAPH-21ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ADC,
        name: "CJK UNIFIED IDEOGRAPH-21ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ADD,
        name: "CJK UNIFIED IDEOGRAPH-21ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ADE,
        name: "CJK UNIFIED IDEOGRAPH-21ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ADF,
        name: "CJK UNIFIED IDEOGRAPH-21ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE0,
        name: "CJK UNIFIED IDEOGRAPH-21AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE1,
        name: "CJK UNIFIED IDEOGRAPH-21AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE2,
        name: "CJK UNIFIED IDEOGRAPH-21AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE3,
        name: "CJK UNIFIED IDEOGRAPH-21AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE4,
        name: "CJK UNIFIED IDEOGRAPH-21AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE5,
        name: "CJK UNIFIED IDEOGRAPH-21AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE6,
        name: "CJK UNIFIED IDEOGRAPH-21AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE7,
        name: "CJK UNIFIED IDEOGRAPH-21AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE8,
        name: "CJK UNIFIED IDEOGRAPH-21AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AE9,
        name: "CJK UNIFIED IDEOGRAPH-21AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AEA,
        name: "CJK UNIFIED IDEOGRAPH-21AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AEB,
        name: "CJK UNIFIED IDEOGRAPH-21AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AEC,
        name: "CJK UNIFIED IDEOGRAPH-21AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AED,
        name: "CJK UNIFIED IDEOGRAPH-21AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AEE,
        name: "CJK UNIFIED IDEOGRAPH-21AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AEF,
        name: "CJK UNIFIED IDEOGRAPH-21AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF0,
        name: "CJK UNIFIED IDEOGRAPH-21AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF1,
        name: "CJK UNIFIED IDEOGRAPH-21AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF2,
        name: "CJK UNIFIED IDEOGRAPH-21AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF3,
        name: "CJK UNIFIED IDEOGRAPH-21AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF4,
        name: "CJK UNIFIED IDEOGRAPH-21AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF5,
        name: "CJK UNIFIED IDEOGRAPH-21AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF6,
        name: "CJK UNIFIED IDEOGRAPH-21AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF7,
        name: "CJK UNIFIED IDEOGRAPH-21AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF8,
        name: "CJK UNIFIED IDEOGRAPH-21AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AF9,
        name: "CJK UNIFIED IDEOGRAPH-21AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AFA,
        name: "CJK UNIFIED IDEOGRAPH-21AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AFB,
        name: "CJK UNIFIED IDEOGRAPH-21AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AFC,
        name: "CJK UNIFIED IDEOGRAPH-21AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AFD,
        name: "CJK UNIFIED IDEOGRAPH-21AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AFE,
        name: "CJK UNIFIED IDEOGRAPH-21AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21AFF,
        name: "CJK UNIFIED IDEOGRAPH-21AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B00,
        name: "CJK UNIFIED IDEOGRAPH-21B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B01,
        name: "CJK UNIFIED IDEOGRAPH-21B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B02,
        name: "CJK UNIFIED IDEOGRAPH-21B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B03,
        name: "CJK UNIFIED IDEOGRAPH-21B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B04,
        name: "CJK UNIFIED IDEOGRAPH-21B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B05,
        name: "CJK UNIFIED IDEOGRAPH-21B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B06,
        name: "CJK UNIFIED IDEOGRAPH-21B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B07,
        name: "CJK UNIFIED IDEOGRAPH-21B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B08,
        name: "CJK UNIFIED IDEOGRAPH-21B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B09,
        name: "CJK UNIFIED IDEOGRAPH-21B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B0A,
        name: "CJK UNIFIED IDEOGRAPH-21B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B0B,
        name: "CJK UNIFIED IDEOGRAPH-21B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B0C,
        name: "CJK UNIFIED IDEOGRAPH-21B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B0D,
        name: "CJK UNIFIED IDEOGRAPH-21B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B0E,
        name: "CJK UNIFIED IDEOGRAPH-21B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B0F,
        name: "CJK UNIFIED IDEOGRAPH-21B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B10,
        name: "CJK UNIFIED IDEOGRAPH-21B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B11,
        name: "CJK UNIFIED IDEOGRAPH-21B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B12,
        name: "CJK UNIFIED IDEOGRAPH-21B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B13,
        name: "CJK UNIFIED IDEOGRAPH-21B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B14,
        name: "CJK UNIFIED IDEOGRAPH-21B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B15,
        name: "CJK UNIFIED IDEOGRAPH-21B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B16,
        name: "CJK UNIFIED IDEOGRAPH-21B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B17,
        name: "CJK UNIFIED IDEOGRAPH-21B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B18,
        name: "CJK UNIFIED IDEOGRAPH-21B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B19,
        name: "CJK UNIFIED IDEOGRAPH-21B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B1A,
        name: "CJK UNIFIED IDEOGRAPH-21B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B1B,
        name: "CJK UNIFIED IDEOGRAPH-21B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B1C,
        name: "CJK UNIFIED IDEOGRAPH-21B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B1D,
        name: "CJK UNIFIED IDEOGRAPH-21B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B1E,
        name: "CJK UNIFIED IDEOGRAPH-21B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B1F,
        name: "CJK UNIFIED IDEOGRAPH-21B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B20,
        name: "CJK UNIFIED IDEOGRAPH-21B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B21,
        name: "CJK UNIFIED IDEOGRAPH-21B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B22,
        name: "CJK UNIFIED IDEOGRAPH-21B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B23,
        name: "CJK UNIFIED IDEOGRAPH-21B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B24,
        name: "CJK UNIFIED IDEOGRAPH-21B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B25,
        name: "CJK UNIFIED IDEOGRAPH-21B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B26,
        name: "CJK UNIFIED IDEOGRAPH-21B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B27,
        name: "CJK UNIFIED IDEOGRAPH-21B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B28,
        name: "CJK UNIFIED IDEOGRAPH-21B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B29,
        name: "CJK UNIFIED IDEOGRAPH-21B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B2A,
        name: "CJK UNIFIED IDEOGRAPH-21B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B2B,
        name: "CJK UNIFIED IDEOGRAPH-21B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B2C,
        name: "CJK UNIFIED IDEOGRAPH-21B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B2D,
        name: "CJK UNIFIED IDEOGRAPH-21B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B2E,
        name: "CJK UNIFIED IDEOGRAPH-21B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B2F,
        name: "CJK UNIFIED IDEOGRAPH-21B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B30,
        name: "CJK UNIFIED IDEOGRAPH-21B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B31,
        name: "CJK UNIFIED IDEOGRAPH-21B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B32,
        name: "CJK UNIFIED IDEOGRAPH-21B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B33,
        name: "CJK UNIFIED IDEOGRAPH-21B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B34,
        name: "CJK UNIFIED IDEOGRAPH-21B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B35,
        name: "CJK UNIFIED IDEOGRAPH-21B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B36,
        name: "CJK UNIFIED IDEOGRAPH-21B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B37,
        name: "CJK UNIFIED IDEOGRAPH-21B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B38,
        name: "CJK UNIFIED IDEOGRAPH-21B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B39,
        name: "CJK UNIFIED IDEOGRAPH-21B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B3A,
        name: "CJK UNIFIED IDEOGRAPH-21B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B3B,
        name: "CJK UNIFIED IDEOGRAPH-21B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B3C,
        name: "CJK UNIFIED IDEOGRAPH-21B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B3D,
        name: "CJK UNIFIED IDEOGRAPH-21B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B3E,
        name: "CJK UNIFIED IDEOGRAPH-21B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B3F,
        name: "CJK UNIFIED IDEOGRAPH-21B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B40,
        name: "CJK UNIFIED IDEOGRAPH-21B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B41,
        name: "CJK UNIFIED IDEOGRAPH-21B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B42,
        name: "CJK UNIFIED IDEOGRAPH-21B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B43,
        name: "CJK UNIFIED IDEOGRAPH-21B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B44,
        name: "CJK UNIFIED IDEOGRAPH-21B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B45,
        name: "CJK UNIFIED IDEOGRAPH-21B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B46,
        name: "CJK UNIFIED IDEOGRAPH-21B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B47,
        name: "CJK UNIFIED IDEOGRAPH-21B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B48,
        name: "CJK UNIFIED IDEOGRAPH-21B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B49,
        name: "CJK UNIFIED IDEOGRAPH-21B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B4A,
        name: "CJK UNIFIED IDEOGRAPH-21B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B4B,
        name: "CJK UNIFIED IDEOGRAPH-21B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B4C,
        name: "CJK UNIFIED IDEOGRAPH-21B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B4D,
        name: "CJK UNIFIED IDEOGRAPH-21B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B4E,
        name: "CJK UNIFIED IDEOGRAPH-21B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B4F,
        name: "CJK UNIFIED IDEOGRAPH-21B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B50,
        name: "CJK UNIFIED IDEOGRAPH-21B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B51,
        name: "CJK UNIFIED IDEOGRAPH-21B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B52,
        name: "CJK UNIFIED IDEOGRAPH-21B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B53,
        name: "CJK UNIFIED IDEOGRAPH-21B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B54,
        name: "CJK UNIFIED IDEOGRAPH-21B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B55,
        name: "CJK UNIFIED IDEOGRAPH-21B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B56,
        name: "CJK UNIFIED IDEOGRAPH-21B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B57,
        name: "CJK UNIFIED IDEOGRAPH-21B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B58,
        name: "CJK UNIFIED IDEOGRAPH-21B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B59,
        name: "CJK UNIFIED IDEOGRAPH-21B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B5A,
        name: "CJK UNIFIED IDEOGRAPH-21B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B5B,
        name: "CJK UNIFIED IDEOGRAPH-21B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B5C,
        name: "CJK UNIFIED IDEOGRAPH-21B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B5D,
        name: "CJK UNIFIED IDEOGRAPH-21B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B5E,
        name: "CJK UNIFIED IDEOGRAPH-21B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B5F,
        name: "CJK UNIFIED IDEOGRAPH-21B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B60,
        name: "CJK UNIFIED IDEOGRAPH-21B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B61,
        name: "CJK UNIFIED IDEOGRAPH-21B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B62,
        name: "CJK UNIFIED IDEOGRAPH-21B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B63,
        name: "CJK UNIFIED IDEOGRAPH-21B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B64,
        name: "CJK UNIFIED IDEOGRAPH-21B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B65,
        name: "CJK UNIFIED IDEOGRAPH-21B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B66,
        name: "CJK UNIFIED IDEOGRAPH-21B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B67,
        name: "CJK UNIFIED IDEOGRAPH-21B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B68,
        name: "CJK UNIFIED IDEOGRAPH-21B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B69,
        name: "CJK UNIFIED IDEOGRAPH-21B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B6A,
        name: "CJK UNIFIED IDEOGRAPH-21B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B6B,
        name: "CJK UNIFIED IDEOGRAPH-21B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B6C,
        name: "CJK UNIFIED IDEOGRAPH-21B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B6D,
        name: "CJK UNIFIED IDEOGRAPH-21B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B6E,
        name: "CJK UNIFIED IDEOGRAPH-21B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B6F,
        name: "CJK UNIFIED IDEOGRAPH-21B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B70,
        name: "CJK UNIFIED IDEOGRAPH-21B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B71,
        name: "CJK UNIFIED IDEOGRAPH-21B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B72,
        name: "CJK UNIFIED IDEOGRAPH-21B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B73,
        name: "CJK UNIFIED IDEOGRAPH-21B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B74,
        name: "CJK UNIFIED IDEOGRAPH-21B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B75,
        name: "CJK UNIFIED IDEOGRAPH-21B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B76,
        name: "CJK UNIFIED IDEOGRAPH-21B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B77,
        name: "CJK UNIFIED IDEOGRAPH-21B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B78,
        name: "CJK UNIFIED IDEOGRAPH-21B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B79,
        name: "CJK UNIFIED IDEOGRAPH-21B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B7A,
        name: "CJK UNIFIED IDEOGRAPH-21B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B7B,
        name: "CJK UNIFIED IDEOGRAPH-21B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B7C,
        name: "CJK UNIFIED IDEOGRAPH-21B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B7D,
        name: "CJK UNIFIED IDEOGRAPH-21B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B7E,
        name: "CJK UNIFIED IDEOGRAPH-21B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B7F,
        name: "CJK UNIFIED IDEOGRAPH-21B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B80,
        name: "CJK UNIFIED IDEOGRAPH-21B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B81,
        name: "CJK UNIFIED IDEOGRAPH-21B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B82,
        name: "CJK UNIFIED IDEOGRAPH-21B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B83,
        name: "CJK UNIFIED IDEOGRAPH-21B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B84,
        name: "CJK UNIFIED IDEOGRAPH-21B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B85,
        name: "CJK UNIFIED IDEOGRAPH-21B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B86,
        name: "CJK UNIFIED IDEOGRAPH-21B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B87,
        name: "CJK UNIFIED IDEOGRAPH-21B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B88,
        name: "CJK UNIFIED IDEOGRAPH-21B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B89,
        name: "CJK UNIFIED IDEOGRAPH-21B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B8A,
        name: "CJK UNIFIED IDEOGRAPH-21B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B8B,
        name: "CJK UNIFIED IDEOGRAPH-21B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B8C,
        name: "CJK UNIFIED IDEOGRAPH-21B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B8D,
        name: "CJK UNIFIED IDEOGRAPH-21B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B8E,
        name: "CJK UNIFIED IDEOGRAPH-21B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B8F,
        name: "CJK UNIFIED IDEOGRAPH-21B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B90,
        name: "CJK UNIFIED IDEOGRAPH-21B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B91,
        name: "CJK UNIFIED IDEOGRAPH-21B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B92,
        name: "CJK UNIFIED IDEOGRAPH-21B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B93,
        name: "CJK UNIFIED IDEOGRAPH-21B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B94,
        name: "CJK UNIFIED IDEOGRAPH-21B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B95,
        name: "CJK UNIFIED IDEOGRAPH-21B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B96,
        name: "CJK UNIFIED IDEOGRAPH-21B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B97,
        name: "CJK UNIFIED IDEOGRAPH-21B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B98,
        name: "CJK UNIFIED IDEOGRAPH-21B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B99,
        name: "CJK UNIFIED IDEOGRAPH-21B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B9A,
        name: "CJK UNIFIED IDEOGRAPH-21B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B9B,
        name: "CJK UNIFIED IDEOGRAPH-21B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B9C,
        name: "CJK UNIFIED IDEOGRAPH-21B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B9D,
        name: "CJK UNIFIED IDEOGRAPH-21B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B9E,
        name: "CJK UNIFIED IDEOGRAPH-21B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21B9F,
        name: "CJK UNIFIED IDEOGRAPH-21B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA0,
        name: "CJK UNIFIED IDEOGRAPH-21BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA1,
        name: "CJK UNIFIED IDEOGRAPH-21BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA2,
        name: "CJK UNIFIED IDEOGRAPH-21BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA3,
        name: "CJK UNIFIED IDEOGRAPH-21BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA4,
        name: "CJK UNIFIED IDEOGRAPH-21BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA5,
        name: "CJK UNIFIED IDEOGRAPH-21BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA6,
        name: "CJK UNIFIED IDEOGRAPH-21BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA7,
        name: "CJK UNIFIED IDEOGRAPH-21BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA8,
        name: "CJK UNIFIED IDEOGRAPH-21BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BA9,
        name: "CJK UNIFIED IDEOGRAPH-21BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BAA,
        name: "CJK UNIFIED IDEOGRAPH-21BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BAB,
        name: "CJK UNIFIED IDEOGRAPH-21BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BAC,
        name: "CJK UNIFIED IDEOGRAPH-21BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BAD,
        name: "CJK UNIFIED IDEOGRAPH-21BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BAE,
        name: "CJK UNIFIED IDEOGRAPH-21BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BAF,
        name: "CJK UNIFIED IDEOGRAPH-21BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB0,
        name: "CJK UNIFIED IDEOGRAPH-21BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB1,
        name: "CJK UNIFIED IDEOGRAPH-21BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB2,
        name: "CJK UNIFIED IDEOGRAPH-21BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB3,
        name: "CJK UNIFIED IDEOGRAPH-21BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB4,
        name: "CJK UNIFIED IDEOGRAPH-21BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB5,
        name: "CJK UNIFIED IDEOGRAPH-21BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB6,
        name: "CJK UNIFIED IDEOGRAPH-21BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB7,
        name: "CJK UNIFIED IDEOGRAPH-21BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB8,
        name: "CJK UNIFIED IDEOGRAPH-21BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BB9,
        name: "CJK UNIFIED IDEOGRAPH-21BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BBA,
        name: "CJK UNIFIED IDEOGRAPH-21BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BBB,
        name: "CJK UNIFIED IDEOGRAPH-21BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BBC,
        name: "CJK UNIFIED IDEOGRAPH-21BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BBD,
        name: "CJK UNIFIED IDEOGRAPH-21BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BBE,
        name: "CJK UNIFIED IDEOGRAPH-21BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BBF,
        name: "CJK UNIFIED IDEOGRAPH-21BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC0,
        name: "CJK UNIFIED IDEOGRAPH-21BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC1,
        name: "CJK UNIFIED IDEOGRAPH-21BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC2,
        name: "CJK UNIFIED IDEOGRAPH-21BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC3,
        name: "CJK UNIFIED IDEOGRAPH-21BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC4,
        name: "CJK UNIFIED IDEOGRAPH-21BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC5,
        name: "CJK UNIFIED IDEOGRAPH-21BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC6,
        name: "CJK UNIFIED IDEOGRAPH-21BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC7,
        name: "CJK UNIFIED IDEOGRAPH-21BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC8,
        name: "CJK UNIFIED IDEOGRAPH-21BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BC9,
        name: "CJK UNIFIED IDEOGRAPH-21BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BCA,
        name: "CJK UNIFIED IDEOGRAPH-21BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BCB,
        name: "CJK UNIFIED IDEOGRAPH-21BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BCC,
        name: "CJK UNIFIED IDEOGRAPH-21BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BCD,
        name: "CJK UNIFIED IDEOGRAPH-21BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BCE,
        name: "CJK UNIFIED IDEOGRAPH-21BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BCF,
        name: "CJK UNIFIED IDEOGRAPH-21BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD0,
        name: "CJK UNIFIED IDEOGRAPH-21BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD1,
        name: "CJK UNIFIED IDEOGRAPH-21BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD2,
        name: "CJK UNIFIED IDEOGRAPH-21BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD3,
        name: "CJK UNIFIED IDEOGRAPH-21BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD4,
        name: "CJK UNIFIED IDEOGRAPH-21BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD5,
        name: "CJK UNIFIED IDEOGRAPH-21BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD6,
        name: "CJK UNIFIED IDEOGRAPH-21BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD7,
        name: "CJK UNIFIED IDEOGRAPH-21BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD8,
        name: "CJK UNIFIED IDEOGRAPH-21BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BD9,
        name: "CJK UNIFIED IDEOGRAPH-21BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BDA,
        name: "CJK UNIFIED IDEOGRAPH-21BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BDB,
        name: "CJK UNIFIED IDEOGRAPH-21BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BDC,
        name: "CJK UNIFIED IDEOGRAPH-21BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BDD,
        name: "CJK UNIFIED IDEOGRAPH-21BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BDE,
        name: "CJK UNIFIED IDEOGRAPH-21BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BDF,
        name: "CJK UNIFIED IDEOGRAPH-21BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE0,
        name: "CJK UNIFIED IDEOGRAPH-21BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE1,
        name: "CJK UNIFIED IDEOGRAPH-21BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE2,
        name: "CJK UNIFIED IDEOGRAPH-21BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE3,
        name: "CJK UNIFIED IDEOGRAPH-21BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE4,
        name: "CJK UNIFIED IDEOGRAPH-21BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE5,
        name: "CJK UNIFIED IDEOGRAPH-21BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE6,
        name: "CJK UNIFIED IDEOGRAPH-21BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE7,
        name: "CJK UNIFIED IDEOGRAPH-21BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE8,
        name: "CJK UNIFIED IDEOGRAPH-21BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BE9,
        name: "CJK UNIFIED IDEOGRAPH-21BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BEA,
        name: "CJK UNIFIED IDEOGRAPH-21BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BEB,
        name: "CJK UNIFIED IDEOGRAPH-21BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BEC,
        name: "CJK UNIFIED IDEOGRAPH-21BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BED,
        name: "CJK UNIFIED IDEOGRAPH-21BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BEE,
        name: "CJK UNIFIED IDEOGRAPH-21BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BEF,
        name: "CJK UNIFIED IDEOGRAPH-21BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF0,
        name: "CJK UNIFIED IDEOGRAPH-21BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF1,
        name: "CJK UNIFIED IDEOGRAPH-21BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF2,
        name: "CJK UNIFIED IDEOGRAPH-21BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF3,
        name: "CJK UNIFIED IDEOGRAPH-21BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF4,
        name: "CJK UNIFIED IDEOGRAPH-21BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF5,
        name: "CJK UNIFIED IDEOGRAPH-21BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF6,
        name: "CJK UNIFIED IDEOGRAPH-21BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF7,
        name: "CJK UNIFIED IDEOGRAPH-21BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF8,
        name: "CJK UNIFIED IDEOGRAPH-21BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BF9,
        name: "CJK UNIFIED IDEOGRAPH-21BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BFA,
        name: "CJK UNIFIED IDEOGRAPH-21BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BFB,
        name: "CJK UNIFIED IDEOGRAPH-21BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BFC,
        name: "CJK UNIFIED IDEOGRAPH-21BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BFD,
        name: "CJK UNIFIED IDEOGRAPH-21BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BFE,
        name: "CJK UNIFIED IDEOGRAPH-21BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21BFF,
        name: "CJK UNIFIED IDEOGRAPH-21BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C00,
        name: "CJK UNIFIED IDEOGRAPH-21C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C01,
        name: "CJK UNIFIED IDEOGRAPH-21C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C02,
        name: "CJK UNIFIED IDEOGRAPH-21C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C03,
        name: "CJK UNIFIED IDEOGRAPH-21C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C04,
        name: "CJK UNIFIED IDEOGRAPH-21C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C05,
        name: "CJK UNIFIED IDEOGRAPH-21C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C06,
        name: "CJK UNIFIED IDEOGRAPH-21C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C07,
        name: "CJK UNIFIED IDEOGRAPH-21C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C08,
        name: "CJK UNIFIED IDEOGRAPH-21C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C09,
        name: "CJK UNIFIED IDEOGRAPH-21C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C0A,
        name: "CJK UNIFIED IDEOGRAPH-21C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C0B,
        name: "CJK UNIFIED IDEOGRAPH-21C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C0C,
        name: "CJK UNIFIED IDEOGRAPH-21C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C0D,
        name: "CJK UNIFIED IDEOGRAPH-21C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C0E,
        name: "CJK UNIFIED IDEOGRAPH-21C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C0F,
        name: "CJK UNIFIED IDEOGRAPH-21C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C10,
        name: "CJK UNIFIED IDEOGRAPH-21C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C11,
        name: "CJK UNIFIED IDEOGRAPH-21C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C12,
        name: "CJK UNIFIED IDEOGRAPH-21C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C13,
        name: "CJK UNIFIED IDEOGRAPH-21C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C14,
        name: "CJK UNIFIED IDEOGRAPH-21C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C15,
        name: "CJK UNIFIED IDEOGRAPH-21C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C16,
        name: "CJK UNIFIED IDEOGRAPH-21C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C17,
        name: "CJK UNIFIED IDEOGRAPH-21C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C18,
        name: "CJK UNIFIED IDEOGRAPH-21C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C19,
        name: "CJK UNIFIED IDEOGRAPH-21C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C1A,
        name: "CJK UNIFIED IDEOGRAPH-21C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C1B,
        name: "CJK UNIFIED IDEOGRAPH-21C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C1C,
        name: "CJK UNIFIED IDEOGRAPH-21C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C1D,
        name: "CJK UNIFIED IDEOGRAPH-21C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C1E,
        name: "CJK UNIFIED IDEOGRAPH-21C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C1F,
        name: "CJK UNIFIED IDEOGRAPH-21C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C20,
        name: "CJK UNIFIED IDEOGRAPH-21C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C21,
        name: "CJK UNIFIED IDEOGRAPH-21C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C22,
        name: "CJK UNIFIED IDEOGRAPH-21C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C23,
        name: "CJK UNIFIED IDEOGRAPH-21C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C24,
        name: "CJK UNIFIED IDEOGRAPH-21C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C25,
        name: "CJK UNIFIED IDEOGRAPH-21C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C26,
        name: "CJK UNIFIED IDEOGRAPH-21C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C27,
        name: "CJK UNIFIED IDEOGRAPH-21C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C28,
        name: "CJK UNIFIED IDEOGRAPH-21C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C29,
        name: "CJK UNIFIED IDEOGRAPH-21C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C2A,
        name: "CJK UNIFIED IDEOGRAPH-21C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C2B,
        name: "CJK UNIFIED IDEOGRAPH-21C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C2C,
        name: "CJK UNIFIED IDEOGRAPH-21C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C2D,
        name: "CJK UNIFIED IDEOGRAPH-21C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C2E,
        name: "CJK UNIFIED IDEOGRAPH-21C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C2F,
        name: "CJK UNIFIED IDEOGRAPH-21C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C30,
        name: "CJK UNIFIED IDEOGRAPH-21C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C31,
        name: "CJK UNIFIED IDEOGRAPH-21C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C32,
        name: "CJK UNIFIED IDEOGRAPH-21C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C33,
        name: "CJK UNIFIED IDEOGRAPH-21C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C34,
        name: "CJK UNIFIED IDEOGRAPH-21C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C35,
        name: "CJK UNIFIED IDEOGRAPH-21C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C36,
        name: "CJK UNIFIED IDEOGRAPH-21C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C37,
        name: "CJK UNIFIED IDEOGRAPH-21C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C38,
        name: "CJK UNIFIED IDEOGRAPH-21C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C39,
        name: "CJK UNIFIED IDEOGRAPH-21C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C3A,
        name: "CJK UNIFIED IDEOGRAPH-21C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C3B,
        name: "CJK UNIFIED IDEOGRAPH-21C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C3C,
        name: "CJK UNIFIED IDEOGRAPH-21C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C3D,
        name: "CJK UNIFIED IDEOGRAPH-21C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C3E,
        name: "CJK UNIFIED IDEOGRAPH-21C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C3F,
        name: "CJK UNIFIED IDEOGRAPH-21C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C40,
        name: "CJK UNIFIED IDEOGRAPH-21C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C41,
        name: "CJK UNIFIED IDEOGRAPH-21C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C42,
        name: "CJK UNIFIED IDEOGRAPH-21C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C43,
        name: "CJK UNIFIED IDEOGRAPH-21C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C44,
        name: "CJK UNIFIED IDEOGRAPH-21C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C45,
        name: "CJK UNIFIED IDEOGRAPH-21C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C46,
        name: "CJK UNIFIED IDEOGRAPH-21C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C47,
        name: "CJK UNIFIED IDEOGRAPH-21C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C48,
        name: "CJK UNIFIED IDEOGRAPH-21C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C49,
        name: "CJK UNIFIED IDEOGRAPH-21C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C4A,
        name: "CJK UNIFIED IDEOGRAPH-21C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C4B,
        name: "CJK UNIFIED IDEOGRAPH-21C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C4C,
        name: "CJK UNIFIED IDEOGRAPH-21C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C4D,
        name: "CJK UNIFIED IDEOGRAPH-21C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C4E,
        name: "CJK UNIFIED IDEOGRAPH-21C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C4F,
        name: "CJK UNIFIED IDEOGRAPH-21C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C50,
        name: "CJK UNIFIED IDEOGRAPH-21C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C51,
        name: "CJK UNIFIED IDEOGRAPH-21C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C52,
        name: "CJK UNIFIED IDEOGRAPH-21C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C53,
        name: "CJK UNIFIED IDEOGRAPH-21C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C54,
        name: "CJK UNIFIED IDEOGRAPH-21C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C55,
        name: "CJK UNIFIED IDEOGRAPH-21C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C56,
        name: "CJK UNIFIED IDEOGRAPH-21C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C57,
        name: "CJK UNIFIED IDEOGRAPH-21C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C58,
        name: "CJK UNIFIED IDEOGRAPH-21C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C59,
        name: "CJK UNIFIED IDEOGRAPH-21C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C5A,
        name: "CJK UNIFIED IDEOGRAPH-21C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C5B,
        name: "CJK UNIFIED IDEOGRAPH-21C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C5C,
        name: "CJK UNIFIED IDEOGRAPH-21C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C5D,
        name: "CJK UNIFIED IDEOGRAPH-21C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C5E,
        name: "CJK UNIFIED IDEOGRAPH-21C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C5F,
        name: "CJK UNIFIED IDEOGRAPH-21C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C60,
        name: "CJK UNIFIED IDEOGRAPH-21C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C61,
        name: "CJK UNIFIED IDEOGRAPH-21C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C62,
        name: "CJK UNIFIED IDEOGRAPH-21C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C63,
        name: "CJK UNIFIED IDEOGRAPH-21C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C64,
        name: "CJK UNIFIED IDEOGRAPH-21C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C65,
        name: "CJK UNIFIED IDEOGRAPH-21C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C66,
        name: "CJK UNIFIED IDEOGRAPH-21C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C67,
        name: "CJK UNIFIED IDEOGRAPH-21C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C68,
        name: "CJK UNIFIED IDEOGRAPH-21C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C69,
        name: "CJK UNIFIED IDEOGRAPH-21C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C6A,
        name: "CJK UNIFIED IDEOGRAPH-21C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C6B,
        name: "CJK UNIFIED IDEOGRAPH-21C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C6C,
        name: "CJK UNIFIED IDEOGRAPH-21C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C6D,
        name: "CJK UNIFIED IDEOGRAPH-21C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C6E,
        name: "CJK UNIFIED IDEOGRAPH-21C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C6F,
        name: "CJK UNIFIED IDEOGRAPH-21C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C70,
        name: "CJK UNIFIED IDEOGRAPH-21C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C71,
        name: "CJK UNIFIED IDEOGRAPH-21C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C72,
        name: "CJK UNIFIED IDEOGRAPH-21C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C73,
        name: "CJK UNIFIED IDEOGRAPH-21C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C74,
        name: "CJK UNIFIED IDEOGRAPH-21C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C75,
        name: "CJK UNIFIED IDEOGRAPH-21C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C76,
        name: "CJK UNIFIED IDEOGRAPH-21C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C77,
        name: "CJK UNIFIED IDEOGRAPH-21C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C78,
        name: "CJK UNIFIED IDEOGRAPH-21C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C79,
        name: "CJK UNIFIED IDEOGRAPH-21C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C7A,
        name: "CJK UNIFIED IDEOGRAPH-21C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C7B,
        name: "CJK UNIFIED IDEOGRAPH-21C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C7C,
        name: "CJK UNIFIED IDEOGRAPH-21C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C7D,
        name: "CJK UNIFIED IDEOGRAPH-21C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C7E,
        name: "CJK UNIFIED IDEOGRAPH-21C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C7F,
        name: "CJK UNIFIED IDEOGRAPH-21C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C80,
        name: "CJK UNIFIED IDEOGRAPH-21C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C81,
        name: "CJK UNIFIED IDEOGRAPH-21C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C82,
        name: "CJK UNIFIED IDEOGRAPH-21C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C83,
        name: "CJK UNIFIED IDEOGRAPH-21C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C84,
        name: "CJK UNIFIED IDEOGRAPH-21C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C85,
        name: "CJK UNIFIED IDEOGRAPH-21C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C86,
        name: "CJK UNIFIED IDEOGRAPH-21C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C87,
        name: "CJK UNIFIED IDEOGRAPH-21C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C88,
        name: "CJK UNIFIED IDEOGRAPH-21C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C89,
        name: "CJK UNIFIED IDEOGRAPH-21C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C8A,
        name: "CJK UNIFIED IDEOGRAPH-21C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C8B,
        name: "CJK UNIFIED IDEOGRAPH-21C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C8C,
        name: "CJK UNIFIED IDEOGRAPH-21C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C8D,
        name: "CJK UNIFIED IDEOGRAPH-21C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C8E,
        name: "CJK UNIFIED IDEOGRAPH-21C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C8F,
        name: "CJK UNIFIED IDEOGRAPH-21C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C90,
        name: "CJK UNIFIED IDEOGRAPH-21C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C91,
        name: "CJK UNIFIED IDEOGRAPH-21C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C92,
        name: "CJK UNIFIED IDEOGRAPH-21C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C93,
        name: "CJK UNIFIED IDEOGRAPH-21C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C94,
        name: "CJK UNIFIED IDEOGRAPH-21C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C95,
        name: "CJK UNIFIED IDEOGRAPH-21C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C96,
        name: "CJK UNIFIED IDEOGRAPH-21C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C97,
        name: "CJK UNIFIED IDEOGRAPH-21C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C98,
        name: "CJK UNIFIED IDEOGRAPH-21C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C99,
        name: "CJK UNIFIED IDEOGRAPH-21C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C9A,
        name: "CJK UNIFIED IDEOGRAPH-21C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C9B,
        name: "CJK UNIFIED IDEOGRAPH-21C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C9C,
        name: "CJK UNIFIED IDEOGRAPH-21C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C9D,
        name: "CJK UNIFIED IDEOGRAPH-21C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C9E,
        name: "CJK UNIFIED IDEOGRAPH-21C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21C9F,
        name: "CJK UNIFIED IDEOGRAPH-21C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA0,
        name: "CJK UNIFIED IDEOGRAPH-21CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA1,
        name: "CJK UNIFIED IDEOGRAPH-21CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA2,
        name: "CJK UNIFIED IDEOGRAPH-21CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA3,
        name: "CJK UNIFIED IDEOGRAPH-21CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA4,
        name: "CJK UNIFIED IDEOGRAPH-21CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA5,
        name: "CJK UNIFIED IDEOGRAPH-21CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA6,
        name: "CJK UNIFIED IDEOGRAPH-21CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA7,
        name: "CJK UNIFIED IDEOGRAPH-21CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA8,
        name: "CJK UNIFIED IDEOGRAPH-21CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CA9,
        name: "CJK UNIFIED IDEOGRAPH-21CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CAA,
        name: "CJK UNIFIED IDEOGRAPH-21CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CAB,
        name: "CJK UNIFIED IDEOGRAPH-21CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CAC,
        name: "CJK UNIFIED IDEOGRAPH-21CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CAD,
        name: "CJK UNIFIED IDEOGRAPH-21CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CAE,
        name: "CJK UNIFIED IDEOGRAPH-21CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CAF,
        name: "CJK UNIFIED IDEOGRAPH-21CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB0,
        name: "CJK UNIFIED IDEOGRAPH-21CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB1,
        name: "CJK UNIFIED IDEOGRAPH-21CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB2,
        name: "CJK UNIFIED IDEOGRAPH-21CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB3,
        name: "CJK UNIFIED IDEOGRAPH-21CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB4,
        name: "CJK UNIFIED IDEOGRAPH-21CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB5,
        name: "CJK UNIFIED IDEOGRAPH-21CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB6,
        name: "CJK UNIFIED IDEOGRAPH-21CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB7,
        name: "CJK UNIFIED IDEOGRAPH-21CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB8,
        name: "CJK UNIFIED IDEOGRAPH-21CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CB9,
        name: "CJK UNIFIED IDEOGRAPH-21CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CBA,
        name: "CJK UNIFIED IDEOGRAPH-21CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CBB,
        name: "CJK UNIFIED IDEOGRAPH-21CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CBC,
        name: "CJK UNIFIED IDEOGRAPH-21CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CBD,
        name: "CJK UNIFIED IDEOGRAPH-21CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CBE,
        name: "CJK UNIFIED IDEOGRAPH-21CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CBF,
        name: "CJK UNIFIED IDEOGRAPH-21CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC0,
        name: "CJK UNIFIED IDEOGRAPH-21CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC1,
        name: "CJK UNIFIED IDEOGRAPH-21CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC2,
        name: "CJK UNIFIED IDEOGRAPH-21CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC3,
        name: "CJK UNIFIED IDEOGRAPH-21CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC4,
        name: "CJK UNIFIED IDEOGRAPH-21CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC5,
        name: "CJK UNIFIED IDEOGRAPH-21CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC6,
        name: "CJK UNIFIED IDEOGRAPH-21CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC7,
        name: "CJK UNIFIED IDEOGRAPH-21CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC8,
        name: "CJK UNIFIED IDEOGRAPH-21CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CC9,
        name: "CJK UNIFIED IDEOGRAPH-21CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CCA,
        name: "CJK UNIFIED IDEOGRAPH-21CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CCB,
        name: "CJK UNIFIED IDEOGRAPH-21CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CCC,
        name: "CJK UNIFIED IDEOGRAPH-21CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CCD,
        name: "CJK UNIFIED IDEOGRAPH-21CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CCE,
        name: "CJK UNIFIED IDEOGRAPH-21CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CCF,
        name: "CJK UNIFIED IDEOGRAPH-21CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD0,
        name: "CJK UNIFIED IDEOGRAPH-21CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD1,
        name: "CJK UNIFIED IDEOGRAPH-21CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD2,
        name: "CJK UNIFIED IDEOGRAPH-21CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD3,
        name: "CJK UNIFIED IDEOGRAPH-21CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD4,
        name: "CJK UNIFIED IDEOGRAPH-21CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD5,
        name: "CJK UNIFIED IDEOGRAPH-21CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD6,
        name: "CJK UNIFIED IDEOGRAPH-21CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD7,
        name: "CJK UNIFIED IDEOGRAPH-21CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD8,
        name: "CJK UNIFIED IDEOGRAPH-21CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CD9,
        name: "CJK UNIFIED IDEOGRAPH-21CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CDA,
        name: "CJK UNIFIED IDEOGRAPH-21CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CDB,
        name: "CJK UNIFIED IDEOGRAPH-21CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CDC,
        name: "CJK UNIFIED IDEOGRAPH-21CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CDD,
        name: "CJK UNIFIED IDEOGRAPH-21CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CDE,
        name: "CJK UNIFIED IDEOGRAPH-21CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CDF,
        name: "CJK UNIFIED IDEOGRAPH-21CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE0,
        name: "CJK UNIFIED IDEOGRAPH-21CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE1,
        name: "CJK UNIFIED IDEOGRAPH-21CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE2,
        name: "CJK UNIFIED IDEOGRAPH-21CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE3,
        name: "CJK UNIFIED IDEOGRAPH-21CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE4,
        name: "CJK UNIFIED IDEOGRAPH-21CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE5,
        name: "CJK UNIFIED IDEOGRAPH-21CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE6,
        name: "CJK UNIFIED IDEOGRAPH-21CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE7,
        name: "CJK UNIFIED IDEOGRAPH-21CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE8,
        name: "CJK UNIFIED IDEOGRAPH-21CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CE9,
        name: "CJK UNIFIED IDEOGRAPH-21CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CEA,
        name: "CJK UNIFIED IDEOGRAPH-21CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CEB,
        name: "CJK UNIFIED IDEOGRAPH-21CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CEC,
        name: "CJK UNIFIED IDEOGRAPH-21CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CED,
        name: "CJK UNIFIED IDEOGRAPH-21CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CEE,
        name: "CJK UNIFIED IDEOGRAPH-21CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CEF,
        name: "CJK UNIFIED IDEOGRAPH-21CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF0,
        name: "CJK UNIFIED IDEOGRAPH-21CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF1,
        name: "CJK UNIFIED IDEOGRAPH-21CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF2,
        name: "CJK UNIFIED IDEOGRAPH-21CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF3,
        name: "CJK UNIFIED IDEOGRAPH-21CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF4,
        name: "CJK UNIFIED IDEOGRAPH-21CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF5,
        name: "CJK UNIFIED IDEOGRAPH-21CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF6,
        name: "CJK UNIFIED IDEOGRAPH-21CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF7,
        name: "CJK UNIFIED IDEOGRAPH-21CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF8,
        name: "CJK UNIFIED IDEOGRAPH-21CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CF9,
        name: "CJK UNIFIED IDEOGRAPH-21CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CFA,
        name: "CJK UNIFIED IDEOGRAPH-21CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CFB,
        name: "CJK UNIFIED IDEOGRAPH-21CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CFC,
        name: "CJK UNIFIED IDEOGRAPH-21CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CFD,
        name: "CJK UNIFIED IDEOGRAPH-21CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CFE,
        name: "CJK UNIFIED IDEOGRAPH-21CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21CFF,
        name: "CJK UNIFIED IDEOGRAPH-21CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D00,
        name: "CJK UNIFIED IDEOGRAPH-21D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D01,
        name: "CJK UNIFIED IDEOGRAPH-21D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D02,
        name: "CJK UNIFIED IDEOGRAPH-21D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D03,
        name: "CJK UNIFIED IDEOGRAPH-21D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D04,
        name: "CJK UNIFIED IDEOGRAPH-21D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D05,
        name: "CJK UNIFIED IDEOGRAPH-21D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D06,
        name: "CJK UNIFIED IDEOGRAPH-21D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D07,
        name: "CJK UNIFIED IDEOGRAPH-21D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D08,
        name: "CJK UNIFIED IDEOGRAPH-21D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D09,
        name: "CJK UNIFIED IDEOGRAPH-21D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D0A,
        name: "CJK UNIFIED IDEOGRAPH-21D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D0B,
        name: "CJK UNIFIED IDEOGRAPH-21D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D0C,
        name: "CJK UNIFIED IDEOGRAPH-21D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D0D,
        name: "CJK UNIFIED IDEOGRAPH-21D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D0E,
        name: "CJK UNIFIED IDEOGRAPH-21D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D0F,
        name: "CJK UNIFIED IDEOGRAPH-21D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D10,
        name: "CJK UNIFIED IDEOGRAPH-21D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D11,
        name: "CJK UNIFIED IDEOGRAPH-21D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D12,
        name: "CJK UNIFIED IDEOGRAPH-21D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D13,
        name: "CJK UNIFIED IDEOGRAPH-21D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D14,
        name: "CJK UNIFIED IDEOGRAPH-21D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D15,
        name: "CJK UNIFIED IDEOGRAPH-21D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D16,
        name: "CJK UNIFIED IDEOGRAPH-21D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D17,
        name: "CJK UNIFIED IDEOGRAPH-21D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D18,
        name: "CJK UNIFIED IDEOGRAPH-21D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D19,
        name: "CJK UNIFIED IDEOGRAPH-21D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D1A,
        name: "CJK UNIFIED IDEOGRAPH-21D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D1B,
        name: "CJK UNIFIED IDEOGRAPH-21D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D1C,
        name: "CJK UNIFIED IDEOGRAPH-21D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D1D,
        name: "CJK UNIFIED IDEOGRAPH-21D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D1E,
        name: "CJK UNIFIED IDEOGRAPH-21D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D1F,
        name: "CJK UNIFIED IDEOGRAPH-21D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D20,
        name: "CJK UNIFIED IDEOGRAPH-21D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D21,
        name: "CJK UNIFIED IDEOGRAPH-21D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D22,
        name: "CJK UNIFIED IDEOGRAPH-21D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D23,
        name: "CJK UNIFIED IDEOGRAPH-21D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D24,
        name: "CJK UNIFIED IDEOGRAPH-21D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D25,
        name: "CJK UNIFIED IDEOGRAPH-21D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D26,
        name: "CJK UNIFIED IDEOGRAPH-21D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D27,
        name: "CJK UNIFIED IDEOGRAPH-21D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D28,
        name: "CJK UNIFIED IDEOGRAPH-21D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D29,
        name: "CJK UNIFIED IDEOGRAPH-21D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D2A,
        name: "CJK UNIFIED IDEOGRAPH-21D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D2B,
        name: "CJK UNIFIED IDEOGRAPH-21D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D2C,
        name: "CJK UNIFIED IDEOGRAPH-21D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D2D,
        name: "CJK UNIFIED IDEOGRAPH-21D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D2E,
        name: "CJK UNIFIED IDEOGRAPH-21D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D2F,
        name: "CJK UNIFIED IDEOGRAPH-21D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D30,
        name: "CJK UNIFIED IDEOGRAPH-21D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D31,
        name: "CJK UNIFIED IDEOGRAPH-21D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D32,
        name: "CJK UNIFIED IDEOGRAPH-21D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D33,
        name: "CJK UNIFIED IDEOGRAPH-21D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D34,
        name: "CJK UNIFIED IDEOGRAPH-21D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D35,
        name: "CJK UNIFIED IDEOGRAPH-21D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D36,
        name: "CJK UNIFIED IDEOGRAPH-21D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D37,
        name: "CJK UNIFIED IDEOGRAPH-21D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D38,
        name: "CJK UNIFIED IDEOGRAPH-21D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D39,
        name: "CJK UNIFIED IDEOGRAPH-21D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D3A,
        name: "CJK UNIFIED IDEOGRAPH-21D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D3B,
        name: "CJK UNIFIED IDEOGRAPH-21D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D3C,
        name: "CJK UNIFIED IDEOGRAPH-21D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D3D,
        name: "CJK UNIFIED IDEOGRAPH-21D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D3E,
        name: "CJK UNIFIED IDEOGRAPH-21D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D3F,
        name: "CJK UNIFIED IDEOGRAPH-21D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D40,
        name: "CJK UNIFIED IDEOGRAPH-21D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D41,
        name: "CJK UNIFIED IDEOGRAPH-21D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D42,
        name: "CJK UNIFIED IDEOGRAPH-21D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D43,
        name: "CJK UNIFIED IDEOGRAPH-21D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D44,
        name: "CJK UNIFIED IDEOGRAPH-21D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D45,
        name: "CJK UNIFIED IDEOGRAPH-21D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D46,
        name: "CJK UNIFIED IDEOGRAPH-21D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D47,
        name: "CJK UNIFIED IDEOGRAPH-21D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D48,
        name: "CJK UNIFIED IDEOGRAPH-21D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D49,
        name: "CJK UNIFIED IDEOGRAPH-21D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D4A,
        name: "CJK UNIFIED IDEOGRAPH-21D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D4B,
        name: "CJK UNIFIED IDEOGRAPH-21D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D4C,
        name: "CJK UNIFIED IDEOGRAPH-21D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D4D,
        name: "CJK UNIFIED IDEOGRAPH-21D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D4E,
        name: "CJK UNIFIED IDEOGRAPH-21D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D4F,
        name: "CJK UNIFIED IDEOGRAPH-21D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D50,
        name: "CJK UNIFIED IDEOGRAPH-21D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D51,
        name: "CJK UNIFIED IDEOGRAPH-21D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D52,
        name: "CJK UNIFIED IDEOGRAPH-21D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D53,
        name: "CJK UNIFIED IDEOGRAPH-21D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D54,
        name: "CJK UNIFIED IDEOGRAPH-21D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D55,
        name: "CJK UNIFIED IDEOGRAPH-21D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D56,
        name: "CJK UNIFIED IDEOGRAPH-21D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D57,
        name: "CJK UNIFIED IDEOGRAPH-21D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D58,
        name: "CJK UNIFIED IDEOGRAPH-21D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D59,
        name: "CJK UNIFIED IDEOGRAPH-21D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D5A,
        name: "CJK UNIFIED IDEOGRAPH-21D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D5B,
        name: "CJK UNIFIED IDEOGRAPH-21D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D5C,
        name: "CJK UNIFIED IDEOGRAPH-21D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D5D,
        name: "CJK UNIFIED IDEOGRAPH-21D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D5E,
        name: "CJK UNIFIED IDEOGRAPH-21D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D5F,
        name: "CJK UNIFIED IDEOGRAPH-21D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D60,
        name: "CJK UNIFIED IDEOGRAPH-21D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D61,
        name: "CJK UNIFIED IDEOGRAPH-21D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D62,
        name: "CJK UNIFIED IDEOGRAPH-21D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D63,
        name: "CJK UNIFIED IDEOGRAPH-21D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D64,
        name: "CJK UNIFIED IDEOGRAPH-21D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D65,
        name: "CJK UNIFIED IDEOGRAPH-21D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D66,
        name: "CJK UNIFIED IDEOGRAPH-21D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D67,
        name: "CJK UNIFIED IDEOGRAPH-21D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D68,
        name: "CJK UNIFIED IDEOGRAPH-21D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D69,
        name: "CJK UNIFIED IDEOGRAPH-21D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D6A,
        name: "CJK UNIFIED IDEOGRAPH-21D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D6B,
        name: "CJK UNIFIED IDEOGRAPH-21D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D6C,
        name: "CJK UNIFIED IDEOGRAPH-21D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D6D,
        name: "CJK UNIFIED IDEOGRAPH-21D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D6E,
        name: "CJK UNIFIED IDEOGRAPH-21D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D6F,
        name: "CJK UNIFIED IDEOGRAPH-21D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D70,
        name: "CJK UNIFIED IDEOGRAPH-21D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D71,
        name: "CJK UNIFIED IDEOGRAPH-21D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D72,
        name: "CJK UNIFIED IDEOGRAPH-21D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D73,
        name: "CJK UNIFIED IDEOGRAPH-21D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D74,
        name: "CJK UNIFIED IDEOGRAPH-21D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D75,
        name: "CJK UNIFIED IDEOGRAPH-21D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D76,
        name: "CJK UNIFIED IDEOGRAPH-21D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D77,
        name: "CJK UNIFIED IDEOGRAPH-21D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D78,
        name: "CJK UNIFIED IDEOGRAPH-21D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D79,
        name: "CJK UNIFIED IDEOGRAPH-21D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D7A,
        name: "CJK UNIFIED IDEOGRAPH-21D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D7B,
        name: "CJK UNIFIED IDEOGRAPH-21D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D7C,
        name: "CJK UNIFIED IDEOGRAPH-21D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D7D,
        name: "CJK UNIFIED IDEOGRAPH-21D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D7E,
        name: "CJK UNIFIED IDEOGRAPH-21D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D7F,
        name: "CJK UNIFIED IDEOGRAPH-21D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D80,
        name: "CJK UNIFIED IDEOGRAPH-21D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D81,
        name: "CJK UNIFIED IDEOGRAPH-21D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D82,
        name: "CJK UNIFIED IDEOGRAPH-21D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D83,
        name: "CJK UNIFIED IDEOGRAPH-21D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D84,
        name: "CJK UNIFIED IDEOGRAPH-21D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D85,
        name: "CJK UNIFIED IDEOGRAPH-21D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D86,
        name: "CJK UNIFIED IDEOGRAPH-21D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D87,
        name: "CJK UNIFIED IDEOGRAPH-21D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D88,
        name: "CJK UNIFIED IDEOGRAPH-21D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D89,
        name: "CJK UNIFIED IDEOGRAPH-21D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D8A,
        name: "CJK UNIFIED IDEOGRAPH-21D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D8B,
        name: "CJK UNIFIED IDEOGRAPH-21D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D8C,
        name: "CJK UNIFIED IDEOGRAPH-21D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D8D,
        name: "CJK UNIFIED IDEOGRAPH-21D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D8E,
        name: "CJK UNIFIED IDEOGRAPH-21D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D8F,
        name: "CJK UNIFIED IDEOGRAPH-21D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D90,
        name: "CJK UNIFIED IDEOGRAPH-21D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D91,
        name: "CJK UNIFIED IDEOGRAPH-21D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D92,
        name: "CJK UNIFIED IDEOGRAPH-21D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D93,
        name: "CJK UNIFIED IDEOGRAPH-21D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D94,
        name: "CJK UNIFIED IDEOGRAPH-21D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D95,
        name: "CJK UNIFIED IDEOGRAPH-21D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D96,
        name: "CJK UNIFIED IDEOGRAPH-21D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D97,
        name: "CJK UNIFIED IDEOGRAPH-21D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D98,
        name: "CJK UNIFIED IDEOGRAPH-21D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D99,
        name: "CJK UNIFIED IDEOGRAPH-21D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D9A,
        name: "CJK UNIFIED IDEOGRAPH-21D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D9B,
        name: "CJK UNIFIED IDEOGRAPH-21D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D9C,
        name: "CJK UNIFIED IDEOGRAPH-21D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D9D,
        name: "CJK UNIFIED IDEOGRAPH-21D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D9E,
        name: "CJK UNIFIED IDEOGRAPH-21D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21D9F,
        name: "CJK UNIFIED IDEOGRAPH-21D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA0,
        name: "CJK UNIFIED IDEOGRAPH-21DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA1,
        name: "CJK UNIFIED IDEOGRAPH-21DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA2,
        name: "CJK UNIFIED IDEOGRAPH-21DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA3,
        name: "CJK UNIFIED IDEOGRAPH-21DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA4,
        name: "CJK UNIFIED IDEOGRAPH-21DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA5,
        name: "CJK UNIFIED IDEOGRAPH-21DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA6,
        name: "CJK UNIFIED IDEOGRAPH-21DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA7,
        name: "CJK UNIFIED IDEOGRAPH-21DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA8,
        name: "CJK UNIFIED IDEOGRAPH-21DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DA9,
        name: "CJK UNIFIED IDEOGRAPH-21DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DAA,
        name: "CJK UNIFIED IDEOGRAPH-21DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DAB,
        name: "CJK UNIFIED IDEOGRAPH-21DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DAC,
        name: "CJK UNIFIED IDEOGRAPH-21DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DAD,
        name: "CJK UNIFIED IDEOGRAPH-21DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DAE,
        name: "CJK UNIFIED IDEOGRAPH-21DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DAF,
        name: "CJK UNIFIED IDEOGRAPH-21DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB0,
        name: "CJK UNIFIED IDEOGRAPH-21DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB1,
        name: "CJK UNIFIED IDEOGRAPH-21DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB2,
        name: "CJK UNIFIED IDEOGRAPH-21DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB3,
        name: "CJK UNIFIED IDEOGRAPH-21DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB4,
        name: "CJK UNIFIED IDEOGRAPH-21DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB5,
        name: "CJK UNIFIED IDEOGRAPH-21DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB6,
        name: "CJK UNIFIED IDEOGRAPH-21DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB7,
        name: "CJK UNIFIED IDEOGRAPH-21DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB8,
        name: "CJK UNIFIED IDEOGRAPH-21DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DB9,
        name: "CJK UNIFIED IDEOGRAPH-21DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DBA,
        name: "CJK UNIFIED IDEOGRAPH-21DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DBB,
        name: "CJK UNIFIED IDEOGRAPH-21DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DBC,
        name: "CJK UNIFIED IDEOGRAPH-21DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DBD,
        name: "CJK UNIFIED IDEOGRAPH-21DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DBE,
        name: "CJK UNIFIED IDEOGRAPH-21DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DBF,
        name: "CJK UNIFIED IDEOGRAPH-21DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC0,
        name: "CJK UNIFIED IDEOGRAPH-21DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC1,
        name: "CJK UNIFIED IDEOGRAPH-21DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC2,
        name: "CJK UNIFIED IDEOGRAPH-21DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC3,
        name: "CJK UNIFIED IDEOGRAPH-21DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC4,
        name: "CJK UNIFIED IDEOGRAPH-21DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC5,
        name: "CJK UNIFIED IDEOGRAPH-21DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC6,
        name: "CJK UNIFIED IDEOGRAPH-21DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC7,
        name: "CJK UNIFIED IDEOGRAPH-21DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC8,
        name: "CJK UNIFIED IDEOGRAPH-21DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DC9,
        name: "CJK UNIFIED IDEOGRAPH-21DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DCA,
        name: "CJK UNIFIED IDEOGRAPH-21DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DCB,
        name: "CJK UNIFIED IDEOGRAPH-21DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DCC,
        name: "CJK UNIFIED IDEOGRAPH-21DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DCD,
        name: "CJK UNIFIED IDEOGRAPH-21DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DCE,
        name: "CJK UNIFIED IDEOGRAPH-21DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DCF,
        name: "CJK UNIFIED IDEOGRAPH-21DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD0,
        name: "CJK UNIFIED IDEOGRAPH-21DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD1,
        name: "CJK UNIFIED IDEOGRAPH-21DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD2,
        name: "CJK UNIFIED IDEOGRAPH-21DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD3,
        name: "CJK UNIFIED IDEOGRAPH-21DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD4,
        name: "CJK UNIFIED IDEOGRAPH-21DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD5,
        name: "CJK UNIFIED IDEOGRAPH-21DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD6,
        name: "CJK UNIFIED IDEOGRAPH-21DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD7,
        name: "CJK UNIFIED IDEOGRAPH-21DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD8,
        name: "CJK UNIFIED IDEOGRAPH-21DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DD9,
        name: "CJK UNIFIED IDEOGRAPH-21DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DDA,
        name: "CJK UNIFIED IDEOGRAPH-21DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DDB,
        name: "CJK UNIFIED IDEOGRAPH-21DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DDC,
        name: "CJK UNIFIED IDEOGRAPH-21DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DDD,
        name: "CJK UNIFIED IDEOGRAPH-21DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DDE,
        name: "CJK UNIFIED IDEOGRAPH-21DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DDF,
        name: "CJK UNIFIED IDEOGRAPH-21DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE0,
        name: "CJK UNIFIED IDEOGRAPH-21DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE1,
        name: "CJK UNIFIED IDEOGRAPH-21DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE2,
        name: "CJK UNIFIED IDEOGRAPH-21DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE3,
        name: "CJK UNIFIED IDEOGRAPH-21DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE4,
        name: "CJK UNIFIED IDEOGRAPH-21DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE5,
        name: "CJK UNIFIED IDEOGRAPH-21DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE6,
        name: "CJK UNIFIED IDEOGRAPH-21DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE7,
        name: "CJK UNIFIED IDEOGRAPH-21DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE8,
        name: "CJK UNIFIED IDEOGRAPH-21DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DE9,
        name: "CJK UNIFIED IDEOGRAPH-21DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DEA,
        name: "CJK UNIFIED IDEOGRAPH-21DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DEB,
        name: "CJK UNIFIED IDEOGRAPH-21DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DEC,
        name: "CJK UNIFIED IDEOGRAPH-21DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DED,
        name: "CJK UNIFIED IDEOGRAPH-21DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DEE,
        name: "CJK UNIFIED IDEOGRAPH-21DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DEF,
        name: "CJK UNIFIED IDEOGRAPH-21DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF0,
        name: "CJK UNIFIED IDEOGRAPH-21DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF1,
        name: "CJK UNIFIED IDEOGRAPH-21DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF2,
        name: "CJK UNIFIED IDEOGRAPH-21DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF3,
        name: "CJK UNIFIED IDEOGRAPH-21DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF4,
        name: "CJK UNIFIED IDEOGRAPH-21DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF5,
        name: "CJK UNIFIED IDEOGRAPH-21DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF6,
        name: "CJK UNIFIED IDEOGRAPH-21DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF7,
        name: "CJK UNIFIED IDEOGRAPH-21DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF8,
        name: "CJK UNIFIED IDEOGRAPH-21DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DF9,
        name: "CJK UNIFIED IDEOGRAPH-21DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DFA,
        name: "CJK UNIFIED IDEOGRAPH-21DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DFB,
        name: "CJK UNIFIED IDEOGRAPH-21DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DFC,
        name: "CJK UNIFIED IDEOGRAPH-21DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DFD,
        name: "CJK UNIFIED IDEOGRAPH-21DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DFE,
        name: "CJK UNIFIED IDEOGRAPH-21DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21DFF,
        name: "CJK UNIFIED IDEOGRAPH-21DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E00,
        name: "CJK UNIFIED IDEOGRAPH-21E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E01,
        name: "CJK UNIFIED IDEOGRAPH-21E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E02,
        name: "CJK UNIFIED IDEOGRAPH-21E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E03,
        name: "CJK UNIFIED IDEOGRAPH-21E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E04,
        name: "CJK UNIFIED IDEOGRAPH-21E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E05,
        name: "CJK UNIFIED IDEOGRAPH-21E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E06,
        name: "CJK UNIFIED IDEOGRAPH-21E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E07,
        name: "CJK UNIFIED IDEOGRAPH-21E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E08,
        name: "CJK UNIFIED IDEOGRAPH-21E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E09,
        name: "CJK UNIFIED IDEOGRAPH-21E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E0A,
        name: "CJK UNIFIED IDEOGRAPH-21E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E0B,
        name: "CJK UNIFIED IDEOGRAPH-21E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E0C,
        name: "CJK UNIFIED IDEOGRAPH-21E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E0D,
        name: "CJK UNIFIED IDEOGRAPH-21E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E0E,
        name: "CJK UNIFIED IDEOGRAPH-21E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E0F,
        name: "CJK UNIFIED IDEOGRAPH-21E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E10,
        name: "CJK UNIFIED IDEOGRAPH-21E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E11,
        name: "CJK UNIFIED IDEOGRAPH-21E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E12,
        name: "CJK UNIFIED IDEOGRAPH-21E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E13,
        name: "CJK UNIFIED IDEOGRAPH-21E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E14,
        name: "CJK UNIFIED IDEOGRAPH-21E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E15,
        name: "CJK UNIFIED IDEOGRAPH-21E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E16,
        name: "CJK UNIFIED IDEOGRAPH-21E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E17,
        name: "CJK UNIFIED IDEOGRAPH-21E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E18,
        name: "CJK UNIFIED IDEOGRAPH-21E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E19,
        name: "CJK UNIFIED IDEOGRAPH-21E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E1A,
        name: "CJK UNIFIED IDEOGRAPH-21E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E1B,
        name: "CJK UNIFIED IDEOGRAPH-21E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E1C,
        name: "CJK UNIFIED IDEOGRAPH-21E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E1D,
        name: "CJK UNIFIED IDEOGRAPH-21E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E1E,
        name: "CJK UNIFIED IDEOGRAPH-21E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E1F,
        name: "CJK UNIFIED IDEOGRAPH-21E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E20,
        name: "CJK UNIFIED IDEOGRAPH-21E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E21,
        name: "CJK UNIFIED IDEOGRAPH-21E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E22,
        name: "CJK UNIFIED IDEOGRAPH-21E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E23,
        name: "CJK UNIFIED IDEOGRAPH-21E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E24,
        name: "CJK UNIFIED IDEOGRAPH-21E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E25,
        name: "CJK UNIFIED IDEOGRAPH-21E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E26,
        name: "CJK UNIFIED IDEOGRAPH-21E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E27,
        name: "CJK UNIFIED IDEOGRAPH-21E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E28,
        name: "CJK UNIFIED IDEOGRAPH-21E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E29,
        name: "CJK UNIFIED IDEOGRAPH-21E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E2A,
        name: "CJK UNIFIED IDEOGRAPH-21E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E2B,
        name: "CJK UNIFIED IDEOGRAPH-21E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E2C,
        name: "CJK UNIFIED IDEOGRAPH-21E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E2D,
        name: "CJK UNIFIED IDEOGRAPH-21E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E2E,
        name: "CJK UNIFIED IDEOGRAPH-21E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E2F,
        name: "CJK UNIFIED IDEOGRAPH-21E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E30,
        name: "CJK UNIFIED IDEOGRAPH-21E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E31,
        name: "CJK UNIFIED IDEOGRAPH-21E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E32,
        name: "CJK UNIFIED IDEOGRAPH-21E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E33,
        name: "CJK UNIFIED IDEOGRAPH-21E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E34,
        name: "CJK UNIFIED IDEOGRAPH-21E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E35,
        name: "CJK UNIFIED IDEOGRAPH-21E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E36,
        name: "CJK UNIFIED IDEOGRAPH-21E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E37,
        name: "CJK UNIFIED IDEOGRAPH-21E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E38,
        name: "CJK UNIFIED IDEOGRAPH-21E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E39,
        name: "CJK UNIFIED IDEOGRAPH-21E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E3A,
        name: "CJK UNIFIED IDEOGRAPH-21E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E3B,
        name: "CJK UNIFIED IDEOGRAPH-21E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E3C,
        name: "CJK UNIFIED IDEOGRAPH-21E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E3D,
        name: "CJK UNIFIED IDEOGRAPH-21E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E3E,
        name: "CJK UNIFIED IDEOGRAPH-21E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E3F,
        name: "CJK UNIFIED IDEOGRAPH-21E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E40,
        name: "CJK UNIFIED IDEOGRAPH-21E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E41,
        name: "CJK UNIFIED IDEOGRAPH-21E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E42,
        name: "CJK UNIFIED IDEOGRAPH-21E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E43,
        name: "CJK UNIFIED IDEOGRAPH-21E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E44,
        name: "CJK UNIFIED IDEOGRAPH-21E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E45,
        name: "CJK UNIFIED IDEOGRAPH-21E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E46,
        name: "CJK UNIFIED IDEOGRAPH-21E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E47,
        name: "CJK UNIFIED IDEOGRAPH-21E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E48,
        name: "CJK UNIFIED IDEOGRAPH-21E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E49,
        name: "CJK UNIFIED IDEOGRAPH-21E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E4A,
        name: "CJK UNIFIED IDEOGRAPH-21E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E4B,
        name: "CJK UNIFIED IDEOGRAPH-21E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E4C,
        name: "CJK UNIFIED IDEOGRAPH-21E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E4D,
        name: "CJK UNIFIED IDEOGRAPH-21E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E4E,
        name: "CJK UNIFIED IDEOGRAPH-21E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E4F,
        name: "CJK UNIFIED IDEOGRAPH-21E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E50,
        name: "CJK UNIFIED IDEOGRAPH-21E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E51,
        name: "CJK UNIFIED IDEOGRAPH-21E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E52,
        name: "CJK UNIFIED IDEOGRAPH-21E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E53,
        name: "CJK UNIFIED IDEOGRAPH-21E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E54,
        name: "CJK UNIFIED IDEOGRAPH-21E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E55,
        name: "CJK UNIFIED IDEOGRAPH-21E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E56,
        name: "CJK UNIFIED IDEOGRAPH-21E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E57,
        name: "CJK UNIFIED IDEOGRAPH-21E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E58,
        name: "CJK UNIFIED IDEOGRAPH-21E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E59,
        name: "CJK UNIFIED IDEOGRAPH-21E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E5A,
        name: "CJK UNIFIED IDEOGRAPH-21E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E5B,
        name: "CJK UNIFIED IDEOGRAPH-21E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E5C,
        name: "CJK UNIFIED IDEOGRAPH-21E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E5D,
        name: "CJK UNIFIED IDEOGRAPH-21E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E5E,
        name: "CJK UNIFIED IDEOGRAPH-21E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E5F,
        name: "CJK UNIFIED IDEOGRAPH-21E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E60,
        name: "CJK UNIFIED IDEOGRAPH-21E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E61,
        name: "CJK UNIFIED IDEOGRAPH-21E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E62,
        name: "CJK UNIFIED IDEOGRAPH-21E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E63,
        name: "CJK UNIFIED IDEOGRAPH-21E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E64,
        name: "CJK UNIFIED IDEOGRAPH-21E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E65,
        name: "CJK UNIFIED IDEOGRAPH-21E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E66,
        name: "CJK UNIFIED IDEOGRAPH-21E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E67,
        name: "CJK UNIFIED IDEOGRAPH-21E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E68,
        name: "CJK UNIFIED IDEOGRAPH-21E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E69,
        name: "CJK UNIFIED IDEOGRAPH-21E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E6A,
        name: "CJK UNIFIED IDEOGRAPH-21E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E6B,
        name: "CJK UNIFIED IDEOGRAPH-21E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E6C,
        name: "CJK UNIFIED IDEOGRAPH-21E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E6D,
        name: "CJK UNIFIED IDEOGRAPH-21E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E6E,
        name: "CJK UNIFIED IDEOGRAPH-21E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E6F,
        name: "CJK UNIFIED IDEOGRAPH-21E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E70,
        name: "CJK UNIFIED IDEOGRAPH-21E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E71,
        name: "CJK UNIFIED IDEOGRAPH-21E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E72,
        name: "CJK UNIFIED IDEOGRAPH-21E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E73,
        name: "CJK UNIFIED IDEOGRAPH-21E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E74,
        name: "CJK UNIFIED IDEOGRAPH-21E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E75,
        name: "CJK UNIFIED IDEOGRAPH-21E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E76,
        name: "CJK UNIFIED IDEOGRAPH-21E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E77,
        name: "CJK UNIFIED IDEOGRAPH-21E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E78,
        name: "CJK UNIFIED IDEOGRAPH-21E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E79,
        name: "CJK UNIFIED IDEOGRAPH-21E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E7A,
        name: "CJK UNIFIED IDEOGRAPH-21E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E7B,
        name: "CJK UNIFIED IDEOGRAPH-21E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E7C,
        name: "CJK UNIFIED IDEOGRAPH-21E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E7D,
        name: "CJK UNIFIED IDEOGRAPH-21E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E7E,
        name: "CJK UNIFIED IDEOGRAPH-21E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E7F,
        name: "CJK UNIFIED IDEOGRAPH-21E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E80,
        name: "CJK UNIFIED IDEOGRAPH-21E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E81,
        name: "CJK UNIFIED IDEOGRAPH-21E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E82,
        name: "CJK UNIFIED IDEOGRAPH-21E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E83,
        name: "CJK UNIFIED IDEOGRAPH-21E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E84,
        name: "CJK UNIFIED IDEOGRAPH-21E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E85,
        name: "CJK UNIFIED IDEOGRAPH-21E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E86,
        name: "CJK UNIFIED IDEOGRAPH-21E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E87,
        name: "CJK UNIFIED IDEOGRAPH-21E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E88,
        name: "CJK UNIFIED IDEOGRAPH-21E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E89,
        name: "CJK UNIFIED IDEOGRAPH-21E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E8A,
        name: "CJK UNIFIED IDEOGRAPH-21E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E8B,
        name: "CJK UNIFIED IDEOGRAPH-21E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E8C,
        name: "CJK UNIFIED IDEOGRAPH-21E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E8D,
        name: "CJK UNIFIED IDEOGRAPH-21E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E8E,
        name: "CJK UNIFIED IDEOGRAPH-21E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E8F,
        name: "CJK UNIFIED IDEOGRAPH-21E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E90,
        name: "CJK UNIFIED IDEOGRAPH-21E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E91,
        name: "CJK UNIFIED IDEOGRAPH-21E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E92,
        name: "CJK UNIFIED IDEOGRAPH-21E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E93,
        name: "CJK UNIFIED IDEOGRAPH-21E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E94,
        name: "CJK UNIFIED IDEOGRAPH-21E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E95,
        name: "CJK UNIFIED IDEOGRAPH-21E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E96,
        name: "CJK UNIFIED IDEOGRAPH-21E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E97,
        name: "CJK UNIFIED IDEOGRAPH-21E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E98,
        name: "CJK UNIFIED IDEOGRAPH-21E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E99,
        name: "CJK UNIFIED IDEOGRAPH-21E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E9A,
        name: "CJK UNIFIED IDEOGRAPH-21E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E9B,
        name: "CJK UNIFIED IDEOGRAPH-21E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E9C,
        name: "CJK UNIFIED IDEOGRAPH-21E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E9D,
        name: "CJK UNIFIED IDEOGRAPH-21E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E9E,
        name: "CJK UNIFIED IDEOGRAPH-21E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21E9F,
        name: "CJK UNIFIED IDEOGRAPH-21E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA0,
        name: "CJK UNIFIED IDEOGRAPH-21EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA1,
        name: "CJK UNIFIED IDEOGRAPH-21EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA2,
        name: "CJK UNIFIED IDEOGRAPH-21EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA3,
        name: "CJK UNIFIED IDEOGRAPH-21EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA4,
        name: "CJK UNIFIED IDEOGRAPH-21EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA5,
        name: "CJK UNIFIED IDEOGRAPH-21EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA6,
        name: "CJK UNIFIED IDEOGRAPH-21EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA7,
        name: "CJK UNIFIED IDEOGRAPH-21EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA8,
        name: "CJK UNIFIED IDEOGRAPH-21EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EA9,
        name: "CJK UNIFIED IDEOGRAPH-21EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EAA,
        name: "CJK UNIFIED IDEOGRAPH-21EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EAB,
        name: "CJK UNIFIED IDEOGRAPH-21EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EAC,
        name: "CJK UNIFIED IDEOGRAPH-21EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EAD,
        name: "CJK UNIFIED IDEOGRAPH-21EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EAE,
        name: "CJK UNIFIED IDEOGRAPH-21EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EAF,
        name: "CJK UNIFIED IDEOGRAPH-21EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB0,
        name: "CJK UNIFIED IDEOGRAPH-21EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB1,
        name: "CJK UNIFIED IDEOGRAPH-21EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB2,
        name: "CJK UNIFIED IDEOGRAPH-21EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB3,
        name: "CJK UNIFIED IDEOGRAPH-21EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB4,
        name: "CJK UNIFIED IDEOGRAPH-21EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB5,
        name: "CJK UNIFIED IDEOGRAPH-21EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB6,
        name: "CJK UNIFIED IDEOGRAPH-21EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB7,
        name: "CJK UNIFIED IDEOGRAPH-21EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB8,
        name: "CJK UNIFIED IDEOGRAPH-21EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EB9,
        name: "CJK UNIFIED IDEOGRAPH-21EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EBA,
        name: "CJK UNIFIED IDEOGRAPH-21EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EBB,
        name: "CJK UNIFIED IDEOGRAPH-21EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EBC,
        name: "CJK UNIFIED IDEOGRAPH-21EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EBD,
        name: "CJK UNIFIED IDEOGRAPH-21EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EBE,
        name: "CJK UNIFIED IDEOGRAPH-21EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EBF,
        name: "CJK UNIFIED IDEOGRAPH-21EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC0,
        name: "CJK UNIFIED IDEOGRAPH-21EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC1,
        name: "CJK UNIFIED IDEOGRAPH-21EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC2,
        name: "CJK UNIFIED IDEOGRAPH-21EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC3,
        name: "CJK UNIFIED IDEOGRAPH-21EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC4,
        name: "CJK UNIFIED IDEOGRAPH-21EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC5,
        name: "CJK UNIFIED IDEOGRAPH-21EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC6,
        name: "CJK UNIFIED IDEOGRAPH-21EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC7,
        name: "CJK UNIFIED IDEOGRAPH-21EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC8,
        name: "CJK UNIFIED IDEOGRAPH-21EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EC9,
        name: "CJK UNIFIED IDEOGRAPH-21EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ECA,
        name: "CJK UNIFIED IDEOGRAPH-21ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ECB,
        name: "CJK UNIFIED IDEOGRAPH-21ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ECC,
        name: "CJK UNIFIED IDEOGRAPH-21ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ECD,
        name: "CJK UNIFIED IDEOGRAPH-21ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ECE,
        name: "CJK UNIFIED IDEOGRAPH-21ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ECF,
        name: "CJK UNIFIED IDEOGRAPH-21ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED0,
        name: "CJK UNIFIED IDEOGRAPH-21ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED1,
        name: "CJK UNIFIED IDEOGRAPH-21ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED2,
        name: "CJK UNIFIED IDEOGRAPH-21ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED3,
        name: "CJK UNIFIED IDEOGRAPH-21ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED4,
        name: "CJK UNIFIED IDEOGRAPH-21ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED5,
        name: "CJK UNIFIED IDEOGRAPH-21ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED6,
        name: "CJK UNIFIED IDEOGRAPH-21ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED7,
        name: "CJK UNIFIED IDEOGRAPH-21ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED8,
        name: "CJK UNIFIED IDEOGRAPH-21ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21ED9,
        name: "CJK UNIFIED IDEOGRAPH-21ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EDA,
        name: "CJK UNIFIED IDEOGRAPH-21EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EDB,
        name: "CJK UNIFIED IDEOGRAPH-21EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EDC,
        name: "CJK UNIFIED IDEOGRAPH-21EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EDD,
        name: "CJK UNIFIED IDEOGRAPH-21EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EDE,
        name: "CJK UNIFIED IDEOGRAPH-21EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EDF,
        name: "CJK UNIFIED IDEOGRAPH-21EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE0,
        name: "CJK UNIFIED IDEOGRAPH-21EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE1,
        name: "CJK UNIFIED IDEOGRAPH-21EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE2,
        name: "CJK UNIFIED IDEOGRAPH-21EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE3,
        name: "CJK UNIFIED IDEOGRAPH-21EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE4,
        name: "CJK UNIFIED IDEOGRAPH-21EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE5,
        name: "CJK UNIFIED IDEOGRAPH-21EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE6,
        name: "CJK UNIFIED IDEOGRAPH-21EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE7,
        name: "CJK UNIFIED IDEOGRAPH-21EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE8,
        name: "CJK UNIFIED IDEOGRAPH-21EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EE9,
        name: "CJK UNIFIED IDEOGRAPH-21EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EEA,
        name: "CJK UNIFIED IDEOGRAPH-21EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EEB,
        name: "CJK UNIFIED IDEOGRAPH-21EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EEC,
        name: "CJK UNIFIED IDEOGRAPH-21EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EED,
        name: "CJK UNIFIED IDEOGRAPH-21EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EEE,
        name: "CJK UNIFIED IDEOGRAPH-21EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EEF,
        name: "CJK UNIFIED IDEOGRAPH-21EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF0,
        name: "CJK UNIFIED IDEOGRAPH-21EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF1,
        name: "CJK UNIFIED IDEOGRAPH-21EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF2,
        name: "CJK UNIFIED IDEOGRAPH-21EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF3,
        name: "CJK UNIFIED IDEOGRAPH-21EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF4,
        name: "CJK UNIFIED IDEOGRAPH-21EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF5,
        name: "CJK UNIFIED IDEOGRAPH-21EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF6,
        name: "CJK UNIFIED IDEOGRAPH-21EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF7,
        name: "CJK UNIFIED IDEOGRAPH-21EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF8,
        name: "CJK UNIFIED IDEOGRAPH-21EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EF9,
        name: "CJK UNIFIED IDEOGRAPH-21EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EFA,
        name: "CJK UNIFIED IDEOGRAPH-21EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EFB,
        name: "CJK UNIFIED IDEOGRAPH-21EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EFC,
        name: "CJK UNIFIED IDEOGRAPH-21EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EFD,
        name: "CJK UNIFIED IDEOGRAPH-21EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EFE,
        name: "CJK UNIFIED IDEOGRAPH-21EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21EFF,
        name: "CJK UNIFIED IDEOGRAPH-21EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F00,
        name: "CJK UNIFIED IDEOGRAPH-21F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F01,
        name: "CJK UNIFIED IDEOGRAPH-21F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F02,
        name: "CJK UNIFIED IDEOGRAPH-21F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F03,
        name: "CJK UNIFIED IDEOGRAPH-21F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F04,
        name: "CJK UNIFIED IDEOGRAPH-21F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F05,
        name: "CJK UNIFIED IDEOGRAPH-21F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F06,
        name: "CJK UNIFIED IDEOGRAPH-21F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F07,
        name: "CJK UNIFIED IDEOGRAPH-21F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F08,
        name: "CJK UNIFIED IDEOGRAPH-21F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F09,
        name: "CJK UNIFIED IDEOGRAPH-21F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F0A,
        name: "CJK UNIFIED IDEOGRAPH-21F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F0B,
        name: "CJK UNIFIED IDEOGRAPH-21F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F0C,
        name: "CJK UNIFIED IDEOGRAPH-21F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F0D,
        name: "CJK UNIFIED IDEOGRAPH-21F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F0E,
        name: "CJK UNIFIED IDEOGRAPH-21F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F0F,
        name: "CJK UNIFIED IDEOGRAPH-21F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F10,
        name: "CJK UNIFIED IDEOGRAPH-21F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F11,
        name: "CJK UNIFIED IDEOGRAPH-21F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F12,
        name: "CJK UNIFIED IDEOGRAPH-21F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F13,
        name: "CJK UNIFIED IDEOGRAPH-21F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F14,
        name: "CJK UNIFIED IDEOGRAPH-21F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F15,
        name: "CJK UNIFIED IDEOGRAPH-21F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F16,
        name: "CJK UNIFIED IDEOGRAPH-21F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F17,
        name: "CJK UNIFIED IDEOGRAPH-21F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F18,
        name: "CJK UNIFIED IDEOGRAPH-21F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F19,
        name: "CJK UNIFIED IDEOGRAPH-21F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F1A,
        name: "CJK UNIFIED IDEOGRAPH-21F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F1B,
        name: "CJK UNIFIED IDEOGRAPH-21F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F1C,
        name: "CJK UNIFIED IDEOGRAPH-21F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F1D,
        name: "CJK UNIFIED IDEOGRAPH-21F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F1E,
        name: "CJK UNIFIED IDEOGRAPH-21F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F1F,
        name: "CJK UNIFIED IDEOGRAPH-21F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F20,
        name: "CJK UNIFIED IDEOGRAPH-21F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F21,
        name: "CJK UNIFIED IDEOGRAPH-21F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F22,
        name: "CJK UNIFIED IDEOGRAPH-21F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F23,
        name: "CJK UNIFIED IDEOGRAPH-21F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F24,
        name: "CJK UNIFIED IDEOGRAPH-21F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F25,
        name: "CJK UNIFIED IDEOGRAPH-21F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F26,
        name: "CJK UNIFIED IDEOGRAPH-21F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F27,
        name: "CJK UNIFIED IDEOGRAPH-21F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F28,
        name: "CJK UNIFIED IDEOGRAPH-21F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F29,
        name: "CJK UNIFIED IDEOGRAPH-21F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F2A,
        name: "CJK UNIFIED IDEOGRAPH-21F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F2B,
        name: "CJK UNIFIED IDEOGRAPH-21F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F2C,
        name: "CJK UNIFIED IDEOGRAPH-21F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F2D,
        name: "CJK UNIFIED IDEOGRAPH-21F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F2E,
        name: "CJK UNIFIED IDEOGRAPH-21F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F2F,
        name: "CJK UNIFIED IDEOGRAPH-21F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F30,
        name: "CJK UNIFIED IDEOGRAPH-21F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F31,
        name: "CJK UNIFIED IDEOGRAPH-21F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F32,
        name: "CJK UNIFIED IDEOGRAPH-21F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F33,
        name: "CJK UNIFIED IDEOGRAPH-21F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F34,
        name: "CJK UNIFIED IDEOGRAPH-21F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F35,
        name: "CJK UNIFIED IDEOGRAPH-21F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F36,
        name: "CJK UNIFIED IDEOGRAPH-21F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F37,
        name: "CJK UNIFIED IDEOGRAPH-21F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F38,
        name: "CJK UNIFIED IDEOGRAPH-21F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F39,
        name: "CJK UNIFIED IDEOGRAPH-21F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F3A,
        name: "CJK UNIFIED IDEOGRAPH-21F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F3B,
        name: "CJK UNIFIED IDEOGRAPH-21F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F3C,
        name: "CJK UNIFIED IDEOGRAPH-21F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F3D,
        name: "CJK UNIFIED IDEOGRAPH-21F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F3E,
        name: "CJK UNIFIED IDEOGRAPH-21F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F3F,
        name: "CJK UNIFIED IDEOGRAPH-21F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F40,
        name: "CJK UNIFIED IDEOGRAPH-21F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F41,
        name: "CJK UNIFIED IDEOGRAPH-21F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F42,
        name: "CJK UNIFIED IDEOGRAPH-21F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F43,
        name: "CJK UNIFIED IDEOGRAPH-21F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F44,
        name: "CJK UNIFIED IDEOGRAPH-21F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F45,
        name: "CJK UNIFIED IDEOGRAPH-21F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F46,
        name: "CJK UNIFIED IDEOGRAPH-21F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F47,
        name: "CJK UNIFIED IDEOGRAPH-21F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F48,
        name: "CJK UNIFIED IDEOGRAPH-21F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F49,
        name: "CJK UNIFIED IDEOGRAPH-21F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F4A,
        name: "CJK UNIFIED IDEOGRAPH-21F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F4B,
        name: "CJK UNIFIED IDEOGRAPH-21F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F4C,
        name: "CJK UNIFIED IDEOGRAPH-21F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F4D,
        name: "CJK UNIFIED IDEOGRAPH-21F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F4E,
        name: "CJK UNIFIED IDEOGRAPH-21F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F4F,
        name: "CJK UNIFIED IDEOGRAPH-21F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F50,
        name: "CJK UNIFIED IDEOGRAPH-21F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F51,
        name: "CJK UNIFIED IDEOGRAPH-21F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F52,
        name: "CJK UNIFIED IDEOGRAPH-21F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F53,
        name: "CJK UNIFIED IDEOGRAPH-21F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F54,
        name: "CJK UNIFIED IDEOGRAPH-21F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F55,
        name: "CJK UNIFIED IDEOGRAPH-21F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F56,
        name: "CJK UNIFIED IDEOGRAPH-21F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F57,
        name: "CJK UNIFIED IDEOGRAPH-21F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F58,
        name: "CJK UNIFIED IDEOGRAPH-21F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F59,
        name: "CJK UNIFIED IDEOGRAPH-21F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F5A,
        name: "CJK UNIFIED IDEOGRAPH-21F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F5B,
        name: "CJK UNIFIED IDEOGRAPH-21F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F5C,
        name: "CJK UNIFIED IDEOGRAPH-21F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F5D,
        name: "CJK UNIFIED IDEOGRAPH-21F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F5E,
        name: "CJK UNIFIED IDEOGRAPH-21F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F5F,
        name: "CJK UNIFIED IDEOGRAPH-21F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F60,
        name: "CJK UNIFIED IDEOGRAPH-21F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F61,
        name: "CJK UNIFIED IDEOGRAPH-21F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F62,
        name: "CJK UNIFIED IDEOGRAPH-21F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F63,
        name: "CJK UNIFIED IDEOGRAPH-21F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F64,
        name: "CJK UNIFIED IDEOGRAPH-21F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F65,
        name: "CJK UNIFIED IDEOGRAPH-21F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F66,
        name: "CJK UNIFIED IDEOGRAPH-21F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F67,
        name: "CJK UNIFIED IDEOGRAPH-21F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F68,
        name: "CJK UNIFIED IDEOGRAPH-21F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F69,
        name: "CJK UNIFIED IDEOGRAPH-21F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F6A,
        name: "CJK UNIFIED IDEOGRAPH-21F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F6B,
        name: "CJK UNIFIED IDEOGRAPH-21F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F6C,
        name: "CJK UNIFIED IDEOGRAPH-21F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F6D,
        name: "CJK UNIFIED IDEOGRAPH-21F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F6E,
        name: "CJK UNIFIED IDEOGRAPH-21F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F6F,
        name: "CJK UNIFIED IDEOGRAPH-21F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F70,
        name: "CJK UNIFIED IDEOGRAPH-21F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F71,
        name: "CJK UNIFIED IDEOGRAPH-21F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F72,
        name: "CJK UNIFIED IDEOGRAPH-21F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F73,
        name: "CJK UNIFIED IDEOGRAPH-21F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F74,
        name: "CJK UNIFIED IDEOGRAPH-21F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F75,
        name: "CJK UNIFIED IDEOGRAPH-21F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F76,
        name: "CJK UNIFIED IDEOGRAPH-21F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F77,
        name: "CJK UNIFIED IDEOGRAPH-21F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F78,
        name: "CJK UNIFIED IDEOGRAPH-21F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F79,
        name: "CJK UNIFIED IDEOGRAPH-21F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F7A,
        name: "CJK UNIFIED IDEOGRAPH-21F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F7B,
        name: "CJK UNIFIED IDEOGRAPH-21F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F7C,
        name: "CJK UNIFIED IDEOGRAPH-21F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F7D,
        name: "CJK UNIFIED IDEOGRAPH-21F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F7E,
        name: "CJK UNIFIED IDEOGRAPH-21F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F7F,
        name: "CJK UNIFIED IDEOGRAPH-21F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F80,
        name: "CJK UNIFIED IDEOGRAPH-21F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F81,
        name: "CJK UNIFIED IDEOGRAPH-21F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F82,
        name: "CJK UNIFIED IDEOGRAPH-21F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F83,
        name: "CJK UNIFIED IDEOGRAPH-21F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F84,
        name: "CJK UNIFIED IDEOGRAPH-21F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F85,
        name: "CJK UNIFIED IDEOGRAPH-21F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F86,
        name: "CJK UNIFIED IDEOGRAPH-21F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F87,
        name: "CJK UNIFIED IDEOGRAPH-21F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F88,
        name: "CJK UNIFIED IDEOGRAPH-21F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F89,
        name: "CJK UNIFIED IDEOGRAPH-21F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F8A,
        name: "CJK UNIFIED IDEOGRAPH-21F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F8B,
        name: "CJK UNIFIED IDEOGRAPH-21F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F8C,
        name: "CJK UNIFIED IDEOGRAPH-21F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F8D,
        name: "CJK UNIFIED IDEOGRAPH-21F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F8E,
        name: "CJK UNIFIED IDEOGRAPH-21F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F8F,
        name: "CJK UNIFIED IDEOGRAPH-21F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F90,
        name: "CJK UNIFIED IDEOGRAPH-21F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F91,
        name: "CJK UNIFIED IDEOGRAPH-21F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F92,
        name: "CJK UNIFIED IDEOGRAPH-21F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F93,
        name: "CJK UNIFIED IDEOGRAPH-21F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F94,
        name: "CJK UNIFIED IDEOGRAPH-21F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F95,
        name: "CJK UNIFIED IDEOGRAPH-21F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F96,
        name: "CJK UNIFIED IDEOGRAPH-21F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F97,
        name: "CJK UNIFIED IDEOGRAPH-21F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F98,
        name: "CJK UNIFIED IDEOGRAPH-21F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F99,
        name: "CJK UNIFIED IDEOGRAPH-21F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F9A,
        name: "CJK UNIFIED IDEOGRAPH-21F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F9B,
        name: "CJK UNIFIED IDEOGRAPH-21F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F9C,
        name: "CJK UNIFIED IDEOGRAPH-21F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F9D,
        name: "CJK UNIFIED IDEOGRAPH-21F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F9E,
        name: "CJK UNIFIED IDEOGRAPH-21F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x21F9F,
        name: "CJK UNIFIED IDEOGRAPH-21F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA0,
        name: "CJK UNIFIED IDEOGRAPH-21FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA1,
        name: "CJK UNIFIED IDEOGRAPH-21FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA2,
        name: "CJK UNIFIED IDEOGRAPH-21FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA3,
        name: "CJK UNIFIED IDEOGRAPH-21FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA4,
        name: "CJK UNIFIED IDEOGRAPH-21FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA5,
        name: "CJK UNIFIED IDEOGRAPH-21FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA6,
        name: "CJK UNIFIED IDEOGRAPH-21FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA7,
        name: "CJK UNIFIED IDEOGRAPH-21FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA8,
        name: "CJK UNIFIED IDEOGRAPH-21FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FA9,
        name: "CJK UNIFIED IDEOGRAPH-21FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FAA,
        name: "CJK UNIFIED IDEOGRAPH-21FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FAB,
        name: "CJK UNIFIED IDEOGRAPH-21FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FAC,
        name: "CJK UNIFIED IDEOGRAPH-21FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FAD,
        name: "CJK UNIFIED IDEOGRAPH-21FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FAE,
        name: "CJK UNIFIED IDEOGRAPH-21FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FAF,
        name: "CJK UNIFIED IDEOGRAPH-21FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB0,
        name: "CJK UNIFIED IDEOGRAPH-21FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB1,
        name: "CJK UNIFIED IDEOGRAPH-21FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB2,
        name: "CJK UNIFIED IDEOGRAPH-21FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB3,
        name: "CJK UNIFIED IDEOGRAPH-21FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB4,
        name: "CJK UNIFIED IDEOGRAPH-21FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB5,
        name: "CJK UNIFIED IDEOGRAPH-21FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB6,
        name: "CJK UNIFIED IDEOGRAPH-21FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB7,
        name: "CJK UNIFIED IDEOGRAPH-21FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB8,
        name: "CJK UNIFIED IDEOGRAPH-21FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FB9,
        name: "CJK UNIFIED IDEOGRAPH-21FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FBA,
        name: "CJK UNIFIED IDEOGRAPH-21FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FBB,
        name: "CJK UNIFIED IDEOGRAPH-21FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FBC,
        name: "CJK UNIFIED IDEOGRAPH-21FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FBD,
        name: "CJK UNIFIED IDEOGRAPH-21FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FBE,
        name: "CJK UNIFIED IDEOGRAPH-21FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FBF,
        name: "CJK UNIFIED IDEOGRAPH-21FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC0,
        name: "CJK UNIFIED IDEOGRAPH-21FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC1,
        name: "CJK UNIFIED IDEOGRAPH-21FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC2,
        name: "CJK UNIFIED IDEOGRAPH-21FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC3,
        name: "CJK UNIFIED IDEOGRAPH-21FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC4,
        name: "CJK UNIFIED IDEOGRAPH-21FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC5,
        name: "CJK UNIFIED IDEOGRAPH-21FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC6,
        name: "CJK UNIFIED IDEOGRAPH-21FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC7,
        name: "CJK UNIFIED IDEOGRAPH-21FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC8,
        name: "CJK UNIFIED IDEOGRAPH-21FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FC9,
        name: "CJK UNIFIED IDEOGRAPH-21FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FCA,
        name: "CJK UNIFIED IDEOGRAPH-21FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FCB,
        name: "CJK UNIFIED IDEOGRAPH-21FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FCC,
        name: "CJK UNIFIED IDEOGRAPH-21FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FCD,
        name: "CJK UNIFIED IDEOGRAPH-21FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FCE,
        name: "CJK UNIFIED IDEOGRAPH-21FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FCF,
        name: "CJK UNIFIED IDEOGRAPH-21FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD0,
        name: "CJK UNIFIED IDEOGRAPH-21FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD1,
        name: "CJK UNIFIED IDEOGRAPH-21FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD2,
        name: "CJK UNIFIED IDEOGRAPH-21FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD3,
        name: "CJK UNIFIED IDEOGRAPH-21FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD4,
        name: "CJK UNIFIED IDEOGRAPH-21FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD5,
        name: "CJK UNIFIED IDEOGRAPH-21FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD6,
        name: "CJK UNIFIED IDEOGRAPH-21FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD7,
        name: "CJK UNIFIED IDEOGRAPH-21FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD8,
        name: "CJK UNIFIED IDEOGRAPH-21FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FD9,
        name: "CJK UNIFIED IDEOGRAPH-21FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FDA,
        name: "CJK UNIFIED IDEOGRAPH-21FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FDB,
        name: "CJK UNIFIED IDEOGRAPH-21FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FDC,
        name: "CJK UNIFIED IDEOGRAPH-21FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FDD,
        name: "CJK UNIFIED IDEOGRAPH-21FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FDE,
        name: "CJK UNIFIED IDEOGRAPH-21FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FDF,
        name: "CJK UNIFIED IDEOGRAPH-21FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE0,
        name: "CJK UNIFIED IDEOGRAPH-21FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE1,
        name: "CJK UNIFIED IDEOGRAPH-21FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE2,
        name: "CJK UNIFIED IDEOGRAPH-21FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE3,
        name: "CJK UNIFIED IDEOGRAPH-21FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE4,
        name: "CJK UNIFIED IDEOGRAPH-21FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE5,
        name: "CJK UNIFIED IDEOGRAPH-21FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE6,
        name: "CJK UNIFIED IDEOGRAPH-21FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE7,
        name: "CJK UNIFIED IDEOGRAPH-21FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE8,
        name: "CJK UNIFIED IDEOGRAPH-21FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FE9,
        name: "CJK UNIFIED IDEOGRAPH-21FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FEA,
        name: "CJK UNIFIED IDEOGRAPH-21FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FEB,
        name: "CJK UNIFIED IDEOGRAPH-21FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FEC,
        name: "CJK UNIFIED IDEOGRAPH-21FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FED,
        name: "CJK UNIFIED IDEOGRAPH-21FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FEE,
        name: "CJK UNIFIED IDEOGRAPH-21FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FEF,
        name: "CJK UNIFIED IDEOGRAPH-21FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF0,
        name: "CJK UNIFIED IDEOGRAPH-21FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF1,
        name: "CJK UNIFIED IDEOGRAPH-21FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF2,
        name: "CJK UNIFIED IDEOGRAPH-21FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF3,
        name: "CJK UNIFIED IDEOGRAPH-21FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF4,
        name: "CJK UNIFIED IDEOGRAPH-21FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF5,
        name: "CJK UNIFIED IDEOGRAPH-21FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF6,
        name: "CJK UNIFIED IDEOGRAPH-21FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF7,
        name: "CJK UNIFIED IDEOGRAPH-21FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF8,
        name: "CJK UNIFIED IDEOGRAPH-21FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FF9,
        name: "CJK UNIFIED IDEOGRAPH-21FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FFA,
        name: "CJK UNIFIED IDEOGRAPH-21FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FFB,
        name: "CJK UNIFIED IDEOGRAPH-21FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FFC,
        name: "CJK UNIFIED IDEOGRAPH-21FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FFD,
        name: "CJK UNIFIED IDEOGRAPH-21FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FFE,
        name: "CJK UNIFIED IDEOGRAPH-21FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x21FFF,
        name: "CJK UNIFIED IDEOGRAPH-21FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22000,
        name: "CJK UNIFIED IDEOGRAPH-22000",
    },
    Character {
        age: "3.1",
        codepoint: 0x22001,
        name: "CJK UNIFIED IDEOGRAPH-22001",
    },
    Character {
        age: "3.1",
        codepoint: 0x22002,
        name: "CJK UNIFIED IDEOGRAPH-22002",
    },
    Character {
        age: "3.1",
        codepoint: 0x22003,
        name: "CJK UNIFIED IDEOGRAPH-22003",
    },
    Character {
        age: "3.1",
        codepoint: 0x22004,
        name: "CJK UNIFIED IDEOGRAPH-22004",
    },
    Character {
        age: "3.1",
        codepoint: 0x22005,
        name: "CJK UNIFIED IDEOGRAPH-22005",
    },
    Character {
        age: "3.1",
        codepoint: 0x22006,
        name: "CJK UNIFIED IDEOGRAPH-22006",
    },
    Character {
        age: "3.1",
        codepoint: 0x22007,
        name: "CJK UNIFIED IDEOGRAPH-22007",
    },
    Character {
        age: "3.1",
        codepoint: 0x22008,
        name: "CJK UNIFIED IDEOGRAPH-22008",
    },
    Character {
        age: "3.1",
        codepoint: 0x22009,
        name: "CJK UNIFIED IDEOGRAPH-22009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2200A,
        name: "CJK UNIFIED IDEOGRAPH-2200A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2200B,
        name: "CJK UNIFIED IDEOGRAPH-2200B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2200C,
        name: "CJK UNIFIED IDEOGRAPH-2200C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2200D,
        name: "CJK UNIFIED IDEOGRAPH-2200D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2200E,
        name: "CJK UNIFIED IDEOGRAPH-2200E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2200F,
        name: "CJK UNIFIED IDEOGRAPH-2200F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22010,
        name: "CJK UNIFIED IDEOGRAPH-22010",
    },
    Character {
        age: "3.1",
        codepoint: 0x22011,
        name: "CJK UNIFIED IDEOGRAPH-22011",
    },
    Character {
        age: "3.1",
        codepoint: 0x22012,
        name: "CJK UNIFIED IDEOGRAPH-22012",
    },
    Character {
        age: "3.1",
        codepoint: 0x22013,
        name: "CJK UNIFIED IDEOGRAPH-22013",
    },
    Character {
        age: "3.1",
        codepoint: 0x22014,
        name: "CJK UNIFIED IDEOGRAPH-22014",
    },
    Character {
        age: "3.1",
        codepoint: 0x22015,
        name: "CJK UNIFIED IDEOGRAPH-22015",
    },
    Character {
        age: "3.1",
        codepoint: 0x22016,
        name: "CJK UNIFIED IDEOGRAPH-22016",
    },
    Character {
        age: "3.1",
        codepoint: 0x22017,
        name: "CJK UNIFIED IDEOGRAPH-22017",
    },
    Character {
        age: "3.1",
        codepoint: 0x22018,
        name: "CJK UNIFIED IDEOGRAPH-22018",
    },
    Character {
        age: "3.1",
        codepoint: 0x22019,
        name: "CJK UNIFIED IDEOGRAPH-22019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2201A,
        name: "CJK UNIFIED IDEOGRAPH-2201A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2201B,
        name: "CJK UNIFIED IDEOGRAPH-2201B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2201C,
        name: "CJK UNIFIED IDEOGRAPH-2201C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2201D,
        name: "CJK UNIFIED IDEOGRAPH-2201D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2201E,
        name: "CJK UNIFIED IDEOGRAPH-2201E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2201F,
        name: "CJK UNIFIED IDEOGRAPH-2201F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22020,
        name: "CJK UNIFIED IDEOGRAPH-22020",
    },
    Character {
        age: "3.1",
        codepoint: 0x22021,
        name: "CJK UNIFIED IDEOGRAPH-22021",
    },
    Character {
        age: "3.1",
        codepoint: 0x22022,
        name: "CJK UNIFIED IDEOGRAPH-22022",
    },
    Character {
        age: "3.1",
        codepoint: 0x22023,
        name: "CJK UNIFIED IDEOGRAPH-22023",
    },
    Character {
        age: "3.1",
        codepoint: 0x22024,
        name: "CJK UNIFIED IDEOGRAPH-22024",
    },
    Character {
        age: "3.1",
        codepoint: 0x22025,
        name: "CJK UNIFIED IDEOGRAPH-22025",
    },
    Character {
        age: "3.1",
        codepoint: 0x22026,
        name: "CJK UNIFIED IDEOGRAPH-22026",
    },
    Character {
        age: "3.1",
        codepoint: 0x22027,
        name: "CJK UNIFIED IDEOGRAPH-22027",
    },
    Character {
        age: "3.1",
        codepoint: 0x22028,
        name: "CJK UNIFIED IDEOGRAPH-22028",
    },
    Character {
        age: "3.1",
        codepoint: 0x22029,
        name: "CJK UNIFIED IDEOGRAPH-22029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2202A,
        name: "CJK UNIFIED IDEOGRAPH-2202A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2202B,
        name: "CJK UNIFIED IDEOGRAPH-2202B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2202C,
        name: "CJK UNIFIED IDEOGRAPH-2202C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2202D,
        name: "CJK UNIFIED IDEOGRAPH-2202D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2202E,
        name: "CJK UNIFIED IDEOGRAPH-2202E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2202F,
        name: "CJK UNIFIED IDEOGRAPH-2202F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22030,
        name: "CJK UNIFIED IDEOGRAPH-22030",
    },
    Character {
        age: "3.1",
        codepoint: 0x22031,
        name: "CJK UNIFIED IDEOGRAPH-22031",
    },
    Character {
        age: "3.1",
        codepoint: 0x22032,
        name: "CJK UNIFIED IDEOGRAPH-22032",
    },
    Character {
        age: "3.1",
        codepoint: 0x22033,
        name: "CJK UNIFIED IDEOGRAPH-22033",
    },
    Character {
        age: "3.1",
        codepoint: 0x22034,
        name: "CJK UNIFIED IDEOGRAPH-22034",
    },
    Character {
        age: "3.1",
        codepoint: 0x22035,
        name: "CJK UNIFIED IDEOGRAPH-22035",
    },
    Character {
        age: "3.1",
        codepoint: 0x22036,
        name: "CJK UNIFIED IDEOGRAPH-22036",
    },
    Character {
        age: "3.1",
        codepoint: 0x22037,
        name: "CJK UNIFIED IDEOGRAPH-22037",
    },
    Character {
        age: "3.1",
        codepoint: 0x22038,
        name: "CJK UNIFIED IDEOGRAPH-22038",
    },
    Character {
        age: "3.1",
        codepoint: 0x22039,
        name: "CJK UNIFIED IDEOGRAPH-22039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2203A,
        name: "CJK UNIFIED IDEOGRAPH-2203A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2203B,
        name: "CJK UNIFIED IDEOGRAPH-2203B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2203C,
        name: "CJK UNIFIED IDEOGRAPH-2203C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2203D,
        name: "CJK UNIFIED IDEOGRAPH-2203D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2203E,
        name: "CJK UNIFIED IDEOGRAPH-2203E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2203F,
        name: "CJK UNIFIED IDEOGRAPH-2203F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22040,
        name: "CJK UNIFIED IDEOGRAPH-22040",
    },
    Character {
        age: "3.1",
        codepoint: 0x22041,
        name: "CJK UNIFIED IDEOGRAPH-22041",
    },
    Character {
        age: "3.1",
        codepoint: 0x22042,
        name: "CJK UNIFIED IDEOGRAPH-22042",
    },
    Character {
        age: "3.1",
        codepoint: 0x22043,
        name: "CJK UNIFIED IDEOGRAPH-22043",
    },
    Character {
        age: "3.1",
        codepoint: 0x22044,
        name: "CJK UNIFIED IDEOGRAPH-22044",
    },
    Character {
        age: "3.1",
        codepoint: 0x22045,
        name: "CJK UNIFIED IDEOGRAPH-22045",
    },
    Character {
        age: "3.1",
        codepoint: 0x22046,
        name: "CJK UNIFIED IDEOGRAPH-22046",
    },
    Character {
        age: "3.1",
        codepoint: 0x22047,
        name: "CJK UNIFIED IDEOGRAPH-22047",
    },
    Character {
        age: "3.1",
        codepoint: 0x22048,
        name: "CJK UNIFIED IDEOGRAPH-22048",
    },
    Character {
        age: "3.1",
        codepoint: 0x22049,
        name: "CJK UNIFIED IDEOGRAPH-22049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2204A,
        name: "CJK UNIFIED IDEOGRAPH-2204A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2204B,
        name: "CJK UNIFIED IDEOGRAPH-2204B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2204C,
        name: "CJK UNIFIED IDEOGRAPH-2204C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2204D,
        name: "CJK UNIFIED IDEOGRAPH-2204D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2204E,
        name: "CJK UNIFIED IDEOGRAPH-2204E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2204F,
        name: "CJK UNIFIED IDEOGRAPH-2204F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22050,
        name: "CJK UNIFIED IDEOGRAPH-22050",
    },
    Character {
        age: "3.1",
        codepoint: 0x22051,
        name: "CJK UNIFIED IDEOGRAPH-22051",
    },
    Character {
        age: "3.1",
        codepoint: 0x22052,
        name: "CJK UNIFIED IDEOGRAPH-22052",
    },
    Character {
        age: "3.1",
        codepoint: 0x22053,
        name: "CJK UNIFIED IDEOGRAPH-22053",
    },
    Character {
        age: "3.1",
        codepoint: 0x22054,
        name: "CJK UNIFIED IDEOGRAPH-22054",
    },
    Character {
        age: "3.1",
        codepoint: 0x22055,
        name: "CJK UNIFIED IDEOGRAPH-22055",
    },
    Character {
        age: "3.1",
        codepoint: 0x22056,
        name: "CJK UNIFIED IDEOGRAPH-22056",
    },
    Character {
        age: "3.1",
        codepoint: 0x22057,
        name: "CJK UNIFIED IDEOGRAPH-22057",
    },
    Character {
        age: "3.1",
        codepoint: 0x22058,
        name: "CJK UNIFIED IDEOGRAPH-22058",
    },
    Character {
        age: "3.1",
        codepoint: 0x22059,
        name: "CJK UNIFIED IDEOGRAPH-22059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2205A,
        name: "CJK UNIFIED IDEOGRAPH-2205A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2205B,
        name: "CJK UNIFIED IDEOGRAPH-2205B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2205C,
        name: "CJK UNIFIED IDEOGRAPH-2205C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2205D,
        name: "CJK UNIFIED IDEOGRAPH-2205D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2205E,
        name: "CJK UNIFIED IDEOGRAPH-2205E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2205F,
        name: "CJK UNIFIED IDEOGRAPH-2205F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22060,
        name: "CJK UNIFIED IDEOGRAPH-22060",
    },
    Character {
        age: "3.1",
        codepoint: 0x22061,
        name: "CJK UNIFIED IDEOGRAPH-22061",
    },
    Character {
        age: "3.1",
        codepoint: 0x22062,
        name: "CJK UNIFIED IDEOGRAPH-22062",
    },
    Character {
        age: "3.1",
        codepoint: 0x22063,
        name: "CJK UNIFIED IDEOGRAPH-22063",
    },
    Character {
        age: "3.1",
        codepoint: 0x22064,
        name: "CJK UNIFIED IDEOGRAPH-22064",
    },
    Character {
        age: "3.1",
        codepoint: 0x22065,
        name: "CJK UNIFIED IDEOGRAPH-22065",
    },
    Character {
        age: "3.1",
        codepoint: 0x22066,
        name: "CJK UNIFIED IDEOGRAPH-22066",
    },
    Character {
        age: "3.1",
        codepoint: 0x22067,
        name: "CJK UNIFIED IDEOGRAPH-22067",
    },
    Character {
        age: "3.1",
        codepoint: 0x22068,
        name: "CJK UNIFIED IDEOGRAPH-22068",
    },
    Character {
        age: "3.1",
        codepoint: 0x22069,
        name: "CJK UNIFIED IDEOGRAPH-22069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2206A,
        name: "CJK UNIFIED IDEOGRAPH-2206A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2206B,
        name: "CJK UNIFIED IDEOGRAPH-2206B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2206C,
        name: "CJK UNIFIED IDEOGRAPH-2206C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2206D,
        name: "CJK UNIFIED IDEOGRAPH-2206D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2206E,
        name: "CJK UNIFIED IDEOGRAPH-2206E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2206F,
        name: "CJK UNIFIED IDEOGRAPH-2206F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22070,
        name: "CJK UNIFIED IDEOGRAPH-22070",
    },
    Character {
        age: "3.1",
        codepoint: 0x22071,
        name: "CJK UNIFIED IDEOGRAPH-22071",
    },
    Character {
        age: "3.1",
        codepoint: 0x22072,
        name: "CJK UNIFIED IDEOGRAPH-22072",
    },
    Character {
        age: "3.1",
        codepoint: 0x22073,
        name: "CJK UNIFIED IDEOGRAPH-22073",
    },
    Character {
        age: "3.1",
        codepoint: 0x22074,
        name: "CJK UNIFIED IDEOGRAPH-22074",
    },
    Character {
        age: "3.1",
        codepoint: 0x22075,
        name: "CJK UNIFIED IDEOGRAPH-22075",
    },
    Character {
        age: "3.1",
        codepoint: 0x22076,
        name: "CJK UNIFIED IDEOGRAPH-22076",
    },
    Character {
        age: "3.1",
        codepoint: 0x22077,
        name: "CJK UNIFIED IDEOGRAPH-22077",
    },
    Character {
        age: "3.1",
        codepoint: 0x22078,
        name: "CJK UNIFIED IDEOGRAPH-22078",
    },
    Character {
        age: "3.1",
        codepoint: 0x22079,
        name: "CJK UNIFIED IDEOGRAPH-22079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2207A,
        name: "CJK UNIFIED IDEOGRAPH-2207A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2207B,
        name: "CJK UNIFIED IDEOGRAPH-2207B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2207C,
        name: "CJK UNIFIED IDEOGRAPH-2207C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2207D,
        name: "CJK UNIFIED IDEOGRAPH-2207D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2207E,
        name: "CJK UNIFIED IDEOGRAPH-2207E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2207F,
        name: "CJK UNIFIED IDEOGRAPH-2207F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22080,
        name: "CJK UNIFIED IDEOGRAPH-22080",
    },
    Character {
        age: "3.1",
        codepoint: 0x22081,
        name: "CJK UNIFIED IDEOGRAPH-22081",
    },
    Character {
        age: "3.1",
        codepoint: 0x22082,
        name: "CJK UNIFIED IDEOGRAPH-22082",
    },
    Character {
        age: "3.1",
        codepoint: 0x22083,
        name: "CJK UNIFIED IDEOGRAPH-22083",
    },
    Character {
        age: "3.1",
        codepoint: 0x22084,
        name: "CJK UNIFIED IDEOGRAPH-22084",
    },
    Character {
        age: "3.1",
        codepoint: 0x22085,
        name: "CJK UNIFIED IDEOGRAPH-22085",
    },
    Character {
        age: "3.1",
        codepoint: 0x22086,
        name: "CJK UNIFIED IDEOGRAPH-22086",
    },
    Character {
        age: "3.1",
        codepoint: 0x22087,
        name: "CJK UNIFIED IDEOGRAPH-22087",
    },
    Character {
        age: "3.1",
        codepoint: 0x22088,
        name: "CJK UNIFIED IDEOGRAPH-22088",
    },
    Character {
        age: "3.1",
        codepoint: 0x22089,
        name: "CJK UNIFIED IDEOGRAPH-22089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2208A,
        name: "CJK UNIFIED IDEOGRAPH-2208A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2208B,
        name: "CJK UNIFIED IDEOGRAPH-2208B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2208C,
        name: "CJK UNIFIED IDEOGRAPH-2208C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2208D,
        name: "CJK UNIFIED IDEOGRAPH-2208D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2208E,
        name: "CJK UNIFIED IDEOGRAPH-2208E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2208F,
        name: "CJK UNIFIED IDEOGRAPH-2208F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22090,
        name: "CJK UNIFIED IDEOGRAPH-22090",
    },
    Character {
        age: "3.1",
        codepoint: 0x22091,
        name: "CJK UNIFIED IDEOGRAPH-22091",
    },
    Character {
        age: "3.1",
        codepoint: 0x22092,
        name: "CJK UNIFIED IDEOGRAPH-22092",
    },
    Character {
        age: "3.1",
        codepoint: 0x22093,
        name: "CJK UNIFIED IDEOGRAPH-22093",
    },
    Character {
        age: "3.1",
        codepoint: 0x22094,
        name: "CJK UNIFIED IDEOGRAPH-22094",
    },
    Character {
        age: "3.1",
        codepoint: 0x22095,
        name: "CJK UNIFIED IDEOGRAPH-22095",
    },
    Character {
        age: "3.1",
        codepoint: 0x22096,
        name: "CJK UNIFIED IDEOGRAPH-22096",
    },
    Character {
        age: "3.1",
        codepoint: 0x22097,
        name: "CJK UNIFIED IDEOGRAPH-22097",
    },
    Character {
        age: "3.1",
        codepoint: 0x22098,
        name: "CJK UNIFIED IDEOGRAPH-22098",
    },
    Character {
        age: "3.1",
        codepoint: 0x22099,
        name: "CJK UNIFIED IDEOGRAPH-22099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2209A,
        name: "CJK UNIFIED IDEOGRAPH-2209A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2209B,
        name: "CJK UNIFIED IDEOGRAPH-2209B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2209C,
        name: "CJK UNIFIED IDEOGRAPH-2209C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2209D,
        name: "CJK UNIFIED IDEOGRAPH-2209D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2209E,
        name: "CJK UNIFIED IDEOGRAPH-2209E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2209F,
        name: "CJK UNIFIED IDEOGRAPH-2209F",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A0,
        name: "CJK UNIFIED IDEOGRAPH-220A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A1,
        name: "CJK UNIFIED IDEOGRAPH-220A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A2,
        name: "CJK UNIFIED IDEOGRAPH-220A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A3,
        name: "CJK UNIFIED IDEOGRAPH-220A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A4,
        name: "CJK UNIFIED IDEOGRAPH-220A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A5,
        name: "CJK UNIFIED IDEOGRAPH-220A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A6,
        name: "CJK UNIFIED IDEOGRAPH-220A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A7,
        name: "CJK UNIFIED IDEOGRAPH-220A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A8,
        name: "CJK UNIFIED IDEOGRAPH-220A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x220A9,
        name: "CJK UNIFIED IDEOGRAPH-220A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x220AA,
        name: "CJK UNIFIED IDEOGRAPH-220AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x220AB,
        name: "CJK UNIFIED IDEOGRAPH-220AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x220AC,
        name: "CJK UNIFIED IDEOGRAPH-220AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x220AD,
        name: "CJK UNIFIED IDEOGRAPH-220AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x220AE,
        name: "CJK UNIFIED IDEOGRAPH-220AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x220AF,
        name: "CJK UNIFIED IDEOGRAPH-220AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B0,
        name: "CJK UNIFIED IDEOGRAPH-220B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B1,
        name: "CJK UNIFIED IDEOGRAPH-220B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B2,
        name: "CJK UNIFIED IDEOGRAPH-220B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B3,
        name: "CJK UNIFIED IDEOGRAPH-220B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B4,
        name: "CJK UNIFIED IDEOGRAPH-220B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B5,
        name: "CJK UNIFIED IDEOGRAPH-220B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B6,
        name: "CJK UNIFIED IDEOGRAPH-220B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B7,
        name: "CJK UNIFIED IDEOGRAPH-220B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B8,
        name: "CJK UNIFIED IDEOGRAPH-220B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x220B9,
        name: "CJK UNIFIED IDEOGRAPH-220B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x220BA,
        name: "CJK UNIFIED IDEOGRAPH-220BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x220BB,
        name: "CJK UNIFIED IDEOGRAPH-220BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x220BC,
        name: "CJK UNIFIED IDEOGRAPH-220BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x220BD,
        name: "CJK UNIFIED IDEOGRAPH-220BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x220BE,
        name: "CJK UNIFIED IDEOGRAPH-220BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x220BF,
        name: "CJK UNIFIED IDEOGRAPH-220BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C0,
        name: "CJK UNIFIED IDEOGRAPH-220C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C1,
        name: "CJK UNIFIED IDEOGRAPH-220C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C2,
        name: "CJK UNIFIED IDEOGRAPH-220C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C3,
        name: "CJK UNIFIED IDEOGRAPH-220C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C4,
        name: "CJK UNIFIED IDEOGRAPH-220C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C5,
        name: "CJK UNIFIED IDEOGRAPH-220C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C6,
        name: "CJK UNIFIED IDEOGRAPH-220C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C7,
        name: "CJK UNIFIED IDEOGRAPH-220C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C8,
        name: "CJK UNIFIED IDEOGRAPH-220C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x220C9,
        name: "CJK UNIFIED IDEOGRAPH-220C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x220CA,
        name: "CJK UNIFIED IDEOGRAPH-220CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x220CB,
        name: "CJK UNIFIED IDEOGRAPH-220CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x220CC,
        name: "CJK UNIFIED IDEOGRAPH-220CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x220CD,
        name: "CJK UNIFIED IDEOGRAPH-220CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x220CE,
        name: "CJK UNIFIED IDEOGRAPH-220CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x220CF,
        name: "CJK UNIFIED IDEOGRAPH-220CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D0,
        name: "CJK UNIFIED IDEOGRAPH-220D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D1,
        name: "CJK UNIFIED IDEOGRAPH-220D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D2,
        name: "CJK UNIFIED IDEOGRAPH-220D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D3,
        name: "CJK UNIFIED IDEOGRAPH-220D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D4,
        name: "CJK UNIFIED IDEOGRAPH-220D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D5,
        name: "CJK UNIFIED IDEOGRAPH-220D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D6,
        name: "CJK UNIFIED IDEOGRAPH-220D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D7,
        name: "CJK UNIFIED IDEOGRAPH-220D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D8,
        name: "CJK UNIFIED IDEOGRAPH-220D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x220D9,
        name: "CJK UNIFIED IDEOGRAPH-220D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x220DA,
        name: "CJK UNIFIED IDEOGRAPH-220DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x220DB,
        name: "CJK UNIFIED IDEOGRAPH-220DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x220DC,
        name: "CJK UNIFIED IDEOGRAPH-220DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x220DD,
        name: "CJK UNIFIED IDEOGRAPH-220DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x220DE,
        name: "CJK UNIFIED IDEOGRAPH-220DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x220DF,
        name: "CJK UNIFIED IDEOGRAPH-220DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E0,
        name: "CJK UNIFIED IDEOGRAPH-220E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E1,
        name: "CJK UNIFIED IDEOGRAPH-220E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E2,
        name: "CJK UNIFIED IDEOGRAPH-220E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E3,
        name: "CJK UNIFIED IDEOGRAPH-220E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E4,
        name: "CJK UNIFIED IDEOGRAPH-220E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E5,
        name: "CJK UNIFIED IDEOGRAPH-220E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E6,
        name: "CJK UNIFIED IDEOGRAPH-220E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E7,
        name: "CJK UNIFIED IDEOGRAPH-220E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E8,
        name: "CJK UNIFIED IDEOGRAPH-220E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x220E9,
        name: "CJK UNIFIED IDEOGRAPH-220E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x220EA,
        name: "CJK UNIFIED IDEOGRAPH-220EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x220EB,
        name: "CJK UNIFIED IDEOGRAPH-220EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x220EC,
        name: "CJK UNIFIED IDEOGRAPH-220EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x220ED,
        name: "CJK UNIFIED IDEOGRAPH-220ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x220EE,
        name: "CJK UNIFIED IDEOGRAPH-220EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x220EF,
        name: "CJK UNIFIED IDEOGRAPH-220EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F0,
        name: "CJK UNIFIED IDEOGRAPH-220F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F1,
        name: "CJK UNIFIED IDEOGRAPH-220F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F2,
        name: "CJK UNIFIED IDEOGRAPH-220F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F3,
        name: "CJK UNIFIED IDEOGRAPH-220F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F4,
        name: "CJK UNIFIED IDEOGRAPH-220F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F5,
        name: "CJK UNIFIED IDEOGRAPH-220F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F6,
        name: "CJK UNIFIED IDEOGRAPH-220F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F7,
        name: "CJK UNIFIED IDEOGRAPH-220F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F8,
        name: "CJK UNIFIED IDEOGRAPH-220F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x220F9,
        name: "CJK UNIFIED IDEOGRAPH-220F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x220FA,
        name: "CJK UNIFIED IDEOGRAPH-220FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x220FB,
        name: "CJK UNIFIED IDEOGRAPH-220FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x220FC,
        name: "CJK UNIFIED IDEOGRAPH-220FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x220FD,
        name: "CJK UNIFIED IDEOGRAPH-220FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x220FE,
        name: "CJK UNIFIED IDEOGRAPH-220FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x220FF,
        name: "CJK UNIFIED IDEOGRAPH-220FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22100,
        name: "CJK UNIFIED IDEOGRAPH-22100",
    },
    Character {
        age: "3.1",
        codepoint: 0x22101,
        name: "CJK UNIFIED IDEOGRAPH-22101",
    },
    Character {
        age: "3.1",
        codepoint: 0x22102,
        name: "CJK UNIFIED IDEOGRAPH-22102",
    },
    Character {
        age: "3.1",
        codepoint: 0x22103,
        name: "CJK UNIFIED IDEOGRAPH-22103",
    },
    Character {
        age: "3.1",
        codepoint: 0x22104,
        name: "CJK UNIFIED IDEOGRAPH-22104",
    },
    Character {
        age: "3.1",
        codepoint: 0x22105,
        name: "CJK UNIFIED IDEOGRAPH-22105",
    },
    Character {
        age: "3.1",
        codepoint: 0x22106,
        name: "CJK UNIFIED IDEOGRAPH-22106",
    },
    Character {
        age: "3.1",
        codepoint: 0x22107,
        name: "CJK UNIFIED IDEOGRAPH-22107",
    },
    Character {
        age: "3.1",
        codepoint: 0x22108,
        name: "CJK UNIFIED IDEOGRAPH-22108",
    },
    Character {
        age: "3.1",
        codepoint: 0x22109,
        name: "CJK UNIFIED IDEOGRAPH-22109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2210A,
        name: "CJK UNIFIED IDEOGRAPH-2210A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2210B,
        name: "CJK UNIFIED IDEOGRAPH-2210B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2210C,
        name: "CJK UNIFIED IDEOGRAPH-2210C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2210D,
        name: "CJK UNIFIED IDEOGRAPH-2210D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2210E,
        name: "CJK UNIFIED IDEOGRAPH-2210E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2210F,
        name: "CJK UNIFIED IDEOGRAPH-2210F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22110,
        name: "CJK UNIFIED IDEOGRAPH-22110",
    },
    Character {
        age: "3.1",
        codepoint: 0x22111,
        name: "CJK UNIFIED IDEOGRAPH-22111",
    },
    Character {
        age: "3.1",
        codepoint: 0x22112,
        name: "CJK UNIFIED IDEOGRAPH-22112",
    },
    Character {
        age: "3.1",
        codepoint: 0x22113,
        name: "CJK UNIFIED IDEOGRAPH-22113",
    },
    Character {
        age: "3.1",
        codepoint: 0x22114,
        name: "CJK UNIFIED IDEOGRAPH-22114",
    },
    Character {
        age: "3.1",
        codepoint: 0x22115,
        name: "CJK UNIFIED IDEOGRAPH-22115",
    },
    Character {
        age: "3.1",
        codepoint: 0x22116,
        name: "CJK UNIFIED IDEOGRAPH-22116",
    },
    Character {
        age: "3.1",
        codepoint: 0x22117,
        name: "CJK UNIFIED IDEOGRAPH-22117",
    },
    Character {
        age: "3.1",
        codepoint: 0x22118,
        name: "CJK UNIFIED IDEOGRAPH-22118",
    },
    Character {
        age: "3.1",
        codepoint: 0x22119,
        name: "CJK UNIFIED IDEOGRAPH-22119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2211A,
        name: "CJK UNIFIED IDEOGRAPH-2211A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2211B,
        name: "CJK UNIFIED IDEOGRAPH-2211B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2211C,
        name: "CJK UNIFIED IDEOGRAPH-2211C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2211D,
        name: "CJK UNIFIED IDEOGRAPH-2211D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2211E,
        name: "CJK UNIFIED IDEOGRAPH-2211E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2211F,
        name: "CJK UNIFIED IDEOGRAPH-2211F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22120,
        name: "CJK UNIFIED IDEOGRAPH-22120",
    },
    Character {
        age: "3.1",
        codepoint: 0x22121,
        name: "CJK UNIFIED IDEOGRAPH-22121",
    },
    Character {
        age: "3.1",
        codepoint: 0x22122,
        name: "CJK UNIFIED IDEOGRAPH-22122",
    },
    Character {
        age: "3.1",
        codepoint: 0x22123,
        name: "CJK UNIFIED IDEOGRAPH-22123",
    },
    Character {
        age: "3.1",
        codepoint: 0x22124,
        name: "CJK UNIFIED IDEOGRAPH-22124",
    },
    Character {
        age: "3.1",
        codepoint: 0x22125,
        name: "CJK UNIFIED IDEOGRAPH-22125",
    },
    Character {
        age: "3.1",
        codepoint: 0x22126,
        name: "CJK UNIFIED IDEOGRAPH-22126",
    },
    Character {
        age: "3.1",
        codepoint: 0x22127,
        name: "CJK UNIFIED IDEOGRAPH-22127",
    },
    Character {
        age: "3.1",
        codepoint: 0x22128,
        name: "CJK UNIFIED IDEOGRAPH-22128",
    },
    Character {
        age: "3.1",
        codepoint: 0x22129,
        name: "CJK UNIFIED IDEOGRAPH-22129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2212A,
        name: "CJK UNIFIED IDEOGRAPH-2212A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2212B,
        name: "CJK UNIFIED IDEOGRAPH-2212B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2212C,
        name: "CJK UNIFIED IDEOGRAPH-2212C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2212D,
        name: "CJK UNIFIED IDEOGRAPH-2212D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2212E,
        name: "CJK UNIFIED IDEOGRAPH-2212E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2212F,
        name: "CJK UNIFIED IDEOGRAPH-2212F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22130,
        name: "CJK UNIFIED IDEOGRAPH-22130",
    },
    Character {
        age: "3.1",
        codepoint: 0x22131,
        name: "CJK UNIFIED IDEOGRAPH-22131",
    },
    Character {
        age: "3.1",
        codepoint: 0x22132,
        name: "CJK UNIFIED IDEOGRAPH-22132",
    },
    Character {
        age: "3.1",
        codepoint: 0x22133,
        name: "CJK UNIFIED IDEOGRAPH-22133",
    },
    Character {
        age: "3.1",
        codepoint: 0x22134,
        name: "CJK UNIFIED IDEOGRAPH-22134",
    },
    Character {
        age: "3.1",
        codepoint: 0x22135,
        name: "CJK UNIFIED IDEOGRAPH-22135",
    },
    Character {
        age: "3.1",
        codepoint: 0x22136,
        name: "CJK UNIFIED IDEOGRAPH-22136",
    },
    Character {
        age: "3.1",
        codepoint: 0x22137,
        name: "CJK UNIFIED IDEOGRAPH-22137",
    },
    Character {
        age: "3.1",
        codepoint: 0x22138,
        name: "CJK UNIFIED IDEOGRAPH-22138",
    },
    Character {
        age: "3.1",
        codepoint: 0x22139,
        name: "CJK UNIFIED IDEOGRAPH-22139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2213A,
        name: "CJK UNIFIED IDEOGRAPH-2213A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2213B,
        name: "CJK UNIFIED IDEOGRAPH-2213B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2213C,
        name: "CJK UNIFIED IDEOGRAPH-2213C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2213D,
        name: "CJK UNIFIED IDEOGRAPH-2213D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2213E,
        name: "CJK UNIFIED IDEOGRAPH-2213E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2213F,
        name: "CJK UNIFIED IDEOGRAPH-2213F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22140,
        name: "CJK UNIFIED IDEOGRAPH-22140",
    },
    Character {
        age: "3.1",
        codepoint: 0x22141,
        name: "CJK UNIFIED IDEOGRAPH-22141",
    },
    Character {
        age: "3.1",
        codepoint: 0x22142,
        name: "CJK UNIFIED IDEOGRAPH-22142",
    },
    Character {
        age: "3.1",
        codepoint: 0x22143,
        name: "CJK UNIFIED IDEOGRAPH-22143",
    },
    Character {
        age: "3.1",
        codepoint: 0x22144,
        name: "CJK UNIFIED IDEOGRAPH-22144",
    },
    Character {
        age: "3.1",
        codepoint: 0x22145,
        name: "CJK UNIFIED IDEOGRAPH-22145",
    },
    Character {
        age: "3.1",
        codepoint: 0x22146,
        name: "CJK UNIFIED IDEOGRAPH-22146",
    },
    Character {
        age: "3.1",
        codepoint: 0x22147,
        name: "CJK UNIFIED IDEOGRAPH-22147",
    },
    Character {
        age: "3.1",
        codepoint: 0x22148,
        name: "CJK UNIFIED IDEOGRAPH-22148",
    },
    Character {
        age: "3.1",
        codepoint: 0x22149,
        name: "CJK UNIFIED IDEOGRAPH-22149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2214A,
        name: "CJK UNIFIED IDEOGRAPH-2214A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2214B,
        name: "CJK UNIFIED IDEOGRAPH-2214B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2214C,
        name: "CJK UNIFIED IDEOGRAPH-2214C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2214D,
        name: "CJK UNIFIED IDEOGRAPH-2214D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2214E,
        name: "CJK UNIFIED IDEOGRAPH-2214E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2214F,
        name: "CJK UNIFIED IDEOGRAPH-2214F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22150,
        name: "CJK UNIFIED IDEOGRAPH-22150",
    },
    Character {
        age: "3.1",
        codepoint: 0x22151,
        name: "CJK UNIFIED IDEOGRAPH-22151",
    },
    Character {
        age: "3.1",
        codepoint: 0x22152,
        name: "CJK UNIFIED IDEOGRAPH-22152",
    },
    Character {
        age: "3.1",
        codepoint: 0x22153,
        name: "CJK UNIFIED IDEOGRAPH-22153",
    },
    Character {
        age: "3.1",
        codepoint: 0x22154,
        name: "CJK UNIFIED IDEOGRAPH-22154",
    },
    Character {
        age: "3.1",
        codepoint: 0x22155,
        name: "CJK UNIFIED IDEOGRAPH-22155",
    },
    Character {
        age: "3.1",
        codepoint: 0x22156,
        name: "CJK UNIFIED IDEOGRAPH-22156",
    },
    Character {
        age: "3.1",
        codepoint: 0x22157,
        name: "CJK UNIFIED IDEOGRAPH-22157",
    },
    Character {
        age: "3.1",
        codepoint: 0x22158,
        name: "CJK UNIFIED IDEOGRAPH-22158",
    },
    Character {
        age: "3.1",
        codepoint: 0x22159,
        name: "CJK UNIFIED IDEOGRAPH-22159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2215A,
        name: "CJK UNIFIED IDEOGRAPH-2215A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2215B,
        name: "CJK UNIFIED IDEOGRAPH-2215B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2215C,
        name: "CJK UNIFIED IDEOGRAPH-2215C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2215D,
        name: "CJK UNIFIED IDEOGRAPH-2215D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2215E,
        name: "CJK UNIFIED IDEOGRAPH-2215E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2215F,
        name: "CJK UNIFIED IDEOGRAPH-2215F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22160,
        name: "CJK UNIFIED IDEOGRAPH-22160",
    },
    Character {
        age: "3.1",
        codepoint: 0x22161,
        name: "CJK UNIFIED IDEOGRAPH-22161",
    },
    Character {
        age: "3.1",
        codepoint: 0x22162,
        name: "CJK UNIFIED IDEOGRAPH-22162",
    },
    Character {
        age: "3.1",
        codepoint: 0x22163,
        name: "CJK UNIFIED IDEOGRAPH-22163",
    },
    Character {
        age: "3.1",
        codepoint: 0x22164,
        name: "CJK UNIFIED IDEOGRAPH-22164",
    },
    Character {
        age: "3.1",
        codepoint: 0x22165,
        name: "CJK UNIFIED IDEOGRAPH-22165",
    },
    Character {
        age: "3.1",
        codepoint: 0x22166,
        name: "CJK UNIFIED IDEOGRAPH-22166",
    },
    Character {
        age: "3.1",
        codepoint: 0x22167,
        name: "CJK UNIFIED IDEOGRAPH-22167",
    },
    Character {
        age: "3.1",
        codepoint: 0x22168,
        name: "CJK UNIFIED IDEOGRAPH-22168",
    },
    Character {
        age: "3.1",
        codepoint: 0x22169,
        name: "CJK UNIFIED IDEOGRAPH-22169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2216A,
        name: "CJK UNIFIED IDEOGRAPH-2216A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2216B,
        name: "CJK UNIFIED IDEOGRAPH-2216B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2216C,
        name: "CJK UNIFIED IDEOGRAPH-2216C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2216D,
        name: "CJK UNIFIED IDEOGRAPH-2216D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2216E,
        name: "CJK UNIFIED IDEOGRAPH-2216E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2216F,
        name: "CJK UNIFIED IDEOGRAPH-2216F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22170,
        name: "CJK UNIFIED IDEOGRAPH-22170",
    },
    Character {
        age: "3.1",
        codepoint: 0x22171,
        name: "CJK UNIFIED IDEOGRAPH-22171",
    },
    Character {
        age: "3.1",
        codepoint: 0x22172,
        name: "CJK UNIFIED IDEOGRAPH-22172",
    },
    Character {
        age: "3.1",
        codepoint: 0x22173,
        name: "CJK UNIFIED IDEOGRAPH-22173",
    },
    Character {
        age: "3.1",
        codepoint: 0x22174,
        name: "CJK UNIFIED IDEOGRAPH-22174",
    },
    Character {
        age: "3.1",
        codepoint: 0x22175,
        name: "CJK UNIFIED IDEOGRAPH-22175",
    },
    Character {
        age: "3.1",
        codepoint: 0x22176,
        name: "CJK UNIFIED IDEOGRAPH-22176",
    },
    Character {
        age: "3.1",
        codepoint: 0x22177,
        name: "CJK UNIFIED IDEOGRAPH-22177",
    },
    Character {
        age: "3.1",
        codepoint: 0x22178,
        name: "CJK UNIFIED IDEOGRAPH-22178",
    },
    Character {
        age: "3.1",
        codepoint: 0x22179,
        name: "CJK UNIFIED IDEOGRAPH-22179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2217A,
        name: "CJK UNIFIED IDEOGRAPH-2217A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2217B,
        name: "CJK UNIFIED IDEOGRAPH-2217B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2217C,
        name: "CJK UNIFIED IDEOGRAPH-2217C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2217D,
        name: "CJK UNIFIED IDEOGRAPH-2217D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2217E,
        name: "CJK UNIFIED IDEOGRAPH-2217E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2217F,
        name: "CJK UNIFIED IDEOGRAPH-2217F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22180,
        name: "CJK UNIFIED IDEOGRAPH-22180",
    },
    Character {
        age: "3.1",
        codepoint: 0x22181,
        name: "CJK UNIFIED IDEOGRAPH-22181",
    },
    Character {
        age: "3.1",
        codepoint: 0x22182,
        name: "CJK UNIFIED IDEOGRAPH-22182",
    },
    Character {
        age: "3.1",
        codepoint: 0x22183,
        name: "CJK UNIFIED IDEOGRAPH-22183",
    },
    Character {
        age: "3.1",
        codepoint: 0x22184,
        name: "CJK UNIFIED IDEOGRAPH-22184",
    },
    Character {
        age: "3.1",
        codepoint: 0x22185,
        name: "CJK UNIFIED IDEOGRAPH-22185",
    },
    Character {
        age: "3.1",
        codepoint: 0x22186,
        name: "CJK UNIFIED IDEOGRAPH-22186",
    },
    Character {
        age: "3.1",
        codepoint: 0x22187,
        name: "CJK UNIFIED IDEOGRAPH-22187",
    },
    Character {
        age: "3.1",
        codepoint: 0x22188,
        name: "CJK UNIFIED IDEOGRAPH-22188",
    },
    Character {
        age: "3.1",
        codepoint: 0x22189,
        name: "CJK UNIFIED IDEOGRAPH-22189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2218A,
        name: "CJK UNIFIED IDEOGRAPH-2218A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2218B,
        name: "CJK UNIFIED IDEOGRAPH-2218B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2218C,
        name: "CJK UNIFIED IDEOGRAPH-2218C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2218D,
        name: "CJK UNIFIED IDEOGRAPH-2218D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2218E,
        name: "CJK UNIFIED IDEOGRAPH-2218E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2218F,
        name: "CJK UNIFIED IDEOGRAPH-2218F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22190,
        name: "CJK UNIFIED IDEOGRAPH-22190",
    },
    Character {
        age: "3.1",
        codepoint: 0x22191,
        name: "CJK UNIFIED IDEOGRAPH-22191",
    },
    Character {
        age: "3.1",
        codepoint: 0x22192,
        name: "CJK UNIFIED IDEOGRAPH-22192",
    },
    Character {
        age: "3.1",
        codepoint: 0x22193,
        name: "CJK UNIFIED IDEOGRAPH-22193",
    },
    Character {
        age: "3.1",
        codepoint: 0x22194,
        name: "CJK UNIFIED IDEOGRAPH-22194",
    },
    Character {
        age: "3.1",
        codepoint: 0x22195,
        name: "CJK UNIFIED IDEOGRAPH-22195",
    },
    Character {
        age: "3.1",
        codepoint: 0x22196,
        name: "CJK UNIFIED IDEOGRAPH-22196",
    },
    Character {
        age: "3.1",
        codepoint: 0x22197,
        name: "CJK UNIFIED IDEOGRAPH-22197",
    },
    Character {
        age: "3.1",
        codepoint: 0x22198,
        name: "CJK UNIFIED IDEOGRAPH-22198",
    },
    Character {
        age: "3.1",
        codepoint: 0x22199,
        name: "CJK UNIFIED IDEOGRAPH-22199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2219A,
        name: "CJK UNIFIED IDEOGRAPH-2219A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2219B,
        name: "CJK UNIFIED IDEOGRAPH-2219B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2219C,
        name: "CJK UNIFIED IDEOGRAPH-2219C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2219D,
        name: "CJK UNIFIED IDEOGRAPH-2219D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2219E,
        name: "CJK UNIFIED IDEOGRAPH-2219E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2219F,
        name: "CJK UNIFIED IDEOGRAPH-2219F",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A0,
        name: "CJK UNIFIED IDEOGRAPH-221A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A1,
        name: "CJK UNIFIED IDEOGRAPH-221A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A2,
        name: "CJK UNIFIED IDEOGRAPH-221A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A3,
        name: "CJK UNIFIED IDEOGRAPH-221A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A4,
        name: "CJK UNIFIED IDEOGRAPH-221A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A5,
        name: "CJK UNIFIED IDEOGRAPH-221A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A6,
        name: "CJK UNIFIED IDEOGRAPH-221A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A7,
        name: "CJK UNIFIED IDEOGRAPH-221A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A8,
        name: "CJK UNIFIED IDEOGRAPH-221A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x221A9,
        name: "CJK UNIFIED IDEOGRAPH-221A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x221AA,
        name: "CJK UNIFIED IDEOGRAPH-221AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x221AB,
        name: "CJK UNIFIED IDEOGRAPH-221AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x221AC,
        name: "CJK UNIFIED IDEOGRAPH-221AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x221AD,
        name: "CJK UNIFIED IDEOGRAPH-221AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x221AE,
        name: "CJK UNIFIED IDEOGRAPH-221AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x221AF,
        name: "CJK UNIFIED IDEOGRAPH-221AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B0,
        name: "CJK UNIFIED IDEOGRAPH-221B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B1,
        name: "CJK UNIFIED IDEOGRAPH-221B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B2,
        name: "CJK UNIFIED IDEOGRAPH-221B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B3,
        name: "CJK UNIFIED IDEOGRAPH-221B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B4,
        name: "CJK UNIFIED IDEOGRAPH-221B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B5,
        name: "CJK UNIFIED IDEOGRAPH-221B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B6,
        name: "CJK UNIFIED IDEOGRAPH-221B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B7,
        name: "CJK UNIFIED IDEOGRAPH-221B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B8,
        name: "CJK UNIFIED IDEOGRAPH-221B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x221B9,
        name: "CJK UNIFIED IDEOGRAPH-221B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x221BA,
        name: "CJK UNIFIED IDEOGRAPH-221BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x221BB,
        name: "CJK UNIFIED IDEOGRAPH-221BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x221BC,
        name: "CJK UNIFIED IDEOGRAPH-221BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x221BD,
        name: "CJK UNIFIED IDEOGRAPH-221BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x221BE,
        name: "CJK UNIFIED IDEOGRAPH-221BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x221BF,
        name: "CJK UNIFIED IDEOGRAPH-221BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C0,
        name: "CJK UNIFIED IDEOGRAPH-221C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C1,
        name: "CJK UNIFIED IDEOGRAPH-221C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C2,
        name: "CJK UNIFIED IDEOGRAPH-221C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C3,
        name: "CJK UNIFIED IDEOGRAPH-221C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C4,
        name: "CJK UNIFIED IDEOGRAPH-221C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C5,
        name: "CJK UNIFIED IDEOGRAPH-221C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C6,
        name: "CJK UNIFIED IDEOGRAPH-221C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C7,
        name: "CJK UNIFIED IDEOGRAPH-221C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C8,
        name: "CJK UNIFIED IDEOGRAPH-221C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x221C9,
        name: "CJK UNIFIED IDEOGRAPH-221C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x221CA,
        name: "CJK UNIFIED IDEOGRAPH-221CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x221CB,
        name: "CJK UNIFIED IDEOGRAPH-221CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x221CC,
        name: "CJK UNIFIED IDEOGRAPH-221CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x221CD,
        name: "CJK UNIFIED IDEOGRAPH-221CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x221CE,
        name: "CJK UNIFIED IDEOGRAPH-221CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x221CF,
        name: "CJK UNIFIED IDEOGRAPH-221CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D0,
        name: "CJK UNIFIED IDEOGRAPH-221D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D1,
        name: "CJK UNIFIED IDEOGRAPH-221D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D2,
        name: "CJK UNIFIED IDEOGRAPH-221D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D3,
        name: "CJK UNIFIED IDEOGRAPH-221D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D4,
        name: "CJK UNIFIED IDEOGRAPH-221D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D5,
        name: "CJK UNIFIED IDEOGRAPH-221D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D6,
        name: "CJK UNIFIED IDEOGRAPH-221D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D7,
        name: "CJK UNIFIED IDEOGRAPH-221D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D8,
        name: "CJK UNIFIED IDEOGRAPH-221D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x221D9,
        name: "CJK UNIFIED IDEOGRAPH-221D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x221DA,
        name: "CJK UNIFIED IDEOGRAPH-221DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x221DB,
        name: "CJK UNIFIED IDEOGRAPH-221DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x221DC,
        name: "CJK UNIFIED IDEOGRAPH-221DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x221DD,
        name: "CJK UNIFIED IDEOGRAPH-221DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x221DE,
        name: "CJK UNIFIED IDEOGRAPH-221DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x221DF,
        name: "CJK UNIFIED IDEOGRAPH-221DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E0,
        name: "CJK UNIFIED IDEOGRAPH-221E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E1,
        name: "CJK UNIFIED IDEOGRAPH-221E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E2,
        name: "CJK UNIFIED IDEOGRAPH-221E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E3,
        name: "CJK UNIFIED IDEOGRAPH-221E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E4,
        name: "CJK UNIFIED IDEOGRAPH-221E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E5,
        name: "CJK UNIFIED IDEOGRAPH-221E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E6,
        name: "CJK UNIFIED IDEOGRAPH-221E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E7,
        name: "CJK UNIFIED IDEOGRAPH-221E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E8,
        name: "CJK UNIFIED IDEOGRAPH-221E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x221E9,
        name: "CJK UNIFIED IDEOGRAPH-221E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x221EA,
        name: "CJK UNIFIED IDEOGRAPH-221EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x221EB,
        name: "CJK UNIFIED IDEOGRAPH-221EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x221EC,
        name: "CJK UNIFIED IDEOGRAPH-221EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x221ED,
        name: "CJK UNIFIED IDEOGRAPH-221ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x221EE,
        name: "CJK UNIFIED IDEOGRAPH-221EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x221EF,
        name: "CJK UNIFIED IDEOGRAPH-221EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F0,
        name: "CJK UNIFIED IDEOGRAPH-221F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F1,
        name: "CJK UNIFIED IDEOGRAPH-221F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F2,
        name: "CJK UNIFIED IDEOGRAPH-221F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F3,
        name: "CJK UNIFIED IDEOGRAPH-221F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F4,
        name: "CJK UNIFIED IDEOGRAPH-221F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F5,
        name: "CJK UNIFIED IDEOGRAPH-221F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F6,
        name: "CJK UNIFIED IDEOGRAPH-221F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F7,
        name: "CJK UNIFIED IDEOGRAPH-221F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F8,
        name: "CJK UNIFIED IDEOGRAPH-221F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x221F9,
        name: "CJK UNIFIED IDEOGRAPH-221F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x221FA,
        name: "CJK UNIFIED IDEOGRAPH-221FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x221FB,
        name: "CJK UNIFIED IDEOGRAPH-221FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x221FC,
        name: "CJK UNIFIED IDEOGRAPH-221FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x221FD,
        name: "CJK UNIFIED IDEOGRAPH-221FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x221FE,
        name: "CJK UNIFIED IDEOGRAPH-221FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x221FF,
        name: "CJK UNIFIED IDEOGRAPH-221FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22200,
        name: "CJK UNIFIED IDEOGRAPH-22200",
    },
    Character {
        age: "3.1",
        codepoint: 0x22201,
        name: "CJK UNIFIED IDEOGRAPH-22201",
    },
    Character {
        age: "3.1",
        codepoint: 0x22202,
        name: "CJK UNIFIED IDEOGRAPH-22202",
    },
    Character {
        age: "3.1",
        codepoint: 0x22203,
        name: "CJK UNIFIED IDEOGRAPH-22203",
    },
    Character {
        age: "3.1",
        codepoint: 0x22204,
        name: "CJK UNIFIED IDEOGRAPH-22204",
    },
    Character {
        age: "3.1",
        codepoint: 0x22205,
        name: "CJK UNIFIED IDEOGRAPH-22205",
    },
    Character {
        age: "3.1",
        codepoint: 0x22206,
        name: "CJK UNIFIED IDEOGRAPH-22206",
    },
    Character {
        age: "3.1",
        codepoint: 0x22207,
        name: "CJK UNIFIED IDEOGRAPH-22207",
    },
    Character {
        age: "3.1",
        codepoint: 0x22208,
        name: "CJK UNIFIED IDEOGRAPH-22208",
    },
    Character {
        age: "3.1",
        codepoint: 0x22209,
        name: "CJK UNIFIED IDEOGRAPH-22209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2220A,
        name: "CJK UNIFIED IDEOGRAPH-2220A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2220B,
        name: "CJK UNIFIED IDEOGRAPH-2220B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2220C,
        name: "CJK UNIFIED IDEOGRAPH-2220C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2220D,
        name: "CJK UNIFIED IDEOGRAPH-2220D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2220E,
        name: "CJK UNIFIED IDEOGRAPH-2220E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2220F,
        name: "CJK UNIFIED IDEOGRAPH-2220F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22210,
        name: "CJK UNIFIED IDEOGRAPH-22210",
    },
    Character {
        age: "3.1",
        codepoint: 0x22211,
        name: "CJK UNIFIED IDEOGRAPH-22211",
    },
    Character {
        age: "3.1",
        codepoint: 0x22212,
        name: "CJK UNIFIED IDEOGRAPH-22212",
    },
    Character {
        age: "3.1",
        codepoint: 0x22213,
        name: "CJK UNIFIED IDEOGRAPH-22213",
    },
    Character {
        age: "3.1",
        codepoint: 0x22214,
        name: "CJK UNIFIED IDEOGRAPH-22214",
    },
    Character {
        age: "3.1",
        codepoint: 0x22215,
        name: "CJK UNIFIED IDEOGRAPH-22215",
    },
    Character {
        age: "3.1",
        codepoint: 0x22216,
        name: "CJK UNIFIED IDEOGRAPH-22216",
    },
    Character {
        age: "3.1",
        codepoint: 0x22217,
        name: "CJK UNIFIED IDEOGRAPH-22217",
    },
    Character {
        age: "3.1",
        codepoint: 0x22218,
        name: "CJK UNIFIED IDEOGRAPH-22218",
    },
    Character {
        age: "3.1",
        codepoint: 0x22219,
        name: "CJK UNIFIED IDEOGRAPH-22219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2221A,
        name: "CJK UNIFIED IDEOGRAPH-2221A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2221B,
        name: "CJK UNIFIED IDEOGRAPH-2221B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2221C,
        name: "CJK UNIFIED IDEOGRAPH-2221C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2221D,
        name: "CJK UNIFIED IDEOGRAPH-2221D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2221E,
        name: "CJK UNIFIED IDEOGRAPH-2221E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2221F,
        name: "CJK UNIFIED IDEOGRAPH-2221F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22220,
        name: "CJK UNIFIED IDEOGRAPH-22220",
    },
    Character {
        age: "3.1",
        codepoint: 0x22221,
        name: "CJK UNIFIED IDEOGRAPH-22221",
    },
    Character {
        age: "3.1",
        codepoint: 0x22222,
        name: "CJK UNIFIED IDEOGRAPH-22222",
    },
    Character {
        age: "3.1",
        codepoint: 0x22223,
        name: "CJK UNIFIED IDEOGRAPH-22223",
    },
    Character {
        age: "3.1",
        codepoint: 0x22224,
        name: "CJK UNIFIED IDEOGRAPH-22224",
    },
    Character {
        age: "3.1",
        codepoint: 0x22225,
        name: "CJK UNIFIED IDEOGRAPH-22225",
    },
    Character {
        age: "3.1",
        codepoint: 0x22226,
        name: "CJK UNIFIED IDEOGRAPH-22226",
    },
    Character {
        age: "3.1",
        codepoint: 0x22227,
        name: "CJK UNIFIED IDEOGRAPH-22227",
    },
    Character {
        age: "3.1",
        codepoint: 0x22228,
        name: "CJK UNIFIED IDEOGRAPH-22228",
    },
    Character {
        age: "3.1",
        codepoint: 0x22229,
        name: "CJK UNIFIED IDEOGRAPH-22229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2222A,
        name: "CJK UNIFIED IDEOGRAPH-2222A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2222B,
        name: "CJK UNIFIED IDEOGRAPH-2222B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2222C,
        name: "CJK UNIFIED IDEOGRAPH-2222C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2222D,
        name: "CJK UNIFIED IDEOGRAPH-2222D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2222E,
        name: "CJK UNIFIED IDEOGRAPH-2222E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2222F,
        name: "CJK UNIFIED IDEOGRAPH-2222F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22230,
        name: "CJK UNIFIED IDEOGRAPH-22230",
    },
    Character {
        age: "3.1",
        codepoint: 0x22231,
        name: "CJK UNIFIED IDEOGRAPH-22231",
    },
    Character {
        age: "3.1",
        codepoint: 0x22232,
        name: "CJK UNIFIED IDEOGRAPH-22232",
    },
    Character {
        age: "3.1",
        codepoint: 0x22233,
        name: "CJK UNIFIED IDEOGRAPH-22233",
    },
    Character {
        age: "3.1",
        codepoint: 0x22234,
        name: "CJK UNIFIED IDEOGRAPH-22234",
    },
    Character {
        age: "3.1",
        codepoint: 0x22235,
        name: "CJK UNIFIED IDEOGRAPH-22235",
    },
    Character {
        age: "3.1",
        codepoint: 0x22236,
        name: "CJK UNIFIED IDEOGRAPH-22236",
    },
    Character {
        age: "3.1",
        codepoint: 0x22237,
        name: "CJK UNIFIED IDEOGRAPH-22237",
    },
    Character {
        age: "3.1",
        codepoint: 0x22238,
        name: "CJK UNIFIED IDEOGRAPH-22238",
    },
    Character {
        age: "3.1",
        codepoint: 0x22239,
        name: "CJK UNIFIED IDEOGRAPH-22239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2223A,
        name: "CJK UNIFIED IDEOGRAPH-2223A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2223B,
        name: "CJK UNIFIED IDEOGRAPH-2223B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2223C,
        name: "CJK UNIFIED IDEOGRAPH-2223C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2223D,
        name: "CJK UNIFIED IDEOGRAPH-2223D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2223E,
        name: "CJK UNIFIED IDEOGRAPH-2223E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2223F,
        name: "CJK UNIFIED IDEOGRAPH-2223F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22240,
        name: "CJK UNIFIED IDEOGRAPH-22240",
    },
    Character {
        age: "3.1",
        codepoint: 0x22241,
        name: "CJK UNIFIED IDEOGRAPH-22241",
    },
    Character {
        age: "3.1",
        codepoint: 0x22242,
        name: "CJK UNIFIED IDEOGRAPH-22242",
    },
    Character {
        age: "3.1",
        codepoint: 0x22243,
        name: "CJK UNIFIED IDEOGRAPH-22243",
    },
    Character {
        age: "3.1",
        codepoint: 0x22244,
        name: "CJK UNIFIED IDEOGRAPH-22244",
    },
    Character {
        age: "3.1",
        codepoint: 0x22245,
        name: "CJK UNIFIED IDEOGRAPH-22245",
    },
    Character {
        age: "3.1",
        codepoint: 0x22246,
        name: "CJK UNIFIED IDEOGRAPH-22246",
    },
    Character {
        age: "3.1",
        codepoint: 0x22247,
        name: "CJK UNIFIED IDEOGRAPH-22247",
    },
    Character {
        age: "3.1",
        codepoint: 0x22248,
        name: "CJK UNIFIED IDEOGRAPH-22248",
    },
    Character {
        age: "3.1",
        codepoint: 0x22249,
        name: "CJK UNIFIED IDEOGRAPH-22249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2224A,
        name: "CJK UNIFIED IDEOGRAPH-2224A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2224B,
        name: "CJK UNIFIED IDEOGRAPH-2224B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2224C,
        name: "CJK UNIFIED IDEOGRAPH-2224C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2224D,
        name: "CJK UNIFIED IDEOGRAPH-2224D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2224E,
        name: "CJK UNIFIED IDEOGRAPH-2224E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2224F,
        name: "CJK UNIFIED IDEOGRAPH-2224F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22250,
        name: "CJK UNIFIED IDEOGRAPH-22250",
    },
    Character {
        age: "3.1",
        codepoint: 0x22251,
        name: "CJK UNIFIED IDEOGRAPH-22251",
    },
    Character {
        age: "3.1",
        codepoint: 0x22252,
        name: "CJK UNIFIED IDEOGRAPH-22252",
    },
    Character {
        age: "3.1",
        codepoint: 0x22253,
        name: "CJK UNIFIED IDEOGRAPH-22253",
    },
    Character {
        age: "3.1",
        codepoint: 0x22254,
        name: "CJK UNIFIED IDEOGRAPH-22254",
    },
    Character {
        age: "3.1",
        codepoint: 0x22255,
        name: "CJK UNIFIED IDEOGRAPH-22255",
    },
    Character {
        age: "3.1",
        codepoint: 0x22256,
        name: "CJK UNIFIED IDEOGRAPH-22256",
    },
    Character {
        age: "3.1",
        codepoint: 0x22257,
        name: "CJK UNIFIED IDEOGRAPH-22257",
    },
    Character {
        age: "3.1",
        codepoint: 0x22258,
        name: "CJK UNIFIED IDEOGRAPH-22258",
    },
    Character {
        age: "3.1",
        codepoint: 0x22259,
        name: "CJK UNIFIED IDEOGRAPH-22259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2225A,
        name: "CJK UNIFIED IDEOGRAPH-2225A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2225B,
        name: "CJK UNIFIED IDEOGRAPH-2225B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2225C,
        name: "CJK UNIFIED IDEOGRAPH-2225C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2225D,
        name: "CJK UNIFIED IDEOGRAPH-2225D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2225E,
        name: "CJK UNIFIED IDEOGRAPH-2225E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2225F,
        name: "CJK UNIFIED IDEOGRAPH-2225F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22260,
        name: "CJK UNIFIED IDEOGRAPH-22260",
    },
    Character {
        age: "3.1",
        codepoint: 0x22261,
        name: "CJK UNIFIED IDEOGRAPH-22261",
    },
    Character {
        age: "3.1",
        codepoint: 0x22262,
        name: "CJK UNIFIED IDEOGRAPH-22262",
    },
    Character {
        age: "3.1",
        codepoint: 0x22263,
        name: "CJK UNIFIED IDEOGRAPH-22263",
    },
    Character {
        age: "3.1",
        codepoint: 0x22264,
        name: "CJK UNIFIED IDEOGRAPH-22264",
    },
    Character {
        age: "3.1",
        codepoint: 0x22265,
        name: "CJK UNIFIED IDEOGRAPH-22265",
    },
    Character {
        age: "3.1",
        codepoint: 0x22266,
        name: "CJK UNIFIED IDEOGRAPH-22266",
    },
    Character {
        age: "3.1",
        codepoint: 0x22267,
        name: "CJK UNIFIED IDEOGRAPH-22267",
    },
    Character {
        age: "3.1",
        codepoint: 0x22268,
        name: "CJK UNIFIED IDEOGRAPH-22268",
    },
    Character {
        age: "3.1",
        codepoint: 0x22269,
        name: "CJK UNIFIED IDEOGRAPH-22269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2226A,
        name: "CJK UNIFIED IDEOGRAPH-2226A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2226B,
        name: "CJK UNIFIED IDEOGRAPH-2226B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2226C,
        name: "CJK UNIFIED IDEOGRAPH-2226C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2226D,
        name: "CJK UNIFIED IDEOGRAPH-2226D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2226E,
        name: "CJK UNIFIED IDEOGRAPH-2226E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2226F,
        name: "CJK UNIFIED IDEOGRAPH-2226F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22270,
        name: "CJK UNIFIED IDEOGRAPH-22270",
    },
    Character {
        age: "3.1",
        codepoint: 0x22271,
        name: "CJK UNIFIED IDEOGRAPH-22271",
    },
    Character {
        age: "3.1",
        codepoint: 0x22272,
        name: "CJK UNIFIED IDEOGRAPH-22272",
    },
    Character {
        age: "3.1",
        codepoint: 0x22273,
        name: "CJK UNIFIED IDEOGRAPH-22273",
    },
    Character {
        age: "3.1",
        codepoint: 0x22274,
        name: "CJK UNIFIED IDEOGRAPH-22274",
    },
    Character {
        age: "3.1",
        codepoint: 0x22275,
        name: "CJK UNIFIED IDEOGRAPH-22275",
    },
    Character {
        age: "3.1",
        codepoint: 0x22276,
        name: "CJK UNIFIED IDEOGRAPH-22276",
    },
    Character {
        age: "3.1",
        codepoint: 0x22277,
        name: "CJK UNIFIED IDEOGRAPH-22277",
    },
    Character {
        age: "3.1",
        codepoint: 0x22278,
        name: "CJK UNIFIED IDEOGRAPH-22278",
    },
    Character {
        age: "3.1",
        codepoint: 0x22279,
        name: "CJK UNIFIED IDEOGRAPH-22279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2227A,
        name: "CJK UNIFIED IDEOGRAPH-2227A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2227B,
        name: "CJK UNIFIED IDEOGRAPH-2227B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2227C,
        name: "CJK UNIFIED IDEOGRAPH-2227C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2227D,
        name: "CJK UNIFIED IDEOGRAPH-2227D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2227E,
        name: "CJK UNIFIED IDEOGRAPH-2227E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2227F,
        name: "CJK UNIFIED IDEOGRAPH-2227F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22280,
        name: "CJK UNIFIED IDEOGRAPH-22280",
    },
    Character {
        age: "3.1",
        codepoint: 0x22281,
        name: "CJK UNIFIED IDEOGRAPH-22281",
    },
    Character {
        age: "3.1",
        codepoint: 0x22282,
        name: "CJK UNIFIED IDEOGRAPH-22282",
    },
    Character {
        age: "3.1",
        codepoint: 0x22283,
        name: "CJK UNIFIED IDEOGRAPH-22283",
    },
    Character {
        age: "3.1",
        codepoint: 0x22284,
        name: "CJK UNIFIED IDEOGRAPH-22284",
    },
    Character {
        age: "3.1",
        codepoint: 0x22285,
        name: "CJK UNIFIED IDEOGRAPH-22285",
    },
    Character {
        age: "3.1",
        codepoint: 0x22286,
        name: "CJK UNIFIED IDEOGRAPH-22286",
    },
    Character {
        age: "3.1",
        codepoint: 0x22287,
        name: "CJK UNIFIED IDEOGRAPH-22287",
    },
    Character {
        age: "3.1",
        codepoint: 0x22288,
        name: "CJK UNIFIED IDEOGRAPH-22288",
    },
    Character {
        age: "3.1",
        codepoint: 0x22289,
        name: "CJK UNIFIED IDEOGRAPH-22289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2228A,
        name: "CJK UNIFIED IDEOGRAPH-2228A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2228B,
        name: "CJK UNIFIED IDEOGRAPH-2228B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2228C,
        name: "CJK UNIFIED IDEOGRAPH-2228C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2228D,
        name: "CJK UNIFIED IDEOGRAPH-2228D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2228E,
        name: "CJK UNIFIED IDEOGRAPH-2228E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2228F,
        name: "CJK UNIFIED IDEOGRAPH-2228F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22290,
        name: "CJK UNIFIED IDEOGRAPH-22290",
    },
    Character {
        age: "3.1",
        codepoint: 0x22291,
        name: "CJK UNIFIED IDEOGRAPH-22291",
    },
    Character {
        age: "3.1",
        codepoint: 0x22292,
        name: "CJK UNIFIED IDEOGRAPH-22292",
    },
    Character {
        age: "3.1",
        codepoint: 0x22293,
        name: "CJK UNIFIED IDEOGRAPH-22293",
    },
    Character {
        age: "3.1",
        codepoint: 0x22294,
        name: "CJK UNIFIED IDEOGRAPH-22294",
    },
    Character {
        age: "3.1",
        codepoint: 0x22295,
        name: "CJK UNIFIED IDEOGRAPH-22295",
    },
    Character {
        age: "3.1",
        codepoint: 0x22296,
        name: "CJK UNIFIED IDEOGRAPH-22296",
    },
    Character {
        age: "3.1",
        codepoint: 0x22297,
        name: "CJK UNIFIED IDEOGRAPH-22297",
    },
    Character {
        age: "3.1",
        codepoint: 0x22298,
        name: "CJK UNIFIED IDEOGRAPH-22298",
    },
    Character {
        age: "3.1",
        codepoint: 0x22299,
        name: "CJK UNIFIED IDEOGRAPH-22299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2229A,
        name: "CJK UNIFIED IDEOGRAPH-2229A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2229B,
        name: "CJK UNIFIED IDEOGRAPH-2229B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2229C,
        name: "CJK UNIFIED IDEOGRAPH-2229C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2229D,
        name: "CJK UNIFIED IDEOGRAPH-2229D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2229E,
        name: "CJK UNIFIED IDEOGRAPH-2229E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2229F,
        name: "CJK UNIFIED IDEOGRAPH-2229F",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A0,
        name: "CJK UNIFIED IDEOGRAPH-222A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A1,
        name: "CJK UNIFIED IDEOGRAPH-222A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A2,
        name: "CJK UNIFIED IDEOGRAPH-222A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A3,
        name: "CJK UNIFIED IDEOGRAPH-222A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A4,
        name: "CJK UNIFIED IDEOGRAPH-222A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A5,
        name: "CJK UNIFIED IDEOGRAPH-222A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A6,
        name: "CJK UNIFIED IDEOGRAPH-222A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A7,
        name: "CJK UNIFIED IDEOGRAPH-222A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A8,
        name: "CJK UNIFIED IDEOGRAPH-222A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x222A9,
        name: "CJK UNIFIED IDEOGRAPH-222A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x222AA,
        name: "CJK UNIFIED IDEOGRAPH-222AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x222AB,
        name: "CJK UNIFIED IDEOGRAPH-222AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x222AC,
        name: "CJK UNIFIED IDEOGRAPH-222AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x222AD,
        name: "CJK UNIFIED IDEOGRAPH-222AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x222AE,
        name: "CJK UNIFIED IDEOGRAPH-222AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x222AF,
        name: "CJK UNIFIED IDEOGRAPH-222AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B0,
        name: "CJK UNIFIED IDEOGRAPH-222B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B1,
        name: "CJK UNIFIED IDEOGRAPH-222B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B2,
        name: "CJK UNIFIED IDEOGRAPH-222B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B3,
        name: "CJK UNIFIED IDEOGRAPH-222B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B4,
        name: "CJK UNIFIED IDEOGRAPH-222B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B5,
        name: "CJK UNIFIED IDEOGRAPH-222B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B6,
        name: "CJK UNIFIED IDEOGRAPH-222B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B7,
        name: "CJK UNIFIED IDEOGRAPH-222B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B8,
        name: "CJK UNIFIED IDEOGRAPH-222B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x222B9,
        name: "CJK UNIFIED IDEOGRAPH-222B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x222BA,
        name: "CJK UNIFIED IDEOGRAPH-222BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x222BB,
        name: "CJK UNIFIED IDEOGRAPH-222BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x222BC,
        name: "CJK UNIFIED IDEOGRAPH-222BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x222BD,
        name: "CJK UNIFIED IDEOGRAPH-222BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x222BE,
        name: "CJK UNIFIED IDEOGRAPH-222BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x222BF,
        name: "CJK UNIFIED IDEOGRAPH-222BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C0,
        name: "CJK UNIFIED IDEOGRAPH-222C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C1,
        name: "CJK UNIFIED IDEOGRAPH-222C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C2,
        name: "CJK UNIFIED IDEOGRAPH-222C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C3,
        name: "CJK UNIFIED IDEOGRAPH-222C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C4,
        name: "CJK UNIFIED IDEOGRAPH-222C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C5,
        name: "CJK UNIFIED IDEOGRAPH-222C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C6,
        name: "CJK UNIFIED IDEOGRAPH-222C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C7,
        name: "CJK UNIFIED IDEOGRAPH-222C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C8,
        name: "CJK UNIFIED IDEOGRAPH-222C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x222C9,
        name: "CJK UNIFIED IDEOGRAPH-222C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x222CA,
        name: "CJK UNIFIED IDEOGRAPH-222CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x222CB,
        name: "CJK UNIFIED IDEOGRAPH-222CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x222CC,
        name: "CJK UNIFIED IDEOGRAPH-222CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x222CD,
        name: "CJK UNIFIED IDEOGRAPH-222CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x222CE,
        name: "CJK UNIFIED IDEOGRAPH-222CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x222CF,
        name: "CJK UNIFIED IDEOGRAPH-222CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D0,
        name: "CJK UNIFIED IDEOGRAPH-222D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D1,
        name: "CJK UNIFIED IDEOGRAPH-222D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D2,
        name: "CJK UNIFIED IDEOGRAPH-222D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D3,
        name: "CJK UNIFIED IDEOGRAPH-222D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D4,
        name: "CJK UNIFIED IDEOGRAPH-222D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D5,
        name: "CJK UNIFIED IDEOGRAPH-222D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D6,
        name: "CJK UNIFIED IDEOGRAPH-222D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D7,
        name: "CJK UNIFIED IDEOGRAPH-222D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D8,
        name: "CJK UNIFIED IDEOGRAPH-222D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x222D9,
        name: "CJK UNIFIED IDEOGRAPH-222D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x222DA,
        name: "CJK UNIFIED IDEOGRAPH-222DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x222DB,
        name: "CJK UNIFIED IDEOGRAPH-222DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x222DC,
        name: "CJK UNIFIED IDEOGRAPH-222DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x222DD,
        name: "CJK UNIFIED IDEOGRAPH-222DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x222DE,
        name: "CJK UNIFIED IDEOGRAPH-222DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x222DF,
        name: "CJK UNIFIED IDEOGRAPH-222DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E0,
        name: "CJK UNIFIED IDEOGRAPH-222E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E1,
        name: "CJK UNIFIED IDEOGRAPH-222E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E2,
        name: "CJK UNIFIED IDEOGRAPH-222E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E3,
        name: "CJK UNIFIED IDEOGRAPH-222E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E4,
        name: "CJK UNIFIED IDEOGRAPH-222E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E5,
        name: "CJK UNIFIED IDEOGRAPH-222E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E6,
        name: "CJK UNIFIED IDEOGRAPH-222E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E7,
        name: "CJK UNIFIED IDEOGRAPH-222E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E8,
        name: "CJK UNIFIED IDEOGRAPH-222E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x222E9,
        name: "CJK UNIFIED IDEOGRAPH-222E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x222EA,
        name: "CJK UNIFIED IDEOGRAPH-222EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x222EB,
        name: "CJK UNIFIED IDEOGRAPH-222EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x222EC,
        name: "CJK UNIFIED IDEOGRAPH-222EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x222ED,
        name: "CJK UNIFIED IDEOGRAPH-222ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x222EE,
        name: "CJK UNIFIED IDEOGRAPH-222EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x222EF,
        name: "CJK UNIFIED IDEOGRAPH-222EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F0,
        name: "CJK UNIFIED IDEOGRAPH-222F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F1,
        name: "CJK UNIFIED IDEOGRAPH-222F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F2,
        name: "CJK UNIFIED IDEOGRAPH-222F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F3,
        name: "CJK UNIFIED IDEOGRAPH-222F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F4,
        name: "CJK UNIFIED IDEOGRAPH-222F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F5,
        name: "CJK UNIFIED IDEOGRAPH-222F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F6,
        name: "CJK UNIFIED IDEOGRAPH-222F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F7,
        name: "CJK UNIFIED IDEOGRAPH-222F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F8,
        name: "CJK UNIFIED IDEOGRAPH-222F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x222F9,
        name: "CJK UNIFIED IDEOGRAPH-222F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x222FA,
        name: "CJK UNIFIED IDEOGRAPH-222FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x222FB,
        name: "CJK UNIFIED IDEOGRAPH-222FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x222FC,
        name: "CJK UNIFIED IDEOGRAPH-222FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x222FD,
        name: "CJK UNIFIED IDEOGRAPH-222FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x222FE,
        name: "CJK UNIFIED IDEOGRAPH-222FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x222FF,
        name: "CJK UNIFIED IDEOGRAPH-222FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22300,
        name: "CJK UNIFIED IDEOGRAPH-22300",
    },
    Character {
        age: "3.1",
        codepoint: 0x22301,
        name: "CJK UNIFIED IDEOGRAPH-22301",
    },
    Character {
        age: "3.1",
        codepoint: 0x22302,
        name: "CJK UNIFIED IDEOGRAPH-22302",
    },
    Character {
        age: "3.1",
        codepoint: 0x22303,
        name: "CJK UNIFIED IDEOGRAPH-22303",
    },
    Character {
        age: "3.1",
        codepoint: 0x22304,
        name: "CJK UNIFIED IDEOGRAPH-22304",
    },
    Character {
        age: "3.1",
        codepoint: 0x22305,
        name: "CJK UNIFIED IDEOGRAPH-22305",
    },
    Character {
        age: "3.1",
        codepoint: 0x22306,
        name: "CJK UNIFIED IDEOGRAPH-22306",
    },
    Character {
        age: "3.1",
        codepoint: 0x22307,
        name: "CJK UNIFIED IDEOGRAPH-22307",
    },
    Character {
        age: "3.1",
        codepoint: 0x22308,
        name: "CJK UNIFIED IDEOGRAPH-22308",
    },
    Character {
        age: "3.1",
        codepoint: 0x22309,
        name: "CJK UNIFIED IDEOGRAPH-22309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2230A,
        name: "CJK UNIFIED IDEOGRAPH-2230A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2230B,
        name: "CJK UNIFIED IDEOGRAPH-2230B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2230C,
        name: "CJK UNIFIED IDEOGRAPH-2230C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2230D,
        name: "CJK UNIFIED IDEOGRAPH-2230D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2230E,
        name: "CJK UNIFIED IDEOGRAPH-2230E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2230F,
        name: "CJK UNIFIED IDEOGRAPH-2230F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22310,
        name: "CJK UNIFIED IDEOGRAPH-22310",
    },
    Character {
        age: "3.1",
        codepoint: 0x22311,
        name: "CJK UNIFIED IDEOGRAPH-22311",
    },
    Character {
        age: "3.1",
        codepoint: 0x22312,
        name: "CJK UNIFIED IDEOGRAPH-22312",
    },
    Character {
        age: "3.1",
        codepoint: 0x22313,
        name: "CJK UNIFIED IDEOGRAPH-22313",
    },
    Character {
        age: "3.1",
        codepoint: 0x22314,
        name: "CJK UNIFIED IDEOGRAPH-22314",
    },
    Character {
        age: "3.1",
        codepoint: 0x22315,
        name: "CJK UNIFIED IDEOGRAPH-22315",
    },
    Character {
        age: "3.1",
        codepoint: 0x22316,
        name: "CJK UNIFIED IDEOGRAPH-22316",
    },
    Character {
        age: "3.1",
        codepoint: 0x22317,
        name: "CJK UNIFIED IDEOGRAPH-22317",
    },
    Character {
        age: "3.1",
        codepoint: 0x22318,
        name: "CJK UNIFIED IDEOGRAPH-22318",
    },
    Character {
        age: "3.1",
        codepoint: 0x22319,
        name: "CJK UNIFIED IDEOGRAPH-22319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2231A,
        name: "CJK UNIFIED IDEOGRAPH-2231A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2231B,
        name: "CJK UNIFIED IDEOGRAPH-2231B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2231C,
        name: "CJK UNIFIED IDEOGRAPH-2231C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2231D,
        name: "CJK UNIFIED IDEOGRAPH-2231D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2231E,
        name: "CJK UNIFIED IDEOGRAPH-2231E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2231F,
        name: "CJK UNIFIED IDEOGRAPH-2231F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22320,
        name: "CJK UNIFIED IDEOGRAPH-22320",
    },
    Character {
        age: "3.1",
        codepoint: 0x22321,
        name: "CJK UNIFIED IDEOGRAPH-22321",
    },
    Character {
        age: "3.1",
        codepoint: 0x22322,
        name: "CJK UNIFIED IDEOGRAPH-22322",
    },
    Character {
        age: "3.1",
        codepoint: 0x22323,
        name: "CJK UNIFIED IDEOGRAPH-22323",
    },
    Character {
        age: "3.1",
        codepoint: 0x22324,
        name: "CJK UNIFIED IDEOGRAPH-22324",
    },
    Character {
        age: "3.1",
        codepoint: 0x22325,
        name: "CJK UNIFIED IDEOGRAPH-22325",
    },
    Character {
        age: "3.1",
        codepoint: 0x22326,
        name: "CJK UNIFIED IDEOGRAPH-22326",
    },
    Character {
        age: "3.1",
        codepoint: 0x22327,
        name: "CJK UNIFIED IDEOGRAPH-22327",
    },
    Character {
        age: "3.1",
        codepoint: 0x22328,
        name: "CJK UNIFIED IDEOGRAPH-22328",
    },
    Character {
        age: "3.1",
        codepoint: 0x22329,
        name: "CJK UNIFIED IDEOGRAPH-22329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2232A,
        name: "CJK UNIFIED IDEOGRAPH-2232A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2232B,
        name: "CJK UNIFIED IDEOGRAPH-2232B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2232C,
        name: "CJK UNIFIED IDEOGRAPH-2232C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2232D,
        name: "CJK UNIFIED IDEOGRAPH-2232D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2232E,
        name: "CJK UNIFIED IDEOGRAPH-2232E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2232F,
        name: "CJK UNIFIED IDEOGRAPH-2232F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22330,
        name: "CJK UNIFIED IDEOGRAPH-22330",
    },
    Character {
        age: "3.1",
        codepoint: 0x22331,
        name: "CJK UNIFIED IDEOGRAPH-22331",
    },
    Character {
        age: "3.1",
        codepoint: 0x22332,
        name: "CJK UNIFIED IDEOGRAPH-22332",
    },
    Character {
        age: "3.1",
        codepoint: 0x22333,
        name: "CJK UNIFIED IDEOGRAPH-22333",
    },
    Character {
        age: "3.1",
        codepoint: 0x22334,
        name: "CJK UNIFIED IDEOGRAPH-22334",
    },
    Character {
        age: "3.1",
        codepoint: 0x22335,
        name: "CJK UNIFIED IDEOGRAPH-22335",
    },
    Character {
        age: "3.1",
        codepoint: 0x22336,
        name: "CJK UNIFIED IDEOGRAPH-22336",
    },
    Character {
        age: "3.1",
        codepoint: 0x22337,
        name: "CJK UNIFIED IDEOGRAPH-22337",
    },
    Character {
        age: "3.1",
        codepoint: 0x22338,
        name: "CJK UNIFIED IDEOGRAPH-22338",
    },
    Character {
        age: "3.1",
        codepoint: 0x22339,
        name: "CJK UNIFIED IDEOGRAPH-22339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2233A,
        name: "CJK UNIFIED IDEOGRAPH-2233A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2233B,
        name: "CJK UNIFIED IDEOGRAPH-2233B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2233C,
        name: "CJK UNIFIED IDEOGRAPH-2233C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2233D,
        name: "CJK UNIFIED IDEOGRAPH-2233D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2233E,
        name: "CJK UNIFIED IDEOGRAPH-2233E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2233F,
        name: "CJK UNIFIED IDEOGRAPH-2233F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22340,
        name: "CJK UNIFIED IDEOGRAPH-22340",
    },
    Character {
        age: "3.1",
        codepoint: 0x22341,
        name: "CJK UNIFIED IDEOGRAPH-22341",
    },
    Character {
        age: "3.1",
        codepoint: 0x22342,
        name: "CJK UNIFIED IDEOGRAPH-22342",
    },
    Character {
        age: "3.1",
        codepoint: 0x22343,
        name: "CJK UNIFIED IDEOGRAPH-22343",
    },
    Character {
        age: "3.1",
        codepoint: 0x22344,
        name: "CJK UNIFIED IDEOGRAPH-22344",
    },
    Character {
        age: "3.1",
        codepoint: 0x22345,
        name: "CJK UNIFIED IDEOGRAPH-22345",
    },
    Character {
        age: "3.1",
        codepoint: 0x22346,
        name: "CJK UNIFIED IDEOGRAPH-22346",
    },
    Character {
        age: "3.1",
        codepoint: 0x22347,
        name: "CJK UNIFIED IDEOGRAPH-22347",
    },
    Character {
        age: "3.1",
        codepoint: 0x22348,
        name: "CJK UNIFIED IDEOGRAPH-22348",
    },
    Character {
        age: "3.1",
        codepoint: 0x22349,
        name: "CJK UNIFIED IDEOGRAPH-22349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2234A,
        name: "CJK UNIFIED IDEOGRAPH-2234A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2234B,
        name: "CJK UNIFIED IDEOGRAPH-2234B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2234C,
        name: "CJK UNIFIED IDEOGRAPH-2234C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2234D,
        name: "CJK UNIFIED IDEOGRAPH-2234D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2234E,
        name: "CJK UNIFIED IDEOGRAPH-2234E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2234F,
        name: "CJK UNIFIED IDEOGRAPH-2234F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22350,
        name: "CJK UNIFIED IDEOGRAPH-22350",
    },
    Character {
        age: "3.1",
        codepoint: 0x22351,
        name: "CJK UNIFIED IDEOGRAPH-22351",
    },
    Character {
        age: "3.1",
        codepoint: 0x22352,
        name: "CJK UNIFIED IDEOGRAPH-22352",
    },
    Character {
        age: "3.1",
        codepoint: 0x22353,
        name: "CJK UNIFIED IDEOGRAPH-22353",
    },
    Character {
        age: "3.1",
        codepoint: 0x22354,
        name: "CJK UNIFIED IDEOGRAPH-22354",
    },
    Character {
        age: "3.1",
        codepoint: 0x22355,
        name: "CJK UNIFIED IDEOGRAPH-22355",
    },
    Character {
        age: "3.1",
        codepoint: 0x22356,
        name: "CJK UNIFIED IDEOGRAPH-22356",
    },
    Character {
        age: "3.1",
        codepoint: 0x22357,
        name: "CJK UNIFIED IDEOGRAPH-22357",
    },
    Character {
        age: "3.1",
        codepoint: 0x22358,
        name: "CJK UNIFIED IDEOGRAPH-22358",
    },
    Character {
        age: "3.1",
        codepoint: 0x22359,
        name: "CJK UNIFIED IDEOGRAPH-22359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2235A,
        name: "CJK UNIFIED IDEOGRAPH-2235A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2235B,
        name: "CJK UNIFIED IDEOGRAPH-2235B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2235C,
        name: "CJK UNIFIED IDEOGRAPH-2235C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2235D,
        name: "CJK UNIFIED IDEOGRAPH-2235D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2235E,
        name: "CJK UNIFIED IDEOGRAPH-2235E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2235F,
        name: "CJK UNIFIED IDEOGRAPH-2235F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22360,
        name: "CJK UNIFIED IDEOGRAPH-22360",
    },
    Character {
        age: "3.1",
        codepoint: 0x22361,
        name: "CJK UNIFIED IDEOGRAPH-22361",
    },
    Character {
        age: "3.1",
        codepoint: 0x22362,
        name: "CJK UNIFIED IDEOGRAPH-22362",
    },
    Character {
        age: "3.1",
        codepoint: 0x22363,
        name: "CJK UNIFIED IDEOGRAPH-22363",
    },
    Character {
        age: "3.1",
        codepoint: 0x22364,
        name: "CJK UNIFIED IDEOGRAPH-22364",
    },
    Character {
        age: "3.1",
        codepoint: 0x22365,
        name: "CJK UNIFIED IDEOGRAPH-22365",
    },
    Character {
        age: "3.1",
        codepoint: 0x22366,
        name: "CJK UNIFIED IDEOGRAPH-22366",
    },
    Character {
        age: "3.1",
        codepoint: 0x22367,
        name: "CJK UNIFIED IDEOGRAPH-22367",
    },
    Character {
        age: "3.1",
        codepoint: 0x22368,
        name: "CJK UNIFIED IDEOGRAPH-22368",
    },
    Character {
        age: "3.1",
        codepoint: 0x22369,
        name: "CJK UNIFIED IDEOGRAPH-22369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2236A,
        name: "CJK UNIFIED IDEOGRAPH-2236A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2236B,
        name: "CJK UNIFIED IDEOGRAPH-2236B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2236C,
        name: "CJK UNIFIED IDEOGRAPH-2236C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2236D,
        name: "CJK UNIFIED IDEOGRAPH-2236D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2236E,
        name: "CJK UNIFIED IDEOGRAPH-2236E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2236F,
        name: "CJK UNIFIED IDEOGRAPH-2236F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22370,
        name: "CJK UNIFIED IDEOGRAPH-22370",
    },
    Character {
        age: "3.1",
        codepoint: 0x22371,
        name: "CJK UNIFIED IDEOGRAPH-22371",
    },
    Character {
        age: "3.1",
        codepoint: 0x22372,
        name: "CJK UNIFIED IDEOGRAPH-22372",
    },
    Character {
        age: "3.1",
        codepoint: 0x22373,
        name: "CJK UNIFIED IDEOGRAPH-22373",
    },
    Character {
        age: "3.1",
        codepoint: 0x22374,
        name: "CJK UNIFIED IDEOGRAPH-22374",
    },
    Character {
        age: "3.1",
        codepoint: 0x22375,
        name: "CJK UNIFIED IDEOGRAPH-22375",
    },
    Character {
        age: "3.1",
        codepoint: 0x22376,
        name: "CJK UNIFIED IDEOGRAPH-22376",
    },
    Character {
        age: "3.1",
        codepoint: 0x22377,
        name: "CJK UNIFIED IDEOGRAPH-22377",
    },
    Character {
        age: "3.1",
        codepoint: 0x22378,
        name: "CJK UNIFIED IDEOGRAPH-22378",
    },
    Character {
        age: "3.1",
        codepoint: 0x22379,
        name: "CJK UNIFIED IDEOGRAPH-22379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2237A,
        name: "CJK UNIFIED IDEOGRAPH-2237A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2237B,
        name: "CJK UNIFIED IDEOGRAPH-2237B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2237C,
        name: "CJK UNIFIED IDEOGRAPH-2237C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2237D,
        name: "CJK UNIFIED IDEOGRAPH-2237D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2237E,
        name: "CJK UNIFIED IDEOGRAPH-2237E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2237F,
        name: "CJK UNIFIED IDEOGRAPH-2237F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22380,
        name: "CJK UNIFIED IDEOGRAPH-22380",
    },
    Character {
        age: "3.1",
        codepoint: 0x22381,
        name: "CJK UNIFIED IDEOGRAPH-22381",
    },
    Character {
        age: "3.1",
        codepoint: 0x22382,
        name: "CJK UNIFIED IDEOGRAPH-22382",
    },
    Character {
        age: "3.1",
        codepoint: 0x22383,
        name: "CJK UNIFIED IDEOGRAPH-22383",
    },
    Character {
        age: "3.1",
        codepoint: 0x22384,
        name: "CJK UNIFIED IDEOGRAPH-22384",
    },
    Character {
        age: "3.1",
        codepoint: 0x22385,
        name: "CJK UNIFIED IDEOGRAPH-22385",
    },
    Character {
        age: "3.1",
        codepoint: 0x22386,
        name: "CJK UNIFIED IDEOGRAPH-22386",
    },
    Character {
        age: "3.1",
        codepoint: 0x22387,
        name: "CJK UNIFIED IDEOGRAPH-22387",
    },
    Character {
        age: "3.1",
        codepoint: 0x22388,
        name: "CJK UNIFIED IDEOGRAPH-22388",
    },
    Character {
        age: "3.1",
        codepoint: 0x22389,
        name: "CJK UNIFIED IDEOGRAPH-22389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2238A,
        name: "CJK UNIFIED IDEOGRAPH-2238A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2238B,
        name: "CJK UNIFIED IDEOGRAPH-2238B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2238C,
        name: "CJK UNIFIED IDEOGRAPH-2238C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2238D,
        name: "CJK UNIFIED IDEOGRAPH-2238D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2238E,
        name: "CJK UNIFIED IDEOGRAPH-2238E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2238F,
        name: "CJK UNIFIED IDEOGRAPH-2238F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22390,
        name: "CJK UNIFIED IDEOGRAPH-22390",
    },
    Character {
        age: "3.1",
        codepoint: 0x22391,
        name: "CJK UNIFIED IDEOGRAPH-22391",
    },
    Character {
        age: "3.1",
        codepoint: 0x22392,
        name: "CJK UNIFIED IDEOGRAPH-22392",
    },
    Character {
        age: "3.1",
        codepoint: 0x22393,
        name: "CJK UNIFIED IDEOGRAPH-22393",
    },
    Character {
        age: "3.1",
        codepoint: 0x22394,
        name: "CJK UNIFIED IDEOGRAPH-22394",
    },
    Character {
        age: "3.1",
        codepoint: 0x22395,
        name: "CJK UNIFIED IDEOGRAPH-22395",
    },
    Character {
        age: "3.1",
        codepoint: 0x22396,
        name: "CJK UNIFIED IDEOGRAPH-22396",
    },
    Character {
        age: "3.1",
        codepoint: 0x22397,
        name: "CJK UNIFIED IDEOGRAPH-22397",
    },
    Character {
        age: "3.1",
        codepoint: 0x22398,
        name: "CJK UNIFIED IDEOGRAPH-22398",
    },
    Character {
        age: "3.1",
        codepoint: 0x22399,
        name: "CJK UNIFIED IDEOGRAPH-22399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2239A,
        name: "CJK UNIFIED IDEOGRAPH-2239A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2239B,
        name: "CJK UNIFIED IDEOGRAPH-2239B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2239C,
        name: "CJK UNIFIED IDEOGRAPH-2239C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2239D,
        name: "CJK UNIFIED IDEOGRAPH-2239D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2239E,
        name: "CJK UNIFIED IDEOGRAPH-2239E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2239F,
        name: "CJK UNIFIED IDEOGRAPH-2239F",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A0,
        name: "CJK UNIFIED IDEOGRAPH-223A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A1,
        name: "CJK UNIFIED IDEOGRAPH-223A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A2,
        name: "CJK UNIFIED IDEOGRAPH-223A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A3,
        name: "CJK UNIFIED IDEOGRAPH-223A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A4,
        name: "CJK UNIFIED IDEOGRAPH-223A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A5,
        name: "CJK UNIFIED IDEOGRAPH-223A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A6,
        name: "CJK UNIFIED IDEOGRAPH-223A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A7,
        name: "CJK UNIFIED IDEOGRAPH-223A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A8,
        name: "CJK UNIFIED IDEOGRAPH-223A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x223A9,
        name: "CJK UNIFIED IDEOGRAPH-223A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x223AA,
        name: "CJK UNIFIED IDEOGRAPH-223AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x223AB,
        name: "CJK UNIFIED IDEOGRAPH-223AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x223AC,
        name: "CJK UNIFIED IDEOGRAPH-223AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x223AD,
        name: "CJK UNIFIED IDEOGRAPH-223AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x223AE,
        name: "CJK UNIFIED IDEOGRAPH-223AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x223AF,
        name: "CJK UNIFIED IDEOGRAPH-223AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B0,
        name: "CJK UNIFIED IDEOGRAPH-223B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B1,
        name: "CJK UNIFIED IDEOGRAPH-223B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B2,
        name: "CJK UNIFIED IDEOGRAPH-223B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B3,
        name: "CJK UNIFIED IDEOGRAPH-223B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B4,
        name: "CJK UNIFIED IDEOGRAPH-223B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B5,
        name: "CJK UNIFIED IDEOGRAPH-223B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B6,
        name: "CJK UNIFIED IDEOGRAPH-223B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B7,
        name: "CJK UNIFIED IDEOGRAPH-223B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B8,
        name: "CJK UNIFIED IDEOGRAPH-223B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x223B9,
        name: "CJK UNIFIED IDEOGRAPH-223B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x223BA,
        name: "CJK UNIFIED IDEOGRAPH-223BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x223BB,
        name: "CJK UNIFIED IDEOGRAPH-223BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x223BC,
        name: "CJK UNIFIED IDEOGRAPH-223BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x223BD,
        name: "CJK UNIFIED IDEOGRAPH-223BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x223BE,
        name: "CJK UNIFIED IDEOGRAPH-223BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x223BF,
        name: "CJK UNIFIED IDEOGRAPH-223BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C0,
        name: "CJK UNIFIED IDEOGRAPH-223C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C1,
        name: "CJK UNIFIED IDEOGRAPH-223C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C2,
        name: "CJK UNIFIED IDEOGRAPH-223C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C3,
        name: "CJK UNIFIED IDEOGRAPH-223C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C4,
        name: "CJK UNIFIED IDEOGRAPH-223C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C5,
        name: "CJK UNIFIED IDEOGRAPH-223C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C6,
        name: "CJK UNIFIED IDEOGRAPH-223C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C7,
        name: "CJK UNIFIED IDEOGRAPH-223C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C8,
        name: "CJK UNIFIED IDEOGRAPH-223C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x223C9,
        name: "CJK UNIFIED IDEOGRAPH-223C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x223CA,
        name: "CJK UNIFIED IDEOGRAPH-223CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x223CB,
        name: "CJK UNIFIED IDEOGRAPH-223CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x223CC,
        name: "CJK UNIFIED IDEOGRAPH-223CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x223CD,
        name: "CJK UNIFIED IDEOGRAPH-223CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x223CE,
        name: "CJK UNIFIED IDEOGRAPH-223CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x223CF,
        name: "CJK UNIFIED IDEOGRAPH-223CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D0,
        name: "CJK UNIFIED IDEOGRAPH-223D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D1,
        name: "CJK UNIFIED IDEOGRAPH-223D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D2,
        name: "CJK UNIFIED IDEOGRAPH-223D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D3,
        name: "CJK UNIFIED IDEOGRAPH-223D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D4,
        name: "CJK UNIFIED IDEOGRAPH-223D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D5,
        name: "CJK UNIFIED IDEOGRAPH-223D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D6,
        name: "CJK UNIFIED IDEOGRAPH-223D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D7,
        name: "CJK UNIFIED IDEOGRAPH-223D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D8,
        name: "CJK UNIFIED IDEOGRAPH-223D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x223D9,
        name: "CJK UNIFIED IDEOGRAPH-223D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x223DA,
        name: "CJK UNIFIED IDEOGRAPH-223DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x223DB,
        name: "CJK UNIFIED IDEOGRAPH-223DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x223DC,
        name: "CJK UNIFIED IDEOGRAPH-223DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x223DD,
        name: "CJK UNIFIED IDEOGRAPH-223DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x223DE,
        name: "CJK UNIFIED IDEOGRAPH-223DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x223DF,
        name: "CJK UNIFIED IDEOGRAPH-223DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E0,
        name: "CJK UNIFIED IDEOGRAPH-223E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E1,
        name: "CJK UNIFIED IDEOGRAPH-223E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E2,
        name: "CJK UNIFIED IDEOGRAPH-223E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E3,
        name: "CJK UNIFIED IDEOGRAPH-223E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E4,
        name: "CJK UNIFIED IDEOGRAPH-223E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E5,
        name: "CJK UNIFIED IDEOGRAPH-223E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E6,
        name: "CJK UNIFIED IDEOGRAPH-223E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E7,
        name: "CJK UNIFIED IDEOGRAPH-223E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E8,
        name: "CJK UNIFIED IDEOGRAPH-223E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x223E9,
        name: "CJK UNIFIED IDEOGRAPH-223E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x223EA,
        name: "CJK UNIFIED IDEOGRAPH-223EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x223EB,
        name: "CJK UNIFIED IDEOGRAPH-223EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x223EC,
        name: "CJK UNIFIED IDEOGRAPH-223EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x223ED,
        name: "CJK UNIFIED IDEOGRAPH-223ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x223EE,
        name: "CJK UNIFIED IDEOGRAPH-223EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x223EF,
        name: "CJK UNIFIED IDEOGRAPH-223EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F0,
        name: "CJK UNIFIED IDEOGRAPH-223F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F1,
        name: "CJK UNIFIED IDEOGRAPH-223F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F2,
        name: "CJK UNIFIED IDEOGRAPH-223F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F3,
        name: "CJK UNIFIED IDEOGRAPH-223F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F4,
        name: "CJK UNIFIED IDEOGRAPH-223F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F5,
        name: "CJK UNIFIED IDEOGRAPH-223F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F6,
        name: "CJK UNIFIED IDEOGRAPH-223F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F7,
        name: "CJK UNIFIED IDEOGRAPH-223F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F8,
        name: "CJK UNIFIED IDEOGRAPH-223F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x223F9,
        name: "CJK UNIFIED IDEOGRAPH-223F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x223FA,
        name: "CJK UNIFIED IDEOGRAPH-223FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x223FB,
        name: "CJK UNIFIED IDEOGRAPH-223FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x223FC,
        name: "CJK UNIFIED IDEOGRAPH-223FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x223FD,
        name: "CJK UNIFIED IDEOGRAPH-223FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x223FE,
        name: "CJK UNIFIED IDEOGRAPH-223FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x223FF,
        name: "CJK UNIFIED IDEOGRAPH-223FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22400,
        name: "CJK UNIFIED IDEOGRAPH-22400",
    },
    Character {
        age: "3.1",
        codepoint: 0x22401,
        name: "CJK UNIFIED IDEOGRAPH-22401",
    },
    Character {
        age: "3.1",
        codepoint: 0x22402,
        name: "CJK UNIFIED IDEOGRAPH-22402",
    },
    Character {
        age: "3.1",
        codepoint: 0x22403,
        name: "CJK UNIFIED IDEOGRAPH-22403",
    },
    Character {
        age: "3.1",
        codepoint: 0x22404,
        name: "CJK UNIFIED IDEOGRAPH-22404",
    },
    Character {
        age: "3.1",
        codepoint: 0x22405,
        name: "CJK UNIFIED IDEOGRAPH-22405",
    },
    Character {
        age: "3.1",
        codepoint: 0x22406,
        name: "CJK UNIFIED IDEOGRAPH-22406",
    },
    Character {
        age: "3.1",
        codepoint: 0x22407,
        name: "CJK UNIFIED IDEOGRAPH-22407",
    },
    Character {
        age: "3.1",
        codepoint: 0x22408,
        name: "CJK UNIFIED IDEOGRAPH-22408",
    },
    Character {
        age: "3.1",
        codepoint: 0x22409,
        name: "CJK UNIFIED IDEOGRAPH-22409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2240A,
        name: "CJK UNIFIED IDEOGRAPH-2240A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2240B,
        name: "CJK UNIFIED IDEOGRAPH-2240B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2240C,
        name: "CJK UNIFIED IDEOGRAPH-2240C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2240D,
        name: "CJK UNIFIED IDEOGRAPH-2240D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2240E,
        name: "CJK UNIFIED IDEOGRAPH-2240E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2240F,
        name: "CJK UNIFIED IDEOGRAPH-2240F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22410,
        name: "CJK UNIFIED IDEOGRAPH-22410",
    },
    Character {
        age: "3.1",
        codepoint: 0x22411,
        name: "CJK UNIFIED IDEOGRAPH-22411",
    },
    Character {
        age: "3.1",
        codepoint: 0x22412,
        name: "CJK UNIFIED IDEOGRAPH-22412",
    },
    Character {
        age: "3.1",
        codepoint: 0x22413,
        name: "CJK UNIFIED IDEOGRAPH-22413",
    },
    Character {
        age: "3.1",
        codepoint: 0x22414,
        name: "CJK UNIFIED IDEOGRAPH-22414",
    },
    Character {
        age: "3.1",
        codepoint: 0x22415,
        name: "CJK UNIFIED IDEOGRAPH-22415",
    },
    Character {
        age: "3.1",
        codepoint: 0x22416,
        name: "CJK UNIFIED IDEOGRAPH-22416",
    },
    Character {
        age: "3.1",
        codepoint: 0x22417,
        name: "CJK UNIFIED IDEOGRAPH-22417",
    },
    Character {
        age: "3.1",
        codepoint: 0x22418,
        name: "CJK UNIFIED IDEOGRAPH-22418",
    },
    Character {
        age: "3.1",
        codepoint: 0x22419,
        name: "CJK UNIFIED IDEOGRAPH-22419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2241A,
        name: "CJK UNIFIED IDEOGRAPH-2241A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2241B,
        name: "CJK UNIFIED IDEOGRAPH-2241B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2241C,
        name: "CJK UNIFIED IDEOGRAPH-2241C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2241D,
        name: "CJK UNIFIED IDEOGRAPH-2241D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2241E,
        name: "CJK UNIFIED IDEOGRAPH-2241E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2241F,
        name: "CJK UNIFIED IDEOGRAPH-2241F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22420,
        name: "CJK UNIFIED IDEOGRAPH-22420",
    },
    Character {
        age: "3.1",
        codepoint: 0x22421,
        name: "CJK UNIFIED IDEOGRAPH-22421",
    },
    Character {
        age: "3.1",
        codepoint: 0x22422,
        name: "CJK UNIFIED IDEOGRAPH-22422",
    },
    Character {
        age: "3.1",
        codepoint: 0x22423,
        name: "CJK UNIFIED IDEOGRAPH-22423",
    },
    Character {
        age: "3.1",
        codepoint: 0x22424,
        name: "CJK UNIFIED IDEOGRAPH-22424",
    },
    Character {
        age: "3.1",
        codepoint: 0x22425,
        name: "CJK UNIFIED IDEOGRAPH-22425",
    },
    Character {
        age: "3.1",
        codepoint: 0x22426,
        name: "CJK UNIFIED IDEOGRAPH-22426",
    },
    Character {
        age: "3.1",
        codepoint: 0x22427,
        name: "CJK UNIFIED IDEOGRAPH-22427",
    },
    Character {
        age: "3.1",
        codepoint: 0x22428,
        name: "CJK UNIFIED IDEOGRAPH-22428",
    },
    Character {
        age: "3.1",
        codepoint: 0x22429,
        name: "CJK UNIFIED IDEOGRAPH-22429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2242A,
        name: "CJK UNIFIED IDEOGRAPH-2242A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2242B,
        name: "CJK UNIFIED IDEOGRAPH-2242B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2242C,
        name: "CJK UNIFIED IDEOGRAPH-2242C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2242D,
        name: "CJK UNIFIED IDEOGRAPH-2242D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2242E,
        name: "CJK UNIFIED IDEOGRAPH-2242E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2242F,
        name: "CJK UNIFIED IDEOGRAPH-2242F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22430,
        name: "CJK UNIFIED IDEOGRAPH-22430",
    },
    Character {
        age: "3.1",
        codepoint: 0x22431,
        name: "CJK UNIFIED IDEOGRAPH-22431",
    },
    Character {
        age: "3.1",
        codepoint: 0x22432,
        name: "CJK UNIFIED IDEOGRAPH-22432",
    },
    Character {
        age: "3.1",
        codepoint: 0x22433,
        name: "CJK UNIFIED IDEOGRAPH-22433",
    },
    Character {
        age: "3.1",
        codepoint: 0x22434,
        name: "CJK UNIFIED IDEOGRAPH-22434",
    },
    Character {
        age: "3.1",
        codepoint: 0x22435,
        name: "CJK UNIFIED IDEOGRAPH-22435",
    },
    Character {
        age: "3.1",
        codepoint: 0x22436,
        name: "CJK UNIFIED IDEOGRAPH-22436",
    },
    Character {
        age: "3.1",
        codepoint: 0x22437,
        name: "CJK UNIFIED IDEOGRAPH-22437",
    },
    Character {
        age: "3.1",
        codepoint: 0x22438,
        name: "CJK UNIFIED IDEOGRAPH-22438",
    },
    Character {
        age: "3.1",
        codepoint: 0x22439,
        name: "CJK UNIFIED IDEOGRAPH-22439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2243A,
        name: "CJK UNIFIED IDEOGRAPH-2243A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2243B,
        name: "CJK UNIFIED IDEOGRAPH-2243B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2243C,
        name: "CJK UNIFIED IDEOGRAPH-2243C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2243D,
        name: "CJK UNIFIED IDEOGRAPH-2243D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2243E,
        name: "CJK UNIFIED IDEOGRAPH-2243E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2243F,
        name: "CJK UNIFIED IDEOGRAPH-2243F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22440,
        name: "CJK UNIFIED IDEOGRAPH-22440",
    },
    Character {
        age: "3.1",
        codepoint: 0x22441,
        name: "CJK UNIFIED IDEOGRAPH-22441",
    },
    Character {
        age: "3.1",
        codepoint: 0x22442,
        name: "CJK UNIFIED IDEOGRAPH-22442",
    },
    Character {
        age: "3.1",
        codepoint: 0x22443,
        name: "CJK UNIFIED IDEOGRAPH-22443",
    },
    Character {
        age: "3.1",
        codepoint: 0x22444,
        name: "CJK UNIFIED IDEOGRAPH-22444",
    },
    Character {
        age: "3.1",
        codepoint: 0x22445,
        name: "CJK UNIFIED IDEOGRAPH-22445",
    },
    Character {
        age: "3.1",
        codepoint: 0x22446,
        name: "CJK UNIFIED IDEOGRAPH-22446",
    },
    Character {
        age: "3.1",
        codepoint: 0x22447,
        name: "CJK UNIFIED IDEOGRAPH-22447",
    },
    Character {
        age: "3.1",
        codepoint: 0x22448,
        name: "CJK UNIFIED IDEOGRAPH-22448",
    },
    Character {
        age: "3.1",
        codepoint: 0x22449,
        name: "CJK UNIFIED IDEOGRAPH-22449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2244A,
        name: "CJK UNIFIED IDEOGRAPH-2244A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2244B,
        name: "CJK UNIFIED IDEOGRAPH-2244B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2244C,
        name: "CJK UNIFIED IDEOGRAPH-2244C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2244D,
        name: "CJK UNIFIED IDEOGRAPH-2244D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2244E,
        name: "CJK UNIFIED IDEOGRAPH-2244E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2244F,
        name: "CJK UNIFIED IDEOGRAPH-2244F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22450,
        name: "CJK UNIFIED IDEOGRAPH-22450",
    },
    Character {
        age: "3.1",
        codepoint: 0x22451,
        name: "CJK UNIFIED IDEOGRAPH-22451",
    },
    Character {
        age: "3.1",
        codepoint: 0x22452,
        name: "CJK UNIFIED IDEOGRAPH-22452",
    },
    Character {
        age: "3.1",
        codepoint: 0x22453,
        name: "CJK UNIFIED IDEOGRAPH-22453",
    },
    Character {
        age: "3.1",
        codepoint: 0x22454,
        name: "CJK UNIFIED IDEOGRAPH-22454",
    },
    Character {
        age: "3.1",
        codepoint: 0x22455,
        name: "CJK UNIFIED IDEOGRAPH-22455",
    },
    Character {
        age: "3.1",
        codepoint: 0x22456,
        name: "CJK UNIFIED IDEOGRAPH-22456",
    },
    Character {
        age: "3.1",
        codepoint: 0x22457,
        name: "CJK UNIFIED IDEOGRAPH-22457",
    },
    Character {
        age: "3.1",
        codepoint: 0x22458,
        name: "CJK UNIFIED IDEOGRAPH-22458",
    },
    Character {
        age: "3.1",
        codepoint: 0x22459,
        name: "CJK UNIFIED IDEOGRAPH-22459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2245A,
        name: "CJK UNIFIED IDEOGRAPH-2245A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2245B,
        name: "CJK UNIFIED IDEOGRAPH-2245B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2245C,
        name: "CJK UNIFIED IDEOGRAPH-2245C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2245D,
        name: "CJK UNIFIED IDEOGRAPH-2245D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2245E,
        name: "CJK UNIFIED IDEOGRAPH-2245E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2245F,
        name: "CJK UNIFIED IDEOGRAPH-2245F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22460,
        name: "CJK UNIFIED IDEOGRAPH-22460",
    },
    Character {
        age: "3.1",
        codepoint: 0x22461,
        name: "CJK UNIFIED IDEOGRAPH-22461",
    },
    Character {
        age: "3.1",
        codepoint: 0x22462,
        name: "CJK UNIFIED IDEOGRAPH-22462",
    },
    Character {
        age: "3.1",
        codepoint: 0x22463,
        name: "CJK UNIFIED IDEOGRAPH-22463",
    },
    Character {
        age: "3.1",
        codepoint: 0x22464,
        name: "CJK UNIFIED IDEOGRAPH-22464",
    },
    Character {
        age: "3.1",
        codepoint: 0x22465,
        name: "CJK UNIFIED IDEOGRAPH-22465",
    },
    Character {
        age: "3.1",
        codepoint: 0x22466,
        name: "CJK UNIFIED IDEOGRAPH-22466",
    },
    Character {
        age: "3.1",
        codepoint: 0x22467,
        name: "CJK UNIFIED IDEOGRAPH-22467",
    },
    Character {
        age: "3.1",
        codepoint: 0x22468,
        name: "CJK UNIFIED IDEOGRAPH-22468",
    },
    Character {
        age: "3.1",
        codepoint: 0x22469,
        name: "CJK UNIFIED IDEOGRAPH-22469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2246A,
        name: "CJK UNIFIED IDEOGRAPH-2246A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2246B,
        name: "CJK UNIFIED IDEOGRAPH-2246B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2246C,
        name: "CJK UNIFIED IDEOGRAPH-2246C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2246D,
        name: "CJK UNIFIED IDEOGRAPH-2246D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2246E,
        name: "CJK UNIFIED IDEOGRAPH-2246E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2246F,
        name: "CJK UNIFIED IDEOGRAPH-2246F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22470,
        name: "CJK UNIFIED IDEOGRAPH-22470",
    },
    Character {
        age: "3.1",
        codepoint: 0x22471,
        name: "CJK UNIFIED IDEOGRAPH-22471",
    },
    Character {
        age: "3.1",
        codepoint: 0x22472,
        name: "CJK UNIFIED IDEOGRAPH-22472",
    },
    Character {
        age: "3.1",
        codepoint: 0x22473,
        name: "CJK UNIFIED IDEOGRAPH-22473",
    },
    Character {
        age: "3.1",
        codepoint: 0x22474,
        name: "CJK UNIFIED IDEOGRAPH-22474",
    },
    Character {
        age: "3.1",
        codepoint: 0x22475,
        name: "CJK UNIFIED IDEOGRAPH-22475",
    },
    Character {
        age: "3.1",
        codepoint: 0x22476,
        name: "CJK UNIFIED IDEOGRAPH-22476",
    },
    Character {
        age: "3.1",
        codepoint: 0x22477,
        name: "CJK UNIFIED IDEOGRAPH-22477",
    },
    Character {
        age: "3.1",
        codepoint: 0x22478,
        name: "CJK UNIFIED IDEOGRAPH-22478",
    },
    Character {
        age: "3.1",
        codepoint: 0x22479,
        name: "CJK UNIFIED IDEOGRAPH-22479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2247A,
        name: "CJK UNIFIED IDEOGRAPH-2247A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2247B,
        name: "CJK UNIFIED IDEOGRAPH-2247B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2247C,
        name: "CJK UNIFIED IDEOGRAPH-2247C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2247D,
        name: "CJK UNIFIED IDEOGRAPH-2247D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2247E,
        name: "CJK UNIFIED IDEOGRAPH-2247E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2247F,
        name: "CJK UNIFIED IDEOGRAPH-2247F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22480,
        name: "CJK UNIFIED IDEOGRAPH-22480",
    },
    Character {
        age: "3.1",
        codepoint: 0x22481,
        name: "CJK UNIFIED IDEOGRAPH-22481",
    },
    Character {
        age: "3.1",
        codepoint: 0x22482,
        name: "CJK UNIFIED IDEOGRAPH-22482",
    },
    Character {
        age: "3.1",
        codepoint: 0x22483,
        name: "CJK UNIFIED IDEOGRAPH-22483",
    },
    Character {
        age: "3.1",
        codepoint: 0x22484,
        name: "CJK UNIFIED IDEOGRAPH-22484",
    },
    Character {
        age: "3.1",
        codepoint: 0x22485,
        name: "CJK UNIFIED IDEOGRAPH-22485",
    },
    Character {
        age: "3.1",
        codepoint: 0x22486,
        name: "CJK UNIFIED IDEOGRAPH-22486",
    },
    Character {
        age: "3.1",
        codepoint: 0x22487,
        name: "CJK UNIFIED IDEOGRAPH-22487",
    },
    Character {
        age: "3.1",
        codepoint: 0x22488,
        name: "CJK UNIFIED IDEOGRAPH-22488",
    },
    Character {
        age: "3.1",
        codepoint: 0x22489,
        name: "CJK UNIFIED IDEOGRAPH-22489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2248A,
        name: "CJK UNIFIED IDEOGRAPH-2248A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2248B,
        name: "CJK UNIFIED IDEOGRAPH-2248B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2248C,
        name: "CJK UNIFIED IDEOGRAPH-2248C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2248D,
        name: "CJK UNIFIED IDEOGRAPH-2248D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2248E,
        name: "CJK UNIFIED IDEOGRAPH-2248E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2248F,
        name: "CJK UNIFIED IDEOGRAPH-2248F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22490,
        name: "CJK UNIFIED IDEOGRAPH-22490",
    },
    Character {
        age: "3.1",
        codepoint: 0x22491,
        name: "CJK UNIFIED IDEOGRAPH-22491",
    },
    Character {
        age: "3.1",
        codepoint: 0x22492,
        name: "CJK UNIFIED IDEOGRAPH-22492",
    },
    Character {
        age: "3.1",
        codepoint: 0x22493,
        name: "CJK UNIFIED IDEOGRAPH-22493",
    },
    Character {
        age: "3.1",
        codepoint: 0x22494,
        name: "CJK UNIFIED IDEOGRAPH-22494",
    },
    Character {
        age: "3.1",
        codepoint: 0x22495,
        name: "CJK UNIFIED IDEOGRAPH-22495",
    },
    Character {
        age: "3.1",
        codepoint: 0x22496,
        name: "CJK UNIFIED IDEOGRAPH-22496",
    },
    Character {
        age: "3.1",
        codepoint: 0x22497,
        name: "CJK UNIFIED IDEOGRAPH-22497",
    },
    Character {
        age: "3.1",
        codepoint: 0x22498,
        name: "CJK UNIFIED IDEOGRAPH-22498",
    },
    Character {
        age: "3.1",
        codepoint: 0x22499,
        name: "CJK UNIFIED IDEOGRAPH-22499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2249A,
        name: "CJK UNIFIED IDEOGRAPH-2249A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2249B,
        name: "CJK UNIFIED IDEOGRAPH-2249B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2249C,
        name: "CJK UNIFIED IDEOGRAPH-2249C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2249D,
        name: "CJK UNIFIED IDEOGRAPH-2249D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2249E,
        name: "CJK UNIFIED IDEOGRAPH-2249E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2249F,
        name: "CJK UNIFIED IDEOGRAPH-2249F",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A0,
        name: "CJK UNIFIED IDEOGRAPH-224A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A1,
        name: "CJK UNIFIED IDEOGRAPH-224A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A2,
        name: "CJK UNIFIED IDEOGRAPH-224A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A3,
        name: "CJK UNIFIED IDEOGRAPH-224A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A4,
        name: "CJK UNIFIED IDEOGRAPH-224A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A5,
        name: "CJK UNIFIED IDEOGRAPH-224A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A6,
        name: "CJK UNIFIED IDEOGRAPH-224A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A7,
        name: "CJK UNIFIED IDEOGRAPH-224A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A8,
        name: "CJK UNIFIED IDEOGRAPH-224A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x224A9,
        name: "CJK UNIFIED IDEOGRAPH-224A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x224AA,
        name: "CJK UNIFIED IDEOGRAPH-224AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x224AB,
        name: "CJK UNIFIED IDEOGRAPH-224AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x224AC,
        name: "CJK UNIFIED IDEOGRAPH-224AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x224AD,
        name: "CJK UNIFIED IDEOGRAPH-224AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x224AE,
        name: "CJK UNIFIED IDEOGRAPH-224AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x224AF,
        name: "CJK UNIFIED IDEOGRAPH-224AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B0,
        name: "CJK UNIFIED IDEOGRAPH-224B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B1,
        name: "CJK UNIFIED IDEOGRAPH-224B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B2,
        name: "CJK UNIFIED IDEOGRAPH-224B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B3,
        name: "CJK UNIFIED IDEOGRAPH-224B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B4,
        name: "CJK UNIFIED IDEOGRAPH-224B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B5,
        name: "CJK UNIFIED IDEOGRAPH-224B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B6,
        name: "CJK UNIFIED IDEOGRAPH-224B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B7,
        name: "CJK UNIFIED IDEOGRAPH-224B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B8,
        name: "CJK UNIFIED IDEOGRAPH-224B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x224B9,
        name: "CJK UNIFIED IDEOGRAPH-224B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x224BA,
        name: "CJK UNIFIED IDEOGRAPH-224BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x224BB,
        name: "CJK UNIFIED IDEOGRAPH-224BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x224BC,
        name: "CJK UNIFIED IDEOGRAPH-224BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x224BD,
        name: "CJK UNIFIED IDEOGRAPH-224BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x224BE,
        name: "CJK UNIFIED IDEOGRAPH-224BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x224BF,
        name: "CJK UNIFIED IDEOGRAPH-224BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C0,
        name: "CJK UNIFIED IDEOGRAPH-224C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C1,
        name: "CJK UNIFIED IDEOGRAPH-224C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C2,
        name: "CJK UNIFIED IDEOGRAPH-224C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C3,
        name: "CJK UNIFIED IDEOGRAPH-224C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C4,
        name: "CJK UNIFIED IDEOGRAPH-224C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C5,
        name: "CJK UNIFIED IDEOGRAPH-224C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C6,
        name: "CJK UNIFIED IDEOGRAPH-224C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C7,
        name: "CJK UNIFIED IDEOGRAPH-224C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C8,
        name: "CJK UNIFIED IDEOGRAPH-224C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x224C9,
        name: "CJK UNIFIED IDEOGRAPH-224C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x224CA,
        name: "CJK UNIFIED IDEOGRAPH-224CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x224CB,
        name: "CJK UNIFIED IDEOGRAPH-224CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x224CC,
        name: "CJK UNIFIED IDEOGRAPH-224CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x224CD,
        name: "CJK UNIFIED IDEOGRAPH-224CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x224CE,
        name: "CJK UNIFIED IDEOGRAPH-224CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x224CF,
        name: "CJK UNIFIED IDEOGRAPH-224CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D0,
        name: "CJK UNIFIED IDEOGRAPH-224D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D1,
        name: "CJK UNIFIED IDEOGRAPH-224D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D2,
        name: "CJK UNIFIED IDEOGRAPH-224D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D3,
        name: "CJK UNIFIED IDEOGRAPH-224D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D4,
        name: "CJK UNIFIED IDEOGRAPH-224D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D5,
        name: "CJK UNIFIED IDEOGRAPH-224D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D6,
        name: "CJK UNIFIED IDEOGRAPH-224D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D7,
        name: "CJK UNIFIED IDEOGRAPH-224D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D8,
        name: "CJK UNIFIED IDEOGRAPH-224D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x224D9,
        name: "CJK UNIFIED IDEOGRAPH-224D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x224DA,
        name: "CJK UNIFIED IDEOGRAPH-224DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x224DB,
        name: "CJK UNIFIED IDEOGRAPH-224DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x224DC,
        name: "CJK UNIFIED IDEOGRAPH-224DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x224DD,
        name: "CJK UNIFIED IDEOGRAPH-224DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x224DE,
        name: "CJK UNIFIED IDEOGRAPH-224DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x224DF,
        name: "CJK UNIFIED IDEOGRAPH-224DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E0,
        name: "CJK UNIFIED IDEOGRAPH-224E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E1,
        name: "CJK UNIFIED IDEOGRAPH-224E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E2,
        name: "CJK UNIFIED IDEOGRAPH-224E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E3,
        name: "CJK UNIFIED IDEOGRAPH-224E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E4,
        name: "CJK UNIFIED IDEOGRAPH-224E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E5,
        name: "CJK UNIFIED IDEOGRAPH-224E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E6,
        name: "CJK UNIFIED IDEOGRAPH-224E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E7,
        name: "CJK UNIFIED IDEOGRAPH-224E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E8,
        name: "CJK UNIFIED IDEOGRAPH-224E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x224E9,
        name: "CJK UNIFIED IDEOGRAPH-224E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x224EA,
        name: "CJK UNIFIED IDEOGRAPH-224EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x224EB,
        name: "CJK UNIFIED IDEOGRAPH-224EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x224EC,
        name: "CJK UNIFIED IDEOGRAPH-224EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x224ED,
        name: "CJK UNIFIED IDEOGRAPH-224ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x224EE,
        name: "CJK UNIFIED IDEOGRAPH-224EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x224EF,
        name: "CJK UNIFIED IDEOGRAPH-224EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F0,
        name: "CJK UNIFIED IDEOGRAPH-224F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F1,
        name: "CJK UNIFIED IDEOGRAPH-224F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F2,
        name: "CJK UNIFIED IDEOGRAPH-224F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F3,
        name: "CJK UNIFIED IDEOGRAPH-224F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F4,
        name: "CJK UNIFIED IDEOGRAPH-224F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F5,
        name: "CJK UNIFIED IDEOGRAPH-224F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F6,
        name: "CJK UNIFIED IDEOGRAPH-224F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F7,
        name: "CJK UNIFIED IDEOGRAPH-224F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F8,
        name: "CJK UNIFIED IDEOGRAPH-224F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x224F9,
        name: "CJK UNIFIED IDEOGRAPH-224F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x224FA,
        name: "CJK UNIFIED IDEOGRAPH-224FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x224FB,
        name: "CJK UNIFIED IDEOGRAPH-224FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x224FC,
        name: "CJK UNIFIED IDEOGRAPH-224FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x224FD,
        name: "CJK UNIFIED IDEOGRAPH-224FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x224FE,
        name: "CJK UNIFIED IDEOGRAPH-224FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x224FF,
        name: "CJK UNIFIED IDEOGRAPH-224FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22500,
        name: "CJK UNIFIED IDEOGRAPH-22500",
    },
    Character {
        age: "3.1",
        codepoint: 0x22501,
        name: "CJK UNIFIED IDEOGRAPH-22501",
    },
    Character {
        age: "3.1",
        codepoint: 0x22502,
        name: "CJK UNIFIED IDEOGRAPH-22502",
    },
    Character {
        age: "3.1",
        codepoint: 0x22503,
        name: "CJK UNIFIED IDEOGRAPH-22503",
    },
    Character {
        age: "3.1",
        codepoint: 0x22504,
        name: "CJK UNIFIED IDEOGRAPH-22504",
    },
    Character {
        age: "3.1",
        codepoint: 0x22505,
        name: "CJK UNIFIED IDEOGRAPH-22505",
    },
    Character {
        age: "3.1",
        codepoint: 0x22506,
        name: "CJK UNIFIED IDEOGRAPH-22506",
    },
    Character {
        age: "3.1",
        codepoint: 0x22507,
        name: "CJK UNIFIED IDEOGRAPH-22507",
    },
    Character {
        age: "3.1",
        codepoint: 0x22508,
        name: "CJK UNIFIED IDEOGRAPH-22508",
    },
    Character {
        age: "3.1",
        codepoint: 0x22509,
        name: "CJK UNIFIED IDEOGRAPH-22509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2250A,
        name: "CJK UNIFIED IDEOGRAPH-2250A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2250B,
        name: "CJK UNIFIED IDEOGRAPH-2250B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2250C,
        name: "CJK UNIFIED IDEOGRAPH-2250C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2250D,
        name: "CJK UNIFIED IDEOGRAPH-2250D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2250E,
        name: "CJK UNIFIED IDEOGRAPH-2250E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2250F,
        name: "CJK UNIFIED IDEOGRAPH-2250F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22510,
        name: "CJK UNIFIED IDEOGRAPH-22510",
    },
    Character {
        age: "3.1",
        codepoint: 0x22511,
        name: "CJK UNIFIED IDEOGRAPH-22511",
    },
    Character {
        age: "3.1",
        codepoint: 0x22512,
        name: "CJK UNIFIED IDEOGRAPH-22512",
    },
    Character {
        age: "3.1",
        codepoint: 0x22513,
        name: "CJK UNIFIED IDEOGRAPH-22513",
    },
    Character {
        age: "3.1",
        codepoint: 0x22514,
        name: "CJK UNIFIED IDEOGRAPH-22514",
    },
    Character {
        age: "3.1",
        codepoint: 0x22515,
        name: "CJK UNIFIED IDEOGRAPH-22515",
    },
    Character {
        age: "3.1",
        codepoint: 0x22516,
        name: "CJK UNIFIED IDEOGRAPH-22516",
    },
    Character {
        age: "3.1",
        codepoint: 0x22517,
        name: "CJK UNIFIED IDEOGRAPH-22517",
    },
    Character {
        age: "3.1",
        codepoint: 0x22518,
        name: "CJK UNIFIED IDEOGRAPH-22518",
    },
    Character {
        age: "3.1",
        codepoint: 0x22519,
        name: "CJK UNIFIED IDEOGRAPH-22519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2251A,
        name: "CJK UNIFIED IDEOGRAPH-2251A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2251B,
        name: "CJK UNIFIED IDEOGRAPH-2251B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2251C,
        name: "CJK UNIFIED IDEOGRAPH-2251C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2251D,
        name: "CJK UNIFIED IDEOGRAPH-2251D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2251E,
        name: "CJK UNIFIED IDEOGRAPH-2251E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2251F,
        name: "CJK UNIFIED IDEOGRAPH-2251F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22520,
        name: "CJK UNIFIED IDEOGRAPH-22520",
    },
    Character {
        age: "3.1",
        codepoint: 0x22521,
        name: "CJK UNIFIED IDEOGRAPH-22521",
    },
    Character {
        age: "3.1",
        codepoint: 0x22522,
        name: "CJK UNIFIED IDEOGRAPH-22522",
    },
    Character {
        age: "3.1",
        codepoint: 0x22523,
        name: "CJK UNIFIED IDEOGRAPH-22523",
    },
    Character {
        age: "3.1",
        codepoint: 0x22524,
        name: "CJK UNIFIED IDEOGRAPH-22524",
    },
    Character {
        age: "3.1",
        codepoint: 0x22525,
        name: "CJK UNIFIED IDEOGRAPH-22525",
    },
    Character {
        age: "3.1",
        codepoint: 0x22526,
        name: "CJK UNIFIED IDEOGRAPH-22526",
    },
    Character {
        age: "3.1",
        codepoint: 0x22527,
        name: "CJK UNIFIED IDEOGRAPH-22527",
    },
    Character {
        age: "3.1",
        codepoint: 0x22528,
        name: "CJK UNIFIED IDEOGRAPH-22528",
    },
    Character {
        age: "3.1",
        codepoint: 0x22529,
        name: "CJK UNIFIED IDEOGRAPH-22529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2252A,
        name: "CJK UNIFIED IDEOGRAPH-2252A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2252B,
        name: "CJK UNIFIED IDEOGRAPH-2252B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2252C,
        name: "CJK UNIFIED IDEOGRAPH-2252C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2252D,
        name: "CJK UNIFIED IDEOGRAPH-2252D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2252E,
        name: "CJK UNIFIED IDEOGRAPH-2252E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2252F,
        name: "CJK UNIFIED IDEOGRAPH-2252F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22530,
        name: "CJK UNIFIED IDEOGRAPH-22530",
    },
    Character {
        age: "3.1",
        codepoint: 0x22531,
        name: "CJK UNIFIED IDEOGRAPH-22531",
    },
    Character {
        age: "3.1",
        codepoint: 0x22532,
        name: "CJK UNIFIED IDEOGRAPH-22532",
    },
    Character {
        age: "3.1",
        codepoint: 0x22533,
        name: "CJK UNIFIED IDEOGRAPH-22533",
    },
    Character {
        age: "3.1",
        codepoint: 0x22534,
        name: "CJK UNIFIED IDEOGRAPH-22534",
    },
    Character {
        age: "3.1",
        codepoint: 0x22535,
        name: "CJK UNIFIED IDEOGRAPH-22535",
    },
    Character {
        age: "3.1",
        codepoint: 0x22536,
        name: "CJK UNIFIED IDEOGRAPH-22536",
    },
    Character {
        age: "3.1",
        codepoint: 0x22537,
        name: "CJK UNIFIED IDEOGRAPH-22537",
    },
    Character {
        age: "3.1",
        codepoint: 0x22538,
        name: "CJK UNIFIED IDEOGRAPH-22538",
    },
    Character {
        age: "3.1",
        codepoint: 0x22539,
        name: "CJK UNIFIED IDEOGRAPH-22539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2253A,
        name: "CJK UNIFIED IDEOGRAPH-2253A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2253B,
        name: "CJK UNIFIED IDEOGRAPH-2253B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2253C,
        name: "CJK UNIFIED IDEOGRAPH-2253C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2253D,
        name: "CJK UNIFIED IDEOGRAPH-2253D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2253E,
        name: "CJK UNIFIED IDEOGRAPH-2253E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2253F,
        name: "CJK UNIFIED IDEOGRAPH-2253F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22540,
        name: "CJK UNIFIED IDEOGRAPH-22540",
    },
    Character {
        age: "3.1",
        codepoint: 0x22541,
        name: "CJK UNIFIED IDEOGRAPH-22541",
    },
    Character {
        age: "3.1",
        codepoint: 0x22542,
        name: "CJK UNIFIED IDEOGRAPH-22542",
    },
    Character {
        age: "3.1",
        codepoint: 0x22543,
        name: "CJK UNIFIED IDEOGRAPH-22543",
    },
    Character {
        age: "3.1",
        codepoint: 0x22544,
        name: "CJK UNIFIED IDEOGRAPH-22544",
    },
    Character {
        age: "3.1",
        codepoint: 0x22545,
        name: "CJK UNIFIED IDEOGRAPH-22545",
    },
    Character {
        age: "3.1",
        codepoint: 0x22546,
        name: "CJK UNIFIED IDEOGRAPH-22546",
    },
    Character {
        age: "3.1",
        codepoint: 0x22547,
        name: "CJK UNIFIED IDEOGRAPH-22547",
    },
    Character {
        age: "3.1",
        codepoint: 0x22548,
        name: "CJK UNIFIED IDEOGRAPH-22548",
    },
    Character {
        age: "3.1",
        codepoint: 0x22549,
        name: "CJK UNIFIED IDEOGRAPH-22549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2254A,
        name: "CJK UNIFIED IDEOGRAPH-2254A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2254B,
        name: "CJK UNIFIED IDEOGRAPH-2254B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2254C,
        name: "CJK UNIFIED IDEOGRAPH-2254C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2254D,
        name: "CJK UNIFIED IDEOGRAPH-2254D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2254E,
        name: "CJK UNIFIED IDEOGRAPH-2254E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2254F,
        name: "CJK UNIFIED IDEOGRAPH-2254F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22550,
        name: "CJK UNIFIED IDEOGRAPH-22550",
    },
    Character {
        age: "3.1",
        codepoint: 0x22551,
        name: "CJK UNIFIED IDEOGRAPH-22551",
    },
    Character {
        age: "3.1",
        codepoint: 0x22552,
        name: "CJK UNIFIED IDEOGRAPH-22552",
    },
    Character {
        age: "3.1",
        codepoint: 0x22553,
        name: "CJK UNIFIED IDEOGRAPH-22553",
    },
    Character {
        age: "3.1",
        codepoint: 0x22554,
        name: "CJK UNIFIED IDEOGRAPH-22554",
    },
    Character {
        age: "3.1",
        codepoint: 0x22555,
        name: "CJK UNIFIED IDEOGRAPH-22555",
    },
    Character {
        age: "3.1",
        codepoint: 0x22556,
        name: "CJK UNIFIED IDEOGRAPH-22556",
    },
    Character {
        age: "3.1",
        codepoint: 0x22557,
        name: "CJK UNIFIED IDEOGRAPH-22557",
    },
    Character {
        age: "3.1",
        codepoint: 0x22558,
        name: "CJK UNIFIED IDEOGRAPH-22558",
    },
    Character {
        age: "3.1",
        codepoint: 0x22559,
        name: "CJK UNIFIED IDEOGRAPH-22559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2255A,
        name: "CJK UNIFIED IDEOGRAPH-2255A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2255B,
        name: "CJK UNIFIED IDEOGRAPH-2255B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2255C,
        name: "CJK UNIFIED IDEOGRAPH-2255C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2255D,
        name: "CJK UNIFIED IDEOGRAPH-2255D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2255E,
        name: "CJK UNIFIED IDEOGRAPH-2255E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2255F,
        name: "CJK UNIFIED IDEOGRAPH-2255F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22560,
        name: "CJK UNIFIED IDEOGRAPH-22560",
    },
    Character {
        age: "3.1",
        codepoint: 0x22561,
        name: "CJK UNIFIED IDEOGRAPH-22561",
    },
    Character {
        age: "3.1",
        codepoint: 0x22562,
        name: "CJK UNIFIED IDEOGRAPH-22562",
    },
    Character {
        age: "3.1",
        codepoint: 0x22563,
        name: "CJK UNIFIED IDEOGRAPH-22563",
    },
    Character {
        age: "3.1",
        codepoint: 0x22564,
        name: "CJK UNIFIED IDEOGRAPH-22564",
    },
    Character {
        age: "3.1",
        codepoint: 0x22565,
        name: "CJK UNIFIED IDEOGRAPH-22565",
    },
    Character {
        age: "3.1",
        codepoint: 0x22566,
        name: "CJK UNIFIED IDEOGRAPH-22566",
    },
    Character {
        age: "3.1",
        codepoint: 0x22567,
        name: "CJK UNIFIED IDEOGRAPH-22567",
    },
    Character {
        age: "3.1",
        codepoint: 0x22568,
        name: "CJK UNIFIED IDEOGRAPH-22568",
    },
    Character {
        age: "3.1",
        codepoint: 0x22569,
        name: "CJK UNIFIED IDEOGRAPH-22569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2256A,
        name: "CJK UNIFIED IDEOGRAPH-2256A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2256B,
        name: "CJK UNIFIED IDEOGRAPH-2256B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2256C,
        name: "CJK UNIFIED IDEOGRAPH-2256C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2256D,
        name: "CJK UNIFIED IDEOGRAPH-2256D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2256E,
        name: "CJK UNIFIED IDEOGRAPH-2256E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2256F,
        name: "CJK UNIFIED IDEOGRAPH-2256F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22570,
        name: "CJK UNIFIED IDEOGRAPH-22570",
    },
    Character {
        age: "3.1",
        codepoint: 0x22571,
        name: "CJK UNIFIED IDEOGRAPH-22571",
    },
    Character {
        age: "3.1",
        codepoint: 0x22572,
        name: "CJK UNIFIED IDEOGRAPH-22572",
    },
    Character {
        age: "3.1",
        codepoint: 0x22573,
        name: "CJK UNIFIED IDEOGRAPH-22573",
    },
    Character {
        age: "3.1",
        codepoint: 0x22574,
        name: "CJK UNIFIED IDEOGRAPH-22574",
    },
    Character {
        age: "3.1",
        codepoint: 0x22575,
        name: "CJK UNIFIED IDEOGRAPH-22575",
    },
    Character {
        age: "3.1",
        codepoint: 0x22576,
        name: "CJK UNIFIED IDEOGRAPH-22576",
    },
    Character {
        age: "3.1",
        codepoint: 0x22577,
        name: "CJK UNIFIED IDEOGRAPH-22577",
    },
    Character {
        age: "3.1",
        codepoint: 0x22578,
        name: "CJK UNIFIED IDEOGRAPH-22578",
    },
    Character {
        age: "3.1",
        codepoint: 0x22579,
        name: "CJK UNIFIED IDEOGRAPH-22579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2257A,
        name: "CJK UNIFIED IDEOGRAPH-2257A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2257B,
        name: "CJK UNIFIED IDEOGRAPH-2257B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2257C,
        name: "CJK UNIFIED IDEOGRAPH-2257C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2257D,
        name: "CJK UNIFIED IDEOGRAPH-2257D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2257E,
        name: "CJK UNIFIED IDEOGRAPH-2257E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2257F,
        name: "CJK UNIFIED IDEOGRAPH-2257F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22580,
        name: "CJK UNIFIED IDEOGRAPH-22580",
    },
    Character {
        age: "3.1",
        codepoint: 0x22581,
        name: "CJK UNIFIED IDEOGRAPH-22581",
    },
    Character {
        age: "3.1",
        codepoint: 0x22582,
        name: "CJK UNIFIED IDEOGRAPH-22582",
    },
    Character {
        age: "3.1",
        codepoint: 0x22583,
        name: "CJK UNIFIED IDEOGRAPH-22583",
    },
    Character {
        age: "3.1",
        codepoint: 0x22584,
        name: "CJK UNIFIED IDEOGRAPH-22584",
    },
    Character {
        age: "3.1",
        codepoint: 0x22585,
        name: "CJK UNIFIED IDEOGRAPH-22585",
    },
    Character {
        age: "3.1",
        codepoint: 0x22586,
        name: "CJK UNIFIED IDEOGRAPH-22586",
    },
    Character {
        age: "3.1",
        codepoint: 0x22587,
        name: "CJK UNIFIED IDEOGRAPH-22587",
    },
    Character {
        age: "3.1",
        codepoint: 0x22588,
        name: "CJK UNIFIED IDEOGRAPH-22588",
    },
    Character {
        age: "3.1",
        codepoint: 0x22589,
        name: "CJK UNIFIED IDEOGRAPH-22589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2258A,
        name: "CJK UNIFIED IDEOGRAPH-2258A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2258B,
        name: "CJK UNIFIED IDEOGRAPH-2258B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2258C,
        name: "CJK UNIFIED IDEOGRAPH-2258C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2258D,
        name: "CJK UNIFIED IDEOGRAPH-2258D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2258E,
        name: "CJK UNIFIED IDEOGRAPH-2258E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2258F,
        name: "CJK UNIFIED IDEOGRAPH-2258F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22590,
        name: "CJK UNIFIED IDEOGRAPH-22590",
    },
    Character {
        age: "3.1",
        codepoint: 0x22591,
        name: "CJK UNIFIED IDEOGRAPH-22591",
    },
    Character {
        age: "3.1",
        codepoint: 0x22592,
        name: "CJK UNIFIED IDEOGRAPH-22592",
    },
    Character {
        age: "3.1",
        codepoint: 0x22593,
        name: "CJK UNIFIED IDEOGRAPH-22593",
    },
    Character {
        age: "3.1",
        codepoint: 0x22594,
        name: "CJK UNIFIED IDEOGRAPH-22594",
    },
    Character {
        age: "3.1",
        codepoint: 0x22595,
        name: "CJK UNIFIED IDEOGRAPH-22595",
    },
    Character {
        age: "3.1",
        codepoint: 0x22596,
        name: "CJK UNIFIED IDEOGRAPH-22596",
    },
    Character {
        age: "3.1",
        codepoint: 0x22597,
        name: "CJK UNIFIED IDEOGRAPH-22597",
    },
    Character {
        age: "3.1",
        codepoint: 0x22598,
        name: "CJK UNIFIED IDEOGRAPH-22598",
    },
    Character {
        age: "3.1",
        codepoint: 0x22599,
        name: "CJK UNIFIED IDEOGRAPH-22599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2259A,
        name: "CJK UNIFIED IDEOGRAPH-2259A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2259B,
        name: "CJK UNIFIED IDEOGRAPH-2259B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2259C,
        name: "CJK UNIFIED IDEOGRAPH-2259C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2259D,
        name: "CJK UNIFIED IDEOGRAPH-2259D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2259E,
        name: "CJK UNIFIED IDEOGRAPH-2259E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2259F,
        name: "CJK UNIFIED IDEOGRAPH-2259F",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A0,
        name: "CJK UNIFIED IDEOGRAPH-225A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A1,
        name: "CJK UNIFIED IDEOGRAPH-225A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A2,
        name: "CJK UNIFIED IDEOGRAPH-225A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A3,
        name: "CJK UNIFIED IDEOGRAPH-225A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A4,
        name: "CJK UNIFIED IDEOGRAPH-225A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A5,
        name: "CJK UNIFIED IDEOGRAPH-225A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A6,
        name: "CJK UNIFIED IDEOGRAPH-225A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A7,
        name: "CJK UNIFIED IDEOGRAPH-225A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A8,
        name: "CJK UNIFIED IDEOGRAPH-225A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x225A9,
        name: "CJK UNIFIED IDEOGRAPH-225A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x225AA,
        name: "CJK UNIFIED IDEOGRAPH-225AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x225AB,
        name: "CJK UNIFIED IDEOGRAPH-225AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x225AC,
        name: "CJK UNIFIED IDEOGRAPH-225AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x225AD,
        name: "CJK UNIFIED IDEOGRAPH-225AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x225AE,
        name: "CJK UNIFIED IDEOGRAPH-225AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x225AF,
        name: "CJK UNIFIED IDEOGRAPH-225AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B0,
        name: "CJK UNIFIED IDEOGRAPH-225B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B1,
        name: "CJK UNIFIED IDEOGRAPH-225B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B2,
        name: "CJK UNIFIED IDEOGRAPH-225B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B3,
        name: "CJK UNIFIED IDEOGRAPH-225B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B4,
        name: "CJK UNIFIED IDEOGRAPH-225B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B5,
        name: "CJK UNIFIED IDEOGRAPH-225B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B6,
        name: "CJK UNIFIED IDEOGRAPH-225B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B7,
        name: "CJK UNIFIED IDEOGRAPH-225B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B8,
        name: "CJK UNIFIED IDEOGRAPH-225B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x225B9,
        name: "CJK UNIFIED IDEOGRAPH-225B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x225BA,
        name: "CJK UNIFIED IDEOGRAPH-225BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x225BB,
        name: "CJK UNIFIED IDEOGRAPH-225BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x225BC,
        name: "CJK UNIFIED IDEOGRAPH-225BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x225BD,
        name: "CJK UNIFIED IDEOGRAPH-225BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x225BE,
        name: "CJK UNIFIED IDEOGRAPH-225BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x225BF,
        name: "CJK UNIFIED IDEOGRAPH-225BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C0,
        name: "CJK UNIFIED IDEOGRAPH-225C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C1,
        name: "CJK UNIFIED IDEOGRAPH-225C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C2,
        name: "CJK UNIFIED IDEOGRAPH-225C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C3,
        name: "CJK UNIFIED IDEOGRAPH-225C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C4,
        name: "CJK UNIFIED IDEOGRAPH-225C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C5,
        name: "CJK UNIFIED IDEOGRAPH-225C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C6,
        name: "CJK UNIFIED IDEOGRAPH-225C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C7,
        name: "CJK UNIFIED IDEOGRAPH-225C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C8,
        name: "CJK UNIFIED IDEOGRAPH-225C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x225C9,
        name: "CJK UNIFIED IDEOGRAPH-225C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x225CA,
        name: "CJK UNIFIED IDEOGRAPH-225CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x225CB,
        name: "CJK UNIFIED IDEOGRAPH-225CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x225CC,
        name: "CJK UNIFIED IDEOGRAPH-225CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x225CD,
        name: "CJK UNIFIED IDEOGRAPH-225CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x225CE,
        name: "CJK UNIFIED IDEOGRAPH-225CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x225CF,
        name: "CJK UNIFIED IDEOGRAPH-225CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D0,
        name: "CJK UNIFIED IDEOGRAPH-225D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D1,
        name: "CJK UNIFIED IDEOGRAPH-225D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D2,
        name: "CJK UNIFIED IDEOGRAPH-225D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D3,
        name: "CJK UNIFIED IDEOGRAPH-225D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D4,
        name: "CJK UNIFIED IDEOGRAPH-225D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D5,
        name: "CJK UNIFIED IDEOGRAPH-225D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D6,
        name: "CJK UNIFIED IDEOGRAPH-225D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D7,
        name: "CJK UNIFIED IDEOGRAPH-225D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D8,
        name: "CJK UNIFIED IDEOGRAPH-225D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x225D9,
        name: "CJK UNIFIED IDEOGRAPH-225D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x225DA,
        name: "CJK UNIFIED IDEOGRAPH-225DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x225DB,
        name: "CJK UNIFIED IDEOGRAPH-225DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x225DC,
        name: "CJK UNIFIED IDEOGRAPH-225DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x225DD,
        name: "CJK UNIFIED IDEOGRAPH-225DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x225DE,
        name: "CJK UNIFIED IDEOGRAPH-225DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x225DF,
        name: "CJK UNIFIED IDEOGRAPH-225DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E0,
        name: "CJK UNIFIED IDEOGRAPH-225E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E1,
        name: "CJK UNIFIED IDEOGRAPH-225E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E2,
        name: "CJK UNIFIED IDEOGRAPH-225E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E3,
        name: "CJK UNIFIED IDEOGRAPH-225E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E4,
        name: "CJK UNIFIED IDEOGRAPH-225E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E5,
        name: "CJK UNIFIED IDEOGRAPH-225E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E6,
        name: "CJK UNIFIED IDEOGRAPH-225E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E7,
        name: "CJK UNIFIED IDEOGRAPH-225E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E8,
        name: "CJK UNIFIED IDEOGRAPH-225E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x225E9,
        name: "CJK UNIFIED IDEOGRAPH-225E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x225EA,
        name: "CJK UNIFIED IDEOGRAPH-225EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x225EB,
        name: "CJK UNIFIED IDEOGRAPH-225EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x225EC,
        name: "CJK UNIFIED IDEOGRAPH-225EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x225ED,
        name: "CJK UNIFIED IDEOGRAPH-225ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x225EE,
        name: "CJK UNIFIED IDEOGRAPH-225EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x225EF,
        name: "CJK UNIFIED IDEOGRAPH-225EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F0,
        name: "CJK UNIFIED IDEOGRAPH-225F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F1,
        name: "CJK UNIFIED IDEOGRAPH-225F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F2,
        name: "CJK UNIFIED IDEOGRAPH-225F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F3,
        name: "CJK UNIFIED IDEOGRAPH-225F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F4,
        name: "CJK UNIFIED IDEOGRAPH-225F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F5,
        name: "CJK UNIFIED IDEOGRAPH-225F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F6,
        name: "CJK UNIFIED IDEOGRAPH-225F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F7,
        name: "CJK UNIFIED IDEOGRAPH-225F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F8,
        name: "CJK UNIFIED IDEOGRAPH-225F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x225F9,
        name: "CJK UNIFIED IDEOGRAPH-225F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x225FA,
        name: "CJK UNIFIED IDEOGRAPH-225FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x225FB,
        name: "CJK UNIFIED IDEOGRAPH-225FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x225FC,
        name: "CJK UNIFIED IDEOGRAPH-225FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x225FD,
        name: "CJK UNIFIED IDEOGRAPH-225FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x225FE,
        name: "CJK UNIFIED IDEOGRAPH-225FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x225FF,
        name: "CJK UNIFIED IDEOGRAPH-225FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22600,
        name: "CJK UNIFIED IDEOGRAPH-22600",
    },
    Character {
        age: "3.1",
        codepoint: 0x22601,
        name: "CJK UNIFIED IDEOGRAPH-22601",
    },
    Character {
        age: "3.1",
        codepoint: 0x22602,
        name: "CJK UNIFIED IDEOGRAPH-22602",
    },
    Character {
        age: "3.1",
        codepoint: 0x22603,
        name: "CJK UNIFIED IDEOGRAPH-22603",
    },
    Character {
        age: "3.1",
        codepoint: 0x22604,
        name: "CJK UNIFIED IDEOGRAPH-22604",
    },
    Character {
        age: "3.1",
        codepoint: 0x22605,
        name: "CJK UNIFIED IDEOGRAPH-22605",
    },
    Character {
        age: "3.1",
        codepoint: 0x22606,
        name: "CJK UNIFIED IDEOGRAPH-22606",
    },
    Character {
        age: "3.1",
        codepoint: 0x22607,
        name: "CJK UNIFIED IDEOGRAPH-22607",
    },
    Character {
        age: "3.1",
        codepoint: 0x22608,
        name: "CJK UNIFIED IDEOGRAPH-22608",
    },
    Character {
        age: "3.1",
        codepoint: 0x22609,
        name: "CJK UNIFIED IDEOGRAPH-22609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2260A,
        name: "CJK UNIFIED IDEOGRAPH-2260A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2260B,
        name: "CJK UNIFIED IDEOGRAPH-2260B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2260C,
        name: "CJK UNIFIED IDEOGRAPH-2260C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2260D,
        name: "CJK UNIFIED IDEOGRAPH-2260D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2260E,
        name: "CJK UNIFIED IDEOGRAPH-2260E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2260F,
        name: "CJK UNIFIED IDEOGRAPH-2260F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22610,
        name: "CJK UNIFIED IDEOGRAPH-22610",
    },
    Character {
        age: "3.1",
        codepoint: 0x22611,
        name: "CJK UNIFIED IDEOGRAPH-22611",
    },
    Character {
        age: "3.1",
        codepoint: 0x22612,
        name: "CJK UNIFIED IDEOGRAPH-22612",
    },
    Character {
        age: "3.1",
        codepoint: 0x22613,
        name: "CJK UNIFIED IDEOGRAPH-22613",
    },
    Character {
        age: "3.1",
        codepoint: 0x22614,
        name: "CJK UNIFIED IDEOGRAPH-22614",
    },
    Character {
        age: "3.1",
        codepoint: 0x22615,
        name: "CJK UNIFIED IDEOGRAPH-22615",
    },
    Character {
        age: "3.1",
        codepoint: 0x22616,
        name: "CJK UNIFIED IDEOGRAPH-22616",
    },
    Character {
        age: "3.1",
        codepoint: 0x22617,
        name: "CJK UNIFIED IDEOGRAPH-22617",
    },
    Character {
        age: "3.1",
        codepoint: 0x22618,
        name: "CJK UNIFIED IDEOGRAPH-22618",
    },
    Character {
        age: "3.1",
        codepoint: 0x22619,
        name: "CJK UNIFIED IDEOGRAPH-22619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2261A,
        name: "CJK UNIFIED IDEOGRAPH-2261A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2261B,
        name: "CJK UNIFIED IDEOGRAPH-2261B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2261C,
        name: "CJK UNIFIED IDEOGRAPH-2261C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2261D,
        name: "CJK UNIFIED IDEOGRAPH-2261D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2261E,
        name: "CJK UNIFIED IDEOGRAPH-2261E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2261F,
        name: "CJK UNIFIED IDEOGRAPH-2261F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22620,
        name: "CJK UNIFIED IDEOGRAPH-22620",
    },
    Character {
        age: "3.1",
        codepoint: 0x22621,
        name: "CJK UNIFIED IDEOGRAPH-22621",
    },
    Character {
        age: "3.1",
        codepoint: 0x22622,
        name: "CJK UNIFIED IDEOGRAPH-22622",
    },
    Character {
        age: "3.1",
        codepoint: 0x22623,
        name: "CJK UNIFIED IDEOGRAPH-22623",
    },
    Character {
        age: "3.1",
        codepoint: 0x22624,
        name: "CJK UNIFIED IDEOGRAPH-22624",
    },
    Character {
        age: "3.1",
        codepoint: 0x22625,
        name: "CJK UNIFIED IDEOGRAPH-22625",
    },
    Character {
        age: "3.1",
        codepoint: 0x22626,
        name: "CJK UNIFIED IDEOGRAPH-22626",
    },
    Character {
        age: "3.1",
        codepoint: 0x22627,
        name: "CJK UNIFIED IDEOGRAPH-22627",
    },
    Character {
        age: "3.1",
        codepoint: 0x22628,
        name: "CJK UNIFIED IDEOGRAPH-22628",
    },
    Character {
        age: "3.1",
        codepoint: 0x22629,
        name: "CJK UNIFIED IDEOGRAPH-22629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2262A,
        name: "CJK UNIFIED IDEOGRAPH-2262A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2262B,
        name: "CJK UNIFIED IDEOGRAPH-2262B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2262C,
        name: "CJK UNIFIED IDEOGRAPH-2262C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2262D,
        name: "CJK UNIFIED IDEOGRAPH-2262D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2262E,
        name: "CJK UNIFIED IDEOGRAPH-2262E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2262F,
        name: "CJK UNIFIED IDEOGRAPH-2262F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22630,
        name: "CJK UNIFIED IDEOGRAPH-22630",
    },
    Character {
        age: "3.1",
        codepoint: 0x22631,
        name: "CJK UNIFIED IDEOGRAPH-22631",
    },
    Character {
        age: "3.1",
        codepoint: 0x22632,
        name: "CJK UNIFIED IDEOGRAPH-22632",
    },
    Character {
        age: "3.1",
        codepoint: 0x22633,
        name: "CJK UNIFIED IDEOGRAPH-22633",
    },
    Character {
        age: "3.1",
        codepoint: 0x22634,
        name: "CJK UNIFIED IDEOGRAPH-22634",
    },
    Character {
        age: "3.1",
        codepoint: 0x22635,
        name: "CJK UNIFIED IDEOGRAPH-22635",
    },
    Character {
        age: "3.1",
        codepoint: 0x22636,
        name: "CJK UNIFIED IDEOGRAPH-22636",
    },
    Character {
        age: "3.1",
        codepoint: 0x22637,
        name: "CJK UNIFIED IDEOGRAPH-22637",
    },
    Character {
        age: "3.1",
        codepoint: 0x22638,
        name: "CJK UNIFIED IDEOGRAPH-22638",
    },
    Character {
        age: "3.1",
        codepoint: 0x22639,
        name: "CJK UNIFIED IDEOGRAPH-22639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2263A,
        name: "CJK UNIFIED IDEOGRAPH-2263A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2263B,
        name: "CJK UNIFIED IDEOGRAPH-2263B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2263C,
        name: "CJK UNIFIED IDEOGRAPH-2263C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2263D,
        name: "CJK UNIFIED IDEOGRAPH-2263D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2263E,
        name: "CJK UNIFIED IDEOGRAPH-2263E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2263F,
        name: "CJK UNIFIED IDEOGRAPH-2263F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22640,
        name: "CJK UNIFIED IDEOGRAPH-22640",
    },
    Character {
        age: "3.1",
        codepoint: 0x22641,
        name: "CJK UNIFIED IDEOGRAPH-22641",
    },
    Character {
        age: "3.1",
        codepoint: 0x22642,
        name: "CJK UNIFIED IDEOGRAPH-22642",
    },
    Character {
        age: "3.1",
        codepoint: 0x22643,
        name: "CJK UNIFIED IDEOGRAPH-22643",
    },
    Character {
        age: "3.1",
        codepoint: 0x22644,
        name: "CJK UNIFIED IDEOGRAPH-22644",
    },
    Character {
        age: "3.1",
        codepoint: 0x22645,
        name: "CJK UNIFIED IDEOGRAPH-22645",
    },
    Character {
        age: "3.1",
        codepoint: 0x22646,
        name: "CJK UNIFIED IDEOGRAPH-22646",
    },
    Character {
        age: "3.1",
        codepoint: 0x22647,
        name: "CJK UNIFIED IDEOGRAPH-22647",
    },
    Character {
        age: "3.1",
        codepoint: 0x22648,
        name: "CJK UNIFIED IDEOGRAPH-22648",
    },
    Character {
        age: "3.1",
        codepoint: 0x22649,
        name: "CJK UNIFIED IDEOGRAPH-22649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2264A,
        name: "CJK UNIFIED IDEOGRAPH-2264A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2264B,
        name: "CJK UNIFIED IDEOGRAPH-2264B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2264C,
        name: "CJK UNIFIED IDEOGRAPH-2264C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2264D,
        name: "CJK UNIFIED IDEOGRAPH-2264D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2264E,
        name: "CJK UNIFIED IDEOGRAPH-2264E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2264F,
        name: "CJK UNIFIED IDEOGRAPH-2264F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22650,
        name: "CJK UNIFIED IDEOGRAPH-22650",
    },
    Character {
        age: "3.1",
        codepoint: 0x22651,
        name: "CJK UNIFIED IDEOGRAPH-22651",
    },
    Character {
        age: "3.1",
        codepoint: 0x22652,
        name: "CJK UNIFIED IDEOGRAPH-22652",
    },
    Character {
        age: "3.1",
        codepoint: 0x22653,
        name: "CJK UNIFIED IDEOGRAPH-22653",
    },
    Character {
        age: "3.1",
        codepoint: 0x22654,
        name: "CJK UNIFIED IDEOGRAPH-22654",
    },
    Character {
        age: "3.1",
        codepoint: 0x22655,
        name: "CJK UNIFIED IDEOGRAPH-22655",
    },
    Character {
        age: "3.1",
        codepoint: 0x22656,
        name: "CJK UNIFIED IDEOGRAPH-22656",
    },
    Character {
        age: "3.1",
        codepoint: 0x22657,
        name: "CJK UNIFIED IDEOGRAPH-22657",
    },
    Character {
        age: "3.1",
        codepoint: 0x22658,
        name: "CJK UNIFIED IDEOGRAPH-22658",
    },
    Character {
        age: "3.1",
        codepoint: 0x22659,
        name: "CJK UNIFIED IDEOGRAPH-22659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2265A,
        name: "CJK UNIFIED IDEOGRAPH-2265A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2265B,
        name: "CJK UNIFIED IDEOGRAPH-2265B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2265C,
        name: "CJK UNIFIED IDEOGRAPH-2265C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2265D,
        name: "CJK UNIFIED IDEOGRAPH-2265D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2265E,
        name: "CJK UNIFIED IDEOGRAPH-2265E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2265F,
        name: "CJK UNIFIED IDEOGRAPH-2265F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22660,
        name: "CJK UNIFIED IDEOGRAPH-22660",
    },
    Character {
        age: "3.1",
        codepoint: 0x22661,
        name: "CJK UNIFIED IDEOGRAPH-22661",
    },
    Character {
        age: "3.1",
        codepoint: 0x22662,
        name: "CJK UNIFIED IDEOGRAPH-22662",
    },
    Character {
        age: "3.1",
        codepoint: 0x22663,
        name: "CJK UNIFIED IDEOGRAPH-22663",
    },
    Character {
        age: "3.1",
        codepoint: 0x22664,
        name: "CJK UNIFIED IDEOGRAPH-22664",
    },
    Character {
        age: "3.1",
        codepoint: 0x22665,
        name: "CJK UNIFIED IDEOGRAPH-22665",
    },
    Character {
        age: "3.1",
        codepoint: 0x22666,
        name: "CJK UNIFIED IDEOGRAPH-22666",
    },
    Character {
        age: "3.1",
        codepoint: 0x22667,
        name: "CJK UNIFIED IDEOGRAPH-22667",
    },
    Character {
        age: "3.1",
        codepoint: 0x22668,
        name: "CJK UNIFIED IDEOGRAPH-22668",
    },
    Character {
        age: "3.1",
        codepoint: 0x22669,
        name: "CJK UNIFIED IDEOGRAPH-22669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2266A,
        name: "CJK UNIFIED IDEOGRAPH-2266A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2266B,
        name: "CJK UNIFIED IDEOGRAPH-2266B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2266C,
        name: "CJK UNIFIED IDEOGRAPH-2266C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2266D,
        name: "CJK UNIFIED IDEOGRAPH-2266D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2266E,
        name: "CJK UNIFIED IDEOGRAPH-2266E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2266F,
        name: "CJK UNIFIED IDEOGRAPH-2266F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22670,
        name: "CJK UNIFIED IDEOGRAPH-22670",
    },
    Character {
        age: "3.1",
        codepoint: 0x22671,
        name: "CJK UNIFIED IDEOGRAPH-22671",
    },
    Character {
        age: "3.1",
        codepoint: 0x22672,
        name: "CJK UNIFIED IDEOGRAPH-22672",
    },
    Character {
        age: "3.1",
        codepoint: 0x22673,
        name: "CJK UNIFIED IDEOGRAPH-22673",
    },
    Character {
        age: "3.1",
        codepoint: 0x22674,
        name: "CJK UNIFIED IDEOGRAPH-22674",
    },
    Character {
        age: "3.1",
        codepoint: 0x22675,
        name: "CJK UNIFIED IDEOGRAPH-22675",
    },
    Character {
        age: "3.1",
        codepoint: 0x22676,
        name: "CJK UNIFIED IDEOGRAPH-22676",
    },
    Character {
        age: "3.1",
        codepoint: 0x22677,
        name: "CJK UNIFIED IDEOGRAPH-22677",
    },
    Character {
        age: "3.1",
        codepoint: 0x22678,
        name: "CJK UNIFIED IDEOGRAPH-22678",
    },
    Character {
        age: "3.1",
        codepoint: 0x22679,
        name: "CJK UNIFIED IDEOGRAPH-22679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2267A,
        name: "CJK UNIFIED IDEOGRAPH-2267A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2267B,
        name: "CJK UNIFIED IDEOGRAPH-2267B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2267C,
        name: "CJK UNIFIED IDEOGRAPH-2267C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2267D,
        name: "CJK UNIFIED IDEOGRAPH-2267D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2267E,
        name: "CJK UNIFIED IDEOGRAPH-2267E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2267F,
        name: "CJK UNIFIED IDEOGRAPH-2267F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22680,
        name: "CJK UNIFIED IDEOGRAPH-22680",
    },
    Character {
        age: "3.1",
        codepoint: 0x22681,
        name: "CJK UNIFIED IDEOGRAPH-22681",
    },
    Character {
        age: "3.1",
        codepoint: 0x22682,
        name: "CJK UNIFIED IDEOGRAPH-22682",
    },
    Character {
        age: "3.1",
        codepoint: 0x22683,
        name: "CJK UNIFIED IDEOGRAPH-22683",
    },
    Character {
        age: "3.1",
        codepoint: 0x22684,
        name: "CJK UNIFIED IDEOGRAPH-22684",
    },
    Character {
        age: "3.1",
        codepoint: 0x22685,
        name: "CJK UNIFIED IDEOGRAPH-22685",
    },
    Character {
        age: "3.1",
        codepoint: 0x22686,
        name: "CJK UNIFIED IDEOGRAPH-22686",
    },
    Character {
        age: "3.1",
        codepoint: 0x22687,
        name: "CJK UNIFIED IDEOGRAPH-22687",
    },
    Character {
        age: "3.1",
        codepoint: 0x22688,
        name: "CJK UNIFIED IDEOGRAPH-22688",
    },
    Character {
        age: "3.1",
        codepoint: 0x22689,
        name: "CJK UNIFIED IDEOGRAPH-22689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2268A,
        name: "CJK UNIFIED IDEOGRAPH-2268A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2268B,
        name: "CJK UNIFIED IDEOGRAPH-2268B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2268C,
        name: "CJK UNIFIED IDEOGRAPH-2268C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2268D,
        name: "CJK UNIFIED IDEOGRAPH-2268D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2268E,
        name: "CJK UNIFIED IDEOGRAPH-2268E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2268F,
        name: "CJK UNIFIED IDEOGRAPH-2268F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22690,
        name: "CJK UNIFIED IDEOGRAPH-22690",
    },
    Character {
        age: "3.1",
        codepoint: 0x22691,
        name: "CJK UNIFIED IDEOGRAPH-22691",
    },
    Character {
        age: "3.1",
        codepoint: 0x22692,
        name: "CJK UNIFIED IDEOGRAPH-22692",
    },
    Character {
        age: "3.1",
        codepoint: 0x22693,
        name: "CJK UNIFIED IDEOGRAPH-22693",
    },
    Character {
        age: "3.1",
        codepoint: 0x22694,
        name: "CJK UNIFIED IDEOGRAPH-22694",
    },
    Character {
        age: "3.1",
        codepoint: 0x22695,
        name: "CJK UNIFIED IDEOGRAPH-22695",
    },
    Character {
        age: "3.1",
        codepoint: 0x22696,
        name: "CJK UNIFIED IDEOGRAPH-22696",
    },
    Character {
        age: "3.1",
        codepoint: 0x22697,
        name: "CJK UNIFIED IDEOGRAPH-22697",
    },
    Character {
        age: "3.1",
        codepoint: 0x22698,
        name: "CJK UNIFIED IDEOGRAPH-22698",
    },
    Character {
        age: "3.1",
        codepoint: 0x22699,
        name: "CJK UNIFIED IDEOGRAPH-22699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2269A,
        name: "CJK UNIFIED IDEOGRAPH-2269A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2269B,
        name: "CJK UNIFIED IDEOGRAPH-2269B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2269C,
        name: "CJK UNIFIED IDEOGRAPH-2269C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2269D,
        name: "CJK UNIFIED IDEOGRAPH-2269D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2269E,
        name: "CJK UNIFIED IDEOGRAPH-2269E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2269F,
        name: "CJK UNIFIED IDEOGRAPH-2269F",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A0,
        name: "CJK UNIFIED IDEOGRAPH-226A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A1,
        name: "CJK UNIFIED IDEOGRAPH-226A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A2,
        name: "CJK UNIFIED IDEOGRAPH-226A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A3,
        name: "CJK UNIFIED IDEOGRAPH-226A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A4,
        name: "CJK UNIFIED IDEOGRAPH-226A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A5,
        name: "CJK UNIFIED IDEOGRAPH-226A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A6,
        name: "CJK UNIFIED IDEOGRAPH-226A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A7,
        name: "CJK UNIFIED IDEOGRAPH-226A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A8,
        name: "CJK UNIFIED IDEOGRAPH-226A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x226A9,
        name: "CJK UNIFIED IDEOGRAPH-226A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x226AA,
        name: "CJK UNIFIED IDEOGRAPH-226AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x226AB,
        name: "CJK UNIFIED IDEOGRAPH-226AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x226AC,
        name: "CJK UNIFIED IDEOGRAPH-226AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x226AD,
        name: "CJK UNIFIED IDEOGRAPH-226AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x226AE,
        name: "CJK UNIFIED IDEOGRAPH-226AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x226AF,
        name: "CJK UNIFIED IDEOGRAPH-226AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B0,
        name: "CJK UNIFIED IDEOGRAPH-226B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B1,
        name: "CJK UNIFIED IDEOGRAPH-226B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B2,
        name: "CJK UNIFIED IDEOGRAPH-226B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B3,
        name: "CJK UNIFIED IDEOGRAPH-226B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B4,
        name: "CJK UNIFIED IDEOGRAPH-226B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B5,
        name: "CJK UNIFIED IDEOGRAPH-226B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B6,
        name: "CJK UNIFIED IDEOGRAPH-226B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B7,
        name: "CJK UNIFIED IDEOGRAPH-226B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B8,
        name: "CJK UNIFIED IDEOGRAPH-226B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x226B9,
        name: "CJK UNIFIED IDEOGRAPH-226B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x226BA,
        name: "CJK UNIFIED IDEOGRAPH-226BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x226BB,
        name: "CJK UNIFIED IDEOGRAPH-226BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x226BC,
        name: "CJK UNIFIED IDEOGRAPH-226BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x226BD,
        name: "CJK UNIFIED IDEOGRAPH-226BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x226BE,
        name: "CJK UNIFIED IDEOGRAPH-226BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x226BF,
        name: "CJK UNIFIED IDEOGRAPH-226BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C0,
        name: "CJK UNIFIED IDEOGRAPH-226C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C1,
        name: "CJK UNIFIED IDEOGRAPH-226C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C2,
        name: "CJK UNIFIED IDEOGRAPH-226C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C3,
        name: "CJK UNIFIED IDEOGRAPH-226C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C4,
        name: "CJK UNIFIED IDEOGRAPH-226C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C5,
        name: "CJK UNIFIED IDEOGRAPH-226C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C6,
        name: "CJK UNIFIED IDEOGRAPH-226C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C7,
        name: "CJK UNIFIED IDEOGRAPH-226C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C8,
        name: "CJK UNIFIED IDEOGRAPH-226C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x226C9,
        name: "CJK UNIFIED IDEOGRAPH-226C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x226CA,
        name: "CJK UNIFIED IDEOGRAPH-226CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x226CB,
        name: "CJK UNIFIED IDEOGRAPH-226CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x226CC,
        name: "CJK UNIFIED IDEOGRAPH-226CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x226CD,
        name: "CJK UNIFIED IDEOGRAPH-226CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x226CE,
        name: "CJK UNIFIED IDEOGRAPH-226CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x226CF,
        name: "CJK UNIFIED IDEOGRAPH-226CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D0,
        name: "CJK UNIFIED IDEOGRAPH-226D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D1,
        name: "CJK UNIFIED IDEOGRAPH-226D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D2,
        name: "CJK UNIFIED IDEOGRAPH-226D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D3,
        name: "CJK UNIFIED IDEOGRAPH-226D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D4,
        name: "CJK UNIFIED IDEOGRAPH-226D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D5,
        name: "CJK UNIFIED IDEOGRAPH-226D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D6,
        name: "CJK UNIFIED IDEOGRAPH-226D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D7,
        name: "CJK UNIFIED IDEOGRAPH-226D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D8,
        name: "CJK UNIFIED IDEOGRAPH-226D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x226D9,
        name: "CJK UNIFIED IDEOGRAPH-226D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x226DA,
        name: "CJK UNIFIED IDEOGRAPH-226DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x226DB,
        name: "CJK UNIFIED IDEOGRAPH-226DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x226DC,
        name: "CJK UNIFIED IDEOGRAPH-226DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x226DD,
        name: "CJK UNIFIED IDEOGRAPH-226DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x226DE,
        name: "CJK UNIFIED IDEOGRAPH-226DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x226DF,
        name: "CJK UNIFIED IDEOGRAPH-226DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E0,
        name: "CJK UNIFIED IDEOGRAPH-226E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E1,
        name: "CJK UNIFIED IDEOGRAPH-226E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E2,
        name: "CJK UNIFIED IDEOGRAPH-226E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E3,
        name: "CJK UNIFIED IDEOGRAPH-226E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E4,
        name: "CJK UNIFIED IDEOGRAPH-226E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E5,
        name: "CJK UNIFIED IDEOGRAPH-226E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E6,
        name: "CJK UNIFIED IDEOGRAPH-226E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E7,
        name: "CJK UNIFIED IDEOGRAPH-226E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E8,
        name: "CJK UNIFIED IDEOGRAPH-226E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x226E9,
        name: "CJK UNIFIED IDEOGRAPH-226E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x226EA,
        name: "CJK UNIFIED IDEOGRAPH-226EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x226EB,
        name: "CJK UNIFIED IDEOGRAPH-226EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x226EC,
        name: "CJK UNIFIED IDEOGRAPH-226EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x226ED,
        name: "CJK UNIFIED IDEOGRAPH-226ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x226EE,
        name: "CJK UNIFIED IDEOGRAPH-226EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x226EF,
        name: "CJK UNIFIED IDEOGRAPH-226EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F0,
        name: "CJK UNIFIED IDEOGRAPH-226F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F1,
        name: "CJK UNIFIED IDEOGRAPH-226F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F2,
        name: "CJK UNIFIED IDEOGRAPH-226F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F3,
        name: "CJK UNIFIED IDEOGRAPH-226F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F4,
        name: "CJK UNIFIED IDEOGRAPH-226F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F5,
        name: "CJK UNIFIED IDEOGRAPH-226F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F6,
        name: "CJK UNIFIED IDEOGRAPH-226F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F7,
        name: "CJK UNIFIED IDEOGRAPH-226F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F8,
        name: "CJK UNIFIED IDEOGRAPH-226F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x226F9,
        name: "CJK UNIFIED IDEOGRAPH-226F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x226FA,
        name: "CJK UNIFIED IDEOGRAPH-226FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x226FB,
        name: "CJK UNIFIED IDEOGRAPH-226FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x226FC,
        name: "CJK UNIFIED IDEOGRAPH-226FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x226FD,
        name: "CJK UNIFIED IDEOGRAPH-226FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x226FE,
        name: "CJK UNIFIED IDEOGRAPH-226FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x226FF,
        name: "CJK UNIFIED IDEOGRAPH-226FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22700,
        name: "CJK UNIFIED IDEOGRAPH-22700",
    },
    Character {
        age: "3.1",
        codepoint: 0x22701,
        name: "CJK UNIFIED IDEOGRAPH-22701",
    },
    Character {
        age: "3.1",
        codepoint: 0x22702,
        name: "CJK UNIFIED IDEOGRAPH-22702",
    },
    Character {
        age: "3.1",
        codepoint: 0x22703,
        name: "CJK UNIFIED IDEOGRAPH-22703",
    },
    Character {
        age: "3.1",
        codepoint: 0x22704,
        name: "CJK UNIFIED IDEOGRAPH-22704",
    },
    Character {
        age: "3.1",
        codepoint: 0x22705,
        name: "CJK UNIFIED IDEOGRAPH-22705",
    },
    Character {
        age: "3.1",
        codepoint: 0x22706,
        name: "CJK UNIFIED IDEOGRAPH-22706",
    },
    Character {
        age: "3.1",
        codepoint: 0x22707,
        name: "CJK UNIFIED IDEOGRAPH-22707",
    },
    Character {
        age: "3.1",
        codepoint: 0x22708,
        name: "CJK UNIFIED IDEOGRAPH-22708",
    },
    Character {
        age: "3.1",
        codepoint: 0x22709,
        name: "CJK UNIFIED IDEOGRAPH-22709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2270A,
        name: "CJK UNIFIED IDEOGRAPH-2270A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2270B,
        name: "CJK UNIFIED IDEOGRAPH-2270B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2270C,
        name: "CJK UNIFIED IDEOGRAPH-2270C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2270D,
        name: "CJK UNIFIED IDEOGRAPH-2270D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2270E,
        name: "CJK UNIFIED IDEOGRAPH-2270E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2270F,
        name: "CJK UNIFIED IDEOGRAPH-2270F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22710,
        name: "CJK UNIFIED IDEOGRAPH-22710",
    },
    Character {
        age: "3.1",
        codepoint: 0x22711,
        name: "CJK UNIFIED IDEOGRAPH-22711",
    },
    Character {
        age: "3.1",
        codepoint: 0x22712,
        name: "CJK UNIFIED IDEOGRAPH-22712",
    },
    Character {
        age: "3.1",
        codepoint: 0x22713,
        name: "CJK UNIFIED IDEOGRAPH-22713",
    },
    Character {
        age: "3.1",
        codepoint: 0x22714,
        name: "CJK UNIFIED IDEOGRAPH-22714",
    },
    Character {
        age: "3.1",
        codepoint: 0x22715,
        name: "CJK UNIFIED IDEOGRAPH-22715",
    },
    Character {
        age: "3.1",
        codepoint: 0x22716,
        name: "CJK UNIFIED IDEOGRAPH-22716",
    },
    Character {
        age: "3.1",
        codepoint: 0x22717,
        name: "CJK UNIFIED IDEOGRAPH-22717",
    },
    Character {
        age: "3.1",
        codepoint: 0x22718,
        name: "CJK UNIFIED IDEOGRAPH-22718",
    },
    Character {
        age: "3.1",
        codepoint: 0x22719,
        name: "CJK UNIFIED IDEOGRAPH-22719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2271A,
        name: "CJK UNIFIED IDEOGRAPH-2271A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2271B,
        name: "CJK UNIFIED IDEOGRAPH-2271B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2271C,
        name: "CJK UNIFIED IDEOGRAPH-2271C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2271D,
        name: "CJK UNIFIED IDEOGRAPH-2271D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2271E,
        name: "CJK UNIFIED IDEOGRAPH-2271E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2271F,
        name: "CJK UNIFIED IDEOGRAPH-2271F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22720,
        name: "CJK UNIFIED IDEOGRAPH-22720",
    },
    Character {
        age: "3.1",
        codepoint: 0x22721,
        name: "CJK UNIFIED IDEOGRAPH-22721",
    },
    Character {
        age: "3.1",
        codepoint: 0x22722,
        name: "CJK UNIFIED IDEOGRAPH-22722",
    },
    Character {
        age: "3.1",
        codepoint: 0x22723,
        name: "CJK UNIFIED IDEOGRAPH-22723",
    },
    Character {
        age: "3.1",
        codepoint: 0x22724,
        name: "CJK UNIFIED IDEOGRAPH-22724",
    },
    Character {
        age: "3.1",
        codepoint: 0x22725,
        name: "CJK UNIFIED IDEOGRAPH-22725",
    },
    Character {
        age: "3.1",
        codepoint: 0x22726,
        name: "CJK UNIFIED IDEOGRAPH-22726",
    },
    Character {
        age: "3.1",
        codepoint: 0x22727,
        name: "CJK UNIFIED IDEOGRAPH-22727",
    },
    Character {
        age: "3.1",
        codepoint: 0x22728,
        name: "CJK UNIFIED IDEOGRAPH-22728",
    },
    Character {
        age: "3.1",
        codepoint: 0x22729,
        name: "CJK UNIFIED IDEOGRAPH-22729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2272A,
        name: "CJK UNIFIED IDEOGRAPH-2272A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2272B,
        name: "CJK UNIFIED IDEOGRAPH-2272B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2272C,
        name: "CJK UNIFIED IDEOGRAPH-2272C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2272D,
        name: "CJK UNIFIED IDEOGRAPH-2272D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2272E,
        name: "CJK UNIFIED IDEOGRAPH-2272E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2272F,
        name: "CJK UNIFIED IDEOGRAPH-2272F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22730,
        name: "CJK UNIFIED IDEOGRAPH-22730",
    },
    Character {
        age: "3.1",
        codepoint: 0x22731,
        name: "CJK UNIFIED IDEOGRAPH-22731",
    },
    Character {
        age: "3.1",
        codepoint: 0x22732,
        name: "CJK UNIFIED IDEOGRAPH-22732",
    },
    Character {
        age: "3.1",
        codepoint: 0x22733,
        name: "CJK UNIFIED IDEOGRAPH-22733",
    },
    Character {
        age: "3.1",
        codepoint: 0x22734,
        name: "CJK UNIFIED IDEOGRAPH-22734",
    },
    Character {
        age: "3.1",
        codepoint: 0x22735,
        name: "CJK UNIFIED IDEOGRAPH-22735",
    },
    Character {
        age: "3.1",
        codepoint: 0x22736,
        name: "CJK UNIFIED IDEOGRAPH-22736",
    },
    Character {
        age: "3.1",
        codepoint: 0x22737,
        name: "CJK UNIFIED IDEOGRAPH-22737",
    },
    Character {
        age: "3.1",
        codepoint: 0x22738,
        name: "CJK UNIFIED IDEOGRAPH-22738",
    },
    Character {
        age: "3.1",
        codepoint: 0x22739,
        name: "CJK UNIFIED IDEOGRAPH-22739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2273A,
        name: "CJK UNIFIED IDEOGRAPH-2273A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2273B,
        name: "CJK UNIFIED IDEOGRAPH-2273B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2273C,
        name: "CJK UNIFIED IDEOGRAPH-2273C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2273D,
        name: "CJK UNIFIED IDEOGRAPH-2273D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2273E,
        name: "CJK UNIFIED IDEOGRAPH-2273E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2273F,
        name: "CJK UNIFIED IDEOGRAPH-2273F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22740,
        name: "CJK UNIFIED IDEOGRAPH-22740",
    },
    Character {
        age: "3.1",
        codepoint: 0x22741,
        name: "CJK UNIFIED IDEOGRAPH-22741",
    },
    Character {
        age: "3.1",
        codepoint: 0x22742,
        name: "CJK UNIFIED IDEOGRAPH-22742",
    },
    Character {
        age: "3.1",
        codepoint: 0x22743,
        name: "CJK UNIFIED IDEOGRAPH-22743",
    },
    Character {
        age: "3.1",
        codepoint: 0x22744,
        name: "CJK UNIFIED IDEOGRAPH-22744",
    },
    Character {
        age: "3.1",
        codepoint: 0x22745,
        name: "CJK UNIFIED IDEOGRAPH-22745",
    },
    Character {
        age: "3.1",
        codepoint: 0x22746,
        name: "CJK UNIFIED IDEOGRAPH-22746",
    },
    Character {
        age: "3.1",
        codepoint: 0x22747,
        name: "CJK UNIFIED IDEOGRAPH-22747",
    },
    Character {
        age: "3.1",
        codepoint: 0x22748,
        name: "CJK UNIFIED IDEOGRAPH-22748",
    },
    Character {
        age: "3.1",
        codepoint: 0x22749,
        name: "CJK UNIFIED IDEOGRAPH-22749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2274A,
        name: "CJK UNIFIED IDEOGRAPH-2274A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2274B,
        name: "CJK UNIFIED IDEOGRAPH-2274B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2274C,
        name: "CJK UNIFIED IDEOGRAPH-2274C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2274D,
        name: "CJK UNIFIED IDEOGRAPH-2274D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2274E,
        name: "CJK UNIFIED IDEOGRAPH-2274E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2274F,
        name: "CJK UNIFIED IDEOGRAPH-2274F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22750,
        name: "CJK UNIFIED IDEOGRAPH-22750",
    },
    Character {
        age: "3.1",
        codepoint: 0x22751,
        name: "CJK UNIFIED IDEOGRAPH-22751",
    },
    Character {
        age: "3.1",
        codepoint: 0x22752,
        name: "CJK UNIFIED IDEOGRAPH-22752",
    },
    Character {
        age: "3.1",
        codepoint: 0x22753,
        name: "CJK UNIFIED IDEOGRAPH-22753",
    },
    Character {
        age: "3.1",
        codepoint: 0x22754,
        name: "CJK UNIFIED IDEOGRAPH-22754",
    },
    Character {
        age: "3.1",
        codepoint: 0x22755,
        name: "CJK UNIFIED IDEOGRAPH-22755",
    },
    Character {
        age: "3.1",
        codepoint: 0x22756,
        name: "CJK UNIFIED IDEOGRAPH-22756",
    },
    Character {
        age: "3.1",
        codepoint: 0x22757,
        name: "CJK UNIFIED IDEOGRAPH-22757",
    },
    Character {
        age: "3.1",
        codepoint: 0x22758,
        name: "CJK UNIFIED IDEOGRAPH-22758",
    },
    Character {
        age: "3.1",
        codepoint: 0x22759,
        name: "CJK UNIFIED IDEOGRAPH-22759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2275A,
        name: "CJK UNIFIED IDEOGRAPH-2275A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2275B,
        name: "CJK UNIFIED IDEOGRAPH-2275B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2275C,
        name: "CJK UNIFIED IDEOGRAPH-2275C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2275D,
        name: "CJK UNIFIED IDEOGRAPH-2275D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2275E,
        name: "CJK UNIFIED IDEOGRAPH-2275E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2275F,
        name: "CJK UNIFIED IDEOGRAPH-2275F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22760,
        name: "CJK UNIFIED IDEOGRAPH-22760",
    },
    Character {
        age: "3.1",
        codepoint: 0x22761,
        name: "CJK UNIFIED IDEOGRAPH-22761",
    },
    Character {
        age: "3.1",
        codepoint: 0x22762,
        name: "CJK UNIFIED IDEOGRAPH-22762",
    },
    Character {
        age: "3.1",
        codepoint: 0x22763,
        name: "CJK UNIFIED IDEOGRAPH-22763",
    },
    Character {
        age: "3.1",
        codepoint: 0x22764,
        name: "CJK UNIFIED IDEOGRAPH-22764",
    },
    Character {
        age: "3.1",
        codepoint: 0x22765,
        name: "CJK UNIFIED IDEOGRAPH-22765",
    },
    Character {
        age: "3.1",
        codepoint: 0x22766,
        name: "CJK UNIFIED IDEOGRAPH-22766",
    },
    Character {
        age: "3.1",
        codepoint: 0x22767,
        name: "CJK UNIFIED IDEOGRAPH-22767",
    },
    Character {
        age: "3.1",
        codepoint: 0x22768,
        name: "CJK UNIFIED IDEOGRAPH-22768",
    },
    Character {
        age: "3.1",
        codepoint: 0x22769,
        name: "CJK UNIFIED IDEOGRAPH-22769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2276A,
        name: "CJK UNIFIED IDEOGRAPH-2276A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2276B,
        name: "CJK UNIFIED IDEOGRAPH-2276B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2276C,
        name: "CJK UNIFIED IDEOGRAPH-2276C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2276D,
        name: "CJK UNIFIED IDEOGRAPH-2276D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2276E,
        name: "CJK UNIFIED IDEOGRAPH-2276E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2276F,
        name: "CJK UNIFIED IDEOGRAPH-2276F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22770,
        name: "CJK UNIFIED IDEOGRAPH-22770",
    },
    Character {
        age: "3.1",
        codepoint: 0x22771,
        name: "CJK UNIFIED IDEOGRAPH-22771",
    },
    Character {
        age: "3.1",
        codepoint: 0x22772,
        name: "CJK UNIFIED IDEOGRAPH-22772",
    },
    Character {
        age: "3.1",
        codepoint: 0x22773,
        name: "CJK UNIFIED IDEOGRAPH-22773",
    },
    Character {
        age: "3.1",
        codepoint: 0x22774,
        name: "CJK UNIFIED IDEOGRAPH-22774",
    },
    Character {
        age: "3.1",
        codepoint: 0x22775,
        name: "CJK UNIFIED IDEOGRAPH-22775",
    },
    Character {
        age: "3.1",
        codepoint: 0x22776,
        name: "CJK UNIFIED IDEOGRAPH-22776",
    },
    Character {
        age: "3.1",
        codepoint: 0x22777,
        name: "CJK UNIFIED IDEOGRAPH-22777",
    },
    Character {
        age: "3.1",
        codepoint: 0x22778,
        name: "CJK UNIFIED IDEOGRAPH-22778",
    },
    Character {
        age: "3.1",
        codepoint: 0x22779,
        name: "CJK UNIFIED IDEOGRAPH-22779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2277A,
        name: "CJK UNIFIED IDEOGRAPH-2277A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2277B,
        name: "CJK UNIFIED IDEOGRAPH-2277B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2277C,
        name: "CJK UNIFIED IDEOGRAPH-2277C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2277D,
        name: "CJK UNIFIED IDEOGRAPH-2277D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2277E,
        name: "CJK UNIFIED IDEOGRAPH-2277E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2277F,
        name: "CJK UNIFIED IDEOGRAPH-2277F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22780,
        name: "CJK UNIFIED IDEOGRAPH-22780",
    },
    Character {
        age: "3.1",
        codepoint: 0x22781,
        name: "CJK UNIFIED IDEOGRAPH-22781",
    },
    Character {
        age: "3.1",
        codepoint: 0x22782,
        name: "CJK UNIFIED IDEOGRAPH-22782",
    },
    Character {
        age: "3.1",
        codepoint: 0x22783,
        name: "CJK UNIFIED IDEOGRAPH-22783",
    },
    Character {
        age: "3.1",
        codepoint: 0x22784,
        name: "CJK UNIFIED IDEOGRAPH-22784",
    },
    Character {
        age: "3.1",
        codepoint: 0x22785,
        name: "CJK UNIFIED IDEOGRAPH-22785",
    },
    Character {
        age: "3.1",
        codepoint: 0x22786,
        name: "CJK UNIFIED IDEOGRAPH-22786",
    },
    Character {
        age: "3.1",
        codepoint: 0x22787,
        name: "CJK UNIFIED IDEOGRAPH-22787",
    },
    Character {
        age: "3.1",
        codepoint: 0x22788,
        name: "CJK UNIFIED IDEOGRAPH-22788",
    },
    Character {
        age: "3.1",
        codepoint: 0x22789,
        name: "CJK UNIFIED IDEOGRAPH-22789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2278A,
        name: "CJK UNIFIED IDEOGRAPH-2278A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2278B,
        name: "CJK UNIFIED IDEOGRAPH-2278B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2278C,
        name: "CJK UNIFIED IDEOGRAPH-2278C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2278D,
        name: "CJK UNIFIED IDEOGRAPH-2278D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2278E,
        name: "CJK UNIFIED IDEOGRAPH-2278E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2278F,
        name: "CJK UNIFIED IDEOGRAPH-2278F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22790,
        name: "CJK UNIFIED IDEOGRAPH-22790",
    },
    Character {
        age: "3.1",
        codepoint: 0x22791,
        name: "CJK UNIFIED IDEOGRAPH-22791",
    },
    Character {
        age: "3.1",
        codepoint: 0x22792,
        name: "CJK UNIFIED IDEOGRAPH-22792",
    },
    Character {
        age: "3.1",
        codepoint: 0x22793,
        name: "CJK UNIFIED IDEOGRAPH-22793",
    },
    Character {
        age: "3.1",
        codepoint: 0x22794,
        name: "CJK UNIFIED IDEOGRAPH-22794",
    },
    Character {
        age: "3.1",
        codepoint: 0x22795,
        name: "CJK UNIFIED IDEOGRAPH-22795",
    },
    Character {
        age: "3.1",
        codepoint: 0x22796,
        name: "CJK UNIFIED IDEOGRAPH-22796",
    },
    Character {
        age: "3.1",
        codepoint: 0x22797,
        name: "CJK UNIFIED IDEOGRAPH-22797",
    },
    Character {
        age: "3.1",
        codepoint: 0x22798,
        name: "CJK UNIFIED IDEOGRAPH-22798",
    },
    Character {
        age: "3.1",
        codepoint: 0x22799,
        name: "CJK UNIFIED IDEOGRAPH-22799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2279A,
        name: "CJK UNIFIED IDEOGRAPH-2279A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2279B,
        name: "CJK UNIFIED IDEOGRAPH-2279B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2279C,
        name: "CJK UNIFIED IDEOGRAPH-2279C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2279D,
        name: "CJK UNIFIED IDEOGRAPH-2279D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2279E,
        name: "CJK UNIFIED IDEOGRAPH-2279E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2279F,
        name: "CJK UNIFIED IDEOGRAPH-2279F",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A0,
        name: "CJK UNIFIED IDEOGRAPH-227A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A1,
        name: "CJK UNIFIED IDEOGRAPH-227A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A2,
        name: "CJK UNIFIED IDEOGRAPH-227A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A3,
        name: "CJK UNIFIED IDEOGRAPH-227A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A4,
        name: "CJK UNIFIED IDEOGRAPH-227A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A5,
        name: "CJK UNIFIED IDEOGRAPH-227A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A6,
        name: "CJK UNIFIED IDEOGRAPH-227A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A7,
        name: "CJK UNIFIED IDEOGRAPH-227A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A8,
        name: "CJK UNIFIED IDEOGRAPH-227A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x227A9,
        name: "CJK UNIFIED IDEOGRAPH-227A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x227AA,
        name: "CJK UNIFIED IDEOGRAPH-227AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x227AB,
        name: "CJK UNIFIED IDEOGRAPH-227AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x227AC,
        name: "CJK UNIFIED IDEOGRAPH-227AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x227AD,
        name: "CJK UNIFIED IDEOGRAPH-227AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x227AE,
        name: "CJK UNIFIED IDEOGRAPH-227AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x227AF,
        name: "CJK UNIFIED IDEOGRAPH-227AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B0,
        name: "CJK UNIFIED IDEOGRAPH-227B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B1,
        name: "CJK UNIFIED IDEOGRAPH-227B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B2,
        name: "CJK UNIFIED IDEOGRAPH-227B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B3,
        name: "CJK UNIFIED IDEOGRAPH-227B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B4,
        name: "CJK UNIFIED IDEOGRAPH-227B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B5,
        name: "CJK UNIFIED IDEOGRAPH-227B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B6,
        name: "CJK UNIFIED IDEOGRAPH-227B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B7,
        name: "CJK UNIFIED IDEOGRAPH-227B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B8,
        name: "CJK UNIFIED IDEOGRAPH-227B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x227B9,
        name: "CJK UNIFIED IDEOGRAPH-227B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x227BA,
        name: "CJK UNIFIED IDEOGRAPH-227BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x227BB,
        name: "CJK UNIFIED IDEOGRAPH-227BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x227BC,
        name: "CJK UNIFIED IDEOGRAPH-227BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x227BD,
        name: "CJK UNIFIED IDEOGRAPH-227BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x227BE,
        name: "CJK UNIFIED IDEOGRAPH-227BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x227BF,
        name: "CJK UNIFIED IDEOGRAPH-227BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C0,
        name: "CJK UNIFIED IDEOGRAPH-227C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C1,
        name: "CJK UNIFIED IDEOGRAPH-227C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C2,
        name: "CJK UNIFIED IDEOGRAPH-227C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C3,
        name: "CJK UNIFIED IDEOGRAPH-227C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C4,
        name: "CJK UNIFIED IDEOGRAPH-227C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C5,
        name: "CJK UNIFIED IDEOGRAPH-227C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C6,
        name: "CJK UNIFIED IDEOGRAPH-227C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C7,
        name: "CJK UNIFIED IDEOGRAPH-227C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C8,
        name: "CJK UNIFIED IDEOGRAPH-227C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x227C9,
        name: "CJK UNIFIED IDEOGRAPH-227C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x227CA,
        name: "CJK UNIFIED IDEOGRAPH-227CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x227CB,
        name: "CJK UNIFIED IDEOGRAPH-227CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x227CC,
        name: "CJK UNIFIED IDEOGRAPH-227CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x227CD,
        name: "CJK UNIFIED IDEOGRAPH-227CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x227CE,
        name: "CJK UNIFIED IDEOGRAPH-227CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x227CF,
        name: "CJK UNIFIED IDEOGRAPH-227CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D0,
        name: "CJK UNIFIED IDEOGRAPH-227D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D1,
        name: "CJK UNIFIED IDEOGRAPH-227D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D2,
        name: "CJK UNIFIED IDEOGRAPH-227D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D3,
        name: "CJK UNIFIED IDEOGRAPH-227D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D4,
        name: "CJK UNIFIED IDEOGRAPH-227D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D5,
        name: "CJK UNIFIED IDEOGRAPH-227D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D6,
        name: "CJK UNIFIED IDEOGRAPH-227D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D7,
        name: "CJK UNIFIED IDEOGRAPH-227D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D8,
        name: "CJK UNIFIED IDEOGRAPH-227D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x227D9,
        name: "CJK UNIFIED IDEOGRAPH-227D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x227DA,
        name: "CJK UNIFIED IDEOGRAPH-227DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x227DB,
        name: "CJK UNIFIED IDEOGRAPH-227DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x227DC,
        name: "CJK UNIFIED IDEOGRAPH-227DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x227DD,
        name: "CJK UNIFIED IDEOGRAPH-227DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x227DE,
        name: "CJK UNIFIED IDEOGRAPH-227DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x227DF,
        name: "CJK UNIFIED IDEOGRAPH-227DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E0,
        name: "CJK UNIFIED IDEOGRAPH-227E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E1,
        name: "CJK UNIFIED IDEOGRAPH-227E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E2,
        name: "CJK UNIFIED IDEOGRAPH-227E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E3,
        name: "CJK UNIFIED IDEOGRAPH-227E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E4,
        name: "CJK UNIFIED IDEOGRAPH-227E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E5,
        name: "CJK UNIFIED IDEOGRAPH-227E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E6,
        name: "CJK UNIFIED IDEOGRAPH-227E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E7,
        name: "CJK UNIFIED IDEOGRAPH-227E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E8,
        name: "CJK UNIFIED IDEOGRAPH-227E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x227E9,
        name: "CJK UNIFIED IDEOGRAPH-227E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x227EA,
        name: "CJK UNIFIED IDEOGRAPH-227EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x227EB,
        name: "CJK UNIFIED IDEOGRAPH-227EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x227EC,
        name: "CJK UNIFIED IDEOGRAPH-227EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x227ED,
        name: "CJK UNIFIED IDEOGRAPH-227ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x227EE,
        name: "CJK UNIFIED IDEOGRAPH-227EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x227EF,
        name: "CJK UNIFIED IDEOGRAPH-227EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F0,
        name: "CJK UNIFIED IDEOGRAPH-227F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F1,
        name: "CJK UNIFIED IDEOGRAPH-227F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F2,
        name: "CJK UNIFIED IDEOGRAPH-227F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F3,
        name: "CJK UNIFIED IDEOGRAPH-227F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F4,
        name: "CJK UNIFIED IDEOGRAPH-227F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F5,
        name: "CJK UNIFIED IDEOGRAPH-227F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F6,
        name: "CJK UNIFIED IDEOGRAPH-227F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F7,
        name: "CJK UNIFIED IDEOGRAPH-227F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F8,
        name: "CJK UNIFIED IDEOGRAPH-227F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x227F9,
        name: "CJK UNIFIED IDEOGRAPH-227F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x227FA,
        name: "CJK UNIFIED IDEOGRAPH-227FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x227FB,
        name: "CJK UNIFIED IDEOGRAPH-227FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x227FC,
        name: "CJK UNIFIED IDEOGRAPH-227FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x227FD,
        name: "CJK UNIFIED IDEOGRAPH-227FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x227FE,
        name: "CJK UNIFIED IDEOGRAPH-227FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x227FF,
        name: "CJK UNIFIED IDEOGRAPH-227FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22800,
        name: "CJK UNIFIED IDEOGRAPH-22800",
    },
    Character {
        age: "3.1",
        codepoint: 0x22801,
        name: "CJK UNIFIED IDEOGRAPH-22801",
    },
    Character {
        age: "3.1",
        codepoint: 0x22802,
        name: "CJK UNIFIED IDEOGRAPH-22802",
    },
    Character {
        age: "3.1",
        codepoint: 0x22803,
        name: "CJK UNIFIED IDEOGRAPH-22803",
    },
    Character {
        age: "3.1",
        codepoint: 0x22804,
        name: "CJK UNIFIED IDEOGRAPH-22804",
    },
    Character {
        age: "3.1",
        codepoint: 0x22805,
        name: "CJK UNIFIED IDEOGRAPH-22805",
    },
    Character {
        age: "3.1",
        codepoint: 0x22806,
        name: "CJK UNIFIED IDEOGRAPH-22806",
    },
    Character {
        age: "3.1",
        codepoint: 0x22807,
        name: "CJK UNIFIED IDEOGRAPH-22807",
    },
    Character {
        age: "3.1",
        codepoint: 0x22808,
        name: "CJK UNIFIED IDEOGRAPH-22808",
    },
    Character {
        age: "3.1",
        codepoint: 0x22809,
        name: "CJK UNIFIED IDEOGRAPH-22809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2280A,
        name: "CJK UNIFIED IDEOGRAPH-2280A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2280B,
        name: "CJK UNIFIED IDEOGRAPH-2280B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2280C,
        name: "CJK UNIFIED IDEOGRAPH-2280C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2280D,
        name: "CJK UNIFIED IDEOGRAPH-2280D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2280E,
        name: "CJK UNIFIED IDEOGRAPH-2280E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2280F,
        name: "CJK UNIFIED IDEOGRAPH-2280F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22810,
        name: "CJK UNIFIED IDEOGRAPH-22810",
    },
    Character {
        age: "3.1",
        codepoint: 0x22811,
        name: "CJK UNIFIED IDEOGRAPH-22811",
    },
    Character {
        age: "3.1",
        codepoint: 0x22812,
        name: "CJK UNIFIED IDEOGRAPH-22812",
    },
    Character {
        age: "3.1",
        codepoint: 0x22813,
        name: "CJK UNIFIED IDEOGRAPH-22813",
    },
    Character {
        age: "3.1",
        codepoint: 0x22814,
        name: "CJK UNIFIED IDEOGRAPH-22814",
    },
    Character {
        age: "3.1",
        codepoint: 0x22815,
        name: "CJK UNIFIED IDEOGRAPH-22815",
    },
    Character {
        age: "3.1",
        codepoint: 0x22816,
        name: "CJK UNIFIED IDEOGRAPH-22816",
    },
    Character {
        age: "3.1",
        codepoint: 0x22817,
        name: "CJK UNIFIED IDEOGRAPH-22817",
    },
    Character {
        age: "3.1",
        codepoint: 0x22818,
        name: "CJK UNIFIED IDEOGRAPH-22818",
    },
    Character {
        age: "3.1",
        codepoint: 0x22819,
        name: "CJK UNIFIED IDEOGRAPH-22819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2281A,
        name: "CJK UNIFIED IDEOGRAPH-2281A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2281B,
        name: "CJK UNIFIED IDEOGRAPH-2281B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2281C,
        name: "CJK UNIFIED IDEOGRAPH-2281C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2281D,
        name: "CJK UNIFIED IDEOGRAPH-2281D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2281E,
        name: "CJK UNIFIED IDEOGRAPH-2281E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2281F,
        name: "CJK UNIFIED IDEOGRAPH-2281F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22820,
        name: "CJK UNIFIED IDEOGRAPH-22820",
    },
    Character {
        age: "3.1",
        codepoint: 0x22821,
        name: "CJK UNIFIED IDEOGRAPH-22821",
    },
    Character {
        age: "3.1",
        codepoint: 0x22822,
        name: "CJK UNIFIED IDEOGRAPH-22822",
    },
    Character {
        age: "3.1",
        codepoint: 0x22823,
        name: "CJK UNIFIED IDEOGRAPH-22823",
    },
    Character {
        age: "3.1",
        codepoint: 0x22824,
        name: "CJK UNIFIED IDEOGRAPH-22824",
    },
    Character {
        age: "3.1",
        codepoint: 0x22825,
        name: "CJK UNIFIED IDEOGRAPH-22825",
    },
    Character {
        age: "3.1",
        codepoint: 0x22826,
        name: "CJK UNIFIED IDEOGRAPH-22826",
    },
    Character {
        age: "3.1",
        codepoint: 0x22827,
        name: "CJK UNIFIED IDEOGRAPH-22827",
    },
    Character {
        age: "3.1",
        codepoint: 0x22828,
        name: "CJK UNIFIED IDEOGRAPH-22828",
    },
    Character {
        age: "3.1",
        codepoint: 0x22829,
        name: "CJK UNIFIED IDEOGRAPH-22829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2282A,
        name: "CJK UNIFIED IDEOGRAPH-2282A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2282B,
        name: "CJK UNIFIED IDEOGRAPH-2282B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2282C,
        name: "CJK UNIFIED IDEOGRAPH-2282C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2282D,
        name: "CJK UNIFIED IDEOGRAPH-2282D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2282E,
        name: "CJK UNIFIED IDEOGRAPH-2282E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2282F,
        name: "CJK UNIFIED IDEOGRAPH-2282F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22830,
        name: "CJK UNIFIED IDEOGRAPH-22830",
    },
    Character {
        age: "3.1",
        codepoint: 0x22831,
        name: "CJK UNIFIED IDEOGRAPH-22831",
    },
    Character {
        age: "3.1",
        codepoint: 0x22832,
        name: "CJK UNIFIED IDEOGRAPH-22832",
    },
    Character {
        age: "3.1",
        codepoint: 0x22833,
        name: "CJK UNIFIED IDEOGRAPH-22833",
    },
    Character {
        age: "3.1",
        codepoint: 0x22834,
        name: "CJK UNIFIED IDEOGRAPH-22834",
    },
    Character {
        age: "3.1",
        codepoint: 0x22835,
        name: "CJK UNIFIED IDEOGRAPH-22835",
    },
    Character {
        age: "3.1",
        codepoint: 0x22836,
        name: "CJK UNIFIED IDEOGRAPH-22836",
    },
    Character {
        age: "3.1",
        codepoint: 0x22837,
        name: "CJK UNIFIED IDEOGRAPH-22837",
    },
    Character {
        age: "3.1",
        codepoint: 0x22838,
        name: "CJK UNIFIED IDEOGRAPH-22838",
    },
    Character {
        age: "3.1",
        codepoint: 0x22839,
        name: "CJK UNIFIED IDEOGRAPH-22839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2283A,
        name: "CJK UNIFIED IDEOGRAPH-2283A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2283B,
        name: "CJK UNIFIED IDEOGRAPH-2283B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2283C,
        name: "CJK UNIFIED IDEOGRAPH-2283C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2283D,
        name: "CJK UNIFIED IDEOGRAPH-2283D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2283E,
        name: "CJK UNIFIED IDEOGRAPH-2283E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2283F,
        name: "CJK UNIFIED IDEOGRAPH-2283F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22840,
        name: "CJK UNIFIED IDEOGRAPH-22840",
    },
    Character {
        age: "3.1",
        codepoint: 0x22841,
        name: "CJK UNIFIED IDEOGRAPH-22841",
    },
    Character {
        age: "3.1",
        codepoint: 0x22842,
        name: "CJK UNIFIED IDEOGRAPH-22842",
    },
    Character {
        age: "3.1",
        codepoint: 0x22843,
        name: "CJK UNIFIED IDEOGRAPH-22843",
    },
    Character {
        age: "3.1",
        codepoint: 0x22844,
        name: "CJK UNIFIED IDEOGRAPH-22844",
    },
    Character {
        age: "3.1",
        codepoint: 0x22845,
        name: "CJK UNIFIED IDEOGRAPH-22845",
    },
    Character {
        age: "3.1",
        codepoint: 0x22846,
        name: "CJK UNIFIED IDEOGRAPH-22846",
    },
    Character {
        age: "3.1",
        codepoint: 0x22847,
        name: "CJK UNIFIED IDEOGRAPH-22847",
    },
    Character {
        age: "3.1",
        codepoint: 0x22848,
        name: "CJK UNIFIED IDEOGRAPH-22848",
    },
    Character {
        age: "3.1",
        codepoint: 0x22849,
        name: "CJK UNIFIED IDEOGRAPH-22849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2284A,
        name: "CJK UNIFIED IDEOGRAPH-2284A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2284B,
        name: "CJK UNIFIED IDEOGRAPH-2284B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2284C,
        name: "CJK UNIFIED IDEOGRAPH-2284C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2284D,
        name: "CJK UNIFIED IDEOGRAPH-2284D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2284E,
        name: "CJK UNIFIED IDEOGRAPH-2284E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2284F,
        name: "CJK UNIFIED IDEOGRAPH-2284F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22850,
        name: "CJK UNIFIED IDEOGRAPH-22850",
    },
    Character {
        age: "3.1",
        codepoint: 0x22851,
        name: "CJK UNIFIED IDEOGRAPH-22851",
    },
    Character {
        age: "3.1",
        codepoint: 0x22852,
        name: "CJK UNIFIED IDEOGRAPH-22852",
    },
    Character {
        age: "3.1",
        codepoint: 0x22853,
        name: "CJK UNIFIED IDEOGRAPH-22853",
    },
    Character {
        age: "3.1",
        codepoint: 0x22854,
        name: "CJK UNIFIED IDEOGRAPH-22854",
    },
    Character {
        age: "3.1",
        codepoint: 0x22855,
        name: "CJK UNIFIED IDEOGRAPH-22855",
    },
    Character {
        age: "3.1",
        codepoint: 0x22856,
        name: "CJK UNIFIED IDEOGRAPH-22856",
    },
    Character {
        age: "3.1",
        codepoint: 0x22857,
        name: "CJK UNIFIED IDEOGRAPH-22857",
    },
    Character {
        age: "3.1",
        codepoint: 0x22858,
        name: "CJK UNIFIED IDEOGRAPH-22858",
    },
    Character {
        age: "3.1",
        codepoint: 0x22859,
        name: "CJK UNIFIED IDEOGRAPH-22859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2285A,
        name: "CJK UNIFIED IDEOGRAPH-2285A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2285B,
        name: "CJK UNIFIED IDEOGRAPH-2285B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2285C,
        name: "CJK UNIFIED IDEOGRAPH-2285C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2285D,
        name: "CJK UNIFIED IDEOGRAPH-2285D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2285E,
        name: "CJK UNIFIED IDEOGRAPH-2285E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2285F,
        name: "CJK UNIFIED IDEOGRAPH-2285F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22860,
        name: "CJK UNIFIED IDEOGRAPH-22860",
    },
    Character {
        age: "3.1",
        codepoint: 0x22861,
        name: "CJK UNIFIED IDEOGRAPH-22861",
    },
    Character {
        age: "3.1",
        codepoint: 0x22862,
        name: "CJK UNIFIED IDEOGRAPH-22862",
    },
    Character {
        age: "3.1",
        codepoint: 0x22863,
        name: "CJK UNIFIED IDEOGRAPH-22863",
    },
    Character {
        age: "3.1",
        codepoint: 0x22864,
        name: "CJK UNIFIED IDEOGRAPH-22864",
    },
    Character {
        age: "3.1",
        codepoint: 0x22865,
        name: "CJK UNIFIED IDEOGRAPH-22865",
    },
    Character {
        age: "3.1",
        codepoint: 0x22866,
        name: "CJK UNIFIED IDEOGRAPH-22866",
    },
    Character {
        age: "3.1",
        codepoint: 0x22867,
        name: "CJK UNIFIED IDEOGRAPH-22867",
    },
    Character {
        age: "3.1",
        codepoint: 0x22868,
        name: "CJK UNIFIED IDEOGRAPH-22868",
    },
    Character {
        age: "3.1",
        codepoint: 0x22869,
        name: "CJK UNIFIED IDEOGRAPH-22869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2286A,
        name: "CJK UNIFIED IDEOGRAPH-2286A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2286B,
        name: "CJK UNIFIED IDEOGRAPH-2286B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2286C,
        name: "CJK UNIFIED IDEOGRAPH-2286C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2286D,
        name: "CJK UNIFIED IDEOGRAPH-2286D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2286E,
        name: "CJK UNIFIED IDEOGRAPH-2286E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2286F,
        name: "CJK UNIFIED IDEOGRAPH-2286F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22870,
        name: "CJK UNIFIED IDEOGRAPH-22870",
    },
    Character {
        age: "3.1",
        codepoint: 0x22871,
        name: "CJK UNIFIED IDEOGRAPH-22871",
    },
    Character {
        age: "3.1",
        codepoint: 0x22872,
        name: "CJK UNIFIED IDEOGRAPH-22872",
    },
    Character {
        age: "3.1",
        codepoint: 0x22873,
        name: "CJK UNIFIED IDEOGRAPH-22873",
    },
    Character {
        age: "3.1",
        codepoint: 0x22874,
        name: "CJK UNIFIED IDEOGRAPH-22874",
    },
    Character {
        age: "3.1",
        codepoint: 0x22875,
        name: "CJK UNIFIED IDEOGRAPH-22875",
    },
    Character {
        age: "3.1",
        codepoint: 0x22876,
        name: "CJK UNIFIED IDEOGRAPH-22876",
    },
    Character {
        age: "3.1",
        codepoint: 0x22877,
        name: "CJK UNIFIED IDEOGRAPH-22877",
    },
    Character {
        age: "3.1",
        codepoint: 0x22878,
        name: "CJK UNIFIED IDEOGRAPH-22878",
    },
    Character {
        age: "3.1",
        codepoint: 0x22879,
        name: "CJK UNIFIED IDEOGRAPH-22879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2287A,
        name: "CJK UNIFIED IDEOGRAPH-2287A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2287B,
        name: "CJK UNIFIED IDEOGRAPH-2287B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2287C,
        name: "CJK UNIFIED IDEOGRAPH-2287C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2287D,
        name: "CJK UNIFIED IDEOGRAPH-2287D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2287E,
        name: "CJK UNIFIED IDEOGRAPH-2287E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2287F,
        name: "CJK UNIFIED IDEOGRAPH-2287F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22880,
        name: "CJK UNIFIED IDEOGRAPH-22880",
    },
    Character {
        age: "3.1",
        codepoint: 0x22881,
        name: "CJK UNIFIED IDEOGRAPH-22881",
    },
    Character {
        age: "3.1",
        codepoint: 0x22882,
        name: "CJK UNIFIED IDEOGRAPH-22882",
    },
    Character {
        age: "3.1",
        codepoint: 0x22883,
        name: "CJK UNIFIED IDEOGRAPH-22883",
    },
    Character {
        age: "3.1",
        codepoint: 0x22884,
        name: "CJK UNIFIED IDEOGRAPH-22884",
    },
    Character {
        age: "3.1",
        codepoint: 0x22885,
        name: "CJK UNIFIED IDEOGRAPH-22885",
    },
    Character {
        age: "3.1",
        codepoint: 0x22886,
        name: "CJK UNIFIED IDEOGRAPH-22886",
    },
    Character {
        age: "3.1",
        codepoint: 0x22887,
        name: "CJK UNIFIED IDEOGRAPH-22887",
    },
    Character {
        age: "3.1",
        codepoint: 0x22888,
        name: "CJK UNIFIED IDEOGRAPH-22888",
    },
    Character {
        age: "3.1",
        codepoint: 0x22889,
        name: "CJK UNIFIED IDEOGRAPH-22889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2288A,
        name: "CJK UNIFIED IDEOGRAPH-2288A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2288B,
        name: "CJK UNIFIED IDEOGRAPH-2288B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2288C,
        name: "CJK UNIFIED IDEOGRAPH-2288C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2288D,
        name: "CJK UNIFIED IDEOGRAPH-2288D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2288E,
        name: "CJK UNIFIED IDEOGRAPH-2288E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2288F,
        name: "CJK UNIFIED IDEOGRAPH-2288F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22890,
        name: "CJK UNIFIED IDEOGRAPH-22890",
    },
    Character {
        age: "3.1",
        codepoint: 0x22891,
        name: "CJK UNIFIED IDEOGRAPH-22891",
    },
    Character {
        age: "3.1",
        codepoint: 0x22892,
        name: "CJK UNIFIED IDEOGRAPH-22892",
    },
    Character {
        age: "3.1",
        codepoint: 0x22893,
        name: "CJK UNIFIED IDEOGRAPH-22893",
    },
    Character {
        age: "3.1",
        codepoint: 0x22894,
        name: "CJK UNIFIED IDEOGRAPH-22894",
    },
    Character {
        age: "3.1",
        codepoint: 0x22895,
        name: "CJK UNIFIED IDEOGRAPH-22895",
    },
    Character {
        age: "3.1",
        codepoint: 0x22896,
        name: "CJK UNIFIED IDEOGRAPH-22896",
    },
    Character {
        age: "3.1",
        codepoint: 0x22897,
        name: "CJK UNIFIED IDEOGRAPH-22897",
    },
    Character {
        age: "3.1",
        codepoint: 0x22898,
        name: "CJK UNIFIED IDEOGRAPH-22898",
    },
    Character {
        age: "3.1",
        codepoint: 0x22899,
        name: "CJK UNIFIED IDEOGRAPH-22899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2289A,
        name: "CJK UNIFIED IDEOGRAPH-2289A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2289B,
        name: "CJK UNIFIED IDEOGRAPH-2289B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2289C,
        name: "CJK UNIFIED IDEOGRAPH-2289C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2289D,
        name: "CJK UNIFIED IDEOGRAPH-2289D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2289E,
        name: "CJK UNIFIED IDEOGRAPH-2289E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2289F,
        name: "CJK UNIFIED IDEOGRAPH-2289F",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A0,
        name: "CJK UNIFIED IDEOGRAPH-228A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A1,
        name: "CJK UNIFIED IDEOGRAPH-228A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A2,
        name: "CJK UNIFIED IDEOGRAPH-228A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A3,
        name: "CJK UNIFIED IDEOGRAPH-228A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A4,
        name: "CJK UNIFIED IDEOGRAPH-228A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A5,
        name: "CJK UNIFIED IDEOGRAPH-228A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A6,
        name: "CJK UNIFIED IDEOGRAPH-228A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A7,
        name: "CJK UNIFIED IDEOGRAPH-228A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A8,
        name: "CJK UNIFIED IDEOGRAPH-228A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x228A9,
        name: "CJK UNIFIED IDEOGRAPH-228A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x228AA,
        name: "CJK UNIFIED IDEOGRAPH-228AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x228AB,
        name: "CJK UNIFIED IDEOGRAPH-228AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x228AC,
        name: "CJK UNIFIED IDEOGRAPH-228AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x228AD,
        name: "CJK UNIFIED IDEOGRAPH-228AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x228AE,
        name: "CJK UNIFIED IDEOGRAPH-228AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x228AF,
        name: "CJK UNIFIED IDEOGRAPH-228AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B0,
        name: "CJK UNIFIED IDEOGRAPH-228B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B1,
        name: "CJK UNIFIED IDEOGRAPH-228B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B2,
        name: "CJK UNIFIED IDEOGRAPH-228B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B3,
        name: "CJK UNIFIED IDEOGRAPH-228B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B4,
        name: "CJK UNIFIED IDEOGRAPH-228B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B5,
        name: "CJK UNIFIED IDEOGRAPH-228B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B6,
        name: "CJK UNIFIED IDEOGRAPH-228B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B7,
        name: "CJK UNIFIED IDEOGRAPH-228B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B8,
        name: "CJK UNIFIED IDEOGRAPH-228B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x228B9,
        name: "CJK UNIFIED IDEOGRAPH-228B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x228BA,
        name: "CJK UNIFIED IDEOGRAPH-228BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x228BB,
        name: "CJK UNIFIED IDEOGRAPH-228BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x228BC,
        name: "CJK UNIFIED IDEOGRAPH-228BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x228BD,
        name: "CJK UNIFIED IDEOGRAPH-228BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x228BE,
        name: "CJK UNIFIED IDEOGRAPH-228BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x228BF,
        name: "CJK UNIFIED IDEOGRAPH-228BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C0,
        name: "CJK UNIFIED IDEOGRAPH-228C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C1,
        name: "CJK UNIFIED IDEOGRAPH-228C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C2,
        name: "CJK UNIFIED IDEOGRAPH-228C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C3,
        name: "CJK UNIFIED IDEOGRAPH-228C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C4,
        name: "CJK UNIFIED IDEOGRAPH-228C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C5,
        name: "CJK UNIFIED IDEOGRAPH-228C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C6,
        name: "CJK UNIFIED IDEOGRAPH-228C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C7,
        name: "CJK UNIFIED IDEOGRAPH-228C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C8,
        name: "CJK UNIFIED IDEOGRAPH-228C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x228C9,
        name: "CJK UNIFIED IDEOGRAPH-228C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x228CA,
        name: "CJK UNIFIED IDEOGRAPH-228CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x228CB,
        name: "CJK UNIFIED IDEOGRAPH-228CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x228CC,
        name: "CJK UNIFIED IDEOGRAPH-228CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x228CD,
        name: "CJK UNIFIED IDEOGRAPH-228CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x228CE,
        name: "CJK UNIFIED IDEOGRAPH-228CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x228CF,
        name: "CJK UNIFIED IDEOGRAPH-228CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D0,
        name: "CJK UNIFIED IDEOGRAPH-228D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D1,
        name: "CJK UNIFIED IDEOGRAPH-228D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D2,
        name: "CJK UNIFIED IDEOGRAPH-228D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D3,
        name: "CJK UNIFIED IDEOGRAPH-228D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D4,
        name: "CJK UNIFIED IDEOGRAPH-228D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D5,
        name: "CJK UNIFIED IDEOGRAPH-228D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D6,
        name: "CJK UNIFIED IDEOGRAPH-228D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D7,
        name: "CJK UNIFIED IDEOGRAPH-228D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D8,
        name: "CJK UNIFIED IDEOGRAPH-228D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x228D9,
        name: "CJK UNIFIED IDEOGRAPH-228D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x228DA,
        name: "CJK UNIFIED IDEOGRAPH-228DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x228DB,
        name: "CJK UNIFIED IDEOGRAPH-228DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x228DC,
        name: "CJK UNIFIED IDEOGRAPH-228DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x228DD,
        name: "CJK UNIFIED IDEOGRAPH-228DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x228DE,
        name: "CJK UNIFIED IDEOGRAPH-228DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x228DF,
        name: "CJK UNIFIED IDEOGRAPH-228DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E0,
        name: "CJK UNIFIED IDEOGRAPH-228E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E1,
        name: "CJK UNIFIED IDEOGRAPH-228E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E2,
        name: "CJK UNIFIED IDEOGRAPH-228E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E3,
        name: "CJK UNIFIED IDEOGRAPH-228E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E4,
        name: "CJK UNIFIED IDEOGRAPH-228E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E5,
        name: "CJK UNIFIED IDEOGRAPH-228E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E6,
        name: "CJK UNIFIED IDEOGRAPH-228E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E7,
        name: "CJK UNIFIED IDEOGRAPH-228E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E8,
        name: "CJK UNIFIED IDEOGRAPH-228E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x228E9,
        name: "CJK UNIFIED IDEOGRAPH-228E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x228EA,
        name: "CJK UNIFIED IDEOGRAPH-228EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x228EB,
        name: "CJK UNIFIED IDEOGRAPH-228EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x228EC,
        name: "CJK UNIFIED IDEOGRAPH-228EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x228ED,
        name: "CJK UNIFIED IDEOGRAPH-228ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x228EE,
        name: "CJK UNIFIED IDEOGRAPH-228EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x228EF,
        name: "CJK UNIFIED IDEOGRAPH-228EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F0,
        name: "CJK UNIFIED IDEOGRAPH-228F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F1,
        name: "CJK UNIFIED IDEOGRAPH-228F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F2,
        name: "CJK UNIFIED IDEOGRAPH-228F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F3,
        name: "CJK UNIFIED IDEOGRAPH-228F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F4,
        name: "CJK UNIFIED IDEOGRAPH-228F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F5,
        name: "CJK UNIFIED IDEOGRAPH-228F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F6,
        name: "CJK UNIFIED IDEOGRAPH-228F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F7,
        name: "CJK UNIFIED IDEOGRAPH-228F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F8,
        name: "CJK UNIFIED IDEOGRAPH-228F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x228F9,
        name: "CJK UNIFIED IDEOGRAPH-228F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x228FA,
        name: "CJK UNIFIED IDEOGRAPH-228FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x228FB,
        name: "CJK UNIFIED IDEOGRAPH-228FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x228FC,
        name: "CJK UNIFIED IDEOGRAPH-228FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x228FD,
        name: "CJK UNIFIED IDEOGRAPH-228FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x228FE,
        name: "CJK UNIFIED IDEOGRAPH-228FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x228FF,
        name: "CJK UNIFIED IDEOGRAPH-228FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22900,
        name: "CJK UNIFIED IDEOGRAPH-22900",
    },
    Character {
        age: "3.1",
        codepoint: 0x22901,
        name: "CJK UNIFIED IDEOGRAPH-22901",
    },
    Character {
        age: "3.1",
        codepoint: 0x22902,
        name: "CJK UNIFIED IDEOGRAPH-22902",
    },
    Character {
        age: "3.1",
        codepoint: 0x22903,
        name: "CJK UNIFIED IDEOGRAPH-22903",
    },
    Character {
        age: "3.1",
        codepoint: 0x22904,
        name: "CJK UNIFIED IDEOGRAPH-22904",
    },
    Character {
        age: "3.1",
        codepoint: 0x22905,
        name: "CJK UNIFIED IDEOGRAPH-22905",
    },
    Character {
        age: "3.1",
        codepoint: 0x22906,
        name: "CJK UNIFIED IDEOGRAPH-22906",
    },
    Character {
        age: "3.1",
        codepoint: 0x22907,
        name: "CJK UNIFIED IDEOGRAPH-22907",
    },
    Character {
        age: "3.1",
        codepoint: 0x22908,
        name: "CJK UNIFIED IDEOGRAPH-22908",
    },
    Character {
        age: "3.1",
        codepoint: 0x22909,
        name: "CJK UNIFIED IDEOGRAPH-22909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2290A,
        name: "CJK UNIFIED IDEOGRAPH-2290A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2290B,
        name: "CJK UNIFIED IDEOGRAPH-2290B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2290C,
        name: "CJK UNIFIED IDEOGRAPH-2290C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2290D,
        name: "CJK UNIFIED IDEOGRAPH-2290D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2290E,
        name: "CJK UNIFIED IDEOGRAPH-2290E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2290F,
        name: "CJK UNIFIED IDEOGRAPH-2290F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22910,
        name: "CJK UNIFIED IDEOGRAPH-22910",
    },
    Character {
        age: "3.1",
        codepoint: 0x22911,
        name: "CJK UNIFIED IDEOGRAPH-22911",
    },
    Character {
        age: "3.1",
        codepoint: 0x22912,
        name: "CJK UNIFIED IDEOGRAPH-22912",
    },
    Character {
        age: "3.1",
        codepoint: 0x22913,
        name: "CJK UNIFIED IDEOGRAPH-22913",
    },
    Character {
        age: "3.1",
        codepoint: 0x22914,
        name: "CJK UNIFIED IDEOGRAPH-22914",
    },
    Character {
        age: "3.1",
        codepoint: 0x22915,
        name: "CJK UNIFIED IDEOGRAPH-22915",
    },
    Character {
        age: "3.1",
        codepoint: 0x22916,
        name: "CJK UNIFIED IDEOGRAPH-22916",
    },
    Character {
        age: "3.1",
        codepoint: 0x22917,
        name: "CJK UNIFIED IDEOGRAPH-22917",
    },
    Character {
        age: "3.1",
        codepoint: 0x22918,
        name: "CJK UNIFIED IDEOGRAPH-22918",
    },
    Character {
        age: "3.1",
        codepoint: 0x22919,
        name: "CJK UNIFIED IDEOGRAPH-22919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2291A,
        name: "CJK UNIFIED IDEOGRAPH-2291A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2291B,
        name: "CJK UNIFIED IDEOGRAPH-2291B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2291C,
        name: "CJK UNIFIED IDEOGRAPH-2291C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2291D,
        name: "CJK UNIFIED IDEOGRAPH-2291D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2291E,
        name: "CJK UNIFIED IDEOGRAPH-2291E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2291F,
        name: "CJK UNIFIED IDEOGRAPH-2291F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22920,
        name: "CJK UNIFIED IDEOGRAPH-22920",
    },
    Character {
        age: "3.1",
        codepoint: 0x22921,
        name: "CJK UNIFIED IDEOGRAPH-22921",
    },
    Character {
        age: "3.1",
        codepoint: 0x22922,
        name: "CJK UNIFIED IDEOGRAPH-22922",
    },
    Character {
        age: "3.1",
        codepoint: 0x22923,
        name: "CJK UNIFIED IDEOGRAPH-22923",
    },
    Character {
        age: "3.1",
        codepoint: 0x22924,
        name: "CJK UNIFIED IDEOGRAPH-22924",
    },
    Character {
        age: "3.1",
        codepoint: 0x22925,
        name: "CJK UNIFIED IDEOGRAPH-22925",
    },
    Character {
        age: "3.1",
        codepoint: 0x22926,
        name: "CJK UNIFIED IDEOGRAPH-22926",
    },
    Character {
        age: "3.1",
        codepoint: 0x22927,
        name: "CJK UNIFIED IDEOGRAPH-22927",
    },
    Character {
        age: "3.1",
        codepoint: 0x22928,
        name: "CJK UNIFIED IDEOGRAPH-22928",
    },
    Character {
        age: "3.1",
        codepoint: 0x22929,
        name: "CJK UNIFIED IDEOGRAPH-22929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2292A,
        name: "CJK UNIFIED IDEOGRAPH-2292A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2292B,
        name: "CJK UNIFIED IDEOGRAPH-2292B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2292C,
        name: "CJK UNIFIED IDEOGRAPH-2292C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2292D,
        name: "CJK UNIFIED IDEOGRAPH-2292D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2292E,
        name: "CJK UNIFIED IDEOGRAPH-2292E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2292F,
        name: "CJK UNIFIED IDEOGRAPH-2292F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22930,
        name: "CJK UNIFIED IDEOGRAPH-22930",
    },
    Character {
        age: "3.1",
        codepoint: 0x22931,
        name: "CJK UNIFIED IDEOGRAPH-22931",
    },
    Character {
        age: "3.1",
        codepoint: 0x22932,
        name: "CJK UNIFIED IDEOGRAPH-22932",
    },
    Character {
        age: "3.1",
        codepoint: 0x22933,
        name: "CJK UNIFIED IDEOGRAPH-22933",
    },
    Character {
        age: "3.1",
        codepoint: 0x22934,
        name: "CJK UNIFIED IDEOGRAPH-22934",
    },
    Character {
        age: "3.1",
        codepoint: 0x22935,
        name: "CJK UNIFIED IDEOGRAPH-22935",
    },
    Character {
        age: "3.1",
        codepoint: 0x22936,
        name: "CJK UNIFIED IDEOGRAPH-22936",
    },
    Character {
        age: "3.1",
        codepoint: 0x22937,
        name: "CJK UNIFIED IDEOGRAPH-22937",
    },
    Character {
        age: "3.1",
        codepoint: 0x22938,
        name: "CJK UNIFIED IDEOGRAPH-22938",
    },
    Character {
        age: "3.1",
        codepoint: 0x22939,
        name: "CJK UNIFIED IDEOGRAPH-22939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2293A,
        name: "CJK UNIFIED IDEOGRAPH-2293A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2293B,
        name: "CJK UNIFIED IDEOGRAPH-2293B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2293C,
        name: "CJK UNIFIED IDEOGRAPH-2293C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2293D,
        name: "CJK UNIFIED IDEOGRAPH-2293D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2293E,
        name: "CJK UNIFIED IDEOGRAPH-2293E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2293F,
        name: "CJK UNIFIED IDEOGRAPH-2293F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22940,
        name: "CJK UNIFIED IDEOGRAPH-22940",
    },
    Character {
        age: "3.1",
        codepoint: 0x22941,
        name: "CJK UNIFIED IDEOGRAPH-22941",
    },
    Character {
        age: "3.1",
        codepoint: 0x22942,
        name: "CJK UNIFIED IDEOGRAPH-22942",
    },
    Character {
        age: "3.1",
        codepoint: 0x22943,
        name: "CJK UNIFIED IDEOGRAPH-22943",
    },
    Character {
        age: "3.1",
        codepoint: 0x22944,
        name: "CJK UNIFIED IDEOGRAPH-22944",
    },
    Character {
        age: "3.1",
        codepoint: 0x22945,
        name: "CJK UNIFIED IDEOGRAPH-22945",
    },
    Character {
        age: "3.1",
        codepoint: 0x22946,
        name: "CJK UNIFIED IDEOGRAPH-22946",
    },
    Character {
        age: "3.1",
        codepoint: 0x22947,
        name: "CJK UNIFIED IDEOGRAPH-22947",
    },
    Character {
        age: "3.1",
        codepoint: 0x22948,
        name: "CJK UNIFIED IDEOGRAPH-22948",
    },
    Character {
        age: "3.1",
        codepoint: 0x22949,
        name: "CJK UNIFIED IDEOGRAPH-22949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2294A,
        name: "CJK UNIFIED IDEOGRAPH-2294A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2294B,
        name: "CJK UNIFIED IDEOGRAPH-2294B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2294C,
        name: "CJK UNIFIED IDEOGRAPH-2294C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2294D,
        name: "CJK UNIFIED IDEOGRAPH-2294D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2294E,
        name: "CJK UNIFIED IDEOGRAPH-2294E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2294F,
        name: "CJK UNIFIED IDEOGRAPH-2294F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22950,
        name: "CJK UNIFIED IDEOGRAPH-22950",
    },
    Character {
        age: "3.1",
        codepoint: 0x22951,
        name: "CJK UNIFIED IDEOGRAPH-22951",
    },
    Character {
        age: "3.1",
        codepoint: 0x22952,
        name: "CJK UNIFIED IDEOGRAPH-22952",
    },
    Character {
        age: "3.1",
        codepoint: 0x22953,
        name: "CJK UNIFIED IDEOGRAPH-22953",
    },
    Character {
        age: "3.1",
        codepoint: 0x22954,
        name: "CJK UNIFIED IDEOGRAPH-22954",
    },
    Character {
        age: "3.1",
        codepoint: 0x22955,
        name: "CJK UNIFIED IDEOGRAPH-22955",
    },
    Character {
        age: "3.1",
        codepoint: 0x22956,
        name: "CJK UNIFIED IDEOGRAPH-22956",
    },
    Character {
        age: "3.1",
        codepoint: 0x22957,
        name: "CJK UNIFIED IDEOGRAPH-22957",
    },
    Character {
        age: "3.1",
        codepoint: 0x22958,
        name: "CJK UNIFIED IDEOGRAPH-22958",
    },
    Character {
        age: "3.1",
        codepoint: 0x22959,
        name: "CJK UNIFIED IDEOGRAPH-22959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2295A,
        name: "CJK UNIFIED IDEOGRAPH-2295A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2295B,
        name: "CJK UNIFIED IDEOGRAPH-2295B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2295C,
        name: "CJK UNIFIED IDEOGRAPH-2295C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2295D,
        name: "CJK UNIFIED IDEOGRAPH-2295D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2295E,
        name: "CJK UNIFIED IDEOGRAPH-2295E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2295F,
        name: "CJK UNIFIED IDEOGRAPH-2295F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22960,
        name: "CJK UNIFIED IDEOGRAPH-22960",
    },
    Character {
        age: "3.1",
        codepoint: 0x22961,
        name: "CJK UNIFIED IDEOGRAPH-22961",
    },
    Character {
        age: "3.1",
        codepoint: 0x22962,
        name: "CJK UNIFIED IDEOGRAPH-22962",
    },
    Character {
        age: "3.1",
        codepoint: 0x22963,
        name: "CJK UNIFIED IDEOGRAPH-22963",
    },
    Character {
        age: "3.1",
        codepoint: 0x22964,
        name: "CJK UNIFIED IDEOGRAPH-22964",
    },
    Character {
        age: "3.1",
        codepoint: 0x22965,
        name: "CJK UNIFIED IDEOGRAPH-22965",
    },
    Character {
        age: "3.1",
        codepoint: 0x22966,
        name: "CJK UNIFIED IDEOGRAPH-22966",
    },
    Character {
        age: "3.1",
        codepoint: 0x22967,
        name: "CJK UNIFIED IDEOGRAPH-22967",
    },
    Character {
        age: "3.1",
        codepoint: 0x22968,
        name: "CJK UNIFIED IDEOGRAPH-22968",
    },
    Character {
        age: "3.1",
        codepoint: 0x22969,
        name: "CJK UNIFIED IDEOGRAPH-22969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2296A,
        name: "CJK UNIFIED IDEOGRAPH-2296A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2296B,
        name: "CJK UNIFIED IDEOGRAPH-2296B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2296C,
        name: "CJK UNIFIED IDEOGRAPH-2296C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2296D,
        name: "CJK UNIFIED IDEOGRAPH-2296D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2296E,
        name: "CJK UNIFIED IDEOGRAPH-2296E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2296F,
        name: "CJK UNIFIED IDEOGRAPH-2296F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22970,
        name: "CJK UNIFIED IDEOGRAPH-22970",
    },
    Character {
        age: "3.1",
        codepoint: 0x22971,
        name: "CJK UNIFIED IDEOGRAPH-22971",
    },
    Character {
        age: "3.1",
        codepoint: 0x22972,
        name: "CJK UNIFIED IDEOGRAPH-22972",
    },
    Character {
        age: "3.1",
        codepoint: 0x22973,
        name: "CJK UNIFIED IDEOGRAPH-22973",
    },
    Character {
        age: "3.1",
        codepoint: 0x22974,
        name: "CJK UNIFIED IDEOGRAPH-22974",
    },
    Character {
        age: "3.1",
        codepoint: 0x22975,
        name: "CJK UNIFIED IDEOGRAPH-22975",
    },
    Character {
        age: "3.1",
        codepoint: 0x22976,
        name: "CJK UNIFIED IDEOGRAPH-22976",
    },
    Character {
        age: "3.1",
        codepoint: 0x22977,
        name: "CJK UNIFIED IDEOGRAPH-22977",
    },
    Character {
        age: "3.1",
        codepoint: 0x22978,
        name: "CJK UNIFIED IDEOGRAPH-22978",
    },
    Character {
        age: "3.1",
        codepoint: 0x22979,
        name: "CJK UNIFIED IDEOGRAPH-22979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2297A,
        name: "CJK UNIFIED IDEOGRAPH-2297A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2297B,
        name: "CJK UNIFIED IDEOGRAPH-2297B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2297C,
        name: "CJK UNIFIED IDEOGRAPH-2297C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2297D,
        name: "CJK UNIFIED IDEOGRAPH-2297D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2297E,
        name: "CJK UNIFIED IDEOGRAPH-2297E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2297F,
        name: "CJK UNIFIED IDEOGRAPH-2297F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22980,
        name: "CJK UNIFIED IDEOGRAPH-22980",
    },
    Character {
        age: "3.1",
        codepoint: 0x22981,
        name: "CJK UNIFIED IDEOGRAPH-22981",
    },
    Character {
        age: "3.1",
        codepoint: 0x22982,
        name: "CJK UNIFIED IDEOGRAPH-22982",
    },
    Character {
        age: "3.1",
        codepoint: 0x22983,
        name: "CJK UNIFIED IDEOGRAPH-22983",
    },
    Character {
        age: "3.1",
        codepoint: 0x22984,
        name: "CJK UNIFIED IDEOGRAPH-22984",
    },
    Character {
        age: "3.1",
        codepoint: 0x22985,
        name: "CJK UNIFIED IDEOGRAPH-22985",
    },
    Character {
        age: "3.1",
        codepoint: 0x22986,
        name: "CJK UNIFIED IDEOGRAPH-22986",
    },
    Character {
        age: "3.1",
        codepoint: 0x22987,
        name: "CJK UNIFIED IDEOGRAPH-22987",
    },
    Character {
        age: "3.1",
        codepoint: 0x22988,
        name: "CJK UNIFIED IDEOGRAPH-22988",
    },
    Character {
        age: "3.1",
        codepoint: 0x22989,
        name: "CJK UNIFIED IDEOGRAPH-22989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2298A,
        name: "CJK UNIFIED IDEOGRAPH-2298A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2298B,
        name: "CJK UNIFIED IDEOGRAPH-2298B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2298C,
        name: "CJK UNIFIED IDEOGRAPH-2298C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2298D,
        name: "CJK UNIFIED IDEOGRAPH-2298D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2298E,
        name: "CJK UNIFIED IDEOGRAPH-2298E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2298F,
        name: "CJK UNIFIED IDEOGRAPH-2298F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22990,
        name: "CJK UNIFIED IDEOGRAPH-22990",
    },
    Character {
        age: "3.1",
        codepoint: 0x22991,
        name: "CJK UNIFIED IDEOGRAPH-22991",
    },
    Character {
        age: "3.1",
        codepoint: 0x22992,
        name: "CJK UNIFIED IDEOGRAPH-22992",
    },
    Character {
        age: "3.1",
        codepoint: 0x22993,
        name: "CJK UNIFIED IDEOGRAPH-22993",
    },
    Character {
        age: "3.1",
        codepoint: 0x22994,
        name: "CJK UNIFIED IDEOGRAPH-22994",
    },
    Character {
        age: "3.1",
        codepoint: 0x22995,
        name: "CJK UNIFIED IDEOGRAPH-22995",
    },
    Character {
        age: "3.1",
        codepoint: 0x22996,
        name: "CJK UNIFIED IDEOGRAPH-22996",
    },
    Character {
        age: "3.1",
        codepoint: 0x22997,
        name: "CJK UNIFIED IDEOGRAPH-22997",
    },
    Character {
        age: "3.1",
        codepoint: 0x22998,
        name: "CJK UNIFIED IDEOGRAPH-22998",
    },
    Character {
        age: "3.1",
        codepoint: 0x22999,
        name: "CJK UNIFIED IDEOGRAPH-22999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2299A,
        name: "CJK UNIFIED IDEOGRAPH-2299A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2299B,
        name: "CJK UNIFIED IDEOGRAPH-2299B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2299C,
        name: "CJK UNIFIED IDEOGRAPH-2299C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2299D,
        name: "CJK UNIFIED IDEOGRAPH-2299D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2299E,
        name: "CJK UNIFIED IDEOGRAPH-2299E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2299F,
        name: "CJK UNIFIED IDEOGRAPH-2299F",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A0,
        name: "CJK UNIFIED IDEOGRAPH-229A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A1,
        name: "CJK UNIFIED IDEOGRAPH-229A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A2,
        name: "CJK UNIFIED IDEOGRAPH-229A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A3,
        name: "CJK UNIFIED IDEOGRAPH-229A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A4,
        name: "CJK UNIFIED IDEOGRAPH-229A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A5,
        name: "CJK UNIFIED IDEOGRAPH-229A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A6,
        name: "CJK UNIFIED IDEOGRAPH-229A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A7,
        name: "CJK UNIFIED IDEOGRAPH-229A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A8,
        name: "CJK UNIFIED IDEOGRAPH-229A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x229A9,
        name: "CJK UNIFIED IDEOGRAPH-229A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x229AA,
        name: "CJK UNIFIED IDEOGRAPH-229AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x229AB,
        name: "CJK UNIFIED IDEOGRAPH-229AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x229AC,
        name: "CJK UNIFIED IDEOGRAPH-229AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x229AD,
        name: "CJK UNIFIED IDEOGRAPH-229AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x229AE,
        name: "CJK UNIFIED IDEOGRAPH-229AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x229AF,
        name: "CJK UNIFIED IDEOGRAPH-229AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B0,
        name: "CJK UNIFIED IDEOGRAPH-229B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B1,
        name: "CJK UNIFIED IDEOGRAPH-229B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B2,
        name: "CJK UNIFIED IDEOGRAPH-229B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B3,
        name: "CJK UNIFIED IDEOGRAPH-229B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B4,
        name: "CJK UNIFIED IDEOGRAPH-229B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B5,
        name: "CJK UNIFIED IDEOGRAPH-229B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B6,
        name: "CJK UNIFIED IDEOGRAPH-229B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B7,
        name: "CJK UNIFIED IDEOGRAPH-229B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B8,
        name: "CJK UNIFIED IDEOGRAPH-229B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x229B9,
        name: "CJK UNIFIED IDEOGRAPH-229B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x229BA,
        name: "CJK UNIFIED IDEOGRAPH-229BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x229BB,
        name: "CJK UNIFIED IDEOGRAPH-229BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x229BC,
        name: "CJK UNIFIED IDEOGRAPH-229BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x229BD,
        name: "CJK UNIFIED IDEOGRAPH-229BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x229BE,
        name: "CJK UNIFIED IDEOGRAPH-229BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x229BF,
        name: "CJK UNIFIED IDEOGRAPH-229BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C0,
        name: "CJK UNIFIED IDEOGRAPH-229C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C1,
        name: "CJK UNIFIED IDEOGRAPH-229C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C2,
        name: "CJK UNIFIED IDEOGRAPH-229C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C3,
        name: "CJK UNIFIED IDEOGRAPH-229C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C4,
        name: "CJK UNIFIED IDEOGRAPH-229C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C5,
        name: "CJK UNIFIED IDEOGRAPH-229C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C6,
        name: "CJK UNIFIED IDEOGRAPH-229C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C7,
        name: "CJK UNIFIED IDEOGRAPH-229C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C8,
        name: "CJK UNIFIED IDEOGRAPH-229C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x229C9,
        name: "CJK UNIFIED IDEOGRAPH-229C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x229CA,
        name: "CJK UNIFIED IDEOGRAPH-229CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x229CB,
        name: "CJK UNIFIED IDEOGRAPH-229CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x229CC,
        name: "CJK UNIFIED IDEOGRAPH-229CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x229CD,
        name: "CJK UNIFIED IDEOGRAPH-229CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x229CE,
        name: "CJK UNIFIED IDEOGRAPH-229CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x229CF,
        name: "CJK UNIFIED IDEOGRAPH-229CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D0,
        name: "CJK UNIFIED IDEOGRAPH-229D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D1,
        name: "CJK UNIFIED IDEOGRAPH-229D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D2,
        name: "CJK UNIFIED IDEOGRAPH-229D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D3,
        name: "CJK UNIFIED IDEOGRAPH-229D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D4,
        name: "CJK UNIFIED IDEOGRAPH-229D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D5,
        name: "CJK UNIFIED IDEOGRAPH-229D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D6,
        name: "CJK UNIFIED IDEOGRAPH-229D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D7,
        name: "CJK UNIFIED IDEOGRAPH-229D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D8,
        name: "CJK UNIFIED IDEOGRAPH-229D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x229D9,
        name: "CJK UNIFIED IDEOGRAPH-229D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x229DA,
        name: "CJK UNIFIED IDEOGRAPH-229DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x229DB,
        name: "CJK UNIFIED IDEOGRAPH-229DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x229DC,
        name: "CJK UNIFIED IDEOGRAPH-229DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x229DD,
        name: "CJK UNIFIED IDEOGRAPH-229DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x229DE,
        name: "CJK UNIFIED IDEOGRAPH-229DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x229DF,
        name: "CJK UNIFIED IDEOGRAPH-229DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E0,
        name: "CJK UNIFIED IDEOGRAPH-229E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E1,
        name: "CJK UNIFIED IDEOGRAPH-229E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E2,
        name: "CJK UNIFIED IDEOGRAPH-229E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E3,
        name: "CJK UNIFIED IDEOGRAPH-229E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E4,
        name: "CJK UNIFIED IDEOGRAPH-229E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E5,
        name: "CJK UNIFIED IDEOGRAPH-229E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E6,
        name: "CJK UNIFIED IDEOGRAPH-229E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E7,
        name: "CJK UNIFIED IDEOGRAPH-229E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E8,
        name: "CJK UNIFIED IDEOGRAPH-229E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x229E9,
        name: "CJK UNIFIED IDEOGRAPH-229E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x229EA,
        name: "CJK UNIFIED IDEOGRAPH-229EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x229EB,
        name: "CJK UNIFIED IDEOGRAPH-229EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x229EC,
        name: "CJK UNIFIED IDEOGRAPH-229EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x229ED,
        name: "CJK UNIFIED IDEOGRAPH-229ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x229EE,
        name: "CJK UNIFIED IDEOGRAPH-229EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x229EF,
        name: "CJK UNIFIED IDEOGRAPH-229EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F0,
        name: "CJK UNIFIED IDEOGRAPH-229F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F1,
        name: "CJK UNIFIED IDEOGRAPH-229F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F2,
        name: "CJK UNIFIED IDEOGRAPH-229F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F3,
        name: "CJK UNIFIED IDEOGRAPH-229F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F4,
        name: "CJK UNIFIED IDEOGRAPH-229F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F5,
        name: "CJK UNIFIED IDEOGRAPH-229F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F6,
        name: "CJK UNIFIED IDEOGRAPH-229F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F7,
        name: "CJK UNIFIED IDEOGRAPH-229F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F8,
        name: "CJK UNIFIED IDEOGRAPH-229F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x229F9,
        name: "CJK UNIFIED IDEOGRAPH-229F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x229FA,
        name: "CJK UNIFIED IDEOGRAPH-229FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x229FB,
        name: "CJK UNIFIED IDEOGRAPH-229FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x229FC,
        name: "CJK UNIFIED IDEOGRAPH-229FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x229FD,
        name: "CJK UNIFIED IDEOGRAPH-229FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x229FE,
        name: "CJK UNIFIED IDEOGRAPH-229FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x229FF,
        name: "CJK UNIFIED IDEOGRAPH-229FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A00,
        name: "CJK UNIFIED IDEOGRAPH-22A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A01,
        name: "CJK UNIFIED IDEOGRAPH-22A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A02,
        name: "CJK UNIFIED IDEOGRAPH-22A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A03,
        name: "CJK UNIFIED IDEOGRAPH-22A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A04,
        name: "CJK UNIFIED IDEOGRAPH-22A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A05,
        name: "CJK UNIFIED IDEOGRAPH-22A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A06,
        name: "CJK UNIFIED IDEOGRAPH-22A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A07,
        name: "CJK UNIFIED IDEOGRAPH-22A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A08,
        name: "CJK UNIFIED IDEOGRAPH-22A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A09,
        name: "CJK UNIFIED IDEOGRAPH-22A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A0A,
        name: "CJK UNIFIED IDEOGRAPH-22A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A0B,
        name: "CJK UNIFIED IDEOGRAPH-22A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A0C,
        name: "CJK UNIFIED IDEOGRAPH-22A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A0D,
        name: "CJK UNIFIED IDEOGRAPH-22A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A0E,
        name: "CJK UNIFIED IDEOGRAPH-22A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A0F,
        name: "CJK UNIFIED IDEOGRAPH-22A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A10,
        name: "CJK UNIFIED IDEOGRAPH-22A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A11,
        name: "CJK UNIFIED IDEOGRAPH-22A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A12,
        name: "CJK UNIFIED IDEOGRAPH-22A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A13,
        name: "CJK UNIFIED IDEOGRAPH-22A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A14,
        name: "CJK UNIFIED IDEOGRAPH-22A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A15,
        name: "CJK UNIFIED IDEOGRAPH-22A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A16,
        name: "CJK UNIFIED IDEOGRAPH-22A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A17,
        name: "CJK UNIFIED IDEOGRAPH-22A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A18,
        name: "CJK UNIFIED IDEOGRAPH-22A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A19,
        name: "CJK UNIFIED IDEOGRAPH-22A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A1A,
        name: "CJK UNIFIED IDEOGRAPH-22A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A1B,
        name: "CJK UNIFIED IDEOGRAPH-22A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A1C,
        name: "CJK UNIFIED IDEOGRAPH-22A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A1D,
        name: "CJK UNIFIED IDEOGRAPH-22A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A1E,
        name: "CJK UNIFIED IDEOGRAPH-22A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A1F,
        name: "CJK UNIFIED IDEOGRAPH-22A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A20,
        name: "CJK UNIFIED IDEOGRAPH-22A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A21,
        name: "CJK UNIFIED IDEOGRAPH-22A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A22,
        name: "CJK UNIFIED IDEOGRAPH-22A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A23,
        name: "CJK UNIFIED IDEOGRAPH-22A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A24,
        name: "CJK UNIFIED IDEOGRAPH-22A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A25,
        name: "CJK UNIFIED IDEOGRAPH-22A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A26,
        name: "CJK UNIFIED IDEOGRAPH-22A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A27,
        name: "CJK UNIFIED IDEOGRAPH-22A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A28,
        name: "CJK UNIFIED IDEOGRAPH-22A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A29,
        name: "CJK UNIFIED IDEOGRAPH-22A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A2A,
        name: "CJK UNIFIED IDEOGRAPH-22A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A2B,
        name: "CJK UNIFIED IDEOGRAPH-22A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A2C,
        name: "CJK UNIFIED IDEOGRAPH-22A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A2D,
        name: "CJK UNIFIED IDEOGRAPH-22A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A2E,
        name: "CJK UNIFIED IDEOGRAPH-22A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A2F,
        name: "CJK UNIFIED IDEOGRAPH-22A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A30,
        name: "CJK UNIFIED IDEOGRAPH-22A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A31,
        name: "CJK UNIFIED IDEOGRAPH-22A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A32,
        name: "CJK UNIFIED IDEOGRAPH-22A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A33,
        name: "CJK UNIFIED IDEOGRAPH-22A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A34,
        name: "CJK UNIFIED IDEOGRAPH-22A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A35,
        name: "CJK UNIFIED IDEOGRAPH-22A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A36,
        name: "CJK UNIFIED IDEOGRAPH-22A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A37,
        name: "CJK UNIFIED IDEOGRAPH-22A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A38,
        name: "CJK UNIFIED IDEOGRAPH-22A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A39,
        name: "CJK UNIFIED IDEOGRAPH-22A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A3A,
        name: "CJK UNIFIED IDEOGRAPH-22A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A3B,
        name: "CJK UNIFIED IDEOGRAPH-22A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A3C,
        name: "CJK UNIFIED IDEOGRAPH-22A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A3D,
        name: "CJK UNIFIED IDEOGRAPH-22A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A3E,
        name: "CJK UNIFIED IDEOGRAPH-22A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A3F,
        name: "CJK UNIFIED IDEOGRAPH-22A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A40,
        name: "CJK UNIFIED IDEOGRAPH-22A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A41,
        name: "CJK UNIFIED IDEOGRAPH-22A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A42,
        name: "CJK UNIFIED IDEOGRAPH-22A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A43,
        name: "CJK UNIFIED IDEOGRAPH-22A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A44,
        name: "CJK UNIFIED IDEOGRAPH-22A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A45,
        name: "CJK UNIFIED IDEOGRAPH-22A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A46,
        name: "CJK UNIFIED IDEOGRAPH-22A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A47,
        name: "CJK UNIFIED IDEOGRAPH-22A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A48,
        name: "CJK UNIFIED IDEOGRAPH-22A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A49,
        name: "CJK UNIFIED IDEOGRAPH-22A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A4A,
        name: "CJK UNIFIED IDEOGRAPH-22A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A4B,
        name: "CJK UNIFIED IDEOGRAPH-22A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A4C,
        name: "CJK UNIFIED IDEOGRAPH-22A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A4D,
        name: "CJK UNIFIED IDEOGRAPH-22A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A4E,
        name: "CJK UNIFIED IDEOGRAPH-22A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A4F,
        name: "CJK UNIFIED IDEOGRAPH-22A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A50,
        name: "CJK UNIFIED IDEOGRAPH-22A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A51,
        name: "CJK UNIFIED IDEOGRAPH-22A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A52,
        name: "CJK UNIFIED IDEOGRAPH-22A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A53,
        name: "CJK UNIFIED IDEOGRAPH-22A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A54,
        name: "CJK UNIFIED IDEOGRAPH-22A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A55,
        name: "CJK UNIFIED IDEOGRAPH-22A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A56,
        name: "CJK UNIFIED IDEOGRAPH-22A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A57,
        name: "CJK UNIFIED IDEOGRAPH-22A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A58,
        name: "CJK UNIFIED IDEOGRAPH-22A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A59,
        name: "CJK UNIFIED IDEOGRAPH-22A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A5A,
        name: "CJK UNIFIED IDEOGRAPH-22A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A5B,
        name: "CJK UNIFIED IDEOGRAPH-22A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A5C,
        name: "CJK UNIFIED IDEOGRAPH-22A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A5D,
        name: "CJK UNIFIED IDEOGRAPH-22A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A5E,
        name: "CJK UNIFIED IDEOGRAPH-22A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A5F,
        name: "CJK UNIFIED IDEOGRAPH-22A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A60,
        name: "CJK UNIFIED IDEOGRAPH-22A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A61,
        name: "CJK UNIFIED IDEOGRAPH-22A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A62,
        name: "CJK UNIFIED IDEOGRAPH-22A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A63,
        name: "CJK UNIFIED IDEOGRAPH-22A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A64,
        name: "CJK UNIFIED IDEOGRAPH-22A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A65,
        name: "CJK UNIFIED IDEOGRAPH-22A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A66,
        name: "CJK UNIFIED IDEOGRAPH-22A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A67,
        name: "CJK UNIFIED IDEOGRAPH-22A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A68,
        name: "CJK UNIFIED IDEOGRAPH-22A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A69,
        name: "CJK UNIFIED IDEOGRAPH-22A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A6A,
        name: "CJK UNIFIED IDEOGRAPH-22A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A6B,
        name: "CJK UNIFIED IDEOGRAPH-22A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A6C,
        name: "CJK UNIFIED IDEOGRAPH-22A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A6D,
        name: "CJK UNIFIED IDEOGRAPH-22A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A6E,
        name: "CJK UNIFIED IDEOGRAPH-22A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A6F,
        name: "CJK UNIFIED IDEOGRAPH-22A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A70,
        name: "CJK UNIFIED IDEOGRAPH-22A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A71,
        name: "CJK UNIFIED IDEOGRAPH-22A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A72,
        name: "CJK UNIFIED IDEOGRAPH-22A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A73,
        name: "CJK UNIFIED IDEOGRAPH-22A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A74,
        name: "CJK UNIFIED IDEOGRAPH-22A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A75,
        name: "CJK UNIFIED IDEOGRAPH-22A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A76,
        name: "CJK UNIFIED IDEOGRAPH-22A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A77,
        name: "CJK UNIFIED IDEOGRAPH-22A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A78,
        name: "CJK UNIFIED IDEOGRAPH-22A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A79,
        name: "CJK UNIFIED IDEOGRAPH-22A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A7A,
        name: "CJK UNIFIED IDEOGRAPH-22A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A7B,
        name: "CJK UNIFIED IDEOGRAPH-22A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A7C,
        name: "CJK UNIFIED IDEOGRAPH-22A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A7D,
        name: "CJK UNIFIED IDEOGRAPH-22A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A7E,
        name: "CJK UNIFIED IDEOGRAPH-22A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A7F,
        name: "CJK UNIFIED IDEOGRAPH-22A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A80,
        name: "CJK UNIFIED IDEOGRAPH-22A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A81,
        name: "CJK UNIFIED IDEOGRAPH-22A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A82,
        name: "CJK UNIFIED IDEOGRAPH-22A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A83,
        name: "CJK UNIFIED IDEOGRAPH-22A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A84,
        name: "CJK UNIFIED IDEOGRAPH-22A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A85,
        name: "CJK UNIFIED IDEOGRAPH-22A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A86,
        name: "CJK UNIFIED IDEOGRAPH-22A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A87,
        name: "CJK UNIFIED IDEOGRAPH-22A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A88,
        name: "CJK UNIFIED IDEOGRAPH-22A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A89,
        name: "CJK UNIFIED IDEOGRAPH-22A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A8A,
        name: "CJK UNIFIED IDEOGRAPH-22A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A8B,
        name: "CJK UNIFIED IDEOGRAPH-22A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A8C,
        name: "CJK UNIFIED IDEOGRAPH-22A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A8D,
        name: "CJK UNIFIED IDEOGRAPH-22A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A8E,
        name: "CJK UNIFIED IDEOGRAPH-22A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A8F,
        name: "CJK UNIFIED IDEOGRAPH-22A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A90,
        name: "CJK UNIFIED IDEOGRAPH-22A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A91,
        name: "CJK UNIFIED IDEOGRAPH-22A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A92,
        name: "CJK UNIFIED IDEOGRAPH-22A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A93,
        name: "CJK UNIFIED IDEOGRAPH-22A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A94,
        name: "CJK UNIFIED IDEOGRAPH-22A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A95,
        name: "CJK UNIFIED IDEOGRAPH-22A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A96,
        name: "CJK UNIFIED IDEOGRAPH-22A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A97,
        name: "CJK UNIFIED IDEOGRAPH-22A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A98,
        name: "CJK UNIFIED IDEOGRAPH-22A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A99,
        name: "CJK UNIFIED IDEOGRAPH-22A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A9A,
        name: "CJK UNIFIED IDEOGRAPH-22A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A9B,
        name: "CJK UNIFIED IDEOGRAPH-22A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A9C,
        name: "CJK UNIFIED IDEOGRAPH-22A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A9D,
        name: "CJK UNIFIED IDEOGRAPH-22A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A9E,
        name: "CJK UNIFIED IDEOGRAPH-22A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22A9F,
        name: "CJK UNIFIED IDEOGRAPH-22A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA0,
        name: "CJK UNIFIED IDEOGRAPH-22AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA1,
        name: "CJK UNIFIED IDEOGRAPH-22AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA2,
        name: "CJK UNIFIED IDEOGRAPH-22AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA3,
        name: "CJK UNIFIED IDEOGRAPH-22AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA4,
        name: "CJK UNIFIED IDEOGRAPH-22AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA5,
        name: "CJK UNIFIED IDEOGRAPH-22AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA6,
        name: "CJK UNIFIED IDEOGRAPH-22AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA7,
        name: "CJK UNIFIED IDEOGRAPH-22AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA8,
        name: "CJK UNIFIED IDEOGRAPH-22AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AA9,
        name: "CJK UNIFIED IDEOGRAPH-22AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AAA,
        name: "CJK UNIFIED IDEOGRAPH-22AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AAB,
        name: "CJK UNIFIED IDEOGRAPH-22AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AAC,
        name: "CJK UNIFIED IDEOGRAPH-22AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AAD,
        name: "CJK UNIFIED IDEOGRAPH-22AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AAE,
        name: "CJK UNIFIED IDEOGRAPH-22AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AAF,
        name: "CJK UNIFIED IDEOGRAPH-22AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB0,
        name: "CJK UNIFIED IDEOGRAPH-22AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB1,
        name: "CJK UNIFIED IDEOGRAPH-22AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB2,
        name: "CJK UNIFIED IDEOGRAPH-22AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB3,
        name: "CJK UNIFIED IDEOGRAPH-22AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB4,
        name: "CJK UNIFIED IDEOGRAPH-22AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB5,
        name: "CJK UNIFIED IDEOGRAPH-22AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB6,
        name: "CJK UNIFIED IDEOGRAPH-22AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB7,
        name: "CJK UNIFIED IDEOGRAPH-22AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB8,
        name: "CJK UNIFIED IDEOGRAPH-22AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AB9,
        name: "CJK UNIFIED IDEOGRAPH-22AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ABA,
        name: "CJK UNIFIED IDEOGRAPH-22ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ABB,
        name: "CJK UNIFIED IDEOGRAPH-22ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ABC,
        name: "CJK UNIFIED IDEOGRAPH-22ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ABD,
        name: "CJK UNIFIED IDEOGRAPH-22ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ABE,
        name: "CJK UNIFIED IDEOGRAPH-22ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ABF,
        name: "CJK UNIFIED IDEOGRAPH-22ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC0,
        name: "CJK UNIFIED IDEOGRAPH-22AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC1,
        name: "CJK UNIFIED IDEOGRAPH-22AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC2,
        name: "CJK UNIFIED IDEOGRAPH-22AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC3,
        name: "CJK UNIFIED IDEOGRAPH-22AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC4,
        name: "CJK UNIFIED IDEOGRAPH-22AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC5,
        name: "CJK UNIFIED IDEOGRAPH-22AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC6,
        name: "CJK UNIFIED IDEOGRAPH-22AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC7,
        name: "CJK UNIFIED IDEOGRAPH-22AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC8,
        name: "CJK UNIFIED IDEOGRAPH-22AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AC9,
        name: "CJK UNIFIED IDEOGRAPH-22AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ACA,
        name: "CJK UNIFIED IDEOGRAPH-22ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ACB,
        name: "CJK UNIFIED IDEOGRAPH-22ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ACC,
        name: "CJK UNIFIED IDEOGRAPH-22ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ACD,
        name: "CJK UNIFIED IDEOGRAPH-22ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ACE,
        name: "CJK UNIFIED IDEOGRAPH-22ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ACF,
        name: "CJK UNIFIED IDEOGRAPH-22ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD0,
        name: "CJK UNIFIED IDEOGRAPH-22AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD1,
        name: "CJK UNIFIED IDEOGRAPH-22AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD2,
        name: "CJK UNIFIED IDEOGRAPH-22AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD3,
        name: "CJK UNIFIED IDEOGRAPH-22AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD4,
        name: "CJK UNIFIED IDEOGRAPH-22AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD5,
        name: "CJK UNIFIED IDEOGRAPH-22AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD6,
        name: "CJK UNIFIED IDEOGRAPH-22AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD7,
        name: "CJK UNIFIED IDEOGRAPH-22AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD8,
        name: "CJK UNIFIED IDEOGRAPH-22AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AD9,
        name: "CJK UNIFIED IDEOGRAPH-22AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ADA,
        name: "CJK UNIFIED IDEOGRAPH-22ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ADB,
        name: "CJK UNIFIED IDEOGRAPH-22ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ADC,
        name: "CJK UNIFIED IDEOGRAPH-22ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ADD,
        name: "CJK UNIFIED IDEOGRAPH-22ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ADE,
        name: "CJK UNIFIED IDEOGRAPH-22ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ADF,
        name: "CJK UNIFIED IDEOGRAPH-22ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE0,
        name: "CJK UNIFIED IDEOGRAPH-22AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE1,
        name: "CJK UNIFIED IDEOGRAPH-22AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE2,
        name: "CJK UNIFIED IDEOGRAPH-22AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE3,
        name: "CJK UNIFIED IDEOGRAPH-22AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE4,
        name: "CJK UNIFIED IDEOGRAPH-22AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE5,
        name: "CJK UNIFIED IDEOGRAPH-22AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE6,
        name: "CJK UNIFIED IDEOGRAPH-22AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE7,
        name: "CJK UNIFIED IDEOGRAPH-22AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE8,
        name: "CJK UNIFIED IDEOGRAPH-22AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AE9,
        name: "CJK UNIFIED IDEOGRAPH-22AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AEA,
        name: "CJK UNIFIED IDEOGRAPH-22AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AEB,
        name: "CJK UNIFIED IDEOGRAPH-22AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AEC,
        name: "CJK UNIFIED IDEOGRAPH-22AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AED,
        name: "CJK UNIFIED IDEOGRAPH-22AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AEE,
        name: "CJK UNIFIED IDEOGRAPH-22AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AEF,
        name: "CJK UNIFIED IDEOGRAPH-22AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF0,
        name: "CJK UNIFIED IDEOGRAPH-22AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF1,
        name: "CJK UNIFIED IDEOGRAPH-22AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF2,
        name: "CJK UNIFIED IDEOGRAPH-22AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF3,
        name: "CJK UNIFIED IDEOGRAPH-22AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF4,
        name: "CJK UNIFIED IDEOGRAPH-22AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF5,
        name: "CJK UNIFIED IDEOGRAPH-22AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF6,
        name: "CJK UNIFIED IDEOGRAPH-22AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF7,
        name: "CJK UNIFIED IDEOGRAPH-22AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF8,
        name: "CJK UNIFIED IDEOGRAPH-22AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AF9,
        name: "CJK UNIFIED IDEOGRAPH-22AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AFA,
        name: "CJK UNIFIED IDEOGRAPH-22AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AFB,
        name: "CJK UNIFIED IDEOGRAPH-22AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AFC,
        name: "CJK UNIFIED IDEOGRAPH-22AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AFD,
        name: "CJK UNIFIED IDEOGRAPH-22AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AFE,
        name: "CJK UNIFIED IDEOGRAPH-22AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22AFF,
        name: "CJK UNIFIED IDEOGRAPH-22AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B00,
        name: "CJK UNIFIED IDEOGRAPH-22B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B01,
        name: "CJK UNIFIED IDEOGRAPH-22B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B02,
        name: "CJK UNIFIED IDEOGRAPH-22B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B03,
        name: "CJK UNIFIED IDEOGRAPH-22B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B04,
        name: "CJK UNIFIED IDEOGRAPH-22B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B05,
        name: "CJK UNIFIED IDEOGRAPH-22B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B06,
        name: "CJK UNIFIED IDEOGRAPH-22B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B07,
        name: "CJK UNIFIED IDEOGRAPH-22B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B08,
        name: "CJK UNIFIED IDEOGRAPH-22B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B09,
        name: "CJK UNIFIED IDEOGRAPH-22B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B0A,
        name: "CJK UNIFIED IDEOGRAPH-22B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B0B,
        name: "CJK UNIFIED IDEOGRAPH-22B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B0C,
        name: "CJK UNIFIED IDEOGRAPH-22B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B0D,
        name: "CJK UNIFIED IDEOGRAPH-22B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B0E,
        name: "CJK UNIFIED IDEOGRAPH-22B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B0F,
        name: "CJK UNIFIED IDEOGRAPH-22B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B10,
        name: "CJK UNIFIED IDEOGRAPH-22B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B11,
        name: "CJK UNIFIED IDEOGRAPH-22B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B12,
        name: "CJK UNIFIED IDEOGRAPH-22B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B13,
        name: "CJK UNIFIED IDEOGRAPH-22B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B14,
        name: "CJK UNIFIED IDEOGRAPH-22B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B15,
        name: "CJK UNIFIED IDEOGRAPH-22B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B16,
        name: "CJK UNIFIED IDEOGRAPH-22B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B17,
        name: "CJK UNIFIED IDEOGRAPH-22B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B18,
        name: "CJK UNIFIED IDEOGRAPH-22B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B19,
        name: "CJK UNIFIED IDEOGRAPH-22B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B1A,
        name: "CJK UNIFIED IDEOGRAPH-22B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B1B,
        name: "CJK UNIFIED IDEOGRAPH-22B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B1C,
        name: "CJK UNIFIED IDEOGRAPH-22B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B1D,
        name: "CJK UNIFIED IDEOGRAPH-22B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B1E,
        name: "CJK UNIFIED IDEOGRAPH-22B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B1F,
        name: "CJK UNIFIED IDEOGRAPH-22B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B20,
        name: "CJK UNIFIED IDEOGRAPH-22B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B21,
        name: "CJK UNIFIED IDEOGRAPH-22B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B22,
        name: "CJK UNIFIED IDEOGRAPH-22B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B23,
        name: "CJK UNIFIED IDEOGRAPH-22B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B24,
        name: "CJK UNIFIED IDEOGRAPH-22B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B25,
        name: "CJK UNIFIED IDEOGRAPH-22B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B26,
        name: "CJK UNIFIED IDEOGRAPH-22B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B27,
        name: "CJK UNIFIED IDEOGRAPH-22B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B28,
        name: "CJK UNIFIED IDEOGRAPH-22B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B29,
        name: "CJK UNIFIED IDEOGRAPH-22B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B2A,
        name: "CJK UNIFIED IDEOGRAPH-22B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B2B,
        name: "CJK UNIFIED IDEOGRAPH-22B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B2C,
        name: "CJK UNIFIED IDEOGRAPH-22B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B2D,
        name: "CJK UNIFIED IDEOGRAPH-22B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B2E,
        name: "CJK UNIFIED IDEOGRAPH-22B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B2F,
        name: "CJK UNIFIED IDEOGRAPH-22B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B30,
        name: "CJK UNIFIED IDEOGRAPH-22B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B31,
        name: "CJK UNIFIED IDEOGRAPH-22B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B32,
        name: "CJK UNIFIED IDEOGRAPH-22B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B33,
        name: "CJK UNIFIED IDEOGRAPH-22B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B34,
        name: "CJK UNIFIED IDEOGRAPH-22B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B35,
        name: "CJK UNIFIED IDEOGRAPH-22B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B36,
        name: "CJK UNIFIED IDEOGRAPH-22B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B37,
        name: "CJK UNIFIED IDEOGRAPH-22B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B38,
        name: "CJK UNIFIED IDEOGRAPH-22B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B39,
        name: "CJK UNIFIED IDEOGRAPH-22B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B3A,
        name: "CJK UNIFIED IDEOGRAPH-22B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B3B,
        name: "CJK UNIFIED IDEOGRAPH-22B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B3C,
        name: "CJK UNIFIED IDEOGRAPH-22B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B3D,
        name: "CJK UNIFIED IDEOGRAPH-22B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B3E,
        name: "CJK UNIFIED IDEOGRAPH-22B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B3F,
        name: "CJK UNIFIED IDEOGRAPH-22B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B40,
        name: "CJK UNIFIED IDEOGRAPH-22B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B41,
        name: "CJK UNIFIED IDEOGRAPH-22B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B42,
        name: "CJK UNIFIED IDEOGRAPH-22B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B43,
        name: "CJK UNIFIED IDEOGRAPH-22B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B44,
        name: "CJK UNIFIED IDEOGRAPH-22B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B45,
        name: "CJK UNIFIED IDEOGRAPH-22B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B46,
        name: "CJK UNIFIED IDEOGRAPH-22B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B47,
        name: "CJK UNIFIED IDEOGRAPH-22B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B48,
        name: "CJK UNIFIED IDEOGRAPH-22B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B49,
        name: "CJK UNIFIED IDEOGRAPH-22B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B4A,
        name: "CJK UNIFIED IDEOGRAPH-22B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B4B,
        name: "CJK UNIFIED IDEOGRAPH-22B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B4C,
        name: "CJK UNIFIED IDEOGRAPH-22B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B4D,
        name: "CJK UNIFIED IDEOGRAPH-22B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B4E,
        name: "CJK UNIFIED IDEOGRAPH-22B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B4F,
        name: "CJK UNIFIED IDEOGRAPH-22B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B50,
        name: "CJK UNIFIED IDEOGRAPH-22B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B51,
        name: "CJK UNIFIED IDEOGRAPH-22B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B52,
        name: "CJK UNIFIED IDEOGRAPH-22B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B53,
        name: "CJK UNIFIED IDEOGRAPH-22B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B54,
        name: "CJK UNIFIED IDEOGRAPH-22B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B55,
        name: "CJK UNIFIED IDEOGRAPH-22B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B56,
        name: "CJK UNIFIED IDEOGRAPH-22B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B57,
        name: "CJK UNIFIED IDEOGRAPH-22B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B58,
        name: "CJK UNIFIED IDEOGRAPH-22B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B59,
        name: "CJK UNIFIED IDEOGRAPH-22B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B5A,
        name: "CJK UNIFIED IDEOGRAPH-22B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B5B,
        name: "CJK UNIFIED IDEOGRAPH-22B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B5C,
        name: "CJK UNIFIED IDEOGRAPH-22B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B5D,
        name: "CJK UNIFIED IDEOGRAPH-22B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B5E,
        name: "CJK UNIFIED IDEOGRAPH-22B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B5F,
        name: "CJK UNIFIED IDEOGRAPH-22B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B60,
        name: "CJK UNIFIED IDEOGRAPH-22B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B61,
        name: "CJK UNIFIED IDEOGRAPH-22B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B62,
        name: "CJK UNIFIED IDEOGRAPH-22B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B63,
        name: "CJK UNIFIED IDEOGRAPH-22B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B64,
        name: "CJK UNIFIED IDEOGRAPH-22B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B65,
        name: "CJK UNIFIED IDEOGRAPH-22B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B66,
        name: "CJK UNIFIED IDEOGRAPH-22B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B67,
        name: "CJK UNIFIED IDEOGRAPH-22B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B68,
        name: "CJK UNIFIED IDEOGRAPH-22B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B69,
        name: "CJK UNIFIED IDEOGRAPH-22B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B6A,
        name: "CJK UNIFIED IDEOGRAPH-22B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B6B,
        name: "CJK UNIFIED IDEOGRAPH-22B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B6C,
        name: "CJK UNIFIED IDEOGRAPH-22B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B6D,
        name: "CJK UNIFIED IDEOGRAPH-22B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B6E,
        name: "CJK UNIFIED IDEOGRAPH-22B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B6F,
        name: "CJK UNIFIED IDEOGRAPH-22B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B70,
        name: "CJK UNIFIED IDEOGRAPH-22B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B71,
        name: "CJK UNIFIED IDEOGRAPH-22B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B72,
        name: "CJK UNIFIED IDEOGRAPH-22B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B73,
        name: "CJK UNIFIED IDEOGRAPH-22B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B74,
        name: "CJK UNIFIED IDEOGRAPH-22B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B75,
        name: "CJK UNIFIED IDEOGRAPH-22B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B76,
        name: "CJK UNIFIED IDEOGRAPH-22B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B77,
        name: "CJK UNIFIED IDEOGRAPH-22B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B78,
        name: "CJK UNIFIED IDEOGRAPH-22B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B79,
        name: "CJK UNIFIED IDEOGRAPH-22B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B7A,
        name: "CJK UNIFIED IDEOGRAPH-22B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B7B,
        name: "CJK UNIFIED IDEOGRAPH-22B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B7C,
        name: "CJK UNIFIED IDEOGRAPH-22B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B7D,
        name: "CJK UNIFIED IDEOGRAPH-22B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B7E,
        name: "CJK UNIFIED IDEOGRAPH-22B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B7F,
        name: "CJK UNIFIED IDEOGRAPH-22B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B80,
        name: "CJK UNIFIED IDEOGRAPH-22B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B81,
        name: "CJK UNIFIED IDEOGRAPH-22B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B82,
        name: "CJK UNIFIED IDEOGRAPH-22B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B83,
        name: "CJK UNIFIED IDEOGRAPH-22B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B84,
        name: "CJK UNIFIED IDEOGRAPH-22B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B85,
        name: "CJK UNIFIED IDEOGRAPH-22B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B86,
        name: "CJK UNIFIED IDEOGRAPH-22B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B87,
        name: "CJK UNIFIED IDEOGRAPH-22B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B88,
        name: "CJK UNIFIED IDEOGRAPH-22B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B89,
        name: "CJK UNIFIED IDEOGRAPH-22B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B8A,
        name: "CJK UNIFIED IDEOGRAPH-22B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B8B,
        name: "CJK UNIFIED IDEOGRAPH-22B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B8C,
        name: "CJK UNIFIED IDEOGRAPH-22B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B8D,
        name: "CJK UNIFIED IDEOGRAPH-22B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B8E,
        name: "CJK UNIFIED IDEOGRAPH-22B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B8F,
        name: "CJK UNIFIED IDEOGRAPH-22B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B90,
        name: "CJK UNIFIED IDEOGRAPH-22B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B91,
        name: "CJK UNIFIED IDEOGRAPH-22B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B92,
        name: "CJK UNIFIED IDEOGRAPH-22B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B93,
        name: "CJK UNIFIED IDEOGRAPH-22B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B94,
        name: "CJK UNIFIED IDEOGRAPH-22B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B95,
        name: "CJK UNIFIED IDEOGRAPH-22B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B96,
        name: "CJK UNIFIED IDEOGRAPH-22B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B97,
        name: "CJK UNIFIED IDEOGRAPH-22B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B98,
        name: "CJK UNIFIED IDEOGRAPH-22B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B99,
        name: "CJK UNIFIED IDEOGRAPH-22B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B9A,
        name: "CJK UNIFIED IDEOGRAPH-22B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B9B,
        name: "CJK UNIFIED IDEOGRAPH-22B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B9C,
        name: "CJK UNIFIED IDEOGRAPH-22B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B9D,
        name: "CJK UNIFIED IDEOGRAPH-22B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B9E,
        name: "CJK UNIFIED IDEOGRAPH-22B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22B9F,
        name: "CJK UNIFIED IDEOGRAPH-22B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA0,
        name: "CJK UNIFIED IDEOGRAPH-22BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA1,
        name: "CJK UNIFIED IDEOGRAPH-22BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA2,
        name: "CJK UNIFIED IDEOGRAPH-22BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA3,
        name: "CJK UNIFIED IDEOGRAPH-22BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA4,
        name: "CJK UNIFIED IDEOGRAPH-22BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA5,
        name: "CJK UNIFIED IDEOGRAPH-22BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA6,
        name: "CJK UNIFIED IDEOGRAPH-22BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA7,
        name: "CJK UNIFIED IDEOGRAPH-22BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA8,
        name: "CJK UNIFIED IDEOGRAPH-22BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BA9,
        name: "CJK UNIFIED IDEOGRAPH-22BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BAA,
        name: "CJK UNIFIED IDEOGRAPH-22BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BAB,
        name: "CJK UNIFIED IDEOGRAPH-22BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BAC,
        name: "CJK UNIFIED IDEOGRAPH-22BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BAD,
        name: "CJK UNIFIED IDEOGRAPH-22BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BAE,
        name: "CJK UNIFIED IDEOGRAPH-22BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BAF,
        name: "CJK UNIFIED IDEOGRAPH-22BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB0,
        name: "CJK UNIFIED IDEOGRAPH-22BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB1,
        name: "CJK UNIFIED IDEOGRAPH-22BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB2,
        name: "CJK UNIFIED IDEOGRAPH-22BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB3,
        name: "CJK UNIFIED IDEOGRAPH-22BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB4,
        name: "CJK UNIFIED IDEOGRAPH-22BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB5,
        name: "CJK UNIFIED IDEOGRAPH-22BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB6,
        name: "CJK UNIFIED IDEOGRAPH-22BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB7,
        name: "CJK UNIFIED IDEOGRAPH-22BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB8,
        name: "CJK UNIFIED IDEOGRAPH-22BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BB9,
        name: "CJK UNIFIED IDEOGRAPH-22BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BBA,
        name: "CJK UNIFIED IDEOGRAPH-22BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BBB,
        name: "CJK UNIFIED IDEOGRAPH-22BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BBC,
        name: "CJK UNIFIED IDEOGRAPH-22BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BBD,
        name: "CJK UNIFIED IDEOGRAPH-22BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BBE,
        name: "CJK UNIFIED IDEOGRAPH-22BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BBF,
        name: "CJK UNIFIED IDEOGRAPH-22BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC0,
        name: "CJK UNIFIED IDEOGRAPH-22BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC1,
        name: "CJK UNIFIED IDEOGRAPH-22BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC2,
        name: "CJK UNIFIED IDEOGRAPH-22BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC3,
        name: "CJK UNIFIED IDEOGRAPH-22BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC4,
        name: "CJK UNIFIED IDEOGRAPH-22BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC5,
        name: "CJK UNIFIED IDEOGRAPH-22BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC6,
        name: "CJK UNIFIED IDEOGRAPH-22BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC7,
        name: "CJK UNIFIED IDEOGRAPH-22BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC8,
        name: "CJK UNIFIED IDEOGRAPH-22BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BC9,
        name: "CJK UNIFIED IDEOGRAPH-22BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BCA,
        name: "CJK UNIFIED IDEOGRAPH-22BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BCB,
        name: "CJK UNIFIED IDEOGRAPH-22BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BCC,
        name: "CJK UNIFIED IDEOGRAPH-22BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BCD,
        name: "CJK UNIFIED IDEOGRAPH-22BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BCE,
        name: "CJK UNIFIED IDEOGRAPH-22BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BCF,
        name: "CJK UNIFIED IDEOGRAPH-22BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD0,
        name: "CJK UNIFIED IDEOGRAPH-22BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD1,
        name: "CJK UNIFIED IDEOGRAPH-22BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD2,
        name: "CJK UNIFIED IDEOGRAPH-22BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD3,
        name: "CJK UNIFIED IDEOGRAPH-22BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD4,
        name: "CJK UNIFIED IDEOGRAPH-22BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD5,
        name: "CJK UNIFIED IDEOGRAPH-22BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD6,
        name: "CJK UNIFIED IDEOGRAPH-22BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD7,
        name: "CJK UNIFIED IDEOGRAPH-22BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD8,
        name: "CJK UNIFIED IDEOGRAPH-22BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BD9,
        name: "CJK UNIFIED IDEOGRAPH-22BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BDA,
        name: "CJK UNIFIED IDEOGRAPH-22BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BDB,
        name: "CJK UNIFIED IDEOGRAPH-22BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BDC,
        name: "CJK UNIFIED IDEOGRAPH-22BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BDD,
        name: "CJK UNIFIED IDEOGRAPH-22BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BDE,
        name: "CJK UNIFIED IDEOGRAPH-22BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BDF,
        name: "CJK UNIFIED IDEOGRAPH-22BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE0,
        name: "CJK UNIFIED IDEOGRAPH-22BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE1,
        name: "CJK UNIFIED IDEOGRAPH-22BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE2,
        name: "CJK UNIFIED IDEOGRAPH-22BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE3,
        name: "CJK UNIFIED IDEOGRAPH-22BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE4,
        name: "CJK UNIFIED IDEOGRAPH-22BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE5,
        name: "CJK UNIFIED IDEOGRAPH-22BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE6,
        name: "CJK UNIFIED IDEOGRAPH-22BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE7,
        name: "CJK UNIFIED IDEOGRAPH-22BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE8,
        name: "CJK UNIFIED IDEOGRAPH-22BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BE9,
        name: "CJK UNIFIED IDEOGRAPH-22BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BEA,
        name: "CJK UNIFIED IDEOGRAPH-22BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BEB,
        name: "CJK UNIFIED IDEOGRAPH-22BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BEC,
        name: "CJK UNIFIED IDEOGRAPH-22BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BED,
        name: "CJK UNIFIED IDEOGRAPH-22BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BEE,
        name: "CJK UNIFIED IDEOGRAPH-22BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BEF,
        name: "CJK UNIFIED IDEOGRAPH-22BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF0,
        name: "CJK UNIFIED IDEOGRAPH-22BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF1,
        name: "CJK UNIFIED IDEOGRAPH-22BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF2,
        name: "CJK UNIFIED IDEOGRAPH-22BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF3,
        name: "CJK UNIFIED IDEOGRAPH-22BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF4,
        name: "CJK UNIFIED IDEOGRAPH-22BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF5,
        name: "CJK UNIFIED IDEOGRAPH-22BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF6,
        name: "CJK UNIFIED IDEOGRAPH-22BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF7,
        name: "CJK UNIFIED IDEOGRAPH-22BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF8,
        name: "CJK UNIFIED IDEOGRAPH-22BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BF9,
        name: "CJK UNIFIED IDEOGRAPH-22BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BFA,
        name: "CJK UNIFIED IDEOGRAPH-22BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BFB,
        name: "CJK UNIFIED IDEOGRAPH-22BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BFC,
        name: "CJK UNIFIED IDEOGRAPH-22BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BFD,
        name: "CJK UNIFIED IDEOGRAPH-22BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BFE,
        name: "CJK UNIFIED IDEOGRAPH-22BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22BFF,
        name: "CJK UNIFIED IDEOGRAPH-22BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C00,
        name: "CJK UNIFIED IDEOGRAPH-22C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C01,
        name: "CJK UNIFIED IDEOGRAPH-22C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C02,
        name: "CJK UNIFIED IDEOGRAPH-22C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C03,
        name: "CJK UNIFIED IDEOGRAPH-22C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C04,
        name: "CJK UNIFIED IDEOGRAPH-22C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C05,
        name: "CJK UNIFIED IDEOGRAPH-22C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C06,
        name: "CJK UNIFIED IDEOGRAPH-22C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C07,
        name: "CJK UNIFIED IDEOGRAPH-22C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C08,
        name: "CJK UNIFIED IDEOGRAPH-22C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C09,
        name: "CJK UNIFIED IDEOGRAPH-22C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C0A,
        name: "CJK UNIFIED IDEOGRAPH-22C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C0B,
        name: "CJK UNIFIED IDEOGRAPH-22C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C0C,
        name: "CJK UNIFIED IDEOGRAPH-22C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C0D,
        name: "CJK UNIFIED IDEOGRAPH-22C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C0E,
        name: "CJK UNIFIED IDEOGRAPH-22C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C0F,
        name: "CJK UNIFIED IDEOGRAPH-22C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C10,
        name: "CJK UNIFIED IDEOGRAPH-22C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C11,
        name: "CJK UNIFIED IDEOGRAPH-22C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C12,
        name: "CJK UNIFIED IDEOGRAPH-22C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C13,
        name: "CJK UNIFIED IDEOGRAPH-22C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C14,
        name: "CJK UNIFIED IDEOGRAPH-22C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C15,
        name: "CJK UNIFIED IDEOGRAPH-22C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C16,
        name: "CJK UNIFIED IDEOGRAPH-22C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C17,
        name: "CJK UNIFIED IDEOGRAPH-22C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C18,
        name: "CJK UNIFIED IDEOGRAPH-22C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C19,
        name: "CJK UNIFIED IDEOGRAPH-22C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C1A,
        name: "CJK UNIFIED IDEOGRAPH-22C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C1B,
        name: "CJK UNIFIED IDEOGRAPH-22C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C1C,
        name: "CJK UNIFIED IDEOGRAPH-22C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C1D,
        name: "CJK UNIFIED IDEOGRAPH-22C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C1E,
        name: "CJK UNIFIED IDEOGRAPH-22C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C1F,
        name: "CJK UNIFIED IDEOGRAPH-22C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C20,
        name: "CJK UNIFIED IDEOGRAPH-22C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C21,
        name: "CJK UNIFIED IDEOGRAPH-22C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C22,
        name: "CJK UNIFIED IDEOGRAPH-22C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C23,
        name: "CJK UNIFIED IDEOGRAPH-22C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C24,
        name: "CJK UNIFIED IDEOGRAPH-22C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C25,
        name: "CJK UNIFIED IDEOGRAPH-22C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C26,
        name: "CJK UNIFIED IDEOGRAPH-22C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C27,
        name: "CJK UNIFIED IDEOGRAPH-22C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C28,
        name: "CJK UNIFIED IDEOGRAPH-22C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C29,
        name: "CJK UNIFIED IDEOGRAPH-22C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C2A,
        name: "CJK UNIFIED IDEOGRAPH-22C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C2B,
        name: "CJK UNIFIED IDEOGRAPH-22C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C2C,
        name: "CJK UNIFIED IDEOGRAPH-22C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C2D,
        name: "CJK UNIFIED IDEOGRAPH-22C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C2E,
        name: "CJK UNIFIED IDEOGRAPH-22C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C2F,
        name: "CJK UNIFIED IDEOGRAPH-22C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C30,
        name: "CJK UNIFIED IDEOGRAPH-22C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C31,
        name: "CJK UNIFIED IDEOGRAPH-22C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C32,
        name: "CJK UNIFIED IDEOGRAPH-22C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C33,
        name: "CJK UNIFIED IDEOGRAPH-22C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C34,
        name: "CJK UNIFIED IDEOGRAPH-22C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C35,
        name: "CJK UNIFIED IDEOGRAPH-22C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C36,
        name: "CJK UNIFIED IDEOGRAPH-22C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C37,
        name: "CJK UNIFIED IDEOGRAPH-22C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C38,
        name: "CJK UNIFIED IDEOGRAPH-22C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C39,
        name: "CJK UNIFIED IDEOGRAPH-22C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C3A,
        name: "CJK UNIFIED IDEOGRAPH-22C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C3B,
        name: "CJK UNIFIED IDEOGRAPH-22C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C3C,
        name: "CJK UNIFIED IDEOGRAPH-22C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C3D,
        name: "CJK UNIFIED IDEOGRAPH-22C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C3E,
        name: "CJK UNIFIED IDEOGRAPH-22C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C3F,
        name: "CJK UNIFIED IDEOGRAPH-22C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C40,
        name: "CJK UNIFIED IDEOGRAPH-22C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C41,
        name: "CJK UNIFIED IDEOGRAPH-22C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C42,
        name: "CJK UNIFIED IDEOGRAPH-22C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C43,
        name: "CJK UNIFIED IDEOGRAPH-22C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C44,
        name: "CJK UNIFIED IDEOGRAPH-22C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C45,
        name: "CJK UNIFIED IDEOGRAPH-22C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C46,
        name: "CJK UNIFIED IDEOGRAPH-22C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C47,
        name: "CJK UNIFIED IDEOGRAPH-22C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C48,
        name: "CJK UNIFIED IDEOGRAPH-22C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C49,
        name: "CJK UNIFIED IDEOGRAPH-22C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C4A,
        name: "CJK UNIFIED IDEOGRAPH-22C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C4B,
        name: "CJK UNIFIED IDEOGRAPH-22C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C4C,
        name: "CJK UNIFIED IDEOGRAPH-22C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C4D,
        name: "CJK UNIFIED IDEOGRAPH-22C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C4E,
        name: "CJK UNIFIED IDEOGRAPH-22C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C4F,
        name: "CJK UNIFIED IDEOGRAPH-22C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C50,
        name: "CJK UNIFIED IDEOGRAPH-22C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C51,
        name: "CJK UNIFIED IDEOGRAPH-22C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C52,
        name: "CJK UNIFIED IDEOGRAPH-22C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C53,
        name: "CJK UNIFIED IDEOGRAPH-22C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C54,
        name: "CJK UNIFIED IDEOGRAPH-22C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C55,
        name: "CJK UNIFIED IDEOGRAPH-22C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C56,
        name: "CJK UNIFIED IDEOGRAPH-22C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C57,
        name: "CJK UNIFIED IDEOGRAPH-22C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C58,
        name: "CJK UNIFIED IDEOGRAPH-22C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C59,
        name: "CJK UNIFIED IDEOGRAPH-22C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C5A,
        name: "CJK UNIFIED IDEOGRAPH-22C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C5B,
        name: "CJK UNIFIED IDEOGRAPH-22C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C5C,
        name: "CJK UNIFIED IDEOGRAPH-22C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C5D,
        name: "CJK UNIFIED IDEOGRAPH-22C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C5E,
        name: "CJK UNIFIED IDEOGRAPH-22C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C5F,
        name: "CJK UNIFIED IDEOGRAPH-22C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C60,
        name: "CJK UNIFIED IDEOGRAPH-22C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C61,
        name: "CJK UNIFIED IDEOGRAPH-22C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C62,
        name: "CJK UNIFIED IDEOGRAPH-22C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C63,
        name: "CJK UNIFIED IDEOGRAPH-22C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C64,
        name: "CJK UNIFIED IDEOGRAPH-22C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C65,
        name: "CJK UNIFIED IDEOGRAPH-22C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C66,
        name: "CJK UNIFIED IDEOGRAPH-22C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C67,
        name: "CJK UNIFIED IDEOGRAPH-22C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C68,
        name: "CJK UNIFIED IDEOGRAPH-22C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C69,
        name: "CJK UNIFIED IDEOGRAPH-22C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C6A,
        name: "CJK UNIFIED IDEOGRAPH-22C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C6B,
        name: "CJK UNIFIED IDEOGRAPH-22C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C6C,
        name: "CJK UNIFIED IDEOGRAPH-22C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C6D,
        name: "CJK UNIFIED IDEOGRAPH-22C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C6E,
        name: "CJK UNIFIED IDEOGRAPH-22C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C6F,
        name: "CJK UNIFIED IDEOGRAPH-22C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C70,
        name: "CJK UNIFIED IDEOGRAPH-22C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C71,
        name: "CJK UNIFIED IDEOGRAPH-22C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C72,
        name: "CJK UNIFIED IDEOGRAPH-22C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C73,
        name: "CJK UNIFIED IDEOGRAPH-22C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C74,
        name: "CJK UNIFIED IDEOGRAPH-22C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C75,
        name: "CJK UNIFIED IDEOGRAPH-22C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C76,
        name: "CJK UNIFIED IDEOGRAPH-22C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C77,
        name: "CJK UNIFIED IDEOGRAPH-22C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C78,
        name: "CJK UNIFIED IDEOGRAPH-22C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C79,
        name: "CJK UNIFIED IDEOGRAPH-22C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C7A,
        name: "CJK UNIFIED IDEOGRAPH-22C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C7B,
        name: "CJK UNIFIED IDEOGRAPH-22C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C7C,
        name: "CJK UNIFIED IDEOGRAPH-22C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C7D,
        name: "CJK UNIFIED IDEOGRAPH-22C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C7E,
        name: "CJK UNIFIED IDEOGRAPH-22C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C7F,
        name: "CJK UNIFIED IDEOGRAPH-22C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C80,
        name: "CJK UNIFIED IDEOGRAPH-22C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C81,
        name: "CJK UNIFIED IDEOGRAPH-22C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C82,
        name: "CJK UNIFIED IDEOGRAPH-22C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C83,
        name: "CJK UNIFIED IDEOGRAPH-22C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C84,
        name: "CJK UNIFIED IDEOGRAPH-22C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C85,
        name: "CJK UNIFIED IDEOGRAPH-22C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C86,
        name: "CJK UNIFIED IDEOGRAPH-22C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C87,
        name: "CJK UNIFIED IDEOGRAPH-22C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C88,
        name: "CJK UNIFIED IDEOGRAPH-22C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C89,
        name: "CJK UNIFIED IDEOGRAPH-22C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C8A,
        name: "CJK UNIFIED IDEOGRAPH-22C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C8B,
        name: "CJK UNIFIED IDEOGRAPH-22C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C8C,
        name: "CJK UNIFIED IDEOGRAPH-22C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C8D,
        name: "CJK UNIFIED IDEOGRAPH-22C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C8E,
        name: "CJK UNIFIED IDEOGRAPH-22C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C8F,
        name: "CJK UNIFIED IDEOGRAPH-22C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C90,
        name: "CJK UNIFIED IDEOGRAPH-22C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C91,
        name: "CJK UNIFIED IDEOGRAPH-22C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C92,
        name: "CJK UNIFIED IDEOGRAPH-22C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C93,
        name: "CJK UNIFIED IDEOGRAPH-22C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C94,
        name: "CJK UNIFIED IDEOGRAPH-22C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C95,
        name: "CJK UNIFIED IDEOGRAPH-22C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C96,
        name: "CJK UNIFIED IDEOGRAPH-22C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C97,
        name: "CJK UNIFIED IDEOGRAPH-22C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C98,
        name: "CJK UNIFIED IDEOGRAPH-22C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C99,
        name: "CJK UNIFIED IDEOGRAPH-22C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C9A,
        name: "CJK UNIFIED IDEOGRAPH-22C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C9B,
        name: "CJK UNIFIED IDEOGRAPH-22C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C9C,
        name: "CJK UNIFIED IDEOGRAPH-22C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C9D,
        name: "CJK UNIFIED IDEOGRAPH-22C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C9E,
        name: "CJK UNIFIED IDEOGRAPH-22C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22C9F,
        name: "CJK UNIFIED IDEOGRAPH-22C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA0,
        name: "CJK UNIFIED IDEOGRAPH-22CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA1,
        name: "CJK UNIFIED IDEOGRAPH-22CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA2,
        name: "CJK UNIFIED IDEOGRAPH-22CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA3,
        name: "CJK UNIFIED IDEOGRAPH-22CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA4,
        name: "CJK UNIFIED IDEOGRAPH-22CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA5,
        name: "CJK UNIFIED IDEOGRAPH-22CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA6,
        name: "CJK UNIFIED IDEOGRAPH-22CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA7,
        name: "CJK UNIFIED IDEOGRAPH-22CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA8,
        name: "CJK UNIFIED IDEOGRAPH-22CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CA9,
        name: "CJK UNIFIED IDEOGRAPH-22CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CAA,
        name: "CJK UNIFIED IDEOGRAPH-22CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CAB,
        name: "CJK UNIFIED IDEOGRAPH-22CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CAC,
        name: "CJK UNIFIED IDEOGRAPH-22CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CAD,
        name: "CJK UNIFIED IDEOGRAPH-22CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CAE,
        name: "CJK UNIFIED IDEOGRAPH-22CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CAF,
        name: "CJK UNIFIED IDEOGRAPH-22CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB0,
        name: "CJK UNIFIED IDEOGRAPH-22CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB1,
        name: "CJK UNIFIED IDEOGRAPH-22CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB2,
        name: "CJK UNIFIED IDEOGRAPH-22CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB3,
        name: "CJK UNIFIED IDEOGRAPH-22CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB4,
        name: "CJK UNIFIED IDEOGRAPH-22CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB5,
        name: "CJK UNIFIED IDEOGRAPH-22CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB6,
        name: "CJK UNIFIED IDEOGRAPH-22CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB7,
        name: "CJK UNIFIED IDEOGRAPH-22CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB8,
        name: "CJK UNIFIED IDEOGRAPH-22CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CB9,
        name: "CJK UNIFIED IDEOGRAPH-22CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CBA,
        name: "CJK UNIFIED IDEOGRAPH-22CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CBB,
        name: "CJK UNIFIED IDEOGRAPH-22CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CBC,
        name: "CJK UNIFIED IDEOGRAPH-22CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CBD,
        name: "CJK UNIFIED IDEOGRAPH-22CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CBE,
        name: "CJK UNIFIED IDEOGRAPH-22CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CBF,
        name: "CJK UNIFIED IDEOGRAPH-22CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC0,
        name: "CJK UNIFIED IDEOGRAPH-22CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC1,
        name: "CJK UNIFIED IDEOGRAPH-22CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC2,
        name: "CJK UNIFIED IDEOGRAPH-22CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC3,
        name: "CJK UNIFIED IDEOGRAPH-22CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC4,
        name: "CJK UNIFIED IDEOGRAPH-22CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC5,
        name: "CJK UNIFIED IDEOGRAPH-22CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC6,
        name: "CJK UNIFIED IDEOGRAPH-22CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC7,
        name: "CJK UNIFIED IDEOGRAPH-22CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC8,
        name: "CJK UNIFIED IDEOGRAPH-22CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CC9,
        name: "CJK UNIFIED IDEOGRAPH-22CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CCA,
        name: "CJK UNIFIED IDEOGRAPH-22CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CCB,
        name: "CJK UNIFIED IDEOGRAPH-22CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CCC,
        name: "CJK UNIFIED IDEOGRAPH-22CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CCD,
        name: "CJK UNIFIED IDEOGRAPH-22CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CCE,
        name: "CJK UNIFIED IDEOGRAPH-22CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CCF,
        name: "CJK UNIFIED IDEOGRAPH-22CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD0,
        name: "CJK UNIFIED IDEOGRAPH-22CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD1,
        name: "CJK UNIFIED IDEOGRAPH-22CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD2,
        name: "CJK UNIFIED IDEOGRAPH-22CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD3,
        name: "CJK UNIFIED IDEOGRAPH-22CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD4,
        name: "CJK UNIFIED IDEOGRAPH-22CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD5,
        name: "CJK UNIFIED IDEOGRAPH-22CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD6,
        name: "CJK UNIFIED IDEOGRAPH-22CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD7,
        name: "CJK UNIFIED IDEOGRAPH-22CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD8,
        name: "CJK UNIFIED IDEOGRAPH-22CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CD9,
        name: "CJK UNIFIED IDEOGRAPH-22CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CDA,
        name: "CJK UNIFIED IDEOGRAPH-22CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CDB,
        name: "CJK UNIFIED IDEOGRAPH-22CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CDC,
        name: "CJK UNIFIED IDEOGRAPH-22CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CDD,
        name: "CJK UNIFIED IDEOGRAPH-22CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CDE,
        name: "CJK UNIFIED IDEOGRAPH-22CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CDF,
        name: "CJK UNIFIED IDEOGRAPH-22CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE0,
        name: "CJK UNIFIED IDEOGRAPH-22CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE1,
        name: "CJK UNIFIED IDEOGRAPH-22CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE2,
        name: "CJK UNIFIED IDEOGRAPH-22CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE3,
        name: "CJK UNIFIED IDEOGRAPH-22CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE4,
        name: "CJK UNIFIED IDEOGRAPH-22CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE5,
        name: "CJK UNIFIED IDEOGRAPH-22CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE6,
        name: "CJK UNIFIED IDEOGRAPH-22CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE7,
        name: "CJK UNIFIED IDEOGRAPH-22CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE8,
        name: "CJK UNIFIED IDEOGRAPH-22CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CE9,
        name: "CJK UNIFIED IDEOGRAPH-22CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CEA,
        name: "CJK UNIFIED IDEOGRAPH-22CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CEB,
        name: "CJK UNIFIED IDEOGRAPH-22CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CEC,
        name: "CJK UNIFIED IDEOGRAPH-22CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CED,
        name: "CJK UNIFIED IDEOGRAPH-22CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CEE,
        name: "CJK UNIFIED IDEOGRAPH-22CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CEF,
        name: "CJK UNIFIED IDEOGRAPH-22CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF0,
        name: "CJK UNIFIED IDEOGRAPH-22CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF1,
        name: "CJK UNIFIED IDEOGRAPH-22CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF2,
        name: "CJK UNIFIED IDEOGRAPH-22CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF3,
        name: "CJK UNIFIED IDEOGRAPH-22CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF4,
        name: "CJK UNIFIED IDEOGRAPH-22CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF5,
        name: "CJK UNIFIED IDEOGRAPH-22CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF6,
        name: "CJK UNIFIED IDEOGRAPH-22CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF7,
        name: "CJK UNIFIED IDEOGRAPH-22CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF8,
        name: "CJK UNIFIED IDEOGRAPH-22CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CF9,
        name: "CJK UNIFIED IDEOGRAPH-22CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CFA,
        name: "CJK UNIFIED IDEOGRAPH-22CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CFB,
        name: "CJK UNIFIED IDEOGRAPH-22CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CFC,
        name: "CJK UNIFIED IDEOGRAPH-22CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CFD,
        name: "CJK UNIFIED IDEOGRAPH-22CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CFE,
        name: "CJK UNIFIED IDEOGRAPH-22CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22CFF,
        name: "CJK UNIFIED IDEOGRAPH-22CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D00,
        name: "CJK UNIFIED IDEOGRAPH-22D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D01,
        name: "CJK UNIFIED IDEOGRAPH-22D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D02,
        name: "CJK UNIFIED IDEOGRAPH-22D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D03,
        name: "CJK UNIFIED IDEOGRAPH-22D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D04,
        name: "CJK UNIFIED IDEOGRAPH-22D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D05,
        name: "CJK UNIFIED IDEOGRAPH-22D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D06,
        name: "CJK UNIFIED IDEOGRAPH-22D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D07,
        name: "CJK UNIFIED IDEOGRAPH-22D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D08,
        name: "CJK UNIFIED IDEOGRAPH-22D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D09,
        name: "CJK UNIFIED IDEOGRAPH-22D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D0A,
        name: "CJK UNIFIED IDEOGRAPH-22D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D0B,
        name: "CJK UNIFIED IDEOGRAPH-22D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D0C,
        name: "CJK UNIFIED IDEOGRAPH-22D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D0D,
        name: "CJK UNIFIED IDEOGRAPH-22D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D0E,
        name: "CJK UNIFIED IDEOGRAPH-22D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D0F,
        name: "CJK UNIFIED IDEOGRAPH-22D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D10,
        name: "CJK UNIFIED IDEOGRAPH-22D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D11,
        name: "CJK UNIFIED IDEOGRAPH-22D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D12,
        name: "CJK UNIFIED IDEOGRAPH-22D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D13,
        name: "CJK UNIFIED IDEOGRAPH-22D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D14,
        name: "CJK UNIFIED IDEOGRAPH-22D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D15,
        name: "CJK UNIFIED IDEOGRAPH-22D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D16,
        name: "CJK UNIFIED IDEOGRAPH-22D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D17,
        name: "CJK UNIFIED IDEOGRAPH-22D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D18,
        name: "CJK UNIFIED IDEOGRAPH-22D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D19,
        name: "CJK UNIFIED IDEOGRAPH-22D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D1A,
        name: "CJK UNIFIED IDEOGRAPH-22D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D1B,
        name: "CJK UNIFIED IDEOGRAPH-22D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D1C,
        name: "CJK UNIFIED IDEOGRAPH-22D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D1D,
        name: "CJK UNIFIED IDEOGRAPH-22D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D1E,
        name: "CJK UNIFIED IDEOGRAPH-22D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D1F,
        name: "CJK UNIFIED IDEOGRAPH-22D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D20,
        name: "CJK UNIFIED IDEOGRAPH-22D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D21,
        name: "CJK UNIFIED IDEOGRAPH-22D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D22,
        name: "CJK UNIFIED IDEOGRAPH-22D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D23,
        name: "CJK UNIFIED IDEOGRAPH-22D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D24,
        name: "CJK UNIFIED IDEOGRAPH-22D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D25,
        name: "CJK UNIFIED IDEOGRAPH-22D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D26,
        name: "CJK UNIFIED IDEOGRAPH-22D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D27,
        name: "CJK UNIFIED IDEOGRAPH-22D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D28,
        name: "CJK UNIFIED IDEOGRAPH-22D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D29,
        name: "CJK UNIFIED IDEOGRAPH-22D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D2A,
        name: "CJK UNIFIED IDEOGRAPH-22D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D2B,
        name: "CJK UNIFIED IDEOGRAPH-22D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D2C,
        name: "CJK UNIFIED IDEOGRAPH-22D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D2D,
        name: "CJK UNIFIED IDEOGRAPH-22D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D2E,
        name: "CJK UNIFIED IDEOGRAPH-22D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D2F,
        name: "CJK UNIFIED IDEOGRAPH-22D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D30,
        name: "CJK UNIFIED IDEOGRAPH-22D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D31,
        name: "CJK UNIFIED IDEOGRAPH-22D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D32,
        name: "CJK UNIFIED IDEOGRAPH-22D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D33,
        name: "CJK UNIFIED IDEOGRAPH-22D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D34,
        name: "CJK UNIFIED IDEOGRAPH-22D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D35,
        name: "CJK UNIFIED IDEOGRAPH-22D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D36,
        name: "CJK UNIFIED IDEOGRAPH-22D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D37,
        name: "CJK UNIFIED IDEOGRAPH-22D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D38,
        name: "CJK UNIFIED IDEOGRAPH-22D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D39,
        name: "CJK UNIFIED IDEOGRAPH-22D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D3A,
        name: "CJK UNIFIED IDEOGRAPH-22D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D3B,
        name: "CJK UNIFIED IDEOGRAPH-22D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D3C,
        name: "CJK UNIFIED IDEOGRAPH-22D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D3D,
        name: "CJK UNIFIED IDEOGRAPH-22D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D3E,
        name: "CJK UNIFIED IDEOGRAPH-22D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D3F,
        name: "CJK UNIFIED IDEOGRAPH-22D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D40,
        name: "CJK UNIFIED IDEOGRAPH-22D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D41,
        name: "CJK UNIFIED IDEOGRAPH-22D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D42,
        name: "CJK UNIFIED IDEOGRAPH-22D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D43,
        name: "CJK UNIFIED IDEOGRAPH-22D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D44,
        name: "CJK UNIFIED IDEOGRAPH-22D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D45,
        name: "CJK UNIFIED IDEOGRAPH-22D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D46,
        name: "CJK UNIFIED IDEOGRAPH-22D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D47,
        name: "CJK UNIFIED IDEOGRAPH-22D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D48,
        name: "CJK UNIFIED IDEOGRAPH-22D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D49,
        name: "CJK UNIFIED IDEOGRAPH-22D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D4A,
        name: "CJK UNIFIED IDEOGRAPH-22D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D4B,
        name: "CJK UNIFIED IDEOGRAPH-22D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D4C,
        name: "CJK UNIFIED IDEOGRAPH-22D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D4D,
        name: "CJK UNIFIED IDEOGRAPH-22D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D4E,
        name: "CJK UNIFIED IDEOGRAPH-22D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D4F,
        name: "CJK UNIFIED IDEOGRAPH-22D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D50,
        name: "CJK UNIFIED IDEOGRAPH-22D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D51,
        name: "CJK UNIFIED IDEOGRAPH-22D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D52,
        name: "CJK UNIFIED IDEOGRAPH-22D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D53,
        name: "CJK UNIFIED IDEOGRAPH-22D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D54,
        name: "CJK UNIFIED IDEOGRAPH-22D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D55,
        name: "CJK UNIFIED IDEOGRAPH-22D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D56,
        name: "CJK UNIFIED IDEOGRAPH-22D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D57,
        name: "CJK UNIFIED IDEOGRAPH-22D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D58,
        name: "CJK UNIFIED IDEOGRAPH-22D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D59,
        name: "CJK UNIFIED IDEOGRAPH-22D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D5A,
        name: "CJK UNIFIED IDEOGRAPH-22D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D5B,
        name: "CJK UNIFIED IDEOGRAPH-22D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D5C,
        name: "CJK UNIFIED IDEOGRAPH-22D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D5D,
        name: "CJK UNIFIED IDEOGRAPH-22D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D5E,
        name: "CJK UNIFIED IDEOGRAPH-22D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D5F,
        name: "CJK UNIFIED IDEOGRAPH-22D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D60,
        name: "CJK UNIFIED IDEOGRAPH-22D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D61,
        name: "CJK UNIFIED IDEOGRAPH-22D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D62,
        name: "CJK UNIFIED IDEOGRAPH-22D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D63,
        name: "CJK UNIFIED IDEOGRAPH-22D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D64,
        name: "CJK UNIFIED IDEOGRAPH-22D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D65,
        name: "CJK UNIFIED IDEOGRAPH-22D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D66,
        name: "CJK UNIFIED IDEOGRAPH-22D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D67,
        name: "CJK UNIFIED IDEOGRAPH-22D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D68,
        name: "CJK UNIFIED IDEOGRAPH-22D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D69,
        name: "CJK UNIFIED IDEOGRAPH-22D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D6A,
        name: "CJK UNIFIED IDEOGRAPH-22D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D6B,
        name: "CJK UNIFIED IDEOGRAPH-22D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D6C,
        name: "CJK UNIFIED IDEOGRAPH-22D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D6D,
        name: "CJK UNIFIED IDEOGRAPH-22D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D6E,
        name: "CJK UNIFIED IDEOGRAPH-22D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D6F,
        name: "CJK UNIFIED IDEOGRAPH-22D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D70,
        name: "CJK UNIFIED IDEOGRAPH-22D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D71,
        name: "CJK UNIFIED IDEOGRAPH-22D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D72,
        name: "CJK UNIFIED IDEOGRAPH-22D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D73,
        name: "CJK UNIFIED IDEOGRAPH-22D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D74,
        name: "CJK UNIFIED IDEOGRAPH-22D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D75,
        name: "CJK UNIFIED IDEOGRAPH-22D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D76,
        name: "CJK UNIFIED IDEOGRAPH-22D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D77,
        name: "CJK UNIFIED IDEOGRAPH-22D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D78,
        name: "CJK UNIFIED IDEOGRAPH-22D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D79,
        name: "CJK UNIFIED IDEOGRAPH-22D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D7A,
        name: "CJK UNIFIED IDEOGRAPH-22D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D7B,
        name: "CJK UNIFIED IDEOGRAPH-22D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D7C,
        name: "CJK UNIFIED IDEOGRAPH-22D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D7D,
        name: "CJK UNIFIED IDEOGRAPH-22D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D7E,
        name: "CJK UNIFIED IDEOGRAPH-22D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D7F,
        name: "CJK UNIFIED IDEOGRAPH-22D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D80,
        name: "CJK UNIFIED IDEOGRAPH-22D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D81,
        name: "CJK UNIFIED IDEOGRAPH-22D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D82,
        name: "CJK UNIFIED IDEOGRAPH-22D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D83,
        name: "CJK UNIFIED IDEOGRAPH-22D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D84,
        name: "CJK UNIFIED IDEOGRAPH-22D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D85,
        name: "CJK UNIFIED IDEOGRAPH-22D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D86,
        name: "CJK UNIFIED IDEOGRAPH-22D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D87,
        name: "CJK UNIFIED IDEOGRAPH-22D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D88,
        name: "CJK UNIFIED IDEOGRAPH-22D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D89,
        name: "CJK UNIFIED IDEOGRAPH-22D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D8A,
        name: "CJK UNIFIED IDEOGRAPH-22D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D8B,
        name: "CJK UNIFIED IDEOGRAPH-22D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D8C,
        name: "CJK UNIFIED IDEOGRAPH-22D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D8D,
        name: "CJK UNIFIED IDEOGRAPH-22D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D8E,
        name: "CJK UNIFIED IDEOGRAPH-22D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D8F,
        name: "CJK UNIFIED IDEOGRAPH-22D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D90,
        name: "CJK UNIFIED IDEOGRAPH-22D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D91,
        name: "CJK UNIFIED IDEOGRAPH-22D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D92,
        name: "CJK UNIFIED IDEOGRAPH-22D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D93,
        name: "CJK UNIFIED IDEOGRAPH-22D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D94,
        name: "CJK UNIFIED IDEOGRAPH-22D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D95,
        name: "CJK UNIFIED IDEOGRAPH-22D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D96,
        name: "CJK UNIFIED IDEOGRAPH-22D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D97,
        name: "CJK UNIFIED IDEOGRAPH-22D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D98,
        name: "CJK UNIFIED IDEOGRAPH-22D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D99,
        name: "CJK UNIFIED IDEOGRAPH-22D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D9A,
        name: "CJK UNIFIED IDEOGRAPH-22D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D9B,
        name: "CJK UNIFIED IDEOGRAPH-22D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D9C,
        name: "CJK UNIFIED IDEOGRAPH-22D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D9D,
        name: "CJK UNIFIED IDEOGRAPH-22D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D9E,
        name: "CJK UNIFIED IDEOGRAPH-22D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22D9F,
        name: "CJK UNIFIED IDEOGRAPH-22D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA0,
        name: "CJK UNIFIED IDEOGRAPH-22DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA1,
        name: "CJK UNIFIED IDEOGRAPH-22DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA2,
        name: "CJK UNIFIED IDEOGRAPH-22DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA3,
        name: "CJK UNIFIED IDEOGRAPH-22DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA4,
        name: "CJK UNIFIED IDEOGRAPH-22DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA5,
        name: "CJK UNIFIED IDEOGRAPH-22DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA6,
        name: "CJK UNIFIED IDEOGRAPH-22DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA7,
        name: "CJK UNIFIED IDEOGRAPH-22DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA8,
        name: "CJK UNIFIED IDEOGRAPH-22DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DA9,
        name: "CJK UNIFIED IDEOGRAPH-22DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DAA,
        name: "CJK UNIFIED IDEOGRAPH-22DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DAB,
        name: "CJK UNIFIED IDEOGRAPH-22DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DAC,
        name: "CJK UNIFIED IDEOGRAPH-22DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DAD,
        name: "CJK UNIFIED IDEOGRAPH-22DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DAE,
        name: "CJK UNIFIED IDEOGRAPH-22DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DAF,
        name: "CJK UNIFIED IDEOGRAPH-22DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB0,
        name: "CJK UNIFIED IDEOGRAPH-22DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB1,
        name: "CJK UNIFIED IDEOGRAPH-22DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB2,
        name: "CJK UNIFIED IDEOGRAPH-22DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB3,
        name: "CJK UNIFIED IDEOGRAPH-22DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB4,
        name: "CJK UNIFIED IDEOGRAPH-22DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB5,
        name: "CJK UNIFIED IDEOGRAPH-22DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB6,
        name: "CJK UNIFIED IDEOGRAPH-22DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB7,
        name: "CJK UNIFIED IDEOGRAPH-22DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB8,
        name: "CJK UNIFIED IDEOGRAPH-22DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DB9,
        name: "CJK UNIFIED IDEOGRAPH-22DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DBA,
        name: "CJK UNIFIED IDEOGRAPH-22DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DBB,
        name: "CJK UNIFIED IDEOGRAPH-22DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DBC,
        name: "CJK UNIFIED IDEOGRAPH-22DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DBD,
        name: "CJK UNIFIED IDEOGRAPH-22DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DBE,
        name: "CJK UNIFIED IDEOGRAPH-22DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DBF,
        name: "CJK UNIFIED IDEOGRAPH-22DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC0,
        name: "CJK UNIFIED IDEOGRAPH-22DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC1,
        name: "CJK UNIFIED IDEOGRAPH-22DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC2,
        name: "CJK UNIFIED IDEOGRAPH-22DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC3,
        name: "CJK UNIFIED IDEOGRAPH-22DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC4,
        name: "CJK UNIFIED IDEOGRAPH-22DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC5,
        name: "CJK UNIFIED IDEOGRAPH-22DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC6,
        name: "CJK UNIFIED IDEOGRAPH-22DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC7,
        name: "CJK UNIFIED IDEOGRAPH-22DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC8,
        name: "CJK UNIFIED IDEOGRAPH-22DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DC9,
        name: "CJK UNIFIED IDEOGRAPH-22DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DCA,
        name: "CJK UNIFIED IDEOGRAPH-22DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DCB,
        name: "CJK UNIFIED IDEOGRAPH-22DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DCC,
        name: "CJK UNIFIED IDEOGRAPH-22DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DCD,
        name: "CJK UNIFIED IDEOGRAPH-22DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DCE,
        name: "CJK UNIFIED IDEOGRAPH-22DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DCF,
        name: "CJK UNIFIED IDEOGRAPH-22DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD0,
        name: "CJK UNIFIED IDEOGRAPH-22DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD1,
        name: "CJK UNIFIED IDEOGRAPH-22DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD2,
        name: "CJK UNIFIED IDEOGRAPH-22DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD3,
        name: "CJK UNIFIED IDEOGRAPH-22DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD4,
        name: "CJK UNIFIED IDEOGRAPH-22DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD5,
        name: "CJK UNIFIED IDEOGRAPH-22DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD6,
        name: "CJK UNIFIED IDEOGRAPH-22DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD7,
        name: "CJK UNIFIED IDEOGRAPH-22DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD8,
        name: "CJK UNIFIED IDEOGRAPH-22DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DD9,
        name: "CJK UNIFIED IDEOGRAPH-22DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DDA,
        name: "CJK UNIFIED IDEOGRAPH-22DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DDB,
        name: "CJK UNIFIED IDEOGRAPH-22DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DDC,
        name: "CJK UNIFIED IDEOGRAPH-22DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DDD,
        name: "CJK UNIFIED IDEOGRAPH-22DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DDE,
        name: "CJK UNIFIED IDEOGRAPH-22DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DDF,
        name: "CJK UNIFIED IDEOGRAPH-22DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE0,
        name: "CJK UNIFIED IDEOGRAPH-22DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE1,
        name: "CJK UNIFIED IDEOGRAPH-22DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE2,
        name: "CJK UNIFIED IDEOGRAPH-22DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE3,
        name: "CJK UNIFIED IDEOGRAPH-22DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE4,
        name: "CJK UNIFIED IDEOGRAPH-22DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE5,
        name: "CJK UNIFIED IDEOGRAPH-22DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE6,
        name: "CJK UNIFIED IDEOGRAPH-22DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE7,
        name: "CJK UNIFIED IDEOGRAPH-22DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE8,
        name: "CJK UNIFIED IDEOGRAPH-22DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DE9,
        name: "CJK UNIFIED IDEOGRAPH-22DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DEA,
        name: "CJK UNIFIED IDEOGRAPH-22DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DEB,
        name: "CJK UNIFIED IDEOGRAPH-22DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DEC,
        name: "CJK UNIFIED IDEOGRAPH-22DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DED,
        name: "CJK UNIFIED IDEOGRAPH-22DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DEE,
        name: "CJK UNIFIED IDEOGRAPH-22DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DEF,
        name: "CJK UNIFIED IDEOGRAPH-22DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF0,
        name: "CJK UNIFIED IDEOGRAPH-22DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF1,
        name: "CJK UNIFIED IDEOGRAPH-22DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF2,
        name: "CJK UNIFIED IDEOGRAPH-22DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF3,
        name: "CJK UNIFIED IDEOGRAPH-22DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF4,
        name: "CJK UNIFIED IDEOGRAPH-22DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF5,
        name: "CJK UNIFIED IDEOGRAPH-22DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF6,
        name: "CJK UNIFIED IDEOGRAPH-22DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF7,
        name: "CJK UNIFIED IDEOGRAPH-22DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF8,
        name: "CJK UNIFIED IDEOGRAPH-22DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DF9,
        name: "CJK UNIFIED IDEOGRAPH-22DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DFA,
        name: "CJK UNIFIED IDEOGRAPH-22DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DFB,
        name: "CJK UNIFIED IDEOGRAPH-22DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DFC,
        name: "CJK UNIFIED IDEOGRAPH-22DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DFD,
        name: "CJK UNIFIED IDEOGRAPH-22DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DFE,
        name: "CJK UNIFIED IDEOGRAPH-22DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22DFF,
        name: "CJK UNIFIED IDEOGRAPH-22DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E00,
        name: "CJK UNIFIED IDEOGRAPH-22E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E01,
        name: "CJK UNIFIED IDEOGRAPH-22E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E02,
        name: "CJK UNIFIED IDEOGRAPH-22E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E03,
        name: "CJK UNIFIED IDEOGRAPH-22E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E04,
        name: "CJK UNIFIED IDEOGRAPH-22E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E05,
        name: "CJK UNIFIED IDEOGRAPH-22E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E06,
        name: "CJK UNIFIED IDEOGRAPH-22E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E07,
        name: "CJK UNIFIED IDEOGRAPH-22E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E08,
        name: "CJK UNIFIED IDEOGRAPH-22E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E09,
        name: "CJK UNIFIED IDEOGRAPH-22E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E0A,
        name: "CJK UNIFIED IDEOGRAPH-22E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E0B,
        name: "CJK UNIFIED IDEOGRAPH-22E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E0C,
        name: "CJK UNIFIED IDEOGRAPH-22E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E0D,
        name: "CJK UNIFIED IDEOGRAPH-22E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E0E,
        name: "CJK UNIFIED IDEOGRAPH-22E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E0F,
        name: "CJK UNIFIED IDEOGRAPH-22E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E10,
        name: "CJK UNIFIED IDEOGRAPH-22E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E11,
        name: "CJK UNIFIED IDEOGRAPH-22E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E12,
        name: "CJK UNIFIED IDEOGRAPH-22E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E13,
        name: "CJK UNIFIED IDEOGRAPH-22E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E14,
        name: "CJK UNIFIED IDEOGRAPH-22E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E15,
        name: "CJK UNIFIED IDEOGRAPH-22E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E16,
        name: "CJK UNIFIED IDEOGRAPH-22E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E17,
        name: "CJK UNIFIED IDEOGRAPH-22E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E18,
        name: "CJK UNIFIED IDEOGRAPH-22E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E19,
        name: "CJK UNIFIED IDEOGRAPH-22E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E1A,
        name: "CJK UNIFIED IDEOGRAPH-22E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E1B,
        name: "CJK UNIFIED IDEOGRAPH-22E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E1C,
        name: "CJK UNIFIED IDEOGRAPH-22E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E1D,
        name: "CJK UNIFIED IDEOGRAPH-22E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E1E,
        name: "CJK UNIFIED IDEOGRAPH-22E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E1F,
        name: "CJK UNIFIED IDEOGRAPH-22E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E20,
        name: "CJK UNIFIED IDEOGRAPH-22E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E21,
        name: "CJK UNIFIED IDEOGRAPH-22E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E22,
        name: "CJK UNIFIED IDEOGRAPH-22E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E23,
        name: "CJK UNIFIED IDEOGRAPH-22E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E24,
        name: "CJK UNIFIED IDEOGRAPH-22E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E25,
        name: "CJK UNIFIED IDEOGRAPH-22E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E26,
        name: "CJK UNIFIED IDEOGRAPH-22E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E27,
        name: "CJK UNIFIED IDEOGRAPH-22E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E28,
        name: "CJK UNIFIED IDEOGRAPH-22E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E29,
        name: "CJK UNIFIED IDEOGRAPH-22E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E2A,
        name: "CJK UNIFIED IDEOGRAPH-22E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E2B,
        name: "CJK UNIFIED IDEOGRAPH-22E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E2C,
        name: "CJK UNIFIED IDEOGRAPH-22E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E2D,
        name: "CJK UNIFIED IDEOGRAPH-22E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E2E,
        name: "CJK UNIFIED IDEOGRAPH-22E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E2F,
        name: "CJK UNIFIED IDEOGRAPH-22E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E30,
        name: "CJK UNIFIED IDEOGRAPH-22E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E31,
        name: "CJK UNIFIED IDEOGRAPH-22E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E32,
        name: "CJK UNIFIED IDEOGRAPH-22E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E33,
        name: "CJK UNIFIED IDEOGRAPH-22E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E34,
        name: "CJK UNIFIED IDEOGRAPH-22E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E35,
        name: "CJK UNIFIED IDEOGRAPH-22E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E36,
        name: "CJK UNIFIED IDEOGRAPH-22E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E37,
        name: "CJK UNIFIED IDEOGRAPH-22E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E38,
        name: "CJK UNIFIED IDEOGRAPH-22E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E39,
        name: "CJK UNIFIED IDEOGRAPH-22E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E3A,
        name: "CJK UNIFIED IDEOGRAPH-22E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E3B,
        name: "CJK UNIFIED IDEOGRAPH-22E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E3C,
        name: "CJK UNIFIED IDEOGRAPH-22E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E3D,
        name: "CJK UNIFIED IDEOGRAPH-22E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E3E,
        name: "CJK UNIFIED IDEOGRAPH-22E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E3F,
        name: "CJK UNIFIED IDEOGRAPH-22E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E40,
        name: "CJK UNIFIED IDEOGRAPH-22E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E41,
        name: "CJK UNIFIED IDEOGRAPH-22E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E42,
        name: "CJK UNIFIED IDEOGRAPH-22E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E43,
        name: "CJK UNIFIED IDEOGRAPH-22E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E44,
        name: "CJK UNIFIED IDEOGRAPH-22E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E45,
        name: "CJK UNIFIED IDEOGRAPH-22E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E46,
        name: "CJK UNIFIED IDEOGRAPH-22E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E47,
        name: "CJK UNIFIED IDEOGRAPH-22E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E48,
        name: "CJK UNIFIED IDEOGRAPH-22E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E49,
        name: "CJK UNIFIED IDEOGRAPH-22E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E4A,
        name: "CJK UNIFIED IDEOGRAPH-22E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E4B,
        name: "CJK UNIFIED IDEOGRAPH-22E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E4C,
        name: "CJK UNIFIED IDEOGRAPH-22E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E4D,
        name: "CJK UNIFIED IDEOGRAPH-22E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E4E,
        name: "CJK UNIFIED IDEOGRAPH-22E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E4F,
        name: "CJK UNIFIED IDEOGRAPH-22E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E50,
        name: "CJK UNIFIED IDEOGRAPH-22E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E51,
        name: "CJK UNIFIED IDEOGRAPH-22E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E52,
        name: "CJK UNIFIED IDEOGRAPH-22E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E53,
        name: "CJK UNIFIED IDEOGRAPH-22E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E54,
        name: "CJK UNIFIED IDEOGRAPH-22E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E55,
        name: "CJK UNIFIED IDEOGRAPH-22E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E56,
        name: "CJK UNIFIED IDEOGRAPH-22E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E57,
        name: "CJK UNIFIED IDEOGRAPH-22E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E58,
        name: "CJK UNIFIED IDEOGRAPH-22E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E59,
        name: "CJK UNIFIED IDEOGRAPH-22E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E5A,
        name: "CJK UNIFIED IDEOGRAPH-22E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E5B,
        name: "CJK UNIFIED IDEOGRAPH-22E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E5C,
        name: "CJK UNIFIED IDEOGRAPH-22E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E5D,
        name: "CJK UNIFIED IDEOGRAPH-22E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E5E,
        name: "CJK UNIFIED IDEOGRAPH-22E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E5F,
        name: "CJK UNIFIED IDEOGRAPH-22E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E60,
        name: "CJK UNIFIED IDEOGRAPH-22E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E61,
        name: "CJK UNIFIED IDEOGRAPH-22E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E62,
        name: "CJK UNIFIED IDEOGRAPH-22E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E63,
        name: "CJK UNIFIED IDEOGRAPH-22E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E64,
        name: "CJK UNIFIED IDEOGRAPH-22E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E65,
        name: "CJK UNIFIED IDEOGRAPH-22E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E66,
        name: "CJK UNIFIED IDEOGRAPH-22E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E67,
        name: "CJK UNIFIED IDEOGRAPH-22E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E68,
        name: "CJK UNIFIED IDEOGRAPH-22E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E69,
        name: "CJK UNIFIED IDEOGRAPH-22E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E6A,
        name: "CJK UNIFIED IDEOGRAPH-22E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E6B,
        name: "CJK UNIFIED IDEOGRAPH-22E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E6C,
        name: "CJK UNIFIED IDEOGRAPH-22E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E6D,
        name: "CJK UNIFIED IDEOGRAPH-22E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E6E,
        name: "CJK UNIFIED IDEOGRAPH-22E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E6F,
        name: "CJK UNIFIED IDEOGRAPH-22E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E70,
        name: "CJK UNIFIED IDEOGRAPH-22E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E71,
        name: "CJK UNIFIED IDEOGRAPH-22E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E72,
        name: "CJK UNIFIED IDEOGRAPH-22E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E73,
        name: "CJK UNIFIED IDEOGRAPH-22E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E74,
        name: "CJK UNIFIED IDEOGRAPH-22E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E75,
        name: "CJK UNIFIED IDEOGRAPH-22E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E76,
        name: "CJK UNIFIED IDEOGRAPH-22E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E77,
        name: "CJK UNIFIED IDEOGRAPH-22E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E78,
        name: "CJK UNIFIED IDEOGRAPH-22E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E79,
        name: "CJK UNIFIED IDEOGRAPH-22E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E7A,
        name: "CJK UNIFIED IDEOGRAPH-22E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E7B,
        name: "CJK UNIFIED IDEOGRAPH-22E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E7C,
        name: "CJK UNIFIED IDEOGRAPH-22E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E7D,
        name: "CJK UNIFIED IDEOGRAPH-22E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E7E,
        name: "CJK UNIFIED IDEOGRAPH-22E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E7F,
        name: "CJK UNIFIED IDEOGRAPH-22E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E80,
        name: "CJK UNIFIED IDEOGRAPH-22E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E81,
        name: "CJK UNIFIED IDEOGRAPH-22E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E82,
        name: "CJK UNIFIED IDEOGRAPH-22E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E83,
        name: "CJK UNIFIED IDEOGRAPH-22E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E84,
        name: "CJK UNIFIED IDEOGRAPH-22E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E85,
        name: "CJK UNIFIED IDEOGRAPH-22E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E86,
        name: "CJK UNIFIED IDEOGRAPH-22E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E87,
        name: "CJK UNIFIED IDEOGRAPH-22E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E88,
        name: "CJK UNIFIED IDEOGRAPH-22E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E89,
        name: "CJK UNIFIED IDEOGRAPH-22E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E8A,
        name: "CJK UNIFIED IDEOGRAPH-22E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E8B,
        name: "CJK UNIFIED IDEOGRAPH-22E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E8C,
        name: "CJK UNIFIED IDEOGRAPH-22E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E8D,
        name: "CJK UNIFIED IDEOGRAPH-22E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E8E,
        name: "CJK UNIFIED IDEOGRAPH-22E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E8F,
        name: "CJK UNIFIED IDEOGRAPH-22E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E90,
        name: "CJK UNIFIED IDEOGRAPH-22E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E91,
        name: "CJK UNIFIED IDEOGRAPH-22E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E92,
        name: "CJK UNIFIED IDEOGRAPH-22E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E93,
        name: "CJK UNIFIED IDEOGRAPH-22E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E94,
        name: "CJK UNIFIED IDEOGRAPH-22E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E95,
        name: "CJK UNIFIED IDEOGRAPH-22E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E96,
        name: "CJK UNIFIED IDEOGRAPH-22E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E97,
        name: "CJK UNIFIED IDEOGRAPH-22E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E98,
        name: "CJK UNIFIED IDEOGRAPH-22E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E99,
        name: "CJK UNIFIED IDEOGRAPH-22E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E9A,
        name: "CJK UNIFIED IDEOGRAPH-22E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E9B,
        name: "CJK UNIFIED IDEOGRAPH-22E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E9C,
        name: "CJK UNIFIED IDEOGRAPH-22E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E9D,
        name: "CJK UNIFIED IDEOGRAPH-22E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E9E,
        name: "CJK UNIFIED IDEOGRAPH-22E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22E9F,
        name: "CJK UNIFIED IDEOGRAPH-22E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA0,
        name: "CJK UNIFIED IDEOGRAPH-22EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA1,
        name: "CJK UNIFIED IDEOGRAPH-22EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA2,
        name: "CJK UNIFIED IDEOGRAPH-22EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA3,
        name: "CJK UNIFIED IDEOGRAPH-22EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA4,
        name: "CJK UNIFIED IDEOGRAPH-22EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA5,
        name: "CJK UNIFIED IDEOGRAPH-22EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA6,
        name: "CJK UNIFIED IDEOGRAPH-22EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA7,
        name: "CJK UNIFIED IDEOGRAPH-22EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA8,
        name: "CJK UNIFIED IDEOGRAPH-22EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EA9,
        name: "CJK UNIFIED IDEOGRAPH-22EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EAA,
        name: "CJK UNIFIED IDEOGRAPH-22EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EAB,
        name: "CJK UNIFIED IDEOGRAPH-22EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EAC,
        name: "CJK UNIFIED IDEOGRAPH-22EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EAD,
        name: "CJK UNIFIED IDEOGRAPH-22EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EAE,
        name: "CJK UNIFIED IDEOGRAPH-22EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EAF,
        name: "CJK UNIFIED IDEOGRAPH-22EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB0,
        name: "CJK UNIFIED IDEOGRAPH-22EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB1,
        name: "CJK UNIFIED IDEOGRAPH-22EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB2,
        name: "CJK UNIFIED IDEOGRAPH-22EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB3,
        name: "CJK UNIFIED IDEOGRAPH-22EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB4,
        name: "CJK UNIFIED IDEOGRAPH-22EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB5,
        name: "CJK UNIFIED IDEOGRAPH-22EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB6,
        name: "CJK UNIFIED IDEOGRAPH-22EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB7,
        name: "CJK UNIFIED IDEOGRAPH-22EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB8,
        name: "CJK UNIFIED IDEOGRAPH-22EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EB9,
        name: "CJK UNIFIED IDEOGRAPH-22EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EBA,
        name: "CJK UNIFIED IDEOGRAPH-22EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EBB,
        name: "CJK UNIFIED IDEOGRAPH-22EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EBC,
        name: "CJK UNIFIED IDEOGRAPH-22EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EBD,
        name: "CJK UNIFIED IDEOGRAPH-22EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EBE,
        name: "CJK UNIFIED IDEOGRAPH-22EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EBF,
        name: "CJK UNIFIED IDEOGRAPH-22EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC0,
        name: "CJK UNIFIED IDEOGRAPH-22EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC1,
        name: "CJK UNIFIED IDEOGRAPH-22EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC2,
        name: "CJK UNIFIED IDEOGRAPH-22EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC3,
        name: "CJK UNIFIED IDEOGRAPH-22EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC4,
        name: "CJK UNIFIED IDEOGRAPH-22EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC5,
        name: "CJK UNIFIED IDEOGRAPH-22EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC6,
        name: "CJK UNIFIED IDEOGRAPH-22EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC7,
        name: "CJK UNIFIED IDEOGRAPH-22EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC8,
        name: "CJK UNIFIED IDEOGRAPH-22EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EC9,
        name: "CJK UNIFIED IDEOGRAPH-22EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ECA,
        name: "CJK UNIFIED IDEOGRAPH-22ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ECB,
        name: "CJK UNIFIED IDEOGRAPH-22ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ECC,
        name: "CJK UNIFIED IDEOGRAPH-22ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ECD,
        name: "CJK UNIFIED IDEOGRAPH-22ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ECE,
        name: "CJK UNIFIED IDEOGRAPH-22ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ECF,
        name: "CJK UNIFIED IDEOGRAPH-22ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED0,
        name: "CJK UNIFIED IDEOGRAPH-22ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED1,
        name: "CJK UNIFIED IDEOGRAPH-22ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED2,
        name: "CJK UNIFIED IDEOGRAPH-22ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED3,
        name: "CJK UNIFIED IDEOGRAPH-22ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED4,
        name: "CJK UNIFIED IDEOGRAPH-22ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED5,
        name: "CJK UNIFIED IDEOGRAPH-22ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED6,
        name: "CJK UNIFIED IDEOGRAPH-22ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED7,
        name: "CJK UNIFIED IDEOGRAPH-22ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED8,
        name: "CJK UNIFIED IDEOGRAPH-22ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22ED9,
        name: "CJK UNIFIED IDEOGRAPH-22ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EDA,
        name: "CJK UNIFIED IDEOGRAPH-22EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EDB,
        name: "CJK UNIFIED IDEOGRAPH-22EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EDC,
        name: "CJK UNIFIED IDEOGRAPH-22EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EDD,
        name: "CJK UNIFIED IDEOGRAPH-22EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EDE,
        name: "CJK UNIFIED IDEOGRAPH-22EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EDF,
        name: "CJK UNIFIED IDEOGRAPH-22EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE0,
        name: "CJK UNIFIED IDEOGRAPH-22EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE1,
        name: "CJK UNIFIED IDEOGRAPH-22EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE2,
        name: "CJK UNIFIED IDEOGRAPH-22EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE3,
        name: "CJK UNIFIED IDEOGRAPH-22EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE4,
        name: "CJK UNIFIED IDEOGRAPH-22EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE5,
        name: "CJK UNIFIED IDEOGRAPH-22EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE6,
        name: "CJK UNIFIED IDEOGRAPH-22EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE7,
        name: "CJK UNIFIED IDEOGRAPH-22EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE8,
        name: "CJK UNIFIED IDEOGRAPH-22EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EE9,
        name: "CJK UNIFIED IDEOGRAPH-22EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EEA,
        name: "CJK UNIFIED IDEOGRAPH-22EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EEB,
        name: "CJK UNIFIED IDEOGRAPH-22EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EEC,
        name: "CJK UNIFIED IDEOGRAPH-22EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EED,
        name: "CJK UNIFIED IDEOGRAPH-22EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EEE,
        name: "CJK UNIFIED IDEOGRAPH-22EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EEF,
        name: "CJK UNIFIED IDEOGRAPH-22EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF0,
        name: "CJK UNIFIED IDEOGRAPH-22EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF1,
        name: "CJK UNIFIED IDEOGRAPH-22EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF2,
        name: "CJK UNIFIED IDEOGRAPH-22EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF3,
        name: "CJK UNIFIED IDEOGRAPH-22EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF4,
        name: "CJK UNIFIED IDEOGRAPH-22EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF5,
        name: "CJK UNIFIED IDEOGRAPH-22EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF6,
        name: "CJK UNIFIED IDEOGRAPH-22EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF7,
        name: "CJK UNIFIED IDEOGRAPH-22EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF8,
        name: "CJK UNIFIED IDEOGRAPH-22EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EF9,
        name: "CJK UNIFIED IDEOGRAPH-22EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EFA,
        name: "CJK UNIFIED IDEOGRAPH-22EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EFB,
        name: "CJK UNIFIED IDEOGRAPH-22EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EFC,
        name: "CJK UNIFIED IDEOGRAPH-22EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EFD,
        name: "CJK UNIFIED IDEOGRAPH-22EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EFE,
        name: "CJK UNIFIED IDEOGRAPH-22EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22EFF,
        name: "CJK UNIFIED IDEOGRAPH-22EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F00,
        name: "CJK UNIFIED IDEOGRAPH-22F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F01,
        name: "CJK UNIFIED IDEOGRAPH-22F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F02,
        name: "CJK UNIFIED IDEOGRAPH-22F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F03,
        name: "CJK UNIFIED IDEOGRAPH-22F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F04,
        name: "CJK UNIFIED IDEOGRAPH-22F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F05,
        name: "CJK UNIFIED IDEOGRAPH-22F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F06,
        name: "CJK UNIFIED IDEOGRAPH-22F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F07,
        name: "CJK UNIFIED IDEOGRAPH-22F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F08,
        name: "CJK UNIFIED IDEOGRAPH-22F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F09,
        name: "CJK UNIFIED IDEOGRAPH-22F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F0A,
        name: "CJK UNIFIED IDEOGRAPH-22F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F0B,
        name: "CJK UNIFIED IDEOGRAPH-22F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F0C,
        name: "CJK UNIFIED IDEOGRAPH-22F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F0D,
        name: "CJK UNIFIED IDEOGRAPH-22F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F0E,
        name: "CJK UNIFIED IDEOGRAPH-22F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F0F,
        name: "CJK UNIFIED IDEOGRAPH-22F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F10,
        name: "CJK UNIFIED IDEOGRAPH-22F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F11,
        name: "CJK UNIFIED IDEOGRAPH-22F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F12,
        name: "CJK UNIFIED IDEOGRAPH-22F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F13,
        name: "CJK UNIFIED IDEOGRAPH-22F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F14,
        name: "CJK UNIFIED IDEOGRAPH-22F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F15,
        name: "CJK UNIFIED IDEOGRAPH-22F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F16,
        name: "CJK UNIFIED IDEOGRAPH-22F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F17,
        name: "CJK UNIFIED IDEOGRAPH-22F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F18,
        name: "CJK UNIFIED IDEOGRAPH-22F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F19,
        name: "CJK UNIFIED IDEOGRAPH-22F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F1A,
        name: "CJK UNIFIED IDEOGRAPH-22F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F1B,
        name: "CJK UNIFIED IDEOGRAPH-22F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F1C,
        name: "CJK UNIFIED IDEOGRAPH-22F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F1D,
        name: "CJK UNIFIED IDEOGRAPH-22F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F1E,
        name: "CJK UNIFIED IDEOGRAPH-22F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F1F,
        name: "CJK UNIFIED IDEOGRAPH-22F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F20,
        name: "CJK UNIFIED IDEOGRAPH-22F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F21,
        name: "CJK UNIFIED IDEOGRAPH-22F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F22,
        name: "CJK UNIFIED IDEOGRAPH-22F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F23,
        name: "CJK UNIFIED IDEOGRAPH-22F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F24,
        name: "CJK UNIFIED IDEOGRAPH-22F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F25,
        name: "CJK UNIFIED IDEOGRAPH-22F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F26,
        name: "CJK UNIFIED IDEOGRAPH-22F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F27,
        name: "CJK UNIFIED IDEOGRAPH-22F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F28,
        name: "CJK UNIFIED IDEOGRAPH-22F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F29,
        name: "CJK UNIFIED IDEOGRAPH-22F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F2A,
        name: "CJK UNIFIED IDEOGRAPH-22F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F2B,
        name: "CJK UNIFIED IDEOGRAPH-22F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F2C,
        name: "CJK UNIFIED IDEOGRAPH-22F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F2D,
        name: "CJK UNIFIED IDEOGRAPH-22F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F2E,
        name: "CJK UNIFIED IDEOGRAPH-22F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F2F,
        name: "CJK UNIFIED IDEOGRAPH-22F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F30,
        name: "CJK UNIFIED IDEOGRAPH-22F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F31,
        name: "CJK UNIFIED IDEOGRAPH-22F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F32,
        name: "CJK UNIFIED IDEOGRAPH-22F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F33,
        name: "CJK UNIFIED IDEOGRAPH-22F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F34,
        name: "CJK UNIFIED IDEOGRAPH-22F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F35,
        name: "CJK UNIFIED IDEOGRAPH-22F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F36,
        name: "CJK UNIFIED IDEOGRAPH-22F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F37,
        name: "CJK UNIFIED IDEOGRAPH-22F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F38,
        name: "CJK UNIFIED IDEOGRAPH-22F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F39,
        name: "CJK UNIFIED IDEOGRAPH-22F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F3A,
        name: "CJK UNIFIED IDEOGRAPH-22F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F3B,
        name: "CJK UNIFIED IDEOGRAPH-22F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F3C,
        name: "CJK UNIFIED IDEOGRAPH-22F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F3D,
        name: "CJK UNIFIED IDEOGRAPH-22F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F3E,
        name: "CJK UNIFIED IDEOGRAPH-22F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F3F,
        name: "CJK UNIFIED IDEOGRAPH-22F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F40,
        name: "CJK UNIFIED IDEOGRAPH-22F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F41,
        name: "CJK UNIFIED IDEOGRAPH-22F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F42,
        name: "CJK UNIFIED IDEOGRAPH-22F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F43,
        name: "CJK UNIFIED IDEOGRAPH-22F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F44,
        name: "CJK UNIFIED IDEOGRAPH-22F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F45,
        name: "CJK UNIFIED IDEOGRAPH-22F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F46,
        name: "CJK UNIFIED IDEOGRAPH-22F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F47,
        name: "CJK UNIFIED IDEOGRAPH-22F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F48,
        name: "CJK UNIFIED IDEOGRAPH-22F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F49,
        name: "CJK UNIFIED IDEOGRAPH-22F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F4A,
        name: "CJK UNIFIED IDEOGRAPH-22F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F4B,
        name: "CJK UNIFIED IDEOGRAPH-22F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F4C,
        name: "CJK UNIFIED IDEOGRAPH-22F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F4D,
        name: "CJK UNIFIED IDEOGRAPH-22F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F4E,
        name: "CJK UNIFIED IDEOGRAPH-22F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F4F,
        name: "CJK UNIFIED IDEOGRAPH-22F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F50,
        name: "CJK UNIFIED IDEOGRAPH-22F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F51,
        name: "CJK UNIFIED IDEOGRAPH-22F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F52,
        name: "CJK UNIFIED IDEOGRAPH-22F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F53,
        name: "CJK UNIFIED IDEOGRAPH-22F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F54,
        name: "CJK UNIFIED IDEOGRAPH-22F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F55,
        name: "CJK UNIFIED IDEOGRAPH-22F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F56,
        name: "CJK UNIFIED IDEOGRAPH-22F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F57,
        name: "CJK UNIFIED IDEOGRAPH-22F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F58,
        name: "CJK UNIFIED IDEOGRAPH-22F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F59,
        name: "CJK UNIFIED IDEOGRAPH-22F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F5A,
        name: "CJK UNIFIED IDEOGRAPH-22F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F5B,
        name: "CJK UNIFIED IDEOGRAPH-22F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F5C,
        name: "CJK UNIFIED IDEOGRAPH-22F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F5D,
        name: "CJK UNIFIED IDEOGRAPH-22F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F5E,
        name: "CJK UNIFIED IDEOGRAPH-22F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F5F,
        name: "CJK UNIFIED IDEOGRAPH-22F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F60,
        name: "CJK UNIFIED IDEOGRAPH-22F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F61,
        name: "CJK UNIFIED IDEOGRAPH-22F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F62,
        name: "CJK UNIFIED IDEOGRAPH-22F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F63,
        name: "CJK UNIFIED IDEOGRAPH-22F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F64,
        name: "CJK UNIFIED IDEOGRAPH-22F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F65,
        name: "CJK UNIFIED IDEOGRAPH-22F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F66,
        name: "CJK UNIFIED IDEOGRAPH-22F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F67,
        name: "CJK UNIFIED IDEOGRAPH-22F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F68,
        name: "CJK UNIFIED IDEOGRAPH-22F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F69,
        name: "CJK UNIFIED IDEOGRAPH-22F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F6A,
        name: "CJK UNIFIED IDEOGRAPH-22F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F6B,
        name: "CJK UNIFIED IDEOGRAPH-22F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F6C,
        name: "CJK UNIFIED IDEOGRAPH-22F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F6D,
        name: "CJK UNIFIED IDEOGRAPH-22F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F6E,
        name: "CJK UNIFIED IDEOGRAPH-22F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F6F,
        name: "CJK UNIFIED IDEOGRAPH-22F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F70,
        name: "CJK UNIFIED IDEOGRAPH-22F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F71,
        name: "CJK UNIFIED IDEOGRAPH-22F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F72,
        name: "CJK UNIFIED IDEOGRAPH-22F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F73,
        name: "CJK UNIFIED IDEOGRAPH-22F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F74,
        name: "CJK UNIFIED IDEOGRAPH-22F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F75,
        name: "CJK UNIFIED IDEOGRAPH-22F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F76,
        name: "CJK UNIFIED IDEOGRAPH-22F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F77,
        name: "CJK UNIFIED IDEOGRAPH-22F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F78,
        name: "CJK UNIFIED IDEOGRAPH-22F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F79,
        name: "CJK UNIFIED IDEOGRAPH-22F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F7A,
        name: "CJK UNIFIED IDEOGRAPH-22F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F7B,
        name: "CJK UNIFIED IDEOGRAPH-22F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F7C,
        name: "CJK UNIFIED IDEOGRAPH-22F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F7D,
        name: "CJK UNIFIED IDEOGRAPH-22F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F7E,
        name: "CJK UNIFIED IDEOGRAPH-22F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F7F,
        name: "CJK UNIFIED IDEOGRAPH-22F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F80,
        name: "CJK UNIFIED IDEOGRAPH-22F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F81,
        name: "CJK UNIFIED IDEOGRAPH-22F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F82,
        name: "CJK UNIFIED IDEOGRAPH-22F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F83,
        name: "CJK UNIFIED IDEOGRAPH-22F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F84,
        name: "CJK UNIFIED IDEOGRAPH-22F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F85,
        name: "CJK UNIFIED IDEOGRAPH-22F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F86,
        name: "CJK UNIFIED IDEOGRAPH-22F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F87,
        name: "CJK UNIFIED IDEOGRAPH-22F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F88,
        name: "CJK UNIFIED IDEOGRAPH-22F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F89,
        name: "CJK UNIFIED IDEOGRAPH-22F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F8A,
        name: "CJK UNIFIED IDEOGRAPH-22F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F8B,
        name: "CJK UNIFIED IDEOGRAPH-22F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F8C,
        name: "CJK UNIFIED IDEOGRAPH-22F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F8D,
        name: "CJK UNIFIED IDEOGRAPH-22F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F8E,
        name: "CJK UNIFIED IDEOGRAPH-22F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F8F,
        name: "CJK UNIFIED IDEOGRAPH-22F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F90,
        name: "CJK UNIFIED IDEOGRAPH-22F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F91,
        name: "CJK UNIFIED IDEOGRAPH-22F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F92,
        name: "CJK UNIFIED IDEOGRAPH-22F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F93,
        name: "CJK UNIFIED IDEOGRAPH-22F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F94,
        name: "CJK UNIFIED IDEOGRAPH-22F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F95,
        name: "CJK UNIFIED IDEOGRAPH-22F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F96,
        name: "CJK UNIFIED IDEOGRAPH-22F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F97,
        name: "CJK UNIFIED IDEOGRAPH-22F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F98,
        name: "CJK UNIFIED IDEOGRAPH-22F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F99,
        name: "CJK UNIFIED IDEOGRAPH-22F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F9A,
        name: "CJK UNIFIED IDEOGRAPH-22F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F9B,
        name: "CJK UNIFIED IDEOGRAPH-22F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F9C,
        name: "CJK UNIFIED IDEOGRAPH-22F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F9D,
        name: "CJK UNIFIED IDEOGRAPH-22F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F9E,
        name: "CJK UNIFIED IDEOGRAPH-22F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x22F9F,
        name: "CJK UNIFIED IDEOGRAPH-22F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA0,
        name: "CJK UNIFIED IDEOGRAPH-22FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA1,
        name: "CJK UNIFIED IDEOGRAPH-22FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA2,
        name: "CJK UNIFIED IDEOGRAPH-22FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA3,
        name: "CJK UNIFIED IDEOGRAPH-22FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA4,
        name: "CJK UNIFIED IDEOGRAPH-22FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA5,
        name: "CJK UNIFIED IDEOGRAPH-22FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA6,
        name: "CJK UNIFIED IDEOGRAPH-22FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA7,
        name: "CJK UNIFIED IDEOGRAPH-22FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA8,
        name: "CJK UNIFIED IDEOGRAPH-22FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FA9,
        name: "CJK UNIFIED IDEOGRAPH-22FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FAA,
        name: "CJK UNIFIED IDEOGRAPH-22FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FAB,
        name: "CJK UNIFIED IDEOGRAPH-22FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FAC,
        name: "CJK UNIFIED IDEOGRAPH-22FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FAD,
        name: "CJK UNIFIED IDEOGRAPH-22FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FAE,
        name: "CJK UNIFIED IDEOGRAPH-22FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FAF,
        name: "CJK UNIFIED IDEOGRAPH-22FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB0,
        name: "CJK UNIFIED IDEOGRAPH-22FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB1,
        name: "CJK UNIFIED IDEOGRAPH-22FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB2,
        name: "CJK UNIFIED IDEOGRAPH-22FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB3,
        name: "CJK UNIFIED IDEOGRAPH-22FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB4,
        name: "CJK UNIFIED IDEOGRAPH-22FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB5,
        name: "CJK UNIFIED IDEOGRAPH-22FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB6,
        name: "CJK UNIFIED IDEOGRAPH-22FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB7,
        name: "CJK UNIFIED IDEOGRAPH-22FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB8,
        name: "CJK UNIFIED IDEOGRAPH-22FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FB9,
        name: "CJK UNIFIED IDEOGRAPH-22FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FBA,
        name: "CJK UNIFIED IDEOGRAPH-22FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FBB,
        name: "CJK UNIFIED IDEOGRAPH-22FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FBC,
        name: "CJK UNIFIED IDEOGRAPH-22FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FBD,
        name: "CJK UNIFIED IDEOGRAPH-22FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FBE,
        name: "CJK UNIFIED IDEOGRAPH-22FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FBF,
        name: "CJK UNIFIED IDEOGRAPH-22FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC0,
        name: "CJK UNIFIED IDEOGRAPH-22FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC1,
        name: "CJK UNIFIED IDEOGRAPH-22FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC2,
        name: "CJK UNIFIED IDEOGRAPH-22FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC3,
        name: "CJK UNIFIED IDEOGRAPH-22FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC4,
        name: "CJK UNIFIED IDEOGRAPH-22FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC5,
        name: "CJK UNIFIED IDEOGRAPH-22FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC6,
        name: "CJK UNIFIED IDEOGRAPH-22FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC7,
        name: "CJK UNIFIED IDEOGRAPH-22FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC8,
        name: "CJK UNIFIED IDEOGRAPH-22FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FC9,
        name: "CJK UNIFIED IDEOGRAPH-22FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FCA,
        name: "CJK UNIFIED IDEOGRAPH-22FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FCB,
        name: "CJK UNIFIED IDEOGRAPH-22FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FCC,
        name: "CJK UNIFIED IDEOGRAPH-22FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FCD,
        name: "CJK UNIFIED IDEOGRAPH-22FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FCE,
        name: "CJK UNIFIED IDEOGRAPH-22FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FCF,
        name: "CJK UNIFIED IDEOGRAPH-22FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD0,
        name: "CJK UNIFIED IDEOGRAPH-22FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD1,
        name: "CJK UNIFIED IDEOGRAPH-22FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD2,
        name: "CJK UNIFIED IDEOGRAPH-22FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD3,
        name: "CJK UNIFIED IDEOGRAPH-22FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD4,
        name: "CJK UNIFIED IDEOGRAPH-22FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD5,
        name: "CJK UNIFIED IDEOGRAPH-22FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD6,
        name: "CJK UNIFIED IDEOGRAPH-22FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD7,
        name: "CJK UNIFIED IDEOGRAPH-22FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD8,
        name: "CJK UNIFIED IDEOGRAPH-22FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FD9,
        name: "CJK UNIFIED IDEOGRAPH-22FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FDA,
        name: "CJK UNIFIED IDEOGRAPH-22FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FDB,
        name: "CJK UNIFIED IDEOGRAPH-22FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FDC,
        name: "CJK UNIFIED IDEOGRAPH-22FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FDD,
        name: "CJK UNIFIED IDEOGRAPH-22FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FDE,
        name: "CJK UNIFIED IDEOGRAPH-22FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FDF,
        name: "CJK UNIFIED IDEOGRAPH-22FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE0,
        name: "CJK UNIFIED IDEOGRAPH-22FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE1,
        name: "CJK UNIFIED IDEOGRAPH-22FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE2,
        name: "CJK UNIFIED IDEOGRAPH-22FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE3,
        name: "CJK UNIFIED IDEOGRAPH-22FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE4,
        name: "CJK UNIFIED IDEOGRAPH-22FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE5,
        name: "CJK UNIFIED IDEOGRAPH-22FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE6,
        name: "CJK UNIFIED IDEOGRAPH-22FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE7,
        name: "CJK UNIFIED IDEOGRAPH-22FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE8,
        name: "CJK UNIFIED IDEOGRAPH-22FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FE9,
        name: "CJK UNIFIED IDEOGRAPH-22FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FEA,
        name: "CJK UNIFIED IDEOGRAPH-22FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FEB,
        name: "CJK UNIFIED IDEOGRAPH-22FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FEC,
        name: "CJK UNIFIED IDEOGRAPH-22FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FED,
        name: "CJK UNIFIED IDEOGRAPH-22FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FEE,
        name: "CJK UNIFIED IDEOGRAPH-22FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FEF,
        name: "CJK UNIFIED IDEOGRAPH-22FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF0,
        name: "CJK UNIFIED IDEOGRAPH-22FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF1,
        name: "CJK UNIFIED IDEOGRAPH-22FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF2,
        name: "CJK UNIFIED IDEOGRAPH-22FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF3,
        name: "CJK UNIFIED IDEOGRAPH-22FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF4,
        name: "CJK UNIFIED IDEOGRAPH-22FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF5,
        name: "CJK UNIFIED IDEOGRAPH-22FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF6,
        name: "CJK UNIFIED IDEOGRAPH-22FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF7,
        name: "CJK UNIFIED IDEOGRAPH-22FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF8,
        name: "CJK UNIFIED IDEOGRAPH-22FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FF9,
        name: "CJK UNIFIED IDEOGRAPH-22FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FFA,
        name: "CJK UNIFIED IDEOGRAPH-22FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FFB,
        name: "CJK UNIFIED IDEOGRAPH-22FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FFC,
        name: "CJK UNIFIED IDEOGRAPH-22FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FFD,
        name: "CJK UNIFIED IDEOGRAPH-22FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FFE,
        name: "CJK UNIFIED IDEOGRAPH-22FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x22FFF,
        name: "CJK UNIFIED IDEOGRAPH-22FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23000,
        name: "CJK UNIFIED IDEOGRAPH-23000",
    },
    Character {
        age: "3.1",
        codepoint: 0x23001,
        name: "CJK UNIFIED IDEOGRAPH-23001",
    },
    Character {
        age: "3.1",
        codepoint: 0x23002,
        name: "CJK UNIFIED IDEOGRAPH-23002",
    },
    Character {
        age: "3.1",
        codepoint: 0x23003,
        name: "CJK UNIFIED IDEOGRAPH-23003",
    },
    Character {
        age: "3.1",
        codepoint: 0x23004,
        name: "CJK UNIFIED IDEOGRAPH-23004",
    },
    Character {
        age: "3.1",
        codepoint: 0x23005,
        name: "CJK UNIFIED IDEOGRAPH-23005",
    },
    Character {
        age: "3.1",
        codepoint: 0x23006,
        name: "CJK UNIFIED IDEOGRAPH-23006",
    },
    Character {
        age: "3.1",
        codepoint: 0x23007,
        name: "CJK UNIFIED IDEOGRAPH-23007",
    },
    Character {
        age: "3.1",
        codepoint: 0x23008,
        name: "CJK UNIFIED IDEOGRAPH-23008",
    },
    Character {
        age: "3.1",
        codepoint: 0x23009,
        name: "CJK UNIFIED IDEOGRAPH-23009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2300A,
        name: "CJK UNIFIED IDEOGRAPH-2300A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2300B,
        name: "CJK UNIFIED IDEOGRAPH-2300B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2300C,
        name: "CJK UNIFIED IDEOGRAPH-2300C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2300D,
        name: "CJK UNIFIED IDEOGRAPH-2300D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2300E,
        name: "CJK UNIFIED IDEOGRAPH-2300E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2300F,
        name: "CJK UNIFIED IDEOGRAPH-2300F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23010,
        name: "CJK UNIFIED IDEOGRAPH-23010",
    },
    Character {
        age: "3.1",
        codepoint: 0x23011,
        name: "CJK UNIFIED IDEOGRAPH-23011",
    },
    Character {
        age: "3.1",
        codepoint: 0x23012,
        name: "CJK UNIFIED IDEOGRAPH-23012",
    },
    Character {
        age: "3.1",
        codepoint: 0x23013,
        name: "CJK UNIFIED IDEOGRAPH-23013",
    },
    Character {
        age: "3.1",
        codepoint: 0x23014,
        name: "CJK UNIFIED IDEOGRAPH-23014",
    },
    Character {
        age: "3.1",
        codepoint: 0x23015,
        name: "CJK UNIFIED IDEOGRAPH-23015",
    },
    Character {
        age: "3.1",
        codepoint: 0x23016,
        name: "CJK UNIFIED IDEOGRAPH-23016",
    },
    Character {
        age: "3.1",
        codepoint: 0x23017,
        name: "CJK UNIFIED IDEOGRAPH-23017",
    },
    Character {
        age: "3.1",
        codepoint: 0x23018,
        name: "CJK UNIFIED IDEOGRAPH-23018",
    },
    Character {
        age: "3.1",
        codepoint: 0x23019,
        name: "CJK UNIFIED IDEOGRAPH-23019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2301A,
        name: "CJK UNIFIED IDEOGRAPH-2301A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2301B,
        name: "CJK UNIFIED IDEOGRAPH-2301B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2301C,
        name: "CJK UNIFIED IDEOGRAPH-2301C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2301D,
        name: "CJK UNIFIED IDEOGRAPH-2301D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2301E,
        name: "CJK UNIFIED IDEOGRAPH-2301E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2301F,
        name: "CJK UNIFIED IDEOGRAPH-2301F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23020,
        name: "CJK UNIFIED IDEOGRAPH-23020",
    },
    Character {
        age: "3.1",
        codepoint: 0x23021,
        name: "CJK UNIFIED IDEOGRAPH-23021",
    },
    Character {
        age: "3.1",
        codepoint: 0x23022,
        name: "CJK UNIFIED IDEOGRAPH-23022",
    },
    Character {
        age: "3.1",
        codepoint: 0x23023,
        name: "CJK UNIFIED IDEOGRAPH-23023",
    },
    Character {
        age: "3.1",
        codepoint: 0x23024,
        name: "CJK UNIFIED IDEOGRAPH-23024",
    },
    Character {
        age: "3.1",
        codepoint: 0x23025,
        name: "CJK UNIFIED IDEOGRAPH-23025",
    },
    Character {
        age: "3.1",
        codepoint: 0x23026,
        name: "CJK UNIFIED IDEOGRAPH-23026",
    },
    Character {
        age: "3.1",
        codepoint: 0x23027,
        name: "CJK UNIFIED IDEOGRAPH-23027",
    },
    Character {
        age: "3.1",
        codepoint: 0x23028,
        name: "CJK UNIFIED IDEOGRAPH-23028",
    },
    Character {
        age: "3.1",
        codepoint: 0x23029,
        name: "CJK UNIFIED IDEOGRAPH-23029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2302A,
        name: "CJK UNIFIED IDEOGRAPH-2302A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2302B,
        name: "CJK UNIFIED IDEOGRAPH-2302B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2302C,
        name: "CJK UNIFIED IDEOGRAPH-2302C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2302D,
        name: "CJK UNIFIED IDEOGRAPH-2302D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2302E,
        name: "CJK UNIFIED IDEOGRAPH-2302E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2302F,
        name: "CJK UNIFIED IDEOGRAPH-2302F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23030,
        name: "CJK UNIFIED IDEOGRAPH-23030",
    },
    Character {
        age: "3.1",
        codepoint: 0x23031,
        name: "CJK UNIFIED IDEOGRAPH-23031",
    },
    Character {
        age: "3.1",
        codepoint: 0x23032,
        name: "CJK UNIFIED IDEOGRAPH-23032",
    },
    Character {
        age: "3.1",
        codepoint: 0x23033,
        name: "CJK UNIFIED IDEOGRAPH-23033",
    },
    Character {
        age: "3.1",
        codepoint: 0x23034,
        name: "CJK UNIFIED IDEOGRAPH-23034",
    },
    Character {
        age: "3.1",
        codepoint: 0x23035,
        name: "CJK UNIFIED IDEOGRAPH-23035",
    },
    Character {
        age: "3.1",
        codepoint: 0x23036,
        name: "CJK UNIFIED IDEOGRAPH-23036",
    },
    Character {
        age: "3.1",
        codepoint: 0x23037,
        name: "CJK UNIFIED IDEOGRAPH-23037",
    },
    Character {
        age: "3.1",
        codepoint: 0x23038,
        name: "CJK UNIFIED IDEOGRAPH-23038",
    },
    Character {
        age: "3.1",
        codepoint: 0x23039,
        name: "CJK UNIFIED IDEOGRAPH-23039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2303A,
        name: "CJK UNIFIED IDEOGRAPH-2303A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2303B,
        name: "CJK UNIFIED IDEOGRAPH-2303B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2303C,
        name: "CJK UNIFIED IDEOGRAPH-2303C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2303D,
        name: "CJK UNIFIED IDEOGRAPH-2303D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2303E,
        name: "CJK UNIFIED IDEOGRAPH-2303E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2303F,
        name: "CJK UNIFIED IDEOGRAPH-2303F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23040,
        name: "CJK UNIFIED IDEOGRAPH-23040",
    },
    Character {
        age: "3.1",
        codepoint: 0x23041,
        name: "CJK UNIFIED IDEOGRAPH-23041",
    },
    Character {
        age: "3.1",
        codepoint: 0x23042,
        name: "CJK UNIFIED IDEOGRAPH-23042",
    },
    Character {
        age: "3.1",
        codepoint: 0x23043,
        name: "CJK UNIFIED IDEOGRAPH-23043",
    },
    Character {
        age: "3.1",
        codepoint: 0x23044,
        name: "CJK UNIFIED IDEOGRAPH-23044",
    },
    Character {
        age: "3.1",
        codepoint: 0x23045,
        name: "CJK UNIFIED IDEOGRAPH-23045",
    },
    Character {
        age: "3.1",
        codepoint: 0x23046,
        name: "CJK UNIFIED IDEOGRAPH-23046",
    },
    Character {
        age: "3.1",
        codepoint: 0x23047,
        name: "CJK UNIFIED IDEOGRAPH-23047",
    },
    Character {
        age: "3.1",
        codepoint: 0x23048,
        name: "CJK UNIFIED IDEOGRAPH-23048",
    },
    Character {
        age: "3.1",
        codepoint: 0x23049,
        name: "CJK UNIFIED IDEOGRAPH-23049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2304A,
        name: "CJK UNIFIED IDEOGRAPH-2304A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2304B,
        name: "CJK UNIFIED IDEOGRAPH-2304B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2304C,
        name: "CJK UNIFIED IDEOGRAPH-2304C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2304D,
        name: "CJK UNIFIED IDEOGRAPH-2304D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2304E,
        name: "CJK UNIFIED IDEOGRAPH-2304E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2304F,
        name: "CJK UNIFIED IDEOGRAPH-2304F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23050,
        name: "CJK UNIFIED IDEOGRAPH-23050",
    },
    Character {
        age: "3.1",
        codepoint: 0x23051,
        name: "CJK UNIFIED IDEOGRAPH-23051",
    },
    Character {
        age: "3.1",
        codepoint: 0x23052,
        name: "CJK UNIFIED IDEOGRAPH-23052",
    },
    Character {
        age: "3.1",
        codepoint: 0x23053,
        name: "CJK UNIFIED IDEOGRAPH-23053",
    },
    Character {
        age: "3.1",
        codepoint: 0x23054,
        name: "CJK UNIFIED IDEOGRAPH-23054",
    },
    Character {
        age: "3.1",
        codepoint: 0x23055,
        name: "CJK UNIFIED IDEOGRAPH-23055",
    },
    Character {
        age: "3.1",
        codepoint: 0x23056,
        name: "CJK UNIFIED IDEOGRAPH-23056",
    },
    Character {
        age: "3.1",
        codepoint: 0x23057,
        name: "CJK UNIFIED IDEOGRAPH-23057",
    },
    Character {
        age: "3.1",
        codepoint: 0x23058,
        name: "CJK UNIFIED IDEOGRAPH-23058",
    },
    Character {
        age: "3.1",
        codepoint: 0x23059,
        name: "CJK UNIFIED IDEOGRAPH-23059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2305A,
        name: "CJK UNIFIED IDEOGRAPH-2305A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2305B,
        name: "CJK UNIFIED IDEOGRAPH-2305B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2305C,
        name: "CJK UNIFIED IDEOGRAPH-2305C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2305D,
        name: "CJK UNIFIED IDEOGRAPH-2305D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2305E,
        name: "CJK UNIFIED IDEOGRAPH-2305E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2305F,
        name: "CJK UNIFIED IDEOGRAPH-2305F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23060,
        name: "CJK UNIFIED IDEOGRAPH-23060",
    },
    Character {
        age: "3.1",
        codepoint: 0x23061,
        name: "CJK UNIFIED IDEOGRAPH-23061",
    },
    Character {
        age: "3.1",
        codepoint: 0x23062,
        name: "CJK UNIFIED IDEOGRAPH-23062",
    },
    Character {
        age: "3.1",
        codepoint: 0x23063,
        name: "CJK UNIFIED IDEOGRAPH-23063",
    },
    Character {
        age: "3.1",
        codepoint: 0x23064,
        name: "CJK UNIFIED IDEOGRAPH-23064",
    },
    Character {
        age: "3.1",
        codepoint: 0x23065,
        name: "CJK UNIFIED IDEOGRAPH-23065",
    },
    Character {
        age: "3.1",
        codepoint: 0x23066,
        name: "CJK UNIFIED IDEOGRAPH-23066",
    },
    Character {
        age: "3.1",
        codepoint: 0x23067,
        name: "CJK UNIFIED IDEOGRAPH-23067",
    },
    Character {
        age: "3.1",
        codepoint: 0x23068,
        name: "CJK UNIFIED IDEOGRAPH-23068",
    },
    Character {
        age: "3.1",
        codepoint: 0x23069,
        name: "CJK UNIFIED IDEOGRAPH-23069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2306A,
        name: "CJK UNIFIED IDEOGRAPH-2306A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2306B,
        name: "CJK UNIFIED IDEOGRAPH-2306B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2306C,
        name: "CJK UNIFIED IDEOGRAPH-2306C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2306D,
        name: "CJK UNIFIED IDEOGRAPH-2306D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2306E,
        name: "CJK UNIFIED IDEOGRAPH-2306E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2306F,
        name: "CJK UNIFIED IDEOGRAPH-2306F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23070,
        name: "CJK UNIFIED IDEOGRAPH-23070",
    },
    Character {
        age: "3.1",
        codepoint: 0x23071,
        name: "CJK UNIFIED IDEOGRAPH-23071",
    },
    Character {
        age: "3.1",
        codepoint: 0x23072,
        name: "CJK UNIFIED IDEOGRAPH-23072",
    },
    Character {
        age: "3.1",
        codepoint: 0x23073,
        name: "CJK UNIFIED IDEOGRAPH-23073",
    },
    Character {
        age: "3.1",
        codepoint: 0x23074,
        name: "CJK UNIFIED IDEOGRAPH-23074",
    },
    Character {
        age: "3.1",
        codepoint: 0x23075,
        name: "CJK UNIFIED IDEOGRAPH-23075",
    },
    Character {
        age: "3.1",
        codepoint: 0x23076,
        name: "CJK UNIFIED IDEOGRAPH-23076",
    },
    Character {
        age: "3.1",
        codepoint: 0x23077,
        name: "CJK UNIFIED IDEOGRAPH-23077",
    },
    Character {
        age: "3.1",
        codepoint: 0x23078,
        name: "CJK UNIFIED IDEOGRAPH-23078",
    },
    Character {
        age: "3.1",
        codepoint: 0x23079,
        name: "CJK UNIFIED IDEOGRAPH-23079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2307A,
        name: "CJK UNIFIED IDEOGRAPH-2307A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2307B,
        name: "CJK UNIFIED IDEOGRAPH-2307B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2307C,
        name: "CJK UNIFIED IDEOGRAPH-2307C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2307D,
        name: "CJK UNIFIED IDEOGRAPH-2307D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2307E,
        name: "CJK UNIFIED IDEOGRAPH-2307E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2307F,
        name: "CJK UNIFIED IDEOGRAPH-2307F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23080,
        name: "CJK UNIFIED IDEOGRAPH-23080",
    },
    Character {
        age: "3.1",
        codepoint: 0x23081,
        name: "CJK UNIFIED IDEOGRAPH-23081",
    },
    Character {
        age: "3.1",
        codepoint: 0x23082,
        name: "CJK UNIFIED IDEOGRAPH-23082",
    },
    Character {
        age: "3.1",
        codepoint: 0x23083,
        name: "CJK UNIFIED IDEOGRAPH-23083",
    },
    Character {
        age: "3.1",
        codepoint: 0x23084,
        name: "CJK UNIFIED IDEOGRAPH-23084",
    },
    Character {
        age: "3.1",
        codepoint: 0x23085,
        name: "CJK UNIFIED IDEOGRAPH-23085",
    },
    Character {
        age: "3.1",
        codepoint: 0x23086,
        name: "CJK UNIFIED IDEOGRAPH-23086",
    },
    Character {
        age: "3.1",
        codepoint: 0x23087,
        name: "CJK UNIFIED IDEOGRAPH-23087",
    },
    Character {
        age: "3.1",
        codepoint: 0x23088,
        name: "CJK UNIFIED IDEOGRAPH-23088",
    },
    Character {
        age: "3.1",
        codepoint: 0x23089,
        name: "CJK UNIFIED IDEOGRAPH-23089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2308A,
        name: "CJK UNIFIED IDEOGRAPH-2308A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2308B,
        name: "CJK UNIFIED IDEOGRAPH-2308B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2308C,
        name: "CJK UNIFIED IDEOGRAPH-2308C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2308D,
        name: "CJK UNIFIED IDEOGRAPH-2308D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2308E,
        name: "CJK UNIFIED IDEOGRAPH-2308E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2308F,
        name: "CJK UNIFIED IDEOGRAPH-2308F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23090,
        name: "CJK UNIFIED IDEOGRAPH-23090",
    },
    Character {
        age: "3.1",
        codepoint: 0x23091,
        name: "CJK UNIFIED IDEOGRAPH-23091",
    },
    Character {
        age: "3.1",
        codepoint: 0x23092,
        name: "CJK UNIFIED IDEOGRAPH-23092",
    },
    Character {
        age: "3.1",
        codepoint: 0x23093,
        name: "CJK UNIFIED IDEOGRAPH-23093",
    },
    Character {
        age: "3.1",
        codepoint: 0x23094,
        name: "CJK UNIFIED IDEOGRAPH-23094",
    },
    Character {
        age: "3.1",
        codepoint: 0x23095,
        name: "CJK UNIFIED IDEOGRAPH-23095",
    },
    Character {
        age: "3.1",
        codepoint: 0x23096,
        name: "CJK UNIFIED IDEOGRAPH-23096",
    },
    Character {
        age: "3.1",
        codepoint: 0x23097,
        name: "CJK UNIFIED IDEOGRAPH-23097",
    },
    Character {
        age: "3.1",
        codepoint: 0x23098,
        name: "CJK UNIFIED IDEOGRAPH-23098",
    },
    Character {
        age: "3.1",
        codepoint: 0x23099,
        name: "CJK UNIFIED IDEOGRAPH-23099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2309A,
        name: "CJK UNIFIED IDEOGRAPH-2309A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2309B,
        name: "CJK UNIFIED IDEOGRAPH-2309B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2309C,
        name: "CJK UNIFIED IDEOGRAPH-2309C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2309D,
        name: "CJK UNIFIED IDEOGRAPH-2309D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2309E,
        name: "CJK UNIFIED IDEOGRAPH-2309E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2309F,
        name: "CJK UNIFIED IDEOGRAPH-2309F",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A0,
        name: "CJK UNIFIED IDEOGRAPH-230A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A1,
        name: "CJK UNIFIED IDEOGRAPH-230A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A2,
        name: "CJK UNIFIED IDEOGRAPH-230A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A3,
        name: "CJK UNIFIED IDEOGRAPH-230A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A4,
        name: "CJK UNIFIED IDEOGRAPH-230A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A5,
        name: "CJK UNIFIED IDEOGRAPH-230A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A6,
        name: "CJK UNIFIED IDEOGRAPH-230A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A7,
        name: "CJK UNIFIED IDEOGRAPH-230A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A8,
        name: "CJK UNIFIED IDEOGRAPH-230A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x230A9,
        name: "CJK UNIFIED IDEOGRAPH-230A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x230AA,
        name: "CJK UNIFIED IDEOGRAPH-230AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x230AB,
        name: "CJK UNIFIED IDEOGRAPH-230AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x230AC,
        name: "CJK UNIFIED IDEOGRAPH-230AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x230AD,
        name: "CJK UNIFIED IDEOGRAPH-230AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x230AE,
        name: "CJK UNIFIED IDEOGRAPH-230AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x230AF,
        name: "CJK UNIFIED IDEOGRAPH-230AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B0,
        name: "CJK UNIFIED IDEOGRAPH-230B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B1,
        name: "CJK UNIFIED IDEOGRAPH-230B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B2,
        name: "CJK UNIFIED IDEOGRAPH-230B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B3,
        name: "CJK UNIFIED IDEOGRAPH-230B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B4,
        name: "CJK UNIFIED IDEOGRAPH-230B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B5,
        name: "CJK UNIFIED IDEOGRAPH-230B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B6,
        name: "CJK UNIFIED IDEOGRAPH-230B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B7,
        name: "CJK UNIFIED IDEOGRAPH-230B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B8,
        name: "CJK UNIFIED IDEOGRAPH-230B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x230B9,
        name: "CJK UNIFIED IDEOGRAPH-230B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x230BA,
        name: "CJK UNIFIED IDEOGRAPH-230BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x230BB,
        name: "CJK UNIFIED IDEOGRAPH-230BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x230BC,
        name: "CJK UNIFIED IDEOGRAPH-230BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x230BD,
        name: "CJK UNIFIED IDEOGRAPH-230BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x230BE,
        name: "CJK UNIFIED IDEOGRAPH-230BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x230BF,
        name: "CJK UNIFIED IDEOGRAPH-230BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C0,
        name: "CJK UNIFIED IDEOGRAPH-230C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C1,
        name: "CJK UNIFIED IDEOGRAPH-230C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C2,
        name: "CJK UNIFIED IDEOGRAPH-230C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C3,
        name: "CJK UNIFIED IDEOGRAPH-230C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C4,
        name: "CJK UNIFIED IDEOGRAPH-230C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C5,
        name: "CJK UNIFIED IDEOGRAPH-230C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C6,
        name: "CJK UNIFIED IDEOGRAPH-230C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C7,
        name: "CJK UNIFIED IDEOGRAPH-230C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C8,
        name: "CJK UNIFIED IDEOGRAPH-230C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x230C9,
        name: "CJK UNIFIED IDEOGRAPH-230C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x230CA,
        name: "CJK UNIFIED IDEOGRAPH-230CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x230CB,
        name: "CJK UNIFIED IDEOGRAPH-230CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x230CC,
        name: "CJK UNIFIED IDEOGRAPH-230CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x230CD,
        name: "CJK UNIFIED IDEOGRAPH-230CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x230CE,
        name: "CJK UNIFIED IDEOGRAPH-230CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x230CF,
        name: "CJK UNIFIED IDEOGRAPH-230CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D0,
        name: "CJK UNIFIED IDEOGRAPH-230D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D1,
        name: "CJK UNIFIED IDEOGRAPH-230D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D2,
        name: "CJK UNIFIED IDEOGRAPH-230D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D3,
        name: "CJK UNIFIED IDEOGRAPH-230D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D4,
        name: "CJK UNIFIED IDEOGRAPH-230D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D5,
        name: "CJK UNIFIED IDEOGRAPH-230D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D6,
        name: "CJK UNIFIED IDEOGRAPH-230D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D7,
        name: "CJK UNIFIED IDEOGRAPH-230D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D8,
        name: "CJK UNIFIED IDEOGRAPH-230D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x230D9,
        name: "CJK UNIFIED IDEOGRAPH-230D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x230DA,
        name: "CJK UNIFIED IDEOGRAPH-230DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x230DB,
        name: "CJK UNIFIED IDEOGRAPH-230DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x230DC,
        name: "CJK UNIFIED IDEOGRAPH-230DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x230DD,
        name: "CJK UNIFIED IDEOGRAPH-230DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x230DE,
        name: "CJK UNIFIED IDEOGRAPH-230DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x230DF,
        name: "CJK UNIFIED IDEOGRAPH-230DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E0,
        name: "CJK UNIFIED IDEOGRAPH-230E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E1,
        name: "CJK UNIFIED IDEOGRAPH-230E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E2,
        name: "CJK UNIFIED IDEOGRAPH-230E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E3,
        name: "CJK UNIFIED IDEOGRAPH-230E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E4,
        name: "CJK UNIFIED IDEOGRAPH-230E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E5,
        name: "CJK UNIFIED IDEOGRAPH-230E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E6,
        name: "CJK UNIFIED IDEOGRAPH-230E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E7,
        name: "CJK UNIFIED IDEOGRAPH-230E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E8,
        name: "CJK UNIFIED IDEOGRAPH-230E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x230E9,
        name: "CJK UNIFIED IDEOGRAPH-230E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x230EA,
        name: "CJK UNIFIED IDEOGRAPH-230EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x230EB,
        name: "CJK UNIFIED IDEOGRAPH-230EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x230EC,
        name: "CJK UNIFIED IDEOGRAPH-230EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x230ED,
        name: "CJK UNIFIED IDEOGRAPH-230ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x230EE,
        name: "CJK UNIFIED IDEOGRAPH-230EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x230EF,
        name: "CJK UNIFIED IDEOGRAPH-230EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F0,
        name: "CJK UNIFIED IDEOGRAPH-230F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F1,
        name: "CJK UNIFIED IDEOGRAPH-230F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F2,
        name: "CJK UNIFIED IDEOGRAPH-230F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F3,
        name: "CJK UNIFIED IDEOGRAPH-230F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F4,
        name: "CJK UNIFIED IDEOGRAPH-230F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F5,
        name: "CJK UNIFIED IDEOGRAPH-230F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F6,
        name: "CJK UNIFIED IDEOGRAPH-230F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F7,
        name: "CJK UNIFIED IDEOGRAPH-230F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F8,
        name: "CJK UNIFIED IDEOGRAPH-230F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x230F9,
        name: "CJK UNIFIED IDEOGRAPH-230F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x230FA,
        name: "CJK UNIFIED IDEOGRAPH-230FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x230FB,
        name: "CJK UNIFIED IDEOGRAPH-230FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x230FC,
        name: "CJK UNIFIED IDEOGRAPH-230FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x230FD,
        name: "CJK UNIFIED IDEOGRAPH-230FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x230FE,
        name: "CJK UNIFIED IDEOGRAPH-230FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x230FF,
        name: "CJK UNIFIED IDEOGRAPH-230FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23100,
        name: "CJK UNIFIED IDEOGRAPH-23100",
    },
    Character {
        age: "3.1",
        codepoint: 0x23101,
        name: "CJK UNIFIED IDEOGRAPH-23101",
    },
    Character {
        age: "3.1",
        codepoint: 0x23102,
        name: "CJK UNIFIED IDEOGRAPH-23102",
    },
    Character {
        age: "3.1",
        codepoint: 0x23103,
        name: "CJK UNIFIED IDEOGRAPH-23103",
    },
    Character {
        age: "3.1",
        codepoint: 0x23104,
        name: "CJK UNIFIED IDEOGRAPH-23104",
    },
    Character {
        age: "3.1",
        codepoint: 0x23105,
        name: "CJK UNIFIED IDEOGRAPH-23105",
    },
    Character {
        age: "3.1",
        codepoint: 0x23106,
        name: "CJK UNIFIED IDEOGRAPH-23106",
    },
    Character {
        age: "3.1",
        codepoint: 0x23107,
        name: "CJK UNIFIED IDEOGRAPH-23107",
    },
    Character {
        age: "3.1",
        codepoint: 0x23108,
        name: "CJK UNIFIED IDEOGRAPH-23108",
    },
    Character {
        age: "3.1",
        codepoint: 0x23109,
        name: "CJK UNIFIED IDEOGRAPH-23109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2310A,
        name: "CJK UNIFIED IDEOGRAPH-2310A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2310B,
        name: "CJK UNIFIED IDEOGRAPH-2310B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2310C,
        name: "CJK UNIFIED IDEOGRAPH-2310C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2310D,
        name: "CJK UNIFIED IDEOGRAPH-2310D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2310E,
        name: "CJK UNIFIED IDEOGRAPH-2310E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2310F,
        name: "CJK UNIFIED IDEOGRAPH-2310F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23110,
        name: "CJK UNIFIED IDEOGRAPH-23110",
    },
    Character {
        age: "3.1",
        codepoint: 0x23111,
        name: "CJK UNIFIED IDEOGRAPH-23111",
    },
    Character {
        age: "3.1",
        codepoint: 0x23112,
        name: "CJK UNIFIED IDEOGRAPH-23112",
    },
    Character {
        age: "3.1",
        codepoint: 0x23113,
        name: "CJK UNIFIED IDEOGRAPH-23113",
    },
    Character {
        age: "3.1",
        codepoint: 0x23114,
        name: "CJK UNIFIED IDEOGRAPH-23114",
    },
    Character {
        age: "3.1",
        codepoint: 0x23115,
        name: "CJK UNIFIED IDEOGRAPH-23115",
    },
    Character {
        age: "3.1",
        codepoint: 0x23116,
        name: "CJK UNIFIED IDEOGRAPH-23116",
    },
    Character {
        age: "3.1",
        codepoint: 0x23117,
        name: "CJK UNIFIED IDEOGRAPH-23117",
    },
    Character {
        age: "3.1",
        codepoint: 0x23118,
        name: "CJK UNIFIED IDEOGRAPH-23118",
    },
    Character {
        age: "3.1",
        codepoint: 0x23119,
        name: "CJK UNIFIED IDEOGRAPH-23119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2311A,
        name: "CJK UNIFIED IDEOGRAPH-2311A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2311B,
        name: "CJK UNIFIED IDEOGRAPH-2311B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2311C,
        name: "CJK UNIFIED IDEOGRAPH-2311C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2311D,
        name: "CJK UNIFIED IDEOGRAPH-2311D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2311E,
        name: "CJK UNIFIED IDEOGRAPH-2311E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2311F,
        name: "CJK UNIFIED IDEOGRAPH-2311F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23120,
        name: "CJK UNIFIED IDEOGRAPH-23120",
    },
    Character {
        age: "3.1",
        codepoint: 0x23121,
        name: "CJK UNIFIED IDEOGRAPH-23121",
    },
    Character {
        age: "3.1",
        codepoint: 0x23122,
        name: "CJK UNIFIED IDEOGRAPH-23122",
    },
    Character {
        age: "3.1",
        codepoint: 0x23123,
        name: "CJK UNIFIED IDEOGRAPH-23123",
    },
    Character {
        age: "3.1",
        codepoint: 0x23124,
        name: "CJK UNIFIED IDEOGRAPH-23124",
    },
    Character {
        age: "3.1",
        codepoint: 0x23125,
        name: "CJK UNIFIED IDEOGRAPH-23125",
    },
    Character {
        age: "3.1",
        codepoint: 0x23126,
        name: "CJK UNIFIED IDEOGRAPH-23126",
    },
    Character {
        age: "3.1",
        codepoint: 0x23127,
        name: "CJK UNIFIED IDEOGRAPH-23127",
    },
    Character {
        age: "3.1",
        codepoint: 0x23128,
        name: "CJK UNIFIED IDEOGRAPH-23128",
    },
    Character {
        age: "3.1",
        codepoint: 0x23129,
        name: "CJK UNIFIED IDEOGRAPH-23129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2312A,
        name: "CJK UNIFIED IDEOGRAPH-2312A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2312B,
        name: "CJK UNIFIED IDEOGRAPH-2312B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2312C,
        name: "CJK UNIFIED IDEOGRAPH-2312C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2312D,
        name: "CJK UNIFIED IDEOGRAPH-2312D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2312E,
        name: "CJK UNIFIED IDEOGRAPH-2312E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2312F,
        name: "CJK UNIFIED IDEOGRAPH-2312F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23130,
        name: "CJK UNIFIED IDEOGRAPH-23130",
    },
    Character {
        age: "3.1",
        codepoint: 0x23131,
        name: "CJK UNIFIED IDEOGRAPH-23131",
    },
    Character {
        age: "3.1",
        codepoint: 0x23132,
        name: "CJK UNIFIED IDEOGRAPH-23132",
    },
    Character {
        age: "3.1",
        codepoint: 0x23133,
        name: "CJK UNIFIED IDEOGRAPH-23133",
    },
    Character {
        age: "3.1",
        codepoint: 0x23134,
        name: "CJK UNIFIED IDEOGRAPH-23134",
    },
    Character {
        age: "3.1",
        codepoint: 0x23135,
        name: "CJK UNIFIED IDEOGRAPH-23135",
    },
    Character {
        age: "3.1",
        codepoint: 0x23136,
        name: "CJK UNIFIED IDEOGRAPH-23136",
    },
    Character {
        age: "3.1",
        codepoint: 0x23137,
        name: "CJK UNIFIED IDEOGRAPH-23137",
    },
    Character {
        age: "3.1",
        codepoint: 0x23138,
        name: "CJK UNIFIED IDEOGRAPH-23138",
    },
    Character {
        age: "3.1",
        codepoint: 0x23139,
        name: "CJK UNIFIED IDEOGRAPH-23139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2313A,
        name: "CJK UNIFIED IDEOGRAPH-2313A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2313B,
        name: "CJK UNIFIED IDEOGRAPH-2313B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2313C,
        name: "CJK UNIFIED IDEOGRAPH-2313C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2313D,
        name: "CJK UNIFIED IDEOGRAPH-2313D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2313E,
        name: "CJK UNIFIED IDEOGRAPH-2313E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2313F,
        name: "CJK UNIFIED IDEOGRAPH-2313F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23140,
        name: "CJK UNIFIED IDEOGRAPH-23140",
    },
    Character {
        age: "3.1",
        codepoint: 0x23141,
        name: "CJK UNIFIED IDEOGRAPH-23141",
    },
    Character {
        age: "3.1",
        codepoint: 0x23142,
        name: "CJK UNIFIED IDEOGRAPH-23142",
    },
    Character {
        age: "3.1",
        codepoint: 0x23143,
        name: "CJK UNIFIED IDEOGRAPH-23143",
    },
    Character {
        age: "3.1",
        codepoint: 0x23144,
        name: "CJK UNIFIED IDEOGRAPH-23144",
    },
    Character {
        age: "3.1",
        codepoint: 0x23145,
        name: "CJK UNIFIED IDEOGRAPH-23145",
    },
    Character {
        age: "3.1",
        codepoint: 0x23146,
        name: "CJK UNIFIED IDEOGRAPH-23146",
    },
    Character {
        age: "3.1",
        codepoint: 0x23147,
        name: "CJK UNIFIED IDEOGRAPH-23147",
    },
    Character {
        age: "3.1",
        codepoint: 0x23148,
        name: "CJK UNIFIED IDEOGRAPH-23148",
    },
    Character {
        age: "3.1",
        codepoint: 0x23149,
        name: "CJK UNIFIED IDEOGRAPH-23149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2314A,
        name: "CJK UNIFIED IDEOGRAPH-2314A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2314B,
        name: "CJK UNIFIED IDEOGRAPH-2314B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2314C,
        name: "CJK UNIFIED IDEOGRAPH-2314C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2314D,
        name: "CJK UNIFIED IDEOGRAPH-2314D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2314E,
        name: "CJK UNIFIED IDEOGRAPH-2314E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2314F,
        name: "CJK UNIFIED IDEOGRAPH-2314F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23150,
        name: "CJK UNIFIED IDEOGRAPH-23150",
    },
    Character {
        age: "3.1",
        codepoint: 0x23151,
        name: "CJK UNIFIED IDEOGRAPH-23151",
    },
    Character {
        age: "3.1",
        codepoint: 0x23152,
        name: "CJK UNIFIED IDEOGRAPH-23152",
    },
    Character {
        age: "3.1",
        codepoint: 0x23153,
        name: "CJK UNIFIED IDEOGRAPH-23153",
    },
    Character {
        age: "3.1",
        codepoint: 0x23154,
        name: "CJK UNIFIED IDEOGRAPH-23154",
    },
    Character {
        age: "3.1",
        codepoint: 0x23155,
        name: "CJK UNIFIED IDEOGRAPH-23155",
    },
    Character {
        age: "3.1",
        codepoint: 0x23156,
        name: "CJK UNIFIED IDEOGRAPH-23156",
    },
    Character {
        age: "3.1",
        codepoint: 0x23157,
        name: "CJK UNIFIED IDEOGRAPH-23157",
    },
    Character {
        age: "3.1",
        codepoint: 0x23158,
        name: "CJK UNIFIED IDEOGRAPH-23158",
    },
    Character {
        age: "3.1",
        codepoint: 0x23159,
        name: "CJK UNIFIED IDEOGRAPH-23159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2315A,
        name: "CJK UNIFIED IDEOGRAPH-2315A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2315B,
        name: "CJK UNIFIED IDEOGRAPH-2315B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2315C,
        name: "CJK UNIFIED IDEOGRAPH-2315C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2315D,
        name: "CJK UNIFIED IDEOGRAPH-2315D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2315E,
        name: "CJK UNIFIED IDEOGRAPH-2315E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2315F,
        name: "CJK UNIFIED IDEOGRAPH-2315F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23160,
        name: "CJK UNIFIED IDEOGRAPH-23160",
    },
    Character {
        age: "3.1",
        codepoint: 0x23161,
        name: "CJK UNIFIED IDEOGRAPH-23161",
    },
    Character {
        age: "3.1",
        codepoint: 0x23162,
        name: "CJK UNIFIED IDEOGRAPH-23162",
    },
    Character {
        age: "3.1",
        codepoint: 0x23163,
        name: "CJK UNIFIED IDEOGRAPH-23163",
    },
    Character {
        age: "3.1",
        codepoint: 0x23164,
        name: "CJK UNIFIED IDEOGRAPH-23164",
    },
    Character {
        age: "3.1",
        codepoint: 0x23165,
        name: "CJK UNIFIED IDEOGRAPH-23165",
    },
    Character {
        age: "3.1",
        codepoint: 0x23166,
        name: "CJK UNIFIED IDEOGRAPH-23166",
    },
    Character {
        age: "3.1",
        codepoint: 0x23167,
        name: "CJK UNIFIED IDEOGRAPH-23167",
    },
    Character {
        age: "3.1",
        codepoint: 0x23168,
        name: "CJK UNIFIED IDEOGRAPH-23168",
    },
    Character {
        age: "3.1",
        codepoint: 0x23169,
        name: "CJK UNIFIED IDEOGRAPH-23169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2316A,
        name: "CJK UNIFIED IDEOGRAPH-2316A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2316B,
        name: "CJK UNIFIED IDEOGRAPH-2316B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2316C,
        name: "CJK UNIFIED IDEOGRAPH-2316C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2316D,
        name: "CJK UNIFIED IDEOGRAPH-2316D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2316E,
        name: "CJK UNIFIED IDEOGRAPH-2316E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2316F,
        name: "CJK UNIFIED IDEOGRAPH-2316F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23170,
        name: "CJK UNIFIED IDEOGRAPH-23170",
    },
    Character {
        age: "3.1",
        codepoint: 0x23171,
        name: "CJK UNIFIED IDEOGRAPH-23171",
    },
    Character {
        age: "3.1",
        codepoint: 0x23172,
        name: "CJK UNIFIED IDEOGRAPH-23172",
    },
    Character {
        age: "3.1",
        codepoint: 0x23173,
        name: "CJK UNIFIED IDEOGRAPH-23173",
    },
    Character {
        age: "3.1",
        codepoint: 0x23174,
        name: "CJK UNIFIED IDEOGRAPH-23174",
    },
    Character {
        age: "3.1",
        codepoint: 0x23175,
        name: "CJK UNIFIED IDEOGRAPH-23175",
    },
    Character {
        age: "3.1",
        codepoint: 0x23176,
        name: "CJK UNIFIED IDEOGRAPH-23176",
    },
    Character {
        age: "3.1",
        codepoint: 0x23177,
        name: "CJK UNIFIED IDEOGRAPH-23177",
    },
    Character {
        age: "3.1",
        codepoint: 0x23178,
        name: "CJK UNIFIED IDEOGRAPH-23178",
    },
    Character {
        age: "3.1",
        codepoint: 0x23179,
        name: "CJK UNIFIED IDEOGRAPH-23179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2317A,
        name: "CJK UNIFIED IDEOGRAPH-2317A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2317B,
        name: "CJK UNIFIED IDEOGRAPH-2317B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2317C,
        name: "CJK UNIFIED IDEOGRAPH-2317C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2317D,
        name: "CJK UNIFIED IDEOGRAPH-2317D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2317E,
        name: "CJK UNIFIED IDEOGRAPH-2317E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2317F,
        name: "CJK UNIFIED IDEOGRAPH-2317F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23180,
        name: "CJK UNIFIED IDEOGRAPH-23180",
    },
    Character {
        age: "3.1",
        codepoint: 0x23181,
        name: "CJK UNIFIED IDEOGRAPH-23181",
    },
    Character {
        age: "3.1",
        codepoint: 0x23182,
        name: "CJK UNIFIED IDEOGRAPH-23182",
    },
    Character {
        age: "3.1",
        codepoint: 0x23183,
        name: "CJK UNIFIED IDEOGRAPH-23183",
    },
    Character {
        age: "3.1",
        codepoint: 0x23184,
        name: "CJK UNIFIED IDEOGRAPH-23184",
    },
    Character {
        age: "3.1",
        codepoint: 0x23185,
        name: "CJK UNIFIED IDEOGRAPH-23185",
    },
    Character {
        age: "3.1",
        codepoint: 0x23186,
        name: "CJK UNIFIED IDEOGRAPH-23186",
    },
    Character {
        age: "3.1",
        codepoint: 0x23187,
        name: "CJK UNIFIED IDEOGRAPH-23187",
    },
    Character {
        age: "3.1",
        codepoint: 0x23188,
        name: "CJK UNIFIED IDEOGRAPH-23188",
    },
    Character {
        age: "3.1",
        codepoint: 0x23189,
        name: "CJK UNIFIED IDEOGRAPH-23189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2318A,
        name: "CJK UNIFIED IDEOGRAPH-2318A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2318B,
        name: "CJK UNIFIED IDEOGRAPH-2318B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2318C,
        name: "CJK UNIFIED IDEOGRAPH-2318C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2318D,
        name: "CJK UNIFIED IDEOGRAPH-2318D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2318E,
        name: "CJK UNIFIED IDEOGRAPH-2318E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2318F,
        name: "CJK UNIFIED IDEOGRAPH-2318F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23190,
        name: "CJK UNIFIED IDEOGRAPH-23190",
    },
    Character {
        age: "3.1",
        codepoint: 0x23191,
        name: "CJK UNIFIED IDEOGRAPH-23191",
    },
    Character {
        age: "3.1",
        codepoint: 0x23192,
        name: "CJK UNIFIED IDEOGRAPH-23192",
    },
    Character {
        age: "3.1",
        codepoint: 0x23193,
        name: "CJK UNIFIED IDEOGRAPH-23193",
    },
    Character {
        age: "3.1",
        codepoint: 0x23194,
        name: "CJK UNIFIED IDEOGRAPH-23194",
    },
    Character {
        age: "3.1",
        codepoint: 0x23195,
        name: "CJK UNIFIED IDEOGRAPH-23195",
    },
    Character {
        age: "3.1",
        codepoint: 0x23196,
        name: "CJK UNIFIED IDEOGRAPH-23196",
    },
    Character {
        age: "3.1",
        codepoint: 0x23197,
        name: "CJK UNIFIED IDEOGRAPH-23197",
    },
    Character {
        age: "3.1",
        codepoint: 0x23198,
        name: "CJK UNIFIED IDEOGRAPH-23198",
    },
    Character {
        age: "3.1",
        codepoint: 0x23199,
        name: "CJK UNIFIED IDEOGRAPH-23199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2319A,
        name: "CJK UNIFIED IDEOGRAPH-2319A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2319B,
        name: "CJK UNIFIED IDEOGRAPH-2319B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2319C,
        name: "CJK UNIFIED IDEOGRAPH-2319C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2319D,
        name: "CJK UNIFIED IDEOGRAPH-2319D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2319E,
        name: "CJK UNIFIED IDEOGRAPH-2319E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2319F,
        name: "CJK UNIFIED IDEOGRAPH-2319F",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A0,
        name: "CJK UNIFIED IDEOGRAPH-231A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A1,
        name: "CJK UNIFIED IDEOGRAPH-231A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A2,
        name: "CJK UNIFIED IDEOGRAPH-231A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A3,
        name: "CJK UNIFIED IDEOGRAPH-231A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A4,
        name: "CJK UNIFIED IDEOGRAPH-231A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A5,
        name: "CJK UNIFIED IDEOGRAPH-231A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A6,
        name: "CJK UNIFIED IDEOGRAPH-231A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A7,
        name: "CJK UNIFIED IDEOGRAPH-231A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A8,
        name: "CJK UNIFIED IDEOGRAPH-231A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x231A9,
        name: "CJK UNIFIED IDEOGRAPH-231A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x231AA,
        name: "CJK UNIFIED IDEOGRAPH-231AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x231AB,
        name: "CJK UNIFIED IDEOGRAPH-231AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x231AC,
        name: "CJK UNIFIED IDEOGRAPH-231AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x231AD,
        name: "CJK UNIFIED IDEOGRAPH-231AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x231AE,
        name: "CJK UNIFIED IDEOGRAPH-231AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x231AF,
        name: "CJK UNIFIED IDEOGRAPH-231AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B0,
        name: "CJK UNIFIED IDEOGRAPH-231B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B1,
        name: "CJK UNIFIED IDEOGRAPH-231B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B2,
        name: "CJK UNIFIED IDEOGRAPH-231B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B3,
        name: "CJK UNIFIED IDEOGRAPH-231B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B4,
        name: "CJK UNIFIED IDEOGRAPH-231B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B5,
        name: "CJK UNIFIED IDEOGRAPH-231B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B6,
        name: "CJK UNIFIED IDEOGRAPH-231B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B7,
        name: "CJK UNIFIED IDEOGRAPH-231B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B8,
        name: "CJK UNIFIED IDEOGRAPH-231B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x231B9,
        name: "CJK UNIFIED IDEOGRAPH-231B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x231BA,
        name: "CJK UNIFIED IDEOGRAPH-231BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x231BB,
        name: "CJK UNIFIED IDEOGRAPH-231BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x231BC,
        name: "CJK UNIFIED IDEOGRAPH-231BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x231BD,
        name: "CJK UNIFIED IDEOGRAPH-231BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x231BE,
        name: "CJK UNIFIED IDEOGRAPH-231BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x231BF,
        name: "CJK UNIFIED IDEOGRAPH-231BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C0,
        name: "CJK UNIFIED IDEOGRAPH-231C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C1,
        name: "CJK UNIFIED IDEOGRAPH-231C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C2,
        name: "CJK UNIFIED IDEOGRAPH-231C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C3,
        name: "CJK UNIFIED IDEOGRAPH-231C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C4,
        name: "CJK UNIFIED IDEOGRAPH-231C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C5,
        name: "CJK UNIFIED IDEOGRAPH-231C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C6,
        name: "CJK UNIFIED IDEOGRAPH-231C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C7,
        name: "CJK UNIFIED IDEOGRAPH-231C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C8,
        name: "CJK UNIFIED IDEOGRAPH-231C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x231C9,
        name: "CJK UNIFIED IDEOGRAPH-231C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x231CA,
        name: "CJK UNIFIED IDEOGRAPH-231CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x231CB,
        name: "CJK UNIFIED IDEOGRAPH-231CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x231CC,
        name: "CJK UNIFIED IDEOGRAPH-231CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x231CD,
        name: "CJK UNIFIED IDEOGRAPH-231CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x231CE,
        name: "CJK UNIFIED IDEOGRAPH-231CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x231CF,
        name: "CJK UNIFIED IDEOGRAPH-231CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D0,
        name: "CJK UNIFIED IDEOGRAPH-231D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D1,
        name: "CJK UNIFIED IDEOGRAPH-231D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D2,
        name: "CJK UNIFIED IDEOGRAPH-231D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D3,
        name: "CJK UNIFIED IDEOGRAPH-231D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D4,
        name: "CJK UNIFIED IDEOGRAPH-231D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D5,
        name: "CJK UNIFIED IDEOGRAPH-231D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D6,
        name: "CJK UNIFIED IDEOGRAPH-231D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D7,
        name: "CJK UNIFIED IDEOGRAPH-231D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D8,
        name: "CJK UNIFIED IDEOGRAPH-231D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x231D9,
        name: "CJK UNIFIED IDEOGRAPH-231D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x231DA,
        name: "CJK UNIFIED IDEOGRAPH-231DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x231DB,
        name: "CJK UNIFIED IDEOGRAPH-231DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x231DC,
        name: "CJK UNIFIED IDEOGRAPH-231DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x231DD,
        name: "CJK UNIFIED IDEOGRAPH-231DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x231DE,
        name: "CJK UNIFIED IDEOGRAPH-231DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x231DF,
        name: "CJK UNIFIED IDEOGRAPH-231DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E0,
        name: "CJK UNIFIED IDEOGRAPH-231E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E1,
        name: "CJK UNIFIED IDEOGRAPH-231E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E2,
        name: "CJK UNIFIED IDEOGRAPH-231E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E3,
        name: "CJK UNIFIED IDEOGRAPH-231E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E4,
        name: "CJK UNIFIED IDEOGRAPH-231E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E5,
        name: "CJK UNIFIED IDEOGRAPH-231E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E6,
        name: "CJK UNIFIED IDEOGRAPH-231E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E7,
        name: "CJK UNIFIED IDEOGRAPH-231E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E8,
        name: "CJK UNIFIED IDEOGRAPH-231E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x231E9,
        name: "CJK UNIFIED IDEOGRAPH-231E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x231EA,
        name: "CJK UNIFIED IDEOGRAPH-231EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x231EB,
        name: "CJK UNIFIED IDEOGRAPH-231EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x231EC,
        name: "CJK UNIFIED IDEOGRAPH-231EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x231ED,
        name: "CJK UNIFIED IDEOGRAPH-231ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x231EE,
        name: "CJK UNIFIED IDEOGRAPH-231EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x231EF,
        name: "CJK UNIFIED IDEOGRAPH-231EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F0,
        name: "CJK UNIFIED IDEOGRAPH-231F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F1,
        name: "CJK UNIFIED IDEOGRAPH-231F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F2,
        name: "CJK UNIFIED IDEOGRAPH-231F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F3,
        name: "CJK UNIFIED IDEOGRAPH-231F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F4,
        name: "CJK UNIFIED IDEOGRAPH-231F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F5,
        name: "CJK UNIFIED IDEOGRAPH-231F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F6,
        name: "CJK UNIFIED IDEOGRAPH-231F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F7,
        name: "CJK UNIFIED IDEOGRAPH-231F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F8,
        name: "CJK UNIFIED IDEOGRAPH-231F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x231F9,
        name: "CJK UNIFIED IDEOGRAPH-231F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x231FA,
        name: "CJK UNIFIED IDEOGRAPH-231FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x231FB,
        name: "CJK UNIFIED IDEOGRAPH-231FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x231FC,
        name: "CJK UNIFIED IDEOGRAPH-231FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x231FD,
        name: "CJK UNIFIED IDEOGRAPH-231FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x231FE,
        name: "CJK UNIFIED IDEOGRAPH-231FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x231FF,
        name: "CJK UNIFIED IDEOGRAPH-231FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23200,
        name: "CJK UNIFIED IDEOGRAPH-23200",
    },
    Character {
        age: "3.1",
        codepoint: 0x23201,
        name: "CJK UNIFIED IDEOGRAPH-23201",
    },
    Character {
        age: "3.1",
        codepoint: 0x23202,
        name: "CJK UNIFIED IDEOGRAPH-23202",
    },
    Character {
        age: "3.1",
        codepoint: 0x23203,
        name: "CJK UNIFIED IDEOGRAPH-23203",
    },
    Character {
        age: "3.1",
        codepoint: 0x23204,
        name: "CJK UNIFIED IDEOGRAPH-23204",
    },
    Character {
        age: "3.1",
        codepoint: 0x23205,
        name: "CJK UNIFIED IDEOGRAPH-23205",
    },
    Character {
        age: "3.1",
        codepoint: 0x23206,
        name: "CJK UNIFIED IDEOGRAPH-23206",
    },
    Character {
        age: "3.1",
        codepoint: 0x23207,
        name: "CJK UNIFIED IDEOGRAPH-23207",
    },
    Character {
        age: "3.1",
        codepoint: 0x23208,
        name: "CJK UNIFIED IDEOGRAPH-23208",
    },
    Character {
        age: "3.1",
        codepoint: 0x23209,
        name: "CJK UNIFIED IDEOGRAPH-23209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2320A,
        name: "CJK UNIFIED IDEOGRAPH-2320A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2320B,
        name: "CJK UNIFIED IDEOGRAPH-2320B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2320C,
        name: "CJK UNIFIED IDEOGRAPH-2320C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2320D,
        name: "CJK UNIFIED IDEOGRAPH-2320D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2320E,
        name: "CJK UNIFIED IDEOGRAPH-2320E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2320F,
        name: "CJK UNIFIED IDEOGRAPH-2320F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23210,
        name: "CJK UNIFIED IDEOGRAPH-23210",
    },
    Character {
        age: "3.1",
        codepoint: 0x23211,
        name: "CJK UNIFIED IDEOGRAPH-23211",
    },
    Character {
        age: "3.1",
        codepoint: 0x23212,
        name: "CJK UNIFIED IDEOGRAPH-23212",
    },
    Character {
        age: "3.1",
        codepoint: 0x23213,
        name: "CJK UNIFIED IDEOGRAPH-23213",
    },
    Character {
        age: "3.1",
        codepoint: 0x23214,
        name: "CJK UNIFIED IDEOGRAPH-23214",
    },
    Character {
        age: "3.1",
        codepoint: 0x23215,
        name: "CJK UNIFIED IDEOGRAPH-23215",
    },
    Character {
        age: "3.1",
        codepoint: 0x23216,
        name: "CJK UNIFIED IDEOGRAPH-23216",
    },
    Character {
        age: "3.1",
        codepoint: 0x23217,
        name: "CJK UNIFIED IDEOGRAPH-23217",
    },
    Character {
        age: "3.1",
        codepoint: 0x23218,
        name: "CJK UNIFIED IDEOGRAPH-23218",
    },
    Character {
        age: "3.1",
        codepoint: 0x23219,
        name: "CJK UNIFIED IDEOGRAPH-23219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2321A,
        name: "CJK UNIFIED IDEOGRAPH-2321A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2321B,
        name: "CJK UNIFIED IDEOGRAPH-2321B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2321C,
        name: "CJK UNIFIED IDEOGRAPH-2321C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2321D,
        name: "CJK UNIFIED IDEOGRAPH-2321D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2321E,
        name: "CJK UNIFIED IDEOGRAPH-2321E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2321F,
        name: "CJK UNIFIED IDEOGRAPH-2321F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23220,
        name: "CJK UNIFIED IDEOGRAPH-23220",
    },
    Character {
        age: "3.1",
        codepoint: 0x23221,
        name: "CJK UNIFIED IDEOGRAPH-23221",
    },
    Character {
        age: "3.1",
        codepoint: 0x23222,
        name: "CJK UNIFIED IDEOGRAPH-23222",
    },
    Character {
        age: "3.1",
        codepoint: 0x23223,
        name: "CJK UNIFIED IDEOGRAPH-23223",
    },
    Character {
        age: "3.1",
        codepoint: 0x23224,
        name: "CJK UNIFIED IDEOGRAPH-23224",
    },
    Character {
        age: "3.1",
        codepoint: 0x23225,
        name: "CJK UNIFIED IDEOGRAPH-23225",
    },
    Character {
        age: "3.1",
        codepoint: 0x23226,
        name: "CJK UNIFIED IDEOGRAPH-23226",
    },
    Character {
        age: "3.1",
        codepoint: 0x23227,
        name: "CJK UNIFIED IDEOGRAPH-23227",
    },
    Character {
        age: "3.1",
        codepoint: 0x23228,
        name: "CJK UNIFIED IDEOGRAPH-23228",
    },
    Character {
        age: "3.1",
        codepoint: 0x23229,
        name: "CJK UNIFIED IDEOGRAPH-23229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2322A,
        name: "CJK UNIFIED IDEOGRAPH-2322A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2322B,
        name: "CJK UNIFIED IDEOGRAPH-2322B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2322C,
        name: "CJK UNIFIED IDEOGRAPH-2322C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2322D,
        name: "CJK UNIFIED IDEOGRAPH-2322D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2322E,
        name: "CJK UNIFIED IDEOGRAPH-2322E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2322F,
        name: "CJK UNIFIED IDEOGRAPH-2322F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23230,
        name: "CJK UNIFIED IDEOGRAPH-23230",
    },
    Character {
        age: "3.1",
        codepoint: 0x23231,
        name: "CJK UNIFIED IDEOGRAPH-23231",
    },
    Character {
        age: "3.1",
        codepoint: 0x23232,
        name: "CJK UNIFIED IDEOGRAPH-23232",
    },
    Character {
        age: "3.1",
        codepoint: 0x23233,
        name: "CJK UNIFIED IDEOGRAPH-23233",
    },
    Character {
        age: "3.1",
        codepoint: 0x23234,
        name: "CJK UNIFIED IDEOGRAPH-23234",
    },
    Character {
        age: "3.1",
        codepoint: 0x23235,
        name: "CJK UNIFIED IDEOGRAPH-23235",
    },
    Character {
        age: "3.1",
        codepoint: 0x23236,
        name: "CJK UNIFIED IDEOGRAPH-23236",
    },
    Character {
        age: "3.1",
        codepoint: 0x23237,
        name: "CJK UNIFIED IDEOGRAPH-23237",
    },
    Character {
        age: "3.1",
        codepoint: 0x23238,
        name: "CJK UNIFIED IDEOGRAPH-23238",
    },
    Character {
        age: "3.1",
        codepoint: 0x23239,
        name: "CJK UNIFIED IDEOGRAPH-23239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2323A,
        name: "CJK UNIFIED IDEOGRAPH-2323A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2323B,
        name: "CJK UNIFIED IDEOGRAPH-2323B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2323C,
        name: "CJK UNIFIED IDEOGRAPH-2323C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2323D,
        name: "CJK UNIFIED IDEOGRAPH-2323D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2323E,
        name: "CJK UNIFIED IDEOGRAPH-2323E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2323F,
        name: "CJK UNIFIED IDEOGRAPH-2323F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23240,
        name: "CJK UNIFIED IDEOGRAPH-23240",
    },
    Character {
        age: "3.1",
        codepoint: 0x23241,
        name: "CJK UNIFIED IDEOGRAPH-23241",
    },
    Character {
        age: "3.1",
        codepoint: 0x23242,
        name: "CJK UNIFIED IDEOGRAPH-23242",
    },
    Character {
        age: "3.1",
        codepoint: 0x23243,
        name: "CJK UNIFIED IDEOGRAPH-23243",
    },
    Character {
        age: "3.1",
        codepoint: 0x23244,
        name: "CJK UNIFIED IDEOGRAPH-23244",
    },
    Character {
        age: "3.1",
        codepoint: 0x23245,
        name: "CJK UNIFIED IDEOGRAPH-23245",
    },
    Character {
        age: "3.1",
        codepoint: 0x23246,
        name: "CJK UNIFIED IDEOGRAPH-23246",
    },
    Character {
        age: "3.1",
        codepoint: 0x23247,
        name: "CJK UNIFIED IDEOGRAPH-23247",
    },
    Character {
        age: "3.1",
        codepoint: 0x23248,
        name: "CJK UNIFIED IDEOGRAPH-23248",
    },
    Character {
        age: "3.1",
        codepoint: 0x23249,
        name: "CJK UNIFIED IDEOGRAPH-23249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2324A,
        name: "CJK UNIFIED IDEOGRAPH-2324A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2324B,
        name: "CJK UNIFIED IDEOGRAPH-2324B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2324C,
        name: "CJK UNIFIED IDEOGRAPH-2324C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2324D,
        name: "CJK UNIFIED IDEOGRAPH-2324D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2324E,
        name: "CJK UNIFIED IDEOGRAPH-2324E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2324F,
        name: "CJK UNIFIED IDEOGRAPH-2324F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23250,
        name: "CJK UNIFIED IDEOGRAPH-23250",
    },
    Character {
        age: "3.1",
        codepoint: 0x23251,
        name: "CJK UNIFIED IDEOGRAPH-23251",
    },
    Character {
        age: "3.1",
        codepoint: 0x23252,
        name: "CJK UNIFIED IDEOGRAPH-23252",
    },
    Character {
        age: "3.1",
        codepoint: 0x23253,
        name: "CJK UNIFIED IDEOGRAPH-23253",
    },
    Character {
        age: "3.1",
        codepoint: 0x23254,
        name: "CJK UNIFIED IDEOGRAPH-23254",
    },
    Character {
        age: "3.1",
        codepoint: 0x23255,
        name: "CJK UNIFIED IDEOGRAPH-23255",
    },
    Character {
        age: "3.1",
        codepoint: 0x23256,
        name: "CJK UNIFIED IDEOGRAPH-23256",
    },
    Character {
        age: "3.1",
        codepoint: 0x23257,
        name: "CJK UNIFIED IDEOGRAPH-23257",
    },
    Character {
        age: "3.1",
        codepoint: 0x23258,
        name: "CJK UNIFIED IDEOGRAPH-23258",
    },
    Character {
        age: "3.1",
        codepoint: 0x23259,
        name: "CJK UNIFIED IDEOGRAPH-23259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2325A,
        name: "CJK UNIFIED IDEOGRAPH-2325A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2325B,
        name: "CJK UNIFIED IDEOGRAPH-2325B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2325C,
        name: "CJK UNIFIED IDEOGRAPH-2325C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2325D,
        name: "CJK UNIFIED IDEOGRAPH-2325D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2325E,
        name: "CJK UNIFIED IDEOGRAPH-2325E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2325F,
        name: "CJK UNIFIED IDEOGRAPH-2325F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23260,
        name: "CJK UNIFIED IDEOGRAPH-23260",
    },
    Character {
        age: "3.1",
        codepoint: 0x23261,
        name: "CJK UNIFIED IDEOGRAPH-23261",
    },
    Character {
        age: "3.1",
        codepoint: 0x23262,
        name: "CJK UNIFIED IDEOGRAPH-23262",
    },
    Character {
        age: "3.1",
        codepoint: 0x23263,
        name: "CJK UNIFIED IDEOGRAPH-23263",
    },
    Character {
        age: "3.1",
        codepoint: 0x23264,
        name: "CJK UNIFIED IDEOGRAPH-23264",
    },
    Character {
        age: "3.1",
        codepoint: 0x23265,
        name: "CJK UNIFIED IDEOGRAPH-23265",
    },
    Character {
        age: "3.1",
        codepoint: 0x23266,
        name: "CJK UNIFIED IDEOGRAPH-23266",
    },
    Character {
        age: "3.1",
        codepoint: 0x23267,
        name: "CJK UNIFIED IDEOGRAPH-23267",
    },
    Character {
        age: "3.1",
        codepoint: 0x23268,
        name: "CJK UNIFIED IDEOGRAPH-23268",
    },
    Character {
        age: "3.1",
        codepoint: 0x23269,
        name: "CJK UNIFIED IDEOGRAPH-23269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2326A,
        name: "CJK UNIFIED IDEOGRAPH-2326A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2326B,
        name: "CJK UNIFIED IDEOGRAPH-2326B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2326C,
        name: "CJK UNIFIED IDEOGRAPH-2326C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2326D,
        name: "CJK UNIFIED IDEOGRAPH-2326D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2326E,
        name: "CJK UNIFIED IDEOGRAPH-2326E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2326F,
        name: "CJK UNIFIED IDEOGRAPH-2326F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23270,
        name: "CJK UNIFIED IDEOGRAPH-23270",
    },
    Character {
        age: "3.1",
        codepoint: 0x23271,
        name: "CJK UNIFIED IDEOGRAPH-23271",
    },
    Character {
        age: "3.1",
        codepoint: 0x23272,
        name: "CJK UNIFIED IDEOGRAPH-23272",
    },
    Character {
        age: "3.1",
        codepoint: 0x23273,
        name: "CJK UNIFIED IDEOGRAPH-23273",
    },
    Character {
        age: "3.1",
        codepoint: 0x23274,
        name: "CJK UNIFIED IDEOGRAPH-23274",
    },
    Character {
        age: "3.1",
        codepoint: 0x23275,
        name: "CJK UNIFIED IDEOGRAPH-23275",
    },
    Character {
        age: "3.1",
        codepoint: 0x23276,
        name: "CJK UNIFIED IDEOGRAPH-23276",
    },
    Character {
        age: "3.1",
        codepoint: 0x23277,
        name: "CJK UNIFIED IDEOGRAPH-23277",
    },
    Character {
        age: "3.1",
        codepoint: 0x23278,
        name: "CJK UNIFIED IDEOGRAPH-23278",
    },
    Character {
        age: "3.1",
        codepoint: 0x23279,
        name: "CJK UNIFIED IDEOGRAPH-23279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2327A,
        name: "CJK UNIFIED IDEOGRAPH-2327A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2327B,
        name: "CJK UNIFIED IDEOGRAPH-2327B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2327C,
        name: "CJK UNIFIED IDEOGRAPH-2327C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2327D,
        name: "CJK UNIFIED IDEOGRAPH-2327D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2327E,
        name: "CJK UNIFIED IDEOGRAPH-2327E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2327F,
        name: "CJK UNIFIED IDEOGRAPH-2327F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23280,
        name: "CJK UNIFIED IDEOGRAPH-23280",
    },
    Character {
        age: "3.1",
        codepoint: 0x23281,
        name: "CJK UNIFIED IDEOGRAPH-23281",
    },
    Character {
        age: "3.1",
        codepoint: 0x23282,
        name: "CJK UNIFIED IDEOGRAPH-23282",
    },
    Character {
        age: "3.1",
        codepoint: 0x23283,
        name: "CJK UNIFIED IDEOGRAPH-23283",
    },
    Character {
        age: "3.1",
        codepoint: 0x23284,
        name: "CJK UNIFIED IDEOGRAPH-23284",
    },
    Character {
        age: "3.1",
        codepoint: 0x23285,
        name: "CJK UNIFIED IDEOGRAPH-23285",
    },
    Character {
        age: "3.1",
        codepoint: 0x23286,
        name: "CJK UNIFIED IDEOGRAPH-23286",
    },
    Character {
        age: "3.1",
        codepoint: 0x23287,
        name: "CJK UNIFIED IDEOGRAPH-23287",
    },
    Character {
        age: "3.1",
        codepoint: 0x23288,
        name: "CJK UNIFIED IDEOGRAPH-23288",
    },
    Character {
        age: "3.1",
        codepoint: 0x23289,
        name: "CJK UNIFIED IDEOGRAPH-23289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2328A,
        name: "CJK UNIFIED IDEOGRAPH-2328A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2328B,
        name: "CJK UNIFIED IDEOGRAPH-2328B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2328C,
        name: "CJK UNIFIED IDEOGRAPH-2328C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2328D,
        name: "CJK UNIFIED IDEOGRAPH-2328D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2328E,
        name: "CJK UNIFIED IDEOGRAPH-2328E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2328F,
        name: "CJK UNIFIED IDEOGRAPH-2328F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23290,
        name: "CJK UNIFIED IDEOGRAPH-23290",
    },
    Character {
        age: "3.1",
        codepoint: 0x23291,
        name: "CJK UNIFIED IDEOGRAPH-23291",
    },
    Character {
        age: "3.1",
        codepoint: 0x23292,
        name: "CJK UNIFIED IDEOGRAPH-23292",
    },
    Character {
        age: "3.1",
        codepoint: 0x23293,
        name: "CJK UNIFIED IDEOGRAPH-23293",
    },
    Character {
        age: "3.1",
        codepoint: 0x23294,
        name: "CJK UNIFIED IDEOGRAPH-23294",
    },
    Character {
        age: "3.1",
        codepoint: 0x23295,
        name: "CJK UNIFIED IDEOGRAPH-23295",
    },
    Character {
        age: "3.1",
        codepoint: 0x23296,
        name: "CJK UNIFIED IDEOGRAPH-23296",
    },
    Character {
        age: "3.1",
        codepoint: 0x23297,
        name: "CJK UNIFIED IDEOGRAPH-23297",
    },
    Character {
        age: "3.1",
        codepoint: 0x23298,
        name: "CJK UNIFIED IDEOGRAPH-23298",
    },
    Character {
        age: "3.1",
        codepoint: 0x23299,
        name: "CJK UNIFIED IDEOGRAPH-23299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2329A,
        name: "CJK UNIFIED IDEOGRAPH-2329A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2329B,
        name: "CJK UNIFIED IDEOGRAPH-2329B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2329C,
        name: "CJK UNIFIED IDEOGRAPH-2329C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2329D,
        name: "CJK UNIFIED IDEOGRAPH-2329D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2329E,
        name: "CJK UNIFIED IDEOGRAPH-2329E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2329F,
        name: "CJK UNIFIED IDEOGRAPH-2329F",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A0,
        name: "CJK UNIFIED IDEOGRAPH-232A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A1,
        name: "CJK UNIFIED IDEOGRAPH-232A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A2,
        name: "CJK UNIFIED IDEOGRAPH-232A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A3,
        name: "CJK UNIFIED IDEOGRAPH-232A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A4,
        name: "CJK UNIFIED IDEOGRAPH-232A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A5,
        name: "CJK UNIFIED IDEOGRAPH-232A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A6,
        name: "CJK UNIFIED IDEOGRAPH-232A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A7,
        name: "CJK UNIFIED IDEOGRAPH-232A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A8,
        name: "CJK UNIFIED IDEOGRAPH-232A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x232A9,
        name: "CJK UNIFIED IDEOGRAPH-232A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x232AA,
        name: "CJK UNIFIED IDEOGRAPH-232AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x232AB,
        name: "CJK UNIFIED IDEOGRAPH-232AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x232AC,
        name: "CJK UNIFIED IDEOGRAPH-232AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x232AD,
        name: "CJK UNIFIED IDEOGRAPH-232AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x232AE,
        name: "CJK UNIFIED IDEOGRAPH-232AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x232AF,
        name: "CJK UNIFIED IDEOGRAPH-232AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B0,
        name: "CJK UNIFIED IDEOGRAPH-232B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B1,
        name: "CJK UNIFIED IDEOGRAPH-232B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B2,
        name: "CJK UNIFIED IDEOGRAPH-232B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B3,
        name: "CJK UNIFIED IDEOGRAPH-232B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B4,
        name: "CJK UNIFIED IDEOGRAPH-232B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B5,
        name: "CJK UNIFIED IDEOGRAPH-232B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B6,
        name: "CJK UNIFIED IDEOGRAPH-232B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B7,
        name: "CJK UNIFIED IDEOGRAPH-232B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B8,
        name: "CJK UNIFIED IDEOGRAPH-232B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x232B9,
        name: "CJK UNIFIED IDEOGRAPH-232B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x232BA,
        name: "CJK UNIFIED IDEOGRAPH-232BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x232BB,
        name: "CJK UNIFIED IDEOGRAPH-232BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x232BC,
        name: "CJK UNIFIED IDEOGRAPH-232BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x232BD,
        name: "CJK UNIFIED IDEOGRAPH-232BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x232BE,
        name: "CJK UNIFIED IDEOGRAPH-232BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x232BF,
        name: "CJK UNIFIED IDEOGRAPH-232BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C0,
        name: "CJK UNIFIED IDEOGRAPH-232C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C1,
        name: "CJK UNIFIED IDEOGRAPH-232C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C2,
        name: "CJK UNIFIED IDEOGRAPH-232C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C3,
        name: "CJK UNIFIED IDEOGRAPH-232C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C4,
        name: "CJK UNIFIED IDEOGRAPH-232C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C5,
        name: "CJK UNIFIED IDEOGRAPH-232C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C6,
        name: "CJK UNIFIED IDEOGRAPH-232C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C7,
        name: "CJK UNIFIED IDEOGRAPH-232C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C8,
        name: "CJK UNIFIED IDEOGRAPH-232C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x232C9,
        name: "CJK UNIFIED IDEOGRAPH-232C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x232CA,
        name: "CJK UNIFIED IDEOGRAPH-232CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x232CB,
        name: "CJK UNIFIED IDEOGRAPH-232CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x232CC,
        name: "CJK UNIFIED IDEOGRAPH-232CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x232CD,
        name: "CJK UNIFIED IDEOGRAPH-232CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x232CE,
        name: "CJK UNIFIED IDEOGRAPH-232CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x232CF,
        name: "CJK UNIFIED IDEOGRAPH-232CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D0,
        name: "CJK UNIFIED IDEOGRAPH-232D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D1,
        name: "CJK UNIFIED IDEOGRAPH-232D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D2,
        name: "CJK UNIFIED IDEOGRAPH-232D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D3,
        name: "CJK UNIFIED IDEOGRAPH-232D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D4,
        name: "CJK UNIFIED IDEOGRAPH-232D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D5,
        name: "CJK UNIFIED IDEOGRAPH-232D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D6,
        name: "CJK UNIFIED IDEOGRAPH-232D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D7,
        name: "CJK UNIFIED IDEOGRAPH-232D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D8,
        name: "CJK UNIFIED IDEOGRAPH-232D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x232D9,
        name: "CJK UNIFIED IDEOGRAPH-232D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x232DA,
        name: "CJK UNIFIED IDEOGRAPH-232DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x232DB,
        name: "CJK UNIFIED IDEOGRAPH-232DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x232DC,
        name: "CJK UNIFIED IDEOGRAPH-232DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x232DD,
        name: "CJK UNIFIED IDEOGRAPH-232DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x232DE,
        name: "CJK UNIFIED IDEOGRAPH-232DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x232DF,
        name: "CJK UNIFIED IDEOGRAPH-232DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E0,
        name: "CJK UNIFIED IDEOGRAPH-232E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E1,
        name: "CJK UNIFIED IDEOGRAPH-232E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E2,
        name: "CJK UNIFIED IDEOGRAPH-232E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E3,
        name: "CJK UNIFIED IDEOGRAPH-232E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E4,
        name: "CJK UNIFIED IDEOGRAPH-232E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E5,
        name: "CJK UNIFIED IDEOGRAPH-232E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E6,
        name: "CJK UNIFIED IDEOGRAPH-232E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E7,
        name: "CJK UNIFIED IDEOGRAPH-232E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E8,
        name: "CJK UNIFIED IDEOGRAPH-232E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x232E9,
        name: "CJK UNIFIED IDEOGRAPH-232E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x232EA,
        name: "CJK UNIFIED IDEOGRAPH-232EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x232EB,
        name: "CJK UNIFIED IDEOGRAPH-232EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x232EC,
        name: "CJK UNIFIED IDEOGRAPH-232EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x232ED,
        name: "CJK UNIFIED IDEOGRAPH-232ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x232EE,
        name: "CJK UNIFIED IDEOGRAPH-232EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x232EF,
        name: "CJK UNIFIED IDEOGRAPH-232EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F0,
        name: "CJK UNIFIED IDEOGRAPH-232F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F1,
        name: "CJK UNIFIED IDEOGRAPH-232F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F2,
        name: "CJK UNIFIED IDEOGRAPH-232F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F3,
        name: "CJK UNIFIED IDEOGRAPH-232F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F4,
        name: "CJK UNIFIED IDEOGRAPH-232F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F5,
        name: "CJK UNIFIED IDEOGRAPH-232F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F6,
        name: "CJK UNIFIED IDEOGRAPH-232F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F7,
        name: "CJK UNIFIED IDEOGRAPH-232F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F8,
        name: "CJK UNIFIED IDEOGRAPH-232F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x232F9,
        name: "CJK UNIFIED IDEOGRAPH-232F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x232FA,
        name: "CJK UNIFIED IDEOGRAPH-232FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x232FB,
        name: "CJK UNIFIED IDEOGRAPH-232FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x232FC,
        name: "CJK UNIFIED IDEOGRAPH-232FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x232FD,
        name: "CJK UNIFIED IDEOGRAPH-232FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x232FE,
        name: "CJK UNIFIED IDEOGRAPH-232FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x232FF,
        name: "CJK UNIFIED IDEOGRAPH-232FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23300,
        name: "CJK UNIFIED IDEOGRAPH-23300",
    },
    Character {
        age: "3.1",
        codepoint: 0x23301,
        name: "CJK UNIFIED IDEOGRAPH-23301",
    },
    Character {
        age: "3.1",
        codepoint: 0x23302,
        name: "CJK UNIFIED IDEOGRAPH-23302",
    },
    Character {
        age: "3.1",
        codepoint: 0x23303,
        name: "CJK UNIFIED IDEOGRAPH-23303",
    },
    Character {
        age: "3.1",
        codepoint: 0x23304,
        name: "CJK UNIFIED IDEOGRAPH-23304",
    },
    Character {
        age: "3.1",
        codepoint: 0x23305,
        name: "CJK UNIFIED IDEOGRAPH-23305",
    },
    Character {
        age: "3.1",
        codepoint: 0x23306,
        name: "CJK UNIFIED IDEOGRAPH-23306",
    },
    Character {
        age: "3.1",
        codepoint: 0x23307,
        name: "CJK UNIFIED IDEOGRAPH-23307",
    },
    Character {
        age: "3.1",
        codepoint: 0x23308,
        name: "CJK UNIFIED IDEOGRAPH-23308",
    },
    Character {
        age: "3.1",
        codepoint: 0x23309,
        name: "CJK UNIFIED IDEOGRAPH-23309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2330A,
        name: "CJK UNIFIED IDEOGRAPH-2330A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2330B,
        name: "CJK UNIFIED IDEOGRAPH-2330B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2330C,
        name: "CJK UNIFIED IDEOGRAPH-2330C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2330D,
        name: "CJK UNIFIED IDEOGRAPH-2330D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2330E,
        name: "CJK UNIFIED IDEOGRAPH-2330E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2330F,
        name: "CJK UNIFIED IDEOGRAPH-2330F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23310,
        name: "CJK UNIFIED IDEOGRAPH-23310",
    },
    Character {
        age: "3.1",
        codepoint: 0x23311,
        name: "CJK UNIFIED IDEOGRAPH-23311",
    },
    Character {
        age: "3.1",
        codepoint: 0x23312,
        name: "CJK UNIFIED IDEOGRAPH-23312",
    },
    Character {
        age: "3.1",
        codepoint: 0x23313,
        name: "CJK UNIFIED IDEOGRAPH-23313",
    },
    Character {
        age: "3.1",
        codepoint: 0x23314,
        name: "CJK UNIFIED IDEOGRAPH-23314",
    },
    Character {
        age: "3.1",
        codepoint: 0x23315,
        name: "CJK UNIFIED IDEOGRAPH-23315",
    },
    Character {
        age: "3.1",
        codepoint: 0x23316,
        name: "CJK UNIFIED IDEOGRAPH-23316",
    },
    Character {
        age: "3.1",
        codepoint: 0x23317,
        name: "CJK UNIFIED IDEOGRAPH-23317",
    },
    Character {
        age: "3.1",
        codepoint: 0x23318,
        name: "CJK UNIFIED IDEOGRAPH-23318",
    },
    Character {
        age: "3.1",
        codepoint: 0x23319,
        name: "CJK UNIFIED IDEOGRAPH-23319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2331A,
        name: "CJK UNIFIED IDEOGRAPH-2331A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2331B,
        name: "CJK UNIFIED IDEOGRAPH-2331B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2331C,
        name: "CJK UNIFIED IDEOGRAPH-2331C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2331D,
        name: "CJK UNIFIED IDEOGRAPH-2331D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2331E,
        name: "CJK UNIFIED IDEOGRAPH-2331E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2331F,
        name: "CJK UNIFIED IDEOGRAPH-2331F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23320,
        name: "CJK UNIFIED IDEOGRAPH-23320",
    },
    Character {
        age: "3.1",
        codepoint: 0x23321,
        name: "CJK UNIFIED IDEOGRAPH-23321",
    },
    Character {
        age: "3.1",
        codepoint: 0x23322,
        name: "CJK UNIFIED IDEOGRAPH-23322",
    },
    Character {
        age: "3.1",
        codepoint: 0x23323,
        name: "CJK UNIFIED IDEOGRAPH-23323",
    },
    Character {
        age: "3.1",
        codepoint: 0x23324,
        name: "CJK UNIFIED IDEOGRAPH-23324",
    },
    Character {
        age: "3.1",
        codepoint: 0x23325,
        name: "CJK UNIFIED IDEOGRAPH-23325",
    },
    Character {
        age: "3.1",
        codepoint: 0x23326,
        name: "CJK UNIFIED IDEOGRAPH-23326",
    },
    Character {
        age: "3.1",
        codepoint: 0x23327,
        name: "CJK UNIFIED IDEOGRAPH-23327",
    },
    Character {
        age: "3.1",
        codepoint: 0x23328,
        name: "CJK UNIFIED IDEOGRAPH-23328",
    },
    Character {
        age: "3.1",
        codepoint: 0x23329,
        name: "CJK UNIFIED IDEOGRAPH-23329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2332A,
        name: "CJK UNIFIED IDEOGRAPH-2332A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2332B,
        name: "CJK UNIFIED IDEOGRAPH-2332B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2332C,
        name: "CJK UNIFIED IDEOGRAPH-2332C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2332D,
        name: "CJK UNIFIED IDEOGRAPH-2332D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2332E,
        name: "CJK UNIFIED IDEOGRAPH-2332E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2332F,
        name: "CJK UNIFIED IDEOGRAPH-2332F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23330,
        name: "CJK UNIFIED IDEOGRAPH-23330",
    },
    Character {
        age: "3.1",
        codepoint: 0x23331,
        name: "CJK UNIFIED IDEOGRAPH-23331",
    },
    Character {
        age: "3.1",
        codepoint: 0x23332,
        name: "CJK UNIFIED IDEOGRAPH-23332",
    },
    Character {
        age: "3.1",
        codepoint: 0x23333,
        name: "CJK UNIFIED IDEOGRAPH-23333",
    },
    Character {
        age: "3.1",
        codepoint: 0x23334,
        name: "CJK UNIFIED IDEOGRAPH-23334",
    },
    Character {
        age: "3.1",
        codepoint: 0x23335,
        name: "CJK UNIFIED IDEOGRAPH-23335",
    },
    Character {
        age: "3.1",
        codepoint: 0x23336,
        name: "CJK UNIFIED IDEOGRAPH-23336",
    },
    Character {
        age: "3.1",
        codepoint: 0x23337,
        name: "CJK UNIFIED IDEOGRAPH-23337",
    },
    Character {
        age: "3.1",
        codepoint: 0x23338,
        name: "CJK UNIFIED IDEOGRAPH-23338",
    },
    Character {
        age: "3.1",
        codepoint: 0x23339,
        name: "CJK UNIFIED IDEOGRAPH-23339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2333A,
        name: "CJK UNIFIED IDEOGRAPH-2333A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2333B,
        name: "CJK UNIFIED IDEOGRAPH-2333B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2333C,
        name: "CJK UNIFIED IDEOGRAPH-2333C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2333D,
        name: "CJK UNIFIED IDEOGRAPH-2333D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2333E,
        name: "CJK UNIFIED IDEOGRAPH-2333E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2333F,
        name: "CJK UNIFIED IDEOGRAPH-2333F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23340,
        name: "CJK UNIFIED IDEOGRAPH-23340",
    },
    Character {
        age: "3.1",
        codepoint: 0x23341,
        name: "CJK UNIFIED IDEOGRAPH-23341",
    },
    Character {
        age: "3.1",
        codepoint: 0x23342,
        name: "CJK UNIFIED IDEOGRAPH-23342",
    },
    Character {
        age: "3.1",
        codepoint: 0x23343,
        name: "CJK UNIFIED IDEOGRAPH-23343",
    },
    Character {
        age: "3.1",
        codepoint: 0x23344,
        name: "CJK UNIFIED IDEOGRAPH-23344",
    },
    Character {
        age: "3.1",
        codepoint: 0x23345,
        name: "CJK UNIFIED IDEOGRAPH-23345",
    },
    Character {
        age: "3.1",
        codepoint: 0x23346,
        name: "CJK UNIFIED IDEOGRAPH-23346",
    },
    Character {
        age: "3.1",
        codepoint: 0x23347,
        name: "CJK UNIFIED IDEOGRAPH-23347",
    },
    Character {
        age: "3.1",
        codepoint: 0x23348,
        name: "CJK UNIFIED IDEOGRAPH-23348",
    },
    Character {
        age: "3.1",
        codepoint: 0x23349,
        name: "CJK UNIFIED IDEOGRAPH-23349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2334A,
        name: "CJK UNIFIED IDEOGRAPH-2334A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2334B,
        name: "CJK UNIFIED IDEOGRAPH-2334B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2334C,
        name: "CJK UNIFIED IDEOGRAPH-2334C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2334D,
        name: "CJK UNIFIED IDEOGRAPH-2334D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2334E,
        name: "CJK UNIFIED IDEOGRAPH-2334E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2334F,
        name: "CJK UNIFIED IDEOGRAPH-2334F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23350,
        name: "CJK UNIFIED IDEOGRAPH-23350",
    },
    Character {
        age: "3.1",
        codepoint: 0x23351,
        name: "CJK UNIFIED IDEOGRAPH-23351",
    },
    Character {
        age: "3.1",
        codepoint: 0x23352,
        name: "CJK UNIFIED IDEOGRAPH-23352",
    },
    Character {
        age: "3.1",
        codepoint: 0x23353,
        name: "CJK UNIFIED IDEOGRAPH-23353",
    },
    Character {
        age: "3.1",
        codepoint: 0x23354,
        name: "CJK UNIFIED IDEOGRAPH-23354",
    },
    Character {
        age: "3.1",
        codepoint: 0x23355,
        name: "CJK UNIFIED IDEOGRAPH-23355",
    },
    Character {
        age: "3.1",
        codepoint: 0x23356,
        name: "CJK UNIFIED IDEOGRAPH-23356",
    },
    Character {
        age: "3.1",
        codepoint: 0x23357,
        name: "CJK UNIFIED IDEOGRAPH-23357",
    },
    Character {
        age: "3.1",
        codepoint: 0x23358,
        name: "CJK UNIFIED IDEOGRAPH-23358",
    },
    Character {
        age: "3.1",
        codepoint: 0x23359,
        name: "CJK UNIFIED IDEOGRAPH-23359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2335A,
        name: "CJK UNIFIED IDEOGRAPH-2335A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2335B,
        name: "CJK UNIFIED IDEOGRAPH-2335B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2335C,
        name: "CJK UNIFIED IDEOGRAPH-2335C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2335D,
        name: "CJK UNIFIED IDEOGRAPH-2335D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2335E,
        name: "CJK UNIFIED IDEOGRAPH-2335E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2335F,
        name: "CJK UNIFIED IDEOGRAPH-2335F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23360,
        name: "CJK UNIFIED IDEOGRAPH-23360",
    },
    Character {
        age: "3.1",
        codepoint: 0x23361,
        name: "CJK UNIFIED IDEOGRAPH-23361",
    },
    Character {
        age: "3.1",
        codepoint: 0x23362,
        name: "CJK UNIFIED IDEOGRAPH-23362",
    },
    Character {
        age: "3.1",
        codepoint: 0x23363,
        name: "CJK UNIFIED IDEOGRAPH-23363",
    },
    Character {
        age: "3.1",
        codepoint: 0x23364,
        name: "CJK UNIFIED IDEOGRAPH-23364",
    },
    Character {
        age: "3.1",
        codepoint: 0x23365,
        name: "CJK UNIFIED IDEOGRAPH-23365",
    },
    Character {
        age: "3.1",
        codepoint: 0x23366,
        name: "CJK UNIFIED IDEOGRAPH-23366",
    },
    Character {
        age: "3.1",
        codepoint: 0x23367,
        name: "CJK UNIFIED IDEOGRAPH-23367",
    },
    Character {
        age: "3.1",
        codepoint: 0x23368,
        name: "CJK UNIFIED IDEOGRAPH-23368",
    },
    Character {
        age: "3.1",
        codepoint: 0x23369,
        name: "CJK UNIFIED IDEOGRAPH-23369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2336A,
        name: "CJK UNIFIED IDEOGRAPH-2336A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2336B,
        name: "CJK UNIFIED IDEOGRAPH-2336B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2336C,
        name: "CJK UNIFIED IDEOGRAPH-2336C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2336D,
        name: "CJK UNIFIED IDEOGRAPH-2336D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2336E,
        name: "CJK UNIFIED IDEOGRAPH-2336E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2336F,
        name: "CJK UNIFIED IDEOGRAPH-2336F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23370,
        name: "CJK UNIFIED IDEOGRAPH-23370",
    },
    Character {
        age: "3.1",
        codepoint: 0x23371,
        name: "CJK UNIFIED IDEOGRAPH-23371",
    },
    Character {
        age: "3.1",
        codepoint: 0x23372,
        name: "CJK UNIFIED IDEOGRAPH-23372",
    },
    Character {
        age: "3.1",
        codepoint: 0x23373,
        name: "CJK UNIFIED IDEOGRAPH-23373",
    },
    Character {
        age: "3.1",
        codepoint: 0x23374,
        name: "CJK UNIFIED IDEOGRAPH-23374",
    },
    Character {
        age: "3.1",
        codepoint: 0x23375,
        name: "CJK UNIFIED IDEOGRAPH-23375",
    },
    Character {
        age: "3.1",
        codepoint: 0x23376,
        name: "CJK UNIFIED IDEOGRAPH-23376",
    },
    Character {
        age: "3.1",
        codepoint: 0x23377,
        name: "CJK UNIFIED IDEOGRAPH-23377",
    },
    Character {
        age: "3.1",
        codepoint: 0x23378,
        name: "CJK UNIFIED IDEOGRAPH-23378",
    },
    Character {
        age: "3.1",
        codepoint: 0x23379,
        name: "CJK UNIFIED IDEOGRAPH-23379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2337A,
        name: "CJK UNIFIED IDEOGRAPH-2337A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2337B,
        name: "CJK UNIFIED IDEOGRAPH-2337B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2337C,
        name: "CJK UNIFIED IDEOGRAPH-2337C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2337D,
        name: "CJK UNIFIED IDEOGRAPH-2337D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2337E,
        name: "CJK UNIFIED IDEOGRAPH-2337E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2337F,
        name: "CJK UNIFIED IDEOGRAPH-2337F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23380,
        name: "CJK UNIFIED IDEOGRAPH-23380",
    },
    Character {
        age: "3.1",
        codepoint: 0x23381,
        name: "CJK UNIFIED IDEOGRAPH-23381",
    },
    Character {
        age: "3.1",
        codepoint: 0x23382,
        name: "CJK UNIFIED IDEOGRAPH-23382",
    },
    Character {
        age: "3.1",
        codepoint: 0x23383,
        name: "CJK UNIFIED IDEOGRAPH-23383",
    },
    Character {
        age: "3.1",
        codepoint: 0x23384,
        name: "CJK UNIFIED IDEOGRAPH-23384",
    },
    Character {
        age: "3.1",
        codepoint: 0x23385,
        name: "CJK UNIFIED IDEOGRAPH-23385",
    },
    Character {
        age: "3.1",
        codepoint: 0x23386,
        name: "CJK UNIFIED IDEOGRAPH-23386",
    },
    Character {
        age: "3.1",
        codepoint: 0x23387,
        name: "CJK UNIFIED IDEOGRAPH-23387",
    },
    Character {
        age: "3.1",
        codepoint: 0x23388,
        name: "CJK UNIFIED IDEOGRAPH-23388",
    },
    Character {
        age: "3.1",
        codepoint: 0x23389,
        name: "CJK UNIFIED IDEOGRAPH-23389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2338A,
        name: "CJK UNIFIED IDEOGRAPH-2338A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2338B,
        name: "CJK UNIFIED IDEOGRAPH-2338B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2338C,
        name: "CJK UNIFIED IDEOGRAPH-2338C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2338D,
        name: "CJK UNIFIED IDEOGRAPH-2338D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2338E,
        name: "CJK UNIFIED IDEOGRAPH-2338E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2338F,
        name: "CJK UNIFIED IDEOGRAPH-2338F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23390,
        name: "CJK UNIFIED IDEOGRAPH-23390",
    },
    Character {
        age: "3.1",
        codepoint: 0x23391,
        name: "CJK UNIFIED IDEOGRAPH-23391",
    },
    Character {
        age: "3.1",
        codepoint: 0x23392,
        name: "CJK UNIFIED IDEOGRAPH-23392",
    },
    Character {
        age: "3.1",
        codepoint: 0x23393,
        name: "CJK UNIFIED IDEOGRAPH-23393",
    },
    Character {
        age: "3.1",
        codepoint: 0x23394,
        name: "CJK UNIFIED IDEOGRAPH-23394",
    },
    Character {
        age: "3.1",
        codepoint: 0x23395,
        name: "CJK UNIFIED IDEOGRAPH-23395",
    },
    Character {
        age: "3.1",
        codepoint: 0x23396,
        name: "CJK UNIFIED IDEOGRAPH-23396",
    },
    Character {
        age: "3.1",
        codepoint: 0x23397,
        name: "CJK UNIFIED IDEOGRAPH-23397",
    },
    Character {
        age: "3.1",
        codepoint: 0x23398,
        name: "CJK UNIFIED IDEOGRAPH-23398",
    },
    Character {
        age: "3.1",
        codepoint: 0x23399,
        name: "CJK UNIFIED IDEOGRAPH-23399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2339A,
        name: "CJK UNIFIED IDEOGRAPH-2339A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2339B,
        name: "CJK UNIFIED IDEOGRAPH-2339B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2339C,
        name: "CJK UNIFIED IDEOGRAPH-2339C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2339D,
        name: "CJK UNIFIED IDEOGRAPH-2339D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2339E,
        name: "CJK UNIFIED IDEOGRAPH-2339E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2339F,
        name: "CJK UNIFIED IDEOGRAPH-2339F",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A0,
        name: "CJK UNIFIED IDEOGRAPH-233A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A1,
        name: "CJK UNIFIED IDEOGRAPH-233A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A2,
        name: "CJK UNIFIED IDEOGRAPH-233A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A3,
        name: "CJK UNIFIED IDEOGRAPH-233A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A4,
        name: "CJK UNIFIED IDEOGRAPH-233A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A5,
        name: "CJK UNIFIED IDEOGRAPH-233A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A6,
        name: "CJK UNIFIED IDEOGRAPH-233A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A7,
        name: "CJK UNIFIED IDEOGRAPH-233A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A8,
        name: "CJK UNIFIED IDEOGRAPH-233A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x233A9,
        name: "CJK UNIFIED IDEOGRAPH-233A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x233AA,
        name: "CJK UNIFIED IDEOGRAPH-233AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x233AB,
        name: "CJK UNIFIED IDEOGRAPH-233AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x233AC,
        name: "CJK UNIFIED IDEOGRAPH-233AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x233AD,
        name: "CJK UNIFIED IDEOGRAPH-233AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x233AE,
        name: "CJK UNIFIED IDEOGRAPH-233AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x233AF,
        name: "CJK UNIFIED IDEOGRAPH-233AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B0,
        name: "CJK UNIFIED IDEOGRAPH-233B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B1,
        name: "CJK UNIFIED IDEOGRAPH-233B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B2,
        name: "CJK UNIFIED IDEOGRAPH-233B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B3,
        name: "CJK UNIFIED IDEOGRAPH-233B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B4,
        name: "CJK UNIFIED IDEOGRAPH-233B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B5,
        name: "CJK UNIFIED IDEOGRAPH-233B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B6,
        name: "CJK UNIFIED IDEOGRAPH-233B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B7,
        name: "CJK UNIFIED IDEOGRAPH-233B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B8,
        name: "CJK UNIFIED IDEOGRAPH-233B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x233B9,
        name: "CJK UNIFIED IDEOGRAPH-233B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x233BA,
        name: "CJK UNIFIED IDEOGRAPH-233BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x233BB,
        name: "CJK UNIFIED IDEOGRAPH-233BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x233BC,
        name: "CJK UNIFIED IDEOGRAPH-233BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x233BD,
        name: "CJK UNIFIED IDEOGRAPH-233BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x233BE,
        name: "CJK UNIFIED IDEOGRAPH-233BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x233BF,
        name: "CJK UNIFIED IDEOGRAPH-233BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C0,
        name: "CJK UNIFIED IDEOGRAPH-233C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C1,
        name: "CJK UNIFIED IDEOGRAPH-233C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C2,
        name: "CJK UNIFIED IDEOGRAPH-233C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C3,
        name: "CJK UNIFIED IDEOGRAPH-233C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C4,
        name: "CJK UNIFIED IDEOGRAPH-233C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C5,
        name: "CJK UNIFIED IDEOGRAPH-233C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C6,
        name: "CJK UNIFIED IDEOGRAPH-233C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C7,
        name: "CJK UNIFIED IDEOGRAPH-233C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C8,
        name: "CJK UNIFIED IDEOGRAPH-233C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x233C9,
        name: "CJK UNIFIED IDEOGRAPH-233C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x233CA,
        name: "CJK UNIFIED IDEOGRAPH-233CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x233CB,
        name: "CJK UNIFIED IDEOGRAPH-233CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x233CC,
        name: "CJK UNIFIED IDEOGRAPH-233CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x233CD,
        name: "CJK UNIFIED IDEOGRAPH-233CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x233CE,
        name: "CJK UNIFIED IDEOGRAPH-233CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x233CF,
        name: "CJK UNIFIED IDEOGRAPH-233CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D0,
        name: "CJK UNIFIED IDEOGRAPH-233D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D1,
        name: "CJK UNIFIED IDEOGRAPH-233D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D2,
        name: "CJK UNIFIED IDEOGRAPH-233D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D3,
        name: "CJK UNIFIED IDEOGRAPH-233D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D4,
        name: "CJK UNIFIED IDEOGRAPH-233D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D5,
        name: "CJK UNIFIED IDEOGRAPH-233D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D6,
        name: "CJK UNIFIED IDEOGRAPH-233D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D7,
        name: "CJK UNIFIED IDEOGRAPH-233D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D8,
        name: "CJK UNIFIED IDEOGRAPH-233D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x233D9,
        name: "CJK UNIFIED IDEOGRAPH-233D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x233DA,
        name: "CJK UNIFIED IDEOGRAPH-233DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x233DB,
        name: "CJK UNIFIED IDEOGRAPH-233DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x233DC,
        name: "CJK UNIFIED IDEOGRAPH-233DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x233DD,
        name: "CJK UNIFIED IDEOGRAPH-233DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x233DE,
        name: "CJK UNIFIED IDEOGRAPH-233DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x233DF,
        name: "CJK UNIFIED IDEOGRAPH-233DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E0,
        name: "CJK UNIFIED IDEOGRAPH-233E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E1,
        name: "CJK UNIFIED IDEOGRAPH-233E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E2,
        name: "CJK UNIFIED IDEOGRAPH-233E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E3,
        name: "CJK UNIFIED IDEOGRAPH-233E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E4,
        name: "CJK UNIFIED IDEOGRAPH-233E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E5,
        name: "CJK UNIFIED IDEOGRAPH-233E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E6,
        name: "CJK UNIFIED IDEOGRAPH-233E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E7,
        name: "CJK UNIFIED IDEOGRAPH-233E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E8,
        name: "CJK UNIFIED IDEOGRAPH-233E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x233E9,
        name: "CJK UNIFIED IDEOGRAPH-233E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x233EA,
        name: "CJK UNIFIED IDEOGRAPH-233EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x233EB,
        name: "CJK UNIFIED IDEOGRAPH-233EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x233EC,
        name: "CJK UNIFIED IDEOGRAPH-233EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x233ED,
        name: "CJK UNIFIED IDEOGRAPH-233ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x233EE,
        name: "CJK UNIFIED IDEOGRAPH-233EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x233EF,
        name: "CJK UNIFIED IDEOGRAPH-233EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F0,
        name: "CJK UNIFIED IDEOGRAPH-233F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F1,
        name: "CJK UNIFIED IDEOGRAPH-233F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F2,
        name: "CJK UNIFIED IDEOGRAPH-233F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F3,
        name: "CJK UNIFIED IDEOGRAPH-233F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F4,
        name: "CJK UNIFIED IDEOGRAPH-233F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F5,
        name: "CJK UNIFIED IDEOGRAPH-233F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F6,
        name: "CJK UNIFIED IDEOGRAPH-233F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F7,
        name: "CJK UNIFIED IDEOGRAPH-233F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F8,
        name: "CJK UNIFIED IDEOGRAPH-233F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x233F9,
        name: "CJK UNIFIED IDEOGRAPH-233F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x233FA,
        name: "CJK UNIFIED IDEOGRAPH-233FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x233FB,
        name: "CJK UNIFIED IDEOGRAPH-233FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x233FC,
        name: "CJK UNIFIED IDEOGRAPH-233FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x233FD,
        name: "CJK UNIFIED IDEOGRAPH-233FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x233FE,
        name: "CJK UNIFIED IDEOGRAPH-233FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x233FF,
        name: "CJK UNIFIED IDEOGRAPH-233FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23400,
        name: "CJK UNIFIED IDEOGRAPH-23400",
    },
    Character {
        age: "3.1",
        codepoint: 0x23401,
        name: "CJK UNIFIED IDEOGRAPH-23401",
    },
    Character {
        age: "3.1",
        codepoint: 0x23402,
        name: "CJK UNIFIED IDEOGRAPH-23402",
    },
    Character {
        age: "3.1",
        codepoint: 0x23403,
        name: "CJK UNIFIED IDEOGRAPH-23403",
    },
    Character {
        age: "3.1",
        codepoint: 0x23404,
        name: "CJK UNIFIED IDEOGRAPH-23404",
    },
    Character {
        age: "3.1",
        codepoint: 0x23405,
        name: "CJK UNIFIED IDEOGRAPH-23405",
    },
    Character {
        age: "3.1",
        codepoint: 0x23406,
        name: "CJK UNIFIED IDEOGRAPH-23406",
    },
    Character {
        age: "3.1",
        codepoint: 0x23407,
        name: "CJK UNIFIED IDEOGRAPH-23407",
    },
    Character {
        age: "3.1",
        codepoint: 0x23408,
        name: "CJK UNIFIED IDEOGRAPH-23408",
    },
    Character {
        age: "3.1",
        codepoint: 0x23409,
        name: "CJK UNIFIED IDEOGRAPH-23409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2340A,
        name: "CJK UNIFIED IDEOGRAPH-2340A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2340B,
        name: "CJK UNIFIED IDEOGRAPH-2340B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2340C,
        name: "CJK UNIFIED IDEOGRAPH-2340C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2340D,
        name: "CJK UNIFIED IDEOGRAPH-2340D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2340E,
        name: "CJK UNIFIED IDEOGRAPH-2340E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2340F,
        name: "CJK UNIFIED IDEOGRAPH-2340F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23410,
        name: "CJK UNIFIED IDEOGRAPH-23410",
    },
    Character {
        age: "3.1",
        codepoint: 0x23411,
        name: "CJK UNIFIED IDEOGRAPH-23411",
    },
    Character {
        age: "3.1",
        codepoint: 0x23412,
        name: "CJK UNIFIED IDEOGRAPH-23412",
    },
    Character {
        age: "3.1",
        codepoint: 0x23413,
        name: "CJK UNIFIED IDEOGRAPH-23413",
    },
    Character {
        age: "3.1",
        codepoint: 0x23414,
        name: "CJK UNIFIED IDEOGRAPH-23414",
    },
    Character {
        age: "3.1",
        codepoint: 0x23415,
        name: "CJK UNIFIED IDEOGRAPH-23415",
    },
    Character {
        age: "3.1",
        codepoint: 0x23416,
        name: "CJK UNIFIED IDEOGRAPH-23416",
    },
    Character {
        age: "3.1",
        codepoint: 0x23417,
        name: "CJK UNIFIED IDEOGRAPH-23417",
    },
    Character {
        age: "3.1",
        codepoint: 0x23418,
        name: "CJK UNIFIED IDEOGRAPH-23418",
    },
    Character {
        age: "3.1",
        codepoint: 0x23419,
        name: "CJK UNIFIED IDEOGRAPH-23419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2341A,
        name: "CJK UNIFIED IDEOGRAPH-2341A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2341B,
        name: "CJK UNIFIED IDEOGRAPH-2341B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2341C,
        name: "CJK UNIFIED IDEOGRAPH-2341C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2341D,
        name: "CJK UNIFIED IDEOGRAPH-2341D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2341E,
        name: "CJK UNIFIED IDEOGRAPH-2341E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2341F,
        name: "CJK UNIFIED IDEOGRAPH-2341F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23420,
        name: "CJK UNIFIED IDEOGRAPH-23420",
    },
    Character {
        age: "3.1",
        codepoint: 0x23421,
        name: "CJK UNIFIED IDEOGRAPH-23421",
    },
    Character {
        age: "3.1",
        codepoint: 0x23422,
        name: "CJK UNIFIED IDEOGRAPH-23422",
    },
    Character {
        age: "3.1",
        codepoint: 0x23423,
        name: "CJK UNIFIED IDEOGRAPH-23423",
    },
    Character {
        age: "3.1",
        codepoint: 0x23424,
        name: "CJK UNIFIED IDEOGRAPH-23424",
    },
    Character {
        age: "3.1",
        codepoint: 0x23425,
        name: "CJK UNIFIED IDEOGRAPH-23425",
    },
    Character {
        age: "3.1",
        codepoint: 0x23426,
        name: "CJK UNIFIED IDEOGRAPH-23426",
    },
    Character {
        age: "3.1",
        codepoint: 0x23427,
        name: "CJK UNIFIED IDEOGRAPH-23427",
    },
    Character {
        age: "3.1",
        codepoint: 0x23428,
        name: "CJK UNIFIED IDEOGRAPH-23428",
    },
    Character {
        age: "3.1",
        codepoint: 0x23429,
        name: "CJK UNIFIED IDEOGRAPH-23429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2342A,
        name: "CJK UNIFIED IDEOGRAPH-2342A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2342B,
        name: "CJK UNIFIED IDEOGRAPH-2342B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2342C,
        name: "CJK UNIFIED IDEOGRAPH-2342C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2342D,
        name: "CJK UNIFIED IDEOGRAPH-2342D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2342E,
        name: "CJK UNIFIED IDEOGRAPH-2342E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2342F,
        name: "CJK UNIFIED IDEOGRAPH-2342F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23430,
        name: "CJK UNIFIED IDEOGRAPH-23430",
    },
    Character {
        age: "3.1",
        codepoint: 0x23431,
        name: "CJK UNIFIED IDEOGRAPH-23431",
    },
    Character {
        age: "3.1",
        codepoint: 0x23432,
        name: "CJK UNIFIED IDEOGRAPH-23432",
    },
    Character {
        age: "3.1",
        codepoint: 0x23433,
        name: "CJK UNIFIED IDEOGRAPH-23433",
    },
    Character {
        age: "3.1",
        codepoint: 0x23434,
        name: "CJK UNIFIED IDEOGRAPH-23434",
    },
    Character {
        age: "3.1",
        codepoint: 0x23435,
        name: "CJK UNIFIED IDEOGRAPH-23435",
    },
    Character {
        age: "3.1",
        codepoint: 0x23436,
        name: "CJK UNIFIED IDEOGRAPH-23436",
    },
    Character {
        age: "3.1",
        codepoint: 0x23437,
        name: "CJK UNIFIED IDEOGRAPH-23437",
    },
    Character {
        age: "3.1",
        codepoint: 0x23438,
        name: "CJK UNIFIED IDEOGRAPH-23438",
    },
    Character {
        age: "3.1",
        codepoint: 0x23439,
        name: "CJK UNIFIED IDEOGRAPH-23439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2343A,
        name: "CJK UNIFIED IDEOGRAPH-2343A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2343B,
        name: "CJK UNIFIED IDEOGRAPH-2343B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2343C,
        name: "CJK UNIFIED IDEOGRAPH-2343C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2343D,
        name: "CJK UNIFIED IDEOGRAPH-2343D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2343E,
        name: "CJK UNIFIED IDEOGRAPH-2343E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2343F,
        name: "CJK UNIFIED IDEOGRAPH-2343F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23440,
        name: "CJK UNIFIED IDEOGRAPH-23440",
    },
    Character {
        age: "3.1",
        codepoint: 0x23441,
        name: "CJK UNIFIED IDEOGRAPH-23441",
    },
    Character {
        age: "3.1",
        codepoint: 0x23442,
        name: "CJK UNIFIED IDEOGRAPH-23442",
    },
    Character {
        age: "3.1",
        codepoint: 0x23443,
        name: "CJK UNIFIED IDEOGRAPH-23443",
    },
    Character {
        age: "3.1",
        codepoint: 0x23444,
        name: "CJK UNIFIED IDEOGRAPH-23444",
    },
    Character {
        age: "3.1",
        codepoint: 0x23445,
        name: "CJK UNIFIED IDEOGRAPH-23445",
    },
    Character {
        age: "3.1",
        codepoint: 0x23446,
        name: "CJK UNIFIED IDEOGRAPH-23446",
    },
    Character {
        age: "3.1",
        codepoint: 0x23447,
        name: "CJK UNIFIED IDEOGRAPH-23447",
    },
    Character {
        age: "3.1",
        codepoint: 0x23448,
        name: "CJK UNIFIED IDEOGRAPH-23448",
    },
    Character {
        age: "3.1",
        codepoint: 0x23449,
        name: "CJK UNIFIED IDEOGRAPH-23449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2344A,
        name: "CJK UNIFIED IDEOGRAPH-2344A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2344B,
        name: "CJK UNIFIED IDEOGRAPH-2344B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2344C,
        name: "CJK UNIFIED IDEOGRAPH-2344C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2344D,
        name: "CJK UNIFIED IDEOGRAPH-2344D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2344E,
        name: "CJK UNIFIED IDEOGRAPH-2344E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2344F,
        name: "CJK UNIFIED IDEOGRAPH-2344F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23450,
        name: "CJK UNIFIED IDEOGRAPH-23450",
    },
    Character {
        age: "3.1",
        codepoint: 0x23451,
        name: "CJK UNIFIED IDEOGRAPH-23451",
    },
    Character {
        age: "3.1",
        codepoint: 0x23452,
        name: "CJK UNIFIED IDEOGRAPH-23452",
    },
    Character {
        age: "3.1",
        codepoint: 0x23453,
        name: "CJK UNIFIED IDEOGRAPH-23453",
    },
    Character {
        age: "3.1",
        codepoint: 0x23454,
        name: "CJK UNIFIED IDEOGRAPH-23454",
    },
    Character {
        age: "3.1",
        codepoint: 0x23455,
        name: "CJK UNIFIED IDEOGRAPH-23455",
    },
    Character {
        age: "3.1",
        codepoint: 0x23456,
        name: "CJK UNIFIED IDEOGRAPH-23456",
    },
    Character {
        age: "3.1",
        codepoint: 0x23457,
        name: "CJK UNIFIED IDEOGRAPH-23457",
    },
    Character {
        age: "3.1",
        codepoint: 0x23458,
        name: "CJK UNIFIED IDEOGRAPH-23458",
    },
    Character {
        age: "3.1",
        codepoint: 0x23459,
        name: "CJK UNIFIED IDEOGRAPH-23459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2345A,
        name: "CJK UNIFIED IDEOGRAPH-2345A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2345B,
        name: "CJK UNIFIED IDEOGRAPH-2345B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2345C,
        name: "CJK UNIFIED IDEOGRAPH-2345C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2345D,
        name: "CJK UNIFIED IDEOGRAPH-2345D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2345E,
        name: "CJK UNIFIED IDEOGRAPH-2345E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2345F,
        name: "CJK UNIFIED IDEOGRAPH-2345F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23460,
        name: "CJK UNIFIED IDEOGRAPH-23460",
    },
    Character {
        age: "3.1",
        codepoint: 0x23461,
        name: "CJK UNIFIED IDEOGRAPH-23461",
    },
    Character {
        age: "3.1",
        codepoint: 0x23462,
        name: "CJK UNIFIED IDEOGRAPH-23462",
    },
    Character {
        age: "3.1",
        codepoint: 0x23463,
        name: "CJK UNIFIED IDEOGRAPH-23463",
    },
    Character {
        age: "3.1",
        codepoint: 0x23464,
        name: "CJK UNIFIED IDEOGRAPH-23464",
    },
    Character {
        age: "3.1",
        codepoint: 0x23465,
        name: "CJK UNIFIED IDEOGRAPH-23465",
    },
    Character {
        age: "3.1",
        codepoint: 0x23466,
        name: "CJK UNIFIED IDEOGRAPH-23466",
    },
    Character {
        age: "3.1",
        codepoint: 0x23467,
        name: "CJK UNIFIED IDEOGRAPH-23467",
    },
    Character {
        age: "3.1",
        codepoint: 0x23468,
        name: "CJK UNIFIED IDEOGRAPH-23468",
    },
    Character {
        age: "3.1",
        codepoint: 0x23469,
        name: "CJK UNIFIED IDEOGRAPH-23469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2346A,
        name: "CJK UNIFIED IDEOGRAPH-2346A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2346B,
        name: "CJK UNIFIED IDEOGRAPH-2346B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2346C,
        name: "CJK UNIFIED IDEOGRAPH-2346C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2346D,
        name: "CJK UNIFIED IDEOGRAPH-2346D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2346E,
        name: "CJK UNIFIED IDEOGRAPH-2346E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2346F,
        name: "CJK UNIFIED IDEOGRAPH-2346F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23470,
        name: "CJK UNIFIED IDEOGRAPH-23470",
    },
    Character {
        age: "3.1",
        codepoint: 0x23471,
        name: "CJK UNIFIED IDEOGRAPH-23471",
    },
    Character {
        age: "3.1",
        codepoint: 0x23472,
        name: "CJK UNIFIED IDEOGRAPH-23472",
    },
    Character {
        age: "3.1",
        codepoint: 0x23473,
        name: "CJK UNIFIED IDEOGRAPH-23473",
    },
    Character {
        age: "3.1",
        codepoint: 0x23474,
        name: "CJK UNIFIED IDEOGRAPH-23474",
    },
    Character {
        age: "3.1",
        codepoint: 0x23475,
        name: "CJK UNIFIED IDEOGRAPH-23475",
    },
    Character {
        age: "3.1",
        codepoint: 0x23476,
        name: "CJK UNIFIED IDEOGRAPH-23476",
    },
    Character {
        age: "3.1",
        codepoint: 0x23477,
        name: "CJK UNIFIED IDEOGRAPH-23477",
    },
    Character {
        age: "3.1",
        codepoint: 0x23478,
        name: "CJK UNIFIED IDEOGRAPH-23478",
    },
    Character {
        age: "3.1",
        codepoint: 0x23479,
        name: "CJK UNIFIED IDEOGRAPH-23479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2347A,
        name: "CJK UNIFIED IDEOGRAPH-2347A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2347B,
        name: "CJK UNIFIED IDEOGRAPH-2347B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2347C,
        name: "CJK UNIFIED IDEOGRAPH-2347C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2347D,
        name: "CJK UNIFIED IDEOGRAPH-2347D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2347E,
        name: "CJK UNIFIED IDEOGRAPH-2347E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2347F,
        name: "CJK UNIFIED IDEOGRAPH-2347F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23480,
        name: "CJK UNIFIED IDEOGRAPH-23480",
    },
    Character {
        age: "3.1",
        codepoint: 0x23481,
        name: "CJK UNIFIED IDEOGRAPH-23481",
    },
    Character {
        age: "3.1",
        codepoint: 0x23482,
        name: "CJK UNIFIED IDEOGRAPH-23482",
    },
    Character {
        age: "3.1",
        codepoint: 0x23483,
        name: "CJK UNIFIED IDEOGRAPH-23483",
    },
    Character {
        age: "3.1",
        codepoint: 0x23484,
        name: "CJK UNIFIED IDEOGRAPH-23484",
    },
    Character {
        age: "3.1",
        codepoint: 0x23485,
        name: "CJK UNIFIED IDEOGRAPH-23485",
    },
    Character {
        age: "3.1",
        codepoint: 0x23486,
        name: "CJK UNIFIED IDEOGRAPH-23486",
    },
    Character {
        age: "3.1",
        codepoint: 0x23487,
        name: "CJK UNIFIED IDEOGRAPH-23487",
    },
    Character {
        age: "3.1",
        codepoint: 0x23488,
        name: "CJK UNIFIED IDEOGRAPH-23488",
    },
    Character {
        age: "3.1",
        codepoint: 0x23489,
        name: "CJK UNIFIED IDEOGRAPH-23489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2348A,
        name: "CJK UNIFIED IDEOGRAPH-2348A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2348B,
        name: "CJK UNIFIED IDEOGRAPH-2348B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2348C,
        name: "CJK UNIFIED IDEOGRAPH-2348C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2348D,
        name: "CJK UNIFIED IDEOGRAPH-2348D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2348E,
        name: "CJK UNIFIED IDEOGRAPH-2348E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2348F,
        name: "CJK UNIFIED IDEOGRAPH-2348F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23490,
        name: "CJK UNIFIED IDEOGRAPH-23490",
    },
    Character {
        age: "3.1",
        codepoint: 0x23491,
        name: "CJK UNIFIED IDEOGRAPH-23491",
    },
    Character {
        age: "3.1",
        codepoint: 0x23492,
        name: "CJK UNIFIED IDEOGRAPH-23492",
    },
    Character {
        age: "3.1",
        codepoint: 0x23493,
        name: "CJK UNIFIED IDEOGRAPH-23493",
    },
    Character {
        age: "3.1",
        codepoint: 0x23494,
        name: "CJK UNIFIED IDEOGRAPH-23494",
    },
    Character {
        age: "3.1",
        codepoint: 0x23495,
        name: "CJK UNIFIED IDEOGRAPH-23495",
    },
    Character {
        age: "3.1",
        codepoint: 0x23496,
        name: "CJK UNIFIED IDEOGRAPH-23496",
    },
    Character {
        age: "3.1",
        codepoint: 0x23497,
        name: "CJK UNIFIED IDEOGRAPH-23497",
    },
    Character {
        age: "3.1",
        codepoint: 0x23498,
        name: "CJK UNIFIED IDEOGRAPH-23498",
    },
    Character {
        age: "3.1",
        codepoint: 0x23499,
        name: "CJK UNIFIED IDEOGRAPH-23499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2349A,
        name: "CJK UNIFIED IDEOGRAPH-2349A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2349B,
        name: "CJK UNIFIED IDEOGRAPH-2349B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2349C,
        name: "CJK UNIFIED IDEOGRAPH-2349C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2349D,
        name: "CJK UNIFIED IDEOGRAPH-2349D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2349E,
        name: "CJK UNIFIED IDEOGRAPH-2349E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2349F,
        name: "CJK UNIFIED IDEOGRAPH-2349F",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A0,
        name: "CJK UNIFIED IDEOGRAPH-234A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A1,
        name: "CJK UNIFIED IDEOGRAPH-234A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A2,
        name: "CJK UNIFIED IDEOGRAPH-234A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A3,
        name: "CJK UNIFIED IDEOGRAPH-234A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A4,
        name: "CJK UNIFIED IDEOGRAPH-234A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A5,
        name: "CJK UNIFIED IDEOGRAPH-234A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A6,
        name: "CJK UNIFIED IDEOGRAPH-234A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A7,
        name: "CJK UNIFIED IDEOGRAPH-234A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A8,
        name: "CJK UNIFIED IDEOGRAPH-234A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x234A9,
        name: "CJK UNIFIED IDEOGRAPH-234A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x234AA,
        name: "CJK UNIFIED IDEOGRAPH-234AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x234AB,
        name: "CJK UNIFIED IDEOGRAPH-234AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x234AC,
        name: "CJK UNIFIED IDEOGRAPH-234AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x234AD,
        name: "CJK UNIFIED IDEOGRAPH-234AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x234AE,
        name: "CJK UNIFIED IDEOGRAPH-234AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x234AF,
        name: "CJK UNIFIED IDEOGRAPH-234AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B0,
        name: "CJK UNIFIED IDEOGRAPH-234B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B1,
        name: "CJK UNIFIED IDEOGRAPH-234B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B2,
        name: "CJK UNIFIED IDEOGRAPH-234B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B3,
        name: "CJK UNIFIED IDEOGRAPH-234B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B4,
        name: "CJK UNIFIED IDEOGRAPH-234B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B5,
        name: "CJK UNIFIED IDEOGRAPH-234B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B6,
        name: "CJK UNIFIED IDEOGRAPH-234B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B7,
        name: "CJK UNIFIED IDEOGRAPH-234B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B8,
        name: "CJK UNIFIED IDEOGRAPH-234B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x234B9,
        name: "CJK UNIFIED IDEOGRAPH-234B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x234BA,
        name: "CJK UNIFIED IDEOGRAPH-234BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x234BB,
        name: "CJK UNIFIED IDEOGRAPH-234BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x234BC,
        name: "CJK UNIFIED IDEOGRAPH-234BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x234BD,
        name: "CJK UNIFIED IDEOGRAPH-234BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x234BE,
        name: "CJK UNIFIED IDEOGRAPH-234BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x234BF,
        name: "CJK UNIFIED IDEOGRAPH-234BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C0,
        name: "CJK UNIFIED IDEOGRAPH-234C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C1,
        name: "CJK UNIFIED IDEOGRAPH-234C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C2,
        name: "CJK UNIFIED IDEOGRAPH-234C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C3,
        name: "CJK UNIFIED IDEOGRAPH-234C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C4,
        name: "CJK UNIFIED IDEOGRAPH-234C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C5,
        name: "CJK UNIFIED IDEOGRAPH-234C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C6,
        name: "CJK UNIFIED IDEOGRAPH-234C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C7,
        name: "CJK UNIFIED IDEOGRAPH-234C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C8,
        name: "CJK UNIFIED IDEOGRAPH-234C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x234C9,
        name: "CJK UNIFIED IDEOGRAPH-234C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x234CA,
        name: "CJK UNIFIED IDEOGRAPH-234CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x234CB,
        name: "CJK UNIFIED IDEOGRAPH-234CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x234CC,
        name: "CJK UNIFIED IDEOGRAPH-234CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x234CD,
        name: "CJK UNIFIED IDEOGRAPH-234CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x234CE,
        name: "CJK UNIFIED IDEOGRAPH-234CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x234CF,
        name: "CJK UNIFIED IDEOGRAPH-234CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D0,
        name: "CJK UNIFIED IDEOGRAPH-234D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D1,
        name: "CJK UNIFIED IDEOGRAPH-234D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D2,
        name: "CJK UNIFIED IDEOGRAPH-234D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D3,
        name: "CJK UNIFIED IDEOGRAPH-234D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D4,
        name: "CJK UNIFIED IDEOGRAPH-234D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D5,
        name: "CJK UNIFIED IDEOGRAPH-234D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D6,
        name: "CJK UNIFIED IDEOGRAPH-234D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D7,
        name: "CJK UNIFIED IDEOGRAPH-234D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D8,
        name: "CJK UNIFIED IDEOGRAPH-234D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x234D9,
        name: "CJK UNIFIED IDEOGRAPH-234D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x234DA,
        name: "CJK UNIFIED IDEOGRAPH-234DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x234DB,
        name: "CJK UNIFIED IDEOGRAPH-234DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x234DC,
        name: "CJK UNIFIED IDEOGRAPH-234DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x234DD,
        name: "CJK UNIFIED IDEOGRAPH-234DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x234DE,
        name: "CJK UNIFIED IDEOGRAPH-234DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x234DF,
        name: "CJK UNIFIED IDEOGRAPH-234DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E0,
        name: "CJK UNIFIED IDEOGRAPH-234E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E1,
        name: "CJK UNIFIED IDEOGRAPH-234E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E2,
        name: "CJK UNIFIED IDEOGRAPH-234E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E3,
        name: "CJK UNIFIED IDEOGRAPH-234E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E4,
        name: "CJK UNIFIED IDEOGRAPH-234E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E5,
        name: "CJK UNIFIED IDEOGRAPH-234E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E6,
        name: "CJK UNIFIED IDEOGRAPH-234E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E7,
        name: "CJK UNIFIED IDEOGRAPH-234E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E8,
        name: "CJK UNIFIED IDEOGRAPH-234E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x234E9,
        name: "CJK UNIFIED IDEOGRAPH-234E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x234EA,
        name: "CJK UNIFIED IDEOGRAPH-234EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x234EB,
        name: "CJK UNIFIED IDEOGRAPH-234EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x234EC,
        name: "CJK UNIFIED IDEOGRAPH-234EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x234ED,
        name: "CJK UNIFIED IDEOGRAPH-234ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x234EE,
        name: "CJK UNIFIED IDEOGRAPH-234EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x234EF,
        name: "CJK UNIFIED IDEOGRAPH-234EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F0,
        name: "CJK UNIFIED IDEOGRAPH-234F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F1,
        name: "CJK UNIFIED IDEOGRAPH-234F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F2,
        name: "CJK UNIFIED IDEOGRAPH-234F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F3,
        name: "CJK UNIFIED IDEOGRAPH-234F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F4,
        name: "CJK UNIFIED IDEOGRAPH-234F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F5,
        name: "CJK UNIFIED IDEOGRAPH-234F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F6,
        name: "CJK UNIFIED IDEOGRAPH-234F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F7,
        name: "CJK UNIFIED IDEOGRAPH-234F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F8,
        name: "CJK UNIFIED IDEOGRAPH-234F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x234F9,
        name: "CJK UNIFIED IDEOGRAPH-234F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x234FA,
        name: "CJK UNIFIED IDEOGRAPH-234FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x234FB,
        name: "CJK UNIFIED IDEOGRAPH-234FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x234FC,
        name: "CJK UNIFIED IDEOGRAPH-234FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x234FD,
        name: "CJK UNIFIED IDEOGRAPH-234FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x234FE,
        name: "CJK UNIFIED IDEOGRAPH-234FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x234FF,
        name: "CJK UNIFIED IDEOGRAPH-234FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23500,
        name: "CJK UNIFIED IDEOGRAPH-23500",
    },
    Character {
        age: "3.1",
        codepoint: 0x23501,
        name: "CJK UNIFIED IDEOGRAPH-23501",
    },
    Character {
        age: "3.1",
        codepoint: 0x23502,
        name: "CJK UNIFIED IDEOGRAPH-23502",
    },
    Character {
        age: "3.1",
        codepoint: 0x23503,
        name: "CJK UNIFIED IDEOGRAPH-23503",
    },
    Character {
        age: "3.1",
        codepoint: 0x23504,
        name: "CJK UNIFIED IDEOGRAPH-23504",
    },
    Character {
        age: "3.1",
        codepoint: 0x23505,
        name: "CJK UNIFIED IDEOGRAPH-23505",
    },
    Character {
        age: "3.1",
        codepoint: 0x23506,
        name: "CJK UNIFIED IDEOGRAPH-23506",
    },
    Character {
        age: "3.1",
        codepoint: 0x23507,
        name: "CJK UNIFIED IDEOGRAPH-23507",
    },
    Character {
        age: "3.1",
        codepoint: 0x23508,
        name: "CJK UNIFIED IDEOGRAPH-23508",
    },
    Character {
        age: "3.1",
        codepoint: 0x23509,
        name: "CJK UNIFIED IDEOGRAPH-23509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2350A,
        name: "CJK UNIFIED IDEOGRAPH-2350A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2350B,
        name: "CJK UNIFIED IDEOGRAPH-2350B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2350C,
        name: "CJK UNIFIED IDEOGRAPH-2350C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2350D,
        name: "CJK UNIFIED IDEOGRAPH-2350D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2350E,
        name: "CJK UNIFIED IDEOGRAPH-2350E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2350F,
        name: "CJK UNIFIED IDEOGRAPH-2350F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23510,
        name: "CJK UNIFIED IDEOGRAPH-23510",
    },
    Character {
        age: "3.1",
        codepoint: 0x23511,
        name: "CJK UNIFIED IDEOGRAPH-23511",
    },
    Character {
        age: "3.1",
        codepoint: 0x23512,
        name: "CJK UNIFIED IDEOGRAPH-23512",
    },
    Character {
        age: "3.1",
        codepoint: 0x23513,
        name: "CJK UNIFIED IDEOGRAPH-23513",
    },
    Character {
        age: "3.1",
        codepoint: 0x23514,
        name: "CJK UNIFIED IDEOGRAPH-23514",
    },
    Character {
        age: "3.1",
        codepoint: 0x23515,
        name: "CJK UNIFIED IDEOGRAPH-23515",
    },
    Character {
        age: "3.1",
        codepoint: 0x23516,
        name: "CJK UNIFIED IDEOGRAPH-23516",
    },
    Character {
        age: "3.1",
        codepoint: 0x23517,
        name: "CJK UNIFIED IDEOGRAPH-23517",
    },
    Character {
        age: "3.1",
        codepoint: 0x23518,
        name: "CJK UNIFIED IDEOGRAPH-23518",
    },
    Character {
        age: "3.1",
        codepoint: 0x23519,
        name: "CJK UNIFIED IDEOGRAPH-23519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2351A,
        name: "CJK UNIFIED IDEOGRAPH-2351A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2351B,
        name: "CJK UNIFIED IDEOGRAPH-2351B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2351C,
        name: "CJK UNIFIED IDEOGRAPH-2351C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2351D,
        name: "CJK UNIFIED IDEOGRAPH-2351D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2351E,
        name: "CJK UNIFIED IDEOGRAPH-2351E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2351F,
        name: "CJK UNIFIED IDEOGRAPH-2351F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23520,
        name: "CJK UNIFIED IDEOGRAPH-23520",
    },
    Character {
        age: "3.1",
        codepoint: 0x23521,
        name: "CJK UNIFIED IDEOGRAPH-23521",
    },
    Character {
        age: "3.1",
        codepoint: 0x23522,
        name: "CJK UNIFIED IDEOGRAPH-23522",
    },
    Character {
        age: "3.1",
        codepoint: 0x23523,
        name: "CJK UNIFIED IDEOGRAPH-23523",
    },
    Character {
        age: "3.1",
        codepoint: 0x23524,
        name: "CJK UNIFIED IDEOGRAPH-23524",
    },
    Character {
        age: "3.1",
        codepoint: 0x23525,
        name: "CJK UNIFIED IDEOGRAPH-23525",
    },
    Character {
        age: "3.1",
        codepoint: 0x23526,
        name: "CJK UNIFIED IDEOGRAPH-23526",
    },
    Character {
        age: "3.1",
        codepoint: 0x23527,
        name: "CJK UNIFIED IDEOGRAPH-23527",
    },
    Character {
        age: "3.1",
        codepoint: 0x23528,
        name: "CJK UNIFIED IDEOGRAPH-23528",
    },
    Character {
        age: "3.1",
        codepoint: 0x23529,
        name: "CJK UNIFIED IDEOGRAPH-23529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2352A,
        name: "CJK UNIFIED IDEOGRAPH-2352A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2352B,
        name: "CJK UNIFIED IDEOGRAPH-2352B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2352C,
        name: "CJK UNIFIED IDEOGRAPH-2352C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2352D,
        name: "CJK UNIFIED IDEOGRAPH-2352D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2352E,
        name: "CJK UNIFIED IDEOGRAPH-2352E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2352F,
        name: "CJK UNIFIED IDEOGRAPH-2352F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23530,
        name: "CJK UNIFIED IDEOGRAPH-23530",
    },
    Character {
        age: "3.1",
        codepoint: 0x23531,
        name: "CJK UNIFIED IDEOGRAPH-23531",
    },
    Character {
        age: "3.1",
        codepoint: 0x23532,
        name: "CJK UNIFIED IDEOGRAPH-23532",
    },
    Character {
        age: "3.1",
        codepoint: 0x23533,
        name: "CJK UNIFIED IDEOGRAPH-23533",
    },
    Character {
        age: "3.1",
        codepoint: 0x23534,
        name: "CJK UNIFIED IDEOGRAPH-23534",
    },
    Character {
        age: "3.1",
        codepoint: 0x23535,
        name: "CJK UNIFIED IDEOGRAPH-23535",
    },
    Character {
        age: "3.1",
        codepoint: 0x23536,
        name: "CJK UNIFIED IDEOGRAPH-23536",
    },
    Character {
        age: "3.1",
        codepoint: 0x23537,
        name: "CJK UNIFIED IDEOGRAPH-23537",
    },
    Character {
        age: "3.1",
        codepoint: 0x23538,
        name: "CJK UNIFIED IDEOGRAPH-23538",
    },
    Character {
        age: "3.1",
        codepoint: 0x23539,
        name: "CJK UNIFIED IDEOGRAPH-23539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2353A,
        name: "CJK UNIFIED IDEOGRAPH-2353A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2353B,
        name: "CJK UNIFIED IDEOGRAPH-2353B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2353C,
        name: "CJK UNIFIED IDEOGRAPH-2353C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2353D,
        name: "CJK UNIFIED IDEOGRAPH-2353D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2353E,
        name: "CJK UNIFIED IDEOGRAPH-2353E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2353F,
        name: "CJK UNIFIED IDEOGRAPH-2353F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23540,
        name: "CJK UNIFIED IDEOGRAPH-23540",
    },
    Character {
        age: "3.1",
        codepoint: 0x23541,
        name: "CJK UNIFIED IDEOGRAPH-23541",
    },
    Character {
        age: "3.1",
        codepoint: 0x23542,
        name: "CJK UNIFIED IDEOGRAPH-23542",
    },
    Character {
        age: "3.1",
        codepoint: 0x23543,
        name: "CJK UNIFIED IDEOGRAPH-23543",
    },
    Character {
        age: "3.1",
        codepoint: 0x23544,
        name: "CJK UNIFIED IDEOGRAPH-23544",
    },
    Character {
        age: "3.1",
        codepoint: 0x23545,
        name: "CJK UNIFIED IDEOGRAPH-23545",
    },
    Character {
        age: "3.1",
        codepoint: 0x23546,
        name: "CJK UNIFIED IDEOGRAPH-23546",
    },
    Character {
        age: "3.1",
        codepoint: 0x23547,
        name: "CJK UNIFIED IDEOGRAPH-23547",
    },
    Character {
        age: "3.1",
        codepoint: 0x23548,
        name: "CJK UNIFIED IDEOGRAPH-23548",
    },
    Character {
        age: "3.1",
        codepoint: 0x23549,
        name: "CJK UNIFIED IDEOGRAPH-23549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2354A,
        name: "CJK UNIFIED IDEOGRAPH-2354A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2354B,
        name: "CJK UNIFIED IDEOGRAPH-2354B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2354C,
        name: "CJK UNIFIED IDEOGRAPH-2354C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2354D,
        name: "CJK UNIFIED IDEOGRAPH-2354D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2354E,
        name: "CJK UNIFIED IDEOGRAPH-2354E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2354F,
        name: "CJK UNIFIED IDEOGRAPH-2354F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23550,
        name: "CJK UNIFIED IDEOGRAPH-23550",
    },
    Character {
        age: "3.1",
        codepoint: 0x23551,
        name: "CJK UNIFIED IDEOGRAPH-23551",
    },
    Character {
        age: "3.1",
        codepoint: 0x23552,
        name: "CJK UNIFIED IDEOGRAPH-23552",
    },
    Character {
        age: "3.1",
        codepoint: 0x23553,
        name: "CJK UNIFIED IDEOGRAPH-23553",
    },
    Character {
        age: "3.1",
        codepoint: 0x23554,
        name: "CJK UNIFIED IDEOGRAPH-23554",
    },
    Character {
        age: "3.1",
        codepoint: 0x23555,
        name: "CJK UNIFIED IDEOGRAPH-23555",
    },
    Character {
        age: "3.1",
        codepoint: 0x23556,
        name: "CJK UNIFIED IDEOGRAPH-23556",
    },
    Character {
        age: "3.1",
        codepoint: 0x23557,
        name: "CJK UNIFIED IDEOGRAPH-23557",
    },
    Character {
        age: "3.1",
        codepoint: 0x23558,
        name: "CJK UNIFIED IDEOGRAPH-23558",
    },
    Character {
        age: "3.1",
        codepoint: 0x23559,
        name: "CJK UNIFIED IDEOGRAPH-23559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2355A,
        name: "CJK UNIFIED IDEOGRAPH-2355A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2355B,
        name: "CJK UNIFIED IDEOGRAPH-2355B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2355C,
        name: "CJK UNIFIED IDEOGRAPH-2355C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2355D,
        name: "CJK UNIFIED IDEOGRAPH-2355D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2355E,
        name: "CJK UNIFIED IDEOGRAPH-2355E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2355F,
        name: "CJK UNIFIED IDEOGRAPH-2355F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23560,
        name: "CJK UNIFIED IDEOGRAPH-23560",
    },
    Character {
        age: "3.1",
        codepoint: 0x23561,
        name: "CJK UNIFIED IDEOGRAPH-23561",
    },
    Character {
        age: "3.1",
        codepoint: 0x23562,
        name: "CJK UNIFIED IDEOGRAPH-23562",
    },
    Character {
        age: "3.1",
        codepoint: 0x23563,
        name: "CJK UNIFIED IDEOGRAPH-23563",
    },
    Character {
        age: "3.1",
        codepoint: 0x23564,
        name: "CJK UNIFIED IDEOGRAPH-23564",
    },
    Character {
        age: "3.1",
        codepoint: 0x23565,
        name: "CJK UNIFIED IDEOGRAPH-23565",
    },
    Character {
        age: "3.1",
        codepoint: 0x23566,
        name: "CJK UNIFIED IDEOGRAPH-23566",
    },
    Character {
        age: "3.1",
        codepoint: 0x23567,
        name: "CJK UNIFIED IDEOGRAPH-23567",
    },
    Character {
        age: "3.1",
        codepoint: 0x23568,
        name: "CJK UNIFIED IDEOGRAPH-23568",
    },
    Character {
        age: "3.1",
        codepoint: 0x23569,
        name: "CJK UNIFIED IDEOGRAPH-23569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2356A,
        name: "CJK UNIFIED IDEOGRAPH-2356A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2356B,
        name: "CJK UNIFIED IDEOGRAPH-2356B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2356C,
        name: "CJK UNIFIED IDEOGRAPH-2356C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2356D,
        name: "CJK UNIFIED IDEOGRAPH-2356D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2356E,
        name: "CJK UNIFIED IDEOGRAPH-2356E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2356F,
        name: "CJK UNIFIED IDEOGRAPH-2356F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23570,
        name: "CJK UNIFIED IDEOGRAPH-23570",
    },
    Character {
        age: "3.1",
        codepoint: 0x23571,
        name: "CJK UNIFIED IDEOGRAPH-23571",
    },
    Character {
        age: "3.1",
        codepoint: 0x23572,
        name: "CJK UNIFIED IDEOGRAPH-23572",
    },
    Character {
        age: "3.1",
        codepoint: 0x23573,
        name: "CJK UNIFIED IDEOGRAPH-23573",
    },
    Character {
        age: "3.1",
        codepoint: 0x23574,
        name: "CJK UNIFIED IDEOGRAPH-23574",
    },
    Character {
        age: "3.1",
        codepoint: 0x23575,
        name: "CJK UNIFIED IDEOGRAPH-23575",
    },
    Character {
        age: "3.1",
        codepoint: 0x23576,
        name: "CJK UNIFIED IDEOGRAPH-23576",
    },
    Character {
        age: "3.1",
        codepoint: 0x23577,
        name: "CJK UNIFIED IDEOGRAPH-23577",
    },
    Character {
        age: "3.1",
        codepoint: 0x23578,
        name: "CJK UNIFIED IDEOGRAPH-23578",
    },
    Character {
        age: "3.1",
        codepoint: 0x23579,
        name: "CJK UNIFIED IDEOGRAPH-23579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2357A,
        name: "CJK UNIFIED IDEOGRAPH-2357A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2357B,
        name: "CJK UNIFIED IDEOGRAPH-2357B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2357C,
        name: "CJK UNIFIED IDEOGRAPH-2357C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2357D,
        name: "CJK UNIFIED IDEOGRAPH-2357D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2357E,
        name: "CJK UNIFIED IDEOGRAPH-2357E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2357F,
        name: "CJK UNIFIED IDEOGRAPH-2357F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23580,
        name: "CJK UNIFIED IDEOGRAPH-23580",
    },
    Character {
        age: "3.1",
        codepoint: 0x23581,
        name: "CJK UNIFIED IDEOGRAPH-23581",
    },
    Character {
        age: "3.1",
        codepoint: 0x23582,
        name: "CJK UNIFIED IDEOGRAPH-23582",
    },
    Character {
        age: "3.1",
        codepoint: 0x23583,
        name: "CJK UNIFIED IDEOGRAPH-23583",
    },
    Character {
        age: "3.1",
        codepoint: 0x23584,
        name: "CJK UNIFIED IDEOGRAPH-23584",
    },
    Character {
        age: "3.1",
        codepoint: 0x23585,
        name: "CJK UNIFIED IDEOGRAPH-23585",
    },
    Character {
        age: "3.1",
        codepoint: 0x23586,
        name: "CJK UNIFIED IDEOGRAPH-23586",
    },
    Character {
        age: "3.1",
        codepoint: 0x23587,
        name: "CJK UNIFIED IDEOGRAPH-23587",
    },
    Character {
        age: "3.1",
        codepoint: 0x23588,
        name: "CJK UNIFIED IDEOGRAPH-23588",
    },
    Character {
        age: "3.1",
        codepoint: 0x23589,
        name: "CJK UNIFIED IDEOGRAPH-23589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2358A,
        name: "CJK UNIFIED IDEOGRAPH-2358A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2358B,
        name: "CJK UNIFIED IDEOGRAPH-2358B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2358C,
        name: "CJK UNIFIED IDEOGRAPH-2358C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2358D,
        name: "CJK UNIFIED IDEOGRAPH-2358D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2358E,
        name: "CJK UNIFIED IDEOGRAPH-2358E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2358F,
        name: "CJK UNIFIED IDEOGRAPH-2358F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23590,
        name: "CJK UNIFIED IDEOGRAPH-23590",
    },
    Character {
        age: "3.1",
        codepoint: 0x23591,
        name: "CJK UNIFIED IDEOGRAPH-23591",
    },
    Character {
        age: "3.1",
        codepoint: 0x23592,
        name: "CJK UNIFIED IDEOGRAPH-23592",
    },
    Character {
        age: "3.1",
        codepoint: 0x23593,
        name: "CJK UNIFIED IDEOGRAPH-23593",
    },
    Character {
        age: "3.1",
        codepoint: 0x23594,
        name: "CJK UNIFIED IDEOGRAPH-23594",
    },
    Character {
        age: "3.1",
        codepoint: 0x23595,
        name: "CJK UNIFIED IDEOGRAPH-23595",
    },
    Character {
        age: "3.1",
        codepoint: 0x23596,
        name: "CJK UNIFIED IDEOGRAPH-23596",
    },
    Character {
        age: "3.1",
        codepoint: 0x23597,
        name: "CJK UNIFIED IDEOGRAPH-23597",
    },
    Character {
        age: "3.1",
        codepoint: 0x23598,
        name: "CJK UNIFIED IDEOGRAPH-23598",
    },
    Character {
        age: "3.1",
        codepoint: 0x23599,
        name: "CJK UNIFIED IDEOGRAPH-23599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2359A,
        name: "CJK UNIFIED IDEOGRAPH-2359A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2359B,
        name: "CJK UNIFIED IDEOGRAPH-2359B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2359C,
        name: "CJK UNIFIED IDEOGRAPH-2359C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2359D,
        name: "CJK UNIFIED IDEOGRAPH-2359D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2359E,
        name: "CJK UNIFIED IDEOGRAPH-2359E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2359F,
        name: "CJK UNIFIED IDEOGRAPH-2359F",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A0,
        name: "CJK UNIFIED IDEOGRAPH-235A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A1,
        name: "CJK UNIFIED IDEOGRAPH-235A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A2,
        name: "CJK UNIFIED IDEOGRAPH-235A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A3,
        name: "CJK UNIFIED IDEOGRAPH-235A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A4,
        name: "CJK UNIFIED IDEOGRAPH-235A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A5,
        name: "CJK UNIFIED IDEOGRAPH-235A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A6,
        name: "CJK UNIFIED IDEOGRAPH-235A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A7,
        name: "CJK UNIFIED IDEOGRAPH-235A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A8,
        name: "CJK UNIFIED IDEOGRAPH-235A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x235A9,
        name: "CJK UNIFIED IDEOGRAPH-235A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x235AA,
        name: "CJK UNIFIED IDEOGRAPH-235AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x235AB,
        name: "CJK UNIFIED IDEOGRAPH-235AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x235AC,
        name: "CJK UNIFIED IDEOGRAPH-235AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x235AD,
        name: "CJK UNIFIED IDEOGRAPH-235AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x235AE,
        name: "CJK UNIFIED IDEOGRAPH-235AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x235AF,
        name: "CJK UNIFIED IDEOGRAPH-235AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B0,
        name: "CJK UNIFIED IDEOGRAPH-235B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B1,
        name: "CJK UNIFIED IDEOGRAPH-235B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B2,
        name: "CJK UNIFIED IDEOGRAPH-235B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B3,
        name: "CJK UNIFIED IDEOGRAPH-235B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B4,
        name: "CJK UNIFIED IDEOGRAPH-235B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B5,
        name: "CJK UNIFIED IDEOGRAPH-235B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B6,
        name: "CJK UNIFIED IDEOGRAPH-235B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B7,
        name: "CJK UNIFIED IDEOGRAPH-235B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B8,
        name: "CJK UNIFIED IDEOGRAPH-235B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x235B9,
        name: "CJK UNIFIED IDEOGRAPH-235B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x235BA,
        name: "CJK UNIFIED IDEOGRAPH-235BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x235BB,
        name: "CJK UNIFIED IDEOGRAPH-235BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x235BC,
        name: "CJK UNIFIED IDEOGRAPH-235BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x235BD,
        name: "CJK UNIFIED IDEOGRAPH-235BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x235BE,
        name: "CJK UNIFIED IDEOGRAPH-235BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x235BF,
        name: "CJK UNIFIED IDEOGRAPH-235BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C0,
        name: "CJK UNIFIED IDEOGRAPH-235C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C1,
        name: "CJK UNIFIED IDEOGRAPH-235C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C2,
        name: "CJK UNIFIED IDEOGRAPH-235C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C3,
        name: "CJK UNIFIED IDEOGRAPH-235C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C4,
        name: "CJK UNIFIED IDEOGRAPH-235C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C5,
        name: "CJK UNIFIED IDEOGRAPH-235C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C6,
        name: "CJK UNIFIED IDEOGRAPH-235C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C7,
        name: "CJK UNIFIED IDEOGRAPH-235C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C8,
        name: "CJK UNIFIED IDEOGRAPH-235C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x235C9,
        name: "CJK UNIFIED IDEOGRAPH-235C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x235CA,
        name: "CJK UNIFIED IDEOGRAPH-235CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x235CB,
        name: "CJK UNIFIED IDEOGRAPH-235CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x235CC,
        name: "CJK UNIFIED IDEOGRAPH-235CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x235CD,
        name: "CJK UNIFIED IDEOGRAPH-235CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x235CE,
        name: "CJK UNIFIED IDEOGRAPH-235CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x235CF,
        name: "CJK UNIFIED IDEOGRAPH-235CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D0,
        name: "CJK UNIFIED IDEOGRAPH-235D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D1,
        name: "CJK UNIFIED IDEOGRAPH-235D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D2,
        name: "CJK UNIFIED IDEOGRAPH-235D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D3,
        name: "CJK UNIFIED IDEOGRAPH-235D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D4,
        name: "CJK UNIFIED IDEOGRAPH-235D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D5,
        name: "CJK UNIFIED IDEOGRAPH-235D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D6,
        name: "CJK UNIFIED IDEOGRAPH-235D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D7,
        name: "CJK UNIFIED IDEOGRAPH-235D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D8,
        name: "CJK UNIFIED IDEOGRAPH-235D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x235D9,
        name: "CJK UNIFIED IDEOGRAPH-235D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x235DA,
        name: "CJK UNIFIED IDEOGRAPH-235DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x235DB,
        name: "CJK UNIFIED IDEOGRAPH-235DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x235DC,
        name: "CJK UNIFIED IDEOGRAPH-235DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x235DD,
        name: "CJK UNIFIED IDEOGRAPH-235DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x235DE,
        name: "CJK UNIFIED IDEOGRAPH-235DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x235DF,
        name: "CJK UNIFIED IDEOGRAPH-235DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E0,
        name: "CJK UNIFIED IDEOGRAPH-235E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E1,
        name: "CJK UNIFIED IDEOGRAPH-235E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E2,
        name: "CJK UNIFIED IDEOGRAPH-235E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E3,
        name: "CJK UNIFIED IDEOGRAPH-235E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E4,
        name: "CJK UNIFIED IDEOGRAPH-235E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E5,
        name: "CJK UNIFIED IDEOGRAPH-235E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E6,
        name: "CJK UNIFIED IDEOGRAPH-235E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E7,
        name: "CJK UNIFIED IDEOGRAPH-235E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E8,
        name: "CJK UNIFIED IDEOGRAPH-235E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x235E9,
        name: "CJK UNIFIED IDEOGRAPH-235E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x235EA,
        name: "CJK UNIFIED IDEOGRAPH-235EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x235EB,
        name: "CJK UNIFIED IDEOGRAPH-235EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x235EC,
        name: "CJK UNIFIED IDEOGRAPH-235EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x235ED,
        name: "CJK UNIFIED IDEOGRAPH-235ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x235EE,
        name: "CJK UNIFIED IDEOGRAPH-235EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x235EF,
        name: "CJK UNIFIED IDEOGRAPH-235EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F0,
        name: "CJK UNIFIED IDEOGRAPH-235F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F1,
        name: "CJK UNIFIED IDEOGRAPH-235F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F2,
        name: "CJK UNIFIED IDEOGRAPH-235F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F3,
        name: "CJK UNIFIED IDEOGRAPH-235F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F4,
        name: "CJK UNIFIED IDEOGRAPH-235F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F5,
        name: "CJK UNIFIED IDEOGRAPH-235F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F6,
        name: "CJK UNIFIED IDEOGRAPH-235F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F7,
        name: "CJK UNIFIED IDEOGRAPH-235F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F8,
        name: "CJK UNIFIED IDEOGRAPH-235F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x235F9,
        name: "CJK UNIFIED IDEOGRAPH-235F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x235FA,
        name: "CJK UNIFIED IDEOGRAPH-235FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x235FB,
        name: "CJK UNIFIED IDEOGRAPH-235FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x235FC,
        name: "CJK UNIFIED IDEOGRAPH-235FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x235FD,
        name: "CJK UNIFIED IDEOGRAPH-235FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x235FE,
        name: "CJK UNIFIED IDEOGRAPH-235FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x235FF,
        name: "CJK UNIFIED IDEOGRAPH-235FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23600,
        name: "CJK UNIFIED IDEOGRAPH-23600",
    },
    Character {
        age: "3.1",
        codepoint: 0x23601,
        name: "CJK UNIFIED IDEOGRAPH-23601",
    },
    Character {
        age: "3.1",
        codepoint: 0x23602,
        name: "CJK UNIFIED IDEOGRAPH-23602",
    },
    Character {
        age: "3.1",
        codepoint: 0x23603,
        name: "CJK UNIFIED IDEOGRAPH-23603",
    },
    Character {
        age: "3.1",
        codepoint: 0x23604,
        name: "CJK UNIFIED IDEOGRAPH-23604",
    },
    Character {
        age: "3.1",
        codepoint: 0x23605,
        name: "CJK UNIFIED IDEOGRAPH-23605",
    },
    Character {
        age: "3.1",
        codepoint: 0x23606,
        name: "CJK UNIFIED IDEOGRAPH-23606",
    },
    Character {
        age: "3.1",
        codepoint: 0x23607,
        name: "CJK UNIFIED IDEOGRAPH-23607",
    },
    Character {
        age: "3.1",
        codepoint: 0x23608,
        name: "CJK UNIFIED IDEOGRAPH-23608",
    },
    Character {
        age: "3.1",
        codepoint: 0x23609,
        name: "CJK UNIFIED IDEOGRAPH-23609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2360A,
        name: "CJK UNIFIED IDEOGRAPH-2360A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2360B,
        name: "CJK UNIFIED IDEOGRAPH-2360B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2360C,
        name: "CJK UNIFIED IDEOGRAPH-2360C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2360D,
        name: "CJK UNIFIED IDEOGRAPH-2360D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2360E,
        name: "CJK UNIFIED IDEOGRAPH-2360E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2360F,
        name: "CJK UNIFIED IDEOGRAPH-2360F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23610,
        name: "CJK UNIFIED IDEOGRAPH-23610",
    },
    Character {
        age: "3.1",
        codepoint: 0x23611,
        name: "CJK UNIFIED IDEOGRAPH-23611",
    },
    Character {
        age: "3.1",
        codepoint: 0x23612,
        name: "CJK UNIFIED IDEOGRAPH-23612",
    },
    Character {
        age: "3.1",
        codepoint: 0x23613,
        name: "CJK UNIFIED IDEOGRAPH-23613",
    },
    Character {
        age: "3.1",
        codepoint: 0x23614,
        name: "CJK UNIFIED IDEOGRAPH-23614",
    },
    Character {
        age: "3.1",
        codepoint: 0x23615,
        name: "CJK UNIFIED IDEOGRAPH-23615",
    },
    Character {
        age: "3.1",
        codepoint: 0x23616,
        name: "CJK UNIFIED IDEOGRAPH-23616",
    },
    Character {
        age: "3.1",
        codepoint: 0x23617,
        name: "CJK UNIFIED IDEOGRAPH-23617",
    },
    Character {
        age: "3.1",
        codepoint: 0x23618,
        name: "CJK UNIFIED IDEOGRAPH-23618",
    },
    Character {
        age: "3.1",
        codepoint: 0x23619,
        name: "CJK UNIFIED IDEOGRAPH-23619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2361A,
        name: "CJK UNIFIED IDEOGRAPH-2361A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2361B,
        name: "CJK UNIFIED IDEOGRAPH-2361B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2361C,
        name: "CJK UNIFIED IDEOGRAPH-2361C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2361D,
        name: "CJK UNIFIED IDEOGRAPH-2361D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2361E,
        name: "CJK UNIFIED IDEOGRAPH-2361E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2361F,
        name: "CJK UNIFIED IDEOGRAPH-2361F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23620,
        name: "CJK UNIFIED IDEOGRAPH-23620",
    },
    Character {
        age: "3.1",
        codepoint: 0x23621,
        name: "CJK UNIFIED IDEOGRAPH-23621",
    },
    Character {
        age: "3.1",
        codepoint: 0x23622,
        name: "CJK UNIFIED IDEOGRAPH-23622",
    },
    Character {
        age: "3.1",
        codepoint: 0x23623,
        name: "CJK UNIFIED IDEOGRAPH-23623",
    },
    Character {
        age: "3.1",
        codepoint: 0x23624,
        name: "CJK UNIFIED IDEOGRAPH-23624",
    },
    Character {
        age: "3.1",
        codepoint: 0x23625,
        name: "CJK UNIFIED IDEOGRAPH-23625",
    },
    Character {
        age: "3.1",
        codepoint: 0x23626,
        name: "CJK UNIFIED IDEOGRAPH-23626",
    },
    Character {
        age: "3.1",
        codepoint: 0x23627,
        name: "CJK UNIFIED IDEOGRAPH-23627",
    },
    Character {
        age: "3.1",
        codepoint: 0x23628,
        name: "CJK UNIFIED IDEOGRAPH-23628",
    },
    Character {
        age: "3.1",
        codepoint: 0x23629,
        name: "CJK UNIFIED IDEOGRAPH-23629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2362A,
        name: "CJK UNIFIED IDEOGRAPH-2362A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2362B,
        name: "CJK UNIFIED IDEOGRAPH-2362B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2362C,
        name: "CJK UNIFIED IDEOGRAPH-2362C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2362D,
        name: "CJK UNIFIED IDEOGRAPH-2362D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2362E,
        name: "CJK UNIFIED IDEOGRAPH-2362E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2362F,
        name: "CJK UNIFIED IDEOGRAPH-2362F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23630,
        name: "CJK UNIFIED IDEOGRAPH-23630",
    },
    Character {
        age: "3.1",
        codepoint: 0x23631,
        name: "CJK UNIFIED IDEOGRAPH-23631",
    },
    Character {
        age: "3.1",
        codepoint: 0x23632,
        name: "CJK UNIFIED IDEOGRAPH-23632",
    },
    Character {
        age: "3.1",
        codepoint: 0x23633,
        name: "CJK UNIFIED IDEOGRAPH-23633",
    },
    Character {
        age: "3.1",
        codepoint: 0x23634,
        name: "CJK UNIFIED IDEOGRAPH-23634",
    },
    Character {
        age: "3.1",
        codepoint: 0x23635,
        name: "CJK UNIFIED IDEOGRAPH-23635",
    },
    Character {
        age: "3.1",
        codepoint: 0x23636,
        name: "CJK UNIFIED IDEOGRAPH-23636",
    },
    Character {
        age: "3.1",
        codepoint: 0x23637,
        name: "CJK UNIFIED IDEOGRAPH-23637",
    },
    Character {
        age: "3.1",
        codepoint: 0x23638,
        name: "CJK UNIFIED IDEOGRAPH-23638",
    },
    Character {
        age: "3.1",
        codepoint: 0x23639,
        name: "CJK UNIFIED IDEOGRAPH-23639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2363A,
        name: "CJK UNIFIED IDEOGRAPH-2363A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2363B,
        name: "CJK UNIFIED IDEOGRAPH-2363B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2363C,
        name: "CJK UNIFIED IDEOGRAPH-2363C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2363D,
        name: "CJK UNIFIED IDEOGRAPH-2363D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2363E,
        name: "CJK UNIFIED IDEOGRAPH-2363E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2363F,
        name: "CJK UNIFIED IDEOGRAPH-2363F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23640,
        name: "CJK UNIFIED IDEOGRAPH-23640",
    },
    Character {
        age: "3.1",
        codepoint: 0x23641,
        name: "CJK UNIFIED IDEOGRAPH-23641",
    },
    Character {
        age: "3.1",
        codepoint: 0x23642,
        name: "CJK UNIFIED IDEOGRAPH-23642",
    },
    Character {
        age: "3.1",
        codepoint: 0x23643,
        name: "CJK UNIFIED IDEOGRAPH-23643",
    },
    Character {
        age: "3.1",
        codepoint: 0x23644,
        name: "CJK UNIFIED IDEOGRAPH-23644",
    },
    Character {
        age: "3.1",
        codepoint: 0x23645,
        name: "CJK UNIFIED IDEOGRAPH-23645",
    },
    Character {
        age: "3.1",
        codepoint: 0x23646,
        name: "CJK UNIFIED IDEOGRAPH-23646",
    },
    Character {
        age: "3.1",
        codepoint: 0x23647,
        name: "CJK UNIFIED IDEOGRAPH-23647",
    },
    Character {
        age: "3.1",
        codepoint: 0x23648,
        name: "CJK UNIFIED IDEOGRAPH-23648",
    },
    Character {
        age: "3.1",
        codepoint: 0x23649,
        name: "CJK UNIFIED IDEOGRAPH-23649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2364A,
        name: "CJK UNIFIED IDEOGRAPH-2364A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2364B,
        name: "CJK UNIFIED IDEOGRAPH-2364B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2364C,
        name: "CJK UNIFIED IDEOGRAPH-2364C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2364D,
        name: "CJK UNIFIED IDEOGRAPH-2364D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2364E,
        name: "CJK UNIFIED IDEOGRAPH-2364E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2364F,
        name: "CJK UNIFIED IDEOGRAPH-2364F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23650,
        name: "CJK UNIFIED IDEOGRAPH-23650",
    },
    Character {
        age: "3.1",
        codepoint: 0x23651,
        name: "CJK UNIFIED IDEOGRAPH-23651",
    },
    Character {
        age: "3.1",
        codepoint: 0x23652,
        name: "CJK UNIFIED IDEOGRAPH-23652",
    },
    Character {
        age: "3.1",
        codepoint: 0x23653,
        name: "CJK UNIFIED IDEOGRAPH-23653",
    },
    Character {
        age: "3.1",
        codepoint: 0x23654,
        name: "CJK UNIFIED IDEOGRAPH-23654",
    },
    Character {
        age: "3.1",
        codepoint: 0x23655,
        name: "CJK UNIFIED IDEOGRAPH-23655",
    },
    Character {
        age: "3.1",
        codepoint: 0x23656,
        name: "CJK UNIFIED IDEOGRAPH-23656",
    },
    Character {
        age: "3.1",
        codepoint: 0x23657,
        name: "CJK UNIFIED IDEOGRAPH-23657",
    },
    Character {
        age: "3.1",
        codepoint: 0x23658,
        name: "CJK UNIFIED IDEOGRAPH-23658",
    },
    Character {
        age: "3.1",
        codepoint: 0x23659,
        name: "CJK UNIFIED IDEOGRAPH-23659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2365A,
        name: "CJK UNIFIED IDEOGRAPH-2365A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2365B,
        name: "CJK UNIFIED IDEOGRAPH-2365B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2365C,
        name: "CJK UNIFIED IDEOGRAPH-2365C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2365D,
        name: "CJK UNIFIED IDEOGRAPH-2365D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2365E,
        name: "CJK UNIFIED IDEOGRAPH-2365E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2365F,
        name: "CJK UNIFIED IDEOGRAPH-2365F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23660,
        name: "CJK UNIFIED IDEOGRAPH-23660",
    },
    Character {
        age: "3.1",
        codepoint: 0x23661,
        name: "CJK UNIFIED IDEOGRAPH-23661",
    },
    Character {
        age: "3.1",
        codepoint: 0x23662,
        name: "CJK UNIFIED IDEOGRAPH-23662",
    },
    Character {
        age: "3.1",
        codepoint: 0x23663,
        name: "CJK UNIFIED IDEOGRAPH-23663",
    },
    Character {
        age: "3.1",
        codepoint: 0x23664,
        name: "CJK UNIFIED IDEOGRAPH-23664",
    },
    Character {
        age: "3.1",
        codepoint: 0x23665,
        name: "CJK UNIFIED IDEOGRAPH-23665",
    },
    Character {
        age: "3.1",
        codepoint: 0x23666,
        name: "CJK UNIFIED IDEOGRAPH-23666",
    },
    Character {
        age: "3.1",
        codepoint: 0x23667,
        name: "CJK UNIFIED IDEOGRAPH-23667",
    },
    Character {
        age: "3.1",
        codepoint: 0x23668,
        name: "CJK UNIFIED IDEOGRAPH-23668",
    },
    Character {
        age: "3.1",
        codepoint: 0x23669,
        name: "CJK UNIFIED IDEOGRAPH-23669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2366A,
        name: "CJK UNIFIED IDEOGRAPH-2366A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2366B,
        name: "CJK UNIFIED IDEOGRAPH-2366B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2366C,
        name: "CJK UNIFIED IDEOGRAPH-2366C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2366D,
        name: "CJK UNIFIED IDEOGRAPH-2366D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2366E,
        name: "CJK UNIFIED IDEOGRAPH-2366E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2366F,
        name: "CJK UNIFIED IDEOGRAPH-2366F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23670,
        name: "CJK UNIFIED IDEOGRAPH-23670",
    },
    Character {
        age: "3.1",
        codepoint: 0x23671,
        name: "CJK UNIFIED IDEOGRAPH-23671",
    },
    Character {
        age: "3.1",
        codepoint: 0x23672,
        name: "CJK UNIFIED IDEOGRAPH-23672",
    },
    Character {
        age: "3.1",
        codepoint: 0x23673,
        name: "CJK UNIFIED IDEOGRAPH-23673",
    },
    Character {
        age: "3.1",
        codepoint: 0x23674,
        name: "CJK UNIFIED IDEOGRAPH-23674",
    },
    Character {
        age: "3.1",
        codepoint: 0x23675,
        name: "CJK UNIFIED IDEOGRAPH-23675",
    },
    Character {
        age: "3.1",
        codepoint: 0x23676,
        name: "CJK UNIFIED IDEOGRAPH-23676",
    },
    Character {
        age: "3.1",
        codepoint: 0x23677,
        name: "CJK UNIFIED IDEOGRAPH-23677",
    },
    Character {
        age: "3.1",
        codepoint: 0x23678,
        name: "CJK UNIFIED IDEOGRAPH-23678",
    },
    Character {
        age: "3.1",
        codepoint: 0x23679,
        name: "CJK UNIFIED IDEOGRAPH-23679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2367A,
        name: "CJK UNIFIED IDEOGRAPH-2367A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2367B,
        name: "CJK UNIFIED IDEOGRAPH-2367B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2367C,
        name: "CJK UNIFIED IDEOGRAPH-2367C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2367D,
        name: "CJK UNIFIED IDEOGRAPH-2367D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2367E,
        name: "CJK UNIFIED IDEOGRAPH-2367E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2367F,
        name: "CJK UNIFIED IDEOGRAPH-2367F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23680,
        name: "CJK UNIFIED IDEOGRAPH-23680",
    },
    Character {
        age: "3.1",
        codepoint: 0x23681,
        name: "CJK UNIFIED IDEOGRAPH-23681",
    },
    Character {
        age: "3.1",
        codepoint: 0x23682,
        name: "CJK UNIFIED IDEOGRAPH-23682",
    },
    Character {
        age: "3.1",
        codepoint: 0x23683,
        name: "CJK UNIFIED IDEOGRAPH-23683",
    },
    Character {
        age: "3.1",
        codepoint: 0x23684,
        name: "CJK UNIFIED IDEOGRAPH-23684",
    },
    Character {
        age: "3.1",
        codepoint: 0x23685,
        name: "CJK UNIFIED IDEOGRAPH-23685",
    },
    Character {
        age: "3.1",
        codepoint: 0x23686,
        name: "CJK UNIFIED IDEOGRAPH-23686",
    },
    Character {
        age: "3.1",
        codepoint: 0x23687,
        name: "CJK UNIFIED IDEOGRAPH-23687",
    },
    Character {
        age: "3.1",
        codepoint: 0x23688,
        name: "CJK UNIFIED IDEOGRAPH-23688",
    },
    Character {
        age: "3.1",
        codepoint: 0x23689,
        name: "CJK UNIFIED IDEOGRAPH-23689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2368A,
        name: "CJK UNIFIED IDEOGRAPH-2368A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2368B,
        name: "CJK UNIFIED IDEOGRAPH-2368B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2368C,
        name: "CJK UNIFIED IDEOGRAPH-2368C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2368D,
        name: "CJK UNIFIED IDEOGRAPH-2368D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2368E,
        name: "CJK UNIFIED IDEOGRAPH-2368E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2368F,
        name: "CJK UNIFIED IDEOGRAPH-2368F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23690,
        name: "CJK UNIFIED IDEOGRAPH-23690",
    },
    Character {
        age: "3.1",
        codepoint: 0x23691,
        name: "CJK UNIFIED IDEOGRAPH-23691",
    },
    Character {
        age: "3.1",
        codepoint: 0x23692,
        name: "CJK UNIFIED IDEOGRAPH-23692",
    },
    Character {
        age: "3.1",
        codepoint: 0x23693,
        name: "CJK UNIFIED IDEOGRAPH-23693",
    },
    Character {
        age: "3.1",
        codepoint: 0x23694,
        name: "CJK UNIFIED IDEOGRAPH-23694",
    },
    Character {
        age: "3.1",
        codepoint: 0x23695,
        name: "CJK UNIFIED IDEOGRAPH-23695",
    },
    Character {
        age: "3.1",
        codepoint: 0x23696,
        name: "CJK UNIFIED IDEOGRAPH-23696",
    },
    Character {
        age: "3.1",
        codepoint: 0x23697,
        name: "CJK UNIFIED IDEOGRAPH-23697",
    },
    Character {
        age: "3.1",
        codepoint: 0x23698,
        name: "CJK UNIFIED IDEOGRAPH-23698",
    },
    Character {
        age: "3.1",
        codepoint: 0x23699,
        name: "CJK UNIFIED IDEOGRAPH-23699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2369A,
        name: "CJK UNIFIED IDEOGRAPH-2369A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2369B,
        name: "CJK UNIFIED IDEOGRAPH-2369B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2369C,
        name: "CJK UNIFIED IDEOGRAPH-2369C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2369D,
        name: "CJK UNIFIED IDEOGRAPH-2369D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2369E,
        name: "CJK UNIFIED IDEOGRAPH-2369E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2369F,
        name: "CJK UNIFIED IDEOGRAPH-2369F",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A0,
        name: "CJK UNIFIED IDEOGRAPH-236A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A1,
        name: "CJK UNIFIED IDEOGRAPH-236A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A2,
        name: "CJK UNIFIED IDEOGRAPH-236A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A3,
        name: "CJK UNIFIED IDEOGRAPH-236A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A4,
        name: "CJK UNIFIED IDEOGRAPH-236A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A5,
        name: "CJK UNIFIED IDEOGRAPH-236A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A6,
        name: "CJK UNIFIED IDEOGRAPH-236A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A7,
        name: "CJK UNIFIED IDEOGRAPH-236A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A8,
        name: "CJK UNIFIED IDEOGRAPH-236A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x236A9,
        name: "CJK UNIFIED IDEOGRAPH-236A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x236AA,
        name: "CJK UNIFIED IDEOGRAPH-236AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x236AB,
        name: "CJK UNIFIED IDEOGRAPH-236AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x236AC,
        name: "CJK UNIFIED IDEOGRAPH-236AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x236AD,
        name: "CJK UNIFIED IDEOGRAPH-236AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x236AE,
        name: "CJK UNIFIED IDEOGRAPH-236AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x236AF,
        name: "CJK UNIFIED IDEOGRAPH-236AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B0,
        name: "CJK UNIFIED IDEOGRAPH-236B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B1,
        name: "CJK UNIFIED IDEOGRAPH-236B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B2,
        name: "CJK UNIFIED IDEOGRAPH-236B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B3,
        name: "CJK UNIFIED IDEOGRAPH-236B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B4,
        name: "CJK UNIFIED IDEOGRAPH-236B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B5,
        name: "CJK UNIFIED IDEOGRAPH-236B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B6,
        name: "CJK UNIFIED IDEOGRAPH-236B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B7,
        name: "CJK UNIFIED IDEOGRAPH-236B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B8,
        name: "CJK UNIFIED IDEOGRAPH-236B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x236B9,
        name: "CJK UNIFIED IDEOGRAPH-236B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x236BA,
        name: "CJK UNIFIED IDEOGRAPH-236BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x236BB,
        name: "CJK UNIFIED IDEOGRAPH-236BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x236BC,
        name: "CJK UNIFIED IDEOGRAPH-236BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x236BD,
        name: "CJK UNIFIED IDEOGRAPH-236BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x236BE,
        name: "CJK UNIFIED IDEOGRAPH-236BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x236BF,
        name: "CJK UNIFIED IDEOGRAPH-236BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C0,
        name: "CJK UNIFIED IDEOGRAPH-236C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C1,
        name: "CJK UNIFIED IDEOGRAPH-236C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C2,
        name: "CJK UNIFIED IDEOGRAPH-236C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C3,
        name: "CJK UNIFIED IDEOGRAPH-236C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C4,
        name: "CJK UNIFIED IDEOGRAPH-236C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C5,
        name: "CJK UNIFIED IDEOGRAPH-236C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C6,
        name: "CJK UNIFIED IDEOGRAPH-236C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C7,
        name: "CJK UNIFIED IDEOGRAPH-236C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C8,
        name: "CJK UNIFIED IDEOGRAPH-236C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x236C9,
        name: "CJK UNIFIED IDEOGRAPH-236C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x236CA,
        name: "CJK UNIFIED IDEOGRAPH-236CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x236CB,
        name: "CJK UNIFIED IDEOGRAPH-236CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x236CC,
        name: "CJK UNIFIED IDEOGRAPH-236CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x236CD,
        name: "CJK UNIFIED IDEOGRAPH-236CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x236CE,
        name: "CJK UNIFIED IDEOGRAPH-236CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x236CF,
        name: "CJK UNIFIED IDEOGRAPH-236CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D0,
        name: "CJK UNIFIED IDEOGRAPH-236D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D1,
        name: "CJK UNIFIED IDEOGRAPH-236D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D2,
        name: "CJK UNIFIED IDEOGRAPH-236D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D3,
        name: "CJK UNIFIED IDEOGRAPH-236D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D4,
        name: "CJK UNIFIED IDEOGRAPH-236D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D5,
        name: "CJK UNIFIED IDEOGRAPH-236D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D6,
        name: "CJK UNIFIED IDEOGRAPH-236D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D7,
        name: "CJK UNIFIED IDEOGRAPH-236D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D8,
        name: "CJK UNIFIED IDEOGRAPH-236D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x236D9,
        name: "CJK UNIFIED IDEOGRAPH-236D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x236DA,
        name: "CJK UNIFIED IDEOGRAPH-236DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x236DB,
        name: "CJK UNIFIED IDEOGRAPH-236DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x236DC,
        name: "CJK UNIFIED IDEOGRAPH-236DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x236DD,
        name: "CJK UNIFIED IDEOGRAPH-236DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x236DE,
        name: "CJK UNIFIED IDEOGRAPH-236DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x236DF,
        name: "CJK UNIFIED IDEOGRAPH-236DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E0,
        name: "CJK UNIFIED IDEOGRAPH-236E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E1,
        name: "CJK UNIFIED IDEOGRAPH-236E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E2,
        name: "CJK UNIFIED IDEOGRAPH-236E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E3,
        name: "CJK UNIFIED IDEOGRAPH-236E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E4,
        name: "CJK UNIFIED IDEOGRAPH-236E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E5,
        name: "CJK UNIFIED IDEOGRAPH-236E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E6,
        name: "CJK UNIFIED IDEOGRAPH-236E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E7,
        name: "CJK UNIFIED IDEOGRAPH-236E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E8,
        name: "CJK UNIFIED IDEOGRAPH-236E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x236E9,
        name: "CJK UNIFIED IDEOGRAPH-236E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x236EA,
        name: "CJK UNIFIED IDEOGRAPH-236EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x236EB,
        name: "CJK UNIFIED IDEOGRAPH-236EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x236EC,
        name: "CJK UNIFIED IDEOGRAPH-236EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x236ED,
        name: "CJK UNIFIED IDEOGRAPH-236ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x236EE,
        name: "CJK UNIFIED IDEOGRAPH-236EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x236EF,
        name: "CJK UNIFIED IDEOGRAPH-236EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F0,
        name: "CJK UNIFIED IDEOGRAPH-236F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F1,
        name: "CJK UNIFIED IDEOGRAPH-236F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F2,
        name: "CJK UNIFIED IDEOGRAPH-236F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F3,
        name: "CJK UNIFIED IDEOGRAPH-236F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F4,
        name: "CJK UNIFIED IDEOGRAPH-236F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F5,
        name: "CJK UNIFIED IDEOGRAPH-236F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F6,
        name: "CJK UNIFIED IDEOGRAPH-236F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F7,
        name: "CJK UNIFIED IDEOGRAPH-236F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F8,
        name: "CJK UNIFIED IDEOGRAPH-236F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x236F9,
        name: "CJK UNIFIED IDEOGRAPH-236F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x236FA,
        name: "CJK UNIFIED IDEOGRAPH-236FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x236FB,
        name: "CJK UNIFIED IDEOGRAPH-236FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x236FC,
        name: "CJK UNIFIED IDEOGRAPH-236FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x236FD,
        name: "CJK UNIFIED IDEOGRAPH-236FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x236FE,
        name: "CJK UNIFIED IDEOGRAPH-236FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x236FF,
        name: "CJK UNIFIED IDEOGRAPH-236FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23700,
        name: "CJK UNIFIED IDEOGRAPH-23700",
    },
    Character {
        age: "3.1",
        codepoint: 0x23701,
        name: "CJK UNIFIED IDEOGRAPH-23701",
    },
    Character {
        age: "3.1",
        codepoint: 0x23702,
        name: "CJK UNIFIED IDEOGRAPH-23702",
    },
    Character {
        age: "3.1",
        codepoint: 0x23703,
        name: "CJK UNIFIED IDEOGRAPH-23703",
    },
    Character {
        age: "3.1",
        codepoint: 0x23704,
        name: "CJK UNIFIED IDEOGRAPH-23704",
    },
    Character {
        age: "3.1",
        codepoint: 0x23705,
        name: "CJK UNIFIED IDEOGRAPH-23705",
    },
    Character {
        age: "3.1",
        codepoint: 0x23706,
        name: "CJK UNIFIED IDEOGRAPH-23706",
    },
    Character {
        age: "3.1",
        codepoint: 0x23707,
        name: "CJK UNIFIED IDEOGRAPH-23707",
    },
    Character {
        age: "3.1",
        codepoint: 0x23708,
        name: "CJK UNIFIED IDEOGRAPH-23708",
    },
    Character {
        age: "3.1",
        codepoint: 0x23709,
        name: "CJK UNIFIED IDEOGRAPH-23709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2370A,
        name: "CJK UNIFIED IDEOGRAPH-2370A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2370B,
        name: "CJK UNIFIED IDEOGRAPH-2370B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2370C,
        name: "CJK UNIFIED IDEOGRAPH-2370C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2370D,
        name: "CJK UNIFIED IDEOGRAPH-2370D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2370E,
        name: "CJK UNIFIED IDEOGRAPH-2370E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2370F,
        name: "CJK UNIFIED IDEOGRAPH-2370F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23710,
        name: "CJK UNIFIED IDEOGRAPH-23710",
    },
    Character {
        age: "3.1",
        codepoint: 0x23711,
        name: "CJK UNIFIED IDEOGRAPH-23711",
    },
    Character {
        age: "3.1",
        codepoint: 0x23712,
        name: "CJK UNIFIED IDEOGRAPH-23712",
    },
    Character {
        age: "3.1",
        codepoint: 0x23713,
        name: "CJK UNIFIED IDEOGRAPH-23713",
    },
    Character {
        age: "3.1",
        codepoint: 0x23714,
        name: "CJK UNIFIED IDEOGRAPH-23714",
    },
    Character {
        age: "3.1",
        codepoint: 0x23715,
        name: "CJK UNIFIED IDEOGRAPH-23715",
    },
    Character {
        age: "3.1",
        codepoint: 0x23716,
        name: "CJK UNIFIED IDEOGRAPH-23716",
    },
    Character {
        age: "3.1",
        codepoint: 0x23717,
        name: "CJK UNIFIED IDEOGRAPH-23717",
    },
    Character {
        age: "3.1",
        codepoint: 0x23718,
        name: "CJK UNIFIED IDEOGRAPH-23718",
    },
    Character {
        age: "3.1",
        codepoint: 0x23719,
        name: "CJK UNIFIED IDEOGRAPH-23719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2371A,
        name: "CJK UNIFIED IDEOGRAPH-2371A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2371B,
        name: "CJK UNIFIED IDEOGRAPH-2371B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2371C,
        name: "CJK UNIFIED IDEOGRAPH-2371C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2371D,
        name: "CJK UNIFIED IDEOGRAPH-2371D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2371E,
        name: "CJK UNIFIED IDEOGRAPH-2371E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2371F,
        name: "CJK UNIFIED IDEOGRAPH-2371F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23720,
        name: "CJK UNIFIED IDEOGRAPH-23720",
    },
    Character {
        age: "3.1",
        codepoint: 0x23721,
        name: "CJK UNIFIED IDEOGRAPH-23721",
    },
    Character {
        age: "3.1",
        codepoint: 0x23722,
        name: "CJK UNIFIED IDEOGRAPH-23722",
    },
    Character {
        age: "3.1",
        codepoint: 0x23723,
        name: "CJK UNIFIED IDEOGRAPH-23723",
    },
    Character {
        age: "3.1",
        codepoint: 0x23724,
        name: "CJK UNIFIED IDEOGRAPH-23724",
    },
    Character {
        age: "3.1",
        codepoint: 0x23725,
        name: "CJK UNIFIED IDEOGRAPH-23725",
    },
    Character {
        age: "3.1",
        codepoint: 0x23726,
        name: "CJK UNIFIED IDEOGRAPH-23726",
    },
    Character {
        age: "3.1",
        codepoint: 0x23727,
        name: "CJK UNIFIED IDEOGRAPH-23727",
    },
    Character {
        age: "3.1",
        codepoint: 0x23728,
        name: "CJK UNIFIED IDEOGRAPH-23728",
    },
    Character {
        age: "3.1",
        codepoint: 0x23729,
        name: "CJK UNIFIED IDEOGRAPH-23729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2372A,
        name: "CJK UNIFIED IDEOGRAPH-2372A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2372B,
        name: "CJK UNIFIED IDEOGRAPH-2372B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2372C,
        name: "CJK UNIFIED IDEOGRAPH-2372C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2372D,
        name: "CJK UNIFIED IDEOGRAPH-2372D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2372E,
        name: "CJK UNIFIED IDEOGRAPH-2372E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2372F,
        name: "CJK UNIFIED IDEOGRAPH-2372F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23730,
        name: "CJK UNIFIED IDEOGRAPH-23730",
    },
    Character {
        age: "3.1",
        codepoint: 0x23731,
        name: "CJK UNIFIED IDEOGRAPH-23731",
    },
    Character {
        age: "3.1",
        codepoint: 0x23732,
        name: "CJK UNIFIED IDEOGRAPH-23732",
    },
    Character {
        age: "3.1",
        codepoint: 0x23733,
        name: "CJK UNIFIED IDEOGRAPH-23733",
    },
    Character {
        age: "3.1",
        codepoint: 0x23734,
        name: "CJK UNIFIED IDEOGRAPH-23734",
    },
    Character {
        age: "3.1",
        codepoint: 0x23735,
        name: "CJK UNIFIED IDEOGRAPH-23735",
    },
    Character {
        age: "3.1",
        codepoint: 0x23736,
        name: "CJK UNIFIED IDEOGRAPH-23736",
    },
    Character {
        age: "3.1",
        codepoint: 0x23737,
        name: "CJK UNIFIED IDEOGRAPH-23737",
    },
    Character {
        age: "3.1",
        codepoint: 0x23738,
        name: "CJK UNIFIED IDEOGRAPH-23738",
    },
    Character {
        age: "3.1",
        codepoint: 0x23739,
        name: "CJK UNIFIED IDEOGRAPH-23739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2373A,
        name: "CJK UNIFIED IDEOGRAPH-2373A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2373B,
        name: "CJK UNIFIED IDEOGRAPH-2373B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2373C,
        name: "CJK UNIFIED IDEOGRAPH-2373C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2373D,
        name: "CJK UNIFIED IDEOGRAPH-2373D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2373E,
        name: "CJK UNIFIED IDEOGRAPH-2373E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2373F,
        name: "CJK UNIFIED IDEOGRAPH-2373F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23740,
        name: "CJK UNIFIED IDEOGRAPH-23740",
    },
    Character {
        age: "3.1",
        codepoint: 0x23741,
        name: "CJK UNIFIED IDEOGRAPH-23741",
    },
    Character {
        age: "3.1",
        codepoint: 0x23742,
        name: "CJK UNIFIED IDEOGRAPH-23742",
    },
    Character {
        age: "3.1",
        codepoint: 0x23743,
        name: "CJK UNIFIED IDEOGRAPH-23743",
    },
    Character {
        age: "3.1",
        codepoint: 0x23744,
        name: "CJK UNIFIED IDEOGRAPH-23744",
    },
    Character {
        age: "3.1",
        codepoint: 0x23745,
        name: "CJK UNIFIED IDEOGRAPH-23745",
    },
    Character {
        age: "3.1",
        codepoint: 0x23746,
        name: "CJK UNIFIED IDEOGRAPH-23746",
    },
    Character {
        age: "3.1",
        codepoint: 0x23747,
        name: "CJK UNIFIED IDEOGRAPH-23747",
    },
    Character {
        age: "3.1",
        codepoint: 0x23748,
        name: "CJK UNIFIED IDEOGRAPH-23748",
    },
    Character {
        age: "3.1",
        codepoint: 0x23749,
        name: "CJK UNIFIED IDEOGRAPH-23749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2374A,
        name: "CJK UNIFIED IDEOGRAPH-2374A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2374B,
        name: "CJK UNIFIED IDEOGRAPH-2374B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2374C,
        name: "CJK UNIFIED IDEOGRAPH-2374C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2374D,
        name: "CJK UNIFIED IDEOGRAPH-2374D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2374E,
        name: "CJK UNIFIED IDEOGRAPH-2374E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2374F,
        name: "CJK UNIFIED IDEOGRAPH-2374F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23750,
        name: "CJK UNIFIED IDEOGRAPH-23750",
    },
    Character {
        age: "3.1",
        codepoint: 0x23751,
        name: "CJK UNIFIED IDEOGRAPH-23751",
    },
    Character {
        age: "3.1",
        codepoint: 0x23752,
        name: "CJK UNIFIED IDEOGRAPH-23752",
    },
    Character {
        age: "3.1",
        codepoint: 0x23753,
        name: "CJK UNIFIED IDEOGRAPH-23753",
    },
    Character {
        age: "3.1",
        codepoint: 0x23754,
        name: "CJK UNIFIED IDEOGRAPH-23754",
    },
    Character {
        age: "3.1",
        codepoint: 0x23755,
        name: "CJK UNIFIED IDEOGRAPH-23755",
    },
    Character {
        age: "3.1",
        codepoint: 0x23756,
        name: "CJK UNIFIED IDEOGRAPH-23756",
    },
    Character {
        age: "3.1",
        codepoint: 0x23757,
        name: "CJK UNIFIED IDEOGRAPH-23757",
    },
    Character {
        age: "3.1",
        codepoint: 0x23758,
        name: "CJK UNIFIED IDEOGRAPH-23758",
    },
    Character {
        age: "3.1",
        codepoint: 0x23759,
        name: "CJK UNIFIED IDEOGRAPH-23759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2375A,
        name: "CJK UNIFIED IDEOGRAPH-2375A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2375B,
        name: "CJK UNIFIED IDEOGRAPH-2375B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2375C,
        name: "CJK UNIFIED IDEOGRAPH-2375C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2375D,
        name: "CJK UNIFIED IDEOGRAPH-2375D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2375E,
        name: "CJK UNIFIED IDEOGRAPH-2375E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2375F,
        name: "CJK UNIFIED IDEOGRAPH-2375F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23760,
        name: "CJK UNIFIED IDEOGRAPH-23760",
    },
    Character {
        age: "3.1",
        codepoint: 0x23761,
        name: "CJK UNIFIED IDEOGRAPH-23761",
    },
    Character {
        age: "3.1",
        codepoint: 0x23762,
        name: "CJK UNIFIED IDEOGRAPH-23762",
    },
    Character {
        age: "3.1",
        codepoint: 0x23763,
        name: "CJK UNIFIED IDEOGRAPH-23763",
    },
    Character {
        age: "3.1",
        codepoint: 0x23764,
        name: "CJK UNIFIED IDEOGRAPH-23764",
    },
    Character {
        age: "3.1",
        codepoint: 0x23765,
        name: "CJK UNIFIED IDEOGRAPH-23765",
    },
    Character {
        age: "3.1",
        codepoint: 0x23766,
        name: "CJK UNIFIED IDEOGRAPH-23766",
    },
    Character {
        age: "3.1",
        codepoint: 0x23767,
        name: "CJK UNIFIED IDEOGRAPH-23767",
    },
    Character {
        age: "3.1",
        codepoint: 0x23768,
        name: "CJK UNIFIED IDEOGRAPH-23768",
    },
    Character {
        age: "3.1",
        codepoint: 0x23769,
        name: "CJK UNIFIED IDEOGRAPH-23769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2376A,
        name: "CJK UNIFIED IDEOGRAPH-2376A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2376B,
        name: "CJK UNIFIED IDEOGRAPH-2376B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2376C,
        name: "CJK UNIFIED IDEOGRAPH-2376C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2376D,
        name: "CJK UNIFIED IDEOGRAPH-2376D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2376E,
        name: "CJK UNIFIED IDEOGRAPH-2376E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2376F,
        name: "CJK UNIFIED IDEOGRAPH-2376F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23770,
        name: "CJK UNIFIED IDEOGRAPH-23770",
    },
    Character {
        age: "3.1",
        codepoint: 0x23771,
        name: "CJK UNIFIED IDEOGRAPH-23771",
    },
    Character {
        age: "3.1",
        codepoint: 0x23772,
        name: "CJK UNIFIED IDEOGRAPH-23772",
    },
    Character {
        age: "3.1",
        codepoint: 0x23773,
        name: "CJK UNIFIED IDEOGRAPH-23773",
    },
    Character {
        age: "3.1",
        codepoint: 0x23774,
        name: "CJK UNIFIED IDEOGRAPH-23774",
    },
    Character {
        age: "3.1",
        codepoint: 0x23775,
        name: "CJK UNIFIED IDEOGRAPH-23775",
    },
    Character {
        age: "3.1",
        codepoint: 0x23776,
        name: "CJK UNIFIED IDEOGRAPH-23776",
    },
    Character {
        age: "3.1",
        codepoint: 0x23777,
        name: "CJK UNIFIED IDEOGRAPH-23777",
    },
    Character {
        age: "3.1",
        codepoint: 0x23778,
        name: "CJK UNIFIED IDEOGRAPH-23778",
    },
    Character {
        age: "3.1",
        codepoint: 0x23779,
        name: "CJK UNIFIED IDEOGRAPH-23779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2377A,
        name: "CJK UNIFIED IDEOGRAPH-2377A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2377B,
        name: "CJK UNIFIED IDEOGRAPH-2377B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2377C,
        name: "CJK UNIFIED IDEOGRAPH-2377C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2377D,
        name: "CJK UNIFIED IDEOGRAPH-2377D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2377E,
        name: "CJK UNIFIED IDEOGRAPH-2377E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2377F,
        name: "CJK UNIFIED IDEOGRAPH-2377F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23780,
        name: "CJK UNIFIED IDEOGRAPH-23780",
    },
    Character {
        age: "3.1",
        codepoint: 0x23781,
        name: "CJK UNIFIED IDEOGRAPH-23781",
    },
    Character {
        age: "3.1",
        codepoint: 0x23782,
        name: "CJK UNIFIED IDEOGRAPH-23782",
    },
    Character {
        age: "3.1",
        codepoint: 0x23783,
        name: "CJK UNIFIED IDEOGRAPH-23783",
    },
    Character {
        age: "3.1",
        codepoint: 0x23784,
        name: "CJK UNIFIED IDEOGRAPH-23784",
    },
    Character {
        age: "3.1",
        codepoint: 0x23785,
        name: "CJK UNIFIED IDEOGRAPH-23785",
    },
    Character {
        age: "3.1",
        codepoint: 0x23786,
        name: "CJK UNIFIED IDEOGRAPH-23786",
    },
    Character {
        age: "3.1",
        codepoint: 0x23787,
        name: "CJK UNIFIED IDEOGRAPH-23787",
    },
    Character {
        age: "3.1",
        codepoint: 0x23788,
        name: "CJK UNIFIED IDEOGRAPH-23788",
    },
    Character {
        age: "3.1",
        codepoint: 0x23789,
        name: "CJK UNIFIED IDEOGRAPH-23789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2378A,
        name: "CJK UNIFIED IDEOGRAPH-2378A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2378B,
        name: "CJK UNIFIED IDEOGRAPH-2378B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2378C,
        name: "CJK UNIFIED IDEOGRAPH-2378C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2378D,
        name: "CJK UNIFIED IDEOGRAPH-2378D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2378E,
        name: "CJK UNIFIED IDEOGRAPH-2378E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2378F,
        name: "CJK UNIFIED IDEOGRAPH-2378F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23790,
        name: "CJK UNIFIED IDEOGRAPH-23790",
    },
    Character {
        age: "3.1",
        codepoint: 0x23791,
        name: "CJK UNIFIED IDEOGRAPH-23791",
    },
    Character {
        age: "3.1",
        codepoint: 0x23792,
        name: "CJK UNIFIED IDEOGRAPH-23792",
    },
    Character {
        age: "3.1",
        codepoint: 0x23793,
        name: "CJK UNIFIED IDEOGRAPH-23793",
    },
    Character {
        age: "3.1",
        codepoint: 0x23794,
        name: "CJK UNIFIED IDEOGRAPH-23794",
    },
    Character {
        age: "3.1",
        codepoint: 0x23795,
        name: "CJK UNIFIED IDEOGRAPH-23795",
    },
    Character {
        age: "3.1",
        codepoint: 0x23796,
        name: "CJK UNIFIED IDEOGRAPH-23796",
    },
    Character {
        age: "3.1",
        codepoint: 0x23797,
        name: "CJK UNIFIED IDEOGRAPH-23797",
    },
    Character {
        age: "3.1",
        codepoint: 0x23798,
        name: "CJK UNIFIED IDEOGRAPH-23798",
    },
    Character {
        age: "3.1",
        codepoint: 0x23799,
        name: "CJK UNIFIED IDEOGRAPH-23799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2379A,
        name: "CJK UNIFIED IDEOGRAPH-2379A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2379B,
        name: "CJK UNIFIED IDEOGRAPH-2379B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2379C,
        name: "CJK UNIFIED IDEOGRAPH-2379C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2379D,
        name: "CJK UNIFIED IDEOGRAPH-2379D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2379E,
        name: "CJK UNIFIED IDEOGRAPH-2379E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2379F,
        name: "CJK UNIFIED IDEOGRAPH-2379F",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A0,
        name: "CJK UNIFIED IDEOGRAPH-237A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A1,
        name: "CJK UNIFIED IDEOGRAPH-237A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A2,
        name: "CJK UNIFIED IDEOGRAPH-237A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A3,
        name: "CJK UNIFIED IDEOGRAPH-237A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A4,
        name: "CJK UNIFIED IDEOGRAPH-237A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A5,
        name: "CJK UNIFIED IDEOGRAPH-237A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A6,
        name: "CJK UNIFIED IDEOGRAPH-237A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A7,
        name: "CJK UNIFIED IDEOGRAPH-237A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A8,
        name: "CJK UNIFIED IDEOGRAPH-237A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x237A9,
        name: "CJK UNIFIED IDEOGRAPH-237A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x237AA,
        name: "CJK UNIFIED IDEOGRAPH-237AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x237AB,
        name: "CJK UNIFIED IDEOGRAPH-237AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x237AC,
        name: "CJK UNIFIED IDEOGRAPH-237AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x237AD,
        name: "CJK UNIFIED IDEOGRAPH-237AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x237AE,
        name: "CJK UNIFIED IDEOGRAPH-237AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x237AF,
        name: "CJK UNIFIED IDEOGRAPH-237AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B0,
        name: "CJK UNIFIED IDEOGRAPH-237B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B1,
        name: "CJK UNIFIED IDEOGRAPH-237B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B2,
        name: "CJK UNIFIED IDEOGRAPH-237B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B3,
        name: "CJK UNIFIED IDEOGRAPH-237B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B4,
        name: "CJK UNIFIED IDEOGRAPH-237B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B5,
        name: "CJK UNIFIED IDEOGRAPH-237B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B6,
        name: "CJK UNIFIED IDEOGRAPH-237B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B7,
        name: "CJK UNIFIED IDEOGRAPH-237B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B8,
        name: "CJK UNIFIED IDEOGRAPH-237B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x237B9,
        name: "CJK UNIFIED IDEOGRAPH-237B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x237BA,
        name: "CJK UNIFIED IDEOGRAPH-237BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x237BB,
        name: "CJK UNIFIED IDEOGRAPH-237BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x237BC,
        name: "CJK UNIFIED IDEOGRAPH-237BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x237BD,
        name: "CJK UNIFIED IDEOGRAPH-237BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x237BE,
        name: "CJK UNIFIED IDEOGRAPH-237BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x237BF,
        name: "CJK UNIFIED IDEOGRAPH-237BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C0,
        name: "CJK UNIFIED IDEOGRAPH-237C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C1,
        name: "CJK UNIFIED IDEOGRAPH-237C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C2,
        name: "CJK UNIFIED IDEOGRAPH-237C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C3,
        name: "CJK UNIFIED IDEOGRAPH-237C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C4,
        name: "CJK UNIFIED IDEOGRAPH-237C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C5,
        name: "CJK UNIFIED IDEOGRAPH-237C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C6,
        name: "CJK UNIFIED IDEOGRAPH-237C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C7,
        name: "CJK UNIFIED IDEOGRAPH-237C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C8,
        name: "CJK UNIFIED IDEOGRAPH-237C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x237C9,
        name: "CJK UNIFIED IDEOGRAPH-237C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x237CA,
        name: "CJK UNIFIED IDEOGRAPH-237CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x237CB,
        name: "CJK UNIFIED IDEOGRAPH-237CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x237CC,
        name: "CJK UNIFIED IDEOGRAPH-237CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x237CD,
        name: "CJK UNIFIED IDEOGRAPH-237CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x237CE,
        name: "CJK UNIFIED IDEOGRAPH-237CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x237CF,
        name: "CJK UNIFIED IDEOGRAPH-237CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D0,
        name: "CJK UNIFIED IDEOGRAPH-237D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D1,
        name: "CJK UNIFIED IDEOGRAPH-237D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D2,
        name: "CJK UNIFIED IDEOGRAPH-237D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D3,
        name: "CJK UNIFIED IDEOGRAPH-237D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D4,
        name: "CJK UNIFIED IDEOGRAPH-237D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D5,
        name: "CJK UNIFIED IDEOGRAPH-237D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D6,
        name: "CJK UNIFIED IDEOGRAPH-237D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D7,
        name: "CJK UNIFIED IDEOGRAPH-237D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D8,
        name: "CJK UNIFIED IDEOGRAPH-237D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x237D9,
        name: "CJK UNIFIED IDEOGRAPH-237D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x237DA,
        name: "CJK UNIFIED IDEOGRAPH-237DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x237DB,
        name: "CJK UNIFIED IDEOGRAPH-237DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x237DC,
        name: "CJK UNIFIED IDEOGRAPH-237DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x237DD,
        name: "CJK UNIFIED IDEOGRAPH-237DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x237DE,
        name: "CJK UNIFIED IDEOGRAPH-237DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x237DF,
        name: "CJK UNIFIED IDEOGRAPH-237DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E0,
        name: "CJK UNIFIED IDEOGRAPH-237E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E1,
        name: "CJK UNIFIED IDEOGRAPH-237E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E2,
        name: "CJK UNIFIED IDEOGRAPH-237E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E3,
        name: "CJK UNIFIED IDEOGRAPH-237E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E4,
        name: "CJK UNIFIED IDEOGRAPH-237E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E5,
        name: "CJK UNIFIED IDEOGRAPH-237E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E6,
        name: "CJK UNIFIED IDEOGRAPH-237E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E7,
        name: "CJK UNIFIED IDEOGRAPH-237E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E8,
        name: "CJK UNIFIED IDEOGRAPH-237E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x237E9,
        name: "CJK UNIFIED IDEOGRAPH-237E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x237EA,
        name: "CJK UNIFIED IDEOGRAPH-237EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x237EB,
        name: "CJK UNIFIED IDEOGRAPH-237EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x237EC,
        name: "CJK UNIFIED IDEOGRAPH-237EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x237ED,
        name: "CJK UNIFIED IDEOGRAPH-237ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x237EE,
        name: "CJK UNIFIED IDEOGRAPH-237EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x237EF,
        name: "CJK UNIFIED IDEOGRAPH-237EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F0,
        name: "CJK UNIFIED IDEOGRAPH-237F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F1,
        name: "CJK UNIFIED IDEOGRAPH-237F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F2,
        name: "CJK UNIFIED IDEOGRAPH-237F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F3,
        name: "CJK UNIFIED IDEOGRAPH-237F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F4,
        name: "CJK UNIFIED IDEOGRAPH-237F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F5,
        name: "CJK UNIFIED IDEOGRAPH-237F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F6,
        name: "CJK UNIFIED IDEOGRAPH-237F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F7,
        name: "CJK UNIFIED IDEOGRAPH-237F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F8,
        name: "CJK UNIFIED IDEOGRAPH-237F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x237F9,
        name: "CJK UNIFIED IDEOGRAPH-237F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x237FA,
        name: "CJK UNIFIED IDEOGRAPH-237FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x237FB,
        name: "CJK UNIFIED IDEOGRAPH-237FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x237FC,
        name: "CJK UNIFIED IDEOGRAPH-237FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x237FD,
        name: "CJK UNIFIED IDEOGRAPH-237FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x237FE,
        name: "CJK UNIFIED IDEOGRAPH-237FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x237FF,
        name: "CJK UNIFIED IDEOGRAPH-237FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23800,
        name: "CJK UNIFIED IDEOGRAPH-23800",
    },
    Character {
        age: "3.1",
        codepoint: 0x23801,
        name: "CJK UNIFIED IDEOGRAPH-23801",
    },
    Character {
        age: "3.1",
        codepoint: 0x23802,
        name: "CJK UNIFIED IDEOGRAPH-23802",
    },
    Character {
        age: "3.1",
        codepoint: 0x23803,
        name: "CJK UNIFIED IDEOGRAPH-23803",
    },
    Character {
        age: "3.1",
        codepoint: 0x23804,
        name: "CJK UNIFIED IDEOGRAPH-23804",
    },
    Character {
        age: "3.1",
        codepoint: 0x23805,
        name: "CJK UNIFIED IDEOGRAPH-23805",
    },
    Character {
        age: "3.1",
        codepoint: 0x23806,
        name: "CJK UNIFIED IDEOGRAPH-23806",
    },
    Character {
        age: "3.1",
        codepoint: 0x23807,
        name: "CJK UNIFIED IDEOGRAPH-23807",
    },
    Character {
        age: "3.1",
        codepoint: 0x23808,
        name: "CJK UNIFIED IDEOGRAPH-23808",
    },
    Character {
        age: "3.1",
        codepoint: 0x23809,
        name: "CJK UNIFIED IDEOGRAPH-23809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2380A,
        name: "CJK UNIFIED IDEOGRAPH-2380A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2380B,
        name: "CJK UNIFIED IDEOGRAPH-2380B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2380C,
        name: "CJK UNIFIED IDEOGRAPH-2380C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2380D,
        name: "CJK UNIFIED IDEOGRAPH-2380D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2380E,
        name: "CJK UNIFIED IDEOGRAPH-2380E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2380F,
        name: "CJK UNIFIED IDEOGRAPH-2380F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23810,
        name: "CJK UNIFIED IDEOGRAPH-23810",
    },
    Character {
        age: "3.1",
        codepoint: 0x23811,
        name: "CJK UNIFIED IDEOGRAPH-23811",
    },
    Character {
        age: "3.1",
        codepoint: 0x23812,
        name: "CJK UNIFIED IDEOGRAPH-23812",
    },
    Character {
        age: "3.1",
        codepoint: 0x23813,
        name: "CJK UNIFIED IDEOGRAPH-23813",
    },
    Character {
        age: "3.1",
        codepoint: 0x23814,
        name: "CJK UNIFIED IDEOGRAPH-23814",
    },
    Character {
        age: "3.1",
        codepoint: 0x23815,
        name: "CJK UNIFIED IDEOGRAPH-23815",
    },
    Character {
        age: "3.1",
        codepoint: 0x23816,
        name: "CJK UNIFIED IDEOGRAPH-23816",
    },
    Character {
        age: "3.1",
        codepoint: 0x23817,
        name: "CJK UNIFIED IDEOGRAPH-23817",
    },
    Character {
        age: "3.1",
        codepoint: 0x23818,
        name: "CJK UNIFIED IDEOGRAPH-23818",
    },
    Character {
        age: "3.1",
        codepoint: 0x23819,
        name: "CJK UNIFIED IDEOGRAPH-23819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2381A,
        name: "CJK UNIFIED IDEOGRAPH-2381A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2381B,
        name: "CJK UNIFIED IDEOGRAPH-2381B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2381C,
        name: "CJK UNIFIED IDEOGRAPH-2381C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2381D,
        name: "CJK UNIFIED IDEOGRAPH-2381D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2381E,
        name: "CJK UNIFIED IDEOGRAPH-2381E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2381F,
        name: "CJK UNIFIED IDEOGRAPH-2381F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23820,
        name: "CJK UNIFIED IDEOGRAPH-23820",
    },
    Character {
        age: "3.1",
        codepoint: 0x23821,
        name: "CJK UNIFIED IDEOGRAPH-23821",
    },
    Character {
        age: "3.1",
        codepoint: 0x23822,
        name: "CJK UNIFIED IDEOGRAPH-23822",
    },
    Character {
        age: "3.1",
        codepoint: 0x23823,
        name: "CJK UNIFIED IDEOGRAPH-23823",
    },
    Character {
        age: "3.1",
        codepoint: 0x23824,
        name: "CJK UNIFIED IDEOGRAPH-23824",
    },
    Character {
        age: "3.1",
        codepoint: 0x23825,
        name: "CJK UNIFIED IDEOGRAPH-23825",
    },
    Character {
        age: "3.1",
        codepoint: 0x23826,
        name: "CJK UNIFIED IDEOGRAPH-23826",
    },
    Character {
        age: "3.1",
        codepoint: 0x23827,
        name: "CJK UNIFIED IDEOGRAPH-23827",
    },
    Character {
        age: "3.1",
        codepoint: 0x23828,
        name: "CJK UNIFIED IDEOGRAPH-23828",
    },
    Character {
        age: "3.1",
        codepoint: 0x23829,
        name: "CJK UNIFIED IDEOGRAPH-23829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2382A,
        name: "CJK UNIFIED IDEOGRAPH-2382A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2382B,
        name: "CJK UNIFIED IDEOGRAPH-2382B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2382C,
        name: "CJK UNIFIED IDEOGRAPH-2382C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2382D,
        name: "CJK UNIFIED IDEOGRAPH-2382D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2382E,
        name: "CJK UNIFIED IDEOGRAPH-2382E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2382F,
        name: "CJK UNIFIED IDEOGRAPH-2382F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23830,
        name: "CJK UNIFIED IDEOGRAPH-23830",
    },
    Character {
        age: "3.1",
        codepoint: 0x23831,
        name: "CJK UNIFIED IDEOGRAPH-23831",
    },
    Character {
        age: "3.1",
        codepoint: 0x23832,
        name: "CJK UNIFIED IDEOGRAPH-23832",
    },
    Character {
        age: "3.1",
        codepoint: 0x23833,
        name: "CJK UNIFIED IDEOGRAPH-23833",
    },
    Character {
        age: "3.1",
        codepoint: 0x23834,
        name: "CJK UNIFIED IDEOGRAPH-23834",
    },
    Character {
        age: "3.1",
        codepoint: 0x23835,
        name: "CJK UNIFIED IDEOGRAPH-23835",
    },
    Character {
        age: "3.1",
        codepoint: 0x23836,
        name: "CJK UNIFIED IDEOGRAPH-23836",
    },
    Character {
        age: "3.1",
        codepoint: 0x23837,
        name: "CJK UNIFIED IDEOGRAPH-23837",
    },
    Character {
        age: "3.1",
        codepoint: 0x23838,
        name: "CJK UNIFIED IDEOGRAPH-23838",
    },
    Character {
        age: "3.1",
        codepoint: 0x23839,
        name: "CJK UNIFIED IDEOGRAPH-23839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2383A,
        name: "CJK UNIFIED IDEOGRAPH-2383A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2383B,
        name: "CJK UNIFIED IDEOGRAPH-2383B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2383C,
        name: "CJK UNIFIED IDEOGRAPH-2383C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2383D,
        name: "CJK UNIFIED IDEOGRAPH-2383D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2383E,
        name: "CJK UNIFIED IDEOGRAPH-2383E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2383F,
        name: "CJK UNIFIED IDEOGRAPH-2383F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23840,
        name: "CJK UNIFIED IDEOGRAPH-23840",
    },
    Character {
        age: "3.1",
        codepoint: 0x23841,
        name: "CJK UNIFIED IDEOGRAPH-23841",
    },
    Character {
        age: "3.1",
        codepoint: 0x23842,
        name: "CJK UNIFIED IDEOGRAPH-23842",
    },
    Character {
        age: "3.1",
        codepoint: 0x23843,
        name: "CJK UNIFIED IDEOGRAPH-23843",
    },
    Character {
        age: "3.1",
        codepoint: 0x23844,
        name: "CJK UNIFIED IDEOGRAPH-23844",
    },
    Character {
        age: "3.1",
        codepoint: 0x23845,
        name: "CJK UNIFIED IDEOGRAPH-23845",
    },
    Character {
        age: "3.1",
        codepoint: 0x23846,
        name: "CJK UNIFIED IDEOGRAPH-23846",
    },
    Character {
        age: "3.1",
        codepoint: 0x23847,
        name: "CJK UNIFIED IDEOGRAPH-23847",
    },
    Character {
        age: "3.1",
        codepoint: 0x23848,
        name: "CJK UNIFIED IDEOGRAPH-23848",
    },
    Character {
        age: "3.1",
        codepoint: 0x23849,
        name: "CJK UNIFIED IDEOGRAPH-23849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2384A,
        name: "CJK UNIFIED IDEOGRAPH-2384A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2384B,
        name: "CJK UNIFIED IDEOGRAPH-2384B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2384C,
        name: "CJK UNIFIED IDEOGRAPH-2384C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2384D,
        name: "CJK UNIFIED IDEOGRAPH-2384D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2384E,
        name: "CJK UNIFIED IDEOGRAPH-2384E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2384F,
        name: "CJK UNIFIED IDEOGRAPH-2384F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23850,
        name: "CJK UNIFIED IDEOGRAPH-23850",
    },
    Character {
        age: "3.1",
        codepoint: 0x23851,
        name: "CJK UNIFIED IDEOGRAPH-23851",
    },
    Character {
        age: "3.1",
        codepoint: 0x23852,
        name: "CJK UNIFIED IDEOGRAPH-23852",
    },
    Character {
        age: "3.1",
        codepoint: 0x23853,
        name: "CJK UNIFIED IDEOGRAPH-23853",
    },
    Character {
        age: "3.1",
        codepoint: 0x23854,
        name: "CJK UNIFIED IDEOGRAPH-23854",
    },
    Character {
        age: "3.1",
        codepoint: 0x23855,
        name: "CJK UNIFIED IDEOGRAPH-23855",
    },
    Character {
        age: "3.1",
        codepoint: 0x23856,
        name: "CJK UNIFIED IDEOGRAPH-23856",
    },
    Character {
        age: "3.1",
        codepoint: 0x23857,
        name: "CJK UNIFIED IDEOGRAPH-23857",
    },
    Character {
        age: "3.1",
        codepoint: 0x23858,
        name: "CJK UNIFIED IDEOGRAPH-23858",
    },
    Character {
        age: "3.1",
        codepoint: 0x23859,
        name: "CJK UNIFIED IDEOGRAPH-23859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2385A,
        name: "CJK UNIFIED IDEOGRAPH-2385A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2385B,
        name: "CJK UNIFIED IDEOGRAPH-2385B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2385C,
        name: "CJK UNIFIED IDEOGRAPH-2385C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2385D,
        name: "CJK UNIFIED IDEOGRAPH-2385D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2385E,
        name: "CJK UNIFIED IDEOGRAPH-2385E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2385F,
        name: "CJK UNIFIED IDEOGRAPH-2385F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23860,
        name: "CJK UNIFIED IDEOGRAPH-23860",
    },
    Character {
        age: "3.1",
        codepoint: 0x23861,
        name: "CJK UNIFIED IDEOGRAPH-23861",
    },
    Character {
        age: "3.1",
        codepoint: 0x23862,
        name: "CJK UNIFIED IDEOGRAPH-23862",
    },
    Character {
        age: "3.1",
        codepoint: 0x23863,
        name: "CJK UNIFIED IDEOGRAPH-23863",
    },
    Character {
        age: "3.1",
        codepoint: 0x23864,
        name: "CJK UNIFIED IDEOGRAPH-23864",
    },
    Character {
        age: "3.1",
        codepoint: 0x23865,
        name: "CJK UNIFIED IDEOGRAPH-23865",
    },
    Character {
        age: "3.1",
        codepoint: 0x23866,
        name: "CJK UNIFIED IDEOGRAPH-23866",
    },
    Character {
        age: "3.1",
        codepoint: 0x23867,
        name: "CJK UNIFIED IDEOGRAPH-23867",
    },
    Character {
        age: "3.1",
        codepoint: 0x23868,
        name: "CJK UNIFIED IDEOGRAPH-23868",
    },
    Character {
        age: "3.1",
        codepoint: 0x23869,
        name: "CJK UNIFIED IDEOGRAPH-23869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2386A,
        name: "CJK UNIFIED IDEOGRAPH-2386A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2386B,
        name: "CJK UNIFIED IDEOGRAPH-2386B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2386C,
        name: "CJK UNIFIED IDEOGRAPH-2386C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2386D,
        name: "CJK UNIFIED IDEOGRAPH-2386D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2386E,
        name: "CJK UNIFIED IDEOGRAPH-2386E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2386F,
        name: "CJK UNIFIED IDEOGRAPH-2386F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23870,
        name: "CJK UNIFIED IDEOGRAPH-23870",
    },
    Character {
        age: "3.1",
        codepoint: 0x23871,
        name: "CJK UNIFIED IDEOGRAPH-23871",
    },
    Character {
        age: "3.1",
        codepoint: 0x23872,
        name: "CJK UNIFIED IDEOGRAPH-23872",
    },
    Character {
        age: "3.1",
        codepoint: 0x23873,
        name: "CJK UNIFIED IDEOGRAPH-23873",
    },
    Character {
        age: "3.1",
        codepoint: 0x23874,
        name: "CJK UNIFIED IDEOGRAPH-23874",
    },
    Character {
        age: "3.1",
        codepoint: 0x23875,
        name: "CJK UNIFIED IDEOGRAPH-23875",
    },
    Character {
        age: "3.1",
        codepoint: 0x23876,
        name: "CJK UNIFIED IDEOGRAPH-23876",
    },
    Character {
        age: "3.1",
        codepoint: 0x23877,
        name: "CJK UNIFIED IDEOGRAPH-23877",
    },
    Character {
        age: "3.1",
        codepoint: 0x23878,
        name: "CJK UNIFIED IDEOGRAPH-23878",
    },
    Character {
        age: "3.1",
        codepoint: 0x23879,
        name: "CJK UNIFIED IDEOGRAPH-23879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2387A,
        name: "CJK UNIFIED IDEOGRAPH-2387A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2387B,
        name: "CJK UNIFIED IDEOGRAPH-2387B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2387C,
        name: "CJK UNIFIED IDEOGRAPH-2387C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2387D,
        name: "CJK UNIFIED IDEOGRAPH-2387D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2387E,
        name: "CJK UNIFIED IDEOGRAPH-2387E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2387F,
        name: "CJK UNIFIED IDEOGRAPH-2387F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23880,
        name: "CJK UNIFIED IDEOGRAPH-23880",
    },
    Character {
        age: "3.1",
        codepoint: 0x23881,
        name: "CJK UNIFIED IDEOGRAPH-23881",
    },
    Character {
        age: "3.1",
        codepoint: 0x23882,
        name: "CJK UNIFIED IDEOGRAPH-23882",
    },
    Character {
        age: "3.1",
        codepoint: 0x23883,
        name: "CJK UNIFIED IDEOGRAPH-23883",
    },
    Character {
        age: "3.1",
        codepoint: 0x23884,
        name: "CJK UNIFIED IDEOGRAPH-23884",
    },
    Character {
        age: "3.1",
        codepoint: 0x23885,
        name: "CJK UNIFIED IDEOGRAPH-23885",
    },
    Character {
        age: "3.1",
        codepoint: 0x23886,
        name: "CJK UNIFIED IDEOGRAPH-23886",
    },
    Character {
        age: "3.1",
        codepoint: 0x23887,
        name: "CJK UNIFIED IDEOGRAPH-23887",
    },
    Character {
        age: "3.1",
        codepoint: 0x23888,
        name: "CJK UNIFIED IDEOGRAPH-23888",
    },
    Character {
        age: "3.1",
        codepoint: 0x23889,
        name: "CJK UNIFIED IDEOGRAPH-23889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2388A,
        name: "CJK UNIFIED IDEOGRAPH-2388A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2388B,
        name: "CJK UNIFIED IDEOGRAPH-2388B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2388C,
        name: "CJK UNIFIED IDEOGRAPH-2388C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2388D,
        name: "CJK UNIFIED IDEOGRAPH-2388D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2388E,
        name: "CJK UNIFIED IDEOGRAPH-2388E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2388F,
        name: "CJK UNIFIED IDEOGRAPH-2388F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23890,
        name: "CJK UNIFIED IDEOGRAPH-23890",
    },
    Character {
        age: "3.1",
        codepoint: 0x23891,
        name: "CJK UNIFIED IDEOGRAPH-23891",
    },
    Character {
        age: "3.1",
        codepoint: 0x23892,
        name: "CJK UNIFIED IDEOGRAPH-23892",
    },
    Character {
        age: "3.1",
        codepoint: 0x23893,
        name: "CJK UNIFIED IDEOGRAPH-23893",
    },
    Character {
        age: "3.1",
        codepoint: 0x23894,
        name: "CJK UNIFIED IDEOGRAPH-23894",
    },
    Character {
        age: "3.1",
        codepoint: 0x23895,
        name: "CJK UNIFIED IDEOGRAPH-23895",
    },
    Character {
        age: "3.1",
        codepoint: 0x23896,
        name: "CJK UNIFIED IDEOGRAPH-23896",
    },
    Character {
        age: "3.1",
        codepoint: 0x23897,
        name: "CJK UNIFIED IDEOGRAPH-23897",
    },
    Character {
        age: "3.1",
        codepoint: 0x23898,
        name: "CJK UNIFIED IDEOGRAPH-23898",
    },
    Character {
        age: "3.1",
        codepoint: 0x23899,
        name: "CJK UNIFIED IDEOGRAPH-23899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2389A,
        name: "CJK UNIFIED IDEOGRAPH-2389A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2389B,
        name: "CJK UNIFIED IDEOGRAPH-2389B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2389C,
        name: "CJK UNIFIED IDEOGRAPH-2389C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2389D,
        name: "CJK UNIFIED IDEOGRAPH-2389D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2389E,
        name: "CJK UNIFIED IDEOGRAPH-2389E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2389F,
        name: "CJK UNIFIED IDEOGRAPH-2389F",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A0,
        name: "CJK UNIFIED IDEOGRAPH-238A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A1,
        name: "CJK UNIFIED IDEOGRAPH-238A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A2,
        name: "CJK UNIFIED IDEOGRAPH-238A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A3,
        name: "CJK UNIFIED IDEOGRAPH-238A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A4,
        name: "CJK UNIFIED IDEOGRAPH-238A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A5,
        name: "CJK UNIFIED IDEOGRAPH-238A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A6,
        name: "CJK UNIFIED IDEOGRAPH-238A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A7,
        name: "CJK UNIFIED IDEOGRAPH-238A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A8,
        name: "CJK UNIFIED IDEOGRAPH-238A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x238A9,
        name: "CJK UNIFIED IDEOGRAPH-238A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x238AA,
        name: "CJK UNIFIED IDEOGRAPH-238AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x238AB,
        name: "CJK UNIFIED IDEOGRAPH-238AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x238AC,
        name: "CJK UNIFIED IDEOGRAPH-238AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x238AD,
        name: "CJK UNIFIED IDEOGRAPH-238AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x238AE,
        name: "CJK UNIFIED IDEOGRAPH-238AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x238AF,
        name: "CJK UNIFIED IDEOGRAPH-238AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B0,
        name: "CJK UNIFIED IDEOGRAPH-238B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B1,
        name: "CJK UNIFIED IDEOGRAPH-238B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B2,
        name: "CJK UNIFIED IDEOGRAPH-238B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B3,
        name: "CJK UNIFIED IDEOGRAPH-238B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B4,
        name: "CJK UNIFIED IDEOGRAPH-238B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B5,
        name: "CJK UNIFIED IDEOGRAPH-238B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B6,
        name: "CJK UNIFIED IDEOGRAPH-238B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B7,
        name: "CJK UNIFIED IDEOGRAPH-238B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B8,
        name: "CJK UNIFIED IDEOGRAPH-238B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x238B9,
        name: "CJK UNIFIED IDEOGRAPH-238B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x238BA,
        name: "CJK UNIFIED IDEOGRAPH-238BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x238BB,
        name: "CJK UNIFIED IDEOGRAPH-238BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x238BC,
        name: "CJK UNIFIED IDEOGRAPH-238BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x238BD,
        name: "CJK UNIFIED IDEOGRAPH-238BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x238BE,
        name: "CJK UNIFIED IDEOGRAPH-238BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x238BF,
        name: "CJK UNIFIED IDEOGRAPH-238BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C0,
        name: "CJK UNIFIED IDEOGRAPH-238C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C1,
        name: "CJK UNIFIED IDEOGRAPH-238C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C2,
        name: "CJK UNIFIED IDEOGRAPH-238C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C3,
        name: "CJK UNIFIED IDEOGRAPH-238C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C4,
        name: "CJK UNIFIED IDEOGRAPH-238C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C5,
        name: "CJK UNIFIED IDEOGRAPH-238C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C6,
        name: "CJK UNIFIED IDEOGRAPH-238C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C7,
        name: "CJK UNIFIED IDEOGRAPH-238C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C8,
        name: "CJK UNIFIED IDEOGRAPH-238C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x238C9,
        name: "CJK UNIFIED IDEOGRAPH-238C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x238CA,
        name: "CJK UNIFIED IDEOGRAPH-238CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x238CB,
        name: "CJK UNIFIED IDEOGRAPH-238CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x238CC,
        name: "CJK UNIFIED IDEOGRAPH-238CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x238CD,
        name: "CJK UNIFIED IDEOGRAPH-238CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x238CE,
        name: "CJK UNIFIED IDEOGRAPH-238CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x238CF,
        name: "CJK UNIFIED IDEOGRAPH-238CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D0,
        name: "CJK UNIFIED IDEOGRAPH-238D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D1,
        name: "CJK UNIFIED IDEOGRAPH-238D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D2,
        name: "CJK UNIFIED IDEOGRAPH-238D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D3,
        name: "CJK UNIFIED IDEOGRAPH-238D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D4,
        name: "CJK UNIFIED IDEOGRAPH-238D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D5,
        name: "CJK UNIFIED IDEOGRAPH-238D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D6,
        name: "CJK UNIFIED IDEOGRAPH-238D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D7,
        name: "CJK UNIFIED IDEOGRAPH-238D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D8,
        name: "CJK UNIFIED IDEOGRAPH-238D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x238D9,
        name: "CJK UNIFIED IDEOGRAPH-238D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x238DA,
        name: "CJK UNIFIED IDEOGRAPH-238DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x238DB,
        name: "CJK UNIFIED IDEOGRAPH-238DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x238DC,
        name: "CJK UNIFIED IDEOGRAPH-238DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x238DD,
        name: "CJK UNIFIED IDEOGRAPH-238DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x238DE,
        name: "CJK UNIFIED IDEOGRAPH-238DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x238DF,
        name: "CJK UNIFIED IDEOGRAPH-238DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E0,
        name: "CJK UNIFIED IDEOGRAPH-238E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E1,
        name: "CJK UNIFIED IDEOGRAPH-238E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E2,
        name: "CJK UNIFIED IDEOGRAPH-238E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E3,
        name: "CJK UNIFIED IDEOGRAPH-238E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E4,
        name: "CJK UNIFIED IDEOGRAPH-238E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E5,
        name: "CJK UNIFIED IDEOGRAPH-238E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E6,
        name: "CJK UNIFIED IDEOGRAPH-238E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E7,
        name: "CJK UNIFIED IDEOGRAPH-238E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E8,
        name: "CJK UNIFIED IDEOGRAPH-238E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x238E9,
        name: "CJK UNIFIED IDEOGRAPH-238E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x238EA,
        name: "CJK UNIFIED IDEOGRAPH-238EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x238EB,
        name: "CJK UNIFIED IDEOGRAPH-238EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x238EC,
        name: "CJK UNIFIED IDEOGRAPH-238EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x238ED,
        name: "CJK UNIFIED IDEOGRAPH-238ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x238EE,
        name: "CJK UNIFIED IDEOGRAPH-238EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x238EF,
        name: "CJK UNIFIED IDEOGRAPH-238EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F0,
        name: "CJK UNIFIED IDEOGRAPH-238F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F1,
        name: "CJK UNIFIED IDEOGRAPH-238F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F2,
        name: "CJK UNIFIED IDEOGRAPH-238F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F3,
        name: "CJK UNIFIED IDEOGRAPH-238F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F4,
        name: "CJK UNIFIED IDEOGRAPH-238F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F5,
        name: "CJK UNIFIED IDEOGRAPH-238F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F6,
        name: "CJK UNIFIED IDEOGRAPH-238F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F7,
        name: "CJK UNIFIED IDEOGRAPH-238F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F8,
        name: "CJK UNIFIED IDEOGRAPH-238F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x238F9,
        name: "CJK UNIFIED IDEOGRAPH-238F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x238FA,
        name: "CJK UNIFIED IDEOGRAPH-238FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x238FB,
        name: "CJK UNIFIED IDEOGRAPH-238FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x238FC,
        name: "CJK UNIFIED IDEOGRAPH-238FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x238FD,
        name: "CJK UNIFIED IDEOGRAPH-238FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x238FE,
        name: "CJK UNIFIED IDEOGRAPH-238FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x238FF,
        name: "CJK UNIFIED IDEOGRAPH-238FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23900,
        name: "CJK UNIFIED IDEOGRAPH-23900",
    },
    Character {
        age: "3.1",
        codepoint: 0x23901,
        name: "CJK UNIFIED IDEOGRAPH-23901",
    },
    Character {
        age: "3.1",
        codepoint: 0x23902,
        name: "CJK UNIFIED IDEOGRAPH-23902",
    },
    Character {
        age: "3.1",
        codepoint: 0x23903,
        name: "CJK UNIFIED IDEOGRAPH-23903",
    },
    Character {
        age: "3.1",
        codepoint: 0x23904,
        name: "CJK UNIFIED IDEOGRAPH-23904",
    },
    Character {
        age: "3.1",
        codepoint: 0x23905,
        name: "CJK UNIFIED IDEOGRAPH-23905",
    },
    Character {
        age: "3.1",
        codepoint: 0x23906,
        name: "CJK UNIFIED IDEOGRAPH-23906",
    },
    Character {
        age: "3.1",
        codepoint: 0x23907,
        name: "CJK UNIFIED IDEOGRAPH-23907",
    },
    Character {
        age: "3.1",
        codepoint: 0x23908,
        name: "CJK UNIFIED IDEOGRAPH-23908",
    },
    Character {
        age: "3.1",
        codepoint: 0x23909,
        name: "CJK UNIFIED IDEOGRAPH-23909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2390A,
        name: "CJK UNIFIED IDEOGRAPH-2390A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2390B,
        name: "CJK UNIFIED IDEOGRAPH-2390B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2390C,
        name: "CJK UNIFIED IDEOGRAPH-2390C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2390D,
        name: "CJK UNIFIED IDEOGRAPH-2390D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2390E,
        name: "CJK UNIFIED IDEOGRAPH-2390E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2390F,
        name: "CJK UNIFIED IDEOGRAPH-2390F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23910,
        name: "CJK UNIFIED IDEOGRAPH-23910",
    },
    Character {
        age: "3.1",
        codepoint: 0x23911,
        name: "CJK UNIFIED IDEOGRAPH-23911",
    },
    Character {
        age: "3.1",
        codepoint: 0x23912,
        name: "CJK UNIFIED IDEOGRAPH-23912",
    },
    Character {
        age: "3.1",
        codepoint: 0x23913,
        name: "CJK UNIFIED IDEOGRAPH-23913",
    },
    Character {
        age: "3.1",
        codepoint: 0x23914,
        name: "CJK UNIFIED IDEOGRAPH-23914",
    },
    Character {
        age: "3.1",
        codepoint: 0x23915,
        name: "CJK UNIFIED IDEOGRAPH-23915",
    },
    Character {
        age: "3.1",
        codepoint: 0x23916,
        name: "CJK UNIFIED IDEOGRAPH-23916",
    },
    Character {
        age: "3.1",
        codepoint: 0x23917,
        name: "CJK UNIFIED IDEOGRAPH-23917",
    },
    Character {
        age: "3.1",
        codepoint: 0x23918,
        name: "CJK UNIFIED IDEOGRAPH-23918",
    },
    Character {
        age: "3.1",
        codepoint: 0x23919,
        name: "CJK UNIFIED IDEOGRAPH-23919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2391A,
        name: "CJK UNIFIED IDEOGRAPH-2391A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2391B,
        name: "CJK UNIFIED IDEOGRAPH-2391B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2391C,
        name: "CJK UNIFIED IDEOGRAPH-2391C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2391D,
        name: "CJK UNIFIED IDEOGRAPH-2391D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2391E,
        name: "CJK UNIFIED IDEOGRAPH-2391E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2391F,
        name: "CJK UNIFIED IDEOGRAPH-2391F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23920,
        name: "CJK UNIFIED IDEOGRAPH-23920",
    },
    Character {
        age: "3.1",
        codepoint: 0x23921,
        name: "CJK UNIFIED IDEOGRAPH-23921",
    },
    Character {
        age: "3.1",
        codepoint: 0x23922,
        name: "CJK UNIFIED IDEOGRAPH-23922",
    },
    Character {
        age: "3.1",
        codepoint: 0x23923,
        name: "CJK UNIFIED IDEOGRAPH-23923",
    },
    Character {
        age: "3.1",
        codepoint: 0x23924,
        name: "CJK UNIFIED IDEOGRAPH-23924",
    },
    Character {
        age: "3.1",
        codepoint: 0x23925,
        name: "CJK UNIFIED IDEOGRAPH-23925",
    },
    Character {
        age: "3.1",
        codepoint: 0x23926,
        name: "CJK UNIFIED IDEOGRAPH-23926",
    },
    Character {
        age: "3.1",
        codepoint: 0x23927,
        name: "CJK UNIFIED IDEOGRAPH-23927",
    },
    Character {
        age: "3.1",
        codepoint: 0x23928,
        name: "CJK UNIFIED IDEOGRAPH-23928",
    },
    Character {
        age: "3.1",
        codepoint: 0x23929,
        name: "CJK UNIFIED IDEOGRAPH-23929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2392A,
        name: "CJK UNIFIED IDEOGRAPH-2392A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2392B,
        name: "CJK UNIFIED IDEOGRAPH-2392B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2392C,
        name: "CJK UNIFIED IDEOGRAPH-2392C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2392D,
        name: "CJK UNIFIED IDEOGRAPH-2392D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2392E,
        name: "CJK UNIFIED IDEOGRAPH-2392E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2392F,
        name: "CJK UNIFIED IDEOGRAPH-2392F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23930,
        name: "CJK UNIFIED IDEOGRAPH-23930",
    },
    Character {
        age: "3.1",
        codepoint: 0x23931,
        name: "CJK UNIFIED IDEOGRAPH-23931",
    },
    Character {
        age: "3.1",
        codepoint: 0x23932,
        name: "CJK UNIFIED IDEOGRAPH-23932",
    },
    Character {
        age: "3.1",
        codepoint: 0x23933,
        name: "CJK UNIFIED IDEOGRAPH-23933",
    },
    Character {
        age: "3.1",
        codepoint: 0x23934,
        name: "CJK UNIFIED IDEOGRAPH-23934",
    },
    Character {
        age: "3.1",
        codepoint: 0x23935,
        name: "CJK UNIFIED IDEOGRAPH-23935",
    },
    Character {
        age: "3.1",
        codepoint: 0x23936,
        name: "CJK UNIFIED IDEOGRAPH-23936",
    },
    Character {
        age: "3.1",
        codepoint: 0x23937,
        name: "CJK UNIFIED IDEOGRAPH-23937",
    },
    Character {
        age: "3.1",
        codepoint: 0x23938,
        name: "CJK UNIFIED IDEOGRAPH-23938",
    },
    Character {
        age: "3.1",
        codepoint: 0x23939,
        name: "CJK UNIFIED IDEOGRAPH-23939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2393A,
        name: "CJK UNIFIED IDEOGRAPH-2393A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2393B,
        name: "CJK UNIFIED IDEOGRAPH-2393B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2393C,
        name: "CJK UNIFIED IDEOGRAPH-2393C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2393D,
        name: "CJK UNIFIED IDEOGRAPH-2393D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2393E,
        name: "CJK UNIFIED IDEOGRAPH-2393E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2393F,
        name: "CJK UNIFIED IDEOGRAPH-2393F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23940,
        name: "CJK UNIFIED IDEOGRAPH-23940",
    },
    Character {
        age: "3.1",
        codepoint: 0x23941,
        name: "CJK UNIFIED IDEOGRAPH-23941",
    },
    Character {
        age: "3.1",
        codepoint: 0x23942,
        name: "CJK UNIFIED IDEOGRAPH-23942",
    },
    Character {
        age: "3.1",
        codepoint: 0x23943,
        name: "CJK UNIFIED IDEOGRAPH-23943",
    },
    Character {
        age: "3.1",
        codepoint: 0x23944,
        name: "CJK UNIFIED IDEOGRAPH-23944",
    },
    Character {
        age: "3.1",
        codepoint: 0x23945,
        name: "CJK UNIFIED IDEOGRAPH-23945",
    },
    Character {
        age: "3.1",
        codepoint: 0x23946,
        name: "CJK UNIFIED IDEOGRAPH-23946",
    },
    Character {
        age: "3.1",
        codepoint: 0x23947,
        name: "CJK UNIFIED IDEOGRAPH-23947",
    },
    Character {
        age: "3.1",
        codepoint: 0x23948,
        name: "CJK UNIFIED IDEOGRAPH-23948",
    },
    Character {
        age: "3.1",
        codepoint: 0x23949,
        name: "CJK UNIFIED IDEOGRAPH-23949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2394A,
        name: "CJK UNIFIED IDEOGRAPH-2394A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2394B,
        name: "CJK UNIFIED IDEOGRAPH-2394B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2394C,
        name: "CJK UNIFIED IDEOGRAPH-2394C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2394D,
        name: "CJK UNIFIED IDEOGRAPH-2394D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2394E,
        name: "CJK UNIFIED IDEOGRAPH-2394E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2394F,
        name: "CJK UNIFIED IDEOGRAPH-2394F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23950,
        name: "CJK UNIFIED IDEOGRAPH-23950",
    },
    Character {
        age: "3.1",
        codepoint: 0x23951,
        name: "CJK UNIFIED IDEOGRAPH-23951",
    },
    Character {
        age: "3.1",
        codepoint: 0x23952,
        name: "CJK UNIFIED IDEOGRAPH-23952",
    },
    Character {
        age: "3.1",
        codepoint: 0x23953,
        name: "CJK UNIFIED IDEOGRAPH-23953",
    },
    Character {
        age: "3.1",
        codepoint: 0x23954,
        name: "CJK UNIFIED IDEOGRAPH-23954",
    },
    Character {
        age: "3.1",
        codepoint: 0x23955,
        name: "CJK UNIFIED IDEOGRAPH-23955",
    },
    Character {
        age: "3.1",
        codepoint: 0x23956,
        name: "CJK UNIFIED IDEOGRAPH-23956",
    },
    Character {
        age: "3.1",
        codepoint: 0x23957,
        name: "CJK UNIFIED IDEOGRAPH-23957",
    },
    Character {
        age: "3.1",
        codepoint: 0x23958,
        name: "CJK UNIFIED IDEOGRAPH-23958",
    },
    Character {
        age: "3.1",
        codepoint: 0x23959,
        name: "CJK UNIFIED IDEOGRAPH-23959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2395A,
        name: "CJK UNIFIED IDEOGRAPH-2395A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2395B,
        name: "CJK UNIFIED IDEOGRAPH-2395B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2395C,
        name: "CJK UNIFIED IDEOGRAPH-2395C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2395D,
        name: "CJK UNIFIED IDEOGRAPH-2395D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2395E,
        name: "CJK UNIFIED IDEOGRAPH-2395E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2395F,
        name: "CJK UNIFIED IDEOGRAPH-2395F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23960,
        name: "CJK UNIFIED IDEOGRAPH-23960",
    },
    Character {
        age: "3.1",
        codepoint: 0x23961,
        name: "CJK UNIFIED IDEOGRAPH-23961",
    },
    Character {
        age: "3.1",
        codepoint: 0x23962,
        name: "CJK UNIFIED IDEOGRAPH-23962",
    },
    Character {
        age: "3.1",
        codepoint: 0x23963,
        name: "CJK UNIFIED IDEOGRAPH-23963",
    },
    Character {
        age: "3.1",
        codepoint: 0x23964,
        name: "CJK UNIFIED IDEOGRAPH-23964",
    },
    Character {
        age: "3.1",
        codepoint: 0x23965,
        name: "CJK UNIFIED IDEOGRAPH-23965",
    },
    Character {
        age: "3.1",
        codepoint: 0x23966,
        name: "CJK UNIFIED IDEOGRAPH-23966",
    },
    Character {
        age: "3.1",
        codepoint: 0x23967,
        name: "CJK UNIFIED IDEOGRAPH-23967",
    },
    Character {
        age: "3.1",
        codepoint: 0x23968,
        name: "CJK UNIFIED IDEOGRAPH-23968",
    },
    Character {
        age: "3.1",
        codepoint: 0x23969,
        name: "CJK UNIFIED IDEOGRAPH-23969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2396A,
        name: "CJK UNIFIED IDEOGRAPH-2396A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2396B,
        name: "CJK UNIFIED IDEOGRAPH-2396B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2396C,
        name: "CJK UNIFIED IDEOGRAPH-2396C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2396D,
        name: "CJK UNIFIED IDEOGRAPH-2396D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2396E,
        name: "CJK UNIFIED IDEOGRAPH-2396E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2396F,
        name: "CJK UNIFIED IDEOGRAPH-2396F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23970,
        name: "CJK UNIFIED IDEOGRAPH-23970",
    },
    Character {
        age: "3.1",
        codepoint: 0x23971,
        name: "CJK UNIFIED IDEOGRAPH-23971",
    },
    Character {
        age: "3.1",
        codepoint: 0x23972,
        name: "CJK UNIFIED IDEOGRAPH-23972",
    },
    Character {
        age: "3.1",
        codepoint: 0x23973,
        name: "CJK UNIFIED IDEOGRAPH-23973",
    },
    Character {
        age: "3.1",
        codepoint: 0x23974,
        name: "CJK UNIFIED IDEOGRAPH-23974",
    },
    Character {
        age: "3.1",
        codepoint: 0x23975,
        name: "CJK UNIFIED IDEOGRAPH-23975",
    },
    Character {
        age: "3.1",
        codepoint: 0x23976,
        name: "CJK UNIFIED IDEOGRAPH-23976",
    },
    Character {
        age: "3.1",
        codepoint: 0x23977,
        name: "CJK UNIFIED IDEOGRAPH-23977",
    },
    Character {
        age: "3.1",
        codepoint: 0x23978,
        name: "CJK UNIFIED IDEOGRAPH-23978",
    },
    Character {
        age: "3.1",
        codepoint: 0x23979,
        name: "CJK UNIFIED IDEOGRAPH-23979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2397A,
        name: "CJK UNIFIED IDEOGRAPH-2397A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2397B,
        name: "CJK UNIFIED IDEOGRAPH-2397B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2397C,
        name: "CJK UNIFIED IDEOGRAPH-2397C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2397D,
        name: "CJK UNIFIED IDEOGRAPH-2397D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2397E,
        name: "CJK UNIFIED IDEOGRAPH-2397E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2397F,
        name: "CJK UNIFIED IDEOGRAPH-2397F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23980,
        name: "CJK UNIFIED IDEOGRAPH-23980",
    },
    Character {
        age: "3.1",
        codepoint: 0x23981,
        name: "CJK UNIFIED IDEOGRAPH-23981",
    },
    Character {
        age: "3.1",
        codepoint: 0x23982,
        name: "CJK UNIFIED IDEOGRAPH-23982",
    },
    Character {
        age: "3.1",
        codepoint: 0x23983,
        name: "CJK UNIFIED IDEOGRAPH-23983",
    },
    Character {
        age: "3.1",
        codepoint: 0x23984,
        name: "CJK UNIFIED IDEOGRAPH-23984",
    },
    Character {
        age: "3.1",
        codepoint: 0x23985,
        name: "CJK UNIFIED IDEOGRAPH-23985",
    },
    Character {
        age: "3.1",
        codepoint: 0x23986,
        name: "CJK UNIFIED IDEOGRAPH-23986",
    },
    Character {
        age: "3.1",
        codepoint: 0x23987,
        name: "CJK UNIFIED IDEOGRAPH-23987",
    },
    Character {
        age: "3.1",
        codepoint: 0x23988,
        name: "CJK UNIFIED IDEOGRAPH-23988",
    },
    Character {
        age: "3.1",
        codepoint: 0x23989,
        name: "CJK UNIFIED IDEOGRAPH-23989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2398A,
        name: "CJK UNIFIED IDEOGRAPH-2398A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2398B,
        name: "CJK UNIFIED IDEOGRAPH-2398B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2398C,
        name: "CJK UNIFIED IDEOGRAPH-2398C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2398D,
        name: "CJK UNIFIED IDEOGRAPH-2398D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2398E,
        name: "CJK UNIFIED IDEOGRAPH-2398E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2398F,
        name: "CJK UNIFIED IDEOGRAPH-2398F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23990,
        name: "CJK UNIFIED IDEOGRAPH-23990",
    },
    Character {
        age: "3.1",
        codepoint: 0x23991,
        name: "CJK UNIFIED IDEOGRAPH-23991",
    },
    Character {
        age: "3.1",
        codepoint: 0x23992,
        name: "CJK UNIFIED IDEOGRAPH-23992",
    },
    Character {
        age: "3.1",
        codepoint: 0x23993,
        name: "CJK UNIFIED IDEOGRAPH-23993",
    },
    Character {
        age: "3.1",
        codepoint: 0x23994,
        name: "CJK UNIFIED IDEOGRAPH-23994",
    },
    Character {
        age: "3.1",
        codepoint: 0x23995,
        name: "CJK UNIFIED IDEOGRAPH-23995",
    },
    Character {
        age: "3.1",
        codepoint: 0x23996,
        name: "CJK UNIFIED IDEOGRAPH-23996",
    },
    Character {
        age: "3.1",
        codepoint: 0x23997,
        name: "CJK UNIFIED IDEOGRAPH-23997",
    },
    Character {
        age: "3.1",
        codepoint: 0x23998,
        name: "CJK UNIFIED IDEOGRAPH-23998",
    },
    Character {
        age: "3.1",
        codepoint: 0x23999,
        name: "CJK UNIFIED IDEOGRAPH-23999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2399A,
        name: "CJK UNIFIED IDEOGRAPH-2399A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2399B,
        name: "CJK UNIFIED IDEOGRAPH-2399B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2399C,
        name: "CJK UNIFIED IDEOGRAPH-2399C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2399D,
        name: "CJK UNIFIED IDEOGRAPH-2399D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2399E,
        name: "CJK UNIFIED IDEOGRAPH-2399E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2399F,
        name: "CJK UNIFIED IDEOGRAPH-2399F",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A0,
        name: "CJK UNIFIED IDEOGRAPH-239A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A1,
        name: "CJK UNIFIED IDEOGRAPH-239A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A2,
        name: "CJK UNIFIED IDEOGRAPH-239A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A3,
        name: "CJK UNIFIED IDEOGRAPH-239A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A4,
        name: "CJK UNIFIED IDEOGRAPH-239A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A5,
        name: "CJK UNIFIED IDEOGRAPH-239A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A6,
        name: "CJK UNIFIED IDEOGRAPH-239A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A7,
        name: "CJK UNIFIED IDEOGRAPH-239A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A8,
        name: "CJK UNIFIED IDEOGRAPH-239A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x239A9,
        name: "CJK UNIFIED IDEOGRAPH-239A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x239AA,
        name: "CJK UNIFIED IDEOGRAPH-239AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x239AB,
        name: "CJK UNIFIED IDEOGRAPH-239AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x239AC,
        name: "CJK UNIFIED IDEOGRAPH-239AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x239AD,
        name: "CJK UNIFIED IDEOGRAPH-239AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x239AE,
        name: "CJK UNIFIED IDEOGRAPH-239AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x239AF,
        name: "CJK UNIFIED IDEOGRAPH-239AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B0,
        name: "CJK UNIFIED IDEOGRAPH-239B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B1,
        name: "CJK UNIFIED IDEOGRAPH-239B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B2,
        name: "CJK UNIFIED IDEOGRAPH-239B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B3,
        name: "CJK UNIFIED IDEOGRAPH-239B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B4,
        name: "CJK UNIFIED IDEOGRAPH-239B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B5,
        name: "CJK UNIFIED IDEOGRAPH-239B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B6,
        name: "CJK UNIFIED IDEOGRAPH-239B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B7,
        name: "CJK UNIFIED IDEOGRAPH-239B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B8,
        name: "CJK UNIFIED IDEOGRAPH-239B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x239B9,
        name: "CJK UNIFIED IDEOGRAPH-239B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x239BA,
        name: "CJK UNIFIED IDEOGRAPH-239BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x239BB,
        name: "CJK UNIFIED IDEOGRAPH-239BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x239BC,
        name: "CJK UNIFIED IDEOGRAPH-239BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x239BD,
        name: "CJK UNIFIED IDEOGRAPH-239BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x239BE,
        name: "CJK UNIFIED IDEOGRAPH-239BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x239BF,
        name: "CJK UNIFIED IDEOGRAPH-239BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C0,
        name: "CJK UNIFIED IDEOGRAPH-239C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C1,
        name: "CJK UNIFIED IDEOGRAPH-239C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C2,
        name: "CJK UNIFIED IDEOGRAPH-239C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C3,
        name: "CJK UNIFIED IDEOGRAPH-239C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C4,
        name: "CJK UNIFIED IDEOGRAPH-239C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C5,
        name: "CJK UNIFIED IDEOGRAPH-239C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C6,
        name: "CJK UNIFIED IDEOGRAPH-239C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C7,
        name: "CJK UNIFIED IDEOGRAPH-239C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C8,
        name: "CJK UNIFIED IDEOGRAPH-239C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x239C9,
        name: "CJK UNIFIED IDEOGRAPH-239C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x239CA,
        name: "CJK UNIFIED IDEOGRAPH-239CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x239CB,
        name: "CJK UNIFIED IDEOGRAPH-239CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x239CC,
        name: "CJK UNIFIED IDEOGRAPH-239CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x239CD,
        name: "CJK UNIFIED IDEOGRAPH-239CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x239CE,
        name: "CJK UNIFIED IDEOGRAPH-239CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x239CF,
        name: "CJK UNIFIED IDEOGRAPH-239CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D0,
        name: "CJK UNIFIED IDEOGRAPH-239D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D1,
        name: "CJK UNIFIED IDEOGRAPH-239D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D2,
        name: "CJK UNIFIED IDEOGRAPH-239D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D3,
        name: "CJK UNIFIED IDEOGRAPH-239D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D4,
        name: "CJK UNIFIED IDEOGRAPH-239D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D5,
        name: "CJK UNIFIED IDEOGRAPH-239D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D6,
        name: "CJK UNIFIED IDEOGRAPH-239D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D7,
        name: "CJK UNIFIED IDEOGRAPH-239D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D8,
        name: "CJK UNIFIED IDEOGRAPH-239D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x239D9,
        name: "CJK UNIFIED IDEOGRAPH-239D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x239DA,
        name: "CJK UNIFIED IDEOGRAPH-239DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x239DB,
        name: "CJK UNIFIED IDEOGRAPH-239DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x239DC,
        name: "CJK UNIFIED IDEOGRAPH-239DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x239DD,
        name: "CJK UNIFIED IDEOGRAPH-239DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x239DE,
        name: "CJK UNIFIED IDEOGRAPH-239DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x239DF,
        name: "CJK UNIFIED IDEOGRAPH-239DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E0,
        name: "CJK UNIFIED IDEOGRAPH-239E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E1,
        name: "CJK UNIFIED IDEOGRAPH-239E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E2,
        name: "CJK UNIFIED IDEOGRAPH-239E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E3,
        name: "CJK UNIFIED IDEOGRAPH-239E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E4,
        name: "CJK UNIFIED IDEOGRAPH-239E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E5,
        name: "CJK UNIFIED IDEOGRAPH-239E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E6,
        name: "CJK UNIFIED IDEOGRAPH-239E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E7,
        name: "CJK UNIFIED IDEOGRAPH-239E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E8,
        name: "CJK UNIFIED IDEOGRAPH-239E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x239E9,
        name: "CJK UNIFIED IDEOGRAPH-239E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x239EA,
        name: "CJK UNIFIED IDEOGRAPH-239EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x239EB,
        name: "CJK UNIFIED IDEOGRAPH-239EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x239EC,
        name: "CJK UNIFIED IDEOGRAPH-239EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x239ED,
        name: "CJK UNIFIED IDEOGRAPH-239ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x239EE,
        name: "CJK UNIFIED IDEOGRAPH-239EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x239EF,
        name: "CJK UNIFIED IDEOGRAPH-239EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F0,
        name: "CJK UNIFIED IDEOGRAPH-239F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F1,
        name: "CJK UNIFIED IDEOGRAPH-239F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F2,
        name: "CJK UNIFIED IDEOGRAPH-239F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F3,
        name: "CJK UNIFIED IDEOGRAPH-239F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F4,
        name: "CJK UNIFIED IDEOGRAPH-239F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F5,
        name: "CJK UNIFIED IDEOGRAPH-239F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F6,
        name: "CJK UNIFIED IDEOGRAPH-239F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F7,
        name: "CJK UNIFIED IDEOGRAPH-239F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F8,
        name: "CJK UNIFIED IDEOGRAPH-239F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x239F9,
        name: "CJK UNIFIED IDEOGRAPH-239F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x239FA,
        name: "CJK UNIFIED IDEOGRAPH-239FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x239FB,
        name: "CJK UNIFIED IDEOGRAPH-239FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x239FC,
        name: "CJK UNIFIED IDEOGRAPH-239FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x239FD,
        name: "CJK UNIFIED IDEOGRAPH-239FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x239FE,
        name: "CJK UNIFIED IDEOGRAPH-239FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x239FF,
        name: "CJK UNIFIED IDEOGRAPH-239FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A00,
        name: "CJK UNIFIED IDEOGRAPH-23A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A01,
        name: "CJK UNIFIED IDEOGRAPH-23A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A02,
        name: "CJK UNIFIED IDEOGRAPH-23A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A03,
        name: "CJK UNIFIED IDEOGRAPH-23A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A04,
        name: "CJK UNIFIED IDEOGRAPH-23A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A05,
        name: "CJK UNIFIED IDEOGRAPH-23A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A06,
        name: "CJK UNIFIED IDEOGRAPH-23A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A07,
        name: "CJK UNIFIED IDEOGRAPH-23A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A08,
        name: "CJK UNIFIED IDEOGRAPH-23A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A09,
        name: "CJK UNIFIED IDEOGRAPH-23A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A0A,
        name: "CJK UNIFIED IDEOGRAPH-23A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A0B,
        name: "CJK UNIFIED IDEOGRAPH-23A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A0C,
        name: "CJK UNIFIED IDEOGRAPH-23A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A0D,
        name: "CJK UNIFIED IDEOGRAPH-23A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A0E,
        name: "CJK UNIFIED IDEOGRAPH-23A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A0F,
        name: "CJK UNIFIED IDEOGRAPH-23A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A10,
        name: "CJK UNIFIED IDEOGRAPH-23A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A11,
        name: "CJK UNIFIED IDEOGRAPH-23A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A12,
        name: "CJK UNIFIED IDEOGRAPH-23A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A13,
        name: "CJK UNIFIED IDEOGRAPH-23A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A14,
        name: "CJK UNIFIED IDEOGRAPH-23A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A15,
        name: "CJK UNIFIED IDEOGRAPH-23A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A16,
        name: "CJK UNIFIED IDEOGRAPH-23A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A17,
        name: "CJK UNIFIED IDEOGRAPH-23A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A18,
        name: "CJK UNIFIED IDEOGRAPH-23A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A19,
        name: "CJK UNIFIED IDEOGRAPH-23A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A1A,
        name: "CJK UNIFIED IDEOGRAPH-23A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A1B,
        name: "CJK UNIFIED IDEOGRAPH-23A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A1C,
        name: "CJK UNIFIED IDEOGRAPH-23A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A1D,
        name: "CJK UNIFIED IDEOGRAPH-23A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A1E,
        name: "CJK UNIFIED IDEOGRAPH-23A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A1F,
        name: "CJK UNIFIED IDEOGRAPH-23A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A20,
        name: "CJK UNIFIED IDEOGRAPH-23A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A21,
        name: "CJK UNIFIED IDEOGRAPH-23A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A22,
        name: "CJK UNIFIED IDEOGRAPH-23A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A23,
        name: "CJK UNIFIED IDEOGRAPH-23A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A24,
        name: "CJK UNIFIED IDEOGRAPH-23A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A25,
        name: "CJK UNIFIED IDEOGRAPH-23A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A26,
        name: "CJK UNIFIED IDEOGRAPH-23A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A27,
        name: "CJK UNIFIED IDEOGRAPH-23A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A28,
        name: "CJK UNIFIED IDEOGRAPH-23A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A29,
        name: "CJK UNIFIED IDEOGRAPH-23A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A2A,
        name: "CJK UNIFIED IDEOGRAPH-23A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A2B,
        name: "CJK UNIFIED IDEOGRAPH-23A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A2C,
        name: "CJK UNIFIED IDEOGRAPH-23A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A2D,
        name: "CJK UNIFIED IDEOGRAPH-23A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A2E,
        name: "CJK UNIFIED IDEOGRAPH-23A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A2F,
        name: "CJK UNIFIED IDEOGRAPH-23A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A30,
        name: "CJK UNIFIED IDEOGRAPH-23A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A31,
        name: "CJK UNIFIED IDEOGRAPH-23A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A32,
        name: "CJK UNIFIED IDEOGRAPH-23A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A33,
        name: "CJK UNIFIED IDEOGRAPH-23A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A34,
        name: "CJK UNIFIED IDEOGRAPH-23A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A35,
        name: "CJK UNIFIED IDEOGRAPH-23A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A36,
        name: "CJK UNIFIED IDEOGRAPH-23A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A37,
        name: "CJK UNIFIED IDEOGRAPH-23A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A38,
        name: "CJK UNIFIED IDEOGRAPH-23A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A39,
        name: "CJK UNIFIED IDEOGRAPH-23A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A3A,
        name: "CJK UNIFIED IDEOGRAPH-23A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A3B,
        name: "CJK UNIFIED IDEOGRAPH-23A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A3C,
        name: "CJK UNIFIED IDEOGRAPH-23A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A3D,
        name: "CJK UNIFIED IDEOGRAPH-23A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A3E,
        name: "CJK UNIFIED IDEOGRAPH-23A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A3F,
        name: "CJK UNIFIED IDEOGRAPH-23A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A40,
        name: "CJK UNIFIED IDEOGRAPH-23A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A41,
        name: "CJK UNIFIED IDEOGRAPH-23A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A42,
        name: "CJK UNIFIED IDEOGRAPH-23A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A43,
        name: "CJK UNIFIED IDEOGRAPH-23A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A44,
        name: "CJK UNIFIED IDEOGRAPH-23A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A45,
        name: "CJK UNIFIED IDEOGRAPH-23A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A46,
        name: "CJK UNIFIED IDEOGRAPH-23A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A47,
        name: "CJK UNIFIED IDEOGRAPH-23A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A48,
        name: "CJK UNIFIED IDEOGRAPH-23A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A49,
        name: "CJK UNIFIED IDEOGRAPH-23A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A4A,
        name: "CJK UNIFIED IDEOGRAPH-23A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A4B,
        name: "CJK UNIFIED IDEOGRAPH-23A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A4C,
        name: "CJK UNIFIED IDEOGRAPH-23A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A4D,
        name: "CJK UNIFIED IDEOGRAPH-23A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A4E,
        name: "CJK UNIFIED IDEOGRAPH-23A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A4F,
        name: "CJK UNIFIED IDEOGRAPH-23A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A50,
        name: "CJK UNIFIED IDEOGRAPH-23A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A51,
        name: "CJK UNIFIED IDEOGRAPH-23A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A52,
        name: "CJK UNIFIED IDEOGRAPH-23A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A53,
        name: "CJK UNIFIED IDEOGRAPH-23A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A54,
        name: "CJK UNIFIED IDEOGRAPH-23A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A55,
        name: "CJK UNIFIED IDEOGRAPH-23A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A56,
        name: "CJK UNIFIED IDEOGRAPH-23A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A57,
        name: "CJK UNIFIED IDEOGRAPH-23A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A58,
        name: "CJK UNIFIED IDEOGRAPH-23A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A59,
        name: "CJK UNIFIED IDEOGRAPH-23A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A5A,
        name: "CJK UNIFIED IDEOGRAPH-23A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A5B,
        name: "CJK UNIFIED IDEOGRAPH-23A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A5C,
        name: "CJK UNIFIED IDEOGRAPH-23A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A5D,
        name: "CJK UNIFIED IDEOGRAPH-23A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A5E,
        name: "CJK UNIFIED IDEOGRAPH-23A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A5F,
        name: "CJK UNIFIED IDEOGRAPH-23A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A60,
        name: "CJK UNIFIED IDEOGRAPH-23A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A61,
        name: "CJK UNIFIED IDEOGRAPH-23A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A62,
        name: "CJK UNIFIED IDEOGRAPH-23A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A63,
        name: "CJK UNIFIED IDEOGRAPH-23A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A64,
        name: "CJK UNIFIED IDEOGRAPH-23A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A65,
        name: "CJK UNIFIED IDEOGRAPH-23A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A66,
        name: "CJK UNIFIED IDEOGRAPH-23A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A67,
        name: "CJK UNIFIED IDEOGRAPH-23A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A68,
        name: "CJK UNIFIED IDEOGRAPH-23A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A69,
        name: "CJK UNIFIED IDEOGRAPH-23A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A6A,
        name: "CJK UNIFIED IDEOGRAPH-23A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A6B,
        name: "CJK UNIFIED IDEOGRAPH-23A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A6C,
        name: "CJK UNIFIED IDEOGRAPH-23A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A6D,
        name: "CJK UNIFIED IDEOGRAPH-23A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A6E,
        name: "CJK UNIFIED IDEOGRAPH-23A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A6F,
        name: "CJK UNIFIED IDEOGRAPH-23A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A70,
        name: "CJK UNIFIED IDEOGRAPH-23A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A71,
        name: "CJK UNIFIED IDEOGRAPH-23A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A72,
        name: "CJK UNIFIED IDEOGRAPH-23A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A73,
        name: "CJK UNIFIED IDEOGRAPH-23A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A74,
        name: "CJK UNIFIED IDEOGRAPH-23A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A75,
        name: "CJK UNIFIED IDEOGRAPH-23A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A76,
        name: "CJK UNIFIED IDEOGRAPH-23A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A77,
        name: "CJK UNIFIED IDEOGRAPH-23A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A78,
        name: "CJK UNIFIED IDEOGRAPH-23A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A79,
        name: "CJK UNIFIED IDEOGRAPH-23A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A7A,
        name: "CJK UNIFIED IDEOGRAPH-23A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A7B,
        name: "CJK UNIFIED IDEOGRAPH-23A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A7C,
        name: "CJK UNIFIED IDEOGRAPH-23A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A7D,
        name: "CJK UNIFIED IDEOGRAPH-23A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A7E,
        name: "CJK UNIFIED IDEOGRAPH-23A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A7F,
        name: "CJK UNIFIED IDEOGRAPH-23A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A80,
        name: "CJK UNIFIED IDEOGRAPH-23A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A81,
        name: "CJK UNIFIED IDEOGRAPH-23A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A82,
        name: "CJK UNIFIED IDEOGRAPH-23A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A83,
        name: "CJK UNIFIED IDEOGRAPH-23A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A84,
        name: "CJK UNIFIED IDEOGRAPH-23A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A85,
        name: "CJK UNIFIED IDEOGRAPH-23A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A86,
        name: "CJK UNIFIED IDEOGRAPH-23A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A87,
        name: "CJK UNIFIED IDEOGRAPH-23A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A88,
        name: "CJK UNIFIED IDEOGRAPH-23A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A89,
        name: "CJK UNIFIED IDEOGRAPH-23A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A8A,
        name: "CJK UNIFIED IDEOGRAPH-23A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A8B,
        name: "CJK UNIFIED IDEOGRAPH-23A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A8C,
        name: "CJK UNIFIED IDEOGRAPH-23A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A8D,
        name: "CJK UNIFIED IDEOGRAPH-23A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A8E,
        name: "CJK UNIFIED IDEOGRAPH-23A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A8F,
        name: "CJK UNIFIED IDEOGRAPH-23A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A90,
        name: "CJK UNIFIED IDEOGRAPH-23A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A91,
        name: "CJK UNIFIED IDEOGRAPH-23A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A92,
        name: "CJK UNIFIED IDEOGRAPH-23A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A93,
        name: "CJK UNIFIED IDEOGRAPH-23A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A94,
        name: "CJK UNIFIED IDEOGRAPH-23A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A95,
        name: "CJK UNIFIED IDEOGRAPH-23A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A96,
        name: "CJK UNIFIED IDEOGRAPH-23A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A97,
        name: "CJK UNIFIED IDEOGRAPH-23A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A98,
        name: "CJK UNIFIED IDEOGRAPH-23A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A99,
        name: "CJK UNIFIED IDEOGRAPH-23A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A9A,
        name: "CJK UNIFIED IDEOGRAPH-23A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A9B,
        name: "CJK UNIFIED IDEOGRAPH-23A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A9C,
        name: "CJK UNIFIED IDEOGRAPH-23A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A9D,
        name: "CJK UNIFIED IDEOGRAPH-23A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A9E,
        name: "CJK UNIFIED IDEOGRAPH-23A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23A9F,
        name: "CJK UNIFIED IDEOGRAPH-23A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA0,
        name: "CJK UNIFIED IDEOGRAPH-23AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA1,
        name: "CJK UNIFIED IDEOGRAPH-23AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA2,
        name: "CJK UNIFIED IDEOGRAPH-23AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA3,
        name: "CJK UNIFIED IDEOGRAPH-23AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA4,
        name: "CJK UNIFIED IDEOGRAPH-23AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA5,
        name: "CJK UNIFIED IDEOGRAPH-23AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA6,
        name: "CJK UNIFIED IDEOGRAPH-23AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA7,
        name: "CJK UNIFIED IDEOGRAPH-23AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA8,
        name: "CJK UNIFIED IDEOGRAPH-23AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AA9,
        name: "CJK UNIFIED IDEOGRAPH-23AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AAA,
        name: "CJK UNIFIED IDEOGRAPH-23AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AAB,
        name: "CJK UNIFIED IDEOGRAPH-23AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AAC,
        name: "CJK UNIFIED IDEOGRAPH-23AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AAD,
        name: "CJK UNIFIED IDEOGRAPH-23AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AAE,
        name: "CJK UNIFIED IDEOGRAPH-23AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AAF,
        name: "CJK UNIFIED IDEOGRAPH-23AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB0,
        name: "CJK UNIFIED IDEOGRAPH-23AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB1,
        name: "CJK UNIFIED IDEOGRAPH-23AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB2,
        name: "CJK UNIFIED IDEOGRAPH-23AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB3,
        name: "CJK UNIFIED IDEOGRAPH-23AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB4,
        name: "CJK UNIFIED IDEOGRAPH-23AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB5,
        name: "CJK UNIFIED IDEOGRAPH-23AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB6,
        name: "CJK UNIFIED IDEOGRAPH-23AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB7,
        name: "CJK UNIFIED IDEOGRAPH-23AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB8,
        name: "CJK UNIFIED IDEOGRAPH-23AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AB9,
        name: "CJK UNIFIED IDEOGRAPH-23AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ABA,
        name: "CJK UNIFIED IDEOGRAPH-23ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ABB,
        name: "CJK UNIFIED IDEOGRAPH-23ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ABC,
        name: "CJK UNIFIED IDEOGRAPH-23ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ABD,
        name: "CJK UNIFIED IDEOGRAPH-23ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ABE,
        name: "CJK UNIFIED IDEOGRAPH-23ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ABF,
        name: "CJK UNIFIED IDEOGRAPH-23ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC0,
        name: "CJK UNIFIED IDEOGRAPH-23AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC1,
        name: "CJK UNIFIED IDEOGRAPH-23AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC2,
        name: "CJK UNIFIED IDEOGRAPH-23AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC3,
        name: "CJK UNIFIED IDEOGRAPH-23AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC4,
        name: "CJK UNIFIED IDEOGRAPH-23AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC5,
        name: "CJK UNIFIED IDEOGRAPH-23AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC6,
        name: "CJK UNIFIED IDEOGRAPH-23AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC7,
        name: "CJK UNIFIED IDEOGRAPH-23AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC8,
        name: "CJK UNIFIED IDEOGRAPH-23AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AC9,
        name: "CJK UNIFIED IDEOGRAPH-23AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ACA,
        name: "CJK UNIFIED IDEOGRAPH-23ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ACB,
        name: "CJK UNIFIED IDEOGRAPH-23ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ACC,
        name: "CJK UNIFIED IDEOGRAPH-23ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ACD,
        name: "CJK UNIFIED IDEOGRAPH-23ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ACE,
        name: "CJK UNIFIED IDEOGRAPH-23ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ACF,
        name: "CJK UNIFIED IDEOGRAPH-23ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD0,
        name: "CJK UNIFIED IDEOGRAPH-23AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD1,
        name: "CJK UNIFIED IDEOGRAPH-23AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD2,
        name: "CJK UNIFIED IDEOGRAPH-23AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD3,
        name: "CJK UNIFIED IDEOGRAPH-23AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD4,
        name: "CJK UNIFIED IDEOGRAPH-23AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD5,
        name: "CJK UNIFIED IDEOGRAPH-23AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD6,
        name: "CJK UNIFIED IDEOGRAPH-23AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD7,
        name: "CJK UNIFIED IDEOGRAPH-23AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD8,
        name: "CJK UNIFIED IDEOGRAPH-23AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AD9,
        name: "CJK UNIFIED IDEOGRAPH-23AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ADA,
        name: "CJK UNIFIED IDEOGRAPH-23ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ADB,
        name: "CJK UNIFIED IDEOGRAPH-23ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ADC,
        name: "CJK UNIFIED IDEOGRAPH-23ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ADD,
        name: "CJK UNIFIED IDEOGRAPH-23ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ADE,
        name: "CJK UNIFIED IDEOGRAPH-23ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ADF,
        name: "CJK UNIFIED IDEOGRAPH-23ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE0,
        name: "CJK UNIFIED IDEOGRAPH-23AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE1,
        name: "CJK UNIFIED IDEOGRAPH-23AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE2,
        name: "CJK UNIFIED IDEOGRAPH-23AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE3,
        name: "CJK UNIFIED IDEOGRAPH-23AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE4,
        name: "CJK UNIFIED IDEOGRAPH-23AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE5,
        name: "CJK UNIFIED IDEOGRAPH-23AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE6,
        name: "CJK UNIFIED IDEOGRAPH-23AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE7,
        name: "CJK UNIFIED IDEOGRAPH-23AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE8,
        name: "CJK UNIFIED IDEOGRAPH-23AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AE9,
        name: "CJK UNIFIED IDEOGRAPH-23AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AEA,
        name: "CJK UNIFIED IDEOGRAPH-23AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AEB,
        name: "CJK UNIFIED IDEOGRAPH-23AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AEC,
        name: "CJK UNIFIED IDEOGRAPH-23AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AED,
        name: "CJK UNIFIED IDEOGRAPH-23AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AEE,
        name: "CJK UNIFIED IDEOGRAPH-23AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AEF,
        name: "CJK UNIFIED IDEOGRAPH-23AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF0,
        name: "CJK UNIFIED IDEOGRAPH-23AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF1,
        name: "CJK UNIFIED IDEOGRAPH-23AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF2,
        name: "CJK UNIFIED IDEOGRAPH-23AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF3,
        name: "CJK UNIFIED IDEOGRAPH-23AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF4,
        name: "CJK UNIFIED IDEOGRAPH-23AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF5,
        name: "CJK UNIFIED IDEOGRAPH-23AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF6,
        name: "CJK UNIFIED IDEOGRAPH-23AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF7,
        name: "CJK UNIFIED IDEOGRAPH-23AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF8,
        name: "CJK UNIFIED IDEOGRAPH-23AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AF9,
        name: "CJK UNIFIED IDEOGRAPH-23AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AFA,
        name: "CJK UNIFIED IDEOGRAPH-23AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AFB,
        name: "CJK UNIFIED IDEOGRAPH-23AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AFC,
        name: "CJK UNIFIED IDEOGRAPH-23AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AFD,
        name: "CJK UNIFIED IDEOGRAPH-23AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AFE,
        name: "CJK UNIFIED IDEOGRAPH-23AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23AFF,
        name: "CJK UNIFIED IDEOGRAPH-23AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B00,
        name: "CJK UNIFIED IDEOGRAPH-23B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B01,
        name: "CJK UNIFIED IDEOGRAPH-23B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B02,
        name: "CJK UNIFIED IDEOGRAPH-23B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B03,
        name: "CJK UNIFIED IDEOGRAPH-23B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B04,
        name: "CJK UNIFIED IDEOGRAPH-23B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B05,
        name: "CJK UNIFIED IDEOGRAPH-23B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B06,
        name: "CJK UNIFIED IDEOGRAPH-23B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B07,
        name: "CJK UNIFIED IDEOGRAPH-23B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B08,
        name: "CJK UNIFIED IDEOGRAPH-23B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B09,
        name: "CJK UNIFIED IDEOGRAPH-23B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B0A,
        name: "CJK UNIFIED IDEOGRAPH-23B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B0B,
        name: "CJK UNIFIED IDEOGRAPH-23B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B0C,
        name: "CJK UNIFIED IDEOGRAPH-23B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B0D,
        name: "CJK UNIFIED IDEOGRAPH-23B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B0E,
        name: "CJK UNIFIED IDEOGRAPH-23B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B0F,
        name: "CJK UNIFIED IDEOGRAPH-23B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B10,
        name: "CJK UNIFIED IDEOGRAPH-23B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B11,
        name: "CJK UNIFIED IDEOGRAPH-23B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B12,
        name: "CJK UNIFIED IDEOGRAPH-23B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B13,
        name: "CJK UNIFIED IDEOGRAPH-23B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B14,
        name: "CJK UNIFIED IDEOGRAPH-23B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B15,
        name: "CJK UNIFIED IDEOGRAPH-23B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B16,
        name: "CJK UNIFIED IDEOGRAPH-23B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B17,
        name: "CJK UNIFIED IDEOGRAPH-23B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B18,
        name: "CJK UNIFIED IDEOGRAPH-23B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B19,
        name: "CJK UNIFIED IDEOGRAPH-23B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B1A,
        name: "CJK UNIFIED IDEOGRAPH-23B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B1B,
        name: "CJK UNIFIED IDEOGRAPH-23B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B1C,
        name: "CJK UNIFIED IDEOGRAPH-23B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B1D,
        name: "CJK UNIFIED IDEOGRAPH-23B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B1E,
        name: "CJK UNIFIED IDEOGRAPH-23B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B1F,
        name: "CJK UNIFIED IDEOGRAPH-23B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B20,
        name: "CJK UNIFIED IDEOGRAPH-23B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B21,
        name: "CJK UNIFIED IDEOGRAPH-23B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B22,
        name: "CJK UNIFIED IDEOGRAPH-23B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B23,
        name: "CJK UNIFIED IDEOGRAPH-23B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B24,
        name: "CJK UNIFIED IDEOGRAPH-23B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B25,
        name: "CJK UNIFIED IDEOGRAPH-23B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B26,
        name: "CJK UNIFIED IDEOGRAPH-23B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B27,
        name: "CJK UNIFIED IDEOGRAPH-23B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B28,
        name: "CJK UNIFIED IDEOGRAPH-23B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B29,
        name: "CJK UNIFIED IDEOGRAPH-23B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B2A,
        name: "CJK UNIFIED IDEOGRAPH-23B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B2B,
        name: "CJK UNIFIED IDEOGRAPH-23B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B2C,
        name: "CJK UNIFIED IDEOGRAPH-23B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B2D,
        name: "CJK UNIFIED IDEOGRAPH-23B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B2E,
        name: "CJK UNIFIED IDEOGRAPH-23B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B2F,
        name: "CJK UNIFIED IDEOGRAPH-23B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B30,
        name: "CJK UNIFIED IDEOGRAPH-23B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B31,
        name: "CJK UNIFIED IDEOGRAPH-23B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B32,
        name: "CJK UNIFIED IDEOGRAPH-23B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B33,
        name: "CJK UNIFIED IDEOGRAPH-23B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B34,
        name: "CJK UNIFIED IDEOGRAPH-23B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B35,
        name: "CJK UNIFIED IDEOGRAPH-23B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B36,
        name: "CJK UNIFIED IDEOGRAPH-23B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B37,
        name: "CJK UNIFIED IDEOGRAPH-23B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B38,
        name: "CJK UNIFIED IDEOGRAPH-23B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B39,
        name: "CJK UNIFIED IDEOGRAPH-23B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B3A,
        name: "CJK UNIFIED IDEOGRAPH-23B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B3B,
        name: "CJK UNIFIED IDEOGRAPH-23B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B3C,
        name: "CJK UNIFIED IDEOGRAPH-23B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B3D,
        name: "CJK UNIFIED IDEOGRAPH-23B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B3E,
        name: "CJK UNIFIED IDEOGRAPH-23B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B3F,
        name: "CJK UNIFIED IDEOGRAPH-23B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B40,
        name: "CJK UNIFIED IDEOGRAPH-23B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B41,
        name: "CJK UNIFIED IDEOGRAPH-23B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B42,
        name: "CJK UNIFIED IDEOGRAPH-23B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B43,
        name: "CJK UNIFIED IDEOGRAPH-23B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B44,
        name: "CJK UNIFIED IDEOGRAPH-23B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B45,
        name: "CJK UNIFIED IDEOGRAPH-23B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B46,
        name: "CJK UNIFIED IDEOGRAPH-23B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B47,
        name: "CJK UNIFIED IDEOGRAPH-23B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B48,
        name: "CJK UNIFIED IDEOGRAPH-23B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B49,
        name: "CJK UNIFIED IDEOGRAPH-23B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B4A,
        name: "CJK UNIFIED IDEOGRAPH-23B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B4B,
        name: "CJK UNIFIED IDEOGRAPH-23B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B4C,
        name: "CJK UNIFIED IDEOGRAPH-23B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B4D,
        name: "CJK UNIFIED IDEOGRAPH-23B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B4E,
        name: "CJK UNIFIED IDEOGRAPH-23B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B4F,
        name: "CJK UNIFIED IDEOGRAPH-23B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B50,
        name: "CJK UNIFIED IDEOGRAPH-23B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B51,
        name: "CJK UNIFIED IDEOGRAPH-23B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B52,
        name: "CJK UNIFIED IDEOGRAPH-23B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B53,
        name: "CJK UNIFIED IDEOGRAPH-23B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B54,
        name: "CJK UNIFIED IDEOGRAPH-23B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B55,
        name: "CJK UNIFIED IDEOGRAPH-23B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B56,
        name: "CJK UNIFIED IDEOGRAPH-23B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B57,
        name: "CJK UNIFIED IDEOGRAPH-23B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B58,
        name: "CJK UNIFIED IDEOGRAPH-23B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B59,
        name: "CJK UNIFIED IDEOGRAPH-23B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B5A,
        name: "CJK UNIFIED IDEOGRAPH-23B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B5B,
        name: "CJK UNIFIED IDEOGRAPH-23B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B5C,
        name: "CJK UNIFIED IDEOGRAPH-23B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B5D,
        name: "CJK UNIFIED IDEOGRAPH-23B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B5E,
        name: "CJK UNIFIED IDEOGRAPH-23B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B5F,
        name: "CJK UNIFIED IDEOGRAPH-23B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B60,
        name: "CJK UNIFIED IDEOGRAPH-23B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B61,
        name: "CJK UNIFIED IDEOGRAPH-23B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B62,
        name: "CJK UNIFIED IDEOGRAPH-23B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B63,
        name: "CJK UNIFIED IDEOGRAPH-23B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B64,
        name: "CJK UNIFIED IDEOGRAPH-23B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B65,
        name: "CJK UNIFIED IDEOGRAPH-23B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B66,
        name: "CJK UNIFIED IDEOGRAPH-23B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B67,
        name: "CJK UNIFIED IDEOGRAPH-23B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B68,
        name: "CJK UNIFIED IDEOGRAPH-23B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B69,
        name: "CJK UNIFIED IDEOGRAPH-23B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B6A,
        name: "CJK UNIFIED IDEOGRAPH-23B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B6B,
        name: "CJK UNIFIED IDEOGRAPH-23B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B6C,
        name: "CJK UNIFIED IDEOGRAPH-23B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B6D,
        name: "CJK UNIFIED IDEOGRAPH-23B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B6E,
        name: "CJK UNIFIED IDEOGRAPH-23B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B6F,
        name: "CJK UNIFIED IDEOGRAPH-23B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B70,
        name: "CJK UNIFIED IDEOGRAPH-23B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B71,
        name: "CJK UNIFIED IDEOGRAPH-23B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B72,
        name: "CJK UNIFIED IDEOGRAPH-23B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B73,
        name: "CJK UNIFIED IDEOGRAPH-23B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B74,
        name: "CJK UNIFIED IDEOGRAPH-23B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B75,
        name: "CJK UNIFIED IDEOGRAPH-23B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B76,
        name: "CJK UNIFIED IDEOGRAPH-23B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B77,
        name: "CJK UNIFIED IDEOGRAPH-23B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B78,
        name: "CJK UNIFIED IDEOGRAPH-23B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B79,
        name: "CJK UNIFIED IDEOGRAPH-23B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B7A,
        name: "CJK UNIFIED IDEOGRAPH-23B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B7B,
        name: "CJK UNIFIED IDEOGRAPH-23B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B7C,
        name: "CJK UNIFIED IDEOGRAPH-23B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B7D,
        name: "CJK UNIFIED IDEOGRAPH-23B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B7E,
        name: "CJK UNIFIED IDEOGRAPH-23B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B7F,
        name: "CJK UNIFIED IDEOGRAPH-23B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B80,
        name: "CJK UNIFIED IDEOGRAPH-23B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B81,
        name: "CJK UNIFIED IDEOGRAPH-23B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B82,
        name: "CJK UNIFIED IDEOGRAPH-23B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B83,
        name: "CJK UNIFIED IDEOGRAPH-23B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B84,
        name: "CJK UNIFIED IDEOGRAPH-23B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B85,
        name: "CJK UNIFIED IDEOGRAPH-23B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B86,
        name: "CJK UNIFIED IDEOGRAPH-23B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B87,
        name: "CJK UNIFIED IDEOGRAPH-23B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B88,
        name: "CJK UNIFIED IDEOGRAPH-23B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B89,
        name: "CJK UNIFIED IDEOGRAPH-23B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B8A,
        name: "CJK UNIFIED IDEOGRAPH-23B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B8B,
        name: "CJK UNIFIED IDEOGRAPH-23B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B8C,
        name: "CJK UNIFIED IDEOGRAPH-23B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B8D,
        name: "CJK UNIFIED IDEOGRAPH-23B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B8E,
        name: "CJK UNIFIED IDEOGRAPH-23B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B8F,
        name: "CJK UNIFIED IDEOGRAPH-23B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B90,
        name: "CJK UNIFIED IDEOGRAPH-23B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B91,
        name: "CJK UNIFIED IDEOGRAPH-23B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B92,
        name: "CJK UNIFIED IDEOGRAPH-23B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B93,
        name: "CJK UNIFIED IDEOGRAPH-23B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B94,
        name: "CJK UNIFIED IDEOGRAPH-23B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B95,
        name: "CJK UNIFIED IDEOGRAPH-23B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B96,
        name: "CJK UNIFIED IDEOGRAPH-23B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B97,
        name: "CJK UNIFIED IDEOGRAPH-23B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B98,
        name: "CJK UNIFIED IDEOGRAPH-23B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B99,
        name: "CJK UNIFIED IDEOGRAPH-23B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B9A,
        name: "CJK UNIFIED IDEOGRAPH-23B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B9B,
        name: "CJK UNIFIED IDEOGRAPH-23B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B9C,
        name: "CJK UNIFIED IDEOGRAPH-23B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B9D,
        name: "CJK UNIFIED IDEOGRAPH-23B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B9E,
        name: "CJK UNIFIED IDEOGRAPH-23B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23B9F,
        name: "CJK UNIFIED IDEOGRAPH-23B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA0,
        name: "CJK UNIFIED IDEOGRAPH-23BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA1,
        name: "CJK UNIFIED IDEOGRAPH-23BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA2,
        name: "CJK UNIFIED IDEOGRAPH-23BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA3,
        name: "CJK UNIFIED IDEOGRAPH-23BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA4,
        name: "CJK UNIFIED IDEOGRAPH-23BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA5,
        name: "CJK UNIFIED IDEOGRAPH-23BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA6,
        name: "CJK UNIFIED IDEOGRAPH-23BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA7,
        name: "CJK UNIFIED IDEOGRAPH-23BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA8,
        name: "CJK UNIFIED IDEOGRAPH-23BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BA9,
        name: "CJK UNIFIED IDEOGRAPH-23BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BAA,
        name: "CJK UNIFIED IDEOGRAPH-23BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BAB,
        name: "CJK UNIFIED IDEOGRAPH-23BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BAC,
        name: "CJK UNIFIED IDEOGRAPH-23BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BAD,
        name: "CJK UNIFIED IDEOGRAPH-23BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BAE,
        name: "CJK UNIFIED IDEOGRAPH-23BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BAF,
        name: "CJK UNIFIED IDEOGRAPH-23BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB0,
        name: "CJK UNIFIED IDEOGRAPH-23BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB1,
        name: "CJK UNIFIED IDEOGRAPH-23BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB2,
        name: "CJK UNIFIED IDEOGRAPH-23BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB3,
        name: "CJK UNIFIED IDEOGRAPH-23BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB4,
        name: "CJK UNIFIED IDEOGRAPH-23BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB5,
        name: "CJK UNIFIED IDEOGRAPH-23BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB6,
        name: "CJK UNIFIED IDEOGRAPH-23BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB7,
        name: "CJK UNIFIED IDEOGRAPH-23BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB8,
        name: "CJK UNIFIED IDEOGRAPH-23BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BB9,
        name: "CJK UNIFIED IDEOGRAPH-23BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BBA,
        name: "CJK UNIFIED IDEOGRAPH-23BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BBB,
        name: "CJK UNIFIED IDEOGRAPH-23BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BBC,
        name: "CJK UNIFIED IDEOGRAPH-23BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BBD,
        name: "CJK UNIFIED IDEOGRAPH-23BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BBE,
        name: "CJK UNIFIED IDEOGRAPH-23BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BBF,
        name: "CJK UNIFIED IDEOGRAPH-23BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC0,
        name: "CJK UNIFIED IDEOGRAPH-23BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC1,
        name: "CJK UNIFIED IDEOGRAPH-23BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC2,
        name: "CJK UNIFIED IDEOGRAPH-23BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC3,
        name: "CJK UNIFIED IDEOGRAPH-23BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC4,
        name: "CJK UNIFIED IDEOGRAPH-23BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC5,
        name: "CJK UNIFIED IDEOGRAPH-23BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC6,
        name: "CJK UNIFIED IDEOGRAPH-23BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC7,
        name: "CJK UNIFIED IDEOGRAPH-23BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC8,
        name: "CJK UNIFIED IDEOGRAPH-23BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BC9,
        name: "CJK UNIFIED IDEOGRAPH-23BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BCA,
        name: "CJK UNIFIED IDEOGRAPH-23BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BCB,
        name: "CJK UNIFIED IDEOGRAPH-23BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BCC,
        name: "CJK UNIFIED IDEOGRAPH-23BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BCD,
        name: "CJK UNIFIED IDEOGRAPH-23BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BCE,
        name: "CJK UNIFIED IDEOGRAPH-23BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BCF,
        name: "CJK UNIFIED IDEOGRAPH-23BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD0,
        name: "CJK UNIFIED IDEOGRAPH-23BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD1,
        name: "CJK UNIFIED IDEOGRAPH-23BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD2,
        name: "CJK UNIFIED IDEOGRAPH-23BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD3,
        name: "CJK UNIFIED IDEOGRAPH-23BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD4,
        name: "CJK UNIFIED IDEOGRAPH-23BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD5,
        name: "CJK UNIFIED IDEOGRAPH-23BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD6,
        name: "CJK UNIFIED IDEOGRAPH-23BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD7,
        name: "CJK UNIFIED IDEOGRAPH-23BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD8,
        name: "CJK UNIFIED IDEOGRAPH-23BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BD9,
        name: "CJK UNIFIED IDEOGRAPH-23BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BDA,
        name: "CJK UNIFIED IDEOGRAPH-23BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BDB,
        name: "CJK UNIFIED IDEOGRAPH-23BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BDC,
        name: "CJK UNIFIED IDEOGRAPH-23BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BDD,
        name: "CJK UNIFIED IDEOGRAPH-23BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BDE,
        name: "CJK UNIFIED IDEOGRAPH-23BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BDF,
        name: "CJK UNIFIED IDEOGRAPH-23BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE0,
        name: "CJK UNIFIED IDEOGRAPH-23BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE1,
        name: "CJK UNIFIED IDEOGRAPH-23BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE2,
        name: "CJK UNIFIED IDEOGRAPH-23BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE3,
        name: "CJK UNIFIED IDEOGRAPH-23BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE4,
        name: "CJK UNIFIED IDEOGRAPH-23BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE5,
        name: "CJK UNIFIED IDEOGRAPH-23BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE6,
        name: "CJK UNIFIED IDEOGRAPH-23BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE7,
        name: "CJK UNIFIED IDEOGRAPH-23BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE8,
        name: "CJK UNIFIED IDEOGRAPH-23BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BE9,
        name: "CJK UNIFIED IDEOGRAPH-23BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BEA,
        name: "CJK UNIFIED IDEOGRAPH-23BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BEB,
        name: "CJK UNIFIED IDEOGRAPH-23BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BEC,
        name: "CJK UNIFIED IDEOGRAPH-23BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BED,
        name: "CJK UNIFIED IDEOGRAPH-23BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BEE,
        name: "CJK UNIFIED IDEOGRAPH-23BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BEF,
        name: "CJK UNIFIED IDEOGRAPH-23BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF0,
        name: "CJK UNIFIED IDEOGRAPH-23BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF1,
        name: "CJK UNIFIED IDEOGRAPH-23BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF2,
        name: "CJK UNIFIED IDEOGRAPH-23BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF3,
        name: "CJK UNIFIED IDEOGRAPH-23BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF4,
        name: "CJK UNIFIED IDEOGRAPH-23BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF5,
        name: "CJK UNIFIED IDEOGRAPH-23BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF6,
        name: "CJK UNIFIED IDEOGRAPH-23BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF7,
        name: "CJK UNIFIED IDEOGRAPH-23BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF8,
        name: "CJK UNIFIED IDEOGRAPH-23BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BF9,
        name: "CJK UNIFIED IDEOGRAPH-23BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BFA,
        name: "CJK UNIFIED IDEOGRAPH-23BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BFB,
        name: "CJK UNIFIED IDEOGRAPH-23BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BFC,
        name: "CJK UNIFIED IDEOGRAPH-23BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BFD,
        name: "CJK UNIFIED IDEOGRAPH-23BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BFE,
        name: "CJK UNIFIED IDEOGRAPH-23BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23BFF,
        name: "CJK UNIFIED IDEOGRAPH-23BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C00,
        name: "CJK UNIFIED IDEOGRAPH-23C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C01,
        name: "CJK UNIFIED IDEOGRAPH-23C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C02,
        name: "CJK UNIFIED IDEOGRAPH-23C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C03,
        name: "CJK UNIFIED IDEOGRAPH-23C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C04,
        name: "CJK UNIFIED IDEOGRAPH-23C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C05,
        name: "CJK UNIFIED IDEOGRAPH-23C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C06,
        name: "CJK UNIFIED IDEOGRAPH-23C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C07,
        name: "CJK UNIFIED IDEOGRAPH-23C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C08,
        name: "CJK UNIFIED IDEOGRAPH-23C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C09,
        name: "CJK UNIFIED IDEOGRAPH-23C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C0A,
        name: "CJK UNIFIED IDEOGRAPH-23C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C0B,
        name: "CJK UNIFIED IDEOGRAPH-23C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C0C,
        name: "CJK UNIFIED IDEOGRAPH-23C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C0D,
        name: "CJK UNIFIED IDEOGRAPH-23C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C0E,
        name: "CJK UNIFIED IDEOGRAPH-23C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C0F,
        name: "CJK UNIFIED IDEOGRAPH-23C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C10,
        name: "CJK UNIFIED IDEOGRAPH-23C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C11,
        name: "CJK UNIFIED IDEOGRAPH-23C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C12,
        name: "CJK UNIFIED IDEOGRAPH-23C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C13,
        name: "CJK UNIFIED IDEOGRAPH-23C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C14,
        name: "CJK UNIFIED IDEOGRAPH-23C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C15,
        name: "CJK UNIFIED IDEOGRAPH-23C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C16,
        name: "CJK UNIFIED IDEOGRAPH-23C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C17,
        name: "CJK UNIFIED IDEOGRAPH-23C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C18,
        name: "CJK UNIFIED IDEOGRAPH-23C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C19,
        name: "CJK UNIFIED IDEOGRAPH-23C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C1A,
        name: "CJK UNIFIED IDEOGRAPH-23C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C1B,
        name: "CJK UNIFIED IDEOGRAPH-23C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C1C,
        name: "CJK UNIFIED IDEOGRAPH-23C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C1D,
        name: "CJK UNIFIED IDEOGRAPH-23C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C1E,
        name: "CJK UNIFIED IDEOGRAPH-23C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C1F,
        name: "CJK UNIFIED IDEOGRAPH-23C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C20,
        name: "CJK UNIFIED IDEOGRAPH-23C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C21,
        name: "CJK UNIFIED IDEOGRAPH-23C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C22,
        name: "CJK UNIFIED IDEOGRAPH-23C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C23,
        name: "CJK UNIFIED IDEOGRAPH-23C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C24,
        name: "CJK UNIFIED IDEOGRAPH-23C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C25,
        name: "CJK UNIFIED IDEOGRAPH-23C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C26,
        name: "CJK UNIFIED IDEOGRAPH-23C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C27,
        name: "CJK UNIFIED IDEOGRAPH-23C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C28,
        name: "CJK UNIFIED IDEOGRAPH-23C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C29,
        name: "CJK UNIFIED IDEOGRAPH-23C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C2A,
        name: "CJK UNIFIED IDEOGRAPH-23C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C2B,
        name: "CJK UNIFIED IDEOGRAPH-23C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C2C,
        name: "CJK UNIFIED IDEOGRAPH-23C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C2D,
        name: "CJK UNIFIED IDEOGRAPH-23C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C2E,
        name: "CJK UNIFIED IDEOGRAPH-23C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C2F,
        name: "CJK UNIFIED IDEOGRAPH-23C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C30,
        name: "CJK UNIFIED IDEOGRAPH-23C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C31,
        name: "CJK UNIFIED IDEOGRAPH-23C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C32,
        name: "CJK UNIFIED IDEOGRAPH-23C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C33,
        name: "CJK UNIFIED IDEOGRAPH-23C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C34,
        name: "CJK UNIFIED IDEOGRAPH-23C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C35,
        name: "CJK UNIFIED IDEOGRAPH-23C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C36,
        name: "CJK UNIFIED IDEOGRAPH-23C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C37,
        name: "CJK UNIFIED IDEOGRAPH-23C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C38,
        name: "CJK UNIFIED IDEOGRAPH-23C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C39,
        name: "CJK UNIFIED IDEOGRAPH-23C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C3A,
        name: "CJK UNIFIED IDEOGRAPH-23C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C3B,
        name: "CJK UNIFIED IDEOGRAPH-23C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C3C,
        name: "CJK UNIFIED IDEOGRAPH-23C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C3D,
        name: "CJK UNIFIED IDEOGRAPH-23C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C3E,
        name: "CJK UNIFIED IDEOGRAPH-23C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C3F,
        name: "CJK UNIFIED IDEOGRAPH-23C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C40,
        name: "CJK UNIFIED IDEOGRAPH-23C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C41,
        name: "CJK UNIFIED IDEOGRAPH-23C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C42,
        name: "CJK UNIFIED IDEOGRAPH-23C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C43,
        name: "CJK UNIFIED IDEOGRAPH-23C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C44,
        name: "CJK UNIFIED IDEOGRAPH-23C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C45,
        name: "CJK UNIFIED IDEOGRAPH-23C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C46,
        name: "CJK UNIFIED IDEOGRAPH-23C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C47,
        name: "CJK UNIFIED IDEOGRAPH-23C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C48,
        name: "CJK UNIFIED IDEOGRAPH-23C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C49,
        name: "CJK UNIFIED IDEOGRAPH-23C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C4A,
        name: "CJK UNIFIED IDEOGRAPH-23C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C4B,
        name: "CJK UNIFIED IDEOGRAPH-23C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C4C,
        name: "CJK UNIFIED IDEOGRAPH-23C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C4D,
        name: "CJK UNIFIED IDEOGRAPH-23C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C4E,
        name: "CJK UNIFIED IDEOGRAPH-23C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C4F,
        name: "CJK UNIFIED IDEOGRAPH-23C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C50,
        name: "CJK UNIFIED IDEOGRAPH-23C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C51,
        name: "CJK UNIFIED IDEOGRAPH-23C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C52,
        name: "CJK UNIFIED IDEOGRAPH-23C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C53,
        name: "CJK UNIFIED IDEOGRAPH-23C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C54,
        name: "CJK UNIFIED IDEOGRAPH-23C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C55,
        name: "CJK UNIFIED IDEOGRAPH-23C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C56,
        name: "CJK UNIFIED IDEOGRAPH-23C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C57,
        name: "CJK UNIFIED IDEOGRAPH-23C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C58,
        name: "CJK UNIFIED IDEOGRAPH-23C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C59,
        name: "CJK UNIFIED IDEOGRAPH-23C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C5A,
        name: "CJK UNIFIED IDEOGRAPH-23C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C5B,
        name: "CJK UNIFIED IDEOGRAPH-23C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C5C,
        name: "CJK UNIFIED IDEOGRAPH-23C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C5D,
        name: "CJK UNIFIED IDEOGRAPH-23C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C5E,
        name: "CJK UNIFIED IDEOGRAPH-23C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C5F,
        name: "CJK UNIFIED IDEOGRAPH-23C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C60,
        name: "CJK UNIFIED IDEOGRAPH-23C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C61,
        name: "CJK UNIFIED IDEOGRAPH-23C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C62,
        name: "CJK UNIFIED IDEOGRAPH-23C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C63,
        name: "CJK UNIFIED IDEOGRAPH-23C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C64,
        name: "CJK UNIFIED IDEOGRAPH-23C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C65,
        name: "CJK UNIFIED IDEOGRAPH-23C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C66,
        name: "CJK UNIFIED IDEOGRAPH-23C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C67,
        name: "CJK UNIFIED IDEOGRAPH-23C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C68,
        name: "CJK UNIFIED IDEOGRAPH-23C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C69,
        name: "CJK UNIFIED IDEOGRAPH-23C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C6A,
        name: "CJK UNIFIED IDEOGRAPH-23C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C6B,
        name: "CJK UNIFIED IDEOGRAPH-23C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C6C,
        name: "CJK UNIFIED IDEOGRAPH-23C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C6D,
        name: "CJK UNIFIED IDEOGRAPH-23C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C6E,
        name: "CJK UNIFIED IDEOGRAPH-23C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C6F,
        name: "CJK UNIFIED IDEOGRAPH-23C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C70,
        name: "CJK UNIFIED IDEOGRAPH-23C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C71,
        name: "CJK UNIFIED IDEOGRAPH-23C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C72,
        name: "CJK UNIFIED IDEOGRAPH-23C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C73,
        name: "CJK UNIFIED IDEOGRAPH-23C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C74,
        name: "CJK UNIFIED IDEOGRAPH-23C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C75,
        name: "CJK UNIFIED IDEOGRAPH-23C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C76,
        name: "CJK UNIFIED IDEOGRAPH-23C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C77,
        name: "CJK UNIFIED IDEOGRAPH-23C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C78,
        name: "CJK UNIFIED IDEOGRAPH-23C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C79,
        name: "CJK UNIFIED IDEOGRAPH-23C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C7A,
        name: "CJK UNIFIED IDEOGRAPH-23C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C7B,
        name: "CJK UNIFIED IDEOGRAPH-23C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C7C,
        name: "CJK UNIFIED IDEOGRAPH-23C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C7D,
        name: "CJK UNIFIED IDEOGRAPH-23C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C7E,
        name: "CJK UNIFIED IDEOGRAPH-23C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C7F,
        name: "CJK UNIFIED IDEOGRAPH-23C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C80,
        name: "CJK UNIFIED IDEOGRAPH-23C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C81,
        name: "CJK UNIFIED IDEOGRAPH-23C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C82,
        name: "CJK UNIFIED IDEOGRAPH-23C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C83,
        name: "CJK UNIFIED IDEOGRAPH-23C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C84,
        name: "CJK UNIFIED IDEOGRAPH-23C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C85,
        name: "CJK UNIFIED IDEOGRAPH-23C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C86,
        name: "CJK UNIFIED IDEOGRAPH-23C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C87,
        name: "CJK UNIFIED IDEOGRAPH-23C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C88,
        name: "CJK UNIFIED IDEOGRAPH-23C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C89,
        name: "CJK UNIFIED IDEOGRAPH-23C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C8A,
        name: "CJK UNIFIED IDEOGRAPH-23C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C8B,
        name: "CJK UNIFIED IDEOGRAPH-23C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C8C,
        name: "CJK UNIFIED IDEOGRAPH-23C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C8D,
        name: "CJK UNIFIED IDEOGRAPH-23C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C8E,
        name: "CJK UNIFIED IDEOGRAPH-23C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C8F,
        name: "CJK UNIFIED IDEOGRAPH-23C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C90,
        name: "CJK UNIFIED IDEOGRAPH-23C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C91,
        name: "CJK UNIFIED IDEOGRAPH-23C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C92,
        name: "CJK UNIFIED IDEOGRAPH-23C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C93,
        name: "CJK UNIFIED IDEOGRAPH-23C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C94,
        name: "CJK UNIFIED IDEOGRAPH-23C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C95,
        name: "CJK UNIFIED IDEOGRAPH-23C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C96,
        name: "CJK UNIFIED IDEOGRAPH-23C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C97,
        name: "CJK UNIFIED IDEOGRAPH-23C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C98,
        name: "CJK UNIFIED IDEOGRAPH-23C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C99,
        name: "CJK UNIFIED IDEOGRAPH-23C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C9A,
        name: "CJK UNIFIED IDEOGRAPH-23C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C9B,
        name: "CJK UNIFIED IDEOGRAPH-23C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C9C,
        name: "CJK UNIFIED IDEOGRAPH-23C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C9D,
        name: "CJK UNIFIED IDEOGRAPH-23C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C9E,
        name: "CJK UNIFIED IDEOGRAPH-23C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23C9F,
        name: "CJK UNIFIED IDEOGRAPH-23C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA0,
        name: "CJK UNIFIED IDEOGRAPH-23CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA1,
        name: "CJK UNIFIED IDEOGRAPH-23CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA2,
        name: "CJK UNIFIED IDEOGRAPH-23CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA3,
        name: "CJK UNIFIED IDEOGRAPH-23CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA4,
        name: "CJK UNIFIED IDEOGRAPH-23CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA5,
        name: "CJK UNIFIED IDEOGRAPH-23CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA6,
        name: "CJK UNIFIED IDEOGRAPH-23CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA7,
        name: "CJK UNIFIED IDEOGRAPH-23CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA8,
        name: "CJK UNIFIED IDEOGRAPH-23CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CA9,
        name: "CJK UNIFIED IDEOGRAPH-23CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CAA,
        name: "CJK UNIFIED IDEOGRAPH-23CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CAB,
        name: "CJK UNIFIED IDEOGRAPH-23CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CAC,
        name: "CJK UNIFIED IDEOGRAPH-23CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CAD,
        name: "CJK UNIFIED IDEOGRAPH-23CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CAE,
        name: "CJK UNIFIED IDEOGRAPH-23CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CAF,
        name: "CJK UNIFIED IDEOGRAPH-23CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB0,
        name: "CJK UNIFIED IDEOGRAPH-23CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB1,
        name: "CJK UNIFIED IDEOGRAPH-23CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB2,
        name: "CJK UNIFIED IDEOGRAPH-23CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB3,
        name: "CJK UNIFIED IDEOGRAPH-23CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB4,
        name: "CJK UNIFIED IDEOGRAPH-23CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB5,
        name: "CJK UNIFIED IDEOGRAPH-23CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB6,
        name: "CJK UNIFIED IDEOGRAPH-23CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB7,
        name: "CJK UNIFIED IDEOGRAPH-23CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB8,
        name: "CJK UNIFIED IDEOGRAPH-23CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CB9,
        name: "CJK UNIFIED IDEOGRAPH-23CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CBA,
        name: "CJK UNIFIED IDEOGRAPH-23CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CBB,
        name: "CJK UNIFIED IDEOGRAPH-23CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CBC,
        name: "CJK UNIFIED IDEOGRAPH-23CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CBD,
        name: "CJK UNIFIED IDEOGRAPH-23CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CBE,
        name: "CJK UNIFIED IDEOGRAPH-23CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CBF,
        name: "CJK UNIFIED IDEOGRAPH-23CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC0,
        name: "CJK UNIFIED IDEOGRAPH-23CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC1,
        name: "CJK UNIFIED IDEOGRAPH-23CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC2,
        name: "CJK UNIFIED IDEOGRAPH-23CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC3,
        name: "CJK UNIFIED IDEOGRAPH-23CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC4,
        name: "CJK UNIFIED IDEOGRAPH-23CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC5,
        name: "CJK UNIFIED IDEOGRAPH-23CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC6,
        name: "CJK UNIFIED IDEOGRAPH-23CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC7,
        name: "CJK UNIFIED IDEOGRAPH-23CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC8,
        name: "CJK UNIFIED IDEOGRAPH-23CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CC9,
        name: "CJK UNIFIED IDEOGRAPH-23CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CCA,
        name: "CJK UNIFIED IDEOGRAPH-23CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CCB,
        name: "CJK UNIFIED IDEOGRAPH-23CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CCC,
        name: "CJK UNIFIED IDEOGRAPH-23CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CCD,
        name: "CJK UNIFIED IDEOGRAPH-23CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CCE,
        name: "CJK UNIFIED IDEOGRAPH-23CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CCF,
        name: "CJK UNIFIED IDEOGRAPH-23CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD0,
        name: "CJK UNIFIED IDEOGRAPH-23CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD1,
        name: "CJK UNIFIED IDEOGRAPH-23CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD2,
        name: "CJK UNIFIED IDEOGRAPH-23CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD3,
        name: "CJK UNIFIED IDEOGRAPH-23CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD4,
        name: "CJK UNIFIED IDEOGRAPH-23CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD5,
        name: "CJK UNIFIED IDEOGRAPH-23CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD6,
        name: "CJK UNIFIED IDEOGRAPH-23CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD7,
        name: "CJK UNIFIED IDEOGRAPH-23CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD8,
        name: "CJK UNIFIED IDEOGRAPH-23CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CD9,
        name: "CJK UNIFIED IDEOGRAPH-23CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CDA,
        name: "CJK UNIFIED IDEOGRAPH-23CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CDB,
        name: "CJK UNIFIED IDEOGRAPH-23CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CDC,
        name: "CJK UNIFIED IDEOGRAPH-23CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CDD,
        name: "CJK UNIFIED IDEOGRAPH-23CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CDE,
        name: "CJK UNIFIED IDEOGRAPH-23CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CDF,
        name: "CJK UNIFIED IDEOGRAPH-23CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE0,
        name: "CJK UNIFIED IDEOGRAPH-23CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE1,
        name: "CJK UNIFIED IDEOGRAPH-23CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE2,
        name: "CJK UNIFIED IDEOGRAPH-23CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE3,
        name: "CJK UNIFIED IDEOGRAPH-23CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE4,
        name: "CJK UNIFIED IDEOGRAPH-23CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE5,
        name: "CJK UNIFIED IDEOGRAPH-23CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE6,
        name: "CJK UNIFIED IDEOGRAPH-23CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE7,
        name: "CJK UNIFIED IDEOGRAPH-23CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE8,
        name: "CJK UNIFIED IDEOGRAPH-23CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CE9,
        name: "CJK UNIFIED IDEOGRAPH-23CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CEA,
        name: "CJK UNIFIED IDEOGRAPH-23CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CEB,
        name: "CJK UNIFIED IDEOGRAPH-23CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CEC,
        name: "CJK UNIFIED IDEOGRAPH-23CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CED,
        name: "CJK UNIFIED IDEOGRAPH-23CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CEE,
        name: "CJK UNIFIED IDEOGRAPH-23CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CEF,
        name: "CJK UNIFIED IDEOGRAPH-23CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF0,
        name: "CJK UNIFIED IDEOGRAPH-23CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF1,
        name: "CJK UNIFIED IDEOGRAPH-23CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF2,
        name: "CJK UNIFIED IDEOGRAPH-23CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF3,
        name: "CJK UNIFIED IDEOGRAPH-23CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF4,
        name: "CJK UNIFIED IDEOGRAPH-23CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF5,
        name: "CJK UNIFIED IDEOGRAPH-23CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF6,
        name: "CJK UNIFIED IDEOGRAPH-23CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF7,
        name: "CJK UNIFIED IDEOGRAPH-23CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF8,
        name: "CJK UNIFIED IDEOGRAPH-23CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CF9,
        name: "CJK UNIFIED IDEOGRAPH-23CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CFA,
        name: "CJK UNIFIED IDEOGRAPH-23CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CFB,
        name: "CJK UNIFIED IDEOGRAPH-23CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CFC,
        name: "CJK UNIFIED IDEOGRAPH-23CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CFD,
        name: "CJK UNIFIED IDEOGRAPH-23CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CFE,
        name: "CJK UNIFIED IDEOGRAPH-23CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23CFF,
        name: "CJK UNIFIED IDEOGRAPH-23CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D00,
        name: "CJK UNIFIED IDEOGRAPH-23D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D01,
        name: "CJK UNIFIED IDEOGRAPH-23D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D02,
        name: "CJK UNIFIED IDEOGRAPH-23D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D03,
        name: "CJK UNIFIED IDEOGRAPH-23D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D04,
        name: "CJK UNIFIED IDEOGRAPH-23D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D05,
        name: "CJK UNIFIED IDEOGRAPH-23D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D06,
        name: "CJK UNIFIED IDEOGRAPH-23D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D07,
        name: "CJK UNIFIED IDEOGRAPH-23D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D08,
        name: "CJK UNIFIED IDEOGRAPH-23D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D09,
        name: "CJK UNIFIED IDEOGRAPH-23D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D0A,
        name: "CJK UNIFIED IDEOGRAPH-23D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D0B,
        name: "CJK UNIFIED IDEOGRAPH-23D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D0C,
        name: "CJK UNIFIED IDEOGRAPH-23D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D0D,
        name: "CJK UNIFIED IDEOGRAPH-23D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D0E,
        name: "CJK UNIFIED IDEOGRAPH-23D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D0F,
        name: "CJK UNIFIED IDEOGRAPH-23D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D10,
        name: "CJK UNIFIED IDEOGRAPH-23D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D11,
        name: "CJK UNIFIED IDEOGRAPH-23D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D12,
        name: "CJK UNIFIED IDEOGRAPH-23D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D13,
        name: "CJK UNIFIED IDEOGRAPH-23D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D14,
        name: "CJK UNIFIED IDEOGRAPH-23D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D15,
        name: "CJK UNIFIED IDEOGRAPH-23D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D16,
        name: "CJK UNIFIED IDEOGRAPH-23D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D17,
        name: "CJK UNIFIED IDEOGRAPH-23D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D18,
        name: "CJK UNIFIED IDEOGRAPH-23D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D19,
        name: "CJK UNIFIED IDEOGRAPH-23D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D1A,
        name: "CJK UNIFIED IDEOGRAPH-23D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D1B,
        name: "CJK UNIFIED IDEOGRAPH-23D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D1C,
        name: "CJK UNIFIED IDEOGRAPH-23D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D1D,
        name: "CJK UNIFIED IDEOGRAPH-23D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D1E,
        name: "CJK UNIFIED IDEOGRAPH-23D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D1F,
        name: "CJK UNIFIED IDEOGRAPH-23D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D20,
        name: "CJK UNIFIED IDEOGRAPH-23D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D21,
        name: "CJK UNIFIED IDEOGRAPH-23D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D22,
        name: "CJK UNIFIED IDEOGRAPH-23D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D23,
        name: "CJK UNIFIED IDEOGRAPH-23D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D24,
        name: "CJK UNIFIED IDEOGRAPH-23D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D25,
        name: "CJK UNIFIED IDEOGRAPH-23D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D26,
        name: "CJK UNIFIED IDEOGRAPH-23D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D27,
        name: "CJK UNIFIED IDEOGRAPH-23D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D28,
        name: "CJK UNIFIED IDEOGRAPH-23D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D29,
        name: "CJK UNIFIED IDEOGRAPH-23D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D2A,
        name: "CJK UNIFIED IDEOGRAPH-23D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D2B,
        name: "CJK UNIFIED IDEOGRAPH-23D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D2C,
        name: "CJK UNIFIED IDEOGRAPH-23D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D2D,
        name: "CJK UNIFIED IDEOGRAPH-23D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D2E,
        name: "CJK UNIFIED IDEOGRAPH-23D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D2F,
        name: "CJK UNIFIED IDEOGRAPH-23D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D30,
        name: "CJK UNIFIED IDEOGRAPH-23D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D31,
        name: "CJK UNIFIED IDEOGRAPH-23D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D32,
        name: "CJK UNIFIED IDEOGRAPH-23D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D33,
        name: "CJK UNIFIED IDEOGRAPH-23D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D34,
        name: "CJK UNIFIED IDEOGRAPH-23D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D35,
        name: "CJK UNIFIED IDEOGRAPH-23D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D36,
        name: "CJK UNIFIED IDEOGRAPH-23D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D37,
        name: "CJK UNIFIED IDEOGRAPH-23D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D38,
        name: "CJK UNIFIED IDEOGRAPH-23D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D39,
        name: "CJK UNIFIED IDEOGRAPH-23D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D3A,
        name: "CJK UNIFIED IDEOGRAPH-23D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D3B,
        name: "CJK UNIFIED IDEOGRAPH-23D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D3C,
        name: "CJK UNIFIED IDEOGRAPH-23D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D3D,
        name: "CJK UNIFIED IDEOGRAPH-23D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D3E,
        name: "CJK UNIFIED IDEOGRAPH-23D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D3F,
        name: "CJK UNIFIED IDEOGRAPH-23D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D40,
        name: "CJK UNIFIED IDEOGRAPH-23D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D41,
        name: "CJK UNIFIED IDEOGRAPH-23D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D42,
        name: "CJK UNIFIED IDEOGRAPH-23D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D43,
        name: "CJK UNIFIED IDEOGRAPH-23D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D44,
        name: "CJK UNIFIED IDEOGRAPH-23D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D45,
        name: "CJK UNIFIED IDEOGRAPH-23D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D46,
        name: "CJK UNIFIED IDEOGRAPH-23D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D47,
        name: "CJK UNIFIED IDEOGRAPH-23D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D48,
        name: "CJK UNIFIED IDEOGRAPH-23D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D49,
        name: "CJK UNIFIED IDEOGRAPH-23D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D4A,
        name: "CJK UNIFIED IDEOGRAPH-23D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D4B,
        name: "CJK UNIFIED IDEOGRAPH-23D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D4C,
        name: "CJK UNIFIED IDEOGRAPH-23D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D4D,
        name: "CJK UNIFIED IDEOGRAPH-23D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D4E,
        name: "CJK UNIFIED IDEOGRAPH-23D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D4F,
        name: "CJK UNIFIED IDEOGRAPH-23D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D50,
        name: "CJK UNIFIED IDEOGRAPH-23D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D51,
        name: "CJK UNIFIED IDEOGRAPH-23D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D52,
        name: "CJK UNIFIED IDEOGRAPH-23D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D53,
        name: "CJK UNIFIED IDEOGRAPH-23D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D54,
        name: "CJK UNIFIED IDEOGRAPH-23D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D55,
        name: "CJK UNIFIED IDEOGRAPH-23D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D56,
        name: "CJK UNIFIED IDEOGRAPH-23D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D57,
        name: "CJK UNIFIED IDEOGRAPH-23D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D58,
        name: "CJK UNIFIED IDEOGRAPH-23D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D59,
        name: "CJK UNIFIED IDEOGRAPH-23D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D5A,
        name: "CJK UNIFIED IDEOGRAPH-23D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D5B,
        name: "CJK UNIFIED IDEOGRAPH-23D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D5C,
        name: "CJK UNIFIED IDEOGRAPH-23D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D5D,
        name: "CJK UNIFIED IDEOGRAPH-23D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D5E,
        name: "CJK UNIFIED IDEOGRAPH-23D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D5F,
        name: "CJK UNIFIED IDEOGRAPH-23D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D60,
        name: "CJK UNIFIED IDEOGRAPH-23D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D61,
        name: "CJK UNIFIED IDEOGRAPH-23D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D62,
        name: "CJK UNIFIED IDEOGRAPH-23D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D63,
        name: "CJK UNIFIED IDEOGRAPH-23D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D64,
        name: "CJK UNIFIED IDEOGRAPH-23D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D65,
        name: "CJK UNIFIED IDEOGRAPH-23D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D66,
        name: "CJK UNIFIED IDEOGRAPH-23D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D67,
        name: "CJK UNIFIED IDEOGRAPH-23D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D68,
        name: "CJK UNIFIED IDEOGRAPH-23D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D69,
        name: "CJK UNIFIED IDEOGRAPH-23D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D6A,
        name: "CJK UNIFIED IDEOGRAPH-23D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D6B,
        name: "CJK UNIFIED IDEOGRAPH-23D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D6C,
        name: "CJK UNIFIED IDEOGRAPH-23D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D6D,
        name: "CJK UNIFIED IDEOGRAPH-23D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D6E,
        name: "CJK UNIFIED IDEOGRAPH-23D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D6F,
        name: "CJK UNIFIED IDEOGRAPH-23D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D70,
        name: "CJK UNIFIED IDEOGRAPH-23D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D71,
        name: "CJK UNIFIED IDEOGRAPH-23D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D72,
        name: "CJK UNIFIED IDEOGRAPH-23D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D73,
        name: "CJK UNIFIED IDEOGRAPH-23D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D74,
        name: "CJK UNIFIED IDEOGRAPH-23D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D75,
        name: "CJK UNIFIED IDEOGRAPH-23D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D76,
        name: "CJK UNIFIED IDEOGRAPH-23D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D77,
        name: "CJK UNIFIED IDEOGRAPH-23D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D78,
        name: "CJK UNIFIED IDEOGRAPH-23D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D79,
        name: "CJK UNIFIED IDEOGRAPH-23D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D7A,
        name: "CJK UNIFIED IDEOGRAPH-23D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D7B,
        name: "CJK UNIFIED IDEOGRAPH-23D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D7C,
        name: "CJK UNIFIED IDEOGRAPH-23D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D7D,
        name: "CJK UNIFIED IDEOGRAPH-23D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D7E,
        name: "CJK UNIFIED IDEOGRAPH-23D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D7F,
        name: "CJK UNIFIED IDEOGRAPH-23D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D80,
        name: "CJK UNIFIED IDEOGRAPH-23D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D81,
        name: "CJK UNIFIED IDEOGRAPH-23D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D82,
        name: "CJK UNIFIED IDEOGRAPH-23D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D83,
        name: "CJK UNIFIED IDEOGRAPH-23D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D84,
        name: "CJK UNIFIED IDEOGRAPH-23D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D85,
        name: "CJK UNIFIED IDEOGRAPH-23D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D86,
        name: "CJK UNIFIED IDEOGRAPH-23D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D87,
        name: "CJK UNIFIED IDEOGRAPH-23D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D88,
        name: "CJK UNIFIED IDEOGRAPH-23D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D89,
        name: "CJK UNIFIED IDEOGRAPH-23D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D8A,
        name: "CJK UNIFIED IDEOGRAPH-23D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D8B,
        name: "CJK UNIFIED IDEOGRAPH-23D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D8C,
        name: "CJK UNIFIED IDEOGRAPH-23D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D8D,
        name: "CJK UNIFIED IDEOGRAPH-23D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D8E,
        name: "CJK UNIFIED IDEOGRAPH-23D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D8F,
        name: "CJK UNIFIED IDEOGRAPH-23D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D90,
        name: "CJK UNIFIED IDEOGRAPH-23D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D91,
        name: "CJK UNIFIED IDEOGRAPH-23D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D92,
        name: "CJK UNIFIED IDEOGRAPH-23D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D93,
        name: "CJK UNIFIED IDEOGRAPH-23D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D94,
        name: "CJK UNIFIED IDEOGRAPH-23D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D95,
        name: "CJK UNIFIED IDEOGRAPH-23D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D96,
        name: "CJK UNIFIED IDEOGRAPH-23D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D97,
        name: "CJK UNIFIED IDEOGRAPH-23D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D98,
        name: "CJK UNIFIED IDEOGRAPH-23D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D99,
        name: "CJK UNIFIED IDEOGRAPH-23D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D9A,
        name: "CJK UNIFIED IDEOGRAPH-23D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D9B,
        name: "CJK UNIFIED IDEOGRAPH-23D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D9C,
        name: "CJK UNIFIED IDEOGRAPH-23D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D9D,
        name: "CJK UNIFIED IDEOGRAPH-23D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D9E,
        name: "CJK UNIFIED IDEOGRAPH-23D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23D9F,
        name: "CJK UNIFIED IDEOGRAPH-23D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA0,
        name: "CJK UNIFIED IDEOGRAPH-23DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA1,
        name: "CJK UNIFIED IDEOGRAPH-23DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA2,
        name: "CJK UNIFIED IDEOGRAPH-23DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA3,
        name: "CJK UNIFIED IDEOGRAPH-23DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA4,
        name: "CJK UNIFIED IDEOGRAPH-23DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA5,
        name: "CJK UNIFIED IDEOGRAPH-23DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA6,
        name: "CJK UNIFIED IDEOGRAPH-23DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA7,
        name: "CJK UNIFIED IDEOGRAPH-23DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA8,
        name: "CJK UNIFIED IDEOGRAPH-23DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DA9,
        name: "CJK UNIFIED IDEOGRAPH-23DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DAA,
        name: "CJK UNIFIED IDEOGRAPH-23DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DAB,
        name: "CJK UNIFIED IDEOGRAPH-23DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DAC,
        name: "CJK UNIFIED IDEOGRAPH-23DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DAD,
        name: "CJK UNIFIED IDEOGRAPH-23DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DAE,
        name: "CJK UNIFIED IDEOGRAPH-23DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DAF,
        name: "CJK UNIFIED IDEOGRAPH-23DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB0,
        name: "CJK UNIFIED IDEOGRAPH-23DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB1,
        name: "CJK UNIFIED IDEOGRAPH-23DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB2,
        name: "CJK UNIFIED IDEOGRAPH-23DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB3,
        name: "CJK UNIFIED IDEOGRAPH-23DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB4,
        name: "CJK UNIFIED IDEOGRAPH-23DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB5,
        name: "CJK UNIFIED IDEOGRAPH-23DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB6,
        name: "CJK UNIFIED IDEOGRAPH-23DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB7,
        name: "CJK UNIFIED IDEOGRAPH-23DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB8,
        name: "CJK UNIFIED IDEOGRAPH-23DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DB9,
        name: "CJK UNIFIED IDEOGRAPH-23DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DBA,
        name: "CJK UNIFIED IDEOGRAPH-23DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DBB,
        name: "CJK UNIFIED IDEOGRAPH-23DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DBC,
        name: "CJK UNIFIED IDEOGRAPH-23DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DBD,
        name: "CJK UNIFIED IDEOGRAPH-23DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DBE,
        name: "CJK UNIFIED IDEOGRAPH-23DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DBF,
        name: "CJK UNIFIED IDEOGRAPH-23DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC0,
        name: "CJK UNIFIED IDEOGRAPH-23DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC1,
        name: "CJK UNIFIED IDEOGRAPH-23DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC2,
        name: "CJK UNIFIED IDEOGRAPH-23DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC3,
        name: "CJK UNIFIED IDEOGRAPH-23DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC4,
        name: "CJK UNIFIED IDEOGRAPH-23DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC5,
        name: "CJK UNIFIED IDEOGRAPH-23DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC6,
        name: "CJK UNIFIED IDEOGRAPH-23DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC7,
        name: "CJK UNIFIED IDEOGRAPH-23DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC8,
        name: "CJK UNIFIED IDEOGRAPH-23DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DC9,
        name: "CJK UNIFIED IDEOGRAPH-23DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DCA,
        name: "CJK UNIFIED IDEOGRAPH-23DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DCB,
        name: "CJK UNIFIED IDEOGRAPH-23DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DCC,
        name: "CJK UNIFIED IDEOGRAPH-23DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DCD,
        name: "CJK UNIFIED IDEOGRAPH-23DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DCE,
        name: "CJK UNIFIED IDEOGRAPH-23DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DCF,
        name: "CJK UNIFIED IDEOGRAPH-23DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD0,
        name: "CJK UNIFIED IDEOGRAPH-23DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD1,
        name: "CJK UNIFIED IDEOGRAPH-23DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD2,
        name: "CJK UNIFIED IDEOGRAPH-23DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD3,
        name: "CJK UNIFIED IDEOGRAPH-23DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD4,
        name: "CJK UNIFIED IDEOGRAPH-23DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD5,
        name: "CJK UNIFIED IDEOGRAPH-23DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD6,
        name: "CJK UNIFIED IDEOGRAPH-23DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD7,
        name: "CJK UNIFIED IDEOGRAPH-23DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD8,
        name: "CJK UNIFIED IDEOGRAPH-23DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DD9,
        name: "CJK UNIFIED IDEOGRAPH-23DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DDA,
        name: "CJK UNIFIED IDEOGRAPH-23DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DDB,
        name: "CJK UNIFIED IDEOGRAPH-23DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DDC,
        name: "CJK UNIFIED IDEOGRAPH-23DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DDD,
        name: "CJK UNIFIED IDEOGRAPH-23DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DDE,
        name: "CJK UNIFIED IDEOGRAPH-23DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DDF,
        name: "CJK UNIFIED IDEOGRAPH-23DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE0,
        name: "CJK UNIFIED IDEOGRAPH-23DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE1,
        name: "CJK UNIFIED IDEOGRAPH-23DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE2,
        name: "CJK UNIFIED IDEOGRAPH-23DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE3,
        name: "CJK UNIFIED IDEOGRAPH-23DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE4,
        name: "CJK UNIFIED IDEOGRAPH-23DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE5,
        name: "CJK UNIFIED IDEOGRAPH-23DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE6,
        name: "CJK UNIFIED IDEOGRAPH-23DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE7,
        name: "CJK UNIFIED IDEOGRAPH-23DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE8,
        name: "CJK UNIFIED IDEOGRAPH-23DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DE9,
        name: "CJK UNIFIED IDEOGRAPH-23DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DEA,
        name: "CJK UNIFIED IDEOGRAPH-23DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DEB,
        name: "CJK UNIFIED IDEOGRAPH-23DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DEC,
        name: "CJK UNIFIED IDEOGRAPH-23DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DED,
        name: "CJK UNIFIED IDEOGRAPH-23DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DEE,
        name: "CJK UNIFIED IDEOGRAPH-23DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DEF,
        name: "CJK UNIFIED IDEOGRAPH-23DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF0,
        name: "CJK UNIFIED IDEOGRAPH-23DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF1,
        name: "CJK UNIFIED IDEOGRAPH-23DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF2,
        name: "CJK UNIFIED IDEOGRAPH-23DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF3,
        name: "CJK UNIFIED IDEOGRAPH-23DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF4,
        name: "CJK UNIFIED IDEOGRAPH-23DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF5,
        name: "CJK UNIFIED IDEOGRAPH-23DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF6,
        name: "CJK UNIFIED IDEOGRAPH-23DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF7,
        name: "CJK UNIFIED IDEOGRAPH-23DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF8,
        name: "CJK UNIFIED IDEOGRAPH-23DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DF9,
        name: "CJK UNIFIED IDEOGRAPH-23DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DFA,
        name: "CJK UNIFIED IDEOGRAPH-23DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DFB,
        name: "CJK UNIFIED IDEOGRAPH-23DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DFC,
        name: "CJK UNIFIED IDEOGRAPH-23DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DFD,
        name: "CJK UNIFIED IDEOGRAPH-23DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DFE,
        name: "CJK UNIFIED IDEOGRAPH-23DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23DFF,
        name: "CJK UNIFIED IDEOGRAPH-23DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E00,
        name: "CJK UNIFIED IDEOGRAPH-23E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E01,
        name: "CJK UNIFIED IDEOGRAPH-23E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E02,
        name: "CJK UNIFIED IDEOGRAPH-23E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E03,
        name: "CJK UNIFIED IDEOGRAPH-23E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E04,
        name: "CJK UNIFIED IDEOGRAPH-23E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E05,
        name: "CJK UNIFIED IDEOGRAPH-23E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E06,
        name: "CJK UNIFIED IDEOGRAPH-23E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E07,
        name: "CJK UNIFIED IDEOGRAPH-23E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E08,
        name: "CJK UNIFIED IDEOGRAPH-23E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E09,
        name: "CJK UNIFIED IDEOGRAPH-23E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E0A,
        name: "CJK UNIFIED IDEOGRAPH-23E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E0B,
        name: "CJK UNIFIED IDEOGRAPH-23E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E0C,
        name: "CJK UNIFIED IDEOGRAPH-23E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E0D,
        name: "CJK UNIFIED IDEOGRAPH-23E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E0E,
        name: "CJK UNIFIED IDEOGRAPH-23E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E0F,
        name: "CJK UNIFIED IDEOGRAPH-23E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E10,
        name: "CJK UNIFIED IDEOGRAPH-23E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E11,
        name: "CJK UNIFIED IDEOGRAPH-23E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E12,
        name: "CJK UNIFIED IDEOGRAPH-23E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E13,
        name: "CJK UNIFIED IDEOGRAPH-23E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E14,
        name: "CJK UNIFIED IDEOGRAPH-23E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E15,
        name: "CJK UNIFIED IDEOGRAPH-23E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E16,
        name: "CJK UNIFIED IDEOGRAPH-23E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E17,
        name: "CJK UNIFIED IDEOGRAPH-23E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E18,
        name: "CJK UNIFIED IDEOGRAPH-23E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E19,
        name: "CJK UNIFIED IDEOGRAPH-23E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E1A,
        name: "CJK UNIFIED IDEOGRAPH-23E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E1B,
        name: "CJK UNIFIED IDEOGRAPH-23E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E1C,
        name: "CJK UNIFIED IDEOGRAPH-23E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E1D,
        name: "CJK UNIFIED IDEOGRAPH-23E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E1E,
        name: "CJK UNIFIED IDEOGRAPH-23E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E1F,
        name: "CJK UNIFIED IDEOGRAPH-23E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E20,
        name: "CJK UNIFIED IDEOGRAPH-23E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E21,
        name: "CJK UNIFIED IDEOGRAPH-23E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E22,
        name: "CJK UNIFIED IDEOGRAPH-23E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E23,
        name: "CJK UNIFIED IDEOGRAPH-23E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E24,
        name: "CJK UNIFIED IDEOGRAPH-23E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E25,
        name: "CJK UNIFIED IDEOGRAPH-23E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E26,
        name: "CJK UNIFIED IDEOGRAPH-23E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E27,
        name: "CJK UNIFIED IDEOGRAPH-23E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E28,
        name: "CJK UNIFIED IDEOGRAPH-23E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E29,
        name: "CJK UNIFIED IDEOGRAPH-23E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E2A,
        name: "CJK UNIFIED IDEOGRAPH-23E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E2B,
        name: "CJK UNIFIED IDEOGRAPH-23E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E2C,
        name: "CJK UNIFIED IDEOGRAPH-23E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E2D,
        name: "CJK UNIFIED IDEOGRAPH-23E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E2E,
        name: "CJK UNIFIED IDEOGRAPH-23E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E2F,
        name: "CJK UNIFIED IDEOGRAPH-23E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E30,
        name: "CJK UNIFIED IDEOGRAPH-23E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E31,
        name: "CJK UNIFIED IDEOGRAPH-23E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E32,
        name: "CJK UNIFIED IDEOGRAPH-23E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E33,
        name: "CJK UNIFIED IDEOGRAPH-23E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E34,
        name: "CJK UNIFIED IDEOGRAPH-23E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E35,
        name: "CJK UNIFIED IDEOGRAPH-23E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E36,
        name: "CJK UNIFIED IDEOGRAPH-23E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E37,
        name: "CJK UNIFIED IDEOGRAPH-23E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E38,
        name: "CJK UNIFIED IDEOGRAPH-23E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E39,
        name: "CJK UNIFIED IDEOGRAPH-23E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E3A,
        name: "CJK UNIFIED IDEOGRAPH-23E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E3B,
        name: "CJK UNIFIED IDEOGRAPH-23E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E3C,
        name: "CJK UNIFIED IDEOGRAPH-23E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E3D,
        name: "CJK UNIFIED IDEOGRAPH-23E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E3E,
        name: "CJK UNIFIED IDEOGRAPH-23E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E3F,
        name: "CJK UNIFIED IDEOGRAPH-23E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E40,
        name: "CJK UNIFIED IDEOGRAPH-23E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E41,
        name: "CJK UNIFIED IDEOGRAPH-23E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E42,
        name: "CJK UNIFIED IDEOGRAPH-23E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E43,
        name: "CJK UNIFIED IDEOGRAPH-23E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E44,
        name: "CJK UNIFIED IDEOGRAPH-23E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E45,
        name: "CJK UNIFIED IDEOGRAPH-23E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E46,
        name: "CJK UNIFIED IDEOGRAPH-23E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E47,
        name: "CJK UNIFIED IDEOGRAPH-23E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E48,
        name: "CJK UNIFIED IDEOGRAPH-23E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E49,
        name: "CJK UNIFIED IDEOGRAPH-23E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E4A,
        name: "CJK UNIFIED IDEOGRAPH-23E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E4B,
        name: "CJK UNIFIED IDEOGRAPH-23E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E4C,
        name: "CJK UNIFIED IDEOGRAPH-23E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E4D,
        name: "CJK UNIFIED IDEOGRAPH-23E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E4E,
        name: "CJK UNIFIED IDEOGRAPH-23E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E4F,
        name: "CJK UNIFIED IDEOGRAPH-23E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E50,
        name: "CJK UNIFIED IDEOGRAPH-23E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E51,
        name: "CJK UNIFIED IDEOGRAPH-23E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E52,
        name: "CJK UNIFIED IDEOGRAPH-23E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E53,
        name: "CJK UNIFIED IDEOGRAPH-23E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E54,
        name: "CJK UNIFIED IDEOGRAPH-23E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E55,
        name: "CJK UNIFIED IDEOGRAPH-23E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E56,
        name: "CJK UNIFIED IDEOGRAPH-23E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E57,
        name: "CJK UNIFIED IDEOGRAPH-23E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E58,
        name: "CJK UNIFIED IDEOGRAPH-23E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E59,
        name: "CJK UNIFIED IDEOGRAPH-23E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E5A,
        name: "CJK UNIFIED IDEOGRAPH-23E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E5B,
        name: "CJK UNIFIED IDEOGRAPH-23E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E5C,
        name: "CJK UNIFIED IDEOGRAPH-23E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E5D,
        name: "CJK UNIFIED IDEOGRAPH-23E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E5E,
        name: "CJK UNIFIED IDEOGRAPH-23E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E5F,
        name: "CJK UNIFIED IDEOGRAPH-23E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E60,
        name: "CJK UNIFIED IDEOGRAPH-23E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E61,
        name: "CJK UNIFIED IDEOGRAPH-23E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E62,
        name: "CJK UNIFIED IDEOGRAPH-23E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E63,
        name: "CJK UNIFIED IDEOGRAPH-23E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E64,
        name: "CJK UNIFIED IDEOGRAPH-23E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E65,
        name: "CJK UNIFIED IDEOGRAPH-23E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E66,
        name: "CJK UNIFIED IDEOGRAPH-23E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E67,
        name: "CJK UNIFIED IDEOGRAPH-23E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E68,
        name: "CJK UNIFIED IDEOGRAPH-23E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E69,
        name: "CJK UNIFIED IDEOGRAPH-23E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E6A,
        name: "CJK UNIFIED IDEOGRAPH-23E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E6B,
        name: "CJK UNIFIED IDEOGRAPH-23E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E6C,
        name: "CJK UNIFIED IDEOGRAPH-23E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E6D,
        name: "CJK UNIFIED IDEOGRAPH-23E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E6E,
        name: "CJK UNIFIED IDEOGRAPH-23E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E6F,
        name: "CJK UNIFIED IDEOGRAPH-23E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E70,
        name: "CJK UNIFIED IDEOGRAPH-23E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E71,
        name: "CJK UNIFIED IDEOGRAPH-23E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E72,
        name: "CJK UNIFIED IDEOGRAPH-23E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E73,
        name: "CJK UNIFIED IDEOGRAPH-23E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E74,
        name: "CJK UNIFIED IDEOGRAPH-23E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E75,
        name: "CJK UNIFIED IDEOGRAPH-23E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E76,
        name: "CJK UNIFIED IDEOGRAPH-23E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E77,
        name: "CJK UNIFIED IDEOGRAPH-23E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E78,
        name: "CJK UNIFIED IDEOGRAPH-23E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E79,
        name: "CJK UNIFIED IDEOGRAPH-23E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E7A,
        name: "CJK UNIFIED IDEOGRAPH-23E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E7B,
        name: "CJK UNIFIED IDEOGRAPH-23E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E7C,
        name: "CJK UNIFIED IDEOGRAPH-23E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E7D,
        name: "CJK UNIFIED IDEOGRAPH-23E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E7E,
        name: "CJK UNIFIED IDEOGRAPH-23E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E7F,
        name: "CJK UNIFIED IDEOGRAPH-23E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E80,
        name: "CJK UNIFIED IDEOGRAPH-23E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E81,
        name: "CJK UNIFIED IDEOGRAPH-23E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E82,
        name: "CJK UNIFIED IDEOGRAPH-23E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E83,
        name: "CJK UNIFIED IDEOGRAPH-23E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E84,
        name: "CJK UNIFIED IDEOGRAPH-23E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E85,
        name: "CJK UNIFIED IDEOGRAPH-23E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E86,
        name: "CJK UNIFIED IDEOGRAPH-23E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E87,
        name: "CJK UNIFIED IDEOGRAPH-23E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E88,
        name: "CJK UNIFIED IDEOGRAPH-23E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E89,
        name: "CJK UNIFIED IDEOGRAPH-23E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E8A,
        name: "CJK UNIFIED IDEOGRAPH-23E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E8B,
        name: "CJK UNIFIED IDEOGRAPH-23E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E8C,
        name: "CJK UNIFIED IDEOGRAPH-23E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E8D,
        name: "CJK UNIFIED IDEOGRAPH-23E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E8E,
        name: "CJK UNIFIED IDEOGRAPH-23E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E8F,
        name: "CJK UNIFIED IDEOGRAPH-23E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E90,
        name: "CJK UNIFIED IDEOGRAPH-23E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E91,
        name: "CJK UNIFIED IDEOGRAPH-23E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E92,
        name: "CJK UNIFIED IDEOGRAPH-23E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E93,
        name: "CJK UNIFIED IDEOGRAPH-23E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E94,
        name: "CJK UNIFIED IDEOGRAPH-23E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E95,
        name: "CJK UNIFIED IDEOGRAPH-23E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E96,
        name: "CJK UNIFIED IDEOGRAPH-23E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E97,
        name: "CJK UNIFIED IDEOGRAPH-23E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E98,
        name: "CJK UNIFIED IDEOGRAPH-23E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E99,
        name: "CJK UNIFIED IDEOGRAPH-23E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E9A,
        name: "CJK UNIFIED IDEOGRAPH-23E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E9B,
        name: "CJK UNIFIED IDEOGRAPH-23E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E9C,
        name: "CJK UNIFIED IDEOGRAPH-23E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E9D,
        name: "CJK UNIFIED IDEOGRAPH-23E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E9E,
        name: "CJK UNIFIED IDEOGRAPH-23E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23E9F,
        name: "CJK UNIFIED IDEOGRAPH-23E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA0,
        name: "CJK UNIFIED IDEOGRAPH-23EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA1,
        name: "CJK UNIFIED IDEOGRAPH-23EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA2,
        name: "CJK UNIFIED IDEOGRAPH-23EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA3,
        name: "CJK UNIFIED IDEOGRAPH-23EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA4,
        name: "CJK UNIFIED IDEOGRAPH-23EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA5,
        name: "CJK UNIFIED IDEOGRAPH-23EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA6,
        name: "CJK UNIFIED IDEOGRAPH-23EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA7,
        name: "CJK UNIFIED IDEOGRAPH-23EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA8,
        name: "CJK UNIFIED IDEOGRAPH-23EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EA9,
        name: "CJK UNIFIED IDEOGRAPH-23EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EAA,
        name: "CJK UNIFIED IDEOGRAPH-23EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EAB,
        name: "CJK UNIFIED IDEOGRAPH-23EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EAC,
        name: "CJK UNIFIED IDEOGRAPH-23EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EAD,
        name: "CJK UNIFIED IDEOGRAPH-23EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EAE,
        name: "CJK UNIFIED IDEOGRAPH-23EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EAF,
        name: "CJK UNIFIED IDEOGRAPH-23EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB0,
        name: "CJK UNIFIED IDEOGRAPH-23EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB1,
        name: "CJK UNIFIED IDEOGRAPH-23EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB2,
        name: "CJK UNIFIED IDEOGRAPH-23EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB3,
        name: "CJK UNIFIED IDEOGRAPH-23EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB4,
        name: "CJK UNIFIED IDEOGRAPH-23EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB5,
        name: "CJK UNIFIED IDEOGRAPH-23EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB6,
        name: "CJK UNIFIED IDEOGRAPH-23EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB7,
        name: "CJK UNIFIED IDEOGRAPH-23EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB8,
        name: "CJK UNIFIED IDEOGRAPH-23EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EB9,
        name: "CJK UNIFIED IDEOGRAPH-23EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EBA,
        name: "CJK UNIFIED IDEOGRAPH-23EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EBB,
        name: "CJK UNIFIED IDEOGRAPH-23EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EBC,
        name: "CJK UNIFIED IDEOGRAPH-23EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EBD,
        name: "CJK UNIFIED IDEOGRAPH-23EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EBE,
        name: "CJK UNIFIED IDEOGRAPH-23EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EBF,
        name: "CJK UNIFIED IDEOGRAPH-23EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC0,
        name: "CJK UNIFIED IDEOGRAPH-23EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC1,
        name: "CJK UNIFIED IDEOGRAPH-23EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC2,
        name: "CJK UNIFIED IDEOGRAPH-23EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC3,
        name: "CJK UNIFIED IDEOGRAPH-23EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC4,
        name: "CJK UNIFIED IDEOGRAPH-23EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC5,
        name: "CJK UNIFIED IDEOGRAPH-23EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC6,
        name: "CJK UNIFIED IDEOGRAPH-23EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC7,
        name: "CJK UNIFIED IDEOGRAPH-23EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC8,
        name: "CJK UNIFIED IDEOGRAPH-23EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EC9,
        name: "CJK UNIFIED IDEOGRAPH-23EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ECA,
        name: "CJK UNIFIED IDEOGRAPH-23ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ECB,
        name: "CJK UNIFIED IDEOGRAPH-23ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ECC,
        name: "CJK UNIFIED IDEOGRAPH-23ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ECD,
        name: "CJK UNIFIED IDEOGRAPH-23ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ECE,
        name: "CJK UNIFIED IDEOGRAPH-23ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ECF,
        name: "CJK UNIFIED IDEOGRAPH-23ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED0,
        name: "CJK UNIFIED IDEOGRAPH-23ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED1,
        name: "CJK UNIFIED IDEOGRAPH-23ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED2,
        name: "CJK UNIFIED IDEOGRAPH-23ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED3,
        name: "CJK UNIFIED IDEOGRAPH-23ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED4,
        name: "CJK UNIFIED IDEOGRAPH-23ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED5,
        name: "CJK UNIFIED IDEOGRAPH-23ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED6,
        name: "CJK UNIFIED IDEOGRAPH-23ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED7,
        name: "CJK UNIFIED IDEOGRAPH-23ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED8,
        name: "CJK UNIFIED IDEOGRAPH-23ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23ED9,
        name: "CJK UNIFIED IDEOGRAPH-23ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EDA,
        name: "CJK UNIFIED IDEOGRAPH-23EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EDB,
        name: "CJK UNIFIED IDEOGRAPH-23EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EDC,
        name: "CJK UNIFIED IDEOGRAPH-23EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EDD,
        name: "CJK UNIFIED IDEOGRAPH-23EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EDE,
        name: "CJK UNIFIED IDEOGRAPH-23EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EDF,
        name: "CJK UNIFIED IDEOGRAPH-23EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE0,
        name: "CJK UNIFIED IDEOGRAPH-23EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE1,
        name: "CJK UNIFIED IDEOGRAPH-23EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE2,
        name: "CJK UNIFIED IDEOGRAPH-23EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE3,
        name: "CJK UNIFIED IDEOGRAPH-23EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE4,
        name: "CJK UNIFIED IDEOGRAPH-23EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE5,
        name: "CJK UNIFIED IDEOGRAPH-23EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE6,
        name: "CJK UNIFIED IDEOGRAPH-23EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE7,
        name: "CJK UNIFIED IDEOGRAPH-23EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE8,
        name: "CJK UNIFIED IDEOGRAPH-23EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EE9,
        name: "CJK UNIFIED IDEOGRAPH-23EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EEA,
        name: "CJK UNIFIED IDEOGRAPH-23EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EEB,
        name: "CJK UNIFIED IDEOGRAPH-23EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EEC,
        name: "CJK UNIFIED IDEOGRAPH-23EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EED,
        name: "CJK UNIFIED IDEOGRAPH-23EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EEE,
        name: "CJK UNIFIED IDEOGRAPH-23EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EEF,
        name: "CJK UNIFIED IDEOGRAPH-23EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF0,
        name: "CJK UNIFIED IDEOGRAPH-23EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF1,
        name: "CJK UNIFIED IDEOGRAPH-23EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF2,
        name: "CJK UNIFIED IDEOGRAPH-23EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF3,
        name: "CJK UNIFIED IDEOGRAPH-23EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF4,
        name: "CJK UNIFIED IDEOGRAPH-23EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF5,
        name: "CJK UNIFIED IDEOGRAPH-23EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF6,
        name: "CJK UNIFIED IDEOGRAPH-23EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF7,
        name: "CJK UNIFIED IDEOGRAPH-23EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF8,
        name: "CJK UNIFIED IDEOGRAPH-23EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EF9,
        name: "CJK UNIFIED IDEOGRAPH-23EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EFA,
        name: "CJK UNIFIED IDEOGRAPH-23EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EFB,
        name: "CJK UNIFIED IDEOGRAPH-23EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EFC,
        name: "CJK UNIFIED IDEOGRAPH-23EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EFD,
        name: "CJK UNIFIED IDEOGRAPH-23EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EFE,
        name: "CJK UNIFIED IDEOGRAPH-23EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23EFF,
        name: "CJK UNIFIED IDEOGRAPH-23EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F00,
        name: "CJK UNIFIED IDEOGRAPH-23F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F01,
        name: "CJK UNIFIED IDEOGRAPH-23F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F02,
        name: "CJK UNIFIED IDEOGRAPH-23F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F03,
        name: "CJK UNIFIED IDEOGRAPH-23F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F04,
        name: "CJK UNIFIED IDEOGRAPH-23F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F05,
        name: "CJK UNIFIED IDEOGRAPH-23F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F06,
        name: "CJK UNIFIED IDEOGRAPH-23F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F07,
        name: "CJK UNIFIED IDEOGRAPH-23F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F08,
        name: "CJK UNIFIED IDEOGRAPH-23F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F09,
        name: "CJK UNIFIED IDEOGRAPH-23F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F0A,
        name: "CJK UNIFIED IDEOGRAPH-23F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F0B,
        name: "CJK UNIFIED IDEOGRAPH-23F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F0C,
        name: "CJK UNIFIED IDEOGRAPH-23F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F0D,
        name: "CJK UNIFIED IDEOGRAPH-23F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F0E,
        name: "CJK UNIFIED IDEOGRAPH-23F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F0F,
        name: "CJK UNIFIED IDEOGRAPH-23F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F10,
        name: "CJK UNIFIED IDEOGRAPH-23F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F11,
        name: "CJK UNIFIED IDEOGRAPH-23F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F12,
        name: "CJK UNIFIED IDEOGRAPH-23F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F13,
        name: "CJK UNIFIED IDEOGRAPH-23F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F14,
        name: "CJK UNIFIED IDEOGRAPH-23F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F15,
        name: "CJK UNIFIED IDEOGRAPH-23F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F16,
        name: "CJK UNIFIED IDEOGRAPH-23F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F17,
        name: "CJK UNIFIED IDEOGRAPH-23F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F18,
        name: "CJK UNIFIED IDEOGRAPH-23F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F19,
        name: "CJK UNIFIED IDEOGRAPH-23F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F1A,
        name: "CJK UNIFIED IDEOGRAPH-23F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F1B,
        name: "CJK UNIFIED IDEOGRAPH-23F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F1C,
        name: "CJK UNIFIED IDEOGRAPH-23F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F1D,
        name: "CJK UNIFIED IDEOGRAPH-23F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F1E,
        name: "CJK UNIFIED IDEOGRAPH-23F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F1F,
        name: "CJK UNIFIED IDEOGRAPH-23F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F20,
        name: "CJK UNIFIED IDEOGRAPH-23F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F21,
        name: "CJK UNIFIED IDEOGRAPH-23F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F22,
        name: "CJK UNIFIED IDEOGRAPH-23F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F23,
        name: "CJK UNIFIED IDEOGRAPH-23F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F24,
        name: "CJK UNIFIED IDEOGRAPH-23F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F25,
        name: "CJK UNIFIED IDEOGRAPH-23F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F26,
        name: "CJK UNIFIED IDEOGRAPH-23F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F27,
        name: "CJK UNIFIED IDEOGRAPH-23F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F28,
        name: "CJK UNIFIED IDEOGRAPH-23F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F29,
        name: "CJK UNIFIED IDEOGRAPH-23F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F2A,
        name: "CJK UNIFIED IDEOGRAPH-23F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F2B,
        name: "CJK UNIFIED IDEOGRAPH-23F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F2C,
        name: "CJK UNIFIED IDEOGRAPH-23F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F2D,
        name: "CJK UNIFIED IDEOGRAPH-23F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F2E,
        name: "CJK UNIFIED IDEOGRAPH-23F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F2F,
        name: "CJK UNIFIED IDEOGRAPH-23F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F30,
        name: "CJK UNIFIED IDEOGRAPH-23F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F31,
        name: "CJK UNIFIED IDEOGRAPH-23F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F32,
        name: "CJK UNIFIED IDEOGRAPH-23F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F33,
        name: "CJK UNIFIED IDEOGRAPH-23F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F34,
        name: "CJK UNIFIED IDEOGRAPH-23F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F35,
        name: "CJK UNIFIED IDEOGRAPH-23F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F36,
        name: "CJK UNIFIED IDEOGRAPH-23F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F37,
        name: "CJK UNIFIED IDEOGRAPH-23F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F38,
        name: "CJK UNIFIED IDEOGRAPH-23F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F39,
        name: "CJK UNIFIED IDEOGRAPH-23F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F3A,
        name: "CJK UNIFIED IDEOGRAPH-23F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F3B,
        name: "CJK UNIFIED IDEOGRAPH-23F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F3C,
        name: "CJK UNIFIED IDEOGRAPH-23F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F3D,
        name: "CJK UNIFIED IDEOGRAPH-23F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F3E,
        name: "CJK UNIFIED IDEOGRAPH-23F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F3F,
        name: "CJK UNIFIED IDEOGRAPH-23F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F40,
        name: "CJK UNIFIED IDEOGRAPH-23F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F41,
        name: "CJK UNIFIED IDEOGRAPH-23F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F42,
        name: "CJK UNIFIED IDEOGRAPH-23F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F43,
        name: "CJK UNIFIED IDEOGRAPH-23F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F44,
        name: "CJK UNIFIED IDEOGRAPH-23F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F45,
        name: "CJK UNIFIED IDEOGRAPH-23F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F46,
        name: "CJK UNIFIED IDEOGRAPH-23F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F47,
        name: "CJK UNIFIED IDEOGRAPH-23F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F48,
        name: "CJK UNIFIED IDEOGRAPH-23F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F49,
        name: "CJK UNIFIED IDEOGRAPH-23F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F4A,
        name: "CJK UNIFIED IDEOGRAPH-23F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F4B,
        name: "CJK UNIFIED IDEOGRAPH-23F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F4C,
        name: "CJK UNIFIED IDEOGRAPH-23F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F4D,
        name: "CJK UNIFIED IDEOGRAPH-23F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F4E,
        name: "CJK UNIFIED IDEOGRAPH-23F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F4F,
        name: "CJK UNIFIED IDEOGRAPH-23F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F50,
        name: "CJK UNIFIED IDEOGRAPH-23F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F51,
        name: "CJK UNIFIED IDEOGRAPH-23F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F52,
        name: "CJK UNIFIED IDEOGRAPH-23F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F53,
        name: "CJK UNIFIED IDEOGRAPH-23F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F54,
        name: "CJK UNIFIED IDEOGRAPH-23F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F55,
        name: "CJK UNIFIED IDEOGRAPH-23F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F56,
        name: "CJK UNIFIED IDEOGRAPH-23F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F57,
        name: "CJK UNIFIED IDEOGRAPH-23F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F58,
        name: "CJK UNIFIED IDEOGRAPH-23F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F59,
        name: "CJK UNIFIED IDEOGRAPH-23F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F5A,
        name: "CJK UNIFIED IDEOGRAPH-23F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F5B,
        name: "CJK UNIFIED IDEOGRAPH-23F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F5C,
        name: "CJK UNIFIED IDEOGRAPH-23F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F5D,
        name: "CJK UNIFIED IDEOGRAPH-23F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F5E,
        name: "CJK UNIFIED IDEOGRAPH-23F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F5F,
        name: "CJK UNIFIED IDEOGRAPH-23F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F60,
        name: "CJK UNIFIED IDEOGRAPH-23F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F61,
        name: "CJK UNIFIED IDEOGRAPH-23F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F62,
        name: "CJK UNIFIED IDEOGRAPH-23F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F63,
        name: "CJK UNIFIED IDEOGRAPH-23F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F64,
        name: "CJK UNIFIED IDEOGRAPH-23F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F65,
        name: "CJK UNIFIED IDEOGRAPH-23F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F66,
        name: "CJK UNIFIED IDEOGRAPH-23F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F67,
        name: "CJK UNIFIED IDEOGRAPH-23F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F68,
        name: "CJK UNIFIED IDEOGRAPH-23F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F69,
        name: "CJK UNIFIED IDEOGRAPH-23F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F6A,
        name: "CJK UNIFIED IDEOGRAPH-23F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F6B,
        name: "CJK UNIFIED IDEOGRAPH-23F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F6C,
        name: "CJK UNIFIED IDEOGRAPH-23F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F6D,
        name: "CJK UNIFIED IDEOGRAPH-23F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F6E,
        name: "CJK UNIFIED IDEOGRAPH-23F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F6F,
        name: "CJK UNIFIED IDEOGRAPH-23F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F70,
        name: "CJK UNIFIED IDEOGRAPH-23F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F71,
        name: "CJK UNIFIED IDEOGRAPH-23F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F72,
        name: "CJK UNIFIED IDEOGRAPH-23F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F73,
        name: "CJK UNIFIED IDEOGRAPH-23F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F74,
        name: "CJK UNIFIED IDEOGRAPH-23F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F75,
        name: "CJK UNIFIED IDEOGRAPH-23F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F76,
        name: "CJK UNIFIED IDEOGRAPH-23F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F77,
        name: "CJK UNIFIED IDEOGRAPH-23F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F78,
        name: "CJK UNIFIED IDEOGRAPH-23F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F79,
        name: "CJK UNIFIED IDEOGRAPH-23F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F7A,
        name: "CJK UNIFIED IDEOGRAPH-23F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F7B,
        name: "CJK UNIFIED IDEOGRAPH-23F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F7C,
        name: "CJK UNIFIED IDEOGRAPH-23F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F7D,
        name: "CJK UNIFIED IDEOGRAPH-23F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F7E,
        name: "CJK UNIFIED IDEOGRAPH-23F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F7F,
        name: "CJK UNIFIED IDEOGRAPH-23F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F80,
        name: "CJK UNIFIED IDEOGRAPH-23F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F81,
        name: "CJK UNIFIED IDEOGRAPH-23F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F82,
        name: "CJK UNIFIED IDEOGRAPH-23F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F83,
        name: "CJK UNIFIED IDEOGRAPH-23F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F84,
        name: "CJK UNIFIED IDEOGRAPH-23F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F85,
        name: "CJK UNIFIED IDEOGRAPH-23F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F86,
        name: "CJK UNIFIED IDEOGRAPH-23F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F87,
        name: "CJK UNIFIED IDEOGRAPH-23F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F88,
        name: "CJK UNIFIED IDEOGRAPH-23F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F89,
        name: "CJK UNIFIED IDEOGRAPH-23F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F8A,
        name: "CJK UNIFIED IDEOGRAPH-23F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F8B,
        name: "CJK UNIFIED IDEOGRAPH-23F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F8C,
        name: "CJK UNIFIED IDEOGRAPH-23F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F8D,
        name: "CJK UNIFIED IDEOGRAPH-23F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F8E,
        name: "CJK UNIFIED IDEOGRAPH-23F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F8F,
        name: "CJK UNIFIED IDEOGRAPH-23F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F90,
        name: "CJK UNIFIED IDEOGRAPH-23F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F91,
        name: "CJK UNIFIED IDEOGRAPH-23F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F92,
        name: "CJK UNIFIED IDEOGRAPH-23F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F93,
        name: "CJK UNIFIED IDEOGRAPH-23F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F94,
        name: "CJK UNIFIED IDEOGRAPH-23F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F95,
        name: "CJK UNIFIED IDEOGRAPH-23F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F96,
        name: "CJK UNIFIED IDEOGRAPH-23F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F97,
        name: "CJK UNIFIED IDEOGRAPH-23F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F98,
        name: "CJK UNIFIED IDEOGRAPH-23F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F99,
        name: "CJK UNIFIED IDEOGRAPH-23F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F9A,
        name: "CJK UNIFIED IDEOGRAPH-23F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F9B,
        name: "CJK UNIFIED IDEOGRAPH-23F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F9C,
        name: "CJK UNIFIED IDEOGRAPH-23F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F9D,
        name: "CJK UNIFIED IDEOGRAPH-23F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F9E,
        name: "CJK UNIFIED IDEOGRAPH-23F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x23F9F,
        name: "CJK UNIFIED IDEOGRAPH-23F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA0,
        name: "CJK UNIFIED IDEOGRAPH-23FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA1,
        name: "CJK UNIFIED IDEOGRAPH-23FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA2,
        name: "CJK UNIFIED IDEOGRAPH-23FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA3,
        name: "CJK UNIFIED IDEOGRAPH-23FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA4,
        name: "CJK UNIFIED IDEOGRAPH-23FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA5,
        name: "CJK UNIFIED IDEOGRAPH-23FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA6,
        name: "CJK UNIFIED IDEOGRAPH-23FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA7,
        name: "CJK UNIFIED IDEOGRAPH-23FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA8,
        name: "CJK UNIFIED IDEOGRAPH-23FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FA9,
        name: "CJK UNIFIED IDEOGRAPH-23FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FAA,
        name: "CJK UNIFIED IDEOGRAPH-23FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FAB,
        name: "CJK UNIFIED IDEOGRAPH-23FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FAC,
        name: "CJK UNIFIED IDEOGRAPH-23FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FAD,
        name: "CJK UNIFIED IDEOGRAPH-23FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FAE,
        name: "CJK UNIFIED IDEOGRAPH-23FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FAF,
        name: "CJK UNIFIED IDEOGRAPH-23FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB0,
        name: "CJK UNIFIED IDEOGRAPH-23FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB1,
        name: "CJK UNIFIED IDEOGRAPH-23FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB2,
        name: "CJK UNIFIED IDEOGRAPH-23FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB3,
        name: "CJK UNIFIED IDEOGRAPH-23FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB4,
        name: "CJK UNIFIED IDEOGRAPH-23FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB5,
        name: "CJK UNIFIED IDEOGRAPH-23FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB6,
        name: "CJK UNIFIED IDEOGRAPH-23FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB7,
        name: "CJK UNIFIED IDEOGRAPH-23FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB8,
        name: "CJK UNIFIED IDEOGRAPH-23FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FB9,
        name: "CJK UNIFIED IDEOGRAPH-23FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FBA,
        name: "CJK UNIFIED IDEOGRAPH-23FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FBB,
        name: "CJK UNIFIED IDEOGRAPH-23FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FBC,
        name: "CJK UNIFIED IDEOGRAPH-23FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FBD,
        name: "CJK UNIFIED IDEOGRAPH-23FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FBE,
        name: "CJK UNIFIED IDEOGRAPH-23FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FBF,
        name: "CJK UNIFIED IDEOGRAPH-23FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC0,
        name: "CJK UNIFIED IDEOGRAPH-23FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC1,
        name: "CJK UNIFIED IDEOGRAPH-23FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC2,
        name: "CJK UNIFIED IDEOGRAPH-23FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC3,
        name: "CJK UNIFIED IDEOGRAPH-23FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC4,
        name: "CJK UNIFIED IDEOGRAPH-23FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC5,
        name: "CJK UNIFIED IDEOGRAPH-23FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC6,
        name: "CJK UNIFIED IDEOGRAPH-23FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC7,
        name: "CJK UNIFIED IDEOGRAPH-23FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC8,
        name: "CJK UNIFIED IDEOGRAPH-23FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FC9,
        name: "CJK UNIFIED IDEOGRAPH-23FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FCA,
        name: "CJK UNIFIED IDEOGRAPH-23FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FCB,
        name: "CJK UNIFIED IDEOGRAPH-23FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FCC,
        name: "CJK UNIFIED IDEOGRAPH-23FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FCD,
        name: "CJK UNIFIED IDEOGRAPH-23FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FCE,
        name: "CJK UNIFIED IDEOGRAPH-23FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FCF,
        name: "CJK UNIFIED IDEOGRAPH-23FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD0,
        name: "CJK UNIFIED IDEOGRAPH-23FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD1,
        name: "CJK UNIFIED IDEOGRAPH-23FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD2,
        name: "CJK UNIFIED IDEOGRAPH-23FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD3,
        name: "CJK UNIFIED IDEOGRAPH-23FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD4,
        name: "CJK UNIFIED IDEOGRAPH-23FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD5,
        name: "CJK UNIFIED IDEOGRAPH-23FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD6,
        name: "CJK UNIFIED IDEOGRAPH-23FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD7,
        name: "CJK UNIFIED IDEOGRAPH-23FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD8,
        name: "CJK UNIFIED IDEOGRAPH-23FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FD9,
        name: "CJK UNIFIED IDEOGRAPH-23FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FDA,
        name: "CJK UNIFIED IDEOGRAPH-23FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FDB,
        name: "CJK UNIFIED IDEOGRAPH-23FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FDC,
        name: "CJK UNIFIED IDEOGRAPH-23FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FDD,
        name: "CJK UNIFIED IDEOGRAPH-23FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FDE,
        name: "CJK UNIFIED IDEOGRAPH-23FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FDF,
        name: "CJK UNIFIED IDEOGRAPH-23FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE0,
        name: "CJK UNIFIED IDEOGRAPH-23FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE1,
        name: "CJK UNIFIED IDEOGRAPH-23FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE2,
        name: "CJK UNIFIED IDEOGRAPH-23FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE3,
        name: "CJK UNIFIED IDEOGRAPH-23FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE4,
        name: "CJK UNIFIED IDEOGRAPH-23FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE5,
        name: "CJK UNIFIED IDEOGRAPH-23FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE6,
        name: "CJK UNIFIED IDEOGRAPH-23FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE7,
        name: "CJK UNIFIED IDEOGRAPH-23FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE8,
        name: "CJK UNIFIED IDEOGRAPH-23FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FE9,
        name: "CJK UNIFIED IDEOGRAPH-23FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FEA,
        name: "CJK UNIFIED IDEOGRAPH-23FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FEB,
        name: "CJK UNIFIED IDEOGRAPH-23FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FEC,
        name: "CJK UNIFIED IDEOGRAPH-23FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FED,
        name: "CJK UNIFIED IDEOGRAPH-23FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FEE,
        name: "CJK UNIFIED IDEOGRAPH-23FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FEF,
        name: "CJK UNIFIED IDEOGRAPH-23FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF0,
        name: "CJK UNIFIED IDEOGRAPH-23FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF1,
        name: "CJK UNIFIED IDEOGRAPH-23FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF2,
        name: "CJK UNIFIED IDEOGRAPH-23FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF3,
        name: "CJK UNIFIED IDEOGRAPH-23FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF4,
        name: "CJK UNIFIED IDEOGRAPH-23FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF5,
        name: "CJK UNIFIED IDEOGRAPH-23FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF6,
        name: "CJK UNIFIED IDEOGRAPH-23FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF7,
        name: "CJK UNIFIED IDEOGRAPH-23FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF8,
        name: "CJK UNIFIED IDEOGRAPH-23FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FF9,
        name: "CJK UNIFIED IDEOGRAPH-23FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FFA,
        name: "CJK UNIFIED IDEOGRAPH-23FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FFB,
        name: "CJK UNIFIED IDEOGRAPH-23FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FFC,
        name: "CJK UNIFIED IDEOGRAPH-23FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FFD,
        name: "CJK UNIFIED IDEOGRAPH-23FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FFE,
        name: "CJK UNIFIED IDEOGRAPH-23FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x23FFF,
        name: "CJK UNIFIED IDEOGRAPH-23FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24000,
        name: "CJK UNIFIED IDEOGRAPH-24000",
    },
    Character {
        age: "3.1",
        codepoint: 0x24001,
        name: "CJK UNIFIED IDEOGRAPH-24001",
    },
    Character {
        age: "3.1",
        codepoint: 0x24002,
        name: "CJK UNIFIED IDEOGRAPH-24002",
    },
    Character {
        age: "3.1",
        codepoint: 0x24003,
        name: "CJK UNIFIED IDEOGRAPH-24003",
    },
    Character {
        age: "3.1",
        codepoint: 0x24004,
        name: "CJK UNIFIED IDEOGRAPH-24004",
    },
    Character {
        age: "3.1",
        codepoint: 0x24005,
        name: "CJK UNIFIED IDEOGRAPH-24005",
    },
    Character {
        age: "3.1",
        codepoint: 0x24006,
        name: "CJK UNIFIED IDEOGRAPH-24006",
    },
    Character {
        age: "3.1",
        codepoint: 0x24007,
        name: "CJK UNIFIED IDEOGRAPH-24007",
    },
    Character {
        age: "3.1",
        codepoint: 0x24008,
        name: "CJK UNIFIED IDEOGRAPH-24008",
    },
    Character {
        age: "3.1",
        codepoint: 0x24009,
        name: "CJK UNIFIED IDEOGRAPH-24009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2400A,
        name: "CJK UNIFIED IDEOGRAPH-2400A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2400B,
        name: "CJK UNIFIED IDEOGRAPH-2400B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2400C,
        name: "CJK UNIFIED IDEOGRAPH-2400C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2400D,
        name: "CJK UNIFIED IDEOGRAPH-2400D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2400E,
        name: "CJK UNIFIED IDEOGRAPH-2400E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2400F,
        name: "CJK UNIFIED IDEOGRAPH-2400F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24010,
        name: "CJK UNIFIED IDEOGRAPH-24010",
    },
    Character {
        age: "3.1",
        codepoint: 0x24011,
        name: "CJK UNIFIED IDEOGRAPH-24011",
    },
    Character {
        age: "3.1",
        codepoint: 0x24012,
        name: "CJK UNIFIED IDEOGRAPH-24012",
    },
    Character {
        age: "3.1",
        codepoint: 0x24013,
        name: "CJK UNIFIED IDEOGRAPH-24013",
    },
    Character {
        age: "3.1",
        codepoint: 0x24014,
        name: "CJK UNIFIED IDEOGRAPH-24014",
    },
    Character {
        age: "3.1",
        codepoint: 0x24015,
        name: "CJK UNIFIED IDEOGRAPH-24015",
    },
    Character {
        age: "3.1",
        codepoint: 0x24016,
        name: "CJK UNIFIED IDEOGRAPH-24016",
    },
    Character {
        age: "3.1",
        codepoint: 0x24017,
        name: "CJK UNIFIED IDEOGRAPH-24017",
    },
    Character {
        age: "3.1",
        codepoint: 0x24018,
        name: "CJK UNIFIED IDEOGRAPH-24018",
    },
    Character {
        age: "3.1",
        codepoint: 0x24019,
        name: "CJK UNIFIED IDEOGRAPH-24019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2401A,
        name: "CJK UNIFIED IDEOGRAPH-2401A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2401B,
        name: "CJK UNIFIED IDEOGRAPH-2401B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2401C,
        name: "CJK UNIFIED IDEOGRAPH-2401C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2401D,
        name: "CJK UNIFIED IDEOGRAPH-2401D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2401E,
        name: "CJK UNIFIED IDEOGRAPH-2401E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2401F,
        name: "CJK UNIFIED IDEOGRAPH-2401F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24020,
        name: "CJK UNIFIED IDEOGRAPH-24020",
    },
    Character {
        age: "3.1",
        codepoint: 0x24021,
        name: "CJK UNIFIED IDEOGRAPH-24021",
    },
    Character {
        age: "3.1",
        codepoint: 0x24022,
        name: "CJK UNIFIED IDEOGRAPH-24022",
    },
    Character {
        age: "3.1",
        codepoint: 0x24023,
        name: "CJK UNIFIED IDEOGRAPH-24023",
    },
    Character {
        age: "3.1",
        codepoint: 0x24024,
        name: "CJK UNIFIED IDEOGRAPH-24024",
    },
    Character {
        age: "3.1",
        codepoint: 0x24025,
        name: "CJK UNIFIED IDEOGRAPH-24025",
    },
    Character {
        age: "3.1",
        codepoint: 0x24026,
        name: "CJK UNIFIED IDEOGRAPH-24026",
    },
    Character {
        age: "3.1",
        codepoint: 0x24027,
        name: "CJK UNIFIED IDEOGRAPH-24027",
    },
    Character {
        age: "3.1",
        codepoint: 0x24028,
        name: "CJK UNIFIED IDEOGRAPH-24028",
    },
    Character {
        age: "3.1",
        codepoint: 0x24029,
        name: "CJK UNIFIED IDEOGRAPH-24029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2402A,
        name: "CJK UNIFIED IDEOGRAPH-2402A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2402B,
        name: "CJK UNIFIED IDEOGRAPH-2402B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2402C,
        name: "CJK UNIFIED IDEOGRAPH-2402C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2402D,
        name: "CJK UNIFIED IDEOGRAPH-2402D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2402E,
        name: "CJK UNIFIED IDEOGRAPH-2402E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2402F,
        name: "CJK UNIFIED IDEOGRAPH-2402F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24030,
        name: "CJK UNIFIED IDEOGRAPH-24030",
    },
    Character {
        age: "3.1",
        codepoint: 0x24031,
        name: "CJK UNIFIED IDEOGRAPH-24031",
    },
    Character {
        age: "3.1",
        codepoint: 0x24032,
        name: "CJK UNIFIED IDEOGRAPH-24032",
    },
    Character {
        age: "3.1",
        codepoint: 0x24033,
        name: "CJK UNIFIED IDEOGRAPH-24033",
    },
    Character {
        age: "3.1",
        codepoint: 0x24034,
        name: "CJK UNIFIED IDEOGRAPH-24034",
    },
    Character {
        age: "3.1",
        codepoint: 0x24035,
        name: "CJK UNIFIED IDEOGRAPH-24035",
    },
    Character {
        age: "3.1",
        codepoint: 0x24036,
        name: "CJK UNIFIED IDEOGRAPH-24036",
    },
    Character {
        age: "3.1",
        codepoint: 0x24037,
        name: "CJK UNIFIED IDEOGRAPH-24037",
    },
    Character {
        age: "3.1",
        codepoint: 0x24038,
        name: "CJK UNIFIED IDEOGRAPH-24038",
    },
    Character {
        age: "3.1",
        codepoint: 0x24039,
        name: "CJK UNIFIED IDEOGRAPH-24039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2403A,
        name: "CJK UNIFIED IDEOGRAPH-2403A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2403B,
        name: "CJK UNIFIED IDEOGRAPH-2403B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2403C,
        name: "CJK UNIFIED IDEOGRAPH-2403C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2403D,
        name: "CJK UNIFIED IDEOGRAPH-2403D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2403E,
        name: "CJK UNIFIED IDEOGRAPH-2403E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2403F,
        name: "CJK UNIFIED IDEOGRAPH-2403F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24040,
        name: "CJK UNIFIED IDEOGRAPH-24040",
    },
    Character {
        age: "3.1",
        codepoint: 0x24041,
        name: "CJK UNIFIED IDEOGRAPH-24041",
    },
    Character {
        age: "3.1",
        codepoint: 0x24042,
        name: "CJK UNIFIED IDEOGRAPH-24042",
    },
    Character {
        age: "3.1",
        codepoint: 0x24043,
        name: "CJK UNIFIED IDEOGRAPH-24043",
    },
    Character {
        age: "3.1",
        codepoint: 0x24044,
        name: "CJK UNIFIED IDEOGRAPH-24044",
    },
    Character {
        age: "3.1",
        codepoint: 0x24045,
        name: "CJK UNIFIED IDEOGRAPH-24045",
    },
    Character {
        age: "3.1",
        codepoint: 0x24046,
        name: "CJK UNIFIED IDEOGRAPH-24046",
    },
    Character {
        age: "3.1",
        codepoint: 0x24047,
        name: "CJK UNIFIED IDEOGRAPH-24047",
    },
    Character {
        age: "3.1",
        codepoint: 0x24048,
        name: "CJK UNIFIED IDEOGRAPH-24048",
    },
    Character {
        age: "3.1",
        codepoint: 0x24049,
        name: "CJK UNIFIED IDEOGRAPH-24049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2404A,
        name: "CJK UNIFIED IDEOGRAPH-2404A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2404B,
        name: "CJK UNIFIED IDEOGRAPH-2404B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2404C,
        name: "CJK UNIFIED IDEOGRAPH-2404C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2404D,
        name: "CJK UNIFIED IDEOGRAPH-2404D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2404E,
        name: "CJK UNIFIED IDEOGRAPH-2404E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2404F,
        name: "CJK UNIFIED IDEOGRAPH-2404F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24050,
        name: "CJK UNIFIED IDEOGRAPH-24050",
    },
    Character {
        age: "3.1",
        codepoint: 0x24051,
        name: "CJK UNIFIED IDEOGRAPH-24051",
    },
    Character {
        age: "3.1",
        codepoint: 0x24052,
        name: "CJK UNIFIED IDEOGRAPH-24052",
    },
    Character {
        age: "3.1",
        codepoint: 0x24053,
        name: "CJK UNIFIED IDEOGRAPH-24053",
    },
    Character {
        age: "3.1",
        codepoint: 0x24054,
        name: "CJK UNIFIED IDEOGRAPH-24054",
    },
    Character {
        age: "3.1",
        codepoint: 0x24055,
        name: "CJK UNIFIED IDEOGRAPH-24055",
    },
    Character {
        age: "3.1",
        codepoint: 0x24056,
        name: "CJK UNIFIED IDEOGRAPH-24056",
    },
    Character {
        age: "3.1",
        codepoint: 0x24057,
        name: "CJK UNIFIED IDEOGRAPH-24057",
    },
    Character {
        age: "3.1",
        codepoint: 0x24058,
        name: "CJK UNIFIED IDEOGRAPH-24058",
    },
    Character {
        age: "3.1",
        codepoint: 0x24059,
        name: "CJK UNIFIED IDEOGRAPH-24059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2405A,
        name: "CJK UNIFIED IDEOGRAPH-2405A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2405B,
        name: "CJK UNIFIED IDEOGRAPH-2405B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2405C,
        name: "CJK UNIFIED IDEOGRAPH-2405C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2405D,
        name: "CJK UNIFIED IDEOGRAPH-2405D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2405E,
        name: "CJK UNIFIED IDEOGRAPH-2405E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2405F,
        name: "CJK UNIFIED IDEOGRAPH-2405F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24060,
        name: "CJK UNIFIED IDEOGRAPH-24060",
    },
    Character {
        age: "3.1",
        codepoint: 0x24061,
        name: "CJK UNIFIED IDEOGRAPH-24061",
    },
    Character {
        age: "3.1",
        codepoint: 0x24062,
        name: "CJK UNIFIED IDEOGRAPH-24062",
    },
    Character {
        age: "3.1",
        codepoint: 0x24063,
        name: "CJK UNIFIED IDEOGRAPH-24063",
    },
    Character {
        age: "3.1",
        codepoint: 0x24064,
        name: "CJK UNIFIED IDEOGRAPH-24064",
    },
    Character {
        age: "3.1",
        codepoint: 0x24065,
        name: "CJK UNIFIED IDEOGRAPH-24065",
    },
    Character {
        age: "3.1",
        codepoint: 0x24066,
        name: "CJK UNIFIED IDEOGRAPH-24066",
    },
    Character {
        age: "3.1",
        codepoint: 0x24067,
        name: "CJK UNIFIED IDEOGRAPH-24067",
    },
    Character {
        age: "3.1",
        codepoint: 0x24068,
        name: "CJK UNIFIED IDEOGRAPH-24068",
    },
    Character {
        age: "3.1",
        codepoint: 0x24069,
        name: "CJK UNIFIED IDEOGRAPH-24069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2406A,
        name: "CJK UNIFIED IDEOGRAPH-2406A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2406B,
        name: "CJK UNIFIED IDEOGRAPH-2406B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2406C,
        name: "CJK UNIFIED IDEOGRAPH-2406C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2406D,
        name: "CJK UNIFIED IDEOGRAPH-2406D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2406E,
        name: "CJK UNIFIED IDEOGRAPH-2406E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2406F,
        name: "CJK UNIFIED IDEOGRAPH-2406F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24070,
        name: "CJK UNIFIED IDEOGRAPH-24070",
    },
    Character {
        age: "3.1",
        codepoint: 0x24071,
        name: "CJK UNIFIED IDEOGRAPH-24071",
    },
    Character {
        age: "3.1",
        codepoint: 0x24072,
        name: "CJK UNIFIED IDEOGRAPH-24072",
    },
    Character {
        age: "3.1",
        codepoint: 0x24073,
        name: "CJK UNIFIED IDEOGRAPH-24073",
    },
    Character {
        age: "3.1",
        codepoint: 0x24074,
        name: "CJK UNIFIED IDEOGRAPH-24074",
    },
    Character {
        age: "3.1",
        codepoint: 0x24075,
        name: "CJK UNIFIED IDEOGRAPH-24075",
    },
    Character {
        age: "3.1",
        codepoint: 0x24076,
        name: "CJK UNIFIED IDEOGRAPH-24076",
    },
    Character {
        age: "3.1",
        codepoint: 0x24077,
        name: "CJK UNIFIED IDEOGRAPH-24077",
    },
    Character {
        age: "3.1",
        codepoint: 0x24078,
        name: "CJK UNIFIED IDEOGRAPH-24078",
    },
    Character {
        age: "3.1",
        codepoint: 0x24079,
        name: "CJK UNIFIED IDEOGRAPH-24079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2407A,
        name: "CJK UNIFIED IDEOGRAPH-2407A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2407B,
        name: "CJK UNIFIED IDEOGRAPH-2407B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2407C,
        name: "CJK UNIFIED IDEOGRAPH-2407C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2407D,
        name: "CJK UNIFIED IDEOGRAPH-2407D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2407E,
        name: "CJK UNIFIED IDEOGRAPH-2407E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2407F,
        name: "CJK UNIFIED IDEOGRAPH-2407F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24080,
        name: "CJK UNIFIED IDEOGRAPH-24080",
    },
    Character {
        age: "3.1",
        codepoint: 0x24081,
        name: "CJK UNIFIED IDEOGRAPH-24081",
    },
    Character {
        age: "3.1",
        codepoint: 0x24082,
        name: "CJK UNIFIED IDEOGRAPH-24082",
    },
    Character {
        age: "3.1",
        codepoint: 0x24083,
        name: "CJK UNIFIED IDEOGRAPH-24083",
    },
    Character {
        age: "3.1",
        codepoint: 0x24084,
        name: "CJK UNIFIED IDEOGRAPH-24084",
    },
    Character {
        age: "3.1",
        codepoint: 0x24085,
        name: "CJK UNIFIED IDEOGRAPH-24085",
    },
    Character {
        age: "3.1",
        codepoint: 0x24086,
        name: "CJK UNIFIED IDEOGRAPH-24086",
    },
    Character {
        age: "3.1",
        codepoint: 0x24087,
        name: "CJK UNIFIED IDEOGRAPH-24087",
    },
    Character {
        age: "3.1",
        codepoint: 0x24088,
        name: "CJK UNIFIED IDEOGRAPH-24088",
    },
    Character {
        age: "3.1",
        codepoint: 0x24089,
        name: "CJK UNIFIED IDEOGRAPH-24089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2408A,
        name: "CJK UNIFIED IDEOGRAPH-2408A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2408B,
        name: "CJK UNIFIED IDEOGRAPH-2408B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2408C,
        name: "CJK UNIFIED IDEOGRAPH-2408C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2408D,
        name: "CJK UNIFIED IDEOGRAPH-2408D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2408E,
        name: "CJK UNIFIED IDEOGRAPH-2408E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2408F,
        name: "CJK UNIFIED IDEOGRAPH-2408F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24090,
        name: "CJK UNIFIED IDEOGRAPH-24090",
    },
    Character {
        age: "3.1",
        codepoint: 0x24091,
        name: "CJK UNIFIED IDEOGRAPH-24091",
    },
    Character {
        age: "3.1",
        codepoint: 0x24092,
        name: "CJK UNIFIED IDEOGRAPH-24092",
    },
    Character {
        age: "3.1",
        codepoint: 0x24093,
        name: "CJK UNIFIED IDEOGRAPH-24093",
    },
    Character {
        age: "3.1",
        codepoint: 0x24094,
        name: "CJK UNIFIED IDEOGRAPH-24094",
    },
    Character {
        age: "3.1",
        codepoint: 0x24095,
        name: "CJK UNIFIED IDEOGRAPH-24095",
    },
    Character {
        age: "3.1",
        codepoint: 0x24096,
        name: "CJK UNIFIED IDEOGRAPH-24096",
    },
    Character {
        age: "3.1",
        codepoint: 0x24097,
        name: "CJK UNIFIED IDEOGRAPH-24097",
    },
    Character {
        age: "3.1",
        codepoint: 0x24098,
        name: "CJK UNIFIED IDEOGRAPH-24098",
    },
    Character {
        age: "3.1",
        codepoint: 0x24099,
        name: "CJK UNIFIED IDEOGRAPH-24099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2409A,
        name: "CJK UNIFIED IDEOGRAPH-2409A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2409B,
        name: "CJK UNIFIED IDEOGRAPH-2409B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2409C,
        name: "CJK UNIFIED IDEOGRAPH-2409C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2409D,
        name: "CJK UNIFIED IDEOGRAPH-2409D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2409E,
        name: "CJK UNIFIED IDEOGRAPH-2409E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2409F,
        name: "CJK UNIFIED IDEOGRAPH-2409F",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A0,
        name: "CJK UNIFIED IDEOGRAPH-240A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A1,
        name: "CJK UNIFIED IDEOGRAPH-240A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A2,
        name: "CJK UNIFIED IDEOGRAPH-240A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A3,
        name: "CJK UNIFIED IDEOGRAPH-240A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A4,
        name: "CJK UNIFIED IDEOGRAPH-240A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A5,
        name: "CJK UNIFIED IDEOGRAPH-240A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A6,
        name: "CJK UNIFIED IDEOGRAPH-240A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A7,
        name: "CJK UNIFIED IDEOGRAPH-240A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A8,
        name: "CJK UNIFIED IDEOGRAPH-240A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x240A9,
        name: "CJK UNIFIED IDEOGRAPH-240A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x240AA,
        name: "CJK UNIFIED IDEOGRAPH-240AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x240AB,
        name: "CJK UNIFIED IDEOGRAPH-240AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x240AC,
        name: "CJK UNIFIED IDEOGRAPH-240AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x240AD,
        name: "CJK UNIFIED IDEOGRAPH-240AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x240AE,
        name: "CJK UNIFIED IDEOGRAPH-240AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x240AF,
        name: "CJK UNIFIED IDEOGRAPH-240AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B0,
        name: "CJK UNIFIED IDEOGRAPH-240B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B1,
        name: "CJK UNIFIED IDEOGRAPH-240B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B2,
        name: "CJK UNIFIED IDEOGRAPH-240B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B3,
        name: "CJK UNIFIED IDEOGRAPH-240B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B4,
        name: "CJK UNIFIED IDEOGRAPH-240B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B5,
        name: "CJK UNIFIED IDEOGRAPH-240B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B6,
        name: "CJK UNIFIED IDEOGRAPH-240B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B7,
        name: "CJK UNIFIED IDEOGRAPH-240B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B8,
        name: "CJK UNIFIED IDEOGRAPH-240B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x240B9,
        name: "CJK UNIFIED IDEOGRAPH-240B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x240BA,
        name: "CJK UNIFIED IDEOGRAPH-240BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x240BB,
        name: "CJK UNIFIED IDEOGRAPH-240BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x240BC,
        name: "CJK UNIFIED IDEOGRAPH-240BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x240BD,
        name: "CJK UNIFIED IDEOGRAPH-240BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x240BE,
        name: "CJK UNIFIED IDEOGRAPH-240BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x240BF,
        name: "CJK UNIFIED IDEOGRAPH-240BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C0,
        name: "CJK UNIFIED IDEOGRAPH-240C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C1,
        name: "CJK UNIFIED IDEOGRAPH-240C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C2,
        name: "CJK UNIFIED IDEOGRAPH-240C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C3,
        name: "CJK UNIFIED IDEOGRAPH-240C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C4,
        name: "CJK UNIFIED IDEOGRAPH-240C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C5,
        name: "CJK UNIFIED IDEOGRAPH-240C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C6,
        name: "CJK UNIFIED IDEOGRAPH-240C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C7,
        name: "CJK UNIFIED IDEOGRAPH-240C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C8,
        name: "CJK UNIFIED IDEOGRAPH-240C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x240C9,
        name: "CJK UNIFIED IDEOGRAPH-240C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x240CA,
        name: "CJK UNIFIED IDEOGRAPH-240CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x240CB,
        name: "CJK UNIFIED IDEOGRAPH-240CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x240CC,
        name: "CJK UNIFIED IDEOGRAPH-240CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x240CD,
        name: "CJK UNIFIED IDEOGRAPH-240CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x240CE,
        name: "CJK UNIFIED IDEOGRAPH-240CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x240CF,
        name: "CJK UNIFIED IDEOGRAPH-240CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D0,
        name: "CJK UNIFIED IDEOGRAPH-240D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D1,
        name: "CJK UNIFIED IDEOGRAPH-240D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D2,
        name: "CJK UNIFIED IDEOGRAPH-240D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D3,
        name: "CJK UNIFIED IDEOGRAPH-240D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D4,
        name: "CJK UNIFIED IDEOGRAPH-240D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D5,
        name: "CJK UNIFIED IDEOGRAPH-240D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D6,
        name: "CJK UNIFIED IDEOGRAPH-240D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D7,
        name: "CJK UNIFIED IDEOGRAPH-240D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D8,
        name: "CJK UNIFIED IDEOGRAPH-240D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x240D9,
        name: "CJK UNIFIED IDEOGRAPH-240D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x240DA,
        name: "CJK UNIFIED IDEOGRAPH-240DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x240DB,
        name: "CJK UNIFIED IDEOGRAPH-240DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x240DC,
        name: "CJK UNIFIED IDEOGRAPH-240DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x240DD,
        name: "CJK UNIFIED IDEOGRAPH-240DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x240DE,
        name: "CJK UNIFIED IDEOGRAPH-240DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x240DF,
        name: "CJK UNIFIED IDEOGRAPH-240DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E0,
        name: "CJK UNIFIED IDEOGRAPH-240E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E1,
        name: "CJK UNIFIED IDEOGRAPH-240E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E2,
        name: "CJK UNIFIED IDEOGRAPH-240E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E3,
        name: "CJK UNIFIED IDEOGRAPH-240E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E4,
        name: "CJK UNIFIED IDEOGRAPH-240E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E5,
        name: "CJK UNIFIED IDEOGRAPH-240E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E6,
        name: "CJK UNIFIED IDEOGRAPH-240E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E7,
        name: "CJK UNIFIED IDEOGRAPH-240E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E8,
        name: "CJK UNIFIED IDEOGRAPH-240E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x240E9,
        name: "CJK UNIFIED IDEOGRAPH-240E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x240EA,
        name: "CJK UNIFIED IDEOGRAPH-240EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x240EB,
        name: "CJK UNIFIED IDEOGRAPH-240EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x240EC,
        name: "CJK UNIFIED IDEOGRAPH-240EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x240ED,
        name: "CJK UNIFIED IDEOGRAPH-240ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x240EE,
        name: "CJK UNIFIED IDEOGRAPH-240EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x240EF,
        name: "CJK UNIFIED IDEOGRAPH-240EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F0,
        name: "CJK UNIFIED IDEOGRAPH-240F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F1,
        name: "CJK UNIFIED IDEOGRAPH-240F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F2,
        name: "CJK UNIFIED IDEOGRAPH-240F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F3,
        name: "CJK UNIFIED IDEOGRAPH-240F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F4,
        name: "CJK UNIFIED IDEOGRAPH-240F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F5,
        name: "CJK UNIFIED IDEOGRAPH-240F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F6,
        name: "CJK UNIFIED IDEOGRAPH-240F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F7,
        name: "CJK UNIFIED IDEOGRAPH-240F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F8,
        name: "CJK UNIFIED IDEOGRAPH-240F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x240F9,
        name: "CJK UNIFIED IDEOGRAPH-240F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x240FA,
        name: "CJK UNIFIED IDEOGRAPH-240FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x240FB,
        name: "CJK UNIFIED IDEOGRAPH-240FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x240FC,
        name: "CJK UNIFIED IDEOGRAPH-240FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x240FD,
        name: "CJK UNIFIED IDEOGRAPH-240FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x240FE,
        name: "CJK UNIFIED IDEOGRAPH-240FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x240FF,
        name: "CJK UNIFIED IDEOGRAPH-240FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24100,
        name: "CJK UNIFIED IDEOGRAPH-24100",
    },
    Character {
        age: "3.1",
        codepoint: 0x24101,
        name: "CJK UNIFIED IDEOGRAPH-24101",
    },
    Character {
        age: "3.1",
        codepoint: 0x24102,
        name: "CJK UNIFIED IDEOGRAPH-24102",
    },
    Character {
        age: "3.1",
        codepoint: 0x24103,
        name: "CJK UNIFIED IDEOGRAPH-24103",
    },
    Character {
        age: "3.1",
        codepoint: 0x24104,
        name: "CJK UNIFIED IDEOGRAPH-24104",
    },
    Character {
        age: "3.1",
        codepoint: 0x24105,
        name: "CJK UNIFIED IDEOGRAPH-24105",
    },
    Character {
        age: "3.1",
        codepoint: 0x24106,
        name: "CJK UNIFIED IDEOGRAPH-24106",
    },
    Character {
        age: "3.1",
        codepoint: 0x24107,
        name: "CJK UNIFIED IDEOGRAPH-24107",
    },
    Character {
        age: "3.1",
        codepoint: 0x24108,
        name: "CJK UNIFIED IDEOGRAPH-24108",
    },
    Character {
        age: "3.1",
        codepoint: 0x24109,
        name: "CJK UNIFIED IDEOGRAPH-24109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2410A,
        name: "CJK UNIFIED IDEOGRAPH-2410A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2410B,
        name: "CJK UNIFIED IDEOGRAPH-2410B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2410C,
        name: "CJK UNIFIED IDEOGRAPH-2410C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2410D,
        name: "CJK UNIFIED IDEOGRAPH-2410D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2410E,
        name: "CJK UNIFIED IDEOGRAPH-2410E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2410F,
        name: "CJK UNIFIED IDEOGRAPH-2410F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24110,
        name: "CJK UNIFIED IDEOGRAPH-24110",
    },
    Character {
        age: "3.1",
        codepoint: 0x24111,
        name: "CJK UNIFIED IDEOGRAPH-24111",
    },
    Character {
        age: "3.1",
        codepoint: 0x24112,
        name: "CJK UNIFIED IDEOGRAPH-24112",
    },
    Character {
        age: "3.1",
        codepoint: 0x24113,
        name: "CJK UNIFIED IDEOGRAPH-24113",
    },
    Character {
        age: "3.1",
        codepoint: 0x24114,
        name: "CJK UNIFIED IDEOGRAPH-24114",
    },
    Character {
        age: "3.1",
        codepoint: 0x24115,
        name: "CJK UNIFIED IDEOGRAPH-24115",
    },
    Character {
        age: "3.1",
        codepoint: 0x24116,
        name: "CJK UNIFIED IDEOGRAPH-24116",
    },
    Character {
        age: "3.1",
        codepoint: 0x24117,
        name: "CJK UNIFIED IDEOGRAPH-24117",
    },
    Character {
        age: "3.1",
        codepoint: 0x24118,
        name: "CJK UNIFIED IDEOGRAPH-24118",
    },
    Character {
        age: "3.1",
        codepoint: 0x24119,
        name: "CJK UNIFIED IDEOGRAPH-24119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2411A,
        name: "CJK UNIFIED IDEOGRAPH-2411A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2411B,
        name: "CJK UNIFIED IDEOGRAPH-2411B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2411C,
        name: "CJK UNIFIED IDEOGRAPH-2411C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2411D,
        name: "CJK UNIFIED IDEOGRAPH-2411D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2411E,
        name: "CJK UNIFIED IDEOGRAPH-2411E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2411F,
        name: "CJK UNIFIED IDEOGRAPH-2411F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24120,
        name: "CJK UNIFIED IDEOGRAPH-24120",
    },
    Character {
        age: "3.1",
        codepoint: 0x24121,
        name: "CJK UNIFIED IDEOGRAPH-24121",
    },
    Character {
        age: "3.1",
        codepoint: 0x24122,
        name: "CJK UNIFIED IDEOGRAPH-24122",
    },
    Character {
        age: "3.1",
        codepoint: 0x24123,
        name: "CJK UNIFIED IDEOGRAPH-24123",
    },
    Character {
        age: "3.1",
        codepoint: 0x24124,
        name: "CJK UNIFIED IDEOGRAPH-24124",
    },
    Character {
        age: "3.1",
        codepoint: 0x24125,
        name: "CJK UNIFIED IDEOGRAPH-24125",
    },
    Character {
        age: "3.1",
        codepoint: 0x24126,
        name: "CJK UNIFIED IDEOGRAPH-24126",
    },
    Character {
        age: "3.1",
        codepoint: 0x24127,
        name: "CJK UNIFIED IDEOGRAPH-24127",
    },
    Character {
        age: "3.1",
        codepoint: 0x24128,
        name: "CJK UNIFIED IDEOGRAPH-24128",
    },
    Character {
        age: "3.1",
        codepoint: 0x24129,
        name: "CJK UNIFIED IDEOGRAPH-24129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2412A,
        name: "CJK UNIFIED IDEOGRAPH-2412A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2412B,
        name: "CJK UNIFIED IDEOGRAPH-2412B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2412C,
        name: "CJK UNIFIED IDEOGRAPH-2412C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2412D,
        name: "CJK UNIFIED IDEOGRAPH-2412D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2412E,
        name: "CJK UNIFIED IDEOGRAPH-2412E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2412F,
        name: "CJK UNIFIED IDEOGRAPH-2412F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24130,
        name: "CJK UNIFIED IDEOGRAPH-24130",
    },
    Character {
        age: "3.1",
        codepoint: 0x24131,
        name: "CJK UNIFIED IDEOGRAPH-24131",
    },
    Character {
        age: "3.1",
        codepoint: 0x24132,
        name: "CJK UNIFIED IDEOGRAPH-24132",
    },
    Character {
        age: "3.1",
        codepoint: 0x24133,
        name: "CJK UNIFIED IDEOGRAPH-24133",
    },
    Character {
        age: "3.1",
        codepoint: 0x24134,
        name: "CJK UNIFIED IDEOGRAPH-24134",
    },
    Character {
        age: "3.1",
        codepoint: 0x24135,
        name: "CJK UNIFIED IDEOGRAPH-24135",
    },
    Character {
        age: "3.1",
        codepoint: 0x24136,
        name: "CJK UNIFIED IDEOGRAPH-24136",
    },
    Character {
        age: "3.1",
        codepoint: 0x24137,
        name: "CJK UNIFIED IDEOGRAPH-24137",
    },
    Character {
        age: "3.1",
        codepoint: 0x24138,
        name: "CJK UNIFIED IDEOGRAPH-24138",
    },
    Character {
        age: "3.1",
        codepoint: 0x24139,
        name: "CJK UNIFIED IDEOGRAPH-24139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2413A,
        name: "CJK UNIFIED IDEOGRAPH-2413A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2413B,
        name: "CJK UNIFIED IDEOGRAPH-2413B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2413C,
        name: "CJK UNIFIED IDEOGRAPH-2413C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2413D,
        name: "CJK UNIFIED IDEOGRAPH-2413D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2413E,
        name: "CJK UNIFIED IDEOGRAPH-2413E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2413F,
        name: "CJK UNIFIED IDEOGRAPH-2413F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24140,
        name: "CJK UNIFIED IDEOGRAPH-24140",
    },
    Character {
        age: "3.1",
        codepoint: 0x24141,
        name: "CJK UNIFIED IDEOGRAPH-24141",
    },
    Character {
        age: "3.1",
        codepoint: 0x24142,
        name: "CJK UNIFIED IDEOGRAPH-24142",
    },
    Character {
        age: "3.1",
        codepoint: 0x24143,
        name: "CJK UNIFIED IDEOGRAPH-24143",
    },
    Character {
        age: "3.1",
        codepoint: 0x24144,
        name: "CJK UNIFIED IDEOGRAPH-24144",
    },
    Character {
        age: "3.1",
        codepoint: 0x24145,
        name: "CJK UNIFIED IDEOGRAPH-24145",
    },
    Character {
        age: "3.1",
        codepoint: 0x24146,
        name: "CJK UNIFIED IDEOGRAPH-24146",
    },
    Character {
        age: "3.1",
        codepoint: 0x24147,
        name: "CJK UNIFIED IDEOGRAPH-24147",
    },
    Character {
        age: "3.1",
        codepoint: 0x24148,
        name: "CJK UNIFIED IDEOGRAPH-24148",
    },
    Character {
        age: "3.1",
        codepoint: 0x24149,
        name: "CJK UNIFIED IDEOGRAPH-24149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2414A,
        name: "CJK UNIFIED IDEOGRAPH-2414A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2414B,
        name: "CJK UNIFIED IDEOGRAPH-2414B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2414C,
        name: "CJK UNIFIED IDEOGRAPH-2414C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2414D,
        name: "CJK UNIFIED IDEOGRAPH-2414D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2414E,
        name: "CJK UNIFIED IDEOGRAPH-2414E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2414F,
        name: "CJK UNIFIED IDEOGRAPH-2414F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24150,
        name: "CJK UNIFIED IDEOGRAPH-24150",
    },
    Character {
        age: "3.1",
        codepoint: 0x24151,
        name: "CJK UNIFIED IDEOGRAPH-24151",
    },
    Character {
        age: "3.1",
        codepoint: 0x24152,
        name: "CJK UNIFIED IDEOGRAPH-24152",
    },
    Character {
        age: "3.1",
        codepoint: 0x24153,
        name: "CJK UNIFIED IDEOGRAPH-24153",
    },
    Character {
        age: "3.1",
        codepoint: 0x24154,
        name: "CJK UNIFIED IDEOGRAPH-24154",
    },
    Character {
        age: "3.1",
        codepoint: 0x24155,
        name: "CJK UNIFIED IDEOGRAPH-24155",
    },
    Character {
        age: "3.1",
        codepoint: 0x24156,
        name: "CJK UNIFIED IDEOGRAPH-24156",
    },
    Character {
        age: "3.1",
        codepoint: 0x24157,
        name: "CJK UNIFIED IDEOGRAPH-24157",
    },
    Character {
        age: "3.1",
        codepoint: 0x24158,
        name: "CJK UNIFIED IDEOGRAPH-24158",
    },
    Character {
        age: "3.1",
        codepoint: 0x24159,
        name: "CJK UNIFIED IDEOGRAPH-24159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2415A,
        name: "CJK UNIFIED IDEOGRAPH-2415A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2415B,
        name: "CJK UNIFIED IDEOGRAPH-2415B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2415C,
        name: "CJK UNIFIED IDEOGRAPH-2415C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2415D,
        name: "CJK UNIFIED IDEOGRAPH-2415D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2415E,
        name: "CJK UNIFIED IDEOGRAPH-2415E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2415F,
        name: "CJK UNIFIED IDEOGRAPH-2415F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24160,
        name: "CJK UNIFIED IDEOGRAPH-24160",
    },
    Character {
        age: "3.1",
        codepoint: 0x24161,
        name: "CJK UNIFIED IDEOGRAPH-24161",
    },
    Character {
        age: "3.1",
        codepoint: 0x24162,
        name: "CJK UNIFIED IDEOGRAPH-24162",
    },
    Character {
        age: "3.1",
        codepoint: 0x24163,
        name: "CJK UNIFIED IDEOGRAPH-24163",
    },
    Character {
        age: "3.1",
        codepoint: 0x24164,
        name: "CJK UNIFIED IDEOGRAPH-24164",
    },
    Character {
        age: "3.1",
        codepoint: 0x24165,
        name: "CJK UNIFIED IDEOGRAPH-24165",
    },
    Character {
        age: "3.1",
        codepoint: 0x24166,
        name: "CJK UNIFIED IDEOGRAPH-24166",
    },
    Character {
        age: "3.1",
        codepoint: 0x24167,
        name: "CJK UNIFIED IDEOGRAPH-24167",
    },
    Character {
        age: "3.1",
        codepoint: 0x24168,
        name: "CJK UNIFIED IDEOGRAPH-24168",
    },
    Character {
        age: "3.1",
        codepoint: 0x24169,
        name: "CJK UNIFIED IDEOGRAPH-24169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2416A,
        name: "CJK UNIFIED IDEOGRAPH-2416A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2416B,
        name: "CJK UNIFIED IDEOGRAPH-2416B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2416C,
        name: "CJK UNIFIED IDEOGRAPH-2416C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2416D,
        name: "CJK UNIFIED IDEOGRAPH-2416D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2416E,
        name: "CJK UNIFIED IDEOGRAPH-2416E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2416F,
        name: "CJK UNIFIED IDEOGRAPH-2416F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24170,
        name: "CJK UNIFIED IDEOGRAPH-24170",
    },
    Character {
        age: "3.1",
        codepoint: 0x24171,
        name: "CJK UNIFIED IDEOGRAPH-24171",
    },
    Character {
        age: "3.1",
        codepoint: 0x24172,
        name: "CJK UNIFIED IDEOGRAPH-24172",
    },
    Character {
        age: "3.1",
        codepoint: 0x24173,
        name: "CJK UNIFIED IDEOGRAPH-24173",
    },
    Character {
        age: "3.1",
        codepoint: 0x24174,
        name: "CJK UNIFIED IDEOGRAPH-24174",
    },
    Character {
        age: "3.1",
        codepoint: 0x24175,
        name: "CJK UNIFIED IDEOGRAPH-24175",
    },
    Character {
        age: "3.1",
        codepoint: 0x24176,
        name: "CJK UNIFIED IDEOGRAPH-24176",
    },
    Character {
        age: "3.1",
        codepoint: 0x24177,
        name: "CJK UNIFIED IDEOGRAPH-24177",
    },
    Character {
        age: "3.1",
        codepoint: 0x24178,
        name: "CJK UNIFIED IDEOGRAPH-24178",
    },
    Character {
        age: "3.1",
        codepoint: 0x24179,
        name: "CJK UNIFIED IDEOGRAPH-24179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2417A,
        name: "CJK UNIFIED IDEOGRAPH-2417A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2417B,
        name: "CJK UNIFIED IDEOGRAPH-2417B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2417C,
        name: "CJK UNIFIED IDEOGRAPH-2417C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2417D,
        name: "CJK UNIFIED IDEOGRAPH-2417D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2417E,
        name: "CJK UNIFIED IDEOGRAPH-2417E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2417F,
        name: "CJK UNIFIED IDEOGRAPH-2417F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24180,
        name: "CJK UNIFIED IDEOGRAPH-24180",
    },
    Character {
        age: "3.1",
        codepoint: 0x24181,
        name: "CJK UNIFIED IDEOGRAPH-24181",
    },
    Character {
        age: "3.1",
        codepoint: 0x24182,
        name: "CJK UNIFIED IDEOGRAPH-24182",
    },
    Character {
        age: "3.1",
        codepoint: 0x24183,
        name: "CJK UNIFIED IDEOGRAPH-24183",
    },
    Character {
        age: "3.1",
        codepoint: 0x24184,
        name: "CJK UNIFIED IDEOGRAPH-24184",
    },
    Character {
        age: "3.1",
        codepoint: 0x24185,
        name: "CJK UNIFIED IDEOGRAPH-24185",
    },
    Character {
        age: "3.1",
        codepoint: 0x24186,
        name: "CJK UNIFIED IDEOGRAPH-24186",
    },
    Character {
        age: "3.1",
        codepoint: 0x24187,
        name: "CJK UNIFIED IDEOGRAPH-24187",
    },
    Character {
        age: "3.1",
        codepoint: 0x24188,
        name: "CJK UNIFIED IDEOGRAPH-24188",
    },
    Character {
        age: "3.1",
        codepoint: 0x24189,
        name: "CJK UNIFIED IDEOGRAPH-24189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2418A,
        name: "CJK UNIFIED IDEOGRAPH-2418A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2418B,
        name: "CJK UNIFIED IDEOGRAPH-2418B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2418C,
        name: "CJK UNIFIED IDEOGRAPH-2418C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2418D,
        name: "CJK UNIFIED IDEOGRAPH-2418D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2418E,
        name: "CJK UNIFIED IDEOGRAPH-2418E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2418F,
        name: "CJK UNIFIED IDEOGRAPH-2418F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24190,
        name: "CJK UNIFIED IDEOGRAPH-24190",
    },
    Character {
        age: "3.1",
        codepoint: 0x24191,
        name: "CJK UNIFIED IDEOGRAPH-24191",
    },
    Character {
        age: "3.1",
        codepoint: 0x24192,
        name: "CJK UNIFIED IDEOGRAPH-24192",
    },
    Character {
        age: "3.1",
        codepoint: 0x24193,
        name: "CJK UNIFIED IDEOGRAPH-24193",
    },
    Character {
        age: "3.1",
        codepoint: 0x24194,
        name: "CJK UNIFIED IDEOGRAPH-24194",
    },
    Character {
        age: "3.1",
        codepoint: 0x24195,
        name: "CJK UNIFIED IDEOGRAPH-24195",
    },
    Character {
        age: "3.1",
        codepoint: 0x24196,
        name: "CJK UNIFIED IDEOGRAPH-24196",
    },
    Character {
        age: "3.1",
        codepoint: 0x24197,
        name: "CJK UNIFIED IDEOGRAPH-24197",
    },
    Character {
        age: "3.1",
        codepoint: 0x24198,
        name: "CJK UNIFIED IDEOGRAPH-24198",
    },
    Character {
        age: "3.1",
        codepoint: 0x24199,
        name: "CJK UNIFIED IDEOGRAPH-24199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2419A,
        name: "CJK UNIFIED IDEOGRAPH-2419A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2419B,
        name: "CJK UNIFIED IDEOGRAPH-2419B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2419C,
        name: "CJK UNIFIED IDEOGRAPH-2419C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2419D,
        name: "CJK UNIFIED IDEOGRAPH-2419D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2419E,
        name: "CJK UNIFIED IDEOGRAPH-2419E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2419F,
        name: "CJK UNIFIED IDEOGRAPH-2419F",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A0,
        name: "CJK UNIFIED IDEOGRAPH-241A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A1,
        name: "CJK UNIFIED IDEOGRAPH-241A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A2,
        name: "CJK UNIFIED IDEOGRAPH-241A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A3,
        name: "CJK UNIFIED IDEOGRAPH-241A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A4,
        name: "CJK UNIFIED IDEOGRAPH-241A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A5,
        name: "CJK UNIFIED IDEOGRAPH-241A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A6,
        name: "CJK UNIFIED IDEOGRAPH-241A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A7,
        name: "CJK UNIFIED IDEOGRAPH-241A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A8,
        name: "CJK UNIFIED IDEOGRAPH-241A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x241A9,
        name: "CJK UNIFIED IDEOGRAPH-241A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x241AA,
        name: "CJK UNIFIED IDEOGRAPH-241AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x241AB,
        name: "CJK UNIFIED IDEOGRAPH-241AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x241AC,
        name: "CJK UNIFIED IDEOGRAPH-241AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x241AD,
        name: "CJK UNIFIED IDEOGRAPH-241AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x241AE,
        name: "CJK UNIFIED IDEOGRAPH-241AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x241AF,
        name: "CJK UNIFIED IDEOGRAPH-241AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B0,
        name: "CJK UNIFIED IDEOGRAPH-241B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B1,
        name: "CJK UNIFIED IDEOGRAPH-241B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B2,
        name: "CJK UNIFIED IDEOGRAPH-241B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B3,
        name: "CJK UNIFIED IDEOGRAPH-241B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B4,
        name: "CJK UNIFIED IDEOGRAPH-241B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B5,
        name: "CJK UNIFIED IDEOGRAPH-241B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B6,
        name: "CJK UNIFIED IDEOGRAPH-241B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B7,
        name: "CJK UNIFIED IDEOGRAPH-241B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B8,
        name: "CJK UNIFIED IDEOGRAPH-241B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x241B9,
        name: "CJK UNIFIED IDEOGRAPH-241B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x241BA,
        name: "CJK UNIFIED IDEOGRAPH-241BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x241BB,
        name: "CJK UNIFIED IDEOGRAPH-241BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x241BC,
        name: "CJK UNIFIED IDEOGRAPH-241BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x241BD,
        name: "CJK UNIFIED IDEOGRAPH-241BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x241BE,
        name: "CJK UNIFIED IDEOGRAPH-241BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x241BF,
        name: "CJK UNIFIED IDEOGRAPH-241BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C0,
        name: "CJK UNIFIED IDEOGRAPH-241C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C1,
        name: "CJK UNIFIED IDEOGRAPH-241C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C2,
        name: "CJK UNIFIED IDEOGRAPH-241C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C3,
        name: "CJK UNIFIED IDEOGRAPH-241C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C4,
        name: "CJK UNIFIED IDEOGRAPH-241C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C5,
        name: "CJK UNIFIED IDEOGRAPH-241C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C6,
        name: "CJK UNIFIED IDEOGRAPH-241C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C7,
        name: "CJK UNIFIED IDEOGRAPH-241C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C8,
        name: "CJK UNIFIED IDEOGRAPH-241C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x241C9,
        name: "CJK UNIFIED IDEOGRAPH-241C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x241CA,
        name: "CJK UNIFIED IDEOGRAPH-241CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x241CB,
        name: "CJK UNIFIED IDEOGRAPH-241CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x241CC,
        name: "CJK UNIFIED IDEOGRAPH-241CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x241CD,
        name: "CJK UNIFIED IDEOGRAPH-241CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x241CE,
        name: "CJK UNIFIED IDEOGRAPH-241CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x241CF,
        name: "CJK UNIFIED IDEOGRAPH-241CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D0,
        name: "CJK UNIFIED IDEOGRAPH-241D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D1,
        name: "CJK UNIFIED IDEOGRAPH-241D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D2,
        name: "CJK UNIFIED IDEOGRAPH-241D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D3,
        name: "CJK UNIFIED IDEOGRAPH-241D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D4,
        name: "CJK UNIFIED IDEOGRAPH-241D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D5,
        name: "CJK UNIFIED IDEOGRAPH-241D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D6,
        name: "CJK UNIFIED IDEOGRAPH-241D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D7,
        name: "CJK UNIFIED IDEOGRAPH-241D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D8,
        name: "CJK UNIFIED IDEOGRAPH-241D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x241D9,
        name: "CJK UNIFIED IDEOGRAPH-241D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x241DA,
        name: "CJK UNIFIED IDEOGRAPH-241DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x241DB,
        name: "CJK UNIFIED IDEOGRAPH-241DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x241DC,
        name: "CJK UNIFIED IDEOGRAPH-241DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x241DD,
        name: "CJK UNIFIED IDEOGRAPH-241DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x241DE,
        name: "CJK UNIFIED IDEOGRAPH-241DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x241DF,
        name: "CJK UNIFIED IDEOGRAPH-241DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E0,
        name: "CJK UNIFIED IDEOGRAPH-241E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E1,
        name: "CJK UNIFIED IDEOGRAPH-241E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E2,
        name: "CJK UNIFIED IDEOGRAPH-241E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E3,
        name: "CJK UNIFIED IDEOGRAPH-241E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E4,
        name: "CJK UNIFIED IDEOGRAPH-241E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E5,
        name: "CJK UNIFIED IDEOGRAPH-241E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E6,
        name: "CJK UNIFIED IDEOGRAPH-241E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E7,
        name: "CJK UNIFIED IDEOGRAPH-241E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E8,
        name: "CJK UNIFIED IDEOGRAPH-241E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x241E9,
        name: "CJK UNIFIED IDEOGRAPH-241E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x241EA,
        name: "CJK UNIFIED IDEOGRAPH-241EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x241EB,
        name: "CJK UNIFIED IDEOGRAPH-241EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x241EC,
        name: "CJK UNIFIED IDEOGRAPH-241EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x241ED,
        name: "CJK UNIFIED IDEOGRAPH-241ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x241EE,
        name: "CJK UNIFIED IDEOGRAPH-241EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x241EF,
        name: "CJK UNIFIED IDEOGRAPH-241EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F0,
        name: "CJK UNIFIED IDEOGRAPH-241F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F1,
        name: "CJK UNIFIED IDEOGRAPH-241F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F2,
        name: "CJK UNIFIED IDEOGRAPH-241F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F3,
        name: "CJK UNIFIED IDEOGRAPH-241F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F4,
        name: "CJK UNIFIED IDEOGRAPH-241F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F5,
        name: "CJK UNIFIED IDEOGRAPH-241F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F6,
        name: "CJK UNIFIED IDEOGRAPH-241F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F7,
        name: "CJK UNIFIED IDEOGRAPH-241F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F8,
        name: "CJK UNIFIED IDEOGRAPH-241F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x241F9,
        name: "CJK UNIFIED IDEOGRAPH-241F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x241FA,
        name: "CJK UNIFIED IDEOGRAPH-241FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x241FB,
        name: "CJK UNIFIED IDEOGRAPH-241FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x241FC,
        name: "CJK UNIFIED IDEOGRAPH-241FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x241FD,
        name: "CJK UNIFIED IDEOGRAPH-241FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x241FE,
        name: "CJK UNIFIED IDEOGRAPH-241FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x241FF,
        name: "CJK UNIFIED IDEOGRAPH-241FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24200,
        name: "CJK UNIFIED IDEOGRAPH-24200",
    },
    Character {
        age: "3.1",
        codepoint: 0x24201,
        name: "CJK UNIFIED IDEOGRAPH-24201",
    },
    Character {
        age: "3.1",
        codepoint: 0x24202,
        name: "CJK UNIFIED IDEOGRAPH-24202",
    },
    Character {
        age: "3.1",
        codepoint: 0x24203,
        name: "CJK UNIFIED IDEOGRAPH-24203",
    },
    Character {
        age: "3.1",
        codepoint: 0x24204,
        name: "CJK UNIFIED IDEOGRAPH-24204",
    },
    Character {
        age: "3.1",
        codepoint: 0x24205,
        name: "CJK UNIFIED IDEOGRAPH-24205",
    },
    Character {
        age: "3.1",
        codepoint: 0x24206,
        name: "CJK UNIFIED IDEOGRAPH-24206",
    },
    Character {
        age: "3.1",
        codepoint: 0x24207,
        name: "CJK UNIFIED IDEOGRAPH-24207",
    },
    Character {
        age: "3.1",
        codepoint: 0x24208,
        name: "CJK UNIFIED IDEOGRAPH-24208",
    },
    Character {
        age: "3.1",
        codepoint: 0x24209,
        name: "CJK UNIFIED IDEOGRAPH-24209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2420A,
        name: "CJK UNIFIED IDEOGRAPH-2420A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2420B,
        name: "CJK UNIFIED IDEOGRAPH-2420B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2420C,
        name: "CJK UNIFIED IDEOGRAPH-2420C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2420D,
        name: "CJK UNIFIED IDEOGRAPH-2420D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2420E,
        name: "CJK UNIFIED IDEOGRAPH-2420E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2420F,
        name: "CJK UNIFIED IDEOGRAPH-2420F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24210,
        name: "CJK UNIFIED IDEOGRAPH-24210",
    },
    Character {
        age: "3.1",
        codepoint: 0x24211,
        name: "CJK UNIFIED IDEOGRAPH-24211",
    },
    Character {
        age: "3.1",
        codepoint: 0x24212,
        name: "CJK UNIFIED IDEOGRAPH-24212",
    },
    Character {
        age: "3.1",
        codepoint: 0x24213,
        name: "CJK UNIFIED IDEOGRAPH-24213",
    },
    Character {
        age: "3.1",
        codepoint: 0x24214,
        name: "CJK UNIFIED IDEOGRAPH-24214",
    },
    Character {
        age: "3.1",
        codepoint: 0x24215,
        name: "CJK UNIFIED IDEOGRAPH-24215",
    },
    Character {
        age: "3.1",
        codepoint: 0x24216,
        name: "CJK UNIFIED IDEOGRAPH-24216",
    },
    Character {
        age: "3.1",
        codepoint: 0x24217,
        name: "CJK UNIFIED IDEOGRAPH-24217",
    },
    Character {
        age: "3.1",
        codepoint: 0x24218,
        name: "CJK UNIFIED IDEOGRAPH-24218",
    },
    Character {
        age: "3.1",
        codepoint: 0x24219,
        name: "CJK UNIFIED IDEOGRAPH-24219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2421A,
        name: "CJK UNIFIED IDEOGRAPH-2421A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2421B,
        name: "CJK UNIFIED IDEOGRAPH-2421B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2421C,
        name: "CJK UNIFIED IDEOGRAPH-2421C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2421D,
        name: "CJK UNIFIED IDEOGRAPH-2421D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2421E,
        name: "CJK UNIFIED IDEOGRAPH-2421E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2421F,
        name: "CJK UNIFIED IDEOGRAPH-2421F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24220,
        name: "CJK UNIFIED IDEOGRAPH-24220",
    },
    Character {
        age: "3.1",
        codepoint: 0x24221,
        name: "CJK UNIFIED IDEOGRAPH-24221",
    },
    Character {
        age: "3.1",
        codepoint: 0x24222,
        name: "CJK UNIFIED IDEOGRAPH-24222",
    },
    Character {
        age: "3.1",
        codepoint: 0x24223,
        name: "CJK UNIFIED IDEOGRAPH-24223",
    },
    Character {
        age: "3.1",
        codepoint: 0x24224,
        name: "CJK UNIFIED IDEOGRAPH-24224",
    },
    Character {
        age: "3.1",
        codepoint: 0x24225,
        name: "CJK UNIFIED IDEOGRAPH-24225",
    },
    Character {
        age: "3.1",
        codepoint: 0x24226,
        name: "CJK UNIFIED IDEOGRAPH-24226",
    },
    Character {
        age: "3.1",
        codepoint: 0x24227,
        name: "CJK UNIFIED IDEOGRAPH-24227",
    },
    Character {
        age: "3.1",
        codepoint: 0x24228,
        name: "CJK UNIFIED IDEOGRAPH-24228",
    },
    Character {
        age: "3.1",
        codepoint: 0x24229,
        name: "CJK UNIFIED IDEOGRAPH-24229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2422A,
        name: "CJK UNIFIED IDEOGRAPH-2422A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2422B,
        name: "CJK UNIFIED IDEOGRAPH-2422B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2422C,
        name: "CJK UNIFIED IDEOGRAPH-2422C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2422D,
        name: "CJK UNIFIED IDEOGRAPH-2422D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2422E,
        name: "CJK UNIFIED IDEOGRAPH-2422E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2422F,
        name: "CJK UNIFIED IDEOGRAPH-2422F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24230,
        name: "CJK UNIFIED IDEOGRAPH-24230",
    },
    Character {
        age: "3.1",
        codepoint: 0x24231,
        name: "CJK UNIFIED IDEOGRAPH-24231",
    },
    Character {
        age: "3.1",
        codepoint: 0x24232,
        name: "CJK UNIFIED IDEOGRAPH-24232",
    },
    Character {
        age: "3.1",
        codepoint: 0x24233,
        name: "CJK UNIFIED IDEOGRAPH-24233",
    },
    Character {
        age: "3.1",
        codepoint: 0x24234,
        name: "CJK UNIFIED IDEOGRAPH-24234",
    },
    Character {
        age: "3.1",
        codepoint: 0x24235,
        name: "CJK UNIFIED IDEOGRAPH-24235",
    },
    Character {
        age: "3.1",
        codepoint: 0x24236,
        name: "CJK UNIFIED IDEOGRAPH-24236",
    },
    Character {
        age: "3.1",
        codepoint: 0x24237,
        name: "CJK UNIFIED IDEOGRAPH-24237",
    },
    Character {
        age: "3.1",
        codepoint: 0x24238,
        name: "CJK UNIFIED IDEOGRAPH-24238",
    },
    Character {
        age: "3.1",
        codepoint: 0x24239,
        name: "CJK UNIFIED IDEOGRAPH-24239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2423A,
        name: "CJK UNIFIED IDEOGRAPH-2423A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2423B,
        name: "CJK UNIFIED IDEOGRAPH-2423B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2423C,
        name: "CJK UNIFIED IDEOGRAPH-2423C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2423D,
        name: "CJK UNIFIED IDEOGRAPH-2423D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2423E,
        name: "CJK UNIFIED IDEOGRAPH-2423E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2423F,
        name: "CJK UNIFIED IDEOGRAPH-2423F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24240,
        name: "CJK UNIFIED IDEOGRAPH-24240",
    },
    Character {
        age: "3.1",
        codepoint: 0x24241,
        name: "CJK UNIFIED IDEOGRAPH-24241",
    },
    Character {
        age: "3.1",
        codepoint: 0x24242,
        name: "CJK UNIFIED IDEOGRAPH-24242",
    },
    Character {
        age: "3.1",
        codepoint: 0x24243,
        name: "CJK UNIFIED IDEOGRAPH-24243",
    },
    Character {
        age: "3.1",
        codepoint: 0x24244,
        name: "CJK UNIFIED IDEOGRAPH-24244",
    },
    Character {
        age: "3.1",
        codepoint: 0x24245,
        name: "CJK UNIFIED IDEOGRAPH-24245",
    },
    Character {
        age: "3.1",
        codepoint: 0x24246,
        name: "CJK UNIFIED IDEOGRAPH-24246",
    },
    Character {
        age: "3.1",
        codepoint: 0x24247,
        name: "CJK UNIFIED IDEOGRAPH-24247",
    },
    Character {
        age: "3.1",
        codepoint: 0x24248,
        name: "CJK UNIFIED IDEOGRAPH-24248",
    },
    Character {
        age: "3.1",
        codepoint: 0x24249,
        name: "CJK UNIFIED IDEOGRAPH-24249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2424A,
        name: "CJK UNIFIED IDEOGRAPH-2424A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2424B,
        name: "CJK UNIFIED IDEOGRAPH-2424B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2424C,
        name: "CJK UNIFIED IDEOGRAPH-2424C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2424D,
        name: "CJK UNIFIED IDEOGRAPH-2424D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2424E,
        name: "CJK UNIFIED IDEOGRAPH-2424E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2424F,
        name: "CJK UNIFIED IDEOGRAPH-2424F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24250,
        name: "CJK UNIFIED IDEOGRAPH-24250",
    },
    Character {
        age: "3.1",
        codepoint: 0x24251,
        name: "CJK UNIFIED IDEOGRAPH-24251",
    },
    Character {
        age: "3.1",
        codepoint: 0x24252,
        name: "CJK UNIFIED IDEOGRAPH-24252",
    },
    Character {
        age: "3.1",
        codepoint: 0x24253,
        name: "CJK UNIFIED IDEOGRAPH-24253",
    },
    Character {
        age: "3.1",
        codepoint: 0x24254,
        name: "CJK UNIFIED IDEOGRAPH-24254",
    },
    Character {
        age: "3.1",
        codepoint: 0x24255,
        name: "CJK UNIFIED IDEOGRAPH-24255",
    },
    Character {
        age: "3.1",
        codepoint: 0x24256,
        name: "CJK UNIFIED IDEOGRAPH-24256",
    },
    Character {
        age: "3.1",
        codepoint: 0x24257,
        name: "CJK UNIFIED IDEOGRAPH-24257",
    },
    Character {
        age: "3.1",
        codepoint: 0x24258,
        name: "CJK UNIFIED IDEOGRAPH-24258",
    },
    Character {
        age: "3.1",
        codepoint: 0x24259,
        name: "CJK UNIFIED IDEOGRAPH-24259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2425A,
        name: "CJK UNIFIED IDEOGRAPH-2425A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2425B,
        name: "CJK UNIFIED IDEOGRAPH-2425B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2425C,
        name: "CJK UNIFIED IDEOGRAPH-2425C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2425D,
        name: "CJK UNIFIED IDEOGRAPH-2425D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2425E,
        name: "CJK UNIFIED IDEOGRAPH-2425E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2425F,
        name: "CJK UNIFIED IDEOGRAPH-2425F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24260,
        name: "CJK UNIFIED IDEOGRAPH-24260",
    },
    Character {
        age: "3.1",
        codepoint: 0x24261,
        name: "CJK UNIFIED IDEOGRAPH-24261",
    },
    Character {
        age: "3.1",
        codepoint: 0x24262,
        name: "CJK UNIFIED IDEOGRAPH-24262",
    },
    Character {
        age: "3.1",
        codepoint: 0x24263,
        name: "CJK UNIFIED IDEOGRAPH-24263",
    },
    Character {
        age: "3.1",
        codepoint: 0x24264,
        name: "CJK UNIFIED IDEOGRAPH-24264",
    },
    Character {
        age: "3.1",
        codepoint: 0x24265,
        name: "CJK UNIFIED IDEOGRAPH-24265",
    },
    Character {
        age: "3.1",
        codepoint: 0x24266,
        name: "CJK UNIFIED IDEOGRAPH-24266",
    },
    Character {
        age: "3.1",
        codepoint: 0x24267,
        name: "CJK UNIFIED IDEOGRAPH-24267",
    },
    Character {
        age: "3.1",
        codepoint: 0x24268,
        name: "CJK UNIFIED IDEOGRAPH-24268",
    },
    Character {
        age: "3.1",
        codepoint: 0x24269,
        name: "CJK UNIFIED IDEOGRAPH-24269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2426A,
        name: "CJK UNIFIED IDEOGRAPH-2426A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2426B,
        name: "CJK UNIFIED IDEOGRAPH-2426B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2426C,
        name: "CJK UNIFIED IDEOGRAPH-2426C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2426D,
        name: "CJK UNIFIED IDEOGRAPH-2426D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2426E,
        name: "CJK UNIFIED IDEOGRAPH-2426E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2426F,
        name: "CJK UNIFIED IDEOGRAPH-2426F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24270,
        name: "CJK UNIFIED IDEOGRAPH-24270",
    },
    Character {
        age: "3.1",
        codepoint: 0x24271,
        name: "CJK UNIFIED IDEOGRAPH-24271",
    },
    Character {
        age: "3.1",
        codepoint: 0x24272,
        name: "CJK UNIFIED IDEOGRAPH-24272",
    },
    Character {
        age: "3.1",
        codepoint: 0x24273,
        name: "CJK UNIFIED IDEOGRAPH-24273",
    },
    Character {
        age: "3.1",
        codepoint: 0x24274,
        name: "CJK UNIFIED IDEOGRAPH-24274",
    },
    Character {
        age: "3.1",
        codepoint: 0x24275,
        name: "CJK UNIFIED IDEOGRAPH-24275",
    },
    Character {
        age: "3.1",
        codepoint: 0x24276,
        name: "CJK UNIFIED IDEOGRAPH-24276",
    },
    Character {
        age: "3.1",
        codepoint: 0x24277,
        name: "CJK UNIFIED IDEOGRAPH-24277",
    },
    Character {
        age: "3.1",
        codepoint: 0x24278,
        name: "CJK UNIFIED IDEOGRAPH-24278",
    },
    Character {
        age: "3.1",
        codepoint: 0x24279,
        name: "CJK UNIFIED IDEOGRAPH-24279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2427A,
        name: "CJK UNIFIED IDEOGRAPH-2427A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2427B,
        name: "CJK UNIFIED IDEOGRAPH-2427B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2427C,
        name: "CJK UNIFIED IDEOGRAPH-2427C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2427D,
        name: "CJK UNIFIED IDEOGRAPH-2427D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2427E,
        name: "CJK UNIFIED IDEOGRAPH-2427E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2427F,
        name: "CJK UNIFIED IDEOGRAPH-2427F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24280,
        name: "CJK UNIFIED IDEOGRAPH-24280",
    },
    Character {
        age: "3.1",
        codepoint: 0x24281,
        name: "CJK UNIFIED IDEOGRAPH-24281",
    },
    Character {
        age: "3.1",
        codepoint: 0x24282,
        name: "CJK UNIFIED IDEOGRAPH-24282",
    },
    Character {
        age: "3.1",
        codepoint: 0x24283,
        name: "CJK UNIFIED IDEOGRAPH-24283",
    },
    Character {
        age: "3.1",
        codepoint: 0x24284,
        name: "CJK UNIFIED IDEOGRAPH-24284",
    },
    Character {
        age: "3.1",
        codepoint: 0x24285,
        name: "CJK UNIFIED IDEOGRAPH-24285",
    },
    Character {
        age: "3.1",
        codepoint: 0x24286,
        name: "CJK UNIFIED IDEOGRAPH-24286",
    },
    Character {
        age: "3.1",
        codepoint: 0x24287,
        name: "CJK UNIFIED IDEOGRAPH-24287",
    },
    Character {
        age: "3.1",
        codepoint: 0x24288,
        name: "CJK UNIFIED IDEOGRAPH-24288",
    },
    Character {
        age: "3.1",
        codepoint: 0x24289,
        name: "CJK UNIFIED IDEOGRAPH-24289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2428A,
        name: "CJK UNIFIED IDEOGRAPH-2428A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2428B,
        name: "CJK UNIFIED IDEOGRAPH-2428B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2428C,
        name: "CJK UNIFIED IDEOGRAPH-2428C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2428D,
        name: "CJK UNIFIED IDEOGRAPH-2428D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2428E,
        name: "CJK UNIFIED IDEOGRAPH-2428E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2428F,
        name: "CJK UNIFIED IDEOGRAPH-2428F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24290,
        name: "CJK UNIFIED IDEOGRAPH-24290",
    },
    Character {
        age: "3.1",
        codepoint: 0x24291,
        name: "CJK UNIFIED IDEOGRAPH-24291",
    },
    Character {
        age: "3.1",
        codepoint: 0x24292,
        name: "CJK UNIFIED IDEOGRAPH-24292",
    },
    Character {
        age: "3.1",
        codepoint: 0x24293,
        name: "CJK UNIFIED IDEOGRAPH-24293",
    },
    Character {
        age: "3.1",
        codepoint: 0x24294,
        name: "CJK UNIFIED IDEOGRAPH-24294",
    },
    Character {
        age: "3.1",
        codepoint: 0x24295,
        name: "CJK UNIFIED IDEOGRAPH-24295",
    },
    Character {
        age: "3.1",
        codepoint: 0x24296,
        name: "CJK UNIFIED IDEOGRAPH-24296",
    },
    Character {
        age: "3.1",
        codepoint: 0x24297,
        name: "CJK UNIFIED IDEOGRAPH-24297",
    },
    Character {
        age: "3.1",
        codepoint: 0x24298,
        name: "CJK UNIFIED IDEOGRAPH-24298",
    },
    Character {
        age: "3.1",
        codepoint: 0x24299,
        name: "CJK UNIFIED IDEOGRAPH-24299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2429A,
        name: "CJK UNIFIED IDEOGRAPH-2429A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2429B,
        name: "CJK UNIFIED IDEOGRAPH-2429B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2429C,
        name: "CJK UNIFIED IDEOGRAPH-2429C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2429D,
        name: "CJK UNIFIED IDEOGRAPH-2429D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2429E,
        name: "CJK UNIFIED IDEOGRAPH-2429E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2429F,
        name: "CJK UNIFIED IDEOGRAPH-2429F",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A0,
        name: "CJK UNIFIED IDEOGRAPH-242A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A1,
        name: "CJK UNIFIED IDEOGRAPH-242A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A2,
        name: "CJK UNIFIED IDEOGRAPH-242A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A3,
        name: "CJK UNIFIED IDEOGRAPH-242A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A4,
        name: "CJK UNIFIED IDEOGRAPH-242A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A5,
        name: "CJK UNIFIED IDEOGRAPH-242A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A6,
        name: "CJK UNIFIED IDEOGRAPH-242A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A7,
        name: "CJK UNIFIED IDEOGRAPH-242A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A8,
        name: "CJK UNIFIED IDEOGRAPH-242A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x242A9,
        name: "CJK UNIFIED IDEOGRAPH-242A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x242AA,
        name: "CJK UNIFIED IDEOGRAPH-242AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x242AB,
        name: "CJK UNIFIED IDEOGRAPH-242AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x242AC,
        name: "CJK UNIFIED IDEOGRAPH-242AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x242AD,
        name: "CJK UNIFIED IDEOGRAPH-242AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x242AE,
        name: "CJK UNIFIED IDEOGRAPH-242AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x242AF,
        name: "CJK UNIFIED IDEOGRAPH-242AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B0,
        name: "CJK UNIFIED IDEOGRAPH-242B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B1,
        name: "CJK UNIFIED IDEOGRAPH-242B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B2,
        name: "CJK UNIFIED IDEOGRAPH-242B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B3,
        name: "CJK UNIFIED IDEOGRAPH-242B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B4,
        name: "CJK UNIFIED IDEOGRAPH-242B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B5,
        name: "CJK UNIFIED IDEOGRAPH-242B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B6,
        name: "CJK UNIFIED IDEOGRAPH-242B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B7,
        name: "CJK UNIFIED IDEOGRAPH-242B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B8,
        name: "CJK UNIFIED IDEOGRAPH-242B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x242B9,
        name: "CJK UNIFIED IDEOGRAPH-242B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x242BA,
        name: "CJK UNIFIED IDEOGRAPH-242BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x242BB,
        name: "CJK UNIFIED IDEOGRAPH-242BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x242BC,
        name: "CJK UNIFIED IDEOGRAPH-242BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x242BD,
        name: "CJK UNIFIED IDEOGRAPH-242BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x242BE,
        name: "CJK UNIFIED IDEOGRAPH-242BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x242BF,
        name: "CJK UNIFIED IDEOGRAPH-242BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C0,
        name: "CJK UNIFIED IDEOGRAPH-242C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C1,
        name: "CJK UNIFIED IDEOGRAPH-242C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C2,
        name: "CJK UNIFIED IDEOGRAPH-242C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C3,
        name: "CJK UNIFIED IDEOGRAPH-242C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C4,
        name: "CJK UNIFIED IDEOGRAPH-242C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C5,
        name: "CJK UNIFIED IDEOGRAPH-242C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C6,
        name: "CJK UNIFIED IDEOGRAPH-242C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C7,
        name: "CJK UNIFIED IDEOGRAPH-242C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C8,
        name: "CJK UNIFIED IDEOGRAPH-242C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x242C9,
        name: "CJK UNIFIED IDEOGRAPH-242C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x242CA,
        name: "CJK UNIFIED IDEOGRAPH-242CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x242CB,
        name: "CJK UNIFIED IDEOGRAPH-242CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x242CC,
        name: "CJK UNIFIED IDEOGRAPH-242CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x242CD,
        name: "CJK UNIFIED IDEOGRAPH-242CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x242CE,
        name: "CJK UNIFIED IDEOGRAPH-242CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x242CF,
        name: "CJK UNIFIED IDEOGRAPH-242CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D0,
        name: "CJK UNIFIED IDEOGRAPH-242D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D1,
        name: "CJK UNIFIED IDEOGRAPH-242D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D2,
        name: "CJK UNIFIED IDEOGRAPH-242D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D3,
        name: "CJK UNIFIED IDEOGRAPH-242D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D4,
        name: "CJK UNIFIED IDEOGRAPH-242D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D5,
        name: "CJK UNIFIED IDEOGRAPH-242D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D6,
        name: "CJK UNIFIED IDEOGRAPH-242D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D7,
        name: "CJK UNIFIED IDEOGRAPH-242D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D8,
        name: "CJK UNIFIED IDEOGRAPH-242D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x242D9,
        name: "CJK UNIFIED IDEOGRAPH-242D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x242DA,
        name: "CJK UNIFIED IDEOGRAPH-242DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x242DB,
        name: "CJK UNIFIED IDEOGRAPH-242DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x242DC,
        name: "CJK UNIFIED IDEOGRAPH-242DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x242DD,
        name: "CJK UNIFIED IDEOGRAPH-242DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x242DE,
        name: "CJK UNIFIED IDEOGRAPH-242DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x242DF,
        name: "CJK UNIFIED IDEOGRAPH-242DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E0,
        name: "CJK UNIFIED IDEOGRAPH-242E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E1,
        name: "CJK UNIFIED IDEOGRAPH-242E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E2,
        name: "CJK UNIFIED IDEOGRAPH-242E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E3,
        name: "CJK UNIFIED IDEOGRAPH-242E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E4,
        name: "CJK UNIFIED IDEOGRAPH-242E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E5,
        name: "CJK UNIFIED IDEOGRAPH-242E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E6,
        name: "CJK UNIFIED IDEOGRAPH-242E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E7,
        name: "CJK UNIFIED IDEOGRAPH-242E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E8,
        name: "CJK UNIFIED IDEOGRAPH-242E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x242E9,
        name: "CJK UNIFIED IDEOGRAPH-242E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x242EA,
        name: "CJK UNIFIED IDEOGRAPH-242EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x242EB,
        name: "CJK UNIFIED IDEOGRAPH-242EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x242EC,
        name: "CJK UNIFIED IDEOGRAPH-242EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x242ED,
        name: "CJK UNIFIED IDEOGRAPH-242ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x242EE,
        name: "CJK UNIFIED IDEOGRAPH-242EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x242EF,
        name: "CJK UNIFIED IDEOGRAPH-242EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F0,
        name: "CJK UNIFIED IDEOGRAPH-242F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F1,
        name: "CJK UNIFIED IDEOGRAPH-242F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F2,
        name: "CJK UNIFIED IDEOGRAPH-242F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F3,
        name: "CJK UNIFIED IDEOGRAPH-242F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F4,
        name: "CJK UNIFIED IDEOGRAPH-242F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F5,
        name: "CJK UNIFIED IDEOGRAPH-242F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F6,
        name: "CJK UNIFIED IDEOGRAPH-242F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F7,
        name: "CJK UNIFIED IDEOGRAPH-242F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F8,
        name: "CJK UNIFIED IDEOGRAPH-242F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x242F9,
        name: "CJK UNIFIED IDEOGRAPH-242F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x242FA,
        name: "CJK UNIFIED IDEOGRAPH-242FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x242FB,
        name: "CJK UNIFIED IDEOGRAPH-242FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x242FC,
        name: "CJK UNIFIED IDEOGRAPH-242FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x242FD,
        name: "CJK UNIFIED IDEOGRAPH-242FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x242FE,
        name: "CJK UNIFIED IDEOGRAPH-242FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x242FF,
        name: "CJK UNIFIED IDEOGRAPH-242FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24300,
        name: "CJK UNIFIED IDEOGRAPH-24300",
    },
    Character {
        age: "3.1",
        codepoint: 0x24301,
        name: "CJK UNIFIED IDEOGRAPH-24301",
    },
    Character {
        age: "3.1",
        codepoint: 0x24302,
        name: "CJK UNIFIED IDEOGRAPH-24302",
    },
    Character {
        age: "3.1",
        codepoint: 0x24303,
        name: "CJK UNIFIED IDEOGRAPH-24303",
    },
    Character {
        age: "3.1",
        codepoint: 0x24304,
        name: "CJK UNIFIED IDEOGRAPH-24304",
    },
    Character {
        age: "3.1",
        codepoint: 0x24305,
        name: "CJK UNIFIED IDEOGRAPH-24305",
    },
    Character {
        age: "3.1",
        codepoint: 0x24306,
        name: "CJK UNIFIED IDEOGRAPH-24306",
    },
    Character {
        age: "3.1",
        codepoint: 0x24307,
        name: "CJK UNIFIED IDEOGRAPH-24307",
    },
    Character {
        age: "3.1",
        codepoint: 0x24308,
        name: "CJK UNIFIED IDEOGRAPH-24308",
    },
    Character {
        age: "3.1",
        codepoint: 0x24309,
        name: "CJK UNIFIED IDEOGRAPH-24309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2430A,
        name: "CJK UNIFIED IDEOGRAPH-2430A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2430B,
        name: "CJK UNIFIED IDEOGRAPH-2430B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2430C,
        name: "CJK UNIFIED IDEOGRAPH-2430C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2430D,
        name: "CJK UNIFIED IDEOGRAPH-2430D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2430E,
        name: "CJK UNIFIED IDEOGRAPH-2430E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2430F,
        name: "CJK UNIFIED IDEOGRAPH-2430F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24310,
        name: "CJK UNIFIED IDEOGRAPH-24310",
    },
    Character {
        age: "3.1",
        codepoint: 0x24311,
        name: "CJK UNIFIED IDEOGRAPH-24311",
    },
    Character {
        age: "3.1",
        codepoint: 0x24312,
        name: "CJK UNIFIED IDEOGRAPH-24312",
    },
    Character {
        age: "3.1",
        codepoint: 0x24313,
        name: "CJK UNIFIED IDEOGRAPH-24313",
    },
    Character {
        age: "3.1",
        codepoint: 0x24314,
        name: "CJK UNIFIED IDEOGRAPH-24314",
    },
    Character {
        age: "3.1",
        codepoint: 0x24315,
        name: "CJK UNIFIED IDEOGRAPH-24315",
    },
    Character {
        age: "3.1",
        codepoint: 0x24316,
        name: "CJK UNIFIED IDEOGRAPH-24316",
    },
    Character {
        age: "3.1",
        codepoint: 0x24317,
        name: "CJK UNIFIED IDEOGRAPH-24317",
    },
    Character {
        age: "3.1",
        codepoint: 0x24318,
        name: "CJK UNIFIED IDEOGRAPH-24318",
    },
    Character {
        age: "3.1",
        codepoint: 0x24319,
        name: "CJK UNIFIED IDEOGRAPH-24319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2431A,
        name: "CJK UNIFIED IDEOGRAPH-2431A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2431B,
        name: "CJK UNIFIED IDEOGRAPH-2431B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2431C,
        name: "CJK UNIFIED IDEOGRAPH-2431C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2431D,
        name: "CJK UNIFIED IDEOGRAPH-2431D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2431E,
        name: "CJK UNIFIED IDEOGRAPH-2431E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2431F,
        name: "CJK UNIFIED IDEOGRAPH-2431F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24320,
        name: "CJK UNIFIED IDEOGRAPH-24320",
    },
    Character {
        age: "3.1",
        codepoint: 0x24321,
        name: "CJK UNIFIED IDEOGRAPH-24321",
    },
    Character {
        age: "3.1",
        codepoint: 0x24322,
        name: "CJK UNIFIED IDEOGRAPH-24322",
    },
    Character {
        age: "3.1",
        codepoint: 0x24323,
        name: "CJK UNIFIED IDEOGRAPH-24323",
    },
    Character {
        age: "3.1",
        codepoint: 0x24324,
        name: "CJK UNIFIED IDEOGRAPH-24324",
    },
    Character {
        age: "3.1",
        codepoint: 0x24325,
        name: "CJK UNIFIED IDEOGRAPH-24325",
    },
    Character {
        age: "3.1",
        codepoint: 0x24326,
        name: "CJK UNIFIED IDEOGRAPH-24326",
    },
    Character {
        age: "3.1",
        codepoint: 0x24327,
        name: "CJK UNIFIED IDEOGRAPH-24327",
    },
    Character {
        age: "3.1",
        codepoint: 0x24328,
        name: "CJK UNIFIED IDEOGRAPH-24328",
    },
    Character {
        age: "3.1",
        codepoint: 0x24329,
        name: "CJK UNIFIED IDEOGRAPH-24329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2432A,
        name: "CJK UNIFIED IDEOGRAPH-2432A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2432B,
        name: "CJK UNIFIED IDEOGRAPH-2432B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2432C,
        name: "CJK UNIFIED IDEOGRAPH-2432C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2432D,
        name: "CJK UNIFIED IDEOGRAPH-2432D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2432E,
        name: "CJK UNIFIED IDEOGRAPH-2432E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2432F,
        name: "CJK UNIFIED IDEOGRAPH-2432F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24330,
        name: "CJK UNIFIED IDEOGRAPH-24330",
    },
    Character {
        age: "3.1",
        codepoint: 0x24331,
        name: "CJK UNIFIED IDEOGRAPH-24331",
    },
    Character {
        age: "3.1",
        codepoint: 0x24332,
        name: "CJK UNIFIED IDEOGRAPH-24332",
    },
    Character {
        age: "3.1",
        codepoint: 0x24333,
        name: "CJK UNIFIED IDEOGRAPH-24333",
    },
    Character {
        age: "3.1",
        codepoint: 0x24334,
        name: "CJK UNIFIED IDEOGRAPH-24334",
    },
    Character {
        age: "3.1",
        codepoint: 0x24335,
        name: "CJK UNIFIED IDEOGRAPH-24335",
    },
    Character {
        age: "3.1",
        codepoint: 0x24336,
        name: "CJK UNIFIED IDEOGRAPH-24336",
    },
    Character {
        age: "3.1",
        codepoint: 0x24337,
        name: "CJK UNIFIED IDEOGRAPH-24337",
    },
    Character {
        age: "3.1",
        codepoint: 0x24338,
        name: "CJK UNIFIED IDEOGRAPH-24338",
    },
    Character {
        age: "3.1",
        codepoint: 0x24339,
        name: "CJK UNIFIED IDEOGRAPH-24339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2433A,
        name: "CJK UNIFIED IDEOGRAPH-2433A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2433B,
        name: "CJK UNIFIED IDEOGRAPH-2433B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2433C,
        name: "CJK UNIFIED IDEOGRAPH-2433C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2433D,
        name: "CJK UNIFIED IDEOGRAPH-2433D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2433E,
        name: "CJK UNIFIED IDEOGRAPH-2433E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2433F,
        name: "CJK UNIFIED IDEOGRAPH-2433F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24340,
        name: "CJK UNIFIED IDEOGRAPH-24340",
    },
    Character {
        age: "3.1",
        codepoint: 0x24341,
        name: "CJK UNIFIED IDEOGRAPH-24341",
    },
    Character {
        age: "3.1",
        codepoint: 0x24342,
        name: "CJK UNIFIED IDEOGRAPH-24342",
    },
    Character {
        age: "3.1",
        codepoint: 0x24343,
        name: "CJK UNIFIED IDEOGRAPH-24343",
    },
    Character {
        age: "3.1",
        codepoint: 0x24344,
        name: "CJK UNIFIED IDEOGRAPH-24344",
    },
    Character {
        age: "3.1",
        codepoint: 0x24345,
        name: "CJK UNIFIED IDEOGRAPH-24345",
    },
    Character {
        age: "3.1",
        codepoint: 0x24346,
        name: "CJK UNIFIED IDEOGRAPH-24346",
    },
    Character {
        age: "3.1",
        codepoint: 0x24347,
        name: "CJK UNIFIED IDEOGRAPH-24347",
    },
    Character {
        age: "3.1",
        codepoint: 0x24348,
        name: "CJK UNIFIED IDEOGRAPH-24348",
    },
    Character {
        age: "3.1",
        codepoint: 0x24349,
        name: "CJK UNIFIED IDEOGRAPH-24349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2434A,
        name: "CJK UNIFIED IDEOGRAPH-2434A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2434B,
        name: "CJK UNIFIED IDEOGRAPH-2434B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2434C,
        name: "CJK UNIFIED IDEOGRAPH-2434C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2434D,
        name: "CJK UNIFIED IDEOGRAPH-2434D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2434E,
        name: "CJK UNIFIED IDEOGRAPH-2434E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2434F,
        name: "CJK UNIFIED IDEOGRAPH-2434F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24350,
        name: "CJK UNIFIED IDEOGRAPH-24350",
    },
    Character {
        age: "3.1",
        codepoint: 0x24351,
        name: "CJK UNIFIED IDEOGRAPH-24351",
    },
    Character {
        age: "3.1",
        codepoint: 0x24352,
        name: "CJK UNIFIED IDEOGRAPH-24352",
    },
    Character {
        age: "3.1",
        codepoint: 0x24353,
        name: "CJK UNIFIED IDEOGRAPH-24353",
    },
    Character {
        age: "3.1",
        codepoint: 0x24354,
        name: "CJK UNIFIED IDEOGRAPH-24354",
    },
    Character {
        age: "3.1",
        codepoint: 0x24355,
        name: "CJK UNIFIED IDEOGRAPH-24355",
    },
    Character {
        age: "3.1",
        codepoint: 0x24356,
        name: "CJK UNIFIED IDEOGRAPH-24356",
    },
    Character {
        age: "3.1",
        codepoint: 0x24357,
        name: "CJK UNIFIED IDEOGRAPH-24357",
    },
    Character {
        age: "3.1",
        codepoint: 0x24358,
        name: "CJK UNIFIED IDEOGRAPH-24358",
    },
    Character {
        age: "3.1",
        codepoint: 0x24359,
        name: "CJK UNIFIED IDEOGRAPH-24359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2435A,
        name: "CJK UNIFIED IDEOGRAPH-2435A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2435B,
        name: "CJK UNIFIED IDEOGRAPH-2435B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2435C,
        name: "CJK UNIFIED IDEOGRAPH-2435C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2435D,
        name: "CJK UNIFIED IDEOGRAPH-2435D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2435E,
        name: "CJK UNIFIED IDEOGRAPH-2435E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2435F,
        name: "CJK UNIFIED IDEOGRAPH-2435F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24360,
        name: "CJK UNIFIED IDEOGRAPH-24360",
    },
    Character {
        age: "3.1",
        codepoint: 0x24361,
        name: "CJK UNIFIED IDEOGRAPH-24361",
    },
    Character {
        age: "3.1",
        codepoint: 0x24362,
        name: "CJK UNIFIED IDEOGRAPH-24362",
    },
    Character {
        age: "3.1",
        codepoint: 0x24363,
        name: "CJK UNIFIED IDEOGRAPH-24363",
    },
    Character {
        age: "3.1",
        codepoint: 0x24364,
        name: "CJK UNIFIED IDEOGRAPH-24364",
    },
    Character {
        age: "3.1",
        codepoint: 0x24365,
        name: "CJK UNIFIED IDEOGRAPH-24365",
    },
    Character {
        age: "3.1",
        codepoint: 0x24366,
        name: "CJK UNIFIED IDEOGRAPH-24366",
    },
    Character {
        age: "3.1",
        codepoint: 0x24367,
        name: "CJK UNIFIED IDEOGRAPH-24367",
    },
    Character {
        age: "3.1",
        codepoint: 0x24368,
        name: "CJK UNIFIED IDEOGRAPH-24368",
    },
    Character {
        age: "3.1",
        codepoint: 0x24369,
        name: "CJK UNIFIED IDEOGRAPH-24369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2436A,
        name: "CJK UNIFIED IDEOGRAPH-2436A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2436B,
        name: "CJK UNIFIED IDEOGRAPH-2436B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2436C,
        name: "CJK UNIFIED IDEOGRAPH-2436C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2436D,
        name: "CJK UNIFIED IDEOGRAPH-2436D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2436E,
        name: "CJK UNIFIED IDEOGRAPH-2436E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2436F,
        name: "CJK UNIFIED IDEOGRAPH-2436F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24370,
        name: "CJK UNIFIED IDEOGRAPH-24370",
    },
    Character {
        age: "3.1",
        codepoint: 0x24371,
        name: "CJK UNIFIED IDEOGRAPH-24371",
    },
    Character {
        age: "3.1",
        codepoint: 0x24372,
        name: "CJK UNIFIED IDEOGRAPH-24372",
    },
    Character {
        age: "3.1",
        codepoint: 0x24373,
        name: "CJK UNIFIED IDEOGRAPH-24373",
    },
    Character {
        age: "3.1",
        codepoint: 0x24374,
        name: "CJK UNIFIED IDEOGRAPH-24374",
    },
    Character {
        age: "3.1",
        codepoint: 0x24375,
        name: "CJK UNIFIED IDEOGRAPH-24375",
    },
    Character {
        age: "3.1",
        codepoint: 0x24376,
        name: "CJK UNIFIED IDEOGRAPH-24376",
    },
    Character {
        age: "3.1",
        codepoint: 0x24377,
        name: "CJK UNIFIED IDEOGRAPH-24377",
    },
    Character {
        age: "3.1",
        codepoint: 0x24378,
        name: "CJK UNIFIED IDEOGRAPH-24378",
    },
    Character {
        age: "3.1",
        codepoint: 0x24379,
        name: "CJK UNIFIED IDEOGRAPH-24379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2437A,
        name: "CJK UNIFIED IDEOGRAPH-2437A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2437B,
        name: "CJK UNIFIED IDEOGRAPH-2437B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2437C,
        name: "CJK UNIFIED IDEOGRAPH-2437C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2437D,
        name: "CJK UNIFIED IDEOGRAPH-2437D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2437E,
        name: "CJK UNIFIED IDEOGRAPH-2437E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2437F,
        name: "CJK UNIFIED IDEOGRAPH-2437F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24380,
        name: "CJK UNIFIED IDEOGRAPH-24380",
    },
    Character {
        age: "3.1",
        codepoint: 0x24381,
        name: "CJK UNIFIED IDEOGRAPH-24381",
    },
    Character {
        age: "3.1",
        codepoint: 0x24382,
        name: "CJK UNIFIED IDEOGRAPH-24382",
    },
    Character {
        age: "3.1",
        codepoint: 0x24383,
        name: "CJK UNIFIED IDEOGRAPH-24383",
    },
    Character {
        age: "3.1",
        codepoint: 0x24384,
        name: "CJK UNIFIED IDEOGRAPH-24384",
    },
    Character {
        age: "3.1",
        codepoint: 0x24385,
        name: "CJK UNIFIED IDEOGRAPH-24385",
    },
    Character {
        age: "3.1",
        codepoint: 0x24386,
        name: "CJK UNIFIED IDEOGRAPH-24386",
    },
    Character {
        age: "3.1",
        codepoint: 0x24387,
        name: "CJK UNIFIED IDEOGRAPH-24387",
    },
    Character {
        age: "3.1",
        codepoint: 0x24388,
        name: "CJK UNIFIED IDEOGRAPH-24388",
    },
    Character {
        age: "3.1",
        codepoint: 0x24389,
        name: "CJK UNIFIED IDEOGRAPH-24389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2438A,
        name: "CJK UNIFIED IDEOGRAPH-2438A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2438B,
        name: "CJK UNIFIED IDEOGRAPH-2438B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2438C,
        name: "CJK UNIFIED IDEOGRAPH-2438C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2438D,
        name: "CJK UNIFIED IDEOGRAPH-2438D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2438E,
        name: "CJK UNIFIED IDEOGRAPH-2438E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2438F,
        name: "CJK UNIFIED IDEOGRAPH-2438F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24390,
        name: "CJK UNIFIED IDEOGRAPH-24390",
    },
    Character {
        age: "3.1",
        codepoint: 0x24391,
        name: "CJK UNIFIED IDEOGRAPH-24391",
    },
    Character {
        age: "3.1",
        codepoint: 0x24392,
        name: "CJK UNIFIED IDEOGRAPH-24392",
    },
    Character {
        age: "3.1",
        codepoint: 0x24393,
        name: "CJK UNIFIED IDEOGRAPH-24393",
    },
    Character {
        age: "3.1",
        codepoint: 0x24394,
        name: "CJK UNIFIED IDEOGRAPH-24394",
    },
    Character {
        age: "3.1",
        codepoint: 0x24395,
        name: "CJK UNIFIED IDEOGRAPH-24395",
    },
    Character {
        age: "3.1",
        codepoint: 0x24396,
        name: "CJK UNIFIED IDEOGRAPH-24396",
    },
    Character {
        age: "3.1",
        codepoint: 0x24397,
        name: "CJK UNIFIED IDEOGRAPH-24397",
    },
    Character {
        age: "3.1",
        codepoint: 0x24398,
        name: "CJK UNIFIED IDEOGRAPH-24398",
    },
    Character {
        age: "3.1",
        codepoint: 0x24399,
        name: "CJK UNIFIED IDEOGRAPH-24399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2439A,
        name: "CJK UNIFIED IDEOGRAPH-2439A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2439B,
        name: "CJK UNIFIED IDEOGRAPH-2439B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2439C,
        name: "CJK UNIFIED IDEOGRAPH-2439C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2439D,
        name: "CJK UNIFIED IDEOGRAPH-2439D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2439E,
        name: "CJK UNIFIED IDEOGRAPH-2439E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2439F,
        name: "CJK UNIFIED IDEOGRAPH-2439F",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A0,
        name: "CJK UNIFIED IDEOGRAPH-243A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A1,
        name: "CJK UNIFIED IDEOGRAPH-243A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A2,
        name: "CJK UNIFIED IDEOGRAPH-243A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A3,
        name: "CJK UNIFIED IDEOGRAPH-243A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A4,
        name: "CJK UNIFIED IDEOGRAPH-243A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A5,
        name: "CJK UNIFIED IDEOGRAPH-243A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A6,
        name: "CJK UNIFIED IDEOGRAPH-243A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A7,
        name: "CJK UNIFIED IDEOGRAPH-243A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A8,
        name: "CJK UNIFIED IDEOGRAPH-243A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x243A9,
        name: "CJK UNIFIED IDEOGRAPH-243A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x243AA,
        name: "CJK UNIFIED IDEOGRAPH-243AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x243AB,
        name: "CJK UNIFIED IDEOGRAPH-243AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x243AC,
        name: "CJK UNIFIED IDEOGRAPH-243AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x243AD,
        name: "CJK UNIFIED IDEOGRAPH-243AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x243AE,
        name: "CJK UNIFIED IDEOGRAPH-243AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x243AF,
        name: "CJK UNIFIED IDEOGRAPH-243AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B0,
        name: "CJK UNIFIED IDEOGRAPH-243B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B1,
        name: "CJK UNIFIED IDEOGRAPH-243B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B2,
        name: "CJK UNIFIED IDEOGRAPH-243B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B3,
        name: "CJK UNIFIED IDEOGRAPH-243B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B4,
        name: "CJK UNIFIED IDEOGRAPH-243B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B5,
        name: "CJK UNIFIED IDEOGRAPH-243B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B6,
        name: "CJK UNIFIED IDEOGRAPH-243B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B7,
        name: "CJK UNIFIED IDEOGRAPH-243B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B8,
        name: "CJK UNIFIED IDEOGRAPH-243B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x243B9,
        name: "CJK UNIFIED IDEOGRAPH-243B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x243BA,
        name: "CJK UNIFIED IDEOGRAPH-243BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x243BB,
        name: "CJK UNIFIED IDEOGRAPH-243BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x243BC,
        name: "CJK UNIFIED IDEOGRAPH-243BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x243BD,
        name: "CJK UNIFIED IDEOGRAPH-243BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x243BE,
        name: "CJK UNIFIED IDEOGRAPH-243BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x243BF,
        name: "CJK UNIFIED IDEOGRAPH-243BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C0,
        name: "CJK UNIFIED IDEOGRAPH-243C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C1,
        name: "CJK UNIFIED IDEOGRAPH-243C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C2,
        name: "CJK UNIFIED IDEOGRAPH-243C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C3,
        name: "CJK UNIFIED IDEOGRAPH-243C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C4,
        name: "CJK UNIFIED IDEOGRAPH-243C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C5,
        name: "CJK UNIFIED IDEOGRAPH-243C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C6,
        name: "CJK UNIFIED IDEOGRAPH-243C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C7,
        name: "CJK UNIFIED IDEOGRAPH-243C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C8,
        name: "CJK UNIFIED IDEOGRAPH-243C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x243C9,
        name: "CJK UNIFIED IDEOGRAPH-243C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x243CA,
        name: "CJK UNIFIED IDEOGRAPH-243CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x243CB,
        name: "CJK UNIFIED IDEOGRAPH-243CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x243CC,
        name: "CJK UNIFIED IDEOGRAPH-243CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x243CD,
        name: "CJK UNIFIED IDEOGRAPH-243CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x243CE,
        name: "CJK UNIFIED IDEOGRAPH-243CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x243CF,
        name: "CJK UNIFIED IDEOGRAPH-243CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D0,
        name: "CJK UNIFIED IDEOGRAPH-243D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D1,
        name: "CJK UNIFIED IDEOGRAPH-243D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D2,
        name: "CJK UNIFIED IDEOGRAPH-243D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D3,
        name: "CJK UNIFIED IDEOGRAPH-243D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D4,
        name: "CJK UNIFIED IDEOGRAPH-243D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D5,
        name: "CJK UNIFIED IDEOGRAPH-243D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D6,
        name: "CJK UNIFIED IDEOGRAPH-243D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D7,
        name: "CJK UNIFIED IDEOGRAPH-243D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D8,
        name: "CJK UNIFIED IDEOGRAPH-243D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x243D9,
        name: "CJK UNIFIED IDEOGRAPH-243D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x243DA,
        name: "CJK UNIFIED IDEOGRAPH-243DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x243DB,
        name: "CJK UNIFIED IDEOGRAPH-243DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x243DC,
        name: "CJK UNIFIED IDEOGRAPH-243DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x243DD,
        name: "CJK UNIFIED IDEOGRAPH-243DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x243DE,
        name: "CJK UNIFIED IDEOGRAPH-243DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x243DF,
        name: "CJK UNIFIED IDEOGRAPH-243DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E0,
        name: "CJK UNIFIED IDEOGRAPH-243E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E1,
        name: "CJK UNIFIED IDEOGRAPH-243E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E2,
        name: "CJK UNIFIED IDEOGRAPH-243E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E3,
        name: "CJK UNIFIED IDEOGRAPH-243E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E4,
        name: "CJK UNIFIED IDEOGRAPH-243E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E5,
        name: "CJK UNIFIED IDEOGRAPH-243E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E6,
        name: "CJK UNIFIED IDEOGRAPH-243E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E7,
        name: "CJK UNIFIED IDEOGRAPH-243E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E8,
        name: "CJK UNIFIED IDEOGRAPH-243E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x243E9,
        name: "CJK UNIFIED IDEOGRAPH-243E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x243EA,
        name: "CJK UNIFIED IDEOGRAPH-243EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x243EB,
        name: "CJK UNIFIED IDEOGRAPH-243EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x243EC,
        name: "CJK UNIFIED IDEOGRAPH-243EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x243ED,
        name: "CJK UNIFIED IDEOGRAPH-243ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x243EE,
        name: "CJK UNIFIED IDEOGRAPH-243EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x243EF,
        name: "CJK UNIFIED IDEOGRAPH-243EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F0,
        name: "CJK UNIFIED IDEOGRAPH-243F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F1,
        name: "CJK UNIFIED IDEOGRAPH-243F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F2,
        name: "CJK UNIFIED IDEOGRAPH-243F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F3,
        name: "CJK UNIFIED IDEOGRAPH-243F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F4,
        name: "CJK UNIFIED IDEOGRAPH-243F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F5,
        name: "CJK UNIFIED IDEOGRAPH-243F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F6,
        name: "CJK UNIFIED IDEOGRAPH-243F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F7,
        name: "CJK UNIFIED IDEOGRAPH-243F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F8,
        name: "CJK UNIFIED IDEOGRAPH-243F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x243F9,
        name: "CJK UNIFIED IDEOGRAPH-243F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x243FA,
        name: "CJK UNIFIED IDEOGRAPH-243FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x243FB,
        name: "CJK UNIFIED IDEOGRAPH-243FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x243FC,
        name: "CJK UNIFIED IDEOGRAPH-243FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x243FD,
        name: "CJK UNIFIED IDEOGRAPH-243FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x243FE,
        name: "CJK UNIFIED IDEOGRAPH-243FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x243FF,
        name: "CJK UNIFIED IDEOGRAPH-243FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24400,
        name: "CJK UNIFIED IDEOGRAPH-24400",
    },
    Character {
        age: "3.1",
        codepoint: 0x24401,
        name: "CJK UNIFIED IDEOGRAPH-24401",
    },
    Character {
        age: "3.1",
        codepoint: 0x24402,
        name: "CJK UNIFIED IDEOGRAPH-24402",
    },
    Character {
        age: "3.1",
        codepoint: 0x24403,
        name: "CJK UNIFIED IDEOGRAPH-24403",
    },
    Character {
        age: "3.1",
        codepoint: 0x24404,
        name: "CJK UNIFIED IDEOGRAPH-24404",
    },
    Character {
        age: "3.1",
        codepoint: 0x24405,
        name: "CJK UNIFIED IDEOGRAPH-24405",
    },
    Character {
        age: "3.1",
        codepoint: 0x24406,
        name: "CJK UNIFIED IDEOGRAPH-24406",
    },
    Character {
        age: "3.1",
        codepoint: 0x24407,
        name: "CJK UNIFIED IDEOGRAPH-24407",
    },
    Character {
        age: "3.1",
        codepoint: 0x24408,
        name: "CJK UNIFIED IDEOGRAPH-24408",
    },
    Character {
        age: "3.1",
        codepoint: 0x24409,
        name: "CJK UNIFIED IDEOGRAPH-24409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2440A,
        name: "CJK UNIFIED IDEOGRAPH-2440A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2440B,
        name: "CJK UNIFIED IDEOGRAPH-2440B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2440C,
        name: "CJK UNIFIED IDEOGRAPH-2440C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2440D,
        name: "CJK UNIFIED IDEOGRAPH-2440D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2440E,
        name: "CJK UNIFIED IDEOGRAPH-2440E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2440F,
        name: "CJK UNIFIED IDEOGRAPH-2440F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24410,
        name: "CJK UNIFIED IDEOGRAPH-24410",
    },
    Character {
        age: "3.1",
        codepoint: 0x24411,
        name: "CJK UNIFIED IDEOGRAPH-24411",
    },
    Character {
        age: "3.1",
        codepoint: 0x24412,
        name: "CJK UNIFIED IDEOGRAPH-24412",
    },
    Character {
        age: "3.1",
        codepoint: 0x24413,
        name: "CJK UNIFIED IDEOGRAPH-24413",
    },
    Character {
        age: "3.1",
        codepoint: 0x24414,
        name: "CJK UNIFIED IDEOGRAPH-24414",
    },
    Character {
        age: "3.1",
        codepoint: 0x24415,
        name: "CJK UNIFIED IDEOGRAPH-24415",
    },
    Character {
        age: "3.1",
        codepoint: 0x24416,
        name: "CJK UNIFIED IDEOGRAPH-24416",
    },
    Character {
        age: "3.1",
        codepoint: 0x24417,
        name: "CJK UNIFIED IDEOGRAPH-24417",
    },
    Character {
        age: "3.1",
        codepoint: 0x24418,
        name: "CJK UNIFIED IDEOGRAPH-24418",
    },
    Character {
        age: "3.1",
        codepoint: 0x24419,
        name: "CJK UNIFIED IDEOGRAPH-24419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2441A,
        name: "CJK UNIFIED IDEOGRAPH-2441A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2441B,
        name: "CJK UNIFIED IDEOGRAPH-2441B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2441C,
        name: "CJK UNIFIED IDEOGRAPH-2441C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2441D,
        name: "CJK UNIFIED IDEOGRAPH-2441D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2441E,
        name: "CJK UNIFIED IDEOGRAPH-2441E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2441F,
        name: "CJK UNIFIED IDEOGRAPH-2441F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24420,
        name: "CJK UNIFIED IDEOGRAPH-24420",
    },
    Character {
        age: "3.1",
        codepoint: 0x24421,
        name: "CJK UNIFIED IDEOGRAPH-24421",
    },
    Character {
        age: "3.1",
        codepoint: 0x24422,
        name: "CJK UNIFIED IDEOGRAPH-24422",
    },
    Character {
        age: "3.1",
        codepoint: 0x24423,
        name: "CJK UNIFIED IDEOGRAPH-24423",
    },
    Character {
        age: "3.1",
        codepoint: 0x24424,
        name: "CJK UNIFIED IDEOGRAPH-24424",
    },
    Character {
        age: "3.1",
        codepoint: 0x24425,
        name: "CJK UNIFIED IDEOGRAPH-24425",
    },
    Character {
        age: "3.1",
        codepoint: 0x24426,
        name: "CJK UNIFIED IDEOGRAPH-24426",
    },
    Character {
        age: "3.1",
        codepoint: 0x24427,
        name: "CJK UNIFIED IDEOGRAPH-24427",
    },
    Character {
        age: "3.1",
        codepoint: 0x24428,
        name: "CJK UNIFIED IDEOGRAPH-24428",
    },
    Character {
        age: "3.1",
        codepoint: 0x24429,
        name: "CJK UNIFIED IDEOGRAPH-24429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2442A,
        name: "CJK UNIFIED IDEOGRAPH-2442A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2442B,
        name: "CJK UNIFIED IDEOGRAPH-2442B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2442C,
        name: "CJK UNIFIED IDEOGRAPH-2442C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2442D,
        name: "CJK UNIFIED IDEOGRAPH-2442D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2442E,
        name: "CJK UNIFIED IDEOGRAPH-2442E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2442F,
        name: "CJK UNIFIED IDEOGRAPH-2442F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24430,
        name: "CJK UNIFIED IDEOGRAPH-24430",
    },
    Character {
        age: "3.1",
        codepoint: 0x24431,
        name: "CJK UNIFIED IDEOGRAPH-24431",
    },
    Character {
        age: "3.1",
        codepoint: 0x24432,
        name: "CJK UNIFIED IDEOGRAPH-24432",
    },
    Character {
        age: "3.1",
        codepoint: 0x24433,
        name: "CJK UNIFIED IDEOGRAPH-24433",
    },
    Character {
        age: "3.1",
        codepoint: 0x24434,
        name: "CJK UNIFIED IDEOGRAPH-24434",
    },
    Character {
        age: "3.1",
        codepoint: 0x24435,
        name: "CJK UNIFIED IDEOGRAPH-24435",
    },
    Character {
        age: "3.1",
        codepoint: 0x24436,
        name: "CJK UNIFIED IDEOGRAPH-24436",
    },
    Character {
        age: "3.1",
        codepoint: 0x24437,
        name: "CJK UNIFIED IDEOGRAPH-24437",
    },
    Character {
        age: "3.1",
        codepoint: 0x24438,
        name: "CJK UNIFIED IDEOGRAPH-24438",
    },
    Character {
        age: "3.1",
        codepoint: 0x24439,
        name: "CJK UNIFIED IDEOGRAPH-24439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2443A,
        name: "CJK UNIFIED IDEOGRAPH-2443A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2443B,
        name: "CJK UNIFIED IDEOGRAPH-2443B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2443C,
        name: "CJK UNIFIED IDEOGRAPH-2443C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2443D,
        name: "CJK UNIFIED IDEOGRAPH-2443D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2443E,
        name: "CJK UNIFIED IDEOGRAPH-2443E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2443F,
        name: "CJK UNIFIED IDEOGRAPH-2443F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24440,
        name: "CJK UNIFIED IDEOGRAPH-24440",
    },
    Character {
        age: "3.1",
        codepoint: 0x24441,
        name: "CJK UNIFIED IDEOGRAPH-24441",
    },
    Character {
        age: "3.1",
        codepoint: 0x24442,
        name: "CJK UNIFIED IDEOGRAPH-24442",
    },
    Character {
        age: "3.1",
        codepoint: 0x24443,
        name: "CJK UNIFIED IDEOGRAPH-24443",
    },
    Character {
        age: "3.1",
        codepoint: 0x24444,
        name: "CJK UNIFIED IDEOGRAPH-24444",
    },
    Character {
        age: "3.1",
        codepoint: 0x24445,
        name: "CJK UNIFIED IDEOGRAPH-24445",
    },
    Character {
        age: "3.1",
        codepoint: 0x24446,
        name: "CJK UNIFIED IDEOGRAPH-24446",
    },
    Character {
        age: "3.1",
        codepoint: 0x24447,
        name: "CJK UNIFIED IDEOGRAPH-24447",
    },
    Character {
        age: "3.1",
        codepoint: 0x24448,
        name: "CJK UNIFIED IDEOGRAPH-24448",
    },
    Character {
        age: "3.1",
        codepoint: 0x24449,
        name: "CJK UNIFIED IDEOGRAPH-24449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2444A,
        name: "CJK UNIFIED IDEOGRAPH-2444A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2444B,
        name: "CJK UNIFIED IDEOGRAPH-2444B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2444C,
        name: "CJK UNIFIED IDEOGRAPH-2444C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2444D,
        name: "CJK UNIFIED IDEOGRAPH-2444D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2444E,
        name: "CJK UNIFIED IDEOGRAPH-2444E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2444F,
        name: "CJK UNIFIED IDEOGRAPH-2444F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24450,
        name: "CJK UNIFIED IDEOGRAPH-24450",
    },
    Character {
        age: "3.1",
        codepoint: 0x24451,
        name: "CJK UNIFIED IDEOGRAPH-24451",
    },
    Character {
        age: "3.1",
        codepoint: 0x24452,
        name: "CJK UNIFIED IDEOGRAPH-24452",
    },
    Character {
        age: "3.1",
        codepoint: 0x24453,
        name: "CJK UNIFIED IDEOGRAPH-24453",
    },
    Character {
        age: "3.1",
        codepoint: 0x24454,
        name: "CJK UNIFIED IDEOGRAPH-24454",
    },
    Character {
        age: "3.1",
        codepoint: 0x24455,
        name: "CJK UNIFIED IDEOGRAPH-24455",
    },
    Character {
        age: "3.1",
        codepoint: 0x24456,
        name: "CJK UNIFIED IDEOGRAPH-24456",
    },
    Character {
        age: "3.1",
        codepoint: 0x24457,
        name: "CJK UNIFIED IDEOGRAPH-24457",
    },
    Character {
        age: "3.1",
        codepoint: 0x24458,
        name: "CJK UNIFIED IDEOGRAPH-24458",
    },
    Character {
        age: "3.1",
        codepoint: 0x24459,
        name: "CJK UNIFIED IDEOGRAPH-24459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2445A,
        name: "CJK UNIFIED IDEOGRAPH-2445A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2445B,
        name: "CJK UNIFIED IDEOGRAPH-2445B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2445C,
        name: "CJK UNIFIED IDEOGRAPH-2445C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2445D,
        name: "CJK UNIFIED IDEOGRAPH-2445D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2445E,
        name: "CJK UNIFIED IDEOGRAPH-2445E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2445F,
        name: "CJK UNIFIED IDEOGRAPH-2445F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24460,
        name: "CJK UNIFIED IDEOGRAPH-24460",
    },
    Character {
        age: "3.1",
        codepoint: 0x24461,
        name: "CJK UNIFIED IDEOGRAPH-24461",
    },
    Character {
        age: "3.1",
        codepoint: 0x24462,
        name: "CJK UNIFIED IDEOGRAPH-24462",
    },
    Character {
        age: "3.1",
        codepoint: 0x24463,
        name: "CJK UNIFIED IDEOGRAPH-24463",
    },
    Character {
        age: "3.1",
        codepoint: 0x24464,
        name: "CJK UNIFIED IDEOGRAPH-24464",
    },
    Character {
        age: "3.1",
        codepoint: 0x24465,
        name: "CJK UNIFIED IDEOGRAPH-24465",
    },
    Character {
        age: "3.1",
        codepoint: 0x24466,
        name: "CJK UNIFIED IDEOGRAPH-24466",
    },
    Character {
        age: "3.1",
        codepoint: 0x24467,
        name: "CJK UNIFIED IDEOGRAPH-24467",
    },
    Character {
        age: "3.1",
        codepoint: 0x24468,
        name: "CJK UNIFIED IDEOGRAPH-24468",
    },
    Character {
        age: "3.1",
        codepoint: 0x24469,
        name: "CJK UNIFIED IDEOGRAPH-24469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2446A,
        name: "CJK UNIFIED IDEOGRAPH-2446A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2446B,
        name: "CJK UNIFIED IDEOGRAPH-2446B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2446C,
        name: "CJK UNIFIED IDEOGRAPH-2446C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2446D,
        name: "CJK UNIFIED IDEOGRAPH-2446D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2446E,
        name: "CJK UNIFIED IDEOGRAPH-2446E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2446F,
        name: "CJK UNIFIED IDEOGRAPH-2446F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24470,
        name: "CJK UNIFIED IDEOGRAPH-24470",
    },
    Character {
        age: "3.1",
        codepoint: 0x24471,
        name: "CJK UNIFIED IDEOGRAPH-24471",
    },
    Character {
        age: "3.1",
        codepoint: 0x24472,
        name: "CJK UNIFIED IDEOGRAPH-24472",
    },
    Character {
        age: "3.1",
        codepoint: 0x24473,
        name: "CJK UNIFIED IDEOGRAPH-24473",
    },
    Character {
        age: "3.1",
        codepoint: 0x24474,
        name: "CJK UNIFIED IDEOGRAPH-24474",
    },
    Character {
        age: "3.1",
        codepoint: 0x24475,
        name: "CJK UNIFIED IDEOGRAPH-24475",
    },
    Character {
        age: "3.1",
        codepoint: 0x24476,
        name: "CJK UNIFIED IDEOGRAPH-24476",
    },
    Character {
        age: "3.1",
        codepoint: 0x24477,
        name: "CJK UNIFIED IDEOGRAPH-24477",
    },
    Character {
        age: "3.1",
        codepoint: 0x24478,
        name: "CJK UNIFIED IDEOGRAPH-24478",
    },
    Character {
        age: "3.1",
        codepoint: 0x24479,
        name: "CJK UNIFIED IDEOGRAPH-24479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2447A,
        name: "CJK UNIFIED IDEOGRAPH-2447A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2447B,
        name: "CJK UNIFIED IDEOGRAPH-2447B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2447C,
        name: "CJK UNIFIED IDEOGRAPH-2447C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2447D,
        name: "CJK UNIFIED IDEOGRAPH-2447D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2447E,
        name: "CJK UNIFIED IDEOGRAPH-2447E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2447F,
        name: "CJK UNIFIED IDEOGRAPH-2447F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24480,
        name: "CJK UNIFIED IDEOGRAPH-24480",
    },
    Character {
        age: "3.1",
        codepoint: 0x24481,
        name: "CJK UNIFIED IDEOGRAPH-24481",
    },
    Character {
        age: "3.1",
        codepoint: 0x24482,
        name: "CJK UNIFIED IDEOGRAPH-24482",
    },
    Character {
        age: "3.1",
        codepoint: 0x24483,
        name: "CJK UNIFIED IDEOGRAPH-24483",
    },
    Character {
        age: "3.1",
        codepoint: 0x24484,
        name: "CJK UNIFIED IDEOGRAPH-24484",
    },
    Character {
        age: "3.1",
        codepoint: 0x24485,
        name: "CJK UNIFIED IDEOGRAPH-24485",
    },
    Character {
        age: "3.1",
        codepoint: 0x24486,
        name: "CJK UNIFIED IDEOGRAPH-24486",
    },
    Character {
        age: "3.1",
        codepoint: 0x24487,
        name: "CJK UNIFIED IDEOGRAPH-24487",
    },
    Character {
        age: "3.1",
        codepoint: 0x24488,
        name: "CJK UNIFIED IDEOGRAPH-24488",
    },
    Character {
        age: "3.1",
        codepoint: 0x24489,
        name: "CJK UNIFIED IDEOGRAPH-24489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2448A,
        name: "CJK UNIFIED IDEOGRAPH-2448A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2448B,
        name: "CJK UNIFIED IDEOGRAPH-2448B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2448C,
        name: "CJK UNIFIED IDEOGRAPH-2448C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2448D,
        name: "CJK UNIFIED IDEOGRAPH-2448D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2448E,
        name: "CJK UNIFIED IDEOGRAPH-2448E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2448F,
        name: "CJK UNIFIED IDEOGRAPH-2448F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24490,
        name: "CJK UNIFIED IDEOGRAPH-24490",
    },
    Character {
        age: "3.1",
        codepoint: 0x24491,
        name: "CJK UNIFIED IDEOGRAPH-24491",
    },
    Character {
        age: "3.1",
        codepoint: 0x24492,
        name: "CJK UNIFIED IDEOGRAPH-24492",
    },
    Character {
        age: "3.1",
        codepoint: 0x24493,
        name: "CJK UNIFIED IDEOGRAPH-24493",
    },
    Character {
        age: "3.1",
        codepoint: 0x24494,
        name: "CJK UNIFIED IDEOGRAPH-24494",
    },
    Character {
        age: "3.1",
        codepoint: 0x24495,
        name: "CJK UNIFIED IDEOGRAPH-24495",
    },
    Character {
        age: "3.1",
        codepoint: 0x24496,
        name: "CJK UNIFIED IDEOGRAPH-24496",
    },
    Character {
        age: "3.1",
        codepoint: 0x24497,
        name: "CJK UNIFIED IDEOGRAPH-24497",
    },
    Character {
        age: "3.1",
        codepoint: 0x24498,
        name: "CJK UNIFIED IDEOGRAPH-24498",
    },
    Character {
        age: "3.1",
        codepoint: 0x24499,
        name: "CJK UNIFIED IDEOGRAPH-24499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2449A,
        name: "CJK UNIFIED IDEOGRAPH-2449A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2449B,
        name: "CJK UNIFIED IDEOGRAPH-2449B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2449C,
        name: "CJK UNIFIED IDEOGRAPH-2449C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2449D,
        name: "CJK UNIFIED IDEOGRAPH-2449D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2449E,
        name: "CJK UNIFIED IDEOGRAPH-2449E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2449F,
        name: "CJK UNIFIED IDEOGRAPH-2449F",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A0,
        name: "CJK UNIFIED IDEOGRAPH-244A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A1,
        name: "CJK UNIFIED IDEOGRAPH-244A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A2,
        name: "CJK UNIFIED IDEOGRAPH-244A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A3,
        name: "CJK UNIFIED IDEOGRAPH-244A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A4,
        name: "CJK UNIFIED IDEOGRAPH-244A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A5,
        name: "CJK UNIFIED IDEOGRAPH-244A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A6,
        name: "CJK UNIFIED IDEOGRAPH-244A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A7,
        name: "CJK UNIFIED IDEOGRAPH-244A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A8,
        name: "CJK UNIFIED IDEOGRAPH-244A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x244A9,
        name: "CJK UNIFIED IDEOGRAPH-244A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x244AA,
        name: "CJK UNIFIED IDEOGRAPH-244AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x244AB,
        name: "CJK UNIFIED IDEOGRAPH-244AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x244AC,
        name: "CJK UNIFIED IDEOGRAPH-244AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x244AD,
        name: "CJK UNIFIED IDEOGRAPH-244AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x244AE,
        name: "CJK UNIFIED IDEOGRAPH-244AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x244AF,
        name: "CJK UNIFIED IDEOGRAPH-244AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B0,
        name: "CJK UNIFIED IDEOGRAPH-244B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B1,
        name: "CJK UNIFIED IDEOGRAPH-244B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B2,
        name: "CJK UNIFIED IDEOGRAPH-244B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B3,
        name: "CJK UNIFIED IDEOGRAPH-244B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B4,
        name: "CJK UNIFIED IDEOGRAPH-244B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B5,
        name: "CJK UNIFIED IDEOGRAPH-244B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B6,
        name: "CJK UNIFIED IDEOGRAPH-244B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B7,
        name: "CJK UNIFIED IDEOGRAPH-244B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B8,
        name: "CJK UNIFIED IDEOGRAPH-244B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x244B9,
        name: "CJK UNIFIED IDEOGRAPH-244B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x244BA,
        name: "CJK UNIFIED IDEOGRAPH-244BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x244BB,
        name: "CJK UNIFIED IDEOGRAPH-244BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x244BC,
        name: "CJK UNIFIED IDEOGRAPH-244BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x244BD,
        name: "CJK UNIFIED IDEOGRAPH-244BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x244BE,
        name: "CJK UNIFIED IDEOGRAPH-244BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x244BF,
        name: "CJK UNIFIED IDEOGRAPH-244BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C0,
        name: "CJK UNIFIED IDEOGRAPH-244C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C1,
        name: "CJK UNIFIED IDEOGRAPH-244C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C2,
        name: "CJK UNIFIED IDEOGRAPH-244C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C3,
        name: "CJK UNIFIED IDEOGRAPH-244C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C4,
        name: "CJK UNIFIED IDEOGRAPH-244C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C5,
        name: "CJK UNIFIED IDEOGRAPH-244C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C6,
        name: "CJK UNIFIED IDEOGRAPH-244C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C7,
        name: "CJK UNIFIED IDEOGRAPH-244C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C8,
        name: "CJK UNIFIED IDEOGRAPH-244C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x244C9,
        name: "CJK UNIFIED IDEOGRAPH-244C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x244CA,
        name: "CJK UNIFIED IDEOGRAPH-244CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x244CB,
        name: "CJK UNIFIED IDEOGRAPH-244CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x244CC,
        name: "CJK UNIFIED IDEOGRAPH-244CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x244CD,
        name: "CJK UNIFIED IDEOGRAPH-244CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x244CE,
        name: "CJK UNIFIED IDEOGRAPH-244CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x244CF,
        name: "CJK UNIFIED IDEOGRAPH-244CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D0,
        name: "CJK UNIFIED IDEOGRAPH-244D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D1,
        name: "CJK UNIFIED IDEOGRAPH-244D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D2,
        name: "CJK UNIFIED IDEOGRAPH-244D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D3,
        name: "CJK UNIFIED IDEOGRAPH-244D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D4,
        name: "CJK UNIFIED IDEOGRAPH-244D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D5,
        name: "CJK UNIFIED IDEOGRAPH-244D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D6,
        name: "CJK UNIFIED IDEOGRAPH-244D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D7,
        name: "CJK UNIFIED IDEOGRAPH-244D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D8,
        name: "CJK UNIFIED IDEOGRAPH-244D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x244D9,
        name: "CJK UNIFIED IDEOGRAPH-244D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x244DA,
        name: "CJK UNIFIED IDEOGRAPH-244DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x244DB,
        name: "CJK UNIFIED IDEOGRAPH-244DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x244DC,
        name: "CJK UNIFIED IDEOGRAPH-244DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x244DD,
        name: "CJK UNIFIED IDEOGRAPH-244DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x244DE,
        name: "CJK UNIFIED IDEOGRAPH-244DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x244DF,
        name: "CJK UNIFIED IDEOGRAPH-244DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E0,
        name: "CJK UNIFIED IDEOGRAPH-244E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E1,
        name: "CJK UNIFIED IDEOGRAPH-244E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E2,
        name: "CJK UNIFIED IDEOGRAPH-244E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E3,
        name: "CJK UNIFIED IDEOGRAPH-244E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E4,
        name: "CJK UNIFIED IDEOGRAPH-244E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E5,
        name: "CJK UNIFIED IDEOGRAPH-244E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E6,
        name: "CJK UNIFIED IDEOGRAPH-244E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E7,
        name: "CJK UNIFIED IDEOGRAPH-244E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E8,
        name: "CJK UNIFIED IDEOGRAPH-244E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x244E9,
        name: "CJK UNIFIED IDEOGRAPH-244E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x244EA,
        name: "CJK UNIFIED IDEOGRAPH-244EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x244EB,
        name: "CJK UNIFIED IDEOGRAPH-244EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x244EC,
        name: "CJK UNIFIED IDEOGRAPH-244EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x244ED,
        name: "CJK UNIFIED IDEOGRAPH-244ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x244EE,
        name: "CJK UNIFIED IDEOGRAPH-244EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x244EF,
        name: "CJK UNIFIED IDEOGRAPH-244EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F0,
        name: "CJK UNIFIED IDEOGRAPH-244F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F1,
        name: "CJK UNIFIED IDEOGRAPH-244F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F2,
        name: "CJK UNIFIED IDEOGRAPH-244F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F3,
        name: "CJK UNIFIED IDEOGRAPH-244F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F4,
        name: "CJK UNIFIED IDEOGRAPH-244F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F5,
        name: "CJK UNIFIED IDEOGRAPH-244F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F6,
        name: "CJK UNIFIED IDEOGRAPH-244F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F7,
        name: "CJK UNIFIED IDEOGRAPH-244F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F8,
        name: "CJK UNIFIED IDEOGRAPH-244F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x244F9,
        name: "CJK UNIFIED IDEOGRAPH-244F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x244FA,
        name: "CJK UNIFIED IDEOGRAPH-244FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x244FB,
        name: "CJK UNIFIED IDEOGRAPH-244FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x244FC,
        name: "CJK UNIFIED IDEOGRAPH-244FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x244FD,
        name: "CJK UNIFIED IDEOGRAPH-244FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x244FE,
        name: "CJK UNIFIED IDEOGRAPH-244FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x244FF,
        name: "CJK UNIFIED IDEOGRAPH-244FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24500,
        name: "CJK UNIFIED IDEOGRAPH-24500",
    },
    Character {
        age: "3.1",
        codepoint: 0x24501,
        name: "CJK UNIFIED IDEOGRAPH-24501",
    },
    Character {
        age: "3.1",
        codepoint: 0x24502,
        name: "CJK UNIFIED IDEOGRAPH-24502",
    },
    Character {
        age: "3.1",
        codepoint: 0x24503,
        name: "CJK UNIFIED IDEOGRAPH-24503",
    },
    Character {
        age: "3.1",
        codepoint: 0x24504,
        name: "CJK UNIFIED IDEOGRAPH-24504",
    },
    Character {
        age: "3.1",
        codepoint: 0x24505,
        name: "CJK UNIFIED IDEOGRAPH-24505",
    },
    Character {
        age: "3.1",
        codepoint: 0x24506,
        name: "CJK UNIFIED IDEOGRAPH-24506",
    },
    Character {
        age: "3.1",
        codepoint: 0x24507,
        name: "CJK UNIFIED IDEOGRAPH-24507",
    },
    Character {
        age: "3.1",
        codepoint: 0x24508,
        name: "CJK UNIFIED IDEOGRAPH-24508",
    },
    Character {
        age: "3.1",
        codepoint: 0x24509,
        name: "CJK UNIFIED IDEOGRAPH-24509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2450A,
        name: "CJK UNIFIED IDEOGRAPH-2450A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2450B,
        name: "CJK UNIFIED IDEOGRAPH-2450B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2450C,
        name: "CJK UNIFIED IDEOGRAPH-2450C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2450D,
        name: "CJK UNIFIED IDEOGRAPH-2450D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2450E,
        name: "CJK UNIFIED IDEOGRAPH-2450E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2450F,
        name: "CJK UNIFIED IDEOGRAPH-2450F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24510,
        name: "CJK UNIFIED IDEOGRAPH-24510",
    },
    Character {
        age: "3.1",
        codepoint: 0x24511,
        name: "CJK UNIFIED IDEOGRAPH-24511",
    },
    Character {
        age: "3.1",
        codepoint: 0x24512,
        name: "CJK UNIFIED IDEOGRAPH-24512",
    },
    Character {
        age: "3.1",
        codepoint: 0x24513,
        name: "CJK UNIFIED IDEOGRAPH-24513",
    },
    Character {
        age: "3.1",
        codepoint: 0x24514,
        name: "CJK UNIFIED IDEOGRAPH-24514",
    },
    Character {
        age: "3.1",
        codepoint: 0x24515,
        name: "CJK UNIFIED IDEOGRAPH-24515",
    },
    Character {
        age: "3.1",
        codepoint: 0x24516,
        name: "CJK UNIFIED IDEOGRAPH-24516",
    },
    Character {
        age: "3.1",
        codepoint: 0x24517,
        name: "CJK UNIFIED IDEOGRAPH-24517",
    },
    Character {
        age: "3.1",
        codepoint: 0x24518,
        name: "CJK UNIFIED IDEOGRAPH-24518",
    },
    Character {
        age: "3.1",
        codepoint: 0x24519,
        name: "CJK UNIFIED IDEOGRAPH-24519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2451A,
        name: "CJK UNIFIED IDEOGRAPH-2451A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2451B,
        name: "CJK UNIFIED IDEOGRAPH-2451B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2451C,
        name: "CJK UNIFIED IDEOGRAPH-2451C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2451D,
        name: "CJK UNIFIED IDEOGRAPH-2451D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2451E,
        name: "CJK UNIFIED IDEOGRAPH-2451E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2451F,
        name: "CJK UNIFIED IDEOGRAPH-2451F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24520,
        name: "CJK UNIFIED IDEOGRAPH-24520",
    },
    Character {
        age: "3.1",
        codepoint: 0x24521,
        name: "CJK UNIFIED IDEOGRAPH-24521",
    },
    Character {
        age: "3.1",
        codepoint: 0x24522,
        name: "CJK UNIFIED IDEOGRAPH-24522",
    },
    Character {
        age: "3.1",
        codepoint: 0x24523,
        name: "CJK UNIFIED IDEOGRAPH-24523",
    },
    Character {
        age: "3.1",
        codepoint: 0x24524,
        name: "CJK UNIFIED IDEOGRAPH-24524",
    },
    Character {
        age: "3.1",
        codepoint: 0x24525,
        name: "CJK UNIFIED IDEOGRAPH-24525",
    },
    Character {
        age: "3.1",
        codepoint: 0x24526,
        name: "CJK UNIFIED IDEOGRAPH-24526",
    },
    Character {
        age: "3.1",
        codepoint: 0x24527,
        name: "CJK UNIFIED IDEOGRAPH-24527",
    },
    Character {
        age: "3.1",
        codepoint: 0x24528,
        name: "CJK UNIFIED IDEOGRAPH-24528",
    },
    Character {
        age: "3.1",
        codepoint: 0x24529,
        name: "CJK UNIFIED IDEOGRAPH-24529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2452A,
        name: "CJK UNIFIED IDEOGRAPH-2452A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2452B,
        name: "CJK UNIFIED IDEOGRAPH-2452B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2452C,
        name: "CJK UNIFIED IDEOGRAPH-2452C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2452D,
        name: "CJK UNIFIED IDEOGRAPH-2452D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2452E,
        name: "CJK UNIFIED IDEOGRAPH-2452E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2452F,
        name: "CJK UNIFIED IDEOGRAPH-2452F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24530,
        name: "CJK UNIFIED IDEOGRAPH-24530",
    },
    Character {
        age: "3.1",
        codepoint: 0x24531,
        name: "CJK UNIFIED IDEOGRAPH-24531",
    },
    Character {
        age: "3.1",
        codepoint: 0x24532,
        name: "CJK UNIFIED IDEOGRAPH-24532",
    },
    Character {
        age: "3.1",
        codepoint: 0x24533,
        name: "CJK UNIFIED IDEOGRAPH-24533",
    },
    Character {
        age: "3.1",
        codepoint: 0x24534,
        name: "CJK UNIFIED IDEOGRAPH-24534",
    },
    Character {
        age: "3.1",
        codepoint: 0x24535,
        name: "CJK UNIFIED IDEOGRAPH-24535",
    },
    Character {
        age: "3.1",
        codepoint: 0x24536,
        name: "CJK UNIFIED IDEOGRAPH-24536",
    },
    Character {
        age: "3.1",
        codepoint: 0x24537,
        name: "CJK UNIFIED IDEOGRAPH-24537",
    },
    Character {
        age: "3.1",
        codepoint: 0x24538,
        name: "CJK UNIFIED IDEOGRAPH-24538",
    },
    Character {
        age: "3.1",
        codepoint: 0x24539,
        name: "CJK UNIFIED IDEOGRAPH-24539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2453A,
        name: "CJK UNIFIED IDEOGRAPH-2453A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2453B,
        name: "CJK UNIFIED IDEOGRAPH-2453B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2453C,
        name: "CJK UNIFIED IDEOGRAPH-2453C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2453D,
        name: "CJK UNIFIED IDEOGRAPH-2453D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2453E,
        name: "CJK UNIFIED IDEOGRAPH-2453E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2453F,
        name: "CJK UNIFIED IDEOGRAPH-2453F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24540,
        name: "CJK UNIFIED IDEOGRAPH-24540",
    },
    Character {
        age: "3.1",
        codepoint: 0x24541,
        name: "CJK UNIFIED IDEOGRAPH-24541",
    },
    Character {
        age: "3.1",
        codepoint: 0x24542,
        name: "CJK UNIFIED IDEOGRAPH-24542",
    },
    Character {
        age: "3.1",
        codepoint: 0x24543,
        name: "CJK UNIFIED IDEOGRAPH-24543",
    },
    Character {
        age: "3.1",
        codepoint: 0x24544,
        name: "CJK UNIFIED IDEOGRAPH-24544",
    },
    Character {
        age: "3.1",
        codepoint: 0x24545,
        name: "CJK UNIFIED IDEOGRAPH-24545",
    },
    Character {
        age: "3.1",
        codepoint: 0x24546,
        name: "CJK UNIFIED IDEOGRAPH-24546",
    },
    Character {
        age: "3.1",
        codepoint: 0x24547,
        name: "CJK UNIFIED IDEOGRAPH-24547",
    },
    Character {
        age: "3.1",
        codepoint: 0x24548,
        name: "CJK UNIFIED IDEOGRAPH-24548",
    },
    Character {
        age: "3.1",
        codepoint: 0x24549,
        name: "CJK UNIFIED IDEOGRAPH-24549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2454A,
        name: "CJK UNIFIED IDEOGRAPH-2454A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2454B,
        name: "CJK UNIFIED IDEOGRAPH-2454B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2454C,
        name: "CJK UNIFIED IDEOGRAPH-2454C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2454D,
        name: "CJK UNIFIED IDEOGRAPH-2454D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2454E,
        name: "CJK UNIFIED IDEOGRAPH-2454E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2454F,
        name: "CJK UNIFIED IDEOGRAPH-2454F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24550,
        name: "CJK UNIFIED IDEOGRAPH-24550",
    },
    Character {
        age: "3.1",
        codepoint: 0x24551,
        name: "CJK UNIFIED IDEOGRAPH-24551",
    },
    Character {
        age: "3.1",
        codepoint: 0x24552,
        name: "CJK UNIFIED IDEOGRAPH-24552",
    },
    Character {
        age: "3.1",
        codepoint: 0x24553,
        name: "CJK UNIFIED IDEOGRAPH-24553",
    },
    Character {
        age: "3.1",
        codepoint: 0x24554,
        name: "CJK UNIFIED IDEOGRAPH-24554",
    },
    Character {
        age: "3.1",
        codepoint: 0x24555,
        name: "CJK UNIFIED IDEOGRAPH-24555",
    },
    Character {
        age: "3.1",
        codepoint: 0x24556,
        name: "CJK UNIFIED IDEOGRAPH-24556",
    },
    Character {
        age: "3.1",
        codepoint: 0x24557,
        name: "CJK UNIFIED IDEOGRAPH-24557",
    },
    Character {
        age: "3.1",
        codepoint: 0x24558,
        name: "CJK UNIFIED IDEOGRAPH-24558",
    },
    Character {
        age: "3.1",
        codepoint: 0x24559,
        name: "CJK UNIFIED IDEOGRAPH-24559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2455A,
        name: "CJK UNIFIED IDEOGRAPH-2455A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2455B,
        name: "CJK UNIFIED IDEOGRAPH-2455B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2455C,
        name: "CJK UNIFIED IDEOGRAPH-2455C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2455D,
        name: "CJK UNIFIED IDEOGRAPH-2455D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2455E,
        name: "CJK UNIFIED IDEOGRAPH-2455E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2455F,
        name: "CJK UNIFIED IDEOGRAPH-2455F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24560,
        name: "CJK UNIFIED IDEOGRAPH-24560",
    },
    Character {
        age: "3.1",
        codepoint: 0x24561,
        name: "CJK UNIFIED IDEOGRAPH-24561",
    },
    Character {
        age: "3.1",
        codepoint: 0x24562,
        name: "CJK UNIFIED IDEOGRAPH-24562",
    },
    Character {
        age: "3.1",
        codepoint: 0x24563,
        name: "CJK UNIFIED IDEOGRAPH-24563",
    },
    Character {
        age: "3.1",
        codepoint: 0x24564,
        name: "CJK UNIFIED IDEOGRAPH-24564",
    },
    Character {
        age: "3.1",
        codepoint: 0x24565,
        name: "CJK UNIFIED IDEOGRAPH-24565",
    },
    Character {
        age: "3.1",
        codepoint: 0x24566,
        name: "CJK UNIFIED IDEOGRAPH-24566",
    },
    Character {
        age: "3.1",
        codepoint: 0x24567,
        name: "CJK UNIFIED IDEOGRAPH-24567",
    },
    Character {
        age: "3.1",
        codepoint: 0x24568,
        name: "CJK UNIFIED IDEOGRAPH-24568",
    },
    Character {
        age: "3.1",
        codepoint: 0x24569,
        name: "CJK UNIFIED IDEOGRAPH-24569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2456A,
        name: "CJK UNIFIED IDEOGRAPH-2456A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2456B,
        name: "CJK UNIFIED IDEOGRAPH-2456B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2456C,
        name: "CJK UNIFIED IDEOGRAPH-2456C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2456D,
        name: "CJK UNIFIED IDEOGRAPH-2456D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2456E,
        name: "CJK UNIFIED IDEOGRAPH-2456E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2456F,
        name: "CJK UNIFIED IDEOGRAPH-2456F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24570,
        name: "CJK UNIFIED IDEOGRAPH-24570",
    },
    Character {
        age: "3.1",
        codepoint: 0x24571,
        name: "CJK UNIFIED IDEOGRAPH-24571",
    },
    Character {
        age: "3.1",
        codepoint: 0x24572,
        name: "CJK UNIFIED IDEOGRAPH-24572",
    },
    Character {
        age: "3.1",
        codepoint: 0x24573,
        name: "CJK UNIFIED IDEOGRAPH-24573",
    },
    Character {
        age: "3.1",
        codepoint: 0x24574,
        name: "CJK UNIFIED IDEOGRAPH-24574",
    },
    Character {
        age: "3.1",
        codepoint: 0x24575,
        name: "CJK UNIFIED IDEOGRAPH-24575",
    },
    Character {
        age: "3.1",
        codepoint: 0x24576,
        name: "CJK UNIFIED IDEOGRAPH-24576",
    },
    Character {
        age: "3.1",
        codepoint: 0x24577,
        name: "CJK UNIFIED IDEOGRAPH-24577",
    },
    Character {
        age: "3.1",
        codepoint: 0x24578,
        name: "CJK UNIFIED IDEOGRAPH-24578",
    },
    Character {
        age: "3.1",
        codepoint: 0x24579,
        name: "CJK UNIFIED IDEOGRAPH-24579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2457A,
        name: "CJK UNIFIED IDEOGRAPH-2457A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2457B,
        name: "CJK UNIFIED IDEOGRAPH-2457B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2457C,
        name: "CJK UNIFIED IDEOGRAPH-2457C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2457D,
        name: "CJK UNIFIED IDEOGRAPH-2457D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2457E,
        name: "CJK UNIFIED IDEOGRAPH-2457E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2457F,
        name: "CJK UNIFIED IDEOGRAPH-2457F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24580,
        name: "CJK UNIFIED IDEOGRAPH-24580",
    },
    Character {
        age: "3.1",
        codepoint: 0x24581,
        name: "CJK UNIFIED IDEOGRAPH-24581",
    },
    Character {
        age: "3.1",
        codepoint: 0x24582,
        name: "CJK UNIFIED IDEOGRAPH-24582",
    },
    Character {
        age: "3.1",
        codepoint: 0x24583,
        name: "CJK UNIFIED IDEOGRAPH-24583",
    },
    Character {
        age: "3.1",
        codepoint: 0x24584,
        name: "CJK UNIFIED IDEOGRAPH-24584",
    },
    Character {
        age: "3.1",
        codepoint: 0x24585,
        name: "CJK UNIFIED IDEOGRAPH-24585",
    },
    Character {
        age: "3.1",
        codepoint: 0x24586,
        name: "CJK UNIFIED IDEOGRAPH-24586",
    },
    Character {
        age: "3.1",
        codepoint: 0x24587,
        name: "CJK UNIFIED IDEOGRAPH-24587",
    },
    Character {
        age: "3.1",
        codepoint: 0x24588,
        name: "CJK UNIFIED IDEOGRAPH-24588",
    },
    Character {
        age: "3.1",
        codepoint: 0x24589,
        name: "CJK UNIFIED IDEOGRAPH-24589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2458A,
        name: "CJK UNIFIED IDEOGRAPH-2458A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2458B,
        name: "CJK UNIFIED IDEOGRAPH-2458B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2458C,
        name: "CJK UNIFIED IDEOGRAPH-2458C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2458D,
        name: "CJK UNIFIED IDEOGRAPH-2458D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2458E,
        name: "CJK UNIFIED IDEOGRAPH-2458E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2458F,
        name: "CJK UNIFIED IDEOGRAPH-2458F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24590,
        name: "CJK UNIFIED IDEOGRAPH-24590",
    },
    Character {
        age: "3.1",
        codepoint: 0x24591,
        name: "CJK UNIFIED IDEOGRAPH-24591",
    },
    Character {
        age: "3.1",
        codepoint: 0x24592,
        name: "CJK UNIFIED IDEOGRAPH-24592",
    },
    Character {
        age: "3.1",
        codepoint: 0x24593,
        name: "CJK UNIFIED IDEOGRAPH-24593",
    },
    Character {
        age: "3.1",
        codepoint: 0x24594,
        name: "CJK UNIFIED IDEOGRAPH-24594",
    },
    Character {
        age: "3.1",
        codepoint: 0x24595,
        name: "CJK UNIFIED IDEOGRAPH-24595",
    },
    Character {
        age: "3.1",
        codepoint: 0x24596,
        name: "CJK UNIFIED IDEOGRAPH-24596",
    },
    Character {
        age: "3.1",
        codepoint: 0x24597,
        name: "CJK UNIFIED IDEOGRAPH-24597",
    },
    Character {
        age: "3.1",
        codepoint: 0x24598,
        name: "CJK UNIFIED IDEOGRAPH-24598",
    },
    Character {
        age: "3.1",
        codepoint: 0x24599,
        name: "CJK UNIFIED IDEOGRAPH-24599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2459A,
        name: "CJK UNIFIED IDEOGRAPH-2459A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2459B,
        name: "CJK UNIFIED IDEOGRAPH-2459B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2459C,
        name: "CJK UNIFIED IDEOGRAPH-2459C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2459D,
        name: "CJK UNIFIED IDEOGRAPH-2459D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2459E,
        name: "CJK UNIFIED IDEOGRAPH-2459E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2459F,
        name: "CJK UNIFIED IDEOGRAPH-2459F",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A0,
        name: "CJK UNIFIED IDEOGRAPH-245A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A1,
        name: "CJK UNIFIED IDEOGRAPH-245A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A2,
        name: "CJK UNIFIED IDEOGRAPH-245A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A3,
        name: "CJK UNIFIED IDEOGRAPH-245A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A4,
        name: "CJK UNIFIED IDEOGRAPH-245A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A5,
        name: "CJK UNIFIED IDEOGRAPH-245A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A6,
        name: "CJK UNIFIED IDEOGRAPH-245A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A7,
        name: "CJK UNIFIED IDEOGRAPH-245A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A8,
        name: "CJK UNIFIED IDEOGRAPH-245A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x245A9,
        name: "CJK UNIFIED IDEOGRAPH-245A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x245AA,
        name: "CJK UNIFIED IDEOGRAPH-245AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x245AB,
        name: "CJK UNIFIED IDEOGRAPH-245AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x245AC,
        name: "CJK UNIFIED IDEOGRAPH-245AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x245AD,
        name: "CJK UNIFIED IDEOGRAPH-245AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x245AE,
        name: "CJK UNIFIED IDEOGRAPH-245AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x245AF,
        name: "CJK UNIFIED IDEOGRAPH-245AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B0,
        name: "CJK UNIFIED IDEOGRAPH-245B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B1,
        name: "CJK UNIFIED IDEOGRAPH-245B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B2,
        name: "CJK UNIFIED IDEOGRAPH-245B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B3,
        name: "CJK UNIFIED IDEOGRAPH-245B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B4,
        name: "CJK UNIFIED IDEOGRAPH-245B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B5,
        name: "CJK UNIFIED IDEOGRAPH-245B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B6,
        name: "CJK UNIFIED IDEOGRAPH-245B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B7,
        name: "CJK UNIFIED IDEOGRAPH-245B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B8,
        name: "CJK UNIFIED IDEOGRAPH-245B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x245B9,
        name: "CJK UNIFIED IDEOGRAPH-245B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x245BA,
        name: "CJK UNIFIED IDEOGRAPH-245BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x245BB,
        name: "CJK UNIFIED IDEOGRAPH-245BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x245BC,
        name: "CJK UNIFIED IDEOGRAPH-245BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x245BD,
        name: "CJK UNIFIED IDEOGRAPH-245BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x245BE,
        name: "CJK UNIFIED IDEOGRAPH-245BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x245BF,
        name: "CJK UNIFIED IDEOGRAPH-245BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C0,
        name: "CJK UNIFIED IDEOGRAPH-245C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C1,
        name: "CJK UNIFIED IDEOGRAPH-245C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C2,
        name: "CJK UNIFIED IDEOGRAPH-245C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C3,
        name: "CJK UNIFIED IDEOGRAPH-245C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C4,
        name: "CJK UNIFIED IDEOGRAPH-245C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C5,
        name: "CJK UNIFIED IDEOGRAPH-245C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C6,
        name: "CJK UNIFIED IDEOGRAPH-245C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C7,
        name: "CJK UNIFIED IDEOGRAPH-245C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C8,
        name: "CJK UNIFIED IDEOGRAPH-245C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x245C9,
        name: "CJK UNIFIED IDEOGRAPH-245C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x245CA,
        name: "CJK UNIFIED IDEOGRAPH-245CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x245CB,
        name: "CJK UNIFIED IDEOGRAPH-245CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x245CC,
        name: "CJK UNIFIED IDEOGRAPH-245CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x245CD,
        name: "CJK UNIFIED IDEOGRAPH-245CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x245CE,
        name: "CJK UNIFIED IDEOGRAPH-245CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x245CF,
        name: "CJK UNIFIED IDEOGRAPH-245CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D0,
        name: "CJK UNIFIED IDEOGRAPH-245D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D1,
        name: "CJK UNIFIED IDEOGRAPH-245D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D2,
        name: "CJK UNIFIED IDEOGRAPH-245D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D3,
        name: "CJK UNIFIED IDEOGRAPH-245D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D4,
        name: "CJK UNIFIED IDEOGRAPH-245D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D5,
        name: "CJK UNIFIED IDEOGRAPH-245D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D6,
        name: "CJK UNIFIED IDEOGRAPH-245D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D7,
        name: "CJK UNIFIED IDEOGRAPH-245D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D8,
        name: "CJK UNIFIED IDEOGRAPH-245D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x245D9,
        name: "CJK UNIFIED IDEOGRAPH-245D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x245DA,
        name: "CJK UNIFIED IDEOGRAPH-245DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x245DB,
        name: "CJK UNIFIED IDEOGRAPH-245DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x245DC,
        name: "CJK UNIFIED IDEOGRAPH-245DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x245DD,
        name: "CJK UNIFIED IDEOGRAPH-245DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x245DE,
        name: "CJK UNIFIED IDEOGRAPH-245DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x245DF,
        name: "CJK UNIFIED IDEOGRAPH-245DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E0,
        name: "CJK UNIFIED IDEOGRAPH-245E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E1,
        name: "CJK UNIFIED IDEOGRAPH-245E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E2,
        name: "CJK UNIFIED IDEOGRAPH-245E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E3,
        name: "CJK UNIFIED IDEOGRAPH-245E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E4,
        name: "CJK UNIFIED IDEOGRAPH-245E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E5,
        name: "CJK UNIFIED IDEOGRAPH-245E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E6,
        name: "CJK UNIFIED IDEOGRAPH-245E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E7,
        name: "CJK UNIFIED IDEOGRAPH-245E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E8,
        name: "CJK UNIFIED IDEOGRAPH-245E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x245E9,
        name: "CJK UNIFIED IDEOGRAPH-245E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x245EA,
        name: "CJK UNIFIED IDEOGRAPH-245EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x245EB,
        name: "CJK UNIFIED IDEOGRAPH-245EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x245EC,
        name: "CJK UNIFIED IDEOGRAPH-245EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x245ED,
        name: "CJK UNIFIED IDEOGRAPH-245ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x245EE,
        name: "CJK UNIFIED IDEOGRAPH-245EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x245EF,
        name: "CJK UNIFIED IDEOGRAPH-245EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F0,
        name: "CJK UNIFIED IDEOGRAPH-245F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F1,
        name: "CJK UNIFIED IDEOGRAPH-245F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F2,
        name: "CJK UNIFIED IDEOGRAPH-245F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F3,
        name: "CJK UNIFIED IDEOGRAPH-245F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F4,
        name: "CJK UNIFIED IDEOGRAPH-245F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F5,
        name: "CJK UNIFIED IDEOGRAPH-245F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F6,
        name: "CJK UNIFIED IDEOGRAPH-245F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F7,
        name: "CJK UNIFIED IDEOGRAPH-245F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F8,
        name: "CJK UNIFIED IDEOGRAPH-245F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x245F9,
        name: "CJK UNIFIED IDEOGRAPH-245F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x245FA,
        name: "CJK UNIFIED IDEOGRAPH-245FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x245FB,
        name: "CJK UNIFIED IDEOGRAPH-245FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x245FC,
        name: "CJK UNIFIED IDEOGRAPH-245FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x245FD,
        name: "CJK UNIFIED IDEOGRAPH-245FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x245FE,
        name: "CJK UNIFIED IDEOGRAPH-245FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x245FF,
        name: "CJK UNIFIED IDEOGRAPH-245FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24600,
        name: "CJK UNIFIED IDEOGRAPH-24600",
    },
    Character {
        age: "3.1",
        codepoint: 0x24601,
        name: "CJK UNIFIED IDEOGRAPH-24601",
    },
    Character {
        age: "3.1",
        codepoint: 0x24602,
        name: "CJK UNIFIED IDEOGRAPH-24602",
    },
    Character {
        age: "3.1",
        codepoint: 0x24603,
        name: "CJK UNIFIED IDEOGRAPH-24603",
    },
    Character {
        age: "3.1",
        codepoint: 0x24604,
        name: "CJK UNIFIED IDEOGRAPH-24604",
    },
    Character {
        age: "3.1",
        codepoint: 0x24605,
        name: "CJK UNIFIED IDEOGRAPH-24605",
    },
    Character {
        age: "3.1",
        codepoint: 0x24606,
        name: "CJK UNIFIED IDEOGRAPH-24606",
    },
    Character {
        age: "3.1",
        codepoint: 0x24607,
        name: "CJK UNIFIED IDEOGRAPH-24607",
    },
    Character {
        age: "3.1",
        codepoint: 0x24608,
        name: "CJK UNIFIED IDEOGRAPH-24608",
    },
    Character {
        age: "3.1",
        codepoint: 0x24609,
        name: "CJK UNIFIED IDEOGRAPH-24609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2460A,
        name: "CJK UNIFIED IDEOGRAPH-2460A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2460B,
        name: "CJK UNIFIED IDEOGRAPH-2460B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2460C,
        name: "CJK UNIFIED IDEOGRAPH-2460C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2460D,
        name: "CJK UNIFIED IDEOGRAPH-2460D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2460E,
        name: "CJK UNIFIED IDEOGRAPH-2460E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2460F,
        name: "CJK UNIFIED IDEOGRAPH-2460F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24610,
        name: "CJK UNIFIED IDEOGRAPH-24610",
    },
    Character {
        age: "3.1",
        codepoint: 0x24611,
        name: "CJK UNIFIED IDEOGRAPH-24611",
    },
    Character {
        age: "3.1",
        codepoint: 0x24612,
        name: "CJK UNIFIED IDEOGRAPH-24612",
    },
    Character {
        age: "3.1",
        codepoint: 0x24613,
        name: "CJK UNIFIED IDEOGRAPH-24613",
    },
    Character {
        age: "3.1",
        codepoint: 0x24614,
        name: "CJK UNIFIED IDEOGRAPH-24614",
    },
    Character {
        age: "3.1",
        codepoint: 0x24615,
        name: "CJK UNIFIED IDEOGRAPH-24615",
    },
    Character {
        age: "3.1",
        codepoint: 0x24616,
        name: "CJK UNIFIED IDEOGRAPH-24616",
    },
    Character {
        age: "3.1",
        codepoint: 0x24617,
        name: "CJK UNIFIED IDEOGRAPH-24617",
    },
    Character {
        age: "3.1",
        codepoint: 0x24618,
        name: "CJK UNIFIED IDEOGRAPH-24618",
    },
    Character {
        age: "3.1",
        codepoint: 0x24619,
        name: "CJK UNIFIED IDEOGRAPH-24619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2461A,
        name: "CJK UNIFIED IDEOGRAPH-2461A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2461B,
        name: "CJK UNIFIED IDEOGRAPH-2461B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2461C,
        name: "CJK UNIFIED IDEOGRAPH-2461C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2461D,
        name: "CJK UNIFIED IDEOGRAPH-2461D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2461E,
        name: "CJK UNIFIED IDEOGRAPH-2461E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2461F,
        name: "CJK UNIFIED IDEOGRAPH-2461F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24620,
        name: "CJK UNIFIED IDEOGRAPH-24620",
    },
    Character {
        age: "3.1",
        codepoint: 0x24621,
        name: "CJK UNIFIED IDEOGRAPH-24621",
    },
    Character {
        age: "3.1",
        codepoint: 0x24622,
        name: "CJK UNIFIED IDEOGRAPH-24622",
    },
    Character {
        age: "3.1",
        codepoint: 0x24623,
        name: "CJK UNIFIED IDEOGRAPH-24623",
    },
    Character {
        age: "3.1",
        codepoint: 0x24624,
        name: "CJK UNIFIED IDEOGRAPH-24624",
    },
    Character {
        age: "3.1",
        codepoint: 0x24625,
        name: "CJK UNIFIED IDEOGRAPH-24625",
    },
    Character {
        age: "3.1",
        codepoint: 0x24626,
        name: "CJK UNIFIED IDEOGRAPH-24626",
    },
    Character {
        age: "3.1",
        codepoint: 0x24627,
        name: "CJK UNIFIED IDEOGRAPH-24627",
    },
    Character {
        age: "3.1",
        codepoint: 0x24628,
        name: "CJK UNIFIED IDEOGRAPH-24628",
    },
    Character {
        age: "3.1",
        codepoint: 0x24629,
        name: "CJK UNIFIED IDEOGRAPH-24629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2462A,
        name: "CJK UNIFIED IDEOGRAPH-2462A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2462B,
        name: "CJK UNIFIED IDEOGRAPH-2462B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2462C,
        name: "CJK UNIFIED IDEOGRAPH-2462C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2462D,
        name: "CJK UNIFIED IDEOGRAPH-2462D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2462E,
        name: "CJK UNIFIED IDEOGRAPH-2462E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2462F,
        name: "CJK UNIFIED IDEOGRAPH-2462F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24630,
        name: "CJK UNIFIED IDEOGRAPH-24630",
    },
    Character {
        age: "3.1",
        codepoint: 0x24631,
        name: "CJK UNIFIED IDEOGRAPH-24631",
    },
    Character {
        age: "3.1",
        codepoint: 0x24632,
        name: "CJK UNIFIED IDEOGRAPH-24632",
    },
    Character {
        age: "3.1",
        codepoint: 0x24633,
        name: "CJK UNIFIED IDEOGRAPH-24633",
    },
    Character {
        age: "3.1",
        codepoint: 0x24634,
        name: "CJK UNIFIED IDEOGRAPH-24634",
    },
    Character {
        age: "3.1",
        codepoint: 0x24635,
        name: "CJK UNIFIED IDEOGRAPH-24635",
    },
    Character {
        age: "3.1",
        codepoint: 0x24636,
        name: "CJK UNIFIED IDEOGRAPH-24636",
    },
    Character {
        age: "3.1",
        codepoint: 0x24637,
        name: "CJK UNIFIED IDEOGRAPH-24637",
    },
    Character {
        age: "3.1",
        codepoint: 0x24638,
        name: "CJK UNIFIED IDEOGRAPH-24638",
    },
    Character {
        age: "3.1",
        codepoint: 0x24639,
        name: "CJK UNIFIED IDEOGRAPH-24639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2463A,
        name: "CJK UNIFIED IDEOGRAPH-2463A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2463B,
        name: "CJK UNIFIED IDEOGRAPH-2463B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2463C,
        name: "CJK UNIFIED IDEOGRAPH-2463C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2463D,
        name: "CJK UNIFIED IDEOGRAPH-2463D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2463E,
        name: "CJK UNIFIED IDEOGRAPH-2463E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2463F,
        name: "CJK UNIFIED IDEOGRAPH-2463F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24640,
        name: "CJK UNIFIED IDEOGRAPH-24640",
    },
    Character {
        age: "3.1",
        codepoint: 0x24641,
        name: "CJK UNIFIED IDEOGRAPH-24641",
    },
    Character {
        age: "3.1",
        codepoint: 0x24642,
        name: "CJK UNIFIED IDEOGRAPH-24642",
    },
    Character {
        age: "3.1",
        codepoint: 0x24643,
        name: "CJK UNIFIED IDEOGRAPH-24643",
    },
    Character {
        age: "3.1",
        codepoint: 0x24644,
        name: "CJK UNIFIED IDEOGRAPH-24644",
    },
    Character {
        age: "3.1",
        codepoint: 0x24645,
        name: "CJK UNIFIED IDEOGRAPH-24645",
    },
    Character {
        age: "3.1",
        codepoint: 0x24646,
        name: "CJK UNIFIED IDEOGRAPH-24646",
    },
    Character {
        age: "3.1",
        codepoint: 0x24647,
        name: "CJK UNIFIED IDEOGRAPH-24647",
    },
    Character {
        age: "3.1",
        codepoint: 0x24648,
        name: "CJK UNIFIED IDEOGRAPH-24648",
    },
    Character {
        age: "3.1",
        codepoint: 0x24649,
        name: "CJK UNIFIED IDEOGRAPH-24649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2464A,
        name: "CJK UNIFIED IDEOGRAPH-2464A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2464B,
        name: "CJK UNIFIED IDEOGRAPH-2464B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2464C,
        name: "CJK UNIFIED IDEOGRAPH-2464C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2464D,
        name: "CJK UNIFIED IDEOGRAPH-2464D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2464E,
        name: "CJK UNIFIED IDEOGRAPH-2464E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2464F,
        name: "CJK UNIFIED IDEOGRAPH-2464F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24650,
        name: "CJK UNIFIED IDEOGRAPH-24650",
    },
    Character {
        age: "3.1",
        codepoint: 0x24651,
        name: "CJK UNIFIED IDEOGRAPH-24651",
    },
    Character {
        age: "3.1",
        codepoint: 0x24652,
        name: "CJK UNIFIED IDEOGRAPH-24652",
    },
    Character {
        age: "3.1",
        codepoint: 0x24653,
        name: "CJK UNIFIED IDEOGRAPH-24653",
    },
    Character {
        age: "3.1",
        codepoint: 0x24654,
        name: "CJK UNIFIED IDEOGRAPH-24654",
    },
    Character {
        age: "3.1",
        codepoint: 0x24655,
        name: "CJK UNIFIED IDEOGRAPH-24655",
    },
    Character {
        age: "3.1",
        codepoint: 0x24656,
        name: "CJK UNIFIED IDEOGRAPH-24656",
    },
    Character {
        age: "3.1",
        codepoint: 0x24657,
        name: "CJK UNIFIED IDEOGRAPH-24657",
    },
    Character {
        age: "3.1",
        codepoint: 0x24658,
        name: "CJK UNIFIED IDEOGRAPH-24658",
    },
    Character {
        age: "3.1",
        codepoint: 0x24659,
        name: "CJK UNIFIED IDEOGRAPH-24659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2465A,
        name: "CJK UNIFIED IDEOGRAPH-2465A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2465B,
        name: "CJK UNIFIED IDEOGRAPH-2465B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2465C,
        name: "CJK UNIFIED IDEOGRAPH-2465C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2465D,
        name: "CJK UNIFIED IDEOGRAPH-2465D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2465E,
        name: "CJK UNIFIED IDEOGRAPH-2465E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2465F,
        name: "CJK UNIFIED IDEOGRAPH-2465F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24660,
        name: "CJK UNIFIED IDEOGRAPH-24660",
    },
    Character {
        age: "3.1",
        codepoint: 0x24661,
        name: "CJK UNIFIED IDEOGRAPH-24661",
    },
    Character {
        age: "3.1",
        codepoint: 0x24662,
        name: "CJK UNIFIED IDEOGRAPH-24662",
    },
    Character {
        age: "3.1",
        codepoint: 0x24663,
        name: "CJK UNIFIED IDEOGRAPH-24663",
    },
    Character {
        age: "3.1",
        codepoint: 0x24664,
        name: "CJK UNIFIED IDEOGRAPH-24664",
    },
    Character {
        age: "3.1",
        codepoint: 0x24665,
        name: "CJK UNIFIED IDEOGRAPH-24665",
    },
    Character {
        age: "3.1",
        codepoint: 0x24666,
        name: "CJK UNIFIED IDEOGRAPH-24666",
    },
    Character {
        age: "3.1",
        codepoint: 0x24667,
        name: "CJK UNIFIED IDEOGRAPH-24667",
    },
    Character {
        age: "3.1",
        codepoint: 0x24668,
        name: "CJK UNIFIED IDEOGRAPH-24668",
    },
    Character {
        age: "3.1",
        codepoint: 0x24669,
        name: "CJK UNIFIED IDEOGRAPH-24669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2466A,
        name: "CJK UNIFIED IDEOGRAPH-2466A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2466B,
        name: "CJK UNIFIED IDEOGRAPH-2466B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2466C,
        name: "CJK UNIFIED IDEOGRAPH-2466C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2466D,
        name: "CJK UNIFIED IDEOGRAPH-2466D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2466E,
        name: "CJK UNIFIED IDEOGRAPH-2466E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2466F,
        name: "CJK UNIFIED IDEOGRAPH-2466F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24670,
        name: "CJK UNIFIED IDEOGRAPH-24670",
    },
    Character {
        age: "3.1",
        codepoint: 0x24671,
        name: "CJK UNIFIED IDEOGRAPH-24671",
    },
    Character {
        age: "3.1",
        codepoint: 0x24672,
        name: "CJK UNIFIED IDEOGRAPH-24672",
    },
    Character {
        age: "3.1",
        codepoint: 0x24673,
        name: "CJK UNIFIED IDEOGRAPH-24673",
    },
    Character {
        age: "3.1",
        codepoint: 0x24674,
        name: "CJK UNIFIED IDEOGRAPH-24674",
    },
    Character {
        age: "3.1",
        codepoint: 0x24675,
        name: "CJK UNIFIED IDEOGRAPH-24675",
    },
    Character {
        age: "3.1",
        codepoint: 0x24676,
        name: "CJK UNIFIED IDEOGRAPH-24676",
    },
    Character {
        age: "3.1",
        codepoint: 0x24677,
        name: "CJK UNIFIED IDEOGRAPH-24677",
    },
    Character {
        age: "3.1",
        codepoint: 0x24678,
        name: "CJK UNIFIED IDEOGRAPH-24678",
    },
    Character {
        age: "3.1",
        codepoint: 0x24679,
        name: "CJK UNIFIED IDEOGRAPH-24679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2467A,
        name: "CJK UNIFIED IDEOGRAPH-2467A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2467B,
        name: "CJK UNIFIED IDEOGRAPH-2467B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2467C,
        name: "CJK UNIFIED IDEOGRAPH-2467C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2467D,
        name: "CJK UNIFIED IDEOGRAPH-2467D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2467E,
        name: "CJK UNIFIED IDEOGRAPH-2467E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2467F,
        name: "CJK UNIFIED IDEOGRAPH-2467F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24680,
        name: "CJK UNIFIED IDEOGRAPH-24680",
    },
    Character {
        age: "3.1",
        codepoint: 0x24681,
        name: "CJK UNIFIED IDEOGRAPH-24681",
    },
    Character {
        age: "3.1",
        codepoint: 0x24682,
        name: "CJK UNIFIED IDEOGRAPH-24682",
    },
    Character {
        age: "3.1",
        codepoint: 0x24683,
        name: "CJK UNIFIED IDEOGRAPH-24683",
    },
    Character {
        age: "3.1",
        codepoint: 0x24684,
        name: "CJK UNIFIED IDEOGRAPH-24684",
    },
    Character {
        age: "3.1",
        codepoint: 0x24685,
        name: "CJK UNIFIED IDEOGRAPH-24685",
    },
    Character {
        age: "3.1",
        codepoint: 0x24686,
        name: "CJK UNIFIED IDEOGRAPH-24686",
    },
    Character {
        age: "3.1",
        codepoint: 0x24687,
        name: "CJK UNIFIED IDEOGRAPH-24687",
    },
    Character {
        age: "3.1",
        codepoint: 0x24688,
        name: "CJK UNIFIED IDEOGRAPH-24688",
    },
    Character {
        age: "3.1",
        codepoint: 0x24689,
        name: "CJK UNIFIED IDEOGRAPH-24689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2468A,
        name: "CJK UNIFIED IDEOGRAPH-2468A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2468B,
        name: "CJK UNIFIED IDEOGRAPH-2468B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2468C,
        name: "CJK UNIFIED IDEOGRAPH-2468C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2468D,
        name: "CJK UNIFIED IDEOGRAPH-2468D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2468E,
        name: "CJK UNIFIED IDEOGRAPH-2468E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2468F,
        name: "CJK UNIFIED IDEOGRAPH-2468F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24690,
        name: "CJK UNIFIED IDEOGRAPH-24690",
    },
    Character {
        age: "3.1",
        codepoint: 0x24691,
        name: "CJK UNIFIED IDEOGRAPH-24691",
    },
    Character {
        age: "3.1",
        codepoint: 0x24692,
        name: "CJK UNIFIED IDEOGRAPH-24692",
    },
    Character {
        age: "3.1",
        codepoint: 0x24693,
        name: "CJK UNIFIED IDEOGRAPH-24693",
    },
    Character {
        age: "3.1",
        codepoint: 0x24694,
        name: "CJK UNIFIED IDEOGRAPH-24694",
    },
    Character {
        age: "3.1",
        codepoint: 0x24695,
        name: "CJK UNIFIED IDEOGRAPH-24695",
    },
    Character {
        age: "3.1",
        codepoint: 0x24696,
        name: "CJK UNIFIED IDEOGRAPH-24696",
    },
    Character {
        age: "3.1",
        codepoint: 0x24697,
        name: "CJK UNIFIED IDEOGRAPH-24697",
    },
    Character {
        age: "3.1",
        codepoint: 0x24698,
        name: "CJK UNIFIED IDEOGRAPH-24698",
    },
    Character {
        age: "3.1",
        codepoint: 0x24699,
        name: "CJK UNIFIED IDEOGRAPH-24699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2469A,
        name: "CJK UNIFIED IDEOGRAPH-2469A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2469B,
        name: "CJK UNIFIED IDEOGRAPH-2469B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2469C,
        name: "CJK UNIFIED IDEOGRAPH-2469C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2469D,
        name: "CJK UNIFIED IDEOGRAPH-2469D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2469E,
        name: "CJK UNIFIED IDEOGRAPH-2469E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2469F,
        name: "CJK UNIFIED IDEOGRAPH-2469F",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A0,
        name: "CJK UNIFIED IDEOGRAPH-246A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A1,
        name: "CJK UNIFIED IDEOGRAPH-246A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A2,
        name: "CJK UNIFIED IDEOGRAPH-246A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A3,
        name: "CJK UNIFIED IDEOGRAPH-246A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A4,
        name: "CJK UNIFIED IDEOGRAPH-246A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A5,
        name: "CJK UNIFIED IDEOGRAPH-246A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A6,
        name: "CJK UNIFIED IDEOGRAPH-246A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A7,
        name: "CJK UNIFIED IDEOGRAPH-246A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A8,
        name: "CJK UNIFIED IDEOGRAPH-246A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x246A9,
        name: "CJK UNIFIED IDEOGRAPH-246A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x246AA,
        name: "CJK UNIFIED IDEOGRAPH-246AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x246AB,
        name: "CJK UNIFIED IDEOGRAPH-246AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x246AC,
        name: "CJK UNIFIED IDEOGRAPH-246AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x246AD,
        name: "CJK UNIFIED IDEOGRAPH-246AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x246AE,
        name: "CJK UNIFIED IDEOGRAPH-246AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x246AF,
        name: "CJK UNIFIED IDEOGRAPH-246AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B0,
        name: "CJK UNIFIED IDEOGRAPH-246B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B1,
        name: "CJK UNIFIED IDEOGRAPH-246B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B2,
        name: "CJK UNIFIED IDEOGRAPH-246B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B3,
        name: "CJK UNIFIED IDEOGRAPH-246B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B4,
        name: "CJK UNIFIED IDEOGRAPH-246B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B5,
        name: "CJK UNIFIED IDEOGRAPH-246B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B6,
        name: "CJK UNIFIED IDEOGRAPH-246B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B7,
        name: "CJK UNIFIED IDEOGRAPH-246B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B8,
        name: "CJK UNIFIED IDEOGRAPH-246B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x246B9,
        name: "CJK UNIFIED IDEOGRAPH-246B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x246BA,
        name: "CJK UNIFIED IDEOGRAPH-246BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x246BB,
        name: "CJK UNIFIED IDEOGRAPH-246BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x246BC,
        name: "CJK UNIFIED IDEOGRAPH-246BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x246BD,
        name: "CJK UNIFIED IDEOGRAPH-246BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x246BE,
        name: "CJK UNIFIED IDEOGRAPH-246BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x246BF,
        name: "CJK UNIFIED IDEOGRAPH-246BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C0,
        name: "CJK UNIFIED IDEOGRAPH-246C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C1,
        name: "CJK UNIFIED IDEOGRAPH-246C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C2,
        name: "CJK UNIFIED IDEOGRAPH-246C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C3,
        name: "CJK UNIFIED IDEOGRAPH-246C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C4,
        name: "CJK UNIFIED IDEOGRAPH-246C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C5,
        name: "CJK UNIFIED IDEOGRAPH-246C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C6,
        name: "CJK UNIFIED IDEOGRAPH-246C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C7,
        name: "CJK UNIFIED IDEOGRAPH-246C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C8,
        name: "CJK UNIFIED IDEOGRAPH-246C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x246C9,
        name: "CJK UNIFIED IDEOGRAPH-246C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x246CA,
        name: "CJK UNIFIED IDEOGRAPH-246CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x246CB,
        name: "CJK UNIFIED IDEOGRAPH-246CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x246CC,
        name: "CJK UNIFIED IDEOGRAPH-246CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x246CD,
        name: "CJK UNIFIED IDEOGRAPH-246CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x246CE,
        name: "CJK UNIFIED IDEOGRAPH-246CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x246CF,
        name: "CJK UNIFIED IDEOGRAPH-246CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D0,
        name: "CJK UNIFIED IDEOGRAPH-246D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D1,
        name: "CJK UNIFIED IDEOGRAPH-246D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D2,
        name: "CJK UNIFIED IDEOGRAPH-246D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D3,
        name: "CJK UNIFIED IDEOGRAPH-246D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D4,
        name: "CJK UNIFIED IDEOGRAPH-246D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D5,
        name: "CJK UNIFIED IDEOGRAPH-246D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D6,
        name: "CJK UNIFIED IDEOGRAPH-246D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D7,
        name: "CJK UNIFIED IDEOGRAPH-246D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D8,
        name: "CJK UNIFIED IDEOGRAPH-246D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x246D9,
        name: "CJK UNIFIED IDEOGRAPH-246D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x246DA,
        name: "CJK UNIFIED IDEOGRAPH-246DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x246DB,
        name: "CJK UNIFIED IDEOGRAPH-246DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x246DC,
        name: "CJK UNIFIED IDEOGRAPH-246DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x246DD,
        name: "CJK UNIFIED IDEOGRAPH-246DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x246DE,
        name: "CJK UNIFIED IDEOGRAPH-246DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x246DF,
        name: "CJK UNIFIED IDEOGRAPH-246DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E0,
        name: "CJK UNIFIED IDEOGRAPH-246E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E1,
        name: "CJK UNIFIED IDEOGRAPH-246E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E2,
        name: "CJK UNIFIED IDEOGRAPH-246E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E3,
        name: "CJK UNIFIED IDEOGRAPH-246E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E4,
        name: "CJK UNIFIED IDEOGRAPH-246E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E5,
        name: "CJK UNIFIED IDEOGRAPH-246E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E6,
        name: "CJK UNIFIED IDEOGRAPH-246E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E7,
        name: "CJK UNIFIED IDEOGRAPH-246E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E8,
        name: "CJK UNIFIED IDEOGRAPH-246E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x246E9,
        name: "CJK UNIFIED IDEOGRAPH-246E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x246EA,
        name: "CJK UNIFIED IDEOGRAPH-246EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x246EB,
        name: "CJK UNIFIED IDEOGRAPH-246EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x246EC,
        name: "CJK UNIFIED IDEOGRAPH-246EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x246ED,
        name: "CJK UNIFIED IDEOGRAPH-246ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x246EE,
        name: "CJK UNIFIED IDEOGRAPH-246EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x246EF,
        name: "CJK UNIFIED IDEOGRAPH-246EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F0,
        name: "CJK UNIFIED IDEOGRAPH-246F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F1,
        name: "CJK UNIFIED IDEOGRAPH-246F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F2,
        name: "CJK UNIFIED IDEOGRAPH-246F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F3,
        name: "CJK UNIFIED IDEOGRAPH-246F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F4,
        name: "CJK UNIFIED IDEOGRAPH-246F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F5,
        name: "CJK UNIFIED IDEOGRAPH-246F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F6,
        name: "CJK UNIFIED IDEOGRAPH-246F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F7,
        name: "CJK UNIFIED IDEOGRAPH-246F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F8,
        name: "CJK UNIFIED IDEOGRAPH-246F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x246F9,
        name: "CJK UNIFIED IDEOGRAPH-246F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x246FA,
        name: "CJK UNIFIED IDEOGRAPH-246FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x246FB,
        name: "CJK UNIFIED IDEOGRAPH-246FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x246FC,
        name: "CJK UNIFIED IDEOGRAPH-246FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x246FD,
        name: "CJK UNIFIED IDEOGRAPH-246FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x246FE,
        name: "CJK UNIFIED IDEOGRAPH-246FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x246FF,
        name: "CJK UNIFIED IDEOGRAPH-246FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24700,
        name: "CJK UNIFIED IDEOGRAPH-24700",
    },
    Character {
        age: "3.1",
        codepoint: 0x24701,
        name: "CJK UNIFIED IDEOGRAPH-24701",
    },
    Character {
        age: "3.1",
        codepoint: 0x24702,
        name: "CJK UNIFIED IDEOGRAPH-24702",
    },
    Character {
        age: "3.1",
        codepoint: 0x24703,
        name: "CJK UNIFIED IDEOGRAPH-24703",
    },
    Character {
        age: "3.1",
        codepoint: 0x24704,
        name: "CJK UNIFIED IDEOGRAPH-24704",
    },
    Character {
        age: "3.1",
        codepoint: 0x24705,
        name: "CJK UNIFIED IDEOGRAPH-24705",
    },
    Character {
        age: "3.1",
        codepoint: 0x24706,
        name: "CJK UNIFIED IDEOGRAPH-24706",
    },
    Character {
        age: "3.1",
        codepoint: 0x24707,
        name: "CJK UNIFIED IDEOGRAPH-24707",
    },
    Character {
        age: "3.1",
        codepoint: 0x24708,
        name: "CJK UNIFIED IDEOGRAPH-24708",
    },
    Character {
        age: "3.1",
        codepoint: 0x24709,
        name: "CJK UNIFIED IDEOGRAPH-24709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2470A,
        name: "CJK UNIFIED IDEOGRAPH-2470A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2470B,
        name: "CJK UNIFIED IDEOGRAPH-2470B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2470C,
        name: "CJK UNIFIED IDEOGRAPH-2470C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2470D,
        name: "CJK UNIFIED IDEOGRAPH-2470D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2470E,
        name: "CJK UNIFIED IDEOGRAPH-2470E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2470F,
        name: "CJK UNIFIED IDEOGRAPH-2470F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24710,
        name: "CJK UNIFIED IDEOGRAPH-24710",
    },
    Character {
        age: "3.1",
        codepoint: 0x24711,
        name: "CJK UNIFIED IDEOGRAPH-24711",
    },
    Character {
        age: "3.1",
        codepoint: 0x24712,
        name: "CJK UNIFIED IDEOGRAPH-24712",
    },
    Character {
        age: "3.1",
        codepoint: 0x24713,
        name: "CJK UNIFIED IDEOGRAPH-24713",
    },
    Character {
        age: "3.1",
        codepoint: 0x24714,
        name: "CJK UNIFIED IDEOGRAPH-24714",
    },
    Character {
        age: "3.1",
        codepoint: 0x24715,
        name: "CJK UNIFIED IDEOGRAPH-24715",
    },
    Character {
        age: "3.1",
        codepoint: 0x24716,
        name: "CJK UNIFIED IDEOGRAPH-24716",
    },
    Character {
        age: "3.1",
        codepoint: 0x24717,
        name: "CJK UNIFIED IDEOGRAPH-24717",
    },
    Character {
        age: "3.1",
        codepoint: 0x24718,
        name: "CJK UNIFIED IDEOGRAPH-24718",
    },
    Character {
        age: "3.1",
        codepoint: 0x24719,
        name: "CJK UNIFIED IDEOGRAPH-24719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2471A,
        name: "CJK UNIFIED IDEOGRAPH-2471A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2471B,
        name: "CJK UNIFIED IDEOGRAPH-2471B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2471C,
        name: "CJK UNIFIED IDEOGRAPH-2471C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2471D,
        name: "CJK UNIFIED IDEOGRAPH-2471D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2471E,
        name: "CJK UNIFIED IDEOGRAPH-2471E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2471F,
        name: "CJK UNIFIED IDEOGRAPH-2471F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24720,
        name: "CJK UNIFIED IDEOGRAPH-24720",
    },
    Character {
        age: "3.1",
        codepoint: 0x24721,
        name: "CJK UNIFIED IDEOGRAPH-24721",
    },
    Character {
        age: "3.1",
        codepoint: 0x24722,
        name: "CJK UNIFIED IDEOGRAPH-24722",
    },
    Character {
        age: "3.1",
        codepoint: 0x24723,
        name: "CJK UNIFIED IDEOGRAPH-24723",
    },
    Character {
        age: "3.1",
        codepoint: 0x24724,
        name: "CJK UNIFIED IDEOGRAPH-24724",
    },
    Character {
        age: "3.1",
        codepoint: 0x24725,
        name: "CJK UNIFIED IDEOGRAPH-24725",
    },
    Character {
        age: "3.1",
        codepoint: 0x24726,
        name: "CJK UNIFIED IDEOGRAPH-24726",
    },
    Character {
        age: "3.1",
        codepoint: 0x24727,
        name: "CJK UNIFIED IDEOGRAPH-24727",
    },
    Character {
        age: "3.1",
        codepoint: 0x24728,
        name: "CJK UNIFIED IDEOGRAPH-24728",
    },
    Character {
        age: "3.1",
        codepoint: 0x24729,
        name: "CJK UNIFIED IDEOGRAPH-24729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2472A,
        name: "CJK UNIFIED IDEOGRAPH-2472A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2472B,
        name: "CJK UNIFIED IDEOGRAPH-2472B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2472C,
        name: "CJK UNIFIED IDEOGRAPH-2472C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2472D,
        name: "CJK UNIFIED IDEOGRAPH-2472D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2472E,
        name: "CJK UNIFIED IDEOGRAPH-2472E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2472F,
        name: "CJK UNIFIED IDEOGRAPH-2472F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24730,
        name: "CJK UNIFIED IDEOGRAPH-24730",
    },
    Character {
        age: "3.1",
        codepoint: 0x24731,
        name: "CJK UNIFIED IDEOGRAPH-24731",
    },
    Character {
        age: "3.1",
        codepoint: 0x24732,
        name: "CJK UNIFIED IDEOGRAPH-24732",
    },
    Character {
        age: "3.1",
        codepoint: 0x24733,
        name: "CJK UNIFIED IDEOGRAPH-24733",
    },
    Character {
        age: "3.1",
        codepoint: 0x24734,
        name: "CJK UNIFIED IDEOGRAPH-24734",
    },
    Character {
        age: "3.1",
        codepoint: 0x24735,
        name: "CJK UNIFIED IDEOGRAPH-24735",
    },
    Character {
        age: "3.1",
        codepoint: 0x24736,
        name: "CJK UNIFIED IDEOGRAPH-24736",
    },
    Character {
        age: "3.1",
        codepoint: 0x24737,
        name: "CJK UNIFIED IDEOGRAPH-24737",
    },
    Character {
        age: "3.1",
        codepoint: 0x24738,
        name: "CJK UNIFIED IDEOGRAPH-24738",
    },
    Character {
        age: "3.1",
        codepoint: 0x24739,
        name: "CJK UNIFIED IDEOGRAPH-24739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2473A,
        name: "CJK UNIFIED IDEOGRAPH-2473A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2473B,
        name: "CJK UNIFIED IDEOGRAPH-2473B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2473C,
        name: "CJK UNIFIED IDEOGRAPH-2473C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2473D,
        name: "CJK UNIFIED IDEOGRAPH-2473D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2473E,
        name: "CJK UNIFIED IDEOGRAPH-2473E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2473F,
        name: "CJK UNIFIED IDEOGRAPH-2473F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24740,
        name: "CJK UNIFIED IDEOGRAPH-24740",
    },
    Character {
        age: "3.1",
        codepoint: 0x24741,
        name: "CJK UNIFIED IDEOGRAPH-24741",
    },
    Character {
        age: "3.1",
        codepoint: 0x24742,
        name: "CJK UNIFIED IDEOGRAPH-24742",
    },
    Character {
        age: "3.1",
        codepoint: 0x24743,
        name: "CJK UNIFIED IDEOGRAPH-24743",
    },
    Character {
        age: "3.1",
        codepoint: 0x24744,
        name: "CJK UNIFIED IDEOGRAPH-24744",
    },
    Character {
        age: "3.1",
        codepoint: 0x24745,
        name: "CJK UNIFIED IDEOGRAPH-24745",
    },
    Character {
        age: "3.1",
        codepoint: 0x24746,
        name: "CJK UNIFIED IDEOGRAPH-24746",
    },
    Character {
        age: "3.1",
        codepoint: 0x24747,
        name: "CJK UNIFIED IDEOGRAPH-24747",
    },
    Character {
        age: "3.1",
        codepoint: 0x24748,
        name: "CJK UNIFIED IDEOGRAPH-24748",
    },
    Character {
        age: "3.1",
        codepoint: 0x24749,
        name: "CJK UNIFIED IDEOGRAPH-24749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2474A,
        name: "CJK UNIFIED IDEOGRAPH-2474A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2474B,
        name: "CJK UNIFIED IDEOGRAPH-2474B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2474C,
        name: "CJK UNIFIED IDEOGRAPH-2474C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2474D,
        name: "CJK UNIFIED IDEOGRAPH-2474D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2474E,
        name: "CJK UNIFIED IDEOGRAPH-2474E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2474F,
        name: "CJK UNIFIED IDEOGRAPH-2474F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24750,
        name: "CJK UNIFIED IDEOGRAPH-24750",
    },
    Character {
        age: "3.1",
        codepoint: 0x24751,
        name: "CJK UNIFIED IDEOGRAPH-24751",
    },
    Character {
        age: "3.1",
        codepoint: 0x24752,
        name: "CJK UNIFIED IDEOGRAPH-24752",
    },
    Character {
        age: "3.1",
        codepoint: 0x24753,
        name: "CJK UNIFIED IDEOGRAPH-24753",
    },
    Character {
        age: "3.1",
        codepoint: 0x24754,
        name: "CJK UNIFIED IDEOGRAPH-24754",
    },
    Character {
        age: "3.1",
        codepoint: 0x24755,
        name: "CJK UNIFIED IDEOGRAPH-24755",
    },
    Character {
        age: "3.1",
        codepoint: 0x24756,
        name: "CJK UNIFIED IDEOGRAPH-24756",
    },
    Character {
        age: "3.1",
        codepoint: 0x24757,
        name: "CJK UNIFIED IDEOGRAPH-24757",
    },
    Character {
        age: "3.1",
        codepoint: 0x24758,
        name: "CJK UNIFIED IDEOGRAPH-24758",
    },
    Character {
        age: "3.1",
        codepoint: 0x24759,
        name: "CJK UNIFIED IDEOGRAPH-24759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2475A,
        name: "CJK UNIFIED IDEOGRAPH-2475A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2475B,
        name: "CJK UNIFIED IDEOGRAPH-2475B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2475C,
        name: "CJK UNIFIED IDEOGRAPH-2475C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2475D,
        name: "CJK UNIFIED IDEOGRAPH-2475D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2475E,
        name: "CJK UNIFIED IDEOGRAPH-2475E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2475F,
        name: "CJK UNIFIED IDEOGRAPH-2475F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24760,
        name: "CJK UNIFIED IDEOGRAPH-24760",
    },
    Character {
        age: "3.1",
        codepoint: 0x24761,
        name: "CJK UNIFIED IDEOGRAPH-24761",
    },
    Character {
        age: "3.1",
        codepoint: 0x24762,
        name: "CJK UNIFIED IDEOGRAPH-24762",
    },
    Character {
        age: "3.1",
        codepoint: 0x24763,
        name: "CJK UNIFIED IDEOGRAPH-24763",
    },
    Character {
        age: "3.1",
        codepoint: 0x24764,
        name: "CJK UNIFIED IDEOGRAPH-24764",
    },
    Character {
        age: "3.1",
        codepoint: 0x24765,
        name: "CJK UNIFIED IDEOGRAPH-24765",
    },
    Character {
        age: "3.1",
        codepoint: 0x24766,
        name: "CJK UNIFIED IDEOGRAPH-24766",
    },
    Character {
        age: "3.1",
        codepoint: 0x24767,
        name: "CJK UNIFIED IDEOGRAPH-24767",
    },
    Character {
        age: "3.1",
        codepoint: 0x24768,
        name: "CJK UNIFIED IDEOGRAPH-24768",
    },
    Character {
        age: "3.1",
        codepoint: 0x24769,
        name: "CJK UNIFIED IDEOGRAPH-24769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2476A,
        name: "CJK UNIFIED IDEOGRAPH-2476A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2476B,
        name: "CJK UNIFIED IDEOGRAPH-2476B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2476C,
        name: "CJK UNIFIED IDEOGRAPH-2476C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2476D,
        name: "CJK UNIFIED IDEOGRAPH-2476D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2476E,
        name: "CJK UNIFIED IDEOGRAPH-2476E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2476F,
        name: "CJK UNIFIED IDEOGRAPH-2476F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24770,
        name: "CJK UNIFIED IDEOGRAPH-24770",
    },
    Character {
        age: "3.1",
        codepoint: 0x24771,
        name: "CJK UNIFIED IDEOGRAPH-24771",
    },
    Character {
        age: "3.1",
        codepoint: 0x24772,
        name: "CJK UNIFIED IDEOGRAPH-24772",
    },
    Character {
        age: "3.1",
        codepoint: 0x24773,
        name: "CJK UNIFIED IDEOGRAPH-24773",
    },
    Character {
        age: "3.1",
        codepoint: 0x24774,
        name: "CJK UNIFIED IDEOGRAPH-24774",
    },
    Character {
        age: "3.1",
        codepoint: 0x24775,
        name: "CJK UNIFIED IDEOGRAPH-24775",
    },
    Character {
        age: "3.1",
        codepoint: 0x24776,
        name: "CJK UNIFIED IDEOGRAPH-24776",
    },
    Character {
        age: "3.1",
        codepoint: 0x24777,
        name: "CJK UNIFIED IDEOGRAPH-24777",
    },
    Character {
        age: "3.1",
        codepoint: 0x24778,
        name: "CJK UNIFIED IDEOGRAPH-24778",
    },
    Character {
        age: "3.1",
        codepoint: 0x24779,
        name: "CJK UNIFIED IDEOGRAPH-24779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2477A,
        name: "CJK UNIFIED IDEOGRAPH-2477A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2477B,
        name: "CJK UNIFIED IDEOGRAPH-2477B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2477C,
        name: "CJK UNIFIED IDEOGRAPH-2477C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2477D,
        name: "CJK UNIFIED IDEOGRAPH-2477D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2477E,
        name: "CJK UNIFIED IDEOGRAPH-2477E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2477F,
        name: "CJK UNIFIED IDEOGRAPH-2477F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24780,
        name: "CJK UNIFIED IDEOGRAPH-24780",
    },
    Character {
        age: "3.1",
        codepoint: 0x24781,
        name: "CJK UNIFIED IDEOGRAPH-24781",
    },
    Character {
        age: "3.1",
        codepoint: 0x24782,
        name: "CJK UNIFIED IDEOGRAPH-24782",
    },
    Character {
        age: "3.1",
        codepoint: 0x24783,
        name: "CJK UNIFIED IDEOGRAPH-24783",
    },
    Character {
        age: "3.1",
        codepoint: 0x24784,
        name: "CJK UNIFIED IDEOGRAPH-24784",
    },
    Character {
        age: "3.1",
        codepoint: 0x24785,
        name: "CJK UNIFIED IDEOGRAPH-24785",
    },
    Character {
        age: "3.1",
        codepoint: 0x24786,
        name: "CJK UNIFIED IDEOGRAPH-24786",
    },
    Character {
        age: "3.1",
        codepoint: 0x24787,
        name: "CJK UNIFIED IDEOGRAPH-24787",
    },
    Character {
        age: "3.1",
        codepoint: 0x24788,
        name: "CJK UNIFIED IDEOGRAPH-24788",
    },
    Character {
        age: "3.1",
        codepoint: 0x24789,
        name: "CJK UNIFIED IDEOGRAPH-24789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2478A,
        name: "CJK UNIFIED IDEOGRAPH-2478A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2478B,
        name: "CJK UNIFIED IDEOGRAPH-2478B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2478C,
        name: "CJK UNIFIED IDEOGRAPH-2478C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2478D,
        name: "CJK UNIFIED IDEOGRAPH-2478D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2478E,
        name: "CJK UNIFIED IDEOGRAPH-2478E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2478F,
        name: "CJK UNIFIED IDEOGRAPH-2478F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24790,
        name: "CJK UNIFIED IDEOGRAPH-24790",
    },
    Character {
        age: "3.1",
        codepoint: 0x24791,
        name: "CJK UNIFIED IDEOGRAPH-24791",
    },
    Character {
        age: "3.1",
        codepoint: 0x24792,
        name: "CJK UNIFIED IDEOGRAPH-24792",
    },
    Character {
        age: "3.1",
        codepoint: 0x24793,
        name: "CJK UNIFIED IDEOGRAPH-24793",
    },
    Character {
        age: "3.1",
        codepoint: 0x24794,
        name: "CJK UNIFIED IDEOGRAPH-24794",
    },
    Character {
        age: "3.1",
        codepoint: 0x24795,
        name: "CJK UNIFIED IDEOGRAPH-24795",
    },
    Character {
        age: "3.1",
        codepoint: 0x24796,
        name: "CJK UNIFIED IDEOGRAPH-24796",
    },
    Character {
        age: "3.1",
        codepoint: 0x24797,
        name: "CJK UNIFIED IDEOGRAPH-24797",
    },
    Character {
        age: "3.1",
        codepoint: 0x24798,
        name: "CJK UNIFIED IDEOGRAPH-24798",
    },
    Character {
        age: "3.1",
        codepoint: 0x24799,
        name: "CJK UNIFIED IDEOGRAPH-24799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2479A,
        name: "CJK UNIFIED IDEOGRAPH-2479A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2479B,
        name: "CJK UNIFIED IDEOGRAPH-2479B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2479C,
        name: "CJK UNIFIED IDEOGRAPH-2479C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2479D,
        name: "CJK UNIFIED IDEOGRAPH-2479D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2479E,
        name: "CJK UNIFIED IDEOGRAPH-2479E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2479F,
        name: "CJK UNIFIED IDEOGRAPH-2479F",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A0,
        name: "CJK UNIFIED IDEOGRAPH-247A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A1,
        name: "CJK UNIFIED IDEOGRAPH-247A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A2,
        name: "CJK UNIFIED IDEOGRAPH-247A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A3,
        name: "CJK UNIFIED IDEOGRAPH-247A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A4,
        name: "CJK UNIFIED IDEOGRAPH-247A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A5,
        name: "CJK UNIFIED IDEOGRAPH-247A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A6,
        name: "CJK UNIFIED IDEOGRAPH-247A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A7,
        name: "CJK UNIFIED IDEOGRAPH-247A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A8,
        name: "CJK UNIFIED IDEOGRAPH-247A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x247A9,
        name: "CJK UNIFIED IDEOGRAPH-247A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x247AA,
        name: "CJK UNIFIED IDEOGRAPH-247AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x247AB,
        name: "CJK UNIFIED IDEOGRAPH-247AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x247AC,
        name: "CJK UNIFIED IDEOGRAPH-247AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x247AD,
        name: "CJK UNIFIED IDEOGRAPH-247AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x247AE,
        name: "CJK UNIFIED IDEOGRAPH-247AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x247AF,
        name: "CJK UNIFIED IDEOGRAPH-247AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B0,
        name: "CJK UNIFIED IDEOGRAPH-247B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B1,
        name: "CJK UNIFIED IDEOGRAPH-247B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B2,
        name: "CJK UNIFIED IDEOGRAPH-247B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B3,
        name: "CJK UNIFIED IDEOGRAPH-247B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B4,
        name: "CJK UNIFIED IDEOGRAPH-247B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B5,
        name: "CJK UNIFIED IDEOGRAPH-247B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B6,
        name: "CJK UNIFIED IDEOGRAPH-247B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B7,
        name: "CJK UNIFIED IDEOGRAPH-247B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B8,
        name: "CJK UNIFIED IDEOGRAPH-247B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x247B9,
        name: "CJK UNIFIED IDEOGRAPH-247B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x247BA,
        name: "CJK UNIFIED IDEOGRAPH-247BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x247BB,
        name: "CJK UNIFIED IDEOGRAPH-247BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x247BC,
        name: "CJK UNIFIED IDEOGRAPH-247BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x247BD,
        name: "CJK UNIFIED IDEOGRAPH-247BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x247BE,
        name: "CJK UNIFIED IDEOGRAPH-247BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x247BF,
        name: "CJK UNIFIED IDEOGRAPH-247BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C0,
        name: "CJK UNIFIED IDEOGRAPH-247C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C1,
        name: "CJK UNIFIED IDEOGRAPH-247C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C2,
        name: "CJK UNIFIED IDEOGRAPH-247C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C3,
        name: "CJK UNIFIED IDEOGRAPH-247C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C4,
        name: "CJK UNIFIED IDEOGRAPH-247C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C5,
        name: "CJK UNIFIED IDEOGRAPH-247C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C6,
        name: "CJK UNIFIED IDEOGRAPH-247C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C7,
        name: "CJK UNIFIED IDEOGRAPH-247C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C8,
        name: "CJK UNIFIED IDEOGRAPH-247C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x247C9,
        name: "CJK UNIFIED IDEOGRAPH-247C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x247CA,
        name: "CJK UNIFIED IDEOGRAPH-247CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x247CB,
        name: "CJK UNIFIED IDEOGRAPH-247CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x247CC,
        name: "CJK UNIFIED IDEOGRAPH-247CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x247CD,
        name: "CJK UNIFIED IDEOGRAPH-247CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x247CE,
        name: "CJK UNIFIED IDEOGRAPH-247CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x247CF,
        name: "CJK UNIFIED IDEOGRAPH-247CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D0,
        name: "CJK UNIFIED IDEOGRAPH-247D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D1,
        name: "CJK UNIFIED IDEOGRAPH-247D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D2,
        name: "CJK UNIFIED IDEOGRAPH-247D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D3,
        name: "CJK UNIFIED IDEOGRAPH-247D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D4,
        name: "CJK UNIFIED IDEOGRAPH-247D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D5,
        name: "CJK UNIFIED IDEOGRAPH-247D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D6,
        name: "CJK UNIFIED IDEOGRAPH-247D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D7,
        name: "CJK UNIFIED IDEOGRAPH-247D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D8,
        name: "CJK UNIFIED IDEOGRAPH-247D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x247D9,
        name: "CJK UNIFIED IDEOGRAPH-247D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x247DA,
        name: "CJK UNIFIED IDEOGRAPH-247DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x247DB,
        name: "CJK UNIFIED IDEOGRAPH-247DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x247DC,
        name: "CJK UNIFIED IDEOGRAPH-247DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x247DD,
        name: "CJK UNIFIED IDEOGRAPH-247DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x247DE,
        name: "CJK UNIFIED IDEOGRAPH-247DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x247DF,
        name: "CJK UNIFIED IDEOGRAPH-247DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E0,
        name: "CJK UNIFIED IDEOGRAPH-247E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E1,
        name: "CJK UNIFIED IDEOGRAPH-247E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E2,
        name: "CJK UNIFIED IDEOGRAPH-247E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E3,
        name: "CJK UNIFIED IDEOGRAPH-247E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E4,
        name: "CJK UNIFIED IDEOGRAPH-247E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E5,
        name: "CJK UNIFIED IDEOGRAPH-247E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E6,
        name: "CJK UNIFIED IDEOGRAPH-247E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E7,
        name: "CJK UNIFIED IDEOGRAPH-247E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E8,
        name: "CJK UNIFIED IDEOGRAPH-247E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x247E9,
        name: "CJK UNIFIED IDEOGRAPH-247E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x247EA,
        name: "CJK UNIFIED IDEOGRAPH-247EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x247EB,
        name: "CJK UNIFIED IDEOGRAPH-247EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x247EC,
        name: "CJK UNIFIED IDEOGRAPH-247EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x247ED,
        name: "CJK UNIFIED IDEOGRAPH-247ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x247EE,
        name: "CJK UNIFIED IDEOGRAPH-247EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x247EF,
        name: "CJK UNIFIED IDEOGRAPH-247EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F0,
        name: "CJK UNIFIED IDEOGRAPH-247F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F1,
        name: "CJK UNIFIED IDEOGRAPH-247F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F2,
        name: "CJK UNIFIED IDEOGRAPH-247F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F3,
        name: "CJK UNIFIED IDEOGRAPH-247F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F4,
        name: "CJK UNIFIED IDEOGRAPH-247F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F5,
        name: "CJK UNIFIED IDEOGRAPH-247F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F6,
        name: "CJK UNIFIED IDEOGRAPH-247F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F7,
        name: "CJK UNIFIED IDEOGRAPH-247F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F8,
        name: "CJK UNIFIED IDEOGRAPH-247F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x247F9,
        name: "CJK UNIFIED IDEOGRAPH-247F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x247FA,
        name: "CJK UNIFIED IDEOGRAPH-247FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x247FB,
        name: "CJK UNIFIED IDEOGRAPH-247FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x247FC,
        name: "CJK UNIFIED IDEOGRAPH-247FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x247FD,
        name: "CJK UNIFIED IDEOGRAPH-247FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x247FE,
        name: "CJK UNIFIED IDEOGRAPH-247FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x247FF,
        name: "CJK UNIFIED IDEOGRAPH-247FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24800,
        name: "CJK UNIFIED IDEOGRAPH-24800",
    },
    Character {
        age: "3.1",
        codepoint: 0x24801,
        name: "CJK UNIFIED IDEOGRAPH-24801",
    },
    Character {
        age: "3.1",
        codepoint: 0x24802,
        name: "CJK UNIFIED IDEOGRAPH-24802",
    },
    Character {
        age: "3.1",
        codepoint: 0x24803,
        name: "CJK UNIFIED IDEOGRAPH-24803",
    },
    Character {
        age: "3.1",
        codepoint: 0x24804,
        name: "CJK UNIFIED IDEOGRAPH-24804",
    },
    Character {
        age: "3.1",
        codepoint: 0x24805,
        name: "CJK UNIFIED IDEOGRAPH-24805",
    },
    Character {
        age: "3.1",
        codepoint: 0x24806,
        name: "CJK UNIFIED IDEOGRAPH-24806",
    },
    Character {
        age: "3.1",
        codepoint: 0x24807,
        name: "CJK UNIFIED IDEOGRAPH-24807",
    },
    Character {
        age: "3.1",
        codepoint: 0x24808,
        name: "CJK UNIFIED IDEOGRAPH-24808",
    },
    Character {
        age: "3.1",
        codepoint: 0x24809,
        name: "CJK UNIFIED IDEOGRAPH-24809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2480A,
        name: "CJK UNIFIED IDEOGRAPH-2480A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2480B,
        name: "CJK UNIFIED IDEOGRAPH-2480B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2480C,
        name: "CJK UNIFIED IDEOGRAPH-2480C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2480D,
        name: "CJK UNIFIED IDEOGRAPH-2480D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2480E,
        name: "CJK UNIFIED IDEOGRAPH-2480E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2480F,
        name: "CJK UNIFIED IDEOGRAPH-2480F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24810,
        name: "CJK UNIFIED IDEOGRAPH-24810",
    },
    Character {
        age: "3.1",
        codepoint: 0x24811,
        name: "CJK UNIFIED IDEOGRAPH-24811",
    },
    Character {
        age: "3.1",
        codepoint: 0x24812,
        name: "CJK UNIFIED IDEOGRAPH-24812",
    },
    Character {
        age: "3.1",
        codepoint: 0x24813,
        name: "CJK UNIFIED IDEOGRAPH-24813",
    },
    Character {
        age: "3.1",
        codepoint: 0x24814,
        name: "CJK UNIFIED IDEOGRAPH-24814",
    },
    Character {
        age: "3.1",
        codepoint: 0x24815,
        name: "CJK UNIFIED IDEOGRAPH-24815",
    },
    Character {
        age: "3.1",
        codepoint: 0x24816,
        name: "CJK UNIFIED IDEOGRAPH-24816",
    },
    Character {
        age: "3.1",
        codepoint: 0x24817,
        name: "CJK UNIFIED IDEOGRAPH-24817",
    },
    Character {
        age: "3.1",
        codepoint: 0x24818,
        name: "CJK UNIFIED IDEOGRAPH-24818",
    },
    Character {
        age: "3.1",
        codepoint: 0x24819,
        name: "CJK UNIFIED IDEOGRAPH-24819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2481A,
        name: "CJK UNIFIED IDEOGRAPH-2481A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2481B,
        name: "CJK UNIFIED IDEOGRAPH-2481B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2481C,
        name: "CJK UNIFIED IDEOGRAPH-2481C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2481D,
        name: "CJK UNIFIED IDEOGRAPH-2481D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2481E,
        name: "CJK UNIFIED IDEOGRAPH-2481E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2481F,
        name: "CJK UNIFIED IDEOGRAPH-2481F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24820,
        name: "CJK UNIFIED IDEOGRAPH-24820",
    },
    Character {
        age: "3.1",
        codepoint: 0x24821,
        name: "CJK UNIFIED IDEOGRAPH-24821",
    },
    Character {
        age: "3.1",
        codepoint: 0x24822,
        name: "CJK UNIFIED IDEOGRAPH-24822",
    },
    Character {
        age: "3.1",
        codepoint: 0x24823,
        name: "CJK UNIFIED IDEOGRAPH-24823",
    },
    Character {
        age: "3.1",
        codepoint: 0x24824,
        name: "CJK UNIFIED IDEOGRAPH-24824",
    },
    Character {
        age: "3.1",
        codepoint: 0x24825,
        name: "CJK UNIFIED IDEOGRAPH-24825",
    },
    Character {
        age: "3.1",
        codepoint: 0x24826,
        name: "CJK UNIFIED IDEOGRAPH-24826",
    },
    Character {
        age: "3.1",
        codepoint: 0x24827,
        name: "CJK UNIFIED IDEOGRAPH-24827",
    },
    Character {
        age: "3.1",
        codepoint: 0x24828,
        name: "CJK UNIFIED IDEOGRAPH-24828",
    },
    Character {
        age: "3.1",
        codepoint: 0x24829,
        name: "CJK UNIFIED IDEOGRAPH-24829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2482A,
        name: "CJK UNIFIED IDEOGRAPH-2482A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2482B,
        name: "CJK UNIFIED IDEOGRAPH-2482B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2482C,
        name: "CJK UNIFIED IDEOGRAPH-2482C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2482D,
        name: "CJK UNIFIED IDEOGRAPH-2482D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2482E,
        name: "CJK UNIFIED IDEOGRAPH-2482E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2482F,
        name: "CJK UNIFIED IDEOGRAPH-2482F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24830,
        name: "CJK UNIFIED IDEOGRAPH-24830",
    },
    Character {
        age: "3.1",
        codepoint: 0x24831,
        name: "CJK UNIFIED IDEOGRAPH-24831",
    },
    Character {
        age: "3.1",
        codepoint: 0x24832,
        name: "CJK UNIFIED IDEOGRAPH-24832",
    },
    Character {
        age: "3.1",
        codepoint: 0x24833,
        name: "CJK UNIFIED IDEOGRAPH-24833",
    },
    Character {
        age: "3.1",
        codepoint: 0x24834,
        name: "CJK UNIFIED IDEOGRAPH-24834",
    },
    Character {
        age: "3.1",
        codepoint: 0x24835,
        name: "CJK UNIFIED IDEOGRAPH-24835",
    },
    Character {
        age: "3.1",
        codepoint: 0x24836,
        name: "CJK UNIFIED IDEOGRAPH-24836",
    },
    Character {
        age: "3.1",
        codepoint: 0x24837,
        name: "CJK UNIFIED IDEOGRAPH-24837",
    },
    Character {
        age: "3.1",
        codepoint: 0x24838,
        name: "CJK UNIFIED IDEOGRAPH-24838",
    },
    Character {
        age: "3.1",
        codepoint: 0x24839,
        name: "CJK UNIFIED IDEOGRAPH-24839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2483A,
        name: "CJK UNIFIED IDEOGRAPH-2483A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2483B,
        name: "CJK UNIFIED IDEOGRAPH-2483B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2483C,
        name: "CJK UNIFIED IDEOGRAPH-2483C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2483D,
        name: "CJK UNIFIED IDEOGRAPH-2483D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2483E,
        name: "CJK UNIFIED IDEOGRAPH-2483E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2483F,
        name: "CJK UNIFIED IDEOGRAPH-2483F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24840,
        name: "CJK UNIFIED IDEOGRAPH-24840",
    },
    Character {
        age: "3.1",
        codepoint: 0x24841,
        name: "CJK UNIFIED IDEOGRAPH-24841",
    },
    Character {
        age: "3.1",
        codepoint: 0x24842,
        name: "CJK UNIFIED IDEOGRAPH-24842",
    },
    Character {
        age: "3.1",
        codepoint: 0x24843,
        name: "CJK UNIFIED IDEOGRAPH-24843",
    },
    Character {
        age: "3.1",
        codepoint: 0x24844,
        name: "CJK UNIFIED IDEOGRAPH-24844",
    },
    Character {
        age: "3.1",
        codepoint: 0x24845,
        name: "CJK UNIFIED IDEOGRAPH-24845",
    },
    Character {
        age: "3.1",
        codepoint: 0x24846,
        name: "CJK UNIFIED IDEOGRAPH-24846",
    },
    Character {
        age: "3.1",
        codepoint: 0x24847,
        name: "CJK UNIFIED IDEOGRAPH-24847",
    },
    Character {
        age: "3.1",
        codepoint: 0x24848,
        name: "CJK UNIFIED IDEOGRAPH-24848",
    },
    Character {
        age: "3.1",
        codepoint: 0x24849,
        name: "CJK UNIFIED IDEOGRAPH-24849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2484A,
        name: "CJK UNIFIED IDEOGRAPH-2484A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2484B,
        name: "CJK UNIFIED IDEOGRAPH-2484B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2484C,
        name: "CJK UNIFIED IDEOGRAPH-2484C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2484D,
        name: "CJK UNIFIED IDEOGRAPH-2484D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2484E,
        name: "CJK UNIFIED IDEOGRAPH-2484E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2484F,
        name: "CJK UNIFIED IDEOGRAPH-2484F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24850,
        name: "CJK UNIFIED IDEOGRAPH-24850",
    },
    Character {
        age: "3.1",
        codepoint: 0x24851,
        name: "CJK UNIFIED IDEOGRAPH-24851",
    },
    Character {
        age: "3.1",
        codepoint: 0x24852,
        name: "CJK UNIFIED IDEOGRAPH-24852",
    },
    Character {
        age: "3.1",
        codepoint: 0x24853,
        name: "CJK UNIFIED IDEOGRAPH-24853",
    },
    Character {
        age: "3.1",
        codepoint: 0x24854,
        name: "CJK UNIFIED IDEOGRAPH-24854",
    },
    Character {
        age: "3.1",
        codepoint: 0x24855,
        name: "CJK UNIFIED IDEOGRAPH-24855",
    },
    Character {
        age: "3.1",
        codepoint: 0x24856,
        name: "CJK UNIFIED IDEOGRAPH-24856",
    },
    Character {
        age: "3.1",
        codepoint: 0x24857,
        name: "CJK UNIFIED IDEOGRAPH-24857",
    },
    Character {
        age: "3.1",
        codepoint: 0x24858,
        name: "CJK UNIFIED IDEOGRAPH-24858",
    },
    Character {
        age: "3.1",
        codepoint: 0x24859,
        name: "CJK UNIFIED IDEOGRAPH-24859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2485A,
        name: "CJK UNIFIED IDEOGRAPH-2485A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2485B,
        name: "CJK UNIFIED IDEOGRAPH-2485B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2485C,
        name: "CJK UNIFIED IDEOGRAPH-2485C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2485D,
        name: "CJK UNIFIED IDEOGRAPH-2485D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2485E,
        name: "CJK UNIFIED IDEOGRAPH-2485E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2485F,
        name: "CJK UNIFIED IDEOGRAPH-2485F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24860,
        name: "CJK UNIFIED IDEOGRAPH-24860",
    },
    Character {
        age: "3.1",
        codepoint: 0x24861,
        name: "CJK UNIFIED IDEOGRAPH-24861",
    },
    Character {
        age: "3.1",
        codepoint: 0x24862,
        name: "CJK UNIFIED IDEOGRAPH-24862",
    },
    Character {
        age: "3.1",
        codepoint: 0x24863,
        name: "CJK UNIFIED IDEOGRAPH-24863",
    },
    Character {
        age: "3.1",
        codepoint: 0x24864,
        name: "CJK UNIFIED IDEOGRAPH-24864",
    },
    Character {
        age: "3.1",
        codepoint: 0x24865,
        name: "CJK UNIFIED IDEOGRAPH-24865",
    },
    Character {
        age: "3.1",
        codepoint: 0x24866,
        name: "CJK UNIFIED IDEOGRAPH-24866",
    },
    Character {
        age: "3.1",
        codepoint: 0x24867,
        name: "CJK UNIFIED IDEOGRAPH-24867",
    },
    Character {
        age: "3.1",
        codepoint: 0x24868,
        name: "CJK UNIFIED IDEOGRAPH-24868",
    },
    Character {
        age: "3.1",
        codepoint: 0x24869,
        name: "CJK UNIFIED IDEOGRAPH-24869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2486A,
        name: "CJK UNIFIED IDEOGRAPH-2486A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2486B,
        name: "CJK UNIFIED IDEOGRAPH-2486B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2486C,
        name: "CJK UNIFIED IDEOGRAPH-2486C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2486D,
        name: "CJK UNIFIED IDEOGRAPH-2486D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2486E,
        name: "CJK UNIFIED IDEOGRAPH-2486E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2486F,
        name: "CJK UNIFIED IDEOGRAPH-2486F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24870,
        name: "CJK UNIFIED IDEOGRAPH-24870",
    },
    Character {
        age: "3.1",
        codepoint: 0x24871,
        name: "CJK UNIFIED IDEOGRAPH-24871",
    },
    Character {
        age: "3.1",
        codepoint: 0x24872,
        name: "CJK UNIFIED IDEOGRAPH-24872",
    },
    Character {
        age: "3.1",
        codepoint: 0x24873,
        name: "CJK UNIFIED IDEOGRAPH-24873",
    },
    Character {
        age: "3.1",
        codepoint: 0x24874,
        name: "CJK UNIFIED IDEOGRAPH-24874",
    },
    Character {
        age: "3.1",
        codepoint: 0x24875,
        name: "CJK UNIFIED IDEOGRAPH-24875",
    },
    Character {
        age: "3.1",
        codepoint: 0x24876,
        name: "CJK UNIFIED IDEOGRAPH-24876",
    },
    Character {
        age: "3.1",
        codepoint: 0x24877,
        name: "CJK UNIFIED IDEOGRAPH-24877",
    },
    Character {
        age: "3.1",
        codepoint: 0x24878,
        name: "CJK UNIFIED IDEOGRAPH-24878",
    },
    Character {
        age: "3.1",
        codepoint: 0x24879,
        name: "CJK UNIFIED IDEOGRAPH-24879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2487A,
        name: "CJK UNIFIED IDEOGRAPH-2487A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2487B,
        name: "CJK UNIFIED IDEOGRAPH-2487B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2487C,
        name: "CJK UNIFIED IDEOGRAPH-2487C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2487D,
        name: "CJK UNIFIED IDEOGRAPH-2487D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2487E,
        name: "CJK UNIFIED IDEOGRAPH-2487E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2487F,
        name: "CJK UNIFIED IDEOGRAPH-2487F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24880,
        name: "CJK UNIFIED IDEOGRAPH-24880",
    },
    Character {
        age: "3.1",
        codepoint: 0x24881,
        name: "CJK UNIFIED IDEOGRAPH-24881",
    },
    Character {
        age: "3.1",
        codepoint: 0x24882,
        name: "CJK UNIFIED IDEOGRAPH-24882",
    },
    Character {
        age: "3.1",
        codepoint: 0x24883,
        name: "CJK UNIFIED IDEOGRAPH-24883",
    },
    Character {
        age: "3.1",
        codepoint: 0x24884,
        name: "CJK UNIFIED IDEOGRAPH-24884",
    },
    Character {
        age: "3.1",
        codepoint: 0x24885,
        name: "CJK UNIFIED IDEOGRAPH-24885",
    },
    Character {
        age: "3.1",
        codepoint: 0x24886,
        name: "CJK UNIFIED IDEOGRAPH-24886",
    },
    Character {
        age: "3.1",
        codepoint: 0x24887,
        name: "CJK UNIFIED IDEOGRAPH-24887",
    },
    Character {
        age: "3.1",
        codepoint: 0x24888,
        name: "CJK UNIFIED IDEOGRAPH-24888",
    },
    Character {
        age: "3.1",
        codepoint: 0x24889,
        name: "CJK UNIFIED IDEOGRAPH-24889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2488A,
        name: "CJK UNIFIED IDEOGRAPH-2488A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2488B,
        name: "CJK UNIFIED IDEOGRAPH-2488B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2488C,
        name: "CJK UNIFIED IDEOGRAPH-2488C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2488D,
        name: "CJK UNIFIED IDEOGRAPH-2488D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2488E,
        name: "CJK UNIFIED IDEOGRAPH-2488E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2488F,
        name: "CJK UNIFIED IDEOGRAPH-2488F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24890,
        name: "CJK UNIFIED IDEOGRAPH-24890",
    },
    Character {
        age: "3.1",
        codepoint: 0x24891,
        name: "CJK UNIFIED IDEOGRAPH-24891",
    },
    Character {
        age: "3.1",
        codepoint: 0x24892,
        name: "CJK UNIFIED IDEOGRAPH-24892",
    },
    Character {
        age: "3.1",
        codepoint: 0x24893,
        name: "CJK UNIFIED IDEOGRAPH-24893",
    },
    Character {
        age: "3.1",
        codepoint: 0x24894,
        name: "CJK UNIFIED IDEOGRAPH-24894",
    },
    Character {
        age: "3.1",
        codepoint: 0x24895,
        name: "CJK UNIFIED IDEOGRAPH-24895",
    },
    Character {
        age: "3.1",
        codepoint: 0x24896,
        name: "CJK UNIFIED IDEOGRAPH-24896",
    },
    Character {
        age: "3.1",
        codepoint: 0x24897,
        name: "CJK UNIFIED IDEOGRAPH-24897",
    },
    Character {
        age: "3.1",
        codepoint: 0x24898,
        name: "CJK UNIFIED IDEOGRAPH-24898",
    },
    Character {
        age: "3.1",
        codepoint: 0x24899,
        name: "CJK UNIFIED IDEOGRAPH-24899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2489A,
        name: "CJK UNIFIED IDEOGRAPH-2489A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2489B,
        name: "CJK UNIFIED IDEOGRAPH-2489B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2489C,
        name: "CJK UNIFIED IDEOGRAPH-2489C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2489D,
        name: "CJK UNIFIED IDEOGRAPH-2489D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2489E,
        name: "CJK UNIFIED IDEOGRAPH-2489E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2489F,
        name: "CJK UNIFIED IDEOGRAPH-2489F",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A0,
        name: "CJK UNIFIED IDEOGRAPH-248A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A1,
        name: "CJK UNIFIED IDEOGRAPH-248A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A2,
        name: "CJK UNIFIED IDEOGRAPH-248A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A3,
        name: "CJK UNIFIED IDEOGRAPH-248A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A4,
        name: "CJK UNIFIED IDEOGRAPH-248A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A5,
        name: "CJK UNIFIED IDEOGRAPH-248A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A6,
        name: "CJK UNIFIED IDEOGRAPH-248A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A7,
        name: "CJK UNIFIED IDEOGRAPH-248A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A8,
        name: "CJK UNIFIED IDEOGRAPH-248A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x248A9,
        name: "CJK UNIFIED IDEOGRAPH-248A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x248AA,
        name: "CJK UNIFIED IDEOGRAPH-248AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x248AB,
        name: "CJK UNIFIED IDEOGRAPH-248AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x248AC,
        name: "CJK UNIFIED IDEOGRAPH-248AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x248AD,
        name: "CJK UNIFIED IDEOGRAPH-248AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x248AE,
        name: "CJK UNIFIED IDEOGRAPH-248AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x248AF,
        name: "CJK UNIFIED IDEOGRAPH-248AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B0,
        name: "CJK UNIFIED IDEOGRAPH-248B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B1,
        name: "CJK UNIFIED IDEOGRAPH-248B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B2,
        name: "CJK UNIFIED IDEOGRAPH-248B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B3,
        name: "CJK UNIFIED IDEOGRAPH-248B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B4,
        name: "CJK UNIFIED IDEOGRAPH-248B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B5,
        name: "CJK UNIFIED IDEOGRAPH-248B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B6,
        name: "CJK UNIFIED IDEOGRAPH-248B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B7,
        name: "CJK UNIFIED IDEOGRAPH-248B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B8,
        name: "CJK UNIFIED IDEOGRAPH-248B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x248B9,
        name: "CJK UNIFIED IDEOGRAPH-248B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x248BA,
        name: "CJK UNIFIED IDEOGRAPH-248BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x248BB,
        name: "CJK UNIFIED IDEOGRAPH-248BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x248BC,
        name: "CJK UNIFIED IDEOGRAPH-248BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x248BD,
        name: "CJK UNIFIED IDEOGRAPH-248BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x248BE,
        name: "CJK UNIFIED IDEOGRAPH-248BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x248BF,
        name: "CJK UNIFIED IDEOGRAPH-248BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C0,
        name: "CJK UNIFIED IDEOGRAPH-248C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C1,
        name: "CJK UNIFIED IDEOGRAPH-248C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C2,
        name: "CJK UNIFIED IDEOGRAPH-248C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C3,
        name: "CJK UNIFIED IDEOGRAPH-248C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C4,
        name: "CJK UNIFIED IDEOGRAPH-248C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C5,
        name: "CJK UNIFIED IDEOGRAPH-248C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C6,
        name: "CJK UNIFIED IDEOGRAPH-248C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C7,
        name: "CJK UNIFIED IDEOGRAPH-248C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C8,
        name: "CJK UNIFIED IDEOGRAPH-248C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x248C9,
        name: "CJK UNIFIED IDEOGRAPH-248C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x248CA,
        name: "CJK UNIFIED IDEOGRAPH-248CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x248CB,
        name: "CJK UNIFIED IDEOGRAPH-248CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x248CC,
        name: "CJK UNIFIED IDEOGRAPH-248CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x248CD,
        name: "CJK UNIFIED IDEOGRAPH-248CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x248CE,
        name: "CJK UNIFIED IDEOGRAPH-248CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x248CF,
        name: "CJK UNIFIED IDEOGRAPH-248CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D0,
        name: "CJK UNIFIED IDEOGRAPH-248D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D1,
        name: "CJK UNIFIED IDEOGRAPH-248D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D2,
        name: "CJK UNIFIED IDEOGRAPH-248D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D3,
        name: "CJK UNIFIED IDEOGRAPH-248D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D4,
        name: "CJK UNIFIED IDEOGRAPH-248D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D5,
        name: "CJK UNIFIED IDEOGRAPH-248D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D6,
        name: "CJK UNIFIED IDEOGRAPH-248D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D7,
        name: "CJK UNIFIED IDEOGRAPH-248D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D8,
        name: "CJK UNIFIED IDEOGRAPH-248D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x248D9,
        name: "CJK UNIFIED IDEOGRAPH-248D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x248DA,
        name: "CJK UNIFIED IDEOGRAPH-248DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x248DB,
        name: "CJK UNIFIED IDEOGRAPH-248DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x248DC,
        name: "CJK UNIFIED IDEOGRAPH-248DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x248DD,
        name: "CJK UNIFIED IDEOGRAPH-248DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x248DE,
        name: "CJK UNIFIED IDEOGRAPH-248DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x248DF,
        name: "CJK UNIFIED IDEOGRAPH-248DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E0,
        name: "CJK UNIFIED IDEOGRAPH-248E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E1,
        name: "CJK UNIFIED IDEOGRAPH-248E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E2,
        name: "CJK UNIFIED IDEOGRAPH-248E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E3,
        name: "CJK UNIFIED IDEOGRAPH-248E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E4,
        name: "CJK UNIFIED IDEOGRAPH-248E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E5,
        name: "CJK UNIFIED IDEOGRAPH-248E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E6,
        name: "CJK UNIFIED IDEOGRAPH-248E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E7,
        name: "CJK UNIFIED IDEOGRAPH-248E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E8,
        name: "CJK UNIFIED IDEOGRAPH-248E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x248E9,
        name: "CJK UNIFIED IDEOGRAPH-248E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x248EA,
        name: "CJK UNIFIED IDEOGRAPH-248EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x248EB,
        name: "CJK UNIFIED IDEOGRAPH-248EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x248EC,
        name: "CJK UNIFIED IDEOGRAPH-248EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x248ED,
        name: "CJK UNIFIED IDEOGRAPH-248ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x248EE,
        name: "CJK UNIFIED IDEOGRAPH-248EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x248EF,
        name: "CJK UNIFIED IDEOGRAPH-248EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F0,
        name: "CJK UNIFIED IDEOGRAPH-248F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F1,
        name: "CJK UNIFIED IDEOGRAPH-248F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F2,
        name: "CJK UNIFIED IDEOGRAPH-248F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F3,
        name: "CJK UNIFIED IDEOGRAPH-248F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F4,
        name: "CJK UNIFIED IDEOGRAPH-248F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F5,
        name: "CJK UNIFIED IDEOGRAPH-248F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F6,
        name: "CJK UNIFIED IDEOGRAPH-248F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F7,
        name: "CJK UNIFIED IDEOGRAPH-248F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F8,
        name: "CJK UNIFIED IDEOGRAPH-248F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x248F9,
        name: "CJK UNIFIED IDEOGRAPH-248F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x248FA,
        name: "CJK UNIFIED IDEOGRAPH-248FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x248FB,
        name: "CJK UNIFIED IDEOGRAPH-248FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x248FC,
        name: "CJK UNIFIED IDEOGRAPH-248FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x248FD,
        name: "CJK UNIFIED IDEOGRAPH-248FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x248FE,
        name: "CJK UNIFIED IDEOGRAPH-248FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x248FF,
        name: "CJK UNIFIED IDEOGRAPH-248FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24900,
        name: "CJK UNIFIED IDEOGRAPH-24900",
    },
    Character {
        age: "3.1",
        codepoint: 0x24901,
        name: "CJK UNIFIED IDEOGRAPH-24901",
    },
    Character {
        age: "3.1",
        codepoint: 0x24902,
        name: "CJK UNIFIED IDEOGRAPH-24902",
    },
    Character {
        age: "3.1",
        codepoint: 0x24903,
        name: "CJK UNIFIED IDEOGRAPH-24903",
    },
    Character {
        age: "3.1",
        codepoint: 0x24904,
        name: "CJK UNIFIED IDEOGRAPH-24904",
    },
    Character {
        age: "3.1",
        codepoint: 0x24905,
        name: "CJK UNIFIED IDEOGRAPH-24905",
    },
    Character {
        age: "3.1",
        codepoint: 0x24906,
        name: "CJK UNIFIED IDEOGRAPH-24906",
    },
    Character {
        age: "3.1",
        codepoint: 0x24907,
        name: "CJK UNIFIED IDEOGRAPH-24907",
    },
    Character {
        age: "3.1",
        codepoint: 0x24908,
        name: "CJK UNIFIED IDEOGRAPH-24908",
    },
    Character {
        age: "3.1",
        codepoint: 0x24909,
        name: "CJK UNIFIED IDEOGRAPH-24909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2490A,
        name: "CJK UNIFIED IDEOGRAPH-2490A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2490B,
        name: "CJK UNIFIED IDEOGRAPH-2490B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2490C,
        name: "CJK UNIFIED IDEOGRAPH-2490C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2490D,
        name: "CJK UNIFIED IDEOGRAPH-2490D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2490E,
        name: "CJK UNIFIED IDEOGRAPH-2490E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2490F,
        name: "CJK UNIFIED IDEOGRAPH-2490F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24910,
        name: "CJK UNIFIED IDEOGRAPH-24910",
    },
    Character {
        age: "3.1",
        codepoint: 0x24911,
        name: "CJK UNIFIED IDEOGRAPH-24911",
    },
    Character {
        age: "3.1",
        codepoint: 0x24912,
        name: "CJK UNIFIED IDEOGRAPH-24912",
    },
    Character {
        age: "3.1",
        codepoint: 0x24913,
        name: "CJK UNIFIED IDEOGRAPH-24913",
    },
    Character {
        age: "3.1",
        codepoint: 0x24914,
        name: "CJK UNIFIED IDEOGRAPH-24914",
    },
    Character {
        age: "3.1",
        codepoint: 0x24915,
        name: "CJK UNIFIED IDEOGRAPH-24915",
    },
    Character {
        age: "3.1",
        codepoint: 0x24916,
        name: "CJK UNIFIED IDEOGRAPH-24916",
    },
    Character {
        age: "3.1",
        codepoint: 0x24917,
        name: "CJK UNIFIED IDEOGRAPH-24917",
    },
    Character {
        age: "3.1",
        codepoint: 0x24918,
        name: "CJK UNIFIED IDEOGRAPH-24918",
    },
    Character {
        age: "3.1",
        codepoint: 0x24919,
        name: "CJK UNIFIED IDEOGRAPH-24919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2491A,
        name: "CJK UNIFIED IDEOGRAPH-2491A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2491B,
        name: "CJK UNIFIED IDEOGRAPH-2491B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2491C,
        name: "CJK UNIFIED IDEOGRAPH-2491C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2491D,
        name: "CJK UNIFIED IDEOGRAPH-2491D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2491E,
        name: "CJK UNIFIED IDEOGRAPH-2491E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2491F,
        name: "CJK UNIFIED IDEOGRAPH-2491F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24920,
        name: "CJK UNIFIED IDEOGRAPH-24920",
    },
    Character {
        age: "3.1",
        codepoint: 0x24921,
        name: "CJK UNIFIED IDEOGRAPH-24921",
    },
    Character {
        age: "3.1",
        codepoint: 0x24922,
        name: "CJK UNIFIED IDEOGRAPH-24922",
    },
    Character {
        age: "3.1",
        codepoint: 0x24923,
        name: "CJK UNIFIED IDEOGRAPH-24923",
    },
    Character {
        age: "3.1",
        codepoint: 0x24924,
        name: "CJK UNIFIED IDEOGRAPH-24924",
    },
    Character {
        age: "3.1",
        codepoint: 0x24925,
        name: "CJK UNIFIED IDEOGRAPH-24925",
    },
    Character {
        age: "3.1",
        codepoint: 0x24926,
        name: "CJK UNIFIED IDEOGRAPH-24926",
    },
    Character {
        age: "3.1",
        codepoint: 0x24927,
        name: "CJK UNIFIED IDEOGRAPH-24927",
    },
    Character {
        age: "3.1",
        codepoint: 0x24928,
        name: "CJK UNIFIED IDEOGRAPH-24928",
    },
    Character {
        age: "3.1",
        codepoint: 0x24929,
        name: "CJK UNIFIED IDEOGRAPH-24929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2492A,
        name: "CJK UNIFIED IDEOGRAPH-2492A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2492B,
        name: "CJK UNIFIED IDEOGRAPH-2492B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2492C,
        name: "CJK UNIFIED IDEOGRAPH-2492C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2492D,
        name: "CJK UNIFIED IDEOGRAPH-2492D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2492E,
        name: "CJK UNIFIED IDEOGRAPH-2492E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2492F,
        name: "CJK UNIFIED IDEOGRAPH-2492F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24930,
        name: "CJK UNIFIED IDEOGRAPH-24930",
    },
    Character {
        age: "3.1",
        codepoint: 0x24931,
        name: "CJK UNIFIED IDEOGRAPH-24931",
    },
    Character {
        age: "3.1",
        codepoint: 0x24932,
        name: "CJK UNIFIED IDEOGRAPH-24932",
    },
    Character {
        age: "3.1",
        codepoint: 0x24933,
        name: "CJK UNIFIED IDEOGRAPH-24933",
    },
    Character {
        age: "3.1",
        codepoint: 0x24934,
        name: "CJK UNIFIED IDEOGRAPH-24934",
    },
    Character {
        age: "3.1",
        codepoint: 0x24935,
        name: "CJK UNIFIED IDEOGRAPH-24935",
    },
    Character {
        age: "3.1",
        codepoint: 0x24936,
        name: "CJK UNIFIED IDEOGRAPH-24936",
    },
    Character {
        age: "3.1",
        codepoint: 0x24937,
        name: "CJK UNIFIED IDEOGRAPH-24937",
    },
    Character {
        age: "3.1",
        codepoint: 0x24938,
        name: "CJK UNIFIED IDEOGRAPH-24938",
    },
    Character {
        age: "3.1",
        codepoint: 0x24939,
        name: "CJK UNIFIED IDEOGRAPH-24939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2493A,
        name: "CJK UNIFIED IDEOGRAPH-2493A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2493B,
        name: "CJK UNIFIED IDEOGRAPH-2493B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2493C,
        name: "CJK UNIFIED IDEOGRAPH-2493C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2493D,
        name: "CJK UNIFIED IDEOGRAPH-2493D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2493E,
        name: "CJK UNIFIED IDEOGRAPH-2493E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2493F,
        name: "CJK UNIFIED IDEOGRAPH-2493F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24940,
        name: "CJK UNIFIED IDEOGRAPH-24940",
    },
    Character {
        age: "3.1",
        codepoint: 0x24941,
        name: "CJK UNIFIED IDEOGRAPH-24941",
    },
    Character {
        age: "3.1",
        codepoint: 0x24942,
        name: "CJK UNIFIED IDEOGRAPH-24942",
    },
    Character {
        age: "3.1",
        codepoint: 0x24943,
        name: "CJK UNIFIED IDEOGRAPH-24943",
    },
    Character {
        age: "3.1",
        codepoint: 0x24944,
        name: "CJK UNIFIED IDEOGRAPH-24944",
    },
    Character {
        age: "3.1",
        codepoint: 0x24945,
        name: "CJK UNIFIED IDEOGRAPH-24945",
    },
    Character {
        age: "3.1",
        codepoint: 0x24946,
        name: "CJK UNIFIED IDEOGRAPH-24946",
    },
    Character {
        age: "3.1",
        codepoint: 0x24947,
        name: "CJK UNIFIED IDEOGRAPH-24947",
    },
    Character {
        age: "3.1",
        codepoint: 0x24948,
        name: "CJK UNIFIED IDEOGRAPH-24948",
    },
    Character {
        age: "3.1",
        codepoint: 0x24949,
        name: "CJK UNIFIED IDEOGRAPH-24949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2494A,
        name: "CJK UNIFIED IDEOGRAPH-2494A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2494B,
        name: "CJK UNIFIED IDEOGRAPH-2494B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2494C,
        name: "CJK UNIFIED IDEOGRAPH-2494C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2494D,
        name: "CJK UNIFIED IDEOGRAPH-2494D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2494E,
        name: "CJK UNIFIED IDEOGRAPH-2494E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2494F,
        name: "CJK UNIFIED IDEOGRAPH-2494F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24950,
        name: "CJK UNIFIED IDEOGRAPH-24950",
    },
    Character {
        age: "3.1",
        codepoint: 0x24951,
        name: "CJK UNIFIED IDEOGRAPH-24951",
    },
    Character {
        age: "3.1",
        codepoint: 0x24952,
        name: "CJK UNIFIED IDEOGRAPH-24952",
    },
    Character {
        age: "3.1",
        codepoint: 0x24953,
        name: "CJK UNIFIED IDEOGRAPH-24953",
    },
    Character {
        age: "3.1",
        codepoint: 0x24954,
        name: "CJK UNIFIED IDEOGRAPH-24954",
    },
    Character {
        age: "3.1",
        codepoint: 0x24955,
        name: "CJK UNIFIED IDEOGRAPH-24955",
    },
    Character {
        age: "3.1",
        codepoint: 0x24956,
        name: "CJK UNIFIED IDEOGRAPH-24956",
    },
    Character {
        age: "3.1",
        codepoint: 0x24957,
        name: "CJK UNIFIED IDEOGRAPH-24957",
    },
    Character {
        age: "3.1",
        codepoint: 0x24958,
        name: "CJK UNIFIED IDEOGRAPH-24958",
    },
    Character {
        age: "3.1",
        codepoint: 0x24959,
        name: "CJK UNIFIED IDEOGRAPH-24959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2495A,
        name: "CJK UNIFIED IDEOGRAPH-2495A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2495B,
        name: "CJK UNIFIED IDEOGRAPH-2495B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2495C,
        name: "CJK UNIFIED IDEOGRAPH-2495C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2495D,
        name: "CJK UNIFIED IDEOGRAPH-2495D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2495E,
        name: "CJK UNIFIED IDEOGRAPH-2495E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2495F,
        name: "CJK UNIFIED IDEOGRAPH-2495F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24960,
        name: "CJK UNIFIED IDEOGRAPH-24960",
    },
    Character {
        age: "3.1",
        codepoint: 0x24961,
        name: "CJK UNIFIED IDEOGRAPH-24961",
    },
    Character {
        age: "3.1",
        codepoint: 0x24962,
        name: "CJK UNIFIED IDEOGRAPH-24962",
    },
    Character {
        age: "3.1",
        codepoint: 0x24963,
        name: "CJK UNIFIED IDEOGRAPH-24963",
    },
    Character {
        age: "3.1",
        codepoint: 0x24964,
        name: "CJK UNIFIED IDEOGRAPH-24964",
    },
    Character {
        age: "3.1",
        codepoint: 0x24965,
        name: "CJK UNIFIED IDEOGRAPH-24965",
    },
    Character {
        age: "3.1",
        codepoint: 0x24966,
        name: "CJK UNIFIED IDEOGRAPH-24966",
    },
    Character {
        age: "3.1",
        codepoint: 0x24967,
        name: "CJK UNIFIED IDEOGRAPH-24967",
    },
    Character {
        age: "3.1",
        codepoint: 0x24968,
        name: "CJK UNIFIED IDEOGRAPH-24968",
    },
    Character {
        age: "3.1",
        codepoint: 0x24969,
        name: "CJK UNIFIED IDEOGRAPH-24969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2496A,
        name: "CJK UNIFIED IDEOGRAPH-2496A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2496B,
        name: "CJK UNIFIED IDEOGRAPH-2496B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2496C,
        name: "CJK UNIFIED IDEOGRAPH-2496C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2496D,
        name: "CJK UNIFIED IDEOGRAPH-2496D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2496E,
        name: "CJK UNIFIED IDEOGRAPH-2496E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2496F,
        name: "CJK UNIFIED IDEOGRAPH-2496F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24970,
        name: "CJK UNIFIED IDEOGRAPH-24970",
    },
    Character {
        age: "3.1",
        codepoint: 0x24971,
        name: "CJK UNIFIED IDEOGRAPH-24971",
    },
    Character {
        age: "3.1",
        codepoint: 0x24972,
        name: "CJK UNIFIED IDEOGRAPH-24972",
    },
    Character {
        age: "3.1",
        codepoint: 0x24973,
        name: "CJK UNIFIED IDEOGRAPH-24973",
    },
    Character {
        age: "3.1",
        codepoint: 0x24974,
        name: "CJK UNIFIED IDEOGRAPH-24974",
    },
    Character {
        age: "3.1",
        codepoint: 0x24975,
        name: "CJK UNIFIED IDEOGRAPH-24975",
    },
    Character {
        age: "3.1",
        codepoint: 0x24976,
        name: "CJK UNIFIED IDEOGRAPH-24976",
    },
    Character {
        age: "3.1",
        codepoint: 0x24977,
        name: "CJK UNIFIED IDEOGRAPH-24977",
    },
    Character {
        age: "3.1",
        codepoint: 0x24978,
        name: "CJK UNIFIED IDEOGRAPH-24978",
    },
    Character {
        age: "3.1",
        codepoint: 0x24979,
        name: "CJK UNIFIED IDEOGRAPH-24979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2497A,
        name: "CJK UNIFIED IDEOGRAPH-2497A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2497B,
        name: "CJK UNIFIED IDEOGRAPH-2497B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2497C,
        name: "CJK UNIFIED IDEOGRAPH-2497C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2497D,
        name: "CJK UNIFIED IDEOGRAPH-2497D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2497E,
        name: "CJK UNIFIED IDEOGRAPH-2497E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2497F,
        name: "CJK UNIFIED IDEOGRAPH-2497F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24980,
        name: "CJK UNIFIED IDEOGRAPH-24980",
    },
    Character {
        age: "3.1",
        codepoint: 0x24981,
        name: "CJK UNIFIED IDEOGRAPH-24981",
    },
    Character {
        age: "3.1",
        codepoint: 0x24982,
        name: "CJK UNIFIED IDEOGRAPH-24982",
    },
    Character {
        age: "3.1",
        codepoint: 0x24983,
        name: "CJK UNIFIED IDEOGRAPH-24983",
    },
    Character {
        age: "3.1",
        codepoint: 0x24984,
        name: "CJK UNIFIED IDEOGRAPH-24984",
    },
    Character {
        age: "3.1",
        codepoint: 0x24985,
        name: "CJK UNIFIED IDEOGRAPH-24985",
    },
    Character {
        age: "3.1",
        codepoint: 0x24986,
        name: "CJK UNIFIED IDEOGRAPH-24986",
    },
    Character {
        age: "3.1",
        codepoint: 0x24987,
        name: "CJK UNIFIED IDEOGRAPH-24987",
    },
    Character {
        age: "3.1",
        codepoint: 0x24988,
        name: "CJK UNIFIED IDEOGRAPH-24988",
    },
    Character {
        age: "3.1",
        codepoint: 0x24989,
        name: "CJK UNIFIED IDEOGRAPH-24989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2498A,
        name: "CJK UNIFIED IDEOGRAPH-2498A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2498B,
        name: "CJK UNIFIED IDEOGRAPH-2498B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2498C,
        name: "CJK UNIFIED IDEOGRAPH-2498C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2498D,
        name: "CJK UNIFIED IDEOGRAPH-2498D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2498E,
        name: "CJK UNIFIED IDEOGRAPH-2498E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2498F,
        name: "CJK UNIFIED IDEOGRAPH-2498F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24990,
        name: "CJK UNIFIED IDEOGRAPH-24990",
    },
    Character {
        age: "3.1",
        codepoint: 0x24991,
        name: "CJK UNIFIED IDEOGRAPH-24991",
    },
    Character {
        age: "3.1",
        codepoint: 0x24992,
        name: "CJK UNIFIED IDEOGRAPH-24992",
    },
    Character {
        age: "3.1",
        codepoint: 0x24993,
        name: "CJK UNIFIED IDEOGRAPH-24993",
    },
    Character {
        age: "3.1",
        codepoint: 0x24994,
        name: "CJK UNIFIED IDEOGRAPH-24994",
    },
    Character {
        age: "3.1",
        codepoint: 0x24995,
        name: "CJK UNIFIED IDEOGRAPH-24995",
    },
    Character {
        age: "3.1",
        codepoint: 0x24996,
        name: "CJK UNIFIED IDEOGRAPH-24996",
    },
    Character {
        age: "3.1",
        codepoint: 0x24997,
        name: "CJK UNIFIED IDEOGRAPH-24997",
    },
    Character {
        age: "3.1",
        codepoint: 0x24998,
        name: "CJK UNIFIED IDEOGRAPH-24998",
    },
    Character {
        age: "3.1",
        codepoint: 0x24999,
        name: "CJK UNIFIED IDEOGRAPH-24999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2499A,
        name: "CJK UNIFIED IDEOGRAPH-2499A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2499B,
        name: "CJK UNIFIED IDEOGRAPH-2499B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2499C,
        name: "CJK UNIFIED IDEOGRAPH-2499C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2499D,
        name: "CJK UNIFIED IDEOGRAPH-2499D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2499E,
        name: "CJK UNIFIED IDEOGRAPH-2499E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2499F,
        name: "CJK UNIFIED IDEOGRAPH-2499F",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A0,
        name: "CJK UNIFIED IDEOGRAPH-249A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A1,
        name: "CJK UNIFIED IDEOGRAPH-249A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A2,
        name: "CJK UNIFIED IDEOGRAPH-249A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A3,
        name: "CJK UNIFIED IDEOGRAPH-249A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A4,
        name: "CJK UNIFIED IDEOGRAPH-249A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A5,
        name: "CJK UNIFIED IDEOGRAPH-249A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A6,
        name: "CJK UNIFIED IDEOGRAPH-249A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A7,
        name: "CJK UNIFIED IDEOGRAPH-249A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A8,
        name: "CJK UNIFIED IDEOGRAPH-249A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x249A9,
        name: "CJK UNIFIED IDEOGRAPH-249A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x249AA,
        name: "CJK UNIFIED IDEOGRAPH-249AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x249AB,
        name: "CJK UNIFIED IDEOGRAPH-249AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x249AC,
        name: "CJK UNIFIED IDEOGRAPH-249AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x249AD,
        name: "CJK UNIFIED IDEOGRAPH-249AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x249AE,
        name: "CJK UNIFIED IDEOGRAPH-249AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x249AF,
        name: "CJK UNIFIED IDEOGRAPH-249AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B0,
        name: "CJK UNIFIED IDEOGRAPH-249B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B1,
        name: "CJK UNIFIED IDEOGRAPH-249B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B2,
        name: "CJK UNIFIED IDEOGRAPH-249B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B3,
        name: "CJK UNIFIED IDEOGRAPH-249B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B4,
        name: "CJK UNIFIED IDEOGRAPH-249B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B5,
        name: "CJK UNIFIED IDEOGRAPH-249B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B6,
        name: "CJK UNIFIED IDEOGRAPH-249B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B7,
        name: "CJK UNIFIED IDEOGRAPH-249B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B8,
        name: "CJK UNIFIED IDEOGRAPH-249B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x249B9,
        name: "CJK UNIFIED IDEOGRAPH-249B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x249BA,
        name: "CJK UNIFIED IDEOGRAPH-249BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x249BB,
        name: "CJK UNIFIED IDEOGRAPH-249BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x249BC,
        name: "CJK UNIFIED IDEOGRAPH-249BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x249BD,
        name: "CJK UNIFIED IDEOGRAPH-249BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x249BE,
        name: "CJK UNIFIED IDEOGRAPH-249BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x249BF,
        name: "CJK UNIFIED IDEOGRAPH-249BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C0,
        name: "CJK UNIFIED IDEOGRAPH-249C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C1,
        name: "CJK UNIFIED IDEOGRAPH-249C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C2,
        name: "CJK UNIFIED IDEOGRAPH-249C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C3,
        name: "CJK UNIFIED IDEOGRAPH-249C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C4,
        name: "CJK UNIFIED IDEOGRAPH-249C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C5,
        name: "CJK UNIFIED IDEOGRAPH-249C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C6,
        name: "CJK UNIFIED IDEOGRAPH-249C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C7,
        name: "CJK UNIFIED IDEOGRAPH-249C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C8,
        name: "CJK UNIFIED IDEOGRAPH-249C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x249C9,
        name: "CJK UNIFIED IDEOGRAPH-249C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x249CA,
        name: "CJK UNIFIED IDEOGRAPH-249CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x249CB,
        name: "CJK UNIFIED IDEOGRAPH-249CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x249CC,
        name: "CJK UNIFIED IDEOGRAPH-249CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x249CD,
        name: "CJK UNIFIED IDEOGRAPH-249CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x249CE,
        name: "CJK UNIFIED IDEOGRAPH-249CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x249CF,
        name: "CJK UNIFIED IDEOGRAPH-249CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D0,
        name: "CJK UNIFIED IDEOGRAPH-249D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D1,
        name: "CJK UNIFIED IDEOGRAPH-249D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D2,
        name: "CJK UNIFIED IDEOGRAPH-249D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D3,
        name: "CJK UNIFIED IDEOGRAPH-249D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D4,
        name: "CJK UNIFIED IDEOGRAPH-249D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D5,
        name: "CJK UNIFIED IDEOGRAPH-249D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D6,
        name: "CJK UNIFIED IDEOGRAPH-249D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D7,
        name: "CJK UNIFIED IDEOGRAPH-249D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D8,
        name: "CJK UNIFIED IDEOGRAPH-249D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x249D9,
        name: "CJK UNIFIED IDEOGRAPH-249D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x249DA,
        name: "CJK UNIFIED IDEOGRAPH-249DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x249DB,
        name: "CJK UNIFIED IDEOGRAPH-249DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x249DC,
        name: "CJK UNIFIED IDEOGRAPH-249DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x249DD,
        name: "CJK UNIFIED IDEOGRAPH-249DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x249DE,
        name: "CJK UNIFIED IDEOGRAPH-249DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x249DF,
        name: "CJK UNIFIED IDEOGRAPH-249DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E0,
        name: "CJK UNIFIED IDEOGRAPH-249E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E1,
        name: "CJK UNIFIED IDEOGRAPH-249E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E2,
        name: "CJK UNIFIED IDEOGRAPH-249E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E3,
        name: "CJK UNIFIED IDEOGRAPH-249E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E4,
        name: "CJK UNIFIED IDEOGRAPH-249E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E5,
        name: "CJK UNIFIED IDEOGRAPH-249E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E6,
        name: "CJK UNIFIED IDEOGRAPH-249E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E7,
        name: "CJK UNIFIED IDEOGRAPH-249E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E8,
        name: "CJK UNIFIED IDEOGRAPH-249E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x249E9,
        name: "CJK UNIFIED IDEOGRAPH-249E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x249EA,
        name: "CJK UNIFIED IDEOGRAPH-249EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x249EB,
        name: "CJK UNIFIED IDEOGRAPH-249EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x249EC,
        name: "CJK UNIFIED IDEOGRAPH-249EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x249ED,
        name: "CJK UNIFIED IDEOGRAPH-249ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x249EE,
        name: "CJK UNIFIED IDEOGRAPH-249EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x249EF,
        name: "CJK UNIFIED IDEOGRAPH-249EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F0,
        name: "CJK UNIFIED IDEOGRAPH-249F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F1,
        name: "CJK UNIFIED IDEOGRAPH-249F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F2,
        name: "CJK UNIFIED IDEOGRAPH-249F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F3,
        name: "CJK UNIFIED IDEOGRAPH-249F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F4,
        name: "CJK UNIFIED IDEOGRAPH-249F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F5,
        name: "CJK UNIFIED IDEOGRAPH-249F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F6,
        name: "CJK UNIFIED IDEOGRAPH-249F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F7,
        name: "CJK UNIFIED IDEOGRAPH-249F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F8,
        name: "CJK UNIFIED IDEOGRAPH-249F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x249F9,
        name: "CJK UNIFIED IDEOGRAPH-249F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x249FA,
        name: "CJK UNIFIED IDEOGRAPH-249FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x249FB,
        name: "CJK UNIFIED IDEOGRAPH-249FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x249FC,
        name: "CJK UNIFIED IDEOGRAPH-249FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x249FD,
        name: "CJK UNIFIED IDEOGRAPH-249FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x249FE,
        name: "CJK UNIFIED IDEOGRAPH-249FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x249FF,
        name: "CJK UNIFIED IDEOGRAPH-249FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A00,
        name: "CJK UNIFIED IDEOGRAPH-24A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A01,
        name: "CJK UNIFIED IDEOGRAPH-24A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A02,
        name: "CJK UNIFIED IDEOGRAPH-24A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A03,
        name: "CJK UNIFIED IDEOGRAPH-24A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A04,
        name: "CJK UNIFIED IDEOGRAPH-24A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A05,
        name: "CJK UNIFIED IDEOGRAPH-24A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A06,
        name: "CJK UNIFIED IDEOGRAPH-24A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A07,
        name: "CJK UNIFIED IDEOGRAPH-24A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A08,
        name: "CJK UNIFIED IDEOGRAPH-24A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A09,
        name: "CJK UNIFIED IDEOGRAPH-24A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A0A,
        name: "CJK UNIFIED IDEOGRAPH-24A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A0B,
        name: "CJK UNIFIED IDEOGRAPH-24A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A0C,
        name: "CJK UNIFIED IDEOGRAPH-24A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A0D,
        name: "CJK UNIFIED IDEOGRAPH-24A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A0E,
        name: "CJK UNIFIED IDEOGRAPH-24A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A0F,
        name: "CJK UNIFIED IDEOGRAPH-24A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A10,
        name: "CJK UNIFIED IDEOGRAPH-24A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A11,
        name: "CJK UNIFIED IDEOGRAPH-24A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A12,
        name: "CJK UNIFIED IDEOGRAPH-24A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A13,
        name: "CJK UNIFIED IDEOGRAPH-24A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A14,
        name: "CJK UNIFIED IDEOGRAPH-24A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A15,
        name: "CJK UNIFIED IDEOGRAPH-24A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A16,
        name: "CJK UNIFIED IDEOGRAPH-24A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A17,
        name: "CJK UNIFIED IDEOGRAPH-24A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A18,
        name: "CJK UNIFIED IDEOGRAPH-24A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A19,
        name: "CJK UNIFIED IDEOGRAPH-24A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A1A,
        name: "CJK UNIFIED IDEOGRAPH-24A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A1B,
        name: "CJK UNIFIED IDEOGRAPH-24A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A1C,
        name: "CJK UNIFIED IDEOGRAPH-24A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A1D,
        name: "CJK UNIFIED IDEOGRAPH-24A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A1E,
        name: "CJK UNIFIED IDEOGRAPH-24A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A1F,
        name: "CJK UNIFIED IDEOGRAPH-24A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A20,
        name: "CJK UNIFIED IDEOGRAPH-24A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A21,
        name: "CJK UNIFIED IDEOGRAPH-24A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A22,
        name: "CJK UNIFIED IDEOGRAPH-24A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A23,
        name: "CJK UNIFIED IDEOGRAPH-24A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A24,
        name: "CJK UNIFIED IDEOGRAPH-24A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A25,
        name: "CJK UNIFIED IDEOGRAPH-24A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A26,
        name: "CJK UNIFIED IDEOGRAPH-24A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A27,
        name: "CJK UNIFIED IDEOGRAPH-24A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A28,
        name: "CJK UNIFIED IDEOGRAPH-24A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A29,
        name: "CJK UNIFIED IDEOGRAPH-24A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A2A,
        name: "CJK UNIFIED IDEOGRAPH-24A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A2B,
        name: "CJK UNIFIED IDEOGRAPH-24A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A2C,
        name: "CJK UNIFIED IDEOGRAPH-24A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A2D,
        name: "CJK UNIFIED IDEOGRAPH-24A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A2E,
        name: "CJK UNIFIED IDEOGRAPH-24A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A2F,
        name: "CJK UNIFIED IDEOGRAPH-24A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A30,
        name: "CJK UNIFIED IDEOGRAPH-24A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A31,
        name: "CJK UNIFIED IDEOGRAPH-24A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A32,
        name: "CJK UNIFIED IDEOGRAPH-24A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A33,
        name: "CJK UNIFIED IDEOGRAPH-24A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A34,
        name: "CJK UNIFIED IDEOGRAPH-24A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A35,
        name: "CJK UNIFIED IDEOGRAPH-24A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A36,
        name: "CJK UNIFIED IDEOGRAPH-24A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A37,
        name: "CJK UNIFIED IDEOGRAPH-24A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A38,
        name: "CJK UNIFIED IDEOGRAPH-24A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A39,
        name: "CJK UNIFIED IDEOGRAPH-24A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A3A,
        name: "CJK UNIFIED IDEOGRAPH-24A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A3B,
        name: "CJK UNIFIED IDEOGRAPH-24A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A3C,
        name: "CJK UNIFIED IDEOGRAPH-24A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A3D,
        name: "CJK UNIFIED IDEOGRAPH-24A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A3E,
        name: "CJK UNIFIED IDEOGRAPH-24A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A3F,
        name: "CJK UNIFIED IDEOGRAPH-24A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A40,
        name: "CJK UNIFIED IDEOGRAPH-24A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A41,
        name: "CJK UNIFIED IDEOGRAPH-24A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A42,
        name: "CJK UNIFIED IDEOGRAPH-24A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A43,
        name: "CJK UNIFIED IDEOGRAPH-24A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A44,
        name: "CJK UNIFIED IDEOGRAPH-24A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A45,
        name: "CJK UNIFIED IDEOGRAPH-24A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A46,
        name: "CJK UNIFIED IDEOGRAPH-24A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A47,
        name: "CJK UNIFIED IDEOGRAPH-24A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A48,
        name: "CJK UNIFIED IDEOGRAPH-24A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A49,
        name: "CJK UNIFIED IDEOGRAPH-24A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A4A,
        name: "CJK UNIFIED IDEOGRAPH-24A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A4B,
        name: "CJK UNIFIED IDEOGRAPH-24A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A4C,
        name: "CJK UNIFIED IDEOGRAPH-24A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A4D,
        name: "CJK UNIFIED IDEOGRAPH-24A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A4E,
        name: "CJK UNIFIED IDEOGRAPH-24A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A4F,
        name: "CJK UNIFIED IDEOGRAPH-24A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A50,
        name: "CJK UNIFIED IDEOGRAPH-24A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A51,
        name: "CJK UNIFIED IDEOGRAPH-24A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A52,
        name: "CJK UNIFIED IDEOGRAPH-24A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A53,
        name: "CJK UNIFIED IDEOGRAPH-24A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A54,
        name: "CJK UNIFIED IDEOGRAPH-24A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A55,
        name: "CJK UNIFIED IDEOGRAPH-24A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A56,
        name: "CJK UNIFIED IDEOGRAPH-24A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A57,
        name: "CJK UNIFIED IDEOGRAPH-24A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A58,
        name: "CJK UNIFIED IDEOGRAPH-24A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A59,
        name: "CJK UNIFIED IDEOGRAPH-24A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A5A,
        name: "CJK UNIFIED IDEOGRAPH-24A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A5B,
        name: "CJK UNIFIED IDEOGRAPH-24A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A5C,
        name: "CJK UNIFIED IDEOGRAPH-24A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A5D,
        name: "CJK UNIFIED IDEOGRAPH-24A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A5E,
        name: "CJK UNIFIED IDEOGRAPH-24A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A5F,
        name: "CJK UNIFIED IDEOGRAPH-24A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A60,
        name: "CJK UNIFIED IDEOGRAPH-24A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A61,
        name: "CJK UNIFIED IDEOGRAPH-24A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A62,
        name: "CJK UNIFIED IDEOGRAPH-24A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A63,
        name: "CJK UNIFIED IDEOGRAPH-24A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A64,
        name: "CJK UNIFIED IDEOGRAPH-24A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A65,
        name: "CJK UNIFIED IDEOGRAPH-24A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A66,
        name: "CJK UNIFIED IDEOGRAPH-24A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A67,
        name: "CJK UNIFIED IDEOGRAPH-24A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A68,
        name: "CJK UNIFIED IDEOGRAPH-24A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A69,
        name: "CJK UNIFIED IDEOGRAPH-24A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A6A,
        name: "CJK UNIFIED IDEOGRAPH-24A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A6B,
        name: "CJK UNIFIED IDEOGRAPH-24A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A6C,
        name: "CJK UNIFIED IDEOGRAPH-24A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A6D,
        name: "CJK UNIFIED IDEOGRAPH-24A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A6E,
        name: "CJK UNIFIED IDEOGRAPH-24A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A6F,
        name: "CJK UNIFIED IDEOGRAPH-24A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A70,
        name: "CJK UNIFIED IDEOGRAPH-24A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A71,
        name: "CJK UNIFIED IDEOGRAPH-24A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A72,
        name: "CJK UNIFIED IDEOGRAPH-24A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A73,
        name: "CJK UNIFIED IDEOGRAPH-24A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A74,
        name: "CJK UNIFIED IDEOGRAPH-24A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A75,
        name: "CJK UNIFIED IDEOGRAPH-24A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A76,
        name: "CJK UNIFIED IDEOGRAPH-24A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A77,
        name: "CJK UNIFIED IDEOGRAPH-24A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A78,
        name: "CJK UNIFIED IDEOGRAPH-24A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A79,
        name: "CJK UNIFIED IDEOGRAPH-24A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A7A,
        name: "CJK UNIFIED IDEOGRAPH-24A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A7B,
        name: "CJK UNIFIED IDEOGRAPH-24A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A7C,
        name: "CJK UNIFIED IDEOGRAPH-24A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A7D,
        name: "CJK UNIFIED IDEOGRAPH-24A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A7E,
        name: "CJK UNIFIED IDEOGRAPH-24A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A7F,
        name: "CJK UNIFIED IDEOGRAPH-24A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A80,
        name: "CJK UNIFIED IDEOGRAPH-24A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A81,
        name: "CJK UNIFIED IDEOGRAPH-24A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A82,
        name: "CJK UNIFIED IDEOGRAPH-24A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A83,
        name: "CJK UNIFIED IDEOGRAPH-24A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A84,
        name: "CJK UNIFIED IDEOGRAPH-24A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A85,
        name: "CJK UNIFIED IDEOGRAPH-24A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A86,
        name: "CJK UNIFIED IDEOGRAPH-24A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A87,
        name: "CJK UNIFIED IDEOGRAPH-24A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A88,
        name: "CJK UNIFIED IDEOGRAPH-24A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A89,
        name: "CJK UNIFIED IDEOGRAPH-24A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A8A,
        name: "CJK UNIFIED IDEOGRAPH-24A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A8B,
        name: "CJK UNIFIED IDEOGRAPH-24A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A8C,
        name: "CJK UNIFIED IDEOGRAPH-24A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A8D,
        name: "CJK UNIFIED IDEOGRAPH-24A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A8E,
        name: "CJK UNIFIED IDEOGRAPH-24A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A8F,
        name: "CJK UNIFIED IDEOGRAPH-24A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A90,
        name: "CJK UNIFIED IDEOGRAPH-24A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A91,
        name: "CJK UNIFIED IDEOGRAPH-24A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A92,
        name: "CJK UNIFIED IDEOGRAPH-24A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A93,
        name: "CJK UNIFIED IDEOGRAPH-24A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A94,
        name: "CJK UNIFIED IDEOGRAPH-24A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A95,
        name: "CJK UNIFIED IDEOGRAPH-24A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A96,
        name: "CJK UNIFIED IDEOGRAPH-24A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A97,
        name: "CJK UNIFIED IDEOGRAPH-24A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A98,
        name: "CJK UNIFIED IDEOGRAPH-24A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A99,
        name: "CJK UNIFIED IDEOGRAPH-24A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A9A,
        name: "CJK UNIFIED IDEOGRAPH-24A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A9B,
        name: "CJK UNIFIED IDEOGRAPH-24A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A9C,
        name: "CJK UNIFIED IDEOGRAPH-24A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A9D,
        name: "CJK UNIFIED IDEOGRAPH-24A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A9E,
        name: "CJK UNIFIED IDEOGRAPH-24A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24A9F,
        name: "CJK UNIFIED IDEOGRAPH-24A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA0,
        name: "CJK UNIFIED IDEOGRAPH-24AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA1,
        name: "CJK UNIFIED IDEOGRAPH-24AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA2,
        name: "CJK UNIFIED IDEOGRAPH-24AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA3,
        name: "CJK UNIFIED IDEOGRAPH-24AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA4,
        name: "CJK UNIFIED IDEOGRAPH-24AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA5,
        name: "CJK UNIFIED IDEOGRAPH-24AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA6,
        name: "CJK UNIFIED IDEOGRAPH-24AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA7,
        name: "CJK UNIFIED IDEOGRAPH-24AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA8,
        name: "CJK UNIFIED IDEOGRAPH-24AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AA9,
        name: "CJK UNIFIED IDEOGRAPH-24AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AAA,
        name: "CJK UNIFIED IDEOGRAPH-24AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AAB,
        name: "CJK UNIFIED IDEOGRAPH-24AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AAC,
        name: "CJK UNIFIED IDEOGRAPH-24AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AAD,
        name: "CJK UNIFIED IDEOGRAPH-24AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AAE,
        name: "CJK UNIFIED IDEOGRAPH-24AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AAF,
        name: "CJK UNIFIED IDEOGRAPH-24AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB0,
        name: "CJK UNIFIED IDEOGRAPH-24AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB1,
        name: "CJK UNIFIED IDEOGRAPH-24AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB2,
        name: "CJK UNIFIED IDEOGRAPH-24AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB3,
        name: "CJK UNIFIED IDEOGRAPH-24AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB4,
        name: "CJK UNIFIED IDEOGRAPH-24AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB5,
        name: "CJK UNIFIED IDEOGRAPH-24AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB6,
        name: "CJK UNIFIED IDEOGRAPH-24AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB7,
        name: "CJK UNIFIED IDEOGRAPH-24AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB8,
        name: "CJK UNIFIED IDEOGRAPH-24AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AB9,
        name: "CJK UNIFIED IDEOGRAPH-24AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ABA,
        name: "CJK UNIFIED IDEOGRAPH-24ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ABB,
        name: "CJK UNIFIED IDEOGRAPH-24ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ABC,
        name: "CJK UNIFIED IDEOGRAPH-24ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ABD,
        name: "CJK UNIFIED IDEOGRAPH-24ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ABE,
        name: "CJK UNIFIED IDEOGRAPH-24ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ABF,
        name: "CJK UNIFIED IDEOGRAPH-24ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC0,
        name: "CJK UNIFIED IDEOGRAPH-24AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC1,
        name: "CJK UNIFIED IDEOGRAPH-24AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC2,
        name: "CJK UNIFIED IDEOGRAPH-24AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC3,
        name: "CJK UNIFIED IDEOGRAPH-24AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC4,
        name: "CJK UNIFIED IDEOGRAPH-24AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC5,
        name: "CJK UNIFIED IDEOGRAPH-24AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC6,
        name: "CJK UNIFIED IDEOGRAPH-24AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC7,
        name: "CJK UNIFIED IDEOGRAPH-24AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC8,
        name: "CJK UNIFIED IDEOGRAPH-24AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AC9,
        name: "CJK UNIFIED IDEOGRAPH-24AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ACA,
        name: "CJK UNIFIED IDEOGRAPH-24ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ACB,
        name: "CJK UNIFIED IDEOGRAPH-24ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ACC,
        name: "CJK UNIFIED IDEOGRAPH-24ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ACD,
        name: "CJK UNIFIED IDEOGRAPH-24ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ACE,
        name: "CJK UNIFIED IDEOGRAPH-24ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ACF,
        name: "CJK UNIFIED IDEOGRAPH-24ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD0,
        name: "CJK UNIFIED IDEOGRAPH-24AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD1,
        name: "CJK UNIFIED IDEOGRAPH-24AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD2,
        name: "CJK UNIFIED IDEOGRAPH-24AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD3,
        name: "CJK UNIFIED IDEOGRAPH-24AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD4,
        name: "CJK UNIFIED IDEOGRAPH-24AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD5,
        name: "CJK UNIFIED IDEOGRAPH-24AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD6,
        name: "CJK UNIFIED IDEOGRAPH-24AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD7,
        name: "CJK UNIFIED IDEOGRAPH-24AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD8,
        name: "CJK UNIFIED IDEOGRAPH-24AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AD9,
        name: "CJK UNIFIED IDEOGRAPH-24AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ADA,
        name: "CJK UNIFIED IDEOGRAPH-24ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ADB,
        name: "CJK UNIFIED IDEOGRAPH-24ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ADC,
        name: "CJK UNIFIED IDEOGRAPH-24ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ADD,
        name: "CJK UNIFIED IDEOGRAPH-24ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ADE,
        name: "CJK UNIFIED IDEOGRAPH-24ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ADF,
        name: "CJK UNIFIED IDEOGRAPH-24ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE0,
        name: "CJK UNIFIED IDEOGRAPH-24AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE1,
        name: "CJK UNIFIED IDEOGRAPH-24AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE2,
        name: "CJK UNIFIED IDEOGRAPH-24AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE3,
        name: "CJK UNIFIED IDEOGRAPH-24AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE4,
        name: "CJK UNIFIED IDEOGRAPH-24AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE5,
        name: "CJK UNIFIED IDEOGRAPH-24AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE6,
        name: "CJK UNIFIED IDEOGRAPH-24AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE7,
        name: "CJK UNIFIED IDEOGRAPH-24AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE8,
        name: "CJK UNIFIED IDEOGRAPH-24AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AE9,
        name: "CJK UNIFIED IDEOGRAPH-24AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AEA,
        name: "CJK UNIFIED IDEOGRAPH-24AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AEB,
        name: "CJK UNIFIED IDEOGRAPH-24AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AEC,
        name: "CJK UNIFIED IDEOGRAPH-24AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AED,
        name: "CJK UNIFIED IDEOGRAPH-24AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AEE,
        name: "CJK UNIFIED IDEOGRAPH-24AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AEF,
        name: "CJK UNIFIED IDEOGRAPH-24AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF0,
        name: "CJK UNIFIED IDEOGRAPH-24AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF1,
        name: "CJK UNIFIED IDEOGRAPH-24AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF2,
        name: "CJK UNIFIED IDEOGRAPH-24AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF3,
        name: "CJK UNIFIED IDEOGRAPH-24AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF4,
        name: "CJK UNIFIED IDEOGRAPH-24AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF5,
        name: "CJK UNIFIED IDEOGRAPH-24AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF6,
        name: "CJK UNIFIED IDEOGRAPH-24AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF7,
        name: "CJK UNIFIED IDEOGRAPH-24AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF8,
        name: "CJK UNIFIED IDEOGRAPH-24AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AF9,
        name: "CJK UNIFIED IDEOGRAPH-24AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AFA,
        name: "CJK UNIFIED IDEOGRAPH-24AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AFB,
        name: "CJK UNIFIED IDEOGRAPH-24AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AFC,
        name: "CJK UNIFIED IDEOGRAPH-24AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AFD,
        name: "CJK UNIFIED IDEOGRAPH-24AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AFE,
        name: "CJK UNIFIED IDEOGRAPH-24AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24AFF,
        name: "CJK UNIFIED IDEOGRAPH-24AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B00,
        name: "CJK UNIFIED IDEOGRAPH-24B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B01,
        name: "CJK UNIFIED IDEOGRAPH-24B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B02,
        name: "CJK UNIFIED IDEOGRAPH-24B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B03,
        name: "CJK UNIFIED IDEOGRAPH-24B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B04,
        name: "CJK UNIFIED IDEOGRAPH-24B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B05,
        name: "CJK UNIFIED IDEOGRAPH-24B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B06,
        name: "CJK UNIFIED IDEOGRAPH-24B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B07,
        name: "CJK UNIFIED IDEOGRAPH-24B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B08,
        name: "CJK UNIFIED IDEOGRAPH-24B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B09,
        name: "CJK UNIFIED IDEOGRAPH-24B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B0A,
        name: "CJK UNIFIED IDEOGRAPH-24B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B0B,
        name: "CJK UNIFIED IDEOGRAPH-24B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B0C,
        name: "CJK UNIFIED IDEOGRAPH-24B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B0D,
        name: "CJK UNIFIED IDEOGRAPH-24B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B0E,
        name: "CJK UNIFIED IDEOGRAPH-24B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B0F,
        name: "CJK UNIFIED IDEOGRAPH-24B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B10,
        name: "CJK UNIFIED IDEOGRAPH-24B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B11,
        name: "CJK UNIFIED IDEOGRAPH-24B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B12,
        name: "CJK UNIFIED IDEOGRAPH-24B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B13,
        name: "CJK UNIFIED IDEOGRAPH-24B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B14,
        name: "CJK UNIFIED IDEOGRAPH-24B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B15,
        name: "CJK UNIFIED IDEOGRAPH-24B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B16,
        name: "CJK UNIFIED IDEOGRAPH-24B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B17,
        name: "CJK UNIFIED IDEOGRAPH-24B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B18,
        name: "CJK UNIFIED IDEOGRAPH-24B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B19,
        name: "CJK UNIFIED IDEOGRAPH-24B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B1A,
        name: "CJK UNIFIED IDEOGRAPH-24B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B1B,
        name: "CJK UNIFIED IDEOGRAPH-24B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B1C,
        name: "CJK UNIFIED IDEOGRAPH-24B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B1D,
        name: "CJK UNIFIED IDEOGRAPH-24B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B1E,
        name: "CJK UNIFIED IDEOGRAPH-24B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B1F,
        name: "CJK UNIFIED IDEOGRAPH-24B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B20,
        name: "CJK UNIFIED IDEOGRAPH-24B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B21,
        name: "CJK UNIFIED IDEOGRAPH-24B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B22,
        name: "CJK UNIFIED IDEOGRAPH-24B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B23,
        name: "CJK UNIFIED IDEOGRAPH-24B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B24,
        name: "CJK UNIFIED IDEOGRAPH-24B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B25,
        name: "CJK UNIFIED IDEOGRAPH-24B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B26,
        name: "CJK UNIFIED IDEOGRAPH-24B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B27,
        name: "CJK UNIFIED IDEOGRAPH-24B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B28,
        name: "CJK UNIFIED IDEOGRAPH-24B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B29,
        name: "CJK UNIFIED IDEOGRAPH-24B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B2A,
        name: "CJK UNIFIED IDEOGRAPH-24B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B2B,
        name: "CJK UNIFIED IDEOGRAPH-24B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B2C,
        name: "CJK UNIFIED IDEOGRAPH-24B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B2D,
        name: "CJK UNIFIED IDEOGRAPH-24B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B2E,
        name: "CJK UNIFIED IDEOGRAPH-24B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B2F,
        name: "CJK UNIFIED IDEOGRAPH-24B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B30,
        name: "CJK UNIFIED IDEOGRAPH-24B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B31,
        name: "CJK UNIFIED IDEOGRAPH-24B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B32,
        name: "CJK UNIFIED IDEOGRAPH-24B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B33,
        name: "CJK UNIFIED IDEOGRAPH-24B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B34,
        name: "CJK UNIFIED IDEOGRAPH-24B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B35,
        name: "CJK UNIFIED IDEOGRAPH-24B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B36,
        name: "CJK UNIFIED IDEOGRAPH-24B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B37,
        name: "CJK UNIFIED IDEOGRAPH-24B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B38,
        name: "CJK UNIFIED IDEOGRAPH-24B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B39,
        name: "CJK UNIFIED IDEOGRAPH-24B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B3A,
        name: "CJK UNIFIED IDEOGRAPH-24B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B3B,
        name: "CJK UNIFIED IDEOGRAPH-24B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B3C,
        name: "CJK UNIFIED IDEOGRAPH-24B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B3D,
        name: "CJK UNIFIED IDEOGRAPH-24B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B3E,
        name: "CJK UNIFIED IDEOGRAPH-24B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B3F,
        name: "CJK UNIFIED IDEOGRAPH-24B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B40,
        name: "CJK UNIFIED IDEOGRAPH-24B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B41,
        name: "CJK UNIFIED IDEOGRAPH-24B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B42,
        name: "CJK UNIFIED IDEOGRAPH-24B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B43,
        name: "CJK UNIFIED IDEOGRAPH-24B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B44,
        name: "CJK UNIFIED IDEOGRAPH-24B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B45,
        name: "CJK UNIFIED IDEOGRAPH-24B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B46,
        name: "CJK UNIFIED IDEOGRAPH-24B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B47,
        name: "CJK UNIFIED IDEOGRAPH-24B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B48,
        name: "CJK UNIFIED IDEOGRAPH-24B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B49,
        name: "CJK UNIFIED IDEOGRAPH-24B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B4A,
        name: "CJK UNIFIED IDEOGRAPH-24B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B4B,
        name: "CJK UNIFIED IDEOGRAPH-24B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B4C,
        name: "CJK UNIFIED IDEOGRAPH-24B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B4D,
        name: "CJK UNIFIED IDEOGRAPH-24B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B4E,
        name: "CJK UNIFIED IDEOGRAPH-24B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B4F,
        name: "CJK UNIFIED IDEOGRAPH-24B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B50,
        name: "CJK UNIFIED IDEOGRAPH-24B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B51,
        name: "CJK UNIFIED IDEOGRAPH-24B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B52,
        name: "CJK UNIFIED IDEOGRAPH-24B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B53,
        name: "CJK UNIFIED IDEOGRAPH-24B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B54,
        name: "CJK UNIFIED IDEOGRAPH-24B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B55,
        name: "CJK UNIFIED IDEOGRAPH-24B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B56,
        name: "CJK UNIFIED IDEOGRAPH-24B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B57,
        name: "CJK UNIFIED IDEOGRAPH-24B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B58,
        name: "CJK UNIFIED IDEOGRAPH-24B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B59,
        name: "CJK UNIFIED IDEOGRAPH-24B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B5A,
        name: "CJK UNIFIED IDEOGRAPH-24B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B5B,
        name: "CJK UNIFIED IDEOGRAPH-24B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B5C,
        name: "CJK UNIFIED IDEOGRAPH-24B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B5D,
        name: "CJK UNIFIED IDEOGRAPH-24B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B5E,
        name: "CJK UNIFIED IDEOGRAPH-24B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B5F,
        name: "CJK UNIFIED IDEOGRAPH-24B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B60,
        name: "CJK UNIFIED IDEOGRAPH-24B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B61,
        name: "CJK UNIFIED IDEOGRAPH-24B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B62,
        name: "CJK UNIFIED IDEOGRAPH-24B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B63,
        name: "CJK UNIFIED IDEOGRAPH-24B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B64,
        name: "CJK UNIFIED IDEOGRAPH-24B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B65,
        name: "CJK UNIFIED IDEOGRAPH-24B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B66,
        name: "CJK UNIFIED IDEOGRAPH-24B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B67,
        name: "CJK UNIFIED IDEOGRAPH-24B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B68,
        name: "CJK UNIFIED IDEOGRAPH-24B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B69,
        name: "CJK UNIFIED IDEOGRAPH-24B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B6A,
        name: "CJK UNIFIED IDEOGRAPH-24B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B6B,
        name: "CJK UNIFIED IDEOGRAPH-24B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B6C,
        name: "CJK UNIFIED IDEOGRAPH-24B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B6D,
        name: "CJK UNIFIED IDEOGRAPH-24B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B6E,
        name: "CJK UNIFIED IDEOGRAPH-24B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B6F,
        name: "CJK UNIFIED IDEOGRAPH-24B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B70,
        name: "CJK UNIFIED IDEOGRAPH-24B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B71,
        name: "CJK UNIFIED IDEOGRAPH-24B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B72,
        name: "CJK UNIFIED IDEOGRAPH-24B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B73,
        name: "CJK UNIFIED IDEOGRAPH-24B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B74,
        name: "CJK UNIFIED IDEOGRAPH-24B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B75,
        name: "CJK UNIFIED IDEOGRAPH-24B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B76,
        name: "CJK UNIFIED IDEOGRAPH-24B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B77,
        name: "CJK UNIFIED IDEOGRAPH-24B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B78,
        name: "CJK UNIFIED IDEOGRAPH-24B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B79,
        name: "CJK UNIFIED IDEOGRAPH-24B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B7A,
        name: "CJK UNIFIED IDEOGRAPH-24B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B7B,
        name: "CJK UNIFIED IDEOGRAPH-24B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B7C,
        name: "CJK UNIFIED IDEOGRAPH-24B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B7D,
        name: "CJK UNIFIED IDEOGRAPH-24B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B7E,
        name: "CJK UNIFIED IDEOGRAPH-24B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B7F,
        name: "CJK UNIFIED IDEOGRAPH-24B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B80,
        name: "CJK UNIFIED IDEOGRAPH-24B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B81,
        name: "CJK UNIFIED IDEOGRAPH-24B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B82,
        name: "CJK UNIFIED IDEOGRAPH-24B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B83,
        name: "CJK UNIFIED IDEOGRAPH-24B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B84,
        name: "CJK UNIFIED IDEOGRAPH-24B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B85,
        name: "CJK UNIFIED IDEOGRAPH-24B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B86,
        name: "CJK UNIFIED IDEOGRAPH-24B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B87,
        name: "CJK UNIFIED IDEOGRAPH-24B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B88,
        name: "CJK UNIFIED IDEOGRAPH-24B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B89,
        name: "CJK UNIFIED IDEOGRAPH-24B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B8A,
        name: "CJK UNIFIED IDEOGRAPH-24B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B8B,
        name: "CJK UNIFIED IDEOGRAPH-24B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B8C,
        name: "CJK UNIFIED IDEOGRAPH-24B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B8D,
        name: "CJK UNIFIED IDEOGRAPH-24B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B8E,
        name: "CJK UNIFIED IDEOGRAPH-24B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B8F,
        name: "CJK UNIFIED IDEOGRAPH-24B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B90,
        name: "CJK UNIFIED IDEOGRAPH-24B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B91,
        name: "CJK UNIFIED IDEOGRAPH-24B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B92,
        name: "CJK UNIFIED IDEOGRAPH-24B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B93,
        name: "CJK UNIFIED IDEOGRAPH-24B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B94,
        name: "CJK UNIFIED IDEOGRAPH-24B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B95,
        name: "CJK UNIFIED IDEOGRAPH-24B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B96,
        name: "CJK UNIFIED IDEOGRAPH-24B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B97,
        name: "CJK UNIFIED IDEOGRAPH-24B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B98,
        name: "CJK UNIFIED IDEOGRAPH-24B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B99,
        name: "CJK UNIFIED IDEOGRAPH-24B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B9A,
        name: "CJK UNIFIED IDEOGRAPH-24B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B9B,
        name: "CJK UNIFIED IDEOGRAPH-24B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B9C,
        name: "CJK UNIFIED IDEOGRAPH-24B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B9D,
        name: "CJK UNIFIED IDEOGRAPH-24B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B9E,
        name: "CJK UNIFIED IDEOGRAPH-24B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24B9F,
        name: "CJK UNIFIED IDEOGRAPH-24B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA0,
        name: "CJK UNIFIED IDEOGRAPH-24BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA1,
        name: "CJK UNIFIED IDEOGRAPH-24BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA2,
        name: "CJK UNIFIED IDEOGRAPH-24BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA3,
        name: "CJK UNIFIED IDEOGRAPH-24BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA4,
        name: "CJK UNIFIED IDEOGRAPH-24BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA5,
        name: "CJK UNIFIED IDEOGRAPH-24BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA6,
        name: "CJK UNIFIED IDEOGRAPH-24BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA7,
        name: "CJK UNIFIED IDEOGRAPH-24BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA8,
        name: "CJK UNIFIED IDEOGRAPH-24BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BA9,
        name: "CJK UNIFIED IDEOGRAPH-24BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BAA,
        name: "CJK UNIFIED IDEOGRAPH-24BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BAB,
        name: "CJK UNIFIED IDEOGRAPH-24BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BAC,
        name: "CJK UNIFIED IDEOGRAPH-24BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BAD,
        name: "CJK UNIFIED IDEOGRAPH-24BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BAE,
        name: "CJK UNIFIED IDEOGRAPH-24BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BAF,
        name: "CJK UNIFIED IDEOGRAPH-24BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB0,
        name: "CJK UNIFIED IDEOGRAPH-24BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB1,
        name: "CJK UNIFIED IDEOGRAPH-24BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB2,
        name: "CJK UNIFIED IDEOGRAPH-24BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB3,
        name: "CJK UNIFIED IDEOGRAPH-24BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB4,
        name: "CJK UNIFIED IDEOGRAPH-24BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB5,
        name: "CJK UNIFIED IDEOGRAPH-24BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB6,
        name: "CJK UNIFIED IDEOGRAPH-24BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB7,
        name: "CJK UNIFIED IDEOGRAPH-24BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB8,
        name: "CJK UNIFIED IDEOGRAPH-24BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BB9,
        name: "CJK UNIFIED IDEOGRAPH-24BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BBA,
        name: "CJK UNIFIED IDEOGRAPH-24BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BBB,
        name: "CJK UNIFIED IDEOGRAPH-24BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BBC,
        name: "CJK UNIFIED IDEOGRAPH-24BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BBD,
        name: "CJK UNIFIED IDEOGRAPH-24BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BBE,
        name: "CJK UNIFIED IDEOGRAPH-24BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BBF,
        name: "CJK UNIFIED IDEOGRAPH-24BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC0,
        name: "CJK UNIFIED IDEOGRAPH-24BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC1,
        name: "CJK UNIFIED IDEOGRAPH-24BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC2,
        name: "CJK UNIFIED IDEOGRAPH-24BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC3,
        name: "CJK UNIFIED IDEOGRAPH-24BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC4,
        name: "CJK UNIFIED IDEOGRAPH-24BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC5,
        name: "CJK UNIFIED IDEOGRAPH-24BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC6,
        name: "CJK UNIFIED IDEOGRAPH-24BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC7,
        name: "CJK UNIFIED IDEOGRAPH-24BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC8,
        name: "CJK UNIFIED IDEOGRAPH-24BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BC9,
        name: "CJK UNIFIED IDEOGRAPH-24BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BCA,
        name: "CJK UNIFIED IDEOGRAPH-24BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BCB,
        name: "CJK UNIFIED IDEOGRAPH-24BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BCC,
        name: "CJK UNIFIED IDEOGRAPH-24BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BCD,
        name: "CJK UNIFIED IDEOGRAPH-24BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BCE,
        name: "CJK UNIFIED IDEOGRAPH-24BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BCF,
        name: "CJK UNIFIED IDEOGRAPH-24BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD0,
        name: "CJK UNIFIED IDEOGRAPH-24BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD1,
        name: "CJK UNIFIED IDEOGRAPH-24BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD2,
        name: "CJK UNIFIED IDEOGRAPH-24BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD3,
        name: "CJK UNIFIED IDEOGRAPH-24BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD4,
        name: "CJK UNIFIED IDEOGRAPH-24BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD5,
        name: "CJK UNIFIED IDEOGRAPH-24BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD6,
        name: "CJK UNIFIED IDEOGRAPH-24BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD7,
        name: "CJK UNIFIED IDEOGRAPH-24BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD8,
        name: "CJK UNIFIED IDEOGRAPH-24BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BD9,
        name: "CJK UNIFIED IDEOGRAPH-24BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BDA,
        name: "CJK UNIFIED IDEOGRAPH-24BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BDB,
        name: "CJK UNIFIED IDEOGRAPH-24BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BDC,
        name: "CJK UNIFIED IDEOGRAPH-24BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BDD,
        name: "CJK UNIFIED IDEOGRAPH-24BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BDE,
        name: "CJK UNIFIED IDEOGRAPH-24BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BDF,
        name: "CJK UNIFIED IDEOGRAPH-24BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE0,
        name: "CJK UNIFIED IDEOGRAPH-24BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE1,
        name: "CJK UNIFIED IDEOGRAPH-24BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE2,
        name: "CJK UNIFIED IDEOGRAPH-24BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE3,
        name: "CJK UNIFIED IDEOGRAPH-24BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE4,
        name: "CJK UNIFIED IDEOGRAPH-24BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE5,
        name: "CJK UNIFIED IDEOGRAPH-24BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE6,
        name: "CJK UNIFIED IDEOGRAPH-24BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE7,
        name: "CJK UNIFIED IDEOGRAPH-24BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE8,
        name: "CJK UNIFIED IDEOGRAPH-24BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BE9,
        name: "CJK UNIFIED IDEOGRAPH-24BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BEA,
        name: "CJK UNIFIED IDEOGRAPH-24BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BEB,
        name: "CJK UNIFIED IDEOGRAPH-24BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BEC,
        name: "CJK UNIFIED IDEOGRAPH-24BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BED,
        name: "CJK UNIFIED IDEOGRAPH-24BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BEE,
        name: "CJK UNIFIED IDEOGRAPH-24BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BEF,
        name: "CJK UNIFIED IDEOGRAPH-24BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF0,
        name: "CJK UNIFIED IDEOGRAPH-24BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF1,
        name: "CJK UNIFIED IDEOGRAPH-24BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF2,
        name: "CJK UNIFIED IDEOGRAPH-24BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF3,
        name: "CJK UNIFIED IDEOGRAPH-24BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF4,
        name: "CJK UNIFIED IDEOGRAPH-24BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF5,
        name: "CJK UNIFIED IDEOGRAPH-24BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF6,
        name: "CJK UNIFIED IDEOGRAPH-24BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF7,
        name: "CJK UNIFIED IDEOGRAPH-24BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF8,
        name: "CJK UNIFIED IDEOGRAPH-24BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BF9,
        name: "CJK UNIFIED IDEOGRAPH-24BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BFA,
        name: "CJK UNIFIED IDEOGRAPH-24BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BFB,
        name: "CJK UNIFIED IDEOGRAPH-24BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BFC,
        name: "CJK UNIFIED IDEOGRAPH-24BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BFD,
        name: "CJK UNIFIED IDEOGRAPH-24BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BFE,
        name: "CJK UNIFIED IDEOGRAPH-24BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24BFF,
        name: "CJK UNIFIED IDEOGRAPH-24BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C00,
        name: "CJK UNIFIED IDEOGRAPH-24C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C01,
        name: "CJK UNIFIED IDEOGRAPH-24C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C02,
        name: "CJK UNIFIED IDEOGRAPH-24C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C03,
        name: "CJK UNIFIED IDEOGRAPH-24C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C04,
        name: "CJK UNIFIED IDEOGRAPH-24C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C05,
        name: "CJK UNIFIED IDEOGRAPH-24C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C06,
        name: "CJK UNIFIED IDEOGRAPH-24C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C07,
        name: "CJK UNIFIED IDEOGRAPH-24C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C08,
        name: "CJK UNIFIED IDEOGRAPH-24C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C09,
        name: "CJK UNIFIED IDEOGRAPH-24C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C0A,
        name: "CJK UNIFIED IDEOGRAPH-24C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C0B,
        name: "CJK UNIFIED IDEOGRAPH-24C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C0C,
        name: "CJK UNIFIED IDEOGRAPH-24C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C0D,
        name: "CJK UNIFIED IDEOGRAPH-24C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C0E,
        name: "CJK UNIFIED IDEOGRAPH-24C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C0F,
        name: "CJK UNIFIED IDEOGRAPH-24C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C10,
        name: "CJK UNIFIED IDEOGRAPH-24C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C11,
        name: "CJK UNIFIED IDEOGRAPH-24C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C12,
        name: "CJK UNIFIED IDEOGRAPH-24C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C13,
        name: "CJK UNIFIED IDEOGRAPH-24C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C14,
        name: "CJK UNIFIED IDEOGRAPH-24C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C15,
        name: "CJK UNIFIED IDEOGRAPH-24C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C16,
        name: "CJK UNIFIED IDEOGRAPH-24C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C17,
        name: "CJK UNIFIED IDEOGRAPH-24C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C18,
        name: "CJK UNIFIED IDEOGRAPH-24C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C19,
        name: "CJK UNIFIED IDEOGRAPH-24C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C1A,
        name: "CJK UNIFIED IDEOGRAPH-24C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C1B,
        name: "CJK UNIFIED IDEOGRAPH-24C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C1C,
        name: "CJK UNIFIED IDEOGRAPH-24C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C1D,
        name: "CJK UNIFIED IDEOGRAPH-24C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C1E,
        name: "CJK UNIFIED IDEOGRAPH-24C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C1F,
        name: "CJK UNIFIED IDEOGRAPH-24C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C20,
        name: "CJK UNIFIED IDEOGRAPH-24C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C21,
        name: "CJK UNIFIED IDEOGRAPH-24C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C22,
        name: "CJK UNIFIED IDEOGRAPH-24C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C23,
        name: "CJK UNIFIED IDEOGRAPH-24C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C24,
        name: "CJK UNIFIED IDEOGRAPH-24C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C25,
        name: "CJK UNIFIED IDEOGRAPH-24C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C26,
        name: "CJK UNIFIED IDEOGRAPH-24C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C27,
        name: "CJK UNIFIED IDEOGRAPH-24C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C28,
        name: "CJK UNIFIED IDEOGRAPH-24C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C29,
        name: "CJK UNIFIED IDEOGRAPH-24C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C2A,
        name: "CJK UNIFIED IDEOGRAPH-24C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C2B,
        name: "CJK UNIFIED IDEOGRAPH-24C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C2C,
        name: "CJK UNIFIED IDEOGRAPH-24C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C2D,
        name: "CJK UNIFIED IDEOGRAPH-24C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C2E,
        name: "CJK UNIFIED IDEOGRAPH-24C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C2F,
        name: "CJK UNIFIED IDEOGRAPH-24C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C30,
        name: "CJK UNIFIED IDEOGRAPH-24C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C31,
        name: "CJK UNIFIED IDEOGRAPH-24C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C32,
        name: "CJK UNIFIED IDEOGRAPH-24C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C33,
        name: "CJK UNIFIED IDEOGRAPH-24C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C34,
        name: "CJK UNIFIED IDEOGRAPH-24C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C35,
        name: "CJK UNIFIED IDEOGRAPH-24C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C36,
        name: "CJK UNIFIED IDEOGRAPH-24C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C37,
        name: "CJK UNIFIED IDEOGRAPH-24C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C38,
        name: "CJK UNIFIED IDEOGRAPH-24C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C39,
        name: "CJK UNIFIED IDEOGRAPH-24C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C3A,
        name: "CJK UNIFIED IDEOGRAPH-24C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C3B,
        name: "CJK UNIFIED IDEOGRAPH-24C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C3C,
        name: "CJK UNIFIED IDEOGRAPH-24C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C3D,
        name: "CJK UNIFIED IDEOGRAPH-24C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C3E,
        name: "CJK UNIFIED IDEOGRAPH-24C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C3F,
        name: "CJK UNIFIED IDEOGRAPH-24C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C40,
        name: "CJK UNIFIED IDEOGRAPH-24C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C41,
        name: "CJK UNIFIED IDEOGRAPH-24C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C42,
        name: "CJK UNIFIED IDEOGRAPH-24C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C43,
        name: "CJK UNIFIED IDEOGRAPH-24C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C44,
        name: "CJK UNIFIED IDEOGRAPH-24C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C45,
        name: "CJK UNIFIED IDEOGRAPH-24C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C46,
        name: "CJK UNIFIED IDEOGRAPH-24C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C47,
        name: "CJK UNIFIED IDEOGRAPH-24C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C48,
        name: "CJK UNIFIED IDEOGRAPH-24C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C49,
        name: "CJK UNIFIED IDEOGRAPH-24C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C4A,
        name: "CJK UNIFIED IDEOGRAPH-24C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C4B,
        name: "CJK UNIFIED IDEOGRAPH-24C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C4C,
        name: "CJK UNIFIED IDEOGRAPH-24C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C4D,
        name: "CJK UNIFIED IDEOGRAPH-24C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C4E,
        name: "CJK UNIFIED IDEOGRAPH-24C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C4F,
        name: "CJK UNIFIED IDEOGRAPH-24C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C50,
        name: "CJK UNIFIED IDEOGRAPH-24C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C51,
        name: "CJK UNIFIED IDEOGRAPH-24C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C52,
        name: "CJK UNIFIED IDEOGRAPH-24C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C53,
        name: "CJK UNIFIED IDEOGRAPH-24C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C54,
        name: "CJK UNIFIED IDEOGRAPH-24C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C55,
        name: "CJK UNIFIED IDEOGRAPH-24C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C56,
        name: "CJK UNIFIED IDEOGRAPH-24C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C57,
        name: "CJK UNIFIED IDEOGRAPH-24C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C58,
        name: "CJK UNIFIED IDEOGRAPH-24C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C59,
        name: "CJK UNIFIED IDEOGRAPH-24C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C5A,
        name: "CJK UNIFIED IDEOGRAPH-24C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C5B,
        name: "CJK UNIFIED IDEOGRAPH-24C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C5C,
        name: "CJK UNIFIED IDEOGRAPH-24C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C5D,
        name: "CJK UNIFIED IDEOGRAPH-24C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C5E,
        name: "CJK UNIFIED IDEOGRAPH-24C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C5F,
        name: "CJK UNIFIED IDEOGRAPH-24C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C60,
        name: "CJK UNIFIED IDEOGRAPH-24C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C61,
        name: "CJK UNIFIED IDEOGRAPH-24C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C62,
        name: "CJK UNIFIED IDEOGRAPH-24C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C63,
        name: "CJK UNIFIED IDEOGRAPH-24C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C64,
        name: "CJK UNIFIED IDEOGRAPH-24C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C65,
        name: "CJK UNIFIED IDEOGRAPH-24C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C66,
        name: "CJK UNIFIED IDEOGRAPH-24C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C67,
        name: "CJK UNIFIED IDEOGRAPH-24C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C68,
        name: "CJK UNIFIED IDEOGRAPH-24C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C69,
        name: "CJK UNIFIED IDEOGRAPH-24C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C6A,
        name: "CJK UNIFIED IDEOGRAPH-24C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C6B,
        name: "CJK UNIFIED IDEOGRAPH-24C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C6C,
        name: "CJK UNIFIED IDEOGRAPH-24C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C6D,
        name: "CJK UNIFIED IDEOGRAPH-24C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C6E,
        name: "CJK UNIFIED IDEOGRAPH-24C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C6F,
        name: "CJK UNIFIED IDEOGRAPH-24C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C70,
        name: "CJK UNIFIED IDEOGRAPH-24C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C71,
        name: "CJK UNIFIED IDEOGRAPH-24C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C72,
        name: "CJK UNIFIED IDEOGRAPH-24C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C73,
        name: "CJK UNIFIED IDEOGRAPH-24C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C74,
        name: "CJK UNIFIED IDEOGRAPH-24C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C75,
        name: "CJK UNIFIED IDEOGRAPH-24C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C76,
        name: "CJK UNIFIED IDEOGRAPH-24C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C77,
        name: "CJK UNIFIED IDEOGRAPH-24C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C78,
        name: "CJK UNIFIED IDEOGRAPH-24C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C79,
        name: "CJK UNIFIED IDEOGRAPH-24C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C7A,
        name: "CJK UNIFIED IDEOGRAPH-24C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C7B,
        name: "CJK UNIFIED IDEOGRAPH-24C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C7C,
        name: "CJK UNIFIED IDEOGRAPH-24C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C7D,
        name: "CJK UNIFIED IDEOGRAPH-24C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C7E,
        name: "CJK UNIFIED IDEOGRAPH-24C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C7F,
        name: "CJK UNIFIED IDEOGRAPH-24C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C80,
        name: "CJK UNIFIED IDEOGRAPH-24C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C81,
        name: "CJK UNIFIED IDEOGRAPH-24C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C82,
        name: "CJK UNIFIED IDEOGRAPH-24C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C83,
        name: "CJK UNIFIED IDEOGRAPH-24C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C84,
        name: "CJK UNIFIED IDEOGRAPH-24C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C85,
        name: "CJK UNIFIED IDEOGRAPH-24C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C86,
        name: "CJK UNIFIED IDEOGRAPH-24C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C87,
        name: "CJK UNIFIED IDEOGRAPH-24C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C88,
        name: "CJK UNIFIED IDEOGRAPH-24C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C89,
        name: "CJK UNIFIED IDEOGRAPH-24C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C8A,
        name: "CJK UNIFIED IDEOGRAPH-24C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C8B,
        name: "CJK UNIFIED IDEOGRAPH-24C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C8C,
        name: "CJK UNIFIED IDEOGRAPH-24C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C8D,
        name: "CJK UNIFIED IDEOGRAPH-24C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C8E,
        name: "CJK UNIFIED IDEOGRAPH-24C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C8F,
        name: "CJK UNIFIED IDEOGRAPH-24C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C90,
        name: "CJK UNIFIED IDEOGRAPH-24C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C91,
        name: "CJK UNIFIED IDEOGRAPH-24C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C92,
        name: "CJK UNIFIED IDEOGRAPH-24C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C93,
        name: "CJK UNIFIED IDEOGRAPH-24C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C94,
        name: "CJK UNIFIED IDEOGRAPH-24C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C95,
        name: "CJK UNIFIED IDEOGRAPH-24C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C96,
        name: "CJK UNIFIED IDEOGRAPH-24C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C97,
        name: "CJK UNIFIED IDEOGRAPH-24C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C98,
        name: "CJK UNIFIED IDEOGRAPH-24C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C99,
        name: "CJK UNIFIED IDEOGRAPH-24C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C9A,
        name: "CJK UNIFIED IDEOGRAPH-24C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C9B,
        name: "CJK UNIFIED IDEOGRAPH-24C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C9C,
        name: "CJK UNIFIED IDEOGRAPH-24C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C9D,
        name: "CJK UNIFIED IDEOGRAPH-24C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C9E,
        name: "CJK UNIFIED IDEOGRAPH-24C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24C9F,
        name: "CJK UNIFIED IDEOGRAPH-24C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA0,
        name: "CJK UNIFIED IDEOGRAPH-24CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA1,
        name: "CJK UNIFIED IDEOGRAPH-24CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA2,
        name: "CJK UNIFIED IDEOGRAPH-24CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA3,
        name: "CJK UNIFIED IDEOGRAPH-24CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA4,
        name: "CJK UNIFIED IDEOGRAPH-24CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA5,
        name: "CJK UNIFIED IDEOGRAPH-24CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA6,
        name: "CJK UNIFIED IDEOGRAPH-24CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA7,
        name: "CJK UNIFIED IDEOGRAPH-24CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA8,
        name: "CJK UNIFIED IDEOGRAPH-24CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CA9,
        name: "CJK UNIFIED IDEOGRAPH-24CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CAA,
        name: "CJK UNIFIED IDEOGRAPH-24CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CAB,
        name: "CJK UNIFIED IDEOGRAPH-24CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CAC,
        name: "CJK UNIFIED IDEOGRAPH-24CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CAD,
        name: "CJK UNIFIED IDEOGRAPH-24CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CAE,
        name: "CJK UNIFIED IDEOGRAPH-24CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CAF,
        name: "CJK UNIFIED IDEOGRAPH-24CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB0,
        name: "CJK UNIFIED IDEOGRAPH-24CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB1,
        name: "CJK UNIFIED IDEOGRAPH-24CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB2,
        name: "CJK UNIFIED IDEOGRAPH-24CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB3,
        name: "CJK UNIFIED IDEOGRAPH-24CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB4,
        name: "CJK UNIFIED IDEOGRAPH-24CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB5,
        name: "CJK UNIFIED IDEOGRAPH-24CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB6,
        name: "CJK UNIFIED IDEOGRAPH-24CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB7,
        name: "CJK UNIFIED IDEOGRAPH-24CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB8,
        name: "CJK UNIFIED IDEOGRAPH-24CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CB9,
        name: "CJK UNIFIED IDEOGRAPH-24CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CBA,
        name: "CJK UNIFIED IDEOGRAPH-24CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CBB,
        name: "CJK UNIFIED IDEOGRAPH-24CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CBC,
        name: "CJK UNIFIED IDEOGRAPH-24CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CBD,
        name: "CJK UNIFIED IDEOGRAPH-24CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CBE,
        name: "CJK UNIFIED IDEOGRAPH-24CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CBF,
        name: "CJK UNIFIED IDEOGRAPH-24CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC0,
        name: "CJK UNIFIED IDEOGRAPH-24CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC1,
        name: "CJK UNIFIED IDEOGRAPH-24CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC2,
        name: "CJK UNIFIED IDEOGRAPH-24CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC3,
        name: "CJK UNIFIED IDEOGRAPH-24CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC4,
        name: "CJK UNIFIED IDEOGRAPH-24CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC5,
        name: "CJK UNIFIED IDEOGRAPH-24CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC6,
        name: "CJK UNIFIED IDEOGRAPH-24CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC7,
        name: "CJK UNIFIED IDEOGRAPH-24CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC8,
        name: "CJK UNIFIED IDEOGRAPH-24CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CC9,
        name: "CJK UNIFIED IDEOGRAPH-24CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CCA,
        name: "CJK UNIFIED IDEOGRAPH-24CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CCB,
        name: "CJK UNIFIED IDEOGRAPH-24CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CCC,
        name: "CJK UNIFIED IDEOGRAPH-24CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CCD,
        name: "CJK UNIFIED IDEOGRAPH-24CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CCE,
        name: "CJK UNIFIED IDEOGRAPH-24CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CCF,
        name: "CJK UNIFIED IDEOGRAPH-24CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD0,
        name: "CJK UNIFIED IDEOGRAPH-24CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD1,
        name: "CJK UNIFIED IDEOGRAPH-24CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD2,
        name: "CJK UNIFIED IDEOGRAPH-24CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD3,
        name: "CJK UNIFIED IDEOGRAPH-24CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD4,
        name: "CJK UNIFIED IDEOGRAPH-24CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD5,
        name: "CJK UNIFIED IDEOGRAPH-24CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD6,
        name: "CJK UNIFIED IDEOGRAPH-24CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD7,
        name: "CJK UNIFIED IDEOGRAPH-24CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD8,
        name: "CJK UNIFIED IDEOGRAPH-24CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CD9,
        name: "CJK UNIFIED IDEOGRAPH-24CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CDA,
        name: "CJK UNIFIED IDEOGRAPH-24CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CDB,
        name: "CJK UNIFIED IDEOGRAPH-24CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CDC,
        name: "CJK UNIFIED IDEOGRAPH-24CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CDD,
        name: "CJK UNIFIED IDEOGRAPH-24CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CDE,
        name: "CJK UNIFIED IDEOGRAPH-24CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CDF,
        name: "CJK UNIFIED IDEOGRAPH-24CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE0,
        name: "CJK UNIFIED IDEOGRAPH-24CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE1,
        name: "CJK UNIFIED IDEOGRAPH-24CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE2,
        name: "CJK UNIFIED IDEOGRAPH-24CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE3,
        name: "CJK UNIFIED IDEOGRAPH-24CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE4,
        name: "CJK UNIFIED IDEOGRAPH-24CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE5,
        name: "CJK UNIFIED IDEOGRAPH-24CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE6,
        name: "CJK UNIFIED IDEOGRAPH-24CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE7,
        name: "CJK UNIFIED IDEOGRAPH-24CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE8,
        name: "CJK UNIFIED IDEOGRAPH-24CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CE9,
        name: "CJK UNIFIED IDEOGRAPH-24CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CEA,
        name: "CJK UNIFIED IDEOGRAPH-24CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CEB,
        name: "CJK UNIFIED IDEOGRAPH-24CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CEC,
        name: "CJK UNIFIED IDEOGRAPH-24CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CED,
        name: "CJK UNIFIED IDEOGRAPH-24CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CEE,
        name: "CJK UNIFIED IDEOGRAPH-24CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CEF,
        name: "CJK UNIFIED IDEOGRAPH-24CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF0,
        name: "CJK UNIFIED IDEOGRAPH-24CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF1,
        name: "CJK UNIFIED IDEOGRAPH-24CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF2,
        name: "CJK UNIFIED IDEOGRAPH-24CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF3,
        name: "CJK UNIFIED IDEOGRAPH-24CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF4,
        name: "CJK UNIFIED IDEOGRAPH-24CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF5,
        name: "CJK UNIFIED IDEOGRAPH-24CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF6,
        name: "CJK UNIFIED IDEOGRAPH-24CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF7,
        name: "CJK UNIFIED IDEOGRAPH-24CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF8,
        name: "CJK UNIFIED IDEOGRAPH-24CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CF9,
        name: "CJK UNIFIED IDEOGRAPH-24CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CFA,
        name: "CJK UNIFIED IDEOGRAPH-24CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CFB,
        name: "CJK UNIFIED IDEOGRAPH-24CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CFC,
        name: "CJK UNIFIED IDEOGRAPH-24CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CFD,
        name: "CJK UNIFIED IDEOGRAPH-24CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CFE,
        name: "CJK UNIFIED IDEOGRAPH-24CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24CFF,
        name: "CJK UNIFIED IDEOGRAPH-24CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D00,
        name: "CJK UNIFIED IDEOGRAPH-24D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D01,
        name: "CJK UNIFIED IDEOGRAPH-24D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D02,
        name: "CJK UNIFIED IDEOGRAPH-24D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D03,
        name: "CJK UNIFIED IDEOGRAPH-24D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D04,
        name: "CJK UNIFIED IDEOGRAPH-24D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D05,
        name: "CJK UNIFIED IDEOGRAPH-24D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D06,
        name: "CJK UNIFIED IDEOGRAPH-24D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D07,
        name: "CJK UNIFIED IDEOGRAPH-24D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D08,
        name: "CJK UNIFIED IDEOGRAPH-24D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D09,
        name: "CJK UNIFIED IDEOGRAPH-24D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D0A,
        name: "CJK UNIFIED IDEOGRAPH-24D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D0B,
        name: "CJK UNIFIED IDEOGRAPH-24D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D0C,
        name: "CJK UNIFIED IDEOGRAPH-24D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D0D,
        name: "CJK UNIFIED IDEOGRAPH-24D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D0E,
        name: "CJK UNIFIED IDEOGRAPH-24D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D0F,
        name: "CJK UNIFIED IDEOGRAPH-24D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D10,
        name: "CJK UNIFIED IDEOGRAPH-24D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D11,
        name: "CJK UNIFIED IDEOGRAPH-24D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D12,
        name: "CJK UNIFIED IDEOGRAPH-24D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D13,
        name: "CJK UNIFIED IDEOGRAPH-24D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D14,
        name: "CJK UNIFIED IDEOGRAPH-24D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D15,
        name: "CJK UNIFIED IDEOGRAPH-24D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D16,
        name: "CJK UNIFIED IDEOGRAPH-24D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D17,
        name: "CJK UNIFIED IDEOGRAPH-24D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D18,
        name: "CJK UNIFIED IDEOGRAPH-24D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D19,
        name: "CJK UNIFIED IDEOGRAPH-24D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D1A,
        name: "CJK UNIFIED IDEOGRAPH-24D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D1B,
        name: "CJK UNIFIED IDEOGRAPH-24D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D1C,
        name: "CJK UNIFIED IDEOGRAPH-24D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D1D,
        name: "CJK UNIFIED IDEOGRAPH-24D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D1E,
        name: "CJK UNIFIED IDEOGRAPH-24D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D1F,
        name: "CJK UNIFIED IDEOGRAPH-24D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D20,
        name: "CJK UNIFIED IDEOGRAPH-24D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D21,
        name: "CJK UNIFIED IDEOGRAPH-24D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D22,
        name: "CJK UNIFIED IDEOGRAPH-24D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D23,
        name: "CJK UNIFIED IDEOGRAPH-24D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D24,
        name: "CJK UNIFIED IDEOGRAPH-24D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D25,
        name: "CJK UNIFIED IDEOGRAPH-24D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D26,
        name: "CJK UNIFIED IDEOGRAPH-24D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D27,
        name: "CJK UNIFIED IDEOGRAPH-24D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D28,
        name: "CJK UNIFIED IDEOGRAPH-24D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D29,
        name: "CJK UNIFIED IDEOGRAPH-24D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D2A,
        name: "CJK UNIFIED IDEOGRAPH-24D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D2B,
        name: "CJK UNIFIED IDEOGRAPH-24D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D2C,
        name: "CJK UNIFIED IDEOGRAPH-24D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D2D,
        name: "CJK UNIFIED IDEOGRAPH-24D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D2E,
        name: "CJK UNIFIED IDEOGRAPH-24D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D2F,
        name: "CJK UNIFIED IDEOGRAPH-24D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D30,
        name: "CJK UNIFIED IDEOGRAPH-24D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D31,
        name: "CJK UNIFIED IDEOGRAPH-24D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D32,
        name: "CJK UNIFIED IDEOGRAPH-24D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D33,
        name: "CJK UNIFIED IDEOGRAPH-24D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D34,
        name: "CJK UNIFIED IDEOGRAPH-24D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D35,
        name: "CJK UNIFIED IDEOGRAPH-24D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D36,
        name: "CJK UNIFIED IDEOGRAPH-24D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D37,
        name: "CJK UNIFIED IDEOGRAPH-24D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D38,
        name: "CJK UNIFIED IDEOGRAPH-24D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D39,
        name: "CJK UNIFIED IDEOGRAPH-24D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D3A,
        name: "CJK UNIFIED IDEOGRAPH-24D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D3B,
        name: "CJK UNIFIED IDEOGRAPH-24D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D3C,
        name: "CJK UNIFIED IDEOGRAPH-24D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D3D,
        name: "CJK UNIFIED IDEOGRAPH-24D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D3E,
        name: "CJK UNIFIED IDEOGRAPH-24D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D3F,
        name: "CJK UNIFIED IDEOGRAPH-24D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D40,
        name: "CJK UNIFIED IDEOGRAPH-24D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D41,
        name: "CJK UNIFIED IDEOGRAPH-24D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D42,
        name: "CJK UNIFIED IDEOGRAPH-24D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D43,
        name: "CJK UNIFIED IDEOGRAPH-24D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D44,
        name: "CJK UNIFIED IDEOGRAPH-24D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D45,
        name: "CJK UNIFIED IDEOGRAPH-24D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D46,
        name: "CJK UNIFIED IDEOGRAPH-24D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D47,
        name: "CJK UNIFIED IDEOGRAPH-24D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D48,
        name: "CJK UNIFIED IDEOGRAPH-24D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D49,
        name: "CJK UNIFIED IDEOGRAPH-24D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D4A,
        name: "CJK UNIFIED IDEOGRAPH-24D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D4B,
        name: "CJK UNIFIED IDEOGRAPH-24D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D4C,
        name: "CJK UNIFIED IDEOGRAPH-24D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D4D,
        name: "CJK UNIFIED IDEOGRAPH-24D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D4E,
        name: "CJK UNIFIED IDEOGRAPH-24D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D4F,
        name: "CJK UNIFIED IDEOGRAPH-24D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D50,
        name: "CJK UNIFIED IDEOGRAPH-24D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D51,
        name: "CJK UNIFIED IDEOGRAPH-24D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D52,
        name: "CJK UNIFIED IDEOGRAPH-24D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D53,
        name: "CJK UNIFIED IDEOGRAPH-24D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D54,
        name: "CJK UNIFIED IDEOGRAPH-24D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D55,
        name: "CJK UNIFIED IDEOGRAPH-24D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D56,
        name: "CJK UNIFIED IDEOGRAPH-24D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D57,
        name: "CJK UNIFIED IDEOGRAPH-24D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D58,
        name: "CJK UNIFIED IDEOGRAPH-24D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D59,
        name: "CJK UNIFIED IDEOGRAPH-24D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D5A,
        name: "CJK UNIFIED IDEOGRAPH-24D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D5B,
        name: "CJK UNIFIED IDEOGRAPH-24D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D5C,
        name: "CJK UNIFIED IDEOGRAPH-24D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D5D,
        name: "CJK UNIFIED IDEOGRAPH-24D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D5E,
        name: "CJK UNIFIED IDEOGRAPH-24D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D5F,
        name: "CJK UNIFIED IDEOGRAPH-24D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D60,
        name: "CJK UNIFIED IDEOGRAPH-24D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D61,
        name: "CJK UNIFIED IDEOGRAPH-24D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D62,
        name: "CJK UNIFIED IDEOGRAPH-24D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D63,
        name: "CJK UNIFIED IDEOGRAPH-24D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D64,
        name: "CJK UNIFIED IDEOGRAPH-24D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D65,
        name: "CJK UNIFIED IDEOGRAPH-24D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D66,
        name: "CJK UNIFIED IDEOGRAPH-24D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D67,
        name: "CJK UNIFIED IDEOGRAPH-24D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D68,
        name: "CJK UNIFIED IDEOGRAPH-24D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D69,
        name: "CJK UNIFIED IDEOGRAPH-24D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D6A,
        name: "CJK UNIFIED IDEOGRAPH-24D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D6B,
        name: "CJK UNIFIED IDEOGRAPH-24D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D6C,
        name: "CJK UNIFIED IDEOGRAPH-24D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D6D,
        name: "CJK UNIFIED IDEOGRAPH-24D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D6E,
        name: "CJK UNIFIED IDEOGRAPH-24D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D6F,
        name: "CJK UNIFIED IDEOGRAPH-24D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D70,
        name: "CJK UNIFIED IDEOGRAPH-24D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D71,
        name: "CJK UNIFIED IDEOGRAPH-24D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D72,
        name: "CJK UNIFIED IDEOGRAPH-24D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D73,
        name: "CJK UNIFIED IDEOGRAPH-24D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D74,
        name: "CJK UNIFIED IDEOGRAPH-24D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D75,
        name: "CJK UNIFIED IDEOGRAPH-24D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D76,
        name: "CJK UNIFIED IDEOGRAPH-24D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D77,
        name: "CJK UNIFIED IDEOGRAPH-24D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D78,
        name: "CJK UNIFIED IDEOGRAPH-24D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D79,
        name: "CJK UNIFIED IDEOGRAPH-24D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D7A,
        name: "CJK UNIFIED IDEOGRAPH-24D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D7B,
        name: "CJK UNIFIED IDEOGRAPH-24D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D7C,
        name: "CJK UNIFIED IDEOGRAPH-24D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D7D,
        name: "CJK UNIFIED IDEOGRAPH-24D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D7E,
        name: "CJK UNIFIED IDEOGRAPH-24D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D7F,
        name: "CJK UNIFIED IDEOGRAPH-24D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D80,
        name: "CJK UNIFIED IDEOGRAPH-24D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D81,
        name: "CJK UNIFIED IDEOGRAPH-24D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D82,
        name: "CJK UNIFIED IDEOGRAPH-24D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D83,
        name: "CJK UNIFIED IDEOGRAPH-24D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D84,
        name: "CJK UNIFIED IDEOGRAPH-24D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D85,
        name: "CJK UNIFIED IDEOGRAPH-24D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D86,
        name: "CJK UNIFIED IDEOGRAPH-24D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D87,
        name: "CJK UNIFIED IDEOGRAPH-24D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D88,
        name: "CJK UNIFIED IDEOGRAPH-24D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D89,
        name: "CJK UNIFIED IDEOGRAPH-24D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D8A,
        name: "CJK UNIFIED IDEOGRAPH-24D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D8B,
        name: "CJK UNIFIED IDEOGRAPH-24D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D8C,
        name: "CJK UNIFIED IDEOGRAPH-24D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D8D,
        name: "CJK UNIFIED IDEOGRAPH-24D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D8E,
        name: "CJK UNIFIED IDEOGRAPH-24D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D8F,
        name: "CJK UNIFIED IDEOGRAPH-24D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D90,
        name: "CJK UNIFIED IDEOGRAPH-24D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D91,
        name: "CJK UNIFIED IDEOGRAPH-24D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D92,
        name: "CJK UNIFIED IDEOGRAPH-24D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D93,
        name: "CJK UNIFIED IDEOGRAPH-24D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D94,
        name: "CJK UNIFIED IDEOGRAPH-24D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D95,
        name: "CJK UNIFIED IDEOGRAPH-24D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D96,
        name: "CJK UNIFIED IDEOGRAPH-24D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D97,
        name: "CJK UNIFIED IDEOGRAPH-24D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D98,
        name: "CJK UNIFIED IDEOGRAPH-24D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D99,
        name: "CJK UNIFIED IDEOGRAPH-24D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D9A,
        name: "CJK UNIFIED IDEOGRAPH-24D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D9B,
        name: "CJK UNIFIED IDEOGRAPH-24D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D9C,
        name: "CJK UNIFIED IDEOGRAPH-24D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D9D,
        name: "CJK UNIFIED IDEOGRAPH-24D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D9E,
        name: "CJK UNIFIED IDEOGRAPH-24D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24D9F,
        name: "CJK UNIFIED IDEOGRAPH-24D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA0,
        name: "CJK UNIFIED IDEOGRAPH-24DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA1,
        name: "CJK UNIFIED IDEOGRAPH-24DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA2,
        name: "CJK UNIFIED IDEOGRAPH-24DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA3,
        name: "CJK UNIFIED IDEOGRAPH-24DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA4,
        name: "CJK UNIFIED IDEOGRAPH-24DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA5,
        name: "CJK UNIFIED IDEOGRAPH-24DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA6,
        name: "CJK UNIFIED IDEOGRAPH-24DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA7,
        name: "CJK UNIFIED IDEOGRAPH-24DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA8,
        name: "CJK UNIFIED IDEOGRAPH-24DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DA9,
        name: "CJK UNIFIED IDEOGRAPH-24DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DAA,
        name: "CJK UNIFIED IDEOGRAPH-24DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DAB,
        name: "CJK UNIFIED IDEOGRAPH-24DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DAC,
        name: "CJK UNIFIED IDEOGRAPH-24DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DAD,
        name: "CJK UNIFIED IDEOGRAPH-24DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DAE,
        name: "CJK UNIFIED IDEOGRAPH-24DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DAF,
        name: "CJK UNIFIED IDEOGRAPH-24DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB0,
        name: "CJK UNIFIED IDEOGRAPH-24DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB1,
        name: "CJK UNIFIED IDEOGRAPH-24DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB2,
        name: "CJK UNIFIED IDEOGRAPH-24DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB3,
        name: "CJK UNIFIED IDEOGRAPH-24DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB4,
        name: "CJK UNIFIED IDEOGRAPH-24DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB5,
        name: "CJK UNIFIED IDEOGRAPH-24DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB6,
        name: "CJK UNIFIED IDEOGRAPH-24DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB7,
        name: "CJK UNIFIED IDEOGRAPH-24DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB8,
        name: "CJK UNIFIED IDEOGRAPH-24DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DB9,
        name: "CJK UNIFIED IDEOGRAPH-24DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DBA,
        name: "CJK UNIFIED IDEOGRAPH-24DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DBB,
        name: "CJK UNIFIED IDEOGRAPH-24DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DBC,
        name: "CJK UNIFIED IDEOGRAPH-24DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DBD,
        name: "CJK UNIFIED IDEOGRAPH-24DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DBE,
        name: "CJK UNIFIED IDEOGRAPH-24DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DBF,
        name: "CJK UNIFIED IDEOGRAPH-24DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC0,
        name: "CJK UNIFIED IDEOGRAPH-24DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC1,
        name: "CJK UNIFIED IDEOGRAPH-24DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC2,
        name: "CJK UNIFIED IDEOGRAPH-24DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC3,
        name: "CJK UNIFIED IDEOGRAPH-24DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC4,
        name: "CJK UNIFIED IDEOGRAPH-24DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC5,
        name: "CJK UNIFIED IDEOGRAPH-24DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC6,
        name: "CJK UNIFIED IDEOGRAPH-24DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC7,
        name: "CJK UNIFIED IDEOGRAPH-24DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC8,
        name: "CJK UNIFIED IDEOGRAPH-24DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DC9,
        name: "CJK UNIFIED IDEOGRAPH-24DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DCA,
        name: "CJK UNIFIED IDEOGRAPH-24DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DCB,
        name: "CJK UNIFIED IDEOGRAPH-24DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DCC,
        name: "CJK UNIFIED IDEOGRAPH-24DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DCD,
        name: "CJK UNIFIED IDEOGRAPH-24DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DCE,
        name: "CJK UNIFIED IDEOGRAPH-24DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DCF,
        name: "CJK UNIFIED IDEOGRAPH-24DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD0,
        name: "CJK UNIFIED IDEOGRAPH-24DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD1,
        name: "CJK UNIFIED IDEOGRAPH-24DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD2,
        name: "CJK UNIFIED IDEOGRAPH-24DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD3,
        name: "CJK UNIFIED IDEOGRAPH-24DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD4,
        name: "CJK UNIFIED IDEOGRAPH-24DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD5,
        name: "CJK UNIFIED IDEOGRAPH-24DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD6,
        name: "CJK UNIFIED IDEOGRAPH-24DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD7,
        name: "CJK UNIFIED IDEOGRAPH-24DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD8,
        name: "CJK UNIFIED IDEOGRAPH-24DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DD9,
        name: "CJK UNIFIED IDEOGRAPH-24DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DDA,
        name: "CJK UNIFIED IDEOGRAPH-24DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DDB,
        name: "CJK UNIFIED IDEOGRAPH-24DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DDC,
        name: "CJK UNIFIED IDEOGRAPH-24DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DDD,
        name: "CJK UNIFIED IDEOGRAPH-24DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DDE,
        name: "CJK UNIFIED IDEOGRAPH-24DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DDF,
        name: "CJK UNIFIED IDEOGRAPH-24DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE0,
        name: "CJK UNIFIED IDEOGRAPH-24DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE1,
        name: "CJK UNIFIED IDEOGRAPH-24DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE2,
        name: "CJK UNIFIED IDEOGRAPH-24DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE3,
        name: "CJK UNIFIED IDEOGRAPH-24DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE4,
        name: "CJK UNIFIED IDEOGRAPH-24DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE5,
        name: "CJK UNIFIED IDEOGRAPH-24DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE6,
        name: "CJK UNIFIED IDEOGRAPH-24DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE7,
        name: "CJK UNIFIED IDEOGRAPH-24DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE8,
        name: "CJK UNIFIED IDEOGRAPH-24DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DE9,
        name: "CJK UNIFIED IDEOGRAPH-24DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DEA,
        name: "CJK UNIFIED IDEOGRAPH-24DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DEB,
        name: "CJK UNIFIED IDEOGRAPH-24DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DEC,
        name: "CJK UNIFIED IDEOGRAPH-24DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DED,
        name: "CJK UNIFIED IDEOGRAPH-24DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DEE,
        name: "CJK UNIFIED IDEOGRAPH-24DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DEF,
        name: "CJK UNIFIED IDEOGRAPH-24DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF0,
        name: "CJK UNIFIED IDEOGRAPH-24DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF1,
        name: "CJK UNIFIED IDEOGRAPH-24DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF2,
        name: "CJK UNIFIED IDEOGRAPH-24DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF3,
        name: "CJK UNIFIED IDEOGRAPH-24DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF4,
        name: "CJK UNIFIED IDEOGRAPH-24DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF5,
        name: "CJK UNIFIED IDEOGRAPH-24DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF6,
        name: "CJK UNIFIED IDEOGRAPH-24DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF7,
        name: "CJK UNIFIED IDEOGRAPH-24DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF8,
        name: "CJK UNIFIED IDEOGRAPH-24DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DF9,
        name: "CJK UNIFIED IDEOGRAPH-24DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DFA,
        name: "CJK UNIFIED IDEOGRAPH-24DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DFB,
        name: "CJK UNIFIED IDEOGRAPH-24DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DFC,
        name: "CJK UNIFIED IDEOGRAPH-24DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DFD,
        name: "CJK UNIFIED IDEOGRAPH-24DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DFE,
        name: "CJK UNIFIED IDEOGRAPH-24DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24DFF,
        name: "CJK UNIFIED IDEOGRAPH-24DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E00,
        name: "CJK UNIFIED IDEOGRAPH-24E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E01,
        name: "CJK UNIFIED IDEOGRAPH-24E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E02,
        name: "CJK UNIFIED IDEOGRAPH-24E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E03,
        name: "CJK UNIFIED IDEOGRAPH-24E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E04,
        name: "CJK UNIFIED IDEOGRAPH-24E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E05,
        name: "CJK UNIFIED IDEOGRAPH-24E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E06,
        name: "CJK UNIFIED IDEOGRAPH-24E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E07,
        name: "CJK UNIFIED IDEOGRAPH-24E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E08,
        name: "CJK UNIFIED IDEOGRAPH-24E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E09,
        name: "CJK UNIFIED IDEOGRAPH-24E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E0A,
        name: "CJK UNIFIED IDEOGRAPH-24E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E0B,
        name: "CJK UNIFIED IDEOGRAPH-24E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E0C,
        name: "CJK UNIFIED IDEOGRAPH-24E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E0D,
        name: "CJK UNIFIED IDEOGRAPH-24E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E0E,
        name: "CJK UNIFIED IDEOGRAPH-24E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E0F,
        name: "CJK UNIFIED IDEOGRAPH-24E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E10,
        name: "CJK UNIFIED IDEOGRAPH-24E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E11,
        name: "CJK UNIFIED IDEOGRAPH-24E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E12,
        name: "CJK UNIFIED IDEOGRAPH-24E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E13,
        name: "CJK UNIFIED IDEOGRAPH-24E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E14,
        name: "CJK UNIFIED IDEOGRAPH-24E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E15,
        name: "CJK UNIFIED IDEOGRAPH-24E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E16,
        name: "CJK UNIFIED IDEOGRAPH-24E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E17,
        name: "CJK UNIFIED IDEOGRAPH-24E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E18,
        name: "CJK UNIFIED IDEOGRAPH-24E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E19,
        name: "CJK UNIFIED IDEOGRAPH-24E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E1A,
        name: "CJK UNIFIED IDEOGRAPH-24E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E1B,
        name: "CJK UNIFIED IDEOGRAPH-24E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E1C,
        name: "CJK UNIFIED IDEOGRAPH-24E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E1D,
        name: "CJK UNIFIED IDEOGRAPH-24E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E1E,
        name: "CJK UNIFIED IDEOGRAPH-24E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E1F,
        name: "CJK UNIFIED IDEOGRAPH-24E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E20,
        name: "CJK UNIFIED IDEOGRAPH-24E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E21,
        name: "CJK UNIFIED IDEOGRAPH-24E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E22,
        name: "CJK UNIFIED IDEOGRAPH-24E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E23,
        name: "CJK UNIFIED IDEOGRAPH-24E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E24,
        name: "CJK UNIFIED IDEOGRAPH-24E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E25,
        name: "CJK UNIFIED IDEOGRAPH-24E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E26,
        name: "CJK UNIFIED IDEOGRAPH-24E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E27,
        name: "CJK UNIFIED IDEOGRAPH-24E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E28,
        name: "CJK UNIFIED IDEOGRAPH-24E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E29,
        name: "CJK UNIFIED IDEOGRAPH-24E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E2A,
        name: "CJK UNIFIED IDEOGRAPH-24E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E2B,
        name: "CJK UNIFIED IDEOGRAPH-24E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E2C,
        name: "CJK UNIFIED IDEOGRAPH-24E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E2D,
        name: "CJK UNIFIED IDEOGRAPH-24E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E2E,
        name: "CJK UNIFIED IDEOGRAPH-24E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E2F,
        name: "CJK UNIFIED IDEOGRAPH-24E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E30,
        name: "CJK UNIFIED IDEOGRAPH-24E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E31,
        name: "CJK UNIFIED IDEOGRAPH-24E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E32,
        name: "CJK UNIFIED IDEOGRAPH-24E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E33,
        name: "CJK UNIFIED IDEOGRAPH-24E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E34,
        name: "CJK UNIFIED IDEOGRAPH-24E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E35,
        name: "CJK UNIFIED IDEOGRAPH-24E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E36,
        name: "CJK UNIFIED IDEOGRAPH-24E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E37,
        name: "CJK UNIFIED IDEOGRAPH-24E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E38,
        name: "CJK UNIFIED IDEOGRAPH-24E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E39,
        name: "CJK UNIFIED IDEOGRAPH-24E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E3A,
        name: "CJK UNIFIED IDEOGRAPH-24E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E3B,
        name: "CJK UNIFIED IDEOGRAPH-24E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E3C,
        name: "CJK UNIFIED IDEOGRAPH-24E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E3D,
        name: "CJK UNIFIED IDEOGRAPH-24E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E3E,
        name: "CJK UNIFIED IDEOGRAPH-24E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E3F,
        name: "CJK UNIFIED IDEOGRAPH-24E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E40,
        name: "CJK UNIFIED IDEOGRAPH-24E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E41,
        name: "CJK UNIFIED IDEOGRAPH-24E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E42,
        name: "CJK UNIFIED IDEOGRAPH-24E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E43,
        name: "CJK UNIFIED IDEOGRAPH-24E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E44,
        name: "CJK UNIFIED IDEOGRAPH-24E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E45,
        name: "CJK UNIFIED IDEOGRAPH-24E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E46,
        name: "CJK UNIFIED IDEOGRAPH-24E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E47,
        name: "CJK UNIFIED IDEOGRAPH-24E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E48,
        name: "CJK UNIFIED IDEOGRAPH-24E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E49,
        name: "CJK UNIFIED IDEOGRAPH-24E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E4A,
        name: "CJK UNIFIED IDEOGRAPH-24E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E4B,
        name: "CJK UNIFIED IDEOGRAPH-24E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E4C,
        name: "CJK UNIFIED IDEOGRAPH-24E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E4D,
        name: "CJK UNIFIED IDEOGRAPH-24E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E4E,
        name: "CJK UNIFIED IDEOGRAPH-24E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E4F,
        name: "CJK UNIFIED IDEOGRAPH-24E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E50,
        name: "CJK UNIFIED IDEOGRAPH-24E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E51,
        name: "CJK UNIFIED IDEOGRAPH-24E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E52,
        name: "CJK UNIFIED IDEOGRAPH-24E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E53,
        name: "CJK UNIFIED IDEOGRAPH-24E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E54,
        name: "CJK UNIFIED IDEOGRAPH-24E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E55,
        name: "CJK UNIFIED IDEOGRAPH-24E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E56,
        name: "CJK UNIFIED IDEOGRAPH-24E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E57,
        name: "CJK UNIFIED IDEOGRAPH-24E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E58,
        name: "CJK UNIFIED IDEOGRAPH-24E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E59,
        name: "CJK UNIFIED IDEOGRAPH-24E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E5A,
        name: "CJK UNIFIED IDEOGRAPH-24E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E5B,
        name: "CJK UNIFIED IDEOGRAPH-24E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E5C,
        name: "CJK UNIFIED IDEOGRAPH-24E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E5D,
        name: "CJK UNIFIED IDEOGRAPH-24E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E5E,
        name: "CJK UNIFIED IDEOGRAPH-24E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E5F,
        name: "CJK UNIFIED IDEOGRAPH-24E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E60,
        name: "CJK UNIFIED IDEOGRAPH-24E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E61,
        name: "CJK UNIFIED IDEOGRAPH-24E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E62,
        name: "CJK UNIFIED IDEOGRAPH-24E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E63,
        name: "CJK UNIFIED IDEOGRAPH-24E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E64,
        name: "CJK UNIFIED IDEOGRAPH-24E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E65,
        name: "CJK UNIFIED IDEOGRAPH-24E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E66,
        name: "CJK UNIFIED IDEOGRAPH-24E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E67,
        name: "CJK UNIFIED IDEOGRAPH-24E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E68,
        name: "CJK UNIFIED IDEOGRAPH-24E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E69,
        name: "CJK UNIFIED IDEOGRAPH-24E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E6A,
        name: "CJK UNIFIED IDEOGRAPH-24E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E6B,
        name: "CJK UNIFIED IDEOGRAPH-24E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E6C,
        name: "CJK UNIFIED IDEOGRAPH-24E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E6D,
        name: "CJK UNIFIED IDEOGRAPH-24E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E6E,
        name: "CJK UNIFIED IDEOGRAPH-24E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E6F,
        name: "CJK UNIFIED IDEOGRAPH-24E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E70,
        name: "CJK UNIFIED IDEOGRAPH-24E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E71,
        name: "CJK UNIFIED IDEOGRAPH-24E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E72,
        name: "CJK UNIFIED IDEOGRAPH-24E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E73,
        name: "CJK UNIFIED IDEOGRAPH-24E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E74,
        name: "CJK UNIFIED IDEOGRAPH-24E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E75,
        name: "CJK UNIFIED IDEOGRAPH-24E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E76,
        name: "CJK UNIFIED IDEOGRAPH-24E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E77,
        name: "CJK UNIFIED IDEOGRAPH-24E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E78,
        name: "CJK UNIFIED IDEOGRAPH-24E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E79,
        name: "CJK UNIFIED IDEOGRAPH-24E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E7A,
        name: "CJK UNIFIED IDEOGRAPH-24E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E7B,
        name: "CJK UNIFIED IDEOGRAPH-24E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E7C,
        name: "CJK UNIFIED IDEOGRAPH-24E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E7D,
        name: "CJK UNIFIED IDEOGRAPH-24E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E7E,
        name: "CJK UNIFIED IDEOGRAPH-24E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E7F,
        name: "CJK UNIFIED IDEOGRAPH-24E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E80,
        name: "CJK UNIFIED IDEOGRAPH-24E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E81,
        name: "CJK UNIFIED IDEOGRAPH-24E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E82,
        name: "CJK UNIFIED IDEOGRAPH-24E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E83,
        name: "CJK UNIFIED IDEOGRAPH-24E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E84,
        name: "CJK UNIFIED IDEOGRAPH-24E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E85,
        name: "CJK UNIFIED IDEOGRAPH-24E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E86,
        name: "CJK UNIFIED IDEOGRAPH-24E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E87,
        name: "CJK UNIFIED IDEOGRAPH-24E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E88,
        name: "CJK UNIFIED IDEOGRAPH-24E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E89,
        name: "CJK UNIFIED IDEOGRAPH-24E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E8A,
        name: "CJK UNIFIED IDEOGRAPH-24E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E8B,
        name: "CJK UNIFIED IDEOGRAPH-24E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E8C,
        name: "CJK UNIFIED IDEOGRAPH-24E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E8D,
        name: "CJK UNIFIED IDEOGRAPH-24E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E8E,
        name: "CJK UNIFIED IDEOGRAPH-24E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E8F,
        name: "CJK UNIFIED IDEOGRAPH-24E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E90,
        name: "CJK UNIFIED IDEOGRAPH-24E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E91,
        name: "CJK UNIFIED IDEOGRAPH-24E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E92,
        name: "CJK UNIFIED IDEOGRAPH-24E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E93,
        name: "CJK UNIFIED IDEOGRAPH-24E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E94,
        name: "CJK UNIFIED IDEOGRAPH-24E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E95,
        name: "CJK UNIFIED IDEOGRAPH-24E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E96,
        name: "CJK UNIFIED IDEOGRAPH-24E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E97,
        name: "CJK UNIFIED IDEOGRAPH-24E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E98,
        name: "CJK UNIFIED IDEOGRAPH-24E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E99,
        name: "CJK UNIFIED IDEOGRAPH-24E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E9A,
        name: "CJK UNIFIED IDEOGRAPH-24E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E9B,
        name: "CJK UNIFIED IDEOGRAPH-24E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E9C,
        name: "CJK UNIFIED IDEOGRAPH-24E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E9D,
        name: "CJK UNIFIED IDEOGRAPH-24E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E9E,
        name: "CJK UNIFIED IDEOGRAPH-24E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24E9F,
        name: "CJK UNIFIED IDEOGRAPH-24E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA0,
        name: "CJK UNIFIED IDEOGRAPH-24EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA1,
        name: "CJK UNIFIED IDEOGRAPH-24EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA2,
        name: "CJK UNIFIED IDEOGRAPH-24EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA3,
        name: "CJK UNIFIED IDEOGRAPH-24EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA4,
        name: "CJK UNIFIED IDEOGRAPH-24EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA5,
        name: "CJK UNIFIED IDEOGRAPH-24EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA6,
        name: "CJK UNIFIED IDEOGRAPH-24EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA7,
        name: "CJK UNIFIED IDEOGRAPH-24EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA8,
        name: "CJK UNIFIED IDEOGRAPH-24EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EA9,
        name: "CJK UNIFIED IDEOGRAPH-24EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EAA,
        name: "CJK UNIFIED IDEOGRAPH-24EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EAB,
        name: "CJK UNIFIED IDEOGRAPH-24EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EAC,
        name: "CJK UNIFIED IDEOGRAPH-24EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EAD,
        name: "CJK UNIFIED IDEOGRAPH-24EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EAE,
        name: "CJK UNIFIED IDEOGRAPH-24EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EAF,
        name: "CJK UNIFIED IDEOGRAPH-24EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB0,
        name: "CJK UNIFIED IDEOGRAPH-24EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB1,
        name: "CJK UNIFIED IDEOGRAPH-24EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB2,
        name: "CJK UNIFIED IDEOGRAPH-24EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB3,
        name: "CJK UNIFIED IDEOGRAPH-24EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB4,
        name: "CJK UNIFIED IDEOGRAPH-24EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB5,
        name: "CJK UNIFIED IDEOGRAPH-24EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB6,
        name: "CJK UNIFIED IDEOGRAPH-24EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB7,
        name: "CJK UNIFIED IDEOGRAPH-24EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB8,
        name: "CJK UNIFIED IDEOGRAPH-24EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EB9,
        name: "CJK UNIFIED IDEOGRAPH-24EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EBA,
        name: "CJK UNIFIED IDEOGRAPH-24EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EBB,
        name: "CJK UNIFIED IDEOGRAPH-24EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EBC,
        name: "CJK UNIFIED IDEOGRAPH-24EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EBD,
        name: "CJK UNIFIED IDEOGRAPH-24EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EBE,
        name: "CJK UNIFIED IDEOGRAPH-24EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EBF,
        name: "CJK UNIFIED IDEOGRAPH-24EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC0,
        name: "CJK UNIFIED IDEOGRAPH-24EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC1,
        name: "CJK UNIFIED IDEOGRAPH-24EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC2,
        name: "CJK UNIFIED IDEOGRAPH-24EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC3,
        name: "CJK UNIFIED IDEOGRAPH-24EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC4,
        name: "CJK UNIFIED IDEOGRAPH-24EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC5,
        name: "CJK UNIFIED IDEOGRAPH-24EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC6,
        name: "CJK UNIFIED IDEOGRAPH-24EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC7,
        name: "CJK UNIFIED IDEOGRAPH-24EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC8,
        name: "CJK UNIFIED IDEOGRAPH-24EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EC9,
        name: "CJK UNIFIED IDEOGRAPH-24EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ECA,
        name: "CJK UNIFIED IDEOGRAPH-24ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ECB,
        name: "CJK UNIFIED IDEOGRAPH-24ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ECC,
        name: "CJK UNIFIED IDEOGRAPH-24ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ECD,
        name: "CJK UNIFIED IDEOGRAPH-24ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ECE,
        name: "CJK UNIFIED IDEOGRAPH-24ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ECF,
        name: "CJK UNIFIED IDEOGRAPH-24ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED0,
        name: "CJK UNIFIED IDEOGRAPH-24ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED1,
        name: "CJK UNIFIED IDEOGRAPH-24ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED2,
        name: "CJK UNIFIED IDEOGRAPH-24ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED3,
        name: "CJK UNIFIED IDEOGRAPH-24ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED4,
        name: "CJK UNIFIED IDEOGRAPH-24ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED5,
        name: "CJK UNIFIED IDEOGRAPH-24ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED6,
        name: "CJK UNIFIED IDEOGRAPH-24ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED7,
        name: "CJK UNIFIED IDEOGRAPH-24ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED8,
        name: "CJK UNIFIED IDEOGRAPH-24ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24ED9,
        name: "CJK UNIFIED IDEOGRAPH-24ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EDA,
        name: "CJK UNIFIED IDEOGRAPH-24EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EDB,
        name: "CJK UNIFIED IDEOGRAPH-24EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EDC,
        name: "CJK UNIFIED IDEOGRAPH-24EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EDD,
        name: "CJK UNIFIED IDEOGRAPH-24EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EDE,
        name: "CJK UNIFIED IDEOGRAPH-24EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EDF,
        name: "CJK UNIFIED IDEOGRAPH-24EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE0,
        name: "CJK UNIFIED IDEOGRAPH-24EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE1,
        name: "CJK UNIFIED IDEOGRAPH-24EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE2,
        name: "CJK UNIFIED IDEOGRAPH-24EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE3,
        name: "CJK UNIFIED IDEOGRAPH-24EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE4,
        name: "CJK UNIFIED IDEOGRAPH-24EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE5,
        name: "CJK UNIFIED IDEOGRAPH-24EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE6,
        name: "CJK UNIFIED IDEOGRAPH-24EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE7,
        name: "CJK UNIFIED IDEOGRAPH-24EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE8,
        name: "CJK UNIFIED IDEOGRAPH-24EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EE9,
        name: "CJK UNIFIED IDEOGRAPH-24EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EEA,
        name: "CJK UNIFIED IDEOGRAPH-24EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EEB,
        name: "CJK UNIFIED IDEOGRAPH-24EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EEC,
        name: "CJK UNIFIED IDEOGRAPH-24EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EED,
        name: "CJK UNIFIED IDEOGRAPH-24EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EEE,
        name: "CJK UNIFIED IDEOGRAPH-24EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EEF,
        name: "CJK UNIFIED IDEOGRAPH-24EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF0,
        name: "CJK UNIFIED IDEOGRAPH-24EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF1,
        name: "CJK UNIFIED IDEOGRAPH-24EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF2,
        name: "CJK UNIFIED IDEOGRAPH-24EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF3,
        name: "CJK UNIFIED IDEOGRAPH-24EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF4,
        name: "CJK UNIFIED IDEOGRAPH-24EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF5,
        name: "CJK UNIFIED IDEOGRAPH-24EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF6,
        name: "CJK UNIFIED IDEOGRAPH-24EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF7,
        name: "CJK UNIFIED IDEOGRAPH-24EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF8,
        name: "CJK UNIFIED IDEOGRAPH-24EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EF9,
        name: "CJK UNIFIED IDEOGRAPH-24EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EFA,
        name: "CJK UNIFIED IDEOGRAPH-24EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EFB,
        name: "CJK UNIFIED IDEOGRAPH-24EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EFC,
        name: "CJK UNIFIED IDEOGRAPH-24EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EFD,
        name: "CJK UNIFIED IDEOGRAPH-24EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EFE,
        name: "CJK UNIFIED IDEOGRAPH-24EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24EFF,
        name: "CJK UNIFIED IDEOGRAPH-24EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F00,
        name: "CJK UNIFIED IDEOGRAPH-24F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F01,
        name: "CJK UNIFIED IDEOGRAPH-24F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F02,
        name: "CJK UNIFIED IDEOGRAPH-24F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F03,
        name: "CJK UNIFIED IDEOGRAPH-24F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F04,
        name: "CJK UNIFIED IDEOGRAPH-24F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F05,
        name: "CJK UNIFIED IDEOGRAPH-24F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F06,
        name: "CJK UNIFIED IDEOGRAPH-24F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F07,
        name: "CJK UNIFIED IDEOGRAPH-24F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F08,
        name: "CJK UNIFIED IDEOGRAPH-24F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F09,
        name: "CJK UNIFIED IDEOGRAPH-24F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F0A,
        name: "CJK UNIFIED IDEOGRAPH-24F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F0B,
        name: "CJK UNIFIED IDEOGRAPH-24F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F0C,
        name: "CJK UNIFIED IDEOGRAPH-24F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F0D,
        name: "CJK UNIFIED IDEOGRAPH-24F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F0E,
        name: "CJK UNIFIED IDEOGRAPH-24F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F0F,
        name: "CJK UNIFIED IDEOGRAPH-24F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F10,
        name: "CJK UNIFIED IDEOGRAPH-24F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F11,
        name: "CJK UNIFIED IDEOGRAPH-24F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F12,
        name: "CJK UNIFIED IDEOGRAPH-24F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F13,
        name: "CJK UNIFIED IDEOGRAPH-24F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F14,
        name: "CJK UNIFIED IDEOGRAPH-24F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F15,
        name: "CJK UNIFIED IDEOGRAPH-24F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F16,
        name: "CJK UNIFIED IDEOGRAPH-24F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F17,
        name: "CJK UNIFIED IDEOGRAPH-24F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F18,
        name: "CJK UNIFIED IDEOGRAPH-24F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F19,
        name: "CJK UNIFIED IDEOGRAPH-24F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F1A,
        name: "CJK UNIFIED IDEOGRAPH-24F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F1B,
        name: "CJK UNIFIED IDEOGRAPH-24F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F1C,
        name: "CJK UNIFIED IDEOGRAPH-24F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F1D,
        name: "CJK UNIFIED IDEOGRAPH-24F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F1E,
        name: "CJK UNIFIED IDEOGRAPH-24F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F1F,
        name: "CJK UNIFIED IDEOGRAPH-24F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F20,
        name: "CJK UNIFIED IDEOGRAPH-24F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F21,
        name: "CJK UNIFIED IDEOGRAPH-24F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F22,
        name: "CJK UNIFIED IDEOGRAPH-24F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F23,
        name: "CJK UNIFIED IDEOGRAPH-24F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F24,
        name: "CJK UNIFIED IDEOGRAPH-24F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F25,
        name: "CJK UNIFIED IDEOGRAPH-24F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F26,
        name: "CJK UNIFIED IDEOGRAPH-24F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F27,
        name: "CJK UNIFIED IDEOGRAPH-24F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F28,
        name: "CJK UNIFIED IDEOGRAPH-24F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F29,
        name: "CJK UNIFIED IDEOGRAPH-24F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F2A,
        name: "CJK UNIFIED IDEOGRAPH-24F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F2B,
        name: "CJK UNIFIED IDEOGRAPH-24F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F2C,
        name: "CJK UNIFIED IDEOGRAPH-24F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F2D,
        name: "CJK UNIFIED IDEOGRAPH-24F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F2E,
        name: "CJK UNIFIED IDEOGRAPH-24F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F2F,
        name: "CJK UNIFIED IDEOGRAPH-24F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F30,
        name: "CJK UNIFIED IDEOGRAPH-24F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F31,
        name: "CJK UNIFIED IDEOGRAPH-24F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F32,
        name: "CJK UNIFIED IDEOGRAPH-24F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F33,
        name: "CJK UNIFIED IDEOGRAPH-24F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F34,
        name: "CJK UNIFIED IDEOGRAPH-24F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F35,
        name: "CJK UNIFIED IDEOGRAPH-24F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F36,
        name: "CJK UNIFIED IDEOGRAPH-24F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F37,
        name: "CJK UNIFIED IDEOGRAPH-24F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F38,
        name: "CJK UNIFIED IDEOGRAPH-24F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F39,
        name: "CJK UNIFIED IDEOGRAPH-24F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F3A,
        name: "CJK UNIFIED IDEOGRAPH-24F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F3B,
        name: "CJK UNIFIED IDEOGRAPH-24F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F3C,
        name: "CJK UNIFIED IDEOGRAPH-24F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F3D,
        name: "CJK UNIFIED IDEOGRAPH-24F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F3E,
        name: "CJK UNIFIED IDEOGRAPH-24F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F3F,
        name: "CJK UNIFIED IDEOGRAPH-24F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F40,
        name: "CJK UNIFIED IDEOGRAPH-24F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F41,
        name: "CJK UNIFIED IDEOGRAPH-24F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F42,
        name: "CJK UNIFIED IDEOGRAPH-24F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F43,
        name: "CJK UNIFIED IDEOGRAPH-24F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F44,
        name: "CJK UNIFIED IDEOGRAPH-24F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F45,
        name: "CJK UNIFIED IDEOGRAPH-24F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F46,
        name: "CJK UNIFIED IDEOGRAPH-24F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F47,
        name: "CJK UNIFIED IDEOGRAPH-24F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F48,
        name: "CJK UNIFIED IDEOGRAPH-24F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F49,
        name: "CJK UNIFIED IDEOGRAPH-24F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F4A,
        name: "CJK UNIFIED IDEOGRAPH-24F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F4B,
        name: "CJK UNIFIED IDEOGRAPH-24F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F4C,
        name: "CJK UNIFIED IDEOGRAPH-24F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F4D,
        name: "CJK UNIFIED IDEOGRAPH-24F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F4E,
        name: "CJK UNIFIED IDEOGRAPH-24F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F4F,
        name: "CJK UNIFIED IDEOGRAPH-24F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F50,
        name: "CJK UNIFIED IDEOGRAPH-24F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F51,
        name: "CJK UNIFIED IDEOGRAPH-24F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F52,
        name: "CJK UNIFIED IDEOGRAPH-24F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F53,
        name: "CJK UNIFIED IDEOGRAPH-24F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F54,
        name: "CJK UNIFIED IDEOGRAPH-24F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F55,
        name: "CJK UNIFIED IDEOGRAPH-24F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F56,
        name: "CJK UNIFIED IDEOGRAPH-24F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F57,
        name: "CJK UNIFIED IDEOGRAPH-24F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F58,
        name: "CJK UNIFIED IDEOGRAPH-24F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F59,
        name: "CJK UNIFIED IDEOGRAPH-24F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F5A,
        name: "CJK UNIFIED IDEOGRAPH-24F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F5B,
        name: "CJK UNIFIED IDEOGRAPH-24F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F5C,
        name: "CJK UNIFIED IDEOGRAPH-24F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F5D,
        name: "CJK UNIFIED IDEOGRAPH-24F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F5E,
        name: "CJK UNIFIED IDEOGRAPH-24F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F5F,
        name: "CJK UNIFIED IDEOGRAPH-24F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F60,
        name: "CJK UNIFIED IDEOGRAPH-24F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F61,
        name: "CJK UNIFIED IDEOGRAPH-24F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F62,
        name: "CJK UNIFIED IDEOGRAPH-24F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F63,
        name: "CJK UNIFIED IDEOGRAPH-24F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F64,
        name: "CJK UNIFIED IDEOGRAPH-24F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F65,
        name: "CJK UNIFIED IDEOGRAPH-24F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F66,
        name: "CJK UNIFIED IDEOGRAPH-24F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F67,
        name: "CJK UNIFIED IDEOGRAPH-24F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F68,
        name: "CJK UNIFIED IDEOGRAPH-24F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F69,
        name: "CJK UNIFIED IDEOGRAPH-24F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F6A,
        name: "CJK UNIFIED IDEOGRAPH-24F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F6B,
        name: "CJK UNIFIED IDEOGRAPH-24F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F6C,
        name: "CJK UNIFIED IDEOGRAPH-24F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F6D,
        name: "CJK UNIFIED IDEOGRAPH-24F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F6E,
        name: "CJK UNIFIED IDEOGRAPH-24F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F6F,
        name: "CJK UNIFIED IDEOGRAPH-24F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F70,
        name: "CJK UNIFIED IDEOGRAPH-24F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F71,
        name: "CJK UNIFIED IDEOGRAPH-24F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F72,
        name: "CJK UNIFIED IDEOGRAPH-24F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F73,
        name: "CJK UNIFIED IDEOGRAPH-24F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F74,
        name: "CJK UNIFIED IDEOGRAPH-24F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F75,
        name: "CJK UNIFIED IDEOGRAPH-24F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F76,
        name: "CJK UNIFIED IDEOGRAPH-24F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F77,
        name: "CJK UNIFIED IDEOGRAPH-24F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F78,
        name: "CJK UNIFIED IDEOGRAPH-24F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F79,
        name: "CJK UNIFIED IDEOGRAPH-24F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F7A,
        name: "CJK UNIFIED IDEOGRAPH-24F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F7B,
        name: "CJK UNIFIED IDEOGRAPH-24F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F7C,
        name: "CJK UNIFIED IDEOGRAPH-24F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F7D,
        name: "CJK UNIFIED IDEOGRAPH-24F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F7E,
        name: "CJK UNIFIED IDEOGRAPH-24F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F7F,
        name: "CJK UNIFIED IDEOGRAPH-24F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F80,
        name: "CJK UNIFIED IDEOGRAPH-24F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F81,
        name: "CJK UNIFIED IDEOGRAPH-24F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F82,
        name: "CJK UNIFIED IDEOGRAPH-24F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F83,
        name: "CJK UNIFIED IDEOGRAPH-24F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F84,
        name: "CJK UNIFIED IDEOGRAPH-24F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F85,
        name: "CJK UNIFIED IDEOGRAPH-24F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F86,
        name: "CJK UNIFIED IDEOGRAPH-24F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F87,
        name: "CJK UNIFIED IDEOGRAPH-24F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F88,
        name: "CJK UNIFIED IDEOGRAPH-24F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F89,
        name: "CJK UNIFIED IDEOGRAPH-24F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F8A,
        name: "CJK UNIFIED IDEOGRAPH-24F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F8B,
        name: "CJK UNIFIED IDEOGRAPH-24F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F8C,
        name: "CJK UNIFIED IDEOGRAPH-24F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F8D,
        name: "CJK UNIFIED IDEOGRAPH-24F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F8E,
        name: "CJK UNIFIED IDEOGRAPH-24F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F8F,
        name: "CJK UNIFIED IDEOGRAPH-24F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F90,
        name: "CJK UNIFIED IDEOGRAPH-24F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F91,
        name: "CJK UNIFIED IDEOGRAPH-24F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F92,
        name: "CJK UNIFIED IDEOGRAPH-24F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F93,
        name: "CJK UNIFIED IDEOGRAPH-24F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F94,
        name: "CJK UNIFIED IDEOGRAPH-24F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F95,
        name: "CJK UNIFIED IDEOGRAPH-24F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F96,
        name: "CJK UNIFIED IDEOGRAPH-24F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F97,
        name: "CJK UNIFIED IDEOGRAPH-24F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F98,
        name: "CJK UNIFIED IDEOGRAPH-24F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F99,
        name: "CJK UNIFIED IDEOGRAPH-24F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F9A,
        name: "CJK UNIFIED IDEOGRAPH-24F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F9B,
        name: "CJK UNIFIED IDEOGRAPH-24F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F9C,
        name: "CJK UNIFIED IDEOGRAPH-24F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F9D,
        name: "CJK UNIFIED IDEOGRAPH-24F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F9E,
        name: "CJK UNIFIED IDEOGRAPH-24F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x24F9F,
        name: "CJK UNIFIED IDEOGRAPH-24F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA0,
        name: "CJK UNIFIED IDEOGRAPH-24FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA1,
        name: "CJK UNIFIED IDEOGRAPH-24FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA2,
        name: "CJK UNIFIED IDEOGRAPH-24FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA3,
        name: "CJK UNIFIED IDEOGRAPH-24FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA4,
        name: "CJK UNIFIED IDEOGRAPH-24FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA5,
        name: "CJK UNIFIED IDEOGRAPH-24FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA6,
        name: "CJK UNIFIED IDEOGRAPH-24FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA7,
        name: "CJK UNIFIED IDEOGRAPH-24FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA8,
        name: "CJK UNIFIED IDEOGRAPH-24FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FA9,
        name: "CJK UNIFIED IDEOGRAPH-24FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FAA,
        name: "CJK UNIFIED IDEOGRAPH-24FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FAB,
        name: "CJK UNIFIED IDEOGRAPH-24FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FAC,
        name: "CJK UNIFIED IDEOGRAPH-24FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FAD,
        name: "CJK UNIFIED IDEOGRAPH-24FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FAE,
        name: "CJK UNIFIED IDEOGRAPH-24FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FAF,
        name: "CJK UNIFIED IDEOGRAPH-24FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB0,
        name: "CJK UNIFIED IDEOGRAPH-24FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB1,
        name: "CJK UNIFIED IDEOGRAPH-24FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB2,
        name: "CJK UNIFIED IDEOGRAPH-24FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB3,
        name: "CJK UNIFIED IDEOGRAPH-24FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB4,
        name: "CJK UNIFIED IDEOGRAPH-24FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB5,
        name: "CJK UNIFIED IDEOGRAPH-24FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB6,
        name: "CJK UNIFIED IDEOGRAPH-24FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB7,
        name: "CJK UNIFIED IDEOGRAPH-24FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB8,
        name: "CJK UNIFIED IDEOGRAPH-24FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FB9,
        name: "CJK UNIFIED IDEOGRAPH-24FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FBA,
        name: "CJK UNIFIED IDEOGRAPH-24FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FBB,
        name: "CJK UNIFIED IDEOGRAPH-24FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FBC,
        name: "CJK UNIFIED IDEOGRAPH-24FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FBD,
        name: "CJK UNIFIED IDEOGRAPH-24FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FBE,
        name: "CJK UNIFIED IDEOGRAPH-24FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FBF,
        name: "CJK UNIFIED IDEOGRAPH-24FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC0,
        name: "CJK UNIFIED IDEOGRAPH-24FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC1,
        name: "CJK UNIFIED IDEOGRAPH-24FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC2,
        name: "CJK UNIFIED IDEOGRAPH-24FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC3,
        name: "CJK UNIFIED IDEOGRAPH-24FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC4,
        name: "CJK UNIFIED IDEOGRAPH-24FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC5,
        name: "CJK UNIFIED IDEOGRAPH-24FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC6,
        name: "CJK UNIFIED IDEOGRAPH-24FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC7,
        name: "CJK UNIFIED IDEOGRAPH-24FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC8,
        name: "CJK UNIFIED IDEOGRAPH-24FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FC9,
        name: "CJK UNIFIED IDEOGRAPH-24FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FCA,
        name: "CJK UNIFIED IDEOGRAPH-24FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FCB,
        name: "CJK UNIFIED IDEOGRAPH-24FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FCC,
        name: "CJK UNIFIED IDEOGRAPH-24FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FCD,
        name: "CJK UNIFIED IDEOGRAPH-24FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FCE,
        name: "CJK UNIFIED IDEOGRAPH-24FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FCF,
        name: "CJK UNIFIED IDEOGRAPH-24FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD0,
        name: "CJK UNIFIED IDEOGRAPH-24FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD1,
        name: "CJK UNIFIED IDEOGRAPH-24FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD2,
        name: "CJK UNIFIED IDEOGRAPH-24FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD3,
        name: "CJK UNIFIED IDEOGRAPH-24FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD4,
        name: "CJK UNIFIED IDEOGRAPH-24FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD5,
        name: "CJK UNIFIED IDEOGRAPH-24FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD6,
        name: "CJK UNIFIED IDEOGRAPH-24FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD7,
        name: "CJK UNIFIED IDEOGRAPH-24FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD8,
        name: "CJK UNIFIED IDEOGRAPH-24FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FD9,
        name: "CJK UNIFIED IDEOGRAPH-24FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FDA,
        name: "CJK UNIFIED IDEOGRAPH-24FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FDB,
        name: "CJK UNIFIED IDEOGRAPH-24FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FDC,
        name: "CJK UNIFIED IDEOGRAPH-24FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FDD,
        name: "CJK UNIFIED IDEOGRAPH-24FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FDE,
        name: "CJK UNIFIED IDEOGRAPH-24FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FDF,
        name: "CJK UNIFIED IDEOGRAPH-24FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE0,
        name: "CJK UNIFIED IDEOGRAPH-24FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE1,
        name: "CJK UNIFIED IDEOGRAPH-24FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE2,
        name: "CJK UNIFIED IDEOGRAPH-24FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE3,
        name: "CJK UNIFIED IDEOGRAPH-24FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE4,
        name: "CJK UNIFIED IDEOGRAPH-24FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE5,
        name: "CJK UNIFIED IDEOGRAPH-24FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE6,
        name: "CJK UNIFIED IDEOGRAPH-24FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE7,
        name: "CJK UNIFIED IDEOGRAPH-24FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE8,
        name: "CJK UNIFIED IDEOGRAPH-24FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FE9,
        name: "CJK UNIFIED IDEOGRAPH-24FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FEA,
        name: "CJK UNIFIED IDEOGRAPH-24FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FEB,
        name: "CJK UNIFIED IDEOGRAPH-24FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FEC,
        name: "CJK UNIFIED IDEOGRAPH-24FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FED,
        name: "CJK UNIFIED IDEOGRAPH-24FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FEE,
        name: "CJK UNIFIED IDEOGRAPH-24FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FEF,
        name: "CJK UNIFIED IDEOGRAPH-24FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF0,
        name: "CJK UNIFIED IDEOGRAPH-24FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF1,
        name: "CJK UNIFIED IDEOGRAPH-24FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF2,
        name: "CJK UNIFIED IDEOGRAPH-24FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF3,
        name: "CJK UNIFIED IDEOGRAPH-24FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF4,
        name: "CJK UNIFIED IDEOGRAPH-24FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF5,
        name: "CJK UNIFIED IDEOGRAPH-24FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF6,
        name: "CJK UNIFIED IDEOGRAPH-24FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF7,
        name: "CJK UNIFIED IDEOGRAPH-24FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF8,
        name: "CJK UNIFIED IDEOGRAPH-24FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FF9,
        name: "CJK UNIFIED IDEOGRAPH-24FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FFA,
        name: "CJK UNIFIED IDEOGRAPH-24FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FFB,
        name: "CJK UNIFIED IDEOGRAPH-24FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FFC,
        name: "CJK UNIFIED IDEOGRAPH-24FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FFD,
        name: "CJK UNIFIED IDEOGRAPH-24FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FFE,
        name: "CJK UNIFIED IDEOGRAPH-24FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x24FFF,
        name: "CJK UNIFIED IDEOGRAPH-24FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25000,
        name: "CJK UNIFIED IDEOGRAPH-25000",
    },
    Character {
        age: "3.1",
        codepoint: 0x25001,
        name: "CJK UNIFIED IDEOGRAPH-25001",
    },
    Character {
        age: "3.1",
        codepoint: 0x25002,
        name: "CJK UNIFIED IDEOGRAPH-25002",
    },
    Character {
        age: "3.1",
        codepoint: 0x25003,
        name: "CJK UNIFIED IDEOGRAPH-25003",
    },
    Character {
        age: "3.1",
        codepoint: 0x25004,
        name: "CJK UNIFIED IDEOGRAPH-25004",
    },
    Character {
        age: "3.1",
        codepoint: 0x25005,
        name: "CJK UNIFIED IDEOGRAPH-25005",
    },
    Character {
        age: "3.1",
        codepoint: 0x25006,
        name: "CJK UNIFIED IDEOGRAPH-25006",
    },
    Character {
        age: "3.1",
        codepoint: 0x25007,
        name: "CJK UNIFIED IDEOGRAPH-25007",
    },
    Character {
        age: "3.1",
        codepoint: 0x25008,
        name: "CJK UNIFIED IDEOGRAPH-25008",
    },
    Character {
        age: "3.1",
        codepoint: 0x25009,
        name: "CJK UNIFIED IDEOGRAPH-25009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2500A,
        name: "CJK UNIFIED IDEOGRAPH-2500A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2500B,
        name: "CJK UNIFIED IDEOGRAPH-2500B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2500C,
        name: "CJK UNIFIED IDEOGRAPH-2500C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2500D,
        name: "CJK UNIFIED IDEOGRAPH-2500D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2500E,
        name: "CJK UNIFIED IDEOGRAPH-2500E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2500F,
        name: "CJK UNIFIED IDEOGRAPH-2500F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25010,
        name: "CJK UNIFIED IDEOGRAPH-25010",
    },
    Character {
        age: "3.1",
        codepoint: 0x25011,
        name: "CJK UNIFIED IDEOGRAPH-25011",
    },
    Character {
        age: "3.1",
        codepoint: 0x25012,
        name: "CJK UNIFIED IDEOGRAPH-25012",
    },
    Character {
        age: "3.1",
        codepoint: 0x25013,
        name: "CJK UNIFIED IDEOGRAPH-25013",
    },
    Character {
        age: "3.1",
        codepoint: 0x25014,
        name: "CJK UNIFIED IDEOGRAPH-25014",
    },
    Character {
        age: "3.1",
        codepoint: 0x25015,
        name: "CJK UNIFIED IDEOGRAPH-25015",
    },
    Character {
        age: "3.1",
        codepoint: 0x25016,
        name: "CJK UNIFIED IDEOGRAPH-25016",
    },
    Character {
        age: "3.1",
        codepoint: 0x25017,
        name: "CJK UNIFIED IDEOGRAPH-25017",
    },
    Character {
        age: "3.1",
        codepoint: 0x25018,
        name: "CJK UNIFIED IDEOGRAPH-25018",
    },
    Character {
        age: "3.1",
        codepoint: 0x25019,
        name: "CJK UNIFIED IDEOGRAPH-25019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2501A,
        name: "CJK UNIFIED IDEOGRAPH-2501A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2501B,
        name: "CJK UNIFIED IDEOGRAPH-2501B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2501C,
        name: "CJK UNIFIED IDEOGRAPH-2501C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2501D,
        name: "CJK UNIFIED IDEOGRAPH-2501D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2501E,
        name: "CJK UNIFIED IDEOGRAPH-2501E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2501F,
        name: "CJK UNIFIED IDEOGRAPH-2501F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25020,
        name: "CJK UNIFIED IDEOGRAPH-25020",
    },
    Character {
        age: "3.1",
        codepoint: 0x25021,
        name: "CJK UNIFIED IDEOGRAPH-25021",
    },
    Character {
        age: "3.1",
        codepoint: 0x25022,
        name: "CJK UNIFIED IDEOGRAPH-25022",
    },
    Character {
        age: "3.1",
        codepoint: 0x25023,
        name: "CJK UNIFIED IDEOGRAPH-25023",
    },
    Character {
        age: "3.1",
        codepoint: 0x25024,
        name: "CJK UNIFIED IDEOGRAPH-25024",
    },
    Character {
        age: "3.1",
        codepoint: 0x25025,
        name: "CJK UNIFIED IDEOGRAPH-25025",
    },
    Character {
        age: "3.1",
        codepoint: 0x25026,
        name: "CJK UNIFIED IDEOGRAPH-25026",
    },
    Character {
        age: "3.1",
        codepoint: 0x25027,
        name: "CJK UNIFIED IDEOGRAPH-25027",
    },
    Character {
        age: "3.1",
        codepoint: 0x25028,
        name: "CJK UNIFIED IDEOGRAPH-25028",
    },
    Character {
        age: "3.1",
        codepoint: 0x25029,
        name: "CJK UNIFIED IDEOGRAPH-25029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2502A,
        name: "CJK UNIFIED IDEOGRAPH-2502A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2502B,
        name: "CJK UNIFIED IDEOGRAPH-2502B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2502C,
        name: "CJK UNIFIED IDEOGRAPH-2502C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2502D,
        name: "CJK UNIFIED IDEOGRAPH-2502D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2502E,
        name: "CJK UNIFIED IDEOGRAPH-2502E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2502F,
        name: "CJK UNIFIED IDEOGRAPH-2502F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25030,
        name: "CJK UNIFIED IDEOGRAPH-25030",
    },
    Character {
        age: "3.1",
        codepoint: 0x25031,
        name: "CJK UNIFIED IDEOGRAPH-25031",
    },
    Character {
        age: "3.1",
        codepoint: 0x25032,
        name: "CJK UNIFIED IDEOGRAPH-25032",
    },
    Character {
        age: "3.1",
        codepoint: 0x25033,
        name: "CJK UNIFIED IDEOGRAPH-25033",
    },
    Character {
        age: "3.1",
        codepoint: 0x25034,
        name: "CJK UNIFIED IDEOGRAPH-25034",
    },
    Character {
        age: "3.1",
        codepoint: 0x25035,
        name: "CJK UNIFIED IDEOGRAPH-25035",
    },
    Character {
        age: "3.1",
        codepoint: 0x25036,
        name: "CJK UNIFIED IDEOGRAPH-25036",
    },
    Character {
        age: "3.1",
        codepoint: 0x25037,
        name: "CJK UNIFIED IDEOGRAPH-25037",
    },
    Character {
        age: "3.1",
        codepoint: 0x25038,
        name: "CJK UNIFIED IDEOGRAPH-25038",
    },
    Character {
        age: "3.1",
        codepoint: 0x25039,
        name: "CJK UNIFIED IDEOGRAPH-25039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2503A,
        name: "CJK UNIFIED IDEOGRAPH-2503A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2503B,
        name: "CJK UNIFIED IDEOGRAPH-2503B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2503C,
        name: "CJK UNIFIED IDEOGRAPH-2503C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2503D,
        name: "CJK UNIFIED IDEOGRAPH-2503D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2503E,
        name: "CJK UNIFIED IDEOGRAPH-2503E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2503F,
        name: "CJK UNIFIED IDEOGRAPH-2503F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25040,
        name: "CJK UNIFIED IDEOGRAPH-25040",
    },
    Character {
        age: "3.1",
        codepoint: 0x25041,
        name: "CJK UNIFIED IDEOGRAPH-25041",
    },
    Character {
        age: "3.1",
        codepoint: 0x25042,
        name: "CJK UNIFIED IDEOGRAPH-25042",
    },
    Character {
        age: "3.1",
        codepoint: 0x25043,
        name: "CJK UNIFIED IDEOGRAPH-25043",
    },
    Character {
        age: "3.1",
        codepoint: 0x25044,
        name: "CJK UNIFIED IDEOGRAPH-25044",
    },
    Character {
        age: "3.1",
        codepoint: 0x25045,
        name: "CJK UNIFIED IDEOGRAPH-25045",
    },
    Character {
        age: "3.1",
        codepoint: 0x25046,
        name: "CJK UNIFIED IDEOGRAPH-25046",
    },
    Character {
        age: "3.1",
        codepoint: 0x25047,
        name: "CJK UNIFIED IDEOGRAPH-25047",
    },
    Character {
        age: "3.1",
        codepoint: 0x25048,
        name: "CJK UNIFIED IDEOGRAPH-25048",
    },
    Character {
        age: "3.1",
        codepoint: 0x25049,
        name: "CJK UNIFIED IDEOGRAPH-25049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2504A,
        name: "CJK UNIFIED IDEOGRAPH-2504A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2504B,
        name: "CJK UNIFIED IDEOGRAPH-2504B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2504C,
        name: "CJK UNIFIED IDEOGRAPH-2504C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2504D,
        name: "CJK UNIFIED IDEOGRAPH-2504D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2504E,
        name: "CJK UNIFIED IDEOGRAPH-2504E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2504F,
        name: "CJK UNIFIED IDEOGRAPH-2504F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25050,
        name: "CJK UNIFIED IDEOGRAPH-25050",
    },
    Character {
        age: "3.1",
        codepoint: 0x25051,
        name: "CJK UNIFIED IDEOGRAPH-25051",
    },
    Character {
        age: "3.1",
        codepoint: 0x25052,
        name: "CJK UNIFIED IDEOGRAPH-25052",
    },
    Character {
        age: "3.1",
        codepoint: 0x25053,
        name: "CJK UNIFIED IDEOGRAPH-25053",
    },
    Character {
        age: "3.1",
        codepoint: 0x25054,
        name: "CJK UNIFIED IDEOGRAPH-25054",
    },
    Character {
        age: "3.1",
        codepoint: 0x25055,
        name: "CJK UNIFIED IDEOGRAPH-25055",
    },
    Character {
        age: "3.1",
        codepoint: 0x25056,
        name: "CJK UNIFIED IDEOGRAPH-25056",
    },
    Character {
        age: "3.1",
        codepoint: 0x25057,
        name: "CJK UNIFIED IDEOGRAPH-25057",
    },
    Character {
        age: "3.1",
        codepoint: 0x25058,
        name: "CJK UNIFIED IDEOGRAPH-25058",
    },
    Character {
        age: "3.1",
        codepoint: 0x25059,
        name: "CJK UNIFIED IDEOGRAPH-25059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2505A,
        name: "CJK UNIFIED IDEOGRAPH-2505A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2505B,
        name: "CJK UNIFIED IDEOGRAPH-2505B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2505C,
        name: "CJK UNIFIED IDEOGRAPH-2505C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2505D,
        name: "CJK UNIFIED IDEOGRAPH-2505D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2505E,
        name: "CJK UNIFIED IDEOGRAPH-2505E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2505F,
        name: "CJK UNIFIED IDEOGRAPH-2505F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25060,
        name: "CJK UNIFIED IDEOGRAPH-25060",
    },
    Character {
        age: "3.1",
        codepoint: 0x25061,
        name: "CJK UNIFIED IDEOGRAPH-25061",
    },
    Character {
        age: "3.1",
        codepoint: 0x25062,
        name: "CJK UNIFIED IDEOGRAPH-25062",
    },
    Character {
        age: "3.1",
        codepoint: 0x25063,
        name: "CJK UNIFIED IDEOGRAPH-25063",
    },
    Character {
        age: "3.1",
        codepoint: 0x25064,
        name: "CJK UNIFIED IDEOGRAPH-25064",
    },
    Character {
        age: "3.1",
        codepoint: 0x25065,
        name: "CJK UNIFIED IDEOGRAPH-25065",
    },
    Character {
        age: "3.1",
        codepoint: 0x25066,
        name: "CJK UNIFIED IDEOGRAPH-25066",
    },
    Character {
        age: "3.1",
        codepoint: 0x25067,
        name: "CJK UNIFIED IDEOGRAPH-25067",
    },
    Character {
        age: "3.1",
        codepoint: 0x25068,
        name: "CJK UNIFIED IDEOGRAPH-25068",
    },
    Character {
        age: "3.1",
        codepoint: 0x25069,
        name: "CJK UNIFIED IDEOGRAPH-25069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2506A,
        name: "CJK UNIFIED IDEOGRAPH-2506A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2506B,
        name: "CJK UNIFIED IDEOGRAPH-2506B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2506C,
        name: "CJK UNIFIED IDEOGRAPH-2506C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2506D,
        name: "CJK UNIFIED IDEOGRAPH-2506D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2506E,
        name: "CJK UNIFIED IDEOGRAPH-2506E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2506F,
        name: "CJK UNIFIED IDEOGRAPH-2506F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25070,
        name: "CJK UNIFIED IDEOGRAPH-25070",
    },
    Character {
        age: "3.1",
        codepoint: 0x25071,
        name: "CJK UNIFIED IDEOGRAPH-25071",
    },
    Character {
        age: "3.1",
        codepoint: 0x25072,
        name: "CJK UNIFIED IDEOGRAPH-25072",
    },
    Character {
        age: "3.1",
        codepoint: 0x25073,
        name: "CJK UNIFIED IDEOGRAPH-25073",
    },
    Character {
        age: "3.1",
        codepoint: 0x25074,
        name: "CJK UNIFIED IDEOGRAPH-25074",
    },
    Character {
        age: "3.1",
        codepoint: 0x25075,
        name: "CJK UNIFIED IDEOGRAPH-25075",
    },
    Character {
        age: "3.1",
        codepoint: 0x25076,
        name: "CJK UNIFIED IDEOGRAPH-25076",
    },
    Character {
        age: "3.1",
        codepoint: 0x25077,
        name: "CJK UNIFIED IDEOGRAPH-25077",
    },
    Character {
        age: "3.1",
        codepoint: 0x25078,
        name: "CJK UNIFIED IDEOGRAPH-25078",
    },
    Character {
        age: "3.1",
        codepoint: 0x25079,
        name: "CJK UNIFIED IDEOGRAPH-25079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2507A,
        name: "CJK UNIFIED IDEOGRAPH-2507A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2507B,
        name: "CJK UNIFIED IDEOGRAPH-2507B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2507C,
        name: "CJK UNIFIED IDEOGRAPH-2507C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2507D,
        name: "CJK UNIFIED IDEOGRAPH-2507D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2507E,
        name: "CJK UNIFIED IDEOGRAPH-2507E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2507F,
        name: "CJK UNIFIED IDEOGRAPH-2507F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25080,
        name: "CJK UNIFIED IDEOGRAPH-25080",
    },
    Character {
        age: "3.1",
        codepoint: 0x25081,
        name: "CJK UNIFIED IDEOGRAPH-25081",
    },
    Character {
        age: "3.1",
        codepoint: 0x25082,
        name: "CJK UNIFIED IDEOGRAPH-25082",
    },
    Character {
        age: "3.1",
        codepoint: 0x25083,
        name: "CJK UNIFIED IDEOGRAPH-25083",
    },
    Character {
        age: "3.1",
        codepoint: 0x25084,
        name: "CJK UNIFIED IDEOGRAPH-25084",
    },
    Character {
        age: "3.1",
        codepoint: 0x25085,
        name: "CJK UNIFIED IDEOGRAPH-25085",
    },
    Character {
        age: "3.1",
        codepoint: 0x25086,
        name: "CJK UNIFIED IDEOGRAPH-25086",
    },
    Character {
        age: "3.1",
        codepoint: 0x25087,
        name: "CJK UNIFIED IDEOGRAPH-25087",
    },
    Character {
        age: "3.1",
        codepoint: 0x25088,
        name: "CJK UNIFIED IDEOGRAPH-25088",
    },
    Character {
        age: "3.1",
        codepoint: 0x25089,
        name: "CJK UNIFIED IDEOGRAPH-25089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2508A,
        name: "CJK UNIFIED IDEOGRAPH-2508A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2508B,
        name: "CJK UNIFIED IDEOGRAPH-2508B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2508C,
        name: "CJK UNIFIED IDEOGRAPH-2508C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2508D,
        name: "CJK UNIFIED IDEOGRAPH-2508D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2508E,
        name: "CJK UNIFIED IDEOGRAPH-2508E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2508F,
        name: "CJK UNIFIED IDEOGRAPH-2508F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25090,
        name: "CJK UNIFIED IDEOGRAPH-25090",
    },
    Character {
        age: "3.1",
        codepoint: 0x25091,
        name: "CJK UNIFIED IDEOGRAPH-25091",
    },
    Character {
        age: "3.1",
        codepoint: 0x25092,
        name: "CJK UNIFIED IDEOGRAPH-25092",
    },
    Character {
        age: "3.1",
        codepoint: 0x25093,
        name: "CJK UNIFIED IDEOGRAPH-25093",
    },
    Character {
        age: "3.1",
        codepoint: 0x25094,
        name: "CJK UNIFIED IDEOGRAPH-25094",
    },
    Character {
        age: "3.1",
        codepoint: 0x25095,
        name: "CJK UNIFIED IDEOGRAPH-25095",
    },
    Character {
        age: "3.1",
        codepoint: 0x25096,
        name: "CJK UNIFIED IDEOGRAPH-25096",
    },
    Character {
        age: "3.1",
        codepoint: 0x25097,
        name: "CJK UNIFIED IDEOGRAPH-25097",
    },
    Character {
        age: "3.1",
        codepoint: 0x25098,
        name: "CJK UNIFIED IDEOGRAPH-25098",
    },
    Character {
        age: "3.1",
        codepoint: 0x25099,
        name: "CJK UNIFIED IDEOGRAPH-25099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2509A,
        name: "CJK UNIFIED IDEOGRAPH-2509A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2509B,
        name: "CJK UNIFIED IDEOGRAPH-2509B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2509C,
        name: "CJK UNIFIED IDEOGRAPH-2509C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2509D,
        name: "CJK UNIFIED IDEOGRAPH-2509D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2509E,
        name: "CJK UNIFIED IDEOGRAPH-2509E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2509F,
        name: "CJK UNIFIED IDEOGRAPH-2509F",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A0,
        name: "CJK UNIFIED IDEOGRAPH-250A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A1,
        name: "CJK UNIFIED IDEOGRAPH-250A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A2,
        name: "CJK UNIFIED IDEOGRAPH-250A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A3,
        name: "CJK UNIFIED IDEOGRAPH-250A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A4,
        name: "CJK UNIFIED IDEOGRAPH-250A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A5,
        name: "CJK UNIFIED IDEOGRAPH-250A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A6,
        name: "CJK UNIFIED IDEOGRAPH-250A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A7,
        name: "CJK UNIFIED IDEOGRAPH-250A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A8,
        name: "CJK UNIFIED IDEOGRAPH-250A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x250A9,
        name: "CJK UNIFIED IDEOGRAPH-250A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x250AA,
        name: "CJK UNIFIED IDEOGRAPH-250AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x250AB,
        name: "CJK UNIFIED IDEOGRAPH-250AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x250AC,
        name: "CJK UNIFIED IDEOGRAPH-250AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x250AD,
        name: "CJK UNIFIED IDEOGRAPH-250AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x250AE,
        name: "CJK UNIFIED IDEOGRAPH-250AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x250AF,
        name: "CJK UNIFIED IDEOGRAPH-250AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B0,
        name: "CJK UNIFIED IDEOGRAPH-250B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B1,
        name: "CJK UNIFIED IDEOGRAPH-250B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B2,
        name: "CJK UNIFIED IDEOGRAPH-250B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B3,
        name: "CJK UNIFIED IDEOGRAPH-250B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B4,
        name: "CJK UNIFIED IDEOGRAPH-250B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B5,
        name: "CJK UNIFIED IDEOGRAPH-250B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B6,
        name: "CJK UNIFIED IDEOGRAPH-250B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B7,
        name: "CJK UNIFIED IDEOGRAPH-250B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B8,
        name: "CJK UNIFIED IDEOGRAPH-250B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x250B9,
        name: "CJK UNIFIED IDEOGRAPH-250B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x250BA,
        name: "CJK UNIFIED IDEOGRAPH-250BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x250BB,
        name: "CJK UNIFIED IDEOGRAPH-250BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x250BC,
        name: "CJK UNIFIED IDEOGRAPH-250BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x250BD,
        name: "CJK UNIFIED IDEOGRAPH-250BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x250BE,
        name: "CJK UNIFIED IDEOGRAPH-250BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x250BF,
        name: "CJK UNIFIED IDEOGRAPH-250BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C0,
        name: "CJK UNIFIED IDEOGRAPH-250C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C1,
        name: "CJK UNIFIED IDEOGRAPH-250C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C2,
        name: "CJK UNIFIED IDEOGRAPH-250C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C3,
        name: "CJK UNIFIED IDEOGRAPH-250C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C4,
        name: "CJK UNIFIED IDEOGRAPH-250C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C5,
        name: "CJK UNIFIED IDEOGRAPH-250C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C6,
        name: "CJK UNIFIED IDEOGRAPH-250C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C7,
        name: "CJK UNIFIED IDEOGRAPH-250C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C8,
        name: "CJK UNIFIED IDEOGRAPH-250C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x250C9,
        name: "CJK UNIFIED IDEOGRAPH-250C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x250CA,
        name: "CJK UNIFIED IDEOGRAPH-250CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x250CB,
        name: "CJK UNIFIED IDEOGRAPH-250CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x250CC,
        name: "CJK UNIFIED IDEOGRAPH-250CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x250CD,
        name: "CJK UNIFIED IDEOGRAPH-250CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x250CE,
        name: "CJK UNIFIED IDEOGRAPH-250CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x250CF,
        name: "CJK UNIFIED IDEOGRAPH-250CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D0,
        name: "CJK UNIFIED IDEOGRAPH-250D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D1,
        name: "CJK UNIFIED IDEOGRAPH-250D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D2,
        name: "CJK UNIFIED IDEOGRAPH-250D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D3,
        name: "CJK UNIFIED IDEOGRAPH-250D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D4,
        name: "CJK UNIFIED IDEOGRAPH-250D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D5,
        name: "CJK UNIFIED IDEOGRAPH-250D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D6,
        name: "CJK UNIFIED IDEOGRAPH-250D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D7,
        name: "CJK UNIFIED IDEOGRAPH-250D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D8,
        name: "CJK UNIFIED IDEOGRAPH-250D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x250D9,
        name: "CJK UNIFIED IDEOGRAPH-250D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x250DA,
        name: "CJK UNIFIED IDEOGRAPH-250DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x250DB,
        name: "CJK UNIFIED IDEOGRAPH-250DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x250DC,
        name: "CJK UNIFIED IDEOGRAPH-250DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x250DD,
        name: "CJK UNIFIED IDEOGRAPH-250DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x250DE,
        name: "CJK UNIFIED IDEOGRAPH-250DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x250DF,
        name: "CJK UNIFIED IDEOGRAPH-250DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E0,
        name: "CJK UNIFIED IDEOGRAPH-250E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E1,
        name: "CJK UNIFIED IDEOGRAPH-250E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E2,
        name: "CJK UNIFIED IDEOGRAPH-250E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E3,
        name: "CJK UNIFIED IDEOGRAPH-250E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E4,
        name: "CJK UNIFIED IDEOGRAPH-250E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E5,
        name: "CJK UNIFIED IDEOGRAPH-250E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E6,
        name: "CJK UNIFIED IDEOGRAPH-250E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E7,
        name: "CJK UNIFIED IDEOGRAPH-250E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E8,
        name: "CJK UNIFIED IDEOGRAPH-250E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x250E9,
        name: "CJK UNIFIED IDEOGRAPH-250E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x250EA,
        name: "CJK UNIFIED IDEOGRAPH-250EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x250EB,
        name: "CJK UNIFIED IDEOGRAPH-250EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x250EC,
        name: "CJK UNIFIED IDEOGRAPH-250EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x250ED,
        name: "CJK UNIFIED IDEOGRAPH-250ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x250EE,
        name: "CJK UNIFIED IDEOGRAPH-250EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x250EF,
        name: "CJK UNIFIED IDEOGRAPH-250EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F0,
        name: "CJK UNIFIED IDEOGRAPH-250F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F1,
        name: "CJK UNIFIED IDEOGRAPH-250F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F2,
        name: "CJK UNIFIED IDEOGRAPH-250F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F3,
        name: "CJK UNIFIED IDEOGRAPH-250F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F4,
        name: "CJK UNIFIED IDEOGRAPH-250F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F5,
        name: "CJK UNIFIED IDEOGRAPH-250F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F6,
        name: "CJK UNIFIED IDEOGRAPH-250F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F7,
        name: "CJK UNIFIED IDEOGRAPH-250F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F8,
        name: "CJK UNIFIED IDEOGRAPH-250F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x250F9,
        name: "CJK UNIFIED IDEOGRAPH-250F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x250FA,
        name: "CJK UNIFIED IDEOGRAPH-250FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x250FB,
        name: "CJK UNIFIED IDEOGRAPH-250FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x250FC,
        name: "CJK UNIFIED IDEOGRAPH-250FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x250FD,
        name: "CJK UNIFIED IDEOGRAPH-250FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x250FE,
        name: "CJK UNIFIED IDEOGRAPH-250FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x250FF,
        name: "CJK UNIFIED IDEOGRAPH-250FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25100,
        name: "CJK UNIFIED IDEOGRAPH-25100",
    },
    Character {
        age: "3.1",
        codepoint: 0x25101,
        name: "CJK UNIFIED IDEOGRAPH-25101",
    },
    Character {
        age: "3.1",
        codepoint: 0x25102,
        name: "CJK UNIFIED IDEOGRAPH-25102",
    },
    Character {
        age: "3.1",
        codepoint: 0x25103,
        name: "CJK UNIFIED IDEOGRAPH-25103",
    },
    Character {
        age: "3.1",
        codepoint: 0x25104,
        name: "CJK UNIFIED IDEOGRAPH-25104",
    },
    Character {
        age: "3.1",
        codepoint: 0x25105,
        name: "CJK UNIFIED IDEOGRAPH-25105",
    },
    Character {
        age: "3.1",
        codepoint: 0x25106,
        name: "CJK UNIFIED IDEOGRAPH-25106",
    },
    Character {
        age: "3.1",
        codepoint: 0x25107,
        name: "CJK UNIFIED IDEOGRAPH-25107",
    },
    Character {
        age: "3.1",
        codepoint: 0x25108,
        name: "CJK UNIFIED IDEOGRAPH-25108",
    },
    Character {
        age: "3.1",
        codepoint: 0x25109,
        name: "CJK UNIFIED IDEOGRAPH-25109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2510A,
        name: "CJK UNIFIED IDEOGRAPH-2510A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2510B,
        name: "CJK UNIFIED IDEOGRAPH-2510B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2510C,
        name: "CJK UNIFIED IDEOGRAPH-2510C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2510D,
        name: "CJK UNIFIED IDEOGRAPH-2510D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2510E,
        name: "CJK UNIFIED IDEOGRAPH-2510E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2510F,
        name: "CJK UNIFIED IDEOGRAPH-2510F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25110,
        name: "CJK UNIFIED IDEOGRAPH-25110",
    },
    Character {
        age: "3.1",
        codepoint: 0x25111,
        name: "CJK UNIFIED IDEOGRAPH-25111",
    },
    Character {
        age: "3.1",
        codepoint: 0x25112,
        name: "CJK UNIFIED IDEOGRAPH-25112",
    },
    Character {
        age: "3.1",
        codepoint: 0x25113,
        name: "CJK UNIFIED IDEOGRAPH-25113",
    },
    Character {
        age: "3.1",
        codepoint: 0x25114,
        name: "CJK UNIFIED IDEOGRAPH-25114",
    },
    Character {
        age: "3.1",
        codepoint: 0x25115,
        name: "CJK UNIFIED IDEOGRAPH-25115",
    },
    Character {
        age: "3.1",
        codepoint: 0x25116,
        name: "CJK UNIFIED IDEOGRAPH-25116",
    },
    Character {
        age: "3.1",
        codepoint: 0x25117,
        name: "CJK UNIFIED IDEOGRAPH-25117",
    },
    Character {
        age: "3.1",
        codepoint: 0x25118,
        name: "CJK UNIFIED IDEOGRAPH-25118",
    },
    Character {
        age: "3.1",
        codepoint: 0x25119,
        name: "CJK UNIFIED IDEOGRAPH-25119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2511A,
        name: "CJK UNIFIED IDEOGRAPH-2511A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2511B,
        name: "CJK UNIFIED IDEOGRAPH-2511B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2511C,
        name: "CJK UNIFIED IDEOGRAPH-2511C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2511D,
        name: "CJK UNIFIED IDEOGRAPH-2511D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2511E,
        name: "CJK UNIFIED IDEOGRAPH-2511E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2511F,
        name: "CJK UNIFIED IDEOGRAPH-2511F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25120,
        name: "CJK UNIFIED IDEOGRAPH-25120",
    },
    Character {
        age: "3.1",
        codepoint: 0x25121,
        name: "CJK UNIFIED IDEOGRAPH-25121",
    },
    Character {
        age: "3.1",
        codepoint: 0x25122,
        name: "CJK UNIFIED IDEOGRAPH-25122",
    },
    Character {
        age: "3.1",
        codepoint: 0x25123,
        name: "CJK UNIFIED IDEOGRAPH-25123",
    },
    Character {
        age: "3.1",
        codepoint: 0x25124,
        name: "CJK UNIFIED IDEOGRAPH-25124",
    },
    Character {
        age: "3.1",
        codepoint: 0x25125,
        name: "CJK UNIFIED IDEOGRAPH-25125",
    },
    Character {
        age: "3.1",
        codepoint: 0x25126,
        name: "CJK UNIFIED IDEOGRAPH-25126",
    },
    Character {
        age: "3.1",
        codepoint: 0x25127,
        name: "CJK UNIFIED IDEOGRAPH-25127",
    },
    Character {
        age: "3.1",
        codepoint: 0x25128,
        name: "CJK UNIFIED IDEOGRAPH-25128",
    },
    Character {
        age: "3.1",
        codepoint: 0x25129,
        name: "CJK UNIFIED IDEOGRAPH-25129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2512A,
        name: "CJK UNIFIED IDEOGRAPH-2512A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2512B,
        name: "CJK UNIFIED IDEOGRAPH-2512B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2512C,
        name: "CJK UNIFIED IDEOGRAPH-2512C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2512D,
        name: "CJK UNIFIED IDEOGRAPH-2512D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2512E,
        name: "CJK UNIFIED IDEOGRAPH-2512E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2512F,
        name: "CJK UNIFIED IDEOGRAPH-2512F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25130,
        name: "CJK UNIFIED IDEOGRAPH-25130",
    },
    Character {
        age: "3.1",
        codepoint: 0x25131,
        name: "CJK UNIFIED IDEOGRAPH-25131",
    },
    Character {
        age: "3.1",
        codepoint: 0x25132,
        name: "CJK UNIFIED IDEOGRAPH-25132",
    },
    Character {
        age: "3.1",
        codepoint: 0x25133,
        name: "CJK UNIFIED IDEOGRAPH-25133",
    },
    Character {
        age: "3.1",
        codepoint: 0x25134,
        name: "CJK UNIFIED IDEOGRAPH-25134",
    },
    Character {
        age: "3.1",
        codepoint: 0x25135,
        name: "CJK UNIFIED IDEOGRAPH-25135",
    },
    Character {
        age: "3.1",
        codepoint: 0x25136,
        name: "CJK UNIFIED IDEOGRAPH-25136",
    },
    Character {
        age: "3.1",
        codepoint: 0x25137,
        name: "CJK UNIFIED IDEOGRAPH-25137",
    },
    Character {
        age: "3.1",
        codepoint: 0x25138,
        name: "CJK UNIFIED IDEOGRAPH-25138",
    },
    Character {
        age: "3.1",
        codepoint: 0x25139,
        name: "CJK UNIFIED IDEOGRAPH-25139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2513A,
        name: "CJK UNIFIED IDEOGRAPH-2513A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2513B,
        name: "CJK UNIFIED IDEOGRAPH-2513B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2513C,
        name: "CJK UNIFIED IDEOGRAPH-2513C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2513D,
        name: "CJK UNIFIED IDEOGRAPH-2513D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2513E,
        name: "CJK UNIFIED IDEOGRAPH-2513E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2513F,
        name: "CJK UNIFIED IDEOGRAPH-2513F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25140,
        name: "CJK UNIFIED IDEOGRAPH-25140",
    },
    Character {
        age: "3.1",
        codepoint: 0x25141,
        name: "CJK UNIFIED IDEOGRAPH-25141",
    },
    Character {
        age: "3.1",
        codepoint: 0x25142,
        name: "CJK UNIFIED IDEOGRAPH-25142",
    },
    Character {
        age: "3.1",
        codepoint: 0x25143,
        name: "CJK UNIFIED IDEOGRAPH-25143",
    },
    Character {
        age: "3.1",
        codepoint: 0x25144,
        name: "CJK UNIFIED IDEOGRAPH-25144",
    },
    Character {
        age: "3.1",
        codepoint: 0x25145,
        name: "CJK UNIFIED IDEOGRAPH-25145",
    },
    Character {
        age: "3.1",
        codepoint: 0x25146,
        name: "CJK UNIFIED IDEOGRAPH-25146",
    },
    Character {
        age: "3.1",
        codepoint: 0x25147,
        name: "CJK UNIFIED IDEOGRAPH-25147",
    },
    Character {
        age: "3.1",
        codepoint: 0x25148,
        name: "CJK UNIFIED IDEOGRAPH-25148",
    },
    Character {
        age: "3.1",
        codepoint: 0x25149,
        name: "CJK UNIFIED IDEOGRAPH-25149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2514A,
        name: "CJK UNIFIED IDEOGRAPH-2514A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2514B,
        name: "CJK UNIFIED IDEOGRAPH-2514B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2514C,
        name: "CJK UNIFIED IDEOGRAPH-2514C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2514D,
        name: "CJK UNIFIED IDEOGRAPH-2514D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2514E,
        name: "CJK UNIFIED IDEOGRAPH-2514E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2514F,
        name: "CJK UNIFIED IDEOGRAPH-2514F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25150,
        name: "CJK UNIFIED IDEOGRAPH-25150",
    },
    Character {
        age: "3.1",
        codepoint: 0x25151,
        name: "CJK UNIFIED IDEOGRAPH-25151",
    },
    Character {
        age: "3.1",
        codepoint: 0x25152,
        name: "CJK UNIFIED IDEOGRAPH-25152",
    },
    Character {
        age: "3.1",
        codepoint: 0x25153,
        name: "CJK UNIFIED IDEOGRAPH-25153",
    },
    Character {
        age: "3.1",
        codepoint: 0x25154,
        name: "CJK UNIFIED IDEOGRAPH-25154",
    },
    Character {
        age: "3.1",
        codepoint: 0x25155,
        name: "CJK UNIFIED IDEOGRAPH-25155",
    },
    Character {
        age: "3.1",
        codepoint: 0x25156,
        name: "CJK UNIFIED IDEOGRAPH-25156",
    },
    Character {
        age: "3.1",
        codepoint: 0x25157,
        name: "CJK UNIFIED IDEOGRAPH-25157",
    },
    Character {
        age: "3.1",
        codepoint: 0x25158,
        name: "CJK UNIFIED IDEOGRAPH-25158",
    },
    Character {
        age: "3.1",
        codepoint: 0x25159,
        name: "CJK UNIFIED IDEOGRAPH-25159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2515A,
        name: "CJK UNIFIED IDEOGRAPH-2515A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2515B,
        name: "CJK UNIFIED IDEOGRAPH-2515B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2515C,
        name: "CJK UNIFIED IDEOGRAPH-2515C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2515D,
        name: "CJK UNIFIED IDEOGRAPH-2515D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2515E,
        name: "CJK UNIFIED IDEOGRAPH-2515E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2515F,
        name: "CJK UNIFIED IDEOGRAPH-2515F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25160,
        name: "CJK UNIFIED IDEOGRAPH-25160",
    },
    Character {
        age: "3.1",
        codepoint: 0x25161,
        name: "CJK UNIFIED IDEOGRAPH-25161",
    },
    Character {
        age: "3.1",
        codepoint: 0x25162,
        name: "CJK UNIFIED IDEOGRAPH-25162",
    },
    Character {
        age: "3.1",
        codepoint: 0x25163,
        name: "CJK UNIFIED IDEOGRAPH-25163",
    },
    Character {
        age: "3.1",
        codepoint: 0x25164,
        name: "CJK UNIFIED IDEOGRAPH-25164",
    },
    Character {
        age: "3.1",
        codepoint: 0x25165,
        name: "CJK UNIFIED IDEOGRAPH-25165",
    },
    Character {
        age: "3.1",
        codepoint: 0x25166,
        name: "CJK UNIFIED IDEOGRAPH-25166",
    },
    Character {
        age: "3.1",
        codepoint: 0x25167,
        name: "CJK UNIFIED IDEOGRAPH-25167",
    },
    Character {
        age: "3.1",
        codepoint: 0x25168,
        name: "CJK UNIFIED IDEOGRAPH-25168",
    },
    Character {
        age: "3.1",
        codepoint: 0x25169,
        name: "CJK UNIFIED IDEOGRAPH-25169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2516A,
        name: "CJK UNIFIED IDEOGRAPH-2516A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2516B,
        name: "CJK UNIFIED IDEOGRAPH-2516B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2516C,
        name: "CJK UNIFIED IDEOGRAPH-2516C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2516D,
        name: "CJK UNIFIED IDEOGRAPH-2516D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2516E,
        name: "CJK UNIFIED IDEOGRAPH-2516E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2516F,
        name: "CJK UNIFIED IDEOGRAPH-2516F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25170,
        name: "CJK UNIFIED IDEOGRAPH-25170",
    },
    Character {
        age: "3.1",
        codepoint: 0x25171,
        name: "CJK UNIFIED IDEOGRAPH-25171",
    },
    Character {
        age: "3.1",
        codepoint: 0x25172,
        name: "CJK UNIFIED IDEOGRAPH-25172",
    },
    Character {
        age: "3.1",
        codepoint: 0x25173,
        name: "CJK UNIFIED IDEOGRAPH-25173",
    },
    Character {
        age: "3.1",
        codepoint: 0x25174,
        name: "CJK UNIFIED IDEOGRAPH-25174",
    },
    Character {
        age: "3.1",
        codepoint: 0x25175,
        name: "CJK UNIFIED IDEOGRAPH-25175",
    },
    Character {
        age: "3.1",
        codepoint: 0x25176,
        name: "CJK UNIFIED IDEOGRAPH-25176",
    },
    Character {
        age: "3.1",
        codepoint: 0x25177,
        name: "CJK UNIFIED IDEOGRAPH-25177",
    },
    Character {
        age: "3.1",
        codepoint: 0x25178,
        name: "CJK UNIFIED IDEOGRAPH-25178",
    },
    Character {
        age: "3.1",
        codepoint: 0x25179,
        name: "CJK UNIFIED IDEOGRAPH-25179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2517A,
        name: "CJK UNIFIED IDEOGRAPH-2517A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2517B,
        name: "CJK UNIFIED IDEOGRAPH-2517B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2517C,
        name: "CJK UNIFIED IDEOGRAPH-2517C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2517D,
        name: "CJK UNIFIED IDEOGRAPH-2517D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2517E,
        name: "CJK UNIFIED IDEOGRAPH-2517E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2517F,
        name: "CJK UNIFIED IDEOGRAPH-2517F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25180,
        name: "CJK UNIFIED IDEOGRAPH-25180",
    },
    Character {
        age: "3.1",
        codepoint: 0x25181,
        name: "CJK UNIFIED IDEOGRAPH-25181",
    },
    Character {
        age: "3.1",
        codepoint: 0x25182,
        name: "CJK UNIFIED IDEOGRAPH-25182",
    },
    Character {
        age: "3.1",
        codepoint: 0x25183,
        name: "CJK UNIFIED IDEOGRAPH-25183",
    },
    Character {
        age: "3.1",
        codepoint: 0x25184,
        name: "CJK UNIFIED IDEOGRAPH-25184",
    },
    Character {
        age: "3.1",
        codepoint: 0x25185,
        name: "CJK UNIFIED IDEOGRAPH-25185",
    },
    Character {
        age: "3.1",
        codepoint: 0x25186,
        name: "CJK UNIFIED IDEOGRAPH-25186",
    },
    Character {
        age: "3.1",
        codepoint: 0x25187,
        name: "CJK UNIFIED IDEOGRAPH-25187",
    },
    Character {
        age: "3.1",
        codepoint: 0x25188,
        name: "CJK UNIFIED IDEOGRAPH-25188",
    },
    Character {
        age: "3.1",
        codepoint: 0x25189,
        name: "CJK UNIFIED IDEOGRAPH-25189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2518A,
        name: "CJK UNIFIED IDEOGRAPH-2518A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2518B,
        name: "CJK UNIFIED IDEOGRAPH-2518B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2518C,
        name: "CJK UNIFIED IDEOGRAPH-2518C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2518D,
        name: "CJK UNIFIED IDEOGRAPH-2518D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2518E,
        name: "CJK UNIFIED IDEOGRAPH-2518E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2518F,
        name: "CJK UNIFIED IDEOGRAPH-2518F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25190,
        name: "CJK UNIFIED IDEOGRAPH-25190",
    },
    Character {
        age: "3.1",
        codepoint: 0x25191,
        name: "CJK UNIFIED IDEOGRAPH-25191",
    },
    Character {
        age: "3.1",
        codepoint: 0x25192,
        name: "CJK UNIFIED IDEOGRAPH-25192",
    },
    Character {
        age: "3.1",
        codepoint: 0x25193,
        name: "CJK UNIFIED IDEOGRAPH-25193",
    },
    Character {
        age: "3.1",
        codepoint: 0x25194,
        name: "CJK UNIFIED IDEOGRAPH-25194",
    },
    Character {
        age: "3.1",
        codepoint: 0x25195,
        name: "CJK UNIFIED IDEOGRAPH-25195",
    },
    Character {
        age: "3.1",
        codepoint: 0x25196,
        name: "CJK UNIFIED IDEOGRAPH-25196",
    },
    Character {
        age: "3.1",
        codepoint: 0x25197,
        name: "CJK UNIFIED IDEOGRAPH-25197",
    },
    Character {
        age: "3.1",
        codepoint: 0x25198,
        name: "CJK UNIFIED IDEOGRAPH-25198",
    },
    Character {
        age: "3.1",
        codepoint: 0x25199,
        name: "CJK UNIFIED IDEOGRAPH-25199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2519A,
        name: "CJK UNIFIED IDEOGRAPH-2519A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2519B,
        name: "CJK UNIFIED IDEOGRAPH-2519B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2519C,
        name: "CJK UNIFIED IDEOGRAPH-2519C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2519D,
        name: "CJK UNIFIED IDEOGRAPH-2519D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2519E,
        name: "CJK UNIFIED IDEOGRAPH-2519E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2519F,
        name: "CJK UNIFIED IDEOGRAPH-2519F",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A0,
        name: "CJK UNIFIED IDEOGRAPH-251A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A1,
        name: "CJK UNIFIED IDEOGRAPH-251A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A2,
        name: "CJK UNIFIED IDEOGRAPH-251A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A3,
        name: "CJK UNIFIED IDEOGRAPH-251A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A4,
        name: "CJK UNIFIED IDEOGRAPH-251A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A5,
        name: "CJK UNIFIED IDEOGRAPH-251A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A6,
        name: "CJK UNIFIED IDEOGRAPH-251A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A7,
        name: "CJK UNIFIED IDEOGRAPH-251A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A8,
        name: "CJK UNIFIED IDEOGRAPH-251A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x251A9,
        name: "CJK UNIFIED IDEOGRAPH-251A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x251AA,
        name: "CJK UNIFIED IDEOGRAPH-251AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x251AB,
        name: "CJK UNIFIED IDEOGRAPH-251AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x251AC,
        name: "CJK UNIFIED IDEOGRAPH-251AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x251AD,
        name: "CJK UNIFIED IDEOGRAPH-251AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x251AE,
        name: "CJK UNIFIED IDEOGRAPH-251AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x251AF,
        name: "CJK UNIFIED IDEOGRAPH-251AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B0,
        name: "CJK UNIFIED IDEOGRAPH-251B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B1,
        name: "CJK UNIFIED IDEOGRAPH-251B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B2,
        name: "CJK UNIFIED IDEOGRAPH-251B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B3,
        name: "CJK UNIFIED IDEOGRAPH-251B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B4,
        name: "CJK UNIFIED IDEOGRAPH-251B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B5,
        name: "CJK UNIFIED IDEOGRAPH-251B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B6,
        name: "CJK UNIFIED IDEOGRAPH-251B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B7,
        name: "CJK UNIFIED IDEOGRAPH-251B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B8,
        name: "CJK UNIFIED IDEOGRAPH-251B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x251B9,
        name: "CJK UNIFIED IDEOGRAPH-251B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x251BA,
        name: "CJK UNIFIED IDEOGRAPH-251BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x251BB,
        name: "CJK UNIFIED IDEOGRAPH-251BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x251BC,
        name: "CJK UNIFIED IDEOGRAPH-251BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x251BD,
        name: "CJK UNIFIED IDEOGRAPH-251BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x251BE,
        name: "CJK UNIFIED IDEOGRAPH-251BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x251BF,
        name: "CJK UNIFIED IDEOGRAPH-251BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C0,
        name: "CJK UNIFIED IDEOGRAPH-251C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C1,
        name: "CJK UNIFIED IDEOGRAPH-251C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C2,
        name: "CJK UNIFIED IDEOGRAPH-251C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C3,
        name: "CJK UNIFIED IDEOGRAPH-251C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C4,
        name: "CJK UNIFIED IDEOGRAPH-251C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C5,
        name: "CJK UNIFIED IDEOGRAPH-251C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C6,
        name: "CJK UNIFIED IDEOGRAPH-251C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C7,
        name: "CJK UNIFIED IDEOGRAPH-251C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C8,
        name: "CJK UNIFIED IDEOGRAPH-251C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x251C9,
        name: "CJK UNIFIED IDEOGRAPH-251C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x251CA,
        name: "CJK UNIFIED IDEOGRAPH-251CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x251CB,
        name: "CJK UNIFIED IDEOGRAPH-251CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x251CC,
        name: "CJK UNIFIED IDEOGRAPH-251CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x251CD,
        name: "CJK UNIFIED IDEOGRAPH-251CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x251CE,
        name: "CJK UNIFIED IDEOGRAPH-251CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x251CF,
        name: "CJK UNIFIED IDEOGRAPH-251CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D0,
        name: "CJK UNIFIED IDEOGRAPH-251D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D1,
        name: "CJK UNIFIED IDEOGRAPH-251D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D2,
        name: "CJK UNIFIED IDEOGRAPH-251D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D3,
        name: "CJK UNIFIED IDEOGRAPH-251D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D4,
        name: "CJK UNIFIED IDEOGRAPH-251D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D5,
        name: "CJK UNIFIED IDEOGRAPH-251D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D6,
        name: "CJK UNIFIED IDEOGRAPH-251D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D7,
        name: "CJK UNIFIED IDEOGRAPH-251D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D8,
        name: "CJK UNIFIED IDEOGRAPH-251D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x251D9,
        name: "CJK UNIFIED IDEOGRAPH-251D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x251DA,
        name: "CJK UNIFIED IDEOGRAPH-251DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x251DB,
        name: "CJK UNIFIED IDEOGRAPH-251DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x251DC,
        name: "CJK UNIFIED IDEOGRAPH-251DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x251DD,
        name: "CJK UNIFIED IDEOGRAPH-251DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x251DE,
        name: "CJK UNIFIED IDEOGRAPH-251DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x251DF,
        name: "CJK UNIFIED IDEOGRAPH-251DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E0,
        name: "CJK UNIFIED IDEOGRAPH-251E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E1,
        name: "CJK UNIFIED IDEOGRAPH-251E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E2,
        name: "CJK UNIFIED IDEOGRAPH-251E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E3,
        name: "CJK UNIFIED IDEOGRAPH-251E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E4,
        name: "CJK UNIFIED IDEOGRAPH-251E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E5,
        name: "CJK UNIFIED IDEOGRAPH-251E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E6,
        name: "CJK UNIFIED IDEOGRAPH-251E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E7,
        name: "CJK UNIFIED IDEOGRAPH-251E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E8,
        name: "CJK UNIFIED IDEOGRAPH-251E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x251E9,
        name: "CJK UNIFIED IDEOGRAPH-251E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x251EA,
        name: "CJK UNIFIED IDEOGRAPH-251EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x251EB,
        name: "CJK UNIFIED IDEOGRAPH-251EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x251EC,
        name: "CJK UNIFIED IDEOGRAPH-251EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x251ED,
        name: "CJK UNIFIED IDEOGRAPH-251ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x251EE,
        name: "CJK UNIFIED IDEOGRAPH-251EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x251EF,
        name: "CJK UNIFIED IDEOGRAPH-251EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F0,
        name: "CJK UNIFIED IDEOGRAPH-251F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F1,
        name: "CJK UNIFIED IDEOGRAPH-251F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F2,
        name: "CJK UNIFIED IDEOGRAPH-251F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F3,
        name: "CJK UNIFIED IDEOGRAPH-251F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F4,
        name: "CJK UNIFIED IDEOGRAPH-251F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F5,
        name: "CJK UNIFIED IDEOGRAPH-251F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F6,
        name: "CJK UNIFIED IDEOGRAPH-251F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F7,
        name: "CJK UNIFIED IDEOGRAPH-251F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F8,
        name: "CJK UNIFIED IDEOGRAPH-251F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x251F9,
        name: "CJK UNIFIED IDEOGRAPH-251F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x251FA,
        name: "CJK UNIFIED IDEOGRAPH-251FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x251FB,
        name: "CJK UNIFIED IDEOGRAPH-251FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x251FC,
        name: "CJK UNIFIED IDEOGRAPH-251FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x251FD,
        name: "CJK UNIFIED IDEOGRAPH-251FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x251FE,
        name: "CJK UNIFIED IDEOGRAPH-251FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x251FF,
        name: "CJK UNIFIED IDEOGRAPH-251FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25200,
        name: "CJK UNIFIED IDEOGRAPH-25200",
    },
    Character {
        age: "3.1",
        codepoint: 0x25201,
        name: "CJK UNIFIED IDEOGRAPH-25201",
    },
    Character {
        age: "3.1",
        codepoint: 0x25202,
        name: "CJK UNIFIED IDEOGRAPH-25202",
    },
    Character {
        age: "3.1",
        codepoint: 0x25203,
        name: "CJK UNIFIED IDEOGRAPH-25203",
    },
    Character {
        age: "3.1",
        codepoint: 0x25204,
        name: "CJK UNIFIED IDEOGRAPH-25204",
    },
    Character {
        age: "3.1",
        codepoint: 0x25205,
        name: "CJK UNIFIED IDEOGRAPH-25205",
    },
    Character {
        age: "3.1",
        codepoint: 0x25206,
        name: "CJK UNIFIED IDEOGRAPH-25206",
    },
    Character {
        age: "3.1",
        codepoint: 0x25207,
        name: "CJK UNIFIED IDEOGRAPH-25207",
    },
    Character {
        age: "3.1",
        codepoint: 0x25208,
        name: "CJK UNIFIED IDEOGRAPH-25208",
    },
    Character {
        age: "3.1",
        codepoint: 0x25209,
        name: "CJK UNIFIED IDEOGRAPH-25209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2520A,
        name: "CJK UNIFIED IDEOGRAPH-2520A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2520B,
        name: "CJK UNIFIED IDEOGRAPH-2520B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2520C,
        name: "CJK UNIFIED IDEOGRAPH-2520C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2520D,
        name: "CJK UNIFIED IDEOGRAPH-2520D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2520E,
        name: "CJK UNIFIED IDEOGRAPH-2520E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2520F,
        name: "CJK UNIFIED IDEOGRAPH-2520F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25210,
        name: "CJK UNIFIED IDEOGRAPH-25210",
    },
    Character {
        age: "3.1",
        codepoint: 0x25211,
        name: "CJK UNIFIED IDEOGRAPH-25211",
    },
    Character {
        age: "3.1",
        codepoint: 0x25212,
        name: "CJK UNIFIED IDEOGRAPH-25212",
    },
    Character {
        age: "3.1",
        codepoint: 0x25213,
        name: "CJK UNIFIED IDEOGRAPH-25213",
    },
    Character {
        age: "3.1",
        codepoint: 0x25214,
        name: "CJK UNIFIED IDEOGRAPH-25214",
    },
    Character {
        age: "3.1",
        codepoint: 0x25215,
        name: "CJK UNIFIED IDEOGRAPH-25215",
    },
    Character {
        age: "3.1",
        codepoint: 0x25216,
        name: "CJK UNIFIED IDEOGRAPH-25216",
    },
    Character {
        age: "3.1",
        codepoint: 0x25217,
        name: "CJK UNIFIED IDEOGRAPH-25217",
    },
    Character {
        age: "3.1",
        codepoint: 0x25218,
        name: "CJK UNIFIED IDEOGRAPH-25218",
    },
    Character {
        age: "3.1",
        codepoint: 0x25219,
        name: "CJK UNIFIED IDEOGRAPH-25219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2521A,
        name: "CJK UNIFIED IDEOGRAPH-2521A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2521B,
        name: "CJK UNIFIED IDEOGRAPH-2521B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2521C,
        name: "CJK UNIFIED IDEOGRAPH-2521C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2521D,
        name: "CJK UNIFIED IDEOGRAPH-2521D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2521E,
        name: "CJK UNIFIED IDEOGRAPH-2521E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2521F,
        name: "CJK UNIFIED IDEOGRAPH-2521F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25220,
        name: "CJK UNIFIED IDEOGRAPH-25220",
    },
    Character {
        age: "3.1",
        codepoint: 0x25221,
        name: "CJK UNIFIED IDEOGRAPH-25221",
    },
    Character {
        age: "3.1",
        codepoint: 0x25222,
        name: "CJK UNIFIED IDEOGRAPH-25222",
    },
    Character {
        age: "3.1",
        codepoint: 0x25223,
        name: "CJK UNIFIED IDEOGRAPH-25223",
    },
    Character {
        age: "3.1",
        codepoint: 0x25224,
        name: "CJK UNIFIED IDEOGRAPH-25224",
    },
    Character {
        age: "3.1",
        codepoint: 0x25225,
        name: "CJK UNIFIED IDEOGRAPH-25225",
    },
    Character {
        age: "3.1",
        codepoint: 0x25226,
        name: "CJK UNIFIED IDEOGRAPH-25226",
    },
    Character {
        age: "3.1",
        codepoint: 0x25227,
        name: "CJK UNIFIED IDEOGRAPH-25227",
    },
    Character {
        age: "3.1",
        codepoint: 0x25228,
        name: "CJK UNIFIED IDEOGRAPH-25228",
    },
    Character {
        age: "3.1",
        codepoint: 0x25229,
        name: "CJK UNIFIED IDEOGRAPH-25229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2522A,
        name: "CJK UNIFIED IDEOGRAPH-2522A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2522B,
        name: "CJK UNIFIED IDEOGRAPH-2522B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2522C,
        name: "CJK UNIFIED IDEOGRAPH-2522C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2522D,
        name: "CJK UNIFIED IDEOGRAPH-2522D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2522E,
        name: "CJK UNIFIED IDEOGRAPH-2522E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2522F,
        name: "CJK UNIFIED IDEOGRAPH-2522F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25230,
        name: "CJK UNIFIED IDEOGRAPH-25230",
    },
    Character {
        age: "3.1",
        codepoint: 0x25231,
        name: "CJK UNIFIED IDEOGRAPH-25231",
    },
    Character {
        age: "3.1",
        codepoint: 0x25232,
        name: "CJK UNIFIED IDEOGRAPH-25232",
    },
    Character {
        age: "3.1",
        codepoint: 0x25233,
        name: "CJK UNIFIED IDEOGRAPH-25233",
    },
    Character {
        age: "3.1",
        codepoint: 0x25234,
        name: "CJK UNIFIED IDEOGRAPH-25234",
    },
    Character {
        age: "3.1",
        codepoint: 0x25235,
        name: "CJK UNIFIED IDEOGRAPH-25235",
    },
    Character {
        age: "3.1",
        codepoint: 0x25236,
        name: "CJK UNIFIED IDEOGRAPH-25236",
    },
    Character {
        age: "3.1",
        codepoint: 0x25237,
        name: "CJK UNIFIED IDEOGRAPH-25237",
    },
    Character {
        age: "3.1",
        codepoint: 0x25238,
        name: "CJK UNIFIED IDEOGRAPH-25238",
    },
    Character {
        age: "3.1",
        codepoint: 0x25239,
        name: "CJK UNIFIED IDEOGRAPH-25239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2523A,
        name: "CJK UNIFIED IDEOGRAPH-2523A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2523B,
        name: "CJK UNIFIED IDEOGRAPH-2523B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2523C,
        name: "CJK UNIFIED IDEOGRAPH-2523C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2523D,
        name: "CJK UNIFIED IDEOGRAPH-2523D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2523E,
        name: "CJK UNIFIED IDEOGRAPH-2523E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2523F,
        name: "CJK UNIFIED IDEOGRAPH-2523F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25240,
        name: "CJK UNIFIED IDEOGRAPH-25240",
    },
    Character {
        age: "3.1",
        codepoint: 0x25241,
        name: "CJK UNIFIED IDEOGRAPH-25241",
    },
    Character {
        age: "3.1",
        codepoint: 0x25242,
        name: "CJK UNIFIED IDEOGRAPH-25242",
    },
    Character {
        age: "3.1",
        codepoint: 0x25243,
        name: "CJK UNIFIED IDEOGRAPH-25243",
    },
    Character {
        age: "3.1",
        codepoint: 0x25244,
        name: "CJK UNIFIED IDEOGRAPH-25244",
    },
    Character {
        age: "3.1",
        codepoint: 0x25245,
        name: "CJK UNIFIED IDEOGRAPH-25245",
    },
    Character {
        age: "3.1",
        codepoint: 0x25246,
        name: "CJK UNIFIED IDEOGRAPH-25246",
    },
    Character {
        age: "3.1",
        codepoint: 0x25247,
        name: "CJK UNIFIED IDEOGRAPH-25247",
    },
    Character {
        age: "3.1",
        codepoint: 0x25248,
        name: "CJK UNIFIED IDEOGRAPH-25248",
    },
    Character {
        age: "3.1",
        codepoint: 0x25249,
        name: "CJK UNIFIED IDEOGRAPH-25249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2524A,
        name: "CJK UNIFIED IDEOGRAPH-2524A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2524B,
        name: "CJK UNIFIED IDEOGRAPH-2524B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2524C,
        name: "CJK UNIFIED IDEOGRAPH-2524C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2524D,
        name: "CJK UNIFIED IDEOGRAPH-2524D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2524E,
        name: "CJK UNIFIED IDEOGRAPH-2524E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2524F,
        name: "CJK UNIFIED IDEOGRAPH-2524F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25250,
        name: "CJK UNIFIED IDEOGRAPH-25250",
    },
    Character {
        age: "3.1",
        codepoint: 0x25251,
        name: "CJK UNIFIED IDEOGRAPH-25251",
    },
    Character {
        age: "3.1",
        codepoint: 0x25252,
        name: "CJK UNIFIED IDEOGRAPH-25252",
    },
    Character {
        age: "3.1",
        codepoint: 0x25253,
        name: "CJK UNIFIED IDEOGRAPH-25253",
    },
    Character {
        age: "3.1",
        codepoint: 0x25254,
        name: "CJK UNIFIED IDEOGRAPH-25254",
    },
    Character {
        age: "3.1",
        codepoint: 0x25255,
        name: "CJK UNIFIED IDEOGRAPH-25255",
    },
    Character {
        age: "3.1",
        codepoint: 0x25256,
        name: "CJK UNIFIED IDEOGRAPH-25256",
    },
    Character {
        age: "3.1",
        codepoint: 0x25257,
        name: "CJK UNIFIED IDEOGRAPH-25257",
    },
    Character {
        age: "3.1",
        codepoint: 0x25258,
        name: "CJK UNIFIED IDEOGRAPH-25258",
    },
    Character {
        age: "3.1",
        codepoint: 0x25259,
        name: "CJK UNIFIED IDEOGRAPH-25259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2525A,
        name: "CJK UNIFIED IDEOGRAPH-2525A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2525B,
        name: "CJK UNIFIED IDEOGRAPH-2525B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2525C,
        name: "CJK UNIFIED IDEOGRAPH-2525C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2525D,
        name: "CJK UNIFIED IDEOGRAPH-2525D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2525E,
        name: "CJK UNIFIED IDEOGRAPH-2525E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2525F,
        name: "CJK UNIFIED IDEOGRAPH-2525F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25260,
        name: "CJK UNIFIED IDEOGRAPH-25260",
    },
    Character {
        age: "3.1",
        codepoint: 0x25261,
        name: "CJK UNIFIED IDEOGRAPH-25261",
    },
    Character {
        age: "3.1",
        codepoint: 0x25262,
        name: "CJK UNIFIED IDEOGRAPH-25262",
    },
    Character {
        age: "3.1",
        codepoint: 0x25263,
        name: "CJK UNIFIED IDEOGRAPH-25263",
    },
    Character {
        age: "3.1",
        codepoint: 0x25264,
        name: "CJK UNIFIED IDEOGRAPH-25264",
    },
    Character {
        age: "3.1",
        codepoint: 0x25265,
        name: "CJK UNIFIED IDEOGRAPH-25265",
    },
    Character {
        age: "3.1",
        codepoint: 0x25266,
        name: "CJK UNIFIED IDEOGRAPH-25266",
    },
    Character {
        age: "3.1",
        codepoint: 0x25267,
        name: "CJK UNIFIED IDEOGRAPH-25267",
    },
    Character {
        age: "3.1",
        codepoint: 0x25268,
        name: "CJK UNIFIED IDEOGRAPH-25268",
    },
    Character {
        age: "3.1",
        codepoint: 0x25269,
        name: "CJK UNIFIED IDEOGRAPH-25269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2526A,
        name: "CJK UNIFIED IDEOGRAPH-2526A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2526B,
        name: "CJK UNIFIED IDEOGRAPH-2526B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2526C,
        name: "CJK UNIFIED IDEOGRAPH-2526C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2526D,
        name: "CJK UNIFIED IDEOGRAPH-2526D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2526E,
        name: "CJK UNIFIED IDEOGRAPH-2526E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2526F,
        name: "CJK UNIFIED IDEOGRAPH-2526F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25270,
        name: "CJK UNIFIED IDEOGRAPH-25270",
    },
    Character {
        age: "3.1",
        codepoint: 0x25271,
        name: "CJK UNIFIED IDEOGRAPH-25271",
    },
    Character {
        age: "3.1",
        codepoint: 0x25272,
        name: "CJK UNIFIED IDEOGRAPH-25272",
    },
    Character {
        age: "3.1",
        codepoint: 0x25273,
        name: "CJK UNIFIED IDEOGRAPH-25273",
    },
    Character {
        age: "3.1",
        codepoint: 0x25274,
        name: "CJK UNIFIED IDEOGRAPH-25274",
    },
    Character {
        age: "3.1",
        codepoint: 0x25275,
        name: "CJK UNIFIED IDEOGRAPH-25275",
    },
    Character {
        age: "3.1",
        codepoint: 0x25276,
        name: "CJK UNIFIED IDEOGRAPH-25276",
    },
    Character {
        age: "3.1",
        codepoint: 0x25277,
        name: "CJK UNIFIED IDEOGRAPH-25277",
    },
    Character {
        age: "3.1",
        codepoint: 0x25278,
        name: "CJK UNIFIED IDEOGRAPH-25278",
    },
    Character {
        age: "3.1",
        codepoint: 0x25279,
        name: "CJK UNIFIED IDEOGRAPH-25279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2527A,
        name: "CJK UNIFIED IDEOGRAPH-2527A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2527B,
        name: "CJK UNIFIED IDEOGRAPH-2527B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2527C,
        name: "CJK UNIFIED IDEOGRAPH-2527C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2527D,
        name: "CJK UNIFIED IDEOGRAPH-2527D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2527E,
        name: "CJK UNIFIED IDEOGRAPH-2527E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2527F,
        name: "CJK UNIFIED IDEOGRAPH-2527F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25280,
        name: "CJK UNIFIED IDEOGRAPH-25280",
    },
    Character {
        age: "3.1",
        codepoint: 0x25281,
        name: "CJK UNIFIED IDEOGRAPH-25281",
    },
    Character {
        age: "3.1",
        codepoint: 0x25282,
        name: "CJK UNIFIED IDEOGRAPH-25282",
    },
    Character {
        age: "3.1",
        codepoint: 0x25283,
        name: "CJK UNIFIED IDEOGRAPH-25283",
    },
    Character {
        age: "3.1",
        codepoint: 0x25284,
        name: "CJK UNIFIED IDEOGRAPH-25284",
    },
    Character {
        age: "3.1",
        codepoint: 0x25285,
        name: "CJK UNIFIED IDEOGRAPH-25285",
    },
    Character {
        age: "3.1",
        codepoint: 0x25286,
        name: "CJK UNIFIED IDEOGRAPH-25286",
    },
    Character {
        age: "3.1",
        codepoint: 0x25287,
        name: "CJK UNIFIED IDEOGRAPH-25287",
    },
    Character {
        age: "3.1",
        codepoint: 0x25288,
        name: "CJK UNIFIED IDEOGRAPH-25288",
    },
    Character {
        age: "3.1",
        codepoint: 0x25289,
        name: "CJK UNIFIED IDEOGRAPH-25289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2528A,
        name: "CJK UNIFIED IDEOGRAPH-2528A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2528B,
        name: "CJK UNIFIED IDEOGRAPH-2528B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2528C,
        name: "CJK UNIFIED IDEOGRAPH-2528C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2528D,
        name: "CJK UNIFIED IDEOGRAPH-2528D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2528E,
        name: "CJK UNIFIED IDEOGRAPH-2528E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2528F,
        name: "CJK UNIFIED IDEOGRAPH-2528F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25290,
        name: "CJK UNIFIED IDEOGRAPH-25290",
    },
    Character {
        age: "3.1",
        codepoint: 0x25291,
        name: "CJK UNIFIED IDEOGRAPH-25291",
    },
    Character {
        age: "3.1",
        codepoint: 0x25292,
        name: "CJK UNIFIED IDEOGRAPH-25292",
    },
    Character {
        age: "3.1",
        codepoint: 0x25293,
        name: "CJK UNIFIED IDEOGRAPH-25293",
    },
    Character {
        age: "3.1",
        codepoint: 0x25294,
        name: "CJK UNIFIED IDEOGRAPH-25294",
    },
    Character {
        age: "3.1",
        codepoint: 0x25295,
        name: "CJK UNIFIED IDEOGRAPH-25295",
    },
    Character {
        age: "3.1",
        codepoint: 0x25296,
        name: "CJK UNIFIED IDEOGRAPH-25296",
    },
    Character {
        age: "3.1",
        codepoint: 0x25297,
        name: "CJK UNIFIED IDEOGRAPH-25297",
    },
    Character {
        age: "3.1",
        codepoint: 0x25298,
        name: "CJK UNIFIED IDEOGRAPH-25298",
    },
    Character {
        age: "3.1",
        codepoint: 0x25299,
        name: "CJK UNIFIED IDEOGRAPH-25299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2529A,
        name: "CJK UNIFIED IDEOGRAPH-2529A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2529B,
        name: "CJK UNIFIED IDEOGRAPH-2529B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2529C,
        name: "CJK UNIFIED IDEOGRAPH-2529C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2529D,
        name: "CJK UNIFIED IDEOGRAPH-2529D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2529E,
        name: "CJK UNIFIED IDEOGRAPH-2529E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2529F,
        name: "CJK UNIFIED IDEOGRAPH-2529F",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A0,
        name: "CJK UNIFIED IDEOGRAPH-252A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A1,
        name: "CJK UNIFIED IDEOGRAPH-252A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A2,
        name: "CJK UNIFIED IDEOGRAPH-252A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A3,
        name: "CJK UNIFIED IDEOGRAPH-252A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A4,
        name: "CJK UNIFIED IDEOGRAPH-252A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A5,
        name: "CJK UNIFIED IDEOGRAPH-252A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A6,
        name: "CJK UNIFIED IDEOGRAPH-252A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A7,
        name: "CJK UNIFIED IDEOGRAPH-252A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A8,
        name: "CJK UNIFIED IDEOGRAPH-252A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x252A9,
        name: "CJK UNIFIED IDEOGRAPH-252A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x252AA,
        name: "CJK UNIFIED IDEOGRAPH-252AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x252AB,
        name: "CJK UNIFIED IDEOGRAPH-252AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x252AC,
        name: "CJK UNIFIED IDEOGRAPH-252AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x252AD,
        name: "CJK UNIFIED IDEOGRAPH-252AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x252AE,
        name: "CJK UNIFIED IDEOGRAPH-252AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x252AF,
        name: "CJK UNIFIED IDEOGRAPH-252AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B0,
        name: "CJK UNIFIED IDEOGRAPH-252B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B1,
        name: "CJK UNIFIED IDEOGRAPH-252B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B2,
        name: "CJK UNIFIED IDEOGRAPH-252B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B3,
        name: "CJK UNIFIED IDEOGRAPH-252B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B4,
        name: "CJK UNIFIED IDEOGRAPH-252B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B5,
        name: "CJK UNIFIED IDEOGRAPH-252B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B6,
        name: "CJK UNIFIED IDEOGRAPH-252B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B7,
        name: "CJK UNIFIED IDEOGRAPH-252B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B8,
        name: "CJK UNIFIED IDEOGRAPH-252B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x252B9,
        name: "CJK UNIFIED IDEOGRAPH-252B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x252BA,
        name: "CJK UNIFIED IDEOGRAPH-252BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x252BB,
        name: "CJK UNIFIED IDEOGRAPH-252BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x252BC,
        name: "CJK UNIFIED IDEOGRAPH-252BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x252BD,
        name: "CJK UNIFIED IDEOGRAPH-252BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x252BE,
        name: "CJK UNIFIED IDEOGRAPH-252BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x252BF,
        name: "CJK UNIFIED IDEOGRAPH-252BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C0,
        name: "CJK UNIFIED IDEOGRAPH-252C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C1,
        name: "CJK UNIFIED IDEOGRAPH-252C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C2,
        name: "CJK UNIFIED IDEOGRAPH-252C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C3,
        name: "CJK UNIFIED IDEOGRAPH-252C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C4,
        name: "CJK UNIFIED IDEOGRAPH-252C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C5,
        name: "CJK UNIFIED IDEOGRAPH-252C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C6,
        name: "CJK UNIFIED IDEOGRAPH-252C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C7,
        name: "CJK UNIFIED IDEOGRAPH-252C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C8,
        name: "CJK UNIFIED IDEOGRAPH-252C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x252C9,
        name: "CJK UNIFIED IDEOGRAPH-252C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x252CA,
        name: "CJK UNIFIED IDEOGRAPH-252CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x252CB,
        name: "CJK UNIFIED IDEOGRAPH-252CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x252CC,
        name: "CJK UNIFIED IDEOGRAPH-252CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x252CD,
        name: "CJK UNIFIED IDEOGRAPH-252CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x252CE,
        name: "CJK UNIFIED IDEOGRAPH-252CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x252CF,
        name: "CJK UNIFIED IDEOGRAPH-252CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D0,
        name: "CJK UNIFIED IDEOGRAPH-252D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D1,
        name: "CJK UNIFIED IDEOGRAPH-252D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D2,
        name: "CJK UNIFIED IDEOGRAPH-252D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D3,
        name: "CJK UNIFIED IDEOGRAPH-252D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D4,
        name: "CJK UNIFIED IDEOGRAPH-252D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D5,
        name: "CJK UNIFIED IDEOGRAPH-252D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D6,
        name: "CJK UNIFIED IDEOGRAPH-252D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D7,
        name: "CJK UNIFIED IDEOGRAPH-252D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D8,
        name: "CJK UNIFIED IDEOGRAPH-252D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x252D9,
        name: "CJK UNIFIED IDEOGRAPH-252D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x252DA,
        name: "CJK UNIFIED IDEOGRAPH-252DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x252DB,
        name: "CJK UNIFIED IDEOGRAPH-252DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x252DC,
        name: "CJK UNIFIED IDEOGRAPH-252DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x252DD,
        name: "CJK UNIFIED IDEOGRAPH-252DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x252DE,
        name: "CJK UNIFIED IDEOGRAPH-252DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x252DF,
        name: "CJK UNIFIED IDEOGRAPH-252DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E0,
        name: "CJK UNIFIED IDEOGRAPH-252E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E1,
        name: "CJK UNIFIED IDEOGRAPH-252E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E2,
        name: "CJK UNIFIED IDEOGRAPH-252E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E3,
        name: "CJK UNIFIED IDEOGRAPH-252E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E4,
        name: "CJK UNIFIED IDEOGRAPH-252E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E5,
        name: "CJK UNIFIED IDEOGRAPH-252E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E6,
        name: "CJK UNIFIED IDEOGRAPH-252E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E7,
        name: "CJK UNIFIED IDEOGRAPH-252E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E8,
        name: "CJK UNIFIED IDEOGRAPH-252E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x252E9,
        name: "CJK UNIFIED IDEOGRAPH-252E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x252EA,
        name: "CJK UNIFIED IDEOGRAPH-252EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x252EB,
        name: "CJK UNIFIED IDEOGRAPH-252EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x252EC,
        name: "CJK UNIFIED IDEOGRAPH-252EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x252ED,
        name: "CJK UNIFIED IDEOGRAPH-252ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x252EE,
        name: "CJK UNIFIED IDEOGRAPH-252EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x252EF,
        name: "CJK UNIFIED IDEOGRAPH-252EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F0,
        name: "CJK UNIFIED IDEOGRAPH-252F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F1,
        name: "CJK UNIFIED IDEOGRAPH-252F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F2,
        name: "CJK UNIFIED IDEOGRAPH-252F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F3,
        name: "CJK UNIFIED IDEOGRAPH-252F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F4,
        name: "CJK UNIFIED IDEOGRAPH-252F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F5,
        name: "CJK UNIFIED IDEOGRAPH-252F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F6,
        name: "CJK UNIFIED IDEOGRAPH-252F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F7,
        name: "CJK UNIFIED IDEOGRAPH-252F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F8,
        name: "CJK UNIFIED IDEOGRAPH-252F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x252F9,
        name: "CJK UNIFIED IDEOGRAPH-252F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x252FA,
        name: "CJK UNIFIED IDEOGRAPH-252FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x252FB,
        name: "CJK UNIFIED IDEOGRAPH-252FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x252FC,
        name: "CJK UNIFIED IDEOGRAPH-252FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x252FD,
        name: "CJK UNIFIED IDEOGRAPH-252FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x252FE,
        name: "CJK UNIFIED IDEOGRAPH-252FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x252FF,
        name: "CJK UNIFIED IDEOGRAPH-252FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25300,
        name: "CJK UNIFIED IDEOGRAPH-25300",
    },
    Character {
        age: "3.1",
        codepoint: 0x25301,
        name: "CJK UNIFIED IDEOGRAPH-25301",
    },
    Character {
        age: "3.1",
        codepoint: 0x25302,
        name: "CJK UNIFIED IDEOGRAPH-25302",
    },
    Character {
        age: "3.1",
        codepoint: 0x25303,
        name: "CJK UNIFIED IDEOGRAPH-25303",
    },
    Character {
        age: "3.1",
        codepoint: 0x25304,
        name: "CJK UNIFIED IDEOGRAPH-25304",
    },
    Character {
        age: "3.1",
        codepoint: 0x25305,
        name: "CJK UNIFIED IDEOGRAPH-25305",
    },
    Character {
        age: "3.1",
        codepoint: 0x25306,
        name: "CJK UNIFIED IDEOGRAPH-25306",
    },
    Character {
        age: "3.1",
        codepoint: 0x25307,
        name: "CJK UNIFIED IDEOGRAPH-25307",
    },
    Character {
        age: "3.1",
        codepoint: 0x25308,
        name: "CJK UNIFIED IDEOGRAPH-25308",
    },
    Character {
        age: "3.1",
        codepoint: 0x25309,
        name: "CJK UNIFIED IDEOGRAPH-25309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2530A,
        name: "CJK UNIFIED IDEOGRAPH-2530A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2530B,
        name: "CJK UNIFIED IDEOGRAPH-2530B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2530C,
        name: "CJK UNIFIED IDEOGRAPH-2530C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2530D,
        name: "CJK UNIFIED IDEOGRAPH-2530D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2530E,
        name: "CJK UNIFIED IDEOGRAPH-2530E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2530F,
        name: "CJK UNIFIED IDEOGRAPH-2530F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25310,
        name: "CJK UNIFIED IDEOGRAPH-25310",
    },
    Character {
        age: "3.1",
        codepoint: 0x25311,
        name: "CJK UNIFIED IDEOGRAPH-25311",
    },
    Character {
        age: "3.1",
        codepoint: 0x25312,
        name: "CJK UNIFIED IDEOGRAPH-25312",
    },
    Character {
        age: "3.1",
        codepoint: 0x25313,
        name: "CJK UNIFIED IDEOGRAPH-25313",
    },
    Character {
        age: "3.1",
        codepoint: 0x25314,
        name: "CJK UNIFIED IDEOGRAPH-25314",
    },
    Character {
        age: "3.1",
        codepoint: 0x25315,
        name: "CJK UNIFIED IDEOGRAPH-25315",
    },
    Character {
        age: "3.1",
        codepoint: 0x25316,
        name: "CJK UNIFIED IDEOGRAPH-25316",
    },
    Character {
        age: "3.1",
        codepoint: 0x25317,
        name: "CJK UNIFIED IDEOGRAPH-25317",
    },
    Character {
        age: "3.1",
        codepoint: 0x25318,
        name: "CJK UNIFIED IDEOGRAPH-25318",
    },
    Character {
        age: "3.1",
        codepoint: 0x25319,
        name: "CJK UNIFIED IDEOGRAPH-25319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2531A,
        name: "CJK UNIFIED IDEOGRAPH-2531A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2531B,
        name: "CJK UNIFIED IDEOGRAPH-2531B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2531C,
        name: "CJK UNIFIED IDEOGRAPH-2531C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2531D,
        name: "CJK UNIFIED IDEOGRAPH-2531D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2531E,
        name: "CJK UNIFIED IDEOGRAPH-2531E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2531F,
        name: "CJK UNIFIED IDEOGRAPH-2531F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25320,
        name: "CJK UNIFIED IDEOGRAPH-25320",
    },
    Character {
        age: "3.1",
        codepoint: 0x25321,
        name: "CJK UNIFIED IDEOGRAPH-25321",
    },
    Character {
        age: "3.1",
        codepoint: 0x25322,
        name: "CJK UNIFIED IDEOGRAPH-25322",
    },
    Character {
        age: "3.1",
        codepoint: 0x25323,
        name: "CJK UNIFIED IDEOGRAPH-25323",
    },
    Character {
        age: "3.1",
        codepoint: 0x25324,
        name: "CJK UNIFIED IDEOGRAPH-25324",
    },
    Character {
        age: "3.1",
        codepoint: 0x25325,
        name: "CJK UNIFIED IDEOGRAPH-25325",
    },
    Character {
        age: "3.1",
        codepoint: 0x25326,
        name: "CJK UNIFIED IDEOGRAPH-25326",
    },
    Character {
        age: "3.1",
        codepoint: 0x25327,
        name: "CJK UNIFIED IDEOGRAPH-25327",
    },
    Character {
        age: "3.1",
        codepoint: 0x25328,
        name: "CJK UNIFIED IDEOGRAPH-25328",
    },
    Character {
        age: "3.1",
        codepoint: 0x25329,
        name: "CJK UNIFIED IDEOGRAPH-25329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2532A,
        name: "CJK UNIFIED IDEOGRAPH-2532A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2532B,
        name: "CJK UNIFIED IDEOGRAPH-2532B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2532C,
        name: "CJK UNIFIED IDEOGRAPH-2532C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2532D,
        name: "CJK UNIFIED IDEOGRAPH-2532D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2532E,
        name: "CJK UNIFIED IDEOGRAPH-2532E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2532F,
        name: "CJK UNIFIED IDEOGRAPH-2532F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25330,
        name: "CJK UNIFIED IDEOGRAPH-25330",
    },
    Character {
        age: "3.1",
        codepoint: 0x25331,
        name: "CJK UNIFIED IDEOGRAPH-25331",
    },
    Character {
        age: "3.1",
        codepoint: 0x25332,
        name: "CJK UNIFIED IDEOGRAPH-25332",
    },
    Character {
        age: "3.1",
        codepoint: 0x25333,
        name: "CJK UNIFIED IDEOGRAPH-25333",
    },
    Character {
        age: "3.1",
        codepoint: 0x25334,
        name: "CJK UNIFIED IDEOGRAPH-25334",
    },
    Character {
        age: "3.1",
        codepoint: 0x25335,
        name: "CJK UNIFIED IDEOGRAPH-25335",
    },
    Character {
        age: "3.1",
        codepoint: 0x25336,
        name: "CJK UNIFIED IDEOGRAPH-25336",
    },
    Character {
        age: "3.1",
        codepoint: 0x25337,
        name: "CJK UNIFIED IDEOGRAPH-25337",
    },
    Character {
        age: "3.1",
        codepoint: 0x25338,
        name: "CJK UNIFIED IDEOGRAPH-25338",
    },
    Character {
        age: "3.1",
        codepoint: 0x25339,
        name: "CJK UNIFIED IDEOGRAPH-25339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2533A,
        name: "CJK UNIFIED IDEOGRAPH-2533A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2533B,
        name: "CJK UNIFIED IDEOGRAPH-2533B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2533C,
        name: "CJK UNIFIED IDEOGRAPH-2533C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2533D,
        name: "CJK UNIFIED IDEOGRAPH-2533D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2533E,
        name: "CJK UNIFIED IDEOGRAPH-2533E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2533F,
        name: "CJK UNIFIED IDEOGRAPH-2533F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25340,
        name: "CJK UNIFIED IDEOGRAPH-25340",
    },
    Character {
        age: "3.1",
        codepoint: 0x25341,
        name: "CJK UNIFIED IDEOGRAPH-25341",
    },
    Character {
        age: "3.1",
        codepoint: 0x25342,
        name: "CJK UNIFIED IDEOGRAPH-25342",
    },
    Character {
        age: "3.1",
        codepoint: 0x25343,
        name: "CJK UNIFIED IDEOGRAPH-25343",
    },
    Character {
        age: "3.1",
        codepoint: 0x25344,
        name: "CJK UNIFIED IDEOGRAPH-25344",
    },
    Character {
        age: "3.1",
        codepoint: 0x25345,
        name: "CJK UNIFIED IDEOGRAPH-25345",
    },
    Character {
        age: "3.1",
        codepoint: 0x25346,
        name: "CJK UNIFIED IDEOGRAPH-25346",
    },
    Character {
        age: "3.1",
        codepoint: 0x25347,
        name: "CJK UNIFIED IDEOGRAPH-25347",
    },
    Character {
        age: "3.1",
        codepoint: 0x25348,
        name: "CJK UNIFIED IDEOGRAPH-25348",
    },
    Character {
        age: "3.1",
        codepoint: 0x25349,
        name: "CJK UNIFIED IDEOGRAPH-25349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2534A,
        name: "CJK UNIFIED IDEOGRAPH-2534A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2534B,
        name: "CJK UNIFIED IDEOGRAPH-2534B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2534C,
        name: "CJK UNIFIED IDEOGRAPH-2534C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2534D,
        name: "CJK UNIFIED IDEOGRAPH-2534D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2534E,
        name: "CJK UNIFIED IDEOGRAPH-2534E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2534F,
        name: "CJK UNIFIED IDEOGRAPH-2534F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25350,
        name: "CJK UNIFIED IDEOGRAPH-25350",
    },
    Character {
        age: "3.1",
        codepoint: 0x25351,
        name: "CJK UNIFIED IDEOGRAPH-25351",
    },
    Character {
        age: "3.1",
        codepoint: 0x25352,
        name: "CJK UNIFIED IDEOGRAPH-25352",
    },
    Character {
        age: "3.1",
        codepoint: 0x25353,
        name: "CJK UNIFIED IDEOGRAPH-25353",
    },
    Character {
        age: "3.1",
        codepoint: 0x25354,
        name: "CJK UNIFIED IDEOGRAPH-25354",
    },
    Character {
        age: "3.1",
        codepoint: 0x25355,
        name: "CJK UNIFIED IDEOGRAPH-25355",
    },
    Character {
        age: "3.1",
        codepoint: 0x25356,
        name: "CJK UNIFIED IDEOGRAPH-25356",
    },
    Character {
        age: "3.1",
        codepoint: 0x25357,
        name: "CJK UNIFIED IDEOGRAPH-25357",
    },
    Character {
        age: "3.1",
        codepoint: 0x25358,
        name: "CJK UNIFIED IDEOGRAPH-25358",
    },
    Character {
        age: "3.1",
        codepoint: 0x25359,
        name: "CJK UNIFIED IDEOGRAPH-25359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2535A,
        name: "CJK UNIFIED IDEOGRAPH-2535A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2535B,
        name: "CJK UNIFIED IDEOGRAPH-2535B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2535C,
        name: "CJK UNIFIED IDEOGRAPH-2535C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2535D,
        name: "CJK UNIFIED IDEOGRAPH-2535D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2535E,
        name: "CJK UNIFIED IDEOGRAPH-2535E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2535F,
        name: "CJK UNIFIED IDEOGRAPH-2535F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25360,
        name: "CJK UNIFIED IDEOGRAPH-25360",
    },
    Character {
        age: "3.1",
        codepoint: 0x25361,
        name: "CJK UNIFIED IDEOGRAPH-25361",
    },
    Character {
        age: "3.1",
        codepoint: 0x25362,
        name: "CJK UNIFIED IDEOGRAPH-25362",
    },
    Character {
        age: "3.1",
        codepoint: 0x25363,
        name: "CJK UNIFIED IDEOGRAPH-25363",
    },
    Character {
        age: "3.1",
        codepoint: 0x25364,
        name: "CJK UNIFIED IDEOGRAPH-25364",
    },
    Character {
        age: "3.1",
        codepoint: 0x25365,
        name: "CJK UNIFIED IDEOGRAPH-25365",
    },
    Character {
        age: "3.1",
        codepoint: 0x25366,
        name: "CJK UNIFIED IDEOGRAPH-25366",
    },
    Character {
        age: "3.1",
        codepoint: 0x25367,
        name: "CJK UNIFIED IDEOGRAPH-25367",
    },
    Character {
        age: "3.1",
        codepoint: 0x25368,
        name: "CJK UNIFIED IDEOGRAPH-25368",
    },
    Character {
        age: "3.1",
        codepoint: 0x25369,
        name: "CJK UNIFIED IDEOGRAPH-25369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2536A,
        name: "CJK UNIFIED IDEOGRAPH-2536A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2536B,
        name: "CJK UNIFIED IDEOGRAPH-2536B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2536C,
        name: "CJK UNIFIED IDEOGRAPH-2536C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2536D,
        name: "CJK UNIFIED IDEOGRAPH-2536D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2536E,
        name: "CJK UNIFIED IDEOGRAPH-2536E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2536F,
        name: "CJK UNIFIED IDEOGRAPH-2536F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25370,
        name: "CJK UNIFIED IDEOGRAPH-25370",
    },
    Character {
        age: "3.1",
        codepoint: 0x25371,
        name: "CJK UNIFIED IDEOGRAPH-25371",
    },
    Character {
        age: "3.1",
        codepoint: 0x25372,
        name: "CJK UNIFIED IDEOGRAPH-25372",
    },
    Character {
        age: "3.1",
        codepoint: 0x25373,
        name: "CJK UNIFIED IDEOGRAPH-25373",
    },
    Character {
        age: "3.1",
        codepoint: 0x25374,
        name: "CJK UNIFIED IDEOGRAPH-25374",
    },
    Character {
        age: "3.1",
        codepoint: 0x25375,
        name: "CJK UNIFIED IDEOGRAPH-25375",
    },
    Character {
        age: "3.1",
        codepoint: 0x25376,
        name: "CJK UNIFIED IDEOGRAPH-25376",
    },
    Character {
        age: "3.1",
        codepoint: 0x25377,
        name: "CJK UNIFIED IDEOGRAPH-25377",
    },
    Character {
        age: "3.1",
        codepoint: 0x25378,
        name: "CJK UNIFIED IDEOGRAPH-25378",
    },
    Character {
        age: "3.1",
        codepoint: 0x25379,
        name: "CJK UNIFIED IDEOGRAPH-25379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2537A,
        name: "CJK UNIFIED IDEOGRAPH-2537A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2537B,
        name: "CJK UNIFIED IDEOGRAPH-2537B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2537C,
        name: "CJK UNIFIED IDEOGRAPH-2537C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2537D,
        name: "CJK UNIFIED IDEOGRAPH-2537D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2537E,
        name: "CJK UNIFIED IDEOGRAPH-2537E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2537F,
        name: "CJK UNIFIED IDEOGRAPH-2537F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25380,
        name: "CJK UNIFIED IDEOGRAPH-25380",
    },
    Character {
        age: "3.1",
        codepoint: 0x25381,
        name: "CJK UNIFIED IDEOGRAPH-25381",
    },
    Character {
        age: "3.1",
        codepoint: 0x25382,
        name: "CJK UNIFIED IDEOGRAPH-25382",
    },
    Character {
        age: "3.1",
        codepoint: 0x25383,
        name: "CJK UNIFIED IDEOGRAPH-25383",
    },
    Character {
        age: "3.1",
        codepoint: 0x25384,
        name: "CJK UNIFIED IDEOGRAPH-25384",
    },
    Character {
        age: "3.1",
        codepoint: 0x25385,
        name: "CJK UNIFIED IDEOGRAPH-25385",
    },
    Character {
        age: "3.1",
        codepoint: 0x25386,
        name: "CJK UNIFIED IDEOGRAPH-25386",
    },
    Character {
        age: "3.1",
        codepoint: 0x25387,
        name: "CJK UNIFIED IDEOGRAPH-25387",
    },
    Character {
        age: "3.1",
        codepoint: 0x25388,
        name: "CJK UNIFIED IDEOGRAPH-25388",
    },
    Character {
        age: "3.1",
        codepoint: 0x25389,
        name: "CJK UNIFIED IDEOGRAPH-25389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2538A,
        name: "CJK UNIFIED IDEOGRAPH-2538A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2538B,
        name: "CJK UNIFIED IDEOGRAPH-2538B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2538C,
        name: "CJK UNIFIED IDEOGRAPH-2538C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2538D,
        name: "CJK UNIFIED IDEOGRAPH-2538D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2538E,
        name: "CJK UNIFIED IDEOGRAPH-2538E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2538F,
        name: "CJK UNIFIED IDEOGRAPH-2538F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25390,
        name: "CJK UNIFIED IDEOGRAPH-25390",
    },
    Character {
        age: "3.1",
        codepoint: 0x25391,
        name: "CJK UNIFIED IDEOGRAPH-25391",
    },
    Character {
        age: "3.1",
        codepoint: 0x25392,
        name: "CJK UNIFIED IDEOGRAPH-25392",
    },
    Character {
        age: "3.1",
        codepoint: 0x25393,
        name: "CJK UNIFIED IDEOGRAPH-25393",
    },
    Character {
        age: "3.1",
        codepoint: 0x25394,
        name: "CJK UNIFIED IDEOGRAPH-25394",
    },
    Character {
        age: "3.1",
        codepoint: 0x25395,
        name: "CJK UNIFIED IDEOGRAPH-25395",
    },
    Character {
        age: "3.1",
        codepoint: 0x25396,
        name: "CJK UNIFIED IDEOGRAPH-25396",
    },
    Character {
        age: "3.1",
        codepoint: 0x25397,
        name: "CJK UNIFIED IDEOGRAPH-25397",
    },
    Character {
        age: "3.1",
        codepoint: 0x25398,
        name: "CJK UNIFIED IDEOGRAPH-25398",
    },
    Character {
        age: "3.1",
        codepoint: 0x25399,
        name: "CJK UNIFIED IDEOGRAPH-25399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2539A,
        name: "CJK UNIFIED IDEOGRAPH-2539A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2539B,
        name: "CJK UNIFIED IDEOGRAPH-2539B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2539C,
        name: "CJK UNIFIED IDEOGRAPH-2539C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2539D,
        name: "CJK UNIFIED IDEOGRAPH-2539D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2539E,
        name: "CJK UNIFIED IDEOGRAPH-2539E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2539F,
        name: "CJK UNIFIED IDEOGRAPH-2539F",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A0,
        name: "CJK UNIFIED IDEOGRAPH-253A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A1,
        name: "CJK UNIFIED IDEOGRAPH-253A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A2,
        name: "CJK UNIFIED IDEOGRAPH-253A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A3,
        name: "CJK UNIFIED IDEOGRAPH-253A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A4,
        name: "CJK UNIFIED IDEOGRAPH-253A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A5,
        name: "CJK UNIFIED IDEOGRAPH-253A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A6,
        name: "CJK UNIFIED IDEOGRAPH-253A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A7,
        name: "CJK UNIFIED IDEOGRAPH-253A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A8,
        name: "CJK UNIFIED IDEOGRAPH-253A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x253A9,
        name: "CJK UNIFIED IDEOGRAPH-253A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x253AA,
        name: "CJK UNIFIED IDEOGRAPH-253AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x253AB,
        name: "CJK UNIFIED IDEOGRAPH-253AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x253AC,
        name: "CJK UNIFIED IDEOGRAPH-253AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x253AD,
        name: "CJK UNIFIED IDEOGRAPH-253AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x253AE,
        name: "CJK UNIFIED IDEOGRAPH-253AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x253AF,
        name: "CJK UNIFIED IDEOGRAPH-253AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B0,
        name: "CJK UNIFIED IDEOGRAPH-253B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B1,
        name: "CJK UNIFIED IDEOGRAPH-253B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B2,
        name: "CJK UNIFIED IDEOGRAPH-253B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B3,
        name: "CJK UNIFIED IDEOGRAPH-253B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B4,
        name: "CJK UNIFIED IDEOGRAPH-253B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B5,
        name: "CJK UNIFIED IDEOGRAPH-253B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B6,
        name: "CJK UNIFIED IDEOGRAPH-253B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B7,
        name: "CJK UNIFIED IDEOGRAPH-253B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B8,
        name: "CJK UNIFIED IDEOGRAPH-253B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x253B9,
        name: "CJK UNIFIED IDEOGRAPH-253B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x253BA,
        name: "CJK UNIFIED IDEOGRAPH-253BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x253BB,
        name: "CJK UNIFIED IDEOGRAPH-253BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x253BC,
        name: "CJK UNIFIED IDEOGRAPH-253BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x253BD,
        name: "CJK UNIFIED IDEOGRAPH-253BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x253BE,
        name: "CJK UNIFIED IDEOGRAPH-253BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x253BF,
        name: "CJK UNIFIED IDEOGRAPH-253BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C0,
        name: "CJK UNIFIED IDEOGRAPH-253C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C1,
        name: "CJK UNIFIED IDEOGRAPH-253C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C2,
        name: "CJK UNIFIED IDEOGRAPH-253C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C3,
        name: "CJK UNIFIED IDEOGRAPH-253C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C4,
        name: "CJK UNIFIED IDEOGRAPH-253C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C5,
        name: "CJK UNIFIED IDEOGRAPH-253C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C6,
        name: "CJK UNIFIED IDEOGRAPH-253C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C7,
        name: "CJK UNIFIED IDEOGRAPH-253C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C8,
        name: "CJK UNIFIED IDEOGRAPH-253C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x253C9,
        name: "CJK UNIFIED IDEOGRAPH-253C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x253CA,
        name: "CJK UNIFIED IDEOGRAPH-253CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x253CB,
        name: "CJK UNIFIED IDEOGRAPH-253CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x253CC,
        name: "CJK UNIFIED IDEOGRAPH-253CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x253CD,
        name: "CJK UNIFIED IDEOGRAPH-253CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x253CE,
        name: "CJK UNIFIED IDEOGRAPH-253CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x253CF,
        name: "CJK UNIFIED IDEOGRAPH-253CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D0,
        name: "CJK UNIFIED IDEOGRAPH-253D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D1,
        name: "CJK UNIFIED IDEOGRAPH-253D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D2,
        name: "CJK UNIFIED IDEOGRAPH-253D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D3,
        name: "CJK UNIFIED IDEOGRAPH-253D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D4,
        name: "CJK UNIFIED IDEOGRAPH-253D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D5,
        name: "CJK UNIFIED IDEOGRAPH-253D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D6,
        name: "CJK UNIFIED IDEOGRAPH-253D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D7,
        name: "CJK UNIFIED IDEOGRAPH-253D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D8,
        name: "CJK UNIFIED IDEOGRAPH-253D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x253D9,
        name: "CJK UNIFIED IDEOGRAPH-253D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x253DA,
        name: "CJK UNIFIED IDEOGRAPH-253DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x253DB,
        name: "CJK UNIFIED IDEOGRAPH-253DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x253DC,
        name: "CJK UNIFIED IDEOGRAPH-253DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x253DD,
        name: "CJK UNIFIED IDEOGRAPH-253DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x253DE,
        name: "CJK UNIFIED IDEOGRAPH-253DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x253DF,
        name: "CJK UNIFIED IDEOGRAPH-253DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E0,
        name: "CJK UNIFIED IDEOGRAPH-253E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E1,
        name: "CJK UNIFIED IDEOGRAPH-253E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E2,
        name: "CJK UNIFIED IDEOGRAPH-253E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E3,
        name: "CJK UNIFIED IDEOGRAPH-253E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E4,
        name: "CJK UNIFIED IDEOGRAPH-253E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E5,
        name: "CJK UNIFIED IDEOGRAPH-253E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E6,
        name: "CJK UNIFIED IDEOGRAPH-253E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E7,
        name: "CJK UNIFIED IDEOGRAPH-253E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E8,
        name: "CJK UNIFIED IDEOGRAPH-253E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x253E9,
        name: "CJK UNIFIED IDEOGRAPH-253E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x253EA,
        name: "CJK UNIFIED IDEOGRAPH-253EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x253EB,
        name: "CJK UNIFIED IDEOGRAPH-253EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x253EC,
        name: "CJK UNIFIED IDEOGRAPH-253EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x253ED,
        name: "CJK UNIFIED IDEOGRAPH-253ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x253EE,
        name: "CJK UNIFIED IDEOGRAPH-253EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x253EF,
        name: "CJK UNIFIED IDEOGRAPH-253EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F0,
        name: "CJK UNIFIED IDEOGRAPH-253F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F1,
        name: "CJK UNIFIED IDEOGRAPH-253F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F2,
        name: "CJK UNIFIED IDEOGRAPH-253F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F3,
        name: "CJK UNIFIED IDEOGRAPH-253F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F4,
        name: "CJK UNIFIED IDEOGRAPH-253F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F5,
        name: "CJK UNIFIED IDEOGRAPH-253F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F6,
        name: "CJK UNIFIED IDEOGRAPH-253F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F7,
        name: "CJK UNIFIED IDEOGRAPH-253F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F8,
        name: "CJK UNIFIED IDEOGRAPH-253F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x253F9,
        name: "CJK UNIFIED IDEOGRAPH-253F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x253FA,
        name: "CJK UNIFIED IDEOGRAPH-253FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x253FB,
        name: "CJK UNIFIED IDEOGRAPH-253FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x253FC,
        name: "CJK UNIFIED IDEOGRAPH-253FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x253FD,
        name: "CJK UNIFIED IDEOGRAPH-253FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x253FE,
        name: "CJK UNIFIED IDEOGRAPH-253FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x253FF,
        name: "CJK UNIFIED IDEOGRAPH-253FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25400,
        name: "CJK UNIFIED IDEOGRAPH-25400",
    },
    Character {
        age: "3.1",
        codepoint: 0x25401,
        name: "CJK UNIFIED IDEOGRAPH-25401",
    },
    Character {
        age: "3.1",
        codepoint: 0x25402,
        name: "CJK UNIFIED IDEOGRAPH-25402",
    },
    Character {
        age: "3.1",
        codepoint: 0x25403,
        name: "CJK UNIFIED IDEOGRAPH-25403",
    },
    Character {
        age: "3.1",
        codepoint: 0x25404,
        name: "CJK UNIFIED IDEOGRAPH-25404",
    },
    Character {
        age: "3.1",
        codepoint: 0x25405,
        name: "CJK UNIFIED IDEOGRAPH-25405",
    },
    Character {
        age: "3.1",
        codepoint: 0x25406,
        name: "CJK UNIFIED IDEOGRAPH-25406",
    },
    Character {
        age: "3.1",
        codepoint: 0x25407,
        name: "CJK UNIFIED IDEOGRAPH-25407",
    },
    Character {
        age: "3.1",
        codepoint: 0x25408,
        name: "CJK UNIFIED IDEOGRAPH-25408",
    },
    Character {
        age: "3.1",
        codepoint: 0x25409,
        name: "CJK UNIFIED IDEOGRAPH-25409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2540A,
        name: "CJK UNIFIED IDEOGRAPH-2540A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2540B,
        name: "CJK UNIFIED IDEOGRAPH-2540B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2540C,
        name: "CJK UNIFIED IDEOGRAPH-2540C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2540D,
        name: "CJK UNIFIED IDEOGRAPH-2540D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2540E,
        name: "CJK UNIFIED IDEOGRAPH-2540E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2540F,
        name: "CJK UNIFIED IDEOGRAPH-2540F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25410,
        name: "CJK UNIFIED IDEOGRAPH-25410",
    },
    Character {
        age: "3.1",
        codepoint: 0x25411,
        name: "CJK UNIFIED IDEOGRAPH-25411",
    },
    Character {
        age: "3.1",
        codepoint: 0x25412,
        name: "CJK UNIFIED IDEOGRAPH-25412",
    },
    Character {
        age: "3.1",
        codepoint: 0x25413,
        name: "CJK UNIFIED IDEOGRAPH-25413",
    },
    Character {
        age: "3.1",
        codepoint: 0x25414,
        name: "CJK UNIFIED IDEOGRAPH-25414",
    },
    Character {
        age: "3.1",
        codepoint: 0x25415,
        name: "CJK UNIFIED IDEOGRAPH-25415",
    },
    Character {
        age: "3.1",
        codepoint: 0x25416,
        name: "CJK UNIFIED IDEOGRAPH-25416",
    },
    Character {
        age: "3.1",
        codepoint: 0x25417,
        name: "CJK UNIFIED IDEOGRAPH-25417",
    },
    Character {
        age: "3.1",
        codepoint: 0x25418,
        name: "CJK UNIFIED IDEOGRAPH-25418",
    },
    Character {
        age: "3.1",
        codepoint: 0x25419,
        name: "CJK UNIFIED IDEOGRAPH-25419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2541A,
        name: "CJK UNIFIED IDEOGRAPH-2541A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2541B,
        name: "CJK UNIFIED IDEOGRAPH-2541B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2541C,
        name: "CJK UNIFIED IDEOGRAPH-2541C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2541D,
        name: "CJK UNIFIED IDEOGRAPH-2541D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2541E,
        name: "CJK UNIFIED IDEOGRAPH-2541E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2541F,
        name: "CJK UNIFIED IDEOGRAPH-2541F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25420,
        name: "CJK UNIFIED IDEOGRAPH-25420",
    },
    Character {
        age: "3.1",
        codepoint: 0x25421,
        name: "CJK UNIFIED IDEOGRAPH-25421",
    },
    Character {
        age: "3.1",
        codepoint: 0x25422,
        name: "CJK UNIFIED IDEOGRAPH-25422",
    },
    Character {
        age: "3.1",
        codepoint: 0x25423,
        name: "CJK UNIFIED IDEOGRAPH-25423",
    },
    Character {
        age: "3.1",
        codepoint: 0x25424,
        name: "CJK UNIFIED IDEOGRAPH-25424",
    },
    Character {
        age: "3.1",
        codepoint: 0x25425,
        name: "CJK UNIFIED IDEOGRAPH-25425",
    },
    Character {
        age: "3.1",
        codepoint: 0x25426,
        name: "CJK UNIFIED IDEOGRAPH-25426",
    },
    Character {
        age: "3.1",
        codepoint: 0x25427,
        name: "CJK UNIFIED IDEOGRAPH-25427",
    },
    Character {
        age: "3.1",
        codepoint: 0x25428,
        name: "CJK UNIFIED IDEOGRAPH-25428",
    },
    Character {
        age: "3.1",
        codepoint: 0x25429,
        name: "CJK UNIFIED IDEOGRAPH-25429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2542A,
        name: "CJK UNIFIED IDEOGRAPH-2542A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2542B,
        name: "CJK UNIFIED IDEOGRAPH-2542B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2542C,
        name: "CJK UNIFIED IDEOGRAPH-2542C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2542D,
        name: "CJK UNIFIED IDEOGRAPH-2542D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2542E,
        name: "CJK UNIFIED IDEOGRAPH-2542E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2542F,
        name: "CJK UNIFIED IDEOGRAPH-2542F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25430,
        name: "CJK UNIFIED IDEOGRAPH-25430",
    },
    Character {
        age: "3.1",
        codepoint: 0x25431,
        name: "CJK UNIFIED IDEOGRAPH-25431",
    },
    Character {
        age: "3.1",
        codepoint: 0x25432,
        name: "CJK UNIFIED IDEOGRAPH-25432",
    },
    Character {
        age: "3.1",
        codepoint: 0x25433,
        name: "CJK UNIFIED IDEOGRAPH-25433",
    },
    Character {
        age: "3.1",
        codepoint: 0x25434,
        name: "CJK UNIFIED IDEOGRAPH-25434",
    },
    Character {
        age: "3.1",
        codepoint: 0x25435,
        name: "CJK UNIFIED IDEOGRAPH-25435",
    },
    Character {
        age: "3.1",
        codepoint: 0x25436,
        name: "CJK UNIFIED IDEOGRAPH-25436",
    },
    Character {
        age: "3.1",
        codepoint: 0x25437,
        name: "CJK UNIFIED IDEOGRAPH-25437",
    },
    Character {
        age: "3.1",
        codepoint: 0x25438,
        name: "CJK UNIFIED IDEOGRAPH-25438",
    },
    Character {
        age: "3.1",
        codepoint: 0x25439,
        name: "CJK UNIFIED IDEOGRAPH-25439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2543A,
        name: "CJK UNIFIED IDEOGRAPH-2543A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2543B,
        name: "CJK UNIFIED IDEOGRAPH-2543B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2543C,
        name: "CJK UNIFIED IDEOGRAPH-2543C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2543D,
        name: "CJK UNIFIED IDEOGRAPH-2543D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2543E,
        name: "CJK UNIFIED IDEOGRAPH-2543E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2543F,
        name: "CJK UNIFIED IDEOGRAPH-2543F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25440,
        name: "CJK UNIFIED IDEOGRAPH-25440",
    },
    Character {
        age: "3.1",
        codepoint: 0x25441,
        name: "CJK UNIFIED IDEOGRAPH-25441",
    },
    Character {
        age: "3.1",
        codepoint: 0x25442,
        name: "CJK UNIFIED IDEOGRAPH-25442",
    },
    Character {
        age: "3.1",
        codepoint: 0x25443,
        name: "CJK UNIFIED IDEOGRAPH-25443",
    },
    Character {
        age: "3.1",
        codepoint: 0x25444,
        name: "CJK UNIFIED IDEOGRAPH-25444",
    },
    Character {
        age: "3.1",
        codepoint: 0x25445,
        name: "CJK UNIFIED IDEOGRAPH-25445",
    },
    Character {
        age: "3.1",
        codepoint: 0x25446,
        name: "CJK UNIFIED IDEOGRAPH-25446",
    },
    Character {
        age: "3.1",
        codepoint: 0x25447,
        name: "CJK UNIFIED IDEOGRAPH-25447",
    },
    Character {
        age: "3.1",
        codepoint: 0x25448,
        name: "CJK UNIFIED IDEOGRAPH-25448",
    },
    Character {
        age: "3.1",
        codepoint: 0x25449,
        name: "CJK UNIFIED IDEOGRAPH-25449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2544A,
        name: "CJK UNIFIED IDEOGRAPH-2544A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2544B,
        name: "CJK UNIFIED IDEOGRAPH-2544B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2544C,
        name: "CJK UNIFIED IDEOGRAPH-2544C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2544D,
        name: "CJK UNIFIED IDEOGRAPH-2544D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2544E,
        name: "CJK UNIFIED IDEOGRAPH-2544E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2544F,
        name: "CJK UNIFIED IDEOGRAPH-2544F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25450,
        name: "CJK UNIFIED IDEOGRAPH-25450",
    },
    Character {
        age: "3.1",
        codepoint: 0x25451,
        name: "CJK UNIFIED IDEOGRAPH-25451",
    },
    Character {
        age: "3.1",
        codepoint: 0x25452,
        name: "CJK UNIFIED IDEOGRAPH-25452",
    },
    Character {
        age: "3.1",
        codepoint: 0x25453,
        name: "CJK UNIFIED IDEOGRAPH-25453",
    },
    Character {
        age: "3.1",
        codepoint: 0x25454,
        name: "CJK UNIFIED IDEOGRAPH-25454",
    },
    Character {
        age: "3.1",
        codepoint: 0x25455,
        name: "CJK UNIFIED IDEOGRAPH-25455",
    },
    Character {
        age: "3.1",
        codepoint: 0x25456,
        name: "CJK UNIFIED IDEOGRAPH-25456",
    },
    Character {
        age: "3.1",
        codepoint: 0x25457,
        name: "CJK UNIFIED IDEOGRAPH-25457",
    },
    Character {
        age: "3.1",
        codepoint: 0x25458,
        name: "CJK UNIFIED IDEOGRAPH-25458",
    },
    Character {
        age: "3.1",
        codepoint: 0x25459,
        name: "CJK UNIFIED IDEOGRAPH-25459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2545A,
        name: "CJK UNIFIED IDEOGRAPH-2545A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2545B,
        name: "CJK UNIFIED IDEOGRAPH-2545B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2545C,
        name: "CJK UNIFIED IDEOGRAPH-2545C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2545D,
        name: "CJK UNIFIED IDEOGRAPH-2545D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2545E,
        name: "CJK UNIFIED IDEOGRAPH-2545E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2545F,
        name: "CJK UNIFIED IDEOGRAPH-2545F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25460,
        name: "CJK UNIFIED IDEOGRAPH-25460",
    },
    Character {
        age: "3.1",
        codepoint: 0x25461,
        name: "CJK UNIFIED IDEOGRAPH-25461",
    },
    Character {
        age: "3.1",
        codepoint: 0x25462,
        name: "CJK UNIFIED IDEOGRAPH-25462",
    },
    Character {
        age: "3.1",
        codepoint: 0x25463,
        name: "CJK UNIFIED IDEOGRAPH-25463",
    },
    Character {
        age: "3.1",
        codepoint: 0x25464,
        name: "CJK UNIFIED IDEOGRAPH-25464",
    },
    Character {
        age: "3.1",
        codepoint: 0x25465,
        name: "CJK UNIFIED IDEOGRAPH-25465",
    },
    Character {
        age: "3.1",
        codepoint: 0x25466,
        name: "CJK UNIFIED IDEOGRAPH-25466",
    },
    Character {
        age: "3.1",
        codepoint: 0x25467,
        name: "CJK UNIFIED IDEOGRAPH-25467",
    },
    Character {
        age: "3.1",
        codepoint: 0x25468,
        name: "CJK UNIFIED IDEOGRAPH-25468",
    },
    Character {
        age: "3.1",
        codepoint: 0x25469,
        name: "CJK UNIFIED IDEOGRAPH-25469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2546A,
        name: "CJK UNIFIED IDEOGRAPH-2546A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2546B,
        name: "CJK UNIFIED IDEOGRAPH-2546B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2546C,
        name: "CJK UNIFIED IDEOGRAPH-2546C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2546D,
        name: "CJK UNIFIED IDEOGRAPH-2546D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2546E,
        name: "CJK UNIFIED IDEOGRAPH-2546E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2546F,
        name: "CJK UNIFIED IDEOGRAPH-2546F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25470,
        name: "CJK UNIFIED IDEOGRAPH-25470",
    },
    Character {
        age: "3.1",
        codepoint: 0x25471,
        name: "CJK UNIFIED IDEOGRAPH-25471",
    },
    Character {
        age: "3.1",
        codepoint: 0x25472,
        name: "CJK UNIFIED IDEOGRAPH-25472",
    },
    Character {
        age: "3.1",
        codepoint: 0x25473,
        name: "CJK UNIFIED IDEOGRAPH-25473",
    },
    Character {
        age: "3.1",
        codepoint: 0x25474,
        name: "CJK UNIFIED IDEOGRAPH-25474",
    },
    Character {
        age: "3.1",
        codepoint: 0x25475,
        name: "CJK UNIFIED IDEOGRAPH-25475",
    },
    Character {
        age: "3.1",
        codepoint: 0x25476,
        name: "CJK UNIFIED IDEOGRAPH-25476",
    },
    Character {
        age: "3.1",
        codepoint: 0x25477,
        name: "CJK UNIFIED IDEOGRAPH-25477",
    },
    Character {
        age: "3.1",
        codepoint: 0x25478,
        name: "CJK UNIFIED IDEOGRAPH-25478",
    },
    Character {
        age: "3.1",
        codepoint: 0x25479,
        name: "CJK UNIFIED IDEOGRAPH-25479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2547A,
        name: "CJK UNIFIED IDEOGRAPH-2547A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2547B,
        name: "CJK UNIFIED IDEOGRAPH-2547B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2547C,
        name: "CJK UNIFIED IDEOGRAPH-2547C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2547D,
        name: "CJK UNIFIED IDEOGRAPH-2547D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2547E,
        name: "CJK UNIFIED IDEOGRAPH-2547E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2547F,
        name: "CJK UNIFIED IDEOGRAPH-2547F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25480,
        name: "CJK UNIFIED IDEOGRAPH-25480",
    },
    Character {
        age: "3.1",
        codepoint: 0x25481,
        name: "CJK UNIFIED IDEOGRAPH-25481",
    },
    Character {
        age: "3.1",
        codepoint: 0x25482,
        name: "CJK UNIFIED IDEOGRAPH-25482",
    },
    Character {
        age: "3.1",
        codepoint: 0x25483,
        name: "CJK UNIFIED IDEOGRAPH-25483",
    },
    Character {
        age: "3.1",
        codepoint: 0x25484,
        name: "CJK UNIFIED IDEOGRAPH-25484",
    },
    Character {
        age: "3.1",
        codepoint: 0x25485,
        name: "CJK UNIFIED IDEOGRAPH-25485",
    },
    Character {
        age: "3.1",
        codepoint: 0x25486,
        name: "CJK UNIFIED IDEOGRAPH-25486",
    },
    Character {
        age: "3.1",
        codepoint: 0x25487,
        name: "CJK UNIFIED IDEOGRAPH-25487",
    },
    Character {
        age: "3.1",
        codepoint: 0x25488,
        name: "CJK UNIFIED IDEOGRAPH-25488",
    },
    Character {
        age: "3.1",
        codepoint: 0x25489,
        name: "CJK UNIFIED IDEOGRAPH-25489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2548A,
        name: "CJK UNIFIED IDEOGRAPH-2548A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2548B,
        name: "CJK UNIFIED IDEOGRAPH-2548B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2548C,
        name: "CJK UNIFIED IDEOGRAPH-2548C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2548D,
        name: "CJK UNIFIED IDEOGRAPH-2548D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2548E,
        name: "CJK UNIFIED IDEOGRAPH-2548E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2548F,
        name: "CJK UNIFIED IDEOGRAPH-2548F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25490,
        name: "CJK UNIFIED IDEOGRAPH-25490",
    },
    Character {
        age: "3.1",
        codepoint: 0x25491,
        name: "CJK UNIFIED IDEOGRAPH-25491",
    },
    Character {
        age: "3.1",
        codepoint: 0x25492,
        name: "CJK UNIFIED IDEOGRAPH-25492",
    },
    Character {
        age: "3.1",
        codepoint: 0x25493,
        name: "CJK UNIFIED IDEOGRAPH-25493",
    },
    Character {
        age: "3.1",
        codepoint: 0x25494,
        name: "CJK UNIFIED IDEOGRAPH-25494",
    },
    Character {
        age: "3.1",
        codepoint: 0x25495,
        name: "CJK UNIFIED IDEOGRAPH-25495",
    },
    Character {
        age: "3.1",
        codepoint: 0x25496,
        name: "CJK UNIFIED IDEOGRAPH-25496",
    },
    Character {
        age: "3.1",
        codepoint: 0x25497,
        name: "CJK UNIFIED IDEOGRAPH-25497",
    },
    Character {
        age: "3.1",
        codepoint: 0x25498,
        name: "CJK UNIFIED IDEOGRAPH-25498",
    },
    Character {
        age: "3.1",
        codepoint: 0x25499,
        name: "CJK UNIFIED IDEOGRAPH-25499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2549A,
        name: "CJK UNIFIED IDEOGRAPH-2549A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2549B,
        name: "CJK UNIFIED IDEOGRAPH-2549B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2549C,
        name: "CJK UNIFIED IDEOGRAPH-2549C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2549D,
        name: "CJK UNIFIED IDEOGRAPH-2549D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2549E,
        name: "CJK UNIFIED IDEOGRAPH-2549E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2549F,
        name: "CJK UNIFIED IDEOGRAPH-2549F",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A0,
        name: "CJK UNIFIED IDEOGRAPH-254A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A1,
        name: "CJK UNIFIED IDEOGRAPH-254A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A2,
        name: "CJK UNIFIED IDEOGRAPH-254A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A3,
        name: "CJK UNIFIED IDEOGRAPH-254A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A4,
        name: "CJK UNIFIED IDEOGRAPH-254A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A5,
        name: "CJK UNIFIED IDEOGRAPH-254A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A6,
        name: "CJK UNIFIED IDEOGRAPH-254A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A7,
        name: "CJK UNIFIED IDEOGRAPH-254A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A8,
        name: "CJK UNIFIED IDEOGRAPH-254A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x254A9,
        name: "CJK UNIFIED IDEOGRAPH-254A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x254AA,
        name: "CJK UNIFIED IDEOGRAPH-254AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x254AB,
        name: "CJK UNIFIED IDEOGRAPH-254AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x254AC,
        name: "CJK UNIFIED IDEOGRAPH-254AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x254AD,
        name: "CJK UNIFIED IDEOGRAPH-254AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x254AE,
        name: "CJK UNIFIED IDEOGRAPH-254AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x254AF,
        name: "CJK UNIFIED IDEOGRAPH-254AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B0,
        name: "CJK UNIFIED IDEOGRAPH-254B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B1,
        name: "CJK UNIFIED IDEOGRAPH-254B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B2,
        name: "CJK UNIFIED IDEOGRAPH-254B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B3,
        name: "CJK UNIFIED IDEOGRAPH-254B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B4,
        name: "CJK UNIFIED IDEOGRAPH-254B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B5,
        name: "CJK UNIFIED IDEOGRAPH-254B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B6,
        name: "CJK UNIFIED IDEOGRAPH-254B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B7,
        name: "CJK UNIFIED IDEOGRAPH-254B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B8,
        name: "CJK UNIFIED IDEOGRAPH-254B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x254B9,
        name: "CJK UNIFIED IDEOGRAPH-254B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x254BA,
        name: "CJK UNIFIED IDEOGRAPH-254BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x254BB,
        name: "CJK UNIFIED IDEOGRAPH-254BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x254BC,
        name: "CJK UNIFIED IDEOGRAPH-254BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x254BD,
        name: "CJK UNIFIED IDEOGRAPH-254BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x254BE,
        name: "CJK UNIFIED IDEOGRAPH-254BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x254BF,
        name: "CJK UNIFIED IDEOGRAPH-254BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C0,
        name: "CJK UNIFIED IDEOGRAPH-254C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C1,
        name: "CJK UNIFIED IDEOGRAPH-254C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C2,
        name: "CJK UNIFIED IDEOGRAPH-254C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C3,
        name: "CJK UNIFIED IDEOGRAPH-254C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C4,
        name: "CJK UNIFIED IDEOGRAPH-254C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C5,
        name: "CJK UNIFIED IDEOGRAPH-254C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C6,
        name: "CJK UNIFIED IDEOGRAPH-254C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C7,
        name: "CJK UNIFIED IDEOGRAPH-254C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C8,
        name: "CJK UNIFIED IDEOGRAPH-254C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x254C9,
        name: "CJK UNIFIED IDEOGRAPH-254C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x254CA,
        name: "CJK UNIFIED IDEOGRAPH-254CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x254CB,
        name: "CJK UNIFIED IDEOGRAPH-254CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x254CC,
        name: "CJK UNIFIED IDEOGRAPH-254CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x254CD,
        name: "CJK UNIFIED IDEOGRAPH-254CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x254CE,
        name: "CJK UNIFIED IDEOGRAPH-254CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x254CF,
        name: "CJK UNIFIED IDEOGRAPH-254CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D0,
        name: "CJK UNIFIED IDEOGRAPH-254D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D1,
        name: "CJK UNIFIED IDEOGRAPH-254D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D2,
        name: "CJK UNIFIED IDEOGRAPH-254D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D3,
        name: "CJK UNIFIED IDEOGRAPH-254D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D4,
        name: "CJK UNIFIED IDEOGRAPH-254D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D5,
        name: "CJK UNIFIED IDEOGRAPH-254D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D6,
        name: "CJK UNIFIED IDEOGRAPH-254D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D7,
        name: "CJK UNIFIED IDEOGRAPH-254D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D8,
        name: "CJK UNIFIED IDEOGRAPH-254D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x254D9,
        name: "CJK UNIFIED IDEOGRAPH-254D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x254DA,
        name: "CJK UNIFIED IDEOGRAPH-254DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x254DB,
        name: "CJK UNIFIED IDEOGRAPH-254DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x254DC,
        name: "CJK UNIFIED IDEOGRAPH-254DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x254DD,
        name: "CJK UNIFIED IDEOGRAPH-254DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x254DE,
        name: "CJK UNIFIED IDEOGRAPH-254DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x254DF,
        name: "CJK UNIFIED IDEOGRAPH-254DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E0,
        name: "CJK UNIFIED IDEOGRAPH-254E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E1,
        name: "CJK UNIFIED IDEOGRAPH-254E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E2,
        name: "CJK UNIFIED IDEOGRAPH-254E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E3,
        name: "CJK UNIFIED IDEOGRAPH-254E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E4,
        name: "CJK UNIFIED IDEOGRAPH-254E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E5,
        name: "CJK UNIFIED IDEOGRAPH-254E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E6,
        name: "CJK UNIFIED IDEOGRAPH-254E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E7,
        name: "CJK UNIFIED IDEOGRAPH-254E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E8,
        name: "CJK UNIFIED IDEOGRAPH-254E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x254E9,
        name: "CJK UNIFIED IDEOGRAPH-254E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x254EA,
        name: "CJK UNIFIED IDEOGRAPH-254EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x254EB,
        name: "CJK UNIFIED IDEOGRAPH-254EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x254EC,
        name: "CJK UNIFIED IDEOGRAPH-254EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x254ED,
        name: "CJK UNIFIED IDEOGRAPH-254ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x254EE,
        name: "CJK UNIFIED IDEOGRAPH-254EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x254EF,
        name: "CJK UNIFIED IDEOGRAPH-254EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F0,
        name: "CJK UNIFIED IDEOGRAPH-254F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F1,
        name: "CJK UNIFIED IDEOGRAPH-254F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F2,
        name: "CJK UNIFIED IDEOGRAPH-254F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F3,
        name: "CJK UNIFIED IDEOGRAPH-254F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F4,
        name: "CJK UNIFIED IDEOGRAPH-254F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F5,
        name: "CJK UNIFIED IDEOGRAPH-254F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F6,
        name: "CJK UNIFIED IDEOGRAPH-254F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F7,
        name: "CJK UNIFIED IDEOGRAPH-254F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F8,
        name: "CJK UNIFIED IDEOGRAPH-254F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x254F9,
        name: "CJK UNIFIED IDEOGRAPH-254F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x254FA,
        name: "CJK UNIFIED IDEOGRAPH-254FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x254FB,
        name: "CJK UNIFIED IDEOGRAPH-254FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x254FC,
        name: "CJK UNIFIED IDEOGRAPH-254FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x254FD,
        name: "CJK UNIFIED IDEOGRAPH-254FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x254FE,
        name: "CJK UNIFIED IDEOGRAPH-254FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x254FF,
        name: "CJK UNIFIED IDEOGRAPH-254FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25500,
        name: "CJK UNIFIED IDEOGRAPH-25500",
    },
    Character {
        age: "3.1",
        codepoint: 0x25501,
        name: "CJK UNIFIED IDEOGRAPH-25501",
    },
    Character {
        age: "3.1",
        codepoint: 0x25502,
        name: "CJK UNIFIED IDEOGRAPH-25502",
    },
    Character {
        age: "3.1",
        codepoint: 0x25503,
        name: "CJK UNIFIED IDEOGRAPH-25503",
    },
    Character {
        age: "3.1",
        codepoint: 0x25504,
        name: "CJK UNIFIED IDEOGRAPH-25504",
    },
    Character {
        age: "3.1",
        codepoint: 0x25505,
        name: "CJK UNIFIED IDEOGRAPH-25505",
    },
    Character {
        age: "3.1",
        codepoint: 0x25506,
        name: "CJK UNIFIED IDEOGRAPH-25506",
    },
    Character {
        age: "3.1",
        codepoint: 0x25507,
        name: "CJK UNIFIED IDEOGRAPH-25507",
    },
    Character {
        age: "3.1",
        codepoint: 0x25508,
        name: "CJK UNIFIED IDEOGRAPH-25508",
    },
    Character {
        age: "3.1",
        codepoint: 0x25509,
        name: "CJK UNIFIED IDEOGRAPH-25509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2550A,
        name: "CJK UNIFIED IDEOGRAPH-2550A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2550B,
        name: "CJK UNIFIED IDEOGRAPH-2550B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2550C,
        name: "CJK UNIFIED IDEOGRAPH-2550C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2550D,
        name: "CJK UNIFIED IDEOGRAPH-2550D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2550E,
        name: "CJK UNIFIED IDEOGRAPH-2550E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2550F,
        name: "CJK UNIFIED IDEOGRAPH-2550F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25510,
        name: "CJK UNIFIED IDEOGRAPH-25510",
    },
    Character {
        age: "3.1",
        codepoint: 0x25511,
        name: "CJK UNIFIED IDEOGRAPH-25511",
    },
    Character {
        age: "3.1",
        codepoint: 0x25512,
        name: "CJK UNIFIED IDEOGRAPH-25512",
    },
    Character {
        age: "3.1",
        codepoint: 0x25513,
        name: "CJK UNIFIED IDEOGRAPH-25513",
    },
    Character {
        age: "3.1",
        codepoint: 0x25514,
        name: "CJK UNIFIED IDEOGRAPH-25514",
    },
    Character {
        age: "3.1",
        codepoint: 0x25515,
        name: "CJK UNIFIED IDEOGRAPH-25515",
    },
    Character {
        age: "3.1",
        codepoint: 0x25516,
        name: "CJK UNIFIED IDEOGRAPH-25516",
    },
    Character {
        age: "3.1",
        codepoint: 0x25517,
        name: "CJK UNIFIED IDEOGRAPH-25517",
    },
    Character {
        age: "3.1",
        codepoint: 0x25518,
        name: "CJK UNIFIED IDEOGRAPH-25518",
    },
    Character {
        age: "3.1",
        codepoint: 0x25519,
        name: "CJK UNIFIED IDEOGRAPH-25519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2551A,
        name: "CJK UNIFIED IDEOGRAPH-2551A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2551B,
        name: "CJK UNIFIED IDEOGRAPH-2551B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2551C,
        name: "CJK UNIFIED IDEOGRAPH-2551C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2551D,
        name: "CJK UNIFIED IDEOGRAPH-2551D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2551E,
        name: "CJK UNIFIED IDEOGRAPH-2551E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2551F,
        name: "CJK UNIFIED IDEOGRAPH-2551F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25520,
        name: "CJK UNIFIED IDEOGRAPH-25520",
    },
    Character {
        age: "3.1",
        codepoint: 0x25521,
        name: "CJK UNIFIED IDEOGRAPH-25521",
    },
    Character {
        age: "3.1",
        codepoint: 0x25522,
        name: "CJK UNIFIED IDEOGRAPH-25522",
    },
    Character {
        age: "3.1",
        codepoint: 0x25523,
        name: "CJK UNIFIED IDEOGRAPH-25523",
    },
    Character {
        age: "3.1",
        codepoint: 0x25524,
        name: "CJK UNIFIED IDEOGRAPH-25524",
    },
    Character {
        age: "3.1",
        codepoint: 0x25525,
        name: "CJK UNIFIED IDEOGRAPH-25525",
    },
    Character {
        age: "3.1",
        codepoint: 0x25526,
        name: "CJK UNIFIED IDEOGRAPH-25526",
    },
    Character {
        age: "3.1",
        codepoint: 0x25527,
        name: "CJK UNIFIED IDEOGRAPH-25527",
    },
    Character {
        age: "3.1",
        codepoint: 0x25528,
        name: "CJK UNIFIED IDEOGRAPH-25528",
    },
    Character {
        age: "3.1",
        codepoint: 0x25529,
        name: "CJK UNIFIED IDEOGRAPH-25529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2552A,
        name: "CJK UNIFIED IDEOGRAPH-2552A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2552B,
        name: "CJK UNIFIED IDEOGRAPH-2552B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2552C,
        name: "CJK UNIFIED IDEOGRAPH-2552C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2552D,
        name: "CJK UNIFIED IDEOGRAPH-2552D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2552E,
        name: "CJK UNIFIED IDEOGRAPH-2552E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2552F,
        name: "CJK UNIFIED IDEOGRAPH-2552F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25530,
        name: "CJK UNIFIED IDEOGRAPH-25530",
    },
    Character {
        age: "3.1",
        codepoint: 0x25531,
        name: "CJK UNIFIED IDEOGRAPH-25531",
    },
    Character {
        age: "3.1",
        codepoint: 0x25532,
        name: "CJK UNIFIED IDEOGRAPH-25532",
    },
    Character {
        age: "3.1",
        codepoint: 0x25533,
        name: "CJK UNIFIED IDEOGRAPH-25533",
    },
    Character {
        age: "3.1",
        codepoint: 0x25534,
        name: "CJK UNIFIED IDEOGRAPH-25534",
    },
    Character {
        age: "3.1",
        codepoint: 0x25535,
        name: "CJK UNIFIED IDEOGRAPH-25535",
    },
    Character {
        age: "3.1",
        codepoint: 0x25536,
        name: "CJK UNIFIED IDEOGRAPH-25536",
    },
    Character {
        age: "3.1",
        codepoint: 0x25537,
        name: "CJK UNIFIED IDEOGRAPH-25537",
    },
    Character {
        age: "3.1",
        codepoint: 0x25538,
        name: "CJK UNIFIED IDEOGRAPH-25538",
    },
    Character {
        age: "3.1",
        codepoint: 0x25539,
        name: "CJK UNIFIED IDEOGRAPH-25539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2553A,
        name: "CJK UNIFIED IDEOGRAPH-2553A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2553B,
        name: "CJK UNIFIED IDEOGRAPH-2553B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2553C,
        name: "CJK UNIFIED IDEOGRAPH-2553C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2553D,
        name: "CJK UNIFIED IDEOGRAPH-2553D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2553E,
        name: "CJK UNIFIED IDEOGRAPH-2553E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2553F,
        name: "CJK UNIFIED IDEOGRAPH-2553F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25540,
        name: "CJK UNIFIED IDEOGRAPH-25540",
    },
    Character {
        age: "3.1",
        codepoint: 0x25541,
        name: "CJK UNIFIED IDEOGRAPH-25541",
    },
    Character {
        age: "3.1",
        codepoint: 0x25542,
        name: "CJK UNIFIED IDEOGRAPH-25542",
    },
    Character {
        age: "3.1",
        codepoint: 0x25543,
        name: "CJK UNIFIED IDEOGRAPH-25543",
    },
    Character {
        age: "3.1",
        codepoint: 0x25544,
        name: "CJK UNIFIED IDEOGRAPH-25544",
    },
    Character {
        age: "3.1",
        codepoint: 0x25545,
        name: "CJK UNIFIED IDEOGRAPH-25545",
    },
    Character {
        age: "3.1",
        codepoint: 0x25546,
        name: "CJK UNIFIED IDEOGRAPH-25546",
    },
    Character {
        age: "3.1",
        codepoint: 0x25547,
        name: "CJK UNIFIED IDEOGRAPH-25547",
    },
    Character {
        age: "3.1",
        codepoint: 0x25548,
        name: "CJK UNIFIED IDEOGRAPH-25548",
    },
    Character {
        age: "3.1",
        codepoint: 0x25549,
        name: "CJK UNIFIED IDEOGRAPH-25549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2554A,
        name: "CJK UNIFIED IDEOGRAPH-2554A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2554B,
        name: "CJK UNIFIED IDEOGRAPH-2554B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2554C,
        name: "CJK UNIFIED IDEOGRAPH-2554C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2554D,
        name: "CJK UNIFIED IDEOGRAPH-2554D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2554E,
        name: "CJK UNIFIED IDEOGRAPH-2554E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2554F,
        name: "CJK UNIFIED IDEOGRAPH-2554F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25550,
        name: "CJK UNIFIED IDEOGRAPH-25550",
    },
    Character {
        age: "3.1",
        codepoint: 0x25551,
        name: "CJK UNIFIED IDEOGRAPH-25551",
    },
    Character {
        age: "3.1",
        codepoint: 0x25552,
        name: "CJK UNIFIED IDEOGRAPH-25552",
    },
    Character {
        age: "3.1",
        codepoint: 0x25553,
        name: "CJK UNIFIED IDEOGRAPH-25553",
    },
    Character {
        age: "3.1",
        codepoint: 0x25554,
        name: "CJK UNIFIED IDEOGRAPH-25554",
    },
    Character {
        age: "3.1",
        codepoint: 0x25555,
        name: "CJK UNIFIED IDEOGRAPH-25555",
    },
    Character {
        age: "3.1",
        codepoint: 0x25556,
        name: "CJK UNIFIED IDEOGRAPH-25556",
    },
    Character {
        age: "3.1",
        codepoint: 0x25557,
        name: "CJK UNIFIED IDEOGRAPH-25557",
    },
    Character {
        age: "3.1",
        codepoint: 0x25558,
        name: "CJK UNIFIED IDEOGRAPH-25558",
    },
    Character {
        age: "3.1",
        codepoint: 0x25559,
        name: "CJK UNIFIED IDEOGRAPH-25559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2555A,
        name: "CJK UNIFIED IDEOGRAPH-2555A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2555B,
        name: "CJK UNIFIED IDEOGRAPH-2555B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2555C,
        name: "CJK UNIFIED IDEOGRAPH-2555C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2555D,
        name: "CJK UNIFIED IDEOGRAPH-2555D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2555E,
        name: "CJK UNIFIED IDEOGRAPH-2555E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2555F,
        name: "CJK UNIFIED IDEOGRAPH-2555F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25560,
        name: "CJK UNIFIED IDEOGRAPH-25560",
    },
    Character {
        age: "3.1",
        codepoint: 0x25561,
        name: "CJK UNIFIED IDEOGRAPH-25561",
    },
    Character {
        age: "3.1",
        codepoint: 0x25562,
        name: "CJK UNIFIED IDEOGRAPH-25562",
    },
    Character {
        age: "3.1",
        codepoint: 0x25563,
        name: "CJK UNIFIED IDEOGRAPH-25563",
    },
    Character {
        age: "3.1",
        codepoint: 0x25564,
        name: "CJK UNIFIED IDEOGRAPH-25564",
    },
    Character {
        age: "3.1",
        codepoint: 0x25565,
        name: "CJK UNIFIED IDEOGRAPH-25565",
    },
    Character {
        age: "3.1",
        codepoint: 0x25566,
        name: "CJK UNIFIED IDEOGRAPH-25566",
    },
    Character {
        age: "3.1",
        codepoint: 0x25567,
        name: "CJK UNIFIED IDEOGRAPH-25567",
    },
    Character {
        age: "3.1",
        codepoint: 0x25568,
        name: "CJK UNIFIED IDEOGRAPH-25568",
    },
    Character {
        age: "3.1",
        codepoint: 0x25569,
        name: "CJK UNIFIED IDEOGRAPH-25569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2556A,
        name: "CJK UNIFIED IDEOGRAPH-2556A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2556B,
        name: "CJK UNIFIED IDEOGRAPH-2556B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2556C,
        name: "CJK UNIFIED IDEOGRAPH-2556C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2556D,
        name: "CJK UNIFIED IDEOGRAPH-2556D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2556E,
        name: "CJK UNIFIED IDEOGRAPH-2556E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2556F,
        name: "CJK UNIFIED IDEOGRAPH-2556F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25570,
        name: "CJK UNIFIED IDEOGRAPH-25570",
    },
    Character {
        age: "3.1",
        codepoint: 0x25571,
        name: "CJK UNIFIED IDEOGRAPH-25571",
    },
    Character {
        age: "3.1",
        codepoint: 0x25572,
        name: "CJK UNIFIED IDEOGRAPH-25572",
    },
    Character {
        age: "3.1",
        codepoint: 0x25573,
        name: "CJK UNIFIED IDEOGRAPH-25573",
    },
    Character {
        age: "3.1",
        codepoint: 0x25574,
        name: "CJK UNIFIED IDEOGRAPH-25574",
    },
    Character {
        age: "3.1",
        codepoint: 0x25575,
        name: "CJK UNIFIED IDEOGRAPH-25575",
    },
    Character {
        age: "3.1",
        codepoint: 0x25576,
        name: "CJK UNIFIED IDEOGRAPH-25576",
    },
    Character {
        age: "3.1",
        codepoint: 0x25577,
        name: "CJK UNIFIED IDEOGRAPH-25577",
    },
    Character {
        age: "3.1",
        codepoint: 0x25578,
        name: "CJK UNIFIED IDEOGRAPH-25578",
    },
    Character {
        age: "3.1",
        codepoint: 0x25579,
        name: "CJK UNIFIED IDEOGRAPH-25579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2557A,
        name: "CJK UNIFIED IDEOGRAPH-2557A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2557B,
        name: "CJK UNIFIED IDEOGRAPH-2557B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2557C,
        name: "CJK UNIFIED IDEOGRAPH-2557C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2557D,
        name: "CJK UNIFIED IDEOGRAPH-2557D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2557E,
        name: "CJK UNIFIED IDEOGRAPH-2557E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2557F,
        name: "CJK UNIFIED IDEOGRAPH-2557F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25580,
        name: "CJK UNIFIED IDEOGRAPH-25580",
    },
    Character {
        age: "3.1",
        codepoint: 0x25581,
        name: "CJK UNIFIED IDEOGRAPH-25581",
    },
    Character {
        age: "3.1",
        codepoint: 0x25582,
        name: "CJK UNIFIED IDEOGRAPH-25582",
    },
    Character {
        age: "3.1",
        codepoint: 0x25583,
        name: "CJK UNIFIED IDEOGRAPH-25583",
    },
    Character {
        age: "3.1",
        codepoint: 0x25584,
        name: "CJK UNIFIED IDEOGRAPH-25584",
    },
    Character {
        age: "3.1",
        codepoint: 0x25585,
        name: "CJK UNIFIED IDEOGRAPH-25585",
    },
    Character {
        age: "3.1",
        codepoint: 0x25586,
        name: "CJK UNIFIED IDEOGRAPH-25586",
    },
    Character {
        age: "3.1",
        codepoint: 0x25587,
        name: "CJK UNIFIED IDEOGRAPH-25587",
    },
    Character {
        age: "3.1",
        codepoint: 0x25588,
        name: "CJK UNIFIED IDEOGRAPH-25588",
    },
    Character {
        age: "3.1",
        codepoint: 0x25589,
        name: "CJK UNIFIED IDEOGRAPH-25589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2558A,
        name: "CJK UNIFIED IDEOGRAPH-2558A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2558B,
        name: "CJK UNIFIED IDEOGRAPH-2558B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2558C,
        name: "CJK UNIFIED IDEOGRAPH-2558C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2558D,
        name: "CJK UNIFIED IDEOGRAPH-2558D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2558E,
        name: "CJK UNIFIED IDEOGRAPH-2558E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2558F,
        name: "CJK UNIFIED IDEOGRAPH-2558F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25590,
        name: "CJK UNIFIED IDEOGRAPH-25590",
    },
    Character {
        age: "3.1",
        codepoint: 0x25591,
        name: "CJK UNIFIED IDEOGRAPH-25591",
    },
    Character {
        age: "3.1",
        codepoint: 0x25592,
        name: "CJK UNIFIED IDEOGRAPH-25592",
    },
    Character {
        age: "3.1",
        codepoint: 0x25593,
        name: "CJK UNIFIED IDEOGRAPH-25593",
    },
    Character {
        age: "3.1",
        codepoint: 0x25594,
        name: "CJK UNIFIED IDEOGRAPH-25594",
    },
    Character {
        age: "3.1",
        codepoint: 0x25595,
        name: "CJK UNIFIED IDEOGRAPH-25595",
    },
    Character {
        age: "3.1",
        codepoint: 0x25596,
        name: "CJK UNIFIED IDEOGRAPH-25596",
    },
    Character {
        age: "3.1",
        codepoint: 0x25597,
        name: "CJK UNIFIED IDEOGRAPH-25597",
    },
    Character {
        age: "3.1",
        codepoint: 0x25598,
        name: "CJK UNIFIED IDEOGRAPH-25598",
    },
    Character {
        age: "3.1",
        codepoint: 0x25599,
        name: "CJK UNIFIED IDEOGRAPH-25599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2559A,
        name: "CJK UNIFIED IDEOGRAPH-2559A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2559B,
        name: "CJK UNIFIED IDEOGRAPH-2559B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2559C,
        name: "CJK UNIFIED IDEOGRAPH-2559C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2559D,
        name: "CJK UNIFIED IDEOGRAPH-2559D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2559E,
        name: "CJK UNIFIED IDEOGRAPH-2559E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2559F,
        name: "CJK UNIFIED IDEOGRAPH-2559F",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A0,
        name: "CJK UNIFIED IDEOGRAPH-255A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A1,
        name: "CJK UNIFIED IDEOGRAPH-255A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A2,
        name: "CJK UNIFIED IDEOGRAPH-255A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A3,
        name: "CJK UNIFIED IDEOGRAPH-255A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A4,
        name: "CJK UNIFIED IDEOGRAPH-255A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A5,
        name: "CJK UNIFIED IDEOGRAPH-255A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A6,
        name: "CJK UNIFIED IDEOGRAPH-255A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A7,
        name: "CJK UNIFIED IDEOGRAPH-255A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A8,
        name: "CJK UNIFIED IDEOGRAPH-255A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x255A9,
        name: "CJK UNIFIED IDEOGRAPH-255A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x255AA,
        name: "CJK UNIFIED IDEOGRAPH-255AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x255AB,
        name: "CJK UNIFIED IDEOGRAPH-255AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x255AC,
        name: "CJK UNIFIED IDEOGRAPH-255AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x255AD,
        name: "CJK UNIFIED IDEOGRAPH-255AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x255AE,
        name: "CJK UNIFIED IDEOGRAPH-255AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x255AF,
        name: "CJK UNIFIED IDEOGRAPH-255AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B0,
        name: "CJK UNIFIED IDEOGRAPH-255B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B1,
        name: "CJK UNIFIED IDEOGRAPH-255B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B2,
        name: "CJK UNIFIED IDEOGRAPH-255B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B3,
        name: "CJK UNIFIED IDEOGRAPH-255B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B4,
        name: "CJK UNIFIED IDEOGRAPH-255B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B5,
        name: "CJK UNIFIED IDEOGRAPH-255B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B6,
        name: "CJK UNIFIED IDEOGRAPH-255B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B7,
        name: "CJK UNIFIED IDEOGRAPH-255B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B8,
        name: "CJK UNIFIED IDEOGRAPH-255B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x255B9,
        name: "CJK UNIFIED IDEOGRAPH-255B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x255BA,
        name: "CJK UNIFIED IDEOGRAPH-255BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x255BB,
        name: "CJK UNIFIED IDEOGRAPH-255BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x255BC,
        name: "CJK UNIFIED IDEOGRAPH-255BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x255BD,
        name: "CJK UNIFIED IDEOGRAPH-255BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x255BE,
        name: "CJK UNIFIED IDEOGRAPH-255BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x255BF,
        name: "CJK UNIFIED IDEOGRAPH-255BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C0,
        name: "CJK UNIFIED IDEOGRAPH-255C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C1,
        name: "CJK UNIFIED IDEOGRAPH-255C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C2,
        name: "CJK UNIFIED IDEOGRAPH-255C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C3,
        name: "CJK UNIFIED IDEOGRAPH-255C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C4,
        name: "CJK UNIFIED IDEOGRAPH-255C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C5,
        name: "CJK UNIFIED IDEOGRAPH-255C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C6,
        name: "CJK UNIFIED IDEOGRAPH-255C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C7,
        name: "CJK UNIFIED IDEOGRAPH-255C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C8,
        name: "CJK UNIFIED IDEOGRAPH-255C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x255C9,
        name: "CJK UNIFIED IDEOGRAPH-255C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x255CA,
        name: "CJK UNIFIED IDEOGRAPH-255CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x255CB,
        name: "CJK UNIFIED IDEOGRAPH-255CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x255CC,
        name: "CJK UNIFIED IDEOGRAPH-255CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x255CD,
        name: "CJK UNIFIED IDEOGRAPH-255CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x255CE,
        name: "CJK UNIFIED IDEOGRAPH-255CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x255CF,
        name: "CJK UNIFIED IDEOGRAPH-255CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D0,
        name: "CJK UNIFIED IDEOGRAPH-255D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D1,
        name: "CJK UNIFIED IDEOGRAPH-255D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D2,
        name: "CJK UNIFIED IDEOGRAPH-255D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D3,
        name: "CJK UNIFIED IDEOGRAPH-255D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D4,
        name: "CJK UNIFIED IDEOGRAPH-255D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D5,
        name: "CJK UNIFIED IDEOGRAPH-255D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D6,
        name: "CJK UNIFIED IDEOGRAPH-255D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D7,
        name: "CJK UNIFIED IDEOGRAPH-255D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D8,
        name: "CJK UNIFIED IDEOGRAPH-255D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x255D9,
        name: "CJK UNIFIED IDEOGRAPH-255D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x255DA,
        name: "CJK UNIFIED IDEOGRAPH-255DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x255DB,
        name: "CJK UNIFIED IDEOGRAPH-255DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x255DC,
        name: "CJK UNIFIED IDEOGRAPH-255DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x255DD,
        name: "CJK UNIFIED IDEOGRAPH-255DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x255DE,
        name: "CJK UNIFIED IDEOGRAPH-255DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x255DF,
        name: "CJK UNIFIED IDEOGRAPH-255DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E0,
        name: "CJK UNIFIED IDEOGRAPH-255E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E1,
        name: "CJK UNIFIED IDEOGRAPH-255E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E2,
        name: "CJK UNIFIED IDEOGRAPH-255E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E3,
        name: "CJK UNIFIED IDEOGRAPH-255E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E4,
        name: "CJK UNIFIED IDEOGRAPH-255E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E5,
        name: "CJK UNIFIED IDEOGRAPH-255E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E6,
        name: "CJK UNIFIED IDEOGRAPH-255E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E7,
        name: "CJK UNIFIED IDEOGRAPH-255E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E8,
        name: "CJK UNIFIED IDEOGRAPH-255E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x255E9,
        name: "CJK UNIFIED IDEOGRAPH-255E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x255EA,
        name: "CJK UNIFIED IDEOGRAPH-255EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x255EB,
        name: "CJK UNIFIED IDEOGRAPH-255EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x255EC,
        name: "CJK UNIFIED IDEOGRAPH-255EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x255ED,
        name: "CJK UNIFIED IDEOGRAPH-255ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x255EE,
        name: "CJK UNIFIED IDEOGRAPH-255EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x255EF,
        name: "CJK UNIFIED IDEOGRAPH-255EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F0,
        name: "CJK UNIFIED IDEOGRAPH-255F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F1,
        name: "CJK UNIFIED IDEOGRAPH-255F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F2,
        name: "CJK UNIFIED IDEOGRAPH-255F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F3,
        name: "CJK UNIFIED IDEOGRAPH-255F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F4,
        name: "CJK UNIFIED IDEOGRAPH-255F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F5,
        name: "CJK UNIFIED IDEOGRAPH-255F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F6,
        name: "CJK UNIFIED IDEOGRAPH-255F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F7,
        name: "CJK UNIFIED IDEOGRAPH-255F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F8,
        name: "CJK UNIFIED IDEOGRAPH-255F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x255F9,
        name: "CJK UNIFIED IDEOGRAPH-255F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x255FA,
        name: "CJK UNIFIED IDEOGRAPH-255FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x255FB,
        name: "CJK UNIFIED IDEOGRAPH-255FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x255FC,
        name: "CJK UNIFIED IDEOGRAPH-255FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x255FD,
        name: "CJK UNIFIED IDEOGRAPH-255FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x255FE,
        name: "CJK UNIFIED IDEOGRAPH-255FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x255FF,
        name: "CJK UNIFIED IDEOGRAPH-255FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25600,
        name: "CJK UNIFIED IDEOGRAPH-25600",
    },
    Character {
        age: "3.1",
        codepoint: 0x25601,
        name: "CJK UNIFIED IDEOGRAPH-25601",
    },
    Character {
        age: "3.1",
        codepoint: 0x25602,
        name: "CJK UNIFIED IDEOGRAPH-25602",
    },
    Character {
        age: "3.1",
        codepoint: 0x25603,
        name: "CJK UNIFIED IDEOGRAPH-25603",
    },
    Character {
        age: "3.1",
        codepoint: 0x25604,
        name: "CJK UNIFIED IDEOGRAPH-25604",
    },
    Character {
        age: "3.1",
        codepoint: 0x25605,
        name: "CJK UNIFIED IDEOGRAPH-25605",
    },
    Character {
        age: "3.1",
        codepoint: 0x25606,
        name: "CJK UNIFIED IDEOGRAPH-25606",
    },
    Character {
        age: "3.1",
        codepoint: 0x25607,
        name: "CJK UNIFIED IDEOGRAPH-25607",
    },
    Character {
        age: "3.1",
        codepoint: 0x25608,
        name: "CJK UNIFIED IDEOGRAPH-25608",
    },
    Character {
        age: "3.1",
        codepoint: 0x25609,
        name: "CJK UNIFIED IDEOGRAPH-25609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2560A,
        name: "CJK UNIFIED IDEOGRAPH-2560A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2560B,
        name: "CJK UNIFIED IDEOGRAPH-2560B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2560C,
        name: "CJK UNIFIED IDEOGRAPH-2560C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2560D,
        name: "CJK UNIFIED IDEOGRAPH-2560D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2560E,
        name: "CJK UNIFIED IDEOGRAPH-2560E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2560F,
        name: "CJK UNIFIED IDEOGRAPH-2560F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25610,
        name: "CJK UNIFIED IDEOGRAPH-25610",
    },
    Character {
        age: "3.1",
        codepoint: 0x25611,
        name: "CJK UNIFIED IDEOGRAPH-25611",
    },
    Character {
        age: "3.1",
        codepoint: 0x25612,
        name: "CJK UNIFIED IDEOGRAPH-25612",
    },
    Character {
        age: "3.1",
        codepoint: 0x25613,
        name: "CJK UNIFIED IDEOGRAPH-25613",
    },
    Character {
        age: "3.1",
        codepoint: 0x25614,
        name: "CJK UNIFIED IDEOGRAPH-25614",
    },
    Character {
        age: "3.1",
        codepoint: 0x25615,
        name: "CJK UNIFIED IDEOGRAPH-25615",
    },
    Character {
        age: "3.1",
        codepoint: 0x25616,
        name: "CJK UNIFIED IDEOGRAPH-25616",
    },
    Character {
        age: "3.1",
        codepoint: 0x25617,
        name: "CJK UNIFIED IDEOGRAPH-25617",
    },
    Character {
        age: "3.1",
        codepoint: 0x25618,
        name: "CJK UNIFIED IDEOGRAPH-25618",
    },
    Character {
        age: "3.1",
        codepoint: 0x25619,
        name: "CJK UNIFIED IDEOGRAPH-25619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2561A,
        name: "CJK UNIFIED IDEOGRAPH-2561A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2561B,
        name: "CJK UNIFIED IDEOGRAPH-2561B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2561C,
        name: "CJK UNIFIED IDEOGRAPH-2561C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2561D,
        name: "CJK UNIFIED IDEOGRAPH-2561D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2561E,
        name: "CJK UNIFIED IDEOGRAPH-2561E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2561F,
        name: "CJK UNIFIED IDEOGRAPH-2561F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25620,
        name: "CJK UNIFIED IDEOGRAPH-25620",
    },
    Character {
        age: "3.1",
        codepoint: 0x25621,
        name: "CJK UNIFIED IDEOGRAPH-25621",
    },
    Character {
        age: "3.1",
        codepoint: 0x25622,
        name: "CJK UNIFIED IDEOGRAPH-25622",
    },
    Character {
        age: "3.1",
        codepoint: 0x25623,
        name: "CJK UNIFIED IDEOGRAPH-25623",
    },
    Character {
        age: "3.1",
        codepoint: 0x25624,
        name: "CJK UNIFIED IDEOGRAPH-25624",
    },
    Character {
        age: "3.1",
        codepoint: 0x25625,
        name: "CJK UNIFIED IDEOGRAPH-25625",
    },
    Character {
        age: "3.1",
        codepoint: 0x25626,
        name: "CJK UNIFIED IDEOGRAPH-25626",
    },
    Character {
        age: "3.1",
        codepoint: 0x25627,
        name: "CJK UNIFIED IDEOGRAPH-25627",
    },
    Character {
        age: "3.1",
        codepoint: 0x25628,
        name: "CJK UNIFIED IDEOGRAPH-25628",
    },
    Character {
        age: "3.1",
        codepoint: 0x25629,
        name: "CJK UNIFIED IDEOGRAPH-25629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2562A,
        name: "CJK UNIFIED IDEOGRAPH-2562A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2562B,
        name: "CJK UNIFIED IDEOGRAPH-2562B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2562C,
        name: "CJK UNIFIED IDEOGRAPH-2562C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2562D,
        name: "CJK UNIFIED IDEOGRAPH-2562D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2562E,
        name: "CJK UNIFIED IDEOGRAPH-2562E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2562F,
        name: "CJK UNIFIED IDEOGRAPH-2562F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25630,
        name: "CJK UNIFIED IDEOGRAPH-25630",
    },
    Character {
        age: "3.1",
        codepoint: 0x25631,
        name: "CJK UNIFIED IDEOGRAPH-25631",
    },
    Character {
        age: "3.1",
        codepoint: 0x25632,
        name: "CJK UNIFIED IDEOGRAPH-25632",
    },
    Character {
        age: "3.1",
        codepoint: 0x25633,
        name: "CJK UNIFIED IDEOGRAPH-25633",
    },
    Character {
        age: "3.1",
        codepoint: 0x25634,
        name: "CJK UNIFIED IDEOGRAPH-25634",
    },
    Character {
        age: "3.1",
        codepoint: 0x25635,
        name: "CJK UNIFIED IDEOGRAPH-25635",
    },
    Character {
        age: "3.1",
        codepoint: 0x25636,
        name: "CJK UNIFIED IDEOGRAPH-25636",
    },
    Character {
        age: "3.1",
        codepoint: 0x25637,
        name: "CJK UNIFIED IDEOGRAPH-25637",
    },
    Character {
        age: "3.1",
        codepoint: 0x25638,
        name: "CJK UNIFIED IDEOGRAPH-25638",
    },
    Character {
        age: "3.1",
        codepoint: 0x25639,
        name: "CJK UNIFIED IDEOGRAPH-25639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2563A,
        name: "CJK UNIFIED IDEOGRAPH-2563A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2563B,
        name: "CJK UNIFIED IDEOGRAPH-2563B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2563C,
        name: "CJK UNIFIED IDEOGRAPH-2563C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2563D,
        name: "CJK UNIFIED IDEOGRAPH-2563D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2563E,
        name: "CJK UNIFIED IDEOGRAPH-2563E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2563F,
        name: "CJK UNIFIED IDEOGRAPH-2563F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25640,
        name: "CJK UNIFIED IDEOGRAPH-25640",
    },
    Character {
        age: "3.1",
        codepoint: 0x25641,
        name: "CJK UNIFIED IDEOGRAPH-25641",
    },
    Character {
        age: "3.1",
        codepoint: 0x25642,
        name: "CJK UNIFIED IDEOGRAPH-25642",
    },
    Character {
        age: "3.1",
        codepoint: 0x25643,
        name: "CJK UNIFIED IDEOGRAPH-25643",
    },
    Character {
        age: "3.1",
        codepoint: 0x25644,
        name: "CJK UNIFIED IDEOGRAPH-25644",
    },
    Character {
        age: "3.1",
        codepoint: 0x25645,
        name: "CJK UNIFIED IDEOGRAPH-25645",
    },
    Character {
        age: "3.1",
        codepoint: 0x25646,
        name: "CJK UNIFIED IDEOGRAPH-25646",
    },
    Character {
        age: "3.1",
        codepoint: 0x25647,
        name: "CJK UNIFIED IDEOGRAPH-25647",
    },
    Character {
        age: "3.1",
        codepoint: 0x25648,
        name: "CJK UNIFIED IDEOGRAPH-25648",
    },
    Character {
        age: "3.1",
        codepoint: 0x25649,
        name: "CJK UNIFIED IDEOGRAPH-25649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2564A,
        name: "CJK UNIFIED IDEOGRAPH-2564A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2564B,
        name: "CJK UNIFIED IDEOGRAPH-2564B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2564C,
        name: "CJK UNIFIED IDEOGRAPH-2564C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2564D,
        name: "CJK UNIFIED IDEOGRAPH-2564D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2564E,
        name: "CJK UNIFIED IDEOGRAPH-2564E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2564F,
        name: "CJK UNIFIED IDEOGRAPH-2564F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25650,
        name: "CJK UNIFIED IDEOGRAPH-25650",
    },
    Character {
        age: "3.1",
        codepoint: 0x25651,
        name: "CJK UNIFIED IDEOGRAPH-25651",
    },
    Character {
        age: "3.1",
        codepoint: 0x25652,
        name: "CJK UNIFIED IDEOGRAPH-25652",
    },
    Character {
        age: "3.1",
        codepoint: 0x25653,
        name: "CJK UNIFIED IDEOGRAPH-25653",
    },
    Character {
        age: "3.1",
        codepoint: 0x25654,
        name: "CJK UNIFIED IDEOGRAPH-25654",
    },
    Character {
        age: "3.1",
        codepoint: 0x25655,
        name: "CJK UNIFIED IDEOGRAPH-25655",
    },
    Character {
        age: "3.1",
        codepoint: 0x25656,
        name: "CJK UNIFIED IDEOGRAPH-25656",
    },
    Character {
        age: "3.1",
        codepoint: 0x25657,
        name: "CJK UNIFIED IDEOGRAPH-25657",
    },
    Character {
        age: "3.1",
        codepoint: 0x25658,
        name: "CJK UNIFIED IDEOGRAPH-25658",
    },
    Character {
        age: "3.1",
        codepoint: 0x25659,
        name: "CJK UNIFIED IDEOGRAPH-25659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2565A,
        name: "CJK UNIFIED IDEOGRAPH-2565A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2565B,
        name: "CJK UNIFIED IDEOGRAPH-2565B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2565C,
        name: "CJK UNIFIED IDEOGRAPH-2565C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2565D,
        name: "CJK UNIFIED IDEOGRAPH-2565D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2565E,
        name: "CJK UNIFIED IDEOGRAPH-2565E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2565F,
        name: "CJK UNIFIED IDEOGRAPH-2565F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25660,
        name: "CJK UNIFIED IDEOGRAPH-25660",
    },
    Character {
        age: "3.1",
        codepoint: 0x25661,
        name: "CJK UNIFIED IDEOGRAPH-25661",
    },
    Character {
        age: "3.1",
        codepoint: 0x25662,
        name: "CJK UNIFIED IDEOGRAPH-25662",
    },
    Character {
        age: "3.1",
        codepoint: 0x25663,
        name: "CJK UNIFIED IDEOGRAPH-25663",
    },
    Character {
        age: "3.1",
        codepoint: 0x25664,
        name: "CJK UNIFIED IDEOGRAPH-25664",
    },
    Character {
        age: "3.1",
        codepoint: 0x25665,
        name: "CJK UNIFIED IDEOGRAPH-25665",
    },
    Character {
        age: "3.1",
        codepoint: 0x25666,
        name: "CJK UNIFIED IDEOGRAPH-25666",
    },
    Character {
        age: "3.1",
        codepoint: 0x25667,
        name: "CJK UNIFIED IDEOGRAPH-25667",
    },
    Character {
        age: "3.1",
        codepoint: 0x25668,
        name: "CJK UNIFIED IDEOGRAPH-25668",
    },
    Character {
        age: "3.1",
        codepoint: 0x25669,
        name: "CJK UNIFIED IDEOGRAPH-25669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2566A,
        name: "CJK UNIFIED IDEOGRAPH-2566A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2566B,
        name: "CJK UNIFIED IDEOGRAPH-2566B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2566C,
        name: "CJK UNIFIED IDEOGRAPH-2566C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2566D,
        name: "CJK UNIFIED IDEOGRAPH-2566D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2566E,
        name: "CJK UNIFIED IDEOGRAPH-2566E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2566F,
        name: "CJK UNIFIED IDEOGRAPH-2566F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25670,
        name: "CJK UNIFIED IDEOGRAPH-25670",
    },
    Character {
        age: "3.1",
        codepoint: 0x25671,
        name: "CJK UNIFIED IDEOGRAPH-25671",
    },
    Character {
        age: "3.1",
        codepoint: 0x25672,
        name: "CJK UNIFIED IDEOGRAPH-25672",
    },
    Character {
        age: "3.1",
        codepoint: 0x25673,
        name: "CJK UNIFIED IDEOGRAPH-25673",
    },
    Character {
        age: "3.1",
        codepoint: 0x25674,
        name: "CJK UNIFIED IDEOGRAPH-25674",
    },
    Character {
        age: "3.1",
        codepoint: 0x25675,
        name: "CJK UNIFIED IDEOGRAPH-25675",
    },
    Character {
        age: "3.1",
        codepoint: 0x25676,
        name: "CJK UNIFIED IDEOGRAPH-25676",
    },
    Character {
        age: "3.1",
        codepoint: 0x25677,
        name: "CJK UNIFIED IDEOGRAPH-25677",
    },
    Character {
        age: "3.1",
        codepoint: 0x25678,
        name: "CJK UNIFIED IDEOGRAPH-25678",
    },
    Character {
        age: "3.1",
        codepoint: 0x25679,
        name: "CJK UNIFIED IDEOGRAPH-25679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2567A,
        name: "CJK UNIFIED IDEOGRAPH-2567A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2567B,
        name: "CJK UNIFIED IDEOGRAPH-2567B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2567C,
        name: "CJK UNIFIED IDEOGRAPH-2567C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2567D,
        name: "CJK UNIFIED IDEOGRAPH-2567D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2567E,
        name: "CJK UNIFIED IDEOGRAPH-2567E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2567F,
        name: "CJK UNIFIED IDEOGRAPH-2567F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25680,
        name: "CJK UNIFIED IDEOGRAPH-25680",
    },
    Character {
        age: "3.1",
        codepoint: 0x25681,
        name: "CJK UNIFIED IDEOGRAPH-25681",
    },
    Character {
        age: "3.1",
        codepoint: 0x25682,
        name: "CJK UNIFIED IDEOGRAPH-25682",
    },
    Character {
        age: "3.1",
        codepoint: 0x25683,
        name: "CJK UNIFIED IDEOGRAPH-25683",
    },
    Character {
        age: "3.1",
        codepoint: 0x25684,
        name: "CJK UNIFIED IDEOGRAPH-25684",
    },
    Character {
        age: "3.1",
        codepoint: 0x25685,
        name: "CJK UNIFIED IDEOGRAPH-25685",
    },
    Character {
        age: "3.1",
        codepoint: 0x25686,
        name: "CJK UNIFIED IDEOGRAPH-25686",
    },
    Character {
        age: "3.1",
        codepoint: 0x25687,
        name: "CJK UNIFIED IDEOGRAPH-25687",
    },
    Character {
        age: "3.1",
        codepoint: 0x25688,
        name: "CJK UNIFIED IDEOGRAPH-25688",
    },
    Character {
        age: "3.1",
        codepoint: 0x25689,
        name: "CJK UNIFIED IDEOGRAPH-25689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2568A,
        name: "CJK UNIFIED IDEOGRAPH-2568A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2568B,
        name: "CJK UNIFIED IDEOGRAPH-2568B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2568C,
        name: "CJK UNIFIED IDEOGRAPH-2568C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2568D,
        name: "CJK UNIFIED IDEOGRAPH-2568D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2568E,
        name: "CJK UNIFIED IDEOGRAPH-2568E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2568F,
        name: "CJK UNIFIED IDEOGRAPH-2568F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25690,
        name: "CJK UNIFIED IDEOGRAPH-25690",
    },
    Character {
        age: "3.1",
        codepoint: 0x25691,
        name: "CJK UNIFIED IDEOGRAPH-25691",
    },
    Character {
        age: "3.1",
        codepoint: 0x25692,
        name: "CJK UNIFIED IDEOGRAPH-25692",
    },
    Character {
        age: "3.1",
        codepoint: 0x25693,
        name: "CJK UNIFIED IDEOGRAPH-25693",
    },
    Character {
        age: "3.1",
        codepoint: 0x25694,
        name: "CJK UNIFIED IDEOGRAPH-25694",
    },
    Character {
        age: "3.1",
        codepoint: 0x25695,
        name: "CJK UNIFIED IDEOGRAPH-25695",
    },
    Character {
        age: "3.1",
        codepoint: 0x25696,
        name: "CJK UNIFIED IDEOGRAPH-25696",
    },
    Character {
        age: "3.1",
        codepoint: 0x25697,
        name: "CJK UNIFIED IDEOGRAPH-25697",
    },
    Character {
        age: "3.1",
        codepoint: 0x25698,
        name: "CJK UNIFIED IDEOGRAPH-25698",
    },
    Character {
        age: "3.1",
        codepoint: 0x25699,
        name: "CJK UNIFIED IDEOGRAPH-25699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2569A,
        name: "CJK UNIFIED IDEOGRAPH-2569A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2569B,
        name: "CJK UNIFIED IDEOGRAPH-2569B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2569C,
        name: "CJK UNIFIED IDEOGRAPH-2569C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2569D,
        name: "CJK UNIFIED IDEOGRAPH-2569D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2569E,
        name: "CJK UNIFIED IDEOGRAPH-2569E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2569F,
        name: "CJK UNIFIED IDEOGRAPH-2569F",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A0,
        name: "CJK UNIFIED IDEOGRAPH-256A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A1,
        name: "CJK UNIFIED IDEOGRAPH-256A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A2,
        name: "CJK UNIFIED IDEOGRAPH-256A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A3,
        name: "CJK UNIFIED IDEOGRAPH-256A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A4,
        name: "CJK UNIFIED IDEOGRAPH-256A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A5,
        name: "CJK UNIFIED IDEOGRAPH-256A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A6,
        name: "CJK UNIFIED IDEOGRAPH-256A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A7,
        name: "CJK UNIFIED IDEOGRAPH-256A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A8,
        name: "CJK UNIFIED IDEOGRAPH-256A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x256A9,
        name: "CJK UNIFIED IDEOGRAPH-256A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x256AA,
        name: "CJK UNIFIED IDEOGRAPH-256AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x256AB,
        name: "CJK UNIFIED IDEOGRAPH-256AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x256AC,
        name: "CJK UNIFIED IDEOGRAPH-256AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x256AD,
        name: "CJK UNIFIED IDEOGRAPH-256AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x256AE,
        name: "CJK UNIFIED IDEOGRAPH-256AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x256AF,
        name: "CJK UNIFIED IDEOGRAPH-256AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B0,
        name: "CJK UNIFIED IDEOGRAPH-256B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B1,
        name: "CJK UNIFIED IDEOGRAPH-256B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B2,
        name: "CJK UNIFIED IDEOGRAPH-256B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B3,
        name: "CJK UNIFIED IDEOGRAPH-256B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B4,
        name: "CJK UNIFIED IDEOGRAPH-256B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B5,
        name: "CJK UNIFIED IDEOGRAPH-256B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B6,
        name: "CJK UNIFIED IDEOGRAPH-256B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B7,
        name: "CJK UNIFIED IDEOGRAPH-256B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B8,
        name: "CJK UNIFIED IDEOGRAPH-256B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x256B9,
        name: "CJK UNIFIED IDEOGRAPH-256B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x256BA,
        name: "CJK UNIFIED IDEOGRAPH-256BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x256BB,
        name: "CJK UNIFIED IDEOGRAPH-256BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x256BC,
        name: "CJK UNIFIED IDEOGRAPH-256BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x256BD,
        name: "CJK UNIFIED IDEOGRAPH-256BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x256BE,
        name: "CJK UNIFIED IDEOGRAPH-256BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x256BF,
        name: "CJK UNIFIED IDEOGRAPH-256BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C0,
        name: "CJK UNIFIED IDEOGRAPH-256C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C1,
        name: "CJK UNIFIED IDEOGRAPH-256C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C2,
        name: "CJK UNIFIED IDEOGRAPH-256C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C3,
        name: "CJK UNIFIED IDEOGRAPH-256C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C4,
        name: "CJK UNIFIED IDEOGRAPH-256C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C5,
        name: "CJK UNIFIED IDEOGRAPH-256C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C6,
        name: "CJK UNIFIED IDEOGRAPH-256C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C7,
        name: "CJK UNIFIED IDEOGRAPH-256C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C8,
        name: "CJK UNIFIED IDEOGRAPH-256C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x256C9,
        name: "CJK UNIFIED IDEOGRAPH-256C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x256CA,
        name: "CJK UNIFIED IDEOGRAPH-256CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x256CB,
        name: "CJK UNIFIED IDEOGRAPH-256CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x256CC,
        name: "CJK UNIFIED IDEOGRAPH-256CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x256CD,
        name: "CJK UNIFIED IDEOGRAPH-256CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x256CE,
        name: "CJK UNIFIED IDEOGRAPH-256CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x256CF,
        name: "CJK UNIFIED IDEOGRAPH-256CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D0,
        name: "CJK UNIFIED IDEOGRAPH-256D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D1,
        name: "CJK UNIFIED IDEOGRAPH-256D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D2,
        name: "CJK UNIFIED IDEOGRAPH-256D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D3,
        name: "CJK UNIFIED IDEOGRAPH-256D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D4,
        name: "CJK UNIFIED IDEOGRAPH-256D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D5,
        name: "CJK UNIFIED IDEOGRAPH-256D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D6,
        name: "CJK UNIFIED IDEOGRAPH-256D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D7,
        name: "CJK UNIFIED IDEOGRAPH-256D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D8,
        name: "CJK UNIFIED IDEOGRAPH-256D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x256D9,
        name: "CJK UNIFIED IDEOGRAPH-256D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x256DA,
        name: "CJK UNIFIED IDEOGRAPH-256DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x256DB,
        name: "CJK UNIFIED IDEOGRAPH-256DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x256DC,
        name: "CJK UNIFIED IDEOGRAPH-256DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x256DD,
        name: "CJK UNIFIED IDEOGRAPH-256DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x256DE,
        name: "CJK UNIFIED IDEOGRAPH-256DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x256DF,
        name: "CJK UNIFIED IDEOGRAPH-256DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E0,
        name: "CJK UNIFIED IDEOGRAPH-256E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E1,
        name: "CJK UNIFIED IDEOGRAPH-256E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E2,
        name: "CJK UNIFIED IDEOGRAPH-256E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E3,
        name: "CJK UNIFIED IDEOGRAPH-256E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E4,
        name: "CJK UNIFIED IDEOGRAPH-256E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E5,
        name: "CJK UNIFIED IDEOGRAPH-256E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E6,
        name: "CJK UNIFIED IDEOGRAPH-256E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E7,
        name: "CJK UNIFIED IDEOGRAPH-256E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E8,
        name: "CJK UNIFIED IDEOGRAPH-256E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x256E9,
        name: "CJK UNIFIED IDEOGRAPH-256E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x256EA,
        name: "CJK UNIFIED IDEOGRAPH-256EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x256EB,
        name: "CJK UNIFIED IDEOGRAPH-256EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x256EC,
        name: "CJK UNIFIED IDEOGRAPH-256EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x256ED,
        name: "CJK UNIFIED IDEOGRAPH-256ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x256EE,
        name: "CJK UNIFIED IDEOGRAPH-256EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x256EF,
        name: "CJK UNIFIED IDEOGRAPH-256EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F0,
        name: "CJK UNIFIED IDEOGRAPH-256F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F1,
        name: "CJK UNIFIED IDEOGRAPH-256F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F2,
        name: "CJK UNIFIED IDEOGRAPH-256F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F3,
        name: "CJK UNIFIED IDEOGRAPH-256F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F4,
        name: "CJK UNIFIED IDEOGRAPH-256F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F5,
        name: "CJK UNIFIED IDEOGRAPH-256F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F6,
        name: "CJK UNIFIED IDEOGRAPH-256F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F7,
        name: "CJK UNIFIED IDEOGRAPH-256F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F8,
        name: "CJK UNIFIED IDEOGRAPH-256F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x256F9,
        name: "CJK UNIFIED IDEOGRAPH-256F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x256FA,
        name: "CJK UNIFIED IDEOGRAPH-256FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x256FB,
        name: "CJK UNIFIED IDEOGRAPH-256FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x256FC,
        name: "CJK UNIFIED IDEOGRAPH-256FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x256FD,
        name: "CJK UNIFIED IDEOGRAPH-256FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x256FE,
        name: "CJK UNIFIED IDEOGRAPH-256FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x256FF,
        name: "CJK UNIFIED IDEOGRAPH-256FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25700,
        name: "CJK UNIFIED IDEOGRAPH-25700",
    },
    Character {
        age: "3.1",
        codepoint: 0x25701,
        name: "CJK UNIFIED IDEOGRAPH-25701",
    },
    Character {
        age: "3.1",
        codepoint: 0x25702,
        name: "CJK UNIFIED IDEOGRAPH-25702",
    },
    Character {
        age: "3.1",
        codepoint: 0x25703,
        name: "CJK UNIFIED IDEOGRAPH-25703",
    },
    Character {
        age: "3.1",
        codepoint: 0x25704,
        name: "CJK UNIFIED IDEOGRAPH-25704",
    },
    Character {
        age: "3.1",
        codepoint: 0x25705,
        name: "CJK UNIFIED IDEOGRAPH-25705",
    },
    Character {
        age: "3.1",
        codepoint: 0x25706,
        name: "CJK UNIFIED IDEOGRAPH-25706",
    },
    Character {
        age: "3.1",
        codepoint: 0x25707,
        name: "CJK UNIFIED IDEOGRAPH-25707",
    },
    Character {
        age: "3.1",
        codepoint: 0x25708,
        name: "CJK UNIFIED IDEOGRAPH-25708",
    },
    Character {
        age: "3.1",
        codepoint: 0x25709,
        name: "CJK UNIFIED IDEOGRAPH-25709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2570A,
        name: "CJK UNIFIED IDEOGRAPH-2570A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2570B,
        name: "CJK UNIFIED IDEOGRAPH-2570B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2570C,
        name: "CJK UNIFIED IDEOGRAPH-2570C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2570D,
        name: "CJK UNIFIED IDEOGRAPH-2570D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2570E,
        name: "CJK UNIFIED IDEOGRAPH-2570E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2570F,
        name: "CJK UNIFIED IDEOGRAPH-2570F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25710,
        name: "CJK UNIFIED IDEOGRAPH-25710",
    },
    Character {
        age: "3.1",
        codepoint: 0x25711,
        name: "CJK UNIFIED IDEOGRAPH-25711",
    },
    Character {
        age: "3.1",
        codepoint: 0x25712,
        name: "CJK UNIFIED IDEOGRAPH-25712",
    },
    Character {
        age: "3.1",
        codepoint: 0x25713,
        name: "CJK UNIFIED IDEOGRAPH-25713",
    },
    Character {
        age: "3.1",
        codepoint: 0x25714,
        name: "CJK UNIFIED IDEOGRAPH-25714",
    },
    Character {
        age: "3.1",
        codepoint: 0x25715,
        name: "CJK UNIFIED IDEOGRAPH-25715",
    },
    Character {
        age: "3.1",
        codepoint: 0x25716,
        name: "CJK UNIFIED IDEOGRAPH-25716",
    },
    Character {
        age: "3.1",
        codepoint: 0x25717,
        name: "CJK UNIFIED IDEOGRAPH-25717",
    },
    Character {
        age: "3.1",
        codepoint: 0x25718,
        name: "CJK UNIFIED IDEOGRAPH-25718",
    },
    Character {
        age: "3.1",
        codepoint: 0x25719,
        name: "CJK UNIFIED IDEOGRAPH-25719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2571A,
        name: "CJK UNIFIED IDEOGRAPH-2571A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2571B,
        name: "CJK UNIFIED IDEOGRAPH-2571B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2571C,
        name: "CJK UNIFIED IDEOGRAPH-2571C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2571D,
        name: "CJK UNIFIED IDEOGRAPH-2571D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2571E,
        name: "CJK UNIFIED IDEOGRAPH-2571E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2571F,
        name: "CJK UNIFIED IDEOGRAPH-2571F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25720,
        name: "CJK UNIFIED IDEOGRAPH-25720",
    },
    Character {
        age: "3.1",
        codepoint: 0x25721,
        name: "CJK UNIFIED IDEOGRAPH-25721",
    },
    Character {
        age: "3.1",
        codepoint: 0x25722,
        name: "CJK UNIFIED IDEOGRAPH-25722",
    },
    Character {
        age: "3.1",
        codepoint: 0x25723,
        name: "CJK UNIFIED IDEOGRAPH-25723",
    },
    Character {
        age: "3.1",
        codepoint: 0x25724,
        name: "CJK UNIFIED IDEOGRAPH-25724",
    },
    Character {
        age: "3.1",
        codepoint: 0x25725,
        name: "CJK UNIFIED IDEOGRAPH-25725",
    },
    Character {
        age: "3.1",
        codepoint: 0x25726,
        name: "CJK UNIFIED IDEOGRAPH-25726",
    },
    Character {
        age: "3.1",
        codepoint: 0x25727,
        name: "CJK UNIFIED IDEOGRAPH-25727",
    },
    Character {
        age: "3.1",
        codepoint: 0x25728,
        name: "CJK UNIFIED IDEOGRAPH-25728",
    },
    Character {
        age: "3.1",
        codepoint: 0x25729,
        name: "CJK UNIFIED IDEOGRAPH-25729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2572A,
        name: "CJK UNIFIED IDEOGRAPH-2572A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2572B,
        name: "CJK UNIFIED IDEOGRAPH-2572B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2572C,
        name: "CJK UNIFIED IDEOGRAPH-2572C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2572D,
        name: "CJK UNIFIED IDEOGRAPH-2572D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2572E,
        name: "CJK UNIFIED IDEOGRAPH-2572E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2572F,
        name: "CJK UNIFIED IDEOGRAPH-2572F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25730,
        name: "CJK UNIFIED IDEOGRAPH-25730",
    },
    Character {
        age: "3.1",
        codepoint: 0x25731,
        name: "CJK UNIFIED IDEOGRAPH-25731",
    },
    Character {
        age: "3.1",
        codepoint: 0x25732,
        name: "CJK UNIFIED IDEOGRAPH-25732",
    },
    Character {
        age: "3.1",
        codepoint: 0x25733,
        name: "CJK UNIFIED IDEOGRAPH-25733",
    },
    Character {
        age: "3.1",
        codepoint: 0x25734,
        name: "CJK UNIFIED IDEOGRAPH-25734",
    },
    Character {
        age: "3.1",
        codepoint: 0x25735,
        name: "CJK UNIFIED IDEOGRAPH-25735",
    },
    Character {
        age: "3.1",
        codepoint: 0x25736,
        name: "CJK UNIFIED IDEOGRAPH-25736",
    },
    Character {
        age: "3.1",
        codepoint: 0x25737,
        name: "CJK UNIFIED IDEOGRAPH-25737",
    },
    Character {
        age: "3.1",
        codepoint: 0x25738,
        name: "CJK UNIFIED IDEOGRAPH-25738",
    },
    Character {
        age: "3.1",
        codepoint: 0x25739,
        name: "CJK UNIFIED IDEOGRAPH-25739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2573A,
        name: "CJK UNIFIED IDEOGRAPH-2573A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2573B,
        name: "CJK UNIFIED IDEOGRAPH-2573B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2573C,
        name: "CJK UNIFIED IDEOGRAPH-2573C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2573D,
        name: "CJK UNIFIED IDEOGRAPH-2573D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2573E,
        name: "CJK UNIFIED IDEOGRAPH-2573E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2573F,
        name: "CJK UNIFIED IDEOGRAPH-2573F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25740,
        name: "CJK UNIFIED IDEOGRAPH-25740",
    },
    Character {
        age: "3.1",
        codepoint: 0x25741,
        name: "CJK UNIFIED IDEOGRAPH-25741",
    },
    Character {
        age: "3.1",
        codepoint: 0x25742,
        name: "CJK UNIFIED IDEOGRAPH-25742",
    },
    Character {
        age: "3.1",
        codepoint: 0x25743,
        name: "CJK UNIFIED IDEOGRAPH-25743",
    },
    Character {
        age: "3.1",
        codepoint: 0x25744,
        name: "CJK UNIFIED IDEOGRAPH-25744",
    },
    Character {
        age: "3.1",
        codepoint: 0x25745,
        name: "CJK UNIFIED IDEOGRAPH-25745",
    },
    Character {
        age: "3.1",
        codepoint: 0x25746,
        name: "CJK UNIFIED IDEOGRAPH-25746",
    },
    Character {
        age: "3.1",
        codepoint: 0x25747,
        name: "CJK UNIFIED IDEOGRAPH-25747",
    },
    Character {
        age: "3.1",
        codepoint: 0x25748,
        name: "CJK UNIFIED IDEOGRAPH-25748",
    },
    Character {
        age: "3.1",
        codepoint: 0x25749,
        name: "CJK UNIFIED IDEOGRAPH-25749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2574A,
        name: "CJK UNIFIED IDEOGRAPH-2574A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2574B,
        name: "CJK UNIFIED IDEOGRAPH-2574B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2574C,
        name: "CJK UNIFIED IDEOGRAPH-2574C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2574D,
        name: "CJK UNIFIED IDEOGRAPH-2574D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2574E,
        name: "CJK UNIFIED IDEOGRAPH-2574E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2574F,
        name: "CJK UNIFIED IDEOGRAPH-2574F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25750,
        name: "CJK UNIFIED IDEOGRAPH-25750",
    },
    Character {
        age: "3.1",
        codepoint: 0x25751,
        name: "CJK UNIFIED IDEOGRAPH-25751",
    },
    Character {
        age: "3.1",
        codepoint: 0x25752,
        name: "CJK UNIFIED IDEOGRAPH-25752",
    },
    Character {
        age: "3.1",
        codepoint: 0x25753,
        name: "CJK UNIFIED IDEOGRAPH-25753",
    },
    Character {
        age: "3.1",
        codepoint: 0x25754,
        name: "CJK UNIFIED IDEOGRAPH-25754",
    },
    Character {
        age: "3.1",
        codepoint: 0x25755,
        name: "CJK UNIFIED IDEOGRAPH-25755",
    },
    Character {
        age: "3.1",
        codepoint: 0x25756,
        name: "CJK UNIFIED IDEOGRAPH-25756",
    },
    Character {
        age: "3.1",
        codepoint: 0x25757,
        name: "CJK UNIFIED IDEOGRAPH-25757",
    },
    Character {
        age: "3.1",
        codepoint: 0x25758,
        name: "CJK UNIFIED IDEOGRAPH-25758",
    },
    Character {
        age: "3.1",
        codepoint: 0x25759,
        name: "CJK UNIFIED IDEOGRAPH-25759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2575A,
        name: "CJK UNIFIED IDEOGRAPH-2575A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2575B,
        name: "CJK UNIFIED IDEOGRAPH-2575B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2575C,
        name: "CJK UNIFIED IDEOGRAPH-2575C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2575D,
        name: "CJK UNIFIED IDEOGRAPH-2575D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2575E,
        name: "CJK UNIFIED IDEOGRAPH-2575E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2575F,
        name: "CJK UNIFIED IDEOGRAPH-2575F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25760,
        name: "CJK UNIFIED IDEOGRAPH-25760",
    },
    Character {
        age: "3.1",
        codepoint: 0x25761,
        name: "CJK UNIFIED IDEOGRAPH-25761",
    },
    Character {
        age: "3.1",
        codepoint: 0x25762,
        name: "CJK UNIFIED IDEOGRAPH-25762",
    },
    Character {
        age: "3.1",
        codepoint: 0x25763,
        name: "CJK UNIFIED IDEOGRAPH-25763",
    },
    Character {
        age: "3.1",
        codepoint: 0x25764,
        name: "CJK UNIFIED IDEOGRAPH-25764",
    },
    Character {
        age: "3.1",
        codepoint: 0x25765,
        name: "CJK UNIFIED IDEOGRAPH-25765",
    },
    Character {
        age: "3.1",
        codepoint: 0x25766,
        name: "CJK UNIFIED IDEOGRAPH-25766",
    },
    Character {
        age: "3.1",
        codepoint: 0x25767,
        name: "CJK UNIFIED IDEOGRAPH-25767",
    },
    Character {
        age: "3.1",
        codepoint: 0x25768,
        name: "CJK UNIFIED IDEOGRAPH-25768",
    },
    Character {
        age: "3.1",
        codepoint: 0x25769,
        name: "CJK UNIFIED IDEOGRAPH-25769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2576A,
        name: "CJK UNIFIED IDEOGRAPH-2576A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2576B,
        name: "CJK UNIFIED IDEOGRAPH-2576B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2576C,
        name: "CJK UNIFIED IDEOGRAPH-2576C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2576D,
        name: "CJK UNIFIED IDEOGRAPH-2576D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2576E,
        name: "CJK UNIFIED IDEOGRAPH-2576E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2576F,
        name: "CJK UNIFIED IDEOGRAPH-2576F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25770,
        name: "CJK UNIFIED IDEOGRAPH-25770",
    },
    Character {
        age: "3.1",
        codepoint: 0x25771,
        name: "CJK UNIFIED IDEOGRAPH-25771",
    },
    Character {
        age: "3.1",
        codepoint: 0x25772,
        name: "CJK UNIFIED IDEOGRAPH-25772",
    },
    Character {
        age: "3.1",
        codepoint: 0x25773,
        name: "CJK UNIFIED IDEOGRAPH-25773",
    },
    Character {
        age: "3.1",
        codepoint: 0x25774,
        name: "CJK UNIFIED IDEOGRAPH-25774",
    },
    Character {
        age: "3.1",
        codepoint: 0x25775,
        name: "CJK UNIFIED IDEOGRAPH-25775",
    },
    Character {
        age: "3.1",
        codepoint: 0x25776,
        name: "CJK UNIFIED IDEOGRAPH-25776",
    },
    Character {
        age: "3.1",
        codepoint: 0x25777,
        name: "CJK UNIFIED IDEOGRAPH-25777",
    },
    Character {
        age: "3.1",
        codepoint: 0x25778,
        name: "CJK UNIFIED IDEOGRAPH-25778",
    },
    Character {
        age: "3.1",
        codepoint: 0x25779,
        name: "CJK UNIFIED IDEOGRAPH-25779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2577A,
        name: "CJK UNIFIED IDEOGRAPH-2577A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2577B,
        name: "CJK UNIFIED IDEOGRAPH-2577B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2577C,
        name: "CJK UNIFIED IDEOGRAPH-2577C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2577D,
        name: "CJK UNIFIED IDEOGRAPH-2577D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2577E,
        name: "CJK UNIFIED IDEOGRAPH-2577E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2577F,
        name: "CJK UNIFIED IDEOGRAPH-2577F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25780,
        name: "CJK UNIFIED IDEOGRAPH-25780",
    },
    Character {
        age: "3.1",
        codepoint: 0x25781,
        name: "CJK UNIFIED IDEOGRAPH-25781",
    },
    Character {
        age: "3.1",
        codepoint: 0x25782,
        name: "CJK UNIFIED IDEOGRAPH-25782",
    },
    Character {
        age: "3.1",
        codepoint: 0x25783,
        name: "CJK UNIFIED IDEOGRAPH-25783",
    },
    Character {
        age: "3.1",
        codepoint: 0x25784,
        name: "CJK UNIFIED IDEOGRAPH-25784",
    },
    Character {
        age: "3.1",
        codepoint: 0x25785,
        name: "CJK UNIFIED IDEOGRAPH-25785",
    },
    Character {
        age: "3.1",
        codepoint: 0x25786,
        name: "CJK UNIFIED IDEOGRAPH-25786",
    },
    Character {
        age: "3.1",
        codepoint: 0x25787,
        name: "CJK UNIFIED IDEOGRAPH-25787",
    },
    Character {
        age: "3.1",
        codepoint: 0x25788,
        name: "CJK UNIFIED IDEOGRAPH-25788",
    },
    Character {
        age: "3.1",
        codepoint: 0x25789,
        name: "CJK UNIFIED IDEOGRAPH-25789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2578A,
        name: "CJK UNIFIED IDEOGRAPH-2578A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2578B,
        name: "CJK UNIFIED IDEOGRAPH-2578B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2578C,
        name: "CJK UNIFIED IDEOGRAPH-2578C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2578D,
        name: "CJK UNIFIED IDEOGRAPH-2578D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2578E,
        name: "CJK UNIFIED IDEOGRAPH-2578E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2578F,
        name: "CJK UNIFIED IDEOGRAPH-2578F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25790,
        name: "CJK UNIFIED IDEOGRAPH-25790",
    },
    Character {
        age: "3.1",
        codepoint: 0x25791,
        name: "CJK UNIFIED IDEOGRAPH-25791",
    },
    Character {
        age: "3.1",
        codepoint: 0x25792,
        name: "CJK UNIFIED IDEOGRAPH-25792",
    },
    Character {
        age: "3.1",
        codepoint: 0x25793,
        name: "CJK UNIFIED IDEOGRAPH-25793",
    },
    Character {
        age: "3.1",
        codepoint: 0x25794,
        name: "CJK UNIFIED IDEOGRAPH-25794",
    },
    Character {
        age: "3.1",
        codepoint: 0x25795,
        name: "CJK UNIFIED IDEOGRAPH-25795",
    },
    Character {
        age: "3.1",
        codepoint: 0x25796,
        name: "CJK UNIFIED IDEOGRAPH-25796",
    },
    Character {
        age: "3.1",
        codepoint: 0x25797,
        name: "CJK UNIFIED IDEOGRAPH-25797",
    },
    Character {
        age: "3.1",
        codepoint: 0x25798,
        name: "CJK UNIFIED IDEOGRAPH-25798",
    },
    Character {
        age: "3.1",
        codepoint: 0x25799,
        name: "CJK UNIFIED IDEOGRAPH-25799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2579A,
        name: "CJK UNIFIED IDEOGRAPH-2579A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2579B,
        name: "CJK UNIFIED IDEOGRAPH-2579B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2579C,
        name: "CJK UNIFIED IDEOGRAPH-2579C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2579D,
        name: "CJK UNIFIED IDEOGRAPH-2579D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2579E,
        name: "CJK UNIFIED IDEOGRAPH-2579E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2579F,
        name: "CJK UNIFIED IDEOGRAPH-2579F",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A0,
        name: "CJK UNIFIED IDEOGRAPH-257A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A1,
        name: "CJK UNIFIED IDEOGRAPH-257A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A2,
        name: "CJK UNIFIED IDEOGRAPH-257A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A3,
        name: "CJK UNIFIED IDEOGRAPH-257A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A4,
        name: "CJK UNIFIED IDEOGRAPH-257A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A5,
        name: "CJK UNIFIED IDEOGRAPH-257A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A6,
        name: "CJK UNIFIED IDEOGRAPH-257A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A7,
        name: "CJK UNIFIED IDEOGRAPH-257A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A8,
        name: "CJK UNIFIED IDEOGRAPH-257A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x257A9,
        name: "CJK UNIFIED IDEOGRAPH-257A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x257AA,
        name: "CJK UNIFIED IDEOGRAPH-257AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x257AB,
        name: "CJK UNIFIED IDEOGRAPH-257AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x257AC,
        name: "CJK UNIFIED IDEOGRAPH-257AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x257AD,
        name: "CJK UNIFIED IDEOGRAPH-257AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x257AE,
        name: "CJK UNIFIED IDEOGRAPH-257AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x257AF,
        name: "CJK UNIFIED IDEOGRAPH-257AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B0,
        name: "CJK UNIFIED IDEOGRAPH-257B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B1,
        name: "CJK UNIFIED IDEOGRAPH-257B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B2,
        name: "CJK UNIFIED IDEOGRAPH-257B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B3,
        name: "CJK UNIFIED IDEOGRAPH-257B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B4,
        name: "CJK UNIFIED IDEOGRAPH-257B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B5,
        name: "CJK UNIFIED IDEOGRAPH-257B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B6,
        name: "CJK UNIFIED IDEOGRAPH-257B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B7,
        name: "CJK UNIFIED IDEOGRAPH-257B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B8,
        name: "CJK UNIFIED IDEOGRAPH-257B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x257B9,
        name: "CJK UNIFIED IDEOGRAPH-257B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x257BA,
        name: "CJK UNIFIED IDEOGRAPH-257BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x257BB,
        name: "CJK UNIFIED IDEOGRAPH-257BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x257BC,
        name: "CJK UNIFIED IDEOGRAPH-257BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x257BD,
        name: "CJK UNIFIED IDEOGRAPH-257BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x257BE,
        name: "CJK UNIFIED IDEOGRAPH-257BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x257BF,
        name: "CJK UNIFIED IDEOGRAPH-257BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C0,
        name: "CJK UNIFIED IDEOGRAPH-257C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C1,
        name: "CJK UNIFIED IDEOGRAPH-257C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C2,
        name: "CJK UNIFIED IDEOGRAPH-257C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C3,
        name: "CJK UNIFIED IDEOGRAPH-257C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C4,
        name: "CJK UNIFIED IDEOGRAPH-257C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C5,
        name: "CJK UNIFIED IDEOGRAPH-257C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C6,
        name: "CJK UNIFIED IDEOGRAPH-257C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C7,
        name: "CJK UNIFIED IDEOGRAPH-257C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C8,
        name: "CJK UNIFIED IDEOGRAPH-257C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x257C9,
        name: "CJK UNIFIED IDEOGRAPH-257C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x257CA,
        name: "CJK UNIFIED IDEOGRAPH-257CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x257CB,
        name: "CJK UNIFIED IDEOGRAPH-257CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x257CC,
        name: "CJK UNIFIED IDEOGRAPH-257CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x257CD,
        name: "CJK UNIFIED IDEOGRAPH-257CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x257CE,
        name: "CJK UNIFIED IDEOGRAPH-257CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x257CF,
        name: "CJK UNIFIED IDEOGRAPH-257CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D0,
        name: "CJK UNIFIED IDEOGRAPH-257D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D1,
        name: "CJK UNIFIED IDEOGRAPH-257D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D2,
        name: "CJK UNIFIED IDEOGRAPH-257D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D3,
        name: "CJK UNIFIED IDEOGRAPH-257D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D4,
        name: "CJK UNIFIED IDEOGRAPH-257D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D5,
        name: "CJK UNIFIED IDEOGRAPH-257D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D6,
        name: "CJK UNIFIED IDEOGRAPH-257D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D7,
        name: "CJK UNIFIED IDEOGRAPH-257D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D8,
        name: "CJK UNIFIED IDEOGRAPH-257D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x257D9,
        name: "CJK UNIFIED IDEOGRAPH-257D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x257DA,
        name: "CJK UNIFIED IDEOGRAPH-257DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x257DB,
        name: "CJK UNIFIED IDEOGRAPH-257DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x257DC,
        name: "CJK UNIFIED IDEOGRAPH-257DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x257DD,
        name: "CJK UNIFIED IDEOGRAPH-257DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x257DE,
        name: "CJK UNIFIED IDEOGRAPH-257DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x257DF,
        name: "CJK UNIFIED IDEOGRAPH-257DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E0,
        name: "CJK UNIFIED IDEOGRAPH-257E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E1,
        name: "CJK UNIFIED IDEOGRAPH-257E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E2,
        name: "CJK UNIFIED IDEOGRAPH-257E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E3,
        name: "CJK UNIFIED IDEOGRAPH-257E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E4,
        name: "CJK UNIFIED IDEOGRAPH-257E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E5,
        name: "CJK UNIFIED IDEOGRAPH-257E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E6,
        name: "CJK UNIFIED IDEOGRAPH-257E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E7,
        name: "CJK UNIFIED IDEOGRAPH-257E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E8,
        name: "CJK UNIFIED IDEOGRAPH-257E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x257E9,
        name: "CJK UNIFIED IDEOGRAPH-257E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x257EA,
        name: "CJK UNIFIED IDEOGRAPH-257EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x257EB,
        name: "CJK UNIFIED IDEOGRAPH-257EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x257EC,
        name: "CJK UNIFIED IDEOGRAPH-257EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x257ED,
        name: "CJK UNIFIED IDEOGRAPH-257ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x257EE,
        name: "CJK UNIFIED IDEOGRAPH-257EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x257EF,
        name: "CJK UNIFIED IDEOGRAPH-257EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F0,
        name: "CJK UNIFIED IDEOGRAPH-257F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F1,
        name: "CJK UNIFIED IDEOGRAPH-257F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F2,
        name: "CJK UNIFIED IDEOGRAPH-257F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F3,
        name: "CJK UNIFIED IDEOGRAPH-257F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F4,
        name: "CJK UNIFIED IDEOGRAPH-257F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F5,
        name: "CJK UNIFIED IDEOGRAPH-257F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F6,
        name: "CJK UNIFIED IDEOGRAPH-257F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F7,
        name: "CJK UNIFIED IDEOGRAPH-257F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F8,
        name: "CJK UNIFIED IDEOGRAPH-257F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x257F9,
        name: "CJK UNIFIED IDEOGRAPH-257F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x257FA,
        name: "CJK UNIFIED IDEOGRAPH-257FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x257FB,
        name: "CJK UNIFIED IDEOGRAPH-257FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x257FC,
        name: "CJK UNIFIED IDEOGRAPH-257FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x257FD,
        name: "CJK UNIFIED IDEOGRAPH-257FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x257FE,
        name: "CJK UNIFIED IDEOGRAPH-257FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x257FF,
        name: "CJK UNIFIED IDEOGRAPH-257FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25800,
        name: "CJK UNIFIED IDEOGRAPH-25800",
    },
    Character {
        age: "3.1",
        codepoint: 0x25801,
        name: "CJK UNIFIED IDEOGRAPH-25801",
    },
    Character {
        age: "3.1",
        codepoint: 0x25802,
        name: "CJK UNIFIED IDEOGRAPH-25802",
    },
    Character {
        age: "3.1",
        codepoint: 0x25803,
        name: "CJK UNIFIED IDEOGRAPH-25803",
    },
    Character {
        age: "3.1",
        codepoint: 0x25804,
        name: "CJK UNIFIED IDEOGRAPH-25804",
    },
    Character {
        age: "3.1",
        codepoint: 0x25805,
        name: "CJK UNIFIED IDEOGRAPH-25805",
    },
    Character {
        age: "3.1",
        codepoint: 0x25806,
        name: "CJK UNIFIED IDEOGRAPH-25806",
    },
    Character {
        age: "3.1",
        codepoint: 0x25807,
        name: "CJK UNIFIED IDEOGRAPH-25807",
    },
    Character {
        age: "3.1",
        codepoint: 0x25808,
        name: "CJK UNIFIED IDEOGRAPH-25808",
    },
    Character {
        age: "3.1",
        codepoint: 0x25809,
        name: "CJK UNIFIED IDEOGRAPH-25809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2580A,
        name: "CJK UNIFIED IDEOGRAPH-2580A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2580B,
        name: "CJK UNIFIED IDEOGRAPH-2580B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2580C,
        name: "CJK UNIFIED IDEOGRAPH-2580C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2580D,
        name: "CJK UNIFIED IDEOGRAPH-2580D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2580E,
        name: "CJK UNIFIED IDEOGRAPH-2580E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2580F,
        name: "CJK UNIFIED IDEOGRAPH-2580F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25810,
        name: "CJK UNIFIED IDEOGRAPH-25810",
    },
    Character {
        age: "3.1",
        codepoint: 0x25811,
        name: "CJK UNIFIED IDEOGRAPH-25811",
    },
    Character {
        age: "3.1",
        codepoint: 0x25812,
        name: "CJK UNIFIED IDEOGRAPH-25812",
    },
    Character {
        age: "3.1",
        codepoint: 0x25813,
        name: "CJK UNIFIED IDEOGRAPH-25813",
    },
    Character {
        age: "3.1",
        codepoint: 0x25814,
        name: "CJK UNIFIED IDEOGRAPH-25814",
    },
    Character {
        age: "3.1",
        codepoint: 0x25815,
        name: "CJK UNIFIED IDEOGRAPH-25815",
    },
    Character {
        age: "3.1",
        codepoint: 0x25816,
        name: "CJK UNIFIED IDEOGRAPH-25816",
    },
    Character {
        age: "3.1",
        codepoint: 0x25817,
        name: "CJK UNIFIED IDEOGRAPH-25817",
    },
    Character {
        age: "3.1",
        codepoint: 0x25818,
        name: "CJK UNIFIED IDEOGRAPH-25818",
    },
    Character {
        age: "3.1",
        codepoint: 0x25819,
        name: "CJK UNIFIED IDEOGRAPH-25819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2581A,
        name: "CJK UNIFIED IDEOGRAPH-2581A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2581B,
        name: "CJK UNIFIED IDEOGRAPH-2581B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2581C,
        name: "CJK UNIFIED IDEOGRAPH-2581C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2581D,
        name: "CJK UNIFIED IDEOGRAPH-2581D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2581E,
        name: "CJK UNIFIED IDEOGRAPH-2581E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2581F,
        name: "CJK UNIFIED IDEOGRAPH-2581F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25820,
        name: "CJK UNIFIED IDEOGRAPH-25820",
    },
    Character {
        age: "3.1",
        codepoint: 0x25821,
        name: "CJK UNIFIED IDEOGRAPH-25821",
    },
    Character {
        age: "3.1",
        codepoint: 0x25822,
        name: "CJK UNIFIED IDEOGRAPH-25822",
    },
    Character {
        age: "3.1",
        codepoint: 0x25823,
        name: "CJK UNIFIED IDEOGRAPH-25823",
    },
    Character {
        age: "3.1",
        codepoint: 0x25824,
        name: "CJK UNIFIED IDEOGRAPH-25824",
    },
    Character {
        age: "3.1",
        codepoint: 0x25825,
        name: "CJK UNIFIED IDEOGRAPH-25825",
    },
    Character {
        age: "3.1",
        codepoint: 0x25826,
        name: "CJK UNIFIED IDEOGRAPH-25826",
    },
    Character {
        age: "3.1",
        codepoint: 0x25827,
        name: "CJK UNIFIED IDEOGRAPH-25827",
    },
    Character {
        age: "3.1",
        codepoint: 0x25828,
        name: "CJK UNIFIED IDEOGRAPH-25828",
    },
    Character {
        age: "3.1",
        codepoint: 0x25829,
        name: "CJK UNIFIED IDEOGRAPH-25829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2582A,
        name: "CJK UNIFIED IDEOGRAPH-2582A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2582B,
        name: "CJK UNIFIED IDEOGRAPH-2582B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2582C,
        name: "CJK UNIFIED IDEOGRAPH-2582C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2582D,
        name: "CJK UNIFIED IDEOGRAPH-2582D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2582E,
        name: "CJK UNIFIED IDEOGRAPH-2582E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2582F,
        name: "CJK UNIFIED IDEOGRAPH-2582F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25830,
        name: "CJK UNIFIED IDEOGRAPH-25830",
    },
    Character {
        age: "3.1",
        codepoint: 0x25831,
        name: "CJK UNIFIED IDEOGRAPH-25831",
    },
    Character {
        age: "3.1",
        codepoint: 0x25832,
        name: "CJK UNIFIED IDEOGRAPH-25832",
    },
    Character {
        age: "3.1",
        codepoint: 0x25833,
        name: "CJK UNIFIED IDEOGRAPH-25833",
    },
    Character {
        age: "3.1",
        codepoint: 0x25834,
        name: "CJK UNIFIED IDEOGRAPH-25834",
    },
    Character {
        age: "3.1",
        codepoint: 0x25835,
        name: "CJK UNIFIED IDEOGRAPH-25835",
    },
    Character {
        age: "3.1",
        codepoint: 0x25836,
        name: "CJK UNIFIED IDEOGRAPH-25836",
    },
    Character {
        age: "3.1",
        codepoint: 0x25837,
        name: "CJK UNIFIED IDEOGRAPH-25837",
    },
    Character {
        age: "3.1",
        codepoint: 0x25838,
        name: "CJK UNIFIED IDEOGRAPH-25838",
    },
    Character {
        age: "3.1",
        codepoint: 0x25839,
        name: "CJK UNIFIED IDEOGRAPH-25839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2583A,
        name: "CJK UNIFIED IDEOGRAPH-2583A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2583B,
        name: "CJK UNIFIED IDEOGRAPH-2583B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2583C,
        name: "CJK UNIFIED IDEOGRAPH-2583C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2583D,
        name: "CJK UNIFIED IDEOGRAPH-2583D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2583E,
        name: "CJK UNIFIED IDEOGRAPH-2583E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2583F,
        name: "CJK UNIFIED IDEOGRAPH-2583F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25840,
        name: "CJK UNIFIED IDEOGRAPH-25840",
    },
    Character {
        age: "3.1",
        codepoint: 0x25841,
        name: "CJK UNIFIED IDEOGRAPH-25841",
    },
    Character {
        age: "3.1",
        codepoint: 0x25842,
        name: "CJK UNIFIED IDEOGRAPH-25842",
    },
    Character {
        age: "3.1",
        codepoint: 0x25843,
        name: "CJK UNIFIED IDEOGRAPH-25843",
    },
    Character {
        age: "3.1",
        codepoint: 0x25844,
        name: "CJK UNIFIED IDEOGRAPH-25844",
    },
    Character {
        age: "3.1",
        codepoint: 0x25845,
        name: "CJK UNIFIED IDEOGRAPH-25845",
    },
    Character {
        age: "3.1",
        codepoint: 0x25846,
        name: "CJK UNIFIED IDEOGRAPH-25846",
    },
    Character {
        age: "3.1",
        codepoint: 0x25847,
        name: "CJK UNIFIED IDEOGRAPH-25847",
    },
    Character {
        age: "3.1",
        codepoint: 0x25848,
        name: "CJK UNIFIED IDEOGRAPH-25848",
    },
    Character {
        age: "3.1",
        codepoint: 0x25849,
        name: "CJK UNIFIED IDEOGRAPH-25849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2584A,
        name: "CJK UNIFIED IDEOGRAPH-2584A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2584B,
        name: "CJK UNIFIED IDEOGRAPH-2584B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2584C,
        name: "CJK UNIFIED IDEOGRAPH-2584C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2584D,
        name: "CJK UNIFIED IDEOGRAPH-2584D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2584E,
        name: "CJK UNIFIED IDEOGRAPH-2584E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2584F,
        name: "CJK UNIFIED IDEOGRAPH-2584F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25850,
        name: "CJK UNIFIED IDEOGRAPH-25850",
    },
    Character {
        age: "3.1",
        codepoint: 0x25851,
        name: "CJK UNIFIED IDEOGRAPH-25851",
    },
    Character {
        age: "3.1",
        codepoint: 0x25852,
        name: "CJK UNIFIED IDEOGRAPH-25852",
    },
    Character {
        age: "3.1",
        codepoint: 0x25853,
        name: "CJK UNIFIED IDEOGRAPH-25853",
    },
    Character {
        age: "3.1",
        codepoint: 0x25854,
        name: "CJK UNIFIED IDEOGRAPH-25854",
    },
    Character {
        age: "3.1",
        codepoint: 0x25855,
        name: "CJK UNIFIED IDEOGRAPH-25855",
    },
    Character {
        age: "3.1",
        codepoint: 0x25856,
        name: "CJK UNIFIED IDEOGRAPH-25856",
    },
    Character {
        age: "3.1",
        codepoint: 0x25857,
        name: "CJK UNIFIED IDEOGRAPH-25857",
    },
    Character {
        age: "3.1",
        codepoint: 0x25858,
        name: "CJK UNIFIED IDEOGRAPH-25858",
    },
    Character {
        age: "3.1",
        codepoint: 0x25859,
        name: "CJK UNIFIED IDEOGRAPH-25859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2585A,
        name: "CJK UNIFIED IDEOGRAPH-2585A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2585B,
        name: "CJK UNIFIED IDEOGRAPH-2585B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2585C,
        name: "CJK UNIFIED IDEOGRAPH-2585C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2585D,
        name: "CJK UNIFIED IDEOGRAPH-2585D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2585E,
        name: "CJK UNIFIED IDEOGRAPH-2585E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2585F,
        name: "CJK UNIFIED IDEOGRAPH-2585F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25860,
        name: "CJK UNIFIED IDEOGRAPH-25860",
    },
    Character {
        age: "3.1",
        codepoint: 0x25861,
        name: "CJK UNIFIED IDEOGRAPH-25861",
    },
    Character {
        age: "3.1",
        codepoint: 0x25862,
        name: "CJK UNIFIED IDEOGRAPH-25862",
    },
    Character {
        age: "3.1",
        codepoint: 0x25863,
        name: "CJK UNIFIED IDEOGRAPH-25863",
    },
    Character {
        age: "3.1",
        codepoint: 0x25864,
        name: "CJK UNIFIED IDEOGRAPH-25864",
    },
    Character {
        age: "3.1",
        codepoint: 0x25865,
        name: "CJK UNIFIED IDEOGRAPH-25865",
    },
    Character {
        age: "3.1",
        codepoint: 0x25866,
        name: "CJK UNIFIED IDEOGRAPH-25866",
    },
    Character {
        age: "3.1",
        codepoint: 0x25867,
        name: "CJK UNIFIED IDEOGRAPH-25867",
    },
    Character {
        age: "3.1",
        codepoint: 0x25868,
        name: "CJK UNIFIED IDEOGRAPH-25868",
    },
    Character {
        age: "3.1",
        codepoint: 0x25869,
        name: "CJK UNIFIED IDEOGRAPH-25869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2586A,
        name: "CJK UNIFIED IDEOGRAPH-2586A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2586B,
        name: "CJK UNIFIED IDEOGRAPH-2586B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2586C,
        name: "CJK UNIFIED IDEOGRAPH-2586C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2586D,
        name: "CJK UNIFIED IDEOGRAPH-2586D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2586E,
        name: "CJK UNIFIED IDEOGRAPH-2586E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2586F,
        name: "CJK UNIFIED IDEOGRAPH-2586F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25870,
        name: "CJK UNIFIED IDEOGRAPH-25870",
    },
    Character {
        age: "3.1",
        codepoint: 0x25871,
        name: "CJK UNIFIED IDEOGRAPH-25871",
    },
    Character {
        age: "3.1",
        codepoint: 0x25872,
        name: "CJK UNIFIED IDEOGRAPH-25872",
    },
    Character {
        age: "3.1",
        codepoint: 0x25873,
        name: "CJK UNIFIED IDEOGRAPH-25873",
    },
    Character {
        age: "3.1",
        codepoint: 0x25874,
        name: "CJK UNIFIED IDEOGRAPH-25874",
    },
    Character {
        age: "3.1",
        codepoint: 0x25875,
        name: "CJK UNIFIED IDEOGRAPH-25875",
    },
    Character {
        age: "3.1",
        codepoint: 0x25876,
        name: "CJK UNIFIED IDEOGRAPH-25876",
    },
    Character {
        age: "3.1",
        codepoint: 0x25877,
        name: "CJK UNIFIED IDEOGRAPH-25877",
    },
    Character {
        age: "3.1",
        codepoint: 0x25878,
        name: "CJK UNIFIED IDEOGRAPH-25878",
    },
    Character {
        age: "3.1",
        codepoint: 0x25879,
        name: "CJK UNIFIED IDEOGRAPH-25879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2587A,
        name: "CJK UNIFIED IDEOGRAPH-2587A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2587B,
        name: "CJK UNIFIED IDEOGRAPH-2587B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2587C,
        name: "CJK UNIFIED IDEOGRAPH-2587C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2587D,
        name: "CJK UNIFIED IDEOGRAPH-2587D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2587E,
        name: "CJK UNIFIED IDEOGRAPH-2587E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2587F,
        name: "CJK UNIFIED IDEOGRAPH-2587F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25880,
        name: "CJK UNIFIED IDEOGRAPH-25880",
    },
    Character {
        age: "3.1",
        codepoint: 0x25881,
        name: "CJK UNIFIED IDEOGRAPH-25881",
    },
    Character {
        age: "3.1",
        codepoint: 0x25882,
        name: "CJK UNIFIED IDEOGRAPH-25882",
    },
    Character {
        age: "3.1",
        codepoint: 0x25883,
        name: "CJK UNIFIED IDEOGRAPH-25883",
    },
    Character {
        age: "3.1",
        codepoint: 0x25884,
        name: "CJK UNIFIED IDEOGRAPH-25884",
    },
    Character {
        age: "3.1",
        codepoint: 0x25885,
        name: "CJK UNIFIED IDEOGRAPH-25885",
    },
    Character {
        age: "3.1",
        codepoint: 0x25886,
        name: "CJK UNIFIED IDEOGRAPH-25886",
    },
    Character {
        age: "3.1",
        codepoint: 0x25887,
        name: "CJK UNIFIED IDEOGRAPH-25887",
    },
    Character {
        age: "3.1",
        codepoint: 0x25888,
        name: "CJK UNIFIED IDEOGRAPH-25888",
    },
    Character {
        age: "3.1",
        codepoint: 0x25889,
        name: "CJK UNIFIED IDEOGRAPH-25889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2588A,
        name: "CJK UNIFIED IDEOGRAPH-2588A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2588B,
        name: "CJK UNIFIED IDEOGRAPH-2588B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2588C,
        name: "CJK UNIFIED IDEOGRAPH-2588C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2588D,
        name: "CJK UNIFIED IDEOGRAPH-2588D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2588E,
        name: "CJK UNIFIED IDEOGRAPH-2588E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2588F,
        name: "CJK UNIFIED IDEOGRAPH-2588F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25890,
        name: "CJK UNIFIED IDEOGRAPH-25890",
    },
    Character {
        age: "3.1",
        codepoint: 0x25891,
        name: "CJK UNIFIED IDEOGRAPH-25891",
    },
    Character {
        age: "3.1",
        codepoint: 0x25892,
        name: "CJK UNIFIED IDEOGRAPH-25892",
    },
    Character {
        age: "3.1",
        codepoint: 0x25893,
        name: "CJK UNIFIED IDEOGRAPH-25893",
    },
    Character {
        age: "3.1",
        codepoint: 0x25894,
        name: "CJK UNIFIED IDEOGRAPH-25894",
    },
    Character {
        age: "3.1",
        codepoint: 0x25895,
        name: "CJK UNIFIED IDEOGRAPH-25895",
    },
    Character {
        age: "3.1",
        codepoint: 0x25896,
        name: "CJK UNIFIED IDEOGRAPH-25896",
    },
    Character {
        age: "3.1",
        codepoint: 0x25897,
        name: "CJK UNIFIED IDEOGRAPH-25897",
    },
    Character {
        age: "3.1",
        codepoint: 0x25898,
        name: "CJK UNIFIED IDEOGRAPH-25898",
    },
    Character {
        age: "3.1",
        codepoint: 0x25899,
        name: "CJK UNIFIED IDEOGRAPH-25899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2589A,
        name: "CJK UNIFIED IDEOGRAPH-2589A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2589B,
        name: "CJK UNIFIED IDEOGRAPH-2589B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2589C,
        name: "CJK UNIFIED IDEOGRAPH-2589C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2589D,
        name: "CJK UNIFIED IDEOGRAPH-2589D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2589E,
        name: "CJK UNIFIED IDEOGRAPH-2589E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2589F,
        name: "CJK UNIFIED IDEOGRAPH-2589F",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A0,
        name: "CJK UNIFIED IDEOGRAPH-258A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A1,
        name: "CJK UNIFIED IDEOGRAPH-258A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A2,
        name: "CJK UNIFIED IDEOGRAPH-258A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A3,
        name: "CJK UNIFIED IDEOGRAPH-258A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A4,
        name: "CJK UNIFIED IDEOGRAPH-258A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A5,
        name: "CJK UNIFIED IDEOGRAPH-258A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A6,
        name: "CJK UNIFIED IDEOGRAPH-258A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A7,
        name: "CJK UNIFIED IDEOGRAPH-258A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A8,
        name: "CJK UNIFIED IDEOGRAPH-258A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x258A9,
        name: "CJK UNIFIED IDEOGRAPH-258A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x258AA,
        name: "CJK UNIFIED IDEOGRAPH-258AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x258AB,
        name: "CJK UNIFIED IDEOGRAPH-258AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x258AC,
        name: "CJK UNIFIED IDEOGRAPH-258AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x258AD,
        name: "CJK UNIFIED IDEOGRAPH-258AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x258AE,
        name: "CJK UNIFIED IDEOGRAPH-258AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x258AF,
        name: "CJK UNIFIED IDEOGRAPH-258AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B0,
        name: "CJK UNIFIED IDEOGRAPH-258B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B1,
        name: "CJK UNIFIED IDEOGRAPH-258B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B2,
        name: "CJK UNIFIED IDEOGRAPH-258B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B3,
        name: "CJK UNIFIED IDEOGRAPH-258B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B4,
        name: "CJK UNIFIED IDEOGRAPH-258B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B5,
        name: "CJK UNIFIED IDEOGRAPH-258B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B6,
        name: "CJK UNIFIED IDEOGRAPH-258B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B7,
        name: "CJK UNIFIED IDEOGRAPH-258B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B8,
        name: "CJK UNIFIED IDEOGRAPH-258B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x258B9,
        name: "CJK UNIFIED IDEOGRAPH-258B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x258BA,
        name: "CJK UNIFIED IDEOGRAPH-258BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x258BB,
        name: "CJK UNIFIED IDEOGRAPH-258BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x258BC,
        name: "CJK UNIFIED IDEOGRAPH-258BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x258BD,
        name: "CJK UNIFIED IDEOGRAPH-258BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x258BE,
        name: "CJK UNIFIED IDEOGRAPH-258BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x258BF,
        name: "CJK UNIFIED IDEOGRAPH-258BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C0,
        name: "CJK UNIFIED IDEOGRAPH-258C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C1,
        name: "CJK UNIFIED IDEOGRAPH-258C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C2,
        name: "CJK UNIFIED IDEOGRAPH-258C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C3,
        name: "CJK UNIFIED IDEOGRAPH-258C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C4,
        name: "CJK UNIFIED IDEOGRAPH-258C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C5,
        name: "CJK UNIFIED IDEOGRAPH-258C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C6,
        name: "CJK UNIFIED IDEOGRAPH-258C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C7,
        name: "CJK UNIFIED IDEOGRAPH-258C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C8,
        name: "CJK UNIFIED IDEOGRAPH-258C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x258C9,
        name: "CJK UNIFIED IDEOGRAPH-258C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x258CA,
        name: "CJK UNIFIED IDEOGRAPH-258CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x258CB,
        name: "CJK UNIFIED IDEOGRAPH-258CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x258CC,
        name: "CJK UNIFIED IDEOGRAPH-258CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x258CD,
        name: "CJK UNIFIED IDEOGRAPH-258CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x258CE,
        name: "CJK UNIFIED IDEOGRAPH-258CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x258CF,
        name: "CJK UNIFIED IDEOGRAPH-258CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D0,
        name: "CJK UNIFIED IDEOGRAPH-258D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D1,
        name: "CJK UNIFIED IDEOGRAPH-258D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D2,
        name: "CJK UNIFIED IDEOGRAPH-258D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D3,
        name: "CJK UNIFIED IDEOGRAPH-258D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D4,
        name: "CJK UNIFIED IDEOGRAPH-258D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D5,
        name: "CJK UNIFIED IDEOGRAPH-258D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D6,
        name: "CJK UNIFIED IDEOGRAPH-258D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D7,
        name: "CJK UNIFIED IDEOGRAPH-258D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D8,
        name: "CJK UNIFIED IDEOGRAPH-258D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x258D9,
        name: "CJK UNIFIED IDEOGRAPH-258D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x258DA,
        name: "CJK UNIFIED IDEOGRAPH-258DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x258DB,
        name: "CJK UNIFIED IDEOGRAPH-258DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x258DC,
        name: "CJK UNIFIED IDEOGRAPH-258DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x258DD,
        name: "CJK UNIFIED IDEOGRAPH-258DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x258DE,
        name: "CJK UNIFIED IDEOGRAPH-258DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x258DF,
        name: "CJK UNIFIED IDEOGRAPH-258DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E0,
        name: "CJK UNIFIED IDEOGRAPH-258E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E1,
        name: "CJK UNIFIED IDEOGRAPH-258E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E2,
        name: "CJK UNIFIED IDEOGRAPH-258E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E3,
        name: "CJK UNIFIED IDEOGRAPH-258E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E4,
        name: "CJK UNIFIED IDEOGRAPH-258E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E5,
        name: "CJK UNIFIED IDEOGRAPH-258E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E6,
        name: "CJK UNIFIED IDEOGRAPH-258E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E7,
        name: "CJK UNIFIED IDEOGRAPH-258E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E8,
        name: "CJK UNIFIED IDEOGRAPH-258E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x258E9,
        name: "CJK UNIFIED IDEOGRAPH-258E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x258EA,
        name: "CJK UNIFIED IDEOGRAPH-258EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x258EB,
        name: "CJK UNIFIED IDEOGRAPH-258EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x258EC,
        name: "CJK UNIFIED IDEOGRAPH-258EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x258ED,
        name: "CJK UNIFIED IDEOGRAPH-258ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x258EE,
        name: "CJK UNIFIED IDEOGRAPH-258EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x258EF,
        name: "CJK UNIFIED IDEOGRAPH-258EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F0,
        name: "CJK UNIFIED IDEOGRAPH-258F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F1,
        name: "CJK UNIFIED IDEOGRAPH-258F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F2,
        name: "CJK UNIFIED IDEOGRAPH-258F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F3,
        name: "CJK UNIFIED IDEOGRAPH-258F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F4,
        name: "CJK UNIFIED IDEOGRAPH-258F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F5,
        name: "CJK UNIFIED IDEOGRAPH-258F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F6,
        name: "CJK UNIFIED IDEOGRAPH-258F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F7,
        name: "CJK UNIFIED IDEOGRAPH-258F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F8,
        name: "CJK UNIFIED IDEOGRAPH-258F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x258F9,
        name: "CJK UNIFIED IDEOGRAPH-258F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x258FA,
        name: "CJK UNIFIED IDEOGRAPH-258FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x258FB,
        name: "CJK UNIFIED IDEOGRAPH-258FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x258FC,
        name: "CJK UNIFIED IDEOGRAPH-258FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x258FD,
        name: "CJK UNIFIED IDEOGRAPH-258FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x258FE,
        name: "CJK UNIFIED IDEOGRAPH-258FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x258FF,
        name: "CJK UNIFIED IDEOGRAPH-258FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25900,
        name: "CJK UNIFIED IDEOGRAPH-25900",
    },
    Character {
        age: "3.1",
        codepoint: 0x25901,
        name: "CJK UNIFIED IDEOGRAPH-25901",
    },
    Character {
        age: "3.1",
        codepoint: 0x25902,
        name: "CJK UNIFIED IDEOGRAPH-25902",
    },
    Character {
        age: "3.1",
        codepoint: 0x25903,
        name: "CJK UNIFIED IDEOGRAPH-25903",
    },
    Character {
        age: "3.1",
        codepoint: 0x25904,
        name: "CJK UNIFIED IDEOGRAPH-25904",
    },
    Character {
        age: "3.1",
        codepoint: 0x25905,
        name: "CJK UNIFIED IDEOGRAPH-25905",
    },
    Character {
        age: "3.1",
        codepoint: 0x25906,
        name: "CJK UNIFIED IDEOGRAPH-25906",
    },
    Character {
        age: "3.1",
        codepoint: 0x25907,
        name: "CJK UNIFIED IDEOGRAPH-25907",
    },
    Character {
        age: "3.1",
        codepoint: 0x25908,
        name: "CJK UNIFIED IDEOGRAPH-25908",
    },
    Character {
        age: "3.1",
        codepoint: 0x25909,
        name: "CJK UNIFIED IDEOGRAPH-25909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2590A,
        name: "CJK UNIFIED IDEOGRAPH-2590A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2590B,
        name: "CJK UNIFIED IDEOGRAPH-2590B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2590C,
        name: "CJK UNIFIED IDEOGRAPH-2590C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2590D,
        name: "CJK UNIFIED IDEOGRAPH-2590D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2590E,
        name: "CJK UNIFIED IDEOGRAPH-2590E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2590F,
        name: "CJK UNIFIED IDEOGRAPH-2590F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25910,
        name: "CJK UNIFIED IDEOGRAPH-25910",
    },
    Character {
        age: "3.1",
        codepoint: 0x25911,
        name: "CJK UNIFIED IDEOGRAPH-25911",
    },
    Character {
        age: "3.1",
        codepoint: 0x25912,
        name: "CJK UNIFIED IDEOGRAPH-25912",
    },
    Character {
        age: "3.1",
        codepoint: 0x25913,
        name: "CJK UNIFIED IDEOGRAPH-25913",
    },
    Character {
        age: "3.1",
        codepoint: 0x25914,
        name: "CJK UNIFIED IDEOGRAPH-25914",
    },
    Character {
        age: "3.1",
        codepoint: 0x25915,
        name: "CJK UNIFIED IDEOGRAPH-25915",
    },
    Character {
        age: "3.1",
        codepoint: 0x25916,
        name: "CJK UNIFIED IDEOGRAPH-25916",
    },
    Character {
        age: "3.1",
        codepoint: 0x25917,
        name: "CJK UNIFIED IDEOGRAPH-25917",
    },
    Character {
        age: "3.1",
        codepoint: 0x25918,
        name: "CJK UNIFIED IDEOGRAPH-25918",
    },
    Character {
        age: "3.1",
        codepoint: 0x25919,
        name: "CJK UNIFIED IDEOGRAPH-25919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2591A,
        name: "CJK UNIFIED IDEOGRAPH-2591A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2591B,
        name: "CJK UNIFIED IDEOGRAPH-2591B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2591C,
        name: "CJK UNIFIED IDEOGRAPH-2591C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2591D,
        name: "CJK UNIFIED IDEOGRAPH-2591D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2591E,
        name: "CJK UNIFIED IDEOGRAPH-2591E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2591F,
        name: "CJK UNIFIED IDEOGRAPH-2591F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25920,
        name: "CJK UNIFIED IDEOGRAPH-25920",
    },
    Character {
        age: "3.1",
        codepoint: 0x25921,
        name: "CJK UNIFIED IDEOGRAPH-25921",
    },
    Character {
        age: "3.1",
        codepoint: 0x25922,
        name: "CJK UNIFIED IDEOGRAPH-25922",
    },
    Character {
        age: "3.1",
        codepoint: 0x25923,
        name: "CJK UNIFIED IDEOGRAPH-25923",
    },
    Character {
        age: "3.1",
        codepoint: 0x25924,
        name: "CJK UNIFIED IDEOGRAPH-25924",
    },
    Character {
        age: "3.1",
        codepoint: 0x25925,
        name: "CJK UNIFIED IDEOGRAPH-25925",
    },
    Character {
        age: "3.1",
        codepoint: 0x25926,
        name: "CJK UNIFIED IDEOGRAPH-25926",
    },
    Character {
        age: "3.1",
        codepoint: 0x25927,
        name: "CJK UNIFIED IDEOGRAPH-25927",
    },
    Character {
        age: "3.1",
        codepoint: 0x25928,
        name: "CJK UNIFIED IDEOGRAPH-25928",
    },
    Character {
        age: "3.1",
        codepoint: 0x25929,
        name: "CJK UNIFIED IDEOGRAPH-25929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2592A,
        name: "CJK UNIFIED IDEOGRAPH-2592A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2592B,
        name: "CJK UNIFIED IDEOGRAPH-2592B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2592C,
        name: "CJK UNIFIED IDEOGRAPH-2592C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2592D,
        name: "CJK UNIFIED IDEOGRAPH-2592D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2592E,
        name: "CJK UNIFIED IDEOGRAPH-2592E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2592F,
        name: "CJK UNIFIED IDEOGRAPH-2592F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25930,
        name: "CJK UNIFIED IDEOGRAPH-25930",
    },
    Character {
        age: "3.1",
        codepoint: 0x25931,
        name: "CJK UNIFIED IDEOGRAPH-25931",
    },
    Character {
        age: "3.1",
        codepoint: 0x25932,
        name: "CJK UNIFIED IDEOGRAPH-25932",
    },
    Character {
        age: "3.1",
        codepoint: 0x25933,
        name: "CJK UNIFIED IDEOGRAPH-25933",
    },
    Character {
        age: "3.1",
        codepoint: 0x25934,
        name: "CJK UNIFIED IDEOGRAPH-25934",
    },
    Character {
        age: "3.1",
        codepoint: 0x25935,
        name: "CJK UNIFIED IDEOGRAPH-25935",
    },
    Character {
        age: "3.1",
        codepoint: 0x25936,
        name: "CJK UNIFIED IDEOGRAPH-25936",
    },
    Character {
        age: "3.1",
        codepoint: 0x25937,
        name: "CJK UNIFIED IDEOGRAPH-25937",
    },
    Character {
        age: "3.1",
        codepoint: 0x25938,
        name: "CJK UNIFIED IDEOGRAPH-25938",
    },
    Character {
        age: "3.1",
        codepoint: 0x25939,
        name: "CJK UNIFIED IDEOGRAPH-25939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2593A,
        name: "CJK UNIFIED IDEOGRAPH-2593A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2593B,
        name: "CJK UNIFIED IDEOGRAPH-2593B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2593C,
        name: "CJK UNIFIED IDEOGRAPH-2593C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2593D,
        name: "CJK UNIFIED IDEOGRAPH-2593D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2593E,
        name: "CJK UNIFIED IDEOGRAPH-2593E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2593F,
        name: "CJK UNIFIED IDEOGRAPH-2593F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25940,
        name: "CJK UNIFIED IDEOGRAPH-25940",
    },
    Character {
        age: "3.1",
        codepoint: 0x25941,
        name: "CJK UNIFIED IDEOGRAPH-25941",
    },
    Character {
        age: "3.1",
        codepoint: 0x25942,
        name: "CJK UNIFIED IDEOGRAPH-25942",
    },
    Character {
        age: "3.1",
        codepoint: 0x25943,
        name: "CJK UNIFIED IDEOGRAPH-25943",
    },
    Character {
        age: "3.1",
        codepoint: 0x25944,
        name: "CJK UNIFIED IDEOGRAPH-25944",
    },
    Character {
        age: "3.1",
        codepoint: 0x25945,
        name: "CJK UNIFIED IDEOGRAPH-25945",
    },
    Character {
        age: "3.1",
        codepoint: 0x25946,
        name: "CJK UNIFIED IDEOGRAPH-25946",
    },
    Character {
        age: "3.1",
        codepoint: 0x25947,
        name: "CJK UNIFIED IDEOGRAPH-25947",
    },
    Character {
        age: "3.1",
        codepoint: 0x25948,
        name: "CJK UNIFIED IDEOGRAPH-25948",
    },
    Character {
        age: "3.1",
        codepoint: 0x25949,
        name: "CJK UNIFIED IDEOGRAPH-25949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2594A,
        name: "CJK UNIFIED IDEOGRAPH-2594A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2594B,
        name: "CJK UNIFIED IDEOGRAPH-2594B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2594C,
        name: "CJK UNIFIED IDEOGRAPH-2594C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2594D,
        name: "CJK UNIFIED IDEOGRAPH-2594D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2594E,
        name: "CJK UNIFIED IDEOGRAPH-2594E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2594F,
        name: "CJK UNIFIED IDEOGRAPH-2594F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25950,
        name: "CJK UNIFIED IDEOGRAPH-25950",
    },
    Character {
        age: "3.1",
        codepoint: 0x25951,
        name: "CJK UNIFIED IDEOGRAPH-25951",
    },
    Character {
        age: "3.1",
        codepoint: 0x25952,
        name: "CJK UNIFIED IDEOGRAPH-25952",
    },
    Character {
        age: "3.1",
        codepoint: 0x25953,
        name: "CJK UNIFIED IDEOGRAPH-25953",
    },
    Character {
        age: "3.1",
        codepoint: 0x25954,
        name: "CJK UNIFIED IDEOGRAPH-25954",
    },
    Character {
        age: "3.1",
        codepoint: 0x25955,
        name: "CJK UNIFIED IDEOGRAPH-25955",
    },
    Character {
        age: "3.1",
        codepoint: 0x25956,
        name: "CJK UNIFIED IDEOGRAPH-25956",
    },
    Character {
        age: "3.1",
        codepoint: 0x25957,
        name: "CJK UNIFIED IDEOGRAPH-25957",
    },
    Character {
        age: "3.1",
        codepoint: 0x25958,
        name: "CJK UNIFIED IDEOGRAPH-25958",
    },
    Character {
        age: "3.1",
        codepoint: 0x25959,
        name: "CJK UNIFIED IDEOGRAPH-25959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2595A,
        name: "CJK UNIFIED IDEOGRAPH-2595A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2595B,
        name: "CJK UNIFIED IDEOGRAPH-2595B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2595C,
        name: "CJK UNIFIED IDEOGRAPH-2595C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2595D,
        name: "CJK UNIFIED IDEOGRAPH-2595D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2595E,
        name: "CJK UNIFIED IDEOGRAPH-2595E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2595F,
        name: "CJK UNIFIED IDEOGRAPH-2595F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25960,
        name: "CJK UNIFIED IDEOGRAPH-25960",
    },
    Character {
        age: "3.1",
        codepoint: 0x25961,
        name: "CJK UNIFIED IDEOGRAPH-25961",
    },
    Character {
        age: "3.1",
        codepoint: 0x25962,
        name: "CJK UNIFIED IDEOGRAPH-25962",
    },
    Character {
        age: "3.1",
        codepoint: 0x25963,
        name: "CJK UNIFIED IDEOGRAPH-25963",
    },
    Character {
        age: "3.1",
        codepoint: 0x25964,
        name: "CJK UNIFIED IDEOGRAPH-25964",
    },
    Character {
        age: "3.1",
        codepoint: 0x25965,
        name: "CJK UNIFIED IDEOGRAPH-25965",
    },
    Character {
        age: "3.1",
        codepoint: 0x25966,
        name: "CJK UNIFIED IDEOGRAPH-25966",
    },
    Character {
        age: "3.1",
        codepoint: 0x25967,
        name: "CJK UNIFIED IDEOGRAPH-25967",
    },
    Character {
        age: "3.1",
        codepoint: 0x25968,
        name: "CJK UNIFIED IDEOGRAPH-25968",
    },
    Character {
        age: "3.1",
        codepoint: 0x25969,
        name: "CJK UNIFIED IDEOGRAPH-25969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2596A,
        name: "CJK UNIFIED IDEOGRAPH-2596A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2596B,
        name: "CJK UNIFIED IDEOGRAPH-2596B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2596C,
        name: "CJK UNIFIED IDEOGRAPH-2596C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2596D,
        name: "CJK UNIFIED IDEOGRAPH-2596D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2596E,
        name: "CJK UNIFIED IDEOGRAPH-2596E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2596F,
        name: "CJK UNIFIED IDEOGRAPH-2596F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25970,
        name: "CJK UNIFIED IDEOGRAPH-25970",
    },
    Character {
        age: "3.1",
        codepoint: 0x25971,
        name: "CJK UNIFIED IDEOGRAPH-25971",
    },
    Character {
        age: "3.1",
        codepoint: 0x25972,
        name: "CJK UNIFIED IDEOGRAPH-25972",
    },
    Character {
        age: "3.1",
        codepoint: 0x25973,
        name: "CJK UNIFIED IDEOGRAPH-25973",
    },
    Character {
        age: "3.1",
        codepoint: 0x25974,
        name: "CJK UNIFIED IDEOGRAPH-25974",
    },
    Character {
        age: "3.1",
        codepoint: 0x25975,
        name: "CJK UNIFIED IDEOGRAPH-25975",
    },
    Character {
        age: "3.1",
        codepoint: 0x25976,
        name: "CJK UNIFIED IDEOGRAPH-25976",
    },
    Character {
        age: "3.1",
        codepoint: 0x25977,
        name: "CJK UNIFIED IDEOGRAPH-25977",
    },
    Character {
        age: "3.1",
        codepoint: 0x25978,
        name: "CJK UNIFIED IDEOGRAPH-25978",
    },
    Character {
        age: "3.1",
        codepoint: 0x25979,
        name: "CJK UNIFIED IDEOGRAPH-25979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2597A,
        name: "CJK UNIFIED IDEOGRAPH-2597A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2597B,
        name: "CJK UNIFIED IDEOGRAPH-2597B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2597C,
        name: "CJK UNIFIED IDEOGRAPH-2597C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2597D,
        name: "CJK UNIFIED IDEOGRAPH-2597D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2597E,
        name: "CJK UNIFIED IDEOGRAPH-2597E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2597F,
        name: "CJK UNIFIED IDEOGRAPH-2597F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25980,
        name: "CJK UNIFIED IDEOGRAPH-25980",
    },
    Character {
        age: "3.1",
        codepoint: 0x25981,
        name: "CJK UNIFIED IDEOGRAPH-25981",
    },
    Character {
        age: "3.1",
        codepoint: 0x25982,
        name: "CJK UNIFIED IDEOGRAPH-25982",
    },
    Character {
        age: "3.1",
        codepoint: 0x25983,
        name: "CJK UNIFIED IDEOGRAPH-25983",
    },
    Character {
        age: "3.1",
        codepoint: 0x25984,
        name: "CJK UNIFIED IDEOGRAPH-25984",
    },
    Character {
        age: "3.1",
        codepoint: 0x25985,
        name: "CJK UNIFIED IDEOGRAPH-25985",
    },
    Character {
        age: "3.1",
        codepoint: 0x25986,
        name: "CJK UNIFIED IDEOGRAPH-25986",
    },
    Character {
        age: "3.1",
        codepoint: 0x25987,
        name: "CJK UNIFIED IDEOGRAPH-25987",
    },
    Character {
        age: "3.1",
        codepoint: 0x25988,
        name: "CJK UNIFIED IDEOGRAPH-25988",
    },
    Character {
        age: "3.1",
        codepoint: 0x25989,
        name: "CJK UNIFIED IDEOGRAPH-25989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2598A,
        name: "CJK UNIFIED IDEOGRAPH-2598A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2598B,
        name: "CJK UNIFIED IDEOGRAPH-2598B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2598C,
        name: "CJK UNIFIED IDEOGRAPH-2598C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2598D,
        name: "CJK UNIFIED IDEOGRAPH-2598D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2598E,
        name: "CJK UNIFIED IDEOGRAPH-2598E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2598F,
        name: "CJK UNIFIED IDEOGRAPH-2598F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25990,
        name: "CJK UNIFIED IDEOGRAPH-25990",
    },
    Character {
        age: "3.1",
        codepoint: 0x25991,
        name: "CJK UNIFIED IDEOGRAPH-25991",
    },
    Character {
        age: "3.1",
        codepoint: 0x25992,
        name: "CJK UNIFIED IDEOGRAPH-25992",
    },
    Character {
        age: "3.1",
        codepoint: 0x25993,
        name: "CJK UNIFIED IDEOGRAPH-25993",
    },
    Character {
        age: "3.1",
        codepoint: 0x25994,
        name: "CJK UNIFIED IDEOGRAPH-25994",
    },
    Character {
        age: "3.1",
        codepoint: 0x25995,
        name: "CJK UNIFIED IDEOGRAPH-25995",
    },
    Character {
        age: "3.1",
        codepoint: 0x25996,
        name: "CJK UNIFIED IDEOGRAPH-25996",
    },
    Character {
        age: "3.1",
        codepoint: 0x25997,
        name: "CJK UNIFIED IDEOGRAPH-25997",
    },
    Character {
        age: "3.1",
        codepoint: 0x25998,
        name: "CJK UNIFIED IDEOGRAPH-25998",
    },
    Character {
        age: "3.1",
        codepoint: 0x25999,
        name: "CJK UNIFIED IDEOGRAPH-25999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2599A,
        name: "CJK UNIFIED IDEOGRAPH-2599A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2599B,
        name: "CJK UNIFIED IDEOGRAPH-2599B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2599C,
        name: "CJK UNIFIED IDEOGRAPH-2599C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2599D,
        name: "CJK UNIFIED IDEOGRAPH-2599D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2599E,
        name: "CJK UNIFIED IDEOGRAPH-2599E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2599F,
        name: "CJK UNIFIED IDEOGRAPH-2599F",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A0,
        name: "CJK UNIFIED IDEOGRAPH-259A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A1,
        name: "CJK UNIFIED IDEOGRAPH-259A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A2,
        name: "CJK UNIFIED IDEOGRAPH-259A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A3,
        name: "CJK UNIFIED IDEOGRAPH-259A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A4,
        name: "CJK UNIFIED IDEOGRAPH-259A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A5,
        name: "CJK UNIFIED IDEOGRAPH-259A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A6,
        name: "CJK UNIFIED IDEOGRAPH-259A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A7,
        name: "CJK UNIFIED IDEOGRAPH-259A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A8,
        name: "CJK UNIFIED IDEOGRAPH-259A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x259A9,
        name: "CJK UNIFIED IDEOGRAPH-259A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x259AA,
        name: "CJK UNIFIED IDEOGRAPH-259AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x259AB,
        name: "CJK UNIFIED IDEOGRAPH-259AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x259AC,
        name: "CJK UNIFIED IDEOGRAPH-259AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x259AD,
        name: "CJK UNIFIED IDEOGRAPH-259AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x259AE,
        name: "CJK UNIFIED IDEOGRAPH-259AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x259AF,
        name: "CJK UNIFIED IDEOGRAPH-259AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B0,
        name: "CJK UNIFIED IDEOGRAPH-259B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B1,
        name: "CJK UNIFIED IDEOGRAPH-259B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B2,
        name: "CJK UNIFIED IDEOGRAPH-259B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B3,
        name: "CJK UNIFIED IDEOGRAPH-259B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B4,
        name: "CJK UNIFIED IDEOGRAPH-259B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B5,
        name: "CJK UNIFIED IDEOGRAPH-259B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B6,
        name: "CJK UNIFIED IDEOGRAPH-259B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B7,
        name: "CJK UNIFIED IDEOGRAPH-259B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B8,
        name: "CJK UNIFIED IDEOGRAPH-259B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x259B9,
        name: "CJK UNIFIED IDEOGRAPH-259B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x259BA,
        name: "CJK UNIFIED IDEOGRAPH-259BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x259BB,
        name: "CJK UNIFIED IDEOGRAPH-259BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x259BC,
        name: "CJK UNIFIED IDEOGRAPH-259BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x259BD,
        name: "CJK UNIFIED IDEOGRAPH-259BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x259BE,
        name: "CJK UNIFIED IDEOGRAPH-259BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x259BF,
        name: "CJK UNIFIED IDEOGRAPH-259BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C0,
        name: "CJK UNIFIED IDEOGRAPH-259C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C1,
        name: "CJK UNIFIED IDEOGRAPH-259C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C2,
        name: "CJK UNIFIED IDEOGRAPH-259C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C3,
        name: "CJK UNIFIED IDEOGRAPH-259C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C4,
        name: "CJK UNIFIED IDEOGRAPH-259C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C5,
        name: "CJK UNIFIED IDEOGRAPH-259C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C6,
        name: "CJK UNIFIED IDEOGRAPH-259C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C7,
        name: "CJK UNIFIED IDEOGRAPH-259C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C8,
        name: "CJK UNIFIED IDEOGRAPH-259C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x259C9,
        name: "CJK UNIFIED IDEOGRAPH-259C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x259CA,
        name: "CJK UNIFIED IDEOGRAPH-259CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x259CB,
        name: "CJK UNIFIED IDEOGRAPH-259CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x259CC,
        name: "CJK UNIFIED IDEOGRAPH-259CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x259CD,
        name: "CJK UNIFIED IDEOGRAPH-259CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x259CE,
        name: "CJK UNIFIED IDEOGRAPH-259CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x259CF,
        name: "CJK UNIFIED IDEOGRAPH-259CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D0,
        name: "CJK UNIFIED IDEOGRAPH-259D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D1,
        name: "CJK UNIFIED IDEOGRAPH-259D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D2,
        name: "CJK UNIFIED IDEOGRAPH-259D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D3,
        name: "CJK UNIFIED IDEOGRAPH-259D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D4,
        name: "CJK UNIFIED IDEOGRAPH-259D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D5,
        name: "CJK UNIFIED IDEOGRAPH-259D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D6,
        name: "CJK UNIFIED IDEOGRAPH-259D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D7,
        name: "CJK UNIFIED IDEOGRAPH-259D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D8,
        name: "CJK UNIFIED IDEOGRAPH-259D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x259D9,
        name: "CJK UNIFIED IDEOGRAPH-259D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x259DA,
        name: "CJK UNIFIED IDEOGRAPH-259DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x259DB,
        name: "CJK UNIFIED IDEOGRAPH-259DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x259DC,
        name: "CJK UNIFIED IDEOGRAPH-259DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x259DD,
        name: "CJK UNIFIED IDEOGRAPH-259DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x259DE,
        name: "CJK UNIFIED IDEOGRAPH-259DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x259DF,
        name: "CJK UNIFIED IDEOGRAPH-259DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E0,
        name: "CJK UNIFIED IDEOGRAPH-259E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E1,
        name: "CJK UNIFIED IDEOGRAPH-259E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E2,
        name: "CJK UNIFIED IDEOGRAPH-259E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E3,
        name: "CJK UNIFIED IDEOGRAPH-259E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E4,
        name: "CJK UNIFIED IDEOGRAPH-259E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E5,
        name: "CJK UNIFIED IDEOGRAPH-259E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E6,
        name: "CJK UNIFIED IDEOGRAPH-259E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E7,
        name: "CJK UNIFIED IDEOGRAPH-259E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E8,
        name: "CJK UNIFIED IDEOGRAPH-259E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x259E9,
        name: "CJK UNIFIED IDEOGRAPH-259E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x259EA,
        name: "CJK UNIFIED IDEOGRAPH-259EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x259EB,
        name: "CJK UNIFIED IDEOGRAPH-259EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x259EC,
        name: "CJK UNIFIED IDEOGRAPH-259EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x259ED,
        name: "CJK UNIFIED IDEOGRAPH-259ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x259EE,
        name: "CJK UNIFIED IDEOGRAPH-259EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x259EF,
        name: "CJK UNIFIED IDEOGRAPH-259EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F0,
        name: "CJK UNIFIED IDEOGRAPH-259F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F1,
        name: "CJK UNIFIED IDEOGRAPH-259F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F2,
        name: "CJK UNIFIED IDEOGRAPH-259F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F3,
        name: "CJK UNIFIED IDEOGRAPH-259F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F4,
        name: "CJK UNIFIED IDEOGRAPH-259F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F5,
        name: "CJK UNIFIED IDEOGRAPH-259F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F6,
        name: "CJK UNIFIED IDEOGRAPH-259F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F7,
        name: "CJK UNIFIED IDEOGRAPH-259F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F8,
        name: "CJK UNIFIED IDEOGRAPH-259F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x259F9,
        name: "CJK UNIFIED IDEOGRAPH-259F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x259FA,
        name: "CJK UNIFIED IDEOGRAPH-259FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x259FB,
        name: "CJK UNIFIED IDEOGRAPH-259FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x259FC,
        name: "CJK UNIFIED IDEOGRAPH-259FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x259FD,
        name: "CJK UNIFIED IDEOGRAPH-259FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x259FE,
        name: "CJK UNIFIED IDEOGRAPH-259FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x259FF,
        name: "CJK UNIFIED IDEOGRAPH-259FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A00,
        name: "CJK UNIFIED IDEOGRAPH-25A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A01,
        name: "CJK UNIFIED IDEOGRAPH-25A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A02,
        name: "CJK UNIFIED IDEOGRAPH-25A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A03,
        name: "CJK UNIFIED IDEOGRAPH-25A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A04,
        name: "CJK UNIFIED IDEOGRAPH-25A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A05,
        name: "CJK UNIFIED IDEOGRAPH-25A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A06,
        name: "CJK UNIFIED IDEOGRAPH-25A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A07,
        name: "CJK UNIFIED IDEOGRAPH-25A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A08,
        name: "CJK UNIFIED IDEOGRAPH-25A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A09,
        name: "CJK UNIFIED IDEOGRAPH-25A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A0A,
        name: "CJK UNIFIED IDEOGRAPH-25A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A0B,
        name: "CJK UNIFIED IDEOGRAPH-25A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A0C,
        name: "CJK UNIFIED IDEOGRAPH-25A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A0D,
        name: "CJK UNIFIED IDEOGRAPH-25A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A0E,
        name: "CJK UNIFIED IDEOGRAPH-25A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A0F,
        name: "CJK UNIFIED IDEOGRAPH-25A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A10,
        name: "CJK UNIFIED IDEOGRAPH-25A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A11,
        name: "CJK UNIFIED IDEOGRAPH-25A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A12,
        name: "CJK UNIFIED IDEOGRAPH-25A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A13,
        name: "CJK UNIFIED IDEOGRAPH-25A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A14,
        name: "CJK UNIFIED IDEOGRAPH-25A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A15,
        name: "CJK UNIFIED IDEOGRAPH-25A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A16,
        name: "CJK UNIFIED IDEOGRAPH-25A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A17,
        name: "CJK UNIFIED IDEOGRAPH-25A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A18,
        name: "CJK UNIFIED IDEOGRAPH-25A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A19,
        name: "CJK UNIFIED IDEOGRAPH-25A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A1A,
        name: "CJK UNIFIED IDEOGRAPH-25A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A1B,
        name: "CJK UNIFIED IDEOGRAPH-25A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A1C,
        name: "CJK UNIFIED IDEOGRAPH-25A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A1D,
        name: "CJK UNIFIED IDEOGRAPH-25A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A1E,
        name: "CJK UNIFIED IDEOGRAPH-25A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A1F,
        name: "CJK UNIFIED IDEOGRAPH-25A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A20,
        name: "CJK UNIFIED IDEOGRAPH-25A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A21,
        name: "CJK UNIFIED IDEOGRAPH-25A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A22,
        name: "CJK UNIFIED IDEOGRAPH-25A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A23,
        name: "CJK UNIFIED IDEOGRAPH-25A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A24,
        name: "CJK UNIFIED IDEOGRAPH-25A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A25,
        name: "CJK UNIFIED IDEOGRAPH-25A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A26,
        name: "CJK UNIFIED IDEOGRAPH-25A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A27,
        name: "CJK UNIFIED IDEOGRAPH-25A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A28,
        name: "CJK UNIFIED IDEOGRAPH-25A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A29,
        name: "CJK UNIFIED IDEOGRAPH-25A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A2A,
        name: "CJK UNIFIED IDEOGRAPH-25A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A2B,
        name: "CJK UNIFIED IDEOGRAPH-25A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A2C,
        name: "CJK UNIFIED IDEOGRAPH-25A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A2D,
        name: "CJK UNIFIED IDEOGRAPH-25A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A2E,
        name: "CJK UNIFIED IDEOGRAPH-25A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A2F,
        name: "CJK UNIFIED IDEOGRAPH-25A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A30,
        name: "CJK UNIFIED IDEOGRAPH-25A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A31,
        name: "CJK UNIFIED IDEOGRAPH-25A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A32,
        name: "CJK UNIFIED IDEOGRAPH-25A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A33,
        name: "CJK UNIFIED IDEOGRAPH-25A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A34,
        name: "CJK UNIFIED IDEOGRAPH-25A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A35,
        name: "CJK UNIFIED IDEOGRAPH-25A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A36,
        name: "CJK UNIFIED IDEOGRAPH-25A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A37,
        name: "CJK UNIFIED IDEOGRAPH-25A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A38,
        name: "CJK UNIFIED IDEOGRAPH-25A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A39,
        name: "CJK UNIFIED IDEOGRAPH-25A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A3A,
        name: "CJK UNIFIED IDEOGRAPH-25A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A3B,
        name: "CJK UNIFIED IDEOGRAPH-25A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A3C,
        name: "CJK UNIFIED IDEOGRAPH-25A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A3D,
        name: "CJK UNIFIED IDEOGRAPH-25A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A3E,
        name: "CJK UNIFIED IDEOGRAPH-25A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A3F,
        name: "CJK UNIFIED IDEOGRAPH-25A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A40,
        name: "CJK UNIFIED IDEOGRAPH-25A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A41,
        name: "CJK UNIFIED IDEOGRAPH-25A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A42,
        name: "CJK UNIFIED IDEOGRAPH-25A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A43,
        name: "CJK UNIFIED IDEOGRAPH-25A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A44,
        name: "CJK UNIFIED IDEOGRAPH-25A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A45,
        name: "CJK UNIFIED IDEOGRAPH-25A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A46,
        name: "CJK UNIFIED IDEOGRAPH-25A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A47,
        name: "CJK UNIFIED IDEOGRAPH-25A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A48,
        name: "CJK UNIFIED IDEOGRAPH-25A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A49,
        name: "CJK UNIFIED IDEOGRAPH-25A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A4A,
        name: "CJK UNIFIED IDEOGRAPH-25A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A4B,
        name: "CJK UNIFIED IDEOGRAPH-25A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A4C,
        name: "CJK UNIFIED IDEOGRAPH-25A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A4D,
        name: "CJK UNIFIED IDEOGRAPH-25A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A4E,
        name: "CJK UNIFIED IDEOGRAPH-25A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A4F,
        name: "CJK UNIFIED IDEOGRAPH-25A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A50,
        name: "CJK UNIFIED IDEOGRAPH-25A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A51,
        name: "CJK UNIFIED IDEOGRAPH-25A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A52,
        name: "CJK UNIFIED IDEOGRAPH-25A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A53,
        name: "CJK UNIFIED IDEOGRAPH-25A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A54,
        name: "CJK UNIFIED IDEOGRAPH-25A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A55,
        name: "CJK UNIFIED IDEOGRAPH-25A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A56,
        name: "CJK UNIFIED IDEOGRAPH-25A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A57,
        name: "CJK UNIFIED IDEOGRAPH-25A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A58,
        name: "CJK UNIFIED IDEOGRAPH-25A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A59,
        name: "CJK UNIFIED IDEOGRAPH-25A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A5A,
        name: "CJK UNIFIED IDEOGRAPH-25A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A5B,
        name: "CJK UNIFIED IDEOGRAPH-25A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A5C,
        name: "CJK UNIFIED IDEOGRAPH-25A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A5D,
        name: "CJK UNIFIED IDEOGRAPH-25A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A5E,
        name: "CJK UNIFIED IDEOGRAPH-25A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A5F,
        name: "CJK UNIFIED IDEOGRAPH-25A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A60,
        name: "CJK UNIFIED IDEOGRAPH-25A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A61,
        name: "CJK UNIFIED IDEOGRAPH-25A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A62,
        name: "CJK UNIFIED IDEOGRAPH-25A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A63,
        name: "CJK UNIFIED IDEOGRAPH-25A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A64,
        name: "CJK UNIFIED IDEOGRAPH-25A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A65,
        name: "CJK UNIFIED IDEOGRAPH-25A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A66,
        name: "CJK UNIFIED IDEOGRAPH-25A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A67,
        name: "CJK UNIFIED IDEOGRAPH-25A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A68,
        name: "CJK UNIFIED IDEOGRAPH-25A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A69,
        name: "CJK UNIFIED IDEOGRAPH-25A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A6A,
        name: "CJK UNIFIED IDEOGRAPH-25A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A6B,
        name: "CJK UNIFIED IDEOGRAPH-25A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A6C,
        name: "CJK UNIFIED IDEOGRAPH-25A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A6D,
        name: "CJK UNIFIED IDEOGRAPH-25A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A6E,
        name: "CJK UNIFIED IDEOGRAPH-25A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A6F,
        name: "CJK UNIFIED IDEOGRAPH-25A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A70,
        name: "CJK UNIFIED IDEOGRAPH-25A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A71,
        name: "CJK UNIFIED IDEOGRAPH-25A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A72,
        name: "CJK UNIFIED IDEOGRAPH-25A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A73,
        name: "CJK UNIFIED IDEOGRAPH-25A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A74,
        name: "CJK UNIFIED IDEOGRAPH-25A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A75,
        name: "CJK UNIFIED IDEOGRAPH-25A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A76,
        name: "CJK UNIFIED IDEOGRAPH-25A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A77,
        name: "CJK UNIFIED IDEOGRAPH-25A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A78,
        name: "CJK UNIFIED IDEOGRAPH-25A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A79,
        name: "CJK UNIFIED IDEOGRAPH-25A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A7A,
        name: "CJK UNIFIED IDEOGRAPH-25A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A7B,
        name: "CJK UNIFIED IDEOGRAPH-25A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A7C,
        name: "CJK UNIFIED IDEOGRAPH-25A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A7D,
        name: "CJK UNIFIED IDEOGRAPH-25A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A7E,
        name: "CJK UNIFIED IDEOGRAPH-25A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A7F,
        name: "CJK UNIFIED IDEOGRAPH-25A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A80,
        name: "CJK UNIFIED IDEOGRAPH-25A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A81,
        name: "CJK UNIFIED IDEOGRAPH-25A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A82,
        name: "CJK UNIFIED IDEOGRAPH-25A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A83,
        name: "CJK UNIFIED IDEOGRAPH-25A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A84,
        name: "CJK UNIFIED IDEOGRAPH-25A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A85,
        name: "CJK UNIFIED IDEOGRAPH-25A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A86,
        name: "CJK UNIFIED IDEOGRAPH-25A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A87,
        name: "CJK UNIFIED IDEOGRAPH-25A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A88,
        name: "CJK UNIFIED IDEOGRAPH-25A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A89,
        name: "CJK UNIFIED IDEOGRAPH-25A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A8A,
        name: "CJK UNIFIED IDEOGRAPH-25A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A8B,
        name: "CJK UNIFIED IDEOGRAPH-25A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A8C,
        name: "CJK UNIFIED IDEOGRAPH-25A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A8D,
        name: "CJK UNIFIED IDEOGRAPH-25A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A8E,
        name: "CJK UNIFIED IDEOGRAPH-25A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A8F,
        name: "CJK UNIFIED IDEOGRAPH-25A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A90,
        name: "CJK UNIFIED IDEOGRAPH-25A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A91,
        name: "CJK UNIFIED IDEOGRAPH-25A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A92,
        name: "CJK UNIFIED IDEOGRAPH-25A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A93,
        name: "CJK UNIFIED IDEOGRAPH-25A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A94,
        name: "CJK UNIFIED IDEOGRAPH-25A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A95,
        name: "CJK UNIFIED IDEOGRAPH-25A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A96,
        name: "CJK UNIFIED IDEOGRAPH-25A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A97,
        name: "CJK UNIFIED IDEOGRAPH-25A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A98,
        name: "CJK UNIFIED IDEOGRAPH-25A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A99,
        name: "CJK UNIFIED IDEOGRAPH-25A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A9A,
        name: "CJK UNIFIED IDEOGRAPH-25A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A9B,
        name: "CJK UNIFIED IDEOGRAPH-25A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A9C,
        name: "CJK UNIFIED IDEOGRAPH-25A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A9D,
        name: "CJK UNIFIED IDEOGRAPH-25A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A9E,
        name: "CJK UNIFIED IDEOGRAPH-25A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25A9F,
        name: "CJK UNIFIED IDEOGRAPH-25A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA0,
        name: "CJK UNIFIED IDEOGRAPH-25AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA1,
        name: "CJK UNIFIED IDEOGRAPH-25AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA2,
        name: "CJK UNIFIED IDEOGRAPH-25AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA3,
        name: "CJK UNIFIED IDEOGRAPH-25AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA4,
        name: "CJK UNIFIED IDEOGRAPH-25AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA5,
        name: "CJK UNIFIED IDEOGRAPH-25AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA6,
        name: "CJK UNIFIED IDEOGRAPH-25AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA7,
        name: "CJK UNIFIED IDEOGRAPH-25AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA8,
        name: "CJK UNIFIED IDEOGRAPH-25AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AA9,
        name: "CJK UNIFIED IDEOGRAPH-25AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AAA,
        name: "CJK UNIFIED IDEOGRAPH-25AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AAB,
        name: "CJK UNIFIED IDEOGRAPH-25AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AAC,
        name: "CJK UNIFIED IDEOGRAPH-25AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AAD,
        name: "CJK UNIFIED IDEOGRAPH-25AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AAE,
        name: "CJK UNIFIED IDEOGRAPH-25AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AAF,
        name: "CJK UNIFIED IDEOGRAPH-25AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB0,
        name: "CJK UNIFIED IDEOGRAPH-25AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB1,
        name: "CJK UNIFIED IDEOGRAPH-25AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB2,
        name: "CJK UNIFIED IDEOGRAPH-25AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB3,
        name: "CJK UNIFIED IDEOGRAPH-25AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB4,
        name: "CJK UNIFIED IDEOGRAPH-25AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB5,
        name: "CJK UNIFIED IDEOGRAPH-25AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB6,
        name: "CJK UNIFIED IDEOGRAPH-25AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB7,
        name: "CJK UNIFIED IDEOGRAPH-25AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB8,
        name: "CJK UNIFIED IDEOGRAPH-25AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AB9,
        name: "CJK UNIFIED IDEOGRAPH-25AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ABA,
        name: "CJK UNIFIED IDEOGRAPH-25ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ABB,
        name: "CJK UNIFIED IDEOGRAPH-25ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ABC,
        name: "CJK UNIFIED IDEOGRAPH-25ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ABD,
        name: "CJK UNIFIED IDEOGRAPH-25ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ABE,
        name: "CJK UNIFIED IDEOGRAPH-25ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ABF,
        name: "CJK UNIFIED IDEOGRAPH-25ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC0,
        name: "CJK UNIFIED IDEOGRAPH-25AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC1,
        name: "CJK UNIFIED IDEOGRAPH-25AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC2,
        name: "CJK UNIFIED IDEOGRAPH-25AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC3,
        name: "CJK UNIFIED IDEOGRAPH-25AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC4,
        name: "CJK UNIFIED IDEOGRAPH-25AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC5,
        name: "CJK UNIFIED IDEOGRAPH-25AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC6,
        name: "CJK UNIFIED IDEOGRAPH-25AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC7,
        name: "CJK UNIFIED IDEOGRAPH-25AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC8,
        name: "CJK UNIFIED IDEOGRAPH-25AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AC9,
        name: "CJK UNIFIED IDEOGRAPH-25AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ACA,
        name: "CJK UNIFIED IDEOGRAPH-25ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ACB,
        name: "CJK UNIFIED IDEOGRAPH-25ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ACC,
        name: "CJK UNIFIED IDEOGRAPH-25ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ACD,
        name: "CJK UNIFIED IDEOGRAPH-25ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ACE,
        name: "CJK UNIFIED IDEOGRAPH-25ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ACF,
        name: "CJK UNIFIED IDEOGRAPH-25ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD0,
        name: "CJK UNIFIED IDEOGRAPH-25AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD1,
        name: "CJK UNIFIED IDEOGRAPH-25AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD2,
        name: "CJK UNIFIED IDEOGRAPH-25AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD3,
        name: "CJK UNIFIED IDEOGRAPH-25AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD4,
        name: "CJK UNIFIED IDEOGRAPH-25AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD5,
        name: "CJK UNIFIED IDEOGRAPH-25AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD6,
        name: "CJK UNIFIED IDEOGRAPH-25AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD7,
        name: "CJK UNIFIED IDEOGRAPH-25AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD8,
        name: "CJK UNIFIED IDEOGRAPH-25AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AD9,
        name: "CJK UNIFIED IDEOGRAPH-25AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ADA,
        name: "CJK UNIFIED IDEOGRAPH-25ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ADB,
        name: "CJK UNIFIED IDEOGRAPH-25ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ADC,
        name: "CJK UNIFIED IDEOGRAPH-25ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ADD,
        name: "CJK UNIFIED IDEOGRAPH-25ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ADE,
        name: "CJK UNIFIED IDEOGRAPH-25ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ADF,
        name: "CJK UNIFIED IDEOGRAPH-25ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE0,
        name: "CJK UNIFIED IDEOGRAPH-25AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE1,
        name: "CJK UNIFIED IDEOGRAPH-25AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE2,
        name: "CJK UNIFIED IDEOGRAPH-25AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE3,
        name: "CJK UNIFIED IDEOGRAPH-25AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE4,
        name: "CJK UNIFIED IDEOGRAPH-25AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE5,
        name: "CJK UNIFIED IDEOGRAPH-25AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE6,
        name: "CJK UNIFIED IDEOGRAPH-25AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE7,
        name: "CJK UNIFIED IDEOGRAPH-25AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE8,
        name: "CJK UNIFIED IDEOGRAPH-25AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AE9,
        name: "CJK UNIFIED IDEOGRAPH-25AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AEA,
        name: "CJK UNIFIED IDEOGRAPH-25AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AEB,
        name: "CJK UNIFIED IDEOGRAPH-25AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AEC,
        name: "CJK UNIFIED IDEOGRAPH-25AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AED,
        name: "CJK UNIFIED IDEOGRAPH-25AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AEE,
        name: "CJK UNIFIED IDEOGRAPH-25AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AEF,
        name: "CJK UNIFIED IDEOGRAPH-25AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF0,
        name: "CJK UNIFIED IDEOGRAPH-25AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF1,
        name: "CJK UNIFIED IDEOGRAPH-25AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF2,
        name: "CJK UNIFIED IDEOGRAPH-25AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF3,
        name: "CJK UNIFIED IDEOGRAPH-25AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF4,
        name: "CJK UNIFIED IDEOGRAPH-25AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF5,
        name: "CJK UNIFIED IDEOGRAPH-25AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF6,
        name: "CJK UNIFIED IDEOGRAPH-25AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF7,
        name: "CJK UNIFIED IDEOGRAPH-25AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF8,
        name: "CJK UNIFIED IDEOGRAPH-25AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AF9,
        name: "CJK UNIFIED IDEOGRAPH-25AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AFA,
        name: "CJK UNIFIED IDEOGRAPH-25AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AFB,
        name: "CJK UNIFIED IDEOGRAPH-25AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AFC,
        name: "CJK UNIFIED IDEOGRAPH-25AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AFD,
        name: "CJK UNIFIED IDEOGRAPH-25AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AFE,
        name: "CJK UNIFIED IDEOGRAPH-25AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25AFF,
        name: "CJK UNIFIED IDEOGRAPH-25AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B00,
        name: "CJK UNIFIED IDEOGRAPH-25B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B01,
        name: "CJK UNIFIED IDEOGRAPH-25B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B02,
        name: "CJK UNIFIED IDEOGRAPH-25B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B03,
        name: "CJK UNIFIED IDEOGRAPH-25B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B04,
        name: "CJK UNIFIED IDEOGRAPH-25B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B05,
        name: "CJK UNIFIED IDEOGRAPH-25B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B06,
        name: "CJK UNIFIED IDEOGRAPH-25B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B07,
        name: "CJK UNIFIED IDEOGRAPH-25B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B08,
        name: "CJK UNIFIED IDEOGRAPH-25B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B09,
        name: "CJK UNIFIED IDEOGRAPH-25B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B0A,
        name: "CJK UNIFIED IDEOGRAPH-25B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B0B,
        name: "CJK UNIFIED IDEOGRAPH-25B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B0C,
        name: "CJK UNIFIED IDEOGRAPH-25B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B0D,
        name: "CJK UNIFIED IDEOGRAPH-25B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B0E,
        name: "CJK UNIFIED IDEOGRAPH-25B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B0F,
        name: "CJK UNIFIED IDEOGRAPH-25B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B10,
        name: "CJK UNIFIED IDEOGRAPH-25B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B11,
        name: "CJK UNIFIED IDEOGRAPH-25B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B12,
        name: "CJK UNIFIED IDEOGRAPH-25B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B13,
        name: "CJK UNIFIED IDEOGRAPH-25B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B14,
        name: "CJK UNIFIED IDEOGRAPH-25B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B15,
        name: "CJK UNIFIED IDEOGRAPH-25B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B16,
        name: "CJK UNIFIED IDEOGRAPH-25B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B17,
        name: "CJK UNIFIED IDEOGRAPH-25B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B18,
        name: "CJK UNIFIED IDEOGRAPH-25B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B19,
        name: "CJK UNIFIED IDEOGRAPH-25B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B1A,
        name: "CJK UNIFIED IDEOGRAPH-25B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B1B,
        name: "CJK UNIFIED IDEOGRAPH-25B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B1C,
        name: "CJK UNIFIED IDEOGRAPH-25B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B1D,
        name: "CJK UNIFIED IDEOGRAPH-25B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B1E,
        name: "CJK UNIFIED IDEOGRAPH-25B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B1F,
        name: "CJK UNIFIED IDEOGRAPH-25B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B20,
        name: "CJK UNIFIED IDEOGRAPH-25B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B21,
        name: "CJK UNIFIED IDEOGRAPH-25B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B22,
        name: "CJK UNIFIED IDEOGRAPH-25B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B23,
        name: "CJK UNIFIED IDEOGRAPH-25B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B24,
        name: "CJK UNIFIED IDEOGRAPH-25B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B25,
        name: "CJK UNIFIED IDEOGRAPH-25B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B26,
        name: "CJK UNIFIED IDEOGRAPH-25B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B27,
        name: "CJK UNIFIED IDEOGRAPH-25B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B28,
        name: "CJK UNIFIED IDEOGRAPH-25B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B29,
        name: "CJK UNIFIED IDEOGRAPH-25B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B2A,
        name: "CJK UNIFIED IDEOGRAPH-25B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B2B,
        name: "CJK UNIFIED IDEOGRAPH-25B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B2C,
        name: "CJK UNIFIED IDEOGRAPH-25B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B2D,
        name: "CJK UNIFIED IDEOGRAPH-25B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B2E,
        name: "CJK UNIFIED IDEOGRAPH-25B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B2F,
        name: "CJK UNIFIED IDEOGRAPH-25B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B30,
        name: "CJK UNIFIED IDEOGRAPH-25B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B31,
        name: "CJK UNIFIED IDEOGRAPH-25B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B32,
        name: "CJK UNIFIED IDEOGRAPH-25B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B33,
        name: "CJK UNIFIED IDEOGRAPH-25B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B34,
        name: "CJK UNIFIED IDEOGRAPH-25B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B35,
        name: "CJK UNIFIED IDEOGRAPH-25B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B36,
        name: "CJK UNIFIED IDEOGRAPH-25B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B37,
        name: "CJK UNIFIED IDEOGRAPH-25B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B38,
        name: "CJK UNIFIED IDEOGRAPH-25B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B39,
        name: "CJK UNIFIED IDEOGRAPH-25B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B3A,
        name: "CJK UNIFIED IDEOGRAPH-25B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B3B,
        name: "CJK UNIFIED IDEOGRAPH-25B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B3C,
        name: "CJK UNIFIED IDEOGRAPH-25B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B3D,
        name: "CJK UNIFIED IDEOGRAPH-25B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B3E,
        name: "CJK UNIFIED IDEOGRAPH-25B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B3F,
        name: "CJK UNIFIED IDEOGRAPH-25B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B40,
        name: "CJK UNIFIED IDEOGRAPH-25B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B41,
        name: "CJK UNIFIED IDEOGRAPH-25B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B42,
        name: "CJK UNIFIED IDEOGRAPH-25B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B43,
        name: "CJK UNIFIED IDEOGRAPH-25B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B44,
        name: "CJK UNIFIED IDEOGRAPH-25B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B45,
        name: "CJK UNIFIED IDEOGRAPH-25B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B46,
        name: "CJK UNIFIED IDEOGRAPH-25B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B47,
        name: "CJK UNIFIED IDEOGRAPH-25B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B48,
        name: "CJK UNIFIED IDEOGRAPH-25B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B49,
        name: "CJK UNIFIED IDEOGRAPH-25B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B4A,
        name: "CJK UNIFIED IDEOGRAPH-25B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B4B,
        name: "CJK UNIFIED IDEOGRAPH-25B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B4C,
        name: "CJK UNIFIED IDEOGRAPH-25B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B4D,
        name: "CJK UNIFIED IDEOGRAPH-25B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B4E,
        name: "CJK UNIFIED IDEOGRAPH-25B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B4F,
        name: "CJK UNIFIED IDEOGRAPH-25B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B50,
        name: "CJK UNIFIED IDEOGRAPH-25B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B51,
        name: "CJK UNIFIED IDEOGRAPH-25B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B52,
        name: "CJK UNIFIED IDEOGRAPH-25B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B53,
        name: "CJK UNIFIED IDEOGRAPH-25B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B54,
        name: "CJK UNIFIED IDEOGRAPH-25B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B55,
        name: "CJK UNIFIED IDEOGRAPH-25B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B56,
        name: "CJK UNIFIED IDEOGRAPH-25B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B57,
        name: "CJK UNIFIED IDEOGRAPH-25B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B58,
        name: "CJK UNIFIED IDEOGRAPH-25B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B59,
        name: "CJK UNIFIED IDEOGRAPH-25B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B5A,
        name: "CJK UNIFIED IDEOGRAPH-25B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B5B,
        name: "CJK UNIFIED IDEOGRAPH-25B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B5C,
        name: "CJK UNIFIED IDEOGRAPH-25B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B5D,
        name: "CJK UNIFIED IDEOGRAPH-25B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B5E,
        name: "CJK UNIFIED IDEOGRAPH-25B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B5F,
        name: "CJK UNIFIED IDEOGRAPH-25B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B60,
        name: "CJK UNIFIED IDEOGRAPH-25B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B61,
        name: "CJK UNIFIED IDEOGRAPH-25B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B62,
        name: "CJK UNIFIED IDEOGRAPH-25B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B63,
        name: "CJK UNIFIED IDEOGRAPH-25B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B64,
        name: "CJK UNIFIED IDEOGRAPH-25B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B65,
        name: "CJK UNIFIED IDEOGRAPH-25B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B66,
        name: "CJK UNIFIED IDEOGRAPH-25B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B67,
        name: "CJK UNIFIED IDEOGRAPH-25B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B68,
        name: "CJK UNIFIED IDEOGRAPH-25B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B69,
        name: "CJK UNIFIED IDEOGRAPH-25B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B6A,
        name: "CJK UNIFIED IDEOGRAPH-25B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B6B,
        name: "CJK UNIFIED IDEOGRAPH-25B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B6C,
        name: "CJK UNIFIED IDEOGRAPH-25B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B6D,
        name: "CJK UNIFIED IDEOGRAPH-25B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B6E,
        name: "CJK UNIFIED IDEOGRAPH-25B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B6F,
        name: "CJK UNIFIED IDEOGRAPH-25B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B70,
        name: "CJK UNIFIED IDEOGRAPH-25B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B71,
        name: "CJK UNIFIED IDEOGRAPH-25B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B72,
        name: "CJK UNIFIED IDEOGRAPH-25B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B73,
        name: "CJK UNIFIED IDEOGRAPH-25B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B74,
        name: "CJK UNIFIED IDEOGRAPH-25B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B75,
        name: "CJK UNIFIED IDEOGRAPH-25B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B76,
        name: "CJK UNIFIED IDEOGRAPH-25B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B77,
        name: "CJK UNIFIED IDEOGRAPH-25B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B78,
        name: "CJK UNIFIED IDEOGRAPH-25B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B79,
        name: "CJK UNIFIED IDEOGRAPH-25B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B7A,
        name: "CJK UNIFIED IDEOGRAPH-25B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B7B,
        name: "CJK UNIFIED IDEOGRAPH-25B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B7C,
        name: "CJK UNIFIED IDEOGRAPH-25B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B7D,
        name: "CJK UNIFIED IDEOGRAPH-25B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B7E,
        name: "CJK UNIFIED IDEOGRAPH-25B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B7F,
        name: "CJK UNIFIED IDEOGRAPH-25B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B80,
        name: "CJK UNIFIED IDEOGRAPH-25B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B81,
        name: "CJK UNIFIED IDEOGRAPH-25B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B82,
        name: "CJK UNIFIED IDEOGRAPH-25B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B83,
        name: "CJK UNIFIED IDEOGRAPH-25B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B84,
        name: "CJK UNIFIED IDEOGRAPH-25B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B85,
        name: "CJK UNIFIED IDEOGRAPH-25B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B86,
        name: "CJK UNIFIED IDEOGRAPH-25B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B87,
        name: "CJK UNIFIED IDEOGRAPH-25B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B88,
        name: "CJK UNIFIED IDEOGRAPH-25B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B89,
        name: "CJK UNIFIED IDEOGRAPH-25B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B8A,
        name: "CJK UNIFIED IDEOGRAPH-25B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B8B,
        name: "CJK UNIFIED IDEOGRAPH-25B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B8C,
        name: "CJK UNIFIED IDEOGRAPH-25B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B8D,
        name: "CJK UNIFIED IDEOGRAPH-25B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B8E,
        name: "CJK UNIFIED IDEOGRAPH-25B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B8F,
        name: "CJK UNIFIED IDEOGRAPH-25B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B90,
        name: "CJK UNIFIED IDEOGRAPH-25B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B91,
        name: "CJK UNIFIED IDEOGRAPH-25B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B92,
        name: "CJK UNIFIED IDEOGRAPH-25B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B93,
        name: "CJK UNIFIED IDEOGRAPH-25B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B94,
        name: "CJK UNIFIED IDEOGRAPH-25B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B95,
        name: "CJK UNIFIED IDEOGRAPH-25B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B96,
        name: "CJK UNIFIED IDEOGRAPH-25B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B97,
        name: "CJK UNIFIED IDEOGRAPH-25B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B98,
        name: "CJK UNIFIED IDEOGRAPH-25B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B99,
        name: "CJK UNIFIED IDEOGRAPH-25B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B9A,
        name: "CJK UNIFIED IDEOGRAPH-25B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B9B,
        name: "CJK UNIFIED IDEOGRAPH-25B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B9C,
        name: "CJK UNIFIED IDEOGRAPH-25B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B9D,
        name: "CJK UNIFIED IDEOGRAPH-25B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B9E,
        name: "CJK UNIFIED IDEOGRAPH-25B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25B9F,
        name: "CJK UNIFIED IDEOGRAPH-25B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA0,
        name: "CJK UNIFIED IDEOGRAPH-25BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA1,
        name: "CJK UNIFIED IDEOGRAPH-25BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA2,
        name: "CJK UNIFIED IDEOGRAPH-25BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA3,
        name: "CJK UNIFIED IDEOGRAPH-25BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA4,
        name: "CJK UNIFIED IDEOGRAPH-25BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA5,
        name: "CJK UNIFIED IDEOGRAPH-25BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA6,
        name: "CJK UNIFIED IDEOGRAPH-25BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA7,
        name: "CJK UNIFIED IDEOGRAPH-25BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA8,
        name: "CJK UNIFIED IDEOGRAPH-25BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BA9,
        name: "CJK UNIFIED IDEOGRAPH-25BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BAA,
        name: "CJK UNIFIED IDEOGRAPH-25BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BAB,
        name: "CJK UNIFIED IDEOGRAPH-25BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BAC,
        name: "CJK UNIFIED IDEOGRAPH-25BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BAD,
        name: "CJK UNIFIED IDEOGRAPH-25BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BAE,
        name: "CJK UNIFIED IDEOGRAPH-25BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BAF,
        name: "CJK UNIFIED IDEOGRAPH-25BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB0,
        name: "CJK UNIFIED IDEOGRAPH-25BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB1,
        name: "CJK UNIFIED IDEOGRAPH-25BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB2,
        name: "CJK UNIFIED IDEOGRAPH-25BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB3,
        name: "CJK UNIFIED IDEOGRAPH-25BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB4,
        name: "CJK UNIFIED IDEOGRAPH-25BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB5,
        name: "CJK UNIFIED IDEOGRAPH-25BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB6,
        name: "CJK UNIFIED IDEOGRAPH-25BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB7,
        name: "CJK UNIFIED IDEOGRAPH-25BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB8,
        name: "CJK UNIFIED IDEOGRAPH-25BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BB9,
        name: "CJK UNIFIED IDEOGRAPH-25BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BBA,
        name: "CJK UNIFIED IDEOGRAPH-25BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BBB,
        name: "CJK UNIFIED IDEOGRAPH-25BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BBC,
        name: "CJK UNIFIED IDEOGRAPH-25BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BBD,
        name: "CJK UNIFIED IDEOGRAPH-25BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BBE,
        name: "CJK UNIFIED IDEOGRAPH-25BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BBF,
        name: "CJK UNIFIED IDEOGRAPH-25BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC0,
        name: "CJK UNIFIED IDEOGRAPH-25BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC1,
        name: "CJK UNIFIED IDEOGRAPH-25BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC2,
        name: "CJK UNIFIED IDEOGRAPH-25BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC3,
        name: "CJK UNIFIED IDEOGRAPH-25BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC4,
        name: "CJK UNIFIED IDEOGRAPH-25BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC5,
        name: "CJK UNIFIED IDEOGRAPH-25BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC6,
        name: "CJK UNIFIED IDEOGRAPH-25BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC7,
        name: "CJK UNIFIED IDEOGRAPH-25BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC8,
        name: "CJK UNIFIED IDEOGRAPH-25BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BC9,
        name: "CJK UNIFIED IDEOGRAPH-25BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BCA,
        name: "CJK UNIFIED IDEOGRAPH-25BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BCB,
        name: "CJK UNIFIED IDEOGRAPH-25BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BCC,
        name: "CJK UNIFIED IDEOGRAPH-25BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BCD,
        name: "CJK UNIFIED IDEOGRAPH-25BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BCE,
        name: "CJK UNIFIED IDEOGRAPH-25BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BCF,
        name: "CJK UNIFIED IDEOGRAPH-25BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD0,
        name: "CJK UNIFIED IDEOGRAPH-25BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD1,
        name: "CJK UNIFIED IDEOGRAPH-25BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD2,
        name: "CJK UNIFIED IDEOGRAPH-25BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD3,
        name: "CJK UNIFIED IDEOGRAPH-25BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD4,
        name: "CJK UNIFIED IDEOGRAPH-25BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD5,
        name: "CJK UNIFIED IDEOGRAPH-25BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD6,
        name: "CJK UNIFIED IDEOGRAPH-25BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD7,
        name: "CJK UNIFIED IDEOGRAPH-25BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD8,
        name: "CJK UNIFIED IDEOGRAPH-25BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BD9,
        name: "CJK UNIFIED IDEOGRAPH-25BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BDA,
        name: "CJK UNIFIED IDEOGRAPH-25BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BDB,
        name: "CJK UNIFIED IDEOGRAPH-25BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BDC,
        name: "CJK UNIFIED IDEOGRAPH-25BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BDD,
        name: "CJK UNIFIED IDEOGRAPH-25BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BDE,
        name: "CJK UNIFIED IDEOGRAPH-25BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BDF,
        name: "CJK UNIFIED IDEOGRAPH-25BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE0,
        name: "CJK UNIFIED IDEOGRAPH-25BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE1,
        name: "CJK UNIFIED IDEOGRAPH-25BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE2,
        name: "CJK UNIFIED IDEOGRAPH-25BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE3,
        name: "CJK UNIFIED IDEOGRAPH-25BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE4,
        name: "CJK UNIFIED IDEOGRAPH-25BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE5,
        name: "CJK UNIFIED IDEOGRAPH-25BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE6,
        name: "CJK UNIFIED IDEOGRAPH-25BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE7,
        name: "CJK UNIFIED IDEOGRAPH-25BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE8,
        name: "CJK UNIFIED IDEOGRAPH-25BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BE9,
        name: "CJK UNIFIED IDEOGRAPH-25BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BEA,
        name: "CJK UNIFIED IDEOGRAPH-25BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BEB,
        name: "CJK UNIFIED IDEOGRAPH-25BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BEC,
        name: "CJK UNIFIED IDEOGRAPH-25BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BED,
        name: "CJK UNIFIED IDEOGRAPH-25BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BEE,
        name: "CJK UNIFIED IDEOGRAPH-25BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BEF,
        name: "CJK UNIFIED IDEOGRAPH-25BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF0,
        name: "CJK UNIFIED IDEOGRAPH-25BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF1,
        name: "CJK UNIFIED IDEOGRAPH-25BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF2,
        name: "CJK UNIFIED IDEOGRAPH-25BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF3,
        name: "CJK UNIFIED IDEOGRAPH-25BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF4,
        name: "CJK UNIFIED IDEOGRAPH-25BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF5,
        name: "CJK UNIFIED IDEOGRAPH-25BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF6,
        name: "CJK UNIFIED IDEOGRAPH-25BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF7,
        name: "CJK UNIFIED IDEOGRAPH-25BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF8,
        name: "CJK UNIFIED IDEOGRAPH-25BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BF9,
        name: "CJK UNIFIED IDEOGRAPH-25BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BFA,
        name: "CJK UNIFIED IDEOGRAPH-25BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BFB,
        name: "CJK UNIFIED IDEOGRAPH-25BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BFC,
        name: "CJK UNIFIED IDEOGRAPH-25BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BFD,
        name: "CJK UNIFIED IDEOGRAPH-25BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BFE,
        name: "CJK UNIFIED IDEOGRAPH-25BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25BFF,
        name: "CJK UNIFIED IDEOGRAPH-25BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C00,
        name: "CJK UNIFIED IDEOGRAPH-25C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C01,
        name: "CJK UNIFIED IDEOGRAPH-25C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C02,
        name: "CJK UNIFIED IDEOGRAPH-25C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C03,
        name: "CJK UNIFIED IDEOGRAPH-25C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C04,
        name: "CJK UNIFIED IDEOGRAPH-25C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C05,
        name: "CJK UNIFIED IDEOGRAPH-25C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C06,
        name: "CJK UNIFIED IDEOGRAPH-25C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C07,
        name: "CJK UNIFIED IDEOGRAPH-25C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C08,
        name: "CJK UNIFIED IDEOGRAPH-25C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C09,
        name: "CJK UNIFIED IDEOGRAPH-25C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C0A,
        name: "CJK UNIFIED IDEOGRAPH-25C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C0B,
        name: "CJK UNIFIED IDEOGRAPH-25C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C0C,
        name: "CJK UNIFIED IDEOGRAPH-25C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C0D,
        name: "CJK UNIFIED IDEOGRAPH-25C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C0E,
        name: "CJK UNIFIED IDEOGRAPH-25C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C0F,
        name: "CJK UNIFIED IDEOGRAPH-25C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C10,
        name: "CJK UNIFIED IDEOGRAPH-25C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C11,
        name: "CJK UNIFIED IDEOGRAPH-25C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C12,
        name: "CJK UNIFIED IDEOGRAPH-25C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C13,
        name: "CJK UNIFIED IDEOGRAPH-25C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C14,
        name: "CJK UNIFIED IDEOGRAPH-25C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C15,
        name: "CJK UNIFIED IDEOGRAPH-25C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C16,
        name: "CJK UNIFIED IDEOGRAPH-25C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C17,
        name: "CJK UNIFIED IDEOGRAPH-25C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C18,
        name: "CJK UNIFIED IDEOGRAPH-25C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C19,
        name: "CJK UNIFIED IDEOGRAPH-25C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C1A,
        name: "CJK UNIFIED IDEOGRAPH-25C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C1B,
        name: "CJK UNIFIED IDEOGRAPH-25C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C1C,
        name: "CJK UNIFIED IDEOGRAPH-25C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C1D,
        name: "CJK UNIFIED IDEOGRAPH-25C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C1E,
        name: "CJK UNIFIED IDEOGRAPH-25C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C1F,
        name: "CJK UNIFIED IDEOGRAPH-25C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C20,
        name: "CJK UNIFIED IDEOGRAPH-25C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C21,
        name: "CJK UNIFIED IDEOGRAPH-25C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C22,
        name: "CJK UNIFIED IDEOGRAPH-25C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C23,
        name: "CJK UNIFIED IDEOGRAPH-25C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C24,
        name: "CJK UNIFIED IDEOGRAPH-25C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C25,
        name: "CJK UNIFIED IDEOGRAPH-25C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C26,
        name: "CJK UNIFIED IDEOGRAPH-25C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C27,
        name: "CJK UNIFIED IDEOGRAPH-25C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C28,
        name: "CJK UNIFIED IDEOGRAPH-25C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C29,
        name: "CJK UNIFIED IDEOGRAPH-25C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C2A,
        name: "CJK UNIFIED IDEOGRAPH-25C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C2B,
        name: "CJK UNIFIED IDEOGRAPH-25C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C2C,
        name: "CJK UNIFIED IDEOGRAPH-25C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C2D,
        name: "CJK UNIFIED IDEOGRAPH-25C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C2E,
        name: "CJK UNIFIED IDEOGRAPH-25C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C2F,
        name: "CJK UNIFIED IDEOGRAPH-25C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C30,
        name: "CJK UNIFIED IDEOGRAPH-25C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C31,
        name: "CJK UNIFIED IDEOGRAPH-25C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C32,
        name: "CJK UNIFIED IDEOGRAPH-25C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C33,
        name: "CJK UNIFIED IDEOGRAPH-25C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C34,
        name: "CJK UNIFIED IDEOGRAPH-25C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C35,
        name: "CJK UNIFIED IDEOGRAPH-25C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C36,
        name: "CJK UNIFIED IDEOGRAPH-25C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C37,
        name: "CJK UNIFIED IDEOGRAPH-25C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C38,
        name: "CJK UNIFIED IDEOGRAPH-25C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C39,
        name: "CJK UNIFIED IDEOGRAPH-25C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C3A,
        name: "CJK UNIFIED IDEOGRAPH-25C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C3B,
        name: "CJK UNIFIED IDEOGRAPH-25C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C3C,
        name: "CJK UNIFIED IDEOGRAPH-25C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C3D,
        name: "CJK UNIFIED IDEOGRAPH-25C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C3E,
        name: "CJK UNIFIED IDEOGRAPH-25C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C3F,
        name: "CJK UNIFIED IDEOGRAPH-25C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C40,
        name: "CJK UNIFIED IDEOGRAPH-25C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C41,
        name: "CJK UNIFIED IDEOGRAPH-25C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C42,
        name: "CJK UNIFIED IDEOGRAPH-25C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C43,
        name: "CJK UNIFIED IDEOGRAPH-25C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C44,
        name: "CJK UNIFIED IDEOGRAPH-25C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C45,
        name: "CJK UNIFIED IDEOGRAPH-25C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C46,
        name: "CJK UNIFIED IDEOGRAPH-25C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C47,
        name: "CJK UNIFIED IDEOGRAPH-25C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C48,
        name: "CJK UNIFIED IDEOGRAPH-25C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C49,
        name: "CJK UNIFIED IDEOGRAPH-25C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C4A,
        name: "CJK UNIFIED IDEOGRAPH-25C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C4B,
        name: "CJK UNIFIED IDEOGRAPH-25C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C4C,
        name: "CJK UNIFIED IDEOGRAPH-25C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C4D,
        name: "CJK UNIFIED IDEOGRAPH-25C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C4E,
        name: "CJK UNIFIED IDEOGRAPH-25C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C4F,
        name: "CJK UNIFIED IDEOGRAPH-25C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C50,
        name: "CJK UNIFIED IDEOGRAPH-25C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C51,
        name: "CJK UNIFIED IDEOGRAPH-25C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C52,
        name: "CJK UNIFIED IDEOGRAPH-25C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C53,
        name: "CJK UNIFIED IDEOGRAPH-25C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C54,
        name: "CJK UNIFIED IDEOGRAPH-25C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C55,
        name: "CJK UNIFIED IDEOGRAPH-25C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C56,
        name: "CJK UNIFIED IDEOGRAPH-25C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C57,
        name: "CJK UNIFIED IDEOGRAPH-25C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C58,
        name: "CJK UNIFIED IDEOGRAPH-25C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C59,
        name: "CJK UNIFIED IDEOGRAPH-25C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C5A,
        name: "CJK UNIFIED IDEOGRAPH-25C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C5B,
        name: "CJK UNIFIED IDEOGRAPH-25C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C5C,
        name: "CJK UNIFIED IDEOGRAPH-25C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C5D,
        name: "CJK UNIFIED IDEOGRAPH-25C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C5E,
        name: "CJK UNIFIED IDEOGRAPH-25C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C5F,
        name: "CJK UNIFIED IDEOGRAPH-25C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C60,
        name: "CJK UNIFIED IDEOGRAPH-25C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C61,
        name: "CJK UNIFIED IDEOGRAPH-25C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C62,
        name: "CJK UNIFIED IDEOGRAPH-25C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C63,
        name: "CJK UNIFIED IDEOGRAPH-25C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C64,
        name: "CJK UNIFIED IDEOGRAPH-25C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C65,
        name: "CJK UNIFIED IDEOGRAPH-25C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C66,
        name: "CJK UNIFIED IDEOGRAPH-25C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C67,
        name: "CJK UNIFIED IDEOGRAPH-25C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C68,
        name: "CJK UNIFIED IDEOGRAPH-25C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C69,
        name: "CJK UNIFIED IDEOGRAPH-25C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C6A,
        name: "CJK UNIFIED IDEOGRAPH-25C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C6B,
        name: "CJK UNIFIED IDEOGRAPH-25C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C6C,
        name: "CJK UNIFIED IDEOGRAPH-25C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C6D,
        name: "CJK UNIFIED IDEOGRAPH-25C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C6E,
        name: "CJK UNIFIED IDEOGRAPH-25C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C6F,
        name: "CJK UNIFIED IDEOGRAPH-25C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C70,
        name: "CJK UNIFIED IDEOGRAPH-25C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C71,
        name: "CJK UNIFIED IDEOGRAPH-25C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C72,
        name: "CJK UNIFIED IDEOGRAPH-25C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C73,
        name: "CJK UNIFIED IDEOGRAPH-25C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C74,
        name: "CJK UNIFIED IDEOGRAPH-25C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C75,
        name: "CJK UNIFIED IDEOGRAPH-25C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C76,
        name: "CJK UNIFIED IDEOGRAPH-25C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C77,
        name: "CJK UNIFIED IDEOGRAPH-25C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C78,
        name: "CJK UNIFIED IDEOGRAPH-25C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C79,
        name: "CJK UNIFIED IDEOGRAPH-25C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C7A,
        name: "CJK UNIFIED IDEOGRAPH-25C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C7B,
        name: "CJK UNIFIED IDEOGRAPH-25C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C7C,
        name: "CJK UNIFIED IDEOGRAPH-25C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C7D,
        name: "CJK UNIFIED IDEOGRAPH-25C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C7E,
        name: "CJK UNIFIED IDEOGRAPH-25C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C7F,
        name: "CJK UNIFIED IDEOGRAPH-25C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C80,
        name: "CJK UNIFIED IDEOGRAPH-25C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C81,
        name: "CJK UNIFIED IDEOGRAPH-25C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C82,
        name: "CJK UNIFIED IDEOGRAPH-25C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C83,
        name: "CJK UNIFIED IDEOGRAPH-25C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C84,
        name: "CJK UNIFIED IDEOGRAPH-25C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C85,
        name: "CJK UNIFIED IDEOGRAPH-25C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C86,
        name: "CJK UNIFIED IDEOGRAPH-25C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C87,
        name: "CJK UNIFIED IDEOGRAPH-25C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C88,
        name: "CJK UNIFIED IDEOGRAPH-25C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C89,
        name: "CJK UNIFIED IDEOGRAPH-25C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C8A,
        name: "CJK UNIFIED IDEOGRAPH-25C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C8B,
        name: "CJK UNIFIED IDEOGRAPH-25C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C8C,
        name: "CJK UNIFIED IDEOGRAPH-25C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C8D,
        name: "CJK UNIFIED IDEOGRAPH-25C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C8E,
        name: "CJK UNIFIED IDEOGRAPH-25C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C8F,
        name: "CJK UNIFIED IDEOGRAPH-25C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C90,
        name: "CJK UNIFIED IDEOGRAPH-25C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C91,
        name: "CJK UNIFIED IDEOGRAPH-25C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C92,
        name: "CJK UNIFIED IDEOGRAPH-25C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C93,
        name: "CJK UNIFIED IDEOGRAPH-25C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C94,
        name: "CJK UNIFIED IDEOGRAPH-25C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C95,
        name: "CJK UNIFIED IDEOGRAPH-25C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C96,
        name: "CJK UNIFIED IDEOGRAPH-25C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C97,
        name: "CJK UNIFIED IDEOGRAPH-25C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C98,
        name: "CJK UNIFIED IDEOGRAPH-25C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C99,
        name: "CJK UNIFIED IDEOGRAPH-25C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C9A,
        name: "CJK UNIFIED IDEOGRAPH-25C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C9B,
        name: "CJK UNIFIED IDEOGRAPH-25C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C9C,
        name: "CJK UNIFIED IDEOGRAPH-25C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C9D,
        name: "CJK UNIFIED IDEOGRAPH-25C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C9E,
        name: "CJK UNIFIED IDEOGRAPH-25C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25C9F,
        name: "CJK UNIFIED IDEOGRAPH-25C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA0,
        name: "CJK UNIFIED IDEOGRAPH-25CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA1,
        name: "CJK UNIFIED IDEOGRAPH-25CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA2,
        name: "CJK UNIFIED IDEOGRAPH-25CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA3,
        name: "CJK UNIFIED IDEOGRAPH-25CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA4,
        name: "CJK UNIFIED IDEOGRAPH-25CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA5,
        name: "CJK UNIFIED IDEOGRAPH-25CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA6,
        name: "CJK UNIFIED IDEOGRAPH-25CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA7,
        name: "CJK UNIFIED IDEOGRAPH-25CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA8,
        name: "CJK UNIFIED IDEOGRAPH-25CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CA9,
        name: "CJK UNIFIED IDEOGRAPH-25CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CAA,
        name: "CJK UNIFIED IDEOGRAPH-25CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CAB,
        name: "CJK UNIFIED IDEOGRAPH-25CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CAC,
        name: "CJK UNIFIED IDEOGRAPH-25CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CAD,
        name: "CJK UNIFIED IDEOGRAPH-25CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CAE,
        name: "CJK UNIFIED IDEOGRAPH-25CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CAF,
        name: "CJK UNIFIED IDEOGRAPH-25CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB0,
        name: "CJK UNIFIED IDEOGRAPH-25CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB1,
        name: "CJK UNIFIED IDEOGRAPH-25CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB2,
        name: "CJK UNIFIED IDEOGRAPH-25CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB3,
        name: "CJK UNIFIED IDEOGRAPH-25CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB4,
        name: "CJK UNIFIED IDEOGRAPH-25CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB5,
        name: "CJK UNIFIED IDEOGRAPH-25CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB6,
        name: "CJK UNIFIED IDEOGRAPH-25CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB7,
        name: "CJK UNIFIED IDEOGRAPH-25CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB8,
        name: "CJK UNIFIED IDEOGRAPH-25CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CB9,
        name: "CJK UNIFIED IDEOGRAPH-25CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CBA,
        name: "CJK UNIFIED IDEOGRAPH-25CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CBB,
        name: "CJK UNIFIED IDEOGRAPH-25CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CBC,
        name: "CJK UNIFIED IDEOGRAPH-25CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CBD,
        name: "CJK UNIFIED IDEOGRAPH-25CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CBE,
        name: "CJK UNIFIED IDEOGRAPH-25CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CBF,
        name: "CJK UNIFIED IDEOGRAPH-25CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC0,
        name: "CJK UNIFIED IDEOGRAPH-25CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC1,
        name: "CJK UNIFIED IDEOGRAPH-25CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC2,
        name: "CJK UNIFIED IDEOGRAPH-25CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC3,
        name: "CJK UNIFIED IDEOGRAPH-25CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC4,
        name: "CJK UNIFIED IDEOGRAPH-25CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC5,
        name: "CJK UNIFIED IDEOGRAPH-25CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC6,
        name: "CJK UNIFIED IDEOGRAPH-25CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC7,
        name: "CJK UNIFIED IDEOGRAPH-25CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC8,
        name: "CJK UNIFIED IDEOGRAPH-25CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CC9,
        name: "CJK UNIFIED IDEOGRAPH-25CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CCA,
        name: "CJK UNIFIED IDEOGRAPH-25CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CCB,
        name: "CJK UNIFIED IDEOGRAPH-25CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CCC,
        name: "CJK UNIFIED IDEOGRAPH-25CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CCD,
        name: "CJK UNIFIED IDEOGRAPH-25CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CCE,
        name: "CJK UNIFIED IDEOGRAPH-25CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CCF,
        name: "CJK UNIFIED IDEOGRAPH-25CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD0,
        name: "CJK UNIFIED IDEOGRAPH-25CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD1,
        name: "CJK UNIFIED IDEOGRAPH-25CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD2,
        name: "CJK UNIFIED IDEOGRAPH-25CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD3,
        name: "CJK UNIFIED IDEOGRAPH-25CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD4,
        name: "CJK UNIFIED IDEOGRAPH-25CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD5,
        name: "CJK UNIFIED IDEOGRAPH-25CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD6,
        name: "CJK UNIFIED IDEOGRAPH-25CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD7,
        name: "CJK UNIFIED IDEOGRAPH-25CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD8,
        name: "CJK UNIFIED IDEOGRAPH-25CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CD9,
        name: "CJK UNIFIED IDEOGRAPH-25CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CDA,
        name: "CJK UNIFIED IDEOGRAPH-25CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CDB,
        name: "CJK UNIFIED IDEOGRAPH-25CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CDC,
        name: "CJK UNIFIED IDEOGRAPH-25CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CDD,
        name: "CJK UNIFIED IDEOGRAPH-25CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CDE,
        name: "CJK UNIFIED IDEOGRAPH-25CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CDF,
        name: "CJK UNIFIED IDEOGRAPH-25CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE0,
        name: "CJK UNIFIED IDEOGRAPH-25CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE1,
        name: "CJK UNIFIED IDEOGRAPH-25CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE2,
        name: "CJK UNIFIED IDEOGRAPH-25CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE3,
        name: "CJK UNIFIED IDEOGRAPH-25CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE4,
        name: "CJK UNIFIED IDEOGRAPH-25CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE5,
        name: "CJK UNIFIED IDEOGRAPH-25CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE6,
        name: "CJK UNIFIED IDEOGRAPH-25CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE7,
        name: "CJK UNIFIED IDEOGRAPH-25CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE8,
        name: "CJK UNIFIED IDEOGRAPH-25CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CE9,
        name: "CJK UNIFIED IDEOGRAPH-25CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CEA,
        name: "CJK UNIFIED IDEOGRAPH-25CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CEB,
        name: "CJK UNIFIED IDEOGRAPH-25CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CEC,
        name: "CJK UNIFIED IDEOGRAPH-25CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CED,
        name: "CJK UNIFIED IDEOGRAPH-25CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CEE,
        name: "CJK UNIFIED IDEOGRAPH-25CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CEF,
        name: "CJK UNIFIED IDEOGRAPH-25CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF0,
        name: "CJK UNIFIED IDEOGRAPH-25CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF1,
        name: "CJK UNIFIED IDEOGRAPH-25CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF2,
        name: "CJK UNIFIED IDEOGRAPH-25CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF3,
        name: "CJK UNIFIED IDEOGRAPH-25CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF4,
        name: "CJK UNIFIED IDEOGRAPH-25CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF5,
        name: "CJK UNIFIED IDEOGRAPH-25CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF6,
        name: "CJK UNIFIED IDEOGRAPH-25CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF7,
        name: "CJK UNIFIED IDEOGRAPH-25CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF8,
        name: "CJK UNIFIED IDEOGRAPH-25CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CF9,
        name: "CJK UNIFIED IDEOGRAPH-25CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CFA,
        name: "CJK UNIFIED IDEOGRAPH-25CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CFB,
        name: "CJK UNIFIED IDEOGRAPH-25CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CFC,
        name: "CJK UNIFIED IDEOGRAPH-25CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CFD,
        name: "CJK UNIFIED IDEOGRAPH-25CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CFE,
        name: "CJK UNIFIED IDEOGRAPH-25CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25CFF,
        name: "CJK UNIFIED IDEOGRAPH-25CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D00,
        name: "CJK UNIFIED IDEOGRAPH-25D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D01,
        name: "CJK UNIFIED IDEOGRAPH-25D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D02,
        name: "CJK UNIFIED IDEOGRAPH-25D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D03,
        name: "CJK UNIFIED IDEOGRAPH-25D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D04,
        name: "CJK UNIFIED IDEOGRAPH-25D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D05,
        name: "CJK UNIFIED IDEOGRAPH-25D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D06,
        name: "CJK UNIFIED IDEOGRAPH-25D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D07,
        name: "CJK UNIFIED IDEOGRAPH-25D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D08,
        name: "CJK UNIFIED IDEOGRAPH-25D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D09,
        name: "CJK UNIFIED IDEOGRAPH-25D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D0A,
        name: "CJK UNIFIED IDEOGRAPH-25D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D0B,
        name: "CJK UNIFIED IDEOGRAPH-25D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D0C,
        name: "CJK UNIFIED IDEOGRAPH-25D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D0D,
        name: "CJK UNIFIED IDEOGRAPH-25D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D0E,
        name: "CJK UNIFIED IDEOGRAPH-25D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D0F,
        name: "CJK UNIFIED IDEOGRAPH-25D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D10,
        name: "CJK UNIFIED IDEOGRAPH-25D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D11,
        name: "CJK UNIFIED IDEOGRAPH-25D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D12,
        name: "CJK UNIFIED IDEOGRAPH-25D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D13,
        name: "CJK UNIFIED IDEOGRAPH-25D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D14,
        name: "CJK UNIFIED IDEOGRAPH-25D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D15,
        name: "CJK UNIFIED IDEOGRAPH-25D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D16,
        name: "CJK UNIFIED IDEOGRAPH-25D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D17,
        name: "CJK UNIFIED IDEOGRAPH-25D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D18,
        name: "CJK UNIFIED IDEOGRAPH-25D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D19,
        name: "CJK UNIFIED IDEOGRAPH-25D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D1A,
        name: "CJK UNIFIED IDEOGRAPH-25D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D1B,
        name: "CJK UNIFIED IDEOGRAPH-25D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D1C,
        name: "CJK UNIFIED IDEOGRAPH-25D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D1D,
        name: "CJK UNIFIED IDEOGRAPH-25D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D1E,
        name: "CJK UNIFIED IDEOGRAPH-25D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D1F,
        name: "CJK UNIFIED IDEOGRAPH-25D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D20,
        name: "CJK UNIFIED IDEOGRAPH-25D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D21,
        name: "CJK UNIFIED IDEOGRAPH-25D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D22,
        name: "CJK UNIFIED IDEOGRAPH-25D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D23,
        name: "CJK UNIFIED IDEOGRAPH-25D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D24,
        name: "CJK UNIFIED IDEOGRAPH-25D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D25,
        name: "CJK UNIFIED IDEOGRAPH-25D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D26,
        name: "CJK UNIFIED IDEOGRAPH-25D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D27,
        name: "CJK UNIFIED IDEOGRAPH-25D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D28,
        name: "CJK UNIFIED IDEOGRAPH-25D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D29,
        name: "CJK UNIFIED IDEOGRAPH-25D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D2A,
        name: "CJK UNIFIED IDEOGRAPH-25D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D2B,
        name: "CJK UNIFIED IDEOGRAPH-25D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D2C,
        name: "CJK UNIFIED IDEOGRAPH-25D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D2D,
        name: "CJK UNIFIED IDEOGRAPH-25D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D2E,
        name: "CJK UNIFIED IDEOGRAPH-25D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D2F,
        name: "CJK UNIFIED IDEOGRAPH-25D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D30,
        name: "CJK UNIFIED IDEOGRAPH-25D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D31,
        name: "CJK UNIFIED IDEOGRAPH-25D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D32,
        name: "CJK UNIFIED IDEOGRAPH-25D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D33,
        name: "CJK UNIFIED IDEOGRAPH-25D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D34,
        name: "CJK UNIFIED IDEOGRAPH-25D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D35,
        name: "CJK UNIFIED IDEOGRAPH-25D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D36,
        name: "CJK UNIFIED IDEOGRAPH-25D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D37,
        name: "CJK UNIFIED IDEOGRAPH-25D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D38,
        name: "CJK UNIFIED IDEOGRAPH-25D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D39,
        name: "CJK UNIFIED IDEOGRAPH-25D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D3A,
        name: "CJK UNIFIED IDEOGRAPH-25D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D3B,
        name: "CJK UNIFIED IDEOGRAPH-25D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D3C,
        name: "CJK UNIFIED IDEOGRAPH-25D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D3D,
        name: "CJK UNIFIED IDEOGRAPH-25D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D3E,
        name: "CJK UNIFIED IDEOGRAPH-25D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D3F,
        name: "CJK UNIFIED IDEOGRAPH-25D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D40,
        name: "CJK UNIFIED IDEOGRAPH-25D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D41,
        name: "CJK UNIFIED IDEOGRAPH-25D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D42,
        name: "CJK UNIFIED IDEOGRAPH-25D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D43,
        name: "CJK UNIFIED IDEOGRAPH-25D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D44,
        name: "CJK UNIFIED IDEOGRAPH-25D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D45,
        name: "CJK UNIFIED IDEOGRAPH-25D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D46,
        name: "CJK UNIFIED IDEOGRAPH-25D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D47,
        name: "CJK UNIFIED IDEOGRAPH-25D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D48,
        name: "CJK UNIFIED IDEOGRAPH-25D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D49,
        name: "CJK UNIFIED IDEOGRAPH-25D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D4A,
        name: "CJK UNIFIED IDEOGRAPH-25D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D4B,
        name: "CJK UNIFIED IDEOGRAPH-25D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D4C,
        name: "CJK UNIFIED IDEOGRAPH-25D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D4D,
        name: "CJK UNIFIED IDEOGRAPH-25D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D4E,
        name: "CJK UNIFIED IDEOGRAPH-25D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D4F,
        name: "CJK UNIFIED IDEOGRAPH-25D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D50,
        name: "CJK UNIFIED IDEOGRAPH-25D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D51,
        name: "CJK UNIFIED IDEOGRAPH-25D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D52,
        name: "CJK UNIFIED IDEOGRAPH-25D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D53,
        name: "CJK UNIFIED IDEOGRAPH-25D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D54,
        name: "CJK UNIFIED IDEOGRAPH-25D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D55,
        name: "CJK UNIFIED IDEOGRAPH-25D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D56,
        name: "CJK UNIFIED IDEOGRAPH-25D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D57,
        name: "CJK UNIFIED IDEOGRAPH-25D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D58,
        name: "CJK UNIFIED IDEOGRAPH-25D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D59,
        name: "CJK UNIFIED IDEOGRAPH-25D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D5A,
        name: "CJK UNIFIED IDEOGRAPH-25D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D5B,
        name: "CJK UNIFIED IDEOGRAPH-25D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D5C,
        name: "CJK UNIFIED IDEOGRAPH-25D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D5D,
        name: "CJK UNIFIED IDEOGRAPH-25D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D5E,
        name: "CJK UNIFIED IDEOGRAPH-25D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D5F,
        name: "CJK UNIFIED IDEOGRAPH-25D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D60,
        name: "CJK UNIFIED IDEOGRAPH-25D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D61,
        name: "CJK UNIFIED IDEOGRAPH-25D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D62,
        name: "CJK UNIFIED IDEOGRAPH-25D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D63,
        name: "CJK UNIFIED IDEOGRAPH-25D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D64,
        name: "CJK UNIFIED IDEOGRAPH-25D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D65,
        name: "CJK UNIFIED IDEOGRAPH-25D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D66,
        name: "CJK UNIFIED IDEOGRAPH-25D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D67,
        name: "CJK UNIFIED IDEOGRAPH-25D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D68,
        name: "CJK UNIFIED IDEOGRAPH-25D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D69,
        name: "CJK UNIFIED IDEOGRAPH-25D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D6A,
        name: "CJK UNIFIED IDEOGRAPH-25D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D6B,
        name: "CJK UNIFIED IDEOGRAPH-25D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D6C,
        name: "CJK UNIFIED IDEOGRAPH-25D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D6D,
        name: "CJK UNIFIED IDEOGRAPH-25D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D6E,
        name: "CJK UNIFIED IDEOGRAPH-25D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D6F,
        name: "CJK UNIFIED IDEOGRAPH-25D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D70,
        name: "CJK UNIFIED IDEOGRAPH-25D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D71,
        name: "CJK UNIFIED IDEOGRAPH-25D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D72,
        name: "CJK UNIFIED IDEOGRAPH-25D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D73,
        name: "CJK UNIFIED IDEOGRAPH-25D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D74,
        name: "CJK UNIFIED IDEOGRAPH-25D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D75,
        name: "CJK UNIFIED IDEOGRAPH-25D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D76,
        name: "CJK UNIFIED IDEOGRAPH-25D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D77,
        name: "CJK UNIFIED IDEOGRAPH-25D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D78,
        name: "CJK UNIFIED IDEOGRAPH-25D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D79,
        name: "CJK UNIFIED IDEOGRAPH-25D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D7A,
        name: "CJK UNIFIED IDEOGRAPH-25D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D7B,
        name: "CJK UNIFIED IDEOGRAPH-25D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D7C,
        name: "CJK UNIFIED IDEOGRAPH-25D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D7D,
        name: "CJK UNIFIED IDEOGRAPH-25D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D7E,
        name: "CJK UNIFIED IDEOGRAPH-25D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D7F,
        name: "CJK UNIFIED IDEOGRAPH-25D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D80,
        name: "CJK UNIFIED IDEOGRAPH-25D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D81,
        name: "CJK UNIFIED IDEOGRAPH-25D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D82,
        name: "CJK UNIFIED IDEOGRAPH-25D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D83,
        name: "CJK UNIFIED IDEOGRAPH-25D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D84,
        name: "CJK UNIFIED IDEOGRAPH-25D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D85,
        name: "CJK UNIFIED IDEOGRAPH-25D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D86,
        name: "CJK UNIFIED IDEOGRAPH-25D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D87,
        name: "CJK UNIFIED IDEOGRAPH-25D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D88,
        name: "CJK UNIFIED IDEOGRAPH-25D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D89,
        name: "CJK UNIFIED IDEOGRAPH-25D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D8A,
        name: "CJK UNIFIED IDEOGRAPH-25D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D8B,
        name: "CJK UNIFIED IDEOGRAPH-25D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D8C,
        name: "CJK UNIFIED IDEOGRAPH-25D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D8D,
        name: "CJK UNIFIED IDEOGRAPH-25D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D8E,
        name: "CJK UNIFIED IDEOGRAPH-25D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D8F,
        name: "CJK UNIFIED IDEOGRAPH-25D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D90,
        name: "CJK UNIFIED IDEOGRAPH-25D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D91,
        name: "CJK UNIFIED IDEOGRAPH-25D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D92,
        name: "CJK UNIFIED IDEOGRAPH-25D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D93,
        name: "CJK UNIFIED IDEOGRAPH-25D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D94,
        name: "CJK UNIFIED IDEOGRAPH-25D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D95,
        name: "CJK UNIFIED IDEOGRAPH-25D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D96,
        name: "CJK UNIFIED IDEOGRAPH-25D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D97,
        name: "CJK UNIFIED IDEOGRAPH-25D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D98,
        name: "CJK UNIFIED IDEOGRAPH-25D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D99,
        name: "CJK UNIFIED IDEOGRAPH-25D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D9A,
        name: "CJK UNIFIED IDEOGRAPH-25D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D9B,
        name: "CJK UNIFIED IDEOGRAPH-25D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D9C,
        name: "CJK UNIFIED IDEOGRAPH-25D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D9D,
        name: "CJK UNIFIED IDEOGRAPH-25D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D9E,
        name: "CJK UNIFIED IDEOGRAPH-25D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25D9F,
        name: "CJK UNIFIED IDEOGRAPH-25D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA0,
        name: "CJK UNIFIED IDEOGRAPH-25DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA1,
        name: "CJK UNIFIED IDEOGRAPH-25DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA2,
        name: "CJK UNIFIED IDEOGRAPH-25DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA3,
        name: "CJK UNIFIED IDEOGRAPH-25DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA4,
        name: "CJK UNIFIED IDEOGRAPH-25DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA5,
        name: "CJK UNIFIED IDEOGRAPH-25DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA6,
        name: "CJK UNIFIED IDEOGRAPH-25DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA7,
        name: "CJK UNIFIED IDEOGRAPH-25DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA8,
        name: "CJK UNIFIED IDEOGRAPH-25DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DA9,
        name: "CJK UNIFIED IDEOGRAPH-25DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DAA,
        name: "CJK UNIFIED IDEOGRAPH-25DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DAB,
        name: "CJK UNIFIED IDEOGRAPH-25DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DAC,
        name: "CJK UNIFIED IDEOGRAPH-25DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DAD,
        name: "CJK UNIFIED IDEOGRAPH-25DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DAE,
        name: "CJK UNIFIED IDEOGRAPH-25DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DAF,
        name: "CJK UNIFIED IDEOGRAPH-25DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB0,
        name: "CJK UNIFIED IDEOGRAPH-25DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB1,
        name: "CJK UNIFIED IDEOGRAPH-25DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB2,
        name: "CJK UNIFIED IDEOGRAPH-25DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB3,
        name: "CJK UNIFIED IDEOGRAPH-25DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB4,
        name: "CJK UNIFIED IDEOGRAPH-25DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB5,
        name: "CJK UNIFIED IDEOGRAPH-25DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB6,
        name: "CJK UNIFIED IDEOGRAPH-25DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB7,
        name: "CJK UNIFIED IDEOGRAPH-25DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB8,
        name: "CJK UNIFIED IDEOGRAPH-25DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DB9,
        name: "CJK UNIFIED IDEOGRAPH-25DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DBA,
        name: "CJK UNIFIED IDEOGRAPH-25DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DBB,
        name: "CJK UNIFIED IDEOGRAPH-25DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DBC,
        name: "CJK UNIFIED IDEOGRAPH-25DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DBD,
        name: "CJK UNIFIED IDEOGRAPH-25DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DBE,
        name: "CJK UNIFIED IDEOGRAPH-25DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DBF,
        name: "CJK UNIFIED IDEOGRAPH-25DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC0,
        name: "CJK UNIFIED IDEOGRAPH-25DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC1,
        name: "CJK UNIFIED IDEOGRAPH-25DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC2,
        name: "CJK UNIFIED IDEOGRAPH-25DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC3,
        name: "CJK UNIFIED IDEOGRAPH-25DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC4,
        name: "CJK UNIFIED IDEOGRAPH-25DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC5,
        name: "CJK UNIFIED IDEOGRAPH-25DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC6,
        name: "CJK UNIFIED IDEOGRAPH-25DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC7,
        name: "CJK UNIFIED IDEOGRAPH-25DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC8,
        name: "CJK UNIFIED IDEOGRAPH-25DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DC9,
        name: "CJK UNIFIED IDEOGRAPH-25DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DCA,
        name: "CJK UNIFIED IDEOGRAPH-25DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DCB,
        name: "CJK UNIFIED IDEOGRAPH-25DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DCC,
        name: "CJK UNIFIED IDEOGRAPH-25DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DCD,
        name: "CJK UNIFIED IDEOGRAPH-25DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DCE,
        name: "CJK UNIFIED IDEOGRAPH-25DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DCF,
        name: "CJK UNIFIED IDEOGRAPH-25DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD0,
        name: "CJK UNIFIED IDEOGRAPH-25DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD1,
        name: "CJK UNIFIED IDEOGRAPH-25DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD2,
        name: "CJK UNIFIED IDEOGRAPH-25DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD3,
        name: "CJK UNIFIED IDEOGRAPH-25DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD4,
        name: "CJK UNIFIED IDEOGRAPH-25DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD5,
        name: "CJK UNIFIED IDEOGRAPH-25DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD6,
        name: "CJK UNIFIED IDEOGRAPH-25DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD7,
        name: "CJK UNIFIED IDEOGRAPH-25DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD8,
        name: "CJK UNIFIED IDEOGRAPH-25DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DD9,
        name: "CJK UNIFIED IDEOGRAPH-25DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DDA,
        name: "CJK UNIFIED IDEOGRAPH-25DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DDB,
        name: "CJK UNIFIED IDEOGRAPH-25DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DDC,
        name: "CJK UNIFIED IDEOGRAPH-25DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DDD,
        name: "CJK UNIFIED IDEOGRAPH-25DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DDE,
        name: "CJK UNIFIED IDEOGRAPH-25DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DDF,
        name: "CJK UNIFIED IDEOGRAPH-25DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE0,
        name: "CJK UNIFIED IDEOGRAPH-25DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE1,
        name: "CJK UNIFIED IDEOGRAPH-25DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE2,
        name: "CJK UNIFIED IDEOGRAPH-25DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE3,
        name: "CJK UNIFIED IDEOGRAPH-25DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE4,
        name: "CJK UNIFIED IDEOGRAPH-25DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE5,
        name: "CJK UNIFIED IDEOGRAPH-25DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE6,
        name: "CJK UNIFIED IDEOGRAPH-25DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE7,
        name: "CJK UNIFIED IDEOGRAPH-25DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE8,
        name: "CJK UNIFIED IDEOGRAPH-25DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DE9,
        name: "CJK UNIFIED IDEOGRAPH-25DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DEA,
        name: "CJK UNIFIED IDEOGRAPH-25DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DEB,
        name: "CJK UNIFIED IDEOGRAPH-25DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DEC,
        name: "CJK UNIFIED IDEOGRAPH-25DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DED,
        name: "CJK UNIFIED IDEOGRAPH-25DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DEE,
        name: "CJK UNIFIED IDEOGRAPH-25DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DEF,
        name: "CJK UNIFIED IDEOGRAPH-25DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF0,
        name: "CJK UNIFIED IDEOGRAPH-25DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF1,
        name: "CJK UNIFIED IDEOGRAPH-25DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF2,
        name: "CJK UNIFIED IDEOGRAPH-25DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF3,
        name: "CJK UNIFIED IDEOGRAPH-25DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF4,
        name: "CJK UNIFIED IDEOGRAPH-25DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF5,
        name: "CJK UNIFIED IDEOGRAPH-25DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF6,
        name: "CJK UNIFIED IDEOGRAPH-25DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF7,
        name: "CJK UNIFIED IDEOGRAPH-25DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF8,
        name: "CJK UNIFIED IDEOGRAPH-25DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DF9,
        name: "CJK UNIFIED IDEOGRAPH-25DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DFA,
        name: "CJK UNIFIED IDEOGRAPH-25DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DFB,
        name: "CJK UNIFIED IDEOGRAPH-25DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DFC,
        name: "CJK UNIFIED IDEOGRAPH-25DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DFD,
        name: "CJK UNIFIED IDEOGRAPH-25DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DFE,
        name: "CJK UNIFIED IDEOGRAPH-25DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25DFF,
        name: "CJK UNIFIED IDEOGRAPH-25DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E00,
        name: "CJK UNIFIED IDEOGRAPH-25E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E01,
        name: "CJK UNIFIED IDEOGRAPH-25E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E02,
        name: "CJK UNIFIED IDEOGRAPH-25E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E03,
        name: "CJK UNIFIED IDEOGRAPH-25E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E04,
        name: "CJK UNIFIED IDEOGRAPH-25E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E05,
        name: "CJK UNIFIED IDEOGRAPH-25E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E06,
        name: "CJK UNIFIED IDEOGRAPH-25E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E07,
        name: "CJK UNIFIED IDEOGRAPH-25E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E08,
        name: "CJK UNIFIED IDEOGRAPH-25E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E09,
        name: "CJK UNIFIED IDEOGRAPH-25E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E0A,
        name: "CJK UNIFIED IDEOGRAPH-25E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E0B,
        name: "CJK UNIFIED IDEOGRAPH-25E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E0C,
        name: "CJK UNIFIED IDEOGRAPH-25E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E0D,
        name: "CJK UNIFIED IDEOGRAPH-25E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E0E,
        name: "CJK UNIFIED IDEOGRAPH-25E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E0F,
        name: "CJK UNIFIED IDEOGRAPH-25E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E10,
        name: "CJK UNIFIED IDEOGRAPH-25E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E11,
        name: "CJK UNIFIED IDEOGRAPH-25E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E12,
        name: "CJK UNIFIED IDEOGRAPH-25E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E13,
        name: "CJK UNIFIED IDEOGRAPH-25E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E14,
        name: "CJK UNIFIED IDEOGRAPH-25E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E15,
        name: "CJK UNIFIED IDEOGRAPH-25E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E16,
        name: "CJK UNIFIED IDEOGRAPH-25E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E17,
        name: "CJK UNIFIED IDEOGRAPH-25E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E18,
        name: "CJK UNIFIED IDEOGRAPH-25E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E19,
        name: "CJK UNIFIED IDEOGRAPH-25E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E1A,
        name: "CJK UNIFIED IDEOGRAPH-25E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E1B,
        name: "CJK UNIFIED IDEOGRAPH-25E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E1C,
        name: "CJK UNIFIED IDEOGRAPH-25E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E1D,
        name: "CJK UNIFIED IDEOGRAPH-25E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E1E,
        name: "CJK UNIFIED IDEOGRAPH-25E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E1F,
        name: "CJK UNIFIED IDEOGRAPH-25E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E20,
        name: "CJK UNIFIED IDEOGRAPH-25E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E21,
        name: "CJK UNIFIED IDEOGRAPH-25E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E22,
        name: "CJK UNIFIED IDEOGRAPH-25E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E23,
        name: "CJK UNIFIED IDEOGRAPH-25E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E24,
        name: "CJK UNIFIED IDEOGRAPH-25E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E25,
        name: "CJK UNIFIED IDEOGRAPH-25E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E26,
        name: "CJK UNIFIED IDEOGRAPH-25E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E27,
        name: "CJK UNIFIED IDEOGRAPH-25E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E28,
        name: "CJK UNIFIED IDEOGRAPH-25E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E29,
        name: "CJK UNIFIED IDEOGRAPH-25E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E2A,
        name: "CJK UNIFIED IDEOGRAPH-25E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E2B,
        name: "CJK UNIFIED IDEOGRAPH-25E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E2C,
        name: "CJK UNIFIED IDEOGRAPH-25E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E2D,
        name: "CJK UNIFIED IDEOGRAPH-25E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E2E,
        name: "CJK UNIFIED IDEOGRAPH-25E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E2F,
        name: "CJK UNIFIED IDEOGRAPH-25E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E30,
        name: "CJK UNIFIED IDEOGRAPH-25E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E31,
        name: "CJK UNIFIED IDEOGRAPH-25E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E32,
        name: "CJK UNIFIED IDEOGRAPH-25E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E33,
        name: "CJK UNIFIED IDEOGRAPH-25E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E34,
        name: "CJK UNIFIED IDEOGRAPH-25E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E35,
        name: "CJK UNIFIED IDEOGRAPH-25E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E36,
        name: "CJK UNIFIED IDEOGRAPH-25E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E37,
        name: "CJK UNIFIED IDEOGRAPH-25E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E38,
        name: "CJK UNIFIED IDEOGRAPH-25E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E39,
        name: "CJK UNIFIED IDEOGRAPH-25E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E3A,
        name: "CJK UNIFIED IDEOGRAPH-25E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E3B,
        name: "CJK UNIFIED IDEOGRAPH-25E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E3C,
        name: "CJK UNIFIED IDEOGRAPH-25E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E3D,
        name: "CJK UNIFIED IDEOGRAPH-25E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E3E,
        name: "CJK UNIFIED IDEOGRAPH-25E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E3F,
        name: "CJK UNIFIED IDEOGRAPH-25E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E40,
        name: "CJK UNIFIED IDEOGRAPH-25E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E41,
        name: "CJK UNIFIED IDEOGRAPH-25E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E42,
        name: "CJK UNIFIED IDEOGRAPH-25E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E43,
        name: "CJK UNIFIED IDEOGRAPH-25E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E44,
        name: "CJK UNIFIED IDEOGRAPH-25E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E45,
        name: "CJK UNIFIED IDEOGRAPH-25E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E46,
        name: "CJK UNIFIED IDEOGRAPH-25E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E47,
        name: "CJK UNIFIED IDEOGRAPH-25E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E48,
        name: "CJK UNIFIED IDEOGRAPH-25E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E49,
        name: "CJK UNIFIED IDEOGRAPH-25E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E4A,
        name: "CJK UNIFIED IDEOGRAPH-25E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E4B,
        name: "CJK UNIFIED IDEOGRAPH-25E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E4C,
        name: "CJK UNIFIED IDEOGRAPH-25E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E4D,
        name: "CJK UNIFIED IDEOGRAPH-25E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E4E,
        name: "CJK UNIFIED IDEOGRAPH-25E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E4F,
        name: "CJK UNIFIED IDEOGRAPH-25E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E50,
        name: "CJK UNIFIED IDEOGRAPH-25E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E51,
        name: "CJK UNIFIED IDEOGRAPH-25E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E52,
        name: "CJK UNIFIED IDEOGRAPH-25E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E53,
        name: "CJK UNIFIED IDEOGRAPH-25E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E54,
        name: "CJK UNIFIED IDEOGRAPH-25E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E55,
        name: "CJK UNIFIED IDEOGRAPH-25E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E56,
        name: "CJK UNIFIED IDEOGRAPH-25E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E57,
        name: "CJK UNIFIED IDEOGRAPH-25E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E58,
        name: "CJK UNIFIED IDEOGRAPH-25E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E59,
        name: "CJK UNIFIED IDEOGRAPH-25E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E5A,
        name: "CJK UNIFIED IDEOGRAPH-25E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E5B,
        name: "CJK UNIFIED IDEOGRAPH-25E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E5C,
        name: "CJK UNIFIED IDEOGRAPH-25E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E5D,
        name: "CJK UNIFIED IDEOGRAPH-25E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E5E,
        name: "CJK UNIFIED IDEOGRAPH-25E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E5F,
        name: "CJK UNIFIED IDEOGRAPH-25E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E60,
        name: "CJK UNIFIED IDEOGRAPH-25E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E61,
        name: "CJK UNIFIED IDEOGRAPH-25E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E62,
        name: "CJK UNIFIED IDEOGRAPH-25E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E63,
        name: "CJK UNIFIED IDEOGRAPH-25E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E64,
        name: "CJK UNIFIED IDEOGRAPH-25E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E65,
        name: "CJK UNIFIED IDEOGRAPH-25E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E66,
        name: "CJK UNIFIED IDEOGRAPH-25E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E67,
        name: "CJK UNIFIED IDEOGRAPH-25E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E68,
        name: "CJK UNIFIED IDEOGRAPH-25E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E69,
        name: "CJK UNIFIED IDEOGRAPH-25E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E6A,
        name: "CJK UNIFIED IDEOGRAPH-25E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E6B,
        name: "CJK UNIFIED IDEOGRAPH-25E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E6C,
        name: "CJK UNIFIED IDEOGRAPH-25E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E6D,
        name: "CJK UNIFIED IDEOGRAPH-25E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E6E,
        name: "CJK UNIFIED IDEOGRAPH-25E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E6F,
        name: "CJK UNIFIED IDEOGRAPH-25E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E70,
        name: "CJK UNIFIED IDEOGRAPH-25E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E71,
        name: "CJK UNIFIED IDEOGRAPH-25E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E72,
        name: "CJK UNIFIED IDEOGRAPH-25E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E73,
        name: "CJK UNIFIED IDEOGRAPH-25E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E74,
        name: "CJK UNIFIED IDEOGRAPH-25E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E75,
        name: "CJK UNIFIED IDEOGRAPH-25E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E76,
        name: "CJK UNIFIED IDEOGRAPH-25E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E77,
        name: "CJK UNIFIED IDEOGRAPH-25E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E78,
        name: "CJK UNIFIED IDEOGRAPH-25E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E79,
        name: "CJK UNIFIED IDEOGRAPH-25E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E7A,
        name: "CJK UNIFIED IDEOGRAPH-25E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E7B,
        name: "CJK UNIFIED IDEOGRAPH-25E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E7C,
        name: "CJK UNIFIED IDEOGRAPH-25E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E7D,
        name: "CJK UNIFIED IDEOGRAPH-25E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E7E,
        name: "CJK UNIFIED IDEOGRAPH-25E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E7F,
        name: "CJK UNIFIED IDEOGRAPH-25E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E80,
        name: "CJK UNIFIED IDEOGRAPH-25E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E81,
        name: "CJK UNIFIED IDEOGRAPH-25E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E82,
        name: "CJK UNIFIED IDEOGRAPH-25E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E83,
        name: "CJK UNIFIED IDEOGRAPH-25E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E84,
        name: "CJK UNIFIED IDEOGRAPH-25E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E85,
        name: "CJK UNIFIED IDEOGRAPH-25E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E86,
        name: "CJK UNIFIED IDEOGRAPH-25E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E87,
        name: "CJK UNIFIED IDEOGRAPH-25E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E88,
        name: "CJK UNIFIED IDEOGRAPH-25E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E89,
        name: "CJK UNIFIED IDEOGRAPH-25E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E8A,
        name: "CJK UNIFIED IDEOGRAPH-25E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E8B,
        name: "CJK UNIFIED IDEOGRAPH-25E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E8C,
        name: "CJK UNIFIED IDEOGRAPH-25E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E8D,
        name: "CJK UNIFIED IDEOGRAPH-25E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E8E,
        name: "CJK UNIFIED IDEOGRAPH-25E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E8F,
        name: "CJK UNIFIED IDEOGRAPH-25E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E90,
        name: "CJK UNIFIED IDEOGRAPH-25E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E91,
        name: "CJK UNIFIED IDEOGRAPH-25E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E92,
        name: "CJK UNIFIED IDEOGRAPH-25E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E93,
        name: "CJK UNIFIED IDEOGRAPH-25E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E94,
        name: "CJK UNIFIED IDEOGRAPH-25E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E95,
        name: "CJK UNIFIED IDEOGRAPH-25E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E96,
        name: "CJK UNIFIED IDEOGRAPH-25E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E97,
        name: "CJK UNIFIED IDEOGRAPH-25E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E98,
        name: "CJK UNIFIED IDEOGRAPH-25E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E99,
        name: "CJK UNIFIED IDEOGRAPH-25E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E9A,
        name: "CJK UNIFIED IDEOGRAPH-25E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E9B,
        name: "CJK UNIFIED IDEOGRAPH-25E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E9C,
        name: "CJK UNIFIED IDEOGRAPH-25E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E9D,
        name: "CJK UNIFIED IDEOGRAPH-25E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E9E,
        name: "CJK UNIFIED IDEOGRAPH-25E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25E9F,
        name: "CJK UNIFIED IDEOGRAPH-25E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA0,
        name: "CJK UNIFIED IDEOGRAPH-25EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA1,
        name: "CJK UNIFIED IDEOGRAPH-25EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA2,
        name: "CJK UNIFIED IDEOGRAPH-25EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA3,
        name: "CJK UNIFIED IDEOGRAPH-25EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA4,
        name: "CJK UNIFIED IDEOGRAPH-25EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA5,
        name: "CJK UNIFIED IDEOGRAPH-25EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA6,
        name: "CJK UNIFIED IDEOGRAPH-25EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA7,
        name: "CJK UNIFIED IDEOGRAPH-25EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA8,
        name: "CJK UNIFIED IDEOGRAPH-25EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EA9,
        name: "CJK UNIFIED IDEOGRAPH-25EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EAA,
        name: "CJK UNIFIED IDEOGRAPH-25EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EAB,
        name: "CJK UNIFIED IDEOGRAPH-25EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EAC,
        name: "CJK UNIFIED IDEOGRAPH-25EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EAD,
        name: "CJK UNIFIED IDEOGRAPH-25EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EAE,
        name: "CJK UNIFIED IDEOGRAPH-25EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EAF,
        name: "CJK UNIFIED IDEOGRAPH-25EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB0,
        name: "CJK UNIFIED IDEOGRAPH-25EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB1,
        name: "CJK UNIFIED IDEOGRAPH-25EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB2,
        name: "CJK UNIFIED IDEOGRAPH-25EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB3,
        name: "CJK UNIFIED IDEOGRAPH-25EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB4,
        name: "CJK UNIFIED IDEOGRAPH-25EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB5,
        name: "CJK UNIFIED IDEOGRAPH-25EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB6,
        name: "CJK UNIFIED IDEOGRAPH-25EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB7,
        name: "CJK UNIFIED IDEOGRAPH-25EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB8,
        name: "CJK UNIFIED IDEOGRAPH-25EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EB9,
        name: "CJK UNIFIED IDEOGRAPH-25EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EBA,
        name: "CJK UNIFIED IDEOGRAPH-25EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EBB,
        name: "CJK UNIFIED IDEOGRAPH-25EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EBC,
        name: "CJK UNIFIED IDEOGRAPH-25EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EBD,
        name: "CJK UNIFIED IDEOGRAPH-25EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EBE,
        name: "CJK UNIFIED IDEOGRAPH-25EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EBF,
        name: "CJK UNIFIED IDEOGRAPH-25EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC0,
        name: "CJK UNIFIED IDEOGRAPH-25EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC1,
        name: "CJK UNIFIED IDEOGRAPH-25EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC2,
        name: "CJK UNIFIED IDEOGRAPH-25EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC3,
        name: "CJK UNIFIED IDEOGRAPH-25EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC4,
        name: "CJK UNIFIED IDEOGRAPH-25EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC5,
        name: "CJK UNIFIED IDEOGRAPH-25EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC6,
        name: "CJK UNIFIED IDEOGRAPH-25EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC7,
        name: "CJK UNIFIED IDEOGRAPH-25EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC8,
        name: "CJK UNIFIED IDEOGRAPH-25EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EC9,
        name: "CJK UNIFIED IDEOGRAPH-25EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ECA,
        name: "CJK UNIFIED IDEOGRAPH-25ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ECB,
        name: "CJK UNIFIED IDEOGRAPH-25ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ECC,
        name: "CJK UNIFIED IDEOGRAPH-25ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ECD,
        name: "CJK UNIFIED IDEOGRAPH-25ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ECE,
        name: "CJK UNIFIED IDEOGRAPH-25ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ECF,
        name: "CJK UNIFIED IDEOGRAPH-25ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED0,
        name: "CJK UNIFIED IDEOGRAPH-25ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED1,
        name: "CJK UNIFIED IDEOGRAPH-25ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED2,
        name: "CJK UNIFIED IDEOGRAPH-25ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED3,
        name: "CJK UNIFIED IDEOGRAPH-25ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED4,
        name: "CJK UNIFIED IDEOGRAPH-25ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED5,
        name: "CJK UNIFIED IDEOGRAPH-25ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED6,
        name: "CJK UNIFIED IDEOGRAPH-25ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED7,
        name: "CJK UNIFIED IDEOGRAPH-25ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED8,
        name: "CJK UNIFIED IDEOGRAPH-25ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25ED9,
        name: "CJK UNIFIED IDEOGRAPH-25ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EDA,
        name: "CJK UNIFIED IDEOGRAPH-25EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EDB,
        name: "CJK UNIFIED IDEOGRAPH-25EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EDC,
        name: "CJK UNIFIED IDEOGRAPH-25EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EDD,
        name: "CJK UNIFIED IDEOGRAPH-25EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EDE,
        name: "CJK UNIFIED IDEOGRAPH-25EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EDF,
        name: "CJK UNIFIED IDEOGRAPH-25EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE0,
        name: "CJK UNIFIED IDEOGRAPH-25EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE1,
        name: "CJK UNIFIED IDEOGRAPH-25EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE2,
        name: "CJK UNIFIED IDEOGRAPH-25EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE3,
        name: "CJK UNIFIED IDEOGRAPH-25EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE4,
        name: "CJK UNIFIED IDEOGRAPH-25EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE5,
        name: "CJK UNIFIED IDEOGRAPH-25EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE6,
        name: "CJK UNIFIED IDEOGRAPH-25EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE7,
        name: "CJK UNIFIED IDEOGRAPH-25EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE8,
        name: "CJK UNIFIED IDEOGRAPH-25EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EE9,
        name: "CJK UNIFIED IDEOGRAPH-25EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EEA,
        name: "CJK UNIFIED IDEOGRAPH-25EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EEB,
        name: "CJK UNIFIED IDEOGRAPH-25EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EEC,
        name: "CJK UNIFIED IDEOGRAPH-25EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EED,
        name: "CJK UNIFIED IDEOGRAPH-25EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EEE,
        name: "CJK UNIFIED IDEOGRAPH-25EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EEF,
        name: "CJK UNIFIED IDEOGRAPH-25EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF0,
        name: "CJK UNIFIED IDEOGRAPH-25EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF1,
        name: "CJK UNIFIED IDEOGRAPH-25EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF2,
        name: "CJK UNIFIED IDEOGRAPH-25EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF3,
        name: "CJK UNIFIED IDEOGRAPH-25EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF4,
        name: "CJK UNIFIED IDEOGRAPH-25EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF5,
        name: "CJK UNIFIED IDEOGRAPH-25EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF6,
        name: "CJK UNIFIED IDEOGRAPH-25EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF7,
        name: "CJK UNIFIED IDEOGRAPH-25EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF8,
        name: "CJK UNIFIED IDEOGRAPH-25EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EF9,
        name: "CJK UNIFIED IDEOGRAPH-25EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EFA,
        name: "CJK UNIFIED IDEOGRAPH-25EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EFB,
        name: "CJK UNIFIED IDEOGRAPH-25EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EFC,
        name: "CJK UNIFIED IDEOGRAPH-25EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EFD,
        name: "CJK UNIFIED IDEOGRAPH-25EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EFE,
        name: "CJK UNIFIED IDEOGRAPH-25EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25EFF,
        name: "CJK UNIFIED IDEOGRAPH-25EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F00,
        name: "CJK UNIFIED IDEOGRAPH-25F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F01,
        name: "CJK UNIFIED IDEOGRAPH-25F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F02,
        name: "CJK UNIFIED IDEOGRAPH-25F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F03,
        name: "CJK UNIFIED IDEOGRAPH-25F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F04,
        name: "CJK UNIFIED IDEOGRAPH-25F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F05,
        name: "CJK UNIFIED IDEOGRAPH-25F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F06,
        name: "CJK UNIFIED IDEOGRAPH-25F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F07,
        name: "CJK UNIFIED IDEOGRAPH-25F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F08,
        name: "CJK UNIFIED IDEOGRAPH-25F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F09,
        name: "CJK UNIFIED IDEOGRAPH-25F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F0A,
        name: "CJK UNIFIED IDEOGRAPH-25F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F0B,
        name: "CJK UNIFIED IDEOGRAPH-25F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F0C,
        name: "CJK UNIFIED IDEOGRAPH-25F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F0D,
        name: "CJK UNIFIED IDEOGRAPH-25F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F0E,
        name: "CJK UNIFIED IDEOGRAPH-25F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F0F,
        name: "CJK UNIFIED IDEOGRAPH-25F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F10,
        name: "CJK UNIFIED IDEOGRAPH-25F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F11,
        name: "CJK UNIFIED IDEOGRAPH-25F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F12,
        name: "CJK UNIFIED IDEOGRAPH-25F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F13,
        name: "CJK UNIFIED IDEOGRAPH-25F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F14,
        name: "CJK UNIFIED IDEOGRAPH-25F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F15,
        name: "CJK UNIFIED IDEOGRAPH-25F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F16,
        name: "CJK UNIFIED IDEOGRAPH-25F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F17,
        name: "CJK UNIFIED IDEOGRAPH-25F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F18,
        name: "CJK UNIFIED IDEOGRAPH-25F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F19,
        name: "CJK UNIFIED IDEOGRAPH-25F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F1A,
        name: "CJK UNIFIED IDEOGRAPH-25F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F1B,
        name: "CJK UNIFIED IDEOGRAPH-25F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F1C,
        name: "CJK UNIFIED IDEOGRAPH-25F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F1D,
        name: "CJK UNIFIED IDEOGRAPH-25F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F1E,
        name: "CJK UNIFIED IDEOGRAPH-25F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F1F,
        name: "CJK UNIFIED IDEOGRAPH-25F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F20,
        name: "CJK UNIFIED IDEOGRAPH-25F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F21,
        name: "CJK UNIFIED IDEOGRAPH-25F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F22,
        name: "CJK UNIFIED IDEOGRAPH-25F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F23,
        name: "CJK UNIFIED IDEOGRAPH-25F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F24,
        name: "CJK UNIFIED IDEOGRAPH-25F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F25,
        name: "CJK UNIFIED IDEOGRAPH-25F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F26,
        name: "CJK UNIFIED IDEOGRAPH-25F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F27,
        name: "CJK UNIFIED IDEOGRAPH-25F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F28,
        name: "CJK UNIFIED IDEOGRAPH-25F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F29,
        name: "CJK UNIFIED IDEOGRAPH-25F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F2A,
        name: "CJK UNIFIED IDEOGRAPH-25F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F2B,
        name: "CJK UNIFIED IDEOGRAPH-25F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F2C,
        name: "CJK UNIFIED IDEOGRAPH-25F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F2D,
        name: "CJK UNIFIED IDEOGRAPH-25F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F2E,
        name: "CJK UNIFIED IDEOGRAPH-25F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F2F,
        name: "CJK UNIFIED IDEOGRAPH-25F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F30,
        name: "CJK UNIFIED IDEOGRAPH-25F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F31,
        name: "CJK UNIFIED IDEOGRAPH-25F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F32,
        name: "CJK UNIFIED IDEOGRAPH-25F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F33,
        name: "CJK UNIFIED IDEOGRAPH-25F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F34,
        name: "CJK UNIFIED IDEOGRAPH-25F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F35,
        name: "CJK UNIFIED IDEOGRAPH-25F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F36,
        name: "CJK UNIFIED IDEOGRAPH-25F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F37,
        name: "CJK UNIFIED IDEOGRAPH-25F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F38,
        name: "CJK UNIFIED IDEOGRAPH-25F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F39,
        name: "CJK UNIFIED IDEOGRAPH-25F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F3A,
        name: "CJK UNIFIED IDEOGRAPH-25F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F3B,
        name: "CJK UNIFIED IDEOGRAPH-25F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F3C,
        name: "CJK UNIFIED IDEOGRAPH-25F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F3D,
        name: "CJK UNIFIED IDEOGRAPH-25F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F3E,
        name: "CJK UNIFIED IDEOGRAPH-25F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F3F,
        name: "CJK UNIFIED IDEOGRAPH-25F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F40,
        name: "CJK UNIFIED IDEOGRAPH-25F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F41,
        name: "CJK UNIFIED IDEOGRAPH-25F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F42,
        name: "CJK UNIFIED IDEOGRAPH-25F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F43,
        name: "CJK UNIFIED IDEOGRAPH-25F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F44,
        name: "CJK UNIFIED IDEOGRAPH-25F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F45,
        name: "CJK UNIFIED IDEOGRAPH-25F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F46,
        name: "CJK UNIFIED IDEOGRAPH-25F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F47,
        name: "CJK UNIFIED IDEOGRAPH-25F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F48,
        name: "CJK UNIFIED IDEOGRAPH-25F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F49,
        name: "CJK UNIFIED IDEOGRAPH-25F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F4A,
        name: "CJK UNIFIED IDEOGRAPH-25F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F4B,
        name: "CJK UNIFIED IDEOGRAPH-25F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F4C,
        name: "CJK UNIFIED IDEOGRAPH-25F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F4D,
        name: "CJK UNIFIED IDEOGRAPH-25F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F4E,
        name: "CJK UNIFIED IDEOGRAPH-25F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F4F,
        name: "CJK UNIFIED IDEOGRAPH-25F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F50,
        name: "CJK UNIFIED IDEOGRAPH-25F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F51,
        name: "CJK UNIFIED IDEOGRAPH-25F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F52,
        name: "CJK UNIFIED IDEOGRAPH-25F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F53,
        name: "CJK UNIFIED IDEOGRAPH-25F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F54,
        name: "CJK UNIFIED IDEOGRAPH-25F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F55,
        name: "CJK UNIFIED IDEOGRAPH-25F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F56,
        name: "CJK UNIFIED IDEOGRAPH-25F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F57,
        name: "CJK UNIFIED IDEOGRAPH-25F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F58,
        name: "CJK UNIFIED IDEOGRAPH-25F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F59,
        name: "CJK UNIFIED IDEOGRAPH-25F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F5A,
        name: "CJK UNIFIED IDEOGRAPH-25F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F5B,
        name: "CJK UNIFIED IDEOGRAPH-25F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F5C,
        name: "CJK UNIFIED IDEOGRAPH-25F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F5D,
        name: "CJK UNIFIED IDEOGRAPH-25F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F5E,
        name: "CJK UNIFIED IDEOGRAPH-25F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F5F,
        name: "CJK UNIFIED IDEOGRAPH-25F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F60,
        name: "CJK UNIFIED IDEOGRAPH-25F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F61,
        name: "CJK UNIFIED IDEOGRAPH-25F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F62,
        name: "CJK UNIFIED IDEOGRAPH-25F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F63,
        name: "CJK UNIFIED IDEOGRAPH-25F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F64,
        name: "CJK UNIFIED IDEOGRAPH-25F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F65,
        name: "CJK UNIFIED IDEOGRAPH-25F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F66,
        name: "CJK UNIFIED IDEOGRAPH-25F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F67,
        name: "CJK UNIFIED IDEOGRAPH-25F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F68,
        name: "CJK UNIFIED IDEOGRAPH-25F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F69,
        name: "CJK UNIFIED IDEOGRAPH-25F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F6A,
        name: "CJK UNIFIED IDEOGRAPH-25F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F6B,
        name: "CJK UNIFIED IDEOGRAPH-25F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F6C,
        name: "CJK UNIFIED IDEOGRAPH-25F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F6D,
        name: "CJK UNIFIED IDEOGRAPH-25F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F6E,
        name: "CJK UNIFIED IDEOGRAPH-25F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F6F,
        name: "CJK UNIFIED IDEOGRAPH-25F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F70,
        name: "CJK UNIFIED IDEOGRAPH-25F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F71,
        name: "CJK UNIFIED IDEOGRAPH-25F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F72,
        name: "CJK UNIFIED IDEOGRAPH-25F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F73,
        name: "CJK UNIFIED IDEOGRAPH-25F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F74,
        name: "CJK UNIFIED IDEOGRAPH-25F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F75,
        name: "CJK UNIFIED IDEOGRAPH-25F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F76,
        name: "CJK UNIFIED IDEOGRAPH-25F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F77,
        name: "CJK UNIFIED IDEOGRAPH-25F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F78,
        name: "CJK UNIFIED IDEOGRAPH-25F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F79,
        name: "CJK UNIFIED IDEOGRAPH-25F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F7A,
        name: "CJK UNIFIED IDEOGRAPH-25F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F7B,
        name: "CJK UNIFIED IDEOGRAPH-25F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F7C,
        name: "CJK UNIFIED IDEOGRAPH-25F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F7D,
        name: "CJK UNIFIED IDEOGRAPH-25F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F7E,
        name: "CJK UNIFIED IDEOGRAPH-25F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F7F,
        name: "CJK UNIFIED IDEOGRAPH-25F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F80,
        name: "CJK UNIFIED IDEOGRAPH-25F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F81,
        name: "CJK UNIFIED IDEOGRAPH-25F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F82,
        name: "CJK UNIFIED IDEOGRAPH-25F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F83,
        name: "CJK UNIFIED IDEOGRAPH-25F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F84,
        name: "CJK UNIFIED IDEOGRAPH-25F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F85,
        name: "CJK UNIFIED IDEOGRAPH-25F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F86,
        name: "CJK UNIFIED IDEOGRAPH-25F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F87,
        name: "CJK UNIFIED IDEOGRAPH-25F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F88,
        name: "CJK UNIFIED IDEOGRAPH-25F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F89,
        name: "CJK UNIFIED IDEOGRAPH-25F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F8A,
        name: "CJK UNIFIED IDEOGRAPH-25F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F8B,
        name: "CJK UNIFIED IDEOGRAPH-25F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F8C,
        name: "CJK UNIFIED IDEOGRAPH-25F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F8D,
        name: "CJK UNIFIED IDEOGRAPH-25F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F8E,
        name: "CJK UNIFIED IDEOGRAPH-25F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F8F,
        name: "CJK UNIFIED IDEOGRAPH-25F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F90,
        name: "CJK UNIFIED IDEOGRAPH-25F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F91,
        name: "CJK UNIFIED IDEOGRAPH-25F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F92,
        name: "CJK UNIFIED IDEOGRAPH-25F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F93,
        name: "CJK UNIFIED IDEOGRAPH-25F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F94,
        name: "CJK UNIFIED IDEOGRAPH-25F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F95,
        name: "CJK UNIFIED IDEOGRAPH-25F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F96,
        name: "CJK UNIFIED IDEOGRAPH-25F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F97,
        name: "CJK UNIFIED IDEOGRAPH-25F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F98,
        name: "CJK UNIFIED IDEOGRAPH-25F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F99,
        name: "CJK UNIFIED IDEOGRAPH-25F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F9A,
        name: "CJK UNIFIED IDEOGRAPH-25F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F9B,
        name: "CJK UNIFIED IDEOGRAPH-25F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F9C,
        name: "CJK UNIFIED IDEOGRAPH-25F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F9D,
        name: "CJK UNIFIED IDEOGRAPH-25F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F9E,
        name: "CJK UNIFIED IDEOGRAPH-25F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x25F9F,
        name: "CJK UNIFIED IDEOGRAPH-25F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA0,
        name: "CJK UNIFIED IDEOGRAPH-25FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA1,
        name: "CJK UNIFIED IDEOGRAPH-25FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA2,
        name: "CJK UNIFIED IDEOGRAPH-25FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA3,
        name: "CJK UNIFIED IDEOGRAPH-25FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA4,
        name: "CJK UNIFIED IDEOGRAPH-25FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA5,
        name: "CJK UNIFIED IDEOGRAPH-25FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA6,
        name: "CJK UNIFIED IDEOGRAPH-25FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA7,
        name: "CJK UNIFIED IDEOGRAPH-25FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA8,
        name: "CJK UNIFIED IDEOGRAPH-25FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FA9,
        name: "CJK UNIFIED IDEOGRAPH-25FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FAA,
        name: "CJK UNIFIED IDEOGRAPH-25FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FAB,
        name: "CJK UNIFIED IDEOGRAPH-25FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FAC,
        name: "CJK UNIFIED IDEOGRAPH-25FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FAD,
        name: "CJK UNIFIED IDEOGRAPH-25FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FAE,
        name: "CJK UNIFIED IDEOGRAPH-25FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FAF,
        name: "CJK UNIFIED IDEOGRAPH-25FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB0,
        name: "CJK UNIFIED IDEOGRAPH-25FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB1,
        name: "CJK UNIFIED IDEOGRAPH-25FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB2,
        name: "CJK UNIFIED IDEOGRAPH-25FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB3,
        name: "CJK UNIFIED IDEOGRAPH-25FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB4,
        name: "CJK UNIFIED IDEOGRAPH-25FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB5,
        name: "CJK UNIFIED IDEOGRAPH-25FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB6,
        name: "CJK UNIFIED IDEOGRAPH-25FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB7,
        name: "CJK UNIFIED IDEOGRAPH-25FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB8,
        name: "CJK UNIFIED IDEOGRAPH-25FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FB9,
        name: "CJK UNIFIED IDEOGRAPH-25FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FBA,
        name: "CJK UNIFIED IDEOGRAPH-25FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FBB,
        name: "CJK UNIFIED IDEOGRAPH-25FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FBC,
        name: "CJK UNIFIED IDEOGRAPH-25FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FBD,
        name: "CJK UNIFIED IDEOGRAPH-25FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FBE,
        name: "CJK UNIFIED IDEOGRAPH-25FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FBF,
        name: "CJK UNIFIED IDEOGRAPH-25FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC0,
        name: "CJK UNIFIED IDEOGRAPH-25FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC1,
        name: "CJK UNIFIED IDEOGRAPH-25FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC2,
        name: "CJK UNIFIED IDEOGRAPH-25FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC3,
        name: "CJK UNIFIED IDEOGRAPH-25FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC4,
        name: "CJK UNIFIED IDEOGRAPH-25FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC5,
        name: "CJK UNIFIED IDEOGRAPH-25FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC6,
        name: "CJK UNIFIED IDEOGRAPH-25FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC7,
        name: "CJK UNIFIED IDEOGRAPH-25FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC8,
        name: "CJK UNIFIED IDEOGRAPH-25FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FC9,
        name: "CJK UNIFIED IDEOGRAPH-25FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FCA,
        name: "CJK UNIFIED IDEOGRAPH-25FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FCB,
        name: "CJK UNIFIED IDEOGRAPH-25FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FCC,
        name: "CJK UNIFIED IDEOGRAPH-25FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FCD,
        name: "CJK UNIFIED IDEOGRAPH-25FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FCE,
        name: "CJK UNIFIED IDEOGRAPH-25FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FCF,
        name: "CJK UNIFIED IDEOGRAPH-25FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD0,
        name: "CJK UNIFIED IDEOGRAPH-25FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD1,
        name: "CJK UNIFIED IDEOGRAPH-25FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD2,
        name: "CJK UNIFIED IDEOGRAPH-25FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD3,
        name: "CJK UNIFIED IDEOGRAPH-25FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD4,
        name: "CJK UNIFIED IDEOGRAPH-25FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD5,
        name: "CJK UNIFIED IDEOGRAPH-25FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD6,
        name: "CJK UNIFIED IDEOGRAPH-25FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD7,
        name: "CJK UNIFIED IDEOGRAPH-25FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD8,
        name: "CJK UNIFIED IDEOGRAPH-25FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FD9,
        name: "CJK UNIFIED IDEOGRAPH-25FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FDA,
        name: "CJK UNIFIED IDEOGRAPH-25FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FDB,
        name: "CJK UNIFIED IDEOGRAPH-25FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FDC,
        name: "CJK UNIFIED IDEOGRAPH-25FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FDD,
        name: "CJK UNIFIED IDEOGRAPH-25FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FDE,
        name: "CJK UNIFIED IDEOGRAPH-25FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FDF,
        name: "CJK UNIFIED IDEOGRAPH-25FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE0,
        name: "CJK UNIFIED IDEOGRAPH-25FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE1,
        name: "CJK UNIFIED IDEOGRAPH-25FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE2,
        name: "CJK UNIFIED IDEOGRAPH-25FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE3,
        name: "CJK UNIFIED IDEOGRAPH-25FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE4,
        name: "CJK UNIFIED IDEOGRAPH-25FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE5,
        name: "CJK UNIFIED IDEOGRAPH-25FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE6,
        name: "CJK UNIFIED IDEOGRAPH-25FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE7,
        name: "CJK UNIFIED IDEOGRAPH-25FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE8,
        name: "CJK UNIFIED IDEOGRAPH-25FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FE9,
        name: "CJK UNIFIED IDEOGRAPH-25FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FEA,
        name: "CJK UNIFIED IDEOGRAPH-25FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FEB,
        name: "CJK UNIFIED IDEOGRAPH-25FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FEC,
        name: "CJK UNIFIED IDEOGRAPH-25FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FED,
        name: "CJK UNIFIED IDEOGRAPH-25FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FEE,
        name: "CJK UNIFIED IDEOGRAPH-25FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FEF,
        name: "CJK UNIFIED IDEOGRAPH-25FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF0,
        name: "CJK UNIFIED IDEOGRAPH-25FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF1,
        name: "CJK UNIFIED IDEOGRAPH-25FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF2,
        name: "CJK UNIFIED IDEOGRAPH-25FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF3,
        name: "CJK UNIFIED IDEOGRAPH-25FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF4,
        name: "CJK UNIFIED IDEOGRAPH-25FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF5,
        name: "CJK UNIFIED IDEOGRAPH-25FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF6,
        name: "CJK UNIFIED IDEOGRAPH-25FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF7,
        name: "CJK UNIFIED IDEOGRAPH-25FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF8,
        name: "CJK UNIFIED IDEOGRAPH-25FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FF9,
        name: "CJK UNIFIED IDEOGRAPH-25FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FFA,
        name: "CJK UNIFIED IDEOGRAPH-25FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FFB,
        name: "CJK UNIFIED IDEOGRAPH-25FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FFC,
        name: "CJK UNIFIED IDEOGRAPH-25FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FFD,
        name: "CJK UNIFIED IDEOGRAPH-25FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FFE,
        name: "CJK UNIFIED IDEOGRAPH-25FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x25FFF,
        name: "CJK UNIFIED IDEOGRAPH-25FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26000,
        name: "CJK UNIFIED IDEOGRAPH-26000",
    },
    Character {
        age: "3.1",
        codepoint: 0x26001,
        name: "CJK UNIFIED IDEOGRAPH-26001",
    },
    Character {
        age: "3.1",
        codepoint: 0x26002,
        name: "CJK UNIFIED IDEOGRAPH-26002",
    },
    Character {
        age: "3.1",
        codepoint: 0x26003,
        name: "CJK UNIFIED IDEOGRAPH-26003",
    },
    Character {
        age: "3.1",
        codepoint: 0x26004,
        name: "CJK UNIFIED IDEOGRAPH-26004",
    },
    Character {
        age: "3.1",
        codepoint: 0x26005,
        name: "CJK UNIFIED IDEOGRAPH-26005",
    },
    Character {
        age: "3.1",
        codepoint: 0x26006,
        name: "CJK UNIFIED IDEOGRAPH-26006",
    },
    Character {
        age: "3.1",
        codepoint: 0x26007,
        name: "CJK UNIFIED IDEOGRAPH-26007",
    },
    Character {
        age: "3.1",
        codepoint: 0x26008,
        name: "CJK UNIFIED IDEOGRAPH-26008",
    },
    Character {
        age: "3.1",
        codepoint: 0x26009,
        name: "CJK UNIFIED IDEOGRAPH-26009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2600A,
        name: "CJK UNIFIED IDEOGRAPH-2600A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2600B,
        name: "CJK UNIFIED IDEOGRAPH-2600B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2600C,
        name: "CJK UNIFIED IDEOGRAPH-2600C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2600D,
        name: "CJK UNIFIED IDEOGRAPH-2600D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2600E,
        name: "CJK UNIFIED IDEOGRAPH-2600E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2600F,
        name: "CJK UNIFIED IDEOGRAPH-2600F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26010,
        name: "CJK UNIFIED IDEOGRAPH-26010",
    },
    Character {
        age: "3.1",
        codepoint: 0x26011,
        name: "CJK UNIFIED IDEOGRAPH-26011",
    },
    Character {
        age: "3.1",
        codepoint: 0x26012,
        name: "CJK UNIFIED IDEOGRAPH-26012",
    },
    Character {
        age: "3.1",
        codepoint: 0x26013,
        name: "CJK UNIFIED IDEOGRAPH-26013",
    },
    Character {
        age: "3.1",
        codepoint: 0x26014,
        name: "CJK UNIFIED IDEOGRAPH-26014",
    },
    Character {
        age: "3.1",
        codepoint: 0x26015,
        name: "CJK UNIFIED IDEOGRAPH-26015",
    },
    Character {
        age: "3.1",
        codepoint: 0x26016,
        name: "CJK UNIFIED IDEOGRAPH-26016",
    },
    Character {
        age: "3.1",
        codepoint: 0x26017,
        name: "CJK UNIFIED IDEOGRAPH-26017",
    },
    Character {
        age: "3.1",
        codepoint: 0x26018,
        name: "CJK UNIFIED IDEOGRAPH-26018",
    },
    Character {
        age: "3.1",
        codepoint: 0x26019,
        name: "CJK UNIFIED IDEOGRAPH-26019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2601A,
        name: "CJK UNIFIED IDEOGRAPH-2601A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2601B,
        name: "CJK UNIFIED IDEOGRAPH-2601B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2601C,
        name: "CJK UNIFIED IDEOGRAPH-2601C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2601D,
        name: "CJK UNIFIED IDEOGRAPH-2601D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2601E,
        name: "CJK UNIFIED IDEOGRAPH-2601E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2601F,
        name: "CJK UNIFIED IDEOGRAPH-2601F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26020,
        name: "CJK UNIFIED IDEOGRAPH-26020",
    },
    Character {
        age: "3.1",
        codepoint: 0x26021,
        name: "CJK UNIFIED IDEOGRAPH-26021",
    },
    Character {
        age: "3.1",
        codepoint: 0x26022,
        name: "CJK UNIFIED IDEOGRAPH-26022",
    },
    Character {
        age: "3.1",
        codepoint: 0x26023,
        name: "CJK UNIFIED IDEOGRAPH-26023",
    },
    Character {
        age: "3.1",
        codepoint: 0x26024,
        name: "CJK UNIFIED IDEOGRAPH-26024",
    },
    Character {
        age: "3.1",
        codepoint: 0x26025,
        name: "CJK UNIFIED IDEOGRAPH-26025",
    },
    Character {
        age: "3.1",
        codepoint: 0x26026,
        name: "CJK UNIFIED IDEOGRAPH-26026",
    },
    Character {
        age: "3.1",
        codepoint: 0x26027,
        name: "CJK UNIFIED IDEOGRAPH-26027",
    },
    Character {
        age: "3.1",
        codepoint: 0x26028,
        name: "CJK UNIFIED IDEOGRAPH-26028",
    },
    Character {
        age: "3.1",
        codepoint: 0x26029,
        name: "CJK UNIFIED IDEOGRAPH-26029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2602A,
        name: "CJK UNIFIED IDEOGRAPH-2602A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2602B,
        name: "CJK UNIFIED IDEOGRAPH-2602B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2602C,
        name: "CJK UNIFIED IDEOGRAPH-2602C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2602D,
        name: "CJK UNIFIED IDEOGRAPH-2602D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2602E,
        name: "CJK UNIFIED IDEOGRAPH-2602E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2602F,
        name: "CJK UNIFIED IDEOGRAPH-2602F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26030,
        name: "CJK UNIFIED IDEOGRAPH-26030",
    },
    Character {
        age: "3.1",
        codepoint: 0x26031,
        name: "CJK UNIFIED IDEOGRAPH-26031",
    },
    Character {
        age: "3.1",
        codepoint: 0x26032,
        name: "CJK UNIFIED IDEOGRAPH-26032",
    },
    Character {
        age: "3.1",
        codepoint: 0x26033,
        name: "CJK UNIFIED IDEOGRAPH-26033",
    },
    Character {
        age: "3.1",
        codepoint: 0x26034,
        name: "CJK UNIFIED IDEOGRAPH-26034",
    },
    Character {
        age: "3.1",
        codepoint: 0x26035,
        name: "CJK UNIFIED IDEOGRAPH-26035",
    },
    Character {
        age: "3.1",
        codepoint: 0x26036,
        name: "CJK UNIFIED IDEOGRAPH-26036",
    },
    Character {
        age: "3.1",
        codepoint: 0x26037,
        name: "CJK UNIFIED IDEOGRAPH-26037",
    },
    Character {
        age: "3.1",
        codepoint: 0x26038,
        name: "CJK UNIFIED IDEOGRAPH-26038",
    },
    Character {
        age: "3.1",
        codepoint: 0x26039,
        name: "CJK UNIFIED IDEOGRAPH-26039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2603A,
        name: "CJK UNIFIED IDEOGRAPH-2603A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2603B,
        name: "CJK UNIFIED IDEOGRAPH-2603B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2603C,
        name: "CJK UNIFIED IDEOGRAPH-2603C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2603D,
        name: "CJK UNIFIED IDEOGRAPH-2603D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2603E,
        name: "CJK UNIFIED IDEOGRAPH-2603E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2603F,
        name: "CJK UNIFIED IDEOGRAPH-2603F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26040,
        name: "CJK UNIFIED IDEOGRAPH-26040",
    },
    Character {
        age: "3.1",
        codepoint: 0x26041,
        name: "CJK UNIFIED IDEOGRAPH-26041",
    },
    Character {
        age: "3.1",
        codepoint: 0x26042,
        name: "CJK UNIFIED IDEOGRAPH-26042",
    },
    Character {
        age: "3.1",
        codepoint: 0x26043,
        name: "CJK UNIFIED IDEOGRAPH-26043",
    },
    Character {
        age: "3.1",
        codepoint: 0x26044,
        name: "CJK UNIFIED IDEOGRAPH-26044",
    },
    Character {
        age: "3.1",
        codepoint: 0x26045,
        name: "CJK UNIFIED IDEOGRAPH-26045",
    },
    Character {
        age: "3.1",
        codepoint: 0x26046,
        name: "CJK UNIFIED IDEOGRAPH-26046",
    },
    Character {
        age: "3.1",
        codepoint: 0x26047,
        name: "CJK UNIFIED IDEOGRAPH-26047",
    },
    Character {
        age: "3.1",
        codepoint: 0x26048,
        name: "CJK UNIFIED IDEOGRAPH-26048",
    },
    Character {
        age: "3.1",
        codepoint: 0x26049,
        name: "CJK UNIFIED IDEOGRAPH-26049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2604A,
        name: "CJK UNIFIED IDEOGRAPH-2604A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2604B,
        name: "CJK UNIFIED IDEOGRAPH-2604B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2604C,
        name: "CJK UNIFIED IDEOGRAPH-2604C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2604D,
        name: "CJK UNIFIED IDEOGRAPH-2604D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2604E,
        name: "CJK UNIFIED IDEOGRAPH-2604E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2604F,
        name: "CJK UNIFIED IDEOGRAPH-2604F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26050,
        name: "CJK UNIFIED IDEOGRAPH-26050",
    },
    Character {
        age: "3.1",
        codepoint: 0x26051,
        name: "CJK UNIFIED IDEOGRAPH-26051",
    },
    Character {
        age: "3.1",
        codepoint: 0x26052,
        name: "CJK UNIFIED IDEOGRAPH-26052",
    },
    Character {
        age: "3.1",
        codepoint: 0x26053,
        name: "CJK UNIFIED IDEOGRAPH-26053",
    },
    Character {
        age: "3.1",
        codepoint: 0x26054,
        name: "CJK UNIFIED IDEOGRAPH-26054",
    },
    Character {
        age: "3.1",
        codepoint: 0x26055,
        name: "CJK UNIFIED IDEOGRAPH-26055",
    },
    Character {
        age: "3.1",
        codepoint: 0x26056,
        name: "CJK UNIFIED IDEOGRAPH-26056",
    },
    Character {
        age: "3.1",
        codepoint: 0x26057,
        name: "CJK UNIFIED IDEOGRAPH-26057",
    },
    Character {
        age: "3.1",
        codepoint: 0x26058,
        name: "CJK UNIFIED IDEOGRAPH-26058",
    },
    Character {
        age: "3.1",
        codepoint: 0x26059,
        name: "CJK UNIFIED IDEOGRAPH-26059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2605A,
        name: "CJK UNIFIED IDEOGRAPH-2605A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2605B,
        name: "CJK UNIFIED IDEOGRAPH-2605B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2605C,
        name: "CJK UNIFIED IDEOGRAPH-2605C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2605D,
        name: "CJK UNIFIED IDEOGRAPH-2605D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2605E,
        name: "CJK UNIFIED IDEOGRAPH-2605E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2605F,
        name: "CJK UNIFIED IDEOGRAPH-2605F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26060,
        name: "CJK UNIFIED IDEOGRAPH-26060",
    },
    Character {
        age: "3.1",
        codepoint: 0x26061,
        name: "CJK UNIFIED IDEOGRAPH-26061",
    },
    Character {
        age: "3.1",
        codepoint: 0x26062,
        name: "CJK UNIFIED IDEOGRAPH-26062",
    },
    Character {
        age: "3.1",
        codepoint: 0x26063,
        name: "CJK UNIFIED IDEOGRAPH-26063",
    },
    Character {
        age: "3.1",
        codepoint: 0x26064,
        name: "CJK UNIFIED IDEOGRAPH-26064",
    },
    Character {
        age: "3.1",
        codepoint: 0x26065,
        name: "CJK UNIFIED IDEOGRAPH-26065",
    },
    Character {
        age: "3.1",
        codepoint: 0x26066,
        name: "CJK UNIFIED IDEOGRAPH-26066",
    },
    Character {
        age: "3.1",
        codepoint: 0x26067,
        name: "CJK UNIFIED IDEOGRAPH-26067",
    },
    Character {
        age: "3.1",
        codepoint: 0x26068,
        name: "CJK UNIFIED IDEOGRAPH-26068",
    },
    Character {
        age: "3.1",
        codepoint: 0x26069,
        name: "CJK UNIFIED IDEOGRAPH-26069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2606A,
        name: "CJK UNIFIED IDEOGRAPH-2606A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2606B,
        name: "CJK UNIFIED IDEOGRAPH-2606B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2606C,
        name: "CJK UNIFIED IDEOGRAPH-2606C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2606D,
        name: "CJK UNIFIED IDEOGRAPH-2606D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2606E,
        name: "CJK UNIFIED IDEOGRAPH-2606E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2606F,
        name: "CJK UNIFIED IDEOGRAPH-2606F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26070,
        name: "CJK UNIFIED IDEOGRAPH-26070",
    },
    Character {
        age: "3.1",
        codepoint: 0x26071,
        name: "CJK UNIFIED IDEOGRAPH-26071",
    },
    Character {
        age: "3.1",
        codepoint: 0x26072,
        name: "CJK UNIFIED IDEOGRAPH-26072",
    },
    Character {
        age: "3.1",
        codepoint: 0x26073,
        name: "CJK UNIFIED IDEOGRAPH-26073",
    },
    Character {
        age: "3.1",
        codepoint: 0x26074,
        name: "CJK UNIFIED IDEOGRAPH-26074",
    },
    Character {
        age: "3.1",
        codepoint: 0x26075,
        name: "CJK UNIFIED IDEOGRAPH-26075",
    },
    Character {
        age: "3.1",
        codepoint: 0x26076,
        name: "CJK UNIFIED IDEOGRAPH-26076",
    },
    Character {
        age: "3.1",
        codepoint: 0x26077,
        name: "CJK UNIFIED IDEOGRAPH-26077",
    },
    Character {
        age: "3.1",
        codepoint: 0x26078,
        name: "CJK UNIFIED IDEOGRAPH-26078",
    },
    Character {
        age: "3.1",
        codepoint: 0x26079,
        name: "CJK UNIFIED IDEOGRAPH-26079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2607A,
        name: "CJK UNIFIED IDEOGRAPH-2607A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2607B,
        name: "CJK UNIFIED IDEOGRAPH-2607B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2607C,
        name: "CJK UNIFIED IDEOGRAPH-2607C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2607D,
        name: "CJK UNIFIED IDEOGRAPH-2607D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2607E,
        name: "CJK UNIFIED IDEOGRAPH-2607E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2607F,
        name: "CJK UNIFIED IDEOGRAPH-2607F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26080,
        name: "CJK UNIFIED IDEOGRAPH-26080",
    },
    Character {
        age: "3.1",
        codepoint: 0x26081,
        name: "CJK UNIFIED IDEOGRAPH-26081",
    },
    Character {
        age: "3.1",
        codepoint: 0x26082,
        name: "CJK UNIFIED IDEOGRAPH-26082",
    },
    Character {
        age: "3.1",
        codepoint: 0x26083,
        name: "CJK UNIFIED IDEOGRAPH-26083",
    },
    Character {
        age: "3.1",
        codepoint: 0x26084,
        name: "CJK UNIFIED IDEOGRAPH-26084",
    },
    Character {
        age: "3.1",
        codepoint: 0x26085,
        name: "CJK UNIFIED IDEOGRAPH-26085",
    },
    Character {
        age: "3.1",
        codepoint: 0x26086,
        name: "CJK UNIFIED IDEOGRAPH-26086",
    },
    Character {
        age: "3.1",
        codepoint: 0x26087,
        name: "CJK UNIFIED IDEOGRAPH-26087",
    },
    Character {
        age: "3.1",
        codepoint: 0x26088,
        name: "CJK UNIFIED IDEOGRAPH-26088",
    },
    Character {
        age: "3.1",
        codepoint: 0x26089,
        name: "CJK UNIFIED IDEOGRAPH-26089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2608A,
        name: "CJK UNIFIED IDEOGRAPH-2608A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2608B,
        name: "CJK UNIFIED IDEOGRAPH-2608B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2608C,
        name: "CJK UNIFIED IDEOGRAPH-2608C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2608D,
        name: "CJK UNIFIED IDEOGRAPH-2608D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2608E,
        name: "CJK UNIFIED IDEOGRAPH-2608E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2608F,
        name: "CJK UNIFIED IDEOGRAPH-2608F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26090,
        name: "CJK UNIFIED IDEOGRAPH-26090",
    },
    Character {
        age: "3.1",
        codepoint: 0x26091,
        name: "CJK UNIFIED IDEOGRAPH-26091",
    },
    Character {
        age: "3.1",
        codepoint: 0x26092,
        name: "CJK UNIFIED IDEOGRAPH-26092",
    },
    Character {
        age: "3.1",
        codepoint: 0x26093,
        name: "CJK UNIFIED IDEOGRAPH-26093",
    },
    Character {
        age: "3.1",
        codepoint: 0x26094,
        name: "CJK UNIFIED IDEOGRAPH-26094",
    },
    Character {
        age: "3.1",
        codepoint: 0x26095,
        name: "CJK UNIFIED IDEOGRAPH-26095",
    },
    Character {
        age: "3.1",
        codepoint: 0x26096,
        name: "CJK UNIFIED IDEOGRAPH-26096",
    },
    Character {
        age: "3.1",
        codepoint: 0x26097,
        name: "CJK UNIFIED IDEOGRAPH-26097",
    },
    Character {
        age: "3.1",
        codepoint: 0x26098,
        name: "CJK UNIFIED IDEOGRAPH-26098",
    },
    Character {
        age: "3.1",
        codepoint: 0x26099,
        name: "CJK UNIFIED IDEOGRAPH-26099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2609A,
        name: "CJK UNIFIED IDEOGRAPH-2609A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2609B,
        name: "CJK UNIFIED IDEOGRAPH-2609B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2609C,
        name: "CJK UNIFIED IDEOGRAPH-2609C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2609D,
        name: "CJK UNIFIED IDEOGRAPH-2609D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2609E,
        name: "CJK UNIFIED IDEOGRAPH-2609E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2609F,
        name: "CJK UNIFIED IDEOGRAPH-2609F",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A0,
        name: "CJK UNIFIED IDEOGRAPH-260A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A1,
        name: "CJK UNIFIED IDEOGRAPH-260A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A2,
        name: "CJK UNIFIED IDEOGRAPH-260A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A3,
        name: "CJK UNIFIED IDEOGRAPH-260A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A4,
        name: "CJK UNIFIED IDEOGRAPH-260A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A5,
        name: "CJK UNIFIED IDEOGRAPH-260A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A6,
        name: "CJK UNIFIED IDEOGRAPH-260A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A7,
        name: "CJK UNIFIED IDEOGRAPH-260A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A8,
        name: "CJK UNIFIED IDEOGRAPH-260A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x260A9,
        name: "CJK UNIFIED IDEOGRAPH-260A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x260AA,
        name: "CJK UNIFIED IDEOGRAPH-260AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x260AB,
        name: "CJK UNIFIED IDEOGRAPH-260AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x260AC,
        name: "CJK UNIFIED IDEOGRAPH-260AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x260AD,
        name: "CJK UNIFIED IDEOGRAPH-260AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x260AE,
        name: "CJK UNIFIED IDEOGRAPH-260AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x260AF,
        name: "CJK UNIFIED IDEOGRAPH-260AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B0,
        name: "CJK UNIFIED IDEOGRAPH-260B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B1,
        name: "CJK UNIFIED IDEOGRAPH-260B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B2,
        name: "CJK UNIFIED IDEOGRAPH-260B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B3,
        name: "CJK UNIFIED IDEOGRAPH-260B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B4,
        name: "CJK UNIFIED IDEOGRAPH-260B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B5,
        name: "CJK UNIFIED IDEOGRAPH-260B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B6,
        name: "CJK UNIFIED IDEOGRAPH-260B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B7,
        name: "CJK UNIFIED IDEOGRAPH-260B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B8,
        name: "CJK UNIFIED IDEOGRAPH-260B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x260B9,
        name: "CJK UNIFIED IDEOGRAPH-260B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x260BA,
        name: "CJK UNIFIED IDEOGRAPH-260BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x260BB,
        name: "CJK UNIFIED IDEOGRAPH-260BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x260BC,
        name: "CJK UNIFIED IDEOGRAPH-260BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x260BD,
        name: "CJK UNIFIED IDEOGRAPH-260BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x260BE,
        name: "CJK UNIFIED IDEOGRAPH-260BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x260BF,
        name: "CJK UNIFIED IDEOGRAPH-260BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C0,
        name: "CJK UNIFIED IDEOGRAPH-260C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C1,
        name: "CJK UNIFIED IDEOGRAPH-260C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C2,
        name: "CJK UNIFIED IDEOGRAPH-260C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C3,
        name: "CJK UNIFIED IDEOGRAPH-260C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C4,
        name: "CJK UNIFIED IDEOGRAPH-260C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C5,
        name: "CJK UNIFIED IDEOGRAPH-260C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C6,
        name: "CJK UNIFIED IDEOGRAPH-260C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C7,
        name: "CJK UNIFIED IDEOGRAPH-260C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C8,
        name: "CJK UNIFIED IDEOGRAPH-260C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x260C9,
        name: "CJK UNIFIED IDEOGRAPH-260C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x260CA,
        name: "CJK UNIFIED IDEOGRAPH-260CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x260CB,
        name: "CJK UNIFIED IDEOGRAPH-260CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x260CC,
        name: "CJK UNIFIED IDEOGRAPH-260CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x260CD,
        name: "CJK UNIFIED IDEOGRAPH-260CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x260CE,
        name: "CJK UNIFIED IDEOGRAPH-260CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x260CF,
        name: "CJK UNIFIED IDEOGRAPH-260CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D0,
        name: "CJK UNIFIED IDEOGRAPH-260D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D1,
        name: "CJK UNIFIED IDEOGRAPH-260D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D2,
        name: "CJK UNIFIED IDEOGRAPH-260D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D3,
        name: "CJK UNIFIED IDEOGRAPH-260D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D4,
        name: "CJK UNIFIED IDEOGRAPH-260D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D5,
        name: "CJK UNIFIED IDEOGRAPH-260D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D6,
        name: "CJK UNIFIED IDEOGRAPH-260D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D7,
        name: "CJK UNIFIED IDEOGRAPH-260D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D8,
        name: "CJK UNIFIED IDEOGRAPH-260D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x260D9,
        name: "CJK UNIFIED IDEOGRAPH-260D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x260DA,
        name: "CJK UNIFIED IDEOGRAPH-260DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x260DB,
        name: "CJK UNIFIED IDEOGRAPH-260DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x260DC,
        name: "CJK UNIFIED IDEOGRAPH-260DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x260DD,
        name: "CJK UNIFIED IDEOGRAPH-260DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x260DE,
        name: "CJK UNIFIED IDEOGRAPH-260DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x260DF,
        name: "CJK UNIFIED IDEOGRAPH-260DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E0,
        name: "CJK UNIFIED IDEOGRAPH-260E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E1,
        name: "CJK UNIFIED IDEOGRAPH-260E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E2,
        name: "CJK UNIFIED IDEOGRAPH-260E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E3,
        name: "CJK UNIFIED IDEOGRAPH-260E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E4,
        name: "CJK UNIFIED IDEOGRAPH-260E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E5,
        name: "CJK UNIFIED IDEOGRAPH-260E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E6,
        name: "CJK UNIFIED IDEOGRAPH-260E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E7,
        name: "CJK UNIFIED IDEOGRAPH-260E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E8,
        name: "CJK UNIFIED IDEOGRAPH-260E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x260E9,
        name: "CJK UNIFIED IDEOGRAPH-260E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x260EA,
        name: "CJK UNIFIED IDEOGRAPH-260EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x260EB,
        name: "CJK UNIFIED IDEOGRAPH-260EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x260EC,
        name: "CJK UNIFIED IDEOGRAPH-260EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x260ED,
        name: "CJK UNIFIED IDEOGRAPH-260ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x260EE,
        name: "CJK UNIFIED IDEOGRAPH-260EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x260EF,
        name: "CJK UNIFIED IDEOGRAPH-260EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F0,
        name: "CJK UNIFIED IDEOGRAPH-260F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F1,
        name: "CJK UNIFIED IDEOGRAPH-260F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F2,
        name: "CJK UNIFIED IDEOGRAPH-260F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F3,
        name: "CJK UNIFIED IDEOGRAPH-260F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F4,
        name: "CJK UNIFIED IDEOGRAPH-260F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F5,
        name: "CJK UNIFIED IDEOGRAPH-260F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F6,
        name: "CJK UNIFIED IDEOGRAPH-260F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F7,
        name: "CJK UNIFIED IDEOGRAPH-260F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F8,
        name: "CJK UNIFIED IDEOGRAPH-260F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x260F9,
        name: "CJK UNIFIED IDEOGRAPH-260F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x260FA,
        name: "CJK UNIFIED IDEOGRAPH-260FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x260FB,
        name: "CJK UNIFIED IDEOGRAPH-260FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x260FC,
        name: "CJK UNIFIED IDEOGRAPH-260FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x260FD,
        name: "CJK UNIFIED IDEOGRAPH-260FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x260FE,
        name: "CJK UNIFIED IDEOGRAPH-260FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x260FF,
        name: "CJK UNIFIED IDEOGRAPH-260FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26100,
        name: "CJK UNIFIED IDEOGRAPH-26100",
    },
    Character {
        age: "3.1",
        codepoint: 0x26101,
        name: "CJK UNIFIED IDEOGRAPH-26101",
    },
    Character {
        age: "3.1",
        codepoint: 0x26102,
        name: "CJK UNIFIED IDEOGRAPH-26102",
    },
    Character {
        age: "3.1",
        codepoint: 0x26103,
        name: "CJK UNIFIED IDEOGRAPH-26103",
    },
    Character {
        age: "3.1",
        codepoint: 0x26104,
        name: "CJK UNIFIED IDEOGRAPH-26104",
    },
    Character {
        age: "3.1",
        codepoint: 0x26105,
        name: "CJK UNIFIED IDEOGRAPH-26105",
    },
    Character {
        age: "3.1",
        codepoint: 0x26106,
        name: "CJK UNIFIED IDEOGRAPH-26106",
    },
    Character {
        age: "3.1",
        codepoint: 0x26107,
        name: "CJK UNIFIED IDEOGRAPH-26107",
    },
    Character {
        age: "3.1",
        codepoint: 0x26108,
        name: "CJK UNIFIED IDEOGRAPH-26108",
    },
    Character {
        age: "3.1",
        codepoint: 0x26109,
        name: "CJK UNIFIED IDEOGRAPH-26109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2610A,
        name: "CJK UNIFIED IDEOGRAPH-2610A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2610B,
        name: "CJK UNIFIED IDEOGRAPH-2610B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2610C,
        name: "CJK UNIFIED IDEOGRAPH-2610C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2610D,
        name: "CJK UNIFIED IDEOGRAPH-2610D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2610E,
        name: "CJK UNIFIED IDEOGRAPH-2610E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2610F,
        name: "CJK UNIFIED IDEOGRAPH-2610F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26110,
        name: "CJK UNIFIED IDEOGRAPH-26110",
    },
    Character {
        age: "3.1",
        codepoint: 0x26111,
        name: "CJK UNIFIED IDEOGRAPH-26111",
    },
    Character {
        age: "3.1",
        codepoint: 0x26112,
        name: "CJK UNIFIED IDEOGRAPH-26112",
    },
    Character {
        age: "3.1",
        codepoint: 0x26113,
        name: "CJK UNIFIED IDEOGRAPH-26113",
    },
    Character {
        age: "3.1",
        codepoint: 0x26114,
        name: "CJK UNIFIED IDEOGRAPH-26114",
    },
    Character {
        age: "3.1",
        codepoint: 0x26115,
        name: "CJK UNIFIED IDEOGRAPH-26115",
    },
    Character {
        age: "3.1",
        codepoint: 0x26116,
        name: "CJK UNIFIED IDEOGRAPH-26116",
    },
    Character {
        age: "3.1",
        codepoint: 0x26117,
        name: "CJK UNIFIED IDEOGRAPH-26117",
    },
    Character {
        age: "3.1",
        codepoint: 0x26118,
        name: "CJK UNIFIED IDEOGRAPH-26118",
    },
    Character {
        age: "3.1",
        codepoint: 0x26119,
        name: "CJK UNIFIED IDEOGRAPH-26119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2611A,
        name: "CJK UNIFIED IDEOGRAPH-2611A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2611B,
        name: "CJK UNIFIED IDEOGRAPH-2611B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2611C,
        name: "CJK UNIFIED IDEOGRAPH-2611C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2611D,
        name: "CJK UNIFIED IDEOGRAPH-2611D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2611E,
        name: "CJK UNIFIED IDEOGRAPH-2611E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2611F,
        name: "CJK UNIFIED IDEOGRAPH-2611F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26120,
        name: "CJK UNIFIED IDEOGRAPH-26120",
    },
    Character {
        age: "3.1",
        codepoint: 0x26121,
        name: "CJK UNIFIED IDEOGRAPH-26121",
    },
    Character {
        age: "3.1",
        codepoint: 0x26122,
        name: "CJK UNIFIED IDEOGRAPH-26122",
    },
    Character {
        age: "3.1",
        codepoint: 0x26123,
        name: "CJK UNIFIED IDEOGRAPH-26123",
    },
    Character {
        age: "3.1",
        codepoint: 0x26124,
        name: "CJK UNIFIED IDEOGRAPH-26124",
    },
    Character {
        age: "3.1",
        codepoint: 0x26125,
        name: "CJK UNIFIED IDEOGRAPH-26125",
    },
    Character {
        age: "3.1",
        codepoint: 0x26126,
        name: "CJK UNIFIED IDEOGRAPH-26126",
    },
    Character {
        age: "3.1",
        codepoint: 0x26127,
        name: "CJK UNIFIED IDEOGRAPH-26127",
    },
    Character {
        age: "3.1",
        codepoint: 0x26128,
        name: "CJK UNIFIED IDEOGRAPH-26128",
    },
    Character {
        age: "3.1",
        codepoint: 0x26129,
        name: "CJK UNIFIED IDEOGRAPH-26129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2612A,
        name: "CJK UNIFIED IDEOGRAPH-2612A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2612B,
        name: "CJK UNIFIED IDEOGRAPH-2612B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2612C,
        name: "CJK UNIFIED IDEOGRAPH-2612C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2612D,
        name: "CJK UNIFIED IDEOGRAPH-2612D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2612E,
        name: "CJK UNIFIED IDEOGRAPH-2612E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2612F,
        name: "CJK UNIFIED IDEOGRAPH-2612F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26130,
        name: "CJK UNIFIED IDEOGRAPH-26130",
    },
    Character {
        age: "3.1",
        codepoint: 0x26131,
        name: "CJK UNIFIED IDEOGRAPH-26131",
    },
    Character {
        age: "3.1",
        codepoint: 0x26132,
        name: "CJK UNIFIED IDEOGRAPH-26132",
    },
    Character {
        age: "3.1",
        codepoint: 0x26133,
        name: "CJK UNIFIED IDEOGRAPH-26133",
    },
    Character {
        age: "3.1",
        codepoint: 0x26134,
        name: "CJK UNIFIED IDEOGRAPH-26134",
    },
    Character {
        age: "3.1",
        codepoint: 0x26135,
        name: "CJK UNIFIED IDEOGRAPH-26135",
    },
    Character {
        age: "3.1",
        codepoint: 0x26136,
        name: "CJK UNIFIED IDEOGRAPH-26136",
    },
    Character {
        age: "3.1",
        codepoint: 0x26137,
        name: "CJK UNIFIED IDEOGRAPH-26137",
    },
    Character {
        age: "3.1",
        codepoint: 0x26138,
        name: "CJK UNIFIED IDEOGRAPH-26138",
    },
    Character {
        age: "3.1",
        codepoint: 0x26139,
        name: "CJK UNIFIED IDEOGRAPH-26139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2613A,
        name: "CJK UNIFIED IDEOGRAPH-2613A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2613B,
        name: "CJK UNIFIED IDEOGRAPH-2613B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2613C,
        name: "CJK UNIFIED IDEOGRAPH-2613C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2613D,
        name: "CJK UNIFIED IDEOGRAPH-2613D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2613E,
        name: "CJK UNIFIED IDEOGRAPH-2613E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2613F,
        name: "CJK UNIFIED IDEOGRAPH-2613F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26140,
        name: "CJK UNIFIED IDEOGRAPH-26140",
    },
    Character {
        age: "3.1",
        codepoint: 0x26141,
        name: "CJK UNIFIED IDEOGRAPH-26141",
    },
    Character {
        age: "3.1",
        codepoint: 0x26142,
        name: "CJK UNIFIED IDEOGRAPH-26142",
    },
    Character {
        age: "3.1",
        codepoint: 0x26143,
        name: "CJK UNIFIED IDEOGRAPH-26143",
    },
    Character {
        age: "3.1",
        codepoint: 0x26144,
        name: "CJK UNIFIED IDEOGRAPH-26144",
    },
    Character {
        age: "3.1",
        codepoint: 0x26145,
        name: "CJK UNIFIED IDEOGRAPH-26145",
    },
    Character {
        age: "3.1",
        codepoint: 0x26146,
        name: "CJK UNIFIED IDEOGRAPH-26146",
    },
    Character {
        age: "3.1",
        codepoint: 0x26147,
        name: "CJK UNIFIED IDEOGRAPH-26147",
    },
    Character {
        age: "3.1",
        codepoint: 0x26148,
        name: "CJK UNIFIED IDEOGRAPH-26148",
    },
    Character {
        age: "3.1",
        codepoint: 0x26149,
        name: "CJK UNIFIED IDEOGRAPH-26149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2614A,
        name: "CJK UNIFIED IDEOGRAPH-2614A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2614B,
        name: "CJK UNIFIED IDEOGRAPH-2614B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2614C,
        name: "CJK UNIFIED IDEOGRAPH-2614C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2614D,
        name: "CJK UNIFIED IDEOGRAPH-2614D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2614E,
        name: "CJK UNIFIED IDEOGRAPH-2614E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2614F,
        name: "CJK UNIFIED IDEOGRAPH-2614F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26150,
        name: "CJK UNIFIED IDEOGRAPH-26150",
    },
    Character {
        age: "3.1",
        codepoint: 0x26151,
        name: "CJK UNIFIED IDEOGRAPH-26151",
    },
    Character {
        age: "3.1",
        codepoint: 0x26152,
        name: "CJK UNIFIED IDEOGRAPH-26152",
    },
    Character {
        age: "3.1",
        codepoint: 0x26153,
        name: "CJK UNIFIED IDEOGRAPH-26153",
    },
    Character {
        age: "3.1",
        codepoint: 0x26154,
        name: "CJK UNIFIED IDEOGRAPH-26154",
    },
    Character {
        age: "3.1",
        codepoint: 0x26155,
        name: "CJK UNIFIED IDEOGRAPH-26155",
    },
    Character {
        age: "3.1",
        codepoint: 0x26156,
        name: "CJK UNIFIED IDEOGRAPH-26156",
    },
    Character {
        age: "3.1",
        codepoint: 0x26157,
        name: "CJK UNIFIED IDEOGRAPH-26157",
    },
    Character {
        age: "3.1",
        codepoint: 0x26158,
        name: "CJK UNIFIED IDEOGRAPH-26158",
    },
    Character {
        age: "3.1",
        codepoint: 0x26159,
        name: "CJK UNIFIED IDEOGRAPH-26159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2615A,
        name: "CJK UNIFIED IDEOGRAPH-2615A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2615B,
        name: "CJK UNIFIED IDEOGRAPH-2615B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2615C,
        name: "CJK UNIFIED IDEOGRAPH-2615C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2615D,
        name: "CJK UNIFIED IDEOGRAPH-2615D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2615E,
        name: "CJK UNIFIED IDEOGRAPH-2615E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2615F,
        name: "CJK UNIFIED IDEOGRAPH-2615F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26160,
        name: "CJK UNIFIED IDEOGRAPH-26160",
    },
    Character {
        age: "3.1",
        codepoint: 0x26161,
        name: "CJK UNIFIED IDEOGRAPH-26161",
    },
    Character {
        age: "3.1",
        codepoint: 0x26162,
        name: "CJK UNIFIED IDEOGRAPH-26162",
    },
    Character {
        age: "3.1",
        codepoint: 0x26163,
        name: "CJK UNIFIED IDEOGRAPH-26163",
    },
    Character {
        age: "3.1",
        codepoint: 0x26164,
        name: "CJK UNIFIED IDEOGRAPH-26164",
    },
    Character {
        age: "3.1",
        codepoint: 0x26165,
        name: "CJK UNIFIED IDEOGRAPH-26165",
    },
    Character {
        age: "3.1",
        codepoint: 0x26166,
        name: "CJK UNIFIED IDEOGRAPH-26166",
    },
    Character {
        age: "3.1",
        codepoint: 0x26167,
        name: "CJK UNIFIED IDEOGRAPH-26167",
    },
    Character {
        age: "3.1",
        codepoint: 0x26168,
        name: "CJK UNIFIED IDEOGRAPH-26168",
    },
    Character {
        age: "3.1",
        codepoint: 0x26169,
        name: "CJK UNIFIED IDEOGRAPH-26169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2616A,
        name: "CJK UNIFIED IDEOGRAPH-2616A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2616B,
        name: "CJK UNIFIED IDEOGRAPH-2616B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2616C,
        name: "CJK UNIFIED IDEOGRAPH-2616C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2616D,
        name: "CJK UNIFIED IDEOGRAPH-2616D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2616E,
        name: "CJK UNIFIED IDEOGRAPH-2616E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2616F,
        name: "CJK UNIFIED IDEOGRAPH-2616F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26170,
        name: "CJK UNIFIED IDEOGRAPH-26170",
    },
    Character {
        age: "3.1",
        codepoint: 0x26171,
        name: "CJK UNIFIED IDEOGRAPH-26171",
    },
    Character {
        age: "3.1",
        codepoint: 0x26172,
        name: "CJK UNIFIED IDEOGRAPH-26172",
    },
    Character {
        age: "3.1",
        codepoint: 0x26173,
        name: "CJK UNIFIED IDEOGRAPH-26173",
    },
    Character {
        age: "3.1",
        codepoint: 0x26174,
        name: "CJK UNIFIED IDEOGRAPH-26174",
    },
    Character {
        age: "3.1",
        codepoint: 0x26175,
        name: "CJK UNIFIED IDEOGRAPH-26175",
    },
    Character {
        age: "3.1",
        codepoint: 0x26176,
        name: "CJK UNIFIED IDEOGRAPH-26176",
    },
    Character {
        age: "3.1",
        codepoint: 0x26177,
        name: "CJK UNIFIED IDEOGRAPH-26177",
    },
    Character {
        age: "3.1",
        codepoint: 0x26178,
        name: "CJK UNIFIED IDEOGRAPH-26178",
    },
    Character {
        age: "3.1",
        codepoint: 0x26179,
        name: "CJK UNIFIED IDEOGRAPH-26179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2617A,
        name: "CJK UNIFIED IDEOGRAPH-2617A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2617B,
        name: "CJK UNIFIED IDEOGRAPH-2617B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2617C,
        name: "CJK UNIFIED IDEOGRAPH-2617C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2617D,
        name: "CJK UNIFIED IDEOGRAPH-2617D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2617E,
        name: "CJK UNIFIED IDEOGRAPH-2617E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2617F,
        name: "CJK UNIFIED IDEOGRAPH-2617F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26180,
        name: "CJK UNIFIED IDEOGRAPH-26180",
    },
    Character {
        age: "3.1",
        codepoint: 0x26181,
        name: "CJK UNIFIED IDEOGRAPH-26181",
    },
    Character {
        age: "3.1",
        codepoint: 0x26182,
        name: "CJK UNIFIED IDEOGRAPH-26182",
    },
    Character {
        age: "3.1",
        codepoint: 0x26183,
        name: "CJK UNIFIED IDEOGRAPH-26183",
    },
    Character {
        age: "3.1",
        codepoint: 0x26184,
        name: "CJK UNIFIED IDEOGRAPH-26184",
    },
    Character {
        age: "3.1",
        codepoint: 0x26185,
        name: "CJK UNIFIED IDEOGRAPH-26185",
    },
    Character {
        age: "3.1",
        codepoint: 0x26186,
        name: "CJK UNIFIED IDEOGRAPH-26186",
    },
    Character {
        age: "3.1",
        codepoint: 0x26187,
        name: "CJK UNIFIED IDEOGRAPH-26187",
    },
    Character {
        age: "3.1",
        codepoint: 0x26188,
        name: "CJK UNIFIED IDEOGRAPH-26188",
    },
    Character {
        age: "3.1",
        codepoint: 0x26189,
        name: "CJK UNIFIED IDEOGRAPH-26189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2618A,
        name: "CJK UNIFIED IDEOGRAPH-2618A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2618B,
        name: "CJK UNIFIED IDEOGRAPH-2618B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2618C,
        name: "CJK UNIFIED IDEOGRAPH-2618C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2618D,
        name: "CJK UNIFIED IDEOGRAPH-2618D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2618E,
        name: "CJK UNIFIED IDEOGRAPH-2618E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2618F,
        name: "CJK UNIFIED IDEOGRAPH-2618F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26190,
        name: "CJK UNIFIED IDEOGRAPH-26190",
    },
    Character {
        age: "3.1",
        codepoint: 0x26191,
        name: "CJK UNIFIED IDEOGRAPH-26191",
    },
    Character {
        age: "3.1",
        codepoint: 0x26192,
        name: "CJK UNIFIED IDEOGRAPH-26192",
    },
    Character {
        age: "3.1",
        codepoint: 0x26193,
        name: "CJK UNIFIED IDEOGRAPH-26193",
    },
    Character {
        age: "3.1",
        codepoint: 0x26194,
        name: "CJK UNIFIED IDEOGRAPH-26194",
    },
    Character {
        age: "3.1",
        codepoint: 0x26195,
        name: "CJK UNIFIED IDEOGRAPH-26195",
    },
    Character {
        age: "3.1",
        codepoint: 0x26196,
        name: "CJK UNIFIED IDEOGRAPH-26196",
    },
    Character {
        age: "3.1",
        codepoint: 0x26197,
        name: "CJK UNIFIED IDEOGRAPH-26197",
    },
    Character {
        age: "3.1",
        codepoint: 0x26198,
        name: "CJK UNIFIED IDEOGRAPH-26198",
    },
    Character {
        age: "3.1",
        codepoint: 0x26199,
        name: "CJK UNIFIED IDEOGRAPH-26199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2619A,
        name: "CJK UNIFIED IDEOGRAPH-2619A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2619B,
        name: "CJK UNIFIED IDEOGRAPH-2619B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2619C,
        name: "CJK UNIFIED IDEOGRAPH-2619C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2619D,
        name: "CJK UNIFIED IDEOGRAPH-2619D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2619E,
        name: "CJK UNIFIED IDEOGRAPH-2619E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2619F,
        name: "CJK UNIFIED IDEOGRAPH-2619F",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A0,
        name: "CJK UNIFIED IDEOGRAPH-261A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A1,
        name: "CJK UNIFIED IDEOGRAPH-261A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A2,
        name: "CJK UNIFIED IDEOGRAPH-261A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A3,
        name: "CJK UNIFIED IDEOGRAPH-261A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A4,
        name: "CJK UNIFIED IDEOGRAPH-261A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A5,
        name: "CJK UNIFIED IDEOGRAPH-261A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A6,
        name: "CJK UNIFIED IDEOGRAPH-261A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A7,
        name: "CJK UNIFIED IDEOGRAPH-261A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A8,
        name: "CJK UNIFIED IDEOGRAPH-261A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x261A9,
        name: "CJK UNIFIED IDEOGRAPH-261A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x261AA,
        name: "CJK UNIFIED IDEOGRAPH-261AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x261AB,
        name: "CJK UNIFIED IDEOGRAPH-261AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x261AC,
        name: "CJK UNIFIED IDEOGRAPH-261AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x261AD,
        name: "CJK UNIFIED IDEOGRAPH-261AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x261AE,
        name: "CJK UNIFIED IDEOGRAPH-261AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x261AF,
        name: "CJK UNIFIED IDEOGRAPH-261AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B0,
        name: "CJK UNIFIED IDEOGRAPH-261B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B1,
        name: "CJK UNIFIED IDEOGRAPH-261B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B2,
        name: "CJK UNIFIED IDEOGRAPH-261B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B3,
        name: "CJK UNIFIED IDEOGRAPH-261B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B4,
        name: "CJK UNIFIED IDEOGRAPH-261B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B5,
        name: "CJK UNIFIED IDEOGRAPH-261B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B6,
        name: "CJK UNIFIED IDEOGRAPH-261B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B7,
        name: "CJK UNIFIED IDEOGRAPH-261B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B8,
        name: "CJK UNIFIED IDEOGRAPH-261B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x261B9,
        name: "CJK UNIFIED IDEOGRAPH-261B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x261BA,
        name: "CJK UNIFIED IDEOGRAPH-261BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x261BB,
        name: "CJK UNIFIED IDEOGRAPH-261BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x261BC,
        name: "CJK UNIFIED IDEOGRAPH-261BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x261BD,
        name: "CJK UNIFIED IDEOGRAPH-261BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x261BE,
        name: "CJK UNIFIED IDEOGRAPH-261BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x261BF,
        name: "CJK UNIFIED IDEOGRAPH-261BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C0,
        name: "CJK UNIFIED IDEOGRAPH-261C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C1,
        name: "CJK UNIFIED IDEOGRAPH-261C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C2,
        name: "CJK UNIFIED IDEOGRAPH-261C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C3,
        name: "CJK UNIFIED IDEOGRAPH-261C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C4,
        name: "CJK UNIFIED IDEOGRAPH-261C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C5,
        name: "CJK UNIFIED IDEOGRAPH-261C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C6,
        name: "CJK UNIFIED IDEOGRAPH-261C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C7,
        name: "CJK UNIFIED IDEOGRAPH-261C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C8,
        name: "CJK UNIFIED IDEOGRAPH-261C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x261C9,
        name: "CJK UNIFIED IDEOGRAPH-261C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x261CA,
        name: "CJK UNIFIED IDEOGRAPH-261CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x261CB,
        name: "CJK UNIFIED IDEOGRAPH-261CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x261CC,
        name: "CJK UNIFIED IDEOGRAPH-261CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x261CD,
        name: "CJK UNIFIED IDEOGRAPH-261CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x261CE,
        name: "CJK UNIFIED IDEOGRAPH-261CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x261CF,
        name: "CJK UNIFIED IDEOGRAPH-261CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D0,
        name: "CJK UNIFIED IDEOGRAPH-261D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D1,
        name: "CJK UNIFIED IDEOGRAPH-261D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D2,
        name: "CJK UNIFIED IDEOGRAPH-261D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D3,
        name: "CJK UNIFIED IDEOGRAPH-261D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D4,
        name: "CJK UNIFIED IDEOGRAPH-261D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D5,
        name: "CJK UNIFIED IDEOGRAPH-261D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D6,
        name: "CJK UNIFIED IDEOGRAPH-261D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D7,
        name: "CJK UNIFIED IDEOGRAPH-261D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D8,
        name: "CJK UNIFIED IDEOGRAPH-261D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x261D9,
        name: "CJK UNIFIED IDEOGRAPH-261D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x261DA,
        name: "CJK UNIFIED IDEOGRAPH-261DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x261DB,
        name: "CJK UNIFIED IDEOGRAPH-261DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x261DC,
        name: "CJK UNIFIED IDEOGRAPH-261DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x261DD,
        name: "CJK UNIFIED IDEOGRAPH-261DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x261DE,
        name: "CJK UNIFIED IDEOGRAPH-261DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x261DF,
        name: "CJK UNIFIED IDEOGRAPH-261DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E0,
        name: "CJK UNIFIED IDEOGRAPH-261E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E1,
        name: "CJK UNIFIED IDEOGRAPH-261E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E2,
        name: "CJK UNIFIED IDEOGRAPH-261E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E3,
        name: "CJK UNIFIED IDEOGRAPH-261E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E4,
        name: "CJK UNIFIED IDEOGRAPH-261E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E5,
        name: "CJK UNIFIED IDEOGRAPH-261E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E6,
        name: "CJK UNIFIED IDEOGRAPH-261E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E7,
        name: "CJK UNIFIED IDEOGRAPH-261E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E8,
        name: "CJK UNIFIED IDEOGRAPH-261E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x261E9,
        name: "CJK UNIFIED IDEOGRAPH-261E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x261EA,
        name: "CJK UNIFIED IDEOGRAPH-261EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x261EB,
        name: "CJK UNIFIED IDEOGRAPH-261EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x261EC,
        name: "CJK UNIFIED IDEOGRAPH-261EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x261ED,
        name: "CJK UNIFIED IDEOGRAPH-261ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x261EE,
        name: "CJK UNIFIED IDEOGRAPH-261EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x261EF,
        name: "CJK UNIFIED IDEOGRAPH-261EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F0,
        name: "CJK UNIFIED IDEOGRAPH-261F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F1,
        name: "CJK UNIFIED IDEOGRAPH-261F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F2,
        name: "CJK UNIFIED IDEOGRAPH-261F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F3,
        name: "CJK UNIFIED IDEOGRAPH-261F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F4,
        name: "CJK UNIFIED IDEOGRAPH-261F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F5,
        name: "CJK UNIFIED IDEOGRAPH-261F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F6,
        name: "CJK UNIFIED IDEOGRAPH-261F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F7,
        name: "CJK UNIFIED IDEOGRAPH-261F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F8,
        name: "CJK UNIFIED IDEOGRAPH-261F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x261F9,
        name: "CJK UNIFIED IDEOGRAPH-261F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x261FA,
        name: "CJK UNIFIED IDEOGRAPH-261FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x261FB,
        name: "CJK UNIFIED IDEOGRAPH-261FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x261FC,
        name: "CJK UNIFIED IDEOGRAPH-261FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x261FD,
        name: "CJK UNIFIED IDEOGRAPH-261FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x261FE,
        name: "CJK UNIFIED IDEOGRAPH-261FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x261FF,
        name: "CJK UNIFIED IDEOGRAPH-261FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26200,
        name: "CJK UNIFIED IDEOGRAPH-26200",
    },
    Character {
        age: "3.1",
        codepoint: 0x26201,
        name: "CJK UNIFIED IDEOGRAPH-26201",
    },
    Character {
        age: "3.1",
        codepoint: 0x26202,
        name: "CJK UNIFIED IDEOGRAPH-26202",
    },
    Character {
        age: "3.1",
        codepoint: 0x26203,
        name: "CJK UNIFIED IDEOGRAPH-26203",
    },
    Character {
        age: "3.1",
        codepoint: 0x26204,
        name: "CJK UNIFIED IDEOGRAPH-26204",
    },
    Character {
        age: "3.1",
        codepoint: 0x26205,
        name: "CJK UNIFIED IDEOGRAPH-26205",
    },
    Character {
        age: "3.1",
        codepoint: 0x26206,
        name: "CJK UNIFIED IDEOGRAPH-26206",
    },
    Character {
        age: "3.1",
        codepoint: 0x26207,
        name: "CJK UNIFIED IDEOGRAPH-26207",
    },
    Character {
        age: "3.1",
        codepoint: 0x26208,
        name: "CJK UNIFIED IDEOGRAPH-26208",
    },
    Character {
        age: "3.1",
        codepoint: 0x26209,
        name: "CJK UNIFIED IDEOGRAPH-26209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2620A,
        name: "CJK UNIFIED IDEOGRAPH-2620A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2620B,
        name: "CJK UNIFIED IDEOGRAPH-2620B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2620C,
        name: "CJK UNIFIED IDEOGRAPH-2620C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2620D,
        name: "CJK UNIFIED IDEOGRAPH-2620D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2620E,
        name: "CJK UNIFIED IDEOGRAPH-2620E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2620F,
        name: "CJK UNIFIED IDEOGRAPH-2620F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26210,
        name: "CJK UNIFIED IDEOGRAPH-26210",
    },
    Character {
        age: "3.1",
        codepoint: 0x26211,
        name: "CJK UNIFIED IDEOGRAPH-26211",
    },
    Character {
        age: "3.1",
        codepoint: 0x26212,
        name: "CJK UNIFIED IDEOGRAPH-26212",
    },
    Character {
        age: "3.1",
        codepoint: 0x26213,
        name: "CJK UNIFIED IDEOGRAPH-26213",
    },
    Character {
        age: "3.1",
        codepoint: 0x26214,
        name: "CJK UNIFIED IDEOGRAPH-26214",
    },
    Character {
        age: "3.1",
        codepoint: 0x26215,
        name: "CJK UNIFIED IDEOGRAPH-26215",
    },
    Character {
        age: "3.1",
        codepoint: 0x26216,
        name: "CJK UNIFIED IDEOGRAPH-26216",
    },
    Character {
        age: "3.1",
        codepoint: 0x26217,
        name: "CJK UNIFIED IDEOGRAPH-26217",
    },
    Character {
        age: "3.1",
        codepoint: 0x26218,
        name: "CJK UNIFIED IDEOGRAPH-26218",
    },
    Character {
        age: "3.1",
        codepoint: 0x26219,
        name: "CJK UNIFIED IDEOGRAPH-26219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2621A,
        name: "CJK UNIFIED IDEOGRAPH-2621A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2621B,
        name: "CJK UNIFIED IDEOGRAPH-2621B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2621C,
        name: "CJK UNIFIED IDEOGRAPH-2621C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2621D,
        name: "CJK UNIFIED IDEOGRAPH-2621D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2621E,
        name: "CJK UNIFIED IDEOGRAPH-2621E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2621F,
        name: "CJK UNIFIED IDEOGRAPH-2621F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26220,
        name: "CJK UNIFIED IDEOGRAPH-26220",
    },
    Character {
        age: "3.1",
        codepoint: 0x26221,
        name: "CJK UNIFIED IDEOGRAPH-26221",
    },
    Character {
        age: "3.1",
        codepoint: 0x26222,
        name: "CJK UNIFIED IDEOGRAPH-26222",
    },
    Character {
        age: "3.1",
        codepoint: 0x26223,
        name: "CJK UNIFIED IDEOGRAPH-26223",
    },
    Character {
        age: "3.1",
        codepoint: 0x26224,
        name: "CJK UNIFIED IDEOGRAPH-26224",
    },
    Character {
        age: "3.1",
        codepoint: 0x26225,
        name: "CJK UNIFIED IDEOGRAPH-26225",
    },
    Character {
        age: "3.1",
        codepoint: 0x26226,
        name: "CJK UNIFIED IDEOGRAPH-26226",
    },
    Character {
        age: "3.1",
        codepoint: 0x26227,
        name: "CJK UNIFIED IDEOGRAPH-26227",
    },
    Character {
        age: "3.1",
        codepoint: 0x26228,
        name: "CJK UNIFIED IDEOGRAPH-26228",
    },
    Character {
        age: "3.1",
        codepoint: 0x26229,
        name: "CJK UNIFIED IDEOGRAPH-26229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2622A,
        name: "CJK UNIFIED IDEOGRAPH-2622A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2622B,
        name: "CJK UNIFIED IDEOGRAPH-2622B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2622C,
        name: "CJK UNIFIED IDEOGRAPH-2622C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2622D,
        name: "CJK UNIFIED IDEOGRAPH-2622D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2622E,
        name: "CJK UNIFIED IDEOGRAPH-2622E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2622F,
        name: "CJK UNIFIED IDEOGRAPH-2622F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26230,
        name: "CJK UNIFIED IDEOGRAPH-26230",
    },
    Character {
        age: "3.1",
        codepoint: 0x26231,
        name: "CJK UNIFIED IDEOGRAPH-26231",
    },
    Character {
        age: "3.1",
        codepoint: 0x26232,
        name: "CJK UNIFIED IDEOGRAPH-26232",
    },
    Character {
        age: "3.1",
        codepoint: 0x26233,
        name: "CJK UNIFIED IDEOGRAPH-26233",
    },
    Character {
        age: "3.1",
        codepoint: 0x26234,
        name: "CJK UNIFIED IDEOGRAPH-26234",
    },
    Character {
        age: "3.1",
        codepoint: 0x26235,
        name: "CJK UNIFIED IDEOGRAPH-26235",
    },
    Character {
        age: "3.1",
        codepoint: 0x26236,
        name: "CJK UNIFIED IDEOGRAPH-26236",
    },
    Character {
        age: "3.1",
        codepoint: 0x26237,
        name: "CJK UNIFIED IDEOGRAPH-26237",
    },
    Character {
        age: "3.1",
        codepoint: 0x26238,
        name: "CJK UNIFIED IDEOGRAPH-26238",
    },
    Character {
        age: "3.1",
        codepoint: 0x26239,
        name: "CJK UNIFIED IDEOGRAPH-26239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2623A,
        name: "CJK UNIFIED IDEOGRAPH-2623A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2623B,
        name: "CJK UNIFIED IDEOGRAPH-2623B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2623C,
        name: "CJK UNIFIED IDEOGRAPH-2623C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2623D,
        name: "CJK UNIFIED IDEOGRAPH-2623D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2623E,
        name: "CJK UNIFIED IDEOGRAPH-2623E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2623F,
        name: "CJK UNIFIED IDEOGRAPH-2623F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26240,
        name: "CJK UNIFIED IDEOGRAPH-26240",
    },
    Character {
        age: "3.1",
        codepoint: 0x26241,
        name: "CJK UNIFIED IDEOGRAPH-26241",
    },
    Character {
        age: "3.1",
        codepoint: 0x26242,
        name: "CJK UNIFIED IDEOGRAPH-26242",
    },
    Character {
        age: "3.1",
        codepoint: 0x26243,
        name: "CJK UNIFIED IDEOGRAPH-26243",
    },
    Character {
        age: "3.1",
        codepoint: 0x26244,
        name: "CJK UNIFIED IDEOGRAPH-26244",
    },
    Character {
        age: "3.1",
        codepoint: 0x26245,
        name: "CJK UNIFIED IDEOGRAPH-26245",
    },
    Character {
        age: "3.1",
        codepoint: 0x26246,
        name: "CJK UNIFIED IDEOGRAPH-26246",
    },
    Character {
        age: "3.1",
        codepoint: 0x26247,
        name: "CJK UNIFIED IDEOGRAPH-26247",
    },
    Character {
        age: "3.1",
        codepoint: 0x26248,
        name: "CJK UNIFIED IDEOGRAPH-26248",
    },
    Character {
        age: "3.1",
        codepoint: 0x26249,
        name: "CJK UNIFIED IDEOGRAPH-26249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2624A,
        name: "CJK UNIFIED IDEOGRAPH-2624A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2624B,
        name: "CJK UNIFIED IDEOGRAPH-2624B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2624C,
        name: "CJK UNIFIED IDEOGRAPH-2624C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2624D,
        name: "CJK UNIFIED IDEOGRAPH-2624D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2624E,
        name: "CJK UNIFIED IDEOGRAPH-2624E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2624F,
        name: "CJK UNIFIED IDEOGRAPH-2624F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26250,
        name: "CJK UNIFIED IDEOGRAPH-26250",
    },
    Character {
        age: "3.1",
        codepoint: 0x26251,
        name: "CJK UNIFIED IDEOGRAPH-26251",
    },
    Character {
        age: "3.1",
        codepoint: 0x26252,
        name: "CJK UNIFIED IDEOGRAPH-26252",
    },
    Character {
        age: "3.1",
        codepoint: 0x26253,
        name: "CJK UNIFIED IDEOGRAPH-26253",
    },
    Character {
        age: "3.1",
        codepoint: 0x26254,
        name: "CJK UNIFIED IDEOGRAPH-26254",
    },
    Character {
        age: "3.1",
        codepoint: 0x26255,
        name: "CJK UNIFIED IDEOGRAPH-26255",
    },
    Character {
        age: "3.1",
        codepoint: 0x26256,
        name: "CJK UNIFIED IDEOGRAPH-26256",
    },
    Character {
        age: "3.1",
        codepoint: 0x26257,
        name: "CJK UNIFIED IDEOGRAPH-26257",
    },
    Character {
        age: "3.1",
        codepoint: 0x26258,
        name: "CJK UNIFIED IDEOGRAPH-26258",
    },
    Character {
        age: "3.1",
        codepoint: 0x26259,
        name: "CJK UNIFIED IDEOGRAPH-26259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2625A,
        name: "CJK UNIFIED IDEOGRAPH-2625A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2625B,
        name: "CJK UNIFIED IDEOGRAPH-2625B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2625C,
        name: "CJK UNIFIED IDEOGRAPH-2625C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2625D,
        name: "CJK UNIFIED IDEOGRAPH-2625D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2625E,
        name: "CJK UNIFIED IDEOGRAPH-2625E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2625F,
        name: "CJK UNIFIED IDEOGRAPH-2625F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26260,
        name: "CJK UNIFIED IDEOGRAPH-26260",
    },
    Character {
        age: "3.1",
        codepoint: 0x26261,
        name: "CJK UNIFIED IDEOGRAPH-26261",
    },
    Character {
        age: "3.1",
        codepoint: 0x26262,
        name: "CJK UNIFIED IDEOGRAPH-26262",
    },
    Character {
        age: "3.1",
        codepoint: 0x26263,
        name: "CJK UNIFIED IDEOGRAPH-26263",
    },
    Character {
        age: "3.1",
        codepoint: 0x26264,
        name: "CJK UNIFIED IDEOGRAPH-26264",
    },
    Character {
        age: "3.1",
        codepoint: 0x26265,
        name: "CJK UNIFIED IDEOGRAPH-26265",
    },
    Character {
        age: "3.1",
        codepoint: 0x26266,
        name: "CJK UNIFIED IDEOGRAPH-26266",
    },
    Character {
        age: "3.1",
        codepoint: 0x26267,
        name: "CJK UNIFIED IDEOGRAPH-26267",
    },
    Character {
        age: "3.1",
        codepoint: 0x26268,
        name: "CJK UNIFIED IDEOGRAPH-26268",
    },
    Character {
        age: "3.1",
        codepoint: 0x26269,
        name: "CJK UNIFIED IDEOGRAPH-26269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2626A,
        name: "CJK UNIFIED IDEOGRAPH-2626A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2626B,
        name: "CJK UNIFIED IDEOGRAPH-2626B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2626C,
        name: "CJK UNIFIED IDEOGRAPH-2626C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2626D,
        name: "CJK UNIFIED IDEOGRAPH-2626D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2626E,
        name: "CJK UNIFIED IDEOGRAPH-2626E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2626F,
        name: "CJK UNIFIED IDEOGRAPH-2626F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26270,
        name: "CJK UNIFIED IDEOGRAPH-26270",
    },
    Character {
        age: "3.1",
        codepoint: 0x26271,
        name: "CJK UNIFIED IDEOGRAPH-26271",
    },
    Character {
        age: "3.1",
        codepoint: 0x26272,
        name: "CJK UNIFIED IDEOGRAPH-26272",
    },
    Character {
        age: "3.1",
        codepoint: 0x26273,
        name: "CJK UNIFIED IDEOGRAPH-26273",
    },
    Character {
        age: "3.1",
        codepoint: 0x26274,
        name: "CJK UNIFIED IDEOGRAPH-26274",
    },
    Character {
        age: "3.1",
        codepoint: 0x26275,
        name: "CJK UNIFIED IDEOGRAPH-26275",
    },
    Character {
        age: "3.1",
        codepoint: 0x26276,
        name: "CJK UNIFIED IDEOGRAPH-26276",
    },
    Character {
        age: "3.1",
        codepoint: 0x26277,
        name: "CJK UNIFIED IDEOGRAPH-26277",
    },
    Character {
        age: "3.1",
        codepoint: 0x26278,
        name: "CJK UNIFIED IDEOGRAPH-26278",
    },
    Character {
        age: "3.1",
        codepoint: 0x26279,
        name: "CJK UNIFIED IDEOGRAPH-26279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2627A,
        name: "CJK UNIFIED IDEOGRAPH-2627A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2627B,
        name: "CJK UNIFIED IDEOGRAPH-2627B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2627C,
        name: "CJK UNIFIED IDEOGRAPH-2627C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2627D,
        name: "CJK UNIFIED IDEOGRAPH-2627D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2627E,
        name: "CJK UNIFIED IDEOGRAPH-2627E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2627F,
        name: "CJK UNIFIED IDEOGRAPH-2627F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26280,
        name: "CJK UNIFIED IDEOGRAPH-26280",
    },
    Character {
        age: "3.1",
        codepoint: 0x26281,
        name: "CJK UNIFIED IDEOGRAPH-26281",
    },
    Character {
        age: "3.1",
        codepoint: 0x26282,
        name: "CJK UNIFIED IDEOGRAPH-26282",
    },
    Character {
        age: "3.1",
        codepoint: 0x26283,
        name: "CJK UNIFIED IDEOGRAPH-26283",
    },
    Character {
        age: "3.1",
        codepoint: 0x26284,
        name: "CJK UNIFIED IDEOGRAPH-26284",
    },
    Character {
        age: "3.1",
        codepoint: 0x26285,
        name: "CJK UNIFIED IDEOGRAPH-26285",
    },
    Character {
        age: "3.1",
        codepoint: 0x26286,
        name: "CJK UNIFIED IDEOGRAPH-26286",
    },
    Character {
        age: "3.1",
        codepoint: 0x26287,
        name: "CJK UNIFIED IDEOGRAPH-26287",
    },
    Character {
        age: "3.1",
        codepoint: 0x26288,
        name: "CJK UNIFIED IDEOGRAPH-26288",
    },
    Character {
        age: "3.1",
        codepoint: 0x26289,
        name: "CJK UNIFIED IDEOGRAPH-26289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2628A,
        name: "CJK UNIFIED IDEOGRAPH-2628A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2628B,
        name: "CJK UNIFIED IDEOGRAPH-2628B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2628C,
        name: "CJK UNIFIED IDEOGRAPH-2628C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2628D,
        name: "CJK UNIFIED IDEOGRAPH-2628D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2628E,
        name: "CJK UNIFIED IDEOGRAPH-2628E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2628F,
        name: "CJK UNIFIED IDEOGRAPH-2628F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26290,
        name: "CJK UNIFIED IDEOGRAPH-26290",
    },
    Character {
        age: "3.1",
        codepoint: 0x26291,
        name: "CJK UNIFIED IDEOGRAPH-26291",
    },
    Character {
        age: "3.1",
        codepoint: 0x26292,
        name: "CJK UNIFIED IDEOGRAPH-26292",
    },
    Character {
        age: "3.1",
        codepoint: 0x26293,
        name: "CJK UNIFIED IDEOGRAPH-26293",
    },
    Character {
        age: "3.1",
        codepoint: 0x26294,
        name: "CJK UNIFIED IDEOGRAPH-26294",
    },
    Character {
        age: "3.1",
        codepoint: 0x26295,
        name: "CJK UNIFIED IDEOGRAPH-26295",
    },
    Character {
        age: "3.1",
        codepoint: 0x26296,
        name: "CJK UNIFIED IDEOGRAPH-26296",
    },
    Character {
        age: "3.1",
        codepoint: 0x26297,
        name: "CJK UNIFIED IDEOGRAPH-26297",
    },
    Character {
        age: "3.1",
        codepoint: 0x26298,
        name: "CJK UNIFIED IDEOGRAPH-26298",
    },
    Character {
        age: "3.1",
        codepoint: 0x26299,
        name: "CJK UNIFIED IDEOGRAPH-26299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2629A,
        name: "CJK UNIFIED IDEOGRAPH-2629A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2629B,
        name: "CJK UNIFIED IDEOGRAPH-2629B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2629C,
        name: "CJK UNIFIED IDEOGRAPH-2629C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2629D,
        name: "CJK UNIFIED IDEOGRAPH-2629D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2629E,
        name: "CJK UNIFIED IDEOGRAPH-2629E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2629F,
        name: "CJK UNIFIED IDEOGRAPH-2629F",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A0,
        name: "CJK UNIFIED IDEOGRAPH-262A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A1,
        name: "CJK UNIFIED IDEOGRAPH-262A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A2,
        name: "CJK UNIFIED IDEOGRAPH-262A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A3,
        name: "CJK UNIFIED IDEOGRAPH-262A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A4,
        name: "CJK UNIFIED IDEOGRAPH-262A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A5,
        name: "CJK UNIFIED IDEOGRAPH-262A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A6,
        name: "CJK UNIFIED IDEOGRAPH-262A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A7,
        name: "CJK UNIFIED IDEOGRAPH-262A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A8,
        name: "CJK UNIFIED IDEOGRAPH-262A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x262A9,
        name: "CJK UNIFIED IDEOGRAPH-262A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x262AA,
        name: "CJK UNIFIED IDEOGRAPH-262AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x262AB,
        name: "CJK UNIFIED IDEOGRAPH-262AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x262AC,
        name: "CJK UNIFIED IDEOGRAPH-262AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x262AD,
        name: "CJK UNIFIED IDEOGRAPH-262AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x262AE,
        name: "CJK UNIFIED IDEOGRAPH-262AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x262AF,
        name: "CJK UNIFIED IDEOGRAPH-262AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B0,
        name: "CJK UNIFIED IDEOGRAPH-262B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B1,
        name: "CJK UNIFIED IDEOGRAPH-262B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B2,
        name: "CJK UNIFIED IDEOGRAPH-262B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B3,
        name: "CJK UNIFIED IDEOGRAPH-262B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B4,
        name: "CJK UNIFIED IDEOGRAPH-262B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B5,
        name: "CJK UNIFIED IDEOGRAPH-262B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B6,
        name: "CJK UNIFIED IDEOGRAPH-262B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B7,
        name: "CJK UNIFIED IDEOGRAPH-262B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B8,
        name: "CJK UNIFIED IDEOGRAPH-262B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x262B9,
        name: "CJK UNIFIED IDEOGRAPH-262B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x262BA,
        name: "CJK UNIFIED IDEOGRAPH-262BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x262BB,
        name: "CJK UNIFIED IDEOGRAPH-262BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x262BC,
        name: "CJK UNIFIED IDEOGRAPH-262BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x262BD,
        name: "CJK UNIFIED IDEOGRAPH-262BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x262BE,
        name: "CJK UNIFIED IDEOGRAPH-262BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x262BF,
        name: "CJK UNIFIED IDEOGRAPH-262BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C0,
        name: "CJK UNIFIED IDEOGRAPH-262C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C1,
        name: "CJK UNIFIED IDEOGRAPH-262C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C2,
        name: "CJK UNIFIED IDEOGRAPH-262C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C3,
        name: "CJK UNIFIED IDEOGRAPH-262C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C4,
        name: "CJK UNIFIED IDEOGRAPH-262C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C5,
        name: "CJK UNIFIED IDEOGRAPH-262C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C6,
        name: "CJK UNIFIED IDEOGRAPH-262C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C7,
        name: "CJK UNIFIED IDEOGRAPH-262C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C8,
        name: "CJK UNIFIED IDEOGRAPH-262C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x262C9,
        name: "CJK UNIFIED IDEOGRAPH-262C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x262CA,
        name: "CJK UNIFIED IDEOGRAPH-262CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x262CB,
        name: "CJK UNIFIED IDEOGRAPH-262CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x262CC,
        name: "CJK UNIFIED IDEOGRAPH-262CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x262CD,
        name: "CJK UNIFIED IDEOGRAPH-262CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x262CE,
        name: "CJK UNIFIED IDEOGRAPH-262CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x262CF,
        name: "CJK UNIFIED IDEOGRAPH-262CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D0,
        name: "CJK UNIFIED IDEOGRAPH-262D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D1,
        name: "CJK UNIFIED IDEOGRAPH-262D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D2,
        name: "CJK UNIFIED IDEOGRAPH-262D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D3,
        name: "CJK UNIFIED IDEOGRAPH-262D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D4,
        name: "CJK UNIFIED IDEOGRAPH-262D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D5,
        name: "CJK UNIFIED IDEOGRAPH-262D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D6,
        name: "CJK UNIFIED IDEOGRAPH-262D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D7,
        name: "CJK UNIFIED IDEOGRAPH-262D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D8,
        name: "CJK UNIFIED IDEOGRAPH-262D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x262D9,
        name: "CJK UNIFIED IDEOGRAPH-262D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x262DA,
        name: "CJK UNIFIED IDEOGRAPH-262DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x262DB,
        name: "CJK UNIFIED IDEOGRAPH-262DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x262DC,
        name: "CJK UNIFIED IDEOGRAPH-262DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x262DD,
        name: "CJK UNIFIED IDEOGRAPH-262DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x262DE,
        name: "CJK UNIFIED IDEOGRAPH-262DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x262DF,
        name: "CJK UNIFIED IDEOGRAPH-262DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E0,
        name: "CJK UNIFIED IDEOGRAPH-262E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E1,
        name: "CJK UNIFIED IDEOGRAPH-262E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E2,
        name: "CJK UNIFIED IDEOGRAPH-262E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E3,
        name: "CJK UNIFIED IDEOGRAPH-262E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E4,
        name: "CJK UNIFIED IDEOGRAPH-262E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E5,
        name: "CJK UNIFIED IDEOGRAPH-262E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E6,
        name: "CJK UNIFIED IDEOGRAPH-262E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E7,
        name: "CJK UNIFIED IDEOGRAPH-262E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E8,
        name: "CJK UNIFIED IDEOGRAPH-262E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x262E9,
        name: "CJK UNIFIED IDEOGRAPH-262E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x262EA,
        name: "CJK UNIFIED IDEOGRAPH-262EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x262EB,
        name: "CJK UNIFIED IDEOGRAPH-262EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x262EC,
        name: "CJK UNIFIED IDEOGRAPH-262EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x262ED,
        name: "CJK UNIFIED IDEOGRAPH-262ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x262EE,
        name: "CJK UNIFIED IDEOGRAPH-262EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x262EF,
        name: "CJK UNIFIED IDEOGRAPH-262EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F0,
        name: "CJK UNIFIED IDEOGRAPH-262F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F1,
        name: "CJK UNIFIED IDEOGRAPH-262F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F2,
        name: "CJK UNIFIED IDEOGRAPH-262F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F3,
        name: "CJK UNIFIED IDEOGRAPH-262F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F4,
        name: "CJK UNIFIED IDEOGRAPH-262F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F5,
        name: "CJK UNIFIED IDEOGRAPH-262F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F6,
        name: "CJK UNIFIED IDEOGRAPH-262F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F7,
        name: "CJK UNIFIED IDEOGRAPH-262F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F8,
        name: "CJK UNIFIED IDEOGRAPH-262F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x262F9,
        name: "CJK UNIFIED IDEOGRAPH-262F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x262FA,
        name: "CJK UNIFIED IDEOGRAPH-262FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x262FB,
        name: "CJK UNIFIED IDEOGRAPH-262FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x262FC,
        name: "CJK UNIFIED IDEOGRAPH-262FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x262FD,
        name: "CJK UNIFIED IDEOGRAPH-262FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x262FE,
        name: "CJK UNIFIED IDEOGRAPH-262FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x262FF,
        name: "CJK UNIFIED IDEOGRAPH-262FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26300,
        name: "CJK UNIFIED IDEOGRAPH-26300",
    },
    Character {
        age: "3.1",
        codepoint: 0x26301,
        name: "CJK UNIFIED IDEOGRAPH-26301",
    },
    Character {
        age: "3.1",
        codepoint: 0x26302,
        name: "CJK UNIFIED IDEOGRAPH-26302",
    },
    Character {
        age: "3.1",
        codepoint: 0x26303,
        name: "CJK UNIFIED IDEOGRAPH-26303",
    },
    Character {
        age: "3.1",
        codepoint: 0x26304,
        name: "CJK UNIFIED IDEOGRAPH-26304",
    },
    Character {
        age: "3.1",
        codepoint: 0x26305,
        name: "CJK UNIFIED IDEOGRAPH-26305",
    },
    Character {
        age: "3.1",
        codepoint: 0x26306,
        name: "CJK UNIFIED IDEOGRAPH-26306",
    },
    Character {
        age: "3.1",
        codepoint: 0x26307,
        name: "CJK UNIFIED IDEOGRAPH-26307",
    },
    Character {
        age: "3.1",
        codepoint: 0x26308,
        name: "CJK UNIFIED IDEOGRAPH-26308",
    },
    Character {
        age: "3.1",
        codepoint: 0x26309,
        name: "CJK UNIFIED IDEOGRAPH-26309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2630A,
        name: "CJK UNIFIED IDEOGRAPH-2630A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2630B,
        name: "CJK UNIFIED IDEOGRAPH-2630B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2630C,
        name: "CJK UNIFIED IDEOGRAPH-2630C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2630D,
        name: "CJK UNIFIED IDEOGRAPH-2630D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2630E,
        name: "CJK UNIFIED IDEOGRAPH-2630E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2630F,
        name: "CJK UNIFIED IDEOGRAPH-2630F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26310,
        name: "CJK UNIFIED IDEOGRAPH-26310",
    },
    Character {
        age: "3.1",
        codepoint: 0x26311,
        name: "CJK UNIFIED IDEOGRAPH-26311",
    },
    Character {
        age: "3.1",
        codepoint: 0x26312,
        name: "CJK UNIFIED IDEOGRAPH-26312",
    },
    Character {
        age: "3.1",
        codepoint: 0x26313,
        name: "CJK UNIFIED IDEOGRAPH-26313",
    },
    Character {
        age: "3.1",
        codepoint: 0x26314,
        name: "CJK UNIFIED IDEOGRAPH-26314",
    },
    Character {
        age: "3.1",
        codepoint: 0x26315,
        name: "CJK UNIFIED IDEOGRAPH-26315",
    },
    Character {
        age: "3.1",
        codepoint: 0x26316,
        name: "CJK UNIFIED IDEOGRAPH-26316",
    },
    Character {
        age: "3.1",
        codepoint: 0x26317,
        name: "CJK UNIFIED IDEOGRAPH-26317",
    },
    Character {
        age: "3.1",
        codepoint: 0x26318,
        name: "CJK UNIFIED IDEOGRAPH-26318",
    },
    Character {
        age: "3.1",
        codepoint: 0x26319,
        name: "CJK UNIFIED IDEOGRAPH-26319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2631A,
        name: "CJK UNIFIED IDEOGRAPH-2631A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2631B,
        name: "CJK UNIFIED IDEOGRAPH-2631B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2631C,
        name: "CJK UNIFIED IDEOGRAPH-2631C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2631D,
        name: "CJK UNIFIED IDEOGRAPH-2631D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2631E,
        name: "CJK UNIFIED IDEOGRAPH-2631E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2631F,
        name: "CJK UNIFIED IDEOGRAPH-2631F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26320,
        name: "CJK UNIFIED IDEOGRAPH-26320",
    },
    Character {
        age: "3.1",
        codepoint: 0x26321,
        name: "CJK UNIFIED IDEOGRAPH-26321",
    },
    Character {
        age: "3.1",
        codepoint: 0x26322,
        name: "CJK UNIFIED IDEOGRAPH-26322",
    },
    Character {
        age: "3.1",
        codepoint: 0x26323,
        name: "CJK UNIFIED IDEOGRAPH-26323",
    },
    Character {
        age: "3.1",
        codepoint: 0x26324,
        name: "CJK UNIFIED IDEOGRAPH-26324",
    },
    Character {
        age: "3.1",
        codepoint: 0x26325,
        name: "CJK UNIFIED IDEOGRAPH-26325",
    },
    Character {
        age: "3.1",
        codepoint: 0x26326,
        name: "CJK UNIFIED IDEOGRAPH-26326",
    },
    Character {
        age: "3.1",
        codepoint: 0x26327,
        name: "CJK UNIFIED IDEOGRAPH-26327",
    },
    Character {
        age: "3.1",
        codepoint: 0x26328,
        name: "CJK UNIFIED IDEOGRAPH-26328",
    },
    Character {
        age: "3.1",
        codepoint: 0x26329,
        name: "CJK UNIFIED IDEOGRAPH-26329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2632A,
        name: "CJK UNIFIED IDEOGRAPH-2632A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2632B,
        name: "CJK UNIFIED IDEOGRAPH-2632B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2632C,
        name: "CJK UNIFIED IDEOGRAPH-2632C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2632D,
        name: "CJK UNIFIED IDEOGRAPH-2632D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2632E,
        name: "CJK UNIFIED IDEOGRAPH-2632E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2632F,
        name: "CJK UNIFIED IDEOGRAPH-2632F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26330,
        name: "CJK UNIFIED IDEOGRAPH-26330",
    },
    Character {
        age: "3.1",
        codepoint: 0x26331,
        name: "CJK UNIFIED IDEOGRAPH-26331",
    },
    Character {
        age: "3.1",
        codepoint: 0x26332,
        name: "CJK UNIFIED IDEOGRAPH-26332",
    },
    Character {
        age: "3.1",
        codepoint: 0x26333,
        name: "CJK UNIFIED IDEOGRAPH-26333",
    },
    Character {
        age: "3.1",
        codepoint: 0x26334,
        name: "CJK UNIFIED IDEOGRAPH-26334",
    },
    Character {
        age: "3.1",
        codepoint: 0x26335,
        name: "CJK UNIFIED IDEOGRAPH-26335",
    },
    Character {
        age: "3.1",
        codepoint: 0x26336,
        name: "CJK UNIFIED IDEOGRAPH-26336",
    },
    Character {
        age: "3.1",
        codepoint: 0x26337,
        name: "CJK UNIFIED IDEOGRAPH-26337",
    },
    Character {
        age: "3.1",
        codepoint: 0x26338,
        name: "CJK UNIFIED IDEOGRAPH-26338",
    },
    Character {
        age: "3.1",
        codepoint: 0x26339,
        name: "CJK UNIFIED IDEOGRAPH-26339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2633A,
        name: "CJK UNIFIED IDEOGRAPH-2633A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2633B,
        name: "CJK UNIFIED IDEOGRAPH-2633B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2633C,
        name: "CJK UNIFIED IDEOGRAPH-2633C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2633D,
        name: "CJK UNIFIED IDEOGRAPH-2633D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2633E,
        name: "CJK UNIFIED IDEOGRAPH-2633E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2633F,
        name: "CJK UNIFIED IDEOGRAPH-2633F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26340,
        name: "CJK UNIFIED IDEOGRAPH-26340",
    },
    Character {
        age: "3.1",
        codepoint: 0x26341,
        name: "CJK UNIFIED IDEOGRAPH-26341",
    },
    Character {
        age: "3.1",
        codepoint: 0x26342,
        name: "CJK UNIFIED IDEOGRAPH-26342",
    },
    Character {
        age: "3.1",
        codepoint: 0x26343,
        name: "CJK UNIFIED IDEOGRAPH-26343",
    },
    Character {
        age: "3.1",
        codepoint: 0x26344,
        name: "CJK UNIFIED IDEOGRAPH-26344",
    },
    Character {
        age: "3.1",
        codepoint: 0x26345,
        name: "CJK UNIFIED IDEOGRAPH-26345",
    },
    Character {
        age: "3.1",
        codepoint: 0x26346,
        name: "CJK UNIFIED IDEOGRAPH-26346",
    },
    Character {
        age: "3.1",
        codepoint: 0x26347,
        name: "CJK UNIFIED IDEOGRAPH-26347",
    },
    Character {
        age: "3.1",
        codepoint: 0x26348,
        name: "CJK UNIFIED IDEOGRAPH-26348",
    },
    Character {
        age: "3.1",
        codepoint: 0x26349,
        name: "CJK UNIFIED IDEOGRAPH-26349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2634A,
        name: "CJK UNIFIED IDEOGRAPH-2634A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2634B,
        name: "CJK UNIFIED IDEOGRAPH-2634B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2634C,
        name: "CJK UNIFIED IDEOGRAPH-2634C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2634D,
        name: "CJK UNIFIED IDEOGRAPH-2634D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2634E,
        name: "CJK UNIFIED IDEOGRAPH-2634E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2634F,
        name: "CJK UNIFIED IDEOGRAPH-2634F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26350,
        name: "CJK UNIFIED IDEOGRAPH-26350",
    },
    Character {
        age: "3.1",
        codepoint: 0x26351,
        name: "CJK UNIFIED IDEOGRAPH-26351",
    },
    Character {
        age: "3.1",
        codepoint: 0x26352,
        name: "CJK UNIFIED IDEOGRAPH-26352",
    },
    Character {
        age: "3.1",
        codepoint: 0x26353,
        name: "CJK UNIFIED IDEOGRAPH-26353",
    },
    Character {
        age: "3.1",
        codepoint: 0x26354,
        name: "CJK UNIFIED IDEOGRAPH-26354",
    },
    Character {
        age: "3.1",
        codepoint: 0x26355,
        name: "CJK UNIFIED IDEOGRAPH-26355",
    },
    Character {
        age: "3.1",
        codepoint: 0x26356,
        name: "CJK UNIFIED IDEOGRAPH-26356",
    },
    Character {
        age: "3.1",
        codepoint: 0x26357,
        name: "CJK UNIFIED IDEOGRAPH-26357",
    },
    Character {
        age: "3.1",
        codepoint: 0x26358,
        name: "CJK UNIFIED IDEOGRAPH-26358",
    },
    Character {
        age: "3.1",
        codepoint: 0x26359,
        name: "CJK UNIFIED IDEOGRAPH-26359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2635A,
        name: "CJK UNIFIED IDEOGRAPH-2635A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2635B,
        name: "CJK UNIFIED IDEOGRAPH-2635B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2635C,
        name: "CJK UNIFIED IDEOGRAPH-2635C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2635D,
        name: "CJK UNIFIED IDEOGRAPH-2635D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2635E,
        name: "CJK UNIFIED IDEOGRAPH-2635E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2635F,
        name: "CJK UNIFIED IDEOGRAPH-2635F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26360,
        name: "CJK UNIFIED IDEOGRAPH-26360",
    },
    Character {
        age: "3.1",
        codepoint: 0x26361,
        name: "CJK UNIFIED IDEOGRAPH-26361",
    },
    Character {
        age: "3.1",
        codepoint: 0x26362,
        name: "CJK UNIFIED IDEOGRAPH-26362",
    },
    Character {
        age: "3.1",
        codepoint: 0x26363,
        name: "CJK UNIFIED IDEOGRAPH-26363",
    },
    Character {
        age: "3.1",
        codepoint: 0x26364,
        name: "CJK UNIFIED IDEOGRAPH-26364",
    },
    Character {
        age: "3.1",
        codepoint: 0x26365,
        name: "CJK UNIFIED IDEOGRAPH-26365",
    },
    Character {
        age: "3.1",
        codepoint: 0x26366,
        name: "CJK UNIFIED IDEOGRAPH-26366",
    },
    Character {
        age: "3.1",
        codepoint: 0x26367,
        name: "CJK UNIFIED IDEOGRAPH-26367",
    },
    Character {
        age: "3.1",
        codepoint: 0x26368,
        name: "CJK UNIFIED IDEOGRAPH-26368",
    },
    Character {
        age: "3.1",
        codepoint: 0x26369,
        name: "CJK UNIFIED IDEOGRAPH-26369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2636A,
        name: "CJK UNIFIED IDEOGRAPH-2636A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2636B,
        name: "CJK UNIFIED IDEOGRAPH-2636B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2636C,
        name: "CJK UNIFIED IDEOGRAPH-2636C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2636D,
        name: "CJK UNIFIED IDEOGRAPH-2636D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2636E,
        name: "CJK UNIFIED IDEOGRAPH-2636E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2636F,
        name: "CJK UNIFIED IDEOGRAPH-2636F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26370,
        name: "CJK UNIFIED IDEOGRAPH-26370",
    },
    Character {
        age: "3.1",
        codepoint: 0x26371,
        name: "CJK UNIFIED IDEOGRAPH-26371",
    },
    Character {
        age: "3.1",
        codepoint: 0x26372,
        name: "CJK UNIFIED IDEOGRAPH-26372",
    },
    Character {
        age: "3.1",
        codepoint: 0x26373,
        name: "CJK UNIFIED IDEOGRAPH-26373",
    },
    Character {
        age: "3.1",
        codepoint: 0x26374,
        name: "CJK UNIFIED IDEOGRAPH-26374",
    },
    Character {
        age: "3.1",
        codepoint: 0x26375,
        name: "CJK UNIFIED IDEOGRAPH-26375",
    },
    Character {
        age: "3.1",
        codepoint: 0x26376,
        name: "CJK UNIFIED IDEOGRAPH-26376",
    },
    Character {
        age: "3.1",
        codepoint: 0x26377,
        name: "CJK UNIFIED IDEOGRAPH-26377",
    },
    Character {
        age: "3.1",
        codepoint: 0x26378,
        name: "CJK UNIFIED IDEOGRAPH-26378",
    },
    Character {
        age: "3.1",
        codepoint: 0x26379,
        name: "CJK UNIFIED IDEOGRAPH-26379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2637A,
        name: "CJK UNIFIED IDEOGRAPH-2637A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2637B,
        name: "CJK UNIFIED IDEOGRAPH-2637B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2637C,
        name: "CJK UNIFIED IDEOGRAPH-2637C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2637D,
        name: "CJK UNIFIED IDEOGRAPH-2637D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2637E,
        name: "CJK UNIFIED IDEOGRAPH-2637E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2637F,
        name: "CJK UNIFIED IDEOGRAPH-2637F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26380,
        name: "CJK UNIFIED IDEOGRAPH-26380",
    },
    Character {
        age: "3.1",
        codepoint: 0x26381,
        name: "CJK UNIFIED IDEOGRAPH-26381",
    },
    Character {
        age: "3.1",
        codepoint: 0x26382,
        name: "CJK UNIFIED IDEOGRAPH-26382",
    },
    Character {
        age: "3.1",
        codepoint: 0x26383,
        name: "CJK UNIFIED IDEOGRAPH-26383",
    },
    Character {
        age: "3.1",
        codepoint: 0x26384,
        name: "CJK UNIFIED IDEOGRAPH-26384",
    },
    Character {
        age: "3.1",
        codepoint: 0x26385,
        name: "CJK UNIFIED IDEOGRAPH-26385",
    },
    Character {
        age: "3.1",
        codepoint: 0x26386,
        name: "CJK UNIFIED IDEOGRAPH-26386",
    },
    Character {
        age: "3.1",
        codepoint: 0x26387,
        name: "CJK UNIFIED IDEOGRAPH-26387",
    },
    Character {
        age: "3.1",
        codepoint: 0x26388,
        name: "CJK UNIFIED IDEOGRAPH-26388",
    },
    Character {
        age: "3.1",
        codepoint: 0x26389,
        name: "CJK UNIFIED IDEOGRAPH-26389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2638A,
        name: "CJK UNIFIED IDEOGRAPH-2638A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2638B,
        name: "CJK UNIFIED IDEOGRAPH-2638B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2638C,
        name: "CJK UNIFIED IDEOGRAPH-2638C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2638D,
        name: "CJK UNIFIED IDEOGRAPH-2638D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2638E,
        name: "CJK UNIFIED IDEOGRAPH-2638E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2638F,
        name: "CJK UNIFIED IDEOGRAPH-2638F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26390,
        name: "CJK UNIFIED IDEOGRAPH-26390",
    },
    Character {
        age: "3.1",
        codepoint: 0x26391,
        name: "CJK UNIFIED IDEOGRAPH-26391",
    },
    Character {
        age: "3.1",
        codepoint: 0x26392,
        name: "CJK UNIFIED IDEOGRAPH-26392",
    },
    Character {
        age: "3.1",
        codepoint: 0x26393,
        name: "CJK UNIFIED IDEOGRAPH-26393",
    },
    Character {
        age: "3.1",
        codepoint: 0x26394,
        name: "CJK UNIFIED IDEOGRAPH-26394",
    },
    Character {
        age: "3.1",
        codepoint: 0x26395,
        name: "CJK UNIFIED IDEOGRAPH-26395",
    },
    Character {
        age: "3.1",
        codepoint: 0x26396,
        name: "CJK UNIFIED IDEOGRAPH-26396",
    },
    Character {
        age: "3.1",
        codepoint: 0x26397,
        name: "CJK UNIFIED IDEOGRAPH-26397",
    },
    Character {
        age: "3.1",
        codepoint: 0x26398,
        name: "CJK UNIFIED IDEOGRAPH-26398",
    },
    Character {
        age: "3.1",
        codepoint: 0x26399,
        name: "CJK UNIFIED IDEOGRAPH-26399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2639A,
        name: "CJK UNIFIED IDEOGRAPH-2639A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2639B,
        name: "CJK UNIFIED IDEOGRAPH-2639B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2639C,
        name: "CJK UNIFIED IDEOGRAPH-2639C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2639D,
        name: "CJK UNIFIED IDEOGRAPH-2639D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2639E,
        name: "CJK UNIFIED IDEOGRAPH-2639E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2639F,
        name: "CJK UNIFIED IDEOGRAPH-2639F",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A0,
        name: "CJK UNIFIED IDEOGRAPH-263A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A1,
        name: "CJK UNIFIED IDEOGRAPH-263A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A2,
        name: "CJK UNIFIED IDEOGRAPH-263A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A3,
        name: "CJK UNIFIED IDEOGRAPH-263A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A4,
        name: "CJK UNIFIED IDEOGRAPH-263A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A5,
        name: "CJK UNIFIED IDEOGRAPH-263A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A6,
        name: "CJK UNIFIED IDEOGRAPH-263A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A7,
        name: "CJK UNIFIED IDEOGRAPH-263A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A8,
        name: "CJK UNIFIED IDEOGRAPH-263A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x263A9,
        name: "CJK UNIFIED IDEOGRAPH-263A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x263AA,
        name: "CJK UNIFIED IDEOGRAPH-263AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x263AB,
        name: "CJK UNIFIED IDEOGRAPH-263AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x263AC,
        name: "CJK UNIFIED IDEOGRAPH-263AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x263AD,
        name: "CJK UNIFIED IDEOGRAPH-263AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x263AE,
        name: "CJK UNIFIED IDEOGRAPH-263AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x263AF,
        name: "CJK UNIFIED IDEOGRAPH-263AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B0,
        name: "CJK UNIFIED IDEOGRAPH-263B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B1,
        name: "CJK UNIFIED IDEOGRAPH-263B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B2,
        name: "CJK UNIFIED IDEOGRAPH-263B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B3,
        name: "CJK UNIFIED IDEOGRAPH-263B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B4,
        name: "CJK UNIFIED IDEOGRAPH-263B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B5,
        name: "CJK UNIFIED IDEOGRAPH-263B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B6,
        name: "CJK UNIFIED IDEOGRAPH-263B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B7,
        name: "CJK UNIFIED IDEOGRAPH-263B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B8,
        name: "CJK UNIFIED IDEOGRAPH-263B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x263B9,
        name: "CJK UNIFIED IDEOGRAPH-263B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x263BA,
        name: "CJK UNIFIED IDEOGRAPH-263BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x263BB,
        name: "CJK UNIFIED IDEOGRAPH-263BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x263BC,
        name: "CJK UNIFIED IDEOGRAPH-263BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x263BD,
        name: "CJK UNIFIED IDEOGRAPH-263BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x263BE,
        name: "CJK UNIFIED IDEOGRAPH-263BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x263BF,
        name: "CJK UNIFIED IDEOGRAPH-263BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C0,
        name: "CJK UNIFIED IDEOGRAPH-263C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C1,
        name: "CJK UNIFIED IDEOGRAPH-263C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C2,
        name: "CJK UNIFIED IDEOGRAPH-263C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C3,
        name: "CJK UNIFIED IDEOGRAPH-263C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C4,
        name: "CJK UNIFIED IDEOGRAPH-263C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C5,
        name: "CJK UNIFIED IDEOGRAPH-263C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C6,
        name: "CJK UNIFIED IDEOGRAPH-263C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C7,
        name: "CJK UNIFIED IDEOGRAPH-263C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C8,
        name: "CJK UNIFIED IDEOGRAPH-263C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x263C9,
        name: "CJK UNIFIED IDEOGRAPH-263C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x263CA,
        name: "CJK UNIFIED IDEOGRAPH-263CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x263CB,
        name: "CJK UNIFIED IDEOGRAPH-263CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x263CC,
        name: "CJK UNIFIED IDEOGRAPH-263CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x263CD,
        name: "CJK UNIFIED IDEOGRAPH-263CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x263CE,
        name: "CJK UNIFIED IDEOGRAPH-263CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x263CF,
        name: "CJK UNIFIED IDEOGRAPH-263CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D0,
        name: "CJK UNIFIED IDEOGRAPH-263D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D1,
        name: "CJK UNIFIED IDEOGRAPH-263D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D2,
        name: "CJK UNIFIED IDEOGRAPH-263D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D3,
        name: "CJK UNIFIED IDEOGRAPH-263D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D4,
        name: "CJK UNIFIED IDEOGRAPH-263D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D5,
        name: "CJK UNIFIED IDEOGRAPH-263D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D6,
        name: "CJK UNIFIED IDEOGRAPH-263D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D7,
        name: "CJK UNIFIED IDEOGRAPH-263D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D8,
        name: "CJK UNIFIED IDEOGRAPH-263D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x263D9,
        name: "CJK UNIFIED IDEOGRAPH-263D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x263DA,
        name: "CJK UNIFIED IDEOGRAPH-263DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x263DB,
        name: "CJK UNIFIED IDEOGRAPH-263DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x263DC,
        name: "CJK UNIFIED IDEOGRAPH-263DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x263DD,
        name: "CJK UNIFIED IDEOGRAPH-263DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x263DE,
        name: "CJK UNIFIED IDEOGRAPH-263DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x263DF,
        name: "CJK UNIFIED IDEOGRAPH-263DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E0,
        name: "CJK UNIFIED IDEOGRAPH-263E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E1,
        name: "CJK UNIFIED IDEOGRAPH-263E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E2,
        name: "CJK UNIFIED IDEOGRAPH-263E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E3,
        name: "CJK UNIFIED IDEOGRAPH-263E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E4,
        name: "CJK UNIFIED IDEOGRAPH-263E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E5,
        name: "CJK UNIFIED IDEOGRAPH-263E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E6,
        name: "CJK UNIFIED IDEOGRAPH-263E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E7,
        name: "CJK UNIFIED IDEOGRAPH-263E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E8,
        name: "CJK UNIFIED IDEOGRAPH-263E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x263E9,
        name: "CJK UNIFIED IDEOGRAPH-263E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x263EA,
        name: "CJK UNIFIED IDEOGRAPH-263EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x263EB,
        name: "CJK UNIFIED IDEOGRAPH-263EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x263EC,
        name: "CJK UNIFIED IDEOGRAPH-263EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x263ED,
        name: "CJK UNIFIED IDEOGRAPH-263ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x263EE,
        name: "CJK UNIFIED IDEOGRAPH-263EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x263EF,
        name: "CJK UNIFIED IDEOGRAPH-263EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F0,
        name: "CJK UNIFIED IDEOGRAPH-263F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F1,
        name: "CJK UNIFIED IDEOGRAPH-263F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F2,
        name: "CJK UNIFIED IDEOGRAPH-263F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F3,
        name: "CJK UNIFIED IDEOGRAPH-263F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F4,
        name: "CJK UNIFIED IDEOGRAPH-263F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F5,
        name: "CJK UNIFIED IDEOGRAPH-263F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F6,
        name: "CJK UNIFIED IDEOGRAPH-263F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F7,
        name: "CJK UNIFIED IDEOGRAPH-263F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F8,
        name: "CJK UNIFIED IDEOGRAPH-263F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x263F9,
        name: "CJK UNIFIED IDEOGRAPH-263F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x263FA,
        name: "CJK UNIFIED IDEOGRAPH-263FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x263FB,
        name: "CJK UNIFIED IDEOGRAPH-263FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x263FC,
        name: "CJK UNIFIED IDEOGRAPH-263FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x263FD,
        name: "CJK UNIFIED IDEOGRAPH-263FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x263FE,
        name: "CJK UNIFIED IDEOGRAPH-263FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x263FF,
        name: "CJK UNIFIED IDEOGRAPH-263FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26400,
        name: "CJK UNIFIED IDEOGRAPH-26400",
    },
    Character {
        age: "3.1",
        codepoint: 0x26401,
        name: "CJK UNIFIED IDEOGRAPH-26401",
    },
    Character {
        age: "3.1",
        codepoint: 0x26402,
        name: "CJK UNIFIED IDEOGRAPH-26402",
    },
    Character {
        age: "3.1",
        codepoint: 0x26403,
        name: "CJK UNIFIED IDEOGRAPH-26403",
    },
    Character {
        age: "3.1",
        codepoint: 0x26404,
        name: "CJK UNIFIED IDEOGRAPH-26404",
    },
    Character {
        age: "3.1",
        codepoint: 0x26405,
        name: "CJK UNIFIED IDEOGRAPH-26405",
    },
    Character {
        age: "3.1",
        codepoint: 0x26406,
        name: "CJK UNIFIED IDEOGRAPH-26406",
    },
    Character {
        age: "3.1",
        codepoint: 0x26407,
        name: "CJK UNIFIED IDEOGRAPH-26407",
    },
    Character {
        age: "3.1",
        codepoint: 0x26408,
        name: "CJK UNIFIED IDEOGRAPH-26408",
    },
    Character {
        age: "3.1",
        codepoint: 0x26409,
        name: "CJK UNIFIED IDEOGRAPH-26409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2640A,
        name: "CJK UNIFIED IDEOGRAPH-2640A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2640B,
        name: "CJK UNIFIED IDEOGRAPH-2640B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2640C,
        name: "CJK UNIFIED IDEOGRAPH-2640C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2640D,
        name: "CJK UNIFIED IDEOGRAPH-2640D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2640E,
        name: "CJK UNIFIED IDEOGRAPH-2640E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2640F,
        name: "CJK UNIFIED IDEOGRAPH-2640F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26410,
        name: "CJK UNIFIED IDEOGRAPH-26410",
    },
    Character {
        age: "3.1",
        codepoint: 0x26411,
        name: "CJK UNIFIED IDEOGRAPH-26411",
    },
    Character {
        age: "3.1",
        codepoint: 0x26412,
        name: "CJK UNIFIED IDEOGRAPH-26412",
    },
    Character {
        age: "3.1",
        codepoint: 0x26413,
        name: "CJK UNIFIED IDEOGRAPH-26413",
    },
    Character {
        age: "3.1",
        codepoint: 0x26414,
        name: "CJK UNIFIED IDEOGRAPH-26414",
    },
    Character {
        age: "3.1",
        codepoint: 0x26415,
        name: "CJK UNIFIED IDEOGRAPH-26415",
    },
    Character {
        age: "3.1",
        codepoint: 0x26416,
        name: "CJK UNIFIED IDEOGRAPH-26416",
    },
    Character {
        age: "3.1",
        codepoint: 0x26417,
        name: "CJK UNIFIED IDEOGRAPH-26417",
    },
    Character {
        age: "3.1",
        codepoint: 0x26418,
        name: "CJK UNIFIED IDEOGRAPH-26418",
    },
    Character {
        age: "3.1",
        codepoint: 0x26419,
        name: "CJK UNIFIED IDEOGRAPH-26419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2641A,
        name: "CJK UNIFIED IDEOGRAPH-2641A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2641B,
        name: "CJK UNIFIED IDEOGRAPH-2641B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2641C,
        name: "CJK UNIFIED IDEOGRAPH-2641C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2641D,
        name: "CJK UNIFIED IDEOGRAPH-2641D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2641E,
        name: "CJK UNIFIED IDEOGRAPH-2641E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2641F,
        name: "CJK UNIFIED IDEOGRAPH-2641F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26420,
        name: "CJK UNIFIED IDEOGRAPH-26420",
    },
    Character {
        age: "3.1",
        codepoint: 0x26421,
        name: "CJK UNIFIED IDEOGRAPH-26421",
    },
    Character {
        age: "3.1",
        codepoint: 0x26422,
        name: "CJK UNIFIED IDEOGRAPH-26422",
    },
    Character {
        age: "3.1",
        codepoint: 0x26423,
        name: "CJK UNIFIED IDEOGRAPH-26423",
    },
    Character {
        age: "3.1",
        codepoint: 0x26424,
        name: "CJK UNIFIED IDEOGRAPH-26424",
    },
    Character {
        age: "3.1",
        codepoint: 0x26425,
        name: "CJK UNIFIED IDEOGRAPH-26425",
    },
    Character {
        age: "3.1",
        codepoint: 0x26426,
        name: "CJK UNIFIED IDEOGRAPH-26426",
    },
    Character {
        age: "3.1",
        codepoint: 0x26427,
        name: "CJK UNIFIED IDEOGRAPH-26427",
    },
    Character {
        age: "3.1",
        codepoint: 0x26428,
        name: "CJK UNIFIED IDEOGRAPH-26428",
    },
    Character {
        age: "3.1",
        codepoint: 0x26429,
        name: "CJK UNIFIED IDEOGRAPH-26429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2642A,
        name: "CJK UNIFIED IDEOGRAPH-2642A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2642B,
        name: "CJK UNIFIED IDEOGRAPH-2642B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2642C,
        name: "CJK UNIFIED IDEOGRAPH-2642C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2642D,
        name: "CJK UNIFIED IDEOGRAPH-2642D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2642E,
        name: "CJK UNIFIED IDEOGRAPH-2642E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2642F,
        name: "CJK UNIFIED IDEOGRAPH-2642F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26430,
        name: "CJK UNIFIED IDEOGRAPH-26430",
    },
    Character {
        age: "3.1",
        codepoint: 0x26431,
        name: "CJK UNIFIED IDEOGRAPH-26431",
    },
    Character {
        age: "3.1",
        codepoint: 0x26432,
        name: "CJK UNIFIED IDEOGRAPH-26432",
    },
    Character {
        age: "3.1",
        codepoint: 0x26433,
        name: "CJK UNIFIED IDEOGRAPH-26433",
    },
    Character {
        age: "3.1",
        codepoint: 0x26434,
        name: "CJK UNIFIED IDEOGRAPH-26434",
    },
    Character {
        age: "3.1",
        codepoint: 0x26435,
        name: "CJK UNIFIED IDEOGRAPH-26435",
    },
    Character {
        age: "3.1",
        codepoint: 0x26436,
        name: "CJK UNIFIED IDEOGRAPH-26436",
    },
    Character {
        age: "3.1",
        codepoint: 0x26437,
        name: "CJK UNIFIED IDEOGRAPH-26437",
    },
    Character {
        age: "3.1",
        codepoint: 0x26438,
        name: "CJK UNIFIED IDEOGRAPH-26438",
    },
    Character {
        age: "3.1",
        codepoint: 0x26439,
        name: "CJK UNIFIED IDEOGRAPH-26439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2643A,
        name: "CJK UNIFIED IDEOGRAPH-2643A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2643B,
        name: "CJK UNIFIED IDEOGRAPH-2643B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2643C,
        name: "CJK UNIFIED IDEOGRAPH-2643C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2643D,
        name: "CJK UNIFIED IDEOGRAPH-2643D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2643E,
        name: "CJK UNIFIED IDEOGRAPH-2643E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2643F,
        name: "CJK UNIFIED IDEOGRAPH-2643F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26440,
        name: "CJK UNIFIED IDEOGRAPH-26440",
    },
    Character {
        age: "3.1",
        codepoint: 0x26441,
        name: "CJK UNIFIED IDEOGRAPH-26441",
    },
    Character {
        age: "3.1",
        codepoint: 0x26442,
        name: "CJK UNIFIED IDEOGRAPH-26442",
    },
    Character {
        age: "3.1",
        codepoint: 0x26443,
        name: "CJK UNIFIED IDEOGRAPH-26443",
    },
    Character {
        age: "3.1",
        codepoint: 0x26444,
        name: "CJK UNIFIED IDEOGRAPH-26444",
    },
    Character {
        age: "3.1",
        codepoint: 0x26445,
        name: "CJK UNIFIED IDEOGRAPH-26445",
    },
    Character {
        age: "3.1",
        codepoint: 0x26446,
        name: "CJK UNIFIED IDEOGRAPH-26446",
    },
    Character {
        age: "3.1",
        codepoint: 0x26447,
        name: "CJK UNIFIED IDEOGRAPH-26447",
    },
    Character {
        age: "3.1",
        codepoint: 0x26448,
        name: "CJK UNIFIED IDEOGRAPH-26448",
    },
    Character {
        age: "3.1",
        codepoint: 0x26449,
        name: "CJK UNIFIED IDEOGRAPH-26449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2644A,
        name: "CJK UNIFIED IDEOGRAPH-2644A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2644B,
        name: "CJK UNIFIED IDEOGRAPH-2644B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2644C,
        name: "CJK UNIFIED IDEOGRAPH-2644C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2644D,
        name: "CJK UNIFIED IDEOGRAPH-2644D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2644E,
        name: "CJK UNIFIED IDEOGRAPH-2644E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2644F,
        name: "CJK UNIFIED IDEOGRAPH-2644F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26450,
        name: "CJK UNIFIED IDEOGRAPH-26450",
    },
    Character {
        age: "3.1",
        codepoint: 0x26451,
        name: "CJK UNIFIED IDEOGRAPH-26451",
    },
    Character {
        age: "3.1",
        codepoint: 0x26452,
        name: "CJK UNIFIED IDEOGRAPH-26452",
    },
    Character {
        age: "3.1",
        codepoint: 0x26453,
        name: "CJK UNIFIED IDEOGRAPH-26453",
    },
    Character {
        age: "3.1",
        codepoint: 0x26454,
        name: "CJK UNIFIED IDEOGRAPH-26454",
    },
    Character {
        age: "3.1",
        codepoint: 0x26455,
        name: "CJK UNIFIED IDEOGRAPH-26455",
    },
    Character {
        age: "3.1",
        codepoint: 0x26456,
        name: "CJK UNIFIED IDEOGRAPH-26456",
    },
    Character {
        age: "3.1",
        codepoint: 0x26457,
        name: "CJK UNIFIED IDEOGRAPH-26457",
    },
    Character {
        age: "3.1",
        codepoint: 0x26458,
        name: "CJK UNIFIED IDEOGRAPH-26458",
    },
    Character {
        age: "3.1",
        codepoint: 0x26459,
        name: "CJK UNIFIED IDEOGRAPH-26459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2645A,
        name: "CJK UNIFIED IDEOGRAPH-2645A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2645B,
        name: "CJK UNIFIED IDEOGRAPH-2645B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2645C,
        name: "CJK UNIFIED IDEOGRAPH-2645C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2645D,
        name: "CJK UNIFIED IDEOGRAPH-2645D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2645E,
        name: "CJK UNIFIED IDEOGRAPH-2645E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2645F,
        name: "CJK UNIFIED IDEOGRAPH-2645F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26460,
        name: "CJK UNIFIED IDEOGRAPH-26460",
    },
    Character {
        age: "3.1",
        codepoint: 0x26461,
        name: "CJK UNIFIED IDEOGRAPH-26461",
    },
    Character {
        age: "3.1",
        codepoint: 0x26462,
        name: "CJK UNIFIED IDEOGRAPH-26462",
    },
    Character {
        age: "3.1",
        codepoint: 0x26463,
        name: "CJK UNIFIED IDEOGRAPH-26463",
    },
    Character {
        age: "3.1",
        codepoint: 0x26464,
        name: "CJK UNIFIED IDEOGRAPH-26464",
    },
    Character {
        age: "3.1",
        codepoint: 0x26465,
        name: "CJK UNIFIED IDEOGRAPH-26465",
    },
    Character {
        age: "3.1",
        codepoint: 0x26466,
        name: "CJK UNIFIED IDEOGRAPH-26466",
    },
    Character {
        age: "3.1",
        codepoint: 0x26467,
        name: "CJK UNIFIED IDEOGRAPH-26467",
    },
    Character {
        age: "3.1",
        codepoint: 0x26468,
        name: "CJK UNIFIED IDEOGRAPH-26468",
    },
    Character {
        age: "3.1",
        codepoint: 0x26469,
        name: "CJK UNIFIED IDEOGRAPH-26469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2646A,
        name: "CJK UNIFIED IDEOGRAPH-2646A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2646B,
        name: "CJK UNIFIED IDEOGRAPH-2646B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2646C,
        name: "CJK UNIFIED IDEOGRAPH-2646C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2646D,
        name: "CJK UNIFIED IDEOGRAPH-2646D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2646E,
        name: "CJK UNIFIED IDEOGRAPH-2646E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2646F,
        name: "CJK UNIFIED IDEOGRAPH-2646F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26470,
        name: "CJK UNIFIED IDEOGRAPH-26470",
    },
    Character {
        age: "3.1",
        codepoint: 0x26471,
        name: "CJK UNIFIED IDEOGRAPH-26471",
    },
    Character {
        age: "3.1",
        codepoint: 0x26472,
        name: "CJK UNIFIED IDEOGRAPH-26472",
    },
    Character {
        age: "3.1",
        codepoint: 0x26473,
        name: "CJK UNIFIED IDEOGRAPH-26473",
    },
    Character {
        age: "3.1",
        codepoint: 0x26474,
        name: "CJK UNIFIED IDEOGRAPH-26474",
    },
    Character {
        age: "3.1",
        codepoint: 0x26475,
        name: "CJK UNIFIED IDEOGRAPH-26475",
    },
    Character {
        age: "3.1",
        codepoint: 0x26476,
        name: "CJK UNIFIED IDEOGRAPH-26476",
    },
    Character {
        age: "3.1",
        codepoint: 0x26477,
        name: "CJK UNIFIED IDEOGRAPH-26477",
    },
    Character {
        age: "3.1",
        codepoint: 0x26478,
        name: "CJK UNIFIED IDEOGRAPH-26478",
    },
    Character {
        age: "3.1",
        codepoint: 0x26479,
        name: "CJK UNIFIED IDEOGRAPH-26479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2647A,
        name: "CJK UNIFIED IDEOGRAPH-2647A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2647B,
        name: "CJK UNIFIED IDEOGRAPH-2647B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2647C,
        name: "CJK UNIFIED IDEOGRAPH-2647C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2647D,
        name: "CJK UNIFIED IDEOGRAPH-2647D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2647E,
        name: "CJK UNIFIED IDEOGRAPH-2647E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2647F,
        name: "CJK UNIFIED IDEOGRAPH-2647F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26480,
        name: "CJK UNIFIED IDEOGRAPH-26480",
    },
    Character {
        age: "3.1",
        codepoint: 0x26481,
        name: "CJK UNIFIED IDEOGRAPH-26481",
    },
    Character {
        age: "3.1",
        codepoint: 0x26482,
        name: "CJK UNIFIED IDEOGRAPH-26482",
    },
    Character {
        age: "3.1",
        codepoint: 0x26483,
        name: "CJK UNIFIED IDEOGRAPH-26483",
    },
    Character {
        age: "3.1",
        codepoint: 0x26484,
        name: "CJK UNIFIED IDEOGRAPH-26484",
    },
    Character {
        age: "3.1",
        codepoint: 0x26485,
        name: "CJK UNIFIED IDEOGRAPH-26485",
    },
    Character {
        age: "3.1",
        codepoint: 0x26486,
        name: "CJK UNIFIED IDEOGRAPH-26486",
    },
    Character {
        age: "3.1",
        codepoint: 0x26487,
        name: "CJK UNIFIED IDEOGRAPH-26487",
    },
    Character {
        age: "3.1",
        codepoint: 0x26488,
        name: "CJK UNIFIED IDEOGRAPH-26488",
    },
    Character {
        age: "3.1",
        codepoint: 0x26489,
        name: "CJK UNIFIED IDEOGRAPH-26489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2648A,
        name: "CJK UNIFIED IDEOGRAPH-2648A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2648B,
        name: "CJK UNIFIED IDEOGRAPH-2648B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2648C,
        name: "CJK UNIFIED IDEOGRAPH-2648C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2648D,
        name: "CJK UNIFIED IDEOGRAPH-2648D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2648E,
        name: "CJK UNIFIED IDEOGRAPH-2648E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2648F,
        name: "CJK UNIFIED IDEOGRAPH-2648F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26490,
        name: "CJK UNIFIED IDEOGRAPH-26490",
    },
    Character {
        age: "3.1",
        codepoint: 0x26491,
        name: "CJK UNIFIED IDEOGRAPH-26491",
    },
    Character {
        age: "3.1",
        codepoint: 0x26492,
        name: "CJK UNIFIED IDEOGRAPH-26492",
    },
    Character {
        age: "3.1",
        codepoint: 0x26493,
        name: "CJK UNIFIED IDEOGRAPH-26493",
    },
    Character {
        age: "3.1",
        codepoint: 0x26494,
        name: "CJK UNIFIED IDEOGRAPH-26494",
    },
    Character {
        age: "3.1",
        codepoint: 0x26495,
        name: "CJK UNIFIED IDEOGRAPH-26495",
    },
    Character {
        age: "3.1",
        codepoint: 0x26496,
        name: "CJK UNIFIED IDEOGRAPH-26496",
    },
    Character {
        age: "3.1",
        codepoint: 0x26497,
        name: "CJK UNIFIED IDEOGRAPH-26497",
    },
    Character {
        age: "3.1",
        codepoint: 0x26498,
        name: "CJK UNIFIED IDEOGRAPH-26498",
    },
    Character {
        age: "3.1",
        codepoint: 0x26499,
        name: "CJK UNIFIED IDEOGRAPH-26499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2649A,
        name: "CJK UNIFIED IDEOGRAPH-2649A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2649B,
        name: "CJK UNIFIED IDEOGRAPH-2649B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2649C,
        name: "CJK UNIFIED IDEOGRAPH-2649C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2649D,
        name: "CJK UNIFIED IDEOGRAPH-2649D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2649E,
        name: "CJK UNIFIED IDEOGRAPH-2649E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2649F,
        name: "CJK UNIFIED IDEOGRAPH-2649F",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A0,
        name: "CJK UNIFIED IDEOGRAPH-264A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A1,
        name: "CJK UNIFIED IDEOGRAPH-264A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A2,
        name: "CJK UNIFIED IDEOGRAPH-264A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A3,
        name: "CJK UNIFIED IDEOGRAPH-264A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A4,
        name: "CJK UNIFIED IDEOGRAPH-264A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A5,
        name: "CJK UNIFIED IDEOGRAPH-264A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A6,
        name: "CJK UNIFIED IDEOGRAPH-264A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A7,
        name: "CJK UNIFIED IDEOGRAPH-264A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A8,
        name: "CJK UNIFIED IDEOGRAPH-264A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x264A9,
        name: "CJK UNIFIED IDEOGRAPH-264A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x264AA,
        name: "CJK UNIFIED IDEOGRAPH-264AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x264AB,
        name: "CJK UNIFIED IDEOGRAPH-264AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x264AC,
        name: "CJK UNIFIED IDEOGRAPH-264AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x264AD,
        name: "CJK UNIFIED IDEOGRAPH-264AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x264AE,
        name: "CJK UNIFIED IDEOGRAPH-264AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x264AF,
        name: "CJK UNIFIED IDEOGRAPH-264AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B0,
        name: "CJK UNIFIED IDEOGRAPH-264B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B1,
        name: "CJK UNIFIED IDEOGRAPH-264B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B2,
        name: "CJK UNIFIED IDEOGRAPH-264B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B3,
        name: "CJK UNIFIED IDEOGRAPH-264B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B4,
        name: "CJK UNIFIED IDEOGRAPH-264B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B5,
        name: "CJK UNIFIED IDEOGRAPH-264B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B6,
        name: "CJK UNIFIED IDEOGRAPH-264B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B7,
        name: "CJK UNIFIED IDEOGRAPH-264B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B8,
        name: "CJK UNIFIED IDEOGRAPH-264B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x264B9,
        name: "CJK UNIFIED IDEOGRAPH-264B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x264BA,
        name: "CJK UNIFIED IDEOGRAPH-264BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x264BB,
        name: "CJK UNIFIED IDEOGRAPH-264BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x264BC,
        name: "CJK UNIFIED IDEOGRAPH-264BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x264BD,
        name: "CJK UNIFIED IDEOGRAPH-264BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x264BE,
        name: "CJK UNIFIED IDEOGRAPH-264BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x264BF,
        name: "CJK UNIFIED IDEOGRAPH-264BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C0,
        name: "CJK UNIFIED IDEOGRAPH-264C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C1,
        name: "CJK UNIFIED IDEOGRAPH-264C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C2,
        name: "CJK UNIFIED IDEOGRAPH-264C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C3,
        name: "CJK UNIFIED IDEOGRAPH-264C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C4,
        name: "CJK UNIFIED IDEOGRAPH-264C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C5,
        name: "CJK UNIFIED IDEOGRAPH-264C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C6,
        name: "CJK UNIFIED IDEOGRAPH-264C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C7,
        name: "CJK UNIFIED IDEOGRAPH-264C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C8,
        name: "CJK UNIFIED IDEOGRAPH-264C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x264C9,
        name: "CJK UNIFIED IDEOGRAPH-264C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x264CA,
        name: "CJK UNIFIED IDEOGRAPH-264CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x264CB,
        name: "CJK UNIFIED IDEOGRAPH-264CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x264CC,
        name: "CJK UNIFIED IDEOGRAPH-264CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x264CD,
        name: "CJK UNIFIED IDEOGRAPH-264CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x264CE,
        name: "CJK UNIFIED IDEOGRAPH-264CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x264CF,
        name: "CJK UNIFIED IDEOGRAPH-264CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D0,
        name: "CJK UNIFIED IDEOGRAPH-264D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D1,
        name: "CJK UNIFIED IDEOGRAPH-264D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D2,
        name: "CJK UNIFIED IDEOGRAPH-264D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D3,
        name: "CJK UNIFIED IDEOGRAPH-264D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D4,
        name: "CJK UNIFIED IDEOGRAPH-264D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D5,
        name: "CJK UNIFIED IDEOGRAPH-264D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D6,
        name: "CJK UNIFIED IDEOGRAPH-264D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D7,
        name: "CJK UNIFIED IDEOGRAPH-264D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D8,
        name: "CJK UNIFIED IDEOGRAPH-264D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x264D9,
        name: "CJK UNIFIED IDEOGRAPH-264D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x264DA,
        name: "CJK UNIFIED IDEOGRAPH-264DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x264DB,
        name: "CJK UNIFIED IDEOGRAPH-264DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x264DC,
        name: "CJK UNIFIED IDEOGRAPH-264DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x264DD,
        name: "CJK UNIFIED IDEOGRAPH-264DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x264DE,
        name: "CJK UNIFIED IDEOGRAPH-264DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x264DF,
        name: "CJK UNIFIED IDEOGRAPH-264DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E0,
        name: "CJK UNIFIED IDEOGRAPH-264E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E1,
        name: "CJK UNIFIED IDEOGRAPH-264E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E2,
        name: "CJK UNIFIED IDEOGRAPH-264E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E3,
        name: "CJK UNIFIED IDEOGRAPH-264E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E4,
        name: "CJK UNIFIED IDEOGRAPH-264E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E5,
        name: "CJK UNIFIED IDEOGRAPH-264E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E6,
        name: "CJK UNIFIED IDEOGRAPH-264E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E7,
        name: "CJK UNIFIED IDEOGRAPH-264E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E8,
        name: "CJK UNIFIED IDEOGRAPH-264E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x264E9,
        name: "CJK UNIFIED IDEOGRAPH-264E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x264EA,
        name: "CJK UNIFIED IDEOGRAPH-264EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x264EB,
        name: "CJK UNIFIED IDEOGRAPH-264EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x264EC,
        name: "CJK UNIFIED IDEOGRAPH-264EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x264ED,
        name: "CJK UNIFIED IDEOGRAPH-264ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x264EE,
        name: "CJK UNIFIED IDEOGRAPH-264EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x264EF,
        name: "CJK UNIFIED IDEOGRAPH-264EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F0,
        name: "CJK UNIFIED IDEOGRAPH-264F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F1,
        name: "CJK UNIFIED IDEOGRAPH-264F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F2,
        name: "CJK UNIFIED IDEOGRAPH-264F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F3,
        name: "CJK UNIFIED IDEOGRAPH-264F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F4,
        name: "CJK UNIFIED IDEOGRAPH-264F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F5,
        name: "CJK UNIFIED IDEOGRAPH-264F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F6,
        name: "CJK UNIFIED IDEOGRAPH-264F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F7,
        name: "CJK UNIFIED IDEOGRAPH-264F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F8,
        name: "CJK UNIFIED IDEOGRAPH-264F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x264F9,
        name: "CJK UNIFIED IDEOGRAPH-264F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x264FA,
        name: "CJK UNIFIED IDEOGRAPH-264FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x264FB,
        name: "CJK UNIFIED IDEOGRAPH-264FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x264FC,
        name: "CJK UNIFIED IDEOGRAPH-264FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x264FD,
        name: "CJK UNIFIED IDEOGRAPH-264FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x264FE,
        name: "CJK UNIFIED IDEOGRAPH-264FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x264FF,
        name: "CJK UNIFIED IDEOGRAPH-264FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26500,
        name: "CJK UNIFIED IDEOGRAPH-26500",
    },
    Character {
        age: "3.1",
        codepoint: 0x26501,
        name: "CJK UNIFIED IDEOGRAPH-26501",
    },
    Character {
        age: "3.1",
        codepoint: 0x26502,
        name: "CJK UNIFIED IDEOGRAPH-26502",
    },
    Character {
        age: "3.1",
        codepoint: 0x26503,
        name: "CJK UNIFIED IDEOGRAPH-26503",
    },
    Character {
        age: "3.1",
        codepoint: 0x26504,
        name: "CJK UNIFIED IDEOGRAPH-26504",
    },
    Character {
        age: "3.1",
        codepoint: 0x26505,
        name: "CJK UNIFIED IDEOGRAPH-26505",
    },
    Character {
        age: "3.1",
        codepoint: 0x26506,
        name: "CJK UNIFIED IDEOGRAPH-26506",
    },
    Character {
        age: "3.1",
        codepoint: 0x26507,
        name: "CJK UNIFIED IDEOGRAPH-26507",
    },
    Character {
        age: "3.1",
        codepoint: 0x26508,
        name: "CJK UNIFIED IDEOGRAPH-26508",
    },
    Character {
        age: "3.1",
        codepoint: 0x26509,
        name: "CJK UNIFIED IDEOGRAPH-26509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2650A,
        name: "CJK UNIFIED IDEOGRAPH-2650A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2650B,
        name: "CJK UNIFIED IDEOGRAPH-2650B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2650C,
        name: "CJK UNIFIED IDEOGRAPH-2650C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2650D,
        name: "CJK UNIFIED IDEOGRAPH-2650D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2650E,
        name: "CJK UNIFIED IDEOGRAPH-2650E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2650F,
        name: "CJK UNIFIED IDEOGRAPH-2650F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26510,
        name: "CJK UNIFIED IDEOGRAPH-26510",
    },
    Character {
        age: "3.1",
        codepoint: 0x26511,
        name: "CJK UNIFIED IDEOGRAPH-26511",
    },
    Character {
        age: "3.1",
        codepoint: 0x26512,
        name: "CJK UNIFIED IDEOGRAPH-26512",
    },
    Character {
        age: "3.1",
        codepoint: 0x26513,
        name: "CJK UNIFIED IDEOGRAPH-26513",
    },
    Character {
        age: "3.1",
        codepoint: 0x26514,
        name: "CJK UNIFIED IDEOGRAPH-26514",
    },
    Character {
        age: "3.1",
        codepoint: 0x26515,
        name: "CJK UNIFIED IDEOGRAPH-26515",
    },
    Character {
        age: "3.1",
        codepoint: 0x26516,
        name: "CJK UNIFIED IDEOGRAPH-26516",
    },
    Character {
        age: "3.1",
        codepoint: 0x26517,
        name: "CJK UNIFIED IDEOGRAPH-26517",
    },
    Character {
        age: "3.1",
        codepoint: 0x26518,
        name: "CJK UNIFIED IDEOGRAPH-26518",
    },
    Character {
        age: "3.1",
        codepoint: 0x26519,
        name: "CJK UNIFIED IDEOGRAPH-26519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2651A,
        name: "CJK UNIFIED IDEOGRAPH-2651A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2651B,
        name: "CJK UNIFIED IDEOGRAPH-2651B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2651C,
        name: "CJK UNIFIED IDEOGRAPH-2651C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2651D,
        name: "CJK UNIFIED IDEOGRAPH-2651D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2651E,
        name: "CJK UNIFIED IDEOGRAPH-2651E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2651F,
        name: "CJK UNIFIED IDEOGRAPH-2651F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26520,
        name: "CJK UNIFIED IDEOGRAPH-26520",
    },
    Character {
        age: "3.1",
        codepoint: 0x26521,
        name: "CJK UNIFIED IDEOGRAPH-26521",
    },
    Character {
        age: "3.1",
        codepoint: 0x26522,
        name: "CJK UNIFIED IDEOGRAPH-26522",
    },
    Character {
        age: "3.1",
        codepoint: 0x26523,
        name: "CJK UNIFIED IDEOGRAPH-26523",
    },
    Character {
        age: "3.1",
        codepoint: 0x26524,
        name: "CJK UNIFIED IDEOGRAPH-26524",
    },
    Character {
        age: "3.1",
        codepoint: 0x26525,
        name: "CJK UNIFIED IDEOGRAPH-26525",
    },
    Character {
        age: "3.1",
        codepoint: 0x26526,
        name: "CJK UNIFIED IDEOGRAPH-26526",
    },
    Character {
        age: "3.1",
        codepoint: 0x26527,
        name: "CJK UNIFIED IDEOGRAPH-26527",
    },
    Character {
        age: "3.1",
        codepoint: 0x26528,
        name: "CJK UNIFIED IDEOGRAPH-26528",
    },
    Character {
        age: "3.1",
        codepoint: 0x26529,
        name: "CJK UNIFIED IDEOGRAPH-26529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2652A,
        name: "CJK UNIFIED IDEOGRAPH-2652A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2652B,
        name: "CJK UNIFIED IDEOGRAPH-2652B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2652C,
        name: "CJK UNIFIED IDEOGRAPH-2652C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2652D,
        name: "CJK UNIFIED IDEOGRAPH-2652D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2652E,
        name: "CJK UNIFIED IDEOGRAPH-2652E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2652F,
        name: "CJK UNIFIED IDEOGRAPH-2652F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26530,
        name: "CJK UNIFIED IDEOGRAPH-26530",
    },
    Character {
        age: "3.1",
        codepoint: 0x26531,
        name: "CJK UNIFIED IDEOGRAPH-26531",
    },
    Character {
        age: "3.1",
        codepoint: 0x26532,
        name: "CJK UNIFIED IDEOGRAPH-26532",
    },
    Character {
        age: "3.1",
        codepoint: 0x26533,
        name: "CJK UNIFIED IDEOGRAPH-26533",
    },
    Character {
        age: "3.1",
        codepoint: 0x26534,
        name: "CJK UNIFIED IDEOGRAPH-26534",
    },
    Character {
        age: "3.1",
        codepoint: 0x26535,
        name: "CJK UNIFIED IDEOGRAPH-26535",
    },
    Character {
        age: "3.1",
        codepoint: 0x26536,
        name: "CJK UNIFIED IDEOGRAPH-26536",
    },
    Character {
        age: "3.1",
        codepoint: 0x26537,
        name: "CJK UNIFIED IDEOGRAPH-26537",
    },
    Character {
        age: "3.1",
        codepoint: 0x26538,
        name: "CJK UNIFIED IDEOGRAPH-26538",
    },
    Character {
        age: "3.1",
        codepoint: 0x26539,
        name: "CJK UNIFIED IDEOGRAPH-26539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2653A,
        name: "CJK UNIFIED IDEOGRAPH-2653A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2653B,
        name: "CJK UNIFIED IDEOGRAPH-2653B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2653C,
        name: "CJK UNIFIED IDEOGRAPH-2653C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2653D,
        name: "CJK UNIFIED IDEOGRAPH-2653D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2653E,
        name: "CJK UNIFIED IDEOGRAPH-2653E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2653F,
        name: "CJK UNIFIED IDEOGRAPH-2653F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26540,
        name: "CJK UNIFIED IDEOGRAPH-26540",
    },
    Character {
        age: "3.1",
        codepoint: 0x26541,
        name: "CJK UNIFIED IDEOGRAPH-26541",
    },
    Character {
        age: "3.1",
        codepoint: 0x26542,
        name: "CJK UNIFIED IDEOGRAPH-26542",
    },
    Character {
        age: "3.1",
        codepoint: 0x26543,
        name: "CJK UNIFIED IDEOGRAPH-26543",
    },
    Character {
        age: "3.1",
        codepoint: 0x26544,
        name: "CJK UNIFIED IDEOGRAPH-26544",
    },
    Character {
        age: "3.1",
        codepoint: 0x26545,
        name: "CJK UNIFIED IDEOGRAPH-26545",
    },
    Character {
        age: "3.1",
        codepoint: 0x26546,
        name: "CJK UNIFIED IDEOGRAPH-26546",
    },
    Character {
        age: "3.1",
        codepoint: 0x26547,
        name: "CJK UNIFIED IDEOGRAPH-26547",
    },
    Character {
        age: "3.1",
        codepoint: 0x26548,
        name: "CJK UNIFIED IDEOGRAPH-26548",
    },
    Character {
        age: "3.1",
        codepoint: 0x26549,
        name: "CJK UNIFIED IDEOGRAPH-26549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2654A,
        name: "CJK UNIFIED IDEOGRAPH-2654A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2654B,
        name: "CJK UNIFIED IDEOGRAPH-2654B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2654C,
        name: "CJK UNIFIED IDEOGRAPH-2654C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2654D,
        name: "CJK UNIFIED IDEOGRAPH-2654D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2654E,
        name: "CJK UNIFIED IDEOGRAPH-2654E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2654F,
        name: "CJK UNIFIED IDEOGRAPH-2654F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26550,
        name: "CJK UNIFIED IDEOGRAPH-26550",
    },
    Character {
        age: "3.1",
        codepoint: 0x26551,
        name: "CJK UNIFIED IDEOGRAPH-26551",
    },
    Character {
        age: "3.1",
        codepoint: 0x26552,
        name: "CJK UNIFIED IDEOGRAPH-26552",
    },
    Character {
        age: "3.1",
        codepoint: 0x26553,
        name: "CJK UNIFIED IDEOGRAPH-26553",
    },
    Character {
        age: "3.1",
        codepoint: 0x26554,
        name: "CJK UNIFIED IDEOGRAPH-26554",
    },
    Character {
        age: "3.1",
        codepoint: 0x26555,
        name: "CJK UNIFIED IDEOGRAPH-26555",
    },
    Character {
        age: "3.1",
        codepoint: 0x26556,
        name: "CJK UNIFIED IDEOGRAPH-26556",
    },
    Character {
        age: "3.1",
        codepoint: 0x26557,
        name: "CJK UNIFIED IDEOGRAPH-26557",
    },
    Character {
        age: "3.1",
        codepoint: 0x26558,
        name: "CJK UNIFIED IDEOGRAPH-26558",
    },
    Character {
        age: "3.1",
        codepoint: 0x26559,
        name: "CJK UNIFIED IDEOGRAPH-26559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2655A,
        name: "CJK UNIFIED IDEOGRAPH-2655A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2655B,
        name: "CJK UNIFIED IDEOGRAPH-2655B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2655C,
        name: "CJK UNIFIED IDEOGRAPH-2655C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2655D,
        name: "CJK UNIFIED IDEOGRAPH-2655D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2655E,
        name: "CJK UNIFIED IDEOGRAPH-2655E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2655F,
        name: "CJK UNIFIED IDEOGRAPH-2655F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26560,
        name: "CJK UNIFIED IDEOGRAPH-26560",
    },
    Character {
        age: "3.1",
        codepoint: 0x26561,
        name: "CJK UNIFIED IDEOGRAPH-26561",
    },
    Character {
        age: "3.1",
        codepoint: 0x26562,
        name: "CJK UNIFIED IDEOGRAPH-26562",
    },
    Character {
        age: "3.1",
        codepoint: 0x26563,
        name: "CJK UNIFIED IDEOGRAPH-26563",
    },
    Character {
        age: "3.1",
        codepoint: 0x26564,
        name: "CJK UNIFIED IDEOGRAPH-26564",
    },
    Character {
        age: "3.1",
        codepoint: 0x26565,
        name: "CJK UNIFIED IDEOGRAPH-26565",
    },
    Character {
        age: "3.1",
        codepoint: 0x26566,
        name: "CJK UNIFIED IDEOGRAPH-26566",
    },
    Character {
        age: "3.1",
        codepoint: 0x26567,
        name: "CJK UNIFIED IDEOGRAPH-26567",
    },
    Character {
        age: "3.1",
        codepoint: 0x26568,
        name: "CJK UNIFIED IDEOGRAPH-26568",
    },
    Character {
        age: "3.1",
        codepoint: 0x26569,
        name: "CJK UNIFIED IDEOGRAPH-26569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2656A,
        name: "CJK UNIFIED IDEOGRAPH-2656A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2656B,
        name: "CJK UNIFIED IDEOGRAPH-2656B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2656C,
        name: "CJK UNIFIED IDEOGRAPH-2656C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2656D,
        name: "CJK UNIFIED IDEOGRAPH-2656D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2656E,
        name: "CJK UNIFIED IDEOGRAPH-2656E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2656F,
        name: "CJK UNIFIED IDEOGRAPH-2656F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26570,
        name: "CJK UNIFIED IDEOGRAPH-26570",
    },
    Character {
        age: "3.1",
        codepoint: 0x26571,
        name: "CJK UNIFIED IDEOGRAPH-26571",
    },
    Character {
        age: "3.1",
        codepoint: 0x26572,
        name: "CJK UNIFIED IDEOGRAPH-26572",
    },
    Character {
        age: "3.1",
        codepoint: 0x26573,
        name: "CJK UNIFIED IDEOGRAPH-26573",
    },
    Character {
        age: "3.1",
        codepoint: 0x26574,
        name: "CJK UNIFIED IDEOGRAPH-26574",
    },
    Character {
        age: "3.1",
        codepoint: 0x26575,
        name: "CJK UNIFIED IDEOGRAPH-26575",
    },
    Character {
        age: "3.1",
        codepoint: 0x26576,
        name: "CJK UNIFIED IDEOGRAPH-26576",
    },
    Character {
        age: "3.1",
        codepoint: 0x26577,
        name: "CJK UNIFIED IDEOGRAPH-26577",
    },
    Character {
        age: "3.1",
        codepoint: 0x26578,
        name: "CJK UNIFIED IDEOGRAPH-26578",
    },
    Character {
        age: "3.1",
        codepoint: 0x26579,
        name: "CJK UNIFIED IDEOGRAPH-26579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2657A,
        name: "CJK UNIFIED IDEOGRAPH-2657A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2657B,
        name: "CJK UNIFIED IDEOGRAPH-2657B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2657C,
        name: "CJK UNIFIED IDEOGRAPH-2657C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2657D,
        name: "CJK UNIFIED IDEOGRAPH-2657D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2657E,
        name: "CJK UNIFIED IDEOGRAPH-2657E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2657F,
        name: "CJK UNIFIED IDEOGRAPH-2657F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26580,
        name: "CJK UNIFIED IDEOGRAPH-26580",
    },
    Character {
        age: "3.1",
        codepoint: 0x26581,
        name: "CJK UNIFIED IDEOGRAPH-26581",
    },
    Character {
        age: "3.1",
        codepoint: 0x26582,
        name: "CJK UNIFIED IDEOGRAPH-26582",
    },
    Character {
        age: "3.1",
        codepoint: 0x26583,
        name: "CJK UNIFIED IDEOGRAPH-26583",
    },
    Character {
        age: "3.1",
        codepoint: 0x26584,
        name: "CJK UNIFIED IDEOGRAPH-26584",
    },
    Character {
        age: "3.1",
        codepoint: 0x26585,
        name: "CJK UNIFIED IDEOGRAPH-26585",
    },
    Character {
        age: "3.1",
        codepoint: 0x26586,
        name: "CJK UNIFIED IDEOGRAPH-26586",
    },
    Character {
        age: "3.1",
        codepoint: 0x26587,
        name: "CJK UNIFIED IDEOGRAPH-26587",
    },
    Character {
        age: "3.1",
        codepoint: 0x26588,
        name: "CJK UNIFIED IDEOGRAPH-26588",
    },
    Character {
        age: "3.1",
        codepoint: 0x26589,
        name: "CJK UNIFIED IDEOGRAPH-26589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2658A,
        name: "CJK UNIFIED IDEOGRAPH-2658A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2658B,
        name: "CJK UNIFIED IDEOGRAPH-2658B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2658C,
        name: "CJK UNIFIED IDEOGRAPH-2658C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2658D,
        name: "CJK UNIFIED IDEOGRAPH-2658D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2658E,
        name: "CJK UNIFIED IDEOGRAPH-2658E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2658F,
        name: "CJK UNIFIED IDEOGRAPH-2658F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26590,
        name: "CJK UNIFIED IDEOGRAPH-26590",
    },
    Character {
        age: "3.1",
        codepoint: 0x26591,
        name: "CJK UNIFIED IDEOGRAPH-26591",
    },
    Character {
        age: "3.1",
        codepoint: 0x26592,
        name: "CJK UNIFIED IDEOGRAPH-26592",
    },
    Character {
        age: "3.1",
        codepoint: 0x26593,
        name: "CJK UNIFIED IDEOGRAPH-26593",
    },
    Character {
        age: "3.1",
        codepoint: 0x26594,
        name: "CJK UNIFIED IDEOGRAPH-26594",
    },
    Character {
        age: "3.1",
        codepoint: 0x26595,
        name: "CJK UNIFIED IDEOGRAPH-26595",
    },
    Character {
        age: "3.1",
        codepoint: 0x26596,
        name: "CJK UNIFIED IDEOGRAPH-26596",
    },
    Character {
        age: "3.1",
        codepoint: 0x26597,
        name: "CJK UNIFIED IDEOGRAPH-26597",
    },
    Character {
        age: "3.1",
        codepoint: 0x26598,
        name: "CJK UNIFIED IDEOGRAPH-26598",
    },
    Character {
        age: "3.1",
        codepoint: 0x26599,
        name: "CJK UNIFIED IDEOGRAPH-26599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2659A,
        name: "CJK UNIFIED IDEOGRAPH-2659A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2659B,
        name: "CJK UNIFIED IDEOGRAPH-2659B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2659C,
        name: "CJK UNIFIED IDEOGRAPH-2659C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2659D,
        name: "CJK UNIFIED IDEOGRAPH-2659D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2659E,
        name: "CJK UNIFIED IDEOGRAPH-2659E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2659F,
        name: "CJK UNIFIED IDEOGRAPH-2659F",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A0,
        name: "CJK UNIFIED IDEOGRAPH-265A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A1,
        name: "CJK UNIFIED IDEOGRAPH-265A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A2,
        name: "CJK UNIFIED IDEOGRAPH-265A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A3,
        name: "CJK UNIFIED IDEOGRAPH-265A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A4,
        name: "CJK UNIFIED IDEOGRAPH-265A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A5,
        name: "CJK UNIFIED IDEOGRAPH-265A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A6,
        name: "CJK UNIFIED IDEOGRAPH-265A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A7,
        name: "CJK UNIFIED IDEOGRAPH-265A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A8,
        name: "CJK UNIFIED IDEOGRAPH-265A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x265A9,
        name: "CJK UNIFIED IDEOGRAPH-265A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x265AA,
        name: "CJK UNIFIED IDEOGRAPH-265AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x265AB,
        name: "CJK UNIFIED IDEOGRAPH-265AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x265AC,
        name: "CJK UNIFIED IDEOGRAPH-265AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x265AD,
        name: "CJK UNIFIED IDEOGRAPH-265AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x265AE,
        name: "CJK UNIFIED IDEOGRAPH-265AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x265AF,
        name: "CJK UNIFIED IDEOGRAPH-265AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B0,
        name: "CJK UNIFIED IDEOGRAPH-265B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B1,
        name: "CJK UNIFIED IDEOGRAPH-265B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B2,
        name: "CJK UNIFIED IDEOGRAPH-265B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B3,
        name: "CJK UNIFIED IDEOGRAPH-265B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B4,
        name: "CJK UNIFIED IDEOGRAPH-265B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B5,
        name: "CJK UNIFIED IDEOGRAPH-265B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B6,
        name: "CJK UNIFIED IDEOGRAPH-265B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B7,
        name: "CJK UNIFIED IDEOGRAPH-265B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B8,
        name: "CJK UNIFIED IDEOGRAPH-265B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x265B9,
        name: "CJK UNIFIED IDEOGRAPH-265B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x265BA,
        name: "CJK UNIFIED IDEOGRAPH-265BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x265BB,
        name: "CJK UNIFIED IDEOGRAPH-265BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x265BC,
        name: "CJK UNIFIED IDEOGRAPH-265BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x265BD,
        name: "CJK UNIFIED IDEOGRAPH-265BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x265BE,
        name: "CJK UNIFIED IDEOGRAPH-265BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x265BF,
        name: "CJK UNIFIED IDEOGRAPH-265BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C0,
        name: "CJK UNIFIED IDEOGRAPH-265C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C1,
        name: "CJK UNIFIED IDEOGRAPH-265C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C2,
        name: "CJK UNIFIED IDEOGRAPH-265C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C3,
        name: "CJK UNIFIED IDEOGRAPH-265C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C4,
        name: "CJK UNIFIED IDEOGRAPH-265C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C5,
        name: "CJK UNIFIED IDEOGRAPH-265C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C6,
        name: "CJK UNIFIED IDEOGRAPH-265C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C7,
        name: "CJK UNIFIED IDEOGRAPH-265C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C8,
        name: "CJK UNIFIED IDEOGRAPH-265C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x265C9,
        name: "CJK UNIFIED IDEOGRAPH-265C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x265CA,
        name: "CJK UNIFIED IDEOGRAPH-265CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x265CB,
        name: "CJK UNIFIED IDEOGRAPH-265CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x265CC,
        name: "CJK UNIFIED IDEOGRAPH-265CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x265CD,
        name: "CJK UNIFIED IDEOGRAPH-265CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x265CE,
        name: "CJK UNIFIED IDEOGRAPH-265CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x265CF,
        name: "CJK UNIFIED IDEOGRAPH-265CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D0,
        name: "CJK UNIFIED IDEOGRAPH-265D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D1,
        name: "CJK UNIFIED IDEOGRAPH-265D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D2,
        name: "CJK UNIFIED IDEOGRAPH-265D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D3,
        name: "CJK UNIFIED IDEOGRAPH-265D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D4,
        name: "CJK UNIFIED IDEOGRAPH-265D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D5,
        name: "CJK UNIFIED IDEOGRAPH-265D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D6,
        name: "CJK UNIFIED IDEOGRAPH-265D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D7,
        name: "CJK UNIFIED IDEOGRAPH-265D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D8,
        name: "CJK UNIFIED IDEOGRAPH-265D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x265D9,
        name: "CJK UNIFIED IDEOGRAPH-265D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x265DA,
        name: "CJK UNIFIED IDEOGRAPH-265DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x265DB,
        name: "CJK UNIFIED IDEOGRAPH-265DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x265DC,
        name: "CJK UNIFIED IDEOGRAPH-265DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x265DD,
        name: "CJK UNIFIED IDEOGRAPH-265DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x265DE,
        name: "CJK UNIFIED IDEOGRAPH-265DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x265DF,
        name: "CJK UNIFIED IDEOGRAPH-265DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E0,
        name: "CJK UNIFIED IDEOGRAPH-265E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E1,
        name: "CJK UNIFIED IDEOGRAPH-265E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E2,
        name: "CJK UNIFIED IDEOGRAPH-265E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E3,
        name: "CJK UNIFIED IDEOGRAPH-265E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E4,
        name: "CJK UNIFIED IDEOGRAPH-265E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E5,
        name: "CJK UNIFIED IDEOGRAPH-265E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E6,
        name: "CJK UNIFIED IDEOGRAPH-265E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E7,
        name: "CJK UNIFIED IDEOGRAPH-265E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E8,
        name: "CJK UNIFIED IDEOGRAPH-265E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x265E9,
        name: "CJK UNIFIED IDEOGRAPH-265E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x265EA,
        name: "CJK UNIFIED IDEOGRAPH-265EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x265EB,
        name: "CJK UNIFIED IDEOGRAPH-265EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x265EC,
        name: "CJK UNIFIED IDEOGRAPH-265EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x265ED,
        name: "CJK UNIFIED IDEOGRAPH-265ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x265EE,
        name: "CJK UNIFIED IDEOGRAPH-265EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x265EF,
        name: "CJK UNIFIED IDEOGRAPH-265EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F0,
        name: "CJK UNIFIED IDEOGRAPH-265F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F1,
        name: "CJK UNIFIED IDEOGRAPH-265F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F2,
        name: "CJK UNIFIED IDEOGRAPH-265F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F3,
        name: "CJK UNIFIED IDEOGRAPH-265F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F4,
        name: "CJK UNIFIED IDEOGRAPH-265F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F5,
        name: "CJK UNIFIED IDEOGRAPH-265F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F6,
        name: "CJK UNIFIED IDEOGRAPH-265F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F7,
        name: "CJK UNIFIED IDEOGRAPH-265F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F8,
        name: "CJK UNIFIED IDEOGRAPH-265F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x265F9,
        name: "CJK UNIFIED IDEOGRAPH-265F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x265FA,
        name: "CJK UNIFIED IDEOGRAPH-265FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x265FB,
        name: "CJK UNIFIED IDEOGRAPH-265FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x265FC,
        name: "CJK UNIFIED IDEOGRAPH-265FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x265FD,
        name: "CJK UNIFIED IDEOGRAPH-265FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x265FE,
        name: "CJK UNIFIED IDEOGRAPH-265FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x265FF,
        name: "CJK UNIFIED IDEOGRAPH-265FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26600,
        name: "CJK UNIFIED IDEOGRAPH-26600",
    },
    Character {
        age: "3.1",
        codepoint: 0x26601,
        name: "CJK UNIFIED IDEOGRAPH-26601",
    },
    Character {
        age: "3.1",
        codepoint: 0x26602,
        name: "CJK UNIFIED IDEOGRAPH-26602",
    },
    Character {
        age: "3.1",
        codepoint: 0x26603,
        name: "CJK UNIFIED IDEOGRAPH-26603",
    },
    Character {
        age: "3.1",
        codepoint: 0x26604,
        name: "CJK UNIFIED IDEOGRAPH-26604",
    },
    Character {
        age: "3.1",
        codepoint: 0x26605,
        name: "CJK UNIFIED IDEOGRAPH-26605",
    },
    Character {
        age: "3.1",
        codepoint: 0x26606,
        name: "CJK UNIFIED IDEOGRAPH-26606",
    },
    Character {
        age: "3.1",
        codepoint: 0x26607,
        name: "CJK UNIFIED IDEOGRAPH-26607",
    },
    Character {
        age: "3.1",
        codepoint: 0x26608,
        name: "CJK UNIFIED IDEOGRAPH-26608",
    },
    Character {
        age: "3.1",
        codepoint: 0x26609,
        name: "CJK UNIFIED IDEOGRAPH-26609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2660A,
        name: "CJK UNIFIED IDEOGRAPH-2660A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2660B,
        name: "CJK UNIFIED IDEOGRAPH-2660B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2660C,
        name: "CJK UNIFIED IDEOGRAPH-2660C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2660D,
        name: "CJK UNIFIED IDEOGRAPH-2660D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2660E,
        name: "CJK UNIFIED IDEOGRAPH-2660E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2660F,
        name: "CJK UNIFIED IDEOGRAPH-2660F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26610,
        name: "CJK UNIFIED IDEOGRAPH-26610",
    },
    Character {
        age: "3.1",
        codepoint: 0x26611,
        name: "CJK UNIFIED IDEOGRAPH-26611",
    },
    Character {
        age: "3.1",
        codepoint: 0x26612,
        name: "CJK UNIFIED IDEOGRAPH-26612",
    },
    Character {
        age: "3.1",
        codepoint: 0x26613,
        name: "CJK UNIFIED IDEOGRAPH-26613",
    },
    Character {
        age: "3.1",
        codepoint: 0x26614,
        name: "CJK UNIFIED IDEOGRAPH-26614",
    },
    Character {
        age: "3.1",
        codepoint: 0x26615,
        name: "CJK UNIFIED IDEOGRAPH-26615",
    },
    Character {
        age: "3.1",
        codepoint: 0x26616,
        name: "CJK UNIFIED IDEOGRAPH-26616",
    },
    Character {
        age: "3.1",
        codepoint: 0x26617,
        name: "CJK UNIFIED IDEOGRAPH-26617",
    },
    Character {
        age: "3.1",
        codepoint: 0x26618,
        name: "CJK UNIFIED IDEOGRAPH-26618",
    },
    Character {
        age: "3.1",
        codepoint: 0x26619,
        name: "CJK UNIFIED IDEOGRAPH-26619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2661A,
        name: "CJK UNIFIED IDEOGRAPH-2661A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2661B,
        name: "CJK UNIFIED IDEOGRAPH-2661B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2661C,
        name: "CJK UNIFIED IDEOGRAPH-2661C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2661D,
        name: "CJK UNIFIED IDEOGRAPH-2661D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2661E,
        name: "CJK UNIFIED IDEOGRAPH-2661E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2661F,
        name: "CJK UNIFIED IDEOGRAPH-2661F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26620,
        name: "CJK UNIFIED IDEOGRAPH-26620",
    },
    Character {
        age: "3.1",
        codepoint: 0x26621,
        name: "CJK UNIFIED IDEOGRAPH-26621",
    },
    Character {
        age: "3.1",
        codepoint: 0x26622,
        name: "CJK UNIFIED IDEOGRAPH-26622",
    },
    Character {
        age: "3.1",
        codepoint: 0x26623,
        name: "CJK UNIFIED IDEOGRAPH-26623",
    },
    Character {
        age: "3.1",
        codepoint: 0x26624,
        name: "CJK UNIFIED IDEOGRAPH-26624",
    },
    Character {
        age: "3.1",
        codepoint: 0x26625,
        name: "CJK UNIFIED IDEOGRAPH-26625",
    },
    Character {
        age: "3.1",
        codepoint: 0x26626,
        name: "CJK UNIFIED IDEOGRAPH-26626",
    },
    Character {
        age: "3.1",
        codepoint: 0x26627,
        name: "CJK UNIFIED IDEOGRAPH-26627",
    },
    Character {
        age: "3.1",
        codepoint: 0x26628,
        name: "CJK UNIFIED IDEOGRAPH-26628",
    },
    Character {
        age: "3.1",
        codepoint: 0x26629,
        name: "CJK UNIFIED IDEOGRAPH-26629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2662A,
        name: "CJK UNIFIED IDEOGRAPH-2662A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2662B,
        name: "CJK UNIFIED IDEOGRAPH-2662B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2662C,
        name: "CJK UNIFIED IDEOGRAPH-2662C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2662D,
        name: "CJK UNIFIED IDEOGRAPH-2662D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2662E,
        name: "CJK UNIFIED IDEOGRAPH-2662E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2662F,
        name: "CJK UNIFIED IDEOGRAPH-2662F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26630,
        name: "CJK UNIFIED IDEOGRAPH-26630",
    },
    Character {
        age: "3.1",
        codepoint: 0x26631,
        name: "CJK UNIFIED IDEOGRAPH-26631",
    },
    Character {
        age: "3.1",
        codepoint: 0x26632,
        name: "CJK UNIFIED IDEOGRAPH-26632",
    },
    Character {
        age: "3.1",
        codepoint: 0x26633,
        name: "CJK UNIFIED IDEOGRAPH-26633",
    },
    Character {
        age: "3.1",
        codepoint: 0x26634,
        name: "CJK UNIFIED IDEOGRAPH-26634",
    },
    Character {
        age: "3.1",
        codepoint: 0x26635,
        name: "CJK UNIFIED IDEOGRAPH-26635",
    },
    Character {
        age: "3.1",
        codepoint: 0x26636,
        name: "CJK UNIFIED IDEOGRAPH-26636",
    },
    Character {
        age: "3.1",
        codepoint: 0x26637,
        name: "CJK UNIFIED IDEOGRAPH-26637",
    },
    Character {
        age: "3.1",
        codepoint: 0x26638,
        name: "CJK UNIFIED IDEOGRAPH-26638",
    },
    Character {
        age: "3.1",
        codepoint: 0x26639,
        name: "CJK UNIFIED IDEOGRAPH-26639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2663A,
        name: "CJK UNIFIED IDEOGRAPH-2663A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2663B,
        name: "CJK UNIFIED IDEOGRAPH-2663B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2663C,
        name: "CJK UNIFIED IDEOGRAPH-2663C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2663D,
        name: "CJK UNIFIED IDEOGRAPH-2663D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2663E,
        name: "CJK UNIFIED IDEOGRAPH-2663E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2663F,
        name: "CJK UNIFIED IDEOGRAPH-2663F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26640,
        name: "CJK UNIFIED IDEOGRAPH-26640",
    },
    Character {
        age: "3.1",
        codepoint: 0x26641,
        name: "CJK UNIFIED IDEOGRAPH-26641",
    },
    Character {
        age: "3.1",
        codepoint: 0x26642,
        name: "CJK UNIFIED IDEOGRAPH-26642",
    },
    Character {
        age: "3.1",
        codepoint: 0x26643,
        name: "CJK UNIFIED IDEOGRAPH-26643",
    },
    Character {
        age: "3.1",
        codepoint: 0x26644,
        name: "CJK UNIFIED IDEOGRAPH-26644",
    },
    Character {
        age: "3.1",
        codepoint: 0x26645,
        name: "CJK UNIFIED IDEOGRAPH-26645",
    },
    Character {
        age: "3.1",
        codepoint: 0x26646,
        name: "CJK UNIFIED IDEOGRAPH-26646",
    },
    Character {
        age: "3.1",
        codepoint: 0x26647,
        name: "CJK UNIFIED IDEOGRAPH-26647",
    },
    Character {
        age: "3.1",
        codepoint: 0x26648,
        name: "CJK UNIFIED IDEOGRAPH-26648",
    },
    Character {
        age: "3.1",
        codepoint: 0x26649,
        name: "CJK UNIFIED IDEOGRAPH-26649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2664A,
        name: "CJK UNIFIED IDEOGRAPH-2664A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2664B,
        name: "CJK UNIFIED IDEOGRAPH-2664B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2664C,
        name: "CJK UNIFIED IDEOGRAPH-2664C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2664D,
        name: "CJK UNIFIED IDEOGRAPH-2664D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2664E,
        name: "CJK UNIFIED IDEOGRAPH-2664E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2664F,
        name: "CJK UNIFIED IDEOGRAPH-2664F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26650,
        name: "CJK UNIFIED IDEOGRAPH-26650",
    },
    Character {
        age: "3.1",
        codepoint: 0x26651,
        name: "CJK UNIFIED IDEOGRAPH-26651",
    },
    Character {
        age: "3.1",
        codepoint: 0x26652,
        name: "CJK UNIFIED IDEOGRAPH-26652",
    },
    Character {
        age: "3.1",
        codepoint: 0x26653,
        name: "CJK UNIFIED IDEOGRAPH-26653",
    },
    Character {
        age: "3.1",
        codepoint: 0x26654,
        name: "CJK UNIFIED IDEOGRAPH-26654",
    },
    Character {
        age: "3.1",
        codepoint: 0x26655,
        name: "CJK UNIFIED IDEOGRAPH-26655",
    },
    Character {
        age: "3.1",
        codepoint: 0x26656,
        name: "CJK UNIFIED IDEOGRAPH-26656",
    },
    Character {
        age: "3.1",
        codepoint: 0x26657,
        name: "CJK UNIFIED IDEOGRAPH-26657",
    },
    Character {
        age: "3.1",
        codepoint: 0x26658,
        name: "CJK UNIFIED IDEOGRAPH-26658",
    },
    Character {
        age: "3.1",
        codepoint: 0x26659,
        name: "CJK UNIFIED IDEOGRAPH-26659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2665A,
        name: "CJK UNIFIED IDEOGRAPH-2665A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2665B,
        name: "CJK UNIFIED IDEOGRAPH-2665B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2665C,
        name: "CJK UNIFIED IDEOGRAPH-2665C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2665D,
        name: "CJK UNIFIED IDEOGRAPH-2665D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2665E,
        name: "CJK UNIFIED IDEOGRAPH-2665E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2665F,
        name: "CJK UNIFIED IDEOGRAPH-2665F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26660,
        name: "CJK UNIFIED IDEOGRAPH-26660",
    },
    Character {
        age: "3.1",
        codepoint: 0x26661,
        name: "CJK UNIFIED IDEOGRAPH-26661",
    },
    Character {
        age: "3.1",
        codepoint: 0x26662,
        name: "CJK UNIFIED IDEOGRAPH-26662",
    },
    Character {
        age: "3.1",
        codepoint: 0x26663,
        name: "CJK UNIFIED IDEOGRAPH-26663",
    },
    Character {
        age: "3.1",
        codepoint: 0x26664,
        name: "CJK UNIFIED IDEOGRAPH-26664",
    },
    Character {
        age: "3.1",
        codepoint: 0x26665,
        name: "CJK UNIFIED IDEOGRAPH-26665",
    },
    Character {
        age: "3.1",
        codepoint: 0x26666,
        name: "CJK UNIFIED IDEOGRAPH-26666",
    },
    Character {
        age: "3.1",
        codepoint: 0x26667,
        name: "CJK UNIFIED IDEOGRAPH-26667",
    },
    Character {
        age: "3.1",
        codepoint: 0x26668,
        name: "CJK UNIFIED IDEOGRAPH-26668",
    },
    Character {
        age: "3.1",
        codepoint: 0x26669,
        name: "CJK UNIFIED IDEOGRAPH-26669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2666A,
        name: "CJK UNIFIED IDEOGRAPH-2666A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2666B,
        name: "CJK UNIFIED IDEOGRAPH-2666B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2666C,
        name: "CJK UNIFIED IDEOGRAPH-2666C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2666D,
        name: "CJK UNIFIED IDEOGRAPH-2666D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2666E,
        name: "CJK UNIFIED IDEOGRAPH-2666E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2666F,
        name: "CJK UNIFIED IDEOGRAPH-2666F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26670,
        name: "CJK UNIFIED IDEOGRAPH-26670",
    },
    Character {
        age: "3.1",
        codepoint: 0x26671,
        name: "CJK UNIFIED IDEOGRAPH-26671",
    },
    Character {
        age: "3.1",
        codepoint: 0x26672,
        name: "CJK UNIFIED IDEOGRAPH-26672",
    },
    Character {
        age: "3.1",
        codepoint: 0x26673,
        name: "CJK UNIFIED IDEOGRAPH-26673",
    },
    Character {
        age: "3.1",
        codepoint: 0x26674,
        name: "CJK UNIFIED IDEOGRAPH-26674",
    },
    Character {
        age: "3.1",
        codepoint: 0x26675,
        name: "CJK UNIFIED IDEOGRAPH-26675",
    },
    Character {
        age: "3.1",
        codepoint: 0x26676,
        name: "CJK UNIFIED IDEOGRAPH-26676",
    },
    Character {
        age: "3.1",
        codepoint: 0x26677,
        name: "CJK UNIFIED IDEOGRAPH-26677",
    },
    Character {
        age: "3.1",
        codepoint: 0x26678,
        name: "CJK UNIFIED IDEOGRAPH-26678",
    },
    Character {
        age: "3.1",
        codepoint: 0x26679,
        name: "CJK UNIFIED IDEOGRAPH-26679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2667A,
        name: "CJK UNIFIED IDEOGRAPH-2667A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2667B,
        name: "CJK UNIFIED IDEOGRAPH-2667B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2667C,
        name: "CJK UNIFIED IDEOGRAPH-2667C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2667D,
        name: "CJK UNIFIED IDEOGRAPH-2667D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2667E,
        name: "CJK UNIFIED IDEOGRAPH-2667E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2667F,
        name: "CJK UNIFIED IDEOGRAPH-2667F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26680,
        name: "CJK UNIFIED IDEOGRAPH-26680",
    },
    Character {
        age: "3.1",
        codepoint: 0x26681,
        name: "CJK UNIFIED IDEOGRAPH-26681",
    },
    Character {
        age: "3.1",
        codepoint: 0x26682,
        name: "CJK UNIFIED IDEOGRAPH-26682",
    },
    Character {
        age: "3.1",
        codepoint: 0x26683,
        name: "CJK UNIFIED IDEOGRAPH-26683",
    },
    Character {
        age: "3.1",
        codepoint: 0x26684,
        name: "CJK UNIFIED IDEOGRAPH-26684",
    },
    Character {
        age: "3.1",
        codepoint: 0x26685,
        name: "CJK UNIFIED IDEOGRAPH-26685",
    },
    Character {
        age: "3.1",
        codepoint: 0x26686,
        name: "CJK UNIFIED IDEOGRAPH-26686",
    },
    Character {
        age: "3.1",
        codepoint: 0x26687,
        name: "CJK UNIFIED IDEOGRAPH-26687",
    },
    Character {
        age: "3.1",
        codepoint: 0x26688,
        name: "CJK UNIFIED IDEOGRAPH-26688",
    },
    Character {
        age: "3.1",
        codepoint: 0x26689,
        name: "CJK UNIFIED IDEOGRAPH-26689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2668A,
        name: "CJK UNIFIED IDEOGRAPH-2668A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2668B,
        name: "CJK UNIFIED IDEOGRAPH-2668B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2668C,
        name: "CJK UNIFIED IDEOGRAPH-2668C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2668D,
        name: "CJK UNIFIED IDEOGRAPH-2668D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2668E,
        name: "CJK UNIFIED IDEOGRAPH-2668E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2668F,
        name: "CJK UNIFIED IDEOGRAPH-2668F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26690,
        name: "CJK UNIFIED IDEOGRAPH-26690",
    },
    Character {
        age: "3.1",
        codepoint: 0x26691,
        name: "CJK UNIFIED IDEOGRAPH-26691",
    },
    Character {
        age: "3.1",
        codepoint: 0x26692,
        name: "CJK UNIFIED IDEOGRAPH-26692",
    },
    Character {
        age: "3.1",
        codepoint: 0x26693,
        name: "CJK UNIFIED IDEOGRAPH-26693",
    },
    Character {
        age: "3.1",
        codepoint: 0x26694,
        name: "CJK UNIFIED IDEOGRAPH-26694",
    },
    Character {
        age: "3.1",
        codepoint: 0x26695,
        name: "CJK UNIFIED IDEOGRAPH-26695",
    },
    Character {
        age: "3.1",
        codepoint: 0x26696,
        name: "CJK UNIFIED IDEOGRAPH-26696",
    },
    Character {
        age: "3.1",
        codepoint: 0x26697,
        name: "CJK UNIFIED IDEOGRAPH-26697",
    },
    Character {
        age: "3.1",
        codepoint: 0x26698,
        name: "CJK UNIFIED IDEOGRAPH-26698",
    },
    Character {
        age: "3.1",
        codepoint: 0x26699,
        name: "CJK UNIFIED IDEOGRAPH-26699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2669A,
        name: "CJK UNIFIED IDEOGRAPH-2669A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2669B,
        name: "CJK UNIFIED IDEOGRAPH-2669B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2669C,
        name: "CJK UNIFIED IDEOGRAPH-2669C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2669D,
        name: "CJK UNIFIED IDEOGRAPH-2669D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2669E,
        name: "CJK UNIFIED IDEOGRAPH-2669E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2669F,
        name: "CJK UNIFIED IDEOGRAPH-2669F",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A0,
        name: "CJK UNIFIED IDEOGRAPH-266A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A1,
        name: "CJK UNIFIED IDEOGRAPH-266A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A2,
        name: "CJK UNIFIED IDEOGRAPH-266A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A3,
        name: "CJK UNIFIED IDEOGRAPH-266A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A4,
        name: "CJK UNIFIED IDEOGRAPH-266A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A5,
        name: "CJK UNIFIED IDEOGRAPH-266A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A6,
        name: "CJK UNIFIED IDEOGRAPH-266A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A7,
        name: "CJK UNIFIED IDEOGRAPH-266A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A8,
        name: "CJK UNIFIED IDEOGRAPH-266A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x266A9,
        name: "CJK UNIFIED IDEOGRAPH-266A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x266AA,
        name: "CJK UNIFIED IDEOGRAPH-266AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x266AB,
        name: "CJK UNIFIED IDEOGRAPH-266AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x266AC,
        name: "CJK UNIFIED IDEOGRAPH-266AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x266AD,
        name: "CJK UNIFIED IDEOGRAPH-266AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x266AE,
        name: "CJK UNIFIED IDEOGRAPH-266AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x266AF,
        name: "CJK UNIFIED IDEOGRAPH-266AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B0,
        name: "CJK UNIFIED IDEOGRAPH-266B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B1,
        name: "CJK UNIFIED IDEOGRAPH-266B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B2,
        name: "CJK UNIFIED IDEOGRAPH-266B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B3,
        name: "CJK UNIFIED IDEOGRAPH-266B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B4,
        name: "CJK UNIFIED IDEOGRAPH-266B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B5,
        name: "CJK UNIFIED IDEOGRAPH-266B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B6,
        name: "CJK UNIFIED IDEOGRAPH-266B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B7,
        name: "CJK UNIFIED IDEOGRAPH-266B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B8,
        name: "CJK UNIFIED IDEOGRAPH-266B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x266B9,
        name: "CJK UNIFIED IDEOGRAPH-266B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x266BA,
        name: "CJK UNIFIED IDEOGRAPH-266BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x266BB,
        name: "CJK UNIFIED IDEOGRAPH-266BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x266BC,
        name: "CJK UNIFIED IDEOGRAPH-266BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x266BD,
        name: "CJK UNIFIED IDEOGRAPH-266BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x266BE,
        name: "CJK UNIFIED IDEOGRAPH-266BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x266BF,
        name: "CJK UNIFIED IDEOGRAPH-266BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C0,
        name: "CJK UNIFIED IDEOGRAPH-266C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C1,
        name: "CJK UNIFIED IDEOGRAPH-266C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C2,
        name: "CJK UNIFIED IDEOGRAPH-266C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C3,
        name: "CJK UNIFIED IDEOGRAPH-266C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C4,
        name: "CJK UNIFIED IDEOGRAPH-266C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C5,
        name: "CJK UNIFIED IDEOGRAPH-266C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C6,
        name: "CJK UNIFIED IDEOGRAPH-266C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C7,
        name: "CJK UNIFIED IDEOGRAPH-266C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C8,
        name: "CJK UNIFIED IDEOGRAPH-266C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x266C9,
        name: "CJK UNIFIED IDEOGRAPH-266C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x266CA,
        name: "CJK UNIFIED IDEOGRAPH-266CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x266CB,
        name: "CJK UNIFIED IDEOGRAPH-266CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x266CC,
        name: "CJK UNIFIED IDEOGRAPH-266CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x266CD,
        name: "CJK UNIFIED IDEOGRAPH-266CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x266CE,
        name: "CJK UNIFIED IDEOGRAPH-266CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x266CF,
        name: "CJK UNIFIED IDEOGRAPH-266CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D0,
        name: "CJK UNIFIED IDEOGRAPH-266D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D1,
        name: "CJK UNIFIED IDEOGRAPH-266D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D2,
        name: "CJK UNIFIED IDEOGRAPH-266D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D3,
        name: "CJK UNIFIED IDEOGRAPH-266D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D4,
        name: "CJK UNIFIED IDEOGRAPH-266D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D5,
        name: "CJK UNIFIED IDEOGRAPH-266D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D6,
        name: "CJK UNIFIED IDEOGRAPH-266D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D7,
        name: "CJK UNIFIED IDEOGRAPH-266D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D8,
        name: "CJK UNIFIED IDEOGRAPH-266D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x266D9,
        name: "CJK UNIFIED IDEOGRAPH-266D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x266DA,
        name: "CJK UNIFIED IDEOGRAPH-266DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x266DB,
        name: "CJK UNIFIED IDEOGRAPH-266DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x266DC,
        name: "CJK UNIFIED IDEOGRAPH-266DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x266DD,
        name: "CJK UNIFIED IDEOGRAPH-266DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x266DE,
        name: "CJK UNIFIED IDEOGRAPH-266DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x266DF,
        name: "CJK UNIFIED IDEOGRAPH-266DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E0,
        name: "CJK UNIFIED IDEOGRAPH-266E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E1,
        name: "CJK UNIFIED IDEOGRAPH-266E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E2,
        name: "CJK UNIFIED IDEOGRAPH-266E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E3,
        name: "CJK UNIFIED IDEOGRAPH-266E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E4,
        name: "CJK UNIFIED IDEOGRAPH-266E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E5,
        name: "CJK UNIFIED IDEOGRAPH-266E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E6,
        name: "CJK UNIFIED IDEOGRAPH-266E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E7,
        name: "CJK UNIFIED IDEOGRAPH-266E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E8,
        name: "CJK UNIFIED IDEOGRAPH-266E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x266E9,
        name: "CJK UNIFIED IDEOGRAPH-266E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x266EA,
        name: "CJK UNIFIED IDEOGRAPH-266EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x266EB,
        name: "CJK UNIFIED IDEOGRAPH-266EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x266EC,
        name: "CJK UNIFIED IDEOGRAPH-266EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x266ED,
        name: "CJK UNIFIED IDEOGRAPH-266ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x266EE,
        name: "CJK UNIFIED IDEOGRAPH-266EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x266EF,
        name: "CJK UNIFIED IDEOGRAPH-266EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F0,
        name: "CJK UNIFIED IDEOGRAPH-266F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F1,
        name: "CJK UNIFIED IDEOGRAPH-266F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F2,
        name: "CJK UNIFIED IDEOGRAPH-266F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F3,
        name: "CJK UNIFIED IDEOGRAPH-266F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F4,
        name: "CJK UNIFIED IDEOGRAPH-266F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F5,
        name: "CJK UNIFIED IDEOGRAPH-266F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F6,
        name: "CJK UNIFIED IDEOGRAPH-266F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F7,
        name: "CJK UNIFIED IDEOGRAPH-266F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F8,
        name: "CJK UNIFIED IDEOGRAPH-266F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x266F9,
        name: "CJK UNIFIED IDEOGRAPH-266F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x266FA,
        name: "CJK UNIFIED IDEOGRAPH-266FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x266FB,
        name: "CJK UNIFIED IDEOGRAPH-266FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x266FC,
        name: "CJK UNIFIED IDEOGRAPH-266FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x266FD,
        name: "CJK UNIFIED IDEOGRAPH-266FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x266FE,
        name: "CJK UNIFIED IDEOGRAPH-266FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x266FF,
        name: "CJK UNIFIED IDEOGRAPH-266FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26700,
        name: "CJK UNIFIED IDEOGRAPH-26700",
    },
    Character {
        age: "3.1",
        codepoint: 0x26701,
        name: "CJK UNIFIED IDEOGRAPH-26701",
    },
    Character {
        age: "3.1",
        codepoint: 0x26702,
        name: "CJK UNIFIED IDEOGRAPH-26702",
    },
    Character {
        age: "3.1",
        codepoint: 0x26703,
        name: "CJK UNIFIED IDEOGRAPH-26703",
    },
    Character {
        age: "3.1",
        codepoint: 0x26704,
        name: "CJK UNIFIED IDEOGRAPH-26704",
    },
    Character {
        age: "3.1",
        codepoint: 0x26705,
        name: "CJK UNIFIED IDEOGRAPH-26705",
    },
    Character {
        age: "3.1",
        codepoint: 0x26706,
        name: "CJK UNIFIED IDEOGRAPH-26706",
    },
    Character {
        age: "3.1",
        codepoint: 0x26707,
        name: "CJK UNIFIED IDEOGRAPH-26707",
    },
    Character {
        age: "3.1",
        codepoint: 0x26708,
        name: "CJK UNIFIED IDEOGRAPH-26708",
    },
    Character {
        age: "3.1",
        codepoint: 0x26709,
        name: "CJK UNIFIED IDEOGRAPH-26709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2670A,
        name: "CJK UNIFIED IDEOGRAPH-2670A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2670B,
        name: "CJK UNIFIED IDEOGRAPH-2670B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2670C,
        name: "CJK UNIFIED IDEOGRAPH-2670C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2670D,
        name: "CJK UNIFIED IDEOGRAPH-2670D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2670E,
        name: "CJK UNIFIED IDEOGRAPH-2670E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2670F,
        name: "CJK UNIFIED IDEOGRAPH-2670F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26710,
        name: "CJK UNIFIED IDEOGRAPH-26710",
    },
    Character {
        age: "3.1",
        codepoint: 0x26711,
        name: "CJK UNIFIED IDEOGRAPH-26711",
    },
    Character {
        age: "3.1",
        codepoint: 0x26712,
        name: "CJK UNIFIED IDEOGRAPH-26712",
    },
    Character {
        age: "3.1",
        codepoint: 0x26713,
        name: "CJK UNIFIED IDEOGRAPH-26713",
    },
    Character {
        age: "3.1",
        codepoint: 0x26714,
        name: "CJK UNIFIED IDEOGRAPH-26714",
    },
    Character {
        age: "3.1",
        codepoint: 0x26715,
        name: "CJK UNIFIED IDEOGRAPH-26715",
    },
    Character {
        age: "3.1",
        codepoint: 0x26716,
        name: "CJK UNIFIED IDEOGRAPH-26716",
    },
    Character {
        age: "3.1",
        codepoint: 0x26717,
        name: "CJK UNIFIED IDEOGRAPH-26717",
    },
    Character {
        age: "3.1",
        codepoint: 0x26718,
        name: "CJK UNIFIED IDEOGRAPH-26718",
    },
    Character {
        age: "3.1",
        codepoint: 0x26719,
        name: "CJK UNIFIED IDEOGRAPH-26719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2671A,
        name: "CJK UNIFIED IDEOGRAPH-2671A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2671B,
        name: "CJK UNIFIED IDEOGRAPH-2671B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2671C,
        name: "CJK UNIFIED IDEOGRAPH-2671C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2671D,
        name: "CJK UNIFIED IDEOGRAPH-2671D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2671E,
        name: "CJK UNIFIED IDEOGRAPH-2671E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2671F,
        name: "CJK UNIFIED IDEOGRAPH-2671F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26720,
        name: "CJK UNIFIED IDEOGRAPH-26720",
    },
    Character {
        age: "3.1",
        codepoint: 0x26721,
        name: "CJK UNIFIED IDEOGRAPH-26721",
    },
    Character {
        age: "3.1",
        codepoint: 0x26722,
        name: "CJK UNIFIED IDEOGRAPH-26722",
    },
    Character {
        age: "3.1",
        codepoint: 0x26723,
        name: "CJK UNIFIED IDEOGRAPH-26723",
    },
    Character {
        age: "3.1",
        codepoint: 0x26724,
        name: "CJK UNIFIED IDEOGRAPH-26724",
    },
    Character {
        age: "3.1",
        codepoint: 0x26725,
        name: "CJK UNIFIED IDEOGRAPH-26725",
    },
    Character {
        age: "3.1",
        codepoint: 0x26726,
        name: "CJK UNIFIED IDEOGRAPH-26726",
    },
    Character {
        age: "3.1",
        codepoint: 0x26727,
        name: "CJK UNIFIED IDEOGRAPH-26727",
    },
    Character {
        age: "3.1",
        codepoint: 0x26728,
        name: "CJK UNIFIED IDEOGRAPH-26728",
    },
    Character {
        age: "3.1",
        codepoint: 0x26729,
        name: "CJK UNIFIED IDEOGRAPH-26729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2672A,
        name: "CJK UNIFIED IDEOGRAPH-2672A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2672B,
        name: "CJK UNIFIED IDEOGRAPH-2672B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2672C,
        name: "CJK UNIFIED IDEOGRAPH-2672C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2672D,
        name: "CJK UNIFIED IDEOGRAPH-2672D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2672E,
        name: "CJK UNIFIED IDEOGRAPH-2672E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2672F,
        name: "CJK UNIFIED IDEOGRAPH-2672F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26730,
        name: "CJK UNIFIED IDEOGRAPH-26730",
    },
    Character {
        age: "3.1",
        codepoint: 0x26731,
        name: "CJK UNIFIED IDEOGRAPH-26731",
    },
    Character {
        age: "3.1",
        codepoint: 0x26732,
        name: "CJK UNIFIED IDEOGRAPH-26732",
    },
    Character {
        age: "3.1",
        codepoint: 0x26733,
        name: "CJK UNIFIED IDEOGRAPH-26733",
    },
    Character {
        age: "3.1",
        codepoint: 0x26734,
        name: "CJK UNIFIED IDEOGRAPH-26734",
    },
    Character {
        age: "3.1",
        codepoint: 0x26735,
        name: "CJK UNIFIED IDEOGRAPH-26735",
    },
    Character {
        age: "3.1",
        codepoint: 0x26736,
        name: "CJK UNIFIED IDEOGRAPH-26736",
    },
    Character {
        age: "3.1",
        codepoint: 0x26737,
        name: "CJK UNIFIED IDEOGRAPH-26737",
    },
    Character {
        age: "3.1",
        codepoint: 0x26738,
        name: "CJK UNIFIED IDEOGRAPH-26738",
    },
    Character {
        age: "3.1",
        codepoint: 0x26739,
        name: "CJK UNIFIED IDEOGRAPH-26739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2673A,
        name: "CJK UNIFIED IDEOGRAPH-2673A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2673B,
        name: "CJK UNIFIED IDEOGRAPH-2673B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2673C,
        name: "CJK UNIFIED IDEOGRAPH-2673C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2673D,
        name: "CJK UNIFIED IDEOGRAPH-2673D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2673E,
        name: "CJK UNIFIED IDEOGRAPH-2673E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2673F,
        name: "CJK UNIFIED IDEOGRAPH-2673F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26740,
        name: "CJK UNIFIED IDEOGRAPH-26740",
    },
    Character {
        age: "3.1",
        codepoint: 0x26741,
        name: "CJK UNIFIED IDEOGRAPH-26741",
    },
    Character {
        age: "3.1",
        codepoint: 0x26742,
        name: "CJK UNIFIED IDEOGRAPH-26742",
    },
    Character {
        age: "3.1",
        codepoint: 0x26743,
        name: "CJK UNIFIED IDEOGRAPH-26743",
    },
    Character {
        age: "3.1",
        codepoint: 0x26744,
        name: "CJK UNIFIED IDEOGRAPH-26744",
    },
    Character {
        age: "3.1",
        codepoint: 0x26745,
        name: "CJK UNIFIED IDEOGRAPH-26745",
    },
    Character {
        age: "3.1",
        codepoint: 0x26746,
        name: "CJK UNIFIED IDEOGRAPH-26746",
    },
    Character {
        age: "3.1",
        codepoint: 0x26747,
        name: "CJK UNIFIED IDEOGRAPH-26747",
    },
    Character {
        age: "3.1",
        codepoint: 0x26748,
        name: "CJK UNIFIED IDEOGRAPH-26748",
    },
    Character {
        age: "3.1",
        codepoint: 0x26749,
        name: "CJK UNIFIED IDEOGRAPH-26749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2674A,
        name: "CJK UNIFIED IDEOGRAPH-2674A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2674B,
        name: "CJK UNIFIED IDEOGRAPH-2674B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2674C,
        name: "CJK UNIFIED IDEOGRAPH-2674C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2674D,
        name: "CJK UNIFIED IDEOGRAPH-2674D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2674E,
        name: "CJK UNIFIED IDEOGRAPH-2674E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2674F,
        name: "CJK UNIFIED IDEOGRAPH-2674F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26750,
        name: "CJK UNIFIED IDEOGRAPH-26750",
    },
    Character {
        age: "3.1",
        codepoint: 0x26751,
        name: "CJK UNIFIED IDEOGRAPH-26751",
    },
    Character {
        age: "3.1",
        codepoint: 0x26752,
        name: "CJK UNIFIED IDEOGRAPH-26752",
    },
    Character {
        age: "3.1",
        codepoint: 0x26753,
        name: "CJK UNIFIED IDEOGRAPH-26753",
    },
    Character {
        age: "3.1",
        codepoint: 0x26754,
        name: "CJK UNIFIED IDEOGRAPH-26754",
    },
    Character {
        age: "3.1",
        codepoint: 0x26755,
        name: "CJK UNIFIED IDEOGRAPH-26755",
    },
    Character {
        age: "3.1",
        codepoint: 0x26756,
        name: "CJK UNIFIED IDEOGRAPH-26756",
    },
    Character {
        age: "3.1",
        codepoint: 0x26757,
        name: "CJK UNIFIED IDEOGRAPH-26757",
    },
    Character {
        age: "3.1",
        codepoint: 0x26758,
        name: "CJK UNIFIED IDEOGRAPH-26758",
    },
    Character {
        age: "3.1",
        codepoint: 0x26759,
        name: "CJK UNIFIED IDEOGRAPH-26759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2675A,
        name: "CJK UNIFIED IDEOGRAPH-2675A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2675B,
        name: "CJK UNIFIED IDEOGRAPH-2675B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2675C,
        name: "CJK UNIFIED IDEOGRAPH-2675C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2675D,
        name: "CJK UNIFIED IDEOGRAPH-2675D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2675E,
        name: "CJK UNIFIED IDEOGRAPH-2675E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2675F,
        name: "CJK UNIFIED IDEOGRAPH-2675F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26760,
        name: "CJK UNIFIED IDEOGRAPH-26760",
    },
    Character {
        age: "3.1",
        codepoint: 0x26761,
        name: "CJK UNIFIED IDEOGRAPH-26761",
    },
    Character {
        age: "3.1",
        codepoint: 0x26762,
        name: "CJK UNIFIED IDEOGRAPH-26762",
    },
    Character {
        age: "3.1",
        codepoint: 0x26763,
        name: "CJK UNIFIED IDEOGRAPH-26763",
    },
    Character {
        age: "3.1",
        codepoint: 0x26764,
        name: "CJK UNIFIED IDEOGRAPH-26764",
    },
    Character {
        age: "3.1",
        codepoint: 0x26765,
        name: "CJK UNIFIED IDEOGRAPH-26765",
    },
    Character {
        age: "3.1",
        codepoint: 0x26766,
        name: "CJK UNIFIED IDEOGRAPH-26766",
    },
    Character {
        age: "3.1",
        codepoint: 0x26767,
        name: "CJK UNIFIED IDEOGRAPH-26767",
    },
    Character {
        age: "3.1",
        codepoint: 0x26768,
        name: "CJK UNIFIED IDEOGRAPH-26768",
    },
    Character {
        age: "3.1",
        codepoint: 0x26769,
        name: "CJK UNIFIED IDEOGRAPH-26769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2676A,
        name: "CJK UNIFIED IDEOGRAPH-2676A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2676B,
        name: "CJK UNIFIED IDEOGRAPH-2676B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2676C,
        name: "CJK UNIFIED IDEOGRAPH-2676C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2676D,
        name: "CJK UNIFIED IDEOGRAPH-2676D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2676E,
        name: "CJK UNIFIED IDEOGRAPH-2676E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2676F,
        name: "CJK UNIFIED IDEOGRAPH-2676F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26770,
        name: "CJK UNIFIED IDEOGRAPH-26770",
    },
    Character {
        age: "3.1",
        codepoint: 0x26771,
        name: "CJK UNIFIED IDEOGRAPH-26771",
    },
    Character {
        age: "3.1",
        codepoint: 0x26772,
        name: "CJK UNIFIED IDEOGRAPH-26772",
    },
    Character {
        age: "3.1",
        codepoint: 0x26773,
        name: "CJK UNIFIED IDEOGRAPH-26773",
    },
    Character {
        age: "3.1",
        codepoint: 0x26774,
        name: "CJK UNIFIED IDEOGRAPH-26774",
    },
    Character {
        age: "3.1",
        codepoint: 0x26775,
        name: "CJK UNIFIED IDEOGRAPH-26775",
    },
    Character {
        age: "3.1",
        codepoint: 0x26776,
        name: "CJK UNIFIED IDEOGRAPH-26776",
    },
    Character {
        age: "3.1",
        codepoint: 0x26777,
        name: "CJK UNIFIED IDEOGRAPH-26777",
    },
    Character {
        age: "3.1",
        codepoint: 0x26778,
        name: "CJK UNIFIED IDEOGRAPH-26778",
    },
    Character {
        age: "3.1",
        codepoint: 0x26779,
        name: "CJK UNIFIED IDEOGRAPH-26779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2677A,
        name: "CJK UNIFIED IDEOGRAPH-2677A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2677B,
        name: "CJK UNIFIED IDEOGRAPH-2677B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2677C,
        name: "CJK UNIFIED IDEOGRAPH-2677C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2677D,
        name: "CJK UNIFIED IDEOGRAPH-2677D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2677E,
        name: "CJK UNIFIED IDEOGRAPH-2677E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2677F,
        name: "CJK UNIFIED IDEOGRAPH-2677F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26780,
        name: "CJK UNIFIED IDEOGRAPH-26780",
    },
    Character {
        age: "3.1",
        codepoint: 0x26781,
        name: "CJK UNIFIED IDEOGRAPH-26781",
    },
    Character {
        age: "3.1",
        codepoint: 0x26782,
        name: "CJK UNIFIED IDEOGRAPH-26782",
    },
    Character {
        age: "3.1",
        codepoint: 0x26783,
        name: "CJK UNIFIED IDEOGRAPH-26783",
    },
    Character {
        age: "3.1",
        codepoint: 0x26784,
        name: "CJK UNIFIED IDEOGRAPH-26784",
    },
    Character {
        age: "3.1",
        codepoint: 0x26785,
        name: "CJK UNIFIED IDEOGRAPH-26785",
    },
    Character {
        age: "3.1",
        codepoint: 0x26786,
        name: "CJK UNIFIED IDEOGRAPH-26786",
    },
    Character {
        age: "3.1",
        codepoint: 0x26787,
        name: "CJK UNIFIED IDEOGRAPH-26787",
    },
    Character {
        age: "3.1",
        codepoint: 0x26788,
        name: "CJK UNIFIED IDEOGRAPH-26788",
    },
    Character {
        age: "3.1",
        codepoint: 0x26789,
        name: "CJK UNIFIED IDEOGRAPH-26789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2678A,
        name: "CJK UNIFIED IDEOGRAPH-2678A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2678B,
        name: "CJK UNIFIED IDEOGRAPH-2678B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2678C,
        name: "CJK UNIFIED IDEOGRAPH-2678C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2678D,
        name: "CJK UNIFIED IDEOGRAPH-2678D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2678E,
        name: "CJK UNIFIED IDEOGRAPH-2678E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2678F,
        name: "CJK UNIFIED IDEOGRAPH-2678F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26790,
        name: "CJK UNIFIED IDEOGRAPH-26790",
    },
    Character {
        age: "3.1",
        codepoint: 0x26791,
        name: "CJK UNIFIED IDEOGRAPH-26791",
    },
    Character {
        age: "3.1",
        codepoint: 0x26792,
        name: "CJK UNIFIED IDEOGRAPH-26792",
    },
    Character {
        age: "3.1",
        codepoint: 0x26793,
        name: "CJK UNIFIED IDEOGRAPH-26793",
    },
    Character {
        age: "3.1",
        codepoint: 0x26794,
        name: "CJK UNIFIED IDEOGRAPH-26794",
    },
    Character {
        age: "3.1",
        codepoint: 0x26795,
        name: "CJK UNIFIED IDEOGRAPH-26795",
    },
    Character {
        age: "3.1",
        codepoint: 0x26796,
        name: "CJK UNIFIED IDEOGRAPH-26796",
    },
    Character {
        age: "3.1",
        codepoint: 0x26797,
        name: "CJK UNIFIED IDEOGRAPH-26797",
    },
    Character {
        age: "3.1",
        codepoint: 0x26798,
        name: "CJK UNIFIED IDEOGRAPH-26798",
    },
    Character {
        age: "3.1",
        codepoint: 0x26799,
        name: "CJK UNIFIED IDEOGRAPH-26799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2679A,
        name: "CJK UNIFIED IDEOGRAPH-2679A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2679B,
        name: "CJK UNIFIED IDEOGRAPH-2679B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2679C,
        name: "CJK UNIFIED IDEOGRAPH-2679C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2679D,
        name: "CJK UNIFIED IDEOGRAPH-2679D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2679E,
        name: "CJK UNIFIED IDEOGRAPH-2679E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2679F,
        name: "CJK UNIFIED IDEOGRAPH-2679F",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A0,
        name: "CJK UNIFIED IDEOGRAPH-267A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A1,
        name: "CJK UNIFIED IDEOGRAPH-267A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A2,
        name: "CJK UNIFIED IDEOGRAPH-267A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A3,
        name: "CJK UNIFIED IDEOGRAPH-267A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A4,
        name: "CJK UNIFIED IDEOGRAPH-267A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A5,
        name: "CJK UNIFIED IDEOGRAPH-267A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A6,
        name: "CJK UNIFIED IDEOGRAPH-267A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A7,
        name: "CJK UNIFIED IDEOGRAPH-267A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A8,
        name: "CJK UNIFIED IDEOGRAPH-267A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x267A9,
        name: "CJK UNIFIED IDEOGRAPH-267A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x267AA,
        name: "CJK UNIFIED IDEOGRAPH-267AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x267AB,
        name: "CJK UNIFIED IDEOGRAPH-267AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x267AC,
        name: "CJK UNIFIED IDEOGRAPH-267AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x267AD,
        name: "CJK UNIFIED IDEOGRAPH-267AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x267AE,
        name: "CJK UNIFIED IDEOGRAPH-267AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x267AF,
        name: "CJK UNIFIED IDEOGRAPH-267AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B0,
        name: "CJK UNIFIED IDEOGRAPH-267B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B1,
        name: "CJK UNIFIED IDEOGRAPH-267B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B2,
        name: "CJK UNIFIED IDEOGRAPH-267B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B3,
        name: "CJK UNIFIED IDEOGRAPH-267B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B4,
        name: "CJK UNIFIED IDEOGRAPH-267B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B5,
        name: "CJK UNIFIED IDEOGRAPH-267B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B6,
        name: "CJK UNIFIED IDEOGRAPH-267B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B7,
        name: "CJK UNIFIED IDEOGRAPH-267B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B8,
        name: "CJK UNIFIED IDEOGRAPH-267B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x267B9,
        name: "CJK UNIFIED IDEOGRAPH-267B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x267BA,
        name: "CJK UNIFIED IDEOGRAPH-267BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x267BB,
        name: "CJK UNIFIED IDEOGRAPH-267BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x267BC,
        name: "CJK UNIFIED IDEOGRAPH-267BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x267BD,
        name: "CJK UNIFIED IDEOGRAPH-267BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x267BE,
        name: "CJK UNIFIED IDEOGRAPH-267BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x267BF,
        name: "CJK UNIFIED IDEOGRAPH-267BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C0,
        name: "CJK UNIFIED IDEOGRAPH-267C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C1,
        name: "CJK UNIFIED IDEOGRAPH-267C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C2,
        name: "CJK UNIFIED IDEOGRAPH-267C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C3,
        name: "CJK UNIFIED IDEOGRAPH-267C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C4,
        name: "CJK UNIFIED IDEOGRAPH-267C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C5,
        name: "CJK UNIFIED IDEOGRAPH-267C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C6,
        name: "CJK UNIFIED IDEOGRAPH-267C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C7,
        name: "CJK UNIFIED IDEOGRAPH-267C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C8,
        name: "CJK UNIFIED IDEOGRAPH-267C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x267C9,
        name: "CJK UNIFIED IDEOGRAPH-267C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x267CA,
        name: "CJK UNIFIED IDEOGRAPH-267CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x267CB,
        name: "CJK UNIFIED IDEOGRAPH-267CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x267CC,
        name: "CJK UNIFIED IDEOGRAPH-267CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x267CD,
        name: "CJK UNIFIED IDEOGRAPH-267CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x267CE,
        name: "CJK UNIFIED IDEOGRAPH-267CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x267CF,
        name: "CJK UNIFIED IDEOGRAPH-267CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D0,
        name: "CJK UNIFIED IDEOGRAPH-267D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D1,
        name: "CJK UNIFIED IDEOGRAPH-267D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D2,
        name: "CJK UNIFIED IDEOGRAPH-267D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D3,
        name: "CJK UNIFIED IDEOGRAPH-267D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D4,
        name: "CJK UNIFIED IDEOGRAPH-267D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D5,
        name: "CJK UNIFIED IDEOGRAPH-267D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D6,
        name: "CJK UNIFIED IDEOGRAPH-267D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D7,
        name: "CJK UNIFIED IDEOGRAPH-267D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D8,
        name: "CJK UNIFIED IDEOGRAPH-267D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x267D9,
        name: "CJK UNIFIED IDEOGRAPH-267D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x267DA,
        name: "CJK UNIFIED IDEOGRAPH-267DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x267DB,
        name: "CJK UNIFIED IDEOGRAPH-267DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x267DC,
        name: "CJK UNIFIED IDEOGRAPH-267DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x267DD,
        name: "CJK UNIFIED IDEOGRAPH-267DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x267DE,
        name: "CJK UNIFIED IDEOGRAPH-267DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x267DF,
        name: "CJK UNIFIED IDEOGRAPH-267DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E0,
        name: "CJK UNIFIED IDEOGRAPH-267E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E1,
        name: "CJK UNIFIED IDEOGRAPH-267E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E2,
        name: "CJK UNIFIED IDEOGRAPH-267E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E3,
        name: "CJK UNIFIED IDEOGRAPH-267E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E4,
        name: "CJK UNIFIED IDEOGRAPH-267E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E5,
        name: "CJK UNIFIED IDEOGRAPH-267E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E6,
        name: "CJK UNIFIED IDEOGRAPH-267E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E7,
        name: "CJK UNIFIED IDEOGRAPH-267E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E8,
        name: "CJK UNIFIED IDEOGRAPH-267E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x267E9,
        name: "CJK UNIFIED IDEOGRAPH-267E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x267EA,
        name: "CJK UNIFIED IDEOGRAPH-267EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x267EB,
        name: "CJK UNIFIED IDEOGRAPH-267EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x267EC,
        name: "CJK UNIFIED IDEOGRAPH-267EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x267ED,
        name: "CJK UNIFIED IDEOGRAPH-267ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x267EE,
        name: "CJK UNIFIED IDEOGRAPH-267EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x267EF,
        name: "CJK UNIFIED IDEOGRAPH-267EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F0,
        name: "CJK UNIFIED IDEOGRAPH-267F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F1,
        name: "CJK UNIFIED IDEOGRAPH-267F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F2,
        name: "CJK UNIFIED IDEOGRAPH-267F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F3,
        name: "CJK UNIFIED IDEOGRAPH-267F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F4,
        name: "CJK UNIFIED IDEOGRAPH-267F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F5,
        name: "CJK UNIFIED IDEOGRAPH-267F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F6,
        name: "CJK UNIFIED IDEOGRAPH-267F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F7,
        name: "CJK UNIFIED IDEOGRAPH-267F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F8,
        name: "CJK UNIFIED IDEOGRAPH-267F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x267F9,
        name: "CJK UNIFIED IDEOGRAPH-267F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x267FA,
        name: "CJK UNIFIED IDEOGRAPH-267FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x267FB,
        name: "CJK UNIFIED IDEOGRAPH-267FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x267FC,
        name: "CJK UNIFIED IDEOGRAPH-267FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x267FD,
        name: "CJK UNIFIED IDEOGRAPH-267FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x267FE,
        name: "CJK UNIFIED IDEOGRAPH-267FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x267FF,
        name: "CJK UNIFIED IDEOGRAPH-267FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26800,
        name: "CJK UNIFIED IDEOGRAPH-26800",
    },
    Character {
        age: "3.1",
        codepoint: 0x26801,
        name: "CJK UNIFIED IDEOGRAPH-26801",
    },
    Character {
        age: "3.1",
        codepoint: 0x26802,
        name: "CJK UNIFIED IDEOGRAPH-26802",
    },
    Character {
        age: "3.1",
        codepoint: 0x26803,
        name: "CJK UNIFIED IDEOGRAPH-26803",
    },
    Character {
        age: "3.1",
        codepoint: 0x26804,
        name: "CJK UNIFIED IDEOGRAPH-26804",
    },
    Character {
        age: "3.1",
        codepoint: 0x26805,
        name: "CJK UNIFIED IDEOGRAPH-26805",
    },
    Character {
        age: "3.1",
        codepoint: 0x26806,
        name: "CJK UNIFIED IDEOGRAPH-26806",
    },
    Character {
        age: "3.1",
        codepoint: 0x26807,
        name: "CJK UNIFIED IDEOGRAPH-26807",
    },
    Character {
        age: "3.1",
        codepoint: 0x26808,
        name: "CJK UNIFIED IDEOGRAPH-26808",
    },
    Character {
        age: "3.1",
        codepoint: 0x26809,
        name: "CJK UNIFIED IDEOGRAPH-26809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2680A,
        name: "CJK UNIFIED IDEOGRAPH-2680A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2680B,
        name: "CJK UNIFIED IDEOGRAPH-2680B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2680C,
        name: "CJK UNIFIED IDEOGRAPH-2680C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2680D,
        name: "CJK UNIFIED IDEOGRAPH-2680D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2680E,
        name: "CJK UNIFIED IDEOGRAPH-2680E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2680F,
        name: "CJK UNIFIED IDEOGRAPH-2680F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26810,
        name: "CJK UNIFIED IDEOGRAPH-26810",
    },
    Character {
        age: "3.1",
        codepoint: 0x26811,
        name: "CJK UNIFIED IDEOGRAPH-26811",
    },
    Character {
        age: "3.1",
        codepoint: 0x26812,
        name: "CJK UNIFIED IDEOGRAPH-26812",
    },
    Character {
        age: "3.1",
        codepoint: 0x26813,
        name: "CJK UNIFIED IDEOGRAPH-26813",
    },
    Character {
        age: "3.1",
        codepoint: 0x26814,
        name: "CJK UNIFIED IDEOGRAPH-26814",
    },
    Character {
        age: "3.1",
        codepoint: 0x26815,
        name: "CJK UNIFIED IDEOGRAPH-26815",
    },
    Character {
        age: "3.1",
        codepoint: 0x26816,
        name: "CJK UNIFIED IDEOGRAPH-26816",
    },
    Character {
        age: "3.1",
        codepoint: 0x26817,
        name: "CJK UNIFIED IDEOGRAPH-26817",
    },
    Character {
        age: "3.1",
        codepoint: 0x26818,
        name: "CJK UNIFIED IDEOGRAPH-26818",
    },
    Character {
        age: "3.1",
        codepoint: 0x26819,
        name: "CJK UNIFIED IDEOGRAPH-26819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2681A,
        name: "CJK UNIFIED IDEOGRAPH-2681A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2681B,
        name: "CJK UNIFIED IDEOGRAPH-2681B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2681C,
        name: "CJK UNIFIED IDEOGRAPH-2681C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2681D,
        name: "CJK UNIFIED IDEOGRAPH-2681D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2681E,
        name: "CJK UNIFIED IDEOGRAPH-2681E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2681F,
        name: "CJK UNIFIED IDEOGRAPH-2681F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26820,
        name: "CJK UNIFIED IDEOGRAPH-26820",
    },
    Character {
        age: "3.1",
        codepoint: 0x26821,
        name: "CJK UNIFIED IDEOGRAPH-26821",
    },
    Character {
        age: "3.1",
        codepoint: 0x26822,
        name: "CJK UNIFIED IDEOGRAPH-26822",
    },
    Character {
        age: "3.1",
        codepoint: 0x26823,
        name: "CJK UNIFIED IDEOGRAPH-26823",
    },
    Character {
        age: "3.1",
        codepoint: 0x26824,
        name: "CJK UNIFIED IDEOGRAPH-26824",
    },
    Character {
        age: "3.1",
        codepoint: 0x26825,
        name: "CJK UNIFIED IDEOGRAPH-26825",
    },
    Character {
        age: "3.1",
        codepoint: 0x26826,
        name: "CJK UNIFIED IDEOGRAPH-26826",
    },
    Character {
        age: "3.1",
        codepoint: 0x26827,
        name: "CJK UNIFIED IDEOGRAPH-26827",
    },
    Character {
        age: "3.1",
        codepoint: 0x26828,
        name: "CJK UNIFIED IDEOGRAPH-26828",
    },
    Character {
        age: "3.1",
        codepoint: 0x26829,
        name: "CJK UNIFIED IDEOGRAPH-26829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2682A,
        name: "CJK UNIFIED IDEOGRAPH-2682A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2682B,
        name: "CJK UNIFIED IDEOGRAPH-2682B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2682C,
        name: "CJK UNIFIED IDEOGRAPH-2682C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2682D,
        name: "CJK UNIFIED IDEOGRAPH-2682D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2682E,
        name: "CJK UNIFIED IDEOGRAPH-2682E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2682F,
        name: "CJK UNIFIED IDEOGRAPH-2682F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26830,
        name: "CJK UNIFIED IDEOGRAPH-26830",
    },
    Character {
        age: "3.1",
        codepoint: 0x26831,
        name: "CJK UNIFIED IDEOGRAPH-26831",
    },
    Character {
        age: "3.1",
        codepoint: 0x26832,
        name: "CJK UNIFIED IDEOGRAPH-26832",
    },
    Character {
        age: "3.1",
        codepoint: 0x26833,
        name: "CJK UNIFIED IDEOGRAPH-26833",
    },
    Character {
        age: "3.1",
        codepoint: 0x26834,
        name: "CJK UNIFIED IDEOGRAPH-26834",
    },
    Character {
        age: "3.1",
        codepoint: 0x26835,
        name: "CJK UNIFIED IDEOGRAPH-26835",
    },
    Character {
        age: "3.1",
        codepoint: 0x26836,
        name: "CJK UNIFIED IDEOGRAPH-26836",
    },
    Character {
        age: "3.1",
        codepoint: 0x26837,
        name: "CJK UNIFIED IDEOGRAPH-26837",
    },
    Character {
        age: "3.1",
        codepoint: 0x26838,
        name: "CJK UNIFIED IDEOGRAPH-26838",
    },
    Character {
        age: "3.1",
        codepoint: 0x26839,
        name: "CJK UNIFIED IDEOGRAPH-26839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2683A,
        name: "CJK UNIFIED IDEOGRAPH-2683A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2683B,
        name: "CJK UNIFIED IDEOGRAPH-2683B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2683C,
        name: "CJK UNIFIED IDEOGRAPH-2683C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2683D,
        name: "CJK UNIFIED IDEOGRAPH-2683D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2683E,
        name: "CJK UNIFIED IDEOGRAPH-2683E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2683F,
        name: "CJK UNIFIED IDEOGRAPH-2683F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26840,
        name: "CJK UNIFIED IDEOGRAPH-26840",
    },
    Character {
        age: "3.1",
        codepoint: 0x26841,
        name: "CJK UNIFIED IDEOGRAPH-26841",
    },
    Character {
        age: "3.1",
        codepoint: 0x26842,
        name: "CJK UNIFIED IDEOGRAPH-26842",
    },
    Character {
        age: "3.1",
        codepoint: 0x26843,
        name: "CJK UNIFIED IDEOGRAPH-26843",
    },
    Character {
        age: "3.1",
        codepoint: 0x26844,
        name: "CJK UNIFIED IDEOGRAPH-26844",
    },
    Character {
        age: "3.1",
        codepoint: 0x26845,
        name: "CJK UNIFIED IDEOGRAPH-26845",
    },
    Character {
        age: "3.1",
        codepoint: 0x26846,
        name: "CJK UNIFIED IDEOGRAPH-26846",
    },
    Character {
        age: "3.1",
        codepoint: 0x26847,
        name: "CJK UNIFIED IDEOGRAPH-26847",
    },
    Character {
        age: "3.1",
        codepoint: 0x26848,
        name: "CJK UNIFIED IDEOGRAPH-26848",
    },
    Character {
        age: "3.1",
        codepoint: 0x26849,
        name: "CJK UNIFIED IDEOGRAPH-26849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2684A,
        name: "CJK UNIFIED IDEOGRAPH-2684A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2684B,
        name: "CJK UNIFIED IDEOGRAPH-2684B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2684C,
        name: "CJK UNIFIED IDEOGRAPH-2684C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2684D,
        name: "CJK UNIFIED IDEOGRAPH-2684D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2684E,
        name: "CJK UNIFIED IDEOGRAPH-2684E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2684F,
        name: "CJK UNIFIED IDEOGRAPH-2684F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26850,
        name: "CJK UNIFIED IDEOGRAPH-26850",
    },
    Character {
        age: "3.1",
        codepoint: 0x26851,
        name: "CJK UNIFIED IDEOGRAPH-26851",
    },
    Character {
        age: "3.1",
        codepoint: 0x26852,
        name: "CJK UNIFIED IDEOGRAPH-26852",
    },
    Character {
        age: "3.1",
        codepoint: 0x26853,
        name: "CJK UNIFIED IDEOGRAPH-26853",
    },
    Character {
        age: "3.1",
        codepoint: 0x26854,
        name: "CJK UNIFIED IDEOGRAPH-26854",
    },
    Character {
        age: "3.1",
        codepoint: 0x26855,
        name: "CJK UNIFIED IDEOGRAPH-26855",
    },
    Character {
        age: "3.1",
        codepoint: 0x26856,
        name: "CJK UNIFIED IDEOGRAPH-26856",
    },
    Character {
        age: "3.1",
        codepoint: 0x26857,
        name: "CJK UNIFIED IDEOGRAPH-26857",
    },
    Character {
        age: "3.1",
        codepoint: 0x26858,
        name: "CJK UNIFIED IDEOGRAPH-26858",
    },
    Character {
        age: "3.1",
        codepoint: 0x26859,
        name: "CJK UNIFIED IDEOGRAPH-26859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2685A,
        name: "CJK UNIFIED IDEOGRAPH-2685A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2685B,
        name: "CJK UNIFIED IDEOGRAPH-2685B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2685C,
        name: "CJK UNIFIED IDEOGRAPH-2685C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2685D,
        name: "CJK UNIFIED IDEOGRAPH-2685D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2685E,
        name: "CJK UNIFIED IDEOGRAPH-2685E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2685F,
        name: "CJK UNIFIED IDEOGRAPH-2685F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26860,
        name: "CJK UNIFIED IDEOGRAPH-26860",
    },
    Character {
        age: "3.1",
        codepoint: 0x26861,
        name: "CJK UNIFIED IDEOGRAPH-26861",
    },
    Character {
        age: "3.1",
        codepoint: 0x26862,
        name: "CJK UNIFIED IDEOGRAPH-26862",
    },
    Character {
        age: "3.1",
        codepoint: 0x26863,
        name: "CJK UNIFIED IDEOGRAPH-26863",
    },
    Character {
        age: "3.1",
        codepoint: 0x26864,
        name: "CJK UNIFIED IDEOGRAPH-26864",
    },
    Character {
        age: "3.1",
        codepoint: 0x26865,
        name: "CJK UNIFIED IDEOGRAPH-26865",
    },
    Character {
        age: "3.1",
        codepoint: 0x26866,
        name: "CJK UNIFIED IDEOGRAPH-26866",
    },
    Character {
        age: "3.1",
        codepoint: 0x26867,
        name: "CJK UNIFIED IDEOGRAPH-26867",
    },
    Character {
        age: "3.1",
        codepoint: 0x26868,
        name: "CJK UNIFIED IDEOGRAPH-26868",
    },
    Character {
        age: "3.1",
        codepoint: 0x26869,
        name: "CJK UNIFIED IDEOGRAPH-26869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2686A,
        name: "CJK UNIFIED IDEOGRAPH-2686A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2686B,
        name: "CJK UNIFIED IDEOGRAPH-2686B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2686C,
        name: "CJK UNIFIED IDEOGRAPH-2686C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2686D,
        name: "CJK UNIFIED IDEOGRAPH-2686D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2686E,
        name: "CJK UNIFIED IDEOGRAPH-2686E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2686F,
        name: "CJK UNIFIED IDEOGRAPH-2686F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26870,
        name: "CJK UNIFIED IDEOGRAPH-26870",
    },
    Character {
        age: "3.1",
        codepoint: 0x26871,
        name: "CJK UNIFIED IDEOGRAPH-26871",
    },
    Character {
        age: "3.1",
        codepoint: 0x26872,
        name: "CJK UNIFIED IDEOGRAPH-26872",
    },
    Character {
        age: "3.1",
        codepoint: 0x26873,
        name: "CJK UNIFIED IDEOGRAPH-26873",
    },
    Character {
        age: "3.1",
        codepoint: 0x26874,
        name: "CJK UNIFIED IDEOGRAPH-26874",
    },
    Character {
        age: "3.1",
        codepoint: 0x26875,
        name: "CJK UNIFIED IDEOGRAPH-26875",
    },
    Character {
        age: "3.1",
        codepoint: 0x26876,
        name: "CJK UNIFIED IDEOGRAPH-26876",
    },
    Character {
        age: "3.1",
        codepoint: 0x26877,
        name: "CJK UNIFIED IDEOGRAPH-26877",
    },
    Character {
        age: "3.1",
        codepoint: 0x26878,
        name: "CJK UNIFIED IDEOGRAPH-26878",
    },
    Character {
        age: "3.1",
        codepoint: 0x26879,
        name: "CJK UNIFIED IDEOGRAPH-26879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2687A,
        name: "CJK UNIFIED IDEOGRAPH-2687A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2687B,
        name: "CJK UNIFIED IDEOGRAPH-2687B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2687C,
        name: "CJK UNIFIED IDEOGRAPH-2687C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2687D,
        name: "CJK UNIFIED IDEOGRAPH-2687D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2687E,
        name: "CJK UNIFIED IDEOGRAPH-2687E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2687F,
        name: "CJK UNIFIED IDEOGRAPH-2687F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26880,
        name: "CJK UNIFIED IDEOGRAPH-26880",
    },
    Character {
        age: "3.1",
        codepoint: 0x26881,
        name: "CJK UNIFIED IDEOGRAPH-26881",
    },
    Character {
        age: "3.1",
        codepoint: 0x26882,
        name: "CJK UNIFIED IDEOGRAPH-26882",
    },
    Character {
        age: "3.1",
        codepoint: 0x26883,
        name: "CJK UNIFIED IDEOGRAPH-26883",
    },
    Character {
        age: "3.1",
        codepoint: 0x26884,
        name: "CJK UNIFIED IDEOGRAPH-26884",
    },
    Character {
        age: "3.1",
        codepoint: 0x26885,
        name: "CJK UNIFIED IDEOGRAPH-26885",
    },
    Character {
        age: "3.1",
        codepoint: 0x26886,
        name: "CJK UNIFIED IDEOGRAPH-26886",
    },
    Character {
        age: "3.1",
        codepoint: 0x26887,
        name: "CJK UNIFIED IDEOGRAPH-26887",
    },
    Character {
        age: "3.1",
        codepoint: 0x26888,
        name: "CJK UNIFIED IDEOGRAPH-26888",
    },
    Character {
        age: "3.1",
        codepoint: 0x26889,
        name: "CJK UNIFIED IDEOGRAPH-26889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2688A,
        name: "CJK UNIFIED IDEOGRAPH-2688A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2688B,
        name: "CJK UNIFIED IDEOGRAPH-2688B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2688C,
        name: "CJK UNIFIED IDEOGRAPH-2688C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2688D,
        name: "CJK UNIFIED IDEOGRAPH-2688D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2688E,
        name: "CJK UNIFIED IDEOGRAPH-2688E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2688F,
        name: "CJK UNIFIED IDEOGRAPH-2688F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26890,
        name: "CJK UNIFIED IDEOGRAPH-26890",
    },
    Character {
        age: "3.1",
        codepoint: 0x26891,
        name: "CJK UNIFIED IDEOGRAPH-26891",
    },
    Character {
        age: "3.1",
        codepoint: 0x26892,
        name: "CJK UNIFIED IDEOGRAPH-26892",
    },
    Character {
        age: "3.1",
        codepoint: 0x26893,
        name: "CJK UNIFIED IDEOGRAPH-26893",
    },
    Character {
        age: "3.1",
        codepoint: 0x26894,
        name: "CJK UNIFIED IDEOGRAPH-26894",
    },
    Character {
        age: "3.1",
        codepoint: 0x26895,
        name: "CJK UNIFIED IDEOGRAPH-26895",
    },
    Character {
        age: "3.1",
        codepoint: 0x26896,
        name: "CJK UNIFIED IDEOGRAPH-26896",
    },
    Character {
        age: "3.1",
        codepoint: 0x26897,
        name: "CJK UNIFIED IDEOGRAPH-26897",
    },
    Character {
        age: "3.1",
        codepoint: 0x26898,
        name: "CJK UNIFIED IDEOGRAPH-26898",
    },
    Character {
        age: "3.1",
        codepoint: 0x26899,
        name: "CJK UNIFIED IDEOGRAPH-26899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2689A,
        name: "CJK UNIFIED IDEOGRAPH-2689A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2689B,
        name: "CJK UNIFIED IDEOGRAPH-2689B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2689C,
        name: "CJK UNIFIED IDEOGRAPH-2689C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2689D,
        name: "CJK UNIFIED IDEOGRAPH-2689D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2689E,
        name: "CJK UNIFIED IDEOGRAPH-2689E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2689F,
        name: "CJK UNIFIED IDEOGRAPH-2689F",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A0,
        name: "CJK UNIFIED IDEOGRAPH-268A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A1,
        name: "CJK UNIFIED IDEOGRAPH-268A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A2,
        name: "CJK UNIFIED IDEOGRAPH-268A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A3,
        name: "CJK UNIFIED IDEOGRAPH-268A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A4,
        name: "CJK UNIFIED IDEOGRAPH-268A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A5,
        name: "CJK UNIFIED IDEOGRAPH-268A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A6,
        name: "CJK UNIFIED IDEOGRAPH-268A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A7,
        name: "CJK UNIFIED IDEOGRAPH-268A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A8,
        name: "CJK UNIFIED IDEOGRAPH-268A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x268A9,
        name: "CJK UNIFIED IDEOGRAPH-268A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x268AA,
        name: "CJK UNIFIED IDEOGRAPH-268AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x268AB,
        name: "CJK UNIFIED IDEOGRAPH-268AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x268AC,
        name: "CJK UNIFIED IDEOGRAPH-268AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x268AD,
        name: "CJK UNIFIED IDEOGRAPH-268AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x268AE,
        name: "CJK UNIFIED IDEOGRAPH-268AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x268AF,
        name: "CJK UNIFIED IDEOGRAPH-268AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B0,
        name: "CJK UNIFIED IDEOGRAPH-268B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B1,
        name: "CJK UNIFIED IDEOGRAPH-268B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B2,
        name: "CJK UNIFIED IDEOGRAPH-268B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B3,
        name: "CJK UNIFIED IDEOGRAPH-268B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B4,
        name: "CJK UNIFIED IDEOGRAPH-268B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B5,
        name: "CJK UNIFIED IDEOGRAPH-268B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B6,
        name: "CJK UNIFIED IDEOGRAPH-268B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B7,
        name: "CJK UNIFIED IDEOGRAPH-268B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B8,
        name: "CJK UNIFIED IDEOGRAPH-268B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x268B9,
        name: "CJK UNIFIED IDEOGRAPH-268B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x268BA,
        name: "CJK UNIFIED IDEOGRAPH-268BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x268BB,
        name: "CJK UNIFIED IDEOGRAPH-268BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x268BC,
        name: "CJK UNIFIED IDEOGRAPH-268BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x268BD,
        name: "CJK UNIFIED IDEOGRAPH-268BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x268BE,
        name: "CJK UNIFIED IDEOGRAPH-268BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x268BF,
        name: "CJK UNIFIED IDEOGRAPH-268BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C0,
        name: "CJK UNIFIED IDEOGRAPH-268C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C1,
        name: "CJK UNIFIED IDEOGRAPH-268C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C2,
        name: "CJK UNIFIED IDEOGRAPH-268C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C3,
        name: "CJK UNIFIED IDEOGRAPH-268C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C4,
        name: "CJK UNIFIED IDEOGRAPH-268C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C5,
        name: "CJK UNIFIED IDEOGRAPH-268C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C6,
        name: "CJK UNIFIED IDEOGRAPH-268C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C7,
        name: "CJK UNIFIED IDEOGRAPH-268C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C8,
        name: "CJK UNIFIED IDEOGRAPH-268C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x268C9,
        name: "CJK UNIFIED IDEOGRAPH-268C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x268CA,
        name: "CJK UNIFIED IDEOGRAPH-268CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x268CB,
        name: "CJK UNIFIED IDEOGRAPH-268CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x268CC,
        name: "CJK UNIFIED IDEOGRAPH-268CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x268CD,
        name: "CJK UNIFIED IDEOGRAPH-268CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x268CE,
        name: "CJK UNIFIED IDEOGRAPH-268CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x268CF,
        name: "CJK UNIFIED IDEOGRAPH-268CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D0,
        name: "CJK UNIFIED IDEOGRAPH-268D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D1,
        name: "CJK UNIFIED IDEOGRAPH-268D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D2,
        name: "CJK UNIFIED IDEOGRAPH-268D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D3,
        name: "CJK UNIFIED IDEOGRAPH-268D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D4,
        name: "CJK UNIFIED IDEOGRAPH-268D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D5,
        name: "CJK UNIFIED IDEOGRAPH-268D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D6,
        name: "CJK UNIFIED IDEOGRAPH-268D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D7,
        name: "CJK UNIFIED IDEOGRAPH-268D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D8,
        name: "CJK UNIFIED IDEOGRAPH-268D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x268D9,
        name: "CJK UNIFIED IDEOGRAPH-268D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x268DA,
        name: "CJK UNIFIED IDEOGRAPH-268DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x268DB,
        name: "CJK UNIFIED IDEOGRAPH-268DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x268DC,
        name: "CJK UNIFIED IDEOGRAPH-268DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x268DD,
        name: "CJK UNIFIED IDEOGRAPH-268DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x268DE,
        name: "CJK UNIFIED IDEOGRAPH-268DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x268DF,
        name: "CJK UNIFIED IDEOGRAPH-268DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E0,
        name: "CJK UNIFIED IDEOGRAPH-268E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E1,
        name: "CJK UNIFIED IDEOGRAPH-268E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E2,
        name: "CJK UNIFIED IDEOGRAPH-268E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E3,
        name: "CJK UNIFIED IDEOGRAPH-268E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E4,
        name: "CJK UNIFIED IDEOGRAPH-268E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E5,
        name: "CJK UNIFIED IDEOGRAPH-268E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E6,
        name: "CJK UNIFIED IDEOGRAPH-268E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E7,
        name: "CJK UNIFIED IDEOGRAPH-268E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E8,
        name: "CJK UNIFIED IDEOGRAPH-268E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x268E9,
        name: "CJK UNIFIED IDEOGRAPH-268E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x268EA,
        name: "CJK UNIFIED IDEOGRAPH-268EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x268EB,
        name: "CJK UNIFIED IDEOGRAPH-268EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x268EC,
        name: "CJK UNIFIED IDEOGRAPH-268EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x268ED,
        name: "CJK UNIFIED IDEOGRAPH-268ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x268EE,
        name: "CJK UNIFIED IDEOGRAPH-268EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x268EF,
        name: "CJK UNIFIED IDEOGRAPH-268EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F0,
        name: "CJK UNIFIED IDEOGRAPH-268F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F1,
        name: "CJK UNIFIED IDEOGRAPH-268F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F2,
        name: "CJK UNIFIED IDEOGRAPH-268F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F3,
        name: "CJK UNIFIED IDEOGRAPH-268F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F4,
        name: "CJK UNIFIED IDEOGRAPH-268F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F5,
        name: "CJK UNIFIED IDEOGRAPH-268F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F6,
        name: "CJK UNIFIED IDEOGRAPH-268F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F7,
        name: "CJK UNIFIED IDEOGRAPH-268F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F8,
        name: "CJK UNIFIED IDEOGRAPH-268F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x268F9,
        name: "CJK UNIFIED IDEOGRAPH-268F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x268FA,
        name: "CJK UNIFIED IDEOGRAPH-268FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x268FB,
        name: "CJK UNIFIED IDEOGRAPH-268FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x268FC,
        name: "CJK UNIFIED IDEOGRAPH-268FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x268FD,
        name: "CJK UNIFIED IDEOGRAPH-268FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x268FE,
        name: "CJK UNIFIED IDEOGRAPH-268FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x268FF,
        name: "CJK UNIFIED IDEOGRAPH-268FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26900,
        name: "CJK UNIFIED IDEOGRAPH-26900",
    },
    Character {
        age: "3.1",
        codepoint: 0x26901,
        name: "CJK UNIFIED IDEOGRAPH-26901",
    },
    Character {
        age: "3.1",
        codepoint: 0x26902,
        name: "CJK UNIFIED IDEOGRAPH-26902",
    },
    Character {
        age: "3.1",
        codepoint: 0x26903,
        name: "CJK UNIFIED IDEOGRAPH-26903",
    },
    Character {
        age: "3.1",
        codepoint: 0x26904,
        name: "CJK UNIFIED IDEOGRAPH-26904",
    },
    Character {
        age: "3.1",
        codepoint: 0x26905,
        name: "CJK UNIFIED IDEOGRAPH-26905",
    },
    Character {
        age: "3.1",
        codepoint: 0x26906,
        name: "CJK UNIFIED IDEOGRAPH-26906",
    },
    Character {
        age: "3.1",
        codepoint: 0x26907,
        name: "CJK UNIFIED IDEOGRAPH-26907",
    },
    Character {
        age: "3.1",
        codepoint: 0x26908,
        name: "CJK UNIFIED IDEOGRAPH-26908",
    },
    Character {
        age: "3.1",
        codepoint: 0x26909,
        name: "CJK UNIFIED IDEOGRAPH-26909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2690A,
        name: "CJK UNIFIED IDEOGRAPH-2690A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2690B,
        name: "CJK UNIFIED IDEOGRAPH-2690B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2690C,
        name: "CJK UNIFIED IDEOGRAPH-2690C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2690D,
        name: "CJK UNIFIED IDEOGRAPH-2690D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2690E,
        name: "CJK UNIFIED IDEOGRAPH-2690E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2690F,
        name: "CJK UNIFIED IDEOGRAPH-2690F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26910,
        name: "CJK UNIFIED IDEOGRAPH-26910",
    },
    Character {
        age: "3.1",
        codepoint: 0x26911,
        name: "CJK UNIFIED IDEOGRAPH-26911",
    },
    Character {
        age: "3.1",
        codepoint: 0x26912,
        name: "CJK UNIFIED IDEOGRAPH-26912",
    },
    Character {
        age: "3.1",
        codepoint: 0x26913,
        name: "CJK UNIFIED IDEOGRAPH-26913",
    },
    Character {
        age: "3.1",
        codepoint: 0x26914,
        name: "CJK UNIFIED IDEOGRAPH-26914",
    },
    Character {
        age: "3.1",
        codepoint: 0x26915,
        name: "CJK UNIFIED IDEOGRAPH-26915",
    },
    Character {
        age: "3.1",
        codepoint: 0x26916,
        name: "CJK UNIFIED IDEOGRAPH-26916",
    },
    Character {
        age: "3.1",
        codepoint: 0x26917,
        name: "CJK UNIFIED IDEOGRAPH-26917",
    },
    Character {
        age: "3.1",
        codepoint: 0x26918,
        name: "CJK UNIFIED IDEOGRAPH-26918",
    },
    Character {
        age: "3.1",
        codepoint: 0x26919,
        name: "CJK UNIFIED IDEOGRAPH-26919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2691A,
        name: "CJK UNIFIED IDEOGRAPH-2691A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2691B,
        name: "CJK UNIFIED IDEOGRAPH-2691B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2691C,
        name: "CJK UNIFIED IDEOGRAPH-2691C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2691D,
        name: "CJK UNIFIED IDEOGRAPH-2691D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2691E,
        name: "CJK UNIFIED IDEOGRAPH-2691E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2691F,
        name: "CJK UNIFIED IDEOGRAPH-2691F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26920,
        name: "CJK UNIFIED IDEOGRAPH-26920",
    },
    Character {
        age: "3.1",
        codepoint: 0x26921,
        name: "CJK UNIFIED IDEOGRAPH-26921",
    },
    Character {
        age: "3.1",
        codepoint: 0x26922,
        name: "CJK UNIFIED IDEOGRAPH-26922",
    },
    Character {
        age: "3.1",
        codepoint: 0x26923,
        name: "CJK UNIFIED IDEOGRAPH-26923",
    },
    Character {
        age: "3.1",
        codepoint: 0x26924,
        name: "CJK UNIFIED IDEOGRAPH-26924",
    },
    Character {
        age: "3.1",
        codepoint: 0x26925,
        name: "CJK UNIFIED IDEOGRAPH-26925",
    },
    Character {
        age: "3.1",
        codepoint: 0x26926,
        name: "CJK UNIFIED IDEOGRAPH-26926",
    },
    Character {
        age: "3.1",
        codepoint: 0x26927,
        name: "CJK UNIFIED IDEOGRAPH-26927",
    },
    Character {
        age: "3.1",
        codepoint: 0x26928,
        name: "CJK UNIFIED IDEOGRAPH-26928",
    },
    Character {
        age: "3.1",
        codepoint: 0x26929,
        name: "CJK UNIFIED IDEOGRAPH-26929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2692A,
        name: "CJK UNIFIED IDEOGRAPH-2692A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2692B,
        name: "CJK UNIFIED IDEOGRAPH-2692B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2692C,
        name: "CJK UNIFIED IDEOGRAPH-2692C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2692D,
        name: "CJK UNIFIED IDEOGRAPH-2692D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2692E,
        name: "CJK UNIFIED IDEOGRAPH-2692E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2692F,
        name: "CJK UNIFIED IDEOGRAPH-2692F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26930,
        name: "CJK UNIFIED IDEOGRAPH-26930",
    },
    Character {
        age: "3.1",
        codepoint: 0x26931,
        name: "CJK UNIFIED IDEOGRAPH-26931",
    },
    Character {
        age: "3.1",
        codepoint: 0x26932,
        name: "CJK UNIFIED IDEOGRAPH-26932",
    },
    Character {
        age: "3.1",
        codepoint: 0x26933,
        name: "CJK UNIFIED IDEOGRAPH-26933",
    },
    Character {
        age: "3.1",
        codepoint: 0x26934,
        name: "CJK UNIFIED IDEOGRAPH-26934",
    },
    Character {
        age: "3.1",
        codepoint: 0x26935,
        name: "CJK UNIFIED IDEOGRAPH-26935",
    },
    Character {
        age: "3.1",
        codepoint: 0x26936,
        name: "CJK UNIFIED IDEOGRAPH-26936",
    },
    Character {
        age: "3.1",
        codepoint: 0x26937,
        name: "CJK UNIFIED IDEOGRAPH-26937",
    },
    Character {
        age: "3.1",
        codepoint: 0x26938,
        name: "CJK UNIFIED IDEOGRAPH-26938",
    },
    Character {
        age: "3.1",
        codepoint: 0x26939,
        name: "CJK UNIFIED IDEOGRAPH-26939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2693A,
        name: "CJK UNIFIED IDEOGRAPH-2693A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2693B,
        name: "CJK UNIFIED IDEOGRAPH-2693B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2693C,
        name: "CJK UNIFIED IDEOGRAPH-2693C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2693D,
        name: "CJK UNIFIED IDEOGRAPH-2693D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2693E,
        name: "CJK UNIFIED IDEOGRAPH-2693E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2693F,
        name: "CJK UNIFIED IDEOGRAPH-2693F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26940,
        name: "CJK UNIFIED IDEOGRAPH-26940",
    },
    Character {
        age: "3.1",
        codepoint: 0x26941,
        name: "CJK UNIFIED IDEOGRAPH-26941",
    },
    Character {
        age: "3.1",
        codepoint: 0x26942,
        name: "CJK UNIFIED IDEOGRAPH-26942",
    },
    Character {
        age: "3.1",
        codepoint: 0x26943,
        name: "CJK UNIFIED IDEOGRAPH-26943",
    },
    Character {
        age: "3.1",
        codepoint: 0x26944,
        name: "CJK UNIFIED IDEOGRAPH-26944",
    },
    Character {
        age: "3.1",
        codepoint: 0x26945,
        name: "CJK UNIFIED IDEOGRAPH-26945",
    },
    Character {
        age: "3.1",
        codepoint: 0x26946,
        name: "CJK UNIFIED IDEOGRAPH-26946",
    },
    Character {
        age: "3.1",
        codepoint: 0x26947,
        name: "CJK UNIFIED IDEOGRAPH-26947",
    },
    Character {
        age: "3.1",
        codepoint: 0x26948,
        name: "CJK UNIFIED IDEOGRAPH-26948",
    },
    Character {
        age: "3.1",
        codepoint: 0x26949,
        name: "CJK UNIFIED IDEOGRAPH-26949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2694A,
        name: "CJK UNIFIED IDEOGRAPH-2694A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2694B,
        name: "CJK UNIFIED IDEOGRAPH-2694B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2694C,
        name: "CJK UNIFIED IDEOGRAPH-2694C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2694D,
        name: "CJK UNIFIED IDEOGRAPH-2694D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2694E,
        name: "CJK UNIFIED IDEOGRAPH-2694E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2694F,
        name: "CJK UNIFIED IDEOGRAPH-2694F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26950,
        name: "CJK UNIFIED IDEOGRAPH-26950",
    },
    Character {
        age: "3.1",
        codepoint: 0x26951,
        name: "CJK UNIFIED IDEOGRAPH-26951",
    },
    Character {
        age: "3.1",
        codepoint: 0x26952,
        name: "CJK UNIFIED IDEOGRAPH-26952",
    },
    Character {
        age: "3.1",
        codepoint: 0x26953,
        name: "CJK UNIFIED IDEOGRAPH-26953",
    },
    Character {
        age: "3.1",
        codepoint: 0x26954,
        name: "CJK UNIFIED IDEOGRAPH-26954",
    },
    Character {
        age: "3.1",
        codepoint: 0x26955,
        name: "CJK UNIFIED IDEOGRAPH-26955",
    },
    Character {
        age: "3.1",
        codepoint: 0x26956,
        name: "CJK UNIFIED IDEOGRAPH-26956",
    },
    Character {
        age: "3.1",
        codepoint: 0x26957,
        name: "CJK UNIFIED IDEOGRAPH-26957",
    },
    Character {
        age: "3.1",
        codepoint: 0x26958,
        name: "CJK UNIFIED IDEOGRAPH-26958",
    },
    Character {
        age: "3.1",
        codepoint: 0x26959,
        name: "CJK UNIFIED IDEOGRAPH-26959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2695A,
        name: "CJK UNIFIED IDEOGRAPH-2695A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2695B,
        name: "CJK UNIFIED IDEOGRAPH-2695B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2695C,
        name: "CJK UNIFIED IDEOGRAPH-2695C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2695D,
        name: "CJK UNIFIED IDEOGRAPH-2695D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2695E,
        name: "CJK UNIFIED IDEOGRAPH-2695E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2695F,
        name: "CJK UNIFIED IDEOGRAPH-2695F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26960,
        name: "CJK UNIFIED IDEOGRAPH-26960",
    },
    Character {
        age: "3.1",
        codepoint: 0x26961,
        name: "CJK UNIFIED IDEOGRAPH-26961",
    },
    Character {
        age: "3.1",
        codepoint: 0x26962,
        name: "CJK UNIFIED IDEOGRAPH-26962",
    },
    Character {
        age: "3.1",
        codepoint: 0x26963,
        name: "CJK UNIFIED IDEOGRAPH-26963",
    },
    Character {
        age: "3.1",
        codepoint: 0x26964,
        name: "CJK UNIFIED IDEOGRAPH-26964",
    },
    Character {
        age: "3.1",
        codepoint: 0x26965,
        name: "CJK UNIFIED IDEOGRAPH-26965",
    },
    Character {
        age: "3.1",
        codepoint: 0x26966,
        name: "CJK UNIFIED IDEOGRAPH-26966",
    },
    Character {
        age: "3.1",
        codepoint: 0x26967,
        name: "CJK UNIFIED IDEOGRAPH-26967",
    },
    Character {
        age: "3.1",
        codepoint: 0x26968,
        name: "CJK UNIFIED IDEOGRAPH-26968",
    },
    Character {
        age: "3.1",
        codepoint: 0x26969,
        name: "CJK UNIFIED IDEOGRAPH-26969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2696A,
        name: "CJK UNIFIED IDEOGRAPH-2696A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2696B,
        name: "CJK UNIFIED IDEOGRAPH-2696B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2696C,
        name: "CJK UNIFIED IDEOGRAPH-2696C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2696D,
        name: "CJK UNIFIED IDEOGRAPH-2696D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2696E,
        name: "CJK UNIFIED IDEOGRAPH-2696E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2696F,
        name: "CJK UNIFIED IDEOGRAPH-2696F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26970,
        name: "CJK UNIFIED IDEOGRAPH-26970",
    },
    Character {
        age: "3.1",
        codepoint: 0x26971,
        name: "CJK UNIFIED IDEOGRAPH-26971",
    },
    Character {
        age: "3.1",
        codepoint: 0x26972,
        name: "CJK UNIFIED IDEOGRAPH-26972",
    },
    Character {
        age: "3.1",
        codepoint: 0x26973,
        name: "CJK UNIFIED IDEOGRAPH-26973",
    },
    Character {
        age: "3.1",
        codepoint: 0x26974,
        name: "CJK UNIFIED IDEOGRAPH-26974",
    },
    Character {
        age: "3.1",
        codepoint: 0x26975,
        name: "CJK UNIFIED IDEOGRAPH-26975",
    },
    Character {
        age: "3.1",
        codepoint: 0x26976,
        name: "CJK UNIFIED IDEOGRAPH-26976",
    },
    Character {
        age: "3.1",
        codepoint: 0x26977,
        name: "CJK UNIFIED IDEOGRAPH-26977",
    },
    Character {
        age: "3.1",
        codepoint: 0x26978,
        name: "CJK UNIFIED IDEOGRAPH-26978",
    },
    Character {
        age: "3.1",
        codepoint: 0x26979,
        name: "CJK UNIFIED IDEOGRAPH-26979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2697A,
        name: "CJK UNIFIED IDEOGRAPH-2697A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2697B,
        name: "CJK UNIFIED IDEOGRAPH-2697B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2697C,
        name: "CJK UNIFIED IDEOGRAPH-2697C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2697D,
        name: "CJK UNIFIED IDEOGRAPH-2697D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2697E,
        name: "CJK UNIFIED IDEOGRAPH-2697E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2697F,
        name: "CJK UNIFIED IDEOGRAPH-2697F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26980,
        name: "CJK UNIFIED IDEOGRAPH-26980",
    },
    Character {
        age: "3.1",
        codepoint: 0x26981,
        name: "CJK UNIFIED IDEOGRAPH-26981",
    },
    Character {
        age: "3.1",
        codepoint: 0x26982,
        name: "CJK UNIFIED IDEOGRAPH-26982",
    },
    Character {
        age: "3.1",
        codepoint: 0x26983,
        name: "CJK UNIFIED IDEOGRAPH-26983",
    },
    Character {
        age: "3.1",
        codepoint: 0x26984,
        name: "CJK UNIFIED IDEOGRAPH-26984",
    },
    Character {
        age: "3.1",
        codepoint: 0x26985,
        name: "CJK UNIFIED IDEOGRAPH-26985",
    },
    Character {
        age: "3.1",
        codepoint: 0x26986,
        name: "CJK UNIFIED IDEOGRAPH-26986",
    },
    Character {
        age: "3.1",
        codepoint: 0x26987,
        name: "CJK UNIFIED IDEOGRAPH-26987",
    },
    Character {
        age: "3.1",
        codepoint: 0x26988,
        name: "CJK UNIFIED IDEOGRAPH-26988",
    },
    Character {
        age: "3.1",
        codepoint: 0x26989,
        name: "CJK UNIFIED IDEOGRAPH-26989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2698A,
        name: "CJK UNIFIED IDEOGRAPH-2698A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2698B,
        name: "CJK UNIFIED IDEOGRAPH-2698B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2698C,
        name: "CJK UNIFIED IDEOGRAPH-2698C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2698D,
        name: "CJK UNIFIED IDEOGRAPH-2698D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2698E,
        name: "CJK UNIFIED IDEOGRAPH-2698E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2698F,
        name: "CJK UNIFIED IDEOGRAPH-2698F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26990,
        name: "CJK UNIFIED IDEOGRAPH-26990",
    },
    Character {
        age: "3.1",
        codepoint: 0x26991,
        name: "CJK UNIFIED IDEOGRAPH-26991",
    },
    Character {
        age: "3.1",
        codepoint: 0x26992,
        name: "CJK UNIFIED IDEOGRAPH-26992",
    },
    Character {
        age: "3.1",
        codepoint: 0x26993,
        name: "CJK UNIFIED IDEOGRAPH-26993",
    },
    Character {
        age: "3.1",
        codepoint: 0x26994,
        name: "CJK UNIFIED IDEOGRAPH-26994",
    },
    Character {
        age: "3.1",
        codepoint: 0x26995,
        name: "CJK UNIFIED IDEOGRAPH-26995",
    },
    Character {
        age: "3.1",
        codepoint: 0x26996,
        name: "CJK UNIFIED IDEOGRAPH-26996",
    },
    Character {
        age: "3.1",
        codepoint: 0x26997,
        name: "CJK UNIFIED IDEOGRAPH-26997",
    },
    Character {
        age: "3.1",
        codepoint: 0x26998,
        name: "CJK UNIFIED IDEOGRAPH-26998",
    },
    Character {
        age: "3.1",
        codepoint: 0x26999,
        name: "CJK UNIFIED IDEOGRAPH-26999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2699A,
        name: "CJK UNIFIED IDEOGRAPH-2699A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2699B,
        name: "CJK UNIFIED IDEOGRAPH-2699B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2699C,
        name: "CJK UNIFIED IDEOGRAPH-2699C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2699D,
        name: "CJK UNIFIED IDEOGRAPH-2699D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2699E,
        name: "CJK UNIFIED IDEOGRAPH-2699E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2699F,
        name: "CJK UNIFIED IDEOGRAPH-2699F",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A0,
        name: "CJK UNIFIED IDEOGRAPH-269A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A1,
        name: "CJK UNIFIED IDEOGRAPH-269A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A2,
        name: "CJK UNIFIED IDEOGRAPH-269A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A3,
        name: "CJK UNIFIED IDEOGRAPH-269A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A4,
        name: "CJK UNIFIED IDEOGRAPH-269A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A5,
        name: "CJK UNIFIED IDEOGRAPH-269A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A6,
        name: "CJK UNIFIED IDEOGRAPH-269A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A7,
        name: "CJK UNIFIED IDEOGRAPH-269A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A8,
        name: "CJK UNIFIED IDEOGRAPH-269A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x269A9,
        name: "CJK UNIFIED IDEOGRAPH-269A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x269AA,
        name: "CJK UNIFIED IDEOGRAPH-269AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x269AB,
        name: "CJK UNIFIED IDEOGRAPH-269AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x269AC,
        name: "CJK UNIFIED IDEOGRAPH-269AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x269AD,
        name: "CJK UNIFIED IDEOGRAPH-269AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x269AE,
        name: "CJK UNIFIED IDEOGRAPH-269AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x269AF,
        name: "CJK UNIFIED IDEOGRAPH-269AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B0,
        name: "CJK UNIFIED IDEOGRAPH-269B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B1,
        name: "CJK UNIFIED IDEOGRAPH-269B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B2,
        name: "CJK UNIFIED IDEOGRAPH-269B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B3,
        name: "CJK UNIFIED IDEOGRAPH-269B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B4,
        name: "CJK UNIFIED IDEOGRAPH-269B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B5,
        name: "CJK UNIFIED IDEOGRAPH-269B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B6,
        name: "CJK UNIFIED IDEOGRAPH-269B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B7,
        name: "CJK UNIFIED IDEOGRAPH-269B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B8,
        name: "CJK UNIFIED IDEOGRAPH-269B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x269B9,
        name: "CJK UNIFIED IDEOGRAPH-269B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x269BA,
        name: "CJK UNIFIED IDEOGRAPH-269BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x269BB,
        name: "CJK UNIFIED IDEOGRAPH-269BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x269BC,
        name: "CJK UNIFIED IDEOGRAPH-269BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x269BD,
        name: "CJK UNIFIED IDEOGRAPH-269BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x269BE,
        name: "CJK UNIFIED IDEOGRAPH-269BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x269BF,
        name: "CJK UNIFIED IDEOGRAPH-269BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C0,
        name: "CJK UNIFIED IDEOGRAPH-269C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C1,
        name: "CJK UNIFIED IDEOGRAPH-269C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C2,
        name: "CJK UNIFIED IDEOGRAPH-269C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C3,
        name: "CJK UNIFIED IDEOGRAPH-269C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C4,
        name: "CJK UNIFIED IDEOGRAPH-269C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C5,
        name: "CJK UNIFIED IDEOGRAPH-269C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C6,
        name: "CJK UNIFIED IDEOGRAPH-269C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C7,
        name: "CJK UNIFIED IDEOGRAPH-269C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C8,
        name: "CJK UNIFIED IDEOGRAPH-269C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x269C9,
        name: "CJK UNIFIED IDEOGRAPH-269C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x269CA,
        name: "CJK UNIFIED IDEOGRAPH-269CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x269CB,
        name: "CJK UNIFIED IDEOGRAPH-269CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x269CC,
        name: "CJK UNIFIED IDEOGRAPH-269CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x269CD,
        name: "CJK UNIFIED IDEOGRAPH-269CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x269CE,
        name: "CJK UNIFIED IDEOGRAPH-269CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x269CF,
        name: "CJK UNIFIED IDEOGRAPH-269CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D0,
        name: "CJK UNIFIED IDEOGRAPH-269D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D1,
        name: "CJK UNIFIED IDEOGRAPH-269D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D2,
        name: "CJK UNIFIED IDEOGRAPH-269D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D3,
        name: "CJK UNIFIED IDEOGRAPH-269D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D4,
        name: "CJK UNIFIED IDEOGRAPH-269D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D5,
        name: "CJK UNIFIED IDEOGRAPH-269D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D6,
        name: "CJK UNIFIED IDEOGRAPH-269D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D7,
        name: "CJK UNIFIED IDEOGRAPH-269D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D8,
        name: "CJK UNIFIED IDEOGRAPH-269D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x269D9,
        name: "CJK UNIFIED IDEOGRAPH-269D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x269DA,
        name: "CJK UNIFIED IDEOGRAPH-269DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x269DB,
        name: "CJK UNIFIED IDEOGRAPH-269DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x269DC,
        name: "CJK UNIFIED IDEOGRAPH-269DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x269DD,
        name: "CJK UNIFIED IDEOGRAPH-269DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x269DE,
        name: "CJK UNIFIED IDEOGRAPH-269DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x269DF,
        name: "CJK UNIFIED IDEOGRAPH-269DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E0,
        name: "CJK UNIFIED IDEOGRAPH-269E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E1,
        name: "CJK UNIFIED IDEOGRAPH-269E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E2,
        name: "CJK UNIFIED IDEOGRAPH-269E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E3,
        name: "CJK UNIFIED IDEOGRAPH-269E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E4,
        name: "CJK UNIFIED IDEOGRAPH-269E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E5,
        name: "CJK UNIFIED IDEOGRAPH-269E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E6,
        name: "CJK UNIFIED IDEOGRAPH-269E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E7,
        name: "CJK UNIFIED IDEOGRAPH-269E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E8,
        name: "CJK UNIFIED IDEOGRAPH-269E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x269E9,
        name: "CJK UNIFIED IDEOGRAPH-269E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x269EA,
        name: "CJK UNIFIED IDEOGRAPH-269EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x269EB,
        name: "CJK UNIFIED IDEOGRAPH-269EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x269EC,
        name: "CJK UNIFIED IDEOGRAPH-269EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x269ED,
        name: "CJK UNIFIED IDEOGRAPH-269ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x269EE,
        name: "CJK UNIFIED IDEOGRAPH-269EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x269EF,
        name: "CJK UNIFIED IDEOGRAPH-269EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F0,
        name: "CJK UNIFIED IDEOGRAPH-269F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F1,
        name: "CJK UNIFIED IDEOGRAPH-269F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F2,
        name: "CJK UNIFIED IDEOGRAPH-269F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F3,
        name: "CJK UNIFIED IDEOGRAPH-269F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F4,
        name: "CJK UNIFIED IDEOGRAPH-269F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F5,
        name: "CJK UNIFIED IDEOGRAPH-269F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F6,
        name: "CJK UNIFIED IDEOGRAPH-269F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F7,
        name: "CJK UNIFIED IDEOGRAPH-269F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F8,
        name: "CJK UNIFIED IDEOGRAPH-269F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x269F9,
        name: "CJK UNIFIED IDEOGRAPH-269F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x269FA,
        name: "CJK UNIFIED IDEOGRAPH-269FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x269FB,
        name: "CJK UNIFIED IDEOGRAPH-269FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x269FC,
        name: "CJK UNIFIED IDEOGRAPH-269FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x269FD,
        name: "CJK UNIFIED IDEOGRAPH-269FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x269FE,
        name: "CJK UNIFIED IDEOGRAPH-269FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x269FF,
        name: "CJK UNIFIED IDEOGRAPH-269FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A00,
        name: "CJK UNIFIED IDEOGRAPH-26A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A01,
        name: "CJK UNIFIED IDEOGRAPH-26A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A02,
        name: "CJK UNIFIED IDEOGRAPH-26A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A03,
        name: "CJK UNIFIED IDEOGRAPH-26A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A04,
        name: "CJK UNIFIED IDEOGRAPH-26A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A05,
        name: "CJK UNIFIED IDEOGRAPH-26A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A06,
        name: "CJK UNIFIED IDEOGRAPH-26A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A07,
        name: "CJK UNIFIED IDEOGRAPH-26A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A08,
        name: "CJK UNIFIED IDEOGRAPH-26A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A09,
        name: "CJK UNIFIED IDEOGRAPH-26A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A0A,
        name: "CJK UNIFIED IDEOGRAPH-26A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A0B,
        name: "CJK UNIFIED IDEOGRAPH-26A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A0C,
        name: "CJK UNIFIED IDEOGRAPH-26A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A0D,
        name: "CJK UNIFIED IDEOGRAPH-26A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A0E,
        name: "CJK UNIFIED IDEOGRAPH-26A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A0F,
        name: "CJK UNIFIED IDEOGRAPH-26A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A10,
        name: "CJK UNIFIED IDEOGRAPH-26A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A11,
        name: "CJK UNIFIED IDEOGRAPH-26A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A12,
        name: "CJK UNIFIED IDEOGRAPH-26A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A13,
        name: "CJK UNIFIED IDEOGRAPH-26A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A14,
        name: "CJK UNIFIED IDEOGRAPH-26A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A15,
        name: "CJK UNIFIED IDEOGRAPH-26A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A16,
        name: "CJK UNIFIED IDEOGRAPH-26A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A17,
        name: "CJK UNIFIED IDEOGRAPH-26A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A18,
        name: "CJK UNIFIED IDEOGRAPH-26A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A19,
        name: "CJK UNIFIED IDEOGRAPH-26A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A1A,
        name: "CJK UNIFIED IDEOGRAPH-26A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A1B,
        name: "CJK UNIFIED IDEOGRAPH-26A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A1C,
        name: "CJK UNIFIED IDEOGRAPH-26A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A1D,
        name: "CJK UNIFIED IDEOGRAPH-26A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A1E,
        name: "CJK UNIFIED IDEOGRAPH-26A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A1F,
        name: "CJK UNIFIED IDEOGRAPH-26A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A20,
        name: "CJK UNIFIED IDEOGRAPH-26A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A21,
        name: "CJK UNIFIED IDEOGRAPH-26A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A22,
        name: "CJK UNIFIED IDEOGRAPH-26A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A23,
        name: "CJK UNIFIED IDEOGRAPH-26A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A24,
        name: "CJK UNIFIED IDEOGRAPH-26A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A25,
        name: "CJK UNIFIED IDEOGRAPH-26A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A26,
        name: "CJK UNIFIED IDEOGRAPH-26A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A27,
        name: "CJK UNIFIED IDEOGRAPH-26A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A28,
        name: "CJK UNIFIED IDEOGRAPH-26A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A29,
        name: "CJK UNIFIED IDEOGRAPH-26A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A2A,
        name: "CJK UNIFIED IDEOGRAPH-26A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A2B,
        name: "CJK UNIFIED IDEOGRAPH-26A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A2C,
        name: "CJK UNIFIED IDEOGRAPH-26A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A2D,
        name: "CJK UNIFIED IDEOGRAPH-26A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A2E,
        name: "CJK UNIFIED IDEOGRAPH-26A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A2F,
        name: "CJK UNIFIED IDEOGRAPH-26A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A30,
        name: "CJK UNIFIED IDEOGRAPH-26A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A31,
        name: "CJK UNIFIED IDEOGRAPH-26A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A32,
        name: "CJK UNIFIED IDEOGRAPH-26A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A33,
        name: "CJK UNIFIED IDEOGRAPH-26A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A34,
        name: "CJK UNIFIED IDEOGRAPH-26A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A35,
        name: "CJK UNIFIED IDEOGRAPH-26A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A36,
        name: "CJK UNIFIED IDEOGRAPH-26A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A37,
        name: "CJK UNIFIED IDEOGRAPH-26A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A38,
        name: "CJK UNIFIED IDEOGRAPH-26A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A39,
        name: "CJK UNIFIED IDEOGRAPH-26A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A3A,
        name: "CJK UNIFIED IDEOGRAPH-26A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A3B,
        name: "CJK UNIFIED IDEOGRAPH-26A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A3C,
        name: "CJK UNIFIED IDEOGRAPH-26A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A3D,
        name: "CJK UNIFIED IDEOGRAPH-26A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A3E,
        name: "CJK UNIFIED IDEOGRAPH-26A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A3F,
        name: "CJK UNIFIED IDEOGRAPH-26A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A40,
        name: "CJK UNIFIED IDEOGRAPH-26A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A41,
        name: "CJK UNIFIED IDEOGRAPH-26A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A42,
        name: "CJK UNIFIED IDEOGRAPH-26A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A43,
        name: "CJK UNIFIED IDEOGRAPH-26A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A44,
        name: "CJK UNIFIED IDEOGRAPH-26A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A45,
        name: "CJK UNIFIED IDEOGRAPH-26A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A46,
        name: "CJK UNIFIED IDEOGRAPH-26A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A47,
        name: "CJK UNIFIED IDEOGRAPH-26A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A48,
        name: "CJK UNIFIED IDEOGRAPH-26A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A49,
        name: "CJK UNIFIED IDEOGRAPH-26A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A4A,
        name: "CJK UNIFIED IDEOGRAPH-26A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A4B,
        name: "CJK UNIFIED IDEOGRAPH-26A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A4C,
        name: "CJK UNIFIED IDEOGRAPH-26A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A4D,
        name: "CJK UNIFIED IDEOGRAPH-26A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A4E,
        name: "CJK UNIFIED IDEOGRAPH-26A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A4F,
        name: "CJK UNIFIED IDEOGRAPH-26A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A50,
        name: "CJK UNIFIED IDEOGRAPH-26A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A51,
        name: "CJK UNIFIED IDEOGRAPH-26A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A52,
        name: "CJK UNIFIED IDEOGRAPH-26A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A53,
        name: "CJK UNIFIED IDEOGRAPH-26A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A54,
        name: "CJK UNIFIED IDEOGRAPH-26A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A55,
        name: "CJK UNIFIED IDEOGRAPH-26A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A56,
        name: "CJK UNIFIED IDEOGRAPH-26A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A57,
        name: "CJK UNIFIED IDEOGRAPH-26A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A58,
        name: "CJK UNIFIED IDEOGRAPH-26A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A59,
        name: "CJK UNIFIED IDEOGRAPH-26A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A5A,
        name: "CJK UNIFIED IDEOGRAPH-26A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A5B,
        name: "CJK UNIFIED IDEOGRAPH-26A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A5C,
        name: "CJK UNIFIED IDEOGRAPH-26A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A5D,
        name: "CJK UNIFIED IDEOGRAPH-26A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A5E,
        name: "CJK UNIFIED IDEOGRAPH-26A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A5F,
        name: "CJK UNIFIED IDEOGRAPH-26A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A60,
        name: "CJK UNIFIED IDEOGRAPH-26A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A61,
        name: "CJK UNIFIED IDEOGRAPH-26A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A62,
        name: "CJK UNIFIED IDEOGRAPH-26A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A63,
        name: "CJK UNIFIED IDEOGRAPH-26A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A64,
        name: "CJK UNIFIED IDEOGRAPH-26A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A65,
        name: "CJK UNIFIED IDEOGRAPH-26A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A66,
        name: "CJK UNIFIED IDEOGRAPH-26A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A67,
        name: "CJK UNIFIED IDEOGRAPH-26A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A68,
        name: "CJK UNIFIED IDEOGRAPH-26A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A69,
        name: "CJK UNIFIED IDEOGRAPH-26A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A6A,
        name: "CJK UNIFIED IDEOGRAPH-26A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A6B,
        name: "CJK UNIFIED IDEOGRAPH-26A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A6C,
        name: "CJK UNIFIED IDEOGRAPH-26A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A6D,
        name: "CJK UNIFIED IDEOGRAPH-26A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A6E,
        name: "CJK UNIFIED IDEOGRAPH-26A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A6F,
        name: "CJK UNIFIED IDEOGRAPH-26A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A70,
        name: "CJK UNIFIED IDEOGRAPH-26A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A71,
        name: "CJK UNIFIED IDEOGRAPH-26A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A72,
        name: "CJK UNIFIED IDEOGRAPH-26A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A73,
        name: "CJK UNIFIED IDEOGRAPH-26A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A74,
        name: "CJK UNIFIED IDEOGRAPH-26A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A75,
        name: "CJK UNIFIED IDEOGRAPH-26A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A76,
        name: "CJK UNIFIED IDEOGRAPH-26A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A77,
        name: "CJK UNIFIED IDEOGRAPH-26A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A78,
        name: "CJK UNIFIED IDEOGRAPH-26A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A79,
        name: "CJK UNIFIED IDEOGRAPH-26A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A7A,
        name: "CJK UNIFIED IDEOGRAPH-26A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A7B,
        name: "CJK UNIFIED IDEOGRAPH-26A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A7C,
        name: "CJK UNIFIED IDEOGRAPH-26A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A7D,
        name: "CJK UNIFIED IDEOGRAPH-26A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A7E,
        name: "CJK UNIFIED IDEOGRAPH-26A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A7F,
        name: "CJK UNIFIED IDEOGRAPH-26A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A80,
        name: "CJK UNIFIED IDEOGRAPH-26A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A81,
        name: "CJK UNIFIED IDEOGRAPH-26A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A82,
        name: "CJK UNIFIED IDEOGRAPH-26A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A83,
        name: "CJK UNIFIED IDEOGRAPH-26A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A84,
        name: "CJK UNIFIED IDEOGRAPH-26A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A85,
        name: "CJK UNIFIED IDEOGRAPH-26A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A86,
        name: "CJK UNIFIED IDEOGRAPH-26A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A87,
        name: "CJK UNIFIED IDEOGRAPH-26A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A88,
        name: "CJK UNIFIED IDEOGRAPH-26A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A89,
        name: "CJK UNIFIED IDEOGRAPH-26A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A8A,
        name: "CJK UNIFIED IDEOGRAPH-26A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A8B,
        name: "CJK UNIFIED IDEOGRAPH-26A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A8C,
        name: "CJK UNIFIED IDEOGRAPH-26A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A8D,
        name: "CJK UNIFIED IDEOGRAPH-26A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A8E,
        name: "CJK UNIFIED IDEOGRAPH-26A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A8F,
        name: "CJK UNIFIED IDEOGRAPH-26A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A90,
        name: "CJK UNIFIED IDEOGRAPH-26A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A91,
        name: "CJK UNIFIED IDEOGRAPH-26A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A92,
        name: "CJK UNIFIED IDEOGRAPH-26A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A93,
        name: "CJK UNIFIED IDEOGRAPH-26A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A94,
        name: "CJK UNIFIED IDEOGRAPH-26A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A95,
        name: "CJK UNIFIED IDEOGRAPH-26A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A96,
        name: "CJK UNIFIED IDEOGRAPH-26A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A97,
        name: "CJK UNIFIED IDEOGRAPH-26A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A98,
        name: "CJK UNIFIED IDEOGRAPH-26A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A99,
        name: "CJK UNIFIED IDEOGRAPH-26A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A9A,
        name: "CJK UNIFIED IDEOGRAPH-26A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A9B,
        name: "CJK UNIFIED IDEOGRAPH-26A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A9C,
        name: "CJK UNIFIED IDEOGRAPH-26A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A9D,
        name: "CJK UNIFIED IDEOGRAPH-26A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A9E,
        name: "CJK UNIFIED IDEOGRAPH-26A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26A9F,
        name: "CJK UNIFIED IDEOGRAPH-26A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA0,
        name: "CJK UNIFIED IDEOGRAPH-26AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA1,
        name: "CJK UNIFIED IDEOGRAPH-26AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA2,
        name: "CJK UNIFIED IDEOGRAPH-26AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA3,
        name: "CJK UNIFIED IDEOGRAPH-26AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA4,
        name: "CJK UNIFIED IDEOGRAPH-26AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA5,
        name: "CJK UNIFIED IDEOGRAPH-26AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA6,
        name: "CJK UNIFIED IDEOGRAPH-26AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA7,
        name: "CJK UNIFIED IDEOGRAPH-26AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA8,
        name: "CJK UNIFIED IDEOGRAPH-26AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AA9,
        name: "CJK UNIFIED IDEOGRAPH-26AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AAA,
        name: "CJK UNIFIED IDEOGRAPH-26AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AAB,
        name: "CJK UNIFIED IDEOGRAPH-26AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AAC,
        name: "CJK UNIFIED IDEOGRAPH-26AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AAD,
        name: "CJK UNIFIED IDEOGRAPH-26AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AAE,
        name: "CJK UNIFIED IDEOGRAPH-26AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AAF,
        name: "CJK UNIFIED IDEOGRAPH-26AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB0,
        name: "CJK UNIFIED IDEOGRAPH-26AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB1,
        name: "CJK UNIFIED IDEOGRAPH-26AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB2,
        name: "CJK UNIFIED IDEOGRAPH-26AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB3,
        name: "CJK UNIFIED IDEOGRAPH-26AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB4,
        name: "CJK UNIFIED IDEOGRAPH-26AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB5,
        name: "CJK UNIFIED IDEOGRAPH-26AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB6,
        name: "CJK UNIFIED IDEOGRAPH-26AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB7,
        name: "CJK UNIFIED IDEOGRAPH-26AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB8,
        name: "CJK UNIFIED IDEOGRAPH-26AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AB9,
        name: "CJK UNIFIED IDEOGRAPH-26AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ABA,
        name: "CJK UNIFIED IDEOGRAPH-26ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ABB,
        name: "CJK UNIFIED IDEOGRAPH-26ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ABC,
        name: "CJK UNIFIED IDEOGRAPH-26ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ABD,
        name: "CJK UNIFIED IDEOGRAPH-26ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ABE,
        name: "CJK UNIFIED IDEOGRAPH-26ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ABF,
        name: "CJK UNIFIED IDEOGRAPH-26ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC0,
        name: "CJK UNIFIED IDEOGRAPH-26AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC1,
        name: "CJK UNIFIED IDEOGRAPH-26AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC2,
        name: "CJK UNIFIED IDEOGRAPH-26AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC3,
        name: "CJK UNIFIED IDEOGRAPH-26AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC4,
        name: "CJK UNIFIED IDEOGRAPH-26AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC5,
        name: "CJK UNIFIED IDEOGRAPH-26AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC6,
        name: "CJK UNIFIED IDEOGRAPH-26AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC7,
        name: "CJK UNIFIED IDEOGRAPH-26AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC8,
        name: "CJK UNIFIED IDEOGRAPH-26AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AC9,
        name: "CJK UNIFIED IDEOGRAPH-26AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ACA,
        name: "CJK UNIFIED IDEOGRAPH-26ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ACB,
        name: "CJK UNIFIED IDEOGRAPH-26ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ACC,
        name: "CJK UNIFIED IDEOGRAPH-26ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ACD,
        name: "CJK UNIFIED IDEOGRAPH-26ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ACE,
        name: "CJK UNIFIED IDEOGRAPH-26ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ACF,
        name: "CJK UNIFIED IDEOGRAPH-26ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD0,
        name: "CJK UNIFIED IDEOGRAPH-26AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD1,
        name: "CJK UNIFIED IDEOGRAPH-26AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD2,
        name: "CJK UNIFIED IDEOGRAPH-26AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD3,
        name: "CJK UNIFIED IDEOGRAPH-26AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD4,
        name: "CJK UNIFIED IDEOGRAPH-26AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD5,
        name: "CJK UNIFIED IDEOGRAPH-26AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD6,
        name: "CJK UNIFIED IDEOGRAPH-26AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD7,
        name: "CJK UNIFIED IDEOGRAPH-26AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD8,
        name: "CJK UNIFIED IDEOGRAPH-26AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AD9,
        name: "CJK UNIFIED IDEOGRAPH-26AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ADA,
        name: "CJK UNIFIED IDEOGRAPH-26ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ADB,
        name: "CJK UNIFIED IDEOGRAPH-26ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ADC,
        name: "CJK UNIFIED IDEOGRAPH-26ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ADD,
        name: "CJK UNIFIED IDEOGRAPH-26ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ADE,
        name: "CJK UNIFIED IDEOGRAPH-26ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ADF,
        name: "CJK UNIFIED IDEOGRAPH-26ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE0,
        name: "CJK UNIFIED IDEOGRAPH-26AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE1,
        name: "CJK UNIFIED IDEOGRAPH-26AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE2,
        name: "CJK UNIFIED IDEOGRAPH-26AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE3,
        name: "CJK UNIFIED IDEOGRAPH-26AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE4,
        name: "CJK UNIFIED IDEOGRAPH-26AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE5,
        name: "CJK UNIFIED IDEOGRAPH-26AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE6,
        name: "CJK UNIFIED IDEOGRAPH-26AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE7,
        name: "CJK UNIFIED IDEOGRAPH-26AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE8,
        name: "CJK UNIFIED IDEOGRAPH-26AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AE9,
        name: "CJK UNIFIED IDEOGRAPH-26AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AEA,
        name: "CJK UNIFIED IDEOGRAPH-26AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AEB,
        name: "CJK UNIFIED IDEOGRAPH-26AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AEC,
        name: "CJK UNIFIED IDEOGRAPH-26AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AED,
        name: "CJK UNIFIED IDEOGRAPH-26AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AEE,
        name: "CJK UNIFIED IDEOGRAPH-26AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AEF,
        name: "CJK UNIFIED IDEOGRAPH-26AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF0,
        name: "CJK UNIFIED IDEOGRAPH-26AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF1,
        name: "CJK UNIFIED IDEOGRAPH-26AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF2,
        name: "CJK UNIFIED IDEOGRAPH-26AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF3,
        name: "CJK UNIFIED IDEOGRAPH-26AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF4,
        name: "CJK UNIFIED IDEOGRAPH-26AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF5,
        name: "CJK UNIFIED IDEOGRAPH-26AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF6,
        name: "CJK UNIFIED IDEOGRAPH-26AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF7,
        name: "CJK UNIFIED IDEOGRAPH-26AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF8,
        name: "CJK UNIFIED IDEOGRAPH-26AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AF9,
        name: "CJK UNIFIED IDEOGRAPH-26AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AFA,
        name: "CJK UNIFIED IDEOGRAPH-26AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AFB,
        name: "CJK UNIFIED IDEOGRAPH-26AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AFC,
        name: "CJK UNIFIED IDEOGRAPH-26AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AFD,
        name: "CJK UNIFIED IDEOGRAPH-26AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AFE,
        name: "CJK UNIFIED IDEOGRAPH-26AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26AFF,
        name: "CJK UNIFIED IDEOGRAPH-26AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B00,
        name: "CJK UNIFIED IDEOGRAPH-26B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B01,
        name: "CJK UNIFIED IDEOGRAPH-26B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B02,
        name: "CJK UNIFIED IDEOGRAPH-26B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B03,
        name: "CJK UNIFIED IDEOGRAPH-26B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B04,
        name: "CJK UNIFIED IDEOGRAPH-26B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B05,
        name: "CJK UNIFIED IDEOGRAPH-26B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B06,
        name: "CJK UNIFIED IDEOGRAPH-26B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B07,
        name: "CJK UNIFIED IDEOGRAPH-26B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B08,
        name: "CJK UNIFIED IDEOGRAPH-26B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B09,
        name: "CJK UNIFIED IDEOGRAPH-26B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B0A,
        name: "CJK UNIFIED IDEOGRAPH-26B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B0B,
        name: "CJK UNIFIED IDEOGRAPH-26B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B0C,
        name: "CJK UNIFIED IDEOGRAPH-26B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B0D,
        name: "CJK UNIFIED IDEOGRAPH-26B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B0E,
        name: "CJK UNIFIED IDEOGRAPH-26B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B0F,
        name: "CJK UNIFIED IDEOGRAPH-26B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B10,
        name: "CJK UNIFIED IDEOGRAPH-26B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B11,
        name: "CJK UNIFIED IDEOGRAPH-26B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B12,
        name: "CJK UNIFIED IDEOGRAPH-26B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B13,
        name: "CJK UNIFIED IDEOGRAPH-26B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B14,
        name: "CJK UNIFIED IDEOGRAPH-26B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B15,
        name: "CJK UNIFIED IDEOGRAPH-26B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B16,
        name: "CJK UNIFIED IDEOGRAPH-26B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B17,
        name: "CJK UNIFIED IDEOGRAPH-26B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B18,
        name: "CJK UNIFIED IDEOGRAPH-26B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B19,
        name: "CJK UNIFIED IDEOGRAPH-26B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B1A,
        name: "CJK UNIFIED IDEOGRAPH-26B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B1B,
        name: "CJK UNIFIED IDEOGRAPH-26B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B1C,
        name: "CJK UNIFIED IDEOGRAPH-26B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B1D,
        name: "CJK UNIFIED IDEOGRAPH-26B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B1E,
        name: "CJK UNIFIED IDEOGRAPH-26B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B1F,
        name: "CJK UNIFIED IDEOGRAPH-26B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B20,
        name: "CJK UNIFIED IDEOGRAPH-26B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B21,
        name: "CJK UNIFIED IDEOGRAPH-26B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B22,
        name: "CJK UNIFIED IDEOGRAPH-26B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B23,
        name: "CJK UNIFIED IDEOGRAPH-26B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B24,
        name: "CJK UNIFIED IDEOGRAPH-26B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B25,
        name: "CJK UNIFIED IDEOGRAPH-26B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B26,
        name: "CJK UNIFIED IDEOGRAPH-26B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B27,
        name: "CJK UNIFIED IDEOGRAPH-26B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B28,
        name: "CJK UNIFIED IDEOGRAPH-26B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B29,
        name: "CJK UNIFIED IDEOGRAPH-26B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B2A,
        name: "CJK UNIFIED IDEOGRAPH-26B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B2B,
        name: "CJK UNIFIED IDEOGRAPH-26B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B2C,
        name: "CJK UNIFIED IDEOGRAPH-26B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B2D,
        name: "CJK UNIFIED IDEOGRAPH-26B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B2E,
        name: "CJK UNIFIED IDEOGRAPH-26B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B2F,
        name: "CJK UNIFIED IDEOGRAPH-26B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B30,
        name: "CJK UNIFIED IDEOGRAPH-26B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B31,
        name: "CJK UNIFIED IDEOGRAPH-26B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B32,
        name: "CJK UNIFIED IDEOGRAPH-26B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B33,
        name: "CJK UNIFIED IDEOGRAPH-26B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B34,
        name: "CJK UNIFIED IDEOGRAPH-26B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B35,
        name: "CJK UNIFIED IDEOGRAPH-26B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B36,
        name: "CJK UNIFIED IDEOGRAPH-26B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B37,
        name: "CJK UNIFIED IDEOGRAPH-26B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B38,
        name: "CJK UNIFIED IDEOGRAPH-26B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B39,
        name: "CJK UNIFIED IDEOGRAPH-26B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B3A,
        name: "CJK UNIFIED IDEOGRAPH-26B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B3B,
        name: "CJK UNIFIED IDEOGRAPH-26B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B3C,
        name: "CJK UNIFIED IDEOGRAPH-26B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B3D,
        name: "CJK UNIFIED IDEOGRAPH-26B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B3E,
        name: "CJK UNIFIED IDEOGRAPH-26B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B3F,
        name: "CJK UNIFIED IDEOGRAPH-26B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B40,
        name: "CJK UNIFIED IDEOGRAPH-26B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B41,
        name: "CJK UNIFIED IDEOGRAPH-26B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B42,
        name: "CJK UNIFIED IDEOGRAPH-26B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B43,
        name: "CJK UNIFIED IDEOGRAPH-26B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B44,
        name: "CJK UNIFIED IDEOGRAPH-26B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B45,
        name: "CJK UNIFIED IDEOGRAPH-26B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B46,
        name: "CJK UNIFIED IDEOGRAPH-26B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B47,
        name: "CJK UNIFIED IDEOGRAPH-26B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B48,
        name: "CJK UNIFIED IDEOGRAPH-26B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B49,
        name: "CJK UNIFIED IDEOGRAPH-26B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B4A,
        name: "CJK UNIFIED IDEOGRAPH-26B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B4B,
        name: "CJK UNIFIED IDEOGRAPH-26B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B4C,
        name: "CJK UNIFIED IDEOGRAPH-26B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B4D,
        name: "CJK UNIFIED IDEOGRAPH-26B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B4E,
        name: "CJK UNIFIED IDEOGRAPH-26B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B4F,
        name: "CJK UNIFIED IDEOGRAPH-26B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B50,
        name: "CJK UNIFIED IDEOGRAPH-26B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B51,
        name: "CJK UNIFIED IDEOGRAPH-26B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B52,
        name: "CJK UNIFIED IDEOGRAPH-26B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B53,
        name: "CJK UNIFIED IDEOGRAPH-26B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B54,
        name: "CJK UNIFIED IDEOGRAPH-26B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B55,
        name: "CJK UNIFIED IDEOGRAPH-26B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B56,
        name: "CJK UNIFIED IDEOGRAPH-26B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B57,
        name: "CJK UNIFIED IDEOGRAPH-26B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B58,
        name: "CJK UNIFIED IDEOGRAPH-26B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B59,
        name: "CJK UNIFIED IDEOGRAPH-26B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B5A,
        name: "CJK UNIFIED IDEOGRAPH-26B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B5B,
        name: "CJK UNIFIED IDEOGRAPH-26B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B5C,
        name: "CJK UNIFIED IDEOGRAPH-26B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B5D,
        name: "CJK UNIFIED IDEOGRAPH-26B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B5E,
        name: "CJK UNIFIED IDEOGRAPH-26B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B5F,
        name: "CJK UNIFIED IDEOGRAPH-26B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B60,
        name: "CJK UNIFIED IDEOGRAPH-26B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B61,
        name: "CJK UNIFIED IDEOGRAPH-26B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B62,
        name: "CJK UNIFIED IDEOGRAPH-26B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B63,
        name: "CJK UNIFIED IDEOGRAPH-26B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B64,
        name: "CJK UNIFIED IDEOGRAPH-26B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B65,
        name: "CJK UNIFIED IDEOGRAPH-26B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B66,
        name: "CJK UNIFIED IDEOGRAPH-26B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B67,
        name: "CJK UNIFIED IDEOGRAPH-26B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B68,
        name: "CJK UNIFIED IDEOGRAPH-26B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B69,
        name: "CJK UNIFIED IDEOGRAPH-26B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B6A,
        name: "CJK UNIFIED IDEOGRAPH-26B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B6B,
        name: "CJK UNIFIED IDEOGRAPH-26B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B6C,
        name: "CJK UNIFIED IDEOGRAPH-26B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B6D,
        name: "CJK UNIFIED IDEOGRAPH-26B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B6E,
        name: "CJK UNIFIED IDEOGRAPH-26B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B6F,
        name: "CJK UNIFIED IDEOGRAPH-26B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B70,
        name: "CJK UNIFIED IDEOGRAPH-26B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B71,
        name: "CJK UNIFIED IDEOGRAPH-26B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B72,
        name: "CJK UNIFIED IDEOGRAPH-26B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B73,
        name: "CJK UNIFIED IDEOGRAPH-26B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B74,
        name: "CJK UNIFIED IDEOGRAPH-26B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B75,
        name: "CJK UNIFIED IDEOGRAPH-26B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B76,
        name: "CJK UNIFIED IDEOGRAPH-26B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B77,
        name: "CJK UNIFIED IDEOGRAPH-26B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B78,
        name: "CJK UNIFIED IDEOGRAPH-26B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B79,
        name: "CJK UNIFIED IDEOGRAPH-26B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B7A,
        name: "CJK UNIFIED IDEOGRAPH-26B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B7B,
        name: "CJK UNIFIED IDEOGRAPH-26B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B7C,
        name: "CJK UNIFIED IDEOGRAPH-26B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B7D,
        name: "CJK UNIFIED IDEOGRAPH-26B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B7E,
        name: "CJK UNIFIED IDEOGRAPH-26B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B7F,
        name: "CJK UNIFIED IDEOGRAPH-26B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B80,
        name: "CJK UNIFIED IDEOGRAPH-26B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B81,
        name: "CJK UNIFIED IDEOGRAPH-26B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B82,
        name: "CJK UNIFIED IDEOGRAPH-26B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B83,
        name: "CJK UNIFIED IDEOGRAPH-26B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B84,
        name: "CJK UNIFIED IDEOGRAPH-26B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B85,
        name: "CJK UNIFIED IDEOGRAPH-26B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B86,
        name: "CJK UNIFIED IDEOGRAPH-26B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B87,
        name: "CJK UNIFIED IDEOGRAPH-26B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B88,
        name: "CJK UNIFIED IDEOGRAPH-26B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B89,
        name: "CJK UNIFIED IDEOGRAPH-26B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B8A,
        name: "CJK UNIFIED IDEOGRAPH-26B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B8B,
        name: "CJK UNIFIED IDEOGRAPH-26B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B8C,
        name: "CJK UNIFIED IDEOGRAPH-26B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B8D,
        name: "CJK UNIFIED IDEOGRAPH-26B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B8E,
        name: "CJK UNIFIED IDEOGRAPH-26B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B8F,
        name: "CJK UNIFIED IDEOGRAPH-26B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B90,
        name: "CJK UNIFIED IDEOGRAPH-26B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B91,
        name: "CJK UNIFIED IDEOGRAPH-26B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B92,
        name: "CJK UNIFIED IDEOGRAPH-26B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B93,
        name: "CJK UNIFIED IDEOGRAPH-26B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B94,
        name: "CJK UNIFIED IDEOGRAPH-26B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B95,
        name: "CJK UNIFIED IDEOGRAPH-26B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B96,
        name: "CJK UNIFIED IDEOGRAPH-26B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B97,
        name: "CJK UNIFIED IDEOGRAPH-26B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B98,
        name: "CJK UNIFIED IDEOGRAPH-26B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B99,
        name: "CJK UNIFIED IDEOGRAPH-26B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B9A,
        name: "CJK UNIFIED IDEOGRAPH-26B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B9B,
        name: "CJK UNIFIED IDEOGRAPH-26B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B9C,
        name: "CJK UNIFIED IDEOGRAPH-26B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B9D,
        name: "CJK UNIFIED IDEOGRAPH-26B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B9E,
        name: "CJK UNIFIED IDEOGRAPH-26B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26B9F,
        name: "CJK UNIFIED IDEOGRAPH-26B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA0,
        name: "CJK UNIFIED IDEOGRAPH-26BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA1,
        name: "CJK UNIFIED IDEOGRAPH-26BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA2,
        name: "CJK UNIFIED IDEOGRAPH-26BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA3,
        name: "CJK UNIFIED IDEOGRAPH-26BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA4,
        name: "CJK UNIFIED IDEOGRAPH-26BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA5,
        name: "CJK UNIFIED IDEOGRAPH-26BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA6,
        name: "CJK UNIFIED IDEOGRAPH-26BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA7,
        name: "CJK UNIFIED IDEOGRAPH-26BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA8,
        name: "CJK UNIFIED IDEOGRAPH-26BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BA9,
        name: "CJK UNIFIED IDEOGRAPH-26BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BAA,
        name: "CJK UNIFIED IDEOGRAPH-26BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BAB,
        name: "CJK UNIFIED IDEOGRAPH-26BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BAC,
        name: "CJK UNIFIED IDEOGRAPH-26BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BAD,
        name: "CJK UNIFIED IDEOGRAPH-26BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BAE,
        name: "CJK UNIFIED IDEOGRAPH-26BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BAF,
        name: "CJK UNIFIED IDEOGRAPH-26BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB0,
        name: "CJK UNIFIED IDEOGRAPH-26BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB1,
        name: "CJK UNIFIED IDEOGRAPH-26BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB2,
        name: "CJK UNIFIED IDEOGRAPH-26BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB3,
        name: "CJK UNIFIED IDEOGRAPH-26BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB4,
        name: "CJK UNIFIED IDEOGRAPH-26BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB5,
        name: "CJK UNIFIED IDEOGRAPH-26BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB6,
        name: "CJK UNIFIED IDEOGRAPH-26BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB7,
        name: "CJK UNIFIED IDEOGRAPH-26BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB8,
        name: "CJK UNIFIED IDEOGRAPH-26BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BB9,
        name: "CJK UNIFIED IDEOGRAPH-26BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BBA,
        name: "CJK UNIFIED IDEOGRAPH-26BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BBB,
        name: "CJK UNIFIED IDEOGRAPH-26BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BBC,
        name: "CJK UNIFIED IDEOGRAPH-26BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BBD,
        name: "CJK UNIFIED IDEOGRAPH-26BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BBE,
        name: "CJK UNIFIED IDEOGRAPH-26BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BBF,
        name: "CJK UNIFIED IDEOGRAPH-26BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC0,
        name: "CJK UNIFIED IDEOGRAPH-26BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC1,
        name: "CJK UNIFIED IDEOGRAPH-26BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC2,
        name: "CJK UNIFIED IDEOGRAPH-26BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC3,
        name: "CJK UNIFIED IDEOGRAPH-26BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC4,
        name: "CJK UNIFIED IDEOGRAPH-26BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC5,
        name: "CJK UNIFIED IDEOGRAPH-26BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC6,
        name: "CJK UNIFIED IDEOGRAPH-26BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC7,
        name: "CJK UNIFIED IDEOGRAPH-26BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC8,
        name: "CJK UNIFIED IDEOGRAPH-26BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BC9,
        name: "CJK UNIFIED IDEOGRAPH-26BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BCA,
        name: "CJK UNIFIED IDEOGRAPH-26BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BCB,
        name: "CJK UNIFIED IDEOGRAPH-26BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BCC,
        name: "CJK UNIFIED IDEOGRAPH-26BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BCD,
        name: "CJK UNIFIED IDEOGRAPH-26BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BCE,
        name: "CJK UNIFIED IDEOGRAPH-26BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BCF,
        name: "CJK UNIFIED IDEOGRAPH-26BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD0,
        name: "CJK UNIFIED IDEOGRAPH-26BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD1,
        name: "CJK UNIFIED IDEOGRAPH-26BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD2,
        name: "CJK UNIFIED IDEOGRAPH-26BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD3,
        name: "CJK UNIFIED IDEOGRAPH-26BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD4,
        name: "CJK UNIFIED IDEOGRAPH-26BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD5,
        name: "CJK UNIFIED IDEOGRAPH-26BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD6,
        name: "CJK UNIFIED IDEOGRAPH-26BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD7,
        name: "CJK UNIFIED IDEOGRAPH-26BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD8,
        name: "CJK UNIFIED IDEOGRAPH-26BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BD9,
        name: "CJK UNIFIED IDEOGRAPH-26BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BDA,
        name: "CJK UNIFIED IDEOGRAPH-26BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BDB,
        name: "CJK UNIFIED IDEOGRAPH-26BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BDC,
        name: "CJK UNIFIED IDEOGRAPH-26BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BDD,
        name: "CJK UNIFIED IDEOGRAPH-26BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BDE,
        name: "CJK UNIFIED IDEOGRAPH-26BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BDF,
        name: "CJK UNIFIED IDEOGRAPH-26BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE0,
        name: "CJK UNIFIED IDEOGRAPH-26BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE1,
        name: "CJK UNIFIED IDEOGRAPH-26BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE2,
        name: "CJK UNIFIED IDEOGRAPH-26BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE3,
        name: "CJK UNIFIED IDEOGRAPH-26BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE4,
        name: "CJK UNIFIED IDEOGRAPH-26BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE5,
        name: "CJK UNIFIED IDEOGRAPH-26BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE6,
        name: "CJK UNIFIED IDEOGRAPH-26BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE7,
        name: "CJK UNIFIED IDEOGRAPH-26BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE8,
        name: "CJK UNIFIED IDEOGRAPH-26BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BE9,
        name: "CJK UNIFIED IDEOGRAPH-26BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BEA,
        name: "CJK UNIFIED IDEOGRAPH-26BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BEB,
        name: "CJK UNIFIED IDEOGRAPH-26BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BEC,
        name: "CJK UNIFIED IDEOGRAPH-26BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BED,
        name: "CJK UNIFIED IDEOGRAPH-26BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BEE,
        name: "CJK UNIFIED IDEOGRAPH-26BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BEF,
        name: "CJK UNIFIED IDEOGRAPH-26BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF0,
        name: "CJK UNIFIED IDEOGRAPH-26BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF1,
        name: "CJK UNIFIED IDEOGRAPH-26BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF2,
        name: "CJK UNIFIED IDEOGRAPH-26BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF3,
        name: "CJK UNIFIED IDEOGRAPH-26BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF4,
        name: "CJK UNIFIED IDEOGRAPH-26BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF5,
        name: "CJK UNIFIED IDEOGRAPH-26BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF6,
        name: "CJK UNIFIED IDEOGRAPH-26BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF7,
        name: "CJK UNIFIED IDEOGRAPH-26BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF8,
        name: "CJK UNIFIED IDEOGRAPH-26BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BF9,
        name: "CJK UNIFIED IDEOGRAPH-26BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BFA,
        name: "CJK UNIFIED IDEOGRAPH-26BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BFB,
        name: "CJK UNIFIED IDEOGRAPH-26BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BFC,
        name: "CJK UNIFIED IDEOGRAPH-26BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BFD,
        name: "CJK UNIFIED IDEOGRAPH-26BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BFE,
        name: "CJK UNIFIED IDEOGRAPH-26BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26BFF,
        name: "CJK UNIFIED IDEOGRAPH-26BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C00,
        name: "CJK UNIFIED IDEOGRAPH-26C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C01,
        name: "CJK UNIFIED IDEOGRAPH-26C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C02,
        name: "CJK UNIFIED IDEOGRAPH-26C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C03,
        name: "CJK UNIFIED IDEOGRAPH-26C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C04,
        name: "CJK UNIFIED IDEOGRAPH-26C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C05,
        name: "CJK UNIFIED IDEOGRAPH-26C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C06,
        name: "CJK UNIFIED IDEOGRAPH-26C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C07,
        name: "CJK UNIFIED IDEOGRAPH-26C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C08,
        name: "CJK UNIFIED IDEOGRAPH-26C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C09,
        name: "CJK UNIFIED IDEOGRAPH-26C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C0A,
        name: "CJK UNIFIED IDEOGRAPH-26C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C0B,
        name: "CJK UNIFIED IDEOGRAPH-26C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C0C,
        name: "CJK UNIFIED IDEOGRAPH-26C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C0D,
        name: "CJK UNIFIED IDEOGRAPH-26C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C0E,
        name: "CJK UNIFIED IDEOGRAPH-26C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C0F,
        name: "CJK UNIFIED IDEOGRAPH-26C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C10,
        name: "CJK UNIFIED IDEOGRAPH-26C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C11,
        name: "CJK UNIFIED IDEOGRAPH-26C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C12,
        name: "CJK UNIFIED IDEOGRAPH-26C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C13,
        name: "CJK UNIFIED IDEOGRAPH-26C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C14,
        name: "CJK UNIFIED IDEOGRAPH-26C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C15,
        name: "CJK UNIFIED IDEOGRAPH-26C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C16,
        name: "CJK UNIFIED IDEOGRAPH-26C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C17,
        name: "CJK UNIFIED IDEOGRAPH-26C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C18,
        name: "CJK UNIFIED IDEOGRAPH-26C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C19,
        name: "CJK UNIFIED IDEOGRAPH-26C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C1A,
        name: "CJK UNIFIED IDEOGRAPH-26C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C1B,
        name: "CJK UNIFIED IDEOGRAPH-26C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C1C,
        name: "CJK UNIFIED IDEOGRAPH-26C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C1D,
        name: "CJK UNIFIED IDEOGRAPH-26C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C1E,
        name: "CJK UNIFIED IDEOGRAPH-26C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C1F,
        name: "CJK UNIFIED IDEOGRAPH-26C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C20,
        name: "CJK UNIFIED IDEOGRAPH-26C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C21,
        name: "CJK UNIFIED IDEOGRAPH-26C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C22,
        name: "CJK UNIFIED IDEOGRAPH-26C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C23,
        name: "CJK UNIFIED IDEOGRAPH-26C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C24,
        name: "CJK UNIFIED IDEOGRAPH-26C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C25,
        name: "CJK UNIFIED IDEOGRAPH-26C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C26,
        name: "CJK UNIFIED IDEOGRAPH-26C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C27,
        name: "CJK UNIFIED IDEOGRAPH-26C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C28,
        name: "CJK UNIFIED IDEOGRAPH-26C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C29,
        name: "CJK UNIFIED IDEOGRAPH-26C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C2A,
        name: "CJK UNIFIED IDEOGRAPH-26C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C2B,
        name: "CJK UNIFIED IDEOGRAPH-26C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C2C,
        name: "CJK UNIFIED IDEOGRAPH-26C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C2D,
        name: "CJK UNIFIED IDEOGRAPH-26C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C2E,
        name: "CJK UNIFIED IDEOGRAPH-26C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C2F,
        name: "CJK UNIFIED IDEOGRAPH-26C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C30,
        name: "CJK UNIFIED IDEOGRAPH-26C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C31,
        name: "CJK UNIFIED IDEOGRAPH-26C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C32,
        name: "CJK UNIFIED IDEOGRAPH-26C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C33,
        name: "CJK UNIFIED IDEOGRAPH-26C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C34,
        name: "CJK UNIFIED IDEOGRAPH-26C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C35,
        name: "CJK UNIFIED IDEOGRAPH-26C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C36,
        name: "CJK UNIFIED IDEOGRAPH-26C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C37,
        name: "CJK UNIFIED IDEOGRAPH-26C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C38,
        name: "CJK UNIFIED IDEOGRAPH-26C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C39,
        name: "CJK UNIFIED IDEOGRAPH-26C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C3A,
        name: "CJK UNIFIED IDEOGRAPH-26C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C3B,
        name: "CJK UNIFIED IDEOGRAPH-26C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C3C,
        name: "CJK UNIFIED IDEOGRAPH-26C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C3D,
        name: "CJK UNIFIED IDEOGRAPH-26C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C3E,
        name: "CJK UNIFIED IDEOGRAPH-26C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C3F,
        name: "CJK UNIFIED IDEOGRAPH-26C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C40,
        name: "CJK UNIFIED IDEOGRAPH-26C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C41,
        name: "CJK UNIFIED IDEOGRAPH-26C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C42,
        name: "CJK UNIFIED IDEOGRAPH-26C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C43,
        name: "CJK UNIFIED IDEOGRAPH-26C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C44,
        name: "CJK UNIFIED IDEOGRAPH-26C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C45,
        name: "CJK UNIFIED IDEOGRAPH-26C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C46,
        name: "CJK UNIFIED IDEOGRAPH-26C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C47,
        name: "CJK UNIFIED IDEOGRAPH-26C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C48,
        name: "CJK UNIFIED IDEOGRAPH-26C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C49,
        name: "CJK UNIFIED IDEOGRAPH-26C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C4A,
        name: "CJK UNIFIED IDEOGRAPH-26C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C4B,
        name: "CJK UNIFIED IDEOGRAPH-26C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C4C,
        name: "CJK UNIFIED IDEOGRAPH-26C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C4D,
        name: "CJK UNIFIED IDEOGRAPH-26C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C4E,
        name: "CJK UNIFIED IDEOGRAPH-26C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C4F,
        name: "CJK UNIFIED IDEOGRAPH-26C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C50,
        name: "CJK UNIFIED IDEOGRAPH-26C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C51,
        name: "CJK UNIFIED IDEOGRAPH-26C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C52,
        name: "CJK UNIFIED IDEOGRAPH-26C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C53,
        name: "CJK UNIFIED IDEOGRAPH-26C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C54,
        name: "CJK UNIFIED IDEOGRAPH-26C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C55,
        name: "CJK UNIFIED IDEOGRAPH-26C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C56,
        name: "CJK UNIFIED IDEOGRAPH-26C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C57,
        name: "CJK UNIFIED IDEOGRAPH-26C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C58,
        name: "CJK UNIFIED IDEOGRAPH-26C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C59,
        name: "CJK UNIFIED IDEOGRAPH-26C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C5A,
        name: "CJK UNIFIED IDEOGRAPH-26C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C5B,
        name: "CJK UNIFIED IDEOGRAPH-26C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C5C,
        name: "CJK UNIFIED IDEOGRAPH-26C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C5D,
        name: "CJK UNIFIED IDEOGRAPH-26C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C5E,
        name: "CJK UNIFIED IDEOGRAPH-26C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C5F,
        name: "CJK UNIFIED IDEOGRAPH-26C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C60,
        name: "CJK UNIFIED IDEOGRAPH-26C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C61,
        name: "CJK UNIFIED IDEOGRAPH-26C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C62,
        name: "CJK UNIFIED IDEOGRAPH-26C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C63,
        name: "CJK UNIFIED IDEOGRAPH-26C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C64,
        name: "CJK UNIFIED IDEOGRAPH-26C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C65,
        name: "CJK UNIFIED IDEOGRAPH-26C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C66,
        name: "CJK UNIFIED IDEOGRAPH-26C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C67,
        name: "CJK UNIFIED IDEOGRAPH-26C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C68,
        name: "CJK UNIFIED IDEOGRAPH-26C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C69,
        name: "CJK UNIFIED IDEOGRAPH-26C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C6A,
        name: "CJK UNIFIED IDEOGRAPH-26C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C6B,
        name: "CJK UNIFIED IDEOGRAPH-26C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C6C,
        name: "CJK UNIFIED IDEOGRAPH-26C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C6D,
        name: "CJK UNIFIED IDEOGRAPH-26C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C6E,
        name: "CJK UNIFIED IDEOGRAPH-26C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C6F,
        name: "CJK UNIFIED IDEOGRAPH-26C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C70,
        name: "CJK UNIFIED IDEOGRAPH-26C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C71,
        name: "CJK UNIFIED IDEOGRAPH-26C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C72,
        name: "CJK UNIFIED IDEOGRAPH-26C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C73,
        name: "CJK UNIFIED IDEOGRAPH-26C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C74,
        name: "CJK UNIFIED IDEOGRAPH-26C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C75,
        name: "CJK UNIFIED IDEOGRAPH-26C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C76,
        name: "CJK UNIFIED IDEOGRAPH-26C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C77,
        name: "CJK UNIFIED IDEOGRAPH-26C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C78,
        name: "CJK UNIFIED IDEOGRAPH-26C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C79,
        name: "CJK UNIFIED IDEOGRAPH-26C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C7A,
        name: "CJK UNIFIED IDEOGRAPH-26C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C7B,
        name: "CJK UNIFIED IDEOGRAPH-26C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C7C,
        name: "CJK UNIFIED IDEOGRAPH-26C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C7D,
        name: "CJK UNIFIED IDEOGRAPH-26C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C7E,
        name: "CJK UNIFIED IDEOGRAPH-26C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C7F,
        name: "CJK UNIFIED IDEOGRAPH-26C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C80,
        name: "CJK UNIFIED IDEOGRAPH-26C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C81,
        name: "CJK UNIFIED IDEOGRAPH-26C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C82,
        name: "CJK UNIFIED IDEOGRAPH-26C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C83,
        name: "CJK UNIFIED IDEOGRAPH-26C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C84,
        name: "CJK UNIFIED IDEOGRAPH-26C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C85,
        name: "CJK UNIFIED IDEOGRAPH-26C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C86,
        name: "CJK UNIFIED IDEOGRAPH-26C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C87,
        name: "CJK UNIFIED IDEOGRAPH-26C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C88,
        name: "CJK UNIFIED IDEOGRAPH-26C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C89,
        name: "CJK UNIFIED IDEOGRAPH-26C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C8A,
        name: "CJK UNIFIED IDEOGRAPH-26C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C8B,
        name: "CJK UNIFIED IDEOGRAPH-26C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C8C,
        name: "CJK UNIFIED IDEOGRAPH-26C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C8D,
        name: "CJK UNIFIED IDEOGRAPH-26C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C8E,
        name: "CJK UNIFIED IDEOGRAPH-26C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C8F,
        name: "CJK UNIFIED IDEOGRAPH-26C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C90,
        name: "CJK UNIFIED IDEOGRAPH-26C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C91,
        name: "CJK UNIFIED IDEOGRAPH-26C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C92,
        name: "CJK UNIFIED IDEOGRAPH-26C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C93,
        name: "CJK UNIFIED IDEOGRAPH-26C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C94,
        name: "CJK UNIFIED IDEOGRAPH-26C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C95,
        name: "CJK UNIFIED IDEOGRAPH-26C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C96,
        name: "CJK UNIFIED IDEOGRAPH-26C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C97,
        name: "CJK UNIFIED IDEOGRAPH-26C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C98,
        name: "CJK UNIFIED IDEOGRAPH-26C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C99,
        name: "CJK UNIFIED IDEOGRAPH-26C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C9A,
        name: "CJK UNIFIED IDEOGRAPH-26C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C9B,
        name: "CJK UNIFIED IDEOGRAPH-26C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C9C,
        name: "CJK UNIFIED IDEOGRAPH-26C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C9D,
        name: "CJK UNIFIED IDEOGRAPH-26C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C9E,
        name: "CJK UNIFIED IDEOGRAPH-26C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26C9F,
        name: "CJK UNIFIED IDEOGRAPH-26C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA0,
        name: "CJK UNIFIED IDEOGRAPH-26CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA1,
        name: "CJK UNIFIED IDEOGRAPH-26CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA2,
        name: "CJK UNIFIED IDEOGRAPH-26CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA3,
        name: "CJK UNIFIED IDEOGRAPH-26CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA4,
        name: "CJK UNIFIED IDEOGRAPH-26CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA5,
        name: "CJK UNIFIED IDEOGRAPH-26CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA6,
        name: "CJK UNIFIED IDEOGRAPH-26CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA7,
        name: "CJK UNIFIED IDEOGRAPH-26CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA8,
        name: "CJK UNIFIED IDEOGRAPH-26CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CA9,
        name: "CJK UNIFIED IDEOGRAPH-26CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CAA,
        name: "CJK UNIFIED IDEOGRAPH-26CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CAB,
        name: "CJK UNIFIED IDEOGRAPH-26CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CAC,
        name: "CJK UNIFIED IDEOGRAPH-26CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CAD,
        name: "CJK UNIFIED IDEOGRAPH-26CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CAE,
        name: "CJK UNIFIED IDEOGRAPH-26CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CAF,
        name: "CJK UNIFIED IDEOGRAPH-26CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB0,
        name: "CJK UNIFIED IDEOGRAPH-26CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB1,
        name: "CJK UNIFIED IDEOGRAPH-26CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB2,
        name: "CJK UNIFIED IDEOGRAPH-26CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB3,
        name: "CJK UNIFIED IDEOGRAPH-26CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB4,
        name: "CJK UNIFIED IDEOGRAPH-26CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB5,
        name: "CJK UNIFIED IDEOGRAPH-26CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB6,
        name: "CJK UNIFIED IDEOGRAPH-26CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB7,
        name: "CJK UNIFIED IDEOGRAPH-26CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB8,
        name: "CJK UNIFIED IDEOGRAPH-26CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CB9,
        name: "CJK UNIFIED IDEOGRAPH-26CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CBA,
        name: "CJK UNIFIED IDEOGRAPH-26CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CBB,
        name: "CJK UNIFIED IDEOGRAPH-26CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CBC,
        name: "CJK UNIFIED IDEOGRAPH-26CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CBD,
        name: "CJK UNIFIED IDEOGRAPH-26CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CBE,
        name: "CJK UNIFIED IDEOGRAPH-26CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CBF,
        name: "CJK UNIFIED IDEOGRAPH-26CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC0,
        name: "CJK UNIFIED IDEOGRAPH-26CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC1,
        name: "CJK UNIFIED IDEOGRAPH-26CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC2,
        name: "CJK UNIFIED IDEOGRAPH-26CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC3,
        name: "CJK UNIFIED IDEOGRAPH-26CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC4,
        name: "CJK UNIFIED IDEOGRAPH-26CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC5,
        name: "CJK UNIFIED IDEOGRAPH-26CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC6,
        name: "CJK UNIFIED IDEOGRAPH-26CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC7,
        name: "CJK UNIFIED IDEOGRAPH-26CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC8,
        name: "CJK UNIFIED IDEOGRAPH-26CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CC9,
        name: "CJK UNIFIED IDEOGRAPH-26CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CCA,
        name: "CJK UNIFIED IDEOGRAPH-26CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CCB,
        name: "CJK UNIFIED IDEOGRAPH-26CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CCC,
        name: "CJK UNIFIED IDEOGRAPH-26CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CCD,
        name: "CJK UNIFIED IDEOGRAPH-26CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CCE,
        name: "CJK UNIFIED IDEOGRAPH-26CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CCF,
        name: "CJK UNIFIED IDEOGRAPH-26CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD0,
        name: "CJK UNIFIED IDEOGRAPH-26CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD1,
        name: "CJK UNIFIED IDEOGRAPH-26CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD2,
        name: "CJK UNIFIED IDEOGRAPH-26CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD3,
        name: "CJK UNIFIED IDEOGRAPH-26CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD4,
        name: "CJK UNIFIED IDEOGRAPH-26CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD5,
        name: "CJK UNIFIED IDEOGRAPH-26CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD6,
        name: "CJK UNIFIED IDEOGRAPH-26CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD7,
        name: "CJK UNIFIED IDEOGRAPH-26CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD8,
        name: "CJK UNIFIED IDEOGRAPH-26CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CD9,
        name: "CJK UNIFIED IDEOGRAPH-26CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CDA,
        name: "CJK UNIFIED IDEOGRAPH-26CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CDB,
        name: "CJK UNIFIED IDEOGRAPH-26CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CDC,
        name: "CJK UNIFIED IDEOGRAPH-26CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CDD,
        name: "CJK UNIFIED IDEOGRAPH-26CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CDE,
        name: "CJK UNIFIED IDEOGRAPH-26CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CDF,
        name: "CJK UNIFIED IDEOGRAPH-26CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE0,
        name: "CJK UNIFIED IDEOGRAPH-26CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE1,
        name: "CJK UNIFIED IDEOGRAPH-26CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE2,
        name: "CJK UNIFIED IDEOGRAPH-26CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE3,
        name: "CJK UNIFIED IDEOGRAPH-26CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE4,
        name: "CJK UNIFIED IDEOGRAPH-26CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE5,
        name: "CJK UNIFIED IDEOGRAPH-26CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE6,
        name: "CJK UNIFIED IDEOGRAPH-26CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE7,
        name: "CJK UNIFIED IDEOGRAPH-26CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE8,
        name: "CJK UNIFIED IDEOGRAPH-26CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CE9,
        name: "CJK UNIFIED IDEOGRAPH-26CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CEA,
        name: "CJK UNIFIED IDEOGRAPH-26CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CEB,
        name: "CJK UNIFIED IDEOGRAPH-26CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CEC,
        name: "CJK UNIFIED IDEOGRAPH-26CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CED,
        name: "CJK UNIFIED IDEOGRAPH-26CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CEE,
        name: "CJK UNIFIED IDEOGRAPH-26CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CEF,
        name: "CJK UNIFIED IDEOGRAPH-26CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF0,
        name: "CJK UNIFIED IDEOGRAPH-26CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF1,
        name: "CJK UNIFIED IDEOGRAPH-26CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF2,
        name: "CJK UNIFIED IDEOGRAPH-26CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF3,
        name: "CJK UNIFIED IDEOGRAPH-26CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF4,
        name: "CJK UNIFIED IDEOGRAPH-26CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF5,
        name: "CJK UNIFIED IDEOGRAPH-26CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF6,
        name: "CJK UNIFIED IDEOGRAPH-26CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF7,
        name: "CJK UNIFIED IDEOGRAPH-26CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF8,
        name: "CJK UNIFIED IDEOGRAPH-26CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CF9,
        name: "CJK UNIFIED IDEOGRAPH-26CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CFA,
        name: "CJK UNIFIED IDEOGRAPH-26CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CFB,
        name: "CJK UNIFIED IDEOGRAPH-26CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CFC,
        name: "CJK UNIFIED IDEOGRAPH-26CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CFD,
        name: "CJK UNIFIED IDEOGRAPH-26CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CFE,
        name: "CJK UNIFIED IDEOGRAPH-26CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26CFF,
        name: "CJK UNIFIED IDEOGRAPH-26CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D00,
        name: "CJK UNIFIED IDEOGRAPH-26D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D01,
        name: "CJK UNIFIED IDEOGRAPH-26D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D02,
        name: "CJK UNIFIED IDEOGRAPH-26D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D03,
        name: "CJK UNIFIED IDEOGRAPH-26D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D04,
        name: "CJK UNIFIED IDEOGRAPH-26D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D05,
        name: "CJK UNIFIED IDEOGRAPH-26D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D06,
        name: "CJK UNIFIED IDEOGRAPH-26D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D07,
        name: "CJK UNIFIED IDEOGRAPH-26D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D08,
        name: "CJK UNIFIED IDEOGRAPH-26D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D09,
        name: "CJK UNIFIED IDEOGRAPH-26D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D0A,
        name: "CJK UNIFIED IDEOGRAPH-26D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D0B,
        name: "CJK UNIFIED IDEOGRAPH-26D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D0C,
        name: "CJK UNIFIED IDEOGRAPH-26D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D0D,
        name: "CJK UNIFIED IDEOGRAPH-26D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D0E,
        name: "CJK UNIFIED IDEOGRAPH-26D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D0F,
        name: "CJK UNIFIED IDEOGRAPH-26D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D10,
        name: "CJK UNIFIED IDEOGRAPH-26D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D11,
        name: "CJK UNIFIED IDEOGRAPH-26D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D12,
        name: "CJK UNIFIED IDEOGRAPH-26D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D13,
        name: "CJK UNIFIED IDEOGRAPH-26D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D14,
        name: "CJK UNIFIED IDEOGRAPH-26D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D15,
        name: "CJK UNIFIED IDEOGRAPH-26D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D16,
        name: "CJK UNIFIED IDEOGRAPH-26D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D17,
        name: "CJK UNIFIED IDEOGRAPH-26D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D18,
        name: "CJK UNIFIED IDEOGRAPH-26D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D19,
        name: "CJK UNIFIED IDEOGRAPH-26D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D1A,
        name: "CJK UNIFIED IDEOGRAPH-26D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D1B,
        name: "CJK UNIFIED IDEOGRAPH-26D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D1C,
        name: "CJK UNIFIED IDEOGRAPH-26D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D1D,
        name: "CJK UNIFIED IDEOGRAPH-26D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D1E,
        name: "CJK UNIFIED IDEOGRAPH-26D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D1F,
        name: "CJK UNIFIED IDEOGRAPH-26D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D20,
        name: "CJK UNIFIED IDEOGRAPH-26D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D21,
        name: "CJK UNIFIED IDEOGRAPH-26D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D22,
        name: "CJK UNIFIED IDEOGRAPH-26D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D23,
        name: "CJK UNIFIED IDEOGRAPH-26D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D24,
        name: "CJK UNIFIED IDEOGRAPH-26D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D25,
        name: "CJK UNIFIED IDEOGRAPH-26D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D26,
        name: "CJK UNIFIED IDEOGRAPH-26D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D27,
        name: "CJK UNIFIED IDEOGRAPH-26D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D28,
        name: "CJK UNIFIED IDEOGRAPH-26D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D29,
        name: "CJK UNIFIED IDEOGRAPH-26D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D2A,
        name: "CJK UNIFIED IDEOGRAPH-26D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D2B,
        name: "CJK UNIFIED IDEOGRAPH-26D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D2C,
        name: "CJK UNIFIED IDEOGRAPH-26D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D2D,
        name: "CJK UNIFIED IDEOGRAPH-26D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D2E,
        name: "CJK UNIFIED IDEOGRAPH-26D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D2F,
        name: "CJK UNIFIED IDEOGRAPH-26D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D30,
        name: "CJK UNIFIED IDEOGRAPH-26D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D31,
        name: "CJK UNIFIED IDEOGRAPH-26D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D32,
        name: "CJK UNIFIED IDEOGRAPH-26D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D33,
        name: "CJK UNIFIED IDEOGRAPH-26D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D34,
        name: "CJK UNIFIED IDEOGRAPH-26D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D35,
        name: "CJK UNIFIED IDEOGRAPH-26D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D36,
        name: "CJK UNIFIED IDEOGRAPH-26D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D37,
        name: "CJK UNIFIED IDEOGRAPH-26D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D38,
        name: "CJK UNIFIED IDEOGRAPH-26D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D39,
        name: "CJK UNIFIED IDEOGRAPH-26D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D3A,
        name: "CJK UNIFIED IDEOGRAPH-26D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D3B,
        name: "CJK UNIFIED IDEOGRAPH-26D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D3C,
        name: "CJK UNIFIED IDEOGRAPH-26D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D3D,
        name: "CJK UNIFIED IDEOGRAPH-26D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D3E,
        name: "CJK UNIFIED IDEOGRAPH-26D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D3F,
        name: "CJK UNIFIED IDEOGRAPH-26D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D40,
        name: "CJK UNIFIED IDEOGRAPH-26D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D41,
        name: "CJK UNIFIED IDEOGRAPH-26D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D42,
        name: "CJK UNIFIED IDEOGRAPH-26D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D43,
        name: "CJK UNIFIED IDEOGRAPH-26D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D44,
        name: "CJK UNIFIED IDEOGRAPH-26D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D45,
        name: "CJK UNIFIED IDEOGRAPH-26D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D46,
        name: "CJK UNIFIED IDEOGRAPH-26D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D47,
        name: "CJK UNIFIED IDEOGRAPH-26D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D48,
        name: "CJK UNIFIED IDEOGRAPH-26D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D49,
        name: "CJK UNIFIED IDEOGRAPH-26D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D4A,
        name: "CJK UNIFIED IDEOGRAPH-26D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D4B,
        name: "CJK UNIFIED IDEOGRAPH-26D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D4C,
        name: "CJK UNIFIED IDEOGRAPH-26D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D4D,
        name: "CJK UNIFIED IDEOGRAPH-26D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D4E,
        name: "CJK UNIFIED IDEOGRAPH-26D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D4F,
        name: "CJK UNIFIED IDEOGRAPH-26D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D50,
        name: "CJK UNIFIED IDEOGRAPH-26D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D51,
        name: "CJK UNIFIED IDEOGRAPH-26D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D52,
        name: "CJK UNIFIED IDEOGRAPH-26D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D53,
        name: "CJK UNIFIED IDEOGRAPH-26D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D54,
        name: "CJK UNIFIED IDEOGRAPH-26D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D55,
        name: "CJK UNIFIED IDEOGRAPH-26D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D56,
        name: "CJK UNIFIED IDEOGRAPH-26D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D57,
        name: "CJK UNIFIED IDEOGRAPH-26D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D58,
        name: "CJK UNIFIED IDEOGRAPH-26D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D59,
        name: "CJK UNIFIED IDEOGRAPH-26D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D5A,
        name: "CJK UNIFIED IDEOGRAPH-26D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D5B,
        name: "CJK UNIFIED IDEOGRAPH-26D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D5C,
        name: "CJK UNIFIED IDEOGRAPH-26D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D5D,
        name: "CJK UNIFIED IDEOGRAPH-26D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D5E,
        name: "CJK UNIFIED IDEOGRAPH-26D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D5F,
        name: "CJK UNIFIED IDEOGRAPH-26D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D60,
        name: "CJK UNIFIED IDEOGRAPH-26D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D61,
        name: "CJK UNIFIED IDEOGRAPH-26D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D62,
        name: "CJK UNIFIED IDEOGRAPH-26D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D63,
        name: "CJK UNIFIED IDEOGRAPH-26D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D64,
        name: "CJK UNIFIED IDEOGRAPH-26D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D65,
        name: "CJK UNIFIED IDEOGRAPH-26D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D66,
        name: "CJK UNIFIED IDEOGRAPH-26D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D67,
        name: "CJK UNIFIED IDEOGRAPH-26D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D68,
        name: "CJK UNIFIED IDEOGRAPH-26D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D69,
        name: "CJK UNIFIED IDEOGRAPH-26D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D6A,
        name: "CJK UNIFIED IDEOGRAPH-26D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D6B,
        name: "CJK UNIFIED IDEOGRAPH-26D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D6C,
        name: "CJK UNIFIED IDEOGRAPH-26D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D6D,
        name: "CJK UNIFIED IDEOGRAPH-26D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D6E,
        name: "CJK UNIFIED IDEOGRAPH-26D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D6F,
        name: "CJK UNIFIED IDEOGRAPH-26D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D70,
        name: "CJK UNIFIED IDEOGRAPH-26D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D71,
        name: "CJK UNIFIED IDEOGRAPH-26D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D72,
        name: "CJK UNIFIED IDEOGRAPH-26D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D73,
        name: "CJK UNIFIED IDEOGRAPH-26D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D74,
        name: "CJK UNIFIED IDEOGRAPH-26D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D75,
        name: "CJK UNIFIED IDEOGRAPH-26D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D76,
        name: "CJK UNIFIED IDEOGRAPH-26D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D77,
        name: "CJK UNIFIED IDEOGRAPH-26D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D78,
        name: "CJK UNIFIED IDEOGRAPH-26D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D79,
        name: "CJK UNIFIED IDEOGRAPH-26D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D7A,
        name: "CJK UNIFIED IDEOGRAPH-26D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D7B,
        name: "CJK UNIFIED IDEOGRAPH-26D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D7C,
        name: "CJK UNIFIED IDEOGRAPH-26D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D7D,
        name: "CJK UNIFIED IDEOGRAPH-26D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D7E,
        name: "CJK UNIFIED IDEOGRAPH-26D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D7F,
        name: "CJK UNIFIED IDEOGRAPH-26D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D80,
        name: "CJK UNIFIED IDEOGRAPH-26D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D81,
        name: "CJK UNIFIED IDEOGRAPH-26D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D82,
        name: "CJK UNIFIED IDEOGRAPH-26D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D83,
        name: "CJK UNIFIED IDEOGRAPH-26D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D84,
        name: "CJK UNIFIED IDEOGRAPH-26D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D85,
        name: "CJK UNIFIED IDEOGRAPH-26D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D86,
        name: "CJK UNIFIED IDEOGRAPH-26D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D87,
        name: "CJK UNIFIED IDEOGRAPH-26D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D88,
        name: "CJK UNIFIED IDEOGRAPH-26D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D89,
        name: "CJK UNIFIED IDEOGRAPH-26D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D8A,
        name: "CJK UNIFIED IDEOGRAPH-26D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D8B,
        name: "CJK UNIFIED IDEOGRAPH-26D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D8C,
        name: "CJK UNIFIED IDEOGRAPH-26D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D8D,
        name: "CJK UNIFIED IDEOGRAPH-26D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D8E,
        name: "CJK UNIFIED IDEOGRAPH-26D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D8F,
        name: "CJK UNIFIED IDEOGRAPH-26D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D90,
        name: "CJK UNIFIED IDEOGRAPH-26D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D91,
        name: "CJK UNIFIED IDEOGRAPH-26D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D92,
        name: "CJK UNIFIED IDEOGRAPH-26D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D93,
        name: "CJK UNIFIED IDEOGRAPH-26D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D94,
        name: "CJK UNIFIED IDEOGRAPH-26D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D95,
        name: "CJK UNIFIED IDEOGRAPH-26D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D96,
        name: "CJK UNIFIED IDEOGRAPH-26D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D97,
        name: "CJK UNIFIED IDEOGRAPH-26D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D98,
        name: "CJK UNIFIED IDEOGRAPH-26D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D99,
        name: "CJK UNIFIED IDEOGRAPH-26D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D9A,
        name: "CJK UNIFIED IDEOGRAPH-26D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D9B,
        name: "CJK UNIFIED IDEOGRAPH-26D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D9C,
        name: "CJK UNIFIED IDEOGRAPH-26D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D9D,
        name: "CJK UNIFIED IDEOGRAPH-26D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D9E,
        name: "CJK UNIFIED IDEOGRAPH-26D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26D9F,
        name: "CJK UNIFIED IDEOGRAPH-26D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA0,
        name: "CJK UNIFIED IDEOGRAPH-26DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA1,
        name: "CJK UNIFIED IDEOGRAPH-26DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA2,
        name: "CJK UNIFIED IDEOGRAPH-26DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA3,
        name: "CJK UNIFIED IDEOGRAPH-26DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA4,
        name: "CJK UNIFIED IDEOGRAPH-26DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA5,
        name: "CJK UNIFIED IDEOGRAPH-26DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA6,
        name: "CJK UNIFIED IDEOGRAPH-26DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA7,
        name: "CJK UNIFIED IDEOGRAPH-26DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA8,
        name: "CJK UNIFIED IDEOGRAPH-26DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DA9,
        name: "CJK UNIFIED IDEOGRAPH-26DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DAA,
        name: "CJK UNIFIED IDEOGRAPH-26DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DAB,
        name: "CJK UNIFIED IDEOGRAPH-26DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DAC,
        name: "CJK UNIFIED IDEOGRAPH-26DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DAD,
        name: "CJK UNIFIED IDEOGRAPH-26DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DAE,
        name: "CJK UNIFIED IDEOGRAPH-26DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DAF,
        name: "CJK UNIFIED IDEOGRAPH-26DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB0,
        name: "CJK UNIFIED IDEOGRAPH-26DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB1,
        name: "CJK UNIFIED IDEOGRAPH-26DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB2,
        name: "CJK UNIFIED IDEOGRAPH-26DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB3,
        name: "CJK UNIFIED IDEOGRAPH-26DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB4,
        name: "CJK UNIFIED IDEOGRAPH-26DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB5,
        name: "CJK UNIFIED IDEOGRAPH-26DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB6,
        name: "CJK UNIFIED IDEOGRAPH-26DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB7,
        name: "CJK UNIFIED IDEOGRAPH-26DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB8,
        name: "CJK UNIFIED IDEOGRAPH-26DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DB9,
        name: "CJK UNIFIED IDEOGRAPH-26DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DBA,
        name: "CJK UNIFIED IDEOGRAPH-26DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DBB,
        name: "CJK UNIFIED IDEOGRAPH-26DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DBC,
        name: "CJK UNIFIED IDEOGRAPH-26DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DBD,
        name: "CJK UNIFIED IDEOGRAPH-26DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DBE,
        name: "CJK UNIFIED IDEOGRAPH-26DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DBF,
        name: "CJK UNIFIED IDEOGRAPH-26DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC0,
        name: "CJK UNIFIED IDEOGRAPH-26DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC1,
        name: "CJK UNIFIED IDEOGRAPH-26DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC2,
        name: "CJK UNIFIED IDEOGRAPH-26DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC3,
        name: "CJK UNIFIED IDEOGRAPH-26DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC4,
        name: "CJK UNIFIED IDEOGRAPH-26DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC5,
        name: "CJK UNIFIED IDEOGRAPH-26DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC6,
        name: "CJK UNIFIED IDEOGRAPH-26DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC7,
        name: "CJK UNIFIED IDEOGRAPH-26DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC8,
        name: "CJK UNIFIED IDEOGRAPH-26DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DC9,
        name: "CJK UNIFIED IDEOGRAPH-26DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DCA,
        name: "CJK UNIFIED IDEOGRAPH-26DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DCB,
        name: "CJK UNIFIED IDEOGRAPH-26DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DCC,
        name: "CJK UNIFIED IDEOGRAPH-26DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DCD,
        name: "CJK UNIFIED IDEOGRAPH-26DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DCE,
        name: "CJK UNIFIED IDEOGRAPH-26DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DCF,
        name: "CJK UNIFIED IDEOGRAPH-26DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD0,
        name: "CJK UNIFIED IDEOGRAPH-26DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD1,
        name: "CJK UNIFIED IDEOGRAPH-26DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD2,
        name: "CJK UNIFIED IDEOGRAPH-26DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD3,
        name: "CJK UNIFIED IDEOGRAPH-26DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD4,
        name: "CJK UNIFIED IDEOGRAPH-26DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD5,
        name: "CJK UNIFIED IDEOGRAPH-26DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD6,
        name: "CJK UNIFIED IDEOGRAPH-26DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD7,
        name: "CJK UNIFIED IDEOGRAPH-26DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD8,
        name: "CJK UNIFIED IDEOGRAPH-26DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DD9,
        name: "CJK UNIFIED IDEOGRAPH-26DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DDA,
        name: "CJK UNIFIED IDEOGRAPH-26DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DDB,
        name: "CJK UNIFIED IDEOGRAPH-26DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DDC,
        name: "CJK UNIFIED IDEOGRAPH-26DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DDD,
        name: "CJK UNIFIED IDEOGRAPH-26DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DDE,
        name: "CJK UNIFIED IDEOGRAPH-26DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DDF,
        name: "CJK UNIFIED IDEOGRAPH-26DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE0,
        name: "CJK UNIFIED IDEOGRAPH-26DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE1,
        name: "CJK UNIFIED IDEOGRAPH-26DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE2,
        name: "CJK UNIFIED IDEOGRAPH-26DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE3,
        name: "CJK UNIFIED IDEOGRAPH-26DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE4,
        name: "CJK UNIFIED IDEOGRAPH-26DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE5,
        name: "CJK UNIFIED IDEOGRAPH-26DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE6,
        name: "CJK UNIFIED IDEOGRAPH-26DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE7,
        name: "CJK UNIFIED IDEOGRAPH-26DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE8,
        name: "CJK UNIFIED IDEOGRAPH-26DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DE9,
        name: "CJK UNIFIED IDEOGRAPH-26DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DEA,
        name: "CJK UNIFIED IDEOGRAPH-26DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DEB,
        name: "CJK UNIFIED IDEOGRAPH-26DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DEC,
        name: "CJK UNIFIED IDEOGRAPH-26DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DED,
        name: "CJK UNIFIED IDEOGRAPH-26DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DEE,
        name: "CJK UNIFIED IDEOGRAPH-26DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DEF,
        name: "CJK UNIFIED IDEOGRAPH-26DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF0,
        name: "CJK UNIFIED IDEOGRAPH-26DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF1,
        name: "CJK UNIFIED IDEOGRAPH-26DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF2,
        name: "CJK UNIFIED IDEOGRAPH-26DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF3,
        name: "CJK UNIFIED IDEOGRAPH-26DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF4,
        name: "CJK UNIFIED IDEOGRAPH-26DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF5,
        name: "CJK UNIFIED IDEOGRAPH-26DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF6,
        name: "CJK UNIFIED IDEOGRAPH-26DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF7,
        name: "CJK UNIFIED IDEOGRAPH-26DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF8,
        name: "CJK UNIFIED IDEOGRAPH-26DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DF9,
        name: "CJK UNIFIED IDEOGRAPH-26DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DFA,
        name: "CJK UNIFIED IDEOGRAPH-26DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DFB,
        name: "CJK UNIFIED IDEOGRAPH-26DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DFC,
        name: "CJK UNIFIED IDEOGRAPH-26DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DFD,
        name: "CJK UNIFIED IDEOGRAPH-26DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DFE,
        name: "CJK UNIFIED IDEOGRAPH-26DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26DFF,
        name: "CJK UNIFIED IDEOGRAPH-26DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E00,
        name: "CJK UNIFIED IDEOGRAPH-26E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E01,
        name: "CJK UNIFIED IDEOGRAPH-26E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E02,
        name: "CJK UNIFIED IDEOGRAPH-26E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E03,
        name: "CJK UNIFIED IDEOGRAPH-26E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E04,
        name: "CJK UNIFIED IDEOGRAPH-26E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E05,
        name: "CJK UNIFIED IDEOGRAPH-26E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E06,
        name: "CJK UNIFIED IDEOGRAPH-26E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E07,
        name: "CJK UNIFIED IDEOGRAPH-26E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E08,
        name: "CJK UNIFIED IDEOGRAPH-26E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E09,
        name: "CJK UNIFIED IDEOGRAPH-26E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E0A,
        name: "CJK UNIFIED IDEOGRAPH-26E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E0B,
        name: "CJK UNIFIED IDEOGRAPH-26E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E0C,
        name: "CJK UNIFIED IDEOGRAPH-26E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E0D,
        name: "CJK UNIFIED IDEOGRAPH-26E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E0E,
        name: "CJK UNIFIED IDEOGRAPH-26E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E0F,
        name: "CJK UNIFIED IDEOGRAPH-26E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E10,
        name: "CJK UNIFIED IDEOGRAPH-26E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E11,
        name: "CJK UNIFIED IDEOGRAPH-26E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E12,
        name: "CJK UNIFIED IDEOGRAPH-26E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E13,
        name: "CJK UNIFIED IDEOGRAPH-26E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E14,
        name: "CJK UNIFIED IDEOGRAPH-26E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E15,
        name: "CJK UNIFIED IDEOGRAPH-26E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E16,
        name: "CJK UNIFIED IDEOGRAPH-26E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E17,
        name: "CJK UNIFIED IDEOGRAPH-26E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E18,
        name: "CJK UNIFIED IDEOGRAPH-26E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E19,
        name: "CJK UNIFIED IDEOGRAPH-26E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E1A,
        name: "CJK UNIFIED IDEOGRAPH-26E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E1B,
        name: "CJK UNIFIED IDEOGRAPH-26E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E1C,
        name: "CJK UNIFIED IDEOGRAPH-26E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E1D,
        name: "CJK UNIFIED IDEOGRAPH-26E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E1E,
        name: "CJK UNIFIED IDEOGRAPH-26E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E1F,
        name: "CJK UNIFIED IDEOGRAPH-26E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E20,
        name: "CJK UNIFIED IDEOGRAPH-26E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E21,
        name: "CJK UNIFIED IDEOGRAPH-26E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E22,
        name: "CJK UNIFIED IDEOGRAPH-26E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E23,
        name: "CJK UNIFIED IDEOGRAPH-26E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E24,
        name: "CJK UNIFIED IDEOGRAPH-26E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E25,
        name: "CJK UNIFIED IDEOGRAPH-26E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E26,
        name: "CJK UNIFIED IDEOGRAPH-26E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E27,
        name: "CJK UNIFIED IDEOGRAPH-26E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E28,
        name: "CJK UNIFIED IDEOGRAPH-26E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E29,
        name: "CJK UNIFIED IDEOGRAPH-26E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E2A,
        name: "CJK UNIFIED IDEOGRAPH-26E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E2B,
        name: "CJK UNIFIED IDEOGRAPH-26E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E2C,
        name: "CJK UNIFIED IDEOGRAPH-26E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E2D,
        name: "CJK UNIFIED IDEOGRAPH-26E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E2E,
        name: "CJK UNIFIED IDEOGRAPH-26E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E2F,
        name: "CJK UNIFIED IDEOGRAPH-26E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E30,
        name: "CJK UNIFIED IDEOGRAPH-26E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E31,
        name: "CJK UNIFIED IDEOGRAPH-26E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E32,
        name: "CJK UNIFIED IDEOGRAPH-26E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E33,
        name: "CJK UNIFIED IDEOGRAPH-26E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E34,
        name: "CJK UNIFIED IDEOGRAPH-26E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E35,
        name: "CJK UNIFIED IDEOGRAPH-26E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E36,
        name: "CJK UNIFIED IDEOGRAPH-26E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E37,
        name: "CJK UNIFIED IDEOGRAPH-26E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E38,
        name: "CJK UNIFIED IDEOGRAPH-26E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E39,
        name: "CJK UNIFIED IDEOGRAPH-26E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E3A,
        name: "CJK UNIFIED IDEOGRAPH-26E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E3B,
        name: "CJK UNIFIED IDEOGRAPH-26E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E3C,
        name: "CJK UNIFIED IDEOGRAPH-26E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E3D,
        name: "CJK UNIFIED IDEOGRAPH-26E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E3E,
        name: "CJK UNIFIED IDEOGRAPH-26E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E3F,
        name: "CJK UNIFIED IDEOGRAPH-26E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E40,
        name: "CJK UNIFIED IDEOGRAPH-26E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E41,
        name: "CJK UNIFIED IDEOGRAPH-26E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E42,
        name: "CJK UNIFIED IDEOGRAPH-26E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E43,
        name: "CJK UNIFIED IDEOGRAPH-26E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E44,
        name: "CJK UNIFIED IDEOGRAPH-26E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E45,
        name: "CJK UNIFIED IDEOGRAPH-26E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E46,
        name: "CJK UNIFIED IDEOGRAPH-26E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E47,
        name: "CJK UNIFIED IDEOGRAPH-26E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E48,
        name: "CJK UNIFIED IDEOGRAPH-26E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E49,
        name: "CJK UNIFIED IDEOGRAPH-26E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E4A,
        name: "CJK UNIFIED IDEOGRAPH-26E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E4B,
        name: "CJK UNIFIED IDEOGRAPH-26E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E4C,
        name: "CJK UNIFIED IDEOGRAPH-26E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E4D,
        name: "CJK UNIFIED IDEOGRAPH-26E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E4E,
        name: "CJK UNIFIED IDEOGRAPH-26E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E4F,
        name: "CJK UNIFIED IDEOGRAPH-26E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E50,
        name: "CJK UNIFIED IDEOGRAPH-26E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E51,
        name: "CJK UNIFIED IDEOGRAPH-26E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E52,
        name: "CJK UNIFIED IDEOGRAPH-26E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E53,
        name: "CJK UNIFIED IDEOGRAPH-26E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E54,
        name: "CJK UNIFIED IDEOGRAPH-26E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E55,
        name: "CJK UNIFIED IDEOGRAPH-26E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E56,
        name: "CJK UNIFIED IDEOGRAPH-26E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E57,
        name: "CJK UNIFIED IDEOGRAPH-26E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E58,
        name: "CJK UNIFIED IDEOGRAPH-26E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E59,
        name: "CJK UNIFIED IDEOGRAPH-26E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E5A,
        name: "CJK UNIFIED IDEOGRAPH-26E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E5B,
        name: "CJK UNIFIED IDEOGRAPH-26E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E5C,
        name: "CJK UNIFIED IDEOGRAPH-26E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E5D,
        name: "CJK UNIFIED IDEOGRAPH-26E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E5E,
        name: "CJK UNIFIED IDEOGRAPH-26E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E5F,
        name: "CJK UNIFIED IDEOGRAPH-26E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E60,
        name: "CJK UNIFIED IDEOGRAPH-26E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E61,
        name: "CJK UNIFIED IDEOGRAPH-26E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E62,
        name: "CJK UNIFIED IDEOGRAPH-26E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E63,
        name: "CJK UNIFIED IDEOGRAPH-26E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E64,
        name: "CJK UNIFIED IDEOGRAPH-26E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E65,
        name: "CJK UNIFIED IDEOGRAPH-26E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E66,
        name: "CJK UNIFIED IDEOGRAPH-26E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E67,
        name: "CJK UNIFIED IDEOGRAPH-26E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E68,
        name: "CJK UNIFIED IDEOGRAPH-26E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E69,
        name: "CJK UNIFIED IDEOGRAPH-26E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E6A,
        name: "CJK UNIFIED IDEOGRAPH-26E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E6B,
        name: "CJK UNIFIED IDEOGRAPH-26E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E6C,
        name: "CJK UNIFIED IDEOGRAPH-26E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E6D,
        name: "CJK UNIFIED IDEOGRAPH-26E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E6E,
        name: "CJK UNIFIED IDEOGRAPH-26E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E6F,
        name: "CJK UNIFIED IDEOGRAPH-26E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E70,
        name: "CJK UNIFIED IDEOGRAPH-26E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E71,
        name: "CJK UNIFIED IDEOGRAPH-26E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E72,
        name: "CJK UNIFIED IDEOGRAPH-26E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E73,
        name: "CJK UNIFIED IDEOGRAPH-26E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E74,
        name: "CJK UNIFIED IDEOGRAPH-26E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E75,
        name: "CJK UNIFIED IDEOGRAPH-26E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E76,
        name: "CJK UNIFIED IDEOGRAPH-26E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E77,
        name: "CJK UNIFIED IDEOGRAPH-26E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E78,
        name: "CJK UNIFIED IDEOGRAPH-26E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E79,
        name: "CJK UNIFIED IDEOGRAPH-26E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E7A,
        name: "CJK UNIFIED IDEOGRAPH-26E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E7B,
        name: "CJK UNIFIED IDEOGRAPH-26E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E7C,
        name: "CJK UNIFIED IDEOGRAPH-26E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E7D,
        name: "CJK UNIFIED IDEOGRAPH-26E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E7E,
        name: "CJK UNIFIED IDEOGRAPH-26E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E7F,
        name: "CJK UNIFIED IDEOGRAPH-26E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E80,
        name: "CJK UNIFIED IDEOGRAPH-26E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E81,
        name: "CJK UNIFIED IDEOGRAPH-26E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E82,
        name: "CJK UNIFIED IDEOGRAPH-26E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E83,
        name: "CJK UNIFIED IDEOGRAPH-26E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E84,
        name: "CJK UNIFIED IDEOGRAPH-26E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E85,
        name: "CJK UNIFIED IDEOGRAPH-26E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E86,
        name: "CJK UNIFIED IDEOGRAPH-26E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E87,
        name: "CJK UNIFIED IDEOGRAPH-26E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E88,
        name: "CJK UNIFIED IDEOGRAPH-26E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E89,
        name: "CJK UNIFIED IDEOGRAPH-26E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E8A,
        name: "CJK UNIFIED IDEOGRAPH-26E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E8B,
        name: "CJK UNIFIED IDEOGRAPH-26E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E8C,
        name: "CJK UNIFIED IDEOGRAPH-26E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E8D,
        name: "CJK UNIFIED IDEOGRAPH-26E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E8E,
        name: "CJK UNIFIED IDEOGRAPH-26E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E8F,
        name: "CJK UNIFIED IDEOGRAPH-26E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E90,
        name: "CJK UNIFIED IDEOGRAPH-26E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E91,
        name: "CJK UNIFIED IDEOGRAPH-26E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E92,
        name: "CJK UNIFIED IDEOGRAPH-26E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E93,
        name: "CJK UNIFIED IDEOGRAPH-26E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E94,
        name: "CJK UNIFIED IDEOGRAPH-26E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E95,
        name: "CJK UNIFIED IDEOGRAPH-26E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E96,
        name: "CJK UNIFIED IDEOGRAPH-26E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E97,
        name: "CJK UNIFIED IDEOGRAPH-26E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E98,
        name: "CJK UNIFIED IDEOGRAPH-26E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E99,
        name: "CJK UNIFIED IDEOGRAPH-26E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E9A,
        name: "CJK UNIFIED IDEOGRAPH-26E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E9B,
        name: "CJK UNIFIED IDEOGRAPH-26E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E9C,
        name: "CJK UNIFIED IDEOGRAPH-26E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E9D,
        name: "CJK UNIFIED IDEOGRAPH-26E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E9E,
        name: "CJK UNIFIED IDEOGRAPH-26E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26E9F,
        name: "CJK UNIFIED IDEOGRAPH-26E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA0,
        name: "CJK UNIFIED IDEOGRAPH-26EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA1,
        name: "CJK UNIFIED IDEOGRAPH-26EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA2,
        name: "CJK UNIFIED IDEOGRAPH-26EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA3,
        name: "CJK UNIFIED IDEOGRAPH-26EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA4,
        name: "CJK UNIFIED IDEOGRAPH-26EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA5,
        name: "CJK UNIFIED IDEOGRAPH-26EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA6,
        name: "CJK UNIFIED IDEOGRAPH-26EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA7,
        name: "CJK UNIFIED IDEOGRAPH-26EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA8,
        name: "CJK UNIFIED IDEOGRAPH-26EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EA9,
        name: "CJK UNIFIED IDEOGRAPH-26EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EAA,
        name: "CJK UNIFIED IDEOGRAPH-26EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EAB,
        name: "CJK UNIFIED IDEOGRAPH-26EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EAC,
        name: "CJK UNIFIED IDEOGRAPH-26EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EAD,
        name: "CJK UNIFIED IDEOGRAPH-26EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EAE,
        name: "CJK UNIFIED IDEOGRAPH-26EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EAF,
        name: "CJK UNIFIED IDEOGRAPH-26EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB0,
        name: "CJK UNIFIED IDEOGRAPH-26EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB1,
        name: "CJK UNIFIED IDEOGRAPH-26EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB2,
        name: "CJK UNIFIED IDEOGRAPH-26EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB3,
        name: "CJK UNIFIED IDEOGRAPH-26EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB4,
        name: "CJK UNIFIED IDEOGRAPH-26EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB5,
        name: "CJK UNIFIED IDEOGRAPH-26EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB6,
        name: "CJK UNIFIED IDEOGRAPH-26EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB7,
        name: "CJK UNIFIED IDEOGRAPH-26EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB8,
        name: "CJK UNIFIED IDEOGRAPH-26EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EB9,
        name: "CJK UNIFIED IDEOGRAPH-26EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EBA,
        name: "CJK UNIFIED IDEOGRAPH-26EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EBB,
        name: "CJK UNIFIED IDEOGRAPH-26EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EBC,
        name: "CJK UNIFIED IDEOGRAPH-26EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EBD,
        name: "CJK UNIFIED IDEOGRAPH-26EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EBE,
        name: "CJK UNIFIED IDEOGRAPH-26EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EBF,
        name: "CJK UNIFIED IDEOGRAPH-26EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC0,
        name: "CJK UNIFIED IDEOGRAPH-26EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC1,
        name: "CJK UNIFIED IDEOGRAPH-26EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC2,
        name: "CJK UNIFIED IDEOGRAPH-26EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC3,
        name: "CJK UNIFIED IDEOGRAPH-26EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC4,
        name: "CJK UNIFIED IDEOGRAPH-26EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC5,
        name: "CJK UNIFIED IDEOGRAPH-26EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC6,
        name: "CJK UNIFIED IDEOGRAPH-26EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC7,
        name: "CJK UNIFIED IDEOGRAPH-26EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC8,
        name: "CJK UNIFIED IDEOGRAPH-26EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EC9,
        name: "CJK UNIFIED IDEOGRAPH-26EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ECA,
        name: "CJK UNIFIED IDEOGRAPH-26ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ECB,
        name: "CJK UNIFIED IDEOGRAPH-26ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ECC,
        name: "CJK UNIFIED IDEOGRAPH-26ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ECD,
        name: "CJK UNIFIED IDEOGRAPH-26ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ECE,
        name: "CJK UNIFIED IDEOGRAPH-26ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ECF,
        name: "CJK UNIFIED IDEOGRAPH-26ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED0,
        name: "CJK UNIFIED IDEOGRAPH-26ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED1,
        name: "CJK UNIFIED IDEOGRAPH-26ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED2,
        name: "CJK UNIFIED IDEOGRAPH-26ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED3,
        name: "CJK UNIFIED IDEOGRAPH-26ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED4,
        name: "CJK UNIFIED IDEOGRAPH-26ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED5,
        name: "CJK UNIFIED IDEOGRAPH-26ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED6,
        name: "CJK UNIFIED IDEOGRAPH-26ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED7,
        name: "CJK UNIFIED IDEOGRAPH-26ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED8,
        name: "CJK UNIFIED IDEOGRAPH-26ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26ED9,
        name: "CJK UNIFIED IDEOGRAPH-26ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EDA,
        name: "CJK UNIFIED IDEOGRAPH-26EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EDB,
        name: "CJK UNIFIED IDEOGRAPH-26EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EDC,
        name: "CJK UNIFIED IDEOGRAPH-26EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EDD,
        name: "CJK UNIFIED IDEOGRAPH-26EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EDE,
        name: "CJK UNIFIED IDEOGRAPH-26EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EDF,
        name: "CJK UNIFIED IDEOGRAPH-26EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE0,
        name: "CJK UNIFIED IDEOGRAPH-26EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE1,
        name: "CJK UNIFIED IDEOGRAPH-26EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE2,
        name: "CJK UNIFIED IDEOGRAPH-26EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE3,
        name: "CJK UNIFIED IDEOGRAPH-26EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE4,
        name: "CJK UNIFIED IDEOGRAPH-26EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE5,
        name: "CJK UNIFIED IDEOGRAPH-26EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE6,
        name: "CJK UNIFIED IDEOGRAPH-26EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE7,
        name: "CJK UNIFIED IDEOGRAPH-26EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE8,
        name: "CJK UNIFIED IDEOGRAPH-26EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EE9,
        name: "CJK UNIFIED IDEOGRAPH-26EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EEA,
        name: "CJK UNIFIED IDEOGRAPH-26EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EEB,
        name: "CJK UNIFIED IDEOGRAPH-26EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EEC,
        name: "CJK UNIFIED IDEOGRAPH-26EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EED,
        name: "CJK UNIFIED IDEOGRAPH-26EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EEE,
        name: "CJK UNIFIED IDEOGRAPH-26EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EEF,
        name: "CJK UNIFIED IDEOGRAPH-26EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF0,
        name: "CJK UNIFIED IDEOGRAPH-26EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF1,
        name: "CJK UNIFIED IDEOGRAPH-26EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF2,
        name: "CJK UNIFIED IDEOGRAPH-26EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF3,
        name: "CJK UNIFIED IDEOGRAPH-26EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF4,
        name: "CJK UNIFIED IDEOGRAPH-26EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF5,
        name: "CJK UNIFIED IDEOGRAPH-26EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF6,
        name: "CJK UNIFIED IDEOGRAPH-26EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF7,
        name: "CJK UNIFIED IDEOGRAPH-26EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF8,
        name: "CJK UNIFIED IDEOGRAPH-26EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EF9,
        name: "CJK UNIFIED IDEOGRAPH-26EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EFA,
        name: "CJK UNIFIED IDEOGRAPH-26EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EFB,
        name: "CJK UNIFIED IDEOGRAPH-26EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EFC,
        name: "CJK UNIFIED IDEOGRAPH-26EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EFD,
        name: "CJK UNIFIED IDEOGRAPH-26EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EFE,
        name: "CJK UNIFIED IDEOGRAPH-26EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26EFF,
        name: "CJK UNIFIED IDEOGRAPH-26EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F00,
        name: "CJK UNIFIED IDEOGRAPH-26F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F01,
        name: "CJK UNIFIED IDEOGRAPH-26F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F02,
        name: "CJK UNIFIED IDEOGRAPH-26F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F03,
        name: "CJK UNIFIED IDEOGRAPH-26F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F04,
        name: "CJK UNIFIED IDEOGRAPH-26F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F05,
        name: "CJK UNIFIED IDEOGRAPH-26F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F06,
        name: "CJK UNIFIED IDEOGRAPH-26F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F07,
        name: "CJK UNIFIED IDEOGRAPH-26F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F08,
        name: "CJK UNIFIED IDEOGRAPH-26F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F09,
        name: "CJK UNIFIED IDEOGRAPH-26F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F0A,
        name: "CJK UNIFIED IDEOGRAPH-26F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F0B,
        name: "CJK UNIFIED IDEOGRAPH-26F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F0C,
        name: "CJK UNIFIED IDEOGRAPH-26F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F0D,
        name: "CJK UNIFIED IDEOGRAPH-26F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F0E,
        name: "CJK UNIFIED IDEOGRAPH-26F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F0F,
        name: "CJK UNIFIED IDEOGRAPH-26F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F10,
        name: "CJK UNIFIED IDEOGRAPH-26F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F11,
        name: "CJK UNIFIED IDEOGRAPH-26F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F12,
        name: "CJK UNIFIED IDEOGRAPH-26F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F13,
        name: "CJK UNIFIED IDEOGRAPH-26F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F14,
        name: "CJK UNIFIED IDEOGRAPH-26F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F15,
        name: "CJK UNIFIED IDEOGRAPH-26F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F16,
        name: "CJK UNIFIED IDEOGRAPH-26F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F17,
        name: "CJK UNIFIED IDEOGRAPH-26F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F18,
        name: "CJK UNIFIED IDEOGRAPH-26F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F19,
        name: "CJK UNIFIED IDEOGRAPH-26F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F1A,
        name: "CJK UNIFIED IDEOGRAPH-26F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F1B,
        name: "CJK UNIFIED IDEOGRAPH-26F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F1C,
        name: "CJK UNIFIED IDEOGRAPH-26F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F1D,
        name: "CJK UNIFIED IDEOGRAPH-26F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F1E,
        name: "CJK UNIFIED IDEOGRAPH-26F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F1F,
        name: "CJK UNIFIED IDEOGRAPH-26F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F20,
        name: "CJK UNIFIED IDEOGRAPH-26F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F21,
        name: "CJK UNIFIED IDEOGRAPH-26F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F22,
        name: "CJK UNIFIED IDEOGRAPH-26F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F23,
        name: "CJK UNIFIED IDEOGRAPH-26F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F24,
        name: "CJK UNIFIED IDEOGRAPH-26F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F25,
        name: "CJK UNIFIED IDEOGRAPH-26F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F26,
        name: "CJK UNIFIED IDEOGRAPH-26F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F27,
        name: "CJK UNIFIED IDEOGRAPH-26F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F28,
        name: "CJK UNIFIED IDEOGRAPH-26F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F29,
        name: "CJK UNIFIED IDEOGRAPH-26F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F2A,
        name: "CJK UNIFIED IDEOGRAPH-26F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F2B,
        name: "CJK UNIFIED IDEOGRAPH-26F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F2C,
        name: "CJK UNIFIED IDEOGRAPH-26F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F2D,
        name: "CJK UNIFIED IDEOGRAPH-26F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F2E,
        name: "CJK UNIFIED IDEOGRAPH-26F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F2F,
        name: "CJK UNIFIED IDEOGRAPH-26F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F30,
        name: "CJK UNIFIED IDEOGRAPH-26F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F31,
        name: "CJK UNIFIED IDEOGRAPH-26F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F32,
        name: "CJK UNIFIED IDEOGRAPH-26F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F33,
        name: "CJK UNIFIED IDEOGRAPH-26F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F34,
        name: "CJK UNIFIED IDEOGRAPH-26F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F35,
        name: "CJK UNIFIED IDEOGRAPH-26F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F36,
        name: "CJK UNIFIED IDEOGRAPH-26F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F37,
        name: "CJK UNIFIED IDEOGRAPH-26F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F38,
        name: "CJK UNIFIED IDEOGRAPH-26F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F39,
        name: "CJK UNIFIED IDEOGRAPH-26F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F3A,
        name: "CJK UNIFIED IDEOGRAPH-26F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F3B,
        name: "CJK UNIFIED IDEOGRAPH-26F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F3C,
        name: "CJK UNIFIED IDEOGRAPH-26F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F3D,
        name: "CJK UNIFIED IDEOGRAPH-26F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F3E,
        name: "CJK UNIFIED IDEOGRAPH-26F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F3F,
        name: "CJK UNIFIED IDEOGRAPH-26F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F40,
        name: "CJK UNIFIED IDEOGRAPH-26F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F41,
        name: "CJK UNIFIED IDEOGRAPH-26F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F42,
        name: "CJK UNIFIED IDEOGRAPH-26F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F43,
        name: "CJK UNIFIED IDEOGRAPH-26F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F44,
        name: "CJK UNIFIED IDEOGRAPH-26F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F45,
        name: "CJK UNIFIED IDEOGRAPH-26F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F46,
        name: "CJK UNIFIED IDEOGRAPH-26F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F47,
        name: "CJK UNIFIED IDEOGRAPH-26F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F48,
        name: "CJK UNIFIED IDEOGRAPH-26F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F49,
        name: "CJK UNIFIED IDEOGRAPH-26F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F4A,
        name: "CJK UNIFIED IDEOGRAPH-26F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F4B,
        name: "CJK UNIFIED IDEOGRAPH-26F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F4C,
        name: "CJK UNIFIED IDEOGRAPH-26F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F4D,
        name: "CJK UNIFIED IDEOGRAPH-26F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F4E,
        name: "CJK UNIFIED IDEOGRAPH-26F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F4F,
        name: "CJK UNIFIED IDEOGRAPH-26F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F50,
        name: "CJK UNIFIED IDEOGRAPH-26F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F51,
        name: "CJK UNIFIED IDEOGRAPH-26F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F52,
        name: "CJK UNIFIED IDEOGRAPH-26F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F53,
        name: "CJK UNIFIED IDEOGRAPH-26F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F54,
        name: "CJK UNIFIED IDEOGRAPH-26F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F55,
        name: "CJK UNIFIED IDEOGRAPH-26F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F56,
        name: "CJK UNIFIED IDEOGRAPH-26F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F57,
        name: "CJK UNIFIED IDEOGRAPH-26F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F58,
        name: "CJK UNIFIED IDEOGRAPH-26F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F59,
        name: "CJK UNIFIED IDEOGRAPH-26F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F5A,
        name: "CJK UNIFIED IDEOGRAPH-26F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F5B,
        name: "CJK UNIFIED IDEOGRAPH-26F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F5C,
        name: "CJK UNIFIED IDEOGRAPH-26F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F5D,
        name: "CJK UNIFIED IDEOGRAPH-26F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F5E,
        name: "CJK UNIFIED IDEOGRAPH-26F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F5F,
        name: "CJK UNIFIED IDEOGRAPH-26F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F60,
        name: "CJK UNIFIED IDEOGRAPH-26F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F61,
        name: "CJK UNIFIED IDEOGRAPH-26F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F62,
        name: "CJK UNIFIED IDEOGRAPH-26F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F63,
        name: "CJK UNIFIED IDEOGRAPH-26F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F64,
        name: "CJK UNIFIED IDEOGRAPH-26F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F65,
        name: "CJK UNIFIED IDEOGRAPH-26F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F66,
        name: "CJK UNIFIED IDEOGRAPH-26F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F67,
        name: "CJK UNIFIED IDEOGRAPH-26F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F68,
        name: "CJK UNIFIED IDEOGRAPH-26F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F69,
        name: "CJK UNIFIED IDEOGRAPH-26F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F6A,
        name: "CJK UNIFIED IDEOGRAPH-26F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F6B,
        name: "CJK UNIFIED IDEOGRAPH-26F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F6C,
        name: "CJK UNIFIED IDEOGRAPH-26F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F6D,
        name: "CJK UNIFIED IDEOGRAPH-26F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F6E,
        name: "CJK UNIFIED IDEOGRAPH-26F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F6F,
        name: "CJK UNIFIED IDEOGRAPH-26F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F70,
        name: "CJK UNIFIED IDEOGRAPH-26F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F71,
        name: "CJK UNIFIED IDEOGRAPH-26F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F72,
        name: "CJK UNIFIED IDEOGRAPH-26F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F73,
        name: "CJK UNIFIED IDEOGRAPH-26F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F74,
        name: "CJK UNIFIED IDEOGRAPH-26F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F75,
        name: "CJK UNIFIED IDEOGRAPH-26F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F76,
        name: "CJK UNIFIED IDEOGRAPH-26F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F77,
        name: "CJK UNIFIED IDEOGRAPH-26F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F78,
        name: "CJK UNIFIED IDEOGRAPH-26F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F79,
        name: "CJK UNIFIED IDEOGRAPH-26F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F7A,
        name: "CJK UNIFIED IDEOGRAPH-26F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F7B,
        name: "CJK UNIFIED IDEOGRAPH-26F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F7C,
        name: "CJK UNIFIED IDEOGRAPH-26F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F7D,
        name: "CJK UNIFIED IDEOGRAPH-26F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F7E,
        name: "CJK UNIFIED IDEOGRAPH-26F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F7F,
        name: "CJK UNIFIED IDEOGRAPH-26F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F80,
        name: "CJK UNIFIED IDEOGRAPH-26F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F81,
        name: "CJK UNIFIED IDEOGRAPH-26F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F82,
        name: "CJK UNIFIED IDEOGRAPH-26F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F83,
        name: "CJK UNIFIED IDEOGRAPH-26F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F84,
        name: "CJK UNIFIED IDEOGRAPH-26F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F85,
        name: "CJK UNIFIED IDEOGRAPH-26F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F86,
        name: "CJK UNIFIED IDEOGRAPH-26F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F87,
        name: "CJK UNIFIED IDEOGRAPH-26F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F88,
        name: "CJK UNIFIED IDEOGRAPH-26F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F89,
        name: "CJK UNIFIED IDEOGRAPH-26F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F8A,
        name: "CJK UNIFIED IDEOGRAPH-26F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F8B,
        name: "CJK UNIFIED IDEOGRAPH-26F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F8C,
        name: "CJK UNIFIED IDEOGRAPH-26F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F8D,
        name: "CJK UNIFIED IDEOGRAPH-26F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F8E,
        name: "CJK UNIFIED IDEOGRAPH-26F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F8F,
        name: "CJK UNIFIED IDEOGRAPH-26F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F90,
        name: "CJK UNIFIED IDEOGRAPH-26F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F91,
        name: "CJK UNIFIED IDEOGRAPH-26F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F92,
        name: "CJK UNIFIED IDEOGRAPH-26F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F93,
        name: "CJK UNIFIED IDEOGRAPH-26F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F94,
        name: "CJK UNIFIED IDEOGRAPH-26F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F95,
        name: "CJK UNIFIED IDEOGRAPH-26F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F96,
        name: "CJK UNIFIED IDEOGRAPH-26F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F97,
        name: "CJK UNIFIED IDEOGRAPH-26F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F98,
        name: "CJK UNIFIED IDEOGRAPH-26F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F99,
        name: "CJK UNIFIED IDEOGRAPH-26F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F9A,
        name: "CJK UNIFIED IDEOGRAPH-26F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F9B,
        name: "CJK UNIFIED IDEOGRAPH-26F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F9C,
        name: "CJK UNIFIED IDEOGRAPH-26F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F9D,
        name: "CJK UNIFIED IDEOGRAPH-26F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F9E,
        name: "CJK UNIFIED IDEOGRAPH-26F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x26F9F,
        name: "CJK UNIFIED IDEOGRAPH-26F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA0,
        name: "CJK UNIFIED IDEOGRAPH-26FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA1,
        name: "CJK UNIFIED IDEOGRAPH-26FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA2,
        name: "CJK UNIFIED IDEOGRAPH-26FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA3,
        name: "CJK UNIFIED IDEOGRAPH-26FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA4,
        name: "CJK UNIFIED IDEOGRAPH-26FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA5,
        name: "CJK UNIFIED IDEOGRAPH-26FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA6,
        name: "CJK UNIFIED IDEOGRAPH-26FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA7,
        name: "CJK UNIFIED IDEOGRAPH-26FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA8,
        name: "CJK UNIFIED IDEOGRAPH-26FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FA9,
        name: "CJK UNIFIED IDEOGRAPH-26FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FAA,
        name: "CJK UNIFIED IDEOGRAPH-26FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FAB,
        name: "CJK UNIFIED IDEOGRAPH-26FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FAC,
        name: "CJK UNIFIED IDEOGRAPH-26FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FAD,
        name: "CJK UNIFIED IDEOGRAPH-26FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FAE,
        name: "CJK UNIFIED IDEOGRAPH-26FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FAF,
        name: "CJK UNIFIED IDEOGRAPH-26FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB0,
        name: "CJK UNIFIED IDEOGRAPH-26FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB1,
        name: "CJK UNIFIED IDEOGRAPH-26FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB2,
        name: "CJK UNIFIED IDEOGRAPH-26FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB3,
        name: "CJK UNIFIED IDEOGRAPH-26FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB4,
        name: "CJK UNIFIED IDEOGRAPH-26FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB5,
        name: "CJK UNIFIED IDEOGRAPH-26FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB6,
        name: "CJK UNIFIED IDEOGRAPH-26FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB7,
        name: "CJK UNIFIED IDEOGRAPH-26FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB8,
        name: "CJK UNIFIED IDEOGRAPH-26FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FB9,
        name: "CJK UNIFIED IDEOGRAPH-26FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FBA,
        name: "CJK UNIFIED IDEOGRAPH-26FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FBB,
        name: "CJK UNIFIED IDEOGRAPH-26FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FBC,
        name: "CJK UNIFIED IDEOGRAPH-26FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FBD,
        name: "CJK UNIFIED IDEOGRAPH-26FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FBE,
        name: "CJK UNIFIED IDEOGRAPH-26FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FBF,
        name: "CJK UNIFIED IDEOGRAPH-26FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC0,
        name: "CJK UNIFIED IDEOGRAPH-26FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC1,
        name: "CJK UNIFIED IDEOGRAPH-26FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC2,
        name: "CJK UNIFIED IDEOGRAPH-26FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC3,
        name: "CJK UNIFIED IDEOGRAPH-26FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC4,
        name: "CJK UNIFIED IDEOGRAPH-26FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC5,
        name: "CJK UNIFIED IDEOGRAPH-26FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC6,
        name: "CJK UNIFIED IDEOGRAPH-26FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC7,
        name: "CJK UNIFIED IDEOGRAPH-26FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC8,
        name: "CJK UNIFIED IDEOGRAPH-26FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FC9,
        name: "CJK UNIFIED IDEOGRAPH-26FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FCA,
        name: "CJK UNIFIED IDEOGRAPH-26FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FCB,
        name: "CJK UNIFIED IDEOGRAPH-26FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FCC,
        name: "CJK UNIFIED IDEOGRAPH-26FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FCD,
        name: "CJK UNIFIED IDEOGRAPH-26FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FCE,
        name: "CJK UNIFIED IDEOGRAPH-26FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FCF,
        name: "CJK UNIFIED IDEOGRAPH-26FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD0,
        name: "CJK UNIFIED IDEOGRAPH-26FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD1,
        name: "CJK UNIFIED IDEOGRAPH-26FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD2,
        name: "CJK UNIFIED IDEOGRAPH-26FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD3,
        name: "CJK UNIFIED IDEOGRAPH-26FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD4,
        name: "CJK UNIFIED IDEOGRAPH-26FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD5,
        name: "CJK UNIFIED IDEOGRAPH-26FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD6,
        name: "CJK UNIFIED IDEOGRAPH-26FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD7,
        name: "CJK UNIFIED IDEOGRAPH-26FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD8,
        name: "CJK UNIFIED IDEOGRAPH-26FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FD9,
        name: "CJK UNIFIED IDEOGRAPH-26FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FDA,
        name: "CJK UNIFIED IDEOGRAPH-26FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FDB,
        name: "CJK UNIFIED IDEOGRAPH-26FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FDC,
        name: "CJK UNIFIED IDEOGRAPH-26FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FDD,
        name: "CJK UNIFIED IDEOGRAPH-26FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FDE,
        name: "CJK UNIFIED IDEOGRAPH-26FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FDF,
        name: "CJK UNIFIED IDEOGRAPH-26FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE0,
        name: "CJK UNIFIED IDEOGRAPH-26FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE1,
        name: "CJK UNIFIED IDEOGRAPH-26FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE2,
        name: "CJK UNIFIED IDEOGRAPH-26FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE3,
        name: "CJK UNIFIED IDEOGRAPH-26FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE4,
        name: "CJK UNIFIED IDEOGRAPH-26FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE5,
        name: "CJK UNIFIED IDEOGRAPH-26FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE6,
        name: "CJK UNIFIED IDEOGRAPH-26FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE7,
        name: "CJK UNIFIED IDEOGRAPH-26FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE8,
        name: "CJK UNIFIED IDEOGRAPH-26FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FE9,
        name: "CJK UNIFIED IDEOGRAPH-26FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FEA,
        name: "CJK UNIFIED IDEOGRAPH-26FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FEB,
        name: "CJK UNIFIED IDEOGRAPH-26FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FEC,
        name: "CJK UNIFIED IDEOGRAPH-26FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FED,
        name: "CJK UNIFIED IDEOGRAPH-26FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FEE,
        name: "CJK UNIFIED IDEOGRAPH-26FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FEF,
        name: "CJK UNIFIED IDEOGRAPH-26FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF0,
        name: "CJK UNIFIED IDEOGRAPH-26FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF1,
        name: "CJK UNIFIED IDEOGRAPH-26FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF2,
        name: "CJK UNIFIED IDEOGRAPH-26FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF3,
        name: "CJK UNIFIED IDEOGRAPH-26FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF4,
        name: "CJK UNIFIED IDEOGRAPH-26FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF5,
        name: "CJK UNIFIED IDEOGRAPH-26FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF6,
        name: "CJK UNIFIED IDEOGRAPH-26FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF7,
        name: "CJK UNIFIED IDEOGRAPH-26FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF8,
        name: "CJK UNIFIED IDEOGRAPH-26FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FF9,
        name: "CJK UNIFIED IDEOGRAPH-26FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FFA,
        name: "CJK UNIFIED IDEOGRAPH-26FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FFB,
        name: "CJK UNIFIED IDEOGRAPH-26FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FFC,
        name: "CJK UNIFIED IDEOGRAPH-26FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FFD,
        name: "CJK UNIFIED IDEOGRAPH-26FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FFE,
        name: "CJK UNIFIED IDEOGRAPH-26FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x26FFF,
        name: "CJK UNIFIED IDEOGRAPH-26FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27000,
        name: "CJK UNIFIED IDEOGRAPH-27000",
    },
    Character {
        age: "3.1",
        codepoint: 0x27001,
        name: "CJK UNIFIED IDEOGRAPH-27001",
    },
    Character {
        age: "3.1",
        codepoint: 0x27002,
        name: "CJK UNIFIED IDEOGRAPH-27002",
    },
    Character {
        age: "3.1",
        codepoint: 0x27003,
        name: "CJK UNIFIED IDEOGRAPH-27003",
    },
    Character {
        age: "3.1",
        codepoint: 0x27004,
        name: "CJK UNIFIED IDEOGRAPH-27004",
    },
    Character {
        age: "3.1",
        codepoint: 0x27005,
        name: "CJK UNIFIED IDEOGRAPH-27005",
    },
    Character {
        age: "3.1",
        codepoint: 0x27006,
        name: "CJK UNIFIED IDEOGRAPH-27006",
    },
    Character {
        age: "3.1",
        codepoint: 0x27007,
        name: "CJK UNIFIED IDEOGRAPH-27007",
    },
    Character {
        age: "3.1",
        codepoint: 0x27008,
        name: "CJK UNIFIED IDEOGRAPH-27008",
    },
    Character {
        age: "3.1",
        codepoint: 0x27009,
        name: "CJK UNIFIED IDEOGRAPH-27009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2700A,
        name: "CJK UNIFIED IDEOGRAPH-2700A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2700B,
        name: "CJK UNIFIED IDEOGRAPH-2700B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2700C,
        name: "CJK UNIFIED IDEOGRAPH-2700C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2700D,
        name: "CJK UNIFIED IDEOGRAPH-2700D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2700E,
        name: "CJK UNIFIED IDEOGRAPH-2700E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2700F,
        name: "CJK UNIFIED IDEOGRAPH-2700F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27010,
        name: "CJK UNIFIED IDEOGRAPH-27010",
    },
    Character {
        age: "3.1",
        codepoint: 0x27011,
        name: "CJK UNIFIED IDEOGRAPH-27011",
    },
    Character {
        age: "3.1",
        codepoint: 0x27012,
        name: "CJK UNIFIED IDEOGRAPH-27012",
    },
    Character {
        age: "3.1",
        codepoint: 0x27013,
        name: "CJK UNIFIED IDEOGRAPH-27013",
    },
    Character {
        age: "3.1",
        codepoint: 0x27014,
        name: "CJK UNIFIED IDEOGRAPH-27014",
    },
    Character {
        age: "3.1",
        codepoint: 0x27015,
        name: "CJK UNIFIED IDEOGRAPH-27015",
    },
    Character {
        age: "3.1",
        codepoint: 0x27016,
        name: "CJK UNIFIED IDEOGRAPH-27016",
    },
    Character {
        age: "3.1",
        codepoint: 0x27017,
        name: "CJK UNIFIED IDEOGRAPH-27017",
    },
    Character {
        age: "3.1",
        codepoint: 0x27018,
        name: "CJK UNIFIED IDEOGRAPH-27018",
    },
    Character {
        age: "3.1",
        codepoint: 0x27019,
        name: "CJK UNIFIED IDEOGRAPH-27019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2701A,
        name: "CJK UNIFIED IDEOGRAPH-2701A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2701B,
        name: "CJK UNIFIED IDEOGRAPH-2701B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2701C,
        name: "CJK UNIFIED IDEOGRAPH-2701C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2701D,
        name: "CJK UNIFIED IDEOGRAPH-2701D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2701E,
        name: "CJK UNIFIED IDEOGRAPH-2701E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2701F,
        name: "CJK UNIFIED IDEOGRAPH-2701F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27020,
        name: "CJK UNIFIED IDEOGRAPH-27020",
    },
    Character {
        age: "3.1",
        codepoint: 0x27021,
        name: "CJK UNIFIED IDEOGRAPH-27021",
    },
    Character {
        age: "3.1",
        codepoint: 0x27022,
        name: "CJK UNIFIED IDEOGRAPH-27022",
    },
    Character {
        age: "3.1",
        codepoint: 0x27023,
        name: "CJK UNIFIED IDEOGRAPH-27023",
    },
    Character {
        age: "3.1",
        codepoint: 0x27024,
        name: "CJK UNIFIED IDEOGRAPH-27024",
    },
    Character {
        age: "3.1",
        codepoint: 0x27025,
        name: "CJK UNIFIED IDEOGRAPH-27025",
    },
    Character {
        age: "3.1",
        codepoint: 0x27026,
        name: "CJK UNIFIED IDEOGRAPH-27026",
    },
    Character {
        age: "3.1",
        codepoint: 0x27027,
        name: "CJK UNIFIED IDEOGRAPH-27027",
    },
    Character {
        age: "3.1",
        codepoint: 0x27028,
        name: "CJK UNIFIED IDEOGRAPH-27028",
    },
    Character {
        age: "3.1",
        codepoint: 0x27029,
        name: "CJK UNIFIED IDEOGRAPH-27029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2702A,
        name: "CJK UNIFIED IDEOGRAPH-2702A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2702B,
        name: "CJK UNIFIED IDEOGRAPH-2702B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2702C,
        name: "CJK UNIFIED IDEOGRAPH-2702C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2702D,
        name: "CJK UNIFIED IDEOGRAPH-2702D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2702E,
        name: "CJK UNIFIED IDEOGRAPH-2702E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2702F,
        name: "CJK UNIFIED IDEOGRAPH-2702F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27030,
        name: "CJK UNIFIED IDEOGRAPH-27030",
    },
    Character {
        age: "3.1",
        codepoint: 0x27031,
        name: "CJK UNIFIED IDEOGRAPH-27031",
    },
    Character {
        age: "3.1",
        codepoint: 0x27032,
        name: "CJK UNIFIED IDEOGRAPH-27032",
    },
    Character {
        age: "3.1",
        codepoint: 0x27033,
        name: "CJK UNIFIED IDEOGRAPH-27033",
    },
    Character {
        age: "3.1",
        codepoint: 0x27034,
        name: "CJK UNIFIED IDEOGRAPH-27034",
    },
    Character {
        age: "3.1",
        codepoint: 0x27035,
        name: "CJK UNIFIED IDEOGRAPH-27035",
    },
    Character {
        age: "3.1",
        codepoint: 0x27036,
        name: "CJK UNIFIED IDEOGRAPH-27036",
    },
    Character {
        age: "3.1",
        codepoint: 0x27037,
        name: "CJK UNIFIED IDEOGRAPH-27037",
    },
    Character {
        age: "3.1",
        codepoint: 0x27038,
        name: "CJK UNIFIED IDEOGRAPH-27038",
    },
    Character {
        age: "3.1",
        codepoint: 0x27039,
        name: "CJK UNIFIED IDEOGRAPH-27039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2703A,
        name: "CJK UNIFIED IDEOGRAPH-2703A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2703B,
        name: "CJK UNIFIED IDEOGRAPH-2703B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2703C,
        name: "CJK UNIFIED IDEOGRAPH-2703C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2703D,
        name: "CJK UNIFIED IDEOGRAPH-2703D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2703E,
        name: "CJK UNIFIED IDEOGRAPH-2703E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2703F,
        name: "CJK UNIFIED IDEOGRAPH-2703F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27040,
        name: "CJK UNIFIED IDEOGRAPH-27040",
    },
    Character {
        age: "3.1",
        codepoint: 0x27041,
        name: "CJK UNIFIED IDEOGRAPH-27041",
    },
    Character {
        age: "3.1",
        codepoint: 0x27042,
        name: "CJK UNIFIED IDEOGRAPH-27042",
    },
    Character {
        age: "3.1",
        codepoint: 0x27043,
        name: "CJK UNIFIED IDEOGRAPH-27043",
    },
    Character {
        age: "3.1",
        codepoint: 0x27044,
        name: "CJK UNIFIED IDEOGRAPH-27044",
    },
    Character {
        age: "3.1",
        codepoint: 0x27045,
        name: "CJK UNIFIED IDEOGRAPH-27045",
    },
    Character {
        age: "3.1",
        codepoint: 0x27046,
        name: "CJK UNIFIED IDEOGRAPH-27046",
    },
    Character {
        age: "3.1",
        codepoint: 0x27047,
        name: "CJK UNIFIED IDEOGRAPH-27047",
    },
    Character {
        age: "3.1",
        codepoint: 0x27048,
        name: "CJK UNIFIED IDEOGRAPH-27048",
    },
    Character {
        age: "3.1",
        codepoint: 0x27049,
        name: "CJK UNIFIED IDEOGRAPH-27049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2704A,
        name: "CJK UNIFIED IDEOGRAPH-2704A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2704B,
        name: "CJK UNIFIED IDEOGRAPH-2704B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2704C,
        name: "CJK UNIFIED IDEOGRAPH-2704C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2704D,
        name: "CJK UNIFIED IDEOGRAPH-2704D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2704E,
        name: "CJK UNIFIED IDEOGRAPH-2704E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2704F,
        name: "CJK UNIFIED IDEOGRAPH-2704F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27050,
        name: "CJK UNIFIED IDEOGRAPH-27050",
    },
    Character {
        age: "3.1",
        codepoint: 0x27051,
        name: "CJK UNIFIED IDEOGRAPH-27051",
    },
    Character {
        age: "3.1",
        codepoint: 0x27052,
        name: "CJK UNIFIED IDEOGRAPH-27052",
    },
    Character {
        age: "3.1",
        codepoint: 0x27053,
        name: "CJK UNIFIED IDEOGRAPH-27053",
    },
    Character {
        age: "3.1",
        codepoint: 0x27054,
        name: "CJK UNIFIED IDEOGRAPH-27054",
    },
    Character {
        age: "3.1",
        codepoint: 0x27055,
        name: "CJK UNIFIED IDEOGRAPH-27055",
    },
    Character {
        age: "3.1",
        codepoint: 0x27056,
        name: "CJK UNIFIED IDEOGRAPH-27056",
    },
    Character {
        age: "3.1",
        codepoint: 0x27057,
        name: "CJK UNIFIED IDEOGRAPH-27057",
    },
    Character {
        age: "3.1",
        codepoint: 0x27058,
        name: "CJK UNIFIED IDEOGRAPH-27058",
    },
    Character {
        age: "3.1",
        codepoint: 0x27059,
        name: "CJK UNIFIED IDEOGRAPH-27059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2705A,
        name: "CJK UNIFIED IDEOGRAPH-2705A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2705B,
        name: "CJK UNIFIED IDEOGRAPH-2705B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2705C,
        name: "CJK UNIFIED IDEOGRAPH-2705C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2705D,
        name: "CJK UNIFIED IDEOGRAPH-2705D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2705E,
        name: "CJK UNIFIED IDEOGRAPH-2705E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2705F,
        name: "CJK UNIFIED IDEOGRAPH-2705F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27060,
        name: "CJK UNIFIED IDEOGRAPH-27060",
    },
    Character {
        age: "3.1",
        codepoint: 0x27061,
        name: "CJK UNIFIED IDEOGRAPH-27061",
    },
    Character {
        age: "3.1",
        codepoint: 0x27062,
        name: "CJK UNIFIED IDEOGRAPH-27062",
    },
    Character {
        age: "3.1",
        codepoint: 0x27063,
        name: "CJK UNIFIED IDEOGRAPH-27063",
    },
    Character {
        age: "3.1",
        codepoint: 0x27064,
        name: "CJK UNIFIED IDEOGRAPH-27064",
    },
    Character {
        age: "3.1",
        codepoint: 0x27065,
        name: "CJK UNIFIED IDEOGRAPH-27065",
    },
    Character {
        age: "3.1",
        codepoint: 0x27066,
        name: "CJK UNIFIED IDEOGRAPH-27066",
    },
    Character {
        age: "3.1",
        codepoint: 0x27067,
        name: "CJK UNIFIED IDEOGRAPH-27067",
    },
    Character {
        age: "3.1",
        codepoint: 0x27068,
        name: "CJK UNIFIED IDEOGRAPH-27068",
    },
    Character {
        age: "3.1",
        codepoint: 0x27069,
        name: "CJK UNIFIED IDEOGRAPH-27069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2706A,
        name: "CJK UNIFIED IDEOGRAPH-2706A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2706B,
        name: "CJK UNIFIED IDEOGRAPH-2706B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2706C,
        name: "CJK UNIFIED IDEOGRAPH-2706C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2706D,
        name: "CJK UNIFIED IDEOGRAPH-2706D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2706E,
        name: "CJK UNIFIED IDEOGRAPH-2706E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2706F,
        name: "CJK UNIFIED IDEOGRAPH-2706F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27070,
        name: "CJK UNIFIED IDEOGRAPH-27070",
    },
    Character {
        age: "3.1",
        codepoint: 0x27071,
        name: "CJK UNIFIED IDEOGRAPH-27071",
    },
    Character {
        age: "3.1",
        codepoint: 0x27072,
        name: "CJK UNIFIED IDEOGRAPH-27072",
    },
    Character {
        age: "3.1",
        codepoint: 0x27073,
        name: "CJK UNIFIED IDEOGRAPH-27073",
    },
    Character {
        age: "3.1",
        codepoint: 0x27074,
        name: "CJK UNIFIED IDEOGRAPH-27074",
    },
    Character {
        age: "3.1",
        codepoint: 0x27075,
        name: "CJK UNIFIED IDEOGRAPH-27075",
    },
    Character {
        age: "3.1",
        codepoint: 0x27076,
        name: "CJK UNIFIED IDEOGRAPH-27076",
    },
    Character {
        age: "3.1",
        codepoint: 0x27077,
        name: "CJK UNIFIED IDEOGRAPH-27077",
    },
    Character {
        age: "3.1",
        codepoint: 0x27078,
        name: "CJK UNIFIED IDEOGRAPH-27078",
    },
    Character {
        age: "3.1",
        codepoint: 0x27079,
        name: "CJK UNIFIED IDEOGRAPH-27079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2707A,
        name: "CJK UNIFIED IDEOGRAPH-2707A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2707B,
        name: "CJK UNIFIED IDEOGRAPH-2707B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2707C,
        name: "CJK UNIFIED IDEOGRAPH-2707C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2707D,
        name: "CJK UNIFIED IDEOGRAPH-2707D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2707E,
        name: "CJK UNIFIED IDEOGRAPH-2707E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2707F,
        name: "CJK UNIFIED IDEOGRAPH-2707F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27080,
        name: "CJK UNIFIED IDEOGRAPH-27080",
    },
    Character {
        age: "3.1",
        codepoint: 0x27081,
        name: "CJK UNIFIED IDEOGRAPH-27081",
    },
    Character {
        age: "3.1",
        codepoint: 0x27082,
        name: "CJK UNIFIED IDEOGRAPH-27082",
    },
    Character {
        age: "3.1",
        codepoint: 0x27083,
        name: "CJK UNIFIED IDEOGRAPH-27083",
    },
    Character {
        age: "3.1",
        codepoint: 0x27084,
        name: "CJK UNIFIED IDEOGRAPH-27084",
    },
    Character {
        age: "3.1",
        codepoint: 0x27085,
        name: "CJK UNIFIED IDEOGRAPH-27085",
    },
    Character {
        age: "3.1",
        codepoint: 0x27086,
        name: "CJK UNIFIED IDEOGRAPH-27086",
    },
    Character {
        age: "3.1",
        codepoint: 0x27087,
        name: "CJK UNIFIED IDEOGRAPH-27087",
    },
    Character {
        age: "3.1",
        codepoint: 0x27088,
        name: "CJK UNIFIED IDEOGRAPH-27088",
    },
    Character {
        age: "3.1",
        codepoint: 0x27089,
        name: "CJK UNIFIED IDEOGRAPH-27089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2708A,
        name: "CJK UNIFIED IDEOGRAPH-2708A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2708B,
        name: "CJK UNIFIED IDEOGRAPH-2708B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2708C,
        name: "CJK UNIFIED IDEOGRAPH-2708C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2708D,
        name: "CJK UNIFIED IDEOGRAPH-2708D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2708E,
        name: "CJK UNIFIED IDEOGRAPH-2708E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2708F,
        name: "CJK UNIFIED IDEOGRAPH-2708F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27090,
        name: "CJK UNIFIED IDEOGRAPH-27090",
    },
    Character {
        age: "3.1",
        codepoint: 0x27091,
        name: "CJK UNIFIED IDEOGRAPH-27091",
    },
    Character {
        age: "3.1",
        codepoint: 0x27092,
        name: "CJK UNIFIED IDEOGRAPH-27092",
    },
    Character {
        age: "3.1",
        codepoint: 0x27093,
        name: "CJK UNIFIED IDEOGRAPH-27093",
    },
    Character {
        age: "3.1",
        codepoint: 0x27094,
        name: "CJK UNIFIED IDEOGRAPH-27094",
    },
    Character {
        age: "3.1",
        codepoint: 0x27095,
        name: "CJK UNIFIED IDEOGRAPH-27095",
    },
    Character {
        age: "3.1",
        codepoint: 0x27096,
        name: "CJK UNIFIED IDEOGRAPH-27096",
    },
    Character {
        age: "3.1",
        codepoint: 0x27097,
        name: "CJK UNIFIED IDEOGRAPH-27097",
    },
    Character {
        age: "3.1",
        codepoint: 0x27098,
        name: "CJK UNIFIED IDEOGRAPH-27098",
    },
    Character {
        age: "3.1",
        codepoint: 0x27099,
        name: "CJK UNIFIED IDEOGRAPH-27099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2709A,
        name: "CJK UNIFIED IDEOGRAPH-2709A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2709B,
        name: "CJK UNIFIED IDEOGRAPH-2709B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2709C,
        name: "CJK UNIFIED IDEOGRAPH-2709C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2709D,
        name: "CJK UNIFIED IDEOGRAPH-2709D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2709E,
        name: "CJK UNIFIED IDEOGRAPH-2709E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2709F,
        name: "CJK UNIFIED IDEOGRAPH-2709F",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A0,
        name: "CJK UNIFIED IDEOGRAPH-270A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A1,
        name: "CJK UNIFIED IDEOGRAPH-270A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A2,
        name: "CJK UNIFIED IDEOGRAPH-270A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A3,
        name: "CJK UNIFIED IDEOGRAPH-270A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A4,
        name: "CJK UNIFIED IDEOGRAPH-270A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A5,
        name: "CJK UNIFIED IDEOGRAPH-270A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A6,
        name: "CJK UNIFIED IDEOGRAPH-270A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A7,
        name: "CJK UNIFIED IDEOGRAPH-270A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A8,
        name: "CJK UNIFIED IDEOGRAPH-270A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x270A9,
        name: "CJK UNIFIED IDEOGRAPH-270A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x270AA,
        name: "CJK UNIFIED IDEOGRAPH-270AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x270AB,
        name: "CJK UNIFIED IDEOGRAPH-270AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x270AC,
        name: "CJK UNIFIED IDEOGRAPH-270AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x270AD,
        name: "CJK UNIFIED IDEOGRAPH-270AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x270AE,
        name: "CJK UNIFIED IDEOGRAPH-270AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x270AF,
        name: "CJK UNIFIED IDEOGRAPH-270AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B0,
        name: "CJK UNIFIED IDEOGRAPH-270B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B1,
        name: "CJK UNIFIED IDEOGRAPH-270B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B2,
        name: "CJK UNIFIED IDEOGRAPH-270B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B3,
        name: "CJK UNIFIED IDEOGRAPH-270B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B4,
        name: "CJK UNIFIED IDEOGRAPH-270B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B5,
        name: "CJK UNIFIED IDEOGRAPH-270B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B6,
        name: "CJK UNIFIED IDEOGRAPH-270B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B7,
        name: "CJK UNIFIED IDEOGRAPH-270B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B8,
        name: "CJK UNIFIED IDEOGRAPH-270B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x270B9,
        name: "CJK UNIFIED IDEOGRAPH-270B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x270BA,
        name: "CJK UNIFIED IDEOGRAPH-270BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x270BB,
        name: "CJK UNIFIED IDEOGRAPH-270BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x270BC,
        name: "CJK UNIFIED IDEOGRAPH-270BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x270BD,
        name: "CJK UNIFIED IDEOGRAPH-270BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x270BE,
        name: "CJK UNIFIED IDEOGRAPH-270BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x270BF,
        name: "CJK UNIFIED IDEOGRAPH-270BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C0,
        name: "CJK UNIFIED IDEOGRAPH-270C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C1,
        name: "CJK UNIFIED IDEOGRAPH-270C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C2,
        name: "CJK UNIFIED IDEOGRAPH-270C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C3,
        name: "CJK UNIFIED IDEOGRAPH-270C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C4,
        name: "CJK UNIFIED IDEOGRAPH-270C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C5,
        name: "CJK UNIFIED IDEOGRAPH-270C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C6,
        name: "CJK UNIFIED IDEOGRAPH-270C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C7,
        name: "CJK UNIFIED IDEOGRAPH-270C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C8,
        name: "CJK UNIFIED IDEOGRAPH-270C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x270C9,
        name: "CJK UNIFIED IDEOGRAPH-270C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x270CA,
        name: "CJK UNIFIED IDEOGRAPH-270CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x270CB,
        name: "CJK UNIFIED IDEOGRAPH-270CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x270CC,
        name: "CJK UNIFIED IDEOGRAPH-270CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x270CD,
        name: "CJK UNIFIED IDEOGRAPH-270CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x270CE,
        name: "CJK UNIFIED IDEOGRAPH-270CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x270CF,
        name: "CJK UNIFIED IDEOGRAPH-270CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D0,
        name: "CJK UNIFIED IDEOGRAPH-270D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D1,
        name: "CJK UNIFIED IDEOGRAPH-270D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D2,
        name: "CJK UNIFIED IDEOGRAPH-270D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D3,
        name: "CJK UNIFIED IDEOGRAPH-270D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D4,
        name: "CJK UNIFIED IDEOGRAPH-270D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D5,
        name: "CJK UNIFIED IDEOGRAPH-270D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D6,
        name: "CJK UNIFIED IDEOGRAPH-270D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D7,
        name: "CJK UNIFIED IDEOGRAPH-270D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D8,
        name: "CJK UNIFIED IDEOGRAPH-270D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x270D9,
        name: "CJK UNIFIED IDEOGRAPH-270D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x270DA,
        name: "CJK UNIFIED IDEOGRAPH-270DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x270DB,
        name: "CJK UNIFIED IDEOGRAPH-270DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x270DC,
        name: "CJK UNIFIED IDEOGRAPH-270DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x270DD,
        name: "CJK UNIFIED IDEOGRAPH-270DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x270DE,
        name: "CJK UNIFIED IDEOGRAPH-270DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x270DF,
        name: "CJK UNIFIED IDEOGRAPH-270DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E0,
        name: "CJK UNIFIED IDEOGRAPH-270E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E1,
        name: "CJK UNIFIED IDEOGRAPH-270E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E2,
        name: "CJK UNIFIED IDEOGRAPH-270E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E3,
        name: "CJK UNIFIED IDEOGRAPH-270E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E4,
        name: "CJK UNIFIED IDEOGRAPH-270E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E5,
        name: "CJK UNIFIED IDEOGRAPH-270E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E6,
        name: "CJK UNIFIED IDEOGRAPH-270E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E7,
        name: "CJK UNIFIED IDEOGRAPH-270E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E8,
        name: "CJK UNIFIED IDEOGRAPH-270E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x270E9,
        name: "CJK UNIFIED IDEOGRAPH-270E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x270EA,
        name: "CJK UNIFIED IDEOGRAPH-270EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x270EB,
        name: "CJK UNIFIED IDEOGRAPH-270EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x270EC,
        name: "CJK UNIFIED IDEOGRAPH-270EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x270ED,
        name: "CJK UNIFIED IDEOGRAPH-270ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x270EE,
        name: "CJK UNIFIED IDEOGRAPH-270EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x270EF,
        name: "CJK UNIFIED IDEOGRAPH-270EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F0,
        name: "CJK UNIFIED IDEOGRAPH-270F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F1,
        name: "CJK UNIFIED IDEOGRAPH-270F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F2,
        name: "CJK UNIFIED IDEOGRAPH-270F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F3,
        name: "CJK UNIFIED IDEOGRAPH-270F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F4,
        name: "CJK UNIFIED IDEOGRAPH-270F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F5,
        name: "CJK UNIFIED IDEOGRAPH-270F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F6,
        name: "CJK UNIFIED IDEOGRAPH-270F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F7,
        name: "CJK UNIFIED IDEOGRAPH-270F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F8,
        name: "CJK UNIFIED IDEOGRAPH-270F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x270F9,
        name: "CJK UNIFIED IDEOGRAPH-270F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x270FA,
        name: "CJK UNIFIED IDEOGRAPH-270FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x270FB,
        name: "CJK UNIFIED IDEOGRAPH-270FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x270FC,
        name: "CJK UNIFIED IDEOGRAPH-270FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x270FD,
        name: "CJK UNIFIED IDEOGRAPH-270FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x270FE,
        name: "CJK UNIFIED IDEOGRAPH-270FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x270FF,
        name: "CJK UNIFIED IDEOGRAPH-270FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27100,
        name: "CJK UNIFIED IDEOGRAPH-27100",
    },
    Character {
        age: "3.1",
        codepoint: 0x27101,
        name: "CJK UNIFIED IDEOGRAPH-27101",
    },
    Character {
        age: "3.1",
        codepoint: 0x27102,
        name: "CJK UNIFIED IDEOGRAPH-27102",
    },
    Character {
        age: "3.1",
        codepoint: 0x27103,
        name: "CJK UNIFIED IDEOGRAPH-27103",
    },
    Character {
        age: "3.1",
        codepoint: 0x27104,
        name: "CJK UNIFIED IDEOGRAPH-27104",
    },
    Character {
        age: "3.1",
        codepoint: 0x27105,
        name: "CJK UNIFIED IDEOGRAPH-27105",
    },
    Character {
        age: "3.1",
        codepoint: 0x27106,
        name: "CJK UNIFIED IDEOGRAPH-27106",
    },
    Character {
        age: "3.1",
        codepoint: 0x27107,
        name: "CJK UNIFIED IDEOGRAPH-27107",
    },
    Character {
        age: "3.1",
        codepoint: 0x27108,
        name: "CJK UNIFIED IDEOGRAPH-27108",
    },
    Character {
        age: "3.1",
        codepoint: 0x27109,
        name: "CJK UNIFIED IDEOGRAPH-27109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2710A,
        name: "CJK UNIFIED IDEOGRAPH-2710A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2710B,
        name: "CJK UNIFIED IDEOGRAPH-2710B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2710C,
        name: "CJK UNIFIED IDEOGRAPH-2710C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2710D,
        name: "CJK UNIFIED IDEOGRAPH-2710D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2710E,
        name: "CJK UNIFIED IDEOGRAPH-2710E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2710F,
        name: "CJK UNIFIED IDEOGRAPH-2710F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27110,
        name: "CJK UNIFIED IDEOGRAPH-27110",
    },
    Character {
        age: "3.1",
        codepoint: 0x27111,
        name: "CJK UNIFIED IDEOGRAPH-27111",
    },
    Character {
        age: "3.1",
        codepoint: 0x27112,
        name: "CJK UNIFIED IDEOGRAPH-27112",
    },
    Character {
        age: "3.1",
        codepoint: 0x27113,
        name: "CJK UNIFIED IDEOGRAPH-27113",
    },
    Character {
        age: "3.1",
        codepoint: 0x27114,
        name: "CJK UNIFIED IDEOGRAPH-27114",
    },
    Character {
        age: "3.1",
        codepoint: 0x27115,
        name: "CJK UNIFIED IDEOGRAPH-27115",
    },
    Character {
        age: "3.1",
        codepoint: 0x27116,
        name: "CJK UNIFIED IDEOGRAPH-27116",
    },
    Character {
        age: "3.1",
        codepoint: 0x27117,
        name: "CJK UNIFIED IDEOGRAPH-27117",
    },
    Character {
        age: "3.1",
        codepoint: 0x27118,
        name: "CJK UNIFIED IDEOGRAPH-27118",
    },
    Character {
        age: "3.1",
        codepoint: 0x27119,
        name: "CJK UNIFIED IDEOGRAPH-27119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2711A,
        name: "CJK UNIFIED IDEOGRAPH-2711A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2711B,
        name: "CJK UNIFIED IDEOGRAPH-2711B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2711C,
        name: "CJK UNIFIED IDEOGRAPH-2711C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2711D,
        name: "CJK UNIFIED IDEOGRAPH-2711D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2711E,
        name: "CJK UNIFIED IDEOGRAPH-2711E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2711F,
        name: "CJK UNIFIED IDEOGRAPH-2711F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27120,
        name: "CJK UNIFIED IDEOGRAPH-27120",
    },
    Character {
        age: "3.1",
        codepoint: 0x27121,
        name: "CJK UNIFIED IDEOGRAPH-27121",
    },
    Character {
        age: "3.1",
        codepoint: 0x27122,
        name: "CJK UNIFIED IDEOGRAPH-27122",
    },
    Character {
        age: "3.1",
        codepoint: 0x27123,
        name: "CJK UNIFIED IDEOGRAPH-27123",
    },
    Character {
        age: "3.1",
        codepoint: 0x27124,
        name: "CJK UNIFIED IDEOGRAPH-27124",
    },
    Character {
        age: "3.1",
        codepoint: 0x27125,
        name: "CJK UNIFIED IDEOGRAPH-27125",
    },
    Character {
        age: "3.1",
        codepoint: 0x27126,
        name: "CJK UNIFIED IDEOGRAPH-27126",
    },
    Character {
        age: "3.1",
        codepoint: 0x27127,
        name: "CJK UNIFIED IDEOGRAPH-27127",
    },
    Character {
        age: "3.1",
        codepoint: 0x27128,
        name: "CJK UNIFIED IDEOGRAPH-27128",
    },
    Character {
        age: "3.1",
        codepoint: 0x27129,
        name: "CJK UNIFIED IDEOGRAPH-27129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2712A,
        name: "CJK UNIFIED IDEOGRAPH-2712A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2712B,
        name: "CJK UNIFIED IDEOGRAPH-2712B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2712C,
        name: "CJK UNIFIED IDEOGRAPH-2712C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2712D,
        name: "CJK UNIFIED IDEOGRAPH-2712D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2712E,
        name: "CJK UNIFIED IDEOGRAPH-2712E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2712F,
        name: "CJK UNIFIED IDEOGRAPH-2712F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27130,
        name: "CJK UNIFIED IDEOGRAPH-27130",
    },
    Character {
        age: "3.1",
        codepoint: 0x27131,
        name: "CJK UNIFIED IDEOGRAPH-27131",
    },
    Character {
        age: "3.1",
        codepoint: 0x27132,
        name: "CJK UNIFIED IDEOGRAPH-27132",
    },
    Character {
        age: "3.1",
        codepoint: 0x27133,
        name: "CJK UNIFIED IDEOGRAPH-27133",
    },
    Character {
        age: "3.1",
        codepoint: 0x27134,
        name: "CJK UNIFIED IDEOGRAPH-27134",
    },
    Character {
        age: "3.1",
        codepoint: 0x27135,
        name: "CJK UNIFIED IDEOGRAPH-27135",
    },
    Character {
        age: "3.1",
        codepoint: 0x27136,
        name: "CJK UNIFIED IDEOGRAPH-27136",
    },
    Character {
        age: "3.1",
        codepoint: 0x27137,
        name: "CJK UNIFIED IDEOGRAPH-27137",
    },
    Character {
        age: "3.1",
        codepoint: 0x27138,
        name: "CJK UNIFIED IDEOGRAPH-27138",
    },
    Character {
        age: "3.1",
        codepoint: 0x27139,
        name: "CJK UNIFIED IDEOGRAPH-27139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2713A,
        name: "CJK UNIFIED IDEOGRAPH-2713A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2713B,
        name: "CJK UNIFIED IDEOGRAPH-2713B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2713C,
        name: "CJK UNIFIED IDEOGRAPH-2713C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2713D,
        name: "CJK UNIFIED IDEOGRAPH-2713D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2713E,
        name: "CJK UNIFIED IDEOGRAPH-2713E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2713F,
        name: "CJK UNIFIED IDEOGRAPH-2713F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27140,
        name: "CJK UNIFIED IDEOGRAPH-27140",
    },
    Character {
        age: "3.1",
        codepoint: 0x27141,
        name: "CJK UNIFIED IDEOGRAPH-27141",
    },
    Character {
        age: "3.1",
        codepoint: 0x27142,
        name: "CJK UNIFIED IDEOGRAPH-27142",
    },
    Character {
        age: "3.1",
        codepoint: 0x27143,
        name: "CJK UNIFIED IDEOGRAPH-27143",
    },
    Character {
        age: "3.1",
        codepoint: 0x27144,
        name: "CJK UNIFIED IDEOGRAPH-27144",
    },
    Character {
        age: "3.1",
        codepoint: 0x27145,
        name: "CJK UNIFIED IDEOGRAPH-27145",
    },
    Character {
        age: "3.1",
        codepoint: 0x27146,
        name: "CJK UNIFIED IDEOGRAPH-27146",
    },
    Character {
        age: "3.1",
        codepoint: 0x27147,
        name: "CJK UNIFIED IDEOGRAPH-27147",
    },
    Character {
        age: "3.1",
        codepoint: 0x27148,
        name: "CJK UNIFIED IDEOGRAPH-27148",
    },
    Character {
        age: "3.1",
        codepoint: 0x27149,
        name: "CJK UNIFIED IDEOGRAPH-27149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2714A,
        name: "CJK UNIFIED IDEOGRAPH-2714A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2714B,
        name: "CJK UNIFIED IDEOGRAPH-2714B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2714C,
        name: "CJK UNIFIED IDEOGRAPH-2714C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2714D,
        name: "CJK UNIFIED IDEOGRAPH-2714D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2714E,
        name: "CJK UNIFIED IDEOGRAPH-2714E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2714F,
        name: "CJK UNIFIED IDEOGRAPH-2714F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27150,
        name: "CJK UNIFIED IDEOGRAPH-27150",
    },
    Character {
        age: "3.1",
        codepoint: 0x27151,
        name: "CJK UNIFIED IDEOGRAPH-27151",
    },
    Character {
        age: "3.1",
        codepoint: 0x27152,
        name: "CJK UNIFIED IDEOGRAPH-27152",
    },
    Character {
        age: "3.1",
        codepoint: 0x27153,
        name: "CJK UNIFIED IDEOGRAPH-27153",
    },
    Character {
        age: "3.1",
        codepoint: 0x27154,
        name: "CJK UNIFIED IDEOGRAPH-27154",
    },
    Character {
        age: "3.1",
        codepoint: 0x27155,
        name: "CJK UNIFIED IDEOGRAPH-27155",
    },
    Character {
        age: "3.1",
        codepoint: 0x27156,
        name: "CJK UNIFIED IDEOGRAPH-27156",
    },
    Character {
        age: "3.1",
        codepoint: 0x27157,
        name: "CJK UNIFIED IDEOGRAPH-27157",
    },
    Character {
        age: "3.1",
        codepoint: 0x27158,
        name: "CJK UNIFIED IDEOGRAPH-27158",
    },
    Character {
        age: "3.1",
        codepoint: 0x27159,
        name: "CJK UNIFIED IDEOGRAPH-27159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2715A,
        name: "CJK UNIFIED IDEOGRAPH-2715A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2715B,
        name: "CJK UNIFIED IDEOGRAPH-2715B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2715C,
        name: "CJK UNIFIED IDEOGRAPH-2715C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2715D,
        name: "CJK UNIFIED IDEOGRAPH-2715D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2715E,
        name: "CJK UNIFIED IDEOGRAPH-2715E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2715F,
        name: "CJK UNIFIED IDEOGRAPH-2715F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27160,
        name: "CJK UNIFIED IDEOGRAPH-27160",
    },
    Character {
        age: "3.1",
        codepoint: 0x27161,
        name: "CJK UNIFIED IDEOGRAPH-27161",
    },
    Character {
        age: "3.1",
        codepoint: 0x27162,
        name: "CJK UNIFIED IDEOGRAPH-27162",
    },
    Character {
        age: "3.1",
        codepoint: 0x27163,
        name: "CJK UNIFIED IDEOGRAPH-27163",
    },
    Character {
        age: "3.1",
        codepoint: 0x27164,
        name: "CJK UNIFIED IDEOGRAPH-27164",
    },
    Character {
        age: "3.1",
        codepoint: 0x27165,
        name: "CJK UNIFIED IDEOGRAPH-27165",
    },
    Character {
        age: "3.1",
        codepoint: 0x27166,
        name: "CJK UNIFIED IDEOGRAPH-27166",
    },
    Character {
        age: "3.1",
        codepoint: 0x27167,
        name: "CJK UNIFIED IDEOGRAPH-27167",
    },
    Character {
        age: "3.1",
        codepoint: 0x27168,
        name: "CJK UNIFIED IDEOGRAPH-27168",
    },
    Character {
        age: "3.1",
        codepoint: 0x27169,
        name: "CJK UNIFIED IDEOGRAPH-27169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2716A,
        name: "CJK UNIFIED IDEOGRAPH-2716A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2716B,
        name: "CJK UNIFIED IDEOGRAPH-2716B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2716C,
        name: "CJK UNIFIED IDEOGRAPH-2716C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2716D,
        name: "CJK UNIFIED IDEOGRAPH-2716D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2716E,
        name: "CJK UNIFIED IDEOGRAPH-2716E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2716F,
        name: "CJK UNIFIED IDEOGRAPH-2716F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27170,
        name: "CJK UNIFIED IDEOGRAPH-27170",
    },
    Character {
        age: "3.1",
        codepoint: 0x27171,
        name: "CJK UNIFIED IDEOGRAPH-27171",
    },
    Character {
        age: "3.1",
        codepoint: 0x27172,
        name: "CJK UNIFIED IDEOGRAPH-27172",
    },
    Character {
        age: "3.1",
        codepoint: 0x27173,
        name: "CJK UNIFIED IDEOGRAPH-27173",
    },
    Character {
        age: "3.1",
        codepoint: 0x27174,
        name: "CJK UNIFIED IDEOGRAPH-27174",
    },
    Character {
        age: "3.1",
        codepoint: 0x27175,
        name: "CJK UNIFIED IDEOGRAPH-27175",
    },
    Character {
        age: "3.1",
        codepoint: 0x27176,
        name: "CJK UNIFIED IDEOGRAPH-27176",
    },
    Character {
        age: "3.1",
        codepoint: 0x27177,
        name: "CJK UNIFIED IDEOGRAPH-27177",
    },
    Character {
        age: "3.1",
        codepoint: 0x27178,
        name: "CJK UNIFIED IDEOGRAPH-27178",
    },
    Character {
        age: "3.1",
        codepoint: 0x27179,
        name: "CJK UNIFIED IDEOGRAPH-27179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2717A,
        name: "CJK UNIFIED IDEOGRAPH-2717A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2717B,
        name: "CJK UNIFIED IDEOGRAPH-2717B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2717C,
        name: "CJK UNIFIED IDEOGRAPH-2717C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2717D,
        name: "CJK UNIFIED IDEOGRAPH-2717D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2717E,
        name: "CJK UNIFIED IDEOGRAPH-2717E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2717F,
        name: "CJK UNIFIED IDEOGRAPH-2717F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27180,
        name: "CJK UNIFIED IDEOGRAPH-27180",
    },
    Character {
        age: "3.1",
        codepoint: 0x27181,
        name: "CJK UNIFIED IDEOGRAPH-27181",
    },
    Character {
        age: "3.1",
        codepoint: 0x27182,
        name: "CJK UNIFIED IDEOGRAPH-27182",
    },
    Character {
        age: "3.1",
        codepoint: 0x27183,
        name: "CJK UNIFIED IDEOGRAPH-27183",
    },
    Character {
        age: "3.1",
        codepoint: 0x27184,
        name: "CJK UNIFIED IDEOGRAPH-27184",
    },
    Character {
        age: "3.1",
        codepoint: 0x27185,
        name: "CJK UNIFIED IDEOGRAPH-27185",
    },
    Character {
        age: "3.1",
        codepoint: 0x27186,
        name: "CJK UNIFIED IDEOGRAPH-27186",
    },
    Character {
        age: "3.1",
        codepoint: 0x27187,
        name: "CJK UNIFIED IDEOGRAPH-27187",
    },
    Character {
        age: "3.1",
        codepoint: 0x27188,
        name: "CJK UNIFIED IDEOGRAPH-27188",
    },
    Character {
        age: "3.1",
        codepoint: 0x27189,
        name: "CJK UNIFIED IDEOGRAPH-27189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2718A,
        name: "CJK UNIFIED IDEOGRAPH-2718A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2718B,
        name: "CJK UNIFIED IDEOGRAPH-2718B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2718C,
        name: "CJK UNIFIED IDEOGRAPH-2718C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2718D,
        name: "CJK UNIFIED IDEOGRAPH-2718D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2718E,
        name: "CJK UNIFIED IDEOGRAPH-2718E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2718F,
        name: "CJK UNIFIED IDEOGRAPH-2718F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27190,
        name: "CJK UNIFIED IDEOGRAPH-27190",
    },
    Character {
        age: "3.1",
        codepoint: 0x27191,
        name: "CJK UNIFIED IDEOGRAPH-27191",
    },
    Character {
        age: "3.1",
        codepoint: 0x27192,
        name: "CJK UNIFIED IDEOGRAPH-27192",
    },
    Character {
        age: "3.1",
        codepoint: 0x27193,
        name: "CJK UNIFIED IDEOGRAPH-27193",
    },
    Character {
        age: "3.1",
        codepoint: 0x27194,
        name: "CJK UNIFIED IDEOGRAPH-27194",
    },
    Character {
        age: "3.1",
        codepoint: 0x27195,
        name: "CJK UNIFIED IDEOGRAPH-27195",
    },
    Character {
        age: "3.1",
        codepoint: 0x27196,
        name: "CJK UNIFIED IDEOGRAPH-27196",
    },
    Character {
        age: "3.1",
        codepoint: 0x27197,
        name: "CJK UNIFIED IDEOGRAPH-27197",
    },
    Character {
        age: "3.1",
        codepoint: 0x27198,
        name: "CJK UNIFIED IDEOGRAPH-27198",
    },
    Character {
        age: "3.1",
        codepoint: 0x27199,
        name: "CJK UNIFIED IDEOGRAPH-27199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2719A,
        name: "CJK UNIFIED IDEOGRAPH-2719A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2719B,
        name: "CJK UNIFIED IDEOGRAPH-2719B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2719C,
        name: "CJK UNIFIED IDEOGRAPH-2719C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2719D,
        name: "CJK UNIFIED IDEOGRAPH-2719D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2719E,
        name: "CJK UNIFIED IDEOGRAPH-2719E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2719F,
        name: "CJK UNIFIED IDEOGRAPH-2719F",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A0,
        name: "CJK UNIFIED IDEOGRAPH-271A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A1,
        name: "CJK UNIFIED IDEOGRAPH-271A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A2,
        name: "CJK UNIFIED IDEOGRAPH-271A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A3,
        name: "CJK UNIFIED IDEOGRAPH-271A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A4,
        name: "CJK UNIFIED IDEOGRAPH-271A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A5,
        name: "CJK UNIFIED IDEOGRAPH-271A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A6,
        name: "CJK UNIFIED IDEOGRAPH-271A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A7,
        name: "CJK UNIFIED IDEOGRAPH-271A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A8,
        name: "CJK UNIFIED IDEOGRAPH-271A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x271A9,
        name: "CJK UNIFIED IDEOGRAPH-271A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x271AA,
        name: "CJK UNIFIED IDEOGRAPH-271AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x271AB,
        name: "CJK UNIFIED IDEOGRAPH-271AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x271AC,
        name: "CJK UNIFIED IDEOGRAPH-271AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x271AD,
        name: "CJK UNIFIED IDEOGRAPH-271AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x271AE,
        name: "CJK UNIFIED IDEOGRAPH-271AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x271AF,
        name: "CJK UNIFIED IDEOGRAPH-271AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B0,
        name: "CJK UNIFIED IDEOGRAPH-271B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B1,
        name: "CJK UNIFIED IDEOGRAPH-271B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B2,
        name: "CJK UNIFIED IDEOGRAPH-271B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B3,
        name: "CJK UNIFIED IDEOGRAPH-271B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B4,
        name: "CJK UNIFIED IDEOGRAPH-271B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B5,
        name: "CJK UNIFIED IDEOGRAPH-271B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B6,
        name: "CJK UNIFIED IDEOGRAPH-271B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B7,
        name: "CJK UNIFIED IDEOGRAPH-271B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B8,
        name: "CJK UNIFIED IDEOGRAPH-271B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x271B9,
        name: "CJK UNIFIED IDEOGRAPH-271B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x271BA,
        name: "CJK UNIFIED IDEOGRAPH-271BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x271BB,
        name: "CJK UNIFIED IDEOGRAPH-271BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x271BC,
        name: "CJK UNIFIED IDEOGRAPH-271BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x271BD,
        name: "CJK UNIFIED IDEOGRAPH-271BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x271BE,
        name: "CJK UNIFIED IDEOGRAPH-271BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x271BF,
        name: "CJK UNIFIED IDEOGRAPH-271BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C0,
        name: "CJK UNIFIED IDEOGRAPH-271C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C1,
        name: "CJK UNIFIED IDEOGRAPH-271C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C2,
        name: "CJK UNIFIED IDEOGRAPH-271C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C3,
        name: "CJK UNIFIED IDEOGRAPH-271C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C4,
        name: "CJK UNIFIED IDEOGRAPH-271C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C5,
        name: "CJK UNIFIED IDEOGRAPH-271C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C6,
        name: "CJK UNIFIED IDEOGRAPH-271C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C7,
        name: "CJK UNIFIED IDEOGRAPH-271C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C8,
        name: "CJK UNIFIED IDEOGRAPH-271C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x271C9,
        name: "CJK UNIFIED IDEOGRAPH-271C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x271CA,
        name: "CJK UNIFIED IDEOGRAPH-271CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x271CB,
        name: "CJK UNIFIED IDEOGRAPH-271CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x271CC,
        name: "CJK UNIFIED IDEOGRAPH-271CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x271CD,
        name: "CJK UNIFIED IDEOGRAPH-271CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x271CE,
        name: "CJK UNIFIED IDEOGRAPH-271CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x271CF,
        name: "CJK UNIFIED IDEOGRAPH-271CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D0,
        name: "CJK UNIFIED IDEOGRAPH-271D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D1,
        name: "CJK UNIFIED IDEOGRAPH-271D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D2,
        name: "CJK UNIFIED IDEOGRAPH-271D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D3,
        name: "CJK UNIFIED IDEOGRAPH-271D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D4,
        name: "CJK UNIFIED IDEOGRAPH-271D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D5,
        name: "CJK UNIFIED IDEOGRAPH-271D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D6,
        name: "CJK UNIFIED IDEOGRAPH-271D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D7,
        name: "CJK UNIFIED IDEOGRAPH-271D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D8,
        name: "CJK UNIFIED IDEOGRAPH-271D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x271D9,
        name: "CJK UNIFIED IDEOGRAPH-271D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x271DA,
        name: "CJK UNIFIED IDEOGRAPH-271DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x271DB,
        name: "CJK UNIFIED IDEOGRAPH-271DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x271DC,
        name: "CJK UNIFIED IDEOGRAPH-271DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x271DD,
        name: "CJK UNIFIED IDEOGRAPH-271DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x271DE,
        name: "CJK UNIFIED IDEOGRAPH-271DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x271DF,
        name: "CJK UNIFIED IDEOGRAPH-271DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E0,
        name: "CJK UNIFIED IDEOGRAPH-271E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E1,
        name: "CJK UNIFIED IDEOGRAPH-271E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E2,
        name: "CJK UNIFIED IDEOGRAPH-271E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E3,
        name: "CJK UNIFIED IDEOGRAPH-271E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E4,
        name: "CJK UNIFIED IDEOGRAPH-271E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E5,
        name: "CJK UNIFIED IDEOGRAPH-271E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E6,
        name: "CJK UNIFIED IDEOGRAPH-271E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E7,
        name: "CJK UNIFIED IDEOGRAPH-271E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E8,
        name: "CJK UNIFIED IDEOGRAPH-271E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x271E9,
        name: "CJK UNIFIED IDEOGRAPH-271E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x271EA,
        name: "CJK UNIFIED IDEOGRAPH-271EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x271EB,
        name: "CJK UNIFIED IDEOGRAPH-271EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x271EC,
        name: "CJK UNIFIED IDEOGRAPH-271EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x271ED,
        name: "CJK UNIFIED IDEOGRAPH-271ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x271EE,
        name: "CJK UNIFIED IDEOGRAPH-271EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x271EF,
        name: "CJK UNIFIED IDEOGRAPH-271EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F0,
        name: "CJK UNIFIED IDEOGRAPH-271F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F1,
        name: "CJK UNIFIED IDEOGRAPH-271F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F2,
        name: "CJK UNIFIED IDEOGRAPH-271F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F3,
        name: "CJK UNIFIED IDEOGRAPH-271F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F4,
        name: "CJK UNIFIED IDEOGRAPH-271F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F5,
        name: "CJK UNIFIED IDEOGRAPH-271F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F6,
        name: "CJK UNIFIED IDEOGRAPH-271F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F7,
        name: "CJK UNIFIED IDEOGRAPH-271F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F8,
        name: "CJK UNIFIED IDEOGRAPH-271F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x271F9,
        name: "CJK UNIFIED IDEOGRAPH-271F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x271FA,
        name: "CJK UNIFIED IDEOGRAPH-271FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x271FB,
        name: "CJK UNIFIED IDEOGRAPH-271FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x271FC,
        name: "CJK UNIFIED IDEOGRAPH-271FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x271FD,
        name: "CJK UNIFIED IDEOGRAPH-271FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x271FE,
        name: "CJK UNIFIED IDEOGRAPH-271FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x271FF,
        name: "CJK UNIFIED IDEOGRAPH-271FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27200,
        name: "CJK UNIFIED IDEOGRAPH-27200",
    },
    Character {
        age: "3.1",
        codepoint: 0x27201,
        name: "CJK UNIFIED IDEOGRAPH-27201",
    },
    Character {
        age: "3.1",
        codepoint: 0x27202,
        name: "CJK UNIFIED IDEOGRAPH-27202",
    },
    Character {
        age: "3.1",
        codepoint: 0x27203,
        name: "CJK UNIFIED IDEOGRAPH-27203",
    },
    Character {
        age: "3.1",
        codepoint: 0x27204,
        name: "CJK UNIFIED IDEOGRAPH-27204",
    },
    Character {
        age: "3.1",
        codepoint: 0x27205,
        name: "CJK UNIFIED IDEOGRAPH-27205",
    },
    Character {
        age: "3.1",
        codepoint: 0x27206,
        name: "CJK UNIFIED IDEOGRAPH-27206",
    },
    Character {
        age: "3.1",
        codepoint: 0x27207,
        name: "CJK UNIFIED IDEOGRAPH-27207",
    },
    Character {
        age: "3.1",
        codepoint: 0x27208,
        name: "CJK UNIFIED IDEOGRAPH-27208",
    },
    Character {
        age: "3.1",
        codepoint: 0x27209,
        name: "CJK UNIFIED IDEOGRAPH-27209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2720A,
        name: "CJK UNIFIED IDEOGRAPH-2720A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2720B,
        name: "CJK UNIFIED IDEOGRAPH-2720B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2720C,
        name: "CJK UNIFIED IDEOGRAPH-2720C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2720D,
        name: "CJK UNIFIED IDEOGRAPH-2720D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2720E,
        name: "CJK UNIFIED IDEOGRAPH-2720E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2720F,
        name: "CJK UNIFIED IDEOGRAPH-2720F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27210,
        name: "CJK UNIFIED IDEOGRAPH-27210",
    },
    Character {
        age: "3.1",
        codepoint: 0x27211,
        name: "CJK UNIFIED IDEOGRAPH-27211",
    },
    Character {
        age: "3.1",
        codepoint: 0x27212,
        name: "CJK UNIFIED IDEOGRAPH-27212",
    },
    Character {
        age: "3.1",
        codepoint: 0x27213,
        name: "CJK UNIFIED IDEOGRAPH-27213",
    },
    Character {
        age: "3.1",
        codepoint: 0x27214,
        name: "CJK UNIFIED IDEOGRAPH-27214",
    },
    Character {
        age: "3.1",
        codepoint: 0x27215,
        name: "CJK UNIFIED IDEOGRAPH-27215",
    },
    Character {
        age: "3.1",
        codepoint: 0x27216,
        name: "CJK UNIFIED IDEOGRAPH-27216",
    },
    Character {
        age: "3.1",
        codepoint: 0x27217,
        name: "CJK UNIFIED IDEOGRAPH-27217",
    },
    Character {
        age: "3.1",
        codepoint: 0x27218,
        name: "CJK UNIFIED IDEOGRAPH-27218",
    },
    Character {
        age: "3.1",
        codepoint: 0x27219,
        name: "CJK UNIFIED IDEOGRAPH-27219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2721A,
        name: "CJK UNIFIED IDEOGRAPH-2721A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2721B,
        name: "CJK UNIFIED IDEOGRAPH-2721B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2721C,
        name: "CJK UNIFIED IDEOGRAPH-2721C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2721D,
        name: "CJK UNIFIED IDEOGRAPH-2721D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2721E,
        name: "CJK UNIFIED IDEOGRAPH-2721E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2721F,
        name: "CJK UNIFIED IDEOGRAPH-2721F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27220,
        name: "CJK UNIFIED IDEOGRAPH-27220",
    },
    Character {
        age: "3.1",
        codepoint: 0x27221,
        name: "CJK UNIFIED IDEOGRAPH-27221",
    },
    Character {
        age: "3.1",
        codepoint: 0x27222,
        name: "CJK UNIFIED IDEOGRAPH-27222",
    },
    Character {
        age: "3.1",
        codepoint: 0x27223,
        name: "CJK UNIFIED IDEOGRAPH-27223",
    },
    Character {
        age: "3.1",
        codepoint: 0x27224,
        name: "CJK UNIFIED IDEOGRAPH-27224",
    },
    Character {
        age: "3.1",
        codepoint: 0x27225,
        name: "CJK UNIFIED IDEOGRAPH-27225",
    },
    Character {
        age: "3.1",
        codepoint: 0x27226,
        name: "CJK UNIFIED IDEOGRAPH-27226",
    },
    Character {
        age: "3.1",
        codepoint: 0x27227,
        name: "CJK UNIFIED IDEOGRAPH-27227",
    },
    Character {
        age: "3.1",
        codepoint: 0x27228,
        name: "CJK UNIFIED IDEOGRAPH-27228",
    },
    Character {
        age: "3.1",
        codepoint: 0x27229,
        name: "CJK UNIFIED IDEOGRAPH-27229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2722A,
        name: "CJK UNIFIED IDEOGRAPH-2722A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2722B,
        name: "CJK UNIFIED IDEOGRAPH-2722B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2722C,
        name: "CJK UNIFIED IDEOGRAPH-2722C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2722D,
        name: "CJK UNIFIED IDEOGRAPH-2722D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2722E,
        name: "CJK UNIFIED IDEOGRAPH-2722E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2722F,
        name: "CJK UNIFIED IDEOGRAPH-2722F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27230,
        name: "CJK UNIFIED IDEOGRAPH-27230",
    },
    Character {
        age: "3.1",
        codepoint: 0x27231,
        name: "CJK UNIFIED IDEOGRAPH-27231",
    },
    Character {
        age: "3.1",
        codepoint: 0x27232,
        name: "CJK UNIFIED IDEOGRAPH-27232",
    },
    Character {
        age: "3.1",
        codepoint: 0x27233,
        name: "CJK UNIFIED IDEOGRAPH-27233",
    },
    Character {
        age: "3.1",
        codepoint: 0x27234,
        name: "CJK UNIFIED IDEOGRAPH-27234",
    },
    Character {
        age: "3.1",
        codepoint: 0x27235,
        name: "CJK UNIFIED IDEOGRAPH-27235",
    },
    Character {
        age: "3.1",
        codepoint: 0x27236,
        name: "CJK UNIFIED IDEOGRAPH-27236",
    },
    Character {
        age: "3.1",
        codepoint: 0x27237,
        name: "CJK UNIFIED IDEOGRAPH-27237",
    },
    Character {
        age: "3.1",
        codepoint: 0x27238,
        name: "CJK UNIFIED IDEOGRAPH-27238",
    },
    Character {
        age: "3.1",
        codepoint: 0x27239,
        name: "CJK UNIFIED IDEOGRAPH-27239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2723A,
        name: "CJK UNIFIED IDEOGRAPH-2723A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2723B,
        name: "CJK UNIFIED IDEOGRAPH-2723B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2723C,
        name: "CJK UNIFIED IDEOGRAPH-2723C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2723D,
        name: "CJK UNIFIED IDEOGRAPH-2723D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2723E,
        name: "CJK UNIFIED IDEOGRAPH-2723E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2723F,
        name: "CJK UNIFIED IDEOGRAPH-2723F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27240,
        name: "CJK UNIFIED IDEOGRAPH-27240",
    },
    Character {
        age: "3.1",
        codepoint: 0x27241,
        name: "CJK UNIFIED IDEOGRAPH-27241",
    },
    Character {
        age: "3.1",
        codepoint: 0x27242,
        name: "CJK UNIFIED IDEOGRAPH-27242",
    },
    Character {
        age: "3.1",
        codepoint: 0x27243,
        name: "CJK UNIFIED IDEOGRAPH-27243",
    },
    Character {
        age: "3.1",
        codepoint: 0x27244,
        name: "CJK UNIFIED IDEOGRAPH-27244",
    },
    Character {
        age: "3.1",
        codepoint: 0x27245,
        name: "CJK UNIFIED IDEOGRAPH-27245",
    },
    Character {
        age: "3.1",
        codepoint: 0x27246,
        name: "CJK UNIFIED IDEOGRAPH-27246",
    },
    Character {
        age: "3.1",
        codepoint: 0x27247,
        name: "CJK UNIFIED IDEOGRAPH-27247",
    },
    Character {
        age: "3.1",
        codepoint: 0x27248,
        name: "CJK UNIFIED IDEOGRAPH-27248",
    },
    Character {
        age: "3.1",
        codepoint: 0x27249,
        name: "CJK UNIFIED IDEOGRAPH-27249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2724A,
        name: "CJK UNIFIED IDEOGRAPH-2724A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2724B,
        name: "CJK UNIFIED IDEOGRAPH-2724B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2724C,
        name: "CJK UNIFIED IDEOGRAPH-2724C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2724D,
        name: "CJK UNIFIED IDEOGRAPH-2724D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2724E,
        name: "CJK UNIFIED IDEOGRAPH-2724E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2724F,
        name: "CJK UNIFIED IDEOGRAPH-2724F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27250,
        name: "CJK UNIFIED IDEOGRAPH-27250",
    },
    Character {
        age: "3.1",
        codepoint: 0x27251,
        name: "CJK UNIFIED IDEOGRAPH-27251",
    },
    Character {
        age: "3.1",
        codepoint: 0x27252,
        name: "CJK UNIFIED IDEOGRAPH-27252",
    },
    Character {
        age: "3.1",
        codepoint: 0x27253,
        name: "CJK UNIFIED IDEOGRAPH-27253",
    },
    Character {
        age: "3.1",
        codepoint: 0x27254,
        name: "CJK UNIFIED IDEOGRAPH-27254",
    },
    Character {
        age: "3.1",
        codepoint: 0x27255,
        name: "CJK UNIFIED IDEOGRAPH-27255",
    },
    Character {
        age: "3.1",
        codepoint: 0x27256,
        name: "CJK UNIFIED IDEOGRAPH-27256",
    },
    Character {
        age: "3.1",
        codepoint: 0x27257,
        name: "CJK UNIFIED IDEOGRAPH-27257",
    },
    Character {
        age: "3.1",
        codepoint: 0x27258,
        name: "CJK UNIFIED IDEOGRAPH-27258",
    },
    Character {
        age: "3.1",
        codepoint: 0x27259,
        name: "CJK UNIFIED IDEOGRAPH-27259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2725A,
        name: "CJK UNIFIED IDEOGRAPH-2725A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2725B,
        name: "CJK UNIFIED IDEOGRAPH-2725B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2725C,
        name: "CJK UNIFIED IDEOGRAPH-2725C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2725D,
        name: "CJK UNIFIED IDEOGRAPH-2725D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2725E,
        name: "CJK UNIFIED IDEOGRAPH-2725E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2725F,
        name: "CJK UNIFIED IDEOGRAPH-2725F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27260,
        name: "CJK UNIFIED IDEOGRAPH-27260",
    },
    Character {
        age: "3.1",
        codepoint: 0x27261,
        name: "CJK UNIFIED IDEOGRAPH-27261",
    },
    Character {
        age: "3.1",
        codepoint: 0x27262,
        name: "CJK UNIFIED IDEOGRAPH-27262",
    },
    Character {
        age: "3.1",
        codepoint: 0x27263,
        name: "CJK UNIFIED IDEOGRAPH-27263",
    },
    Character {
        age: "3.1",
        codepoint: 0x27264,
        name: "CJK UNIFIED IDEOGRAPH-27264",
    },
    Character {
        age: "3.1",
        codepoint: 0x27265,
        name: "CJK UNIFIED IDEOGRAPH-27265",
    },
    Character {
        age: "3.1",
        codepoint: 0x27266,
        name: "CJK UNIFIED IDEOGRAPH-27266",
    },
    Character {
        age: "3.1",
        codepoint: 0x27267,
        name: "CJK UNIFIED IDEOGRAPH-27267",
    },
    Character {
        age: "3.1",
        codepoint: 0x27268,
        name: "CJK UNIFIED IDEOGRAPH-27268",
    },
    Character {
        age: "3.1",
        codepoint: 0x27269,
        name: "CJK UNIFIED IDEOGRAPH-27269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2726A,
        name: "CJK UNIFIED IDEOGRAPH-2726A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2726B,
        name: "CJK UNIFIED IDEOGRAPH-2726B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2726C,
        name: "CJK UNIFIED IDEOGRAPH-2726C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2726D,
        name: "CJK UNIFIED IDEOGRAPH-2726D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2726E,
        name: "CJK UNIFIED IDEOGRAPH-2726E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2726F,
        name: "CJK UNIFIED IDEOGRAPH-2726F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27270,
        name: "CJK UNIFIED IDEOGRAPH-27270",
    },
    Character {
        age: "3.1",
        codepoint: 0x27271,
        name: "CJK UNIFIED IDEOGRAPH-27271",
    },
    Character {
        age: "3.1",
        codepoint: 0x27272,
        name: "CJK UNIFIED IDEOGRAPH-27272",
    },
    Character {
        age: "3.1",
        codepoint: 0x27273,
        name: "CJK UNIFIED IDEOGRAPH-27273",
    },
    Character {
        age: "3.1",
        codepoint: 0x27274,
        name: "CJK UNIFIED IDEOGRAPH-27274",
    },
    Character {
        age: "3.1",
        codepoint: 0x27275,
        name: "CJK UNIFIED IDEOGRAPH-27275",
    },
    Character {
        age: "3.1",
        codepoint: 0x27276,
        name: "CJK UNIFIED IDEOGRAPH-27276",
    },
    Character {
        age: "3.1",
        codepoint: 0x27277,
        name: "CJK UNIFIED IDEOGRAPH-27277",
    },
    Character {
        age: "3.1",
        codepoint: 0x27278,
        name: "CJK UNIFIED IDEOGRAPH-27278",
    },
    Character {
        age: "3.1",
        codepoint: 0x27279,
        name: "CJK UNIFIED IDEOGRAPH-27279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2727A,
        name: "CJK UNIFIED IDEOGRAPH-2727A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2727B,
        name: "CJK UNIFIED IDEOGRAPH-2727B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2727C,
        name: "CJK UNIFIED IDEOGRAPH-2727C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2727D,
        name: "CJK UNIFIED IDEOGRAPH-2727D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2727E,
        name: "CJK UNIFIED IDEOGRAPH-2727E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2727F,
        name: "CJK UNIFIED IDEOGRAPH-2727F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27280,
        name: "CJK UNIFIED IDEOGRAPH-27280",
    },
    Character {
        age: "3.1",
        codepoint: 0x27281,
        name: "CJK UNIFIED IDEOGRAPH-27281",
    },
    Character {
        age: "3.1",
        codepoint: 0x27282,
        name: "CJK UNIFIED IDEOGRAPH-27282",
    },
    Character {
        age: "3.1",
        codepoint: 0x27283,
        name: "CJK UNIFIED IDEOGRAPH-27283",
    },
    Character {
        age: "3.1",
        codepoint: 0x27284,
        name: "CJK UNIFIED IDEOGRAPH-27284",
    },
    Character {
        age: "3.1",
        codepoint: 0x27285,
        name: "CJK UNIFIED IDEOGRAPH-27285",
    },
    Character {
        age: "3.1",
        codepoint: 0x27286,
        name: "CJK UNIFIED IDEOGRAPH-27286",
    },
    Character {
        age: "3.1",
        codepoint: 0x27287,
        name: "CJK UNIFIED IDEOGRAPH-27287",
    },
    Character {
        age: "3.1",
        codepoint: 0x27288,
        name: "CJK UNIFIED IDEOGRAPH-27288",
    },
    Character {
        age: "3.1",
        codepoint: 0x27289,
        name: "CJK UNIFIED IDEOGRAPH-27289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2728A,
        name: "CJK UNIFIED IDEOGRAPH-2728A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2728B,
        name: "CJK UNIFIED IDEOGRAPH-2728B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2728C,
        name: "CJK UNIFIED IDEOGRAPH-2728C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2728D,
        name: "CJK UNIFIED IDEOGRAPH-2728D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2728E,
        name: "CJK UNIFIED IDEOGRAPH-2728E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2728F,
        name: "CJK UNIFIED IDEOGRAPH-2728F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27290,
        name: "CJK UNIFIED IDEOGRAPH-27290",
    },
    Character {
        age: "3.1",
        codepoint: 0x27291,
        name: "CJK UNIFIED IDEOGRAPH-27291",
    },
    Character {
        age: "3.1",
        codepoint: 0x27292,
        name: "CJK UNIFIED IDEOGRAPH-27292",
    },
    Character {
        age: "3.1",
        codepoint: 0x27293,
        name: "CJK UNIFIED IDEOGRAPH-27293",
    },
    Character {
        age: "3.1",
        codepoint: 0x27294,
        name: "CJK UNIFIED IDEOGRAPH-27294",
    },
    Character {
        age: "3.1",
        codepoint: 0x27295,
        name: "CJK UNIFIED IDEOGRAPH-27295",
    },
    Character {
        age: "3.1",
        codepoint: 0x27296,
        name: "CJK UNIFIED IDEOGRAPH-27296",
    },
    Character {
        age: "3.1",
        codepoint: 0x27297,
        name: "CJK UNIFIED IDEOGRAPH-27297",
    },
    Character {
        age: "3.1",
        codepoint: 0x27298,
        name: "CJK UNIFIED IDEOGRAPH-27298",
    },
    Character {
        age: "3.1",
        codepoint: 0x27299,
        name: "CJK UNIFIED IDEOGRAPH-27299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2729A,
        name: "CJK UNIFIED IDEOGRAPH-2729A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2729B,
        name: "CJK UNIFIED IDEOGRAPH-2729B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2729C,
        name: "CJK UNIFIED IDEOGRAPH-2729C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2729D,
        name: "CJK UNIFIED IDEOGRAPH-2729D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2729E,
        name: "CJK UNIFIED IDEOGRAPH-2729E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2729F,
        name: "CJK UNIFIED IDEOGRAPH-2729F",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A0,
        name: "CJK UNIFIED IDEOGRAPH-272A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A1,
        name: "CJK UNIFIED IDEOGRAPH-272A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A2,
        name: "CJK UNIFIED IDEOGRAPH-272A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A3,
        name: "CJK UNIFIED IDEOGRAPH-272A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A4,
        name: "CJK UNIFIED IDEOGRAPH-272A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A5,
        name: "CJK UNIFIED IDEOGRAPH-272A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A6,
        name: "CJK UNIFIED IDEOGRAPH-272A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A7,
        name: "CJK UNIFIED IDEOGRAPH-272A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A8,
        name: "CJK UNIFIED IDEOGRAPH-272A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x272A9,
        name: "CJK UNIFIED IDEOGRAPH-272A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x272AA,
        name: "CJK UNIFIED IDEOGRAPH-272AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x272AB,
        name: "CJK UNIFIED IDEOGRAPH-272AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x272AC,
        name: "CJK UNIFIED IDEOGRAPH-272AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x272AD,
        name: "CJK UNIFIED IDEOGRAPH-272AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x272AE,
        name: "CJK UNIFIED IDEOGRAPH-272AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x272AF,
        name: "CJK UNIFIED IDEOGRAPH-272AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B0,
        name: "CJK UNIFIED IDEOGRAPH-272B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B1,
        name: "CJK UNIFIED IDEOGRAPH-272B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B2,
        name: "CJK UNIFIED IDEOGRAPH-272B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B3,
        name: "CJK UNIFIED IDEOGRAPH-272B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B4,
        name: "CJK UNIFIED IDEOGRAPH-272B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B5,
        name: "CJK UNIFIED IDEOGRAPH-272B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B6,
        name: "CJK UNIFIED IDEOGRAPH-272B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B7,
        name: "CJK UNIFIED IDEOGRAPH-272B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B8,
        name: "CJK UNIFIED IDEOGRAPH-272B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x272B9,
        name: "CJK UNIFIED IDEOGRAPH-272B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x272BA,
        name: "CJK UNIFIED IDEOGRAPH-272BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x272BB,
        name: "CJK UNIFIED IDEOGRAPH-272BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x272BC,
        name: "CJK UNIFIED IDEOGRAPH-272BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x272BD,
        name: "CJK UNIFIED IDEOGRAPH-272BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x272BE,
        name: "CJK UNIFIED IDEOGRAPH-272BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x272BF,
        name: "CJK UNIFIED IDEOGRAPH-272BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C0,
        name: "CJK UNIFIED IDEOGRAPH-272C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C1,
        name: "CJK UNIFIED IDEOGRAPH-272C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C2,
        name: "CJK UNIFIED IDEOGRAPH-272C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C3,
        name: "CJK UNIFIED IDEOGRAPH-272C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C4,
        name: "CJK UNIFIED IDEOGRAPH-272C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C5,
        name: "CJK UNIFIED IDEOGRAPH-272C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C6,
        name: "CJK UNIFIED IDEOGRAPH-272C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C7,
        name: "CJK UNIFIED IDEOGRAPH-272C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C8,
        name: "CJK UNIFIED IDEOGRAPH-272C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x272C9,
        name: "CJK UNIFIED IDEOGRAPH-272C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x272CA,
        name: "CJK UNIFIED IDEOGRAPH-272CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x272CB,
        name: "CJK UNIFIED IDEOGRAPH-272CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x272CC,
        name: "CJK UNIFIED IDEOGRAPH-272CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x272CD,
        name: "CJK UNIFIED IDEOGRAPH-272CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x272CE,
        name: "CJK UNIFIED IDEOGRAPH-272CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x272CF,
        name: "CJK UNIFIED IDEOGRAPH-272CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D0,
        name: "CJK UNIFIED IDEOGRAPH-272D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D1,
        name: "CJK UNIFIED IDEOGRAPH-272D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D2,
        name: "CJK UNIFIED IDEOGRAPH-272D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D3,
        name: "CJK UNIFIED IDEOGRAPH-272D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D4,
        name: "CJK UNIFIED IDEOGRAPH-272D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D5,
        name: "CJK UNIFIED IDEOGRAPH-272D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D6,
        name: "CJK UNIFIED IDEOGRAPH-272D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D7,
        name: "CJK UNIFIED IDEOGRAPH-272D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D8,
        name: "CJK UNIFIED IDEOGRAPH-272D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x272D9,
        name: "CJK UNIFIED IDEOGRAPH-272D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x272DA,
        name: "CJK UNIFIED IDEOGRAPH-272DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x272DB,
        name: "CJK UNIFIED IDEOGRAPH-272DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x272DC,
        name: "CJK UNIFIED IDEOGRAPH-272DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x272DD,
        name: "CJK UNIFIED IDEOGRAPH-272DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x272DE,
        name: "CJK UNIFIED IDEOGRAPH-272DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x272DF,
        name: "CJK UNIFIED IDEOGRAPH-272DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E0,
        name: "CJK UNIFIED IDEOGRAPH-272E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E1,
        name: "CJK UNIFIED IDEOGRAPH-272E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E2,
        name: "CJK UNIFIED IDEOGRAPH-272E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E3,
        name: "CJK UNIFIED IDEOGRAPH-272E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E4,
        name: "CJK UNIFIED IDEOGRAPH-272E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E5,
        name: "CJK UNIFIED IDEOGRAPH-272E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E6,
        name: "CJK UNIFIED IDEOGRAPH-272E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E7,
        name: "CJK UNIFIED IDEOGRAPH-272E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E8,
        name: "CJK UNIFIED IDEOGRAPH-272E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x272E9,
        name: "CJK UNIFIED IDEOGRAPH-272E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x272EA,
        name: "CJK UNIFIED IDEOGRAPH-272EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x272EB,
        name: "CJK UNIFIED IDEOGRAPH-272EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x272EC,
        name: "CJK UNIFIED IDEOGRAPH-272EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x272ED,
        name: "CJK UNIFIED IDEOGRAPH-272ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x272EE,
        name: "CJK UNIFIED IDEOGRAPH-272EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x272EF,
        name: "CJK UNIFIED IDEOGRAPH-272EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F0,
        name: "CJK UNIFIED IDEOGRAPH-272F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F1,
        name: "CJK UNIFIED IDEOGRAPH-272F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F2,
        name: "CJK UNIFIED IDEOGRAPH-272F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F3,
        name: "CJK UNIFIED IDEOGRAPH-272F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F4,
        name: "CJK UNIFIED IDEOGRAPH-272F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F5,
        name: "CJK UNIFIED IDEOGRAPH-272F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F6,
        name: "CJK UNIFIED IDEOGRAPH-272F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F7,
        name: "CJK UNIFIED IDEOGRAPH-272F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F8,
        name: "CJK UNIFIED IDEOGRAPH-272F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x272F9,
        name: "CJK UNIFIED IDEOGRAPH-272F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x272FA,
        name: "CJK UNIFIED IDEOGRAPH-272FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x272FB,
        name: "CJK UNIFIED IDEOGRAPH-272FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x272FC,
        name: "CJK UNIFIED IDEOGRAPH-272FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x272FD,
        name: "CJK UNIFIED IDEOGRAPH-272FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x272FE,
        name: "CJK UNIFIED IDEOGRAPH-272FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x272FF,
        name: "CJK UNIFIED IDEOGRAPH-272FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27300,
        name: "CJK UNIFIED IDEOGRAPH-27300",
    },
    Character {
        age: "3.1",
        codepoint: 0x27301,
        name: "CJK UNIFIED IDEOGRAPH-27301",
    },
    Character {
        age: "3.1",
        codepoint: 0x27302,
        name: "CJK UNIFIED IDEOGRAPH-27302",
    },
    Character {
        age: "3.1",
        codepoint: 0x27303,
        name: "CJK UNIFIED IDEOGRAPH-27303",
    },
    Character {
        age: "3.1",
        codepoint: 0x27304,
        name: "CJK UNIFIED IDEOGRAPH-27304",
    },
    Character {
        age: "3.1",
        codepoint: 0x27305,
        name: "CJK UNIFIED IDEOGRAPH-27305",
    },
    Character {
        age: "3.1",
        codepoint: 0x27306,
        name: "CJK UNIFIED IDEOGRAPH-27306",
    },
    Character {
        age: "3.1",
        codepoint: 0x27307,
        name: "CJK UNIFIED IDEOGRAPH-27307",
    },
    Character {
        age: "3.1",
        codepoint: 0x27308,
        name: "CJK UNIFIED IDEOGRAPH-27308",
    },
    Character {
        age: "3.1",
        codepoint: 0x27309,
        name: "CJK UNIFIED IDEOGRAPH-27309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2730A,
        name: "CJK UNIFIED IDEOGRAPH-2730A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2730B,
        name: "CJK UNIFIED IDEOGRAPH-2730B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2730C,
        name: "CJK UNIFIED IDEOGRAPH-2730C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2730D,
        name: "CJK UNIFIED IDEOGRAPH-2730D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2730E,
        name: "CJK UNIFIED IDEOGRAPH-2730E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2730F,
        name: "CJK UNIFIED IDEOGRAPH-2730F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27310,
        name: "CJK UNIFIED IDEOGRAPH-27310",
    },
    Character {
        age: "3.1",
        codepoint: 0x27311,
        name: "CJK UNIFIED IDEOGRAPH-27311",
    },
    Character {
        age: "3.1",
        codepoint: 0x27312,
        name: "CJK UNIFIED IDEOGRAPH-27312",
    },
    Character {
        age: "3.1",
        codepoint: 0x27313,
        name: "CJK UNIFIED IDEOGRAPH-27313",
    },
    Character {
        age: "3.1",
        codepoint: 0x27314,
        name: "CJK UNIFIED IDEOGRAPH-27314",
    },
    Character {
        age: "3.1",
        codepoint: 0x27315,
        name: "CJK UNIFIED IDEOGRAPH-27315",
    },
    Character {
        age: "3.1",
        codepoint: 0x27316,
        name: "CJK UNIFIED IDEOGRAPH-27316",
    },
    Character {
        age: "3.1",
        codepoint: 0x27317,
        name: "CJK UNIFIED IDEOGRAPH-27317",
    },
    Character {
        age: "3.1",
        codepoint: 0x27318,
        name: "CJK UNIFIED IDEOGRAPH-27318",
    },
    Character {
        age: "3.1",
        codepoint: 0x27319,
        name: "CJK UNIFIED IDEOGRAPH-27319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2731A,
        name: "CJK UNIFIED IDEOGRAPH-2731A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2731B,
        name: "CJK UNIFIED IDEOGRAPH-2731B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2731C,
        name: "CJK UNIFIED IDEOGRAPH-2731C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2731D,
        name: "CJK UNIFIED IDEOGRAPH-2731D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2731E,
        name: "CJK UNIFIED IDEOGRAPH-2731E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2731F,
        name: "CJK UNIFIED IDEOGRAPH-2731F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27320,
        name: "CJK UNIFIED IDEOGRAPH-27320",
    },
    Character {
        age: "3.1",
        codepoint: 0x27321,
        name: "CJK UNIFIED IDEOGRAPH-27321",
    },
    Character {
        age: "3.1",
        codepoint: 0x27322,
        name: "CJK UNIFIED IDEOGRAPH-27322",
    },
    Character {
        age: "3.1",
        codepoint: 0x27323,
        name: "CJK UNIFIED IDEOGRAPH-27323",
    },
    Character {
        age: "3.1",
        codepoint: 0x27324,
        name: "CJK UNIFIED IDEOGRAPH-27324",
    },
    Character {
        age: "3.1",
        codepoint: 0x27325,
        name: "CJK UNIFIED IDEOGRAPH-27325",
    },
    Character {
        age: "3.1",
        codepoint: 0x27326,
        name: "CJK UNIFIED IDEOGRAPH-27326",
    },
    Character {
        age: "3.1",
        codepoint: 0x27327,
        name: "CJK UNIFIED IDEOGRAPH-27327",
    },
    Character {
        age: "3.1",
        codepoint: 0x27328,
        name: "CJK UNIFIED IDEOGRAPH-27328",
    },
    Character {
        age: "3.1",
        codepoint: 0x27329,
        name: "CJK UNIFIED IDEOGRAPH-27329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2732A,
        name: "CJK UNIFIED IDEOGRAPH-2732A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2732B,
        name: "CJK UNIFIED IDEOGRAPH-2732B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2732C,
        name: "CJK UNIFIED IDEOGRAPH-2732C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2732D,
        name: "CJK UNIFIED IDEOGRAPH-2732D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2732E,
        name: "CJK UNIFIED IDEOGRAPH-2732E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2732F,
        name: "CJK UNIFIED IDEOGRAPH-2732F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27330,
        name: "CJK UNIFIED IDEOGRAPH-27330",
    },
    Character {
        age: "3.1",
        codepoint: 0x27331,
        name: "CJK UNIFIED IDEOGRAPH-27331",
    },
    Character {
        age: "3.1",
        codepoint: 0x27332,
        name: "CJK UNIFIED IDEOGRAPH-27332",
    },
    Character {
        age: "3.1",
        codepoint: 0x27333,
        name: "CJK UNIFIED IDEOGRAPH-27333",
    },
    Character {
        age: "3.1",
        codepoint: 0x27334,
        name: "CJK UNIFIED IDEOGRAPH-27334",
    },
    Character {
        age: "3.1",
        codepoint: 0x27335,
        name: "CJK UNIFIED IDEOGRAPH-27335",
    },
    Character {
        age: "3.1",
        codepoint: 0x27336,
        name: "CJK UNIFIED IDEOGRAPH-27336",
    },
    Character {
        age: "3.1",
        codepoint: 0x27337,
        name: "CJK UNIFIED IDEOGRAPH-27337",
    },
    Character {
        age: "3.1",
        codepoint: 0x27338,
        name: "CJK UNIFIED IDEOGRAPH-27338",
    },
    Character {
        age: "3.1",
        codepoint: 0x27339,
        name: "CJK UNIFIED IDEOGRAPH-27339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2733A,
        name: "CJK UNIFIED IDEOGRAPH-2733A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2733B,
        name: "CJK UNIFIED IDEOGRAPH-2733B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2733C,
        name: "CJK UNIFIED IDEOGRAPH-2733C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2733D,
        name: "CJK UNIFIED IDEOGRAPH-2733D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2733E,
        name: "CJK UNIFIED IDEOGRAPH-2733E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2733F,
        name: "CJK UNIFIED IDEOGRAPH-2733F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27340,
        name: "CJK UNIFIED IDEOGRAPH-27340",
    },
    Character {
        age: "3.1",
        codepoint: 0x27341,
        name: "CJK UNIFIED IDEOGRAPH-27341",
    },
    Character {
        age: "3.1",
        codepoint: 0x27342,
        name: "CJK UNIFIED IDEOGRAPH-27342",
    },
    Character {
        age: "3.1",
        codepoint: 0x27343,
        name: "CJK UNIFIED IDEOGRAPH-27343",
    },
    Character {
        age: "3.1",
        codepoint: 0x27344,
        name: "CJK UNIFIED IDEOGRAPH-27344",
    },
    Character {
        age: "3.1",
        codepoint: 0x27345,
        name: "CJK UNIFIED IDEOGRAPH-27345",
    },
    Character {
        age: "3.1",
        codepoint: 0x27346,
        name: "CJK UNIFIED IDEOGRAPH-27346",
    },
    Character {
        age: "3.1",
        codepoint: 0x27347,
        name: "CJK UNIFIED IDEOGRAPH-27347",
    },
    Character {
        age: "3.1",
        codepoint: 0x27348,
        name: "CJK UNIFIED IDEOGRAPH-27348",
    },
    Character {
        age: "3.1",
        codepoint: 0x27349,
        name: "CJK UNIFIED IDEOGRAPH-27349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2734A,
        name: "CJK UNIFIED IDEOGRAPH-2734A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2734B,
        name: "CJK UNIFIED IDEOGRAPH-2734B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2734C,
        name: "CJK UNIFIED IDEOGRAPH-2734C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2734D,
        name: "CJK UNIFIED IDEOGRAPH-2734D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2734E,
        name: "CJK UNIFIED IDEOGRAPH-2734E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2734F,
        name: "CJK UNIFIED IDEOGRAPH-2734F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27350,
        name: "CJK UNIFIED IDEOGRAPH-27350",
    },
    Character {
        age: "3.1",
        codepoint: 0x27351,
        name: "CJK UNIFIED IDEOGRAPH-27351",
    },
    Character {
        age: "3.1",
        codepoint: 0x27352,
        name: "CJK UNIFIED IDEOGRAPH-27352",
    },
    Character {
        age: "3.1",
        codepoint: 0x27353,
        name: "CJK UNIFIED IDEOGRAPH-27353",
    },
    Character {
        age: "3.1",
        codepoint: 0x27354,
        name: "CJK UNIFIED IDEOGRAPH-27354",
    },
    Character {
        age: "3.1",
        codepoint: 0x27355,
        name: "CJK UNIFIED IDEOGRAPH-27355",
    },
    Character {
        age: "3.1",
        codepoint: 0x27356,
        name: "CJK UNIFIED IDEOGRAPH-27356",
    },
    Character {
        age: "3.1",
        codepoint: 0x27357,
        name: "CJK UNIFIED IDEOGRAPH-27357",
    },
    Character {
        age: "3.1",
        codepoint: 0x27358,
        name: "CJK UNIFIED IDEOGRAPH-27358",
    },
    Character {
        age: "3.1",
        codepoint: 0x27359,
        name: "CJK UNIFIED IDEOGRAPH-27359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2735A,
        name: "CJK UNIFIED IDEOGRAPH-2735A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2735B,
        name: "CJK UNIFIED IDEOGRAPH-2735B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2735C,
        name: "CJK UNIFIED IDEOGRAPH-2735C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2735D,
        name: "CJK UNIFIED IDEOGRAPH-2735D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2735E,
        name: "CJK UNIFIED IDEOGRAPH-2735E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2735F,
        name: "CJK UNIFIED IDEOGRAPH-2735F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27360,
        name: "CJK UNIFIED IDEOGRAPH-27360",
    },
    Character {
        age: "3.1",
        codepoint: 0x27361,
        name: "CJK UNIFIED IDEOGRAPH-27361",
    },
    Character {
        age: "3.1",
        codepoint: 0x27362,
        name: "CJK UNIFIED IDEOGRAPH-27362",
    },
    Character {
        age: "3.1",
        codepoint: 0x27363,
        name: "CJK UNIFIED IDEOGRAPH-27363",
    },
    Character {
        age: "3.1",
        codepoint: 0x27364,
        name: "CJK UNIFIED IDEOGRAPH-27364",
    },
    Character {
        age: "3.1",
        codepoint: 0x27365,
        name: "CJK UNIFIED IDEOGRAPH-27365",
    },
    Character {
        age: "3.1",
        codepoint: 0x27366,
        name: "CJK UNIFIED IDEOGRAPH-27366",
    },
    Character {
        age: "3.1",
        codepoint: 0x27367,
        name: "CJK UNIFIED IDEOGRAPH-27367",
    },
    Character {
        age: "3.1",
        codepoint: 0x27368,
        name: "CJK UNIFIED IDEOGRAPH-27368",
    },
    Character {
        age: "3.1",
        codepoint: 0x27369,
        name: "CJK UNIFIED IDEOGRAPH-27369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2736A,
        name: "CJK UNIFIED IDEOGRAPH-2736A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2736B,
        name: "CJK UNIFIED IDEOGRAPH-2736B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2736C,
        name: "CJK UNIFIED IDEOGRAPH-2736C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2736D,
        name: "CJK UNIFIED IDEOGRAPH-2736D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2736E,
        name: "CJK UNIFIED IDEOGRAPH-2736E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2736F,
        name: "CJK UNIFIED IDEOGRAPH-2736F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27370,
        name: "CJK UNIFIED IDEOGRAPH-27370",
    },
    Character {
        age: "3.1",
        codepoint: 0x27371,
        name: "CJK UNIFIED IDEOGRAPH-27371",
    },
    Character {
        age: "3.1",
        codepoint: 0x27372,
        name: "CJK UNIFIED IDEOGRAPH-27372",
    },
    Character {
        age: "3.1",
        codepoint: 0x27373,
        name: "CJK UNIFIED IDEOGRAPH-27373",
    },
    Character {
        age: "3.1",
        codepoint: 0x27374,
        name: "CJK UNIFIED IDEOGRAPH-27374",
    },
    Character {
        age: "3.1",
        codepoint: 0x27375,
        name: "CJK UNIFIED IDEOGRAPH-27375",
    },
    Character {
        age: "3.1",
        codepoint: 0x27376,
        name: "CJK UNIFIED IDEOGRAPH-27376",
    },
    Character {
        age: "3.1",
        codepoint: 0x27377,
        name: "CJK UNIFIED IDEOGRAPH-27377",
    },
    Character {
        age: "3.1",
        codepoint: 0x27378,
        name: "CJK UNIFIED IDEOGRAPH-27378",
    },
    Character {
        age: "3.1",
        codepoint: 0x27379,
        name: "CJK UNIFIED IDEOGRAPH-27379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2737A,
        name: "CJK UNIFIED IDEOGRAPH-2737A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2737B,
        name: "CJK UNIFIED IDEOGRAPH-2737B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2737C,
        name: "CJK UNIFIED IDEOGRAPH-2737C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2737D,
        name: "CJK UNIFIED IDEOGRAPH-2737D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2737E,
        name: "CJK UNIFIED IDEOGRAPH-2737E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2737F,
        name: "CJK UNIFIED IDEOGRAPH-2737F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27380,
        name: "CJK UNIFIED IDEOGRAPH-27380",
    },
    Character {
        age: "3.1",
        codepoint: 0x27381,
        name: "CJK UNIFIED IDEOGRAPH-27381",
    },
    Character {
        age: "3.1",
        codepoint: 0x27382,
        name: "CJK UNIFIED IDEOGRAPH-27382",
    },
    Character {
        age: "3.1",
        codepoint: 0x27383,
        name: "CJK UNIFIED IDEOGRAPH-27383",
    },
    Character {
        age: "3.1",
        codepoint: 0x27384,
        name: "CJK UNIFIED IDEOGRAPH-27384",
    },
    Character {
        age: "3.1",
        codepoint: 0x27385,
        name: "CJK UNIFIED IDEOGRAPH-27385",
    },
    Character {
        age: "3.1",
        codepoint: 0x27386,
        name: "CJK UNIFIED IDEOGRAPH-27386",
    },
    Character {
        age: "3.1",
        codepoint: 0x27387,
        name: "CJK UNIFIED IDEOGRAPH-27387",
    },
    Character {
        age: "3.1",
        codepoint: 0x27388,
        name: "CJK UNIFIED IDEOGRAPH-27388",
    },
    Character {
        age: "3.1",
        codepoint: 0x27389,
        name: "CJK UNIFIED IDEOGRAPH-27389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2738A,
        name: "CJK UNIFIED IDEOGRAPH-2738A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2738B,
        name: "CJK UNIFIED IDEOGRAPH-2738B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2738C,
        name: "CJK UNIFIED IDEOGRAPH-2738C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2738D,
        name: "CJK UNIFIED IDEOGRAPH-2738D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2738E,
        name: "CJK UNIFIED IDEOGRAPH-2738E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2738F,
        name: "CJK UNIFIED IDEOGRAPH-2738F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27390,
        name: "CJK UNIFIED IDEOGRAPH-27390",
    },
    Character {
        age: "3.1",
        codepoint: 0x27391,
        name: "CJK UNIFIED IDEOGRAPH-27391",
    },
    Character {
        age: "3.1",
        codepoint: 0x27392,
        name: "CJK UNIFIED IDEOGRAPH-27392",
    },
    Character {
        age: "3.1",
        codepoint: 0x27393,
        name: "CJK UNIFIED IDEOGRAPH-27393",
    },
    Character {
        age: "3.1",
        codepoint: 0x27394,
        name: "CJK UNIFIED IDEOGRAPH-27394",
    },
    Character {
        age: "3.1",
        codepoint: 0x27395,
        name: "CJK UNIFIED IDEOGRAPH-27395",
    },
    Character {
        age: "3.1",
        codepoint: 0x27396,
        name: "CJK UNIFIED IDEOGRAPH-27396",
    },
    Character {
        age: "3.1",
        codepoint: 0x27397,
        name: "CJK UNIFIED IDEOGRAPH-27397",
    },
    Character {
        age: "3.1",
        codepoint: 0x27398,
        name: "CJK UNIFIED IDEOGRAPH-27398",
    },
    Character {
        age: "3.1",
        codepoint: 0x27399,
        name: "CJK UNIFIED IDEOGRAPH-27399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2739A,
        name: "CJK UNIFIED IDEOGRAPH-2739A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2739B,
        name: "CJK UNIFIED IDEOGRAPH-2739B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2739C,
        name: "CJK UNIFIED IDEOGRAPH-2739C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2739D,
        name: "CJK UNIFIED IDEOGRAPH-2739D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2739E,
        name: "CJK UNIFIED IDEOGRAPH-2739E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2739F,
        name: "CJK UNIFIED IDEOGRAPH-2739F",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A0,
        name: "CJK UNIFIED IDEOGRAPH-273A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A1,
        name: "CJK UNIFIED IDEOGRAPH-273A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A2,
        name: "CJK UNIFIED IDEOGRAPH-273A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A3,
        name: "CJK UNIFIED IDEOGRAPH-273A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A4,
        name: "CJK UNIFIED IDEOGRAPH-273A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A5,
        name: "CJK UNIFIED IDEOGRAPH-273A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A6,
        name: "CJK UNIFIED IDEOGRAPH-273A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A7,
        name: "CJK UNIFIED IDEOGRAPH-273A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A8,
        name: "CJK UNIFIED IDEOGRAPH-273A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x273A9,
        name: "CJK UNIFIED IDEOGRAPH-273A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x273AA,
        name: "CJK UNIFIED IDEOGRAPH-273AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x273AB,
        name: "CJK UNIFIED IDEOGRAPH-273AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x273AC,
        name: "CJK UNIFIED IDEOGRAPH-273AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x273AD,
        name: "CJK UNIFIED IDEOGRAPH-273AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x273AE,
        name: "CJK UNIFIED IDEOGRAPH-273AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x273AF,
        name: "CJK UNIFIED IDEOGRAPH-273AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B0,
        name: "CJK UNIFIED IDEOGRAPH-273B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B1,
        name: "CJK UNIFIED IDEOGRAPH-273B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B2,
        name: "CJK UNIFIED IDEOGRAPH-273B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B3,
        name: "CJK UNIFIED IDEOGRAPH-273B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B4,
        name: "CJK UNIFIED IDEOGRAPH-273B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B5,
        name: "CJK UNIFIED IDEOGRAPH-273B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B6,
        name: "CJK UNIFIED IDEOGRAPH-273B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B7,
        name: "CJK UNIFIED IDEOGRAPH-273B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B8,
        name: "CJK UNIFIED IDEOGRAPH-273B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x273B9,
        name: "CJK UNIFIED IDEOGRAPH-273B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x273BA,
        name: "CJK UNIFIED IDEOGRAPH-273BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x273BB,
        name: "CJK UNIFIED IDEOGRAPH-273BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x273BC,
        name: "CJK UNIFIED IDEOGRAPH-273BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x273BD,
        name: "CJK UNIFIED IDEOGRAPH-273BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x273BE,
        name: "CJK UNIFIED IDEOGRAPH-273BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x273BF,
        name: "CJK UNIFIED IDEOGRAPH-273BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C0,
        name: "CJK UNIFIED IDEOGRAPH-273C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C1,
        name: "CJK UNIFIED IDEOGRAPH-273C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C2,
        name: "CJK UNIFIED IDEOGRAPH-273C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C3,
        name: "CJK UNIFIED IDEOGRAPH-273C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C4,
        name: "CJK UNIFIED IDEOGRAPH-273C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C5,
        name: "CJK UNIFIED IDEOGRAPH-273C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C6,
        name: "CJK UNIFIED IDEOGRAPH-273C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C7,
        name: "CJK UNIFIED IDEOGRAPH-273C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C8,
        name: "CJK UNIFIED IDEOGRAPH-273C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x273C9,
        name: "CJK UNIFIED IDEOGRAPH-273C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x273CA,
        name: "CJK UNIFIED IDEOGRAPH-273CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x273CB,
        name: "CJK UNIFIED IDEOGRAPH-273CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x273CC,
        name: "CJK UNIFIED IDEOGRAPH-273CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x273CD,
        name: "CJK UNIFIED IDEOGRAPH-273CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x273CE,
        name: "CJK UNIFIED IDEOGRAPH-273CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x273CF,
        name: "CJK UNIFIED IDEOGRAPH-273CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D0,
        name: "CJK UNIFIED IDEOGRAPH-273D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D1,
        name: "CJK UNIFIED IDEOGRAPH-273D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D2,
        name: "CJK UNIFIED IDEOGRAPH-273D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D3,
        name: "CJK UNIFIED IDEOGRAPH-273D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D4,
        name: "CJK UNIFIED IDEOGRAPH-273D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D5,
        name: "CJK UNIFIED IDEOGRAPH-273D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D6,
        name: "CJK UNIFIED IDEOGRAPH-273D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D7,
        name: "CJK UNIFIED IDEOGRAPH-273D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D8,
        name: "CJK UNIFIED IDEOGRAPH-273D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x273D9,
        name: "CJK UNIFIED IDEOGRAPH-273D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x273DA,
        name: "CJK UNIFIED IDEOGRAPH-273DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x273DB,
        name: "CJK UNIFIED IDEOGRAPH-273DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x273DC,
        name: "CJK UNIFIED IDEOGRAPH-273DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x273DD,
        name: "CJK UNIFIED IDEOGRAPH-273DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x273DE,
        name: "CJK UNIFIED IDEOGRAPH-273DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x273DF,
        name: "CJK UNIFIED IDEOGRAPH-273DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E0,
        name: "CJK UNIFIED IDEOGRAPH-273E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E1,
        name: "CJK UNIFIED IDEOGRAPH-273E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E2,
        name: "CJK UNIFIED IDEOGRAPH-273E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E3,
        name: "CJK UNIFIED IDEOGRAPH-273E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E4,
        name: "CJK UNIFIED IDEOGRAPH-273E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E5,
        name: "CJK UNIFIED IDEOGRAPH-273E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E6,
        name: "CJK UNIFIED IDEOGRAPH-273E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E7,
        name: "CJK UNIFIED IDEOGRAPH-273E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E8,
        name: "CJK UNIFIED IDEOGRAPH-273E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x273E9,
        name: "CJK UNIFIED IDEOGRAPH-273E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x273EA,
        name: "CJK UNIFIED IDEOGRAPH-273EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x273EB,
        name: "CJK UNIFIED IDEOGRAPH-273EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x273EC,
        name: "CJK UNIFIED IDEOGRAPH-273EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x273ED,
        name: "CJK UNIFIED IDEOGRAPH-273ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x273EE,
        name: "CJK UNIFIED IDEOGRAPH-273EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x273EF,
        name: "CJK UNIFIED IDEOGRAPH-273EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F0,
        name: "CJK UNIFIED IDEOGRAPH-273F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F1,
        name: "CJK UNIFIED IDEOGRAPH-273F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F2,
        name: "CJK UNIFIED IDEOGRAPH-273F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F3,
        name: "CJK UNIFIED IDEOGRAPH-273F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F4,
        name: "CJK UNIFIED IDEOGRAPH-273F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F5,
        name: "CJK UNIFIED IDEOGRAPH-273F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F6,
        name: "CJK UNIFIED IDEOGRAPH-273F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F7,
        name: "CJK UNIFIED IDEOGRAPH-273F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F8,
        name: "CJK UNIFIED IDEOGRAPH-273F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x273F9,
        name: "CJK UNIFIED IDEOGRAPH-273F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x273FA,
        name: "CJK UNIFIED IDEOGRAPH-273FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x273FB,
        name: "CJK UNIFIED IDEOGRAPH-273FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x273FC,
        name: "CJK UNIFIED IDEOGRAPH-273FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x273FD,
        name: "CJK UNIFIED IDEOGRAPH-273FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x273FE,
        name: "CJK UNIFIED IDEOGRAPH-273FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x273FF,
        name: "CJK UNIFIED IDEOGRAPH-273FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27400,
        name: "CJK UNIFIED IDEOGRAPH-27400",
    },
    Character {
        age: "3.1",
        codepoint: 0x27401,
        name: "CJK UNIFIED IDEOGRAPH-27401",
    },
    Character {
        age: "3.1",
        codepoint: 0x27402,
        name: "CJK UNIFIED IDEOGRAPH-27402",
    },
    Character {
        age: "3.1",
        codepoint: 0x27403,
        name: "CJK UNIFIED IDEOGRAPH-27403",
    },
    Character {
        age: "3.1",
        codepoint: 0x27404,
        name: "CJK UNIFIED IDEOGRAPH-27404",
    },
    Character {
        age: "3.1",
        codepoint: 0x27405,
        name: "CJK UNIFIED IDEOGRAPH-27405",
    },
    Character {
        age: "3.1",
        codepoint: 0x27406,
        name: "CJK UNIFIED IDEOGRAPH-27406",
    },
    Character {
        age: "3.1",
        codepoint: 0x27407,
        name: "CJK UNIFIED IDEOGRAPH-27407",
    },
    Character {
        age: "3.1",
        codepoint: 0x27408,
        name: "CJK UNIFIED IDEOGRAPH-27408",
    },
    Character {
        age: "3.1",
        codepoint: 0x27409,
        name: "CJK UNIFIED IDEOGRAPH-27409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2740A,
        name: "CJK UNIFIED IDEOGRAPH-2740A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2740B,
        name: "CJK UNIFIED IDEOGRAPH-2740B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2740C,
        name: "CJK UNIFIED IDEOGRAPH-2740C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2740D,
        name: "CJK UNIFIED IDEOGRAPH-2740D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2740E,
        name: "CJK UNIFIED IDEOGRAPH-2740E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2740F,
        name: "CJK UNIFIED IDEOGRAPH-2740F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27410,
        name: "CJK UNIFIED IDEOGRAPH-27410",
    },
    Character {
        age: "3.1",
        codepoint: 0x27411,
        name: "CJK UNIFIED IDEOGRAPH-27411",
    },
    Character {
        age: "3.1",
        codepoint: 0x27412,
        name: "CJK UNIFIED IDEOGRAPH-27412",
    },
    Character {
        age: "3.1",
        codepoint: 0x27413,
        name: "CJK UNIFIED IDEOGRAPH-27413",
    },
    Character {
        age: "3.1",
        codepoint: 0x27414,
        name: "CJK UNIFIED IDEOGRAPH-27414",
    },
    Character {
        age: "3.1",
        codepoint: 0x27415,
        name: "CJK UNIFIED IDEOGRAPH-27415",
    },
    Character {
        age: "3.1",
        codepoint: 0x27416,
        name: "CJK UNIFIED IDEOGRAPH-27416",
    },
    Character {
        age: "3.1",
        codepoint: 0x27417,
        name: "CJK UNIFIED IDEOGRAPH-27417",
    },
    Character {
        age: "3.1",
        codepoint: 0x27418,
        name: "CJK UNIFIED IDEOGRAPH-27418",
    },
    Character {
        age: "3.1",
        codepoint: 0x27419,
        name: "CJK UNIFIED IDEOGRAPH-27419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2741A,
        name: "CJK UNIFIED IDEOGRAPH-2741A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2741B,
        name: "CJK UNIFIED IDEOGRAPH-2741B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2741C,
        name: "CJK UNIFIED IDEOGRAPH-2741C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2741D,
        name: "CJK UNIFIED IDEOGRAPH-2741D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2741E,
        name: "CJK UNIFIED IDEOGRAPH-2741E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2741F,
        name: "CJK UNIFIED IDEOGRAPH-2741F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27420,
        name: "CJK UNIFIED IDEOGRAPH-27420",
    },
    Character {
        age: "3.1",
        codepoint: 0x27421,
        name: "CJK UNIFIED IDEOGRAPH-27421",
    },
    Character {
        age: "3.1",
        codepoint: 0x27422,
        name: "CJK UNIFIED IDEOGRAPH-27422",
    },
    Character {
        age: "3.1",
        codepoint: 0x27423,
        name: "CJK UNIFIED IDEOGRAPH-27423",
    },
    Character {
        age: "3.1",
        codepoint: 0x27424,
        name: "CJK UNIFIED IDEOGRAPH-27424",
    },
    Character {
        age: "3.1",
        codepoint: 0x27425,
        name: "CJK UNIFIED IDEOGRAPH-27425",
    },
    Character {
        age: "3.1",
        codepoint: 0x27426,
        name: "CJK UNIFIED IDEOGRAPH-27426",
    },
    Character {
        age: "3.1",
        codepoint: 0x27427,
        name: "CJK UNIFIED IDEOGRAPH-27427",
    },
    Character {
        age: "3.1",
        codepoint: 0x27428,
        name: "CJK UNIFIED IDEOGRAPH-27428",
    },
    Character {
        age: "3.1",
        codepoint: 0x27429,
        name: "CJK UNIFIED IDEOGRAPH-27429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2742A,
        name: "CJK UNIFIED IDEOGRAPH-2742A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2742B,
        name: "CJK UNIFIED IDEOGRAPH-2742B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2742C,
        name: "CJK UNIFIED IDEOGRAPH-2742C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2742D,
        name: "CJK UNIFIED IDEOGRAPH-2742D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2742E,
        name: "CJK UNIFIED IDEOGRAPH-2742E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2742F,
        name: "CJK UNIFIED IDEOGRAPH-2742F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27430,
        name: "CJK UNIFIED IDEOGRAPH-27430",
    },
    Character {
        age: "3.1",
        codepoint: 0x27431,
        name: "CJK UNIFIED IDEOGRAPH-27431",
    },
    Character {
        age: "3.1",
        codepoint: 0x27432,
        name: "CJK UNIFIED IDEOGRAPH-27432",
    },
    Character {
        age: "3.1",
        codepoint: 0x27433,
        name: "CJK UNIFIED IDEOGRAPH-27433",
    },
    Character {
        age: "3.1",
        codepoint: 0x27434,
        name: "CJK UNIFIED IDEOGRAPH-27434",
    },
    Character {
        age: "3.1",
        codepoint: 0x27435,
        name: "CJK UNIFIED IDEOGRAPH-27435",
    },
    Character {
        age: "3.1",
        codepoint: 0x27436,
        name: "CJK UNIFIED IDEOGRAPH-27436",
    },
    Character {
        age: "3.1",
        codepoint: 0x27437,
        name: "CJK UNIFIED IDEOGRAPH-27437",
    },
    Character {
        age: "3.1",
        codepoint: 0x27438,
        name: "CJK UNIFIED IDEOGRAPH-27438",
    },
    Character {
        age: "3.1",
        codepoint: 0x27439,
        name: "CJK UNIFIED IDEOGRAPH-27439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2743A,
        name: "CJK UNIFIED IDEOGRAPH-2743A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2743B,
        name: "CJK UNIFIED IDEOGRAPH-2743B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2743C,
        name: "CJK UNIFIED IDEOGRAPH-2743C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2743D,
        name: "CJK UNIFIED IDEOGRAPH-2743D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2743E,
        name: "CJK UNIFIED IDEOGRAPH-2743E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2743F,
        name: "CJK UNIFIED IDEOGRAPH-2743F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27440,
        name: "CJK UNIFIED IDEOGRAPH-27440",
    },
    Character {
        age: "3.1",
        codepoint: 0x27441,
        name: "CJK UNIFIED IDEOGRAPH-27441",
    },
    Character {
        age: "3.1",
        codepoint: 0x27442,
        name: "CJK UNIFIED IDEOGRAPH-27442",
    },
    Character {
        age: "3.1",
        codepoint: 0x27443,
        name: "CJK UNIFIED IDEOGRAPH-27443",
    },
    Character {
        age: "3.1",
        codepoint: 0x27444,
        name: "CJK UNIFIED IDEOGRAPH-27444",
    },
    Character {
        age: "3.1",
        codepoint: 0x27445,
        name: "CJK UNIFIED IDEOGRAPH-27445",
    },
    Character {
        age: "3.1",
        codepoint: 0x27446,
        name: "CJK UNIFIED IDEOGRAPH-27446",
    },
    Character {
        age: "3.1",
        codepoint: 0x27447,
        name: "CJK UNIFIED IDEOGRAPH-27447",
    },
    Character {
        age: "3.1",
        codepoint: 0x27448,
        name: "CJK UNIFIED IDEOGRAPH-27448",
    },
    Character {
        age: "3.1",
        codepoint: 0x27449,
        name: "CJK UNIFIED IDEOGRAPH-27449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2744A,
        name: "CJK UNIFIED IDEOGRAPH-2744A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2744B,
        name: "CJK UNIFIED IDEOGRAPH-2744B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2744C,
        name: "CJK UNIFIED IDEOGRAPH-2744C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2744D,
        name: "CJK UNIFIED IDEOGRAPH-2744D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2744E,
        name: "CJK UNIFIED IDEOGRAPH-2744E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2744F,
        name: "CJK UNIFIED IDEOGRAPH-2744F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27450,
        name: "CJK UNIFIED IDEOGRAPH-27450",
    },
    Character {
        age: "3.1",
        codepoint: 0x27451,
        name: "CJK UNIFIED IDEOGRAPH-27451",
    },
    Character {
        age: "3.1",
        codepoint: 0x27452,
        name: "CJK UNIFIED IDEOGRAPH-27452",
    },
    Character {
        age: "3.1",
        codepoint: 0x27453,
        name: "CJK UNIFIED IDEOGRAPH-27453",
    },
    Character {
        age: "3.1",
        codepoint: 0x27454,
        name: "CJK UNIFIED IDEOGRAPH-27454",
    },
    Character {
        age: "3.1",
        codepoint: 0x27455,
        name: "CJK UNIFIED IDEOGRAPH-27455",
    },
    Character {
        age: "3.1",
        codepoint: 0x27456,
        name: "CJK UNIFIED IDEOGRAPH-27456",
    },
    Character {
        age: "3.1",
        codepoint: 0x27457,
        name: "CJK UNIFIED IDEOGRAPH-27457",
    },
    Character {
        age: "3.1",
        codepoint: 0x27458,
        name: "CJK UNIFIED IDEOGRAPH-27458",
    },
    Character {
        age: "3.1",
        codepoint: 0x27459,
        name: "CJK UNIFIED IDEOGRAPH-27459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2745A,
        name: "CJK UNIFIED IDEOGRAPH-2745A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2745B,
        name: "CJK UNIFIED IDEOGRAPH-2745B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2745C,
        name: "CJK UNIFIED IDEOGRAPH-2745C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2745D,
        name: "CJK UNIFIED IDEOGRAPH-2745D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2745E,
        name: "CJK UNIFIED IDEOGRAPH-2745E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2745F,
        name: "CJK UNIFIED IDEOGRAPH-2745F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27460,
        name: "CJK UNIFIED IDEOGRAPH-27460",
    },
    Character {
        age: "3.1",
        codepoint: 0x27461,
        name: "CJK UNIFIED IDEOGRAPH-27461",
    },
    Character {
        age: "3.1",
        codepoint: 0x27462,
        name: "CJK UNIFIED IDEOGRAPH-27462",
    },
    Character {
        age: "3.1",
        codepoint: 0x27463,
        name: "CJK UNIFIED IDEOGRAPH-27463",
    },
    Character {
        age: "3.1",
        codepoint: 0x27464,
        name: "CJK UNIFIED IDEOGRAPH-27464",
    },
    Character {
        age: "3.1",
        codepoint: 0x27465,
        name: "CJK UNIFIED IDEOGRAPH-27465",
    },
    Character {
        age: "3.1",
        codepoint: 0x27466,
        name: "CJK UNIFIED IDEOGRAPH-27466",
    },
    Character {
        age: "3.1",
        codepoint: 0x27467,
        name: "CJK UNIFIED IDEOGRAPH-27467",
    },
    Character {
        age: "3.1",
        codepoint: 0x27468,
        name: "CJK UNIFIED IDEOGRAPH-27468",
    },
    Character {
        age: "3.1",
        codepoint: 0x27469,
        name: "CJK UNIFIED IDEOGRAPH-27469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2746A,
        name: "CJK UNIFIED IDEOGRAPH-2746A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2746B,
        name: "CJK UNIFIED IDEOGRAPH-2746B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2746C,
        name: "CJK UNIFIED IDEOGRAPH-2746C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2746D,
        name: "CJK UNIFIED IDEOGRAPH-2746D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2746E,
        name: "CJK UNIFIED IDEOGRAPH-2746E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2746F,
        name: "CJK UNIFIED IDEOGRAPH-2746F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27470,
        name: "CJK UNIFIED IDEOGRAPH-27470",
    },
    Character {
        age: "3.1",
        codepoint: 0x27471,
        name: "CJK UNIFIED IDEOGRAPH-27471",
    },
    Character {
        age: "3.1",
        codepoint: 0x27472,
        name: "CJK UNIFIED IDEOGRAPH-27472",
    },
    Character {
        age: "3.1",
        codepoint: 0x27473,
        name: "CJK UNIFIED IDEOGRAPH-27473",
    },
    Character {
        age: "3.1",
        codepoint: 0x27474,
        name: "CJK UNIFIED IDEOGRAPH-27474",
    },
    Character {
        age: "3.1",
        codepoint: 0x27475,
        name: "CJK UNIFIED IDEOGRAPH-27475",
    },
    Character {
        age: "3.1",
        codepoint: 0x27476,
        name: "CJK UNIFIED IDEOGRAPH-27476",
    },
    Character {
        age: "3.1",
        codepoint: 0x27477,
        name: "CJK UNIFIED IDEOGRAPH-27477",
    },
    Character {
        age: "3.1",
        codepoint: 0x27478,
        name: "CJK UNIFIED IDEOGRAPH-27478",
    },
    Character {
        age: "3.1",
        codepoint: 0x27479,
        name: "CJK UNIFIED IDEOGRAPH-27479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2747A,
        name: "CJK UNIFIED IDEOGRAPH-2747A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2747B,
        name: "CJK UNIFIED IDEOGRAPH-2747B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2747C,
        name: "CJK UNIFIED IDEOGRAPH-2747C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2747D,
        name: "CJK UNIFIED IDEOGRAPH-2747D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2747E,
        name: "CJK UNIFIED IDEOGRAPH-2747E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2747F,
        name: "CJK UNIFIED IDEOGRAPH-2747F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27480,
        name: "CJK UNIFIED IDEOGRAPH-27480",
    },
    Character {
        age: "3.1",
        codepoint: 0x27481,
        name: "CJK UNIFIED IDEOGRAPH-27481",
    },
    Character {
        age: "3.1",
        codepoint: 0x27482,
        name: "CJK UNIFIED IDEOGRAPH-27482",
    },
    Character {
        age: "3.1",
        codepoint: 0x27483,
        name: "CJK UNIFIED IDEOGRAPH-27483",
    },
    Character {
        age: "3.1",
        codepoint: 0x27484,
        name: "CJK UNIFIED IDEOGRAPH-27484",
    },
    Character {
        age: "3.1",
        codepoint: 0x27485,
        name: "CJK UNIFIED IDEOGRAPH-27485",
    },
    Character {
        age: "3.1",
        codepoint: 0x27486,
        name: "CJK UNIFIED IDEOGRAPH-27486",
    },
    Character {
        age: "3.1",
        codepoint: 0x27487,
        name: "CJK UNIFIED IDEOGRAPH-27487",
    },
    Character {
        age: "3.1",
        codepoint: 0x27488,
        name: "CJK UNIFIED IDEOGRAPH-27488",
    },
    Character {
        age: "3.1",
        codepoint: 0x27489,
        name: "CJK UNIFIED IDEOGRAPH-27489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2748A,
        name: "CJK UNIFIED IDEOGRAPH-2748A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2748B,
        name: "CJK UNIFIED IDEOGRAPH-2748B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2748C,
        name: "CJK UNIFIED IDEOGRAPH-2748C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2748D,
        name: "CJK UNIFIED IDEOGRAPH-2748D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2748E,
        name: "CJK UNIFIED IDEOGRAPH-2748E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2748F,
        name: "CJK UNIFIED IDEOGRAPH-2748F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27490,
        name: "CJK UNIFIED IDEOGRAPH-27490",
    },
    Character {
        age: "3.1",
        codepoint: 0x27491,
        name: "CJK UNIFIED IDEOGRAPH-27491",
    },
    Character {
        age: "3.1",
        codepoint: 0x27492,
        name: "CJK UNIFIED IDEOGRAPH-27492",
    },
    Character {
        age: "3.1",
        codepoint: 0x27493,
        name: "CJK UNIFIED IDEOGRAPH-27493",
    },
    Character {
        age: "3.1",
        codepoint: 0x27494,
        name: "CJK UNIFIED IDEOGRAPH-27494",
    },
    Character {
        age: "3.1",
        codepoint: 0x27495,
        name: "CJK UNIFIED IDEOGRAPH-27495",
    },
    Character {
        age: "3.1",
        codepoint: 0x27496,
        name: "CJK UNIFIED IDEOGRAPH-27496",
    },
    Character {
        age: "3.1",
        codepoint: 0x27497,
        name: "CJK UNIFIED IDEOGRAPH-27497",
    },
    Character {
        age: "3.1",
        codepoint: 0x27498,
        name: "CJK UNIFIED IDEOGRAPH-27498",
    },
    Character {
        age: "3.1",
        codepoint: 0x27499,
        name: "CJK UNIFIED IDEOGRAPH-27499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2749A,
        name: "CJK UNIFIED IDEOGRAPH-2749A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2749B,
        name: "CJK UNIFIED IDEOGRAPH-2749B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2749C,
        name: "CJK UNIFIED IDEOGRAPH-2749C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2749D,
        name: "CJK UNIFIED IDEOGRAPH-2749D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2749E,
        name: "CJK UNIFIED IDEOGRAPH-2749E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2749F,
        name: "CJK UNIFIED IDEOGRAPH-2749F",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A0,
        name: "CJK UNIFIED IDEOGRAPH-274A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A1,
        name: "CJK UNIFIED IDEOGRAPH-274A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A2,
        name: "CJK UNIFIED IDEOGRAPH-274A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A3,
        name: "CJK UNIFIED IDEOGRAPH-274A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A4,
        name: "CJK UNIFIED IDEOGRAPH-274A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A5,
        name: "CJK UNIFIED IDEOGRAPH-274A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A6,
        name: "CJK UNIFIED IDEOGRAPH-274A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A7,
        name: "CJK UNIFIED IDEOGRAPH-274A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A8,
        name: "CJK UNIFIED IDEOGRAPH-274A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x274A9,
        name: "CJK UNIFIED IDEOGRAPH-274A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x274AA,
        name: "CJK UNIFIED IDEOGRAPH-274AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x274AB,
        name: "CJK UNIFIED IDEOGRAPH-274AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x274AC,
        name: "CJK UNIFIED IDEOGRAPH-274AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x274AD,
        name: "CJK UNIFIED IDEOGRAPH-274AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x274AE,
        name: "CJK UNIFIED IDEOGRAPH-274AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x274AF,
        name: "CJK UNIFIED IDEOGRAPH-274AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B0,
        name: "CJK UNIFIED IDEOGRAPH-274B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B1,
        name: "CJK UNIFIED IDEOGRAPH-274B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B2,
        name: "CJK UNIFIED IDEOGRAPH-274B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B3,
        name: "CJK UNIFIED IDEOGRAPH-274B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B4,
        name: "CJK UNIFIED IDEOGRAPH-274B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B5,
        name: "CJK UNIFIED IDEOGRAPH-274B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B6,
        name: "CJK UNIFIED IDEOGRAPH-274B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B7,
        name: "CJK UNIFIED IDEOGRAPH-274B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B8,
        name: "CJK UNIFIED IDEOGRAPH-274B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x274B9,
        name: "CJK UNIFIED IDEOGRAPH-274B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x274BA,
        name: "CJK UNIFIED IDEOGRAPH-274BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x274BB,
        name: "CJK UNIFIED IDEOGRAPH-274BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x274BC,
        name: "CJK UNIFIED IDEOGRAPH-274BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x274BD,
        name: "CJK UNIFIED IDEOGRAPH-274BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x274BE,
        name: "CJK UNIFIED IDEOGRAPH-274BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x274BF,
        name: "CJK UNIFIED IDEOGRAPH-274BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C0,
        name: "CJK UNIFIED IDEOGRAPH-274C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C1,
        name: "CJK UNIFIED IDEOGRAPH-274C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C2,
        name: "CJK UNIFIED IDEOGRAPH-274C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C3,
        name: "CJK UNIFIED IDEOGRAPH-274C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C4,
        name: "CJK UNIFIED IDEOGRAPH-274C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C5,
        name: "CJK UNIFIED IDEOGRAPH-274C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C6,
        name: "CJK UNIFIED IDEOGRAPH-274C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C7,
        name: "CJK UNIFIED IDEOGRAPH-274C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C8,
        name: "CJK UNIFIED IDEOGRAPH-274C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x274C9,
        name: "CJK UNIFIED IDEOGRAPH-274C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x274CA,
        name: "CJK UNIFIED IDEOGRAPH-274CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x274CB,
        name: "CJK UNIFIED IDEOGRAPH-274CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x274CC,
        name: "CJK UNIFIED IDEOGRAPH-274CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x274CD,
        name: "CJK UNIFIED IDEOGRAPH-274CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x274CE,
        name: "CJK UNIFIED IDEOGRAPH-274CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x274CF,
        name: "CJK UNIFIED IDEOGRAPH-274CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D0,
        name: "CJK UNIFIED IDEOGRAPH-274D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D1,
        name: "CJK UNIFIED IDEOGRAPH-274D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D2,
        name: "CJK UNIFIED IDEOGRAPH-274D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D3,
        name: "CJK UNIFIED IDEOGRAPH-274D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D4,
        name: "CJK UNIFIED IDEOGRAPH-274D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D5,
        name: "CJK UNIFIED IDEOGRAPH-274D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D6,
        name: "CJK UNIFIED IDEOGRAPH-274D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D7,
        name: "CJK UNIFIED IDEOGRAPH-274D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D8,
        name: "CJK UNIFIED IDEOGRAPH-274D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x274D9,
        name: "CJK UNIFIED IDEOGRAPH-274D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x274DA,
        name: "CJK UNIFIED IDEOGRAPH-274DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x274DB,
        name: "CJK UNIFIED IDEOGRAPH-274DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x274DC,
        name: "CJK UNIFIED IDEOGRAPH-274DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x274DD,
        name: "CJK UNIFIED IDEOGRAPH-274DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x274DE,
        name: "CJK UNIFIED IDEOGRAPH-274DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x274DF,
        name: "CJK UNIFIED IDEOGRAPH-274DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E0,
        name: "CJK UNIFIED IDEOGRAPH-274E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E1,
        name: "CJK UNIFIED IDEOGRAPH-274E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E2,
        name: "CJK UNIFIED IDEOGRAPH-274E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E3,
        name: "CJK UNIFIED IDEOGRAPH-274E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E4,
        name: "CJK UNIFIED IDEOGRAPH-274E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E5,
        name: "CJK UNIFIED IDEOGRAPH-274E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E6,
        name: "CJK UNIFIED IDEOGRAPH-274E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E7,
        name: "CJK UNIFIED IDEOGRAPH-274E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E8,
        name: "CJK UNIFIED IDEOGRAPH-274E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x274E9,
        name: "CJK UNIFIED IDEOGRAPH-274E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x274EA,
        name: "CJK UNIFIED IDEOGRAPH-274EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x274EB,
        name: "CJK UNIFIED IDEOGRAPH-274EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x274EC,
        name: "CJK UNIFIED IDEOGRAPH-274EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x274ED,
        name: "CJK UNIFIED IDEOGRAPH-274ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x274EE,
        name: "CJK UNIFIED IDEOGRAPH-274EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x274EF,
        name: "CJK UNIFIED IDEOGRAPH-274EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F0,
        name: "CJK UNIFIED IDEOGRAPH-274F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F1,
        name: "CJK UNIFIED IDEOGRAPH-274F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F2,
        name: "CJK UNIFIED IDEOGRAPH-274F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F3,
        name: "CJK UNIFIED IDEOGRAPH-274F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F4,
        name: "CJK UNIFIED IDEOGRAPH-274F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F5,
        name: "CJK UNIFIED IDEOGRAPH-274F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F6,
        name: "CJK UNIFIED IDEOGRAPH-274F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F7,
        name: "CJK UNIFIED IDEOGRAPH-274F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F8,
        name: "CJK UNIFIED IDEOGRAPH-274F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x274F9,
        name: "CJK UNIFIED IDEOGRAPH-274F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x274FA,
        name: "CJK UNIFIED IDEOGRAPH-274FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x274FB,
        name: "CJK UNIFIED IDEOGRAPH-274FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x274FC,
        name: "CJK UNIFIED IDEOGRAPH-274FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x274FD,
        name: "CJK UNIFIED IDEOGRAPH-274FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x274FE,
        name: "CJK UNIFIED IDEOGRAPH-274FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x274FF,
        name: "CJK UNIFIED IDEOGRAPH-274FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27500,
        name: "CJK UNIFIED IDEOGRAPH-27500",
    },
    Character {
        age: "3.1",
        codepoint: 0x27501,
        name: "CJK UNIFIED IDEOGRAPH-27501",
    },
    Character {
        age: "3.1",
        codepoint: 0x27502,
        name: "CJK UNIFIED IDEOGRAPH-27502",
    },
    Character {
        age: "3.1",
        codepoint: 0x27503,
        name: "CJK UNIFIED IDEOGRAPH-27503",
    },
    Character {
        age: "3.1",
        codepoint: 0x27504,
        name: "CJK UNIFIED IDEOGRAPH-27504",
    },
    Character {
        age: "3.1",
        codepoint: 0x27505,
        name: "CJK UNIFIED IDEOGRAPH-27505",
    },
    Character {
        age: "3.1",
        codepoint: 0x27506,
        name: "CJK UNIFIED IDEOGRAPH-27506",
    },
    Character {
        age: "3.1",
        codepoint: 0x27507,
        name: "CJK UNIFIED IDEOGRAPH-27507",
    },
    Character {
        age: "3.1",
        codepoint: 0x27508,
        name: "CJK UNIFIED IDEOGRAPH-27508",
    },
    Character {
        age: "3.1",
        codepoint: 0x27509,
        name: "CJK UNIFIED IDEOGRAPH-27509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2750A,
        name: "CJK UNIFIED IDEOGRAPH-2750A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2750B,
        name: "CJK UNIFIED IDEOGRAPH-2750B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2750C,
        name: "CJK UNIFIED IDEOGRAPH-2750C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2750D,
        name: "CJK UNIFIED IDEOGRAPH-2750D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2750E,
        name: "CJK UNIFIED IDEOGRAPH-2750E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2750F,
        name: "CJK UNIFIED IDEOGRAPH-2750F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27510,
        name: "CJK UNIFIED IDEOGRAPH-27510",
    },
    Character {
        age: "3.1",
        codepoint: 0x27511,
        name: "CJK UNIFIED IDEOGRAPH-27511",
    },
    Character {
        age: "3.1",
        codepoint: 0x27512,
        name: "CJK UNIFIED IDEOGRAPH-27512",
    },
    Character {
        age: "3.1",
        codepoint: 0x27513,
        name: "CJK UNIFIED IDEOGRAPH-27513",
    },
    Character {
        age: "3.1",
        codepoint: 0x27514,
        name: "CJK UNIFIED IDEOGRAPH-27514",
    },
    Character {
        age: "3.1",
        codepoint: 0x27515,
        name: "CJK UNIFIED IDEOGRAPH-27515",
    },
    Character {
        age: "3.1",
        codepoint: 0x27516,
        name: "CJK UNIFIED IDEOGRAPH-27516",
    },
    Character {
        age: "3.1",
        codepoint: 0x27517,
        name: "CJK UNIFIED IDEOGRAPH-27517",
    },
    Character {
        age: "3.1",
        codepoint: 0x27518,
        name: "CJK UNIFIED IDEOGRAPH-27518",
    },
    Character {
        age: "3.1",
        codepoint: 0x27519,
        name: "CJK UNIFIED IDEOGRAPH-27519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2751A,
        name: "CJK UNIFIED IDEOGRAPH-2751A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2751B,
        name: "CJK UNIFIED IDEOGRAPH-2751B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2751C,
        name: "CJK UNIFIED IDEOGRAPH-2751C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2751D,
        name: "CJK UNIFIED IDEOGRAPH-2751D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2751E,
        name: "CJK UNIFIED IDEOGRAPH-2751E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2751F,
        name: "CJK UNIFIED IDEOGRAPH-2751F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27520,
        name: "CJK UNIFIED IDEOGRAPH-27520",
    },
    Character {
        age: "3.1",
        codepoint: 0x27521,
        name: "CJK UNIFIED IDEOGRAPH-27521",
    },
    Character {
        age: "3.1",
        codepoint: 0x27522,
        name: "CJK UNIFIED IDEOGRAPH-27522",
    },
    Character {
        age: "3.1",
        codepoint: 0x27523,
        name: "CJK UNIFIED IDEOGRAPH-27523",
    },
    Character {
        age: "3.1",
        codepoint: 0x27524,
        name: "CJK UNIFIED IDEOGRAPH-27524",
    },
    Character {
        age: "3.1",
        codepoint: 0x27525,
        name: "CJK UNIFIED IDEOGRAPH-27525",
    },
    Character {
        age: "3.1",
        codepoint: 0x27526,
        name: "CJK UNIFIED IDEOGRAPH-27526",
    },
    Character {
        age: "3.1",
        codepoint: 0x27527,
        name: "CJK UNIFIED IDEOGRAPH-27527",
    },
    Character {
        age: "3.1",
        codepoint: 0x27528,
        name: "CJK UNIFIED IDEOGRAPH-27528",
    },
    Character {
        age: "3.1",
        codepoint: 0x27529,
        name: "CJK UNIFIED IDEOGRAPH-27529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2752A,
        name: "CJK UNIFIED IDEOGRAPH-2752A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2752B,
        name: "CJK UNIFIED IDEOGRAPH-2752B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2752C,
        name: "CJK UNIFIED IDEOGRAPH-2752C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2752D,
        name: "CJK UNIFIED IDEOGRAPH-2752D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2752E,
        name: "CJK UNIFIED IDEOGRAPH-2752E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2752F,
        name: "CJK UNIFIED IDEOGRAPH-2752F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27530,
        name: "CJK UNIFIED IDEOGRAPH-27530",
    },
    Character {
        age: "3.1",
        codepoint: 0x27531,
        name: "CJK UNIFIED IDEOGRAPH-27531",
    },
    Character {
        age: "3.1",
        codepoint: 0x27532,
        name: "CJK UNIFIED IDEOGRAPH-27532",
    },
    Character {
        age: "3.1",
        codepoint: 0x27533,
        name: "CJK UNIFIED IDEOGRAPH-27533",
    },
    Character {
        age: "3.1",
        codepoint: 0x27534,
        name: "CJK UNIFIED IDEOGRAPH-27534",
    },
    Character {
        age: "3.1",
        codepoint: 0x27535,
        name: "CJK UNIFIED IDEOGRAPH-27535",
    },
    Character {
        age: "3.1",
        codepoint: 0x27536,
        name: "CJK UNIFIED IDEOGRAPH-27536",
    },
    Character {
        age: "3.1",
        codepoint: 0x27537,
        name: "CJK UNIFIED IDEOGRAPH-27537",
    },
    Character {
        age: "3.1",
        codepoint: 0x27538,
        name: "CJK UNIFIED IDEOGRAPH-27538",
    },
    Character {
        age: "3.1",
        codepoint: 0x27539,
        name: "CJK UNIFIED IDEOGRAPH-27539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2753A,
        name: "CJK UNIFIED IDEOGRAPH-2753A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2753B,
        name: "CJK UNIFIED IDEOGRAPH-2753B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2753C,
        name: "CJK UNIFIED IDEOGRAPH-2753C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2753D,
        name: "CJK UNIFIED IDEOGRAPH-2753D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2753E,
        name: "CJK UNIFIED IDEOGRAPH-2753E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2753F,
        name: "CJK UNIFIED IDEOGRAPH-2753F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27540,
        name: "CJK UNIFIED IDEOGRAPH-27540",
    },
    Character {
        age: "3.1",
        codepoint: 0x27541,
        name: "CJK UNIFIED IDEOGRAPH-27541",
    },
    Character {
        age: "3.1",
        codepoint: 0x27542,
        name: "CJK UNIFIED IDEOGRAPH-27542",
    },
    Character {
        age: "3.1",
        codepoint: 0x27543,
        name: "CJK UNIFIED IDEOGRAPH-27543",
    },
    Character {
        age: "3.1",
        codepoint: 0x27544,
        name: "CJK UNIFIED IDEOGRAPH-27544",
    },
    Character {
        age: "3.1",
        codepoint: 0x27545,
        name: "CJK UNIFIED IDEOGRAPH-27545",
    },
    Character {
        age: "3.1",
        codepoint: 0x27546,
        name: "CJK UNIFIED IDEOGRAPH-27546",
    },
    Character {
        age: "3.1",
        codepoint: 0x27547,
        name: "CJK UNIFIED IDEOGRAPH-27547",
    },
    Character {
        age: "3.1",
        codepoint: 0x27548,
        name: "CJK UNIFIED IDEOGRAPH-27548",
    },
    Character {
        age: "3.1",
        codepoint: 0x27549,
        name: "CJK UNIFIED IDEOGRAPH-27549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2754A,
        name: "CJK UNIFIED IDEOGRAPH-2754A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2754B,
        name: "CJK UNIFIED IDEOGRAPH-2754B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2754C,
        name: "CJK UNIFIED IDEOGRAPH-2754C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2754D,
        name: "CJK UNIFIED IDEOGRAPH-2754D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2754E,
        name: "CJK UNIFIED IDEOGRAPH-2754E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2754F,
        name: "CJK UNIFIED IDEOGRAPH-2754F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27550,
        name: "CJK UNIFIED IDEOGRAPH-27550",
    },
    Character {
        age: "3.1",
        codepoint: 0x27551,
        name: "CJK UNIFIED IDEOGRAPH-27551",
    },
    Character {
        age: "3.1",
        codepoint: 0x27552,
        name: "CJK UNIFIED IDEOGRAPH-27552",
    },
    Character {
        age: "3.1",
        codepoint: 0x27553,
        name: "CJK UNIFIED IDEOGRAPH-27553",
    },
    Character {
        age: "3.1",
        codepoint: 0x27554,
        name: "CJK UNIFIED IDEOGRAPH-27554",
    },
    Character {
        age: "3.1",
        codepoint: 0x27555,
        name: "CJK UNIFIED IDEOGRAPH-27555",
    },
    Character {
        age: "3.1",
        codepoint: 0x27556,
        name: "CJK UNIFIED IDEOGRAPH-27556",
    },
    Character {
        age: "3.1",
        codepoint: 0x27557,
        name: "CJK UNIFIED IDEOGRAPH-27557",
    },
    Character {
        age: "3.1",
        codepoint: 0x27558,
        name: "CJK UNIFIED IDEOGRAPH-27558",
    },
    Character {
        age: "3.1",
        codepoint: 0x27559,
        name: "CJK UNIFIED IDEOGRAPH-27559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2755A,
        name: "CJK UNIFIED IDEOGRAPH-2755A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2755B,
        name: "CJK UNIFIED IDEOGRAPH-2755B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2755C,
        name: "CJK UNIFIED IDEOGRAPH-2755C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2755D,
        name: "CJK UNIFIED IDEOGRAPH-2755D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2755E,
        name: "CJK UNIFIED IDEOGRAPH-2755E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2755F,
        name: "CJK UNIFIED IDEOGRAPH-2755F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27560,
        name: "CJK UNIFIED IDEOGRAPH-27560",
    },
    Character {
        age: "3.1",
        codepoint: 0x27561,
        name: "CJK UNIFIED IDEOGRAPH-27561",
    },
    Character {
        age: "3.1",
        codepoint: 0x27562,
        name: "CJK UNIFIED IDEOGRAPH-27562",
    },
    Character {
        age: "3.1",
        codepoint: 0x27563,
        name: "CJK UNIFIED IDEOGRAPH-27563",
    },
    Character {
        age: "3.1",
        codepoint: 0x27564,
        name: "CJK UNIFIED IDEOGRAPH-27564",
    },
    Character {
        age: "3.1",
        codepoint: 0x27565,
        name: "CJK UNIFIED IDEOGRAPH-27565",
    },
    Character {
        age: "3.1",
        codepoint: 0x27566,
        name: "CJK UNIFIED IDEOGRAPH-27566",
    },
    Character {
        age: "3.1",
        codepoint: 0x27567,
        name: "CJK UNIFIED IDEOGRAPH-27567",
    },
    Character {
        age: "3.1",
        codepoint: 0x27568,
        name: "CJK UNIFIED IDEOGRAPH-27568",
    },
    Character {
        age: "3.1",
        codepoint: 0x27569,
        name: "CJK UNIFIED IDEOGRAPH-27569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2756A,
        name: "CJK UNIFIED IDEOGRAPH-2756A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2756B,
        name: "CJK UNIFIED IDEOGRAPH-2756B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2756C,
        name: "CJK UNIFIED IDEOGRAPH-2756C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2756D,
        name: "CJK UNIFIED IDEOGRAPH-2756D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2756E,
        name: "CJK UNIFIED IDEOGRAPH-2756E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2756F,
        name: "CJK UNIFIED IDEOGRAPH-2756F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27570,
        name: "CJK UNIFIED IDEOGRAPH-27570",
    },
    Character {
        age: "3.1",
        codepoint: 0x27571,
        name: "CJK UNIFIED IDEOGRAPH-27571",
    },
    Character {
        age: "3.1",
        codepoint: 0x27572,
        name: "CJK UNIFIED IDEOGRAPH-27572",
    },
    Character {
        age: "3.1",
        codepoint: 0x27573,
        name: "CJK UNIFIED IDEOGRAPH-27573",
    },
    Character {
        age: "3.1",
        codepoint: 0x27574,
        name: "CJK UNIFIED IDEOGRAPH-27574",
    },
    Character {
        age: "3.1",
        codepoint: 0x27575,
        name: "CJK UNIFIED IDEOGRAPH-27575",
    },
    Character {
        age: "3.1",
        codepoint: 0x27576,
        name: "CJK UNIFIED IDEOGRAPH-27576",
    },
    Character {
        age: "3.1",
        codepoint: 0x27577,
        name: "CJK UNIFIED IDEOGRAPH-27577",
    },
    Character {
        age: "3.1",
        codepoint: 0x27578,
        name: "CJK UNIFIED IDEOGRAPH-27578",
    },
    Character {
        age: "3.1",
        codepoint: 0x27579,
        name: "CJK UNIFIED IDEOGRAPH-27579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2757A,
        name: "CJK UNIFIED IDEOGRAPH-2757A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2757B,
        name: "CJK UNIFIED IDEOGRAPH-2757B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2757C,
        name: "CJK UNIFIED IDEOGRAPH-2757C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2757D,
        name: "CJK UNIFIED IDEOGRAPH-2757D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2757E,
        name: "CJK UNIFIED IDEOGRAPH-2757E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2757F,
        name: "CJK UNIFIED IDEOGRAPH-2757F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27580,
        name: "CJK UNIFIED IDEOGRAPH-27580",
    },
    Character {
        age: "3.1",
        codepoint: 0x27581,
        name: "CJK UNIFIED IDEOGRAPH-27581",
    },
    Character {
        age: "3.1",
        codepoint: 0x27582,
        name: "CJK UNIFIED IDEOGRAPH-27582",
    },
    Character {
        age: "3.1",
        codepoint: 0x27583,
        name: "CJK UNIFIED IDEOGRAPH-27583",
    },
    Character {
        age: "3.1",
        codepoint: 0x27584,
        name: "CJK UNIFIED IDEOGRAPH-27584",
    },
    Character {
        age: "3.1",
        codepoint: 0x27585,
        name: "CJK UNIFIED IDEOGRAPH-27585",
    },
    Character {
        age: "3.1",
        codepoint: 0x27586,
        name: "CJK UNIFIED IDEOGRAPH-27586",
    },
    Character {
        age: "3.1",
        codepoint: 0x27587,
        name: "CJK UNIFIED IDEOGRAPH-27587",
    },
    Character {
        age: "3.1",
        codepoint: 0x27588,
        name: "CJK UNIFIED IDEOGRAPH-27588",
    },
    Character {
        age: "3.1",
        codepoint: 0x27589,
        name: "CJK UNIFIED IDEOGRAPH-27589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2758A,
        name: "CJK UNIFIED IDEOGRAPH-2758A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2758B,
        name: "CJK UNIFIED IDEOGRAPH-2758B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2758C,
        name: "CJK UNIFIED IDEOGRAPH-2758C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2758D,
        name: "CJK UNIFIED IDEOGRAPH-2758D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2758E,
        name: "CJK UNIFIED IDEOGRAPH-2758E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2758F,
        name: "CJK UNIFIED IDEOGRAPH-2758F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27590,
        name: "CJK UNIFIED IDEOGRAPH-27590",
    },
    Character {
        age: "3.1",
        codepoint: 0x27591,
        name: "CJK UNIFIED IDEOGRAPH-27591",
    },
    Character {
        age: "3.1",
        codepoint: 0x27592,
        name: "CJK UNIFIED IDEOGRAPH-27592",
    },
    Character {
        age: "3.1",
        codepoint: 0x27593,
        name: "CJK UNIFIED IDEOGRAPH-27593",
    },
    Character {
        age: "3.1",
        codepoint: 0x27594,
        name: "CJK UNIFIED IDEOGRAPH-27594",
    },
    Character {
        age: "3.1",
        codepoint: 0x27595,
        name: "CJK UNIFIED IDEOGRAPH-27595",
    },
    Character {
        age: "3.1",
        codepoint: 0x27596,
        name: "CJK UNIFIED IDEOGRAPH-27596",
    },
    Character {
        age: "3.1",
        codepoint: 0x27597,
        name: "CJK UNIFIED IDEOGRAPH-27597",
    },
    Character {
        age: "3.1",
        codepoint: 0x27598,
        name: "CJK UNIFIED IDEOGRAPH-27598",
    },
    Character {
        age: "3.1",
        codepoint: 0x27599,
        name: "CJK UNIFIED IDEOGRAPH-27599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2759A,
        name: "CJK UNIFIED IDEOGRAPH-2759A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2759B,
        name: "CJK UNIFIED IDEOGRAPH-2759B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2759C,
        name: "CJK UNIFIED IDEOGRAPH-2759C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2759D,
        name: "CJK UNIFIED IDEOGRAPH-2759D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2759E,
        name: "CJK UNIFIED IDEOGRAPH-2759E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2759F,
        name: "CJK UNIFIED IDEOGRAPH-2759F",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A0,
        name: "CJK UNIFIED IDEOGRAPH-275A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A1,
        name: "CJK UNIFIED IDEOGRAPH-275A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A2,
        name: "CJK UNIFIED IDEOGRAPH-275A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A3,
        name: "CJK UNIFIED IDEOGRAPH-275A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A4,
        name: "CJK UNIFIED IDEOGRAPH-275A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A5,
        name: "CJK UNIFIED IDEOGRAPH-275A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A6,
        name: "CJK UNIFIED IDEOGRAPH-275A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A7,
        name: "CJK UNIFIED IDEOGRAPH-275A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A8,
        name: "CJK UNIFIED IDEOGRAPH-275A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x275A9,
        name: "CJK UNIFIED IDEOGRAPH-275A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x275AA,
        name: "CJK UNIFIED IDEOGRAPH-275AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x275AB,
        name: "CJK UNIFIED IDEOGRAPH-275AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x275AC,
        name: "CJK UNIFIED IDEOGRAPH-275AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x275AD,
        name: "CJK UNIFIED IDEOGRAPH-275AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x275AE,
        name: "CJK UNIFIED IDEOGRAPH-275AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x275AF,
        name: "CJK UNIFIED IDEOGRAPH-275AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B0,
        name: "CJK UNIFIED IDEOGRAPH-275B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B1,
        name: "CJK UNIFIED IDEOGRAPH-275B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B2,
        name: "CJK UNIFIED IDEOGRAPH-275B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B3,
        name: "CJK UNIFIED IDEOGRAPH-275B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B4,
        name: "CJK UNIFIED IDEOGRAPH-275B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B5,
        name: "CJK UNIFIED IDEOGRAPH-275B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B6,
        name: "CJK UNIFIED IDEOGRAPH-275B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B7,
        name: "CJK UNIFIED IDEOGRAPH-275B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B8,
        name: "CJK UNIFIED IDEOGRAPH-275B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x275B9,
        name: "CJK UNIFIED IDEOGRAPH-275B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x275BA,
        name: "CJK UNIFIED IDEOGRAPH-275BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x275BB,
        name: "CJK UNIFIED IDEOGRAPH-275BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x275BC,
        name: "CJK UNIFIED IDEOGRAPH-275BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x275BD,
        name: "CJK UNIFIED IDEOGRAPH-275BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x275BE,
        name: "CJK UNIFIED IDEOGRAPH-275BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x275BF,
        name: "CJK UNIFIED IDEOGRAPH-275BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C0,
        name: "CJK UNIFIED IDEOGRAPH-275C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C1,
        name: "CJK UNIFIED IDEOGRAPH-275C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C2,
        name: "CJK UNIFIED IDEOGRAPH-275C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C3,
        name: "CJK UNIFIED IDEOGRAPH-275C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C4,
        name: "CJK UNIFIED IDEOGRAPH-275C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C5,
        name: "CJK UNIFIED IDEOGRAPH-275C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C6,
        name: "CJK UNIFIED IDEOGRAPH-275C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C7,
        name: "CJK UNIFIED IDEOGRAPH-275C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C8,
        name: "CJK UNIFIED IDEOGRAPH-275C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x275C9,
        name: "CJK UNIFIED IDEOGRAPH-275C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x275CA,
        name: "CJK UNIFIED IDEOGRAPH-275CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x275CB,
        name: "CJK UNIFIED IDEOGRAPH-275CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x275CC,
        name: "CJK UNIFIED IDEOGRAPH-275CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x275CD,
        name: "CJK UNIFIED IDEOGRAPH-275CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x275CE,
        name: "CJK UNIFIED IDEOGRAPH-275CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x275CF,
        name: "CJK UNIFIED IDEOGRAPH-275CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D0,
        name: "CJK UNIFIED IDEOGRAPH-275D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D1,
        name: "CJK UNIFIED IDEOGRAPH-275D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D2,
        name: "CJK UNIFIED IDEOGRAPH-275D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D3,
        name: "CJK UNIFIED IDEOGRAPH-275D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D4,
        name: "CJK UNIFIED IDEOGRAPH-275D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D5,
        name: "CJK UNIFIED IDEOGRAPH-275D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D6,
        name: "CJK UNIFIED IDEOGRAPH-275D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D7,
        name: "CJK UNIFIED IDEOGRAPH-275D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D8,
        name: "CJK UNIFIED IDEOGRAPH-275D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x275D9,
        name: "CJK UNIFIED IDEOGRAPH-275D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x275DA,
        name: "CJK UNIFIED IDEOGRAPH-275DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x275DB,
        name: "CJK UNIFIED IDEOGRAPH-275DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x275DC,
        name: "CJK UNIFIED IDEOGRAPH-275DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x275DD,
        name: "CJK UNIFIED IDEOGRAPH-275DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x275DE,
        name: "CJK UNIFIED IDEOGRAPH-275DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x275DF,
        name: "CJK UNIFIED IDEOGRAPH-275DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E0,
        name: "CJK UNIFIED IDEOGRAPH-275E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E1,
        name: "CJK UNIFIED IDEOGRAPH-275E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E2,
        name: "CJK UNIFIED IDEOGRAPH-275E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E3,
        name: "CJK UNIFIED IDEOGRAPH-275E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E4,
        name: "CJK UNIFIED IDEOGRAPH-275E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E5,
        name: "CJK UNIFIED IDEOGRAPH-275E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E6,
        name: "CJK UNIFIED IDEOGRAPH-275E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E7,
        name: "CJK UNIFIED IDEOGRAPH-275E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E8,
        name: "CJK UNIFIED IDEOGRAPH-275E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x275E9,
        name: "CJK UNIFIED IDEOGRAPH-275E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x275EA,
        name: "CJK UNIFIED IDEOGRAPH-275EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x275EB,
        name: "CJK UNIFIED IDEOGRAPH-275EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x275EC,
        name: "CJK UNIFIED IDEOGRAPH-275EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x275ED,
        name: "CJK UNIFIED IDEOGRAPH-275ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x275EE,
        name: "CJK UNIFIED IDEOGRAPH-275EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x275EF,
        name: "CJK UNIFIED IDEOGRAPH-275EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F0,
        name: "CJK UNIFIED IDEOGRAPH-275F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F1,
        name: "CJK UNIFIED IDEOGRAPH-275F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F2,
        name: "CJK UNIFIED IDEOGRAPH-275F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F3,
        name: "CJK UNIFIED IDEOGRAPH-275F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F4,
        name: "CJK UNIFIED IDEOGRAPH-275F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F5,
        name: "CJK UNIFIED IDEOGRAPH-275F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F6,
        name: "CJK UNIFIED IDEOGRAPH-275F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F7,
        name: "CJK UNIFIED IDEOGRAPH-275F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F8,
        name: "CJK UNIFIED IDEOGRAPH-275F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x275F9,
        name: "CJK UNIFIED IDEOGRAPH-275F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x275FA,
        name: "CJK UNIFIED IDEOGRAPH-275FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x275FB,
        name: "CJK UNIFIED IDEOGRAPH-275FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x275FC,
        name: "CJK UNIFIED IDEOGRAPH-275FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x275FD,
        name: "CJK UNIFIED IDEOGRAPH-275FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x275FE,
        name: "CJK UNIFIED IDEOGRAPH-275FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x275FF,
        name: "CJK UNIFIED IDEOGRAPH-275FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27600,
        name: "CJK UNIFIED IDEOGRAPH-27600",
    },
    Character {
        age: "3.1",
        codepoint: 0x27601,
        name: "CJK UNIFIED IDEOGRAPH-27601",
    },
    Character {
        age: "3.1",
        codepoint: 0x27602,
        name: "CJK UNIFIED IDEOGRAPH-27602",
    },
    Character {
        age: "3.1",
        codepoint: 0x27603,
        name: "CJK UNIFIED IDEOGRAPH-27603",
    },
    Character {
        age: "3.1",
        codepoint: 0x27604,
        name: "CJK UNIFIED IDEOGRAPH-27604",
    },
    Character {
        age: "3.1",
        codepoint: 0x27605,
        name: "CJK UNIFIED IDEOGRAPH-27605",
    },
    Character {
        age: "3.1",
        codepoint: 0x27606,
        name: "CJK UNIFIED IDEOGRAPH-27606",
    },
    Character {
        age: "3.1",
        codepoint: 0x27607,
        name: "CJK UNIFIED IDEOGRAPH-27607",
    },
    Character {
        age: "3.1",
        codepoint: 0x27608,
        name: "CJK UNIFIED IDEOGRAPH-27608",
    },
    Character {
        age: "3.1",
        codepoint: 0x27609,
        name: "CJK UNIFIED IDEOGRAPH-27609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2760A,
        name: "CJK UNIFIED IDEOGRAPH-2760A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2760B,
        name: "CJK UNIFIED IDEOGRAPH-2760B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2760C,
        name: "CJK UNIFIED IDEOGRAPH-2760C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2760D,
        name: "CJK UNIFIED IDEOGRAPH-2760D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2760E,
        name: "CJK UNIFIED IDEOGRAPH-2760E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2760F,
        name: "CJK UNIFIED IDEOGRAPH-2760F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27610,
        name: "CJK UNIFIED IDEOGRAPH-27610",
    },
    Character {
        age: "3.1",
        codepoint: 0x27611,
        name: "CJK UNIFIED IDEOGRAPH-27611",
    },
    Character {
        age: "3.1",
        codepoint: 0x27612,
        name: "CJK UNIFIED IDEOGRAPH-27612",
    },
    Character {
        age: "3.1",
        codepoint: 0x27613,
        name: "CJK UNIFIED IDEOGRAPH-27613",
    },
    Character {
        age: "3.1",
        codepoint: 0x27614,
        name: "CJK UNIFIED IDEOGRAPH-27614",
    },
    Character {
        age: "3.1",
        codepoint: 0x27615,
        name: "CJK UNIFIED IDEOGRAPH-27615",
    },
    Character {
        age: "3.1",
        codepoint: 0x27616,
        name: "CJK UNIFIED IDEOGRAPH-27616",
    },
    Character {
        age: "3.1",
        codepoint: 0x27617,
        name: "CJK UNIFIED IDEOGRAPH-27617",
    },
    Character {
        age: "3.1",
        codepoint: 0x27618,
        name: "CJK UNIFIED IDEOGRAPH-27618",
    },
    Character {
        age: "3.1",
        codepoint: 0x27619,
        name: "CJK UNIFIED IDEOGRAPH-27619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2761A,
        name: "CJK UNIFIED IDEOGRAPH-2761A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2761B,
        name: "CJK UNIFIED IDEOGRAPH-2761B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2761C,
        name: "CJK UNIFIED IDEOGRAPH-2761C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2761D,
        name: "CJK UNIFIED IDEOGRAPH-2761D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2761E,
        name: "CJK UNIFIED IDEOGRAPH-2761E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2761F,
        name: "CJK UNIFIED IDEOGRAPH-2761F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27620,
        name: "CJK UNIFIED IDEOGRAPH-27620",
    },
    Character {
        age: "3.1",
        codepoint: 0x27621,
        name: "CJK UNIFIED IDEOGRAPH-27621",
    },
    Character {
        age: "3.1",
        codepoint: 0x27622,
        name: "CJK UNIFIED IDEOGRAPH-27622",
    },
    Character {
        age: "3.1",
        codepoint: 0x27623,
        name: "CJK UNIFIED IDEOGRAPH-27623",
    },
    Character {
        age: "3.1",
        codepoint: 0x27624,
        name: "CJK UNIFIED IDEOGRAPH-27624",
    },
    Character {
        age: "3.1",
        codepoint: 0x27625,
        name: "CJK UNIFIED IDEOGRAPH-27625",
    },
    Character {
        age: "3.1",
        codepoint: 0x27626,
        name: "CJK UNIFIED IDEOGRAPH-27626",
    },
    Character {
        age: "3.1",
        codepoint: 0x27627,
        name: "CJK UNIFIED IDEOGRAPH-27627",
    },
    Character {
        age: "3.1",
        codepoint: 0x27628,
        name: "CJK UNIFIED IDEOGRAPH-27628",
    },
    Character {
        age: "3.1",
        codepoint: 0x27629,
        name: "CJK UNIFIED IDEOGRAPH-27629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2762A,
        name: "CJK UNIFIED IDEOGRAPH-2762A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2762B,
        name: "CJK UNIFIED IDEOGRAPH-2762B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2762C,
        name: "CJK UNIFIED IDEOGRAPH-2762C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2762D,
        name: "CJK UNIFIED IDEOGRAPH-2762D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2762E,
        name: "CJK UNIFIED IDEOGRAPH-2762E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2762F,
        name: "CJK UNIFIED IDEOGRAPH-2762F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27630,
        name: "CJK UNIFIED IDEOGRAPH-27630",
    },
    Character {
        age: "3.1",
        codepoint: 0x27631,
        name: "CJK UNIFIED IDEOGRAPH-27631",
    },
    Character {
        age: "3.1",
        codepoint: 0x27632,
        name: "CJK UNIFIED IDEOGRAPH-27632",
    },
    Character {
        age: "3.1",
        codepoint: 0x27633,
        name: "CJK UNIFIED IDEOGRAPH-27633",
    },
    Character {
        age: "3.1",
        codepoint: 0x27634,
        name: "CJK UNIFIED IDEOGRAPH-27634",
    },
    Character {
        age: "3.1",
        codepoint: 0x27635,
        name: "CJK UNIFIED IDEOGRAPH-27635",
    },
    Character {
        age: "3.1",
        codepoint: 0x27636,
        name: "CJK UNIFIED IDEOGRAPH-27636",
    },
    Character {
        age: "3.1",
        codepoint: 0x27637,
        name: "CJK UNIFIED IDEOGRAPH-27637",
    },
    Character {
        age: "3.1",
        codepoint: 0x27638,
        name: "CJK UNIFIED IDEOGRAPH-27638",
    },
    Character {
        age: "3.1",
        codepoint: 0x27639,
        name: "CJK UNIFIED IDEOGRAPH-27639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2763A,
        name: "CJK UNIFIED IDEOGRAPH-2763A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2763B,
        name: "CJK UNIFIED IDEOGRAPH-2763B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2763C,
        name: "CJK UNIFIED IDEOGRAPH-2763C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2763D,
        name: "CJK UNIFIED IDEOGRAPH-2763D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2763E,
        name: "CJK UNIFIED IDEOGRAPH-2763E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2763F,
        name: "CJK UNIFIED IDEOGRAPH-2763F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27640,
        name: "CJK UNIFIED IDEOGRAPH-27640",
    },
    Character {
        age: "3.1",
        codepoint: 0x27641,
        name: "CJK UNIFIED IDEOGRAPH-27641",
    },
    Character {
        age: "3.1",
        codepoint: 0x27642,
        name: "CJK UNIFIED IDEOGRAPH-27642",
    },
    Character {
        age: "3.1",
        codepoint: 0x27643,
        name: "CJK UNIFIED IDEOGRAPH-27643",
    },
    Character {
        age: "3.1",
        codepoint: 0x27644,
        name: "CJK UNIFIED IDEOGRAPH-27644",
    },
    Character {
        age: "3.1",
        codepoint: 0x27645,
        name: "CJK UNIFIED IDEOGRAPH-27645",
    },
    Character {
        age: "3.1",
        codepoint: 0x27646,
        name: "CJK UNIFIED IDEOGRAPH-27646",
    },
    Character {
        age: "3.1",
        codepoint: 0x27647,
        name: "CJK UNIFIED IDEOGRAPH-27647",
    },
    Character {
        age: "3.1",
        codepoint: 0x27648,
        name: "CJK UNIFIED IDEOGRAPH-27648",
    },
    Character {
        age: "3.1",
        codepoint: 0x27649,
        name: "CJK UNIFIED IDEOGRAPH-27649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2764A,
        name: "CJK UNIFIED IDEOGRAPH-2764A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2764B,
        name: "CJK UNIFIED IDEOGRAPH-2764B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2764C,
        name: "CJK UNIFIED IDEOGRAPH-2764C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2764D,
        name: "CJK UNIFIED IDEOGRAPH-2764D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2764E,
        name: "CJK UNIFIED IDEOGRAPH-2764E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2764F,
        name: "CJK UNIFIED IDEOGRAPH-2764F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27650,
        name: "CJK UNIFIED IDEOGRAPH-27650",
    },
    Character {
        age: "3.1",
        codepoint: 0x27651,
        name: "CJK UNIFIED IDEOGRAPH-27651",
    },
    Character {
        age: "3.1",
        codepoint: 0x27652,
        name: "CJK UNIFIED IDEOGRAPH-27652",
    },
    Character {
        age: "3.1",
        codepoint: 0x27653,
        name: "CJK UNIFIED IDEOGRAPH-27653",
    },
    Character {
        age: "3.1",
        codepoint: 0x27654,
        name: "CJK UNIFIED IDEOGRAPH-27654",
    },
    Character {
        age: "3.1",
        codepoint: 0x27655,
        name: "CJK UNIFIED IDEOGRAPH-27655",
    },
    Character {
        age: "3.1",
        codepoint: 0x27656,
        name: "CJK UNIFIED IDEOGRAPH-27656",
    },
    Character {
        age: "3.1",
        codepoint: 0x27657,
        name: "CJK UNIFIED IDEOGRAPH-27657",
    },
    Character {
        age: "3.1",
        codepoint: 0x27658,
        name: "CJK UNIFIED IDEOGRAPH-27658",
    },
    Character {
        age: "3.1",
        codepoint: 0x27659,
        name: "CJK UNIFIED IDEOGRAPH-27659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2765A,
        name: "CJK UNIFIED IDEOGRAPH-2765A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2765B,
        name: "CJK UNIFIED IDEOGRAPH-2765B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2765C,
        name: "CJK UNIFIED IDEOGRAPH-2765C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2765D,
        name: "CJK UNIFIED IDEOGRAPH-2765D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2765E,
        name: "CJK UNIFIED IDEOGRAPH-2765E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2765F,
        name: "CJK UNIFIED IDEOGRAPH-2765F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27660,
        name: "CJK UNIFIED IDEOGRAPH-27660",
    },
    Character {
        age: "3.1",
        codepoint: 0x27661,
        name: "CJK UNIFIED IDEOGRAPH-27661",
    },
    Character {
        age: "3.1",
        codepoint: 0x27662,
        name: "CJK UNIFIED IDEOGRAPH-27662",
    },
    Character {
        age: "3.1",
        codepoint: 0x27663,
        name: "CJK UNIFIED IDEOGRAPH-27663",
    },
    Character {
        age: "3.1",
        codepoint: 0x27664,
        name: "CJK UNIFIED IDEOGRAPH-27664",
    },
    Character {
        age: "3.1",
        codepoint: 0x27665,
        name: "CJK UNIFIED IDEOGRAPH-27665",
    },
    Character {
        age: "3.1",
        codepoint: 0x27666,
        name: "CJK UNIFIED IDEOGRAPH-27666",
    },
    Character {
        age: "3.1",
        codepoint: 0x27667,
        name: "CJK UNIFIED IDEOGRAPH-27667",
    },
    Character {
        age: "3.1",
        codepoint: 0x27668,
        name: "CJK UNIFIED IDEOGRAPH-27668",
    },
    Character {
        age: "3.1",
        codepoint: 0x27669,
        name: "CJK UNIFIED IDEOGRAPH-27669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2766A,
        name: "CJK UNIFIED IDEOGRAPH-2766A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2766B,
        name: "CJK UNIFIED IDEOGRAPH-2766B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2766C,
        name: "CJK UNIFIED IDEOGRAPH-2766C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2766D,
        name: "CJK UNIFIED IDEOGRAPH-2766D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2766E,
        name: "CJK UNIFIED IDEOGRAPH-2766E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2766F,
        name: "CJK UNIFIED IDEOGRAPH-2766F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27670,
        name: "CJK UNIFIED IDEOGRAPH-27670",
    },
    Character {
        age: "3.1",
        codepoint: 0x27671,
        name: "CJK UNIFIED IDEOGRAPH-27671",
    },
    Character {
        age: "3.1",
        codepoint: 0x27672,
        name: "CJK UNIFIED IDEOGRAPH-27672",
    },
    Character {
        age: "3.1",
        codepoint: 0x27673,
        name: "CJK UNIFIED IDEOGRAPH-27673",
    },
    Character {
        age: "3.1",
        codepoint: 0x27674,
        name: "CJK UNIFIED IDEOGRAPH-27674",
    },
    Character {
        age: "3.1",
        codepoint: 0x27675,
        name: "CJK UNIFIED IDEOGRAPH-27675",
    },
    Character {
        age: "3.1",
        codepoint: 0x27676,
        name: "CJK UNIFIED IDEOGRAPH-27676",
    },
    Character {
        age: "3.1",
        codepoint: 0x27677,
        name: "CJK UNIFIED IDEOGRAPH-27677",
    },
    Character {
        age: "3.1",
        codepoint: 0x27678,
        name: "CJK UNIFIED IDEOGRAPH-27678",
    },
    Character {
        age: "3.1",
        codepoint: 0x27679,
        name: "CJK UNIFIED IDEOGRAPH-27679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2767A,
        name: "CJK UNIFIED IDEOGRAPH-2767A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2767B,
        name: "CJK UNIFIED IDEOGRAPH-2767B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2767C,
        name: "CJK UNIFIED IDEOGRAPH-2767C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2767D,
        name: "CJK UNIFIED IDEOGRAPH-2767D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2767E,
        name: "CJK UNIFIED IDEOGRAPH-2767E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2767F,
        name: "CJK UNIFIED IDEOGRAPH-2767F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27680,
        name: "CJK UNIFIED IDEOGRAPH-27680",
    },
    Character {
        age: "3.1",
        codepoint: 0x27681,
        name: "CJK UNIFIED IDEOGRAPH-27681",
    },
    Character {
        age: "3.1",
        codepoint: 0x27682,
        name: "CJK UNIFIED IDEOGRAPH-27682",
    },
    Character {
        age: "3.1",
        codepoint: 0x27683,
        name: "CJK UNIFIED IDEOGRAPH-27683",
    },
    Character {
        age: "3.1",
        codepoint: 0x27684,
        name: "CJK UNIFIED IDEOGRAPH-27684",
    },
    Character {
        age: "3.1",
        codepoint: 0x27685,
        name: "CJK UNIFIED IDEOGRAPH-27685",
    },
    Character {
        age: "3.1",
        codepoint: 0x27686,
        name: "CJK UNIFIED IDEOGRAPH-27686",
    },
    Character {
        age: "3.1",
        codepoint: 0x27687,
        name: "CJK UNIFIED IDEOGRAPH-27687",
    },
    Character {
        age: "3.1",
        codepoint: 0x27688,
        name: "CJK UNIFIED IDEOGRAPH-27688",
    },
    Character {
        age: "3.1",
        codepoint: 0x27689,
        name: "CJK UNIFIED IDEOGRAPH-27689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2768A,
        name: "CJK UNIFIED IDEOGRAPH-2768A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2768B,
        name: "CJK UNIFIED IDEOGRAPH-2768B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2768C,
        name: "CJK UNIFIED IDEOGRAPH-2768C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2768D,
        name: "CJK UNIFIED IDEOGRAPH-2768D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2768E,
        name: "CJK UNIFIED IDEOGRAPH-2768E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2768F,
        name: "CJK UNIFIED IDEOGRAPH-2768F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27690,
        name: "CJK UNIFIED IDEOGRAPH-27690",
    },
    Character {
        age: "3.1",
        codepoint: 0x27691,
        name: "CJK UNIFIED IDEOGRAPH-27691",
    },
    Character {
        age: "3.1",
        codepoint: 0x27692,
        name: "CJK UNIFIED IDEOGRAPH-27692",
    },
    Character {
        age: "3.1",
        codepoint: 0x27693,
        name: "CJK UNIFIED IDEOGRAPH-27693",
    },
    Character {
        age: "3.1",
        codepoint: 0x27694,
        name: "CJK UNIFIED IDEOGRAPH-27694",
    },
    Character {
        age: "3.1",
        codepoint: 0x27695,
        name: "CJK UNIFIED IDEOGRAPH-27695",
    },
    Character {
        age: "3.1",
        codepoint: 0x27696,
        name: "CJK UNIFIED IDEOGRAPH-27696",
    },
    Character {
        age: "3.1",
        codepoint: 0x27697,
        name: "CJK UNIFIED IDEOGRAPH-27697",
    },
    Character {
        age: "3.1",
        codepoint: 0x27698,
        name: "CJK UNIFIED IDEOGRAPH-27698",
    },
    Character {
        age: "3.1",
        codepoint: 0x27699,
        name: "CJK UNIFIED IDEOGRAPH-27699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2769A,
        name: "CJK UNIFIED IDEOGRAPH-2769A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2769B,
        name: "CJK UNIFIED IDEOGRAPH-2769B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2769C,
        name: "CJK UNIFIED IDEOGRAPH-2769C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2769D,
        name: "CJK UNIFIED IDEOGRAPH-2769D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2769E,
        name: "CJK UNIFIED IDEOGRAPH-2769E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2769F,
        name: "CJK UNIFIED IDEOGRAPH-2769F",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A0,
        name: "CJK UNIFIED IDEOGRAPH-276A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A1,
        name: "CJK UNIFIED IDEOGRAPH-276A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A2,
        name: "CJK UNIFIED IDEOGRAPH-276A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A3,
        name: "CJK UNIFIED IDEOGRAPH-276A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A4,
        name: "CJK UNIFIED IDEOGRAPH-276A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A5,
        name: "CJK UNIFIED IDEOGRAPH-276A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A6,
        name: "CJK UNIFIED IDEOGRAPH-276A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A7,
        name: "CJK UNIFIED IDEOGRAPH-276A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A8,
        name: "CJK UNIFIED IDEOGRAPH-276A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x276A9,
        name: "CJK UNIFIED IDEOGRAPH-276A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x276AA,
        name: "CJK UNIFIED IDEOGRAPH-276AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x276AB,
        name: "CJK UNIFIED IDEOGRAPH-276AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x276AC,
        name: "CJK UNIFIED IDEOGRAPH-276AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x276AD,
        name: "CJK UNIFIED IDEOGRAPH-276AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x276AE,
        name: "CJK UNIFIED IDEOGRAPH-276AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x276AF,
        name: "CJK UNIFIED IDEOGRAPH-276AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B0,
        name: "CJK UNIFIED IDEOGRAPH-276B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B1,
        name: "CJK UNIFIED IDEOGRAPH-276B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B2,
        name: "CJK UNIFIED IDEOGRAPH-276B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B3,
        name: "CJK UNIFIED IDEOGRAPH-276B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B4,
        name: "CJK UNIFIED IDEOGRAPH-276B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B5,
        name: "CJK UNIFIED IDEOGRAPH-276B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B6,
        name: "CJK UNIFIED IDEOGRAPH-276B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B7,
        name: "CJK UNIFIED IDEOGRAPH-276B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B8,
        name: "CJK UNIFIED IDEOGRAPH-276B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x276B9,
        name: "CJK UNIFIED IDEOGRAPH-276B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x276BA,
        name: "CJK UNIFIED IDEOGRAPH-276BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x276BB,
        name: "CJK UNIFIED IDEOGRAPH-276BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x276BC,
        name: "CJK UNIFIED IDEOGRAPH-276BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x276BD,
        name: "CJK UNIFIED IDEOGRAPH-276BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x276BE,
        name: "CJK UNIFIED IDEOGRAPH-276BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x276BF,
        name: "CJK UNIFIED IDEOGRAPH-276BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C0,
        name: "CJK UNIFIED IDEOGRAPH-276C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C1,
        name: "CJK UNIFIED IDEOGRAPH-276C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C2,
        name: "CJK UNIFIED IDEOGRAPH-276C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C3,
        name: "CJK UNIFIED IDEOGRAPH-276C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C4,
        name: "CJK UNIFIED IDEOGRAPH-276C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C5,
        name: "CJK UNIFIED IDEOGRAPH-276C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C6,
        name: "CJK UNIFIED IDEOGRAPH-276C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C7,
        name: "CJK UNIFIED IDEOGRAPH-276C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C8,
        name: "CJK UNIFIED IDEOGRAPH-276C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x276C9,
        name: "CJK UNIFIED IDEOGRAPH-276C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x276CA,
        name: "CJK UNIFIED IDEOGRAPH-276CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x276CB,
        name: "CJK UNIFIED IDEOGRAPH-276CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x276CC,
        name: "CJK UNIFIED IDEOGRAPH-276CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x276CD,
        name: "CJK UNIFIED IDEOGRAPH-276CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x276CE,
        name: "CJK UNIFIED IDEOGRAPH-276CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x276CF,
        name: "CJK UNIFIED IDEOGRAPH-276CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D0,
        name: "CJK UNIFIED IDEOGRAPH-276D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D1,
        name: "CJK UNIFIED IDEOGRAPH-276D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D2,
        name: "CJK UNIFIED IDEOGRAPH-276D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D3,
        name: "CJK UNIFIED IDEOGRAPH-276D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D4,
        name: "CJK UNIFIED IDEOGRAPH-276D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D5,
        name: "CJK UNIFIED IDEOGRAPH-276D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D6,
        name: "CJK UNIFIED IDEOGRAPH-276D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D7,
        name: "CJK UNIFIED IDEOGRAPH-276D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D8,
        name: "CJK UNIFIED IDEOGRAPH-276D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x276D9,
        name: "CJK UNIFIED IDEOGRAPH-276D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x276DA,
        name: "CJK UNIFIED IDEOGRAPH-276DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x276DB,
        name: "CJK UNIFIED IDEOGRAPH-276DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x276DC,
        name: "CJK UNIFIED IDEOGRAPH-276DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x276DD,
        name: "CJK UNIFIED IDEOGRAPH-276DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x276DE,
        name: "CJK UNIFIED IDEOGRAPH-276DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x276DF,
        name: "CJK UNIFIED IDEOGRAPH-276DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E0,
        name: "CJK UNIFIED IDEOGRAPH-276E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E1,
        name: "CJK UNIFIED IDEOGRAPH-276E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E2,
        name: "CJK UNIFIED IDEOGRAPH-276E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E3,
        name: "CJK UNIFIED IDEOGRAPH-276E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E4,
        name: "CJK UNIFIED IDEOGRAPH-276E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E5,
        name: "CJK UNIFIED IDEOGRAPH-276E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E6,
        name: "CJK UNIFIED IDEOGRAPH-276E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E7,
        name: "CJK UNIFIED IDEOGRAPH-276E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E8,
        name: "CJK UNIFIED IDEOGRAPH-276E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x276E9,
        name: "CJK UNIFIED IDEOGRAPH-276E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x276EA,
        name: "CJK UNIFIED IDEOGRAPH-276EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x276EB,
        name: "CJK UNIFIED IDEOGRAPH-276EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x276EC,
        name: "CJK UNIFIED IDEOGRAPH-276EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x276ED,
        name: "CJK UNIFIED IDEOGRAPH-276ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x276EE,
        name: "CJK UNIFIED IDEOGRAPH-276EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x276EF,
        name: "CJK UNIFIED IDEOGRAPH-276EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F0,
        name: "CJK UNIFIED IDEOGRAPH-276F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F1,
        name: "CJK UNIFIED IDEOGRAPH-276F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F2,
        name: "CJK UNIFIED IDEOGRAPH-276F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F3,
        name: "CJK UNIFIED IDEOGRAPH-276F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F4,
        name: "CJK UNIFIED IDEOGRAPH-276F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F5,
        name: "CJK UNIFIED IDEOGRAPH-276F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F6,
        name: "CJK UNIFIED IDEOGRAPH-276F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F7,
        name: "CJK UNIFIED IDEOGRAPH-276F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F8,
        name: "CJK UNIFIED IDEOGRAPH-276F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x276F9,
        name: "CJK UNIFIED IDEOGRAPH-276F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x276FA,
        name: "CJK UNIFIED IDEOGRAPH-276FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x276FB,
        name: "CJK UNIFIED IDEOGRAPH-276FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x276FC,
        name: "CJK UNIFIED IDEOGRAPH-276FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x276FD,
        name: "CJK UNIFIED IDEOGRAPH-276FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x276FE,
        name: "CJK UNIFIED IDEOGRAPH-276FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x276FF,
        name: "CJK UNIFIED IDEOGRAPH-276FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27700,
        name: "CJK UNIFIED IDEOGRAPH-27700",
    },
    Character {
        age: "3.1",
        codepoint: 0x27701,
        name: "CJK UNIFIED IDEOGRAPH-27701",
    },
    Character {
        age: "3.1",
        codepoint: 0x27702,
        name: "CJK UNIFIED IDEOGRAPH-27702",
    },
    Character {
        age: "3.1",
        codepoint: 0x27703,
        name: "CJK UNIFIED IDEOGRAPH-27703",
    },
    Character {
        age: "3.1",
        codepoint: 0x27704,
        name: "CJK UNIFIED IDEOGRAPH-27704",
    },
    Character {
        age: "3.1",
        codepoint: 0x27705,
        name: "CJK UNIFIED IDEOGRAPH-27705",
    },
    Character {
        age: "3.1",
        codepoint: 0x27706,
        name: "CJK UNIFIED IDEOGRAPH-27706",
    },
    Character {
        age: "3.1",
        codepoint: 0x27707,
        name: "CJK UNIFIED IDEOGRAPH-27707",
    },
    Character {
        age: "3.1",
        codepoint: 0x27708,
        name: "CJK UNIFIED IDEOGRAPH-27708",
    },
    Character {
        age: "3.1",
        codepoint: 0x27709,
        name: "CJK UNIFIED IDEOGRAPH-27709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2770A,
        name: "CJK UNIFIED IDEOGRAPH-2770A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2770B,
        name: "CJK UNIFIED IDEOGRAPH-2770B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2770C,
        name: "CJK UNIFIED IDEOGRAPH-2770C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2770D,
        name: "CJK UNIFIED IDEOGRAPH-2770D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2770E,
        name: "CJK UNIFIED IDEOGRAPH-2770E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2770F,
        name: "CJK UNIFIED IDEOGRAPH-2770F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27710,
        name: "CJK UNIFIED IDEOGRAPH-27710",
    },
    Character {
        age: "3.1",
        codepoint: 0x27711,
        name: "CJK UNIFIED IDEOGRAPH-27711",
    },
    Character {
        age: "3.1",
        codepoint: 0x27712,
        name: "CJK UNIFIED IDEOGRAPH-27712",
    },
    Character {
        age: "3.1",
        codepoint: 0x27713,
        name: "CJK UNIFIED IDEOGRAPH-27713",
    },
    Character {
        age: "3.1",
        codepoint: 0x27714,
        name: "CJK UNIFIED IDEOGRAPH-27714",
    },
    Character {
        age: "3.1",
        codepoint: 0x27715,
        name: "CJK UNIFIED IDEOGRAPH-27715",
    },
    Character {
        age: "3.1",
        codepoint: 0x27716,
        name: "CJK UNIFIED IDEOGRAPH-27716",
    },
    Character {
        age: "3.1",
        codepoint: 0x27717,
        name: "CJK UNIFIED IDEOGRAPH-27717",
    },
    Character {
        age: "3.1",
        codepoint: 0x27718,
        name: "CJK UNIFIED IDEOGRAPH-27718",
    },
    Character {
        age: "3.1",
        codepoint: 0x27719,
        name: "CJK UNIFIED IDEOGRAPH-27719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2771A,
        name: "CJK UNIFIED IDEOGRAPH-2771A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2771B,
        name: "CJK UNIFIED IDEOGRAPH-2771B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2771C,
        name: "CJK UNIFIED IDEOGRAPH-2771C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2771D,
        name: "CJK UNIFIED IDEOGRAPH-2771D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2771E,
        name: "CJK UNIFIED IDEOGRAPH-2771E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2771F,
        name: "CJK UNIFIED IDEOGRAPH-2771F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27720,
        name: "CJK UNIFIED IDEOGRAPH-27720",
    },
    Character {
        age: "3.1",
        codepoint: 0x27721,
        name: "CJK UNIFIED IDEOGRAPH-27721",
    },
    Character {
        age: "3.1",
        codepoint: 0x27722,
        name: "CJK UNIFIED IDEOGRAPH-27722",
    },
    Character {
        age: "3.1",
        codepoint: 0x27723,
        name: "CJK UNIFIED IDEOGRAPH-27723",
    },
    Character {
        age: "3.1",
        codepoint: 0x27724,
        name: "CJK UNIFIED IDEOGRAPH-27724",
    },
    Character {
        age: "3.1",
        codepoint: 0x27725,
        name: "CJK UNIFIED IDEOGRAPH-27725",
    },
    Character {
        age: "3.1",
        codepoint: 0x27726,
        name: "CJK UNIFIED IDEOGRAPH-27726",
    },
    Character {
        age: "3.1",
        codepoint: 0x27727,
        name: "CJK UNIFIED IDEOGRAPH-27727",
    },
    Character {
        age: "3.1",
        codepoint: 0x27728,
        name: "CJK UNIFIED IDEOGRAPH-27728",
    },
    Character {
        age: "3.1",
        codepoint: 0x27729,
        name: "CJK UNIFIED IDEOGRAPH-27729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2772A,
        name: "CJK UNIFIED IDEOGRAPH-2772A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2772B,
        name: "CJK UNIFIED IDEOGRAPH-2772B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2772C,
        name: "CJK UNIFIED IDEOGRAPH-2772C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2772D,
        name: "CJK UNIFIED IDEOGRAPH-2772D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2772E,
        name: "CJK UNIFIED IDEOGRAPH-2772E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2772F,
        name: "CJK UNIFIED IDEOGRAPH-2772F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27730,
        name: "CJK UNIFIED IDEOGRAPH-27730",
    },
    Character {
        age: "3.1",
        codepoint: 0x27731,
        name: "CJK UNIFIED IDEOGRAPH-27731",
    },
    Character {
        age: "3.1",
        codepoint: 0x27732,
        name: "CJK UNIFIED IDEOGRAPH-27732",
    },
    Character {
        age: "3.1",
        codepoint: 0x27733,
        name: "CJK UNIFIED IDEOGRAPH-27733",
    },
    Character {
        age: "3.1",
        codepoint: 0x27734,
        name: "CJK UNIFIED IDEOGRAPH-27734",
    },
    Character {
        age: "3.1",
        codepoint: 0x27735,
        name: "CJK UNIFIED IDEOGRAPH-27735",
    },
    Character {
        age: "3.1",
        codepoint: 0x27736,
        name: "CJK UNIFIED IDEOGRAPH-27736",
    },
    Character {
        age: "3.1",
        codepoint: 0x27737,
        name: "CJK UNIFIED IDEOGRAPH-27737",
    },
    Character {
        age: "3.1",
        codepoint: 0x27738,
        name: "CJK UNIFIED IDEOGRAPH-27738",
    },
    Character {
        age: "3.1",
        codepoint: 0x27739,
        name: "CJK UNIFIED IDEOGRAPH-27739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2773A,
        name: "CJK UNIFIED IDEOGRAPH-2773A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2773B,
        name: "CJK UNIFIED IDEOGRAPH-2773B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2773C,
        name: "CJK UNIFIED IDEOGRAPH-2773C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2773D,
        name: "CJK UNIFIED IDEOGRAPH-2773D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2773E,
        name: "CJK UNIFIED IDEOGRAPH-2773E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2773F,
        name: "CJK UNIFIED IDEOGRAPH-2773F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27740,
        name: "CJK UNIFIED IDEOGRAPH-27740",
    },
    Character {
        age: "3.1",
        codepoint: 0x27741,
        name: "CJK UNIFIED IDEOGRAPH-27741",
    },
    Character {
        age: "3.1",
        codepoint: 0x27742,
        name: "CJK UNIFIED IDEOGRAPH-27742",
    },
    Character {
        age: "3.1",
        codepoint: 0x27743,
        name: "CJK UNIFIED IDEOGRAPH-27743",
    },
    Character {
        age: "3.1",
        codepoint: 0x27744,
        name: "CJK UNIFIED IDEOGRAPH-27744",
    },
    Character {
        age: "3.1",
        codepoint: 0x27745,
        name: "CJK UNIFIED IDEOGRAPH-27745",
    },
    Character {
        age: "3.1",
        codepoint: 0x27746,
        name: "CJK UNIFIED IDEOGRAPH-27746",
    },
    Character {
        age: "3.1",
        codepoint: 0x27747,
        name: "CJK UNIFIED IDEOGRAPH-27747",
    },
    Character {
        age: "3.1",
        codepoint: 0x27748,
        name: "CJK UNIFIED IDEOGRAPH-27748",
    },
    Character {
        age: "3.1",
        codepoint: 0x27749,
        name: "CJK UNIFIED IDEOGRAPH-27749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2774A,
        name: "CJK UNIFIED IDEOGRAPH-2774A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2774B,
        name: "CJK UNIFIED IDEOGRAPH-2774B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2774C,
        name: "CJK UNIFIED IDEOGRAPH-2774C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2774D,
        name: "CJK UNIFIED IDEOGRAPH-2774D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2774E,
        name: "CJK UNIFIED IDEOGRAPH-2774E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2774F,
        name: "CJK UNIFIED IDEOGRAPH-2774F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27750,
        name: "CJK UNIFIED IDEOGRAPH-27750",
    },
    Character {
        age: "3.1",
        codepoint: 0x27751,
        name: "CJK UNIFIED IDEOGRAPH-27751",
    },
    Character {
        age: "3.1",
        codepoint: 0x27752,
        name: "CJK UNIFIED IDEOGRAPH-27752",
    },
    Character {
        age: "3.1",
        codepoint: 0x27753,
        name: "CJK UNIFIED IDEOGRAPH-27753",
    },
    Character {
        age: "3.1",
        codepoint: 0x27754,
        name: "CJK UNIFIED IDEOGRAPH-27754",
    },
    Character {
        age: "3.1",
        codepoint: 0x27755,
        name: "CJK UNIFIED IDEOGRAPH-27755",
    },
    Character {
        age: "3.1",
        codepoint: 0x27756,
        name: "CJK UNIFIED IDEOGRAPH-27756",
    },
    Character {
        age: "3.1",
        codepoint: 0x27757,
        name: "CJK UNIFIED IDEOGRAPH-27757",
    },
    Character {
        age: "3.1",
        codepoint: 0x27758,
        name: "CJK UNIFIED IDEOGRAPH-27758",
    },
    Character {
        age: "3.1",
        codepoint: 0x27759,
        name: "CJK UNIFIED IDEOGRAPH-27759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2775A,
        name: "CJK UNIFIED IDEOGRAPH-2775A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2775B,
        name: "CJK UNIFIED IDEOGRAPH-2775B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2775C,
        name: "CJK UNIFIED IDEOGRAPH-2775C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2775D,
        name: "CJK UNIFIED IDEOGRAPH-2775D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2775E,
        name: "CJK UNIFIED IDEOGRAPH-2775E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2775F,
        name: "CJK UNIFIED IDEOGRAPH-2775F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27760,
        name: "CJK UNIFIED IDEOGRAPH-27760",
    },
    Character {
        age: "3.1",
        codepoint: 0x27761,
        name: "CJK UNIFIED IDEOGRAPH-27761",
    },
    Character {
        age: "3.1",
        codepoint: 0x27762,
        name: "CJK UNIFIED IDEOGRAPH-27762",
    },
    Character {
        age: "3.1",
        codepoint: 0x27763,
        name: "CJK UNIFIED IDEOGRAPH-27763",
    },
    Character {
        age: "3.1",
        codepoint: 0x27764,
        name: "CJK UNIFIED IDEOGRAPH-27764",
    },
    Character {
        age: "3.1",
        codepoint: 0x27765,
        name: "CJK UNIFIED IDEOGRAPH-27765",
    },
    Character {
        age: "3.1",
        codepoint: 0x27766,
        name: "CJK UNIFIED IDEOGRAPH-27766",
    },
    Character {
        age: "3.1",
        codepoint: 0x27767,
        name: "CJK UNIFIED IDEOGRAPH-27767",
    },
    Character {
        age: "3.1",
        codepoint: 0x27768,
        name: "CJK UNIFIED IDEOGRAPH-27768",
    },
    Character {
        age: "3.1",
        codepoint: 0x27769,
        name: "CJK UNIFIED IDEOGRAPH-27769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2776A,
        name: "CJK UNIFIED IDEOGRAPH-2776A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2776B,
        name: "CJK UNIFIED IDEOGRAPH-2776B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2776C,
        name: "CJK UNIFIED IDEOGRAPH-2776C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2776D,
        name: "CJK UNIFIED IDEOGRAPH-2776D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2776E,
        name: "CJK UNIFIED IDEOGRAPH-2776E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2776F,
        name: "CJK UNIFIED IDEOGRAPH-2776F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27770,
        name: "CJK UNIFIED IDEOGRAPH-27770",
    },
    Character {
        age: "3.1",
        codepoint: 0x27771,
        name: "CJK UNIFIED IDEOGRAPH-27771",
    },
    Character {
        age: "3.1",
        codepoint: 0x27772,
        name: "CJK UNIFIED IDEOGRAPH-27772",
    },
    Character {
        age: "3.1",
        codepoint: 0x27773,
        name: "CJK UNIFIED IDEOGRAPH-27773",
    },
    Character {
        age: "3.1",
        codepoint: 0x27774,
        name: "CJK UNIFIED IDEOGRAPH-27774",
    },
    Character {
        age: "3.1",
        codepoint: 0x27775,
        name: "CJK UNIFIED IDEOGRAPH-27775",
    },
    Character {
        age: "3.1",
        codepoint: 0x27776,
        name: "CJK UNIFIED IDEOGRAPH-27776",
    },
    Character {
        age: "3.1",
        codepoint: 0x27777,
        name: "CJK UNIFIED IDEOGRAPH-27777",
    },
    Character {
        age: "3.1",
        codepoint: 0x27778,
        name: "CJK UNIFIED IDEOGRAPH-27778",
    },
    Character {
        age: "3.1",
        codepoint: 0x27779,
        name: "CJK UNIFIED IDEOGRAPH-27779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2777A,
        name: "CJK UNIFIED IDEOGRAPH-2777A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2777B,
        name: "CJK UNIFIED IDEOGRAPH-2777B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2777C,
        name: "CJK UNIFIED IDEOGRAPH-2777C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2777D,
        name: "CJK UNIFIED IDEOGRAPH-2777D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2777E,
        name: "CJK UNIFIED IDEOGRAPH-2777E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2777F,
        name: "CJK UNIFIED IDEOGRAPH-2777F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27780,
        name: "CJK UNIFIED IDEOGRAPH-27780",
    },
    Character {
        age: "3.1",
        codepoint: 0x27781,
        name: "CJK UNIFIED IDEOGRAPH-27781",
    },
    Character {
        age: "3.1",
        codepoint: 0x27782,
        name: "CJK UNIFIED IDEOGRAPH-27782",
    },
    Character {
        age: "3.1",
        codepoint: 0x27783,
        name: "CJK UNIFIED IDEOGRAPH-27783",
    },
    Character {
        age: "3.1",
        codepoint: 0x27784,
        name: "CJK UNIFIED IDEOGRAPH-27784",
    },
    Character {
        age: "3.1",
        codepoint: 0x27785,
        name: "CJK UNIFIED IDEOGRAPH-27785",
    },
    Character {
        age: "3.1",
        codepoint: 0x27786,
        name: "CJK UNIFIED IDEOGRAPH-27786",
    },
    Character {
        age: "3.1",
        codepoint: 0x27787,
        name: "CJK UNIFIED IDEOGRAPH-27787",
    },
    Character {
        age: "3.1",
        codepoint: 0x27788,
        name: "CJK UNIFIED IDEOGRAPH-27788",
    },
    Character {
        age: "3.1",
        codepoint: 0x27789,
        name: "CJK UNIFIED IDEOGRAPH-27789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2778A,
        name: "CJK UNIFIED IDEOGRAPH-2778A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2778B,
        name: "CJK UNIFIED IDEOGRAPH-2778B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2778C,
        name: "CJK UNIFIED IDEOGRAPH-2778C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2778D,
        name: "CJK UNIFIED IDEOGRAPH-2778D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2778E,
        name: "CJK UNIFIED IDEOGRAPH-2778E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2778F,
        name: "CJK UNIFIED IDEOGRAPH-2778F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27790,
        name: "CJK UNIFIED IDEOGRAPH-27790",
    },
    Character {
        age: "3.1",
        codepoint: 0x27791,
        name: "CJK UNIFIED IDEOGRAPH-27791",
    },
    Character {
        age: "3.1",
        codepoint: 0x27792,
        name: "CJK UNIFIED IDEOGRAPH-27792",
    },
    Character {
        age: "3.1",
        codepoint: 0x27793,
        name: "CJK UNIFIED IDEOGRAPH-27793",
    },
    Character {
        age: "3.1",
        codepoint: 0x27794,
        name: "CJK UNIFIED IDEOGRAPH-27794",
    },
    Character {
        age: "3.1",
        codepoint: 0x27795,
        name: "CJK UNIFIED IDEOGRAPH-27795",
    },
    Character {
        age: "3.1",
        codepoint: 0x27796,
        name: "CJK UNIFIED IDEOGRAPH-27796",
    },
    Character {
        age: "3.1",
        codepoint: 0x27797,
        name: "CJK UNIFIED IDEOGRAPH-27797",
    },
    Character {
        age: "3.1",
        codepoint: 0x27798,
        name: "CJK UNIFIED IDEOGRAPH-27798",
    },
    Character {
        age: "3.1",
        codepoint: 0x27799,
        name: "CJK UNIFIED IDEOGRAPH-27799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2779A,
        name: "CJK UNIFIED IDEOGRAPH-2779A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2779B,
        name: "CJK UNIFIED IDEOGRAPH-2779B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2779C,
        name: "CJK UNIFIED IDEOGRAPH-2779C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2779D,
        name: "CJK UNIFIED IDEOGRAPH-2779D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2779E,
        name: "CJK UNIFIED IDEOGRAPH-2779E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2779F,
        name: "CJK UNIFIED IDEOGRAPH-2779F",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A0,
        name: "CJK UNIFIED IDEOGRAPH-277A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A1,
        name: "CJK UNIFIED IDEOGRAPH-277A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A2,
        name: "CJK UNIFIED IDEOGRAPH-277A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A3,
        name: "CJK UNIFIED IDEOGRAPH-277A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A4,
        name: "CJK UNIFIED IDEOGRAPH-277A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A5,
        name: "CJK UNIFIED IDEOGRAPH-277A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A6,
        name: "CJK UNIFIED IDEOGRAPH-277A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A7,
        name: "CJK UNIFIED IDEOGRAPH-277A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A8,
        name: "CJK UNIFIED IDEOGRAPH-277A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x277A9,
        name: "CJK UNIFIED IDEOGRAPH-277A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x277AA,
        name: "CJK UNIFIED IDEOGRAPH-277AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x277AB,
        name: "CJK UNIFIED IDEOGRAPH-277AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x277AC,
        name: "CJK UNIFIED IDEOGRAPH-277AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x277AD,
        name: "CJK UNIFIED IDEOGRAPH-277AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x277AE,
        name: "CJK UNIFIED IDEOGRAPH-277AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x277AF,
        name: "CJK UNIFIED IDEOGRAPH-277AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B0,
        name: "CJK UNIFIED IDEOGRAPH-277B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B1,
        name: "CJK UNIFIED IDEOGRAPH-277B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B2,
        name: "CJK UNIFIED IDEOGRAPH-277B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B3,
        name: "CJK UNIFIED IDEOGRAPH-277B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B4,
        name: "CJK UNIFIED IDEOGRAPH-277B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B5,
        name: "CJK UNIFIED IDEOGRAPH-277B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B6,
        name: "CJK UNIFIED IDEOGRAPH-277B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B7,
        name: "CJK UNIFIED IDEOGRAPH-277B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B8,
        name: "CJK UNIFIED IDEOGRAPH-277B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x277B9,
        name: "CJK UNIFIED IDEOGRAPH-277B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x277BA,
        name: "CJK UNIFIED IDEOGRAPH-277BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x277BB,
        name: "CJK UNIFIED IDEOGRAPH-277BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x277BC,
        name: "CJK UNIFIED IDEOGRAPH-277BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x277BD,
        name: "CJK UNIFIED IDEOGRAPH-277BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x277BE,
        name: "CJK UNIFIED IDEOGRAPH-277BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x277BF,
        name: "CJK UNIFIED IDEOGRAPH-277BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C0,
        name: "CJK UNIFIED IDEOGRAPH-277C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C1,
        name: "CJK UNIFIED IDEOGRAPH-277C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C2,
        name: "CJK UNIFIED IDEOGRAPH-277C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C3,
        name: "CJK UNIFIED IDEOGRAPH-277C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C4,
        name: "CJK UNIFIED IDEOGRAPH-277C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C5,
        name: "CJK UNIFIED IDEOGRAPH-277C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C6,
        name: "CJK UNIFIED IDEOGRAPH-277C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C7,
        name: "CJK UNIFIED IDEOGRAPH-277C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C8,
        name: "CJK UNIFIED IDEOGRAPH-277C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x277C9,
        name: "CJK UNIFIED IDEOGRAPH-277C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x277CA,
        name: "CJK UNIFIED IDEOGRAPH-277CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x277CB,
        name: "CJK UNIFIED IDEOGRAPH-277CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x277CC,
        name: "CJK UNIFIED IDEOGRAPH-277CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x277CD,
        name: "CJK UNIFIED IDEOGRAPH-277CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x277CE,
        name: "CJK UNIFIED IDEOGRAPH-277CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x277CF,
        name: "CJK UNIFIED IDEOGRAPH-277CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D0,
        name: "CJK UNIFIED IDEOGRAPH-277D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D1,
        name: "CJK UNIFIED IDEOGRAPH-277D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D2,
        name: "CJK UNIFIED IDEOGRAPH-277D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D3,
        name: "CJK UNIFIED IDEOGRAPH-277D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D4,
        name: "CJK UNIFIED IDEOGRAPH-277D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D5,
        name: "CJK UNIFIED IDEOGRAPH-277D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D6,
        name: "CJK UNIFIED IDEOGRAPH-277D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D7,
        name: "CJK UNIFIED IDEOGRAPH-277D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D8,
        name: "CJK UNIFIED IDEOGRAPH-277D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x277D9,
        name: "CJK UNIFIED IDEOGRAPH-277D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x277DA,
        name: "CJK UNIFIED IDEOGRAPH-277DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x277DB,
        name: "CJK UNIFIED IDEOGRAPH-277DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x277DC,
        name: "CJK UNIFIED IDEOGRAPH-277DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x277DD,
        name: "CJK UNIFIED IDEOGRAPH-277DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x277DE,
        name: "CJK UNIFIED IDEOGRAPH-277DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x277DF,
        name: "CJK UNIFIED IDEOGRAPH-277DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E0,
        name: "CJK UNIFIED IDEOGRAPH-277E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E1,
        name: "CJK UNIFIED IDEOGRAPH-277E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E2,
        name: "CJK UNIFIED IDEOGRAPH-277E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E3,
        name: "CJK UNIFIED IDEOGRAPH-277E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E4,
        name: "CJK UNIFIED IDEOGRAPH-277E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E5,
        name: "CJK UNIFIED IDEOGRAPH-277E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E6,
        name: "CJK UNIFIED IDEOGRAPH-277E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E7,
        name: "CJK UNIFIED IDEOGRAPH-277E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E8,
        name: "CJK UNIFIED IDEOGRAPH-277E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x277E9,
        name: "CJK UNIFIED IDEOGRAPH-277E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x277EA,
        name: "CJK UNIFIED IDEOGRAPH-277EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x277EB,
        name: "CJK UNIFIED IDEOGRAPH-277EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x277EC,
        name: "CJK UNIFIED IDEOGRAPH-277EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x277ED,
        name: "CJK UNIFIED IDEOGRAPH-277ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x277EE,
        name: "CJK UNIFIED IDEOGRAPH-277EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x277EF,
        name: "CJK UNIFIED IDEOGRAPH-277EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F0,
        name: "CJK UNIFIED IDEOGRAPH-277F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F1,
        name: "CJK UNIFIED IDEOGRAPH-277F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F2,
        name: "CJK UNIFIED IDEOGRAPH-277F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F3,
        name: "CJK UNIFIED IDEOGRAPH-277F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F4,
        name: "CJK UNIFIED IDEOGRAPH-277F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F5,
        name: "CJK UNIFIED IDEOGRAPH-277F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F6,
        name: "CJK UNIFIED IDEOGRAPH-277F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F7,
        name: "CJK UNIFIED IDEOGRAPH-277F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F8,
        name: "CJK UNIFIED IDEOGRAPH-277F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x277F9,
        name: "CJK UNIFIED IDEOGRAPH-277F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x277FA,
        name: "CJK UNIFIED IDEOGRAPH-277FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x277FB,
        name: "CJK UNIFIED IDEOGRAPH-277FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x277FC,
        name: "CJK UNIFIED IDEOGRAPH-277FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x277FD,
        name: "CJK UNIFIED IDEOGRAPH-277FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x277FE,
        name: "CJK UNIFIED IDEOGRAPH-277FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x277FF,
        name: "CJK UNIFIED IDEOGRAPH-277FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27800,
        name: "CJK UNIFIED IDEOGRAPH-27800",
    },
    Character {
        age: "3.1",
        codepoint: 0x27801,
        name: "CJK UNIFIED IDEOGRAPH-27801",
    },
    Character {
        age: "3.1",
        codepoint: 0x27802,
        name: "CJK UNIFIED IDEOGRAPH-27802",
    },
    Character {
        age: "3.1",
        codepoint: 0x27803,
        name: "CJK UNIFIED IDEOGRAPH-27803",
    },
    Character {
        age: "3.1",
        codepoint: 0x27804,
        name: "CJK UNIFIED IDEOGRAPH-27804",
    },
    Character {
        age: "3.1",
        codepoint: 0x27805,
        name: "CJK UNIFIED IDEOGRAPH-27805",
    },
    Character {
        age: "3.1",
        codepoint: 0x27806,
        name: "CJK UNIFIED IDEOGRAPH-27806",
    },
    Character {
        age: "3.1",
        codepoint: 0x27807,
        name: "CJK UNIFIED IDEOGRAPH-27807",
    },
    Character {
        age: "3.1",
        codepoint: 0x27808,
        name: "CJK UNIFIED IDEOGRAPH-27808",
    },
    Character {
        age: "3.1",
        codepoint: 0x27809,
        name: "CJK UNIFIED IDEOGRAPH-27809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2780A,
        name: "CJK UNIFIED IDEOGRAPH-2780A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2780B,
        name: "CJK UNIFIED IDEOGRAPH-2780B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2780C,
        name: "CJK UNIFIED IDEOGRAPH-2780C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2780D,
        name: "CJK UNIFIED IDEOGRAPH-2780D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2780E,
        name: "CJK UNIFIED IDEOGRAPH-2780E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2780F,
        name: "CJK UNIFIED IDEOGRAPH-2780F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27810,
        name: "CJK UNIFIED IDEOGRAPH-27810",
    },
    Character {
        age: "3.1",
        codepoint: 0x27811,
        name: "CJK UNIFIED IDEOGRAPH-27811",
    },
    Character {
        age: "3.1",
        codepoint: 0x27812,
        name: "CJK UNIFIED IDEOGRAPH-27812",
    },
    Character {
        age: "3.1",
        codepoint: 0x27813,
        name: "CJK UNIFIED IDEOGRAPH-27813",
    },
    Character {
        age: "3.1",
        codepoint: 0x27814,
        name: "CJK UNIFIED IDEOGRAPH-27814",
    },
    Character {
        age: "3.1",
        codepoint: 0x27815,
        name: "CJK UNIFIED IDEOGRAPH-27815",
    },
    Character {
        age: "3.1",
        codepoint: 0x27816,
        name: "CJK UNIFIED IDEOGRAPH-27816",
    },
    Character {
        age: "3.1",
        codepoint: 0x27817,
        name: "CJK UNIFIED IDEOGRAPH-27817",
    },
    Character {
        age: "3.1",
        codepoint: 0x27818,
        name: "CJK UNIFIED IDEOGRAPH-27818",
    },
    Character {
        age: "3.1",
        codepoint: 0x27819,
        name: "CJK UNIFIED IDEOGRAPH-27819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2781A,
        name: "CJK UNIFIED IDEOGRAPH-2781A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2781B,
        name: "CJK UNIFIED IDEOGRAPH-2781B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2781C,
        name: "CJK UNIFIED IDEOGRAPH-2781C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2781D,
        name: "CJK UNIFIED IDEOGRAPH-2781D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2781E,
        name: "CJK UNIFIED IDEOGRAPH-2781E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2781F,
        name: "CJK UNIFIED IDEOGRAPH-2781F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27820,
        name: "CJK UNIFIED IDEOGRAPH-27820",
    },
    Character {
        age: "3.1",
        codepoint: 0x27821,
        name: "CJK UNIFIED IDEOGRAPH-27821",
    },
    Character {
        age: "3.1",
        codepoint: 0x27822,
        name: "CJK UNIFIED IDEOGRAPH-27822",
    },
    Character {
        age: "3.1",
        codepoint: 0x27823,
        name: "CJK UNIFIED IDEOGRAPH-27823",
    },
    Character {
        age: "3.1",
        codepoint: 0x27824,
        name: "CJK UNIFIED IDEOGRAPH-27824",
    },
    Character {
        age: "3.1",
        codepoint: 0x27825,
        name: "CJK UNIFIED IDEOGRAPH-27825",
    },
    Character {
        age: "3.1",
        codepoint: 0x27826,
        name: "CJK UNIFIED IDEOGRAPH-27826",
    },
    Character {
        age: "3.1",
        codepoint: 0x27827,
        name: "CJK UNIFIED IDEOGRAPH-27827",
    },
    Character {
        age: "3.1",
        codepoint: 0x27828,
        name: "CJK UNIFIED IDEOGRAPH-27828",
    },
    Character {
        age: "3.1",
        codepoint: 0x27829,
        name: "CJK UNIFIED IDEOGRAPH-27829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2782A,
        name: "CJK UNIFIED IDEOGRAPH-2782A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2782B,
        name: "CJK UNIFIED IDEOGRAPH-2782B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2782C,
        name: "CJK UNIFIED IDEOGRAPH-2782C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2782D,
        name: "CJK UNIFIED IDEOGRAPH-2782D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2782E,
        name: "CJK UNIFIED IDEOGRAPH-2782E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2782F,
        name: "CJK UNIFIED IDEOGRAPH-2782F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27830,
        name: "CJK UNIFIED IDEOGRAPH-27830",
    },
    Character {
        age: "3.1",
        codepoint: 0x27831,
        name: "CJK UNIFIED IDEOGRAPH-27831",
    },
    Character {
        age: "3.1",
        codepoint: 0x27832,
        name: "CJK UNIFIED IDEOGRAPH-27832",
    },
    Character {
        age: "3.1",
        codepoint: 0x27833,
        name: "CJK UNIFIED IDEOGRAPH-27833",
    },
    Character {
        age: "3.1",
        codepoint: 0x27834,
        name: "CJK UNIFIED IDEOGRAPH-27834",
    },
    Character {
        age: "3.1",
        codepoint: 0x27835,
        name: "CJK UNIFIED IDEOGRAPH-27835",
    },
    Character {
        age: "3.1",
        codepoint: 0x27836,
        name: "CJK UNIFIED IDEOGRAPH-27836",
    },
    Character {
        age: "3.1",
        codepoint: 0x27837,
        name: "CJK UNIFIED IDEOGRAPH-27837",
    },
    Character {
        age: "3.1",
        codepoint: 0x27838,
        name: "CJK UNIFIED IDEOGRAPH-27838",
    },
    Character {
        age: "3.1",
        codepoint: 0x27839,
        name: "CJK UNIFIED IDEOGRAPH-27839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2783A,
        name: "CJK UNIFIED IDEOGRAPH-2783A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2783B,
        name: "CJK UNIFIED IDEOGRAPH-2783B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2783C,
        name: "CJK UNIFIED IDEOGRAPH-2783C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2783D,
        name: "CJK UNIFIED IDEOGRAPH-2783D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2783E,
        name: "CJK UNIFIED IDEOGRAPH-2783E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2783F,
        name: "CJK UNIFIED IDEOGRAPH-2783F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27840,
        name: "CJK UNIFIED IDEOGRAPH-27840",
    },
    Character {
        age: "3.1",
        codepoint: 0x27841,
        name: "CJK UNIFIED IDEOGRAPH-27841",
    },
    Character {
        age: "3.1",
        codepoint: 0x27842,
        name: "CJK UNIFIED IDEOGRAPH-27842",
    },
    Character {
        age: "3.1",
        codepoint: 0x27843,
        name: "CJK UNIFIED IDEOGRAPH-27843",
    },
    Character {
        age: "3.1",
        codepoint: 0x27844,
        name: "CJK UNIFIED IDEOGRAPH-27844",
    },
    Character {
        age: "3.1",
        codepoint: 0x27845,
        name: "CJK UNIFIED IDEOGRAPH-27845",
    },
    Character {
        age: "3.1",
        codepoint: 0x27846,
        name: "CJK UNIFIED IDEOGRAPH-27846",
    },
    Character {
        age: "3.1",
        codepoint: 0x27847,
        name: "CJK UNIFIED IDEOGRAPH-27847",
    },
    Character {
        age: "3.1",
        codepoint: 0x27848,
        name: "CJK UNIFIED IDEOGRAPH-27848",
    },
    Character {
        age: "3.1",
        codepoint: 0x27849,
        name: "CJK UNIFIED IDEOGRAPH-27849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2784A,
        name: "CJK UNIFIED IDEOGRAPH-2784A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2784B,
        name: "CJK UNIFIED IDEOGRAPH-2784B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2784C,
        name: "CJK UNIFIED IDEOGRAPH-2784C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2784D,
        name: "CJK UNIFIED IDEOGRAPH-2784D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2784E,
        name: "CJK UNIFIED IDEOGRAPH-2784E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2784F,
        name: "CJK UNIFIED IDEOGRAPH-2784F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27850,
        name: "CJK UNIFIED IDEOGRAPH-27850",
    },
    Character {
        age: "3.1",
        codepoint: 0x27851,
        name: "CJK UNIFIED IDEOGRAPH-27851",
    },
    Character {
        age: "3.1",
        codepoint: 0x27852,
        name: "CJK UNIFIED IDEOGRAPH-27852",
    },
    Character {
        age: "3.1",
        codepoint: 0x27853,
        name: "CJK UNIFIED IDEOGRAPH-27853",
    },
    Character {
        age: "3.1",
        codepoint: 0x27854,
        name: "CJK UNIFIED IDEOGRAPH-27854",
    },
    Character {
        age: "3.1",
        codepoint: 0x27855,
        name: "CJK UNIFIED IDEOGRAPH-27855",
    },
    Character {
        age: "3.1",
        codepoint: 0x27856,
        name: "CJK UNIFIED IDEOGRAPH-27856",
    },
    Character {
        age: "3.1",
        codepoint: 0x27857,
        name: "CJK UNIFIED IDEOGRAPH-27857",
    },
    Character {
        age: "3.1",
        codepoint: 0x27858,
        name: "CJK UNIFIED IDEOGRAPH-27858",
    },
    Character {
        age: "3.1",
        codepoint: 0x27859,
        name: "CJK UNIFIED IDEOGRAPH-27859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2785A,
        name: "CJK UNIFIED IDEOGRAPH-2785A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2785B,
        name: "CJK UNIFIED IDEOGRAPH-2785B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2785C,
        name: "CJK UNIFIED IDEOGRAPH-2785C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2785D,
        name: "CJK UNIFIED IDEOGRAPH-2785D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2785E,
        name: "CJK UNIFIED IDEOGRAPH-2785E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2785F,
        name: "CJK UNIFIED IDEOGRAPH-2785F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27860,
        name: "CJK UNIFIED IDEOGRAPH-27860",
    },
    Character {
        age: "3.1",
        codepoint: 0x27861,
        name: "CJK UNIFIED IDEOGRAPH-27861",
    },
    Character {
        age: "3.1",
        codepoint: 0x27862,
        name: "CJK UNIFIED IDEOGRAPH-27862",
    },
    Character {
        age: "3.1",
        codepoint: 0x27863,
        name: "CJK UNIFIED IDEOGRAPH-27863",
    },
    Character {
        age: "3.1",
        codepoint: 0x27864,
        name: "CJK UNIFIED IDEOGRAPH-27864",
    },
    Character {
        age: "3.1",
        codepoint: 0x27865,
        name: "CJK UNIFIED IDEOGRAPH-27865",
    },
    Character {
        age: "3.1",
        codepoint: 0x27866,
        name: "CJK UNIFIED IDEOGRAPH-27866",
    },
    Character {
        age: "3.1",
        codepoint: 0x27867,
        name: "CJK UNIFIED IDEOGRAPH-27867",
    },
    Character {
        age: "3.1",
        codepoint: 0x27868,
        name: "CJK UNIFIED IDEOGRAPH-27868",
    },
    Character {
        age: "3.1",
        codepoint: 0x27869,
        name: "CJK UNIFIED IDEOGRAPH-27869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2786A,
        name: "CJK UNIFIED IDEOGRAPH-2786A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2786B,
        name: "CJK UNIFIED IDEOGRAPH-2786B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2786C,
        name: "CJK UNIFIED IDEOGRAPH-2786C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2786D,
        name: "CJK UNIFIED IDEOGRAPH-2786D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2786E,
        name: "CJK UNIFIED IDEOGRAPH-2786E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2786F,
        name: "CJK UNIFIED IDEOGRAPH-2786F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27870,
        name: "CJK UNIFIED IDEOGRAPH-27870",
    },
    Character {
        age: "3.1",
        codepoint: 0x27871,
        name: "CJK UNIFIED IDEOGRAPH-27871",
    },
    Character {
        age: "3.1",
        codepoint: 0x27872,
        name: "CJK UNIFIED IDEOGRAPH-27872",
    },
    Character {
        age: "3.1",
        codepoint: 0x27873,
        name: "CJK UNIFIED IDEOGRAPH-27873",
    },
    Character {
        age: "3.1",
        codepoint: 0x27874,
        name: "CJK UNIFIED IDEOGRAPH-27874",
    },
    Character {
        age: "3.1",
        codepoint: 0x27875,
        name: "CJK UNIFIED IDEOGRAPH-27875",
    },
    Character {
        age: "3.1",
        codepoint: 0x27876,
        name: "CJK UNIFIED IDEOGRAPH-27876",
    },
    Character {
        age: "3.1",
        codepoint: 0x27877,
        name: "CJK UNIFIED IDEOGRAPH-27877",
    },
    Character {
        age: "3.1",
        codepoint: 0x27878,
        name: "CJK UNIFIED IDEOGRAPH-27878",
    },
    Character {
        age: "3.1",
        codepoint: 0x27879,
        name: "CJK UNIFIED IDEOGRAPH-27879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2787A,
        name: "CJK UNIFIED IDEOGRAPH-2787A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2787B,
        name: "CJK UNIFIED IDEOGRAPH-2787B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2787C,
        name: "CJK UNIFIED IDEOGRAPH-2787C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2787D,
        name: "CJK UNIFIED IDEOGRAPH-2787D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2787E,
        name: "CJK UNIFIED IDEOGRAPH-2787E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2787F,
        name: "CJK UNIFIED IDEOGRAPH-2787F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27880,
        name: "CJK UNIFIED IDEOGRAPH-27880",
    },
    Character {
        age: "3.1",
        codepoint: 0x27881,
        name: "CJK UNIFIED IDEOGRAPH-27881",
    },
    Character {
        age: "3.1",
        codepoint: 0x27882,
        name: "CJK UNIFIED IDEOGRAPH-27882",
    },
    Character {
        age: "3.1",
        codepoint: 0x27883,
        name: "CJK UNIFIED IDEOGRAPH-27883",
    },
    Character {
        age: "3.1",
        codepoint: 0x27884,
        name: "CJK UNIFIED IDEOGRAPH-27884",
    },
    Character {
        age: "3.1",
        codepoint: 0x27885,
        name: "CJK UNIFIED IDEOGRAPH-27885",
    },
    Character {
        age: "3.1",
        codepoint: 0x27886,
        name: "CJK UNIFIED IDEOGRAPH-27886",
    },
    Character {
        age: "3.1",
        codepoint: 0x27887,
        name: "CJK UNIFIED IDEOGRAPH-27887",
    },
    Character {
        age: "3.1",
        codepoint: 0x27888,
        name: "CJK UNIFIED IDEOGRAPH-27888",
    },
    Character {
        age: "3.1",
        codepoint: 0x27889,
        name: "CJK UNIFIED IDEOGRAPH-27889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2788A,
        name: "CJK UNIFIED IDEOGRAPH-2788A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2788B,
        name: "CJK UNIFIED IDEOGRAPH-2788B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2788C,
        name: "CJK UNIFIED IDEOGRAPH-2788C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2788D,
        name: "CJK UNIFIED IDEOGRAPH-2788D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2788E,
        name: "CJK UNIFIED IDEOGRAPH-2788E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2788F,
        name: "CJK UNIFIED IDEOGRAPH-2788F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27890,
        name: "CJK UNIFIED IDEOGRAPH-27890",
    },
    Character {
        age: "3.1",
        codepoint: 0x27891,
        name: "CJK UNIFIED IDEOGRAPH-27891",
    },
    Character {
        age: "3.1",
        codepoint: 0x27892,
        name: "CJK UNIFIED IDEOGRAPH-27892",
    },
    Character {
        age: "3.1",
        codepoint: 0x27893,
        name: "CJK UNIFIED IDEOGRAPH-27893",
    },
    Character {
        age: "3.1",
        codepoint: 0x27894,
        name: "CJK UNIFIED IDEOGRAPH-27894",
    },
    Character {
        age: "3.1",
        codepoint: 0x27895,
        name: "CJK UNIFIED IDEOGRAPH-27895",
    },
    Character {
        age: "3.1",
        codepoint: 0x27896,
        name: "CJK UNIFIED IDEOGRAPH-27896",
    },
    Character {
        age: "3.1",
        codepoint: 0x27897,
        name: "CJK UNIFIED IDEOGRAPH-27897",
    },
    Character {
        age: "3.1",
        codepoint: 0x27898,
        name: "CJK UNIFIED IDEOGRAPH-27898",
    },
    Character {
        age: "3.1",
        codepoint: 0x27899,
        name: "CJK UNIFIED IDEOGRAPH-27899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2789A,
        name: "CJK UNIFIED IDEOGRAPH-2789A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2789B,
        name: "CJK UNIFIED IDEOGRAPH-2789B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2789C,
        name: "CJK UNIFIED IDEOGRAPH-2789C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2789D,
        name: "CJK UNIFIED IDEOGRAPH-2789D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2789E,
        name: "CJK UNIFIED IDEOGRAPH-2789E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2789F,
        name: "CJK UNIFIED IDEOGRAPH-2789F",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A0,
        name: "CJK UNIFIED IDEOGRAPH-278A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A1,
        name: "CJK UNIFIED IDEOGRAPH-278A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A2,
        name: "CJK UNIFIED IDEOGRAPH-278A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A3,
        name: "CJK UNIFIED IDEOGRAPH-278A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A4,
        name: "CJK UNIFIED IDEOGRAPH-278A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A5,
        name: "CJK UNIFIED IDEOGRAPH-278A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A6,
        name: "CJK UNIFIED IDEOGRAPH-278A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A7,
        name: "CJK UNIFIED IDEOGRAPH-278A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A8,
        name: "CJK UNIFIED IDEOGRAPH-278A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x278A9,
        name: "CJK UNIFIED IDEOGRAPH-278A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x278AA,
        name: "CJK UNIFIED IDEOGRAPH-278AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x278AB,
        name: "CJK UNIFIED IDEOGRAPH-278AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x278AC,
        name: "CJK UNIFIED IDEOGRAPH-278AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x278AD,
        name: "CJK UNIFIED IDEOGRAPH-278AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x278AE,
        name: "CJK UNIFIED IDEOGRAPH-278AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x278AF,
        name: "CJK UNIFIED IDEOGRAPH-278AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B0,
        name: "CJK UNIFIED IDEOGRAPH-278B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B1,
        name: "CJK UNIFIED IDEOGRAPH-278B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B2,
        name: "CJK UNIFIED IDEOGRAPH-278B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B3,
        name: "CJK UNIFIED IDEOGRAPH-278B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B4,
        name: "CJK UNIFIED IDEOGRAPH-278B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B5,
        name: "CJK UNIFIED IDEOGRAPH-278B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B6,
        name: "CJK UNIFIED IDEOGRAPH-278B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B7,
        name: "CJK UNIFIED IDEOGRAPH-278B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B8,
        name: "CJK UNIFIED IDEOGRAPH-278B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x278B9,
        name: "CJK UNIFIED IDEOGRAPH-278B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x278BA,
        name: "CJK UNIFIED IDEOGRAPH-278BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x278BB,
        name: "CJK UNIFIED IDEOGRAPH-278BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x278BC,
        name: "CJK UNIFIED IDEOGRAPH-278BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x278BD,
        name: "CJK UNIFIED IDEOGRAPH-278BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x278BE,
        name: "CJK UNIFIED IDEOGRAPH-278BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x278BF,
        name: "CJK UNIFIED IDEOGRAPH-278BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C0,
        name: "CJK UNIFIED IDEOGRAPH-278C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C1,
        name: "CJK UNIFIED IDEOGRAPH-278C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C2,
        name: "CJK UNIFIED IDEOGRAPH-278C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C3,
        name: "CJK UNIFIED IDEOGRAPH-278C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C4,
        name: "CJK UNIFIED IDEOGRAPH-278C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C5,
        name: "CJK UNIFIED IDEOGRAPH-278C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C6,
        name: "CJK UNIFIED IDEOGRAPH-278C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C7,
        name: "CJK UNIFIED IDEOGRAPH-278C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C8,
        name: "CJK UNIFIED IDEOGRAPH-278C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x278C9,
        name: "CJK UNIFIED IDEOGRAPH-278C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x278CA,
        name: "CJK UNIFIED IDEOGRAPH-278CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x278CB,
        name: "CJK UNIFIED IDEOGRAPH-278CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x278CC,
        name: "CJK UNIFIED IDEOGRAPH-278CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x278CD,
        name: "CJK UNIFIED IDEOGRAPH-278CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x278CE,
        name: "CJK UNIFIED IDEOGRAPH-278CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x278CF,
        name: "CJK UNIFIED IDEOGRAPH-278CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D0,
        name: "CJK UNIFIED IDEOGRAPH-278D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D1,
        name: "CJK UNIFIED IDEOGRAPH-278D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D2,
        name: "CJK UNIFIED IDEOGRAPH-278D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D3,
        name: "CJK UNIFIED IDEOGRAPH-278D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D4,
        name: "CJK UNIFIED IDEOGRAPH-278D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D5,
        name: "CJK UNIFIED IDEOGRAPH-278D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D6,
        name: "CJK UNIFIED IDEOGRAPH-278D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D7,
        name: "CJK UNIFIED IDEOGRAPH-278D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D8,
        name: "CJK UNIFIED IDEOGRAPH-278D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x278D9,
        name: "CJK UNIFIED IDEOGRAPH-278D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x278DA,
        name: "CJK UNIFIED IDEOGRAPH-278DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x278DB,
        name: "CJK UNIFIED IDEOGRAPH-278DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x278DC,
        name: "CJK UNIFIED IDEOGRAPH-278DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x278DD,
        name: "CJK UNIFIED IDEOGRAPH-278DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x278DE,
        name: "CJK UNIFIED IDEOGRAPH-278DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x278DF,
        name: "CJK UNIFIED IDEOGRAPH-278DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E0,
        name: "CJK UNIFIED IDEOGRAPH-278E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E1,
        name: "CJK UNIFIED IDEOGRAPH-278E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E2,
        name: "CJK UNIFIED IDEOGRAPH-278E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E3,
        name: "CJK UNIFIED IDEOGRAPH-278E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E4,
        name: "CJK UNIFIED IDEOGRAPH-278E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E5,
        name: "CJK UNIFIED IDEOGRAPH-278E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E6,
        name: "CJK UNIFIED IDEOGRAPH-278E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E7,
        name: "CJK UNIFIED IDEOGRAPH-278E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E8,
        name: "CJK UNIFIED IDEOGRAPH-278E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x278E9,
        name: "CJK UNIFIED IDEOGRAPH-278E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x278EA,
        name: "CJK UNIFIED IDEOGRAPH-278EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x278EB,
        name: "CJK UNIFIED IDEOGRAPH-278EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x278EC,
        name: "CJK UNIFIED IDEOGRAPH-278EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x278ED,
        name: "CJK UNIFIED IDEOGRAPH-278ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x278EE,
        name: "CJK UNIFIED IDEOGRAPH-278EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x278EF,
        name: "CJK UNIFIED IDEOGRAPH-278EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F0,
        name: "CJK UNIFIED IDEOGRAPH-278F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F1,
        name: "CJK UNIFIED IDEOGRAPH-278F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F2,
        name: "CJK UNIFIED IDEOGRAPH-278F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F3,
        name: "CJK UNIFIED IDEOGRAPH-278F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F4,
        name: "CJK UNIFIED IDEOGRAPH-278F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F5,
        name: "CJK UNIFIED IDEOGRAPH-278F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F6,
        name: "CJK UNIFIED IDEOGRAPH-278F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F7,
        name: "CJK UNIFIED IDEOGRAPH-278F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F8,
        name: "CJK UNIFIED IDEOGRAPH-278F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x278F9,
        name: "CJK UNIFIED IDEOGRAPH-278F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x278FA,
        name: "CJK UNIFIED IDEOGRAPH-278FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x278FB,
        name: "CJK UNIFIED IDEOGRAPH-278FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x278FC,
        name: "CJK UNIFIED IDEOGRAPH-278FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x278FD,
        name: "CJK UNIFIED IDEOGRAPH-278FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x278FE,
        name: "CJK UNIFIED IDEOGRAPH-278FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x278FF,
        name: "CJK UNIFIED IDEOGRAPH-278FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27900,
        name: "CJK UNIFIED IDEOGRAPH-27900",
    },
    Character {
        age: "3.1",
        codepoint: 0x27901,
        name: "CJK UNIFIED IDEOGRAPH-27901",
    },
    Character {
        age: "3.1",
        codepoint: 0x27902,
        name: "CJK UNIFIED IDEOGRAPH-27902",
    },
    Character {
        age: "3.1",
        codepoint: 0x27903,
        name: "CJK UNIFIED IDEOGRAPH-27903",
    },
    Character {
        age: "3.1",
        codepoint: 0x27904,
        name: "CJK UNIFIED IDEOGRAPH-27904",
    },
    Character {
        age: "3.1",
        codepoint: 0x27905,
        name: "CJK UNIFIED IDEOGRAPH-27905",
    },
    Character {
        age: "3.1",
        codepoint: 0x27906,
        name: "CJK UNIFIED IDEOGRAPH-27906",
    },
    Character {
        age: "3.1",
        codepoint: 0x27907,
        name: "CJK UNIFIED IDEOGRAPH-27907",
    },
    Character {
        age: "3.1",
        codepoint: 0x27908,
        name: "CJK UNIFIED IDEOGRAPH-27908",
    },
    Character {
        age: "3.1",
        codepoint: 0x27909,
        name: "CJK UNIFIED IDEOGRAPH-27909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2790A,
        name: "CJK UNIFIED IDEOGRAPH-2790A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2790B,
        name: "CJK UNIFIED IDEOGRAPH-2790B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2790C,
        name: "CJK UNIFIED IDEOGRAPH-2790C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2790D,
        name: "CJK UNIFIED IDEOGRAPH-2790D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2790E,
        name: "CJK UNIFIED IDEOGRAPH-2790E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2790F,
        name: "CJK UNIFIED IDEOGRAPH-2790F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27910,
        name: "CJK UNIFIED IDEOGRAPH-27910",
    },
    Character {
        age: "3.1",
        codepoint: 0x27911,
        name: "CJK UNIFIED IDEOGRAPH-27911",
    },
    Character {
        age: "3.1",
        codepoint: 0x27912,
        name: "CJK UNIFIED IDEOGRAPH-27912",
    },
    Character {
        age: "3.1",
        codepoint: 0x27913,
        name: "CJK UNIFIED IDEOGRAPH-27913",
    },
    Character {
        age: "3.1",
        codepoint: 0x27914,
        name: "CJK UNIFIED IDEOGRAPH-27914",
    },
    Character {
        age: "3.1",
        codepoint: 0x27915,
        name: "CJK UNIFIED IDEOGRAPH-27915",
    },
    Character {
        age: "3.1",
        codepoint: 0x27916,
        name: "CJK UNIFIED IDEOGRAPH-27916",
    },
    Character {
        age: "3.1",
        codepoint: 0x27917,
        name: "CJK UNIFIED IDEOGRAPH-27917",
    },
    Character {
        age: "3.1",
        codepoint: 0x27918,
        name: "CJK UNIFIED IDEOGRAPH-27918",
    },
    Character {
        age: "3.1",
        codepoint: 0x27919,
        name: "CJK UNIFIED IDEOGRAPH-27919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2791A,
        name: "CJK UNIFIED IDEOGRAPH-2791A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2791B,
        name: "CJK UNIFIED IDEOGRAPH-2791B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2791C,
        name: "CJK UNIFIED IDEOGRAPH-2791C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2791D,
        name: "CJK UNIFIED IDEOGRAPH-2791D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2791E,
        name: "CJK UNIFIED IDEOGRAPH-2791E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2791F,
        name: "CJK UNIFIED IDEOGRAPH-2791F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27920,
        name: "CJK UNIFIED IDEOGRAPH-27920",
    },
    Character {
        age: "3.1",
        codepoint: 0x27921,
        name: "CJK UNIFIED IDEOGRAPH-27921",
    },
    Character {
        age: "3.1",
        codepoint: 0x27922,
        name: "CJK UNIFIED IDEOGRAPH-27922",
    },
    Character {
        age: "3.1",
        codepoint: 0x27923,
        name: "CJK UNIFIED IDEOGRAPH-27923",
    },
    Character {
        age: "3.1",
        codepoint: 0x27924,
        name: "CJK UNIFIED IDEOGRAPH-27924",
    },
    Character {
        age: "3.1",
        codepoint: 0x27925,
        name: "CJK UNIFIED IDEOGRAPH-27925",
    },
    Character {
        age: "3.1",
        codepoint: 0x27926,
        name: "CJK UNIFIED IDEOGRAPH-27926",
    },
    Character {
        age: "3.1",
        codepoint: 0x27927,
        name: "CJK UNIFIED IDEOGRAPH-27927",
    },
    Character {
        age: "3.1",
        codepoint: 0x27928,
        name: "CJK UNIFIED IDEOGRAPH-27928",
    },
    Character {
        age: "3.1",
        codepoint: 0x27929,
        name: "CJK UNIFIED IDEOGRAPH-27929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2792A,
        name: "CJK UNIFIED IDEOGRAPH-2792A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2792B,
        name: "CJK UNIFIED IDEOGRAPH-2792B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2792C,
        name: "CJK UNIFIED IDEOGRAPH-2792C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2792D,
        name: "CJK UNIFIED IDEOGRAPH-2792D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2792E,
        name: "CJK UNIFIED IDEOGRAPH-2792E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2792F,
        name: "CJK UNIFIED IDEOGRAPH-2792F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27930,
        name: "CJK UNIFIED IDEOGRAPH-27930",
    },
    Character {
        age: "3.1",
        codepoint: 0x27931,
        name: "CJK UNIFIED IDEOGRAPH-27931",
    },
    Character {
        age: "3.1",
        codepoint: 0x27932,
        name: "CJK UNIFIED IDEOGRAPH-27932",
    },
    Character {
        age: "3.1",
        codepoint: 0x27933,
        name: "CJK UNIFIED IDEOGRAPH-27933",
    },
    Character {
        age: "3.1",
        codepoint: 0x27934,
        name: "CJK UNIFIED IDEOGRAPH-27934",
    },
    Character {
        age: "3.1",
        codepoint: 0x27935,
        name: "CJK UNIFIED IDEOGRAPH-27935",
    },
    Character {
        age: "3.1",
        codepoint: 0x27936,
        name: "CJK UNIFIED IDEOGRAPH-27936",
    },
    Character {
        age: "3.1",
        codepoint: 0x27937,
        name: "CJK UNIFIED IDEOGRAPH-27937",
    },
    Character {
        age: "3.1",
        codepoint: 0x27938,
        name: "CJK UNIFIED IDEOGRAPH-27938",
    },
    Character {
        age: "3.1",
        codepoint: 0x27939,
        name: "CJK UNIFIED IDEOGRAPH-27939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2793A,
        name: "CJK UNIFIED IDEOGRAPH-2793A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2793B,
        name: "CJK UNIFIED IDEOGRAPH-2793B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2793C,
        name: "CJK UNIFIED IDEOGRAPH-2793C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2793D,
        name: "CJK UNIFIED IDEOGRAPH-2793D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2793E,
        name: "CJK UNIFIED IDEOGRAPH-2793E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2793F,
        name: "CJK UNIFIED IDEOGRAPH-2793F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27940,
        name: "CJK UNIFIED IDEOGRAPH-27940",
    },
    Character {
        age: "3.1",
        codepoint: 0x27941,
        name: "CJK UNIFIED IDEOGRAPH-27941",
    },
    Character {
        age: "3.1",
        codepoint: 0x27942,
        name: "CJK UNIFIED IDEOGRAPH-27942",
    },
    Character {
        age: "3.1",
        codepoint: 0x27943,
        name: "CJK UNIFIED IDEOGRAPH-27943",
    },
    Character {
        age: "3.1",
        codepoint: 0x27944,
        name: "CJK UNIFIED IDEOGRAPH-27944",
    },
    Character {
        age: "3.1",
        codepoint: 0x27945,
        name: "CJK UNIFIED IDEOGRAPH-27945",
    },
    Character {
        age: "3.1",
        codepoint: 0x27946,
        name: "CJK UNIFIED IDEOGRAPH-27946",
    },
    Character {
        age: "3.1",
        codepoint: 0x27947,
        name: "CJK UNIFIED IDEOGRAPH-27947",
    },
    Character {
        age: "3.1",
        codepoint: 0x27948,
        name: "CJK UNIFIED IDEOGRAPH-27948",
    },
    Character {
        age: "3.1",
        codepoint: 0x27949,
        name: "CJK UNIFIED IDEOGRAPH-27949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2794A,
        name: "CJK UNIFIED IDEOGRAPH-2794A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2794B,
        name: "CJK UNIFIED IDEOGRAPH-2794B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2794C,
        name: "CJK UNIFIED IDEOGRAPH-2794C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2794D,
        name: "CJK UNIFIED IDEOGRAPH-2794D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2794E,
        name: "CJK UNIFIED IDEOGRAPH-2794E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2794F,
        name: "CJK UNIFIED IDEOGRAPH-2794F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27950,
        name: "CJK UNIFIED IDEOGRAPH-27950",
    },
    Character {
        age: "3.1",
        codepoint: 0x27951,
        name: "CJK UNIFIED IDEOGRAPH-27951",
    },
    Character {
        age: "3.1",
        codepoint: 0x27952,
        name: "CJK UNIFIED IDEOGRAPH-27952",
    },
    Character {
        age: "3.1",
        codepoint: 0x27953,
        name: "CJK UNIFIED IDEOGRAPH-27953",
    },
    Character {
        age: "3.1",
        codepoint: 0x27954,
        name: "CJK UNIFIED IDEOGRAPH-27954",
    },
    Character {
        age: "3.1",
        codepoint: 0x27955,
        name: "CJK UNIFIED IDEOGRAPH-27955",
    },
    Character {
        age: "3.1",
        codepoint: 0x27956,
        name: "CJK UNIFIED IDEOGRAPH-27956",
    },
    Character {
        age: "3.1",
        codepoint: 0x27957,
        name: "CJK UNIFIED IDEOGRAPH-27957",
    },
    Character {
        age: "3.1",
        codepoint: 0x27958,
        name: "CJK UNIFIED IDEOGRAPH-27958",
    },
    Character {
        age: "3.1",
        codepoint: 0x27959,
        name: "CJK UNIFIED IDEOGRAPH-27959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2795A,
        name: "CJK UNIFIED IDEOGRAPH-2795A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2795B,
        name: "CJK UNIFIED IDEOGRAPH-2795B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2795C,
        name: "CJK UNIFIED IDEOGRAPH-2795C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2795D,
        name: "CJK UNIFIED IDEOGRAPH-2795D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2795E,
        name: "CJK UNIFIED IDEOGRAPH-2795E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2795F,
        name: "CJK UNIFIED IDEOGRAPH-2795F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27960,
        name: "CJK UNIFIED IDEOGRAPH-27960",
    },
    Character {
        age: "3.1",
        codepoint: 0x27961,
        name: "CJK UNIFIED IDEOGRAPH-27961",
    },
    Character {
        age: "3.1",
        codepoint: 0x27962,
        name: "CJK UNIFIED IDEOGRAPH-27962",
    },
    Character {
        age: "3.1",
        codepoint: 0x27963,
        name: "CJK UNIFIED IDEOGRAPH-27963",
    },
    Character {
        age: "3.1",
        codepoint: 0x27964,
        name: "CJK UNIFIED IDEOGRAPH-27964",
    },
    Character {
        age: "3.1",
        codepoint: 0x27965,
        name: "CJK UNIFIED IDEOGRAPH-27965",
    },
    Character {
        age: "3.1",
        codepoint: 0x27966,
        name: "CJK UNIFIED IDEOGRAPH-27966",
    },
    Character {
        age: "3.1",
        codepoint: 0x27967,
        name: "CJK UNIFIED IDEOGRAPH-27967",
    },
    Character {
        age: "3.1",
        codepoint: 0x27968,
        name: "CJK UNIFIED IDEOGRAPH-27968",
    },
    Character {
        age: "3.1",
        codepoint: 0x27969,
        name: "CJK UNIFIED IDEOGRAPH-27969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2796A,
        name: "CJK UNIFIED IDEOGRAPH-2796A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2796B,
        name: "CJK UNIFIED IDEOGRAPH-2796B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2796C,
        name: "CJK UNIFIED IDEOGRAPH-2796C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2796D,
        name: "CJK UNIFIED IDEOGRAPH-2796D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2796E,
        name: "CJK UNIFIED IDEOGRAPH-2796E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2796F,
        name: "CJK UNIFIED IDEOGRAPH-2796F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27970,
        name: "CJK UNIFIED IDEOGRAPH-27970",
    },
    Character {
        age: "3.1",
        codepoint: 0x27971,
        name: "CJK UNIFIED IDEOGRAPH-27971",
    },
    Character {
        age: "3.1",
        codepoint: 0x27972,
        name: "CJK UNIFIED IDEOGRAPH-27972",
    },
    Character {
        age: "3.1",
        codepoint: 0x27973,
        name: "CJK UNIFIED IDEOGRAPH-27973",
    },
    Character {
        age: "3.1",
        codepoint: 0x27974,
        name: "CJK UNIFIED IDEOGRAPH-27974",
    },
    Character {
        age: "3.1",
        codepoint: 0x27975,
        name: "CJK UNIFIED IDEOGRAPH-27975",
    },
    Character {
        age: "3.1",
        codepoint: 0x27976,
        name: "CJK UNIFIED IDEOGRAPH-27976",
    },
    Character {
        age: "3.1",
        codepoint: 0x27977,
        name: "CJK UNIFIED IDEOGRAPH-27977",
    },
    Character {
        age: "3.1",
        codepoint: 0x27978,
        name: "CJK UNIFIED IDEOGRAPH-27978",
    },
    Character {
        age: "3.1",
        codepoint: 0x27979,
        name: "CJK UNIFIED IDEOGRAPH-27979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2797A,
        name: "CJK UNIFIED IDEOGRAPH-2797A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2797B,
        name: "CJK UNIFIED IDEOGRAPH-2797B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2797C,
        name: "CJK UNIFIED IDEOGRAPH-2797C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2797D,
        name: "CJK UNIFIED IDEOGRAPH-2797D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2797E,
        name: "CJK UNIFIED IDEOGRAPH-2797E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2797F,
        name: "CJK UNIFIED IDEOGRAPH-2797F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27980,
        name: "CJK UNIFIED IDEOGRAPH-27980",
    },
    Character {
        age: "3.1",
        codepoint: 0x27981,
        name: "CJK UNIFIED IDEOGRAPH-27981",
    },
    Character {
        age: "3.1",
        codepoint: 0x27982,
        name: "CJK UNIFIED IDEOGRAPH-27982",
    },
    Character {
        age: "3.1",
        codepoint: 0x27983,
        name: "CJK UNIFIED IDEOGRAPH-27983",
    },
    Character {
        age: "3.1",
        codepoint: 0x27984,
        name: "CJK UNIFIED IDEOGRAPH-27984",
    },
    Character {
        age: "3.1",
        codepoint: 0x27985,
        name: "CJK UNIFIED IDEOGRAPH-27985",
    },
    Character {
        age: "3.1",
        codepoint: 0x27986,
        name: "CJK UNIFIED IDEOGRAPH-27986",
    },
    Character {
        age: "3.1",
        codepoint: 0x27987,
        name: "CJK UNIFIED IDEOGRAPH-27987",
    },
    Character {
        age: "3.1",
        codepoint: 0x27988,
        name: "CJK UNIFIED IDEOGRAPH-27988",
    },
    Character {
        age: "3.1",
        codepoint: 0x27989,
        name: "CJK UNIFIED IDEOGRAPH-27989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2798A,
        name: "CJK UNIFIED IDEOGRAPH-2798A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2798B,
        name: "CJK UNIFIED IDEOGRAPH-2798B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2798C,
        name: "CJK UNIFIED IDEOGRAPH-2798C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2798D,
        name: "CJK UNIFIED IDEOGRAPH-2798D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2798E,
        name: "CJK UNIFIED IDEOGRAPH-2798E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2798F,
        name: "CJK UNIFIED IDEOGRAPH-2798F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27990,
        name: "CJK UNIFIED IDEOGRAPH-27990",
    },
    Character {
        age: "3.1",
        codepoint: 0x27991,
        name: "CJK UNIFIED IDEOGRAPH-27991",
    },
    Character {
        age: "3.1",
        codepoint: 0x27992,
        name: "CJK UNIFIED IDEOGRAPH-27992",
    },
    Character {
        age: "3.1",
        codepoint: 0x27993,
        name: "CJK UNIFIED IDEOGRAPH-27993",
    },
    Character {
        age: "3.1",
        codepoint: 0x27994,
        name: "CJK UNIFIED IDEOGRAPH-27994",
    },
    Character {
        age: "3.1",
        codepoint: 0x27995,
        name: "CJK UNIFIED IDEOGRAPH-27995",
    },
    Character {
        age: "3.1",
        codepoint: 0x27996,
        name: "CJK UNIFIED IDEOGRAPH-27996",
    },
    Character {
        age: "3.1",
        codepoint: 0x27997,
        name: "CJK UNIFIED IDEOGRAPH-27997",
    },
    Character {
        age: "3.1",
        codepoint: 0x27998,
        name: "CJK UNIFIED IDEOGRAPH-27998",
    },
    Character {
        age: "3.1",
        codepoint: 0x27999,
        name: "CJK UNIFIED IDEOGRAPH-27999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2799A,
        name: "CJK UNIFIED IDEOGRAPH-2799A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2799B,
        name: "CJK UNIFIED IDEOGRAPH-2799B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2799C,
        name: "CJK UNIFIED IDEOGRAPH-2799C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2799D,
        name: "CJK UNIFIED IDEOGRAPH-2799D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2799E,
        name: "CJK UNIFIED IDEOGRAPH-2799E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2799F,
        name: "CJK UNIFIED IDEOGRAPH-2799F",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A0,
        name: "CJK UNIFIED IDEOGRAPH-279A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A1,
        name: "CJK UNIFIED IDEOGRAPH-279A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A2,
        name: "CJK UNIFIED IDEOGRAPH-279A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A3,
        name: "CJK UNIFIED IDEOGRAPH-279A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A4,
        name: "CJK UNIFIED IDEOGRAPH-279A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A5,
        name: "CJK UNIFIED IDEOGRAPH-279A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A6,
        name: "CJK UNIFIED IDEOGRAPH-279A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A7,
        name: "CJK UNIFIED IDEOGRAPH-279A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A8,
        name: "CJK UNIFIED IDEOGRAPH-279A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x279A9,
        name: "CJK UNIFIED IDEOGRAPH-279A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x279AA,
        name: "CJK UNIFIED IDEOGRAPH-279AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x279AB,
        name: "CJK UNIFIED IDEOGRAPH-279AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x279AC,
        name: "CJK UNIFIED IDEOGRAPH-279AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x279AD,
        name: "CJK UNIFIED IDEOGRAPH-279AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x279AE,
        name: "CJK UNIFIED IDEOGRAPH-279AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x279AF,
        name: "CJK UNIFIED IDEOGRAPH-279AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B0,
        name: "CJK UNIFIED IDEOGRAPH-279B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B1,
        name: "CJK UNIFIED IDEOGRAPH-279B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B2,
        name: "CJK UNIFIED IDEOGRAPH-279B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B3,
        name: "CJK UNIFIED IDEOGRAPH-279B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B4,
        name: "CJK UNIFIED IDEOGRAPH-279B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B5,
        name: "CJK UNIFIED IDEOGRAPH-279B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B6,
        name: "CJK UNIFIED IDEOGRAPH-279B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B7,
        name: "CJK UNIFIED IDEOGRAPH-279B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B8,
        name: "CJK UNIFIED IDEOGRAPH-279B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x279B9,
        name: "CJK UNIFIED IDEOGRAPH-279B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x279BA,
        name: "CJK UNIFIED IDEOGRAPH-279BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x279BB,
        name: "CJK UNIFIED IDEOGRAPH-279BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x279BC,
        name: "CJK UNIFIED IDEOGRAPH-279BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x279BD,
        name: "CJK UNIFIED IDEOGRAPH-279BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x279BE,
        name: "CJK UNIFIED IDEOGRAPH-279BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x279BF,
        name: "CJK UNIFIED IDEOGRAPH-279BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C0,
        name: "CJK UNIFIED IDEOGRAPH-279C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C1,
        name: "CJK UNIFIED IDEOGRAPH-279C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C2,
        name: "CJK UNIFIED IDEOGRAPH-279C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C3,
        name: "CJK UNIFIED IDEOGRAPH-279C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C4,
        name: "CJK UNIFIED IDEOGRAPH-279C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C5,
        name: "CJK UNIFIED IDEOGRAPH-279C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C6,
        name: "CJK UNIFIED IDEOGRAPH-279C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C7,
        name: "CJK UNIFIED IDEOGRAPH-279C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C8,
        name: "CJK UNIFIED IDEOGRAPH-279C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x279C9,
        name: "CJK UNIFIED IDEOGRAPH-279C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x279CA,
        name: "CJK UNIFIED IDEOGRAPH-279CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x279CB,
        name: "CJK UNIFIED IDEOGRAPH-279CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x279CC,
        name: "CJK UNIFIED IDEOGRAPH-279CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x279CD,
        name: "CJK UNIFIED IDEOGRAPH-279CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x279CE,
        name: "CJK UNIFIED IDEOGRAPH-279CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x279CF,
        name: "CJK UNIFIED IDEOGRAPH-279CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D0,
        name: "CJK UNIFIED IDEOGRAPH-279D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D1,
        name: "CJK UNIFIED IDEOGRAPH-279D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D2,
        name: "CJK UNIFIED IDEOGRAPH-279D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D3,
        name: "CJK UNIFIED IDEOGRAPH-279D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D4,
        name: "CJK UNIFIED IDEOGRAPH-279D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D5,
        name: "CJK UNIFIED IDEOGRAPH-279D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D6,
        name: "CJK UNIFIED IDEOGRAPH-279D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D7,
        name: "CJK UNIFIED IDEOGRAPH-279D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D8,
        name: "CJK UNIFIED IDEOGRAPH-279D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x279D9,
        name: "CJK UNIFIED IDEOGRAPH-279D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x279DA,
        name: "CJK UNIFIED IDEOGRAPH-279DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x279DB,
        name: "CJK UNIFIED IDEOGRAPH-279DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x279DC,
        name: "CJK UNIFIED IDEOGRAPH-279DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x279DD,
        name: "CJK UNIFIED IDEOGRAPH-279DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x279DE,
        name: "CJK UNIFIED IDEOGRAPH-279DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x279DF,
        name: "CJK UNIFIED IDEOGRAPH-279DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E0,
        name: "CJK UNIFIED IDEOGRAPH-279E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E1,
        name: "CJK UNIFIED IDEOGRAPH-279E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E2,
        name: "CJK UNIFIED IDEOGRAPH-279E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E3,
        name: "CJK UNIFIED IDEOGRAPH-279E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E4,
        name: "CJK UNIFIED IDEOGRAPH-279E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E5,
        name: "CJK UNIFIED IDEOGRAPH-279E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E6,
        name: "CJK UNIFIED IDEOGRAPH-279E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E7,
        name: "CJK UNIFIED IDEOGRAPH-279E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E8,
        name: "CJK UNIFIED IDEOGRAPH-279E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x279E9,
        name: "CJK UNIFIED IDEOGRAPH-279E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x279EA,
        name: "CJK UNIFIED IDEOGRAPH-279EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x279EB,
        name: "CJK UNIFIED IDEOGRAPH-279EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x279EC,
        name: "CJK UNIFIED IDEOGRAPH-279EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x279ED,
        name: "CJK UNIFIED IDEOGRAPH-279ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x279EE,
        name: "CJK UNIFIED IDEOGRAPH-279EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x279EF,
        name: "CJK UNIFIED IDEOGRAPH-279EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F0,
        name: "CJK UNIFIED IDEOGRAPH-279F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F1,
        name: "CJK UNIFIED IDEOGRAPH-279F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F2,
        name: "CJK UNIFIED IDEOGRAPH-279F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F3,
        name: "CJK UNIFIED IDEOGRAPH-279F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F4,
        name: "CJK UNIFIED IDEOGRAPH-279F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F5,
        name: "CJK UNIFIED IDEOGRAPH-279F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F6,
        name: "CJK UNIFIED IDEOGRAPH-279F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F7,
        name: "CJK UNIFIED IDEOGRAPH-279F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F8,
        name: "CJK UNIFIED IDEOGRAPH-279F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x279F9,
        name: "CJK UNIFIED IDEOGRAPH-279F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x279FA,
        name: "CJK UNIFIED IDEOGRAPH-279FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x279FB,
        name: "CJK UNIFIED IDEOGRAPH-279FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x279FC,
        name: "CJK UNIFIED IDEOGRAPH-279FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x279FD,
        name: "CJK UNIFIED IDEOGRAPH-279FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x279FE,
        name: "CJK UNIFIED IDEOGRAPH-279FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x279FF,
        name: "CJK UNIFIED IDEOGRAPH-279FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A00,
        name: "CJK UNIFIED IDEOGRAPH-27A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A01,
        name: "CJK UNIFIED IDEOGRAPH-27A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A02,
        name: "CJK UNIFIED IDEOGRAPH-27A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A03,
        name: "CJK UNIFIED IDEOGRAPH-27A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A04,
        name: "CJK UNIFIED IDEOGRAPH-27A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A05,
        name: "CJK UNIFIED IDEOGRAPH-27A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A06,
        name: "CJK UNIFIED IDEOGRAPH-27A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A07,
        name: "CJK UNIFIED IDEOGRAPH-27A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A08,
        name: "CJK UNIFIED IDEOGRAPH-27A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A09,
        name: "CJK UNIFIED IDEOGRAPH-27A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A0A,
        name: "CJK UNIFIED IDEOGRAPH-27A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A0B,
        name: "CJK UNIFIED IDEOGRAPH-27A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A0C,
        name: "CJK UNIFIED IDEOGRAPH-27A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A0D,
        name: "CJK UNIFIED IDEOGRAPH-27A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A0E,
        name: "CJK UNIFIED IDEOGRAPH-27A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A0F,
        name: "CJK UNIFIED IDEOGRAPH-27A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A10,
        name: "CJK UNIFIED IDEOGRAPH-27A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A11,
        name: "CJK UNIFIED IDEOGRAPH-27A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A12,
        name: "CJK UNIFIED IDEOGRAPH-27A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A13,
        name: "CJK UNIFIED IDEOGRAPH-27A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A14,
        name: "CJK UNIFIED IDEOGRAPH-27A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A15,
        name: "CJK UNIFIED IDEOGRAPH-27A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A16,
        name: "CJK UNIFIED IDEOGRAPH-27A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A17,
        name: "CJK UNIFIED IDEOGRAPH-27A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A18,
        name: "CJK UNIFIED IDEOGRAPH-27A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A19,
        name: "CJK UNIFIED IDEOGRAPH-27A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A1A,
        name: "CJK UNIFIED IDEOGRAPH-27A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A1B,
        name: "CJK UNIFIED IDEOGRAPH-27A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A1C,
        name: "CJK UNIFIED IDEOGRAPH-27A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A1D,
        name: "CJK UNIFIED IDEOGRAPH-27A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A1E,
        name: "CJK UNIFIED IDEOGRAPH-27A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A1F,
        name: "CJK UNIFIED IDEOGRAPH-27A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A20,
        name: "CJK UNIFIED IDEOGRAPH-27A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A21,
        name: "CJK UNIFIED IDEOGRAPH-27A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A22,
        name: "CJK UNIFIED IDEOGRAPH-27A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A23,
        name: "CJK UNIFIED IDEOGRAPH-27A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A24,
        name: "CJK UNIFIED IDEOGRAPH-27A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A25,
        name: "CJK UNIFIED IDEOGRAPH-27A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A26,
        name: "CJK UNIFIED IDEOGRAPH-27A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A27,
        name: "CJK UNIFIED IDEOGRAPH-27A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A28,
        name: "CJK UNIFIED IDEOGRAPH-27A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A29,
        name: "CJK UNIFIED IDEOGRAPH-27A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A2A,
        name: "CJK UNIFIED IDEOGRAPH-27A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A2B,
        name: "CJK UNIFIED IDEOGRAPH-27A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A2C,
        name: "CJK UNIFIED IDEOGRAPH-27A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A2D,
        name: "CJK UNIFIED IDEOGRAPH-27A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A2E,
        name: "CJK UNIFIED IDEOGRAPH-27A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A2F,
        name: "CJK UNIFIED IDEOGRAPH-27A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A30,
        name: "CJK UNIFIED IDEOGRAPH-27A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A31,
        name: "CJK UNIFIED IDEOGRAPH-27A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A32,
        name: "CJK UNIFIED IDEOGRAPH-27A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A33,
        name: "CJK UNIFIED IDEOGRAPH-27A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A34,
        name: "CJK UNIFIED IDEOGRAPH-27A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A35,
        name: "CJK UNIFIED IDEOGRAPH-27A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A36,
        name: "CJK UNIFIED IDEOGRAPH-27A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A37,
        name: "CJK UNIFIED IDEOGRAPH-27A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A38,
        name: "CJK UNIFIED IDEOGRAPH-27A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A39,
        name: "CJK UNIFIED IDEOGRAPH-27A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A3A,
        name: "CJK UNIFIED IDEOGRAPH-27A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A3B,
        name: "CJK UNIFIED IDEOGRAPH-27A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A3C,
        name: "CJK UNIFIED IDEOGRAPH-27A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A3D,
        name: "CJK UNIFIED IDEOGRAPH-27A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A3E,
        name: "CJK UNIFIED IDEOGRAPH-27A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A3F,
        name: "CJK UNIFIED IDEOGRAPH-27A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A40,
        name: "CJK UNIFIED IDEOGRAPH-27A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A41,
        name: "CJK UNIFIED IDEOGRAPH-27A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A42,
        name: "CJK UNIFIED IDEOGRAPH-27A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A43,
        name: "CJK UNIFIED IDEOGRAPH-27A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A44,
        name: "CJK UNIFIED IDEOGRAPH-27A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A45,
        name: "CJK UNIFIED IDEOGRAPH-27A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A46,
        name: "CJK UNIFIED IDEOGRAPH-27A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A47,
        name: "CJK UNIFIED IDEOGRAPH-27A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A48,
        name: "CJK UNIFIED IDEOGRAPH-27A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A49,
        name: "CJK UNIFIED IDEOGRAPH-27A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A4A,
        name: "CJK UNIFIED IDEOGRAPH-27A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A4B,
        name: "CJK UNIFIED IDEOGRAPH-27A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A4C,
        name: "CJK UNIFIED IDEOGRAPH-27A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A4D,
        name: "CJK UNIFIED IDEOGRAPH-27A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A4E,
        name: "CJK UNIFIED IDEOGRAPH-27A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A4F,
        name: "CJK UNIFIED IDEOGRAPH-27A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A50,
        name: "CJK UNIFIED IDEOGRAPH-27A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A51,
        name: "CJK UNIFIED IDEOGRAPH-27A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A52,
        name: "CJK UNIFIED IDEOGRAPH-27A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A53,
        name: "CJK UNIFIED IDEOGRAPH-27A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A54,
        name: "CJK UNIFIED IDEOGRAPH-27A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A55,
        name: "CJK UNIFIED IDEOGRAPH-27A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A56,
        name: "CJK UNIFIED IDEOGRAPH-27A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A57,
        name: "CJK UNIFIED IDEOGRAPH-27A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A58,
        name: "CJK UNIFIED IDEOGRAPH-27A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A59,
        name: "CJK UNIFIED IDEOGRAPH-27A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A5A,
        name: "CJK UNIFIED IDEOGRAPH-27A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A5B,
        name: "CJK UNIFIED IDEOGRAPH-27A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A5C,
        name: "CJK UNIFIED IDEOGRAPH-27A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A5D,
        name: "CJK UNIFIED IDEOGRAPH-27A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A5E,
        name: "CJK UNIFIED IDEOGRAPH-27A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A5F,
        name: "CJK UNIFIED IDEOGRAPH-27A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A60,
        name: "CJK UNIFIED IDEOGRAPH-27A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A61,
        name: "CJK UNIFIED IDEOGRAPH-27A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A62,
        name: "CJK UNIFIED IDEOGRAPH-27A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A63,
        name: "CJK UNIFIED IDEOGRAPH-27A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A64,
        name: "CJK UNIFIED IDEOGRAPH-27A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A65,
        name: "CJK UNIFIED IDEOGRAPH-27A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A66,
        name: "CJK UNIFIED IDEOGRAPH-27A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A67,
        name: "CJK UNIFIED IDEOGRAPH-27A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A68,
        name: "CJK UNIFIED IDEOGRAPH-27A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A69,
        name: "CJK UNIFIED IDEOGRAPH-27A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A6A,
        name: "CJK UNIFIED IDEOGRAPH-27A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A6B,
        name: "CJK UNIFIED IDEOGRAPH-27A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A6C,
        name: "CJK UNIFIED IDEOGRAPH-27A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A6D,
        name: "CJK UNIFIED IDEOGRAPH-27A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A6E,
        name: "CJK UNIFIED IDEOGRAPH-27A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A6F,
        name: "CJK UNIFIED IDEOGRAPH-27A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A70,
        name: "CJK UNIFIED IDEOGRAPH-27A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A71,
        name: "CJK UNIFIED IDEOGRAPH-27A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A72,
        name: "CJK UNIFIED IDEOGRAPH-27A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A73,
        name: "CJK UNIFIED IDEOGRAPH-27A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A74,
        name: "CJK UNIFIED IDEOGRAPH-27A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A75,
        name: "CJK UNIFIED IDEOGRAPH-27A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A76,
        name: "CJK UNIFIED IDEOGRAPH-27A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A77,
        name: "CJK UNIFIED IDEOGRAPH-27A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A78,
        name: "CJK UNIFIED IDEOGRAPH-27A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A79,
        name: "CJK UNIFIED IDEOGRAPH-27A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A7A,
        name: "CJK UNIFIED IDEOGRAPH-27A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A7B,
        name: "CJK UNIFIED IDEOGRAPH-27A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A7C,
        name: "CJK UNIFIED IDEOGRAPH-27A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A7D,
        name: "CJK UNIFIED IDEOGRAPH-27A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A7E,
        name: "CJK UNIFIED IDEOGRAPH-27A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A7F,
        name: "CJK UNIFIED IDEOGRAPH-27A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A80,
        name: "CJK UNIFIED IDEOGRAPH-27A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A81,
        name: "CJK UNIFIED IDEOGRAPH-27A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A82,
        name: "CJK UNIFIED IDEOGRAPH-27A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A83,
        name: "CJK UNIFIED IDEOGRAPH-27A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A84,
        name: "CJK UNIFIED IDEOGRAPH-27A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A85,
        name: "CJK UNIFIED IDEOGRAPH-27A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A86,
        name: "CJK UNIFIED IDEOGRAPH-27A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A87,
        name: "CJK UNIFIED IDEOGRAPH-27A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A88,
        name: "CJK UNIFIED IDEOGRAPH-27A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A89,
        name: "CJK UNIFIED IDEOGRAPH-27A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A8A,
        name: "CJK UNIFIED IDEOGRAPH-27A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A8B,
        name: "CJK UNIFIED IDEOGRAPH-27A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A8C,
        name: "CJK UNIFIED IDEOGRAPH-27A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A8D,
        name: "CJK UNIFIED IDEOGRAPH-27A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A8E,
        name: "CJK UNIFIED IDEOGRAPH-27A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A8F,
        name: "CJK UNIFIED IDEOGRAPH-27A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A90,
        name: "CJK UNIFIED IDEOGRAPH-27A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A91,
        name: "CJK UNIFIED IDEOGRAPH-27A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A92,
        name: "CJK UNIFIED IDEOGRAPH-27A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A93,
        name: "CJK UNIFIED IDEOGRAPH-27A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A94,
        name: "CJK UNIFIED IDEOGRAPH-27A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A95,
        name: "CJK UNIFIED IDEOGRAPH-27A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A96,
        name: "CJK UNIFIED IDEOGRAPH-27A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A97,
        name: "CJK UNIFIED IDEOGRAPH-27A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A98,
        name: "CJK UNIFIED IDEOGRAPH-27A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A99,
        name: "CJK UNIFIED IDEOGRAPH-27A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A9A,
        name: "CJK UNIFIED IDEOGRAPH-27A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A9B,
        name: "CJK UNIFIED IDEOGRAPH-27A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A9C,
        name: "CJK UNIFIED IDEOGRAPH-27A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A9D,
        name: "CJK UNIFIED IDEOGRAPH-27A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A9E,
        name: "CJK UNIFIED IDEOGRAPH-27A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27A9F,
        name: "CJK UNIFIED IDEOGRAPH-27A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA0,
        name: "CJK UNIFIED IDEOGRAPH-27AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA1,
        name: "CJK UNIFIED IDEOGRAPH-27AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA2,
        name: "CJK UNIFIED IDEOGRAPH-27AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA3,
        name: "CJK UNIFIED IDEOGRAPH-27AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA4,
        name: "CJK UNIFIED IDEOGRAPH-27AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA5,
        name: "CJK UNIFIED IDEOGRAPH-27AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA6,
        name: "CJK UNIFIED IDEOGRAPH-27AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA7,
        name: "CJK UNIFIED IDEOGRAPH-27AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA8,
        name: "CJK UNIFIED IDEOGRAPH-27AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AA9,
        name: "CJK UNIFIED IDEOGRAPH-27AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AAA,
        name: "CJK UNIFIED IDEOGRAPH-27AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AAB,
        name: "CJK UNIFIED IDEOGRAPH-27AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AAC,
        name: "CJK UNIFIED IDEOGRAPH-27AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AAD,
        name: "CJK UNIFIED IDEOGRAPH-27AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AAE,
        name: "CJK UNIFIED IDEOGRAPH-27AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AAF,
        name: "CJK UNIFIED IDEOGRAPH-27AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB0,
        name: "CJK UNIFIED IDEOGRAPH-27AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB1,
        name: "CJK UNIFIED IDEOGRAPH-27AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB2,
        name: "CJK UNIFIED IDEOGRAPH-27AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB3,
        name: "CJK UNIFIED IDEOGRAPH-27AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB4,
        name: "CJK UNIFIED IDEOGRAPH-27AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB5,
        name: "CJK UNIFIED IDEOGRAPH-27AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB6,
        name: "CJK UNIFIED IDEOGRAPH-27AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB7,
        name: "CJK UNIFIED IDEOGRAPH-27AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB8,
        name: "CJK UNIFIED IDEOGRAPH-27AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AB9,
        name: "CJK UNIFIED IDEOGRAPH-27AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ABA,
        name: "CJK UNIFIED IDEOGRAPH-27ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ABB,
        name: "CJK UNIFIED IDEOGRAPH-27ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ABC,
        name: "CJK UNIFIED IDEOGRAPH-27ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ABD,
        name: "CJK UNIFIED IDEOGRAPH-27ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ABE,
        name: "CJK UNIFIED IDEOGRAPH-27ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ABF,
        name: "CJK UNIFIED IDEOGRAPH-27ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC0,
        name: "CJK UNIFIED IDEOGRAPH-27AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC1,
        name: "CJK UNIFIED IDEOGRAPH-27AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC2,
        name: "CJK UNIFIED IDEOGRAPH-27AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC3,
        name: "CJK UNIFIED IDEOGRAPH-27AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC4,
        name: "CJK UNIFIED IDEOGRAPH-27AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC5,
        name: "CJK UNIFIED IDEOGRAPH-27AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC6,
        name: "CJK UNIFIED IDEOGRAPH-27AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC7,
        name: "CJK UNIFIED IDEOGRAPH-27AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC8,
        name: "CJK UNIFIED IDEOGRAPH-27AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AC9,
        name: "CJK UNIFIED IDEOGRAPH-27AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ACA,
        name: "CJK UNIFIED IDEOGRAPH-27ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ACB,
        name: "CJK UNIFIED IDEOGRAPH-27ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ACC,
        name: "CJK UNIFIED IDEOGRAPH-27ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ACD,
        name: "CJK UNIFIED IDEOGRAPH-27ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ACE,
        name: "CJK UNIFIED IDEOGRAPH-27ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ACF,
        name: "CJK UNIFIED IDEOGRAPH-27ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD0,
        name: "CJK UNIFIED IDEOGRAPH-27AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD1,
        name: "CJK UNIFIED IDEOGRAPH-27AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD2,
        name: "CJK UNIFIED IDEOGRAPH-27AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD3,
        name: "CJK UNIFIED IDEOGRAPH-27AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD4,
        name: "CJK UNIFIED IDEOGRAPH-27AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD5,
        name: "CJK UNIFIED IDEOGRAPH-27AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD6,
        name: "CJK UNIFIED IDEOGRAPH-27AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD7,
        name: "CJK UNIFIED IDEOGRAPH-27AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD8,
        name: "CJK UNIFIED IDEOGRAPH-27AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AD9,
        name: "CJK UNIFIED IDEOGRAPH-27AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ADA,
        name: "CJK UNIFIED IDEOGRAPH-27ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ADB,
        name: "CJK UNIFIED IDEOGRAPH-27ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ADC,
        name: "CJK UNIFIED IDEOGRAPH-27ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ADD,
        name: "CJK UNIFIED IDEOGRAPH-27ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ADE,
        name: "CJK UNIFIED IDEOGRAPH-27ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ADF,
        name: "CJK UNIFIED IDEOGRAPH-27ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE0,
        name: "CJK UNIFIED IDEOGRAPH-27AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE1,
        name: "CJK UNIFIED IDEOGRAPH-27AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE2,
        name: "CJK UNIFIED IDEOGRAPH-27AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE3,
        name: "CJK UNIFIED IDEOGRAPH-27AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE4,
        name: "CJK UNIFIED IDEOGRAPH-27AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE5,
        name: "CJK UNIFIED IDEOGRAPH-27AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE6,
        name: "CJK UNIFIED IDEOGRAPH-27AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE7,
        name: "CJK UNIFIED IDEOGRAPH-27AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE8,
        name: "CJK UNIFIED IDEOGRAPH-27AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AE9,
        name: "CJK UNIFIED IDEOGRAPH-27AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AEA,
        name: "CJK UNIFIED IDEOGRAPH-27AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AEB,
        name: "CJK UNIFIED IDEOGRAPH-27AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AEC,
        name: "CJK UNIFIED IDEOGRAPH-27AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AED,
        name: "CJK UNIFIED IDEOGRAPH-27AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AEE,
        name: "CJK UNIFIED IDEOGRAPH-27AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AEF,
        name: "CJK UNIFIED IDEOGRAPH-27AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF0,
        name: "CJK UNIFIED IDEOGRAPH-27AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF1,
        name: "CJK UNIFIED IDEOGRAPH-27AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF2,
        name: "CJK UNIFIED IDEOGRAPH-27AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF3,
        name: "CJK UNIFIED IDEOGRAPH-27AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF4,
        name: "CJK UNIFIED IDEOGRAPH-27AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF5,
        name: "CJK UNIFIED IDEOGRAPH-27AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF6,
        name: "CJK UNIFIED IDEOGRAPH-27AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF7,
        name: "CJK UNIFIED IDEOGRAPH-27AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF8,
        name: "CJK UNIFIED IDEOGRAPH-27AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AF9,
        name: "CJK UNIFIED IDEOGRAPH-27AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AFA,
        name: "CJK UNIFIED IDEOGRAPH-27AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AFB,
        name: "CJK UNIFIED IDEOGRAPH-27AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AFC,
        name: "CJK UNIFIED IDEOGRAPH-27AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AFD,
        name: "CJK UNIFIED IDEOGRAPH-27AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AFE,
        name: "CJK UNIFIED IDEOGRAPH-27AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27AFF,
        name: "CJK UNIFIED IDEOGRAPH-27AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B00,
        name: "CJK UNIFIED IDEOGRAPH-27B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B01,
        name: "CJK UNIFIED IDEOGRAPH-27B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B02,
        name: "CJK UNIFIED IDEOGRAPH-27B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B03,
        name: "CJK UNIFIED IDEOGRAPH-27B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B04,
        name: "CJK UNIFIED IDEOGRAPH-27B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B05,
        name: "CJK UNIFIED IDEOGRAPH-27B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B06,
        name: "CJK UNIFIED IDEOGRAPH-27B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B07,
        name: "CJK UNIFIED IDEOGRAPH-27B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B08,
        name: "CJK UNIFIED IDEOGRAPH-27B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B09,
        name: "CJK UNIFIED IDEOGRAPH-27B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B0A,
        name: "CJK UNIFIED IDEOGRAPH-27B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B0B,
        name: "CJK UNIFIED IDEOGRAPH-27B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B0C,
        name: "CJK UNIFIED IDEOGRAPH-27B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B0D,
        name: "CJK UNIFIED IDEOGRAPH-27B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B0E,
        name: "CJK UNIFIED IDEOGRAPH-27B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B0F,
        name: "CJK UNIFIED IDEOGRAPH-27B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B10,
        name: "CJK UNIFIED IDEOGRAPH-27B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B11,
        name: "CJK UNIFIED IDEOGRAPH-27B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B12,
        name: "CJK UNIFIED IDEOGRAPH-27B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B13,
        name: "CJK UNIFIED IDEOGRAPH-27B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B14,
        name: "CJK UNIFIED IDEOGRAPH-27B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B15,
        name: "CJK UNIFIED IDEOGRAPH-27B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B16,
        name: "CJK UNIFIED IDEOGRAPH-27B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B17,
        name: "CJK UNIFIED IDEOGRAPH-27B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B18,
        name: "CJK UNIFIED IDEOGRAPH-27B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B19,
        name: "CJK UNIFIED IDEOGRAPH-27B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B1A,
        name: "CJK UNIFIED IDEOGRAPH-27B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B1B,
        name: "CJK UNIFIED IDEOGRAPH-27B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B1C,
        name: "CJK UNIFIED IDEOGRAPH-27B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B1D,
        name: "CJK UNIFIED IDEOGRAPH-27B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B1E,
        name: "CJK UNIFIED IDEOGRAPH-27B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B1F,
        name: "CJK UNIFIED IDEOGRAPH-27B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B20,
        name: "CJK UNIFIED IDEOGRAPH-27B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B21,
        name: "CJK UNIFIED IDEOGRAPH-27B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B22,
        name: "CJK UNIFIED IDEOGRAPH-27B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B23,
        name: "CJK UNIFIED IDEOGRAPH-27B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B24,
        name: "CJK UNIFIED IDEOGRAPH-27B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B25,
        name: "CJK UNIFIED IDEOGRAPH-27B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B26,
        name: "CJK UNIFIED IDEOGRAPH-27B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B27,
        name: "CJK UNIFIED IDEOGRAPH-27B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B28,
        name: "CJK UNIFIED IDEOGRAPH-27B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B29,
        name: "CJK UNIFIED IDEOGRAPH-27B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B2A,
        name: "CJK UNIFIED IDEOGRAPH-27B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B2B,
        name: "CJK UNIFIED IDEOGRAPH-27B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B2C,
        name: "CJK UNIFIED IDEOGRAPH-27B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B2D,
        name: "CJK UNIFIED IDEOGRAPH-27B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B2E,
        name: "CJK UNIFIED IDEOGRAPH-27B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B2F,
        name: "CJK UNIFIED IDEOGRAPH-27B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B30,
        name: "CJK UNIFIED IDEOGRAPH-27B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B31,
        name: "CJK UNIFIED IDEOGRAPH-27B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B32,
        name: "CJK UNIFIED IDEOGRAPH-27B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B33,
        name: "CJK UNIFIED IDEOGRAPH-27B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B34,
        name: "CJK UNIFIED IDEOGRAPH-27B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B35,
        name: "CJK UNIFIED IDEOGRAPH-27B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B36,
        name: "CJK UNIFIED IDEOGRAPH-27B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B37,
        name: "CJK UNIFIED IDEOGRAPH-27B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B38,
        name: "CJK UNIFIED IDEOGRAPH-27B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B39,
        name: "CJK UNIFIED IDEOGRAPH-27B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B3A,
        name: "CJK UNIFIED IDEOGRAPH-27B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B3B,
        name: "CJK UNIFIED IDEOGRAPH-27B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B3C,
        name: "CJK UNIFIED IDEOGRAPH-27B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B3D,
        name: "CJK UNIFIED IDEOGRAPH-27B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B3E,
        name: "CJK UNIFIED IDEOGRAPH-27B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B3F,
        name: "CJK UNIFIED IDEOGRAPH-27B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B40,
        name: "CJK UNIFIED IDEOGRAPH-27B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B41,
        name: "CJK UNIFIED IDEOGRAPH-27B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B42,
        name: "CJK UNIFIED IDEOGRAPH-27B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B43,
        name: "CJK UNIFIED IDEOGRAPH-27B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B44,
        name: "CJK UNIFIED IDEOGRAPH-27B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B45,
        name: "CJK UNIFIED IDEOGRAPH-27B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B46,
        name: "CJK UNIFIED IDEOGRAPH-27B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B47,
        name: "CJK UNIFIED IDEOGRAPH-27B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B48,
        name: "CJK UNIFIED IDEOGRAPH-27B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B49,
        name: "CJK UNIFIED IDEOGRAPH-27B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B4A,
        name: "CJK UNIFIED IDEOGRAPH-27B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B4B,
        name: "CJK UNIFIED IDEOGRAPH-27B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B4C,
        name: "CJK UNIFIED IDEOGRAPH-27B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B4D,
        name: "CJK UNIFIED IDEOGRAPH-27B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B4E,
        name: "CJK UNIFIED IDEOGRAPH-27B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B4F,
        name: "CJK UNIFIED IDEOGRAPH-27B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B50,
        name: "CJK UNIFIED IDEOGRAPH-27B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B51,
        name: "CJK UNIFIED IDEOGRAPH-27B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B52,
        name: "CJK UNIFIED IDEOGRAPH-27B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B53,
        name: "CJK UNIFIED IDEOGRAPH-27B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B54,
        name: "CJK UNIFIED IDEOGRAPH-27B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B55,
        name: "CJK UNIFIED IDEOGRAPH-27B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B56,
        name: "CJK UNIFIED IDEOGRAPH-27B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B57,
        name: "CJK UNIFIED IDEOGRAPH-27B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B58,
        name: "CJK UNIFIED IDEOGRAPH-27B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B59,
        name: "CJK UNIFIED IDEOGRAPH-27B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B5A,
        name: "CJK UNIFIED IDEOGRAPH-27B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B5B,
        name: "CJK UNIFIED IDEOGRAPH-27B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B5C,
        name: "CJK UNIFIED IDEOGRAPH-27B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B5D,
        name: "CJK UNIFIED IDEOGRAPH-27B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B5E,
        name: "CJK UNIFIED IDEOGRAPH-27B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B5F,
        name: "CJK UNIFIED IDEOGRAPH-27B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B60,
        name: "CJK UNIFIED IDEOGRAPH-27B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B61,
        name: "CJK UNIFIED IDEOGRAPH-27B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B62,
        name: "CJK UNIFIED IDEOGRAPH-27B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B63,
        name: "CJK UNIFIED IDEOGRAPH-27B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B64,
        name: "CJK UNIFIED IDEOGRAPH-27B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B65,
        name: "CJK UNIFIED IDEOGRAPH-27B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B66,
        name: "CJK UNIFIED IDEOGRAPH-27B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B67,
        name: "CJK UNIFIED IDEOGRAPH-27B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B68,
        name: "CJK UNIFIED IDEOGRAPH-27B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B69,
        name: "CJK UNIFIED IDEOGRAPH-27B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B6A,
        name: "CJK UNIFIED IDEOGRAPH-27B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B6B,
        name: "CJK UNIFIED IDEOGRAPH-27B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B6C,
        name: "CJK UNIFIED IDEOGRAPH-27B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B6D,
        name: "CJK UNIFIED IDEOGRAPH-27B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B6E,
        name: "CJK UNIFIED IDEOGRAPH-27B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B6F,
        name: "CJK UNIFIED IDEOGRAPH-27B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B70,
        name: "CJK UNIFIED IDEOGRAPH-27B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B71,
        name: "CJK UNIFIED IDEOGRAPH-27B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B72,
        name: "CJK UNIFIED IDEOGRAPH-27B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B73,
        name: "CJK UNIFIED IDEOGRAPH-27B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B74,
        name: "CJK UNIFIED IDEOGRAPH-27B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B75,
        name: "CJK UNIFIED IDEOGRAPH-27B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B76,
        name: "CJK UNIFIED IDEOGRAPH-27B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B77,
        name: "CJK UNIFIED IDEOGRAPH-27B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B78,
        name: "CJK UNIFIED IDEOGRAPH-27B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B79,
        name: "CJK UNIFIED IDEOGRAPH-27B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B7A,
        name: "CJK UNIFIED IDEOGRAPH-27B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B7B,
        name: "CJK UNIFIED IDEOGRAPH-27B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B7C,
        name: "CJK UNIFIED IDEOGRAPH-27B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B7D,
        name: "CJK UNIFIED IDEOGRAPH-27B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B7E,
        name: "CJK UNIFIED IDEOGRAPH-27B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B7F,
        name: "CJK UNIFIED IDEOGRAPH-27B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B80,
        name: "CJK UNIFIED IDEOGRAPH-27B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B81,
        name: "CJK UNIFIED IDEOGRAPH-27B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B82,
        name: "CJK UNIFIED IDEOGRAPH-27B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B83,
        name: "CJK UNIFIED IDEOGRAPH-27B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B84,
        name: "CJK UNIFIED IDEOGRAPH-27B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B85,
        name: "CJK UNIFIED IDEOGRAPH-27B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B86,
        name: "CJK UNIFIED IDEOGRAPH-27B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B87,
        name: "CJK UNIFIED IDEOGRAPH-27B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B88,
        name: "CJK UNIFIED IDEOGRAPH-27B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B89,
        name: "CJK UNIFIED IDEOGRAPH-27B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B8A,
        name: "CJK UNIFIED IDEOGRAPH-27B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B8B,
        name: "CJK UNIFIED IDEOGRAPH-27B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B8C,
        name: "CJK UNIFIED IDEOGRAPH-27B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B8D,
        name: "CJK UNIFIED IDEOGRAPH-27B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B8E,
        name: "CJK UNIFIED IDEOGRAPH-27B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B8F,
        name: "CJK UNIFIED IDEOGRAPH-27B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B90,
        name: "CJK UNIFIED IDEOGRAPH-27B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B91,
        name: "CJK UNIFIED IDEOGRAPH-27B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B92,
        name: "CJK UNIFIED IDEOGRAPH-27B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B93,
        name: "CJK UNIFIED IDEOGRAPH-27B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B94,
        name: "CJK UNIFIED IDEOGRAPH-27B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B95,
        name: "CJK UNIFIED IDEOGRAPH-27B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B96,
        name: "CJK UNIFIED IDEOGRAPH-27B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B97,
        name: "CJK UNIFIED IDEOGRAPH-27B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B98,
        name: "CJK UNIFIED IDEOGRAPH-27B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B99,
        name: "CJK UNIFIED IDEOGRAPH-27B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B9A,
        name: "CJK UNIFIED IDEOGRAPH-27B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B9B,
        name: "CJK UNIFIED IDEOGRAPH-27B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B9C,
        name: "CJK UNIFIED IDEOGRAPH-27B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B9D,
        name: "CJK UNIFIED IDEOGRAPH-27B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B9E,
        name: "CJK UNIFIED IDEOGRAPH-27B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27B9F,
        name: "CJK UNIFIED IDEOGRAPH-27B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA0,
        name: "CJK UNIFIED IDEOGRAPH-27BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA1,
        name: "CJK UNIFIED IDEOGRAPH-27BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA2,
        name: "CJK UNIFIED IDEOGRAPH-27BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA3,
        name: "CJK UNIFIED IDEOGRAPH-27BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA4,
        name: "CJK UNIFIED IDEOGRAPH-27BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA5,
        name: "CJK UNIFIED IDEOGRAPH-27BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA6,
        name: "CJK UNIFIED IDEOGRAPH-27BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA7,
        name: "CJK UNIFIED IDEOGRAPH-27BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA8,
        name: "CJK UNIFIED IDEOGRAPH-27BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BA9,
        name: "CJK UNIFIED IDEOGRAPH-27BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BAA,
        name: "CJK UNIFIED IDEOGRAPH-27BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BAB,
        name: "CJK UNIFIED IDEOGRAPH-27BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BAC,
        name: "CJK UNIFIED IDEOGRAPH-27BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BAD,
        name: "CJK UNIFIED IDEOGRAPH-27BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BAE,
        name: "CJK UNIFIED IDEOGRAPH-27BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BAF,
        name: "CJK UNIFIED IDEOGRAPH-27BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB0,
        name: "CJK UNIFIED IDEOGRAPH-27BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB1,
        name: "CJK UNIFIED IDEOGRAPH-27BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB2,
        name: "CJK UNIFIED IDEOGRAPH-27BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB3,
        name: "CJK UNIFIED IDEOGRAPH-27BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB4,
        name: "CJK UNIFIED IDEOGRAPH-27BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB5,
        name: "CJK UNIFIED IDEOGRAPH-27BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB6,
        name: "CJK UNIFIED IDEOGRAPH-27BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB7,
        name: "CJK UNIFIED IDEOGRAPH-27BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB8,
        name: "CJK UNIFIED IDEOGRAPH-27BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BB9,
        name: "CJK UNIFIED IDEOGRAPH-27BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BBA,
        name: "CJK UNIFIED IDEOGRAPH-27BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BBB,
        name: "CJK UNIFIED IDEOGRAPH-27BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BBC,
        name: "CJK UNIFIED IDEOGRAPH-27BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BBD,
        name: "CJK UNIFIED IDEOGRAPH-27BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BBE,
        name: "CJK UNIFIED IDEOGRAPH-27BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BBF,
        name: "CJK UNIFIED IDEOGRAPH-27BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC0,
        name: "CJK UNIFIED IDEOGRAPH-27BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC1,
        name: "CJK UNIFIED IDEOGRAPH-27BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC2,
        name: "CJK UNIFIED IDEOGRAPH-27BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC3,
        name: "CJK UNIFIED IDEOGRAPH-27BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC4,
        name: "CJK UNIFIED IDEOGRAPH-27BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC5,
        name: "CJK UNIFIED IDEOGRAPH-27BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC6,
        name: "CJK UNIFIED IDEOGRAPH-27BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC7,
        name: "CJK UNIFIED IDEOGRAPH-27BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC8,
        name: "CJK UNIFIED IDEOGRAPH-27BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BC9,
        name: "CJK UNIFIED IDEOGRAPH-27BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BCA,
        name: "CJK UNIFIED IDEOGRAPH-27BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BCB,
        name: "CJK UNIFIED IDEOGRAPH-27BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BCC,
        name: "CJK UNIFIED IDEOGRAPH-27BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BCD,
        name: "CJK UNIFIED IDEOGRAPH-27BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BCE,
        name: "CJK UNIFIED IDEOGRAPH-27BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BCF,
        name: "CJK UNIFIED IDEOGRAPH-27BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD0,
        name: "CJK UNIFIED IDEOGRAPH-27BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD1,
        name: "CJK UNIFIED IDEOGRAPH-27BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD2,
        name: "CJK UNIFIED IDEOGRAPH-27BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD3,
        name: "CJK UNIFIED IDEOGRAPH-27BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD4,
        name: "CJK UNIFIED IDEOGRAPH-27BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD5,
        name: "CJK UNIFIED IDEOGRAPH-27BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD6,
        name: "CJK UNIFIED IDEOGRAPH-27BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD7,
        name: "CJK UNIFIED IDEOGRAPH-27BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD8,
        name: "CJK UNIFIED IDEOGRAPH-27BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BD9,
        name: "CJK UNIFIED IDEOGRAPH-27BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BDA,
        name: "CJK UNIFIED IDEOGRAPH-27BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BDB,
        name: "CJK UNIFIED IDEOGRAPH-27BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BDC,
        name: "CJK UNIFIED IDEOGRAPH-27BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BDD,
        name: "CJK UNIFIED IDEOGRAPH-27BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BDE,
        name: "CJK UNIFIED IDEOGRAPH-27BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BDF,
        name: "CJK UNIFIED IDEOGRAPH-27BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE0,
        name: "CJK UNIFIED IDEOGRAPH-27BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE1,
        name: "CJK UNIFIED IDEOGRAPH-27BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE2,
        name: "CJK UNIFIED IDEOGRAPH-27BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE3,
        name: "CJK UNIFIED IDEOGRAPH-27BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE4,
        name: "CJK UNIFIED IDEOGRAPH-27BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE5,
        name: "CJK UNIFIED IDEOGRAPH-27BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE6,
        name: "CJK UNIFIED IDEOGRAPH-27BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE7,
        name: "CJK UNIFIED IDEOGRAPH-27BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE8,
        name: "CJK UNIFIED IDEOGRAPH-27BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BE9,
        name: "CJK UNIFIED IDEOGRAPH-27BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BEA,
        name: "CJK UNIFIED IDEOGRAPH-27BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BEB,
        name: "CJK UNIFIED IDEOGRAPH-27BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BEC,
        name: "CJK UNIFIED IDEOGRAPH-27BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BED,
        name: "CJK UNIFIED IDEOGRAPH-27BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BEE,
        name: "CJK UNIFIED IDEOGRAPH-27BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BEF,
        name: "CJK UNIFIED IDEOGRAPH-27BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF0,
        name: "CJK UNIFIED IDEOGRAPH-27BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF1,
        name: "CJK UNIFIED IDEOGRAPH-27BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF2,
        name: "CJK UNIFIED IDEOGRAPH-27BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF3,
        name: "CJK UNIFIED IDEOGRAPH-27BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF4,
        name: "CJK UNIFIED IDEOGRAPH-27BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF5,
        name: "CJK UNIFIED IDEOGRAPH-27BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF6,
        name: "CJK UNIFIED IDEOGRAPH-27BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF7,
        name: "CJK UNIFIED IDEOGRAPH-27BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF8,
        name: "CJK UNIFIED IDEOGRAPH-27BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BF9,
        name: "CJK UNIFIED IDEOGRAPH-27BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BFA,
        name: "CJK UNIFIED IDEOGRAPH-27BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BFB,
        name: "CJK UNIFIED IDEOGRAPH-27BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BFC,
        name: "CJK UNIFIED IDEOGRAPH-27BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BFD,
        name: "CJK UNIFIED IDEOGRAPH-27BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BFE,
        name: "CJK UNIFIED IDEOGRAPH-27BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27BFF,
        name: "CJK UNIFIED IDEOGRAPH-27BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C00,
        name: "CJK UNIFIED IDEOGRAPH-27C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C01,
        name: "CJK UNIFIED IDEOGRAPH-27C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C02,
        name: "CJK UNIFIED IDEOGRAPH-27C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C03,
        name: "CJK UNIFIED IDEOGRAPH-27C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C04,
        name: "CJK UNIFIED IDEOGRAPH-27C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C05,
        name: "CJK UNIFIED IDEOGRAPH-27C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C06,
        name: "CJK UNIFIED IDEOGRAPH-27C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C07,
        name: "CJK UNIFIED IDEOGRAPH-27C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C08,
        name: "CJK UNIFIED IDEOGRAPH-27C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C09,
        name: "CJK UNIFIED IDEOGRAPH-27C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C0A,
        name: "CJK UNIFIED IDEOGRAPH-27C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C0B,
        name: "CJK UNIFIED IDEOGRAPH-27C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C0C,
        name: "CJK UNIFIED IDEOGRAPH-27C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C0D,
        name: "CJK UNIFIED IDEOGRAPH-27C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C0E,
        name: "CJK UNIFIED IDEOGRAPH-27C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C0F,
        name: "CJK UNIFIED IDEOGRAPH-27C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C10,
        name: "CJK UNIFIED IDEOGRAPH-27C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C11,
        name: "CJK UNIFIED IDEOGRAPH-27C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C12,
        name: "CJK UNIFIED IDEOGRAPH-27C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C13,
        name: "CJK UNIFIED IDEOGRAPH-27C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C14,
        name: "CJK UNIFIED IDEOGRAPH-27C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C15,
        name: "CJK UNIFIED IDEOGRAPH-27C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C16,
        name: "CJK UNIFIED IDEOGRAPH-27C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C17,
        name: "CJK UNIFIED IDEOGRAPH-27C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C18,
        name: "CJK UNIFIED IDEOGRAPH-27C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C19,
        name: "CJK UNIFIED IDEOGRAPH-27C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C1A,
        name: "CJK UNIFIED IDEOGRAPH-27C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C1B,
        name: "CJK UNIFIED IDEOGRAPH-27C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C1C,
        name: "CJK UNIFIED IDEOGRAPH-27C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C1D,
        name: "CJK UNIFIED IDEOGRAPH-27C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C1E,
        name: "CJK UNIFIED IDEOGRAPH-27C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C1F,
        name: "CJK UNIFIED IDEOGRAPH-27C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C20,
        name: "CJK UNIFIED IDEOGRAPH-27C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C21,
        name: "CJK UNIFIED IDEOGRAPH-27C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C22,
        name: "CJK UNIFIED IDEOGRAPH-27C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C23,
        name: "CJK UNIFIED IDEOGRAPH-27C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C24,
        name: "CJK UNIFIED IDEOGRAPH-27C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C25,
        name: "CJK UNIFIED IDEOGRAPH-27C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C26,
        name: "CJK UNIFIED IDEOGRAPH-27C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C27,
        name: "CJK UNIFIED IDEOGRAPH-27C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C28,
        name: "CJK UNIFIED IDEOGRAPH-27C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C29,
        name: "CJK UNIFIED IDEOGRAPH-27C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C2A,
        name: "CJK UNIFIED IDEOGRAPH-27C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C2B,
        name: "CJK UNIFIED IDEOGRAPH-27C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C2C,
        name: "CJK UNIFIED IDEOGRAPH-27C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C2D,
        name: "CJK UNIFIED IDEOGRAPH-27C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C2E,
        name: "CJK UNIFIED IDEOGRAPH-27C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C2F,
        name: "CJK UNIFIED IDEOGRAPH-27C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C30,
        name: "CJK UNIFIED IDEOGRAPH-27C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C31,
        name: "CJK UNIFIED IDEOGRAPH-27C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C32,
        name: "CJK UNIFIED IDEOGRAPH-27C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C33,
        name: "CJK UNIFIED IDEOGRAPH-27C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C34,
        name: "CJK UNIFIED IDEOGRAPH-27C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C35,
        name: "CJK UNIFIED IDEOGRAPH-27C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C36,
        name: "CJK UNIFIED IDEOGRAPH-27C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C37,
        name: "CJK UNIFIED IDEOGRAPH-27C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C38,
        name: "CJK UNIFIED IDEOGRAPH-27C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C39,
        name: "CJK UNIFIED IDEOGRAPH-27C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C3A,
        name: "CJK UNIFIED IDEOGRAPH-27C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C3B,
        name: "CJK UNIFIED IDEOGRAPH-27C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C3C,
        name: "CJK UNIFIED IDEOGRAPH-27C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C3D,
        name: "CJK UNIFIED IDEOGRAPH-27C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C3E,
        name: "CJK UNIFIED IDEOGRAPH-27C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C3F,
        name: "CJK UNIFIED IDEOGRAPH-27C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C40,
        name: "CJK UNIFIED IDEOGRAPH-27C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C41,
        name: "CJK UNIFIED IDEOGRAPH-27C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C42,
        name: "CJK UNIFIED IDEOGRAPH-27C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C43,
        name: "CJK UNIFIED IDEOGRAPH-27C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C44,
        name: "CJK UNIFIED IDEOGRAPH-27C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C45,
        name: "CJK UNIFIED IDEOGRAPH-27C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C46,
        name: "CJK UNIFIED IDEOGRAPH-27C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C47,
        name: "CJK UNIFIED IDEOGRAPH-27C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C48,
        name: "CJK UNIFIED IDEOGRAPH-27C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C49,
        name: "CJK UNIFIED IDEOGRAPH-27C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C4A,
        name: "CJK UNIFIED IDEOGRAPH-27C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C4B,
        name: "CJK UNIFIED IDEOGRAPH-27C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C4C,
        name: "CJK UNIFIED IDEOGRAPH-27C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C4D,
        name: "CJK UNIFIED IDEOGRAPH-27C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C4E,
        name: "CJK UNIFIED IDEOGRAPH-27C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C4F,
        name: "CJK UNIFIED IDEOGRAPH-27C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C50,
        name: "CJK UNIFIED IDEOGRAPH-27C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C51,
        name: "CJK UNIFIED IDEOGRAPH-27C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C52,
        name: "CJK UNIFIED IDEOGRAPH-27C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C53,
        name: "CJK UNIFIED IDEOGRAPH-27C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C54,
        name: "CJK UNIFIED IDEOGRAPH-27C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C55,
        name: "CJK UNIFIED IDEOGRAPH-27C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C56,
        name: "CJK UNIFIED IDEOGRAPH-27C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C57,
        name: "CJK UNIFIED IDEOGRAPH-27C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C58,
        name: "CJK UNIFIED IDEOGRAPH-27C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C59,
        name: "CJK UNIFIED IDEOGRAPH-27C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C5A,
        name: "CJK UNIFIED IDEOGRAPH-27C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C5B,
        name: "CJK UNIFIED IDEOGRAPH-27C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C5C,
        name: "CJK UNIFIED IDEOGRAPH-27C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C5D,
        name: "CJK UNIFIED IDEOGRAPH-27C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C5E,
        name: "CJK UNIFIED IDEOGRAPH-27C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C5F,
        name: "CJK UNIFIED IDEOGRAPH-27C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C60,
        name: "CJK UNIFIED IDEOGRAPH-27C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C61,
        name: "CJK UNIFIED IDEOGRAPH-27C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C62,
        name: "CJK UNIFIED IDEOGRAPH-27C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C63,
        name: "CJK UNIFIED IDEOGRAPH-27C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C64,
        name: "CJK UNIFIED IDEOGRAPH-27C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C65,
        name: "CJK UNIFIED IDEOGRAPH-27C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C66,
        name: "CJK UNIFIED IDEOGRAPH-27C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C67,
        name: "CJK UNIFIED IDEOGRAPH-27C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C68,
        name: "CJK UNIFIED IDEOGRAPH-27C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C69,
        name: "CJK UNIFIED IDEOGRAPH-27C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C6A,
        name: "CJK UNIFIED IDEOGRAPH-27C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C6B,
        name: "CJK UNIFIED IDEOGRAPH-27C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C6C,
        name: "CJK UNIFIED IDEOGRAPH-27C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C6D,
        name: "CJK UNIFIED IDEOGRAPH-27C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C6E,
        name: "CJK UNIFIED IDEOGRAPH-27C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C6F,
        name: "CJK UNIFIED IDEOGRAPH-27C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C70,
        name: "CJK UNIFIED IDEOGRAPH-27C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C71,
        name: "CJK UNIFIED IDEOGRAPH-27C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C72,
        name: "CJK UNIFIED IDEOGRAPH-27C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C73,
        name: "CJK UNIFIED IDEOGRAPH-27C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C74,
        name: "CJK UNIFIED IDEOGRAPH-27C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C75,
        name: "CJK UNIFIED IDEOGRAPH-27C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C76,
        name: "CJK UNIFIED IDEOGRAPH-27C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C77,
        name: "CJK UNIFIED IDEOGRAPH-27C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C78,
        name: "CJK UNIFIED IDEOGRAPH-27C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C79,
        name: "CJK UNIFIED IDEOGRAPH-27C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C7A,
        name: "CJK UNIFIED IDEOGRAPH-27C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C7B,
        name: "CJK UNIFIED IDEOGRAPH-27C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C7C,
        name: "CJK UNIFIED IDEOGRAPH-27C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C7D,
        name: "CJK UNIFIED IDEOGRAPH-27C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C7E,
        name: "CJK UNIFIED IDEOGRAPH-27C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C7F,
        name: "CJK UNIFIED IDEOGRAPH-27C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C80,
        name: "CJK UNIFIED IDEOGRAPH-27C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C81,
        name: "CJK UNIFIED IDEOGRAPH-27C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C82,
        name: "CJK UNIFIED IDEOGRAPH-27C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C83,
        name: "CJK UNIFIED IDEOGRAPH-27C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C84,
        name: "CJK UNIFIED IDEOGRAPH-27C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C85,
        name: "CJK UNIFIED IDEOGRAPH-27C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C86,
        name: "CJK UNIFIED IDEOGRAPH-27C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C87,
        name: "CJK UNIFIED IDEOGRAPH-27C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C88,
        name: "CJK UNIFIED IDEOGRAPH-27C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C89,
        name: "CJK UNIFIED IDEOGRAPH-27C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C8A,
        name: "CJK UNIFIED IDEOGRAPH-27C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C8B,
        name: "CJK UNIFIED IDEOGRAPH-27C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C8C,
        name: "CJK UNIFIED IDEOGRAPH-27C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C8D,
        name: "CJK UNIFIED IDEOGRAPH-27C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C8E,
        name: "CJK UNIFIED IDEOGRAPH-27C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C8F,
        name: "CJK UNIFIED IDEOGRAPH-27C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C90,
        name: "CJK UNIFIED IDEOGRAPH-27C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C91,
        name: "CJK UNIFIED IDEOGRAPH-27C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C92,
        name: "CJK UNIFIED IDEOGRAPH-27C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C93,
        name: "CJK UNIFIED IDEOGRAPH-27C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C94,
        name: "CJK UNIFIED IDEOGRAPH-27C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C95,
        name: "CJK UNIFIED IDEOGRAPH-27C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C96,
        name: "CJK UNIFIED IDEOGRAPH-27C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C97,
        name: "CJK UNIFIED IDEOGRAPH-27C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C98,
        name: "CJK UNIFIED IDEOGRAPH-27C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C99,
        name: "CJK UNIFIED IDEOGRAPH-27C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C9A,
        name: "CJK UNIFIED IDEOGRAPH-27C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C9B,
        name: "CJK UNIFIED IDEOGRAPH-27C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C9C,
        name: "CJK UNIFIED IDEOGRAPH-27C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C9D,
        name: "CJK UNIFIED IDEOGRAPH-27C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C9E,
        name: "CJK UNIFIED IDEOGRAPH-27C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27C9F,
        name: "CJK UNIFIED IDEOGRAPH-27C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA0,
        name: "CJK UNIFIED IDEOGRAPH-27CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA1,
        name: "CJK UNIFIED IDEOGRAPH-27CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA2,
        name: "CJK UNIFIED IDEOGRAPH-27CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA3,
        name: "CJK UNIFIED IDEOGRAPH-27CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA4,
        name: "CJK UNIFIED IDEOGRAPH-27CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA5,
        name: "CJK UNIFIED IDEOGRAPH-27CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA6,
        name: "CJK UNIFIED IDEOGRAPH-27CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA7,
        name: "CJK UNIFIED IDEOGRAPH-27CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA8,
        name: "CJK UNIFIED IDEOGRAPH-27CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CA9,
        name: "CJK UNIFIED IDEOGRAPH-27CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CAA,
        name: "CJK UNIFIED IDEOGRAPH-27CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CAB,
        name: "CJK UNIFIED IDEOGRAPH-27CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CAC,
        name: "CJK UNIFIED IDEOGRAPH-27CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CAD,
        name: "CJK UNIFIED IDEOGRAPH-27CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CAE,
        name: "CJK UNIFIED IDEOGRAPH-27CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CAF,
        name: "CJK UNIFIED IDEOGRAPH-27CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB0,
        name: "CJK UNIFIED IDEOGRAPH-27CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB1,
        name: "CJK UNIFIED IDEOGRAPH-27CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB2,
        name: "CJK UNIFIED IDEOGRAPH-27CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB3,
        name: "CJK UNIFIED IDEOGRAPH-27CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB4,
        name: "CJK UNIFIED IDEOGRAPH-27CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB5,
        name: "CJK UNIFIED IDEOGRAPH-27CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB6,
        name: "CJK UNIFIED IDEOGRAPH-27CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB7,
        name: "CJK UNIFIED IDEOGRAPH-27CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB8,
        name: "CJK UNIFIED IDEOGRAPH-27CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CB9,
        name: "CJK UNIFIED IDEOGRAPH-27CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CBA,
        name: "CJK UNIFIED IDEOGRAPH-27CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CBB,
        name: "CJK UNIFIED IDEOGRAPH-27CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CBC,
        name: "CJK UNIFIED IDEOGRAPH-27CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CBD,
        name: "CJK UNIFIED IDEOGRAPH-27CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CBE,
        name: "CJK UNIFIED IDEOGRAPH-27CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CBF,
        name: "CJK UNIFIED IDEOGRAPH-27CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC0,
        name: "CJK UNIFIED IDEOGRAPH-27CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC1,
        name: "CJK UNIFIED IDEOGRAPH-27CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC2,
        name: "CJK UNIFIED IDEOGRAPH-27CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC3,
        name: "CJK UNIFIED IDEOGRAPH-27CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC4,
        name: "CJK UNIFIED IDEOGRAPH-27CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC5,
        name: "CJK UNIFIED IDEOGRAPH-27CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC6,
        name: "CJK UNIFIED IDEOGRAPH-27CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC7,
        name: "CJK UNIFIED IDEOGRAPH-27CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC8,
        name: "CJK UNIFIED IDEOGRAPH-27CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CC9,
        name: "CJK UNIFIED IDEOGRAPH-27CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CCA,
        name: "CJK UNIFIED IDEOGRAPH-27CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CCB,
        name: "CJK UNIFIED IDEOGRAPH-27CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CCC,
        name: "CJK UNIFIED IDEOGRAPH-27CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CCD,
        name: "CJK UNIFIED IDEOGRAPH-27CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CCE,
        name: "CJK UNIFIED IDEOGRAPH-27CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CCF,
        name: "CJK UNIFIED IDEOGRAPH-27CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD0,
        name: "CJK UNIFIED IDEOGRAPH-27CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD1,
        name: "CJK UNIFIED IDEOGRAPH-27CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD2,
        name: "CJK UNIFIED IDEOGRAPH-27CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD3,
        name: "CJK UNIFIED IDEOGRAPH-27CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD4,
        name: "CJK UNIFIED IDEOGRAPH-27CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD5,
        name: "CJK UNIFIED IDEOGRAPH-27CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD6,
        name: "CJK UNIFIED IDEOGRAPH-27CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD7,
        name: "CJK UNIFIED IDEOGRAPH-27CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD8,
        name: "CJK UNIFIED IDEOGRAPH-27CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CD9,
        name: "CJK UNIFIED IDEOGRAPH-27CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CDA,
        name: "CJK UNIFIED IDEOGRAPH-27CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CDB,
        name: "CJK UNIFIED IDEOGRAPH-27CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CDC,
        name: "CJK UNIFIED IDEOGRAPH-27CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CDD,
        name: "CJK UNIFIED IDEOGRAPH-27CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CDE,
        name: "CJK UNIFIED IDEOGRAPH-27CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CDF,
        name: "CJK UNIFIED IDEOGRAPH-27CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE0,
        name: "CJK UNIFIED IDEOGRAPH-27CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE1,
        name: "CJK UNIFIED IDEOGRAPH-27CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE2,
        name: "CJK UNIFIED IDEOGRAPH-27CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE3,
        name: "CJK UNIFIED IDEOGRAPH-27CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE4,
        name: "CJK UNIFIED IDEOGRAPH-27CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE5,
        name: "CJK UNIFIED IDEOGRAPH-27CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE6,
        name: "CJK UNIFIED IDEOGRAPH-27CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE7,
        name: "CJK UNIFIED IDEOGRAPH-27CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE8,
        name: "CJK UNIFIED IDEOGRAPH-27CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CE9,
        name: "CJK UNIFIED IDEOGRAPH-27CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CEA,
        name: "CJK UNIFIED IDEOGRAPH-27CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CEB,
        name: "CJK UNIFIED IDEOGRAPH-27CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CEC,
        name: "CJK UNIFIED IDEOGRAPH-27CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CED,
        name: "CJK UNIFIED IDEOGRAPH-27CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CEE,
        name: "CJK UNIFIED IDEOGRAPH-27CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CEF,
        name: "CJK UNIFIED IDEOGRAPH-27CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF0,
        name: "CJK UNIFIED IDEOGRAPH-27CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF1,
        name: "CJK UNIFIED IDEOGRAPH-27CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF2,
        name: "CJK UNIFIED IDEOGRAPH-27CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF3,
        name: "CJK UNIFIED IDEOGRAPH-27CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF4,
        name: "CJK UNIFIED IDEOGRAPH-27CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF5,
        name: "CJK UNIFIED IDEOGRAPH-27CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF6,
        name: "CJK UNIFIED IDEOGRAPH-27CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF7,
        name: "CJK UNIFIED IDEOGRAPH-27CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF8,
        name: "CJK UNIFIED IDEOGRAPH-27CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CF9,
        name: "CJK UNIFIED IDEOGRAPH-27CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CFA,
        name: "CJK UNIFIED IDEOGRAPH-27CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CFB,
        name: "CJK UNIFIED IDEOGRAPH-27CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CFC,
        name: "CJK UNIFIED IDEOGRAPH-27CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CFD,
        name: "CJK UNIFIED IDEOGRAPH-27CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CFE,
        name: "CJK UNIFIED IDEOGRAPH-27CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27CFF,
        name: "CJK UNIFIED IDEOGRAPH-27CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D00,
        name: "CJK UNIFIED IDEOGRAPH-27D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D01,
        name: "CJK UNIFIED IDEOGRAPH-27D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D02,
        name: "CJK UNIFIED IDEOGRAPH-27D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D03,
        name: "CJK UNIFIED IDEOGRAPH-27D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D04,
        name: "CJK UNIFIED IDEOGRAPH-27D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D05,
        name: "CJK UNIFIED IDEOGRAPH-27D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D06,
        name: "CJK UNIFIED IDEOGRAPH-27D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D07,
        name: "CJK UNIFIED IDEOGRAPH-27D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D08,
        name: "CJK UNIFIED IDEOGRAPH-27D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D09,
        name: "CJK UNIFIED IDEOGRAPH-27D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D0A,
        name: "CJK UNIFIED IDEOGRAPH-27D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D0B,
        name: "CJK UNIFIED IDEOGRAPH-27D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D0C,
        name: "CJK UNIFIED IDEOGRAPH-27D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D0D,
        name: "CJK UNIFIED IDEOGRAPH-27D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D0E,
        name: "CJK UNIFIED IDEOGRAPH-27D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D0F,
        name: "CJK UNIFIED IDEOGRAPH-27D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D10,
        name: "CJK UNIFIED IDEOGRAPH-27D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D11,
        name: "CJK UNIFIED IDEOGRAPH-27D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D12,
        name: "CJK UNIFIED IDEOGRAPH-27D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D13,
        name: "CJK UNIFIED IDEOGRAPH-27D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D14,
        name: "CJK UNIFIED IDEOGRAPH-27D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D15,
        name: "CJK UNIFIED IDEOGRAPH-27D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D16,
        name: "CJK UNIFIED IDEOGRAPH-27D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D17,
        name: "CJK UNIFIED IDEOGRAPH-27D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D18,
        name: "CJK UNIFIED IDEOGRAPH-27D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D19,
        name: "CJK UNIFIED IDEOGRAPH-27D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D1A,
        name: "CJK UNIFIED IDEOGRAPH-27D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D1B,
        name: "CJK UNIFIED IDEOGRAPH-27D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D1C,
        name: "CJK UNIFIED IDEOGRAPH-27D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D1D,
        name: "CJK UNIFIED IDEOGRAPH-27D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D1E,
        name: "CJK UNIFIED IDEOGRAPH-27D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D1F,
        name: "CJK UNIFIED IDEOGRAPH-27D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D20,
        name: "CJK UNIFIED IDEOGRAPH-27D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D21,
        name: "CJK UNIFIED IDEOGRAPH-27D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D22,
        name: "CJK UNIFIED IDEOGRAPH-27D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D23,
        name: "CJK UNIFIED IDEOGRAPH-27D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D24,
        name: "CJK UNIFIED IDEOGRAPH-27D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D25,
        name: "CJK UNIFIED IDEOGRAPH-27D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D26,
        name: "CJK UNIFIED IDEOGRAPH-27D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D27,
        name: "CJK UNIFIED IDEOGRAPH-27D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D28,
        name: "CJK UNIFIED IDEOGRAPH-27D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D29,
        name: "CJK UNIFIED IDEOGRAPH-27D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D2A,
        name: "CJK UNIFIED IDEOGRAPH-27D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D2B,
        name: "CJK UNIFIED IDEOGRAPH-27D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D2C,
        name: "CJK UNIFIED IDEOGRAPH-27D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D2D,
        name: "CJK UNIFIED IDEOGRAPH-27D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D2E,
        name: "CJK UNIFIED IDEOGRAPH-27D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D2F,
        name: "CJK UNIFIED IDEOGRAPH-27D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D30,
        name: "CJK UNIFIED IDEOGRAPH-27D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D31,
        name: "CJK UNIFIED IDEOGRAPH-27D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D32,
        name: "CJK UNIFIED IDEOGRAPH-27D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D33,
        name: "CJK UNIFIED IDEOGRAPH-27D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D34,
        name: "CJK UNIFIED IDEOGRAPH-27D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D35,
        name: "CJK UNIFIED IDEOGRAPH-27D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D36,
        name: "CJK UNIFIED IDEOGRAPH-27D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D37,
        name: "CJK UNIFIED IDEOGRAPH-27D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D38,
        name: "CJK UNIFIED IDEOGRAPH-27D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D39,
        name: "CJK UNIFIED IDEOGRAPH-27D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D3A,
        name: "CJK UNIFIED IDEOGRAPH-27D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D3B,
        name: "CJK UNIFIED IDEOGRAPH-27D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D3C,
        name: "CJK UNIFIED IDEOGRAPH-27D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D3D,
        name: "CJK UNIFIED IDEOGRAPH-27D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D3E,
        name: "CJK UNIFIED IDEOGRAPH-27D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D3F,
        name: "CJK UNIFIED IDEOGRAPH-27D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D40,
        name: "CJK UNIFIED IDEOGRAPH-27D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D41,
        name: "CJK UNIFIED IDEOGRAPH-27D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D42,
        name: "CJK UNIFIED IDEOGRAPH-27D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D43,
        name: "CJK UNIFIED IDEOGRAPH-27D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D44,
        name: "CJK UNIFIED IDEOGRAPH-27D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D45,
        name: "CJK UNIFIED IDEOGRAPH-27D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D46,
        name: "CJK UNIFIED IDEOGRAPH-27D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D47,
        name: "CJK UNIFIED IDEOGRAPH-27D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D48,
        name: "CJK UNIFIED IDEOGRAPH-27D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D49,
        name: "CJK UNIFIED IDEOGRAPH-27D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D4A,
        name: "CJK UNIFIED IDEOGRAPH-27D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D4B,
        name: "CJK UNIFIED IDEOGRAPH-27D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D4C,
        name: "CJK UNIFIED IDEOGRAPH-27D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D4D,
        name: "CJK UNIFIED IDEOGRAPH-27D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D4E,
        name: "CJK UNIFIED IDEOGRAPH-27D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D4F,
        name: "CJK UNIFIED IDEOGRAPH-27D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D50,
        name: "CJK UNIFIED IDEOGRAPH-27D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D51,
        name: "CJK UNIFIED IDEOGRAPH-27D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D52,
        name: "CJK UNIFIED IDEOGRAPH-27D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D53,
        name: "CJK UNIFIED IDEOGRAPH-27D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D54,
        name: "CJK UNIFIED IDEOGRAPH-27D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D55,
        name: "CJK UNIFIED IDEOGRAPH-27D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D56,
        name: "CJK UNIFIED IDEOGRAPH-27D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D57,
        name: "CJK UNIFIED IDEOGRAPH-27D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D58,
        name: "CJK UNIFIED IDEOGRAPH-27D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D59,
        name: "CJK UNIFIED IDEOGRAPH-27D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D5A,
        name: "CJK UNIFIED IDEOGRAPH-27D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D5B,
        name: "CJK UNIFIED IDEOGRAPH-27D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D5C,
        name: "CJK UNIFIED IDEOGRAPH-27D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D5D,
        name: "CJK UNIFIED IDEOGRAPH-27D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D5E,
        name: "CJK UNIFIED IDEOGRAPH-27D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D5F,
        name: "CJK UNIFIED IDEOGRAPH-27D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D60,
        name: "CJK UNIFIED IDEOGRAPH-27D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D61,
        name: "CJK UNIFIED IDEOGRAPH-27D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D62,
        name: "CJK UNIFIED IDEOGRAPH-27D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D63,
        name: "CJK UNIFIED IDEOGRAPH-27D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D64,
        name: "CJK UNIFIED IDEOGRAPH-27D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D65,
        name: "CJK UNIFIED IDEOGRAPH-27D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D66,
        name: "CJK UNIFIED IDEOGRAPH-27D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D67,
        name: "CJK UNIFIED IDEOGRAPH-27D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D68,
        name: "CJK UNIFIED IDEOGRAPH-27D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D69,
        name: "CJK UNIFIED IDEOGRAPH-27D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D6A,
        name: "CJK UNIFIED IDEOGRAPH-27D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D6B,
        name: "CJK UNIFIED IDEOGRAPH-27D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D6C,
        name: "CJK UNIFIED IDEOGRAPH-27D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D6D,
        name: "CJK UNIFIED IDEOGRAPH-27D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D6E,
        name: "CJK UNIFIED IDEOGRAPH-27D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D6F,
        name: "CJK UNIFIED IDEOGRAPH-27D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D70,
        name: "CJK UNIFIED IDEOGRAPH-27D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D71,
        name: "CJK UNIFIED IDEOGRAPH-27D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D72,
        name: "CJK UNIFIED IDEOGRAPH-27D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D73,
        name: "CJK UNIFIED IDEOGRAPH-27D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D74,
        name: "CJK UNIFIED IDEOGRAPH-27D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D75,
        name: "CJK UNIFIED IDEOGRAPH-27D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D76,
        name: "CJK UNIFIED IDEOGRAPH-27D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D77,
        name: "CJK UNIFIED IDEOGRAPH-27D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D78,
        name: "CJK UNIFIED IDEOGRAPH-27D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D79,
        name: "CJK UNIFIED IDEOGRAPH-27D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D7A,
        name: "CJK UNIFIED IDEOGRAPH-27D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D7B,
        name: "CJK UNIFIED IDEOGRAPH-27D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D7C,
        name: "CJK UNIFIED IDEOGRAPH-27D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D7D,
        name: "CJK UNIFIED IDEOGRAPH-27D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D7E,
        name: "CJK UNIFIED IDEOGRAPH-27D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D7F,
        name: "CJK UNIFIED IDEOGRAPH-27D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D80,
        name: "CJK UNIFIED IDEOGRAPH-27D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D81,
        name: "CJK UNIFIED IDEOGRAPH-27D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D82,
        name: "CJK UNIFIED IDEOGRAPH-27D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D83,
        name: "CJK UNIFIED IDEOGRAPH-27D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D84,
        name: "CJK UNIFIED IDEOGRAPH-27D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D85,
        name: "CJK UNIFIED IDEOGRAPH-27D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D86,
        name: "CJK UNIFIED IDEOGRAPH-27D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D87,
        name: "CJK UNIFIED IDEOGRAPH-27D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D88,
        name: "CJK UNIFIED IDEOGRAPH-27D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D89,
        name: "CJK UNIFIED IDEOGRAPH-27D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D8A,
        name: "CJK UNIFIED IDEOGRAPH-27D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D8B,
        name: "CJK UNIFIED IDEOGRAPH-27D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D8C,
        name: "CJK UNIFIED IDEOGRAPH-27D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D8D,
        name: "CJK UNIFIED IDEOGRAPH-27D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D8E,
        name: "CJK UNIFIED IDEOGRAPH-27D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D8F,
        name: "CJK UNIFIED IDEOGRAPH-27D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D90,
        name: "CJK UNIFIED IDEOGRAPH-27D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D91,
        name: "CJK UNIFIED IDEOGRAPH-27D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D92,
        name: "CJK UNIFIED IDEOGRAPH-27D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D93,
        name: "CJK UNIFIED IDEOGRAPH-27D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D94,
        name: "CJK UNIFIED IDEOGRAPH-27D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D95,
        name: "CJK UNIFIED IDEOGRAPH-27D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D96,
        name: "CJK UNIFIED IDEOGRAPH-27D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D97,
        name: "CJK UNIFIED IDEOGRAPH-27D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D98,
        name: "CJK UNIFIED IDEOGRAPH-27D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D99,
        name: "CJK UNIFIED IDEOGRAPH-27D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D9A,
        name: "CJK UNIFIED IDEOGRAPH-27D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D9B,
        name: "CJK UNIFIED IDEOGRAPH-27D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D9C,
        name: "CJK UNIFIED IDEOGRAPH-27D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D9D,
        name: "CJK UNIFIED IDEOGRAPH-27D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D9E,
        name: "CJK UNIFIED IDEOGRAPH-27D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27D9F,
        name: "CJK UNIFIED IDEOGRAPH-27D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA0,
        name: "CJK UNIFIED IDEOGRAPH-27DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA1,
        name: "CJK UNIFIED IDEOGRAPH-27DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA2,
        name: "CJK UNIFIED IDEOGRAPH-27DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA3,
        name: "CJK UNIFIED IDEOGRAPH-27DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA4,
        name: "CJK UNIFIED IDEOGRAPH-27DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA5,
        name: "CJK UNIFIED IDEOGRAPH-27DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA6,
        name: "CJK UNIFIED IDEOGRAPH-27DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA7,
        name: "CJK UNIFIED IDEOGRAPH-27DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA8,
        name: "CJK UNIFIED IDEOGRAPH-27DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DA9,
        name: "CJK UNIFIED IDEOGRAPH-27DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DAA,
        name: "CJK UNIFIED IDEOGRAPH-27DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DAB,
        name: "CJK UNIFIED IDEOGRAPH-27DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DAC,
        name: "CJK UNIFIED IDEOGRAPH-27DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DAD,
        name: "CJK UNIFIED IDEOGRAPH-27DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DAE,
        name: "CJK UNIFIED IDEOGRAPH-27DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DAF,
        name: "CJK UNIFIED IDEOGRAPH-27DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB0,
        name: "CJK UNIFIED IDEOGRAPH-27DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB1,
        name: "CJK UNIFIED IDEOGRAPH-27DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB2,
        name: "CJK UNIFIED IDEOGRAPH-27DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB3,
        name: "CJK UNIFIED IDEOGRAPH-27DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB4,
        name: "CJK UNIFIED IDEOGRAPH-27DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB5,
        name: "CJK UNIFIED IDEOGRAPH-27DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB6,
        name: "CJK UNIFIED IDEOGRAPH-27DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB7,
        name: "CJK UNIFIED IDEOGRAPH-27DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB8,
        name: "CJK UNIFIED IDEOGRAPH-27DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DB9,
        name: "CJK UNIFIED IDEOGRAPH-27DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DBA,
        name: "CJK UNIFIED IDEOGRAPH-27DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DBB,
        name: "CJK UNIFIED IDEOGRAPH-27DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DBC,
        name: "CJK UNIFIED IDEOGRAPH-27DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DBD,
        name: "CJK UNIFIED IDEOGRAPH-27DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DBE,
        name: "CJK UNIFIED IDEOGRAPH-27DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DBF,
        name: "CJK UNIFIED IDEOGRAPH-27DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC0,
        name: "CJK UNIFIED IDEOGRAPH-27DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC1,
        name: "CJK UNIFIED IDEOGRAPH-27DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC2,
        name: "CJK UNIFIED IDEOGRAPH-27DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC3,
        name: "CJK UNIFIED IDEOGRAPH-27DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC4,
        name: "CJK UNIFIED IDEOGRAPH-27DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC5,
        name: "CJK UNIFIED IDEOGRAPH-27DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC6,
        name: "CJK UNIFIED IDEOGRAPH-27DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC7,
        name: "CJK UNIFIED IDEOGRAPH-27DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC8,
        name: "CJK UNIFIED IDEOGRAPH-27DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DC9,
        name: "CJK UNIFIED IDEOGRAPH-27DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DCA,
        name: "CJK UNIFIED IDEOGRAPH-27DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DCB,
        name: "CJK UNIFIED IDEOGRAPH-27DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DCC,
        name: "CJK UNIFIED IDEOGRAPH-27DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DCD,
        name: "CJK UNIFIED IDEOGRAPH-27DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DCE,
        name: "CJK UNIFIED IDEOGRAPH-27DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DCF,
        name: "CJK UNIFIED IDEOGRAPH-27DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD0,
        name: "CJK UNIFIED IDEOGRAPH-27DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD1,
        name: "CJK UNIFIED IDEOGRAPH-27DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD2,
        name: "CJK UNIFIED IDEOGRAPH-27DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD3,
        name: "CJK UNIFIED IDEOGRAPH-27DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD4,
        name: "CJK UNIFIED IDEOGRAPH-27DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD5,
        name: "CJK UNIFIED IDEOGRAPH-27DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD6,
        name: "CJK UNIFIED IDEOGRAPH-27DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD7,
        name: "CJK UNIFIED IDEOGRAPH-27DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD8,
        name: "CJK UNIFIED IDEOGRAPH-27DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DD9,
        name: "CJK UNIFIED IDEOGRAPH-27DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DDA,
        name: "CJK UNIFIED IDEOGRAPH-27DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DDB,
        name: "CJK UNIFIED IDEOGRAPH-27DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DDC,
        name: "CJK UNIFIED IDEOGRAPH-27DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DDD,
        name: "CJK UNIFIED IDEOGRAPH-27DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DDE,
        name: "CJK UNIFIED IDEOGRAPH-27DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DDF,
        name: "CJK UNIFIED IDEOGRAPH-27DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE0,
        name: "CJK UNIFIED IDEOGRAPH-27DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE1,
        name: "CJK UNIFIED IDEOGRAPH-27DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE2,
        name: "CJK UNIFIED IDEOGRAPH-27DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE3,
        name: "CJK UNIFIED IDEOGRAPH-27DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE4,
        name: "CJK UNIFIED IDEOGRAPH-27DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE5,
        name: "CJK UNIFIED IDEOGRAPH-27DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE6,
        name: "CJK UNIFIED IDEOGRAPH-27DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE7,
        name: "CJK UNIFIED IDEOGRAPH-27DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE8,
        name: "CJK UNIFIED IDEOGRAPH-27DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DE9,
        name: "CJK UNIFIED IDEOGRAPH-27DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DEA,
        name: "CJK UNIFIED IDEOGRAPH-27DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DEB,
        name: "CJK UNIFIED IDEOGRAPH-27DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DEC,
        name: "CJK UNIFIED IDEOGRAPH-27DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DED,
        name: "CJK UNIFIED IDEOGRAPH-27DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DEE,
        name: "CJK UNIFIED IDEOGRAPH-27DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DEF,
        name: "CJK UNIFIED IDEOGRAPH-27DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF0,
        name: "CJK UNIFIED IDEOGRAPH-27DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF1,
        name: "CJK UNIFIED IDEOGRAPH-27DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF2,
        name: "CJK UNIFIED IDEOGRAPH-27DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF3,
        name: "CJK UNIFIED IDEOGRAPH-27DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF4,
        name: "CJK UNIFIED IDEOGRAPH-27DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF5,
        name: "CJK UNIFIED IDEOGRAPH-27DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF6,
        name: "CJK UNIFIED IDEOGRAPH-27DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF7,
        name: "CJK UNIFIED IDEOGRAPH-27DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF8,
        name: "CJK UNIFIED IDEOGRAPH-27DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DF9,
        name: "CJK UNIFIED IDEOGRAPH-27DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DFA,
        name: "CJK UNIFIED IDEOGRAPH-27DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DFB,
        name: "CJK UNIFIED IDEOGRAPH-27DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DFC,
        name: "CJK UNIFIED IDEOGRAPH-27DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DFD,
        name: "CJK UNIFIED IDEOGRAPH-27DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DFE,
        name: "CJK UNIFIED IDEOGRAPH-27DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27DFF,
        name: "CJK UNIFIED IDEOGRAPH-27DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E00,
        name: "CJK UNIFIED IDEOGRAPH-27E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E01,
        name: "CJK UNIFIED IDEOGRAPH-27E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E02,
        name: "CJK UNIFIED IDEOGRAPH-27E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E03,
        name: "CJK UNIFIED IDEOGRAPH-27E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E04,
        name: "CJK UNIFIED IDEOGRAPH-27E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E05,
        name: "CJK UNIFIED IDEOGRAPH-27E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E06,
        name: "CJK UNIFIED IDEOGRAPH-27E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E07,
        name: "CJK UNIFIED IDEOGRAPH-27E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E08,
        name: "CJK UNIFIED IDEOGRAPH-27E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E09,
        name: "CJK UNIFIED IDEOGRAPH-27E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E0A,
        name: "CJK UNIFIED IDEOGRAPH-27E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E0B,
        name: "CJK UNIFIED IDEOGRAPH-27E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E0C,
        name: "CJK UNIFIED IDEOGRAPH-27E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E0D,
        name: "CJK UNIFIED IDEOGRAPH-27E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E0E,
        name: "CJK UNIFIED IDEOGRAPH-27E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E0F,
        name: "CJK UNIFIED IDEOGRAPH-27E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E10,
        name: "CJK UNIFIED IDEOGRAPH-27E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E11,
        name: "CJK UNIFIED IDEOGRAPH-27E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E12,
        name: "CJK UNIFIED IDEOGRAPH-27E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E13,
        name: "CJK UNIFIED IDEOGRAPH-27E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E14,
        name: "CJK UNIFIED IDEOGRAPH-27E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E15,
        name: "CJK UNIFIED IDEOGRAPH-27E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E16,
        name: "CJK UNIFIED IDEOGRAPH-27E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E17,
        name: "CJK UNIFIED IDEOGRAPH-27E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E18,
        name: "CJK UNIFIED IDEOGRAPH-27E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E19,
        name: "CJK UNIFIED IDEOGRAPH-27E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E1A,
        name: "CJK UNIFIED IDEOGRAPH-27E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E1B,
        name: "CJK UNIFIED IDEOGRAPH-27E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E1C,
        name: "CJK UNIFIED IDEOGRAPH-27E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E1D,
        name: "CJK UNIFIED IDEOGRAPH-27E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E1E,
        name: "CJK UNIFIED IDEOGRAPH-27E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E1F,
        name: "CJK UNIFIED IDEOGRAPH-27E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E20,
        name: "CJK UNIFIED IDEOGRAPH-27E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E21,
        name: "CJK UNIFIED IDEOGRAPH-27E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E22,
        name: "CJK UNIFIED IDEOGRAPH-27E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E23,
        name: "CJK UNIFIED IDEOGRAPH-27E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E24,
        name: "CJK UNIFIED IDEOGRAPH-27E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E25,
        name: "CJK UNIFIED IDEOGRAPH-27E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E26,
        name: "CJK UNIFIED IDEOGRAPH-27E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E27,
        name: "CJK UNIFIED IDEOGRAPH-27E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E28,
        name: "CJK UNIFIED IDEOGRAPH-27E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E29,
        name: "CJK UNIFIED IDEOGRAPH-27E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E2A,
        name: "CJK UNIFIED IDEOGRAPH-27E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E2B,
        name: "CJK UNIFIED IDEOGRAPH-27E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E2C,
        name: "CJK UNIFIED IDEOGRAPH-27E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E2D,
        name: "CJK UNIFIED IDEOGRAPH-27E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E2E,
        name: "CJK UNIFIED IDEOGRAPH-27E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E2F,
        name: "CJK UNIFIED IDEOGRAPH-27E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E30,
        name: "CJK UNIFIED IDEOGRAPH-27E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E31,
        name: "CJK UNIFIED IDEOGRAPH-27E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E32,
        name: "CJK UNIFIED IDEOGRAPH-27E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E33,
        name: "CJK UNIFIED IDEOGRAPH-27E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E34,
        name: "CJK UNIFIED IDEOGRAPH-27E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E35,
        name: "CJK UNIFIED IDEOGRAPH-27E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E36,
        name: "CJK UNIFIED IDEOGRAPH-27E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E37,
        name: "CJK UNIFIED IDEOGRAPH-27E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E38,
        name: "CJK UNIFIED IDEOGRAPH-27E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E39,
        name: "CJK UNIFIED IDEOGRAPH-27E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E3A,
        name: "CJK UNIFIED IDEOGRAPH-27E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E3B,
        name: "CJK UNIFIED IDEOGRAPH-27E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E3C,
        name: "CJK UNIFIED IDEOGRAPH-27E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E3D,
        name: "CJK UNIFIED IDEOGRAPH-27E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E3E,
        name: "CJK UNIFIED IDEOGRAPH-27E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E3F,
        name: "CJK UNIFIED IDEOGRAPH-27E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E40,
        name: "CJK UNIFIED IDEOGRAPH-27E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E41,
        name: "CJK UNIFIED IDEOGRAPH-27E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E42,
        name: "CJK UNIFIED IDEOGRAPH-27E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E43,
        name: "CJK UNIFIED IDEOGRAPH-27E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E44,
        name: "CJK UNIFIED IDEOGRAPH-27E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E45,
        name: "CJK UNIFIED IDEOGRAPH-27E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E46,
        name: "CJK UNIFIED IDEOGRAPH-27E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E47,
        name: "CJK UNIFIED IDEOGRAPH-27E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E48,
        name: "CJK UNIFIED IDEOGRAPH-27E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E49,
        name: "CJK UNIFIED IDEOGRAPH-27E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E4A,
        name: "CJK UNIFIED IDEOGRAPH-27E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E4B,
        name: "CJK UNIFIED IDEOGRAPH-27E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E4C,
        name: "CJK UNIFIED IDEOGRAPH-27E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E4D,
        name: "CJK UNIFIED IDEOGRAPH-27E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E4E,
        name: "CJK UNIFIED IDEOGRAPH-27E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E4F,
        name: "CJK UNIFIED IDEOGRAPH-27E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E50,
        name: "CJK UNIFIED IDEOGRAPH-27E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E51,
        name: "CJK UNIFIED IDEOGRAPH-27E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E52,
        name: "CJK UNIFIED IDEOGRAPH-27E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E53,
        name: "CJK UNIFIED IDEOGRAPH-27E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E54,
        name: "CJK UNIFIED IDEOGRAPH-27E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E55,
        name: "CJK UNIFIED IDEOGRAPH-27E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E56,
        name: "CJK UNIFIED IDEOGRAPH-27E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E57,
        name: "CJK UNIFIED IDEOGRAPH-27E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E58,
        name: "CJK UNIFIED IDEOGRAPH-27E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E59,
        name: "CJK UNIFIED IDEOGRAPH-27E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E5A,
        name: "CJK UNIFIED IDEOGRAPH-27E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E5B,
        name: "CJK UNIFIED IDEOGRAPH-27E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E5C,
        name: "CJK UNIFIED IDEOGRAPH-27E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E5D,
        name: "CJK UNIFIED IDEOGRAPH-27E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E5E,
        name: "CJK UNIFIED IDEOGRAPH-27E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E5F,
        name: "CJK UNIFIED IDEOGRAPH-27E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E60,
        name: "CJK UNIFIED IDEOGRAPH-27E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E61,
        name: "CJK UNIFIED IDEOGRAPH-27E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E62,
        name: "CJK UNIFIED IDEOGRAPH-27E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E63,
        name: "CJK UNIFIED IDEOGRAPH-27E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E64,
        name: "CJK UNIFIED IDEOGRAPH-27E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E65,
        name: "CJK UNIFIED IDEOGRAPH-27E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E66,
        name: "CJK UNIFIED IDEOGRAPH-27E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E67,
        name: "CJK UNIFIED IDEOGRAPH-27E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E68,
        name: "CJK UNIFIED IDEOGRAPH-27E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E69,
        name: "CJK UNIFIED IDEOGRAPH-27E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E6A,
        name: "CJK UNIFIED IDEOGRAPH-27E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E6B,
        name: "CJK UNIFIED IDEOGRAPH-27E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E6C,
        name: "CJK UNIFIED IDEOGRAPH-27E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E6D,
        name: "CJK UNIFIED IDEOGRAPH-27E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E6E,
        name: "CJK UNIFIED IDEOGRAPH-27E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E6F,
        name: "CJK UNIFIED IDEOGRAPH-27E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E70,
        name: "CJK UNIFIED IDEOGRAPH-27E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E71,
        name: "CJK UNIFIED IDEOGRAPH-27E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E72,
        name: "CJK UNIFIED IDEOGRAPH-27E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E73,
        name: "CJK UNIFIED IDEOGRAPH-27E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E74,
        name: "CJK UNIFIED IDEOGRAPH-27E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E75,
        name: "CJK UNIFIED IDEOGRAPH-27E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E76,
        name: "CJK UNIFIED IDEOGRAPH-27E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E77,
        name: "CJK UNIFIED IDEOGRAPH-27E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E78,
        name: "CJK UNIFIED IDEOGRAPH-27E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E79,
        name: "CJK UNIFIED IDEOGRAPH-27E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E7A,
        name: "CJK UNIFIED IDEOGRAPH-27E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E7B,
        name: "CJK UNIFIED IDEOGRAPH-27E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E7C,
        name: "CJK UNIFIED IDEOGRAPH-27E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E7D,
        name: "CJK UNIFIED IDEOGRAPH-27E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E7E,
        name: "CJK UNIFIED IDEOGRAPH-27E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E7F,
        name: "CJK UNIFIED IDEOGRAPH-27E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E80,
        name: "CJK UNIFIED IDEOGRAPH-27E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E81,
        name: "CJK UNIFIED IDEOGRAPH-27E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E82,
        name: "CJK UNIFIED IDEOGRAPH-27E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E83,
        name: "CJK UNIFIED IDEOGRAPH-27E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E84,
        name: "CJK UNIFIED IDEOGRAPH-27E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E85,
        name: "CJK UNIFIED IDEOGRAPH-27E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E86,
        name: "CJK UNIFIED IDEOGRAPH-27E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E87,
        name: "CJK UNIFIED IDEOGRAPH-27E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E88,
        name: "CJK UNIFIED IDEOGRAPH-27E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E89,
        name: "CJK UNIFIED IDEOGRAPH-27E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E8A,
        name: "CJK UNIFIED IDEOGRAPH-27E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E8B,
        name: "CJK UNIFIED IDEOGRAPH-27E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E8C,
        name: "CJK UNIFIED IDEOGRAPH-27E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E8D,
        name: "CJK UNIFIED IDEOGRAPH-27E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E8E,
        name: "CJK UNIFIED IDEOGRAPH-27E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E8F,
        name: "CJK UNIFIED IDEOGRAPH-27E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E90,
        name: "CJK UNIFIED IDEOGRAPH-27E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E91,
        name: "CJK UNIFIED IDEOGRAPH-27E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E92,
        name: "CJK UNIFIED IDEOGRAPH-27E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E93,
        name: "CJK UNIFIED IDEOGRAPH-27E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E94,
        name: "CJK UNIFIED IDEOGRAPH-27E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E95,
        name: "CJK UNIFIED IDEOGRAPH-27E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E96,
        name: "CJK UNIFIED IDEOGRAPH-27E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E97,
        name: "CJK UNIFIED IDEOGRAPH-27E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E98,
        name: "CJK UNIFIED IDEOGRAPH-27E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E99,
        name: "CJK UNIFIED IDEOGRAPH-27E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E9A,
        name: "CJK UNIFIED IDEOGRAPH-27E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E9B,
        name: "CJK UNIFIED IDEOGRAPH-27E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E9C,
        name: "CJK UNIFIED IDEOGRAPH-27E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E9D,
        name: "CJK UNIFIED IDEOGRAPH-27E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E9E,
        name: "CJK UNIFIED IDEOGRAPH-27E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27E9F,
        name: "CJK UNIFIED IDEOGRAPH-27E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA0,
        name: "CJK UNIFIED IDEOGRAPH-27EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA1,
        name: "CJK UNIFIED IDEOGRAPH-27EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA2,
        name: "CJK UNIFIED IDEOGRAPH-27EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA3,
        name: "CJK UNIFIED IDEOGRAPH-27EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA4,
        name: "CJK UNIFIED IDEOGRAPH-27EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA5,
        name: "CJK UNIFIED IDEOGRAPH-27EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA6,
        name: "CJK UNIFIED IDEOGRAPH-27EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA7,
        name: "CJK UNIFIED IDEOGRAPH-27EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA8,
        name: "CJK UNIFIED IDEOGRAPH-27EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EA9,
        name: "CJK UNIFIED IDEOGRAPH-27EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EAA,
        name: "CJK UNIFIED IDEOGRAPH-27EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EAB,
        name: "CJK UNIFIED IDEOGRAPH-27EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EAC,
        name: "CJK UNIFIED IDEOGRAPH-27EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EAD,
        name: "CJK UNIFIED IDEOGRAPH-27EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EAE,
        name: "CJK UNIFIED IDEOGRAPH-27EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EAF,
        name: "CJK UNIFIED IDEOGRAPH-27EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB0,
        name: "CJK UNIFIED IDEOGRAPH-27EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB1,
        name: "CJK UNIFIED IDEOGRAPH-27EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB2,
        name: "CJK UNIFIED IDEOGRAPH-27EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB3,
        name: "CJK UNIFIED IDEOGRAPH-27EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB4,
        name: "CJK UNIFIED IDEOGRAPH-27EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB5,
        name: "CJK UNIFIED IDEOGRAPH-27EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB6,
        name: "CJK UNIFIED IDEOGRAPH-27EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB7,
        name: "CJK UNIFIED IDEOGRAPH-27EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB8,
        name: "CJK UNIFIED IDEOGRAPH-27EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EB9,
        name: "CJK UNIFIED IDEOGRAPH-27EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EBA,
        name: "CJK UNIFIED IDEOGRAPH-27EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EBB,
        name: "CJK UNIFIED IDEOGRAPH-27EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EBC,
        name: "CJK UNIFIED IDEOGRAPH-27EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EBD,
        name: "CJK UNIFIED IDEOGRAPH-27EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EBE,
        name: "CJK UNIFIED IDEOGRAPH-27EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EBF,
        name: "CJK UNIFIED IDEOGRAPH-27EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC0,
        name: "CJK UNIFIED IDEOGRAPH-27EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC1,
        name: "CJK UNIFIED IDEOGRAPH-27EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC2,
        name: "CJK UNIFIED IDEOGRAPH-27EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC3,
        name: "CJK UNIFIED IDEOGRAPH-27EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC4,
        name: "CJK UNIFIED IDEOGRAPH-27EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC5,
        name: "CJK UNIFIED IDEOGRAPH-27EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC6,
        name: "CJK UNIFIED IDEOGRAPH-27EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC7,
        name: "CJK UNIFIED IDEOGRAPH-27EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC8,
        name: "CJK UNIFIED IDEOGRAPH-27EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EC9,
        name: "CJK UNIFIED IDEOGRAPH-27EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ECA,
        name: "CJK UNIFIED IDEOGRAPH-27ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ECB,
        name: "CJK UNIFIED IDEOGRAPH-27ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ECC,
        name: "CJK UNIFIED IDEOGRAPH-27ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ECD,
        name: "CJK UNIFIED IDEOGRAPH-27ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ECE,
        name: "CJK UNIFIED IDEOGRAPH-27ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ECF,
        name: "CJK UNIFIED IDEOGRAPH-27ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED0,
        name: "CJK UNIFIED IDEOGRAPH-27ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED1,
        name: "CJK UNIFIED IDEOGRAPH-27ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED2,
        name: "CJK UNIFIED IDEOGRAPH-27ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED3,
        name: "CJK UNIFIED IDEOGRAPH-27ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED4,
        name: "CJK UNIFIED IDEOGRAPH-27ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED5,
        name: "CJK UNIFIED IDEOGRAPH-27ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED6,
        name: "CJK UNIFIED IDEOGRAPH-27ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED7,
        name: "CJK UNIFIED IDEOGRAPH-27ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED8,
        name: "CJK UNIFIED IDEOGRAPH-27ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27ED9,
        name: "CJK UNIFIED IDEOGRAPH-27ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EDA,
        name: "CJK UNIFIED IDEOGRAPH-27EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EDB,
        name: "CJK UNIFIED IDEOGRAPH-27EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EDC,
        name: "CJK UNIFIED IDEOGRAPH-27EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EDD,
        name: "CJK UNIFIED IDEOGRAPH-27EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EDE,
        name: "CJK UNIFIED IDEOGRAPH-27EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EDF,
        name: "CJK UNIFIED IDEOGRAPH-27EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE0,
        name: "CJK UNIFIED IDEOGRAPH-27EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE1,
        name: "CJK UNIFIED IDEOGRAPH-27EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE2,
        name: "CJK UNIFIED IDEOGRAPH-27EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE3,
        name: "CJK UNIFIED IDEOGRAPH-27EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE4,
        name: "CJK UNIFIED IDEOGRAPH-27EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE5,
        name: "CJK UNIFIED IDEOGRAPH-27EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE6,
        name: "CJK UNIFIED IDEOGRAPH-27EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE7,
        name: "CJK UNIFIED IDEOGRAPH-27EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE8,
        name: "CJK UNIFIED IDEOGRAPH-27EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EE9,
        name: "CJK UNIFIED IDEOGRAPH-27EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EEA,
        name: "CJK UNIFIED IDEOGRAPH-27EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EEB,
        name: "CJK UNIFIED IDEOGRAPH-27EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EEC,
        name: "CJK UNIFIED IDEOGRAPH-27EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EED,
        name: "CJK UNIFIED IDEOGRAPH-27EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EEE,
        name: "CJK UNIFIED IDEOGRAPH-27EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EEF,
        name: "CJK UNIFIED IDEOGRAPH-27EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF0,
        name: "CJK UNIFIED IDEOGRAPH-27EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF1,
        name: "CJK UNIFIED IDEOGRAPH-27EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF2,
        name: "CJK UNIFIED IDEOGRAPH-27EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF3,
        name: "CJK UNIFIED IDEOGRAPH-27EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF4,
        name: "CJK UNIFIED IDEOGRAPH-27EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF5,
        name: "CJK UNIFIED IDEOGRAPH-27EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF6,
        name: "CJK UNIFIED IDEOGRAPH-27EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF7,
        name: "CJK UNIFIED IDEOGRAPH-27EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF8,
        name: "CJK UNIFIED IDEOGRAPH-27EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EF9,
        name: "CJK UNIFIED IDEOGRAPH-27EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EFA,
        name: "CJK UNIFIED IDEOGRAPH-27EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EFB,
        name: "CJK UNIFIED IDEOGRAPH-27EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EFC,
        name: "CJK UNIFIED IDEOGRAPH-27EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EFD,
        name: "CJK UNIFIED IDEOGRAPH-27EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EFE,
        name: "CJK UNIFIED IDEOGRAPH-27EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27EFF,
        name: "CJK UNIFIED IDEOGRAPH-27EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F00,
        name: "CJK UNIFIED IDEOGRAPH-27F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F01,
        name: "CJK UNIFIED IDEOGRAPH-27F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F02,
        name: "CJK UNIFIED IDEOGRAPH-27F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F03,
        name: "CJK UNIFIED IDEOGRAPH-27F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F04,
        name: "CJK UNIFIED IDEOGRAPH-27F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F05,
        name: "CJK UNIFIED IDEOGRAPH-27F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F06,
        name: "CJK UNIFIED IDEOGRAPH-27F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F07,
        name: "CJK UNIFIED IDEOGRAPH-27F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F08,
        name: "CJK UNIFIED IDEOGRAPH-27F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F09,
        name: "CJK UNIFIED IDEOGRAPH-27F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F0A,
        name: "CJK UNIFIED IDEOGRAPH-27F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F0B,
        name: "CJK UNIFIED IDEOGRAPH-27F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F0C,
        name: "CJK UNIFIED IDEOGRAPH-27F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F0D,
        name: "CJK UNIFIED IDEOGRAPH-27F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F0E,
        name: "CJK UNIFIED IDEOGRAPH-27F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F0F,
        name: "CJK UNIFIED IDEOGRAPH-27F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F10,
        name: "CJK UNIFIED IDEOGRAPH-27F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F11,
        name: "CJK UNIFIED IDEOGRAPH-27F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F12,
        name: "CJK UNIFIED IDEOGRAPH-27F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F13,
        name: "CJK UNIFIED IDEOGRAPH-27F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F14,
        name: "CJK UNIFIED IDEOGRAPH-27F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F15,
        name: "CJK UNIFIED IDEOGRAPH-27F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F16,
        name: "CJK UNIFIED IDEOGRAPH-27F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F17,
        name: "CJK UNIFIED IDEOGRAPH-27F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F18,
        name: "CJK UNIFIED IDEOGRAPH-27F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F19,
        name: "CJK UNIFIED IDEOGRAPH-27F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F1A,
        name: "CJK UNIFIED IDEOGRAPH-27F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F1B,
        name: "CJK UNIFIED IDEOGRAPH-27F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F1C,
        name: "CJK UNIFIED IDEOGRAPH-27F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F1D,
        name: "CJK UNIFIED IDEOGRAPH-27F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F1E,
        name: "CJK UNIFIED IDEOGRAPH-27F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F1F,
        name: "CJK UNIFIED IDEOGRAPH-27F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F20,
        name: "CJK UNIFIED IDEOGRAPH-27F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F21,
        name: "CJK UNIFIED IDEOGRAPH-27F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F22,
        name: "CJK UNIFIED IDEOGRAPH-27F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F23,
        name: "CJK UNIFIED IDEOGRAPH-27F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F24,
        name: "CJK UNIFIED IDEOGRAPH-27F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F25,
        name: "CJK UNIFIED IDEOGRAPH-27F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F26,
        name: "CJK UNIFIED IDEOGRAPH-27F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F27,
        name: "CJK UNIFIED IDEOGRAPH-27F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F28,
        name: "CJK UNIFIED IDEOGRAPH-27F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F29,
        name: "CJK UNIFIED IDEOGRAPH-27F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F2A,
        name: "CJK UNIFIED IDEOGRAPH-27F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F2B,
        name: "CJK UNIFIED IDEOGRAPH-27F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F2C,
        name: "CJK UNIFIED IDEOGRAPH-27F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F2D,
        name: "CJK UNIFIED IDEOGRAPH-27F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F2E,
        name: "CJK UNIFIED IDEOGRAPH-27F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F2F,
        name: "CJK UNIFIED IDEOGRAPH-27F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F30,
        name: "CJK UNIFIED IDEOGRAPH-27F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F31,
        name: "CJK UNIFIED IDEOGRAPH-27F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F32,
        name: "CJK UNIFIED IDEOGRAPH-27F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F33,
        name: "CJK UNIFIED IDEOGRAPH-27F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F34,
        name: "CJK UNIFIED IDEOGRAPH-27F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F35,
        name: "CJK UNIFIED IDEOGRAPH-27F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F36,
        name: "CJK UNIFIED IDEOGRAPH-27F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F37,
        name: "CJK UNIFIED IDEOGRAPH-27F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F38,
        name: "CJK UNIFIED IDEOGRAPH-27F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F39,
        name: "CJK UNIFIED IDEOGRAPH-27F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F3A,
        name: "CJK UNIFIED IDEOGRAPH-27F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F3B,
        name: "CJK UNIFIED IDEOGRAPH-27F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F3C,
        name: "CJK UNIFIED IDEOGRAPH-27F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F3D,
        name: "CJK UNIFIED IDEOGRAPH-27F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F3E,
        name: "CJK UNIFIED IDEOGRAPH-27F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F3F,
        name: "CJK UNIFIED IDEOGRAPH-27F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F40,
        name: "CJK UNIFIED IDEOGRAPH-27F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F41,
        name: "CJK UNIFIED IDEOGRAPH-27F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F42,
        name: "CJK UNIFIED IDEOGRAPH-27F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F43,
        name: "CJK UNIFIED IDEOGRAPH-27F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F44,
        name: "CJK UNIFIED IDEOGRAPH-27F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F45,
        name: "CJK UNIFIED IDEOGRAPH-27F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F46,
        name: "CJK UNIFIED IDEOGRAPH-27F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F47,
        name: "CJK UNIFIED IDEOGRAPH-27F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F48,
        name: "CJK UNIFIED IDEOGRAPH-27F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F49,
        name: "CJK UNIFIED IDEOGRAPH-27F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F4A,
        name: "CJK UNIFIED IDEOGRAPH-27F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F4B,
        name: "CJK UNIFIED IDEOGRAPH-27F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F4C,
        name: "CJK UNIFIED IDEOGRAPH-27F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F4D,
        name: "CJK UNIFIED IDEOGRAPH-27F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F4E,
        name: "CJK UNIFIED IDEOGRAPH-27F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F4F,
        name: "CJK UNIFIED IDEOGRAPH-27F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F50,
        name: "CJK UNIFIED IDEOGRAPH-27F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F51,
        name: "CJK UNIFIED IDEOGRAPH-27F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F52,
        name: "CJK UNIFIED IDEOGRAPH-27F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F53,
        name: "CJK UNIFIED IDEOGRAPH-27F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F54,
        name: "CJK UNIFIED IDEOGRAPH-27F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F55,
        name: "CJK UNIFIED IDEOGRAPH-27F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F56,
        name: "CJK UNIFIED IDEOGRAPH-27F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F57,
        name: "CJK UNIFIED IDEOGRAPH-27F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F58,
        name: "CJK UNIFIED IDEOGRAPH-27F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F59,
        name: "CJK UNIFIED IDEOGRAPH-27F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F5A,
        name: "CJK UNIFIED IDEOGRAPH-27F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F5B,
        name: "CJK UNIFIED IDEOGRAPH-27F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F5C,
        name: "CJK UNIFIED IDEOGRAPH-27F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F5D,
        name: "CJK UNIFIED IDEOGRAPH-27F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F5E,
        name: "CJK UNIFIED IDEOGRAPH-27F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F5F,
        name: "CJK UNIFIED IDEOGRAPH-27F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F60,
        name: "CJK UNIFIED IDEOGRAPH-27F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F61,
        name: "CJK UNIFIED IDEOGRAPH-27F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F62,
        name: "CJK UNIFIED IDEOGRAPH-27F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F63,
        name: "CJK UNIFIED IDEOGRAPH-27F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F64,
        name: "CJK UNIFIED IDEOGRAPH-27F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F65,
        name: "CJK UNIFIED IDEOGRAPH-27F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F66,
        name: "CJK UNIFIED IDEOGRAPH-27F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F67,
        name: "CJK UNIFIED IDEOGRAPH-27F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F68,
        name: "CJK UNIFIED IDEOGRAPH-27F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F69,
        name: "CJK UNIFIED IDEOGRAPH-27F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F6A,
        name: "CJK UNIFIED IDEOGRAPH-27F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F6B,
        name: "CJK UNIFIED IDEOGRAPH-27F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F6C,
        name: "CJK UNIFIED IDEOGRAPH-27F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F6D,
        name: "CJK UNIFIED IDEOGRAPH-27F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F6E,
        name: "CJK UNIFIED IDEOGRAPH-27F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F6F,
        name: "CJK UNIFIED IDEOGRAPH-27F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F70,
        name: "CJK UNIFIED IDEOGRAPH-27F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F71,
        name: "CJK UNIFIED IDEOGRAPH-27F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F72,
        name: "CJK UNIFIED IDEOGRAPH-27F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F73,
        name: "CJK UNIFIED IDEOGRAPH-27F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F74,
        name: "CJK UNIFIED IDEOGRAPH-27F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F75,
        name: "CJK UNIFIED IDEOGRAPH-27F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F76,
        name: "CJK UNIFIED IDEOGRAPH-27F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F77,
        name: "CJK UNIFIED IDEOGRAPH-27F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F78,
        name: "CJK UNIFIED IDEOGRAPH-27F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F79,
        name: "CJK UNIFIED IDEOGRAPH-27F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F7A,
        name: "CJK UNIFIED IDEOGRAPH-27F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F7B,
        name: "CJK UNIFIED IDEOGRAPH-27F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F7C,
        name: "CJK UNIFIED IDEOGRAPH-27F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F7D,
        name: "CJK UNIFIED IDEOGRAPH-27F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F7E,
        name: "CJK UNIFIED IDEOGRAPH-27F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F7F,
        name: "CJK UNIFIED IDEOGRAPH-27F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F80,
        name: "CJK UNIFIED IDEOGRAPH-27F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F81,
        name: "CJK UNIFIED IDEOGRAPH-27F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F82,
        name: "CJK UNIFIED IDEOGRAPH-27F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F83,
        name: "CJK UNIFIED IDEOGRAPH-27F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F84,
        name: "CJK UNIFIED IDEOGRAPH-27F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F85,
        name: "CJK UNIFIED IDEOGRAPH-27F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F86,
        name: "CJK UNIFIED IDEOGRAPH-27F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F87,
        name: "CJK UNIFIED IDEOGRAPH-27F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F88,
        name: "CJK UNIFIED IDEOGRAPH-27F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F89,
        name: "CJK UNIFIED IDEOGRAPH-27F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F8A,
        name: "CJK UNIFIED IDEOGRAPH-27F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F8B,
        name: "CJK UNIFIED IDEOGRAPH-27F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F8C,
        name: "CJK UNIFIED IDEOGRAPH-27F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F8D,
        name: "CJK UNIFIED IDEOGRAPH-27F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F8E,
        name: "CJK UNIFIED IDEOGRAPH-27F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F8F,
        name: "CJK UNIFIED IDEOGRAPH-27F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F90,
        name: "CJK UNIFIED IDEOGRAPH-27F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F91,
        name: "CJK UNIFIED IDEOGRAPH-27F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F92,
        name: "CJK UNIFIED IDEOGRAPH-27F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F93,
        name: "CJK UNIFIED IDEOGRAPH-27F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F94,
        name: "CJK UNIFIED IDEOGRAPH-27F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F95,
        name: "CJK UNIFIED IDEOGRAPH-27F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F96,
        name: "CJK UNIFIED IDEOGRAPH-27F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F97,
        name: "CJK UNIFIED IDEOGRAPH-27F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F98,
        name: "CJK UNIFIED IDEOGRAPH-27F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F99,
        name: "CJK UNIFIED IDEOGRAPH-27F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F9A,
        name: "CJK UNIFIED IDEOGRAPH-27F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F9B,
        name: "CJK UNIFIED IDEOGRAPH-27F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F9C,
        name: "CJK UNIFIED IDEOGRAPH-27F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F9D,
        name: "CJK UNIFIED IDEOGRAPH-27F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F9E,
        name: "CJK UNIFIED IDEOGRAPH-27F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x27F9F,
        name: "CJK UNIFIED IDEOGRAPH-27F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA0,
        name: "CJK UNIFIED IDEOGRAPH-27FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA1,
        name: "CJK UNIFIED IDEOGRAPH-27FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA2,
        name: "CJK UNIFIED IDEOGRAPH-27FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA3,
        name: "CJK UNIFIED IDEOGRAPH-27FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA4,
        name: "CJK UNIFIED IDEOGRAPH-27FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA5,
        name: "CJK UNIFIED IDEOGRAPH-27FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA6,
        name: "CJK UNIFIED IDEOGRAPH-27FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA7,
        name: "CJK UNIFIED IDEOGRAPH-27FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA8,
        name: "CJK UNIFIED IDEOGRAPH-27FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FA9,
        name: "CJK UNIFIED IDEOGRAPH-27FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FAA,
        name: "CJK UNIFIED IDEOGRAPH-27FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FAB,
        name: "CJK UNIFIED IDEOGRAPH-27FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FAC,
        name: "CJK UNIFIED IDEOGRAPH-27FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FAD,
        name: "CJK UNIFIED IDEOGRAPH-27FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FAE,
        name: "CJK UNIFIED IDEOGRAPH-27FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FAF,
        name: "CJK UNIFIED IDEOGRAPH-27FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB0,
        name: "CJK UNIFIED IDEOGRAPH-27FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB1,
        name: "CJK UNIFIED IDEOGRAPH-27FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB2,
        name: "CJK UNIFIED IDEOGRAPH-27FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB3,
        name: "CJK UNIFIED IDEOGRAPH-27FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB4,
        name: "CJK UNIFIED IDEOGRAPH-27FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB5,
        name: "CJK UNIFIED IDEOGRAPH-27FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB6,
        name: "CJK UNIFIED IDEOGRAPH-27FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB7,
        name: "CJK UNIFIED IDEOGRAPH-27FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB8,
        name: "CJK UNIFIED IDEOGRAPH-27FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FB9,
        name: "CJK UNIFIED IDEOGRAPH-27FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FBA,
        name: "CJK UNIFIED IDEOGRAPH-27FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FBB,
        name: "CJK UNIFIED IDEOGRAPH-27FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FBC,
        name: "CJK UNIFIED IDEOGRAPH-27FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FBD,
        name: "CJK UNIFIED IDEOGRAPH-27FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FBE,
        name: "CJK UNIFIED IDEOGRAPH-27FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FBF,
        name: "CJK UNIFIED IDEOGRAPH-27FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC0,
        name: "CJK UNIFIED IDEOGRAPH-27FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC1,
        name: "CJK UNIFIED IDEOGRAPH-27FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC2,
        name: "CJK UNIFIED IDEOGRAPH-27FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC3,
        name: "CJK UNIFIED IDEOGRAPH-27FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC4,
        name: "CJK UNIFIED IDEOGRAPH-27FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC5,
        name: "CJK UNIFIED IDEOGRAPH-27FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC6,
        name: "CJK UNIFIED IDEOGRAPH-27FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC7,
        name: "CJK UNIFIED IDEOGRAPH-27FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC8,
        name: "CJK UNIFIED IDEOGRAPH-27FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FC9,
        name: "CJK UNIFIED IDEOGRAPH-27FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FCA,
        name: "CJK UNIFIED IDEOGRAPH-27FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FCB,
        name: "CJK UNIFIED IDEOGRAPH-27FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FCC,
        name: "CJK UNIFIED IDEOGRAPH-27FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FCD,
        name: "CJK UNIFIED IDEOGRAPH-27FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FCE,
        name: "CJK UNIFIED IDEOGRAPH-27FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FCF,
        name: "CJK UNIFIED IDEOGRAPH-27FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD0,
        name: "CJK UNIFIED IDEOGRAPH-27FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD1,
        name: "CJK UNIFIED IDEOGRAPH-27FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD2,
        name: "CJK UNIFIED IDEOGRAPH-27FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD3,
        name: "CJK UNIFIED IDEOGRAPH-27FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD4,
        name: "CJK UNIFIED IDEOGRAPH-27FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD5,
        name: "CJK UNIFIED IDEOGRAPH-27FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD6,
        name: "CJK UNIFIED IDEOGRAPH-27FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD7,
        name: "CJK UNIFIED IDEOGRAPH-27FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD8,
        name: "CJK UNIFIED IDEOGRAPH-27FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FD9,
        name: "CJK UNIFIED IDEOGRAPH-27FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FDA,
        name: "CJK UNIFIED IDEOGRAPH-27FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FDB,
        name: "CJK UNIFIED IDEOGRAPH-27FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FDC,
        name: "CJK UNIFIED IDEOGRAPH-27FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FDD,
        name: "CJK UNIFIED IDEOGRAPH-27FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FDE,
        name: "CJK UNIFIED IDEOGRAPH-27FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FDF,
        name: "CJK UNIFIED IDEOGRAPH-27FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE0,
        name: "CJK UNIFIED IDEOGRAPH-27FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE1,
        name: "CJK UNIFIED IDEOGRAPH-27FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE2,
        name: "CJK UNIFIED IDEOGRAPH-27FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE3,
        name: "CJK UNIFIED IDEOGRAPH-27FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE4,
        name: "CJK UNIFIED IDEOGRAPH-27FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE5,
        name: "CJK UNIFIED IDEOGRAPH-27FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE6,
        name: "CJK UNIFIED IDEOGRAPH-27FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE7,
        name: "CJK UNIFIED IDEOGRAPH-27FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE8,
        name: "CJK UNIFIED IDEOGRAPH-27FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FE9,
        name: "CJK UNIFIED IDEOGRAPH-27FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FEA,
        name: "CJK UNIFIED IDEOGRAPH-27FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FEB,
        name: "CJK UNIFIED IDEOGRAPH-27FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FEC,
        name: "CJK UNIFIED IDEOGRAPH-27FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FED,
        name: "CJK UNIFIED IDEOGRAPH-27FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FEE,
        name: "CJK UNIFIED IDEOGRAPH-27FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FEF,
        name: "CJK UNIFIED IDEOGRAPH-27FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF0,
        name: "CJK UNIFIED IDEOGRAPH-27FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF1,
        name: "CJK UNIFIED IDEOGRAPH-27FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF2,
        name: "CJK UNIFIED IDEOGRAPH-27FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF3,
        name: "CJK UNIFIED IDEOGRAPH-27FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF4,
        name: "CJK UNIFIED IDEOGRAPH-27FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF5,
        name: "CJK UNIFIED IDEOGRAPH-27FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF6,
        name: "CJK UNIFIED IDEOGRAPH-27FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF7,
        name: "CJK UNIFIED IDEOGRAPH-27FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF8,
        name: "CJK UNIFIED IDEOGRAPH-27FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FF9,
        name: "CJK UNIFIED IDEOGRAPH-27FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FFA,
        name: "CJK UNIFIED IDEOGRAPH-27FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FFB,
        name: "CJK UNIFIED IDEOGRAPH-27FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FFC,
        name: "CJK UNIFIED IDEOGRAPH-27FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FFD,
        name: "CJK UNIFIED IDEOGRAPH-27FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FFE,
        name: "CJK UNIFIED IDEOGRAPH-27FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x27FFF,
        name: "CJK UNIFIED IDEOGRAPH-27FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28000,
        name: "CJK UNIFIED IDEOGRAPH-28000",
    },
    Character {
        age: "3.1",
        codepoint: 0x28001,
        name: "CJK UNIFIED IDEOGRAPH-28001",
    },
    Character {
        age: "3.1",
        codepoint: 0x28002,
        name: "CJK UNIFIED IDEOGRAPH-28002",
    },
    Character {
        age: "3.1",
        codepoint: 0x28003,
        name: "CJK UNIFIED IDEOGRAPH-28003",
    },
    Character {
        age: "3.1",
        codepoint: 0x28004,
        name: "CJK UNIFIED IDEOGRAPH-28004",
    },
    Character {
        age: "3.1",
        codepoint: 0x28005,
        name: "CJK UNIFIED IDEOGRAPH-28005",
    },
    Character {
        age: "3.1",
        codepoint: 0x28006,
        name: "CJK UNIFIED IDEOGRAPH-28006",
    },
    Character {
        age: "3.1",
        codepoint: 0x28007,
        name: "CJK UNIFIED IDEOGRAPH-28007",
    },
    Character {
        age: "3.1",
        codepoint: 0x28008,
        name: "CJK UNIFIED IDEOGRAPH-28008",
    },
    Character {
        age: "3.1",
        codepoint: 0x28009,
        name: "CJK UNIFIED IDEOGRAPH-28009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2800A,
        name: "CJK UNIFIED IDEOGRAPH-2800A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2800B,
        name: "CJK UNIFIED IDEOGRAPH-2800B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2800C,
        name: "CJK UNIFIED IDEOGRAPH-2800C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2800D,
        name: "CJK UNIFIED IDEOGRAPH-2800D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2800E,
        name: "CJK UNIFIED IDEOGRAPH-2800E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2800F,
        name: "CJK UNIFIED IDEOGRAPH-2800F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28010,
        name: "CJK UNIFIED IDEOGRAPH-28010",
    },
    Character {
        age: "3.1",
        codepoint: 0x28011,
        name: "CJK UNIFIED IDEOGRAPH-28011",
    },
    Character {
        age: "3.1",
        codepoint: 0x28012,
        name: "CJK UNIFIED IDEOGRAPH-28012",
    },
    Character {
        age: "3.1",
        codepoint: 0x28013,
        name: "CJK UNIFIED IDEOGRAPH-28013",
    },
    Character {
        age: "3.1",
        codepoint: 0x28014,
        name: "CJK UNIFIED IDEOGRAPH-28014",
    },
    Character {
        age: "3.1",
        codepoint: 0x28015,
        name: "CJK UNIFIED IDEOGRAPH-28015",
    },
    Character {
        age: "3.1",
        codepoint: 0x28016,
        name: "CJK UNIFIED IDEOGRAPH-28016",
    },
    Character {
        age: "3.1",
        codepoint: 0x28017,
        name: "CJK UNIFIED IDEOGRAPH-28017",
    },
    Character {
        age: "3.1",
        codepoint: 0x28018,
        name: "CJK UNIFIED IDEOGRAPH-28018",
    },
    Character {
        age: "3.1",
        codepoint: 0x28019,
        name: "CJK UNIFIED IDEOGRAPH-28019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2801A,
        name: "CJK UNIFIED IDEOGRAPH-2801A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2801B,
        name: "CJK UNIFIED IDEOGRAPH-2801B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2801C,
        name: "CJK UNIFIED IDEOGRAPH-2801C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2801D,
        name: "CJK UNIFIED IDEOGRAPH-2801D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2801E,
        name: "CJK UNIFIED IDEOGRAPH-2801E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2801F,
        name: "CJK UNIFIED IDEOGRAPH-2801F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28020,
        name: "CJK UNIFIED IDEOGRAPH-28020",
    },
    Character {
        age: "3.1",
        codepoint: 0x28021,
        name: "CJK UNIFIED IDEOGRAPH-28021",
    },
    Character {
        age: "3.1",
        codepoint: 0x28022,
        name: "CJK UNIFIED IDEOGRAPH-28022",
    },
    Character {
        age: "3.1",
        codepoint: 0x28023,
        name: "CJK UNIFIED IDEOGRAPH-28023",
    },
    Character {
        age: "3.1",
        codepoint: 0x28024,
        name: "CJK UNIFIED IDEOGRAPH-28024",
    },
    Character {
        age: "3.1",
        codepoint: 0x28025,
        name: "CJK UNIFIED IDEOGRAPH-28025",
    },
    Character {
        age: "3.1",
        codepoint: 0x28026,
        name: "CJK UNIFIED IDEOGRAPH-28026",
    },
    Character {
        age: "3.1",
        codepoint: 0x28027,
        name: "CJK UNIFIED IDEOGRAPH-28027",
    },
    Character {
        age: "3.1",
        codepoint: 0x28028,
        name: "CJK UNIFIED IDEOGRAPH-28028",
    },
    Character {
        age: "3.1",
        codepoint: 0x28029,
        name: "CJK UNIFIED IDEOGRAPH-28029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2802A,
        name: "CJK UNIFIED IDEOGRAPH-2802A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2802B,
        name: "CJK UNIFIED IDEOGRAPH-2802B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2802C,
        name: "CJK UNIFIED IDEOGRAPH-2802C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2802D,
        name: "CJK UNIFIED IDEOGRAPH-2802D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2802E,
        name: "CJK UNIFIED IDEOGRAPH-2802E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2802F,
        name: "CJK UNIFIED IDEOGRAPH-2802F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28030,
        name: "CJK UNIFIED IDEOGRAPH-28030",
    },
    Character {
        age: "3.1",
        codepoint: 0x28031,
        name: "CJK UNIFIED IDEOGRAPH-28031",
    },
    Character {
        age: "3.1",
        codepoint: 0x28032,
        name: "CJK UNIFIED IDEOGRAPH-28032",
    },
    Character {
        age: "3.1",
        codepoint: 0x28033,
        name: "CJK UNIFIED IDEOGRAPH-28033",
    },
    Character {
        age: "3.1",
        codepoint: 0x28034,
        name: "CJK UNIFIED IDEOGRAPH-28034",
    },
    Character {
        age: "3.1",
        codepoint: 0x28035,
        name: "CJK UNIFIED IDEOGRAPH-28035",
    },
    Character {
        age: "3.1",
        codepoint: 0x28036,
        name: "CJK UNIFIED IDEOGRAPH-28036",
    },
    Character {
        age: "3.1",
        codepoint: 0x28037,
        name: "CJK UNIFIED IDEOGRAPH-28037",
    },
    Character {
        age: "3.1",
        codepoint: 0x28038,
        name: "CJK UNIFIED IDEOGRAPH-28038",
    },
    Character {
        age: "3.1",
        codepoint: 0x28039,
        name: "CJK UNIFIED IDEOGRAPH-28039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2803A,
        name: "CJK UNIFIED IDEOGRAPH-2803A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2803B,
        name: "CJK UNIFIED IDEOGRAPH-2803B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2803C,
        name: "CJK UNIFIED IDEOGRAPH-2803C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2803D,
        name: "CJK UNIFIED IDEOGRAPH-2803D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2803E,
        name: "CJK UNIFIED IDEOGRAPH-2803E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2803F,
        name: "CJK UNIFIED IDEOGRAPH-2803F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28040,
        name: "CJK UNIFIED IDEOGRAPH-28040",
    },
    Character {
        age: "3.1",
        codepoint: 0x28041,
        name: "CJK UNIFIED IDEOGRAPH-28041",
    },
    Character {
        age: "3.1",
        codepoint: 0x28042,
        name: "CJK UNIFIED IDEOGRAPH-28042",
    },
    Character {
        age: "3.1",
        codepoint: 0x28043,
        name: "CJK UNIFIED IDEOGRAPH-28043",
    },
    Character {
        age: "3.1",
        codepoint: 0x28044,
        name: "CJK UNIFIED IDEOGRAPH-28044",
    },
    Character {
        age: "3.1",
        codepoint: 0x28045,
        name: "CJK UNIFIED IDEOGRAPH-28045",
    },
    Character {
        age: "3.1",
        codepoint: 0x28046,
        name: "CJK UNIFIED IDEOGRAPH-28046",
    },
    Character {
        age: "3.1",
        codepoint: 0x28047,
        name: "CJK UNIFIED IDEOGRAPH-28047",
    },
    Character {
        age: "3.1",
        codepoint: 0x28048,
        name: "CJK UNIFIED IDEOGRAPH-28048",
    },
    Character {
        age: "3.1",
        codepoint: 0x28049,
        name: "CJK UNIFIED IDEOGRAPH-28049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2804A,
        name: "CJK UNIFIED IDEOGRAPH-2804A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2804B,
        name: "CJK UNIFIED IDEOGRAPH-2804B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2804C,
        name: "CJK UNIFIED IDEOGRAPH-2804C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2804D,
        name: "CJK UNIFIED IDEOGRAPH-2804D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2804E,
        name: "CJK UNIFIED IDEOGRAPH-2804E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2804F,
        name: "CJK UNIFIED IDEOGRAPH-2804F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28050,
        name: "CJK UNIFIED IDEOGRAPH-28050",
    },
    Character {
        age: "3.1",
        codepoint: 0x28051,
        name: "CJK UNIFIED IDEOGRAPH-28051",
    },
    Character {
        age: "3.1",
        codepoint: 0x28052,
        name: "CJK UNIFIED IDEOGRAPH-28052",
    },
    Character {
        age: "3.1",
        codepoint: 0x28053,
        name: "CJK UNIFIED IDEOGRAPH-28053",
    },
    Character {
        age: "3.1",
        codepoint: 0x28054,
        name: "CJK UNIFIED IDEOGRAPH-28054",
    },
    Character {
        age: "3.1",
        codepoint: 0x28055,
        name: "CJK UNIFIED IDEOGRAPH-28055",
    },
    Character {
        age: "3.1",
        codepoint: 0x28056,
        name: "CJK UNIFIED IDEOGRAPH-28056",
    },
    Character {
        age: "3.1",
        codepoint: 0x28057,
        name: "CJK UNIFIED IDEOGRAPH-28057",
    },
    Character {
        age: "3.1",
        codepoint: 0x28058,
        name: "CJK UNIFIED IDEOGRAPH-28058",
    },
    Character {
        age: "3.1",
        codepoint: 0x28059,
        name: "CJK UNIFIED IDEOGRAPH-28059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2805A,
        name: "CJK UNIFIED IDEOGRAPH-2805A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2805B,
        name: "CJK UNIFIED IDEOGRAPH-2805B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2805C,
        name: "CJK UNIFIED IDEOGRAPH-2805C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2805D,
        name: "CJK UNIFIED IDEOGRAPH-2805D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2805E,
        name: "CJK UNIFIED IDEOGRAPH-2805E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2805F,
        name: "CJK UNIFIED IDEOGRAPH-2805F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28060,
        name: "CJK UNIFIED IDEOGRAPH-28060",
    },
    Character {
        age: "3.1",
        codepoint: 0x28061,
        name: "CJK UNIFIED IDEOGRAPH-28061",
    },
    Character {
        age: "3.1",
        codepoint: 0x28062,
        name: "CJK UNIFIED IDEOGRAPH-28062",
    },
    Character {
        age: "3.1",
        codepoint: 0x28063,
        name: "CJK UNIFIED IDEOGRAPH-28063",
    },
    Character {
        age: "3.1",
        codepoint: 0x28064,
        name: "CJK UNIFIED IDEOGRAPH-28064",
    },
    Character {
        age: "3.1",
        codepoint: 0x28065,
        name: "CJK UNIFIED IDEOGRAPH-28065",
    },
    Character {
        age: "3.1",
        codepoint: 0x28066,
        name: "CJK UNIFIED IDEOGRAPH-28066",
    },
    Character {
        age: "3.1",
        codepoint: 0x28067,
        name: "CJK UNIFIED IDEOGRAPH-28067",
    },
    Character {
        age: "3.1",
        codepoint: 0x28068,
        name: "CJK UNIFIED IDEOGRAPH-28068",
    },
    Character {
        age: "3.1",
        codepoint: 0x28069,
        name: "CJK UNIFIED IDEOGRAPH-28069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2806A,
        name: "CJK UNIFIED IDEOGRAPH-2806A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2806B,
        name: "CJK UNIFIED IDEOGRAPH-2806B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2806C,
        name: "CJK UNIFIED IDEOGRAPH-2806C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2806D,
        name: "CJK UNIFIED IDEOGRAPH-2806D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2806E,
        name: "CJK UNIFIED IDEOGRAPH-2806E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2806F,
        name: "CJK UNIFIED IDEOGRAPH-2806F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28070,
        name: "CJK UNIFIED IDEOGRAPH-28070",
    },
    Character {
        age: "3.1",
        codepoint: 0x28071,
        name: "CJK UNIFIED IDEOGRAPH-28071",
    },
    Character {
        age: "3.1",
        codepoint: 0x28072,
        name: "CJK UNIFIED IDEOGRAPH-28072",
    },
    Character {
        age: "3.1",
        codepoint: 0x28073,
        name: "CJK UNIFIED IDEOGRAPH-28073",
    },
    Character {
        age: "3.1",
        codepoint: 0x28074,
        name: "CJK UNIFIED IDEOGRAPH-28074",
    },
    Character {
        age: "3.1",
        codepoint: 0x28075,
        name: "CJK UNIFIED IDEOGRAPH-28075",
    },
    Character {
        age: "3.1",
        codepoint: 0x28076,
        name: "CJK UNIFIED IDEOGRAPH-28076",
    },
    Character {
        age: "3.1",
        codepoint: 0x28077,
        name: "CJK UNIFIED IDEOGRAPH-28077",
    },
    Character {
        age: "3.1",
        codepoint: 0x28078,
        name: "CJK UNIFIED IDEOGRAPH-28078",
    },
    Character {
        age: "3.1",
        codepoint: 0x28079,
        name: "CJK UNIFIED IDEOGRAPH-28079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2807A,
        name: "CJK UNIFIED IDEOGRAPH-2807A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2807B,
        name: "CJK UNIFIED IDEOGRAPH-2807B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2807C,
        name: "CJK UNIFIED IDEOGRAPH-2807C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2807D,
        name: "CJK UNIFIED IDEOGRAPH-2807D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2807E,
        name: "CJK UNIFIED IDEOGRAPH-2807E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2807F,
        name: "CJK UNIFIED IDEOGRAPH-2807F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28080,
        name: "CJK UNIFIED IDEOGRAPH-28080",
    },
    Character {
        age: "3.1",
        codepoint: 0x28081,
        name: "CJK UNIFIED IDEOGRAPH-28081",
    },
    Character {
        age: "3.1",
        codepoint: 0x28082,
        name: "CJK UNIFIED IDEOGRAPH-28082",
    },
    Character {
        age: "3.1",
        codepoint: 0x28083,
        name: "CJK UNIFIED IDEOGRAPH-28083",
    },
    Character {
        age: "3.1",
        codepoint: 0x28084,
        name: "CJK UNIFIED IDEOGRAPH-28084",
    },
    Character {
        age: "3.1",
        codepoint: 0x28085,
        name: "CJK UNIFIED IDEOGRAPH-28085",
    },
    Character {
        age: "3.1",
        codepoint: 0x28086,
        name: "CJK UNIFIED IDEOGRAPH-28086",
    },
    Character {
        age: "3.1",
        codepoint: 0x28087,
        name: "CJK UNIFIED IDEOGRAPH-28087",
    },
    Character {
        age: "3.1",
        codepoint: 0x28088,
        name: "CJK UNIFIED IDEOGRAPH-28088",
    },
    Character {
        age: "3.1",
        codepoint: 0x28089,
        name: "CJK UNIFIED IDEOGRAPH-28089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2808A,
        name: "CJK UNIFIED IDEOGRAPH-2808A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2808B,
        name: "CJK UNIFIED IDEOGRAPH-2808B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2808C,
        name: "CJK UNIFIED IDEOGRAPH-2808C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2808D,
        name: "CJK UNIFIED IDEOGRAPH-2808D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2808E,
        name: "CJK UNIFIED IDEOGRAPH-2808E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2808F,
        name: "CJK UNIFIED IDEOGRAPH-2808F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28090,
        name: "CJK UNIFIED IDEOGRAPH-28090",
    },
    Character {
        age: "3.1",
        codepoint: 0x28091,
        name: "CJK UNIFIED IDEOGRAPH-28091",
    },
    Character {
        age: "3.1",
        codepoint: 0x28092,
        name: "CJK UNIFIED IDEOGRAPH-28092",
    },
    Character {
        age: "3.1",
        codepoint: 0x28093,
        name: "CJK UNIFIED IDEOGRAPH-28093",
    },
    Character {
        age: "3.1",
        codepoint: 0x28094,
        name: "CJK UNIFIED IDEOGRAPH-28094",
    },
    Character {
        age: "3.1",
        codepoint: 0x28095,
        name: "CJK UNIFIED IDEOGRAPH-28095",
    },
    Character {
        age: "3.1",
        codepoint: 0x28096,
        name: "CJK UNIFIED IDEOGRAPH-28096",
    },
    Character {
        age: "3.1",
        codepoint: 0x28097,
        name: "CJK UNIFIED IDEOGRAPH-28097",
    },
    Character {
        age: "3.1",
        codepoint: 0x28098,
        name: "CJK UNIFIED IDEOGRAPH-28098",
    },
    Character {
        age: "3.1",
        codepoint: 0x28099,
        name: "CJK UNIFIED IDEOGRAPH-28099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2809A,
        name: "CJK UNIFIED IDEOGRAPH-2809A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2809B,
        name: "CJK UNIFIED IDEOGRAPH-2809B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2809C,
        name: "CJK UNIFIED IDEOGRAPH-2809C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2809D,
        name: "CJK UNIFIED IDEOGRAPH-2809D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2809E,
        name: "CJK UNIFIED IDEOGRAPH-2809E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2809F,
        name: "CJK UNIFIED IDEOGRAPH-2809F",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A0,
        name: "CJK UNIFIED IDEOGRAPH-280A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A1,
        name: "CJK UNIFIED IDEOGRAPH-280A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A2,
        name: "CJK UNIFIED IDEOGRAPH-280A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A3,
        name: "CJK UNIFIED IDEOGRAPH-280A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A4,
        name: "CJK UNIFIED IDEOGRAPH-280A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A5,
        name: "CJK UNIFIED IDEOGRAPH-280A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A6,
        name: "CJK UNIFIED IDEOGRAPH-280A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A7,
        name: "CJK UNIFIED IDEOGRAPH-280A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A8,
        name: "CJK UNIFIED IDEOGRAPH-280A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x280A9,
        name: "CJK UNIFIED IDEOGRAPH-280A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x280AA,
        name: "CJK UNIFIED IDEOGRAPH-280AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x280AB,
        name: "CJK UNIFIED IDEOGRAPH-280AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x280AC,
        name: "CJK UNIFIED IDEOGRAPH-280AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x280AD,
        name: "CJK UNIFIED IDEOGRAPH-280AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x280AE,
        name: "CJK UNIFIED IDEOGRAPH-280AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x280AF,
        name: "CJK UNIFIED IDEOGRAPH-280AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B0,
        name: "CJK UNIFIED IDEOGRAPH-280B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B1,
        name: "CJK UNIFIED IDEOGRAPH-280B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B2,
        name: "CJK UNIFIED IDEOGRAPH-280B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B3,
        name: "CJK UNIFIED IDEOGRAPH-280B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B4,
        name: "CJK UNIFIED IDEOGRAPH-280B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B5,
        name: "CJK UNIFIED IDEOGRAPH-280B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B6,
        name: "CJK UNIFIED IDEOGRAPH-280B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B7,
        name: "CJK UNIFIED IDEOGRAPH-280B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B8,
        name: "CJK UNIFIED IDEOGRAPH-280B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x280B9,
        name: "CJK UNIFIED IDEOGRAPH-280B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x280BA,
        name: "CJK UNIFIED IDEOGRAPH-280BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x280BB,
        name: "CJK UNIFIED IDEOGRAPH-280BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x280BC,
        name: "CJK UNIFIED IDEOGRAPH-280BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x280BD,
        name: "CJK UNIFIED IDEOGRAPH-280BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x280BE,
        name: "CJK UNIFIED IDEOGRAPH-280BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x280BF,
        name: "CJK UNIFIED IDEOGRAPH-280BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C0,
        name: "CJK UNIFIED IDEOGRAPH-280C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C1,
        name: "CJK UNIFIED IDEOGRAPH-280C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C2,
        name: "CJK UNIFIED IDEOGRAPH-280C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C3,
        name: "CJK UNIFIED IDEOGRAPH-280C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C4,
        name: "CJK UNIFIED IDEOGRAPH-280C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C5,
        name: "CJK UNIFIED IDEOGRAPH-280C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C6,
        name: "CJK UNIFIED IDEOGRAPH-280C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C7,
        name: "CJK UNIFIED IDEOGRAPH-280C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C8,
        name: "CJK UNIFIED IDEOGRAPH-280C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x280C9,
        name: "CJK UNIFIED IDEOGRAPH-280C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x280CA,
        name: "CJK UNIFIED IDEOGRAPH-280CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x280CB,
        name: "CJK UNIFIED IDEOGRAPH-280CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x280CC,
        name: "CJK UNIFIED IDEOGRAPH-280CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x280CD,
        name: "CJK UNIFIED IDEOGRAPH-280CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x280CE,
        name: "CJK UNIFIED IDEOGRAPH-280CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x280CF,
        name: "CJK UNIFIED IDEOGRAPH-280CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D0,
        name: "CJK UNIFIED IDEOGRAPH-280D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D1,
        name: "CJK UNIFIED IDEOGRAPH-280D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D2,
        name: "CJK UNIFIED IDEOGRAPH-280D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D3,
        name: "CJK UNIFIED IDEOGRAPH-280D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D4,
        name: "CJK UNIFIED IDEOGRAPH-280D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D5,
        name: "CJK UNIFIED IDEOGRAPH-280D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D6,
        name: "CJK UNIFIED IDEOGRAPH-280D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D7,
        name: "CJK UNIFIED IDEOGRAPH-280D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D8,
        name: "CJK UNIFIED IDEOGRAPH-280D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x280D9,
        name: "CJK UNIFIED IDEOGRAPH-280D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x280DA,
        name: "CJK UNIFIED IDEOGRAPH-280DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x280DB,
        name: "CJK UNIFIED IDEOGRAPH-280DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x280DC,
        name: "CJK UNIFIED IDEOGRAPH-280DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x280DD,
        name: "CJK UNIFIED IDEOGRAPH-280DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x280DE,
        name: "CJK UNIFIED IDEOGRAPH-280DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x280DF,
        name: "CJK UNIFIED IDEOGRAPH-280DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E0,
        name: "CJK UNIFIED IDEOGRAPH-280E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E1,
        name: "CJK UNIFIED IDEOGRAPH-280E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E2,
        name: "CJK UNIFIED IDEOGRAPH-280E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E3,
        name: "CJK UNIFIED IDEOGRAPH-280E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E4,
        name: "CJK UNIFIED IDEOGRAPH-280E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E5,
        name: "CJK UNIFIED IDEOGRAPH-280E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E6,
        name: "CJK UNIFIED IDEOGRAPH-280E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E7,
        name: "CJK UNIFIED IDEOGRAPH-280E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E8,
        name: "CJK UNIFIED IDEOGRAPH-280E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x280E9,
        name: "CJK UNIFIED IDEOGRAPH-280E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x280EA,
        name: "CJK UNIFIED IDEOGRAPH-280EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x280EB,
        name: "CJK UNIFIED IDEOGRAPH-280EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x280EC,
        name: "CJK UNIFIED IDEOGRAPH-280EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x280ED,
        name: "CJK UNIFIED IDEOGRAPH-280ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x280EE,
        name: "CJK UNIFIED IDEOGRAPH-280EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x280EF,
        name: "CJK UNIFIED IDEOGRAPH-280EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F0,
        name: "CJK UNIFIED IDEOGRAPH-280F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F1,
        name: "CJK UNIFIED IDEOGRAPH-280F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F2,
        name: "CJK UNIFIED IDEOGRAPH-280F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F3,
        name: "CJK UNIFIED IDEOGRAPH-280F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F4,
        name: "CJK UNIFIED IDEOGRAPH-280F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F5,
        name: "CJK UNIFIED IDEOGRAPH-280F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F6,
        name: "CJK UNIFIED IDEOGRAPH-280F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F7,
        name: "CJK UNIFIED IDEOGRAPH-280F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F8,
        name: "CJK UNIFIED IDEOGRAPH-280F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x280F9,
        name: "CJK UNIFIED IDEOGRAPH-280F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x280FA,
        name: "CJK UNIFIED IDEOGRAPH-280FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x280FB,
        name: "CJK UNIFIED IDEOGRAPH-280FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x280FC,
        name: "CJK UNIFIED IDEOGRAPH-280FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x280FD,
        name: "CJK UNIFIED IDEOGRAPH-280FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x280FE,
        name: "CJK UNIFIED IDEOGRAPH-280FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x280FF,
        name: "CJK UNIFIED IDEOGRAPH-280FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28100,
        name: "CJK UNIFIED IDEOGRAPH-28100",
    },
    Character {
        age: "3.1",
        codepoint: 0x28101,
        name: "CJK UNIFIED IDEOGRAPH-28101",
    },
    Character {
        age: "3.1",
        codepoint: 0x28102,
        name: "CJK UNIFIED IDEOGRAPH-28102",
    },
    Character {
        age: "3.1",
        codepoint: 0x28103,
        name: "CJK UNIFIED IDEOGRAPH-28103",
    },
    Character {
        age: "3.1",
        codepoint: 0x28104,
        name: "CJK UNIFIED IDEOGRAPH-28104",
    },
    Character {
        age: "3.1",
        codepoint: 0x28105,
        name: "CJK UNIFIED IDEOGRAPH-28105",
    },
    Character {
        age: "3.1",
        codepoint: 0x28106,
        name: "CJK UNIFIED IDEOGRAPH-28106",
    },
    Character {
        age: "3.1",
        codepoint: 0x28107,
        name: "CJK UNIFIED IDEOGRAPH-28107",
    },
    Character {
        age: "3.1",
        codepoint: 0x28108,
        name: "CJK UNIFIED IDEOGRAPH-28108",
    },
    Character {
        age: "3.1",
        codepoint: 0x28109,
        name: "CJK UNIFIED IDEOGRAPH-28109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2810A,
        name: "CJK UNIFIED IDEOGRAPH-2810A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2810B,
        name: "CJK UNIFIED IDEOGRAPH-2810B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2810C,
        name: "CJK UNIFIED IDEOGRAPH-2810C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2810D,
        name: "CJK UNIFIED IDEOGRAPH-2810D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2810E,
        name: "CJK UNIFIED IDEOGRAPH-2810E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2810F,
        name: "CJK UNIFIED IDEOGRAPH-2810F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28110,
        name: "CJK UNIFIED IDEOGRAPH-28110",
    },
    Character {
        age: "3.1",
        codepoint: 0x28111,
        name: "CJK UNIFIED IDEOGRAPH-28111",
    },
    Character {
        age: "3.1",
        codepoint: 0x28112,
        name: "CJK UNIFIED IDEOGRAPH-28112",
    },
    Character {
        age: "3.1",
        codepoint: 0x28113,
        name: "CJK UNIFIED IDEOGRAPH-28113",
    },
    Character {
        age: "3.1",
        codepoint: 0x28114,
        name: "CJK UNIFIED IDEOGRAPH-28114",
    },
    Character {
        age: "3.1",
        codepoint: 0x28115,
        name: "CJK UNIFIED IDEOGRAPH-28115",
    },
    Character {
        age: "3.1",
        codepoint: 0x28116,
        name: "CJK UNIFIED IDEOGRAPH-28116",
    },
    Character {
        age: "3.1",
        codepoint: 0x28117,
        name: "CJK UNIFIED IDEOGRAPH-28117",
    },
    Character {
        age: "3.1",
        codepoint: 0x28118,
        name: "CJK UNIFIED IDEOGRAPH-28118",
    },
    Character {
        age: "3.1",
        codepoint: 0x28119,
        name: "CJK UNIFIED IDEOGRAPH-28119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2811A,
        name: "CJK UNIFIED IDEOGRAPH-2811A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2811B,
        name: "CJK UNIFIED IDEOGRAPH-2811B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2811C,
        name: "CJK UNIFIED IDEOGRAPH-2811C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2811D,
        name: "CJK UNIFIED IDEOGRAPH-2811D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2811E,
        name: "CJK UNIFIED IDEOGRAPH-2811E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2811F,
        name: "CJK UNIFIED IDEOGRAPH-2811F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28120,
        name: "CJK UNIFIED IDEOGRAPH-28120",
    },
    Character {
        age: "3.1",
        codepoint: 0x28121,
        name: "CJK UNIFIED IDEOGRAPH-28121",
    },
    Character {
        age: "3.1",
        codepoint: 0x28122,
        name: "CJK UNIFIED IDEOGRAPH-28122",
    },
    Character {
        age: "3.1",
        codepoint: 0x28123,
        name: "CJK UNIFIED IDEOGRAPH-28123",
    },
    Character {
        age: "3.1",
        codepoint: 0x28124,
        name: "CJK UNIFIED IDEOGRAPH-28124",
    },
    Character {
        age: "3.1",
        codepoint: 0x28125,
        name: "CJK UNIFIED IDEOGRAPH-28125",
    },
    Character {
        age: "3.1",
        codepoint: 0x28126,
        name: "CJK UNIFIED IDEOGRAPH-28126",
    },
    Character {
        age: "3.1",
        codepoint: 0x28127,
        name: "CJK UNIFIED IDEOGRAPH-28127",
    },
    Character {
        age: "3.1",
        codepoint: 0x28128,
        name: "CJK UNIFIED IDEOGRAPH-28128",
    },
    Character {
        age: "3.1",
        codepoint: 0x28129,
        name: "CJK UNIFIED IDEOGRAPH-28129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2812A,
        name: "CJK UNIFIED IDEOGRAPH-2812A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2812B,
        name: "CJK UNIFIED IDEOGRAPH-2812B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2812C,
        name: "CJK UNIFIED IDEOGRAPH-2812C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2812D,
        name: "CJK UNIFIED IDEOGRAPH-2812D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2812E,
        name: "CJK UNIFIED IDEOGRAPH-2812E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2812F,
        name: "CJK UNIFIED IDEOGRAPH-2812F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28130,
        name: "CJK UNIFIED IDEOGRAPH-28130",
    },
    Character {
        age: "3.1",
        codepoint: 0x28131,
        name: "CJK UNIFIED IDEOGRAPH-28131",
    },
    Character {
        age: "3.1",
        codepoint: 0x28132,
        name: "CJK UNIFIED IDEOGRAPH-28132",
    },
    Character {
        age: "3.1",
        codepoint: 0x28133,
        name: "CJK UNIFIED IDEOGRAPH-28133",
    },
    Character {
        age: "3.1",
        codepoint: 0x28134,
        name: "CJK UNIFIED IDEOGRAPH-28134",
    },
    Character {
        age: "3.1",
        codepoint: 0x28135,
        name: "CJK UNIFIED IDEOGRAPH-28135",
    },
    Character {
        age: "3.1",
        codepoint: 0x28136,
        name: "CJK UNIFIED IDEOGRAPH-28136",
    },
    Character {
        age: "3.1",
        codepoint: 0x28137,
        name: "CJK UNIFIED IDEOGRAPH-28137",
    },
    Character {
        age: "3.1",
        codepoint: 0x28138,
        name: "CJK UNIFIED IDEOGRAPH-28138",
    },
    Character {
        age: "3.1",
        codepoint: 0x28139,
        name: "CJK UNIFIED IDEOGRAPH-28139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2813A,
        name: "CJK UNIFIED IDEOGRAPH-2813A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2813B,
        name: "CJK UNIFIED IDEOGRAPH-2813B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2813C,
        name: "CJK UNIFIED IDEOGRAPH-2813C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2813D,
        name: "CJK UNIFIED IDEOGRAPH-2813D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2813E,
        name: "CJK UNIFIED IDEOGRAPH-2813E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2813F,
        name: "CJK UNIFIED IDEOGRAPH-2813F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28140,
        name: "CJK UNIFIED IDEOGRAPH-28140",
    },
    Character {
        age: "3.1",
        codepoint: 0x28141,
        name: "CJK UNIFIED IDEOGRAPH-28141",
    },
    Character {
        age: "3.1",
        codepoint: 0x28142,
        name: "CJK UNIFIED IDEOGRAPH-28142",
    },
    Character {
        age: "3.1",
        codepoint: 0x28143,
        name: "CJK UNIFIED IDEOGRAPH-28143",
    },
    Character {
        age: "3.1",
        codepoint: 0x28144,
        name: "CJK UNIFIED IDEOGRAPH-28144",
    },
    Character {
        age: "3.1",
        codepoint: 0x28145,
        name: "CJK UNIFIED IDEOGRAPH-28145",
    },
    Character {
        age: "3.1",
        codepoint: 0x28146,
        name: "CJK UNIFIED IDEOGRAPH-28146",
    },
    Character {
        age: "3.1",
        codepoint: 0x28147,
        name: "CJK UNIFIED IDEOGRAPH-28147",
    },
    Character {
        age: "3.1",
        codepoint: 0x28148,
        name: "CJK UNIFIED IDEOGRAPH-28148",
    },
    Character {
        age: "3.1",
        codepoint: 0x28149,
        name: "CJK UNIFIED IDEOGRAPH-28149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2814A,
        name: "CJK UNIFIED IDEOGRAPH-2814A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2814B,
        name: "CJK UNIFIED IDEOGRAPH-2814B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2814C,
        name: "CJK UNIFIED IDEOGRAPH-2814C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2814D,
        name: "CJK UNIFIED IDEOGRAPH-2814D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2814E,
        name: "CJK UNIFIED IDEOGRAPH-2814E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2814F,
        name: "CJK UNIFIED IDEOGRAPH-2814F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28150,
        name: "CJK UNIFIED IDEOGRAPH-28150",
    },
    Character {
        age: "3.1",
        codepoint: 0x28151,
        name: "CJK UNIFIED IDEOGRAPH-28151",
    },
    Character {
        age: "3.1",
        codepoint: 0x28152,
        name: "CJK UNIFIED IDEOGRAPH-28152",
    },
    Character {
        age: "3.1",
        codepoint: 0x28153,
        name: "CJK UNIFIED IDEOGRAPH-28153",
    },
    Character {
        age: "3.1",
        codepoint: 0x28154,
        name: "CJK UNIFIED IDEOGRAPH-28154",
    },
    Character {
        age: "3.1",
        codepoint: 0x28155,
        name: "CJK UNIFIED IDEOGRAPH-28155",
    },
    Character {
        age: "3.1",
        codepoint: 0x28156,
        name: "CJK UNIFIED IDEOGRAPH-28156",
    },
    Character {
        age: "3.1",
        codepoint: 0x28157,
        name: "CJK UNIFIED IDEOGRAPH-28157",
    },
    Character {
        age: "3.1",
        codepoint: 0x28158,
        name: "CJK UNIFIED IDEOGRAPH-28158",
    },
    Character {
        age: "3.1",
        codepoint: 0x28159,
        name: "CJK UNIFIED IDEOGRAPH-28159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2815A,
        name: "CJK UNIFIED IDEOGRAPH-2815A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2815B,
        name: "CJK UNIFIED IDEOGRAPH-2815B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2815C,
        name: "CJK UNIFIED IDEOGRAPH-2815C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2815D,
        name: "CJK UNIFIED IDEOGRAPH-2815D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2815E,
        name: "CJK UNIFIED IDEOGRAPH-2815E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2815F,
        name: "CJK UNIFIED IDEOGRAPH-2815F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28160,
        name: "CJK UNIFIED IDEOGRAPH-28160",
    },
    Character {
        age: "3.1",
        codepoint: 0x28161,
        name: "CJK UNIFIED IDEOGRAPH-28161",
    },
    Character {
        age: "3.1",
        codepoint: 0x28162,
        name: "CJK UNIFIED IDEOGRAPH-28162",
    },
    Character {
        age: "3.1",
        codepoint: 0x28163,
        name: "CJK UNIFIED IDEOGRAPH-28163",
    },
    Character {
        age: "3.1",
        codepoint: 0x28164,
        name: "CJK UNIFIED IDEOGRAPH-28164",
    },
    Character {
        age: "3.1",
        codepoint: 0x28165,
        name: "CJK UNIFIED IDEOGRAPH-28165",
    },
    Character {
        age: "3.1",
        codepoint: 0x28166,
        name: "CJK UNIFIED IDEOGRAPH-28166",
    },
    Character {
        age: "3.1",
        codepoint: 0x28167,
        name: "CJK UNIFIED IDEOGRAPH-28167",
    },
    Character {
        age: "3.1",
        codepoint: 0x28168,
        name: "CJK UNIFIED IDEOGRAPH-28168",
    },
    Character {
        age: "3.1",
        codepoint: 0x28169,
        name: "CJK UNIFIED IDEOGRAPH-28169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2816A,
        name: "CJK UNIFIED IDEOGRAPH-2816A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2816B,
        name: "CJK UNIFIED IDEOGRAPH-2816B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2816C,
        name: "CJK UNIFIED IDEOGRAPH-2816C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2816D,
        name: "CJK UNIFIED IDEOGRAPH-2816D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2816E,
        name: "CJK UNIFIED IDEOGRAPH-2816E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2816F,
        name: "CJK UNIFIED IDEOGRAPH-2816F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28170,
        name: "CJK UNIFIED IDEOGRAPH-28170",
    },
    Character {
        age: "3.1",
        codepoint: 0x28171,
        name: "CJK UNIFIED IDEOGRAPH-28171",
    },
    Character {
        age: "3.1",
        codepoint: 0x28172,
        name: "CJK UNIFIED IDEOGRAPH-28172",
    },
    Character {
        age: "3.1",
        codepoint: 0x28173,
        name: "CJK UNIFIED IDEOGRAPH-28173",
    },
    Character {
        age: "3.1",
        codepoint: 0x28174,
        name: "CJK UNIFIED IDEOGRAPH-28174",
    },
    Character {
        age: "3.1",
        codepoint: 0x28175,
        name: "CJK UNIFIED IDEOGRAPH-28175",
    },
    Character {
        age: "3.1",
        codepoint: 0x28176,
        name: "CJK UNIFIED IDEOGRAPH-28176",
    },
    Character {
        age: "3.1",
        codepoint: 0x28177,
        name: "CJK UNIFIED IDEOGRAPH-28177",
    },
    Character {
        age: "3.1",
        codepoint: 0x28178,
        name: "CJK UNIFIED IDEOGRAPH-28178",
    },
    Character {
        age: "3.1",
        codepoint: 0x28179,
        name: "CJK UNIFIED IDEOGRAPH-28179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2817A,
        name: "CJK UNIFIED IDEOGRAPH-2817A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2817B,
        name: "CJK UNIFIED IDEOGRAPH-2817B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2817C,
        name: "CJK UNIFIED IDEOGRAPH-2817C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2817D,
        name: "CJK UNIFIED IDEOGRAPH-2817D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2817E,
        name: "CJK UNIFIED IDEOGRAPH-2817E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2817F,
        name: "CJK UNIFIED IDEOGRAPH-2817F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28180,
        name: "CJK UNIFIED IDEOGRAPH-28180",
    },
    Character {
        age: "3.1",
        codepoint: 0x28181,
        name: "CJK UNIFIED IDEOGRAPH-28181",
    },
    Character {
        age: "3.1",
        codepoint: 0x28182,
        name: "CJK UNIFIED IDEOGRAPH-28182",
    },
    Character {
        age: "3.1",
        codepoint: 0x28183,
        name: "CJK UNIFIED IDEOGRAPH-28183",
    },
    Character {
        age: "3.1",
        codepoint: 0x28184,
        name: "CJK UNIFIED IDEOGRAPH-28184",
    },
    Character {
        age: "3.1",
        codepoint: 0x28185,
        name: "CJK UNIFIED IDEOGRAPH-28185",
    },
    Character {
        age: "3.1",
        codepoint: 0x28186,
        name: "CJK UNIFIED IDEOGRAPH-28186",
    },
    Character {
        age: "3.1",
        codepoint: 0x28187,
        name: "CJK UNIFIED IDEOGRAPH-28187",
    },
    Character {
        age: "3.1",
        codepoint: 0x28188,
        name: "CJK UNIFIED IDEOGRAPH-28188",
    },
    Character {
        age: "3.1",
        codepoint: 0x28189,
        name: "CJK UNIFIED IDEOGRAPH-28189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2818A,
        name: "CJK UNIFIED IDEOGRAPH-2818A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2818B,
        name: "CJK UNIFIED IDEOGRAPH-2818B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2818C,
        name: "CJK UNIFIED IDEOGRAPH-2818C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2818D,
        name: "CJK UNIFIED IDEOGRAPH-2818D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2818E,
        name: "CJK UNIFIED IDEOGRAPH-2818E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2818F,
        name: "CJK UNIFIED IDEOGRAPH-2818F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28190,
        name: "CJK UNIFIED IDEOGRAPH-28190",
    },
    Character {
        age: "3.1",
        codepoint: 0x28191,
        name: "CJK UNIFIED IDEOGRAPH-28191",
    },
    Character {
        age: "3.1",
        codepoint: 0x28192,
        name: "CJK UNIFIED IDEOGRAPH-28192",
    },
    Character {
        age: "3.1",
        codepoint: 0x28193,
        name: "CJK UNIFIED IDEOGRAPH-28193",
    },
    Character {
        age: "3.1",
        codepoint: 0x28194,
        name: "CJK UNIFIED IDEOGRAPH-28194",
    },
    Character {
        age: "3.1",
        codepoint: 0x28195,
        name: "CJK UNIFIED IDEOGRAPH-28195",
    },
    Character {
        age: "3.1",
        codepoint: 0x28196,
        name: "CJK UNIFIED IDEOGRAPH-28196",
    },
    Character {
        age: "3.1",
        codepoint: 0x28197,
        name: "CJK UNIFIED IDEOGRAPH-28197",
    },
    Character {
        age: "3.1",
        codepoint: 0x28198,
        name: "CJK UNIFIED IDEOGRAPH-28198",
    },
    Character {
        age: "3.1",
        codepoint: 0x28199,
        name: "CJK UNIFIED IDEOGRAPH-28199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2819A,
        name: "CJK UNIFIED IDEOGRAPH-2819A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2819B,
        name: "CJK UNIFIED IDEOGRAPH-2819B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2819C,
        name: "CJK UNIFIED IDEOGRAPH-2819C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2819D,
        name: "CJK UNIFIED IDEOGRAPH-2819D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2819E,
        name: "CJK UNIFIED IDEOGRAPH-2819E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2819F,
        name: "CJK UNIFIED IDEOGRAPH-2819F",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A0,
        name: "CJK UNIFIED IDEOGRAPH-281A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A1,
        name: "CJK UNIFIED IDEOGRAPH-281A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A2,
        name: "CJK UNIFIED IDEOGRAPH-281A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A3,
        name: "CJK UNIFIED IDEOGRAPH-281A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A4,
        name: "CJK UNIFIED IDEOGRAPH-281A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A5,
        name: "CJK UNIFIED IDEOGRAPH-281A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A6,
        name: "CJK UNIFIED IDEOGRAPH-281A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A7,
        name: "CJK UNIFIED IDEOGRAPH-281A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A8,
        name: "CJK UNIFIED IDEOGRAPH-281A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x281A9,
        name: "CJK UNIFIED IDEOGRAPH-281A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x281AA,
        name: "CJK UNIFIED IDEOGRAPH-281AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x281AB,
        name: "CJK UNIFIED IDEOGRAPH-281AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x281AC,
        name: "CJK UNIFIED IDEOGRAPH-281AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x281AD,
        name: "CJK UNIFIED IDEOGRAPH-281AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x281AE,
        name: "CJK UNIFIED IDEOGRAPH-281AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x281AF,
        name: "CJK UNIFIED IDEOGRAPH-281AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B0,
        name: "CJK UNIFIED IDEOGRAPH-281B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B1,
        name: "CJK UNIFIED IDEOGRAPH-281B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B2,
        name: "CJK UNIFIED IDEOGRAPH-281B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B3,
        name: "CJK UNIFIED IDEOGRAPH-281B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B4,
        name: "CJK UNIFIED IDEOGRAPH-281B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B5,
        name: "CJK UNIFIED IDEOGRAPH-281B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B6,
        name: "CJK UNIFIED IDEOGRAPH-281B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B7,
        name: "CJK UNIFIED IDEOGRAPH-281B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B8,
        name: "CJK UNIFIED IDEOGRAPH-281B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x281B9,
        name: "CJK UNIFIED IDEOGRAPH-281B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x281BA,
        name: "CJK UNIFIED IDEOGRAPH-281BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x281BB,
        name: "CJK UNIFIED IDEOGRAPH-281BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x281BC,
        name: "CJK UNIFIED IDEOGRAPH-281BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x281BD,
        name: "CJK UNIFIED IDEOGRAPH-281BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x281BE,
        name: "CJK UNIFIED IDEOGRAPH-281BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x281BF,
        name: "CJK UNIFIED IDEOGRAPH-281BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C0,
        name: "CJK UNIFIED IDEOGRAPH-281C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C1,
        name: "CJK UNIFIED IDEOGRAPH-281C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C2,
        name: "CJK UNIFIED IDEOGRAPH-281C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C3,
        name: "CJK UNIFIED IDEOGRAPH-281C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C4,
        name: "CJK UNIFIED IDEOGRAPH-281C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C5,
        name: "CJK UNIFIED IDEOGRAPH-281C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C6,
        name: "CJK UNIFIED IDEOGRAPH-281C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C7,
        name: "CJK UNIFIED IDEOGRAPH-281C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C8,
        name: "CJK UNIFIED IDEOGRAPH-281C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x281C9,
        name: "CJK UNIFIED IDEOGRAPH-281C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x281CA,
        name: "CJK UNIFIED IDEOGRAPH-281CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x281CB,
        name: "CJK UNIFIED IDEOGRAPH-281CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x281CC,
        name: "CJK UNIFIED IDEOGRAPH-281CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x281CD,
        name: "CJK UNIFIED IDEOGRAPH-281CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x281CE,
        name: "CJK UNIFIED IDEOGRAPH-281CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x281CF,
        name: "CJK UNIFIED IDEOGRAPH-281CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D0,
        name: "CJK UNIFIED IDEOGRAPH-281D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D1,
        name: "CJK UNIFIED IDEOGRAPH-281D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D2,
        name: "CJK UNIFIED IDEOGRAPH-281D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D3,
        name: "CJK UNIFIED IDEOGRAPH-281D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D4,
        name: "CJK UNIFIED IDEOGRAPH-281D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D5,
        name: "CJK UNIFIED IDEOGRAPH-281D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D6,
        name: "CJK UNIFIED IDEOGRAPH-281D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D7,
        name: "CJK UNIFIED IDEOGRAPH-281D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D8,
        name: "CJK UNIFIED IDEOGRAPH-281D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x281D9,
        name: "CJK UNIFIED IDEOGRAPH-281D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x281DA,
        name: "CJK UNIFIED IDEOGRAPH-281DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x281DB,
        name: "CJK UNIFIED IDEOGRAPH-281DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x281DC,
        name: "CJK UNIFIED IDEOGRAPH-281DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x281DD,
        name: "CJK UNIFIED IDEOGRAPH-281DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x281DE,
        name: "CJK UNIFIED IDEOGRAPH-281DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x281DF,
        name: "CJK UNIFIED IDEOGRAPH-281DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E0,
        name: "CJK UNIFIED IDEOGRAPH-281E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E1,
        name: "CJK UNIFIED IDEOGRAPH-281E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E2,
        name: "CJK UNIFIED IDEOGRAPH-281E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E3,
        name: "CJK UNIFIED IDEOGRAPH-281E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E4,
        name: "CJK UNIFIED IDEOGRAPH-281E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E5,
        name: "CJK UNIFIED IDEOGRAPH-281E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E6,
        name: "CJK UNIFIED IDEOGRAPH-281E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E7,
        name: "CJK UNIFIED IDEOGRAPH-281E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E8,
        name: "CJK UNIFIED IDEOGRAPH-281E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x281E9,
        name: "CJK UNIFIED IDEOGRAPH-281E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x281EA,
        name: "CJK UNIFIED IDEOGRAPH-281EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x281EB,
        name: "CJK UNIFIED IDEOGRAPH-281EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x281EC,
        name: "CJK UNIFIED IDEOGRAPH-281EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x281ED,
        name: "CJK UNIFIED IDEOGRAPH-281ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x281EE,
        name: "CJK UNIFIED IDEOGRAPH-281EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x281EF,
        name: "CJK UNIFIED IDEOGRAPH-281EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F0,
        name: "CJK UNIFIED IDEOGRAPH-281F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F1,
        name: "CJK UNIFIED IDEOGRAPH-281F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F2,
        name: "CJK UNIFIED IDEOGRAPH-281F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F3,
        name: "CJK UNIFIED IDEOGRAPH-281F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F4,
        name: "CJK UNIFIED IDEOGRAPH-281F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F5,
        name: "CJK UNIFIED IDEOGRAPH-281F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F6,
        name: "CJK UNIFIED IDEOGRAPH-281F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F7,
        name: "CJK UNIFIED IDEOGRAPH-281F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F8,
        name: "CJK UNIFIED IDEOGRAPH-281F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x281F9,
        name: "CJK UNIFIED IDEOGRAPH-281F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x281FA,
        name: "CJK UNIFIED IDEOGRAPH-281FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x281FB,
        name: "CJK UNIFIED IDEOGRAPH-281FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x281FC,
        name: "CJK UNIFIED IDEOGRAPH-281FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x281FD,
        name: "CJK UNIFIED IDEOGRAPH-281FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x281FE,
        name: "CJK UNIFIED IDEOGRAPH-281FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x281FF,
        name: "CJK UNIFIED IDEOGRAPH-281FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28200,
        name: "CJK UNIFIED IDEOGRAPH-28200",
    },
    Character {
        age: "3.1",
        codepoint: 0x28201,
        name: "CJK UNIFIED IDEOGRAPH-28201",
    },
    Character {
        age: "3.1",
        codepoint: 0x28202,
        name: "CJK UNIFIED IDEOGRAPH-28202",
    },
    Character {
        age: "3.1",
        codepoint: 0x28203,
        name: "CJK UNIFIED IDEOGRAPH-28203",
    },
    Character {
        age: "3.1",
        codepoint: 0x28204,
        name: "CJK UNIFIED IDEOGRAPH-28204",
    },
    Character {
        age: "3.1",
        codepoint: 0x28205,
        name: "CJK UNIFIED IDEOGRAPH-28205",
    },
    Character {
        age: "3.1",
        codepoint: 0x28206,
        name: "CJK UNIFIED IDEOGRAPH-28206",
    },
    Character {
        age: "3.1",
        codepoint: 0x28207,
        name: "CJK UNIFIED IDEOGRAPH-28207",
    },
    Character {
        age: "3.1",
        codepoint: 0x28208,
        name: "CJK UNIFIED IDEOGRAPH-28208",
    },
    Character {
        age: "3.1",
        codepoint: 0x28209,
        name: "CJK UNIFIED IDEOGRAPH-28209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2820A,
        name: "CJK UNIFIED IDEOGRAPH-2820A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2820B,
        name: "CJK UNIFIED IDEOGRAPH-2820B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2820C,
        name: "CJK UNIFIED IDEOGRAPH-2820C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2820D,
        name: "CJK UNIFIED IDEOGRAPH-2820D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2820E,
        name: "CJK UNIFIED IDEOGRAPH-2820E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2820F,
        name: "CJK UNIFIED IDEOGRAPH-2820F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28210,
        name: "CJK UNIFIED IDEOGRAPH-28210",
    },
    Character {
        age: "3.1",
        codepoint: 0x28211,
        name: "CJK UNIFIED IDEOGRAPH-28211",
    },
    Character {
        age: "3.1",
        codepoint: 0x28212,
        name: "CJK UNIFIED IDEOGRAPH-28212",
    },
    Character {
        age: "3.1",
        codepoint: 0x28213,
        name: "CJK UNIFIED IDEOGRAPH-28213",
    },
    Character {
        age: "3.1",
        codepoint: 0x28214,
        name: "CJK UNIFIED IDEOGRAPH-28214",
    },
    Character {
        age: "3.1",
        codepoint: 0x28215,
        name: "CJK UNIFIED IDEOGRAPH-28215",
    },
    Character {
        age: "3.1",
        codepoint: 0x28216,
        name: "CJK UNIFIED IDEOGRAPH-28216",
    },
    Character {
        age: "3.1",
        codepoint: 0x28217,
        name: "CJK UNIFIED IDEOGRAPH-28217",
    },
    Character {
        age: "3.1",
        codepoint: 0x28218,
        name: "CJK UNIFIED IDEOGRAPH-28218",
    },
    Character {
        age: "3.1",
        codepoint: 0x28219,
        name: "CJK UNIFIED IDEOGRAPH-28219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2821A,
        name: "CJK UNIFIED IDEOGRAPH-2821A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2821B,
        name: "CJK UNIFIED IDEOGRAPH-2821B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2821C,
        name: "CJK UNIFIED IDEOGRAPH-2821C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2821D,
        name: "CJK UNIFIED IDEOGRAPH-2821D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2821E,
        name: "CJK UNIFIED IDEOGRAPH-2821E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2821F,
        name: "CJK UNIFIED IDEOGRAPH-2821F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28220,
        name: "CJK UNIFIED IDEOGRAPH-28220",
    },
    Character {
        age: "3.1",
        codepoint: 0x28221,
        name: "CJK UNIFIED IDEOGRAPH-28221",
    },
    Character {
        age: "3.1",
        codepoint: 0x28222,
        name: "CJK UNIFIED IDEOGRAPH-28222",
    },
    Character {
        age: "3.1",
        codepoint: 0x28223,
        name: "CJK UNIFIED IDEOGRAPH-28223",
    },
    Character {
        age: "3.1",
        codepoint: 0x28224,
        name: "CJK UNIFIED IDEOGRAPH-28224",
    },
    Character {
        age: "3.1",
        codepoint: 0x28225,
        name: "CJK UNIFIED IDEOGRAPH-28225",
    },
    Character {
        age: "3.1",
        codepoint: 0x28226,
        name: "CJK UNIFIED IDEOGRAPH-28226",
    },
    Character {
        age: "3.1",
        codepoint: 0x28227,
        name: "CJK UNIFIED IDEOGRAPH-28227",
    },
    Character {
        age: "3.1",
        codepoint: 0x28228,
        name: "CJK UNIFIED IDEOGRAPH-28228",
    },
    Character {
        age: "3.1",
        codepoint: 0x28229,
        name: "CJK UNIFIED IDEOGRAPH-28229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2822A,
        name: "CJK UNIFIED IDEOGRAPH-2822A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2822B,
        name: "CJK UNIFIED IDEOGRAPH-2822B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2822C,
        name: "CJK UNIFIED IDEOGRAPH-2822C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2822D,
        name: "CJK UNIFIED IDEOGRAPH-2822D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2822E,
        name: "CJK UNIFIED IDEOGRAPH-2822E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2822F,
        name: "CJK UNIFIED IDEOGRAPH-2822F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28230,
        name: "CJK UNIFIED IDEOGRAPH-28230",
    },
    Character {
        age: "3.1",
        codepoint: 0x28231,
        name: "CJK UNIFIED IDEOGRAPH-28231",
    },
    Character {
        age: "3.1",
        codepoint: 0x28232,
        name: "CJK UNIFIED IDEOGRAPH-28232",
    },
    Character {
        age: "3.1",
        codepoint: 0x28233,
        name: "CJK UNIFIED IDEOGRAPH-28233",
    },
    Character {
        age: "3.1",
        codepoint: 0x28234,
        name: "CJK UNIFIED IDEOGRAPH-28234",
    },
    Character {
        age: "3.1",
        codepoint: 0x28235,
        name: "CJK UNIFIED IDEOGRAPH-28235",
    },
    Character {
        age: "3.1",
        codepoint: 0x28236,
        name: "CJK UNIFIED IDEOGRAPH-28236",
    },
    Character {
        age: "3.1",
        codepoint: 0x28237,
        name: "CJK UNIFIED IDEOGRAPH-28237",
    },
    Character {
        age: "3.1",
        codepoint: 0x28238,
        name: "CJK UNIFIED IDEOGRAPH-28238",
    },
    Character {
        age: "3.1",
        codepoint: 0x28239,
        name: "CJK UNIFIED IDEOGRAPH-28239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2823A,
        name: "CJK UNIFIED IDEOGRAPH-2823A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2823B,
        name: "CJK UNIFIED IDEOGRAPH-2823B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2823C,
        name: "CJK UNIFIED IDEOGRAPH-2823C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2823D,
        name: "CJK UNIFIED IDEOGRAPH-2823D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2823E,
        name: "CJK UNIFIED IDEOGRAPH-2823E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2823F,
        name: "CJK UNIFIED IDEOGRAPH-2823F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28240,
        name: "CJK UNIFIED IDEOGRAPH-28240",
    },
    Character {
        age: "3.1",
        codepoint: 0x28241,
        name: "CJK UNIFIED IDEOGRAPH-28241",
    },
    Character {
        age: "3.1",
        codepoint: 0x28242,
        name: "CJK UNIFIED IDEOGRAPH-28242",
    },
    Character {
        age: "3.1",
        codepoint: 0x28243,
        name: "CJK UNIFIED IDEOGRAPH-28243",
    },
    Character {
        age: "3.1",
        codepoint: 0x28244,
        name: "CJK UNIFIED IDEOGRAPH-28244",
    },
    Character {
        age: "3.1",
        codepoint: 0x28245,
        name: "CJK UNIFIED IDEOGRAPH-28245",
    },
    Character {
        age: "3.1",
        codepoint: 0x28246,
        name: "CJK UNIFIED IDEOGRAPH-28246",
    },
    Character {
        age: "3.1",
        codepoint: 0x28247,
        name: "CJK UNIFIED IDEOGRAPH-28247",
    },
    Character {
        age: "3.1",
        codepoint: 0x28248,
        name: "CJK UNIFIED IDEOGRAPH-28248",
    },
    Character {
        age: "3.1",
        codepoint: 0x28249,
        name: "CJK UNIFIED IDEOGRAPH-28249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2824A,
        name: "CJK UNIFIED IDEOGRAPH-2824A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2824B,
        name: "CJK UNIFIED IDEOGRAPH-2824B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2824C,
        name: "CJK UNIFIED IDEOGRAPH-2824C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2824D,
        name: "CJK UNIFIED IDEOGRAPH-2824D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2824E,
        name: "CJK UNIFIED IDEOGRAPH-2824E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2824F,
        name: "CJK UNIFIED IDEOGRAPH-2824F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28250,
        name: "CJK UNIFIED IDEOGRAPH-28250",
    },
    Character {
        age: "3.1",
        codepoint: 0x28251,
        name: "CJK UNIFIED IDEOGRAPH-28251",
    },
    Character {
        age: "3.1",
        codepoint: 0x28252,
        name: "CJK UNIFIED IDEOGRAPH-28252",
    },
    Character {
        age: "3.1",
        codepoint: 0x28253,
        name: "CJK UNIFIED IDEOGRAPH-28253",
    },
    Character {
        age: "3.1",
        codepoint: 0x28254,
        name: "CJK UNIFIED IDEOGRAPH-28254",
    },
    Character {
        age: "3.1",
        codepoint: 0x28255,
        name: "CJK UNIFIED IDEOGRAPH-28255",
    },
    Character {
        age: "3.1",
        codepoint: 0x28256,
        name: "CJK UNIFIED IDEOGRAPH-28256",
    },
    Character {
        age: "3.1",
        codepoint: 0x28257,
        name: "CJK UNIFIED IDEOGRAPH-28257",
    },
    Character {
        age: "3.1",
        codepoint: 0x28258,
        name: "CJK UNIFIED IDEOGRAPH-28258",
    },
    Character {
        age: "3.1",
        codepoint: 0x28259,
        name: "CJK UNIFIED IDEOGRAPH-28259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2825A,
        name: "CJK UNIFIED IDEOGRAPH-2825A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2825B,
        name: "CJK UNIFIED IDEOGRAPH-2825B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2825C,
        name: "CJK UNIFIED IDEOGRAPH-2825C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2825D,
        name: "CJK UNIFIED IDEOGRAPH-2825D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2825E,
        name: "CJK UNIFIED IDEOGRAPH-2825E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2825F,
        name: "CJK UNIFIED IDEOGRAPH-2825F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28260,
        name: "CJK UNIFIED IDEOGRAPH-28260",
    },
    Character {
        age: "3.1",
        codepoint: 0x28261,
        name: "CJK UNIFIED IDEOGRAPH-28261",
    },
    Character {
        age: "3.1",
        codepoint: 0x28262,
        name: "CJK UNIFIED IDEOGRAPH-28262",
    },
    Character {
        age: "3.1",
        codepoint: 0x28263,
        name: "CJK UNIFIED IDEOGRAPH-28263",
    },
    Character {
        age: "3.1",
        codepoint: 0x28264,
        name: "CJK UNIFIED IDEOGRAPH-28264",
    },
    Character {
        age: "3.1",
        codepoint: 0x28265,
        name: "CJK UNIFIED IDEOGRAPH-28265",
    },
    Character {
        age: "3.1",
        codepoint: 0x28266,
        name: "CJK UNIFIED IDEOGRAPH-28266",
    },
    Character {
        age: "3.1",
        codepoint: 0x28267,
        name: "CJK UNIFIED IDEOGRAPH-28267",
    },
    Character {
        age: "3.1",
        codepoint: 0x28268,
        name: "CJK UNIFIED IDEOGRAPH-28268",
    },
    Character {
        age: "3.1",
        codepoint: 0x28269,
        name: "CJK UNIFIED IDEOGRAPH-28269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2826A,
        name: "CJK UNIFIED IDEOGRAPH-2826A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2826B,
        name: "CJK UNIFIED IDEOGRAPH-2826B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2826C,
        name: "CJK UNIFIED IDEOGRAPH-2826C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2826D,
        name: "CJK UNIFIED IDEOGRAPH-2826D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2826E,
        name: "CJK UNIFIED IDEOGRAPH-2826E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2826F,
        name: "CJK UNIFIED IDEOGRAPH-2826F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28270,
        name: "CJK UNIFIED IDEOGRAPH-28270",
    },
    Character {
        age: "3.1",
        codepoint: 0x28271,
        name: "CJK UNIFIED IDEOGRAPH-28271",
    },
    Character {
        age: "3.1",
        codepoint: 0x28272,
        name: "CJK UNIFIED IDEOGRAPH-28272",
    },
    Character {
        age: "3.1",
        codepoint: 0x28273,
        name: "CJK UNIFIED IDEOGRAPH-28273",
    },
    Character {
        age: "3.1",
        codepoint: 0x28274,
        name: "CJK UNIFIED IDEOGRAPH-28274",
    },
    Character {
        age: "3.1",
        codepoint: 0x28275,
        name: "CJK UNIFIED IDEOGRAPH-28275",
    },
    Character {
        age: "3.1",
        codepoint: 0x28276,
        name: "CJK UNIFIED IDEOGRAPH-28276",
    },
    Character {
        age: "3.1",
        codepoint: 0x28277,
        name: "CJK UNIFIED IDEOGRAPH-28277",
    },
    Character {
        age: "3.1",
        codepoint: 0x28278,
        name: "CJK UNIFIED IDEOGRAPH-28278",
    },
    Character {
        age: "3.1",
        codepoint: 0x28279,
        name: "CJK UNIFIED IDEOGRAPH-28279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2827A,
        name: "CJK UNIFIED IDEOGRAPH-2827A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2827B,
        name: "CJK UNIFIED IDEOGRAPH-2827B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2827C,
        name: "CJK UNIFIED IDEOGRAPH-2827C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2827D,
        name: "CJK UNIFIED IDEOGRAPH-2827D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2827E,
        name: "CJK UNIFIED IDEOGRAPH-2827E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2827F,
        name: "CJK UNIFIED IDEOGRAPH-2827F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28280,
        name: "CJK UNIFIED IDEOGRAPH-28280",
    },
    Character {
        age: "3.1",
        codepoint: 0x28281,
        name: "CJK UNIFIED IDEOGRAPH-28281",
    },
    Character {
        age: "3.1",
        codepoint: 0x28282,
        name: "CJK UNIFIED IDEOGRAPH-28282",
    },
    Character {
        age: "3.1",
        codepoint: 0x28283,
        name: "CJK UNIFIED IDEOGRAPH-28283",
    },
    Character {
        age: "3.1",
        codepoint: 0x28284,
        name: "CJK UNIFIED IDEOGRAPH-28284",
    },
    Character {
        age: "3.1",
        codepoint: 0x28285,
        name: "CJK UNIFIED IDEOGRAPH-28285",
    },
    Character {
        age: "3.1",
        codepoint: 0x28286,
        name: "CJK UNIFIED IDEOGRAPH-28286",
    },
    Character {
        age: "3.1",
        codepoint: 0x28287,
        name: "CJK UNIFIED IDEOGRAPH-28287",
    },
    Character {
        age: "3.1",
        codepoint: 0x28288,
        name: "CJK UNIFIED IDEOGRAPH-28288",
    },
    Character {
        age: "3.1",
        codepoint: 0x28289,
        name: "CJK UNIFIED IDEOGRAPH-28289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2828A,
        name: "CJK UNIFIED IDEOGRAPH-2828A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2828B,
        name: "CJK UNIFIED IDEOGRAPH-2828B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2828C,
        name: "CJK UNIFIED IDEOGRAPH-2828C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2828D,
        name: "CJK UNIFIED IDEOGRAPH-2828D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2828E,
        name: "CJK UNIFIED IDEOGRAPH-2828E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2828F,
        name: "CJK UNIFIED IDEOGRAPH-2828F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28290,
        name: "CJK UNIFIED IDEOGRAPH-28290",
    },
    Character {
        age: "3.1",
        codepoint: 0x28291,
        name: "CJK UNIFIED IDEOGRAPH-28291",
    },
    Character {
        age: "3.1",
        codepoint: 0x28292,
        name: "CJK UNIFIED IDEOGRAPH-28292",
    },
    Character {
        age: "3.1",
        codepoint: 0x28293,
        name: "CJK UNIFIED IDEOGRAPH-28293",
    },
    Character {
        age: "3.1",
        codepoint: 0x28294,
        name: "CJK UNIFIED IDEOGRAPH-28294",
    },
    Character {
        age: "3.1",
        codepoint: 0x28295,
        name: "CJK UNIFIED IDEOGRAPH-28295",
    },
    Character {
        age: "3.1",
        codepoint: 0x28296,
        name: "CJK UNIFIED IDEOGRAPH-28296",
    },
    Character {
        age: "3.1",
        codepoint: 0x28297,
        name: "CJK UNIFIED IDEOGRAPH-28297",
    },
    Character {
        age: "3.1",
        codepoint: 0x28298,
        name: "CJK UNIFIED IDEOGRAPH-28298",
    },
    Character {
        age: "3.1",
        codepoint: 0x28299,
        name: "CJK UNIFIED IDEOGRAPH-28299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2829A,
        name: "CJK UNIFIED IDEOGRAPH-2829A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2829B,
        name: "CJK UNIFIED IDEOGRAPH-2829B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2829C,
        name: "CJK UNIFIED IDEOGRAPH-2829C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2829D,
        name: "CJK UNIFIED IDEOGRAPH-2829D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2829E,
        name: "CJK UNIFIED IDEOGRAPH-2829E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2829F,
        name: "CJK UNIFIED IDEOGRAPH-2829F",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A0,
        name: "CJK UNIFIED IDEOGRAPH-282A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A1,
        name: "CJK UNIFIED IDEOGRAPH-282A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A2,
        name: "CJK UNIFIED IDEOGRAPH-282A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A3,
        name: "CJK UNIFIED IDEOGRAPH-282A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A4,
        name: "CJK UNIFIED IDEOGRAPH-282A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A5,
        name: "CJK UNIFIED IDEOGRAPH-282A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A6,
        name: "CJK UNIFIED IDEOGRAPH-282A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A7,
        name: "CJK UNIFIED IDEOGRAPH-282A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A8,
        name: "CJK UNIFIED IDEOGRAPH-282A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x282A9,
        name: "CJK UNIFIED IDEOGRAPH-282A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x282AA,
        name: "CJK UNIFIED IDEOGRAPH-282AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x282AB,
        name: "CJK UNIFIED IDEOGRAPH-282AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x282AC,
        name: "CJK UNIFIED IDEOGRAPH-282AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x282AD,
        name: "CJK UNIFIED IDEOGRAPH-282AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x282AE,
        name: "CJK UNIFIED IDEOGRAPH-282AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x282AF,
        name: "CJK UNIFIED IDEOGRAPH-282AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B0,
        name: "CJK UNIFIED IDEOGRAPH-282B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B1,
        name: "CJK UNIFIED IDEOGRAPH-282B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B2,
        name: "CJK UNIFIED IDEOGRAPH-282B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B3,
        name: "CJK UNIFIED IDEOGRAPH-282B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B4,
        name: "CJK UNIFIED IDEOGRAPH-282B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B5,
        name: "CJK UNIFIED IDEOGRAPH-282B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B6,
        name: "CJK UNIFIED IDEOGRAPH-282B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B7,
        name: "CJK UNIFIED IDEOGRAPH-282B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B8,
        name: "CJK UNIFIED IDEOGRAPH-282B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x282B9,
        name: "CJK UNIFIED IDEOGRAPH-282B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x282BA,
        name: "CJK UNIFIED IDEOGRAPH-282BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x282BB,
        name: "CJK UNIFIED IDEOGRAPH-282BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x282BC,
        name: "CJK UNIFIED IDEOGRAPH-282BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x282BD,
        name: "CJK UNIFIED IDEOGRAPH-282BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x282BE,
        name: "CJK UNIFIED IDEOGRAPH-282BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x282BF,
        name: "CJK UNIFIED IDEOGRAPH-282BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C0,
        name: "CJK UNIFIED IDEOGRAPH-282C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C1,
        name: "CJK UNIFIED IDEOGRAPH-282C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C2,
        name: "CJK UNIFIED IDEOGRAPH-282C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C3,
        name: "CJK UNIFIED IDEOGRAPH-282C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C4,
        name: "CJK UNIFIED IDEOGRAPH-282C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C5,
        name: "CJK UNIFIED IDEOGRAPH-282C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C6,
        name: "CJK UNIFIED IDEOGRAPH-282C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C7,
        name: "CJK UNIFIED IDEOGRAPH-282C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C8,
        name: "CJK UNIFIED IDEOGRAPH-282C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x282C9,
        name: "CJK UNIFIED IDEOGRAPH-282C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x282CA,
        name: "CJK UNIFIED IDEOGRAPH-282CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x282CB,
        name: "CJK UNIFIED IDEOGRAPH-282CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x282CC,
        name: "CJK UNIFIED IDEOGRAPH-282CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x282CD,
        name: "CJK UNIFIED IDEOGRAPH-282CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x282CE,
        name: "CJK UNIFIED IDEOGRAPH-282CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x282CF,
        name: "CJK UNIFIED IDEOGRAPH-282CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D0,
        name: "CJK UNIFIED IDEOGRAPH-282D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D1,
        name: "CJK UNIFIED IDEOGRAPH-282D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D2,
        name: "CJK UNIFIED IDEOGRAPH-282D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D3,
        name: "CJK UNIFIED IDEOGRAPH-282D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D4,
        name: "CJK UNIFIED IDEOGRAPH-282D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D5,
        name: "CJK UNIFIED IDEOGRAPH-282D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D6,
        name: "CJK UNIFIED IDEOGRAPH-282D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D7,
        name: "CJK UNIFIED IDEOGRAPH-282D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D8,
        name: "CJK UNIFIED IDEOGRAPH-282D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x282D9,
        name: "CJK UNIFIED IDEOGRAPH-282D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x282DA,
        name: "CJK UNIFIED IDEOGRAPH-282DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x282DB,
        name: "CJK UNIFIED IDEOGRAPH-282DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x282DC,
        name: "CJK UNIFIED IDEOGRAPH-282DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x282DD,
        name: "CJK UNIFIED IDEOGRAPH-282DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x282DE,
        name: "CJK UNIFIED IDEOGRAPH-282DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x282DF,
        name: "CJK UNIFIED IDEOGRAPH-282DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E0,
        name: "CJK UNIFIED IDEOGRAPH-282E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E1,
        name: "CJK UNIFIED IDEOGRAPH-282E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E2,
        name: "CJK UNIFIED IDEOGRAPH-282E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E3,
        name: "CJK UNIFIED IDEOGRAPH-282E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E4,
        name: "CJK UNIFIED IDEOGRAPH-282E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E5,
        name: "CJK UNIFIED IDEOGRAPH-282E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E6,
        name: "CJK UNIFIED IDEOGRAPH-282E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E7,
        name: "CJK UNIFIED IDEOGRAPH-282E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E8,
        name: "CJK UNIFIED IDEOGRAPH-282E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x282E9,
        name: "CJK UNIFIED IDEOGRAPH-282E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x282EA,
        name: "CJK UNIFIED IDEOGRAPH-282EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x282EB,
        name: "CJK UNIFIED IDEOGRAPH-282EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x282EC,
        name: "CJK UNIFIED IDEOGRAPH-282EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x282ED,
        name: "CJK UNIFIED IDEOGRAPH-282ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x282EE,
        name: "CJK UNIFIED IDEOGRAPH-282EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x282EF,
        name: "CJK UNIFIED IDEOGRAPH-282EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F0,
        name: "CJK UNIFIED IDEOGRAPH-282F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F1,
        name: "CJK UNIFIED IDEOGRAPH-282F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F2,
        name: "CJK UNIFIED IDEOGRAPH-282F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F3,
        name: "CJK UNIFIED IDEOGRAPH-282F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F4,
        name: "CJK UNIFIED IDEOGRAPH-282F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F5,
        name: "CJK UNIFIED IDEOGRAPH-282F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F6,
        name: "CJK UNIFIED IDEOGRAPH-282F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F7,
        name: "CJK UNIFIED IDEOGRAPH-282F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F8,
        name: "CJK UNIFIED IDEOGRAPH-282F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x282F9,
        name: "CJK UNIFIED IDEOGRAPH-282F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x282FA,
        name: "CJK UNIFIED IDEOGRAPH-282FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x282FB,
        name: "CJK UNIFIED IDEOGRAPH-282FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x282FC,
        name: "CJK UNIFIED IDEOGRAPH-282FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x282FD,
        name: "CJK UNIFIED IDEOGRAPH-282FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x282FE,
        name: "CJK UNIFIED IDEOGRAPH-282FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x282FF,
        name: "CJK UNIFIED IDEOGRAPH-282FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28300,
        name: "CJK UNIFIED IDEOGRAPH-28300",
    },
    Character {
        age: "3.1",
        codepoint: 0x28301,
        name: "CJK UNIFIED IDEOGRAPH-28301",
    },
    Character {
        age: "3.1",
        codepoint: 0x28302,
        name: "CJK UNIFIED IDEOGRAPH-28302",
    },
    Character {
        age: "3.1",
        codepoint: 0x28303,
        name: "CJK UNIFIED IDEOGRAPH-28303",
    },
    Character {
        age: "3.1",
        codepoint: 0x28304,
        name: "CJK UNIFIED IDEOGRAPH-28304",
    },
    Character {
        age: "3.1",
        codepoint: 0x28305,
        name: "CJK UNIFIED IDEOGRAPH-28305",
    },
    Character {
        age: "3.1",
        codepoint: 0x28306,
        name: "CJK UNIFIED IDEOGRAPH-28306",
    },
    Character {
        age: "3.1",
        codepoint: 0x28307,
        name: "CJK UNIFIED IDEOGRAPH-28307",
    },
    Character {
        age: "3.1",
        codepoint: 0x28308,
        name: "CJK UNIFIED IDEOGRAPH-28308",
    },
    Character {
        age: "3.1",
        codepoint: 0x28309,
        name: "CJK UNIFIED IDEOGRAPH-28309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2830A,
        name: "CJK UNIFIED IDEOGRAPH-2830A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2830B,
        name: "CJK UNIFIED IDEOGRAPH-2830B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2830C,
        name: "CJK UNIFIED IDEOGRAPH-2830C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2830D,
        name: "CJK UNIFIED IDEOGRAPH-2830D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2830E,
        name: "CJK UNIFIED IDEOGRAPH-2830E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2830F,
        name: "CJK UNIFIED IDEOGRAPH-2830F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28310,
        name: "CJK UNIFIED IDEOGRAPH-28310",
    },
    Character {
        age: "3.1",
        codepoint: 0x28311,
        name: "CJK UNIFIED IDEOGRAPH-28311",
    },
    Character {
        age: "3.1",
        codepoint: 0x28312,
        name: "CJK UNIFIED IDEOGRAPH-28312",
    },
    Character {
        age: "3.1",
        codepoint: 0x28313,
        name: "CJK UNIFIED IDEOGRAPH-28313",
    },
    Character {
        age: "3.1",
        codepoint: 0x28314,
        name: "CJK UNIFIED IDEOGRAPH-28314",
    },
    Character {
        age: "3.1",
        codepoint: 0x28315,
        name: "CJK UNIFIED IDEOGRAPH-28315",
    },
    Character {
        age: "3.1",
        codepoint: 0x28316,
        name: "CJK UNIFIED IDEOGRAPH-28316",
    },
    Character {
        age: "3.1",
        codepoint: 0x28317,
        name: "CJK UNIFIED IDEOGRAPH-28317",
    },
    Character {
        age: "3.1",
        codepoint: 0x28318,
        name: "CJK UNIFIED IDEOGRAPH-28318",
    },
    Character {
        age: "3.1",
        codepoint: 0x28319,
        name: "CJK UNIFIED IDEOGRAPH-28319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2831A,
        name: "CJK UNIFIED IDEOGRAPH-2831A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2831B,
        name: "CJK UNIFIED IDEOGRAPH-2831B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2831C,
        name: "CJK UNIFIED IDEOGRAPH-2831C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2831D,
        name: "CJK UNIFIED IDEOGRAPH-2831D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2831E,
        name: "CJK UNIFIED IDEOGRAPH-2831E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2831F,
        name: "CJK UNIFIED IDEOGRAPH-2831F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28320,
        name: "CJK UNIFIED IDEOGRAPH-28320",
    },
    Character {
        age: "3.1",
        codepoint: 0x28321,
        name: "CJK UNIFIED IDEOGRAPH-28321",
    },
    Character {
        age: "3.1",
        codepoint: 0x28322,
        name: "CJK UNIFIED IDEOGRAPH-28322",
    },
    Character {
        age: "3.1",
        codepoint: 0x28323,
        name: "CJK UNIFIED IDEOGRAPH-28323",
    },
    Character {
        age: "3.1",
        codepoint: 0x28324,
        name: "CJK UNIFIED IDEOGRAPH-28324",
    },
    Character {
        age: "3.1",
        codepoint: 0x28325,
        name: "CJK UNIFIED IDEOGRAPH-28325",
    },
    Character {
        age: "3.1",
        codepoint: 0x28326,
        name: "CJK UNIFIED IDEOGRAPH-28326",
    },
    Character {
        age: "3.1",
        codepoint: 0x28327,
        name: "CJK UNIFIED IDEOGRAPH-28327",
    },
    Character {
        age: "3.1",
        codepoint: 0x28328,
        name: "CJK UNIFIED IDEOGRAPH-28328",
    },
    Character {
        age: "3.1",
        codepoint: 0x28329,
        name: "CJK UNIFIED IDEOGRAPH-28329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2832A,
        name: "CJK UNIFIED IDEOGRAPH-2832A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2832B,
        name: "CJK UNIFIED IDEOGRAPH-2832B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2832C,
        name: "CJK UNIFIED IDEOGRAPH-2832C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2832D,
        name: "CJK UNIFIED IDEOGRAPH-2832D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2832E,
        name: "CJK UNIFIED IDEOGRAPH-2832E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2832F,
        name: "CJK UNIFIED IDEOGRAPH-2832F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28330,
        name: "CJK UNIFIED IDEOGRAPH-28330",
    },
    Character {
        age: "3.1",
        codepoint: 0x28331,
        name: "CJK UNIFIED IDEOGRAPH-28331",
    },
    Character {
        age: "3.1",
        codepoint: 0x28332,
        name: "CJK UNIFIED IDEOGRAPH-28332",
    },
    Character {
        age: "3.1",
        codepoint: 0x28333,
        name: "CJK UNIFIED IDEOGRAPH-28333",
    },
    Character {
        age: "3.1",
        codepoint: 0x28334,
        name: "CJK UNIFIED IDEOGRAPH-28334",
    },
    Character {
        age: "3.1",
        codepoint: 0x28335,
        name: "CJK UNIFIED IDEOGRAPH-28335",
    },
    Character {
        age: "3.1",
        codepoint: 0x28336,
        name: "CJK UNIFIED IDEOGRAPH-28336",
    },
    Character {
        age: "3.1",
        codepoint: 0x28337,
        name: "CJK UNIFIED IDEOGRAPH-28337",
    },
    Character {
        age: "3.1",
        codepoint: 0x28338,
        name: "CJK UNIFIED IDEOGRAPH-28338",
    },
    Character {
        age: "3.1",
        codepoint: 0x28339,
        name: "CJK UNIFIED IDEOGRAPH-28339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2833A,
        name: "CJK UNIFIED IDEOGRAPH-2833A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2833B,
        name: "CJK UNIFIED IDEOGRAPH-2833B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2833C,
        name: "CJK UNIFIED IDEOGRAPH-2833C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2833D,
        name: "CJK UNIFIED IDEOGRAPH-2833D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2833E,
        name: "CJK UNIFIED IDEOGRAPH-2833E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2833F,
        name: "CJK UNIFIED IDEOGRAPH-2833F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28340,
        name: "CJK UNIFIED IDEOGRAPH-28340",
    },
    Character {
        age: "3.1",
        codepoint: 0x28341,
        name: "CJK UNIFIED IDEOGRAPH-28341",
    },
    Character {
        age: "3.1",
        codepoint: 0x28342,
        name: "CJK UNIFIED IDEOGRAPH-28342",
    },
    Character {
        age: "3.1",
        codepoint: 0x28343,
        name: "CJK UNIFIED IDEOGRAPH-28343",
    },
    Character {
        age: "3.1",
        codepoint: 0x28344,
        name: "CJK UNIFIED IDEOGRAPH-28344",
    },
    Character {
        age: "3.1",
        codepoint: 0x28345,
        name: "CJK UNIFIED IDEOGRAPH-28345",
    },
    Character {
        age: "3.1",
        codepoint: 0x28346,
        name: "CJK UNIFIED IDEOGRAPH-28346",
    },
    Character {
        age: "3.1",
        codepoint: 0x28347,
        name: "CJK UNIFIED IDEOGRAPH-28347",
    },
    Character {
        age: "3.1",
        codepoint: 0x28348,
        name: "CJK UNIFIED IDEOGRAPH-28348",
    },
    Character {
        age: "3.1",
        codepoint: 0x28349,
        name: "CJK UNIFIED IDEOGRAPH-28349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2834A,
        name: "CJK UNIFIED IDEOGRAPH-2834A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2834B,
        name: "CJK UNIFIED IDEOGRAPH-2834B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2834C,
        name: "CJK UNIFIED IDEOGRAPH-2834C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2834D,
        name: "CJK UNIFIED IDEOGRAPH-2834D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2834E,
        name: "CJK UNIFIED IDEOGRAPH-2834E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2834F,
        name: "CJK UNIFIED IDEOGRAPH-2834F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28350,
        name: "CJK UNIFIED IDEOGRAPH-28350",
    },
    Character {
        age: "3.1",
        codepoint: 0x28351,
        name: "CJK UNIFIED IDEOGRAPH-28351",
    },
    Character {
        age: "3.1",
        codepoint: 0x28352,
        name: "CJK UNIFIED IDEOGRAPH-28352",
    },
    Character {
        age: "3.1",
        codepoint: 0x28353,
        name: "CJK UNIFIED IDEOGRAPH-28353",
    },
    Character {
        age: "3.1",
        codepoint: 0x28354,
        name: "CJK UNIFIED IDEOGRAPH-28354",
    },
    Character {
        age: "3.1",
        codepoint: 0x28355,
        name: "CJK UNIFIED IDEOGRAPH-28355",
    },
    Character {
        age: "3.1",
        codepoint: 0x28356,
        name: "CJK UNIFIED IDEOGRAPH-28356",
    },
    Character {
        age: "3.1",
        codepoint: 0x28357,
        name: "CJK UNIFIED IDEOGRAPH-28357",
    },
    Character {
        age: "3.1",
        codepoint: 0x28358,
        name: "CJK UNIFIED IDEOGRAPH-28358",
    },
    Character {
        age: "3.1",
        codepoint: 0x28359,
        name: "CJK UNIFIED IDEOGRAPH-28359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2835A,
        name: "CJK UNIFIED IDEOGRAPH-2835A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2835B,
        name: "CJK UNIFIED IDEOGRAPH-2835B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2835C,
        name: "CJK UNIFIED IDEOGRAPH-2835C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2835D,
        name: "CJK UNIFIED IDEOGRAPH-2835D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2835E,
        name: "CJK UNIFIED IDEOGRAPH-2835E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2835F,
        name: "CJK UNIFIED IDEOGRAPH-2835F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28360,
        name: "CJK UNIFIED IDEOGRAPH-28360",
    },
    Character {
        age: "3.1",
        codepoint: 0x28361,
        name: "CJK UNIFIED IDEOGRAPH-28361",
    },
    Character {
        age: "3.1",
        codepoint: 0x28362,
        name: "CJK UNIFIED IDEOGRAPH-28362",
    },
    Character {
        age: "3.1",
        codepoint: 0x28363,
        name: "CJK UNIFIED IDEOGRAPH-28363",
    },
    Character {
        age: "3.1",
        codepoint: 0x28364,
        name: "CJK UNIFIED IDEOGRAPH-28364",
    },
    Character {
        age: "3.1",
        codepoint: 0x28365,
        name: "CJK UNIFIED IDEOGRAPH-28365",
    },
    Character {
        age: "3.1",
        codepoint: 0x28366,
        name: "CJK UNIFIED IDEOGRAPH-28366",
    },
    Character {
        age: "3.1",
        codepoint: 0x28367,
        name: "CJK UNIFIED IDEOGRAPH-28367",
    },
    Character {
        age: "3.1",
        codepoint: 0x28368,
        name: "CJK UNIFIED IDEOGRAPH-28368",
    },
    Character {
        age: "3.1",
        codepoint: 0x28369,
        name: "CJK UNIFIED IDEOGRAPH-28369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2836A,
        name: "CJK UNIFIED IDEOGRAPH-2836A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2836B,
        name: "CJK UNIFIED IDEOGRAPH-2836B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2836C,
        name: "CJK UNIFIED IDEOGRAPH-2836C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2836D,
        name: "CJK UNIFIED IDEOGRAPH-2836D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2836E,
        name: "CJK UNIFIED IDEOGRAPH-2836E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2836F,
        name: "CJK UNIFIED IDEOGRAPH-2836F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28370,
        name: "CJK UNIFIED IDEOGRAPH-28370",
    },
    Character {
        age: "3.1",
        codepoint: 0x28371,
        name: "CJK UNIFIED IDEOGRAPH-28371",
    },
    Character {
        age: "3.1",
        codepoint: 0x28372,
        name: "CJK UNIFIED IDEOGRAPH-28372",
    },
    Character {
        age: "3.1",
        codepoint: 0x28373,
        name: "CJK UNIFIED IDEOGRAPH-28373",
    },
    Character {
        age: "3.1",
        codepoint: 0x28374,
        name: "CJK UNIFIED IDEOGRAPH-28374",
    },
    Character {
        age: "3.1",
        codepoint: 0x28375,
        name: "CJK UNIFIED IDEOGRAPH-28375",
    },
    Character {
        age: "3.1",
        codepoint: 0x28376,
        name: "CJK UNIFIED IDEOGRAPH-28376",
    },
    Character {
        age: "3.1",
        codepoint: 0x28377,
        name: "CJK UNIFIED IDEOGRAPH-28377",
    },
    Character {
        age: "3.1",
        codepoint: 0x28378,
        name: "CJK UNIFIED IDEOGRAPH-28378",
    },
    Character {
        age: "3.1",
        codepoint: 0x28379,
        name: "CJK UNIFIED IDEOGRAPH-28379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2837A,
        name: "CJK UNIFIED IDEOGRAPH-2837A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2837B,
        name: "CJK UNIFIED IDEOGRAPH-2837B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2837C,
        name: "CJK UNIFIED IDEOGRAPH-2837C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2837D,
        name: "CJK UNIFIED IDEOGRAPH-2837D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2837E,
        name: "CJK UNIFIED IDEOGRAPH-2837E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2837F,
        name: "CJK UNIFIED IDEOGRAPH-2837F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28380,
        name: "CJK UNIFIED IDEOGRAPH-28380",
    },
    Character {
        age: "3.1",
        codepoint: 0x28381,
        name: "CJK UNIFIED IDEOGRAPH-28381",
    },
    Character {
        age: "3.1",
        codepoint: 0x28382,
        name: "CJK UNIFIED IDEOGRAPH-28382",
    },
    Character {
        age: "3.1",
        codepoint: 0x28383,
        name: "CJK UNIFIED IDEOGRAPH-28383",
    },
    Character {
        age: "3.1",
        codepoint: 0x28384,
        name: "CJK UNIFIED IDEOGRAPH-28384",
    },
    Character {
        age: "3.1",
        codepoint: 0x28385,
        name: "CJK UNIFIED IDEOGRAPH-28385",
    },
    Character {
        age: "3.1",
        codepoint: 0x28386,
        name: "CJK UNIFIED IDEOGRAPH-28386",
    },
    Character {
        age: "3.1",
        codepoint: 0x28387,
        name: "CJK UNIFIED IDEOGRAPH-28387",
    },
    Character {
        age: "3.1",
        codepoint: 0x28388,
        name: "CJK UNIFIED IDEOGRAPH-28388",
    },
    Character {
        age: "3.1",
        codepoint: 0x28389,
        name: "CJK UNIFIED IDEOGRAPH-28389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2838A,
        name: "CJK UNIFIED IDEOGRAPH-2838A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2838B,
        name: "CJK UNIFIED IDEOGRAPH-2838B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2838C,
        name: "CJK UNIFIED IDEOGRAPH-2838C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2838D,
        name: "CJK UNIFIED IDEOGRAPH-2838D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2838E,
        name: "CJK UNIFIED IDEOGRAPH-2838E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2838F,
        name: "CJK UNIFIED IDEOGRAPH-2838F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28390,
        name: "CJK UNIFIED IDEOGRAPH-28390",
    },
    Character {
        age: "3.1",
        codepoint: 0x28391,
        name: "CJK UNIFIED IDEOGRAPH-28391",
    },
    Character {
        age: "3.1",
        codepoint: 0x28392,
        name: "CJK UNIFIED IDEOGRAPH-28392",
    },
    Character {
        age: "3.1",
        codepoint: 0x28393,
        name: "CJK UNIFIED IDEOGRAPH-28393",
    },
    Character {
        age: "3.1",
        codepoint: 0x28394,
        name: "CJK UNIFIED IDEOGRAPH-28394",
    },
    Character {
        age: "3.1",
        codepoint: 0x28395,
        name: "CJK UNIFIED IDEOGRAPH-28395",
    },
    Character {
        age: "3.1",
        codepoint: 0x28396,
        name: "CJK UNIFIED IDEOGRAPH-28396",
    },
    Character {
        age: "3.1",
        codepoint: 0x28397,
        name: "CJK UNIFIED IDEOGRAPH-28397",
    },
    Character {
        age: "3.1",
        codepoint: 0x28398,
        name: "CJK UNIFIED IDEOGRAPH-28398",
    },
    Character {
        age: "3.1",
        codepoint: 0x28399,
        name: "CJK UNIFIED IDEOGRAPH-28399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2839A,
        name: "CJK UNIFIED IDEOGRAPH-2839A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2839B,
        name: "CJK UNIFIED IDEOGRAPH-2839B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2839C,
        name: "CJK UNIFIED IDEOGRAPH-2839C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2839D,
        name: "CJK UNIFIED IDEOGRAPH-2839D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2839E,
        name: "CJK UNIFIED IDEOGRAPH-2839E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2839F,
        name: "CJK UNIFIED IDEOGRAPH-2839F",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A0,
        name: "CJK UNIFIED IDEOGRAPH-283A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A1,
        name: "CJK UNIFIED IDEOGRAPH-283A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A2,
        name: "CJK UNIFIED IDEOGRAPH-283A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A3,
        name: "CJK UNIFIED IDEOGRAPH-283A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A4,
        name: "CJK UNIFIED IDEOGRAPH-283A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A5,
        name: "CJK UNIFIED IDEOGRAPH-283A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A6,
        name: "CJK UNIFIED IDEOGRAPH-283A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A7,
        name: "CJK UNIFIED IDEOGRAPH-283A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A8,
        name: "CJK UNIFIED IDEOGRAPH-283A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x283A9,
        name: "CJK UNIFIED IDEOGRAPH-283A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x283AA,
        name: "CJK UNIFIED IDEOGRAPH-283AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x283AB,
        name: "CJK UNIFIED IDEOGRAPH-283AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x283AC,
        name: "CJK UNIFIED IDEOGRAPH-283AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x283AD,
        name: "CJK UNIFIED IDEOGRAPH-283AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x283AE,
        name: "CJK UNIFIED IDEOGRAPH-283AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x283AF,
        name: "CJK UNIFIED IDEOGRAPH-283AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B0,
        name: "CJK UNIFIED IDEOGRAPH-283B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B1,
        name: "CJK UNIFIED IDEOGRAPH-283B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B2,
        name: "CJK UNIFIED IDEOGRAPH-283B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B3,
        name: "CJK UNIFIED IDEOGRAPH-283B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B4,
        name: "CJK UNIFIED IDEOGRAPH-283B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B5,
        name: "CJK UNIFIED IDEOGRAPH-283B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B6,
        name: "CJK UNIFIED IDEOGRAPH-283B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B7,
        name: "CJK UNIFIED IDEOGRAPH-283B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B8,
        name: "CJK UNIFIED IDEOGRAPH-283B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x283B9,
        name: "CJK UNIFIED IDEOGRAPH-283B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x283BA,
        name: "CJK UNIFIED IDEOGRAPH-283BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x283BB,
        name: "CJK UNIFIED IDEOGRAPH-283BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x283BC,
        name: "CJK UNIFIED IDEOGRAPH-283BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x283BD,
        name: "CJK UNIFIED IDEOGRAPH-283BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x283BE,
        name: "CJK UNIFIED IDEOGRAPH-283BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x283BF,
        name: "CJK UNIFIED IDEOGRAPH-283BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C0,
        name: "CJK UNIFIED IDEOGRAPH-283C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C1,
        name: "CJK UNIFIED IDEOGRAPH-283C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C2,
        name: "CJK UNIFIED IDEOGRAPH-283C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C3,
        name: "CJK UNIFIED IDEOGRAPH-283C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C4,
        name: "CJK UNIFIED IDEOGRAPH-283C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C5,
        name: "CJK UNIFIED IDEOGRAPH-283C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C6,
        name: "CJK UNIFIED IDEOGRAPH-283C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C7,
        name: "CJK UNIFIED IDEOGRAPH-283C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C8,
        name: "CJK UNIFIED IDEOGRAPH-283C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x283C9,
        name: "CJK UNIFIED IDEOGRAPH-283C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x283CA,
        name: "CJK UNIFIED IDEOGRAPH-283CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x283CB,
        name: "CJK UNIFIED IDEOGRAPH-283CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x283CC,
        name: "CJK UNIFIED IDEOGRAPH-283CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x283CD,
        name: "CJK UNIFIED IDEOGRAPH-283CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x283CE,
        name: "CJK UNIFIED IDEOGRAPH-283CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x283CF,
        name: "CJK UNIFIED IDEOGRAPH-283CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D0,
        name: "CJK UNIFIED IDEOGRAPH-283D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D1,
        name: "CJK UNIFIED IDEOGRAPH-283D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D2,
        name: "CJK UNIFIED IDEOGRAPH-283D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D3,
        name: "CJK UNIFIED IDEOGRAPH-283D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D4,
        name: "CJK UNIFIED IDEOGRAPH-283D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D5,
        name: "CJK UNIFIED IDEOGRAPH-283D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D6,
        name: "CJK UNIFIED IDEOGRAPH-283D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D7,
        name: "CJK UNIFIED IDEOGRAPH-283D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D8,
        name: "CJK UNIFIED IDEOGRAPH-283D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x283D9,
        name: "CJK UNIFIED IDEOGRAPH-283D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x283DA,
        name: "CJK UNIFIED IDEOGRAPH-283DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x283DB,
        name: "CJK UNIFIED IDEOGRAPH-283DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x283DC,
        name: "CJK UNIFIED IDEOGRAPH-283DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x283DD,
        name: "CJK UNIFIED IDEOGRAPH-283DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x283DE,
        name: "CJK UNIFIED IDEOGRAPH-283DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x283DF,
        name: "CJK UNIFIED IDEOGRAPH-283DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E0,
        name: "CJK UNIFIED IDEOGRAPH-283E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E1,
        name: "CJK UNIFIED IDEOGRAPH-283E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E2,
        name: "CJK UNIFIED IDEOGRAPH-283E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E3,
        name: "CJK UNIFIED IDEOGRAPH-283E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E4,
        name: "CJK UNIFIED IDEOGRAPH-283E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E5,
        name: "CJK UNIFIED IDEOGRAPH-283E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E6,
        name: "CJK UNIFIED IDEOGRAPH-283E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E7,
        name: "CJK UNIFIED IDEOGRAPH-283E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E8,
        name: "CJK UNIFIED IDEOGRAPH-283E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x283E9,
        name: "CJK UNIFIED IDEOGRAPH-283E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x283EA,
        name: "CJK UNIFIED IDEOGRAPH-283EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x283EB,
        name: "CJK UNIFIED IDEOGRAPH-283EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x283EC,
        name: "CJK UNIFIED IDEOGRAPH-283EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x283ED,
        name: "CJK UNIFIED IDEOGRAPH-283ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x283EE,
        name: "CJK UNIFIED IDEOGRAPH-283EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x283EF,
        name: "CJK UNIFIED IDEOGRAPH-283EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F0,
        name: "CJK UNIFIED IDEOGRAPH-283F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F1,
        name: "CJK UNIFIED IDEOGRAPH-283F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F2,
        name: "CJK UNIFIED IDEOGRAPH-283F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F3,
        name: "CJK UNIFIED IDEOGRAPH-283F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F4,
        name: "CJK UNIFIED IDEOGRAPH-283F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F5,
        name: "CJK UNIFIED IDEOGRAPH-283F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F6,
        name: "CJK UNIFIED IDEOGRAPH-283F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F7,
        name: "CJK UNIFIED IDEOGRAPH-283F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F8,
        name: "CJK UNIFIED IDEOGRAPH-283F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x283F9,
        name: "CJK UNIFIED IDEOGRAPH-283F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x283FA,
        name: "CJK UNIFIED IDEOGRAPH-283FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x283FB,
        name: "CJK UNIFIED IDEOGRAPH-283FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x283FC,
        name: "CJK UNIFIED IDEOGRAPH-283FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x283FD,
        name: "CJK UNIFIED IDEOGRAPH-283FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x283FE,
        name: "CJK UNIFIED IDEOGRAPH-283FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x283FF,
        name: "CJK UNIFIED IDEOGRAPH-283FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28400,
        name: "CJK UNIFIED IDEOGRAPH-28400",
    },
    Character {
        age: "3.1",
        codepoint: 0x28401,
        name: "CJK UNIFIED IDEOGRAPH-28401",
    },
    Character {
        age: "3.1",
        codepoint: 0x28402,
        name: "CJK UNIFIED IDEOGRAPH-28402",
    },
    Character {
        age: "3.1",
        codepoint: 0x28403,
        name: "CJK UNIFIED IDEOGRAPH-28403",
    },
    Character {
        age: "3.1",
        codepoint: 0x28404,
        name: "CJK UNIFIED IDEOGRAPH-28404",
    },
    Character {
        age: "3.1",
        codepoint: 0x28405,
        name: "CJK UNIFIED IDEOGRAPH-28405",
    },
    Character {
        age: "3.1",
        codepoint: 0x28406,
        name: "CJK UNIFIED IDEOGRAPH-28406",
    },
    Character {
        age: "3.1",
        codepoint: 0x28407,
        name: "CJK UNIFIED IDEOGRAPH-28407",
    },
    Character {
        age: "3.1",
        codepoint: 0x28408,
        name: "CJK UNIFIED IDEOGRAPH-28408",
    },
    Character {
        age: "3.1",
        codepoint: 0x28409,
        name: "CJK UNIFIED IDEOGRAPH-28409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2840A,
        name: "CJK UNIFIED IDEOGRAPH-2840A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2840B,
        name: "CJK UNIFIED IDEOGRAPH-2840B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2840C,
        name: "CJK UNIFIED IDEOGRAPH-2840C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2840D,
        name: "CJK UNIFIED IDEOGRAPH-2840D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2840E,
        name: "CJK UNIFIED IDEOGRAPH-2840E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2840F,
        name: "CJK UNIFIED IDEOGRAPH-2840F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28410,
        name: "CJK UNIFIED IDEOGRAPH-28410",
    },
    Character {
        age: "3.1",
        codepoint: 0x28411,
        name: "CJK UNIFIED IDEOGRAPH-28411",
    },
    Character {
        age: "3.1",
        codepoint: 0x28412,
        name: "CJK UNIFIED IDEOGRAPH-28412",
    },
    Character {
        age: "3.1",
        codepoint: 0x28413,
        name: "CJK UNIFIED IDEOGRAPH-28413",
    },
    Character {
        age: "3.1",
        codepoint: 0x28414,
        name: "CJK UNIFIED IDEOGRAPH-28414",
    },
    Character {
        age: "3.1",
        codepoint: 0x28415,
        name: "CJK UNIFIED IDEOGRAPH-28415",
    },
    Character {
        age: "3.1",
        codepoint: 0x28416,
        name: "CJK UNIFIED IDEOGRAPH-28416",
    },
    Character {
        age: "3.1",
        codepoint: 0x28417,
        name: "CJK UNIFIED IDEOGRAPH-28417",
    },
    Character {
        age: "3.1",
        codepoint: 0x28418,
        name: "CJK UNIFIED IDEOGRAPH-28418",
    },
    Character {
        age: "3.1",
        codepoint: 0x28419,
        name: "CJK UNIFIED IDEOGRAPH-28419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2841A,
        name: "CJK UNIFIED IDEOGRAPH-2841A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2841B,
        name: "CJK UNIFIED IDEOGRAPH-2841B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2841C,
        name: "CJK UNIFIED IDEOGRAPH-2841C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2841D,
        name: "CJK UNIFIED IDEOGRAPH-2841D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2841E,
        name: "CJK UNIFIED IDEOGRAPH-2841E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2841F,
        name: "CJK UNIFIED IDEOGRAPH-2841F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28420,
        name: "CJK UNIFIED IDEOGRAPH-28420",
    },
    Character {
        age: "3.1",
        codepoint: 0x28421,
        name: "CJK UNIFIED IDEOGRAPH-28421",
    },
    Character {
        age: "3.1",
        codepoint: 0x28422,
        name: "CJK UNIFIED IDEOGRAPH-28422",
    },
    Character {
        age: "3.1",
        codepoint: 0x28423,
        name: "CJK UNIFIED IDEOGRAPH-28423",
    },
    Character {
        age: "3.1",
        codepoint: 0x28424,
        name: "CJK UNIFIED IDEOGRAPH-28424",
    },
    Character {
        age: "3.1",
        codepoint: 0x28425,
        name: "CJK UNIFIED IDEOGRAPH-28425",
    },
    Character {
        age: "3.1",
        codepoint: 0x28426,
        name: "CJK UNIFIED IDEOGRAPH-28426",
    },
    Character {
        age: "3.1",
        codepoint: 0x28427,
        name: "CJK UNIFIED IDEOGRAPH-28427",
    },
    Character {
        age: "3.1",
        codepoint: 0x28428,
        name: "CJK UNIFIED IDEOGRAPH-28428",
    },
    Character {
        age: "3.1",
        codepoint: 0x28429,
        name: "CJK UNIFIED IDEOGRAPH-28429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2842A,
        name: "CJK UNIFIED IDEOGRAPH-2842A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2842B,
        name: "CJK UNIFIED IDEOGRAPH-2842B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2842C,
        name: "CJK UNIFIED IDEOGRAPH-2842C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2842D,
        name: "CJK UNIFIED IDEOGRAPH-2842D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2842E,
        name: "CJK UNIFIED IDEOGRAPH-2842E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2842F,
        name: "CJK UNIFIED IDEOGRAPH-2842F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28430,
        name: "CJK UNIFIED IDEOGRAPH-28430",
    },
    Character {
        age: "3.1",
        codepoint: 0x28431,
        name: "CJK UNIFIED IDEOGRAPH-28431",
    },
    Character {
        age: "3.1",
        codepoint: 0x28432,
        name: "CJK UNIFIED IDEOGRAPH-28432",
    },
    Character {
        age: "3.1",
        codepoint: 0x28433,
        name: "CJK UNIFIED IDEOGRAPH-28433",
    },
    Character {
        age: "3.1",
        codepoint: 0x28434,
        name: "CJK UNIFIED IDEOGRAPH-28434",
    },
    Character {
        age: "3.1",
        codepoint: 0x28435,
        name: "CJK UNIFIED IDEOGRAPH-28435",
    },
    Character {
        age: "3.1",
        codepoint: 0x28436,
        name: "CJK UNIFIED IDEOGRAPH-28436",
    },
    Character {
        age: "3.1",
        codepoint: 0x28437,
        name: "CJK UNIFIED IDEOGRAPH-28437",
    },
    Character {
        age: "3.1",
        codepoint: 0x28438,
        name: "CJK UNIFIED IDEOGRAPH-28438",
    },
    Character {
        age: "3.1",
        codepoint: 0x28439,
        name: "CJK UNIFIED IDEOGRAPH-28439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2843A,
        name: "CJK UNIFIED IDEOGRAPH-2843A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2843B,
        name: "CJK UNIFIED IDEOGRAPH-2843B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2843C,
        name: "CJK UNIFIED IDEOGRAPH-2843C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2843D,
        name: "CJK UNIFIED IDEOGRAPH-2843D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2843E,
        name: "CJK UNIFIED IDEOGRAPH-2843E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2843F,
        name: "CJK UNIFIED IDEOGRAPH-2843F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28440,
        name: "CJK UNIFIED IDEOGRAPH-28440",
    },
    Character {
        age: "3.1",
        codepoint: 0x28441,
        name: "CJK UNIFIED IDEOGRAPH-28441",
    },
    Character {
        age: "3.1",
        codepoint: 0x28442,
        name: "CJK UNIFIED IDEOGRAPH-28442",
    },
    Character {
        age: "3.1",
        codepoint: 0x28443,
        name: "CJK UNIFIED IDEOGRAPH-28443",
    },
    Character {
        age: "3.1",
        codepoint: 0x28444,
        name: "CJK UNIFIED IDEOGRAPH-28444",
    },
    Character {
        age: "3.1",
        codepoint: 0x28445,
        name: "CJK UNIFIED IDEOGRAPH-28445",
    },
    Character {
        age: "3.1",
        codepoint: 0x28446,
        name: "CJK UNIFIED IDEOGRAPH-28446",
    },
    Character {
        age: "3.1",
        codepoint: 0x28447,
        name: "CJK UNIFIED IDEOGRAPH-28447",
    },
    Character {
        age: "3.1",
        codepoint: 0x28448,
        name: "CJK UNIFIED IDEOGRAPH-28448",
    },
    Character {
        age: "3.1",
        codepoint: 0x28449,
        name: "CJK UNIFIED IDEOGRAPH-28449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2844A,
        name: "CJK UNIFIED IDEOGRAPH-2844A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2844B,
        name: "CJK UNIFIED IDEOGRAPH-2844B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2844C,
        name: "CJK UNIFIED IDEOGRAPH-2844C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2844D,
        name: "CJK UNIFIED IDEOGRAPH-2844D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2844E,
        name: "CJK UNIFIED IDEOGRAPH-2844E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2844F,
        name: "CJK UNIFIED IDEOGRAPH-2844F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28450,
        name: "CJK UNIFIED IDEOGRAPH-28450",
    },
    Character {
        age: "3.1",
        codepoint: 0x28451,
        name: "CJK UNIFIED IDEOGRAPH-28451",
    },
    Character {
        age: "3.1",
        codepoint: 0x28452,
        name: "CJK UNIFIED IDEOGRAPH-28452",
    },
    Character {
        age: "3.1",
        codepoint: 0x28453,
        name: "CJK UNIFIED IDEOGRAPH-28453",
    },
    Character {
        age: "3.1",
        codepoint: 0x28454,
        name: "CJK UNIFIED IDEOGRAPH-28454",
    },
    Character {
        age: "3.1",
        codepoint: 0x28455,
        name: "CJK UNIFIED IDEOGRAPH-28455",
    },
    Character {
        age: "3.1",
        codepoint: 0x28456,
        name: "CJK UNIFIED IDEOGRAPH-28456",
    },
    Character {
        age: "3.1",
        codepoint: 0x28457,
        name: "CJK UNIFIED IDEOGRAPH-28457",
    },
    Character {
        age: "3.1",
        codepoint: 0x28458,
        name: "CJK UNIFIED IDEOGRAPH-28458",
    },
    Character {
        age: "3.1",
        codepoint: 0x28459,
        name: "CJK UNIFIED IDEOGRAPH-28459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2845A,
        name: "CJK UNIFIED IDEOGRAPH-2845A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2845B,
        name: "CJK UNIFIED IDEOGRAPH-2845B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2845C,
        name: "CJK UNIFIED IDEOGRAPH-2845C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2845D,
        name: "CJK UNIFIED IDEOGRAPH-2845D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2845E,
        name: "CJK UNIFIED IDEOGRAPH-2845E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2845F,
        name: "CJK UNIFIED IDEOGRAPH-2845F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28460,
        name: "CJK UNIFIED IDEOGRAPH-28460",
    },
    Character {
        age: "3.1",
        codepoint: 0x28461,
        name: "CJK UNIFIED IDEOGRAPH-28461",
    },
    Character {
        age: "3.1",
        codepoint: 0x28462,
        name: "CJK UNIFIED IDEOGRAPH-28462",
    },
    Character {
        age: "3.1",
        codepoint: 0x28463,
        name: "CJK UNIFIED IDEOGRAPH-28463",
    },
    Character {
        age: "3.1",
        codepoint: 0x28464,
        name: "CJK UNIFIED IDEOGRAPH-28464",
    },
    Character {
        age: "3.1",
        codepoint: 0x28465,
        name: "CJK UNIFIED IDEOGRAPH-28465",
    },
    Character {
        age: "3.1",
        codepoint: 0x28466,
        name: "CJK UNIFIED IDEOGRAPH-28466",
    },
    Character {
        age: "3.1",
        codepoint: 0x28467,
        name: "CJK UNIFIED IDEOGRAPH-28467",
    },
    Character {
        age: "3.1",
        codepoint: 0x28468,
        name: "CJK UNIFIED IDEOGRAPH-28468",
    },
    Character {
        age: "3.1",
        codepoint: 0x28469,
        name: "CJK UNIFIED IDEOGRAPH-28469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2846A,
        name: "CJK UNIFIED IDEOGRAPH-2846A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2846B,
        name: "CJK UNIFIED IDEOGRAPH-2846B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2846C,
        name: "CJK UNIFIED IDEOGRAPH-2846C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2846D,
        name: "CJK UNIFIED IDEOGRAPH-2846D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2846E,
        name: "CJK UNIFIED IDEOGRAPH-2846E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2846F,
        name: "CJK UNIFIED IDEOGRAPH-2846F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28470,
        name: "CJK UNIFIED IDEOGRAPH-28470",
    },
    Character {
        age: "3.1",
        codepoint: 0x28471,
        name: "CJK UNIFIED IDEOGRAPH-28471",
    },
    Character {
        age: "3.1",
        codepoint: 0x28472,
        name: "CJK UNIFIED IDEOGRAPH-28472",
    },
    Character {
        age: "3.1",
        codepoint: 0x28473,
        name: "CJK UNIFIED IDEOGRAPH-28473",
    },
    Character {
        age: "3.1",
        codepoint: 0x28474,
        name: "CJK UNIFIED IDEOGRAPH-28474",
    },
    Character {
        age: "3.1",
        codepoint: 0x28475,
        name: "CJK UNIFIED IDEOGRAPH-28475",
    },
    Character {
        age: "3.1",
        codepoint: 0x28476,
        name: "CJK UNIFIED IDEOGRAPH-28476",
    },
    Character {
        age: "3.1",
        codepoint: 0x28477,
        name: "CJK UNIFIED IDEOGRAPH-28477",
    },
    Character {
        age: "3.1",
        codepoint: 0x28478,
        name: "CJK UNIFIED IDEOGRAPH-28478",
    },
    Character {
        age: "3.1",
        codepoint: 0x28479,
        name: "CJK UNIFIED IDEOGRAPH-28479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2847A,
        name: "CJK UNIFIED IDEOGRAPH-2847A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2847B,
        name: "CJK UNIFIED IDEOGRAPH-2847B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2847C,
        name: "CJK UNIFIED IDEOGRAPH-2847C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2847D,
        name: "CJK UNIFIED IDEOGRAPH-2847D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2847E,
        name: "CJK UNIFIED IDEOGRAPH-2847E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2847F,
        name: "CJK UNIFIED IDEOGRAPH-2847F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28480,
        name: "CJK UNIFIED IDEOGRAPH-28480",
    },
    Character {
        age: "3.1",
        codepoint: 0x28481,
        name: "CJK UNIFIED IDEOGRAPH-28481",
    },
    Character {
        age: "3.1",
        codepoint: 0x28482,
        name: "CJK UNIFIED IDEOGRAPH-28482",
    },
    Character {
        age: "3.1",
        codepoint: 0x28483,
        name: "CJK UNIFIED IDEOGRAPH-28483",
    },
    Character {
        age: "3.1",
        codepoint: 0x28484,
        name: "CJK UNIFIED IDEOGRAPH-28484",
    },
    Character {
        age: "3.1",
        codepoint: 0x28485,
        name: "CJK UNIFIED IDEOGRAPH-28485",
    },
    Character {
        age: "3.1",
        codepoint: 0x28486,
        name: "CJK UNIFIED IDEOGRAPH-28486",
    },
    Character {
        age: "3.1",
        codepoint: 0x28487,
        name: "CJK UNIFIED IDEOGRAPH-28487",
    },
    Character {
        age: "3.1",
        codepoint: 0x28488,
        name: "CJK UNIFIED IDEOGRAPH-28488",
    },
    Character {
        age: "3.1",
        codepoint: 0x28489,
        name: "CJK UNIFIED IDEOGRAPH-28489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2848A,
        name: "CJK UNIFIED IDEOGRAPH-2848A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2848B,
        name: "CJK UNIFIED IDEOGRAPH-2848B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2848C,
        name: "CJK UNIFIED IDEOGRAPH-2848C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2848D,
        name: "CJK UNIFIED IDEOGRAPH-2848D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2848E,
        name: "CJK UNIFIED IDEOGRAPH-2848E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2848F,
        name: "CJK UNIFIED IDEOGRAPH-2848F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28490,
        name: "CJK UNIFIED IDEOGRAPH-28490",
    },
    Character {
        age: "3.1",
        codepoint: 0x28491,
        name: "CJK UNIFIED IDEOGRAPH-28491",
    },
    Character {
        age: "3.1",
        codepoint: 0x28492,
        name: "CJK UNIFIED IDEOGRAPH-28492",
    },
    Character {
        age: "3.1",
        codepoint: 0x28493,
        name: "CJK UNIFIED IDEOGRAPH-28493",
    },
    Character {
        age: "3.1",
        codepoint: 0x28494,
        name: "CJK UNIFIED IDEOGRAPH-28494",
    },
    Character {
        age: "3.1",
        codepoint: 0x28495,
        name: "CJK UNIFIED IDEOGRAPH-28495",
    },
    Character {
        age: "3.1",
        codepoint: 0x28496,
        name: "CJK UNIFIED IDEOGRAPH-28496",
    },
    Character {
        age: "3.1",
        codepoint: 0x28497,
        name: "CJK UNIFIED IDEOGRAPH-28497",
    },
    Character {
        age: "3.1",
        codepoint: 0x28498,
        name: "CJK UNIFIED IDEOGRAPH-28498",
    },
    Character {
        age: "3.1",
        codepoint: 0x28499,
        name: "CJK UNIFIED IDEOGRAPH-28499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2849A,
        name: "CJK UNIFIED IDEOGRAPH-2849A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2849B,
        name: "CJK UNIFIED IDEOGRAPH-2849B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2849C,
        name: "CJK UNIFIED IDEOGRAPH-2849C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2849D,
        name: "CJK UNIFIED IDEOGRAPH-2849D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2849E,
        name: "CJK UNIFIED IDEOGRAPH-2849E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2849F,
        name: "CJK UNIFIED IDEOGRAPH-2849F",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A0,
        name: "CJK UNIFIED IDEOGRAPH-284A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A1,
        name: "CJK UNIFIED IDEOGRAPH-284A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A2,
        name: "CJK UNIFIED IDEOGRAPH-284A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A3,
        name: "CJK UNIFIED IDEOGRAPH-284A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A4,
        name: "CJK UNIFIED IDEOGRAPH-284A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A5,
        name: "CJK UNIFIED IDEOGRAPH-284A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A6,
        name: "CJK UNIFIED IDEOGRAPH-284A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A7,
        name: "CJK UNIFIED IDEOGRAPH-284A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A8,
        name: "CJK UNIFIED IDEOGRAPH-284A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x284A9,
        name: "CJK UNIFIED IDEOGRAPH-284A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x284AA,
        name: "CJK UNIFIED IDEOGRAPH-284AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x284AB,
        name: "CJK UNIFIED IDEOGRAPH-284AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x284AC,
        name: "CJK UNIFIED IDEOGRAPH-284AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x284AD,
        name: "CJK UNIFIED IDEOGRAPH-284AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x284AE,
        name: "CJK UNIFIED IDEOGRAPH-284AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x284AF,
        name: "CJK UNIFIED IDEOGRAPH-284AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B0,
        name: "CJK UNIFIED IDEOGRAPH-284B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B1,
        name: "CJK UNIFIED IDEOGRAPH-284B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B2,
        name: "CJK UNIFIED IDEOGRAPH-284B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B3,
        name: "CJK UNIFIED IDEOGRAPH-284B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B4,
        name: "CJK UNIFIED IDEOGRAPH-284B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B5,
        name: "CJK UNIFIED IDEOGRAPH-284B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B6,
        name: "CJK UNIFIED IDEOGRAPH-284B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B7,
        name: "CJK UNIFIED IDEOGRAPH-284B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B8,
        name: "CJK UNIFIED IDEOGRAPH-284B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x284B9,
        name: "CJK UNIFIED IDEOGRAPH-284B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x284BA,
        name: "CJK UNIFIED IDEOGRAPH-284BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x284BB,
        name: "CJK UNIFIED IDEOGRAPH-284BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x284BC,
        name: "CJK UNIFIED IDEOGRAPH-284BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x284BD,
        name: "CJK UNIFIED IDEOGRAPH-284BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x284BE,
        name: "CJK UNIFIED IDEOGRAPH-284BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x284BF,
        name: "CJK UNIFIED IDEOGRAPH-284BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C0,
        name: "CJK UNIFIED IDEOGRAPH-284C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C1,
        name: "CJK UNIFIED IDEOGRAPH-284C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C2,
        name: "CJK UNIFIED IDEOGRAPH-284C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C3,
        name: "CJK UNIFIED IDEOGRAPH-284C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C4,
        name: "CJK UNIFIED IDEOGRAPH-284C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C5,
        name: "CJK UNIFIED IDEOGRAPH-284C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C6,
        name: "CJK UNIFIED IDEOGRAPH-284C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C7,
        name: "CJK UNIFIED IDEOGRAPH-284C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C8,
        name: "CJK UNIFIED IDEOGRAPH-284C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x284C9,
        name: "CJK UNIFIED IDEOGRAPH-284C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x284CA,
        name: "CJK UNIFIED IDEOGRAPH-284CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x284CB,
        name: "CJK UNIFIED IDEOGRAPH-284CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x284CC,
        name: "CJK UNIFIED IDEOGRAPH-284CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x284CD,
        name: "CJK UNIFIED IDEOGRAPH-284CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x284CE,
        name: "CJK UNIFIED IDEOGRAPH-284CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x284CF,
        name: "CJK UNIFIED IDEOGRAPH-284CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D0,
        name: "CJK UNIFIED IDEOGRAPH-284D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D1,
        name: "CJK UNIFIED IDEOGRAPH-284D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D2,
        name: "CJK UNIFIED IDEOGRAPH-284D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D3,
        name: "CJK UNIFIED IDEOGRAPH-284D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D4,
        name: "CJK UNIFIED IDEOGRAPH-284D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D5,
        name: "CJK UNIFIED IDEOGRAPH-284D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D6,
        name: "CJK UNIFIED IDEOGRAPH-284D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D7,
        name: "CJK UNIFIED IDEOGRAPH-284D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D8,
        name: "CJK UNIFIED IDEOGRAPH-284D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x284D9,
        name: "CJK UNIFIED IDEOGRAPH-284D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x284DA,
        name: "CJK UNIFIED IDEOGRAPH-284DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x284DB,
        name: "CJK UNIFIED IDEOGRAPH-284DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x284DC,
        name: "CJK UNIFIED IDEOGRAPH-284DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x284DD,
        name: "CJK UNIFIED IDEOGRAPH-284DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x284DE,
        name: "CJK UNIFIED IDEOGRAPH-284DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x284DF,
        name: "CJK UNIFIED IDEOGRAPH-284DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E0,
        name: "CJK UNIFIED IDEOGRAPH-284E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E1,
        name: "CJK UNIFIED IDEOGRAPH-284E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E2,
        name: "CJK UNIFIED IDEOGRAPH-284E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E3,
        name: "CJK UNIFIED IDEOGRAPH-284E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E4,
        name: "CJK UNIFIED IDEOGRAPH-284E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E5,
        name: "CJK UNIFIED IDEOGRAPH-284E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E6,
        name: "CJK UNIFIED IDEOGRAPH-284E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E7,
        name: "CJK UNIFIED IDEOGRAPH-284E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E8,
        name: "CJK UNIFIED IDEOGRAPH-284E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x284E9,
        name: "CJK UNIFIED IDEOGRAPH-284E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x284EA,
        name: "CJK UNIFIED IDEOGRAPH-284EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x284EB,
        name: "CJK UNIFIED IDEOGRAPH-284EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x284EC,
        name: "CJK UNIFIED IDEOGRAPH-284EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x284ED,
        name: "CJK UNIFIED IDEOGRAPH-284ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x284EE,
        name: "CJK UNIFIED IDEOGRAPH-284EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x284EF,
        name: "CJK UNIFIED IDEOGRAPH-284EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F0,
        name: "CJK UNIFIED IDEOGRAPH-284F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F1,
        name: "CJK UNIFIED IDEOGRAPH-284F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F2,
        name: "CJK UNIFIED IDEOGRAPH-284F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F3,
        name: "CJK UNIFIED IDEOGRAPH-284F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F4,
        name: "CJK UNIFIED IDEOGRAPH-284F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F5,
        name: "CJK UNIFIED IDEOGRAPH-284F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F6,
        name: "CJK UNIFIED IDEOGRAPH-284F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F7,
        name: "CJK UNIFIED IDEOGRAPH-284F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F8,
        name: "CJK UNIFIED IDEOGRAPH-284F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x284F9,
        name: "CJK UNIFIED IDEOGRAPH-284F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x284FA,
        name: "CJK UNIFIED IDEOGRAPH-284FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x284FB,
        name: "CJK UNIFIED IDEOGRAPH-284FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x284FC,
        name: "CJK UNIFIED IDEOGRAPH-284FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x284FD,
        name: "CJK UNIFIED IDEOGRAPH-284FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x284FE,
        name: "CJK UNIFIED IDEOGRAPH-284FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x284FF,
        name: "CJK UNIFIED IDEOGRAPH-284FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28500,
        name: "CJK UNIFIED IDEOGRAPH-28500",
    },
    Character {
        age: "3.1",
        codepoint: 0x28501,
        name: "CJK UNIFIED IDEOGRAPH-28501",
    },
    Character {
        age: "3.1",
        codepoint: 0x28502,
        name: "CJK UNIFIED IDEOGRAPH-28502",
    },
    Character {
        age: "3.1",
        codepoint: 0x28503,
        name: "CJK UNIFIED IDEOGRAPH-28503",
    },
    Character {
        age: "3.1",
        codepoint: 0x28504,
        name: "CJK UNIFIED IDEOGRAPH-28504",
    },
    Character {
        age: "3.1",
        codepoint: 0x28505,
        name: "CJK UNIFIED IDEOGRAPH-28505",
    },
    Character {
        age: "3.1",
        codepoint: 0x28506,
        name: "CJK UNIFIED IDEOGRAPH-28506",
    },
    Character {
        age: "3.1",
        codepoint: 0x28507,
        name: "CJK UNIFIED IDEOGRAPH-28507",
    },
    Character {
        age: "3.1",
        codepoint: 0x28508,
        name: "CJK UNIFIED IDEOGRAPH-28508",
    },
    Character {
        age: "3.1",
        codepoint: 0x28509,
        name: "CJK UNIFIED IDEOGRAPH-28509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2850A,
        name: "CJK UNIFIED IDEOGRAPH-2850A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2850B,
        name: "CJK UNIFIED IDEOGRAPH-2850B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2850C,
        name: "CJK UNIFIED IDEOGRAPH-2850C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2850D,
        name: "CJK UNIFIED IDEOGRAPH-2850D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2850E,
        name: "CJK UNIFIED IDEOGRAPH-2850E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2850F,
        name: "CJK UNIFIED IDEOGRAPH-2850F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28510,
        name: "CJK UNIFIED IDEOGRAPH-28510",
    },
    Character {
        age: "3.1",
        codepoint: 0x28511,
        name: "CJK UNIFIED IDEOGRAPH-28511",
    },
    Character {
        age: "3.1",
        codepoint: 0x28512,
        name: "CJK UNIFIED IDEOGRAPH-28512",
    },
    Character {
        age: "3.1",
        codepoint: 0x28513,
        name: "CJK UNIFIED IDEOGRAPH-28513",
    },
    Character {
        age: "3.1",
        codepoint: 0x28514,
        name: "CJK UNIFIED IDEOGRAPH-28514",
    },
    Character {
        age: "3.1",
        codepoint: 0x28515,
        name: "CJK UNIFIED IDEOGRAPH-28515",
    },
    Character {
        age: "3.1",
        codepoint: 0x28516,
        name: "CJK UNIFIED IDEOGRAPH-28516",
    },
    Character {
        age: "3.1",
        codepoint: 0x28517,
        name: "CJK UNIFIED IDEOGRAPH-28517",
    },
    Character {
        age: "3.1",
        codepoint: 0x28518,
        name: "CJK UNIFIED IDEOGRAPH-28518",
    },
    Character {
        age: "3.1",
        codepoint: 0x28519,
        name: "CJK UNIFIED IDEOGRAPH-28519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2851A,
        name: "CJK UNIFIED IDEOGRAPH-2851A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2851B,
        name: "CJK UNIFIED IDEOGRAPH-2851B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2851C,
        name: "CJK UNIFIED IDEOGRAPH-2851C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2851D,
        name: "CJK UNIFIED IDEOGRAPH-2851D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2851E,
        name: "CJK UNIFIED IDEOGRAPH-2851E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2851F,
        name: "CJK UNIFIED IDEOGRAPH-2851F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28520,
        name: "CJK UNIFIED IDEOGRAPH-28520",
    },
    Character {
        age: "3.1",
        codepoint: 0x28521,
        name: "CJK UNIFIED IDEOGRAPH-28521",
    },
    Character {
        age: "3.1",
        codepoint: 0x28522,
        name: "CJK UNIFIED IDEOGRAPH-28522",
    },
    Character {
        age: "3.1",
        codepoint: 0x28523,
        name: "CJK UNIFIED IDEOGRAPH-28523",
    },
    Character {
        age: "3.1",
        codepoint: 0x28524,
        name: "CJK UNIFIED IDEOGRAPH-28524",
    },
    Character {
        age: "3.1",
        codepoint: 0x28525,
        name: "CJK UNIFIED IDEOGRAPH-28525",
    },
    Character {
        age: "3.1",
        codepoint: 0x28526,
        name: "CJK UNIFIED IDEOGRAPH-28526",
    },
    Character {
        age: "3.1",
        codepoint: 0x28527,
        name: "CJK UNIFIED IDEOGRAPH-28527",
    },
    Character {
        age: "3.1",
        codepoint: 0x28528,
        name: "CJK UNIFIED IDEOGRAPH-28528",
    },
    Character {
        age: "3.1",
        codepoint: 0x28529,
        name: "CJK UNIFIED IDEOGRAPH-28529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2852A,
        name: "CJK UNIFIED IDEOGRAPH-2852A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2852B,
        name: "CJK UNIFIED IDEOGRAPH-2852B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2852C,
        name: "CJK UNIFIED IDEOGRAPH-2852C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2852D,
        name: "CJK UNIFIED IDEOGRAPH-2852D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2852E,
        name: "CJK UNIFIED IDEOGRAPH-2852E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2852F,
        name: "CJK UNIFIED IDEOGRAPH-2852F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28530,
        name: "CJK UNIFIED IDEOGRAPH-28530",
    },
    Character {
        age: "3.1",
        codepoint: 0x28531,
        name: "CJK UNIFIED IDEOGRAPH-28531",
    },
    Character {
        age: "3.1",
        codepoint: 0x28532,
        name: "CJK UNIFIED IDEOGRAPH-28532",
    },
    Character {
        age: "3.1",
        codepoint: 0x28533,
        name: "CJK UNIFIED IDEOGRAPH-28533",
    },
    Character {
        age: "3.1",
        codepoint: 0x28534,
        name: "CJK UNIFIED IDEOGRAPH-28534",
    },
    Character {
        age: "3.1",
        codepoint: 0x28535,
        name: "CJK UNIFIED IDEOGRAPH-28535",
    },
    Character {
        age: "3.1",
        codepoint: 0x28536,
        name: "CJK UNIFIED IDEOGRAPH-28536",
    },
    Character {
        age: "3.1",
        codepoint: 0x28537,
        name: "CJK UNIFIED IDEOGRAPH-28537",
    },
    Character {
        age: "3.1",
        codepoint: 0x28538,
        name: "CJK UNIFIED IDEOGRAPH-28538",
    },
    Character {
        age: "3.1",
        codepoint: 0x28539,
        name: "CJK UNIFIED IDEOGRAPH-28539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2853A,
        name: "CJK UNIFIED IDEOGRAPH-2853A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2853B,
        name: "CJK UNIFIED IDEOGRAPH-2853B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2853C,
        name: "CJK UNIFIED IDEOGRAPH-2853C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2853D,
        name: "CJK UNIFIED IDEOGRAPH-2853D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2853E,
        name: "CJK UNIFIED IDEOGRAPH-2853E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2853F,
        name: "CJK UNIFIED IDEOGRAPH-2853F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28540,
        name: "CJK UNIFIED IDEOGRAPH-28540",
    },
    Character {
        age: "3.1",
        codepoint: 0x28541,
        name: "CJK UNIFIED IDEOGRAPH-28541",
    },
    Character {
        age: "3.1",
        codepoint: 0x28542,
        name: "CJK UNIFIED IDEOGRAPH-28542",
    },
    Character {
        age: "3.1",
        codepoint: 0x28543,
        name: "CJK UNIFIED IDEOGRAPH-28543",
    },
    Character {
        age: "3.1",
        codepoint: 0x28544,
        name: "CJK UNIFIED IDEOGRAPH-28544",
    },
    Character {
        age: "3.1",
        codepoint: 0x28545,
        name: "CJK UNIFIED IDEOGRAPH-28545",
    },
    Character {
        age: "3.1",
        codepoint: 0x28546,
        name: "CJK UNIFIED IDEOGRAPH-28546",
    },
    Character {
        age: "3.1",
        codepoint: 0x28547,
        name: "CJK UNIFIED IDEOGRAPH-28547",
    },
    Character {
        age: "3.1",
        codepoint: 0x28548,
        name: "CJK UNIFIED IDEOGRAPH-28548",
    },
    Character {
        age: "3.1",
        codepoint: 0x28549,
        name: "CJK UNIFIED IDEOGRAPH-28549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2854A,
        name: "CJK UNIFIED IDEOGRAPH-2854A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2854B,
        name: "CJK UNIFIED IDEOGRAPH-2854B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2854C,
        name: "CJK UNIFIED IDEOGRAPH-2854C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2854D,
        name: "CJK UNIFIED IDEOGRAPH-2854D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2854E,
        name: "CJK UNIFIED IDEOGRAPH-2854E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2854F,
        name: "CJK UNIFIED IDEOGRAPH-2854F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28550,
        name: "CJK UNIFIED IDEOGRAPH-28550",
    },
    Character {
        age: "3.1",
        codepoint: 0x28551,
        name: "CJK UNIFIED IDEOGRAPH-28551",
    },
    Character {
        age: "3.1",
        codepoint: 0x28552,
        name: "CJK UNIFIED IDEOGRAPH-28552",
    },
    Character {
        age: "3.1",
        codepoint: 0x28553,
        name: "CJK UNIFIED IDEOGRAPH-28553",
    },
    Character {
        age: "3.1",
        codepoint: 0x28554,
        name: "CJK UNIFIED IDEOGRAPH-28554",
    },
    Character {
        age: "3.1",
        codepoint: 0x28555,
        name: "CJK UNIFIED IDEOGRAPH-28555",
    },
    Character {
        age: "3.1",
        codepoint: 0x28556,
        name: "CJK UNIFIED IDEOGRAPH-28556",
    },
    Character {
        age: "3.1",
        codepoint: 0x28557,
        name: "CJK UNIFIED IDEOGRAPH-28557",
    },
    Character {
        age: "3.1",
        codepoint: 0x28558,
        name: "CJK UNIFIED IDEOGRAPH-28558",
    },
    Character {
        age: "3.1",
        codepoint: 0x28559,
        name: "CJK UNIFIED IDEOGRAPH-28559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2855A,
        name: "CJK UNIFIED IDEOGRAPH-2855A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2855B,
        name: "CJK UNIFIED IDEOGRAPH-2855B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2855C,
        name: "CJK UNIFIED IDEOGRAPH-2855C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2855D,
        name: "CJK UNIFIED IDEOGRAPH-2855D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2855E,
        name: "CJK UNIFIED IDEOGRAPH-2855E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2855F,
        name: "CJK UNIFIED IDEOGRAPH-2855F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28560,
        name: "CJK UNIFIED IDEOGRAPH-28560",
    },
    Character {
        age: "3.1",
        codepoint: 0x28561,
        name: "CJK UNIFIED IDEOGRAPH-28561",
    },
    Character {
        age: "3.1",
        codepoint: 0x28562,
        name: "CJK UNIFIED IDEOGRAPH-28562",
    },
    Character {
        age: "3.1",
        codepoint: 0x28563,
        name: "CJK UNIFIED IDEOGRAPH-28563",
    },
    Character {
        age: "3.1",
        codepoint: 0x28564,
        name: "CJK UNIFIED IDEOGRAPH-28564",
    },
    Character {
        age: "3.1",
        codepoint: 0x28565,
        name: "CJK UNIFIED IDEOGRAPH-28565",
    },
    Character {
        age: "3.1",
        codepoint: 0x28566,
        name: "CJK UNIFIED IDEOGRAPH-28566",
    },
    Character {
        age: "3.1",
        codepoint: 0x28567,
        name: "CJK UNIFIED IDEOGRAPH-28567",
    },
    Character {
        age: "3.1",
        codepoint: 0x28568,
        name: "CJK UNIFIED IDEOGRAPH-28568",
    },
    Character {
        age: "3.1",
        codepoint: 0x28569,
        name: "CJK UNIFIED IDEOGRAPH-28569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2856A,
        name: "CJK UNIFIED IDEOGRAPH-2856A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2856B,
        name: "CJK UNIFIED IDEOGRAPH-2856B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2856C,
        name: "CJK UNIFIED IDEOGRAPH-2856C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2856D,
        name: "CJK UNIFIED IDEOGRAPH-2856D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2856E,
        name: "CJK UNIFIED IDEOGRAPH-2856E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2856F,
        name: "CJK UNIFIED IDEOGRAPH-2856F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28570,
        name: "CJK UNIFIED IDEOGRAPH-28570",
    },
    Character {
        age: "3.1",
        codepoint: 0x28571,
        name: "CJK UNIFIED IDEOGRAPH-28571",
    },
    Character {
        age: "3.1",
        codepoint: 0x28572,
        name: "CJK UNIFIED IDEOGRAPH-28572",
    },
    Character {
        age: "3.1",
        codepoint: 0x28573,
        name: "CJK UNIFIED IDEOGRAPH-28573",
    },
    Character {
        age: "3.1",
        codepoint: 0x28574,
        name: "CJK UNIFIED IDEOGRAPH-28574",
    },
    Character {
        age: "3.1",
        codepoint: 0x28575,
        name: "CJK UNIFIED IDEOGRAPH-28575",
    },
    Character {
        age: "3.1",
        codepoint: 0x28576,
        name: "CJK UNIFIED IDEOGRAPH-28576",
    },
    Character {
        age: "3.1",
        codepoint: 0x28577,
        name: "CJK UNIFIED IDEOGRAPH-28577",
    },
    Character {
        age: "3.1",
        codepoint: 0x28578,
        name: "CJK UNIFIED IDEOGRAPH-28578",
    },
    Character {
        age: "3.1",
        codepoint: 0x28579,
        name: "CJK UNIFIED IDEOGRAPH-28579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2857A,
        name: "CJK UNIFIED IDEOGRAPH-2857A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2857B,
        name: "CJK UNIFIED IDEOGRAPH-2857B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2857C,
        name: "CJK UNIFIED IDEOGRAPH-2857C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2857D,
        name: "CJK UNIFIED IDEOGRAPH-2857D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2857E,
        name: "CJK UNIFIED IDEOGRAPH-2857E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2857F,
        name: "CJK UNIFIED IDEOGRAPH-2857F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28580,
        name: "CJK UNIFIED IDEOGRAPH-28580",
    },
    Character {
        age: "3.1",
        codepoint: 0x28581,
        name: "CJK UNIFIED IDEOGRAPH-28581",
    },
    Character {
        age: "3.1",
        codepoint: 0x28582,
        name: "CJK UNIFIED IDEOGRAPH-28582",
    },
    Character {
        age: "3.1",
        codepoint: 0x28583,
        name: "CJK UNIFIED IDEOGRAPH-28583",
    },
    Character {
        age: "3.1",
        codepoint: 0x28584,
        name: "CJK UNIFIED IDEOGRAPH-28584",
    },
    Character {
        age: "3.1",
        codepoint: 0x28585,
        name: "CJK UNIFIED IDEOGRAPH-28585",
    },
    Character {
        age: "3.1",
        codepoint: 0x28586,
        name: "CJK UNIFIED IDEOGRAPH-28586",
    },
    Character {
        age: "3.1",
        codepoint: 0x28587,
        name: "CJK UNIFIED IDEOGRAPH-28587",
    },
    Character {
        age: "3.1",
        codepoint: 0x28588,
        name: "CJK UNIFIED IDEOGRAPH-28588",
    },
    Character {
        age: "3.1",
        codepoint: 0x28589,
        name: "CJK UNIFIED IDEOGRAPH-28589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2858A,
        name: "CJK UNIFIED IDEOGRAPH-2858A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2858B,
        name: "CJK UNIFIED IDEOGRAPH-2858B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2858C,
        name: "CJK UNIFIED IDEOGRAPH-2858C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2858D,
        name: "CJK UNIFIED IDEOGRAPH-2858D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2858E,
        name: "CJK UNIFIED IDEOGRAPH-2858E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2858F,
        name: "CJK UNIFIED IDEOGRAPH-2858F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28590,
        name: "CJK UNIFIED IDEOGRAPH-28590",
    },
    Character {
        age: "3.1",
        codepoint: 0x28591,
        name: "CJK UNIFIED IDEOGRAPH-28591",
    },
    Character {
        age: "3.1",
        codepoint: 0x28592,
        name: "CJK UNIFIED IDEOGRAPH-28592",
    },
    Character {
        age: "3.1",
        codepoint: 0x28593,
        name: "CJK UNIFIED IDEOGRAPH-28593",
    },
    Character {
        age: "3.1",
        codepoint: 0x28594,
        name: "CJK UNIFIED IDEOGRAPH-28594",
    },
    Character {
        age: "3.1",
        codepoint: 0x28595,
        name: "CJK UNIFIED IDEOGRAPH-28595",
    },
    Character {
        age: "3.1",
        codepoint: 0x28596,
        name: "CJK UNIFIED IDEOGRAPH-28596",
    },
    Character {
        age: "3.1",
        codepoint: 0x28597,
        name: "CJK UNIFIED IDEOGRAPH-28597",
    },
    Character {
        age: "3.1",
        codepoint: 0x28598,
        name: "CJK UNIFIED IDEOGRAPH-28598",
    },
    Character {
        age: "3.1",
        codepoint: 0x28599,
        name: "CJK UNIFIED IDEOGRAPH-28599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2859A,
        name: "CJK UNIFIED IDEOGRAPH-2859A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2859B,
        name: "CJK UNIFIED IDEOGRAPH-2859B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2859C,
        name: "CJK UNIFIED IDEOGRAPH-2859C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2859D,
        name: "CJK UNIFIED IDEOGRAPH-2859D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2859E,
        name: "CJK UNIFIED IDEOGRAPH-2859E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2859F,
        name: "CJK UNIFIED IDEOGRAPH-2859F",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A0,
        name: "CJK UNIFIED IDEOGRAPH-285A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A1,
        name: "CJK UNIFIED IDEOGRAPH-285A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A2,
        name: "CJK UNIFIED IDEOGRAPH-285A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A3,
        name: "CJK UNIFIED IDEOGRAPH-285A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A4,
        name: "CJK UNIFIED IDEOGRAPH-285A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A5,
        name: "CJK UNIFIED IDEOGRAPH-285A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A6,
        name: "CJK UNIFIED IDEOGRAPH-285A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A7,
        name: "CJK UNIFIED IDEOGRAPH-285A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A8,
        name: "CJK UNIFIED IDEOGRAPH-285A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x285A9,
        name: "CJK UNIFIED IDEOGRAPH-285A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x285AA,
        name: "CJK UNIFIED IDEOGRAPH-285AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x285AB,
        name: "CJK UNIFIED IDEOGRAPH-285AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x285AC,
        name: "CJK UNIFIED IDEOGRAPH-285AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x285AD,
        name: "CJK UNIFIED IDEOGRAPH-285AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x285AE,
        name: "CJK UNIFIED IDEOGRAPH-285AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x285AF,
        name: "CJK UNIFIED IDEOGRAPH-285AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B0,
        name: "CJK UNIFIED IDEOGRAPH-285B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B1,
        name: "CJK UNIFIED IDEOGRAPH-285B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B2,
        name: "CJK UNIFIED IDEOGRAPH-285B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B3,
        name: "CJK UNIFIED IDEOGRAPH-285B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B4,
        name: "CJK UNIFIED IDEOGRAPH-285B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B5,
        name: "CJK UNIFIED IDEOGRAPH-285B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B6,
        name: "CJK UNIFIED IDEOGRAPH-285B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B7,
        name: "CJK UNIFIED IDEOGRAPH-285B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B8,
        name: "CJK UNIFIED IDEOGRAPH-285B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x285B9,
        name: "CJK UNIFIED IDEOGRAPH-285B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x285BA,
        name: "CJK UNIFIED IDEOGRAPH-285BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x285BB,
        name: "CJK UNIFIED IDEOGRAPH-285BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x285BC,
        name: "CJK UNIFIED IDEOGRAPH-285BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x285BD,
        name: "CJK UNIFIED IDEOGRAPH-285BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x285BE,
        name: "CJK UNIFIED IDEOGRAPH-285BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x285BF,
        name: "CJK UNIFIED IDEOGRAPH-285BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C0,
        name: "CJK UNIFIED IDEOGRAPH-285C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C1,
        name: "CJK UNIFIED IDEOGRAPH-285C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C2,
        name: "CJK UNIFIED IDEOGRAPH-285C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C3,
        name: "CJK UNIFIED IDEOGRAPH-285C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C4,
        name: "CJK UNIFIED IDEOGRAPH-285C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C5,
        name: "CJK UNIFIED IDEOGRAPH-285C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C6,
        name: "CJK UNIFIED IDEOGRAPH-285C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C7,
        name: "CJK UNIFIED IDEOGRAPH-285C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C8,
        name: "CJK UNIFIED IDEOGRAPH-285C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x285C9,
        name: "CJK UNIFIED IDEOGRAPH-285C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x285CA,
        name: "CJK UNIFIED IDEOGRAPH-285CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x285CB,
        name: "CJK UNIFIED IDEOGRAPH-285CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x285CC,
        name: "CJK UNIFIED IDEOGRAPH-285CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x285CD,
        name: "CJK UNIFIED IDEOGRAPH-285CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x285CE,
        name: "CJK UNIFIED IDEOGRAPH-285CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x285CF,
        name: "CJK UNIFIED IDEOGRAPH-285CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D0,
        name: "CJK UNIFIED IDEOGRAPH-285D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D1,
        name: "CJK UNIFIED IDEOGRAPH-285D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D2,
        name: "CJK UNIFIED IDEOGRAPH-285D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D3,
        name: "CJK UNIFIED IDEOGRAPH-285D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D4,
        name: "CJK UNIFIED IDEOGRAPH-285D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D5,
        name: "CJK UNIFIED IDEOGRAPH-285D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D6,
        name: "CJK UNIFIED IDEOGRAPH-285D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D7,
        name: "CJK UNIFIED IDEOGRAPH-285D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D8,
        name: "CJK UNIFIED IDEOGRAPH-285D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x285D9,
        name: "CJK UNIFIED IDEOGRAPH-285D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x285DA,
        name: "CJK UNIFIED IDEOGRAPH-285DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x285DB,
        name: "CJK UNIFIED IDEOGRAPH-285DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x285DC,
        name: "CJK UNIFIED IDEOGRAPH-285DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x285DD,
        name: "CJK UNIFIED IDEOGRAPH-285DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x285DE,
        name: "CJK UNIFIED IDEOGRAPH-285DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x285DF,
        name: "CJK UNIFIED IDEOGRAPH-285DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E0,
        name: "CJK UNIFIED IDEOGRAPH-285E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E1,
        name: "CJK UNIFIED IDEOGRAPH-285E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E2,
        name: "CJK UNIFIED IDEOGRAPH-285E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E3,
        name: "CJK UNIFIED IDEOGRAPH-285E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E4,
        name: "CJK UNIFIED IDEOGRAPH-285E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E5,
        name: "CJK UNIFIED IDEOGRAPH-285E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E6,
        name: "CJK UNIFIED IDEOGRAPH-285E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E7,
        name: "CJK UNIFIED IDEOGRAPH-285E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E8,
        name: "CJK UNIFIED IDEOGRAPH-285E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x285E9,
        name: "CJK UNIFIED IDEOGRAPH-285E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x285EA,
        name: "CJK UNIFIED IDEOGRAPH-285EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x285EB,
        name: "CJK UNIFIED IDEOGRAPH-285EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x285EC,
        name: "CJK UNIFIED IDEOGRAPH-285EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x285ED,
        name: "CJK UNIFIED IDEOGRAPH-285ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x285EE,
        name: "CJK UNIFIED IDEOGRAPH-285EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x285EF,
        name: "CJK UNIFIED IDEOGRAPH-285EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F0,
        name: "CJK UNIFIED IDEOGRAPH-285F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F1,
        name: "CJK UNIFIED IDEOGRAPH-285F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F2,
        name: "CJK UNIFIED IDEOGRAPH-285F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F3,
        name: "CJK UNIFIED IDEOGRAPH-285F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F4,
        name: "CJK UNIFIED IDEOGRAPH-285F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F5,
        name: "CJK UNIFIED IDEOGRAPH-285F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F6,
        name: "CJK UNIFIED IDEOGRAPH-285F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F7,
        name: "CJK UNIFIED IDEOGRAPH-285F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F8,
        name: "CJK UNIFIED IDEOGRAPH-285F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x285F9,
        name: "CJK UNIFIED IDEOGRAPH-285F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x285FA,
        name: "CJK UNIFIED IDEOGRAPH-285FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x285FB,
        name: "CJK UNIFIED IDEOGRAPH-285FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x285FC,
        name: "CJK UNIFIED IDEOGRAPH-285FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x285FD,
        name: "CJK UNIFIED IDEOGRAPH-285FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x285FE,
        name: "CJK UNIFIED IDEOGRAPH-285FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x285FF,
        name: "CJK UNIFIED IDEOGRAPH-285FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28600,
        name: "CJK UNIFIED IDEOGRAPH-28600",
    },
    Character {
        age: "3.1",
        codepoint: 0x28601,
        name: "CJK UNIFIED IDEOGRAPH-28601",
    },
    Character {
        age: "3.1",
        codepoint: 0x28602,
        name: "CJK UNIFIED IDEOGRAPH-28602",
    },
    Character {
        age: "3.1",
        codepoint: 0x28603,
        name: "CJK UNIFIED IDEOGRAPH-28603",
    },
    Character {
        age: "3.1",
        codepoint: 0x28604,
        name: "CJK UNIFIED IDEOGRAPH-28604",
    },
    Character {
        age: "3.1",
        codepoint: 0x28605,
        name: "CJK UNIFIED IDEOGRAPH-28605",
    },
    Character {
        age: "3.1",
        codepoint: 0x28606,
        name: "CJK UNIFIED IDEOGRAPH-28606",
    },
    Character {
        age: "3.1",
        codepoint: 0x28607,
        name: "CJK UNIFIED IDEOGRAPH-28607",
    },
    Character {
        age: "3.1",
        codepoint: 0x28608,
        name: "CJK UNIFIED IDEOGRAPH-28608",
    },
    Character {
        age: "3.1",
        codepoint: 0x28609,
        name: "CJK UNIFIED IDEOGRAPH-28609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2860A,
        name: "CJK UNIFIED IDEOGRAPH-2860A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2860B,
        name: "CJK UNIFIED IDEOGRAPH-2860B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2860C,
        name: "CJK UNIFIED IDEOGRAPH-2860C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2860D,
        name: "CJK UNIFIED IDEOGRAPH-2860D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2860E,
        name: "CJK UNIFIED IDEOGRAPH-2860E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2860F,
        name: "CJK UNIFIED IDEOGRAPH-2860F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28610,
        name: "CJK UNIFIED IDEOGRAPH-28610",
    },
    Character {
        age: "3.1",
        codepoint: 0x28611,
        name: "CJK UNIFIED IDEOGRAPH-28611",
    },
    Character {
        age: "3.1",
        codepoint: 0x28612,
        name: "CJK UNIFIED IDEOGRAPH-28612",
    },
    Character {
        age: "3.1",
        codepoint: 0x28613,
        name: "CJK UNIFIED IDEOGRAPH-28613",
    },
    Character {
        age: "3.1",
        codepoint: 0x28614,
        name: "CJK UNIFIED IDEOGRAPH-28614",
    },
    Character {
        age: "3.1",
        codepoint: 0x28615,
        name: "CJK UNIFIED IDEOGRAPH-28615",
    },
    Character {
        age: "3.1",
        codepoint: 0x28616,
        name: "CJK UNIFIED IDEOGRAPH-28616",
    },
    Character {
        age: "3.1",
        codepoint: 0x28617,
        name: "CJK UNIFIED IDEOGRAPH-28617",
    },
    Character {
        age: "3.1",
        codepoint: 0x28618,
        name: "CJK UNIFIED IDEOGRAPH-28618",
    },
    Character {
        age: "3.1",
        codepoint: 0x28619,
        name: "CJK UNIFIED IDEOGRAPH-28619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2861A,
        name: "CJK UNIFIED IDEOGRAPH-2861A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2861B,
        name: "CJK UNIFIED IDEOGRAPH-2861B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2861C,
        name: "CJK UNIFIED IDEOGRAPH-2861C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2861D,
        name: "CJK UNIFIED IDEOGRAPH-2861D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2861E,
        name: "CJK UNIFIED IDEOGRAPH-2861E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2861F,
        name: "CJK UNIFIED IDEOGRAPH-2861F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28620,
        name: "CJK UNIFIED IDEOGRAPH-28620",
    },
    Character {
        age: "3.1",
        codepoint: 0x28621,
        name: "CJK UNIFIED IDEOGRAPH-28621",
    },
    Character {
        age: "3.1",
        codepoint: 0x28622,
        name: "CJK UNIFIED IDEOGRAPH-28622",
    },
    Character {
        age: "3.1",
        codepoint: 0x28623,
        name: "CJK UNIFIED IDEOGRAPH-28623",
    },
    Character {
        age: "3.1",
        codepoint: 0x28624,
        name: "CJK UNIFIED IDEOGRAPH-28624",
    },
    Character {
        age: "3.1",
        codepoint: 0x28625,
        name: "CJK UNIFIED IDEOGRAPH-28625",
    },
    Character {
        age: "3.1",
        codepoint: 0x28626,
        name: "CJK UNIFIED IDEOGRAPH-28626",
    },
    Character {
        age: "3.1",
        codepoint: 0x28627,
        name: "CJK UNIFIED IDEOGRAPH-28627",
    },
    Character {
        age: "3.1",
        codepoint: 0x28628,
        name: "CJK UNIFIED IDEOGRAPH-28628",
    },
    Character {
        age: "3.1",
        codepoint: 0x28629,
        name: "CJK UNIFIED IDEOGRAPH-28629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2862A,
        name: "CJK UNIFIED IDEOGRAPH-2862A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2862B,
        name: "CJK UNIFIED IDEOGRAPH-2862B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2862C,
        name: "CJK UNIFIED IDEOGRAPH-2862C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2862D,
        name: "CJK UNIFIED IDEOGRAPH-2862D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2862E,
        name: "CJK UNIFIED IDEOGRAPH-2862E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2862F,
        name: "CJK UNIFIED IDEOGRAPH-2862F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28630,
        name: "CJK UNIFIED IDEOGRAPH-28630",
    },
    Character {
        age: "3.1",
        codepoint: 0x28631,
        name: "CJK UNIFIED IDEOGRAPH-28631",
    },
    Character {
        age: "3.1",
        codepoint: 0x28632,
        name: "CJK UNIFIED IDEOGRAPH-28632",
    },
    Character {
        age: "3.1",
        codepoint: 0x28633,
        name: "CJK UNIFIED IDEOGRAPH-28633",
    },
    Character {
        age: "3.1",
        codepoint: 0x28634,
        name: "CJK UNIFIED IDEOGRAPH-28634",
    },
    Character {
        age: "3.1",
        codepoint: 0x28635,
        name: "CJK UNIFIED IDEOGRAPH-28635",
    },
    Character {
        age: "3.1",
        codepoint: 0x28636,
        name: "CJK UNIFIED IDEOGRAPH-28636",
    },
    Character {
        age: "3.1",
        codepoint: 0x28637,
        name: "CJK UNIFIED IDEOGRAPH-28637",
    },
    Character {
        age: "3.1",
        codepoint: 0x28638,
        name: "CJK UNIFIED IDEOGRAPH-28638",
    },
    Character {
        age: "3.1",
        codepoint: 0x28639,
        name: "CJK UNIFIED IDEOGRAPH-28639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2863A,
        name: "CJK UNIFIED IDEOGRAPH-2863A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2863B,
        name: "CJK UNIFIED IDEOGRAPH-2863B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2863C,
        name: "CJK UNIFIED IDEOGRAPH-2863C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2863D,
        name: "CJK UNIFIED IDEOGRAPH-2863D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2863E,
        name: "CJK UNIFIED IDEOGRAPH-2863E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2863F,
        name: "CJK UNIFIED IDEOGRAPH-2863F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28640,
        name: "CJK UNIFIED IDEOGRAPH-28640",
    },
    Character {
        age: "3.1",
        codepoint: 0x28641,
        name: "CJK UNIFIED IDEOGRAPH-28641",
    },
    Character {
        age: "3.1",
        codepoint: 0x28642,
        name: "CJK UNIFIED IDEOGRAPH-28642",
    },
    Character {
        age: "3.1",
        codepoint: 0x28643,
        name: "CJK UNIFIED IDEOGRAPH-28643",
    },
    Character {
        age: "3.1",
        codepoint: 0x28644,
        name: "CJK UNIFIED IDEOGRAPH-28644",
    },
    Character {
        age: "3.1",
        codepoint: 0x28645,
        name: "CJK UNIFIED IDEOGRAPH-28645",
    },
    Character {
        age: "3.1",
        codepoint: 0x28646,
        name: "CJK UNIFIED IDEOGRAPH-28646",
    },
    Character {
        age: "3.1",
        codepoint: 0x28647,
        name: "CJK UNIFIED IDEOGRAPH-28647",
    },
    Character {
        age: "3.1",
        codepoint: 0x28648,
        name: "CJK UNIFIED IDEOGRAPH-28648",
    },
    Character {
        age: "3.1",
        codepoint: 0x28649,
        name: "CJK UNIFIED IDEOGRAPH-28649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2864A,
        name: "CJK UNIFIED IDEOGRAPH-2864A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2864B,
        name: "CJK UNIFIED IDEOGRAPH-2864B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2864C,
        name: "CJK UNIFIED IDEOGRAPH-2864C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2864D,
        name: "CJK UNIFIED IDEOGRAPH-2864D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2864E,
        name: "CJK UNIFIED IDEOGRAPH-2864E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2864F,
        name: "CJK UNIFIED IDEOGRAPH-2864F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28650,
        name: "CJK UNIFIED IDEOGRAPH-28650",
    },
    Character {
        age: "3.1",
        codepoint: 0x28651,
        name: "CJK UNIFIED IDEOGRAPH-28651",
    },
    Character {
        age: "3.1",
        codepoint: 0x28652,
        name: "CJK UNIFIED IDEOGRAPH-28652",
    },
    Character {
        age: "3.1",
        codepoint: 0x28653,
        name: "CJK UNIFIED IDEOGRAPH-28653",
    },
    Character {
        age: "3.1",
        codepoint: 0x28654,
        name: "CJK UNIFIED IDEOGRAPH-28654",
    },
    Character {
        age: "3.1",
        codepoint: 0x28655,
        name: "CJK UNIFIED IDEOGRAPH-28655",
    },
    Character {
        age: "3.1",
        codepoint: 0x28656,
        name: "CJK UNIFIED IDEOGRAPH-28656",
    },
    Character {
        age: "3.1",
        codepoint: 0x28657,
        name: "CJK UNIFIED IDEOGRAPH-28657",
    },
    Character {
        age: "3.1",
        codepoint: 0x28658,
        name: "CJK UNIFIED IDEOGRAPH-28658",
    },
    Character {
        age: "3.1",
        codepoint: 0x28659,
        name: "CJK UNIFIED IDEOGRAPH-28659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2865A,
        name: "CJK UNIFIED IDEOGRAPH-2865A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2865B,
        name: "CJK UNIFIED IDEOGRAPH-2865B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2865C,
        name: "CJK UNIFIED IDEOGRAPH-2865C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2865D,
        name: "CJK UNIFIED IDEOGRAPH-2865D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2865E,
        name: "CJK UNIFIED IDEOGRAPH-2865E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2865F,
        name: "CJK UNIFIED IDEOGRAPH-2865F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28660,
        name: "CJK UNIFIED IDEOGRAPH-28660",
    },
    Character {
        age: "3.1",
        codepoint: 0x28661,
        name: "CJK UNIFIED IDEOGRAPH-28661",
    },
    Character {
        age: "3.1",
        codepoint: 0x28662,
        name: "CJK UNIFIED IDEOGRAPH-28662",
    },
    Character {
        age: "3.1",
        codepoint: 0x28663,
        name: "CJK UNIFIED IDEOGRAPH-28663",
    },
    Character {
        age: "3.1",
        codepoint: 0x28664,
        name: "CJK UNIFIED IDEOGRAPH-28664",
    },
    Character {
        age: "3.1",
        codepoint: 0x28665,
        name: "CJK UNIFIED IDEOGRAPH-28665",
    },
    Character {
        age: "3.1",
        codepoint: 0x28666,
        name: "CJK UNIFIED IDEOGRAPH-28666",
    },
    Character {
        age: "3.1",
        codepoint: 0x28667,
        name: "CJK UNIFIED IDEOGRAPH-28667",
    },
    Character {
        age: "3.1",
        codepoint: 0x28668,
        name: "CJK UNIFIED IDEOGRAPH-28668",
    },
    Character {
        age: "3.1",
        codepoint: 0x28669,
        name: "CJK UNIFIED IDEOGRAPH-28669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2866A,
        name: "CJK UNIFIED IDEOGRAPH-2866A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2866B,
        name: "CJK UNIFIED IDEOGRAPH-2866B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2866C,
        name: "CJK UNIFIED IDEOGRAPH-2866C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2866D,
        name: "CJK UNIFIED IDEOGRAPH-2866D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2866E,
        name: "CJK UNIFIED IDEOGRAPH-2866E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2866F,
        name: "CJK UNIFIED IDEOGRAPH-2866F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28670,
        name: "CJK UNIFIED IDEOGRAPH-28670",
    },
    Character {
        age: "3.1",
        codepoint: 0x28671,
        name: "CJK UNIFIED IDEOGRAPH-28671",
    },
    Character {
        age: "3.1",
        codepoint: 0x28672,
        name: "CJK UNIFIED IDEOGRAPH-28672",
    },
    Character {
        age: "3.1",
        codepoint: 0x28673,
        name: "CJK UNIFIED IDEOGRAPH-28673",
    },
    Character {
        age: "3.1",
        codepoint: 0x28674,
        name: "CJK UNIFIED IDEOGRAPH-28674",
    },
    Character {
        age: "3.1",
        codepoint: 0x28675,
        name: "CJK UNIFIED IDEOGRAPH-28675",
    },
    Character {
        age: "3.1",
        codepoint: 0x28676,
        name: "CJK UNIFIED IDEOGRAPH-28676",
    },
    Character {
        age: "3.1",
        codepoint: 0x28677,
        name: "CJK UNIFIED IDEOGRAPH-28677",
    },
    Character {
        age: "3.1",
        codepoint: 0x28678,
        name: "CJK UNIFIED IDEOGRAPH-28678",
    },
    Character {
        age: "3.1",
        codepoint: 0x28679,
        name: "CJK UNIFIED IDEOGRAPH-28679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2867A,
        name: "CJK UNIFIED IDEOGRAPH-2867A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2867B,
        name: "CJK UNIFIED IDEOGRAPH-2867B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2867C,
        name: "CJK UNIFIED IDEOGRAPH-2867C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2867D,
        name: "CJK UNIFIED IDEOGRAPH-2867D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2867E,
        name: "CJK UNIFIED IDEOGRAPH-2867E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2867F,
        name: "CJK UNIFIED IDEOGRAPH-2867F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28680,
        name: "CJK UNIFIED IDEOGRAPH-28680",
    },
    Character {
        age: "3.1",
        codepoint: 0x28681,
        name: "CJK UNIFIED IDEOGRAPH-28681",
    },
    Character {
        age: "3.1",
        codepoint: 0x28682,
        name: "CJK UNIFIED IDEOGRAPH-28682",
    },
    Character {
        age: "3.1",
        codepoint: 0x28683,
        name: "CJK UNIFIED IDEOGRAPH-28683",
    },
    Character {
        age: "3.1",
        codepoint: 0x28684,
        name: "CJK UNIFIED IDEOGRAPH-28684",
    },
    Character {
        age: "3.1",
        codepoint: 0x28685,
        name: "CJK UNIFIED IDEOGRAPH-28685",
    },
    Character {
        age: "3.1",
        codepoint: 0x28686,
        name: "CJK UNIFIED IDEOGRAPH-28686",
    },
    Character {
        age: "3.1",
        codepoint: 0x28687,
        name: "CJK UNIFIED IDEOGRAPH-28687",
    },
    Character {
        age: "3.1",
        codepoint: 0x28688,
        name: "CJK UNIFIED IDEOGRAPH-28688",
    },
    Character {
        age: "3.1",
        codepoint: 0x28689,
        name: "CJK UNIFIED IDEOGRAPH-28689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2868A,
        name: "CJK UNIFIED IDEOGRAPH-2868A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2868B,
        name: "CJK UNIFIED IDEOGRAPH-2868B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2868C,
        name: "CJK UNIFIED IDEOGRAPH-2868C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2868D,
        name: "CJK UNIFIED IDEOGRAPH-2868D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2868E,
        name: "CJK UNIFIED IDEOGRAPH-2868E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2868F,
        name: "CJK UNIFIED IDEOGRAPH-2868F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28690,
        name: "CJK UNIFIED IDEOGRAPH-28690",
    },
    Character {
        age: "3.1",
        codepoint: 0x28691,
        name: "CJK UNIFIED IDEOGRAPH-28691",
    },
    Character {
        age: "3.1",
        codepoint: 0x28692,
        name: "CJK UNIFIED IDEOGRAPH-28692",
    },
    Character {
        age: "3.1",
        codepoint: 0x28693,
        name: "CJK UNIFIED IDEOGRAPH-28693",
    },
    Character {
        age: "3.1",
        codepoint: 0x28694,
        name: "CJK UNIFIED IDEOGRAPH-28694",
    },
    Character {
        age: "3.1",
        codepoint: 0x28695,
        name: "CJK UNIFIED IDEOGRAPH-28695",
    },
    Character {
        age: "3.1",
        codepoint: 0x28696,
        name: "CJK UNIFIED IDEOGRAPH-28696",
    },
    Character {
        age: "3.1",
        codepoint: 0x28697,
        name: "CJK UNIFIED IDEOGRAPH-28697",
    },
    Character {
        age: "3.1",
        codepoint: 0x28698,
        name: "CJK UNIFIED IDEOGRAPH-28698",
    },
    Character {
        age: "3.1",
        codepoint: 0x28699,
        name: "CJK UNIFIED IDEOGRAPH-28699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2869A,
        name: "CJK UNIFIED IDEOGRAPH-2869A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2869B,
        name: "CJK UNIFIED IDEOGRAPH-2869B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2869C,
        name: "CJK UNIFIED IDEOGRAPH-2869C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2869D,
        name: "CJK UNIFIED IDEOGRAPH-2869D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2869E,
        name: "CJK UNIFIED IDEOGRAPH-2869E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2869F,
        name: "CJK UNIFIED IDEOGRAPH-2869F",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A0,
        name: "CJK UNIFIED IDEOGRAPH-286A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A1,
        name: "CJK UNIFIED IDEOGRAPH-286A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A2,
        name: "CJK UNIFIED IDEOGRAPH-286A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A3,
        name: "CJK UNIFIED IDEOGRAPH-286A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A4,
        name: "CJK UNIFIED IDEOGRAPH-286A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A5,
        name: "CJK UNIFIED IDEOGRAPH-286A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A6,
        name: "CJK UNIFIED IDEOGRAPH-286A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A7,
        name: "CJK UNIFIED IDEOGRAPH-286A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A8,
        name: "CJK UNIFIED IDEOGRAPH-286A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x286A9,
        name: "CJK UNIFIED IDEOGRAPH-286A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x286AA,
        name: "CJK UNIFIED IDEOGRAPH-286AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x286AB,
        name: "CJK UNIFIED IDEOGRAPH-286AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x286AC,
        name: "CJK UNIFIED IDEOGRAPH-286AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x286AD,
        name: "CJK UNIFIED IDEOGRAPH-286AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x286AE,
        name: "CJK UNIFIED IDEOGRAPH-286AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x286AF,
        name: "CJK UNIFIED IDEOGRAPH-286AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B0,
        name: "CJK UNIFIED IDEOGRAPH-286B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B1,
        name: "CJK UNIFIED IDEOGRAPH-286B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B2,
        name: "CJK UNIFIED IDEOGRAPH-286B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B3,
        name: "CJK UNIFIED IDEOGRAPH-286B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B4,
        name: "CJK UNIFIED IDEOGRAPH-286B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B5,
        name: "CJK UNIFIED IDEOGRAPH-286B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B6,
        name: "CJK UNIFIED IDEOGRAPH-286B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B7,
        name: "CJK UNIFIED IDEOGRAPH-286B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B8,
        name: "CJK UNIFIED IDEOGRAPH-286B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x286B9,
        name: "CJK UNIFIED IDEOGRAPH-286B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x286BA,
        name: "CJK UNIFIED IDEOGRAPH-286BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x286BB,
        name: "CJK UNIFIED IDEOGRAPH-286BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x286BC,
        name: "CJK UNIFIED IDEOGRAPH-286BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x286BD,
        name: "CJK UNIFIED IDEOGRAPH-286BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x286BE,
        name: "CJK UNIFIED IDEOGRAPH-286BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x286BF,
        name: "CJK UNIFIED IDEOGRAPH-286BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C0,
        name: "CJK UNIFIED IDEOGRAPH-286C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C1,
        name: "CJK UNIFIED IDEOGRAPH-286C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C2,
        name: "CJK UNIFIED IDEOGRAPH-286C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C3,
        name: "CJK UNIFIED IDEOGRAPH-286C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C4,
        name: "CJK UNIFIED IDEOGRAPH-286C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C5,
        name: "CJK UNIFIED IDEOGRAPH-286C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C6,
        name: "CJK UNIFIED IDEOGRAPH-286C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C7,
        name: "CJK UNIFIED IDEOGRAPH-286C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C8,
        name: "CJK UNIFIED IDEOGRAPH-286C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x286C9,
        name: "CJK UNIFIED IDEOGRAPH-286C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x286CA,
        name: "CJK UNIFIED IDEOGRAPH-286CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x286CB,
        name: "CJK UNIFIED IDEOGRAPH-286CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x286CC,
        name: "CJK UNIFIED IDEOGRAPH-286CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x286CD,
        name: "CJK UNIFIED IDEOGRAPH-286CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x286CE,
        name: "CJK UNIFIED IDEOGRAPH-286CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x286CF,
        name: "CJK UNIFIED IDEOGRAPH-286CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D0,
        name: "CJK UNIFIED IDEOGRAPH-286D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D1,
        name: "CJK UNIFIED IDEOGRAPH-286D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D2,
        name: "CJK UNIFIED IDEOGRAPH-286D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D3,
        name: "CJK UNIFIED IDEOGRAPH-286D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D4,
        name: "CJK UNIFIED IDEOGRAPH-286D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D5,
        name: "CJK UNIFIED IDEOGRAPH-286D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D6,
        name: "CJK UNIFIED IDEOGRAPH-286D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D7,
        name: "CJK UNIFIED IDEOGRAPH-286D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D8,
        name: "CJK UNIFIED IDEOGRAPH-286D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x286D9,
        name: "CJK UNIFIED IDEOGRAPH-286D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x286DA,
        name: "CJK UNIFIED IDEOGRAPH-286DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x286DB,
        name: "CJK UNIFIED IDEOGRAPH-286DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x286DC,
        name: "CJK UNIFIED IDEOGRAPH-286DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x286DD,
        name: "CJK UNIFIED IDEOGRAPH-286DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x286DE,
        name: "CJK UNIFIED IDEOGRAPH-286DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x286DF,
        name: "CJK UNIFIED IDEOGRAPH-286DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E0,
        name: "CJK UNIFIED IDEOGRAPH-286E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E1,
        name: "CJK UNIFIED IDEOGRAPH-286E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E2,
        name: "CJK UNIFIED IDEOGRAPH-286E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E3,
        name: "CJK UNIFIED IDEOGRAPH-286E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E4,
        name: "CJK UNIFIED IDEOGRAPH-286E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E5,
        name: "CJK UNIFIED IDEOGRAPH-286E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E6,
        name: "CJK UNIFIED IDEOGRAPH-286E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E7,
        name: "CJK UNIFIED IDEOGRAPH-286E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E8,
        name: "CJK UNIFIED IDEOGRAPH-286E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x286E9,
        name: "CJK UNIFIED IDEOGRAPH-286E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x286EA,
        name: "CJK UNIFIED IDEOGRAPH-286EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x286EB,
        name: "CJK UNIFIED IDEOGRAPH-286EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x286EC,
        name: "CJK UNIFIED IDEOGRAPH-286EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x286ED,
        name: "CJK UNIFIED IDEOGRAPH-286ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x286EE,
        name: "CJK UNIFIED IDEOGRAPH-286EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x286EF,
        name: "CJK UNIFIED IDEOGRAPH-286EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F0,
        name: "CJK UNIFIED IDEOGRAPH-286F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F1,
        name: "CJK UNIFIED IDEOGRAPH-286F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F2,
        name: "CJK UNIFIED IDEOGRAPH-286F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F3,
        name: "CJK UNIFIED IDEOGRAPH-286F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F4,
        name: "CJK UNIFIED IDEOGRAPH-286F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F5,
        name: "CJK UNIFIED IDEOGRAPH-286F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F6,
        name: "CJK UNIFIED IDEOGRAPH-286F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F7,
        name: "CJK UNIFIED IDEOGRAPH-286F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F8,
        name: "CJK UNIFIED IDEOGRAPH-286F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x286F9,
        name: "CJK UNIFIED IDEOGRAPH-286F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x286FA,
        name: "CJK UNIFIED IDEOGRAPH-286FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x286FB,
        name: "CJK UNIFIED IDEOGRAPH-286FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x286FC,
        name: "CJK UNIFIED IDEOGRAPH-286FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x286FD,
        name: "CJK UNIFIED IDEOGRAPH-286FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x286FE,
        name: "CJK UNIFIED IDEOGRAPH-286FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x286FF,
        name: "CJK UNIFIED IDEOGRAPH-286FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28700,
        name: "CJK UNIFIED IDEOGRAPH-28700",
    },
    Character {
        age: "3.1",
        codepoint: 0x28701,
        name: "CJK UNIFIED IDEOGRAPH-28701",
    },
    Character {
        age: "3.1",
        codepoint: 0x28702,
        name: "CJK UNIFIED IDEOGRAPH-28702",
    },
    Character {
        age: "3.1",
        codepoint: 0x28703,
        name: "CJK UNIFIED IDEOGRAPH-28703",
    },
    Character {
        age: "3.1",
        codepoint: 0x28704,
        name: "CJK UNIFIED IDEOGRAPH-28704",
    },
    Character {
        age: "3.1",
        codepoint: 0x28705,
        name: "CJK UNIFIED IDEOGRAPH-28705",
    },
    Character {
        age: "3.1",
        codepoint: 0x28706,
        name: "CJK UNIFIED IDEOGRAPH-28706",
    },
    Character {
        age: "3.1",
        codepoint: 0x28707,
        name: "CJK UNIFIED IDEOGRAPH-28707",
    },
    Character {
        age: "3.1",
        codepoint: 0x28708,
        name: "CJK UNIFIED IDEOGRAPH-28708",
    },
    Character {
        age: "3.1",
        codepoint: 0x28709,
        name: "CJK UNIFIED IDEOGRAPH-28709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2870A,
        name: "CJK UNIFIED IDEOGRAPH-2870A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2870B,
        name: "CJK UNIFIED IDEOGRAPH-2870B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2870C,
        name: "CJK UNIFIED IDEOGRAPH-2870C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2870D,
        name: "CJK UNIFIED IDEOGRAPH-2870D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2870E,
        name: "CJK UNIFIED IDEOGRAPH-2870E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2870F,
        name: "CJK UNIFIED IDEOGRAPH-2870F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28710,
        name: "CJK UNIFIED IDEOGRAPH-28710",
    },
    Character {
        age: "3.1",
        codepoint: 0x28711,
        name: "CJK UNIFIED IDEOGRAPH-28711",
    },
    Character {
        age: "3.1",
        codepoint: 0x28712,
        name: "CJK UNIFIED IDEOGRAPH-28712",
    },
    Character {
        age: "3.1",
        codepoint: 0x28713,
        name: "CJK UNIFIED IDEOGRAPH-28713",
    },
    Character {
        age: "3.1",
        codepoint: 0x28714,
        name: "CJK UNIFIED IDEOGRAPH-28714",
    },
    Character {
        age: "3.1",
        codepoint: 0x28715,
        name: "CJK UNIFIED IDEOGRAPH-28715",
    },
    Character {
        age: "3.1",
        codepoint: 0x28716,
        name: "CJK UNIFIED IDEOGRAPH-28716",
    },
    Character {
        age: "3.1",
        codepoint: 0x28717,
        name: "CJK UNIFIED IDEOGRAPH-28717",
    },
    Character {
        age: "3.1",
        codepoint: 0x28718,
        name: "CJK UNIFIED IDEOGRAPH-28718",
    },
    Character {
        age: "3.1",
        codepoint: 0x28719,
        name: "CJK UNIFIED IDEOGRAPH-28719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2871A,
        name: "CJK UNIFIED IDEOGRAPH-2871A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2871B,
        name: "CJK UNIFIED IDEOGRAPH-2871B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2871C,
        name: "CJK UNIFIED IDEOGRAPH-2871C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2871D,
        name: "CJK UNIFIED IDEOGRAPH-2871D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2871E,
        name: "CJK UNIFIED IDEOGRAPH-2871E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2871F,
        name: "CJK UNIFIED IDEOGRAPH-2871F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28720,
        name: "CJK UNIFIED IDEOGRAPH-28720",
    },
    Character {
        age: "3.1",
        codepoint: 0x28721,
        name: "CJK UNIFIED IDEOGRAPH-28721",
    },
    Character {
        age: "3.1",
        codepoint: 0x28722,
        name: "CJK UNIFIED IDEOGRAPH-28722",
    },
    Character {
        age: "3.1",
        codepoint: 0x28723,
        name: "CJK UNIFIED IDEOGRAPH-28723",
    },
    Character {
        age: "3.1",
        codepoint: 0x28724,
        name: "CJK UNIFIED IDEOGRAPH-28724",
    },
    Character {
        age: "3.1",
        codepoint: 0x28725,
        name: "CJK UNIFIED IDEOGRAPH-28725",
    },
    Character {
        age: "3.1",
        codepoint: 0x28726,
        name: "CJK UNIFIED IDEOGRAPH-28726",
    },
    Character {
        age: "3.1",
        codepoint: 0x28727,
        name: "CJK UNIFIED IDEOGRAPH-28727",
    },
    Character {
        age: "3.1",
        codepoint: 0x28728,
        name: "CJK UNIFIED IDEOGRAPH-28728",
    },
    Character {
        age: "3.1",
        codepoint: 0x28729,
        name: "CJK UNIFIED IDEOGRAPH-28729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2872A,
        name: "CJK UNIFIED IDEOGRAPH-2872A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2872B,
        name: "CJK UNIFIED IDEOGRAPH-2872B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2872C,
        name: "CJK UNIFIED IDEOGRAPH-2872C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2872D,
        name: "CJK UNIFIED IDEOGRAPH-2872D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2872E,
        name: "CJK UNIFIED IDEOGRAPH-2872E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2872F,
        name: "CJK UNIFIED IDEOGRAPH-2872F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28730,
        name: "CJK UNIFIED IDEOGRAPH-28730",
    },
    Character {
        age: "3.1",
        codepoint: 0x28731,
        name: "CJK UNIFIED IDEOGRAPH-28731",
    },
    Character {
        age: "3.1",
        codepoint: 0x28732,
        name: "CJK UNIFIED IDEOGRAPH-28732",
    },
    Character {
        age: "3.1",
        codepoint: 0x28733,
        name: "CJK UNIFIED IDEOGRAPH-28733",
    },
    Character {
        age: "3.1",
        codepoint: 0x28734,
        name: "CJK UNIFIED IDEOGRAPH-28734",
    },
    Character {
        age: "3.1",
        codepoint: 0x28735,
        name: "CJK UNIFIED IDEOGRAPH-28735",
    },
    Character {
        age: "3.1",
        codepoint: 0x28736,
        name: "CJK UNIFIED IDEOGRAPH-28736",
    },
    Character {
        age: "3.1",
        codepoint: 0x28737,
        name: "CJK UNIFIED IDEOGRAPH-28737",
    },
    Character {
        age: "3.1",
        codepoint: 0x28738,
        name: "CJK UNIFIED IDEOGRAPH-28738",
    },
    Character {
        age: "3.1",
        codepoint: 0x28739,
        name: "CJK UNIFIED IDEOGRAPH-28739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2873A,
        name: "CJK UNIFIED IDEOGRAPH-2873A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2873B,
        name: "CJK UNIFIED IDEOGRAPH-2873B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2873C,
        name: "CJK UNIFIED IDEOGRAPH-2873C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2873D,
        name: "CJK UNIFIED IDEOGRAPH-2873D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2873E,
        name: "CJK UNIFIED IDEOGRAPH-2873E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2873F,
        name: "CJK UNIFIED IDEOGRAPH-2873F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28740,
        name: "CJK UNIFIED IDEOGRAPH-28740",
    },
    Character {
        age: "3.1",
        codepoint: 0x28741,
        name: "CJK UNIFIED IDEOGRAPH-28741",
    },
    Character {
        age: "3.1",
        codepoint: 0x28742,
        name: "CJK UNIFIED IDEOGRAPH-28742",
    },
    Character {
        age: "3.1",
        codepoint: 0x28743,
        name: "CJK UNIFIED IDEOGRAPH-28743",
    },
    Character {
        age: "3.1",
        codepoint: 0x28744,
        name: "CJK UNIFIED IDEOGRAPH-28744",
    },
    Character {
        age: "3.1",
        codepoint: 0x28745,
        name: "CJK UNIFIED IDEOGRAPH-28745",
    },
    Character {
        age: "3.1",
        codepoint: 0x28746,
        name: "CJK UNIFIED IDEOGRAPH-28746",
    },
    Character {
        age: "3.1",
        codepoint: 0x28747,
        name: "CJK UNIFIED IDEOGRAPH-28747",
    },
    Character {
        age: "3.1",
        codepoint: 0x28748,
        name: "CJK UNIFIED IDEOGRAPH-28748",
    },
    Character {
        age: "3.1",
        codepoint: 0x28749,
        name: "CJK UNIFIED IDEOGRAPH-28749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2874A,
        name: "CJK UNIFIED IDEOGRAPH-2874A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2874B,
        name: "CJK UNIFIED IDEOGRAPH-2874B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2874C,
        name: "CJK UNIFIED IDEOGRAPH-2874C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2874D,
        name: "CJK UNIFIED IDEOGRAPH-2874D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2874E,
        name: "CJK UNIFIED IDEOGRAPH-2874E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2874F,
        name: "CJK UNIFIED IDEOGRAPH-2874F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28750,
        name: "CJK UNIFIED IDEOGRAPH-28750",
    },
    Character {
        age: "3.1",
        codepoint: 0x28751,
        name: "CJK UNIFIED IDEOGRAPH-28751",
    },
    Character {
        age: "3.1",
        codepoint: 0x28752,
        name: "CJK UNIFIED IDEOGRAPH-28752",
    },
    Character {
        age: "3.1",
        codepoint: 0x28753,
        name: "CJK UNIFIED IDEOGRAPH-28753",
    },
    Character {
        age: "3.1",
        codepoint: 0x28754,
        name: "CJK UNIFIED IDEOGRAPH-28754",
    },
    Character {
        age: "3.1",
        codepoint: 0x28755,
        name: "CJK UNIFIED IDEOGRAPH-28755",
    },
    Character {
        age: "3.1",
        codepoint: 0x28756,
        name: "CJK UNIFIED IDEOGRAPH-28756",
    },
    Character {
        age: "3.1",
        codepoint: 0x28757,
        name: "CJK UNIFIED IDEOGRAPH-28757",
    },
    Character {
        age: "3.1",
        codepoint: 0x28758,
        name: "CJK UNIFIED IDEOGRAPH-28758",
    },
    Character {
        age: "3.1",
        codepoint: 0x28759,
        name: "CJK UNIFIED IDEOGRAPH-28759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2875A,
        name: "CJK UNIFIED IDEOGRAPH-2875A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2875B,
        name: "CJK UNIFIED IDEOGRAPH-2875B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2875C,
        name: "CJK UNIFIED IDEOGRAPH-2875C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2875D,
        name: "CJK UNIFIED IDEOGRAPH-2875D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2875E,
        name: "CJK UNIFIED IDEOGRAPH-2875E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2875F,
        name: "CJK UNIFIED IDEOGRAPH-2875F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28760,
        name: "CJK UNIFIED IDEOGRAPH-28760",
    },
    Character {
        age: "3.1",
        codepoint: 0x28761,
        name: "CJK UNIFIED IDEOGRAPH-28761",
    },
    Character {
        age: "3.1",
        codepoint: 0x28762,
        name: "CJK UNIFIED IDEOGRAPH-28762",
    },
    Character {
        age: "3.1",
        codepoint: 0x28763,
        name: "CJK UNIFIED IDEOGRAPH-28763",
    },
    Character {
        age: "3.1",
        codepoint: 0x28764,
        name: "CJK UNIFIED IDEOGRAPH-28764",
    },
    Character {
        age: "3.1",
        codepoint: 0x28765,
        name: "CJK UNIFIED IDEOGRAPH-28765",
    },
    Character {
        age: "3.1",
        codepoint: 0x28766,
        name: "CJK UNIFIED IDEOGRAPH-28766",
    },
    Character {
        age: "3.1",
        codepoint: 0x28767,
        name: "CJK UNIFIED IDEOGRAPH-28767",
    },
    Character {
        age: "3.1",
        codepoint: 0x28768,
        name: "CJK UNIFIED IDEOGRAPH-28768",
    },
    Character {
        age: "3.1",
        codepoint: 0x28769,
        name: "CJK UNIFIED IDEOGRAPH-28769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2876A,
        name: "CJK UNIFIED IDEOGRAPH-2876A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2876B,
        name: "CJK UNIFIED IDEOGRAPH-2876B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2876C,
        name: "CJK UNIFIED IDEOGRAPH-2876C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2876D,
        name: "CJK UNIFIED IDEOGRAPH-2876D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2876E,
        name: "CJK UNIFIED IDEOGRAPH-2876E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2876F,
        name: "CJK UNIFIED IDEOGRAPH-2876F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28770,
        name: "CJK UNIFIED IDEOGRAPH-28770",
    },
    Character {
        age: "3.1",
        codepoint: 0x28771,
        name: "CJK UNIFIED IDEOGRAPH-28771",
    },
    Character {
        age: "3.1",
        codepoint: 0x28772,
        name: "CJK UNIFIED IDEOGRAPH-28772",
    },
    Character {
        age: "3.1",
        codepoint: 0x28773,
        name: "CJK UNIFIED IDEOGRAPH-28773",
    },
    Character {
        age: "3.1",
        codepoint: 0x28774,
        name: "CJK UNIFIED IDEOGRAPH-28774",
    },
    Character {
        age: "3.1",
        codepoint: 0x28775,
        name: "CJK UNIFIED IDEOGRAPH-28775",
    },
    Character {
        age: "3.1",
        codepoint: 0x28776,
        name: "CJK UNIFIED IDEOGRAPH-28776",
    },
    Character {
        age: "3.1",
        codepoint: 0x28777,
        name: "CJK UNIFIED IDEOGRAPH-28777",
    },
    Character {
        age: "3.1",
        codepoint: 0x28778,
        name: "CJK UNIFIED IDEOGRAPH-28778",
    },
    Character {
        age: "3.1",
        codepoint: 0x28779,
        name: "CJK UNIFIED IDEOGRAPH-28779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2877A,
        name: "CJK UNIFIED IDEOGRAPH-2877A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2877B,
        name: "CJK UNIFIED IDEOGRAPH-2877B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2877C,
        name: "CJK UNIFIED IDEOGRAPH-2877C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2877D,
        name: "CJK UNIFIED IDEOGRAPH-2877D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2877E,
        name: "CJK UNIFIED IDEOGRAPH-2877E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2877F,
        name: "CJK UNIFIED IDEOGRAPH-2877F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28780,
        name: "CJK UNIFIED IDEOGRAPH-28780",
    },
    Character {
        age: "3.1",
        codepoint: 0x28781,
        name: "CJK UNIFIED IDEOGRAPH-28781",
    },
    Character {
        age: "3.1",
        codepoint: 0x28782,
        name: "CJK UNIFIED IDEOGRAPH-28782",
    },
    Character {
        age: "3.1",
        codepoint: 0x28783,
        name: "CJK UNIFIED IDEOGRAPH-28783",
    },
    Character {
        age: "3.1",
        codepoint: 0x28784,
        name: "CJK UNIFIED IDEOGRAPH-28784",
    },
    Character {
        age: "3.1",
        codepoint: 0x28785,
        name: "CJK UNIFIED IDEOGRAPH-28785",
    },
    Character {
        age: "3.1",
        codepoint: 0x28786,
        name: "CJK UNIFIED IDEOGRAPH-28786",
    },
    Character {
        age: "3.1",
        codepoint: 0x28787,
        name: "CJK UNIFIED IDEOGRAPH-28787",
    },
    Character {
        age: "3.1",
        codepoint: 0x28788,
        name: "CJK UNIFIED IDEOGRAPH-28788",
    },
    Character {
        age: "3.1",
        codepoint: 0x28789,
        name: "CJK UNIFIED IDEOGRAPH-28789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2878A,
        name: "CJK UNIFIED IDEOGRAPH-2878A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2878B,
        name: "CJK UNIFIED IDEOGRAPH-2878B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2878C,
        name: "CJK UNIFIED IDEOGRAPH-2878C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2878D,
        name: "CJK UNIFIED IDEOGRAPH-2878D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2878E,
        name: "CJK UNIFIED IDEOGRAPH-2878E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2878F,
        name: "CJK UNIFIED IDEOGRAPH-2878F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28790,
        name: "CJK UNIFIED IDEOGRAPH-28790",
    },
    Character {
        age: "3.1",
        codepoint: 0x28791,
        name: "CJK UNIFIED IDEOGRAPH-28791",
    },
    Character {
        age: "3.1",
        codepoint: 0x28792,
        name: "CJK UNIFIED IDEOGRAPH-28792",
    },
    Character {
        age: "3.1",
        codepoint: 0x28793,
        name: "CJK UNIFIED IDEOGRAPH-28793",
    },
    Character {
        age: "3.1",
        codepoint: 0x28794,
        name: "CJK UNIFIED IDEOGRAPH-28794",
    },
    Character {
        age: "3.1",
        codepoint: 0x28795,
        name: "CJK UNIFIED IDEOGRAPH-28795",
    },
    Character {
        age: "3.1",
        codepoint: 0x28796,
        name: "CJK UNIFIED IDEOGRAPH-28796",
    },
    Character {
        age: "3.1",
        codepoint: 0x28797,
        name: "CJK UNIFIED IDEOGRAPH-28797",
    },
    Character {
        age: "3.1",
        codepoint: 0x28798,
        name: "CJK UNIFIED IDEOGRAPH-28798",
    },
    Character {
        age: "3.1",
        codepoint: 0x28799,
        name: "CJK UNIFIED IDEOGRAPH-28799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2879A,
        name: "CJK UNIFIED IDEOGRAPH-2879A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2879B,
        name: "CJK UNIFIED IDEOGRAPH-2879B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2879C,
        name: "CJK UNIFIED IDEOGRAPH-2879C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2879D,
        name: "CJK UNIFIED IDEOGRAPH-2879D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2879E,
        name: "CJK UNIFIED IDEOGRAPH-2879E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2879F,
        name: "CJK UNIFIED IDEOGRAPH-2879F",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A0,
        name: "CJK UNIFIED IDEOGRAPH-287A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A1,
        name: "CJK UNIFIED IDEOGRAPH-287A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A2,
        name: "CJK UNIFIED IDEOGRAPH-287A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A3,
        name: "CJK UNIFIED IDEOGRAPH-287A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A4,
        name: "CJK UNIFIED IDEOGRAPH-287A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A5,
        name: "CJK UNIFIED IDEOGRAPH-287A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A6,
        name: "CJK UNIFIED IDEOGRAPH-287A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A7,
        name: "CJK UNIFIED IDEOGRAPH-287A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A8,
        name: "CJK UNIFIED IDEOGRAPH-287A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x287A9,
        name: "CJK UNIFIED IDEOGRAPH-287A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x287AA,
        name: "CJK UNIFIED IDEOGRAPH-287AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x287AB,
        name: "CJK UNIFIED IDEOGRAPH-287AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x287AC,
        name: "CJK UNIFIED IDEOGRAPH-287AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x287AD,
        name: "CJK UNIFIED IDEOGRAPH-287AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x287AE,
        name: "CJK UNIFIED IDEOGRAPH-287AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x287AF,
        name: "CJK UNIFIED IDEOGRAPH-287AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B0,
        name: "CJK UNIFIED IDEOGRAPH-287B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B1,
        name: "CJK UNIFIED IDEOGRAPH-287B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B2,
        name: "CJK UNIFIED IDEOGRAPH-287B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B3,
        name: "CJK UNIFIED IDEOGRAPH-287B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B4,
        name: "CJK UNIFIED IDEOGRAPH-287B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B5,
        name: "CJK UNIFIED IDEOGRAPH-287B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B6,
        name: "CJK UNIFIED IDEOGRAPH-287B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B7,
        name: "CJK UNIFIED IDEOGRAPH-287B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B8,
        name: "CJK UNIFIED IDEOGRAPH-287B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x287B9,
        name: "CJK UNIFIED IDEOGRAPH-287B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x287BA,
        name: "CJK UNIFIED IDEOGRAPH-287BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x287BB,
        name: "CJK UNIFIED IDEOGRAPH-287BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x287BC,
        name: "CJK UNIFIED IDEOGRAPH-287BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x287BD,
        name: "CJK UNIFIED IDEOGRAPH-287BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x287BE,
        name: "CJK UNIFIED IDEOGRAPH-287BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x287BF,
        name: "CJK UNIFIED IDEOGRAPH-287BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C0,
        name: "CJK UNIFIED IDEOGRAPH-287C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C1,
        name: "CJK UNIFIED IDEOGRAPH-287C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C2,
        name: "CJK UNIFIED IDEOGRAPH-287C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C3,
        name: "CJK UNIFIED IDEOGRAPH-287C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C4,
        name: "CJK UNIFIED IDEOGRAPH-287C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C5,
        name: "CJK UNIFIED IDEOGRAPH-287C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C6,
        name: "CJK UNIFIED IDEOGRAPH-287C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C7,
        name: "CJK UNIFIED IDEOGRAPH-287C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C8,
        name: "CJK UNIFIED IDEOGRAPH-287C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x287C9,
        name: "CJK UNIFIED IDEOGRAPH-287C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x287CA,
        name: "CJK UNIFIED IDEOGRAPH-287CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x287CB,
        name: "CJK UNIFIED IDEOGRAPH-287CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x287CC,
        name: "CJK UNIFIED IDEOGRAPH-287CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x287CD,
        name: "CJK UNIFIED IDEOGRAPH-287CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x287CE,
        name: "CJK UNIFIED IDEOGRAPH-287CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x287CF,
        name: "CJK UNIFIED IDEOGRAPH-287CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D0,
        name: "CJK UNIFIED IDEOGRAPH-287D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D1,
        name: "CJK UNIFIED IDEOGRAPH-287D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D2,
        name: "CJK UNIFIED IDEOGRAPH-287D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D3,
        name: "CJK UNIFIED IDEOGRAPH-287D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D4,
        name: "CJK UNIFIED IDEOGRAPH-287D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D5,
        name: "CJK UNIFIED IDEOGRAPH-287D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D6,
        name: "CJK UNIFIED IDEOGRAPH-287D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D7,
        name: "CJK UNIFIED IDEOGRAPH-287D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D8,
        name: "CJK UNIFIED IDEOGRAPH-287D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x287D9,
        name: "CJK UNIFIED IDEOGRAPH-287D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x287DA,
        name: "CJK UNIFIED IDEOGRAPH-287DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x287DB,
        name: "CJK UNIFIED IDEOGRAPH-287DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x287DC,
        name: "CJK UNIFIED IDEOGRAPH-287DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x287DD,
        name: "CJK UNIFIED IDEOGRAPH-287DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x287DE,
        name: "CJK UNIFIED IDEOGRAPH-287DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x287DF,
        name: "CJK UNIFIED IDEOGRAPH-287DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E0,
        name: "CJK UNIFIED IDEOGRAPH-287E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E1,
        name: "CJK UNIFIED IDEOGRAPH-287E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E2,
        name: "CJK UNIFIED IDEOGRAPH-287E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E3,
        name: "CJK UNIFIED IDEOGRAPH-287E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E4,
        name: "CJK UNIFIED IDEOGRAPH-287E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E5,
        name: "CJK UNIFIED IDEOGRAPH-287E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E6,
        name: "CJK UNIFIED IDEOGRAPH-287E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E7,
        name: "CJK UNIFIED IDEOGRAPH-287E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E8,
        name: "CJK UNIFIED IDEOGRAPH-287E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x287E9,
        name: "CJK UNIFIED IDEOGRAPH-287E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x287EA,
        name: "CJK UNIFIED IDEOGRAPH-287EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x287EB,
        name: "CJK UNIFIED IDEOGRAPH-287EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x287EC,
        name: "CJK UNIFIED IDEOGRAPH-287EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x287ED,
        name: "CJK UNIFIED IDEOGRAPH-287ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x287EE,
        name: "CJK UNIFIED IDEOGRAPH-287EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x287EF,
        name: "CJK UNIFIED IDEOGRAPH-287EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F0,
        name: "CJK UNIFIED IDEOGRAPH-287F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F1,
        name: "CJK UNIFIED IDEOGRAPH-287F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F2,
        name: "CJK UNIFIED IDEOGRAPH-287F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F3,
        name: "CJK UNIFIED IDEOGRAPH-287F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F4,
        name: "CJK UNIFIED IDEOGRAPH-287F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F5,
        name: "CJK UNIFIED IDEOGRAPH-287F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F6,
        name: "CJK UNIFIED IDEOGRAPH-287F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F7,
        name: "CJK UNIFIED IDEOGRAPH-287F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F8,
        name: "CJK UNIFIED IDEOGRAPH-287F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x287F9,
        name: "CJK UNIFIED IDEOGRAPH-287F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x287FA,
        name: "CJK UNIFIED IDEOGRAPH-287FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x287FB,
        name: "CJK UNIFIED IDEOGRAPH-287FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x287FC,
        name: "CJK UNIFIED IDEOGRAPH-287FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x287FD,
        name: "CJK UNIFIED IDEOGRAPH-287FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x287FE,
        name: "CJK UNIFIED IDEOGRAPH-287FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x287FF,
        name: "CJK UNIFIED IDEOGRAPH-287FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28800,
        name: "CJK UNIFIED IDEOGRAPH-28800",
    },
    Character {
        age: "3.1",
        codepoint: 0x28801,
        name: "CJK UNIFIED IDEOGRAPH-28801",
    },
    Character {
        age: "3.1",
        codepoint: 0x28802,
        name: "CJK UNIFIED IDEOGRAPH-28802",
    },
    Character {
        age: "3.1",
        codepoint: 0x28803,
        name: "CJK UNIFIED IDEOGRAPH-28803",
    },
    Character {
        age: "3.1",
        codepoint: 0x28804,
        name: "CJK UNIFIED IDEOGRAPH-28804",
    },
    Character {
        age: "3.1",
        codepoint: 0x28805,
        name: "CJK UNIFIED IDEOGRAPH-28805",
    },
    Character {
        age: "3.1",
        codepoint: 0x28806,
        name: "CJK UNIFIED IDEOGRAPH-28806",
    },
    Character {
        age: "3.1",
        codepoint: 0x28807,
        name: "CJK UNIFIED IDEOGRAPH-28807",
    },
    Character {
        age: "3.1",
        codepoint: 0x28808,
        name: "CJK UNIFIED IDEOGRAPH-28808",
    },
    Character {
        age: "3.1",
        codepoint: 0x28809,
        name: "CJK UNIFIED IDEOGRAPH-28809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2880A,
        name: "CJK UNIFIED IDEOGRAPH-2880A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2880B,
        name: "CJK UNIFIED IDEOGRAPH-2880B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2880C,
        name: "CJK UNIFIED IDEOGRAPH-2880C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2880D,
        name: "CJK UNIFIED IDEOGRAPH-2880D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2880E,
        name: "CJK UNIFIED IDEOGRAPH-2880E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2880F,
        name: "CJK UNIFIED IDEOGRAPH-2880F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28810,
        name: "CJK UNIFIED IDEOGRAPH-28810",
    },
    Character {
        age: "3.1",
        codepoint: 0x28811,
        name: "CJK UNIFIED IDEOGRAPH-28811",
    },
    Character {
        age: "3.1",
        codepoint: 0x28812,
        name: "CJK UNIFIED IDEOGRAPH-28812",
    },
    Character {
        age: "3.1",
        codepoint: 0x28813,
        name: "CJK UNIFIED IDEOGRAPH-28813",
    },
    Character {
        age: "3.1",
        codepoint: 0x28814,
        name: "CJK UNIFIED IDEOGRAPH-28814",
    },
    Character {
        age: "3.1",
        codepoint: 0x28815,
        name: "CJK UNIFIED IDEOGRAPH-28815",
    },
    Character {
        age: "3.1",
        codepoint: 0x28816,
        name: "CJK UNIFIED IDEOGRAPH-28816",
    },
    Character {
        age: "3.1",
        codepoint: 0x28817,
        name: "CJK UNIFIED IDEOGRAPH-28817",
    },
    Character {
        age: "3.1",
        codepoint: 0x28818,
        name: "CJK UNIFIED IDEOGRAPH-28818",
    },
    Character {
        age: "3.1",
        codepoint: 0x28819,
        name: "CJK UNIFIED IDEOGRAPH-28819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2881A,
        name: "CJK UNIFIED IDEOGRAPH-2881A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2881B,
        name: "CJK UNIFIED IDEOGRAPH-2881B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2881C,
        name: "CJK UNIFIED IDEOGRAPH-2881C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2881D,
        name: "CJK UNIFIED IDEOGRAPH-2881D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2881E,
        name: "CJK UNIFIED IDEOGRAPH-2881E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2881F,
        name: "CJK UNIFIED IDEOGRAPH-2881F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28820,
        name: "CJK UNIFIED IDEOGRAPH-28820",
    },
    Character {
        age: "3.1",
        codepoint: 0x28821,
        name: "CJK UNIFIED IDEOGRAPH-28821",
    },
    Character {
        age: "3.1",
        codepoint: 0x28822,
        name: "CJK UNIFIED IDEOGRAPH-28822",
    },
    Character {
        age: "3.1",
        codepoint: 0x28823,
        name: "CJK UNIFIED IDEOGRAPH-28823",
    },
    Character {
        age: "3.1",
        codepoint: 0x28824,
        name: "CJK UNIFIED IDEOGRAPH-28824",
    },
    Character {
        age: "3.1",
        codepoint: 0x28825,
        name: "CJK UNIFIED IDEOGRAPH-28825",
    },
    Character {
        age: "3.1",
        codepoint: 0x28826,
        name: "CJK UNIFIED IDEOGRAPH-28826",
    },
    Character {
        age: "3.1",
        codepoint: 0x28827,
        name: "CJK UNIFIED IDEOGRAPH-28827",
    },
    Character {
        age: "3.1",
        codepoint: 0x28828,
        name: "CJK UNIFIED IDEOGRAPH-28828",
    },
    Character {
        age: "3.1",
        codepoint: 0x28829,
        name: "CJK UNIFIED IDEOGRAPH-28829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2882A,
        name: "CJK UNIFIED IDEOGRAPH-2882A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2882B,
        name: "CJK UNIFIED IDEOGRAPH-2882B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2882C,
        name: "CJK UNIFIED IDEOGRAPH-2882C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2882D,
        name: "CJK UNIFIED IDEOGRAPH-2882D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2882E,
        name: "CJK UNIFIED IDEOGRAPH-2882E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2882F,
        name: "CJK UNIFIED IDEOGRAPH-2882F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28830,
        name: "CJK UNIFIED IDEOGRAPH-28830",
    },
    Character {
        age: "3.1",
        codepoint: 0x28831,
        name: "CJK UNIFIED IDEOGRAPH-28831",
    },
    Character {
        age: "3.1",
        codepoint: 0x28832,
        name: "CJK UNIFIED IDEOGRAPH-28832",
    },
    Character {
        age: "3.1",
        codepoint: 0x28833,
        name: "CJK UNIFIED IDEOGRAPH-28833",
    },
    Character {
        age: "3.1",
        codepoint: 0x28834,
        name: "CJK UNIFIED IDEOGRAPH-28834",
    },
    Character {
        age: "3.1",
        codepoint: 0x28835,
        name: "CJK UNIFIED IDEOGRAPH-28835",
    },
    Character {
        age: "3.1",
        codepoint: 0x28836,
        name: "CJK UNIFIED IDEOGRAPH-28836",
    },
    Character {
        age: "3.1",
        codepoint: 0x28837,
        name: "CJK UNIFIED IDEOGRAPH-28837",
    },
    Character {
        age: "3.1",
        codepoint: 0x28838,
        name: "CJK UNIFIED IDEOGRAPH-28838",
    },
    Character {
        age: "3.1",
        codepoint: 0x28839,
        name: "CJK UNIFIED IDEOGRAPH-28839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2883A,
        name: "CJK UNIFIED IDEOGRAPH-2883A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2883B,
        name: "CJK UNIFIED IDEOGRAPH-2883B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2883C,
        name: "CJK UNIFIED IDEOGRAPH-2883C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2883D,
        name: "CJK UNIFIED IDEOGRAPH-2883D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2883E,
        name: "CJK UNIFIED IDEOGRAPH-2883E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2883F,
        name: "CJK UNIFIED IDEOGRAPH-2883F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28840,
        name: "CJK UNIFIED IDEOGRAPH-28840",
    },
    Character {
        age: "3.1",
        codepoint: 0x28841,
        name: "CJK UNIFIED IDEOGRAPH-28841",
    },
    Character {
        age: "3.1",
        codepoint: 0x28842,
        name: "CJK UNIFIED IDEOGRAPH-28842",
    },
    Character {
        age: "3.1",
        codepoint: 0x28843,
        name: "CJK UNIFIED IDEOGRAPH-28843",
    },
    Character {
        age: "3.1",
        codepoint: 0x28844,
        name: "CJK UNIFIED IDEOGRAPH-28844",
    },
    Character {
        age: "3.1",
        codepoint: 0x28845,
        name: "CJK UNIFIED IDEOGRAPH-28845",
    },
    Character {
        age: "3.1",
        codepoint: 0x28846,
        name: "CJK UNIFIED IDEOGRAPH-28846",
    },
    Character {
        age: "3.1",
        codepoint: 0x28847,
        name: "CJK UNIFIED IDEOGRAPH-28847",
    },
    Character {
        age: "3.1",
        codepoint: 0x28848,
        name: "CJK UNIFIED IDEOGRAPH-28848",
    },
    Character {
        age: "3.1",
        codepoint: 0x28849,
        name: "CJK UNIFIED IDEOGRAPH-28849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2884A,
        name: "CJK UNIFIED IDEOGRAPH-2884A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2884B,
        name: "CJK UNIFIED IDEOGRAPH-2884B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2884C,
        name: "CJK UNIFIED IDEOGRAPH-2884C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2884D,
        name: "CJK UNIFIED IDEOGRAPH-2884D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2884E,
        name: "CJK UNIFIED IDEOGRAPH-2884E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2884F,
        name: "CJK UNIFIED IDEOGRAPH-2884F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28850,
        name: "CJK UNIFIED IDEOGRAPH-28850",
    },
    Character {
        age: "3.1",
        codepoint: 0x28851,
        name: "CJK UNIFIED IDEOGRAPH-28851",
    },
    Character {
        age: "3.1",
        codepoint: 0x28852,
        name: "CJK UNIFIED IDEOGRAPH-28852",
    },
    Character {
        age: "3.1",
        codepoint: 0x28853,
        name: "CJK UNIFIED IDEOGRAPH-28853",
    },
    Character {
        age: "3.1",
        codepoint: 0x28854,
        name: "CJK UNIFIED IDEOGRAPH-28854",
    },
    Character {
        age: "3.1",
        codepoint: 0x28855,
        name: "CJK UNIFIED IDEOGRAPH-28855",
    },
    Character {
        age: "3.1",
        codepoint: 0x28856,
        name: "CJK UNIFIED IDEOGRAPH-28856",
    },
    Character {
        age: "3.1",
        codepoint: 0x28857,
        name: "CJK UNIFIED IDEOGRAPH-28857",
    },
    Character {
        age: "3.1",
        codepoint: 0x28858,
        name: "CJK UNIFIED IDEOGRAPH-28858",
    },
    Character {
        age: "3.1",
        codepoint: 0x28859,
        name: "CJK UNIFIED IDEOGRAPH-28859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2885A,
        name: "CJK UNIFIED IDEOGRAPH-2885A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2885B,
        name: "CJK UNIFIED IDEOGRAPH-2885B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2885C,
        name: "CJK UNIFIED IDEOGRAPH-2885C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2885D,
        name: "CJK UNIFIED IDEOGRAPH-2885D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2885E,
        name: "CJK UNIFIED IDEOGRAPH-2885E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2885F,
        name: "CJK UNIFIED IDEOGRAPH-2885F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28860,
        name: "CJK UNIFIED IDEOGRAPH-28860",
    },
    Character {
        age: "3.1",
        codepoint: 0x28861,
        name: "CJK UNIFIED IDEOGRAPH-28861",
    },
    Character {
        age: "3.1",
        codepoint: 0x28862,
        name: "CJK UNIFIED IDEOGRAPH-28862",
    },
    Character {
        age: "3.1",
        codepoint: 0x28863,
        name: "CJK UNIFIED IDEOGRAPH-28863",
    },
    Character {
        age: "3.1",
        codepoint: 0x28864,
        name: "CJK UNIFIED IDEOGRAPH-28864",
    },
    Character {
        age: "3.1",
        codepoint: 0x28865,
        name: "CJK UNIFIED IDEOGRAPH-28865",
    },
    Character {
        age: "3.1",
        codepoint: 0x28866,
        name: "CJK UNIFIED IDEOGRAPH-28866",
    },
    Character {
        age: "3.1",
        codepoint: 0x28867,
        name: "CJK UNIFIED IDEOGRAPH-28867",
    },
    Character {
        age: "3.1",
        codepoint: 0x28868,
        name: "CJK UNIFIED IDEOGRAPH-28868",
    },
    Character {
        age: "3.1",
        codepoint: 0x28869,
        name: "CJK UNIFIED IDEOGRAPH-28869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2886A,
        name: "CJK UNIFIED IDEOGRAPH-2886A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2886B,
        name: "CJK UNIFIED IDEOGRAPH-2886B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2886C,
        name: "CJK UNIFIED IDEOGRAPH-2886C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2886D,
        name: "CJK UNIFIED IDEOGRAPH-2886D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2886E,
        name: "CJK UNIFIED IDEOGRAPH-2886E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2886F,
        name: "CJK UNIFIED IDEOGRAPH-2886F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28870,
        name: "CJK UNIFIED IDEOGRAPH-28870",
    },
    Character {
        age: "3.1",
        codepoint: 0x28871,
        name: "CJK UNIFIED IDEOGRAPH-28871",
    },
    Character {
        age: "3.1",
        codepoint: 0x28872,
        name: "CJK UNIFIED IDEOGRAPH-28872",
    },
    Character {
        age: "3.1",
        codepoint: 0x28873,
        name: "CJK UNIFIED IDEOGRAPH-28873",
    },
    Character {
        age: "3.1",
        codepoint: 0x28874,
        name: "CJK UNIFIED IDEOGRAPH-28874",
    },
    Character {
        age: "3.1",
        codepoint: 0x28875,
        name: "CJK UNIFIED IDEOGRAPH-28875",
    },
    Character {
        age: "3.1",
        codepoint: 0x28876,
        name: "CJK UNIFIED IDEOGRAPH-28876",
    },
    Character {
        age: "3.1",
        codepoint: 0x28877,
        name: "CJK UNIFIED IDEOGRAPH-28877",
    },
    Character {
        age: "3.1",
        codepoint: 0x28878,
        name: "CJK UNIFIED IDEOGRAPH-28878",
    },
    Character {
        age: "3.1",
        codepoint: 0x28879,
        name: "CJK UNIFIED IDEOGRAPH-28879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2887A,
        name: "CJK UNIFIED IDEOGRAPH-2887A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2887B,
        name: "CJK UNIFIED IDEOGRAPH-2887B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2887C,
        name: "CJK UNIFIED IDEOGRAPH-2887C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2887D,
        name: "CJK UNIFIED IDEOGRAPH-2887D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2887E,
        name: "CJK UNIFIED IDEOGRAPH-2887E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2887F,
        name: "CJK UNIFIED IDEOGRAPH-2887F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28880,
        name: "CJK UNIFIED IDEOGRAPH-28880",
    },
    Character {
        age: "3.1",
        codepoint: 0x28881,
        name: "CJK UNIFIED IDEOGRAPH-28881",
    },
    Character {
        age: "3.1",
        codepoint: 0x28882,
        name: "CJK UNIFIED IDEOGRAPH-28882",
    },
    Character {
        age: "3.1",
        codepoint: 0x28883,
        name: "CJK UNIFIED IDEOGRAPH-28883",
    },
    Character {
        age: "3.1",
        codepoint: 0x28884,
        name: "CJK UNIFIED IDEOGRAPH-28884",
    },
    Character {
        age: "3.1",
        codepoint: 0x28885,
        name: "CJK UNIFIED IDEOGRAPH-28885",
    },
    Character {
        age: "3.1",
        codepoint: 0x28886,
        name: "CJK UNIFIED IDEOGRAPH-28886",
    },
    Character {
        age: "3.1",
        codepoint: 0x28887,
        name: "CJK UNIFIED IDEOGRAPH-28887",
    },
    Character {
        age: "3.1",
        codepoint: 0x28888,
        name: "CJK UNIFIED IDEOGRAPH-28888",
    },
    Character {
        age: "3.1",
        codepoint: 0x28889,
        name: "CJK UNIFIED IDEOGRAPH-28889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2888A,
        name: "CJK UNIFIED IDEOGRAPH-2888A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2888B,
        name: "CJK UNIFIED IDEOGRAPH-2888B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2888C,
        name: "CJK UNIFIED IDEOGRAPH-2888C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2888D,
        name: "CJK UNIFIED IDEOGRAPH-2888D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2888E,
        name: "CJK UNIFIED IDEOGRAPH-2888E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2888F,
        name: "CJK UNIFIED IDEOGRAPH-2888F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28890,
        name: "CJK UNIFIED IDEOGRAPH-28890",
    },
    Character {
        age: "3.1",
        codepoint: 0x28891,
        name: "CJK UNIFIED IDEOGRAPH-28891",
    },
    Character {
        age: "3.1",
        codepoint: 0x28892,
        name: "CJK UNIFIED IDEOGRAPH-28892",
    },
    Character {
        age: "3.1",
        codepoint: 0x28893,
        name: "CJK UNIFIED IDEOGRAPH-28893",
    },
    Character {
        age: "3.1",
        codepoint: 0x28894,
        name: "CJK UNIFIED IDEOGRAPH-28894",
    },
    Character {
        age: "3.1",
        codepoint: 0x28895,
        name: "CJK UNIFIED IDEOGRAPH-28895",
    },
    Character {
        age: "3.1",
        codepoint: 0x28896,
        name: "CJK UNIFIED IDEOGRAPH-28896",
    },
    Character {
        age: "3.1",
        codepoint: 0x28897,
        name: "CJK UNIFIED IDEOGRAPH-28897",
    },
    Character {
        age: "3.1",
        codepoint: 0x28898,
        name: "CJK UNIFIED IDEOGRAPH-28898",
    },
    Character {
        age: "3.1",
        codepoint: 0x28899,
        name: "CJK UNIFIED IDEOGRAPH-28899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2889A,
        name: "CJK UNIFIED IDEOGRAPH-2889A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2889B,
        name: "CJK UNIFIED IDEOGRAPH-2889B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2889C,
        name: "CJK UNIFIED IDEOGRAPH-2889C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2889D,
        name: "CJK UNIFIED IDEOGRAPH-2889D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2889E,
        name: "CJK UNIFIED IDEOGRAPH-2889E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2889F,
        name: "CJK UNIFIED IDEOGRAPH-2889F",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A0,
        name: "CJK UNIFIED IDEOGRAPH-288A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A1,
        name: "CJK UNIFIED IDEOGRAPH-288A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A2,
        name: "CJK UNIFIED IDEOGRAPH-288A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A3,
        name: "CJK UNIFIED IDEOGRAPH-288A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A4,
        name: "CJK UNIFIED IDEOGRAPH-288A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A5,
        name: "CJK UNIFIED IDEOGRAPH-288A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A6,
        name: "CJK UNIFIED IDEOGRAPH-288A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A7,
        name: "CJK UNIFIED IDEOGRAPH-288A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A8,
        name: "CJK UNIFIED IDEOGRAPH-288A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x288A9,
        name: "CJK UNIFIED IDEOGRAPH-288A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x288AA,
        name: "CJK UNIFIED IDEOGRAPH-288AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x288AB,
        name: "CJK UNIFIED IDEOGRAPH-288AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x288AC,
        name: "CJK UNIFIED IDEOGRAPH-288AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x288AD,
        name: "CJK UNIFIED IDEOGRAPH-288AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x288AE,
        name: "CJK UNIFIED IDEOGRAPH-288AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x288AF,
        name: "CJK UNIFIED IDEOGRAPH-288AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B0,
        name: "CJK UNIFIED IDEOGRAPH-288B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B1,
        name: "CJK UNIFIED IDEOGRAPH-288B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B2,
        name: "CJK UNIFIED IDEOGRAPH-288B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B3,
        name: "CJK UNIFIED IDEOGRAPH-288B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B4,
        name: "CJK UNIFIED IDEOGRAPH-288B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B5,
        name: "CJK UNIFIED IDEOGRAPH-288B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B6,
        name: "CJK UNIFIED IDEOGRAPH-288B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B7,
        name: "CJK UNIFIED IDEOGRAPH-288B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B8,
        name: "CJK UNIFIED IDEOGRAPH-288B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x288B9,
        name: "CJK UNIFIED IDEOGRAPH-288B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x288BA,
        name: "CJK UNIFIED IDEOGRAPH-288BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x288BB,
        name: "CJK UNIFIED IDEOGRAPH-288BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x288BC,
        name: "CJK UNIFIED IDEOGRAPH-288BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x288BD,
        name: "CJK UNIFIED IDEOGRAPH-288BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x288BE,
        name: "CJK UNIFIED IDEOGRAPH-288BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x288BF,
        name: "CJK UNIFIED IDEOGRAPH-288BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C0,
        name: "CJK UNIFIED IDEOGRAPH-288C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C1,
        name: "CJK UNIFIED IDEOGRAPH-288C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C2,
        name: "CJK UNIFIED IDEOGRAPH-288C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C3,
        name: "CJK UNIFIED IDEOGRAPH-288C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C4,
        name: "CJK UNIFIED IDEOGRAPH-288C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C5,
        name: "CJK UNIFIED IDEOGRAPH-288C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C6,
        name: "CJK UNIFIED IDEOGRAPH-288C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C7,
        name: "CJK UNIFIED IDEOGRAPH-288C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C8,
        name: "CJK UNIFIED IDEOGRAPH-288C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x288C9,
        name: "CJK UNIFIED IDEOGRAPH-288C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x288CA,
        name: "CJK UNIFIED IDEOGRAPH-288CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x288CB,
        name: "CJK UNIFIED IDEOGRAPH-288CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x288CC,
        name: "CJK UNIFIED IDEOGRAPH-288CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x288CD,
        name: "CJK UNIFIED IDEOGRAPH-288CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x288CE,
        name: "CJK UNIFIED IDEOGRAPH-288CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x288CF,
        name: "CJK UNIFIED IDEOGRAPH-288CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D0,
        name: "CJK UNIFIED IDEOGRAPH-288D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D1,
        name: "CJK UNIFIED IDEOGRAPH-288D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D2,
        name: "CJK UNIFIED IDEOGRAPH-288D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D3,
        name: "CJK UNIFIED IDEOGRAPH-288D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D4,
        name: "CJK UNIFIED IDEOGRAPH-288D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D5,
        name: "CJK UNIFIED IDEOGRAPH-288D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D6,
        name: "CJK UNIFIED IDEOGRAPH-288D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D7,
        name: "CJK UNIFIED IDEOGRAPH-288D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D8,
        name: "CJK UNIFIED IDEOGRAPH-288D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x288D9,
        name: "CJK UNIFIED IDEOGRAPH-288D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x288DA,
        name: "CJK UNIFIED IDEOGRAPH-288DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x288DB,
        name: "CJK UNIFIED IDEOGRAPH-288DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x288DC,
        name: "CJK UNIFIED IDEOGRAPH-288DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x288DD,
        name: "CJK UNIFIED IDEOGRAPH-288DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x288DE,
        name: "CJK UNIFIED IDEOGRAPH-288DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x288DF,
        name: "CJK UNIFIED IDEOGRAPH-288DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E0,
        name: "CJK UNIFIED IDEOGRAPH-288E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E1,
        name: "CJK UNIFIED IDEOGRAPH-288E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E2,
        name: "CJK UNIFIED IDEOGRAPH-288E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E3,
        name: "CJK UNIFIED IDEOGRAPH-288E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E4,
        name: "CJK UNIFIED IDEOGRAPH-288E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E5,
        name: "CJK UNIFIED IDEOGRAPH-288E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E6,
        name: "CJK UNIFIED IDEOGRAPH-288E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E7,
        name: "CJK UNIFIED IDEOGRAPH-288E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E8,
        name: "CJK UNIFIED IDEOGRAPH-288E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x288E9,
        name: "CJK UNIFIED IDEOGRAPH-288E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x288EA,
        name: "CJK UNIFIED IDEOGRAPH-288EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x288EB,
        name: "CJK UNIFIED IDEOGRAPH-288EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x288EC,
        name: "CJK UNIFIED IDEOGRAPH-288EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x288ED,
        name: "CJK UNIFIED IDEOGRAPH-288ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x288EE,
        name: "CJK UNIFIED IDEOGRAPH-288EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x288EF,
        name: "CJK UNIFIED IDEOGRAPH-288EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F0,
        name: "CJK UNIFIED IDEOGRAPH-288F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F1,
        name: "CJK UNIFIED IDEOGRAPH-288F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F2,
        name: "CJK UNIFIED IDEOGRAPH-288F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F3,
        name: "CJK UNIFIED IDEOGRAPH-288F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F4,
        name: "CJK UNIFIED IDEOGRAPH-288F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F5,
        name: "CJK UNIFIED IDEOGRAPH-288F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F6,
        name: "CJK UNIFIED IDEOGRAPH-288F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F7,
        name: "CJK UNIFIED IDEOGRAPH-288F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F8,
        name: "CJK UNIFIED IDEOGRAPH-288F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x288F9,
        name: "CJK UNIFIED IDEOGRAPH-288F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x288FA,
        name: "CJK UNIFIED IDEOGRAPH-288FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x288FB,
        name: "CJK UNIFIED IDEOGRAPH-288FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x288FC,
        name: "CJK UNIFIED IDEOGRAPH-288FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x288FD,
        name: "CJK UNIFIED IDEOGRAPH-288FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x288FE,
        name: "CJK UNIFIED IDEOGRAPH-288FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x288FF,
        name: "CJK UNIFIED IDEOGRAPH-288FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28900,
        name: "CJK UNIFIED IDEOGRAPH-28900",
    },
    Character {
        age: "3.1",
        codepoint: 0x28901,
        name: "CJK UNIFIED IDEOGRAPH-28901",
    },
    Character {
        age: "3.1",
        codepoint: 0x28902,
        name: "CJK UNIFIED IDEOGRAPH-28902",
    },
    Character {
        age: "3.1",
        codepoint: 0x28903,
        name: "CJK UNIFIED IDEOGRAPH-28903",
    },
    Character {
        age: "3.1",
        codepoint: 0x28904,
        name: "CJK UNIFIED IDEOGRAPH-28904",
    },
    Character {
        age: "3.1",
        codepoint: 0x28905,
        name: "CJK UNIFIED IDEOGRAPH-28905",
    },
    Character {
        age: "3.1",
        codepoint: 0x28906,
        name: "CJK UNIFIED IDEOGRAPH-28906",
    },
    Character {
        age: "3.1",
        codepoint: 0x28907,
        name: "CJK UNIFIED IDEOGRAPH-28907",
    },
    Character {
        age: "3.1",
        codepoint: 0x28908,
        name: "CJK UNIFIED IDEOGRAPH-28908",
    },
    Character {
        age: "3.1",
        codepoint: 0x28909,
        name: "CJK UNIFIED IDEOGRAPH-28909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2890A,
        name: "CJK UNIFIED IDEOGRAPH-2890A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2890B,
        name: "CJK UNIFIED IDEOGRAPH-2890B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2890C,
        name: "CJK UNIFIED IDEOGRAPH-2890C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2890D,
        name: "CJK UNIFIED IDEOGRAPH-2890D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2890E,
        name: "CJK UNIFIED IDEOGRAPH-2890E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2890F,
        name: "CJK UNIFIED IDEOGRAPH-2890F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28910,
        name: "CJK UNIFIED IDEOGRAPH-28910",
    },
    Character {
        age: "3.1",
        codepoint: 0x28911,
        name: "CJK UNIFIED IDEOGRAPH-28911",
    },
    Character {
        age: "3.1",
        codepoint: 0x28912,
        name: "CJK UNIFIED IDEOGRAPH-28912",
    },
    Character {
        age: "3.1",
        codepoint: 0x28913,
        name: "CJK UNIFIED IDEOGRAPH-28913",
    },
    Character {
        age: "3.1",
        codepoint: 0x28914,
        name: "CJK UNIFIED IDEOGRAPH-28914",
    },
    Character {
        age: "3.1",
        codepoint: 0x28915,
        name: "CJK UNIFIED IDEOGRAPH-28915",
    },
    Character {
        age: "3.1",
        codepoint: 0x28916,
        name: "CJK UNIFIED IDEOGRAPH-28916",
    },
    Character {
        age: "3.1",
        codepoint: 0x28917,
        name: "CJK UNIFIED IDEOGRAPH-28917",
    },
    Character {
        age: "3.1",
        codepoint: 0x28918,
        name: "CJK UNIFIED IDEOGRAPH-28918",
    },
    Character {
        age: "3.1",
        codepoint: 0x28919,
        name: "CJK UNIFIED IDEOGRAPH-28919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2891A,
        name: "CJK UNIFIED IDEOGRAPH-2891A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2891B,
        name: "CJK UNIFIED IDEOGRAPH-2891B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2891C,
        name: "CJK UNIFIED IDEOGRAPH-2891C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2891D,
        name: "CJK UNIFIED IDEOGRAPH-2891D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2891E,
        name: "CJK UNIFIED IDEOGRAPH-2891E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2891F,
        name: "CJK UNIFIED IDEOGRAPH-2891F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28920,
        name: "CJK UNIFIED IDEOGRAPH-28920",
    },
    Character {
        age: "3.1",
        codepoint: 0x28921,
        name: "CJK UNIFIED IDEOGRAPH-28921",
    },
    Character {
        age: "3.1",
        codepoint: 0x28922,
        name: "CJK UNIFIED IDEOGRAPH-28922",
    },
    Character {
        age: "3.1",
        codepoint: 0x28923,
        name: "CJK UNIFIED IDEOGRAPH-28923",
    },
    Character {
        age: "3.1",
        codepoint: 0x28924,
        name: "CJK UNIFIED IDEOGRAPH-28924",
    },
    Character {
        age: "3.1",
        codepoint: 0x28925,
        name: "CJK UNIFIED IDEOGRAPH-28925",
    },
    Character {
        age: "3.1",
        codepoint: 0x28926,
        name: "CJK UNIFIED IDEOGRAPH-28926",
    },
    Character {
        age: "3.1",
        codepoint: 0x28927,
        name: "CJK UNIFIED IDEOGRAPH-28927",
    },
    Character {
        age: "3.1",
        codepoint: 0x28928,
        name: "CJK UNIFIED IDEOGRAPH-28928",
    },
    Character {
        age: "3.1",
        codepoint: 0x28929,
        name: "CJK UNIFIED IDEOGRAPH-28929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2892A,
        name: "CJK UNIFIED IDEOGRAPH-2892A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2892B,
        name: "CJK UNIFIED IDEOGRAPH-2892B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2892C,
        name: "CJK UNIFIED IDEOGRAPH-2892C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2892D,
        name: "CJK UNIFIED IDEOGRAPH-2892D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2892E,
        name: "CJK UNIFIED IDEOGRAPH-2892E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2892F,
        name: "CJK UNIFIED IDEOGRAPH-2892F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28930,
        name: "CJK UNIFIED IDEOGRAPH-28930",
    },
    Character {
        age: "3.1",
        codepoint: 0x28931,
        name: "CJK UNIFIED IDEOGRAPH-28931",
    },
    Character {
        age: "3.1",
        codepoint: 0x28932,
        name: "CJK UNIFIED IDEOGRAPH-28932",
    },
    Character {
        age: "3.1",
        codepoint: 0x28933,
        name: "CJK UNIFIED IDEOGRAPH-28933",
    },
    Character {
        age: "3.1",
        codepoint: 0x28934,
        name: "CJK UNIFIED IDEOGRAPH-28934",
    },
    Character {
        age: "3.1",
        codepoint: 0x28935,
        name: "CJK UNIFIED IDEOGRAPH-28935",
    },
    Character {
        age: "3.1",
        codepoint: 0x28936,
        name: "CJK UNIFIED IDEOGRAPH-28936",
    },
    Character {
        age: "3.1",
        codepoint: 0x28937,
        name: "CJK UNIFIED IDEOGRAPH-28937",
    },
    Character {
        age: "3.1",
        codepoint: 0x28938,
        name: "CJK UNIFIED IDEOGRAPH-28938",
    },
    Character {
        age: "3.1",
        codepoint: 0x28939,
        name: "CJK UNIFIED IDEOGRAPH-28939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2893A,
        name: "CJK UNIFIED IDEOGRAPH-2893A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2893B,
        name: "CJK UNIFIED IDEOGRAPH-2893B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2893C,
        name: "CJK UNIFIED IDEOGRAPH-2893C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2893D,
        name: "CJK UNIFIED IDEOGRAPH-2893D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2893E,
        name: "CJK UNIFIED IDEOGRAPH-2893E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2893F,
        name: "CJK UNIFIED IDEOGRAPH-2893F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28940,
        name: "CJK UNIFIED IDEOGRAPH-28940",
    },
    Character {
        age: "3.1",
        codepoint: 0x28941,
        name: "CJK UNIFIED IDEOGRAPH-28941",
    },
    Character {
        age: "3.1",
        codepoint: 0x28942,
        name: "CJK UNIFIED IDEOGRAPH-28942",
    },
    Character {
        age: "3.1",
        codepoint: 0x28943,
        name: "CJK UNIFIED IDEOGRAPH-28943",
    },
    Character {
        age: "3.1",
        codepoint: 0x28944,
        name: "CJK UNIFIED IDEOGRAPH-28944",
    },
    Character {
        age: "3.1",
        codepoint: 0x28945,
        name: "CJK UNIFIED IDEOGRAPH-28945",
    },
    Character {
        age: "3.1",
        codepoint: 0x28946,
        name: "CJK UNIFIED IDEOGRAPH-28946",
    },
    Character {
        age: "3.1",
        codepoint: 0x28947,
        name: "CJK UNIFIED IDEOGRAPH-28947",
    },
    Character {
        age: "3.1",
        codepoint: 0x28948,
        name: "CJK UNIFIED IDEOGRAPH-28948",
    },
    Character {
        age: "3.1",
        codepoint: 0x28949,
        name: "CJK UNIFIED IDEOGRAPH-28949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2894A,
        name: "CJK UNIFIED IDEOGRAPH-2894A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2894B,
        name: "CJK UNIFIED IDEOGRAPH-2894B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2894C,
        name: "CJK UNIFIED IDEOGRAPH-2894C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2894D,
        name: "CJK UNIFIED IDEOGRAPH-2894D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2894E,
        name: "CJK UNIFIED IDEOGRAPH-2894E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2894F,
        name: "CJK UNIFIED IDEOGRAPH-2894F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28950,
        name: "CJK UNIFIED IDEOGRAPH-28950",
    },
    Character {
        age: "3.1",
        codepoint: 0x28951,
        name: "CJK UNIFIED IDEOGRAPH-28951",
    },
    Character {
        age: "3.1",
        codepoint: 0x28952,
        name: "CJK UNIFIED IDEOGRAPH-28952",
    },
    Character {
        age: "3.1",
        codepoint: 0x28953,
        name: "CJK UNIFIED IDEOGRAPH-28953",
    },
    Character {
        age: "3.1",
        codepoint: 0x28954,
        name: "CJK UNIFIED IDEOGRAPH-28954",
    },
    Character {
        age: "3.1",
        codepoint: 0x28955,
        name: "CJK UNIFIED IDEOGRAPH-28955",
    },
    Character {
        age: "3.1",
        codepoint: 0x28956,
        name: "CJK UNIFIED IDEOGRAPH-28956",
    },
    Character {
        age: "3.1",
        codepoint: 0x28957,
        name: "CJK UNIFIED IDEOGRAPH-28957",
    },
    Character {
        age: "3.1",
        codepoint: 0x28958,
        name: "CJK UNIFIED IDEOGRAPH-28958",
    },
    Character {
        age: "3.1",
        codepoint: 0x28959,
        name: "CJK UNIFIED IDEOGRAPH-28959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2895A,
        name: "CJK UNIFIED IDEOGRAPH-2895A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2895B,
        name: "CJK UNIFIED IDEOGRAPH-2895B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2895C,
        name: "CJK UNIFIED IDEOGRAPH-2895C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2895D,
        name: "CJK UNIFIED IDEOGRAPH-2895D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2895E,
        name: "CJK UNIFIED IDEOGRAPH-2895E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2895F,
        name: "CJK UNIFIED IDEOGRAPH-2895F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28960,
        name: "CJK UNIFIED IDEOGRAPH-28960",
    },
    Character {
        age: "3.1",
        codepoint: 0x28961,
        name: "CJK UNIFIED IDEOGRAPH-28961",
    },
    Character {
        age: "3.1",
        codepoint: 0x28962,
        name: "CJK UNIFIED IDEOGRAPH-28962",
    },
    Character {
        age: "3.1",
        codepoint: 0x28963,
        name: "CJK UNIFIED IDEOGRAPH-28963",
    },
    Character {
        age: "3.1",
        codepoint: 0x28964,
        name: "CJK UNIFIED IDEOGRAPH-28964",
    },
    Character {
        age: "3.1",
        codepoint: 0x28965,
        name: "CJK UNIFIED IDEOGRAPH-28965",
    },
    Character {
        age: "3.1",
        codepoint: 0x28966,
        name: "CJK UNIFIED IDEOGRAPH-28966",
    },
    Character {
        age: "3.1",
        codepoint: 0x28967,
        name: "CJK UNIFIED IDEOGRAPH-28967",
    },
    Character {
        age: "3.1",
        codepoint: 0x28968,
        name: "CJK UNIFIED IDEOGRAPH-28968",
    },
    Character {
        age: "3.1",
        codepoint: 0x28969,
        name: "CJK UNIFIED IDEOGRAPH-28969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2896A,
        name: "CJK UNIFIED IDEOGRAPH-2896A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2896B,
        name: "CJK UNIFIED IDEOGRAPH-2896B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2896C,
        name: "CJK UNIFIED IDEOGRAPH-2896C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2896D,
        name: "CJK UNIFIED IDEOGRAPH-2896D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2896E,
        name: "CJK UNIFIED IDEOGRAPH-2896E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2896F,
        name: "CJK UNIFIED IDEOGRAPH-2896F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28970,
        name: "CJK UNIFIED IDEOGRAPH-28970",
    },
    Character {
        age: "3.1",
        codepoint: 0x28971,
        name: "CJK UNIFIED IDEOGRAPH-28971",
    },
    Character {
        age: "3.1",
        codepoint: 0x28972,
        name: "CJK UNIFIED IDEOGRAPH-28972",
    },
    Character {
        age: "3.1",
        codepoint: 0x28973,
        name: "CJK UNIFIED IDEOGRAPH-28973",
    },
    Character {
        age: "3.1",
        codepoint: 0x28974,
        name: "CJK UNIFIED IDEOGRAPH-28974",
    },
    Character {
        age: "3.1",
        codepoint: 0x28975,
        name: "CJK UNIFIED IDEOGRAPH-28975",
    },
    Character {
        age: "3.1",
        codepoint: 0x28976,
        name: "CJK UNIFIED IDEOGRAPH-28976",
    },
    Character {
        age: "3.1",
        codepoint: 0x28977,
        name: "CJK UNIFIED IDEOGRAPH-28977",
    },
    Character {
        age: "3.1",
        codepoint: 0x28978,
        name: "CJK UNIFIED IDEOGRAPH-28978",
    },
    Character {
        age: "3.1",
        codepoint: 0x28979,
        name: "CJK UNIFIED IDEOGRAPH-28979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2897A,
        name: "CJK UNIFIED IDEOGRAPH-2897A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2897B,
        name: "CJK UNIFIED IDEOGRAPH-2897B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2897C,
        name: "CJK UNIFIED IDEOGRAPH-2897C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2897D,
        name: "CJK UNIFIED IDEOGRAPH-2897D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2897E,
        name: "CJK UNIFIED IDEOGRAPH-2897E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2897F,
        name: "CJK UNIFIED IDEOGRAPH-2897F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28980,
        name: "CJK UNIFIED IDEOGRAPH-28980",
    },
    Character {
        age: "3.1",
        codepoint: 0x28981,
        name: "CJK UNIFIED IDEOGRAPH-28981",
    },
    Character {
        age: "3.1",
        codepoint: 0x28982,
        name: "CJK UNIFIED IDEOGRAPH-28982",
    },
    Character {
        age: "3.1",
        codepoint: 0x28983,
        name: "CJK UNIFIED IDEOGRAPH-28983",
    },
    Character {
        age: "3.1",
        codepoint: 0x28984,
        name: "CJK UNIFIED IDEOGRAPH-28984",
    },
    Character {
        age: "3.1",
        codepoint: 0x28985,
        name: "CJK UNIFIED IDEOGRAPH-28985",
    },
    Character {
        age: "3.1",
        codepoint: 0x28986,
        name: "CJK UNIFIED IDEOGRAPH-28986",
    },
    Character {
        age: "3.1",
        codepoint: 0x28987,
        name: "CJK UNIFIED IDEOGRAPH-28987",
    },
    Character {
        age: "3.1",
        codepoint: 0x28988,
        name: "CJK UNIFIED IDEOGRAPH-28988",
    },
    Character {
        age: "3.1",
        codepoint: 0x28989,
        name: "CJK UNIFIED IDEOGRAPH-28989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2898A,
        name: "CJK UNIFIED IDEOGRAPH-2898A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2898B,
        name: "CJK UNIFIED IDEOGRAPH-2898B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2898C,
        name: "CJK UNIFIED IDEOGRAPH-2898C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2898D,
        name: "CJK UNIFIED IDEOGRAPH-2898D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2898E,
        name: "CJK UNIFIED IDEOGRAPH-2898E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2898F,
        name: "CJK UNIFIED IDEOGRAPH-2898F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28990,
        name: "CJK UNIFIED IDEOGRAPH-28990",
    },
    Character {
        age: "3.1",
        codepoint: 0x28991,
        name: "CJK UNIFIED IDEOGRAPH-28991",
    },
    Character {
        age: "3.1",
        codepoint: 0x28992,
        name: "CJK UNIFIED IDEOGRAPH-28992",
    },
    Character {
        age: "3.1",
        codepoint: 0x28993,
        name: "CJK UNIFIED IDEOGRAPH-28993",
    },
    Character {
        age: "3.1",
        codepoint: 0x28994,
        name: "CJK UNIFIED IDEOGRAPH-28994",
    },
    Character {
        age: "3.1",
        codepoint: 0x28995,
        name: "CJK UNIFIED IDEOGRAPH-28995",
    },
    Character {
        age: "3.1",
        codepoint: 0x28996,
        name: "CJK UNIFIED IDEOGRAPH-28996",
    },
    Character {
        age: "3.1",
        codepoint: 0x28997,
        name: "CJK UNIFIED IDEOGRAPH-28997",
    },
    Character {
        age: "3.1",
        codepoint: 0x28998,
        name: "CJK UNIFIED IDEOGRAPH-28998",
    },
    Character {
        age: "3.1",
        codepoint: 0x28999,
        name: "CJK UNIFIED IDEOGRAPH-28999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2899A,
        name: "CJK UNIFIED IDEOGRAPH-2899A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2899B,
        name: "CJK UNIFIED IDEOGRAPH-2899B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2899C,
        name: "CJK UNIFIED IDEOGRAPH-2899C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2899D,
        name: "CJK UNIFIED IDEOGRAPH-2899D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2899E,
        name: "CJK UNIFIED IDEOGRAPH-2899E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2899F,
        name: "CJK UNIFIED IDEOGRAPH-2899F",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A0,
        name: "CJK UNIFIED IDEOGRAPH-289A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A1,
        name: "CJK UNIFIED IDEOGRAPH-289A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A2,
        name: "CJK UNIFIED IDEOGRAPH-289A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A3,
        name: "CJK UNIFIED IDEOGRAPH-289A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A4,
        name: "CJK UNIFIED IDEOGRAPH-289A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A5,
        name: "CJK UNIFIED IDEOGRAPH-289A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A6,
        name: "CJK UNIFIED IDEOGRAPH-289A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A7,
        name: "CJK UNIFIED IDEOGRAPH-289A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A8,
        name: "CJK UNIFIED IDEOGRAPH-289A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x289A9,
        name: "CJK UNIFIED IDEOGRAPH-289A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x289AA,
        name: "CJK UNIFIED IDEOGRAPH-289AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x289AB,
        name: "CJK UNIFIED IDEOGRAPH-289AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x289AC,
        name: "CJK UNIFIED IDEOGRAPH-289AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x289AD,
        name: "CJK UNIFIED IDEOGRAPH-289AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x289AE,
        name: "CJK UNIFIED IDEOGRAPH-289AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x289AF,
        name: "CJK UNIFIED IDEOGRAPH-289AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B0,
        name: "CJK UNIFIED IDEOGRAPH-289B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B1,
        name: "CJK UNIFIED IDEOGRAPH-289B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B2,
        name: "CJK UNIFIED IDEOGRAPH-289B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B3,
        name: "CJK UNIFIED IDEOGRAPH-289B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B4,
        name: "CJK UNIFIED IDEOGRAPH-289B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B5,
        name: "CJK UNIFIED IDEOGRAPH-289B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B6,
        name: "CJK UNIFIED IDEOGRAPH-289B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B7,
        name: "CJK UNIFIED IDEOGRAPH-289B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B8,
        name: "CJK UNIFIED IDEOGRAPH-289B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x289B9,
        name: "CJK UNIFIED IDEOGRAPH-289B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x289BA,
        name: "CJK UNIFIED IDEOGRAPH-289BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x289BB,
        name: "CJK UNIFIED IDEOGRAPH-289BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x289BC,
        name: "CJK UNIFIED IDEOGRAPH-289BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x289BD,
        name: "CJK UNIFIED IDEOGRAPH-289BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x289BE,
        name: "CJK UNIFIED IDEOGRAPH-289BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x289BF,
        name: "CJK UNIFIED IDEOGRAPH-289BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C0,
        name: "CJK UNIFIED IDEOGRAPH-289C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C1,
        name: "CJK UNIFIED IDEOGRAPH-289C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C2,
        name: "CJK UNIFIED IDEOGRAPH-289C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C3,
        name: "CJK UNIFIED IDEOGRAPH-289C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C4,
        name: "CJK UNIFIED IDEOGRAPH-289C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C5,
        name: "CJK UNIFIED IDEOGRAPH-289C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C6,
        name: "CJK UNIFIED IDEOGRAPH-289C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C7,
        name: "CJK UNIFIED IDEOGRAPH-289C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C8,
        name: "CJK UNIFIED IDEOGRAPH-289C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x289C9,
        name: "CJK UNIFIED IDEOGRAPH-289C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x289CA,
        name: "CJK UNIFIED IDEOGRAPH-289CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x289CB,
        name: "CJK UNIFIED IDEOGRAPH-289CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x289CC,
        name: "CJK UNIFIED IDEOGRAPH-289CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x289CD,
        name: "CJK UNIFIED IDEOGRAPH-289CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x289CE,
        name: "CJK UNIFIED IDEOGRAPH-289CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x289CF,
        name: "CJK UNIFIED IDEOGRAPH-289CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D0,
        name: "CJK UNIFIED IDEOGRAPH-289D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D1,
        name: "CJK UNIFIED IDEOGRAPH-289D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D2,
        name: "CJK UNIFIED IDEOGRAPH-289D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D3,
        name: "CJK UNIFIED IDEOGRAPH-289D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D4,
        name: "CJK UNIFIED IDEOGRAPH-289D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D5,
        name: "CJK UNIFIED IDEOGRAPH-289D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D6,
        name: "CJK UNIFIED IDEOGRAPH-289D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D7,
        name: "CJK UNIFIED IDEOGRAPH-289D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D8,
        name: "CJK UNIFIED IDEOGRAPH-289D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x289D9,
        name: "CJK UNIFIED IDEOGRAPH-289D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x289DA,
        name: "CJK UNIFIED IDEOGRAPH-289DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x289DB,
        name: "CJK UNIFIED IDEOGRAPH-289DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x289DC,
        name: "CJK UNIFIED IDEOGRAPH-289DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x289DD,
        name: "CJK UNIFIED IDEOGRAPH-289DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x289DE,
        name: "CJK UNIFIED IDEOGRAPH-289DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x289DF,
        name: "CJK UNIFIED IDEOGRAPH-289DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E0,
        name: "CJK UNIFIED IDEOGRAPH-289E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E1,
        name: "CJK UNIFIED IDEOGRAPH-289E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E2,
        name: "CJK UNIFIED IDEOGRAPH-289E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E3,
        name: "CJK UNIFIED IDEOGRAPH-289E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E4,
        name: "CJK UNIFIED IDEOGRAPH-289E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E5,
        name: "CJK UNIFIED IDEOGRAPH-289E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E6,
        name: "CJK UNIFIED IDEOGRAPH-289E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E7,
        name: "CJK UNIFIED IDEOGRAPH-289E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E8,
        name: "CJK UNIFIED IDEOGRAPH-289E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x289E9,
        name: "CJK UNIFIED IDEOGRAPH-289E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x289EA,
        name: "CJK UNIFIED IDEOGRAPH-289EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x289EB,
        name: "CJK UNIFIED IDEOGRAPH-289EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x289EC,
        name: "CJK UNIFIED IDEOGRAPH-289EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x289ED,
        name: "CJK UNIFIED IDEOGRAPH-289ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x289EE,
        name: "CJK UNIFIED IDEOGRAPH-289EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x289EF,
        name: "CJK UNIFIED IDEOGRAPH-289EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F0,
        name: "CJK UNIFIED IDEOGRAPH-289F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F1,
        name: "CJK UNIFIED IDEOGRAPH-289F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F2,
        name: "CJK UNIFIED IDEOGRAPH-289F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F3,
        name: "CJK UNIFIED IDEOGRAPH-289F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F4,
        name: "CJK UNIFIED IDEOGRAPH-289F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F5,
        name: "CJK UNIFIED IDEOGRAPH-289F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F6,
        name: "CJK UNIFIED IDEOGRAPH-289F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F7,
        name: "CJK UNIFIED IDEOGRAPH-289F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F8,
        name: "CJK UNIFIED IDEOGRAPH-289F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x289F9,
        name: "CJK UNIFIED IDEOGRAPH-289F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x289FA,
        name: "CJK UNIFIED IDEOGRAPH-289FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x289FB,
        name: "CJK UNIFIED IDEOGRAPH-289FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x289FC,
        name: "CJK UNIFIED IDEOGRAPH-289FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x289FD,
        name: "CJK UNIFIED IDEOGRAPH-289FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x289FE,
        name: "CJK UNIFIED IDEOGRAPH-289FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x289FF,
        name: "CJK UNIFIED IDEOGRAPH-289FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A00,
        name: "CJK UNIFIED IDEOGRAPH-28A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A01,
        name: "CJK UNIFIED IDEOGRAPH-28A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A02,
        name: "CJK UNIFIED IDEOGRAPH-28A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A03,
        name: "CJK UNIFIED IDEOGRAPH-28A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A04,
        name: "CJK UNIFIED IDEOGRAPH-28A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A05,
        name: "CJK UNIFIED IDEOGRAPH-28A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A06,
        name: "CJK UNIFIED IDEOGRAPH-28A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A07,
        name: "CJK UNIFIED IDEOGRAPH-28A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A08,
        name: "CJK UNIFIED IDEOGRAPH-28A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A09,
        name: "CJK UNIFIED IDEOGRAPH-28A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A0A,
        name: "CJK UNIFIED IDEOGRAPH-28A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A0B,
        name: "CJK UNIFIED IDEOGRAPH-28A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A0C,
        name: "CJK UNIFIED IDEOGRAPH-28A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A0D,
        name: "CJK UNIFIED IDEOGRAPH-28A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A0E,
        name: "CJK UNIFIED IDEOGRAPH-28A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A0F,
        name: "CJK UNIFIED IDEOGRAPH-28A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A10,
        name: "CJK UNIFIED IDEOGRAPH-28A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A11,
        name: "CJK UNIFIED IDEOGRAPH-28A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A12,
        name: "CJK UNIFIED IDEOGRAPH-28A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A13,
        name: "CJK UNIFIED IDEOGRAPH-28A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A14,
        name: "CJK UNIFIED IDEOGRAPH-28A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A15,
        name: "CJK UNIFIED IDEOGRAPH-28A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A16,
        name: "CJK UNIFIED IDEOGRAPH-28A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A17,
        name: "CJK UNIFIED IDEOGRAPH-28A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A18,
        name: "CJK UNIFIED IDEOGRAPH-28A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A19,
        name: "CJK UNIFIED IDEOGRAPH-28A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A1A,
        name: "CJK UNIFIED IDEOGRAPH-28A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A1B,
        name: "CJK UNIFIED IDEOGRAPH-28A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A1C,
        name: "CJK UNIFIED IDEOGRAPH-28A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A1D,
        name: "CJK UNIFIED IDEOGRAPH-28A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A1E,
        name: "CJK UNIFIED IDEOGRAPH-28A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A1F,
        name: "CJK UNIFIED IDEOGRAPH-28A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A20,
        name: "CJK UNIFIED IDEOGRAPH-28A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A21,
        name: "CJK UNIFIED IDEOGRAPH-28A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A22,
        name: "CJK UNIFIED IDEOGRAPH-28A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A23,
        name: "CJK UNIFIED IDEOGRAPH-28A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A24,
        name: "CJK UNIFIED IDEOGRAPH-28A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A25,
        name: "CJK UNIFIED IDEOGRAPH-28A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A26,
        name: "CJK UNIFIED IDEOGRAPH-28A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A27,
        name: "CJK UNIFIED IDEOGRAPH-28A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A28,
        name: "CJK UNIFIED IDEOGRAPH-28A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A29,
        name: "CJK UNIFIED IDEOGRAPH-28A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A2A,
        name: "CJK UNIFIED IDEOGRAPH-28A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A2B,
        name: "CJK UNIFIED IDEOGRAPH-28A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A2C,
        name: "CJK UNIFIED IDEOGRAPH-28A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A2D,
        name: "CJK UNIFIED IDEOGRAPH-28A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A2E,
        name: "CJK UNIFIED IDEOGRAPH-28A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A2F,
        name: "CJK UNIFIED IDEOGRAPH-28A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A30,
        name: "CJK UNIFIED IDEOGRAPH-28A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A31,
        name: "CJK UNIFIED IDEOGRAPH-28A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A32,
        name: "CJK UNIFIED IDEOGRAPH-28A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A33,
        name: "CJK UNIFIED IDEOGRAPH-28A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A34,
        name: "CJK UNIFIED IDEOGRAPH-28A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A35,
        name: "CJK UNIFIED IDEOGRAPH-28A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A36,
        name: "CJK UNIFIED IDEOGRAPH-28A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A37,
        name: "CJK UNIFIED IDEOGRAPH-28A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A38,
        name: "CJK UNIFIED IDEOGRAPH-28A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A39,
        name: "CJK UNIFIED IDEOGRAPH-28A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A3A,
        name: "CJK UNIFIED IDEOGRAPH-28A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A3B,
        name: "CJK UNIFIED IDEOGRAPH-28A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A3C,
        name: "CJK UNIFIED IDEOGRAPH-28A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A3D,
        name: "CJK UNIFIED IDEOGRAPH-28A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A3E,
        name: "CJK UNIFIED IDEOGRAPH-28A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A3F,
        name: "CJK UNIFIED IDEOGRAPH-28A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A40,
        name: "CJK UNIFIED IDEOGRAPH-28A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A41,
        name: "CJK UNIFIED IDEOGRAPH-28A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A42,
        name: "CJK UNIFIED IDEOGRAPH-28A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A43,
        name: "CJK UNIFIED IDEOGRAPH-28A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A44,
        name: "CJK UNIFIED IDEOGRAPH-28A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A45,
        name: "CJK UNIFIED IDEOGRAPH-28A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A46,
        name: "CJK UNIFIED IDEOGRAPH-28A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A47,
        name: "CJK UNIFIED IDEOGRAPH-28A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A48,
        name: "CJK UNIFIED IDEOGRAPH-28A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A49,
        name: "CJK UNIFIED IDEOGRAPH-28A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A4A,
        name: "CJK UNIFIED IDEOGRAPH-28A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A4B,
        name: "CJK UNIFIED IDEOGRAPH-28A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A4C,
        name: "CJK UNIFIED IDEOGRAPH-28A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A4D,
        name: "CJK UNIFIED IDEOGRAPH-28A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A4E,
        name: "CJK UNIFIED IDEOGRAPH-28A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A4F,
        name: "CJK UNIFIED IDEOGRAPH-28A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A50,
        name: "CJK UNIFIED IDEOGRAPH-28A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A51,
        name: "CJK UNIFIED IDEOGRAPH-28A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A52,
        name: "CJK UNIFIED IDEOGRAPH-28A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A53,
        name: "CJK UNIFIED IDEOGRAPH-28A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A54,
        name: "CJK UNIFIED IDEOGRAPH-28A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A55,
        name: "CJK UNIFIED IDEOGRAPH-28A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A56,
        name: "CJK UNIFIED IDEOGRAPH-28A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A57,
        name: "CJK UNIFIED IDEOGRAPH-28A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A58,
        name: "CJK UNIFIED IDEOGRAPH-28A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A59,
        name: "CJK UNIFIED IDEOGRAPH-28A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A5A,
        name: "CJK UNIFIED IDEOGRAPH-28A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A5B,
        name: "CJK UNIFIED IDEOGRAPH-28A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A5C,
        name: "CJK UNIFIED IDEOGRAPH-28A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A5D,
        name: "CJK UNIFIED IDEOGRAPH-28A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A5E,
        name: "CJK UNIFIED IDEOGRAPH-28A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A5F,
        name: "CJK UNIFIED IDEOGRAPH-28A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A60,
        name: "CJK UNIFIED IDEOGRAPH-28A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A61,
        name: "CJK UNIFIED IDEOGRAPH-28A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A62,
        name: "CJK UNIFIED IDEOGRAPH-28A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A63,
        name: "CJK UNIFIED IDEOGRAPH-28A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A64,
        name: "CJK UNIFIED IDEOGRAPH-28A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A65,
        name: "CJK UNIFIED IDEOGRAPH-28A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A66,
        name: "CJK UNIFIED IDEOGRAPH-28A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A67,
        name: "CJK UNIFIED IDEOGRAPH-28A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A68,
        name: "CJK UNIFIED IDEOGRAPH-28A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A69,
        name: "CJK UNIFIED IDEOGRAPH-28A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A6A,
        name: "CJK UNIFIED IDEOGRAPH-28A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A6B,
        name: "CJK UNIFIED IDEOGRAPH-28A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A6C,
        name: "CJK UNIFIED IDEOGRAPH-28A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A6D,
        name: "CJK UNIFIED IDEOGRAPH-28A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A6E,
        name: "CJK UNIFIED IDEOGRAPH-28A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A6F,
        name: "CJK UNIFIED IDEOGRAPH-28A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A70,
        name: "CJK UNIFIED IDEOGRAPH-28A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A71,
        name: "CJK UNIFIED IDEOGRAPH-28A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A72,
        name: "CJK UNIFIED IDEOGRAPH-28A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A73,
        name: "CJK UNIFIED IDEOGRAPH-28A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A74,
        name: "CJK UNIFIED IDEOGRAPH-28A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A75,
        name: "CJK UNIFIED IDEOGRAPH-28A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A76,
        name: "CJK UNIFIED IDEOGRAPH-28A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A77,
        name: "CJK UNIFIED IDEOGRAPH-28A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A78,
        name: "CJK UNIFIED IDEOGRAPH-28A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A79,
        name: "CJK UNIFIED IDEOGRAPH-28A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A7A,
        name: "CJK UNIFIED IDEOGRAPH-28A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A7B,
        name: "CJK UNIFIED IDEOGRAPH-28A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A7C,
        name: "CJK UNIFIED IDEOGRAPH-28A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A7D,
        name: "CJK UNIFIED IDEOGRAPH-28A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A7E,
        name: "CJK UNIFIED IDEOGRAPH-28A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A7F,
        name: "CJK UNIFIED IDEOGRAPH-28A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A80,
        name: "CJK UNIFIED IDEOGRAPH-28A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A81,
        name: "CJK UNIFIED IDEOGRAPH-28A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A82,
        name: "CJK UNIFIED IDEOGRAPH-28A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A83,
        name: "CJK UNIFIED IDEOGRAPH-28A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A84,
        name: "CJK UNIFIED IDEOGRAPH-28A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A85,
        name: "CJK UNIFIED IDEOGRAPH-28A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A86,
        name: "CJK UNIFIED IDEOGRAPH-28A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A87,
        name: "CJK UNIFIED IDEOGRAPH-28A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A88,
        name: "CJK UNIFIED IDEOGRAPH-28A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A89,
        name: "CJK UNIFIED IDEOGRAPH-28A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A8A,
        name: "CJK UNIFIED IDEOGRAPH-28A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A8B,
        name: "CJK UNIFIED IDEOGRAPH-28A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A8C,
        name: "CJK UNIFIED IDEOGRAPH-28A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A8D,
        name: "CJK UNIFIED IDEOGRAPH-28A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A8E,
        name: "CJK UNIFIED IDEOGRAPH-28A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A8F,
        name: "CJK UNIFIED IDEOGRAPH-28A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A90,
        name: "CJK UNIFIED IDEOGRAPH-28A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A91,
        name: "CJK UNIFIED IDEOGRAPH-28A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A92,
        name: "CJK UNIFIED IDEOGRAPH-28A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A93,
        name: "CJK UNIFIED IDEOGRAPH-28A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A94,
        name: "CJK UNIFIED IDEOGRAPH-28A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A95,
        name: "CJK UNIFIED IDEOGRAPH-28A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A96,
        name: "CJK UNIFIED IDEOGRAPH-28A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A97,
        name: "CJK UNIFIED IDEOGRAPH-28A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A98,
        name: "CJK UNIFIED IDEOGRAPH-28A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A99,
        name: "CJK UNIFIED IDEOGRAPH-28A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A9A,
        name: "CJK UNIFIED IDEOGRAPH-28A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A9B,
        name: "CJK UNIFIED IDEOGRAPH-28A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A9C,
        name: "CJK UNIFIED IDEOGRAPH-28A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A9D,
        name: "CJK UNIFIED IDEOGRAPH-28A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A9E,
        name: "CJK UNIFIED IDEOGRAPH-28A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28A9F,
        name: "CJK UNIFIED IDEOGRAPH-28A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA0,
        name: "CJK UNIFIED IDEOGRAPH-28AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA1,
        name: "CJK UNIFIED IDEOGRAPH-28AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA2,
        name: "CJK UNIFIED IDEOGRAPH-28AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA3,
        name: "CJK UNIFIED IDEOGRAPH-28AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA4,
        name: "CJK UNIFIED IDEOGRAPH-28AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA5,
        name: "CJK UNIFIED IDEOGRAPH-28AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA6,
        name: "CJK UNIFIED IDEOGRAPH-28AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA7,
        name: "CJK UNIFIED IDEOGRAPH-28AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA8,
        name: "CJK UNIFIED IDEOGRAPH-28AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AA9,
        name: "CJK UNIFIED IDEOGRAPH-28AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AAA,
        name: "CJK UNIFIED IDEOGRAPH-28AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AAB,
        name: "CJK UNIFIED IDEOGRAPH-28AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AAC,
        name: "CJK UNIFIED IDEOGRAPH-28AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AAD,
        name: "CJK UNIFIED IDEOGRAPH-28AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AAE,
        name: "CJK UNIFIED IDEOGRAPH-28AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AAF,
        name: "CJK UNIFIED IDEOGRAPH-28AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB0,
        name: "CJK UNIFIED IDEOGRAPH-28AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB1,
        name: "CJK UNIFIED IDEOGRAPH-28AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB2,
        name: "CJK UNIFIED IDEOGRAPH-28AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB3,
        name: "CJK UNIFIED IDEOGRAPH-28AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB4,
        name: "CJK UNIFIED IDEOGRAPH-28AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB5,
        name: "CJK UNIFIED IDEOGRAPH-28AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB6,
        name: "CJK UNIFIED IDEOGRAPH-28AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB7,
        name: "CJK UNIFIED IDEOGRAPH-28AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB8,
        name: "CJK UNIFIED IDEOGRAPH-28AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AB9,
        name: "CJK UNIFIED IDEOGRAPH-28AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ABA,
        name: "CJK UNIFIED IDEOGRAPH-28ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ABB,
        name: "CJK UNIFIED IDEOGRAPH-28ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ABC,
        name: "CJK UNIFIED IDEOGRAPH-28ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ABD,
        name: "CJK UNIFIED IDEOGRAPH-28ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ABE,
        name: "CJK UNIFIED IDEOGRAPH-28ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ABF,
        name: "CJK UNIFIED IDEOGRAPH-28ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC0,
        name: "CJK UNIFIED IDEOGRAPH-28AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC1,
        name: "CJK UNIFIED IDEOGRAPH-28AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC2,
        name: "CJK UNIFIED IDEOGRAPH-28AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC3,
        name: "CJK UNIFIED IDEOGRAPH-28AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC4,
        name: "CJK UNIFIED IDEOGRAPH-28AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC5,
        name: "CJK UNIFIED IDEOGRAPH-28AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC6,
        name: "CJK UNIFIED IDEOGRAPH-28AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC7,
        name: "CJK UNIFIED IDEOGRAPH-28AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC8,
        name: "CJK UNIFIED IDEOGRAPH-28AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AC9,
        name: "CJK UNIFIED IDEOGRAPH-28AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ACA,
        name: "CJK UNIFIED IDEOGRAPH-28ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ACB,
        name: "CJK UNIFIED IDEOGRAPH-28ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ACC,
        name: "CJK UNIFIED IDEOGRAPH-28ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ACD,
        name: "CJK UNIFIED IDEOGRAPH-28ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ACE,
        name: "CJK UNIFIED IDEOGRAPH-28ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ACF,
        name: "CJK UNIFIED IDEOGRAPH-28ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD0,
        name: "CJK UNIFIED IDEOGRAPH-28AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD1,
        name: "CJK UNIFIED IDEOGRAPH-28AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD2,
        name: "CJK UNIFIED IDEOGRAPH-28AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD3,
        name: "CJK UNIFIED IDEOGRAPH-28AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD4,
        name: "CJK UNIFIED IDEOGRAPH-28AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD5,
        name: "CJK UNIFIED IDEOGRAPH-28AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD6,
        name: "CJK UNIFIED IDEOGRAPH-28AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD7,
        name: "CJK UNIFIED IDEOGRAPH-28AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD8,
        name: "CJK UNIFIED IDEOGRAPH-28AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AD9,
        name: "CJK UNIFIED IDEOGRAPH-28AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ADA,
        name: "CJK UNIFIED IDEOGRAPH-28ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ADB,
        name: "CJK UNIFIED IDEOGRAPH-28ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ADC,
        name: "CJK UNIFIED IDEOGRAPH-28ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ADD,
        name: "CJK UNIFIED IDEOGRAPH-28ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ADE,
        name: "CJK UNIFIED IDEOGRAPH-28ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ADF,
        name: "CJK UNIFIED IDEOGRAPH-28ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE0,
        name: "CJK UNIFIED IDEOGRAPH-28AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE1,
        name: "CJK UNIFIED IDEOGRAPH-28AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE2,
        name: "CJK UNIFIED IDEOGRAPH-28AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE3,
        name: "CJK UNIFIED IDEOGRAPH-28AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE4,
        name: "CJK UNIFIED IDEOGRAPH-28AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE5,
        name: "CJK UNIFIED IDEOGRAPH-28AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE6,
        name: "CJK UNIFIED IDEOGRAPH-28AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE7,
        name: "CJK UNIFIED IDEOGRAPH-28AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE8,
        name: "CJK UNIFIED IDEOGRAPH-28AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AE9,
        name: "CJK UNIFIED IDEOGRAPH-28AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AEA,
        name: "CJK UNIFIED IDEOGRAPH-28AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AEB,
        name: "CJK UNIFIED IDEOGRAPH-28AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AEC,
        name: "CJK UNIFIED IDEOGRAPH-28AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AED,
        name: "CJK UNIFIED IDEOGRAPH-28AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AEE,
        name: "CJK UNIFIED IDEOGRAPH-28AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AEF,
        name: "CJK UNIFIED IDEOGRAPH-28AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF0,
        name: "CJK UNIFIED IDEOGRAPH-28AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF1,
        name: "CJK UNIFIED IDEOGRAPH-28AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF2,
        name: "CJK UNIFIED IDEOGRAPH-28AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF3,
        name: "CJK UNIFIED IDEOGRAPH-28AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF4,
        name: "CJK UNIFIED IDEOGRAPH-28AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF5,
        name: "CJK UNIFIED IDEOGRAPH-28AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF6,
        name: "CJK UNIFIED IDEOGRAPH-28AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF7,
        name: "CJK UNIFIED IDEOGRAPH-28AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF8,
        name: "CJK UNIFIED IDEOGRAPH-28AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AF9,
        name: "CJK UNIFIED IDEOGRAPH-28AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AFA,
        name: "CJK UNIFIED IDEOGRAPH-28AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AFB,
        name: "CJK UNIFIED IDEOGRAPH-28AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AFC,
        name: "CJK UNIFIED IDEOGRAPH-28AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AFD,
        name: "CJK UNIFIED IDEOGRAPH-28AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AFE,
        name: "CJK UNIFIED IDEOGRAPH-28AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28AFF,
        name: "CJK UNIFIED IDEOGRAPH-28AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B00,
        name: "CJK UNIFIED IDEOGRAPH-28B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B01,
        name: "CJK UNIFIED IDEOGRAPH-28B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B02,
        name: "CJK UNIFIED IDEOGRAPH-28B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B03,
        name: "CJK UNIFIED IDEOGRAPH-28B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B04,
        name: "CJK UNIFIED IDEOGRAPH-28B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B05,
        name: "CJK UNIFIED IDEOGRAPH-28B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B06,
        name: "CJK UNIFIED IDEOGRAPH-28B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B07,
        name: "CJK UNIFIED IDEOGRAPH-28B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B08,
        name: "CJK UNIFIED IDEOGRAPH-28B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B09,
        name: "CJK UNIFIED IDEOGRAPH-28B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B0A,
        name: "CJK UNIFIED IDEOGRAPH-28B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B0B,
        name: "CJK UNIFIED IDEOGRAPH-28B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B0C,
        name: "CJK UNIFIED IDEOGRAPH-28B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B0D,
        name: "CJK UNIFIED IDEOGRAPH-28B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B0E,
        name: "CJK UNIFIED IDEOGRAPH-28B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B0F,
        name: "CJK UNIFIED IDEOGRAPH-28B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B10,
        name: "CJK UNIFIED IDEOGRAPH-28B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B11,
        name: "CJK UNIFIED IDEOGRAPH-28B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B12,
        name: "CJK UNIFIED IDEOGRAPH-28B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B13,
        name: "CJK UNIFIED IDEOGRAPH-28B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B14,
        name: "CJK UNIFIED IDEOGRAPH-28B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B15,
        name: "CJK UNIFIED IDEOGRAPH-28B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B16,
        name: "CJK UNIFIED IDEOGRAPH-28B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B17,
        name: "CJK UNIFIED IDEOGRAPH-28B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B18,
        name: "CJK UNIFIED IDEOGRAPH-28B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B19,
        name: "CJK UNIFIED IDEOGRAPH-28B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B1A,
        name: "CJK UNIFIED IDEOGRAPH-28B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B1B,
        name: "CJK UNIFIED IDEOGRAPH-28B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B1C,
        name: "CJK UNIFIED IDEOGRAPH-28B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B1D,
        name: "CJK UNIFIED IDEOGRAPH-28B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B1E,
        name: "CJK UNIFIED IDEOGRAPH-28B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B1F,
        name: "CJK UNIFIED IDEOGRAPH-28B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B20,
        name: "CJK UNIFIED IDEOGRAPH-28B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B21,
        name: "CJK UNIFIED IDEOGRAPH-28B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B22,
        name: "CJK UNIFIED IDEOGRAPH-28B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B23,
        name: "CJK UNIFIED IDEOGRAPH-28B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B24,
        name: "CJK UNIFIED IDEOGRAPH-28B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B25,
        name: "CJK UNIFIED IDEOGRAPH-28B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B26,
        name: "CJK UNIFIED IDEOGRAPH-28B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B27,
        name: "CJK UNIFIED IDEOGRAPH-28B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B28,
        name: "CJK UNIFIED IDEOGRAPH-28B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B29,
        name: "CJK UNIFIED IDEOGRAPH-28B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B2A,
        name: "CJK UNIFIED IDEOGRAPH-28B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B2B,
        name: "CJK UNIFIED IDEOGRAPH-28B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B2C,
        name: "CJK UNIFIED IDEOGRAPH-28B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B2D,
        name: "CJK UNIFIED IDEOGRAPH-28B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B2E,
        name: "CJK UNIFIED IDEOGRAPH-28B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B2F,
        name: "CJK UNIFIED IDEOGRAPH-28B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B30,
        name: "CJK UNIFIED IDEOGRAPH-28B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B31,
        name: "CJK UNIFIED IDEOGRAPH-28B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B32,
        name: "CJK UNIFIED IDEOGRAPH-28B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B33,
        name: "CJK UNIFIED IDEOGRAPH-28B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B34,
        name: "CJK UNIFIED IDEOGRAPH-28B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B35,
        name: "CJK UNIFIED IDEOGRAPH-28B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B36,
        name: "CJK UNIFIED IDEOGRAPH-28B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B37,
        name: "CJK UNIFIED IDEOGRAPH-28B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B38,
        name: "CJK UNIFIED IDEOGRAPH-28B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B39,
        name: "CJK UNIFIED IDEOGRAPH-28B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B3A,
        name: "CJK UNIFIED IDEOGRAPH-28B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B3B,
        name: "CJK UNIFIED IDEOGRAPH-28B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B3C,
        name: "CJK UNIFIED IDEOGRAPH-28B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B3D,
        name: "CJK UNIFIED IDEOGRAPH-28B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B3E,
        name: "CJK UNIFIED IDEOGRAPH-28B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B3F,
        name: "CJK UNIFIED IDEOGRAPH-28B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B40,
        name: "CJK UNIFIED IDEOGRAPH-28B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B41,
        name: "CJK UNIFIED IDEOGRAPH-28B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B42,
        name: "CJK UNIFIED IDEOGRAPH-28B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B43,
        name: "CJK UNIFIED IDEOGRAPH-28B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B44,
        name: "CJK UNIFIED IDEOGRAPH-28B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B45,
        name: "CJK UNIFIED IDEOGRAPH-28B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B46,
        name: "CJK UNIFIED IDEOGRAPH-28B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B47,
        name: "CJK UNIFIED IDEOGRAPH-28B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B48,
        name: "CJK UNIFIED IDEOGRAPH-28B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B49,
        name: "CJK UNIFIED IDEOGRAPH-28B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B4A,
        name: "CJK UNIFIED IDEOGRAPH-28B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B4B,
        name: "CJK UNIFIED IDEOGRAPH-28B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B4C,
        name: "CJK UNIFIED IDEOGRAPH-28B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B4D,
        name: "CJK UNIFIED IDEOGRAPH-28B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B4E,
        name: "CJK UNIFIED IDEOGRAPH-28B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B4F,
        name: "CJK UNIFIED IDEOGRAPH-28B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B50,
        name: "CJK UNIFIED IDEOGRAPH-28B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B51,
        name: "CJK UNIFIED IDEOGRAPH-28B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B52,
        name: "CJK UNIFIED IDEOGRAPH-28B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B53,
        name: "CJK UNIFIED IDEOGRAPH-28B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B54,
        name: "CJK UNIFIED IDEOGRAPH-28B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B55,
        name: "CJK UNIFIED IDEOGRAPH-28B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B56,
        name: "CJK UNIFIED IDEOGRAPH-28B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B57,
        name: "CJK UNIFIED IDEOGRAPH-28B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B58,
        name: "CJK UNIFIED IDEOGRAPH-28B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B59,
        name: "CJK UNIFIED IDEOGRAPH-28B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B5A,
        name: "CJK UNIFIED IDEOGRAPH-28B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B5B,
        name: "CJK UNIFIED IDEOGRAPH-28B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B5C,
        name: "CJK UNIFIED IDEOGRAPH-28B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B5D,
        name: "CJK UNIFIED IDEOGRAPH-28B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B5E,
        name: "CJK UNIFIED IDEOGRAPH-28B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B5F,
        name: "CJK UNIFIED IDEOGRAPH-28B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B60,
        name: "CJK UNIFIED IDEOGRAPH-28B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B61,
        name: "CJK UNIFIED IDEOGRAPH-28B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B62,
        name: "CJK UNIFIED IDEOGRAPH-28B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B63,
        name: "CJK UNIFIED IDEOGRAPH-28B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B64,
        name: "CJK UNIFIED IDEOGRAPH-28B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B65,
        name: "CJK UNIFIED IDEOGRAPH-28B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B66,
        name: "CJK UNIFIED IDEOGRAPH-28B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B67,
        name: "CJK UNIFIED IDEOGRAPH-28B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B68,
        name: "CJK UNIFIED IDEOGRAPH-28B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B69,
        name: "CJK UNIFIED IDEOGRAPH-28B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B6A,
        name: "CJK UNIFIED IDEOGRAPH-28B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B6B,
        name: "CJK UNIFIED IDEOGRAPH-28B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B6C,
        name: "CJK UNIFIED IDEOGRAPH-28B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B6D,
        name: "CJK UNIFIED IDEOGRAPH-28B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B6E,
        name: "CJK UNIFIED IDEOGRAPH-28B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B6F,
        name: "CJK UNIFIED IDEOGRAPH-28B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B70,
        name: "CJK UNIFIED IDEOGRAPH-28B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B71,
        name: "CJK UNIFIED IDEOGRAPH-28B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B72,
        name: "CJK UNIFIED IDEOGRAPH-28B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B73,
        name: "CJK UNIFIED IDEOGRAPH-28B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B74,
        name: "CJK UNIFIED IDEOGRAPH-28B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B75,
        name: "CJK UNIFIED IDEOGRAPH-28B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B76,
        name: "CJK UNIFIED IDEOGRAPH-28B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B77,
        name: "CJK UNIFIED IDEOGRAPH-28B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B78,
        name: "CJK UNIFIED IDEOGRAPH-28B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B79,
        name: "CJK UNIFIED IDEOGRAPH-28B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B7A,
        name: "CJK UNIFIED IDEOGRAPH-28B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B7B,
        name: "CJK UNIFIED IDEOGRAPH-28B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B7C,
        name: "CJK UNIFIED IDEOGRAPH-28B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B7D,
        name: "CJK UNIFIED IDEOGRAPH-28B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B7E,
        name: "CJK UNIFIED IDEOGRAPH-28B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B7F,
        name: "CJK UNIFIED IDEOGRAPH-28B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B80,
        name: "CJK UNIFIED IDEOGRAPH-28B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B81,
        name: "CJK UNIFIED IDEOGRAPH-28B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B82,
        name: "CJK UNIFIED IDEOGRAPH-28B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B83,
        name: "CJK UNIFIED IDEOGRAPH-28B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B84,
        name: "CJK UNIFIED IDEOGRAPH-28B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B85,
        name: "CJK UNIFIED IDEOGRAPH-28B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B86,
        name: "CJK UNIFIED IDEOGRAPH-28B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B87,
        name: "CJK UNIFIED IDEOGRAPH-28B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B88,
        name: "CJK UNIFIED IDEOGRAPH-28B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B89,
        name: "CJK UNIFIED IDEOGRAPH-28B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B8A,
        name: "CJK UNIFIED IDEOGRAPH-28B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B8B,
        name: "CJK UNIFIED IDEOGRAPH-28B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B8C,
        name: "CJK UNIFIED IDEOGRAPH-28B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B8D,
        name: "CJK UNIFIED IDEOGRAPH-28B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B8E,
        name: "CJK UNIFIED IDEOGRAPH-28B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B8F,
        name: "CJK UNIFIED IDEOGRAPH-28B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B90,
        name: "CJK UNIFIED IDEOGRAPH-28B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B91,
        name: "CJK UNIFIED IDEOGRAPH-28B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B92,
        name: "CJK UNIFIED IDEOGRAPH-28B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B93,
        name: "CJK UNIFIED IDEOGRAPH-28B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B94,
        name: "CJK UNIFIED IDEOGRAPH-28B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B95,
        name: "CJK UNIFIED IDEOGRAPH-28B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B96,
        name: "CJK UNIFIED IDEOGRAPH-28B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B97,
        name: "CJK UNIFIED IDEOGRAPH-28B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B98,
        name: "CJK UNIFIED IDEOGRAPH-28B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B99,
        name: "CJK UNIFIED IDEOGRAPH-28B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B9A,
        name: "CJK UNIFIED IDEOGRAPH-28B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B9B,
        name: "CJK UNIFIED IDEOGRAPH-28B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B9C,
        name: "CJK UNIFIED IDEOGRAPH-28B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B9D,
        name: "CJK UNIFIED IDEOGRAPH-28B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B9E,
        name: "CJK UNIFIED IDEOGRAPH-28B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28B9F,
        name: "CJK UNIFIED IDEOGRAPH-28B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA0,
        name: "CJK UNIFIED IDEOGRAPH-28BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA1,
        name: "CJK UNIFIED IDEOGRAPH-28BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA2,
        name: "CJK UNIFIED IDEOGRAPH-28BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA3,
        name: "CJK UNIFIED IDEOGRAPH-28BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA4,
        name: "CJK UNIFIED IDEOGRAPH-28BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA5,
        name: "CJK UNIFIED IDEOGRAPH-28BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA6,
        name: "CJK UNIFIED IDEOGRAPH-28BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA7,
        name: "CJK UNIFIED IDEOGRAPH-28BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA8,
        name: "CJK UNIFIED IDEOGRAPH-28BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BA9,
        name: "CJK UNIFIED IDEOGRAPH-28BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BAA,
        name: "CJK UNIFIED IDEOGRAPH-28BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BAB,
        name: "CJK UNIFIED IDEOGRAPH-28BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BAC,
        name: "CJK UNIFIED IDEOGRAPH-28BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BAD,
        name: "CJK UNIFIED IDEOGRAPH-28BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BAE,
        name: "CJK UNIFIED IDEOGRAPH-28BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BAF,
        name: "CJK UNIFIED IDEOGRAPH-28BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB0,
        name: "CJK UNIFIED IDEOGRAPH-28BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB1,
        name: "CJK UNIFIED IDEOGRAPH-28BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB2,
        name: "CJK UNIFIED IDEOGRAPH-28BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB3,
        name: "CJK UNIFIED IDEOGRAPH-28BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB4,
        name: "CJK UNIFIED IDEOGRAPH-28BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB5,
        name: "CJK UNIFIED IDEOGRAPH-28BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB6,
        name: "CJK UNIFIED IDEOGRAPH-28BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB7,
        name: "CJK UNIFIED IDEOGRAPH-28BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB8,
        name: "CJK UNIFIED IDEOGRAPH-28BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BB9,
        name: "CJK UNIFIED IDEOGRAPH-28BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BBA,
        name: "CJK UNIFIED IDEOGRAPH-28BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BBB,
        name: "CJK UNIFIED IDEOGRAPH-28BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BBC,
        name: "CJK UNIFIED IDEOGRAPH-28BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BBD,
        name: "CJK UNIFIED IDEOGRAPH-28BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BBE,
        name: "CJK UNIFIED IDEOGRAPH-28BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BBF,
        name: "CJK UNIFIED IDEOGRAPH-28BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC0,
        name: "CJK UNIFIED IDEOGRAPH-28BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC1,
        name: "CJK UNIFIED IDEOGRAPH-28BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC2,
        name: "CJK UNIFIED IDEOGRAPH-28BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC3,
        name: "CJK UNIFIED IDEOGRAPH-28BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC4,
        name: "CJK UNIFIED IDEOGRAPH-28BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC5,
        name: "CJK UNIFIED IDEOGRAPH-28BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC6,
        name: "CJK UNIFIED IDEOGRAPH-28BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC7,
        name: "CJK UNIFIED IDEOGRAPH-28BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC8,
        name: "CJK UNIFIED IDEOGRAPH-28BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BC9,
        name: "CJK UNIFIED IDEOGRAPH-28BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BCA,
        name: "CJK UNIFIED IDEOGRAPH-28BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BCB,
        name: "CJK UNIFIED IDEOGRAPH-28BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BCC,
        name: "CJK UNIFIED IDEOGRAPH-28BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BCD,
        name: "CJK UNIFIED IDEOGRAPH-28BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BCE,
        name: "CJK UNIFIED IDEOGRAPH-28BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BCF,
        name: "CJK UNIFIED IDEOGRAPH-28BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD0,
        name: "CJK UNIFIED IDEOGRAPH-28BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD1,
        name: "CJK UNIFIED IDEOGRAPH-28BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD2,
        name: "CJK UNIFIED IDEOGRAPH-28BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD3,
        name: "CJK UNIFIED IDEOGRAPH-28BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD4,
        name: "CJK UNIFIED IDEOGRAPH-28BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD5,
        name: "CJK UNIFIED IDEOGRAPH-28BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD6,
        name: "CJK UNIFIED IDEOGRAPH-28BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD7,
        name: "CJK UNIFIED IDEOGRAPH-28BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD8,
        name: "CJK UNIFIED IDEOGRAPH-28BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BD9,
        name: "CJK UNIFIED IDEOGRAPH-28BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BDA,
        name: "CJK UNIFIED IDEOGRAPH-28BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BDB,
        name: "CJK UNIFIED IDEOGRAPH-28BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BDC,
        name: "CJK UNIFIED IDEOGRAPH-28BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BDD,
        name: "CJK UNIFIED IDEOGRAPH-28BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BDE,
        name: "CJK UNIFIED IDEOGRAPH-28BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BDF,
        name: "CJK UNIFIED IDEOGRAPH-28BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE0,
        name: "CJK UNIFIED IDEOGRAPH-28BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE1,
        name: "CJK UNIFIED IDEOGRAPH-28BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE2,
        name: "CJK UNIFIED IDEOGRAPH-28BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE3,
        name: "CJK UNIFIED IDEOGRAPH-28BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE4,
        name: "CJK UNIFIED IDEOGRAPH-28BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE5,
        name: "CJK UNIFIED IDEOGRAPH-28BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE6,
        name: "CJK UNIFIED IDEOGRAPH-28BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE7,
        name: "CJK UNIFIED IDEOGRAPH-28BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE8,
        name: "CJK UNIFIED IDEOGRAPH-28BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BE9,
        name: "CJK UNIFIED IDEOGRAPH-28BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BEA,
        name: "CJK UNIFIED IDEOGRAPH-28BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BEB,
        name: "CJK UNIFIED IDEOGRAPH-28BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BEC,
        name: "CJK UNIFIED IDEOGRAPH-28BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BED,
        name: "CJK UNIFIED IDEOGRAPH-28BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BEE,
        name: "CJK UNIFIED IDEOGRAPH-28BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BEF,
        name: "CJK UNIFIED IDEOGRAPH-28BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF0,
        name: "CJK UNIFIED IDEOGRAPH-28BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF1,
        name: "CJK UNIFIED IDEOGRAPH-28BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF2,
        name: "CJK UNIFIED IDEOGRAPH-28BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF3,
        name: "CJK UNIFIED IDEOGRAPH-28BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF4,
        name: "CJK UNIFIED IDEOGRAPH-28BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF5,
        name: "CJK UNIFIED IDEOGRAPH-28BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF6,
        name: "CJK UNIFIED IDEOGRAPH-28BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF7,
        name: "CJK UNIFIED IDEOGRAPH-28BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF8,
        name: "CJK UNIFIED IDEOGRAPH-28BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BF9,
        name: "CJK UNIFIED IDEOGRAPH-28BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BFA,
        name: "CJK UNIFIED IDEOGRAPH-28BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BFB,
        name: "CJK UNIFIED IDEOGRAPH-28BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BFC,
        name: "CJK UNIFIED IDEOGRAPH-28BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BFD,
        name: "CJK UNIFIED IDEOGRAPH-28BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BFE,
        name: "CJK UNIFIED IDEOGRAPH-28BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28BFF,
        name: "CJK UNIFIED IDEOGRAPH-28BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C00,
        name: "CJK UNIFIED IDEOGRAPH-28C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C01,
        name: "CJK UNIFIED IDEOGRAPH-28C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C02,
        name: "CJK UNIFIED IDEOGRAPH-28C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C03,
        name: "CJK UNIFIED IDEOGRAPH-28C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C04,
        name: "CJK UNIFIED IDEOGRAPH-28C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C05,
        name: "CJK UNIFIED IDEOGRAPH-28C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C06,
        name: "CJK UNIFIED IDEOGRAPH-28C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C07,
        name: "CJK UNIFIED IDEOGRAPH-28C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C08,
        name: "CJK UNIFIED IDEOGRAPH-28C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C09,
        name: "CJK UNIFIED IDEOGRAPH-28C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C0A,
        name: "CJK UNIFIED IDEOGRAPH-28C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C0B,
        name: "CJK UNIFIED IDEOGRAPH-28C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C0C,
        name: "CJK UNIFIED IDEOGRAPH-28C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C0D,
        name: "CJK UNIFIED IDEOGRAPH-28C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C0E,
        name: "CJK UNIFIED IDEOGRAPH-28C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C0F,
        name: "CJK UNIFIED IDEOGRAPH-28C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C10,
        name: "CJK UNIFIED IDEOGRAPH-28C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C11,
        name: "CJK UNIFIED IDEOGRAPH-28C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C12,
        name: "CJK UNIFIED IDEOGRAPH-28C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C13,
        name: "CJK UNIFIED IDEOGRAPH-28C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C14,
        name: "CJK UNIFIED IDEOGRAPH-28C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C15,
        name: "CJK UNIFIED IDEOGRAPH-28C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C16,
        name: "CJK UNIFIED IDEOGRAPH-28C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C17,
        name: "CJK UNIFIED IDEOGRAPH-28C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C18,
        name: "CJK UNIFIED IDEOGRAPH-28C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C19,
        name: "CJK UNIFIED IDEOGRAPH-28C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C1A,
        name: "CJK UNIFIED IDEOGRAPH-28C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C1B,
        name: "CJK UNIFIED IDEOGRAPH-28C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C1C,
        name: "CJK UNIFIED IDEOGRAPH-28C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C1D,
        name: "CJK UNIFIED IDEOGRAPH-28C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C1E,
        name: "CJK UNIFIED IDEOGRAPH-28C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C1F,
        name: "CJK UNIFIED IDEOGRAPH-28C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C20,
        name: "CJK UNIFIED IDEOGRAPH-28C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C21,
        name: "CJK UNIFIED IDEOGRAPH-28C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C22,
        name: "CJK UNIFIED IDEOGRAPH-28C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C23,
        name: "CJK UNIFIED IDEOGRAPH-28C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C24,
        name: "CJK UNIFIED IDEOGRAPH-28C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C25,
        name: "CJK UNIFIED IDEOGRAPH-28C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C26,
        name: "CJK UNIFIED IDEOGRAPH-28C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C27,
        name: "CJK UNIFIED IDEOGRAPH-28C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C28,
        name: "CJK UNIFIED IDEOGRAPH-28C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C29,
        name: "CJK UNIFIED IDEOGRAPH-28C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C2A,
        name: "CJK UNIFIED IDEOGRAPH-28C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C2B,
        name: "CJK UNIFIED IDEOGRAPH-28C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C2C,
        name: "CJK UNIFIED IDEOGRAPH-28C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C2D,
        name: "CJK UNIFIED IDEOGRAPH-28C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C2E,
        name: "CJK UNIFIED IDEOGRAPH-28C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C2F,
        name: "CJK UNIFIED IDEOGRAPH-28C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C30,
        name: "CJK UNIFIED IDEOGRAPH-28C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C31,
        name: "CJK UNIFIED IDEOGRAPH-28C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C32,
        name: "CJK UNIFIED IDEOGRAPH-28C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C33,
        name: "CJK UNIFIED IDEOGRAPH-28C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C34,
        name: "CJK UNIFIED IDEOGRAPH-28C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C35,
        name: "CJK UNIFIED IDEOGRAPH-28C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C36,
        name: "CJK UNIFIED IDEOGRAPH-28C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C37,
        name: "CJK UNIFIED IDEOGRAPH-28C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C38,
        name: "CJK UNIFIED IDEOGRAPH-28C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C39,
        name: "CJK UNIFIED IDEOGRAPH-28C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C3A,
        name: "CJK UNIFIED IDEOGRAPH-28C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C3B,
        name: "CJK UNIFIED IDEOGRAPH-28C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C3C,
        name: "CJK UNIFIED IDEOGRAPH-28C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C3D,
        name: "CJK UNIFIED IDEOGRAPH-28C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C3E,
        name: "CJK UNIFIED IDEOGRAPH-28C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C3F,
        name: "CJK UNIFIED IDEOGRAPH-28C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C40,
        name: "CJK UNIFIED IDEOGRAPH-28C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C41,
        name: "CJK UNIFIED IDEOGRAPH-28C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C42,
        name: "CJK UNIFIED IDEOGRAPH-28C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C43,
        name: "CJK UNIFIED IDEOGRAPH-28C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C44,
        name: "CJK UNIFIED IDEOGRAPH-28C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C45,
        name: "CJK UNIFIED IDEOGRAPH-28C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C46,
        name: "CJK UNIFIED IDEOGRAPH-28C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C47,
        name: "CJK UNIFIED IDEOGRAPH-28C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C48,
        name: "CJK UNIFIED IDEOGRAPH-28C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C49,
        name: "CJK UNIFIED IDEOGRAPH-28C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C4A,
        name: "CJK UNIFIED IDEOGRAPH-28C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C4B,
        name: "CJK UNIFIED IDEOGRAPH-28C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C4C,
        name: "CJK UNIFIED IDEOGRAPH-28C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C4D,
        name: "CJK UNIFIED IDEOGRAPH-28C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C4E,
        name: "CJK UNIFIED IDEOGRAPH-28C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C4F,
        name: "CJK UNIFIED IDEOGRAPH-28C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C50,
        name: "CJK UNIFIED IDEOGRAPH-28C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C51,
        name: "CJK UNIFIED IDEOGRAPH-28C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C52,
        name: "CJK UNIFIED IDEOGRAPH-28C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C53,
        name: "CJK UNIFIED IDEOGRAPH-28C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C54,
        name: "CJK UNIFIED IDEOGRAPH-28C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C55,
        name: "CJK UNIFIED IDEOGRAPH-28C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C56,
        name: "CJK UNIFIED IDEOGRAPH-28C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C57,
        name: "CJK UNIFIED IDEOGRAPH-28C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C58,
        name: "CJK UNIFIED IDEOGRAPH-28C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C59,
        name: "CJK UNIFIED IDEOGRAPH-28C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C5A,
        name: "CJK UNIFIED IDEOGRAPH-28C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C5B,
        name: "CJK UNIFIED IDEOGRAPH-28C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C5C,
        name: "CJK UNIFIED IDEOGRAPH-28C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C5D,
        name: "CJK UNIFIED IDEOGRAPH-28C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C5E,
        name: "CJK UNIFIED IDEOGRAPH-28C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C5F,
        name: "CJK UNIFIED IDEOGRAPH-28C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C60,
        name: "CJK UNIFIED IDEOGRAPH-28C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C61,
        name: "CJK UNIFIED IDEOGRAPH-28C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C62,
        name: "CJK UNIFIED IDEOGRAPH-28C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C63,
        name: "CJK UNIFIED IDEOGRAPH-28C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C64,
        name: "CJK UNIFIED IDEOGRAPH-28C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C65,
        name: "CJK UNIFIED IDEOGRAPH-28C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C66,
        name: "CJK UNIFIED IDEOGRAPH-28C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C67,
        name: "CJK UNIFIED IDEOGRAPH-28C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C68,
        name: "CJK UNIFIED IDEOGRAPH-28C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C69,
        name: "CJK UNIFIED IDEOGRAPH-28C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C6A,
        name: "CJK UNIFIED IDEOGRAPH-28C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C6B,
        name: "CJK UNIFIED IDEOGRAPH-28C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C6C,
        name: "CJK UNIFIED IDEOGRAPH-28C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C6D,
        name: "CJK UNIFIED IDEOGRAPH-28C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C6E,
        name: "CJK UNIFIED IDEOGRAPH-28C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C6F,
        name: "CJK UNIFIED IDEOGRAPH-28C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C70,
        name: "CJK UNIFIED IDEOGRAPH-28C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C71,
        name: "CJK UNIFIED IDEOGRAPH-28C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C72,
        name: "CJK UNIFIED IDEOGRAPH-28C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C73,
        name: "CJK UNIFIED IDEOGRAPH-28C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C74,
        name: "CJK UNIFIED IDEOGRAPH-28C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C75,
        name: "CJK UNIFIED IDEOGRAPH-28C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C76,
        name: "CJK UNIFIED IDEOGRAPH-28C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C77,
        name: "CJK UNIFIED IDEOGRAPH-28C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C78,
        name: "CJK UNIFIED IDEOGRAPH-28C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C79,
        name: "CJK UNIFIED IDEOGRAPH-28C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C7A,
        name: "CJK UNIFIED IDEOGRAPH-28C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C7B,
        name: "CJK UNIFIED IDEOGRAPH-28C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C7C,
        name: "CJK UNIFIED IDEOGRAPH-28C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C7D,
        name: "CJK UNIFIED IDEOGRAPH-28C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C7E,
        name: "CJK UNIFIED IDEOGRAPH-28C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C7F,
        name: "CJK UNIFIED IDEOGRAPH-28C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C80,
        name: "CJK UNIFIED IDEOGRAPH-28C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C81,
        name: "CJK UNIFIED IDEOGRAPH-28C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C82,
        name: "CJK UNIFIED IDEOGRAPH-28C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C83,
        name: "CJK UNIFIED IDEOGRAPH-28C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C84,
        name: "CJK UNIFIED IDEOGRAPH-28C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C85,
        name: "CJK UNIFIED IDEOGRAPH-28C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C86,
        name: "CJK UNIFIED IDEOGRAPH-28C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C87,
        name: "CJK UNIFIED IDEOGRAPH-28C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C88,
        name: "CJK UNIFIED IDEOGRAPH-28C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C89,
        name: "CJK UNIFIED IDEOGRAPH-28C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C8A,
        name: "CJK UNIFIED IDEOGRAPH-28C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C8B,
        name: "CJK UNIFIED IDEOGRAPH-28C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C8C,
        name: "CJK UNIFIED IDEOGRAPH-28C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C8D,
        name: "CJK UNIFIED IDEOGRAPH-28C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C8E,
        name: "CJK UNIFIED IDEOGRAPH-28C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C8F,
        name: "CJK UNIFIED IDEOGRAPH-28C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C90,
        name: "CJK UNIFIED IDEOGRAPH-28C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C91,
        name: "CJK UNIFIED IDEOGRAPH-28C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C92,
        name: "CJK UNIFIED IDEOGRAPH-28C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C93,
        name: "CJK UNIFIED IDEOGRAPH-28C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C94,
        name: "CJK UNIFIED IDEOGRAPH-28C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C95,
        name: "CJK UNIFIED IDEOGRAPH-28C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C96,
        name: "CJK UNIFIED IDEOGRAPH-28C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C97,
        name: "CJK UNIFIED IDEOGRAPH-28C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C98,
        name: "CJK UNIFIED IDEOGRAPH-28C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C99,
        name: "CJK UNIFIED IDEOGRAPH-28C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C9A,
        name: "CJK UNIFIED IDEOGRAPH-28C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C9B,
        name: "CJK UNIFIED IDEOGRAPH-28C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C9C,
        name: "CJK UNIFIED IDEOGRAPH-28C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C9D,
        name: "CJK UNIFIED IDEOGRAPH-28C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C9E,
        name: "CJK UNIFIED IDEOGRAPH-28C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28C9F,
        name: "CJK UNIFIED IDEOGRAPH-28C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA0,
        name: "CJK UNIFIED IDEOGRAPH-28CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA1,
        name: "CJK UNIFIED IDEOGRAPH-28CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA2,
        name: "CJK UNIFIED IDEOGRAPH-28CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA3,
        name: "CJK UNIFIED IDEOGRAPH-28CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA4,
        name: "CJK UNIFIED IDEOGRAPH-28CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA5,
        name: "CJK UNIFIED IDEOGRAPH-28CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA6,
        name: "CJK UNIFIED IDEOGRAPH-28CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA7,
        name: "CJK UNIFIED IDEOGRAPH-28CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA8,
        name: "CJK UNIFIED IDEOGRAPH-28CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CA9,
        name: "CJK UNIFIED IDEOGRAPH-28CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CAA,
        name: "CJK UNIFIED IDEOGRAPH-28CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CAB,
        name: "CJK UNIFIED IDEOGRAPH-28CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CAC,
        name: "CJK UNIFIED IDEOGRAPH-28CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CAD,
        name: "CJK UNIFIED IDEOGRAPH-28CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CAE,
        name: "CJK UNIFIED IDEOGRAPH-28CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CAF,
        name: "CJK UNIFIED IDEOGRAPH-28CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB0,
        name: "CJK UNIFIED IDEOGRAPH-28CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB1,
        name: "CJK UNIFIED IDEOGRAPH-28CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB2,
        name: "CJK UNIFIED IDEOGRAPH-28CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB3,
        name: "CJK UNIFIED IDEOGRAPH-28CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB4,
        name: "CJK UNIFIED IDEOGRAPH-28CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB5,
        name: "CJK UNIFIED IDEOGRAPH-28CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB6,
        name: "CJK UNIFIED IDEOGRAPH-28CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB7,
        name: "CJK UNIFIED IDEOGRAPH-28CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB8,
        name: "CJK UNIFIED IDEOGRAPH-28CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CB9,
        name: "CJK UNIFIED IDEOGRAPH-28CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CBA,
        name: "CJK UNIFIED IDEOGRAPH-28CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CBB,
        name: "CJK UNIFIED IDEOGRAPH-28CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CBC,
        name: "CJK UNIFIED IDEOGRAPH-28CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CBD,
        name: "CJK UNIFIED IDEOGRAPH-28CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CBE,
        name: "CJK UNIFIED IDEOGRAPH-28CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CBF,
        name: "CJK UNIFIED IDEOGRAPH-28CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC0,
        name: "CJK UNIFIED IDEOGRAPH-28CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC1,
        name: "CJK UNIFIED IDEOGRAPH-28CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC2,
        name: "CJK UNIFIED IDEOGRAPH-28CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC3,
        name: "CJK UNIFIED IDEOGRAPH-28CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC4,
        name: "CJK UNIFIED IDEOGRAPH-28CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC5,
        name: "CJK UNIFIED IDEOGRAPH-28CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC6,
        name: "CJK UNIFIED IDEOGRAPH-28CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC7,
        name: "CJK UNIFIED IDEOGRAPH-28CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC8,
        name: "CJK UNIFIED IDEOGRAPH-28CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CC9,
        name: "CJK UNIFIED IDEOGRAPH-28CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CCA,
        name: "CJK UNIFIED IDEOGRAPH-28CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CCB,
        name: "CJK UNIFIED IDEOGRAPH-28CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CCC,
        name: "CJK UNIFIED IDEOGRAPH-28CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CCD,
        name: "CJK UNIFIED IDEOGRAPH-28CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CCE,
        name: "CJK UNIFIED IDEOGRAPH-28CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CCF,
        name: "CJK UNIFIED IDEOGRAPH-28CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD0,
        name: "CJK UNIFIED IDEOGRAPH-28CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD1,
        name: "CJK UNIFIED IDEOGRAPH-28CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD2,
        name: "CJK UNIFIED IDEOGRAPH-28CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD3,
        name: "CJK UNIFIED IDEOGRAPH-28CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD4,
        name: "CJK UNIFIED IDEOGRAPH-28CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD5,
        name: "CJK UNIFIED IDEOGRAPH-28CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD6,
        name: "CJK UNIFIED IDEOGRAPH-28CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD7,
        name: "CJK UNIFIED IDEOGRAPH-28CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD8,
        name: "CJK UNIFIED IDEOGRAPH-28CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CD9,
        name: "CJK UNIFIED IDEOGRAPH-28CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CDA,
        name: "CJK UNIFIED IDEOGRAPH-28CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CDB,
        name: "CJK UNIFIED IDEOGRAPH-28CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CDC,
        name: "CJK UNIFIED IDEOGRAPH-28CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CDD,
        name: "CJK UNIFIED IDEOGRAPH-28CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CDE,
        name: "CJK UNIFIED IDEOGRAPH-28CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CDF,
        name: "CJK UNIFIED IDEOGRAPH-28CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE0,
        name: "CJK UNIFIED IDEOGRAPH-28CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE1,
        name: "CJK UNIFIED IDEOGRAPH-28CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE2,
        name: "CJK UNIFIED IDEOGRAPH-28CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE3,
        name: "CJK UNIFIED IDEOGRAPH-28CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE4,
        name: "CJK UNIFIED IDEOGRAPH-28CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE5,
        name: "CJK UNIFIED IDEOGRAPH-28CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE6,
        name: "CJK UNIFIED IDEOGRAPH-28CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE7,
        name: "CJK UNIFIED IDEOGRAPH-28CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE8,
        name: "CJK UNIFIED IDEOGRAPH-28CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CE9,
        name: "CJK UNIFIED IDEOGRAPH-28CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CEA,
        name: "CJK UNIFIED IDEOGRAPH-28CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CEB,
        name: "CJK UNIFIED IDEOGRAPH-28CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CEC,
        name: "CJK UNIFIED IDEOGRAPH-28CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CED,
        name: "CJK UNIFIED IDEOGRAPH-28CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CEE,
        name: "CJK UNIFIED IDEOGRAPH-28CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CEF,
        name: "CJK UNIFIED IDEOGRAPH-28CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF0,
        name: "CJK UNIFIED IDEOGRAPH-28CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF1,
        name: "CJK UNIFIED IDEOGRAPH-28CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF2,
        name: "CJK UNIFIED IDEOGRAPH-28CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF3,
        name: "CJK UNIFIED IDEOGRAPH-28CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF4,
        name: "CJK UNIFIED IDEOGRAPH-28CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF5,
        name: "CJK UNIFIED IDEOGRAPH-28CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF6,
        name: "CJK UNIFIED IDEOGRAPH-28CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF7,
        name: "CJK UNIFIED IDEOGRAPH-28CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF8,
        name: "CJK UNIFIED IDEOGRAPH-28CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CF9,
        name: "CJK UNIFIED IDEOGRAPH-28CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CFA,
        name: "CJK UNIFIED IDEOGRAPH-28CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CFB,
        name: "CJK UNIFIED IDEOGRAPH-28CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CFC,
        name: "CJK UNIFIED IDEOGRAPH-28CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CFD,
        name: "CJK UNIFIED IDEOGRAPH-28CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CFE,
        name: "CJK UNIFIED IDEOGRAPH-28CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28CFF,
        name: "CJK UNIFIED IDEOGRAPH-28CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D00,
        name: "CJK UNIFIED IDEOGRAPH-28D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D01,
        name: "CJK UNIFIED IDEOGRAPH-28D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D02,
        name: "CJK UNIFIED IDEOGRAPH-28D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D03,
        name: "CJK UNIFIED IDEOGRAPH-28D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D04,
        name: "CJK UNIFIED IDEOGRAPH-28D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D05,
        name: "CJK UNIFIED IDEOGRAPH-28D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D06,
        name: "CJK UNIFIED IDEOGRAPH-28D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D07,
        name: "CJK UNIFIED IDEOGRAPH-28D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D08,
        name: "CJK UNIFIED IDEOGRAPH-28D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D09,
        name: "CJK UNIFIED IDEOGRAPH-28D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D0A,
        name: "CJK UNIFIED IDEOGRAPH-28D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D0B,
        name: "CJK UNIFIED IDEOGRAPH-28D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D0C,
        name: "CJK UNIFIED IDEOGRAPH-28D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D0D,
        name: "CJK UNIFIED IDEOGRAPH-28D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D0E,
        name: "CJK UNIFIED IDEOGRAPH-28D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D0F,
        name: "CJK UNIFIED IDEOGRAPH-28D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D10,
        name: "CJK UNIFIED IDEOGRAPH-28D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D11,
        name: "CJK UNIFIED IDEOGRAPH-28D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D12,
        name: "CJK UNIFIED IDEOGRAPH-28D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D13,
        name: "CJK UNIFIED IDEOGRAPH-28D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D14,
        name: "CJK UNIFIED IDEOGRAPH-28D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D15,
        name: "CJK UNIFIED IDEOGRAPH-28D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D16,
        name: "CJK UNIFIED IDEOGRAPH-28D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D17,
        name: "CJK UNIFIED IDEOGRAPH-28D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D18,
        name: "CJK UNIFIED IDEOGRAPH-28D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D19,
        name: "CJK UNIFIED IDEOGRAPH-28D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D1A,
        name: "CJK UNIFIED IDEOGRAPH-28D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D1B,
        name: "CJK UNIFIED IDEOGRAPH-28D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D1C,
        name: "CJK UNIFIED IDEOGRAPH-28D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D1D,
        name: "CJK UNIFIED IDEOGRAPH-28D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D1E,
        name: "CJK UNIFIED IDEOGRAPH-28D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D1F,
        name: "CJK UNIFIED IDEOGRAPH-28D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D20,
        name: "CJK UNIFIED IDEOGRAPH-28D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D21,
        name: "CJK UNIFIED IDEOGRAPH-28D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D22,
        name: "CJK UNIFIED IDEOGRAPH-28D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D23,
        name: "CJK UNIFIED IDEOGRAPH-28D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D24,
        name: "CJK UNIFIED IDEOGRAPH-28D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D25,
        name: "CJK UNIFIED IDEOGRAPH-28D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D26,
        name: "CJK UNIFIED IDEOGRAPH-28D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D27,
        name: "CJK UNIFIED IDEOGRAPH-28D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D28,
        name: "CJK UNIFIED IDEOGRAPH-28D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D29,
        name: "CJK UNIFIED IDEOGRAPH-28D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D2A,
        name: "CJK UNIFIED IDEOGRAPH-28D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D2B,
        name: "CJK UNIFIED IDEOGRAPH-28D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D2C,
        name: "CJK UNIFIED IDEOGRAPH-28D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D2D,
        name: "CJK UNIFIED IDEOGRAPH-28D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D2E,
        name: "CJK UNIFIED IDEOGRAPH-28D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D2F,
        name: "CJK UNIFIED IDEOGRAPH-28D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D30,
        name: "CJK UNIFIED IDEOGRAPH-28D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D31,
        name: "CJK UNIFIED IDEOGRAPH-28D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D32,
        name: "CJK UNIFIED IDEOGRAPH-28D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D33,
        name: "CJK UNIFIED IDEOGRAPH-28D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D34,
        name: "CJK UNIFIED IDEOGRAPH-28D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D35,
        name: "CJK UNIFIED IDEOGRAPH-28D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D36,
        name: "CJK UNIFIED IDEOGRAPH-28D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D37,
        name: "CJK UNIFIED IDEOGRAPH-28D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D38,
        name: "CJK UNIFIED IDEOGRAPH-28D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D39,
        name: "CJK UNIFIED IDEOGRAPH-28D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D3A,
        name: "CJK UNIFIED IDEOGRAPH-28D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D3B,
        name: "CJK UNIFIED IDEOGRAPH-28D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D3C,
        name: "CJK UNIFIED IDEOGRAPH-28D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D3D,
        name: "CJK UNIFIED IDEOGRAPH-28D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D3E,
        name: "CJK UNIFIED IDEOGRAPH-28D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D3F,
        name: "CJK UNIFIED IDEOGRAPH-28D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D40,
        name: "CJK UNIFIED IDEOGRAPH-28D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D41,
        name: "CJK UNIFIED IDEOGRAPH-28D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D42,
        name: "CJK UNIFIED IDEOGRAPH-28D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D43,
        name: "CJK UNIFIED IDEOGRAPH-28D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D44,
        name: "CJK UNIFIED IDEOGRAPH-28D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D45,
        name: "CJK UNIFIED IDEOGRAPH-28D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D46,
        name: "CJK UNIFIED IDEOGRAPH-28D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D47,
        name: "CJK UNIFIED IDEOGRAPH-28D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D48,
        name: "CJK UNIFIED IDEOGRAPH-28D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D49,
        name: "CJK UNIFIED IDEOGRAPH-28D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D4A,
        name: "CJK UNIFIED IDEOGRAPH-28D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D4B,
        name: "CJK UNIFIED IDEOGRAPH-28D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D4C,
        name: "CJK UNIFIED IDEOGRAPH-28D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D4D,
        name: "CJK UNIFIED IDEOGRAPH-28D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D4E,
        name: "CJK UNIFIED IDEOGRAPH-28D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D4F,
        name: "CJK UNIFIED IDEOGRAPH-28D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D50,
        name: "CJK UNIFIED IDEOGRAPH-28D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D51,
        name: "CJK UNIFIED IDEOGRAPH-28D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D52,
        name: "CJK UNIFIED IDEOGRAPH-28D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D53,
        name: "CJK UNIFIED IDEOGRAPH-28D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D54,
        name: "CJK UNIFIED IDEOGRAPH-28D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D55,
        name: "CJK UNIFIED IDEOGRAPH-28D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D56,
        name: "CJK UNIFIED IDEOGRAPH-28D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D57,
        name: "CJK UNIFIED IDEOGRAPH-28D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D58,
        name: "CJK UNIFIED IDEOGRAPH-28D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D59,
        name: "CJK UNIFIED IDEOGRAPH-28D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D5A,
        name: "CJK UNIFIED IDEOGRAPH-28D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D5B,
        name: "CJK UNIFIED IDEOGRAPH-28D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D5C,
        name: "CJK UNIFIED IDEOGRAPH-28D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D5D,
        name: "CJK UNIFIED IDEOGRAPH-28D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D5E,
        name: "CJK UNIFIED IDEOGRAPH-28D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D5F,
        name: "CJK UNIFIED IDEOGRAPH-28D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D60,
        name: "CJK UNIFIED IDEOGRAPH-28D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D61,
        name: "CJK UNIFIED IDEOGRAPH-28D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D62,
        name: "CJK UNIFIED IDEOGRAPH-28D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D63,
        name: "CJK UNIFIED IDEOGRAPH-28D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D64,
        name: "CJK UNIFIED IDEOGRAPH-28D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D65,
        name: "CJK UNIFIED IDEOGRAPH-28D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D66,
        name: "CJK UNIFIED IDEOGRAPH-28D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D67,
        name: "CJK UNIFIED IDEOGRAPH-28D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D68,
        name: "CJK UNIFIED IDEOGRAPH-28D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D69,
        name: "CJK UNIFIED IDEOGRAPH-28D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D6A,
        name: "CJK UNIFIED IDEOGRAPH-28D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D6B,
        name: "CJK UNIFIED IDEOGRAPH-28D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D6C,
        name: "CJK UNIFIED IDEOGRAPH-28D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D6D,
        name: "CJK UNIFIED IDEOGRAPH-28D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D6E,
        name: "CJK UNIFIED IDEOGRAPH-28D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D6F,
        name: "CJK UNIFIED IDEOGRAPH-28D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D70,
        name: "CJK UNIFIED IDEOGRAPH-28D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D71,
        name: "CJK UNIFIED IDEOGRAPH-28D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D72,
        name: "CJK UNIFIED IDEOGRAPH-28D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D73,
        name: "CJK UNIFIED IDEOGRAPH-28D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D74,
        name: "CJK UNIFIED IDEOGRAPH-28D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D75,
        name: "CJK UNIFIED IDEOGRAPH-28D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D76,
        name: "CJK UNIFIED IDEOGRAPH-28D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D77,
        name: "CJK UNIFIED IDEOGRAPH-28D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D78,
        name: "CJK UNIFIED IDEOGRAPH-28D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D79,
        name: "CJK UNIFIED IDEOGRAPH-28D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D7A,
        name: "CJK UNIFIED IDEOGRAPH-28D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D7B,
        name: "CJK UNIFIED IDEOGRAPH-28D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D7C,
        name: "CJK UNIFIED IDEOGRAPH-28D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D7D,
        name: "CJK UNIFIED IDEOGRAPH-28D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D7E,
        name: "CJK UNIFIED IDEOGRAPH-28D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D7F,
        name: "CJK UNIFIED IDEOGRAPH-28D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D80,
        name: "CJK UNIFIED IDEOGRAPH-28D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D81,
        name: "CJK UNIFIED IDEOGRAPH-28D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D82,
        name: "CJK UNIFIED IDEOGRAPH-28D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D83,
        name: "CJK UNIFIED IDEOGRAPH-28D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D84,
        name: "CJK UNIFIED IDEOGRAPH-28D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D85,
        name: "CJK UNIFIED IDEOGRAPH-28D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D86,
        name: "CJK UNIFIED IDEOGRAPH-28D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D87,
        name: "CJK UNIFIED IDEOGRAPH-28D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D88,
        name: "CJK UNIFIED IDEOGRAPH-28D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D89,
        name: "CJK UNIFIED IDEOGRAPH-28D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D8A,
        name: "CJK UNIFIED IDEOGRAPH-28D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D8B,
        name: "CJK UNIFIED IDEOGRAPH-28D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D8C,
        name: "CJK UNIFIED IDEOGRAPH-28D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D8D,
        name: "CJK UNIFIED IDEOGRAPH-28D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D8E,
        name: "CJK UNIFIED IDEOGRAPH-28D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D8F,
        name: "CJK UNIFIED IDEOGRAPH-28D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D90,
        name: "CJK UNIFIED IDEOGRAPH-28D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D91,
        name: "CJK UNIFIED IDEOGRAPH-28D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D92,
        name: "CJK UNIFIED IDEOGRAPH-28D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D93,
        name: "CJK UNIFIED IDEOGRAPH-28D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D94,
        name: "CJK UNIFIED IDEOGRAPH-28D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D95,
        name: "CJK UNIFIED IDEOGRAPH-28D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D96,
        name: "CJK UNIFIED IDEOGRAPH-28D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D97,
        name: "CJK UNIFIED IDEOGRAPH-28D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D98,
        name: "CJK UNIFIED IDEOGRAPH-28D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D99,
        name: "CJK UNIFIED IDEOGRAPH-28D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D9A,
        name: "CJK UNIFIED IDEOGRAPH-28D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D9B,
        name: "CJK UNIFIED IDEOGRAPH-28D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D9C,
        name: "CJK UNIFIED IDEOGRAPH-28D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D9D,
        name: "CJK UNIFIED IDEOGRAPH-28D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D9E,
        name: "CJK UNIFIED IDEOGRAPH-28D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28D9F,
        name: "CJK UNIFIED IDEOGRAPH-28D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA0,
        name: "CJK UNIFIED IDEOGRAPH-28DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA1,
        name: "CJK UNIFIED IDEOGRAPH-28DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA2,
        name: "CJK UNIFIED IDEOGRAPH-28DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA3,
        name: "CJK UNIFIED IDEOGRAPH-28DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA4,
        name: "CJK UNIFIED IDEOGRAPH-28DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA5,
        name: "CJK UNIFIED IDEOGRAPH-28DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA6,
        name: "CJK UNIFIED IDEOGRAPH-28DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA7,
        name: "CJK UNIFIED IDEOGRAPH-28DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA8,
        name: "CJK UNIFIED IDEOGRAPH-28DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DA9,
        name: "CJK UNIFIED IDEOGRAPH-28DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DAA,
        name: "CJK UNIFIED IDEOGRAPH-28DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DAB,
        name: "CJK UNIFIED IDEOGRAPH-28DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DAC,
        name: "CJK UNIFIED IDEOGRAPH-28DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DAD,
        name: "CJK UNIFIED IDEOGRAPH-28DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DAE,
        name: "CJK UNIFIED IDEOGRAPH-28DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DAF,
        name: "CJK UNIFIED IDEOGRAPH-28DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB0,
        name: "CJK UNIFIED IDEOGRAPH-28DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB1,
        name: "CJK UNIFIED IDEOGRAPH-28DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB2,
        name: "CJK UNIFIED IDEOGRAPH-28DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB3,
        name: "CJK UNIFIED IDEOGRAPH-28DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB4,
        name: "CJK UNIFIED IDEOGRAPH-28DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB5,
        name: "CJK UNIFIED IDEOGRAPH-28DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB6,
        name: "CJK UNIFIED IDEOGRAPH-28DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB7,
        name: "CJK UNIFIED IDEOGRAPH-28DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB8,
        name: "CJK UNIFIED IDEOGRAPH-28DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DB9,
        name: "CJK UNIFIED IDEOGRAPH-28DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DBA,
        name: "CJK UNIFIED IDEOGRAPH-28DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DBB,
        name: "CJK UNIFIED IDEOGRAPH-28DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DBC,
        name: "CJK UNIFIED IDEOGRAPH-28DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DBD,
        name: "CJK UNIFIED IDEOGRAPH-28DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DBE,
        name: "CJK UNIFIED IDEOGRAPH-28DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DBF,
        name: "CJK UNIFIED IDEOGRAPH-28DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC0,
        name: "CJK UNIFIED IDEOGRAPH-28DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC1,
        name: "CJK UNIFIED IDEOGRAPH-28DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC2,
        name: "CJK UNIFIED IDEOGRAPH-28DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC3,
        name: "CJK UNIFIED IDEOGRAPH-28DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC4,
        name: "CJK UNIFIED IDEOGRAPH-28DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC5,
        name: "CJK UNIFIED IDEOGRAPH-28DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC6,
        name: "CJK UNIFIED IDEOGRAPH-28DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC7,
        name: "CJK UNIFIED IDEOGRAPH-28DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC8,
        name: "CJK UNIFIED IDEOGRAPH-28DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DC9,
        name: "CJK UNIFIED IDEOGRAPH-28DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DCA,
        name: "CJK UNIFIED IDEOGRAPH-28DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DCB,
        name: "CJK UNIFIED IDEOGRAPH-28DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DCC,
        name: "CJK UNIFIED IDEOGRAPH-28DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DCD,
        name: "CJK UNIFIED IDEOGRAPH-28DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DCE,
        name: "CJK UNIFIED IDEOGRAPH-28DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DCF,
        name: "CJK UNIFIED IDEOGRAPH-28DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD0,
        name: "CJK UNIFIED IDEOGRAPH-28DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD1,
        name: "CJK UNIFIED IDEOGRAPH-28DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD2,
        name: "CJK UNIFIED IDEOGRAPH-28DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD3,
        name: "CJK UNIFIED IDEOGRAPH-28DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD4,
        name: "CJK UNIFIED IDEOGRAPH-28DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD5,
        name: "CJK UNIFIED IDEOGRAPH-28DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD6,
        name: "CJK UNIFIED IDEOGRAPH-28DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD7,
        name: "CJK UNIFIED IDEOGRAPH-28DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD8,
        name: "CJK UNIFIED IDEOGRAPH-28DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DD9,
        name: "CJK UNIFIED IDEOGRAPH-28DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DDA,
        name: "CJK UNIFIED IDEOGRAPH-28DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DDB,
        name: "CJK UNIFIED IDEOGRAPH-28DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DDC,
        name: "CJK UNIFIED IDEOGRAPH-28DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DDD,
        name: "CJK UNIFIED IDEOGRAPH-28DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DDE,
        name: "CJK UNIFIED IDEOGRAPH-28DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DDF,
        name: "CJK UNIFIED IDEOGRAPH-28DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE0,
        name: "CJK UNIFIED IDEOGRAPH-28DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE1,
        name: "CJK UNIFIED IDEOGRAPH-28DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE2,
        name: "CJK UNIFIED IDEOGRAPH-28DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE3,
        name: "CJK UNIFIED IDEOGRAPH-28DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE4,
        name: "CJK UNIFIED IDEOGRAPH-28DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE5,
        name: "CJK UNIFIED IDEOGRAPH-28DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE6,
        name: "CJK UNIFIED IDEOGRAPH-28DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE7,
        name: "CJK UNIFIED IDEOGRAPH-28DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE8,
        name: "CJK UNIFIED IDEOGRAPH-28DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DE9,
        name: "CJK UNIFIED IDEOGRAPH-28DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DEA,
        name: "CJK UNIFIED IDEOGRAPH-28DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DEB,
        name: "CJK UNIFIED IDEOGRAPH-28DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DEC,
        name: "CJK UNIFIED IDEOGRAPH-28DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DED,
        name: "CJK UNIFIED IDEOGRAPH-28DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DEE,
        name: "CJK UNIFIED IDEOGRAPH-28DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DEF,
        name: "CJK UNIFIED IDEOGRAPH-28DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF0,
        name: "CJK UNIFIED IDEOGRAPH-28DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF1,
        name: "CJK UNIFIED IDEOGRAPH-28DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF2,
        name: "CJK UNIFIED IDEOGRAPH-28DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF3,
        name: "CJK UNIFIED IDEOGRAPH-28DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF4,
        name: "CJK UNIFIED IDEOGRAPH-28DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF5,
        name: "CJK UNIFIED IDEOGRAPH-28DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF6,
        name: "CJK UNIFIED IDEOGRAPH-28DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF7,
        name: "CJK UNIFIED IDEOGRAPH-28DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF8,
        name: "CJK UNIFIED IDEOGRAPH-28DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DF9,
        name: "CJK UNIFIED IDEOGRAPH-28DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DFA,
        name: "CJK UNIFIED IDEOGRAPH-28DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DFB,
        name: "CJK UNIFIED IDEOGRAPH-28DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DFC,
        name: "CJK UNIFIED IDEOGRAPH-28DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DFD,
        name: "CJK UNIFIED IDEOGRAPH-28DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DFE,
        name: "CJK UNIFIED IDEOGRAPH-28DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28DFF,
        name: "CJK UNIFIED IDEOGRAPH-28DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E00,
        name: "CJK UNIFIED IDEOGRAPH-28E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E01,
        name: "CJK UNIFIED IDEOGRAPH-28E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E02,
        name: "CJK UNIFIED IDEOGRAPH-28E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E03,
        name: "CJK UNIFIED IDEOGRAPH-28E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E04,
        name: "CJK UNIFIED IDEOGRAPH-28E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E05,
        name: "CJK UNIFIED IDEOGRAPH-28E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E06,
        name: "CJK UNIFIED IDEOGRAPH-28E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E07,
        name: "CJK UNIFIED IDEOGRAPH-28E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E08,
        name: "CJK UNIFIED IDEOGRAPH-28E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E09,
        name: "CJK UNIFIED IDEOGRAPH-28E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E0A,
        name: "CJK UNIFIED IDEOGRAPH-28E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E0B,
        name: "CJK UNIFIED IDEOGRAPH-28E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E0C,
        name: "CJK UNIFIED IDEOGRAPH-28E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E0D,
        name: "CJK UNIFIED IDEOGRAPH-28E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E0E,
        name: "CJK UNIFIED IDEOGRAPH-28E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E0F,
        name: "CJK UNIFIED IDEOGRAPH-28E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E10,
        name: "CJK UNIFIED IDEOGRAPH-28E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E11,
        name: "CJK UNIFIED IDEOGRAPH-28E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E12,
        name: "CJK UNIFIED IDEOGRAPH-28E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E13,
        name: "CJK UNIFIED IDEOGRAPH-28E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E14,
        name: "CJK UNIFIED IDEOGRAPH-28E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E15,
        name: "CJK UNIFIED IDEOGRAPH-28E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E16,
        name: "CJK UNIFIED IDEOGRAPH-28E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E17,
        name: "CJK UNIFIED IDEOGRAPH-28E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E18,
        name: "CJK UNIFIED IDEOGRAPH-28E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E19,
        name: "CJK UNIFIED IDEOGRAPH-28E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E1A,
        name: "CJK UNIFIED IDEOGRAPH-28E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E1B,
        name: "CJK UNIFIED IDEOGRAPH-28E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E1C,
        name: "CJK UNIFIED IDEOGRAPH-28E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E1D,
        name: "CJK UNIFIED IDEOGRAPH-28E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E1E,
        name: "CJK UNIFIED IDEOGRAPH-28E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E1F,
        name: "CJK UNIFIED IDEOGRAPH-28E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E20,
        name: "CJK UNIFIED IDEOGRAPH-28E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E21,
        name: "CJK UNIFIED IDEOGRAPH-28E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E22,
        name: "CJK UNIFIED IDEOGRAPH-28E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E23,
        name: "CJK UNIFIED IDEOGRAPH-28E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E24,
        name: "CJK UNIFIED IDEOGRAPH-28E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E25,
        name: "CJK UNIFIED IDEOGRAPH-28E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E26,
        name: "CJK UNIFIED IDEOGRAPH-28E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E27,
        name: "CJK UNIFIED IDEOGRAPH-28E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E28,
        name: "CJK UNIFIED IDEOGRAPH-28E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E29,
        name: "CJK UNIFIED IDEOGRAPH-28E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E2A,
        name: "CJK UNIFIED IDEOGRAPH-28E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E2B,
        name: "CJK UNIFIED IDEOGRAPH-28E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E2C,
        name: "CJK UNIFIED IDEOGRAPH-28E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E2D,
        name: "CJK UNIFIED IDEOGRAPH-28E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E2E,
        name: "CJK UNIFIED IDEOGRAPH-28E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E2F,
        name: "CJK UNIFIED IDEOGRAPH-28E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E30,
        name: "CJK UNIFIED IDEOGRAPH-28E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E31,
        name: "CJK UNIFIED IDEOGRAPH-28E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E32,
        name: "CJK UNIFIED IDEOGRAPH-28E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E33,
        name: "CJK UNIFIED IDEOGRAPH-28E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E34,
        name: "CJK UNIFIED IDEOGRAPH-28E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E35,
        name: "CJK UNIFIED IDEOGRAPH-28E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E36,
        name: "CJK UNIFIED IDEOGRAPH-28E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E37,
        name: "CJK UNIFIED IDEOGRAPH-28E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E38,
        name: "CJK UNIFIED IDEOGRAPH-28E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E39,
        name: "CJK UNIFIED IDEOGRAPH-28E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E3A,
        name: "CJK UNIFIED IDEOGRAPH-28E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E3B,
        name: "CJK UNIFIED IDEOGRAPH-28E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E3C,
        name: "CJK UNIFIED IDEOGRAPH-28E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E3D,
        name: "CJK UNIFIED IDEOGRAPH-28E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E3E,
        name: "CJK UNIFIED IDEOGRAPH-28E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E3F,
        name: "CJK UNIFIED IDEOGRAPH-28E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E40,
        name: "CJK UNIFIED IDEOGRAPH-28E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E41,
        name: "CJK UNIFIED IDEOGRAPH-28E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E42,
        name: "CJK UNIFIED IDEOGRAPH-28E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E43,
        name: "CJK UNIFIED IDEOGRAPH-28E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E44,
        name: "CJK UNIFIED IDEOGRAPH-28E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E45,
        name: "CJK UNIFIED IDEOGRAPH-28E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E46,
        name: "CJK UNIFIED IDEOGRAPH-28E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E47,
        name: "CJK UNIFIED IDEOGRAPH-28E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E48,
        name: "CJK UNIFIED IDEOGRAPH-28E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E49,
        name: "CJK UNIFIED IDEOGRAPH-28E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E4A,
        name: "CJK UNIFIED IDEOGRAPH-28E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E4B,
        name: "CJK UNIFIED IDEOGRAPH-28E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E4C,
        name: "CJK UNIFIED IDEOGRAPH-28E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E4D,
        name: "CJK UNIFIED IDEOGRAPH-28E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E4E,
        name: "CJK UNIFIED IDEOGRAPH-28E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E4F,
        name: "CJK UNIFIED IDEOGRAPH-28E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E50,
        name: "CJK UNIFIED IDEOGRAPH-28E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E51,
        name: "CJK UNIFIED IDEOGRAPH-28E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E52,
        name: "CJK UNIFIED IDEOGRAPH-28E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E53,
        name: "CJK UNIFIED IDEOGRAPH-28E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E54,
        name: "CJK UNIFIED IDEOGRAPH-28E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E55,
        name: "CJK UNIFIED IDEOGRAPH-28E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E56,
        name: "CJK UNIFIED IDEOGRAPH-28E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E57,
        name: "CJK UNIFIED IDEOGRAPH-28E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E58,
        name: "CJK UNIFIED IDEOGRAPH-28E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E59,
        name: "CJK UNIFIED IDEOGRAPH-28E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E5A,
        name: "CJK UNIFIED IDEOGRAPH-28E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E5B,
        name: "CJK UNIFIED IDEOGRAPH-28E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E5C,
        name: "CJK UNIFIED IDEOGRAPH-28E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E5D,
        name: "CJK UNIFIED IDEOGRAPH-28E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E5E,
        name: "CJK UNIFIED IDEOGRAPH-28E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E5F,
        name: "CJK UNIFIED IDEOGRAPH-28E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E60,
        name: "CJK UNIFIED IDEOGRAPH-28E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E61,
        name: "CJK UNIFIED IDEOGRAPH-28E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E62,
        name: "CJK UNIFIED IDEOGRAPH-28E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E63,
        name: "CJK UNIFIED IDEOGRAPH-28E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E64,
        name: "CJK UNIFIED IDEOGRAPH-28E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E65,
        name: "CJK UNIFIED IDEOGRAPH-28E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E66,
        name: "CJK UNIFIED IDEOGRAPH-28E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E67,
        name: "CJK UNIFIED IDEOGRAPH-28E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E68,
        name: "CJK UNIFIED IDEOGRAPH-28E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E69,
        name: "CJK UNIFIED IDEOGRAPH-28E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E6A,
        name: "CJK UNIFIED IDEOGRAPH-28E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E6B,
        name: "CJK UNIFIED IDEOGRAPH-28E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E6C,
        name: "CJK UNIFIED IDEOGRAPH-28E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E6D,
        name: "CJK UNIFIED IDEOGRAPH-28E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E6E,
        name: "CJK UNIFIED IDEOGRAPH-28E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E6F,
        name: "CJK UNIFIED IDEOGRAPH-28E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E70,
        name: "CJK UNIFIED IDEOGRAPH-28E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E71,
        name: "CJK UNIFIED IDEOGRAPH-28E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E72,
        name: "CJK UNIFIED IDEOGRAPH-28E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E73,
        name: "CJK UNIFIED IDEOGRAPH-28E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E74,
        name: "CJK UNIFIED IDEOGRAPH-28E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E75,
        name: "CJK UNIFIED IDEOGRAPH-28E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E76,
        name: "CJK UNIFIED IDEOGRAPH-28E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E77,
        name: "CJK UNIFIED IDEOGRAPH-28E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E78,
        name: "CJK UNIFIED IDEOGRAPH-28E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E79,
        name: "CJK UNIFIED IDEOGRAPH-28E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E7A,
        name: "CJK UNIFIED IDEOGRAPH-28E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E7B,
        name: "CJK UNIFIED IDEOGRAPH-28E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E7C,
        name: "CJK UNIFIED IDEOGRAPH-28E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E7D,
        name: "CJK UNIFIED IDEOGRAPH-28E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E7E,
        name: "CJK UNIFIED IDEOGRAPH-28E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E7F,
        name: "CJK UNIFIED IDEOGRAPH-28E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E80,
        name: "CJK UNIFIED IDEOGRAPH-28E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E81,
        name: "CJK UNIFIED IDEOGRAPH-28E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E82,
        name: "CJK UNIFIED IDEOGRAPH-28E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E83,
        name: "CJK UNIFIED IDEOGRAPH-28E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E84,
        name: "CJK UNIFIED IDEOGRAPH-28E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E85,
        name: "CJK UNIFIED IDEOGRAPH-28E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E86,
        name: "CJK UNIFIED IDEOGRAPH-28E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E87,
        name: "CJK UNIFIED IDEOGRAPH-28E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E88,
        name: "CJK UNIFIED IDEOGRAPH-28E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E89,
        name: "CJK UNIFIED IDEOGRAPH-28E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E8A,
        name: "CJK UNIFIED IDEOGRAPH-28E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E8B,
        name: "CJK UNIFIED IDEOGRAPH-28E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E8C,
        name: "CJK UNIFIED IDEOGRAPH-28E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E8D,
        name: "CJK UNIFIED IDEOGRAPH-28E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E8E,
        name: "CJK UNIFIED IDEOGRAPH-28E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E8F,
        name: "CJK UNIFIED IDEOGRAPH-28E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E90,
        name: "CJK UNIFIED IDEOGRAPH-28E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E91,
        name: "CJK UNIFIED IDEOGRAPH-28E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E92,
        name: "CJK UNIFIED IDEOGRAPH-28E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E93,
        name: "CJK UNIFIED IDEOGRAPH-28E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E94,
        name: "CJK UNIFIED IDEOGRAPH-28E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E95,
        name: "CJK UNIFIED IDEOGRAPH-28E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E96,
        name: "CJK UNIFIED IDEOGRAPH-28E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E97,
        name: "CJK UNIFIED IDEOGRAPH-28E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E98,
        name: "CJK UNIFIED IDEOGRAPH-28E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E99,
        name: "CJK UNIFIED IDEOGRAPH-28E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E9A,
        name: "CJK UNIFIED IDEOGRAPH-28E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E9B,
        name: "CJK UNIFIED IDEOGRAPH-28E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E9C,
        name: "CJK UNIFIED IDEOGRAPH-28E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E9D,
        name: "CJK UNIFIED IDEOGRAPH-28E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E9E,
        name: "CJK UNIFIED IDEOGRAPH-28E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28E9F,
        name: "CJK UNIFIED IDEOGRAPH-28E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA0,
        name: "CJK UNIFIED IDEOGRAPH-28EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA1,
        name: "CJK UNIFIED IDEOGRAPH-28EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA2,
        name: "CJK UNIFIED IDEOGRAPH-28EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA3,
        name: "CJK UNIFIED IDEOGRAPH-28EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA4,
        name: "CJK UNIFIED IDEOGRAPH-28EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA5,
        name: "CJK UNIFIED IDEOGRAPH-28EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA6,
        name: "CJK UNIFIED IDEOGRAPH-28EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA7,
        name: "CJK UNIFIED IDEOGRAPH-28EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA8,
        name: "CJK UNIFIED IDEOGRAPH-28EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EA9,
        name: "CJK UNIFIED IDEOGRAPH-28EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EAA,
        name: "CJK UNIFIED IDEOGRAPH-28EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EAB,
        name: "CJK UNIFIED IDEOGRAPH-28EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EAC,
        name: "CJK UNIFIED IDEOGRAPH-28EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EAD,
        name: "CJK UNIFIED IDEOGRAPH-28EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EAE,
        name: "CJK UNIFIED IDEOGRAPH-28EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EAF,
        name: "CJK UNIFIED IDEOGRAPH-28EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB0,
        name: "CJK UNIFIED IDEOGRAPH-28EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB1,
        name: "CJK UNIFIED IDEOGRAPH-28EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB2,
        name: "CJK UNIFIED IDEOGRAPH-28EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB3,
        name: "CJK UNIFIED IDEOGRAPH-28EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB4,
        name: "CJK UNIFIED IDEOGRAPH-28EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB5,
        name: "CJK UNIFIED IDEOGRAPH-28EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB6,
        name: "CJK UNIFIED IDEOGRAPH-28EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB7,
        name: "CJK UNIFIED IDEOGRAPH-28EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB8,
        name: "CJK UNIFIED IDEOGRAPH-28EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EB9,
        name: "CJK UNIFIED IDEOGRAPH-28EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EBA,
        name: "CJK UNIFIED IDEOGRAPH-28EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EBB,
        name: "CJK UNIFIED IDEOGRAPH-28EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EBC,
        name: "CJK UNIFIED IDEOGRAPH-28EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EBD,
        name: "CJK UNIFIED IDEOGRAPH-28EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EBE,
        name: "CJK UNIFIED IDEOGRAPH-28EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EBF,
        name: "CJK UNIFIED IDEOGRAPH-28EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC0,
        name: "CJK UNIFIED IDEOGRAPH-28EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC1,
        name: "CJK UNIFIED IDEOGRAPH-28EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC2,
        name: "CJK UNIFIED IDEOGRAPH-28EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC3,
        name: "CJK UNIFIED IDEOGRAPH-28EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC4,
        name: "CJK UNIFIED IDEOGRAPH-28EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC5,
        name: "CJK UNIFIED IDEOGRAPH-28EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC6,
        name: "CJK UNIFIED IDEOGRAPH-28EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC7,
        name: "CJK UNIFIED IDEOGRAPH-28EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC8,
        name: "CJK UNIFIED IDEOGRAPH-28EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EC9,
        name: "CJK UNIFIED IDEOGRAPH-28EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ECA,
        name: "CJK UNIFIED IDEOGRAPH-28ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ECB,
        name: "CJK UNIFIED IDEOGRAPH-28ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ECC,
        name: "CJK UNIFIED IDEOGRAPH-28ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ECD,
        name: "CJK UNIFIED IDEOGRAPH-28ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ECE,
        name: "CJK UNIFIED IDEOGRAPH-28ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ECF,
        name: "CJK UNIFIED IDEOGRAPH-28ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED0,
        name: "CJK UNIFIED IDEOGRAPH-28ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED1,
        name: "CJK UNIFIED IDEOGRAPH-28ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED2,
        name: "CJK UNIFIED IDEOGRAPH-28ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED3,
        name: "CJK UNIFIED IDEOGRAPH-28ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED4,
        name: "CJK UNIFIED IDEOGRAPH-28ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED5,
        name: "CJK UNIFIED IDEOGRAPH-28ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED6,
        name: "CJK UNIFIED IDEOGRAPH-28ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED7,
        name: "CJK UNIFIED IDEOGRAPH-28ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED8,
        name: "CJK UNIFIED IDEOGRAPH-28ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28ED9,
        name: "CJK UNIFIED IDEOGRAPH-28ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EDA,
        name: "CJK UNIFIED IDEOGRAPH-28EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EDB,
        name: "CJK UNIFIED IDEOGRAPH-28EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EDC,
        name: "CJK UNIFIED IDEOGRAPH-28EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EDD,
        name: "CJK UNIFIED IDEOGRAPH-28EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EDE,
        name: "CJK UNIFIED IDEOGRAPH-28EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EDF,
        name: "CJK UNIFIED IDEOGRAPH-28EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE0,
        name: "CJK UNIFIED IDEOGRAPH-28EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE1,
        name: "CJK UNIFIED IDEOGRAPH-28EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE2,
        name: "CJK UNIFIED IDEOGRAPH-28EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE3,
        name: "CJK UNIFIED IDEOGRAPH-28EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE4,
        name: "CJK UNIFIED IDEOGRAPH-28EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE5,
        name: "CJK UNIFIED IDEOGRAPH-28EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE6,
        name: "CJK UNIFIED IDEOGRAPH-28EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE7,
        name: "CJK UNIFIED IDEOGRAPH-28EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE8,
        name: "CJK UNIFIED IDEOGRAPH-28EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EE9,
        name: "CJK UNIFIED IDEOGRAPH-28EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EEA,
        name: "CJK UNIFIED IDEOGRAPH-28EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EEB,
        name: "CJK UNIFIED IDEOGRAPH-28EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EEC,
        name: "CJK UNIFIED IDEOGRAPH-28EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EED,
        name: "CJK UNIFIED IDEOGRAPH-28EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EEE,
        name: "CJK UNIFIED IDEOGRAPH-28EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EEF,
        name: "CJK UNIFIED IDEOGRAPH-28EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF0,
        name: "CJK UNIFIED IDEOGRAPH-28EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF1,
        name: "CJK UNIFIED IDEOGRAPH-28EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF2,
        name: "CJK UNIFIED IDEOGRAPH-28EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF3,
        name: "CJK UNIFIED IDEOGRAPH-28EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF4,
        name: "CJK UNIFIED IDEOGRAPH-28EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF5,
        name: "CJK UNIFIED IDEOGRAPH-28EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF6,
        name: "CJK UNIFIED IDEOGRAPH-28EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF7,
        name: "CJK UNIFIED IDEOGRAPH-28EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF8,
        name: "CJK UNIFIED IDEOGRAPH-28EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EF9,
        name: "CJK UNIFIED IDEOGRAPH-28EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EFA,
        name: "CJK UNIFIED IDEOGRAPH-28EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EFB,
        name: "CJK UNIFIED IDEOGRAPH-28EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EFC,
        name: "CJK UNIFIED IDEOGRAPH-28EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EFD,
        name: "CJK UNIFIED IDEOGRAPH-28EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EFE,
        name: "CJK UNIFIED IDEOGRAPH-28EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28EFF,
        name: "CJK UNIFIED IDEOGRAPH-28EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F00,
        name: "CJK UNIFIED IDEOGRAPH-28F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F01,
        name: "CJK UNIFIED IDEOGRAPH-28F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F02,
        name: "CJK UNIFIED IDEOGRAPH-28F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F03,
        name: "CJK UNIFIED IDEOGRAPH-28F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F04,
        name: "CJK UNIFIED IDEOGRAPH-28F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F05,
        name: "CJK UNIFIED IDEOGRAPH-28F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F06,
        name: "CJK UNIFIED IDEOGRAPH-28F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F07,
        name: "CJK UNIFIED IDEOGRAPH-28F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F08,
        name: "CJK UNIFIED IDEOGRAPH-28F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F09,
        name: "CJK UNIFIED IDEOGRAPH-28F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F0A,
        name: "CJK UNIFIED IDEOGRAPH-28F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F0B,
        name: "CJK UNIFIED IDEOGRAPH-28F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F0C,
        name: "CJK UNIFIED IDEOGRAPH-28F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F0D,
        name: "CJK UNIFIED IDEOGRAPH-28F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F0E,
        name: "CJK UNIFIED IDEOGRAPH-28F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F0F,
        name: "CJK UNIFIED IDEOGRAPH-28F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F10,
        name: "CJK UNIFIED IDEOGRAPH-28F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F11,
        name: "CJK UNIFIED IDEOGRAPH-28F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F12,
        name: "CJK UNIFIED IDEOGRAPH-28F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F13,
        name: "CJK UNIFIED IDEOGRAPH-28F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F14,
        name: "CJK UNIFIED IDEOGRAPH-28F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F15,
        name: "CJK UNIFIED IDEOGRAPH-28F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F16,
        name: "CJK UNIFIED IDEOGRAPH-28F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F17,
        name: "CJK UNIFIED IDEOGRAPH-28F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F18,
        name: "CJK UNIFIED IDEOGRAPH-28F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F19,
        name: "CJK UNIFIED IDEOGRAPH-28F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F1A,
        name: "CJK UNIFIED IDEOGRAPH-28F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F1B,
        name: "CJK UNIFIED IDEOGRAPH-28F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F1C,
        name: "CJK UNIFIED IDEOGRAPH-28F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F1D,
        name: "CJK UNIFIED IDEOGRAPH-28F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F1E,
        name: "CJK UNIFIED IDEOGRAPH-28F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F1F,
        name: "CJK UNIFIED IDEOGRAPH-28F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F20,
        name: "CJK UNIFIED IDEOGRAPH-28F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F21,
        name: "CJK UNIFIED IDEOGRAPH-28F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F22,
        name: "CJK UNIFIED IDEOGRAPH-28F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F23,
        name: "CJK UNIFIED IDEOGRAPH-28F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F24,
        name: "CJK UNIFIED IDEOGRAPH-28F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F25,
        name: "CJK UNIFIED IDEOGRAPH-28F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F26,
        name: "CJK UNIFIED IDEOGRAPH-28F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F27,
        name: "CJK UNIFIED IDEOGRAPH-28F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F28,
        name: "CJK UNIFIED IDEOGRAPH-28F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F29,
        name: "CJK UNIFIED IDEOGRAPH-28F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F2A,
        name: "CJK UNIFIED IDEOGRAPH-28F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F2B,
        name: "CJK UNIFIED IDEOGRAPH-28F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F2C,
        name: "CJK UNIFIED IDEOGRAPH-28F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F2D,
        name: "CJK UNIFIED IDEOGRAPH-28F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F2E,
        name: "CJK UNIFIED IDEOGRAPH-28F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F2F,
        name: "CJK UNIFIED IDEOGRAPH-28F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F30,
        name: "CJK UNIFIED IDEOGRAPH-28F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F31,
        name: "CJK UNIFIED IDEOGRAPH-28F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F32,
        name: "CJK UNIFIED IDEOGRAPH-28F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F33,
        name: "CJK UNIFIED IDEOGRAPH-28F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F34,
        name: "CJK UNIFIED IDEOGRAPH-28F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F35,
        name: "CJK UNIFIED IDEOGRAPH-28F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F36,
        name: "CJK UNIFIED IDEOGRAPH-28F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F37,
        name: "CJK UNIFIED IDEOGRAPH-28F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F38,
        name: "CJK UNIFIED IDEOGRAPH-28F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F39,
        name: "CJK UNIFIED IDEOGRAPH-28F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F3A,
        name: "CJK UNIFIED IDEOGRAPH-28F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F3B,
        name: "CJK UNIFIED IDEOGRAPH-28F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F3C,
        name: "CJK UNIFIED IDEOGRAPH-28F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F3D,
        name: "CJK UNIFIED IDEOGRAPH-28F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F3E,
        name: "CJK UNIFIED IDEOGRAPH-28F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F3F,
        name: "CJK UNIFIED IDEOGRAPH-28F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F40,
        name: "CJK UNIFIED IDEOGRAPH-28F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F41,
        name: "CJK UNIFIED IDEOGRAPH-28F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F42,
        name: "CJK UNIFIED IDEOGRAPH-28F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F43,
        name: "CJK UNIFIED IDEOGRAPH-28F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F44,
        name: "CJK UNIFIED IDEOGRAPH-28F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F45,
        name: "CJK UNIFIED IDEOGRAPH-28F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F46,
        name: "CJK UNIFIED IDEOGRAPH-28F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F47,
        name: "CJK UNIFIED IDEOGRAPH-28F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F48,
        name: "CJK UNIFIED IDEOGRAPH-28F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F49,
        name: "CJK UNIFIED IDEOGRAPH-28F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F4A,
        name: "CJK UNIFIED IDEOGRAPH-28F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F4B,
        name: "CJK UNIFIED IDEOGRAPH-28F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F4C,
        name: "CJK UNIFIED IDEOGRAPH-28F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F4D,
        name: "CJK UNIFIED IDEOGRAPH-28F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F4E,
        name: "CJK UNIFIED IDEOGRAPH-28F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F4F,
        name: "CJK UNIFIED IDEOGRAPH-28F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F50,
        name: "CJK UNIFIED IDEOGRAPH-28F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F51,
        name: "CJK UNIFIED IDEOGRAPH-28F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F52,
        name: "CJK UNIFIED IDEOGRAPH-28F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F53,
        name: "CJK UNIFIED IDEOGRAPH-28F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F54,
        name: "CJK UNIFIED IDEOGRAPH-28F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F55,
        name: "CJK UNIFIED IDEOGRAPH-28F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F56,
        name: "CJK UNIFIED IDEOGRAPH-28F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F57,
        name: "CJK UNIFIED IDEOGRAPH-28F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F58,
        name: "CJK UNIFIED IDEOGRAPH-28F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F59,
        name: "CJK UNIFIED IDEOGRAPH-28F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F5A,
        name: "CJK UNIFIED IDEOGRAPH-28F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F5B,
        name: "CJK UNIFIED IDEOGRAPH-28F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F5C,
        name: "CJK UNIFIED IDEOGRAPH-28F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F5D,
        name: "CJK UNIFIED IDEOGRAPH-28F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F5E,
        name: "CJK UNIFIED IDEOGRAPH-28F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F5F,
        name: "CJK UNIFIED IDEOGRAPH-28F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F60,
        name: "CJK UNIFIED IDEOGRAPH-28F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F61,
        name: "CJK UNIFIED IDEOGRAPH-28F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F62,
        name: "CJK UNIFIED IDEOGRAPH-28F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F63,
        name: "CJK UNIFIED IDEOGRAPH-28F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F64,
        name: "CJK UNIFIED IDEOGRAPH-28F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F65,
        name: "CJK UNIFIED IDEOGRAPH-28F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F66,
        name: "CJK UNIFIED IDEOGRAPH-28F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F67,
        name: "CJK UNIFIED IDEOGRAPH-28F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F68,
        name: "CJK UNIFIED IDEOGRAPH-28F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F69,
        name: "CJK UNIFIED IDEOGRAPH-28F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F6A,
        name: "CJK UNIFIED IDEOGRAPH-28F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F6B,
        name: "CJK UNIFIED IDEOGRAPH-28F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F6C,
        name: "CJK UNIFIED IDEOGRAPH-28F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F6D,
        name: "CJK UNIFIED IDEOGRAPH-28F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F6E,
        name: "CJK UNIFIED IDEOGRAPH-28F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F6F,
        name: "CJK UNIFIED IDEOGRAPH-28F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F70,
        name: "CJK UNIFIED IDEOGRAPH-28F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F71,
        name: "CJK UNIFIED IDEOGRAPH-28F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F72,
        name: "CJK UNIFIED IDEOGRAPH-28F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F73,
        name: "CJK UNIFIED IDEOGRAPH-28F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F74,
        name: "CJK UNIFIED IDEOGRAPH-28F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F75,
        name: "CJK UNIFIED IDEOGRAPH-28F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F76,
        name: "CJK UNIFIED IDEOGRAPH-28F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F77,
        name: "CJK UNIFIED IDEOGRAPH-28F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F78,
        name: "CJK UNIFIED IDEOGRAPH-28F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F79,
        name: "CJK UNIFIED IDEOGRAPH-28F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F7A,
        name: "CJK UNIFIED IDEOGRAPH-28F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F7B,
        name: "CJK UNIFIED IDEOGRAPH-28F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F7C,
        name: "CJK UNIFIED IDEOGRAPH-28F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F7D,
        name: "CJK UNIFIED IDEOGRAPH-28F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F7E,
        name: "CJK UNIFIED IDEOGRAPH-28F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F7F,
        name: "CJK UNIFIED IDEOGRAPH-28F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F80,
        name: "CJK UNIFIED IDEOGRAPH-28F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F81,
        name: "CJK UNIFIED IDEOGRAPH-28F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F82,
        name: "CJK UNIFIED IDEOGRAPH-28F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F83,
        name: "CJK UNIFIED IDEOGRAPH-28F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F84,
        name: "CJK UNIFIED IDEOGRAPH-28F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F85,
        name: "CJK UNIFIED IDEOGRAPH-28F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F86,
        name: "CJK UNIFIED IDEOGRAPH-28F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F87,
        name: "CJK UNIFIED IDEOGRAPH-28F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F88,
        name: "CJK UNIFIED IDEOGRAPH-28F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F89,
        name: "CJK UNIFIED IDEOGRAPH-28F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F8A,
        name: "CJK UNIFIED IDEOGRAPH-28F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F8B,
        name: "CJK UNIFIED IDEOGRAPH-28F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F8C,
        name: "CJK UNIFIED IDEOGRAPH-28F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F8D,
        name: "CJK UNIFIED IDEOGRAPH-28F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F8E,
        name: "CJK UNIFIED IDEOGRAPH-28F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F8F,
        name: "CJK UNIFIED IDEOGRAPH-28F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F90,
        name: "CJK UNIFIED IDEOGRAPH-28F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F91,
        name: "CJK UNIFIED IDEOGRAPH-28F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F92,
        name: "CJK UNIFIED IDEOGRAPH-28F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F93,
        name: "CJK UNIFIED IDEOGRAPH-28F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F94,
        name: "CJK UNIFIED IDEOGRAPH-28F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F95,
        name: "CJK UNIFIED IDEOGRAPH-28F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F96,
        name: "CJK UNIFIED IDEOGRAPH-28F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F97,
        name: "CJK UNIFIED IDEOGRAPH-28F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F98,
        name: "CJK UNIFIED IDEOGRAPH-28F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F99,
        name: "CJK UNIFIED IDEOGRAPH-28F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F9A,
        name: "CJK UNIFIED IDEOGRAPH-28F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F9B,
        name: "CJK UNIFIED IDEOGRAPH-28F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F9C,
        name: "CJK UNIFIED IDEOGRAPH-28F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F9D,
        name: "CJK UNIFIED IDEOGRAPH-28F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F9E,
        name: "CJK UNIFIED IDEOGRAPH-28F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x28F9F,
        name: "CJK UNIFIED IDEOGRAPH-28F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA0,
        name: "CJK UNIFIED IDEOGRAPH-28FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA1,
        name: "CJK UNIFIED IDEOGRAPH-28FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA2,
        name: "CJK UNIFIED IDEOGRAPH-28FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA3,
        name: "CJK UNIFIED IDEOGRAPH-28FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA4,
        name: "CJK UNIFIED IDEOGRAPH-28FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA5,
        name: "CJK UNIFIED IDEOGRAPH-28FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA6,
        name: "CJK UNIFIED IDEOGRAPH-28FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA7,
        name: "CJK UNIFIED IDEOGRAPH-28FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA8,
        name: "CJK UNIFIED IDEOGRAPH-28FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FA9,
        name: "CJK UNIFIED IDEOGRAPH-28FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FAA,
        name: "CJK UNIFIED IDEOGRAPH-28FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FAB,
        name: "CJK UNIFIED IDEOGRAPH-28FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FAC,
        name: "CJK UNIFIED IDEOGRAPH-28FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FAD,
        name: "CJK UNIFIED IDEOGRAPH-28FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FAE,
        name: "CJK UNIFIED IDEOGRAPH-28FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FAF,
        name: "CJK UNIFIED IDEOGRAPH-28FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB0,
        name: "CJK UNIFIED IDEOGRAPH-28FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB1,
        name: "CJK UNIFIED IDEOGRAPH-28FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB2,
        name: "CJK UNIFIED IDEOGRAPH-28FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB3,
        name: "CJK UNIFIED IDEOGRAPH-28FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB4,
        name: "CJK UNIFIED IDEOGRAPH-28FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB5,
        name: "CJK UNIFIED IDEOGRAPH-28FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB6,
        name: "CJK UNIFIED IDEOGRAPH-28FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB7,
        name: "CJK UNIFIED IDEOGRAPH-28FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB8,
        name: "CJK UNIFIED IDEOGRAPH-28FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FB9,
        name: "CJK UNIFIED IDEOGRAPH-28FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FBA,
        name: "CJK UNIFIED IDEOGRAPH-28FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FBB,
        name: "CJK UNIFIED IDEOGRAPH-28FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FBC,
        name: "CJK UNIFIED IDEOGRAPH-28FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FBD,
        name: "CJK UNIFIED IDEOGRAPH-28FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FBE,
        name: "CJK UNIFIED IDEOGRAPH-28FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FBF,
        name: "CJK UNIFIED IDEOGRAPH-28FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC0,
        name: "CJK UNIFIED IDEOGRAPH-28FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC1,
        name: "CJK UNIFIED IDEOGRAPH-28FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC2,
        name: "CJK UNIFIED IDEOGRAPH-28FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC3,
        name: "CJK UNIFIED IDEOGRAPH-28FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC4,
        name: "CJK UNIFIED IDEOGRAPH-28FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC5,
        name: "CJK UNIFIED IDEOGRAPH-28FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC6,
        name: "CJK UNIFIED IDEOGRAPH-28FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC7,
        name: "CJK UNIFIED IDEOGRAPH-28FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC8,
        name: "CJK UNIFIED IDEOGRAPH-28FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FC9,
        name: "CJK UNIFIED IDEOGRAPH-28FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FCA,
        name: "CJK UNIFIED IDEOGRAPH-28FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FCB,
        name: "CJK UNIFIED IDEOGRAPH-28FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FCC,
        name: "CJK UNIFIED IDEOGRAPH-28FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FCD,
        name: "CJK UNIFIED IDEOGRAPH-28FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FCE,
        name: "CJK UNIFIED IDEOGRAPH-28FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FCF,
        name: "CJK UNIFIED IDEOGRAPH-28FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD0,
        name: "CJK UNIFIED IDEOGRAPH-28FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD1,
        name: "CJK UNIFIED IDEOGRAPH-28FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD2,
        name: "CJK UNIFIED IDEOGRAPH-28FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD3,
        name: "CJK UNIFIED IDEOGRAPH-28FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD4,
        name: "CJK UNIFIED IDEOGRAPH-28FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD5,
        name: "CJK UNIFIED IDEOGRAPH-28FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD6,
        name: "CJK UNIFIED IDEOGRAPH-28FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD7,
        name: "CJK UNIFIED IDEOGRAPH-28FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD8,
        name: "CJK UNIFIED IDEOGRAPH-28FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FD9,
        name: "CJK UNIFIED IDEOGRAPH-28FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FDA,
        name: "CJK UNIFIED IDEOGRAPH-28FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FDB,
        name: "CJK UNIFIED IDEOGRAPH-28FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FDC,
        name: "CJK UNIFIED IDEOGRAPH-28FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FDD,
        name: "CJK UNIFIED IDEOGRAPH-28FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FDE,
        name: "CJK UNIFIED IDEOGRAPH-28FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FDF,
        name: "CJK UNIFIED IDEOGRAPH-28FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE0,
        name: "CJK UNIFIED IDEOGRAPH-28FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE1,
        name: "CJK UNIFIED IDEOGRAPH-28FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE2,
        name: "CJK UNIFIED IDEOGRAPH-28FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE3,
        name: "CJK UNIFIED IDEOGRAPH-28FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE4,
        name: "CJK UNIFIED IDEOGRAPH-28FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE5,
        name: "CJK UNIFIED IDEOGRAPH-28FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE6,
        name: "CJK UNIFIED IDEOGRAPH-28FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE7,
        name: "CJK UNIFIED IDEOGRAPH-28FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE8,
        name: "CJK UNIFIED IDEOGRAPH-28FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FE9,
        name: "CJK UNIFIED IDEOGRAPH-28FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FEA,
        name: "CJK UNIFIED IDEOGRAPH-28FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FEB,
        name: "CJK UNIFIED IDEOGRAPH-28FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FEC,
        name: "CJK UNIFIED IDEOGRAPH-28FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FED,
        name: "CJK UNIFIED IDEOGRAPH-28FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FEE,
        name: "CJK UNIFIED IDEOGRAPH-28FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FEF,
        name: "CJK UNIFIED IDEOGRAPH-28FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF0,
        name: "CJK UNIFIED IDEOGRAPH-28FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF1,
        name: "CJK UNIFIED IDEOGRAPH-28FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF2,
        name: "CJK UNIFIED IDEOGRAPH-28FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF3,
        name: "CJK UNIFIED IDEOGRAPH-28FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF4,
        name: "CJK UNIFIED IDEOGRAPH-28FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF5,
        name: "CJK UNIFIED IDEOGRAPH-28FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF6,
        name: "CJK UNIFIED IDEOGRAPH-28FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF7,
        name: "CJK UNIFIED IDEOGRAPH-28FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF8,
        name: "CJK UNIFIED IDEOGRAPH-28FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FF9,
        name: "CJK UNIFIED IDEOGRAPH-28FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FFA,
        name: "CJK UNIFIED IDEOGRAPH-28FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FFB,
        name: "CJK UNIFIED IDEOGRAPH-28FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FFC,
        name: "CJK UNIFIED IDEOGRAPH-28FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FFD,
        name: "CJK UNIFIED IDEOGRAPH-28FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FFE,
        name: "CJK UNIFIED IDEOGRAPH-28FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x28FFF,
        name: "CJK UNIFIED IDEOGRAPH-28FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29000,
        name: "CJK UNIFIED IDEOGRAPH-29000",
    },
    Character {
        age: "3.1",
        codepoint: 0x29001,
        name: "CJK UNIFIED IDEOGRAPH-29001",
    },
    Character {
        age: "3.1",
        codepoint: 0x29002,
        name: "CJK UNIFIED IDEOGRAPH-29002",
    },
    Character {
        age: "3.1",
        codepoint: 0x29003,
        name: "CJK UNIFIED IDEOGRAPH-29003",
    },
    Character {
        age: "3.1",
        codepoint: 0x29004,
        name: "CJK UNIFIED IDEOGRAPH-29004",
    },
    Character {
        age: "3.1",
        codepoint: 0x29005,
        name: "CJK UNIFIED IDEOGRAPH-29005",
    },
    Character {
        age: "3.1",
        codepoint: 0x29006,
        name: "CJK UNIFIED IDEOGRAPH-29006",
    },
    Character {
        age: "3.1",
        codepoint: 0x29007,
        name: "CJK UNIFIED IDEOGRAPH-29007",
    },
    Character {
        age: "3.1",
        codepoint: 0x29008,
        name: "CJK UNIFIED IDEOGRAPH-29008",
    },
    Character {
        age: "3.1",
        codepoint: 0x29009,
        name: "CJK UNIFIED IDEOGRAPH-29009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2900A,
        name: "CJK UNIFIED IDEOGRAPH-2900A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2900B,
        name: "CJK UNIFIED IDEOGRAPH-2900B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2900C,
        name: "CJK UNIFIED IDEOGRAPH-2900C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2900D,
        name: "CJK UNIFIED IDEOGRAPH-2900D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2900E,
        name: "CJK UNIFIED IDEOGRAPH-2900E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2900F,
        name: "CJK UNIFIED IDEOGRAPH-2900F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29010,
        name: "CJK UNIFIED IDEOGRAPH-29010",
    },
    Character {
        age: "3.1",
        codepoint: 0x29011,
        name: "CJK UNIFIED IDEOGRAPH-29011",
    },
    Character {
        age: "3.1",
        codepoint: 0x29012,
        name: "CJK UNIFIED IDEOGRAPH-29012",
    },
    Character {
        age: "3.1",
        codepoint: 0x29013,
        name: "CJK UNIFIED IDEOGRAPH-29013",
    },
    Character {
        age: "3.1",
        codepoint: 0x29014,
        name: "CJK UNIFIED IDEOGRAPH-29014",
    },
    Character {
        age: "3.1",
        codepoint: 0x29015,
        name: "CJK UNIFIED IDEOGRAPH-29015",
    },
    Character {
        age: "3.1",
        codepoint: 0x29016,
        name: "CJK UNIFIED IDEOGRAPH-29016",
    },
    Character {
        age: "3.1",
        codepoint: 0x29017,
        name: "CJK UNIFIED IDEOGRAPH-29017",
    },
    Character {
        age: "3.1",
        codepoint: 0x29018,
        name: "CJK UNIFIED IDEOGRAPH-29018",
    },
    Character {
        age: "3.1",
        codepoint: 0x29019,
        name: "CJK UNIFIED IDEOGRAPH-29019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2901A,
        name: "CJK UNIFIED IDEOGRAPH-2901A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2901B,
        name: "CJK UNIFIED IDEOGRAPH-2901B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2901C,
        name: "CJK UNIFIED IDEOGRAPH-2901C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2901D,
        name: "CJK UNIFIED IDEOGRAPH-2901D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2901E,
        name: "CJK UNIFIED IDEOGRAPH-2901E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2901F,
        name: "CJK UNIFIED IDEOGRAPH-2901F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29020,
        name: "CJK UNIFIED IDEOGRAPH-29020",
    },
    Character {
        age: "3.1",
        codepoint: 0x29021,
        name: "CJK UNIFIED IDEOGRAPH-29021",
    },
    Character {
        age: "3.1",
        codepoint: 0x29022,
        name: "CJK UNIFIED IDEOGRAPH-29022",
    },
    Character {
        age: "3.1",
        codepoint: 0x29023,
        name: "CJK UNIFIED IDEOGRAPH-29023",
    },
    Character {
        age: "3.1",
        codepoint: 0x29024,
        name: "CJK UNIFIED IDEOGRAPH-29024",
    },
    Character {
        age: "3.1",
        codepoint: 0x29025,
        name: "CJK UNIFIED IDEOGRAPH-29025",
    },
    Character {
        age: "3.1",
        codepoint: 0x29026,
        name: "CJK UNIFIED IDEOGRAPH-29026",
    },
    Character {
        age: "3.1",
        codepoint: 0x29027,
        name: "CJK UNIFIED IDEOGRAPH-29027",
    },
    Character {
        age: "3.1",
        codepoint: 0x29028,
        name: "CJK UNIFIED IDEOGRAPH-29028",
    },
    Character {
        age: "3.1",
        codepoint: 0x29029,
        name: "CJK UNIFIED IDEOGRAPH-29029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2902A,
        name: "CJK UNIFIED IDEOGRAPH-2902A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2902B,
        name: "CJK UNIFIED IDEOGRAPH-2902B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2902C,
        name: "CJK UNIFIED IDEOGRAPH-2902C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2902D,
        name: "CJK UNIFIED IDEOGRAPH-2902D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2902E,
        name: "CJK UNIFIED IDEOGRAPH-2902E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2902F,
        name: "CJK UNIFIED IDEOGRAPH-2902F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29030,
        name: "CJK UNIFIED IDEOGRAPH-29030",
    },
    Character {
        age: "3.1",
        codepoint: 0x29031,
        name: "CJK UNIFIED IDEOGRAPH-29031",
    },
    Character {
        age: "3.1",
        codepoint: 0x29032,
        name: "CJK UNIFIED IDEOGRAPH-29032",
    },
    Character {
        age: "3.1",
        codepoint: 0x29033,
        name: "CJK UNIFIED IDEOGRAPH-29033",
    },
    Character {
        age: "3.1",
        codepoint: 0x29034,
        name: "CJK UNIFIED IDEOGRAPH-29034",
    },
    Character {
        age: "3.1",
        codepoint: 0x29035,
        name: "CJK UNIFIED IDEOGRAPH-29035",
    },
    Character {
        age: "3.1",
        codepoint: 0x29036,
        name: "CJK UNIFIED IDEOGRAPH-29036",
    },
    Character {
        age: "3.1",
        codepoint: 0x29037,
        name: "CJK UNIFIED IDEOGRAPH-29037",
    },
    Character {
        age: "3.1",
        codepoint: 0x29038,
        name: "CJK UNIFIED IDEOGRAPH-29038",
    },
    Character {
        age: "3.1",
        codepoint: 0x29039,
        name: "CJK UNIFIED IDEOGRAPH-29039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2903A,
        name: "CJK UNIFIED IDEOGRAPH-2903A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2903B,
        name: "CJK UNIFIED IDEOGRAPH-2903B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2903C,
        name: "CJK UNIFIED IDEOGRAPH-2903C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2903D,
        name: "CJK UNIFIED IDEOGRAPH-2903D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2903E,
        name: "CJK UNIFIED IDEOGRAPH-2903E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2903F,
        name: "CJK UNIFIED IDEOGRAPH-2903F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29040,
        name: "CJK UNIFIED IDEOGRAPH-29040",
    },
    Character {
        age: "3.1",
        codepoint: 0x29041,
        name: "CJK UNIFIED IDEOGRAPH-29041",
    },
    Character {
        age: "3.1",
        codepoint: 0x29042,
        name: "CJK UNIFIED IDEOGRAPH-29042",
    },
    Character {
        age: "3.1",
        codepoint: 0x29043,
        name: "CJK UNIFIED IDEOGRAPH-29043",
    },
    Character {
        age: "3.1",
        codepoint: 0x29044,
        name: "CJK UNIFIED IDEOGRAPH-29044",
    },
    Character {
        age: "3.1",
        codepoint: 0x29045,
        name: "CJK UNIFIED IDEOGRAPH-29045",
    },
    Character {
        age: "3.1",
        codepoint: 0x29046,
        name: "CJK UNIFIED IDEOGRAPH-29046",
    },
    Character {
        age: "3.1",
        codepoint: 0x29047,
        name: "CJK UNIFIED IDEOGRAPH-29047",
    },
    Character {
        age: "3.1",
        codepoint: 0x29048,
        name: "CJK UNIFIED IDEOGRAPH-29048",
    },
    Character {
        age: "3.1",
        codepoint: 0x29049,
        name: "CJK UNIFIED IDEOGRAPH-29049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2904A,
        name: "CJK UNIFIED IDEOGRAPH-2904A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2904B,
        name: "CJK UNIFIED IDEOGRAPH-2904B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2904C,
        name: "CJK UNIFIED IDEOGRAPH-2904C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2904D,
        name: "CJK UNIFIED IDEOGRAPH-2904D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2904E,
        name: "CJK UNIFIED IDEOGRAPH-2904E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2904F,
        name: "CJK UNIFIED IDEOGRAPH-2904F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29050,
        name: "CJK UNIFIED IDEOGRAPH-29050",
    },
    Character {
        age: "3.1",
        codepoint: 0x29051,
        name: "CJK UNIFIED IDEOGRAPH-29051",
    },
    Character {
        age: "3.1",
        codepoint: 0x29052,
        name: "CJK UNIFIED IDEOGRAPH-29052",
    },
    Character {
        age: "3.1",
        codepoint: 0x29053,
        name: "CJK UNIFIED IDEOGRAPH-29053",
    },
    Character {
        age: "3.1",
        codepoint: 0x29054,
        name: "CJK UNIFIED IDEOGRAPH-29054",
    },
    Character {
        age: "3.1",
        codepoint: 0x29055,
        name: "CJK UNIFIED IDEOGRAPH-29055",
    },
    Character {
        age: "3.1",
        codepoint: 0x29056,
        name: "CJK UNIFIED IDEOGRAPH-29056",
    },
    Character {
        age: "3.1",
        codepoint: 0x29057,
        name: "CJK UNIFIED IDEOGRAPH-29057",
    },
    Character {
        age: "3.1",
        codepoint: 0x29058,
        name: "CJK UNIFIED IDEOGRAPH-29058",
    },
    Character {
        age: "3.1",
        codepoint: 0x29059,
        name: "CJK UNIFIED IDEOGRAPH-29059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2905A,
        name: "CJK UNIFIED IDEOGRAPH-2905A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2905B,
        name: "CJK UNIFIED IDEOGRAPH-2905B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2905C,
        name: "CJK UNIFIED IDEOGRAPH-2905C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2905D,
        name: "CJK UNIFIED IDEOGRAPH-2905D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2905E,
        name: "CJK UNIFIED IDEOGRAPH-2905E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2905F,
        name: "CJK UNIFIED IDEOGRAPH-2905F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29060,
        name: "CJK UNIFIED IDEOGRAPH-29060",
    },
    Character {
        age: "3.1",
        codepoint: 0x29061,
        name: "CJK UNIFIED IDEOGRAPH-29061",
    },
    Character {
        age: "3.1",
        codepoint: 0x29062,
        name: "CJK UNIFIED IDEOGRAPH-29062",
    },
    Character {
        age: "3.1",
        codepoint: 0x29063,
        name: "CJK UNIFIED IDEOGRAPH-29063",
    },
    Character {
        age: "3.1",
        codepoint: 0x29064,
        name: "CJK UNIFIED IDEOGRAPH-29064",
    },
    Character {
        age: "3.1",
        codepoint: 0x29065,
        name: "CJK UNIFIED IDEOGRAPH-29065",
    },
    Character {
        age: "3.1",
        codepoint: 0x29066,
        name: "CJK UNIFIED IDEOGRAPH-29066",
    },
    Character {
        age: "3.1",
        codepoint: 0x29067,
        name: "CJK UNIFIED IDEOGRAPH-29067",
    },
    Character {
        age: "3.1",
        codepoint: 0x29068,
        name: "CJK UNIFIED IDEOGRAPH-29068",
    },
    Character {
        age: "3.1",
        codepoint: 0x29069,
        name: "CJK UNIFIED IDEOGRAPH-29069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2906A,
        name: "CJK UNIFIED IDEOGRAPH-2906A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2906B,
        name: "CJK UNIFIED IDEOGRAPH-2906B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2906C,
        name: "CJK UNIFIED IDEOGRAPH-2906C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2906D,
        name: "CJK UNIFIED IDEOGRAPH-2906D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2906E,
        name: "CJK UNIFIED IDEOGRAPH-2906E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2906F,
        name: "CJK UNIFIED IDEOGRAPH-2906F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29070,
        name: "CJK UNIFIED IDEOGRAPH-29070",
    },
    Character {
        age: "3.1",
        codepoint: 0x29071,
        name: "CJK UNIFIED IDEOGRAPH-29071",
    },
    Character {
        age: "3.1",
        codepoint: 0x29072,
        name: "CJK UNIFIED IDEOGRAPH-29072",
    },
    Character {
        age: "3.1",
        codepoint: 0x29073,
        name: "CJK UNIFIED IDEOGRAPH-29073",
    },
    Character {
        age: "3.1",
        codepoint: 0x29074,
        name: "CJK UNIFIED IDEOGRAPH-29074",
    },
    Character {
        age: "3.1",
        codepoint: 0x29075,
        name: "CJK UNIFIED IDEOGRAPH-29075",
    },
    Character {
        age: "3.1",
        codepoint: 0x29076,
        name: "CJK UNIFIED IDEOGRAPH-29076",
    },
    Character {
        age: "3.1",
        codepoint: 0x29077,
        name: "CJK UNIFIED IDEOGRAPH-29077",
    },
    Character {
        age: "3.1",
        codepoint: 0x29078,
        name: "CJK UNIFIED IDEOGRAPH-29078",
    },
    Character {
        age: "3.1",
        codepoint: 0x29079,
        name: "CJK UNIFIED IDEOGRAPH-29079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2907A,
        name: "CJK UNIFIED IDEOGRAPH-2907A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2907B,
        name: "CJK UNIFIED IDEOGRAPH-2907B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2907C,
        name: "CJK UNIFIED IDEOGRAPH-2907C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2907D,
        name: "CJK UNIFIED IDEOGRAPH-2907D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2907E,
        name: "CJK UNIFIED IDEOGRAPH-2907E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2907F,
        name: "CJK UNIFIED IDEOGRAPH-2907F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29080,
        name: "CJK UNIFIED IDEOGRAPH-29080",
    },
    Character {
        age: "3.1",
        codepoint: 0x29081,
        name: "CJK UNIFIED IDEOGRAPH-29081",
    },
    Character {
        age: "3.1",
        codepoint: 0x29082,
        name: "CJK UNIFIED IDEOGRAPH-29082",
    },
    Character {
        age: "3.1",
        codepoint: 0x29083,
        name: "CJK UNIFIED IDEOGRAPH-29083",
    },
    Character {
        age: "3.1",
        codepoint: 0x29084,
        name: "CJK UNIFIED IDEOGRAPH-29084",
    },
    Character {
        age: "3.1",
        codepoint: 0x29085,
        name: "CJK UNIFIED IDEOGRAPH-29085",
    },
    Character {
        age: "3.1",
        codepoint: 0x29086,
        name: "CJK UNIFIED IDEOGRAPH-29086",
    },
    Character {
        age: "3.1",
        codepoint: 0x29087,
        name: "CJK UNIFIED IDEOGRAPH-29087",
    },
    Character {
        age: "3.1",
        codepoint: 0x29088,
        name: "CJK UNIFIED IDEOGRAPH-29088",
    },
    Character {
        age: "3.1",
        codepoint: 0x29089,
        name: "CJK UNIFIED IDEOGRAPH-29089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2908A,
        name: "CJK UNIFIED IDEOGRAPH-2908A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2908B,
        name: "CJK UNIFIED IDEOGRAPH-2908B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2908C,
        name: "CJK UNIFIED IDEOGRAPH-2908C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2908D,
        name: "CJK UNIFIED IDEOGRAPH-2908D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2908E,
        name: "CJK UNIFIED IDEOGRAPH-2908E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2908F,
        name: "CJK UNIFIED IDEOGRAPH-2908F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29090,
        name: "CJK UNIFIED IDEOGRAPH-29090",
    },
    Character {
        age: "3.1",
        codepoint: 0x29091,
        name: "CJK UNIFIED IDEOGRAPH-29091",
    },
    Character {
        age: "3.1",
        codepoint: 0x29092,
        name: "CJK UNIFIED IDEOGRAPH-29092",
    },
    Character {
        age: "3.1",
        codepoint: 0x29093,
        name: "CJK UNIFIED IDEOGRAPH-29093",
    },
    Character {
        age: "3.1",
        codepoint: 0x29094,
        name: "CJK UNIFIED IDEOGRAPH-29094",
    },
    Character {
        age: "3.1",
        codepoint: 0x29095,
        name: "CJK UNIFIED IDEOGRAPH-29095",
    },
    Character {
        age: "3.1",
        codepoint: 0x29096,
        name: "CJK UNIFIED IDEOGRAPH-29096",
    },
    Character {
        age: "3.1",
        codepoint: 0x29097,
        name: "CJK UNIFIED IDEOGRAPH-29097",
    },
    Character {
        age: "3.1",
        codepoint: 0x29098,
        name: "CJK UNIFIED IDEOGRAPH-29098",
    },
    Character {
        age: "3.1",
        codepoint: 0x29099,
        name: "CJK UNIFIED IDEOGRAPH-29099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2909A,
        name: "CJK UNIFIED IDEOGRAPH-2909A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2909B,
        name: "CJK UNIFIED IDEOGRAPH-2909B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2909C,
        name: "CJK UNIFIED IDEOGRAPH-2909C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2909D,
        name: "CJK UNIFIED IDEOGRAPH-2909D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2909E,
        name: "CJK UNIFIED IDEOGRAPH-2909E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2909F,
        name: "CJK UNIFIED IDEOGRAPH-2909F",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A0,
        name: "CJK UNIFIED IDEOGRAPH-290A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A1,
        name: "CJK UNIFIED IDEOGRAPH-290A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A2,
        name: "CJK UNIFIED IDEOGRAPH-290A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A3,
        name: "CJK UNIFIED IDEOGRAPH-290A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A4,
        name: "CJK UNIFIED IDEOGRAPH-290A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A5,
        name: "CJK UNIFIED IDEOGRAPH-290A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A6,
        name: "CJK UNIFIED IDEOGRAPH-290A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A7,
        name: "CJK UNIFIED IDEOGRAPH-290A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A8,
        name: "CJK UNIFIED IDEOGRAPH-290A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x290A9,
        name: "CJK UNIFIED IDEOGRAPH-290A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x290AA,
        name: "CJK UNIFIED IDEOGRAPH-290AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x290AB,
        name: "CJK UNIFIED IDEOGRAPH-290AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x290AC,
        name: "CJK UNIFIED IDEOGRAPH-290AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x290AD,
        name: "CJK UNIFIED IDEOGRAPH-290AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x290AE,
        name: "CJK UNIFIED IDEOGRAPH-290AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x290AF,
        name: "CJK UNIFIED IDEOGRAPH-290AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B0,
        name: "CJK UNIFIED IDEOGRAPH-290B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B1,
        name: "CJK UNIFIED IDEOGRAPH-290B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B2,
        name: "CJK UNIFIED IDEOGRAPH-290B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B3,
        name: "CJK UNIFIED IDEOGRAPH-290B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B4,
        name: "CJK UNIFIED IDEOGRAPH-290B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B5,
        name: "CJK UNIFIED IDEOGRAPH-290B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B6,
        name: "CJK UNIFIED IDEOGRAPH-290B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B7,
        name: "CJK UNIFIED IDEOGRAPH-290B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B8,
        name: "CJK UNIFIED IDEOGRAPH-290B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x290B9,
        name: "CJK UNIFIED IDEOGRAPH-290B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x290BA,
        name: "CJK UNIFIED IDEOGRAPH-290BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x290BB,
        name: "CJK UNIFIED IDEOGRAPH-290BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x290BC,
        name: "CJK UNIFIED IDEOGRAPH-290BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x290BD,
        name: "CJK UNIFIED IDEOGRAPH-290BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x290BE,
        name: "CJK UNIFIED IDEOGRAPH-290BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x290BF,
        name: "CJK UNIFIED IDEOGRAPH-290BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C0,
        name: "CJK UNIFIED IDEOGRAPH-290C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C1,
        name: "CJK UNIFIED IDEOGRAPH-290C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C2,
        name: "CJK UNIFIED IDEOGRAPH-290C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C3,
        name: "CJK UNIFIED IDEOGRAPH-290C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C4,
        name: "CJK UNIFIED IDEOGRAPH-290C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C5,
        name: "CJK UNIFIED IDEOGRAPH-290C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C6,
        name: "CJK UNIFIED IDEOGRAPH-290C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C7,
        name: "CJK UNIFIED IDEOGRAPH-290C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C8,
        name: "CJK UNIFIED IDEOGRAPH-290C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x290C9,
        name: "CJK UNIFIED IDEOGRAPH-290C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x290CA,
        name: "CJK UNIFIED IDEOGRAPH-290CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x290CB,
        name: "CJK UNIFIED IDEOGRAPH-290CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x290CC,
        name: "CJK UNIFIED IDEOGRAPH-290CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x290CD,
        name: "CJK UNIFIED IDEOGRAPH-290CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x290CE,
        name: "CJK UNIFIED IDEOGRAPH-290CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x290CF,
        name: "CJK UNIFIED IDEOGRAPH-290CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D0,
        name: "CJK UNIFIED IDEOGRAPH-290D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D1,
        name: "CJK UNIFIED IDEOGRAPH-290D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D2,
        name: "CJK UNIFIED IDEOGRAPH-290D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D3,
        name: "CJK UNIFIED IDEOGRAPH-290D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D4,
        name: "CJK UNIFIED IDEOGRAPH-290D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D5,
        name: "CJK UNIFIED IDEOGRAPH-290D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D6,
        name: "CJK UNIFIED IDEOGRAPH-290D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D7,
        name: "CJK UNIFIED IDEOGRAPH-290D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D8,
        name: "CJK UNIFIED IDEOGRAPH-290D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x290D9,
        name: "CJK UNIFIED IDEOGRAPH-290D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x290DA,
        name: "CJK UNIFIED IDEOGRAPH-290DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x290DB,
        name: "CJK UNIFIED IDEOGRAPH-290DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x290DC,
        name: "CJK UNIFIED IDEOGRAPH-290DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x290DD,
        name: "CJK UNIFIED IDEOGRAPH-290DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x290DE,
        name: "CJK UNIFIED IDEOGRAPH-290DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x290DF,
        name: "CJK UNIFIED IDEOGRAPH-290DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E0,
        name: "CJK UNIFIED IDEOGRAPH-290E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E1,
        name: "CJK UNIFIED IDEOGRAPH-290E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E2,
        name: "CJK UNIFIED IDEOGRAPH-290E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E3,
        name: "CJK UNIFIED IDEOGRAPH-290E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E4,
        name: "CJK UNIFIED IDEOGRAPH-290E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E5,
        name: "CJK UNIFIED IDEOGRAPH-290E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E6,
        name: "CJK UNIFIED IDEOGRAPH-290E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E7,
        name: "CJK UNIFIED IDEOGRAPH-290E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E8,
        name: "CJK UNIFIED IDEOGRAPH-290E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x290E9,
        name: "CJK UNIFIED IDEOGRAPH-290E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x290EA,
        name: "CJK UNIFIED IDEOGRAPH-290EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x290EB,
        name: "CJK UNIFIED IDEOGRAPH-290EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x290EC,
        name: "CJK UNIFIED IDEOGRAPH-290EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x290ED,
        name: "CJK UNIFIED IDEOGRAPH-290ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x290EE,
        name: "CJK UNIFIED IDEOGRAPH-290EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x290EF,
        name: "CJK UNIFIED IDEOGRAPH-290EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F0,
        name: "CJK UNIFIED IDEOGRAPH-290F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F1,
        name: "CJK UNIFIED IDEOGRAPH-290F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F2,
        name: "CJK UNIFIED IDEOGRAPH-290F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F3,
        name: "CJK UNIFIED IDEOGRAPH-290F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F4,
        name: "CJK UNIFIED IDEOGRAPH-290F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F5,
        name: "CJK UNIFIED IDEOGRAPH-290F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F6,
        name: "CJK UNIFIED IDEOGRAPH-290F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F7,
        name: "CJK UNIFIED IDEOGRAPH-290F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F8,
        name: "CJK UNIFIED IDEOGRAPH-290F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x290F9,
        name: "CJK UNIFIED IDEOGRAPH-290F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x290FA,
        name: "CJK UNIFIED IDEOGRAPH-290FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x290FB,
        name: "CJK UNIFIED IDEOGRAPH-290FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x290FC,
        name: "CJK UNIFIED IDEOGRAPH-290FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x290FD,
        name: "CJK UNIFIED IDEOGRAPH-290FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x290FE,
        name: "CJK UNIFIED IDEOGRAPH-290FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x290FF,
        name: "CJK UNIFIED IDEOGRAPH-290FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29100,
        name: "CJK UNIFIED IDEOGRAPH-29100",
    },
    Character {
        age: "3.1",
        codepoint: 0x29101,
        name: "CJK UNIFIED IDEOGRAPH-29101",
    },
    Character {
        age: "3.1",
        codepoint: 0x29102,
        name: "CJK UNIFIED IDEOGRAPH-29102",
    },
    Character {
        age: "3.1",
        codepoint: 0x29103,
        name: "CJK UNIFIED IDEOGRAPH-29103",
    },
    Character {
        age: "3.1",
        codepoint: 0x29104,
        name: "CJK UNIFIED IDEOGRAPH-29104",
    },
    Character {
        age: "3.1",
        codepoint: 0x29105,
        name: "CJK UNIFIED IDEOGRAPH-29105",
    },
    Character {
        age: "3.1",
        codepoint: 0x29106,
        name: "CJK UNIFIED IDEOGRAPH-29106",
    },
    Character {
        age: "3.1",
        codepoint: 0x29107,
        name: "CJK UNIFIED IDEOGRAPH-29107",
    },
    Character {
        age: "3.1",
        codepoint: 0x29108,
        name: "CJK UNIFIED IDEOGRAPH-29108",
    },
    Character {
        age: "3.1",
        codepoint: 0x29109,
        name: "CJK UNIFIED IDEOGRAPH-29109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2910A,
        name: "CJK UNIFIED IDEOGRAPH-2910A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2910B,
        name: "CJK UNIFIED IDEOGRAPH-2910B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2910C,
        name: "CJK UNIFIED IDEOGRAPH-2910C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2910D,
        name: "CJK UNIFIED IDEOGRAPH-2910D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2910E,
        name: "CJK UNIFIED IDEOGRAPH-2910E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2910F,
        name: "CJK UNIFIED IDEOGRAPH-2910F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29110,
        name: "CJK UNIFIED IDEOGRAPH-29110",
    },
    Character {
        age: "3.1",
        codepoint: 0x29111,
        name: "CJK UNIFIED IDEOGRAPH-29111",
    },
    Character {
        age: "3.1",
        codepoint: 0x29112,
        name: "CJK UNIFIED IDEOGRAPH-29112",
    },
    Character {
        age: "3.1",
        codepoint: 0x29113,
        name: "CJK UNIFIED IDEOGRAPH-29113",
    },
    Character {
        age: "3.1",
        codepoint: 0x29114,
        name: "CJK UNIFIED IDEOGRAPH-29114",
    },
    Character {
        age: "3.1",
        codepoint: 0x29115,
        name: "CJK UNIFIED IDEOGRAPH-29115",
    },
    Character {
        age: "3.1",
        codepoint: 0x29116,
        name: "CJK UNIFIED IDEOGRAPH-29116",
    },
    Character {
        age: "3.1",
        codepoint: 0x29117,
        name: "CJK UNIFIED IDEOGRAPH-29117",
    },
    Character {
        age: "3.1",
        codepoint: 0x29118,
        name: "CJK UNIFIED IDEOGRAPH-29118",
    },
    Character {
        age: "3.1",
        codepoint: 0x29119,
        name: "CJK UNIFIED IDEOGRAPH-29119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2911A,
        name: "CJK UNIFIED IDEOGRAPH-2911A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2911B,
        name: "CJK UNIFIED IDEOGRAPH-2911B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2911C,
        name: "CJK UNIFIED IDEOGRAPH-2911C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2911D,
        name: "CJK UNIFIED IDEOGRAPH-2911D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2911E,
        name: "CJK UNIFIED IDEOGRAPH-2911E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2911F,
        name: "CJK UNIFIED IDEOGRAPH-2911F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29120,
        name: "CJK UNIFIED IDEOGRAPH-29120",
    },
    Character {
        age: "3.1",
        codepoint: 0x29121,
        name: "CJK UNIFIED IDEOGRAPH-29121",
    },
    Character {
        age: "3.1",
        codepoint: 0x29122,
        name: "CJK UNIFIED IDEOGRAPH-29122",
    },
    Character {
        age: "3.1",
        codepoint: 0x29123,
        name: "CJK UNIFIED IDEOGRAPH-29123",
    },
    Character {
        age: "3.1",
        codepoint: 0x29124,
        name: "CJK UNIFIED IDEOGRAPH-29124",
    },
    Character {
        age: "3.1",
        codepoint: 0x29125,
        name: "CJK UNIFIED IDEOGRAPH-29125",
    },
    Character {
        age: "3.1",
        codepoint: 0x29126,
        name: "CJK UNIFIED IDEOGRAPH-29126",
    },
    Character {
        age: "3.1",
        codepoint: 0x29127,
        name: "CJK UNIFIED IDEOGRAPH-29127",
    },
    Character {
        age: "3.1",
        codepoint: 0x29128,
        name: "CJK UNIFIED IDEOGRAPH-29128",
    },
    Character {
        age: "3.1",
        codepoint: 0x29129,
        name: "CJK UNIFIED IDEOGRAPH-29129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2912A,
        name: "CJK UNIFIED IDEOGRAPH-2912A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2912B,
        name: "CJK UNIFIED IDEOGRAPH-2912B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2912C,
        name: "CJK UNIFIED IDEOGRAPH-2912C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2912D,
        name: "CJK UNIFIED IDEOGRAPH-2912D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2912E,
        name: "CJK UNIFIED IDEOGRAPH-2912E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2912F,
        name: "CJK UNIFIED IDEOGRAPH-2912F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29130,
        name: "CJK UNIFIED IDEOGRAPH-29130",
    },
    Character {
        age: "3.1",
        codepoint: 0x29131,
        name: "CJK UNIFIED IDEOGRAPH-29131",
    },
    Character {
        age: "3.1",
        codepoint: 0x29132,
        name: "CJK UNIFIED IDEOGRAPH-29132",
    },
    Character {
        age: "3.1",
        codepoint: 0x29133,
        name: "CJK UNIFIED IDEOGRAPH-29133",
    },
    Character {
        age: "3.1",
        codepoint: 0x29134,
        name: "CJK UNIFIED IDEOGRAPH-29134",
    },
    Character {
        age: "3.1",
        codepoint: 0x29135,
        name: "CJK UNIFIED IDEOGRAPH-29135",
    },
    Character {
        age: "3.1",
        codepoint: 0x29136,
        name: "CJK UNIFIED IDEOGRAPH-29136",
    },
    Character {
        age: "3.1",
        codepoint: 0x29137,
        name: "CJK UNIFIED IDEOGRAPH-29137",
    },
    Character {
        age: "3.1",
        codepoint: 0x29138,
        name: "CJK UNIFIED IDEOGRAPH-29138",
    },
    Character {
        age: "3.1",
        codepoint: 0x29139,
        name: "CJK UNIFIED IDEOGRAPH-29139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2913A,
        name: "CJK UNIFIED IDEOGRAPH-2913A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2913B,
        name: "CJK UNIFIED IDEOGRAPH-2913B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2913C,
        name: "CJK UNIFIED IDEOGRAPH-2913C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2913D,
        name: "CJK UNIFIED IDEOGRAPH-2913D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2913E,
        name: "CJK UNIFIED IDEOGRAPH-2913E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2913F,
        name: "CJK UNIFIED IDEOGRAPH-2913F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29140,
        name: "CJK UNIFIED IDEOGRAPH-29140",
    },
    Character {
        age: "3.1",
        codepoint: 0x29141,
        name: "CJK UNIFIED IDEOGRAPH-29141",
    },
    Character {
        age: "3.1",
        codepoint: 0x29142,
        name: "CJK UNIFIED IDEOGRAPH-29142",
    },
    Character {
        age: "3.1",
        codepoint: 0x29143,
        name: "CJK UNIFIED IDEOGRAPH-29143",
    },
    Character {
        age: "3.1",
        codepoint: 0x29144,
        name: "CJK UNIFIED IDEOGRAPH-29144",
    },
    Character {
        age: "3.1",
        codepoint: 0x29145,
        name: "CJK UNIFIED IDEOGRAPH-29145",
    },
    Character {
        age: "3.1",
        codepoint: 0x29146,
        name: "CJK UNIFIED IDEOGRAPH-29146",
    },
    Character {
        age: "3.1",
        codepoint: 0x29147,
        name: "CJK UNIFIED IDEOGRAPH-29147",
    },
    Character {
        age: "3.1",
        codepoint: 0x29148,
        name: "CJK UNIFIED IDEOGRAPH-29148",
    },
    Character {
        age: "3.1",
        codepoint: 0x29149,
        name: "CJK UNIFIED IDEOGRAPH-29149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2914A,
        name: "CJK UNIFIED IDEOGRAPH-2914A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2914B,
        name: "CJK UNIFIED IDEOGRAPH-2914B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2914C,
        name: "CJK UNIFIED IDEOGRAPH-2914C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2914D,
        name: "CJK UNIFIED IDEOGRAPH-2914D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2914E,
        name: "CJK UNIFIED IDEOGRAPH-2914E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2914F,
        name: "CJK UNIFIED IDEOGRAPH-2914F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29150,
        name: "CJK UNIFIED IDEOGRAPH-29150",
    },
    Character {
        age: "3.1",
        codepoint: 0x29151,
        name: "CJK UNIFIED IDEOGRAPH-29151",
    },
    Character {
        age: "3.1",
        codepoint: 0x29152,
        name: "CJK UNIFIED IDEOGRAPH-29152",
    },
    Character {
        age: "3.1",
        codepoint: 0x29153,
        name: "CJK UNIFIED IDEOGRAPH-29153",
    },
    Character {
        age: "3.1",
        codepoint: 0x29154,
        name: "CJK UNIFIED IDEOGRAPH-29154",
    },
    Character {
        age: "3.1",
        codepoint: 0x29155,
        name: "CJK UNIFIED IDEOGRAPH-29155",
    },
    Character {
        age: "3.1",
        codepoint: 0x29156,
        name: "CJK UNIFIED IDEOGRAPH-29156",
    },
    Character {
        age: "3.1",
        codepoint: 0x29157,
        name: "CJK UNIFIED IDEOGRAPH-29157",
    },
    Character {
        age: "3.1",
        codepoint: 0x29158,
        name: "CJK UNIFIED IDEOGRAPH-29158",
    },
    Character {
        age: "3.1",
        codepoint: 0x29159,
        name: "CJK UNIFIED IDEOGRAPH-29159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2915A,
        name: "CJK UNIFIED IDEOGRAPH-2915A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2915B,
        name: "CJK UNIFIED IDEOGRAPH-2915B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2915C,
        name: "CJK UNIFIED IDEOGRAPH-2915C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2915D,
        name: "CJK UNIFIED IDEOGRAPH-2915D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2915E,
        name: "CJK UNIFIED IDEOGRAPH-2915E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2915F,
        name: "CJK UNIFIED IDEOGRAPH-2915F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29160,
        name: "CJK UNIFIED IDEOGRAPH-29160",
    },
    Character {
        age: "3.1",
        codepoint: 0x29161,
        name: "CJK UNIFIED IDEOGRAPH-29161",
    },
    Character {
        age: "3.1",
        codepoint: 0x29162,
        name: "CJK UNIFIED IDEOGRAPH-29162",
    },
    Character {
        age: "3.1",
        codepoint: 0x29163,
        name: "CJK UNIFIED IDEOGRAPH-29163",
    },
    Character {
        age: "3.1",
        codepoint: 0x29164,
        name: "CJK UNIFIED IDEOGRAPH-29164",
    },
    Character {
        age: "3.1",
        codepoint: 0x29165,
        name: "CJK UNIFIED IDEOGRAPH-29165",
    },
    Character {
        age: "3.1",
        codepoint: 0x29166,
        name: "CJK UNIFIED IDEOGRAPH-29166",
    },
    Character {
        age: "3.1",
        codepoint: 0x29167,
        name: "CJK UNIFIED IDEOGRAPH-29167",
    },
    Character {
        age: "3.1",
        codepoint: 0x29168,
        name: "CJK UNIFIED IDEOGRAPH-29168",
    },
    Character {
        age: "3.1",
        codepoint: 0x29169,
        name: "CJK UNIFIED IDEOGRAPH-29169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2916A,
        name: "CJK UNIFIED IDEOGRAPH-2916A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2916B,
        name: "CJK UNIFIED IDEOGRAPH-2916B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2916C,
        name: "CJK UNIFIED IDEOGRAPH-2916C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2916D,
        name: "CJK UNIFIED IDEOGRAPH-2916D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2916E,
        name: "CJK UNIFIED IDEOGRAPH-2916E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2916F,
        name: "CJK UNIFIED IDEOGRAPH-2916F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29170,
        name: "CJK UNIFIED IDEOGRAPH-29170",
    },
    Character {
        age: "3.1",
        codepoint: 0x29171,
        name: "CJK UNIFIED IDEOGRAPH-29171",
    },
    Character {
        age: "3.1",
        codepoint: 0x29172,
        name: "CJK UNIFIED IDEOGRAPH-29172",
    },
    Character {
        age: "3.1",
        codepoint: 0x29173,
        name: "CJK UNIFIED IDEOGRAPH-29173",
    },
    Character {
        age: "3.1",
        codepoint: 0x29174,
        name: "CJK UNIFIED IDEOGRAPH-29174",
    },
    Character {
        age: "3.1",
        codepoint: 0x29175,
        name: "CJK UNIFIED IDEOGRAPH-29175",
    },
    Character {
        age: "3.1",
        codepoint: 0x29176,
        name: "CJK UNIFIED IDEOGRAPH-29176",
    },
    Character {
        age: "3.1",
        codepoint: 0x29177,
        name: "CJK UNIFIED IDEOGRAPH-29177",
    },
    Character {
        age: "3.1",
        codepoint: 0x29178,
        name: "CJK UNIFIED IDEOGRAPH-29178",
    },
    Character {
        age: "3.1",
        codepoint: 0x29179,
        name: "CJK UNIFIED IDEOGRAPH-29179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2917A,
        name: "CJK UNIFIED IDEOGRAPH-2917A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2917B,
        name: "CJK UNIFIED IDEOGRAPH-2917B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2917C,
        name: "CJK UNIFIED IDEOGRAPH-2917C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2917D,
        name: "CJK UNIFIED IDEOGRAPH-2917D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2917E,
        name: "CJK UNIFIED IDEOGRAPH-2917E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2917F,
        name: "CJK UNIFIED IDEOGRAPH-2917F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29180,
        name: "CJK UNIFIED IDEOGRAPH-29180",
    },
    Character {
        age: "3.1",
        codepoint: 0x29181,
        name: "CJK UNIFIED IDEOGRAPH-29181",
    },
    Character {
        age: "3.1",
        codepoint: 0x29182,
        name: "CJK UNIFIED IDEOGRAPH-29182",
    },
    Character {
        age: "3.1",
        codepoint: 0x29183,
        name: "CJK UNIFIED IDEOGRAPH-29183",
    },
    Character {
        age: "3.1",
        codepoint: 0x29184,
        name: "CJK UNIFIED IDEOGRAPH-29184",
    },
    Character {
        age: "3.1",
        codepoint: 0x29185,
        name: "CJK UNIFIED IDEOGRAPH-29185",
    },
    Character {
        age: "3.1",
        codepoint: 0x29186,
        name: "CJK UNIFIED IDEOGRAPH-29186",
    },
    Character {
        age: "3.1",
        codepoint: 0x29187,
        name: "CJK UNIFIED IDEOGRAPH-29187",
    },
    Character {
        age: "3.1",
        codepoint: 0x29188,
        name: "CJK UNIFIED IDEOGRAPH-29188",
    },
    Character {
        age: "3.1",
        codepoint: 0x29189,
        name: "CJK UNIFIED IDEOGRAPH-29189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2918A,
        name: "CJK UNIFIED IDEOGRAPH-2918A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2918B,
        name: "CJK UNIFIED IDEOGRAPH-2918B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2918C,
        name: "CJK UNIFIED IDEOGRAPH-2918C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2918D,
        name: "CJK UNIFIED IDEOGRAPH-2918D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2918E,
        name: "CJK UNIFIED IDEOGRAPH-2918E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2918F,
        name: "CJK UNIFIED IDEOGRAPH-2918F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29190,
        name: "CJK UNIFIED IDEOGRAPH-29190",
    },
    Character {
        age: "3.1",
        codepoint: 0x29191,
        name: "CJK UNIFIED IDEOGRAPH-29191",
    },
    Character {
        age: "3.1",
        codepoint: 0x29192,
        name: "CJK UNIFIED IDEOGRAPH-29192",
    },
    Character {
        age: "3.1",
        codepoint: 0x29193,
        name: "CJK UNIFIED IDEOGRAPH-29193",
    },
    Character {
        age: "3.1",
        codepoint: 0x29194,
        name: "CJK UNIFIED IDEOGRAPH-29194",
    },
    Character {
        age: "3.1",
        codepoint: 0x29195,
        name: "CJK UNIFIED IDEOGRAPH-29195",
    },
    Character {
        age: "3.1",
        codepoint: 0x29196,
        name: "CJK UNIFIED IDEOGRAPH-29196",
    },
    Character {
        age: "3.1",
        codepoint: 0x29197,
        name: "CJK UNIFIED IDEOGRAPH-29197",
    },
    Character {
        age: "3.1",
        codepoint: 0x29198,
        name: "CJK UNIFIED IDEOGRAPH-29198",
    },
    Character {
        age: "3.1",
        codepoint: 0x29199,
        name: "CJK UNIFIED IDEOGRAPH-29199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2919A,
        name: "CJK UNIFIED IDEOGRAPH-2919A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2919B,
        name: "CJK UNIFIED IDEOGRAPH-2919B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2919C,
        name: "CJK UNIFIED IDEOGRAPH-2919C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2919D,
        name: "CJK UNIFIED IDEOGRAPH-2919D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2919E,
        name: "CJK UNIFIED IDEOGRAPH-2919E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2919F,
        name: "CJK UNIFIED IDEOGRAPH-2919F",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A0,
        name: "CJK UNIFIED IDEOGRAPH-291A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A1,
        name: "CJK UNIFIED IDEOGRAPH-291A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A2,
        name: "CJK UNIFIED IDEOGRAPH-291A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A3,
        name: "CJK UNIFIED IDEOGRAPH-291A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A4,
        name: "CJK UNIFIED IDEOGRAPH-291A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A5,
        name: "CJK UNIFIED IDEOGRAPH-291A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A6,
        name: "CJK UNIFIED IDEOGRAPH-291A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A7,
        name: "CJK UNIFIED IDEOGRAPH-291A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A8,
        name: "CJK UNIFIED IDEOGRAPH-291A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x291A9,
        name: "CJK UNIFIED IDEOGRAPH-291A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x291AA,
        name: "CJK UNIFIED IDEOGRAPH-291AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x291AB,
        name: "CJK UNIFIED IDEOGRAPH-291AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x291AC,
        name: "CJK UNIFIED IDEOGRAPH-291AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x291AD,
        name: "CJK UNIFIED IDEOGRAPH-291AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x291AE,
        name: "CJK UNIFIED IDEOGRAPH-291AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x291AF,
        name: "CJK UNIFIED IDEOGRAPH-291AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B0,
        name: "CJK UNIFIED IDEOGRAPH-291B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B1,
        name: "CJK UNIFIED IDEOGRAPH-291B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B2,
        name: "CJK UNIFIED IDEOGRAPH-291B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B3,
        name: "CJK UNIFIED IDEOGRAPH-291B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B4,
        name: "CJK UNIFIED IDEOGRAPH-291B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B5,
        name: "CJK UNIFIED IDEOGRAPH-291B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B6,
        name: "CJK UNIFIED IDEOGRAPH-291B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B7,
        name: "CJK UNIFIED IDEOGRAPH-291B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B8,
        name: "CJK UNIFIED IDEOGRAPH-291B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x291B9,
        name: "CJK UNIFIED IDEOGRAPH-291B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x291BA,
        name: "CJK UNIFIED IDEOGRAPH-291BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x291BB,
        name: "CJK UNIFIED IDEOGRAPH-291BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x291BC,
        name: "CJK UNIFIED IDEOGRAPH-291BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x291BD,
        name: "CJK UNIFIED IDEOGRAPH-291BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x291BE,
        name: "CJK UNIFIED IDEOGRAPH-291BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x291BF,
        name: "CJK UNIFIED IDEOGRAPH-291BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C0,
        name: "CJK UNIFIED IDEOGRAPH-291C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C1,
        name: "CJK UNIFIED IDEOGRAPH-291C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C2,
        name: "CJK UNIFIED IDEOGRAPH-291C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C3,
        name: "CJK UNIFIED IDEOGRAPH-291C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C4,
        name: "CJK UNIFIED IDEOGRAPH-291C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C5,
        name: "CJK UNIFIED IDEOGRAPH-291C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C6,
        name: "CJK UNIFIED IDEOGRAPH-291C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C7,
        name: "CJK UNIFIED IDEOGRAPH-291C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C8,
        name: "CJK UNIFIED IDEOGRAPH-291C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x291C9,
        name: "CJK UNIFIED IDEOGRAPH-291C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x291CA,
        name: "CJK UNIFIED IDEOGRAPH-291CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x291CB,
        name: "CJK UNIFIED IDEOGRAPH-291CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x291CC,
        name: "CJK UNIFIED IDEOGRAPH-291CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x291CD,
        name: "CJK UNIFIED IDEOGRAPH-291CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x291CE,
        name: "CJK UNIFIED IDEOGRAPH-291CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x291CF,
        name: "CJK UNIFIED IDEOGRAPH-291CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D0,
        name: "CJK UNIFIED IDEOGRAPH-291D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D1,
        name: "CJK UNIFIED IDEOGRAPH-291D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D2,
        name: "CJK UNIFIED IDEOGRAPH-291D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D3,
        name: "CJK UNIFIED IDEOGRAPH-291D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D4,
        name: "CJK UNIFIED IDEOGRAPH-291D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D5,
        name: "CJK UNIFIED IDEOGRAPH-291D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D6,
        name: "CJK UNIFIED IDEOGRAPH-291D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D7,
        name: "CJK UNIFIED IDEOGRAPH-291D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D8,
        name: "CJK UNIFIED IDEOGRAPH-291D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x291D9,
        name: "CJK UNIFIED IDEOGRAPH-291D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x291DA,
        name: "CJK UNIFIED IDEOGRAPH-291DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x291DB,
        name: "CJK UNIFIED IDEOGRAPH-291DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x291DC,
        name: "CJK UNIFIED IDEOGRAPH-291DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x291DD,
        name: "CJK UNIFIED IDEOGRAPH-291DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x291DE,
        name: "CJK UNIFIED IDEOGRAPH-291DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x291DF,
        name: "CJK UNIFIED IDEOGRAPH-291DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E0,
        name: "CJK UNIFIED IDEOGRAPH-291E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E1,
        name: "CJK UNIFIED IDEOGRAPH-291E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E2,
        name: "CJK UNIFIED IDEOGRAPH-291E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E3,
        name: "CJK UNIFIED IDEOGRAPH-291E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E4,
        name: "CJK UNIFIED IDEOGRAPH-291E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E5,
        name: "CJK UNIFIED IDEOGRAPH-291E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E6,
        name: "CJK UNIFIED IDEOGRAPH-291E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E7,
        name: "CJK UNIFIED IDEOGRAPH-291E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E8,
        name: "CJK UNIFIED IDEOGRAPH-291E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x291E9,
        name: "CJK UNIFIED IDEOGRAPH-291E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x291EA,
        name: "CJK UNIFIED IDEOGRAPH-291EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x291EB,
        name: "CJK UNIFIED IDEOGRAPH-291EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x291EC,
        name: "CJK UNIFIED IDEOGRAPH-291EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x291ED,
        name: "CJK UNIFIED IDEOGRAPH-291ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x291EE,
        name: "CJK UNIFIED IDEOGRAPH-291EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x291EF,
        name: "CJK UNIFIED IDEOGRAPH-291EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F0,
        name: "CJK UNIFIED IDEOGRAPH-291F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F1,
        name: "CJK UNIFIED IDEOGRAPH-291F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F2,
        name: "CJK UNIFIED IDEOGRAPH-291F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F3,
        name: "CJK UNIFIED IDEOGRAPH-291F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F4,
        name: "CJK UNIFIED IDEOGRAPH-291F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F5,
        name: "CJK UNIFIED IDEOGRAPH-291F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F6,
        name: "CJK UNIFIED IDEOGRAPH-291F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F7,
        name: "CJK UNIFIED IDEOGRAPH-291F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F8,
        name: "CJK UNIFIED IDEOGRAPH-291F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x291F9,
        name: "CJK UNIFIED IDEOGRAPH-291F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x291FA,
        name: "CJK UNIFIED IDEOGRAPH-291FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x291FB,
        name: "CJK UNIFIED IDEOGRAPH-291FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x291FC,
        name: "CJK UNIFIED IDEOGRAPH-291FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x291FD,
        name: "CJK UNIFIED IDEOGRAPH-291FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x291FE,
        name: "CJK UNIFIED IDEOGRAPH-291FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x291FF,
        name: "CJK UNIFIED IDEOGRAPH-291FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29200,
        name: "CJK UNIFIED IDEOGRAPH-29200",
    },
    Character {
        age: "3.1",
        codepoint: 0x29201,
        name: "CJK UNIFIED IDEOGRAPH-29201",
    },
    Character {
        age: "3.1",
        codepoint: 0x29202,
        name: "CJK UNIFIED IDEOGRAPH-29202",
    },
    Character {
        age: "3.1",
        codepoint: 0x29203,
        name: "CJK UNIFIED IDEOGRAPH-29203",
    },
    Character {
        age: "3.1",
        codepoint: 0x29204,
        name: "CJK UNIFIED IDEOGRAPH-29204",
    },
    Character {
        age: "3.1",
        codepoint: 0x29205,
        name: "CJK UNIFIED IDEOGRAPH-29205",
    },
    Character {
        age: "3.1",
        codepoint: 0x29206,
        name: "CJK UNIFIED IDEOGRAPH-29206",
    },
    Character {
        age: "3.1",
        codepoint: 0x29207,
        name: "CJK UNIFIED IDEOGRAPH-29207",
    },
    Character {
        age: "3.1",
        codepoint: 0x29208,
        name: "CJK UNIFIED IDEOGRAPH-29208",
    },
    Character {
        age: "3.1",
        codepoint: 0x29209,
        name: "CJK UNIFIED IDEOGRAPH-29209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2920A,
        name: "CJK UNIFIED IDEOGRAPH-2920A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2920B,
        name: "CJK UNIFIED IDEOGRAPH-2920B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2920C,
        name: "CJK UNIFIED IDEOGRAPH-2920C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2920D,
        name: "CJK UNIFIED IDEOGRAPH-2920D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2920E,
        name: "CJK UNIFIED IDEOGRAPH-2920E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2920F,
        name: "CJK UNIFIED IDEOGRAPH-2920F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29210,
        name: "CJK UNIFIED IDEOGRAPH-29210",
    },
    Character {
        age: "3.1",
        codepoint: 0x29211,
        name: "CJK UNIFIED IDEOGRAPH-29211",
    },
    Character {
        age: "3.1",
        codepoint: 0x29212,
        name: "CJK UNIFIED IDEOGRAPH-29212",
    },
    Character {
        age: "3.1",
        codepoint: 0x29213,
        name: "CJK UNIFIED IDEOGRAPH-29213",
    },
    Character {
        age: "3.1",
        codepoint: 0x29214,
        name: "CJK UNIFIED IDEOGRAPH-29214",
    },
    Character {
        age: "3.1",
        codepoint: 0x29215,
        name: "CJK UNIFIED IDEOGRAPH-29215",
    },
    Character {
        age: "3.1",
        codepoint: 0x29216,
        name: "CJK UNIFIED IDEOGRAPH-29216",
    },
    Character {
        age: "3.1",
        codepoint: 0x29217,
        name: "CJK UNIFIED IDEOGRAPH-29217",
    },
    Character {
        age: "3.1",
        codepoint: 0x29218,
        name: "CJK UNIFIED IDEOGRAPH-29218",
    },
    Character {
        age: "3.1",
        codepoint: 0x29219,
        name: "CJK UNIFIED IDEOGRAPH-29219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2921A,
        name: "CJK UNIFIED IDEOGRAPH-2921A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2921B,
        name: "CJK UNIFIED IDEOGRAPH-2921B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2921C,
        name: "CJK UNIFIED IDEOGRAPH-2921C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2921D,
        name: "CJK UNIFIED IDEOGRAPH-2921D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2921E,
        name: "CJK UNIFIED IDEOGRAPH-2921E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2921F,
        name: "CJK UNIFIED IDEOGRAPH-2921F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29220,
        name: "CJK UNIFIED IDEOGRAPH-29220",
    },
    Character {
        age: "3.1",
        codepoint: 0x29221,
        name: "CJK UNIFIED IDEOGRAPH-29221",
    },
    Character {
        age: "3.1",
        codepoint: 0x29222,
        name: "CJK UNIFIED IDEOGRAPH-29222",
    },
    Character {
        age: "3.1",
        codepoint: 0x29223,
        name: "CJK UNIFIED IDEOGRAPH-29223",
    },
    Character {
        age: "3.1",
        codepoint: 0x29224,
        name: "CJK UNIFIED IDEOGRAPH-29224",
    },
    Character {
        age: "3.1",
        codepoint: 0x29225,
        name: "CJK UNIFIED IDEOGRAPH-29225",
    },
    Character {
        age: "3.1",
        codepoint: 0x29226,
        name: "CJK UNIFIED IDEOGRAPH-29226",
    },
    Character {
        age: "3.1",
        codepoint: 0x29227,
        name: "CJK UNIFIED IDEOGRAPH-29227",
    },
    Character {
        age: "3.1",
        codepoint: 0x29228,
        name: "CJK UNIFIED IDEOGRAPH-29228",
    },
    Character {
        age: "3.1",
        codepoint: 0x29229,
        name: "CJK UNIFIED IDEOGRAPH-29229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2922A,
        name: "CJK UNIFIED IDEOGRAPH-2922A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2922B,
        name: "CJK UNIFIED IDEOGRAPH-2922B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2922C,
        name: "CJK UNIFIED IDEOGRAPH-2922C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2922D,
        name: "CJK UNIFIED IDEOGRAPH-2922D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2922E,
        name: "CJK UNIFIED IDEOGRAPH-2922E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2922F,
        name: "CJK UNIFIED IDEOGRAPH-2922F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29230,
        name: "CJK UNIFIED IDEOGRAPH-29230",
    },
    Character {
        age: "3.1",
        codepoint: 0x29231,
        name: "CJK UNIFIED IDEOGRAPH-29231",
    },
    Character {
        age: "3.1",
        codepoint: 0x29232,
        name: "CJK UNIFIED IDEOGRAPH-29232",
    },
    Character {
        age: "3.1",
        codepoint: 0x29233,
        name: "CJK UNIFIED IDEOGRAPH-29233",
    },
    Character {
        age: "3.1",
        codepoint: 0x29234,
        name: "CJK UNIFIED IDEOGRAPH-29234",
    },
    Character {
        age: "3.1",
        codepoint: 0x29235,
        name: "CJK UNIFIED IDEOGRAPH-29235",
    },
    Character {
        age: "3.1",
        codepoint: 0x29236,
        name: "CJK UNIFIED IDEOGRAPH-29236",
    },
    Character {
        age: "3.1",
        codepoint: 0x29237,
        name: "CJK UNIFIED IDEOGRAPH-29237",
    },
    Character {
        age: "3.1",
        codepoint: 0x29238,
        name: "CJK UNIFIED IDEOGRAPH-29238",
    },
    Character {
        age: "3.1",
        codepoint: 0x29239,
        name: "CJK UNIFIED IDEOGRAPH-29239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2923A,
        name: "CJK UNIFIED IDEOGRAPH-2923A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2923B,
        name: "CJK UNIFIED IDEOGRAPH-2923B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2923C,
        name: "CJK UNIFIED IDEOGRAPH-2923C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2923D,
        name: "CJK UNIFIED IDEOGRAPH-2923D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2923E,
        name: "CJK UNIFIED IDEOGRAPH-2923E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2923F,
        name: "CJK UNIFIED IDEOGRAPH-2923F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29240,
        name: "CJK UNIFIED IDEOGRAPH-29240",
    },
    Character {
        age: "3.1",
        codepoint: 0x29241,
        name: "CJK UNIFIED IDEOGRAPH-29241",
    },
    Character {
        age: "3.1",
        codepoint: 0x29242,
        name: "CJK UNIFIED IDEOGRAPH-29242",
    },
    Character {
        age: "3.1",
        codepoint: 0x29243,
        name: "CJK UNIFIED IDEOGRAPH-29243",
    },
    Character {
        age: "3.1",
        codepoint: 0x29244,
        name: "CJK UNIFIED IDEOGRAPH-29244",
    },
    Character {
        age: "3.1",
        codepoint: 0x29245,
        name: "CJK UNIFIED IDEOGRAPH-29245",
    },
    Character {
        age: "3.1",
        codepoint: 0x29246,
        name: "CJK UNIFIED IDEOGRAPH-29246",
    },
    Character {
        age: "3.1",
        codepoint: 0x29247,
        name: "CJK UNIFIED IDEOGRAPH-29247",
    },
    Character {
        age: "3.1",
        codepoint: 0x29248,
        name: "CJK UNIFIED IDEOGRAPH-29248",
    },
    Character {
        age: "3.1",
        codepoint: 0x29249,
        name: "CJK UNIFIED IDEOGRAPH-29249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2924A,
        name: "CJK UNIFIED IDEOGRAPH-2924A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2924B,
        name: "CJK UNIFIED IDEOGRAPH-2924B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2924C,
        name: "CJK UNIFIED IDEOGRAPH-2924C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2924D,
        name: "CJK UNIFIED IDEOGRAPH-2924D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2924E,
        name: "CJK UNIFIED IDEOGRAPH-2924E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2924F,
        name: "CJK UNIFIED IDEOGRAPH-2924F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29250,
        name: "CJK UNIFIED IDEOGRAPH-29250",
    },
    Character {
        age: "3.1",
        codepoint: 0x29251,
        name: "CJK UNIFIED IDEOGRAPH-29251",
    },
    Character {
        age: "3.1",
        codepoint: 0x29252,
        name: "CJK UNIFIED IDEOGRAPH-29252",
    },
    Character {
        age: "3.1",
        codepoint: 0x29253,
        name: "CJK UNIFIED IDEOGRAPH-29253",
    },
    Character {
        age: "3.1",
        codepoint: 0x29254,
        name: "CJK UNIFIED IDEOGRAPH-29254",
    },
    Character {
        age: "3.1",
        codepoint: 0x29255,
        name: "CJK UNIFIED IDEOGRAPH-29255",
    },
    Character {
        age: "3.1",
        codepoint: 0x29256,
        name: "CJK UNIFIED IDEOGRAPH-29256",
    },
    Character {
        age: "3.1",
        codepoint: 0x29257,
        name: "CJK UNIFIED IDEOGRAPH-29257",
    },
    Character {
        age: "3.1",
        codepoint: 0x29258,
        name: "CJK UNIFIED IDEOGRAPH-29258",
    },
    Character {
        age: "3.1",
        codepoint: 0x29259,
        name: "CJK UNIFIED IDEOGRAPH-29259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2925A,
        name: "CJK UNIFIED IDEOGRAPH-2925A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2925B,
        name: "CJK UNIFIED IDEOGRAPH-2925B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2925C,
        name: "CJK UNIFIED IDEOGRAPH-2925C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2925D,
        name: "CJK UNIFIED IDEOGRAPH-2925D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2925E,
        name: "CJK UNIFIED IDEOGRAPH-2925E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2925F,
        name: "CJK UNIFIED IDEOGRAPH-2925F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29260,
        name: "CJK UNIFIED IDEOGRAPH-29260",
    },
    Character {
        age: "3.1",
        codepoint: 0x29261,
        name: "CJK UNIFIED IDEOGRAPH-29261",
    },
    Character {
        age: "3.1",
        codepoint: 0x29262,
        name: "CJK UNIFIED IDEOGRAPH-29262",
    },
    Character {
        age: "3.1",
        codepoint: 0x29263,
        name: "CJK UNIFIED IDEOGRAPH-29263",
    },
    Character {
        age: "3.1",
        codepoint: 0x29264,
        name: "CJK UNIFIED IDEOGRAPH-29264",
    },
    Character {
        age: "3.1",
        codepoint: 0x29265,
        name: "CJK UNIFIED IDEOGRAPH-29265",
    },
    Character {
        age: "3.1",
        codepoint: 0x29266,
        name: "CJK UNIFIED IDEOGRAPH-29266",
    },
    Character {
        age: "3.1",
        codepoint: 0x29267,
        name: "CJK UNIFIED IDEOGRAPH-29267",
    },
    Character {
        age: "3.1",
        codepoint: 0x29268,
        name: "CJK UNIFIED IDEOGRAPH-29268",
    },
    Character {
        age: "3.1",
        codepoint: 0x29269,
        name: "CJK UNIFIED IDEOGRAPH-29269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2926A,
        name: "CJK UNIFIED IDEOGRAPH-2926A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2926B,
        name: "CJK UNIFIED IDEOGRAPH-2926B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2926C,
        name: "CJK UNIFIED IDEOGRAPH-2926C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2926D,
        name: "CJK UNIFIED IDEOGRAPH-2926D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2926E,
        name: "CJK UNIFIED IDEOGRAPH-2926E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2926F,
        name: "CJK UNIFIED IDEOGRAPH-2926F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29270,
        name: "CJK UNIFIED IDEOGRAPH-29270",
    },
    Character {
        age: "3.1",
        codepoint: 0x29271,
        name: "CJK UNIFIED IDEOGRAPH-29271",
    },
    Character {
        age: "3.1",
        codepoint: 0x29272,
        name: "CJK UNIFIED IDEOGRAPH-29272",
    },
    Character {
        age: "3.1",
        codepoint: 0x29273,
        name: "CJK UNIFIED IDEOGRAPH-29273",
    },
    Character {
        age: "3.1",
        codepoint: 0x29274,
        name: "CJK UNIFIED IDEOGRAPH-29274",
    },
    Character {
        age: "3.1",
        codepoint: 0x29275,
        name: "CJK UNIFIED IDEOGRAPH-29275",
    },
    Character {
        age: "3.1",
        codepoint: 0x29276,
        name: "CJK UNIFIED IDEOGRAPH-29276",
    },
    Character {
        age: "3.1",
        codepoint: 0x29277,
        name: "CJK UNIFIED IDEOGRAPH-29277",
    },
    Character {
        age: "3.1",
        codepoint: 0x29278,
        name: "CJK UNIFIED IDEOGRAPH-29278",
    },
    Character {
        age: "3.1",
        codepoint: 0x29279,
        name: "CJK UNIFIED IDEOGRAPH-29279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2927A,
        name: "CJK UNIFIED IDEOGRAPH-2927A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2927B,
        name: "CJK UNIFIED IDEOGRAPH-2927B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2927C,
        name: "CJK UNIFIED IDEOGRAPH-2927C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2927D,
        name: "CJK UNIFIED IDEOGRAPH-2927D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2927E,
        name: "CJK UNIFIED IDEOGRAPH-2927E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2927F,
        name: "CJK UNIFIED IDEOGRAPH-2927F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29280,
        name: "CJK UNIFIED IDEOGRAPH-29280",
    },
    Character {
        age: "3.1",
        codepoint: 0x29281,
        name: "CJK UNIFIED IDEOGRAPH-29281",
    },
    Character {
        age: "3.1",
        codepoint: 0x29282,
        name: "CJK UNIFIED IDEOGRAPH-29282",
    },
    Character {
        age: "3.1",
        codepoint: 0x29283,
        name: "CJK UNIFIED IDEOGRAPH-29283",
    },
    Character {
        age: "3.1",
        codepoint: 0x29284,
        name: "CJK UNIFIED IDEOGRAPH-29284",
    },
    Character {
        age: "3.1",
        codepoint: 0x29285,
        name: "CJK UNIFIED IDEOGRAPH-29285",
    },
    Character {
        age: "3.1",
        codepoint: 0x29286,
        name: "CJK UNIFIED IDEOGRAPH-29286",
    },
    Character {
        age: "3.1",
        codepoint: 0x29287,
        name: "CJK UNIFIED IDEOGRAPH-29287",
    },
    Character {
        age: "3.1",
        codepoint: 0x29288,
        name: "CJK UNIFIED IDEOGRAPH-29288",
    },
    Character {
        age: "3.1",
        codepoint: 0x29289,
        name: "CJK UNIFIED IDEOGRAPH-29289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2928A,
        name: "CJK UNIFIED IDEOGRAPH-2928A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2928B,
        name: "CJK UNIFIED IDEOGRAPH-2928B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2928C,
        name: "CJK UNIFIED IDEOGRAPH-2928C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2928D,
        name: "CJK UNIFIED IDEOGRAPH-2928D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2928E,
        name: "CJK UNIFIED IDEOGRAPH-2928E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2928F,
        name: "CJK UNIFIED IDEOGRAPH-2928F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29290,
        name: "CJK UNIFIED IDEOGRAPH-29290",
    },
    Character {
        age: "3.1",
        codepoint: 0x29291,
        name: "CJK UNIFIED IDEOGRAPH-29291",
    },
    Character {
        age: "3.1",
        codepoint: 0x29292,
        name: "CJK UNIFIED IDEOGRAPH-29292",
    },
    Character {
        age: "3.1",
        codepoint: 0x29293,
        name: "CJK UNIFIED IDEOGRAPH-29293",
    },
    Character {
        age: "3.1",
        codepoint: 0x29294,
        name: "CJK UNIFIED IDEOGRAPH-29294",
    },
    Character {
        age: "3.1",
        codepoint: 0x29295,
        name: "CJK UNIFIED IDEOGRAPH-29295",
    },
    Character {
        age: "3.1",
        codepoint: 0x29296,
        name: "CJK UNIFIED IDEOGRAPH-29296",
    },
    Character {
        age: "3.1",
        codepoint: 0x29297,
        name: "CJK UNIFIED IDEOGRAPH-29297",
    },
    Character {
        age: "3.1",
        codepoint: 0x29298,
        name: "CJK UNIFIED IDEOGRAPH-29298",
    },
    Character {
        age: "3.1",
        codepoint: 0x29299,
        name: "CJK UNIFIED IDEOGRAPH-29299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2929A,
        name: "CJK UNIFIED IDEOGRAPH-2929A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2929B,
        name: "CJK UNIFIED IDEOGRAPH-2929B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2929C,
        name: "CJK UNIFIED IDEOGRAPH-2929C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2929D,
        name: "CJK UNIFIED IDEOGRAPH-2929D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2929E,
        name: "CJK UNIFIED IDEOGRAPH-2929E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2929F,
        name: "CJK UNIFIED IDEOGRAPH-2929F",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A0,
        name: "CJK UNIFIED IDEOGRAPH-292A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A1,
        name: "CJK UNIFIED IDEOGRAPH-292A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A2,
        name: "CJK UNIFIED IDEOGRAPH-292A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A3,
        name: "CJK UNIFIED IDEOGRAPH-292A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A4,
        name: "CJK UNIFIED IDEOGRAPH-292A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A5,
        name: "CJK UNIFIED IDEOGRAPH-292A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A6,
        name: "CJK UNIFIED IDEOGRAPH-292A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A7,
        name: "CJK UNIFIED IDEOGRAPH-292A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A8,
        name: "CJK UNIFIED IDEOGRAPH-292A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x292A9,
        name: "CJK UNIFIED IDEOGRAPH-292A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x292AA,
        name: "CJK UNIFIED IDEOGRAPH-292AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x292AB,
        name: "CJK UNIFIED IDEOGRAPH-292AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x292AC,
        name: "CJK UNIFIED IDEOGRAPH-292AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x292AD,
        name: "CJK UNIFIED IDEOGRAPH-292AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x292AE,
        name: "CJK UNIFIED IDEOGRAPH-292AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x292AF,
        name: "CJK UNIFIED IDEOGRAPH-292AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B0,
        name: "CJK UNIFIED IDEOGRAPH-292B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B1,
        name: "CJK UNIFIED IDEOGRAPH-292B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B2,
        name: "CJK UNIFIED IDEOGRAPH-292B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B3,
        name: "CJK UNIFIED IDEOGRAPH-292B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B4,
        name: "CJK UNIFIED IDEOGRAPH-292B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B5,
        name: "CJK UNIFIED IDEOGRAPH-292B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B6,
        name: "CJK UNIFIED IDEOGRAPH-292B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B7,
        name: "CJK UNIFIED IDEOGRAPH-292B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B8,
        name: "CJK UNIFIED IDEOGRAPH-292B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x292B9,
        name: "CJK UNIFIED IDEOGRAPH-292B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x292BA,
        name: "CJK UNIFIED IDEOGRAPH-292BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x292BB,
        name: "CJK UNIFIED IDEOGRAPH-292BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x292BC,
        name: "CJK UNIFIED IDEOGRAPH-292BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x292BD,
        name: "CJK UNIFIED IDEOGRAPH-292BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x292BE,
        name: "CJK UNIFIED IDEOGRAPH-292BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x292BF,
        name: "CJK UNIFIED IDEOGRAPH-292BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C0,
        name: "CJK UNIFIED IDEOGRAPH-292C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C1,
        name: "CJK UNIFIED IDEOGRAPH-292C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C2,
        name: "CJK UNIFIED IDEOGRAPH-292C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C3,
        name: "CJK UNIFIED IDEOGRAPH-292C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C4,
        name: "CJK UNIFIED IDEOGRAPH-292C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C5,
        name: "CJK UNIFIED IDEOGRAPH-292C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C6,
        name: "CJK UNIFIED IDEOGRAPH-292C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C7,
        name: "CJK UNIFIED IDEOGRAPH-292C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C8,
        name: "CJK UNIFIED IDEOGRAPH-292C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x292C9,
        name: "CJK UNIFIED IDEOGRAPH-292C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x292CA,
        name: "CJK UNIFIED IDEOGRAPH-292CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x292CB,
        name: "CJK UNIFIED IDEOGRAPH-292CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x292CC,
        name: "CJK UNIFIED IDEOGRAPH-292CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x292CD,
        name: "CJK UNIFIED IDEOGRAPH-292CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x292CE,
        name: "CJK UNIFIED IDEOGRAPH-292CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x292CF,
        name: "CJK UNIFIED IDEOGRAPH-292CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D0,
        name: "CJK UNIFIED IDEOGRAPH-292D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D1,
        name: "CJK UNIFIED IDEOGRAPH-292D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D2,
        name: "CJK UNIFIED IDEOGRAPH-292D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D3,
        name: "CJK UNIFIED IDEOGRAPH-292D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D4,
        name: "CJK UNIFIED IDEOGRAPH-292D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D5,
        name: "CJK UNIFIED IDEOGRAPH-292D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D6,
        name: "CJK UNIFIED IDEOGRAPH-292D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D7,
        name: "CJK UNIFIED IDEOGRAPH-292D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D8,
        name: "CJK UNIFIED IDEOGRAPH-292D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x292D9,
        name: "CJK UNIFIED IDEOGRAPH-292D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x292DA,
        name: "CJK UNIFIED IDEOGRAPH-292DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x292DB,
        name: "CJK UNIFIED IDEOGRAPH-292DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x292DC,
        name: "CJK UNIFIED IDEOGRAPH-292DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x292DD,
        name: "CJK UNIFIED IDEOGRAPH-292DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x292DE,
        name: "CJK UNIFIED IDEOGRAPH-292DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x292DF,
        name: "CJK UNIFIED IDEOGRAPH-292DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E0,
        name: "CJK UNIFIED IDEOGRAPH-292E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E1,
        name: "CJK UNIFIED IDEOGRAPH-292E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E2,
        name: "CJK UNIFIED IDEOGRAPH-292E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E3,
        name: "CJK UNIFIED IDEOGRAPH-292E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E4,
        name: "CJK UNIFIED IDEOGRAPH-292E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E5,
        name: "CJK UNIFIED IDEOGRAPH-292E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E6,
        name: "CJK UNIFIED IDEOGRAPH-292E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E7,
        name: "CJK UNIFIED IDEOGRAPH-292E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E8,
        name: "CJK UNIFIED IDEOGRAPH-292E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x292E9,
        name: "CJK UNIFIED IDEOGRAPH-292E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x292EA,
        name: "CJK UNIFIED IDEOGRAPH-292EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x292EB,
        name: "CJK UNIFIED IDEOGRAPH-292EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x292EC,
        name: "CJK UNIFIED IDEOGRAPH-292EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x292ED,
        name: "CJK UNIFIED IDEOGRAPH-292ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x292EE,
        name: "CJK UNIFIED IDEOGRAPH-292EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x292EF,
        name: "CJK UNIFIED IDEOGRAPH-292EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F0,
        name: "CJK UNIFIED IDEOGRAPH-292F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F1,
        name: "CJK UNIFIED IDEOGRAPH-292F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F2,
        name: "CJK UNIFIED IDEOGRAPH-292F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F3,
        name: "CJK UNIFIED IDEOGRAPH-292F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F4,
        name: "CJK UNIFIED IDEOGRAPH-292F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F5,
        name: "CJK UNIFIED IDEOGRAPH-292F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F6,
        name: "CJK UNIFIED IDEOGRAPH-292F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F7,
        name: "CJK UNIFIED IDEOGRAPH-292F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F8,
        name: "CJK UNIFIED IDEOGRAPH-292F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x292F9,
        name: "CJK UNIFIED IDEOGRAPH-292F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x292FA,
        name: "CJK UNIFIED IDEOGRAPH-292FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x292FB,
        name: "CJK UNIFIED IDEOGRAPH-292FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x292FC,
        name: "CJK UNIFIED IDEOGRAPH-292FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x292FD,
        name: "CJK UNIFIED IDEOGRAPH-292FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x292FE,
        name: "CJK UNIFIED IDEOGRAPH-292FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x292FF,
        name: "CJK UNIFIED IDEOGRAPH-292FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29300,
        name: "CJK UNIFIED IDEOGRAPH-29300",
    },
    Character {
        age: "3.1",
        codepoint: 0x29301,
        name: "CJK UNIFIED IDEOGRAPH-29301",
    },
    Character {
        age: "3.1",
        codepoint: 0x29302,
        name: "CJK UNIFIED IDEOGRAPH-29302",
    },
    Character {
        age: "3.1",
        codepoint: 0x29303,
        name: "CJK UNIFIED IDEOGRAPH-29303",
    },
    Character {
        age: "3.1",
        codepoint: 0x29304,
        name: "CJK UNIFIED IDEOGRAPH-29304",
    },
    Character {
        age: "3.1",
        codepoint: 0x29305,
        name: "CJK UNIFIED IDEOGRAPH-29305",
    },
    Character {
        age: "3.1",
        codepoint: 0x29306,
        name: "CJK UNIFIED IDEOGRAPH-29306",
    },
    Character {
        age: "3.1",
        codepoint: 0x29307,
        name: "CJK UNIFIED IDEOGRAPH-29307",
    },
    Character {
        age: "3.1",
        codepoint: 0x29308,
        name: "CJK UNIFIED IDEOGRAPH-29308",
    },
    Character {
        age: "3.1",
        codepoint: 0x29309,
        name: "CJK UNIFIED IDEOGRAPH-29309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2930A,
        name: "CJK UNIFIED IDEOGRAPH-2930A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2930B,
        name: "CJK UNIFIED IDEOGRAPH-2930B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2930C,
        name: "CJK UNIFIED IDEOGRAPH-2930C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2930D,
        name: "CJK UNIFIED IDEOGRAPH-2930D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2930E,
        name: "CJK UNIFIED IDEOGRAPH-2930E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2930F,
        name: "CJK UNIFIED IDEOGRAPH-2930F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29310,
        name: "CJK UNIFIED IDEOGRAPH-29310",
    },
    Character {
        age: "3.1",
        codepoint: 0x29311,
        name: "CJK UNIFIED IDEOGRAPH-29311",
    },
    Character {
        age: "3.1",
        codepoint: 0x29312,
        name: "CJK UNIFIED IDEOGRAPH-29312",
    },
    Character {
        age: "3.1",
        codepoint: 0x29313,
        name: "CJK UNIFIED IDEOGRAPH-29313",
    },
    Character {
        age: "3.1",
        codepoint: 0x29314,
        name: "CJK UNIFIED IDEOGRAPH-29314",
    },
    Character {
        age: "3.1",
        codepoint: 0x29315,
        name: "CJK UNIFIED IDEOGRAPH-29315",
    },
    Character {
        age: "3.1",
        codepoint: 0x29316,
        name: "CJK UNIFIED IDEOGRAPH-29316",
    },
    Character {
        age: "3.1",
        codepoint: 0x29317,
        name: "CJK UNIFIED IDEOGRAPH-29317",
    },
    Character {
        age: "3.1",
        codepoint: 0x29318,
        name: "CJK UNIFIED IDEOGRAPH-29318",
    },
    Character {
        age: "3.1",
        codepoint: 0x29319,
        name: "CJK UNIFIED IDEOGRAPH-29319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2931A,
        name: "CJK UNIFIED IDEOGRAPH-2931A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2931B,
        name: "CJK UNIFIED IDEOGRAPH-2931B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2931C,
        name: "CJK UNIFIED IDEOGRAPH-2931C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2931D,
        name: "CJK UNIFIED IDEOGRAPH-2931D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2931E,
        name: "CJK UNIFIED IDEOGRAPH-2931E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2931F,
        name: "CJK UNIFIED IDEOGRAPH-2931F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29320,
        name: "CJK UNIFIED IDEOGRAPH-29320",
    },
    Character {
        age: "3.1",
        codepoint: 0x29321,
        name: "CJK UNIFIED IDEOGRAPH-29321",
    },
    Character {
        age: "3.1",
        codepoint: 0x29322,
        name: "CJK UNIFIED IDEOGRAPH-29322",
    },
    Character {
        age: "3.1",
        codepoint: 0x29323,
        name: "CJK UNIFIED IDEOGRAPH-29323",
    },
    Character {
        age: "3.1",
        codepoint: 0x29324,
        name: "CJK UNIFIED IDEOGRAPH-29324",
    },
    Character {
        age: "3.1",
        codepoint: 0x29325,
        name: "CJK UNIFIED IDEOGRAPH-29325",
    },
    Character {
        age: "3.1",
        codepoint: 0x29326,
        name: "CJK UNIFIED IDEOGRAPH-29326",
    },
    Character {
        age: "3.1",
        codepoint: 0x29327,
        name: "CJK UNIFIED IDEOGRAPH-29327",
    },
    Character {
        age: "3.1",
        codepoint: 0x29328,
        name: "CJK UNIFIED IDEOGRAPH-29328",
    },
    Character {
        age: "3.1",
        codepoint: 0x29329,
        name: "CJK UNIFIED IDEOGRAPH-29329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2932A,
        name: "CJK UNIFIED IDEOGRAPH-2932A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2932B,
        name: "CJK UNIFIED IDEOGRAPH-2932B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2932C,
        name: "CJK UNIFIED IDEOGRAPH-2932C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2932D,
        name: "CJK UNIFIED IDEOGRAPH-2932D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2932E,
        name: "CJK UNIFIED IDEOGRAPH-2932E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2932F,
        name: "CJK UNIFIED IDEOGRAPH-2932F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29330,
        name: "CJK UNIFIED IDEOGRAPH-29330",
    },
    Character {
        age: "3.1",
        codepoint: 0x29331,
        name: "CJK UNIFIED IDEOGRAPH-29331",
    },
    Character {
        age: "3.1",
        codepoint: 0x29332,
        name: "CJK UNIFIED IDEOGRAPH-29332",
    },
    Character {
        age: "3.1",
        codepoint: 0x29333,
        name: "CJK UNIFIED IDEOGRAPH-29333",
    },
    Character {
        age: "3.1",
        codepoint: 0x29334,
        name: "CJK UNIFIED IDEOGRAPH-29334",
    },
    Character {
        age: "3.1",
        codepoint: 0x29335,
        name: "CJK UNIFIED IDEOGRAPH-29335",
    },
    Character {
        age: "3.1",
        codepoint: 0x29336,
        name: "CJK UNIFIED IDEOGRAPH-29336",
    },
    Character {
        age: "3.1",
        codepoint: 0x29337,
        name: "CJK UNIFIED IDEOGRAPH-29337",
    },
    Character {
        age: "3.1",
        codepoint: 0x29338,
        name: "CJK UNIFIED IDEOGRAPH-29338",
    },
    Character {
        age: "3.1",
        codepoint: 0x29339,
        name: "CJK UNIFIED IDEOGRAPH-29339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2933A,
        name: "CJK UNIFIED IDEOGRAPH-2933A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2933B,
        name: "CJK UNIFIED IDEOGRAPH-2933B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2933C,
        name: "CJK UNIFIED IDEOGRAPH-2933C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2933D,
        name: "CJK UNIFIED IDEOGRAPH-2933D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2933E,
        name: "CJK UNIFIED IDEOGRAPH-2933E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2933F,
        name: "CJK UNIFIED IDEOGRAPH-2933F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29340,
        name: "CJK UNIFIED IDEOGRAPH-29340",
    },
    Character {
        age: "3.1",
        codepoint: 0x29341,
        name: "CJK UNIFIED IDEOGRAPH-29341",
    },
    Character {
        age: "3.1",
        codepoint: 0x29342,
        name: "CJK UNIFIED IDEOGRAPH-29342",
    },
    Character {
        age: "3.1",
        codepoint: 0x29343,
        name: "CJK UNIFIED IDEOGRAPH-29343",
    },
    Character {
        age: "3.1",
        codepoint: 0x29344,
        name: "CJK UNIFIED IDEOGRAPH-29344",
    },
    Character {
        age: "3.1",
        codepoint: 0x29345,
        name: "CJK UNIFIED IDEOGRAPH-29345",
    },
    Character {
        age: "3.1",
        codepoint: 0x29346,
        name: "CJK UNIFIED IDEOGRAPH-29346",
    },
    Character {
        age: "3.1",
        codepoint: 0x29347,
        name: "CJK UNIFIED IDEOGRAPH-29347",
    },
    Character {
        age: "3.1",
        codepoint: 0x29348,
        name: "CJK UNIFIED IDEOGRAPH-29348",
    },
    Character {
        age: "3.1",
        codepoint: 0x29349,
        name: "CJK UNIFIED IDEOGRAPH-29349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2934A,
        name: "CJK UNIFIED IDEOGRAPH-2934A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2934B,
        name: "CJK UNIFIED IDEOGRAPH-2934B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2934C,
        name: "CJK UNIFIED IDEOGRAPH-2934C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2934D,
        name: "CJK UNIFIED IDEOGRAPH-2934D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2934E,
        name: "CJK UNIFIED IDEOGRAPH-2934E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2934F,
        name: "CJK UNIFIED IDEOGRAPH-2934F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29350,
        name: "CJK UNIFIED IDEOGRAPH-29350",
    },
    Character {
        age: "3.1",
        codepoint: 0x29351,
        name: "CJK UNIFIED IDEOGRAPH-29351",
    },
    Character {
        age: "3.1",
        codepoint: 0x29352,
        name: "CJK UNIFIED IDEOGRAPH-29352",
    },
    Character {
        age: "3.1",
        codepoint: 0x29353,
        name: "CJK UNIFIED IDEOGRAPH-29353",
    },
    Character {
        age: "3.1",
        codepoint: 0x29354,
        name: "CJK UNIFIED IDEOGRAPH-29354",
    },
    Character {
        age: "3.1",
        codepoint: 0x29355,
        name: "CJK UNIFIED IDEOGRAPH-29355",
    },
    Character {
        age: "3.1",
        codepoint: 0x29356,
        name: "CJK UNIFIED IDEOGRAPH-29356",
    },
    Character {
        age: "3.1",
        codepoint: 0x29357,
        name: "CJK UNIFIED IDEOGRAPH-29357",
    },
    Character {
        age: "3.1",
        codepoint: 0x29358,
        name: "CJK UNIFIED IDEOGRAPH-29358",
    },
    Character {
        age: "3.1",
        codepoint: 0x29359,
        name: "CJK UNIFIED IDEOGRAPH-29359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2935A,
        name: "CJK UNIFIED IDEOGRAPH-2935A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2935B,
        name: "CJK UNIFIED IDEOGRAPH-2935B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2935C,
        name: "CJK UNIFIED IDEOGRAPH-2935C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2935D,
        name: "CJK UNIFIED IDEOGRAPH-2935D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2935E,
        name: "CJK UNIFIED IDEOGRAPH-2935E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2935F,
        name: "CJK UNIFIED IDEOGRAPH-2935F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29360,
        name: "CJK UNIFIED IDEOGRAPH-29360",
    },
    Character {
        age: "3.1",
        codepoint: 0x29361,
        name: "CJK UNIFIED IDEOGRAPH-29361",
    },
    Character {
        age: "3.1",
        codepoint: 0x29362,
        name: "CJK UNIFIED IDEOGRAPH-29362",
    },
    Character {
        age: "3.1",
        codepoint: 0x29363,
        name: "CJK UNIFIED IDEOGRAPH-29363",
    },
    Character {
        age: "3.1",
        codepoint: 0x29364,
        name: "CJK UNIFIED IDEOGRAPH-29364",
    },
    Character {
        age: "3.1",
        codepoint: 0x29365,
        name: "CJK UNIFIED IDEOGRAPH-29365",
    },
    Character {
        age: "3.1",
        codepoint: 0x29366,
        name: "CJK UNIFIED IDEOGRAPH-29366",
    },
    Character {
        age: "3.1",
        codepoint: 0x29367,
        name: "CJK UNIFIED IDEOGRAPH-29367",
    },
    Character {
        age: "3.1",
        codepoint: 0x29368,
        name: "CJK UNIFIED IDEOGRAPH-29368",
    },
    Character {
        age: "3.1",
        codepoint: 0x29369,
        name: "CJK UNIFIED IDEOGRAPH-29369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2936A,
        name: "CJK UNIFIED IDEOGRAPH-2936A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2936B,
        name: "CJK UNIFIED IDEOGRAPH-2936B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2936C,
        name: "CJK UNIFIED IDEOGRAPH-2936C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2936D,
        name: "CJK UNIFIED IDEOGRAPH-2936D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2936E,
        name: "CJK UNIFIED IDEOGRAPH-2936E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2936F,
        name: "CJK UNIFIED IDEOGRAPH-2936F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29370,
        name: "CJK UNIFIED IDEOGRAPH-29370",
    },
    Character {
        age: "3.1",
        codepoint: 0x29371,
        name: "CJK UNIFIED IDEOGRAPH-29371",
    },
    Character {
        age: "3.1",
        codepoint: 0x29372,
        name: "CJK UNIFIED IDEOGRAPH-29372",
    },
    Character {
        age: "3.1",
        codepoint: 0x29373,
        name: "CJK UNIFIED IDEOGRAPH-29373",
    },
    Character {
        age: "3.1",
        codepoint: 0x29374,
        name: "CJK UNIFIED IDEOGRAPH-29374",
    },
    Character {
        age: "3.1",
        codepoint: 0x29375,
        name: "CJK UNIFIED IDEOGRAPH-29375",
    },
    Character {
        age: "3.1",
        codepoint: 0x29376,
        name: "CJK UNIFIED IDEOGRAPH-29376",
    },
    Character {
        age: "3.1",
        codepoint: 0x29377,
        name: "CJK UNIFIED IDEOGRAPH-29377",
    },
    Character {
        age: "3.1",
        codepoint: 0x29378,
        name: "CJK UNIFIED IDEOGRAPH-29378",
    },
    Character {
        age: "3.1",
        codepoint: 0x29379,
        name: "CJK UNIFIED IDEOGRAPH-29379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2937A,
        name: "CJK UNIFIED IDEOGRAPH-2937A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2937B,
        name: "CJK UNIFIED IDEOGRAPH-2937B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2937C,
        name: "CJK UNIFIED IDEOGRAPH-2937C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2937D,
        name: "CJK UNIFIED IDEOGRAPH-2937D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2937E,
        name: "CJK UNIFIED IDEOGRAPH-2937E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2937F,
        name: "CJK UNIFIED IDEOGRAPH-2937F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29380,
        name: "CJK UNIFIED IDEOGRAPH-29380",
    },
    Character {
        age: "3.1",
        codepoint: 0x29381,
        name: "CJK UNIFIED IDEOGRAPH-29381",
    },
    Character {
        age: "3.1",
        codepoint: 0x29382,
        name: "CJK UNIFIED IDEOGRAPH-29382",
    },
    Character {
        age: "3.1",
        codepoint: 0x29383,
        name: "CJK UNIFIED IDEOGRAPH-29383",
    },
    Character {
        age: "3.1",
        codepoint: 0x29384,
        name: "CJK UNIFIED IDEOGRAPH-29384",
    },
    Character {
        age: "3.1",
        codepoint: 0x29385,
        name: "CJK UNIFIED IDEOGRAPH-29385",
    },
    Character {
        age: "3.1",
        codepoint: 0x29386,
        name: "CJK UNIFIED IDEOGRAPH-29386",
    },
    Character {
        age: "3.1",
        codepoint: 0x29387,
        name: "CJK UNIFIED IDEOGRAPH-29387",
    },
    Character {
        age: "3.1",
        codepoint: 0x29388,
        name: "CJK UNIFIED IDEOGRAPH-29388",
    },
    Character {
        age: "3.1",
        codepoint: 0x29389,
        name: "CJK UNIFIED IDEOGRAPH-29389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2938A,
        name: "CJK UNIFIED IDEOGRAPH-2938A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2938B,
        name: "CJK UNIFIED IDEOGRAPH-2938B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2938C,
        name: "CJK UNIFIED IDEOGRAPH-2938C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2938D,
        name: "CJK UNIFIED IDEOGRAPH-2938D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2938E,
        name: "CJK UNIFIED IDEOGRAPH-2938E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2938F,
        name: "CJK UNIFIED IDEOGRAPH-2938F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29390,
        name: "CJK UNIFIED IDEOGRAPH-29390",
    },
    Character {
        age: "3.1",
        codepoint: 0x29391,
        name: "CJK UNIFIED IDEOGRAPH-29391",
    },
    Character {
        age: "3.1",
        codepoint: 0x29392,
        name: "CJK UNIFIED IDEOGRAPH-29392",
    },
    Character {
        age: "3.1",
        codepoint: 0x29393,
        name: "CJK UNIFIED IDEOGRAPH-29393",
    },
    Character {
        age: "3.1",
        codepoint: 0x29394,
        name: "CJK UNIFIED IDEOGRAPH-29394",
    },
    Character {
        age: "3.1",
        codepoint: 0x29395,
        name: "CJK UNIFIED IDEOGRAPH-29395",
    },
    Character {
        age: "3.1",
        codepoint: 0x29396,
        name: "CJK UNIFIED IDEOGRAPH-29396",
    },
    Character {
        age: "3.1",
        codepoint: 0x29397,
        name: "CJK UNIFIED IDEOGRAPH-29397",
    },
    Character {
        age: "3.1",
        codepoint: 0x29398,
        name: "CJK UNIFIED IDEOGRAPH-29398",
    },
    Character {
        age: "3.1",
        codepoint: 0x29399,
        name: "CJK UNIFIED IDEOGRAPH-29399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2939A,
        name: "CJK UNIFIED IDEOGRAPH-2939A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2939B,
        name: "CJK UNIFIED IDEOGRAPH-2939B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2939C,
        name: "CJK UNIFIED IDEOGRAPH-2939C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2939D,
        name: "CJK UNIFIED IDEOGRAPH-2939D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2939E,
        name: "CJK UNIFIED IDEOGRAPH-2939E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2939F,
        name: "CJK UNIFIED IDEOGRAPH-2939F",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A0,
        name: "CJK UNIFIED IDEOGRAPH-293A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A1,
        name: "CJK UNIFIED IDEOGRAPH-293A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A2,
        name: "CJK UNIFIED IDEOGRAPH-293A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A3,
        name: "CJK UNIFIED IDEOGRAPH-293A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A4,
        name: "CJK UNIFIED IDEOGRAPH-293A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A5,
        name: "CJK UNIFIED IDEOGRAPH-293A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A6,
        name: "CJK UNIFIED IDEOGRAPH-293A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A7,
        name: "CJK UNIFIED IDEOGRAPH-293A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A8,
        name: "CJK UNIFIED IDEOGRAPH-293A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x293A9,
        name: "CJK UNIFIED IDEOGRAPH-293A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x293AA,
        name: "CJK UNIFIED IDEOGRAPH-293AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x293AB,
        name: "CJK UNIFIED IDEOGRAPH-293AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x293AC,
        name: "CJK UNIFIED IDEOGRAPH-293AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x293AD,
        name: "CJK UNIFIED IDEOGRAPH-293AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x293AE,
        name: "CJK UNIFIED IDEOGRAPH-293AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x293AF,
        name: "CJK UNIFIED IDEOGRAPH-293AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B0,
        name: "CJK UNIFIED IDEOGRAPH-293B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B1,
        name: "CJK UNIFIED IDEOGRAPH-293B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B2,
        name: "CJK UNIFIED IDEOGRAPH-293B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B3,
        name: "CJK UNIFIED IDEOGRAPH-293B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B4,
        name: "CJK UNIFIED IDEOGRAPH-293B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B5,
        name: "CJK UNIFIED IDEOGRAPH-293B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B6,
        name: "CJK UNIFIED IDEOGRAPH-293B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B7,
        name: "CJK UNIFIED IDEOGRAPH-293B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B8,
        name: "CJK UNIFIED IDEOGRAPH-293B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x293B9,
        name: "CJK UNIFIED IDEOGRAPH-293B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x293BA,
        name: "CJK UNIFIED IDEOGRAPH-293BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x293BB,
        name: "CJK UNIFIED IDEOGRAPH-293BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x293BC,
        name: "CJK UNIFIED IDEOGRAPH-293BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x293BD,
        name: "CJK UNIFIED IDEOGRAPH-293BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x293BE,
        name: "CJK UNIFIED IDEOGRAPH-293BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x293BF,
        name: "CJK UNIFIED IDEOGRAPH-293BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C0,
        name: "CJK UNIFIED IDEOGRAPH-293C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C1,
        name: "CJK UNIFIED IDEOGRAPH-293C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C2,
        name: "CJK UNIFIED IDEOGRAPH-293C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C3,
        name: "CJK UNIFIED IDEOGRAPH-293C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C4,
        name: "CJK UNIFIED IDEOGRAPH-293C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C5,
        name: "CJK UNIFIED IDEOGRAPH-293C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C6,
        name: "CJK UNIFIED IDEOGRAPH-293C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C7,
        name: "CJK UNIFIED IDEOGRAPH-293C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C8,
        name: "CJK UNIFIED IDEOGRAPH-293C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x293C9,
        name: "CJK UNIFIED IDEOGRAPH-293C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x293CA,
        name: "CJK UNIFIED IDEOGRAPH-293CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x293CB,
        name: "CJK UNIFIED IDEOGRAPH-293CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x293CC,
        name: "CJK UNIFIED IDEOGRAPH-293CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x293CD,
        name: "CJK UNIFIED IDEOGRAPH-293CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x293CE,
        name: "CJK UNIFIED IDEOGRAPH-293CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x293CF,
        name: "CJK UNIFIED IDEOGRAPH-293CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D0,
        name: "CJK UNIFIED IDEOGRAPH-293D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D1,
        name: "CJK UNIFIED IDEOGRAPH-293D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D2,
        name: "CJK UNIFIED IDEOGRAPH-293D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D3,
        name: "CJK UNIFIED IDEOGRAPH-293D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D4,
        name: "CJK UNIFIED IDEOGRAPH-293D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D5,
        name: "CJK UNIFIED IDEOGRAPH-293D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D6,
        name: "CJK UNIFIED IDEOGRAPH-293D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D7,
        name: "CJK UNIFIED IDEOGRAPH-293D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D8,
        name: "CJK UNIFIED IDEOGRAPH-293D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x293D9,
        name: "CJK UNIFIED IDEOGRAPH-293D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x293DA,
        name: "CJK UNIFIED IDEOGRAPH-293DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x293DB,
        name: "CJK UNIFIED IDEOGRAPH-293DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x293DC,
        name: "CJK UNIFIED IDEOGRAPH-293DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x293DD,
        name: "CJK UNIFIED IDEOGRAPH-293DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x293DE,
        name: "CJK UNIFIED IDEOGRAPH-293DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x293DF,
        name: "CJK UNIFIED IDEOGRAPH-293DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E0,
        name: "CJK UNIFIED IDEOGRAPH-293E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E1,
        name: "CJK UNIFIED IDEOGRAPH-293E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E2,
        name: "CJK UNIFIED IDEOGRAPH-293E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E3,
        name: "CJK UNIFIED IDEOGRAPH-293E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E4,
        name: "CJK UNIFIED IDEOGRAPH-293E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E5,
        name: "CJK UNIFIED IDEOGRAPH-293E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E6,
        name: "CJK UNIFIED IDEOGRAPH-293E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E7,
        name: "CJK UNIFIED IDEOGRAPH-293E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E8,
        name: "CJK UNIFIED IDEOGRAPH-293E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x293E9,
        name: "CJK UNIFIED IDEOGRAPH-293E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x293EA,
        name: "CJK UNIFIED IDEOGRAPH-293EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x293EB,
        name: "CJK UNIFIED IDEOGRAPH-293EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x293EC,
        name: "CJK UNIFIED IDEOGRAPH-293EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x293ED,
        name: "CJK UNIFIED IDEOGRAPH-293ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x293EE,
        name: "CJK UNIFIED IDEOGRAPH-293EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x293EF,
        name: "CJK UNIFIED IDEOGRAPH-293EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F0,
        name: "CJK UNIFIED IDEOGRAPH-293F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F1,
        name: "CJK UNIFIED IDEOGRAPH-293F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F2,
        name: "CJK UNIFIED IDEOGRAPH-293F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F3,
        name: "CJK UNIFIED IDEOGRAPH-293F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F4,
        name: "CJK UNIFIED IDEOGRAPH-293F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F5,
        name: "CJK UNIFIED IDEOGRAPH-293F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F6,
        name: "CJK UNIFIED IDEOGRAPH-293F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F7,
        name: "CJK UNIFIED IDEOGRAPH-293F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F8,
        name: "CJK UNIFIED IDEOGRAPH-293F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x293F9,
        name: "CJK UNIFIED IDEOGRAPH-293F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x293FA,
        name: "CJK UNIFIED IDEOGRAPH-293FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x293FB,
        name: "CJK UNIFIED IDEOGRAPH-293FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x293FC,
        name: "CJK UNIFIED IDEOGRAPH-293FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x293FD,
        name: "CJK UNIFIED IDEOGRAPH-293FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x293FE,
        name: "CJK UNIFIED IDEOGRAPH-293FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x293FF,
        name: "CJK UNIFIED IDEOGRAPH-293FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29400,
        name: "CJK UNIFIED IDEOGRAPH-29400",
    },
    Character {
        age: "3.1",
        codepoint: 0x29401,
        name: "CJK UNIFIED IDEOGRAPH-29401",
    },
    Character {
        age: "3.1",
        codepoint: 0x29402,
        name: "CJK UNIFIED IDEOGRAPH-29402",
    },
    Character {
        age: "3.1",
        codepoint: 0x29403,
        name: "CJK UNIFIED IDEOGRAPH-29403",
    },
    Character {
        age: "3.1",
        codepoint: 0x29404,
        name: "CJK UNIFIED IDEOGRAPH-29404",
    },
    Character {
        age: "3.1",
        codepoint: 0x29405,
        name: "CJK UNIFIED IDEOGRAPH-29405",
    },
    Character {
        age: "3.1",
        codepoint: 0x29406,
        name: "CJK UNIFIED IDEOGRAPH-29406",
    },
    Character {
        age: "3.1",
        codepoint: 0x29407,
        name: "CJK UNIFIED IDEOGRAPH-29407",
    },
    Character {
        age: "3.1",
        codepoint: 0x29408,
        name: "CJK UNIFIED IDEOGRAPH-29408",
    },
    Character {
        age: "3.1",
        codepoint: 0x29409,
        name: "CJK UNIFIED IDEOGRAPH-29409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2940A,
        name: "CJK UNIFIED IDEOGRAPH-2940A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2940B,
        name: "CJK UNIFIED IDEOGRAPH-2940B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2940C,
        name: "CJK UNIFIED IDEOGRAPH-2940C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2940D,
        name: "CJK UNIFIED IDEOGRAPH-2940D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2940E,
        name: "CJK UNIFIED IDEOGRAPH-2940E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2940F,
        name: "CJK UNIFIED IDEOGRAPH-2940F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29410,
        name: "CJK UNIFIED IDEOGRAPH-29410",
    },
    Character {
        age: "3.1",
        codepoint: 0x29411,
        name: "CJK UNIFIED IDEOGRAPH-29411",
    },
    Character {
        age: "3.1",
        codepoint: 0x29412,
        name: "CJK UNIFIED IDEOGRAPH-29412",
    },
    Character {
        age: "3.1",
        codepoint: 0x29413,
        name: "CJK UNIFIED IDEOGRAPH-29413",
    },
    Character {
        age: "3.1",
        codepoint: 0x29414,
        name: "CJK UNIFIED IDEOGRAPH-29414",
    },
    Character {
        age: "3.1",
        codepoint: 0x29415,
        name: "CJK UNIFIED IDEOGRAPH-29415",
    },
    Character {
        age: "3.1",
        codepoint: 0x29416,
        name: "CJK UNIFIED IDEOGRAPH-29416",
    },
    Character {
        age: "3.1",
        codepoint: 0x29417,
        name: "CJK UNIFIED IDEOGRAPH-29417",
    },
    Character {
        age: "3.1",
        codepoint: 0x29418,
        name: "CJK UNIFIED IDEOGRAPH-29418",
    },
    Character {
        age: "3.1",
        codepoint: 0x29419,
        name: "CJK UNIFIED IDEOGRAPH-29419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2941A,
        name: "CJK UNIFIED IDEOGRAPH-2941A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2941B,
        name: "CJK UNIFIED IDEOGRAPH-2941B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2941C,
        name: "CJK UNIFIED IDEOGRAPH-2941C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2941D,
        name: "CJK UNIFIED IDEOGRAPH-2941D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2941E,
        name: "CJK UNIFIED IDEOGRAPH-2941E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2941F,
        name: "CJK UNIFIED IDEOGRAPH-2941F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29420,
        name: "CJK UNIFIED IDEOGRAPH-29420",
    },
    Character {
        age: "3.1",
        codepoint: 0x29421,
        name: "CJK UNIFIED IDEOGRAPH-29421",
    },
    Character {
        age: "3.1",
        codepoint: 0x29422,
        name: "CJK UNIFIED IDEOGRAPH-29422",
    },
    Character {
        age: "3.1",
        codepoint: 0x29423,
        name: "CJK UNIFIED IDEOGRAPH-29423",
    },
    Character {
        age: "3.1",
        codepoint: 0x29424,
        name: "CJK UNIFIED IDEOGRAPH-29424",
    },
    Character {
        age: "3.1",
        codepoint: 0x29425,
        name: "CJK UNIFIED IDEOGRAPH-29425",
    },
    Character {
        age: "3.1",
        codepoint: 0x29426,
        name: "CJK UNIFIED IDEOGRAPH-29426",
    },
    Character {
        age: "3.1",
        codepoint: 0x29427,
        name: "CJK UNIFIED IDEOGRAPH-29427",
    },
    Character {
        age: "3.1",
        codepoint: 0x29428,
        name: "CJK UNIFIED IDEOGRAPH-29428",
    },
    Character {
        age: "3.1",
        codepoint: 0x29429,
        name: "CJK UNIFIED IDEOGRAPH-29429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2942A,
        name: "CJK UNIFIED IDEOGRAPH-2942A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2942B,
        name: "CJK UNIFIED IDEOGRAPH-2942B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2942C,
        name: "CJK UNIFIED IDEOGRAPH-2942C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2942D,
        name: "CJK UNIFIED IDEOGRAPH-2942D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2942E,
        name: "CJK UNIFIED IDEOGRAPH-2942E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2942F,
        name: "CJK UNIFIED IDEOGRAPH-2942F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29430,
        name: "CJK UNIFIED IDEOGRAPH-29430",
    },
    Character {
        age: "3.1",
        codepoint: 0x29431,
        name: "CJK UNIFIED IDEOGRAPH-29431",
    },
    Character {
        age: "3.1",
        codepoint: 0x29432,
        name: "CJK UNIFIED IDEOGRAPH-29432",
    },
    Character {
        age: "3.1",
        codepoint: 0x29433,
        name: "CJK UNIFIED IDEOGRAPH-29433",
    },
    Character {
        age: "3.1",
        codepoint: 0x29434,
        name: "CJK UNIFIED IDEOGRAPH-29434",
    },
    Character {
        age: "3.1",
        codepoint: 0x29435,
        name: "CJK UNIFIED IDEOGRAPH-29435",
    },
    Character {
        age: "3.1",
        codepoint: 0x29436,
        name: "CJK UNIFIED IDEOGRAPH-29436",
    },
    Character {
        age: "3.1",
        codepoint: 0x29437,
        name: "CJK UNIFIED IDEOGRAPH-29437",
    },
    Character {
        age: "3.1",
        codepoint: 0x29438,
        name: "CJK UNIFIED IDEOGRAPH-29438",
    },
    Character {
        age: "3.1",
        codepoint: 0x29439,
        name: "CJK UNIFIED IDEOGRAPH-29439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2943A,
        name: "CJK UNIFIED IDEOGRAPH-2943A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2943B,
        name: "CJK UNIFIED IDEOGRAPH-2943B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2943C,
        name: "CJK UNIFIED IDEOGRAPH-2943C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2943D,
        name: "CJK UNIFIED IDEOGRAPH-2943D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2943E,
        name: "CJK UNIFIED IDEOGRAPH-2943E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2943F,
        name: "CJK UNIFIED IDEOGRAPH-2943F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29440,
        name: "CJK UNIFIED IDEOGRAPH-29440",
    },
    Character {
        age: "3.1",
        codepoint: 0x29441,
        name: "CJK UNIFIED IDEOGRAPH-29441",
    },
    Character {
        age: "3.1",
        codepoint: 0x29442,
        name: "CJK UNIFIED IDEOGRAPH-29442",
    },
    Character {
        age: "3.1",
        codepoint: 0x29443,
        name: "CJK UNIFIED IDEOGRAPH-29443",
    },
    Character {
        age: "3.1",
        codepoint: 0x29444,
        name: "CJK UNIFIED IDEOGRAPH-29444",
    },
    Character {
        age: "3.1",
        codepoint: 0x29445,
        name: "CJK UNIFIED IDEOGRAPH-29445",
    },
    Character {
        age: "3.1",
        codepoint: 0x29446,
        name: "CJK UNIFIED IDEOGRAPH-29446",
    },
    Character {
        age: "3.1",
        codepoint: 0x29447,
        name: "CJK UNIFIED IDEOGRAPH-29447",
    },
    Character {
        age: "3.1",
        codepoint: 0x29448,
        name: "CJK UNIFIED IDEOGRAPH-29448",
    },
    Character {
        age: "3.1",
        codepoint: 0x29449,
        name: "CJK UNIFIED IDEOGRAPH-29449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2944A,
        name: "CJK UNIFIED IDEOGRAPH-2944A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2944B,
        name: "CJK UNIFIED IDEOGRAPH-2944B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2944C,
        name: "CJK UNIFIED IDEOGRAPH-2944C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2944D,
        name: "CJK UNIFIED IDEOGRAPH-2944D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2944E,
        name: "CJK UNIFIED IDEOGRAPH-2944E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2944F,
        name: "CJK UNIFIED IDEOGRAPH-2944F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29450,
        name: "CJK UNIFIED IDEOGRAPH-29450",
    },
    Character {
        age: "3.1",
        codepoint: 0x29451,
        name: "CJK UNIFIED IDEOGRAPH-29451",
    },
    Character {
        age: "3.1",
        codepoint: 0x29452,
        name: "CJK UNIFIED IDEOGRAPH-29452",
    },
    Character {
        age: "3.1",
        codepoint: 0x29453,
        name: "CJK UNIFIED IDEOGRAPH-29453",
    },
    Character {
        age: "3.1",
        codepoint: 0x29454,
        name: "CJK UNIFIED IDEOGRAPH-29454",
    },
    Character {
        age: "3.1",
        codepoint: 0x29455,
        name: "CJK UNIFIED IDEOGRAPH-29455",
    },
    Character {
        age: "3.1",
        codepoint: 0x29456,
        name: "CJK UNIFIED IDEOGRAPH-29456",
    },
    Character {
        age: "3.1",
        codepoint: 0x29457,
        name: "CJK UNIFIED IDEOGRAPH-29457",
    },
    Character {
        age: "3.1",
        codepoint: 0x29458,
        name: "CJK UNIFIED IDEOGRAPH-29458",
    },
    Character {
        age: "3.1",
        codepoint: 0x29459,
        name: "CJK UNIFIED IDEOGRAPH-29459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2945A,
        name: "CJK UNIFIED IDEOGRAPH-2945A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2945B,
        name: "CJK UNIFIED IDEOGRAPH-2945B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2945C,
        name: "CJK UNIFIED IDEOGRAPH-2945C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2945D,
        name: "CJK UNIFIED IDEOGRAPH-2945D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2945E,
        name: "CJK UNIFIED IDEOGRAPH-2945E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2945F,
        name: "CJK UNIFIED IDEOGRAPH-2945F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29460,
        name: "CJK UNIFIED IDEOGRAPH-29460",
    },
    Character {
        age: "3.1",
        codepoint: 0x29461,
        name: "CJK UNIFIED IDEOGRAPH-29461",
    },
    Character {
        age: "3.1",
        codepoint: 0x29462,
        name: "CJK UNIFIED IDEOGRAPH-29462",
    },
    Character {
        age: "3.1",
        codepoint: 0x29463,
        name: "CJK UNIFIED IDEOGRAPH-29463",
    },
    Character {
        age: "3.1",
        codepoint: 0x29464,
        name: "CJK UNIFIED IDEOGRAPH-29464",
    },
    Character {
        age: "3.1",
        codepoint: 0x29465,
        name: "CJK UNIFIED IDEOGRAPH-29465",
    },
    Character {
        age: "3.1",
        codepoint: 0x29466,
        name: "CJK UNIFIED IDEOGRAPH-29466",
    },
    Character {
        age: "3.1",
        codepoint: 0x29467,
        name: "CJK UNIFIED IDEOGRAPH-29467",
    },
    Character {
        age: "3.1",
        codepoint: 0x29468,
        name: "CJK UNIFIED IDEOGRAPH-29468",
    },
    Character {
        age: "3.1",
        codepoint: 0x29469,
        name: "CJK UNIFIED IDEOGRAPH-29469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2946A,
        name: "CJK UNIFIED IDEOGRAPH-2946A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2946B,
        name: "CJK UNIFIED IDEOGRAPH-2946B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2946C,
        name: "CJK UNIFIED IDEOGRAPH-2946C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2946D,
        name: "CJK UNIFIED IDEOGRAPH-2946D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2946E,
        name: "CJK UNIFIED IDEOGRAPH-2946E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2946F,
        name: "CJK UNIFIED IDEOGRAPH-2946F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29470,
        name: "CJK UNIFIED IDEOGRAPH-29470",
    },
    Character {
        age: "3.1",
        codepoint: 0x29471,
        name: "CJK UNIFIED IDEOGRAPH-29471",
    },
    Character {
        age: "3.1",
        codepoint: 0x29472,
        name: "CJK UNIFIED IDEOGRAPH-29472",
    },
    Character {
        age: "3.1",
        codepoint: 0x29473,
        name: "CJK UNIFIED IDEOGRAPH-29473",
    },
    Character {
        age: "3.1",
        codepoint: 0x29474,
        name: "CJK UNIFIED IDEOGRAPH-29474",
    },
    Character {
        age: "3.1",
        codepoint: 0x29475,
        name: "CJK UNIFIED IDEOGRAPH-29475",
    },
    Character {
        age: "3.1",
        codepoint: 0x29476,
        name: "CJK UNIFIED IDEOGRAPH-29476",
    },
    Character {
        age: "3.1",
        codepoint: 0x29477,
        name: "CJK UNIFIED IDEOGRAPH-29477",
    },
    Character {
        age: "3.1",
        codepoint: 0x29478,
        name: "CJK UNIFIED IDEOGRAPH-29478",
    },
    Character {
        age: "3.1",
        codepoint: 0x29479,
        name: "CJK UNIFIED IDEOGRAPH-29479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2947A,
        name: "CJK UNIFIED IDEOGRAPH-2947A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2947B,
        name: "CJK UNIFIED IDEOGRAPH-2947B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2947C,
        name: "CJK UNIFIED IDEOGRAPH-2947C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2947D,
        name: "CJK UNIFIED IDEOGRAPH-2947D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2947E,
        name: "CJK UNIFIED IDEOGRAPH-2947E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2947F,
        name: "CJK UNIFIED IDEOGRAPH-2947F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29480,
        name: "CJK UNIFIED IDEOGRAPH-29480",
    },
    Character {
        age: "3.1",
        codepoint: 0x29481,
        name: "CJK UNIFIED IDEOGRAPH-29481",
    },
    Character {
        age: "3.1",
        codepoint: 0x29482,
        name: "CJK UNIFIED IDEOGRAPH-29482",
    },
    Character {
        age: "3.1",
        codepoint: 0x29483,
        name: "CJK UNIFIED IDEOGRAPH-29483",
    },
    Character {
        age: "3.1",
        codepoint: 0x29484,
        name: "CJK UNIFIED IDEOGRAPH-29484",
    },
    Character {
        age: "3.1",
        codepoint: 0x29485,
        name: "CJK UNIFIED IDEOGRAPH-29485",
    },
    Character {
        age: "3.1",
        codepoint: 0x29486,
        name: "CJK UNIFIED IDEOGRAPH-29486",
    },
    Character {
        age: "3.1",
        codepoint: 0x29487,
        name: "CJK UNIFIED IDEOGRAPH-29487",
    },
    Character {
        age: "3.1",
        codepoint: 0x29488,
        name: "CJK UNIFIED IDEOGRAPH-29488",
    },
    Character {
        age: "3.1",
        codepoint: 0x29489,
        name: "CJK UNIFIED IDEOGRAPH-29489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2948A,
        name: "CJK UNIFIED IDEOGRAPH-2948A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2948B,
        name: "CJK UNIFIED IDEOGRAPH-2948B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2948C,
        name: "CJK UNIFIED IDEOGRAPH-2948C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2948D,
        name: "CJK UNIFIED IDEOGRAPH-2948D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2948E,
        name: "CJK UNIFIED IDEOGRAPH-2948E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2948F,
        name: "CJK UNIFIED IDEOGRAPH-2948F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29490,
        name: "CJK UNIFIED IDEOGRAPH-29490",
    },
    Character {
        age: "3.1",
        codepoint: 0x29491,
        name: "CJK UNIFIED IDEOGRAPH-29491",
    },
    Character {
        age: "3.1",
        codepoint: 0x29492,
        name: "CJK UNIFIED IDEOGRAPH-29492",
    },
    Character {
        age: "3.1",
        codepoint: 0x29493,
        name: "CJK UNIFIED IDEOGRAPH-29493",
    },
    Character {
        age: "3.1",
        codepoint: 0x29494,
        name: "CJK UNIFIED IDEOGRAPH-29494",
    },
    Character {
        age: "3.1",
        codepoint: 0x29495,
        name: "CJK UNIFIED IDEOGRAPH-29495",
    },
    Character {
        age: "3.1",
        codepoint: 0x29496,
        name: "CJK UNIFIED IDEOGRAPH-29496",
    },
    Character {
        age: "3.1",
        codepoint: 0x29497,
        name: "CJK UNIFIED IDEOGRAPH-29497",
    },
    Character {
        age: "3.1",
        codepoint: 0x29498,
        name: "CJK UNIFIED IDEOGRAPH-29498",
    },
    Character {
        age: "3.1",
        codepoint: 0x29499,
        name: "CJK UNIFIED IDEOGRAPH-29499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2949A,
        name: "CJK UNIFIED IDEOGRAPH-2949A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2949B,
        name: "CJK UNIFIED IDEOGRAPH-2949B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2949C,
        name: "CJK UNIFIED IDEOGRAPH-2949C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2949D,
        name: "CJK UNIFIED IDEOGRAPH-2949D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2949E,
        name: "CJK UNIFIED IDEOGRAPH-2949E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2949F,
        name: "CJK UNIFIED IDEOGRAPH-2949F",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A0,
        name: "CJK UNIFIED IDEOGRAPH-294A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A1,
        name: "CJK UNIFIED IDEOGRAPH-294A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A2,
        name: "CJK UNIFIED IDEOGRAPH-294A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A3,
        name: "CJK UNIFIED IDEOGRAPH-294A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A4,
        name: "CJK UNIFIED IDEOGRAPH-294A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A5,
        name: "CJK UNIFIED IDEOGRAPH-294A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A6,
        name: "CJK UNIFIED IDEOGRAPH-294A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A7,
        name: "CJK UNIFIED IDEOGRAPH-294A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A8,
        name: "CJK UNIFIED IDEOGRAPH-294A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x294A9,
        name: "CJK UNIFIED IDEOGRAPH-294A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x294AA,
        name: "CJK UNIFIED IDEOGRAPH-294AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x294AB,
        name: "CJK UNIFIED IDEOGRAPH-294AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x294AC,
        name: "CJK UNIFIED IDEOGRAPH-294AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x294AD,
        name: "CJK UNIFIED IDEOGRAPH-294AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x294AE,
        name: "CJK UNIFIED IDEOGRAPH-294AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x294AF,
        name: "CJK UNIFIED IDEOGRAPH-294AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B0,
        name: "CJK UNIFIED IDEOGRAPH-294B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B1,
        name: "CJK UNIFIED IDEOGRAPH-294B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B2,
        name: "CJK UNIFIED IDEOGRAPH-294B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B3,
        name: "CJK UNIFIED IDEOGRAPH-294B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B4,
        name: "CJK UNIFIED IDEOGRAPH-294B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B5,
        name: "CJK UNIFIED IDEOGRAPH-294B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B6,
        name: "CJK UNIFIED IDEOGRAPH-294B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B7,
        name: "CJK UNIFIED IDEOGRAPH-294B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B8,
        name: "CJK UNIFIED IDEOGRAPH-294B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x294B9,
        name: "CJK UNIFIED IDEOGRAPH-294B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x294BA,
        name: "CJK UNIFIED IDEOGRAPH-294BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x294BB,
        name: "CJK UNIFIED IDEOGRAPH-294BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x294BC,
        name: "CJK UNIFIED IDEOGRAPH-294BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x294BD,
        name: "CJK UNIFIED IDEOGRAPH-294BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x294BE,
        name: "CJK UNIFIED IDEOGRAPH-294BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x294BF,
        name: "CJK UNIFIED IDEOGRAPH-294BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C0,
        name: "CJK UNIFIED IDEOGRAPH-294C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C1,
        name: "CJK UNIFIED IDEOGRAPH-294C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C2,
        name: "CJK UNIFIED IDEOGRAPH-294C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C3,
        name: "CJK UNIFIED IDEOGRAPH-294C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C4,
        name: "CJK UNIFIED IDEOGRAPH-294C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C5,
        name: "CJK UNIFIED IDEOGRAPH-294C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C6,
        name: "CJK UNIFIED IDEOGRAPH-294C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C7,
        name: "CJK UNIFIED IDEOGRAPH-294C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C8,
        name: "CJK UNIFIED IDEOGRAPH-294C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x294C9,
        name: "CJK UNIFIED IDEOGRAPH-294C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x294CA,
        name: "CJK UNIFIED IDEOGRAPH-294CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x294CB,
        name: "CJK UNIFIED IDEOGRAPH-294CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x294CC,
        name: "CJK UNIFIED IDEOGRAPH-294CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x294CD,
        name: "CJK UNIFIED IDEOGRAPH-294CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x294CE,
        name: "CJK UNIFIED IDEOGRAPH-294CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x294CF,
        name: "CJK UNIFIED IDEOGRAPH-294CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D0,
        name: "CJK UNIFIED IDEOGRAPH-294D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D1,
        name: "CJK UNIFIED IDEOGRAPH-294D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D2,
        name: "CJK UNIFIED IDEOGRAPH-294D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D3,
        name: "CJK UNIFIED IDEOGRAPH-294D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D4,
        name: "CJK UNIFIED IDEOGRAPH-294D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D5,
        name: "CJK UNIFIED IDEOGRAPH-294D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D6,
        name: "CJK UNIFIED IDEOGRAPH-294D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D7,
        name: "CJK UNIFIED IDEOGRAPH-294D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D8,
        name: "CJK UNIFIED IDEOGRAPH-294D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x294D9,
        name: "CJK UNIFIED IDEOGRAPH-294D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x294DA,
        name: "CJK UNIFIED IDEOGRAPH-294DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x294DB,
        name: "CJK UNIFIED IDEOGRAPH-294DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x294DC,
        name: "CJK UNIFIED IDEOGRAPH-294DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x294DD,
        name: "CJK UNIFIED IDEOGRAPH-294DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x294DE,
        name: "CJK UNIFIED IDEOGRAPH-294DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x294DF,
        name: "CJK UNIFIED IDEOGRAPH-294DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E0,
        name: "CJK UNIFIED IDEOGRAPH-294E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E1,
        name: "CJK UNIFIED IDEOGRAPH-294E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E2,
        name: "CJK UNIFIED IDEOGRAPH-294E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E3,
        name: "CJK UNIFIED IDEOGRAPH-294E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E4,
        name: "CJK UNIFIED IDEOGRAPH-294E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E5,
        name: "CJK UNIFIED IDEOGRAPH-294E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E6,
        name: "CJK UNIFIED IDEOGRAPH-294E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E7,
        name: "CJK UNIFIED IDEOGRAPH-294E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E8,
        name: "CJK UNIFIED IDEOGRAPH-294E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x294E9,
        name: "CJK UNIFIED IDEOGRAPH-294E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x294EA,
        name: "CJK UNIFIED IDEOGRAPH-294EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x294EB,
        name: "CJK UNIFIED IDEOGRAPH-294EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x294EC,
        name: "CJK UNIFIED IDEOGRAPH-294EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x294ED,
        name: "CJK UNIFIED IDEOGRAPH-294ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x294EE,
        name: "CJK UNIFIED IDEOGRAPH-294EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x294EF,
        name: "CJK UNIFIED IDEOGRAPH-294EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F0,
        name: "CJK UNIFIED IDEOGRAPH-294F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F1,
        name: "CJK UNIFIED IDEOGRAPH-294F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F2,
        name: "CJK UNIFIED IDEOGRAPH-294F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F3,
        name: "CJK UNIFIED IDEOGRAPH-294F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F4,
        name: "CJK UNIFIED IDEOGRAPH-294F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F5,
        name: "CJK UNIFIED IDEOGRAPH-294F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F6,
        name: "CJK UNIFIED IDEOGRAPH-294F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F7,
        name: "CJK UNIFIED IDEOGRAPH-294F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F8,
        name: "CJK UNIFIED IDEOGRAPH-294F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x294F9,
        name: "CJK UNIFIED IDEOGRAPH-294F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x294FA,
        name: "CJK UNIFIED IDEOGRAPH-294FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x294FB,
        name: "CJK UNIFIED IDEOGRAPH-294FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x294FC,
        name: "CJK UNIFIED IDEOGRAPH-294FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x294FD,
        name: "CJK UNIFIED IDEOGRAPH-294FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x294FE,
        name: "CJK UNIFIED IDEOGRAPH-294FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x294FF,
        name: "CJK UNIFIED IDEOGRAPH-294FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29500,
        name: "CJK UNIFIED IDEOGRAPH-29500",
    },
    Character {
        age: "3.1",
        codepoint: 0x29501,
        name: "CJK UNIFIED IDEOGRAPH-29501",
    },
    Character {
        age: "3.1",
        codepoint: 0x29502,
        name: "CJK UNIFIED IDEOGRAPH-29502",
    },
    Character {
        age: "3.1",
        codepoint: 0x29503,
        name: "CJK UNIFIED IDEOGRAPH-29503",
    },
    Character {
        age: "3.1",
        codepoint: 0x29504,
        name: "CJK UNIFIED IDEOGRAPH-29504",
    },
    Character {
        age: "3.1",
        codepoint: 0x29505,
        name: "CJK UNIFIED IDEOGRAPH-29505",
    },
    Character {
        age: "3.1",
        codepoint: 0x29506,
        name: "CJK UNIFIED IDEOGRAPH-29506",
    },
    Character {
        age: "3.1",
        codepoint: 0x29507,
        name: "CJK UNIFIED IDEOGRAPH-29507",
    },
    Character {
        age: "3.1",
        codepoint: 0x29508,
        name: "CJK UNIFIED IDEOGRAPH-29508",
    },
    Character {
        age: "3.1",
        codepoint: 0x29509,
        name: "CJK UNIFIED IDEOGRAPH-29509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2950A,
        name: "CJK UNIFIED IDEOGRAPH-2950A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2950B,
        name: "CJK UNIFIED IDEOGRAPH-2950B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2950C,
        name: "CJK UNIFIED IDEOGRAPH-2950C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2950D,
        name: "CJK UNIFIED IDEOGRAPH-2950D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2950E,
        name: "CJK UNIFIED IDEOGRAPH-2950E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2950F,
        name: "CJK UNIFIED IDEOGRAPH-2950F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29510,
        name: "CJK UNIFIED IDEOGRAPH-29510",
    },
    Character {
        age: "3.1",
        codepoint: 0x29511,
        name: "CJK UNIFIED IDEOGRAPH-29511",
    },
    Character {
        age: "3.1",
        codepoint: 0x29512,
        name: "CJK UNIFIED IDEOGRAPH-29512",
    },
    Character {
        age: "3.1",
        codepoint: 0x29513,
        name: "CJK UNIFIED IDEOGRAPH-29513",
    },
    Character {
        age: "3.1",
        codepoint: 0x29514,
        name: "CJK UNIFIED IDEOGRAPH-29514",
    },
    Character {
        age: "3.1",
        codepoint: 0x29515,
        name: "CJK UNIFIED IDEOGRAPH-29515",
    },
    Character {
        age: "3.1",
        codepoint: 0x29516,
        name: "CJK UNIFIED IDEOGRAPH-29516",
    },
    Character {
        age: "3.1",
        codepoint: 0x29517,
        name: "CJK UNIFIED IDEOGRAPH-29517",
    },
    Character {
        age: "3.1",
        codepoint: 0x29518,
        name: "CJK UNIFIED IDEOGRAPH-29518",
    },
    Character {
        age: "3.1",
        codepoint: 0x29519,
        name: "CJK UNIFIED IDEOGRAPH-29519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2951A,
        name: "CJK UNIFIED IDEOGRAPH-2951A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2951B,
        name: "CJK UNIFIED IDEOGRAPH-2951B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2951C,
        name: "CJK UNIFIED IDEOGRAPH-2951C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2951D,
        name: "CJK UNIFIED IDEOGRAPH-2951D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2951E,
        name: "CJK UNIFIED IDEOGRAPH-2951E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2951F,
        name: "CJK UNIFIED IDEOGRAPH-2951F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29520,
        name: "CJK UNIFIED IDEOGRAPH-29520",
    },
    Character {
        age: "3.1",
        codepoint: 0x29521,
        name: "CJK UNIFIED IDEOGRAPH-29521",
    },
    Character {
        age: "3.1",
        codepoint: 0x29522,
        name: "CJK UNIFIED IDEOGRAPH-29522",
    },
    Character {
        age: "3.1",
        codepoint: 0x29523,
        name: "CJK UNIFIED IDEOGRAPH-29523",
    },
    Character {
        age: "3.1",
        codepoint: 0x29524,
        name: "CJK UNIFIED IDEOGRAPH-29524",
    },
    Character {
        age: "3.1",
        codepoint: 0x29525,
        name: "CJK UNIFIED IDEOGRAPH-29525",
    },
    Character {
        age: "3.1",
        codepoint: 0x29526,
        name: "CJK UNIFIED IDEOGRAPH-29526",
    },
    Character {
        age: "3.1",
        codepoint: 0x29527,
        name: "CJK UNIFIED IDEOGRAPH-29527",
    },
    Character {
        age: "3.1",
        codepoint: 0x29528,
        name: "CJK UNIFIED IDEOGRAPH-29528",
    },
    Character {
        age: "3.1",
        codepoint: 0x29529,
        name: "CJK UNIFIED IDEOGRAPH-29529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2952A,
        name: "CJK UNIFIED IDEOGRAPH-2952A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2952B,
        name: "CJK UNIFIED IDEOGRAPH-2952B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2952C,
        name: "CJK UNIFIED IDEOGRAPH-2952C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2952D,
        name: "CJK UNIFIED IDEOGRAPH-2952D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2952E,
        name: "CJK UNIFIED IDEOGRAPH-2952E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2952F,
        name: "CJK UNIFIED IDEOGRAPH-2952F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29530,
        name: "CJK UNIFIED IDEOGRAPH-29530",
    },
    Character {
        age: "3.1",
        codepoint: 0x29531,
        name: "CJK UNIFIED IDEOGRAPH-29531",
    },
    Character {
        age: "3.1",
        codepoint: 0x29532,
        name: "CJK UNIFIED IDEOGRAPH-29532",
    },
    Character {
        age: "3.1",
        codepoint: 0x29533,
        name: "CJK UNIFIED IDEOGRAPH-29533",
    },
    Character {
        age: "3.1",
        codepoint: 0x29534,
        name: "CJK UNIFIED IDEOGRAPH-29534",
    },
    Character {
        age: "3.1",
        codepoint: 0x29535,
        name: "CJK UNIFIED IDEOGRAPH-29535",
    },
    Character {
        age: "3.1",
        codepoint: 0x29536,
        name: "CJK UNIFIED IDEOGRAPH-29536",
    },
    Character {
        age: "3.1",
        codepoint: 0x29537,
        name: "CJK UNIFIED IDEOGRAPH-29537",
    },
    Character {
        age: "3.1",
        codepoint: 0x29538,
        name: "CJK UNIFIED IDEOGRAPH-29538",
    },
    Character {
        age: "3.1",
        codepoint: 0x29539,
        name: "CJK UNIFIED IDEOGRAPH-29539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2953A,
        name: "CJK UNIFIED IDEOGRAPH-2953A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2953B,
        name: "CJK UNIFIED IDEOGRAPH-2953B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2953C,
        name: "CJK UNIFIED IDEOGRAPH-2953C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2953D,
        name: "CJK UNIFIED IDEOGRAPH-2953D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2953E,
        name: "CJK UNIFIED IDEOGRAPH-2953E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2953F,
        name: "CJK UNIFIED IDEOGRAPH-2953F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29540,
        name: "CJK UNIFIED IDEOGRAPH-29540",
    },
    Character {
        age: "3.1",
        codepoint: 0x29541,
        name: "CJK UNIFIED IDEOGRAPH-29541",
    },
    Character {
        age: "3.1",
        codepoint: 0x29542,
        name: "CJK UNIFIED IDEOGRAPH-29542",
    },
    Character {
        age: "3.1",
        codepoint: 0x29543,
        name: "CJK UNIFIED IDEOGRAPH-29543",
    },
    Character {
        age: "3.1",
        codepoint: 0x29544,
        name: "CJK UNIFIED IDEOGRAPH-29544",
    },
    Character {
        age: "3.1",
        codepoint: 0x29545,
        name: "CJK UNIFIED IDEOGRAPH-29545",
    },
    Character {
        age: "3.1",
        codepoint: 0x29546,
        name: "CJK UNIFIED IDEOGRAPH-29546",
    },
    Character {
        age: "3.1",
        codepoint: 0x29547,
        name: "CJK UNIFIED IDEOGRAPH-29547",
    },
    Character {
        age: "3.1",
        codepoint: 0x29548,
        name: "CJK UNIFIED IDEOGRAPH-29548",
    },
    Character {
        age: "3.1",
        codepoint: 0x29549,
        name: "CJK UNIFIED IDEOGRAPH-29549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2954A,
        name: "CJK UNIFIED IDEOGRAPH-2954A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2954B,
        name: "CJK UNIFIED IDEOGRAPH-2954B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2954C,
        name: "CJK UNIFIED IDEOGRAPH-2954C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2954D,
        name: "CJK UNIFIED IDEOGRAPH-2954D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2954E,
        name: "CJK UNIFIED IDEOGRAPH-2954E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2954F,
        name: "CJK UNIFIED IDEOGRAPH-2954F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29550,
        name: "CJK UNIFIED IDEOGRAPH-29550",
    },
    Character {
        age: "3.1",
        codepoint: 0x29551,
        name: "CJK UNIFIED IDEOGRAPH-29551",
    },
    Character {
        age: "3.1",
        codepoint: 0x29552,
        name: "CJK UNIFIED IDEOGRAPH-29552",
    },
    Character {
        age: "3.1",
        codepoint: 0x29553,
        name: "CJK UNIFIED IDEOGRAPH-29553",
    },
    Character {
        age: "3.1",
        codepoint: 0x29554,
        name: "CJK UNIFIED IDEOGRAPH-29554",
    },
    Character {
        age: "3.1",
        codepoint: 0x29555,
        name: "CJK UNIFIED IDEOGRAPH-29555",
    },
    Character {
        age: "3.1",
        codepoint: 0x29556,
        name: "CJK UNIFIED IDEOGRAPH-29556",
    },
    Character {
        age: "3.1",
        codepoint: 0x29557,
        name: "CJK UNIFIED IDEOGRAPH-29557",
    },
    Character {
        age: "3.1",
        codepoint: 0x29558,
        name: "CJK UNIFIED IDEOGRAPH-29558",
    },
    Character {
        age: "3.1",
        codepoint: 0x29559,
        name: "CJK UNIFIED IDEOGRAPH-29559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2955A,
        name: "CJK UNIFIED IDEOGRAPH-2955A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2955B,
        name: "CJK UNIFIED IDEOGRAPH-2955B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2955C,
        name: "CJK UNIFIED IDEOGRAPH-2955C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2955D,
        name: "CJK UNIFIED IDEOGRAPH-2955D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2955E,
        name: "CJK UNIFIED IDEOGRAPH-2955E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2955F,
        name: "CJK UNIFIED IDEOGRAPH-2955F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29560,
        name: "CJK UNIFIED IDEOGRAPH-29560",
    },
    Character {
        age: "3.1",
        codepoint: 0x29561,
        name: "CJK UNIFIED IDEOGRAPH-29561",
    },
    Character {
        age: "3.1",
        codepoint: 0x29562,
        name: "CJK UNIFIED IDEOGRAPH-29562",
    },
    Character {
        age: "3.1",
        codepoint: 0x29563,
        name: "CJK UNIFIED IDEOGRAPH-29563",
    },
    Character {
        age: "3.1",
        codepoint: 0x29564,
        name: "CJK UNIFIED IDEOGRAPH-29564",
    },
    Character {
        age: "3.1",
        codepoint: 0x29565,
        name: "CJK UNIFIED IDEOGRAPH-29565",
    },
    Character {
        age: "3.1",
        codepoint: 0x29566,
        name: "CJK UNIFIED IDEOGRAPH-29566",
    },
    Character {
        age: "3.1",
        codepoint: 0x29567,
        name: "CJK UNIFIED IDEOGRAPH-29567",
    },
    Character {
        age: "3.1",
        codepoint: 0x29568,
        name: "CJK UNIFIED IDEOGRAPH-29568",
    },
    Character {
        age: "3.1",
        codepoint: 0x29569,
        name: "CJK UNIFIED IDEOGRAPH-29569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2956A,
        name: "CJK UNIFIED IDEOGRAPH-2956A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2956B,
        name: "CJK UNIFIED IDEOGRAPH-2956B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2956C,
        name: "CJK UNIFIED IDEOGRAPH-2956C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2956D,
        name: "CJK UNIFIED IDEOGRAPH-2956D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2956E,
        name: "CJK UNIFIED IDEOGRAPH-2956E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2956F,
        name: "CJK UNIFIED IDEOGRAPH-2956F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29570,
        name: "CJK UNIFIED IDEOGRAPH-29570",
    },
    Character {
        age: "3.1",
        codepoint: 0x29571,
        name: "CJK UNIFIED IDEOGRAPH-29571",
    },
    Character {
        age: "3.1",
        codepoint: 0x29572,
        name: "CJK UNIFIED IDEOGRAPH-29572",
    },
    Character {
        age: "3.1",
        codepoint: 0x29573,
        name: "CJK UNIFIED IDEOGRAPH-29573",
    },
    Character {
        age: "3.1",
        codepoint: 0x29574,
        name: "CJK UNIFIED IDEOGRAPH-29574",
    },
    Character {
        age: "3.1",
        codepoint: 0x29575,
        name: "CJK UNIFIED IDEOGRAPH-29575",
    },
    Character {
        age: "3.1",
        codepoint: 0x29576,
        name: "CJK UNIFIED IDEOGRAPH-29576",
    },
    Character {
        age: "3.1",
        codepoint: 0x29577,
        name: "CJK UNIFIED IDEOGRAPH-29577",
    },
    Character {
        age: "3.1",
        codepoint: 0x29578,
        name: "CJK UNIFIED IDEOGRAPH-29578",
    },
    Character {
        age: "3.1",
        codepoint: 0x29579,
        name: "CJK UNIFIED IDEOGRAPH-29579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2957A,
        name: "CJK UNIFIED IDEOGRAPH-2957A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2957B,
        name: "CJK UNIFIED IDEOGRAPH-2957B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2957C,
        name: "CJK UNIFIED IDEOGRAPH-2957C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2957D,
        name: "CJK UNIFIED IDEOGRAPH-2957D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2957E,
        name: "CJK UNIFIED IDEOGRAPH-2957E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2957F,
        name: "CJK UNIFIED IDEOGRAPH-2957F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29580,
        name: "CJK UNIFIED IDEOGRAPH-29580",
    },
    Character {
        age: "3.1",
        codepoint: 0x29581,
        name: "CJK UNIFIED IDEOGRAPH-29581",
    },
    Character {
        age: "3.1",
        codepoint: 0x29582,
        name: "CJK UNIFIED IDEOGRAPH-29582",
    },
    Character {
        age: "3.1",
        codepoint: 0x29583,
        name: "CJK UNIFIED IDEOGRAPH-29583",
    },
    Character {
        age: "3.1",
        codepoint: 0x29584,
        name: "CJK UNIFIED IDEOGRAPH-29584",
    },
    Character {
        age: "3.1",
        codepoint: 0x29585,
        name: "CJK UNIFIED IDEOGRAPH-29585",
    },
    Character {
        age: "3.1",
        codepoint: 0x29586,
        name: "CJK UNIFIED IDEOGRAPH-29586",
    },
    Character {
        age: "3.1",
        codepoint: 0x29587,
        name: "CJK UNIFIED IDEOGRAPH-29587",
    },
    Character {
        age: "3.1",
        codepoint: 0x29588,
        name: "CJK UNIFIED IDEOGRAPH-29588",
    },
    Character {
        age: "3.1",
        codepoint: 0x29589,
        name: "CJK UNIFIED IDEOGRAPH-29589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2958A,
        name: "CJK UNIFIED IDEOGRAPH-2958A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2958B,
        name: "CJK UNIFIED IDEOGRAPH-2958B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2958C,
        name: "CJK UNIFIED IDEOGRAPH-2958C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2958D,
        name: "CJK UNIFIED IDEOGRAPH-2958D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2958E,
        name: "CJK UNIFIED IDEOGRAPH-2958E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2958F,
        name: "CJK UNIFIED IDEOGRAPH-2958F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29590,
        name: "CJK UNIFIED IDEOGRAPH-29590",
    },
    Character {
        age: "3.1",
        codepoint: 0x29591,
        name: "CJK UNIFIED IDEOGRAPH-29591",
    },
    Character {
        age: "3.1",
        codepoint: 0x29592,
        name: "CJK UNIFIED IDEOGRAPH-29592",
    },
    Character {
        age: "3.1",
        codepoint: 0x29593,
        name: "CJK UNIFIED IDEOGRAPH-29593",
    },
    Character {
        age: "3.1",
        codepoint: 0x29594,
        name: "CJK UNIFIED IDEOGRAPH-29594",
    },
    Character {
        age: "3.1",
        codepoint: 0x29595,
        name: "CJK UNIFIED IDEOGRAPH-29595",
    },
    Character {
        age: "3.1",
        codepoint: 0x29596,
        name: "CJK UNIFIED IDEOGRAPH-29596",
    },
    Character {
        age: "3.1",
        codepoint: 0x29597,
        name: "CJK UNIFIED IDEOGRAPH-29597",
    },
    Character {
        age: "3.1",
        codepoint: 0x29598,
        name: "CJK UNIFIED IDEOGRAPH-29598",
    },
    Character {
        age: "3.1",
        codepoint: 0x29599,
        name: "CJK UNIFIED IDEOGRAPH-29599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2959A,
        name: "CJK UNIFIED IDEOGRAPH-2959A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2959B,
        name: "CJK UNIFIED IDEOGRAPH-2959B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2959C,
        name: "CJK UNIFIED IDEOGRAPH-2959C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2959D,
        name: "CJK UNIFIED IDEOGRAPH-2959D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2959E,
        name: "CJK UNIFIED IDEOGRAPH-2959E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2959F,
        name: "CJK UNIFIED IDEOGRAPH-2959F",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A0,
        name: "CJK UNIFIED IDEOGRAPH-295A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A1,
        name: "CJK UNIFIED IDEOGRAPH-295A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A2,
        name: "CJK UNIFIED IDEOGRAPH-295A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A3,
        name: "CJK UNIFIED IDEOGRAPH-295A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A4,
        name: "CJK UNIFIED IDEOGRAPH-295A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A5,
        name: "CJK UNIFIED IDEOGRAPH-295A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A6,
        name: "CJK UNIFIED IDEOGRAPH-295A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A7,
        name: "CJK UNIFIED IDEOGRAPH-295A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A8,
        name: "CJK UNIFIED IDEOGRAPH-295A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x295A9,
        name: "CJK UNIFIED IDEOGRAPH-295A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x295AA,
        name: "CJK UNIFIED IDEOGRAPH-295AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x295AB,
        name: "CJK UNIFIED IDEOGRAPH-295AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x295AC,
        name: "CJK UNIFIED IDEOGRAPH-295AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x295AD,
        name: "CJK UNIFIED IDEOGRAPH-295AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x295AE,
        name: "CJK UNIFIED IDEOGRAPH-295AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x295AF,
        name: "CJK UNIFIED IDEOGRAPH-295AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B0,
        name: "CJK UNIFIED IDEOGRAPH-295B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B1,
        name: "CJK UNIFIED IDEOGRAPH-295B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B2,
        name: "CJK UNIFIED IDEOGRAPH-295B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B3,
        name: "CJK UNIFIED IDEOGRAPH-295B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B4,
        name: "CJK UNIFIED IDEOGRAPH-295B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B5,
        name: "CJK UNIFIED IDEOGRAPH-295B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B6,
        name: "CJK UNIFIED IDEOGRAPH-295B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B7,
        name: "CJK UNIFIED IDEOGRAPH-295B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B8,
        name: "CJK UNIFIED IDEOGRAPH-295B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x295B9,
        name: "CJK UNIFIED IDEOGRAPH-295B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x295BA,
        name: "CJK UNIFIED IDEOGRAPH-295BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x295BB,
        name: "CJK UNIFIED IDEOGRAPH-295BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x295BC,
        name: "CJK UNIFIED IDEOGRAPH-295BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x295BD,
        name: "CJK UNIFIED IDEOGRAPH-295BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x295BE,
        name: "CJK UNIFIED IDEOGRAPH-295BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x295BF,
        name: "CJK UNIFIED IDEOGRAPH-295BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C0,
        name: "CJK UNIFIED IDEOGRAPH-295C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C1,
        name: "CJK UNIFIED IDEOGRAPH-295C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C2,
        name: "CJK UNIFIED IDEOGRAPH-295C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C3,
        name: "CJK UNIFIED IDEOGRAPH-295C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C4,
        name: "CJK UNIFIED IDEOGRAPH-295C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C5,
        name: "CJK UNIFIED IDEOGRAPH-295C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C6,
        name: "CJK UNIFIED IDEOGRAPH-295C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C7,
        name: "CJK UNIFIED IDEOGRAPH-295C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C8,
        name: "CJK UNIFIED IDEOGRAPH-295C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x295C9,
        name: "CJK UNIFIED IDEOGRAPH-295C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x295CA,
        name: "CJK UNIFIED IDEOGRAPH-295CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x295CB,
        name: "CJK UNIFIED IDEOGRAPH-295CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x295CC,
        name: "CJK UNIFIED IDEOGRAPH-295CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x295CD,
        name: "CJK UNIFIED IDEOGRAPH-295CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x295CE,
        name: "CJK UNIFIED IDEOGRAPH-295CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x295CF,
        name: "CJK UNIFIED IDEOGRAPH-295CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D0,
        name: "CJK UNIFIED IDEOGRAPH-295D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D1,
        name: "CJK UNIFIED IDEOGRAPH-295D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D2,
        name: "CJK UNIFIED IDEOGRAPH-295D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D3,
        name: "CJK UNIFIED IDEOGRAPH-295D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D4,
        name: "CJK UNIFIED IDEOGRAPH-295D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D5,
        name: "CJK UNIFIED IDEOGRAPH-295D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D6,
        name: "CJK UNIFIED IDEOGRAPH-295D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D7,
        name: "CJK UNIFIED IDEOGRAPH-295D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D8,
        name: "CJK UNIFIED IDEOGRAPH-295D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x295D9,
        name: "CJK UNIFIED IDEOGRAPH-295D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x295DA,
        name: "CJK UNIFIED IDEOGRAPH-295DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x295DB,
        name: "CJK UNIFIED IDEOGRAPH-295DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x295DC,
        name: "CJK UNIFIED IDEOGRAPH-295DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x295DD,
        name: "CJK UNIFIED IDEOGRAPH-295DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x295DE,
        name: "CJK UNIFIED IDEOGRAPH-295DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x295DF,
        name: "CJK UNIFIED IDEOGRAPH-295DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E0,
        name: "CJK UNIFIED IDEOGRAPH-295E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E1,
        name: "CJK UNIFIED IDEOGRAPH-295E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E2,
        name: "CJK UNIFIED IDEOGRAPH-295E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E3,
        name: "CJK UNIFIED IDEOGRAPH-295E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E4,
        name: "CJK UNIFIED IDEOGRAPH-295E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E5,
        name: "CJK UNIFIED IDEOGRAPH-295E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E6,
        name: "CJK UNIFIED IDEOGRAPH-295E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E7,
        name: "CJK UNIFIED IDEOGRAPH-295E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E8,
        name: "CJK UNIFIED IDEOGRAPH-295E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x295E9,
        name: "CJK UNIFIED IDEOGRAPH-295E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x295EA,
        name: "CJK UNIFIED IDEOGRAPH-295EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x295EB,
        name: "CJK UNIFIED IDEOGRAPH-295EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x295EC,
        name: "CJK UNIFIED IDEOGRAPH-295EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x295ED,
        name: "CJK UNIFIED IDEOGRAPH-295ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x295EE,
        name: "CJK UNIFIED IDEOGRAPH-295EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x295EF,
        name: "CJK UNIFIED IDEOGRAPH-295EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F0,
        name: "CJK UNIFIED IDEOGRAPH-295F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F1,
        name: "CJK UNIFIED IDEOGRAPH-295F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F2,
        name: "CJK UNIFIED IDEOGRAPH-295F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F3,
        name: "CJK UNIFIED IDEOGRAPH-295F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F4,
        name: "CJK UNIFIED IDEOGRAPH-295F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F5,
        name: "CJK UNIFIED IDEOGRAPH-295F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F6,
        name: "CJK UNIFIED IDEOGRAPH-295F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F7,
        name: "CJK UNIFIED IDEOGRAPH-295F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F8,
        name: "CJK UNIFIED IDEOGRAPH-295F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x295F9,
        name: "CJK UNIFIED IDEOGRAPH-295F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x295FA,
        name: "CJK UNIFIED IDEOGRAPH-295FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x295FB,
        name: "CJK UNIFIED IDEOGRAPH-295FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x295FC,
        name: "CJK UNIFIED IDEOGRAPH-295FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x295FD,
        name: "CJK UNIFIED IDEOGRAPH-295FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x295FE,
        name: "CJK UNIFIED IDEOGRAPH-295FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x295FF,
        name: "CJK UNIFIED IDEOGRAPH-295FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29600,
        name: "CJK UNIFIED IDEOGRAPH-29600",
    },
    Character {
        age: "3.1",
        codepoint: 0x29601,
        name: "CJK UNIFIED IDEOGRAPH-29601",
    },
    Character {
        age: "3.1",
        codepoint: 0x29602,
        name: "CJK UNIFIED IDEOGRAPH-29602",
    },
    Character {
        age: "3.1",
        codepoint: 0x29603,
        name: "CJK UNIFIED IDEOGRAPH-29603",
    },
    Character {
        age: "3.1",
        codepoint: 0x29604,
        name: "CJK UNIFIED IDEOGRAPH-29604",
    },
    Character {
        age: "3.1",
        codepoint: 0x29605,
        name: "CJK UNIFIED IDEOGRAPH-29605",
    },
    Character {
        age: "3.1",
        codepoint: 0x29606,
        name: "CJK UNIFIED IDEOGRAPH-29606",
    },
    Character {
        age: "3.1",
        codepoint: 0x29607,
        name: "CJK UNIFIED IDEOGRAPH-29607",
    },
    Character {
        age: "3.1",
        codepoint: 0x29608,
        name: "CJK UNIFIED IDEOGRAPH-29608",
    },
    Character {
        age: "3.1",
        codepoint: 0x29609,
        name: "CJK UNIFIED IDEOGRAPH-29609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2960A,
        name: "CJK UNIFIED IDEOGRAPH-2960A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2960B,
        name: "CJK UNIFIED IDEOGRAPH-2960B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2960C,
        name: "CJK UNIFIED IDEOGRAPH-2960C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2960D,
        name: "CJK UNIFIED IDEOGRAPH-2960D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2960E,
        name: "CJK UNIFIED IDEOGRAPH-2960E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2960F,
        name: "CJK UNIFIED IDEOGRAPH-2960F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29610,
        name: "CJK UNIFIED IDEOGRAPH-29610",
    },
    Character {
        age: "3.1",
        codepoint: 0x29611,
        name: "CJK UNIFIED IDEOGRAPH-29611",
    },
    Character {
        age: "3.1",
        codepoint: 0x29612,
        name: "CJK UNIFIED IDEOGRAPH-29612",
    },
    Character {
        age: "3.1",
        codepoint: 0x29613,
        name: "CJK UNIFIED IDEOGRAPH-29613",
    },
    Character {
        age: "3.1",
        codepoint: 0x29614,
        name: "CJK UNIFIED IDEOGRAPH-29614",
    },
    Character {
        age: "3.1",
        codepoint: 0x29615,
        name: "CJK UNIFIED IDEOGRAPH-29615",
    },
    Character {
        age: "3.1",
        codepoint: 0x29616,
        name: "CJK UNIFIED IDEOGRAPH-29616",
    },
    Character {
        age: "3.1",
        codepoint: 0x29617,
        name: "CJK UNIFIED IDEOGRAPH-29617",
    },
    Character {
        age: "3.1",
        codepoint: 0x29618,
        name: "CJK UNIFIED IDEOGRAPH-29618",
    },
    Character {
        age: "3.1",
        codepoint: 0x29619,
        name: "CJK UNIFIED IDEOGRAPH-29619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2961A,
        name: "CJK UNIFIED IDEOGRAPH-2961A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2961B,
        name: "CJK UNIFIED IDEOGRAPH-2961B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2961C,
        name: "CJK UNIFIED IDEOGRAPH-2961C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2961D,
        name: "CJK UNIFIED IDEOGRAPH-2961D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2961E,
        name: "CJK UNIFIED IDEOGRAPH-2961E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2961F,
        name: "CJK UNIFIED IDEOGRAPH-2961F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29620,
        name: "CJK UNIFIED IDEOGRAPH-29620",
    },
    Character {
        age: "3.1",
        codepoint: 0x29621,
        name: "CJK UNIFIED IDEOGRAPH-29621",
    },
    Character {
        age: "3.1",
        codepoint: 0x29622,
        name: "CJK UNIFIED IDEOGRAPH-29622",
    },
    Character {
        age: "3.1",
        codepoint: 0x29623,
        name: "CJK UNIFIED IDEOGRAPH-29623",
    },
    Character {
        age: "3.1",
        codepoint: 0x29624,
        name: "CJK UNIFIED IDEOGRAPH-29624",
    },
    Character {
        age: "3.1",
        codepoint: 0x29625,
        name: "CJK UNIFIED IDEOGRAPH-29625",
    },
    Character {
        age: "3.1",
        codepoint: 0x29626,
        name: "CJK UNIFIED IDEOGRAPH-29626",
    },
    Character {
        age: "3.1",
        codepoint: 0x29627,
        name: "CJK UNIFIED IDEOGRAPH-29627",
    },
    Character {
        age: "3.1",
        codepoint: 0x29628,
        name: "CJK UNIFIED IDEOGRAPH-29628",
    },
    Character {
        age: "3.1",
        codepoint: 0x29629,
        name: "CJK UNIFIED IDEOGRAPH-29629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2962A,
        name: "CJK UNIFIED IDEOGRAPH-2962A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2962B,
        name: "CJK UNIFIED IDEOGRAPH-2962B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2962C,
        name: "CJK UNIFIED IDEOGRAPH-2962C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2962D,
        name: "CJK UNIFIED IDEOGRAPH-2962D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2962E,
        name: "CJK UNIFIED IDEOGRAPH-2962E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2962F,
        name: "CJK UNIFIED IDEOGRAPH-2962F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29630,
        name: "CJK UNIFIED IDEOGRAPH-29630",
    },
    Character {
        age: "3.1",
        codepoint: 0x29631,
        name: "CJK UNIFIED IDEOGRAPH-29631",
    },
    Character {
        age: "3.1",
        codepoint: 0x29632,
        name: "CJK UNIFIED IDEOGRAPH-29632",
    },
    Character {
        age: "3.1",
        codepoint: 0x29633,
        name: "CJK UNIFIED IDEOGRAPH-29633",
    },
    Character {
        age: "3.1",
        codepoint: 0x29634,
        name: "CJK UNIFIED IDEOGRAPH-29634",
    },
    Character {
        age: "3.1",
        codepoint: 0x29635,
        name: "CJK UNIFIED IDEOGRAPH-29635",
    },
    Character {
        age: "3.1",
        codepoint: 0x29636,
        name: "CJK UNIFIED IDEOGRAPH-29636",
    },
    Character {
        age: "3.1",
        codepoint: 0x29637,
        name: "CJK UNIFIED IDEOGRAPH-29637",
    },
    Character {
        age: "3.1",
        codepoint: 0x29638,
        name: "CJK UNIFIED IDEOGRAPH-29638",
    },
    Character {
        age: "3.1",
        codepoint: 0x29639,
        name: "CJK UNIFIED IDEOGRAPH-29639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2963A,
        name: "CJK UNIFIED IDEOGRAPH-2963A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2963B,
        name: "CJK UNIFIED IDEOGRAPH-2963B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2963C,
        name: "CJK UNIFIED IDEOGRAPH-2963C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2963D,
        name: "CJK UNIFIED IDEOGRAPH-2963D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2963E,
        name: "CJK UNIFIED IDEOGRAPH-2963E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2963F,
        name: "CJK UNIFIED IDEOGRAPH-2963F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29640,
        name: "CJK UNIFIED IDEOGRAPH-29640",
    },
    Character {
        age: "3.1",
        codepoint: 0x29641,
        name: "CJK UNIFIED IDEOGRAPH-29641",
    },
    Character {
        age: "3.1",
        codepoint: 0x29642,
        name: "CJK UNIFIED IDEOGRAPH-29642",
    },
    Character {
        age: "3.1",
        codepoint: 0x29643,
        name: "CJK UNIFIED IDEOGRAPH-29643",
    },
    Character {
        age: "3.1",
        codepoint: 0x29644,
        name: "CJK UNIFIED IDEOGRAPH-29644",
    },
    Character {
        age: "3.1",
        codepoint: 0x29645,
        name: "CJK UNIFIED IDEOGRAPH-29645",
    },
    Character {
        age: "3.1",
        codepoint: 0x29646,
        name: "CJK UNIFIED IDEOGRAPH-29646",
    },
    Character {
        age: "3.1",
        codepoint: 0x29647,
        name: "CJK UNIFIED IDEOGRAPH-29647",
    },
    Character {
        age: "3.1",
        codepoint: 0x29648,
        name: "CJK UNIFIED IDEOGRAPH-29648",
    },
    Character {
        age: "3.1",
        codepoint: 0x29649,
        name: "CJK UNIFIED IDEOGRAPH-29649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2964A,
        name: "CJK UNIFIED IDEOGRAPH-2964A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2964B,
        name: "CJK UNIFIED IDEOGRAPH-2964B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2964C,
        name: "CJK UNIFIED IDEOGRAPH-2964C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2964D,
        name: "CJK UNIFIED IDEOGRAPH-2964D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2964E,
        name: "CJK UNIFIED IDEOGRAPH-2964E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2964F,
        name: "CJK UNIFIED IDEOGRAPH-2964F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29650,
        name: "CJK UNIFIED IDEOGRAPH-29650",
    },
    Character {
        age: "3.1",
        codepoint: 0x29651,
        name: "CJK UNIFIED IDEOGRAPH-29651",
    },
    Character {
        age: "3.1",
        codepoint: 0x29652,
        name: "CJK UNIFIED IDEOGRAPH-29652",
    },
    Character {
        age: "3.1",
        codepoint: 0x29653,
        name: "CJK UNIFIED IDEOGRAPH-29653",
    },
    Character {
        age: "3.1",
        codepoint: 0x29654,
        name: "CJK UNIFIED IDEOGRAPH-29654",
    },
    Character {
        age: "3.1",
        codepoint: 0x29655,
        name: "CJK UNIFIED IDEOGRAPH-29655",
    },
    Character {
        age: "3.1",
        codepoint: 0x29656,
        name: "CJK UNIFIED IDEOGRAPH-29656",
    },
    Character {
        age: "3.1",
        codepoint: 0x29657,
        name: "CJK UNIFIED IDEOGRAPH-29657",
    },
    Character {
        age: "3.1",
        codepoint: 0x29658,
        name: "CJK UNIFIED IDEOGRAPH-29658",
    },
    Character {
        age: "3.1",
        codepoint: 0x29659,
        name: "CJK UNIFIED IDEOGRAPH-29659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2965A,
        name: "CJK UNIFIED IDEOGRAPH-2965A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2965B,
        name: "CJK UNIFIED IDEOGRAPH-2965B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2965C,
        name: "CJK UNIFIED IDEOGRAPH-2965C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2965D,
        name: "CJK UNIFIED IDEOGRAPH-2965D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2965E,
        name: "CJK UNIFIED IDEOGRAPH-2965E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2965F,
        name: "CJK UNIFIED IDEOGRAPH-2965F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29660,
        name: "CJK UNIFIED IDEOGRAPH-29660",
    },
    Character {
        age: "3.1",
        codepoint: 0x29661,
        name: "CJK UNIFIED IDEOGRAPH-29661",
    },
    Character {
        age: "3.1",
        codepoint: 0x29662,
        name: "CJK UNIFIED IDEOGRAPH-29662",
    },
    Character {
        age: "3.1",
        codepoint: 0x29663,
        name: "CJK UNIFIED IDEOGRAPH-29663",
    },
    Character {
        age: "3.1",
        codepoint: 0x29664,
        name: "CJK UNIFIED IDEOGRAPH-29664",
    },
    Character {
        age: "3.1",
        codepoint: 0x29665,
        name: "CJK UNIFIED IDEOGRAPH-29665",
    },
    Character {
        age: "3.1",
        codepoint: 0x29666,
        name: "CJK UNIFIED IDEOGRAPH-29666",
    },
    Character {
        age: "3.1",
        codepoint: 0x29667,
        name: "CJK UNIFIED IDEOGRAPH-29667",
    },
    Character {
        age: "3.1",
        codepoint: 0x29668,
        name: "CJK UNIFIED IDEOGRAPH-29668",
    },
    Character {
        age: "3.1",
        codepoint: 0x29669,
        name: "CJK UNIFIED IDEOGRAPH-29669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2966A,
        name: "CJK UNIFIED IDEOGRAPH-2966A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2966B,
        name: "CJK UNIFIED IDEOGRAPH-2966B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2966C,
        name: "CJK UNIFIED IDEOGRAPH-2966C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2966D,
        name: "CJK UNIFIED IDEOGRAPH-2966D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2966E,
        name: "CJK UNIFIED IDEOGRAPH-2966E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2966F,
        name: "CJK UNIFIED IDEOGRAPH-2966F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29670,
        name: "CJK UNIFIED IDEOGRAPH-29670",
    },
    Character {
        age: "3.1",
        codepoint: 0x29671,
        name: "CJK UNIFIED IDEOGRAPH-29671",
    },
    Character {
        age: "3.1",
        codepoint: 0x29672,
        name: "CJK UNIFIED IDEOGRAPH-29672",
    },
    Character {
        age: "3.1",
        codepoint: 0x29673,
        name: "CJK UNIFIED IDEOGRAPH-29673",
    },
    Character {
        age: "3.1",
        codepoint: 0x29674,
        name: "CJK UNIFIED IDEOGRAPH-29674",
    },
    Character {
        age: "3.1",
        codepoint: 0x29675,
        name: "CJK UNIFIED IDEOGRAPH-29675",
    },
    Character {
        age: "3.1",
        codepoint: 0x29676,
        name: "CJK UNIFIED IDEOGRAPH-29676",
    },
    Character {
        age: "3.1",
        codepoint: 0x29677,
        name: "CJK UNIFIED IDEOGRAPH-29677",
    },
    Character {
        age: "3.1",
        codepoint: 0x29678,
        name: "CJK UNIFIED IDEOGRAPH-29678",
    },
    Character {
        age: "3.1",
        codepoint: 0x29679,
        name: "CJK UNIFIED IDEOGRAPH-29679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2967A,
        name: "CJK UNIFIED IDEOGRAPH-2967A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2967B,
        name: "CJK UNIFIED IDEOGRAPH-2967B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2967C,
        name: "CJK UNIFIED IDEOGRAPH-2967C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2967D,
        name: "CJK UNIFIED IDEOGRAPH-2967D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2967E,
        name: "CJK UNIFIED IDEOGRAPH-2967E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2967F,
        name: "CJK UNIFIED IDEOGRAPH-2967F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29680,
        name: "CJK UNIFIED IDEOGRAPH-29680",
    },
    Character {
        age: "3.1",
        codepoint: 0x29681,
        name: "CJK UNIFIED IDEOGRAPH-29681",
    },
    Character {
        age: "3.1",
        codepoint: 0x29682,
        name: "CJK UNIFIED IDEOGRAPH-29682",
    },
    Character {
        age: "3.1",
        codepoint: 0x29683,
        name: "CJK UNIFIED IDEOGRAPH-29683",
    },
    Character {
        age: "3.1",
        codepoint: 0x29684,
        name: "CJK UNIFIED IDEOGRAPH-29684",
    },
    Character {
        age: "3.1",
        codepoint: 0x29685,
        name: "CJK UNIFIED IDEOGRAPH-29685",
    },
    Character {
        age: "3.1",
        codepoint: 0x29686,
        name: "CJK UNIFIED IDEOGRAPH-29686",
    },
    Character {
        age: "3.1",
        codepoint: 0x29687,
        name: "CJK UNIFIED IDEOGRAPH-29687",
    },
    Character {
        age: "3.1",
        codepoint: 0x29688,
        name: "CJK UNIFIED IDEOGRAPH-29688",
    },
    Character {
        age: "3.1",
        codepoint: 0x29689,
        name: "CJK UNIFIED IDEOGRAPH-29689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2968A,
        name: "CJK UNIFIED IDEOGRAPH-2968A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2968B,
        name: "CJK UNIFIED IDEOGRAPH-2968B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2968C,
        name: "CJK UNIFIED IDEOGRAPH-2968C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2968D,
        name: "CJK UNIFIED IDEOGRAPH-2968D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2968E,
        name: "CJK UNIFIED IDEOGRAPH-2968E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2968F,
        name: "CJK UNIFIED IDEOGRAPH-2968F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29690,
        name: "CJK UNIFIED IDEOGRAPH-29690",
    },
    Character {
        age: "3.1",
        codepoint: 0x29691,
        name: "CJK UNIFIED IDEOGRAPH-29691",
    },
    Character {
        age: "3.1",
        codepoint: 0x29692,
        name: "CJK UNIFIED IDEOGRAPH-29692",
    },
    Character {
        age: "3.1",
        codepoint: 0x29693,
        name: "CJK UNIFIED IDEOGRAPH-29693",
    },
    Character {
        age: "3.1",
        codepoint: 0x29694,
        name: "CJK UNIFIED IDEOGRAPH-29694",
    },
    Character {
        age: "3.1",
        codepoint: 0x29695,
        name: "CJK UNIFIED IDEOGRAPH-29695",
    },
    Character {
        age: "3.1",
        codepoint: 0x29696,
        name: "CJK UNIFIED IDEOGRAPH-29696",
    },
    Character {
        age: "3.1",
        codepoint: 0x29697,
        name: "CJK UNIFIED IDEOGRAPH-29697",
    },
    Character {
        age: "3.1",
        codepoint: 0x29698,
        name: "CJK UNIFIED IDEOGRAPH-29698",
    },
    Character {
        age: "3.1",
        codepoint: 0x29699,
        name: "CJK UNIFIED IDEOGRAPH-29699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2969A,
        name: "CJK UNIFIED IDEOGRAPH-2969A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2969B,
        name: "CJK UNIFIED IDEOGRAPH-2969B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2969C,
        name: "CJK UNIFIED IDEOGRAPH-2969C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2969D,
        name: "CJK UNIFIED IDEOGRAPH-2969D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2969E,
        name: "CJK UNIFIED IDEOGRAPH-2969E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2969F,
        name: "CJK UNIFIED IDEOGRAPH-2969F",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A0,
        name: "CJK UNIFIED IDEOGRAPH-296A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A1,
        name: "CJK UNIFIED IDEOGRAPH-296A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A2,
        name: "CJK UNIFIED IDEOGRAPH-296A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A3,
        name: "CJK UNIFIED IDEOGRAPH-296A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A4,
        name: "CJK UNIFIED IDEOGRAPH-296A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A5,
        name: "CJK UNIFIED IDEOGRAPH-296A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A6,
        name: "CJK UNIFIED IDEOGRAPH-296A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A7,
        name: "CJK UNIFIED IDEOGRAPH-296A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A8,
        name: "CJK UNIFIED IDEOGRAPH-296A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x296A9,
        name: "CJK UNIFIED IDEOGRAPH-296A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x296AA,
        name: "CJK UNIFIED IDEOGRAPH-296AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x296AB,
        name: "CJK UNIFIED IDEOGRAPH-296AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x296AC,
        name: "CJK UNIFIED IDEOGRAPH-296AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x296AD,
        name: "CJK UNIFIED IDEOGRAPH-296AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x296AE,
        name: "CJK UNIFIED IDEOGRAPH-296AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x296AF,
        name: "CJK UNIFIED IDEOGRAPH-296AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B0,
        name: "CJK UNIFIED IDEOGRAPH-296B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B1,
        name: "CJK UNIFIED IDEOGRAPH-296B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B2,
        name: "CJK UNIFIED IDEOGRAPH-296B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B3,
        name: "CJK UNIFIED IDEOGRAPH-296B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B4,
        name: "CJK UNIFIED IDEOGRAPH-296B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B5,
        name: "CJK UNIFIED IDEOGRAPH-296B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B6,
        name: "CJK UNIFIED IDEOGRAPH-296B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B7,
        name: "CJK UNIFIED IDEOGRAPH-296B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B8,
        name: "CJK UNIFIED IDEOGRAPH-296B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x296B9,
        name: "CJK UNIFIED IDEOGRAPH-296B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x296BA,
        name: "CJK UNIFIED IDEOGRAPH-296BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x296BB,
        name: "CJK UNIFIED IDEOGRAPH-296BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x296BC,
        name: "CJK UNIFIED IDEOGRAPH-296BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x296BD,
        name: "CJK UNIFIED IDEOGRAPH-296BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x296BE,
        name: "CJK UNIFIED IDEOGRAPH-296BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x296BF,
        name: "CJK UNIFIED IDEOGRAPH-296BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C0,
        name: "CJK UNIFIED IDEOGRAPH-296C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C1,
        name: "CJK UNIFIED IDEOGRAPH-296C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C2,
        name: "CJK UNIFIED IDEOGRAPH-296C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C3,
        name: "CJK UNIFIED IDEOGRAPH-296C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C4,
        name: "CJK UNIFIED IDEOGRAPH-296C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C5,
        name: "CJK UNIFIED IDEOGRAPH-296C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C6,
        name: "CJK UNIFIED IDEOGRAPH-296C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C7,
        name: "CJK UNIFIED IDEOGRAPH-296C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C8,
        name: "CJK UNIFIED IDEOGRAPH-296C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x296C9,
        name: "CJK UNIFIED IDEOGRAPH-296C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x296CA,
        name: "CJK UNIFIED IDEOGRAPH-296CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x296CB,
        name: "CJK UNIFIED IDEOGRAPH-296CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x296CC,
        name: "CJK UNIFIED IDEOGRAPH-296CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x296CD,
        name: "CJK UNIFIED IDEOGRAPH-296CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x296CE,
        name: "CJK UNIFIED IDEOGRAPH-296CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x296CF,
        name: "CJK UNIFIED IDEOGRAPH-296CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D0,
        name: "CJK UNIFIED IDEOGRAPH-296D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D1,
        name: "CJK UNIFIED IDEOGRAPH-296D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D2,
        name: "CJK UNIFIED IDEOGRAPH-296D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D3,
        name: "CJK UNIFIED IDEOGRAPH-296D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D4,
        name: "CJK UNIFIED IDEOGRAPH-296D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D5,
        name: "CJK UNIFIED IDEOGRAPH-296D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D6,
        name: "CJK UNIFIED IDEOGRAPH-296D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D7,
        name: "CJK UNIFIED IDEOGRAPH-296D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D8,
        name: "CJK UNIFIED IDEOGRAPH-296D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x296D9,
        name: "CJK UNIFIED IDEOGRAPH-296D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x296DA,
        name: "CJK UNIFIED IDEOGRAPH-296DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x296DB,
        name: "CJK UNIFIED IDEOGRAPH-296DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x296DC,
        name: "CJK UNIFIED IDEOGRAPH-296DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x296DD,
        name: "CJK UNIFIED IDEOGRAPH-296DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x296DE,
        name: "CJK UNIFIED IDEOGRAPH-296DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x296DF,
        name: "CJK UNIFIED IDEOGRAPH-296DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E0,
        name: "CJK UNIFIED IDEOGRAPH-296E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E1,
        name: "CJK UNIFIED IDEOGRAPH-296E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E2,
        name: "CJK UNIFIED IDEOGRAPH-296E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E3,
        name: "CJK UNIFIED IDEOGRAPH-296E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E4,
        name: "CJK UNIFIED IDEOGRAPH-296E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E5,
        name: "CJK UNIFIED IDEOGRAPH-296E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E6,
        name: "CJK UNIFIED IDEOGRAPH-296E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E7,
        name: "CJK UNIFIED IDEOGRAPH-296E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E8,
        name: "CJK UNIFIED IDEOGRAPH-296E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x296E9,
        name: "CJK UNIFIED IDEOGRAPH-296E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x296EA,
        name: "CJK UNIFIED IDEOGRAPH-296EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x296EB,
        name: "CJK UNIFIED IDEOGRAPH-296EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x296EC,
        name: "CJK UNIFIED IDEOGRAPH-296EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x296ED,
        name: "CJK UNIFIED IDEOGRAPH-296ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x296EE,
        name: "CJK UNIFIED IDEOGRAPH-296EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x296EF,
        name: "CJK UNIFIED IDEOGRAPH-296EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F0,
        name: "CJK UNIFIED IDEOGRAPH-296F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F1,
        name: "CJK UNIFIED IDEOGRAPH-296F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F2,
        name: "CJK UNIFIED IDEOGRAPH-296F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F3,
        name: "CJK UNIFIED IDEOGRAPH-296F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F4,
        name: "CJK UNIFIED IDEOGRAPH-296F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F5,
        name: "CJK UNIFIED IDEOGRAPH-296F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F6,
        name: "CJK UNIFIED IDEOGRAPH-296F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F7,
        name: "CJK UNIFIED IDEOGRAPH-296F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F8,
        name: "CJK UNIFIED IDEOGRAPH-296F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x296F9,
        name: "CJK UNIFIED IDEOGRAPH-296F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x296FA,
        name: "CJK UNIFIED IDEOGRAPH-296FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x296FB,
        name: "CJK UNIFIED IDEOGRAPH-296FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x296FC,
        name: "CJK UNIFIED IDEOGRAPH-296FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x296FD,
        name: "CJK UNIFIED IDEOGRAPH-296FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x296FE,
        name: "CJK UNIFIED IDEOGRAPH-296FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x296FF,
        name: "CJK UNIFIED IDEOGRAPH-296FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29700,
        name: "CJK UNIFIED IDEOGRAPH-29700",
    },
    Character {
        age: "3.1",
        codepoint: 0x29701,
        name: "CJK UNIFIED IDEOGRAPH-29701",
    },
    Character {
        age: "3.1",
        codepoint: 0x29702,
        name: "CJK UNIFIED IDEOGRAPH-29702",
    },
    Character {
        age: "3.1",
        codepoint: 0x29703,
        name: "CJK UNIFIED IDEOGRAPH-29703",
    },
    Character {
        age: "3.1",
        codepoint: 0x29704,
        name: "CJK UNIFIED IDEOGRAPH-29704",
    },
    Character {
        age: "3.1",
        codepoint: 0x29705,
        name: "CJK UNIFIED IDEOGRAPH-29705",
    },
    Character {
        age: "3.1",
        codepoint: 0x29706,
        name: "CJK UNIFIED IDEOGRAPH-29706",
    },
    Character {
        age: "3.1",
        codepoint: 0x29707,
        name: "CJK UNIFIED IDEOGRAPH-29707",
    },
    Character {
        age: "3.1",
        codepoint: 0x29708,
        name: "CJK UNIFIED IDEOGRAPH-29708",
    },
    Character {
        age: "3.1",
        codepoint: 0x29709,
        name: "CJK UNIFIED IDEOGRAPH-29709",
    },
    Character {
        age: "3.1",
        codepoint: 0x2970A,
        name: "CJK UNIFIED IDEOGRAPH-2970A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2970B,
        name: "CJK UNIFIED IDEOGRAPH-2970B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2970C,
        name: "CJK UNIFIED IDEOGRAPH-2970C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2970D,
        name: "CJK UNIFIED IDEOGRAPH-2970D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2970E,
        name: "CJK UNIFIED IDEOGRAPH-2970E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2970F,
        name: "CJK UNIFIED IDEOGRAPH-2970F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29710,
        name: "CJK UNIFIED IDEOGRAPH-29710",
    },
    Character {
        age: "3.1",
        codepoint: 0x29711,
        name: "CJK UNIFIED IDEOGRAPH-29711",
    },
    Character {
        age: "3.1",
        codepoint: 0x29712,
        name: "CJK UNIFIED IDEOGRAPH-29712",
    },
    Character {
        age: "3.1",
        codepoint: 0x29713,
        name: "CJK UNIFIED IDEOGRAPH-29713",
    },
    Character {
        age: "3.1",
        codepoint: 0x29714,
        name: "CJK UNIFIED IDEOGRAPH-29714",
    },
    Character {
        age: "3.1",
        codepoint: 0x29715,
        name: "CJK UNIFIED IDEOGRAPH-29715",
    },
    Character {
        age: "3.1",
        codepoint: 0x29716,
        name: "CJK UNIFIED IDEOGRAPH-29716",
    },
    Character {
        age: "3.1",
        codepoint: 0x29717,
        name: "CJK UNIFIED IDEOGRAPH-29717",
    },
    Character {
        age: "3.1",
        codepoint: 0x29718,
        name: "CJK UNIFIED IDEOGRAPH-29718",
    },
    Character {
        age: "3.1",
        codepoint: 0x29719,
        name: "CJK UNIFIED IDEOGRAPH-29719",
    },
    Character {
        age: "3.1",
        codepoint: 0x2971A,
        name: "CJK UNIFIED IDEOGRAPH-2971A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2971B,
        name: "CJK UNIFIED IDEOGRAPH-2971B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2971C,
        name: "CJK UNIFIED IDEOGRAPH-2971C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2971D,
        name: "CJK UNIFIED IDEOGRAPH-2971D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2971E,
        name: "CJK UNIFIED IDEOGRAPH-2971E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2971F,
        name: "CJK UNIFIED IDEOGRAPH-2971F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29720,
        name: "CJK UNIFIED IDEOGRAPH-29720",
    },
    Character {
        age: "3.1",
        codepoint: 0x29721,
        name: "CJK UNIFIED IDEOGRAPH-29721",
    },
    Character {
        age: "3.1",
        codepoint: 0x29722,
        name: "CJK UNIFIED IDEOGRAPH-29722",
    },
    Character {
        age: "3.1",
        codepoint: 0x29723,
        name: "CJK UNIFIED IDEOGRAPH-29723",
    },
    Character {
        age: "3.1",
        codepoint: 0x29724,
        name: "CJK UNIFIED IDEOGRAPH-29724",
    },
    Character {
        age: "3.1",
        codepoint: 0x29725,
        name: "CJK UNIFIED IDEOGRAPH-29725",
    },
    Character {
        age: "3.1",
        codepoint: 0x29726,
        name: "CJK UNIFIED IDEOGRAPH-29726",
    },
    Character {
        age: "3.1",
        codepoint: 0x29727,
        name: "CJK UNIFIED IDEOGRAPH-29727",
    },
    Character {
        age: "3.1",
        codepoint: 0x29728,
        name: "CJK UNIFIED IDEOGRAPH-29728",
    },
    Character {
        age: "3.1",
        codepoint: 0x29729,
        name: "CJK UNIFIED IDEOGRAPH-29729",
    },
    Character {
        age: "3.1",
        codepoint: 0x2972A,
        name: "CJK UNIFIED IDEOGRAPH-2972A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2972B,
        name: "CJK UNIFIED IDEOGRAPH-2972B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2972C,
        name: "CJK UNIFIED IDEOGRAPH-2972C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2972D,
        name: "CJK UNIFIED IDEOGRAPH-2972D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2972E,
        name: "CJK UNIFIED IDEOGRAPH-2972E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2972F,
        name: "CJK UNIFIED IDEOGRAPH-2972F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29730,
        name: "CJK UNIFIED IDEOGRAPH-29730",
    },
    Character {
        age: "3.1",
        codepoint: 0x29731,
        name: "CJK UNIFIED IDEOGRAPH-29731",
    },
    Character {
        age: "3.1",
        codepoint: 0x29732,
        name: "CJK UNIFIED IDEOGRAPH-29732",
    },
    Character {
        age: "3.1",
        codepoint: 0x29733,
        name: "CJK UNIFIED IDEOGRAPH-29733",
    },
    Character {
        age: "3.1",
        codepoint: 0x29734,
        name: "CJK UNIFIED IDEOGRAPH-29734",
    },
    Character {
        age: "3.1",
        codepoint: 0x29735,
        name: "CJK UNIFIED IDEOGRAPH-29735",
    },
    Character {
        age: "3.1",
        codepoint: 0x29736,
        name: "CJK UNIFIED IDEOGRAPH-29736",
    },
    Character {
        age: "3.1",
        codepoint: 0x29737,
        name: "CJK UNIFIED IDEOGRAPH-29737",
    },
    Character {
        age: "3.1",
        codepoint: 0x29738,
        name: "CJK UNIFIED IDEOGRAPH-29738",
    },
    Character {
        age: "3.1",
        codepoint: 0x29739,
        name: "CJK UNIFIED IDEOGRAPH-29739",
    },
    Character {
        age: "3.1",
        codepoint: 0x2973A,
        name: "CJK UNIFIED IDEOGRAPH-2973A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2973B,
        name: "CJK UNIFIED IDEOGRAPH-2973B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2973C,
        name: "CJK UNIFIED IDEOGRAPH-2973C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2973D,
        name: "CJK UNIFIED IDEOGRAPH-2973D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2973E,
        name: "CJK UNIFIED IDEOGRAPH-2973E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2973F,
        name: "CJK UNIFIED IDEOGRAPH-2973F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29740,
        name: "CJK UNIFIED IDEOGRAPH-29740",
    },
    Character {
        age: "3.1",
        codepoint: 0x29741,
        name: "CJK UNIFIED IDEOGRAPH-29741",
    },
    Character {
        age: "3.1",
        codepoint: 0x29742,
        name: "CJK UNIFIED IDEOGRAPH-29742",
    },
    Character {
        age: "3.1",
        codepoint: 0x29743,
        name: "CJK UNIFIED IDEOGRAPH-29743",
    },
    Character {
        age: "3.1",
        codepoint: 0x29744,
        name: "CJK UNIFIED IDEOGRAPH-29744",
    },
    Character {
        age: "3.1",
        codepoint: 0x29745,
        name: "CJK UNIFIED IDEOGRAPH-29745",
    },
    Character {
        age: "3.1",
        codepoint: 0x29746,
        name: "CJK UNIFIED IDEOGRAPH-29746",
    },
    Character {
        age: "3.1",
        codepoint: 0x29747,
        name: "CJK UNIFIED IDEOGRAPH-29747",
    },
    Character {
        age: "3.1",
        codepoint: 0x29748,
        name: "CJK UNIFIED IDEOGRAPH-29748",
    },
    Character {
        age: "3.1",
        codepoint: 0x29749,
        name: "CJK UNIFIED IDEOGRAPH-29749",
    },
    Character {
        age: "3.1",
        codepoint: 0x2974A,
        name: "CJK UNIFIED IDEOGRAPH-2974A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2974B,
        name: "CJK UNIFIED IDEOGRAPH-2974B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2974C,
        name: "CJK UNIFIED IDEOGRAPH-2974C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2974D,
        name: "CJK UNIFIED IDEOGRAPH-2974D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2974E,
        name: "CJK UNIFIED IDEOGRAPH-2974E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2974F,
        name: "CJK UNIFIED IDEOGRAPH-2974F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29750,
        name: "CJK UNIFIED IDEOGRAPH-29750",
    },
    Character {
        age: "3.1",
        codepoint: 0x29751,
        name: "CJK UNIFIED IDEOGRAPH-29751",
    },
    Character {
        age: "3.1",
        codepoint: 0x29752,
        name: "CJK UNIFIED IDEOGRAPH-29752",
    },
    Character {
        age: "3.1",
        codepoint: 0x29753,
        name: "CJK UNIFIED IDEOGRAPH-29753",
    },
    Character {
        age: "3.1",
        codepoint: 0x29754,
        name: "CJK UNIFIED IDEOGRAPH-29754",
    },
    Character {
        age: "3.1",
        codepoint: 0x29755,
        name: "CJK UNIFIED IDEOGRAPH-29755",
    },
    Character {
        age: "3.1",
        codepoint: 0x29756,
        name: "CJK UNIFIED IDEOGRAPH-29756",
    },
    Character {
        age: "3.1",
        codepoint: 0x29757,
        name: "CJK UNIFIED IDEOGRAPH-29757",
    },
    Character {
        age: "3.1",
        codepoint: 0x29758,
        name: "CJK UNIFIED IDEOGRAPH-29758",
    },
    Character {
        age: "3.1",
        codepoint: 0x29759,
        name: "CJK UNIFIED IDEOGRAPH-29759",
    },
    Character {
        age: "3.1",
        codepoint: 0x2975A,
        name: "CJK UNIFIED IDEOGRAPH-2975A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2975B,
        name: "CJK UNIFIED IDEOGRAPH-2975B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2975C,
        name: "CJK UNIFIED IDEOGRAPH-2975C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2975D,
        name: "CJK UNIFIED IDEOGRAPH-2975D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2975E,
        name: "CJK UNIFIED IDEOGRAPH-2975E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2975F,
        name: "CJK UNIFIED IDEOGRAPH-2975F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29760,
        name: "CJK UNIFIED IDEOGRAPH-29760",
    },
    Character {
        age: "3.1",
        codepoint: 0x29761,
        name: "CJK UNIFIED IDEOGRAPH-29761",
    },
    Character {
        age: "3.1",
        codepoint: 0x29762,
        name: "CJK UNIFIED IDEOGRAPH-29762",
    },
    Character {
        age: "3.1",
        codepoint: 0x29763,
        name: "CJK UNIFIED IDEOGRAPH-29763",
    },
    Character {
        age: "3.1",
        codepoint: 0x29764,
        name: "CJK UNIFIED IDEOGRAPH-29764",
    },
    Character {
        age: "3.1",
        codepoint: 0x29765,
        name: "CJK UNIFIED IDEOGRAPH-29765",
    },
    Character {
        age: "3.1",
        codepoint: 0x29766,
        name: "CJK UNIFIED IDEOGRAPH-29766",
    },
    Character {
        age: "3.1",
        codepoint: 0x29767,
        name: "CJK UNIFIED IDEOGRAPH-29767",
    },
    Character {
        age: "3.1",
        codepoint: 0x29768,
        name: "CJK UNIFIED IDEOGRAPH-29768",
    },
    Character {
        age: "3.1",
        codepoint: 0x29769,
        name: "CJK UNIFIED IDEOGRAPH-29769",
    },
    Character {
        age: "3.1",
        codepoint: 0x2976A,
        name: "CJK UNIFIED IDEOGRAPH-2976A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2976B,
        name: "CJK UNIFIED IDEOGRAPH-2976B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2976C,
        name: "CJK UNIFIED IDEOGRAPH-2976C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2976D,
        name: "CJK UNIFIED IDEOGRAPH-2976D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2976E,
        name: "CJK UNIFIED IDEOGRAPH-2976E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2976F,
        name: "CJK UNIFIED IDEOGRAPH-2976F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29770,
        name: "CJK UNIFIED IDEOGRAPH-29770",
    },
    Character {
        age: "3.1",
        codepoint: 0x29771,
        name: "CJK UNIFIED IDEOGRAPH-29771",
    },
    Character {
        age: "3.1",
        codepoint: 0x29772,
        name: "CJK UNIFIED IDEOGRAPH-29772",
    },
    Character {
        age: "3.1",
        codepoint: 0x29773,
        name: "CJK UNIFIED IDEOGRAPH-29773",
    },
    Character {
        age: "3.1",
        codepoint: 0x29774,
        name: "CJK UNIFIED IDEOGRAPH-29774",
    },
    Character {
        age: "3.1",
        codepoint: 0x29775,
        name: "CJK UNIFIED IDEOGRAPH-29775",
    },
    Character {
        age: "3.1",
        codepoint: 0x29776,
        name: "CJK UNIFIED IDEOGRAPH-29776",
    },
    Character {
        age: "3.1",
        codepoint: 0x29777,
        name: "CJK UNIFIED IDEOGRAPH-29777",
    },
    Character {
        age: "3.1",
        codepoint: 0x29778,
        name: "CJK UNIFIED IDEOGRAPH-29778",
    },
    Character {
        age: "3.1",
        codepoint: 0x29779,
        name: "CJK UNIFIED IDEOGRAPH-29779",
    },
    Character {
        age: "3.1",
        codepoint: 0x2977A,
        name: "CJK UNIFIED IDEOGRAPH-2977A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2977B,
        name: "CJK UNIFIED IDEOGRAPH-2977B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2977C,
        name: "CJK UNIFIED IDEOGRAPH-2977C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2977D,
        name: "CJK UNIFIED IDEOGRAPH-2977D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2977E,
        name: "CJK UNIFIED IDEOGRAPH-2977E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2977F,
        name: "CJK UNIFIED IDEOGRAPH-2977F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29780,
        name: "CJK UNIFIED IDEOGRAPH-29780",
    },
    Character {
        age: "3.1",
        codepoint: 0x29781,
        name: "CJK UNIFIED IDEOGRAPH-29781",
    },
    Character {
        age: "3.1",
        codepoint: 0x29782,
        name: "CJK UNIFIED IDEOGRAPH-29782",
    },
    Character {
        age: "3.1",
        codepoint: 0x29783,
        name: "CJK UNIFIED IDEOGRAPH-29783",
    },
    Character {
        age: "3.1",
        codepoint: 0x29784,
        name: "CJK UNIFIED IDEOGRAPH-29784",
    },
    Character {
        age: "3.1",
        codepoint: 0x29785,
        name: "CJK UNIFIED IDEOGRAPH-29785",
    },
    Character {
        age: "3.1",
        codepoint: 0x29786,
        name: "CJK UNIFIED IDEOGRAPH-29786",
    },
    Character {
        age: "3.1",
        codepoint: 0x29787,
        name: "CJK UNIFIED IDEOGRAPH-29787",
    },
    Character {
        age: "3.1",
        codepoint: 0x29788,
        name: "CJK UNIFIED IDEOGRAPH-29788",
    },
    Character {
        age: "3.1",
        codepoint: 0x29789,
        name: "CJK UNIFIED IDEOGRAPH-29789",
    },
    Character {
        age: "3.1",
        codepoint: 0x2978A,
        name: "CJK UNIFIED IDEOGRAPH-2978A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2978B,
        name: "CJK UNIFIED IDEOGRAPH-2978B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2978C,
        name: "CJK UNIFIED IDEOGRAPH-2978C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2978D,
        name: "CJK UNIFIED IDEOGRAPH-2978D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2978E,
        name: "CJK UNIFIED IDEOGRAPH-2978E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2978F,
        name: "CJK UNIFIED IDEOGRAPH-2978F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29790,
        name: "CJK UNIFIED IDEOGRAPH-29790",
    },
    Character {
        age: "3.1",
        codepoint: 0x29791,
        name: "CJK UNIFIED IDEOGRAPH-29791",
    },
    Character {
        age: "3.1",
        codepoint: 0x29792,
        name: "CJK UNIFIED IDEOGRAPH-29792",
    },
    Character {
        age: "3.1",
        codepoint: 0x29793,
        name: "CJK UNIFIED IDEOGRAPH-29793",
    },
    Character {
        age: "3.1",
        codepoint: 0x29794,
        name: "CJK UNIFIED IDEOGRAPH-29794",
    },
    Character {
        age: "3.1",
        codepoint: 0x29795,
        name: "CJK UNIFIED IDEOGRAPH-29795",
    },
    Character {
        age: "3.1",
        codepoint: 0x29796,
        name: "CJK UNIFIED IDEOGRAPH-29796",
    },
    Character {
        age: "3.1",
        codepoint: 0x29797,
        name: "CJK UNIFIED IDEOGRAPH-29797",
    },
    Character {
        age: "3.1",
        codepoint: 0x29798,
        name: "CJK UNIFIED IDEOGRAPH-29798",
    },
    Character {
        age: "3.1",
        codepoint: 0x29799,
        name: "CJK UNIFIED IDEOGRAPH-29799",
    },
    Character {
        age: "3.1",
        codepoint: 0x2979A,
        name: "CJK UNIFIED IDEOGRAPH-2979A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2979B,
        name: "CJK UNIFIED IDEOGRAPH-2979B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2979C,
        name: "CJK UNIFIED IDEOGRAPH-2979C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2979D,
        name: "CJK UNIFIED IDEOGRAPH-2979D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2979E,
        name: "CJK UNIFIED IDEOGRAPH-2979E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2979F,
        name: "CJK UNIFIED IDEOGRAPH-2979F",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A0,
        name: "CJK UNIFIED IDEOGRAPH-297A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A1,
        name: "CJK UNIFIED IDEOGRAPH-297A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A2,
        name: "CJK UNIFIED IDEOGRAPH-297A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A3,
        name: "CJK UNIFIED IDEOGRAPH-297A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A4,
        name: "CJK UNIFIED IDEOGRAPH-297A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A5,
        name: "CJK UNIFIED IDEOGRAPH-297A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A6,
        name: "CJK UNIFIED IDEOGRAPH-297A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A7,
        name: "CJK UNIFIED IDEOGRAPH-297A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A8,
        name: "CJK UNIFIED IDEOGRAPH-297A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x297A9,
        name: "CJK UNIFIED IDEOGRAPH-297A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x297AA,
        name: "CJK UNIFIED IDEOGRAPH-297AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x297AB,
        name: "CJK UNIFIED IDEOGRAPH-297AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x297AC,
        name: "CJK UNIFIED IDEOGRAPH-297AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x297AD,
        name: "CJK UNIFIED IDEOGRAPH-297AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x297AE,
        name: "CJK UNIFIED IDEOGRAPH-297AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x297AF,
        name: "CJK UNIFIED IDEOGRAPH-297AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B0,
        name: "CJK UNIFIED IDEOGRAPH-297B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B1,
        name: "CJK UNIFIED IDEOGRAPH-297B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B2,
        name: "CJK UNIFIED IDEOGRAPH-297B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B3,
        name: "CJK UNIFIED IDEOGRAPH-297B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B4,
        name: "CJK UNIFIED IDEOGRAPH-297B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B5,
        name: "CJK UNIFIED IDEOGRAPH-297B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B6,
        name: "CJK UNIFIED IDEOGRAPH-297B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B7,
        name: "CJK UNIFIED IDEOGRAPH-297B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B8,
        name: "CJK UNIFIED IDEOGRAPH-297B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x297B9,
        name: "CJK UNIFIED IDEOGRAPH-297B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x297BA,
        name: "CJK UNIFIED IDEOGRAPH-297BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x297BB,
        name: "CJK UNIFIED IDEOGRAPH-297BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x297BC,
        name: "CJK UNIFIED IDEOGRAPH-297BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x297BD,
        name: "CJK UNIFIED IDEOGRAPH-297BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x297BE,
        name: "CJK UNIFIED IDEOGRAPH-297BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x297BF,
        name: "CJK UNIFIED IDEOGRAPH-297BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C0,
        name: "CJK UNIFIED IDEOGRAPH-297C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C1,
        name: "CJK UNIFIED IDEOGRAPH-297C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C2,
        name: "CJK UNIFIED IDEOGRAPH-297C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C3,
        name: "CJK UNIFIED IDEOGRAPH-297C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C4,
        name: "CJK UNIFIED IDEOGRAPH-297C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C5,
        name: "CJK UNIFIED IDEOGRAPH-297C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C6,
        name: "CJK UNIFIED IDEOGRAPH-297C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C7,
        name: "CJK UNIFIED IDEOGRAPH-297C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C8,
        name: "CJK UNIFIED IDEOGRAPH-297C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x297C9,
        name: "CJK UNIFIED IDEOGRAPH-297C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x297CA,
        name: "CJK UNIFIED IDEOGRAPH-297CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x297CB,
        name: "CJK UNIFIED IDEOGRAPH-297CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x297CC,
        name: "CJK UNIFIED IDEOGRAPH-297CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x297CD,
        name: "CJK UNIFIED IDEOGRAPH-297CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x297CE,
        name: "CJK UNIFIED IDEOGRAPH-297CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x297CF,
        name: "CJK UNIFIED IDEOGRAPH-297CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D0,
        name: "CJK UNIFIED IDEOGRAPH-297D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D1,
        name: "CJK UNIFIED IDEOGRAPH-297D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D2,
        name: "CJK UNIFIED IDEOGRAPH-297D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D3,
        name: "CJK UNIFIED IDEOGRAPH-297D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D4,
        name: "CJK UNIFIED IDEOGRAPH-297D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D5,
        name: "CJK UNIFIED IDEOGRAPH-297D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D6,
        name: "CJK UNIFIED IDEOGRAPH-297D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D7,
        name: "CJK UNIFIED IDEOGRAPH-297D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D8,
        name: "CJK UNIFIED IDEOGRAPH-297D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x297D9,
        name: "CJK UNIFIED IDEOGRAPH-297D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x297DA,
        name: "CJK UNIFIED IDEOGRAPH-297DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x297DB,
        name: "CJK UNIFIED IDEOGRAPH-297DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x297DC,
        name: "CJK UNIFIED IDEOGRAPH-297DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x297DD,
        name: "CJK UNIFIED IDEOGRAPH-297DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x297DE,
        name: "CJK UNIFIED IDEOGRAPH-297DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x297DF,
        name: "CJK UNIFIED IDEOGRAPH-297DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E0,
        name: "CJK UNIFIED IDEOGRAPH-297E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E1,
        name: "CJK UNIFIED IDEOGRAPH-297E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E2,
        name: "CJK UNIFIED IDEOGRAPH-297E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E3,
        name: "CJK UNIFIED IDEOGRAPH-297E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E4,
        name: "CJK UNIFIED IDEOGRAPH-297E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E5,
        name: "CJK UNIFIED IDEOGRAPH-297E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E6,
        name: "CJK UNIFIED IDEOGRAPH-297E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E7,
        name: "CJK UNIFIED IDEOGRAPH-297E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E8,
        name: "CJK UNIFIED IDEOGRAPH-297E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x297E9,
        name: "CJK UNIFIED IDEOGRAPH-297E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x297EA,
        name: "CJK UNIFIED IDEOGRAPH-297EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x297EB,
        name: "CJK UNIFIED IDEOGRAPH-297EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x297EC,
        name: "CJK UNIFIED IDEOGRAPH-297EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x297ED,
        name: "CJK UNIFIED IDEOGRAPH-297ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x297EE,
        name: "CJK UNIFIED IDEOGRAPH-297EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x297EF,
        name: "CJK UNIFIED IDEOGRAPH-297EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F0,
        name: "CJK UNIFIED IDEOGRAPH-297F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F1,
        name: "CJK UNIFIED IDEOGRAPH-297F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F2,
        name: "CJK UNIFIED IDEOGRAPH-297F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F3,
        name: "CJK UNIFIED IDEOGRAPH-297F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F4,
        name: "CJK UNIFIED IDEOGRAPH-297F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F5,
        name: "CJK UNIFIED IDEOGRAPH-297F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F6,
        name: "CJK UNIFIED IDEOGRAPH-297F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F7,
        name: "CJK UNIFIED IDEOGRAPH-297F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F8,
        name: "CJK UNIFIED IDEOGRAPH-297F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x297F9,
        name: "CJK UNIFIED IDEOGRAPH-297F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x297FA,
        name: "CJK UNIFIED IDEOGRAPH-297FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x297FB,
        name: "CJK UNIFIED IDEOGRAPH-297FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x297FC,
        name: "CJK UNIFIED IDEOGRAPH-297FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x297FD,
        name: "CJK UNIFIED IDEOGRAPH-297FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x297FE,
        name: "CJK UNIFIED IDEOGRAPH-297FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x297FF,
        name: "CJK UNIFIED IDEOGRAPH-297FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29800,
        name: "CJK UNIFIED IDEOGRAPH-29800",
    },
    Character {
        age: "3.1",
        codepoint: 0x29801,
        name: "CJK UNIFIED IDEOGRAPH-29801",
    },
    Character {
        age: "3.1",
        codepoint: 0x29802,
        name: "CJK UNIFIED IDEOGRAPH-29802",
    },
    Character {
        age: "3.1",
        codepoint: 0x29803,
        name: "CJK UNIFIED IDEOGRAPH-29803",
    },
    Character {
        age: "3.1",
        codepoint: 0x29804,
        name: "CJK UNIFIED IDEOGRAPH-29804",
    },
    Character {
        age: "3.1",
        codepoint: 0x29805,
        name: "CJK UNIFIED IDEOGRAPH-29805",
    },
    Character {
        age: "3.1",
        codepoint: 0x29806,
        name: "CJK UNIFIED IDEOGRAPH-29806",
    },
    Character {
        age: "3.1",
        codepoint: 0x29807,
        name: "CJK UNIFIED IDEOGRAPH-29807",
    },
    Character {
        age: "3.1",
        codepoint: 0x29808,
        name: "CJK UNIFIED IDEOGRAPH-29808",
    },
    Character {
        age: "3.1",
        codepoint: 0x29809,
        name: "CJK UNIFIED IDEOGRAPH-29809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2980A,
        name: "CJK UNIFIED IDEOGRAPH-2980A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2980B,
        name: "CJK UNIFIED IDEOGRAPH-2980B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2980C,
        name: "CJK UNIFIED IDEOGRAPH-2980C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2980D,
        name: "CJK UNIFIED IDEOGRAPH-2980D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2980E,
        name: "CJK UNIFIED IDEOGRAPH-2980E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2980F,
        name: "CJK UNIFIED IDEOGRAPH-2980F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29810,
        name: "CJK UNIFIED IDEOGRAPH-29810",
    },
    Character {
        age: "3.1",
        codepoint: 0x29811,
        name: "CJK UNIFIED IDEOGRAPH-29811",
    },
    Character {
        age: "3.1",
        codepoint: 0x29812,
        name: "CJK UNIFIED IDEOGRAPH-29812",
    },
    Character {
        age: "3.1",
        codepoint: 0x29813,
        name: "CJK UNIFIED IDEOGRAPH-29813",
    },
    Character {
        age: "3.1",
        codepoint: 0x29814,
        name: "CJK UNIFIED IDEOGRAPH-29814",
    },
    Character {
        age: "3.1",
        codepoint: 0x29815,
        name: "CJK UNIFIED IDEOGRAPH-29815",
    },
    Character {
        age: "3.1",
        codepoint: 0x29816,
        name: "CJK UNIFIED IDEOGRAPH-29816",
    },
    Character {
        age: "3.1",
        codepoint: 0x29817,
        name: "CJK UNIFIED IDEOGRAPH-29817",
    },
    Character {
        age: "3.1",
        codepoint: 0x29818,
        name: "CJK UNIFIED IDEOGRAPH-29818",
    },
    Character {
        age: "3.1",
        codepoint: 0x29819,
        name: "CJK UNIFIED IDEOGRAPH-29819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2981A,
        name: "CJK UNIFIED IDEOGRAPH-2981A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2981B,
        name: "CJK UNIFIED IDEOGRAPH-2981B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2981C,
        name: "CJK UNIFIED IDEOGRAPH-2981C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2981D,
        name: "CJK UNIFIED IDEOGRAPH-2981D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2981E,
        name: "CJK UNIFIED IDEOGRAPH-2981E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2981F,
        name: "CJK UNIFIED IDEOGRAPH-2981F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29820,
        name: "CJK UNIFIED IDEOGRAPH-29820",
    },
    Character {
        age: "3.1",
        codepoint: 0x29821,
        name: "CJK UNIFIED IDEOGRAPH-29821",
    },
    Character {
        age: "3.1",
        codepoint: 0x29822,
        name: "CJK UNIFIED IDEOGRAPH-29822",
    },
    Character {
        age: "3.1",
        codepoint: 0x29823,
        name: "CJK UNIFIED IDEOGRAPH-29823",
    },
    Character {
        age: "3.1",
        codepoint: 0x29824,
        name: "CJK UNIFIED IDEOGRAPH-29824",
    },
    Character {
        age: "3.1",
        codepoint: 0x29825,
        name: "CJK UNIFIED IDEOGRAPH-29825",
    },
    Character {
        age: "3.1",
        codepoint: 0x29826,
        name: "CJK UNIFIED IDEOGRAPH-29826",
    },
    Character {
        age: "3.1",
        codepoint: 0x29827,
        name: "CJK UNIFIED IDEOGRAPH-29827",
    },
    Character {
        age: "3.1",
        codepoint: 0x29828,
        name: "CJK UNIFIED IDEOGRAPH-29828",
    },
    Character {
        age: "3.1",
        codepoint: 0x29829,
        name: "CJK UNIFIED IDEOGRAPH-29829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2982A,
        name: "CJK UNIFIED IDEOGRAPH-2982A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2982B,
        name: "CJK UNIFIED IDEOGRAPH-2982B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2982C,
        name: "CJK UNIFIED IDEOGRAPH-2982C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2982D,
        name: "CJK UNIFIED IDEOGRAPH-2982D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2982E,
        name: "CJK UNIFIED IDEOGRAPH-2982E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2982F,
        name: "CJK UNIFIED IDEOGRAPH-2982F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29830,
        name: "CJK UNIFIED IDEOGRAPH-29830",
    },
    Character {
        age: "3.1",
        codepoint: 0x29831,
        name: "CJK UNIFIED IDEOGRAPH-29831",
    },
    Character {
        age: "3.1",
        codepoint: 0x29832,
        name: "CJK UNIFIED IDEOGRAPH-29832",
    },
    Character {
        age: "3.1",
        codepoint: 0x29833,
        name: "CJK UNIFIED IDEOGRAPH-29833",
    },
    Character {
        age: "3.1",
        codepoint: 0x29834,
        name: "CJK UNIFIED IDEOGRAPH-29834",
    },
    Character {
        age: "3.1",
        codepoint: 0x29835,
        name: "CJK UNIFIED IDEOGRAPH-29835",
    },
    Character {
        age: "3.1",
        codepoint: 0x29836,
        name: "CJK UNIFIED IDEOGRAPH-29836",
    },
    Character {
        age: "3.1",
        codepoint: 0x29837,
        name: "CJK UNIFIED IDEOGRAPH-29837",
    },
    Character {
        age: "3.1",
        codepoint: 0x29838,
        name: "CJK UNIFIED IDEOGRAPH-29838",
    },
    Character {
        age: "3.1",
        codepoint: 0x29839,
        name: "CJK UNIFIED IDEOGRAPH-29839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2983A,
        name: "CJK UNIFIED IDEOGRAPH-2983A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2983B,
        name: "CJK UNIFIED IDEOGRAPH-2983B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2983C,
        name: "CJK UNIFIED IDEOGRAPH-2983C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2983D,
        name: "CJK UNIFIED IDEOGRAPH-2983D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2983E,
        name: "CJK UNIFIED IDEOGRAPH-2983E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2983F,
        name: "CJK UNIFIED IDEOGRAPH-2983F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29840,
        name: "CJK UNIFIED IDEOGRAPH-29840",
    },
    Character {
        age: "3.1",
        codepoint: 0x29841,
        name: "CJK UNIFIED IDEOGRAPH-29841",
    },
    Character {
        age: "3.1",
        codepoint: 0x29842,
        name: "CJK UNIFIED IDEOGRAPH-29842",
    },
    Character {
        age: "3.1",
        codepoint: 0x29843,
        name: "CJK UNIFIED IDEOGRAPH-29843",
    },
    Character {
        age: "3.1",
        codepoint: 0x29844,
        name: "CJK UNIFIED IDEOGRAPH-29844",
    },
    Character {
        age: "3.1",
        codepoint: 0x29845,
        name: "CJK UNIFIED IDEOGRAPH-29845",
    },
    Character {
        age: "3.1",
        codepoint: 0x29846,
        name: "CJK UNIFIED IDEOGRAPH-29846",
    },
    Character {
        age: "3.1",
        codepoint: 0x29847,
        name: "CJK UNIFIED IDEOGRAPH-29847",
    },
    Character {
        age: "3.1",
        codepoint: 0x29848,
        name: "CJK UNIFIED IDEOGRAPH-29848",
    },
    Character {
        age: "3.1",
        codepoint: 0x29849,
        name: "CJK UNIFIED IDEOGRAPH-29849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2984A,
        name: "CJK UNIFIED IDEOGRAPH-2984A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2984B,
        name: "CJK UNIFIED IDEOGRAPH-2984B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2984C,
        name: "CJK UNIFIED IDEOGRAPH-2984C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2984D,
        name: "CJK UNIFIED IDEOGRAPH-2984D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2984E,
        name: "CJK UNIFIED IDEOGRAPH-2984E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2984F,
        name: "CJK UNIFIED IDEOGRAPH-2984F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29850,
        name: "CJK UNIFIED IDEOGRAPH-29850",
    },
    Character {
        age: "3.1",
        codepoint: 0x29851,
        name: "CJK UNIFIED IDEOGRAPH-29851",
    },
    Character {
        age: "3.1",
        codepoint: 0x29852,
        name: "CJK UNIFIED IDEOGRAPH-29852",
    },
    Character {
        age: "3.1",
        codepoint: 0x29853,
        name: "CJK UNIFIED IDEOGRAPH-29853",
    },
    Character {
        age: "3.1",
        codepoint: 0x29854,
        name: "CJK UNIFIED IDEOGRAPH-29854",
    },
    Character {
        age: "3.1",
        codepoint: 0x29855,
        name: "CJK UNIFIED IDEOGRAPH-29855",
    },
    Character {
        age: "3.1",
        codepoint: 0x29856,
        name: "CJK UNIFIED IDEOGRAPH-29856",
    },
    Character {
        age: "3.1",
        codepoint: 0x29857,
        name: "CJK UNIFIED IDEOGRAPH-29857",
    },
    Character {
        age: "3.1",
        codepoint: 0x29858,
        name: "CJK UNIFIED IDEOGRAPH-29858",
    },
    Character {
        age: "3.1",
        codepoint: 0x29859,
        name: "CJK UNIFIED IDEOGRAPH-29859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2985A,
        name: "CJK UNIFIED IDEOGRAPH-2985A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2985B,
        name: "CJK UNIFIED IDEOGRAPH-2985B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2985C,
        name: "CJK UNIFIED IDEOGRAPH-2985C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2985D,
        name: "CJK UNIFIED IDEOGRAPH-2985D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2985E,
        name: "CJK UNIFIED IDEOGRAPH-2985E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2985F,
        name: "CJK UNIFIED IDEOGRAPH-2985F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29860,
        name: "CJK UNIFIED IDEOGRAPH-29860",
    },
    Character {
        age: "3.1",
        codepoint: 0x29861,
        name: "CJK UNIFIED IDEOGRAPH-29861",
    },
    Character {
        age: "3.1",
        codepoint: 0x29862,
        name: "CJK UNIFIED IDEOGRAPH-29862",
    },
    Character {
        age: "3.1",
        codepoint: 0x29863,
        name: "CJK UNIFIED IDEOGRAPH-29863",
    },
    Character {
        age: "3.1",
        codepoint: 0x29864,
        name: "CJK UNIFIED IDEOGRAPH-29864",
    },
    Character {
        age: "3.1",
        codepoint: 0x29865,
        name: "CJK UNIFIED IDEOGRAPH-29865",
    },
    Character {
        age: "3.1",
        codepoint: 0x29866,
        name: "CJK UNIFIED IDEOGRAPH-29866",
    },
    Character {
        age: "3.1",
        codepoint: 0x29867,
        name: "CJK UNIFIED IDEOGRAPH-29867",
    },
    Character {
        age: "3.1",
        codepoint: 0x29868,
        name: "CJK UNIFIED IDEOGRAPH-29868",
    },
    Character {
        age: "3.1",
        codepoint: 0x29869,
        name: "CJK UNIFIED IDEOGRAPH-29869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2986A,
        name: "CJK UNIFIED IDEOGRAPH-2986A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2986B,
        name: "CJK UNIFIED IDEOGRAPH-2986B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2986C,
        name: "CJK UNIFIED IDEOGRAPH-2986C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2986D,
        name: "CJK UNIFIED IDEOGRAPH-2986D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2986E,
        name: "CJK UNIFIED IDEOGRAPH-2986E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2986F,
        name: "CJK UNIFIED IDEOGRAPH-2986F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29870,
        name: "CJK UNIFIED IDEOGRAPH-29870",
    },
    Character {
        age: "3.1",
        codepoint: 0x29871,
        name: "CJK UNIFIED IDEOGRAPH-29871",
    },
    Character {
        age: "3.1",
        codepoint: 0x29872,
        name: "CJK UNIFIED IDEOGRAPH-29872",
    },
    Character {
        age: "3.1",
        codepoint: 0x29873,
        name: "CJK UNIFIED IDEOGRAPH-29873",
    },
    Character {
        age: "3.1",
        codepoint: 0x29874,
        name: "CJK UNIFIED IDEOGRAPH-29874",
    },
    Character {
        age: "3.1",
        codepoint: 0x29875,
        name: "CJK UNIFIED IDEOGRAPH-29875",
    },
    Character {
        age: "3.1",
        codepoint: 0x29876,
        name: "CJK UNIFIED IDEOGRAPH-29876",
    },
    Character {
        age: "3.1",
        codepoint: 0x29877,
        name: "CJK UNIFIED IDEOGRAPH-29877",
    },
    Character {
        age: "3.1",
        codepoint: 0x29878,
        name: "CJK UNIFIED IDEOGRAPH-29878",
    },
    Character {
        age: "3.1",
        codepoint: 0x29879,
        name: "CJK UNIFIED IDEOGRAPH-29879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2987A,
        name: "CJK UNIFIED IDEOGRAPH-2987A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2987B,
        name: "CJK UNIFIED IDEOGRAPH-2987B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2987C,
        name: "CJK UNIFIED IDEOGRAPH-2987C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2987D,
        name: "CJK UNIFIED IDEOGRAPH-2987D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2987E,
        name: "CJK UNIFIED IDEOGRAPH-2987E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2987F,
        name: "CJK UNIFIED IDEOGRAPH-2987F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29880,
        name: "CJK UNIFIED IDEOGRAPH-29880",
    },
    Character {
        age: "3.1",
        codepoint: 0x29881,
        name: "CJK UNIFIED IDEOGRAPH-29881",
    },
    Character {
        age: "3.1",
        codepoint: 0x29882,
        name: "CJK UNIFIED IDEOGRAPH-29882",
    },
    Character {
        age: "3.1",
        codepoint: 0x29883,
        name: "CJK UNIFIED IDEOGRAPH-29883",
    },
    Character {
        age: "3.1",
        codepoint: 0x29884,
        name: "CJK UNIFIED IDEOGRAPH-29884",
    },
    Character {
        age: "3.1",
        codepoint: 0x29885,
        name: "CJK UNIFIED IDEOGRAPH-29885",
    },
    Character {
        age: "3.1",
        codepoint: 0x29886,
        name: "CJK UNIFIED IDEOGRAPH-29886",
    },
    Character {
        age: "3.1",
        codepoint: 0x29887,
        name: "CJK UNIFIED IDEOGRAPH-29887",
    },
    Character {
        age: "3.1",
        codepoint: 0x29888,
        name: "CJK UNIFIED IDEOGRAPH-29888",
    },
    Character {
        age: "3.1",
        codepoint: 0x29889,
        name: "CJK UNIFIED IDEOGRAPH-29889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2988A,
        name: "CJK UNIFIED IDEOGRAPH-2988A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2988B,
        name: "CJK UNIFIED IDEOGRAPH-2988B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2988C,
        name: "CJK UNIFIED IDEOGRAPH-2988C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2988D,
        name: "CJK UNIFIED IDEOGRAPH-2988D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2988E,
        name: "CJK UNIFIED IDEOGRAPH-2988E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2988F,
        name: "CJK UNIFIED IDEOGRAPH-2988F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29890,
        name: "CJK UNIFIED IDEOGRAPH-29890",
    },
    Character {
        age: "3.1",
        codepoint: 0x29891,
        name: "CJK UNIFIED IDEOGRAPH-29891",
    },
    Character {
        age: "3.1",
        codepoint: 0x29892,
        name: "CJK UNIFIED IDEOGRAPH-29892",
    },
    Character {
        age: "3.1",
        codepoint: 0x29893,
        name: "CJK UNIFIED IDEOGRAPH-29893",
    },
    Character {
        age: "3.1",
        codepoint: 0x29894,
        name: "CJK UNIFIED IDEOGRAPH-29894",
    },
    Character {
        age: "3.1",
        codepoint: 0x29895,
        name: "CJK UNIFIED IDEOGRAPH-29895",
    },
    Character {
        age: "3.1",
        codepoint: 0x29896,
        name: "CJK UNIFIED IDEOGRAPH-29896",
    },
    Character {
        age: "3.1",
        codepoint: 0x29897,
        name: "CJK UNIFIED IDEOGRAPH-29897",
    },
    Character {
        age: "3.1",
        codepoint: 0x29898,
        name: "CJK UNIFIED IDEOGRAPH-29898",
    },
    Character {
        age: "3.1",
        codepoint: 0x29899,
        name: "CJK UNIFIED IDEOGRAPH-29899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2989A,
        name: "CJK UNIFIED IDEOGRAPH-2989A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2989B,
        name: "CJK UNIFIED IDEOGRAPH-2989B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2989C,
        name: "CJK UNIFIED IDEOGRAPH-2989C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2989D,
        name: "CJK UNIFIED IDEOGRAPH-2989D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2989E,
        name: "CJK UNIFIED IDEOGRAPH-2989E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2989F,
        name: "CJK UNIFIED IDEOGRAPH-2989F",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A0,
        name: "CJK UNIFIED IDEOGRAPH-298A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A1,
        name: "CJK UNIFIED IDEOGRAPH-298A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A2,
        name: "CJK UNIFIED IDEOGRAPH-298A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A3,
        name: "CJK UNIFIED IDEOGRAPH-298A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A4,
        name: "CJK UNIFIED IDEOGRAPH-298A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A5,
        name: "CJK UNIFIED IDEOGRAPH-298A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A6,
        name: "CJK UNIFIED IDEOGRAPH-298A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A7,
        name: "CJK UNIFIED IDEOGRAPH-298A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A8,
        name: "CJK UNIFIED IDEOGRAPH-298A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x298A9,
        name: "CJK UNIFIED IDEOGRAPH-298A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x298AA,
        name: "CJK UNIFIED IDEOGRAPH-298AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x298AB,
        name: "CJK UNIFIED IDEOGRAPH-298AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x298AC,
        name: "CJK UNIFIED IDEOGRAPH-298AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x298AD,
        name: "CJK UNIFIED IDEOGRAPH-298AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x298AE,
        name: "CJK UNIFIED IDEOGRAPH-298AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x298AF,
        name: "CJK UNIFIED IDEOGRAPH-298AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B0,
        name: "CJK UNIFIED IDEOGRAPH-298B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B1,
        name: "CJK UNIFIED IDEOGRAPH-298B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B2,
        name: "CJK UNIFIED IDEOGRAPH-298B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B3,
        name: "CJK UNIFIED IDEOGRAPH-298B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B4,
        name: "CJK UNIFIED IDEOGRAPH-298B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B5,
        name: "CJK UNIFIED IDEOGRAPH-298B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B6,
        name: "CJK UNIFIED IDEOGRAPH-298B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B7,
        name: "CJK UNIFIED IDEOGRAPH-298B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B8,
        name: "CJK UNIFIED IDEOGRAPH-298B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x298B9,
        name: "CJK UNIFIED IDEOGRAPH-298B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x298BA,
        name: "CJK UNIFIED IDEOGRAPH-298BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x298BB,
        name: "CJK UNIFIED IDEOGRAPH-298BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x298BC,
        name: "CJK UNIFIED IDEOGRAPH-298BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x298BD,
        name: "CJK UNIFIED IDEOGRAPH-298BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x298BE,
        name: "CJK UNIFIED IDEOGRAPH-298BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x298BF,
        name: "CJK UNIFIED IDEOGRAPH-298BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C0,
        name: "CJK UNIFIED IDEOGRAPH-298C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C1,
        name: "CJK UNIFIED IDEOGRAPH-298C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C2,
        name: "CJK UNIFIED IDEOGRAPH-298C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C3,
        name: "CJK UNIFIED IDEOGRAPH-298C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C4,
        name: "CJK UNIFIED IDEOGRAPH-298C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C5,
        name: "CJK UNIFIED IDEOGRAPH-298C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C6,
        name: "CJK UNIFIED IDEOGRAPH-298C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C7,
        name: "CJK UNIFIED IDEOGRAPH-298C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C8,
        name: "CJK UNIFIED IDEOGRAPH-298C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x298C9,
        name: "CJK UNIFIED IDEOGRAPH-298C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x298CA,
        name: "CJK UNIFIED IDEOGRAPH-298CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x298CB,
        name: "CJK UNIFIED IDEOGRAPH-298CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x298CC,
        name: "CJK UNIFIED IDEOGRAPH-298CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x298CD,
        name: "CJK UNIFIED IDEOGRAPH-298CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x298CE,
        name: "CJK UNIFIED IDEOGRAPH-298CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x298CF,
        name: "CJK UNIFIED IDEOGRAPH-298CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D0,
        name: "CJK UNIFIED IDEOGRAPH-298D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D1,
        name: "CJK UNIFIED IDEOGRAPH-298D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D2,
        name: "CJK UNIFIED IDEOGRAPH-298D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D3,
        name: "CJK UNIFIED IDEOGRAPH-298D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D4,
        name: "CJK UNIFIED IDEOGRAPH-298D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D5,
        name: "CJK UNIFIED IDEOGRAPH-298D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D6,
        name: "CJK UNIFIED IDEOGRAPH-298D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D7,
        name: "CJK UNIFIED IDEOGRAPH-298D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D8,
        name: "CJK UNIFIED IDEOGRAPH-298D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x298D9,
        name: "CJK UNIFIED IDEOGRAPH-298D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x298DA,
        name: "CJK UNIFIED IDEOGRAPH-298DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x298DB,
        name: "CJK UNIFIED IDEOGRAPH-298DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x298DC,
        name: "CJK UNIFIED IDEOGRAPH-298DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x298DD,
        name: "CJK UNIFIED IDEOGRAPH-298DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x298DE,
        name: "CJK UNIFIED IDEOGRAPH-298DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x298DF,
        name: "CJK UNIFIED IDEOGRAPH-298DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E0,
        name: "CJK UNIFIED IDEOGRAPH-298E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E1,
        name: "CJK UNIFIED IDEOGRAPH-298E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E2,
        name: "CJK UNIFIED IDEOGRAPH-298E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E3,
        name: "CJK UNIFIED IDEOGRAPH-298E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E4,
        name: "CJK UNIFIED IDEOGRAPH-298E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E5,
        name: "CJK UNIFIED IDEOGRAPH-298E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E6,
        name: "CJK UNIFIED IDEOGRAPH-298E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E7,
        name: "CJK UNIFIED IDEOGRAPH-298E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E8,
        name: "CJK UNIFIED IDEOGRAPH-298E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x298E9,
        name: "CJK UNIFIED IDEOGRAPH-298E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x298EA,
        name: "CJK UNIFIED IDEOGRAPH-298EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x298EB,
        name: "CJK UNIFIED IDEOGRAPH-298EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x298EC,
        name: "CJK UNIFIED IDEOGRAPH-298EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x298ED,
        name: "CJK UNIFIED IDEOGRAPH-298ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x298EE,
        name: "CJK UNIFIED IDEOGRAPH-298EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x298EF,
        name: "CJK UNIFIED IDEOGRAPH-298EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F0,
        name: "CJK UNIFIED IDEOGRAPH-298F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F1,
        name: "CJK UNIFIED IDEOGRAPH-298F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F2,
        name: "CJK UNIFIED IDEOGRAPH-298F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F3,
        name: "CJK UNIFIED IDEOGRAPH-298F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F4,
        name: "CJK UNIFIED IDEOGRAPH-298F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F5,
        name: "CJK UNIFIED IDEOGRAPH-298F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F6,
        name: "CJK UNIFIED IDEOGRAPH-298F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F7,
        name: "CJK UNIFIED IDEOGRAPH-298F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F8,
        name: "CJK UNIFIED IDEOGRAPH-298F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x298F9,
        name: "CJK UNIFIED IDEOGRAPH-298F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x298FA,
        name: "CJK UNIFIED IDEOGRAPH-298FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x298FB,
        name: "CJK UNIFIED IDEOGRAPH-298FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x298FC,
        name: "CJK UNIFIED IDEOGRAPH-298FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x298FD,
        name: "CJK UNIFIED IDEOGRAPH-298FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x298FE,
        name: "CJK UNIFIED IDEOGRAPH-298FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x298FF,
        name: "CJK UNIFIED IDEOGRAPH-298FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29900,
        name: "CJK UNIFIED IDEOGRAPH-29900",
    },
    Character {
        age: "3.1",
        codepoint: 0x29901,
        name: "CJK UNIFIED IDEOGRAPH-29901",
    },
    Character {
        age: "3.1",
        codepoint: 0x29902,
        name: "CJK UNIFIED IDEOGRAPH-29902",
    },
    Character {
        age: "3.1",
        codepoint: 0x29903,
        name: "CJK UNIFIED IDEOGRAPH-29903",
    },
    Character {
        age: "3.1",
        codepoint: 0x29904,
        name: "CJK UNIFIED IDEOGRAPH-29904",
    },
    Character {
        age: "3.1",
        codepoint: 0x29905,
        name: "CJK UNIFIED IDEOGRAPH-29905",
    },
    Character {
        age: "3.1",
        codepoint: 0x29906,
        name: "CJK UNIFIED IDEOGRAPH-29906",
    },
    Character {
        age: "3.1",
        codepoint: 0x29907,
        name: "CJK UNIFIED IDEOGRAPH-29907",
    },
    Character {
        age: "3.1",
        codepoint: 0x29908,
        name: "CJK UNIFIED IDEOGRAPH-29908",
    },
    Character {
        age: "3.1",
        codepoint: 0x29909,
        name: "CJK UNIFIED IDEOGRAPH-29909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2990A,
        name: "CJK UNIFIED IDEOGRAPH-2990A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2990B,
        name: "CJK UNIFIED IDEOGRAPH-2990B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2990C,
        name: "CJK UNIFIED IDEOGRAPH-2990C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2990D,
        name: "CJK UNIFIED IDEOGRAPH-2990D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2990E,
        name: "CJK UNIFIED IDEOGRAPH-2990E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2990F,
        name: "CJK UNIFIED IDEOGRAPH-2990F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29910,
        name: "CJK UNIFIED IDEOGRAPH-29910",
    },
    Character {
        age: "3.1",
        codepoint: 0x29911,
        name: "CJK UNIFIED IDEOGRAPH-29911",
    },
    Character {
        age: "3.1",
        codepoint: 0x29912,
        name: "CJK UNIFIED IDEOGRAPH-29912",
    },
    Character {
        age: "3.1",
        codepoint: 0x29913,
        name: "CJK UNIFIED IDEOGRAPH-29913",
    },
    Character {
        age: "3.1",
        codepoint: 0x29914,
        name: "CJK UNIFIED IDEOGRAPH-29914",
    },
    Character {
        age: "3.1",
        codepoint: 0x29915,
        name: "CJK UNIFIED IDEOGRAPH-29915",
    },
    Character {
        age: "3.1",
        codepoint: 0x29916,
        name: "CJK UNIFIED IDEOGRAPH-29916",
    },
    Character {
        age: "3.1",
        codepoint: 0x29917,
        name: "CJK UNIFIED IDEOGRAPH-29917",
    },
    Character {
        age: "3.1",
        codepoint: 0x29918,
        name: "CJK UNIFIED IDEOGRAPH-29918",
    },
    Character {
        age: "3.1",
        codepoint: 0x29919,
        name: "CJK UNIFIED IDEOGRAPH-29919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2991A,
        name: "CJK UNIFIED IDEOGRAPH-2991A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2991B,
        name: "CJK UNIFIED IDEOGRAPH-2991B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2991C,
        name: "CJK UNIFIED IDEOGRAPH-2991C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2991D,
        name: "CJK UNIFIED IDEOGRAPH-2991D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2991E,
        name: "CJK UNIFIED IDEOGRAPH-2991E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2991F,
        name: "CJK UNIFIED IDEOGRAPH-2991F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29920,
        name: "CJK UNIFIED IDEOGRAPH-29920",
    },
    Character {
        age: "3.1",
        codepoint: 0x29921,
        name: "CJK UNIFIED IDEOGRAPH-29921",
    },
    Character {
        age: "3.1",
        codepoint: 0x29922,
        name: "CJK UNIFIED IDEOGRAPH-29922",
    },
    Character {
        age: "3.1",
        codepoint: 0x29923,
        name: "CJK UNIFIED IDEOGRAPH-29923",
    },
    Character {
        age: "3.1",
        codepoint: 0x29924,
        name: "CJK UNIFIED IDEOGRAPH-29924",
    },
    Character {
        age: "3.1",
        codepoint: 0x29925,
        name: "CJK UNIFIED IDEOGRAPH-29925",
    },
    Character {
        age: "3.1",
        codepoint: 0x29926,
        name: "CJK UNIFIED IDEOGRAPH-29926",
    },
    Character {
        age: "3.1",
        codepoint: 0x29927,
        name: "CJK UNIFIED IDEOGRAPH-29927",
    },
    Character {
        age: "3.1",
        codepoint: 0x29928,
        name: "CJK UNIFIED IDEOGRAPH-29928",
    },
    Character {
        age: "3.1",
        codepoint: 0x29929,
        name: "CJK UNIFIED IDEOGRAPH-29929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2992A,
        name: "CJK UNIFIED IDEOGRAPH-2992A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2992B,
        name: "CJK UNIFIED IDEOGRAPH-2992B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2992C,
        name: "CJK UNIFIED IDEOGRAPH-2992C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2992D,
        name: "CJK UNIFIED IDEOGRAPH-2992D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2992E,
        name: "CJK UNIFIED IDEOGRAPH-2992E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2992F,
        name: "CJK UNIFIED IDEOGRAPH-2992F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29930,
        name: "CJK UNIFIED IDEOGRAPH-29930",
    },
    Character {
        age: "3.1",
        codepoint: 0x29931,
        name: "CJK UNIFIED IDEOGRAPH-29931",
    },
    Character {
        age: "3.1",
        codepoint: 0x29932,
        name: "CJK UNIFIED IDEOGRAPH-29932",
    },
    Character {
        age: "3.1",
        codepoint: 0x29933,
        name: "CJK UNIFIED IDEOGRAPH-29933",
    },
    Character {
        age: "3.1",
        codepoint: 0x29934,
        name: "CJK UNIFIED IDEOGRAPH-29934",
    },
    Character {
        age: "3.1",
        codepoint: 0x29935,
        name: "CJK UNIFIED IDEOGRAPH-29935",
    },
    Character {
        age: "3.1",
        codepoint: 0x29936,
        name: "CJK UNIFIED IDEOGRAPH-29936",
    },
    Character {
        age: "3.1",
        codepoint: 0x29937,
        name: "CJK UNIFIED IDEOGRAPH-29937",
    },
    Character {
        age: "3.1",
        codepoint: 0x29938,
        name: "CJK UNIFIED IDEOGRAPH-29938",
    },
    Character {
        age: "3.1",
        codepoint: 0x29939,
        name: "CJK UNIFIED IDEOGRAPH-29939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2993A,
        name: "CJK UNIFIED IDEOGRAPH-2993A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2993B,
        name: "CJK UNIFIED IDEOGRAPH-2993B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2993C,
        name: "CJK UNIFIED IDEOGRAPH-2993C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2993D,
        name: "CJK UNIFIED IDEOGRAPH-2993D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2993E,
        name: "CJK UNIFIED IDEOGRAPH-2993E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2993F,
        name: "CJK UNIFIED IDEOGRAPH-2993F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29940,
        name: "CJK UNIFIED IDEOGRAPH-29940",
    },
    Character {
        age: "3.1",
        codepoint: 0x29941,
        name: "CJK UNIFIED IDEOGRAPH-29941",
    },
    Character {
        age: "3.1",
        codepoint: 0x29942,
        name: "CJK UNIFIED IDEOGRAPH-29942",
    },
    Character {
        age: "3.1",
        codepoint: 0x29943,
        name: "CJK UNIFIED IDEOGRAPH-29943",
    },
    Character {
        age: "3.1",
        codepoint: 0x29944,
        name: "CJK UNIFIED IDEOGRAPH-29944",
    },
    Character {
        age: "3.1",
        codepoint: 0x29945,
        name: "CJK UNIFIED IDEOGRAPH-29945",
    },
    Character {
        age: "3.1",
        codepoint: 0x29946,
        name: "CJK UNIFIED IDEOGRAPH-29946",
    },
    Character {
        age: "3.1",
        codepoint: 0x29947,
        name: "CJK UNIFIED IDEOGRAPH-29947",
    },
    Character {
        age: "3.1",
        codepoint: 0x29948,
        name: "CJK UNIFIED IDEOGRAPH-29948",
    },
    Character {
        age: "3.1",
        codepoint: 0x29949,
        name: "CJK UNIFIED IDEOGRAPH-29949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2994A,
        name: "CJK UNIFIED IDEOGRAPH-2994A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2994B,
        name: "CJK UNIFIED IDEOGRAPH-2994B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2994C,
        name: "CJK UNIFIED IDEOGRAPH-2994C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2994D,
        name: "CJK UNIFIED IDEOGRAPH-2994D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2994E,
        name: "CJK UNIFIED IDEOGRAPH-2994E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2994F,
        name: "CJK UNIFIED IDEOGRAPH-2994F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29950,
        name: "CJK UNIFIED IDEOGRAPH-29950",
    },
    Character {
        age: "3.1",
        codepoint: 0x29951,
        name: "CJK UNIFIED IDEOGRAPH-29951",
    },
    Character {
        age: "3.1",
        codepoint: 0x29952,
        name: "CJK UNIFIED IDEOGRAPH-29952",
    },
    Character {
        age: "3.1",
        codepoint: 0x29953,
        name: "CJK UNIFIED IDEOGRAPH-29953",
    },
    Character {
        age: "3.1",
        codepoint: 0x29954,
        name: "CJK UNIFIED IDEOGRAPH-29954",
    },
    Character {
        age: "3.1",
        codepoint: 0x29955,
        name: "CJK UNIFIED IDEOGRAPH-29955",
    },
    Character {
        age: "3.1",
        codepoint: 0x29956,
        name: "CJK UNIFIED IDEOGRAPH-29956",
    },
    Character {
        age: "3.1",
        codepoint: 0x29957,
        name: "CJK UNIFIED IDEOGRAPH-29957",
    },
    Character {
        age: "3.1",
        codepoint: 0x29958,
        name: "CJK UNIFIED IDEOGRAPH-29958",
    },
    Character {
        age: "3.1",
        codepoint: 0x29959,
        name: "CJK UNIFIED IDEOGRAPH-29959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2995A,
        name: "CJK UNIFIED IDEOGRAPH-2995A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2995B,
        name: "CJK UNIFIED IDEOGRAPH-2995B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2995C,
        name: "CJK UNIFIED IDEOGRAPH-2995C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2995D,
        name: "CJK UNIFIED IDEOGRAPH-2995D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2995E,
        name: "CJK UNIFIED IDEOGRAPH-2995E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2995F,
        name: "CJK UNIFIED IDEOGRAPH-2995F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29960,
        name: "CJK UNIFIED IDEOGRAPH-29960",
    },
    Character {
        age: "3.1",
        codepoint: 0x29961,
        name: "CJK UNIFIED IDEOGRAPH-29961",
    },
    Character {
        age: "3.1",
        codepoint: 0x29962,
        name: "CJK UNIFIED IDEOGRAPH-29962",
    },
    Character {
        age: "3.1",
        codepoint: 0x29963,
        name: "CJK UNIFIED IDEOGRAPH-29963",
    },
    Character {
        age: "3.1",
        codepoint: 0x29964,
        name: "CJK UNIFIED IDEOGRAPH-29964",
    },
    Character {
        age: "3.1",
        codepoint: 0x29965,
        name: "CJK UNIFIED IDEOGRAPH-29965",
    },
    Character {
        age: "3.1",
        codepoint: 0x29966,
        name: "CJK UNIFIED IDEOGRAPH-29966",
    },
    Character {
        age: "3.1",
        codepoint: 0x29967,
        name: "CJK UNIFIED IDEOGRAPH-29967",
    },
    Character {
        age: "3.1",
        codepoint: 0x29968,
        name: "CJK UNIFIED IDEOGRAPH-29968",
    },
    Character {
        age: "3.1",
        codepoint: 0x29969,
        name: "CJK UNIFIED IDEOGRAPH-29969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2996A,
        name: "CJK UNIFIED IDEOGRAPH-2996A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2996B,
        name: "CJK UNIFIED IDEOGRAPH-2996B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2996C,
        name: "CJK UNIFIED IDEOGRAPH-2996C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2996D,
        name: "CJK UNIFIED IDEOGRAPH-2996D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2996E,
        name: "CJK UNIFIED IDEOGRAPH-2996E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2996F,
        name: "CJK UNIFIED IDEOGRAPH-2996F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29970,
        name: "CJK UNIFIED IDEOGRAPH-29970",
    },
    Character {
        age: "3.1",
        codepoint: 0x29971,
        name: "CJK UNIFIED IDEOGRAPH-29971",
    },
    Character {
        age: "3.1",
        codepoint: 0x29972,
        name: "CJK UNIFIED IDEOGRAPH-29972",
    },
    Character {
        age: "3.1",
        codepoint: 0x29973,
        name: "CJK UNIFIED IDEOGRAPH-29973",
    },
    Character {
        age: "3.1",
        codepoint: 0x29974,
        name: "CJK UNIFIED IDEOGRAPH-29974",
    },
    Character {
        age: "3.1",
        codepoint: 0x29975,
        name: "CJK UNIFIED IDEOGRAPH-29975",
    },
    Character {
        age: "3.1",
        codepoint: 0x29976,
        name: "CJK UNIFIED IDEOGRAPH-29976",
    },
    Character {
        age: "3.1",
        codepoint: 0x29977,
        name: "CJK UNIFIED IDEOGRAPH-29977",
    },
    Character {
        age: "3.1",
        codepoint: 0x29978,
        name: "CJK UNIFIED IDEOGRAPH-29978",
    },
    Character {
        age: "3.1",
        codepoint: 0x29979,
        name: "CJK UNIFIED IDEOGRAPH-29979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2997A,
        name: "CJK UNIFIED IDEOGRAPH-2997A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2997B,
        name: "CJK UNIFIED IDEOGRAPH-2997B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2997C,
        name: "CJK UNIFIED IDEOGRAPH-2997C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2997D,
        name: "CJK UNIFIED IDEOGRAPH-2997D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2997E,
        name: "CJK UNIFIED IDEOGRAPH-2997E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2997F,
        name: "CJK UNIFIED IDEOGRAPH-2997F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29980,
        name: "CJK UNIFIED IDEOGRAPH-29980",
    },
    Character {
        age: "3.1",
        codepoint: 0x29981,
        name: "CJK UNIFIED IDEOGRAPH-29981",
    },
    Character {
        age: "3.1",
        codepoint: 0x29982,
        name: "CJK UNIFIED IDEOGRAPH-29982",
    },
    Character {
        age: "3.1",
        codepoint: 0x29983,
        name: "CJK UNIFIED IDEOGRAPH-29983",
    },
    Character {
        age: "3.1",
        codepoint: 0x29984,
        name: "CJK UNIFIED IDEOGRAPH-29984",
    },
    Character {
        age: "3.1",
        codepoint: 0x29985,
        name: "CJK UNIFIED IDEOGRAPH-29985",
    },
    Character {
        age: "3.1",
        codepoint: 0x29986,
        name: "CJK UNIFIED IDEOGRAPH-29986",
    },
    Character {
        age: "3.1",
        codepoint: 0x29987,
        name: "CJK UNIFIED IDEOGRAPH-29987",
    },
    Character {
        age: "3.1",
        codepoint: 0x29988,
        name: "CJK UNIFIED IDEOGRAPH-29988",
    },
    Character {
        age: "3.1",
        codepoint: 0x29989,
        name: "CJK UNIFIED IDEOGRAPH-29989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2998A,
        name: "CJK UNIFIED IDEOGRAPH-2998A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2998B,
        name: "CJK UNIFIED IDEOGRAPH-2998B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2998C,
        name: "CJK UNIFIED IDEOGRAPH-2998C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2998D,
        name: "CJK UNIFIED IDEOGRAPH-2998D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2998E,
        name: "CJK UNIFIED IDEOGRAPH-2998E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2998F,
        name: "CJK UNIFIED IDEOGRAPH-2998F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29990,
        name: "CJK UNIFIED IDEOGRAPH-29990",
    },
    Character {
        age: "3.1",
        codepoint: 0x29991,
        name: "CJK UNIFIED IDEOGRAPH-29991",
    },
    Character {
        age: "3.1",
        codepoint: 0x29992,
        name: "CJK UNIFIED IDEOGRAPH-29992",
    },
    Character {
        age: "3.1",
        codepoint: 0x29993,
        name: "CJK UNIFIED IDEOGRAPH-29993",
    },
    Character {
        age: "3.1",
        codepoint: 0x29994,
        name: "CJK UNIFIED IDEOGRAPH-29994",
    },
    Character {
        age: "3.1",
        codepoint: 0x29995,
        name: "CJK UNIFIED IDEOGRAPH-29995",
    },
    Character {
        age: "3.1",
        codepoint: 0x29996,
        name: "CJK UNIFIED IDEOGRAPH-29996",
    },
    Character {
        age: "3.1",
        codepoint: 0x29997,
        name: "CJK UNIFIED IDEOGRAPH-29997",
    },
    Character {
        age: "3.1",
        codepoint: 0x29998,
        name: "CJK UNIFIED IDEOGRAPH-29998",
    },
    Character {
        age: "3.1",
        codepoint: 0x29999,
        name: "CJK UNIFIED IDEOGRAPH-29999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2999A,
        name: "CJK UNIFIED IDEOGRAPH-2999A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2999B,
        name: "CJK UNIFIED IDEOGRAPH-2999B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2999C,
        name: "CJK UNIFIED IDEOGRAPH-2999C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2999D,
        name: "CJK UNIFIED IDEOGRAPH-2999D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2999E,
        name: "CJK UNIFIED IDEOGRAPH-2999E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2999F,
        name: "CJK UNIFIED IDEOGRAPH-2999F",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A0,
        name: "CJK UNIFIED IDEOGRAPH-299A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A1,
        name: "CJK UNIFIED IDEOGRAPH-299A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A2,
        name: "CJK UNIFIED IDEOGRAPH-299A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A3,
        name: "CJK UNIFIED IDEOGRAPH-299A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A4,
        name: "CJK UNIFIED IDEOGRAPH-299A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A5,
        name: "CJK UNIFIED IDEOGRAPH-299A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A6,
        name: "CJK UNIFIED IDEOGRAPH-299A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A7,
        name: "CJK UNIFIED IDEOGRAPH-299A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A8,
        name: "CJK UNIFIED IDEOGRAPH-299A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x299A9,
        name: "CJK UNIFIED IDEOGRAPH-299A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x299AA,
        name: "CJK UNIFIED IDEOGRAPH-299AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x299AB,
        name: "CJK UNIFIED IDEOGRAPH-299AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x299AC,
        name: "CJK UNIFIED IDEOGRAPH-299AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x299AD,
        name: "CJK UNIFIED IDEOGRAPH-299AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x299AE,
        name: "CJK UNIFIED IDEOGRAPH-299AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x299AF,
        name: "CJK UNIFIED IDEOGRAPH-299AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B0,
        name: "CJK UNIFIED IDEOGRAPH-299B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B1,
        name: "CJK UNIFIED IDEOGRAPH-299B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B2,
        name: "CJK UNIFIED IDEOGRAPH-299B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B3,
        name: "CJK UNIFIED IDEOGRAPH-299B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B4,
        name: "CJK UNIFIED IDEOGRAPH-299B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B5,
        name: "CJK UNIFIED IDEOGRAPH-299B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B6,
        name: "CJK UNIFIED IDEOGRAPH-299B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B7,
        name: "CJK UNIFIED IDEOGRAPH-299B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B8,
        name: "CJK UNIFIED IDEOGRAPH-299B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x299B9,
        name: "CJK UNIFIED IDEOGRAPH-299B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x299BA,
        name: "CJK UNIFIED IDEOGRAPH-299BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x299BB,
        name: "CJK UNIFIED IDEOGRAPH-299BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x299BC,
        name: "CJK UNIFIED IDEOGRAPH-299BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x299BD,
        name: "CJK UNIFIED IDEOGRAPH-299BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x299BE,
        name: "CJK UNIFIED IDEOGRAPH-299BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x299BF,
        name: "CJK UNIFIED IDEOGRAPH-299BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C0,
        name: "CJK UNIFIED IDEOGRAPH-299C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C1,
        name: "CJK UNIFIED IDEOGRAPH-299C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C2,
        name: "CJK UNIFIED IDEOGRAPH-299C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C3,
        name: "CJK UNIFIED IDEOGRAPH-299C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C4,
        name: "CJK UNIFIED IDEOGRAPH-299C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C5,
        name: "CJK UNIFIED IDEOGRAPH-299C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C6,
        name: "CJK UNIFIED IDEOGRAPH-299C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C7,
        name: "CJK UNIFIED IDEOGRAPH-299C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C8,
        name: "CJK UNIFIED IDEOGRAPH-299C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x299C9,
        name: "CJK UNIFIED IDEOGRAPH-299C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x299CA,
        name: "CJK UNIFIED IDEOGRAPH-299CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x299CB,
        name: "CJK UNIFIED IDEOGRAPH-299CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x299CC,
        name: "CJK UNIFIED IDEOGRAPH-299CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x299CD,
        name: "CJK UNIFIED IDEOGRAPH-299CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x299CE,
        name: "CJK UNIFIED IDEOGRAPH-299CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x299CF,
        name: "CJK UNIFIED IDEOGRAPH-299CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D0,
        name: "CJK UNIFIED IDEOGRAPH-299D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D1,
        name: "CJK UNIFIED IDEOGRAPH-299D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D2,
        name: "CJK UNIFIED IDEOGRAPH-299D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D3,
        name: "CJK UNIFIED IDEOGRAPH-299D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D4,
        name: "CJK UNIFIED IDEOGRAPH-299D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D5,
        name: "CJK UNIFIED IDEOGRAPH-299D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D6,
        name: "CJK UNIFIED IDEOGRAPH-299D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D7,
        name: "CJK UNIFIED IDEOGRAPH-299D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D8,
        name: "CJK UNIFIED IDEOGRAPH-299D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x299D9,
        name: "CJK UNIFIED IDEOGRAPH-299D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x299DA,
        name: "CJK UNIFIED IDEOGRAPH-299DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x299DB,
        name: "CJK UNIFIED IDEOGRAPH-299DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x299DC,
        name: "CJK UNIFIED IDEOGRAPH-299DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x299DD,
        name: "CJK UNIFIED IDEOGRAPH-299DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x299DE,
        name: "CJK UNIFIED IDEOGRAPH-299DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x299DF,
        name: "CJK UNIFIED IDEOGRAPH-299DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E0,
        name: "CJK UNIFIED IDEOGRAPH-299E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E1,
        name: "CJK UNIFIED IDEOGRAPH-299E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E2,
        name: "CJK UNIFIED IDEOGRAPH-299E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E3,
        name: "CJK UNIFIED IDEOGRAPH-299E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E4,
        name: "CJK UNIFIED IDEOGRAPH-299E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E5,
        name: "CJK UNIFIED IDEOGRAPH-299E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E6,
        name: "CJK UNIFIED IDEOGRAPH-299E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E7,
        name: "CJK UNIFIED IDEOGRAPH-299E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E8,
        name: "CJK UNIFIED IDEOGRAPH-299E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x299E9,
        name: "CJK UNIFIED IDEOGRAPH-299E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x299EA,
        name: "CJK UNIFIED IDEOGRAPH-299EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x299EB,
        name: "CJK UNIFIED IDEOGRAPH-299EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x299EC,
        name: "CJK UNIFIED IDEOGRAPH-299EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x299ED,
        name: "CJK UNIFIED IDEOGRAPH-299ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x299EE,
        name: "CJK UNIFIED IDEOGRAPH-299EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x299EF,
        name: "CJK UNIFIED IDEOGRAPH-299EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F0,
        name: "CJK UNIFIED IDEOGRAPH-299F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F1,
        name: "CJK UNIFIED IDEOGRAPH-299F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F2,
        name: "CJK UNIFIED IDEOGRAPH-299F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F3,
        name: "CJK UNIFIED IDEOGRAPH-299F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F4,
        name: "CJK UNIFIED IDEOGRAPH-299F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F5,
        name: "CJK UNIFIED IDEOGRAPH-299F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F6,
        name: "CJK UNIFIED IDEOGRAPH-299F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F7,
        name: "CJK UNIFIED IDEOGRAPH-299F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F8,
        name: "CJK UNIFIED IDEOGRAPH-299F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x299F9,
        name: "CJK UNIFIED IDEOGRAPH-299F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x299FA,
        name: "CJK UNIFIED IDEOGRAPH-299FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x299FB,
        name: "CJK UNIFIED IDEOGRAPH-299FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x299FC,
        name: "CJK UNIFIED IDEOGRAPH-299FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x299FD,
        name: "CJK UNIFIED IDEOGRAPH-299FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x299FE,
        name: "CJK UNIFIED IDEOGRAPH-299FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x299FF,
        name: "CJK UNIFIED IDEOGRAPH-299FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A00,
        name: "CJK UNIFIED IDEOGRAPH-29A00",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A01,
        name: "CJK UNIFIED IDEOGRAPH-29A01",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A02,
        name: "CJK UNIFIED IDEOGRAPH-29A02",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A03,
        name: "CJK UNIFIED IDEOGRAPH-29A03",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A04,
        name: "CJK UNIFIED IDEOGRAPH-29A04",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A05,
        name: "CJK UNIFIED IDEOGRAPH-29A05",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A06,
        name: "CJK UNIFIED IDEOGRAPH-29A06",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A07,
        name: "CJK UNIFIED IDEOGRAPH-29A07",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A08,
        name: "CJK UNIFIED IDEOGRAPH-29A08",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A09,
        name: "CJK UNIFIED IDEOGRAPH-29A09",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A0A,
        name: "CJK UNIFIED IDEOGRAPH-29A0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A0B,
        name: "CJK UNIFIED IDEOGRAPH-29A0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A0C,
        name: "CJK UNIFIED IDEOGRAPH-29A0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A0D,
        name: "CJK UNIFIED IDEOGRAPH-29A0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A0E,
        name: "CJK UNIFIED IDEOGRAPH-29A0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A0F,
        name: "CJK UNIFIED IDEOGRAPH-29A0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A10,
        name: "CJK UNIFIED IDEOGRAPH-29A10",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A11,
        name: "CJK UNIFIED IDEOGRAPH-29A11",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A12,
        name: "CJK UNIFIED IDEOGRAPH-29A12",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A13,
        name: "CJK UNIFIED IDEOGRAPH-29A13",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A14,
        name: "CJK UNIFIED IDEOGRAPH-29A14",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A15,
        name: "CJK UNIFIED IDEOGRAPH-29A15",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A16,
        name: "CJK UNIFIED IDEOGRAPH-29A16",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A17,
        name: "CJK UNIFIED IDEOGRAPH-29A17",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A18,
        name: "CJK UNIFIED IDEOGRAPH-29A18",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A19,
        name: "CJK UNIFIED IDEOGRAPH-29A19",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A1A,
        name: "CJK UNIFIED IDEOGRAPH-29A1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A1B,
        name: "CJK UNIFIED IDEOGRAPH-29A1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A1C,
        name: "CJK UNIFIED IDEOGRAPH-29A1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A1D,
        name: "CJK UNIFIED IDEOGRAPH-29A1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A1E,
        name: "CJK UNIFIED IDEOGRAPH-29A1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A1F,
        name: "CJK UNIFIED IDEOGRAPH-29A1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A20,
        name: "CJK UNIFIED IDEOGRAPH-29A20",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A21,
        name: "CJK UNIFIED IDEOGRAPH-29A21",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A22,
        name: "CJK UNIFIED IDEOGRAPH-29A22",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A23,
        name: "CJK UNIFIED IDEOGRAPH-29A23",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A24,
        name: "CJK UNIFIED IDEOGRAPH-29A24",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A25,
        name: "CJK UNIFIED IDEOGRAPH-29A25",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A26,
        name: "CJK UNIFIED IDEOGRAPH-29A26",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A27,
        name: "CJK UNIFIED IDEOGRAPH-29A27",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A28,
        name: "CJK UNIFIED IDEOGRAPH-29A28",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A29,
        name: "CJK UNIFIED IDEOGRAPH-29A29",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A2A,
        name: "CJK UNIFIED IDEOGRAPH-29A2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A2B,
        name: "CJK UNIFIED IDEOGRAPH-29A2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A2C,
        name: "CJK UNIFIED IDEOGRAPH-29A2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A2D,
        name: "CJK UNIFIED IDEOGRAPH-29A2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A2E,
        name: "CJK UNIFIED IDEOGRAPH-29A2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A2F,
        name: "CJK UNIFIED IDEOGRAPH-29A2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A30,
        name: "CJK UNIFIED IDEOGRAPH-29A30",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A31,
        name: "CJK UNIFIED IDEOGRAPH-29A31",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A32,
        name: "CJK UNIFIED IDEOGRAPH-29A32",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A33,
        name: "CJK UNIFIED IDEOGRAPH-29A33",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A34,
        name: "CJK UNIFIED IDEOGRAPH-29A34",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A35,
        name: "CJK UNIFIED IDEOGRAPH-29A35",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A36,
        name: "CJK UNIFIED IDEOGRAPH-29A36",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A37,
        name: "CJK UNIFIED IDEOGRAPH-29A37",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A38,
        name: "CJK UNIFIED IDEOGRAPH-29A38",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A39,
        name: "CJK UNIFIED IDEOGRAPH-29A39",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A3A,
        name: "CJK UNIFIED IDEOGRAPH-29A3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A3B,
        name: "CJK UNIFIED IDEOGRAPH-29A3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A3C,
        name: "CJK UNIFIED IDEOGRAPH-29A3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A3D,
        name: "CJK UNIFIED IDEOGRAPH-29A3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A3E,
        name: "CJK UNIFIED IDEOGRAPH-29A3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A3F,
        name: "CJK UNIFIED IDEOGRAPH-29A3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A40,
        name: "CJK UNIFIED IDEOGRAPH-29A40",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A41,
        name: "CJK UNIFIED IDEOGRAPH-29A41",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A42,
        name: "CJK UNIFIED IDEOGRAPH-29A42",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A43,
        name: "CJK UNIFIED IDEOGRAPH-29A43",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A44,
        name: "CJK UNIFIED IDEOGRAPH-29A44",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A45,
        name: "CJK UNIFIED IDEOGRAPH-29A45",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A46,
        name: "CJK UNIFIED IDEOGRAPH-29A46",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A47,
        name: "CJK UNIFIED IDEOGRAPH-29A47",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A48,
        name: "CJK UNIFIED IDEOGRAPH-29A48",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A49,
        name: "CJK UNIFIED IDEOGRAPH-29A49",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A4A,
        name: "CJK UNIFIED IDEOGRAPH-29A4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A4B,
        name: "CJK UNIFIED IDEOGRAPH-29A4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A4C,
        name: "CJK UNIFIED IDEOGRAPH-29A4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A4D,
        name: "CJK UNIFIED IDEOGRAPH-29A4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A4E,
        name: "CJK UNIFIED IDEOGRAPH-29A4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A4F,
        name: "CJK UNIFIED IDEOGRAPH-29A4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A50,
        name: "CJK UNIFIED IDEOGRAPH-29A50",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A51,
        name: "CJK UNIFIED IDEOGRAPH-29A51",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A52,
        name: "CJK UNIFIED IDEOGRAPH-29A52",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A53,
        name: "CJK UNIFIED IDEOGRAPH-29A53",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A54,
        name: "CJK UNIFIED IDEOGRAPH-29A54",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A55,
        name: "CJK UNIFIED IDEOGRAPH-29A55",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A56,
        name: "CJK UNIFIED IDEOGRAPH-29A56",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A57,
        name: "CJK UNIFIED IDEOGRAPH-29A57",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A58,
        name: "CJK UNIFIED IDEOGRAPH-29A58",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A59,
        name: "CJK UNIFIED IDEOGRAPH-29A59",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A5A,
        name: "CJK UNIFIED IDEOGRAPH-29A5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A5B,
        name: "CJK UNIFIED IDEOGRAPH-29A5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A5C,
        name: "CJK UNIFIED IDEOGRAPH-29A5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A5D,
        name: "CJK UNIFIED IDEOGRAPH-29A5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A5E,
        name: "CJK UNIFIED IDEOGRAPH-29A5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A5F,
        name: "CJK UNIFIED IDEOGRAPH-29A5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A60,
        name: "CJK UNIFIED IDEOGRAPH-29A60",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A61,
        name: "CJK UNIFIED IDEOGRAPH-29A61",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A62,
        name: "CJK UNIFIED IDEOGRAPH-29A62",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A63,
        name: "CJK UNIFIED IDEOGRAPH-29A63",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A64,
        name: "CJK UNIFIED IDEOGRAPH-29A64",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A65,
        name: "CJK UNIFIED IDEOGRAPH-29A65",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A66,
        name: "CJK UNIFIED IDEOGRAPH-29A66",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A67,
        name: "CJK UNIFIED IDEOGRAPH-29A67",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A68,
        name: "CJK UNIFIED IDEOGRAPH-29A68",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A69,
        name: "CJK UNIFIED IDEOGRAPH-29A69",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A6A,
        name: "CJK UNIFIED IDEOGRAPH-29A6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A6B,
        name: "CJK UNIFIED IDEOGRAPH-29A6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A6C,
        name: "CJK UNIFIED IDEOGRAPH-29A6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A6D,
        name: "CJK UNIFIED IDEOGRAPH-29A6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A6E,
        name: "CJK UNIFIED IDEOGRAPH-29A6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A6F,
        name: "CJK UNIFIED IDEOGRAPH-29A6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A70,
        name: "CJK UNIFIED IDEOGRAPH-29A70",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A71,
        name: "CJK UNIFIED IDEOGRAPH-29A71",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A72,
        name: "CJK UNIFIED IDEOGRAPH-29A72",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A73,
        name: "CJK UNIFIED IDEOGRAPH-29A73",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A74,
        name: "CJK UNIFIED IDEOGRAPH-29A74",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A75,
        name: "CJK UNIFIED IDEOGRAPH-29A75",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A76,
        name: "CJK UNIFIED IDEOGRAPH-29A76",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A77,
        name: "CJK UNIFIED IDEOGRAPH-29A77",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A78,
        name: "CJK UNIFIED IDEOGRAPH-29A78",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A79,
        name: "CJK UNIFIED IDEOGRAPH-29A79",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A7A,
        name: "CJK UNIFIED IDEOGRAPH-29A7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A7B,
        name: "CJK UNIFIED IDEOGRAPH-29A7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A7C,
        name: "CJK UNIFIED IDEOGRAPH-29A7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A7D,
        name: "CJK UNIFIED IDEOGRAPH-29A7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A7E,
        name: "CJK UNIFIED IDEOGRAPH-29A7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A7F,
        name: "CJK UNIFIED IDEOGRAPH-29A7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A80,
        name: "CJK UNIFIED IDEOGRAPH-29A80",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A81,
        name: "CJK UNIFIED IDEOGRAPH-29A81",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A82,
        name: "CJK UNIFIED IDEOGRAPH-29A82",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A83,
        name: "CJK UNIFIED IDEOGRAPH-29A83",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A84,
        name: "CJK UNIFIED IDEOGRAPH-29A84",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A85,
        name: "CJK UNIFIED IDEOGRAPH-29A85",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A86,
        name: "CJK UNIFIED IDEOGRAPH-29A86",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A87,
        name: "CJK UNIFIED IDEOGRAPH-29A87",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A88,
        name: "CJK UNIFIED IDEOGRAPH-29A88",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A89,
        name: "CJK UNIFIED IDEOGRAPH-29A89",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A8A,
        name: "CJK UNIFIED IDEOGRAPH-29A8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A8B,
        name: "CJK UNIFIED IDEOGRAPH-29A8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A8C,
        name: "CJK UNIFIED IDEOGRAPH-29A8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A8D,
        name: "CJK UNIFIED IDEOGRAPH-29A8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A8E,
        name: "CJK UNIFIED IDEOGRAPH-29A8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A8F,
        name: "CJK UNIFIED IDEOGRAPH-29A8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A90,
        name: "CJK UNIFIED IDEOGRAPH-29A90",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A91,
        name: "CJK UNIFIED IDEOGRAPH-29A91",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A92,
        name: "CJK UNIFIED IDEOGRAPH-29A92",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A93,
        name: "CJK UNIFIED IDEOGRAPH-29A93",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A94,
        name: "CJK UNIFIED IDEOGRAPH-29A94",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A95,
        name: "CJK UNIFIED IDEOGRAPH-29A95",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A96,
        name: "CJK UNIFIED IDEOGRAPH-29A96",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A97,
        name: "CJK UNIFIED IDEOGRAPH-29A97",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A98,
        name: "CJK UNIFIED IDEOGRAPH-29A98",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A99,
        name: "CJK UNIFIED IDEOGRAPH-29A99",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A9A,
        name: "CJK UNIFIED IDEOGRAPH-29A9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A9B,
        name: "CJK UNIFIED IDEOGRAPH-29A9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A9C,
        name: "CJK UNIFIED IDEOGRAPH-29A9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A9D,
        name: "CJK UNIFIED IDEOGRAPH-29A9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A9E,
        name: "CJK UNIFIED IDEOGRAPH-29A9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29A9F,
        name: "CJK UNIFIED IDEOGRAPH-29A9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA0,
        name: "CJK UNIFIED IDEOGRAPH-29AA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA1,
        name: "CJK UNIFIED IDEOGRAPH-29AA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA2,
        name: "CJK UNIFIED IDEOGRAPH-29AA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA3,
        name: "CJK UNIFIED IDEOGRAPH-29AA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA4,
        name: "CJK UNIFIED IDEOGRAPH-29AA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA5,
        name: "CJK UNIFIED IDEOGRAPH-29AA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA6,
        name: "CJK UNIFIED IDEOGRAPH-29AA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA7,
        name: "CJK UNIFIED IDEOGRAPH-29AA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA8,
        name: "CJK UNIFIED IDEOGRAPH-29AA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AA9,
        name: "CJK UNIFIED IDEOGRAPH-29AA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AAA,
        name: "CJK UNIFIED IDEOGRAPH-29AAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AAB,
        name: "CJK UNIFIED IDEOGRAPH-29AAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AAC,
        name: "CJK UNIFIED IDEOGRAPH-29AAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AAD,
        name: "CJK UNIFIED IDEOGRAPH-29AAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AAE,
        name: "CJK UNIFIED IDEOGRAPH-29AAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AAF,
        name: "CJK UNIFIED IDEOGRAPH-29AAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB0,
        name: "CJK UNIFIED IDEOGRAPH-29AB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB1,
        name: "CJK UNIFIED IDEOGRAPH-29AB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB2,
        name: "CJK UNIFIED IDEOGRAPH-29AB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB3,
        name: "CJK UNIFIED IDEOGRAPH-29AB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB4,
        name: "CJK UNIFIED IDEOGRAPH-29AB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB5,
        name: "CJK UNIFIED IDEOGRAPH-29AB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB6,
        name: "CJK UNIFIED IDEOGRAPH-29AB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB7,
        name: "CJK UNIFIED IDEOGRAPH-29AB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB8,
        name: "CJK UNIFIED IDEOGRAPH-29AB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AB9,
        name: "CJK UNIFIED IDEOGRAPH-29AB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ABA,
        name: "CJK UNIFIED IDEOGRAPH-29ABA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ABB,
        name: "CJK UNIFIED IDEOGRAPH-29ABB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ABC,
        name: "CJK UNIFIED IDEOGRAPH-29ABC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ABD,
        name: "CJK UNIFIED IDEOGRAPH-29ABD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ABE,
        name: "CJK UNIFIED IDEOGRAPH-29ABE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ABF,
        name: "CJK UNIFIED IDEOGRAPH-29ABF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC0,
        name: "CJK UNIFIED IDEOGRAPH-29AC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC1,
        name: "CJK UNIFIED IDEOGRAPH-29AC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC2,
        name: "CJK UNIFIED IDEOGRAPH-29AC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC3,
        name: "CJK UNIFIED IDEOGRAPH-29AC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC4,
        name: "CJK UNIFIED IDEOGRAPH-29AC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC5,
        name: "CJK UNIFIED IDEOGRAPH-29AC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC6,
        name: "CJK UNIFIED IDEOGRAPH-29AC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC7,
        name: "CJK UNIFIED IDEOGRAPH-29AC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC8,
        name: "CJK UNIFIED IDEOGRAPH-29AC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AC9,
        name: "CJK UNIFIED IDEOGRAPH-29AC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ACA,
        name: "CJK UNIFIED IDEOGRAPH-29ACA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ACB,
        name: "CJK UNIFIED IDEOGRAPH-29ACB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ACC,
        name: "CJK UNIFIED IDEOGRAPH-29ACC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ACD,
        name: "CJK UNIFIED IDEOGRAPH-29ACD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ACE,
        name: "CJK UNIFIED IDEOGRAPH-29ACE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ACF,
        name: "CJK UNIFIED IDEOGRAPH-29ACF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD0,
        name: "CJK UNIFIED IDEOGRAPH-29AD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD1,
        name: "CJK UNIFIED IDEOGRAPH-29AD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD2,
        name: "CJK UNIFIED IDEOGRAPH-29AD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD3,
        name: "CJK UNIFIED IDEOGRAPH-29AD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD4,
        name: "CJK UNIFIED IDEOGRAPH-29AD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD5,
        name: "CJK UNIFIED IDEOGRAPH-29AD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD6,
        name: "CJK UNIFIED IDEOGRAPH-29AD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD7,
        name: "CJK UNIFIED IDEOGRAPH-29AD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD8,
        name: "CJK UNIFIED IDEOGRAPH-29AD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AD9,
        name: "CJK UNIFIED IDEOGRAPH-29AD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ADA,
        name: "CJK UNIFIED IDEOGRAPH-29ADA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ADB,
        name: "CJK UNIFIED IDEOGRAPH-29ADB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ADC,
        name: "CJK UNIFIED IDEOGRAPH-29ADC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ADD,
        name: "CJK UNIFIED IDEOGRAPH-29ADD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ADE,
        name: "CJK UNIFIED IDEOGRAPH-29ADE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ADF,
        name: "CJK UNIFIED IDEOGRAPH-29ADF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE0,
        name: "CJK UNIFIED IDEOGRAPH-29AE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE1,
        name: "CJK UNIFIED IDEOGRAPH-29AE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE2,
        name: "CJK UNIFIED IDEOGRAPH-29AE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE3,
        name: "CJK UNIFIED IDEOGRAPH-29AE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE4,
        name: "CJK UNIFIED IDEOGRAPH-29AE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE5,
        name: "CJK UNIFIED IDEOGRAPH-29AE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE6,
        name: "CJK UNIFIED IDEOGRAPH-29AE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE7,
        name: "CJK UNIFIED IDEOGRAPH-29AE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE8,
        name: "CJK UNIFIED IDEOGRAPH-29AE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AE9,
        name: "CJK UNIFIED IDEOGRAPH-29AE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AEA,
        name: "CJK UNIFIED IDEOGRAPH-29AEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AEB,
        name: "CJK UNIFIED IDEOGRAPH-29AEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AEC,
        name: "CJK UNIFIED IDEOGRAPH-29AEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AED,
        name: "CJK UNIFIED IDEOGRAPH-29AED",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AEE,
        name: "CJK UNIFIED IDEOGRAPH-29AEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AEF,
        name: "CJK UNIFIED IDEOGRAPH-29AEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF0,
        name: "CJK UNIFIED IDEOGRAPH-29AF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF1,
        name: "CJK UNIFIED IDEOGRAPH-29AF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF2,
        name: "CJK UNIFIED IDEOGRAPH-29AF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF3,
        name: "CJK UNIFIED IDEOGRAPH-29AF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF4,
        name: "CJK UNIFIED IDEOGRAPH-29AF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF5,
        name: "CJK UNIFIED IDEOGRAPH-29AF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF6,
        name: "CJK UNIFIED IDEOGRAPH-29AF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF7,
        name: "CJK UNIFIED IDEOGRAPH-29AF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF8,
        name: "CJK UNIFIED IDEOGRAPH-29AF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AF9,
        name: "CJK UNIFIED IDEOGRAPH-29AF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AFA,
        name: "CJK UNIFIED IDEOGRAPH-29AFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AFB,
        name: "CJK UNIFIED IDEOGRAPH-29AFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AFC,
        name: "CJK UNIFIED IDEOGRAPH-29AFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AFD,
        name: "CJK UNIFIED IDEOGRAPH-29AFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AFE,
        name: "CJK UNIFIED IDEOGRAPH-29AFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29AFF,
        name: "CJK UNIFIED IDEOGRAPH-29AFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B00,
        name: "CJK UNIFIED IDEOGRAPH-29B00",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B01,
        name: "CJK UNIFIED IDEOGRAPH-29B01",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B02,
        name: "CJK UNIFIED IDEOGRAPH-29B02",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B03,
        name: "CJK UNIFIED IDEOGRAPH-29B03",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B04,
        name: "CJK UNIFIED IDEOGRAPH-29B04",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B05,
        name: "CJK UNIFIED IDEOGRAPH-29B05",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B06,
        name: "CJK UNIFIED IDEOGRAPH-29B06",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B07,
        name: "CJK UNIFIED IDEOGRAPH-29B07",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B08,
        name: "CJK UNIFIED IDEOGRAPH-29B08",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B09,
        name: "CJK UNIFIED IDEOGRAPH-29B09",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B0A,
        name: "CJK UNIFIED IDEOGRAPH-29B0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B0B,
        name: "CJK UNIFIED IDEOGRAPH-29B0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B0C,
        name: "CJK UNIFIED IDEOGRAPH-29B0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B0D,
        name: "CJK UNIFIED IDEOGRAPH-29B0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B0E,
        name: "CJK UNIFIED IDEOGRAPH-29B0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B0F,
        name: "CJK UNIFIED IDEOGRAPH-29B0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B10,
        name: "CJK UNIFIED IDEOGRAPH-29B10",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B11,
        name: "CJK UNIFIED IDEOGRAPH-29B11",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B12,
        name: "CJK UNIFIED IDEOGRAPH-29B12",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B13,
        name: "CJK UNIFIED IDEOGRAPH-29B13",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B14,
        name: "CJK UNIFIED IDEOGRAPH-29B14",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B15,
        name: "CJK UNIFIED IDEOGRAPH-29B15",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B16,
        name: "CJK UNIFIED IDEOGRAPH-29B16",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B17,
        name: "CJK UNIFIED IDEOGRAPH-29B17",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B18,
        name: "CJK UNIFIED IDEOGRAPH-29B18",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B19,
        name: "CJK UNIFIED IDEOGRAPH-29B19",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B1A,
        name: "CJK UNIFIED IDEOGRAPH-29B1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B1B,
        name: "CJK UNIFIED IDEOGRAPH-29B1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B1C,
        name: "CJK UNIFIED IDEOGRAPH-29B1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B1D,
        name: "CJK UNIFIED IDEOGRAPH-29B1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B1E,
        name: "CJK UNIFIED IDEOGRAPH-29B1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B1F,
        name: "CJK UNIFIED IDEOGRAPH-29B1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B20,
        name: "CJK UNIFIED IDEOGRAPH-29B20",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B21,
        name: "CJK UNIFIED IDEOGRAPH-29B21",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B22,
        name: "CJK UNIFIED IDEOGRAPH-29B22",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B23,
        name: "CJK UNIFIED IDEOGRAPH-29B23",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B24,
        name: "CJK UNIFIED IDEOGRAPH-29B24",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B25,
        name: "CJK UNIFIED IDEOGRAPH-29B25",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B26,
        name: "CJK UNIFIED IDEOGRAPH-29B26",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B27,
        name: "CJK UNIFIED IDEOGRAPH-29B27",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B28,
        name: "CJK UNIFIED IDEOGRAPH-29B28",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B29,
        name: "CJK UNIFIED IDEOGRAPH-29B29",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B2A,
        name: "CJK UNIFIED IDEOGRAPH-29B2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B2B,
        name: "CJK UNIFIED IDEOGRAPH-29B2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B2C,
        name: "CJK UNIFIED IDEOGRAPH-29B2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B2D,
        name: "CJK UNIFIED IDEOGRAPH-29B2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B2E,
        name: "CJK UNIFIED IDEOGRAPH-29B2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B2F,
        name: "CJK UNIFIED IDEOGRAPH-29B2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B30,
        name: "CJK UNIFIED IDEOGRAPH-29B30",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B31,
        name: "CJK UNIFIED IDEOGRAPH-29B31",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B32,
        name: "CJK UNIFIED IDEOGRAPH-29B32",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B33,
        name: "CJK UNIFIED IDEOGRAPH-29B33",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B34,
        name: "CJK UNIFIED IDEOGRAPH-29B34",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B35,
        name: "CJK UNIFIED IDEOGRAPH-29B35",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B36,
        name: "CJK UNIFIED IDEOGRAPH-29B36",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B37,
        name: "CJK UNIFIED IDEOGRAPH-29B37",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B38,
        name: "CJK UNIFIED IDEOGRAPH-29B38",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B39,
        name: "CJK UNIFIED IDEOGRAPH-29B39",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B3A,
        name: "CJK UNIFIED IDEOGRAPH-29B3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B3B,
        name: "CJK UNIFIED IDEOGRAPH-29B3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B3C,
        name: "CJK UNIFIED IDEOGRAPH-29B3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B3D,
        name: "CJK UNIFIED IDEOGRAPH-29B3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B3E,
        name: "CJK UNIFIED IDEOGRAPH-29B3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B3F,
        name: "CJK UNIFIED IDEOGRAPH-29B3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B40,
        name: "CJK UNIFIED IDEOGRAPH-29B40",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B41,
        name: "CJK UNIFIED IDEOGRAPH-29B41",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B42,
        name: "CJK UNIFIED IDEOGRAPH-29B42",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B43,
        name: "CJK UNIFIED IDEOGRAPH-29B43",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B44,
        name: "CJK UNIFIED IDEOGRAPH-29B44",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B45,
        name: "CJK UNIFIED IDEOGRAPH-29B45",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B46,
        name: "CJK UNIFIED IDEOGRAPH-29B46",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B47,
        name: "CJK UNIFIED IDEOGRAPH-29B47",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B48,
        name: "CJK UNIFIED IDEOGRAPH-29B48",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B49,
        name: "CJK UNIFIED IDEOGRAPH-29B49",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B4A,
        name: "CJK UNIFIED IDEOGRAPH-29B4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B4B,
        name: "CJK UNIFIED IDEOGRAPH-29B4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B4C,
        name: "CJK UNIFIED IDEOGRAPH-29B4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B4D,
        name: "CJK UNIFIED IDEOGRAPH-29B4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B4E,
        name: "CJK UNIFIED IDEOGRAPH-29B4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B4F,
        name: "CJK UNIFIED IDEOGRAPH-29B4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B50,
        name: "CJK UNIFIED IDEOGRAPH-29B50",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B51,
        name: "CJK UNIFIED IDEOGRAPH-29B51",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B52,
        name: "CJK UNIFIED IDEOGRAPH-29B52",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B53,
        name: "CJK UNIFIED IDEOGRAPH-29B53",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B54,
        name: "CJK UNIFIED IDEOGRAPH-29B54",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B55,
        name: "CJK UNIFIED IDEOGRAPH-29B55",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B56,
        name: "CJK UNIFIED IDEOGRAPH-29B56",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B57,
        name: "CJK UNIFIED IDEOGRAPH-29B57",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B58,
        name: "CJK UNIFIED IDEOGRAPH-29B58",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B59,
        name: "CJK UNIFIED IDEOGRAPH-29B59",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B5A,
        name: "CJK UNIFIED IDEOGRAPH-29B5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B5B,
        name: "CJK UNIFIED IDEOGRAPH-29B5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B5C,
        name: "CJK UNIFIED IDEOGRAPH-29B5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B5D,
        name: "CJK UNIFIED IDEOGRAPH-29B5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B5E,
        name: "CJK UNIFIED IDEOGRAPH-29B5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B5F,
        name: "CJK UNIFIED IDEOGRAPH-29B5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B60,
        name: "CJK UNIFIED IDEOGRAPH-29B60",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B61,
        name: "CJK UNIFIED IDEOGRAPH-29B61",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B62,
        name: "CJK UNIFIED IDEOGRAPH-29B62",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B63,
        name: "CJK UNIFIED IDEOGRAPH-29B63",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B64,
        name: "CJK UNIFIED IDEOGRAPH-29B64",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B65,
        name: "CJK UNIFIED IDEOGRAPH-29B65",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B66,
        name: "CJK UNIFIED IDEOGRAPH-29B66",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B67,
        name: "CJK UNIFIED IDEOGRAPH-29B67",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B68,
        name: "CJK UNIFIED IDEOGRAPH-29B68",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B69,
        name: "CJK UNIFIED IDEOGRAPH-29B69",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B6A,
        name: "CJK UNIFIED IDEOGRAPH-29B6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B6B,
        name: "CJK UNIFIED IDEOGRAPH-29B6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B6C,
        name: "CJK UNIFIED IDEOGRAPH-29B6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B6D,
        name: "CJK UNIFIED IDEOGRAPH-29B6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B6E,
        name: "CJK UNIFIED IDEOGRAPH-29B6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B6F,
        name: "CJK UNIFIED IDEOGRAPH-29B6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B70,
        name: "CJK UNIFIED IDEOGRAPH-29B70",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B71,
        name: "CJK UNIFIED IDEOGRAPH-29B71",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B72,
        name: "CJK UNIFIED IDEOGRAPH-29B72",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B73,
        name: "CJK UNIFIED IDEOGRAPH-29B73",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B74,
        name: "CJK UNIFIED IDEOGRAPH-29B74",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B75,
        name: "CJK UNIFIED IDEOGRAPH-29B75",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B76,
        name: "CJK UNIFIED IDEOGRAPH-29B76",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B77,
        name: "CJK UNIFIED IDEOGRAPH-29B77",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B78,
        name: "CJK UNIFIED IDEOGRAPH-29B78",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B79,
        name: "CJK UNIFIED IDEOGRAPH-29B79",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B7A,
        name: "CJK UNIFIED IDEOGRAPH-29B7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B7B,
        name: "CJK UNIFIED IDEOGRAPH-29B7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B7C,
        name: "CJK UNIFIED IDEOGRAPH-29B7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B7D,
        name: "CJK UNIFIED IDEOGRAPH-29B7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B7E,
        name: "CJK UNIFIED IDEOGRAPH-29B7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B7F,
        name: "CJK UNIFIED IDEOGRAPH-29B7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B80,
        name: "CJK UNIFIED IDEOGRAPH-29B80",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B81,
        name: "CJK UNIFIED IDEOGRAPH-29B81",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B82,
        name: "CJK UNIFIED IDEOGRAPH-29B82",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B83,
        name: "CJK UNIFIED IDEOGRAPH-29B83",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B84,
        name: "CJK UNIFIED IDEOGRAPH-29B84",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B85,
        name: "CJK UNIFIED IDEOGRAPH-29B85",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B86,
        name: "CJK UNIFIED IDEOGRAPH-29B86",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B87,
        name: "CJK UNIFIED IDEOGRAPH-29B87",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B88,
        name: "CJK UNIFIED IDEOGRAPH-29B88",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B89,
        name: "CJK UNIFIED IDEOGRAPH-29B89",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B8A,
        name: "CJK UNIFIED IDEOGRAPH-29B8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B8B,
        name: "CJK UNIFIED IDEOGRAPH-29B8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B8C,
        name: "CJK UNIFIED IDEOGRAPH-29B8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B8D,
        name: "CJK UNIFIED IDEOGRAPH-29B8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B8E,
        name: "CJK UNIFIED IDEOGRAPH-29B8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B8F,
        name: "CJK UNIFIED IDEOGRAPH-29B8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B90,
        name: "CJK UNIFIED IDEOGRAPH-29B90",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B91,
        name: "CJK UNIFIED IDEOGRAPH-29B91",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B92,
        name: "CJK UNIFIED IDEOGRAPH-29B92",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B93,
        name: "CJK UNIFIED IDEOGRAPH-29B93",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B94,
        name: "CJK UNIFIED IDEOGRAPH-29B94",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B95,
        name: "CJK UNIFIED IDEOGRAPH-29B95",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B96,
        name: "CJK UNIFIED IDEOGRAPH-29B96",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B97,
        name: "CJK UNIFIED IDEOGRAPH-29B97",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B98,
        name: "CJK UNIFIED IDEOGRAPH-29B98",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B99,
        name: "CJK UNIFIED IDEOGRAPH-29B99",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B9A,
        name: "CJK UNIFIED IDEOGRAPH-29B9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B9B,
        name: "CJK UNIFIED IDEOGRAPH-29B9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B9C,
        name: "CJK UNIFIED IDEOGRAPH-29B9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B9D,
        name: "CJK UNIFIED IDEOGRAPH-29B9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B9E,
        name: "CJK UNIFIED IDEOGRAPH-29B9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29B9F,
        name: "CJK UNIFIED IDEOGRAPH-29B9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA0,
        name: "CJK UNIFIED IDEOGRAPH-29BA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA1,
        name: "CJK UNIFIED IDEOGRAPH-29BA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA2,
        name: "CJK UNIFIED IDEOGRAPH-29BA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA3,
        name: "CJK UNIFIED IDEOGRAPH-29BA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA4,
        name: "CJK UNIFIED IDEOGRAPH-29BA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA5,
        name: "CJK UNIFIED IDEOGRAPH-29BA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA6,
        name: "CJK UNIFIED IDEOGRAPH-29BA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA7,
        name: "CJK UNIFIED IDEOGRAPH-29BA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA8,
        name: "CJK UNIFIED IDEOGRAPH-29BA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BA9,
        name: "CJK UNIFIED IDEOGRAPH-29BA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BAA,
        name: "CJK UNIFIED IDEOGRAPH-29BAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BAB,
        name: "CJK UNIFIED IDEOGRAPH-29BAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BAC,
        name: "CJK UNIFIED IDEOGRAPH-29BAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BAD,
        name: "CJK UNIFIED IDEOGRAPH-29BAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BAE,
        name: "CJK UNIFIED IDEOGRAPH-29BAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BAF,
        name: "CJK UNIFIED IDEOGRAPH-29BAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB0,
        name: "CJK UNIFIED IDEOGRAPH-29BB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB1,
        name: "CJK UNIFIED IDEOGRAPH-29BB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB2,
        name: "CJK UNIFIED IDEOGRAPH-29BB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB3,
        name: "CJK UNIFIED IDEOGRAPH-29BB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB4,
        name: "CJK UNIFIED IDEOGRAPH-29BB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB5,
        name: "CJK UNIFIED IDEOGRAPH-29BB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB6,
        name: "CJK UNIFIED IDEOGRAPH-29BB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB7,
        name: "CJK UNIFIED IDEOGRAPH-29BB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB8,
        name: "CJK UNIFIED IDEOGRAPH-29BB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BB9,
        name: "CJK UNIFIED IDEOGRAPH-29BB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BBA,
        name: "CJK UNIFIED IDEOGRAPH-29BBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BBB,
        name: "CJK UNIFIED IDEOGRAPH-29BBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BBC,
        name: "CJK UNIFIED IDEOGRAPH-29BBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BBD,
        name: "CJK UNIFIED IDEOGRAPH-29BBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BBE,
        name: "CJK UNIFIED IDEOGRAPH-29BBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BBF,
        name: "CJK UNIFIED IDEOGRAPH-29BBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC0,
        name: "CJK UNIFIED IDEOGRAPH-29BC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC1,
        name: "CJK UNIFIED IDEOGRAPH-29BC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC2,
        name: "CJK UNIFIED IDEOGRAPH-29BC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC3,
        name: "CJK UNIFIED IDEOGRAPH-29BC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC4,
        name: "CJK UNIFIED IDEOGRAPH-29BC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC5,
        name: "CJK UNIFIED IDEOGRAPH-29BC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC6,
        name: "CJK UNIFIED IDEOGRAPH-29BC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC7,
        name: "CJK UNIFIED IDEOGRAPH-29BC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC8,
        name: "CJK UNIFIED IDEOGRAPH-29BC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BC9,
        name: "CJK UNIFIED IDEOGRAPH-29BC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BCA,
        name: "CJK UNIFIED IDEOGRAPH-29BCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BCB,
        name: "CJK UNIFIED IDEOGRAPH-29BCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BCC,
        name: "CJK UNIFIED IDEOGRAPH-29BCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BCD,
        name: "CJK UNIFIED IDEOGRAPH-29BCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BCE,
        name: "CJK UNIFIED IDEOGRAPH-29BCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BCF,
        name: "CJK UNIFIED IDEOGRAPH-29BCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD0,
        name: "CJK UNIFIED IDEOGRAPH-29BD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD1,
        name: "CJK UNIFIED IDEOGRAPH-29BD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD2,
        name: "CJK UNIFIED IDEOGRAPH-29BD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD3,
        name: "CJK UNIFIED IDEOGRAPH-29BD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD4,
        name: "CJK UNIFIED IDEOGRAPH-29BD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD5,
        name: "CJK UNIFIED IDEOGRAPH-29BD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD6,
        name: "CJK UNIFIED IDEOGRAPH-29BD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD7,
        name: "CJK UNIFIED IDEOGRAPH-29BD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD8,
        name: "CJK UNIFIED IDEOGRAPH-29BD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BD9,
        name: "CJK UNIFIED IDEOGRAPH-29BD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BDA,
        name: "CJK UNIFIED IDEOGRAPH-29BDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BDB,
        name: "CJK UNIFIED IDEOGRAPH-29BDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BDC,
        name: "CJK UNIFIED IDEOGRAPH-29BDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BDD,
        name: "CJK UNIFIED IDEOGRAPH-29BDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BDE,
        name: "CJK UNIFIED IDEOGRAPH-29BDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BDF,
        name: "CJK UNIFIED IDEOGRAPH-29BDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE0,
        name: "CJK UNIFIED IDEOGRAPH-29BE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE1,
        name: "CJK UNIFIED IDEOGRAPH-29BE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE2,
        name: "CJK UNIFIED IDEOGRAPH-29BE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE3,
        name: "CJK UNIFIED IDEOGRAPH-29BE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE4,
        name: "CJK UNIFIED IDEOGRAPH-29BE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE5,
        name: "CJK UNIFIED IDEOGRAPH-29BE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE6,
        name: "CJK UNIFIED IDEOGRAPH-29BE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE7,
        name: "CJK UNIFIED IDEOGRAPH-29BE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE8,
        name: "CJK UNIFIED IDEOGRAPH-29BE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BE9,
        name: "CJK UNIFIED IDEOGRAPH-29BE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BEA,
        name: "CJK UNIFIED IDEOGRAPH-29BEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BEB,
        name: "CJK UNIFIED IDEOGRAPH-29BEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BEC,
        name: "CJK UNIFIED IDEOGRAPH-29BEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BED,
        name: "CJK UNIFIED IDEOGRAPH-29BED",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BEE,
        name: "CJK UNIFIED IDEOGRAPH-29BEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BEF,
        name: "CJK UNIFIED IDEOGRAPH-29BEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF0,
        name: "CJK UNIFIED IDEOGRAPH-29BF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF1,
        name: "CJK UNIFIED IDEOGRAPH-29BF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF2,
        name: "CJK UNIFIED IDEOGRAPH-29BF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF3,
        name: "CJK UNIFIED IDEOGRAPH-29BF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF4,
        name: "CJK UNIFIED IDEOGRAPH-29BF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF5,
        name: "CJK UNIFIED IDEOGRAPH-29BF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF6,
        name: "CJK UNIFIED IDEOGRAPH-29BF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF7,
        name: "CJK UNIFIED IDEOGRAPH-29BF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF8,
        name: "CJK UNIFIED IDEOGRAPH-29BF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BF9,
        name: "CJK UNIFIED IDEOGRAPH-29BF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BFA,
        name: "CJK UNIFIED IDEOGRAPH-29BFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BFB,
        name: "CJK UNIFIED IDEOGRAPH-29BFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BFC,
        name: "CJK UNIFIED IDEOGRAPH-29BFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BFD,
        name: "CJK UNIFIED IDEOGRAPH-29BFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BFE,
        name: "CJK UNIFIED IDEOGRAPH-29BFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29BFF,
        name: "CJK UNIFIED IDEOGRAPH-29BFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C00,
        name: "CJK UNIFIED IDEOGRAPH-29C00",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C01,
        name: "CJK UNIFIED IDEOGRAPH-29C01",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C02,
        name: "CJK UNIFIED IDEOGRAPH-29C02",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C03,
        name: "CJK UNIFIED IDEOGRAPH-29C03",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C04,
        name: "CJK UNIFIED IDEOGRAPH-29C04",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C05,
        name: "CJK UNIFIED IDEOGRAPH-29C05",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C06,
        name: "CJK UNIFIED IDEOGRAPH-29C06",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C07,
        name: "CJK UNIFIED IDEOGRAPH-29C07",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C08,
        name: "CJK UNIFIED IDEOGRAPH-29C08",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C09,
        name: "CJK UNIFIED IDEOGRAPH-29C09",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C0A,
        name: "CJK UNIFIED IDEOGRAPH-29C0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C0B,
        name: "CJK UNIFIED IDEOGRAPH-29C0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C0C,
        name: "CJK UNIFIED IDEOGRAPH-29C0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C0D,
        name: "CJK UNIFIED IDEOGRAPH-29C0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C0E,
        name: "CJK UNIFIED IDEOGRAPH-29C0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C0F,
        name: "CJK UNIFIED IDEOGRAPH-29C0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C10,
        name: "CJK UNIFIED IDEOGRAPH-29C10",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C11,
        name: "CJK UNIFIED IDEOGRAPH-29C11",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C12,
        name: "CJK UNIFIED IDEOGRAPH-29C12",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C13,
        name: "CJK UNIFIED IDEOGRAPH-29C13",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C14,
        name: "CJK UNIFIED IDEOGRAPH-29C14",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C15,
        name: "CJK UNIFIED IDEOGRAPH-29C15",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C16,
        name: "CJK UNIFIED IDEOGRAPH-29C16",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C17,
        name: "CJK UNIFIED IDEOGRAPH-29C17",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C18,
        name: "CJK UNIFIED IDEOGRAPH-29C18",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C19,
        name: "CJK UNIFIED IDEOGRAPH-29C19",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C1A,
        name: "CJK UNIFIED IDEOGRAPH-29C1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C1B,
        name: "CJK UNIFIED IDEOGRAPH-29C1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C1C,
        name: "CJK UNIFIED IDEOGRAPH-29C1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C1D,
        name: "CJK UNIFIED IDEOGRAPH-29C1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C1E,
        name: "CJK UNIFIED IDEOGRAPH-29C1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C1F,
        name: "CJK UNIFIED IDEOGRAPH-29C1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C20,
        name: "CJK UNIFIED IDEOGRAPH-29C20",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C21,
        name: "CJK UNIFIED IDEOGRAPH-29C21",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C22,
        name: "CJK UNIFIED IDEOGRAPH-29C22",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C23,
        name: "CJK UNIFIED IDEOGRAPH-29C23",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C24,
        name: "CJK UNIFIED IDEOGRAPH-29C24",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C25,
        name: "CJK UNIFIED IDEOGRAPH-29C25",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C26,
        name: "CJK UNIFIED IDEOGRAPH-29C26",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C27,
        name: "CJK UNIFIED IDEOGRAPH-29C27",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C28,
        name: "CJK UNIFIED IDEOGRAPH-29C28",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C29,
        name: "CJK UNIFIED IDEOGRAPH-29C29",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C2A,
        name: "CJK UNIFIED IDEOGRAPH-29C2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C2B,
        name: "CJK UNIFIED IDEOGRAPH-29C2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C2C,
        name: "CJK UNIFIED IDEOGRAPH-29C2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C2D,
        name: "CJK UNIFIED IDEOGRAPH-29C2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C2E,
        name: "CJK UNIFIED IDEOGRAPH-29C2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C2F,
        name: "CJK UNIFIED IDEOGRAPH-29C2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C30,
        name: "CJK UNIFIED IDEOGRAPH-29C30",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C31,
        name: "CJK UNIFIED IDEOGRAPH-29C31",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C32,
        name: "CJK UNIFIED IDEOGRAPH-29C32",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C33,
        name: "CJK UNIFIED IDEOGRAPH-29C33",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C34,
        name: "CJK UNIFIED IDEOGRAPH-29C34",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C35,
        name: "CJK UNIFIED IDEOGRAPH-29C35",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C36,
        name: "CJK UNIFIED IDEOGRAPH-29C36",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C37,
        name: "CJK UNIFIED IDEOGRAPH-29C37",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C38,
        name: "CJK UNIFIED IDEOGRAPH-29C38",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C39,
        name: "CJK UNIFIED IDEOGRAPH-29C39",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C3A,
        name: "CJK UNIFIED IDEOGRAPH-29C3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C3B,
        name: "CJK UNIFIED IDEOGRAPH-29C3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C3C,
        name: "CJK UNIFIED IDEOGRAPH-29C3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C3D,
        name: "CJK UNIFIED IDEOGRAPH-29C3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C3E,
        name: "CJK UNIFIED IDEOGRAPH-29C3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C3F,
        name: "CJK UNIFIED IDEOGRAPH-29C3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C40,
        name: "CJK UNIFIED IDEOGRAPH-29C40",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C41,
        name: "CJK UNIFIED IDEOGRAPH-29C41",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C42,
        name: "CJK UNIFIED IDEOGRAPH-29C42",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C43,
        name: "CJK UNIFIED IDEOGRAPH-29C43",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C44,
        name: "CJK UNIFIED IDEOGRAPH-29C44",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C45,
        name: "CJK UNIFIED IDEOGRAPH-29C45",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C46,
        name: "CJK UNIFIED IDEOGRAPH-29C46",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C47,
        name: "CJK UNIFIED IDEOGRAPH-29C47",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C48,
        name: "CJK UNIFIED IDEOGRAPH-29C48",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C49,
        name: "CJK UNIFIED IDEOGRAPH-29C49",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C4A,
        name: "CJK UNIFIED IDEOGRAPH-29C4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C4B,
        name: "CJK UNIFIED IDEOGRAPH-29C4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C4C,
        name: "CJK UNIFIED IDEOGRAPH-29C4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C4D,
        name: "CJK UNIFIED IDEOGRAPH-29C4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C4E,
        name: "CJK UNIFIED IDEOGRAPH-29C4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C4F,
        name: "CJK UNIFIED IDEOGRAPH-29C4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C50,
        name: "CJK UNIFIED IDEOGRAPH-29C50",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C51,
        name: "CJK UNIFIED IDEOGRAPH-29C51",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C52,
        name: "CJK UNIFIED IDEOGRAPH-29C52",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C53,
        name: "CJK UNIFIED IDEOGRAPH-29C53",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C54,
        name: "CJK UNIFIED IDEOGRAPH-29C54",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C55,
        name: "CJK UNIFIED IDEOGRAPH-29C55",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C56,
        name: "CJK UNIFIED IDEOGRAPH-29C56",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C57,
        name: "CJK UNIFIED IDEOGRAPH-29C57",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C58,
        name: "CJK UNIFIED IDEOGRAPH-29C58",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C59,
        name: "CJK UNIFIED IDEOGRAPH-29C59",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C5A,
        name: "CJK UNIFIED IDEOGRAPH-29C5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C5B,
        name: "CJK UNIFIED IDEOGRAPH-29C5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C5C,
        name: "CJK UNIFIED IDEOGRAPH-29C5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C5D,
        name: "CJK UNIFIED IDEOGRAPH-29C5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C5E,
        name: "CJK UNIFIED IDEOGRAPH-29C5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C5F,
        name: "CJK UNIFIED IDEOGRAPH-29C5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C60,
        name: "CJK UNIFIED IDEOGRAPH-29C60",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C61,
        name: "CJK UNIFIED IDEOGRAPH-29C61",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C62,
        name: "CJK UNIFIED IDEOGRAPH-29C62",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C63,
        name: "CJK UNIFIED IDEOGRAPH-29C63",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C64,
        name: "CJK UNIFIED IDEOGRAPH-29C64",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C65,
        name: "CJK UNIFIED IDEOGRAPH-29C65",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C66,
        name: "CJK UNIFIED IDEOGRAPH-29C66",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C67,
        name: "CJK UNIFIED IDEOGRAPH-29C67",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C68,
        name: "CJK UNIFIED IDEOGRAPH-29C68",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C69,
        name: "CJK UNIFIED IDEOGRAPH-29C69",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C6A,
        name: "CJK UNIFIED IDEOGRAPH-29C6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C6B,
        name: "CJK UNIFIED IDEOGRAPH-29C6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C6C,
        name: "CJK UNIFIED IDEOGRAPH-29C6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C6D,
        name: "CJK UNIFIED IDEOGRAPH-29C6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C6E,
        name: "CJK UNIFIED IDEOGRAPH-29C6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C6F,
        name: "CJK UNIFIED IDEOGRAPH-29C6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C70,
        name: "CJK UNIFIED IDEOGRAPH-29C70",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C71,
        name: "CJK UNIFIED IDEOGRAPH-29C71",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C72,
        name: "CJK UNIFIED IDEOGRAPH-29C72",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C73,
        name: "CJK UNIFIED IDEOGRAPH-29C73",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C74,
        name: "CJK UNIFIED IDEOGRAPH-29C74",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C75,
        name: "CJK UNIFIED IDEOGRAPH-29C75",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C76,
        name: "CJK UNIFIED IDEOGRAPH-29C76",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C77,
        name: "CJK UNIFIED IDEOGRAPH-29C77",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C78,
        name: "CJK UNIFIED IDEOGRAPH-29C78",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C79,
        name: "CJK UNIFIED IDEOGRAPH-29C79",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C7A,
        name: "CJK UNIFIED IDEOGRAPH-29C7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C7B,
        name: "CJK UNIFIED IDEOGRAPH-29C7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C7C,
        name: "CJK UNIFIED IDEOGRAPH-29C7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C7D,
        name: "CJK UNIFIED IDEOGRAPH-29C7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C7E,
        name: "CJK UNIFIED IDEOGRAPH-29C7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C7F,
        name: "CJK UNIFIED IDEOGRAPH-29C7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C80,
        name: "CJK UNIFIED IDEOGRAPH-29C80",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C81,
        name: "CJK UNIFIED IDEOGRAPH-29C81",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C82,
        name: "CJK UNIFIED IDEOGRAPH-29C82",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C83,
        name: "CJK UNIFIED IDEOGRAPH-29C83",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C84,
        name: "CJK UNIFIED IDEOGRAPH-29C84",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C85,
        name: "CJK UNIFIED IDEOGRAPH-29C85",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C86,
        name: "CJK UNIFIED IDEOGRAPH-29C86",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C87,
        name: "CJK UNIFIED IDEOGRAPH-29C87",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C88,
        name: "CJK UNIFIED IDEOGRAPH-29C88",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C89,
        name: "CJK UNIFIED IDEOGRAPH-29C89",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C8A,
        name: "CJK UNIFIED IDEOGRAPH-29C8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C8B,
        name: "CJK UNIFIED IDEOGRAPH-29C8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C8C,
        name: "CJK UNIFIED IDEOGRAPH-29C8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C8D,
        name: "CJK UNIFIED IDEOGRAPH-29C8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C8E,
        name: "CJK UNIFIED IDEOGRAPH-29C8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C8F,
        name: "CJK UNIFIED IDEOGRAPH-29C8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C90,
        name: "CJK UNIFIED IDEOGRAPH-29C90",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C91,
        name: "CJK UNIFIED IDEOGRAPH-29C91",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C92,
        name: "CJK UNIFIED IDEOGRAPH-29C92",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C93,
        name: "CJK UNIFIED IDEOGRAPH-29C93",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C94,
        name: "CJK UNIFIED IDEOGRAPH-29C94",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C95,
        name: "CJK UNIFIED IDEOGRAPH-29C95",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C96,
        name: "CJK UNIFIED IDEOGRAPH-29C96",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C97,
        name: "CJK UNIFIED IDEOGRAPH-29C97",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C98,
        name: "CJK UNIFIED IDEOGRAPH-29C98",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C99,
        name: "CJK UNIFIED IDEOGRAPH-29C99",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C9A,
        name: "CJK UNIFIED IDEOGRAPH-29C9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C9B,
        name: "CJK UNIFIED IDEOGRAPH-29C9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C9C,
        name: "CJK UNIFIED IDEOGRAPH-29C9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C9D,
        name: "CJK UNIFIED IDEOGRAPH-29C9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C9E,
        name: "CJK UNIFIED IDEOGRAPH-29C9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29C9F,
        name: "CJK UNIFIED IDEOGRAPH-29C9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA0,
        name: "CJK UNIFIED IDEOGRAPH-29CA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA1,
        name: "CJK UNIFIED IDEOGRAPH-29CA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA2,
        name: "CJK UNIFIED IDEOGRAPH-29CA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA3,
        name: "CJK UNIFIED IDEOGRAPH-29CA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA4,
        name: "CJK UNIFIED IDEOGRAPH-29CA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA5,
        name: "CJK UNIFIED IDEOGRAPH-29CA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA6,
        name: "CJK UNIFIED IDEOGRAPH-29CA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA7,
        name: "CJK UNIFIED IDEOGRAPH-29CA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA8,
        name: "CJK UNIFIED IDEOGRAPH-29CA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CA9,
        name: "CJK UNIFIED IDEOGRAPH-29CA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CAA,
        name: "CJK UNIFIED IDEOGRAPH-29CAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CAB,
        name: "CJK UNIFIED IDEOGRAPH-29CAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CAC,
        name: "CJK UNIFIED IDEOGRAPH-29CAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CAD,
        name: "CJK UNIFIED IDEOGRAPH-29CAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CAE,
        name: "CJK UNIFIED IDEOGRAPH-29CAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CAF,
        name: "CJK UNIFIED IDEOGRAPH-29CAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB0,
        name: "CJK UNIFIED IDEOGRAPH-29CB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB1,
        name: "CJK UNIFIED IDEOGRAPH-29CB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB2,
        name: "CJK UNIFIED IDEOGRAPH-29CB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB3,
        name: "CJK UNIFIED IDEOGRAPH-29CB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB4,
        name: "CJK UNIFIED IDEOGRAPH-29CB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB5,
        name: "CJK UNIFIED IDEOGRAPH-29CB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB6,
        name: "CJK UNIFIED IDEOGRAPH-29CB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB7,
        name: "CJK UNIFIED IDEOGRAPH-29CB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB8,
        name: "CJK UNIFIED IDEOGRAPH-29CB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CB9,
        name: "CJK UNIFIED IDEOGRAPH-29CB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CBA,
        name: "CJK UNIFIED IDEOGRAPH-29CBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CBB,
        name: "CJK UNIFIED IDEOGRAPH-29CBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CBC,
        name: "CJK UNIFIED IDEOGRAPH-29CBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CBD,
        name: "CJK UNIFIED IDEOGRAPH-29CBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CBE,
        name: "CJK UNIFIED IDEOGRAPH-29CBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CBF,
        name: "CJK UNIFIED IDEOGRAPH-29CBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC0,
        name: "CJK UNIFIED IDEOGRAPH-29CC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC1,
        name: "CJK UNIFIED IDEOGRAPH-29CC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC2,
        name: "CJK UNIFIED IDEOGRAPH-29CC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC3,
        name: "CJK UNIFIED IDEOGRAPH-29CC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC4,
        name: "CJK UNIFIED IDEOGRAPH-29CC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC5,
        name: "CJK UNIFIED IDEOGRAPH-29CC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC6,
        name: "CJK UNIFIED IDEOGRAPH-29CC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC7,
        name: "CJK UNIFIED IDEOGRAPH-29CC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC8,
        name: "CJK UNIFIED IDEOGRAPH-29CC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CC9,
        name: "CJK UNIFIED IDEOGRAPH-29CC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CCA,
        name: "CJK UNIFIED IDEOGRAPH-29CCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CCB,
        name: "CJK UNIFIED IDEOGRAPH-29CCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CCC,
        name: "CJK UNIFIED IDEOGRAPH-29CCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CCD,
        name: "CJK UNIFIED IDEOGRAPH-29CCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CCE,
        name: "CJK UNIFIED IDEOGRAPH-29CCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CCF,
        name: "CJK UNIFIED IDEOGRAPH-29CCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD0,
        name: "CJK UNIFIED IDEOGRAPH-29CD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD1,
        name: "CJK UNIFIED IDEOGRAPH-29CD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD2,
        name: "CJK UNIFIED IDEOGRAPH-29CD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD3,
        name: "CJK UNIFIED IDEOGRAPH-29CD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD4,
        name: "CJK UNIFIED IDEOGRAPH-29CD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD5,
        name: "CJK UNIFIED IDEOGRAPH-29CD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD6,
        name: "CJK UNIFIED IDEOGRAPH-29CD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD7,
        name: "CJK UNIFIED IDEOGRAPH-29CD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD8,
        name: "CJK UNIFIED IDEOGRAPH-29CD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CD9,
        name: "CJK UNIFIED IDEOGRAPH-29CD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CDA,
        name: "CJK UNIFIED IDEOGRAPH-29CDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CDB,
        name: "CJK UNIFIED IDEOGRAPH-29CDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CDC,
        name: "CJK UNIFIED IDEOGRAPH-29CDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CDD,
        name: "CJK UNIFIED IDEOGRAPH-29CDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CDE,
        name: "CJK UNIFIED IDEOGRAPH-29CDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CDF,
        name: "CJK UNIFIED IDEOGRAPH-29CDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE0,
        name: "CJK UNIFIED IDEOGRAPH-29CE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE1,
        name: "CJK UNIFIED IDEOGRAPH-29CE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE2,
        name: "CJK UNIFIED IDEOGRAPH-29CE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE3,
        name: "CJK UNIFIED IDEOGRAPH-29CE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE4,
        name: "CJK UNIFIED IDEOGRAPH-29CE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE5,
        name: "CJK UNIFIED IDEOGRAPH-29CE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE6,
        name: "CJK UNIFIED IDEOGRAPH-29CE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE7,
        name: "CJK UNIFIED IDEOGRAPH-29CE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE8,
        name: "CJK UNIFIED IDEOGRAPH-29CE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CE9,
        name: "CJK UNIFIED IDEOGRAPH-29CE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CEA,
        name: "CJK UNIFIED IDEOGRAPH-29CEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CEB,
        name: "CJK UNIFIED IDEOGRAPH-29CEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CEC,
        name: "CJK UNIFIED IDEOGRAPH-29CEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CED,
        name: "CJK UNIFIED IDEOGRAPH-29CED",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CEE,
        name: "CJK UNIFIED IDEOGRAPH-29CEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CEF,
        name: "CJK UNIFIED IDEOGRAPH-29CEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF0,
        name: "CJK UNIFIED IDEOGRAPH-29CF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF1,
        name: "CJK UNIFIED IDEOGRAPH-29CF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF2,
        name: "CJK UNIFIED IDEOGRAPH-29CF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF3,
        name: "CJK UNIFIED IDEOGRAPH-29CF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF4,
        name: "CJK UNIFIED IDEOGRAPH-29CF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF5,
        name: "CJK UNIFIED IDEOGRAPH-29CF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF6,
        name: "CJK UNIFIED IDEOGRAPH-29CF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF7,
        name: "CJK UNIFIED IDEOGRAPH-29CF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF8,
        name: "CJK UNIFIED IDEOGRAPH-29CF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CF9,
        name: "CJK UNIFIED IDEOGRAPH-29CF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CFA,
        name: "CJK UNIFIED IDEOGRAPH-29CFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CFB,
        name: "CJK UNIFIED IDEOGRAPH-29CFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CFC,
        name: "CJK UNIFIED IDEOGRAPH-29CFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CFD,
        name: "CJK UNIFIED IDEOGRAPH-29CFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CFE,
        name: "CJK UNIFIED IDEOGRAPH-29CFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29CFF,
        name: "CJK UNIFIED IDEOGRAPH-29CFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D00,
        name: "CJK UNIFIED IDEOGRAPH-29D00",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D01,
        name: "CJK UNIFIED IDEOGRAPH-29D01",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D02,
        name: "CJK UNIFIED IDEOGRAPH-29D02",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D03,
        name: "CJK UNIFIED IDEOGRAPH-29D03",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D04,
        name: "CJK UNIFIED IDEOGRAPH-29D04",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D05,
        name: "CJK UNIFIED IDEOGRAPH-29D05",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D06,
        name: "CJK UNIFIED IDEOGRAPH-29D06",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D07,
        name: "CJK UNIFIED IDEOGRAPH-29D07",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D08,
        name: "CJK UNIFIED IDEOGRAPH-29D08",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D09,
        name: "CJK UNIFIED IDEOGRAPH-29D09",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D0A,
        name: "CJK UNIFIED IDEOGRAPH-29D0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D0B,
        name: "CJK UNIFIED IDEOGRAPH-29D0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D0C,
        name: "CJK UNIFIED IDEOGRAPH-29D0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D0D,
        name: "CJK UNIFIED IDEOGRAPH-29D0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D0E,
        name: "CJK UNIFIED IDEOGRAPH-29D0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D0F,
        name: "CJK UNIFIED IDEOGRAPH-29D0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D10,
        name: "CJK UNIFIED IDEOGRAPH-29D10",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D11,
        name: "CJK UNIFIED IDEOGRAPH-29D11",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D12,
        name: "CJK UNIFIED IDEOGRAPH-29D12",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D13,
        name: "CJK UNIFIED IDEOGRAPH-29D13",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D14,
        name: "CJK UNIFIED IDEOGRAPH-29D14",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D15,
        name: "CJK UNIFIED IDEOGRAPH-29D15",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D16,
        name: "CJK UNIFIED IDEOGRAPH-29D16",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D17,
        name: "CJK UNIFIED IDEOGRAPH-29D17",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D18,
        name: "CJK UNIFIED IDEOGRAPH-29D18",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D19,
        name: "CJK UNIFIED IDEOGRAPH-29D19",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D1A,
        name: "CJK UNIFIED IDEOGRAPH-29D1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D1B,
        name: "CJK UNIFIED IDEOGRAPH-29D1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D1C,
        name: "CJK UNIFIED IDEOGRAPH-29D1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D1D,
        name: "CJK UNIFIED IDEOGRAPH-29D1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D1E,
        name: "CJK UNIFIED IDEOGRAPH-29D1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D1F,
        name: "CJK UNIFIED IDEOGRAPH-29D1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D20,
        name: "CJK UNIFIED IDEOGRAPH-29D20",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D21,
        name: "CJK UNIFIED IDEOGRAPH-29D21",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D22,
        name: "CJK UNIFIED IDEOGRAPH-29D22",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D23,
        name: "CJK UNIFIED IDEOGRAPH-29D23",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D24,
        name: "CJK UNIFIED IDEOGRAPH-29D24",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D25,
        name: "CJK UNIFIED IDEOGRAPH-29D25",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D26,
        name: "CJK UNIFIED IDEOGRAPH-29D26",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D27,
        name: "CJK UNIFIED IDEOGRAPH-29D27",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D28,
        name: "CJK UNIFIED IDEOGRAPH-29D28",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D29,
        name: "CJK UNIFIED IDEOGRAPH-29D29",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D2A,
        name: "CJK UNIFIED IDEOGRAPH-29D2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D2B,
        name: "CJK UNIFIED IDEOGRAPH-29D2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D2C,
        name: "CJK UNIFIED IDEOGRAPH-29D2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D2D,
        name: "CJK UNIFIED IDEOGRAPH-29D2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D2E,
        name: "CJK UNIFIED IDEOGRAPH-29D2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D2F,
        name: "CJK UNIFIED IDEOGRAPH-29D2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D30,
        name: "CJK UNIFIED IDEOGRAPH-29D30",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D31,
        name: "CJK UNIFIED IDEOGRAPH-29D31",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D32,
        name: "CJK UNIFIED IDEOGRAPH-29D32",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D33,
        name: "CJK UNIFIED IDEOGRAPH-29D33",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D34,
        name: "CJK UNIFIED IDEOGRAPH-29D34",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D35,
        name: "CJK UNIFIED IDEOGRAPH-29D35",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D36,
        name: "CJK UNIFIED IDEOGRAPH-29D36",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D37,
        name: "CJK UNIFIED IDEOGRAPH-29D37",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D38,
        name: "CJK UNIFIED IDEOGRAPH-29D38",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D39,
        name: "CJK UNIFIED IDEOGRAPH-29D39",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D3A,
        name: "CJK UNIFIED IDEOGRAPH-29D3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D3B,
        name: "CJK UNIFIED IDEOGRAPH-29D3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D3C,
        name: "CJK UNIFIED IDEOGRAPH-29D3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D3D,
        name: "CJK UNIFIED IDEOGRAPH-29D3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D3E,
        name: "CJK UNIFIED IDEOGRAPH-29D3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D3F,
        name: "CJK UNIFIED IDEOGRAPH-29D3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D40,
        name: "CJK UNIFIED IDEOGRAPH-29D40",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D41,
        name: "CJK UNIFIED IDEOGRAPH-29D41",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D42,
        name: "CJK UNIFIED IDEOGRAPH-29D42",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D43,
        name: "CJK UNIFIED IDEOGRAPH-29D43",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D44,
        name: "CJK UNIFIED IDEOGRAPH-29D44",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D45,
        name: "CJK UNIFIED IDEOGRAPH-29D45",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D46,
        name: "CJK UNIFIED IDEOGRAPH-29D46",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D47,
        name: "CJK UNIFIED IDEOGRAPH-29D47",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D48,
        name: "CJK UNIFIED IDEOGRAPH-29D48",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D49,
        name: "CJK UNIFIED IDEOGRAPH-29D49",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D4A,
        name: "CJK UNIFIED IDEOGRAPH-29D4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D4B,
        name: "CJK UNIFIED IDEOGRAPH-29D4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D4C,
        name: "CJK UNIFIED IDEOGRAPH-29D4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D4D,
        name: "CJK UNIFIED IDEOGRAPH-29D4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D4E,
        name: "CJK UNIFIED IDEOGRAPH-29D4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D4F,
        name: "CJK UNIFIED IDEOGRAPH-29D4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D50,
        name: "CJK UNIFIED IDEOGRAPH-29D50",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D51,
        name: "CJK UNIFIED IDEOGRAPH-29D51",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D52,
        name: "CJK UNIFIED IDEOGRAPH-29D52",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D53,
        name: "CJK UNIFIED IDEOGRAPH-29D53",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D54,
        name: "CJK UNIFIED IDEOGRAPH-29D54",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D55,
        name: "CJK UNIFIED IDEOGRAPH-29D55",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D56,
        name: "CJK UNIFIED IDEOGRAPH-29D56",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D57,
        name: "CJK UNIFIED IDEOGRAPH-29D57",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D58,
        name: "CJK UNIFIED IDEOGRAPH-29D58",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D59,
        name: "CJK UNIFIED IDEOGRAPH-29D59",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D5A,
        name: "CJK UNIFIED IDEOGRAPH-29D5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D5B,
        name: "CJK UNIFIED IDEOGRAPH-29D5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D5C,
        name: "CJK UNIFIED IDEOGRAPH-29D5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D5D,
        name: "CJK UNIFIED IDEOGRAPH-29D5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D5E,
        name: "CJK UNIFIED IDEOGRAPH-29D5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D5F,
        name: "CJK UNIFIED IDEOGRAPH-29D5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D60,
        name: "CJK UNIFIED IDEOGRAPH-29D60",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D61,
        name: "CJK UNIFIED IDEOGRAPH-29D61",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D62,
        name: "CJK UNIFIED IDEOGRAPH-29D62",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D63,
        name: "CJK UNIFIED IDEOGRAPH-29D63",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D64,
        name: "CJK UNIFIED IDEOGRAPH-29D64",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D65,
        name: "CJK UNIFIED IDEOGRAPH-29D65",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D66,
        name: "CJK UNIFIED IDEOGRAPH-29D66",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D67,
        name: "CJK UNIFIED IDEOGRAPH-29D67",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D68,
        name: "CJK UNIFIED IDEOGRAPH-29D68",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D69,
        name: "CJK UNIFIED IDEOGRAPH-29D69",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D6A,
        name: "CJK UNIFIED IDEOGRAPH-29D6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D6B,
        name: "CJK UNIFIED IDEOGRAPH-29D6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D6C,
        name: "CJK UNIFIED IDEOGRAPH-29D6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D6D,
        name: "CJK UNIFIED IDEOGRAPH-29D6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D6E,
        name: "CJK UNIFIED IDEOGRAPH-29D6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D6F,
        name: "CJK UNIFIED IDEOGRAPH-29D6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D70,
        name: "CJK UNIFIED IDEOGRAPH-29D70",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D71,
        name: "CJK UNIFIED IDEOGRAPH-29D71",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D72,
        name: "CJK UNIFIED IDEOGRAPH-29D72",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D73,
        name: "CJK UNIFIED IDEOGRAPH-29D73",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D74,
        name: "CJK UNIFIED IDEOGRAPH-29D74",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D75,
        name: "CJK UNIFIED IDEOGRAPH-29D75",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D76,
        name: "CJK UNIFIED IDEOGRAPH-29D76",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D77,
        name: "CJK UNIFIED IDEOGRAPH-29D77",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D78,
        name: "CJK UNIFIED IDEOGRAPH-29D78",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D79,
        name: "CJK UNIFIED IDEOGRAPH-29D79",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D7A,
        name: "CJK UNIFIED IDEOGRAPH-29D7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D7B,
        name: "CJK UNIFIED IDEOGRAPH-29D7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D7C,
        name: "CJK UNIFIED IDEOGRAPH-29D7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D7D,
        name: "CJK UNIFIED IDEOGRAPH-29D7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D7E,
        name: "CJK UNIFIED IDEOGRAPH-29D7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D7F,
        name: "CJK UNIFIED IDEOGRAPH-29D7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D80,
        name: "CJK UNIFIED IDEOGRAPH-29D80",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D81,
        name: "CJK UNIFIED IDEOGRAPH-29D81",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D82,
        name: "CJK UNIFIED IDEOGRAPH-29D82",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D83,
        name: "CJK UNIFIED IDEOGRAPH-29D83",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D84,
        name: "CJK UNIFIED IDEOGRAPH-29D84",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D85,
        name: "CJK UNIFIED IDEOGRAPH-29D85",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D86,
        name: "CJK UNIFIED IDEOGRAPH-29D86",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D87,
        name: "CJK UNIFIED IDEOGRAPH-29D87",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D88,
        name: "CJK UNIFIED IDEOGRAPH-29D88",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D89,
        name: "CJK UNIFIED IDEOGRAPH-29D89",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D8A,
        name: "CJK UNIFIED IDEOGRAPH-29D8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D8B,
        name: "CJK UNIFIED IDEOGRAPH-29D8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D8C,
        name: "CJK UNIFIED IDEOGRAPH-29D8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D8D,
        name: "CJK UNIFIED IDEOGRAPH-29D8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D8E,
        name: "CJK UNIFIED IDEOGRAPH-29D8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D8F,
        name: "CJK UNIFIED IDEOGRAPH-29D8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D90,
        name: "CJK UNIFIED IDEOGRAPH-29D90",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D91,
        name: "CJK UNIFIED IDEOGRAPH-29D91",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D92,
        name: "CJK UNIFIED IDEOGRAPH-29D92",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D93,
        name: "CJK UNIFIED IDEOGRAPH-29D93",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D94,
        name: "CJK UNIFIED IDEOGRAPH-29D94",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D95,
        name: "CJK UNIFIED IDEOGRAPH-29D95",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D96,
        name: "CJK UNIFIED IDEOGRAPH-29D96",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D97,
        name: "CJK UNIFIED IDEOGRAPH-29D97",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D98,
        name: "CJK UNIFIED IDEOGRAPH-29D98",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D99,
        name: "CJK UNIFIED IDEOGRAPH-29D99",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D9A,
        name: "CJK UNIFIED IDEOGRAPH-29D9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D9B,
        name: "CJK UNIFIED IDEOGRAPH-29D9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D9C,
        name: "CJK UNIFIED IDEOGRAPH-29D9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D9D,
        name: "CJK UNIFIED IDEOGRAPH-29D9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D9E,
        name: "CJK UNIFIED IDEOGRAPH-29D9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29D9F,
        name: "CJK UNIFIED IDEOGRAPH-29D9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA0,
        name: "CJK UNIFIED IDEOGRAPH-29DA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA1,
        name: "CJK UNIFIED IDEOGRAPH-29DA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA2,
        name: "CJK UNIFIED IDEOGRAPH-29DA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA3,
        name: "CJK UNIFIED IDEOGRAPH-29DA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA4,
        name: "CJK UNIFIED IDEOGRAPH-29DA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA5,
        name: "CJK UNIFIED IDEOGRAPH-29DA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA6,
        name: "CJK UNIFIED IDEOGRAPH-29DA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA7,
        name: "CJK UNIFIED IDEOGRAPH-29DA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA8,
        name: "CJK UNIFIED IDEOGRAPH-29DA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DA9,
        name: "CJK UNIFIED IDEOGRAPH-29DA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DAA,
        name: "CJK UNIFIED IDEOGRAPH-29DAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DAB,
        name: "CJK UNIFIED IDEOGRAPH-29DAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DAC,
        name: "CJK UNIFIED IDEOGRAPH-29DAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DAD,
        name: "CJK UNIFIED IDEOGRAPH-29DAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DAE,
        name: "CJK UNIFIED IDEOGRAPH-29DAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DAF,
        name: "CJK UNIFIED IDEOGRAPH-29DAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB0,
        name: "CJK UNIFIED IDEOGRAPH-29DB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB1,
        name: "CJK UNIFIED IDEOGRAPH-29DB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB2,
        name: "CJK UNIFIED IDEOGRAPH-29DB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB3,
        name: "CJK UNIFIED IDEOGRAPH-29DB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB4,
        name: "CJK UNIFIED IDEOGRAPH-29DB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB5,
        name: "CJK UNIFIED IDEOGRAPH-29DB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB6,
        name: "CJK UNIFIED IDEOGRAPH-29DB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB7,
        name: "CJK UNIFIED IDEOGRAPH-29DB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB8,
        name: "CJK UNIFIED IDEOGRAPH-29DB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DB9,
        name: "CJK UNIFIED IDEOGRAPH-29DB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DBA,
        name: "CJK UNIFIED IDEOGRAPH-29DBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DBB,
        name: "CJK UNIFIED IDEOGRAPH-29DBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DBC,
        name: "CJK UNIFIED IDEOGRAPH-29DBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DBD,
        name: "CJK UNIFIED IDEOGRAPH-29DBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DBE,
        name: "CJK UNIFIED IDEOGRAPH-29DBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DBF,
        name: "CJK UNIFIED IDEOGRAPH-29DBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC0,
        name: "CJK UNIFIED IDEOGRAPH-29DC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC1,
        name: "CJK UNIFIED IDEOGRAPH-29DC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC2,
        name: "CJK UNIFIED IDEOGRAPH-29DC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC3,
        name: "CJK UNIFIED IDEOGRAPH-29DC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC4,
        name: "CJK UNIFIED IDEOGRAPH-29DC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC5,
        name: "CJK UNIFIED IDEOGRAPH-29DC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC6,
        name: "CJK UNIFIED IDEOGRAPH-29DC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC7,
        name: "CJK UNIFIED IDEOGRAPH-29DC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC8,
        name: "CJK UNIFIED IDEOGRAPH-29DC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DC9,
        name: "CJK UNIFIED IDEOGRAPH-29DC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DCA,
        name: "CJK UNIFIED IDEOGRAPH-29DCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DCB,
        name: "CJK UNIFIED IDEOGRAPH-29DCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DCC,
        name: "CJK UNIFIED IDEOGRAPH-29DCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DCD,
        name: "CJK UNIFIED IDEOGRAPH-29DCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DCE,
        name: "CJK UNIFIED IDEOGRAPH-29DCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DCF,
        name: "CJK UNIFIED IDEOGRAPH-29DCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD0,
        name: "CJK UNIFIED IDEOGRAPH-29DD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD1,
        name: "CJK UNIFIED IDEOGRAPH-29DD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD2,
        name: "CJK UNIFIED IDEOGRAPH-29DD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD3,
        name: "CJK UNIFIED IDEOGRAPH-29DD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD4,
        name: "CJK UNIFIED IDEOGRAPH-29DD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD5,
        name: "CJK UNIFIED IDEOGRAPH-29DD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD6,
        name: "CJK UNIFIED IDEOGRAPH-29DD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD7,
        name: "CJK UNIFIED IDEOGRAPH-29DD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD8,
        name: "CJK UNIFIED IDEOGRAPH-29DD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DD9,
        name: "CJK UNIFIED IDEOGRAPH-29DD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DDA,
        name: "CJK UNIFIED IDEOGRAPH-29DDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DDB,
        name: "CJK UNIFIED IDEOGRAPH-29DDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DDC,
        name: "CJK UNIFIED IDEOGRAPH-29DDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DDD,
        name: "CJK UNIFIED IDEOGRAPH-29DDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DDE,
        name: "CJK UNIFIED IDEOGRAPH-29DDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DDF,
        name: "CJK UNIFIED IDEOGRAPH-29DDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE0,
        name: "CJK UNIFIED IDEOGRAPH-29DE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE1,
        name: "CJK UNIFIED IDEOGRAPH-29DE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE2,
        name: "CJK UNIFIED IDEOGRAPH-29DE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE3,
        name: "CJK UNIFIED IDEOGRAPH-29DE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE4,
        name: "CJK UNIFIED IDEOGRAPH-29DE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE5,
        name: "CJK UNIFIED IDEOGRAPH-29DE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE6,
        name: "CJK UNIFIED IDEOGRAPH-29DE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE7,
        name: "CJK UNIFIED IDEOGRAPH-29DE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE8,
        name: "CJK UNIFIED IDEOGRAPH-29DE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DE9,
        name: "CJK UNIFIED IDEOGRAPH-29DE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DEA,
        name: "CJK UNIFIED IDEOGRAPH-29DEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DEB,
        name: "CJK UNIFIED IDEOGRAPH-29DEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DEC,
        name: "CJK UNIFIED IDEOGRAPH-29DEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DED,
        name: "CJK UNIFIED IDEOGRAPH-29DED",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DEE,
        name: "CJK UNIFIED IDEOGRAPH-29DEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DEF,
        name: "CJK UNIFIED IDEOGRAPH-29DEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF0,
        name: "CJK UNIFIED IDEOGRAPH-29DF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF1,
        name: "CJK UNIFIED IDEOGRAPH-29DF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF2,
        name: "CJK UNIFIED IDEOGRAPH-29DF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF3,
        name: "CJK UNIFIED IDEOGRAPH-29DF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF4,
        name: "CJK UNIFIED IDEOGRAPH-29DF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF5,
        name: "CJK UNIFIED IDEOGRAPH-29DF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF6,
        name: "CJK UNIFIED IDEOGRAPH-29DF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF7,
        name: "CJK UNIFIED IDEOGRAPH-29DF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF8,
        name: "CJK UNIFIED IDEOGRAPH-29DF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DF9,
        name: "CJK UNIFIED IDEOGRAPH-29DF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DFA,
        name: "CJK UNIFIED IDEOGRAPH-29DFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DFB,
        name: "CJK UNIFIED IDEOGRAPH-29DFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DFC,
        name: "CJK UNIFIED IDEOGRAPH-29DFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DFD,
        name: "CJK UNIFIED IDEOGRAPH-29DFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DFE,
        name: "CJK UNIFIED IDEOGRAPH-29DFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29DFF,
        name: "CJK UNIFIED IDEOGRAPH-29DFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E00,
        name: "CJK UNIFIED IDEOGRAPH-29E00",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E01,
        name: "CJK UNIFIED IDEOGRAPH-29E01",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E02,
        name: "CJK UNIFIED IDEOGRAPH-29E02",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E03,
        name: "CJK UNIFIED IDEOGRAPH-29E03",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E04,
        name: "CJK UNIFIED IDEOGRAPH-29E04",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E05,
        name: "CJK UNIFIED IDEOGRAPH-29E05",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E06,
        name: "CJK UNIFIED IDEOGRAPH-29E06",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E07,
        name: "CJK UNIFIED IDEOGRAPH-29E07",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E08,
        name: "CJK UNIFIED IDEOGRAPH-29E08",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E09,
        name: "CJK UNIFIED IDEOGRAPH-29E09",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E0A,
        name: "CJK UNIFIED IDEOGRAPH-29E0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E0B,
        name: "CJK UNIFIED IDEOGRAPH-29E0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E0C,
        name: "CJK UNIFIED IDEOGRAPH-29E0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E0D,
        name: "CJK UNIFIED IDEOGRAPH-29E0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E0E,
        name: "CJK UNIFIED IDEOGRAPH-29E0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E0F,
        name: "CJK UNIFIED IDEOGRAPH-29E0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E10,
        name: "CJK UNIFIED IDEOGRAPH-29E10",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E11,
        name: "CJK UNIFIED IDEOGRAPH-29E11",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E12,
        name: "CJK UNIFIED IDEOGRAPH-29E12",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E13,
        name: "CJK UNIFIED IDEOGRAPH-29E13",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E14,
        name: "CJK UNIFIED IDEOGRAPH-29E14",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E15,
        name: "CJK UNIFIED IDEOGRAPH-29E15",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E16,
        name: "CJK UNIFIED IDEOGRAPH-29E16",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E17,
        name: "CJK UNIFIED IDEOGRAPH-29E17",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E18,
        name: "CJK UNIFIED IDEOGRAPH-29E18",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E19,
        name: "CJK UNIFIED IDEOGRAPH-29E19",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E1A,
        name: "CJK UNIFIED IDEOGRAPH-29E1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E1B,
        name: "CJK UNIFIED IDEOGRAPH-29E1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E1C,
        name: "CJK UNIFIED IDEOGRAPH-29E1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E1D,
        name: "CJK UNIFIED IDEOGRAPH-29E1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E1E,
        name: "CJK UNIFIED IDEOGRAPH-29E1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E1F,
        name: "CJK UNIFIED IDEOGRAPH-29E1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E20,
        name: "CJK UNIFIED IDEOGRAPH-29E20",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E21,
        name: "CJK UNIFIED IDEOGRAPH-29E21",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E22,
        name: "CJK UNIFIED IDEOGRAPH-29E22",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E23,
        name: "CJK UNIFIED IDEOGRAPH-29E23",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E24,
        name: "CJK UNIFIED IDEOGRAPH-29E24",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E25,
        name: "CJK UNIFIED IDEOGRAPH-29E25",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E26,
        name: "CJK UNIFIED IDEOGRAPH-29E26",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E27,
        name: "CJK UNIFIED IDEOGRAPH-29E27",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E28,
        name: "CJK UNIFIED IDEOGRAPH-29E28",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E29,
        name: "CJK UNIFIED IDEOGRAPH-29E29",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E2A,
        name: "CJK UNIFIED IDEOGRAPH-29E2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E2B,
        name: "CJK UNIFIED IDEOGRAPH-29E2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E2C,
        name: "CJK UNIFIED IDEOGRAPH-29E2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E2D,
        name: "CJK UNIFIED IDEOGRAPH-29E2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E2E,
        name: "CJK UNIFIED IDEOGRAPH-29E2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E2F,
        name: "CJK UNIFIED IDEOGRAPH-29E2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E30,
        name: "CJK UNIFIED IDEOGRAPH-29E30",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E31,
        name: "CJK UNIFIED IDEOGRAPH-29E31",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E32,
        name: "CJK UNIFIED IDEOGRAPH-29E32",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E33,
        name: "CJK UNIFIED IDEOGRAPH-29E33",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E34,
        name: "CJK UNIFIED IDEOGRAPH-29E34",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E35,
        name: "CJK UNIFIED IDEOGRAPH-29E35",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E36,
        name: "CJK UNIFIED IDEOGRAPH-29E36",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E37,
        name: "CJK UNIFIED IDEOGRAPH-29E37",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E38,
        name: "CJK UNIFIED IDEOGRAPH-29E38",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E39,
        name: "CJK UNIFIED IDEOGRAPH-29E39",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E3A,
        name: "CJK UNIFIED IDEOGRAPH-29E3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E3B,
        name: "CJK UNIFIED IDEOGRAPH-29E3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E3C,
        name: "CJK UNIFIED IDEOGRAPH-29E3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E3D,
        name: "CJK UNIFIED IDEOGRAPH-29E3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E3E,
        name: "CJK UNIFIED IDEOGRAPH-29E3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E3F,
        name: "CJK UNIFIED IDEOGRAPH-29E3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E40,
        name: "CJK UNIFIED IDEOGRAPH-29E40",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E41,
        name: "CJK UNIFIED IDEOGRAPH-29E41",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E42,
        name: "CJK UNIFIED IDEOGRAPH-29E42",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E43,
        name: "CJK UNIFIED IDEOGRAPH-29E43",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E44,
        name: "CJK UNIFIED IDEOGRAPH-29E44",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E45,
        name: "CJK UNIFIED IDEOGRAPH-29E45",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E46,
        name: "CJK UNIFIED IDEOGRAPH-29E46",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E47,
        name: "CJK UNIFIED IDEOGRAPH-29E47",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E48,
        name: "CJK UNIFIED IDEOGRAPH-29E48",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E49,
        name: "CJK UNIFIED IDEOGRAPH-29E49",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E4A,
        name: "CJK UNIFIED IDEOGRAPH-29E4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E4B,
        name: "CJK UNIFIED IDEOGRAPH-29E4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E4C,
        name: "CJK UNIFIED IDEOGRAPH-29E4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E4D,
        name: "CJK UNIFIED IDEOGRAPH-29E4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E4E,
        name: "CJK UNIFIED IDEOGRAPH-29E4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E4F,
        name: "CJK UNIFIED IDEOGRAPH-29E4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E50,
        name: "CJK UNIFIED IDEOGRAPH-29E50",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E51,
        name: "CJK UNIFIED IDEOGRAPH-29E51",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E52,
        name: "CJK UNIFIED IDEOGRAPH-29E52",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E53,
        name: "CJK UNIFIED IDEOGRAPH-29E53",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E54,
        name: "CJK UNIFIED IDEOGRAPH-29E54",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E55,
        name: "CJK UNIFIED IDEOGRAPH-29E55",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E56,
        name: "CJK UNIFIED IDEOGRAPH-29E56",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E57,
        name: "CJK UNIFIED IDEOGRAPH-29E57",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E58,
        name: "CJK UNIFIED IDEOGRAPH-29E58",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E59,
        name: "CJK UNIFIED IDEOGRAPH-29E59",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E5A,
        name: "CJK UNIFIED IDEOGRAPH-29E5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E5B,
        name: "CJK UNIFIED IDEOGRAPH-29E5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E5C,
        name: "CJK UNIFIED IDEOGRAPH-29E5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E5D,
        name: "CJK UNIFIED IDEOGRAPH-29E5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E5E,
        name: "CJK UNIFIED IDEOGRAPH-29E5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E5F,
        name: "CJK UNIFIED IDEOGRAPH-29E5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E60,
        name: "CJK UNIFIED IDEOGRAPH-29E60",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E61,
        name: "CJK UNIFIED IDEOGRAPH-29E61",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E62,
        name: "CJK UNIFIED IDEOGRAPH-29E62",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E63,
        name: "CJK UNIFIED IDEOGRAPH-29E63",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E64,
        name: "CJK UNIFIED IDEOGRAPH-29E64",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E65,
        name: "CJK UNIFIED IDEOGRAPH-29E65",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E66,
        name: "CJK UNIFIED IDEOGRAPH-29E66",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E67,
        name: "CJK UNIFIED IDEOGRAPH-29E67",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E68,
        name: "CJK UNIFIED IDEOGRAPH-29E68",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E69,
        name: "CJK UNIFIED IDEOGRAPH-29E69",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E6A,
        name: "CJK UNIFIED IDEOGRAPH-29E6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E6B,
        name: "CJK UNIFIED IDEOGRAPH-29E6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E6C,
        name: "CJK UNIFIED IDEOGRAPH-29E6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E6D,
        name: "CJK UNIFIED IDEOGRAPH-29E6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E6E,
        name: "CJK UNIFIED IDEOGRAPH-29E6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E6F,
        name: "CJK UNIFIED IDEOGRAPH-29E6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E70,
        name: "CJK UNIFIED IDEOGRAPH-29E70",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E71,
        name: "CJK UNIFIED IDEOGRAPH-29E71",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E72,
        name: "CJK UNIFIED IDEOGRAPH-29E72",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E73,
        name: "CJK UNIFIED IDEOGRAPH-29E73",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E74,
        name: "CJK UNIFIED IDEOGRAPH-29E74",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E75,
        name: "CJK UNIFIED IDEOGRAPH-29E75",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E76,
        name: "CJK UNIFIED IDEOGRAPH-29E76",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E77,
        name: "CJK UNIFIED IDEOGRAPH-29E77",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E78,
        name: "CJK UNIFIED IDEOGRAPH-29E78",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E79,
        name: "CJK UNIFIED IDEOGRAPH-29E79",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E7A,
        name: "CJK UNIFIED IDEOGRAPH-29E7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E7B,
        name: "CJK UNIFIED IDEOGRAPH-29E7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E7C,
        name: "CJK UNIFIED IDEOGRAPH-29E7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E7D,
        name: "CJK UNIFIED IDEOGRAPH-29E7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E7E,
        name: "CJK UNIFIED IDEOGRAPH-29E7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E7F,
        name: "CJK UNIFIED IDEOGRAPH-29E7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E80,
        name: "CJK UNIFIED IDEOGRAPH-29E80",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E81,
        name: "CJK UNIFIED IDEOGRAPH-29E81",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E82,
        name: "CJK UNIFIED IDEOGRAPH-29E82",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E83,
        name: "CJK UNIFIED IDEOGRAPH-29E83",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E84,
        name: "CJK UNIFIED IDEOGRAPH-29E84",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E85,
        name: "CJK UNIFIED IDEOGRAPH-29E85",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E86,
        name: "CJK UNIFIED IDEOGRAPH-29E86",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E87,
        name: "CJK UNIFIED IDEOGRAPH-29E87",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E88,
        name: "CJK UNIFIED IDEOGRAPH-29E88",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E89,
        name: "CJK UNIFIED IDEOGRAPH-29E89",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E8A,
        name: "CJK UNIFIED IDEOGRAPH-29E8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E8B,
        name: "CJK UNIFIED IDEOGRAPH-29E8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E8C,
        name: "CJK UNIFIED IDEOGRAPH-29E8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E8D,
        name: "CJK UNIFIED IDEOGRAPH-29E8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E8E,
        name: "CJK UNIFIED IDEOGRAPH-29E8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E8F,
        name: "CJK UNIFIED IDEOGRAPH-29E8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E90,
        name: "CJK UNIFIED IDEOGRAPH-29E90",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E91,
        name: "CJK UNIFIED IDEOGRAPH-29E91",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E92,
        name: "CJK UNIFIED IDEOGRAPH-29E92",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E93,
        name: "CJK UNIFIED IDEOGRAPH-29E93",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E94,
        name: "CJK UNIFIED IDEOGRAPH-29E94",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E95,
        name: "CJK UNIFIED IDEOGRAPH-29E95",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E96,
        name: "CJK UNIFIED IDEOGRAPH-29E96",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E97,
        name: "CJK UNIFIED IDEOGRAPH-29E97",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E98,
        name: "CJK UNIFIED IDEOGRAPH-29E98",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E99,
        name: "CJK UNIFIED IDEOGRAPH-29E99",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E9A,
        name: "CJK UNIFIED IDEOGRAPH-29E9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E9B,
        name: "CJK UNIFIED IDEOGRAPH-29E9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E9C,
        name: "CJK UNIFIED IDEOGRAPH-29E9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E9D,
        name: "CJK UNIFIED IDEOGRAPH-29E9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E9E,
        name: "CJK UNIFIED IDEOGRAPH-29E9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29E9F,
        name: "CJK UNIFIED IDEOGRAPH-29E9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA0,
        name: "CJK UNIFIED IDEOGRAPH-29EA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA1,
        name: "CJK UNIFIED IDEOGRAPH-29EA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA2,
        name: "CJK UNIFIED IDEOGRAPH-29EA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA3,
        name: "CJK UNIFIED IDEOGRAPH-29EA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA4,
        name: "CJK UNIFIED IDEOGRAPH-29EA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA5,
        name: "CJK UNIFIED IDEOGRAPH-29EA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA6,
        name: "CJK UNIFIED IDEOGRAPH-29EA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA7,
        name: "CJK UNIFIED IDEOGRAPH-29EA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA8,
        name: "CJK UNIFIED IDEOGRAPH-29EA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EA9,
        name: "CJK UNIFIED IDEOGRAPH-29EA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EAA,
        name: "CJK UNIFIED IDEOGRAPH-29EAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EAB,
        name: "CJK UNIFIED IDEOGRAPH-29EAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EAC,
        name: "CJK UNIFIED IDEOGRAPH-29EAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EAD,
        name: "CJK UNIFIED IDEOGRAPH-29EAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EAE,
        name: "CJK UNIFIED IDEOGRAPH-29EAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EAF,
        name: "CJK UNIFIED IDEOGRAPH-29EAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB0,
        name: "CJK UNIFIED IDEOGRAPH-29EB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB1,
        name: "CJK UNIFIED IDEOGRAPH-29EB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB2,
        name: "CJK UNIFIED IDEOGRAPH-29EB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB3,
        name: "CJK UNIFIED IDEOGRAPH-29EB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB4,
        name: "CJK UNIFIED IDEOGRAPH-29EB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB5,
        name: "CJK UNIFIED IDEOGRAPH-29EB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB6,
        name: "CJK UNIFIED IDEOGRAPH-29EB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB7,
        name: "CJK UNIFIED IDEOGRAPH-29EB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB8,
        name: "CJK UNIFIED IDEOGRAPH-29EB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EB9,
        name: "CJK UNIFIED IDEOGRAPH-29EB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EBA,
        name: "CJK UNIFIED IDEOGRAPH-29EBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EBB,
        name: "CJK UNIFIED IDEOGRAPH-29EBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EBC,
        name: "CJK UNIFIED IDEOGRAPH-29EBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EBD,
        name: "CJK UNIFIED IDEOGRAPH-29EBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EBE,
        name: "CJK UNIFIED IDEOGRAPH-29EBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EBF,
        name: "CJK UNIFIED IDEOGRAPH-29EBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC0,
        name: "CJK UNIFIED IDEOGRAPH-29EC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC1,
        name: "CJK UNIFIED IDEOGRAPH-29EC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC2,
        name: "CJK UNIFIED IDEOGRAPH-29EC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC3,
        name: "CJK UNIFIED IDEOGRAPH-29EC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC4,
        name: "CJK UNIFIED IDEOGRAPH-29EC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC5,
        name: "CJK UNIFIED IDEOGRAPH-29EC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC6,
        name: "CJK UNIFIED IDEOGRAPH-29EC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC7,
        name: "CJK UNIFIED IDEOGRAPH-29EC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC8,
        name: "CJK UNIFIED IDEOGRAPH-29EC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EC9,
        name: "CJK UNIFIED IDEOGRAPH-29EC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ECA,
        name: "CJK UNIFIED IDEOGRAPH-29ECA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ECB,
        name: "CJK UNIFIED IDEOGRAPH-29ECB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ECC,
        name: "CJK UNIFIED IDEOGRAPH-29ECC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ECD,
        name: "CJK UNIFIED IDEOGRAPH-29ECD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ECE,
        name: "CJK UNIFIED IDEOGRAPH-29ECE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ECF,
        name: "CJK UNIFIED IDEOGRAPH-29ECF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED0,
        name: "CJK UNIFIED IDEOGRAPH-29ED0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED1,
        name: "CJK UNIFIED IDEOGRAPH-29ED1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED2,
        name: "CJK UNIFIED IDEOGRAPH-29ED2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED3,
        name: "CJK UNIFIED IDEOGRAPH-29ED3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED4,
        name: "CJK UNIFIED IDEOGRAPH-29ED4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED5,
        name: "CJK UNIFIED IDEOGRAPH-29ED5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED6,
        name: "CJK UNIFIED IDEOGRAPH-29ED6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED7,
        name: "CJK UNIFIED IDEOGRAPH-29ED7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED8,
        name: "CJK UNIFIED IDEOGRAPH-29ED8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29ED9,
        name: "CJK UNIFIED IDEOGRAPH-29ED9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EDA,
        name: "CJK UNIFIED IDEOGRAPH-29EDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EDB,
        name: "CJK UNIFIED IDEOGRAPH-29EDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EDC,
        name: "CJK UNIFIED IDEOGRAPH-29EDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EDD,
        name: "CJK UNIFIED IDEOGRAPH-29EDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EDE,
        name: "CJK UNIFIED IDEOGRAPH-29EDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EDF,
        name: "CJK UNIFIED IDEOGRAPH-29EDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE0,
        name: "CJK UNIFIED IDEOGRAPH-29EE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE1,
        name: "CJK UNIFIED IDEOGRAPH-29EE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE2,
        name: "CJK UNIFIED IDEOGRAPH-29EE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE3,
        name: "CJK UNIFIED IDEOGRAPH-29EE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE4,
        name: "CJK UNIFIED IDEOGRAPH-29EE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE5,
        name: "CJK UNIFIED IDEOGRAPH-29EE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE6,
        name: "CJK UNIFIED IDEOGRAPH-29EE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE7,
        name: "CJK UNIFIED IDEOGRAPH-29EE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE8,
        name: "CJK UNIFIED IDEOGRAPH-29EE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EE9,
        name: "CJK UNIFIED IDEOGRAPH-29EE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EEA,
        name: "CJK UNIFIED IDEOGRAPH-29EEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EEB,
        name: "CJK UNIFIED IDEOGRAPH-29EEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EEC,
        name: "CJK UNIFIED IDEOGRAPH-29EEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EED,
        name: "CJK UNIFIED IDEOGRAPH-29EED",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EEE,
        name: "CJK UNIFIED IDEOGRAPH-29EEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EEF,
        name: "CJK UNIFIED IDEOGRAPH-29EEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF0,
        name: "CJK UNIFIED IDEOGRAPH-29EF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF1,
        name: "CJK UNIFIED IDEOGRAPH-29EF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF2,
        name: "CJK UNIFIED IDEOGRAPH-29EF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF3,
        name: "CJK UNIFIED IDEOGRAPH-29EF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF4,
        name: "CJK UNIFIED IDEOGRAPH-29EF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF5,
        name: "CJK UNIFIED IDEOGRAPH-29EF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF6,
        name: "CJK UNIFIED IDEOGRAPH-29EF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF7,
        name: "CJK UNIFIED IDEOGRAPH-29EF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF8,
        name: "CJK UNIFIED IDEOGRAPH-29EF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EF9,
        name: "CJK UNIFIED IDEOGRAPH-29EF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EFA,
        name: "CJK UNIFIED IDEOGRAPH-29EFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EFB,
        name: "CJK UNIFIED IDEOGRAPH-29EFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EFC,
        name: "CJK UNIFIED IDEOGRAPH-29EFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EFD,
        name: "CJK UNIFIED IDEOGRAPH-29EFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EFE,
        name: "CJK UNIFIED IDEOGRAPH-29EFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29EFF,
        name: "CJK UNIFIED IDEOGRAPH-29EFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F00,
        name: "CJK UNIFIED IDEOGRAPH-29F00",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F01,
        name: "CJK UNIFIED IDEOGRAPH-29F01",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F02,
        name: "CJK UNIFIED IDEOGRAPH-29F02",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F03,
        name: "CJK UNIFIED IDEOGRAPH-29F03",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F04,
        name: "CJK UNIFIED IDEOGRAPH-29F04",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F05,
        name: "CJK UNIFIED IDEOGRAPH-29F05",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F06,
        name: "CJK UNIFIED IDEOGRAPH-29F06",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F07,
        name: "CJK UNIFIED IDEOGRAPH-29F07",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F08,
        name: "CJK UNIFIED IDEOGRAPH-29F08",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F09,
        name: "CJK UNIFIED IDEOGRAPH-29F09",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F0A,
        name: "CJK UNIFIED IDEOGRAPH-29F0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F0B,
        name: "CJK UNIFIED IDEOGRAPH-29F0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F0C,
        name: "CJK UNIFIED IDEOGRAPH-29F0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F0D,
        name: "CJK UNIFIED IDEOGRAPH-29F0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F0E,
        name: "CJK UNIFIED IDEOGRAPH-29F0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F0F,
        name: "CJK UNIFIED IDEOGRAPH-29F0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F10,
        name: "CJK UNIFIED IDEOGRAPH-29F10",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F11,
        name: "CJK UNIFIED IDEOGRAPH-29F11",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F12,
        name: "CJK UNIFIED IDEOGRAPH-29F12",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F13,
        name: "CJK UNIFIED IDEOGRAPH-29F13",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F14,
        name: "CJK UNIFIED IDEOGRAPH-29F14",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F15,
        name: "CJK UNIFIED IDEOGRAPH-29F15",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F16,
        name: "CJK UNIFIED IDEOGRAPH-29F16",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F17,
        name: "CJK UNIFIED IDEOGRAPH-29F17",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F18,
        name: "CJK UNIFIED IDEOGRAPH-29F18",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F19,
        name: "CJK UNIFIED IDEOGRAPH-29F19",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F1A,
        name: "CJK UNIFIED IDEOGRAPH-29F1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F1B,
        name: "CJK UNIFIED IDEOGRAPH-29F1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F1C,
        name: "CJK UNIFIED IDEOGRAPH-29F1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F1D,
        name: "CJK UNIFIED IDEOGRAPH-29F1D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F1E,
        name: "CJK UNIFIED IDEOGRAPH-29F1E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F1F,
        name: "CJK UNIFIED IDEOGRAPH-29F1F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F20,
        name: "CJK UNIFIED IDEOGRAPH-29F20",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F21,
        name: "CJK UNIFIED IDEOGRAPH-29F21",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F22,
        name: "CJK UNIFIED IDEOGRAPH-29F22",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F23,
        name: "CJK UNIFIED IDEOGRAPH-29F23",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F24,
        name: "CJK UNIFIED IDEOGRAPH-29F24",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F25,
        name: "CJK UNIFIED IDEOGRAPH-29F25",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F26,
        name: "CJK UNIFIED IDEOGRAPH-29F26",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F27,
        name: "CJK UNIFIED IDEOGRAPH-29F27",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F28,
        name: "CJK UNIFIED IDEOGRAPH-29F28",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F29,
        name: "CJK UNIFIED IDEOGRAPH-29F29",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F2A,
        name: "CJK UNIFIED IDEOGRAPH-29F2A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F2B,
        name: "CJK UNIFIED IDEOGRAPH-29F2B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F2C,
        name: "CJK UNIFIED IDEOGRAPH-29F2C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F2D,
        name: "CJK UNIFIED IDEOGRAPH-29F2D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F2E,
        name: "CJK UNIFIED IDEOGRAPH-29F2E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F2F,
        name: "CJK UNIFIED IDEOGRAPH-29F2F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F30,
        name: "CJK UNIFIED IDEOGRAPH-29F30",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F31,
        name: "CJK UNIFIED IDEOGRAPH-29F31",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F32,
        name: "CJK UNIFIED IDEOGRAPH-29F32",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F33,
        name: "CJK UNIFIED IDEOGRAPH-29F33",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F34,
        name: "CJK UNIFIED IDEOGRAPH-29F34",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F35,
        name: "CJK UNIFIED IDEOGRAPH-29F35",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F36,
        name: "CJK UNIFIED IDEOGRAPH-29F36",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F37,
        name: "CJK UNIFIED IDEOGRAPH-29F37",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F38,
        name: "CJK UNIFIED IDEOGRAPH-29F38",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F39,
        name: "CJK UNIFIED IDEOGRAPH-29F39",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F3A,
        name: "CJK UNIFIED IDEOGRAPH-29F3A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F3B,
        name: "CJK UNIFIED IDEOGRAPH-29F3B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F3C,
        name: "CJK UNIFIED IDEOGRAPH-29F3C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F3D,
        name: "CJK UNIFIED IDEOGRAPH-29F3D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F3E,
        name: "CJK UNIFIED IDEOGRAPH-29F3E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F3F,
        name: "CJK UNIFIED IDEOGRAPH-29F3F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F40,
        name: "CJK UNIFIED IDEOGRAPH-29F40",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F41,
        name: "CJK UNIFIED IDEOGRAPH-29F41",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F42,
        name: "CJK UNIFIED IDEOGRAPH-29F42",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F43,
        name: "CJK UNIFIED IDEOGRAPH-29F43",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F44,
        name: "CJK UNIFIED IDEOGRAPH-29F44",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F45,
        name: "CJK UNIFIED IDEOGRAPH-29F45",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F46,
        name: "CJK UNIFIED IDEOGRAPH-29F46",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F47,
        name: "CJK UNIFIED IDEOGRAPH-29F47",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F48,
        name: "CJK UNIFIED IDEOGRAPH-29F48",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F49,
        name: "CJK UNIFIED IDEOGRAPH-29F49",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F4A,
        name: "CJK UNIFIED IDEOGRAPH-29F4A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F4B,
        name: "CJK UNIFIED IDEOGRAPH-29F4B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F4C,
        name: "CJK UNIFIED IDEOGRAPH-29F4C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F4D,
        name: "CJK UNIFIED IDEOGRAPH-29F4D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F4E,
        name: "CJK UNIFIED IDEOGRAPH-29F4E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F4F,
        name: "CJK UNIFIED IDEOGRAPH-29F4F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F50,
        name: "CJK UNIFIED IDEOGRAPH-29F50",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F51,
        name: "CJK UNIFIED IDEOGRAPH-29F51",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F52,
        name: "CJK UNIFIED IDEOGRAPH-29F52",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F53,
        name: "CJK UNIFIED IDEOGRAPH-29F53",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F54,
        name: "CJK UNIFIED IDEOGRAPH-29F54",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F55,
        name: "CJK UNIFIED IDEOGRAPH-29F55",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F56,
        name: "CJK UNIFIED IDEOGRAPH-29F56",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F57,
        name: "CJK UNIFIED IDEOGRAPH-29F57",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F58,
        name: "CJK UNIFIED IDEOGRAPH-29F58",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F59,
        name: "CJK UNIFIED IDEOGRAPH-29F59",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F5A,
        name: "CJK UNIFIED IDEOGRAPH-29F5A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F5B,
        name: "CJK UNIFIED IDEOGRAPH-29F5B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F5C,
        name: "CJK UNIFIED IDEOGRAPH-29F5C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F5D,
        name: "CJK UNIFIED IDEOGRAPH-29F5D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F5E,
        name: "CJK UNIFIED IDEOGRAPH-29F5E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F5F,
        name: "CJK UNIFIED IDEOGRAPH-29F5F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F60,
        name: "CJK UNIFIED IDEOGRAPH-29F60",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F61,
        name: "CJK UNIFIED IDEOGRAPH-29F61",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F62,
        name: "CJK UNIFIED IDEOGRAPH-29F62",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F63,
        name: "CJK UNIFIED IDEOGRAPH-29F63",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F64,
        name: "CJK UNIFIED IDEOGRAPH-29F64",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F65,
        name: "CJK UNIFIED IDEOGRAPH-29F65",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F66,
        name: "CJK UNIFIED IDEOGRAPH-29F66",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F67,
        name: "CJK UNIFIED IDEOGRAPH-29F67",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F68,
        name: "CJK UNIFIED IDEOGRAPH-29F68",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F69,
        name: "CJK UNIFIED IDEOGRAPH-29F69",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F6A,
        name: "CJK UNIFIED IDEOGRAPH-29F6A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F6B,
        name: "CJK UNIFIED IDEOGRAPH-29F6B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F6C,
        name: "CJK UNIFIED IDEOGRAPH-29F6C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F6D,
        name: "CJK UNIFIED IDEOGRAPH-29F6D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F6E,
        name: "CJK UNIFIED IDEOGRAPH-29F6E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F6F,
        name: "CJK UNIFIED IDEOGRAPH-29F6F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F70,
        name: "CJK UNIFIED IDEOGRAPH-29F70",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F71,
        name: "CJK UNIFIED IDEOGRAPH-29F71",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F72,
        name: "CJK UNIFIED IDEOGRAPH-29F72",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F73,
        name: "CJK UNIFIED IDEOGRAPH-29F73",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F74,
        name: "CJK UNIFIED IDEOGRAPH-29F74",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F75,
        name: "CJK UNIFIED IDEOGRAPH-29F75",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F76,
        name: "CJK UNIFIED IDEOGRAPH-29F76",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F77,
        name: "CJK UNIFIED IDEOGRAPH-29F77",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F78,
        name: "CJK UNIFIED IDEOGRAPH-29F78",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F79,
        name: "CJK UNIFIED IDEOGRAPH-29F79",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F7A,
        name: "CJK UNIFIED IDEOGRAPH-29F7A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F7B,
        name: "CJK UNIFIED IDEOGRAPH-29F7B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F7C,
        name: "CJK UNIFIED IDEOGRAPH-29F7C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F7D,
        name: "CJK UNIFIED IDEOGRAPH-29F7D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F7E,
        name: "CJK UNIFIED IDEOGRAPH-29F7E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F7F,
        name: "CJK UNIFIED IDEOGRAPH-29F7F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F80,
        name: "CJK UNIFIED IDEOGRAPH-29F80",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F81,
        name: "CJK UNIFIED IDEOGRAPH-29F81",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F82,
        name: "CJK UNIFIED IDEOGRAPH-29F82",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F83,
        name: "CJK UNIFIED IDEOGRAPH-29F83",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F84,
        name: "CJK UNIFIED IDEOGRAPH-29F84",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F85,
        name: "CJK UNIFIED IDEOGRAPH-29F85",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F86,
        name: "CJK UNIFIED IDEOGRAPH-29F86",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F87,
        name: "CJK UNIFIED IDEOGRAPH-29F87",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F88,
        name: "CJK UNIFIED IDEOGRAPH-29F88",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F89,
        name: "CJK UNIFIED IDEOGRAPH-29F89",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F8A,
        name: "CJK UNIFIED IDEOGRAPH-29F8A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F8B,
        name: "CJK UNIFIED IDEOGRAPH-29F8B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F8C,
        name: "CJK UNIFIED IDEOGRAPH-29F8C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F8D,
        name: "CJK UNIFIED IDEOGRAPH-29F8D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F8E,
        name: "CJK UNIFIED IDEOGRAPH-29F8E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F8F,
        name: "CJK UNIFIED IDEOGRAPH-29F8F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F90,
        name: "CJK UNIFIED IDEOGRAPH-29F90",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F91,
        name: "CJK UNIFIED IDEOGRAPH-29F91",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F92,
        name: "CJK UNIFIED IDEOGRAPH-29F92",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F93,
        name: "CJK UNIFIED IDEOGRAPH-29F93",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F94,
        name: "CJK UNIFIED IDEOGRAPH-29F94",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F95,
        name: "CJK UNIFIED IDEOGRAPH-29F95",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F96,
        name: "CJK UNIFIED IDEOGRAPH-29F96",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F97,
        name: "CJK UNIFIED IDEOGRAPH-29F97",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F98,
        name: "CJK UNIFIED IDEOGRAPH-29F98",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F99,
        name: "CJK UNIFIED IDEOGRAPH-29F99",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F9A,
        name: "CJK UNIFIED IDEOGRAPH-29F9A",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F9B,
        name: "CJK UNIFIED IDEOGRAPH-29F9B",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F9C,
        name: "CJK UNIFIED IDEOGRAPH-29F9C",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F9D,
        name: "CJK UNIFIED IDEOGRAPH-29F9D",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F9E,
        name: "CJK UNIFIED IDEOGRAPH-29F9E",
    },
    Character {
        age: "3.1",
        codepoint: 0x29F9F,
        name: "CJK UNIFIED IDEOGRAPH-29F9F",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA0,
        name: "CJK UNIFIED IDEOGRAPH-29FA0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA1,
        name: "CJK UNIFIED IDEOGRAPH-29FA1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA2,
        name: "CJK UNIFIED IDEOGRAPH-29FA2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA3,
        name: "CJK UNIFIED IDEOGRAPH-29FA3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA4,
        name: "CJK UNIFIED IDEOGRAPH-29FA4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA5,
        name: "CJK UNIFIED IDEOGRAPH-29FA5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA6,
        name: "CJK UNIFIED IDEOGRAPH-29FA6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA7,
        name: "CJK UNIFIED IDEOGRAPH-29FA7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA8,
        name: "CJK UNIFIED IDEOGRAPH-29FA8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FA9,
        name: "CJK UNIFIED IDEOGRAPH-29FA9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FAA,
        name: "CJK UNIFIED IDEOGRAPH-29FAA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FAB,
        name: "CJK UNIFIED IDEOGRAPH-29FAB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FAC,
        name: "CJK UNIFIED IDEOGRAPH-29FAC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FAD,
        name: "CJK UNIFIED IDEOGRAPH-29FAD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FAE,
        name: "CJK UNIFIED IDEOGRAPH-29FAE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FAF,
        name: "CJK UNIFIED IDEOGRAPH-29FAF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB0,
        name: "CJK UNIFIED IDEOGRAPH-29FB0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB1,
        name: "CJK UNIFIED IDEOGRAPH-29FB1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB2,
        name: "CJK UNIFIED IDEOGRAPH-29FB2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB3,
        name: "CJK UNIFIED IDEOGRAPH-29FB3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB4,
        name: "CJK UNIFIED IDEOGRAPH-29FB4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB5,
        name: "CJK UNIFIED IDEOGRAPH-29FB5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB6,
        name: "CJK UNIFIED IDEOGRAPH-29FB6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB7,
        name: "CJK UNIFIED IDEOGRAPH-29FB7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB8,
        name: "CJK UNIFIED IDEOGRAPH-29FB8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FB9,
        name: "CJK UNIFIED IDEOGRAPH-29FB9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FBA,
        name: "CJK UNIFIED IDEOGRAPH-29FBA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FBB,
        name: "CJK UNIFIED IDEOGRAPH-29FBB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FBC,
        name: "CJK UNIFIED IDEOGRAPH-29FBC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FBD,
        name: "CJK UNIFIED IDEOGRAPH-29FBD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FBE,
        name: "CJK UNIFIED IDEOGRAPH-29FBE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FBF,
        name: "CJK UNIFIED IDEOGRAPH-29FBF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC0,
        name: "CJK UNIFIED IDEOGRAPH-29FC0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC1,
        name: "CJK UNIFIED IDEOGRAPH-29FC1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC2,
        name: "CJK UNIFIED IDEOGRAPH-29FC2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC3,
        name: "CJK UNIFIED IDEOGRAPH-29FC3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC4,
        name: "CJK UNIFIED IDEOGRAPH-29FC4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC5,
        name: "CJK UNIFIED IDEOGRAPH-29FC5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC6,
        name: "CJK UNIFIED IDEOGRAPH-29FC6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC7,
        name: "CJK UNIFIED IDEOGRAPH-29FC7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC8,
        name: "CJK UNIFIED IDEOGRAPH-29FC8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FC9,
        name: "CJK UNIFIED IDEOGRAPH-29FC9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FCA,
        name: "CJK UNIFIED IDEOGRAPH-29FCA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FCB,
        name: "CJK UNIFIED IDEOGRAPH-29FCB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FCC,
        name: "CJK UNIFIED IDEOGRAPH-29FCC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FCD,
        name: "CJK UNIFIED IDEOGRAPH-29FCD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FCE,
        name: "CJK UNIFIED IDEOGRAPH-29FCE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FCF,
        name: "CJK UNIFIED IDEOGRAPH-29FCF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD0,
        name: "CJK UNIFIED IDEOGRAPH-29FD0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD1,
        name: "CJK UNIFIED IDEOGRAPH-29FD1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD2,
        name: "CJK UNIFIED IDEOGRAPH-29FD2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD3,
        name: "CJK UNIFIED IDEOGRAPH-29FD3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD4,
        name: "CJK UNIFIED IDEOGRAPH-29FD4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD5,
        name: "CJK UNIFIED IDEOGRAPH-29FD5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD6,
        name: "CJK UNIFIED IDEOGRAPH-29FD6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD7,
        name: "CJK UNIFIED IDEOGRAPH-29FD7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD8,
        name: "CJK UNIFIED IDEOGRAPH-29FD8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FD9,
        name: "CJK UNIFIED IDEOGRAPH-29FD9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FDA,
        name: "CJK UNIFIED IDEOGRAPH-29FDA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FDB,
        name: "CJK UNIFIED IDEOGRAPH-29FDB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FDC,
        name: "CJK UNIFIED IDEOGRAPH-29FDC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FDD,
        name: "CJK UNIFIED IDEOGRAPH-29FDD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FDE,
        name: "CJK UNIFIED IDEOGRAPH-29FDE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FDF,
        name: "CJK UNIFIED IDEOGRAPH-29FDF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE0,
        name: "CJK UNIFIED IDEOGRAPH-29FE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE1,
        name: "CJK UNIFIED IDEOGRAPH-29FE1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE2,
        name: "CJK UNIFIED IDEOGRAPH-29FE2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE3,
        name: "CJK UNIFIED IDEOGRAPH-29FE3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE4,
        name: "CJK UNIFIED IDEOGRAPH-29FE4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE5,
        name: "CJK UNIFIED IDEOGRAPH-29FE5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE6,
        name: "CJK UNIFIED IDEOGRAPH-29FE6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE7,
        name: "CJK UNIFIED IDEOGRAPH-29FE7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE8,
        name: "CJK UNIFIED IDEOGRAPH-29FE8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FE9,
        name: "CJK UNIFIED IDEOGRAPH-29FE9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FEA,
        name: "CJK UNIFIED IDEOGRAPH-29FEA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FEB,
        name: "CJK UNIFIED IDEOGRAPH-29FEB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FEC,
        name: "CJK UNIFIED IDEOGRAPH-29FEC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FED,
        name: "CJK UNIFIED IDEOGRAPH-29FED",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FEE,
        name: "CJK UNIFIED IDEOGRAPH-29FEE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FEF,
        name: "CJK UNIFIED IDEOGRAPH-29FEF",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF0,
        name: "CJK UNIFIED IDEOGRAPH-29FF0",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF1,
        name: "CJK UNIFIED IDEOGRAPH-29FF1",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF2,
        name: "CJK UNIFIED IDEOGRAPH-29FF2",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF3,
        name: "CJK UNIFIED IDEOGRAPH-29FF3",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF4,
        name: "CJK UNIFIED IDEOGRAPH-29FF4",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF5,
        name: "CJK UNIFIED IDEOGRAPH-29FF5",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF6,
        name: "CJK UNIFIED IDEOGRAPH-29FF6",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF7,
        name: "CJK UNIFIED IDEOGRAPH-29FF7",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF8,
        name: "CJK UNIFIED IDEOGRAPH-29FF8",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FF9,
        name: "CJK UNIFIED IDEOGRAPH-29FF9",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FFA,
        name: "CJK UNIFIED IDEOGRAPH-29FFA",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FFB,
        name: "CJK UNIFIED IDEOGRAPH-29FFB",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FFC,
        name: "CJK UNIFIED IDEOGRAPH-29FFC",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FFD,
        name: "CJK UNIFIED IDEOGRAPH-29FFD",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FFE,
        name: "CJK UNIFIED IDEOGRAPH-29FFE",
    },
    Character {
        age: "3.1",
        codepoint: 0x29FFF,
        name: "CJK UNIFIED IDEOGRAPH-29FFF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A000,
        name: "CJK UNIFIED IDEOGRAPH-2A000",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A001,
        name: "CJK UNIFIED IDEOGRAPH-2A001",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A002,
        name: "CJK UNIFIED IDEOGRAPH-2A002",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A003,
        name: "CJK UNIFIED IDEOGRAPH-2A003",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A004,
        name: "CJK UNIFIED IDEOGRAPH-2A004",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A005,
        name: "CJK UNIFIED IDEOGRAPH-2A005",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A006,
        name: "CJK UNIFIED IDEOGRAPH-2A006",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A007,
        name: "CJK UNIFIED IDEOGRAPH-2A007",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A008,
        name: "CJK UNIFIED IDEOGRAPH-2A008",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A009,
        name: "CJK UNIFIED IDEOGRAPH-2A009",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A00A,
        name: "CJK UNIFIED IDEOGRAPH-2A00A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A00B,
        name: "CJK UNIFIED IDEOGRAPH-2A00B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A00C,
        name: "CJK UNIFIED IDEOGRAPH-2A00C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A00D,
        name: "CJK UNIFIED IDEOGRAPH-2A00D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A00E,
        name: "CJK UNIFIED IDEOGRAPH-2A00E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A00F,
        name: "CJK UNIFIED IDEOGRAPH-2A00F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A010,
        name: "CJK UNIFIED IDEOGRAPH-2A010",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A011,
        name: "CJK UNIFIED IDEOGRAPH-2A011",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A012,
        name: "CJK UNIFIED IDEOGRAPH-2A012",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A013,
        name: "CJK UNIFIED IDEOGRAPH-2A013",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A014,
        name: "CJK UNIFIED IDEOGRAPH-2A014",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A015,
        name: "CJK UNIFIED IDEOGRAPH-2A015",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A016,
        name: "CJK UNIFIED IDEOGRAPH-2A016",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A017,
        name: "CJK UNIFIED IDEOGRAPH-2A017",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A018,
        name: "CJK UNIFIED IDEOGRAPH-2A018",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A019,
        name: "CJK UNIFIED IDEOGRAPH-2A019",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A01A,
        name: "CJK UNIFIED IDEOGRAPH-2A01A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A01B,
        name: "CJK UNIFIED IDEOGRAPH-2A01B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A01C,
        name: "CJK UNIFIED IDEOGRAPH-2A01C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A01D,
        name: "CJK UNIFIED IDEOGRAPH-2A01D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A01E,
        name: "CJK UNIFIED IDEOGRAPH-2A01E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A01F,
        name: "CJK UNIFIED IDEOGRAPH-2A01F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A020,
        name: "CJK UNIFIED IDEOGRAPH-2A020",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A021,
        name: "CJK UNIFIED IDEOGRAPH-2A021",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A022,
        name: "CJK UNIFIED IDEOGRAPH-2A022",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A023,
        name: "CJK UNIFIED IDEOGRAPH-2A023",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A024,
        name: "CJK UNIFIED IDEOGRAPH-2A024",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A025,
        name: "CJK UNIFIED IDEOGRAPH-2A025",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A026,
        name: "CJK UNIFIED IDEOGRAPH-2A026",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A027,
        name: "CJK UNIFIED IDEOGRAPH-2A027",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A028,
        name: "CJK UNIFIED IDEOGRAPH-2A028",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A029,
        name: "CJK UNIFIED IDEOGRAPH-2A029",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A02A,
        name: "CJK UNIFIED IDEOGRAPH-2A02A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A02B,
        name: "CJK UNIFIED IDEOGRAPH-2A02B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A02C,
        name: "CJK UNIFIED IDEOGRAPH-2A02C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A02D,
        name: "CJK UNIFIED IDEOGRAPH-2A02D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A02E,
        name: "CJK UNIFIED IDEOGRAPH-2A02E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A02F,
        name: "CJK UNIFIED IDEOGRAPH-2A02F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A030,
        name: "CJK UNIFIED IDEOGRAPH-2A030",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A031,
        name: "CJK UNIFIED IDEOGRAPH-2A031",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A032,
        name: "CJK UNIFIED IDEOGRAPH-2A032",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A033,
        name: "CJK UNIFIED IDEOGRAPH-2A033",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A034,
        name: "CJK UNIFIED IDEOGRAPH-2A034",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A035,
        name: "CJK UNIFIED IDEOGRAPH-2A035",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A036,
        name: "CJK UNIFIED IDEOGRAPH-2A036",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A037,
        name: "CJK UNIFIED IDEOGRAPH-2A037",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A038,
        name: "CJK UNIFIED IDEOGRAPH-2A038",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A039,
        name: "CJK UNIFIED IDEOGRAPH-2A039",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A03A,
        name: "CJK UNIFIED IDEOGRAPH-2A03A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A03B,
        name: "CJK UNIFIED IDEOGRAPH-2A03B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A03C,
        name: "CJK UNIFIED IDEOGRAPH-2A03C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A03D,
        name: "CJK UNIFIED IDEOGRAPH-2A03D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A03E,
        name: "CJK UNIFIED IDEOGRAPH-2A03E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A03F,
        name: "CJK UNIFIED IDEOGRAPH-2A03F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A040,
        name: "CJK UNIFIED IDEOGRAPH-2A040",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A041,
        name: "CJK UNIFIED IDEOGRAPH-2A041",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A042,
        name: "CJK UNIFIED IDEOGRAPH-2A042",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A043,
        name: "CJK UNIFIED IDEOGRAPH-2A043",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A044,
        name: "CJK UNIFIED IDEOGRAPH-2A044",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A045,
        name: "CJK UNIFIED IDEOGRAPH-2A045",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A046,
        name: "CJK UNIFIED IDEOGRAPH-2A046",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A047,
        name: "CJK UNIFIED IDEOGRAPH-2A047",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A048,
        name: "CJK UNIFIED IDEOGRAPH-2A048",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A049,
        name: "CJK UNIFIED IDEOGRAPH-2A049",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A04A,
        name: "CJK UNIFIED IDEOGRAPH-2A04A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A04B,
        name: "CJK UNIFIED IDEOGRAPH-2A04B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A04C,
        name: "CJK UNIFIED IDEOGRAPH-2A04C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A04D,
        name: "CJK UNIFIED IDEOGRAPH-2A04D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A04E,
        name: "CJK UNIFIED IDEOGRAPH-2A04E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A04F,
        name: "CJK UNIFIED IDEOGRAPH-2A04F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A050,
        name: "CJK UNIFIED IDEOGRAPH-2A050",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A051,
        name: "CJK UNIFIED IDEOGRAPH-2A051",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A052,
        name: "CJK UNIFIED IDEOGRAPH-2A052",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A053,
        name: "CJK UNIFIED IDEOGRAPH-2A053",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A054,
        name: "CJK UNIFIED IDEOGRAPH-2A054",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A055,
        name: "CJK UNIFIED IDEOGRAPH-2A055",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A056,
        name: "CJK UNIFIED IDEOGRAPH-2A056",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A057,
        name: "CJK UNIFIED IDEOGRAPH-2A057",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A058,
        name: "CJK UNIFIED IDEOGRAPH-2A058",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A059,
        name: "CJK UNIFIED IDEOGRAPH-2A059",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A05A,
        name: "CJK UNIFIED IDEOGRAPH-2A05A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A05B,
        name: "CJK UNIFIED IDEOGRAPH-2A05B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A05C,
        name: "CJK UNIFIED IDEOGRAPH-2A05C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A05D,
        name: "CJK UNIFIED IDEOGRAPH-2A05D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A05E,
        name: "CJK UNIFIED IDEOGRAPH-2A05E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A05F,
        name: "CJK UNIFIED IDEOGRAPH-2A05F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A060,
        name: "CJK UNIFIED IDEOGRAPH-2A060",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A061,
        name: "CJK UNIFIED IDEOGRAPH-2A061",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A062,
        name: "CJK UNIFIED IDEOGRAPH-2A062",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A063,
        name: "CJK UNIFIED IDEOGRAPH-2A063",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A064,
        name: "CJK UNIFIED IDEOGRAPH-2A064",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A065,
        name: "CJK UNIFIED IDEOGRAPH-2A065",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A066,
        name: "CJK UNIFIED IDEOGRAPH-2A066",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A067,
        name: "CJK UNIFIED IDEOGRAPH-2A067",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A068,
        name: "CJK UNIFIED IDEOGRAPH-2A068",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A069,
        name: "CJK UNIFIED IDEOGRAPH-2A069",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A06A,
        name: "CJK UNIFIED IDEOGRAPH-2A06A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A06B,
        name: "CJK UNIFIED IDEOGRAPH-2A06B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A06C,
        name: "CJK UNIFIED IDEOGRAPH-2A06C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A06D,
        name: "CJK UNIFIED IDEOGRAPH-2A06D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A06E,
        name: "CJK UNIFIED IDEOGRAPH-2A06E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A06F,
        name: "CJK UNIFIED IDEOGRAPH-2A06F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A070,
        name: "CJK UNIFIED IDEOGRAPH-2A070",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A071,
        name: "CJK UNIFIED IDEOGRAPH-2A071",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A072,
        name: "CJK UNIFIED IDEOGRAPH-2A072",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A073,
        name: "CJK UNIFIED IDEOGRAPH-2A073",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A074,
        name: "CJK UNIFIED IDEOGRAPH-2A074",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A075,
        name: "CJK UNIFIED IDEOGRAPH-2A075",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A076,
        name: "CJK UNIFIED IDEOGRAPH-2A076",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A077,
        name: "CJK UNIFIED IDEOGRAPH-2A077",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A078,
        name: "CJK UNIFIED IDEOGRAPH-2A078",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A079,
        name: "CJK UNIFIED IDEOGRAPH-2A079",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A07A,
        name: "CJK UNIFIED IDEOGRAPH-2A07A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A07B,
        name: "CJK UNIFIED IDEOGRAPH-2A07B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A07C,
        name: "CJK UNIFIED IDEOGRAPH-2A07C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A07D,
        name: "CJK UNIFIED IDEOGRAPH-2A07D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A07E,
        name: "CJK UNIFIED IDEOGRAPH-2A07E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A07F,
        name: "CJK UNIFIED IDEOGRAPH-2A07F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A080,
        name: "CJK UNIFIED IDEOGRAPH-2A080",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A081,
        name: "CJK UNIFIED IDEOGRAPH-2A081",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A082,
        name: "CJK UNIFIED IDEOGRAPH-2A082",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A083,
        name: "CJK UNIFIED IDEOGRAPH-2A083",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A084,
        name: "CJK UNIFIED IDEOGRAPH-2A084",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A085,
        name: "CJK UNIFIED IDEOGRAPH-2A085",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A086,
        name: "CJK UNIFIED IDEOGRAPH-2A086",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A087,
        name: "CJK UNIFIED IDEOGRAPH-2A087",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A088,
        name: "CJK UNIFIED IDEOGRAPH-2A088",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A089,
        name: "CJK UNIFIED IDEOGRAPH-2A089",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A08A,
        name: "CJK UNIFIED IDEOGRAPH-2A08A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A08B,
        name: "CJK UNIFIED IDEOGRAPH-2A08B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A08C,
        name: "CJK UNIFIED IDEOGRAPH-2A08C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A08D,
        name: "CJK UNIFIED IDEOGRAPH-2A08D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A08E,
        name: "CJK UNIFIED IDEOGRAPH-2A08E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A08F,
        name: "CJK UNIFIED IDEOGRAPH-2A08F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A090,
        name: "CJK UNIFIED IDEOGRAPH-2A090",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A091,
        name: "CJK UNIFIED IDEOGRAPH-2A091",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A092,
        name: "CJK UNIFIED IDEOGRAPH-2A092",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A093,
        name: "CJK UNIFIED IDEOGRAPH-2A093",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A094,
        name: "CJK UNIFIED IDEOGRAPH-2A094",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A095,
        name: "CJK UNIFIED IDEOGRAPH-2A095",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A096,
        name: "CJK UNIFIED IDEOGRAPH-2A096",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A097,
        name: "CJK UNIFIED IDEOGRAPH-2A097",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A098,
        name: "CJK UNIFIED IDEOGRAPH-2A098",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A099,
        name: "CJK UNIFIED IDEOGRAPH-2A099",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A09A,
        name: "CJK UNIFIED IDEOGRAPH-2A09A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A09B,
        name: "CJK UNIFIED IDEOGRAPH-2A09B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A09C,
        name: "CJK UNIFIED IDEOGRAPH-2A09C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A09D,
        name: "CJK UNIFIED IDEOGRAPH-2A09D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A09E,
        name: "CJK UNIFIED IDEOGRAPH-2A09E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A09F,
        name: "CJK UNIFIED IDEOGRAPH-2A09F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A0,
        name: "CJK UNIFIED IDEOGRAPH-2A0A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A1,
        name: "CJK UNIFIED IDEOGRAPH-2A0A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A2,
        name: "CJK UNIFIED IDEOGRAPH-2A0A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A3,
        name: "CJK UNIFIED IDEOGRAPH-2A0A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A4,
        name: "CJK UNIFIED IDEOGRAPH-2A0A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A5,
        name: "CJK UNIFIED IDEOGRAPH-2A0A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A6,
        name: "CJK UNIFIED IDEOGRAPH-2A0A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A7,
        name: "CJK UNIFIED IDEOGRAPH-2A0A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A8,
        name: "CJK UNIFIED IDEOGRAPH-2A0A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0A9,
        name: "CJK UNIFIED IDEOGRAPH-2A0A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0AA,
        name: "CJK UNIFIED IDEOGRAPH-2A0AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0AB,
        name: "CJK UNIFIED IDEOGRAPH-2A0AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0AC,
        name: "CJK UNIFIED IDEOGRAPH-2A0AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0AD,
        name: "CJK UNIFIED IDEOGRAPH-2A0AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0AE,
        name: "CJK UNIFIED IDEOGRAPH-2A0AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0AF,
        name: "CJK UNIFIED IDEOGRAPH-2A0AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B0,
        name: "CJK UNIFIED IDEOGRAPH-2A0B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B1,
        name: "CJK UNIFIED IDEOGRAPH-2A0B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B2,
        name: "CJK UNIFIED IDEOGRAPH-2A0B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B3,
        name: "CJK UNIFIED IDEOGRAPH-2A0B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B4,
        name: "CJK UNIFIED IDEOGRAPH-2A0B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B5,
        name: "CJK UNIFIED IDEOGRAPH-2A0B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B6,
        name: "CJK UNIFIED IDEOGRAPH-2A0B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B7,
        name: "CJK UNIFIED IDEOGRAPH-2A0B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B8,
        name: "CJK UNIFIED IDEOGRAPH-2A0B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0B9,
        name: "CJK UNIFIED IDEOGRAPH-2A0B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0BA,
        name: "CJK UNIFIED IDEOGRAPH-2A0BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0BB,
        name: "CJK UNIFIED IDEOGRAPH-2A0BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0BC,
        name: "CJK UNIFIED IDEOGRAPH-2A0BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0BD,
        name: "CJK UNIFIED IDEOGRAPH-2A0BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0BE,
        name: "CJK UNIFIED IDEOGRAPH-2A0BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0BF,
        name: "CJK UNIFIED IDEOGRAPH-2A0BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C0,
        name: "CJK UNIFIED IDEOGRAPH-2A0C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C1,
        name: "CJK UNIFIED IDEOGRAPH-2A0C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C2,
        name: "CJK UNIFIED IDEOGRAPH-2A0C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C3,
        name: "CJK UNIFIED IDEOGRAPH-2A0C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C4,
        name: "CJK UNIFIED IDEOGRAPH-2A0C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C5,
        name: "CJK UNIFIED IDEOGRAPH-2A0C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C6,
        name: "CJK UNIFIED IDEOGRAPH-2A0C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C7,
        name: "CJK UNIFIED IDEOGRAPH-2A0C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C8,
        name: "CJK UNIFIED IDEOGRAPH-2A0C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0C9,
        name: "CJK UNIFIED IDEOGRAPH-2A0C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0CA,
        name: "CJK UNIFIED IDEOGRAPH-2A0CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0CB,
        name: "CJK UNIFIED IDEOGRAPH-2A0CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0CC,
        name: "CJK UNIFIED IDEOGRAPH-2A0CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0CD,
        name: "CJK UNIFIED IDEOGRAPH-2A0CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0CE,
        name: "CJK UNIFIED IDEOGRAPH-2A0CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0CF,
        name: "CJK UNIFIED IDEOGRAPH-2A0CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D0,
        name: "CJK UNIFIED IDEOGRAPH-2A0D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D1,
        name: "CJK UNIFIED IDEOGRAPH-2A0D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D2,
        name: "CJK UNIFIED IDEOGRAPH-2A0D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D3,
        name: "CJK UNIFIED IDEOGRAPH-2A0D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D4,
        name: "CJK UNIFIED IDEOGRAPH-2A0D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D5,
        name: "CJK UNIFIED IDEOGRAPH-2A0D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D6,
        name: "CJK UNIFIED IDEOGRAPH-2A0D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D7,
        name: "CJK UNIFIED IDEOGRAPH-2A0D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D8,
        name: "CJK UNIFIED IDEOGRAPH-2A0D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0D9,
        name: "CJK UNIFIED IDEOGRAPH-2A0D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0DA,
        name: "CJK UNIFIED IDEOGRAPH-2A0DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0DB,
        name: "CJK UNIFIED IDEOGRAPH-2A0DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0DC,
        name: "CJK UNIFIED IDEOGRAPH-2A0DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0DD,
        name: "CJK UNIFIED IDEOGRAPH-2A0DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0DE,
        name: "CJK UNIFIED IDEOGRAPH-2A0DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0DF,
        name: "CJK UNIFIED IDEOGRAPH-2A0DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E0,
        name: "CJK UNIFIED IDEOGRAPH-2A0E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E1,
        name: "CJK UNIFIED IDEOGRAPH-2A0E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E2,
        name: "CJK UNIFIED IDEOGRAPH-2A0E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E3,
        name: "CJK UNIFIED IDEOGRAPH-2A0E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E4,
        name: "CJK UNIFIED IDEOGRAPH-2A0E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E5,
        name: "CJK UNIFIED IDEOGRAPH-2A0E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E6,
        name: "CJK UNIFIED IDEOGRAPH-2A0E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E7,
        name: "CJK UNIFIED IDEOGRAPH-2A0E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E8,
        name: "CJK UNIFIED IDEOGRAPH-2A0E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0E9,
        name: "CJK UNIFIED IDEOGRAPH-2A0E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0EA,
        name: "CJK UNIFIED IDEOGRAPH-2A0EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0EB,
        name: "CJK UNIFIED IDEOGRAPH-2A0EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0EC,
        name: "CJK UNIFIED IDEOGRAPH-2A0EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0ED,
        name: "CJK UNIFIED IDEOGRAPH-2A0ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0EE,
        name: "CJK UNIFIED IDEOGRAPH-2A0EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0EF,
        name: "CJK UNIFIED IDEOGRAPH-2A0EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F0,
        name: "CJK UNIFIED IDEOGRAPH-2A0F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F1,
        name: "CJK UNIFIED IDEOGRAPH-2A0F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F2,
        name: "CJK UNIFIED IDEOGRAPH-2A0F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F3,
        name: "CJK UNIFIED IDEOGRAPH-2A0F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F4,
        name: "CJK UNIFIED IDEOGRAPH-2A0F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F5,
        name: "CJK UNIFIED IDEOGRAPH-2A0F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F6,
        name: "CJK UNIFIED IDEOGRAPH-2A0F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F7,
        name: "CJK UNIFIED IDEOGRAPH-2A0F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F8,
        name: "CJK UNIFIED IDEOGRAPH-2A0F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0F9,
        name: "CJK UNIFIED IDEOGRAPH-2A0F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0FA,
        name: "CJK UNIFIED IDEOGRAPH-2A0FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0FB,
        name: "CJK UNIFIED IDEOGRAPH-2A0FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0FC,
        name: "CJK UNIFIED IDEOGRAPH-2A0FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0FD,
        name: "CJK UNIFIED IDEOGRAPH-2A0FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0FE,
        name: "CJK UNIFIED IDEOGRAPH-2A0FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A0FF,
        name: "CJK UNIFIED IDEOGRAPH-2A0FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A100,
        name: "CJK UNIFIED IDEOGRAPH-2A100",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A101,
        name: "CJK UNIFIED IDEOGRAPH-2A101",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A102,
        name: "CJK UNIFIED IDEOGRAPH-2A102",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A103,
        name: "CJK UNIFIED IDEOGRAPH-2A103",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A104,
        name: "CJK UNIFIED IDEOGRAPH-2A104",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A105,
        name: "CJK UNIFIED IDEOGRAPH-2A105",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A106,
        name: "CJK UNIFIED IDEOGRAPH-2A106",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A107,
        name: "CJK UNIFIED IDEOGRAPH-2A107",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A108,
        name: "CJK UNIFIED IDEOGRAPH-2A108",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A109,
        name: "CJK UNIFIED IDEOGRAPH-2A109",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A10A,
        name: "CJK UNIFIED IDEOGRAPH-2A10A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A10B,
        name: "CJK UNIFIED IDEOGRAPH-2A10B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A10C,
        name: "CJK UNIFIED IDEOGRAPH-2A10C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A10D,
        name: "CJK UNIFIED IDEOGRAPH-2A10D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A10E,
        name: "CJK UNIFIED IDEOGRAPH-2A10E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A10F,
        name: "CJK UNIFIED IDEOGRAPH-2A10F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A110,
        name: "CJK UNIFIED IDEOGRAPH-2A110",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A111,
        name: "CJK UNIFIED IDEOGRAPH-2A111",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A112,
        name: "CJK UNIFIED IDEOGRAPH-2A112",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A113,
        name: "CJK UNIFIED IDEOGRAPH-2A113",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A114,
        name: "CJK UNIFIED IDEOGRAPH-2A114",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A115,
        name: "CJK UNIFIED IDEOGRAPH-2A115",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A116,
        name: "CJK UNIFIED IDEOGRAPH-2A116",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A117,
        name: "CJK UNIFIED IDEOGRAPH-2A117",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A118,
        name: "CJK UNIFIED IDEOGRAPH-2A118",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A119,
        name: "CJK UNIFIED IDEOGRAPH-2A119",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A11A,
        name: "CJK UNIFIED IDEOGRAPH-2A11A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A11B,
        name: "CJK UNIFIED IDEOGRAPH-2A11B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A11C,
        name: "CJK UNIFIED IDEOGRAPH-2A11C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A11D,
        name: "CJK UNIFIED IDEOGRAPH-2A11D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A11E,
        name: "CJK UNIFIED IDEOGRAPH-2A11E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A11F,
        name: "CJK UNIFIED IDEOGRAPH-2A11F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A120,
        name: "CJK UNIFIED IDEOGRAPH-2A120",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A121,
        name: "CJK UNIFIED IDEOGRAPH-2A121",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A122,
        name: "CJK UNIFIED IDEOGRAPH-2A122",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A123,
        name: "CJK UNIFIED IDEOGRAPH-2A123",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A124,
        name: "CJK UNIFIED IDEOGRAPH-2A124",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A125,
        name: "CJK UNIFIED IDEOGRAPH-2A125",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A126,
        name: "CJK UNIFIED IDEOGRAPH-2A126",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A127,
        name: "CJK UNIFIED IDEOGRAPH-2A127",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A128,
        name: "CJK UNIFIED IDEOGRAPH-2A128",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A129,
        name: "CJK UNIFIED IDEOGRAPH-2A129",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A12A,
        name: "CJK UNIFIED IDEOGRAPH-2A12A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A12B,
        name: "CJK UNIFIED IDEOGRAPH-2A12B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A12C,
        name: "CJK UNIFIED IDEOGRAPH-2A12C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A12D,
        name: "CJK UNIFIED IDEOGRAPH-2A12D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A12E,
        name: "CJK UNIFIED IDEOGRAPH-2A12E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A12F,
        name: "CJK UNIFIED IDEOGRAPH-2A12F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A130,
        name: "CJK UNIFIED IDEOGRAPH-2A130",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A131,
        name: "CJK UNIFIED IDEOGRAPH-2A131",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A132,
        name: "CJK UNIFIED IDEOGRAPH-2A132",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A133,
        name: "CJK UNIFIED IDEOGRAPH-2A133",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A134,
        name: "CJK UNIFIED IDEOGRAPH-2A134",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A135,
        name: "CJK UNIFIED IDEOGRAPH-2A135",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A136,
        name: "CJK UNIFIED IDEOGRAPH-2A136",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A137,
        name: "CJK UNIFIED IDEOGRAPH-2A137",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A138,
        name: "CJK UNIFIED IDEOGRAPH-2A138",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A139,
        name: "CJK UNIFIED IDEOGRAPH-2A139",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A13A,
        name: "CJK UNIFIED IDEOGRAPH-2A13A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A13B,
        name: "CJK UNIFIED IDEOGRAPH-2A13B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A13C,
        name: "CJK UNIFIED IDEOGRAPH-2A13C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A13D,
        name: "CJK UNIFIED IDEOGRAPH-2A13D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A13E,
        name: "CJK UNIFIED IDEOGRAPH-2A13E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A13F,
        name: "CJK UNIFIED IDEOGRAPH-2A13F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A140,
        name: "CJK UNIFIED IDEOGRAPH-2A140",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A141,
        name: "CJK UNIFIED IDEOGRAPH-2A141",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A142,
        name: "CJK UNIFIED IDEOGRAPH-2A142",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A143,
        name: "CJK UNIFIED IDEOGRAPH-2A143",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A144,
        name: "CJK UNIFIED IDEOGRAPH-2A144",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A145,
        name: "CJK UNIFIED IDEOGRAPH-2A145",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A146,
        name: "CJK UNIFIED IDEOGRAPH-2A146",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A147,
        name: "CJK UNIFIED IDEOGRAPH-2A147",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A148,
        name: "CJK UNIFIED IDEOGRAPH-2A148",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A149,
        name: "CJK UNIFIED IDEOGRAPH-2A149",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A14A,
        name: "CJK UNIFIED IDEOGRAPH-2A14A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A14B,
        name: "CJK UNIFIED IDEOGRAPH-2A14B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A14C,
        name: "CJK UNIFIED IDEOGRAPH-2A14C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A14D,
        name: "CJK UNIFIED IDEOGRAPH-2A14D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A14E,
        name: "CJK UNIFIED IDEOGRAPH-2A14E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A14F,
        name: "CJK UNIFIED IDEOGRAPH-2A14F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A150,
        name: "CJK UNIFIED IDEOGRAPH-2A150",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A151,
        name: "CJK UNIFIED IDEOGRAPH-2A151",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A152,
        name: "CJK UNIFIED IDEOGRAPH-2A152",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A153,
        name: "CJK UNIFIED IDEOGRAPH-2A153",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A154,
        name: "CJK UNIFIED IDEOGRAPH-2A154",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A155,
        name: "CJK UNIFIED IDEOGRAPH-2A155",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A156,
        name: "CJK UNIFIED IDEOGRAPH-2A156",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A157,
        name: "CJK UNIFIED IDEOGRAPH-2A157",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A158,
        name: "CJK UNIFIED IDEOGRAPH-2A158",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A159,
        name: "CJK UNIFIED IDEOGRAPH-2A159",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A15A,
        name: "CJK UNIFIED IDEOGRAPH-2A15A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A15B,
        name: "CJK UNIFIED IDEOGRAPH-2A15B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A15C,
        name: "CJK UNIFIED IDEOGRAPH-2A15C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A15D,
        name: "CJK UNIFIED IDEOGRAPH-2A15D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A15E,
        name: "CJK UNIFIED IDEOGRAPH-2A15E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A15F,
        name: "CJK UNIFIED IDEOGRAPH-2A15F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A160,
        name: "CJK UNIFIED IDEOGRAPH-2A160",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A161,
        name: "CJK UNIFIED IDEOGRAPH-2A161",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A162,
        name: "CJK UNIFIED IDEOGRAPH-2A162",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A163,
        name: "CJK UNIFIED IDEOGRAPH-2A163",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A164,
        name: "CJK UNIFIED IDEOGRAPH-2A164",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A165,
        name: "CJK UNIFIED IDEOGRAPH-2A165",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A166,
        name: "CJK UNIFIED IDEOGRAPH-2A166",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A167,
        name: "CJK UNIFIED IDEOGRAPH-2A167",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A168,
        name: "CJK UNIFIED IDEOGRAPH-2A168",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A169,
        name: "CJK UNIFIED IDEOGRAPH-2A169",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A16A,
        name: "CJK UNIFIED IDEOGRAPH-2A16A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A16B,
        name: "CJK UNIFIED IDEOGRAPH-2A16B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A16C,
        name: "CJK UNIFIED IDEOGRAPH-2A16C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A16D,
        name: "CJK UNIFIED IDEOGRAPH-2A16D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A16E,
        name: "CJK UNIFIED IDEOGRAPH-2A16E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A16F,
        name: "CJK UNIFIED IDEOGRAPH-2A16F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A170,
        name: "CJK UNIFIED IDEOGRAPH-2A170",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A171,
        name: "CJK UNIFIED IDEOGRAPH-2A171",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A172,
        name: "CJK UNIFIED IDEOGRAPH-2A172",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A173,
        name: "CJK UNIFIED IDEOGRAPH-2A173",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A174,
        name: "CJK UNIFIED IDEOGRAPH-2A174",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A175,
        name: "CJK UNIFIED IDEOGRAPH-2A175",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A176,
        name: "CJK UNIFIED IDEOGRAPH-2A176",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A177,
        name: "CJK UNIFIED IDEOGRAPH-2A177",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A178,
        name: "CJK UNIFIED IDEOGRAPH-2A178",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A179,
        name: "CJK UNIFIED IDEOGRAPH-2A179",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A17A,
        name: "CJK UNIFIED IDEOGRAPH-2A17A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A17B,
        name: "CJK UNIFIED IDEOGRAPH-2A17B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A17C,
        name: "CJK UNIFIED IDEOGRAPH-2A17C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A17D,
        name: "CJK UNIFIED IDEOGRAPH-2A17D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A17E,
        name: "CJK UNIFIED IDEOGRAPH-2A17E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A17F,
        name: "CJK UNIFIED IDEOGRAPH-2A17F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A180,
        name: "CJK UNIFIED IDEOGRAPH-2A180",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A181,
        name: "CJK UNIFIED IDEOGRAPH-2A181",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A182,
        name: "CJK UNIFIED IDEOGRAPH-2A182",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A183,
        name: "CJK UNIFIED IDEOGRAPH-2A183",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A184,
        name: "CJK UNIFIED IDEOGRAPH-2A184",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A185,
        name: "CJK UNIFIED IDEOGRAPH-2A185",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A186,
        name: "CJK UNIFIED IDEOGRAPH-2A186",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A187,
        name: "CJK UNIFIED IDEOGRAPH-2A187",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A188,
        name: "CJK UNIFIED IDEOGRAPH-2A188",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A189,
        name: "CJK UNIFIED IDEOGRAPH-2A189",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A18A,
        name: "CJK UNIFIED IDEOGRAPH-2A18A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A18B,
        name: "CJK UNIFIED IDEOGRAPH-2A18B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A18C,
        name: "CJK UNIFIED IDEOGRAPH-2A18C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A18D,
        name: "CJK UNIFIED IDEOGRAPH-2A18D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A18E,
        name: "CJK UNIFIED IDEOGRAPH-2A18E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A18F,
        name: "CJK UNIFIED IDEOGRAPH-2A18F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A190,
        name: "CJK UNIFIED IDEOGRAPH-2A190",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A191,
        name: "CJK UNIFIED IDEOGRAPH-2A191",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A192,
        name: "CJK UNIFIED IDEOGRAPH-2A192",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A193,
        name: "CJK UNIFIED IDEOGRAPH-2A193",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A194,
        name: "CJK UNIFIED IDEOGRAPH-2A194",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A195,
        name: "CJK UNIFIED IDEOGRAPH-2A195",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A196,
        name: "CJK UNIFIED IDEOGRAPH-2A196",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A197,
        name: "CJK UNIFIED IDEOGRAPH-2A197",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A198,
        name: "CJK UNIFIED IDEOGRAPH-2A198",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A199,
        name: "CJK UNIFIED IDEOGRAPH-2A199",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A19A,
        name: "CJK UNIFIED IDEOGRAPH-2A19A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A19B,
        name: "CJK UNIFIED IDEOGRAPH-2A19B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A19C,
        name: "CJK UNIFIED IDEOGRAPH-2A19C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A19D,
        name: "CJK UNIFIED IDEOGRAPH-2A19D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A19E,
        name: "CJK UNIFIED IDEOGRAPH-2A19E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A19F,
        name: "CJK UNIFIED IDEOGRAPH-2A19F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A0,
        name: "CJK UNIFIED IDEOGRAPH-2A1A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A1,
        name: "CJK UNIFIED IDEOGRAPH-2A1A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A2,
        name: "CJK UNIFIED IDEOGRAPH-2A1A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A3,
        name: "CJK UNIFIED IDEOGRAPH-2A1A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A4,
        name: "CJK UNIFIED IDEOGRAPH-2A1A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A5,
        name: "CJK UNIFIED IDEOGRAPH-2A1A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A6,
        name: "CJK UNIFIED IDEOGRAPH-2A1A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A7,
        name: "CJK UNIFIED IDEOGRAPH-2A1A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A8,
        name: "CJK UNIFIED IDEOGRAPH-2A1A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1A9,
        name: "CJK UNIFIED IDEOGRAPH-2A1A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1AA,
        name: "CJK UNIFIED IDEOGRAPH-2A1AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1AB,
        name: "CJK UNIFIED IDEOGRAPH-2A1AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1AC,
        name: "CJK UNIFIED IDEOGRAPH-2A1AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1AD,
        name: "CJK UNIFIED IDEOGRAPH-2A1AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1AE,
        name: "CJK UNIFIED IDEOGRAPH-2A1AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1AF,
        name: "CJK UNIFIED IDEOGRAPH-2A1AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B0,
        name: "CJK UNIFIED IDEOGRAPH-2A1B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B1,
        name: "CJK UNIFIED IDEOGRAPH-2A1B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B2,
        name: "CJK UNIFIED IDEOGRAPH-2A1B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B3,
        name: "CJK UNIFIED IDEOGRAPH-2A1B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B4,
        name: "CJK UNIFIED IDEOGRAPH-2A1B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B5,
        name: "CJK UNIFIED IDEOGRAPH-2A1B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B6,
        name: "CJK UNIFIED IDEOGRAPH-2A1B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B7,
        name: "CJK UNIFIED IDEOGRAPH-2A1B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B8,
        name: "CJK UNIFIED IDEOGRAPH-2A1B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1B9,
        name: "CJK UNIFIED IDEOGRAPH-2A1B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1BA,
        name: "CJK UNIFIED IDEOGRAPH-2A1BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1BB,
        name: "CJK UNIFIED IDEOGRAPH-2A1BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1BC,
        name: "CJK UNIFIED IDEOGRAPH-2A1BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1BD,
        name: "CJK UNIFIED IDEOGRAPH-2A1BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1BE,
        name: "CJK UNIFIED IDEOGRAPH-2A1BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1BF,
        name: "CJK UNIFIED IDEOGRAPH-2A1BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C0,
        name: "CJK UNIFIED IDEOGRAPH-2A1C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C1,
        name: "CJK UNIFIED IDEOGRAPH-2A1C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C2,
        name: "CJK UNIFIED IDEOGRAPH-2A1C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C3,
        name: "CJK UNIFIED IDEOGRAPH-2A1C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C4,
        name: "CJK UNIFIED IDEOGRAPH-2A1C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C5,
        name: "CJK UNIFIED IDEOGRAPH-2A1C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C6,
        name: "CJK UNIFIED IDEOGRAPH-2A1C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C7,
        name: "CJK UNIFIED IDEOGRAPH-2A1C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C8,
        name: "CJK UNIFIED IDEOGRAPH-2A1C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1C9,
        name: "CJK UNIFIED IDEOGRAPH-2A1C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1CA,
        name: "CJK UNIFIED IDEOGRAPH-2A1CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1CB,
        name: "CJK UNIFIED IDEOGRAPH-2A1CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1CC,
        name: "CJK UNIFIED IDEOGRAPH-2A1CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1CD,
        name: "CJK UNIFIED IDEOGRAPH-2A1CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1CE,
        name: "CJK UNIFIED IDEOGRAPH-2A1CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1CF,
        name: "CJK UNIFIED IDEOGRAPH-2A1CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D0,
        name: "CJK UNIFIED IDEOGRAPH-2A1D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D1,
        name: "CJK UNIFIED IDEOGRAPH-2A1D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D2,
        name: "CJK UNIFIED IDEOGRAPH-2A1D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D3,
        name: "CJK UNIFIED IDEOGRAPH-2A1D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D4,
        name: "CJK UNIFIED IDEOGRAPH-2A1D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D5,
        name: "CJK UNIFIED IDEOGRAPH-2A1D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D6,
        name: "CJK UNIFIED IDEOGRAPH-2A1D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D7,
        name: "CJK UNIFIED IDEOGRAPH-2A1D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D8,
        name: "CJK UNIFIED IDEOGRAPH-2A1D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1D9,
        name: "CJK UNIFIED IDEOGRAPH-2A1D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1DA,
        name: "CJK UNIFIED IDEOGRAPH-2A1DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1DB,
        name: "CJK UNIFIED IDEOGRAPH-2A1DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1DC,
        name: "CJK UNIFIED IDEOGRAPH-2A1DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1DD,
        name: "CJK UNIFIED IDEOGRAPH-2A1DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1DE,
        name: "CJK UNIFIED IDEOGRAPH-2A1DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1DF,
        name: "CJK UNIFIED IDEOGRAPH-2A1DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E0,
        name: "CJK UNIFIED IDEOGRAPH-2A1E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E1,
        name: "CJK UNIFIED IDEOGRAPH-2A1E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E2,
        name: "CJK UNIFIED IDEOGRAPH-2A1E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E3,
        name: "CJK UNIFIED IDEOGRAPH-2A1E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E4,
        name: "CJK UNIFIED IDEOGRAPH-2A1E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E5,
        name: "CJK UNIFIED IDEOGRAPH-2A1E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E6,
        name: "CJK UNIFIED IDEOGRAPH-2A1E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E7,
        name: "CJK UNIFIED IDEOGRAPH-2A1E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E8,
        name: "CJK UNIFIED IDEOGRAPH-2A1E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1E9,
        name: "CJK UNIFIED IDEOGRAPH-2A1E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1EA,
        name: "CJK UNIFIED IDEOGRAPH-2A1EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1EB,
        name: "CJK UNIFIED IDEOGRAPH-2A1EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1EC,
        name: "CJK UNIFIED IDEOGRAPH-2A1EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1ED,
        name: "CJK UNIFIED IDEOGRAPH-2A1ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1EE,
        name: "CJK UNIFIED IDEOGRAPH-2A1EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1EF,
        name: "CJK UNIFIED IDEOGRAPH-2A1EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F0,
        name: "CJK UNIFIED IDEOGRAPH-2A1F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F1,
        name: "CJK UNIFIED IDEOGRAPH-2A1F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F2,
        name: "CJK UNIFIED IDEOGRAPH-2A1F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F3,
        name: "CJK UNIFIED IDEOGRAPH-2A1F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F4,
        name: "CJK UNIFIED IDEOGRAPH-2A1F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F5,
        name: "CJK UNIFIED IDEOGRAPH-2A1F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F6,
        name: "CJK UNIFIED IDEOGRAPH-2A1F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F7,
        name: "CJK UNIFIED IDEOGRAPH-2A1F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F8,
        name: "CJK UNIFIED IDEOGRAPH-2A1F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1F9,
        name: "CJK UNIFIED IDEOGRAPH-2A1F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1FA,
        name: "CJK UNIFIED IDEOGRAPH-2A1FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1FB,
        name: "CJK UNIFIED IDEOGRAPH-2A1FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1FC,
        name: "CJK UNIFIED IDEOGRAPH-2A1FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1FD,
        name: "CJK UNIFIED IDEOGRAPH-2A1FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1FE,
        name: "CJK UNIFIED IDEOGRAPH-2A1FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A1FF,
        name: "CJK UNIFIED IDEOGRAPH-2A1FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A200,
        name: "CJK UNIFIED IDEOGRAPH-2A200",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A201,
        name: "CJK UNIFIED IDEOGRAPH-2A201",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A202,
        name: "CJK UNIFIED IDEOGRAPH-2A202",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A203,
        name: "CJK UNIFIED IDEOGRAPH-2A203",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A204,
        name: "CJK UNIFIED IDEOGRAPH-2A204",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A205,
        name: "CJK UNIFIED IDEOGRAPH-2A205",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A206,
        name: "CJK UNIFIED IDEOGRAPH-2A206",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A207,
        name: "CJK UNIFIED IDEOGRAPH-2A207",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A208,
        name: "CJK UNIFIED IDEOGRAPH-2A208",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A209,
        name: "CJK UNIFIED IDEOGRAPH-2A209",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A20A,
        name: "CJK UNIFIED IDEOGRAPH-2A20A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A20B,
        name: "CJK UNIFIED IDEOGRAPH-2A20B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A20C,
        name: "CJK UNIFIED IDEOGRAPH-2A20C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A20D,
        name: "CJK UNIFIED IDEOGRAPH-2A20D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A20E,
        name: "CJK UNIFIED IDEOGRAPH-2A20E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A20F,
        name: "CJK UNIFIED IDEOGRAPH-2A20F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A210,
        name: "CJK UNIFIED IDEOGRAPH-2A210",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A211,
        name: "CJK UNIFIED IDEOGRAPH-2A211",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A212,
        name: "CJK UNIFIED IDEOGRAPH-2A212",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A213,
        name: "CJK UNIFIED IDEOGRAPH-2A213",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A214,
        name: "CJK UNIFIED IDEOGRAPH-2A214",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A215,
        name: "CJK UNIFIED IDEOGRAPH-2A215",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A216,
        name: "CJK UNIFIED IDEOGRAPH-2A216",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A217,
        name: "CJK UNIFIED IDEOGRAPH-2A217",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A218,
        name: "CJK UNIFIED IDEOGRAPH-2A218",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A219,
        name: "CJK UNIFIED IDEOGRAPH-2A219",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A21A,
        name: "CJK UNIFIED IDEOGRAPH-2A21A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A21B,
        name: "CJK UNIFIED IDEOGRAPH-2A21B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A21C,
        name: "CJK UNIFIED IDEOGRAPH-2A21C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A21D,
        name: "CJK UNIFIED IDEOGRAPH-2A21D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A21E,
        name: "CJK UNIFIED IDEOGRAPH-2A21E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A21F,
        name: "CJK UNIFIED IDEOGRAPH-2A21F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A220,
        name: "CJK UNIFIED IDEOGRAPH-2A220",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A221,
        name: "CJK UNIFIED IDEOGRAPH-2A221",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A222,
        name: "CJK UNIFIED IDEOGRAPH-2A222",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A223,
        name: "CJK UNIFIED IDEOGRAPH-2A223",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A224,
        name: "CJK UNIFIED IDEOGRAPH-2A224",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A225,
        name: "CJK UNIFIED IDEOGRAPH-2A225",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A226,
        name: "CJK UNIFIED IDEOGRAPH-2A226",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A227,
        name: "CJK UNIFIED IDEOGRAPH-2A227",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A228,
        name: "CJK UNIFIED IDEOGRAPH-2A228",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A229,
        name: "CJK UNIFIED IDEOGRAPH-2A229",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A22A,
        name: "CJK UNIFIED IDEOGRAPH-2A22A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A22B,
        name: "CJK UNIFIED IDEOGRAPH-2A22B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A22C,
        name: "CJK UNIFIED IDEOGRAPH-2A22C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A22D,
        name: "CJK UNIFIED IDEOGRAPH-2A22D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A22E,
        name: "CJK UNIFIED IDEOGRAPH-2A22E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A22F,
        name: "CJK UNIFIED IDEOGRAPH-2A22F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A230,
        name: "CJK UNIFIED IDEOGRAPH-2A230",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A231,
        name: "CJK UNIFIED IDEOGRAPH-2A231",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A232,
        name: "CJK UNIFIED IDEOGRAPH-2A232",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A233,
        name: "CJK UNIFIED IDEOGRAPH-2A233",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A234,
        name: "CJK UNIFIED IDEOGRAPH-2A234",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A235,
        name: "CJK UNIFIED IDEOGRAPH-2A235",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A236,
        name: "CJK UNIFIED IDEOGRAPH-2A236",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A237,
        name: "CJK UNIFIED IDEOGRAPH-2A237",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A238,
        name: "CJK UNIFIED IDEOGRAPH-2A238",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A239,
        name: "CJK UNIFIED IDEOGRAPH-2A239",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A23A,
        name: "CJK UNIFIED IDEOGRAPH-2A23A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A23B,
        name: "CJK UNIFIED IDEOGRAPH-2A23B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A23C,
        name: "CJK UNIFIED IDEOGRAPH-2A23C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A23D,
        name: "CJK UNIFIED IDEOGRAPH-2A23D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A23E,
        name: "CJK UNIFIED IDEOGRAPH-2A23E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A23F,
        name: "CJK UNIFIED IDEOGRAPH-2A23F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A240,
        name: "CJK UNIFIED IDEOGRAPH-2A240",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A241,
        name: "CJK UNIFIED IDEOGRAPH-2A241",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A242,
        name: "CJK UNIFIED IDEOGRAPH-2A242",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A243,
        name: "CJK UNIFIED IDEOGRAPH-2A243",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A244,
        name: "CJK UNIFIED IDEOGRAPH-2A244",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A245,
        name: "CJK UNIFIED IDEOGRAPH-2A245",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A246,
        name: "CJK UNIFIED IDEOGRAPH-2A246",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A247,
        name: "CJK UNIFIED IDEOGRAPH-2A247",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A248,
        name: "CJK UNIFIED IDEOGRAPH-2A248",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A249,
        name: "CJK UNIFIED IDEOGRAPH-2A249",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A24A,
        name: "CJK UNIFIED IDEOGRAPH-2A24A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A24B,
        name: "CJK UNIFIED IDEOGRAPH-2A24B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A24C,
        name: "CJK UNIFIED IDEOGRAPH-2A24C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A24D,
        name: "CJK UNIFIED IDEOGRAPH-2A24D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A24E,
        name: "CJK UNIFIED IDEOGRAPH-2A24E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A24F,
        name: "CJK UNIFIED IDEOGRAPH-2A24F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A250,
        name: "CJK UNIFIED IDEOGRAPH-2A250",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A251,
        name: "CJK UNIFIED IDEOGRAPH-2A251",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A252,
        name: "CJK UNIFIED IDEOGRAPH-2A252",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A253,
        name: "CJK UNIFIED IDEOGRAPH-2A253",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A254,
        name: "CJK UNIFIED IDEOGRAPH-2A254",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A255,
        name: "CJK UNIFIED IDEOGRAPH-2A255",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A256,
        name: "CJK UNIFIED IDEOGRAPH-2A256",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A257,
        name: "CJK UNIFIED IDEOGRAPH-2A257",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A258,
        name: "CJK UNIFIED IDEOGRAPH-2A258",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A259,
        name: "CJK UNIFIED IDEOGRAPH-2A259",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A25A,
        name: "CJK UNIFIED IDEOGRAPH-2A25A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A25B,
        name: "CJK UNIFIED IDEOGRAPH-2A25B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A25C,
        name: "CJK UNIFIED IDEOGRAPH-2A25C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A25D,
        name: "CJK UNIFIED IDEOGRAPH-2A25D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A25E,
        name: "CJK UNIFIED IDEOGRAPH-2A25E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A25F,
        name: "CJK UNIFIED IDEOGRAPH-2A25F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A260,
        name: "CJK UNIFIED IDEOGRAPH-2A260",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A261,
        name: "CJK UNIFIED IDEOGRAPH-2A261",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A262,
        name: "CJK UNIFIED IDEOGRAPH-2A262",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A263,
        name: "CJK UNIFIED IDEOGRAPH-2A263",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A264,
        name: "CJK UNIFIED IDEOGRAPH-2A264",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A265,
        name: "CJK UNIFIED IDEOGRAPH-2A265",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A266,
        name: "CJK UNIFIED IDEOGRAPH-2A266",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A267,
        name: "CJK UNIFIED IDEOGRAPH-2A267",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A268,
        name: "CJK UNIFIED IDEOGRAPH-2A268",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A269,
        name: "CJK UNIFIED IDEOGRAPH-2A269",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A26A,
        name: "CJK UNIFIED IDEOGRAPH-2A26A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A26B,
        name: "CJK UNIFIED IDEOGRAPH-2A26B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A26C,
        name: "CJK UNIFIED IDEOGRAPH-2A26C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A26D,
        name: "CJK UNIFIED IDEOGRAPH-2A26D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A26E,
        name: "CJK UNIFIED IDEOGRAPH-2A26E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A26F,
        name: "CJK UNIFIED IDEOGRAPH-2A26F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A270,
        name: "CJK UNIFIED IDEOGRAPH-2A270",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A271,
        name: "CJK UNIFIED IDEOGRAPH-2A271",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A272,
        name: "CJK UNIFIED IDEOGRAPH-2A272",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A273,
        name: "CJK UNIFIED IDEOGRAPH-2A273",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A274,
        name: "CJK UNIFIED IDEOGRAPH-2A274",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A275,
        name: "CJK UNIFIED IDEOGRAPH-2A275",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A276,
        name: "CJK UNIFIED IDEOGRAPH-2A276",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A277,
        name: "CJK UNIFIED IDEOGRAPH-2A277",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A278,
        name: "CJK UNIFIED IDEOGRAPH-2A278",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A279,
        name: "CJK UNIFIED IDEOGRAPH-2A279",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A27A,
        name: "CJK UNIFIED IDEOGRAPH-2A27A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A27B,
        name: "CJK UNIFIED IDEOGRAPH-2A27B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A27C,
        name: "CJK UNIFIED IDEOGRAPH-2A27C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A27D,
        name: "CJK UNIFIED IDEOGRAPH-2A27D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A27E,
        name: "CJK UNIFIED IDEOGRAPH-2A27E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A27F,
        name: "CJK UNIFIED IDEOGRAPH-2A27F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A280,
        name: "CJK UNIFIED IDEOGRAPH-2A280",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A281,
        name: "CJK UNIFIED IDEOGRAPH-2A281",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A282,
        name: "CJK UNIFIED IDEOGRAPH-2A282",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A283,
        name: "CJK UNIFIED IDEOGRAPH-2A283",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A284,
        name: "CJK UNIFIED IDEOGRAPH-2A284",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A285,
        name: "CJK UNIFIED IDEOGRAPH-2A285",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A286,
        name: "CJK UNIFIED IDEOGRAPH-2A286",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A287,
        name: "CJK UNIFIED IDEOGRAPH-2A287",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A288,
        name: "CJK UNIFIED IDEOGRAPH-2A288",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A289,
        name: "CJK UNIFIED IDEOGRAPH-2A289",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A28A,
        name: "CJK UNIFIED IDEOGRAPH-2A28A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A28B,
        name: "CJK UNIFIED IDEOGRAPH-2A28B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A28C,
        name: "CJK UNIFIED IDEOGRAPH-2A28C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A28D,
        name: "CJK UNIFIED IDEOGRAPH-2A28D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A28E,
        name: "CJK UNIFIED IDEOGRAPH-2A28E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A28F,
        name: "CJK UNIFIED IDEOGRAPH-2A28F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A290,
        name: "CJK UNIFIED IDEOGRAPH-2A290",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A291,
        name: "CJK UNIFIED IDEOGRAPH-2A291",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A292,
        name: "CJK UNIFIED IDEOGRAPH-2A292",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A293,
        name: "CJK UNIFIED IDEOGRAPH-2A293",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A294,
        name: "CJK UNIFIED IDEOGRAPH-2A294",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A295,
        name: "CJK UNIFIED IDEOGRAPH-2A295",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A296,
        name: "CJK UNIFIED IDEOGRAPH-2A296",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A297,
        name: "CJK UNIFIED IDEOGRAPH-2A297",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A298,
        name: "CJK UNIFIED IDEOGRAPH-2A298",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A299,
        name: "CJK UNIFIED IDEOGRAPH-2A299",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A29A,
        name: "CJK UNIFIED IDEOGRAPH-2A29A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A29B,
        name: "CJK UNIFIED IDEOGRAPH-2A29B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A29C,
        name: "CJK UNIFIED IDEOGRAPH-2A29C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A29D,
        name: "CJK UNIFIED IDEOGRAPH-2A29D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A29E,
        name: "CJK UNIFIED IDEOGRAPH-2A29E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A29F,
        name: "CJK UNIFIED IDEOGRAPH-2A29F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A0,
        name: "CJK UNIFIED IDEOGRAPH-2A2A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A1,
        name: "CJK UNIFIED IDEOGRAPH-2A2A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A2,
        name: "CJK UNIFIED IDEOGRAPH-2A2A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A3,
        name: "CJK UNIFIED IDEOGRAPH-2A2A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A4,
        name: "CJK UNIFIED IDEOGRAPH-2A2A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A5,
        name: "CJK UNIFIED IDEOGRAPH-2A2A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A6,
        name: "CJK UNIFIED IDEOGRAPH-2A2A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A7,
        name: "CJK UNIFIED IDEOGRAPH-2A2A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A8,
        name: "CJK UNIFIED IDEOGRAPH-2A2A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2A9,
        name: "CJK UNIFIED IDEOGRAPH-2A2A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2AA,
        name: "CJK UNIFIED IDEOGRAPH-2A2AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2AB,
        name: "CJK UNIFIED IDEOGRAPH-2A2AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2AC,
        name: "CJK UNIFIED IDEOGRAPH-2A2AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2AD,
        name: "CJK UNIFIED IDEOGRAPH-2A2AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2AE,
        name: "CJK UNIFIED IDEOGRAPH-2A2AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2AF,
        name: "CJK UNIFIED IDEOGRAPH-2A2AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B0,
        name: "CJK UNIFIED IDEOGRAPH-2A2B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B1,
        name: "CJK UNIFIED IDEOGRAPH-2A2B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B2,
        name: "CJK UNIFIED IDEOGRAPH-2A2B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B3,
        name: "CJK UNIFIED IDEOGRAPH-2A2B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B4,
        name: "CJK UNIFIED IDEOGRAPH-2A2B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B5,
        name: "CJK UNIFIED IDEOGRAPH-2A2B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B6,
        name: "CJK UNIFIED IDEOGRAPH-2A2B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B7,
        name: "CJK UNIFIED IDEOGRAPH-2A2B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B8,
        name: "CJK UNIFIED IDEOGRAPH-2A2B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2B9,
        name: "CJK UNIFIED IDEOGRAPH-2A2B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2BA,
        name: "CJK UNIFIED IDEOGRAPH-2A2BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2BB,
        name: "CJK UNIFIED IDEOGRAPH-2A2BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2BC,
        name: "CJK UNIFIED IDEOGRAPH-2A2BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2BD,
        name: "CJK UNIFIED IDEOGRAPH-2A2BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2BE,
        name: "CJK UNIFIED IDEOGRAPH-2A2BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2BF,
        name: "CJK UNIFIED IDEOGRAPH-2A2BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C0,
        name: "CJK UNIFIED IDEOGRAPH-2A2C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C1,
        name: "CJK UNIFIED IDEOGRAPH-2A2C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C2,
        name: "CJK UNIFIED IDEOGRAPH-2A2C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C3,
        name: "CJK UNIFIED IDEOGRAPH-2A2C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C4,
        name: "CJK UNIFIED IDEOGRAPH-2A2C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C5,
        name: "CJK UNIFIED IDEOGRAPH-2A2C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C6,
        name: "CJK UNIFIED IDEOGRAPH-2A2C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C7,
        name: "CJK UNIFIED IDEOGRAPH-2A2C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C8,
        name: "CJK UNIFIED IDEOGRAPH-2A2C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2C9,
        name: "CJK UNIFIED IDEOGRAPH-2A2C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2CA,
        name: "CJK UNIFIED IDEOGRAPH-2A2CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2CB,
        name: "CJK UNIFIED IDEOGRAPH-2A2CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2CC,
        name: "CJK UNIFIED IDEOGRAPH-2A2CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2CD,
        name: "CJK UNIFIED IDEOGRAPH-2A2CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2CE,
        name: "CJK UNIFIED IDEOGRAPH-2A2CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2CF,
        name: "CJK UNIFIED IDEOGRAPH-2A2CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D0,
        name: "CJK UNIFIED IDEOGRAPH-2A2D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D1,
        name: "CJK UNIFIED IDEOGRAPH-2A2D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D2,
        name: "CJK UNIFIED IDEOGRAPH-2A2D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D3,
        name: "CJK UNIFIED IDEOGRAPH-2A2D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D4,
        name: "CJK UNIFIED IDEOGRAPH-2A2D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D5,
        name: "CJK UNIFIED IDEOGRAPH-2A2D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D6,
        name: "CJK UNIFIED IDEOGRAPH-2A2D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D7,
        name: "CJK UNIFIED IDEOGRAPH-2A2D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D8,
        name: "CJK UNIFIED IDEOGRAPH-2A2D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2D9,
        name: "CJK UNIFIED IDEOGRAPH-2A2D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2DA,
        name: "CJK UNIFIED IDEOGRAPH-2A2DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2DB,
        name: "CJK UNIFIED IDEOGRAPH-2A2DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2DC,
        name: "CJK UNIFIED IDEOGRAPH-2A2DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2DD,
        name: "CJK UNIFIED IDEOGRAPH-2A2DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2DE,
        name: "CJK UNIFIED IDEOGRAPH-2A2DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2DF,
        name: "CJK UNIFIED IDEOGRAPH-2A2DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E0,
        name: "CJK UNIFIED IDEOGRAPH-2A2E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E1,
        name: "CJK UNIFIED IDEOGRAPH-2A2E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E2,
        name: "CJK UNIFIED IDEOGRAPH-2A2E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E3,
        name: "CJK UNIFIED IDEOGRAPH-2A2E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E4,
        name: "CJK UNIFIED IDEOGRAPH-2A2E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E5,
        name: "CJK UNIFIED IDEOGRAPH-2A2E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E6,
        name: "CJK UNIFIED IDEOGRAPH-2A2E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E7,
        name: "CJK UNIFIED IDEOGRAPH-2A2E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E8,
        name: "CJK UNIFIED IDEOGRAPH-2A2E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2E9,
        name: "CJK UNIFIED IDEOGRAPH-2A2E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2EA,
        name: "CJK UNIFIED IDEOGRAPH-2A2EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2EB,
        name: "CJK UNIFIED IDEOGRAPH-2A2EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2EC,
        name: "CJK UNIFIED IDEOGRAPH-2A2EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2ED,
        name: "CJK UNIFIED IDEOGRAPH-2A2ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2EE,
        name: "CJK UNIFIED IDEOGRAPH-2A2EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2EF,
        name: "CJK UNIFIED IDEOGRAPH-2A2EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F0,
        name: "CJK UNIFIED IDEOGRAPH-2A2F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F1,
        name: "CJK UNIFIED IDEOGRAPH-2A2F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F2,
        name: "CJK UNIFIED IDEOGRAPH-2A2F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F3,
        name: "CJK UNIFIED IDEOGRAPH-2A2F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F4,
        name: "CJK UNIFIED IDEOGRAPH-2A2F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F5,
        name: "CJK UNIFIED IDEOGRAPH-2A2F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F6,
        name: "CJK UNIFIED IDEOGRAPH-2A2F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F7,
        name: "CJK UNIFIED IDEOGRAPH-2A2F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F8,
        name: "CJK UNIFIED IDEOGRAPH-2A2F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2F9,
        name: "CJK UNIFIED IDEOGRAPH-2A2F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2FA,
        name: "CJK UNIFIED IDEOGRAPH-2A2FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2FB,
        name: "CJK UNIFIED IDEOGRAPH-2A2FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2FC,
        name: "CJK UNIFIED IDEOGRAPH-2A2FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2FD,
        name: "CJK UNIFIED IDEOGRAPH-2A2FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2FE,
        name: "CJK UNIFIED IDEOGRAPH-2A2FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A2FF,
        name: "CJK UNIFIED IDEOGRAPH-2A2FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A300,
        name: "CJK UNIFIED IDEOGRAPH-2A300",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A301,
        name: "CJK UNIFIED IDEOGRAPH-2A301",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A302,
        name: "CJK UNIFIED IDEOGRAPH-2A302",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A303,
        name: "CJK UNIFIED IDEOGRAPH-2A303",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A304,
        name: "CJK UNIFIED IDEOGRAPH-2A304",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A305,
        name: "CJK UNIFIED IDEOGRAPH-2A305",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A306,
        name: "CJK UNIFIED IDEOGRAPH-2A306",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A307,
        name: "CJK UNIFIED IDEOGRAPH-2A307",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A308,
        name: "CJK UNIFIED IDEOGRAPH-2A308",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A309,
        name: "CJK UNIFIED IDEOGRAPH-2A309",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A30A,
        name: "CJK UNIFIED IDEOGRAPH-2A30A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A30B,
        name: "CJK UNIFIED IDEOGRAPH-2A30B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A30C,
        name: "CJK UNIFIED IDEOGRAPH-2A30C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A30D,
        name: "CJK UNIFIED IDEOGRAPH-2A30D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A30E,
        name: "CJK UNIFIED IDEOGRAPH-2A30E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A30F,
        name: "CJK UNIFIED IDEOGRAPH-2A30F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A310,
        name: "CJK UNIFIED IDEOGRAPH-2A310",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A311,
        name: "CJK UNIFIED IDEOGRAPH-2A311",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A312,
        name: "CJK UNIFIED IDEOGRAPH-2A312",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A313,
        name: "CJK UNIFIED IDEOGRAPH-2A313",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A314,
        name: "CJK UNIFIED IDEOGRAPH-2A314",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A315,
        name: "CJK UNIFIED IDEOGRAPH-2A315",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A316,
        name: "CJK UNIFIED IDEOGRAPH-2A316",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A317,
        name: "CJK UNIFIED IDEOGRAPH-2A317",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A318,
        name: "CJK UNIFIED IDEOGRAPH-2A318",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A319,
        name: "CJK UNIFIED IDEOGRAPH-2A319",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A31A,
        name: "CJK UNIFIED IDEOGRAPH-2A31A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A31B,
        name: "CJK UNIFIED IDEOGRAPH-2A31B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A31C,
        name: "CJK UNIFIED IDEOGRAPH-2A31C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A31D,
        name: "CJK UNIFIED IDEOGRAPH-2A31D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A31E,
        name: "CJK UNIFIED IDEOGRAPH-2A31E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A31F,
        name: "CJK UNIFIED IDEOGRAPH-2A31F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A320,
        name: "CJK UNIFIED IDEOGRAPH-2A320",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A321,
        name: "CJK UNIFIED IDEOGRAPH-2A321",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A322,
        name: "CJK UNIFIED IDEOGRAPH-2A322",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A323,
        name: "CJK UNIFIED IDEOGRAPH-2A323",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A324,
        name: "CJK UNIFIED IDEOGRAPH-2A324",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A325,
        name: "CJK UNIFIED IDEOGRAPH-2A325",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A326,
        name: "CJK UNIFIED IDEOGRAPH-2A326",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A327,
        name: "CJK UNIFIED IDEOGRAPH-2A327",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A328,
        name: "CJK UNIFIED IDEOGRAPH-2A328",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A329,
        name: "CJK UNIFIED IDEOGRAPH-2A329",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A32A,
        name: "CJK UNIFIED IDEOGRAPH-2A32A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A32B,
        name: "CJK UNIFIED IDEOGRAPH-2A32B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A32C,
        name: "CJK UNIFIED IDEOGRAPH-2A32C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A32D,
        name: "CJK UNIFIED IDEOGRAPH-2A32D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A32E,
        name: "CJK UNIFIED IDEOGRAPH-2A32E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A32F,
        name: "CJK UNIFIED IDEOGRAPH-2A32F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A330,
        name: "CJK UNIFIED IDEOGRAPH-2A330",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A331,
        name: "CJK UNIFIED IDEOGRAPH-2A331",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A332,
        name: "CJK UNIFIED IDEOGRAPH-2A332",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A333,
        name: "CJK UNIFIED IDEOGRAPH-2A333",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A334,
        name: "CJK UNIFIED IDEOGRAPH-2A334",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A335,
        name: "CJK UNIFIED IDEOGRAPH-2A335",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A336,
        name: "CJK UNIFIED IDEOGRAPH-2A336",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A337,
        name: "CJK UNIFIED IDEOGRAPH-2A337",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A338,
        name: "CJK UNIFIED IDEOGRAPH-2A338",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A339,
        name: "CJK UNIFIED IDEOGRAPH-2A339",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A33A,
        name: "CJK UNIFIED IDEOGRAPH-2A33A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A33B,
        name: "CJK UNIFIED IDEOGRAPH-2A33B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A33C,
        name: "CJK UNIFIED IDEOGRAPH-2A33C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A33D,
        name: "CJK UNIFIED IDEOGRAPH-2A33D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A33E,
        name: "CJK UNIFIED IDEOGRAPH-2A33E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A33F,
        name: "CJK UNIFIED IDEOGRAPH-2A33F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A340,
        name: "CJK UNIFIED IDEOGRAPH-2A340",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A341,
        name: "CJK UNIFIED IDEOGRAPH-2A341",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A342,
        name: "CJK UNIFIED IDEOGRAPH-2A342",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A343,
        name: "CJK UNIFIED IDEOGRAPH-2A343",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A344,
        name: "CJK UNIFIED IDEOGRAPH-2A344",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A345,
        name: "CJK UNIFIED IDEOGRAPH-2A345",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A346,
        name: "CJK UNIFIED IDEOGRAPH-2A346",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A347,
        name: "CJK UNIFIED IDEOGRAPH-2A347",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A348,
        name: "CJK UNIFIED IDEOGRAPH-2A348",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A349,
        name: "CJK UNIFIED IDEOGRAPH-2A349",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A34A,
        name: "CJK UNIFIED IDEOGRAPH-2A34A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A34B,
        name: "CJK UNIFIED IDEOGRAPH-2A34B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A34C,
        name: "CJK UNIFIED IDEOGRAPH-2A34C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A34D,
        name: "CJK UNIFIED IDEOGRAPH-2A34D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A34E,
        name: "CJK UNIFIED IDEOGRAPH-2A34E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A34F,
        name: "CJK UNIFIED IDEOGRAPH-2A34F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A350,
        name: "CJK UNIFIED IDEOGRAPH-2A350",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A351,
        name: "CJK UNIFIED IDEOGRAPH-2A351",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A352,
        name: "CJK UNIFIED IDEOGRAPH-2A352",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A353,
        name: "CJK UNIFIED IDEOGRAPH-2A353",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A354,
        name: "CJK UNIFIED IDEOGRAPH-2A354",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A355,
        name: "CJK UNIFIED IDEOGRAPH-2A355",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A356,
        name: "CJK UNIFIED IDEOGRAPH-2A356",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A357,
        name: "CJK UNIFIED IDEOGRAPH-2A357",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A358,
        name: "CJK UNIFIED IDEOGRAPH-2A358",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A359,
        name: "CJK UNIFIED IDEOGRAPH-2A359",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A35A,
        name: "CJK UNIFIED IDEOGRAPH-2A35A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A35B,
        name: "CJK UNIFIED IDEOGRAPH-2A35B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A35C,
        name: "CJK UNIFIED IDEOGRAPH-2A35C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A35D,
        name: "CJK UNIFIED IDEOGRAPH-2A35D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A35E,
        name: "CJK UNIFIED IDEOGRAPH-2A35E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A35F,
        name: "CJK UNIFIED IDEOGRAPH-2A35F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A360,
        name: "CJK UNIFIED IDEOGRAPH-2A360",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A361,
        name: "CJK UNIFIED IDEOGRAPH-2A361",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A362,
        name: "CJK UNIFIED IDEOGRAPH-2A362",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A363,
        name: "CJK UNIFIED IDEOGRAPH-2A363",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A364,
        name: "CJK UNIFIED IDEOGRAPH-2A364",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A365,
        name: "CJK UNIFIED IDEOGRAPH-2A365",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A366,
        name: "CJK UNIFIED IDEOGRAPH-2A366",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A367,
        name: "CJK UNIFIED IDEOGRAPH-2A367",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A368,
        name: "CJK UNIFIED IDEOGRAPH-2A368",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A369,
        name: "CJK UNIFIED IDEOGRAPH-2A369",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A36A,
        name: "CJK UNIFIED IDEOGRAPH-2A36A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A36B,
        name: "CJK UNIFIED IDEOGRAPH-2A36B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A36C,
        name: "CJK UNIFIED IDEOGRAPH-2A36C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A36D,
        name: "CJK UNIFIED IDEOGRAPH-2A36D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A36E,
        name: "CJK UNIFIED IDEOGRAPH-2A36E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A36F,
        name: "CJK UNIFIED IDEOGRAPH-2A36F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A370,
        name: "CJK UNIFIED IDEOGRAPH-2A370",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A371,
        name: "CJK UNIFIED IDEOGRAPH-2A371",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A372,
        name: "CJK UNIFIED IDEOGRAPH-2A372",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A373,
        name: "CJK UNIFIED IDEOGRAPH-2A373",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A374,
        name: "CJK UNIFIED IDEOGRAPH-2A374",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A375,
        name: "CJK UNIFIED IDEOGRAPH-2A375",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A376,
        name: "CJK UNIFIED IDEOGRAPH-2A376",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A377,
        name: "CJK UNIFIED IDEOGRAPH-2A377",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A378,
        name: "CJK UNIFIED IDEOGRAPH-2A378",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A379,
        name: "CJK UNIFIED IDEOGRAPH-2A379",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A37A,
        name: "CJK UNIFIED IDEOGRAPH-2A37A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A37B,
        name: "CJK UNIFIED IDEOGRAPH-2A37B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A37C,
        name: "CJK UNIFIED IDEOGRAPH-2A37C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A37D,
        name: "CJK UNIFIED IDEOGRAPH-2A37D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A37E,
        name: "CJK UNIFIED IDEOGRAPH-2A37E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A37F,
        name: "CJK UNIFIED IDEOGRAPH-2A37F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A380,
        name: "CJK UNIFIED IDEOGRAPH-2A380",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A381,
        name: "CJK UNIFIED IDEOGRAPH-2A381",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A382,
        name: "CJK UNIFIED IDEOGRAPH-2A382",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A383,
        name: "CJK UNIFIED IDEOGRAPH-2A383",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A384,
        name: "CJK UNIFIED IDEOGRAPH-2A384",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A385,
        name: "CJK UNIFIED IDEOGRAPH-2A385",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A386,
        name: "CJK UNIFIED IDEOGRAPH-2A386",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A387,
        name: "CJK UNIFIED IDEOGRAPH-2A387",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A388,
        name: "CJK UNIFIED IDEOGRAPH-2A388",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A389,
        name: "CJK UNIFIED IDEOGRAPH-2A389",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A38A,
        name: "CJK UNIFIED IDEOGRAPH-2A38A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A38B,
        name: "CJK UNIFIED IDEOGRAPH-2A38B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A38C,
        name: "CJK UNIFIED IDEOGRAPH-2A38C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A38D,
        name: "CJK UNIFIED IDEOGRAPH-2A38D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A38E,
        name: "CJK UNIFIED IDEOGRAPH-2A38E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A38F,
        name: "CJK UNIFIED IDEOGRAPH-2A38F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A390,
        name: "CJK UNIFIED IDEOGRAPH-2A390",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A391,
        name: "CJK UNIFIED IDEOGRAPH-2A391",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A392,
        name: "CJK UNIFIED IDEOGRAPH-2A392",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A393,
        name: "CJK UNIFIED IDEOGRAPH-2A393",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A394,
        name: "CJK UNIFIED IDEOGRAPH-2A394",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A395,
        name: "CJK UNIFIED IDEOGRAPH-2A395",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A396,
        name: "CJK UNIFIED IDEOGRAPH-2A396",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A397,
        name: "CJK UNIFIED IDEOGRAPH-2A397",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A398,
        name: "CJK UNIFIED IDEOGRAPH-2A398",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A399,
        name: "CJK UNIFIED IDEOGRAPH-2A399",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A39A,
        name: "CJK UNIFIED IDEOGRAPH-2A39A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A39B,
        name: "CJK UNIFIED IDEOGRAPH-2A39B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A39C,
        name: "CJK UNIFIED IDEOGRAPH-2A39C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A39D,
        name: "CJK UNIFIED IDEOGRAPH-2A39D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A39E,
        name: "CJK UNIFIED IDEOGRAPH-2A39E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A39F,
        name: "CJK UNIFIED IDEOGRAPH-2A39F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A0,
        name: "CJK UNIFIED IDEOGRAPH-2A3A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A1,
        name: "CJK UNIFIED IDEOGRAPH-2A3A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A2,
        name: "CJK UNIFIED IDEOGRAPH-2A3A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A3,
        name: "CJK UNIFIED IDEOGRAPH-2A3A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A4,
        name: "CJK UNIFIED IDEOGRAPH-2A3A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A5,
        name: "CJK UNIFIED IDEOGRAPH-2A3A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A6,
        name: "CJK UNIFIED IDEOGRAPH-2A3A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A7,
        name: "CJK UNIFIED IDEOGRAPH-2A3A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A8,
        name: "CJK UNIFIED IDEOGRAPH-2A3A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3A9,
        name: "CJK UNIFIED IDEOGRAPH-2A3A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3AA,
        name: "CJK UNIFIED IDEOGRAPH-2A3AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3AB,
        name: "CJK UNIFIED IDEOGRAPH-2A3AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3AC,
        name: "CJK UNIFIED IDEOGRAPH-2A3AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3AD,
        name: "CJK UNIFIED IDEOGRAPH-2A3AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3AE,
        name: "CJK UNIFIED IDEOGRAPH-2A3AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3AF,
        name: "CJK UNIFIED IDEOGRAPH-2A3AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B0,
        name: "CJK UNIFIED IDEOGRAPH-2A3B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B1,
        name: "CJK UNIFIED IDEOGRAPH-2A3B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B2,
        name: "CJK UNIFIED IDEOGRAPH-2A3B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B3,
        name: "CJK UNIFIED IDEOGRAPH-2A3B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B4,
        name: "CJK UNIFIED IDEOGRAPH-2A3B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B5,
        name: "CJK UNIFIED IDEOGRAPH-2A3B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B6,
        name: "CJK UNIFIED IDEOGRAPH-2A3B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B7,
        name: "CJK UNIFIED IDEOGRAPH-2A3B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B8,
        name: "CJK UNIFIED IDEOGRAPH-2A3B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3B9,
        name: "CJK UNIFIED IDEOGRAPH-2A3B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3BA,
        name: "CJK UNIFIED IDEOGRAPH-2A3BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3BB,
        name: "CJK UNIFIED IDEOGRAPH-2A3BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3BC,
        name: "CJK UNIFIED IDEOGRAPH-2A3BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3BD,
        name: "CJK UNIFIED IDEOGRAPH-2A3BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3BE,
        name: "CJK UNIFIED IDEOGRAPH-2A3BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3BF,
        name: "CJK UNIFIED IDEOGRAPH-2A3BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C0,
        name: "CJK UNIFIED IDEOGRAPH-2A3C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C1,
        name: "CJK UNIFIED IDEOGRAPH-2A3C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C2,
        name: "CJK UNIFIED IDEOGRAPH-2A3C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C3,
        name: "CJK UNIFIED IDEOGRAPH-2A3C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C4,
        name: "CJK UNIFIED IDEOGRAPH-2A3C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C5,
        name: "CJK UNIFIED IDEOGRAPH-2A3C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C6,
        name: "CJK UNIFIED IDEOGRAPH-2A3C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C7,
        name: "CJK UNIFIED IDEOGRAPH-2A3C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C8,
        name: "CJK UNIFIED IDEOGRAPH-2A3C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3C9,
        name: "CJK UNIFIED IDEOGRAPH-2A3C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3CA,
        name: "CJK UNIFIED IDEOGRAPH-2A3CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3CB,
        name: "CJK UNIFIED IDEOGRAPH-2A3CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3CC,
        name: "CJK UNIFIED IDEOGRAPH-2A3CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3CD,
        name: "CJK UNIFIED IDEOGRAPH-2A3CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3CE,
        name: "CJK UNIFIED IDEOGRAPH-2A3CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3CF,
        name: "CJK UNIFIED IDEOGRAPH-2A3CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D0,
        name: "CJK UNIFIED IDEOGRAPH-2A3D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D1,
        name: "CJK UNIFIED IDEOGRAPH-2A3D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D2,
        name: "CJK UNIFIED IDEOGRAPH-2A3D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D3,
        name: "CJK UNIFIED IDEOGRAPH-2A3D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D4,
        name: "CJK UNIFIED IDEOGRAPH-2A3D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D5,
        name: "CJK UNIFIED IDEOGRAPH-2A3D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D6,
        name: "CJK UNIFIED IDEOGRAPH-2A3D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D7,
        name: "CJK UNIFIED IDEOGRAPH-2A3D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D8,
        name: "CJK UNIFIED IDEOGRAPH-2A3D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3D9,
        name: "CJK UNIFIED IDEOGRAPH-2A3D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3DA,
        name: "CJK UNIFIED IDEOGRAPH-2A3DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3DB,
        name: "CJK UNIFIED IDEOGRAPH-2A3DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3DC,
        name: "CJK UNIFIED IDEOGRAPH-2A3DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3DD,
        name: "CJK UNIFIED IDEOGRAPH-2A3DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3DE,
        name: "CJK UNIFIED IDEOGRAPH-2A3DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3DF,
        name: "CJK UNIFIED IDEOGRAPH-2A3DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E0,
        name: "CJK UNIFIED IDEOGRAPH-2A3E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E1,
        name: "CJK UNIFIED IDEOGRAPH-2A3E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E2,
        name: "CJK UNIFIED IDEOGRAPH-2A3E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E3,
        name: "CJK UNIFIED IDEOGRAPH-2A3E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E4,
        name: "CJK UNIFIED IDEOGRAPH-2A3E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E5,
        name: "CJK UNIFIED IDEOGRAPH-2A3E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E6,
        name: "CJK UNIFIED IDEOGRAPH-2A3E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E7,
        name: "CJK UNIFIED IDEOGRAPH-2A3E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E8,
        name: "CJK UNIFIED IDEOGRAPH-2A3E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3E9,
        name: "CJK UNIFIED IDEOGRAPH-2A3E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3EA,
        name: "CJK UNIFIED IDEOGRAPH-2A3EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3EB,
        name: "CJK UNIFIED IDEOGRAPH-2A3EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3EC,
        name: "CJK UNIFIED IDEOGRAPH-2A3EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3ED,
        name: "CJK UNIFIED IDEOGRAPH-2A3ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3EE,
        name: "CJK UNIFIED IDEOGRAPH-2A3EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3EF,
        name: "CJK UNIFIED IDEOGRAPH-2A3EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F0,
        name: "CJK UNIFIED IDEOGRAPH-2A3F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F1,
        name: "CJK UNIFIED IDEOGRAPH-2A3F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F2,
        name: "CJK UNIFIED IDEOGRAPH-2A3F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F3,
        name: "CJK UNIFIED IDEOGRAPH-2A3F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F4,
        name: "CJK UNIFIED IDEOGRAPH-2A3F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F5,
        name: "CJK UNIFIED IDEOGRAPH-2A3F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F6,
        name: "CJK UNIFIED IDEOGRAPH-2A3F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F7,
        name: "CJK UNIFIED IDEOGRAPH-2A3F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F8,
        name: "CJK UNIFIED IDEOGRAPH-2A3F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3F9,
        name: "CJK UNIFIED IDEOGRAPH-2A3F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3FA,
        name: "CJK UNIFIED IDEOGRAPH-2A3FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3FB,
        name: "CJK UNIFIED IDEOGRAPH-2A3FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3FC,
        name: "CJK UNIFIED IDEOGRAPH-2A3FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3FD,
        name: "CJK UNIFIED IDEOGRAPH-2A3FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3FE,
        name: "CJK UNIFIED IDEOGRAPH-2A3FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A3FF,
        name: "CJK UNIFIED IDEOGRAPH-2A3FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A400,
        name: "CJK UNIFIED IDEOGRAPH-2A400",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A401,
        name: "CJK UNIFIED IDEOGRAPH-2A401",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A402,
        name: "CJK UNIFIED IDEOGRAPH-2A402",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A403,
        name: "CJK UNIFIED IDEOGRAPH-2A403",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A404,
        name: "CJK UNIFIED IDEOGRAPH-2A404",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A405,
        name: "CJK UNIFIED IDEOGRAPH-2A405",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A406,
        name: "CJK UNIFIED IDEOGRAPH-2A406",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A407,
        name: "CJK UNIFIED IDEOGRAPH-2A407",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A408,
        name: "CJK UNIFIED IDEOGRAPH-2A408",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A409,
        name: "CJK UNIFIED IDEOGRAPH-2A409",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A40A,
        name: "CJK UNIFIED IDEOGRAPH-2A40A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A40B,
        name: "CJK UNIFIED IDEOGRAPH-2A40B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A40C,
        name: "CJK UNIFIED IDEOGRAPH-2A40C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A40D,
        name: "CJK UNIFIED IDEOGRAPH-2A40D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A40E,
        name: "CJK UNIFIED IDEOGRAPH-2A40E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A40F,
        name: "CJK UNIFIED IDEOGRAPH-2A40F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A410,
        name: "CJK UNIFIED IDEOGRAPH-2A410",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A411,
        name: "CJK UNIFIED IDEOGRAPH-2A411",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A412,
        name: "CJK UNIFIED IDEOGRAPH-2A412",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A413,
        name: "CJK UNIFIED IDEOGRAPH-2A413",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A414,
        name: "CJK UNIFIED IDEOGRAPH-2A414",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A415,
        name: "CJK UNIFIED IDEOGRAPH-2A415",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A416,
        name: "CJK UNIFIED IDEOGRAPH-2A416",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A417,
        name: "CJK UNIFIED IDEOGRAPH-2A417",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A418,
        name: "CJK UNIFIED IDEOGRAPH-2A418",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A419,
        name: "CJK UNIFIED IDEOGRAPH-2A419",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A41A,
        name: "CJK UNIFIED IDEOGRAPH-2A41A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A41B,
        name: "CJK UNIFIED IDEOGRAPH-2A41B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A41C,
        name: "CJK UNIFIED IDEOGRAPH-2A41C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A41D,
        name: "CJK UNIFIED IDEOGRAPH-2A41D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A41E,
        name: "CJK UNIFIED IDEOGRAPH-2A41E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A41F,
        name: "CJK UNIFIED IDEOGRAPH-2A41F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A420,
        name: "CJK UNIFIED IDEOGRAPH-2A420",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A421,
        name: "CJK UNIFIED IDEOGRAPH-2A421",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A422,
        name: "CJK UNIFIED IDEOGRAPH-2A422",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A423,
        name: "CJK UNIFIED IDEOGRAPH-2A423",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A424,
        name: "CJK UNIFIED IDEOGRAPH-2A424",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A425,
        name: "CJK UNIFIED IDEOGRAPH-2A425",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A426,
        name: "CJK UNIFIED IDEOGRAPH-2A426",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A427,
        name: "CJK UNIFIED IDEOGRAPH-2A427",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A428,
        name: "CJK UNIFIED IDEOGRAPH-2A428",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A429,
        name: "CJK UNIFIED IDEOGRAPH-2A429",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A42A,
        name: "CJK UNIFIED IDEOGRAPH-2A42A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A42B,
        name: "CJK UNIFIED IDEOGRAPH-2A42B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A42C,
        name: "CJK UNIFIED IDEOGRAPH-2A42C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A42D,
        name: "CJK UNIFIED IDEOGRAPH-2A42D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A42E,
        name: "CJK UNIFIED IDEOGRAPH-2A42E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A42F,
        name: "CJK UNIFIED IDEOGRAPH-2A42F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A430,
        name: "CJK UNIFIED IDEOGRAPH-2A430",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A431,
        name: "CJK UNIFIED IDEOGRAPH-2A431",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A432,
        name: "CJK UNIFIED IDEOGRAPH-2A432",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A433,
        name: "CJK UNIFIED IDEOGRAPH-2A433",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A434,
        name: "CJK UNIFIED IDEOGRAPH-2A434",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A435,
        name: "CJK UNIFIED IDEOGRAPH-2A435",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A436,
        name: "CJK UNIFIED IDEOGRAPH-2A436",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A437,
        name: "CJK UNIFIED IDEOGRAPH-2A437",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A438,
        name: "CJK UNIFIED IDEOGRAPH-2A438",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A439,
        name: "CJK UNIFIED IDEOGRAPH-2A439",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A43A,
        name: "CJK UNIFIED IDEOGRAPH-2A43A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A43B,
        name: "CJK UNIFIED IDEOGRAPH-2A43B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A43C,
        name: "CJK UNIFIED IDEOGRAPH-2A43C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A43D,
        name: "CJK UNIFIED IDEOGRAPH-2A43D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A43E,
        name: "CJK UNIFIED IDEOGRAPH-2A43E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A43F,
        name: "CJK UNIFIED IDEOGRAPH-2A43F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A440,
        name: "CJK UNIFIED IDEOGRAPH-2A440",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A441,
        name: "CJK UNIFIED IDEOGRAPH-2A441",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A442,
        name: "CJK UNIFIED IDEOGRAPH-2A442",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A443,
        name: "CJK UNIFIED IDEOGRAPH-2A443",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A444,
        name: "CJK UNIFIED IDEOGRAPH-2A444",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A445,
        name: "CJK UNIFIED IDEOGRAPH-2A445",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A446,
        name: "CJK UNIFIED IDEOGRAPH-2A446",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A447,
        name: "CJK UNIFIED IDEOGRAPH-2A447",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A448,
        name: "CJK UNIFIED IDEOGRAPH-2A448",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A449,
        name: "CJK UNIFIED IDEOGRAPH-2A449",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A44A,
        name: "CJK UNIFIED IDEOGRAPH-2A44A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A44B,
        name: "CJK UNIFIED IDEOGRAPH-2A44B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A44C,
        name: "CJK UNIFIED IDEOGRAPH-2A44C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A44D,
        name: "CJK UNIFIED IDEOGRAPH-2A44D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A44E,
        name: "CJK UNIFIED IDEOGRAPH-2A44E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A44F,
        name: "CJK UNIFIED IDEOGRAPH-2A44F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A450,
        name: "CJK UNIFIED IDEOGRAPH-2A450",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A451,
        name: "CJK UNIFIED IDEOGRAPH-2A451",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A452,
        name: "CJK UNIFIED IDEOGRAPH-2A452",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A453,
        name: "CJK UNIFIED IDEOGRAPH-2A453",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A454,
        name: "CJK UNIFIED IDEOGRAPH-2A454",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A455,
        name: "CJK UNIFIED IDEOGRAPH-2A455",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A456,
        name: "CJK UNIFIED IDEOGRAPH-2A456",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A457,
        name: "CJK UNIFIED IDEOGRAPH-2A457",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A458,
        name: "CJK UNIFIED IDEOGRAPH-2A458",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A459,
        name: "CJK UNIFIED IDEOGRAPH-2A459",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A45A,
        name: "CJK UNIFIED IDEOGRAPH-2A45A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A45B,
        name: "CJK UNIFIED IDEOGRAPH-2A45B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A45C,
        name: "CJK UNIFIED IDEOGRAPH-2A45C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A45D,
        name: "CJK UNIFIED IDEOGRAPH-2A45D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A45E,
        name: "CJK UNIFIED IDEOGRAPH-2A45E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A45F,
        name: "CJK UNIFIED IDEOGRAPH-2A45F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A460,
        name: "CJK UNIFIED IDEOGRAPH-2A460",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A461,
        name: "CJK UNIFIED IDEOGRAPH-2A461",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A462,
        name: "CJK UNIFIED IDEOGRAPH-2A462",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A463,
        name: "CJK UNIFIED IDEOGRAPH-2A463",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A464,
        name: "CJK UNIFIED IDEOGRAPH-2A464",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A465,
        name: "CJK UNIFIED IDEOGRAPH-2A465",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A466,
        name: "CJK UNIFIED IDEOGRAPH-2A466",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A467,
        name: "CJK UNIFIED IDEOGRAPH-2A467",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A468,
        name: "CJK UNIFIED IDEOGRAPH-2A468",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A469,
        name: "CJK UNIFIED IDEOGRAPH-2A469",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A46A,
        name: "CJK UNIFIED IDEOGRAPH-2A46A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A46B,
        name: "CJK UNIFIED IDEOGRAPH-2A46B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A46C,
        name: "CJK UNIFIED IDEOGRAPH-2A46C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A46D,
        name: "CJK UNIFIED IDEOGRAPH-2A46D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A46E,
        name: "CJK UNIFIED IDEOGRAPH-2A46E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A46F,
        name: "CJK UNIFIED IDEOGRAPH-2A46F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A470,
        name: "CJK UNIFIED IDEOGRAPH-2A470",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A471,
        name: "CJK UNIFIED IDEOGRAPH-2A471",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A472,
        name: "CJK UNIFIED IDEOGRAPH-2A472",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A473,
        name: "CJK UNIFIED IDEOGRAPH-2A473",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A474,
        name: "CJK UNIFIED IDEOGRAPH-2A474",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A475,
        name: "CJK UNIFIED IDEOGRAPH-2A475",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A476,
        name: "CJK UNIFIED IDEOGRAPH-2A476",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A477,
        name: "CJK UNIFIED IDEOGRAPH-2A477",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A478,
        name: "CJK UNIFIED IDEOGRAPH-2A478",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A479,
        name: "CJK UNIFIED IDEOGRAPH-2A479",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A47A,
        name: "CJK UNIFIED IDEOGRAPH-2A47A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A47B,
        name: "CJK UNIFIED IDEOGRAPH-2A47B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A47C,
        name: "CJK UNIFIED IDEOGRAPH-2A47C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A47D,
        name: "CJK UNIFIED IDEOGRAPH-2A47D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A47E,
        name: "CJK UNIFIED IDEOGRAPH-2A47E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A47F,
        name: "CJK UNIFIED IDEOGRAPH-2A47F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A480,
        name: "CJK UNIFIED IDEOGRAPH-2A480",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A481,
        name: "CJK UNIFIED IDEOGRAPH-2A481",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A482,
        name: "CJK UNIFIED IDEOGRAPH-2A482",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A483,
        name: "CJK UNIFIED IDEOGRAPH-2A483",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A484,
        name: "CJK UNIFIED IDEOGRAPH-2A484",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A485,
        name: "CJK UNIFIED IDEOGRAPH-2A485",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A486,
        name: "CJK UNIFIED IDEOGRAPH-2A486",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A487,
        name: "CJK UNIFIED IDEOGRAPH-2A487",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A488,
        name: "CJK UNIFIED IDEOGRAPH-2A488",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A489,
        name: "CJK UNIFIED IDEOGRAPH-2A489",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A48A,
        name: "CJK UNIFIED IDEOGRAPH-2A48A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A48B,
        name: "CJK UNIFIED IDEOGRAPH-2A48B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A48C,
        name: "CJK UNIFIED IDEOGRAPH-2A48C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A48D,
        name: "CJK UNIFIED IDEOGRAPH-2A48D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A48E,
        name: "CJK UNIFIED IDEOGRAPH-2A48E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A48F,
        name: "CJK UNIFIED IDEOGRAPH-2A48F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A490,
        name: "CJK UNIFIED IDEOGRAPH-2A490",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A491,
        name: "CJK UNIFIED IDEOGRAPH-2A491",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A492,
        name: "CJK UNIFIED IDEOGRAPH-2A492",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A493,
        name: "CJK UNIFIED IDEOGRAPH-2A493",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A494,
        name: "CJK UNIFIED IDEOGRAPH-2A494",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A495,
        name: "CJK UNIFIED IDEOGRAPH-2A495",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A496,
        name: "CJK UNIFIED IDEOGRAPH-2A496",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A497,
        name: "CJK UNIFIED IDEOGRAPH-2A497",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A498,
        name: "CJK UNIFIED IDEOGRAPH-2A498",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A499,
        name: "CJK UNIFIED IDEOGRAPH-2A499",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A49A,
        name: "CJK UNIFIED IDEOGRAPH-2A49A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A49B,
        name: "CJK UNIFIED IDEOGRAPH-2A49B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A49C,
        name: "CJK UNIFIED IDEOGRAPH-2A49C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A49D,
        name: "CJK UNIFIED IDEOGRAPH-2A49D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A49E,
        name: "CJK UNIFIED IDEOGRAPH-2A49E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A49F,
        name: "CJK UNIFIED IDEOGRAPH-2A49F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A0,
        name: "CJK UNIFIED IDEOGRAPH-2A4A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A1,
        name: "CJK UNIFIED IDEOGRAPH-2A4A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A2,
        name: "CJK UNIFIED IDEOGRAPH-2A4A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A3,
        name: "CJK UNIFIED IDEOGRAPH-2A4A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A4,
        name: "CJK UNIFIED IDEOGRAPH-2A4A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A5,
        name: "CJK UNIFIED IDEOGRAPH-2A4A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A6,
        name: "CJK UNIFIED IDEOGRAPH-2A4A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A7,
        name: "CJK UNIFIED IDEOGRAPH-2A4A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A8,
        name: "CJK UNIFIED IDEOGRAPH-2A4A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4A9,
        name: "CJK UNIFIED IDEOGRAPH-2A4A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4AA,
        name: "CJK UNIFIED IDEOGRAPH-2A4AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4AB,
        name: "CJK UNIFIED IDEOGRAPH-2A4AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4AC,
        name: "CJK UNIFIED IDEOGRAPH-2A4AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4AD,
        name: "CJK UNIFIED IDEOGRAPH-2A4AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4AE,
        name: "CJK UNIFIED IDEOGRAPH-2A4AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4AF,
        name: "CJK UNIFIED IDEOGRAPH-2A4AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B0,
        name: "CJK UNIFIED IDEOGRAPH-2A4B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B1,
        name: "CJK UNIFIED IDEOGRAPH-2A4B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B2,
        name: "CJK UNIFIED IDEOGRAPH-2A4B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B3,
        name: "CJK UNIFIED IDEOGRAPH-2A4B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B4,
        name: "CJK UNIFIED IDEOGRAPH-2A4B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B5,
        name: "CJK UNIFIED IDEOGRAPH-2A4B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B6,
        name: "CJK UNIFIED IDEOGRAPH-2A4B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B7,
        name: "CJK UNIFIED IDEOGRAPH-2A4B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B8,
        name: "CJK UNIFIED IDEOGRAPH-2A4B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4B9,
        name: "CJK UNIFIED IDEOGRAPH-2A4B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4BA,
        name: "CJK UNIFIED IDEOGRAPH-2A4BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4BB,
        name: "CJK UNIFIED IDEOGRAPH-2A4BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4BC,
        name: "CJK UNIFIED IDEOGRAPH-2A4BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4BD,
        name: "CJK UNIFIED IDEOGRAPH-2A4BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4BE,
        name: "CJK UNIFIED IDEOGRAPH-2A4BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4BF,
        name: "CJK UNIFIED IDEOGRAPH-2A4BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C0,
        name: "CJK UNIFIED IDEOGRAPH-2A4C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C1,
        name: "CJK UNIFIED IDEOGRAPH-2A4C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C2,
        name: "CJK UNIFIED IDEOGRAPH-2A4C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C3,
        name: "CJK UNIFIED IDEOGRAPH-2A4C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C4,
        name: "CJK UNIFIED IDEOGRAPH-2A4C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C5,
        name: "CJK UNIFIED IDEOGRAPH-2A4C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C6,
        name: "CJK UNIFIED IDEOGRAPH-2A4C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C7,
        name: "CJK UNIFIED IDEOGRAPH-2A4C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C8,
        name: "CJK UNIFIED IDEOGRAPH-2A4C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4C9,
        name: "CJK UNIFIED IDEOGRAPH-2A4C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4CA,
        name: "CJK UNIFIED IDEOGRAPH-2A4CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4CB,
        name: "CJK UNIFIED IDEOGRAPH-2A4CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4CC,
        name: "CJK UNIFIED IDEOGRAPH-2A4CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4CD,
        name: "CJK UNIFIED IDEOGRAPH-2A4CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4CE,
        name: "CJK UNIFIED IDEOGRAPH-2A4CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4CF,
        name: "CJK UNIFIED IDEOGRAPH-2A4CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D0,
        name: "CJK UNIFIED IDEOGRAPH-2A4D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D1,
        name: "CJK UNIFIED IDEOGRAPH-2A4D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D2,
        name: "CJK UNIFIED IDEOGRAPH-2A4D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D3,
        name: "CJK UNIFIED IDEOGRAPH-2A4D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D4,
        name: "CJK UNIFIED IDEOGRAPH-2A4D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D5,
        name: "CJK UNIFIED IDEOGRAPH-2A4D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D6,
        name: "CJK UNIFIED IDEOGRAPH-2A4D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D7,
        name: "CJK UNIFIED IDEOGRAPH-2A4D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D8,
        name: "CJK UNIFIED IDEOGRAPH-2A4D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4D9,
        name: "CJK UNIFIED IDEOGRAPH-2A4D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4DA,
        name: "CJK UNIFIED IDEOGRAPH-2A4DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4DB,
        name: "CJK UNIFIED IDEOGRAPH-2A4DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4DC,
        name: "CJK UNIFIED IDEOGRAPH-2A4DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4DD,
        name: "CJK UNIFIED IDEOGRAPH-2A4DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4DE,
        name: "CJK UNIFIED IDEOGRAPH-2A4DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4DF,
        name: "CJK UNIFIED IDEOGRAPH-2A4DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E0,
        name: "CJK UNIFIED IDEOGRAPH-2A4E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E1,
        name: "CJK UNIFIED IDEOGRAPH-2A4E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E2,
        name: "CJK UNIFIED IDEOGRAPH-2A4E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E3,
        name: "CJK UNIFIED IDEOGRAPH-2A4E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E4,
        name: "CJK UNIFIED IDEOGRAPH-2A4E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E5,
        name: "CJK UNIFIED IDEOGRAPH-2A4E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E6,
        name: "CJK UNIFIED IDEOGRAPH-2A4E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E7,
        name: "CJK UNIFIED IDEOGRAPH-2A4E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E8,
        name: "CJK UNIFIED IDEOGRAPH-2A4E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4E9,
        name: "CJK UNIFIED IDEOGRAPH-2A4E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4EA,
        name: "CJK UNIFIED IDEOGRAPH-2A4EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4EB,
        name: "CJK UNIFIED IDEOGRAPH-2A4EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4EC,
        name: "CJK UNIFIED IDEOGRAPH-2A4EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4ED,
        name: "CJK UNIFIED IDEOGRAPH-2A4ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4EE,
        name: "CJK UNIFIED IDEOGRAPH-2A4EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4EF,
        name: "CJK UNIFIED IDEOGRAPH-2A4EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F0,
        name: "CJK UNIFIED IDEOGRAPH-2A4F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F1,
        name: "CJK UNIFIED IDEOGRAPH-2A4F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F2,
        name: "CJK UNIFIED IDEOGRAPH-2A4F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F3,
        name: "CJK UNIFIED IDEOGRAPH-2A4F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F4,
        name: "CJK UNIFIED IDEOGRAPH-2A4F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F5,
        name: "CJK UNIFIED IDEOGRAPH-2A4F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F6,
        name: "CJK UNIFIED IDEOGRAPH-2A4F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F7,
        name: "CJK UNIFIED IDEOGRAPH-2A4F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F8,
        name: "CJK UNIFIED IDEOGRAPH-2A4F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4F9,
        name: "CJK UNIFIED IDEOGRAPH-2A4F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4FA,
        name: "CJK UNIFIED IDEOGRAPH-2A4FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4FB,
        name: "CJK UNIFIED IDEOGRAPH-2A4FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4FC,
        name: "CJK UNIFIED IDEOGRAPH-2A4FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4FD,
        name: "CJK UNIFIED IDEOGRAPH-2A4FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4FE,
        name: "CJK UNIFIED IDEOGRAPH-2A4FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A4FF,
        name: "CJK UNIFIED IDEOGRAPH-2A4FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A500,
        name: "CJK UNIFIED IDEOGRAPH-2A500",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A501,
        name: "CJK UNIFIED IDEOGRAPH-2A501",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A502,
        name: "CJK UNIFIED IDEOGRAPH-2A502",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A503,
        name: "CJK UNIFIED IDEOGRAPH-2A503",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A504,
        name: "CJK UNIFIED IDEOGRAPH-2A504",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A505,
        name: "CJK UNIFIED IDEOGRAPH-2A505",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A506,
        name: "CJK UNIFIED IDEOGRAPH-2A506",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A507,
        name: "CJK UNIFIED IDEOGRAPH-2A507",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A508,
        name: "CJK UNIFIED IDEOGRAPH-2A508",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A509,
        name: "CJK UNIFIED IDEOGRAPH-2A509",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A50A,
        name: "CJK UNIFIED IDEOGRAPH-2A50A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A50B,
        name: "CJK UNIFIED IDEOGRAPH-2A50B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A50C,
        name: "CJK UNIFIED IDEOGRAPH-2A50C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A50D,
        name: "CJK UNIFIED IDEOGRAPH-2A50D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A50E,
        name: "CJK UNIFIED IDEOGRAPH-2A50E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A50F,
        name: "CJK UNIFIED IDEOGRAPH-2A50F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A510,
        name: "CJK UNIFIED IDEOGRAPH-2A510",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A511,
        name: "CJK UNIFIED IDEOGRAPH-2A511",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A512,
        name: "CJK UNIFIED IDEOGRAPH-2A512",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A513,
        name: "CJK UNIFIED IDEOGRAPH-2A513",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A514,
        name: "CJK UNIFIED IDEOGRAPH-2A514",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A515,
        name: "CJK UNIFIED IDEOGRAPH-2A515",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A516,
        name: "CJK UNIFIED IDEOGRAPH-2A516",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A517,
        name: "CJK UNIFIED IDEOGRAPH-2A517",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A518,
        name: "CJK UNIFIED IDEOGRAPH-2A518",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A519,
        name: "CJK UNIFIED IDEOGRAPH-2A519",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A51A,
        name: "CJK UNIFIED IDEOGRAPH-2A51A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A51B,
        name: "CJK UNIFIED IDEOGRAPH-2A51B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A51C,
        name: "CJK UNIFIED IDEOGRAPH-2A51C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A51D,
        name: "CJK UNIFIED IDEOGRAPH-2A51D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A51E,
        name: "CJK UNIFIED IDEOGRAPH-2A51E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A51F,
        name: "CJK UNIFIED IDEOGRAPH-2A51F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A520,
        name: "CJK UNIFIED IDEOGRAPH-2A520",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A521,
        name: "CJK UNIFIED IDEOGRAPH-2A521",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A522,
        name: "CJK UNIFIED IDEOGRAPH-2A522",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A523,
        name: "CJK UNIFIED IDEOGRAPH-2A523",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A524,
        name: "CJK UNIFIED IDEOGRAPH-2A524",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A525,
        name: "CJK UNIFIED IDEOGRAPH-2A525",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A526,
        name: "CJK UNIFIED IDEOGRAPH-2A526",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A527,
        name: "CJK UNIFIED IDEOGRAPH-2A527",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A528,
        name: "CJK UNIFIED IDEOGRAPH-2A528",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A529,
        name: "CJK UNIFIED IDEOGRAPH-2A529",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A52A,
        name: "CJK UNIFIED IDEOGRAPH-2A52A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A52B,
        name: "CJK UNIFIED IDEOGRAPH-2A52B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A52C,
        name: "CJK UNIFIED IDEOGRAPH-2A52C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A52D,
        name: "CJK UNIFIED IDEOGRAPH-2A52D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A52E,
        name: "CJK UNIFIED IDEOGRAPH-2A52E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A52F,
        name: "CJK UNIFIED IDEOGRAPH-2A52F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A530,
        name: "CJK UNIFIED IDEOGRAPH-2A530",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A531,
        name: "CJK UNIFIED IDEOGRAPH-2A531",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A532,
        name: "CJK UNIFIED IDEOGRAPH-2A532",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A533,
        name: "CJK UNIFIED IDEOGRAPH-2A533",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A534,
        name: "CJK UNIFIED IDEOGRAPH-2A534",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A535,
        name: "CJK UNIFIED IDEOGRAPH-2A535",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A536,
        name: "CJK UNIFIED IDEOGRAPH-2A536",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A537,
        name: "CJK UNIFIED IDEOGRAPH-2A537",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A538,
        name: "CJK UNIFIED IDEOGRAPH-2A538",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A539,
        name: "CJK UNIFIED IDEOGRAPH-2A539",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A53A,
        name: "CJK UNIFIED IDEOGRAPH-2A53A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A53B,
        name: "CJK UNIFIED IDEOGRAPH-2A53B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A53C,
        name: "CJK UNIFIED IDEOGRAPH-2A53C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A53D,
        name: "CJK UNIFIED IDEOGRAPH-2A53D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A53E,
        name: "CJK UNIFIED IDEOGRAPH-2A53E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A53F,
        name: "CJK UNIFIED IDEOGRAPH-2A53F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A540,
        name: "CJK UNIFIED IDEOGRAPH-2A540",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A541,
        name: "CJK UNIFIED IDEOGRAPH-2A541",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A542,
        name: "CJK UNIFIED IDEOGRAPH-2A542",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A543,
        name: "CJK UNIFIED IDEOGRAPH-2A543",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A544,
        name: "CJK UNIFIED IDEOGRAPH-2A544",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A545,
        name: "CJK UNIFIED IDEOGRAPH-2A545",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A546,
        name: "CJK UNIFIED IDEOGRAPH-2A546",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A547,
        name: "CJK UNIFIED IDEOGRAPH-2A547",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A548,
        name: "CJK UNIFIED IDEOGRAPH-2A548",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A549,
        name: "CJK UNIFIED IDEOGRAPH-2A549",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A54A,
        name: "CJK UNIFIED IDEOGRAPH-2A54A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A54B,
        name: "CJK UNIFIED IDEOGRAPH-2A54B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A54C,
        name: "CJK UNIFIED IDEOGRAPH-2A54C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A54D,
        name: "CJK UNIFIED IDEOGRAPH-2A54D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A54E,
        name: "CJK UNIFIED IDEOGRAPH-2A54E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A54F,
        name: "CJK UNIFIED IDEOGRAPH-2A54F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A550,
        name: "CJK UNIFIED IDEOGRAPH-2A550",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A551,
        name: "CJK UNIFIED IDEOGRAPH-2A551",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A552,
        name: "CJK UNIFIED IDEOGRAPH-2A552",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A553,
        name: "CJK UNIFIED IDEOGRAPH-2A553",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A554,
        name: "CJK UNIFIED IDEOGRAPH-2A554",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A555,
        name: "CJK UNIFIED IDEOGRAPH-2A555",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A556,
        name: "CJK UNIFIED IDEOGRAPH-2A556",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A557,
        name: "CJK UNIFIED IDEOGRAPH-2A557",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A558,
        name: "CJK UNIFIED IDEOGRAPH-2A558",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A559,
        name: "CJK UNIFIED IDEOGRAPH-2A559",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A55A,
        name: "CJK UNIFIED IDEOGRAPH-2A55A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A55B,
        name: "CJK UNIFIED IDEOGRAPH-2A55B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A55C,
        name: "CJK UNIFIED IDEOGRAPH-2A55C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A55D,
        name: "CJK UNIFIED IDEOGRAPH-2A55D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A55E,
        name: "CJK UNIFIED IDEOGRAPH-2A55E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A55F,
        name: "CJK UNIFIED IDEOGRAPH-2A55F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A560,
        name: "CJK UNIFIED IDEOGRAPH-2A560",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A561,
        name: "CJK UNIFIED IDEOGRAPH-2A561",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A562,
        name: "CJK UNIFIED IDEOGRAPH-2A562",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A563,
        name: "CJK UNIFIED IDEOGRAPH-2A563",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A564,
        name: "CJK UNIFIED IDEOGRAPH-2A564",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A565,
        name: "CJK UNIFIED IDEOGRAPH-2A565",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A566,
        name: "CJK UNIFIED IDEOGRAPH-2A566",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A567,
        name: "CJK UNIFIED IDEOGRAPH-2A567",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A568,
        name: "CJK UNIFIED IDEOGRAPH-2A568",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A569,
        name: "CJK UNIFIED IDEOGRAPH-2A569",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A56A,
        name: "CJK UNIFIED IDEOGRAPH-2A56A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A56B,
        name: "CJK UNIFIED IDEOGRAPH-2A56B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A56C,
        name: "CJK UNIFIED IDEOGRAPH-2A56C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A56D,
        name: "CJK UNIFIED IDEOGRAPH-2A56D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A56E,
        name: "CJK UNIFIED IDEOGRAPH-2A56E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A56F,
        name: "CJK UNIFIED IDEOGRAPH-2A56F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A570,
        name: "CJK UNIFIED IDEOGRAPH-2A570",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A571,
        name: "CJK UNIFIED IDEOGRAPH-2A571",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A572,
        name: "CJK UNIFIED IDEOGRAPH-2A572",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A573,
        name: "CJK UNIFIED IDEOGRAPH-2A573",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A574,
        name: "CJK UNIFIED IDEOGRAPH-2A574",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A575,
        name: "CJK UNIFIED IDEOGRAPH-2A575",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A576,
        name: "CJK UNIFIED IDEOGRAPH-2A576",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A577,
        name: "CJK UNIFIED IDEOGRAPH-2A577",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A578,
        name: "CJK UNIFIED IDEOGRAPH-2A578",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A579,
        name: "CJK UNIFIED IDEOGRAPH-2A579",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A57A,
        name: "CJK UNIFIED IDEOGRAPH-2A57A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A57B,
        name: "CJK UNIFIED IDEOGRAPH-2A57B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A57C,
        name: "CJK UNIFIED IDEOGRAPH-2A57C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A57D,
        name: "CJK UNIFIED IDEOGRAPH-2A57D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A57E,
        name: "CJK UNIFIED IDEOGRAPH-2A57E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A57F,
        name: "CJK UNIFIED IDEOGRAPH-2A57F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A580,
        name: "CJK UNIFIED IDEOGRAPH-2A580",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A581,
        name: "CJK UNIFIED IDEOGRAPH-2A581",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A582,
        name: "CJK UNIFIED IDEOGRAPH-2A582",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A583,
        name: "CJK UNIFIED IDEOGRAPH-2A583",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A584,
        name: "CJK UNIFIED IDEOGRAPH-2A584",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A585,
        name: "CJK UNIFIED IDEOGRAPH-2A585",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A586,
        name: "CJK UNIFIED IDEOGRAPH-2A586",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A587,
        name: "CJK UNIFIED IDEOGRAPH-2A587",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A588,
        name: "CJK UNIFIED IDEOGRAPH-2A588",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A589,
        name: "CJK UNIFIED IDEOGRAPH-2A589",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A58A,
        name: "CJK UNIFIED IDEOGRAPH-2A58A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A58B,
        name: "CJK UNIFIED IDEOGRAPH-2A58B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A58C,
        name: "CJK UNIFIED IDEOGRAPH-2A58C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A58D,
        name: "CJK UNIFIED IDEOGRAPH-2A58D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A58E,
        name: "CJK UNIFIED IDEOGRAPH-2A58E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A58F,
        name: "CJK UNIFIED IDEOGRAPH-2A58F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A590,
        name: "CJK UNIFIED IDEOGRAPH-2A590",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A591,
        name: "CJK UNIFIED IDEOGRAPH-2A591",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A592,
        name: "CJK UNIFIED IDEOGRAPH-2A592",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A593,
        name: "CJK UNIFIED IDEOGRAPH-2A593",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A594,
        name: "CJK UNIFIED IDEOGRAPH-2A594",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A595,
        name: "CJK UNIFIED IDEOGRAPH-2A595",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A596,
        name: "CJK UNIFIED IDEOGRAPH-2A596",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A597,
        name: "CJK UNIFIED IDEOGRAPH-2A597",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A598,
        name: "CJK UNIFIED IDEOGRAPH-2A598",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A599,
        name: "CJK UNIFIED IDEOGRAPH-2A599",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A59A,
        name: "CJK UNIFIED IDEOGRAPH-2A59A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A59B,
        name: "CJK UNIFIED IDEOGRAPH-2A59B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A59C,
        name: "CJK UNIFIED IDEOGRAPH-2A59C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A59D,
        name: "CJK UNIFIED IDEOGRAPH-2A59D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A59E,
        name: "CJK UNIFIED IDEOGRAPH-2A59E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A59F,
        name: "CJK UNIFIED IDEOGRAPH-2A59F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A0,
        name: "CJK UNIFIED IDEOGRAPH-2A5A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A1,
        name: "CJK UNIFIED IDEOGRAPH-2A5A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A2,
        name: "CJK UNIFIED IDEOGRAPH-2A5A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A3,
        name: "CJK UNIFIED IDEOGRAPH-2A5A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A4,
        name: "CJK UNIFIED IDEOGRAPH-2A5A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A5,
        name: "CJK UNIFIED IDEOGRAPH-2A5A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A6,
        name: "CJK UNIFIED IDEOGRAPH-2A5A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A7,
        name: "CJK UNIFIED IDEOGRAPH-2A5A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A8,
        name: "CJK UNIFIED IDEOGRAPH-2A5A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5A9,
        name: "CJK UNIFIED IDEOGRAPH-2A5A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5AA,
        name: "CJK UNIFIED IDEOGRAPH-2A5AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5AB,
        name: "CJK UNIFIED IDEOGRAPH-2A5AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5AC,
        name: "CJK UNIFIED IDEOGRAPH-2A5AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5AD,
        name: "CJK UNIFIED IDEOGRAPH-2A5AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5AE,
        name: "CJK UNIFIED IDEOGRAPH-2A5AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5AF,
        name: "CJK UNIFIED IDEOGRAPH-2A5AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B0,
        name: "CJK UNIFIED IDEOGRAPH-2A5B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B1,
        name: "CJK UNIFIED IDEOGRAPH-2A5B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B2,
        name: "CJK UNIFIED IDEOGRAPH-2A5B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B3,
        name: "CJK UNIFIED IDEOGRAPH-2A5B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B4,
        name: "CJK UNIFIED IDEOGRAPH-2A5B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B5,
        name: "CJK UNIFIED IDEOGRAPH-2A5B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B6,
        name: "CJK UNIFIED IDEOGRAPH-2A5B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B7,
        name: "CJK UNIFIED IDEOGRAPH-2A5B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B8,
        name: "CJK UNIFIED IDEOGRAPH-2A5B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5B9,
        name: "CJK UNIFIED IDEOGRAPH-2A5B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5BA,
        name: "CJK UNIFIED IDEOGRAPH-2A5BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5BB,
        name: "CJK UNIFIED IDEOGRAPH-2A5BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5BC,
        name: "CJK UNIFIED IDEOGRAPH-2A5BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5BD,
        name: "CJK UNIFIED IDEOGRAPH-2A5BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5BE,
        name: "CJK UNIFIED IDEOGRAPH-2A5BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5BF,
        name: "CJK UNIFIED IDEOGRAPH-2A5BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C0,
        name: "CJK UNIFIED IDEOGRAPH-2A5C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C1,
        name: "CJK UNIFIED IDEOGRAPH-2A5C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C2,
        name: "CJK UNIFIED IDEOGRAPH-2A5C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C3,
        name: "CJK UNIFIED IDEOGRAPH-2A5C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C4,
        name: "CJK UNIFIED IDEOGRAPH-2A5C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C5,
        name: "CJK UNIFIED IDEOGRAPH-2A5C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C6,
        name: "CJK UNIFIED IDEOGRAPH-2A5C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C7,
        name: "CJK UNIFIED IDEOGRAPH-2A5C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C8,
        name: "CJK UNIFIED IDEOGRAPH-2A5C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5C9,
        name: "CJK UNIFIED IDEOGRAPH-2A5C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5CA,
        name: "CJK UNIFIED IDEOGRAPH-2A5CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5CB,
        name: "CJK UNIFIED IDEOGRAPH-2A5CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5CC,
        name: "CJK UNIFIED IDEOGRAPH-2A5CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5CD,
        name: "CJK UNIFIED IDEOGRAPH-2A5CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5CE,
        name: "CJK UNIFIED IDEOGRAPH-2A5CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5CF,
        name: "CJK UNIFIED IDEOGRAPH-2A5CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D0,
        name: "CJK UNIFIED IDEOGRAPH-2A5D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D1,
        name: "CJK UNIFIED IDEOGRAPH-2A5D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D2,
        name: "CJK UNIFIED IDEOGRAPH-2A5D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D3,
        name: "CJK UNIFIED IDEOGRAPH-2A5D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D4,
        name: "CJK UNIFIED IDEOGRAPH-2A5D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D5,
        name: "CJK UNIFIED IDEOGRAPH-2A5D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D6,
        name: "CJK UNIFIED IDEOGRAPH-2A5D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D7,
        name: "CJK UNIFIED IDEOGRAPH-2A5D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D8,
        name: "CJK UNIFIED IDEOGRAPH-2A5D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5D9,
        name: "CJK UNIFIED IDEOGRAPH-2A5D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5DA,
        name: "CJK UNIFIED IDEOGRAPH-2A5DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5DB,
        name: "CJK UNIFIED IDEOGRAPH-2A5DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5DC,
        name: "CJK UNIFIED IDEOGRAPH-2A5DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5DD,
        name: "CJK UNIFIED IDEOGRAPH-2A5DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5DE,
        name: "CJK UNIFIED IDEOGRAPH-2A5DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5DF,
        name: "CJK UNIFIED IDEOGRAPH-2A5DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E0,
        name: "CJK UNIFIED IDEOGRAPH-2A5E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E1,
        name: "CJK UNIFIED IDEOGRAPH-2A5E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E2,
        name: "CJK UNIFIED IDEOGRAPH-2A5E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E3,
        name: "CJK UNIFIED IDEOGRAPH-2A5E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E4,
        name: "CJK UNIFIED IDEOGRAPH-2A5E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E5,
        name: "CJK UNIFIED IDEOGRAPH-2A5E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E6,
        name: "CJK UNIFIED IDEOGRAPH-2A5E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E7,
        name: "CJK UNIFIED IDEOGRAPH-2A5E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E8,
        name: "CJK UNIFIED IDEOGRAPH-2A5E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5E9,
        name: "CJK UNIFIED IDEOGRAPH-2A5E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5EA,
        name: "CJK UNIFIED IDEOGRAPH-2A5EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5EB,
        name: "CJK UNIFIED IDEOGRAPH-2A5EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5EC,
        name: "CJK UNIFIED IDEOGRAPH-2A5EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5ED,
        name: "CJK UNIFIED IDEOGRAPH-2A5ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5EE,
        name: "CJK UNIFIED IDEOGRAPH-2A5EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5EF,
        name: "CJK UNIFIED IDEOGRAPH-2A5EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F0,
        name: "CJK UNIFIED IDEOGRAPH-2A5F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F1,
        name: "CJK UNIFIED IDEOGRAPH-2A5F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F2,
        name: "CJK UNIFIED IDEOGRAPH-2A5F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F3,
        name: "CJK UNIFIED IDEOGRAPH-2A5F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F4,
        name: "CJK UNIFIED IDEOGRAPH-2A5F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F5,
        name: "CJK UNIFIED IDEOGRAPH-2A5F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F6,
        name: "CJK UNIFIED IDEOGRAPH-2A5F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F7,
        name: "CJK UNIFIED IDEOGRAPH-2A5F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F8,
        name: "CJK UNIFIED IDEOGRAPH-2A5F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5F9,
        name: "CJK UNIFIED IDEOGRAPH-2A5F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5FA,
        name: "CJK UNIFIED IDEOGRAPH-2A5FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5FB,
        name: "CJK UNIFIED IDEOGRAPH-2A5FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5FC,
        name: "CJK UNIFIED IDEOGRAPH-2A5FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5FD,
        name: "CJK UNIFIED IDEOGRAPH-2A5FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5FE,
        name: "CJK UNIFIED IDEOGRAPH-2A5FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A5FF,
        name: "CJK UNIFIED IDEOGRAPH-2A5FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A600,
        name: "CJK UNIFIED IDEOGRAPH-2A600",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A601,
        name: "CJK UNIFIED IDEOGRAPH-2A601",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A602,
        name: "CJK UNIFIED IDEOGRAPH-2A602",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A603,
        name: "CJK UNIFIED IDEOGRAPH-2A603",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A604,
        name: "CJK UNIFIED IDEOGRAPH-2A604",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A605,
        name: "CJK UNIFIED IDEOGRAPH-2A605",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A606,
        name: "CJK UNIFIED IDEOGRAPH-2A606",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A607,
        name: "CJK UNIFIED IDEOGRAPH-2A607",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A608,
        name: "CJK UNIFIED IDEOGRAPH-2A608",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A609,
        name: "CJK UNIFIED IDEOGRAPH-2A609",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A60A,
        name: "CJK UNIFIED IDEOGRAPH-2A60A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A60B,
        name: "CJK UNIFIED IDEOGRAPH-2A60B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A60C,
        name: "CJK UNIFIED IDEOGRAPH-2A60C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A60D,
        name: "CJK UNIFIED IDEOGRAPH-2A60D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A60E,
        name: "CJK UNIFIED IDEOGRAPH-2A60E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A60F,
        name: "CJK UNIFIED IDEOGRAPH-2A60F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A610,
        name: "CJK UNIFIED IDEOGRAPH-2A610",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A611,
        name: "CJK UNIFIED IDEOGRAPH-2A611",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A612,
        name: "CJK UNIFIED IDEOGRAPH-2A612",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A613,
        name: "CJK UNIFIED IDEOGRAPH-2A613",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A614,
        name: "CJK UNIFIED IDEOGRAPH-2A614",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A615,
        name: "CJK UNIFIED IDEOGRAPH-2A615",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A616,
        name: "CJK UNIFIED IDEOGRAPH-2A616",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A617,
        name: "CJK UNIFIED IDEOGRAPH-2A617",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A618,
        name: "CJK UNIFIED IDEOGRAPH-2A618",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A619,
        name: "CJK UNIFIED IDEOGRAPH-2A619",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A61A,
        name: "CJK UNIFIED IDEOGRAPH-2A61A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A61B,
        name: "CJK UNIFIED IDEOGRAPH-2A61B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A61C,
        name: "CJK UNIFIED IDEOGRAPH-2A61C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A61D,
        name: "CJK UNIFIED IDEOGRAPH-2A61D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A61E,
        name: "CJK UNIFIED IDEOGRAPH-2A61E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A61F,
        name: "CJK UNIFIED IDEOGRAPH-2A61F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A620,
        name: "CJK UNIFIED IDEOGRAPH-2A620",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A621,
        name: "CJK UNIFIED IDEOGRAPH-2A621",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A622,
        name: "CJK UNIFIED IDEOGRAPH-2A622",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A623,
        name: "CJK UNIFIED IDEOGRAPH-2A623",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A624,
        name: "CJK UNIFIED IDEOGRAPH-2A624",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A625,
        name: "CJK UNIFIED IDEOGRAPH-2A625",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A626,
        name: "CJK UNIFIED IDEOGRAPH-2A626",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A627,
        name: "CJK UNIFIED IDEOGRAPH-2A627",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A628,
        name: "CJK UNIFIED IDEOGRAPH-2A628",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A629,
        name: "CJK UNIFIED IDEOGRAPH-2A629",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A62A,
        name: "CJK UNIFIED IDEOGRAPH-2A62A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A62B,
        name: "CJK UNIFIED IDEOGRAPH-2A62B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A62C,
        name: "CJK UNIFIED IDEOGRAPH-2A62C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A62D,
        name: "CJK UNIFIED IDEOGRAPH-2A62D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A62E,
        name: "CJK UNIFIED IDEOGRAPH-2A62E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A62F,
        name: "CJK UNIFIED IDEOGRAPH-2A62F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A630,
        name: "CJK UNIFIED IDEOGRAPH-2A630",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A631,
        name: "CJK UNIFIED IDEOGRAPH-2A631",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A632,
        name: "CJK UNIFIED IDEOGRAPH-2A632",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A633,
        name: "CJK UNIFIED IDEOGRAPH-2A633",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A634,
        name: "CJK UNIFIED IDEOGRAPH-2A634",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A635,
        name: "CJK UNIFIED IDEOGRAPH-2A635",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A636,
        name: "CJK UNIFIED IDEOGRAPH-2A636",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A637,
        name: "CJK UNIFIED IDEOGRAPH-2A637",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A638,
        name: "CJK UNIFIED IDEOGRAPH-2A638",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A639,
        name: "CJK UNIFIED IDEOGRAPH-2A639",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A63A,
        name: "CJK UNIFIED IDEOGRAPH-2A63A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A63B,
        name: "CJK UNIFIED IDEOGRAPH-2A63B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A63C,
        name: "CJK UNIFIED IDEOGRAPH-2A63C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A63D,
        name: "CJK UNIFIED IDEOGRAPH-2A63D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A63E,
        name: "CJK UNIFIED IDEOGRAPH-2A63E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A63F,
        name: "CJK UNIFIED IDEOGRAPH-2A63F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A640,
        name: "CJK UNIFIED IDEOGRAPH-2A640",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A641,
        name: "CJK UNIFIED IDEOGRAPH-2A641",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A642,
        name: "CJK UNIFIED IDEOGRAPH-2A642",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A643,
        name: "CJK UNIFIED IDEOGRAPH-2A643",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A644,
        name: "CJK UNIFIED IDEOGRAPH-2A644",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A645,
        name: "CJK UNIFIED IDEOGRAPH-2A645",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A646,
        name: "CJK UNIFIED IDEOGRAPH-2A646",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A647,
        name: "CJK UNIFIED IDEOGRAPH-2A647",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A648,
        name: "CJK UNIFIED IDEOGRAPH-2A648",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A649,
        name: "CJK UNIFIED IDEOGRAPH-2A649",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A64A,
        name: "CJK UNIFIED IDEOGRAPH-2A64A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A64B,
        name: "CJK UNIFIED IDEOGRAPH-2A64B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A64C,
        name: "CJK UNIFIED IDEOGRAPH-2A64C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A64D,
        name: "CJK UNIFIED IDEOGRAPH-2A64D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A64E,
        name: "CJK UNIFIED IDEOGRAPH-2A64E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A64F,
        name: "CJK UNIFIED IDEOGRAPH-2A64F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A650,
        name: "CJK UNIFIED IDEOGRAPH-2A650",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A651,
        name: "CJK UNIFIED IDEOGRAPH-2A651",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A652,
        name: "CJK UNIFIED IDEOGRAPH-2A652",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A653,
        name: "CJK UNIFIED IDEOGRAPH-2A653",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A654,
        name: "CJK UNIFIED IDEOGRAPH-2A654",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A655,
        name: "CJK UNIFIED IDEOGRAPH-2A655",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A656,
        name: "CJK UNIFIED IDEOGRAPH-2A656",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A657,
        name: "CJK UNIFIED IDEOGRAPH-2A657",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A658,
        name: "CJK UNIFIED IDEOGRAPH-2A658",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A659,
        name: "CJK UNIFIED IDEOGRAPH-2A659",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A65A,
        name: "CJK UNIFIED IDEOGRAPH-2A65A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A65B,
        name: "CJK UNIFIED IDEOGRAPH-2A65B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A65C,
        name: "CJK UNIFIED IDEOGRAPH-2A65C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A65D,
        name: "CJK UNIFIED IDEOGRAPH-2A65D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A65E,
        name: "CJK UNIFIED IDEOGRAPH-2A65E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A65F,
        name: "CJK UNIFIED IDEOGRAPH-2A65F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A660,
        name: "CJK UNIFIED IDEOGRAPH-2A660",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A661,
        name: "CJK UNIFIED IDEOGRAPH-2A661",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A662,
        name: "CJK UNIFIED IDEOGRAPH-2A662",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A663,
        name: "CJK UNIFIED IDEOGRAPH-2A663",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A664,
        name: "CJK UNIFIED IDEOGRAPH-2A664",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A665,
        name: "CJK UNIFIED IDEOGRAPH-2A665",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A666,
        name: "CJK UNIFIED IDEOGRAPH-2A666",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A667,
        name: "CJK UNIFIED IDEOGRAPH-2A667",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A668,
        name: "CJK UNIFIED IDEOGRAPH-2A668",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A669,
        name: "CJK UNIFIED IDEOGRAPH-2A669",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A66A,
        name: "CJK UNIFIED IDEOGRAPH-2A66A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A66B,
        name: "CJK UNIFIED IDEOGRAPH-2A66B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A66C,
        name: "CJK UNIFIED IDEOGRAPH-2A66C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A66D,
        name: "CJK UNIFIED IDEOGRAPH-2A66D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A66E,
        name: "CJK UNIFIED IDEOGRAPH-2A66E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A66F,
        name: "CJK UNIFIED IDEOGRAPH-2A66F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A670,
        name: "CJK UNIFIED IDEOGRAPH-2A670",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A671,
        name: "CJK UNIFIED IDEOGRAPH-2A671",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A672,
        name: "CJK UNIFIED IDEOGRAPH-2A672",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A673,
        name: "CJK UNIFIED IDEOGRAPH-2A673",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A674,
        name: "CJK UNIFIED IDEOGRAPH-2A674",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A675,
        name: "CJK UNIFIED IDEOGRAPH-2A675",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A676,
        name: "CJK UNIFIED IDEOGRAPH-2A676",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A677,
        name: "CJK UNIFIED IDEOGRAPH-2A677",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A678,
        name: "CJK UNIFIED IDEOGRAPH-2A678",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A679,
        name: "CJK UNIFIED IDEOGRAPH-2A679",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A67A,
        name: "CJK UNIFIED IDEOGRAPH-2A67A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A67B,
        name: "CJK UNIFIED IDEOGRAPH-2A67B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A67C,
        name: "CJK UNIFIED IDEOGRAPH-2A67C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A67D,
        name: "CJK UNIFIED IDEOGRAPH-2A67D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A67E,
        name: "CJK UNIFIED IDEOGRAPH-2A67E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A67F,
        name: "CJK UNIFIED IDEOGRAPH-2A67F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A680,
        name: "CJK UNIFIED IDEOGRAPH-2A680",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A681,
        name: "CJK UNIFIED IDEOGRAPH-2A681",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A682,
        name: "CJK UNIFIED IDEOGRAPH-2A682",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A683,
        name: "CJK UNIFIED IDEOGRAPH-2A683",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A684,
        name: "CJK UNIFIED IDEOGRAPH-2A684",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A685,
        name: "CJK UNIFIED IDEOGRAPH-2A685",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A686,
        name: "CJK UNIFIED IDEOGRAPH-2A686",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A687,
        name: "CJK UNIFIED IDEOGRAPH-2A687",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A688,
        name: "CJK UNIFIED IDEOGRAPH-2A688",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A689,
        name: "CJK UNIFIED IDEOGRAPH-2A689",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A68A,
        name: "CJK UNIFIED IDEOGRAPH-2A68A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A68B,
        name: "CJK UNIFIED IDEOGRAPH-2A68B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A68C,
        name: "CJK UNIFIED IDEOGRAPH-2A68C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A68D,
        name: "CJK UNIFIED IDEOGRAPH-2A68D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A68E,
        name: "CJK UNIFIED IDEOGRAPH-2A68E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A68F,
        name: "CJK UNIFIED IDEOGRAPH-2A68F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A690,
        name: "CJK UNIFIED IDEOGRAPH-2A690",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A691,
        name: "CJK UNIFIED IDEOGRAPH-2A691",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A692,
        name: "CJK UNIFIED IDEOGRAPH-2A692",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A693,
        name: "CJK UNIFIED IDEOGRAPH-2A693",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A694,
        name: "CJK UNIFIED IDEOGRAPH-2A694",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A695,
        name: "CJK UNIFIED IDEOGRAPH-2A695",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A696,
        name: "CJK UNIFIED IDEOGRAPH-2A696",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A697,
        name: "CJK UNIFIED IDEOGRAPH-2A697",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A698,
        name: "CJK UNIFIED IDEOGRAPH-2A698",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A699,
        name: "CJK UNIFIED IDEOGRAPH-2A699",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A69A,
        name: "CJK UNIFIED IDEOGRAPH-2A69A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A69B,
        name: "CJK UNIFIED IDEOGRAPH-2A69B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A69C,
        name: "CJK UNIFIED IDEOGRAPH-2A69C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A69D,
        name: "CJK UNIFIED IDEOGRAPH-2A69D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A69E,
        name: "CJK UNIFIED IDEOGRAPH-2A69E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A69F,
        name: "CJK UNIFIED IDEOGRAPH-2A69F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A0,
        name: "CJK UNIFIED IDEOGRAPH-2A6A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A1,
        name: "CJK UNIFIED IDEOGRAPH-2A6A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A2,
        name: "CJK UNIFIED IDEOGRAPH-2A6A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A3,
        name: "CJK UNIFIED IDEOGRAPH-2A6A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A4,
        name: "CJK UNIFIED IDEOGRAPH-2A6A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A5,
        name: "CJK UNIFIED IDEOGRAPH-2A6A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A6,
        name: "CJK UNIFIED IDEOGRAPH-2A6A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A7,
        name: "CJK UNIFIED IDEOGRAPH-2A6A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A8,
        name: "CJK UNIFIED IDEOGRAPH-2A6A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6A9,
        name: "CJK UNIFIED IDEOGRAPH-2A6A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6AA,
        name: "CJK UNIFIED IDEOGRAPH-2A6AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6AB,
        name: "CJK UNIFIED IDEOGRAPH-2A6AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6AC,
        name: "CJK UNIFIED IDEOGRAPH-2A6AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6AD,
        name: "CJK UNIFIED IDEOGRAPH-2A6AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6AE,
        name: "CJK UNIFIED IDEOGRAPH-2A6AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6AF,
        name: "CJK UNIFIED IDEOGRAPH-2A6AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B0,
        name: "CJK UNIFIED IDEOGRAPH-2A6B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B1,
        name: "CJK UNIFIED IDEOGRAPH-2A6B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B2,
        name: "CJK UNIFIED IDEOGRAPH-2A6B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B3,
        name: "CJK UNIFIED IDEOGRAPH-2A6B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B4,
        name: "CJK UNIFIED IDEOGRAPH-2A6B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B5,
        name: "CJK UNIFIED IDEOGRAPH-2A6B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B6,
        name: "CJK UNIFIED IDEOGRAPH-2A6B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B7,
        name: "CJK UNIFIED IDEOGRAPH-2A6B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B8,
        name: "CJK UNIFIED IDEOGRAPH-2A6B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6B9,
        name: "CJK UNIFIED IDEOGRAPH-2A6B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6BA,
        name: "CJK UNIFIED IDEOGRAPH-2A6BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6BB,
        name: "CJK UNIFIED IDEOGRAPH-2A6BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6BC,
        name: "CJK UNIFIED IDEOGRAPH-2A6BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6BD,
        name: "CJK UNIFIED IDEOGRAPH-2A6BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6BE,
        name: "CJK UNIFIED IDEOGRAPH-2A6BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6BF,
        name: "CJK UNIFIED IDEOGRAPH-2A6BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C0,
        name: "CJK UNIFIED IDEOGRAPH-2A6C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C1,
        name: "CJK UNIFIED IDEOGRAPH-2A6C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C2,
        name: "CJK UNIFIED IDEOGRAPH-2A6C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C3,
        name: "CJK UNIFIED IDEOGRAPH-2A6C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C4,
        name: "CJK UNIFIED IDEOGRAPH-2A6C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C5,
        name: "CJK UNIFIED IDEOGRAPH-2A6C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C6,
        name: "CJK UNIFIED IDEOGRAPH-2A6C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C7,
        name: "CJK UNIFIED IDEOGRAPH-2A6C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C8,
        name: "CJK UNIFIED IDEOGRAPH-2A6C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6C9,
        name: "CJK UNIFIED IDEOGRAPH-2A6C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6CA,
        name: "CJK UNIFIED IDEOGRAPH-2A6CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6CB,
        name: "CJK UNIFIED IDEOGRAPH-2A6CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6CC,
        name: "CJK UNIFIED IDEOGRAPH-2A6CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6CD,
        name: "CJK UNIFIED IDEOGRAPH-2A6CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6CE,
        name: "CJK UNIFIED IDEOGRAPH-2A6CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6CF,
        name: "CJK UNIFIED IDEOGRAPH-2A6CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D0,
        name: "CJK UNIFIED IDEOGRAPH-2A6D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D1,
        name: "CJK UNIFIED IDEOGRAPH-2A6D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D2,
        name: "CJK UNIFIED IDEOGRAPH-2A6D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D3,
        name: "CJK UNIFIED IDEOGRAPH-2A6D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D4,
        name: "CJK UNIFIED IDEOGRAPH-2A6D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D5,
        name: "CJK UNIFIED IDEOGRAPH-2A6D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2A6D6,
        name: "CJK UNIFIED IDEOGRAPH-2A6D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A700,
        name: "CJK UNIFIED IDEOGRAPH-2A700",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A701,
        name: "CJK UNIFIED IDEOGRAPH-2A701",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A702,
        name: "CJK UNIFIED IDEOGRAPH-2A702",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A703,
        name: "CJK UNIFIED IDEOGRAPH-2A703",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A704,
        name: "CJK UNIFIED IDEOGRAPH-2A704",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A705,
        name: "CJK UNIFIED IDEOGRAPH-2A705",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A706,
        name: "CJK UNIFIED IDEOGRAPH-2A706",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A707,
        name: "CJK UNIFIED IDEOGRAPH-2A707",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A708,
        name: "CJK UNIFIED IDEOGRAPH-2A708",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A709,
        name: "CJK UNIFIED IDEOGRAPH-2A709",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A70A,
        name: "CJK UNIFIED IDEOGRAPH-2A70A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A70B,
        name: "CJK UNIFIED IDEOGRAPH-2A70B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A70C,
        name: "CJK UNIFIED IDEOGRAPH-2A70C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A70D,
        name: "CJK UNIFIED IDEOGRAPH-2A70D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A70E,
        name: "CJK UNIFIED IDEOGRAPH-2A70E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A70F,
        name: "CJK UNIFIED IDEOGRAPH-2A70F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A710,
        name: "CJK UNIFIED IDEOGRAPH-2A710",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A711,
        name: "CJK UNIFIED IDEOGRAPH-2A711",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A712,
        name: "CJK UNIFIED IDEOGRAPH-2A712",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A713,
        name: "CJK UNIFIED IDEOGRAPH-2A713",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A714,
        name: "CJK UNIFIED IDEOGRAPH-2A714",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A715,
        name: "CJK UNIFIED IDEOGRAPH-2A715",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A716,
        name: "CJK UNIFIED IDEOGRAPH-2A716",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A717,
        name: "CJK UNIFIED IDEOGRAPH-2A717",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A718,
        name: "CJK UNIFIED IDEOGRAPH-2A718",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A719,
        name: "CJK UNIFIED IDEOGRAPH-2A719",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A71A,
        name: "CJK UNIFIED IDEOGRAPH-2A71A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A71B,
        name: "CJK UNIFIED IDEOGRAPH-2A71B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A71C,
        name: "CJK UNIFIED IDEOGRAPH-2A71C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A71D,
        name: "CJK UNIFIED IDEOGRAPH-2A71D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A71E,
        name: "CJK UNIFIED IDEOGRAPH-2A71E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A71F,
        name: "CJK UNIFIED IDEOGRAPH-2A71F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A720,
        name: "CJK UNIFIED IDEOGRAPH-2A720",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A721,
        name: "CJK UNIFIED IDEOGRAPH-2A721",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A722,
        name: "CJK UNIFIED IDEOGRAPH-2A722",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A723,
        name: "CJK UNIFIED IDEOGRAPH-2A723",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A724,
        name: "CJK UNIFIED IDEOGRAPH-2A724",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A725,
        name: "CJK UNIFIED IDEOGRAPH-2A725",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A726,
        name: "CJK UNIFIED IDEOGRAPH-2A726",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A727,
        name: "CJK UNIFIED IDEOGRAPH-2A727",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A728,
        name: "CJK UNIFIED IDEOGRAPH-2A728",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A729,
        name: "CJK UNIFIED IDEOGRAPH-2A729",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A72A,
        name: "CJK UNIFIED IDEOGRAPH-2A72A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A72B,
        name: "CJK UNIFIED IDEOGRAPH-2A72B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A72C,
        name: "CJK UNIFIED IDEOGRAPH-2A72C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A72D,
        name: "CJK UNIFIED IDEOGRAPH-2A72D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A72E,
        name: "CJK UNIFIED IDEOGRAPH-2A72E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A72F,
        name: "CJK UNIFIED IDEOGRAPH-2A72F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A730,
        name: "CJK UNIFIED IDEOGRAPH-2A730",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A731,
        name: "CJK UNIFIED IDEOGRAPH-2A731",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A732,
        name: "CJK UNIFIED IDEOGRAPH-2A732",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A733,
        name: "CJK UNIFIED IDEOGRAPH-2A733",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A734,
        name: "CJK UNIFIED IDEOGRAPH-2A734",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A735,
        name: "CJK UNIFIED IDEOGRAPH-2A735",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A736,
        name: "CJK UNIFIED IDEOGRAPH-2A736",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A737,
        name: "CJK UNIFIED IDEOGRAPH-2A737",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A738,
        name: "CJK UNIFIED IDEOGRAPH-2A738",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A739,
        name: "CJK UNIFIED IDEOGRAPH-2A739",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A73A,
        name: "CJK UNIFIED IDEOGRAPH-2A73A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A73B,
        name: "CJK UNIFIED IDEOGRAPH-2A73B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A73C,
        name: "CJK UNIFIED IDEOGRAPH-2A73C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A73D,
        name: "CJK UNIFIED IDEOGRAPH-2A73D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A73E,
        name: "CJK UNIFIED IDEOGRAPH-2A73E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A73F,
        name: "CJK UNIFIED IDEOGRAPH-2A73F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A740,
        name: "CJK UNIFIED IDEOGRAPH-2A740",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A741,
        name: "CJK UNIFIED IDEOGRAPH-2A741",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A742,
        name: "CJK UNIFIED IDEOGRAPH-2A742",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A743,
        name: "CJK UNIFIED IDEOGRAPH-2A743",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A744,
        name: "CJK UNIFIED IDEOGRAPH-2A744",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A745,
        name: "CJK UNIFIED IDEOGRAPH-2A745",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A746,
        name: "CJK UNIFIED IDEOGRAPH-2A746",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A747,
        name: "CJK UNIFIED IDEOGRAPH-2A747",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A748,
        name: "CJK UNIFIED IDEOGRAPH-2A748",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A749,
        name: "CJK UNIFIED IDEOGRAPH-2A749",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A74A,
        name: "CJK UNIFIED IDEOGRAPH-2A74A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A74B,
        name: "CJK UNIFIED IDEOGRAPH-2A74B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A74C,
        name: "CJK UNIFIED IDEOGRAPH-2A74C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A74D,
        name: "CJK UNIFIED IDEOGRAPH-2A74D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A74E,
        name: "CJK UNIFIED IDEOGRAPH-2A74E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A74F,
        name: "CJK UNIFIED IDEOGRAPH-2A74F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A750,
        name: "CJK UNIFIED IDEOGRAPH-2A750",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A751,
        name: "CJK UNIFIED IDEOGRAPH-2A751",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A752,
        name: "CJK UNIFIED IDEOGRAPH-2A752",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A753,
        name: "CJK UNIFIED IDEOGRAPH-2A753",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A754,
        name: "CJK UNIFIED IDEOGRAPH-2A754",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A755,
        name: "CJK UNIFIED IDEOGRAPH-2A755",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A756,
        name: "CJK UNIFIED IDEOGRAPH-2A756",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A757,
        name: "CJK UNIFIED IDEOGRAPH-2A757",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A758,
        name: "CJK UNIFIED IDEOGRAPH-2A758",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A759,
        name: "CJK UNIFIED IDEOGRAPH-2A759",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A75A,
        name: "CJK UNIFIED IDEOGRAPH-2A75A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A75B,
        name: "CJK UNIFIED IDEOGRAPH-2A75B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A75C,
        name: "CJK UNIFIED IDEOGRAPH-2A75C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A75D,
        name: "CJK UNIFIED IDEOGRAPH-2A75D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A75E,
        name: "CJK UNIFIED IDEOGRAPH-2A75E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A75F,
        name: "CJK UNIFIED IDEOGRAPH-2A75F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A760,
        name: "CJK UNIFIED IDEOGRAPH-2A760",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A761,
        name: "CJK UNIFIED IDEOGRAPH-2A761",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A762,
        name: "CJK UNIFIED IDEOGRAPH-2A762",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A763,
        name: "CJK UNIFIED IDEOGRAPH-2A763",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A764,
        name: "CJK UNIFIED IDEOGRAPH-2A764",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A765,
        name: "CJK UNIFIED IDEOGRAPH-2A765",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A766,
        name: "CJK UNIFIED IDEOGRAPH-2A766",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A767,
        name: "CJK UNIFIED IDEOGRAPH-2A767",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A768,
        name: "CJK UNIFIED IDEOGRAPH-2A768",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A769,
        name: "CJK UNIFIED IDEOGRAPH-2A769",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A76A,
        name: "CJK UNIFIED IDEOGRAPH-2A76A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A76B,
        name: "CJK UNIFIED IDEOGRAPH-2A76B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A76C,
        name: "CJK UNIFIED IDEOGRAPH-2A76C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A76D,
        name: "CJK UNIFIED IDEOGRAPH-2A76D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A76E,
        name: "CJK UNIFIED IDEOGRAPH-2A76E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A76F,
        name: "CJK UNIFIED IDEOGRAPH-2A76F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A770,
        name: "CJK UNIFIED IDEOGRAPH-2A770",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A771,
        name: "CJK UNIFIED IDEOGRAPH-2A771",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A772,
        name: "CJK UNIFIED IDEOGRAPH-2A772",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A773,
        name: "CJK UNIFIED IDEOGRAPH-2A773",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A774,
        name: "CJK UNIFIED IDEOGRAPH-2A774",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A775,
        name: "CJK UNIFIED IDEOGRAPH-2A775",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A776,
        name: "CJK UNIFIED IDEOGRAPH-2A776",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A777,
        name: "CJK UNIFIED IDEOGRAPH-2A777",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A778,
        name: "CJK UNIFIED IDEOGRAPH-2A778",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A779,
        name: "CJK UNIFIED IDEOGRAPH-2A779",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A77A,
        name: "CJK UNIFIED IDEOGRAPH-2A77A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A77B,
        name: "CJK UNIFIED IDEOGRAPH-2A77B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A77C,
        name: "CJK UNIFIED IDEOGRAPH-2A77C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A77D,
        name: "CJK UNIFIED IDEOGRAPH-2A77D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A77E,
        name: "CJK UNIFIED IDEOGRAPH-2A77E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A77F,
        name: "CJK UNIFIED IDEOGRAPH-2A77F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A780,
        name: "CJK UNIFIED IDEOGRAPH-2A780",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A781,
        name: "CJK UNIFIED IDEOGRAPH-2A781",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A782,
        name: "CJK UNIFIED IDEOGRAPH-2A782",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A783,
        name: "CJK UNIFIED IDEOGRAPH-2A783",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A784,
        name: "CJK UNIFIED IDEOGRAPH-2A784",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A785,
        name: "CJK UNIFIED IDEOGRAPH-2A785",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A786,
        name: "CJK UNIFIED IDEOGRAPH-2A786",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A787,
        name: "CJK UNIFIED IDEOGRAPH-2A787",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A788,
        name: "CJK UNIFIED IDEOGRAPH-2A788",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A789,
        name: "CJK UNIFIED IDEOGRAPH-2A789",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A78A,
        name: "CJK UNIFIED IDEOGRAPH-2A78A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A78B,
        name: "CJK UNIFIED IDEOGRAPH-2A78B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A78C,
        name: "CJK UNIFIED IDEOGRAPH-2A78C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A78D,
        name: "CJK UNIFIED IDEOGRAPH-2A78D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A78E,
        name: "CJK UNIFIED IDEOGRAPH-2A78E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A78F,
        name: "CJK UNIFIED IDEOGRAPH-2A78F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A790,
        name: "CJK UNIFIED IDEOGRAPH-2A790",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A791,
        name: "CJK UNIFIED IDEOGRAPH-2A791",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A792,
        name: "CJK UNIFIED IDEOGRAPH-2A792",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A793,
        name: "CJK UNIFIED IDEOGRAPH-2A793",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A794,
        name: "CJK UNIFIED IDEOGRAPH-2A794",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A795,
        name: "CJK UNIFIED IDEOGRAPH-2A795",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A796,
        name: "CJK UNIFIED IDEOGRAPH-2A796",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A797,
        name: "CJK UNIFIED IDEOGRAPH-2A797",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A798,
        name: "CJK UNIFIED IDEOGRAPH-2A798",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A799,
        name: "CJK UNIFIED IDEOGRAPH-2A799",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A79A,
        name: "CJK UNIFIED IDEOGRAPH-2A79A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A79B,
        name: "CJK UNIFIED IDEOGRAPH-2A79B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A79C,
        name: "CJK UNIFIED IDEOGRAPH-2A79C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A79D,
        name: "CJK UNIFIED IDEOGRAPH-2A79D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A79E,
        name: "CJK UNIFIED IDEOGRAPH-2A79E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A79F,
        name: "CJK UNIFIED IDEOGRAPH-2A79F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A0,
        name: "CJK UNIFIED IDEOGRAPH-2A7A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A1,
        name: "CJK UNIFIED IDEOGRAPH-2A7A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A2,
        name: "CJK UNIFIED IDEOGRAPH-2A7A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A3,
        name: "CJK UNIFIED IDEOGRAPH-2A7A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A4,
        name: "CJK UNIFIED IDEOGRAPH-2A7A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A5,
        name: "CJK UNIFIED IDEOGRAPH-2A7A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A6,
        name: "CJK UNIFIED IDEOGRAPH-2A7A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A7,
        name: "CJK UNIFIED IDEOGRAPH-2A7A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A8,
        name: "CJK UNIFIED IDEOGRAPH-2A7A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7A9,
        name: "CJK UNIFIED IDEOGRAPH-2A7A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7AA,
        name: "CJK UNIFIED IDEOGRAPH-2A7AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7AB,
        name: "CJK UNIFIED IDEOGRAPH-2A7AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7AC,
        name: "CJK UNIFIED IDEOGRAPH-2A7AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7AD,
        name: "CJK UNIFIED IDEOGRAPH-2A7AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7AE,
        name: "CJK UNIFIED IDEOGRAPH-2A7AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7AF,
        name: "CJK UNIFIED IDEOGRAPH-2A7AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B0,
        name: "CJK UNIFIED IDEOGRAPH-2A7B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B1,
        name: "CJK UNIFIED IDEOGRAPH-2A7B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B2,
        name: "CJK UNIFIED IDEOGRAPH-2A7B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B3,
        name: "CJK UNIFIED IDEOGRAPH-2A7B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B4,
        name: "CJK UNIFIED IDEOGRAPH-2A7B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B5,
        name: "CJK UNIFIED IDEOGRAPH-2A7B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B6,
        name: "CJK UNIFIED IDEOGRAPH-2A7B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B7,
        name: "CJK UNIFIED IDEOGRAPH-2A7B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B8,
        name: "CJK UNIFIED IDEOGRAPH-2A7B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7B9,
        name: "CJK UNIFIED IDEOGRAPH-2A7B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7BA,
        name: "CJK UNIFIED IDEOGRAPH-2A7BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7BB,
        name: "CJK UNIFIED IDEOGRAPH-2A7BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7BC,
        name: "CJK UNIFIED IDEOGRAPH-2A7BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7BD,
        name: "CJK UNIFIED IDEOGRAPH-2A7BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7BE,
        name: "CJK UNIFIED IDEOGRAPH-2A7BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7BF,
        name: "CJK UNIFIED IDEOGRAPH-2A7BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C0,
        name: "CJK UNIFIED IDEOGRAPH-2A7C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C1,
        name: "CJK UNIFIED IDEOGRAPH-2A7C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C2,
        name: "CJK UNIFIED IDEOGRAPH-2A7C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C3,
        name: "CJK UNIFIED IDEOGRAPH-2A7C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C4,
        name: "CJK UNIFIED IDEOGRAPH-2A7C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C5,
        name: "CJK UNIFIED IDEOGRAPH-2A7C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C6,
        name: "CJK UNIFIED IDEOGRAPH-2A7C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C7,
        name: "CJK UNIFIED IDEOGRAPH-2A7C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C8,
        name: "CJK UNIFIED IDEOGRAPH-2A7C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7C9,
        name: "CJK UNIFIED IDEOGRAPH-2A7C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7CA,
        name: "CJK UNIFIED IDEOGRAPH-2A7CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7CB,
        name: "CJK UNIFIED IDEOGRAPH-2A7CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7CC,
        name: "CJK UNIFIED IDEOGRAPH-2A7CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7CD,
        name: "CJK UNIFIED IDEOGRAPH-2A7CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7CE,
        name: "CJK UNIFIED IDEOGRAPH-2A7CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7CF,
        name: "CJK UNIFIED IDEOGRAPH-2A7CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D0,
        name: "CJK UNIFIED IDEOGRAPH-2A7D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D1,
        name: "CJK UNIFIED IDEOGRAPH-2A7D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D2,
        name: "CJK UNIFIED IDEOGRAPH-2A7D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D3,
        name: "CJK UNIFIED IDEOGRAPH-2A7D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D4,
        name: "CJK UNIFIED IDEOGRAPH-2A7D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D5,
        name: "CJK UNIFIED IDEOGRAPH-2A7D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D6,
        name: "CJK UNIFIED IDEOGRAPH-2A7D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D7,
        name: "CJK UNIFIED IDEOGRAPH-2A7D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D8,
        name: "CJK UNIFIED IDEOGRAPH-2A7D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7D9,
        name: "CJK UNIFIED IDEOGRAPH-2A7D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7DA,
        name: "CJK UNIFIED IDEOGRAPH-2A7DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7DB,
        name: "CJK UNIFIED IDEOGRAPH-2A7DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7DC,
        name: "CJK UNIFIED IDEOGRAPH-2A7DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7DD,
        name: "CJK UNIFIED IDEOGRAPH-2A7DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7DE,
        name: "CJK UNIFIED IDEOGRAPH-2A7DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7DF,
        name: "CJK UNIFIED IDEOGRAPH-2A7DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E0,
        name: "CJK UNIFIED IDEOGRAPH-2A7E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E1,
        name: "CJK UNIFIED IDEOGRAPH-2A7E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E2,
        name: "CJK UNIFIED IDEOGRAPH-2A7E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E3,
        name: "CJK UNIFIED IDEOGRAPH-2A7E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E4,
        name: "CJK UNIFIED IDEOGRAPH-2A7E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E5,
        name: "CJK UNIFIED IDEOGRAPH-2A7E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E6,
        name: "CJK UNIFIED IDEOGRAPH-2A7E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E7,
        name: "CJK UNIFIED IDEOGRAPH-2A7E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E8,
        name: "CJK UNIFIED IDEOGRAPH-2A7E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7E9,
        name: "CJK UNIFIED IDEOGRAPH-2A7E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7EA,
        name: "CJK UNIFIED IDEOGRAPH-2A7EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7EB,
        name: "CJK UNIFIED IDEOGRAPH-2A7EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7EC,
        name: "CJK UNIFIED IDEOGRAPH-2A7EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7ED,
        name: "CJK UNIFIED IDEOGRAPH-2A7ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7EE,
        name: "CJK UNIFIED IDEOGRAPH-2A7EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7EF,
        name: "CJK UNIFIED IDEOGRAPH-2A7EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F0,
        name: "CJK UNIFIED IDEOGRAPH-2A7F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F1,
        name: "CJK UNIFIED IDEOGRAPH-2A7F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F2,
        name: "CJK UNIFIED IDEOGRAPH-2A7F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F3,
        name: "CJK UNIFIED IDEOGRAPH-2A7F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F4,
        name: "CJK UNIFIED IDEOGRAPH-2A7F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F5,
        name: "CJK UNIFIED IDEOGRAPH-2A7F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F6,
        name: "CJK UNIFIED IDEOGRAPH-2A7F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F7,
        name: "CJK UNIFIED IDEOGRAPH-2A7F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F8,
        name: "CJK UNIFIED IDEOGRAPH-2A7F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7F9,
        name: "CJK UNIFIED IDEOGRAPH-2A7F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7FA,
        name: "CJK UNIFIED IDEOGRAPH-2A7FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7FB,
        name: "CJK UNIFIED IDEOGRAPH-2A7FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7FC,
        name: "CJK UNIFIED IDEOGRAPH-2A7FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7FD,
        name: "CJK UNIFIED IDEOGRAPH-2A7FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7FE,
        name: "CJK UNIFIED IDEOGRAPH-2A7FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A7FF,
        name: "CJK UNIFIED IDEOGRAPH-2A7FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A800,
        name: "CJK UNIFIED IDEOGRAPH-2A800",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A801,
        name: "CJK UNIFIED IDEOGRAPH-2A801",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A802,
        name: "CJK UNIFIED IDEOGRAPH-2A802",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A803,
        name: "CJK UNIFIED IDEOGRAPH-2A803",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A804,
        name: "CJK UNIFIED IDEOGRAPH-2A804",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A805,
        name: "CJK UNIFIED IDEOGRAPH-2A805",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A806,
        name: "CJK UNIFIED IDEOGRAPH-2A806",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A807,
        name: "CJK UNIFIED IDEOGRAPH-2A807",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A808,
        name: "CJK UNIFIED IDEOGRAPH-2A808",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A809,
        name: "CJK UNIFIED IDEOGRAPH-2A809",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A80A,
        name: "CJK UNIFIED IDEOGRAPH-2A80A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A80B,
        name: "CJK UNIFIED IDEOGRAPH-2A80B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A80C,
        name: "CJK UNIFIED IDEOGRAPH-2A80C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A80D,
        name: "CJK UNIFIED IDEOGRAPH-2A80D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A80E,
        name: "CJK UNIFIED IDEOGRAPH-2A80E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A80F,
        name: "CJK UNIFIED IDEOGRAPH-2A80F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A810,
        name: "CJK UNIFIED IDEOGRAPH-2A810",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A811,
        name: "CJK UNIFIED IDEOGRAPH-2A811",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A812,
        name: "CJK UNIFIED IDEOGRAPH-2A812",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A813,
        name: "CJK UNIFIED IDEOGRAPH-2A813",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A814,
        name: "CJK UNIFIED IDEOGRAPH-2A814",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A815,
        name: "CJK UNIFIED IDEOGRAPH-2A815",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A816,
        name: "CJK UNIFIED IDEOGRAPH-2A816",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A817,
        name: "CJK UNIFIED IDEOGRAPH-2A817",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A818,
        name: "CJK UNIFIED IDEOGRAPH-2A818",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A819,
        name: "CJK UNIFIED IDEOGRAPH-2A819",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A81A,
        name: "CJK UNIFIED IDEOGRAPH-2A81A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A81B,
        name: "CJK UNIFIED IDEOGRAPH-2A81B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A81C,
        name: "CJK UNIFIED IDEOGRAPH-2A81C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A81D,
        name: "CJK UNIFIED IDEOGRAPH-2A81D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A81E,
        name: "CJK UNIFIED IDEOGRAPH-2A81E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A81F,
        name: "CJK UNIFIED IDEOGRAPH-2A81F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A820,
        name: "CJK UNIFIED IDEOGRAPH-2A820",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A821,
        name: "CJK UNIFIED IDEOGRAPH-2A821",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A822,
        name: "CJK UNIFIED IDEOGRAPH-2A822",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A823,
        name: "CJK UNIFIED IDEOGRAPH-2A823",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A824,
        name: "CJK UNIFIED IDEOGRAPH-2A824",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A825,
        name: "CJK UNIFIED IDEOGRAPH-2A825",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A826,
        name: "CJK UNIFIED IDEOGRAPH-2A826",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A827,
        name: "CJK UNIFIED IDEOGRAPH-2A827",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A828,
        name: "CJK UNIFIED IDEOGRAPH-2A828",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A829,
        name: "CJK UNIFIED IDEOGRAPH-2A829",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A82A,
        name: "CJK UNIFIED IDEOGRAPH-2A82A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A82B,
        name: "CJK UNIFIED IDEOGRAPH-2A82B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A82C,
        name: "CJK UNIFIED IDEOGRAPH-2A82C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A82D,
        name: "CJK UNIFIED IDEOGRAPH-2A82D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A82E,
        name: "CJK UNIFIED IDEOGRAPH-2A82E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A82F,
        name: "CJK UNIFIED IDEOGRAPH-2A82F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A830,
        name: "CJK UNIFIED IDEOGRAPH-2A830",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A831,
        name: "CJK UNIFIED IDEOGRAPH-2A831",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A832,
        name: "CJK UNIFIED IDEOGRAPH-2A832",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A833,
        name: "CJK UNIFIED IDEOGRAPH-2A833",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A834,
        name: "CJK UNIFIED IDEOGRAPH-2A834",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A835,
        name: "CJK UNIFIED IDEOGRAPH-2A835",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A836,
        name: "CJK UNIFIED IDEOGRAPH-2A836",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A837,
        name: "CJK UNIFIED IDEOGRAPH-2A837",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A838,
        name: "CJK UNIFIED IDEOGRAPH-2A838",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A839,
        name: "CJK UNIFIED IDEOGRAPH-2A839",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A83A,
        name: "CJK UNIFIED IDEOGRAPH-2A83A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A83B,
        name: "CJK UNIFIED IDEOGRAPH-2A83B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A83C,
        name: "CJK UNIFIED IDEOGRAPH-2A83C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A83D,
        name: "CJK UNIFIED IDEOGRAPH-2A83D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A83E,
        name: "CJK UNIFIED IDEOGRAPH-2A83E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A83F,
        name: "CJK UNIFIED IDEOGRAPH-2A83F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A840,
        name: "CJK UNIFIED IDEOGRAPH-2A840",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A841,
        name: "CJK UNIFIED IDEOGRAPH-2A841",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A842,
        name: "CJK UNIFIED IDEOGRAPH-2A842",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A843,
        name: "CJK UNIFIED IDEOGRAPH-2A843",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A844,
        name: "CJK UNIFIED IDEOGRAPH-2A844",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A845,
        name: "CJK UNIFIED IDEOGRAPH-2A845",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A846,
        name: "CJK UNIFIED IDEOGRAPH-2A846",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A847,
        name: "CJK UNIFIED IDEOGRAPH-2A847",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A848,
        name: "CJK UNIFIED IDEOGRAPH-2A848",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A849,
        name: "CJK UNIFIED IDEOGRAPH-2A849",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A84A,
        name: "CJK UNIFIED IDEOGRAPH-2A84A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A84B,
        name: "CJK UNIFIED IDEOGRAPH-2A84B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A84C,
        name: "CJK UNIFIED IDEOGRAPH-2A84C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A84D,
        name: "CJK UNIFIED IDEOGRAPH-2A84D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A84E,
        name: "CJK UNIFIED IDEOGRAPH-2A84E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A84F,
        name: "CJK UNIFIED IDEOGRAPH-2A84F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A850,
        name: "CJK UNIFIED IDEOGRAPH-2A850",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A851,
        name: "CJK UNIFIED IDEOGRAPH-2A851",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A852,
        name: "CJK UNIFIED IDEOGRAPH-2A852",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A853,
        name: "CJK UNIFIED IDEOGRAPH-2A853",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A854,
        name: "CJK UNIFIED IDEOGRAPH-2A854",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A855,
        name: "CJK UNIFIED IDEOGRAPH-2A855",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A856,
        name: "CJK UNIFIED IDEOGRAPH-2A856",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A857,
        name: "CJK UNIFIED IDEOGRAPH-2A857",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A858,
        name: "CJK UNIFIED IDEOGRAPH-2A858",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A859,
        name: "CJK UNIFIED IDEOGRAPH-2A859",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A85A,
        name: "CJK UNIFIED IDEOGRAPH-2A85A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A85B,
        name: "CJK UNIFIED IDEOGRAPH-2A85B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A85C,
        name: "CJK UNIFIED IDEOGRAPH-2A85C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A85D,
        name: "CJK UNIFIED IDEOGRAPH-2A85D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A85E,
        name: "CJK UNIFIED IDEOGRAPH-2A85E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A85F,
        name: "CJK UNIFIED IDEOGRAPH-2A85F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A860,
        name: "CJK UNIFIED IDEOGRAPH-2A860",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A861,
        name: "CJK UNIFIED IDEOGRAPH-2A861",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A862,
        name: "CJK UNIFIED IDEOGRAPH-2A862",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A863,
        name: "CJK UNIFIED IDEOGRAPH-2A863",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A864,
        name: "CJK UNIFIED IDEOGRAPH-2A864",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A865,
        name: "CJK UNIFIED IDEOGRAPH-2A865",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A866,
        name: "CJK UNIFIED IDEOGRAPH-2A866",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A867,
        name: "CJK UNIFIED IDEOGRAPH-2A867",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A868,
        name: "CJK UNIFIED IDEOGRAPH-2A868",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A869,
        name: "CJK UNIFIED IDEOGRAPH-2A869",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A86A,
        name: "CJK UNIFIED IDEOGRAPH-2A86A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A86B,
        name: "CJK UNIFIED IDEOGRAPH-2A86B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A86C,
        name: "CJK UNIFIED IDEOGRAPH-2A86C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A86D,
        name: "CJK UNIFIED IDEOGRAPH-2A86D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A86E,
        name: "CJK UNIFIED IDEOGRAPH-2A86E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A86F,
        name: "CJK UNIFIED IDEOGRAPH-2A86F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A870,
        name: "CJK UNIFIED IDEOGRAPH-2A870",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A871,
        name: "CJK UNIFIED IDEOGRAPH-2A871",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A872,
        name: "CJK UNIFIED IDEOGRAPH-2A872",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A873,
        name: "CJK UNIFIED IDEOGRAPH-2A873",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A874,
        name: "CJK UNIFIED IDEOGRAPH-2A874",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A875,
        name: "CJK UNIFIED IDEOGRAPH-2A875",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A876,
        name: "CJK UNIFIED IDEOGRAPH-2A876",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A877,
        name: "CJK UNIFIED IDEOGRAPH-2A877",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A878,
        name: "CJK UNIFIED IDEOGRAPH-2A878",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A879,
        name: "CJK UNIFIED IDEOGRAPH-2A879",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A87A,
        name: "CJK UNIFIED IDEOGRAPH-2A87A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A87B,
        name: "CJK UNIFIED IDEOGRAPH-2A87B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A87C,
        name: "CJK UNIFIED IDEOGRAPH-2A87C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A87D,
        name: "CJK UNIFIED IDEOGRAPH-2A87D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A87E,
        name: "CJK UNIFIED IDEOGRAPH-2A87E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A87F,
        name: "CJK UNIFIED IDEOGRAPH-2A87F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A880,
        name: "CJK UNIFIED IDEOGRAPH-2A880",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A881,
        name: "CJK UNIFIED IDEOGRAPH-2A881",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A882,
        name: "CJK UNIFIED IDEOGRAPH-2A882",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A883,
        name: "CJK UNIFIED IDEOGRAPH-2A883",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A884,
        name: "CJK UNIFIED IDEOGRAPH-2A884",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A885,
        name: "CJK UNIFIED IDEOGRAPH-2A885",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A886,
        name: "CJK UNIFIED IDEOGRAPH-2A886",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A887,
        name: "CJK UNIFIED IDEOGRAPH-2A887",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A888,
        name: "CJK UNIFIED IDEOGRAPH-2A888",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A889,
        name: "CJK UNIFIED IDEOGRAPH-2A889",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A88A,
        name: "CJK UNIFIED IDEOGRAPH-2A88A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A88B,
        name: "CJK UNIFIED IDEOGRAPH-2A88B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A88C,
        name: "CJK UNIFIED IDEOGRAPH-2A88C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A88D,
        name: "CJK UNIFIED IDEOGRAPH-2A88D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A88E,
        name: "CJK UNIFIED IDEOGRAPH-2A88E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A88F,
        name: "CJK UNIFIED IDEOGRAPH-2A88F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A890,
        name: "CJK UNIFIED IDEOGRAPH-2A890",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A891,
        name: "CJK UNIFIED IDEOGRAPH-2A891",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A892,
        name: "CJK UNIFIED IDEOGRAPH-2A892",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A893,
        name: "CJK UNIFIED IDEOGRAPH-2A893",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A894,
        name: "CJK UNIFIED IDEOGRAPH-2A894",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A895,
        name: "CJK UNIFIED IDEOGRAPH-2A895",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A896,
        name: "CJK UNIFIED IDEOGRAPH-2A896",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A897,
        name: "CJK UNIFIED IDEOGRAPH-2A897",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A898,
        name: "CJK UNIFIED IDEOGRAPH-2A898",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A899,
        name: "CJK UNIFIED IDEOGRAPH-2A899",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A89A,
        name: "CJK UNIFIED IDEOGRAPH-2A89A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A89B,
        name: "CJK UNIFIED IDEOGRAPH-2A89B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A89C,
        name: "CJK UNIFIED IDEOGRAPH-2A89C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A89D,
        name: "CJK UNIFIED IDEOGRAPH-2A89D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A89E,
        name: "CJK UNIFIED IDEOGRAPH-2A89E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A89F,
        name: "CJK UNIFIED IDEOGRAPH-2A89F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A0,
        name: "CJK UNIFIED IDEOGRAPH-2A8A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A1,
        name: "CJK UNIFIED IDEOGRAPH-2A8A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A2,
        name: "CJK UNIFIED IDEOGRAPH-2A8A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A3,
        name: "CJK UNIFIED IDEOGRAPH-2A8A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A4,
        name: "CJK UNIFIED IDEOGRAPH-2A8A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A5,
        name: "CJK UNIFIED IDEOGRAPH-2A8A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A6,
        name: "CJK UNIFIED IDEOGRAPH-2A8A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A7,
        name: "CJK UNIFIED IDEOGRAPH-2A8A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A8,
        name: "CJK UNIFIED IDEOGRAPH-2A8A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8A9,
        name: "CJK UNIFIED IDEOGRAPH-2A8A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8AA,
        name: "CJK UNIFIED IDEOGRAPH-2A8AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8AB,
        name: "CJK UNIFIED IDEOGRAPH-2A8AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8AC,
        name: "CJK UNIFIED IDEOGRAPH-2A8AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8AD,
        name: "CJK UNIFIED IDEOGRAPH-2A8AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8AE,
        name: "CJK UNIFIED IDEOGRAPH-2A8AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8AF,
        name: "CJK UNIFIED IDEOGRAPH-2A8AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B0,
        name: "CJK UNIFIED IDEOGRAPH-2A8B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B1,
        name: "CJK UNIFIED IDEOGRAPH-2A8B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B2,
        name: "CJK UNIFIED IDEOGRAPH-2A8B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B3,
        name: "CJK UNIFIED IDEOGRAPH-2A8B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B4,
        name: "CJK UNIFIED IDEOGRAPH-2A8B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B5,
        name: "CJK UNIFIED IDEOGRAPH-2A8B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B6,
        name: "CJK UNIFIED IDEOGRAPH-2A8B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B7,
        name: "CJK UNIFIED IDEOGRAPH-2A8B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B8,
        name: "CJK UNIFIED IDEOGRAPH-2A8B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8B9,
        name: "CJK UNIFIED IDEOGRAPH-2A8B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8BA,
        name: "CJK UNIFIED IDEOGRAPH-2A8BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8BB,
        name: "CJK UNIFIED IDEOGRAPH-2A8BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8BC,
        name: "CJK UNIFIED IDEOGRAPH-2A8BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8BD,
        name: "CJK UNIFIED IDEOGRAPH-2A8BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8BE,
        name: "CJK UNIFIED IDEOGRAPH-2A8BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8BF,
        name: "CJK UNIFIED IDEOGRAPH-2A8BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C0,
        name: "CJK UNIFIED IDEOGRAPH-2A8C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C1,
        name: "CJK UNIFIED IDEOGRAPH-2A8C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C2,
        name: "CJK UNIFIED IDEOGRAPH-2A8C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C3,
        name: "CJK UNIFIED IDEOGRAPH-2A8C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C4,
        name: "CJK UNIFIED IDEOGRAPH-2A8C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C5,
        name: "CJK UNIFIED IDEOGRAPH-2A8C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C6,
        name: "CJK UNIFIED IDEOGRAPH-2A8C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C7,
        name: "CJK UNIFIED IDEOGRAPH-2A8C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C8,
        name: "CJK UNIFIED IDEOGRAPH-2A8C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8C9,
        name: "CJK UNIFIED IDEOGRAPH-2A8C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8CA,
        name: "CJK UNIFIED IDEOGRAPH-2A8CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8CB,
        name: "CJK UNIFIED IDEOGRAPH-2A8CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8CC,
        name: "CJK UNIFIED IDEOGRAPH-2A8CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8CD,
        name: "CJK UNIFIED IDEOGRAPH-2A8CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8CE,
        name: "CJK UNIFIED IDEOGRAPH-2A8CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8CF,
        name: "CJK UNIFIED IDEOGRAPH-2A8CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D0,
        name: "CJK UNIFIED IDEOGRAPH-2A8D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D1,
        name: "CJK UNIFIED IDEOGRAPH-2A8D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D2,
        name: "CJK UNIFIED IDEOGRAPH-2A8D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D3,
        name: "CJK UNIFIED IDEOGRAPH-2A8D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D4,
        name: "CJK UNIFIED IDEOGRAPH-2A8D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D5,
        name: "CJK UNIFIED IDEOGRAPH-2A8D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D6,
        name: "CJK UNIFIED IDEOGRAPH-2A8D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D7,
        name: "CJK UNIFIED IDEOGRAPH-2A8D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D8,
        name: "CJK UNIFIED IDEOGRAPH-2A8D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8D9,
        name: "CJK UNIFIED IDEOGRAPH-2A8D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8DA,
        name: "CJK UNIFIED IDEOGRAPH-2A8DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8DB,
        name: "CJK UNIFIED IDEOGRAPH-2A8DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8DC,
        name: "CJK UNIFIED IDEOGRAPH-2A8DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8DD,
        name: "CJK UNIFIED IDEOGRAPH-2A8DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8DE,
        name: "CJK UNIFIED IDEOGRAPH-2A8DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8DF,
        name: "CJK UNIFIED IDEOGRAPH-2A8DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E0,
        name: "CJK UNIFIED IDEOGRAPH-2A8E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E1,
        name: "CJK UNIFIED IDEOGRAPH-2A8E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E2,
        name: "CJK UNIFIED IDEOGRAPH-2A8E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E3,
        name: "CJK UNIFIED IDEOGRAPH-2A8E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E4,
        name: "CJK UNIFIED IDEOGRAPH-2A8E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E5,
        name: "CJK UNIFIED IDEOGRAPH-2A8E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E6,
        name: "CJK UNIFIED IDEOGRAPH-2A8E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E7,
        name: "CJK UNIFIED IDEOGRAPH-2A8E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E8,
        name: "CJK UNIFIED IDEOGRAPH-2A8E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8E9,
        name: "CJK UNIFIED IDEOGRAPH-2A8E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8EA,
        name: "CJK UNIFIED IDEOGRAPH-2A8EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8EB,
        name: "CJK UNIFIED IDEOGRAPH-2A8EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8EC,
        name: "CJK UNIFIED IDEOGRAPH-2A8EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8ED,
        name: "CJK UNIFIED IDEOGRAPH-2A8ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8EE,
        name: "CJK UNIFIED IDEOGRAPH-2A8EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8EF,
        name: "CJK UNIFIED IDEOGRAPH-2A8EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F0,
        name: "CJK UNIFIED IDEOGRAPH-2A8F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F1,
        name: "CJK UNIFIED IDEOGRAPH-2A8F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F2,
        name: "CJK UNIFIED IDEOGRAPH-2A8F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F3,
        name: "CJK UNIFIED IDEOGRAPH-2A8F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F4,
        name: "CJK UNIFIED IDEOGRAPH-2A8F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F5,
        name: "CJK UNIFIED IDEOGRAPH-2A8F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F6,
        name: "CJK UNIFIED IDEOGRAPH-2A8F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F7,
        name: "CJK UNIFIED IDEOGRAPH-2A8F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F8,
        name: "CJK UNIFIED IDEOGRAPH-2A8F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8F9,
        name: "CJK UNIFIED IDEOGRAPH-2A8F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8FA,
        name: "CJK UNIFIED IDEOGRAPH-2A8FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8FB,
        name: "CJK UNIFIED IDEOGRAPH-2A8FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8FC,
        name: "CJK UNIFIED IDEOGRAPH-2A8FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8FD,
        name: "CJK UNIFIED IDEOGRAPH-2A8FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8FE,
        name: "CJK UNIFIED IDEOGRAPH-2A8FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A8FF,
        name: "CJK UNIFIED IDEOGRAPH-2A8FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A900,
        name: "CJK UNIFIED IDEOGRAPH-2A900",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A901,
        name: "CJK UNIFIED IDEOGRAPH-2A901",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A902,
        name: "CJK UNIFIED IDEOGRAPH-2A902",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A903,
        name: "CJK UNIFIED IDEOGRAPH-2A903",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A904,
        name: "CJK UNIFIED IDEOGRAPH-2A904",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A905,
        name: "CJK UNIFIED IDEOGRAPH-2A905",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A906,
        name: "CJK UNIFIED IDEOGRAPH-2A906",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A907,
        name: "CJK UNIFIED IDEOGRAPH-2A907",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A908,
        name: "CJK UNIFIED IDEOGRAPH-2A908",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A909,
        name: "CJK UNIFIED IDEOGRAPH-2A909",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A90A,
        name: "CJK UNIFIED IDEOGRAPH-2A90A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A90B,
        name: "CJK UNIFIED IDEOGRAPH-2A90B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A90C,
        name: "CJK UNIFIED IDEOGRAPH-2A90C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A90D,
        name: "CJK UNIFIED IDEOGRAPH-2A90D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A90E,
        name: "CJK UNIFIED IDEOGRAPH-2A90E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A90F,
        name: "CJK UNIFIED IDEOGRAPH-2A90F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A910,
        name: "CJK UNIFIED IDEOGRAPH-2A910",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A911,
        name: "CJK UNIFIED IDEOGRAPH-2A911",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A912,
        name: "CJK UNIFIED IDEOGRAPH-2A912",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A913,
        name: "CJK UNIFIED IDEOGRAPH-2A913",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A914,
        name: "CJK UNIFIED IDEOGRAPH-2A914",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A915,
        name: "CJK UNIFIED IDEOGRAPH-2A915",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A916,
        name: "CJK UNIFIED IDEOGRAPH-2A916",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A917,
        name: "CJK UNIFIED IDEOGRAPH-2A917",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A918,
        name: "CJK UNIFIED IDEOGRAPH-2A918",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A919,
        name: "CJK UNIFIED IDEOGRAPH-2A919",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A91A,
        name: "CJK UNIFIED IDEOGRAPH-2A91A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A91B,
        name: "CJK UNIFIED IDEOGRAPH-2A91B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A91C,
        name: "CJK UNIFIED IDEOGRAPH-2A91C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A91D,
        name: "CJK UNIFIED IDEOGRAPH-2A91D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A91E,
        name: "CJK UNIFIED IDEOGRAPH-2A91E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A91F,
        name: "CJK UNIFIED IDEOGRAPH-2A91F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A920,
        name: "CJK UNIFIED IDEOGRAPH-2A920",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A921,
        name: "CJK UNIFIED IDEOGRAPH-2A921",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A922,
        name: "CJK UNIFIED IDEOGRAPH-2A922",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A923,
        name: "CJK UNIFIED IDEOGRAPH-2A923",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A924,
        name: "CJK UNIFIED IDEOGRAPH-2A924",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A925,
        name: "CJK UNIFIED IDEOGRAPH-2A925",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A926,
        name: "CJK UNIFIED IDEOGRAPH-2A926",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A927,
        name: "CJK UNIFIED IDEOGRAPH-2A927",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A928,
        name: "CJK UNIFIED IDEOGRAPH-2A928",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A929,
        name: "CJK UNIFIED IDEOGRAPH-2A929",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A92A,
        name: "CJK UNIFIED IDEOGRAPH-2A92A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A92B,
        name: "CJK UNIFIED IDEOGRAPH-2A92B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A92C,
        name: "CJK UNIFIED IDEOGRAPH-2A92C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A92D,
        name: "CJK UNIFIED IDEOGRAPH-2A92D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A92E,
        name: "CJK UNIFIED IDEOGRAPH-2A92E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A92F,
        name: "CJK UNIFIED IDEOGRAPH-2A92F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A930,
        name: "CJK UNIFIED IDEOGRAPH-2A930",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A931,
        name: "CJK UNIFIED IDEOGRAPH-2A931",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A932,
        name: "CJK UNIFIED IDEOGRAPH-2A932",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A933,
        name: "CJK UNIFIED IDEOGRAPH-2A933",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A934,
        name: "CJK UNIFIED IDEOGRAPH-2A934",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A935,
        name: "CJK UNIFIED IDEOGRAPH-2A935",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A936,
        name: "CJK UNIFIED IDEOGRAPH-2A936",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A937,
        name: "CJK UNIFIED IDEOGRAPH-2A937",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A938,
        name: "CJK UNIFIED IDEOGRAPH-2A938",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A939,
        name: "CJK UNIFIED IDEOGRAPH-2A939",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A93A,
        name: "CJK UNIFIED IDEOGRAPH-2A93A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A93B,
        name: "CJK UNIFIED IDEOGRAPH-2A93B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A93C,
        name: "CJK UNIFIED IDEOGRAPH-2A93C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A93D,
        name: "CJK UNIFIED IDEOGRAPH-2A93D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A93E,
        name: "CJK UNIFIED IDEOGRAPH-2A93E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A93F,
        name: "CJK UNIFIED IDEOGRAPH-2A93F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A940,
        name: "CJK UNIFIED IDEOGRAPH-2A940",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A941,
        name: "CJK UNIFIED IDEOGRAPH-2A941",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A942,
        name: "CJK UNIFIED IDEOGRAPH-2A942",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A943,
        name: "CJK UNIFIED IDEOGRAPH-2A943",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A944,
        name: "CJK UNIFIED IDEOGRAPH-2A944",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A945,
        name: "CJK UNIFIED IDEOGRAPH-2A945",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A946,
        name: "CJK UNIFIED IDEOGRAPH-2A946",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A947,
        name: "CJK UNIFIED IDEOGRAPH-2A947",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A948,
        name: "CJK UNIFIED IDEOGRAPH-2A948",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A949,
        name: "CJK UNIFIED IDEOGRAPH-2A949",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A94A,
        name: "CJK UNIFIED IDEOGRAPH-2A94A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A94B,
        name: "CJK UNIFIED IDEOGRAPH-2A94B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A94C,
        name: "CJK UNIFIED IDEOGRAPH-2A94C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A94D,
        name: "CJK UNIFIED IDEOGRAPH-2A94D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A94E,
        name: "CJK UNIFIED IDEOGRAPH-2A94E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A94F,
        name: "CJK UNIFIED IDEOGRAPH-2A94F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A950,
        name: "CJK UNIFIED IDEOGRAPH-2A950",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A951,
        name: "CJK UNIFIED IDEOGRAPH-2A951",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A952,
        name: "CJK UNIFIED IDEOGRAPH-2A952",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A953,
        name: "CJK UNIFIED IDEOGRAPH-2A953",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A954,
        name: "CJK UNIFIED IDEOGRAPH-2A954",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A955,
        name: "CJK UNIFIED IDEOGRAPH-2A955",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A956,
        name: "CJK UNIFIED IDEOGRAPH-2A956",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A957,
        name: "CJK UNIFIED IDEOGRAPH-2A957",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A958,
        name: "CJK UNIFIED IDEOGRAPH-2A958",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A959,
        name: "CJK UNIFIED IDEOGRAPH-2A959",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A95A,
        name: "CJK UNIFIED IDEOGRAPH-2A95A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A95B,
        name: "CJK UNIFIED IDEOGRAPH-2A95B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A95C,
        name: "CJK UNIFIED IDEOGRAPH-2A95C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A95D,
        name: "CJK UNIFIED IDEOGRAPH-2A95D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A95E,
        name: "CJK UNIFIED IDEOGRAPH-2A95E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A95F,
        name: "CJK UNIFIED IDEOGRAPH-2A95F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A960,
        name: "CJK UNIFIED IDEOGRAPH-2A960",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A961,
        name: "CJK UNIFIED IDEOGRAPH-2A961",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A962,
        name: "CJK UNIFIED IDEOGRAPH-2A962",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A963,
        name: "CJK UNIFIED IDEOGRAPH-2A963",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A964,
        name: "CJK UNIFIED IDEOGRAPH-2A964",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A965,
        name: "CJK UNIFIED IDEOGRAPH-2A965",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A966,
        name: "CJK UNIFIED IDEOGRAPH-2A966",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A967,
        name: "CJK UNIFIED IDEOGRAPH-2A967",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A968,
        name: "CJK UNIFIED IDEOGRAPH-2A968",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A969,
        name: "CJK UNIFIED IDEOGRAPH-2A969",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A96A,
        name: "CJK UNIFIED IDEOGRAPH-2A96A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A96B,
        name: "CJK UNIFIED IDEOGRAPH-2A96B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A96C,
        name: "CJK UNIFIED IDEOGRAPH-2A96C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A96D,
        name: "CJK UNIFIED IDEOGRAPH-2A96D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A96E,
        name: "CJK UNIFIED IDEOGRAPH-2A96E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A96F,
        name: "CJK UNIFIED IDEOGRAPH-2A96F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A970,
        name: "CJK UNIFIED IDEOGRAPH-2A970",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A971,
        name: "CJK UNIFIED IDEOGRAPH-2A971",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A972,
        name: "CJK UNIFIED IDEOGRAPH-2A972",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A973,
        name: "CJK UNIFIED IDEOGRAPH-2A973",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A974,
        name: "CJK UNIFIED IDEOGRAPH-2A974",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A975,
        name: "CJK UNIFIED IDEOGRAPH-2A975",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A976,
        name: "CJK UNIFIED IDEOGRAPH-2A976",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A977,
        name: "CJK UNIFIED IDEOGRAPH-2A977",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A978,
        name: "CJK UNIFIED IDEOGRAPH-2A978",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A979,
        name: "CJK UNIFIED IDEOGRAPH-2A979",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A97A,
        name: "CJK UNIFIED IDEOGRAPH-2A97A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A97B,
        name: "CJK UNIFIED IDEOGRAPH-2A97B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A97C,
        name: "CJK UNIFIED IDEOGRAPH-2A97C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A97D,
        name: "CJK UNIFIED IDEOGRAPH-2A97D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A97E,
        name: "CJK UNIFIED IDEOGRAPH-2A97E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A97F,
        name: "CJK UNIFIED IDEOGRAPH-2A97F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A980,
        name: "CJK UNIFIED IDEOGRAPH-2A980",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A981,
        name: "CJK UNIFIED IDEOGRAPH-2A981",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A982,
        name: "CJK UNIFIED IDEOGRAPH-2A982",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A983,
        name: "CJK UNIFIED IDEOGRAPH-2A983",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A984,
        name: "CJK UNIFIED IDEOGRAPH-2A984",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A985,
        name: "CJK UNIFIED IDEOGRAPH-2A985",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A986,
        name: "CJK UNIFIED IDEOGRAPH-2A986",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A987,
        name: "CJK UNIFIED IDEOGRAPH-2A987",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A988,
        name: "CJK UNIFIED IDEOGRAPH-2A988",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A989,
        name: "CJK UNIFIED IDEOGRAPH-2A989",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A98A,
        name: "CJK UNIFIED IDEOGRAPH-2A98A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A98B,
        name: "CJK UNIFIED IDEOGRAPH-2A98B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A98C,
        name: "CJK UNIFIED IDEOGRAPH-2A98C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A98D,
        name: "CJK UNIFIED IDEOGRAPH-2A98D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A98E,
        name: "CJK UNIFIED IDEOGRAPH-2A98E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A98F,
        name: "CJK UNIFIED IDEOGRAPH-2A98F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A990,
        name: "CJK UNIFIED IDEOGRAPH-2A990",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A991,
        name: "CJK UNIFIED IDEOGRAPH-2A991",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A992,
        name: "CJK UNIFIED IDEOGRAPH-2A992",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A993,
        name: "CJK UNIFIED IDEOGRAPH-2A993",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A994,
        name: "CJK UNIFIED IDEOGRAPH-2A994",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A995,
        name: "CJK UNIFIED IDEOGRAPH-2A995",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A996,
        name: "CJK UNIFIED IDEOGRAPH-2A996",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A997,
        name: "CJK UNIFIED IDEOGRAPH-2A997",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A998,
        name: "CJK UNIFIED IDEOGRAPH-2A998",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A999,
        name: "CJK UNIFIED IDEOGRAPH-2A999",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A99A,
        name: "CJK UNIFIED IDEOGRAPH-2A99A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A99B,
        name: "CJK UNIFIED IDEOGRAPH-2A99B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A99C,
        name: "CJK UNIFIED IDEOGRAPH-2A99C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A99D,
        name: "CJK UNIFIED IDEOGRAPH-2A99D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A99E,
        name: "CJK UNIFIED IDEOGRAPH-2A99E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A99F,
        name: "CJK UNIFIED IDEOGRAPH-2A99F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A0,
        name: "CJK UNIFIED IDEOGRAPH-2A9A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A1,
        name: "CJK UNIFIED IDEOGRAPH-2A9A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A2,
        name: "CJK UNIFIED IDEOGRAPH-2A9A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A3,
        name: "CJK UNIFIED IDEOGRAPH-2A9A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A4,
        name: "CJK UNIFIED IDEOGRAPH-2A9A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A5,
        name: "CJK UNIFIED IDEOGRAPH-2A9A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A6,
        name: "CJK UNIFIED IDEOGRAPH-2A9A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A7,
        name: "CJK UNIFIED IDEOGRAPH-2A9A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A8,
        name: "CJK UNIFIED IDEOGRAPH-2A9A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9A9,
        name: "CJK UNIFIED IDEOGRAPH-2A9A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9AA,
        name: "CJK UNIFIED IDEOGRAPH-2A9AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9AB,
        name: "CJK UNIFIED IDEOGRAPH-2A9AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9AC,
        name: "CJK UNIFIED IDEOGRAPH-2A9AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9AD,
        name: "CJK UNIFIED IDEOGRAPH-2A9AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9AE,
        name: "CJK UNIFIED IDEOGRAPH-2A9AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9AF,
        name: "CJK UNIFIED IDEOGRAPH-2A9AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B0,
        name: "CJK UNIFIED IDEOGRAPH-2A9B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B1,
        name: "CJK UNIFIED IDEOGRAPH-2A9B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B2,
        name: "CJK UNIFIED IDEOGRAPH-2A9B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B3,
        name: "CJK UNIFIED IDEOGRAPH-2A9B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B4,
        name: "CJK UNIFIED IDEOGRAPH-2A9B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B5,
        name: "CJK UNIFIED IDEOGRAPH-2A9B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B6,
        name: "CJK UNIFIED IDEOGRAPH-2A9B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B7,
        name: "CJK UNIFIED IDEOGRAPH-2A9B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B8,
        name: "CJK UNIFIED IDEOGRAPH-2A9B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9B9,
        name: "CJK UNIFIED IDEOGRAPH-2A9B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9BA,
        name: "CJK UNIFIED IDEOGRAPH-2A9BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9BB,
        name: "CJK UNIFIED IDEOGRAPH-2A9BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9BC,
        name: "CJK UNIFIED IDEOGRAPH-2A9BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9BD,
        name: "CJK UNIFIED IDEOGRAPH-2A9BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9BE,
        name: "CJK UNIFIED IDEOGRAPH-2A9BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9BF,
        name: "CJK UNIFIED IDEOGRAPH-2A9BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C0,
        name: "CJK UNIFIED IDEOGRAPH-2A9C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C1,
        name: "CJK UNIFIED IDEOGRAPH-2A9C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C2,
        name: "CJK UNIFIED IDEOGRAPH-2A9C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C3,
        name: "CJK UNIFIED IDEOGRAPH-2A9C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C4,
        name: "CJK UNIFIED IDEOGRAPH-2A9C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C5,
        name: "CJK UNIFIED IDEOGRAPH-2A9C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C6,
        name: "CJK UNIFIED IDEOGRAPH-2A9C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C7,
        name: "CJK UNIFIED IDEOGRAPH-2A9C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C8,
        name: "CJK UNIFIED IDEOGRAPH-2A9C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9C9,
        name: "CJK UNIFIED IDEOGRAPH-2A9C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9CA,
        name: "CJK UNIFIED IDEOGRAPH-2A9CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9CB,
        name: "CJK UNIFIED IDEOGRAPH-2A9CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9CC,
        name: "CJK UNIFIED IDEOGRAPH-2A9CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9CD,
        name: "CJK UNIFIED IDEOGRAPH-2A9CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9CE,
        name: "CJK UNIFIED IDEOGRAPH-2A9CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9CF,
        name: "CJK UNIFIED IDEOGRAPH-2A9CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D0,
        name: "CJK UNIFIED IDEOGRAPH-2A9D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D1,
        name: "CJK UNIFIED IDEOGRAPH-2A9D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D2,
        name: "CJK UNIFIED IDEOGRAPH-2A9D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D3,
        name: "CJK UNIFIED IDEOGRAPH-2A9D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D4,
        name: "CJK UNIFIED IDEOGRAPH-2A9D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D5,
        name: "CJK UNIFIED IDEOGRAPH-2A9D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D6,
        name: "CJK UNIFIED IDEOGRAPH-2A9D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D7,
        name: "CJK UNIFIED IDEOGRAPH-2A9D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D8,
        name: "CJK UNIFIED IDEOGRAPH-2A9D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9D9,
        name: "CJK UNIFIED IDEOGRAPH-2A9D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9DA,
        name: "CJK UNIFIED IDEOGRAPH-2A9DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9DB,
        name: "CJK UNIFIED IDEOGRAPH-2A9DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9DC,
        name: "CJK UNIFIED IDEOGRAPH-2A9DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9DD,
        name: "CJK UNIFIED IDEOGRAPH-2A9DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9DE,
        name: "CJK UNIFIED IDEOGRAPH-2A9DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9DF,
        name: "CJK UNIFIED IDEOGRAPH-2A9DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E0,
        name: "CJK UNIFIED IDEOGRAPH-2A9E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E1,
        name: "CJK UNIFIED IDEOGRAPH-2A9E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E2,
        name: "CJK UNIFIED IDEOGRAPH-2A9E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E3,
        name: "CJK UNIFIED IDEOGRAPH-2A9E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E4,
        name: "CJK UNIFIED IDEOGRAPH-2A9E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E5,
        name: "CJK UNIFIED IDEOGRAPH-2A9E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E6,
        name: "CJK UNIFIED IDEOGRAPH-2A9E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E7,
        name: "CJK UNIFIED IDEOGRAPH-2A9E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E8,
        name: "CJK UNIFIED IDEOGRAPH-2A9E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9E9,
        name: "CJK UNIFIED IDEOGRAPH-2A9E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9EA,
        name: "CJK UNIFIED IDEOGRAPH-2A9EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9EB,
        name: "CJK UNIFIED IDEOGRAPH-2A9EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9EC,
        name: "CJK UNIFIED IDEOGRAPH-2A9EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9ED,
        name: "CJK UNIFIED IDEOGRAPH-2A9ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9EE,
        name: "CJK UNIFIED IDEOGRAPH-2A9EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9EF,
        name: "CJK UNIFIED IDEOGRAPH-2A9EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F0,
        name: "CJK UNIFIED IDEOGRAPH-2A9F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F1,
        name: "CJK UNIFIED IDEOGRAPH-2A9F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F2,
        name: "CJK UNIFIED IDEOGRAPH-2A9F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F3,
        name: "CJK UNIFIED IDEOGRAPH-2A9F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F4,
        name: "CJK UNIFIED IDEOGRAPH-2A9F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F5,
        name: "CJK UNIFIED IDEOGRAPH-2A9F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F6,
        name: "CJK UNIFIED IDEOGRAPH-2A9F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F7,
        name: "CJK UNIFIED IDEOGRAPH-2A9F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F8,
        name: "CJK UNIFIED IDEOGRAPH-2A9F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9F9,
        name: "CJK UNIFIED IDEOGRAPH-2A9F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9FA,
        name: "CJK UNIFIED IDEOGRAPH-2A9FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9FB,
        name: "CJK UNIFIED IDEOGRAPH-2A9FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9FC,
        name: "CJK UNIFIED IDEOGRAPH-2A9FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9FD,
        name: "CJK UNIFIED IDEOGRAPH-2A9FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9FE,
        name: "CJK UNIFIED IDEOGRAPH-2A9FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2A9FF,
        name: "CJK UNIFIED IDEOGRAPH-2A9FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA00,
        name: "CJK UNIFIED IDEOGRAPH-2AA00",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA01,
        name: "CJK UNIFIED IDEOGRAPH-2AA01",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA02,
        name: "CJK UNIFIED IDEOGRAPH-2AA02",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA03,
        name: "CJK UNIFIED IDEOGRAPH-2AA03",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA04,
        name: "CJK UNIFIED IDEOGRAPH-2AA04",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA05,
        name: "CJK UNIFIED IDEOGRAPH-2AA05",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA06,
        name: "CJK UNIFIED IDEOGRAPH-2AA06",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA07,
        name: "CJK UNIFIED IDEOGRAPH-2AA07",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA08,
        name: "CJK UNIFIED IDEOGRAPH-2AA08",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA09,
        name: "CJK UNIFIED IDEOGRAPH-2AA09",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA0A,
        name: "CJK UNIFIED IDEOGRAPH-2AA0A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA0B,
        name: "CJK UNIFIED IDEOGRAPH-2AA0B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA0C,
        name: "CJK UNIFIED IDEOGRAPH-2AA0C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA0D,
        name: "CJK UNIFIED IDEOGRAPH-2AA0D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA0E,
        name: "CJK UNIFIED IDEOGRAPH-2AA0E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA0F,
        name: "CJK UNIFIED IDEOGRAPH-2AA0F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA10,
        name: "CJK UNIFIED IDEOGRAPH-2AA10",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA11,
        name: "CJK UNIFIED IDEOGRAPH-2AA11",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA12,
        name: "CJK UNIFIED IDEOGRAPH-2AA12",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA13,
        name: "CJK UNIFIED IDEOGRAPH-2AA13",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA14,
        name: "CJK UNIFIED IDEOGRAPH-2AA14",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA15,
        name: "CJK UNIFIED IDEOGRAPH-2AA15",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA16,
        name: "CJK UNIFIED IDEOGRAPH-2AA16",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA17,
        name: "CJK UNIFIED IDEOGRAPH-2AA17",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA18,
        name: "CJK UNIFIED IDEOGRAPH-2AA18",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA19,
        name: "CJK UNIFIED IDEOGRAPH-2AA19",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA1A,
        name: "CJK UNIFIED IDEOGRAPH-2AA1A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA1B,
        name: "CJK UNIFIED IDEOGRAPH-2AA1B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA1C,
        name: "CJK UNIFIED IDEOGRAPH-2AA1C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA1D,
        name: "CJK UNIFIED IDEOGRAPH-2AA1D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA1E,
        name: "CJK UNIFIED IDEOGRAPH-2AA1E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA1F,
        name: "CJK UNIFIED IDEOGRAPH-2AA1F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA20,
        name: "CJK UNIFIED IDEOGRAPH-2AA20",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA21,
        name: "CJK UNIFIED IDEOGRAPH-2AA21",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA22,
        name: "CJK UNIFIED IDEOGRAPH-2AA22",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA23,
        name: "CJK UNIFIED IDEOGRAPH-2AA23",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA24,
        name: "CJK UNIFIED IDEOGRAPH-2AA24",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA25,
        name: "CJK UNIFIED IDEOGRAPH-2AA25",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA26,
        name: "CJK UNIFIED IDEOGRAPH-2AA26",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA27,
        name: "CJK UNIFIED IDEOGRAPH-2AA27",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA28,
        name: "CJK UNIFIED IDEOGRAPH-2AA28",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA29,
        name: "CJK UNIFIED IDEOGRAPH-2AA29",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA2A,
        name: "CJK UNIFIED IDEOGRAPH-2AA2A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA2B,
        name: "CJK UNIFIED IDEOGRAPH-2AA2B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA2C,
        name: "CJK UNIFIED IDEOGRAPH-2AA2C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA2D,
        name: "CJK UNIFIED IDEOGRAPH-2AA2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA2E,
        name: "CJK UNIFIED IDEOGRAPH-2AA2E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA2F,
        name: "CJK UNIFIED IDEOGRAPH-2AA2F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA30,
        name: "CJK UNIFIED IDEOGRAPH-2AA30",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA31,
        name: "CJK UNIFIED IDEOGRAPH-2AA31",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA32,
        name: "CJK UNIFIED IDEOGRAPH-2AA32",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA33,
        name: "CJK UNIFIED IDEOGRAPH-2AA33",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA34,
        name: "CJK UNIFIED IDEOGRAPH-2AA34",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA35,
        name: "CJK UNIFIED IDEOGRAPH-2AA35",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA36,
        name: "CJK UNIFIED IDEOGRAPH-2AA36",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA37,
        name: "CJK UNIFIED IDEOGRAPH-2AA37",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA38,
        name: "CJK UNIFIED IDEOGRAPH-2AA38",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA39,
        name: "CJK UNIFIED IDEOGRAPH-2AA39",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA3A,
        name: "CJK UNIFIED IDEOGRAPH-2AA3A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA3B,
        name: "CJK UNIFIED IDEOGRAPH-2AA3B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA3C,
        name: "CJK UNIFIED IDEOGRAPH-2AA3C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA3D,
        name: "CJK UNIFIED IDEOGRAPH-2AA3D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA3E,
        name: "CJK UNIFIED IDEOGRAPH-2AA3E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA3F,
        name: "CJK UNIFIED IDEOGRAPH-2AA3F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA40,
        name: "CJK UNIFIED IDEOGRAPH-2AA40",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA41,
        name: "CJK UNIFIED IDEOGRAPH-2AA41",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA42,
        name: "CJK UNIFIED IDEOGRAPH-2AA42",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA43,
        name: "CJK UNIFIED IDEOGRAPH-2AA43",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA44,
        name: "CJK UNIFIED IDEOGRAPH-2AA44",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA45,
        name: "CJK UNIFIED IDEOGRAPH-2AA45",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA46,
        name: "CJK UNIFIED IDEOGRAPH-2AA46",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA47,
        name: "CJK UNIFIED IDEOGRAPH-2AA47",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA48,
        name: "CJK UNIFIED IDEOGRAPH-2AA48",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA49,
        name: "CJK UNIFIED IDEOGRAPH-2AA49",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA4A,
        name: "CJK UNIFIED IDEOGRAPH-2AA4A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA4B,
        name: "CJK UNIFIED IDEOGRAPH-2AA4B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA4C,
        name: "CJK UNIFIED IDEOGRAPH-2AA4C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA4D,
        name: "CJK UNIFIED IDEOGRAPH-2AA4D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA4E,
        name: "CJK UNIFIED IDEOGRAPH-2AA4E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA4F,
        name: "CJK UNIFIED IDEOGRAPH-2AA4F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA50,
        name: "CJK UNIFIED IDEOGRAPH-2AA50",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA51,
        name: "CJK UNIFIED IDEOGRAPH-2AA51",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA52,
        name: "CJK UNIFIED IDEOGRAPH-2AA52",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA53,
        name: "CJK UNIFIED IDEOGRAPH-2AA53",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA54,
        name: "CJK UNIFIED IDEOGRAPH-2AA54",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA55,
        name: "CJK UNIFIED IDEOGRAPH-2AA55",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA56,
        name: "CJK UNIFIED IDEOGRAPH-2AA56",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA57,
        name: "CJK UNIFIED IDEOGRAPH-2AA57",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA58,
        name: "CJK UNIFIED IDEOGRAPH-2AA58",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA59,
        name: "CJK UNIFIED IDEOGRAPH-2AA59",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA5A,
        name: "CJK UNIFIED IDEOGRAPH-2AA5A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA5B,
        name: "CJK UNIFIED IDEOGRAPH-2AA5B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA5C,
        name: "CJK UNIFIED IDEOGRAPH-2AA5C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA5D,
        name: "CJK UNIFIED IDEOGRAPH-2AA5D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA5E,
        name: "CJK UNIFIED IDEOGRAPH-2AA5E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA5F,
        name: "CJK UNIFIED IDEOGRAPH-2AA5F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA60,
        name: "CJK UNIFIED IDEOGRAPH-2AA60",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA61,
        name: "CJK UNIFIED IDEOGRAPH-2AA61",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA62,
        name: "CJK UNIFIED IDEOGRAPH-2AA62",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA63,
        name: "CJK UNIFIED IDEOGRAPH-2AA63",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA64,
        name: "CJK UNIFIED IDEOGRAPH-2AA64",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA65,
        name: "CJK UNIFIED IDEOGRAPH-2AA65",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA66,
        name: "CJK UNIFIED IDEOGRAPH-2AA66",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA67,
        name: "CJK UNIFIED IDEOGRAPH-2AA67",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA68,
        name: "CJK UNIFIED IDEOGRAPH-2AA68",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA69,
        name: "CJK UNIFIED IDEOGRAPH-2AA69",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA6A,
        name: "CJK UNIFIED IDEOGRAPH-2AA6A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA6B,
        name: "CJK UNIFIED IDEOGRAPH-2AA6B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA6C,
        name: "CJK UNIFIED IDEOGRAPH-2AA6C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA6D,
        name: "CJK UNIFIED IDEOGRAPH-2AA6D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA6E,
        name: "CJK UNIFIED IDEOGRAPH-2AA6E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA6F,
        name: "CJK UNIFIED IDEOGRAPH-2AA6F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA70,
        name: "CJK UNIFIED IDEOGRAPH-2AA70",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA71,
        name: "CJK UNIFIED IDEOGRAPH-2AA71",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA72,
        name: "CJK UNIFIED IDEOGRAPH-2AA72",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA73,
        name: "CJK UNIFIED IDEOGRAPH-2AA73",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA74,
        name: "CJK UNIFIED IDEOGRAPH-2AA74",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA75,
        name: "CJK UNIFIED IDEOGRAPH-2AA75",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA76,
        name: "CJK UNIFIED IDEOGRAPH-2AA76",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA77,
        name: "CJK UNIFIED IDEOGRAPH-2AA77",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA78,
        name: "CJK UNIFIED IDEOGRAPH-2AA78",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA79,
        name: "CJK UNIFIED IDEOGRAPH-2AA79",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA7A,
        name: "CJK UNIFIED IDEOGRAPH-2AA7A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA7B,
        name: "CJK UNIFIED IDEOGRAPH-2AA7B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA7C,
        name: "CJK UNIFIED IDEOGRAPH-2AA7C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA7D,
        name: "CJK UNIFIED IDEOGRAPH-2AA7D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA7E,
        name: "CJK UNIFIED IDEOGRAPH-2AA7E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA7F,
        name: "CJK UNIFIED IDEOGRAPH-2AA7F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA80,
        name: "CJK UNIFIED IDEOGRAPH-2AA80",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA81,
        name: "CJK UNIFIED IDEOGRAPH-2AA81",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA82,
        name: "CJK UNIFIED IDEOGRAPH-2AA82",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA83,
        name: "CJK UNIFIED IDEOGRAPH-2AA83",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA84,
        name: "CJK UNIFIED IDEOGRAPH-2AA84",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA85,
        name: "CJK UNIFIED IDEOGRAPH-2AA85",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA86,
        name: "CJK UNIFIED IDEOGRAPH-2AA86",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA87,
        name: "CJK UNIFIED IDEOGRAPH-2AA87",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA88,
        name: "CJK UNIFIED IDEOGRAPH-2AA88",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA89,
        name: "CJK UNIFIED IDEOGRAPH-2AA89",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA8A,
        name: "CJK UNIFIED IDEOGRAPH-2AA8A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA8B,
        name: "CJK UNIFIED IDEOGRAPH-2AA8B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA8C,
        name: "CJK UNIFIED IDEOGRAPH-2AA8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA8D,
        name: "CJK UNIFIED IDEOGRAPH-2AA8D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA8E,
        name: "CJK UNIFIED IDEOGRAPH-2AA8E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA8F,
        name: "CJK UNIFIED IDEOGRAPH-2AA8F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA90,
        name: "CJK UNIFIED IDEOGRAPH-2AA90",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA91,
        name: "CJK UNIFIED IDEOGRAPH-2AA91",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA92,
        name: "CJK UNIFIED IDEOGRAPH-2AA92",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA93,
        name: "CJK UNIFIED IDEOGRAPH-2AA93",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA94,
        name: "CJK UNIFIED IDEOGRAPH-2AA94",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA95,
        name: "CJK UNIFIED IDEOGRAPH-2AA95",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA96,
        name: "CJK UNIFIED IDEOGRAPH-2AA96",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA97,
        name: "CJK UNIFIED IDEOGRAPH-2AA97",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA98,
        name: "CJK UNIFIED IDEOGRAPH-2AA98",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA99,
        name: "CJK UNIFIED IDEOGRAPH-2AA99",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA9A,
        name: "CJK UNIFIED IDEOGRAPH-2AA9A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA9B,
        name: "CJK UNIFIED IDEOGRAPH-2AA9B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA9C,
        name: "CJK UNIFIED IDEOGRAPH-2AA9C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA9D,
        name: "CJK UNIFIED IDEOGRAPH-2AA9D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA9E,
        name: "CJK UNIFIED IDEOGRAPH-2AA9E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AA9F,
        name: "CJK UNIFIED IDEOGRAPH-2AA9F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA0,
        name: "CJK UNIFIED IDEOGRAPH-2AAA0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA1,
        name: "CJK UNIFIED IDEOGRAPH-2AAA1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA2,
        name: "CJK UNIFIED IDEOGRAPH-2AAA2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA3,
        name: "CJK UNIFIED IDEOGRAPH-2AAA3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA4,
        name: "CJK UNIFIED IDEOGRAPH-2AAA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA5,
        name: "CJK UNIFIED IDEOGRAPH-2AAA5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA6,
        name: "CJK UNIFIED IDEOGRAPH-2AAA6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA7,
        name: "CJK UNIFIED IDEOGRAPH-2AAA7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA8,
        name: "CJK UNIFIED IDEOGRAPH-2AAA8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAA9,
        name: "CJK UNIFIED IDEOGRAPH-2AAA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAAA,
        name: "CJK UNIFIED IDEOGRAPH-2AAAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAAB,
        name: "CJK UNIFIED IDEOGRAPH-2AAAB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAAC,
        name: "CJK UNIFIED IDEOGRAPH-2AAAC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAAD,
        name: "CJK UNIFIED IDEOGRAPH-2AAAD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAAE,
        name: "CJK UNIFIED IDEOGRAPH-2AAAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAAF,
        name: "CJK UNIFIED IDEOGRAPH-2AAAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB0,
        name: "CJK UNIFIED IDEOGRAPH-2AAB0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB1,
        name: "CJK UNIFIED IDEOGRAPH-2AAB1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB2,
        name: "CJK UNIFIED IDEOGRAPH-2AAB2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB3,
        name: "CJK UNIFIED IDEOGRAPH-2AAB3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB4,
        name: "CJK UNIFIED IDEOGRAPH-2AAB4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB5,
        name: "CJK UNIFIED IDEOGRAPH-2AAB5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB6,
        name: "CJK UNIFIED IDEOGRAPH-2AAB6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB7,
        name: "CJK UNIFIED IDEOGRAPH-2AAB7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB8,
        name: "CJK UNIFIED IDEOGRAPH-2AAB8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAB9,
        name: "CJK UNIFIED IDEOGRAPH-2AAB9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AABA,
        name: "CJK UNIFIED IDEOGRAPH-2AABA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AABB,
        name: "CJK UNIFIED IDEOGRAPH-2AABB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AABC,
        name: "CJK UNIFIED IDEOGRAPH-2AABC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AABD,
        name: "CJK UNIFIED IDEOGRAPH-2AABD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AABE,
        name: "CJK UNIFIED IDEOGRAPH-2AABE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AABF,
        name: "CJK UNIFIED IDEOGRAPH-2AABF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC0,
        name: "CJK UNIFIED IDEOGRAPH-2AAC0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC1,
        name: "CJK UNIFIED IDEOGRAPH-2AAC1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC2,
        name: "CJK UNIFIED IDEOGRAPH-2AAC2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC3,
        name: "CJK UNIFIED IDEOGRAPH-2AAC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC4,
        name: "CJK UNIFIED IDEOGRAPH-2AAC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC5,
        name: "CJK UNIFIED IDEOGRAPH-2AAC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC6,
        name: "CJK UNIFIED IDEOGRAPH-2AAC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC7,
        name: "CJK UNIFIED IDEOGRAPH-2AAC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC8,
        name: "CJK UNIFIED IDEOGRAPH-2AAC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAC9,
        name: "CJK UNIFIED IDEOGRAPH-2AAC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AACA,
        name: "CJK UNIFIED IDEOGRAPH-2AACA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AACB,
        name: "CJK UNIFIED IDEOGRAPH-2AACB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AACC,
        name: "CJK UNIFIED IDEOGRAPH-2AACC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AACD,
        name: "CJK UNIFIED IDEOGRAPH-2AACD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AACE,
        name: "CJK UNIFIED IDEOGRAPH-2AACE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AACF,
        name: "CJK UNIFIED IDEOGRAPH-2AACF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD0,
        name: "CJK UNIFIED IDEOGRAPH-2AAD0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD1,
        name: "CJK UNIFIED IDEOGRAPH-2AAD1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD2,
        name: "CJK UNIFIED IDEOGRAPH-2AAD2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD3,
        name: "CJK UNIFIED IDEOGRAPH-2AAD3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD4,
        name: "CJK UNIFIED IDEOGRAPH-2AAD4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD5,
        name: "CJK UNIFIED IDEOGRAPH-2AAD5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD6,
        name: "CJK UNIFIED IDEOGRAPH-2AAD6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD7,
        name: "CJK UNIFIED IDEOGRAPH-2AAD7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD8,
        name: "CJK UNIFIED IDEOGRAPH-2AAD8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAD9,
        name: "CJK UNIFIED IDEOGRAPH-2AAD9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AADA,
        name: "CJK UNIFIED IDEOGRAPH-2AADA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AADB,
        name: "CJK UNIFIED IDEOGRAPH-2AADB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AADC,
        name: "CJK UNIFIED IDEOGRAPH-2AADC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AADD,
        name: "CJK UNIFIED IDEOGRAPH-2AADD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AADE,
        name: "CJK UNIFIED IDEOGRAPH-2AADE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AADF,
        name: "CJK UNIFIED IDEOGRAPH-2AADF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE0,
        name: "CJK UNIFIED IDEOGRAPH-2AAE0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE1,
        name: "CJK UNIFIED IDEOGRAPH-2AAE1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE2,
        name: "CJK UNIFIED IDEOGRAPH-2AAE2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE3,
        name: "CJK UNIFIED IDEOGRAPH-2AAE3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE4,
        name: "CJK UNIFIED IDEOGRAPH-2AAE4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE5,
        name: "CJK UNIFIED IDEOGRAPH-2AAE5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE6,
        name: "CJK UNIFIED IDEOGRAPH-2AAE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE7,
        name: "CJK UNIFIED IDEOGRAPH-2AAE7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE8,
        name: "CJK UNIFIED IDEOGRAPH-2AAE8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAE9,
        name: "CJK UNIFIED IDEOGRAPH-2AAE9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAEA,
        name: "CJK UNIFIED IDEOGRAPH-2AAEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAEB,
        name: "CJK UNIFIED IDEOGRAPH-2AAEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAEC,
        name: "CJK UNIFIED IDEOGRAPH-2AAEC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAED,
        name: "CJK UNIFIED IDEOGRAPH-2AAED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAEE,
        name: "CJK UNIFIED IDEOGRAPH-2AAEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAEF,
        name: "CJK UNIFIED IDEOGRAPH-2AAEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF0,
        name: "CJK UNIFIED IDEOGRAPH-2AAF0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF1,
        name: "CJK UNIFIED IDEOGRAPH-2AAF1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF2,
        name: "CJK UNIFIED IDEOGRAPH-2AAF2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF3,
        name: "CJK UNIFIED IDEOGRAPH-2AAF3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF4,
        name: "CJK UNIFIED IDEOGRAPH-2AAF4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF5,
        name: "CJK UNIFIED IDEOGRAPH-2AAF5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF6,
        name: "CJK UNIFIED IDEOGRAPH-2AAF6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF7,
        name: "CJK UNIFIED IDEOGRAPH-2AAF7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF8,
        name: "CJK UNIFIED IDEOGRAPH-2AAF8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAF9,
        name: "CJK UNIFIED IDEOGRAPH-2AAF9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAFA,
        name: "CJK UNIFIED IDEOGRAPH-2AAFA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAFB,
        name: "CJK UNIFIED IDEOGRAPH-2AAFB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAFC,
        name: "CJK UNIFIED IDEOGRAPH-2AAFC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAFD,
        name: "CJK UNIFIED IDEOGRAPH-2AAFD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAFE,
        name: "CJK UNIFIED IDEOGRAPH-2AAFE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AAFF,
        name: "CJK UNIFIED IDEOGRAPH-2AAFF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB00,
        name: "CJK UNIFIED IDEOGRAPH-2AB00",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB01,
        name: "CJK UNIFIED IDEOGRAPH-2AB01",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB02,
        name: "CJK UNIFIED IDEOGRAPH-2AB02",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB03,
        name: "CJK UNIFIED IDEOGRAPH-2AB03",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB04,
        name: "CJK UNIFIED IDEOGRAPH-2AB04",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB05,
        name: "CJK UNIFIED IDEOGRAPH-2AB05",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB06,
        name: "CJK UNIFIED IDEOGRAPH-2AB06",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB07,
        name: "CJK UNIFIED IDEOGRAPH-2AB07",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB08,
        name: "CJK UNIFIED IDEOGRAPH-2AB08",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB09,
        name: "CJK UNIFIED IDEOGRAPH-2AB09",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB0A,
        name: "CJK UNIFIED IDEOGRAPH-2AB0A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB0B,
        name: "CJK UNIFIED IDEOGRAPH-2AB0B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB0C,
        name: "CJK UNIFIED IDEOGRAPH-2AB0C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB0D,
        name: "CJK UNIFIED IDEOGRAPH-2AB0D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB0E,
        name: "CJK UNIFIED IDEOGRAPH-2AB0E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB0F,
        name: "CJK UNIFIED IDEOGRAPH-2AB0F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB10,
        name: "CJK UNIFIED IDEOGRAPH-2AB10",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB11,
        name: "CJK UNIFIED IDEOGRAPH-2AB11",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB12,
        name: "CJK UNIFIED IDEOGRAPH-2AB12",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB13,
        name: "CJK UNIFIED IDEOGRAPH-2AB13",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB14,
        name: "CJK UNIFIED IDEOGRAPH-2AB14",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB15,
        name: "CJK UNIFIED IDEOGRAPH-2AB15",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB16,
        name: "CJK UNIFIED IDEOGRAPH-2AB16",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB17,
        name: "CJK UNIFIED IDEOGRAPH-2AB17",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB18,
        name: "CJK UNIFIED IDEOGRAPH-2AB18",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB19,
        name: "CJK UNIFIED IDEOGRAPH-2AB19",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB1A,
        name: "CJK UNIFIED IDEOGRAPH-2AB1A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB1B,
        name: "CJK UNIFIED IDEOGRAPH-2AB1B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB1C,
        name: "CJK UNIFIED IDEOGRAPH-2AB1C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB1D,
        name: "CJK UNIFIED IDEOGRAPH-2AB1D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB1E,
        name: "CJK UNIFIED IDEOGRAPH-2AB1E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB1F,
        name: "CJK UNIFIED IDEOGRAPH-2AB1F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB20,
        name: "CJK UNIFIED IDEOGRAPH-2AB20",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB21,
        name: "CJK UNIFIED IDEOGRAPH-2AB21",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB22,
        name: "CJK UNIFIED IDEOGRAPH-2AB22",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB23,
        name: "CJK UNIFIED IDEOGRAPH-2AB23",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB24,
        name: "CJK UNIFIED IDEOGRAPH-2AB24",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB25,
        name: "CJK UNIFIED IDEOGRAPH-2AB25",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB26,
        name: "CJK UNIFIED IDEOGRAPH-2AB26",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB27,
        name: "CJK UNIFIED IDEOGRAPH-2AB27",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB28,
        name: "CJK UNIFIED IDEOGRAPH-2AB28",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB29,
        name: "CJK UNIFIED IDEOGRAPH-2AB29",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB2A,
        name: "CJK UNIFIED IDEOGRAPH-2AB2A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB2B,
        name: "CJK UNIFIED IDEOGRAPH-2AB2B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB2C,
        name: "CJK UNIFIED IDEOGRAPH-2AB2C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB2D,
        name: "CJK UNIFIED IDEOGRAPH-2AB2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB2E,
        name: "CJK UNIFIED IDEOGRAPH-2AB2E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB2F,
        name: "CJK UNIFIED IDEOGRAPH-2AB2F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB30,
        name: "CJK UNIFIED IDEOGRAPH-2AB30",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB31,
        name: "CJK UNIFIED IDEOGRAPH-2AB31",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB32,
        name: "CJK UNIFIED IDEOGRAPH-2AB32",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB33,
        name: "CJK UNIFIED IDEOGRAPH-2AB33",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB34,
        name: "CJK UNIFIED IDEOGRAPH-2AB34",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB35,
        name: "CJK UNIFIED IDEOGRAPH-2AB35",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB36,
        name: "CJK UNIFIED IDEOGRAPH-2AB36",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB37,
        name: "CJK UNIFIED IDEOGRAPH-2AB37",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB38,
        name: "CJK UNIFIED IDEOGRAPH-2AB38",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB39,
        name: "CJK UNIFIED IDEOGRAPH-2AB39",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB3A,
        name: "CJK UNIFIED IDEOGRAPH-2AB3A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB3B,
        name: "CJK UNIFIED IDEOGRAPH-2AB3B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB3C,
        name: "CJK UNIFIED IDEOGRAPH-2AB3C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB3D,
        name: "CJK UNIFIED IDEOGRAPH-2AB3D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB3E,
        name: "CJK UNIFIED IDEOGRAPH-2AB3E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB3F,
        name: "CJK UNIFIED IDEOGRAPH-2AB3F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB40,
        name: "CJK UNIFIED IDEOGRAPH-2AB40",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB41,
        name: "CJK UNIFIED IDEOGRAPH-2AB41",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB42,
        name: "CJK UNIFIED IDEOGRAPH-2AB42",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB43,
        name: "CJK UNIFIED IDEOGRAPH-2AB43",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB44,
        name: "CJK UNIFIED IDEOGRAPH-2AB44",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB45,
        name: "CJK UNIFIED IDEOGRAPH-2AB45",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB46,
        name: "CJK UNIFIED IDEOGRAPH-2AB46",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB47,
        name: "CJK UNIFIED IDEOGRAPH-2AB47",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB48,
        name: "CJK UNIFIED IDEOGRAPH-2AB48",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB49,
        name: "CJK UNIFIED IDEOGRAPH-2AB49",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB4A,
        name: "CJK UNIFIED IDEOGRAPH-2AB4A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB4B,
        name: "CJK UNIFIED IDEOGRAPH-2AB4B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB4C,
        name: "CJK UNIFIED IDEOGRAPH-2AB4C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB4D,
        name: "CJK UNIFIED IDEOGRAPH-2AB4D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB4E,
        name: "CJK UNIFIED IDEOGRAPH-2AB4E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB4F,
        name: "CJK UNIFIED IDEOGRAPH-2AB4F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB50,
        name: "CJK UNIFIED IDEOGRAPH-2AB50",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB51,
        name: "CJK UNIFIED IDEOGRAPH-2AB51",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB52,
        name: "CJK UNIFIED IDEOGRAPH-2AB52",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB53,
        name: "CJK UNIFIED IDEOGRAPH-2AB53",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB54,
        name: "CJK UNIFIED IDEOGRAPH-2AB54",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB55,
        name: "CJK UNIFIED IDEOGRAPH-2AB55",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB56,
        name: "CJK UNIFIED IDEOGRAPH-2AB56",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB57,
        name: "CJK UNIFIED IDEOGRAPH-2AB57",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB58,
        name: "CJK UNIFIED IDEOGRAPH-2AB58",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB59,
        name: "CJK UNIFIED IDEOGRAPH-2AB59",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB5A,
        name: "CJK UNIFIED IDEOGRAPH-2AB5A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB5B,
        name: "CJK UNIFIED IDEOGRAPH-2AB5B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB5C,
        name: "CJK UNIFIED IDEOGRAPH-2AB5C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB5D,
        name: "CJK UNIFIED IDEOGRAPH-2AB5D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB5E,
        name: "CJK UNIFIED IDEOGRAPH-2AB5E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB5F,
        name: "CJK UNIFIED IDEOGRAPH-2AB5F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB60,
        name: "CJK UNIFIED IDEOGRAPH-2AB60",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB61,
        name: "CJK UNIFIED IDEOGRAPH-2AB61",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB62,
        name: "CJK UNIFIED IDEOGRAPH-2AB62",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB63,
        name: "CJK UNIFIED IDEOGRAPH-2AB63",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB64,
        name: "CJK UNIFIED IDEOGRAPH-2AB64",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB65,
        name: "CJK UNIFIED IDEOGRAPH-2AB65",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB66,
        name: "CJK UNIFIED IDEOGRAPH-2AB66",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB67,
        name: "CJK UNIFIED IDEOGRAPH-2AB67",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB68,
        name: "CJK UNIFIED IDEOGRAPH-2AB68",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB69,
        name: "CJK UNIFIED IDEOGRAPH-2AB69",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB6A,
        name: "CJK UNIFIED IDEOGRAPH-2AB6A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB6B,
        name: "CJK UNIFIED IDEOGRAPH-2AB6B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB6C,
        name: "CJK UNIFIED IDEOGRAPH-2AB6C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB6D,
        name: "CJK UNIFIED IDEOGRAPH-2AB6D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB6E,
        name: "CJK UNIFIED IDEOGRAPH-2AB6E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB6F,
        name: "CJK UNIFIED IDEOGRAPH-2AB6F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB70,
        name: "CJK UNIFIED IDEOGRAPH-2AB70",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB71,
        name: "CJK UNIFIED IDEOGRAPH-2AB71",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB72,
        name: "CJK UNIFIED IDEOGRAPH-2AB72",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB73,
        name: "CJK UNIFIED IDEOGRAPH-2AB73",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB74,
        name: "CJK UNIFIED IDEOGRAPH-2AB74",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB75,
        name: "CJK UNIFIED IDEOGRAPH-2AB75",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB76,
        name: "CJK UNIFIED IDEOGRAPH-2AB76",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB77,
        name: "CJK UNIFIED IDEOGRAPH-2AB77",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB78,
        name: "CJK UNIFIED IDEOGRAPH-2AB78",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB79,
        name: "CJK UNIFIED IDEOGRAPH-2AB79",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB7A,
        name: "CJK UNIFIED IDEOGRAPH-2AB7A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB7B,
        name: "CJK UNIFIED IDEOGRAPH-2AB7B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB7C,
        name: "CJK UNIFIED IDEOGRAPH-2AB7C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB7D,
        name: "CJK UNIFIED IDEOGRAPH-2AB7D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB7E,
        name: "CJK UNIFIED IDEOGRAPH-2AB7E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB7F,
        name: "CJK UNIFIED IDEOGRAPH-2AB7F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB80,
        name: "CJK UNIFIED IDEOGRAPH-2AB80",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB81,
        name: "CJK UNIFIED IDEOGRAPH-2AB81",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB82,
        name: "CJK UNIFIED IDEOGRAPH-2AB82",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB83,
        name: "CJK UNIFIED IDEOGRAPH-2AB83",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB84,
        name: "CJK UNIFIED IDEOGRAPH-2AB84",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB85,
        name: "CJK UNIFIED IDEOGRAPH-2AB85",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB86,
        name: "CJK UNIFIED IDEOGRAPH-2AB86",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB87,
        name: "CJK UNIFIED IDEOGRAPH-2AB87",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB88,
        name: "CJK UNIFIED IDEOGRAPH-2AB88",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB89,
        name: "CJK UNIFIED IDEOGRAPH-2AB89",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB8A,
        name: "CJK UNIFIED IDEOGRAPH-2AB8A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB8B,
        name: "CJK UNIFIED IDEOGRAPH-2AB8B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB8C,
        name: "CJK UNIFIED IDEOGRAPH-2AB8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB8D,
        name: "CJK UNIFIED IDEOGRAPH-2AB8D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB8E,
        name: "CJK UNIFIED IDEOGRAPH-2AB8E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB8F,
        name: "CJK UNIFIED IDEOGRAPH-2AB8F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB90,
        name: "CJK UNIFIED IDEOGRAPH-2AB90",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB91,
        name: "CJK UNIFIED IDEOGRAPH-2AB91",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB92,
        name: "CJK UNIFIED IDEOGRAPH-2AB92",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB93,
        name: "CJK UNIFIED IDEOGRAPH-2AB93",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB94,
        name: "CJK UNIFIED IDEOGRAPH-2AB94",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB95,
        name: "CJK UNIFIED IDEOGRAPH-2AB95",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB96,
        name: "CJK UNIFIED IDEOGRAPH-2AB96",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB97,
        name: "CJK UNIFIED IDEOGRAPH-2AB97",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB98,
        name: "CJK UNIFIED IDEOGRAPH-2AB98",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB99,
        name: "CJK UNIFIED IDEOGRAPH-2AB99",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB9A,
        name: "CJK UNIFIED IDEOGRAPH-2AB9A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB9B,
        name: "CJK UNIFIED IDEOGRAPH-2AB9B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB9C,
        name: "CJK UNIFIED IDEOGRAPH-2AB9C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB9D,
        name: "CJK UNIFIED IDEOGRAPH-2AB9D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB9E,
        name: "CJK UNIFIED IDEOGRAPH-2AB9E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AB9F,
        name: "CJK UNIFIED IDEOGRAPH-2AB9F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA0,
        name: "CJK UNIFIED IDEOGRAPH-2ABA0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA1,
        name: "CJK UNIFIED IDEOGRAPH-2ABA1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA2,
        name: "CJK UNIFIED IDEOGRAPH-2ABA2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA3,
        name: "CJK UNIFIED IDEOGRAPH-2ABA3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA4,
        name: "CJK UNIFIED IDEOGRAPH-2ABA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA5,
        name: "CJK UNIFIED IDEOGRAPH-2ABA5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA6,
        name: "CJK UNIFIED IDEOGRAPH-2ABA6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA7,
        name: "CJK UNIFIED IDEOGRAPH-2ABA7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA8,
        name: "CJK UNIFIED IDEOGRAPH-2ABA8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABA9,
        name: "CJK UNIFIED IDEOGRAPH-2ABA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABAA,
        name: "CJK UNIFIED IDEOGRAPH-2ABAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABAB,
        name: "CJK UNIFIED IDEOGRAPH-2ABAB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABAC,
        name: "CJK UNIFIED IDEOGRAPH-2ABAC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABAD,
        name: "CJK UNIFIED IDEOGRAPH-2ABAD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABAE,
        name: "CJK UNIFIED IDEOGRAPH-2ABAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABAF,
        name: "CJK UNIFIED IDEOGRAPH-2ABAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB0,
        name: "CJK UNIFIED IDEOGRAPH-2ABB0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB1,
        name: "CJK UNIFIED IDEOGRAPH-2ABB1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB2,
        name: "CJK UNIFIED IDEOGRAPH-2ABB2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB3,
        name: "CJK UNIFIED IDEOGRAPH-2ABB3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB4,
        name: "CJK UNIFIED IDEOGRAPH-2ABB4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB5,
        name: "CJK UNIFIED IDEOGRAPH-2ABB5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB6,
        name: "CJK UNIFIED IDEOGRAPH-2ABB6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB7,
        name: "CJK UNIFIED IDEOGRAPH-2ABB7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB8,
        name: "CJK UNIFIED IDEOGRAPH-2ABB8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABB9,
        name: "CJK UNIFIED IDEOGRAPH-2ABB9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABBA,
        name: "CJK UNIFIED IDEOGRAPH-2ABBA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABBB,
        name: "CJK UNIFIED IDEOGRAPH-2ABBB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABBC,
        name: "CJK UNIFIED IDEOGRAPH-2ABBC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABBD,
        name: "CJK UNIFIED IDEOGRAPH-2ABBD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABBE,
        name: "CJK UNIFIED IDEOGRAPH-2ABBE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABBF,
        name: "CJK UNIFIED IDEOGRAPH-2ABBF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC0,
        name: "CJK UNIFIED IDEOGRAPH-2ABC0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC1,
        name: "CJK UNIFIED IDEOGRAPH-2ABC1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC2,
        name: "CJK UNIFIED IDEOGRAPH-2ABC2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC3,
        name: "CJK UNIFIED IDEOGRAPH-2ABC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC4,
        name: "CJK UNIFIED IDEOGRAPH-2ABC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC5,
        name: "CJK UNIFIED IDEOGRAPH-2ABC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC6,
        name: "CJK UNIFIED IDEOGRAPH-2ABC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC7,
        name: "CJK UNIFIED IDEOGRAPH-2ABC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC8,
        name: "CJK UNIFIED IDEOGRAPH-2ABC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABC9,
        name: "CJK UNIFIED IDEOGRAPH-2ABC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABCA,
        name: "CJK UNIFIED IDEOGRAPH-2ABCA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABCB,
        name: "CJK UNIFIED IDEOGRAPH-2ABCB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABCC,
        name: "CJK UNIFIED IDEOGRAPH-2ABCC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABCD,
        name: "CJK UNIFIED IDEOGRAPH-2ABCD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABCE,
        name: "CJK UNIFIED IDEOGRAPH-2ABCE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABCF,
        name: "CJK UNIFIED IDEOGRAPH-2ABCF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD0,
        name: "CJK UNIFIED IDEOGRAPH-2ABD0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD1,
        name: "CJK UNIFIED IDEOGRAPH-2ABD1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD2,
        name: "CJK UNIFIED IDEOGRAPH-2ABD2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD3,
        name: "CJK UNIFIED IDEOGRAPH-2ABD3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD4,
        name: "CJK UNIFIED IDEOGRAPH-2ABD4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD5,
        name: "CJK UNIFIED IDEOGRAPH-2ABD5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD6,
        name: "CJK UNIFIED IDEOGRAPH-2ABD6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD7,
        name: "CJK UNIFIED IDEOGRAPH-2ABD7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD8,
        name: "CJK UNIFIED IDEOGRAPH-2ABD8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABD9,
        name: "CJK UNIFIED IDEOGRAPH-2ABD9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABDA,
        name: "CJK UNIFIED IDEOGRAPH-2ABDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABDB,
        name: "CJK UNIFIED IDEOGRAPH-2ABDB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABDC,
        name: "CJK UNIFIED IDEOGRAPH-2ABDC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABDD,
        name: "CJK UNIFIED IDEOGRAPH-2ABDD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABDE,
        name: "CJK UNIFIED IDEOGRAPH-2ABDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABDF,
        name: "CJK UNIFIED IDEOGRAPH-2ABDF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE0,
        name: "CJK UNIFIED IDEOGRAPH-2ABE0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE1,
        name: "CJK UNIFIED IDEOGRAPH-2ABE1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE2,
        name: "CJK UNIFIED IDEOGRAPH-2ABE2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE3,
        name: "CJK UNIFIED IDEOGRAPH-2ABE3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE4,
        name: "CJK UNIFIED IDEOGRAPH-2ABE4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE5,
        name: "CJK UNIFIED IDEOGRAPH-2ABE5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE6,
        name: "CJK UNIFIED IDEOGRAPH-2ABE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE7,
        name: "CJK UNIFIED IDEOGRAPH-2ABE7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE8,
        name: "CJK UNIFIED IDEOGRAPH-2ABE8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABE9,
        name: "CJK UNIFIED IDEOGRAPH-2ABE9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABEA,
        name: "CJK UNIFIED IDEOGRAPH-2ABEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABEB,
        name: "CJK UNIFIED IDEOGRAPH-2ABEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABEC,
        name: "CJK UNIFIED IDEOGRAPH-2ABEC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABED,
        name: "CJK UNIFIED IDEOGRAPH-2ABED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABEE,
        name: "CJK UNIFIED IDEOGRAPH-2ABEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABEF,
        name: "CJK UNIFIED IDEOGRAPH-2ABEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF0,
        name: "CJK UNIFIED IDEOGRAPH-2ABF0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF1,
        name: "CJK UNIFIED IDEOGRAPH-2ABF1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF2,
        name: "CJK UNIFIED IDEOGRAPH-2ABF2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF3,
        name: "CJK UNIFIED IDEOGRAPH-2ABF3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF4,
        name: "CJK UNIFIED IDEOGRAPH-2ABF4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF5,
        name: "CJK UNIFIED IDEOGRAPH-2ABF5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF6,
        name: "CJK UNIFIED IDEOGRAPH-2ABF6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF7,
        name: "CJK UNIFIED IDEOGRAPH-2ABF7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF8,
        name: "CJK UNIFIED IDEOGRAPH-2ABF8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABF9,
        name: "CJK UNIFIED IDEOGRAPH-2ABF9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABFA,
        name: "CJK UNIFIED IDEOGRAPH-2ABFA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABFB,
        name: "CJK UNIFIED IDEOGRAPH-2ABFB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABFC,
        name: "CJK UNIFIED IDEOGRAPH-2ABFC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABFD,
        name: "CJK UNIFIED IDEOGRAPH-2ABFD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABFE,
        name: "CJK UNIFIED IDEOGRAPH-2ABFE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ABFF,
        name: "CJK UNIFIED IDEOGRAPH-2ABFF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC00,
        name: "CJK UNIFIED IDEOGRAPH-2AC00",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC01,
        name: "CJK UNIFIED IDEOGRAPH-2AC01",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC02,
        name: "CJK UNIFIED IDEOGRAPH-2AC02",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC03,
        name: "CJK UNIFIED IDEOGRAPH-2AC03",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC04,
        name: "CJK UNIFIED IDEOGRAPH-2AC04",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC05,
        name: "CJK UNIFIED IDEOGRAPH-2AC05",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC06,
        name: "CJK UNIFIED IDEOGRAPH-2AC06",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC07,
        name: "CJK UNIFIED IDEOGRAPH-2AC07",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC08,
        name: "CJK UNIFIED IDEOGRAPH-2AC08",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC09,
        name: "CJK UNIFIED IDEOGRAPH-2AC09",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC0A,
        name: "CJK UNIFIED IDEOGRAPH-2AC0A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC0B,
        name: "CJK UNIFIED IDEOGRAPH-2AC0B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC0C,
        name: "CJK UNIFIED IDEOGRAPH-2AC0C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC0D,
        name: "CJK UNIFIED IDEOGRAPH-2AC0D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC0E,
        name: "CJK UNIFIED IDEOGRAPH-2AC0E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC0F,
        name: "CJK UNIFIED IDEOGRAPH-2AC0F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC10,
        name: "CJK UNIFIED IDEOGRAPH-2AC10",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC11,
        name: "CJK UNIFIED IDEOGRAPH-2AC11",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC12,
        name: "CJK UNIFIED IDEOGRAPH-2AC12",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC13,
        name: "CJK UNIFIED IDEOGRAPH-2AC13",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC14,
        name: "CJK UNIFIED IDEOGRAPH-2AC14",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC15,
        name: "CJK UNIFIED IDEOGRAPH-2AC15",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC16,
        name: "CJK UNIFIED IDEOGRAPH-2AC16",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC17,
        name: "CJK UNIFIED IDEOGRAPH-2AC17",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC18,
        name: "CJK UNIFIED IDEOGRAPH-2AC18",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC19,
        name: "CJK UNIFIED IDEOGRAPH-2AC19",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC1A,
        name: "CJK UNIFIED IDEOGRAPH-2AC1A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC1B,
        name: "CJK UNIFIED IDEOGRAPH-2AC1B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC1C,
        name: "CJK UNIFIED IDEOGRAPH-2AC1C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC1D,
        name: "CJK UNIFIED IDEOGRAPH-2AC1D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC1E,
        name: "CJK UNIFIED IDEOGRAPH-2AC1E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC1F,
        name: "CJK UNIFIED IDEOGRAPH-2AC1F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC20,
        name: "CJK UNIFIED IDEOGRAPH-2AC20",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC21,
        name: "CJK UNIFIED IDEOGRAPH-2AC21",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC22,
        name: "CJK UNIFIED IDEOGRAPH-2AC22",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC23,
        name: "CJK UNIFIED IDEOGRAPH-2AC23",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC24,
        name: "CJK UNIFIED IDEOGRAPH-2AC24",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC25,
        name: "CJK UNIFIED IDEOGRAPH-2AC25",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC26,
        name: "CJK UNIFIED IDEOGRAPH-2AC26",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC27,
        name: "CJK UNIFIED IDEOGRAPH-2AC27",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC28,
        name: "CJK UNIFIED IDEOGRAPH-2AC28",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC29,
        name: "CJK UNIFIED IDEOGRAPH-2AC29",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC2A,
        name: "CJK UNIFIED IDEOGRAPH-2AC2A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC2B,
        name: "CJK UNIFIED IDEOGRAPH-2AC2B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC2C,
        name: "CJK UNIFIED IDEOGRAPH-2AC2C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC2D,
        name: "CJK UNIFIED IDEOGRAPH-2AC2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC2E,
        name: "CJK UNIFIED IDEOGRAPH-2AC2E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC2F,
        name: "CJK UNIFIED IDEOGRAPH-2AC2F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC30,
        name: "CJK UNIFIED IDEOGRAPH-2AC30",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC31,
        name: "CJK UNIFIED IDEOGRAPH-2AC31",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC32,
        name: "CJK UNIFIED IDEOGRAPH-2AC32",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC33,
        name: "CJK UNIFIED IDEOGRAPH-2AC33",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC34,
        name: "CJK UNIFIED IDEOGRAPH-2AC34",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC35,
        name: "CJK UNIFIED IDEOGRAPH-2AC35",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC36,
        name: "CJK UNIFIED IDEOGRAPH-2AC36",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC37,
        name: "CJK UNIFIED IDEOGRAPH-2AC37",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC38,
        name: "CJK UNIFIED IDEOGRAPH-2AC38",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC39,
        name: "CJK UNIFIED IDEOGRAPH-2AC39",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC3A,
        name: "CJK UNIFIED IDEOGRAPH-2AC3A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC3B,
        name: "CJK UNIFIED IDEOGRAPH-2AC3B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC3C,
        name: "CJK UNIFIED IDEOGRAPH-2AC3C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC3D,
        name: "CJK UNIFIED IDEOGRAPH-2AC3D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC3E,
        name: "CJK UNIFIED IDEOGRAPH-2AC3E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC3F,
        name: "CJK UNIFIED IDEOGRAPH-2AC3F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC40,
        name: "CJK UNIFIED IDEOGRAPH-2AC40",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC41,
        name: "CJK UNIFIED IDEOGRAPH-2AC41",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC42,
        name: "CJK UNIFIED IDEOGRAPH-2AC42",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC43,
        name: "CJK UNIFIED IDEOGRAPH-2AC43",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC44,
        name: "CJK UNIFIED IDEOGRAPH-2AC44",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC45,
        name: "CJK UNIFIED IDEOGRAPH-2AC45",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC46,
        name: "CJK UNIFIED IDEOGRAPH-2AC46",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC47,
        name: "CJK UNIFIED IDEOGRAPH-2AC47",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC48,
        name: "CJK UNIFIED IDEOGRAPH-2AC48",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC49,
        name: "CJK UNIFIED IDEOGRAPH-2AC49",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC4A,
        name: "CJK UNIFIED IDEOGRAPH-2AC4A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC4B,
        name: "CJK UNIFIED IDEOGRAPH-2AC4B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC4C,
        name: "CJK UNIFIED IDEOGRAPH-2AC4C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC4D,
        name: "CJK UNIFIED IDEOGRAPH-2AC4D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC4E,
        name: "CJK UNIFIED IDEOGRAPH-2AC4E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC4F,
        name: "CJK UNIFIED IDEOGRAPH-2AC4F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC50,
        name: "CJK UNIFIED IDEOGRAPH-2AC50",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC51,
        name: "CJK UNIFIED IDEOGRAPH-2AC51",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC52,
        name: "CJK UNIFIED IDEOGRAPH-2AC52",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC53,
        name: "CJK UNIFIED IDEOGRAPH-2AC53",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC54,
        name: "CJK UNIFIED IDEOGRAPH-2AC54",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC55,
        name: "CJK UNIFIED IDEOGRAPH-2AC55",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC56,
        name: "CJK UNIFIED IDEOGRAPH-2AC56",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC57,
        name: "CJK UNIFIED IDEOGRAPH-2AC57",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC58,
        name: "CJK UNIFIED IDEOGRAPH-2AC58",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC59,
        name: "CJK UNIFIED IDEOGRAPH-2AC59",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC5A,
        name: "CJK UNIFIED IDEOGRAPH-2AC5A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC5B,
        name: "CJK UNIFIED IDEOGRAPH-2AC5B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC5C,
        name: "CJK UNIFIED IDEOGRAPH-2AC5C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC5D,
        name: "CJK UNIFIED IDEOGRAPH-2AC5D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC5E,
        name: "CJK UNIFIED IDEOGRAPH-2AC5E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC5F,
        name: "CJK UNIFIED IDEOGRAPH-2AC5F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC60,
        name: "CJK UNIFIED IDEOGRAPH-2AC60",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC61,
        name: "CJK UNIFIED IDEOGRAPH-2AC61",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC62,
        name: "CJK UNIFIED IDEOGRAPH-2AC62",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC63,
        name: "CJK UNIFIED IDEOGRAPH-2AC63",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC64,
        name: "CJK UNIFIED IDEOGRAPH-2AC64",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC65,
        name: "CJK UNIFIED IDEOGRAPH-2AC65",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC66,
        name: "CJK UNIFIED IDEOGRAPH-2AC66",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC67,
        name: "CJK UNIFIED IDEOGRAPH-2AC67",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC68,
        name: "CJK UNIFIED IDEOGRAPH-2AC68",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC69,
        name: "CJK UNIFIED IDEOGRAPH-2AC69",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC6A,
        name: "CJK UNIFIED IDEOGRAPH-2AC6A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC6B,
        name: "CJK UNIFIED IDEOGRAPH-2AC6B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC6C,
        name: "CJK UNIFIED IDEOGRAPH-2AC6C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC6D,
        name: "CJK UNIFIED IDEOGRAPH-2AC6D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC6E,
        name: "CJK UNIFIED IDEOGRAPH-2AC6E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC6F,
        name: "CJK UNIFIED IDEOGRAPH-2AC6F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC70,
        name: "CJK UNIFIED IDEOGRAPH-2AC70",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC71,
        name: "CJK UNIFIED IDEOGRAPH-2AC71",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC72,
        name: "CJK UNIFIED IDEOGRAPH-2AC72",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC73,
        name: "CJK UNIFIED IDEOGRAPH-2AC73",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC74,
        name: "CJK UNIFIED IDEOGRAPH-2AC74",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC75,
        name: "CJK UNIFIED IDEOGRAPH-2AC75",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC76,
        name: "CJK UNIFIED IDEOGRAPH-2AC76",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC77,
        name: "CJK UNIFIED IDEOGRAPH-2AC77",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC78,
        name: "CJK UNIFIED IDEOGRAPH-2AC78",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC79,
        name: "CJK UNIFIED IDEOGRAPH-2AC79",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC7A,
        name: "CJK UNIFIED IDEOGRAPH-2AC7A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC7B,
        name: "CJK UNIFIED IDEOGRAPH-2AC7B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC7C,
        name: "CJK UNIFIED IDEOGRAPH-2AC7C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC7D,
        name: "CJK UNIFIED IDEOGRAPH-2AC7D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC7E,
        name: "CJK UNIFIED IDEOGRAPH-2AC7E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC7F,
        name: "CJK UNIFIED IDEOGRAPH-2AC7F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC80,
        name: "CJK UNIFIED IDEOGRAPH-2AC80",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC81,
        name: "CJK UNIFIED IDEOGRAPH-2AC81",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC82,
        name: "CJK UNIFIED IDEOGRAPH-2AC82",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC83,
        name: "CJK UNIFIED IDEOGRAPH-2AC83",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC84,
        name: "CJK UNIFIED IDEOGRAPH-2AC84",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC85,
        name: "CJK UNIFIED IDEOGRAPH-2AC85",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC86,
        name: "CJK UNIFIED IDEOGRAPH-2AC86",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC87,
        name: "CJK UNIFIED IDEOGRAPH-2AC87",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC88,
        name: "CJK UNIFIED IDEOGRAPH-2AC88",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC89,
        name: "CJK UNIFIED IDEOGRAPH-2AC89",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC8A,
        name: "CJK UNIFIED IDEOGRAPH-2AC8A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC8B,
        name: "CJK UNIFIED IDEOGRAPH-2AC8B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC8C,
        name: "CJK UNIFIED IDEOGRAPH-2AC8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC8D,
        name: "CJK UNIFIED IDEOGRAPH-2AC8D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC8E,
        name: "CJK UNIFIED IDEOGRAPH-2AC8E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC8F,
        name: "CJK UNIFIED IDEOGRAPH-2AC8F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC90,
        name: "CJK UNIFIED IDEOGRAPH-2AC90",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC91,
        name: "CJK UNIFIED IDEOGRAPH-2AC91",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC92,
        name: "CJK UNIFIED IDEOGRAPH-2AC92",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC93,
        name: "CJK UNIFIED IDEOGRAPH-2AC93",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC94,
        name: "CJK UNIFIED IDEOGRAPH-2AC94",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC95,
        name: "CJK UNIFIED IDEOGRAPH-2AC95",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC96,
        name: "CJK UNIFIED IDEOGRAPH-2AC96",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC97,
        name: "CJK UNIFIED IDEOGRAPH-2AC97",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC98,
        name: "CJK UNIFIED IDEOGRAPH-2AC98",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC99,
        name: "CJK UNIFIED IDEOGRAPH-2AC99",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC9A,
        name: "CJK UNIFIED IDEOGRAPH-2AC9A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC9B,
        name: "CJK UNIFIED IDEOGRAPH-2AC9B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC9C,
        name: "CJK UNIFIED IDEOGRAPH-2AC9C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC9D,
        name: "CJK UNIFIED IDEOGRAPH-2AC9D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC9E,
        name: "CJK UNIFIED IDEOGRAPH-2AC9E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AC9F,
        name: "CJK UNIFIED IDEOGRAPH-2AC9F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA0,
        name: "CJK UNIFIED IDEOGRAPH-2ACA0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA1,
        name: "CJK UNIFIED IDEOGRAPH-2ACA1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA2,
        name: "CJK UNIFIED IDEOGRAPH-2ACA2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA3,
        name: "CJK UNIFIED IDEOGRAPH-2ACA3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA4,
        name: "CJK UNIFIED IDEOGRAPH-2ACA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA5,
        name: "CJK UNIFIED IDEOGRAPH-2ACA5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA6,
        name: "CJK UNIFIED IDEOGRAPH-2ACA6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA7,
        name: "CJK UNIFIED IDEOGRAPH-2ACA7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA8,
        name: "CJK UNIFIED IDEOGRAPH-2ACA8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACA9,
        name: "CJK UNIFIED IDEOGRAPH-2ACA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACAA,
        name: "CJK UNIFIED IDEOGRAPH-2ACAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACAB,
        name: "CJK UNIFIED IDEOGRAPH-2ACAB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACAC,
        name: "CJK UNIFIED IDEOGRAPH-2ACAC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACAD,
        name: "CJK UNIFIED IDEOGRAPH-2ACAD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACAE,
        name: "CJK UNIFIED IDEOGRAPH-2ACAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACAF,
        name: "CJK UNIFIED IDEOGRAPH-2ACAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB0,
        name: "CJK UNIFIED IDEOGRAPH-2ACB0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB1,
        name: "CJK UNIFIED IDEOGRAPH-2ACB1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB2,
        name: "CJK UNIFIED IDEOGRAPH-2ACB2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB3,
        name: "CJK UNIFIED IDEOGRAPH-2ACB3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB4,
        name: "CJK UNIFIED IDEOGRAPH-2ACB4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB5,
        name: "CJK UNIFIED IDEOGRAPH-2ACB5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB6,
        name: "CJK UNIFIED IDEOGRAPH-2ACB6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB7,
        name: "CJK UNIFIED IDEOGRAPH-2ACB7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB8,
        name: "CJK UNIFIED IDEOGRAPH-2ACB8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACB9,
        name: "CJK UNIFIED IDEOGRAPH-2ACB9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACBA,
        name: "CJK UNIFIED IDEOGRAPH-2ACBA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACBB,
        name: "CJK UNIFIED IDEOGRAPH-2ACBB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACBC,
        name: "CJK UNIFIED IDEOGRAPH-2ACBC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACBD,
        name: "CJK UNIFIED IDEOGRAPH-2ACBD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACBE,
        name: "CJK UNIFIED IDEOGRAPH-2ACBE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACBF,
        name: "CJK UNIFIED IDEOGRAPH-2ACBF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC0,
        name: "CJK UNIFIED IDEOGRAPH-2ACC0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC1,
        name: "CJK UNIFIED IDEOGRAPH-2ACC1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC2,
        name: "CJK UNIFIED IDEOGRAPH-2ACC2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC3,
        name: "CJK UNIFIED IDEOGRAPH-2ACC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC4,
        name: "CJK UNIFIED IDEOGRAPH-2ACC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC5,
        name: "CJK UNIFIED IDEOGRAPH-2ACC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC6,
        name: "CJK UNIFIED IDEOGRAPH-2ACC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC7,
        name: "CJK UNIFIED IDEOGRAPH-2ACC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC8,
        name: "CJK UNIFIED IDEOGRAPH-2ACC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACC9,
        name: "CJK UNIFIED IDEOGRAPH-2ACC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACCA,
        name: "CJK UNIFIED IDEOGRAPH-2ACCA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACCB,
        name: "CJK UNIFIED IDEOGRAPH-2ACCB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACCC,
        name: "CJK UNIFIED IDEOGRAPH-2ACCC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACCD,
        name: "CJK UNIFIED IDEOGRAPH-2ACCD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACCE,
        name: "CJK UNIFIED IDEOGRAPH-2ACCE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACCF,
        name: "CJK UNIFIED IDEOGRAPH-2ACCF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD0,
        name: "CJK UNIFIED IDEOGRAPH-2ACD0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD1,
        name: "CJK UNIFIED IDEOGRAPH-2ACD1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD2,
        name: "CJK UNIFIED IDEOGRAPH-2ACD2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD3,
        name: "CJK UNIFIED IDEOGRAPH-2ACD3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD4,
        name: "CJK UNIFIED IDEOGRAPH-2ACD4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD5,
        name: "CJK UNIFIED IDEOGRAPH-2ACD5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD6,
        name: "CJK UNIFIED IDEOGRAPH-2ACD6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD7,
        name: "CJK UNIFIED IDEOGRAPH-2ACD7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD8,
        name: "CJK UNIFIED IDEOGRAPH-2ACD8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACD9,
        name: "CJK UNIFIED IDEOGRAPH-2ACD9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACDA,
        name: "CJK UNIFIED IDEOGRAPH-2ACDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACDB,
        name: "CJK UNIFIED IDEOGRAPH-2ACDB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACDC,
        name: "CJK UNIFIED IDEOGRAPH-2ACDC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACDD,
        name: "CJK UNIFIED IDEOGRAPH-2ACDD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACDE,
        name: "CJK UNIFIED IDEOGRAPH-2ACDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACDF,
        name: "CJK UNIFIED IDEOGRAPH-2ACDF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE0,
        name: "CJK UNIFIED IDEOGRAPH-2ACE0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE1,
        name: "CJK UNIFIED IDEOGRAPH-2ACE1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE2,
        name: "CJK UNIFIED IDEOGRAPH-2ACE2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE3,
        name: "CJK UNIFIED IDEOGRAPH-2ACE3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE4,
        name: "CJK UNIFIED IDEOGRAPH-2ACE4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE5,
        name: "CJK UNIFIED IDEOGRAPH-2ACE5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE6,
        name: "CJK UNIFIED IDEOGRAPH-2ACE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE7,
        name: "CJK UNIFIED IDEOGRAPH-2ACE7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE8,
        name: "CJK UNIFIED IDEOGRAPH-2ACE8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACE9,
        name: "CJK UNIFIED IDEOGRAPH-2ACE9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACEA,
        name: "CJK UNIFIED IDEOGRAPH-2ACEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACEB,
        name: "CJK UNIFIED IDEOGRAPH-2ACEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACEC,
        name: "CJK UNIFIED IDEOGRAPH-2ACEC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACED,
        name: "CJK UNIFIED IDEOGRAPH-2ACED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACEE,
        name: "CJK UNIFIED IDEOGRAPH-2ACEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACEF,
        name: "CJK UNIFIED IDEOGRAPH-2ACEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF0,
        name: "CJK UNIFIED IDEOGRAPH-2ACF0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF1,
        name: "CJK UNIFIED IDEOGRAPH-2ACF1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF2,
        name: "CJK UNIFIED IDEOGRAPH-2ACF2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF3,
        name: "CJK UNIFIED IDEOGRAPH-2ACF3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF4,
        name: "CJK UNIFIED IDEOGRAPH-2ACF4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF5,
        name: "CJK UNIFIED IDEOGRAPH-2ACF5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF6,
        name: "CJK UNIFIED IDEOGRAPH-2ACF6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF7,
        name: "CJK UNIFIED IDEOGRAPH-2ACF7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF8,
        name: "CJK UNIFIED IDEOGRAPH-2ACF8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACF9,
        name: "CJK UNIFIED IDEOGRAPH-2ACF9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACFA,
        name: "CJK UNIFIED IDEOGRAPH-2ACFA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACFB,
        name: "CJK UNIFIED IDEOGRAPH-2ACFB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACFC,
        name: "CJK UNIFIED IDEOGRAPH-2ACFC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACFD,
        name: "CJK UNIFIED IDEOGRAPH-2ACFD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACFE,
        name: "CJK UNIFIED IDEOGRAPH-2ACFE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ACFF,
        name: "CJK UNIFIED IDEOGRAPH-2ACFF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD00,
        name: "CJK UNIFIED IDEOGRAPH-2AD00",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD01,
        name: "CJK UNIFIED IDEOGRAPH-2AD01",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD02,
        name: "CJK UNIFIED IDEOGRAPH-2AD02",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD03,
        name: "CJK UNIFIED IDEOGRAPH-2AD03",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD04,
        name: "CJK UNIFIED IDEOGRAPH-2AD04",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD05,
        name: "CJK UNIFIED IDEOGRAPH-2AD05",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD06,
        name: "CJK UNIFIED IDEOGRAPH-2AD06",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD07,
        name: "CJK UNIFIED IDEOGRAPH-2AD07",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD08,
        name: "CJK UNIFIED IDEOGRAPH-2AD08",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD09,
        name: "CJK UNIFIED IDEOGRAPH-2AD09",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD0A,
        name: "CJK UNIFIED IDEOGRAPH-2AD0A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD0B,
        name: "CJK UNIFIED IDEOGRAPH-2AD0B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD0C,
        name: "CJK UNIFIED IDEOGRAPH-2AD0C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD0D,
        name: "CJK UNIFIED IDEOGRAPH-2AD0D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD0E,
        name: "CJK UNIFIED IDEOGRAPH-2AD0E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD0F,
        name: "CJK UNIFIED IDEOGRAPH-2AD0F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD10,
        name: "CJK UNIFIED IDEOGRAPH-2AD10",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD11,
        name: "CJK UNIFIED IDEOGRAPH-2AD11",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD12,
        name: "CJK UNIFIED IDEOGRAPH-2AD12",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD13,
        name: "CJK UNIFIED IDEOGRAPH-2AD13",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD14,
        name: "CJK UNIFIED IDEOGRAPH-2AD14",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD15,
        name: "CJK UNIFIED IDEOGRAPH-2AD15",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD16,
        name: "CJK UNIFIED IDEOGRAPH-2AD16",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD17,
        name: "CJK UNIFIED IDEOGRAPH-2AD17",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD18,
        name: "CJK UNIFIED IDEOGRAPH-2AD18",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD19,
        name: "CJK UNIFIED IDEOGRAPH-2AD19",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD1A,
        name: "CJK UNIFIED IDEOGRAPH-2AD1A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD1B,
        name: "CJK UNIFIED IDEOGRAPH-2AD1B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD1C,
        name: "CJK UNIFIED IDEOGRAPH-2AD1C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD1D,
        name: "CJK UNIFIED IDEOGRAPH-2AD1D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD1E,
        name: "CJK UNIFIED IDEOGRAPH-2AD1E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD1F,
        name: "CJK UNIFIED IDEOGRAPH-2AD1F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD20,
        name: "CJK UNIFIED IDEOGRAPH-2AD20",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD21,
        name: "CJK UNIFIED IDEOGRAPH-2AD21",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD22,
        name: "CJK UNIFIED IDEOGRAPH-2AD22",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD23,
        name: "CJK UNIFIED IDEOGRAPH-2AD23",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD24,
        name: "CJK UNIFIED IDEOGRAPH-2AD24",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD25,
        name: "CJK UNIFIED IDEOGRAPH-2AD25",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD26,
        name: "CJK UNIFIED IDEOGRAPH-2AD26",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD27,
        name: "CJK UNIFIED IDEOGRAPH-2AD27",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD28,
        name: "CJK UNIFIED IDEOGRAPH-2AD28",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD29,
        name: "CJK UNIFIED IDEOGRAPH-2AD29",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD2A,
        name: "CJK UNIFIED IDEOGRAPH-2AD2A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD2B,
        name: "CJK UNIFIED IDEOGRAPH-2AD2B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD2C,
        name: "CJK UNIFIED IDEOGRAPH-2AD2C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD2D,
        name: "CJK UNIFIED IDEOGRAPH-2AD2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD2E,
        name: "CJK UNIFIED IDEOGRAPH-2AD2E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD2F,
        name: "CJK UNIFIED IDEOGRAPH-2AD2F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD30,
        name: "CJK UNIFIED IDEOGRAPH-2AD30",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD31,
        name: "CJK UNIFIED IDEOGRAPH-2AD31",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD32,
        name: "CJK UNIFIED IDEOGRAPH-2AD32",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD33,
        name: "CJK UNIFIED IDEOGRAPH-2AD33",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD34,
        name: "CJK UNIFIED IDEOGRAPH-2AD34",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD35,
        name: "CJK UNIFIED IDEOGRAPH-2AD35",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD36,
        name: "CJK UNIFIED IDEOGRAPH-2AD36",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD37,
        name: "CJK UNIFIED IDEOGRAPH-2AD37",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD38,
        name: "CJK UNIFIED IDEOGRAPH-2AD38",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD39,
        name: "CJK UNIFIED IDEOGRAPH-2AD39",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD3A,
        name: "CJK UNIFIED IDEOGRAPH-2AD3A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD3B,
        name: "CJK UNIFIED IDEOGRAPH-2AD3B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD3C,
        name: "CJK UNIFIED IDEOGRAPH-2AD3C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD3D,
        name: "CJK UNIFIED IDEOGRAPH-2AD3D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD3E,
        name: "CJK UNIFIED IDEOGRAPH-2AD3E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD3F,
        name: "CJK UNIFIED IDEOGRAPH-2AD3F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD40,
        name: "CJK UNIFIED IDEOGRAPH-2AD40",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD41,
        name: "CJK UNIFIED IDEOGRAPH-2AD41",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD42,
        name: "CJK UNIFIED IDEOGRAPH-2AD42",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD43,
        name: "CJK UNIFIED IDEOGRAPH-2AD43",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD44,
        name: "CJK UNIFIED IDEOGRAPH-2AD44",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD45,
        name: "CJK UNIFIED IDEOGRAPH-2AD45",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD46,
        name: "CJK UNIFIED IDEOGRAPH-2AD46",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD47,
        name: "CJK UNIFIED IDEOGRAPH-2AD47",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD48,
        name: "CJK UNIFIED IDEOGRAPH-2AD48",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD49,
        name: "CJK UNIFIED IDEOGRAPH-2AD49",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD4A,
        name: "CJK UNIFIED IDEOGRAPH-2AD4A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD4B,
        name: "CJK UNIFIED IDEOGRAPH-2AD4B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD4C,
        name: "CJK UNIFIED IDEOGRAPH-2AD4C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD4D,
        name: "CJK UNIFIED IDEOGRAPH-2AD4D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD4E,
        name: "CJK UNIFIED IDEOGRAPH-2AD4E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD4F,
        name: "CJK UNIFIED IDEOGRAPH-2AD4F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD50,
        name: "CJK UNIFIED IDEOGRAPH-2AD50",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD51,
        name: "CJK UNIFIED IDEOGRAPH-2AD51",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD52,
        name: "CJK UNIFIED IDEOGRAPH-2AD52",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD53,
        name: "CJK UNIFIED IDEOGRAPH-2AD53",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD54,
        name: "CJK UNIFIED IDEOGRAPH-2AD54",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD55,
        name: "CJK UNIFIED IDEOGRAPH-2AD55",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD56,
        name: "CJK UNIFIED IDEOGRAPH-2AD56",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD57,
        name: "CJK UNIFIED IDEOGRAPH-2AD57",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD58,
        name: "CJK UNIFIED IDEOGRAPH-2AD58",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD59,
        name: "CJK UNIFIED IDEOGRAPH-2AD59",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD5A,
        name: "CJK UNIFIED IDEOGRAPH-2AD5A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD5B,
        name: "CJK UNIFIED IDEOGRAPH-2AD5B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD5C,
        name: "CJK UNIFIED IDEOGRAPH-2AD5C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD5D,
        name: "CJK UNIFIED IDEOGRAPH-2AD5D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD5E,
        name: "CJK UNIFIED IDEOGRAPH-2AD5E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD5F,
        name: "CJK UNIFIED IDEOGRAPH-2AD5F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD60,
        name: "CJK UNIFIED IDEOGRAPH-2AD60",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD61,
        name: "CJK UNIFIED IDEOGRAPH-2AD61",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD62,
        name: "CJK UNIFIED IDEOGRAPH-2AD62",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD63,
        name: "CJK UNIFIED IDEOGRAPH-2AD63",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD64,
        name: "CJK UNIFIED IDEOGRAPH-2AD64",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD65,
        name: "CJK UNIFIED IDEOGRAPH-2AD65",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD66,
        name: "CJK UNIFIED IDEOGRAPH-2AD66",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD67,
        name: "CJK UNIFIED IDEOGRAPH-2AD67",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD68,
        name: "CJK UNIFIED IDEOGRAPH-2AD68",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD69,
        name: "CJK UNIFIED IDEOGRAPH-2AD69",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD6A,
        name: "CJK UNIFIED IDEOGRAPH-2AD6A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD6B,
        name: "CJK UNIFIED IDEOGRAPH-2AD6B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD6C,
        name: "CJK UNIFIED IDEOGRAPH-2AD6C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD6D,
        name: "CJK UNIFIED IDEOGRAPH-2AD6D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD6E,
        name: "CJK UNIFIED IDEOGRAPH-2AD6E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD6F,
        name: "CJK UNIFIED IDEOGRAPH-2AD6F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD70,
        name: "CJK UNIFIED IDEOGRAPH-2AD70",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD71,
        name: "CJK UNIFIED IDEOGRAPH-2AD71",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD72,
        name: "CJK UNIFIED IDEOGRAPH-2AD72",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD73,
        name: "CJK UNIFIED IDEOGRAPH-2AD73",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD74,
        name: "CJK UNIFIED IDEOGRAPH-2AD74",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD75,
        name: "CJK UNIFIED IDEOGRAPH-2AD75",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD76,
        name: "CJK UNIFIED IDEOGRAPH-2AD76",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD77,
        name: "CJK UNIFIED IDEOGRAPH-2AD77",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD78,
        name: "CJK UNIFIED IDEOGRAPH-2AD78",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD79,
        name: "CJK UNIFIED IDEOGRAPH-2AD79",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD7A,
        name: "CJK UNIFIED IDEOGRAPH-2AD7A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD7B,
        name: "CJK UNIFIED IDEOGRAPH-2AD7B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD7C,
        name: "CJK UNIFIED IDEOGRAPH-2AD7C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD7D,
        name: "CJK UNIFIED IDEOGRAPH-2AD7D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD7E,
        name: "CJK UNIFIED IDEOGRAPH-2AD7E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD7F,
        name: "CJK UNIFIED IDEOGRAPH-2AD7F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD80,
        name: "CJK UNIFIED IDEOGRAPH-2AD80",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD81,
        name: "CJK UNIFIED IDEOGRAPH-2AD81",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD82,
        name: "CJK UNIFIED IDEOGRAPH-2AD82",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD83,
        name: "CJK UNIFIED IDEOGRAPH-2AD83",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD84,
        name: "CJK UNIFIED IDEOGRAPH-2AD84",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD85,
        name: "CJK UNIFIED IDEOGRAPH-2AD85",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD86,
        name: "CJK UNIFIED IDEOGRAPH-2AD86",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD87,
        name: "CJK UNIFIED IDEOGRAPH-2AD87",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD88,
        name: "CJK UNIFIED IDEOGRAPH-2AD88",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD89,
        name: "CJK UNIFIED IDEOGRAPH-2AD89",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD8A,
        name: "CJK UNIFIED IDEOGRAPH-2AD8A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD8B,
        name: "CJK UNIFIED IDEOGRAPH-2AD8B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD8C,
        name: "CJK UNIFIED IDEOGRAPH-2AD8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD8D,
        name: "CJK UNIFIED IDEOGRAPH-2AD8D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD8E,
        name: "CJK UNIFIED IDEOGRAPH-2AD8E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD8F,
        name: "CJK UNIFIED IDEOGRAPH-2AD8F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD90,
        name: "CJK UNIFIED IDEOGRAPH-2AD90",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD91,
        name: "CJK UNIFIED IDEOGRAPH-2AD91",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD92,
        name: "CJK UNIFIED IDEOGRAPH-2AD92",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD93,
        name: "CJK UNIFIED IDEOGRAPH-2AD93",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD94,
        name: "CJK UNIFIED IDEOGRAPH-2AD94",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD95,
        name: "CJK UNIFIED IDEOGRAPH-2AD95",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD96,
        name: "CJK UNIFIED IDEOGRAPH-2AD96",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD97,
        name: "CJK UNIFIED IDEOGRAPH-2AD97",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD98,
        name: "CJK UNIFIED IDEOGRAPH-2AD98",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD99,
        name: "CJK UNIFIED IDEOGRAPH-2AD99",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD9A,
        name: "CJK UNIFIED IDEOGRAPH-2AD9A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD9B,
        name: "CJK UNIFIED IDEOGRAPH-2AD9B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD9C,
        name: "CJK UNIFIED IDEOGRAPH-2AD9C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD9D,
        name: "CJK UNIFIED IDEOGRAPH-2AD9D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD9E,
        name: "CJK UNIFIED IDEOGRAPH-2AD9E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AD9F,
        name: "CJK UNIFIED IDEOGRAPH-2AD9F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA0,
        name: "CJK UNIFIED IDEOGRAPH-2ADA0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA1,
        name: "CJK UNIFIED IDEOGRAPH-2ADA1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA2,
        name: "CJK UNIFIED IDEOGRAPH-2ADA2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA3,
        name: "CJK UNIFIED IDEOGRAPH-2ADA3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA4,
        name: "CJK UNIFIED IDEOGRAPH-2ADA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA5,
        name: "CJK UNIFIED IDEOGRAPH-2ADA5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA6,
        name: "CJK UNIFIED IDEOGRAPH-2ADA6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA7,
        name: "CJK UNIFIED IDEOGRAPH-2ADA7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA8,
        name: "CJK UNIFIED IDEOGRAPH-2ADA8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADA9,
        name: "CJK UNIFIED IDEOGRAPH-2ADA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADAA,
        name: "CJK UNIFIED IDEOGRAPH-2ADAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADAB,
        name: "CJK UNIFIED IDEOGRAPH-2ADAB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADAC,
        name: "CJK UNIFIED IDEOGRAPH-2ADAC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADAD,
        name: "CJK UNIFIED IDEOGRAPH-2ADAD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADAE,
        name: "CJK UNIFIED IDEOGRAPH-2ADAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADAF,
        name: "CJK UNIFIED IDEOGRAPH-2ADAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB0,
        name: "CJK UNIFIED IDEOGRAPH-2ADB0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB1,
        name: "CJK UNIFIED IDEOGRAPH-2ADB1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB2,
        name: "CJK UNIFIED IDEOGRAPH-2ADB2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB3,
        name: "CJK UNIFIED IDEOGRAPH-2ADB3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB4,
        name: "CJK UNIFIED IDEOGRAPH-2ADB4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB5,
        name: "CJK UNIFIED IDEOGRAPH-2ADB5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB6,
        name: "CJK UNIFIED IDEOGRAPH-2ADB6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB7,
        name: "CJK UNIFIED IDEOGRAPH-2ADB7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB8,
        name: "CJK UNIFIED IDEOGRAPH-2ADB8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADB9,
        name: "CJK UNIFIED IDEOGRAPH-2ADB9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADBA,
        name: "CJK UNIFIED IDEOGRAPH-2ADBA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADBB,
        name: "CJK UNIFIED IDEOGRAPH-2ADBB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADBC,
        name: "CJK UNIFIED IDEOGRAPH-2ADBC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADBD,
        name: "CJK UNIFIED IDEOGRAPH-2ADBD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADBE,
        name: "CJK UNIFIED IDEOGRAPH-2ADBE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADBF,
        name: "CJK UNIFIED IDEOGRAPH-2ADBF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC0,
        name: "CJK UNIFIED IDEOGRAPH-2ADC0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC1,
        name: "CJK UNIFIED IDEOGRAPH-2ADC1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC2,
        name: "CJK UNIFIED IDEOGRAPH-2ADC2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC3,
        name: "CJK UNIFIED IDEOGRAPH-2ADC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC4,
        name: "CJK UNIFIED IDEOGRAPH-2ADC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC5,
        name: "CJK UNIFIED IDEOGRAPH-2ADC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC6,
        name: "CJK UNIFIED IDEOGRAPH-2ADC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC7,
        name: "CJK UNIFIED IDEOGRAPH-2ADC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC8,
        name: "CJK UNIFIED IDEOGRAPH-2ADC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADC9,
        name: "CJK UNIFIED IDEOGRAPH-2ADC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADCA,
        name: "CJK UNIFIED IDEOGRAPH-2ADCA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADCB,
        name: "CJK UNIFIED IDEOGRAPH-2ADCB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADCC,
        name: "CJK UNIFIED IDEOGRAPH-2ADCC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADCD,
        name: "CJK UNIFIED IDEOGRAPH-2ADCD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADCE,
        name: "CJK UNIFIED IDEOGRAPH-2ADCE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADCF,
        name: "CJK UNIFIED IDEOGRAPH-2ADCF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD0,
        name: "CJK UNIFIED IDEOGRAPH-2ADD0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD1,
        name: "CJK UNIFIED IDEOGRAPH-2ADD1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD2,
        name: "CJK UNIFIED IDEOGRAPH-2ADD2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD3,
        name: "CJK UNIFIED IDEOGRAPH-2ADD3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD4,
        name: "CJK UNIFIED IDEOGRAPH-2ADD4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD5,
        name: "CJK UNIFIED IDEOGRAPH-2ADD5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD6,
        name: "CJK UNIFIED IDEOGRAPH-2ADD6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD7,
        name: "CJK UNIFIED IDEOGRAPH-2ADD7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD8,
        name: "CJK UNIFIED IDEOGRAPH-2ADD8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADD9,
        name: "CJK UNIFIED IDEOGRAPH-2ADD9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADDA,
        name: "CJK UNIFIED IDEOGRAPH-2ADDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADDB,
        name: "CJK UNIFIED IDEOGRAPH-2ADDB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADDC,
        name: "CJK UNIFIED IDEOGRAPH-2ADDC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADDD,
        name: "CJK UNIFIED IDEOGRAPH-2ADDD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADDE,
        name: "CJK UNIFIED IDEOGRAPH-2ADDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADDF,
        name: "CJK UNIFIED IDEOGRAPH-2ADDF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE0,
        name: "CJK UNIFIED IDEOGRAPH-2ADE0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE1,
        name: "CJK UNIFIED IDEOGRAPH-2ADE1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE2,
        name: "CJK UNIFIED IDEOGRAPH-2ADE2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE3,
        name: "CJK UNIFIED IDEOGRAPH-2ADE3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE4,
        name: "CJK UNIFIED IDEOGRAPH-2ADE4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE5,
        name: "CJK UNIFIED IDEOGRAPH-2ADE5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE6,
        name: "CJK UNIFIED IDEOGRAPH-2ADE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE7,
        name: "CJK UNIFIED IDEOGRAPH-2ADE7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE8,
        name: "CJK UNIFIED IDEOGRAPH-2ADE8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADE9,
        name: "CJK UNIFIED IDEOGRAPH-2ADE9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADEA,
        name: "CJK UNIFIED IDEOGRAPH-2ADEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADEB,
        name: "CJK UNIFIED IDEOGRAPH-2ADEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADEC,
        name: "CJK UNIFIED IDEOGRAPH-2ADEC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADED,
        name: "CJK UNIFIED IDEOGRAPH-2ADED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADEE,
        name: "CJK UNIFIED IDEOGRAPH-2ADEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADEF,
        name: "CJK UNIFIED IDEOGRAPH-2ADEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF0,
        name: "CJK UNIFIED IDEOGRAPH-2ADF0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF1,
        name: "CJK UNIFIED IDEOGRAPH-2ADF1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF2,
        name: "CJK UNIFIED IDEOGRAPH-2ADF2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF3,
        name: "CJK UNIFIED IDEOGRAPH-2ADF3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF4,
        name: "CJK UNIFIED IDEOGRAPH-2ADF4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF5,
        name: "CJK UNIFIED IDEOGRAPH-2ADF5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF6,
        name: "CJK UNIFIED IDEOGRAPH-2ADF6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF7,
        name: "CJK UNIFIED IDEOGRAPH-2ADF7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF8,
        name: "CJK UNIFIED IDEOGRAPH-2ADF8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADF9,
        name: "CJK UNIFIED IDEOGRAPH-2ADF9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADFA,
        name: "CJK UNIFIED IDEOGRAPH-2ADFA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADFB,
        name: "CJK UNIFIED IDEOGRAPH-2ADFB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADFC,
        name: "CJK UNIFIED IDEOGRAPH-2ADFC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADFD,
        name: "CJK UNIFIED IDEOGRAPH-2ADFD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADFE,
        name: "CJK UNIFIED IDEOGRAPH-2ADFE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2ADFF,
        name: "CJK UNIFIED IDEOGRAPH-2ADFF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE00,
        name: "CJK UNIFIED IDEOGRAPH-2AE00",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE01,
        name: "CJK UNIFIED IDEOGRAPH-2AE01",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE02,
        name: "CJK UNIFIED IDEOGRAPH-2AE02",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE03,
        name: "CJK UNIFIED IDEOGRAPH-2AE03",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE04,
        name: "CJK UNIFIED IDEOGRAPH-2AE04",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE05,
        name: "CJK UNIFIED IDEOGRAPH-2AE05",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE06,
        name: "CJK UNIFIED IDEOGRAPH-2AE06",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE07,
        name: "CJK UNIFIED IDEOGRAPH-2AE07",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE08,
        name: "CJK UNIFIED IDEOGRAPH-2AE08",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE09,
        name: "CJK UNIFIED IDEOGRAPH-2AE09",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE0A,
        name: "CJK UNIFIED IDEOGRAPH-2AE0A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE0B,
        name: "CJK UNIFIED IDEOGRAPH-2AE0B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE0C,
        name: "CJK UNIFIED IDEOGRAPH-2AE0C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE0D,
        name: "CJK UNIFIED IDEOGRAPH-2AE0D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE0E,
        name: "CJK UNIFIED IDEOGRAPH-2AE0E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE0F,
        name: "CJK UNIFIED IDEOGRAPH-2AE0F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE10,
        name: "CJK UNIFIED IDEOGRAPH-2AE10",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE11,
        name: "CJK UNIFIED IDEOGRAPH-2AE11",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE12,
        name: "CJK UNIFIED IDEOGRAPH-2AE12",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE13,
        name: "CJK UNIFIED IDEOGRAPH-2AE13",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE14,
        name: "CJK UNIFIED IDEOGRAPH-2AE14",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE15,
        name: "CJK UNIFIED IDEOGRAPH-2AE15",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE16,
        name: "CJK UNIFIED IDEOGRAPH-2AE16",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE17,
        name: "CJK UNIFIED IDEOGRAPH-2AE17",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE18,
        name: "CJK UNIFIED IDEOGRAPH-2AE18",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE19,
        name: "CJK UNIFIED IDEOGRAPH-2AE19",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE1A,
        name: "CJK UNIFIED IDEOGRAPH-2AE1A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE1B,
        name: "CJK UNIFIED IDEOGRAPH-2AE1B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE1C,
        name: "CJK UNIFIED IDEOGRAPH-2AE1C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE1D,
        name: "CJK UNIFIED IDEOGRAPH-2AE1D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE1E,
        name: "CJK UNIFIED IDEOGRAPH-2AE1E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE1F,
        name: "CJK UNIFIED IDEOGRAPH-2AE1F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE20,
        name: "CJK UNIFIED IDEOGRAPH-2AE20",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE21,
        name: "CJK UNIFIED IDEOGRAPH-2AE21",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE22,
        name: "CJK UNIFIED IDEOGRAPH-2AE22",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE23,
        name: "CJK UNIFIED IDEOGRAPH-2AE23",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE24,
        name: "CJK UNIFIED IDEOGRAPH-2AE24",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE25,
        name: "CJK UNIFIED IDEOGRAPH-2AE25",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE26,
        name: "CJK UNIFIED IDEOGRAPH-2AE26",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE27,
        name: "CJK UNIFIED IDEOGRAPH-2AE27",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE28,
        name: "CJK UNIFIED IDEOGRAPH-2AE28",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE29,
        name: "CJK UNIFIED IDEOGRAPH-2AE29",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE2A,
        name: "CJK UNIFIED IDEOGRAPH-2AE2A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE2B,
        name: "CJK UNIFIED IDEOGRAPH-2AE2B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE2C,
        name: "CJK UNIFIED IDEOGRAPH-2AE2C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE2D,
        name: "CJK UNIFIED IDEOGRAPH-2AE2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE2E,
        name: "CJK UNIFIED IDEOGRAPH-2AE2E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE2F,
        name: "CJK UNIFIED IDEOGRAPH-2AE2F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE30,
        name: "CJK UNIFIED IDEOGRAPH-2AE30",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE31,
        name: "CJK UNIFIED IDEOGRAPH-2AE31",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE32,
        name: "CJK UNIFIED IDEOGRAPH-2AE32",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE33,
        name: "CJK UNIFIED IDEOGRAPH-2AE33",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE34,
        name: "CJK UNIFIED IDEOGRAPH-2AE34",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE35,
        name: "CJK UNIFIED IDEOGRAPH-2AE35",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE36,
        name: "CJK UNIFIED IDEOGRAPH-2AE36",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE37,
        name: "CJK UNIFIED IDEOGRAPH-2AE37",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE38,
        name: "CJK UNIFIED IDEOGRAPH-2AE38",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE39,
        name: "CJK UNIFIED IDEOGRAPH-2AE39",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE3A,
        name: "CJK UNIFIED IDEOGRAPH-2AE3A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE3B,
        name: "CJK UNIFIED IDEOGRAPH-2AE3B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE3C,
        name: "CJK UNIFIED IDEOGRAPH-2AE3C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE3D,
        name: "CJK UNIFIED IDEOGRAPH-2AE3D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE3E,
        name: "CJK UNIFIED IDEOGRAPH-2AE3E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE3F,
        name: "CJK UNIFIED IDEOGRAPH-2AE3F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE40,
        name: "CJK UNIFIED IDEOGRAPH-2AE40",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE41,
        name: "CJK UNIFIED IDEOGRAPH-2AE41",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE42,
        name: "CJK UNIFIED IDEOGRAPH-2AE42",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE43,
        name: "CJK UNIFIED IDEOGRAPH-2AE43",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE44,
        name: "CJK UNIFIED IDEOGRAPH-2AE44",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE45,
        name: "CJK UNIFIED IDEOGRAPH-2AE45",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE46,
        name: "CJK UNIFIED IDEOGRAPH-2AE46",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE47,
        name: "CJK UNIFIED IDEOGRAPH-2AE47",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE48,
        name: "CJK UNIFIED IDEOGRAPH-2AE48",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE49,
        name: "CJK UNIFIED IDEOGRAPH-2AE49",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE4A,
        name: "CJK UNIFIED IDEOGRAPH-2AE4A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE4B,
        name: "CJK UNIFIED IDEOGRAPH-2AE4B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE4C,
        name: "CJK UNIFIED IDEOGRAPH-2AE4C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE4D,
        name: "CJK UNIFIED IDEOGRAPH-2AE4D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE4E,
        name: "CJK UNIFIED IDEOGRAPH-2AE4E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE4F,
        name: "CJK UNIFIED IDEOGRAPH-2AE4F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE50,
        name: "CJK UNIFIED IDEOGRAPH-2AE50",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE51,
        name: "CJK UNIFIED IDEOGRAPH-2AE51",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE52,
        name: "CJK UNIFIED IDEOGRAPH-2AE52",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE53,
        name: "CJK UNIFIED IDEOGRAPH-2AE53",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE54,
        name: "CJK UNIFIED IDEOGRAPH-2AE54",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE55,
        name: "CJK UNIFIED IDEOGRAPH-2AE55",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE56,
        name: "CJK UNIFIED IDEOGRAPH-2AE56",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE57,
        name: "CJK UNIFIED IDEOGRAPH-2AE57",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE58,
        name: "CJK UNIFIED IDEOGRAPH-2AE58",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE59,
        name: "CJK UNIFIED IDEOGRAPH-2AE59",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE5A,
        name: "CJK UNIFIED IDEOGRAPH-2AE5A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE5B,
        name: "CJK UNIFIED IDEOGRAPH-2AE5B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE5C,
        name: "CJK UNIFIED IDEOGRAPH-2AE5C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE5D,
        name: "CJK UNIFIED IDEOGRAPH-2AE5D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE5E,
        name: "CJK UNIFIED IDEOGRAPH-2AE5E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE5F,
        name: "CJK UNIFIED IDEOGRAPH-2AE5F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE60,
        name: "CJK UNIFIED IDEOGRAPH-2AE60",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE61,
        name: "CJK UNIFIED IDEOGRAPH-2AE61",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE62,
        name: "CJK UNIFIED IDEOGRAPH-2AE62",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE63,
        name: "CJK UNIFIED IDEOGRAPH-2AE63",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE64,
        name: "CJK UNIFIED IDEOGRAPH-2AE64",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE65,
        name: "CJK UNIFIED IDEOGRAPH-2AE65",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE66,
        name: "CJK UNIFIED IDEOGRAPH-2AE66",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE67,
        name: "CJK UNIFIED IDEOGRAPH-2AE67",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE68,
        name: "CJK UNIFIED IDEOGRAPH-2AE68",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE69,
        name: "CJK UNIFIED IDEOGRAPH-2AE69",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE6A,
        name: "CJK UNIFIED IDEOGRAPH-2AE6A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE6B,
        name: "CJK UNIFIED IDEOGRAPH-2AE6B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE6C,
        name: "CJK UNIFIED IDEOGRAPH-2AE6C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE6D,
        name: "CJK UNIFIED IDEOGRAPH-2AE6D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE6E,
        name: "CJK UNIFIED IDEOGRAPH-2AE6E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE6F,
        name: "CJK UNIFIED IDEOGRAPH-2AE6F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE70,
        name: "CJK UNIFIED IDEOGRAPH-2AE70",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE71,
        name: "CJK UNIFIED IDEOGRAPH-2AE71",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE72,
        name: "CJK UNIFIED IDEOGRAPH-2AE72",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE73,
        name: "CJK UNIFIED IDEOGRAPH-2AE73",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE74,
        name: "CJK UNIFIED IDEOGRAPH-2AE74",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE75,
        name: "CJK UNIFIED IDEOGRAPH-2AE75",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE76,
        name: "CJK UNIFIED IDEOGRAPH-2AE76",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE77,
        name: "CJK UNIFIED IDEOGRAPH-2AE77",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE78,
        name: "CJK UNIFIED IDEOGRAPH-2AE78",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE79,
        name: "CJK UNIFIED IDEOGRAPH-2AE79",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE7A,
        name: "CJK UNIFIED IDEOGRAPH-2AE7A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE7B,
        name: "CJK UNIFIED IDEOGRAPH-2AE7B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE7C,
        name: "CJK UNIFIED IDEOGRAPH-2AE7C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE7D,
        name: "CJK UNIFIED IDEOGRAPH-2AE7D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE7E,
        name: "CJK UNIFIED IDEOGRAPH-2AE7E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE7F,
        name: "CJK UNIFIED IDEOGRAPH-2AE7F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE80,
        name: "CJK UNIFIED IDEOGRAPH-2AE80",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE81,
        name: "CJK UNIFIED IDEOGRAPH-2AE81",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE82,
        name: "CJK UNIFIED IDEOGRAPH-2AE82",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE83,
        name: "CJK UNIFIED IDEOGRAPH-2AE83",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE84,
        name: "CJK UNIFIED IDEOGRAPH-2AE84",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE85,
        name: "CJK UNIFIED IDEOGRAPH-2AE85",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE86,
        name: "CJK UNIFIED IDEOGRAPH-2AE86",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE87,
        name: "CJK UNIFIED IDEOGRAPH-2AE87",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE88,
        name: "CJK UNIFIED IDEOGRAPH-2AE88",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE89,
        name: "CJK UNIFIED IDEOGRAPH-2AE89",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE8A,
        name: "CJK UNIFIED IDEOGRAPH-2AE8A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE8B,
        name: "CJK UNIFIED IDEOGRAPH-2AE8B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE8C,
        name: "CJK UNIFIED IDEOGRAPH-2AE8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE8D,
        name: "CJK UNIFIED IDEOGRAPH-2AE8D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE8E,
        name: "CJK UNIFIED IDEOGRAPH-2AE8E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE8F,
        name: "CJK UNIFIED IDEOGRAPH-2AE8F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE90,
        name: "CJK UNIFIED IDEOGRAPH-2AE90",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE91,
        name: "CJK UNIFIED IDEOGRAPH-2AE91",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE92,
        name: "CJK UNIFIED IDEOGRAPH-2AE92",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE93,
        name: "CJK UNIFIED IDEOGRAPH-2AE93",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE94,
        name: "CJK UNIFIED IDEOGRAPH-2AE94",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE95,
        name: "CJK UNIFIED IDEOGRAPH-2AE95",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE96,
        name: "CJK UNIFIED IDEOGRAPH-2AE96",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE97,
        name: "CJK UNIFIED IDEOGRAPH-2AE97",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE98,
        name: "CJK UNIFIED IDEOGRAPH-2AE98",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE99,
        name: "CJK UNIFIED IDEOGRAPH-2AE99",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE9A,
        name: "CJK UNIFIED IDEOGRAPH-2AE9A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE9B,
        name: "CJK UNIFIED IDEOGRAPH-2AE9B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE9C,
        name: "CJK UNIFIED IDEOGRAPH-2AE9C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE9D,
        name: "CJK UNIFIED IDEOGRAPH-2AE9D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE9E,
        name: "CJK UNIFIED IDEOGRAPH-2AE9E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AE9F,
        name: "CJK UNIFIED IDEOGRAPH-2AE9F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA0,
        name: "CJK UNIFIED IDEOGRAPH-2AEA0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA1,
        name: "CJK UNIFIED IDEOGRAPH-2AEA1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA2,
        name: "CJK UNIFIED IDEOGRAPH-2AEA2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA3,
        name: "CJK UNIFIED IDEOGRAPH-2AEA3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA4,
        name: "CJK UNIFIED IDEOGRAPH-2AEA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA5,
        name: "CJK UNIFIED IDEOGRAPH-2AEA5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA6,
        name: "CJK UNIFIED IDEOGRAPH-2AEA6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA7,
        name: "CJK UNIFIED IDEOGRAPH-2AEA7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA8,
        name: "CJK UNIFIED IDEOGRAPH-2AEA8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEA9,
        name: "CJK UNIFIED IDEOGRAPH-2AEA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEAA,
        name: "CJK UNIFIED IDEOGRAPH-2AEAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEAB,
        name: "CJK UNIFIED IDEOGRAPH-2AEAB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEAC,
        name: "CJK UNIFIED IDEOGRAPH-2AEAC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEAD,
        name: "CJK UNIFIED IDEOGRAPH-2AEAD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEAE,
        name: "CJK UNIFIED IDEOGRAPH-2AEAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEAF,
        name: "CJK UNIFIED IDEOGRAPH-2AEAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB0,
        name: "CJK UNIFIED IDEOGRAPH-2AEB0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB1,
        name: "CJK UNIFIED IDEOGRAPH-2AEB1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB2,
        name: "CJK UNIFIED IDEOGRAPH-2AEB2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB3,
        name: "CJK UNIFIED IDEOGRAPH-2AEB3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB4,
        name: "CJK UNIFIED IDEOGRAPH-2AEB4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB5,
        name: "CJK UNIFIED IDEOGRAPH-2AEB5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB6,
        name: "CJK UNIFIED IDEOGRAPH-2AEB6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB7,
        name: "CJK UNIFIED IDEOGRAPH-2AEB7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB8,
        name: "CJK UNIFIED IDEOGRAPH-2AEB8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEB9,
        name: "CJK UNIFIED IDEOGRAPH-2AEB9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEBA,
        name: "CJK UNIFIED IDEOGRAPH-2AEBA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEBB,
        name: "CJK UNIFIED IDEOGRAPH-2AEBB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEBC,
        name: "CJK UNIFIED IDEOGRAPH-2AEBC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEBD,
        name: "CJK UNIFIED IDEOGRAPH-2AEBD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEBE,
        name: "CJK UNIFIED IDEOGRAPH-2AEBE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEBF,
        name: "CJK UNIFIED IDEOGRAPH-2AEBF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC0,
        name: "CJK UNIFIED IDEOGRAPH-2AEC0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC1,
        name: "CJK UNIFIED IDEOGRAPH-2AEC1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC2,
        name: "CJK UNIFIED IDEOGRAPH-2AEC2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC3,
        name: "CJK UNIFIED IDEOGRAPH-2AEC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC4,
        name: "CJK UNIFIED IDEOGRAPH-2AEC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC5,
        name: "CJK UNIFIED IDEOGRAPH-2AEC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC6,
        name: "CJK UNIFIED IDEOGRAPH-2AEC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC7,
        name: "CJK UNIFIED IDEOGRAPH-2AEC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC8,
        name: "CJK UNIFIED IDEOGRAPH-2AEC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEC9,
        name: "CJK UNIFIED IDEOGRAPH-2AEC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AECA,
        name: "CJK UNIFIED IDEOGRAPH-2AECA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AECB,
        name: "CJK UNIFIED IDEOGRAPH-2AECB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AECC,
        name: "CJK UNIFIED IDEOGRAPH-2AECC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AECD,
        name: "CJK UNIFIED IDEOGRAPH-2AECD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AECE,
        name: "CJK UNIFIED IDEOGRAPH-2AECE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AECF,
        name: "CJK UNIFIED IDEOGRAPH-2AECF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED0,
        name: "CJK UNIFIED IDEOGRAPH-2AED0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED1,
        name: "CJK UNIFIED IDEOGRAPH-2AED1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED2,
        name: "CJK UNIFIED IDEOGRAPH-2AED2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED3,
        name: "CJK UNIFIED IDEOGRAPH-2AED3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED4,
        name: "CJK UNIFIED IDEOGRAPH-2AED4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED5,
        name: "CJK UNIFIED IDEOGRAPH-2AED5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED6,
        name: "CJK UNIFIED IDEOGRAPH-2AED6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED7,
        name: "CJK UNIFIED IDEOGRAPH-2AED7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED8,
        name: "CJK UNIFIED IDEOGRAPH-2AED8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AED9,
        name: "CJK UNIFIED IDEOGRAPH-2AED9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEDA,
        name: "CJK UNIFIED IDEOGRAPH-2AEDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEDB,
        name: "CJK UNIFIED IDEOGRAPH-2AEDB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEDC,
        name: "CJK UNIFIED IDEOGRAPH-2AEDC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEDD,
        name: "CJK UNIFIED IDEOGRAPH-2AEDD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEDE,
        name: "CJK UNIFIED IDEOGRAPH-2AEDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEDF,
        name: "CJK UNIFIED IDEOGRAPH-2AEDF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE0,
        name: "CJK UNIFIED IDEOGRAPH-2AEE0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE1,
        name: "CJK UNIFIED IDEOGRAPH-2AEE1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE2,
        name: "CJK UNIFIED IDEOGRAPH-2AEE2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE3,
        name: "CJK UNIFIED IDEOGRAPH-2AEE3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE4,
        name: "CJK UNIFIED IDEOGRAPH-2AEE4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE5,
        name: "CJK UNIFIED IDEOGRAPH-2AEE5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE6,
        name: "CJK UNIFIED IDEOGRAPH-2AEE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE7,
        name: "CJK UNIFIED IDEOGRAPH-2AEE7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE8,
        name: "CJK UNIFIED IDEOGRAPH-2AEE8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEE9,
        name: "CJK UNIFIED IDEOGRAPH-2AEE9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEEA,
        name: "CJK UNIFIED IDEOGRAPH-2AEEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEEB,
        name: "CJK UNIFIED IDEOGRAPH-2AEEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEEC,
        name: "CJK UNIFIED IDEOGRAPH-2AEEC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEED,
        name: "CJK UNIFIED IDEOGRAPH-2AEED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEEE,
        name: "CJK UNIFIED IDEOGRAPH-2AEEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEEF,
        name: "CJK UNIFIED IDEOGRAPH-2AEEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF0,
        name: "CJK UNIFIED IDEOGRAPH-2AEF0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF1,
        name: "CJK UNIFIED IDEOGRAPH-2AEF1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF2,
        name: "CJK UNIFIED IDEOGRAPH-2AEF2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF3,
        name: "CJK UNIFIED IDEOGRAPH-2AEF3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF4,
        name: "CJK UNIFIED IDEOGRAPH-2AEF4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF5,
        name: "CJK UNIFIED IDEOGRAPH-2AEF5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF6,
        name: "CJK UNIFIED IDEOGRAPH-2AEF6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF7,
        name: "CJK UNIFIED IDEOGRAPH-2AEF7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF8,
        name: "CJK UNIFIED IDEOGRAPH-2AEF8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEF9,
        name: "CJK UNIFIED IDEOGRAPH-2AEF9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEFA,
        name: "CJK UNIFIED IDEOGRAPH-2AEFA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEFB,
        name: "CJK UNIFIED IDEOGRAPH-2AEFB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEFC,
        name: "CJK UNIFIED IDEOGRAPH-2AEFC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEFD,
        name: "CJK UNIFIED IDEOGRAPH-2AEFD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEFE,
        name: "CJK UNIFIED IDEOGRAPH-2AEFE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AEFF,
        name: "CJK UNIFIED IDEOGRAPH-2AEFF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF00,
        name: "CJK UNIFIED IDEOGRAPH-2AF00",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF01,
        name: "CJK UNIFIED IDEOGRAPH-2AF01",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF02,
        name: "CJK UNIFIED IDEOGRAPH-2AF02",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF03,
        name: "CJK UNIFIED IDEOGRAPH-2AF03",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF04,
        name: "CJK UNIFIED IDEOGRAPH-2AF04",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF05,
        name: "CJK UNIFIED IDEOGRAPH-2AF05",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF06,
        name: "CJK UNIFIED IDEOGRAPH-2AF06",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF07,
        name: "CJK UNIFIED IDEOGRAPH-2AF07",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF08,
        name: "CJK UNIFIED IDEOGRAPH-2AF08",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF09,
        name: "CJK UNIFIED IDEOGRAPH-2AF09",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF0A,
        name: "CJK UNIFIED IDEOGRAPH-2AF0A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF0B,
        name: "CJK UNIFIED IDEOGRAPH-2AF0B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF0C,
        name: "CJK UNIFIED IDEOGRAPH-2AF0C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF0D,
        name: "CJK UNIFIED IDEOGRAPH-2AF0D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF0E,
        name: "CJK UNIFIED IDEOGRAPH-2AF0E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF0F,
        name: "CJK UNIFIED IDEOGRAPH-2AF0F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF10,
        name: "CJK UNIFIED IDEOGRAPH-2AF10",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF11,
        name: "CJK UNIFIED IDEOGRAPH-2AF11",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF12,
        name: "CJK UNIFIED IDEOGRAPH-2AF12",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF13,
        name: "CJK UNIFIED IDEOGRAPH-2AF13",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF14,
        name: "CJK UNIFIED IDEOGRAPH-2AF14",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF15,
        name: "CJK UNIFIED IDEOGRAPH-2AF15",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF16,
        name: "CJK UNIFIED IDEOGRAPH-2AF16",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF17,
        name: "CJK UNIFIED IDEOGRAPH-2AF17",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF18,
        name: "CJK UNIFIED IDEOGRAPH-2AF18",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF19,
        name: "CJK UNIFIED IDEOGRAPH-2AF19",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF1A,
        name: "CJK UNIFIED IDEOGRAPH-2AF1A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF1B,
        name: "CJK UNIFIED IDEOGRAPH-2AF1B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF1C,
        name: "CJK UNIFIED IDEOGRAPH-2AF1C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF1D,
        name: "CJK UNIFIED IDEOGRAPH-2AF1D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF1E,
        name: "CJK UNIFIED IDEOGRAPH-2AF1E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF1F,
        name: "CJK UNIFIED IDEOGRAPH-2AF1F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF20,
        name: "CJK UNIFIED IDEOGRAPH-2AF20",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF21,
        name: "CJK UNIFIED IDEOGRAPH-2AF21",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF22,
        name: "CJK UNIFIED IDEOGRAPH-2AF22",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF23,
        name: "CJK UNIFIED IDEOGRAPH-2AF23",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF24,
        name: "CJK UNIFIED IDEOGRAPH-2AF24",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF25,
        name: "CJK UNIFIED IDEOGRAPH-2AF25",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF26,
        name: "CJK UNIFIED IDEOGRAPH-2AF26",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF27,
        name: "CJK UNIFIED IDEOGRAPH-2AF27",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF28,
        name: "CJK UNIFIED IDEOGRAPH-2AF28",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF29,
        name: "CJK UNIFIED IDEOGRAPH-2AF29",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF2A,
        name: "CJK UNIFIED IDEOGRAPH-2AF2A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF2B,
        name: "CJK UNIFIED IDEOGRAPH-2AF2B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF2C,
        name: "CJK UNIFIED IDEOGRAPH-2AF2C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF2D,
        name: "CJK UNIFIED IDEOGRAPH-2AF2D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF2E,
        name: "CJK UNIFIED IDEOGRAPH-2AF2E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF2F,
        name: "CJK UNIFIED IDEOGRAPH-2AF2F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF30,
        name: "CJK UNIFIED IDEOGRAPH-2AF30",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF31,
        name: "CJK UNIFIED IDEOGRAPH-2AF31",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF32,
        name: "CJK UNIFIED IDEOGRAPH-2AF32",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF33,
        name: "CJK UNIFIED IDEOGRAPH-2AF33",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF34,
        name: "CJK UNIFIED IDEOGRAPH-2AF34",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF35,
        name: "CJK UNIFIED IDEOGRAPH-2AF35",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF36,
        name: "CJK UNIFIED IDEOGRAPH-2AF36",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF37,
        name: "CJK UNIFIED IDEOGRAPH-2AF37",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF38,
        name: "CJK UNIFIED IDEOGRAPH-2AF38",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF39,
        name: "CJK UNIFIED IDEOGRAPH-2AF39",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF3A,
        name: "CJK UNIFIED IDEOGRAPH-2AF3A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF3B,
        name: "CJK UNIFIED IDEOGRAPH-2AF3B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF3C,
        name: "CJK UNIFIED IDEOGRAPH-2AF3C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF3D,
        name: "CJK UNIFIED IDEOGRAPH-2AF3D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF3E,
        name: "CJK UNIFIED IDEOGRAPH-2AF3E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF3F,
        name: "CJK UNIFIED IDEOGRAPH-2AF3F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF40,
        name: "CJK UNIFIED IDEOGRAPH-2AF40",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF41,
        name: "CJK UNIFIED IDEOGRAPH-2AF41",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF42,
        name: "CJK UNIFIED IDEOGRAPH-2AF42",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF43,
        name: "CJK UNIFIED IDEOGRAPH-2AF43",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF44,
        name: "CJK UNIFIED IDEOGRAPH-2AF44",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF45,
        name: "CJK UNIFIED IDEOGRAPH-2AF45",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF46,
        name: "CJK UNIFIED IDEOGRAPH-2AF46",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF47,
        name: "CJK UNIFIED IDEOGRAPH-2AF47",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF48,
        name: "CJK UNIFIED IDEOGRAPH-2AF48",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF49,
        name: "CJK UNIFIED IDEOGRAPH-2AF49",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF4A,
        name: "CJK UNIFIED IDEOGRAPH-2AF4A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF4B,
        name: "CJK UNIFIED IDEOGRAPH-2AF4B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF4C,
        name: "CJK UNIFIED IDEOGRAPH-2AF4C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF4D,
        name: "CJK UNIFIED IDEOGRAPH-2AF4D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF4E,
        name: "CJK UNIFIED IDEOGRAPH-2AF4E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF4F,
        name: "CJK UNIFIED IDEOGRAPH-2AF4F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF50,
        name: "CJK UNIFIED IDEOGRAPH-2AF50",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF51,
        name: "CJK UNIFIED IDEOGRAPH-2AF51",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF52,
        name: "CJK UNIFIED IDEOGRAPH-2AF52",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF53,
        name: "CJK UNIFIED IDEOGRAPH-2AF53",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF54,
        name: "CJK UNIFIED IDEOGRAPH-2AF54",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF55,
        name: "CJK UNIFIED IDEOGRAPH-2AF55",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF56,
        name: "CJK UNIFIED IDEOGRAPH-2AF56",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF57,
        name: "CJK UNIFIED IDEOGRAPH-2AF57",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF58,
        name: "CJK UNIFIED IDEOGRAPH-2AF58",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF59,
        name: "CJK UNIFIED IDEOGRAPH-2AF59",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF5A,
        name: "CJK UNIFIED IDEOGRAPH-2AF5A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF5B,
        name: "CJK UNIFIED IDEOGRAPH-2AF5B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF5C,
        name: "CJK UNIFIED IDEOGRAPH-2AF5C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF5D,
        name: "CJK UNIFIED IDEOGRAPH-2AF5D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF5E,
        name: "CJK UNIFIED IDEOGRAPH-2AF5E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF5F,
        name: "CJK UNIFIED IDEOGRAPH-2AF5F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF60,
        name: "CJK UNIFIED IDEOGRAPH-2AF60",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF61,
        name: "CJK UNIFIED IDEOGRAPH-2AF61",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF62,
        name: "CJK UNIFIED IDEOGRAPH-2AF62",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF63,
        name: "CJK UNIFIED IDEOGRAPH-2AF63",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF64,
        name: "CJK UNIFIED IDEOGRAPH-2AF64",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF65,
        name: "CJK UNIFIED IDEOGRAPH-2AF65",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF66,
        name: "CJK UNIFIED IDEOGRAPH-2AF66",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF67,
        name: "CJK UNIFIED IDEOGRAPH-2AF67",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF68,
        name: "CJK UNIFIED IDEOGRAPH-2AF68",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF69,
        name: "CJK UNIFIED IDEOGRAPH-2AF69",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF6A,
        name: "CJK UNIFIED IDEOGRAPH-2AF6A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF6B,
        name: "CJK UNIFIED IDEOGRAPH-2AF6B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF6C,
        name: "CJK UNIFIED IDEOGRAPH-2AF6C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF6D,
        name: "CJK UNIFIED IDEOGRAPH-2AF6D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF6E,
        name: "CJK UNIFIED IDEOGRAPH-2AF6E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF6F,
        name: "CJK UNIFIED IDEOGRAPH-2AF6F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF70,
        name: "CJK UNIFIED IDEOGRAPH-2AF70",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF71,
        name: "CJK UNIFIED IDEOGRAPH-2AF71",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF72,
        name: "CJK UNIFIED IDEOGRAPH-2AF72",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF73,
        name: "CJK UNIFIED IDEOGRAPH-2AF73",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF74,
        name: "CJK UNIFIED IDEOGRAPH-2AF74",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF75,
        name: "CJK UNIFIED IDEOGRAPH-2AF75",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF76,
        name: "CJK UNIFIED IDEOGRAPH-2AF76",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF77,
        name: "CJK UNIFIED IDEOGRAPH-2AF77",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF78,
        name: "CJK UNIFIED IDEOGRAPH-2AF78",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF79,
        name: "CJK UNIFIED IDEOGRAPH-2AF79",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF7A,
        name: "CJK UNIFIED IDEOGRAPH-2AF7A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF7B,
        name: "CJK UNIFIED IDEOGRAPH-2AF7B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF7C,
        name: "CJK UNIFIED IDEOGRAPH-2AF7C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF7D,
        name: "CJK UNIFIED IDEOGRAPH-2AF7D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF7E,
        name: "CJK UNIFIED IDEOGRAPH-2AF7E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF7F,
        name: "CJK UNIFIED IDEOGRAPH-2AF7F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF80,
        name: "CJK UNIFIED IDEOGRAPH-2AF80",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF81,
        name: "CJK UNIFIED IDEOGRAPH-2AF81",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF82,
        name: "CJK UNIFIED IDEOGRAPH-2AF82",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF83,
        name: "CJK UNIFIED IDEOGRAPH-2AF83",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF84,
        name: "CJK UNIFIED IDEOGRAPH-2AF84",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF85,
        name: "CJK UNIFIED IDEOGRAPH-2AF85",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF86,
        name: "CJK UNIFIED IDEOGRAPH-2AF86",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF87,
        name: "CJK UNIFIED IDEOGRAPH-2AF87",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF88,
        name: "CJK UNIFIED IDEOGRAPH-2AF88",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF89,
        name: "CJK UNIFIED IDEOGRAPH-2AF89",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF8A,
        name: "CJK UNIFIED IDEOGRAPH-2AF8A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF8B,
        name: "CJK UNIFIED IDEOGRAPH-2AF8B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF8C,
        name: "CJK UNIFIED IDEOGRAPH-2AF8C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF8D,
        name: "CJK UNIFIED IDEOGRAPH-2AF8D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF8E,
        name: "CJK UNIFIED IDEOGRAPH-2AF8E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF8F,
        name: "CJK UNIFIED IDEOGRAPH-2AF8F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF90,
        name: "CJK UNIFIED IDEOGRAPH-2AF90",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF91,
        name: "CJK UNIFIED IDEOGRAPH-2AF91",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF92,
        name: "CJK UNIFIED IDEOGRAPH-2AF92",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF93,
        name: "CJK UNIFIED IDEOGRAPH-2AF93",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF94,
        name: "CJK UNIFIED IDEOGRAPH-2AF94",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF95,
        name: "CJK UNIFIED IDEOGRAPH-2AF95",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF96,
        name: "CJK UNIFIED IDEOGRAPH-2AF96",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF97,
        name: "CJK UNIFIED IDEOGRAPH-2AF97",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF98,
        name: "CJK UNIFIED IDEOGRAPH-2AF98",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF99,
        name: "CJK UNIFIED IDEOGRAPH-2AF99",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF9A,
        name: "CJK UNIFIED IDEOGRAPH-2AF9A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF9B,
        name: "CJK UNIFIED IDEOGRAPH-2AF9B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF9C,
        name: "CJK UNIFIED IDEOGRAPH-2AF9C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF9D,
        name: "CJK UNIFIED IDEOGRAPH-2AF9D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF9E,
        name: "CJK UNIFIED IDEOGRAPH-2AF9E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AF9F,
        name: "CJK UNIFIED IDEOGRAPH-2AF9F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA0,
        name: "CJK UNIFIED IDEOGRAPH-2AFA0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA1,
        name: "CJK UNIFIED IDEOGRAPH-2AFA1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA2,
        name: "CJK UNIFIED IDEOGRAPH-2AFA2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA3,
        name: "CJK UNIFIED IDEOGRAPH-2AFA3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA4,
        name: "CJK UNIFIED IDEOGRAPH-2AFA4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA5,
        name: "CJK UNIFIED IDEOGRAPH-2AFA5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA6,
        name: "CJK UNIFIED IDEOGRAPH-2AFA6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA7,
        name: "CJK UNIFIED IDEOGRAPH-2AFA7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA8,
        name: "CJK UNIFIED IDEOGRAPH-2AFA8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFA9,
        name: "CJK UNIFIED IDEOGRAPH-2AFA9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFAA,
        name: "CJK UNIFIED IDEOGRAPH-2AFAA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFAB,
        name: "CJK UNIFIED IDEOGRAPH-2AFAB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFAC,
        name: "CJK UNIFIED IDEOGRAPH-2AFAC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFAD,
        name: "CJK UNIFIED IDEOGRAPH-2AFAD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFAE,
        name: "CJK UNIFIED IDEOGRAPH-2AFAE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFAF,
        name: "CJK UNIFIED IDEOGRAPH-2AFAF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB0,
        name: "CJK UNIFIED IDEOGRAPH-2AFB0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB1,
        name: "CJK UNIFIED IDEOGRAPH-2AFB1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB2,
        name: "CJK UNIFIED IDEOGRAPH-2AFB2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB3,
        name: "CJK UNIFIED IDEOGRAPH-2AFB3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB4,
        name: "CJK UNIFIED IDEOGRAPH-2AFB4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB5,
        name: "CJK UNIFIED IDEOGRAPH-2AFB5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB6,
        name: "CJK UNIFIED IDEOGRAPH-2AFB6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB7,
        name: "CJK UNIFIED IDEOGRAPH-2AFB7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB8,
        name: "CJK UNIFIED IDEOGRAPH-2AFB8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFB9,
        name: "CJK UNIFIED IDEOGRAPH-2AFB9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFBA,
        name: "CJK UNIFIED IDEOGRAPH-2AFBA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFBB,
        name: "CJK UNIFIED IDEOGRAPH-2AFBB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFBC,
        name: "CJK UNIFIED IDEOGRAPH-2AFBC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFBD,
        name: "CJK UNIFIED IDEOGRAPH-2AFBD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFBE,
        name: "CJK UNIFIED IDEOGRAPH-2AFBE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFBF,
        name: "CJK UNIFIED IDEOGRAPH-2AFBF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC0,
        name: "CJK UNIFIED IDEOGRAPH-2AFC0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC1,
        name: "CJK UNIFIED IDEOGRAPH-2AFC1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC2,
        name: "CJK UNIFIED IDEOGRAPH-2AFC2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC3,
        name: "CJK UNIFIED IDEOGRAPH-2AFC3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC4,
        name: "CJK UNIFIED IDEOGRAPH-2AFC4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC5,
        name: "CJK UNIFIED IDEOGRAPH-2AFC5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC6,
        name: "CJK UNIFIED IDEOGRAPH-2AFC6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC7,
        name: "CJK UNIFIED IDEOGRAPH-2AFC7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC8,
        name: "CJK UNIFIED IDEOGRAPH-2AFC8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFC9,
        name: "CJK UNIFIED IDEOGRAPH-2AFC9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFCA,
        name: "CJK UNIFIED IDEOGRAPH-2AFCA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFCB,
        name: "CJK UNIFIED IDEOGRAPH-2AFCB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFCC,
        name: "CJK UNIFIED IDEOGRAPH-2AFCC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFCD,
        name: "CJK UNIFIED IDEOGRAPH-2AFCD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFCE,
        name: "CJK UNIFIED IDEOGRAPH-2AFCE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFCF,
        name: "CJK UNIFIED IDEOGRAPH-2AFCF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD0,
        name: "CJK UNIFIED IDEOGRAPH-2AFD0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD1,
        name: "CJK UNIFIED IDEOGRAPH-2AFD1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD2,
        name: "CJK UNIFIED IDEOGRAPH-2AFD2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD3,
        name: "CJK UNIFIED IDEOGRAPH-2AFD3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD4,
        name: "CJK UNIFIED IDEOGRAPH-2AFD4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD5,
        name: "CJK UNIFIED IDEOGRAPH-2AFD5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD6,
        name: "CJK UNIFIED IDEOGRAPH-2AFD6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD7,
        name: "CJK UNIFIED IDEOGRAPH-2AFD7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD8,
        name: "CJK UNIFIED IDEOGRAPH-2AFD8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFD9,
        name: "CJK UNIFIED IDEOGRAPH-2AFD9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFDA,
        name: "CJK UNIFIED IDEOGRAPH-2AFDA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFDB,
        name: "CJK UNIFIED IDEOGRAPH-2AFDB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFDC,
        name: "CJK UNIFIED IDEOGRAPH-2AFDC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFDD,
        name: "CJK UNIFIED IDEOGRAPH-2AFDD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFDE,
        name: "CJK UNIFIED IDEOGRAPH-2AFDE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFDF,
        name: "CJK UNIFIED IDEOGRAPH-2AFDF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE0,
        name: "CJK UNIFIED IDEOGRAPH-2AFE0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE1,
        name: "CJK UNIFIED IDEOGRAPH-2AFE1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE2,
        name: "CJK UNIFIED IDEOGRAPH-2AFE2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE3,
        name: "CJK UNIFIED IDEOGRAPH-2AFE3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE4,
        name: "CJK UNIFIED IDEOGRAPH-2AFE4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE5,
        name: "CJK UNIFIED IDEOGRAPH-2AFE5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE6,
        name: "CJK UNIFIED IDEOGRAPH-2AFE6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE7,
        name: "CJK UNIFIED IDEOGRAPH-2AFE7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE8,
        name: "CJK UNIFIED IDEOGRAPH-2AFE8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFE9,
        name: "CJK UNIFIED IDEOGRAPH-2AFE9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFEA,
        name: "CJK UNIFIED IDEOGRAPH-2AFEA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFEB,
        name: "CJK UNIFIED IDEOGRAPH-2AFEB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFEC,
        name: "CJK UNIFIED IDEOGRAPH-2AFEC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFED,
        name: "CJK UNIFIED IDEOGRAPH-2AFED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFEE,
        name: "CJK UNIFIED IDEOGRAPH-2AFEE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFEF,
        name: "CJK UNIFIED IDEOGRAPH-2AFEF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF0,
        name: "CJK UNIFIED IDEOGRAPH-2AFF0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF1,
        name: "CJK UNIFIED IDEOGRAPH-2AFF1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF2,
        name: "CJK UNIFIED IDEOGRAPH-2AFF2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF3,
        name: "CJK UNIFIED IDEOGRAPH-2AFF3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF4,
        name: "CJK UNIFIED IDEOGRAPH-2AFF4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF5,
        name: "CJK UNIFIED IDEOGRAPH-2AFF5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF6,
        name: "CJK UNIFIED IDEOGRAPH-2AFF6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF7,
        name: "CJK UNIFIED IDEOGRAPH-2AFF7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF8,
        name: "CJK UNIFIED IDEOGRAPH-2AFF8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFF9,
        name: "CJK UNIFIED IDEOGRAPH-2AFF9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFFA,
        name: "CJK UNIFIED IDEOGRAPH-2AFFA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFFB,
        name: "CJK UNIFIED IDEOGRAPH-2AFFB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFFC,
        name: "CJK UNIFIED IDEOGRAPH-2AFFC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFFD,
        name: "CJK UNIFIED IDEOGRAPH-2AFFD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFFE,
        name: "CJK UNIFIED IDEOGRAPH-2AFFE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2AFFF,
        name: "CJK UNIFIED IDEOGRAPH-2AFFF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B000,
        name: "CJK UNIFIED IDEOGRAPH-2B000",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B001,
        name: "CJK UNIFIED IDEOGRAPH-2B001",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B002,
        name: "CJK UNIFIED IDEOGRAPH-2B002",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B003,
        name: "CJK UNIFIED IDEOGRAPH-2B003",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B004,
        name: "CJK UNIFIED IDEOGRAPH-2B004",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B005,
        name: "CJK UNIFIED IDEOGRAPH-2B005",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B006,
        name: "CJK UNIFIED IDEOGRAPH-2B006",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B007,
        name: "CJK UNIFIED IDEOGRAPH-2B007",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B008,
        name: "CJK UNIFIED IDEOGRAPH-2B008",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B009,
        name: "CJK UNIFIED IDEOGRAPH-2B009",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B00A,
        name: "CJK UNIFIED IDEOGRAPH-2B00A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B00B,
        name: "CJK UNIFIED IDEOGRAPH-2B00B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B00C,
        name: "CJK UNIFIED IDEOGRAPH-2B00C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B00D,
        name: "CJK UNIFIED IDEOGRAPH-2B00D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B00E,
        name: "CJK UNIFIED IDEOGRAPH-2B00E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B00F,
        name: "CJK UNIFIED IDEOGRAPH-2B00F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B010,
        name: "CJK UNIFIED IDEOGRAPH-2B010",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B011,
        name: "CJK UNIFIED IDEOGRAPH-2B011",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B012,
        name: "CJK UNIFIED IDEOGRAPH-2B012",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B013,
        name: "CJK UNIFIED IDEOGRAPH-2B013",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B014,
        name: "CJK UNIFIED IDEOGRAPH-2B014",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B015,
        name: "CJK UNIFIED IDEOGRAPH-2B015",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B016,
        name: "CJK UNIFIED IDEOGRAPH-2B016",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B017,
        name: "CJK UNIFIED IDEOGRAPH-2B017",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B018,
        name: "CJK UNIFIED IDEOGRAPH-2B018",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B019,
        name: "CJK UNIFIED IDEOGRAPH-2B019",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B01A,
        name: "CJK UNIFIED IDEOGRAPH-2B01A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B01B,
        name: "CJK UNIFIED IDEOGRAPH-2B01B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B01C,
        name: "CJK UNIFIED IDEOGRAPH-2B01C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B01D,
        name: "CJK UNIFIED IDEOGRAPH-2B01D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B01E,
        name: "CJK UNIFIED IDEOGRAPH-2B01E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B01F,
        name: "CJK UNIFIED IDEOGRAPH-2B01F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B020,
        name: "CJK UNIFIED IDEOGRAPH-2B020",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B021,
        name: "CJK UNIFIED IDEOGRAPH-2B021",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B022,
        name: "CJK UNIFIED IDEOGRAPH-2B022",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B023,
        name: "CJK UNIFIED IDEOGRAPH-2B023",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B024,
        name: "CJK UNIFIED IDEOGRAPH-2B024",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B025,
        name: "CJK UNIFIED IDEOGRAPH-2B025",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B026,
        name: "CJK UNIFIED IDEOGRAPH-2B026",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B027,
        name: "CJK UNIFIED IDEOGRAPH-2B027",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B028,
        name: "CJK UNIFIED IDEOGRAPH-2B028",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B029,
        name: "CJK UNIFIED IDEOGRAPH-2B029",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B02A,
        name: "CJK UNIFIED IDEOGRAPH-2B02A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B02B,
        name: "CJK UNIFIED IDEOGRAPH-2B02B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B02C,
        name: "CJK UNIFIED IDEOGRAPH-2B02C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B02D,
        name: "CJK UNIFIED IDEOGRAPH-2B02D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B02E,
        name: "CJK UNIFIED IDEOGRAPH-2B02E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B02F,
        name: "CJK UNIFIED IDEOGRAPH-2B02F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B030,
        name: "CJK UNIFIED IDEOGRAPH-2B030",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B031,
        name: "CJK UNIFIED IDEOGRAPH-2B031",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B032,
        name: "CJK UNIFIED IDEOGRAPH-2B032",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B033,
        name: "CJK UNIFIED IDEOGRAPH-2B033",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B034,
        name: "CJK UNIFIED IDEOGRAPH-2B034",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B035,
        name: "CJK UNIFIED IDEOGRAPH-2B035",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B036,
        name: "CJK UNIFIED IDEOGRAPH-2B036",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B037,
        name: "CJK UNIFIED IDEOGRAPH-2B037",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B038,
        name: "CJK UNIFIED IDEOGRAPH-2B038",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B039,
        name: "CJK UNIFIED IDEOGRAPH-2B039",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B03A,
        name: "CJK UNIFIED IDEOGRAPH-2B03A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B03B,
        name: "CJK UNIFIED IDEOGRAPH-2B03B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B03C,
        name: "CJK UNIFIED IDEOGRAPH-2B03C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B03D,
        name: "CJK UNIFIED IDEOGRAPH-2B03D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B03E,
        name: "CJK UNIFIED IDEOGRAPH-2B03E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B03F,
        name: "CJK UNIFIED IDEOGRAPH-2B03F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B040,
        name: "CJK UNIFIED IDEOGRAPH-2B040",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B041,
        name: "CJK UNIFIED IDEOGRAPH-2B041",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B042,
        name: "CJK UNIFIED IDEOGRAPH-2B042",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B043,
        name: "CJK UNIFIED IDEOGRAPH-2B043",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B044,
        name: "CJK UNIFIED IDEOGRAPH-2B044",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B045,
        name: "CJK UNIFIED IDEOGRAPH-2B045",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B046,
        name: "CJK UNIFIED IDEOGRAPH-2B046",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B047,
        name: "CJK UNIFIED IDEOGRAPH-2B047",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B048,
        name: "CJK UNIFIED IDEOGRAPH-2B048",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B049,
        name: "CJK UNIFIED IDEOGRAPH-2B049",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B04A,
        name: "CJK UNIFIED IDEOGRAPH-2B04A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B04B,
        name: "CJK UNIFIED IDEOGRAPH-2B04B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B04C,
        name: "CJK UNIFIED IDEOGRAPH-2B04C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B04D,
        name: "CJK UNIFIED IDEOGRAPH-2B04D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B04E,
        name: "CJK UNIFIED IDEOGRAPH-2B04E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B04F,
        name: "CJK UNIFIED IDEOGRAPH-2B04F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B050,
        name: "CJK UNIFIED IDEOGRAPH-2B050",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B051,
        name: "CJK UNIFIED IDEOGRAPH-2B051",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B052,
        name: "CJK UNIFIED IDEOGRAPH-2B052",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B053,
        name: "CJK UNIFIED IDEOGRAPH-2B053",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B054,
        name: "CJK UNIFIED IDEOGRAPH-2B054",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B055,
        name: "CJK UNIFIED IDEOGRAPH-2B055",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B056,
        name: "CJK UNIFIED IDEOGRAPH-2B056",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B057,
        name: "CJK UNIFIED IDEOGRAPH-2B057",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B058,
        name: "CJK UNIFIED IDEOGRAPH-2B058",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B059,
        name: "CJK UNIFIED IDEOGRAPH-2B059",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B05A,
        name: "CJK UNIFIED IDEOGRAPH-2B05A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B05B,
        name: "CJK UNIFIED IDEOGRAPH-2B05B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B05C,
        name: "CJK UNIFIED IDEOGRAPH-2B05C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B05D,
        name: "CJK UNIFIED IDEOGRAPH-2B05D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B05E,
        name: "CJK UNIFIED IDEOGRAPH-2B05E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B05F,
        name: "CJK UNIFIED IDEOGRAPH-2B05F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B060,
        name: "CJK UNIFIED IDEOGRAPH-2B060",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B061,
        name: "CJK UNIFIED IDEOGRAPH-2B061",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B062,
        name: "CJK UNIFIED IDEOGRAPH-2B062",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B063,
        name: "CJK UNIFIED IDEOGRAPH-2B063",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B064,
        name: "CJK UNIFIED IDEOGRAPH-2B064",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B065,
        name: "CJK UNIFIED IDEOGRAPH-2B065",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B066,
        name: "CJK UNIFIED IDEOGRAPH-2B066",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B067,
        name: "CJK UNIFIED IDEOGRAPH-2B067",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B068,
        name: "CJK UNIFIED IDEOGRAPH-2B068",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B069,
        name: "CJK UNIFIED IDEOGRAPH-2B069",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B06A,
        name: "CJK UNIFIED IDEOGRAPH-2B06A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B06B,
        name: "CJK UNIFIED IDEOGRAPH-2B06B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B06C,
        name: "CJK UNIFIED IDEOGRAPH-2B06C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B06D,
        name: "CJK UNIFIED IDEOGRAPH-2B06D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B06E,
        name: "CJK UNIFIED IDEOGRAPH-2B06E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B06F,
        name: "CJK UNIFIED IDEOGRAPH-2B06F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B070,
        name: "CJK UNIFIED IDEOGRAPH-2B070",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B071,
        name: "CJK UNIFIED IDEOGRAPH-2B071",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B072,
        name: "CJK UNIFIED IDEOGRAPH-2B072",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B073,
        name: "CJK UNIFIED IDEOGRAPH-2B073",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B074,
        name: "CJK UNIFIED IDEOGRAPH-2B074",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B075,
        name: "CJK UNIFIED IDEOGRAPH-2B075",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B076,
        name: "CJK UNIFIED IDEOGRAPH-2B076",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B077,
        name: "CJK UNIFIED IDEOGRAPH-2B077",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B078,
        name: "CJK UNIFIED IDEOGRAPH-2B078",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B079,
        name: "CJK UNIFIED IDEOGRAPH-2B079",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B07A,
        name: "CJK UNIFIED IDEOGRAPH-2B07A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B07B,
        name: "CJK UNIFIED IDEOGRAPH-2B07B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B07C,
        name: "CJK UNIFIED IDEOGRAPH-2B07C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B07D,
        name: "CJK UNIFIED IDEOGRAPH-2B07D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B07E,
        name: "CJK UNIFIED IDEOGRAPH-2B07E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B07F,
        name: "CJK UNIFIED IDEOGRAPH-2B07F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B080,
        name: "CJK UNIFIED IDEOGRAPH-2B080",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B081,
        name: "CJK UNIFIED IDEOGRAPH-2B081",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B082,
        name: "CJK UNIFIED IDEOGRAPH-2B082",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B083,
        name: "CJK UNIFIED IDEOGRAPH-2B083",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B084,
        name: "CJK UNIFIED IDEOGRAPH-2B084",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B085,
        name: "CJK UNIFIED IDEOGRAPH-2B085",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B086,
        name: "CJK UNIFIED IDEOGRAPH-2B086",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B087,
        name: "CJK UNIFIED IDEOGRAPH-2B087",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B088,
        name: "CJK UNIFIED IDEOGRAPH-2B088",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B089,
        name: "CJK UNIFIED IDEOGRAPH-2B089",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B08A,
        name: "CJK UNIFIED IDEOGRAPH-2B08A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B08B,
        name: "CJK UNIFIED IDEOGRAPH-2B08B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B08C,
        name: "CJK UNIFIED IDEOGRAPH-2B08C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B08D,
        name: "CJK UNIFIED IDEOGRAPH-2B08D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B08E,
        name: "CJK UNIFIED IDEOGRAPH-2B08E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B08F,
        name: "CJK UNIFIED IDEOGRAPH-2B08F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B090,
        name: "CJK UNIFIED IDEOGRAPH-2B090",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B091,
        name: "CJK UNIFIED IDEOGRAPH-2B091",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B092,
        name: "CJK UNIFIED IDEOGRAPH-2B092",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B093,
        name: "CJK UNIFIED IDEOGRAPH-2B093",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B094,
        name: "CJK UNIFIED IDEOGRAPH-2B094",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B095,
        name: "CJK UNIFIED IDEOGRAPH-2B095",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B096,
        name: "CJK UNIFIED IDEOGRAPH-2B096",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B097,
        name: "CJK UNIFIED IDEOGRAPH-2B097",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B098,
        name: "CJK UNIFIED IDEOGRAPH-2B098",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B099,
        name: "CJK UNIFIED IDEOGRAPH-2B099",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B09A,
        name: "CJK UNIFIED IDEOGRAPH-2B09A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B09B,
        name: "CJK UNIFIED IDEOGRAPH-2B09B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B09C,
        name: "CJK UNIFIED IDEOGRAPH-2B09C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B09D,
        name: "CJK UNIFIED IDEOGRAPH-2B09D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B09E,
        name: "CJK UNIFIED IDEOGRAPH-2B09E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B09F,
        name: "CJK UNIFIED IDEOGRAPH-2B09F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A0,
        name: "CJK UNIFIED IDEOGRAPH-2B0A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A1,
        name: "CJK UNIFIED IDEOGRAPH-2B0A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A2,
        name: "CJK UNIFIED IDEOGRAPH-2B0A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A3,
        name: "CJK UNIFIED IDEOGRAPH-2B0A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A4,
        name: "CJK UNIFIED IDEOGRAPH-2B0A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A5,
        name: "CJK UNIFIED IDEOGRAPH-2B0A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A6,
        name: "CJK UNIFIED IDEOGRAPH-2B0A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A7,
        name: "CJK UNIFIED IDEOGRAPH-2B0A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A8,
        name: "CJK UNIFIED IDEOGRAPH-2B0A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0A9,
        name: "CJK UNIFIED IDEOGRAPH-2B0A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0AA,
        name: "CJK UNIFIED IDEOGRAPH-2B0AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0AB,
        name: "CJK UNIFIED IDEOGRAPH-2B0AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0AC,
        name: "CJK UNIFIED IDEOGRAPH-2B0AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0AD,
        name: "CJK UNIFIED IDEOGRAPH-2B0AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0AE,
        name: "CJK UNIFIED IDEOGRAPH-2B0AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0AF,
        name: "CJK UNIFIED IDEOGRAPH-2B0AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B0,
        name: "CJK UNIFIED IDEOGRAPH-2B0B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B1,
        name: "CJK UNIFIED IDEOGRAPH-2B0B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B2,
        name: "CJK UNIFIED IDEOGRAPH-2B0B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B3,
        name: "CJK UNIFIED IDEOGRAPH-2B0B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B4,
        name: "CJK UNIFIED IDEOGRAPH-2B0B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B5,
        name: "CJK UNIFIED IDEOGRAPH-2B0B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B6,
        name: "CJK UNIFIED IDEOGRAPH-2B0B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B7,
        name: "CJK UNIFIED IDEOGRAPH-2B0B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B8,
        name: "CJK UNIFIED IDEOGRAPH-2B0B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0B9,
        name: "CJK UNIFIED IDEOGRAPH-2B0B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0BA,
        name: "CJK UNIFIED IDEOGRAPH-2B0BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0BB,
        name: "CJK UNIFIED IDEOGRAPH-2B0BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0BC,
        name: "CJK UNIFIED IDEOGRAPH-2B0BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0BD,
        name: "CJK UNIFIED IDEOGRAPH-2B0BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0BE,
        name: "CJK UNIFIED IDEOGRAPH-2B0BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0BF,
        name: "CJK UNIFIED IDEOGRAPH-2B0BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C0,
        name: "CJK UNIFIED IDEOGRAPH-2B0C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C1,
        name: "CJK UNIFIED IDEOGRAPH-2B0C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C2,
        name: "CJK UNIFIED IDEOGRAPH-2B0C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C3,
        name: "CJK UNIFIED IDEOGRAPH-2B0C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C4,
        name: "CJK UNIFIED IDEOGRAPH-2B0C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C5,
        name: "CJK UNIFIED IDEOGRAPH-2B0C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C6,
        name: "CJK UNIFIED IDEOGRAPH-2B0C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C7,
        name: "CJK UNIFIED IDEOGRAPH-2B0C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C8,
        name: "CJK UNIFIED IDEOGRAPH-2B0C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0C9,
        name: "CJK UNIFIED IDEOGRAPH-2B0C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0CA,
        name: "CJK UNIFIED IDEOGRAPH-2B0CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0CB,
        name: "CJK UNIFIED IDEOGRAPH-2B0CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0CC,
        name: "CJK UNIFIED IDEOGRAPH-2B0CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0CD,
        name: "CJK UNIFIED IDEOGRAPH-2B0CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0CE,
        name: "CJK UNIFIED IDEOGRAPH-2B0CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0CF,
        name: "CJK UNIFIED IDEOGRAPH-2B0CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D0,
        name: "CJK UNIFIED IDEOGRAPH-2B0D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D1,
        name: "CJK UNIFIED IDEOGRAPH-2B0D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D2,
        name: "CJK UNIFIED IDEOGRAPH-2B0D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D3,
        name: "CJK UNIFIED IDEOGRAPH-2B0D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D4,
        name: "CJK UNIFIED IDEOGRAPH-2B0D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D5,
        name: "CJK UNIFIED IDEOGRAPH-2B0D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D6,
        name: "CJK UNIFIED IDEOGRAPH-2B0D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D7,
        name: "CJK UNIFIED IDEOGRAPH-2B0D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D8,
        name: "CJK UNIFIED IDEOGRAPH-2B0D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0D9,
        name: "CJK UNIFIED IDEOGRAPH-2B0D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0DA,
        name: "CJK UNIFIED IDEOGRAPH-2B0DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0DB,
        name: "CJK UNIFIED IDEOGRAPH-2B0DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0DC,
        name: "CJK UNIFIED IDEOGRAPH-2B0DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0DD,
        name: "CJK UNIFIED IDEOGRAPH-2B0DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0DE,
        name: "CJK UNIFIED IDEOGRAPH-2B0DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0DF,
        name: "CJK UNIFIED IDEOGRAPH-2B0DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E0,
        name: "CJK UNIFIED IDEOGRAPH-2B0E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E1,
        name: "CJK UNIFIED IDEOGRAPH-2B0E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E2,
        name: "CJK UNIFIED IDEOGRAPH-2B0E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E3,
        name: "CJK UNIFIED IDEOGRAPH-2B0E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E4,
        name: "CJK UNIFIED IDEOGRAPH-2B0E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E5,
        name: "CJK UNIFIED IDEOGRAPH-2B0E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E6,
        name: "CJK UNIFIED IDEOGRAPH-2B0E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E7,
        name: "CJK UNIFIED IDEOGRAPH-2B0E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E8,
        name: "CJK UNIFIED IDEOGRAPH-2B0E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0E9,
        name: "CJK UNIFIED IDEOGRAPH-2B0E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0EA,
        name: "CJK UNIFIED IDEOGRAPH-2B0EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0EB,
        name: "CJK UNIFIED IDEOGRAPH-2B0EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0EC,
        name: "CJK UNIFIED IDEOGRAPH-2B0EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0ED,
        name: "CJK UNIFIED IDEOGRAPH-2B0ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0EE,
        name: "CJK UNIFIED IDEOGRAPH-2B0EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0EF,
        name: "CJK UNIFIED IDEOGRAPH-2B0EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F0,
        name: "CJK UNIFIED IDEOGRAPH-2B0F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F1,
        name: "CJK UNIFIED IDEOGRAPH-2B0F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F2,
        name: "CJK UNIFIED IDEOGRAPH-2B0F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F3,
        name: "CJK UNIFIED IDEOGRAPH-2B0F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F4,
        name: "CJK UNIFIED IDEOGRAPH-2B0F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F5,
        name: "CJK UNIFIED IDEOGRAPH-2B0F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F6,
        name: "CJK UNIFIED IDEOGRAPH-2B0F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F7,
        name: "CJK UNIFIED IDEOGRAPH-2B0F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F8,
        name: "CJK UNIFIED IDEOGRAPH-2B0F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0F9,
        name: "CJK UNIFIED IDEOGRAPH-2B0F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0FA,
        name: "CJK UNIFIED IDEOGRAPH-2B0FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0FB,
        name: "CJK UNIFIED IDEOGRAPH-2B0FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0FC,
        name: "CJK UNIFIED IDEOGRAPH-2B0FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0FD,
        name: "CJK UNIFIED IDEOGRAPH-2B0FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0FE,
        name: "CJK UNIFIED IDEOGRAPH-2B0FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B0FF,
        name: "CJK UNIFIED IDEOGRAPH-2B0FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B100,
        name: "CJK UNIFIED IDEOGRAPH-2B100",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B101,
        name: "CJK UNIFIED IDEOGRAPH-2B101",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B102,
        name: "CJK UNIFIED IDEOGRAPH-2B102",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B103,
        name: "CJK UNIFIED IDEOGRAPH-2B103",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B104,
        name: "CJK UNIFIED IDEOGRAPH-2B104",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B105,
        name: "CJK UNIFIED IDEOGRAPH-2B105",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B106,
        name: "CJK UNIFIED IDEOGRAPH-2B106",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B107,
        name: "CJK UNIFIED IDEOGRAPH-2B107",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B108,
        name: "CJK UNIFIED IDEOGRAPH-2B108",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B109,
        name: "CJK UNIFIED IDEOGRAPH-2B109",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B10A,
        name: "CJK UNIFIED IDEOGRAPH-2B10A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B10B,
        name: "CJK UNIFIED IDEOGRAPH-2B10B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B10C,
        name: "CJK UNIFIED IDEOGRAPH-2B10C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B10D,
        name: "CJK UNIFIED IDEOGRAPH-2B10D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B10E,
        name: "CJK UNIFIED IDEOGRAPH-2B10E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B10F,
        name: "CJK UNIFIED IDEOGRAPH-2B10F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B110,
        name: "CJK UNIFIED IDEOGRAPH-2B110",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B111,
        name: "CJK UNIFIED IDEOGRAPH-2B111",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B112,
        name: "CJK UNIFIED IDEOGRAPH-2B112",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B113,
        name: "CJK UNIFIED IDEOGRAPH-2B113",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B114,
        name: "CJK UNIFIED IDEOGRAPH-2B114",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B115,
        name: "CJK UNIFIED IDEOGRAPH-2B115",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B116,
        name: "CJK UNIFIED IDEOGRAPH-2B116",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B117,
        name: "CJK UNIFIED IDEOGRAPH-2B117",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B118,
        name: "CJK UNIFIED IDEOGRAPH-2B118",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B119,
        name: "CJK UNIFIED IDEOGRAPH-2B119",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B11A,
        name: "CJK UNIFIED IDEOGRAPH-2B11A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B11B,
        name: "CJK UNIFIED IDEOGRAPH-2B11B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B11C,
        name: "CJK UNIFIED IDEOGRAPH-2B11C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B11D,
        name: "CJK UNIFIED IDEOGRAPH-2B11D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B11E,
        name: "CJK UNIFIED IDEOGRAPH-2B11E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B11F,
        name: "CJK UNIFIED IDEOGRAPH-2B11F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B120,
        name: "CJK UNIFIED IDEOGRAPH-2B120",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B121,
        name: "CJK UNIFIED IDEOGRAPH-2B121",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B122,
        name: "CJK UNIFIED IDEOGRAPH-2B122",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B123,
        name: "CJK UNIFIED IDEOGRAPH-2B123",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B124,
        name: "CJK UNIFIED IDEOGRAPH-2B124",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B125,
        name: "CJK UNIFIED IDEOGRAPH-2B125",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B126,
        name: "CJK UNIFIED IDEOGRAPH-2B126",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B127,
        name: "CJK UNIFIED IDEOGRAPH-2B127",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B128,
        name: "CJK UNIFIED IDEOGRAPH-2B128",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B129,
        name: "CJK UNIFIED IDEOGRAPH-2B129",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B12A,
        name: "CJK UNIFIED IDEOGRAPH-2B12A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B12B,
        name: "CJK UNIFIED IDEOGRAPH-2B12B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B12C,
        name: "CJK UNIFIED IDEOGRAPH-2B12C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B12D,
        name: "CJK UNIFIED IDEOGRAPH-2B12D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B12E,
        name: "CJK UNIFIED IDEOGRAPH-2B12E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B12F,
        name: "CJK UNIFIED IDEOGRAPH-2B12F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B130,
        name: "CJK UNIFIED IDEOGRAPH-2B130",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B131,
        name: "CJK UNIFIED IDEOGRAPH-2B131",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B132,
        name: "CJK UNIFIED IDEOGRAPH-2B132",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B133,
        name: "CJK UNIFIED IDEOGRAPH-2B133",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B134,
        name: "CJK UNIFIED IDEOGRAPH-2B134",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B135,
        name: "CJK UNIFIED IDEOGRAPH-2B135",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B136,
        name: "CJK UNIFIED IDEOGRAPH-2B136",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B137,
        name: "CJK UNIFIED IDEOGRAPH-2B137",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B138,
        name: "CJK UNIFIED IDEOGRAPH-2B138",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B139,
        name: "CJK UNIFIED IDEOGRAPH-2B139",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B13A,
        name: "CJK UNIFIED IDEOGRAPH-2B13A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B13B,
        name: "CJK UNIFIED IDEOGRAPH-2B13B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B13C,
        name: "CJK UNIFIED IDEOGRAPH-2B13C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B13D,
        name: "CJK UNIFIED IDEOGRAPH-2B13D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B13E,
        name: "CJK UNIFIED IDEOGRAPH-2B13E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B13F,
        name: "CJK UNIFIED IDEOGRAPH-2B13F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B140,
        name: "CJK UNIFIED IDEOGRAPH-2B140",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B141,
        name: "CJK UNIFIED IDEOGRAPH-2B141",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B142,
        name: "CJK UNIFIED IDEOGRAPH-2B142",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B143,
        name: "CJK UNIFIED IDEOGRAPH-2B143",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B144,
        name: "CJK UNIFIED IDEOGRAPH-2B144",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B145,
        name: "CJK UNIFIED IDEOGRAPH-2B145",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B146,
        name: "CJK UNIFIED IDEOGRAPH-2B146",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B147,
        name: "CJK UNIFIED IDEOGRAPH-2B147",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B148,
        name: "CJK UNIFIED IDEOGRAPH-2B148",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B149,
        name: "CJK UNIFIED IDEOGRAPH-2B149",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B14A,
        name: "CJK UNIFIED IDEOGRAPH-2B14A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B14B,
        name: "CJK UNIFIED IDEOGRAPH-2B14B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B14C,
        name: "CJK UNIFIED IDEOGRAPH-2B14C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B14D,
        name: "CJK UNIFIED IDEOGRAPH-2B14D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B14E,
        name: "CJK UNIFIED IDEOGRAPH-2B14E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B14F,
        name: "CJK UNIFIED IDEOGRAPH-2B14F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B150,
        name: "CJK UNIFIED IDEOGRAPH-2B150",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B151,
        name: "CJK UNIFIED IDEOGRAPH-2B151",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B152,
        name: "CJK UNIFIED IDEOGRAPH-2B152",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B153,
        name: "CJK UNIFIED IDEOGRAPH-2B153",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B154,
        name: "CJK UNIFIED IDEOGRAPH-2B154",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B155,
        name: "CJK UNIFIED IDEOGRAPH-2B155",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B156,
        name: "CJK UNIFIED IDEOGRAPH-2B156",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B157,
        name: "CJK UNIFIED IDEOGRAPH-2B157",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B158,
        name: "CJK UNIFIED IDEOGRAPH-2B158",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B159,
        name: "CJK UNIFIED IDEOGRAPH-2B159",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B15A,
        name: "CJK UNIFIED IDEOGRAPH-2B15A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B15B,
        name: "CJK UNIFIED IDEOGRAPH-2B15B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B15C,
        name: "CJK UNIFIED IDEOGRAPH-2B15C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B15D,
        name: "CJK UNIFIED IDEOGRAPH-2B15D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B15E,
        name: "CJK UNIFIED IDEOGRAPH-2B15E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B15F,
        name: "CJK UNIFIED IDEOGRAPH-2B15F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B160,
        name: "CJK UNIFIED IDEOGRAPH-2B160",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B161,
        name: "CJK UNIFIED IDEOGRAPH-2B161",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B162,
        name: "CJK UNIFIED IDEOGRAPH-2B162",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B163,
        name: "CJK UNIFIED IDEOGRAPH-2B163",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B164,
        name: "CJK UNIFIED IDEOGRAPH-2B164",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B165,
        name: "CJK UNIFIED IDEOGRAPH-2B165",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B166,
        name: "CJK UNIFIED IDEOGRAPH-2B166",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B167,
        name: "CJK UNIFIED IDEOGRAPH-2B167",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B168,
        name: "CJK UNIFIED IDEOGRAPH-2B168",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B169,
        name: "CJK UNIFIED IDEOGRAPH-2B169",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B16A,
        name: "CJK UNIFIED IDEOGRAPH-2B16A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B16B,
        name: "CJK UNIFIED IDEOGRAPH-2B16B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B16C,
        name: "CJK UNIFIED IDEOGRAPH-2B16C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B16D,
        name: "CJK UNIFIED IDEOGRAPH-2B16D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B16E,
        name: "CJK UNIFIED IDEOGRAPH-2B16E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B16F,
        name: "CJK UNIFIED IDEOGRAPH-2B16F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B170,
        name: "CJK UNIFIED IDEOGRAPH-2B170",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B171,
        name: "CJK UNIFIED IDEOGRAPH-2B171",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B172,
        name: "CJK UNIFIED IDEOGRAPH-2B172",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B173,
        name: "CJK UNIFIED IDEOGRAPH-2B173",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B174,
        name: "CJK UNIFIED IDEOGRAPH-2B174",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B175,
        name: "CJK UNIFIED IDEOGRAPH-2B175",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B176,
        name: "CJK UNIFIED IDEOGRAPH-2B176",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B177,
        name: "CJK UNIFIED IDEOGRAPH-2B177",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B178,
        name: "CJK UNIFIED IDEOGRAPH-2B178",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B179,
        name: "CJK UNIFIED IDEOGRAPH-2B179",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B17A,
        name: "CJK UNIFIED IDEOGRAPH-2B17A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B17B,
        name: "CJK UNIFIED IDEOGRAPH-2B17B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B17C,
        name: "CJK UNIFIED IDEOGRAPH-2B17C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B17D,
        name: "CJK UNIFIED IDEOGRAPH-2B17D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B17E,
        name: "CJK UNIFIED IDEOGRAPH-2B17E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B17F,
        name: "CJK UNIFIED IDEOGRAPH-2B17F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B180,
        name: "CJK UNIFIED IDEOGRAPH-2B180",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B181,
        name: "CJK UNIFIED IDEOGRAPH-2B181",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B182,
        name: "CJK UNIFIED IDEOGRAPH-2B182",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B183,
        name: "CJK UNIFIED IDEOGRAPH-2B183",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B184,
        name: "CJK UNIFIED IDEOGRAPH-2B184",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B185,
        name: "CJK UNIFIED IDEOGRAPH-2B185",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B186,
        name: "CJK UNIFIED IDEOGRAPH-2B186",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B187,
        name: "CJK UNIFIED IDEOGRAPH-2B187",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B188,
        name: "CJK UNIFIED IDEOGRAPH-2B188",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B189,
        name: "CJK UNIFIED IDEOGRAPH-2B189",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B18A,
        name: "CJK UNIFIED IDEOGRAPH-2B18A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B18B,
        name: "CJK UNIFIED IDEOGRAPH-2B18B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B18C,
        name: "CJK UNIFIED IDEOGRAPH-2B18C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B18D,
        name: "CJK UNIFIED IDEOGRAPH-2B18D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B18E,
        name: "CJK UNIFIED IDEOGRAPH-2B18E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B18F,
        name: "CJK UNIFIED IDEOGRAPH-2B18F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B190,
        name: "CJK UNIFIED IDEOGRAPH-2B190",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B191,
        name: "CJK UNIFIED IDEOGRAPH-2B191",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B192,
        name: "CJK UNIFIED IDEOGRAPH-2B192",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B193,
        name: "CJK UNIFIED IDEOGRAPH-2B193",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B194,
        name: "CJK UNIFIED IDEOGRAPH-2B194",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B195,
        name: "CJK UNIFIED IDEOGRAPH-2B195",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B196,
        name: "CJK UNIFIED IDEOGRAPH-2B196",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B197,
        name: "CJK UNIFIED IDEOGRAPH-2B197",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B198,
        name: "CJK UNIFIED IDEOGRAPH-2B198",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B199,
        name: "CJK UNIFIED IDEOGRAPH-2B199",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B19A,
        name: "CJK UNIFIED IDEOGRAPH-2B19A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B19B,
        name: "CJK UNIFIED IDEOGRAPH-2B19B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B19C,
        name: "CJK UNIFIED IDEOGRAPH-2B19C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B19D,
        name: "CJK UNIFIED IDEOGRAPH-2B19D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B19E,
        name: "CJK UNIFIED IDEOGRAPH-2B19E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B19F,
        name: "CJK UNIFIED IDEOGRAPH-2B19F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A0,
        name: "CJK UNIFIED IDEOGRAPH-2B1A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A1,
        name: "CJK UNIFIED IDEOGRAPH-2B1A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A2,
        name: "CJK UNIFIED IDEOGRAPH-2B1A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A3,
        name: "CJK UNIFIED IDEOGRAPH-2B1A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A4,
        name: "CJK UNIFIED IDEOGRAPH-2B1A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A5,
        name: "CJK UNIFIED IDEOGRAPH-2B1A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A6,
        name: "CJK UNIFIED IDEOGRAPH-2B1A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A7,
        name: "CJK UNIFIED IDEOGRAPH-2B1A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A8,
        name: "CJK UNIFIED IDEOGRAPH-2B1A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1A9,
        name: "CJK UNIFIED IDEOGRAPH-2B1A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1AA,
        name: "CJK UNIFIED IDEOGRAPH-2B1AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1AB,
        name: "CJK UNIFIED IDEOGRAPH-2B1AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1AC,
        name: "CJK UNIFIED IDEOGRAPH-2B1AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1AD,
        name: "CJK UNIFIED IDEOGRAPH-2B1AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1AE,
        name: "CJK UNIFIED IDEOGRAPH-2B1AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1AF,
        name: "CJK UNIFIED IDEOGRAPH-2B1AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B0,
        name: "CJK UNIFIED IDEOGRAPH-2B1B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B1,
        name: "CJK UNIFIED IDEOGRAPH-2B1B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B2,
        name: "CJK UNIFIED IDEOGRAPH-2B1B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B3,
        name: "CJK UNIFIED IDEOGRAPH-2B1B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B4,
        name: "CJK UNIFIED IDEOGRAPH-2B1B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B5,
        name: "CJK UNIFIED IDEOGRAPH-2B1B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B6,
        name: "CJK UNIFIED IDEOGRAPH-2B1B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B7,
        name: "CJK UNIFIED IDEOGRAPH-2B1B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B8,
        name: "CJK UNIFIED IDEOGRAPH-2B1B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1B9,
        name: "CJK UNIFIED IDEOGRAPH-2B1B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1BA,
        name: "CJK UNIFIED IDEOGRAPH-2B1BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1BB,
        name: "CJK UNIFIED IDEOGRAPH-2B1BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1BC,
        name: "CJK UNIFIED IDEOGRAPH-2B1BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1BD,
        name: "CJK UNIFIED IDEOGRAPH-2B1BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1BE,
        name: "CJK UNIFIED IDEOGRAPH-2B1BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1BF,
        name: "CJK UNIFIED IDEOGRAPH-2B1BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C0,
        name: "CJK UNIFIED IDEOGRAPH-2B1C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C1,
        name: "CJK UNIFIED IDEOGRAPH-2B1C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C2,
        name: "CJK UNIFIED IDEOGRAPH-2B1C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C3,
        name: "CJK UNIFIED IDEOGRAPH-2B1C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C4,
        name: "CJK UNIFIED IDEOGRAPH-2B1C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C5,
        name: "CJK UNIFIED IDEOGRAPH-2B1C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C6,
        name: "CJK UNIFIED IDEOGRAPH-2B1C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C7,
        name: "CJK UNIFIED IDEOGRAPH-2B1C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C8,
        name: "CJK UNIFIED IDEOGRAPH-2B1C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1C9,
        name: "CJK UNIFIED IDEOGRAPH-2B1C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1CA,
        name: "CJK UNIFIED IDEOGRAPH-2B1CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1CB,
        name: "CJK UNIFIED IDEOGRAPH-2B1CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1CC,
        name: "CJK UNIFIED IDEOGRAPH-2B1CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1CD,
        name: "CJK UNIFIED IDEOGRAPH-2B1CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1CE,
        name: "CJK UNIFIED IDEOGRAPH-2B1CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1CF,
        name: "CJK UNIFIED IDEOGRAPH-2B1CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D0,
        name: "CJK UNIFIED IDEOGRAPH-2B1D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D1,
        name: "CJK UNIFIED IDEOGRAPH-2B1D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D2,
        name: "CJK UNIFIED IDEOGRAPH-2B1D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D3,
        name: "CJK UNIFIED IDEOGRAPH-2B1D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D4,
        name: "CJK UNIFIED IDEOGRAPH-2B1D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D5,
        name: "CJK UNIFIED IDEOGRAPH-2B1D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D6,
        name: "CJK UNIFIED IDEOGRAPH-2B1D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D7,
        name: "CJK UNIFIED IDEOGRAPH-2B1D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D8,
        name: "CJK UNIFIED IDEOGRAPH-2B1D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1D9,
        name: "CJK UNIFIED IDEOGRAPH-2B1D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1DA,
        name: "CJK UNIFIED IDEOGRAPH-2B1DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1DB,
        name: "CJK UNIFIED IDEOGRAPH-2B1DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1DC,
        name: "CJK UNIFIED IDEOGRAPH-2B1DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1DD,
        name: "CJK UNIFIED IDEOGRAPH-2B1DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1DE,
        name: "CJK UNIFIED IDEOGRAPH-2B1DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1DF,
        name: "CJK UNIFIED IDEOGRAPH-2B1DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E0,
        name: "CJK UNIFIED IDEOGRAPH-2B1E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E1,
        name: "CJK UNIFIED IDEOGRAPH-2B1E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E2,
        name: "CJK UNIFIED IDEOGRAPH-2B1E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E3,
        name: "CJK UNIFIED IDEOGRAPH-2B1E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E4,
        name: "CJK UNIFIED IDEOGRAPH-2B1E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E5,
        name: "CJK UNIFIED IDEOGRAPH-2B1E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E6,
        name: "CJK UNIFIED IDEOGRAPH-2B1E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E7,
        name: "CJK UNIFIED IDEOGRAPH-2B1E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E8,
        name: "CJK UNIFIED IDEOGRAPH-2B1E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1E9,
        name: "CJK UNIFIED IDEOGRAPH-2B1E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1EA,
        name: "CJK UNIFIED IDEOGRAPH-2B1EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1EB,
        name: "CJK UNIFIED IDEOGRAPH-2B1EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1EC,
        name: "CJK UNIFIED IDEOGRAPH-2B1EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1ED,
        name: "CJK UNIFIED IDEOGRAPH-2B1ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1EE,
        name: "CJK UNIFIED IDEOGRAPH-2B1EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1EF,
        name: "CJK UNIFIED IDEOGRAPH-2B1EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F0,
        name: "CJK UNIFIED IDEOGRAPH-2B1F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F1,
        name: "CJK UNIFIED IDEOGRAPH-2B1F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F2,
        name: "CJK UNIFIED IDEOGRAPH-2B1F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F3,
        name: "CJK UNIFIED IDEOGRAPH-2B1F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F4,
        name: "CJK UNIFIED IDEOGRAPH-2B1F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F5,
        name: "CJK UNIFIED IDEOGRAPH-2B1F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F6,
        name: "CJK UNIFIED IDEOGRAPH-2B1F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F7,
        name: "CJK UNIFIED IDEOGRAPH-2B1F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F8,
        name: "CJK UNIFIED IDEOGRAPH-2B1F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1F9,
        name: "CJK UNIFIED IDEOGRAPH-2B1F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1FA,
        name: "CJK UNIFIED IDEOGRAPH-2B1FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1FB,
        name: "CJK UNIFIED IDEOGRAPH-2B1FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1FC,
        name: "CJK UNIFIED IDEOGRAPH-2B1FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1FD,
        name: "CJK UNIFIED IDEOGRAPH-2B1FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1FE,
        name: "CJK UNIFIED IDEOGRAPH-2B1FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B1FF,
        name: "CJK UNIFIED IDEOGRAPH-2B1FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B200,
        name: "CJK UNIFIED IDEOGRAPH-2B200",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B201,
        name: "CJK UNIFIED IDEOGRAPH-2B201",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B202,
        name: "CJK UNIFIED IDEOGRAPH-2B202",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B203,
        name: "CJK UNIFIED IDEOGRAPH-2B203",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B204,
        name: "CJK UNIFIED IDEOGRAPH-2B204",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B205,
        name: "CJK UNIFIED IDEOGRAPH-2B205",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B206,
        name: "CJK UNIFIED IDEOGRAPH-2B206",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B207,
        name: "CJK UNIFIED IDEOGRAPH-2B207",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B208,
        name: "CJK UNIFIED IDEOGRAPH-2B208",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B209,
        name: "CJK UNIFIED IDEOGRAPH-2B209",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B20A,
        name: "CJK UNIFIED IDEOGRAPH-2B20A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B20B,
        name: "CJK UNIFIED IDEOGRAPH-2B20B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B20C,
        name: "CJK UNIFIED IDEOGRAPH-2B20C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B20D,
        name: "CJK UNIFIED IDEOGRAPH-2B20D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B20E,
        name: "CJK UNIFIED IDEOGRAPH-2B20E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B20F,
        name: "CJK UNIFIED IDEOGRAPH-2B20F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B210,
        name: "CJK UNIFIED IDEOGRAPH-2B210",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B211,
        name: "CJK UNIFIED IDEOGRAPH-2B211",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B212,
        name: "CJK UNIFIED IDEOGRAPH-2B212",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B213,
        name: "CJK UNIFIED IDEOGRAPH-2B213",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B214,
        name: "CJK UNIFIED IDEOGRAPH-2B214",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B215,
        name: "CJK UNIFIED IDEOGRAPH-2B215",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B216,
        name: "CJK UNIFIED IDEOGRAPH-2B216",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B217,
        name: "CJK UNIFIED IDEOGRAPH-2B217",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B218,
        name: "CJK UNIFIED IDEOGRAPH-2B218",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B219,
        name: "CJK UNIFIED IDEOGRAPH-2B219",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B21A,
        name: "CJK UNIFIED IDEOGRAPH-2B21A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B21B,
        name: "CJK UNIFIED IDEOGRAPH-2B21B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B21C,
        name: "CJK UNIFIED IDEOGRAPH-2B21C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B21D,
        name: "CJK UNIFIED IDEOGRAPH-2B21D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B21E,
        name: "CJK UNIFIED IDEOGRAPH-2B21E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B21F,
        name: "CJK UNIFIED IDEOGRAPH-2B21F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B220,
        name: "CJK UNIFIED IDEOGRAPH-2B220",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B221,
        name: "CJK UNIFIED IDEOGRAPH-2B221",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B222,
        name: "CJK UNIFIED IDEOGRAPH-2B222",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B223,
        name: "CJK UNIFIED IDEOGRAPH-2B223",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B224,
        name: "CJK UNIFIED IDEOGRAPH-2B224",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B225,
        name: "CJK UNIFIED IDEOGRAPH-2B225",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B226,
        name: "CJK UNIFIED IDEOGRAPH-2B226",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B227,
        name: "CJK UNIFIED IDEOGRAPH-2B227",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B228,
        name: "CJK UNIFIED IDEOGRAPH-2B228",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B229,
        name: "CJK UNIFIED IDEOGRAPH-2B229",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B22A,
        name: "CJK UNIFIED IDEOGRAPH-2B22A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B22B,
        name: "CJK UNIFIED IDEOGRAPH-2B22B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B22C,
        name: "CJK UNIFIED IDEOGRAPH-2B22C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B22D,
        name: "CJK UNIFIED IDEOGRAPH-2B22D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B22E,
        name: "CJK UNIFIED IDEOGRAPH-2B22E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B22F,
        name: "CJK UNIFIED IDEOGRAPH-2B22F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B230,
        name: "CJK UNIFIED IDEOGRAPH-2B230",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B231,
        name: "CJK UNIFIED IDEOGRAPH-2B231",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B232,
        name: "CJK UNIFIED IDEOGRAPH-2B232",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B233,
        name: "CJK UNIFIED IDEOGRAPH-2B233",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B234,
        name: "CJK UNIFIED IDEOGRAPH-2B234",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B235,
        name: "CJK UNIFIED IDEOGRAPH-2B235",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B236,
        name: "CJK UNIFIED IDEOGRAPH-2B236",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B237,
        name: "CJK UNIFIED IDEOGRAPH-2B237",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B238,
        name: "CJK UNIFIED IDEOGRAPH-2B238",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B239,
        name: "CJK UNIFIED IDEOGRAPH-2B239",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B23A,
        name: "CJK UNIFIED IDEOGRAPH-2B23A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B23B,
        name: "CJK UNIFIED IDEOGRAPH-2B23B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B23C,
        name: "CJK UNIFIED IDEOGRAPH-2B23C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B23D,
        name: "CJK UNIFIED IDEOGRAPH-2B23D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B23E,
        name: "CJK UNIFIED IDEOGRAPH-2B23E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B23F,
        name: "CJK UNIFIED IDEOGRAPH-2B23F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B240,
        name: "CJK UNIFIED IDEOGRAPH-2B240",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B241,
        name: "CJK UNIFIED IDEOGRAPH-2B241",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B242,
        name: "CJK UNIFIED IDEOGRAPH-2B242",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B243,
        name: "CJK UNIFIED IDEOGRAPH-2B243",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B244,
        name: "CJK UNIFIED IDEOGRAPH-2B244",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B245,
        name: "CJK UNIFIED IDEOGRAPH-2B245",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B246,
        name: "CJK UNIFIED IDEOGRAPH-2B246",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B247,
        name: "CJK UNIFIED IDEOGRAPH-2B247",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B248,
        name: "CJK UNIFIED IDEOGRAPH-2B248",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B249,
        name: "CJK UNIFIED IDEOGRAPH-2B249",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B24A,
        name: "CJK UNIFIED IDEOGRAPH-2B24A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B24B,
        name: "CJK UNIFIED IDEOGRAPH-2B24B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B24C,
        name: "CJK UNIFIED IDEOGRAPH-2B24C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B24D,
        name: "CJK UNIFIED IDEOGRAPH-2B24D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B24E,
        name: "CJK UNIFIED IDEOGRAPH-2B24E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B24F,
        name: "CJK UNIFIED IDEOGRAPH-2B24F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B250,
        name: "CJK UNIFIED IDEOGRAPH-2B250",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B251,
        name: "CJK UNIFIED IDEOGRAPH-2B251",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B252,
        name: "CJK UNIFIED IDEOGRAPH-2B252",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B253,
        name: "CJK UNIFIED IDEOGRAPH-2B253",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B254,
        name: "CJK UNIFIED IDEOGRAPH-2B254",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B255,
        name: "CJK UNIFIED IDEOGRAPH-2B255",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B256,
        name: "CJK UNIFIED IDEOGRAPH-2B256",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B257,
        name: "CJK UNIFIED IDEOGRAPH-2B257",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B258,
        name: "CJK UNIFIED IDEOGRAPH-2B258",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B259,
        name: "CJK UNIFIED IDEOGRAPH-2B259",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B25A,
        name: "CJK UNIFIED IDEOGRAPH-2B25A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B25B,
        name: "CJK UNIFIED IDEOGRAPH-2B25B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B25C,
        name: "CJK UNIFIED IDEOGRAPH-2B25C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B25D,
        name: "CJK UNIFIED IDEOGRAPH-2B25D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B25E,
        name: "CJK UNIFIED IDEOGRAPH-2B25E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B25F,
        name: "CJK UNIFIED IDEOGRAPH-2B25F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B260,
        name: "CJK UNIFIED IDEOGRAPH-2B260",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B261,
        name: "CJK UNIFIED IDEOGRAPH-2B261",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B262,
        name: "CJK UNIFIED IDEOGRAPH-2B262",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B263,
        name: "CJK UNIFIED IDEOGRAPH-2B263",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B264,
        name: "CJK UNIFIED IDEOGRAPH-2B264",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B265,
        name: "CJK UNIFIED IDEOGRAPH-2B265",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B266,
        name: "CJK UNIFIED IDEOGRAPH-2B266",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B267,
        name: "CJK UNIFIED IDEOGRAPH-2B267",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B268,
        name: "CJK UNIFIED IDEOGRAPH-2B268",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B269,
        name: "CJK UNIFIED IDEOGRAPH-2B269",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B26A,
        name: "CJK UNIFIED IDEOGRAPH-2B26A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B26B,
        name: "CJK UNIFIED IDEOGRAPH-2B26B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B26C,
        name: "CJK UNIFIED IDEOGRAPH-2B26C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B26D,
        name: "CJK UNIFIED IDEOGRAPH-2B26D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B26E,
        name: "CJK UNIFIED IDEOGRAPH-2B26E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B26F,
        name: "CJK UNIFIED IDEOGRAPH-2B26F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B270,
        name: "CJK UNIFIED IDEOGRAPH-2B270",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B271,
        name: "CJK UNIFIED IDEOGRAPH-2B271",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B272,
        name: "CJK UNIFIED IDEOGRAPH-2B272",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B273,
        name: "CJK UNIFIED IDEOGRAPH-2B273",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B274,
        name: "CJK UNIFIED IDEOGRAPH-2B274",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B275,
        name: "CJK UNIFIED IDEOGRAPH-2B275",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B276,
        name: "CJK UNIFIED IDEOGRAPH-2B276",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B277,
        name: "CJK UNIFIED IDEOGRAPH-2B277",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B278,
        name: "CJK UNIFIED IDEOGRAPH-2B278",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B279,
        name: "CJK UNIFIED IDEOGRAPH-2B279",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B27A,
        name: "CJK UNIFIED IDEOGRAPH-2B27A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B27B,
        name: "CJK UNIFIED IDEOGRAPH-2B27B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B27C,
        name: "CJK UNIFIED IDEOGRAPH-2B27C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B27D,
        name: "CJK UNIFIED IDEOGRAPH-2B27D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B27E,
        name: "CJK UNIFIED IDEOGRAPH-2B27E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B27F,
        name: "CJK UNIFIED IDEOGRAPH-2B27F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B280,
        name: "CJK UNIFIED IDEOGRAPH-2B280",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B281,
        name: "CJK UNIFIED IDEOGRAPH-2B281",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B282,
        name: "CJK UNIFIED IDEOGRAPH-2B282",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B283,
        name: "CJK UNIFIED IDEOGRAPH-2B283",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B284,
        name: "CJK UNIFIED IDEOGRAPH-2B284",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B285,
        name: "CJK UNIFIED IDEOGRAPH-2B285",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B286,
        name: "CJK UNIFIED IDEOGRAPH-2B286",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B287,
        name: "CJK UNIFIED IDEOGRAPH-2B287",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B288,
        name: "CJK UNIFIED IDEOGRAPH-2B288",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B289,
        name: "CJK UNIFIED IDEOGRAPH-2B289",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B28A,
        name: "CJK UNIFIED IDEOGRAPH-2B28A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B28B,
        name: "CJK UNIFIED IDEOGRAPH-2B28B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B28C,
        name: "CJK UNIFIED IDEOGRAPH-2B28C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B28D,
        name: "CJK UNIFIED IDEOGRAPH-2B28D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B28E,
        name: "CJK UNIFIED IDEOGRAPH-2B28E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B28F,
        name: "CJK UNIFIED IDEOGRAPH-2B28F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B290,
        name: "CJK UNIFIED IDEOGRAPH-2B290",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B291,
        name: "CJK UNIFIED IDEOGRAPH-2B291",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B292,
        name: "CJK UNIFIED IDEOGRAPH-2B292",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B293,
        name: "CJK UNIFIED IDEOGRAPH-2B293",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B294,
        name: "CJK UNIFIED IDEOGRAPH-2B294",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B295,
        name: "CJK UNIFIED IDEOGRAPH-2B295",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B296,
        name: "CJK UNIFIED IDEOGRAPH-2B296",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B297,
        name: "CJK UNIFIED IDEOGRAPH-2B297",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B298,
        name: "CJK UNIFIED IDEOGRAPH-2B298",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B299,
        name: "CJK UNIFIED IDEOGRAPH-2B299",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B29A,
        name: "CJK UNIFIED IDEOGRAPH-2B29A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B29B,
        name: "CJK UNIFIED IDEOGRAPH-2B29B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B29C,
        name: "CJK UNIFIED IDEOGRAPH-2B29C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B29D,
        name: "CJK UNIFIED IDEOGRAPH-2B29D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B29E,
        name: "CJK UNIFIED IDEOGRAPH-2B29E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B29F,
        name: "CJK UNIFIED IDEOGRAPH-2B29F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A0,
        name: "CJK UNIFIED IDEOGRAPH-2B2A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A1,
        name: "CJK UNIFIED IDEOGRAPH-2B2A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A2,
        name: "CJK UNIFIED IDEOGRAPH-2B2A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A3,
        name: "CJK UNIFIED IDEOGRAPH-2B2A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A4,
        name: "CJK UNIFIED IDEOGRAPH-2B2A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A5,
        name: "CJK UNIFIED IDEOGRAPH-2B2A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A6,
        name: "CJK UNIFIED IDEOGRAPH-2B2A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A7,
        name: "CJK UNIFIED IDEOGRAPH-2B2A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A8,
        name: "CJK UNIFIED IDEOGRAPH-2B2A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2A9,
        name: "CJK UNIFIED IDEOGRAPH-2B2A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2AA,
        name: "CJK UNIFIED IDEOGRAPH-2B2AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2AB,
        name: "CJK UNIFIED IDEOGRAPH-2B2AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2AC,
        name: "CJK UNIFIED IDEOGRAPH-2B2AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2AD,
        name: "CJK UNIFIED IDEOGRAPH-2B2AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2AE,
        name: "CJK UNIFIED IDEOGRAPH-2B2AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2AF,
        name: "CJK UNIFIED IDEOGRAPH-2B2AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B0,
        name: "CJK UNIFIED IDEOGRAPH-2B2B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B1,
        name: "CJK UNIFIED IDEOGRAPH-2B2B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B2,
        name: "CJK UNIFIED IDEOGRAPH-2B2B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B3,
        name: "CJK UNIFIED IDEOGRAPH-2B2B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B4,
        name: "CJK UNIFIED IDEOGRAPH-2B2B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B5,
        name: "CJK UNIFIED IDEOGRAPH-2B2B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B6,
        name: "CJK UNIFIED IDEOGRAPH-2B2B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B7,
        name: "CJK UNIFIED IDEOGRAPH-2B2B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B8,
        name: "CJK UNIFIED IDEOGRAPH-2B2B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2B9,
        name: "CJK UNIFIED IDEOGRAPH-2B2B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2BA,
        name: "CJK UNIFIED IDEOGRAPH-2B2BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2BB,
        name: "CJK UNIFIED IDEOGRAPH-2B2BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2BC,
        name: "CJK UNIFIED IDEOGRAPH-2B2BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2BD,
        name: "CJK UNIFIED IDEOGRAPH-2B2BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2BE,
        name: "CJK UNIFIED IDEOGRAPH-2B2BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2BF,
        name: "CJK UNIFIED IDEOGRAPH-2B2BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C0,
        name: "CJK UNIFIED IDEOGRAPH-2B2C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C1,
        name: "CJK UNIFIED IDEOGRAPH-2B2C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C2,
        name: "CJK UNIFIED IDEOGRAPH-2B2C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C3,
        name: "CJK UNIFIED IDEOGRAPH-2B2C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C4,
        name: "CJK UNIFIED IDEOGRAPH-2B2C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C5,
        name: "CJK UNIFIED IDEOGRAPH-2B2C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C6,
        name: "CJK UNIFIED IDEOGRAPH-2B2C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C7,
        name: "CJK UNIFIED IDEOGRAPH-2B2C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C8,
        name: "CJK UNIFIED IDEOGRAPH-2B2C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2C9,
        name: "CJK UNIFIED IDEOGRAPH-2B2C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2CA,
        name: "CJK UNIFIED IDEOGRAPH-2B2CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2CB,
        name: "CJK UNIFIED IDEOGRAPH-2B2CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2CC,
        name: "CJK UNIFIED IDEOGRAPH-2B2CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2CD,
        name: "CJK UNIFIED IDEOGRAPH-2B2CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2CE,
        name: "CJK UNIFIED IDEOGRAPH-2B2CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2CF,
        name: "CJK UNIFIED IDEOGRAPH-2B2CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D0,
        name: "CJK UNIFIED IDEOGRAPH-2B2D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D1,
        name: "CJK UNIFIED IDEOGRAPH-2B2D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D2,
        name: "CJK UNIFIED IDEOGRAPH-2B2D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D3,
        name: "CJK UNIFIED IDEOGRAPH-2B2D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D4,
        name: "CJK UNIFIED IDEOGRAPH-2B2D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D5,
        name: "CJK UNIFIED IDEOGRAPH-2B2D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D6,
        name: "CJK UNIFIED IDEOGRAPH-2B2D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D7,
        name: "CJK UNIFIED IDEOGRAPH-2B2D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D8,
        name: "CJK UNIFIED IDEOGRAPH-2B2D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2D9,
        name: "CJK UNIFIED IDEOGRAPH-2B2D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2DA,
        name: "CJK UNIFIED IDEOGRAPH-2B2DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2DB,
        name: "CJK UNIFIED IDEOGRAPH-2B2DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2DC,
        name: "CJK UNIFIED IDEOGRAPH-2B2DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2DD,
        name: "CJK UNIFIED IDEOGRAPH-2B2DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2DE,
        name: "CJK UNIFIED IDEOGRAPH-2B2DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2DF,
        name: "CJK UNIFIED IDEOGRAPH-2B2DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E0,
        name: "CJK UNIFIED IDEOGRAPH-2B2E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E1,
        name: "CJK UNIFIED IDEOGRAPH-2B2E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E2,
        name: "CJK UNIFIED IDEOGRAPH-2B2E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E3,
        name: "CJK UNIFIED IDEOGRAPH-2B2E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E4,
        name: "CJK UNIFIED IDEOGRAPH-2B2E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E5,
        name: "CJK UNIFIED IDEOGRAPH-2B2E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E6,
        name: "CJK UNIFIED IDEOGRAPH-2B2E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E7,
        name: "CJK UNIFIED IDEOGRAPH-2B2E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E8,
        name: "CJK UNIFIED IDEOGRAPH-2B2E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2E9,
        name: "CJK UNIFIED IDEOGRAPH-2B2E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2EA,
        name: "CJK UNIFIED IDEOGRAPH-2B2EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2EB,
        name: "CJK UNIFIED IDEOGRAPH-2B2EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2EC,
        name: "CJK UNIFIED IDEOGRAPH-2B2EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2ED,
        name: "CJK UNIFIED IDEOGRAPH-2B2ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2EE,
        name: "CJK UNIFIED IDEOGRAPH-2B2EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2EF,
        name: "CJK UNIFIED IDEOGRAPH-2B2EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F0,
        name: "CJK UNIFIED IDEOGRAPH-2B2F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F1,
        name: "CJK UNIFIED IDEOGRAPH-2B2F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F2,
        name: "CJK UNIFIED IDEOGRAPH-2B2F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F3,
        name: "CJK UNIFIED IDEOGRAPH-2B2F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F4,
        name: "CJK UNIFIED IDEOGRAPH-2B2F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F5,
        name: "CJK UNIFIED IDEOGRAPH-2B2F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F6,
        name: "CJK UNIFIED IDEOGRAPH-2B2F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F7,
        name: "CJK UNIFIED IDEOGRAPH-2B2F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F8,
        name: "CJK UNIFIED IDEOGRAPH-2B2F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2F9,
        name: "CJK UNIFIED IDEOGRAPH-2B2F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2FA,
        name: "CJK UNIFIED IDEOGRAPH-2B2FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2FB,
        name: "CJK UNIFIED IDEOGRAPH-2B2FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2FC,
        name: "CJK UNIFIED IDEOGRAPH-2B2FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2FD,
        name: "CJK UNIFIED IDEOGRAPH-2B2FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2FE,
        name: "CJK UNIFIED IDEOGRAPH-2B2FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B2FF,
        name: "CJK UNIFIED IDEOGRAPH-2B2FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B300,
        name: "CJK UNIFIED IDEOGRAPH-2B300",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B301,
        name: "CJK UNIFIED IDEOGRAPH-2B301",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B302,
        name: "CJK UNIFIED IDEOGRAPH-2B302",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B303,
        name: "CJK UNIFIED IDEOGRAPH-2B303",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B304,
        name: "CJK UNIFIED IDEOGRAPH-2B304",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B305,
        name: "CJK UNIFIED IDEOGRAPH-2B305",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B306,
        name: "CJK UNIFIED IDEOGRAPH-2B306",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B307,
        name: "CJK UNIFIED IDEOGRAPH-2B307",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B308,
        name: "CJK UNIFIED IDEOGRAPH-2B308",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B309,
        name: "CJK UNIFIED IDEOGRAPH-2B309",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B30A,
        name: "CJK UNIFIED IDEOGRAPH-2B30A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B30B,
        name: "CJK UNIFIED IDEOGRAPH-2B30B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B30C,
        name: "CJK UNIFIED IDEOGRAPH-2B30C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B30D,
        name: "CJK UNIFIED IDEOGRAPH-2B30D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B30E,
        name: "CJK UNIFIED IDEOGRAPH-2B30E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B30F,
        name: "CJK UNIFIED IDEOGRAPH-2B30F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B310,
        name: "CJK UNIFIED IDEOGRAPH-2B310",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B311,
        name: "CJK UNIFIED IDEOGRAPH-2B311",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B312,
        name: "CJK UNIFIED IDEOGRAPH-2B312",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B313,
        name: "CJK UNIFIED IDEOGRAPH-2B313",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B314,
        name: "CJK UNIFIED IDEOGRAPH-2B314",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B315,
        name: "CJK UNIFIED IDEOGRAPH-2B315",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B316,
        name: "CJK UNIFIED IDEOGRAPH-2B316",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B317,
        name: "CJK UNIFIED IDEOGRAPH-2B317",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B318,
        name: "CJK UNIFIED IDEOGRAPH-2B318",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B319,
        name: "CJK UNIFIED IDEOGRAPH-2B319",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B31A,
        name: "CJK UNIFIED IDEOGRAPH-2B31A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B31B,
        name: "CJK UNIFIED IDEOGRAPH-2B31B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B31C,
        name: "CJK UNIFIED IDEOGRAPH-2B31C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B31D,
        name: "CJK UNIFIED IDEOGRAPH-2B31D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B31E,
        name: "CJK UNIFIED IDEOGRAPH-2B31E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B31F,
        name: "CJK UNIFIED IDEOGRAPH-2B31F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B320,
        name: "CJK UNIFIED IDEOGRAPH-2B320",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B321,
        name: "CJK UNIFIED IDEOGRAPH-2B321",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B322,
        name: "CJK UNIFIED IDEOGRAPH-2B322",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B323,
        name: "CJK UNIFIED IDEOGRAPH-2B323",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B324,
        name: "CJK UNIFIED IDEOGRAPH-2B324",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B325,
        name: "CJK UNIFIED IDEOGRAPH-2B325",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B326,
        name: "CJK UNIFIED IDEOGRAPH-2B326",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B327,
        name: "CJK UNIFIED IDEOGRAPH-2B327",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B328,
        name: "CJK UNIFIED IDEOGRAPH-2B328",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B329,
        name: "CJK UNIFIED IDEOGRAPH-2B329",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B32A,
        name: "CJK UNIFIED IDEOGRAPH-2B32A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B32B,
        name: "CJK UNIFIED IDEOGRAPH-2B32B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B32C,
        name: "CJK UNIFIED IDEOGRAPH-2B32C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B32D,
        name: "CJK UNIFIED IDEOGRAPH-2B32D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B32E,
        name: "CJK UNIFIED IDEOGRAPH-2B32E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B32F,
        name: "CJK UNIFIED IDEOGRAPH-2B32F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B330,
        name: "CJK UNIFIED IDEOGRAPH-2B330",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B331,
        name: "CJK UNIFIED IDEOGRAPH-2B331",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B332,
        name: "CJK UNIFIED IDEOGRAPH-2B332",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B333,
        name: "CJK UNIFIED IDEOGRAPH-2B333",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B334,
        name: "CJK UNIFIED IDEOGRAPH-2B334",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B335,
        name: "CJK UNIFIED IDEOGRAPH-2B335",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B336,
        name: "CJK UNIFIED IDEOGRAPH-2B336",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B337,
        name: "CJK UNIFIED IDEOGRAPH-2B337",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B338,
        name: "CJK UNIFIED IDEOGRAPH-2B338",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B339,
        name: "CJK UNIFIED IDEOGRAPH-2B339",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B33A,
        name: "CJK UNIFIED IDEOGRAPH-2B33A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B33B,
        name: "CJK UNIFIED IDEOGRAPH-2B33B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B33C,
        name: "CJK UNIFIED IDEOGRAPH-2B33C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B33D,
        name: "CJK UNIFIED IDEOGRAPH-2B33D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B33E,
        name: "CJK UNIFIED IDEOGRAPH-2B33E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B33F,
        name: "CJK UNIFIED IDEOGRAPH-2B33F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B340,
        name: "CJK UNIFIED IDEOGRAPH-2B340",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B341,
        name: "CJK UNIFIED IDEOGRAPH-2B341",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B342,
        name: "CJK UNIFIED IDEOGRAPH-2B342",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B343,
        name: "CJK UNIFIED IDEOGRAPH-2B343",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B344,
        name: "CJK UNIFIED IDEOGRAPH-2B344",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B345,
        name: "CJK UNIFIED IDEOGRAPH-2B345",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B346,
        name: "CJK UNIFIED IDEOGRAPH-2B346",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B347,
        name: "CJK UNIFIED IDEOGRAPH-2B347",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B348,
        name: "CJK UNIFIED IDEOGRAPH-2B348",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B349,
        name: "CJK UNIFIED IDEOGRAPH-2B349",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B34A,
        name: "CJK UNIFIED IDEOGRAPH-2B34A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B34B,
        name: "CJK UNIFIED IDEOGRAPH-2B34B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B34C,
        name: "CJK UNIFIED IDEOGRAPH-2B34C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B34D,
        name: "CJK UNIFIED IDEOGRAPH-2B34D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B34E,
        name: "CJK UNIFIED IDEOGRAPH-2B34E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B34F,
        name: "CJK UNIFIED IDEOGRAPH-2B34F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B350,
        name: "CJK UNIFIED IDEOGRAPH-2B350",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B351,
        name: "CJK UNIFIED IDEOGRAPH-2B351",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B352,
        name: "CJK UNIFIED IDEOGRAPH-2B352",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B353,
        name: "CJK UNIFIED IDEOGRAPH-2B353",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B354,
        name: "CJK UNIFIED IDEOGRAPH-2B354",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B355,
        name: "CJK UNIFIED IDEOGRAPH-2B355",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B356,
        name: "CJK UNIFIED IDEOGRAPH-2B356",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B357,
        name: "CJK UNIFIED IDEOGRAPH-2B357",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B358,
        name: "CJK UNIFIED IDEOGRAPH-2B358",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B359,
        name: "CJK UNIFIED IDEOGRAPH-2B359",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B35A,
        name: "CJK UNIFIED IDEOGRAPH-2B35A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B35B,
        name: "CJK UNIFIED IDEOGRAPH-2B35B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B35C,
        name: "CJK UNIFIED IDEOGRAPH-2B35C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B35D,
        name: "CJK UNIFIED IDEOGRAPH-2B35D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B35E,
        name: "CJK UNIFIED IDEOGRAPH-2B35E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B35F,
        name: "CJK UNIFIED IDEOGRAPH-2B35F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B360,
        name: "CJK UNIFIED IDEOGRAPH-2B360",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B361,
        name: "CJK UNIFIED IDEOGRAPH-2B361",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B362,
        name: "CJK UNIFIED IDEOGRAPH-2B362",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B363,
        name: "CJK UNIFIED IDEOGRAPH-2B363",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B364,
        name: "CJK UNIFIED IDEOGRAPH-2B364",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B365,
        name: "CJK UNIFIED IDEOGRAPH-2B365",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B366,
        name: "CJK UNIFIED IDEOGRAPH-2B366",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B367,
        name: "CJK UNIFIED IDEOGRAPH-2B367",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B368,
        name: "CJK UNIFIED IDEOGRAPH-2B368",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B369,
        name: "CJK UNIFIED IDEOGRAPH-2B369",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B36A,
        name: "CJK UNIFIED IDEOGRAPH-2B36A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B36B,
        name: "CJK UNIFIED IDEOGRAPH-2B36B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B36C,
        name: "CJK UNIFIED IDEOGRAPH-2B36C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B36D,
        name: "CJK UNIFIED IDEOGRAPH-2B36D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B36E,
        name: "CJK UNIFIED IDEOGRAPH-2B36E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B36F,
        name: "CJK UNIFIED IDEOGRAPH-2B36F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B370,
        name: "CJK UNIFIED IDEOGRAPH-2B370",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B371,
        name: "CJK UNIFIED IDEOGRAPH-2B371",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B372,
        name: "CJK UNIFIED IDEOGRAPH-2B372",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B373,
        name: "CJK UNIFIED IDEOGRAPH-2B373",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B374,
        name: "CJK UNIFIED IDEOGRAPH-2B374",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B375,
        name: "CJK UNIFIED IDEOGRAPH-2B375",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B376,
        name: "CJK UNIFIED IDEOGRAPH-2B376",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B377,
        name: "CJK UNIFIED IDEOGRAPH-2B377",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B378,
        name: "CJK UNIFIED IDEOGRAPH-2B378",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B379,
        name: "CJK UNIFIED IDEOGRAPH-2B379",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B37A,
        name: "CJK UNIFIED IDEOGRAPH-2B37A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B37B,
        name: "CJK UNIFIED IDEOGRAPH-2B37B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B37C,
        name: "CJK UNIFIED IDEOGRAPH-2B37C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B37D,
        name: "CJK UNIFIED IDEOGRAPH-2B37D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B37E,
        name: "CJK UNIFIED IDEOGRAPH-2B37E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B37F,
        name: "CJK UNIFIED IDEOGRAPH-2B37F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B380,
        name: "CJK UNIFIED IDEOGRAPH-2B380",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B381,
        name: "CJK UNIFIED IDEOGRAPH-2B381",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B382,
        name: "CJK UNIFIED IDEOGRAPH-2B382",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B383,
        name: "CJK UNIFIED IDEOGRAPH-2B383",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B384,
        name: "CJK UNIFIED IDEOGRAPH-2B384",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B385,
        name: "CJK UNIFIED IDEOGRAPH-2B385",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B386,
        name: "CJK UNIFIED IDEOGRAPH-2B386",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B387,
        name: "CJK UNIFIED IDEOGRAPH-2B387",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B388,
        name: "CJK UNIFIED IDEOGRAPH-2B388",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B389,
        name: "CJK UNIFIED IDEOGRAPH-2B389",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B38A,
        name: "CJK UNIFIED IDEOGRAPH-2B38A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B38B,
        name: "CJK UNIFIED IDEOGRAPH-2B38B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B38C,
        name: "CJK UNIFIED IDEOGRAPH-2B38C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B38D,
        name: "CJK UNIFIED IDEOGRAPH-2B38D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B38E,
        name: "CJK UNIFIED IDEOGRAPH-2B38E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B38F,
        name: "CJK UNIFIED IDEOGRAPH-2B38F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B390,
        name: "CJK UNIFIED IDEOGRAPH-2B390",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B391,
        name: "CJK UNIFIED IDEOGRAPH-2B391",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B392,
        name: "CJK UNIFIED IDEOGRAPH-2B392",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B393,
        name: "CJK UNIFIED IDEOGRAPH-2B393",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B394,
        name: "CJK UNIFIED IDEOGRAPH-2B394",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B395,
        name: "CJK UNIFIED IDEOGRAPH-2B395",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B396,
        name: "CJK UNIFIED IDEOGRAPH-2B396",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B397,
        name: "CJK UNIFIED IDEOGRAPH-2B397",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B398,
        name: "CJK UNIFIED IDEOGRAPH-2B398",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B399,
        name: "CJK UNIFIED IDEOGRAPH-2B399",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B39A,
        name: "CJK UNIFIED IDEOGRAPH-2B39A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B39B,
        name: "CJK UNIFIED IDEOGRAPH-2B39B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B39C,
        name: "CJK UNIFIED IDEOGRAPH-2B39C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B39D,
        name: "CJK UNIFIED IDEOGRAPH-2B39D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B39E,
        name: "CJK UNIFIED IDEOGRAPH-2B39E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B39F,
        name: "CJK UNIFIED IDEOGRAPH-2B39F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A0,
        name: "CJK UNIFIED IDEOGRAPH-2B3A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A1,
        name: "CJK UNIFIED IDEOGRAPH-2B3A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A2,
        name: "CJK UNIFIED IDEOGRAPH-2B3A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A3,
        name: "CJK UNIFIED IDEOGRAPH-2B3A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A4,
        name: "CJK UNIFIED IDEOGRAPH-2B3A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A5,
        name: "CJK UNIFIED IDEOGRAPH-2B3A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A6,
        name: "CJK UNIFIED IDEOGRAPH-2B3A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A7,
        name: "CJK UNIFIED IDEOGRAPH-2B3A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A8,
        name: "CJK UNIFIED IDEOGRAPH-2B3A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3A9,
        name: "CJK UNIFIED IDEOGRAPH-2B3A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3AA,
        name: "CJK UNIFIED IDEOGRAPH-2B3AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3AB,
        name: "CJK UNIFIED IDEOGRAPH-2B3AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3AC,
        name: "CJK UNIFIED IDEOGRAPH-2B3AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3AD,
        name: "CJK UNIFIED IDEOGRAPH-2B3AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3AE,
        name: "CJK UNIFIED IDEOGRAPH-2B3AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3AF,
        name: "CJK UNIFIED IDEOGRAPH-2B3AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B0,
        name: "CJK UNIFIED IDEOGRAPH-2B3B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B1,
        name: "CJK UNIFIED IDEOGRAPH-2B3B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B2,
        name: "CJK UNIFIED IDEOGRAPH-2B3B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B3,
        name: "CJK UNIFIED IDEOGRAPH-2B3B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B4,
        name: "CJK UNIFIED IDEOGRAPH-2B3B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B5,
        name: "CJK UNIFIED IDEOGRAPH-2B3B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B6,
        name: "CJK UNIFIED IDEOGRAPH-2B3B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B7,
        name: "CJK UNIFIED IDEOGRAPH-2B3B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B8,
        name: "CJK UNIFIED IDEOGRAPH-2B3B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3B9,
        name: "CJK UNIFIED IDEOGRAPH-2B3B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3BA,
        name: "CJK UNIFIED IDEOGRAPH-2B3BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3BB,
        name: "CJK UNIFIED IDEOGRAPH-2B3BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3BC,
        name: "CJK UNIFIED IDEOGRAPH-2B3BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3BD,
        name: "CJK UNIFIED IDEOGRAPH-2B3BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3BE,
        name: "CJK UNIFIED IDEOGRAPH-2B3BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3BF,
        name: "CJK UNIFIED IDEOGRAPH-2B3BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C0,
        name: "CJK UNIFIED IDEOGRAPH-2B3C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C1,
        name: "CJK UNIFIED IDEOGRAPH-2B3C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C2,
        name: "CJK UNIFIED IDEOGRAPH-2B3C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C3,
        name: "CJK UNIFIED IDEOGRAPH-2B3C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C4,
        name: "CJK UNIFIED IDEOGRAPH-2B3C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C5,
        name: "CJK UNIFIED IDEOGRAPH-2B3C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C6,
        name: "CJK UNIFIED IDEOGRAPH-2B3C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C7,
        name: "CJK UNIFIED IDEOGRAPH-2B3C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C8,
        name: "CJK UNIFIED IDEOGRAPH-2B3C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3C9,
        name: "CJK UNIFIED IDEOGRAPH-2B3C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3CA,
        name: "CJK UNIFIED IDEOGRAPH-2B3CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3CB,
        name: "CJK UNIFIED IDEOGRAPH-2B3CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3CC,
        name: "CJK UNIFIED IDEOGRAPH-2B3CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3CD,
        name: "CJK UNIFIED IDEOGRAPH-2B3CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3CE,
        name: "CJK UNIFIED IDEOGRAPH-2B3CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3CF,
        name: "CJK UNIFIED IDEOGRAPH-2B3CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D0,
        name: "CJK UNIFIED IDEOGRAPH-2B3D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D1,
        name: "CJK UNIFIED IDEOGRAPH-2B3D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D2,
        name: "CJK UNIFIED IDEOGRAPH-2B3D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D3,
        name: "CJK UNIFIED IDEOGRAPH-2B3D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D4,
        name: "CJK UNIFIED IDEOGRAPH-2B3D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D5,
        name: "CJK UNIFIED IDEOGRAPH-2B3D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D6,
        name: "CJK UNIFIED IDEOGRAPH-2B3D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D7,
        name: "CJK UNIFIED IDEOGRAPH-2B3D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D8,
        name: "CJK UNIFIED IDEOGRAPH-2B3D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3D9,
        name: "CJK UNIFIED IDEOGRAPH-2B3D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3DA,
        name: "CJK UNIFIED IDEOGRAPH-2B3DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3DB,
        name: "CJK UNIFIED IDEOGRAPH-2B3DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3DC,
        name: "CJK UNIFIED IDEOGRAPH-2B3DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3DD,
        name: "CJK UNIFIED IDEOGRAPH-2B3DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3DE,
        name: "CJK UNIFIED IDEOGRAPH-2B3DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3DF,
        name: "CJK UNIFIED IDEOGRAPH-2B3DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E0,
        name: "CJK UNIFIED IDEOGRAPH-2B3E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E1,
        name: "CJK UNIFIED IDEOGRAPH-2B3E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E2,
        name: "CJK UNIFIED IDEOGRAPH-2B3E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E3,
        name: "CJK UNIFIED IDEOGRAPH-2B3E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E4,
        name: "CJK UNIFIED IDEOGRAPH-2B3E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E5,
        name: "CJK UNIFIED IDEOGRAPH-2B3E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E6,
        name: "CJK UNIFIED IDEOGRAPH-2B3E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E7,
        name: "CJK UNIFIED IDEOGRAPH-2B3E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E8,
        name: "CJK UNIFIED IDEOGRAPH-2B3E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3E9,
        name: "CJK UNIFIED IDEOGRAPH-2B3E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3EA,
        name: "CJK UNIFIED IDEOGRAPH-2B3EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3EB,
        name: "CJK UNIFIED IDEOGRAPH-2B3EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3EC,
        name: "CJK UNIFIED IDEOGRAPH-2B3EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3ED,
        name: "CJK UNIFIED IDEOGRAPH-2B3ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3EE,
        name: "CJK UNIFIED IDEOGRAPH-2B3EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3EF,
        name: "CJK UNIFIED IDEOGRAPH-2B3EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F0,
        name: "CJK UNIFIED IDEOGRAPH-2B3F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F1,
        name: "CJK UNIFIED IDEOGRAPH-2B3F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F2,
        name: "CJK UNIFIED IDEOGRAPH-2B3F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F3,
        name: "CJK UNIFIED IDEOGRAPH-2B3F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F4,
        name: "CJK UNIFIED IDEOGRAPH-2B3F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F5,
        name: "CJK UNIFIED IDEOGRAPH-2B3F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F6,
        name: "CJK UNIFIED IDEOGRAPH-2B3F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F7,
        name: "CJK UNIFIED IDEOGRAPH-2B3F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F8,
        name: "CJK UNIFIED IDEOGRAPH-2B3F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3F9,
        name: "CJK UNIFIED IDEOGRAPH-2B3F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3FA,
        name: "CJK UNIFIED IDEOGRAPH-2B3FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3FB,
        name: "CJK UNIFIED IDEOGRAPH-2B3FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3FC,
        name: "CJK UNIFIED IDEOGRAPH-2B3FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3FD,
        name: "CJK UNIFIED IDEOGRAPH-2B3FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3FE,
        name: "CJK UNIFIED IDEOGRAPH-2B3FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B3FF,
        name: "CJK UNIFIED IDEOGRAPH-2B3FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B400,
        name: "CJK UNIFIED IDEOGRAPH-2B400",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B401,
        name: "CJK UNIFIED IDEOGRAPH-2B401",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B402,
        name: "CJK UNIFIED IDEOGRAPH-2B402",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B403,
        name: "CJK UNIFIED IDEOGRAPH-2B403",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B404,
        name: "CJK UNIFIED IDEOGRAPH-2B404",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B405,
        name: "CJK UNIFIED IDEOGRAPH-2B405",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B406,
        name: "CJK UNIFIED IDEOGRAPH-2B406",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B407,
        name: "CJK UNIFIED IDEOGRAPH-2B407",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B408,
        name: "CJK UNIFIED IDEOGRAPH-2B408",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B409,
        name: "CJK UNIFIED IDEOGRAPH-2B409",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B40A,
        name: "CJK UNIFIED IDEOGRAPH-2B40A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B40B,
        name: "CJK UNIFIED IDEOGRAPH-2B40B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B40C,
        name: "CJK UNIFIED IDEOGRAPH-2B40C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B40D,
        name: "CJK UNIFIED IDEOGRAPH-2B40D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B40E,
        name: "CJK UNIFIED IDEOGRAPH-2B40E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B40F,
        name: "CJK UNIFIED IDEOGRAPH-2B40F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B410,
        name: "CJK UNIFIED IDEOGRAPH-2B410",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B411,
        name: "CJK UNIFIED IDEOGRAPH-2B411",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B412,
        name: "CJK UNIFIED IDEOGRAPH-2B412",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B413,
        name: "CJK UNIFIED IDEOGRAPH-2B413",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B414,
        name: "CJK UNIFIED IDEOGRAPH-2B414",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B415,
        name: "CJK UNIFIED IDEOGRAPH-2B415",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B416,
        name: "CJK UNIFIED IDEOGRAPH-2B416",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B417,
        name: "CJK UNIFIED IDEOGRAPH-2B417",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B418,
        name: "CJK UNIFIED IDEOGRAPH-2B418",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B419,
        name: "CJK UNIFIED IDEOGRAPH-2B419",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B41A,
        name: "CJK UNIFIED IDEOGRAPH-2B41A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B41B,
        name: "CJK UNIFIED IDEOGRAPH-2B41B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B41C,
        name: "CJK UNIFIED IDEOGRAPH-2B41C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B41D,
        name: "CJK UNIFIED IDEOGRAPH-2B41D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B41E,
        name: "CJK UNIFIED IDEOGRAPH-2B41E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B41F,
        name: "CJK UNIFIED IDEOGRAPH-2B41F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B420,
        name: "CJK UNIFIED IDEOGRAPH-2B420",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B421,
        name: "CJK UNIFIED IDEOGRAPH-2B421",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B422,
        name: "CJK UNIFIED IDEOGRAPH-2B422",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B423,
        name: "CJK UNIFIED IDEOGRAPH-2B423",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B424,
        name: "CJK UNIFIED IDEOGRAPH-2B424",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B425,
        name: "CJK UNIFIED IDEOGRAPH-2B425",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B426,
        name: "CJK UNIFIED IDEOGRAPH-2B426",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B427,
        name: "CJK UNIFIED IDEOGRAPH-2B427",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B428,
        name: "CJK UNIFIED IDEOGRAPH-2B428",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B429,
        name: "CJK UNIFIED IDEOGRAPH-2B429",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B42A,
        name: "CJK UNIFIED IDEOGRAPH-2B42A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B42B,
        name: "CJK UNIFIED IDEOGRAPH-2B42B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B42C,
        name: "CJK UNIFIED IDEOGRAPH-2B42C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B42D,
        name: "CJK UNIFIED IDEOGRAPH-2B42D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B42E,
        name: "CJK UNIFIED IDEOGRAPH-2B42E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B42F,
        name: "CJK UNIFIED IDEOGRAPH-2B42F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B430,
        name: "CJK UNIFIED IDEOGRAPH-2B430",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B431,
        name: "CJK UNIFIED IDEOGRAPH-2B431",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B432,
        name: "CJK UNIFIED IDEOGRAPH-2B432",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B433,
        name: "CJK UNIFIED IDEOGRAPH-2B433",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B434,
        name: "CJK UNIFIED IDEOGRAPH-2B434",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B435,
        name: "CJK UNIFIED IDEOGRAPH-2B435",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B436,
        name: "CJK UNIFIED IDEOGRAPH-2B436",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B437,
        name: "CJK UNIFIED IDEOGRAPH-2B437",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B438,
        name: "CJK UNIFIED IDEOGRAPH-2B438",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B439,
        name: "CJK UNIFIED IDEOGRAPH-2B439",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B43A,
        name: "CJK UNIFIED IDEOGRAPH-2B43A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B43B,
        name: "CJK UNIFIED IDEOGRAPH-2B43B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B43C,
        name: "CJK UNIFIED IDEOGRAPH-2B43C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B43D,
        name: "CJK UNIFIED IDEOGRAPH-2B43D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B43E,
        name: "CJK UNIFIED IDEOGRAPH-2B43E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B43F,
        name: "CJK UNIFIED IDEOGRAPH-2B43F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B440,
        name: "CJK UNIFIED IDEOGRAPH-2B440",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B441,
        name: "CJK UNIFIED IDEOGRAPH-2B441",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B442,
        name: "CJK UNIFIED IDEOGRAPH-2B442",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B443,
        name: "CJK UNIFIED IDEOGRAPH-2B443",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B444,
        name: "CJK UNIFIED IDEOGRAPH-2B444",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B445,
        name: "CJK UNIFIED IDEOGRAPH-2B445",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B446,
        name: "CJK UNIFIED IDEOGRAPH-2B446",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B447,
        name: "CJK UNIFIED IDEOGRAPH-2B447",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B448,
        name: "CJK UNIFIED IDEOGRAPH-2B448",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B449,
        name: "CJK UNIFIED IDEOGRAPH-2B449",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B44A,
        name: "CJK UNIFIED IDEOGRAPH-2B44A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B44B,
        name: "CJK UNIFIED IDEOGRAPH-2B44B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B44C,
        name: "CJK UNIFIED IDEOGRAPH-2B44C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B44D,
        name: "CJK UNIFIED IDEOGRAPH-2B44D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B44E,
        name: "CJK UNIFIED IDEOGRAPH-2B44E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B44F,
        name: "CJK UNIFIED IDEOGRAPH-2B44F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B450,
        name: "CJK UNIFIED IDEOGRAPH-2B450",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B451,
        name: "CJK UNIFIED IDEOGRAPH-2B451",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B452,
        name: "CJK UNIFIED IDEOGRAPH-2B452",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B453,
        name: "CJK UNIFIED IDEOGRAPH-2B453",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B454,
        name: "CJK UNIFIED IDEOGRAPH-2B454",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B455,
        name: "CJK UNIFIED IDEOGRAPH-2B455",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B456,
        name: "CJK UNIFIED IDEOGRAPH-2B456",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B457,
        name: "CJK UNIFIED IDEOGRAPH-2B457",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B458,
        name: "CJK UNIFIED IDEOGRAPH-2B458",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B459,
        name: "CJK UNIFIED IDEOGRAPH-2B459",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B45A,
        name: "CJK UNIFIED IDEOGRAPH-2B45A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B45B,
        name: "CJK UNIFIED IDEOGRAPH-2B45B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B45C,
        name: "CJK UNIFIED IDEOGRAPH-2B45C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B45D,
        name: "CJK UNIFIED IDEOGRAPH-2B45D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B45E,
        name: "CJK UNIFIED IDEOGRAPH-2B45E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B45F,
        name: "CJK UNIFIED IDEOGRAPH-2B45F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B460,
        name: "CJK UNIFIED IDEOGRAPH-2B460",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B461,
        name: "CJK UNIFIED IDEOGRAPH-2B461",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B462,
        name: "CJK UNIFIED IDEOGRAPH-2B462",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B463,
        name: "CJK UNIFIED IDEOGRAPH-2B463",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B464,
        name: "CJK UNIFIED IDEOGRAPH-2B464",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B465,
        name: "CJK UNIFIED IDEOGRAPH-2B465",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B466,
        name: "CJK UNIFIED IDEOGRAPH-2B466",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B467,
        name: "CJK UNIFIED IDEOGRAPH-2B467",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B468,
        name: "CJK UNIFIED IDEOGRAPH-2B468",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B469,
        name: "CJK UNIFIED IDEOGRAPH-2B469",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B46A,
        name: "CJK UNIFIED IDEOGRAPH-2B46A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B46B,
        name: "CJK UNIFIED IDEOGRAPH-2B46B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B46C,
        name: "CJK UNIFIED IDEOGRAPH-2B46C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B46D,
        name: "CJK UNIFIED IDEOGRAPH-2B46D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B46E,
        name: "CJK UNIFIED IDEOGRAPH-2B46E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B46F,
        name: "CJK UNIFIED IDEOGRAPH-2B46F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B470,
        name: "CJK UNIFIED IDEOGRAPH-2B470",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B471,
        name: "CJK UNIFIED IDEOGRAPH-2B471",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B472,
        name: "CJK UNIFIED IDEOGRAPH-2B472",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B473,
        name: "CJK UNIFIED IDEOGRAPH-2B473",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B474,
        name: "CJK UNIFIED IDEOGRAPH-2B474",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B475,
        name: "CJK UNIFIED IDEOGRAPH-2B475",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B476,
        name: "CJK UNIFIED IDEOGRAPH-2B476",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B477,
        name: "CJK UNIFIED IDEOGRAPH-2B477",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B478,
        name: "CJK UNIFIED IDEOGRAPH-2B478",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B479,
        name: "CJK UNIFIED IDEOGRAPH-2B479",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B47A,
        name: "CJK UNIFIED IDEOGRAPH-2B47A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B47B,
        name: "CJK UNIFIED IDEOGRAPH-2B47B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B47C,
        name: "CJK UNIFIED IDEOGRAPH-2B47C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B47D,
        name: "CJK UNIFIED IDEOGRAPH-2B47D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B47E,
        name: "CJK UNIFIED IDEOGRAPH-2B47E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B47F,
        name: "CJK UNIFIED IDEOGRAPH-2B47F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B480,
        name: "CJK UNIFIED IDEOGRAPH-2B480",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B481,
        name: "CJK UNIFIED IDEOGRAPH-2B481",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B482,
        name: "CJK UNIFIED IDEOGRAPH-2B482",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B483,
        name: "CJK UNIFIED IDEOGRAPH-2B483",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B484,
        name: "CJK UNIFIED IDEOGRAPH-2B484",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B485,
        name: "CJK UNIFIED IDEOGRAPH-2B485",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B486,
        name: "CJK UNIFIED IDEOGRAPH-2B486",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B487,
        name: "CJK UNIFIED IDEOGRAPH-2B487",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B488,
        name: "CJK UNIFIED IDEOGRAPH-2B488",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B489,
        name: "CJK UNIFIED IDEOGRAPH-2B489",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B48A,
        name: "CJK UNIFIED IDEOGRAPH-2B48A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B48B,
        name: "CJK UNIFIED IDEOGRAPH-2B48B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B48C,
        name: "CJK UNIFIED IDEOGRAPH-2B48C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B48D,
        name: "CJK UNIFIED IDEOGRAPH-2B48D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B48E,
        name: "CJK UNIFIED IDEOGRAPH-2B48E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B48F,
        name: "CJK UNIFIED IDEOGRAPH-2B48F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B490,
        name: "CJK UNIFIED IDEOGRAPH-2B490",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B491,
        name: "CJK UNIFIED IDEOGRAPH-2B491",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B492,
        name: "CJK UNIFIED IDEOGRAPH-2B492",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B493,
        name: "CJK UNIFIED IDEOGRAPH-2B493",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B494,
        name: "CJK UNIFIED IDEOGRAPH-2B494",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B495,
        name: "CJK UNIFIED IDEOGRAPH-2B495",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B496,
        name: "CJK UNIFIED IDEOGRAPH-2B496",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B497,
        name: "CJK UNIFIED IDEOGRAPH-2B497",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B498,
        name: "CJK UNIFIED IDEOGRAPH-2B498",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B499,
        name: "CJK UNIFIED IDEOGRAPH-2B499",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B49A,
        name: "CJK UNIFIED IDEOGRAPH-2B49A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B49B,
        name: "CJK UNIFIED IDEOGRAPH-2B49B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B49C,
        name: "CJK UNIFIED IDEOGRAPH-2B49C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B49D,
        name: "CJK UNIFIED IDEOGRAPH-2B49D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B49E,
        name: "CJK UNIFIED IDEOGRAPH-2B49E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B49F,
        name: "CJK UNIFIED IDEOGRAPH-2B49F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A0,
        name: "CJK UNIFIED IDEOGRAPH-2B4A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A1,
        name: "CJK UNIFIED IDEOGRAPH-2B4A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A2,
        name: "CJK UNIFIED IDEOGRAPH-2B4A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A3,
        name: "CJK UNIFIED IDEOGRAPH-2B4A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A4,
        name: "CJK UNIFIED IDEOGRAPH-2B4A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A5,
        name: "CJK UNIFIED IDEOGRAPH-2B4A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A6,
        name: "CJK UNIFIED IDEOGRAPH-2B4A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A7,
        name: "CJK UNIFIED IDEOGRAPH-2B4A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A8,
        name: "CJK UNIFIED IDEOGRAPH-2B4A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4A9,
        name: "CJK UNIFIED IDEOGRAPH-2B4A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4AA,
        name: "CJK UNIFIED IDEOGRAPH-2B4AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4AB,
        name: "CJK UNIFIED IDEOGRAPH-2B4AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4AC,
        name: "CJK UNIFIED IDEOGRAPH-2B4AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4AD,
        name: "CJK UNIFIED IDEOGRAPH-2B4AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4AE,
        name: "CJK UNIFIED IDEOGRAPH-2B4AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4AF,
        name: "CJK UNIFIED IDEOGRAPH-2B4AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B0,
        name: "CJK UNIFIED IDEOGRAPH-2B4B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B1,
        name: "CJK UNIFIED IDEOGRAPH-2B4B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B2,
        name: "CJK UNIFIED IDEOGRAPH-2B4B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B3,
        name: "CJK UNIFIED IDEOGRAPH-2B4B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B4,
        name: "CJK UNIFIED IDEOGRAPH-2B4B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B5,
        name: "CJK UNIFIED IDEOGRAPH-2B4B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B6,
        name: "CJK UNIFIED IDEOGRAPH-2B4B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B7,
        name: "CJK UNIFIED IDEOGRAPH-2B4B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B8,
        name: "CJK UNIFIED IDEOGRAPH-2B4B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4B9,
        name: "CJK UNIFIED IDEOGRAPH-2B4B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4BA,
        name: "CJK UNIFIED IDEOGRAPH-2B4BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4BB,
        name: "CJK UNIFIED IDEOGRAPH-2B4BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4BC,
        name: "CJK UNIFIED IDEOGRAPH-2B4BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4BD,
        name: "CJK UNIFIED IDEOGRAPH-2B4BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4BE,
        name: "CJK UNIFIED IDEOGRAPH-2B4BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4BF,
        name: "CJK UNIFIED IDEOGRAPH-2B4BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C0,
        name: "CJK UNIFIED IDEOGRAPH-2B4C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C1,
        name: "CJK UNIFIED IDEOGRAPH-2B4C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C2,
        name: "CJK UNIFIED IDEOGRAPH-2B4C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C3,
        name: "CJK UNIFIED IDEOGRAPH-2B4C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C4,
        name: "CJK UNIFIED IDEOGRAPH-2B4C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C5,
        name: "CJK UNIFIED IDEOGRAPH-2B4C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C6,
        name: "CJK UNIFIED IDEOGRAPH-2B4C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C7,
        name: "CJK UNIFIED IDEOGRAPH-2B4C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C8,
        name: "CJK UNIFIED IDEOGRAPH-2B4C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4C9,
        name: "CJK UNIFIED IDEOGRAPH-2B4C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4CA,
        name: "CJK UNIFIED IDEOGRAPH-2B4CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4CB,
        name: "CJK UNIFIED IDEOGRAPH-2B4CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4CC,
        name: "CJK UNIFIED IDEOGRAPH-2B4CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4CD,
        name: "CJK UNIFIED IDEOGRAPH-2B4CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4CE,
        name: "CJK UNIFIED IDEOGRAPH-2B4CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4CF,
        name: "CJK UNIFIED IDEOGRAPH-2B4CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D0,
        name: "CJK UNIFIED IDEOGRAPH-2B4D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D1,
        name: "CJK UNIFIED IDEOGRAPH-2B4D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D2,
        name: "CJK UNIFIED IDEOGRAPH-2B4D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D3,
        name: "CJK UNIFIED IDEOGRAPH-2B4D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D4,
        name: "CJK UNIFIED IDEOGRAPH-2B4D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D5,
        name: "CJK UNIFIED IDEOGRAPH-2B4D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D6,
        name: "CJK UNIFIED IDEOGRAPH-2B4D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D7,
        name: "CJK UNIFIED IDEOGRAPH-2B4D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D8,
        name: "CJK UNIFIED IDEOGRAPH-2B4D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4D9,
        name: "CJK UNIFIED IDEOGRAPH-2B4D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4DA,
        name: "CJK UNIFIED IDEOGRAPH-2B4DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4DB,
        name: "CJK UNIFIED IDEOGRAPH-2B4DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4DC,
        name: "CJK UNIFIED IDEOGRAPH-2B4DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4DD,
        name: "CJK UNIFIED IDEOGRAPH-2B4DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4DE,
        name: "CJK UNIFIED IDEOGRAPH-2B4DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4DF,
        name: "CJK UNIFIED IDEOGRAPH-2B4DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E0,
        name: "CJK UNIFIED IDEOGRAPH-2B4E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E1,
        name: "CJK UNIFIED IDEOGRAPH-2B4E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E2,
        name: "CJK UNIFIED IDEOGRAPH-2B4E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E3,
        name: "CJK UNIFIED IDEOGRAPH-2B4E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E4,
        name: "CJK UNIFIED IDEOGRAPH-2B4E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E5,
        name: "CJK UNIFIED IDEOGRAPH-2B4E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E6,
        name: "CJK UNIFIED IDEOGRAPH-2B4E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E7,
        name: "CJK UNIFIED IDEOGRAPH-2B4E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E8,
        name: "CJK UNIFIED IDEOGRAPH-2B4E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4E9,
        name: "CJK UNIFIED IDEOGRAPH-2B4E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4EA,
        name: "CJK UNIFIED IDEOGRAPH-2B4EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4EB,
        name: "CJK UNIFIED IDEOGRAPH-2B4EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4EC,
        name: "CJK UNIFIED IDEOGRAPH-2B4EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4ED,
        name: "CJK UNIFIED IDEOGRAPH-2B4ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4EE,
        name: "CJK UNIFIED IDEOGRAPH-2B4EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4EF,
        name: "CJK UNIFIED IDEOGRAPH-2B4EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F0,
        name: "CJK UNIFIED IDEOGRAPH-2B4F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F1,
        name: "CJK UNIFIED IDEOGRAPH-2B4F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F2,
        name: "CJK UNIFIED IDEOGRAPH-2B4F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F3,
        name: "CJK UNIFIED IDEOGRAPH-2B4F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F4,
        name: "CJK UNIFIED IDEOGRAPH-2B4F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F5,
        name: "CJK UNIFIED IDEOGRAPH-2B4F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F6,
        name: "CJK UNIFIED IDEOGRAPH-2B4F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F7,
        name: "CJK UNIFIED IDEOGRAPH-2B4F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F8,
        name: "CJK UNIFIED IDEOGRAPH-2B4F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4F9,
        name: "CJK UNIFIED IDEOGRAPH-2B4F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4FA,
        name: "CJK UNIFIED IDEOGRAPH-2B4FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4FB,
        name: "CJK UNIFIED IDEOGRAPH-2B4FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4FC,
        name: "CJK UNIFIED IDEOGRAPH-2B4FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4FD,
        name: "CJK UNIFIED IDEOGRAPH-2B4FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4FE,
        name: "CJK UNIFIED IDEOGRAPH-2B4FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B4FF,
        name: "CJK UNIFIED IDEOGRAPH-2B4FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B500,
        name: "CJK UNIFIED IDEOGRAPH-2B500",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B501,
        name: "CJK UNIFIED IDEOGRAPH-2B501",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B502,
        name: "CJK UNIFIED IDEOGRAPH-2B502",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B503,
        name: "CJK UNIFIED IDEOGRAPH-2B503",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B504,
        name: "CJK UNIFIED IDEOGRAPH-2B504",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B505,
        name: "CJK UNIFIED IDEOGRAPH-2B505",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B506,
        name: "CJK UNIFIED IDEOGRAPH-2B506",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B507,
        name: "CJK UNIFIED IDEOGRAPH-2B507",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B508,
        name: "CJK UNIFIED IDEOGRAPH-2B508",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B509,
        name: "CJK UNIFIED IDEOGRAPH-2B509",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B50A,
        name: "CJK UNIFIED IDEOGRAPH-2B50A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B50B,
        name: "CJK UNIFIED IDEOGRAPH-2B50B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B50C,
        name: "CJK UNIFIED IDEOGRAPH-2B50C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B50D,
        name: "CJK UNIFIED IDEOGRAPH-2B50D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B50E,
        name: "CJK UNIFIED IDEOGRAPH-2B50E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B50F,
        name: "CJK UNIFIED IDEOGRAPH-2B50F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B510,
        name: "CJK UNIFIED IDEOGRAPH-2B510",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B511,
        name: "CJK UNIFIED IDEOGRAPH-2B511",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B512,
        name: "CJK UNIFIED IDEOGRAPH-2B512",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B513,
        name: "CJK UNIFIED IDEOGRAPH-2B513",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B514,
        name: "CJK UNIFIED IDEOGRAPH-2B514",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B515,
        name: "CJK UNIFIED IDEOGRAPH-2B515",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B516,
        name: "CJK UNIFIED IDEOGRAPH-2B516",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B517,
        name: "CJK UNIFIED IDEOGRAPH-2B517",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B518,
        name: "CJK UNIFIED IDEOGRAPH-2B518",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B519,
        name: "CJK UNIFIED IDEOGRAPH-2B519",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B51A,
        name: "CJK UNIFIED IDEOGRAPH-2B51A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B51B,
        name: "CJK UNIFIED IDEOGRAPH-2B51B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B51C,
        name: "CJK UNIFIED IDEOGRAPH-2B51C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B51D,
        name: "CJK UNIFIED IDEOGRAPH-2B51D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B51E,
        name: "CJK UNIFIED IDEOGRAPH-2B51E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B51F,
        name: "CJK UNIFIED IDEOGRAPH-2B51F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B520,
        name: "CJK UNIFIED IDEOGRAPH-2B520",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B521,
        name: "CJK UNIFIED IDEOGRAPH-2B521",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B522,
        name: "CJK UNIFIED IDEOGRAPH-2B522",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B523,
        name: "CJK UNIFIED IDEOGRAPH-2B523",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B524,
        name: "CJK UNIFIED IDEOGRAPH-2B524",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B525,
        name: "CJK UNIFIED IDEOGRAPH-2B525",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B526,
        name: "CJK UNIFIED IDEOGRAPH-2B526",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B527,
        name: "CJK UNIFIED IDEOGRAPH-2B527",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B528,
        name: "CJK UNIFIED IDEOGRAPH-2B528",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B529,
        name: "CJK UNIFIED IDEOGRAPH-2B529",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B52A,
        name: "CJK UNIFIED IDEOGRAPH-2B52A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B52B,
        name: "CJK UNIFIED IDEOGRAPH-2B52B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B52C,
        name: "CJK UNIFIED IDEOGRAPH-2B52C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B52D,
        name: "CJK UNIFIED IDEOGRAPH-2B52D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B52E,
        name: "CJK UNIFIED IDEOGRAPH-2B52E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B52F,
        name: "CJK UNIFIED IDEOGRAPH-2B52F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B530,
        name: "CJK UNIFIED IDEOGRAPH-2B530",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B531,
        name: "CJK UNIFIED IDEOGRAPH-2B531",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B532,
        name: "CJK UNIFIED IDEOGRAPH-2B532",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B533,
        name: "CJK UNIFIED IDEOGRAPH-2B533",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B534,
        name: "CJK UNIFIED IDEOGRAPH-2B534",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B535,
        name: "CJK UNIFIED IDEOGRAPH-2B535",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B536,
        name: "CJK UNIFIED IDEOGRAPH-2B536",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B537,
        name: "CJK UNIFIED IDEOGRAPH-2B537",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B538,
        name: "CJK UNIFIED IDEOGRAPH-2B538",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B539,
        name: "CJK UNIFIED IDEOGRAPH-2B539",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B53A,
        name: "CJK UNIFIED IDEOGRAPH-2B53A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B53B,
        name: "CJK UNIFIED IDEOGRAPH-2B53B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B53C,
        name: "CJK UNIFIED IDEOGRAPH-2B53C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B53D,
        name: "CJK UNIFIED IDEOGRAPH-2B53D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B53E,
        name: "CJK UNIFIED IDEOGRAPH-2B53E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B53F,
        name: "CJK UNIFIED IDEOGRAPH-2B53F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B540,
        name: "CJK UNIFIED IDEOGRAPH-2B540",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B541,
        name: "CJK UNIFIED IDEOGRAPH-2B541",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B542,
        name: "CJK UNIFIED IDEOGRAPH-2B542",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B543,
        name: "CJK UNIFIED IDEOGRAPH-2B543",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B544,
        name: "CJK UNIFIED IDEOGRAPH-2B544",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B545,
        name: "CJK UNIFIED IDEOGRAPH-2B545",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B546,
        name: "CJK UNIFIED IDEOGRAPH-2B546",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B547,
        name: "CJK UNIFIED IDEOGRAPH-2B547",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B548,
        name: "CJK UNIFIED IDEOGRAPH-2B548",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B549,
        name: "CJK UNIFIED IDEOGRAPH-2B549",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B54A,
        name: "CJK UNIFIED IDEOGRAPH-2B54A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B54B,
        name: "CJK UNIFIED IDEOGRAPH-2B54B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B54C,
        name: "CJK UNIFIED IDEOGRAPH-2B54C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B54D,
        name: "CJK UNIFIED IDEOGRAPH-2B54D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B54E,
        name: "CJK UNIFIED IDEOGRAPH-2B54E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B54F,
        name: "CJK UNIFIED IDEOGRAPH-2B54F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B550,
        name: "CJK UNIFIED IDEOGRAPH-2B550",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B551,
        name: "CJK UNIFIED IDEOGRAPH-2B551",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B552,
        name: "CJK UNIFIED IDEOGRAPH-2B552",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B553,
        name: "CJK UNIFIED IDEOGRAPH-2B553",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B554,
        name: "CJK UNIFIED IDEOGRAPH-2B554",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B555,
        name: "CJK UNIFIED IDEOGRAPH-2B555",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B556,
        name: "CJK UNIFIED IDEOGRAPH-2B556",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B557,
        name: "CJK UNIFIED IDEOGRAPH-2B557",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B558,
        name: "CJK UNIFIED IDEOGRAPH-2B558",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B559,
        name: "CJK UNIFIED IDEOGRAPH-2B559",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55A,
        name: "CJK UNIFIED IDEOGRAPH-2B55A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55B,
        name: "CJK UNIFIED IDEOGRAPH-2B55B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55C,
        name: "CJK UNIFIED IDEOGRAPH-2B55C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55D,
        name: "CJK UNIFIED IDEOGRAPH-2B55D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55E,
        name: "CJK UNIFIED IDEOGRAPH-2B55E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B55F,
        name: "CJK UNIFIED IDEOGRAPH-2B55F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B560,
        name: "CJK UNIFIED IDEOGRAPH-2B560",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B561,
        name: "CJK UNIFIED IDEOGRAPH-2B561",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B562,
        name: "CJK UNIFIED IDEOGRAPH-2B562",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B563,
        name: "CJK UNIFIED IDEOGRAPH-2B563",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B564,
        name: "CJK UNIFIED IDEOGRAPH-2B564",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B565,
        name: "CJK UNIFIED IDEOGRAPH-2B565",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B566,
        name: "CJK UNIFIED IDEOGRAPH-2B566",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B567,
        name: "CJK UNIFIED IDEOGRAPH-2B567",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B568,
        name: "CJK UNIFIED IDEOGRAPH-2B568",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B569,
        name: "CJK UNIFIED IDEOGRAPH-2B569",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56A,
        name: "CJK UNIFIED IDEOGRAPH-2B56A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56B,
        name: "CJK UNIFIED IDEOGRAPH-2B56B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56C,
        name: "CJK UNIFIED IDEOGRAPH-2B56C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56D,
        name: "CJK UNIFIED IDEOGRAPH-2B56D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56E,
        name: "CJK UNIFIED IDEOGRAPH-2B56E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B56F,
        name: "CJK UNIFIED IDEOGRAPH-2B56F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B570,
        name: "CJK UNIFIED IDEOGRAPH-2B570",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B571,
        name: "CJK UNIFIED IDEOGRAPH-2B571",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B572,
        name: "CJK UNIFIED IDEOGRAPH-2B572",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B573,
        name: "CJK UNIFIED IDEOGRAPH-2B573",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B574,
        name: "CJK UNIFIED IDEOGRAPH-2B574",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B575,
        name: "CJK UNIFIED IDEOGRAPH-2B575",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B576,
        name: "CJK UNIFIED IDEOGRAPH-2B576",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B577,
        name: "CJK UNIFIED IDEOGRAPH-2B577",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B578,
        name: "CJK UNIFIED IDEOGRAPH-2B578",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B579,
        name: "CJK UNIFIED IDEOGRAPH-2B579",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57A,
        name: "CJK UNIFIED IDEOGRAPH-2B57A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57B,
        name: "CJK UNIFIED IDEOGRAPH-2B57B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57C,
        name: "CJK UNIFIED IDEOGRAPH-2B57C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57D,
        name: "CJK UNIFIED IDEOGRAPH-2B57D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57E,
        name: "CJK UNIFIED IDEOGRAPH-2B57E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B57F,
        name: "CJK UNIFIED IDEOGRAPH-2B57F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B580,
        name: "CJK UNIFIED IDEOGRAPH-2B580",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B581,
        name: "CJK UNIFIED IDEOGRAPH-2B581",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B582,
        name: "CJK UNIFIED IDEOGRAPH-2B582",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B583,
        name: "CJK UNIFIED IDEOGRAPH-2B583",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B584,
        name: "CJK UNIFIED IDEOGRAPH-2B584",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B585,
        name: "CJK UNIFIED IDEOGRAPH-2B585",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B586,
        name: "CJK UNIFIED IDEOGRAPH-2B586",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B587,
        name: "CJK UNIFIED IDEOGRAPH-2B587",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B588,
        name: "CJK UNIFIED IDEOGRAPH-2B588",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B589,
        name: "CJK UNIFIED IDEOGRAPH-2B589",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58A,
        name: "CJK UNIFIED IDEOGRAPH-2B58A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58B,
        name: "CJK UNIFIED IDEOGRAPH-2B58B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58C,
        name: "CJK UNIFIED IDEOGRAPH-2B58C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58D,
        name: "CJK UNIFIED IDEOGRAPH-2B58D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58E,
        name: "CJK UNIFIED IDEOGRAPH-2B58E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B58F,
        name: "CJK UNIFIED IDEOGRAPH-2B58F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B590,
        name: "CJK UNIFIED IDEOGRAPH-2B590",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B591,
        name: "CJK UNIFIED IDEOGRAPH-2B591",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B592,
        name: "CJK UNIFIED IDEOGRAPH-2B592",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B593,
        name: "CJK UNIFIED IDEOGRAPH-2B593",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B594,
        name: "CJK UNIFIED IDEOGRAPH-2B594",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B595,
        name: "CJK UNIFIED IDEOGRAPH-2B595",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B596,
        name: "CJK UNIFIED IDEOGRAPH-2B596",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B597,
        name: "CJK UNIFIED IDEOGRAPH-2B597",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B598,
        name: "CJK UNIFIED IDEOGRAPH-2B598",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B599,
        name: "CJK UNIFIED IDEOGRAPH-2B599",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59A,
        name: "CJK UNIFIED IDEOGRAPH-2B59A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59B,
        name: "CJK UNIFIED IDEOGRAPH-2B59B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59C,
        name: "CJK UNIFIED IDEOGRAPH-2B59C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59D,
        name: "CJK UNIFIED IDEOGRAPH-2B59D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59E,
        name: "CJK UNIFIED IDEOGRAPH-2B59E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B59F,
        name: "CJK UNIFIED IDEOGRAPH-2B59F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A0,
        name: "CJK UNIFIED IDEOGRAPH-2B5A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A1,
        name: "CJK UNIFIED IDEOGRAPH-2B5A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A2,
        name: "CJK UNIFIED IDEOGRAPH-2B5A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A3,
        name: "CJK UNIFIED IDEOGRAPH-2B5A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A4,
        name: "CJK UNIFIED IDEOGRAPH-2B5A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A5,
        name: "CJK UNIFIED IDEOGRAPH-2B5A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A6,
        name: "CJK UNIFIED IDEOGRAPH-2B5A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A7,
        name: "CJK UNIFIED IDEOGRAPH-2B5A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A8,
        name: "CJK UNIFIED IDEOGRAPH-2B5A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5A9,
        name: "CJK UNIFIED IDEOGRAPH-2B5A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5AA,
        name: "CJK UNIFIED IDEOGRAPH-2B5AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5AB,
        name: "CJK UNIFIED IDEOGRAPH-2B5AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5AC,
        name: "CJK UNIFIED IDEOGRAPH-2B5AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5AD,
        name: "CJK UNIFIED IDEOGRAPH-2B5AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5AE,
        name: "CJK UNIFIED IDEOGRAPH-2B5AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5AF,
        name: "CJK UNIFIED IDEOGRAPH-2B5AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B0,
        name: "CJK UNIFIED IDEOGRAPH-2B5B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B1,
        name: "CJK UNIFIED IDEOGRAPH-2B5B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B2,
        name: "CJK UNIFIED IDEOGRAPH-2B5B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B3,
        name: "CJK UNIFIED IDEOGRAPH-2B5B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B4,
        name: "CJK UNIFIED IDEOGRAPH-2B5B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B5,
        name: "CJK UNIFIED IDEOGRAPH-2B5B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B6,
        name: "CJK UNIFIED IDEOGRAPH-2B5B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B7,
        name: "CJK UNIFIED IDEOGRAPH-2B5B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B8,
        name: "CJK UNIFIED IDEOGRAPH-2B5B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5B9,
        name: "CJK UNIFIED IDEOGRAPH-2B5B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5BA,
        name: "CJK UNIFIED IDEOGRAPH-2B5BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5BB,
        name: "CJK UNIFIED IDEOGRAPH-2B5BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5BC,
        name: "CJK UNIFIED IDEOGRAPH-2B5BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5BD,
        name: "CJK UNIFIED IDEOGRAPH-2B5BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5BE,
        name: "CJK UNIFIED IDEOGRAPH-2B5BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5BF,
        name: "CJK UNIFIED IDEOGRAPH-2B5BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C0,
        name: "CJK UNIFIED IDEOGRAPH-2B5C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C1,
        name: "CJK UNIFIED IDEOGRAPH-2B5C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C2,
        name: "CJK UNIFIED IDEOGRAPH-2B5C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C3,
        name: "CJK UNIFIED IDEOGRAPH-2B5C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C4,
        name: "CJK UNIFIED IDEOGRAPH-2B5C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C5,
        name: "CJK UNIFIED IDEOGRAPH-2B5C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C6,
        name: "CJK UNIFIED IDEOGRAPH-2B5C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C7,
        name: "CJK UNIFIED IDEOGRAPH-2B5C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C8,
        name: "CJK UNIFIED IDEOGRAPH-2B5C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5C9,
        name: "CJK UNIFIED IDEOGRAPH-2B5C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5CA,
        name: "CJK UNIFIED IDEOGRAPH-2B5CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5CB,
        name: "CJK UNIFIED IDEOGRAPH-2B5CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5CC,
        name: "CJK UNIFIED IDEOGRAPH-2B5CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5CD,
        name: "CJK UNIFIED IDEOGRAPH-2B5CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5CE,
        name: "CJK UNIFIED IDEOGRAPH-2B5CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5CF,
        name: "CJK UNIFIED IDEOGRAPH-2B5CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D0,
        name: "CJK UNIFIED IDEOGRAPH-2B5D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D1,
        name: "CJK UNIFIED IDEOGRAPH-2B5D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D2,
        name: "CJK UNIFIED IDEOGRAPH-2B5D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D3,
        name: "CJK UNIFIED IDEOGRAPH-2B5D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D4,
        name: "CJK UNIFIED IDEOGRAPH-2B5D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D5,
        name: "CJK UNIFIED IDEOGRAPH-2B5D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D6,
        name: "CJK UNIFIED IDEOGRAPH-2B5D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D7,
        name: "CJK UNIFIED IDEOGRAPH-2B5D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D8,
        name: "CJK UNIFIED IDEOGRAPH-2B5D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5D9,
        name: "CJK UNIFIED IDEOGRAPH-2B5D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5DA,
        name: "CJK UNIFIED IDEOGRAPH-2B5DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5DB,
        name: "CJK UNIFIED IDEOGRAPH-2B5DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5DC,
        name: "CJK UNIFIED IDEOGRAPH-2B5DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5DD,
        name: "CJK UNIFIED IDEOGRAPH-2B5DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5DE,
        name: "CJK UNIFIED IDEOGRAPH-2B5DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5DF,
        name: "CJK UNIFIED IDEOGRAPH-2B5DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E0,
        name: "CJK UNIFIED IDEOGRAPH-2B5E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E1,
        name: "CJK UNIFIED IDEOGRAPH-2B5E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E2,
        name: "CJK UNIFIED IDEOGRAPH-2B5E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E3,
        name: "CJK UNIFIED IDEOGRAPH-2B5E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E4,
        name: "CJK UNIFIED IDEOGRAPH-2B5E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E5,
        name: "CJK UNIFIED IDEOGRAPH-2B5E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E6,
        name: "CJK UNIFIED IDEOGRAPH-2B5E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E7,
        name: "CJK UNIFIED IDEOGRAPH-2B5E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E8,
        name: "CJK UNIFIED IDEOGRAPH-2B5E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5E9,
        name: "CJK UNIFIED IDEOGRAPH-2B5E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5EA,
        name: "CJK UNIFIED IDEOGRAPH-2B5EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5EB,
        name: "CJK UNIFIED IDEOGRAPH-2B5EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5EC,
        name: "CJK UNIFIED IDEOGRAPH-2B5EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5ED,
        name: "CJK UNIFIED IDEOGRAPH-2B5ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5EE,
        name: "CJK UNIFIED IDEOGRAPH-2B5EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5EF,
        name: "CJK UNIFIED IDEOGRAPH-2B5EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F0,
        name: "CJK UNIFIED IDEOGRAPH-2B5F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F1,
        name: "CJK UNIFIED IDEOGRAPH-2B5F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F2,
        name: "CJK UNIFIED IDEOGRAPH-2B5F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F3,
        name: "CJK UNIFIED IDEOGRAPH-2B5F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F4,
        name: "CJK UNIFIED IDEOGRAPH-2B5F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F5,
        name: "CJK UNIFIED IDEOGRAPH-2B5F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F6,
        name: "CJK UNIFIED IDEOGRAPH-2B5F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F7,
        name: "CJK UNIFIED IDEOGRAPH-2B5F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F8,
        name: "CJK UNIFIED IDEOGRAPH-2B5F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5F9,
        name: "CJK UNIFIED IDEOGRAPH-2B5F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5FA,
        name: "CJK UNIFIED IDEOGRAPH-2B5FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5FB,
        name: "CJK UNIFIED IDEOGRAPH-2B5FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5FC,
        name: "CJK UNIFIED IDEOGRAPH-2B5FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5FD,
        name: "CJK UNIFIED IDEOGRAPH-2B5FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5FE,
        name: "CJK UNIFIED IDEOGRAPH-2B5FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B5FF,
        name: "CJK UNIFIED IDEOGRAPH-2B5FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B600,
        name: "CJK UNIFIED IDEOGRAPH-2B600",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B601,
        name: "CJK UNIFIED IDEOGRAPH-2B601",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B602,
        name: "CJK UNIFIED IDEOGRAPH-2B602",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B603,
        name: "CJK UNIFIED IDEOGRAPH-2B603",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B604,
        name: "CJK UNIFIED IDEOGRAPH-2B604",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B605,
        name: "CJK UNIFIED IDEOGRAPH-2B605",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B606,
        name: "CJK UNIFIED IDEOGRAPH-2B606",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B607,
        name: "CJK UNIFIED IDEOGRAPH-2B607",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B608,
        name: "CJK UNIFIED IDEOGRAPH-2B608",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B609,
        name: "CJK UNIFIED IDEOGRAPH-2B609",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B60A,
        name: "CJK UNIFIED IDEOGRAPH-2B60A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B60B,
        name: "CJK UNIFIED IDEOGRAPH-2B60B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B60C,
        name: "CJK UNIFIED IDEOGRAPH-2B60C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B60D,
        name: "CJK UNIFIED IDEOGRAPH-2B60D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B60E,
        name: "CJK UNIFIED IDEOGRAPH-2B60E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B60F,
        name: "CJK UNIFIED IDEOGRAPH-2B60F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B610,
        name: "CJK UNIFIED IDEOGRAPH-2B610",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B611,
        name: "CJK UNIFIED IDEOGRAPH-2B611",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B612,
        name: "CJK UNIFIED IDEOGRAPH-2B612",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B613,
        name: "CJK UNIFIED IDEOGRAPH-2B613",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B614,
        name: "CJK UNIFIED IDEOGRAPH-2B614",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B615,
        name: "CJK UNIFIED IDEOGRAPH-2B615",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B616,
        name: "CJK UNIFIED IDEOGRAPH-2B616",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B617,
        name: "CJK UNIFIED IDEOGRAPH-2B617",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B618,
        name: "CJK UNIFIED IDEOGRAPH-2B618",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B619,
        name: "CJK UNIFIED IDEOGRAPH-2B619",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B61A,
        name: "CJK UNIFIED IDEOGRAPH-2B61A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B61B,
        name: "CJK UNIFIED IDEOGRAPH-2B61B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B61C,
        name: "CJK UNIFIED IDEOGRAPH-2B61C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B61D,
        name: "CJK UNIFIED IDEOGRAPH-2B61D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B61E,
        name: "CJK UNIFIED IDEOGRAPH-2B61E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B61F,
        name: "CJK UNIFIED IDEOGRAPH-2B61F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B620,
        name: "CJK UNIFIED IDEOGRAPH-2B620",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B621,
        name: "CJK UNIFIED IDEOGRAPH-2B621",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B622,
        name: "CJK UNIFIED IDEOGRAPH-2B622",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B623,
        name: "CJK UNIFIED IDEOGRAPH-2B623",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B624,
        name: "CJK UNIFIED IDEOGRAPH-2B624",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B625,
        name: "CJK UNIFIED IDEOGRAPH-2B625",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B626,
        name: "CJK UNIFIED IDEOGRAPH-2B626",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B627,
        name: "CJK UNIFIED IDEOGRAPH-2B627",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B628,
        name: "CJK UNIFIED IDEOGRAPH-2B628",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B629,
        name: "CJK UNIFIED IDEOGRAPH-2B629",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B62A,
        name: "CJK UNIFIED IDEOGRAPH-2B62A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B62B,
        name: "CJK UNIFIED IDEOGRAPH-2B62B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B62C,
        name: "CJK UNIFIED IDEOGRAPH-2B62C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B62D,
        name: "CJK UNIFIED IDEOGRAPH-2B62D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B62E,
        name: "CJK UNIFIED IDEOGRAPH-2B62E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B62F,
        name: "CJK UNIFIED IDEOGRAPH-2B62F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B630,
        name: "CJK UNIFIED IDEOGRAPH-2B630",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B631,
        name: "CJK UNIFIED IDEOGRAPH-2B631",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B632,
        name: "CJK UNIFIED IDEOGRAPH-2B632",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B633,
        name: "CJK UNIFIED IDEOGRAPH-2B633",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B634,
        name: "CJK UNIFIED IDEOGRAPH-2B634",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B635,
        name: "CJK UNIFIED IDEOGRAPH-2B635",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B636,
        name: "CJK UNIFIED IDEOGRAPH-2B636",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B637,
        name: "CJK UNIFIED IDEOGRAPH-2B637",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B638,
        name: "CJK UNIFIED IDEOGRAPH-2B638",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B639,
        name: "CJK UNIFIED IDEOGRAPH-2B639",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B63A,
        name: "CJK UNIFIED IDEOGRAPH-2B63A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B63B,
        name: "CJK UNIFIED IDEOGRAPH-2B63B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B63C,
        name: "CJK UNIFIED IDEOGRAPH-2B63C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B63D,
        name: "CJK UNIFIED IDEOGRAPH-2B63D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B63E,
        name: "CJK UNIFIED IDEOGRAPH-2B63E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B63F,
        name: "CJK UNIFIED IDEOGRAPH-2B63F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B640,
        name: "CJK UNIFIED IDEOGRAPH-2B640",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B641,
        name: "CJK UNIFIED IDEOGRAPH-2B641",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B642,
        name: "CJK UNIFIED IDEOGRAPH-2B642",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B643,
        name: "CJK UNIFIED IDEOGRAPH-2B643",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B644,
        name: "CJK UNIFIED IDEOGRAPH-2B644",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B645,
        name: "CJK UNIFIED IDEOGRAPH-2B645",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B646,
        name: "CJK UNIFIED IDEOGRAPH-2B646",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B647,
        name: "CJK UNIFIED IDEOGRAPH-2B647",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B648,
        name: "CJK UNIFIED IDEOGRAPH-2B648",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B649,
        name: "CJK UNIFIED IDEOGRAPH-2B649",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B64A,
        name: "CJK UNIFIED IDEOGRAPH-2B64A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B64B,
        name: "CJK UNIFIED IDEOGRAPH-2B64B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B64C,
        name: "CJK UNIFIED IDEOGRAPH-2B64C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B64D,
        name: "CJK UNIFIED IDEOGRAPH-2B64D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B64E,
        name: "CJK UNIFIED IDEOGRAPH-2B64E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B64F,
        name: "CJK UNIFIED IDEOGRAPH-2B64F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B650,
        name: "CJK UNIFIED IDEOGRAPH-2B650",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B651,
        name: "CJK UNIFIED IDEOGRAPH-2B651",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B652,
        name: "CJK UNIFIED IDEOGRAPH-2B652",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B653,
        name: "CJK UNIFIED IDEOGRAPH-2B653",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B654,
        name: "CJK UNIFIED IDEOGRAPH-2B654",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B655,
        name: "CJK UNIFIED IDEOGRAPH-2B655",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B656,
        name: "CJK UNIFIED IDEOGRAPH-2B656",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B657,
        name: "CJK UNIFIED IDEOGRAPH-2B657",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B658,
        name: "CJK UNIFIED IDEOGRAPH-2B658",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B659,
        name: "CJK UNIFIED IDEOGRAPH-2B659",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B65A,
        name: "CJK UNIFIED IDEOGRAPH-2B65A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B65B,
        name: "CJK UNIFIED IDEOGRAPH-2B65B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B65C,
        name: "CJK UNIFIED IDEOGRAPH-2B65C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B65D,
        name: "CJK UNIFIED IDEOGRAPH-2B65D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B65E,
        name: "CJK UNIFIED IDEOGRAPH-2B65E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B65F,
        name: "CJK UNIFIED IDEOGRAPH-2B65F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B660,
        name: "CJK UNIFIED IDEOGRAPH-2B660",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B661,
        name: "CJK UNIFIED IDEOGRAPH-2B661",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B662,
        name: "CJK UNIFIED IDEOGRAPH-2B662",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B663,
        name: "CJK UNIFIED IDEOGRAPH-2B663",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B664,
        name: "CJK UNIFIED IDEOGRAPH-2B664",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B665,
        name: "CJK UNIFIED IDEOGRAPH-2B665",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B666,
        name: "CJK UNIFIED IDEOGRAPH-2B666",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B667,
        name: "CJK UNIFIED IDEOGRAPH-2B667",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B668,
        name: "CJK UNIFIED IDEOGRAPH-2B668",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B669,
        name: "CJK UNIFIED IDEOGRAPH-2B669",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B66A,
        name: "CJK UNIFIED IDEOGRAPH-2B66A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B66B,
        name: "CJK UNIFIED IDEOGRAPH-2B66B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B66C,
        name: "CJK UNIFIED IDEOGRAPH-2B66C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B66D,
        name: "CJK UNIFIED IDEOGRAPH-2B66D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B66E,
        name: "CJK UNIFIED IDEOGRAPH-2B66E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B66F,
        name: "CJK UNIFIED IDEOGRAPH-2B66F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B670,
        name: "CJK UNIFIED IDEOGRAPH-2B670",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B671,
        name: "CJK UNIFIED IDEOGRAPH-2B671",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B672,
        name: "CJK UNIFIED IDEOGRAPH-2B672",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B673,
        name: "CJK UNIFIED IDEOGRAPH-2B673",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B674,
        name: "CJK UNIFIED IDEOGRAPH-2B674",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B675,
        name: "CJK UNIFIED IDEOGRAPH-2B675",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B676,
        name: "CJK UNIFIED IDEOGRAPH-2B676",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B677,
        name: "CJK UNIFIED IDEOGRAPH-2B677",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B678,
        name: "CJK UNIFIED IDEOGRAPH-2B678",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B679,
        name: "CJK UNIFIED IDEOGRAPH-2B679",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B67A,
        name: "CJK UNIFIED IDEOGRAPH-2B67A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B67B,
        name: "CJK UNIFIED IDEOGRAPH-2B67B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B67C,
        name: "CJK UNIFIED IDEOGRAPH-2B67C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B67D,
        name: "CJK UNIFIED IDEOGRAPH-2B67D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B67E,
        name: "CJK UNIFIED IDEOGRAPH-2B67E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B67F,
        name: "CJK UNIFIED IDEOGRAPH-2B67F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B680,
        name: "CJK UNIFIED IDEOGRAPH-2B680",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B681,
        name: "CJK UNIFIED IDEOGRAPH-2B681",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B682,
        name: "CJK UNIFIED IDEOGRAPH-2B682",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B683,
        name: "CJK UNIFIED IDEOGRAPH-2B683",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B684,
        name: "CJK UNIFIED IDEOGRAPH-2B684",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B685,
        name: "CJK UNIFIED IDEOGRAPH-2B685",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B686,
        name: "CJK UNIFIED IDEOGRAPH-2B686",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B687,
        name: "CJK UNIFIED IDEOGRAPH-2B687",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B688,
        name: "CJK UNIFIED IDEOGRAPH-2B688",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B689,
        name: "CJK UNIFIED IDEOGRAPH-2B689",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B68A,
        name: "CJK UNIFIED IDEOGRAPH-2B68A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B68B,
        name: "CJK UNIFIED IDEOGRAPH-2B68B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B68C,
        name: "CJK UNIFIED IDEOGRAPH-2B68C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B68D,
        name: "CJK UNIFIED IDEOGRAPH-2B68D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B68E,
        name: "CJK UNIFIED IDEOGRAPH-2B68E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B68F,
        name: "CJK UNIFIED IDEOGRAPH-2B68F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B690,
        name: "CJK UNIFIED IDEOGRAPH-2B690",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B691,
        name: "CJK UNIFIED IDEOGRAPH-2B691",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B692,
        name: "CJK UNIFIED IDEOGRAPH-2B692",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B693,
        name: "CJK UNIFIED IDEOGRAPH-2B693",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B694,
        name: "CJK UNIFIED IDEOGRAPH-2B694",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B695,
        name: "CJK UNIFIED IDEOGRAPH-2B695",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B696,
        name: "CJK UNIFIED IDEOGRAPH-2B696",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B697,
        name: "CJK UNIFIED IDEOGRAPH-2B697",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B698,
        name: "CJK UNIFIED IDEOGRAPH-2B698",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B699,
        name: "CJK UNIFIED IDEOGRAPH-2B699",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B69A,
        name: "CJK UNIFIED IDEOGRAPH-2B69A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B69B,
        name: "CJK UNIFIED IDEOGRAPH-2B69B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B69C,
        name: "CJK UNIFIED IDEOGRAPH-2B69C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B69D,
        name: "CJK UNIFIED IDEOGRAPH-2B69D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B69E,
        name: "CJK UNIFIED IDEOGRAPH-2B69E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B69F,
        name: "CJK UNIFIED IDEOGRAPH-2B69F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A0,
        name: "CJK UNIFIED IDEOGRAPH-2B6A0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A1,
        name: "CJK UNIFIED IDEOGRAPH-2B6A1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A2,
        name: "CJK UNIFIED IDEOGRAPH-2B6A2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A3,
        name: "CJK UNIFIED IDEOGRAPH-2B6A3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A4,
        name: "CJK UNIFIED IDEOGRAPH-2B6A4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A5,
        name: "CJK UNIFIED IDEOGRAPH-2B6A5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A6,
        name: "CJK UNIFIED IDEOGRAPH-2B6A6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A7,
        name: "CJK UNIFIED IDEOGRAPH-2B6A7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A8,
        name: "CJK UNIFIED IDEOGRAPH-2B6A8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6A9,
        name: "CJK UNIFIED IDEOGRAPH-2B6A9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6AA,
        name: "CJK UNIFIED IDEOGRAPH-2B6AA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6AB,
        name: "CJK UNIFIED IDEOGRAPH-2B6AB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6AC,
        name: "CJK UNIFIED IDEOGRAPH-2B6AC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6AD,
        name: "CJK UNIFIED IDEOGRAPH-2B6AD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6AE,
        name: "CJK UNIFIED IDEOGRAPH-2B6AE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6AF,
        name: "CJK UNIFIED IDEOGRAPH-2B6AF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B0,
        name: "CJK UNIFIED IDEOGRAPH-2B6B0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B1,
        name: "CJK UNIFIED IDEOGRAPH-2B6B1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B2,
        name: "CJK UNIFIED IDEOGRAPH-2B6B2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B3,
        name: "CJK UNIFIED IDEOGRAPH-2B6B3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B4,
        name: "CJK UNIFIED IDEOGRAPH-2B6B4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B5,
        name: "CJK UNIFIED IDEOGRAPH-2B6B5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B6,
        name: "CJK UNIFIED IDEOGRAPH-2B6B6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B7,
        name: "CJK UNIFIED IDEOGRAPH-2B6B7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B8,
        name: "CJK UNIFIED IDEOGRAPH-2B6B8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6B9,
        name: "CJK UNIFIED IDEOGRAPH-2B6B9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6BA,
        name: "CJK UNIFIED IDEOGRAPH-2B6BA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6BB,
        name: "CJK UNIFIED IDEOGRAPH-2B6BB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6BC,
        name: "CJK UNIFIED IDEOGRAPH-2B6BC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6BD,
        name: "CJK UNIFIED IDEOGRAPH-2B6BD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6BE,
        name: "CJK UNIFIED IDEOGRAPH-2B6BE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6BF,
        name: "CJK UNIFIED IDEOGRAPH-2B6BF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C0,
        name: "CJK UNIFIED IDEOGRAPH-2B6C0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C1,
        name: "CJK UNIFIED IDEOGRAPH-2B6C1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C2,
        name: "CJK UNIFIED IDEOGRAPH-2B6C2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C3,
        name: "CJK UNIFIED IDEOGRAPH-2B6C3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C4,
        name: "CJK UNIFIED IDEOGRAPH-2B6C4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C5,
        name: "CJK UNIFIED IDEOGRAPH-2B6C5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C6,
        name: "CJK UNIFIED IDEOGRAPH-2B6C6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C7,
        name: "CJK UNIFIED IDEOGRAPH-2B6C7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C8,
        name: "CJK UNIFIED IDEOGRAPH-2B6C8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6C9,
        name: "CJK UNIFIED IDEOGRAPH-2B6C9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6CA,
        name: "CJK UNIFIED IDEOGRAPH-2B6CA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6CB,
        name: "CJK UNIFIED IDEOGRAPH-2B6CB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6CC,
        name: "CJK UNIFIED IDEOGRAPH-2B6CC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6CD,
        name: "CJK UNIFIED IDEOGRAPH-2B6CD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6CE,
        name: "CJK UNIFIED IDEOGRAPH-2B6CE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6CF,
        name: "CJK UNIFIED IDEOGRAPH-2B6CF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D0,
        name: "CJK UNIFIED IDEOGRAPH-2B6D0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D1,
        name: "CJK UNIFIED IDEOGRAPH-2B6D1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D2,
        name: "CJK UNIFIED IDEOGRAPH-2B6D2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D3,
        name: "CJK UNIFIED IDEOGRAPH-2B6D3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D4,
        name: "CJK UNIFIED IDEOGRAPH-2B6D4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D5,
        name: "CJK UNIFIED IDEOGRAPH-2B6D5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D6,
        name: "CJK UNIFIED IDEOGRAPH-2B6D6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D7,
        name: "CJK UNIFIED IDEOGRAPH-2B6D7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D8,
        name: "CJK UNIFIED IDEOGRAPH-2B6D8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6D9,
        name: "CJK UNIFIED IDEOGRAPH-2B6D9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6DA,
        name: "CJK UNIFIED IDEOGRAPH-2B6DA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6DB,
        name: "CJK UNIFIED IDEOGRAPH-2B6DB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6DC,
        name: "CJK UNIFIED IDEOGRAPH-2B6DC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6DD,
        name: "CJK UNIFIED IDEOGRAPH-2B6DD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6DE,
        name: "CJK UNIFIED IDEOGRAPH-2B6DE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6DF,
        name: "CJK UNIFIED IDEOGRAPH-2B6DF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E0,
        name: "CJK UNIFIED IDEOGRAPH-2B6E0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E1,
        name: "CJK UNIFIED IDEOGRAPH-2B6E1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E2,
        name: "CJK UNIFIED IDEOGRAPH-2B6E2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E3,
        name: "CJK UNIFIED IDEOGRAPH-2B6E3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E4,
        name: "CJK UNIFIED IDEOGRAPH-2B6E4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E5,
        name: "CJK UNIFIED IDEOGRAPH-2B6E5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E6,
        name: "CJK UNIFIED IDEOGRAPH-2B6E6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E7,
        name: "CJK UNIFIED IDEOGRAPH-2B6E7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E8,
        name: "CJK UNIFIED IDEOGRAPH-2B6E8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6E9,
        name: "CJK UNIFIED IDEOGRAPH-2B6E9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6EA,
        name: "CJK UNIFIED IDEOGRAPH-2B6EA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6EB,
        name: "CJK UNIFIED IDEOGRAPH-2B6EB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6EC,
        name: "CJK UNIFIED IDEOGRAPH-2B6EC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6ED,
        name: "CJK UNIFIED IDEOGRAPH-2B6ED",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6EE,
        name: "CJK UNIFIED IDEOGRAPH-2B6EE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6EF,
        name: "CJK UNIFIED IDEOGRAPH-2B6EF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F0,
        name: "CJK UNIFIED IDEOGRAPH-2B6F0",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F1,
        name: "CJK UNIFIED IDEOGRAPH-2B6F1",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F2,
        name: "CJK UNIFIED IDEOGRAPH-2B6F2",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F3,
        name: "CJK UNIFIED IDEOGRAPH-2B6F3",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F4,
        name: "CJK UNIFIED IDEOGRAPH-2B6F4",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F5,
        name: "CJK UNIFIED IDEOGRAPH-2B6F5",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F6,
        name: "CJK UNIFIED IDEOGRAPH-2B6F6",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F7,
        name: "CJK UNIFIED IDEOGRAPH-2B6F7",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F8,
        name: "CJK UNIFIED IDEOGRAPH-2B6F8",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6F9,
        name: "CJK UNIFIED IDEOGRAPH-2B6F9",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6FA,
        name: "CJK UNIFIED IDEOGRAPH-2B6FA",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6FB,
        name: "CJK UNIFIED IDEOGRAPH-2B6FB",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6FC,
        name: "CJK UNIFIED IDEOGRAPH-2B6FC",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6FD,
        name: "CJK UNIFIED IDEOGRAPH-2B6FD",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6FE,
        name: "CJK UNIFIED IDEOGRAPH-2B6FE",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B6FF,
        name: "CJK UNIFIED IDEOGRAPH-2B6FF",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B700,
        name: "CJK UNIFIED IDEOGRAPH-2B700",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B701,
        name: "CJK UNIFIED IDEOGRAPH-2B701",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B702,
        name: "CJK UNIFIED IDEOGRAPH-2B702",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B703,
        name: "CJK UNIFIED IDEOGRAPH-2B703",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B704,
        name: "CJK UNIFIED IDEOGRAPH-2B704",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B705,
        name: "CJK UNIFIED IDEOGRAPH-2B705",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B706,
        name: "CJK UNIFIED IDEOGRAPH-2B706",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B707,
        name: "CJK UNIFIED IDEOGRAPH-2B707",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B708,
        name: "CJK UNIFIED IDEOGRAPH-2B708",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B709,
        name: "CJK UNIFIED IDEOGRAPH-2B709",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B70A,
        name: "CJK UNIFIED IDEOGRAPH-2B70A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B70B,
        name: "CJK UNIFIED IDEOGRAPH-2B70B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B70C,
        name: "CJK UNIFIED IDEOGRAPH-2B70C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B70D,
        name: "CJK UNIFIED IDEOGRAPH-2B70D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B70E,
        name: "CJK UNIFIED IDEOGRAPH-2B70E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B70F,
        name: "CJK UNIFIED IDEOGRAPH-2B70F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B710,
        name: "CJK UNIFIED IDEOGRAPH-2B710",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B711,
        name: "CJK UNIFIED IDEOGRAPH-2B711",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B712,
        name: "CJK UNIFIED IDEOGRAPH-2B712",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B713,
        name: "CJK UNIFIED IDEOGRAPH-2B713",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B714,
        name: "CJK UNIFIED IDEOGRAPH-2B714",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B715,
        name: "CJK UNIFIED IDEOGRAPH-2B715",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B716,
        name: "CJK UNIFIED IDEOGRAPH-2B716",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B717,
        name: "CJK UNIFIED IDEOGRAPH-2B717",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B718,
        name: "CJK UNIFIED IDEOGRAPH-2B718",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B719,
        name: "CJK UNIFIED IDEOGRAPH-2B719",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B71A,
        name: "CJK UNIFIED IDEOGRAPH-2B71A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B71B,
        name: "CJK UNIFIED IDEOGRAPH-2B71B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B71C,
        name: "CJK UNIFIED IDEOGRAPH-2B71C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B71D,
        name: "CJK UNIFIED IDEOGRAPH-2B71D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B71E,
        name: "CJK UNIFIED IDEOGRAPH-2B71E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B71F,
        name: "CJK UNIFIED IDEOGRAPH-2B71F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B720,
        name: "CJK UNIFIED IDEOGRAPH-2B720",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B721,
        name: "CJK UNIFIED IDEOGRAPH-2B721",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B722,
        name: "CJK UNIFIED IDEOGRAPH-2B722",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B723,
        name: "CJK UNIFIED IDEOGRAPH-2B723",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B724,
        name: "CJK UNIFIED IDEOGRAPH-2B724",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B725,
        name: "CJK UNIFIED IDEOGRAPH-2B725",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B726,
        name: "CJK UNIFIED IDEOGRAPH-2B726",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B727,
        name: "CJK UNIFIED IDEOGRAPH-2B727",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B728,
        name: "CJK UNIFIED IDEOGRAPH-2B728",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B729,
        name: "CJK UNIFIED IDEOGRAPH-2B729",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B72A,
        name: "CJK UNIFIED IDEOGRAPH-2B72A",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B72B,
        name: "CJK UNIFIED IDEOGRAPH-2B72B",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B72C,
        name: "CJK UNIFIED IDEOGRAPH-2B72C",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B72D,
        name: "CJK UNIFIED IDEOGRAPH-2B72D",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B72E,
        name: "CJK UNIFIED IDEOGRAPH-2B72E",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B72F,
        name: "CJK UNIFIED IDEOGRAPH-2B72F",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B730,
        name: "CJK UNIFIED IDEOGRAPH-2B730",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B731,
        name: "CJK UNIFIED IDEOGRAPH-2B731",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B732,
        name: "CJK UNIFIED IDEOGRAPH-2B732",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B733,
        name: "CJK UNIFIED IDEOGRAPH-2B733",
    },
    Character {
        age: "5.2",
        codepoint: 0x2B734,
        name: "CJK UNIFIED IDEOGRAPH-2B734",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B740,
        name: "CJK UNIFIED IDEOGRAPH-2B740",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B741,
        name: "CJK UNIFIED IDEOGRAPH-2B741",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B742,
        name: "CJK UNIFIED IDEOGRAPH-2B742",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B743,
        name: "CJK UNIFIED IDEOGRAPH-2B743",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B744,
        name: "CJK UNIFIED IDEOGRAPH-2B744",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B745,
        name: "CJK UNIFIED IDEOGRAPH-2B745",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B746,
        name: "CJK UNIFIED IDEOGRAPH-2B746",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B747,
        name: "CJK UNIFIED IDEOGRAPH-2B747",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B748,
        name: "CJK UNIFIED IDEOGRAPH-2B748",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B749,
        name: "CJK UNIFIED IDEOGRAPH-2B749",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B74A,
        name: "CJK UNIFIED IDEOGRAPH-2B74A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B74B,
        name: "CJK UNIFIED IDEOGRAPH-2B74B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B74C,
        name: "CJK UNIFIED IDEOGRAPH-2B74C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B74D,
        name: "CJK UNIFIED IDEOGRAPH-2B74D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B74E,
        name: "CJK UNIFIED IDEOGRAPH-2B74E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B74F,
        name: "CJK UNIFIED IDEOGRAPH-2B74F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B750,
        name: "CJK UNIFIED IDEOGRAPH-2B750",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B751,
        name: "CJK UNIFIED IDEOGRAPH-2B751",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B752,
        name: "CJK UNIFIED IDEOGRAPH-2B752",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B753,
        name: "CJK UNIFIED IDEOGRAPH-2B753",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B754,
        name: "CJK UNIFIED IDEOGRAPH-2B754",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B755,
        name: "CJK UNIFIED IDEOGRAPH-2B755",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B756,
        name: "CJK UNIFIED IDEOGRAPH-2B756",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B757,
        name: "CJK UNIFIED IDEOGRAPH-2B757",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B758,
        name: "CJK UNIFIED IDEOGRAPH-2B758",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B759,
        name: "CJK UNIFIED IDEOGRAPH-2B759",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B75A,
        name: "CJK UNIFIED IDEOGRAPH-2B75A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B75B,
        name: "CJK UNIFIED IDEOGRAPH-2B75B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B75C,
        name: "CJK UNIFIED IDEOGRAPH-2B75C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B75D,
        name: "CJK UNIFIED IDEOGRAPH-2B75D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B75E,
        name: "CJK UNIFIED IDEOGRAPH-2B75E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B75F,
        name: "CJK UNIFIED IDEOGRAPH-2B75F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B760,
        name: "CJK UNIFIED IDEOGRAPH-2B760",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B761,
        name: "CJK UNIFIED IDEOGRAPH-2B761",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B762,
        name: "CJK UNIFIED IDEOGRAPH-2B762",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B763,
        name: "CJK UNIFIED IDEOGRAPH-2B763",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B764,
        name: "CJK UNIFIED IDEOGRAPH-2B764",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B765,
        name: "CJK UNIFIED IDEOGRAPH-2B765",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B766,
        name: "CJK UNIFIED IDEOGRAPH-2B766",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B767,
        name: "CJK UNIFIED IDEOGRAPH-2B767",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B768,
        name: "CJK UNIFIED IDEOGRAPH-2B768",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B769,
        name: "CJK UNIFIED IDEOGRAPH-2B769",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B76A,
        name: "CJK UNIFIED IDEOGRAPH-2B76A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B76B,
        name: "CJK UNIFIED IDEOGRAPH-2B76B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B76C,
        name: "CJK UNIFIED IDEOGRAPH-2B76C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B76D,
        name: "CJK UNIFIED IDEOGRAPH-2B76D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B76E,
        name: "CJK UNIFIED IDEOGRAPH-2B76E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B76F,
        name: "CJK UNIFIED IDEOGRAPH-2B76F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B770,
        name: "CJK UNIFIED IDEOGRAPH-2B770",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B771,
        name: "CJK UNIFIED IDEOGRAPH-2B771",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B772,
        name: "CJK UNIFIED IDEOGRAPH-2B772",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B773,
        name: "CJK UNIFIED IDEOGRAPH-2B773",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B774,
        name: "CJK UNIFIED IDEOGRAPH-2B774",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B775,
        name: "CJK UNIFIED IDEOGRAPH-2B775",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B776,
        name: "CJK UNIFIED IDEOGRAPH-2B776",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B777,
        name: "CJK UNIFIED IDEOGRAPH-2B777",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B778,
        name: "CJK UNIFIED IDEOGRAPH-2B778",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B779,
        name: "CJK UNIFIED IDEOGRAPH-2B779",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B77A,
        name: "CJK UNIFIED IDEOGRAPH-2B77A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B77B,
        name: "CJK UNIFIED IDEOGRAPH-2B77B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B77C,
        name: "CJK UNIFIED IDEOGRAPH-2B77C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B77D,
        name: "CJK UNIFIED IDEOGRAPH-2B77D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B77E,
        name: "CJK UNIFIED IDEOGRAPH-2B77E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B77F,
        name: "CJK UNIFIED IDEOGRAPH-2B77F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B780,
        name: "CJK UNIFIED IDEOGRAPH-2B780",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B781,
        name: "CJK UNIFIED IDEOGRAPH-2B781",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B782,
        name: "CJK UNIFIED IDEOGRAPH-2B782",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B783,
        name: "CJK UNIFIED IDEOGRAPH-2B783",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B784,
        name: "CJK UNIFIED IDEOGRAPH-2B784",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B785,
        name: "CJK UNIFIED IDEOGRAPH-2B785",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B786,
        name: "CJK UNIFIED IDEOGRAPH-2B786",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B787,
        name: "CJK UNIFIED IDEOGRAPH-2B787",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B788,
        name: "CJK UNIFIED IDEOGRAPH-2B788",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B789,
        name: "CJK UNIFIED IDEOGRAPH-2B789",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B78A,
        name: "CJK UNIFIED IDEOGRAPH-2B78A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B78B,
        name: "CJK UNIFIED IDEOGRAPH-2B78B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B78C,
        name: "CJK UNIFIED IDEOGRAPH-2B78C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B78D,
        name: "CJK UNIFIED IDEOGRAPH-2B78D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B78E,
        name: "CJK UNIFIED IDEOGRAPH-2B78E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B78F,
        name: "CJK UNIFIED IDEOGRAPH-2B78F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B790,
        name: "CJK UNIFIED IDEOGRAPH-2B790",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B791,
        name: "CJK UNIFIED IDEOGRAPH-2B791",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B792,
        name: "CJK UNIFIED IDEOGRAPH-2B792",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B793,
        name: "CJK UNIFIED IDEOGRAPH-2B793",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B794,
        name: "CJK UNIFIED IDEOGRAPH-2B794",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B795,
        name: "CJK UNIFIED IDEOGRAPH-2B795",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B796,
        name: "CJK UNIFIED IDEOGRAPH-2B796",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B797,
        name: "CJK UNIFIED IDEOGRAPH-2B797",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B798,
        name: "CJK UNIFIED IDEOGRAPH-2B798",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B799,
        name: "CJK UNIFIED IDEOGRAPH-2B799",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B79A,
        name: "CJK UNIFIED IDEOGRAPH-2B79A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B79B,
        name: "CJK UNIFIED IDEOGRAPH-2B79B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B79C,
        name: "CJK UNIFIED IDEOGRAPH-2B79C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B79D,
        name: "CJK UNIFIED IDEOGRAPH-2B79D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B79E,
        name: "CJK UNIFIED IDEOGRAPH-2B79E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B79F,
        name: "CJK UNIFIED IDEOGRAPH-2B79F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A0,
        name: "CJK UNIFIED IDEOGRAPH-2B7A0",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A1,
        name: "CJK UNIFIED IDEOGRAPH-2B7A1",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A2,
        name: "CJK UNIFIED IDEOGRAPH-2B7A2",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A3,
        name: "CJK UNIFIED IDEOGRAPH-2B7A3",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A4,
        name: "CJK UNIFIED IDEOGRAPH-2B7A4",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A5,
        name: "CJK UNIFIED IDEOGRAPH-2B7A5",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A6,
        name: "CJK UNIFIED IDEOGRAPH-2B7A6",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A7,
        name: "CJK UNIFIED IDEOGRAPH-2B7A7",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A8,
        name: "CJK UNIFIED IDEOGRAPH-2B7A8",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7A9,
        name: "CJK UNIFIED IDEOGRAPH-2B7A9",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7AA,
        name: "CJK UNIFIED IDEOGRAPH-2B7AA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7AB,
        name: "CJK UNIFIED IDEOGRAPH-2B7AB",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7AC,
        name: "CJK UNIFIED IDEOGRAPH-2B7AC",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7AD,
        name: "CJK UNIFIED IDEOGRAPH-2B7AD",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7AE,
        name: "CJK UNIFIED IDEOGRAPH-2B7AE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7AF,
        name: "CJK UNIFIED IDEOGRAPH-2B7AF",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B0,
        name: "CJK UNIFIED IDEOGRAPH-2B7B0",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B1,
        name: "CJK UNIFIED IDEOGRAPH-2B7B1",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B2,
        name: "CJK UNIFIED IDEOGRAPH-2B7B2",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B3,
        name: "CJK UNIFIED IDEOGRAPH-2B7B3",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B4,
        name: "CJK UNIFIED IDEOGRAPH-2B7B4",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B5,
        name: "CJK UNIFIED IDEOGRAPH-2B7B5",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B6,
        name: "CJK UNIFIED IDEOGRAPH-2B7B6",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B7,
        name: "CJK UNIFIED IDEOGRAPH-2B7B7",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B8,
        name: "CJK UNIFIED IDEOGRAPH-2B7B8",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7B9,
        name: "CJK UNIFIED IDEOGRAPH-2B7B9",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7BA,
        name: "CJK UNIFIED IDEOGRAPH-2B7BA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7BB,
        name: "CJK UNIFIED IDEOGRAPH-2B7BB",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7BC,
        name: "CJK UNIFIED IDEOGRAPH-2B7BC",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7BD,
        name: "CJK UNIFIED IDEOGRAPH-2B7BD",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7BE,
        name: "CJK UNIFIED IDEOGRAPH-2B7BE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7BF,
        name: "CJK UNIFIED IDEOGRAPH-2B7BF",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C0,
        name: "CJK UNIFIED IDEOGRAPH-2B7C0",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C1,
        name: "CJK UNIFIED IDEOGRAPH-2B7C1",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C2,
        name: "CJK UNIFIED IDEOGRAPH-2B7C2",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C3,
        name: "CJK UNIFIED IDEOGRAPH-2B7C3",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C4,
        name: "CJK UNIFIED IDEOGRAPH-2B7C4",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C5,
        name: "CJK UNIFIED IDEOGRAPH-2B7C5",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C6,
        name: "CJK UNIFIED IDEOGRAPH-2B7C6",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C7,
        name: "CJK UNIFIED IDEOGRAPH-2B7C7",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C8,
        name: "CJK UNIFIED IDEOGRAPH-2B7C8",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7C9,
        name: "CJK UNIFIED IDEOGRAPH-2B7C9",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7CA,
        name: "CJK UNIFIED IDEOGRAPH-2B7CA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7CB,
        name: "CJK UNIFIED IDEOGRAPH-2B7CB",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7CC,
        name: "CJK UNIFIED IDEOGRAPH-2B7CC",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7CD,
        name: "CJK UNIFIED IDEOGRAPH-2B7CD",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7CE,
        name: "CJK UNIFIED IDEOGRAPH-2B7CE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7CF,
        name: "CJK UNIFIED IDEOGRAPH-2B7CF",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D0,
        name: "CJK UNIFIED IDEOGRAPH-2B7D0",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D1,
        name: "CJK UNIFIED IDEOGRAPH-2B7D1",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D2,
        name: "CJK UNIFIED IDEOGRAPH-2B7D2",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D3,
        name: "CJK UNIFIED IDEOGRAPH-2B7D3",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D4,
        name: "CJK UNIFIED IDEOGRAPH-2B7D4",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D5,
        name: "CJK UNIFIED IDEOGRAPH-2B7D5",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D6,
        name: "CJK UNIFIED IDEOGRAPH-2B7D6",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D7,
        name: "CJK UNIFIED IDEOGRAPH-2B7D7",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D8,
        name: "CJK UNIFIED IDEOGRAPH-2B7D8",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7D9,
        name: "CJK UNIFIED IDEOGRAPH-2B7D9",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7DA,
        name: "CJK UNIFIED IDEOGRAPH-2B7DA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7DB,
        name: "CJK UNIFIED IDEOGRAPH-2B7DB",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7DC,
        name: "CJK UNIFIED IDEOGRAPH-2B7DC",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7DD,
        name: "CJK UNIFIED IDEOGRAPH-2B7DD",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7DE,
        name: "CJK UNIFIED IDEOGRAPH-2B7DE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7DF,
        name: "CJK UNIFIED IDEOGRAPH-2B7DF",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E0,
        name: "CJK UNIFIED IDEOGRAPH-2B7E0",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E1,
        name: "CJK UNIFIED IDEOGRAPH-2B7E1",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E2,
        name: "CJK UNIFIED IDEOGRAPH-2B7E2",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E3,
        name: "CJK UNIFIED IDEOGRAPH-2B7E3",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E4,
        name: "CJK UNIFIED IDEOGRAPH-2B7E4",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E5,
        name: "CJK UNIFIED IDEOGRAPH-2B7E5",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E6,
        name: "CJK UNIFIED IDEOGRAPH-2B7E6",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E7,
        name: "CJK UNIFIED IDEOGRAPH-2B7E7",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E8,
        name: "CJK UNIFIED IDEOGRAPH-2B7E8",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7E9,
        name: "CJK UNIFIED IDEOGRAPH-2B7E9",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7EA,
        name: "CJK UNIFIED IDEOGRAPH-2B7EA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7EB,
        name: "CJK UNIFIED IDEOGRAPH-2B7EB",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7EC,
        name: "CJK UNIFIED IDEOGRAPH-2B7EC",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7ED,
        name: "CJK UNIFIED IDEOGRAPH-2B7ED",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7EE,
        name: "CJK UNIFIED IDEOGRAPH-2B7EE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7EF,
        name: "CJK UNIFIED IDEOGRAPH-2B7EF",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F0,
        name: "CJK UNIFIED IDEOGRAPH-2B7F0",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F1,
        name: "CJK UNIFIED IDEOGRAPH-2B7F1",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F2,
        name: "CJK UNIFIED IDEOGRAPH-2B7F2",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F3,
        name: "CJK UNIFIED IDEOGRAPH-2B7F3",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F4,
        name: "CJK UNIFIED IDEOGRAPH-2B7F4",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F5,
        name: "CJK UNIFIED IDEOGRAPH-2B7F5",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F6,
        name: "CJK UNIFIED IDEOGRAPH-2B7F6",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F7,
        name: "CJK UNIFIED IDEOGRAPH-2B7F7",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F8,
        name: "CJK UNIFIED IDEOGRAPH-2B7F8",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7F9,
        name: "CJK UNIFIED IDEOGRAPH-2B7F9",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7FA,
        name: "CJK UNIFIED IDEOGRAPH-2B7FA",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7FB,
        name: "CJK UNIFIED IDEOGRAPH-2B7FB",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7FC,
        name: "CJK UNIFIED IDEOGRAPH-2B7FC",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7FD,
        name: "CJK UNIFIED IDEOGRAPH-2B7FD",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7FE,
        name: "CJK UNIFIED IDEOGRAPH-2B7FE",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B7FF,
        name: "CJK UNIFIED IDEOGRAPH-2B7FF",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B800,
        name: "CJK UNIFIED IDEOGRAPH-2B800",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B801,
        name: "CJK UNIFIED IDEOGRAPH-2B801",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B802,
        name: "CJK UNIFIED IDEOGRAPH-2B802",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B803,
        name: "CJK UNIFIED IDEOGRAPH-2B803",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B804,
        name: "CJK UNIFIED IDEOGRAPH-2B804",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B805,
        name: "CJK UNIFIED IDEOGRAPH-2B805",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B806,
        name: "CJK UNIFIED IDEOGRAPH-2B806",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B807,
        name: "CJK UNIFIED IDEOGRAPH-2B807",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B808,
        name: "CJK UNIFIED IDEOGRAPH-2B808",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B809,
        name: "CJK UNIFIED IDEOGRAPH-2B809",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B80A,
        name: "CJK UNIFIED IDEOGRAPH-2B80A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B80B,
        name: "CJK UNIFIED IDEOGRAPH-2B80B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B80C,
        name: "CJK UNIFIED IDEOGRAPH-2B80C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B80D,
        name: "CJK UNIFIED IDEOGRAPH-2B80D",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B80E,
        name: "CJK UNIFIED IDEOGRAPH-2B80E",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B80F,
        name: "CJK UNIFIED IDEOGRAPH-2B80F",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B810,
        name: "CJK UNIFIED IDEOGRAPH-2B810",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B811,
        name: "CJK UNIFIED IDEOGRAPH-2B811",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B812,
        name: "CJK UNIFIED IDEOGRAPH-2B812",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B813,
        name: "CJK UNIFIED IDEOGRAPH-2B813",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B814,
        name: "CJK UNIFIED IDEOGRAPH-2B814",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B815,
        name: "CJK UNIFIED IDEOGRAPH-2B815",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B816,
        name: "CJK UNIFIED IDEOGRAPH-2B816",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B817,
        name: "CJK UNIFIED IDEOGRAPH-2B817",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B818,
        name: "CJK UNIFIED IDEOGRAPH-2B818",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B819,
        name: "CJK UNIFIED IDEOGRAPH-2B819",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B81A,
        name: "CJK UNIFIED IDEOGRAPH-2B81A",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B81B,
        name: "CJK UNIFIED IDEOGRAPH-2B81B",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B81C,
        name: "CJK UNIFIED IDEOGRAPH-2B81C",
    },
    Character {
        age: "6.0",
        codepoint: 0x2B81D,
        name: "CJK UNIFIED IDEOGRAPH-2B81D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B820,
        name: "CJK UNIFIED IDEOGRAPH-2B820",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B821,
        name: "CJK UNIFIED IDEOGRAPH-2B821",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B822,
        name: "CJK UNIFIED IDEOGRAPH-2B822",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B823,
        name: "CJK UNIFIED IDEOGRAPH-2B823",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B824,
        name: "CJK UNIFIED IDEOGRAPH-2B824",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B825,
        name: "CJK UNIFIED IDEOGRAPH-2B825",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B826,
        name: "CJK UNIFIED IDEOGRAPH-2B826",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B827,
        name: "CJK UNIFIED IDEOGRAPH-2B827",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B828,
        name: "CJK UNIFIED IDEOGRAPH-2B828",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B829,
        name: "CJK UNIFIED IDEOGRAPH-2B829",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B82A,
        name: "CJK UNIFIED IDEOGRAPH-2B82A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B82B,
        name: "CJK UNIFIED IDEOGRAPH-2B82B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B82C,
        name: "CJK UNIFIED IDEOGRAPH-2B82C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B82D,
        name: "CJK UNIFIED IDEOGRAPH-2B82D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B82E,
        name: "CJK UNIFIED IDEOGRAPH-2B82E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B82F,
        name: "CJK UNIFIED IDEOGRAPH-2B82F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B830,
        name: "CJK UNIFIED IDEOGRAPH-2B830",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B831,
        name: "CJK UNIFIED IDEOGRAPH-2B831",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B832,
        name: "CJK UNIFIED IDEOGRAPH-2B832",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B833,
        name: "CJK UNIFIED IDEOGRAPH-2B833",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B834,
        name: "CJK UNIFIED IDEOGRAPH-2B834",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B835,
        name: "CJK UNIFIED IDEOGRAPH-2B835",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B836,
        name: "CJK UNIFIED IDEOGRAPH-2B836",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B837,
        name: "CJK UNIFIED IDEOGRAPH-2B837",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B838,
        name: "CJK UNIFIED IDEOGRAPH-2B838",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B839,
        name: "CJK UNIFIED IDEOGRAPH-2B839",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B83A,
        name: "CJK UNIFIED IDEOGRAPH-2B83A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B83B,
        name: "CJK UNIFIED IDEOGRAPH-2B83B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B83C,
        name: "CJK UNIFIED IDEOGRAPH-2B83C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B83D,
        name: "CJK UNIFIED IDEOGRAPH-2B83D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B83E,
        name: "CJK UNIFIED IDEOGRAPH-2B83E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B83F,
        name: "CJK UNIFIED IDEOGRAPH-2B83F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B840,
        name: "CJK UNIFIED IDEOGRAPH-2B840",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B841,
        name: "CJK UNIFIED IDEOGRAPH-2B841",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B842,
        name: "CJK UNIFIED IDEOGRAPH-2B842",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B843,
        name: "CJK UNIFIED IDEOGRAPH-2B843",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B844,
        name: "CJK UNIFIED IDEOGRAPH-2B844",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B845,
        name: "CJK UNIFIED IDEOGRAPH-2B845",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B846,
        name: "CJK UNIFIED IDEOGRAPH-2B846",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B847,
        name: "CJK UNIFIED IDEOGRAPH-2B847",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B848,
        name: "CJK UNIFIED IDEOGRAPH-2B848",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B849,
        name: "CJK UNIFIED IDEOGRAPH-2B849",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B84A,
        name: "CJK UNIFIED IDEOGRAPH-2B84A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B84B,
        name: "CJK UNIFIED IDEOGRAPH-2B84B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B84C,
        name: "CJK UNIFIED IDEOGRAPH-2B84C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B84D,
        name: "CJK UNIFIED IDEOGRAPH-2B84D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B84E,
        name: "CJK UNIFIED IDEOGRAPH-2B84E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B84F,
        name: "CJK UNIFIED IDEOGRAPH-2B84F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B850,
        name: "CJK UNIFIED IDEOGRAPH-2B850",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B851,
        name: "CJK UNIFIED IDEOGRAPH-2B851",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B852,
        name: "CJK UNIFIED IDEOGRAPH-2B852",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B853,
        name: "CJK UNIFIED IDEOGRAPH-2B853",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B854,
        name: "CJK UNIFIED IDEOGRAPH-2B854",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B855,
        name: "CJK UNIFIED IDEOGRAPH-2B855",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B856,
        name: "CJK UNIFIED IDEOGRAPH-2B856",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B857,
        name: "CJK UNIFIED IDEOGRAPH-2B857",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B858,
        name: "CJK UNIFIED IDEOGRAPH-2B858",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B859,
        name: "CJK UNIFIED IDEOGRAPH-2B859",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B85A,
        name: "CJK UNIFIED IDEOGRAPH-2B85A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B85B,
        name: "CJK UNIFIED IDEOGRAPH-2B85B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B85C,
        name: "CJK UNIFIED IDEOGRAPH-2B85C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B85D,
        name: "CJK UNIFIED IDEOGRAPH-2B85D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B85E,
        name: "CJK UNIFIED IDEOGRAPH-2B85E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B85F,
        name: "CJK UNIFIED IDEOGRAPH-2B85F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B860,
        name: "CJK UNIFIED IDEOGRAPH-2B860",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B861,
        name: "CJK UNIFIED IDEOGRAPH-2B861",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B862,
        name: "CJK UNIFIED IDEOGRAPH-2B862",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B863,
        name: "CJK UNIFIED IDEOGRAPH-2B863",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B864,
        name: "CJK UNIFIED IDEOGRAPH-2B864",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B865,
        name: "CJK UNIFIED IDEOGRAPH-2B865",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B866,
        name: "CJK UNIFIED IDEOGRAPH-2B866",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B867,
        name: "CJK UNIFIED IDEOGRAPH-2B867",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B868,
        name: "CJK UNIFIED IDEOGRAPH-2B868",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B869,
        name: "CJK UNIFIED IDEOGRAPH-2B869",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B86A,
        name: "CJK UNIFIED IDEOGRAPH-2B86A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B86B,
        name: "CJK UNIFIED IDEOGRAPH-2B86B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B86C,
        name: "CJK UNIFIED IDEOGRAPH-2B86C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B86D,
        name: "CJK UNIFIED IDEOGRAPH-2B86D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B86E,
        name: "CJK UNIFIED IDEOGRAPH-2B86E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B86F,
        name: "CJK UNIFIED IDEOGRAPH-2B86F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B870,
        name: "CJK UNIFIED IDEOGRAPH-2B870",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B871,
        name: "CJK UNIFIED IDEOGRAPH-2B871",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B872,
        name: "CJK UNIFIED IDEOGRAPH-2B872",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B873,
        name: "CJK UNIFIED IDEOGRAPH-2B873",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B874,
        name: "CJK UNIFIED IDEOGRAPH-2B874",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B875,
        name: "CJK UNIFIED IDEOGRAPH-2B875",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B876,
        name: "CJK UNIFIED IDEOGRAPH-2B876",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B877,
        name: "CJK UNIFIED IDEOGRAPH-2B877",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B878,
        name: "CJK UNIFIED IDEOGRAPH-2B878",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B879,
        name: "CJK UNIFIED IDEOGRAPH-2B879",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B87A,
        name: "CJK UNIFIED IDEOGRAPH-2B87A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B87B,
        name: "CJK UNIFIED IDEOGRAPH-2B87B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B87C,
        name: "CJK UNIFIED IDEOGRAPH-2B87C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B87D,
        name: "CJK UNIFIED IDEOGRAPH-2B87D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B87E,
        name: "CJK UNIFIED IDEOGRAPH-2B87E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B87F,
        name: "CJK UNIFIED IDEOGRAPH-2B87F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B880,
        name: "CJK UNIFIED IDEOGRAPH-2B880",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B881,
        name: "CJK UNIFIED IDEOGRAPH-2B881",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B882,
        name: "CJK UNIFIED IDEOGRAPH-2B882",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B883,
        name: "CJK UNIFIED IDEOGRAPH-2B883",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B884,
        name: "CJK UNIFIED IDEOGRAPH-2B884",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B885,
        name: "CJK UNIFIED IDEOGRAPH-2B885",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B886,
        name: "CJK UNIFIED IDEOGRAPH-2B886",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B887,
        name: "CJK UNIFIED IDEOGRAPH-2B887",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B888,
        name: "CJK UNIFIED IDEOGRAPH-2B888",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B889,
        name: "CJK UNIFIED IDEOGRAPH-2B889",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B88A,
        name: "CJK UNIFIED IDEOGRAPH-2B88A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B88B,
        name: "CJK UNIFIED IDEOGRAPH-2B88B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B88C,
        name: "CJK UNIFIED IDEOGRAPH-2B88C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B88D,
        name: "CJK UNIFIED IDEOGRAPH-2B88D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B88E,
        name: "CJK UNIFIED IDEOGRAPH-2B88E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B88F,
        name: "CJK UNIFIED IDEOGRAPH-2B88F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B890,
        name: "CJK UNIFIED IDEOGRAPH-2B890",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B891,
        name: "CJK UNIFIED IDEOGRAPH-2B891",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B892,
        name: "CJK UNIFIED IDEOGRAPH-2B892",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B893,
        name: "CJK UNIFIED IDEOGRAPH-2B893",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B894,
        name: "CJK UNIFIED IDEOGRAPH-2B894",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B895,
        name: "CJK UNIFIED IDEOGRAPH-2B895",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B896,
        name: "CJK UNIFIED IDEOGRAPH-2B896",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B897,
        name: "CJK UNIFIED IDEOGRAPH-2B897",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B898,
        name: "CJK UNIFIED IDEOGRAPH-2B898",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B899,
        name: "CJK UNIFIED IDEOGRAPH-2B899",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B89A,
        name: "CJK UNIFIED IDEOGRAPH-2B89A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B89B,
        name: "CJK UNIFIED IDEOGRAPH-2B89B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B89C,
        name: "CJK UNIFIED IDEOGRAPH-2B89C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B89D,
        name: "CJK UNIFIED IDEOGRAPH-2B89D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B89E,
        name: "CJK UNIFIED IDEOGRAPH-2B89E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B89F,
        name: "CJK UNIFIED IDEOGRAPH-2B89F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A0,
        name: "CJK UNIFIED IDEOGRAPH-2B8A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A1,
        name: "CJK UNIFIED IDEOGRAPH-2B8A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A2,
        name: "CJK UNIFIED IDEOGRAPH-2B8A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A3,
        name: "CJK UNIFIED IDEOGRAPH-2B8A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A4,
        name: "CJK UNIFIED IDEOGRAPH-2B8A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A5,
        name: "CJK UNIFIED IDEOGRAPH-2B8A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A6,
        name: "CJK UNIFIED IDEOGRAPH-2B8A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A7,
        name: "CJK UNIFIED IDEOGRAPH-2B8A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A8,
        name: "CJK UNIFIED IDEOGRAPH-2B8A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8A9,
        name: "CJK UNIFIED IDEOGRAPH-2B8A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8AA,
        name: "CJK UNIFIED IDEOGRAPH-2B8AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8AB,
        name: "CJK UNIFIED IDEOGRAPH-2B8AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8AC,
        name: "CJK UNIFIED IDEOGRAPH-2B8AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8AD,
        name: "CJK UNIFIED IDEOGRAPH-2B8AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8AE,
        name: "CJK UNIFIED IDEOGRAPH-2B8AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8AF,
        name: "CJK UNIFIED IDEOGRAPH-2B8AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B0,
        name: "CJK UNIFIED IDEOGRAPH-2B8B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B1,
        name: "CJK UNIFIED IDEOGRAPH-2B8B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B2,
        name: "CJK UNIFIED IDEOGRAPH-2B8B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B3,
        name: "CJK UNIFIED IDEOGRAPH-2B8B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B4,
        name: "CJK UNIFIED IDEOGRAPH-2B8B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B5,
        name: "CJK UNIFIED IDEOGRAPH-2B8B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B6,
        name: "CJK UNIFIED IDEOGRAPH-2B8B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B7,
        name: "CJK UNIFIED IDEOGRAPH-2B8B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B8,
        name: "CJK UNIFIED IDEOGRAPH-2B8B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8B9,
        name: "CJK UNIFIED IDEOGRAPH-2B8B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8BA,
        name: "CJK UNIFIED IDEOGRAPH-2B8BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8BB,
        name: "CJK UNIFIED IDEOGRAPH-2B8BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8BC,
        name: "CJK UNIFIED IDEOGRAPH-2B8BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8BD,
        name: "CJK UNIFIED IDEOGRAPH-2B8BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8BE,
        name: "CJK UNIFIED IDEOGRAPH-2B8BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8BF,
        name: "CJK UNIFIED IDEOGRAPH-2B8BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C0,
        name: "CJK UNIFIED IDEOGRAPH-2B8C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C1,
        name: "CJK UNIFIED IDEOGRAPH-2B8C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C2,
        name: "CJK UNIFIED IDEOGRAPH-2B8C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C3,
        name: "CJK UNIFIED IDEOGRAPH-2B8C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C4,
        name: "CJK UNIFIED IDEOGRAPH-2B8C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C5,
        name: "CJK UNIFIED IDEOGRAPH-2B8C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C6,
        name: "CJK UNIFIED IDEOGRAPH-2B8C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C7,
        name: "CJK UNIFIED IDEOGRAPH-2B8C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C8,
        name: "CJK UNIFIED IDEOGRAPH-2B8C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8C9,
        name: "CJK UNIFIED IDEOGRAPH-2B8C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8CA,
        name: "CJK UNIFIED IDEOGRAPH-2B8CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8CB,
        name: "CJK UNIFIED IDEOGRAPH-2B8CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8CC,
        name: "CJK UNIFIED IDEOGRAPH-2B8CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8CD,
        name: "CJK UNIFIED IDEOGRAPH-2B8CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8CE,
        name: "CJK UNIFIED IDEOGRAPH-2B8CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8CF,
        name: "CJK UNIFIED IDEOGRAPH-2B8CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D0,
        name: "CJK UNIFIED IDEOGRAPH-2B8D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D1,
        name: "CJK UNIFIED IDEOGRAPH-2B8D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D2,
        name: "CJK UNIFIED IDEOGRAPH-2B8D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D3,
        name: "CJK UNIFIED IDEOGRAPH-2B8D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D4,
        name: "CJK UNIFIED IDEOGRAPH-2B8D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D5,
        name: "CJK UNIFIED IDEOGRAPH-2B8D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D6,
        name: "CJK UNIFIED IDEOGRAPH-2B8D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D7,
        name: "CJK UNIFIED IDEOGRAPH-2B8D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D8,
        name: "CJK UNIFIED IDEOGRAPH-2B8D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8D9,
        name: "CJK UNIFIED IDEOGRAPH-2B8D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8DA,
        name: "CJK UNIFIED IDEOGRAPH-2B8DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8DB,
        name: "CJK UNIFIED IDEOGRAPH-2B8DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8DC,
        name: "CJK UNIFIED IDEOGRAPH-2B8DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8DD,
        name: "CJK UNIFIED IDEOGRAPH-2B8DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8DE,
        name: "CJK UNIFIED IDEOGRAPH-2B8DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8DF,
        name: "CJK UNIFIED IDEOGRAPH-2B8DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E0,
        name: "CJK UNIFIED IDEOGRAPH-2B8E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E1,
        name: "CJK UNIFIED IDEOGRAPH-2B8E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E2,
        name: "CJK UNIFIED IDEOGRAPH-2B8E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E3,
        name: "CJK UNIFIED IDEOGRAPH-2B8E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E4,
        name: "CJK UNIFIED IDEOGRAPH-2B8E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E5,
        name: "CJK UNIFIED IDEOGRAPH-2B8E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E6,
        name: "CJK UNIFIED IDEOGRAPH-2B8E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E7,
        name: "CJK UNIFIED IDEOGRAPH-2B8E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E8,
        name: "CJK UNIFIED IDEOGRAPH-2B8E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8E9,
        name: "CJK UNIFIED IDEOGRAPH-2B8E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8EA,
        name: "CJK UNIFIED IDEOGRAPH-2B8EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8EB,
        name: "CJK UNIFIED IDEOGRAPH-2B8EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8EC,
        name: "CJK UNIFIED IDEOGRAPH-2B8EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8ED,
        name: "CJK UNIFIED IDEOGRAPH-2B8ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8EE,
        name: "CJK UNIFIED IDEOGRAPH-2B8EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8EF,
        name: "CJK UNIFIED IDEOGRAPH-2B8EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F0,
        name: "CJK UNIFIED IDEOGRAPH-2B8F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F1,
        name: "CJK UNIFIED IDEOGRAPH-2B8F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F2,
        name: "CJK UNIFIED IDEOGRAPH-2B8F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F3,
        name: "CJK UNIFIED IDEOGRAPH-2B8F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F4,
        name: "CJK UNIFIED IDEOGRAPH-2B8F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F5,
        name: "CJK UNIFIED IDEOGRAPH-2B8F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F6,
        name: "CJK UNIFIED IDEOGRAPH-2B8F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F7,
        name: "CJK UNIFIED IDEOGRAPH-2B8F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F8,
        name: "CJK UNIFIED IDEOGRAPH-2B8F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8F9,
        name: "CJK UNIFIED IDEOGRAPH-2B8F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8FA,
        name: "CJK UNIFIED IDEOGRAPH-2B8FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8FB,
        name: "CJK UNIFIED IDEOGRAPH-2B8FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8FC,
        name: "CJK UNIFIED IDEOGRAPH-2B8FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8FD,
        name: "CJK UNIFIED IDEOGRAPH-2B8FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8FE,
        name: "CJK UNIFIED IDEOGRAPH-2B8FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B8FF,
        name: "CJK UNIFIED IDEOGRAPH-2B8FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B900,
        name: "CJK UNIFIED IDEOGRAPH-2B900",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B901,
        name: "CJK UNIFIED IDEOGRAPH-2B901",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B902,
        name: "CJK UNIFIED IDEOGRAPH-2B902",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B903,
        name: "CJK UNIFIED IDEOGRAPH-2B903",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B904,
        name: "CJK UNIFIED IDEOGRAPH-2B904",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B905,
        name: "CJK UNIFIED IDEOGRAPH-2B905",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B906,
        name: "CJK UNIFIED IDEOGRAPH-2B906",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B907,
        name: "CJK UNIFIED IDEOGRAPH-2B907",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B908,
        name: "CJK UNIFIED IDEOGRAPH-2B908",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B909,
        name: "CJK UNIFIED IDEOGRAPH-2B909",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B90A,
        name: "CJK UNIFIED IDEOGRAPH-2B90A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B90B,
        name: "CJK UNIFIED IDEOGRAPH-2B90B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B90C,
        name: "CJK UNIFIED IDEOGRAPH-2B90C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B90D,
        name: "CJK UNIFIED IDEOGRAPH-2B90D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B90E,
        name: "CJK UNIFIED IDEOGRAPH-2B90E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B90F,
        name: "CJK UNIFIED IDEOGRAPH-2B90F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B910,
        name: "CJK UNIFIED IDEOGRAPH-2B910",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B911,
        name: "CJK UNIFIED IDEOGRAPH-2B911",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B912,
        name: "CJK UNIFIED IDEOGRAPH-2B912",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B913,
        name: "CJK UNIFIED IDEOGRAPH-2B913",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B914,
        name: "CJK UNIFIED IDEOGRAPH-2B914",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B915,
        name: "CJK UNIFIED IDEOGRAPH-2B915",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B916,
        name: "CJK UNIFIED IDEOGRAPH-2B916",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B917,
        name: "CJK UNIFIED IDEOGRAPH-2B917",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B918,
        name: "CJK UNIFIED IDEOGRAPH-2B918",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B919,
        name: "CJK UNIFIED IDEOGRAPH-2B919",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B91A,
        name: "CJK UNIFIED IDEOGRAPH-2B91A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B91B,
        name: "CJK UNIFIED IDEOGRAPH-2B91B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B91C,
        name: "CJK UNIFIED IDEOGRAPH-2B91C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B91D,
        name: "CJK UNIFIED IDEOGRAPH-2B91D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B91E,
        name: "CJK UNIFIED IDEOGRAPH-2B91E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B91F,
        name: "CJK UNIFIED IDEOGRAPH-2B91F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B920,
        name: "CJK UNIFIED IDEOGRAPH-2B920",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B921,
        name: "CJK UNIFIED IDEOGRAPH-2B921",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B922,
        name: "CJK UNIFIED IDEOGRAPH-2B922",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B923,
        name: "CJK UNIFIED IDEOGRAPH-2B923",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B924,
        name: "CJK UNIFIED IDEOGRAPH-2B924",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B925,
        name: "CJK UNIFIED IDEOGRAPH-2B925",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B926,
        name: "CJK UNIFIED IDEOGRAPH-2B926",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B927,
        name: "CJK UNIFIED IDEOGRAPH-2B927",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B928,
        name: "CJK UNIFIED IDEOGRAPH-2B928",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B929,
        name: "CJK UNIFIED IDEOGRAPH-2B929",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B92A,
        name: "CJK UNIFIED IDEOGRAPH-2B92A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B92B,
        name: "CJK UNIFIED IDEOGRAPH-2B92B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B92C,
        name: "CJK UNIFIED IDEOGRAPH-2B92C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B92D,
        name: "CJK UNIFIED IDEOGRAPH-2B92D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B92E,
        name: "CJK UNIFIED IDEOGRAPH-2B92E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B92F,
        name: "CJK UNIFIED IDEOGRAPH-2B92F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B930,
        name: "CJK UNIFIED IDEOGRAPH-2B930",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B931,
        name: "CJK UNIFIED IDEOGRAPH-2B931",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B932,
        name: "CJK UNIFIED IDEOGRAPH-2B932",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B933,
        name: "CJK UNIFIED IDEOGRAPH-2B933",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B934,
        name: "CJK UNIFIED IDEOGRAPH-2B934",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B935,
        name: "CJK UNIFIED IDEOGRAPH-2B935",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B936,
        name: "CJK UNIFIED IDEOGRAPH-2B936",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B937,
        name: "CJK UNIFIED IDEOGRAPH-2B937",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B938,
        name: "CJK UNIFIED IDEOGRAPH-2B938",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B939,
        name: "CJK UNIFIED IDEOGRAPH-2B939",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B93A,
        name: "CJK UNIFIED IDEOGRAPH-2B93A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B93B,
        name: "CJK UNIFIED IDEOGRAPH-2B93B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B93C,
        name: "CJK UNIFIED IDEOGRAPH-2B93C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B93D,
        name: "CJK UNIFIED IDEOGRAPH-2B93D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B93E,
        name: "CJK UNIFIED IDEOGRAPH-2B93E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B93F,
        name: "CJK UNIFIED IDEOGRAPH-2B93F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B940,
        name: "CJK UNIFIED IDEOGRAPH-2B940",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B941,
        name: "CJK UNIFIED IDEOGRAPH-2B941",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B942,
        name: "CJK UNIFIED IDEOGRAPH-2B942",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B943,
        name: "CJK UNIFIED IDEOGRAPH-2B943",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B944,
        name: "CJK UNIFIED IDEOGRAPH-2B944",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B945,
        name: "CJK UNIFIED IDEOGRAPH-2B945",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B946,
        name: "CJK UNIFIED IDEOGRAPH-2B946",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B947,
        name: "CJK UNIFIED IDEOGRAPH-2B947",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B948,
        name: "CJK UNIFIED IDEOGRAPH-2B948",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B949,
        name: "CJK UNIFIED IDEOGRAPH-2B949",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B94A,
        name: "CJK UNIFIED IDEOGRAPH-2B94A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B94B,
        name: "CJK UNIFIED IDEOGRAPH-2B94B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B94C,
        name: "CJK UNIFIED IDEOGRAPH-2B94C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B94D,
        name: "CJK UNIFIED IDEOGRAPH-2B94D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B94E,
        name: "CJK UNIFIED IDEOGRAPH-2B94E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B94F,
        name: "CJK UNIFIED IDEOGRAPH-2B94F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B950,
        name: "CJK UNIFIED IDEOGRAPH-2B950",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B951,
        name: "CJK UNIFIED IDEOGRAPH-2B951",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B952,
        name: "CJK UNIFIED IDEOGRAPH-2B952",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B953,
        name: "CJK UNIFIED IDEOGRAPH-2B953",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B954,
        name: "CJK UNIFIED IDEOGRAPH-2B954",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B955,
        name: "CJK UNIFIED IDEOGRAPH-2B955",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B956,
        name: "CJK UNIFIED IDEOGRAPH-2B956",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B957,
        name: "CJK UNIFIED IDEOGRAPH-2B957",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B958,
        name: "CJK UNIFIED IDEOGRAPH-2B958",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B959,
        name: "CJK UNIFIED IDEOGRAPH-2B959",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B95A,
        name: "CJK UNIFIED IDEOGRAPH-2B95A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B95B,
        name: "CJK UNIFIED IDEOGRAPH-2B95B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B95C,
        name: "CJK UNIFIED IDEOGRAPH-2B95C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B95D,
        name: "CJK UNIFIED IDEOGRAPH-2B95D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B95E,
        name: "CJK UNIFIED IDEOGRAPH-2B95E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B95F,
        name: "CJK UNIFIED IDEOGRAPH-2B95F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B960,
        name: "CJK UNIFIED IDEOGRAPH-2B960",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B961,
        name: "CJK UNIFIED IDEOGRAPH-2B961",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B962,
        name: "CJK UNIFIED IDEOGRAPH-2B962",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B963,
        name: "CJK UNIFIED IDEOGRAPH-2B963",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B964,
        name: "CJK UNIFIED IDEOGRAPH-2B964",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B965,
        name: "CJK UNIFIED IDEOGRAPH-2B965",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B966,
        name: "CJK UNIFIED IDEOGRAPH-2B966",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B967,
        name: "CJK UNIFIED IDEOGRAPH-2B967",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B968,
        name: "CJK UNIFIED IDEOGRAPH-2B968",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B969,
        name: "CJK UNIFIED IDEOGRAPH-2B969",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B96A,
        name: "CJK UNIFIED IDEOGRAPH-2B96A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B96B,
        name: "CJK UNIFIED IDEOGRAPH-2B96B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B96C,
        name: "CJK UNIFIED IDEOGRAPH-2B96C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B96D,
        name: "CJK UNIFIED IDEOGRAPH-2B96D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B96E,
        name: "CJK UNIFIED IDEOGRAPH-2B96E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B96F,
        name: "CJK UNIFIED IDEOGRAPH-2B96F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B970,
        name: "CJK UNIFIED IDEOGRAPH-2B970",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B971,
        name: "CJK UNIFIED IDEOGRAPH-2B971",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B972,
        name: "CJK UNIFIED IDEOGRAPH-2B972",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B973,
        name: "CJK UNIFIED IDEOGRAPH-2B973",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B974,
        name: "CJK UNIFIED IDEOGRAPH-2B974",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B975,
        name: "CJK UNIFIED IDEOGRAPH-2B975",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B976,
        name: "CJK UNIFIED IDEOGRAPH-2B976",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B977,
        name: "CJK UNIFIED IDEOGRAPH-2B977",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B978,
        name: "CJK UNIFIED IDEOGRAPH-2B978",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B979,
        name: "CJK UNIFIED IDEOGRAPH-2B979",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B97A,
        name: "CJK UNIFIED IDEOGRAPH-2B97A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B97B,
        name: "CJK UNIFIED IDEOGRAPH-2B97B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B97C,
        name: "CJK UNIFIED IDEOGRAPH-2B97C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B97D,
        name: "CJK UNIFIED IDEOGRAPH-2B97D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B97E,
        name: "CJK UNIFIED IDEOGRAPH-2B97E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B97F,
        name: "CJK UNIFIED IDEOGRAPH-2B97F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B980,
        name: "CJK UNIFIED IDEOGRAPH-2B980",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B981,
        name: "CJK UNIFIED IDEOGRAPH-2B981",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B982,
        name: "CJK UNIFIED IDEOGRAPH-2B982",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B983,
        name: "CJK UNIFIED IDEOGRAPH-2B983",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B984,
        name: "CJK UNIFIED IDEOGRAPH-2B984",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B985,
        name: "CJK UNIFIED IDEOGRAPH-2B985",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B986,
        name: "CJK UNIFIED IDEOGRAPH-2B986",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B987,
        name: "CJK UNIFIED IDEOGRAPH-2B987",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B988,
        name: "CJK UNIFIED IDEOGRAPH-2B988",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B989,
        name: "CJK UNIFIED IDEOGRAPH-2B989",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B98A,
        name: "CJK UNIFIED IDEOGRAPH-2B98A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B98B,
        name: "CJK UNIFIED IDEOGRAPH-2B98B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B98C,
        name: "CJK UNIFIED IDEOGRAPH-2B98C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B98D,
        name: "CJK UNIFIED IDEOGRAPH-2B98D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B98E,
        name: "CJK UNIFIED IDEOGRAPH-2B98E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B98F,
        name: "CJK UNIFIED IDEOGRAPH-2B98F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B990,
        name: "CJK UNIFIED IDEOGRAPH-2B990",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B991,
        name: "CJK UNIFIED IDEOGRAPH-2B991",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B992,
        name: "CJK UNIFIED IDEOGRAPH-2B992",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B993,
        name: "CJK UNIFIED IDEOGRAPH-2B993",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B994,
        name: "CJK UNIFIED IDEOGRAPH-2B994",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B995,
        name: "CJK UNIFIED IDEOGRAPH-2B995",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B996,
        name: "CJK UNIFIED IDEOGRAPH-2B996",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B997,
        name: "CJK UNIFIED IDEOGRAPH-2B997",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B998,
        name: "CJK UNIFIED IDEOGRAPH-2B998",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B999,
        name: "CJK UNIFIED IDEOGRAPH-2B999",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B99A,
        name: "CJK UNIFIED IDEOGRAPH-2B99A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B99B,
        name: "CJK UNIFIED IDEOGRAPH-2B99B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B99C,
        name: "CJK UNIFIED IDEOGRAPH-2B99C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B99D,
        name: "CJK UNIFIED IDEOGRAPH-2B99D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B99E,
        name: "CJK UNIFIED IDEOGRAPH-2B99E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B99F,
        name: "CJK UNIFIED IDEOGRAPH-2B99F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A0,
        name: "CJK UNIFIED IDEOGRAPH-2B9A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A1,
        name: "CJK UNIFIED IDEOGRAPH-2B9A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A2,
        name: "CJK UNIFIED IDEOGRAPH-2B9A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A3,
        name: "CJK UNIFIED IDEOGRAPH-2B9A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A4,
        name: "CJK UNIFIED IDEOGRAPH-2B9A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A5,
        name: "CJK UNIFIED IDEOGRAPH-2B9A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A6,
        name: "CJK UNIFIED IDEOGRAPH-2B9A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A7,
        name: "CJK UNIFIED IDEOGRAPH-2B9A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A8,
        name: "CJK UNIFIED IDEOGRAPH-2B9A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9A9,
        name: "CJK UNIFIED IDEOGRAPH-2B9A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9AA,
        name: "CJK UNIFIED IDEOGRAPH-2B9AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9AB,
        name: "CJK UNIFIED IDEOGRAPH-2B9AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9AC,
        name: "CJK UNIFIED IDEOGRAPH-2B9AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9AD,
        name: "CJK UNIFIED IDEOGRAPH-2B9AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9AE,
        name: "CJK UNIFIED IDEOGRAPH-2B9AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9AF,
        name: "CJK UNIFIED IDEOGRAPH-2B9AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B0,
        name: "CJK UNIFIED IDEOGRAPH-2B9B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B1,
        name: "CJK UNIFIED IDEOGRAPH-2B9B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B2,
        name: "CJK UNIFIED IDEOGRAPH-2B9B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B3,
        name: "CJK UNIFIED IDEOGRAPH-2B9B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B4,
        name: "CJK UNIFIED IDEOGRAPH-2B9B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B5,
        name: "CJK UNIFIED IDEOGRAPH-2B9B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B6,
        name: "CJK UNIFIED IDEOGRAPH-2B9B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B7,
        name: "CJK UNIFIED IDEOGRAPH-2B9B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B8,
        name: "CJK UNIFIED IDEOGRAPH-2B9B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9B9,
        name: "CJK UNIFIED IDEOGRAPH-2B9B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9BA,
        name: "CJK UNIFIED IDEOGRAPH-2B9BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9BB,
        name: "CJK UNIFIED IDEOGRAPH-2B9BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9BC,
        name: "CJK UNIFIED IDEOGRAPH-2B9BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9BD,
        name: "CJK UNIFIED IDEOGRAPH-2B9BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9BE,
        name: "CJK UNIFIED IDEOGRAPH-2B9BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9BF,
        name: "CJK UNIFIED IDEOGRAPH-2B9BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C0,
        name: "CJK UNIFIED IDEOGRAPH-2B9C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C1,
        name: "CJK UNIFIED IDEOGRAPH-2B9C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C2,
        name: "CJK UNIFIED IDEOGRAPH-2B9C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C3,
        name: "CJK UNIFIED IDEOGRAPH-2B9C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C4,
        name: "CJK UNIFIED IDEOGRAPH-2B9C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C5,
        name: "CJK UNIFIED IDEOGRAPH-2B9C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C6,
        name: "CJK UNIFIED IDEOGRAPH-2B9C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C7,
        name: "CJK UNIFIED IDEOGRAPH-2B9C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C8,
        name: "CJK UNIFIED IDEOGRAPH-2B9C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9C9,
        name: "CJK UNIFIED IDEOGRAPH-2B9C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9CA,
        name: "CJK UNIFIED IDEOGRAPH-2B9CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9CB,
        name: "CJK UNIFIED IDEOGRAPH-2B9CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9CC,
        name: "CJK UNIFIED IDEOGRAPH-2B9CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9CD,
        name: "CJK UNIFIED IDEOGRAPH-2B9CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9CE,
        name: "CJK UNIFIED IDEOGRAPH-2B9CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9CF,
        name: "CJK UNIFIED IDEOGRAPH-2B9CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D0,
        name: "CJK UNIFIED IDEOGRAPH-2B9D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D1,
        name: "CJK UNIFIED IDEOGRAPH-2B9D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D2,
        name: "CJK UNIFIED IDEOGRAPH-2B9D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D3,
        name: "CJK UNIFIED IDEOGRAPH-2B9D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D4,
        name: "CJK UNIFIED IDEOGRAPH-2B9D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D5,
        name: "CJK UNIFIED IDEOGRAPH-2B9D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D6,
        name: "CJK UNIFIED IDEOGRAPH-2B9D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D7,
        name: "CJK UNIFIED IDEOGRAPH-2B9D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D8,
        name: "CJK UNIFIED IDEOGRAPH-2B9D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9D9,
        name: "CJK UNIFIED IDEOGRAPH-2B9D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9DA,
        name: "CJK UNIFIED IDEOGRAPH-2B9DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9DB,
        name: "CJK UNIFIED IDEOGRAPH-2B9DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9DC,
        name: "CJK UNIFIED IDEOGRAPH-2B9DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9DD,
        name: "CJK UNIFIED IDEOGRAPH-2B9DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9DE,
        name: "CJK UNIFIED IDEOGRAPH-2B9DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9DF,
        name: "CJK UNIFIED IDEOGRAPH-2B9DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E0,
        name: "CJK UNIFIED IDEOGRAPH-2B9E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E1,
        name: "CJK UNIFIED IDEOGRAPH-2B9E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E2,
        name: "CJK UNIFIED IDEOGRAPH-2B9E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E3,
        name: "CJK UNIFIED IDEOGRAPH-2B9E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E4,
        name: "CJK UNIFIED IDEOGRAPH-2B9E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E5,
        name: "CJK UNIFIED IDEOGRAPH-2B9E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E6,
        name: "CJK UNIFIED IDEOGRAPH-2B9E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E7,
        name: "CJK UNIFIED IDEOGRAPH-2B9E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E8,
        name: "CJK UNIFIED IDEOGRAPH-2B9E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9E9,
        name: "CJK UNIFIED IDEOGRAPH-2B9E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9EA,
        name: "CJK UNIFIED IDEOGRAPH-2B9EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9EB,
        name: "CJK UNIFIED IDEOGRAPH-2B9EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9EC,
        name: "CJK UNIFIED IDEOGRAPH-2B9EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9ED,
        name: "CJK UNIFIED IDEOGRAPH-2B9ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9EE,
        name: "CJK UNIFIED IDEOGRAPH-2B9EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9EF,
        name: "CJK UNIFIED IDEOGRAPH-2B9EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F0,
        name: "CJK UNIFIED IDEOGRAPH-2B9F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F1,
        name: "CJK UNIFIED IDEOGRAPH-2B9F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F2,
        name: "CJK UNIFIED IDEOGRAPH-2B9F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F3,
        name: "CJK UNIFIED IDEOGRAPH-2B9F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F4,
        name: "CJK UNIFIED IDEOGRAPH-2B9F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F5,
        name: "CJK UNIFIED IDEOGRAPH-2B9F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F6,
        name: "CJK UNIFIED IDEOGRAPH-2B9F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F7,
        name: "CJK UNIFIED IDEOGRAPH-2B9F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F8,
        name: "CJK UNIFIED IDEOGRAPH-2B9F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9F9,
        name: "CJK UNIFIED IDEOGRAPH-2B9F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9FA,
        name: "CJK UNIFIED IDEOGRAPH-2B9FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9FB,
        name: "CJK UNIFIED IDEOGRAPH-2B9FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9FC,
        name: "CJK UNIFIED IDEOGRAPH-2B9FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9FD,
        name: "CJK UNIFIED IDEOGRAPH-2B9FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9FE,
        name: "CJK UNIFIED IDEOGRAPH-2B9FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2B9FF,
        name: "CJK UNIFIED IDEOGRAPH-2B9FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA00,
        name: "CJK UNIFIED IDEOGRAPH-2BA00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA01,
        name: "CJK UNIFIED IDEOGRAPH-2BA01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA02,
        name: "CJK UNIFIED IDEOGRAPH-2BA02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA03,
        name: "CJK UNIFIED IDEOGRAPH-2BA03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA04,
        name: "CJK UNIFIED IDEOGRAPH-2BA04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA05,
        name: "CJK UNIFIED IDEOGRAPH-2BA05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA06,
        name: "CJK UNIFIED IDEOGRAPH-2BA06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA07,
        name: "CJK UNIFIED IDEOGRAPH-2BA07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA08,
        name: "CJK UNIFIED IDEOGRAPH-2BA08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA09,
        name: "CJK UNIFIED IDEOGRAPH-2BA09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA0A,
        name: "CJK UNIFIED IDEOGRAPH-2BA0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA0B,
        name: "CJK UNIFIED IDEOGRAPH-2BA0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA0C,
        name: "CJK UNIFIED IDEOGRAPH-2BA0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA0D,
        name: "CJK UNIFIED IDEOGRAPH-2BA0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA0E,
        name: "CJK UNIFIED IDEOGRAPH-2BA0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA0F,
        name: "CJK UNIFIED IDEOGRAPH-2BA0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA10,
        name: "CJK UNIFIED IDEOGRAPH-2BA10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA11,
        name: "CJK UNIFIED IDEOGRAPH-2BA11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA12,
        name: "CJK UNIFIED IDEOGRAPH-2BA12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA13,
        name: "CJK UNIFIED IDEOGRAPH-2BA13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA14,
        name: "CJK UNIFIED IDEOGRAPH-2BA14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA15,
        name: "CJK UNIFIED IDEOGRAPH-2BA15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA16,
        name: "CJK UNIFIED IDEOGRAPH-2BA16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA17,
        name: "CJK UNIFIED IDEOGRAPH-2BA17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA18,
        name: "CJK UNIFIED IDEOGRAPH-2BA18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA19,
        name: "CJK UNIFIED IDEOGRAPH-2BA19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA1A,
        name: "CJK UNIFIED IDEOGRAPH-2BA1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA1B,
        name: "CJK UNIFIED IDEOGRAPH-2BA1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA1C,
        name: "CJK UNIFIED IDEOGRAPH-2BA1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA1D,
        name: "CJK UNIFIED IDEOGRAPH-2BA1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA1E,
        name: "CJK UNIFIED IDEOGRAPH-2BA1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA1F,
        name: "CJK UNIFIED IDEOGRAPH-2BA1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA20,
        name: "CJK UNIFIED IDEOGRAPH-2BA20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA21,
        name: "CJK UNIFIED IDEOGRAPH-2BA21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA22,
        name: "CJK UNIFIED IDEOGRAPH-2BA22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA23,
        name: "CJK UNIFIED IDEOGRAPH-2BA23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA24,
        name: "CJK UNIFIED IDEOGRAPH-2BA24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA25,
        name: "CJK UNIFIED IDEOGRAPH-2BA25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA26,
        name: "CJK UNIFIED IDEOGRAPH-2BA26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA27,
        name: "CJK UNIFIED IDEOGRAPH-2BA27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA28,
        name: "CJK UNIFIED IDEOGRAPH-2BA28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA29,
        name: "CJK UNIFIED IDEOGRAPH-2BA29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA2A,
        name: "CJK UNIFIED IDEOGRAPH-2BA2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA2B,
        name: "CJK UNIFIED IDEOGRAPH-2BA2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA2C,
        name: "CJK UNIFIED IDEOGRAPH-2BA2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA2D,
        name: "CJK UNIFIED IDEOGRAPH-2BA2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA2E,
        name: "CJK UNIFIED IDEOGRAPH-2BA2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA2F,
        name: "CJK UNIFIED IDEOGRAPH-2BA2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA30,
        name: "CJK UNIFIED IDEOGRAPH-2BA30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA31,
        name: "CJK UNIFIED IDEOGRAPH-2BA31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA32,
        name: "CJK UNIFIED IDEOGRAPH-2BA32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA33,
        name: "CJK UNIFIED IDEOGRAPH-2BA33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA34,
        name: "CJK UNIFIED IDEOGRAPH-2BA34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA35,
        name: "CJK UNIFIED IDEOGRAPH-2BA35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA36,
        name: "CJK UNIFIED IDEOGRAPH-2BA36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA37,
        name: "CJK UNIFIED IDEOGRAPH-2BA37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA38,
        name: "CJK UNIFIED IDEOGRAPH-2BA38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA39,
        name: "CJK UNIFIED IDEOGRAPH-2BA39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA3A,
        name: "CJK UNIFIED IDEOGRAPH-2BA3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA3B,
        name: "CJK UNIFIED IDEOGRAPH-2BA3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA3C,
        name: "CJK UNIFIED IDEOGRAPH-2BA3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA3D,
        name: "CJK UNIFIED IDEOGRAPH-2BA3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA3E,
        name: "CJK UNIFIED IDEOGRAPH-2BA3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA3F,
        name: "CJK UNIFIED IDEOGRAPH-2BA3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA40,
        name: "CJK UNIFIED IDEOGRAPH-2BA40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA41,
        name: "CJK UNIFIED IDEOGRAPH-2BA41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA42,
        name: "CJK UNIFIED IDEOGRAPH-2BA42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA43,
        name: "CJK UNIFIED IDEOGRAPH-2BA43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA44,
        name: "CJK UNIFIED IDEOGRAPH-2BA44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA45,
        name: "CJK UNIFIED IDEOGRAPH-2BA45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA46,
        name: "CJK UNIFIED IDEOGRAPH-2BA46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA47,
        name: "CJK UNIFIED IDEOGRAPH-2BA47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA48,
        name: "CJK UNIFIED IDEOGRAPH-2BA48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA49,
        name: "CJK UNIFIED IDEOGRAPH-2BA49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA4A,
        name: "CJK UNIFIED IDEOGRAPH-2BA4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA4B,
        name: "CJK UNIFIED IDEOGRAPH-2BA4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA4C,
        name: "CJK UNIFIED IDEOGRAPH-2BA4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA4D,
        name: "CJK UNIFIED IDEOGRAPH-2BA4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA4E,
        name: "CJK UNIFIED IDEOGRAPH-2BA4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA4F,
        name: "CJK UNIFIED IDEOGRAPH-2BA4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA50,
        name: "CJK UNIFIED IDEOGRAPH-2BA50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA51,
        name: "CJK UNIFIED IDEOGRAPH-2BA51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA52,
        name: "CJK UNIFIED IDEOGRAPH-2BA52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA53,
        name: "CJK UNIFIED IDEOGRAPH-2BA53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA54,
        name: "CJK UNIFIED IDEOGRAPH-2BA54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA55,
        name: "CJK UNIFIED IDEOGRAPH-2BA55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA56,
        name: "CJK UNIFIED IDEOGRAPH-2BA56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA57,
        name: "CJK UNIFIED IDEOGRAPH-2BA57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA58,
        name: "CJK UNIFIED IDEOGRAPH-2BA58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA59,
        name: "CJK UNIFIED IDEOGRAPH-2BA59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA5A,
        name: "CJK UNIFIED IDEOGRAPH-2BA5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA5B,
        name: "CJK UNIFIED IDEOGRAPH-2BA5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA5C,
        name: "CJK UNIFIED IDEOGRAPH-2BA5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA5D,
        name: "CJK UNIFIED IDEOGRAPH-2BA5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA5E,
        name: "CJK UNIFIED IDEOGRAPH-2BA5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA5F,
        name: "CJK UNIFIED IDEOGRAPH-2BA5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA60,
        name: "CJK UNIFIED IDEOGRAPH-2BA60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA61,
        name: "CJK UNIFIED IDEOGRAPH-2BA61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA62,
        name: "CJK UNIFIED IDEOGRAPH-2BA62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA63,
        name: "CJK UNIFIED IDEOGRAPH-2BA63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA64,
        name: "CJK UNIFIED IDEOGRAPH-2BA64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA65,
        name: "CJK UNIFIED IDEOGRAPH-2BA65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA66,
        name: "CJK UNIFIED IDEOGRAPH-2BA66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA67,
        name: "CJK UNIFIED IDEOGRAPH-2BA67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA68,
        name: "CJK UNIFIED IDEOGRAPH-2BA68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA69,
        name: "CJK UNIFIED IDEOGRAPH-2BA69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA6A,
        name: "CJK UNIFIED IDEOGRAPH-2BA6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA6B,
        name: "CJK UNIFIED IDEOGRAPH-2BA6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA6C,
        name: "CJK UNIFIED IDEOGRAPH-2BA6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA6D,
        name: "CJK UNIFIED IDEOGRAPH-2BA6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA6E,
        name: "CJK UNIFIED IDEOGRAPH-2BA6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA6F,
        name: "CJK UNIFIED IDEOGRAPH-2BA6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA70,
        name: "CJK UNIFIED IDEOGRAPH-2BA70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA71,
        name: "CJK UNIFIED IDEOGRAPH-2BA71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA72,
        name: "CJK UNIFIED IDEOGRAPH-2BA72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA73,
        name: "CJK UNIFIED IDEOGRAPH-2BA73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA74,
        name: "CJK UNIFIED IDEOGRAPH-2BA74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA75,
        name: "CJK UNIFIED IDEOGRAPH-2BA75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA76,
        name: "CJK UNIFIED IDEOGRAPH-2BA76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA77,
        name: "CJK UNIFIED IDEOGRAPH-2BA77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA78,
        name: "CJK UNIFIED IDEOGRAPH-2BA78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA79,
        name: "CJK UNIFIED IDEOGRAPH-2BA79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA7A,
        name: "CJK UNIFIED IDEOGRAPH-2BA7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA7B,
        name: "CJK UNIFIED IDEOGRAPH-2BA7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA7C,
        name: "CJK UNIFIED IDEOGRAPH-2BA7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA7D,
        name: "CJK UNIFIED IDEOGRAPH-2BA7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA7E,
        name: "CJK UNIFIED IDEOGRAPH-2BA7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA7F,
        name: "CJK UNIFIED IDEOGRAPH-2BA7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA80,
        name: "CJK UNIFIED IDEOGRAPH-2BA80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA81,
        name: "CJK UNIFIED IDEOGRAPH-2BA81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA82,
        name: "CJK UNIFIED IDEOGRAPH-2BA82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA83,
        name: "CJK UNIFIED IDEOGRAPH-2BA83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA84,
        name: "CJK UNIFIED IDEOGRAPH-2BA84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA85,
        name: "CJK UNIFIED IDEOGRAPH-2BA85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA86,
        name: "CJK UNIFIED IDEOGRAPH-2BA86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA87,
        name: "CJK UNIFIED IDEOGRAPH-2BA87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA88,
        name: "CJK UNIFIED IDEOGRAPH-2BA88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA89,
        name: "CJK UNIFIED IDEOGRAPH-2BA89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA8A,
        name: "CJK UNIFIED IDEOGRAPH-2BA8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA8B,
        name: "CJK UNIFIED IDEOGRAPH-2BA8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA8C,
        name: "CJK UNIFIED IDEOGRAPH-2BA8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA8D,
        name: "CJK UNIFIED IDEOGRAPH-2BA8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA8E,
        name: "CJK UNIFIED IDEOGRAPH-2BA8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA8F,
        name: "CJK UNIFIED IDEOGRAPH-2BA8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA90,
        name: "CJK UNIFIED IDEOGRAPH-2BA90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA91,
        name: "CJK UNIFIED IDEOGRAPH-2BA91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA92,
        name: "CJK UNIFIED IDEOGRAPH-2BA92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA93,
        name: "CJK UNIFIED IDEOGRAPH-2BA93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA94,
        name: "CJK UNIFIED IDEOGRAPH-2BA94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA95,
        name: "CJK UNIFIED IDEOGRAPH-2BA95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA96,
        name: "CJK UNIFIED IDEOGRAPH-2BA96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA97,
        name: "CJK UNIFIED IDEOGRAPH-2BA97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA98,
        name: "CJK UNIFIED IDEOGRAPH-2BA98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA99,
        name: "CJK UNIFIED IDEOGRAPH-2BA99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA9A,
        name: "CJK UNIFIED IDEOGRAPH-2BA9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA9B,
        name: "CJK UNIFIED IDEOGRAPH-2BA9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA9C,
        name: "CJK UNIFIED IDEOGRAPH-2BA9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA9D,
        name: "CJK UNIFIED IDEOGRAPH-2BA9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA9E,
        name: "CJK UNIFIED IDEOGRAPH-2BA9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BA9F,
        name: "CJK UNIFIED IDEOGRAPH-2BA9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA0,
        name: "CJK UNIFIED IDEOGRAPH-2BAA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA1,
        name: "CJK UNIFIED IDEOGRAPH-2BAA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA2,
        name: "CJK UNIFIED IDEOGRAPH-2BAA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA3,
        name: "CJK UNIFIED IDEOGRAPH-2BAA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA4,
        name: "CJK UNIFIED IDEOGRAPH-2BAA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA5,
        name: "CJK UNIFIED IDEOGRAPH-2BAA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA6,
        name: "CJK UNIFIED IDEOGRAPH-2BAA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA7,
        name: "CJK UNIFIED IDEOGRAPH-2BAA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA8,
        name: "CJK UNIFIED IDEOGRAPH-2BAA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAA9,
        name: "CJK UNIFIED IDEOGRAPH-2BAA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAAA,
        name: "CJK UNIFIED IDEOGRAPH-2BAAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAAB,
        name: "CJK UNIFIED IDEOGRAPH-2BAAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAAC,
        name: "CJK UNIFIED IDEOGRAPH-2BAAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAAD,
        name: "CJK UNIFIED IDEOGRAPH-2BAAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAAE,
        name: "CJK UNIFIED IDEOGRAPH-2BAAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAAF,
        name: "CJK UNIFIED IDEOGRAPH-2BAAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB0,
        name: "CJK UNIFIED IDEOGRAPH-2BAB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB1,
        name: "CJK UNIFIED IDEOGRAPH-2BAB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB2,
        name: "CJK UNIFIED IDEOGRAPH-2BAB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB3,
        name: "CJK UNIFIED IDEOGRAPH-2BAB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB4,
        name: "CJK UNIFIED IDEOGRAPH-2BAB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB5,
        name: "CJK UNIFIED IDEOGRAPH-2BAB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB6,
        name: "CJK UNIFIED IDEOGRAPH-2BAB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB7,
        name: "CJK UNIFIED IDEOGRAPH-2BAB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB8,
        name: "CJK UNIFIED IDEOGRAPH-2BAB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAB9,
        name: "CJK UNIFIED IDEOGRAPH-2BAB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BABA,
        name: "CJK UNIFIED IDEOGRAPH-2BABA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BABB,
        name: "CJK UNIFIED IDEOGRAPH-2BABB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BABC,
        name: "CJK UNIFIED IDEOGRAPH-2BABC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BABD,
        name: "CJK UNIFIED IDEOGRAPH-2BABD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BABE,
        name: "CJK UNIFIED IDEOGRAPH-2BABE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BABF,
        name: "CJK UNIFIED IDEOGRAPH-2BABF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC0,
        name: "CJK UNIFIED IDEOGRAPH-2BAC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC1,
        name: "CJK UNIFIED IDEOGRAPH-2BAC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC2,
        name: "CJK UNIFIED IDEOGRAPH-2BAC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC3,
        name: "CJK UNIFIED IDEOGRAPH-2BAC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC4,
        name: "CJK UNIFIED IDEOGRAPH-2BAC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC5,
        name: "CJK UNIFIED IDEOGRAPH-2BAC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC6,
        name: "CJK UNIFIED IDEOGRAPH-2BAC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC7,
        name: "CJK UNIFIED IDEOGRAPH-2BAC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC8,
        name: "CJK UNIFIED IDEOGRAPH-2BAC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAC9,
        name: "CJK UNIFIED IDEOGRAPH-2BAC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BACA,
        name: "CJK UNIFIED IDEOGRAPH-2BACA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BACB,
        name: "CJK UNIFIED IDEOGRAPH-2BACB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BACC,
        name: "CJK UNIFIED IDEOGRAPH-2BACC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BACD,
        name: "CJK UNIFIED IDEOGRAPH-2BACD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BACE,
        name: "CJK UNIFIED IDEOGRAPH-2BACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BACF,
        name: "CJK UNIFIED IDEOGRAPH-2BACF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD0,
        name: "CJK UNIFIED IDEOGRAPH-2BAD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD1,
        name: "CJK UNIFIED IDEOGRAPH-2BAD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD2,
        name: "CJK UNIFIED IDEOGRAPH-2BAD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD3,
        name: "CJK UNIFIED IDEOGRAPH-2BAD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD4,
        name: "CJK UNIFIED IDEOGRAPH-2BAD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD5,
        name: "CJK UNIFIED IDEOGRAPH-2BAD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD6,
        name: "CJK UNIFIED IDEOGRAPH-2BAD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD7,
        name: "CJK UNIFIED IDEOGRAPH-2BAD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD8,
        name: "CJK UNIFIED IDEOGRAPH-2BAD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAD9,
        name: "CJK UNIFIED IDEOGRAPH-2BAD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BADA,
        name: "CJK UNIFIED IDEOGRAPH-2BADA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BADB,
        name: "CJK UNIFIED IDEOGRAPH-2BADB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BADC,
        name: "CJK UNIFIED IDEOGRAPH-2BADC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BADD,
        name: "CJK UNIFIED IDEOGRAPH-2BADD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BADE,
        name: "CJK UNIFIED IDEOGRAPH-2BADE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BADF,
        name: "CJK UNIFIED IDEOGRAPH-2BADF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE0,
        name: "CJK UNIFIED IDEOGRAPH-2BAE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE1,
        name: "CJK UNIFIED IDEOGRAPH-2BAE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE2,
        name: "CJK UNIFIED IDEOGRAPH-2BAE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE3,
        name: "CJK UNIFIED IDEOGRAPH-2BAE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE4,
        name: "CJK UNIFIED IDEOGRAPH-2BAE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE5,
        name: "CJK UNIFIED IDEOGRAPH-2BAE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE6,
        name: "CJK UNIFIED IDEOGRAPH-2BAE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE7,
        name: "CJK UNIFIED IDEOGRAPH-2BAE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE8,
        name: "CJK UNIFIED IDEOGRAPH-2BAE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAE9,
        name: "CJK UNIFIED IDEOGRAPH-2BAE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAEA,
        name: "CJK UNIFIED IDEOGRAPH-2BAEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAEB,
        name: "CJK UNIFIED IDEOGRAPH-2BAEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAEC,
        name: "CJK UNIFIED IDEOGRAPH-2BAEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAED,
        name: "CJK UNIFIED IDEOGRAPH-2BAED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAEE,
        name: "CJK UNIFIED IDEOGRAPH-2BAEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAEF,
        name: "CJK UNIFIED IDEOGRAPH-2BAEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF0,
        name: "CJK UNIFIED IDEOGRAPH-2BAF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF1,
        name: "CJK UNIFIED IDEOGRAPH-2BAF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF2,
        name: "CJK UNIFIED IDEOGRAPH-2BAF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF3,
        name: "CJK UNIFIED IDEOGRAPH-2BAF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF4,
        name: "CJK UNIFIED IDEOGRAPH-2BAF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF5,
        name: "CJK UNIFIED IDEOGRAPH-2BAF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF6,
        name: "CJK UNIFIED IDEOGRAPH-2BAF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF7,
        name: "CJK UNIFIED IDEOGRAPH-2BAF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF8,
        name: "CJK UNIFIED IDEOGRAPH-2BAF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAF9,
        name: "CJK UNIFIED IDEOGRAPH-2BAF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAFA,
        name: "CJK UNIFIED IDEOGRAPH-2BAFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAFB,
        name: "CJK UNIFIED IDEOGRAPH-2BAFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAFC,
        name: "CJK UNIFIED IDEOGRAPH-2BAFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAFD,
        name: "CJK UNIFIED IDEOGRAPH-2BAFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAFE,
        name: "CJK UNIFIED IDEOGRAPH-2BAFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BAFF,
        name: "CJK UNIFIED IDEOGRAPH-2BAFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB00,
        name: "CJK UNIFIED IDEOGRAPH-2BB00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB01,
        name: "CJK UNIFIED IDEOGRAPH-2BB01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB02,
        name: "CJK UNIFIED IDEOGRAPH-2BB02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB03,
        name: "CJK UNIFIED IDEOGRAPH-2BB03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB04,
        name: "CJK UNIFIED IDEOGRAPH-2BB04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB05,
        name: "CJK UNIFIED IDEOGRAPH-2BB05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB06,
        name: "CJK UNIFIED IDEOGRAPH-2BB06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB07,
        name: "CJK UNIFIED IDEOGRAPH-2BB07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB08,
        name: "CJK UNIFIED IDEOGRAPH-2BB08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB09,
        name: "CJK UNIFIED IDEOGRAPH-2BB09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB0A,
        name: "CJK UNIFIED IDEOGRAPH-2BB0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB0B,
        name: "CJK UNIFIED IDEOGRAPH-2BB0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB0C,
        name: "CJK UNIFIED IDEOGRAPH-2BB0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB0D,
        name: "CJK UNIFIED IDEOGRAPH-2BB0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB0E,
        name: "CJK UNIFIED IDEOGRAPH-2BB0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB0F,
        name: "CJK UNIFIED IDEOGRAPH-2BB0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB10,
        name: "CJK UNIFIED IDEOGRAPH-2BB10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB11,
        name: "CJK UNIFIED IDEOGRAPH-2BB11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB12,
        name: "CJK UNIFIED IDEOGRAPH-2BB12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB13,
        name: "CJK UNIFIED IDEOGRAPH-2BB13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB14,
        name: "CJK UNIFIED IDEOGRAPH-2BB14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB15,
        name: "CJK UNIFIED IDEOGRAPH-2BB15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB16,
        name: "CJK UNIFIED IDEOGRAPH-2BB16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB17,
        name: "CJK UNIFIED IDEOGRAPH-2BB17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB18,
        name: "CJK UNIFIED IDEOGRAPH-2BB18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB19,
        name: "CJK UNIFIED IDEOGRAPH-2BB19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB1A,
        name: "CJK UNIFIED IDEOGRAPH-2BB1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB1B,
        name: "CJK UNIFIED IDEOGRAPH-2BB1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB1C,
        name: "CJK UNIFIED IDEOGRAPH-2BB1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB1D,
        name: "CJK UNIFIED IDEOGRAPH-2BB1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB1E,
        name: "CJK UNIFIED IDEOGRAPH-2BB1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB1F,
        name: "CJK UNIFIED IDEOGRAPH-2BB1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB20,
        name: "CJK UNIFIED IDEOGRAPH-2BB20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB21,
        name: "CJK UNIFIED IDEOGRAPH-2BB21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB22,
        name: "CJK UNIFIED IDEOGRAPH-2BB22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB23,
        name: "CJK UNIFIED IDEOGRAPH-2BB23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB24,
        name: "CJK UNIFIED IDEOGRAPH-2BB24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB25,
        name: "CJK UNIFIED IDEOGRAPH-2BB25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB26,
        name: "CJK UNIFIED IDEOGRAPH-2BB26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB27,
        name: "CJK UNIFIED IDEOGRAPH-2BB27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB28,
        name: "CJK UNIFIED IDEOGRAPH-2BB28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB29,
        name: "CJK UNIFIED IDEOGRAPH-2BB29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB2A,
        name: "CJK UNIFIED IDEOGRAPH-2BB2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB2B,
        name: "CJK UNIFIED IDEOGRAPH-2BB2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB2C,
        name: "CJK UNIFIED IDEOGRAPH-2BB2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB2D,
        name: "CJK UNIFIED IDEOGRAPH-2BB2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB2E,
        name: "CJK UNIFIED IDEOGRAPH-2BB2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB2F,
        name: "CJK UNIFIED IDEOGRAPH-2BB2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB30,
        name: "CJK UNIFIED IDEOGRAPH-2BB30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB31,
        name: "CJK UNIFIED IDEOGRAPH-2BB31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB32,
        name: "CJK UNIFIED IDEOGRAPH-2BB32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB33,
        name: "CJK UNIFIED IDEOGRAPH-2BB33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB34,
        name: "CJK UNIFIED IDEOGRAPH-2BB34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB35,
        name: "CJK UNIFIED IDEOGRAPH-2BB35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB36,
        name: "CJK UNIFIED IDEOGRAPH-2BB36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB37,
        name: "CJK UNIFIED IDEOGRAPH-2BB37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB38,
        name: "CJK UNIFIED IDEOGRAPH-2BB38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB39,
        name: "CJK UNIFIED IDEOGRAPH-2BB39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB3A,
        name: "CJK UNIFIED IDEOGRAPH-2BB3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB3B,
        name: "CJK UNIFIED IDEOGRAPH-2BB3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB3C,
        name: "CJK UNIFIED IDEOGRAPH-2BB3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB3D,
        name: "CJK UNIFIED IDEOGRAPH-2BB3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB3E,
        name: "CJK UNIFIED IDEOGRAPH-2BB3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB3F,
        name: "CJK UNIFIED IDEOGRAPH-2BB3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB40,
        name: "CJK UNIFIED IDEOGRAPH-2BB40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB41,
        name: "CJK UNIFIED IDEOGRAPH-2BB41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB42,
        name: "CJK UNIFIED IDEOGRAPH-2BB42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB43,
        name: "CJK UNIFIED IDEOGRAPH-2BB43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB44,
        name: "CJK UNIFIED IDEOGRAPH-2BB44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB45,
        name: "CJK UNIFIED IDEOGRAPH-2BB45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB46,
        name: "CJK UNIFIED IDEOGRAPH-2BB46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB47,
        name: "CJK UNIFIED IDEOGRAPH-2BB47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB48,
        name: "CJK UNIFIED IDEOGRAPH-2BB48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB49,
        name: "CJK UNIFIED IDEOGRAPH-2BB49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB4A,
        name: "CJK UNIFIED IDEOGRAPH-2BB4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB4B,
        name: "CJK UNIFIED IDEOGRAPH-2BB4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB4C,
        name: "CJK UNIFIED IDEOGRAPH-2BB4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB4D,
        name: "CJK UNIFIED IDEOGRAPH-2BB4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB4E,
        name: "CJK UNIFIED IDEOGRAPH-2BB4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB4F,
        name: "CJK UNIFIED IDEOGRAPH-2BB4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB50,
        name: "CJK UNIFIED IDEOGRAPH-2BB50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB51,
        name: "CJK UNIFIED IDEOGRAPH-2BB51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB52,
        name: "CJK UNIFIED IDEOGRAPH-2BB52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB53,
        name: "CJK UNIFIED IDEOGRAPH-2BB53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB54,
        name: "CJK UNIFIED IDEOGRAPH-2BB54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB55,
        name: "CJK UNIFIED IDEOGRAPH-2BB55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB56,
        name: "CJK UNIFIED IDEOGRAPH-2BB56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB57,
        name: "CJK UNIFIED IDEOGRAPH-2BB57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB58,
        name: "CJK UNIFIED IDEOGRAPH-2BB58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB59,
        name: "CJK UNIFIED IDEOGRAPH-2BB59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB5A,
        name: "CJK UNIFIED IDEOGRAPH-2BB5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB5B,
        name: "CJK UNIFIED IDEOGRAPH-2BB5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB5C,
        name: "CJK UNIFIED IDEOGRAPH-2BB5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB5D,
        name: "CJK UNIFIED IDEOGRAPH-2BB5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB5E,
        name: "CJK UNIFIED IDEOGRAPH-2BB5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB5F,
        name: "CJK UNIFIED IDEOGRAPH-2BB5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB60,
        name: "CJK UNIFIED IDEOGRAPH-2BB60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB61,
        name: "CJK UNIFIED IDEOGRAPH-2BB61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB62,
        name: "CJK UNIFIED IDEOGRAPH-2BB62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB63,
        name: "CJK UNIFIED IDEOGRAPH-2BB63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB64,
        name: "CJK UNIFIED IDEOGRAPH-2BB64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB65,
        name: "CJK UNIFIED IDEOGRAPH-2BB65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB66,
        name: "CJK UNIFIED IDEOGRAPH-2BB66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB67,
        name: "CJK UNIFIED IDEOGRAPH-2BB67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB68,
        name: "CJK UNIFIED IDEOGRAPH-2BB68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB69,
        name: "CJK UNIFIED IDEOGRAPH-2BB69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB6A,
        name: "CJK UNIFIED IDEOGRAPH-2BB6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB6B,
        name: "CJK UNIFIED IDEOGRAPH-2BB6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB6C,
        name: "CJK UNIFIED IDEOGRAPH-2BB6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB6D,
        name: "CJK UNIFIED IDEOGRAPH-2BB6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB6E,
        name: "CJK UNIFIED IDEOGRAPH-2BB6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB6F,
        name: "CJK UNIFIED IDEOGRAPH-2BB6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB70,
        name: "CJK UNIFIED IDEOGRAPH-2BB70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB71,
        name: "CJK UNIFIED IDEOGRAPH-2BB71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB72,
        name: "CJK UNIFIED IDEOGRAPH-2BB72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB73,
        name: "CJK UNIFIED IDEOGRAPH-2BB73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB74,
        name: "CJK UNIFIED IDEOGRAPH-2BB74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB75,
        name: "CJK UNIFIED IDEOGRAPH-2BB75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB76,
        name: "CJK UNIFIED IDEOGRAPH-2BB76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB77,
        name: "CJK UNIFIED IDEOGRAPH-2BB77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB78,
        name: "CJK UNIFIED IDEOGRAPH-2BB78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB79,
        name: "CJK UNIFIED IDEOGRAPH-2BB79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB7A,
        name: "CJK UNIFIED IDEOGRAPH-2BB7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB7B,
        name: "CJK UNIFIED IDEOGRAPH-2BB7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB7C,
        name: "CJK UNIFIED IDEOGRAPH-2BB7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB7D,
        name: "CJK UNIFIED IDEOGRAPH-2BB7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB7E,
        name: "CJK UNIFIED IDEOGRAPH-2BB7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB7F,
        name: "CJK UNIFIED IDEOGRAPH-2BB7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB80,
        name: "CJK UNIFIED IDEOGRAPH-2BB80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB81,
        name: "CJK UNIFIED IDEOGRAPH-2BB81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB82,
        name: "CJK UNIFIED IDEOGRAPH-2BB82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB83,
        name: "CJK UNIFIED IDEOGRAPH-2BB83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB84,
        name: "CJK UNIFIED IDEOGRAPH-2BB84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB85,
        name: "CJK UNIFIED IDEOGRAPH-2BB85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB86,
        name: "CJK UNIFIED IDEOGRAPH-2BB86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB87,
        name: "CJK UNIFIED IDEOGRAPH-2BB87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB88,
        name: "CJK UNIFIED IDEOGRAPH-2BB88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB89,
        name: "CJK UNIFIED IDEOGRAPH-2BB89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB8A,
        name: "CJK UNIFIED IDEOGRAPH-2BB8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB8B,
        name: "CJK UNIFIED IDEOGRAPH-2BB8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB8C,
        name: "CJK UNIFIED IDEOGRAPH-2BB8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB8D,
        name: "CJK UNIFIED IDEOGRAPH-2BB8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB8E,
        name: "CJK UNIFIED IDEOGRAPH-2BB8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB8F,
        name: "CJK UNIFIED IDEOGRAPH-2BB8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB90,
        name: "CJK UNIFIED IDEOGRAPH-2BB90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB91,
        name: "CJK UNIFIED IDEOGRAPH-2BB91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB92,
        name: "CJK UNIFIED IDEOGRAPH-2BB92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB93,
        name: "CJK UNIFIED IDEOGRAPH-2BB93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB94,
        name: "CJK UNIFIED IDEOGRAPH-2BB94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB95,
        name: "CJK UNIFIED IDEOGRAPH-2BB95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB96,
        name: "CJK UNIFIED IDEOGRAPH-2BB96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB97,
        name: "CJK UNIFIED IDEOGRAPH-2BB97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB98,
        name: "CJK UNIFIED IDEOGRAPH-2BB98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB99,
        name: "CJK UNIFIED IDEOGRAPH-2BB99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB9A,
        name: "CJK UNIFIED IDEOGRAPH-2BB9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB9B,
        name: "CJK UNIFIED IDEOGRAPH-2BB9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB9C,
        name: "CJK UNIFIED IDEOGRAPH-2BB9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB9D,
        name: "CJK UNIFIED IDEOGRAPH-2BB9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB9E,
        name: "CJK UNIFIED IDEOGRAPH-2BB9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BB9F,
        name: "CJK UNIFIED IDEOGRAPH-2BB9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA0,
        name: "CJK UNIFIED IDEOGRAPH-2BBA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA1,
        name: "CJK UNIFIED IDEOGRAPH-2BBA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA2,
        name: "CJK UNIFIED IDEOGRAPH-2BBA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA3,
        name: "CJK UNIFIED IDEOGRAPH-2BBA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA4,
        name: "CJK UNIFIED IDEOGRAPH-2BBA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA5,
        name: "CJK UNIFIED IDEOGRAPH-2BBA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA6,
        name: "CJK UNIFIED IDEOGRAPH-2BBA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA7,
        name: "CJK UNIFIED IDEOGRAPH-2BBA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA8,
        name: "CJK UNIFIED IDEOGRAPH-2BBA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBA9,
        name: "CJK UNIFIED IDEOGRAPH-2BBA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBAA,
        name: "CJK UNIFIED IDEOGRAPH-2BBAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBAB,
        name: "CJK UNIFIED IDEOGRAPH-2BBAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBAC,
        name: "CJK UNIFIED IDEOGRAPH-2BBAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBAD,
        name: "CJK UNIFIED IDEOGRAPH-2BBAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBAE,
        name: "CJK UNIFIED IDEOGRAPH-2BBAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBAF,
        name: "CJK UNIFIED IDEOGRAPH-2BBAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB0,
        name: "CJK UNIFIED IDEOGRAPH-2BBB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB1,
        name: "CJK UNIFIED IDEOGRAPH-2BBB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB2,
        name: "CJK UNIFIED IDEOGRAPH-2BBB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB3,
        name: "CJK UNIFIED IDEOGRAPH-2BBB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB4,
        name: "CJK UNIFIED IDEOGRAPH-2BBB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB5,
        name: "CJK UNIFIED IDEOGRAPH-2BBB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB6,
        name: "CJK UNIFIED IDEOGRAPH-2BBB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB7,
        name: "CJK UNIFIED IDEOGRAPH-2BBB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB8,
        name: "CJK UNIFIED IDEOGRAPH-2BBB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBB9,
        name: "CJK UNIFIED IDEOGRAPH-2BBB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBBA,
        name: "CJK UNIFIED IDEOGRAPH-2BBBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBBB,
        name: "CJK UNIFIED IDEOGRAPH-2BBBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBBC,
        name: "CJK UNIFIED IDEOGRAPH-2BBBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBBD,
        name: "CJK UNIFIED IDEOGRAPH-2BBBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBBE,
        name: "CJK UNIFIED IDEOGRAPH-2BBBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBBF,
        name: "CJK UNIFIED IDEOGRAPH-2BBBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC0,
        name: "CJK UNIFIED IDEOGRAPH-2BBC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC1,
        name: "CJK UNIFIED IDEOGRAPH-2BBC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC2,
        name: "CJK UNIFIED IDEOGRAPH-2BBC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC3,
        name: "CJK UNIFIED IDEOGRAPH-2BBC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC4,
        name: "CJK UNIFIED IDEOGRAPH-2BBC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC5,
        name: "CJK UNIFIED IDEOGRAPH-2BBC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC6,
        name: "CJK UNIFIED IDEOGRAPH-2BBC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC7,
        name: "CJK UNIFIED IDEOGRAPH-2BBC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC8,
        name: "CJK UNIFIED IDEOGRAPH-2BBC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBC9,
        name: "CJK UNIFIED IDEOGRAPH-2BBC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBCA,
        name: "CJK UNIFIED IDEOGRAPH-2BBCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBCB,
        name: "CJK UNIFIED IDEOGRAPH-2BBCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBCC,
        name: "CJK UNIFIED IDEOGRAPH-2BBCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBCD,
        name: "CJK UNIFIED IDEOGRAPH-2BBCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBCE,
        name: "CJK UNIFIED IDEOGRAPH-2BBCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBCF,
        name: "CJK UNIFIED IDEOGRAPH-2BBCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD0,
        name: "CJK UNIFIED IDEOGRAPH-2BBD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD1,
        name: "CJK UNIFIED IDEOGRAPH-2BBD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD2,
        name: "CJK UNIFIED IDEOGRAPH-2BBD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD3,
        name: "CJK UNIFIED IDEOGRAPH-2BBD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD4,
        name: "CJK UNIFIED IDEOGRAPH-2BBD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD5,
        name: "CJK UNIFIED IDEOGRAPH-2BBD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD6,
        name: "CJK UNIFIED IDEOGRAPH-2BBD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD7,
        name: "CJK UNIFIED IDEOGRAPH-2BBD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD8,
        name: "CJK UNIFIED IDEOGRAPH-2BBD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBD9,
        name: "CJK UNIFIED IDEOGRAPH-2BBD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBDA,
        name: "CJK UNIFIED IDEOGRAPH-2BBDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBDB,
        name: "CJK UNIFIED IDEOGRAPH-2BBDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBDC,
        name: "CJK UNIFIED IDEOGRAPH-2BBDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBDD,
        name: "CJK UNIFIED IDEOGRAPH-2BBDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBDE,
        name: "CJK UNIFIED IDEOGRAPH-2BBDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBDF,
        name: "CJK UNIFIED IDEOGRAPH-2BBDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE0,
        name: "CJK UNIFIED IDEOGRAPH-2BBE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE1,
        name: "CJK UNIFIED IDEOGRAPH-2BBE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE2,
        name: "CJK UNIFIED IDEOGRAPH-2BBE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE3,
        name: "CJK UNIFIED IDEOGRAPH-2BBE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE4,
        name: "CJK UNIFIED IDEOGRAPH-2BBE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE5,
        name: "CJK UNIFIED IDEOGRAPH-2BBE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE6,
        name: "CJK UNIFIED IDEOGRAPH-2BBE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE7,
        name: "CJK UNIFIED IDEOGRAPH-2BBE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE8,
        name: "CJK UNIFIED IDEOGRAPH-2BBE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBE9,
        name: "CJK UNIFIED IDEOGRAPH-2BBE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBEA,
        name: "CJK UNIFIED IDEOGRAPH-2BBEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBEB,
        name: "CJK UNIFIED IDEOGRAPH-2BBEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBEC,
        name: "CJK UNIFIED IDEOGRAPH-2BBEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBED,
        name: "CJK UNIFIED IDEOGRAPH-2BBED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBEE,
        name: "CJK UNIFIED IDEOGRAPH-2BBEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBEF,
        name: "CJK UNIFIED IDEOGRAPH-2BBEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF0,
        name: "CJK UNIFIED IDEOGRAPH-2BBF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF1,
        name: "CJK UNIFIED IDEOGRAPH-2BBF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF2,
        name: "CJK UNIFIED IDEOGRAPH-2BBF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF3,
        name: "CJK UNIFIED IDEOGRAPH-2BBF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF4,
        name: "CJK UNIFIED IDEOGRAPH-2BBF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF5,
        name: "CJK UNIFIED IDEOGRAPH-2BBF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF6,
        name: "CJK UNIFIED IDEOGRAPH-2BBF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF7,
        name: "CJK UNIFIED IDEOGRAPH-2BBF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF8,
        name: "CJK UNIFIED IDEOGRAPH-2BBF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBF9,
        name: "CJK UNIFIED IDEOGRAPH-2BBF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBFA,
        name: "CJK UNIFIED IDEOGRAPH-2BBFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBFB,
        name: "CJK UNIFIED IDEOGRAPH-2BBFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBFC,
        name: "CJK UNIFIED IDEOGRAPH-2BBFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBFD,
        name: "CJK UNIFIED IDEOGRAPH-2BBFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBFE,
        name: "CJK UNIFIED IDEOGRAPH-2BBFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BBFF,
        name: "CJK UNIFIED IDEOGRAPH-2BBFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC00,
        name: "CJK UNIFIED IDEOGRAPH-2BC00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC01,
        name: "CJK UNIFIED IDEOGRAPH-2BC01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC02,
        name: "CJK UNIFIED IDEOGRAPH-2BC02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC03,
        name: "CJK UNIFIED IDEOGRAPH-2BC03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC04,
        name: "CJK UNIFIED IDEOGRAPH-2BC04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC05,
        name: "CJK UNIFIED IDEOGRAPH-2BC05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC06,
        name: "CJK UNIFIED IDEOGRAPH-2BC06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC07,
        name: "CJK UNIFIED IDEOGRAPH-2BC07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC08,
        name: "CJK UNIFIED IDEOGRAPH-2BC08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC09,
        name: "CJK UNIFIED IDEOGRAPH-2BC09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC0A,
        name: "CJK UNIFIED IDEOGRAPH-2BC0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC0B,
        name: "CJK UNIFIED IDEOGRAPH-2BC0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC0C,
        name: "CJK UNIFIED IDEOGRAPH-2BC0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC0D,
        name: "CJK UNIFIED IDEOGRAPH-2BC0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC0E,
        name: "CJK UNIFIED IDEOGRAPH-2BC0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC0F,
        name: "CJK UNIFIED IDEOGRAPH-2BC0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC10,
        name: "CJK UNIFIED IDEOGRAPH-2BC10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC11,
        name: "CJK UNIFIED IDEOGRAPH-2BC11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC12,
        name: "CJK UNIFIED IDEOGRAPH-2BC12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC13,
        name: "CJK UNIFIED IDEOGRAPH-2BC13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC14,
        name: "CJK UNIFIED IDEOGRAPH-2BC14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC15,
        name: "CJK UNIFIED IDEOGRAPH-2BC15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC16,
        name: "CJK UNIFIED IDEOGRAPH-2BC16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC17,
        name: "CJK UNIFIED IDEOGRAPH-2BC17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC18,
        name: "CJK UNIFIED IDEOGRAPH-2BC18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC19,
        name: "CJK UNIFIED IDEOGRAPH-2BC19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC1A,
        name: "CJK UNIFIED IDEOGRAPH-2BC1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC1B,
        name: "CJK UNIFIED IDEOGRAPH-2BC1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC1C,
        name: "CJK UNIFIED IDEOGRAPH-2BC1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC1D,
        name: "CJK UNIFIED IDEOGRAPH-2BC1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC1E,
        name: "CJK UNIFIED IDEOGRAPH-2BC1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC1F,
        name: "CJK UNIFIED IDEOGRAPH-2BC1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC20,
        name: "CJK UNIFIED IDEOGRAPH-2BC20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC21,
        name: "CJK UNIFIED IDEOGRAPH-2BC21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC22,
        name: "CJK UNIFIED IDEOGRAPH-2BC22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC23,
        name: "CJK UNIFIED IDEOGRAPH-2BC23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC24,
        name: "CJK UNIFIED IDEOGRAPH-2BC24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC25,
        name: "CJK UNIFIED IDEOGRAPH-2BC25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC26,
        name: "CJK UNIFIED IDEOGRAPH-2BC26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC27,
        name: "CJK UNIFIED IDEOGRAPH-2BC27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC28,
        name: "CJK UNIFIED IDEOGRAPH-2BC28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC29,
        name: "CJK UNIFIED IDEOGRAPH-2BC29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC2A,
        name: "CJK UNIFIED IDEOGRAPH-2BC2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC2B,
        name: "CJK UNIFIED IDEOGRAPH-2BC2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC2C,
        name: "CJK UNIFIED IDEOGRAPH-2BC2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC2D,
        name: "CJK UNIFIED IDEOGRAPH-2BC2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC2E,
        name: "CJK UNIFIED IDEOGRAPH-2BC2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC2F,
        name: "CJK UNIFIED IDEOGRAPH-2BC2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC30,
        name: "CJK UNIFIED IDEOGRAPH-2BC30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC31,
        name: "CJK UNIFIED IDEOGRAPH-2BC31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC32,
        name: "CJK UNIFIED IDEOGRAPH-2BC32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC33,
        name: "CJK UNIFIED IDEOGRAPH-2BC33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC34,
        name: "CJK UNIFIED IDEOGRAPH-2BC34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC35,
        name: "CJK UNIFIED IDEOGRAPH-2BC35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC36,
        name: "CJK UNIFIED IDEOGRAPH-2BC36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC37,
        name: "CJK UNIFIED IDEOGRAPH-2BC37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC38,
        name: "CJK UNIFIED IDEOGRAPH-2BC38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC39,
        name: "CJK UNIFIED IDEOGRAPH-2BC39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC3A,
        name: "CJK UNIFIED IDEOGRAPH-2BC3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC3B,
        name: "CJK UNIFIED IDEOGRAPH-2BC3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC3C,
        name: "CJK UNIFIED IDEOGRAPH-2BC3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC3D,
        name: "CJK UNIFIED IDEOGRAPH-2BC3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC3E,
        name: "CJK UNIFIED IDEOGRAPH-2BC3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC3F,
        name: "CJK UNIFIED IDEOGRAPH-2BC3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC40,
        name: "CJK UNIFIED IDEOGRAPH-2BC40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC41,
        name: "CJK UNIFIED IDEOGRAPH-2BC41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC42,
        name: "CJK UNIFIED IDEOGRAPH-2BC42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC43,
        name: "CJK UNIFIED IDEOGRAPH-2BC43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC44,
        name: "CJK UNIFIED IDEOGRAPH-2BC44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC45,
        name: "CJK UNIFIED IDEOGRAPH-2BC45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC46,
        name: "CJK UNIFIED IDEOGRAPH-2BC46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC47,
        name: "CJK UNIFIED IDEOGRAPH-2BC47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC48,
        name: "CJK UNIFIED IDEOGRAPH-2BC48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC49,
        name: "CJK UNIFIED IDEOGRAPH-2BC49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC4A,
        name: "CJK UNIFIED IDEOGRAPH-2BC4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC4B,
        name: "CJK UNIFIED IDEOGRAPH-2BC4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC4C,
        name: "CJK UNIFIED IDEOGRAPH-2BC4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC4D,
        name: "CJK UNIFIED IDEOGRAPH-2BC4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC4E,
        name: "CJK UNIFIED IDEOGRAPH-2BC4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC4F,
        name: "CJK UNIFIED IDEOGRAPH-2BC4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC50,
        name: "CJK UNIFIED IDEOGRAPH-2BC50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC51,
        name: "CJK UNIFIED IDEOGRAPH-2BC51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC52,
        name: "CJK UNIFIED IDEOGRAPH-2BC52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC53,
        name: "CJK UNIFIED IDEOGRAPH-2BC53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC54,
        name: "CJK UNIFIED IDEOGRAPH-2BC54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC55,
        name: "CJK UNIFIED IDEOGRAPH-2BC55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC56,
        name: "CJK UNIFIED IDEOGRAPH-2BC56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC57,
        name: "CJK UNIFIED IDEOGRAPH-2BC57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC58,
        name: "CJK UNIFIED IDEOGRAPH-2BC58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC59,
        name: "CJK UNIFIED IDEOGRAPH-2BC59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC5A,
        name: "CJK UNIFIED IDEOGRAPH-2BC5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC5B,
        name: "CJK UNIFIED IDEOGRAPH-2BC5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC5C,
        name: "CJK UNIFIED IDEOGRAPH-2BC5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC5D,
        name: "CJK UNIFIED IDEOGRAPH-2BC5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC5E,
        name: "CJK UNIFIED IDEOGRAPH-2BC5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC5F,
        name: "CJK UNIFIED IDEOGRAPH-2BC5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC60,
        name: "CJK UNIFIED IDEOGRAPH-2BC60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC61,
        name: "CJK UNIFIED IDEOGRAPH-2BC61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC62,
        name: "CJK UNIFIED IDEOGRAPH-2BC62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC63,
        name: "CJK UNIFIED IDEOGRAPH-2BC63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC64,
        name: "CJK UNIFIED IDEOGRAPH-2BC64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC65,
        name: "CJK UNIFIED IDEOGRAPH-2BC65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC66,
        name: "CJK UNIFIED IDEOGRAPH-2BC66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC67,
        name: "CJK UNIFIED IDEOGRAPH-2BC67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC68,
        name: "CJK UNIFIED IDEOGRAPH-2BC68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC69,
        name: "CJK UNIFIED IDEOGRAPH-2BC69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC6A,
        name: "CJK UNIFIED IDEOGRAPH-2BC6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC6B,
        name: "CJK UNIFIED IDEOGRAPH-2BC6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC6C,
        name: "CJK UNIFIED IDEOGRAPH-2BC6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC6D,
        name: "CJK UNIFIED IDEOGRAPH-2BC6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC6E,
        name: "CJK UNIFIED IDEOGRAPH-2BC6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC6F,
        name: "CJK UNIFIED IDEOGRAPH-2BC6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC70,
        name: "CJK UNIFIED IDEOGRAPH-2BC70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC71,
        name: "CJK UNIFIED IDEOGRAPH-2BC71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC72,
        name: "CJK UNIFIED IDEOGRAPH-2BC72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC73,
        name: "CJK UNIFIED IDEOGRAPH-2BC73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC74,
        name: "CJK UNIFIED IDEOGRAPH-2BC74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC75,
        name: "CJK UNIFIED IDEOGRAPH-2BC75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC76,
        name: "CJK UNIFIED IDEOGRAPH-2BC76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC77,
        name: "CJK UNIFIED IDEOGRAPH-2BC77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC78,
        name: "CJK UNIFIED IDEOGRAPH-2BC78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC79,
        name: "CJK UNIFIED IDEOGRAPH-2BC79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC7A,
        name: "CJK UNIFIED IDEOGRAPH-2BC7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC7B,
        name: "CJK UNIFIED IDEOGRAPH-2BC7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC7C,
        name: "CJK UNIFIED IDEOGRAPH-2BC7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC7D,
        name: "CJK UNIFIED IDEOGRAPH-2BC7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC7E,
        name: "CJK UNIFIED IDEOGRAPH-2BC7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC7F,
        name: "CJK UNIFIED IDEOGRAPH-2BC7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC80,
        name: "CJK UNIFIED IDEOGRAPH-2BC80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC81,
        name: "CJK UNIFIED IDEOGRAPH-2BC81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC82,
        name: "CJK UNIFIED IDEOGRAPH-2BC82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC83,
        name: "CJK UNIFIED IDEOGRAPH-2BC83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC84,
        name: "CJK UNIFIED IDEOGRAPH-2BC84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC85,
        name: "CJK UNIFIED IDEOGRAPH-2BC85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC86,
        name: "CJK UNIFIED IDEOGRAPH-2BC86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC87,
        name: "CJK UNIFIED IDEOGRAPH-2BC87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC88,
        name: "CJK UNIFIED IDEOGRAPH-2BC88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC89,
        name: "CJK UNIFIED IDEOGRAPH-2BC89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC8A,
        name: "CJK UNIFIED IDEOGRAPH-2BC8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC8B,
        name: "CJK UNIFIED IDEOGRAPH-2BC8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC8C,
        name: "CJK UNIFIED IDEOGRAPH-2BC8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC8D,
        name: "CJK UNIFIED IDEOGRAPH-2BC8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC8E,
        name: "CJK UNIFIED IDEOGRAPH-2BC8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC8F,
        name: "CJK UNIFIED IDEOGRAPH-2BC8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC90,
        name: "CJK UNIFIED IDEOGRAPH-2BC90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC91,
        name: "CJK UNIFIED IDEOGRAPH-2BC91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC92,
        name: "CJK UNIFIED IDEOGRAPH-2BC92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC93,
        name: "CJK UNIFIED IDEOGRAPH-2BC93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC94,
        name: "CJK UNIFIED IDEOGRAPH-2BC94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC95,
        name: "CJK UNIFIED IDEOGRAPH-2BC95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC96,
        name: "CJK UNIFIED IDEOGRAPH-2BC96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC97,
        name: "CJK UNIFIED IDEOGRAPH-2BC97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC98,
        name: "CJK UNIFIED IDEOGRAPH-2BC98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC99,
        name: "CJK UNIFIED IDEOGRAPH-2BC99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC9A,
        name: "CJK UNIFIED IDEOGRAPH-2BC9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC9B,
        name: "CJK UNIFIED IDEOGRAPH-2BC9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC9C,
        name: "CJK UNIFIED IDEOGRAPH-2BC9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC9D,
        name: "CJK UNIFIED IDEOGRAPH-2BC9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC9E,
        name: "CJK UNIFIED IDEOGRAPH-2BC9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BC9F,
        name: "CJK UNIFIED IDEOGRAPH-2BC9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA0,
        name: "CJK UNIFIED IDEOGRAPH-2BCA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA1,
        name: "CJK UNIFIED IDEOGRAPH-2BCA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA2,
        name: "CJK UNIFIED IDEOGRAPH-2BCA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA3,
        name: "CJK UNIFIED IDEOGRAPH-2BCA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA4,
        name: "CJK UNIFIED IDEOGRAPH-2BCA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA5,
        name: "CJK UNIFIED IDEOGRAPH-2BCA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA6,
        name: "CJK UNIFIED IDEOGRAPH-2BCA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA7,
        name: "CJK UNIFIED IDEOGRAPH-2BCA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA8,
        name: "CJK UNIFIED IDEOGRAPH-2BCA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCA9,
        name: "CJK UNIFIED IDEOGRAPH-2BCA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCAA,
        name: "CJK UNIFIED IDEOGRAPH-2BCAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCAB,
        name: "CJK UNIFIED IDEOGRAPH-2BCAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCAC,
        name: "CJK UNIFIED IDEOGRAPH-2BCAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCAD,
        name: "CJK UNIFIED IDEOGRAPH-2BCAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCAE,
        name: "CJK UNIFIED IDEOGRAPH-2BCAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCAF,
        name: "CJK UNIFIED IDEOGRAPH-2BCAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB0,
        name: "CJK UNIFIED IDEOGRAPH-2BCB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB1,
        name: "CJK UNIFIED IDEOGRAPH-2BCB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB2,
        name: "CJK UNIFIED IDEOGRAPH-2BCB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB3,
        name: "CJK UNIFIED IDEOGRAPH-2BCB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB4,
        name: "CJK UNIFIED IDEOGRAPH-2BCB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB5,
        name: "CJK UNIFIED IDEOGRAPH-2BCB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB6,
        name: "CJK UNIFIED IDEOGRAPH-2BCB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB7,
        name: "CJK UNIFIED IDEOGRAPH-2BCB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB8,
        name: "CJK UNIFIED IDEOGRAPH-2BCB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCB9,
        name: "CJK UNIFIED IDEOGRAPH-2BCB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCBA,
        name: "CJK UNIFIED IDEOGRAPH-2BCBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCBB,
        name: "CJK UNIFIED IDEOGRAPH-2BCBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCBC,
        name: "CJK UNIFIED IDEOGRAPH-2BCBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCBD,
        name: "CJK UNIFIED IDEOGRAPH-2BCBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCBE,
        name: "CJK UNIFIED IDEOGRAPH-2BCBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCBF,
        name: "CJK UNIFIED IDEOGRAPH-2BCBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC0,
        name: "CJK UNIFIED IDEOGRAPH-2BCC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC1,
        name: "CJK UNIFIED IDEOGRAPH-2BCC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC2,
        name: "CJK UNIFIED IDEOGRAPH-2BCC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC3,
        name: "CJK UNIFIED IDEOGRAPH-2BCC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC4,
        name: "CJK UNIFIED IDEOGRAPH-2BCC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC5,
        name: "CJK UNIFIED IDEOGRAPH-2BCC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC6,
        name: "CJK UNIFIED IDEOGRAPH-2BCC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC7,
        name: "CJK UNIFIED IDEOGRAPH-2BCC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC8,
        name: "CJK UNIFIED IDEOGRAPH-2BCC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCC9,
        name: "CJK UNIFIED IDEOGRAPH-2BCC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCCA,
        name: "CJK UNIFIED IDEOGRAPH-2BCCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCCB,
        name: "CJK UNIFIED IDEOGRAPH-2BCCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCCC,
        name: "CJK UNIFIED IDEOGRAPH-2BCCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCCD,
        name: "CJK UNIFIED IDEOGRAPH-2BCCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCCE,
        name: "CJK UNIFIED IDEOGRAPH-2BCCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCCF,
        name: "CJK UNIFIED IDEOGRAPH-2BCCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD0,
        name: "CJK UNIFIED IDEOGRAPH-2BCD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD1,
        name: "CJK UNIFIED IDEOGRAPH-2BCD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD2,
        name: "CJK UNIFIED IDEOGRAPH-2BCD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD3,
        name: "CJK UNIFIED IDEOGRAPH-2BCD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD4,
        name: "CJK UNIFIED IDEOGRAPH-2BCD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD5,
        name: "CJK UNIFIED IDEOGRAPH-2BCD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD6,
        name: "CJK UNIFIED IDEOGRAPH-2BCD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD7,
        name: "CJK UNIFIED IDEOGRAPH-2BCD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD8,
        name: "CJK UNIFIED IDEOGRAPH-2BCD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCD9,
        name: "CJK UNIFIED IDEOGRAPH-2BCD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCDA,
        name: "CJK UNIFIED IDEOGRAPH-2BCDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCDB,
        name: "CJK UNIFIED IDEOGRAPH-2BCDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCDC,
        name: "CJK UNIFIED IDEOGRAPH-2BCDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCDD,
        name: "CJK UNIFIED IDEOGRAPH-2BCDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCDE,
        name: "CJK UNIFIED IDEOGRAPH-2BCDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCDF,
        name: "CJK UNIFIED IDEOGRAPH-2BCDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE0,
        name: "CJK UNIFIED IDEOGRAPH-2BCE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE1,
        name: "CJK UNIFIED IDEOGRAPH-2BCE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE2,
        name: "CJK UNIFIED IDEOGRAPH-2BCE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE3,
        name: "CJK UNIFIED IDEOGRAPH-2BCE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE4,
        name: "CJK UNIFIED IDEOGRAPH-2BCE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE5,
        name: "CJK UNIFIED IDEOGRAPH-2BCE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE6,
        name: "CJK UNIFIED IDEOGRAPH-2BCE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE7,
        name: "CJK UNIFIED IDEOGRAPH-2BCE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE8,
        name: "CJK UNIFIED IDEOGRAPH-2BCE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCE9,
        name: "CJK UNIFIED IDEOGRAPH-2BCE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCEA,
        name: "CJK UNIFIED IDEOGRAPH-2BCEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCEB,
        name: "CJK UNIFIED IDEOGRAPH-2BCEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCEC,
        name: "CJK UNIFIED IDEOGRAPH-2BCEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCED,
        name: "CJK UNIFIED IDEOGRAPH-2BCED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCEE,
        name: "CJK UNIFIED IDEOGRAPH-2BCEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCEF,
        name: "CJK UNIFIED IDEOGRAPH-2BCEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF0,
        name: "CJK UNIFIED IDEOGRAPH-2BCF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF1,
        name: "CJK UNIFIED IDEOGRAPH-2BCF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF2,
        name: "CJK UNIFIED IDEOGRAPH-2BCF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF3,
        name: "CJK UNIFIED IDEOGRAPH-2BCF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF4,
        name: "CJK UNIFIED IDEOGRAPH-2BCF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF5,
        name: "CJK UNIFIED IDEOGRAPH-2BCF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF6,
        name: "CJK UNIFIED IDEOGRAPH-2BCF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF7,
        name: "CJK UNIFIED IDEOGRAPH-2BCF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF8,
        name: "CJK UNIFIED IDEOGRAPH-2BCF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCF9,
        name: "CJK UNIFIED IDEOGRAPH-2BCF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCFA,
        name: "CJK UNIFIED IDEOGRAPH-2BCFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCFB,
        name: "CJK UNIFIED IDEOGRAPH-2BCFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCFC,
        name: "CJK UNIFIED IDEOGRAPH-2BCFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCFD,
        name: "CJK UNIFIED IDEOGRAPH-2BCFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCFE,
        name: "CJK UNIFIED IDEOGRAPH-2BCFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BCFF,
        name: "CJK UNIFIED IDEOGRAPH-2BCFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD00,
        name: "CJK UNIFIED IDEOGRAPH-2BD00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD01,
        name: "CJK UNIFIED IDEOGRAPH-2BD01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD02,
        name: "CJK UNIFIED IDEOGRAPH-2BD02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD03,
        name: "CJK UNIFIED IDEOGRAPH-2BD03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD04,
        name: "CJK UNIFIED IDEOGRAPH-2BD04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD05,
        name: "CJK UNIFIED IDEOGRAPH-2BD05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD06,
        name: "CJK UNIFIED IDEOGRAPH-2BD06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD07,
        name: "CJK UNIFIED IDEOGRAPH-2BD07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD08,
        name: "CJK UNIFIED IDEOGRAPH-2BD08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD09,
        name: "CJK UNIFIED IDEOGRAPH-2BD09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD0A,
        name: "CJK UNIFIED IDEOGRAPH-2BD0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD0B,
        name: "CJK UNIFIED IDEOGRAPH-2BD0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD0C,
        name: "CJK UNIFIED IDEOGRAPH-2BD0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD0D,
        name: "CJK UNIFIED IDEOGRAPH-2BD0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD0E,
        name: "CJK UNIFIED IDEOGRAPH-2BD0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD0F,
        name: "CJK UNIFIED IDEOGRAPH-2BD0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD10,
        name: "CJK UNIFIED IDEOGRAPH-2BD10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD11,
        name: "CJK UNIFIED IDEOGRAPH-2BD11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD12,
        name: "CJK UNIFIED IDEOGRAPH-2BD12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD13,
        name: "CJK UNIFIED IDEOGRAPH-2BD13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD14,
        name: "CJK UNIFIED IDEOGRAPH-2BD14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD15,
        name: "CJK UNIFIED IDEOGRAPH-2BD15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD16,
        name: "CJK UNIFIED IDEOGRAPH-2BD16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD17,
        name: "CJK UNIFIED IDEOGRAPH-2BD17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD18,
        name: "CJK UNIFIED IDEOGRAPH-2BD18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD19,
        name: "CJK UNIFIED IDEOGRAPH-2BD19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD1A,
        name: "CJK UNIFIED IDEOGRAPH-2BD1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD1B,
        name: "CJK UNIFIED IDEOGRAPH-2BD1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD1C,
        name: "CJK UNIFIED IDEOGRAPH-2BD1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD1D,
        name: "CJK UNIFIED IDEOGRAPH-2BD1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD1E,
        name: "CJK UNIFIED IDEOGRAPH-2BD1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD1F,
        name: "CJK UNIFIED IDEOGRAPH-2BD1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD20,
        name: "CJK UNIFIED IDEOGRAPH-2BD20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD21,
        name: "CJK UNIFIED IDEOGRAPH-2BD21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD22,
        name: "CJK UNIFIED IDEOGRAPH-2BD22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD23,
        name: "CJK UNIFIED IDEOGRAPH-2BD23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD24,
        name: "CJK UNIFIED IDEOGRAPH-2BD24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD25,
        name: "CJK UNIFIED IDEOGRAPH-2BD25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD26,
        name: "CJK UNIFIED IDEOGRAPH-2BD26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD27,
        name: "CJK UNIFIED IDEOGRAPH-2BD27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD28,
        name: "CJK UNIFIED IDEOGRAPH-2BD28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD29,
        name: "CJK UNIFIED IDEOGRAPH-2BD29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD2A,
        name: "CJK UNIFIED IDEOGRAPH-2BD2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD2B,
        name: "CJK UNIFIED IDEOGRAPH-2BD2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD2C,
        name: "CJK UNIFIED IDEOGRAPH-2BD2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD2D,
        name: "CJK UNIFIED IDEOGRAPH-2BD2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD2E,
        name: "CJK UNIFIED IDEOGRAPH-2BD2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD2F,
        name: "CJK UNIFIED IDEOGRAPH-2BD2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD30,
        name: "CJK UNIFIED IDEOGRAPH-2BD30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD31,
        name: "CJK UNIFIED IDEOGRAPH-2BD31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD32,
        name: "CJK UNIFIED IDEOGRAPH-2BD32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD33,
        name: "CJK UNIFIED IDEOGRAPH-2BD33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD34,
        name: "CJK UNIFIED IDEOGRAPH-2BD34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD35,
        name: "CJK UNIFIED IDEOGRAPH-2BD35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD36,
        name: "CJK UNIFIED IDEOGRAPH-2BD36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD37,
        name: "CJK UNIFIED IDEOGRAPH-2BD37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD38,
        name: "CJK UNIFIED IDEOGRAPH-2BD38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD39,
        name: "CJK UNIFIED IDEOGRAPH-2BD39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD3A,
        name: "CJK UNIFIED IDEOGRAPH-2BD3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD3B,
        name: "CJK UNIFIED IDEOGRAPH-2BD3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD3C,
        name: "CJK UNIFIED IDEOGRAPH-2BD3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD3D,
        name: "CJK UNIFIED IDEOGRAPH-2BD3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD3E,
        name: "CJK UNIFIED IDEOGRAPH-2BD3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD3F,
        name: "CJK UNIFIED IDEOGRAPH-2BD3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD40,
        name: "CJK UNIFIED IDEOGRAPH-2BD40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD41,
        name: "CJK UNIFIED IDEOGRAPH-2BD41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD42,
        name: "CJK UNIFIED IDEOGRAPH-2BD42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD43,
        name: "CJK UNIFIED IDEOGRAPH-2BD43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD44,
        name: "CJK UNIFIED IDEOGRAPH-2BD44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD45,
        name: "CJK UNIFIED IDEOGRAPH-2BD45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD46,
        name: "CJK UNIFIED IDEOGRAPH-2BD46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD47,
        name: "CJK UNIFIED IDEOGRAPH-2BD47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD48,
        name: "CJK UNIFIED IDEOGRAPH-2BD48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD49,
        name: "CJK UNIFIED IDEOGRAPH-2BD49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD4A,
        name: "CJK UNIFIED IDEOGRAPH-2BD4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD4B,
        name: "CJK UNIFIED IDEOGRAPH-2BD4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD4C,
        name: "CJK UNIFIED IDEOGRAPH-2BD4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD4D,
        name: "CJK UNIFIED IDEOGRAPH-2BD4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD4E,
        name: "CJK UNIFIED IDEOGRAPH-2BD4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD4F,
        name: "CJK UNIFIED IDEOGRAPH-2BD4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD50,
        name: "CJK UNIFIED IDEOGRAPH-2BD50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD51,
        name: "CJK UNIFIED IDEOGRAPH-2BD51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD52,
        name: "CJK UNIFIED IDEOGRAPH-2BD52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD53,
        name: "CJK UNIFIED IDEOGRAPH-2BD53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD54,
        name: "CJK UNIFIED IDEOGRAPH-2BD54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD55,
        name: "CJK UNIFIED IDEOGRAPH-2BD55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD56,
        name: "CJK UNIFIED IDEOGRAPH-2BD56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD57,
        name: "CJK UNIFIED IDEOGRAPH-2BD57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD58,
        name: "CJK UNIFIED IDEOGRAPH-2BD58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD59,
        name: "CJK UNIFIED IDEOGRAPH-2BD59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD5A,
        name: "CJK UNIFIED IDEOGRAPH-2BD5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD5B,
        name: "CJK UNIFIED IDEOGRAPH-2BD5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD5C,
        name: "CJK UNIFIED IDEOGRAPH-2BD5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD5D,
        name: "CJK UNIFIED IDEOGRAPH-2BD5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD5E,
        name: "CJK UNIFIED IDEOGRAPH-2BD5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD5F,
        name: "CJK UNIFIED IDEOGRAPH-2BD5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD60,
        name: "CJK UNIFIED IDEOGRAPH-2BD60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD61,
        name: "CJK UNIFIED IDEOGRAPH-2BD61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD62,
        name: "CJK UNIFIED IDEOGRAPH-2BD62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD63,
        name: "CJK UNIFIED IDEOGRAPH-2BD63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD64,
        name: "CJK UNIFIED IDEOGRAPH-2BD64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD65,
        name: "CJK UNIFIED IDEOGRAPH-2BD65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD66,
        name: "CJK UNIFIED IDEOGRAPH-2BD66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD67,
        name: "CJK UNIFIED IDEOGRAPH-2BD67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD68,
        name: "CJK UNIFIED IDEOGRAPH-2BD68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD69,
        name: "CJK UNIFIED IDEOGRAPH-2BD69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD6A,
        name: "CJK UNIFIED IDEOGRAPH-2BD6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD6B,
        name: "CJK UNIFIED IDEOGRAPH-2BD6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD6C,
        name: "CJK UNIFIED IDEOGRAPH-2BD6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD6D,
        name: "CJK UNIFIED IDEOGRAPH-2BD6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD6E,
        name: "CJK UNIFIED IDEOGRAPH-2BD6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD6F,
        name: "CJK UNIFIED IDEOGRAPH-2BD6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD70,
        name: "CJK UNIFIED IDEOGRAPH-2BD70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD71,
        name: "CJK UNIFIED IDEOGRAPH-2BD71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD72,
        name: "CJK UNIFIED IDEOGRAPH-2BD72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD73,
        name: "CJK UNIFIED IDEOGRAPH-2BD73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD74,
        name: "CJK UNIFIED IDEOGRAPH-2BD74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD75,
        name: "CJK UNIFIED IDEOGRAPH-2BD75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD76,
        name: "CJK UNIFIED IDEOGRAPH-2BD76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD77,
        name: "CJK UNIFIED IDEOGRAPH-2BD77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD78,
        name: "CJK UNIFIED IDEOGRAPH-2BD78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD79,
        name: "CJK UNIFIED IDEOGRAPH-2BD79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD7A,
        name: "CJK UNIFIED IDEOGRAPH-2BD7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD7B,
        name: "CJK UNIFIED IDEOGRAPH-2BD7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD7C,
        name: "CJK UNIFIED IDEOGRAPH-2BD7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD7D,
        name: "CJK UNIFIED IDEOGRAPH-2BD7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD7E,
        name: "CJK UNIFIED IDEOGRAPH-2BD7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD7F,
        name: "CJK UNIFIED IDEOGRAPH-2BD7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD80,
        name: "CJK UNIFIED IDEOGRAPH-2BD80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD81,
        name: "CJK UNIFIED IDEOGRAPH-2BD81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD82,
        name: "CJK UNIFIED IDEOGRAPH-2BD82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD83,
        name: "CJK UNIFIED IDEOGRAPH-2BD83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD84,
        name: "CJK UNIFIED IDEOGRAPH-2BD84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD85,
        name: "CJK UNIFIED IDEOGRAPH-2BD85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD86,
        name: "CJK UNIFIED IDEOGRAPH-2BD86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD87,
        name: "CJK UNIFIED IDEOGRAPH-2BD87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD88,
        name: "CJK UNIFIED IDEOGRAPH-2BD88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD89,
        name: "CJK UNIFIED IDEOGRAPH-2BD89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD8A,
        name: "CJK UNIFIED IDEOGRAPH-2BD8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD8B,
        name: "CJK UNIFIED IDEOGRAPH-2BD8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD8C,
        name: "CJK UNIFIED IDEOGRAPH-2BD8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD8D,
        name: "CJK UNIFIED IDEOGRAPH-2BD8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD8E,
        name: "CJK UNIFIED IDEOGRAPH-2BD8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD8F,
        name: "CJK UNIFIED IDEOGRAPH-2BD8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD90,
        name: "CJK UNIFIED IDEOGRAPH-2BD90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD91,
        name: "CJK UNIFIED IDEOGRAPH-2BD91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD92,
        name: "CJK UNIFIED IDEOGRAPH-2BD92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD93,
        name: "CJK UNIFIED IDEOGRAPH-2BD93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD94,
        name: "CJK UNIFIED IDEOGRAPH-2BD94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD95,
        name: "CJK UNIFIED IDEOGRAPH-2BD95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD96,
        name: "CJK UNIFIED IDEOGRAPH-2BD96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD97,
        name: "CJK UNIFIED IDEOGRAPH-2BD97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD98,
        name: "CJK UNIFIED IDEOGRAPH-2BD98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD99,
        name: "CJK UNIFIED IDEOGRAPH-2BD99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD9A,
        name: "CJK UNIFIED IDEOGRAPH-2BD9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD9B,
        name: "CJK UNIFIED IDEOGRAPH-2BD9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD9C,
        name: "CJK UNIFIED IDEOGRAPH-2BD9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD9D,
        name: "CJK UNIFIED IDEOGRAPH-2BD9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD9E,
        name: "CJK UNIFIED IDEOGRAPH-2BD9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BD9F,
        name: "CJK UNIFIED IDEOGRAPH-2BD9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA0,
        name: "CJK UNIFIED IDEOGRAPH-2BDA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA1,
        name: "CJK UNIFIED IDEOGRAPH-2BDA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA2,
        name: "CJK UNIFIED IDEOGRAPH-2BDA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA3,
        name: "CJK UNIFIED IDEOGRAPH-2BDA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA4,
        name: "CJK UNIFIED IDEOGRAPH-2BDA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA5,
        name: "CJK UNIFIED IDEOGRAPH-2BDA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA6,
        name: "CJK UNIFIED IDEOGRAPH-2BDA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA7,
        name: "CJK UNIFIED IDEOGRAPH-2BDA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA8,
        name: "CJK UNIFIED IDEOGRAPH-2BDA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDA9,
        name: "CJK UNIFIED IDEOGRAPH-2BDA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDAA,
        name: "CJK UNIFIED IDEOGRAPH-2BDAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDAB,
        name: "CJK UNIFIED IDEOGRAPH-2BDAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDAC,
        name: "CJK UNIFIED IDEOGRAPH-2BDAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDAD,
        name: "CJK UNIFIED IDEOGRAPH-2BDAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDAE,
        name: "CJK UNIFIED IDEOGRAPH-2BDAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDAF,
        name: "CJK UNIFIED IDEOGRAPH-2BDAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB0,
        name: "CJK UNIFIED IDEOGRAPH-2BDB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB1,
        name: "CJK UNIFIED IDEOGRAPH-2BDB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB2,
        name: "CJK UNIFIED IDEOGRAPH-2BDB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB3,
        name: "CJK UNIFIED IDEOGRAPH-2BDB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB4,
        name: "CJK UNIFIED IDEOGRAPH-2BDB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB5,
        name: "CJK UNIFIED IDEOGRAPH-2BDB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB6,
        name: "CJK UNIFIED IDEOGRAPH-2BDB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB7,
        name: "CJK UNIFIED IDEOGRAPH-2BDB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB8,
        name: "CJK UNIFIED IDEOGRAPH-2BDB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDB9,
        name: "CJK UNIFIED IDEOGRAPH-2BDB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDBA,
        name: "CJK UNIFIED IDEOGRAPH-2BDBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDBB,
        name: "CJK UNIFIED IDEOGRAPH-2BDBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDBC,
        name: "CJK UNIFIED IDEOGRAPH-2BDBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDBD,
        name: "CJK UNIFIED IDEOGRAPH-2BDBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDBE,
        name: "CJK UNIFIED IDEOGRAPH-2BDBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDBF,
        name: "CJK UNIFIED IDEOGRAPH-2BDBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC0,
        name: "CJK UNIFIED IDEOGRAPH-2BDC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC1,
        name: "CJK UNIFIED IDEOGRAPH-2BDC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC2,
        name: "CJK UNIFIED IDEOGRAPH-2BDC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC3,
        name: "CJK UNIFIED IDEOGRAPH-2BDC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC4,
        name: "CJK UNIFIED IDEOGRAPH-2BDC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC5,
        name: "CJK UNIFIED IDEOGRAPH-2BDC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC6,
        name: "CJK UNIFIED IDEOGRAPH-2BDC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC7,
        name: "CJK UNIFIED IDEOGRAPH-2BDC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC8,
        name: "CJK UNIFIED IDEOGRAPH-2BDC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDC9,
        name: "CJK UNIFIED IDEOGRAPH-2BDC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDCA,
        name: "CJK UNIFIED IDEOGRAPH-2BDCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDCB,
        name: "CJK UNIFIED IDEOGRAPH-2BDCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDCC,
        name: "CJK UNIFIED IDEOGRAPH-2BDCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDCD,
        name: "CJK UNIFIED IDEOGRAPH-2BDCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDCE,
        name: "CJK UNIFIED IDEOGRAPH-2BDCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDCF,
        name: "CJK UNIFIED IDEOGRAPH-2BDCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD0,
        name: "CJK UNIFIED IDEOGRAPH-2BDD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD1,
        name: "CJK UNIFIED IDEOGRAPH-2BDD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD2,
        name: "CJK UNIFIED IDEOGRAPH-2BDD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD3,
        name: "CJK UNIFIED IDEOGRAPH-2BDD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD4,
        name: "CJK UNIFIED IDEOGRAPH-2BDD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD5,
        name: "CJK UNIFIED IDEOGRAPH-2BDD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD6,
        name: "CJK UNIFIED IDEOGRAPH-2BDD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD7,
        name: "CJK UNIFIED IDEOGRAPH-2BDD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD8,
        name: "CJK UNIFIED IDEOGRAPH-2BDD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDD9,
        name: "CJK UNIFIED IDEOGRAPH-2BDD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDDA,
        name: "CJK UNIFIED IDEOGRAPH-2BDDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDDB,
        name: "CJK UNIFIED IDEOGRAPH-2BDDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDDC,
        name: "CJK UNIFIED IDEOGRAPH-2BDDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDDD,
        name: "CJK UNIFIED IDEOGRAPH-2BDDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDDE,
        name: "CJK UNIFIED IDEOGRAPH-2BDDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDDF,
        name: "CJK UNIFIED IDEOGRAPH-2BDDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE0,
        name: "CJK UNIFIED IDEOGRAPH-2BDE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE1,
        name: "CJK UNIFIED IDEOGRAPH-2BDE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE2,
        name: "CJK UNIFIED IDEOGRAPH-2BDE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE3,
        name: "CJK UNIFIED IDEOGRAPH-2BDE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE4,
        name: "CJK UNIFIED IDEOGRAPH-2BDE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE5,
        name: "CJK UNIFIED IDEOGRAPH-2BDE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE6,
        name: "CJK UNIFIED IDEOGRAPH-2BDE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE7,
        name: "CJK UNIFIED IDEOGRAPH-2BDE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE8,
        name: "CJK UNIFIED IDEOGRAPH-2BDE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDE9,
        name: "CJK UNIFIED IDEOGRAPH-2BDE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDEA,
        name: "CJK UNIFIED IDEOGRAPH-2BDEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDEB,
        name: "CJK UNIFIED IDEOGRAPH-2BDEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDEC,
        name: "CJK UNIFIED IDEOGRAPH-2BDEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDED,
        name: "CJK UNIFIED IDEOGRAPH-2BDED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDEE,
        name: "CJK UNIFIED IDEOGRAPH-2BDEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDEF,
        name: "CJK UNIFIED IDEOGRAPH-2BDEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF0,
        name: "CJK UNIFIED IDEOGRAPH-2BDF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF1,
        name: "CJK UNIFIED IDEOGRAPH-2BDF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF2,
        name: "CJK UNIFIED IDEOGRAPH-2BDF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF3,
        name: "CJK UNIFIED IDEOGRAPH-2BDF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF4,
        name: "CJK UNIFIED IDEOGRAPH-2BDF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF5,
        name: "CJK UNIFIED IDEOGRAPH-2BDF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF6,
        name: "CJK UNIFIED IDEOGRAPH-2BDF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF7,
        name: "CJK UNIFIED IDEOGRAPH-2BDF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF8,
        name: "CJK UNIFIED IDEOGRAPH-2BDF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDF9,
        name: "CJK UNIFIED IDEOGRAPH-2BDF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDFA,
        name: "CJK UNIFIED IDEOGRAPH-2BDFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDFB,
        name: "CJK UNIFIED IDEOGRAPH-2BDFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDFC,
        name: "CJK UNIFIED IDEOGRAPH-2BDFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDFD,
        name: "CJK UNIFIED IDEOGRAPH-2BDFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDFE,
        name: "CJK UNIFIED IDEOGRAPH-2BDFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BDFF,
        name: "CJK UNIFIED IDEOGRAPH-2BDFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE00,
        name: "CJK UNIFIED IDEOGRAPH-2BE00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE01,
        name: "CJK UNIFIED IDEOGRAPH-2BE01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE02,
        name: "CJK UNIFIED IDEOGRAPH-2BE02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE03,
        name: "CJK UNIFIED IDEOGRAPH-2BE03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE04,
        name: "CJK UNIFIED IDEOGRAPH-2BE04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE05,
        name: "CJK UNIFIED IDEOGRAPH-2BE05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE06,
        name: "CJK UNIFIED IDEOGRAPH-2BE06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE07,
        name: "CJK UNIFIED IDEOGRAPH-2BE07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE08,
        name: "CJK UNIFIED IDEOGRAPH-2BE08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE09,
        name: "CJK UNIFIED IDEOGRAPH-2BE09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE0A,
        name: "CJK UNIFIED IDEOGRAPH-2BE0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE0B,
        name: "CJK UNIFIED IDEOGRAPH-2BE0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE0C,
        name: "CJK UNIFIED IDEOGRAPH-2BE0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE0D,
        name: "CJK UNIFIED IDEOGRAPH-2BE0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE0E,
        name: "CJK UNIFIED IDEOGRAPH-2BE0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE0F,
        name: "CJK UNIFIED IDEOGRAPH-2BE0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE10,
        name: "CJK UNIFIED IDEOGRAPH-2BE10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE11,
        name: "CJK UNIFIED IDEOGRAPH-2BE11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE12,
        name: "CJK UNIFIED IDEOGRAPH-2BE12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE13,
        name: "CJK UNIFIED IDEOGRAPH-2BE13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE14,
        name: "CJK UNIFIED IDEOGRAPH-2BE14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE15,
        name: "CJK UNIFIED IDEOGRAPH-2BE15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE16,
        name: "CJK UNIFIED IDEOGRAPH-2BE16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE17,
        name: "CJK UNIFIED IDEOGRAPH-2BE17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE18,
        name: "CJK UNIFIED IDEOGRAPH-2BE18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE19,
        name: "CJK UNIFIED IDEOGRAPH-2BE19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE1A,
        name: "CJK UNIFIED IDEOGRAPH-2BE1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE1B,
        name: "CJK UNIFIED IDEOGRAPH-2BE1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE1C,
        name: "CJK UNIFIED IDEOGRAPH-2BE1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE1D,
        name: "CJK UNIFIED IDEOGRAPH-2BE1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE1E,
        name: "CJK UNIFIED IDEOGRAPH-2BE1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE1F,
        name: "CJK UNIFIED IDEOGRAPH-2BE1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE20,
        name: "CJK UNIFIED IDEOGRAPH-2BE20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE21,
        name: "CJK UNIFIED IDEOGRAPH-2BE21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE22,
        name: "CJK UNIFIED IDEOGRAPH-2BE22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE23,
        name: "CJK UNIFIED IDEOGRAPH-2BE23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE24,
        name: "CJK UNIFIED IDEOGRAPH-2BE24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE25,
        name: "CJK UNIFIED IDEOGRAPH-2BE25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE26,
        name: "CJK UNIFIED IDEOGRAPH-2BE26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE27,
        name: "CJK UNIFIED IDEOGRAPH-2BE27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE28,
        name: "CJK UNIFIED IDEOGRAPH-2BE28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE29,
        name: "CJK UNIFIED IDEOGRAPH-2BE29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE2A,
        name: "CJK UNIFIED IDEOGRAPH-2BE2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE2B,
        name: "CJK UNIFIED IDEOGRAPH-2BE2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE2C,
        name: "CJK UNIFIED IDEOGRAPH-2BE2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE2D,
        name: "CJK UNIFIED IDEOGRAPH-2BE2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE2E,
        name: "CJK UNIFIED IDEOGRAPH-2BE2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE2F,
        name: "CJK UNIFIED IDEOGRAPH-2BE2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE30,
        name: "CJK UNIFIED IDEOGRAPH-2BE30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE31,
        name: "CJK UNIFIED IDEOGRAPH-2BE31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE32,
        name: "CJK UNIFIED IDEOGRAPH-2BE32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE33,
        name: "CJK UNIFIED IDEOGRAPH-2BE33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE34,
        name: "CJK UNIFIED IDEOGRAPH-2BE34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE35,
        name: "CJK UNIFIED IDEOGRAPH-2BE35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE36,
        name: "CJK UNIFIED IDEOGRAPH-2BE36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE37,
        name: "CJK UNIFIED IDEOGRAPH-2BE37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE38,
        name: "CJK UNIFIED IDEOGRAPH-2BE38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE39,
        name: "CJK UNIFIED IDEOGRAPH-2BE39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE3A,
        name: "CJK UNIFIED IDEOGRAPH-2BE3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE3B,
        name: "CJK UNIFIED IDEOGRAPH-2BE3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE3C,
        name: "CJK UNIFIED IDEOGRAPH-2BE3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE3D,
        name: "CJK UNIFIED IDEOGRAPH-2BE3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE3E,
        name: "CJK UNIFIED IDEOGRAPH-2BE3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE3F,
        name: "CJK UNIFIED IDEOGRAPH-2BE3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE40,
        name: "CJK UNIFIED IDEOGRAPH-2BE40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE41,
        name: "CJK UNIFIED IDEOGRAPH-2BE41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE42,
        name: "CJK UNIFIED IDEOGRAPH-2BE42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE43,
        name: "CJK UNIFIED IDEOGRAPH-2BE43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE44,
        name: "CJK UNIFIED IDEOGRAPH-2BE44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE45,
        name: "CJK UNIFIED IDEOGRAPH-2BE45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE46,
        name: "CJK UNIFIED IDEOGRAPH-2BE46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE47,
        name: "CJK UNIFIED IDEOGRAPH-2BE47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE48,
        name: "CJK UNIFIED IDEOGRAPH-2BE48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE49,
        name: "CJK UNIFIED IDEOGRAPH-2BE49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE4A,
        name: "CJK UNIFIED IDEOGRAPH-2BE4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE4B,
        name: "CJK UNIFIED IDEOGRAPH-2BE4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE4C,
        name: "CJK UNIFIED IDEOGRAPH-2BE4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE4D,
        name: "CJK UNIFIED IDEOGRAPH-2BE4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE4E,
        name: "CJK UNIFIED IDEOGRAPH-2BE4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE4F,
        name: "CJK UNIFIED IDEOGRAPH-2BE4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE50,
        name: "CJK UNIFIED IDEOGRAPH-2BE50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE51,
        name: "CJK UNIFIED IDEOGRAPH-2BE51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE52,
        name: "CJK UNIFIED IDEOGRAPH-2BE52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE53,
        name: "CJK UNIFIED IDEOGRAPH-2BE53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE54,
        name: "CJK UNIFIED IDEOGRAPH-2BE54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE55,
        name: "CJK UNIFIED IDEOGRAPH-2BE55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE56,
        name: "CJK UNIFIED IDEOGRAPH-2BE56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE57,
        name: "CJK UNIFIED IDEOGRAPH-2BE57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE58,
        name: "CJK UNIFIED IDEOGRAPH-2BE58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE59,
        name: "CJK UNIFIED IDEOGRAPH-2BE59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE5A,
        name: "CJK UNIFIED IDEOGRAPH-2BE5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE5B,
        name: "CJK UNIFIED IDEOGRAPH-2BE5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE5C,
        name: "CJK UNIFIED IDEOGRAPH-2BE5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE5D,
        name: "CJK UNIFIED IDEOGRAPH-2BE5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE5E,
        name: "CJK UNIFIED IDEOGRAPH-2BE5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE5F,
        name: "CJK UNIFIED IDEOGRAPH-2BE5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE60,
        name: "CJK UNIFIED IDEOGRAPH-2BE60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE61,
        name: "CJK UNIFIED IDEOGRAPH-2BE61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE62,
        name: "CJK UNIFIED IDEOGRAPH-2BE62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE63,
        name: "CJK UNIFIED IDEOGRAPH-2BE63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE64,
        name: "CJK UNIFIED IDEOGRAPH-2BE64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE65,
        name: "CJK UNIFIED IDEOGRAPH-2BE65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE66,
        name: "CJK UNIFIED IDEOGRAPH-2BE66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE67,
        name: "CJK UNIFIED IDEOGRAPH-2BE67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE68,
        name: "CJK UNIFIED IDEOGRAPH-2BE68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE69,
        name: "CJK UNIFIED IDEOGRAPH-2BE69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE6A,
        name: "CJK UNIFIED IDEOGRAPH-2BE6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE6B,
        name: "CJK UNIFIED IDEOGRAPH-2BE6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE6C,
        name: "CJK UNIFIED IDEOGRAPH-2BE6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE6D,
        name: "CJK UNIFIED IDEOGRAPH-2BE6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE6E,
        name: "CJK UNIFIED IDEOGRAPH-2BE6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE6F,
        name: "CJK UNIFIED IDEOGRAPH-2BE6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE70,
        name: "CJK UNIFIED IDEOGRAPH-2BE70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE71,
        name: "CJK UNIFIED IDEOGRAPH-2BE71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE72,
        name: "CJK UNIFIED IDEOGRAPH-2BE72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE73,
        name: "CJK UNIFIED IDEOGRAPH-2BE73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE74,
        name: "CJK UNIFIED IDEOGRAPH-2BE74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE75,
        name: "CJK UNIFIED IDEOGRAPH-2BE75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE76,
        name: "CJK UNIFIED IDEOGRAPH-2BE76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE77,
        name: "CJK UNIFIED IDEOGRAPH-2BE77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE78,
        name: "CJK UNIFIED IDEOGRAPH-2BE78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE79,
        name: "CJK UNIFIED IDEOGRAPH-2BE79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE7A,
        name: "CJK UNIFIED IDEOGRAPH-2BE7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE7B,
        name: "CJK UNIFIED IDEOGRAPH-2BE7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE7C,
        name: "CJK UNIFIED IDEOGRAPH-2BE7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE7D,
        name: "CJK UNIFIED IDEOGRAPH-2BE7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE7E,
        name: "CJK UNIFIED IDEOGRAPH-2BE7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE7F,
        name: "CJK UNIFIED IDEOGRAPH-2BE7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE80,
        name: "CJK UNIFIED IDEOGRAPH-2BE80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE81,
        name: "CJK UNIFIED IDEOGRAPH-2BE81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE82,
        name: "CJK UNIFIED IDEOGRAPH-2BE82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE83,
        name: "CJK UNIFIED IDEOGRAPH-2BE83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE84,
        name: "CJK UNIFIED IDEOGRAPH-2BE84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE85,
        name: "CJK UNIFIED IDEOGRAPH-2BE85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE86,
        name: "CJK UNIFIED IDEOGRAPH-2BE86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE87,
        name: "CJK UNIFIED IDEOGRAPH-2BE87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE88,
        name: "CJK UNIFIED IDEOGRAPH-2BE88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE89,
        name: "CJK UNIFIED IDEOGRAPH-2BE89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE8A,
        name: "CJK UNIFIED IDEOGRAPH-2BE8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE8B,
        name: "CJK UNIFIED IDEOGRAPH-2BE8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE8C,
        name: "CJK UNIFIED IDEOGRAPH-2BE8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE8D,
        name: "CJK UNIFIED IDEOGRAPH-2BE8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE8E,
        name: "CJK UNIFIED IDEOGRAPH-2BE8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE8F,
        name: "CJK UNIFIED IDEOGRAPH-2BE8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE90,
        name: "CJK UNIFIED IDEOGRAPH-2BE90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE91,
        name: "CJK UNIFIED IDEOGRAPH-2BE91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE92,
        name: "CJK UNIFIED IDEOGRAPH-2BE92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE93,
        name: "CJK UNIFIED IDEOGRAPH-2BE93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE94,
        name: "CJK UNIFIED IDEOGRAPH-2BE94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE95,
        name: "CJK UNIFIED IDEOGRAPH-2BE95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE96,
        name: "CJK UNIFIED IDEOGRAPH-2BE96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE97,
        name: "CJK UNIFIED IDEOGRAPH-2BE97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE98,
        name: "CJK UNIFIED IDEOGRAPH-2BE98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE99,
        name: "CJK UNIFIED IDEOGRAPH-2BE99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE9A,
        name: "CJK UNIFIED IDEOGRAPH-2BE9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE9B,
        name: "CJK UNIFIED IDEOGRAPH-2BE9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE9C,
        name: "CJK UNIFIED IDEOGRAPH-2BE9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE9D,
        name: "CJK UNIFIED IDEOGRAPH-2BE9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE9E,
        name: "CJK UNIFIED IDEOGRAPH-2BE9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BE9F,
        name: "CJK UNIFIED IDEOGRAPH-2BE9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA0,
        name: "CJK UNIFIED IDEOGRAPH-2BEA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA1,
        name: "CJK UNIFIED IDEOGRAPH-2BEA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA2,
        name: "CJK UNIFIED IDEOGRAPH-2BEA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA3,
        name: "CJK UNIFIED IDEOGRAPH-2BEA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA4,
        name: "CJK UNIFIED IDEOGRAPH-2BEA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA5,
        name: "CJK UNIFIED IDEOGRAPH-2BEA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA6,
        name: "CJK UNIFIED IDEOGRAPH-2BEA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA7,
        name: "CJK UNIFIED IDEOGRAPH-2BEA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA8,
        name: "CJK UNIFIED IDEOGRAPH-2BEA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEA9,
        name: "CJK UNIFIED IDEOGRAPH-2BEA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEAA,
        name: "CJK UNIFIED IDEOGRAPH-2BEAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEAB,
        name: "CJK UNIFIED IDEOGRAPH-2BEAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEAC,
        name: "CJK UNIFIED IDEOGRAPH-2BEAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEAD,
        name: "CJK UNIFIED IDEOGRAPH-2BEAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEAE,
        name: "CJK UNIFIED IDEOGRAPH-2BEAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEAF,
        name: "CJK UNIFIED IDEOGRAPH-2BEAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB0,
        name: "CJK UNIFIED IDEOGRAPH-2BEB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB1,
        name: "CJK UNIFIED IDEOGRAPH-2BEB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB2,
        name: "CJK UNIFIED IDEOGRAPH-2BEB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB3,
        name: "CJK UNIFIED IDEOGRAPH-2BEB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB4,
        name: "CJK UNIFIED IDEOGRAPH-2BEB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB5,
        name: "CJK UNIFIED IDEOGRAPH-2BEB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB6,
        name: "CJK UNIFIED IDEOGRAPH-2BEB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB7,
        name: "CJK UNIFIED IDEOGRAPH-2BEB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB8,
        name: "CJK UNIFIED IDEOGRAPH-2BEB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEB9,
        name: "CJK UNIFIED IDEOGRAPH-2BEB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEBA,
        name: "CJK UNIFIED IDEOGRAPH-2BEBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEBB,
        name: "CJK UNIFIED IDEOGRAPH-2BEBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEBC,
        name: "CJK UNIFIED IDEOGRAPH-2BEBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEBD,
        name: "CJK UNIFIED IDEOGRAPH-2BEBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEBE,
        name: "CJK UNIFIED IDEOGRAPH-2BEBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEBF,
        name: "CJK UNIFIED IDEOGRAPH-2BEBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC0,
        name: "CJK UNIFIED IDEOGRAPH-2BEC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC1,
        name: "CJK UNIFIED IDEOGRAPH-2BEC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC2,
        name: "CJK UNIFIED IDEOGRAPH-2BEC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC3,
        name: "CJK UNIFIED IDEOGRAPH-2BEC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC4,
        name: "CJK UNIFIED IDEOGRAPH-2BEC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC5,
        name: "CJK UNIFIED IDEOGRAPH-2BEC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC6,
        name: "CJK UNIFIED IDEOGRAPH-2BEC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC7,
        name: "CJK UNIFIED IDEOGRAPH-2BEC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC8,
        name: "CJK UNIFIED IDEOGRAPH-2BEC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEC9,
        name: "CJK UNIFIED IDEOGRAPH-2BEC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BECA,
        name: "CJK UNIFIED IDEOGRAPH-2BECA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BECB,
        name: "CJK UNIFIED IDEOGRAPH-2BECB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BECC,
        name: "CJK UNIFIED IDEOGRAPH-2BECC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BECD,
        name: "CJK UNIFIED IDEOGRAPH-2BECD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BECE,
        name: "CJK UNIFIED IDEOGRAPH-2BECE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BECF,
        name: "CJK UNIFIED IDEOGRAPH-2BECF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED0,
        name: "CJK UNIFIED IDEOGRAPH-2BED0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED1,
        name: "CJK UNIFIED IDEOGRAPH-2BED1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED2,
        name: "CJK UNIFIED IDEOGRAPH-2BED2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED3,
        name: "CJK UNIFIED IDEOGRAPH-2BED3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED4,
        name: "CJK UNIFIED IDEOGRAPH-2BED4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED5,
        name: "CJK UNIFIED IDEOGRAPH-2BED5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED6,
        name: "CJK UNIFIED IDEOGRAPH-2BED6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED7,
        name: "CJK UNIFIED IDEOGRAPH-2BED7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED8,
        name: "CJK UNIFIED IDEOGRAPH-2BED8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BED9,
        name: "CJK UNIFIED IDEOGRAPH-2BED9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEDA,
        name: "CJK UNIFIED IDEOGRAPH-2BEDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEDB,
        name: "CJK UNIFIED IDEOGRAPH-2BEDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEDC,
        name: "CJK UNIFIED IDEOGRAPH-2BEDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEDD,
        name: "CJK UNIFIED IDEOGRAPH-2BEDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEDE,
        name: "CJK UNIFIED IDEOGRAPH-2BEDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEDF,
        name: "CJK UNIFIED IDEOGRAPH-2BEDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE0,
        name: "CJK UNIFIED IDEOGRAPH-2BEE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE1,
        name: "CJK UNIFIED IDEOGRAPH-2BEE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE2,
        name: "CJK UNIFIED IDEOGRAPH-2BEE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE3,
        name: "CJK UNIFIED IDEOGRAPH-2BEE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE4,
        name: "CJK UNIFIED IDEOGRAPH-2BEE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE5,
        name: "CJK UNIFIED IDEOGRAPH-2BEE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE6,
        name: "CJK UNIFIED IDEOGRAPH-2BEE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE7,
        name: "CJK UNIFIED IDEOGRAPH-2BEE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE8,
        name: "CJK UNIFIED IDEOGRAPH-2BEE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEE9,
        name: "CJK UNIFIED IDEOGRAPH-2BEE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEEA,
        name: "CJK UNIFIED IDEOGRAPH-2BEEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEEB,
        name: "CJK UNIFIED IDEOGRAPH-2BEEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEEC,
        name: "CJK UNIFIED IDEOGRAPH-2BEEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEED,
        name: "CJK UNIFIED IDEOGRAPH-2BEED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEEE,
        name: "CJK UNIFIED IDEOGRAPH-2BEEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEEF,
        name: "CJK UNIFIED IDEOGRAPH-2BEEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF0,
        name: "CJK UNIFIED IDEOGRAPH-2BEF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF1,
        name: "CJK UNIFIED IDEOGRAPH-2BEF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF2,
        name: "CJK UNIFIED IDEOGRAPH-2BEF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF3,
        name: "CJK UNIFIED IDEOGRAPH-2BEF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF4,
        name: "CJK UNIFIED IDEOGRAPH-2BEF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF5,
        name: "CJK UNIFIED IDEOGRAPH-2BEF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF6,
        name: "CJK UNIFIED IDEOGRAPH-2BEF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF7,
        name: "CJK UNIFIED IDEOGRAPH-2BEF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF8,
        name: "CJK UNIFIED IDEOGRAPH-2BEF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEF9,
        name: "CJK UNIFIED IDEOGRAPH-2BEF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEFA,
        name: "CJK UNIFIED IDEOGRAPH-2BEFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEFB,
        name: "CJK UNIFIED IDEOGRAPH-2BEFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEFC,
        name: "CJK UNIFIED IDEOGRAPH-2BEFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEFD,
        name: "CJK UNIFIED IDEOGRAPH-2BEFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEFE,
        name: "CJK UNIFIED IDEOGRAPH-2BEFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BEFF,
        name: "CJK UNIFIED IDEOGRAPH-2BEFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF00,
        name: "CJK UNIFIED IDEOGRAPH-2BF00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF01,
        name: "CJK UNIFIED IDEOGRAPH-2BF01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF02,
        name: "CJK UNIFIED IDEOGRAPH-2BF02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF03,
        name: "CJK UNIFIED IDEOGRAPH-2BF03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF04,
        name: "CJK UNIFIED IDEOGRAPH-2BF04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF05,
        name: "CJK UNIFIED IDEOGRAPH-2BF05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF06,
        name: "CJK UNIFIED IDEOGRAPH-2BF06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF07,
        name: "CJK UNIFIED IDEOGRAPH-2BF07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF08,
        name: "CJK UNIFIED IDEOGRAPH-2BF08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF09,
        name: "CJK UNIFIED IDEOGRAPH-2BF09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF0A,
        name: "CJK UNIFIED IDEOGRAPH-2BF0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF0B,
        name: "CJK UNIFIED IDEOGRAPH-2BF0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF0C,
        name: "CJK UNIFIED IDEOGRAPH-2BF0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF0D,
        name: "CJK UNIFIED IDEOGRAPH-2BF0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF0E,
        name: "CJK UNIFIED IDEOGRAPH-2BF0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF0F,
        name: "CJK UNIFIED IDEOGRAPH-2BF0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF10,
        name: "CJK UNIFIED IDEOGRAPH-2BF10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF11,
        name: "CJK UNIFIED IDEOGRAPH-2BF11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF12,
        name: "CJK UNIFIED IDEOGRAPH-2BF12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF13,
        name: "CJK UNIFIED IDEOGRAPH-2BF13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF14,
        name: "CJK UNIFIED IDEOGRAPH-2BF14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF15,
        name: "CJK UNIFIED IDEOGRAPH-2BF15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF16,
        name: "CJK UNIFIED IDEOGRAPH-2BF16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF17,
        name: "CJK UNIFIED IDEOGRAPH-2BF17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF18,
        name: "CJK UNIFIED IDEOGRAPH-2BF18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF19,
        name: "CJK UNIFIED IDEOGRAPH-2BF19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF1A,
        name: "CJK UNIFIED IDEOGRAPH-2BF1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF1B,
        name: "CJK UNIFIED IDEOGRAPH-2BF1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF1C,
        name: "CJK UNIFIED IDEOGRAPH-2BF1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF1D,
        name: "CJK UNIFIED IDEOGRAPH-2BF1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF1E,
        name: "CJK UNIFIED IDEOGRAPH-2BF1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF1F,
        name: "CJK UNIFIED IDEOGRAPH-2BF1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF20,
        name: "CJK UNIFIED IDEOGRAPH-2BF20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF21,
        name: "CJK UNIFIED IDEOGRAPH-2BF21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF22,
        name: "CJK UNIFIED IDEOGRAPH-2BF22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF23,
        name: "CJK UNIFIED IDEOGRAPH-2BF23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF24,
        name: "CJK UNIFIED IDEOGRAPH-2BF24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF25,
        name: "CJK UNIFIED IDEOGRAPH-2BF25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF26,
        name: "CJK UNIFIED IDEOGRAPH-2BF26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF27,
        name: "CJK UNIFIED IDEOGRAPH-2BF27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF28,
        name: "CJK UNIFIED IDEOGRAPH-2BF28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF29,
        name: "CJK UNIFIED IDEOGRAPH-2BF29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF2A,
        name: "CJK UNIFIED IDEOGRAPH-2BF2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF2B,
        name: "CJK UNIFIED IDEOGRAPH-2BF2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF2C,
        name: "CJK UNIFIED IDEOGRAPH-2BF2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF2D,
        name: "CJK UNIFIED IDEOGRAPH-2BF2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF2E,
        name: "CJK UNIFIED IDEOGRAPH-2BF2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF2F,
        name: "CJK UNIFIED IDEOGRAPH-2BF2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF30,
        name: "CJK UNIFIED IDEOGRAPH-2BF30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF31,
        name: "CJK UNIFIED IDEOGRAPH-2BF31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF32,
        name: "CJK UNIFIED IDEOGRAPH-2BF32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF33,
        name: "CJK UNIFIED IDEOGRAPH-2BF33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF34,
        name: "CJK UNIFIED IDEOGRAPH-2BF34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF35,
        name: "CJK UNIFIED IDEOGRAPH-2BF35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF36,
        name: "CJK UNIFIED IDEOGRAPH-2BF36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF37,
        name: "CJK UNIFIED IDEOGRAPH-2BF37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF38,
        name: "CJK UNIFIED IDEOGRAPH-2BF38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF39,
        name: "CJK UNIFIED IDEOGRAPH-2BF39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF3A,
        name: "CJK UNIFIED IDEOGRAPH-2BF3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF3B,
        name: "CJK UNIFIED IDEOGRAPH-2BF3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF3C,
        name: "CJK UNIFIED IDEOGRAPH-2BF3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF3D,
        name: "CJK UNIFIED IDEOGRAPH-2BF3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF3E,
        name: "CJK UNIFIED IDEOGRAPH-2BF3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF3F,
        name: "CJK UNIFIED IDEOGRAPH-2BF3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF40,
        name: "CJK UNIFIED IDEOGRAPH-2BF40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF41,
        name: "CJK UNIFIED IDEOGRAPH-2BF41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF42,
        name: "CJK UNIFIED IDEOGRAPH-2BF42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF43,
        name: "CJK UNIFIED IDEOGRAPH-2BF43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF44,
        name: "CJK UNIFIED IDEOGRAPH-2BF44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF45,
        name: "CJK UNIFIED IDEOGRAPH-2BF45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF46,
        name: "CJK UNIFIED IDEOGRAPH-2BF46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF47,
        name: "CJK UNIFIED IDEOGRAPH-2BF47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF48,
        name: "CJK UNIFIED IDEOGRAPH-2BF48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF49,
        name: "CJK UNIFIED IDEOGRAPH-2BF49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF4A,
        name: "CJK UNIFIED IDEOGRAPH-2BF4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF4B,
        name: "CJK UNIFIED IDEOGRAPH-2BF4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF4C,
        name: "CJK UNIFIED IDEOGRAPH-2BF4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF4D,
        name: "CJK UNIFIED IDEOGRAPH-2BF4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF4E,
        name: "CJK UNIFIED IDEOGRAPH-2BF4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF4F,
        name: "CJK UNIFIED IDEOGRAPH-2BF4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF50,
        name: "CJK UNIFIED IDEOGRAPH-2BF50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF51,
        name: "CJK UNIFIED IDEOGRAPH-2BF51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF52,
        name: "CJK UNIFIED IDEOGRAPH-2BF52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF53,
        name: "CJK UNIFIED IDEOGRAPH-2BF53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF54,
        name: "CJK UNIFIED IDEOGRAPH-2BF54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF55,
        name: "CJK UNIFIED IDEOGRAPH-2BF55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF56,
        name: "CJK UNIFIED IDEOGRAPH-2BF56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF57,
        name: "CJK UNIFIED IDEOGRAPH-2BF57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF58,
        name: "CJK UNIFIED IDEOGRAPH-2BF58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF59,
        name: "CJK UNIFIED IDEOGRAPH-2BF59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF5A,
        name: "CJK UNIFIED IDEOGRAPH-2BF5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF5B,
        name: "CJK UNIFIED IDEOGRAPH-2BF5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF5C,
        name: "CJK UNIFIED IDEOGRAPH-2BF5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF5D,
        name: "CJK UNIFIED IDEOGRAPH-2BF5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF5E,
        name: "CJK UNIFIED IDEOGRAPH-2BF5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF5F,
        name: "CJK UNIFIED IDEOGRAPH-2BF5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF60,
        name: "CJK UNIFIED IDEOGRAPH-2BF60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF61,
        name: "CJK UNIFIED IDEOGRAPH-2BF61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF62,
        name: "CJK UNIFIED IDEOGRAPH-2BF62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF63,
        name: "CJK UNIFIED IDEOGRAPH-2BF63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF64,
        name: "CJK UNIFIED IDEOGRAPH-2BF64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF65,
        name: "CJK UNIFIED IDEOGRAPH-2BF65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF66,
        name: "CJK UNIFIED IDEOGRAPH-2BF66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF67,
        name: "CJK UNIFIED IDEOGRAPH-2BF67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF68,
        name: "CJK UNIFIED IDEOGRAPH-2BF68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF69,
        name: "CJK UNIFIED IDEOGRAPH-2BF69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF6A,
        name: "CJK UNIFIED IDEOGRAPH-2BF6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF6B,
        name: "CJK UNIFIED IDEOGRAPH-2BF6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF6C,
        name: "CJK UNIFIED IDEOGRAPH-2BF6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF6D,
        name: "CJK UNIFIED IDEOGRAPH-2BF6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF6E,
        name: "CJK UNIFIED IDEOGRAPH-2BF6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF6F,
        name: "CJK UNIFIED IDEOGRAPH-2BF6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF70,
        name: "CJK UNIFIED IDEOGRAPH-2BF70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF71,
        name: "CJK UNIFIED IDEOGRAPH-2BF71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF72,
        name: "CJK UNIFIED IDEOGRAPH-2BF72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF73,
        name: "CJK UNIFIED IDEOGRAPH-2BF73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF74,
        name: "CJK UNIFIED IDEOGRAPH-2BF74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF75,
        name: "CJK UNIFIED IDEOGRAPH-2BF75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF76,
        name: "CJK UNIFIED IDEOGRAPH-2BF76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF77,
        name: "CJK UNIFIED IDEOGRAPH-2BF77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF78,
        name: "CJK UNIFIED IDEOGRAPH-2BF78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF79,
        name: "CJK UNIFIED IDEOGRAPH-2BF79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF7A,
        name: "CJK UNIFIED IDEOGRAPH-2BF7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF7B,
        name: "CJK UNIFIED IDEOGRAPH-2BF7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF7C,
        name: "CJK UNIFIED IDEOGRAPH-2BF7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF7D,
        name: "CJK UNIFIED IDEOGRAPH-2BF7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF7E,
        name: "CJK UNIFIED IDEOGRAPH-2BF7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF7F,
        name: "CJK UNIFIED IDEOGRAPH-2BF7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF80,
        name: "CJK UNIFIED IDEOGRAPH-2BF80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF81,
        name: "CJK UNIFIED IDEOGRAPH-2BF81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF82,
        name: "CJK UNIFIED IDEOGRAPH-2BF82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF83,
        name: "CJK UNIFIED IDEOGRAPH-2BF83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF84,
        name: "CJK UNIFIED IDEOGRAPH-2BF84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF85,
        name: "CJK UNIFIED IDEOGRAPH-2BF85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF86,
        name: "CJK UNIFIED IDEOGRAPH-2BF86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF87,
        name: "CJK UNIFIED IDEOGRAPH-2BF87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF88,
        name: "CJK UNIFIED IDEOGRAPH-2BF88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF89,
        name: "CJK UNIFIED IDEOGRAPH-2BF89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF8A,
        name: "CJK UNIFIED IDEOGRAPH-2BF8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF8B,
        name: "CJK UNIFIED IDEOGRAPH-2BF8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF8C,
        name: "CJK UNIFIED IDEOGRAPH-2BF8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF8D,
        name: "CJK UNIFIED IDEOGRAPH-2BF8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF8E,
        name: "CJK UNIFIED IDEOGRAPH-2BF8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF8F,
        name: "CJK UNIFIED IDEOGRAPH-2BF8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF90,
        name: "CJK UNIFIED IDEOGRAPH-2BF90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF91,
        name: "CJK UNIFIED IDEOGRAPH-2BF91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF92,
        name: "CJK UNIFIED IDEOGRAPH-2BF92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF93,
        name: "CJK UNIFIED IDEOGRAPH-2BF93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF94,
        name: "CJK UNIFIED IDEOGRAPH-2BF94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF95,
        name: "CJK UNIFIED IDEOGRAPH-2BF95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF96,
        name: "CJK UNIFIED IDEOGRAPH-2BF96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF97,
        name: "CJK UNIFIED IDEOGRAPH-2BF97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF98,
        name: "CJK UNIFIED IDEOGRAPH-2BF98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF99,
        name: "CJK UNIFIED IDEOGRAPH-2BF99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF9A,
        name: "CJK UNIFIED IDEOGRAPH-2BF9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF9B,
        name: "CJK UNIFIED IDEOGRAPH-2BF9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF9C,
        name: "CJK UNIFIED IDEOGRAPH-2BF9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF9D,
        name: "CJK UNIFIED IDEOGRAPH-2BF9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF9E,
        name: "CJK UNIFIED IDEOGRAPH-2BF9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BF9F,
        name: "CJK UNIFIED IDEOGRAPH-2BF9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA0,
        name: "CJK UNIFIED IDEOGRAPH-2BFA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA1,
        name: "CJK UNIFIED IDEOGRAPH-2BFA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA2,
        name: "CJK UNIFIED IDEOGRAPH-2BFA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA3,
        name: "CJK UNIFIED IDEOGRAPH-2BFA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA4,
        name: "CJK UNIFIED IDEOGRAPH-2BFA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA5,
        name: "CJK UNIFIED IDEOGRAPH-2BFA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA6,
        name: "CJK UNIFIED IDEOGRAPH-2BFA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA7,
        name: "CJK UNIFIED IDEOGRAPH-2BFA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA8,
        name: "CJK UNIFIED IDEOGRAPH-2BFA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFA9,
        name: "CJK UNIFIED IDEOGRAPH-2BFA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFAA,
        name: "CJK UNIFIED IDEOGRAPH-2BFAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFAB,
        name: "CJK UNIFIED IDEOGRAPH-2BFAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFAC,
        name: "CJK UNIFIED IDEOGRAPH-2BFAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFAD,
        name: "CJK UNIFIED IDEOGRAPH-2BFAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFAE,
        name: "CJK UNIFIED IDEOGRAPH-2BFAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFAF,
        name: "CJK UNIFIED IDEOGRAPH-2BFAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB0,
        name: "CJK UNIFIED IDEOGRAPH-2BFB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB1,
        name: "CJK UNIFIED IDEOGRAPH-2BFB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB2,
        name: "CJK UNIFIED IDEOGRAPH-2BFB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB3,
        name: "CJK UNIFIED IDEOGRAPH-2BFB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB4,
        name: "CJK UNIFIED IDEOGRAPH-2BFB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB5,
        name: "CJK UNIFIED IDEOGRAPH-2BFB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB6,
        name: "CJK UNIFIED IDEOGRAPH-2BFB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB7,
        name: "CJK UNIFIED IDEOGRAPH-2BFB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB8,
        name: "CJK UNIFIED IDEOGRAPH-2BFB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFB9,
        name: "CJK UNIFIED IDEOGRAPH-2BFB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFBA,
        name: "CJK UNIFIED IDEOGRAPH-2BFBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFBB,
        name: "CJK UNIFIED IDEOGRAPH-2BFBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFBC,
        name: "CJK UNIFIED IDEOGRAPH-2BFBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFBD,
        name: "CJK UNIFIED IDEOGRAPH-2BFBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFBE,
        name: "CJK UNIFIED IDEOGRAPH-2BFBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFBF,
        name: "CJK UNIFIED IDEOGRAPH-2BFBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC0,
        name: "CJK UNIFIED IDEOGRAPH-2BFC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC1,
        name: "CJK UNIFIED IDEOGRAPH-2BFC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC2,
        name: "CJK UNIFIED IDEOGRAPH-2BFC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC3,
        name: "CJK UNIFIED IDEOGRAPH-2BFC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC4,
        name: "CJK UNIFIED IDEOGRAPH-2BFC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC5,
        name: "CJK UNIFIED IDEOGRAPH-2BFC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC6,
        name: "CJK UNIFIED IDEOGRAPH-2BFC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC7,
        name: "CJK UNIFIED IDEOGRAPH-2BFC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC8,
        name: "CJK UNIFIED IDEOGRAPH-2BFC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFC9,
        name: "CJK UNIFIED IDEOGRAPH-2BFC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFCA,
        name: "CJK UNIFIED IDEOGRAPH-2BFCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFCB,
        name: "CJK UNIFIED IDEOGRAPH-2BFCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFCC,
        name: "CJK UNIFIED IDEOGRAPH-2BFCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFCD,
        name: "CJK UNIFIED IDEOGRAPH-2BFCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFCE,
        name: "CJK UNIFIED IDEOGRAPH-2BFCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFCF,
        name: "CJK UNIFIED IDEOGRAPH-2BFCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD0,
        name: "CJK UNIFIED IDEOGRAPH-2BFD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD1,
        name: "CJK UNIFIED IDEOGRAPH-2BFD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD2,
        name: "CJK UNIFIED IDEOGRAPH-2BFD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD3,
        name: "CJK UNIFIED IDEOGRAPH-2BFD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD4,
        name: "CJK UNIFIED IDEOGRAPH-2BFD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD5,
        name: "CJK UNIFIED IDEOGRAPH-2BFD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD6,
        name: "CJK UNIFIED IDEOGRAPH-2BFD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD7,
        name: "CJK UNIFIED IDEOGRAPH-2BFD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD8,
        name: "CJK UNIFIED IDEOGRAPH-2BFD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFD9,
        name: "CJK UNIFIED IDEOGRAPH-2BFD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFDA,
        name: "CJK UNIFIED IDEOGRAPH-2BFDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFDB,
        name: "CJK UNIFIED IDEOGRAPH-2BFDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFDC,
        name: "CJK UNIFIED IDEOGRAPH-2BFDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFDD,
        name: "CJK UNIFIED IDEOGRAPH-2BFDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFDE,
        name: "CJK UNIFIED IDEOGRAPH-2BFDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFDF,
        name: "CJK UNIFIED IDEOGRAPH-2BFDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE0,
        name: "CJK UNIFIED IDEOGRAPH-2BFE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE1,
        name: "CJK UNIFIED IDEOGRAPH-2BFE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE2,
        name: "CJK UNIFIED IDEOGRAPH-2BFE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE3,
        name: "CJK UNIFIED IDEOGRAPH-2BFE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE4,
        name: "CJK UNIFIED IDEOGRAPH-2BFE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE5,
        name: "CJK UNIFIED IDEOGRAPH-2BFE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE6,
        name: "CJK UNIFIED IDEOGRAPH-2BFE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE7,
        name: "CJK UNIFIED IDEOGRAPH-2BFE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE8,
        name: "CJK UNIFIED IDEOGRAPH-2BFE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFE9,
        name: "CJK UNIFIED IDEOGRAPH-2BFE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFEA,
        name: "CJK UNIFIED IDEOGRAPH-2BFEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFEB,
        name: "CJK UNIFIED IDEOGRAPH-2BFEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFEC,
        name: "CJK UNIFIED IDEOGRAPH-2BFEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFED,
        name: "CJK UNIFIED IDEOGRAPH-2BFED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFEE,
        name: "CJK UNIFIED IDEOGRAPH-2BFEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFEF,
        name: "CJK UNIFIED IDEOGRAPH-2BFEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF0,
        name: "CJK UNIFIED IDEOGRAPH-2BFF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF1,
        name: "CJK UNIFIED IDEOGRAPH-2BFF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF2,
        name: "CJK UNIFIED IDEOGRAPH-2BFF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF3,
        name: "CJK UNIFIED IDEOGRAPH-2BFF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF4,
        name: "CJK UNIFIED IDEOGRAPH-2BFF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF5,
        name: "CJK UNIFIED IDEOGRAPH-2BFF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF6,
        name: "CJK UNIFIED IDEOGRAPH-2BFF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF7,
        name: "CJK UNIFIED IDEOGRAPH-2BFF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF8,
        name: "CJK UNIFIED IDEOGRAPH-2BFF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFF9,
        name: "CJK UNIFIED IDEOGRAPH-2BFF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFFA,
        name: "CJK UNIFIED IDEOGRAPH-2BFFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFFB,
        name: "CJK UNIFIED IDEOGRAPH-2BFFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFFC,
        name: "CJK UNIFIED IDEOGRAPH-2BFFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFFD,
        name: "CJK UNIFIED IDEOGRAPH-2BFFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFFE,
        name: "CJK UNIFIED IDEOGRAPH-2BFFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2BFFF,
        name: "CJK UNIFIED IDEOGRAPH-2BFFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C000,
        name: "CJK UNIFIED IDEOGRAPH-2C000",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C001,
        name: "CJK UNIFIED IDEOGRAPH-2C001",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C002,
        name: "CJK UNIFIED IDEOGRAPH-2C002",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C003,
        name: "CJK UNIFIED IDEOGRAPH-2C003",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C004,
        name: "CJK UNIFIED IDEOGRAPH-2C004",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C005,
        name: "CJK UNIFIED IDEOGRAPH-2C005",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C006,
        name: "CJK UNIFIED IDEOGRAPH-2C006",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C007,
        name: "CJK UNIFIED IDEOGRAPH-2C007",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C008,
        name: "CJK UNIFIED IDEOGRAPH-2C008",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C009,
        name: "CJK UNIFIED IDEOGRAPH-2C009",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C00A,
        name: "CJK UNIFIED IDEOGRAPH-2C00A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C00B,
        name: "CJK UNIFIED IDEOGRAPH-2C00B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C00C,
        name: "CJK UNIFIED IDEOGRAPH-2C00C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C00D,
        name: "CJK UNIFIED IDEOGRAPH-2C00D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C00E,
        name: "CJK UNIFIED IDEOGRAPH-2C00E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C00F,
        name: "CJK UNIFIED IDEOGRAPH-2C00F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C010,
        name: "CJK UNIFIED IDEOGRAPH-2C010",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C011,
        name: "CJK UNIFIED IDEOGRAPH-2C011",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C012,
        name: "CJK UNIFIED IDEOGRAPH-2C012",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C013,
        name: "CJK UNIFIED IDEOGRAPH-2C013",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C014,
        name: "CJK UNIFIED IDEOGRAPH-2C014",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C015,
        name: "CJK UNIFIED IDEOGRAPH-2C015",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C016,
        name: "CJK UNIFIED IDEOGRAPH-2C016",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C017,
        name: "CJK UNIFIED IDEOGRAPH-2C017",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C018,
        name: "CJK UNIFIED IDEOGRAPH-2C018",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C019,
        name: "CJK UNIFIED IDEOGRAPH-2C019",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C01A,
        name: "CJK UNIFIED IDEOGRAPH-2C01A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C01B,
        name: "CJK UNIFIED IDEOGRAPH-2C01B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C01C,
        name: "CJK UNIFIED IDEOGRAPH-2C01C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C01D,
        name: "CJK UNIFIED IDEOGRAPH-2C01D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C01E,
        name: "CJK UNIFIED IDEOGRAPH-2C01E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C01F,
        name: "CJK UNIFIED IDEOGRAPH-2C01F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C020,
        name: "CJK UNIFIED IDEOGRAPH-2C020",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C021,
        name: "CJK UNIFIED IDEOGRAPH-2C021",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C022,
        name: "CJK UNIFIED IDEOGRAPH-2C022",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C023,
        name: "CJK UNIFIED IDEOGRAPH-2C023",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C024,
        name: "CJK UNIFIED IDEOGRAPH-2C024",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C025,
        name: "CJK UNIFIED IDEOGRAPH-2C025",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C026,
        name: "CJK UNIFIED IDEOGRAPH-2C026",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C027,
        name: "CJK UNIFIED IDEOGRAPH-2C027",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C028,
        name: "CJK UNIFIED IDEOGRAPH-2C028",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C029,
        name: "CJK UNIFIED IDEOGRAPH-2C029",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C02A,
        name: "CJK UNIFIED IDEOGRAPH-2C02A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C02B,
        name: "CJK UNIFIED IDEOGRAPH-2C02B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C02C,
        name: "CJK UNIFIED IDEOGRAPH-2C02C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C02D,
        name: "CJK UNIFIED IDEOGRAPH-2C02D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C02E,
        name: "CJK UNIFIED IDEOGRAPH-2C02E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C02F,
        name: "CJK UNIFIED IDEOGRAPH-2C02F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C030,
        name: "CJK UNIFIED IDEOGRAPH-2C030",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C031,
        name: "CJK UNIFIED IDEOGRAPH-2C031",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C032,
        name: "CJK UNIFIED IDEOGRAPH-2C032",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C033,
        name: "CJK UNIFIED IDEOGRAPH-2C033",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C034,
        name: "CJK UNIFIED IDEOGRAPH-2C034",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C035,
        name: "CJK UNIFIED IDEOGRAPH-2C035",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C036,
        name: "CJK UNIFIED IDEOGRAPH-2C036",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C037,
        name: "CJK UNIFIED IDEOGRAPH-2C037",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C038,
        name: "CJK UNIFIED IDEOGRAPH-2C038",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C039,
        name: "CJK UNIFIED IDEOGRAPH-2C039",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C03A,
        name: "CJK UNIFIED IDEOGRAPH-2C03A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C03B,
        name: "CJK UNIFIED IDEOGRAPH-2C03B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C03C,
        name: "CJK UNIFIED IDEOGRAPH-2C03C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C03D,
        name: "CJK UNIFIED IDEOGRAPH-2C03D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C03E,
        name: "CJK UNIFIED IDEOGRAPH-2C03E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C03F,
        name: "CJK UNIFIED IDEOGRAPH-2C03F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C040,
        name: "CJK UNIFIED IDEOGRAPH-2C040",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C041,
        name: "CJK UNIFIED IDEOGRAPH-2C041",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C042,
        name: "CJK UNIFIED IDEOGRAPH-2C042",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C043,
        name: "CJK UNIFIED IDEOGRAPH-2C043",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C044,
        name: "CJK UNIFIED IDEOGRAPH-2C044",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C045,
        name: "CJK UNIFIED IDEOGRAPH-2C045",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C046,
        name: "CJK UNIFIED IDEOGRAPH-2C046",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C047,
        name: "CJK UNIFIED IDEOGRAPH-2C047",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C048,
        name: "CJK UNIFIED IDEOGRAPH-2C048",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C049,
        name: "CJK UNIFIED IDEOGRAPH-2C049",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C04A,
        name: "CJK UNIFIED IDEOGRAPH-2C04A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C04B,
        name: "CJK UNIFIED IDEOGRAPH-2C04B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C04C,
        name: "CJK UNIFIED IDEOGRAPH-2C04C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C04D,
        name: "CJK UNIFIED IDEOGRAPH-2C04D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C04E,
        name: "CJK UNIFIED IDEOGRAPH-2C04E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C04F,
        name: "CJK UNIFIED IDEOGRAPH-2C04F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C050,
        name: "CJK UNIFIED IDEOGRAPH-2C050",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C051,
        name: "CJK UNIFIED IDEOGRAPH-2C051",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C052,
        name: "CJK UNIFIED IDEOGRAPH-2C052",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C053,
        name: "CJK UNIFIED IDEOGRAPH-2C053",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C054,
        name: "CJK UNIFIED IDEOGRAPH-2C054",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C055,
        name: "CJK UNIFIED IDEOGRAPH-2C055",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C056,
        name: "CJK UNIFIED IDEOGRAPH-2C056",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C057,
        name: "CJK UNIFIED IDEOGRAPH-2C057",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C058,
        name: "CJK UNIFIED IDEOGRAPH-2C058",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C059,
        name: "CJK UNIFIED IDEOGRAPH-2C059",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C05A,
        name: "CJK UNIFIED IDEOGRAPH-2C05A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C05B,
        name: "CJK UNIFIED IDEOGRAPH-2C05B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C05C,
        name: "CJK UNIFIED IDEOGRAPH-2C05C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C05D,
        name: "CJK UNIFIED IDEOGRAPH-2C05D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C05E,
        name: "CJK UNIFIED IDEOGRAPH-2C05E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C05F,
        name: "CJK UNIFIED IDEOGRAPH-2C05F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C060,
        name: "CJK UNIFIED IDEOGRAPH-2C060",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C061,
        name: "CJK UNIFIED IDEOGRAPH-2C061",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C062,
        name: "CJK UNIFIED IDEOGRAPH-2C062",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C063,
        name: "CJK UNIFIED IDEOGRAPH-2C063",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C064,
        name: "CJK UNIFIED IDEOGRAPH-2C064",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C065,
        name: "CJK UNIFIED IDEOGRAPH-2C065",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C066,
        name: "CJK UNIFIED IDEOGRAPH-2C066",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C067,
        name: "CJK UNIFIED IDEOGRAPH-2C067",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C068,
        name: "CJK UNIFIED IDEOGRAPH-2C068",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C069,
        name: "CJK UNIFIED IDEOGRAPH-2C069",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C06A,
        name: "CJK UNIFIED IDEOGRAPH-2C06A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C06B,
        name: "CJK UNIFIED IDEOGRAPH-2C06B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C06C,
        name: "CJK UNIFIED IDEOGRAPH-2C06C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C06D,
        name: "CJK UNIFIED IDEOGRAPH-2C06D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C06E,
        name: "CJK UNIFIED IDEOGRAPH-2C06E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C06F,
        name: "CJK UNIFIED IDEOGRAPH-2C06F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C070,
        name: "CJK UNIFIED IDEOGRAPH-2C070",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C071,
        name: "CJK UNIFIED IDEOGRAPH-2C071",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C072,
        name: "CJK UNIFIED IDEOGRAPH-2C072",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C073,
        name: "CJK UNIFIED IDEOGRAPH-2C073",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C074,
        name: "CJK UNIFIED IDEOGRAPH-2C074",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C075,
        name: "CJK UNIFIED IDEOGRAPH-2C075",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C076,
        name: "CJK UNIFIED IDEOGRAPH-2C076",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C077,
        name: "CJK UNIFIED IDEOGRAPH-2C077",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C078,
        name: "CJK UNIFIED IDEOGRAPH-2C078",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C079,
        name: "CJK UNIFIED IDEOGRAPH-2C079",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C07A,
        name: "CJK UNIFIED IDEOGRAPH-2C07A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C07B,
        name: "CJK UNIFIED IDEOGRAPH-2C07B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C07C,
        name: "CJK UNIFIED IDEOGRAPH-2C07C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C07D,
        name: "CJK UNIFIED IDEOGRAPH-2C07D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C07E,
        name: "CJK UNIFIED IDEOGRAPH-2C07E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C07F,
        name: "CJK UNIFIED IDEOGRAPH-2C07F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C080,
        name: "CJK UNIFIED IDEOGRAPH-2C080",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C081,
        name: "CJK UNIFIED IDEOGRAPH-2C081",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C082,
        name: "CJK UNIFIED IDEOGRAPH-2C082",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C083,
        name: "CJK UNIFIED IDEOGRAPH-2C083",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C084,
        name: "CJK UNIFIED IDEOGRAPH-2C084",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C085,
        name: "CJK UNIFIED IDEOGRAPH-2C085",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C086,
        name: "CJK UNIFIED IDEOGRAPH-2C086",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C087,
        name: "CJK UNIFIED IDEOGRAPH-2C087",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C088,
        name: "CJK UNIFIED IDEOGRAPH-2C088",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C089,
        name: "CJK UNIFIED IDEOGRAPH-2C089",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C08A,
        name: "CJK UNIFIED IDEOGRAPH-2C08A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C08B,
        name: "CJK UNIFIED IDEOGRAPH-2C08B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C08C,
        name: "CJK UNIFIED IDEOGRAPH-2C08C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C08D,
        name: "CJK UNIFIED IDEOGRAPH-2C08D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C08E,
        name: "CJK UNIFIED IDEOGRAPH-2C08E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C08F,
        name: "CJK UNIFIED IDEOGRAPH-2C08F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C090,
        name: "CJK UNIFIED IDEOGRAPH-2C090",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C091,
        name: "CJK UNIFIED IDEOGRAPH-2C091",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C092,
        name: "CJK UNIFIED IDEOGRAPH-2C092",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C093,
        name: "CJK UNIFIED IDEOGRAPH-2C093",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C094,
        name: "CJK UNIFIED IDEOGRAPH-2C094",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C095,
        name: "CJK UNIFIED IDEOGRAPH-2C095",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C096,
        name: "CJK UNIFIED IDEOGRAPH-2C096",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C097,
        name: "CJK UNIFIED IDEOGRAPH-2C097",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C098,
        name: "CJK UNIFIED IDEOGRAPH-2C098",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C099,
        name: "CJK UNIFIED IDEOGRAPH-2C099",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C09A,
        name: "CJK UNIFIED IDEOGRAPH-2C09A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C09B,
        name: "CJK UNIFIED IDEOGRAPH-2C09B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C09C,
        name: "CJK UNIFIED IDEOGRAPH-2C09C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C09D,
        name: "CJK UNIFIED IDEOGRAPH-2C09D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C09E,
        name: "CJK UNIFIED IDEOGRAPH-2C09E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C09F,
        name: "CJK UNIFIED IDEOGRAPH-2C09F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A0,
        name: "CJK UNIFIED IDEOGRAPH-2C0A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A1,
        name: "CJK UNIFIED IDEOGRAPH-2C0A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A2,
        name: "CJK UNIFIED IDEOGRAPH-2C0A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A3,
        name: "CJK UNIFIED IDEOGRAPH-2C0A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A4,
        name: "CJK UNIFIED IDEOGRAPH-2C0A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A5,
        name: "CJK UNIFIED IDEOGRAPH-2C0A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A6,
        name: "CJK UNIFIED IDEOGRAPH-2C0A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A7,
        name: "CJK UNIFIED IDEOGRAPH-2C0A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A8,
        name: "CJK UNIFIED IDEOGRAPH-2C0A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0A9,
        name: "CJK UNIFIED IDEOGRAPH-2C0A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0AA,
        name: "CJK UNIFIED IDEOGRAPH-2C0AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0AB,
        name: "CJK UNIFIED IDEOGRAPH-2C0AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0AC,
        name: "CJK UNIFIED IDEOGRAPH-2C0AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0AD,
        name: "CJK UNIFIED IDEOGRAPH-2C0AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0AE,
        name: "CJK UNIFIED IDEOGRAPH-2C0AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0AF,
        name: "CJK UNIFIED IDEOGRAPH-2C0AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B0,
        name: "CJK UNIFIED IDEOGRAPH-2C0B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B1,
        name: "CJK UNIFIED IDEOGRAPH-2C0B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B2,
        name: "CJK UNIFIED IDEOGRAPH-2C0B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B3,
        name: "CJK UNIFIED IDEOGRAPH-2C0B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B4,
        name: "CJK UNIFIED IDEOGRAPH-2C0B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B5,
        name: "CJK UNIFIED IDEOGRAPH-2C0B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B6,
        name: "CJK UNIFIED IDEOGRAPH-2C0B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B7,
        name: "CJK UNIFIED IDEOGRAPH-2C0B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B8,
        name: "CJK UNIFIED IDEOGRAPH-2C0B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0B9,
        name: "CJK UNIFIED IDEOGRAPH-2C0B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0BA,
        name: "CJK UNIFIED IDEOGRAPH-2C0BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0BB,
        name: "CJK UNIFIED IDEOGRAPH-2C0BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0BC,
        name: "CJK UNIFIED IDEOGRAPH-2C0BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0BD,
        name: "CJK UNIFIED IDEOGRAPH-2C0BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0BE,
        name: "CJK UNIFIED IDEOGRAPH-2C0BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0BF,
        name: "CJK UNIFIED IDEOGRAPH-2C0BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C0,
        name: "CJK UNIFIED IDEOGRAPH-2C0C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C1,
        name: "CJK UNIFIED IDEOGRAPH-2C0C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C2,
        name: "CJK UNIFIED IDEOGRAPH-2C0C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C3,
        name: "CJK UNIFIED IDEOGRAPH-2C0C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C4,
        name: "CJK UNIFIED IDEOGRAPH-2C0C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C5,
        name: "CJK UNIFIED IDEOGRAPH-2C0C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C6,
        name: "CJK UNIFIED IDEOGRAPH-2C0C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C7,
        name: "CJK UNIFIED IDEOGRAPH-2C0C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C8,
        name: "CJK UNIFIED IDEOGRAPH-2C0C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0C9,
        name: "CJK UNIFIED IDEOGRAPH-2C0C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0CA,
        name: "CJK UNIFIED IDEOGRAPH-2C0CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0CB,
        name: "CJK UNIFIED IDEOGRAPH-2C0CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0CC,
        name: "CJK UNIFIED IDEOGRAPH-2C0CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0CD,
        name: "CJK UNIFIED IDEOGRAPH-2C0CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0CE,
        name: "CJK UNIFIED IDEOGRAPH-2C0CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0CF,
        name: "CJK UNIFIED IDEOGRAPH-2C0CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D0,
        name: "CJK UNIFIED IDEOGRAPH-2C0D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D1,
        name: "CJK UNIFIED IDEOGRAPH-2C0D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D2,
        name: "CJK UNIFIED IDEOGRAPH-2C0D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D3,
        name: "CJK UNIFIED IDEOGRAPH-2C0D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D4,
        name: "CJK UNIFIED IDEOGRAPH-2C0D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D5,
        name: "CJK UNIFIED IDEOGRAPH-2C0D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D6,
        name: "CJK UNIFIED IDEOGRAPH-2C0D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D7,
        name: "CJK UNIFIED IDEOGRAPH-2C0D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D8,
        name: "CJK UNIFIED IDEOGRAPH-2C0D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0D9,
        name: "CJK UNIFIED IDEOGRAPH-2C0D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0DA,
        name: "CJK UNIFIED IDEOGRAPH-2C0DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0DB,
        name: "CJK UNIFIED IDEOGRAPH-2C0DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0DC,
        name: "CJK UNIFIED IDEOGRAPH-2C0DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0DD,
        name: "CJK UNIFIED IDEOGRAPH-2C0DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0DE,
        name: "CJK UNIFIED IDEOGRAPH-2C0DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0DF,
        name: "CJK UNIFIED IDEOGRAPH-2C0DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E0,
        name: "CJK UNIFIED IDEOGRAPH-2C0E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E1,
        name: "CJK UNIFIED IDEOGRAPH-2C0E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E2,
        name: "CJK UNIFIED IDEOGRAPH-2C0E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E3,
        name: "CJK UNIFIED IDEOGRAPH-2C0E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E4,
        name: "CJK UNIFIED IDEOGRAPH-2C0E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E5,
        name: "CJK UNIFIED IDEOGRAPH-2C0E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E6,
        name: "CJK UNIFIED IDEOGRAPH-2C0E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E7,
        name: "CJK UNIFIED IDEOGRAPH-2C0E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E8,
        name: "CJK UNIFIED IDEOGRAPH-2C0E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0E9,
        name: "CJK UNIFIED IDEOGRAPH-2C0E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0EA,
        name: "CJK UNIFIED IDEOGRAPH-2C0EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0EB,
        name: "CJK UNIFIED IDEOGRAPH-2C0EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0EC,
        name: "CJK UNIFIED IDEOGRAPH-2C0EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0ED,
        name: "CJK UNIFIED IDEOGRAPH-2C0ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0EE,
        name: "CJK UNIFIED IDEOGRAPH-2C0EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0EF,
        name: "CJK UNIFIED IDEOGRAPH-2C0EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F0,
        name: "CJK UNIFIED IDEOGRAPH-2C0F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F1,
        name: "CJK UNIFIED IDEOGRAPH-2C0F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F2,
        name: "CJK UNIFIED IDEOGRAPH-2C0F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F3,
        name: "CJK UNIFIED IDEOGRAPH-2C0F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F4,
        name: "CJK UNIFIED IDEOGRAPH-2C0F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F5,
        name: "CJK UNIFIED IDEOGRAPH-2C0F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F6,
        name: "CJK UNIFIED IDEOGRAPH-2C0F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F7,
        name: "CJK UNIFIED IDEOGRAPH-2C0F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F8,
        name: "CJK UNIFIED IDEOGRAPH-2C0F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0F9,
        name: "CJK UNIFIED IDEOGRAPH-2C0F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0FA,
        name: "CJK UNIFIED IDEOGRAPH-2C0FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0FB,
        name: "CJK UNIFIED IDEOGRAPH-2C0FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0FC,
        name: "CJK UNIFIED IDEOGRAPH-2C0FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0FD,
        name: "CJK UNIFIED IDEOGRAPH-2C0FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0FE,
        name: "CJK UNIFIED IDEOGRAPH-2C0FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C0FF,
        name: "CJK UNIFIED IDEOGRAPH-2C0FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C100,
        name: "CJK UNIFIED IDEOGRAPH-2C100",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C101,
        name: "CJK UNIFIED IDEOGRAPH-2C101",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C102,
        name: "CJK UNIFIED IDEOGRAPH-2C102",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C103,
        name: "CJK UNIFIED IDEOGRAPH-2C103",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C104,
        name: "CJK UNIFIED IDEOGRAPH-2C104",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C105,
        name: "CJK UNIFIED IDEOGRAPH-2C105",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C106,
        name: "CJK UNIFIED IDEOGRAPH-2C106",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C107,
        name: "CJK UNIFIED IDEOGRAPH-2C107",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C108,
        name: "CJK UNIFIED IDEOGRAPH-2C108",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C109,
        name: "CJK UNIFIED IDEOGRAPH-2C109",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C10A,
        name: "CJK UNIFIED IDEOGRAPH-2C10A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C10B,
        name: "CJK UNIFIED IDEOGRAPH-2C10B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C10C,
        name: "CJK UNIFIED IDEOGRAPH-2C10C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C10D,
        name: "CJK UNIFIED IDEOGRAPH-2C10D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C10E,
        name: "CJK UNIFIED IDEOGRAPH-2C10E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C10F,
        name: "CJK UNIFIED IDEOGRAPH-2C10F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C110,
        name: "CJK UNIFIED IDEOGRAPH-2C110",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C111,
        name: "CJK UNIFIED IDEOGRAPH-2C111",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C112,
        name: "CJK UNIFIED IDEOGRAPH-2C112",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C113,
        name: "CJK UNIFIED IDEOGRAPH-2C113",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C114,
        name: "CJK UNIFIED IDEOGRAPH-2C114",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C115,
        name: "CJK UNIFIED IDEOGRAPH-2C115",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C116,
        name: "CJK UNIFIED IDEOGRAPH-2C116",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C117,
        name: "CJK UNIFIED IDEOGRAPH-2C117",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C118,
        name: "CJK UNIFIED IDEOGRAPH-2C118",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C119,
        name: "CJK UNIFIED IDEOGRAPH-2C119",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C11A,
        name: "CJK UNIFIED IDEOGRAPH-2C11A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C11B,
        name: "CJK UNIFIED IDEOGRAPH-2C11B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C11C,
        name: "CJK UNIFIED IDEOGRAPH-2C11C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C11D,
        name: "CJK UNIFIED IDEOGRAPH-2C11D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C11E,
        name: "CJK UNIFIED IDEOGRAPH-2C11E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C11F,
        name: "CJK UNIFIED IDEOGRAPH-2C11F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C120,
        name: "CJK UNIFIED IDEOGRAPH-2C120",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C121,
        name: "CJK UNIFIED IDEOGRAPH-2C121",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C122,
        name: "CJK UNIFIED IDEOGRAPH-2C122",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C123,
        name: "CJK UNIFIED IDEOGRAPH-2C123",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C124,
        name: "CJK UNIFIED IDEOGRAPH-2C124",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C125,
        name: "CJK UNIFIED IDEOGRAPH-2C125",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C126,
        name: "CJK UNIFIED IDEOGRAPH-2C126",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C127,
        name: "CJK UNIFIED IDEOGRAPH-2C127",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C128,
        name: "CJK UNIFIED IDEOGRAPH-2C128",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C129,
        name: "CJK UNIFIED IDEOGRAPH-2C129",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C12A,
        name: "CJK UNIFIED IDEOGRAPH-2C12A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C12B,
        name: "CJK UNIFIED IDEOGRAPH-2C12B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C12C,
        name: "CJK UNIFIED IDEOGRAPH-2C12C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C12D,
        name: "CJK UNIFIED IDEOGRAPH-2C12D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C12E,
        name: "CJK UNIFIED IDEOGRAPH-2C12E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C12F,
        name: "CJK UNIFIED IDEOGRAPH-2C12F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C130,
        name: "CJK UNIFIED IDEOGRAPH-2C130",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C131,
        name: "CJK UNIFIED IDEOGRAPH-2C131",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C132,
        name: "CJK UNIFIED IDEOGRAPH-2C132",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C133,
        name: "CJK UNIFIED IDEOGRAPH-2C133",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C134,
        name: "CJK UNIFIED IDEOGRAPH-2C134",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C135,
        name: "CJK UNIFIED IDEOGRAPH-2C135",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C136,
        name: "CJK UNIFIED IDEOGRAPH-2C136",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C137,
        name: "CJK UNIFIED IDEOGRAPH-2C137",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C138,
        name: "CJK UNIFIED IDEOGRAPH-2C138",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C139,
        name: "CJK UNIFIED IDEOGRAPH-2C139",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C13A,
        name: "CJK UNIFIED IDEOGRAPH-2C13A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C13B,
        name: "CJK UNIFIED IDEOGRAPH-2C13B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C13C,
        name: "CJK UNIFIED IDEOGRAPH-2C13C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C13D,
        name: "CJK UNIFIED IDEOGRAPH-2C13D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C13E,
        name: "CJK UNIFIED IDEOGRAPH-2C13E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C13F,
        name: "CJK UNIFIED IDEOGRAPH-2C13F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C140,
        name: "CJK UNIFIED IDEOGRAPH-2C140",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C141,
        name: "CJK UNIFIED IDEOGRAPH-2C141",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C142,
        name: "CJK UNIFIED IDEOGRAPH-2C142",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C143,
        name: "CJK UNIFIED IDEOGRAPH-2C143",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C144,
        name: "CJK UNIFIED IDEOGRAPH-2C144",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C145,
        name: "CJK UNIFIED IDEOGRAPH-2C145",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C146,
        name: "CJK UNIFIED IDEOGRAPH-2C146",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C147,
        name: "CJK UNIFIED IDEOGRAPH-2C147",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C148,
        name: "CJK UNIFIED IDEOGRAPH-2C148",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C149,
        name: "CJK UNIFIED IDEOGRAPH-2C149",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C14A,
        name: "CJK UNIFIED IDEOGRAPH-2C14A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C14B,
        name: "CJK UNIFIED IDEOGRAPH-2C14B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C14C,
        name: "CJK UNIFIED IDEOGRAPH-2C14C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C14D,
        name: "CJK UNIFIED IDEOGRAPH-2C14D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C14E,
        name: "CJK UNIFIED IDEOGRAPH-2C14E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C14F,
        name: "CJK UNIFIED IDEOGRAPH-2C14F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C150,
        name: "CJK UNIFIED IDEOGRAPH-2C150",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C151,
        name: "CJK UNIFIED IDEOGRAPH-2C151",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C152,
        name: "CJK UNIFIED IDEOGRAPH-2C152",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C153,
        name: "CJK UNIFIED IDEOGRAPH-2C153",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C154,
        name: "CJK UNIFIED IDEOGRAPH-2C154",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C155,
        name: "CJK UNIFIED IDEOGRAPH-2C155",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C156,
        name: "CJK UNIFIED IDEOGRAPH-2C156",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C157,
        name: "CJK UNIFIED IDEOGRAPH-2C157",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C158,
        name: "CJK UNIFIED IDEOGRAPH-2C158",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C159,
        name: "CJK UNIFIED IDEOGRAPH-2C159",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C15A,
        name: "CJK UNIFIED IDEOGRAPH-2C15A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C15B,
        name: "CJK UNIFIED IDEOGRAPH-2C15B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C15C,
        name: "CJK UNIFIED IDEOGRAPH-2C15C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C15D,
        name: "CJK UNIFIED IDEOGRAPH-2C15D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C15E,
        name: "CJK UNIFIED IDEOGRAPH-2C15E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C15F,
        name: "CJK UNIFIED IDEOGRAPH-2C15F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C160,
        name: "CJK UNIFIED IDEOGRAPH-2C160",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C161,
        name: "CJK UNIFIED IDEOGRAPH-2C161",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C162,
        name: "CJK UNIFIED IDEOGRAPH-2C162",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C163,
        name: "CJK UNIFIED IDEOGRAPH-2C163",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C164,
        name: "CJK UNIFIED IDEOGRAPH-2C164",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C165,
        name: "CJK UNIFIED IDEOGRAPH-2C165",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C166,
        name: "CJK UNIFIED IDEOGRAPH-2C166",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C167,
        name: "CJK UNIFIED IDEOGRAPH-2C167",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C168,
        name: "CJK UNIFIED IDEOGRAPH-2C168",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C169,
        name: "CJK UNIFIED IDEOGRAPH-2C169",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C16A,
        name: "CJK UNIFIED IDEOGRAPH-2C16A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C16B,
        name: "CJK UNIFIED IDEOGRAPH-2C16B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C16C,
        name: "CJK UNIFIED IDEOGRAPH-2C16C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C16D,
        name: "CJK UNIFIED IDEOGRAPH-2C16D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C16E,
        name: "CJK UNIFIED IDEOGRAPH-2C16E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C16F,
        name: "CJK UNIFIED IDEOGRAPH-2C16F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C170,
        name: "CJK UNIFIED IDEOGRAPH-2C170",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C171,
        name: "CJK UNIFIED IDEOGRAPH-2C171",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C172,
        name: "CJK UNIFIED IDEOGRAPH-2C172",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C173,
        name: "CJK UNIFIED IDEOGRAPH-2C173",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C174,
        name: "CJK UNIFIED IDEOGRAPH-2C174",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C175,
        name: "CJK UNIFIED IDEOGRAPH-2C175",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C176,
        name: "CJK UNIFIED IDEOGRAPH-2C176",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C177,
        name: "CJK UNIFIED IDEOGRAPH-2C177",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C178,
        name: "CJK UNIFIED IDEOGRAPH-2C178",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C179,
        name: "CJK UNIFIED IDEOGRAPH-2C179",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C17A,
        name: "CJK UNIFIED IDEOGRAPH-2C17A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C17B,
        name: "CJK UNIFIED IDEOGRAPH-2C17B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C17C,
        name: "CJK UNIFIED IDEOGRAPH-2C17C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C17D,
        name: "CJK UNIFIED IDEOGRAPH-2C17D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C17E,
        name: "CJK UNIFIED IDEOGRAPH-2C17E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C17F,
        name: "CJK UNIFIED IDEOGRAPH-2C17F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C180,
        name: "CJK UNIFIED IDEOGRAPH-2C180",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C181,
        name: "CJK UNIFIED IDEOGRAPH-2C181",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C182,
        name: "CJK UNIFIED IDEOGRAPH-2C182",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C183,
        name: "CJK UNIFIED IDEOGRAPH-2C183",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C184,
        name: "CJK UNIFIED IDEOGRAPH-2C184",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C185,
        name: "CJK UNIFIED IDEOGRAPH-2C185",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C186,
        name: "CJK UNIFIED IDEOGRAPH-2C186",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C187,
        name: "CJK UNIFIED IDEOGRAPH-2C187",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C188,
        name: "CJK UNIFIED IDEOGRAPH-2C188",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C189,
        name: "CJK UNIFIED IDEOGRAPH-2C189",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C18A,
        name: "CJK UNIFIED IDEOGRAPH-2C18A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C18B,
        name: "CJK UNIFIED IDEOGRAPH-2C18B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C18C,
        name: "CJK UNIFIED IDEOGRAPH-2C18C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C18D,
        name: "CJK UNIFIED IDEOGRAPH-2C18D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C18E,
        name: "CJK UNIFIED IDEOGRAPH-2C18E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C18F,
        name: "CJK UNIFIED IDEOGRAPH-2C18F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C190,
        name: "CJK UNIFIED IDEOGRAPH-2C190",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C191,
        name: "CJK UNIFIED IDEOGRAPH-2C191",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C192,
        name: "CJK UNIFIED IDEOGRAPH-2C192",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C193,
        name: "CJK UNIFIED IDEOGRAPH-2C193",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C194,
        name: "CJK UNIFIED IDEOGRAPH-2C194",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C195,
        name: "CJK UNIFIED IDEOGRAPH-2C195",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C196,
        name: "CJK UNIFIED IDEOGRAPH-2C196",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C197,
        name: "CJK UNIFIED IDEOGRAPH-2C197",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C198,
        name: "CJK UNIFIED IDEOGRAPH-2C198",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C199,
        name: "CJK UNIFIED IDEOGRAPH-2C199",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C19A,
        name: "CJK UNIFIED IDEOGRAPH-2C19A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C19B,
        name: "CJK UNIFIED IDEOGRAPH-2C19B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C19C,
        name: "CJK UNIFIED IDEOGRAPH-2C19C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C19D,
        name: "CJK UNIFIED IDEOGRAPH-2C19D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C19E,
        name: "CJK UNIFIED IDEOGRAPH-2C19E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C19F,
        name: "CJK UNIFIED IDEOGRAPH-2C19F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A0,
        name: "CJK UNIFIED IDEOGRAPH-2C1A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A1,
        name: "CJK UNIFIED IDEOGRAPH-2C1A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A2,
        name: "CJK UNIFIED IDEOGRAPH-2C1A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A3,
        name: "CJK UNIFIED IDEOGRAPH-2C1A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A4,
        name: "CJK UNIFIED IDEOGRAPH-2C1A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A5,
        name: "CJK UNIFIED IDEOGRAPH-2C1A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A6,
        name: "CJK UNIFIED IDEOGRAPH-2C1A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A7,
        name: "CJK UNIFIED IDEOGRAPH-2C1A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A8,
        name: "CJK UNIFIED IDEOGRAPH-2C1A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1A9,
        name: "CJK UNIFIED IDEOGRAPH-2C1A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1AA,
        name: "CJK UNIFIED IDEOGRAPH-2C1AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1AB,
        name: "CJK UNIFIED IDEOGRAPH-2C1AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1AC,
        name: "CJK UNIFIED IDEOGRAPH-2C1AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1AD,
        name: "CJK UNIFIED IDEOGRAPH-2C1AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1AE,
        name: "CJK UNIFIED IDEOGRAPH-2C1AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1AF,
        name: "CJK UNIFIED IDEOGRAPH-2C1AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B0,
        name: "CJK UNIFIED IDEOGRAPH-2C1B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B1,
        name: "CJK UNIFIED IDEOGRAPH-2C1B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B2,
        name: "CJK UNIFIED IDEOGRAPH-2C1B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B3,
        name: "CJK UNIFIED IDEOGRAPH-2C1B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B4,
        name: "CJK UNIFIED IDEOGRAPH-2C1B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B5,
        name: "CJK UNIFIED IDEOGRAPH-2C1B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B6,
        name: "CJK UNIFIED IDEOGRAPH-2C1B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B7,
        name: "CJK UNIFIED IDEOGRAPH-2C1B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B8,
        name: "CJK UNIFIED IDEOGRAPH-2C1B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1B9,
        name: "CJK UNIFIED IDEOGRAPH-2C1B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1BA,
        name: "CJK UNIFIED IDEOGRAPH-2C1BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1BB,
        name: "CJK UNIFIED IDEOGRAPH-2C1BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1BC,
        name: "CJK UNIFIED IDEOGRAPH-2C1BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1BD,
        name: "CJK UNIFIED IDEOGRAPH-2C1BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1BE,
        name: "CJK UNIFIED IDEOGRAPH-2C1BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1BF,
        name: "CJK UNIFIED IDEOGRAPH-2C1BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C0,
        name: "CJK UNIFIED IDEOGRAPH-2C1C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C1,
        name: "CJK UNIFIED IDEOGRAPH-2C1C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C2,
        name: "CJK UNIFIED IDEOGRAPH-2C1C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C3,
        name: "CJK UNIFIED IDEOGRAPH-2C1C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C4,
        name: "CJK UNIFIED IDEOGRAPH-2C1C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C5,
        name: "CJK UNIFIED IDEOGRAPH-2C1C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C6,
        name: "CJK UNIFIED IDEOGRAPH-2C1C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C7,
        name: "CJK UNIFIED IDEOGRAPH-2C1C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C8,
        name: "CJK UNIFIED IDEOGRAPH-2C1C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1C9,
        name: "CJK UNIFIED IDEOGRAPH-2C1C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1CA,
        name: "CJK UNIFIED IDEOGRAPH-2C1CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1CB,
        name: "CJK UNIFIED IDEOGRAPH-2C1CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1CC,
        name: "CJK UNIFIED IDEOGRAPH-2C1CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1CD,
        name: "CJK UNIFIED IDEOGRAPH-2C1CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1CE,
        name: "CJK UNIFIED IDEOGRAPH-2C1CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1CF,
        name: "CJK UNIFIED IDEOGRAPH-2C1CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D0,
        name: "CJK UNIFIED IDEOGRAPH-2C1D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D1,
        name: "CJK UNIFIED IDEOGRAPH-2C1D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D2,
        name: "CJK UNIFIED IDEOGRAPH-2C1D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D3,
        name: "CJK UNIFIED IDEOGRAPH-2C1D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D4,
        name: "CJK UNIFIED IDEOGRAPH-2C1D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D5,
        name: "CJK UNIFIED IDEOGRAPH-2C1D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D6,
        name: "CJK UNIFIED IDEOGRAPH-2C1D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D7,
        name: "CJK UNIFIED IDEOGRAPH-2C1D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D8,
        name: "CJK UNIFIED IDEOGRAPH-2C1D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1D9,
        name: "CJK UNIFIED IDEOGRAPH-2C1D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1DA,
        name: "CJK UNIFIED IDEOGRAPH-2C1DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1DB,
        name: "CJK UNIFIED IDEOGRAPH-2C1DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1DC,
        name: "CJK UNIFIED IDEOGRAPH-2C1DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1DD,
        name: "CJK UNIFIED IDEOGRAPH-2C1DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1DE,
        name: "CJK UNIFIED IDEOGRAPH-2C1DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1DF,
        name: "CJK UNIFIED IDEOGRAPH-2C1DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E0,
        name: "CJK UNIFIED IDEOGRAPH-2C1E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E1,
        name: "CJK UNIFIED IDEOGRAPH-2C1E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E2,
        name: "CJK UNIFIED IDEOGRAPH-2C1E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E3,
        name: "CJK UNIFIED IDEOGRAPH-2C1E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E4,
        name: "CJK UNIFIED IDEOGRAPH-2C1E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E5,
        name: "CJK UNIFIED IDEOGRAPH-2C1E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E6,
        name: "CJK UNIFIED IDEOGRAPH-2C1E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E7,
        name: "CJK UNIFIED IDEOGRAPH-2C1E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E8,
        name: "CJK UNIFIED IDEOGRAPH-2C1E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1E9,
        name: "CJK UNIFIED IDEOGRAPH-2C1E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1EA,
        name: "CJK UNIFIED IDEOGRAPH-2C1EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1EB,
        name: "CJK UNIFIED IDEOGRAPH-2C1EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1EC,
        name: "CJK UNIFIED IDEOGRAPH-2C1EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1ED,
        name: "CJK UNIFIED IDEOGRAPH-2C1ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1EE,
        name: "CJK UNIFIED IDEOGRAPH-2C1EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1EF,
        name: "CJK UNIFIED IDEOGRAPH-2C1EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F0,
        name: "CJK UNIFIED IDEOGRAPH-2C1F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F1,
        name: "CJK UNIFIED IDEOGRAPH-2C1F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F2,
        name: "CJK UNIFIED IDEOGRAPH-2C1F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F3,
        name: "CJK UNIFIED IDEOGRAPH-2C1F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F4,
        name: "CJK UNIFIED IDEOGRAPH-2C1F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F5,
        name: "CJK UNIFIED IDEOGRAPH-2C1F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F6,
        name: "CJK UNIFIED IDEOGRAPH-2C1F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F7,
        name: "CJK UNIFIED IDEOGRAPH-2C1F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F8,
        name: "CJK UNIFIED IDEOGRAPH-2C1F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1F9,
        name: "CJK UNIFIED IDEOGRAPH-2C1F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1FA,
        name: "CJK UNIFIED IDEOGRAPH-2C1FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1FB,
        name: "CJK UNIFIED IDEOGRAPH-2C1FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1FC,
        name: "CJK UNIFIED IDEOGRAPH-2C1FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1FD,
        name: "CJK UNIFIED IDEOGRAPH-2C1FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1FE,
        name: "CJK UNIFIED IDEOGRAPH-2C1FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C1FF,
        name: "CJK UNIFIED IDEOGRAPH-2C1FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C200,
        name: "CJK UNIFIED IDEOGRAPH-2C200",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C201,
        name: "CJK UNIFIED IDEOGRAPH-2C201",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C202,
        name: "CJK UNIFIED IDEOGRAPH-2C202",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C203,
        name: "CJK UNIFIED IDEOGRAPH-2C203",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C204,
        name: "CJK UNIFIED IDEOGRAPH-2C204",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C205,
        name: "CJK UNIFIED IDEOGRAPH-2C205",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C206,
        name: "CJK UNIFIED IDEOGRAPH-2C206",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C207,
        name: "CJK UNIFIED IDEOGRAPH-2C207",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C208,
        name: "CJK UNIFIED IDEOGRAPH-2C208",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C209,
        name: "CJK UNIFIED IDEOGRAPH-2C209",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C20A,
        name: "CJK UNIFIED IDEOGRAPH-2C20A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C20B,
        name: "CJK UNIFIED IDEOGRAPH-2C20B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C20C,
        name: "CJK UNIFIED IDEOGRAPH-2C20C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C20D,
        name: "CJK UNIFIED IDEOGRAPH-2C20D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C20E,
        name: "CJK UNIFIED IDEOGRAPH-2C20E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C20F,
        name: "CJK UNIFIED IDEOGRAPH-2C20F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C210,
        name: "CJK UNIFIED IDEOGRAPH-2C210",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C211,
        name: "CJK UNIFIED IDEOGRAPH-2C211",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C212,
        name: "CJK UNIFIED IDEOGRAPH-2C212",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C213,
        name: "CJK UNIFIED IDEOGRAPH-2C213",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C214,
        name: "CJK UNIFIED IDEOGRAPH-2C214",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C215,
        name: "CJK UNIFIED IDEOGRAPH-2C215",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C216,
        name: "CJK UNIFIED IDEOGRAPH-2C216",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C217,
        name: "CJK UNIFIED IDEOGRAPH-2C217",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C218,
        name: "CJK UNIFIED IDEOGRAPH-2C218",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C219,
        name: "CJK UNIFIED IDEOGRAPH-2C219",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C21A,
        name: "CJK UNIFIED IDEOGRAPH-2C21A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C21B,
        name: "CJK UNIFIED IDEOGRAPH-2C21B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C21C,
        name: "CJK UNIFIED IDEOGRAPH-2C21C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C21D,
        name: "CJK UNIFIED IDEOGRAPH-2C21D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C21E,
        name: "CJK UNIFIED IDEOGRAPH-2C21E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C21F,
        name: "CJK UNIFIED IDEOGRAPH-2C21F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C220,
        name: "CJK UNIFIED IDEOGRAPH-2C220",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C221,
        name: "CJK UNIFIED IDEOGRAPH-2C221",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C222,
        name: "CJK UNIFIED IDEOGRAPH-2C222",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C223,
        name: "CJK UNIFIED IDEOGRAPH-2C223",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C224,
        name: "CJK UNIFIED IDEOGRAPH-2C224",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C225,
        name: "CJK UNIFIED IDEOGRAPH-2C225",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C226,
        name: "CJK UNIFIED IDEOGRAPH-2C226",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C227,
        name: "CJK UNIFIED IDEOGRAPH-2C227",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C228,
        name: "CJK UNIFIED IDEOGRAPH-2C228",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C229,
        name: "CJK UNIFIED IDEOGRAPH-2C229",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C22A,
        name: "CJK UNIFIED IDEOGRAPH-2C22A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C22B,
        name: "CJK UNIFIED IDEOGRAPH-2C22B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C22C,
        name: "CJK UNIFIED IDEOGRAPH-2C22C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C22D,
        name: "CJK UNIFIED IDEOGRAPH-2C22D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C22E,
        name: "CJK UNIFIED IDEOGRAPH-2C22E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C22F,
        name: "CJK UNIFIED IDEOGRAPH-2C22F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C230,
        name: "CJK UNIFIED IDEOGRAPH-2C230",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C231,
        name: "CJK UNIFIED IDEOGRAPH-2C231",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C232,
        name: "CJK UNIFIED IDEOGRAPH-2C232",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C233,
        name: "CJK UNIFIED IDEOGRAPH-2C233",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C234,
        name: "CJK UNIFIED IDEOGRAPH-2C234",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C235,
        name: "CJK UNIFIED IDEOGRAPH-2C235",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C236,
        name: "CJK UNIFIED IDEOGRAPH-2C236",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C237,
        name: "CJK UNIFIED IDEOGRAPH-2C237",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C238,
        name: "CJK UNIFIED IDEOGRAPH-2C238",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C239,
        name: "CJK UNIFIED IDEOGRAPH-2C239",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C23A,
        name: "CJK UNIFIED IDEOGRAPH-2C23A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C23B,
        name: "CJK UNIFIED IDEOGRAPH-2C23B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C23C,
        name: "CJK UNIFIED IDEOGRAPH-2C23C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C23D,
        name: "CJK UNIFIED IDEOGRAPH-2C23D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C23E,
        name: "CJK UNIFIED IDEOGRAPH-2C23E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C23F,
        name: "CJK UNIFIED IDEOGRAPH-2C23F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C240,
        name: "CJK UNIFIED IDEOGRAPH-2C240",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C241,
        name: "CJK UNIFIED IDEOGRAPH-2C241",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C242,
        name: "CJK UNIFIED IDEOGRAPH-2C242",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C243,
        name: "CJK UNIFIED IDEOGRAPH-2C243",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C244,
        name: "CJK UNIFIED IDEOGRAPH-2C244",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C245,
        name: "CJK UNIFIED IDEOGRAPH-2C245",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C246,
        name: "CJK UNIFIED IDEOGRAPH-2C246",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C247,
        name: "CJK UNIFIED IDEOGRAPH-2C247",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C248,
        name: "CJK UNIFIED IDEOGRAPH-2C248",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C249,
        name: "CJK UNIFIED IDEOGRAPH-2C249",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C24A,
        name: "CJK UNIFIED IDEOGRAPH-2C24A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C24B,
        name: "CJK UNIFIED IDEOGRAPH-2C24B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C24C,
        name: "CJK UNIFIED IDEOGRAPH-2C24C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C24D,
        name: "CJK UNIFIED IDEOGRAPH-2C24D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C24E,
        name: "CJK UNIFIED IDEOGRAPH-2C24E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C24F,
        name: "CJK UNIFIED IDEOGRAPH-2C24F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C250,
        name: "CJK UNIFIED IDEOGRAPH-2C250",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C251,
        name: "CJK UNIFIED IDEOGRAPH-2C251",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C252,
        name: "CJK UNIFIED IDEOGRAPH-2C252",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C253,
        name: "CJK UNIFIED IDEOGRAPH-2C253",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C254,
        name: "CJK UNIFIED IDEOGRAPH-2C254",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C255,
        name: "CJK UNIFIED IDEOGRAPH-2C255",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C256,
        name: "CJK UNIFIED IDEOGRAPH-2C256",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C257,
        name: "CJK UNIFIED IDEOGRAPH-2C257",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C258,
        name: "CJK UNIFIED IDEOGRAPH-2C258",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C259,
        name: "CJK UNIFIED IDEOGRAPH-2C259",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C25A,
        name: "CJK UNIFIED IDEOGRAPH-2C25A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C25B,
        name: "CJK UNIFIED IDEOGRAPH-2C25B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C25C,
        name: "CJK UNIFIED IDEOGRAPH-2C25C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C25D,
        name: "CJK UNIFIED IDEOGRAPH-2C25D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C25E,
        name: "CJK UNIFIED IDEOGRAPH-2C25E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C25F,
        name: "CJK UNIFIED IDEOGRAPH-2C25F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C260,
        name: "CJK UNIFIED IDEOGRAPH-2C260",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C261,
        name: "CJK UNIFIED IDEOGRAPH-2C261",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C262,
        name: "CJK UNIFIED IDEOGRAPH-2C262",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C263,
        name: "CJK UNIFIED IDEOGRAPH-2C263",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C264,
        name: "CJK UNIFIED IDEOGRAPH-2C264",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C265,
        name: "CJK UNIFIED IDEOGRAPH-2C265",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C266,
        name: "CJK UNIFIED IDEOGRAPH-2C266",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C267,
        name: "CJK UNIFIED IDEOGRAPH-2C267",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C268,
        name: "CJK UNIFIED IDEOGRAPH-2C268",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C269,
        name: "CJK UNIFIED IDEOGRAPH-2C269",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C26A,
        name: "CJK UNIFIED IDEOGRAPH-2C26A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C26B,
        name: "CJK UNIFIED IDEOGRAPH-2C26B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C26C,
        name: "CJK UNIFIED IDEOGRAPH-2C26C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C26D,
        name: "CJK UNIFIED IDEOGRAPH-2C26D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C26E,
        name: "CJK UNIFIED IDEOGRAPH-2C26E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C26F,
        name: "CJK UNIFIED IDEOGRAPH-2C26F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C270,
        name: "CJK UNIFIED IDEOGRAPH-2C270",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C271,
        name: "CJK UNIFIED IDEOGRAPH-2C271",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C272,
        name: "CJK UNIFIED IDEOGRAPH-2C272",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C273,
        name: "CJK UNIFIED IDEOGRAPH-2C273",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C274,
        name: "CJK UNIFIED IDEOGRAPH-2C274",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C275,
        name: "CJK UNIFIED IDEOGRAPH-2C275",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C276,
        name: "CJK UNIFIED IDEOGRAPH-2C276",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C277,
        name: "CJK UNIFIED IDEOGRAPH-2C277",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C278,
        name: "CJK UNIFIED IDEOGRAPH-2C278",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C279,
        name: "CJK UNIFIED IDEOGRAPH-2C279",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C27A,
        name: "CJK UNIFIED IDEOGRAPH-2C27A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C27B,
        name: "CJK UNIFIED IDEOGRAPH-2C27B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C27C,
        name: "CJK UNIFIED IDEOGRAPH-2C27C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C27D,
        name: "CJK UNIFIED IDEOGRAPH-2C27D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C27E,
        name: "CJK UNIFIED IDEOGRAPH-2C27E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C27F,
        name: "CJK UNIFIED IDEOGRAPH-2C27F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C280,
        name: "CJK UNIFIED IDEOGRAPH-2C280",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C281,
        name: "CJK UNIFIED IDEOGRAPH-2C281",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C282,
        name: "CJK UNIFIED IDEOGRAPH-2C282",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C283,
        name: "CJK UNIFIED IDEOGRAPH-2C283",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C284,
        name: "CJK UNIFIED IDEOGRAPH-2C284",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C285,
        name: "CJK UNIFIED IDEOGRAPH-2C285",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C286,
        name: "CJK UNIFIED IDEOGRAPH-2C286",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C287,
        name: "CJK UNIFIED IDEOGRAPH-2C287",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C288,
        name: "CJK UNIFIED IDEOGRAPH-2C288",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C289,
        name: "CJK UNIFIED IDEOGRAPH-2C289",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C28A,
        name: "CJK UNIFIED IDEOGRAPH-2C28A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C28B,
        name: "CJK UNIFIED IDEOGRAPH-2C28B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C28C,
        name: "CJK UNIFIED IDEOGRAPH-2C28C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C28D,
        name: "CJK UNIFIED IDEOGRAPH-2C28D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C28E,
        name: "CJK UNIFIED IDEOGRAPH-2C28E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C28F,
        name: "CJK UNIFIED IDEOGRAPH-2C28F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C290,
        name: "CJK UNIFIED IDEOGRAPH-2C290",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C291,
        name: "CJK UNIFIED IDEOGRAPH-2C291",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C292,
        name: "CJK UNIFIED IDEOGRAPH-2C292",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C293,
        name: "CJK UNIFIED IDEOGRAPH-2C293",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C294,
        name: "CJK UNIFIED IDEOGRAPH-2C294",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C295,
        name: "CJK UNIFIED IDEOGRAPH-2C295",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C296,
        name: "CJK UNIFIED IDEOGRAPH-2C296",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C297,
        name: "CJK UNIFIED IDEOGRAPH-2C297",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C298,
        name: "CJK UNIFIED IDEOGRAPH-2C298",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C299,
        name: "CJK UNIFIED IDEOGRAPH-2C299",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C29A,
        name: "CJK UNIFIED IDEOGRAPH-2C29A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C29B,
        name: "CJK UNIFIED IDEOGRAPH-2C29B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C29C,
        name: "CJK UNIFIED IDEOGRAPH-2C29C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C29D,
        name: "CJK UNIFIED IDEOGRAPH-2C29D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C29E,
        name: "CJK UNIFIED IDEOGRAPH-2C29E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C29F,
        name: "CJK UNIFIED IDEOGRAPH-2C29F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A0,
        name: "CJK UNIFIED IDEOGRAPH-2C2A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A1,
        name: "CJK UNIFIED IDEOGRAPH-2C2A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A2,
        name: "CJK UNIFIED IDEOGRAPH-2C2A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A3,
        name: "CJK UNIFIED IDEOGRAPH-2C2A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A4,
        name: "CJK UNIFIED IDEOGRAPH-2C2A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A5,
        name: "CJK UNIFIED IDEOGRAPH-2C2A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A6,
        name: "CJK UNIFIED IDEOGRAPH-2C2A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A7,
        name: "CJK UNIFIED IDEOGRAPH-2C2A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A8,
        name: "CJK UNIFIED IDEOGRAPH-2C2A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2A9,
        name: "CJK UNIFIED IDEOGRAPH-2C2A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2AA,
        name: "CJK UNIFIED IDEOGRAPH-2C2AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2AB,
        name: "CJK UNIFIED IDEOGRAPH-2C2AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2AC,
        name: "CJK UNIFIED IDEOGRAPH-2C2AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2AD,
        name: "CJK UNIFIED IDEOGRAPH-2C2AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2AE,
        name: "CJK UNIFIED IDEOGRAPH-2C2AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2AF,
        name: "CJK UNIFIED IDEOGRAPH-2C2AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B0,
        name: "CJK UNIFIED IDEOGRAPH-2C2B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B1,
        name: "CJK UNIFIED IDEOGRAPH-2C2B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B2,
        name: "CJK UNIFIED IDEOGRAPH-2C2B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B3,
        name: "CJK UNIFIED IDEOGRAPH-2C2B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B4,
        name: "CJK UNIFIED IDEOGRAPH-2C2B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B5,
        name: "CJK UNIFIED IDEOGRAPH-2C2B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B6,
        name: "CJK UNIFIED IDEOGRAPH-2C2B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B7,
        name: "CJK UNIFIED IDEOGRAPH-2C2B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B8,
        name: "CJK UNIFIED IDEOGRAPH-2C2B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2B9,
        name: "CJK UNIFIED IDEOGRAPH-2C2B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2BA,
        name: "CJK UNIFIED IDEOGRAPH-2C2BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2BB,
        name: "CJK UNIFIED IDEOGRAPH-2C2BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2BC,
        name: "CJK UNIFIED IDEOGRAPH-2C2BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2BD,
        name: "CJK UNIFIED IDEOGRAPH-2C2BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2BE,
        name: "CJK UNIFIED IDEOGRAPH-2C2BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2BF,
        name: "CJK UNIFIED IDEOGRAPH-2C2BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C0,
        name: "CJK UNIFIED IDEOGRAPH-2C2C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C1,
        name: "CJK UNIFIED IDEOGRAPH-2C2C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C2,
        name: "CJK UNIFIED IDEOGRAPH-2C2C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C3,
        name: "CJK UNIFIED IDEOGRAPH-2C2C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C4,
        name: "CJK UNIFIED IDEOGRAPH-2C2C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C5,
        name: "CJK UNIFIED IDEOGRAPH-2C2C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C6,
        name: "CJK UNIFIED IDEOGRAPH-2C2C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C7,
        name: "CJK UNIFIED IDEOGRAPH-2C2C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C8,
        name: "CJK UNIFIED IDEOGRAPH-2C2C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2C9,
        name: "CJK UNIFIED IDEOGRAPH-2C2C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2CA,
        name: "CJK UNIFIED IDEOGRAPH-2C2CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2CB,
        name: "CJK UNIFIED IDEOGRAPH-2C2CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2CC,
        name: "CJK UNIFIED IDEOGRAPH-2C2CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2CD,
        name: "CJK UNIFIED IDEOGRAPH-2C2CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2CE,
        name: "CJK UNIFIED IDEOGRAPH-2C2CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2CF,
        name: "CJK UNIFIED IDEOGRAPH-2C2CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D0,
        name: "CJK UNIFIED IDEOGRAPH-2C2D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D1,
        name: "CJK UNIFIED IDEOGRAPH-2C2D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D2,
        name: "CJK UNIFIED IDEOGRAPH-2C2D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D3,
        name: "CJK UNIFIED IDEOGRAPH-2C2D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D4,
        name: "CJK UNIFIED IDEOGRAPH-2C2D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D5,
        name: "CJK UNIFIED IDEOGRAPH-2C2D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D6,
        name: "CJK UNIFIED IDEOGRAPH-2C2D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D7,
        name: "CJK UNIFIED IDEOGRAPH-2C2D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D8,
        name: "CJK UNIFIED IDEOGRAPH-2C2D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2D9,
        name: "CJK UNIFIED IDEOGRAPH-2C2D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2DA,
        name: "CJK UNIFIED IDEOGRAPH-2C2DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2DB,
        name: "CJK UNIFIED IDEOGRAPH-2C2DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2DC,
        name: "CJK UNIFIED IDEOGRAPH-2C2DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2DD,
        name: "CJK UNIFIED IDEOGRAPH-2C2DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2DE,
        name: "CJK UNIFIED IDEOGRAPH-2C2DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2DF,
        name: "CJK UNIFIED IDEOGRAPH-2C2DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E0,
        name: "CJK UNIFIED IDEOGRAPH-2C2E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E1,
        name: "CJK UNIFIED IDEOGRAPH-2C2E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E2,
        name: "CJK UNIFIED IDEOGRAPH-2C2E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E3,
        name: "CJK UNIFIED IDEOGRAPH-2C2E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E4,
        name: "CJK UNIFIED IDEOGRAPH-2C2E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E5,
        name: "CJK UNIFIED IDEOGRAPH-2C2E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E6,
        name: "CJK UNIFIED IDEOGRAPH-2C2E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E7,
        name: "CJK UNIFIED IDEOGRAPH-2C2E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E8,
        name: "CJK UNIFIED IDEOGRAPH-2C2E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2E9,
        name: "CJK UNIFIED IDEOGRAPH-2C2E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2EA,
        name: "CJK UNIFIED IDEOGRAPH-2C2EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2EB,
        name: "CJK UNIFIED IDEOGRAPH-2C2EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2EC,
        name: "CJK UNIFIED IDEOGRAPH-2C2EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2ED,
        name: "CJK UNIFIED IDEOGRAPH-2C2ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2EE,
        name: "CJK UNIFIED IDEOGRAPH-2C2EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2EF,
        name: "CJK UNIFIED IDEOGRAPH-2C2EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F0,
        name: "CJK UNIFIED IDEOGRAPH-2C2F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F1,
        name: "CJK UNIFIED IDEOGRAPH-2C2F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F2,
        name: "CJK UNIFIED IDEOGRAPH-2C2F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F3,
        name: "CJK UNIFIED IDEOGRAPH-2C2F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F4,
        name: "CJK UNIFIED IDEOGRAPH-2C2F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F5,
        name: "CJK UNIFIED IDEOGRAPH-2C2F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F6,
        name: "CJK UNIFIED IDEOGRAPH-2C2F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F7,
        name: "CJK UNIFIED IDEOGRAPH-2C2F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F8,
        name: "CJK UNIFIED IDEOGRAPH-2C2F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2F9,
        name: "CJK UNIFIED IDEOGRAPH-2C2F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2FA,
        name: "CJK UNIFIED IDEOGRAPH-2C2FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2FB,
        name: "CJK UNIFIED IDEOGRAPH-2C2FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2FC,
        name: "CJK UNIFIED IDEOGRAPH-2C2FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2FD,
        name: "CJK UNIFIED IDEOGRAPH-2C2FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2FE,
        name: "CJK UNIFIED IDEOGRAPH-2C2FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C2FF,
        name: "CJK UNIFIED IDEOGRAPH-2C2FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C300,
        name: "CJK UNIFIED IDEOGRAPH-2C300",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C301,
        name: "CJK UNIFIED IDEOGRAPH-2C301",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C302,
        name: "CJK UNIFIED IDEOGRAPH-2C302",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C303,
        name: "CJK UNIFIED IDEOGRAPH-2C303",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C304,
        name: "CJK UNIFIED IDEOGRAPH-2C304",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C305,
        name: "CJK UNIFIED IDEOGRAPH-2C305",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C306,
        name: "CJK UNIFIED IDEOGRAPH-2C306",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C307,
        name: "CJK UNIFIED IDEOGRAPH-2C307",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C308,
        name: "CJK UNIFIED IDEOGRAPH-2C308",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C309,
        name: "CJK UNIFIED IDEOGRAPH-2C309",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C30A,
        name: "CJK UNIFIED IDEOGRAPH-2C30A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C30B,
        name: "CJK UNIFIED IDEOGRAPH-2C30B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C30C,
        name: "CJK UNIFIED IDEOGRAPH-2C30C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C30D,
        name: "CJK UNIFIED IDEOGRAPH-2C30D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C30E,
        name: "CJK UNIFIED IDEOGRAPH-2C30E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C30F,
        name: "CJK UNIFIED IDEOGRAPH-2C30F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C310,
        name: "CJK UNIFIED IDEOGRAPH-2C310",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C311,
        name: "CJK UNIFIED IDEOGRAPH-2C311",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C312,
        name: "CJK UNIFIED IDEOGRAPH-2C312",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C313,
        name: "CJK UNIFIED IDEOGRAPH-2C313",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C314,
        name: "CJK UNIFIED IDEOGRAPH-2C314",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C315,
        name: "CJK UNIFIED IDEOGRAPH-2C315",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C316,
        name: "CJK UNIFIED IDEOGRAPH-2C316",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C317,
        name: "CJK UNIFIED IDEOGRAPH-2C317",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C318,
        name: "CJK UNIFIED IDEOGRAPH-2C318",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C319,
        name: "CJK UNIFIED IDEOGRAPH-2C319",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C31A,
        name: "CJK UNIFIED IDEOGRAPH-2C31A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C31B,
        name: "CJK UNIFIED IDEOGRAPH-2C31B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C31C,
        name: "CJK UNIFIED IDEOGRAPH-2C31C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C31D,
        name: "CJK UNIFIED IDEOGRAPH-2C31D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C31E,
        name: "CJK UNIFIED IDEOGRAPH-2C31E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C31F,
        name: "CJK UNIFIED IDEOGRAPH-2C31F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C320,
        name: "CJK UNIFIED IDEOGRAPH-2C320",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C321,
        name: "CJK UNIFIED IDEOGRAPH-2C321",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C322,
        name: "CJK UNIFIED IDEOGRAPH-2C322",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C323,
        name: "CJK UNIFIED IDEOGRAPH-2C323",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C324,
        name: "CJK UNIFIED IDEOGRAPH-2C324",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C325,
        name: "CJK UNIFIED IDEOGRAPH-2C325",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C326,
        name: "CJK UNIFIED IDEOGRAPH-2C326",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C327,
        name: "CJK UNIFIED IDEOGRAPH-2C327",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C328,
        name: "CJK UNIFIED IDEOGRAPH-2C328",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C329,
        name: "CJK UNIFIED IDEOGRAPH-2C329",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C32A,
        name: "CJK UNIFIED IDEOGRAPH-2C32A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C32B,
        name: "CJK UNIFIED IDEOGRAPH-2C32B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C32C,
        name: "CJK UNIFIED IDEOGRAPH-2C32C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C32D,
        name: "CJK UNIFIED IDEOGRAPH-2C32D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C32E,
        name: "CJK UNIFIED IDEOGRAPH-2C32E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C32F,
        name: "CJK UNIFIED IDEOGRAPH-2C32F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C330,
        name: "CJK UNIFIED IDEOGRAPH-2C330",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C331,
        name: "CJK UNIFIED IDEOGRAPH-2C331",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C332,
        name: "CJK UNIFIED IDEOGRAPH-2C332",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C333,
        name: "CJK UNIFIED IDEOGRAPH-2C333",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C334,
        name: "CJK UNIFIED IDEOGRAPH-2C334",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C335,
        name: "CJK UNIFIED IDEOGRAPH-2C335",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C336,
        name: "CJK UNIFIED IDEOGRAPH-2C336",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C337,
        name: "CJK UNIFIED IDEOGRAPH-2C337",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C338,
        name: "CJK UNIFIED IDEOGRAPH-2C338",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C339,
        name: "CJK UNIFIED IDEOGRAPH-2C339",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C33A,
        name: "CJK UNIFIED IDEOGRAPH-2C33A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C33B,
        name: "CJK UNIFIED IDEOGRAPH-2C33B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C33C,
        name: "CJK UNIFIED IDEOGRAPH-2C33C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C33D,
        name: "CJK UNIFIED IDEOGRAPH-2C33D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C33E,
        name: "CJK UNIFIED IDEOGRAPH-2C33E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C33F,
        name: "CJK UNIFIED IDEOGRAPH-2C33F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C340,
        name: "CJK UNIFIED IDEOGRAPH-2C340",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C341,
        name: "CJK UNIFIED IDEOGRAPH-2C341",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C342,
        name: "CJK UNIFIED IDEOGRAPH-2C342",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C343,
        name: "CJK UNIFIED IDEOGRAPH-2C343",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C344,
        name: "CJK UNIFIED IDEOGRAPH-2C344",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C345,
        name: "CJK UNIFIED IDEOGRAPH-2C345",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C346,
        name: "CJK UNIFIED IDEOGRAPH-2C346",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C347,
        name: "CJK UNIFIED IDEOGRAPH-2C347",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C348,
        name: "CJK UNIFIED IDEOGRAPH-2C348",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C349,
        name: "CJK UNIFIED IDEOGRAPH-2C349",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C34A,
        name: "CJK UNIFIED IDEOGRAPH-2C34A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C34B,
        name: "CJK UNIFIED IDEOGRAPH-2C34B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C34C,
        name: "CJK UNIFIED IDEOGRAPH-2C34C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C34D,
        name: "CJK UNIFIED IDEOGRAPH-2C34D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C34E,
        name: "CJK UNIFIED IDEOGRAPH-2C34E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C34F,
        name: "CJK UNIFIED IDEOGRAPH-2C34F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C350,
        name: "CJK UNIFIED IDEOGRAPH-2C350",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C351,
        name: "CJK UNIFIED IDEOGRAPH-2C351",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C352,
        name: "CJK UNIFIED IDEOGRAPH-2C352",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C353,
        name: "CJK UNIFIED IDEOGRAPH-2C353",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C354,
        name: "CJK UNIFIED IDEOGRAPH-2C354",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C355,
        name: "CJK UNIFIED IDEOGRAPH-2C355",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C356,
        name: "CJK UNIFIED IDEOGRAPH-2C356",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C357,
        name: "CJK UNIFIED IDEOGRAPH-2C357",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C358,
        name: "CJK UNIFIED IDEOGRAPH-2C358",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C359,
        name: "CJK UNIFIED IDEOGRAPH-2C359",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C35A,
        name: "CJK UNIFIED IDEOGRAPH-2C35A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C35B,
        name: "CJK UNIFIED IDEOGRAPH-2C35B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C35C,
        name: "CJK UNIFIED IDEOGRAPH-2C35C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C35D,
        name: "CJK UNIFIED IDEOGRAPH-2C35D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C35E,
        name: "CJK UNIFIED IDEOGRAPH-2C35E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C35F,
        name: "CJK UNIFIED IDEOGRAPH-2C35F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C360,
        name: "CJK UNIFIED IDEOGRAPH-2C360",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C361,
        name: "CJK UNIFIED IDEOGRAPH-2C361",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C362,
        name: "CJK UNIFIED IDEOGRAPH-2C362",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C363,
        name: "CJK UNIFIED IDEOGRAPH-2C363",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C364,
        name: "CJK UNIFIED IDEOGRAPH-2C364",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C365,
        name: "CJK UNIFIED IDEOGRAPH-2C365",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C366,
        name: "CJK UNIFIED IDEOGRAPH-2C366",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C367,
        name: "CJK UNIFIED IDEOGRAPH-2C367",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C368,
        name: "CJK UNIFIED IDEOGRAPH-2C368",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C369,
        name: "CJK UNIFIED IDEOGRAPH-2C369",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C36A,
        name: "CJK UNIFIED IDEOGRAPH-2C36A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C36B,
        name: "CJK UNIFIED IDEOGRAPH-2C36B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C36C,
        name: "CJK UNIFIED IDEOGRAPH-2C36C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C36D,
        name: "CJK UNIFIED IDEOGRAPH-2C36D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C36E,
        name: "CJK UNIFIED IDEOGRAPH-2C36E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C36F,
        name: "CJK UNIFIED IDEOGRAPH-2C36F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C370,
        name: "CJK UNIFIED IDEOGRAPH-2C370",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C371,
        name: "CJK UNIFIED IDEOGRAPH-2C371",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C372,
        name: "CJK UNIFIED IDEOGRAPH-2C372",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C373,
        name: "CJK UNIFIED IDEOGRAPH-2C373",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C374,
        name: "CJK UNIFIED IDEOGRAPH-2C374",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C375,
        name: "CJK UNIFIED IDEOGRAPH-2C375",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C376,
        name: "CJK UNIFIED IDEOGRAPH-2C376",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C377,
        name: "CJK UNIFIED IDEOGRAPH-2C377",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C378,
        name: "CJK UNIFIED IDEOGRAPH-2C378",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C379,
        name: "CJK UNIFIED IDEOGRAPH-2C379",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C37A,
        name: "CJK UNIFIED IDEOGRAPH-2C37A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C37B,
        name: "CJK UNIFIED IDEOGRAPH-2C37B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C37C,
        name: "CJK UNIFIED IDEOGRAPH-2C37C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C37D,
        name: "CJK UNIFIED IDEOGRAPH-2C37D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C37E,
        name: "CJK UNIFIED IDEOGRAPH-2C37E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C37F,
        name: "CJK UNIFIED IDEOGRAPH-2C37F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C380,
        name: "CJK UNIFIED IDEOGRAPH-2C380",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C381,
        name: "CJK UNIFIED IDEOGRAPH-2C381",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C382,
        name: "CJK UNIFIED IDEOGRAPH-2C382",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C383,
        name: "CJK UNIFIED IDEOGRAPH-2C383",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C384,
        name: "CJK UNIFIED IDEOGRAPH-2C384",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C385,
        name: "CJK UNIFIED IDEOGRAPH-2C385",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C386,
        name: "CJK UNIFIED IDEOGRAPH-2C386",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C387,
        name: "CJK UNIFIED IDEOGRAPH-2C387",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C388,
        name: "CJK UNIFIED IDEOGRAPH-2C388",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C389,
        name: "CJK UNIFIED IDEOGRAPH-2C389",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C38A,
        name: "CJK UNIFIED IDEOGRAPH-2C38A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C38B,
        name: "CJK UNIFIED IDEOGRAPH-2C38B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C38C,
        name: "CJK UNIFIED IDEOGRAPH-2C38C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C38D,
        name: "CJK UNIFIED IDEOGRAPH-2C38D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C38E,
        name: "CJK UNIFIED IDEOGRAPH-2C38E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C38F,
        name: "CJK UNIFIED IDEOGRAPH-2C38F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C390,
        name: "CJK UNIFIED IDEOGRAPH-2C390",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C391,
        name: "CJK UNIFIED IDEOGRAPH-2C391",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C392,
        name: "CJK UNIFIED IDEOGRAPH-2C392",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C393,
        name: "CJK UNIFIED IDEOGRAPH-2C393",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C394,
        name: "CJK UNIFIED IDEOGRAPH-2C394",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C395,
        name: "CJK UNIFIED IDEOGRAPH-2C395",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C396,
        name: "CJK UNIFIED IDEOGRAPH-2C396",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C397,
        name: "CJK UNIFIED IDEOGRAPH-2C397",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C398,
        name: "CJK UNIFIED IDEOGRAPH-2C398",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C399,
        name: "CJK UNIFIED IDEOGRAPH-2C399",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C39A,
        name: "CJK UNIFIED IDEOGRAPH-2C39A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C39B,
        name: "CJK UNIFIED IDEOGRAPH-2C39B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C39C,
        name: "CJK UNIFIED IDEOGRAPH-2C39C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C39D,
        name: "CJK UNIFIED IDEOGRAPH-2C39D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C39E,
        name: "CJK UNIFIED IDEOGRAPH-2C39E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C39F,
        name: "CJK UNIFIED IDEOGRAPH-2C39F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A0,
        name: "CJK UNIFIED IDEOGRAPH-2C3A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A1,
        name: "CJK UNIFIED IDEOGRAPH-2C3A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A2,
        name: "CJK UNIFIED IDEOGRAPH-2C3A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A3,
        name: "CJK UNIFIED IDEOGRAPH-2C3A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A4,
        name: "CJK UNIFIED IDEOGRAPH-2C3A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A5,
        name: "CJK UNIFIED IDEOGRAPH-2C3A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A6,
        name: "CJK UNIFIED IDEOGRAPH-2C3A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A7,
        name: "CJK UNIFIED IDEOGRAPH-2C3A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A8,
        name: "CJK UNIFIED IDEOGRAPH-2C3A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3A9,
        name: "CJK UNIFIED IDEOGRAPH-2C3A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3AA,
        name: "CJK UNIFIED IDEOGRAPH-2C3AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3AB,
        name: "CJK UNIFIED IDEOGRAPH-2C3AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3AC,
        name: "CJK UNIFIED IDEOGRAPH-2C3AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3AD,
        name: "CJK UNIFIED IDEOGRAPH-2C3AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3AE,
        name: "CJK UNIFIED IDEOGRAPH-2C3AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3AF,
        name: "CJK UNIFIED IDEOGRAPH-2C3AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B0,
        name: "CJK UNIFIED IDEOGRAPH-2C3B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B1,
        name: "CJK UNIFIED IDEOGRAPH-2C3B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B2,
        name: "CJK UNIFIED IDEOGRAPH-2C3B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B3,
        name: "CJK UNIFIED IDEOGRAPH-2C3B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B4,
        name: "CJK UNIFIED IDEOGRAPH-2C3B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B5,
        name: "CJK UNIFIED IDEOGRAPH-2C3B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B6,
        name: "CJK UNIFIED IDEOGRAPH-2C3B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B7,
        name: "CJK UNIFIED IDEOGRAPH-2C3B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B8,
        name: "CJK UNIFIED IDEOGRAPH-2C3B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3B9,
        name: "CJK UNIFIED IDEOGRAPH-2C3B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3BA,
        name: "CJK UNIFIED IDEOGRAPH-2C3BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3BB,
        name: "CJK UNIFIED IDEOGRAPH-2C3BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3BC,
        name: "CJK UNIFIED IDEOGRAPH-2C3BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3BD,
        name: "CJK UNIFIED IDEOGRAPH-2C3BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3BE,
        name: "CJK UNIFIED IDEOGRAPH-2C3BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3BF,
        name: "CJK UNIFIED IDEOGRAPH-2C3BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C0,
        name: "CJK UNIFIED IDEOGRAPH-2C3C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C1,
        name: "CJK UNIFIED IDEOGRAPH-2C3C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C2,
        name: "CJK UNIFIED IDEOGRAPH-2C3C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C3,
        name: "CJK UNIFIED IDEOGRAPH-2C3C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C4,
        name: "CJK UNIFIED IDEOGRAPH-2C3C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C5,
        name: "CJK UNIFIED IDEOGRAPH-2C3C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C6,
        name: "CJK UNIFIED IDEOGRAPH-2C3C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C7,
        name: "CJK UNIFIED IDEOGRAPH-2C3C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C8,
        name: "CJK UNIFIED IDEOGRAPH-2C3C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3C9,
        name: "CJK UNIFIED IDEOGRAPH-2C3C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3CA,
        name: "CJK UNIFIED IDEOGRAPH-2C3CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3CB,
        name: "CJK UNIFIED IDEOGRAPH-2C3CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3CC,
        name: "CJK UNIFIED IDEOGRAPH-2C3CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3CD,
        name: "CJK UNIFIED IDEOGRAPH-2C3CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3CE,
        name: "CJK UNIFIED IDEOGRAPH-2C3CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3CF,
        name: "CJK UNIFIED IDEOGRAPH-2C3CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D0,
        name: "CJK UNIFIED IDEOGRAPH-2C3D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D1,
        name: "CJK UNIFIED IDEOGRAPH-2C3D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D2,
        name: "CJK UNIFIED IDEOGRAPH-2C3D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D3,
        name: "CJK UNIFIED IDEOGRAPH-2C3D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D4,
        name: "CJK UNIFIED IDEOGRAPH-2C3D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D5,
        name: "CJK UNIFIED IDEOGRAPH-2C3D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D6,
        name: "CJK UNIFIED IDEOGRAPH-2C3D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D7,
        name: "CJK UNIFIED IDEOGRAPH-2C3D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D8,
        name: "CJK UNIFIED IDEOGRAPH-2C3D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3D9,
        name: "CJK UNIFIED IDEOGRAPH-2C3D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3DA,
        name: "CJK UNIFIED IDEOGRAPH-2C3DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3DB,
        name: "CJK UNIFIED IDEOGRAPH-2C3DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3DC,
        name: "CJK UNIFIED IDEOGRAPH-2C3DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3DD,
        name: "CJK UNIFIED IDEOGRAPH-2C3DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3DE,
        name: "CJK UNIFIED IDEOGRAPH-2C3DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3DF,
        name: "CJK UNIFIED IDEOGRAPH-2C3DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E0,
        name: "CJK UNIFIED IDEOGRAPH-2C3E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E1,
        name: "CJK UNIFIED IDEOGRAPH-2C3E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E2,
        name: "CJK UNIFIED IDEOGRAPH-2C3E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E3,
        name: "CJK UNIFIED IDEOGRAPH-2C3E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E4,
        name: "CJK UNIFIED IDEOGRAPH-2C3E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E5,
        name: "CJK UNIFIED IDEOGRAPH-2C3E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E6,
        name: "CJK UNIFIED IDEOGRAPH-2C3E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E7,
        name: "CJK UNIFIED IDEOGRAPH-2C3E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E8,
        name: "CJK UNIFIED IDEOGRAPH-2C3E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3E9,
        name: "CJK UNIFIED IDEOGRAPH-2C3E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3EA,
        name: "CJK UNIFIED IDEOGRAPH-2C3EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3EB,
        name: "CJK UNIFIED IDEOGRAPH-2C3EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3EC,
        name: "CJK UNIFIED IDEOGRAPH-2C3EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3ED,
        name: "CJK UNIFIED IDEOGRAPH-2C3ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3EE,
        name: "CJK UNIFIED IDEOGRAPH-2C3EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3EF,
        name: "CJK UNIFIED IDEOGRAPH-2C3EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F0,
        name: "CJK UNIFIED IDEOGRAPH-2C3F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F1,
        name: "CJK UNIFIED IDEOGRAPH-2C3F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F2,
        name: "CJK UNIFIED IDEOGRAPH-2C3F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F3,
        name: "CJK UNIFIED IDEOGRAPH-2C3F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F4,
        name: "CJK UNIFIED IDEOGRAPH-2C3F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F5,
        name: "CJK UNIFIED IDEOGRAPH-2C3F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F6,
        name: "CJK UNIFIED IDEOGRAPH-2C3F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F7,
        name: "CJK UNIFIED IDEOGRAPH-2C3F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F8,
        name: "CJK UNIFIED IDEOGRAPH-2C3F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3F9,
        name: "CJK UNIFIED IDEOGRAPH-2C3F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3FA,
        name: "CJK UNIFIED IDEOGRAPH-2C3FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3FB,
        name: "CJK UNIFIED IDEOGRAPH-2C3FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3FC,
        name: "CJK UNIFIED IDEOGRAPH-2C3FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3FD,
        name: "CJK UNIFIED IDEOGRAPH-2C3FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3FE,
        name: "CJK UNIFIED IDEOGRAPH-2C3FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C3FF,
        name: "CJK UNIFIED IDEOGRAPH-2C3FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C400,
        name: "CJK UNIFIED IDEOGRAPH-2C400",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C401,
        name: "CJK UNIFIED IDEOGRAPH-2C401",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C402,
        name: "CJK UNIFIED IDEOGRAPH-2C402",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C403,
        name: "CJK UNIFIED IDEOGRAPH-2C403",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C404,
        name: "CJK UNIFIED IDEOGRAPH-2C404",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C405,
        name: "CJK UNIFIED IDEOGRAPH-2C405",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C406,
        name: "CJK UNIFIED IDEOGRAPH-2C406",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C407,
        name: "CJK UNIFIED IDEOGRAPH-2C407",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C408,
        name: "CJK UNIFIED IDEOGRAPH-2C408",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C409,
        name: "CJK UNIFIED IDEOGRAPH-2C409",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C40A,
        name: "CJK UNIFIED IDEOGRAPH-2C40A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C40B,
        name: "CJK UNIFIED IDEOGRAPH-2C40B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C40C,
        name: "CJK UNIFIED IDEOGRAPH-2C40C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C40D,
        name: "CJK UNIFIED IDEOGRAPH-2C40D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C40E,
        name: "CJK UNIFIED IDEOGRAPH-2C40E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C40F,
        name: "CJK UNIFIED IDEOGRAPH-2C40F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C410,
        name: "CJK UNIFIED IDEOGRAPH-2C410",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C411,
        name: "CJK UNIFIED IDEOGRAPH-2C411",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C412,
        name: "CJK UNIFIED IDEOGRAPH-2C412",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C413,
        name: "CJK UNIFIED IDEOGRAPH-2C413",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C414,
        name: "CJK UNIFIED IDEOGRAPH-2C414",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C415,
        name: "CJK UNIFIED IDEOGRAPH-2C415",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C416,
        name: "CJK UNIFIED IDEOGRAPH-2C416",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C417,
        name: "CJK UNIFIED IDEOGRAPH-2C417",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C418,
        name: "CJK UNIFIED IDEOGRAPH-2C418",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C419,
        name: "CJK UNIFIED IDEOGRAPH-2C419",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C41A,
        name: "CJK UNIFIED IDEOGRAPH-2C41A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C41B,
        name: "CJK UNIFIED IDEOGRAPH-2C41B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C41C,
        name: "CJK UNIFIED IDEOGRAPH-2C41C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C41D,
        name: "CJK UNIFIED IDEOGRAPH-2C41D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C41E,
        name: "CJK UNIFIED IDEOGRAPH-2C41E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C41F,
        name: "CJK UNIFIED IDEOGRAPH-2C41F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C420,
        name: "CJK UNIFIED IDEOGRAPH-2C420",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C421,
        name: "CJK UNIFIED IDEOGRAPH-2C421",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C422,
        name: "CJK UNIFIED IDEOGRAPH-2C422",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C423,
        name: "CJK UNIFIED IDEOGRAPH-2C423",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C424,
        name: "CJK UNIFIED IDEOGRAPH-2C424",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C425,
        name: "CJK UNIFIED IDEOGRAPH-2C425",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C426,
        name: "CJK UNIFIED IDEOGRAPH-2C426",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C427,
        name: "CJK UNIFIED IDEOGRAPH-2C427",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C428,
        name: "CJK UNIFIED IDEOGRAPH-2C428",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C429,
        name: "CJK UNIFIED IDEOGRAPH-2C429",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C42A,
        name: "CJK UNIFIED IDEOGRAPH-2C42A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C42B,
        name: "CJK UNIFIED IDEOGRAPH-2C42B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C42C,
        name: "CJK UNIFIED IDEOGRAPH-2C42C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C42D,
        name: "CJK UNIFIED IDEOGRAPH-2C42D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C42E,
        name: "CJK UNIFIED IDEOGRAPH-2C42E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C42F,
        name: "CJK UNIFIED IDEOGRAPH-2C42F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C430,
        name: "CJK UNIFIED IDEOGRAPH-2C430",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C431,
        name: "CJK UNIFIED IDEOGRAPH-2C431",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C432,
        name: "CJK UNIFIED IDEOGRAPH-2C432",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C433,
        name: "CJK UNIFIED IDEOGRAPH-2C433",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C434,
        name: "CJK UNIFIED IDEOGRAPH-2C434",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C435,
        name: "CJK UNIFIED IDEOGRAPH-2C435",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C436,
        name: "CJK UNIFIED IDEOGRAPH-2C436",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C437,
        name: "CJK UNIFIED IDEOGRAPH-2C437",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C438,
        name: "CJK UNIFIED IDEOGRAPH-2C438",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C439,
        name: "CJK UNIFIED IDEOGRAPH-2C439",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C43A,
        name: "CJK UNIFIED IDEOGRAPH-2C43A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C43B,
        name: "CJK UNIFIED IDEOGRAPH-2C43B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C43C,
        name: "CJK UNIFIED IDEOGRAPH-2C43C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C43D,
        name: "CJK UNIFIED IDEOGRAPH-2C43D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C43E,
        name: "CJK UNIFIED IDEOGRAPH-2C43E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C43F,
        name: "CJK UNIFIED IDEOGRAPH-2C43F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C440,
        name: "CJK UNIFIED IDEOGRAPH-2C440",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C441,
        name: "CJK UNIFIED IDEOGRAPH-2C441",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C442,
        name: "CJK UNIFIED IDEOGRAPH-2C442",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C443,
        name: "CJK UNIFIED IDEOGRAPH-2C443",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C444,
        name: "CJK UNIFIED IDEOGRAPH-2C444",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C445,
        name: "CJK UNIFIED IDEOGRAPH-2C445",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C446,
        name: "CJK UNIFIED IDEOGRAPH-2C446",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C447,
        name: "CJK UNIFIED IDEOGRAPH-2C447",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C448,
        name: "CJK UNIFIED IDEOGRAPH-2C448",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C449,
        name: "CJK UNIFIED IDEOGRAPH-2C449",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C44A,
        name: "CJK UNIFIED IDEOGRAPH-2C44A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C44B,
        name: "CJK UNIFIED IDEOGRAPH-2C44B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C44C,
        name: "CJK UNIFIED IDEOGRAPH-2C44C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C44D,
        name: "CJK UNIFIED IDEOGRAPH-2C44D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C44E,
        name: "CJK UNIFIED IDEOGRAPH-2C44E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C44F,
        name: "CJK UNIFIED IDEOGRAPH-2C44F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C450,
        name: "CJK UNIFIED IDEOGRAPH-2C450",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C451,
        name: "CJK UNIFIED IDEOGRAPH-2C451",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C452,
        name: "CJK UNIFIED IDEOGRAPH-2C452",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C453,
        name: "CJK UNIFIED IDEOGRAPH-2C453",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C454,
        name: "CJK UNIFIED IDEOGRAPH-2C454",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C455,
        name: "CJK UNIFIED IDEOGRAPH-2C455",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C456,
        name: "CJK UNIFIED IDEOGRAPH-2C456",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C457,
        name: "CJK UNIFIED IDEOGRAPH-2C457",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C458,
        name: "CJK UNIFIED IDEOGRAPH-2C458",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C459,
        name: "CJK UNIFIED IDEOGRAPH-2C459",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C45A,
        name: "CJK UNIFIED IDEOGRAPH-2C45A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C45B,
        name: "CJK UNIFIED IDEOGRAPH-2C45B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C45C,
        name: "CJK UNIFIED IDEOGRAPH-2C45C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C45D,
        name: "CJK UNIFIED IDEOGRAPH-2C45D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C45E,
        name: "CJK UNIFIED IDEOGRAPH-2C45E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C45F,
        name: "CJK UNIFIED IDEOGRAPH-2C45F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C460,
        name: "CJK UNIFIED IDEOGRAPH-2C460",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C461,
        name: "CJK UNIFIED IDEOGRAPH-2C461",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C462,
        name: "CJK UNIFIED IDEOGRAPH-2C462",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C463,
        name: "CJK UNIFIED IDEOGRAPH-2C463",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C464,
        name: "CJK UNIFIED IDEOGRAPH-2C464",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C465,
        name: "CJK UNIFIED IDEOGRAPH-2C465",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C466,
        name: "CJK UNIFIED IDEOGRAPH-2C466",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C467,
        name: "CJK UNIFIED IDEOGRAPH-2C467",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C468,
        name: "CJK UNIFIED IDEOGRAPH-2C468",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C469,
        name: "CJK UNIFIED IDEOGRAPH-2C469",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C46A,
        name: "CJK UNIFIED IDEOGRAPH-2C46A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C46B,
        name: "CJK UNIFIED IDEOGRAPH-2C46B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C46C,
        name: "CJK UNIFIED IDEOGRAPH-2C46C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C46D,
        name: "CJK UNIFIED IDEOGRAPH-2C46D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C46E,
        name: "CJK UNIFIED IDEOGRAPH-2C46E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C46F,
        name: "CJK UNIFIED IDEOGRAPH-2C46F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C470,
        name: "CJK UNIFIED IDEOGRAPH-2C470",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C471,
        name: "CJK UNIFIED IDEOGRAPH-2C471",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C472,
        name: "CJK UNIFIED IDEOGRAPH-2C472",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C473,
        name: "CJK UNIFIED IDEOGRAPH-2C473",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C474,
        name: "CJK UNIFIED IDEOGRAPH-2C474",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C475,
        name: "CJK UNIFIED IDEOGRAPH-2C475",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C476,
        name: "CJK UNIFIED IDEOGRAPH-2C476",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C477,
        name: "CJK UNIFIED IDEOGRAPH-2C477",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C478,
        name: "CJK UNIFIED IDEOGRAPH-2C478",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C479,
        name: "CJK UNIFIED IDEOGRAPH-2C479",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C47A,
        name: "CJK UNIFIED IDEOGRAPH-2C47A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C47B,
        name: "CJK UNIFIED IDEOGRAPH-2C47B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C47C,
        name: "CJK UNIFIED IDEOGRAPH-2C47C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C47D,
        name: "CJK UNIFIED IDEOGRAPH-2C47D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C47E,
        name: "CJK UNIFIED IDEOGRAPH-2C47E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C47F,
        name: "CJK UNIFIED IDEOGRAPH-2C47F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C480,
        name: "CJK UNIFIED IDEOGRAPH-2C480",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C481,
        name: "CJK UNIFIED IDEOGRAPH-2C481",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C482,
        name: "CJK UNIFIED IDEOGRAPH-2C482",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C483,
        name: "CJK UNIFIED IDEOGRAPH-2C483",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C484,
        name: "CJK UNIFIED IDEOGRAPH-2C484",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C485,
        name: "CJK UNIFIED IDEOGRAPH-2C485",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C486,
        name: "CJK UNIFIED IDEOGRAPH-2C486",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C487,
        name: "CJK UNIFIED IDEOGRAPH-2C487",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C488,
        name: "CJK UNIFIED IDEOGRAPH-2C488",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C489,
        name: "CJK UNIFIED IDEOGRAPH-2C489",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C48A,
        name: "CJK UNIFIED IDEOGRAPH-2C48A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C48B,
        name: "CJK UNIFIED IDEOGRAPH-2C48B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C48C,
        name: "CJK UNIFIED IDEOGRAPH-2C48C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C48D,
        name: "CJK UNIFIED IDEOGRAPH-2C48D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C48E,
        name: "CJK UNIFIED IDEOGRAPH-2C48E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C48F,
        name: "CJK UNIFIED IDEOGRAPH-2C48F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C490,
        name: "CJK UNIFIED IDEOGRAPH-2C490",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C491,
        name: "CJK UNIFIED IDEOGRAPH-2C491",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C492,
        name: "CJK UNIFIED IDEOGRAPH-2C492",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C493,
        name: "CJK UNIFIED IDEOGRAPH-2C493",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C494,
        name: "CJK UNIFIED IDEOGRAPH-2C494",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C495,
        name: "CJK UNIFIED IDEOGRAPH-2C495",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C496,
        name: "CJK UNIFIED IDEOGRAPH-2C496",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C497,
        name: "CJK UNIFIED IDEOGRAPH-2C497",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C498,
        name: "CJK UNIFIED IDEOGRAPH-2C498",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C499,
        name: "CJK UNIFIED IDEOGRAPH-2C499",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C49A,
        name: "CJK UNIFIED IDEOGRAPH-2C49A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C49B,
        name: "CJK UNIFIED IDEOGRAPH-2C49B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C49C,
        name: "CJK UNIFIED IDEOGRAPH-2C49C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C49D,
        name: "CJK UNIFIED IDEOGRAPH-2C49D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C49E,
        name: "CJK UNIFIED IDEOGRAPH-2C49E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C49F,
        name: "CJK UNIFIED IDEOGRAPH-2C49F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A0,
        name: "CJK UNIFIED IDEOGRAPH-2C4A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A1,
        name: "CJK UNIFIED IDEOGRAPH-2C4A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A2,
        name: "CJK UNIFIED IDEOGRAPH-2C4A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A3,
        name: "CJK UNIFIED IDEOGRAPH-2C4A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A4,
        name: "CJK UNIFIED IDEOGRAPH-2C4A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A5,
        name: "CJK UNIFIED IDEOGRAPH-2C4A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A6,
        name: "CJK UNIFIED IDEOGRAPH-2C4A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A7,
        name: "CJK UNIFIED IDEOGRAPH-2C4A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A8,
        name: "CJK UNIFIED IDEOGRAPH-2C4A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4A9,
        name: "CJK UNIFIED IDEOGRAPH-2C4A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4AA,
        name: "CJK UNIFIED IDEOGRAPH-2C4AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4AB,
        name: "CJK UNIFIED IDEOGRAPH-2C4AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4AC,
        name: "CJK UNIFIED IDEOGRAPH-2C4AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4AD,
        name: "CJK UNIFIED IDEOGRAPH-2C4AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4AE,
        name: "CJK UNIFIED IDEOGRAPH-2C4AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4AF,
        name: "CJK UNIFIED IDEOGRAPH-2C4AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B0,
        name: "CJK UNIFIED IDEOGRAPH-2C4B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B1,
        name: "CJK UNIFIED IDEOGRAPH-2C4B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B2,
        name: "CJK UNIFIED IDEOGRAPH-2C4B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B3,
        name: "CJK UNIFIED IDEOGRAPH-2C4B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B4,
        name: "CJK UNIFIED IDEOGRAPH-2C4B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B5,
        name: "CJK UNIFIED IDEOGRAPH-2C4B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B6,
        name: "CJK UNIFIED IDEOGRAPH-2C4B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B7,
        name: "CJK UNIFIED IDEOGRAPH-2C4B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B8,
        name: "CJK UNIFIED IDEOGRAPH-2C4B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4B9,
        name: "CJK UNIFIED IDEOGRAPH-2C4B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4BA,
        name: "CJK UNIFIED IDEOGRAPH-2C4BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4BB,
        name: "CJK UNIFIED IDEOGRAPH-2C4BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4BC,
        name: "CJK UNIFIED IDEOGRAPH-2C4BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4BD,
        name: "CJK UNIFIED IDEOGRAPH-2C4BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4BE,
        name: "CJK UNIFIED IDEOGRAPH-2C4BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4BF,
        name: "CJK UNIFIED IDEOGRAPH-2C4BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C0,
        name: "CJK UNIFIED IDEOGRAPH-2C4C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C1,
        name: "CJK UNIFIED IDEOGRAPH-2C4C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C2,
        name: "CJK UNIFIED IDEOGRAPH-2C4C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C3,
        name: "CJK UNIFIED IDEOGRAPH-2C4C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C4,
        name: "CJK UNIFIED IDEOGRAPH-2C4C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C5,
        name: "CJK UNIFIED IDEOGRAPH-2C4C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C6,
        name: "CJK UNIFIED IDEOGRAPH-2C4C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C7,
        name: "CJK UNIFIED IDEOGRAPH-2C4C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C8,
        name: "CJK UNIFIED IDEOGRAPH-2C4C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4C9,
        name: "CJK UNIFIED IDEOGRAPH-2C4C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4CA,
        name: "CJK UNIFIED IDEOGRAPH-2C4CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4CB,
        name: "CJK UNIFIED IDEOGRAPH-2C4CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4CC,
        name: "CJK UNIFIED IDEOGRAPH-2C4CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4CD,
        name: "CJK UNIFIED IDEOGRAPH-2C4CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4CE,
        name: "CJK UNIFIED IDEOGRAPH-2C4CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4CF,
        name: "CJK UNIFIED IDEOGRAPH-2C4CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D0,
        name: "CJK UNIFIED IDEOGRAPH-2C4D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D1,
        name: "CJK UNIFIED IDEOGRAPH-2C4D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D2,
        name: "CJK UNIFIED IDEOGRAPH-2C4D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D3,
        name: "CJK UNIFIED IDEOGRAPH-2C4D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D4,
        name: "CJK UNIFIED IDEOGRAPH-2C4D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D5,
        name: "CJK UNIFIED IDEOGRAPH-2C4D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D6,
        name: "CJK UNIFIED IDEOGRAPH-2C4D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D7,
        name: "CJK UNIFIED IDEOGRAPH-2C4D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D8,
        name: "CJK UNIFIED IDEOGRAPH-2C4D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4D9,
        name: "CJK UNIFIED IDEOGRAPH-2C4D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4DA,
        name: "CJK UNIFIED IDEOGRAPH-2C4DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4DB,
        name: "CJK UNIFIED IDEOGRAPH-2C4DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4DC,
        name: "CJK UNIFIED IDEOGRAPH-2C4DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4DD,
        name: "CJK UNIFIED IDEOGRAPH-2C4DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4DE,
        name: "CJK UNIFIED IDEOGRAPH-2C4DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4DF,
        name: "CJK UNIFIED IDEOGRAPH-2C4DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E0,
        name: "CJK UNIFIED IDEOGRAPH-2C4E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E1,
        name: "CJK UNIFIED IDEOGRAPH-2C4E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E2,
        name: "CJK UNIFIED IDEOGRAPH-2C4E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E3,
        name: "CJK UNIFIED IDEOGRAPH-2C4E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E4,
        name: "CJK UNIFIED IDEOGRAPH-2C4E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E5,
        name: "CJK UNIFIED IDEOGRAPH-2C4E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E6,
        name: "CJK UNIFIED IDEOGRAPH-2C4E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E7,
        name: "CJK UNIFIED IDEOGRAPH-2C4E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E8,
        name: "CJK UNIFIED IDEOGRAPH-2C4E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4E9,
        name: "CJK UNIFIED IDEOGRAPH-2C4E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4EA,
        name: "CJK UNIFIED IDEOGRAPH-2C4EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4EB,
        name: "CJK UNIFIED IDEOGRAPH-2C4EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4EC,
        name: "CJK UNIFIED IDEOGRAPH-2C4EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4ED,
        name: "CJK UNIFIED IDEOGRAPH-2C4ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4EE,
        name: "CJK UNIFIED IDEOGRAPH-2C4EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4EF,
        name: "CJK UNIFIED IDEOGRAPH-2C4EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F0,
        name: "CJK UNIFIED IDEOGRAPH-2C4F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F1,
        name: "CJK UNIFIED IDEOGRAPH-2C4F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F2,
        name: "CJK UNIFIED IDEOGRAPH-2C4F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F3,
        name: "CJK UNIFIED IDEOGRAPH-2C4F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F4,
        name: "CJK UNIFIED IDEOGRAPH-2C4F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F5,
        name: "CJK UNIFIED IDEOGRAPH-2C4F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F6,
        name: "CJK UNIFIED IDEOGRAPH-2C4F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F7,
        name: "CJK UNIFIED IDEOGRAPH-2C4F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F8,
        name: "CJK UNIFIED IDEOGRAPH-2C4F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4F9,
        name: "CJK UNIFIED IDEOGRAPH-2C4F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4FA,
        name: "CJK UNIFIED IDEOGRAPH-2C4FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4FB,
        name: "CJK UNIFIED IDEOGRAPH-2C4FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4FC,
        name: "CJK UNIFIED IDEOGRAPH-2C4FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4FD,
        name: "CJK UNIFIED IDEOGRAPH-2C4FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4FE,
        name: "CJK UNIFIED IDEOGRAPH-2C4FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C4FF,
        name: "CJK UNIFIED IDEOGRAPH-2C4FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C500,
        name: "CJK UNIFIED IDEOGRAPH-2C500",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C501,
        name: "CJK UNIFIED IDEOGRAPH-2C501",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C502,
        name: "CJK UNIFIED IDEOGRAPH-2C502",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C503,
        name: "CJK UNIFIED IDEOGRAPH-2C503",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C504,
        name: "CJK UNIFIED IDEOGRAPH-2C504",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C505,
        name: "CJK UNIFIED IDEOGRAPH-2C505",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C506,
        name: "CJK UNIFIED IDEOGRAPH-2C506",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C507,
        name: "CJK UNIFIED IDEOGRAPH-2C507",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C508,
        name: "CJK UNIFIED IDEOGRAPH-2C508",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C509,
        name: "CJK UNIFIED IDEOGRAPH-2C509",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C50A,
        name: "CJK UNIFIED IDEOGRAPH-2C50A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C50B,
        name: "CJK UNIFIED IDEOGRAPH-2C50B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C50C,
        name: "CJK UNIFIED IDEOGRAPH-2C50C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C50D,
        name: "CJK UNIFIED IDEOGRAPH-2C50D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C50E,
        name: "CJK UNIFIED IDEOGRAPH-2C50E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C50F,
        name: "CJK UNIFIED IDEOGRAPH-2C50F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C510,
        name: "CJK UNIFIED IDEOGRAPH-2C510",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C511,
        name: "CJK UNIFIED IDEOGRAPH-2C511",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C512,
        name: "CJK UNIFIED IDEOGRAPH-2C512",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C513,
        name: "CJK UNIFIED IDEOGRAPH-2C513",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C514,
        name: "CJK UNIFIED IDEOGRAPH-2C514",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C515,
        name: "CJK UNIFIED IDEOGRAPH-2C515",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C516,
        name: "CJK UNIFIED IDEOGRAPH-2C516",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C517,
        name: "CJK UNIFIED IDEOGRAPH-2C517",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C518,
        name: "CJK UNIFIED IDEOGRAPH-2C518",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C519,
        name: "CJK UNIFIED IDEOGRAPH-2C519",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C51A,
        name: "CJK UNIFIED IDEOGRAPH-2C51A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C51B,
        name: "CJK UNIFIED IDEOGRAPH-2C51B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C51C,
        name: "CJK UNIFIED IDEOGRAPH-2C51C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C51D,
        name: "CJK UNIFIED IDEOGRAPH-2C51D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C51E,
        name: "CJK UNIFIED IDEOGRAPH-2C51E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C51F,
        name: "CJK UNIFIED IDEOGRAPH-2C51F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C520,
        name: "CJK UNIFIED IDEOGRAPH-2C520",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C521,
        name: "CJK UNIFIED IDEOGRAPH-2C521",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C522,
        name: "CJK UNIFIED IDEOGRAPH-2C522",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C523,
        name: "CJK UNIFIED IDEOGRAPH-2C523",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C524,
        name: "CJK UNIFIED IDEOGRAPH-2C524",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C525,
        name: "CJK UNIFIED IDEOGRAPH-2C525",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C526,
        name: "CJK UNIFIED IDEOGRAPH-2C526",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C527,
        name: "CJK UNIFIED IDEOGRAPH-2C527",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C528,
        name: "CJK UNIFIED IDEOGRAPH-2C528",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C529,
        name: "CJK UNIFIED IDEOGRAPH-2C529",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C52A,
        name: "CJK UNIFIED IDEOGRAPH-2C52A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C52B,
        name: "CJK UNIFIED IDEOGRAPH-2C52B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C52C,
        name: "CJK UNIFIED IDEOGRAPH-2C52C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C52D,
        name: "CJK UNIFIED IDEOGRAPH-2C52D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C52E,
        name: "CJK UNIFIED IDEOGRAPH-2C52E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C52F,
        name: "CJK UNIFIED IDEOGRAPH-2C52F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C530,
        name: "CJK UNIFIED IDEOGRAPH-2C530",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C531,
        name: "CJK UNIFIED IDEOGRAPH-2C531",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C532,
        name: "CJK UNIFIED IDEOGRAPH-2C532",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C533,
        name: "CJK UNIFIED IDEOGRAPH-2C533",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C534,
        name: "CJK UNIFIED IDEOGRAPH-2C534",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C535,
        name: "CJK UNIFIED IDEOGRAPH-2C535",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C536,
        name: "CJK UNIFIED IDEOGRAPH-2C536",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C537,
        name: "CJK UNIFIED IDEOGRAPH-2C537",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C538,
        name: "CJK UNIFIED IDEOGRAPH-2C538",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C539,
        name: "CJK UNIFIED IDEOGRAPH-2C539",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C53A,
        name: "CJK UNIFIED IDEOGRAPH-2C53A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C53B,
        name: "CJK UNIFIED IDEOGRAPH-2C53B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C53C,
        name: "CJK UNIFIED IDEOGRAPH-2C53C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C53D,
        name: "CJK UNIFIED IDEOGRAPH-2C53D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C53E,
        name: "CJK UNIFIED IDEOGRAPH-2C53E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C53F,
        name: "CJK UNIFIED IDEOGRAPH-2C53F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C540,
        name: "CJK UNIFIED IDEOGRAPH-2C540",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C541,
        name: "CJK UNIFIED IDEOGRAPH-2C541",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C542,
        name: "CJK UNIFIED IDEOGRAPH-2C542",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C543,
        name: "CJK UNIFIED IDEOGRAPH-2C543",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C544,
        name: "CJK UNIFIED IDEOGRAPH-2C544",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C545,
        name: "CJK UNIFIED IDEOGRAPH-2C545",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C546,
        name: "CJK UNIFIED IDEOGRAPH-2C546",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C547,
        name: "CJK UNIFIED IDEOGRAPH-2C547",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C548,
        name: "CJK UNIFIED IDEOGRAPH-2C548",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C549,
        name: "CJK UNIFIED IDEOGRAPH-2C549",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C54A,
        name: "CJK UNIFIED IDEOGRAPH-2C54A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C54B,
        name: "CJK UNIFIED IDEOGRAPH-2C54B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C54C,
        name: "CJK UNIFIED IDEOGRAPH-2C54C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C54D,
        name: "CJK UNIFIED IDEOGRAPH-2C54D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C54E,
        name: "CJK UNIFIED IDEOGRAPH-2C54E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C54F,
        name: "CJK UNIFIED IDEOGRAPH-2C54F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C550,
        name: "CJK UNIFIED IDEOGRAPH-2C550",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C551,
        name: "CJK UNIFIED IDEOGRAPH-2C551",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C552,
        name: "CJK UNIFIED IDEOGRAPH-2C552",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C553,
        name: "CJK UNIFIED IDEOGRAPH-2C553",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C554,
        name: "CJK UNIFIED IDEOGRAPH-2C554",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C555,
        name: "CJK UNIFIED IDEOGRAPH-2C555",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C556,
        name: "CJK UNIFIED IDEOGRAPH-2C556",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C557,
        name: "CJK UNIFIED IDEOGRAPH-2C557",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C558,
        name: "CJK UNIFIED IDEOGRAPH-2C558",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C559,
        name: "CJK UNIFIED IDEOGRAPH-2C559",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C55A,
        name: "CJK UNIFIED IDEOGRAPH-2C55A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C55B,
        name: "CJK UNIFIED IDEOGRAPH-2C55B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C55C,
        name: "CJK UNIFIED IDEOGRAPH-2C55C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C55D,
        name: "CJK UNIFIED IDEOGRAPH-2C55D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C55E,
        name: "CJK UNIFIED IDEOGRAPH-2C55E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C55F,
        name: "CJK UNIFIED IDEOGRAPH-2C55F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C560,
        name: "CJK UNIFIED IDEOGRAPH-2C560",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C561,
        name: "CJK UNIFIED IDEOGRAPH-2C561",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C562,
        name: "CJK UNIFIED IDEOGRAPH-2C562",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C563,
        name: "CJK UNIFIED IDEOGRAPH-2C563",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C564,
        name: "CJK UNIFIED IDEOGRAPH-2C564",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C565,
        name: "CJK UNIFIED IDEOGRAPH-2C565",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C566,
        name: "CJK UNIFIED IDEOGRAPH-2C566",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C567,
        name: "CJK UNIFIED IDEOGRAPH-2C567",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C568,
        name: "CJK UNIFIED IDEOGRAPH-2C568",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C569,
        name: "CJK UNIFIED IDEOGRAPH-2C569",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C56A,
        name: "CJK UNIFIED IDEOGRAPH-2C56A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C56B,
        name: "CJK UNIFIED IDEOGRAPH-2C56B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C56C,
        name: "CJK UNIFIED IDEOGRAPH-2C56C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C56D,
        name: "CJK UNIFIED IDEOGRAPH-2C56D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C56E,
        name: "CJK UNIFIED IDEOGRAPH-2C56E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C56F,
        name: "CJK UNIFIED IDEOGRAPH-2C56F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C570,
        name: "CJK UNIFIED IDEOGRAPH-2C570",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C571,
        name: "CJK UNIFIED IDEOGRAPH-2C571",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C572,
        name: "CJK UNIFIED IDEOGRAPH-2C572",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C573,
        name: "CJK UNIFIED IDEOGRAPH-2C573",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C574,
        name: "CJK UNIFIED IDEOGRAPH-2C574",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C575,
        name: "CJK UNIFIED IDEOGRAPH-2C575",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C576,
        name: "CJK UNIFIED IDEOGRAPH-2C576",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C577,
        name: "CJK UNIFIED IDEOGRAPH-2C577",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C578,
        name: "CJK UNIFIED IDEOGRAPH-2C578",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C579,
        name: "CJK UNIFIED IDEOGRAPH-2C579",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C57A,
        name: "CJK UNIFIED IDEOGRAPH-2C57A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C57B,
        name: "CJK UNIFIED IDEOGRAPH-2C57B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C57C,
        name: "CJK UNIFIED IDEOGRAPH-2C57C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C57D,
        name: "CJK UNIFIED IDEOGRAPH-2C57D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C57E,
        name: "CJK UNIFIED IDEOGRAPH-2C57E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C57F,
        name: "CJK UNIFIED IDEOGRAPH-2C57F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C580,
        name: "CJK UNIFIED IDEOGRAPH-2C580",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C581,
        name: "CJK UNIFIED IDEOGRAPH-2C581",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C582,
        name: "CJK UNIFIED IDEOGRAPH-2C582",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C583,
        name: "CJK UNIFIED IDEOGRAPH-2C583",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C584,
        name: "CJK UNIFIED IDEOGRAPH-2C584",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C585,
        name: "CJK UNIFIED IDEOGRAPH-2C585",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C586,
        name: "CJK UNIFIED IDEOGRAPH-2C586",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C587,
        name: "CJK UNIFIED IDEOGRAPH-2C587",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C588,
        name: "CJK UNIFIED IDEOGRAPH-2C588",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C589,
        name: "CJK UNIFIED IDEOGRAPH-2C589",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C58A,
        name: "CJK UNIFIED IDEOGRAPH-2C58A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C58B,
        name: "CJK UNIFIED IDEOGRAPH-2C58B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C58C,
        name: "CJK UNIFIED IDEOGRAPH-2C58C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C58D,
        name: "CJK UNIFIED IDEOGRAPH-2C58D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C58E,
        name: "CJK UNIFIED IDEOGRAPH-2C58E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C58F,
        name: "CJK UNIFIED IDEOGRAPH-2C58F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C590,
        name: "CJK UNIFIED IDEOGRAPH-2C590",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C591,
        name: "CJK UNIFIED IDEOGRAPH-2C591",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C592,
        name: "CJK UNIFIED IDEOGRAPH-2C592",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C593,
        name: "CJK UNIFIED IDEOGRAPH-2C593",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C594,
        name: "CJK UNIFIED IDEOGRAPH-2C594",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C595,
        name: "CJK UNIFIED IDEOGRAPH-2C595",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C596,
        name: "CJK UNIFIED IDEOGRAPH-2C596",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C597,
        name: "CJK UNIFIED IDEOGRAPH-2C597",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C598,
        name: "CJK UNIFIED IDEOGRAPH-2C598",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C599,
        name: "CJK UNIFIED IDEOGRAPH-2C599",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C59A,
        name: "CJK UNIFIED IDEOGRAPH-2C59A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C59B,
        name: "CJK UNIFIED IDEOGRAPH-2C59B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C59C,
        name: "CJK UNIFIED IDEOGRAPH-2C59C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C59D,
        name: "CJK UNIFIED IDEOGRAPH-2C59D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C59E,
        name: "CJK UNIFIED IDEOGRAPH-2C59E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C59F,
        name: "CJK UNIFIED IDEOGRAPH-2C59F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A0,
        name: "CJK UNIFIED IDEOGRAPH-2C5A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A1,
        name: "CJK UNIFIED IDEOGRAPH-2C5A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A2,
        name: "CJK UNIFIED IDEOGRAPH-2C5A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A3,
        name: "CJK UNIFIED IDEOGRAPH-2C5A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A4,
        name: "CJK UNIFIED IDEOGRAPH-2C5A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A5,
        name: "CJK UNIFIED IDEOGRAPH-2C5A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A6,
        name: "CJK UNIFIED IDEOGRAPH-2C5A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A7,
        name: "CJK UNIFIED IDEOGRAPH-2C5A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A8,
        name: "CJK UNIFIED IDEOGRAPH-2C5A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5A9,
        name: "CJK UNIFIED IDEOGRAPH-2C5A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5AA,
        name: "CJK UNIFIED IDEOGRAPH-2C5AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5AB,
        name: "CJK UNIFIED IDEOGRAPH-2C5AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5AC,
        name: "CJK UNIFIED IDEOGRAPH-2C5AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5AD,
        name: "CJK UNIFIED IDEOGRAPH-2C5AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5AE,
        name: "CJK UNIFIED IDEOGRAPH-2C5AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5AF,
        name: "CJK UNIFIED IDEOGRAPH-2C5AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B0,
        name: "CJK UNIFIED IDEOGRAPH-2C5B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B1,
        name: "CJK UNIFIED IDEOGRAPH-2C5B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B2,
        name: "CJK UNIFIED IDEOGRAPH-2C5B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B3,
        name: "CJK UNIFIED IDEOGRAPH-2C5B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B4,
        name: "CJK UNIFIED IDEOGRAPH-2C5B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B5,
        name: "CJK UNIFIED IDEOGRAPH-2C5B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B6,
        name: "CJK UNIFIED IDEOGRAPH-2C5B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B7,
        name: "CJK UNIFIED IDEOGRAPH-2C5B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B8,
        name: "CJK UNIFIED IDEOGRAPH-2C5B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5B9,
        name: "CJK UNIFIED IDEOGRAPH-2C5B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5BA,
        name: "CJK UNIFIED IDEOGRAPH-2C5BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5BB,
        name: "CJK UNIFIED IDEOGRAPH-2C5BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5BC,
        name: "CJK UNIFIED IDEOGRAPH-2C5BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5BD,
        name: "CJK UNIFIED IDEOGRAPH-2C5BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5BE,
        name: "CJK UNIFIED IDEOGRAPH-2C5BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5BF,
        name: "CJK UNIFIED IDEOGRAPH-2C5BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C0,
        name: "CJK UNIFIED IDEOGRAPH-2C5C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C1,
        name: "CJK UNIFIED IDEOGRAPH-2C5C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C2,
        name: "CJK UNIFIED IDEOGRAPH-2C5C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C3,
        name: "CJK UNIFIED IDEOGRAPH-2C5C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C4,
        name: "CJK UNIFIED IDEOGRAPH-2C5C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C5,
        name: "CJK UNIFIED IDEOGRAPH-2C5C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C6,
        name: "CJK UNIFIED IDEOGRAPH-2C5C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C7,
        name: "CJK UNIFIED IDEOGRAPH-2C5C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C8,
        name: "CJK UNIFIED IDEOGRAPH-2C5C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5C9,
        name: "CJK UNIFIED IDEOGRAPH-2C5C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5CA,
        name: "CJK UNIFIED IDEOGRAPH-2C5CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5CB,
        name: "CJK UNIFIED IDEOGRAPH-2C5CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5CC,
        name: "CJK UNIFIED IDEOGRAPH-2C5CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5CD,
        name: "CJK UNIFIED IDEOGRAPH-2C5CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5CE,
        name: "CJK UNIFIED IDEOGRAPH-2C5CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5CF,
        name: "CJK UNIFIED IDEOGRAPH-2C5CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D0,
        name: "CJK UNIFIED IDEOGRAPH-2C5D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D1,
        name: "CJK UNIFIED IDEOGRAPH-2C5D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D2,
        name: "CJK UNIFIED IDEOGRAPH-2C5D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D3,
        name: "CJK UNIFIED IDEOGRAPH-2C5D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D4,
        name: "CJK UNIFIED IDEOGRAPH-2C5D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D5,
        name: "CJK UNIFIED IDEOGRAPH-2C5D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D6,
        name: "CJK UNIFIED IDEOGRAPH-2C5D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D7,
        name: "CJK UNIFIED IDEOGRAPH-2C5D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D8,
        name: "CJK UNIFIED IDEOGRAPH-2C5D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5D9,
        name: "CJK UNIFIED IDEOGRAPH-2C5D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5DA,
        name: "CJK UNIFIED IDEOGRAPH-2C5DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5DB,
        name: "CJK UNIFIED IDEOGRAPH-2C5DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5DC,
        name: "CJK UNIFIED IDEOGRAPH-2C5DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5DD,
        name: "CJK UNIFIED IDEOGRAPH-2C5DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5DE,
        name: "CJK UNIFIED IDEOGRAPH-2C5DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5DF,
        name: "CJK UNIFIED IDEOGRAPH-2C5DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E0,
        name: "CJK UNIFIED IDEOGRAPH-2C5E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E1,
        name: "CJK UNIFIED IDEOGRAPH-2C5E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E2,
        name: "CJK UNIFIED IDEOGRAPH-2C5E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E3,
        name: "CJK UNIFIED IDEOGRAPH-2C5E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E4,
        name: "CJK UNIFIED IDEOGRAPH-2C5E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E5,
        name: "CJK UNIFIED IDEOGRAPH-2C5E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E6,
        name: "CJK UNIFIED IDEOGRAPH-2C5E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E7,
        name: "CJK UNIFIED IDEOGRAPH-2C5E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E8,
        name: "CJK UNIFIED IDEOGRAPH-2C5E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5E9,
        name: "CJK UNIFIED IDEOGRAPH-2C5E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5EA,
        name: "CJK UNIFIED IDEOGRAPH-2C5EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5EB,
        name: "CJK UNIFIED IDEOGRAPH-2C5EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5EC,
        name: "CJK UNIFIED IDEOGRAPH-2C5EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5ED,
        name: "CJK UNIFIED IDEOGRAPH-2C5ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5EE,
        name: "CJK UNIFIED IDEOGRAPH-2C5EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5EF,
        name: "CJK UNIFIED IDEOGRAPH-2C5EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F0,
        name: "CJK UNIFIED IDEOGRAPH-2C5F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F1,
        name: "CJK UNIFIED IDEOGRAPH-2C5F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F2,
        name: "CJK UNIFIED IDEOGRAPH-2C5F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F3,
        name: "CJK UNIFIED IDEOGRAPH-2C5F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F4,
        name: "CJK UNIFIED IDEOGRAPH-2C5F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F5,
        name: "CJK UNIFIED IDEOGRAPH-2C5F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F6,
        name: "CJK UNIFIED IDEOGRAPH-2C5F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F7,
        name: "CJK UNIFIED IDEOGRAPH-2C5F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F8,
        name: "CJK UNIFIED IDEOGRAPH-2C5F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5F9,
        name: "CJK UNIFIED IDEOGRAPH-2C5F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5FA,
        name: "CJK UNIFIED IDEOGRAPH-2C5FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5FB,
        name: "CJK UNIFIED IDEOGRAPH-2C5FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5FC,
        name: "CJK UNIFIED IDEOGRAPH-2C5FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5FD,
        name: "CJK UNIFIED IDEOGRAPH-2C5FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5FE,
        name: "CJK UNIFIED IDEOGRAPH-2C5FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C5FF,
        name: "CJK UNIFIED IDEOGRAPH-2C5FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C600,
        name: "CJK UNIFIED IDEOGRAPH-2C600",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C601,
        name: "CJK UNIFIED IDEOGRAPH-2C601",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C602,
        name: "CJK UNIFIED IDEOGRAPH-2C602",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C603,
        name: "CJK UNIFIED IDEOGRAPH-2C603",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C604,
        name: "CJK UNIFIED IDEOGRAPH-2C604",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C605,
        name: "CJK UNIFIED IDEOGRAPH-2C605",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C606,
        name: "CJK UNIFIED IDEOGRAPH-2C606",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C607,
        name: "CJK UNIFIED IDEOGRAPH-2C607",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C608,
        name: "CJK UNIFIED IDEOGRAPH-2C608",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C609,
        name: "CJK UNIFIED IDEOGRAPH-2C609",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C60A,
        name: "CJK UNIFIED IDEOGRAPH-2C60A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C60B,
        name: "CJK UNIFIED IDEOGRAPH-2C60B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C60C,
        name: "CJK UNIFIED IDEOGRAPH-2C60C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C60D,
        name: "CJK UNIFIED IDEOGRAPH-2C60D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C60E,
        name: "CJK UNIFIED IDEOGRAPH-2C60E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C60F,
        name: "CJK UNIFIED IDEOGRAPH-2C60F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C610,
        name: "CJK UNIFIED IDEOGRAPH-2C610",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C611,
        name: "CJK UNIFIED IDEOGRAPH-2C611",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C612,
        name: "CJK UNIFIED IDEOGRAPH-2C612",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C613,
        name: "CJK UNIFIED IDEOGRAPH-2C613",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C614,
        name: "CJK UNIFIED IDEOGRAPH-2C614",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C615,
        name: "CJK UNIFIED IDEOGRAPH-2C615",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C616,
        name: "CJK UNIFIED IDEOGRAPH-2C616",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C617,
        name: "CJK UNIFIED IDEOGRAPH-2C617",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C618,
        name: "CJK UNIFIED IDEOGRAPH-2C618",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C619,
        name: "CJK UNIFIED IDEOGRAPH-2C619",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C61A,
        name: "CJK UNIFIED IDEOGRAPH-2C61A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C61B,
        name: "CJK UNIFIED IDEOGRAPH-2C61B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C61C,
        name: "CJK UNIFIED IDEOGRAPH-2C61C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C61D,
        name: "CJK UNIFIED IDEOGRAPH-2C61D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C61E,
        name: "CJK UNIFIED IDEOGRAPH-2C61E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C61F,
        name: "CJK UNIFIED IDEOGRAPH-2C61F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C620,
        name: "CJK UNIFIED IDEOGRAPH-2C620",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C621,
        name: "CJK UNIFIED IDEOGRAPH-2C621",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C622,
        name: "CJK UNIFIED IDEOGRAPH-2C622",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C623,
        name: "CJK UNIFIED IDEOGRAPH-2C623",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C624,
        name: "CJK UNIFIED IDEOGRAPH-2C624",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C625,
        name: "CJK UNIFIED IDEOGRAPH-2C625",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C626,
        name: "CJK UNIFIED IDEOGRAPH-2C626",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C627,
        name: "CJK UNIFIED IDEOGRAPH-2C627",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C628,
        name: "CJK UNIFIED IDEOGRAPH-2C628",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C629,
        name: "CJK UNIFIED IDEOGRAPH-2C629",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C62A,
        name: "CJK UNIFIED IDEOGRAPH-2C62A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C62B,
        name: "CJK UNIFIED IDEOGRAPH-2C62B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C62C,
        name: "CJK UNIFIED IDEOGRAPH-2C62C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C62D,
        name: "CJK UNIFIED IDEOGRAPH-2C62D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C62E,
        name: "CJK UNIFIED IDEOGRAPH-2C62E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C62F,
        name: "CJK UNIFIED IDEOGRAPH-2C62F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C630,
        name: "CJK UNIFIED IDEOGRAPH-2C630",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C631,
        name: "CJK UNIFIED IDEOGRAPH-2C631",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C632,
        name: "CJK UNIFIED IDEOGRAPH-2C632",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C633,
        name: "CJK UNIFIED IDEOGRAPH-2C633",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C634,
        name: "CJK UNIFIED IDEOGRAPH-2C634",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C635,
        name: "CJK UNIFIED IDEOGRAPH-2C635",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C636,
        name: "CJK UNIFIED IDEOGRAPH-2C636",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C637,
        name: "CJK UNIFIED IDEOGRAPH-2C637",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C638,
        name: "CJK UNIFIED IDEOGRAPH-2C638",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C639,
        name: "CJK UNIFIED IDEOGRAPH-2C639",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C63A,
        name: "CJK UNIFIED IDEOGRAPH-2C63A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C63B,
        name: "CJK UNIFIED IDEOGRAPH-2C63B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C63C,
        name: "CJK UNIFIED IDEOGRAPH-2C63C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C63D,
        name: "CJK UNIFIED IDEOGRAPH-2C63D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C63E,
        name: "CJK UNIFIED IDEOGRAPH-2C63E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C63F,
        name: "CJK UNIFIED IDEOGRAPH-2C63F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C640,
        name: "CJK UNIFIED IDEOGRAPH-2C640",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C641,
        name: "CJK UNIFIED IDEOGRAPH-2C641",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C642,
        name: "CJK UNIFIED IDEOGRAPH-2C642",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C643,
        name: "CJK UNIFIED IDEOGRAPH-2C643",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C644,
        name: "CJK UNIFIED IDEOGRAPH-2C644",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C645,
        name: "CJK UNIFIED IDEOGRAPH-2C645",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C646,
        name: "CJK UNIFIED IDEOGRAPH-2C646",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C647,
        name: "CJK UNIFIED IDEOGRAPH-2C647",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C648,
        name: "CJK UNIFIED IDEOGRAPH-2C648",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C649,
        name: "CJK UNIFIED IDEOGRAPH-2C649",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C64A,
        name: "CJK UNIFIED IDEOGRAPH-2C64A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C64B,
        name: "CJK UNIFIED IDEOGRAPH-2C64B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C64C,
        name: "CJK UNIFIED IDEOGRAPH-2C64C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C64D,
        name: "CJK UNIFIED IDEOGRAPH-2C64D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C64E,
        name: "CJK UNIFIED IDEOGRAPH-2C64E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C64F,
        name: "CJK UNIFIED IDEOGRAPH-2C64F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C650,
        name: "CJK UNIFIED IDEOGRAPH-2C650",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C651,
        name: "CJK UNIFIED IDEOGRAPH-2C651",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C652,
        name: "CJK UNIFIED IDEOGRAPH-2C652",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C653,
        name: "CJK UNIFIED IDEOGRAPH-2C653",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C654,
        name: "CJK UNIFIED IDEOGRAPH-2C654",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C655,
        name: "CJK UNIFIED IDEOGRAPH-2C655",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C656,
        name: "CJK UNIFIED IDEOGRAPH-2C656",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C657,
        name: "CJK UNIFIED IDEOGRAPH-2C657",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C658,
        name: "CJK UNIFIED IDEOGRAPH-2C658",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C659,
        name: "CJK UNIFIED IDEOGRAPH-2C659",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C65A,
        name: "CJK UNIFIED IDEOGRAPH-2C65A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C65B,
        name: "CJK UNIFIED IDEOGRAPH-2C65B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C65C,
        name: "CJK UNIFIED IDEOGRAPH-2C65C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C65D,
        name: "CJK UNIFIED IDEOGRAPH-2C65D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C65E,
        name: "CJK UNIFIED IDEOGRAPH-2C65E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C65F,
        name: "CJK UNIFIED IDEOGRAPH-2C65F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C660,
        name: "CJK UNIFIED IDEOGRAPH-2C660",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C661,
        name: "CJK UNIFIED IDEOGRAPH-2C661",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C662,
        name: "CJK UNIFIED IDEOGRAPH-2C662",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C663,
        name: "CJK UNIFIED IDEOGRAPH-2C663",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C664,
        name: "CJK UNIFIED IDEOGRAPH-2C664",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C665,
        name: "CJK UNIFIED IDEOGRAPH-2C665",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C666,
        name: "CJK UNIFIED IDEOGRAPH-2C666",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C667,
        name: "CJK UNIFIED IDEOGRAPH-2C667",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C668,
        name: "CJK UNIFIED IDEOGRAPH-2C668",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C669,
        name: "CJK UNIFIED IDEOGRAPH-2C669",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C66A,
        name: "CJK UNIFIED IDEOGRAPH-2C66A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C66B,
        name: "CJK UNIFIED IDEOGRAPH-2C66B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C66C,
        name: "CJK UNIFIED IDEOGRAPH-2C66C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C66D,
        name: "CJK UNIFIED IDEOGRAPH-2C66D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C66E,
        name: "CJK UNIFIED IDEOGRAPH-2C66E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C66F,
        name: "CJK UNIFIED IDEOGRAPH-2C66F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C670,
        name: "CJK UNIFIED IDEOGRAPH-2C670",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C671,
        name: "CJK UNIFIED IDEOGRAPH-2C671",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C672,
        name: "CJK UNIFIED IDEOGRAPH-2C672",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C673,
        name: "CJK UNIFIED IDEOGRAPH-2C673",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C674,
        name: "CJK UNIFIED IDEOGRAPH-2C674",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C675,
        name: "CJK UNIFIED IDEOGRAPH-2C675",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C676,
        name: "CJK UNIFIED IDEOGRAPH-2C676",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C677,
        name: "CJK UNIFIED IDEOGRAPH-2C677",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C678,
        name: "CJK UNIFIED IDEOGRAPH-2C678",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C679,
        name: "CJK UNIFIED IDEOGRAPH-2C679",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C67A,
        name: "CJK UNIFIED IDEOGRAPH-2C67A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C67B,
        name: "CJK UNIFIED IDEOGRAPH-2C67B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C67C,
        name: "CJK UNIFIED IDEOGRAPH-2C67C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C67D,
        name: "CJK UNIFIED IDEOGRAPH-2C67D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C67E,
        name: "CJK UNIFIED IDEOGRAPH-2C67E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C67F,
        name: "CJK UNIFIED IDEOGRAPH-2C67F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C680,
        name: "CJK UNIFIED IDEOGRAPH-2C680",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C681,
        name: "CJK UNIFIED IDEOGRAPH-2C681",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C682,
        name: "CJK UNIFIED IDEOGRAPH-2C682",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C683,
        name: "CJK UNIFIED IDEOGRAPH-2C683",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C684,
        name: "CJK UNIFIED IDEOGRAPH-2C684",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C685,
        name: "CJK UNIFIED IDEOGRAPH-2C685",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C686,
        name: "CJK UNIFIED IDEOGRAPH-2C686",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C687,
        name: "CJK UNIFIED IDEOGRAPH-2C687",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C688,
        name: "CJK UNIFIED IDEOGRAPH-2C688",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C689,
        name: "CJK UNIFIED IDEOGRAPH-2C689",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C68A,
        name: "CJK UNIFIED IDEOGRAPH-2C68A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C68B,
        name: "CJK UNIFIED IDEOGRAPH-2C68B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C68C,
        name: "CJK UNIFIED IDEOGRAPH-2C68C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C68D,
        name: "CJK UNIFIED IDEOGRAPH-2C68D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C68E,
        name: "CJK UNIFIED IDEOGRAPH-2C68E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C68F,
        name: "CJK UNIFIED IDEOGRAPH-2C68F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C690,
        name: "CJK UNIFIED IDEOGRAPH-2C690",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C691,
        name: "CJK UNIFIED IDEOGRAPH-2C691",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C692,
        name: "CJK UNIFIED IDEOGRAPH-2C692",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C693,
        name: "CJK UNIFIED IDEOGRAPH-2C693",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C694,
        name: "CJK UNIFIED IDEOGRAPH-2C694",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C695,
        name: "CJK UNIFIED IDEOGRAPH-2C695",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C696,
        name: "CJK UNIFIED IDEOGRAPH-2C696",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C697,
        name: "CJK UNIFIED IDEOGRAPH-2C697",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C698,
        name: "CJK UNIFIED IDEOGRAPH-2C698",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C699,
        name: "CJK UNIFIED IDEOGRAPH-2C699",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C69A,
        name: "CJK UNIFIED IDEOGRAPH-2C69A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C69B,
        name: "CJK UNIFIED IDEOGRAPH-2C69B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C69C,
        name: "CJK UNIFIED IDEOGRAPH-2C69C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C69D,
        name: "CJK UNIFIED IDEOGRAPH-2C69D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C69E,
        name: "CJK UNIFIED IDEOGRAPH-2C69E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C69F,
        name: "CJK UNIFIED IDEOGRAPH-2C69F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A0,
        name: "CJK UNIFIED IDEOGRAPH-2C6A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A1,
        name: "CJK UNIFIED IDEOGRAPH-2C6A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A2,
        name: "CJK UNIFIED IDEOGRAPH-2C6A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A3,
        name: "CJK UNIFIED IDEOGRAPH-2C6A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A4,
        name: "CJK UNIFIED IDEOGRAPH-2C6A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A5,
        name: "CJK UNIFIED IDEOGRAPH-2C6A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A6,
        name: "CJK UNIFIED IDEOGRAPH-2C6A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A7,
        name: "CJK UNIFIED IDEOGRAPH-2C6A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A8,
        name: "CJK UNIFIED IDEOGRAPH-2C6A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6A9,
        name: "CJK UNIFIED IDEOGRAPH-2C6A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6AA,
        name: "CJK UNIFIED IDEOGRAPH-2C6AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6AB,
        name: "CJK UNIFIED IDEOGRAPH-2C6AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6AC,
        name: "CJK UNIFIED IDEOGRAPH-2C6AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6AD,
        name: "CJK UNIFIED IDEOGRAPH-2C6AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6AE,
        name: "CJK UNIFIED IDEOGRAPH-2C6AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6AF,
        name: "CJK UNIFIED IDEOGRAPH-2C6AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B0,
        name: "CJK UNIFIED IDEOGRAPH-2C6B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B1,
        name: "CJK UNIFIED IDEOGRAPH-2C6B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B2,
        name: "CJK UNIFIED IDEOGRAPH-2C6B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B3,
        name: "CJK UNIFIED IDEOGRAPH-2C6B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B4,
        name: "CJK UNIFIED IDEOGRAPH-2C6B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B5,
        name: "CJK UNIFIED IDEOGRAPH-2C6B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B6,
        name: "CJK UNIFIED IDEOGRAPH-2C6B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B7,
        name: "CJK UNIFIED IDEOGRAPH-2C6B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B8,
        name: "CJK UNIFIED IDEOGRAPH-2C6B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6B9,
        name: "CJK UNIFIED IDEOGRAPH-2C6B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6BA,
        name: "CJK UNIFIED IDEOGRAPH-2C6BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6BB,
        name: "CJK UNIFIED IDEOGRAPH-2C6BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6BC,
        name: "CJK UNIFIED IDEOGRAPH-2C6BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6BD,
        name: "CJK UNIFIED IDEOGRAPH-2C6BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6BE,
        name: "CJK UNIFIED IDEOGRAPH-2C6BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6BF,
        name: "CJK UNIFIED IDEOGRAPH-2C6BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C0,
        name: "CJK UNIFIED IDEOGRAPH-2C6C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C1,
        name: "CJK UNIFIED IDEOGRAPH-2C6C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C2,
        name: "CJK UNIFIED IDEOGRAPH-2C6C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C3,
        name: "CJK UNIFIED IDEOGRAPH-2C6C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C4,
        name: "CJK UNIFIED IDEOGRAPH-2C6C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C5,
        name: "CJK UNIFIED IDEOGRAPH-2C6C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C6,
        name: "CJK UNIFIED IDEOGRAPH-2C6C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C7,
        name: "CJK UNIFIED IDEOGRAPH-2C6C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C8,
        name: "CJK UNIFIED IDEOGRAPH-2C6C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6C9,
        name: "CJK UNIFIED IDEOGRAPH-2C6C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6CA,
        name: "CJK UNIFIED IDEOGRAPH-2C6CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6CB,
        name: "CJK UNIFIED IDEOGRAPH-2C6CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6CC,
        name: "CJK UNIFIED IDEOGRAPH-2C6CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6CD,
        name: "CJK UNIFIED IDEOGRAPH-2C6CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6CE,
        name: "CJK UNIFIED IDEOGRAPH-2C6CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6CF,
        name: "CJK UNIFIED IDEOGRAPH-2C6CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D0,
        name: "CJK UNIFIED IDEOGRAPH-2C6D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D1,
        name: "CJK UNIFIED IDEOGRAPH-2C6D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D2,
        name: "CJK UNIFIED IDEOGRAPH-2C6D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D3,
        name: "CJK UNIFIED IDEOGRAPH-2C6D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D4,
        name: "CJK UNIFIED IDEOGRAPH-2C6D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D5,
        name: "CJK UNIFIED IDEOGRAPH-2C6D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D6,
        name: "CJK UNIFIED IDEOGRAPH-2C6D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D7,
        name: "CJK UNIFIED IDEOGRAPH-2C6D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D8,
        name: "CJK UNIFIED IDEOGRAPH-2C6D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6D9,
        name: "CJK UNIFIED IDEOGRAPH-2C6D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6DA,
        name: "CJK UNIFIED IDEOGRAPH-2C6DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6DB,
        name: "CJK UNIFIED IDEOGRAPH-2C6DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6DC,
        name: "CJK UNIFIED IDEOGRAPH-2C6DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6DD,
        name: "CJK UNIFIED IDEOGRAPH-2C6DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6DE,
        name: "CJK UNIFIED IDEOGRAPH-2C6DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6DF,
        name: "CJK UNIFIED IDEOGRAPH-2C6DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E0,
        name: "CJK UNIFIED IDEOGRAPH-2C6E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E1,
        name: "CJK UNIFIED IDEOGRAPH-2C6E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E2,
        name: "CJK UNIFIED IDEOGRAPH-2C6E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E3,
        name: "CJK UNIFIED IDEOGRAPH-2C6E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E4,
        name: "CJK UNIFIED IDEOGRAPH-2C6E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E5,
        name: "CJK UNIFIED IDEOGRAPH-2C6E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E6,
        name: "CJK UNIFIED IDEOGRAPH-2C6E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E7,
        name: "CJK UNIFIED IDEOGRAPH-2C6E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E8,
        name: "CJK UNIFIED IDEOGRAPH-2C6E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6E9,
        name: "CJK UNIFIED IDEOGRAPH-2C6E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6EA,
        name: "CJK UNIFIED IDEOGRAPH-2C6EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6EB,
        name: "CJK UNIFIED IDEOGRAPH-2C6EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6EC,
        name: "CJK UNIFIED IDEOGRAPH-2C6EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6ED,
        name: "CJK UNIFIED IDEOGRAPH-2C6ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6EE,
        name: "CJK UNIFIED IDEOGRAPH-2C6EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6EF,
        name: "CJK UNIFIED IDEOGRAPH-2C6EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F0,
        name: "CJK UNIFIED IDEOGRAPH-2C6F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F1,
        name: "CJK UNIFIED IDEOGRAPH-2C6F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F2,
        name: "CJK UNIFIED IDEOGRAPH-2C6F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F3,
        name: "CJK UNIFIED IDEOGRAPH-2C6F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F4,
        name: "CJK UNIFIED IDEOGRAPH-2C6F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F5,
        name: "CJK UNIFIED IDEOGRAPH-2C6F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F6,
        name: "CJK UNIFIED IDEOGRAPH-2C6F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F7,
        name: "CJK UNIFIED IDEOGRAPH-2C6F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F8,
        name: "CJK UNIFIED IDEOGRAPH-2C6F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6F9,
        name: "CJK UNIFIED IDEOGRAPH-2C6F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6FA,
        name: "CJK UNIFIED IDEOGRAPH-2C6FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6FB,
        name: "CJK UNIFIED IDEOGRAPH-2C6FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6FC,
        name: "CJK UNIFIED IDEOGRAPH-2C6FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6FD,
        name: "CJK UNIFIED IDEOGRAPH-2C6FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6FE,
        name: "CJK UNIFIED IDEOGRAPH-2C6FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C6FF,
        name: "CJK UNIFIED IDEOGRAPH-2C6FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C700,
        name: "CJK UNIFIED IDEOGRAPH-2C700",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C701,
        name: "CJK UNIFIED IDEOGRAPH-2C701",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C702,
        name: "CJK UNIFIED IDEOGRAPH-2C702",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C703,
        name: "CJK UNIFIED IDEOGRAPH-2C703",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C704,
        name: "CJK UNIFIED IDEOGRAPH-2C704",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C705,
        name: "CJK UNIFIED IDEOGRAPH-2C705",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C706,
        name: "CJK UNIFIED IDEOGRAPH-2C706",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C707,
        name: "CJK UNIFIED IDEOGRAPH-2C707",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C708,
        name: "CJK UNIFIED IDEOGRAPH-2C708",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C709,
        name: "CJK UNIFIED IDEOGRAPH-2C709",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C70A,
        name: "CJK UNIFIED IDEOGRAPH-2C70A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C70B,
        name: "CJK UNIFIED IDEOGRAPH-2C70B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C70C,
        name: "CJK UNIFIED IDEOGRAPH-2C70C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C70D,
        name: "CJK UNIFIED IDEOGRAPH-2C70D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C70E,
        name: "CJK UNIFIED IDEOGRAPH-2C70E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C70F,
        name: "CJK UNIFIED IDEOGRAPH-2C70F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C710,
        name: "CJK UNIFIED IDEOGRAPH-2C710",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C711,
        name: "CJK UNIFIED IDEOGRAPH-2C711",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C712,
        name: "CJK UNIFIED IDEOGRAPH-2C712",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C713,
        name: "CJK UNIFIED IDEOGRAPH-2C713",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C714,
        name: "CJK UNIFIED IDEOGRAPH-2C714",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C715,
        name: "CJK UNIFIED IDEOGRAPH-2C715",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C716,
        name: "CJK UNIFIED IDEOGRAPH-2C716",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C717,
        name: "CJK UNIFIED IDEOGRAPH-2C717",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C718,
        name: "CJK UNIFIED IDEOGRAPH-2C718",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C719,
        name: "CJK UNIFIED IDEOGRAPH-2C719",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C71A,
        name: "CJK UNIFIED IDEOGRAPH-2C71A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C71B,
        name: "CJK UNIFIED IDEOGRAPH-2C71B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C71C,
        name: "CJK UNIFIED IDEOGRAPH-2C71C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C71D,
        name: "CJK UNIFIED IDEOGRAPH-2C71D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C71E,
        name: "CJK UNIFIED IDEOGRAPH-2C71E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C71F,
        name: "CJK UNIFIED IDEOGRAPH-2C71F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C720,
        name: "CJK UNIFIED IDEOGRAPH-2C720",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C721,
        name: "CJK UNIFIED IDEOGRAPH-2C721",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C722,
        name: "CJK UNIFIED IDEOGRAPH-2C722",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C723,
        name: "CJK UNIFIED IDEOGRAPH-2C723",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C724,
        name: "CJK UNIFIED IDEOGRAPH-2C724",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C725,
        name: "CJK UNIFIED IDEOGRAPH-2C725",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C726,
        name: "CJK UNIFIED IDEOGRAPH-2C726",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C727,
        name: "CJK UNIFIED IDEOGRAPH-2C727",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C728,
        name: "CJK UNIFIED IDEOGRAPH-2C728",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C729,
        name: "CJK UNIFIED IDEOGRAPH-2C729",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C72A,
        name: "CJK UNIFIED IDEOGRAPH-2C72A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C72B,
        name: "CJK UNIFIED IDEOGRAPH-2C72B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C72C,
        name: "CJK UNIFIED IDEOGRAPH-2C72C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C72D,
        name: "CJK UNIFIED IDEOGRAPH-2C72D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C72E,
        name: "CJK UNIFIED IDEOGRAPH-2C72E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C72F,
        name: "CJK UNIFIED IDEOGRAPH-2C72F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C730,
        name: "CJK UNIFIED IDEOGRAPH-2C730",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C731,
        name: "CJK UNIFIED IDEOGRAPH-2C731",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C732,
        name: "CJK UNIFIED IDEOGRAPH-2C732",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C733,
        name: "CJK UNIFIED IDEOGRAPH-2C733",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C734,
        name: "CJK UNIFIED IDEOGRAPH-2C734",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C735,
        name: "CJK UNIFIED IDEOGRAPH-2C735",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C736,
        name: "CJK UNIFIED IDEOGRAPH-2C736",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C737,
        name: "CJK UNIFIED IDEOGRAPH-2C737",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C738,
        name: "CJK UNIFIED IDEOGRAPH-2C738",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C739,
        name: "CJK UNIFIED IDEOGRAPH-2C739",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C73A,
        name: "CJK UNIFIED IDEOGRAPH-2C73A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C73B,
        name: "CJK UNIFIED IDEOGRAPH-2C73B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C73C,
        name: "CJK UNIFIED IDEOGRAPH-2C73C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C73D,
        name: "CJK UNIFIED IDEOGRAPH-2C73D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C73E,
        name: "CJK UNIFIED IDEOGRAPH-2C73E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C73F,
        name: "CJK UNIFIED IDEOGRAPH-2C73F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C740,
        name: "CJK UNIFIED IDEOGRAPH-2C740",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C741,
        name: "CJK UNIFIED IDEOGRAPH-2C741",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C742,
        name: "CJK UNIFIED IDEOGRAPH-2C742",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C743,
        name: "CJK UNIFIED IDEOGRAPH-2C743",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C744,
        name: "CJK UNIFIED IDEOGRAPH-2C744",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C745,
        name: "CJK UNIFIED IDEOGRAPH-2C745",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C746,
        name: "CJK UNIFIED IDEOGRAPH-2C746",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C747,
        name: "CJK UNIFIED IDEOGRAPH-2C747",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C748,
        name: "CJK UNIFIED IDEOGRAPH-2C748",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C749,
        name: "CJK UNIFIED IDEOGRAPH-2C749",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C74A,
        name: "CJK UNIFIED IDEOGRAPH-2C74A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C74B,
        name: "CJK UNIFIED IDEOGRAPH-2C74B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C74C,
        name: "CJK UNIFIED IDEOGRAPH-2C74C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C74D,
        name: "CJK UNIFIED IDEOGRAPH-2C74D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C74E,
        name: "CJK UNIFIED IDEOGRAPH-2C74E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C74F,
        name: "CJK UNIFIED IDEOGRAPH-2C74F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C750,
        name: "CJK UNIFIED IDEOGRAPH-2C750",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C751,
        name: "CJK UNIFIED IDEOGRAPH-2C751",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C752,
        name: "CJK UNIFIED IDEOGRAPH-2C752",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C753,
        name: "CJK UNIFIED IDEOGRAPH-2C753",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C754,
        name: "CJK UNIFIED IDEOGRAPH-2C754",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C755,
        name: "CJK UNIFIED IDEOGRAPH-2C755",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C756,
        name: "CJK UNIFIED IDEOGRAPH-2C756",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C757,
        name: "CJK UNIFIED IDEOGRAPH-2C757",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C758,
        name: "CJK UNIFIED IDEOGRAPH-2C758",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C759,
        name: "CJK UNIFIED IDEOGRAPH-2C759",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C75A,
        name: "CJK UNIFIED IDEOGRAPH-2C75A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C75B,
        name: "CJK UNIFIED IDEOGRAPH-2C75B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C75C,
        name: "CJK UNIFIED IDEOGRAPH-2C75C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C75D,
        name: "CJK UNIFIED IDEOGRAPH-2C75D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C75E,
        name: "CJK UNIFIED IDEOGRAPH-2C75E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C75F,
        name: "CJK UNIFIED IDEOGRAPH-2C75F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C760,
        name: "CJK UNIFIED IDEOGRAPH-2C760",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C761,
        name: "CJK UNIFIED IDEOGRAPH-2C761",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C762,
        name: "CJK UNIFIED IDEOGRAPH-2C762",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C763,
        name: "CJK UNIFIED IDEOGRAPH-2C763",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C764,
        name: "CJK UNIFIED IDEOGRAPH-2C764",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C765,
        name: "CJK UNIFIED IDEOGRAPH-2C765",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C766,
        name: "CJK UNIFIED IDEOGRAPH-2C766",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C767,
        name: "CJK UNIFIED IDEOGRAPH-2C767",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C768,
        name: "CJK UNIFIED IDEOGRAPH-2C768",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C769,
        name: "CJK UNIFIED IDEOGRAPH-2C769",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C76A,
        name: "CJK UNIFIED IDEOGRAPH-2C76A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C76B,
        name: "CJK UNIFIED IDEOGRAPH-2C76B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C76C,
        name: "CJK UNIFIED IDEOGRAPH-2C76C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C76D,
        name: "CJK UNIFIED IDEOGRAPH-2C76D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C76E,
        name: "CJK UNIFIED IDEOGRAPH-2C76E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C76F,
        name: "CJK UNIFIED IDEOGRAPH-2C76F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C770,
        name: "CJK UNIFIED IDEOGRAPH-2C770",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C771,
        name: "CJK UNIFIED IDEOGRAPH-2C771",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C772,
        name: "CJK UNIFIED IDEOGRAPH-2C772",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C773,
        name: "CJK UNIFIED IDEOGRAPH-2C773",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C774,
        name: "CJK UNIFIED IDEOGRAPH-2C774",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C775,
        name: "CJK UNIFIED IDEOGRAPH-2C775",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C776,
        name: "CJK UNIFIED IDEOGRAPH-2C776",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C777,
        name: "CJK UNIFIED IDEOGRAPH-2C777",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C778,
        name: "CJK UNIFIED IDEOGRAPH-2C778",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C779,
        name: "CJK UNIFIED IDEOGRAPH-2C779",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C77A,
        name: "CJK UNIFIED IDEOGRAPH-2C77A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C77B,
        name: "CJK UNIFIED IDEOGRAPH-2C77B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C77C,
        name: "CJK UNIFIED IDEOGRAPH-2C77C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C77D,
        name: "CJK UNIFIED IDEOGRAPH-2C77D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C77E,
        name: "CJK UNIFIED IDEOGRAPH-2C77E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C77F,
        name: "CJK UNIFIED IDEOGRAPH-2C77F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C780,
        name: "CJK UNIFIED IDEOGRAPH-2C780",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C781,
        name: "CJK UNIFIED IDEOGRAPH-2C781",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C782,
        name: "CJK UNIFIED IDEOGRAPH-2C782",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C783,
        name: "CJK UNIFIED IDEOGRAPH-2C783",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C784,
        name: "CJK UNIFIED IDEOGRAPH-2C784",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C785,
        name: "CJK UNIFIED IDEOGRAPH-2C785",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C786,
        name: "CJK UNIFIED IDEOGRAPH-2C786",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C787,
        name: "CJK UNIFIED IDEOGRAPH-2C787",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C788,
        name: "CJK UNIFIED IDEOGRAPH-2C788",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C789,
        name: "CJK UNIFIED IDEOGRAPH-2C789",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C78A,
        name: "CJK UNIFIED IDEOGRAPH-2C78A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C78B,
        name: "CJK UNIFIED IDEOGRAPH-2C78B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C78C,
        name: "CJK UNIFIED IDEOGRAPH-2C78C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C78D,
        name: "CJK UNIFIED IDEOGRAPH-2C78D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C78E,
        name: "CJK UNIFIED IDEOGRAPH-2C78E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C78F,
        name: "CJK UNIFIED IDEOGRAPH-2C78F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C790,
        name: "CJK UNIFIED IDEOGRAPH-2C790",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C791,
        name: "CJK UNIFIED IDEOGRAPH-2C791",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C792,
        name: "CJK UNIFIED IDEOGRAPH-2C792",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C793,
        name: "CJK UNIFIED IDEOGRAPH-2C793",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C794,
        name: "CJK UNIFIED IDEOGRAPH-2C794",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C795,
        name: "CJK UNIFIED IDEOGRAPH-2C795",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C796,
        name: "CJK UNIFIED IDEOGRAPH-2C796",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C797,
        name: "CJK UNIFIED IDEOGRAPH-2C797",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C798,
        name: "CJK UNIFIED IDEOGRAPH-2C798",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C799,
        name: "CJK UNIFIED IDEOGRAPH-2C799",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C79A,
        name: "CJK UNIFIED IDEOGRAPH-2C79A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C79B,
        name: "CJK UNIFIED IDEOGRAPH-2C79B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C79C,
        name: "CJK UNIFIED IDEOGRAPH-2C79C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C79D,
        name: "CJK UNIFIED IDEOGRAPH-2C79D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C79E,
        name: "CJK UNIFIED IDEOGRAPH-2C79E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C79F,
        name: "CJK UNIFIED IDEOGRAPH-2C79F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A0,
        name: "CJK UNIFIED IDEOGRAPH-2C7A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A1,
        name: "CJK UNIFIED IDEOGRAPH-2C7A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A2,
        name: "CJK UNIFIED IDEOGRAPH-2C7A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A3,
        name: "CJK UNIFIED IDEOGRAPH-2C7A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A4,
        name: "CJK UNIFIED IDEOGRAPH-2C7A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A5,
        name: "CJK UNIFIED IDEOGRAPH-2C7A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A6,
        name: "CJK UNIFIED IDEOGRAPH-2C7A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A7,
        name: "CJK UNIFIED IDEOGRAPH-2C7A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A8,
        name: "CJK UNIFIED IDEOGRAPH-2C7A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7A9,
        name: "CJK UNIFIED IDEOGRAPH-2C7A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7AA,
        name: "CJK UNIFIED IDEOGRAPH-2C7AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7AB,
        name: "CJK UNIFIED IDEOGRAPH-2C7AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7AC,
        name: "CJK UNIFIED IDEOGRAPH-2C7AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7AD,
        name: "CJK UNIFIED IDEOGRAPH-2C7AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7AE,
        name: "CJK UNIFIED IDEOGRAPH-2C7AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7AF,
        name: "CJK UNIFIED IDEOGRAPH-2C7AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B0,
        name: "CJK UNIFIED IDEOGRAPH-2C7B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B1,
        name: "CJK UNIFIED IDEOGRAPH-2C7B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B2,
        name: "CJK UNIFIED IDEOGRAPH-2C7B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B3,
        name: "CJK UNIFIED IDEOGRAPH-2C7B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B4,
        name: "CJK UNIFIED IDEOGRAPH-2C7B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B5,
        name: "CJK UNIFIED IDEOGRAPH-2C7B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B6,
        name: "CJK UNIFIED IDEOGRAPH-2C7B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B7,
        name: "CJK UNIFIED IDEOGRAPH-2C7B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B8,
        name: "CJK UNIFIED IDEOGRAPH-2C7B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7B9,
        name: "CJK UNIFIED IDEOGRAPH-2C7B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7BA,
        name: "CJK UNIFIED IDEOGRAPH-2C7BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7BB,
        name: "CJK UNIFIED IDEOGRAPH-2C7BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7BC,
        name: "CJK UNIFIED IDEOGRAPH-2C7BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7BD,
        name: "CJK UNIFIED IDEOGRAPH-2C7BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7BE,
        name: "CJK UNIFIED IDEOGRAPH-2C7BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7BF,
        name: "CJK UNIFIED IDEOGRAPH-2C7BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C0,
        name: "CJK UNIFIED IDEOGRAPH-2C7C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C1,
        name: "CJK UNIFIED IDEOGRAPH-2C7C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C2,
        name: "CJK UNIFIED IDEOGRAPH-2C7C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C3,
        name: "CJK UNIFIED IDEOGRAPH-2C7C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C4,
        name: "CJK UNIFIED IDEOGRAPH-2C7C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C5,
        name: "CJK UNIFIED IDEOGRAPH-2C7C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C6,
        name: "CJK UNIFIED IDEOGRAPH-2C7C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C7,
        name: "CJK UNIFIED IDEOGRAPH-2C7C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C8,
        name: "CJK UNIFIED IDEOGRAPH-2C7C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7C9,
        name: "CJK UNIFIED IDEOGRAPH-2C7C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7CA,
        name: "CJK UNIFIED IDEOGRAPH-2C7CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7CB,
        name: "CJK UNIFIED IDEOGRAPH-2C7CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7CC,
        name: "CJK UNIFIED IDEOGRAPH-2C7CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7CD,
        name: "CJK UNIFIED IDEOGRAPH-2C7CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7CE,
        name: "CJK UNIFIED IDEOGRAPH-2C7CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7CF,
        name: "CJK UNIFIED IDEOGRAPH-2C7CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D0,
        name: "CJK UNIFIED IDEOGRAPH-2C7D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D1,
        name: "CJK UNIFIED IDEOGRAPH-2C7D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D2,
        name: "CJK UNIFIED IDEOGRAPH-2C7D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D3,
        name: "CJK UNIFIED IDEOGRAPH-2C7D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D4,
        name: "CJK UNIFIED IDEOGRAPH-2C7D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D5,
        name: "CJK UNIFIED IDEOGRAPH-2C7D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D6,
        name: "CJK UNIFIED IDEOGRAPH-2C7D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D7,
        name: "CJK UNIFIED IDEOGRAPH-2C7D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D8,
        name: "CJK UNIFIED IDEOGRAPH-2C7D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7D9,
        name: "CJK UNIFIED IDEOGRAPH-2C7D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7DA,
        name: "CJK UNIFIED IDEOGRAPH-2C7DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7DB,
        name: "CJK UNIFIED IDEOGRAPH-2C7DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7DC,
        name: "CJK UNIFIED IDEOGRAPH-2C7DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7DD,
        name: "CJK UNIFIED IDEOGRAPH-2C7DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7DE,
        name: "CJK UNIFIED IDEOGRAPH-2C7DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7DF,
        name: "CJK UNIFIED IDEOGRAPH-2C7DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E0,
        name: "CJK UNIFIED IDEOGRAPH-2C7E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E1,
        name: "CJK UNIFIED IDEOGRAPH-2C7E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E2,
        name: "CJK UNIFIED IDEOGRAPH-2C7E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E3,
        name: "CJK UNIFIED IDEOGRAPH-2C7E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E4,
        name: "CJK UNIFIED IDEOGRAPH-2C7E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E5,
        name: "CJK UNIFIED IDEOGRAPH-2C7E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E6,
        name: "CJK UNIFIED IDEOGRAPH-2C7E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E7,
        name: "CJK UNIFIED IDEOGRAPH-2C7E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E8,
        name: "CJK UNIFIED IDEOGRAPH-2C7E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7E9,
        name: "CJK UNIFIED IDEOGRAPH-2C7E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7EA,
        name: "CJK UNIFIED IDEOGRAPH-2C7EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7EB,
        name: "CJK UNIFIED IDEOGRAPH-2C7EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7EC,
        name: "CJK UNIFIED IDEOGRAPH-2C7EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7ED,
        name: "CJK UNIFIED IDEOGRAPH-2C7ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7EE,
        name: "CJK UNIFIED IDEOGRAPH-2C7EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7EF,
        name: "CJK UNIFIED IDEOGRAPH-2C7EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F0,
        name: "CJK UNIFIED IDEOGRAPH-2C7F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F1,
        name: "CJK UNIFIED IDEOGRAPH-2C7F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F2,
        name: "CJK UNIFIED IDEOGRAPH-2C7F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F3,
        name: "CJK UNIFIED IDEOGRAPH-2C7F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F4,
        name: "CJK UNIFIED IDEOGRAPH-2C7F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F5,
        name: "CJK UNIFIED IDEOGRAPH-2C7F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F6,
        name: "CJK UNIFIED IDEOGRAPH-2C7F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F7,
        name: "CJK UNIFIED IDEOGRAPH-2C7F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F8,
        name: "CJK UNIFIED IDEOGRAPH-2C7F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7F9,
        name: "CJK UNIFIED IDEOGRAPH-2C7F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7FA,
        name: "CJK UNIFIED IDEOGRAPH-2C7FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7FB,
        name: "CJK UNIFIED IDEOGRAPH-2C7FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7FC,
        name: "CJK UNIFIED IDEOGRAPH-2C7FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7FD,
        name: "CJK UNIFIED IDEOGRAPH-2C7FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7FE,
        name: "CJK UNIFIED IDEOGRAPH-2C7FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C7FF,
        name: "CJK UNIFIED IDEOGRAPH-2C7FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C800,
        name: "CJK UNIFIED IDEOGRAPH-2C800",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C801,
        name: "CJK UNIFIED IDEOGRAPH-2C801",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C802,
        name: "CJK UNIFIED IDEOGRAPH-2C802",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C803,
        name: "CJK UNIFIED IDEOGRAPH-2C803",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C804,
        name: "CJK UNIFIED IDEOGRAPH-2C804",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C805,
        name: "CJK UNIFIED IDEOGRAPH-2C805",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C806,
        name: "CJK UNIFIED IDEOGRAPH-2C806",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C807,
        name: "CJK UNIFIED IDEOGRAPH-2C807",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C808,
        name: "CJK UNIFIED IDEOGRAPH-2C808",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C809,
        name: "CJK UNIFIED IDEOGRAPH-2C809",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C80A,
        name: "CJK UNIFIED IDEOGRAPH-2C80A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C80B,
        name: "CJK UNIFIED IDEOGRAPH-2C80B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C80C,
        name: "CJK UNIFIED IDEOGRAPH-2C80C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C80D,
        name: "CJK UNIFIED IDEOGRAPH-2C80D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C80E,
        name: "CJK UNIFIED IDEOGRAPH-2C80E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C80F,
        name: "CJK UNIFIED IDEOGRAPH-2C80F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C810,
        name: "CJK UNIFIED IDEOGRAPH-2C810",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C811,
        name: "CJK UNIFIED IDEOGRAPH-2C811",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C812,
        name: "CJK UNIFIED IDEOGRAPH-2C812",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C813,
        name: "CJK UNIFIED IDEOGRAPH-2C813",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C814,
        name: "CJK UNIFIED IDEOGRAPH-2C814",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C815,
        name: "CJK UNIFIED IDEOGRAPH-2C815",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C816,
        name: "CJK UNIFIED IDEOGRAPH-2C816",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C817,
        name: "CJK UNIFIED IDEOGRAPH-2C817",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C818,
        name: "CJK UNIFIED IDEOGRAPH-2C818",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C819,
        name: "CJK UNIFIED IDEOGRAPH-2C819",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C81A,
        name: "CJK UNIFIED IDEOGRAPH-2C81A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C81B,
        name: "CJK UNIFIED IDEOGRAPH-2C81B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C81C,
        name: "CJK UNIFIED IDEOGRAPH-2C81C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C81D,
        name: "CJK UNIFIED IDEOGRAPH-2C81D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C81E,
        name: "CJK UNIFIED IDEOGRAPH-2C81E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C81F,
        name: "CJK UNIFIED IDEOGRAPH-2C81F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C820,
        name: "CJK UNIFIED IDEOGRAPH-2C820",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C821,
        name: "CJK UNIFIED IDEOGRAPH-2C821",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C822,
        name: "CJK UNIFIED IDEOGRAPH-2C822",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C823,
        name: "CJK UNIFIED IDEOGRAPH-2C823",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C824,
        name: "CJK UNIFIED IDEOGRAPH-2C824",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C825,
        name: "CJK UNIFIED IDEOGRAPH-2C825",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C826,
        name: "CJK UNIFIED IDEOGRAPH-2C826",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C827,
        name: "CJK UNIFIED IDEOGRAPH-2C827",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C828,
        name: "CJK UNIFIED IDEOGRAPH-2C828",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C829,
        name: "CJK UNIFIED IDEOGRAPH-2C829",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C82A,
        name: "CJK UNIFIED IDEOGRAPH-2C82A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C82B,
        name: "CJK UNIFIED IDEOGRAPH-2C82B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C82C,
        name: "CJK UNIFIED IDEOGRAPH-2C82C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C82D,
        name: "CJK UNIFIED IDEOGRAPH-2C82D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C82E,
        name: "CJK UNIFIED IDEOGRAPH-2C82E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C82F,
        name: "CJK UNIFIED IDEOGRAPH-2C82F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C830,
        name: "CJK UNIFIED IDEOGRAPH-2C830",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C831,
        name: "CJK UNIFIED IDEOGRAPH-2C831",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C832,
        name: "CJK UNIFIED IDEOGRAPH-2C832",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C833,
        name: "CJK UNIFIED IDEOGRAPH-2C833",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C834,
        name: "CJK UNIFIED IDEOGRAPH-2C834",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C835,
        name: "CJK UNIFIED IDEOGRAPH-2C835",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C836,
        name: "CJK UNIFIED IDEOGRAPH-2C836",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C837,
        name: "CJK UNIFIED IDEOGRAPH-2C837",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C838,
        name: "CJK UNIFIED IDEOGRAPH-2C838",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C839,
        name: "CJK UNIFIED IDEOGRAPH-2C839",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C83A,
        name: "CJK UNIFIED IDEOGRAPH-2C83A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C83B,
        name: "CJK UNIFIED IDEOGRAPH-2C83B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C83C,
        name: "CJK UNIFIED IDEOGRAPH-2C83C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C83D,
        name: "CJK UNIFIED IDEOGRAPH-2C83D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C83E,
        name: "CJK UNIFIED IDEOGRAPH-2C83E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C83F,
        name: "CJK UNIFIED IDEOGRAPH-2C83F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C840,
        name: "CJK UNIFIED IDEOGRAPH-2C840",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C841,
        name: "CJK UNIFIED IDEOGRAPH-2C841",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C842,
        name: "CJK UNIFIED IDEOGRAPH-2C842",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C843,
        name: "CJK UNIFIED IDEOGRAPH-2C843",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C844,
        name: "CJK UNIFIED IDEOGRAPH-2C844",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C845,
        name: "CJK UNIFIED IDEOGRAPH-2C845",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C846,
        name: "CJK UNIFIED IDEOGRAPH-2C846",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C847,
        name: "CJK UNIFIED IDEOGRAPH-2C847",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C848,
        name: "CJK UNIFIED IDEOGRAPH-2C848",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C849,
        name: "CJK UNIFIED IDEOGRAPH-2C849",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C84A,
        name: "CJK UNIFIED IDEOGRAPH-2C84A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C84B,
        name: "CJK UNIFIED IDEOGRAPH-2C84B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C84C,
        name: "CJK UNIFIED IDEOGRAPH-2C84C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C84D,
        name: "CJK UNIFIED IDEOGRAPH-2C84D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C84E,
        name: "CJK UNIFIED IDEOGRAPH-2C84E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C84F,
        name: "CJK UNIFIED IDEOGRAPH-2C84F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C850,
        name: "CJK UNIFIED IDEOGRAPH-2C850",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C851,
        name: "CJK UNIFIED IDEOGRAPH-2C851",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C852,
        name: "CJK UNIFIED IDEOGRAPH-2C852",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C853,
        name: "CJK UNIFIED IDEOGRAPH-2C853",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C854,
        name: "CJK UNIFIED IDEOGRAPH-2C854",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C855,
        name: "CJK UNIFIED IDEOGRAPH-2C855",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C856,
        name: "CJK UNIFIED IDEOGRAPH-2C856",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C857,
        name: "CJK UNIFIED IDEOGRAPH-2C857",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C858,
        name: "CJK UNIFIED IDEOGRAPH-2C858",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C859,
        name: "CJK UNIFIED IDEOGRAPH-2C859",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C85A,
        name: "CJK UNIFIED IDEOGRAPH-2C85A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C85B,
        name: "CJK UNIFIED IDEOGRAPH-2C85B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C85C,
        name: "CJK UNIFIED IDEOGRAPH-2C85C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C85D,
        name: "CJK UNIFIED IDEOGRAPH-2C85D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C85E,
        name: "CJK UNIFIED IDEOGRAPH-2C85E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C85F,
        name: "CJK UNIFIED IDEOGRAPH-2C85F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C860,
        name: "CJK UNIFIED IDEOGRAPH-2C860",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C861,
        name: "CJK UNIFIED IDEOGRAPH-2C861",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C862,
        name: "CJK UNIFIED IDEOGRAPH-2C862",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C863,
        name: "CJK UNIFIED IDEOGRAPH-2C863",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C864,
        name: "CJK UNIFIED IDEOGRAPH-2C864",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C865,
        name: "CJK UNIFIED IDEOGRAPH-2C865",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C866,
        name: "CJK UNIFIED IDEOGRAPH-2C866",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C867,
        name: "CJK UNIFIED IDEOGRAPH-2C867",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C868,
        name: "CJK UNIFIED IDEOGRAPH-2C868",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C869,
        name: "CJK UNIFIED IDEOGRAPH-2C869",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C86A,
        name: "CJK UNIFIED IDEOGRAPH-2C86A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C86B,
        name: "CJK UNIFIED IDEOGRAPH-2C86B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C86C,
        name: "CJK UNIFIED IDEOGRAPH-2C86C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C86D,
        name: "CJK UNIFIED IDEOGRAPH-2C86D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C86E,
        name: "CJK UNIFIED IDEOGRAPH-2C86E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C86F,
        name: "CJK UNIFIED IDEOGRAPH-2C86F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C870,
        name: "CJK UNIFIED IDEOGRAPH-2C870",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C871,
        name: "CJK UNIFIED IDEOGRAPH-2C871",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C872,
        name: "CJK UNIFIED IDEOGRAPH-2C872",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C873,
        name: "CJK UNIFIED IDEOGRAPH-2C873",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C874,
        name: "CJK UNIFIED IDEOGRAPH-2C874",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C875,
        name: "CJK UNIFIED IDEOGRAPH-2C875",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C876,
        name: "CJK UNIFIED IDEOGRAPH-2C876",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C877,
        name: "CJK UNIFIED IDEOGRAPH-2C877",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C878,
        name: "CJK UNIFIED IDEOGRAPH-2C878",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C879,
        name: "CJK UNIFIED IDEOGRAPH-2C879",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C87A,
        name: "CJK UNIFIED IDEOGRAPH-2C87A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C87B,
        name: "CJK UNIFIED IDEOGRAPH-2C87B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C87C,
        name: "CJK UNIFIED IDEOGRAPH-2C87C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C87D,
        name: "CJK UNIFIED IDEOGRAPH-2C87D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C87E,
        name: "CJK UNIFIED IDEOGRAPH-2C87E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C87F,
        name: "CJK UNIFIED IDEOGRAPH-2C87F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C880,
        name: "CJK UNIFIED IDEOGRAPH-2C880",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C881,
        name: "CJK UNIFIED IDEOGRAPH-2C881",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C882,
        name: "CJK UNIFIED IDEOGRAPH-2C882",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C883,
        name: "CJK UNIFIED IDEOGRAPH-2C883",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C884,
        name: "CJK UNIFIED IDEOGRAPH-2C884",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C885,
        name: "CJK UNIFIED IDEOGRAPH-2C885",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C886,
        name: "CJK UNIFIED IDEOGRAPH-2C886",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C887,
        name: "CJK UNIFIED IDEOGRAPH-2C887",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C888,
        name: "CJK UNIFIED IDEOGRAPH-2C888",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C889,
        name: "CJK UNIFIED IDEOGRAPH-2C889",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C88A,
        name: "CJK UNIFIED IDEOGRAPH-2C88A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C88B,
        name: "CJK UNIFIED IDEOGRAPH-2C88B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C88C,
        name: "CJK UNIFIED IDEOGRAPH-2C88C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C88D,
        name: "CJK UNIFIED IDEOGRAPH-2C88D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C88E,
        name: "CJK UNIFIED IDEOGRAPH-2C88E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C88F,
        name: "CJK UNIFIED IDEOGRAPH-2C88F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C890,
        name: "CJK UNIFIED IDEOGRAPH-2C890",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C891,
        name: "CJK UNIFIED IDEOGRAPH-2C891",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C892,
        name: "CJK UNIFIED IDEOGRAPH-2C892",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C893,
        name: "CJK UNIFIED IDEOGRAPH-2C893",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C894,
        name: "CJK UNIFIED IDEOGRAPH-2C894",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C895,
        name: "CJK UNIFIED IDEOGRAPH-2C895",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C896,
        name: "CJK UNIFIED IDEOGRAPH-2C896",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C897,
        name: "CJK UNIFIED IDEOGRAPH-2C897",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C898,
        name: "CJK UNIFIED IDEOGRAPH-2C898",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C899,
        name: "CJK UNIFIED IDEOGRAPH-2C899",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C89A,
        name: "CJK UNIFIED IDEOGRAPH-2C89A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C89B,
        name: "CJK UNIFIED IDEOGRAPH-2C89B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C89C,
        name: "CJK UNIFIED IDEOGRAPH-2C89C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C89D,
        name: "CJK UNIFIED IDEOGRAPH-2C89D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C89E,
        name: "CJK UNIFIED IDEOGRAPH-2C89E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C89F,
        name: "CJK UNIFIED IDEOGRAPH-2C89F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A0,
        name: "CJK UNIFIED IDEOGRAPH-2C8A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A1,
        name: "CJK UNIFIED IDEOGRAPH-2C8A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A2,
        name: "CJK UNIFIED IDEOGRAPH-2C8A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A3,
        name: "CJK UNIFIED IDEOGRAPH-2C8A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A4,
        name: "CJK UNIFIED IDEOGRAPH-2C8A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A5,
        name: "CJK UNIFIED IDEOGRAPH-2C8A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A6,
        name: "CJK UNIFIED IDEOGRAPH-2C8A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A7,
        name: "CJK UNIFIED IDEOGRAPH-2C8A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A8,
        name: "CJK UNIFIED IDEOGRAPH-2C8A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8A9,
        name: "CJK UNIFIED IDEOGRAPH-2C8A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8AA,
        name: "CJK UNIFIED IDEOGRAPH-2C8AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8AB,
        name: "CJK UNIFIED IDEOGRAPH-2C8AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8AC,
        name: "CJK UNIFIED IDEOGRAPH-2C8AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8AD,
        name: "CJK UNIFIED IDEOGRAPH-2C8AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8AE,
        name: "CJK UNIFIED IDEOGRAPH-2C8AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8AF,
        name: "CJK UNIFIED IDEOGRAPH-2C8AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B0,
        name: "CJK UNIFIED IDEOGRAPH-2C8B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B1,
        name: "CJK UNIFIED IDEOGRAPH-2C8B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B2,
        name: "CJK UNIFIED IDEOGRAPH-2C8B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B3,
        name: "CJK UNIFIED IDEOGRAPH-2C8B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B4,
        name: "CJK UNIFIED IDEOGRAPH-2C8B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B5,
        name: "CJK UNIFIED IDEOGRAPH-2C8B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B6,
        name: "CJK UNIFIED IDEOGRAPH-2C8B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B7,
        name: "CJK UNIFIED IDEOGRAPH-2C8B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B8,
        name: "CJK UNIFIED IDEOGRAPH-2C8B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8B9,
        name: "CJK UNIFIED IDEOGRAPH-2C8B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8BA,
        name: "CJK UNIFIED IDEOGRAPH-2C8BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8BB,
        name: "CJK UNIFIED IDEOGRAPH-2C8BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8BC,
        name: "CJK UNIFIED IDEOGRAPH-2C8BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8BD,
        name: "CJK UNIFIED IDEOGRAPH-2C8BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8BE,
        name: "CJK UNIFIED IDEOGRAPH-2C8BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8BF,
        name: "CJK UNIFIED IDEOGRAPH-2C8BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C0,
        name: "CJK UNIFIED IDEOGRAPH-2C8C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C1,
        name: "CJK UNIFIED IDEOGRAPH-2C8C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C2,
        name: "CJK UNIFIED IDEOGRAPH-2C8C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C3,
        name: "CJK UNIFIED IDEOGRAPH-2C8C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C4,
        name: "CJK UNIFIED IDEOGRAPH-2C8C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C5,
        name: "CJK UNIFIED IDEOGRAPH-2C8C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C6,
        name: "CJK UNIFIED IDEOGRAPH-2C8C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C7,
        name: "CJK UNIFIED IDEOGRAPH-2C8C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C8,
        name: "CJK UNIFIED IDEOGRAPH-2C8C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8C9,
        name: "CJK UNIFIED IDEOGRAPH-2C8C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8CA,
        name: "CJK UNIFIED IDEOGRAPH-2C8CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8CB,
        name: "CJK UNIFIED IDEOGRAPH-2C8CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8CC,
        name: "CJK UNIFIED IDEOGRAPH-2C8CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8CD,
        name: "CJK UNIFIED IDEOGRAPH-2C8CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8CE,
        name: "CJK UNIFIED IDEOGRAPH-2C8CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8CF,
        name: "CJK UNIFIED IDEOGRAPH-2C8CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D0,
        name: "CJK UNIFIED IDEOGRAPH-2C8D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D1,
        name: "CJK UNIFIED IDEOGRAPH-2C8D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D2,
        name: "CJK UNIFIED IDEOGRAPH-2C8D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D3,
        name: "CJK UNIFIED IDEOGRAPH-2C8D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D4,
        name: "CJK UNIFIED IDEOGRAPH-2C8D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D5,
        name: "CJK UNIFIED IDEOGRAPH-2C8D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D6,
        name: "CJK UNIFIED IDEOGRAPH-2C8D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D7,
        name: "CJK UNIFIED IDEOGRAPH-2C8D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D8,
        name: "CJK UNIFIED IDEOGRAPH-2C8D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8D9,
        name: "CJK UNIFIED IDEOGRAPH-2C8D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8DA,
        name: "CJK UNIFIED IDEOGRAPH-2C8DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8DB,
        name: "CJK UNIFIED IDEOGRAPH-2C8DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8DC,
        name: "CJK UNIFIED IDEOGRAPH-2C8DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8DD,
        name: "CJK UNIFIED IDEOGRAPH-2C8DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8DE,
        name: "CJK UNIFIED IDEOGRAPH-2C8DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8DF,
        name: "CJK UNIFIED IDEOGRAPH-2C8DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E0,
        name: "CJK UNIFIED IDEOGRAPH-2C8E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E1,
        name: "CJK UNIFIED IDEOGRAPH-2C8E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E2,
        name: "CJK UNIFIED IDEOGRAPH-2C8E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E3,
        name: "CJK UNIFIED IDEOGRAPH-2C8E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E4,
        name: "CJK UNIFIED IDEOGRAPH-2C8E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E5,
        name: "CJK UNIFIED IDEOGRAPH-2C8E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E6,
        name: "CJK UNIFIED IDEOGRAPH-2C8E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E7,
        name: "CJK UNIFIED IDEOGRAPH-2C8E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E8,
        name: "CJK UNIFIED IDEOGRAPH-2C8E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8E9,
        name: "CJK UNIFIED IDEOGRAPH-2C8E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8EA,
        name: "CJK UNIFIED IDEOGRAPH-2C8EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8EB,
        name: "CJK UNIFIED IDEOGRAPH-2C8EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8EC,
        name: "CJK UNIFIED IDEOGRAPH-2C8EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8ED,
        name: "CJK UNIFIED IDEOGRAPH-2C8ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8EE,
        name: "CJK UNIFIED IDEOGRAPH-2C8EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8EF,
        name: "CJK UNIFIED IDEOGRAPH-2C8EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F0,
        name: "CJK UNIFIED IDEOGRAPH-2C8F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F1,
        name: "CJK UNIFIED IDEOGRAPH-2C8F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F2,
        name: "CJK UNIFIED IDEOGRAPH-2C8F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F3,
        name: "CJK UNIFIED IDEOGRAPH-2C8F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F4,
        name: "CJK UNIFIED IDEOGRAPH-2C8F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F5,
        name: "CJK UNIFIED IDEOGRAPH-2C8F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F6,
        name: "CJK UNIFIED IDEOGRAPH-2C8F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F7,
        name: "CJK UNIFIED IDEOGRAPH-2C8F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F8,
        name: "CJK UNIFIED IDEOGRAPH-2C8F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8F9,
        name: "CJK UNIFIED IDEOGRAPH-2C8F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8FA,
        name: "CJK UNIFIED IDEOGRAPH-2C8FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8FB,
        name: "CJK UNIFIED IDEOGRAPH-2C8FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8FC,
        name: "CJK UNIFIED IDEOGRAPH-2C8FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8FD,
        name: "CJK UNIFIED IDEOGRAPH-2C8FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8FE,
        name: "CJK UNIFIED IDEOGRAPH-2C8FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C8FF,
        name: "CJK UNIFIED IDEOGRAPH-2C8FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C900,
        name: "CJK UNIFIED IDEOGRAPH-2C900",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C901,
        name: "CJK UNIFIED IDEOGRAPH-2C901",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C902,
        name: "CJK UNIFIED IDEOGRAPH-2C902",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C903,
        name: "CJK UNIFIED IDEOGRAPH-2C903",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C904,
        name: "CJK UNIFIED IDEOGRAPH-2C904",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C905,
        name: "CJK UNIFIED IDEOGRAPH-2C905",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C906,
        name: "CJK UNIFIED IDEOGRAPH-2C906",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C907,
        name: "CJK UNIFIED IDEOGRAPH-2C907",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C908,
        name: "CJK UNIFIED IDEOGRAPH-2C908",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C909,
        name: "CJK UNIFIED IDEOGRAPH-2C909",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C90A,
        name: "CJK UNIFIED IDEOGRAPH-2C90A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C90B,
        name: "CJK UNIFIED IDEOGRAPH-2C90B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C90C,
        name: "CJK UNIFIED IDEOGRAPH-2C90C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C90D,
        name: "CJK UNIFIED IDEOGRAPH-2C90D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C90E,
        name: "CJK UNIFIED IDEOGRAPH-2C90E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C90F,
        name: "CJK UNIFIED IDEOGRAPH-2C90F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C910,
        name: "CJK UNIFIED IDEOGRAPH-2C910",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C911,
        name: "CJK UNIFIED IDEOGRAPH-2C911",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C912,
        name: "CJK UNIFIED IDEOGRAPH-2C912",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C913,
        name: "CJK UNIFIED IDEOGRAPH-2C913",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C914,
        name: "CJK UNIFIED IDEOGRAPH-2C914",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C915,
        name: "CJK UNIFIED IDEOGRAPH-2C915",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C916,
        name: "CJK UNIFIED IDEOGRAPH-2C916",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C917,
        name: "CJK UNIFIED IDEOGRAPH-2C917",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C918,
        name: "CJK UNIFIED IDEOGRAPH-2C918",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C919,
        name: "CJK UNIFIED IDEOGRAPH-2C919",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C91A,
        name: "CJK UNIFIED IDEOGRAPH-2C91A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C91B,
        name: "CJK UNIFIED IDEOGRAPH-2C91B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C91C,
        name: "CJK UNIFIED IDEOGRAPH-2C91C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C91D,
        name: "CJK UNIFIED IDEOGRAPH-2C91D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C91E,
        name: "CJK UNIFIED IDEOGRAPH-2C91E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C91F,
        name: "CJK UNIFIED IDEOGRAPH-2C91F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C920,
        name: "CJK UNIFIED IDEOGRAPH-2C920",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C921,
        name: "CJK UNIFIED IDEOGRAPH-2C921",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C922,
        name: "CJK UNIFIED IDEOGRAPH-2C922",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C923,
        name: "CJK UNIFIED IDEOGRAPH-2C923",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C924,
        name: "CJK UNIFIED IDEOGRAPH-2C924",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C925,
        name: "CJK UNIFIED IDEOGRAPH-2C925",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C926,
        name: "CJK UNIFIED IDEOGRAPH-2C926",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C927,
        name: "CJK UNIFIED IDEOGRAPH-2C927",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C928,
        name: "CJK UNIFIED IDEOGRAPH-2C928",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C929,
        name: "CJK UNIFIED IDEOGRAPH-2C929",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C92A,
        name: "CJK UNIFIED IDEOGRAPH-2C92A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C92B,
        name: "CJK UNIFIED IDEOGRAPH-2C92B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C92C,
        name: "CJK UNIFIED IDEOGRAPH-2C92C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C92D,
        name: "CJK UNIFIED IDEOGRAPH-2C92D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C92E,
        name: "CJK UNIFIED IDEOGRAPH-2C92E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C92F,
        name: "CJK UNIFIED IDEOGRAPH-2C92F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C930,
        name: "CJK UNIFIED IDEOGRAPH-2C930",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C931,
        name: "CJK UNIFIED IDEOGRAPH-2C931",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C932,
        name: "CJK UNIFIED IDEOGRAPH-2C932",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C933,
        name: "CJK UNIFIED IDEOGRAPH-2C933",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C934,
        name: "CJK UNIFIED IDEOGRAPH-2C934",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C935,
        name: "CJK UNIFIED IDEOGRAPH-2C935",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C936,
        name: "CJK UNIFIED IDEOGRAPH-2C936",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C937,
        name: "CJK UNIFIED IDEOGRAPH-2C937",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C938,
        name: "CJK UNIFIED IDEOGRAPH-2C938",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C939,
        name: "CJK UNIFIED IDEOGRAPH-2C939",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C93A,
        name: "CJK UNIFIED IDEOGRAPH-2C93A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C93B,
        name: "CJK UNIFIED IDEOGRAPH-2C93B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C93C,
        name: "CJK UNIFIED IDEOGRAPH-2C93C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C93D,
        name: "CJK UNIFIED IDEOGRAPH-2C93D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C93E,
        name: "CJK UNIFIED IDEOGRAPH-2C93E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C93F,
        name: "CJK UNIFIED IDEOGRAPH-2C93F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C940,
        name: "CJK UNIFIED IDEOGRAPH-2C940",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C941,
        name: "CJK UNIFIED IDEOGRAPH-2C941",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C942,
        name: "CJK UNIFIED IDEOGRAPH-2C942",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C943,
        name: "CJK UNIFIED IDEOGRAPH-2C943",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C944,
        name: "CJK UNIFIED IDEOGRAPH-2C944",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C945,
        name: "CJK UNIFIED IDEOGRAPH-2C945",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C946,
        name: "CJK UNIFIED IDEOGRAPH-2C946",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C947,
        name: "CJK UNIFIED IDEOGRAPH-2C947",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C948,
        name: "CJK UNIFIED IDEOGRAPH-2C948",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C949,
        name: "CJK UNIFIED IDEOGRAPH-2C949",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C94A,
        name: "CJK UNIFIED IDEOGRAPH-2C94A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C94B,
        name: "CJK UNIFIED IDEOGRAPH-2C94B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C94C,
        name: "CJK UNIFIED IDEOGRAPH-2C94C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C94D,
        name: "CJK UNIFIED IDEOGRAPH-2C94D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C94E,
        name: "CJK UNIFIED IDEOGRAPH-2C94E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C94F,
        name: "CJK UNIFIED IDEOGRAPH-2C94F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C950,
        name: "CJK UNIFIED IDEOGRAPH-2C950",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C951,
        name: "CJK UNIFIED IDEOGRAPH-2C951",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C952,
        name: "CJK UNIFIED IDEOGRAPH-2C952",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C953,
        name: "CJK UNIFIED IDEOGRAPH-2C953",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C954,
        name: "CJK UNIFIED IDEOGRAPH-2C954",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C955,
        name: "CJK UNIFIED IDEOGRAPH-2C955",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C956,
        name: "CJK UNIFIED IDEOGRAPH-2C956",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C957,
        name: "CJK UNIFIED IDEOGRAPH-2C957",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C958,
        name: "CJK UNIFIED IDEOGRAPH-2C958",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C959,
        name: "CJK UNIFIED IDEOGRAPH-2C959",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C95A,
        name: "CJK UNIFIED IDEOGRAPH-2C95A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C95B,
        name: "CJK UNIFIED IDEOGRAPH-2C95B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C95C,
        name: "CJK UNIFIED IDEOGRAPH-2C95C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C95D,
        name: "CJK UNIFIED IDEOGRAPH-2C95D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C95E,
        name: "CJK UNIFIED IDEOGRAPH-2C95E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C95F,
        name: "CJK UNIFIED IDEOGRAPH-2C95F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C960,
        name: "CJK UNIFIED IDEOGRAPH-2C960",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C961,
        name: "CJK UNIFIED IDEOGRAPH-2C961",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C962,
        name: "CJK UNIFIED IDEOGRAPH-2C962",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C963,
        name: "CJK UNIFIED IDEOGRAPH-2C963",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C964,
        name: "CJK UNIFIED IDEOGRAPH-2C964",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C965,
        name: "CJK UNIFIED IDEOGRAPH-2C965",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C966,
        name: "CJK UNIFIED IDEOGRAPH-2C966",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C967,
        name: "CJK UNIFIED IDEOGRAPH-2C967",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C968,
        name: "CJK UNIFIED IDEOGRAPH-2C968",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C969,
        name: "CJK UNIFIED IDEOGRAPH-2C969",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C96A,
        name: "CJK UNIFIED IDEOGRAPH-2C96A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C96B,
        name: "CJK UNIFIED IDEOGRAPH-2C96B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C96C,
        name: "CJK UNIFIED IDEOGRAPH-2C96C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C96D,
        name: "CJK UNIFIED IDEOGRAPH-2C96D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C96E,
        name: "CJK UNIFIED IDEOGRAPH-2C96E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C96F,
        name: "CJK UNIFIED IDEOGRAPH-2C96F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C970,
        name: "CJK UNIFIED IDEOGRAPH-2C970",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C971,
        name: "CJK UNIFIED IDEOGRAPH-2C971",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C972,
        name: "CJK UNIFIED IDEOGRAPH-2C972",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C973,
        name: "CJK UNIFIED IDEOGRAPH-2C973",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C974,
        name: "CJK UNIFIED IDEOGRAPH-2C974",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C975,
        name: "CJK UNIFIED IDEOGRAPH-2C975",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C976,
        name: "CJK UNIFIED IDEOGRAPH-2C976",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C977,
        name: "CJK UNIFIED IDEOGRAPH-2C977",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C978,
        name: "CJK UNIFIED IDEOGRAPH-2C978",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C979,
        name: "CJK UNIFIED IDEOGRAPH-2C979",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C97A,
        name: "CJK UNIFIED IDEOGRAPH-2C97A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C97B,
        name: "CJK UNIFIED IDEOGRAPH-2C97B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C97C,
        name: "CJK UNIFIED IDEOGRAPH-2C97C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C97D,
        name: "CJK UNIFIED IDEOGRAPH-2C97D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C97E,
        name: "CJK UNIFIED IDEOGRAPH-2C97E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C97F,
        name: "CJK UNIFIED IDEOGRAPH-2C97F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C980,
        name: "CJK UNIFIED IDEOGRAPH-2C980",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C981,
        name: "CJK UNIFIED IDEOGRAPH-2C981",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C982,
        name: "CJK UNIFIED IDEOGRAPH-2C982",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C983,
        name: "CJK UNIFIED IDEOGRAPH-2C983",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C984,
        name: "CJK UNIFIED IDEOGRAPH-2C984",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C985,
        name: "CJK UNIFIED IDEOGRAPH-2C985",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C986,
        name: "CJK UNIFIED IDEOGRAPH-2C986",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C987,
        name: "CJK UNIFIED IDEOGRAPH-2C987",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C988,
        name: "CJK UNIFIED IDEOGRAPH-2C988",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C989,
        name: "CJK UNIFIED IDEOGRAPH-2C989",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C98A,
        name: "CJK UNIFIED IDEOGRAPH-2C98A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C98B,
        name: "CJK UNIFIED IDEOGRAPH-2C98B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C98C,
        name: "CJK UNIFIED IDEOGRAPH-2C98C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C98D,
        name: "CJK UNIFIED IDEOGRAPH-2C98D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C98E,
        name: "CJK UNIFIED IDEOGRAPH-2C98E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C98F,
        name: "CJK UNIFIED IDEOGRAPH-2C98F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C990,
        name: "CJK UNIFIED IDEOGRAPH-2C990",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C991,
        name: "CJK UNIFIED IDEOGRAPH-2C991",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C992,
        name: "CJK UNIFIED IDEOGRAPH-2C992",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C993,
        name: "CJK UNIFIED IDEOGRAPH-2C993",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C994,
        name: "CJK UNIFIED IDEOGRAPH-2C994",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C995,
        name: "CJK UNIFIED IDEOGRAPH-2C995",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C996,
        name: "CJK UNIFIED IDEOGRAPH-2C996",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C997,
        name: "CJK UNIFIED IDEOGRAPH-2C997",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C998,
        name: "CJK UNIFIED IDEOGRAPH-2C998",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C999,
        name: "CJK UNIFIED IDEOGRAPH-2C999",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C99A,
        name: "CJK UNIFIED IDEOGRAPH-2C99A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C99B,
        name: "CJK UNIFIED IDEOGRAPH-2C99B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C99C,
        name: "CJK UNIFIED IDEOGRAPH-2C99C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C99D,
        name: "CJK UNIFIED IDEOGRAPH-2C99D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C99E,
        name: "CJK UNIFIED IDEOGRAPH-2C99E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C99F,
        name: "CJK UNIFIED IDEOGRAPH-2C99F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A0,
        name: "CJK UNIFIED IDEOGRAPH-2C9A0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A1,
        name: "CJK UNIFIED IDEOGRAPH-2C9A1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A2,
        name: "CJK UNIFIED IDEOGRAPH-2C9A2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A3,
        name: "CJK UNIFIED IDEOGRAPH-2C9A3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A4,
        name: "CJK UNIFIED IDEOGRAPH-2C9A4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A5,
        name: "CJK UNIFIED IDEOGRAPH-2C9A5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A6,
        name: "CJK UNIFIED IDEOGRAPH-2C9A6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A7,
        name: "CJK UNIFIED IDEOGRAPH-2C9A7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A8,
        name: "CJK UNIFIED IDEOGRAPH-2C9A8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9A9,
        name: "CJK UNIFIED IDEOGRAPH-2C9A9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9AA,
        name: "CJK UNIFIED IDEOGRAPH-2C9AA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9AB,
        name: "CJK UNIFIED IDEOGRAPH-2C9AB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9AC,
        name: "CJK UNIFIED IDEOGRAPH-2C9AC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9AD,
        name: "CJK UNIFIED IDEOGRAPH-2C9AD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9AE,
        name: "CJK UNIFIED IDEOGRAPH-2C9AE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9AF,
        name: "CJK UNIFIED IDEOGRAPH-2C9AF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B0,
        name: "CJK UNIFIED IDEOGRAPH-2C9B0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B1,
        name: "CJK UNIFIED IDEOGRAPH-2C9B1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B2,
        name: "CJK UNIFIED IDEOGRAPH-2C9B2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B3,
        name: "CJK UNIFIED IDEOGRAPH-2C9B3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B4,
        name: "CJK UNIFIED IDEOGRAPH-2C9B4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B5,
        name: "CJK UNIFIED IDEOGRAPH-2C9B5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B6,
        name: "CJK UNIFIED IDEOGRAPH-2C9B6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B7,
        name: "CJK UNIFIED IDEOGRAPH-2C9B7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B8,
        name: "CJK UNIFIED IDEOGRAPH-2C9B8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9B9,
        name: "CJK UNIFIED IDEOGRAPH-2C9B9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9BA,
        name: "CJK UNIFIED IDEOGRAPH-2C9BA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9BB,
        name: "CJK UNIFIED IDEOGRAPH-2C9BB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9BC,
        name: "CJK UNIFIED IDEOGRAPH-2C9BC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9BD,
        name: "CJK UNIFIED IDEOGRAPH-2C9BD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9BE,
        name: "CJK UNIFIED IDEOGRAPH-2C9BE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9BF,
        name: "CJK UNIFIED IDEOGRAPH-2C9BF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C0,
        name: "CJK UNIFIED IDEOGRAPH-2C9C0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C1,
        name: "CJK UNIFIED IDEOGRAPH-2C9C1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C2,
        name: "CJK UNIFIED IDEOGRAPH-2C9C2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C3,
        name: "CJK UNIFIED IDEOGRAPH-2C9C3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C4,
        name: "CJK UNIFIED IDEOGRAPH-2C9C4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C5,
        name: "CJK UNIFIED IDEOGRAPH-2C9C5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C6,
        name: "CJK UNIFIED IDEOGRAPH-2C9C6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C7,
        name: "CJK UNIFIED IDEOGRAPH-2C9C7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C8,
        name: "CJK UNIFIED IDEOGRAPH-2C9C8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9C9,
        name: "CJK UNIFIED IDEOGRAPH-2C9C9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9CA,
        name: "CJK UNIFIED IDEOGRAPH-2C9CA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9CB,
        name: "CJK UNIFIED IDEOGRAPH-2C9CB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9CC,
        name: "CJK UNIFIED IDEOGRAPH-2C9CC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9CD,
        name: "CJK UNIFIED IDEOGRAPH-2C9CD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9CE,
        name: "CJK UNIFIED IDEOGRAPH-2C9CE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9CF,
        name: "CJK UNIFIED IDEOGRAPH-2C9CF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D0,
        name: "CJK UNIFIED IDEOGRAPH-2C9D0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D1,
        name: "CJK UNIFIED IDEOGRAPH-2C9D1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D2,
        name: "CJK UNIFIED IDEOGRAPH-2C9D2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D3,
        name: "CJK UNIFIED IDEOGRAPH-2C9D3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D4,
        name: "CJK UNIFIED IDEOGRAPH-2C9D4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D5,
        name: "CJK UNIFIED IDEOGRAPH-2C9D5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D6,
        name: "CJK UNIFIED IDEOGRAPH-2C9D6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D7,
        name: "CJK UNIFIED IDEOGRAPH-2C9D7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D8,
        name: "CJK UNIFIED IDEOGRAPH-2C9D8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9D9,
        name: "CJK UNIFIED IDEOGRAPH-2C9D9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9DA,
        name: "CJK UNIFIED IDEOGRAPH-2C9DA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9DB,
        name: "CJK UNIFIED IDEOGRAPH-2C9DB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9DC,
        name: "CJK UNIFIED IDEOGRAPH-2C9DC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9DD,
        name: "CJK UNIFIED IDEOGRAPH-2C9DD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9DE,
        name: "CJK UNIFIED IDEOGRAPH-2C9DE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9DF,
        name: "CJK UNIFIED IDEOGRAPH-2C9DF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E0,
        name: "CJK UNIFIED IDEOGRAPH-2C9E0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E1,
        name: "CJK UNIFIED IDEOGRAPH-2C9E1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E2,
        name: "CJK UNIFIED IDEOGRAPH-2C9E2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E3,
        name: "CJK UNIFIED IDEOGRAPH-2C9E3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E4,
        name: "CJK UNIFIED IDEOGRAPH-2C9E4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E5,
        name: "CJK UNIFIED IDEOGRAPH-2C9E5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E6,
        name: "CJK UNIFIED IDEOGRAPH-2C9E6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E7,
        name: "CJK UNIFIED IDEOGRAPH-2C9E7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E8,
        name: "CJK UNIFIED IDEOGRAPH-2C9E8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9E9,
        name: "CJK UNIFIED IDEOGRAPH-2C9E9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9EA,
        name: "CJK UNIFIED IDEOGRAPH-2C9EA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9EB,
        name: "CJK UNIFIED IDEOGRAPH-2C9EB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9EC,
        name: "CJK UNIFIED IDEOGRAPH-2C9EC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9ED,
        name: "CJK UNIFIED IDEOGRAPH-2C9ED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9EE,
        name: "CJK UNIFIED IDEOGRAPH-2C9EE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9EF,
        name: "CJK UNIFIED IDEOGRAPH-2C9EF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F0,
        name: "CJK UNIFIED IDEOGRAPH-2C9F0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F1,
        name: "CJK UNIFIED IDEOGRAPH-2C9F1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F2,
        name: "CJK UNIFIED IDEOGRAPH-2C9F2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F3,
        name: "CJK UNIFIED IDEOGRAPH-2C9F3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F4,
        name: "CJK UNIFIED IDEOGRAPH-2C9F4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F5,
        name: "CJK UNIFIED IDEOGRAPH-2C9F5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F6,
        name: "CJK UNIFIED IDEOGRAPH-2C9F6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F7,
        name: "CJK UNIFIED IDEOGRAPH-2C9F7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F8,
        name: "CJK UNIFIED IDEOGRAPH-2C9F8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9F9,
        name: "CJK UNIFIED IDEOGRAPH-2C9F9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9FA,
        name: "CJK UNIFIED IDEOGRAPH-2C9FA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9FB,
        name: "CJK UNIFIED IDEOGRAPH-2C9FB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9FC,
        name: "CJK UNIFIED IDEOGRAPH-2C9FC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9FD,
        name: "CJK UNIFIED IDEOGRAPH-2C9FD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9FE,
        name: "CJK UNIFIED IDEOGRAPH-2C9FE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2C9FF,
        name: "CJK UNIFIED IDEOGRAPH-2C9FF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA00,
        name: "CJK UNIFIED IDEOGRAPH-2CA00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA01,
        name: "CJK UNIFIED IDEOGRAPH-2CA01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA02,
        name: "CJK UNIFIED IDEOGRAPH-2CA02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA03,
        name: "CJK UNIFIED IDEOGRAPH-2CA03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA04,
        name: "CJK UNIFIED IDEOGRAPH-2CA04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA05,
        name: "CJK UNIFIED IDEOGRAPH-2CA05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA06,
        name: "CJK UNIFIED IDEOGRAPH-2CA06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA07,
        name: "CJK UNIFIED IDEOGRAPH-2CA07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA08,
        name: "CJK UNIFIED IDEOGRAPH-2CA08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA09,
        name: "CJK UNIFIED IDEOGRAPH-2CA09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA0A,
        name: "CJK UNIFIED IDEOGRAPH-2CA0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA0B,
        name: "CJK UNIFIED IDEOGRAPH-2CA0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA0C,
        name: "CJK UNIFIED IDEOGRAPH-2CA0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA0D,
        name: "CJK UNIFIED IDEOGRAPH-2CA0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA0E,
        name: "CJK UNIFIED IDEOGRAPH-2CA0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA0F,
        name: "CJK UNIFIED IDEOGRAPH-2CA0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA10,
        name: "CJK UNIFIED IDEOGRAPH-2CA10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA11,
        name: "CJK UNIFIED IDEOGRAPH-2CA11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA12,
        name: "CJK UNIFIED IDEOGRAPH-2CA12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA13,
        name: "CJK UNIFIED IDEOGRAPH-2CA13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA14,
        name: "CJK UNIFIED IDEOGRAPH-2CA14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA15,
        name: "CJK UNIFIED IDEOGRAPH-2CA15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA16,
        name: "CJK UNIFIED IDEOGRAPH-2CA16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA17,
        name: "CJK UNIFIED IDEOGRAPH-2CA17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA18,
        name: "CJK UNIFIED IDEOGRAPH-2CA18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA19,
        name: "CJK UNIFIED IDEOGRAPH-2CA19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA1A,
        name: "CJK UNIFIED IDEOGRAPH-2CA1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA1B,
        name: "CJK UNIFIED IDEOGRAPH-2CA1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA1C,
        name: "CJK UNIFIED IDEOGRAPH-2CA1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA1D,
        name: "CJK UNIFIED IDEOGRAPH-2CA1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA1E,
        name: "CJK UNIFIED IDEOGRAPH-2CA1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA1F,
        name: "CJK UNIFIED IDEOGRAPH-2CA1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA20,
        name: "CJK UNIFIED IDEOGRAPH-2CA20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA21,
        name: "CJK UNIFIED IDEOGRAPH-2CA21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA22,
        name: "CJK UNIFIED IDEOGRAPH-2CA22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA23,
        name: "CJK UNIFIED IDEOGRAPH-2CA23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA24,
        name: "CJK UNIFIED IDEOGRAPH-2CA24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA25,
        name: "CJK UNIFIED IDEOGRAPH-2CA25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA26,
        name: "CJK UNIFIED IDEOGRAPH-2CA26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA27,
        name: "CJK UNIFIED IDEOGRAPH-2CA27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA28,
        name: "CJK UNIFIED IDEOGRAPH-2CA28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA29,
        name: "CJK UNIFIED IDEOGRAPH-2CA29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA2A,
        name: "CJK UNIFIED IDEOGRAPH-2CA2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA2B,
        name: "CJK UNIFIED IDEOGRAPH-2CA2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA2C,
        name: "CJK UNIFIED IDEOGRAPH-2CA2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA2D,
        name: "CJK UNIFIED IDEOGRAPH-2CA2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA2E,
        name: "CJK UNIFIED IDEOGRAPH-2CA2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA2F,
        name: "CJK UNIFIED IDEOGRAPH-2CA2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA30,
        name: "CJK UNIFIED IDEOGRAPH-2CA30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA31,
        name: "CJK UNIFIED IDEOGRAPH-2CA31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA32,
        name: "CJK UNIFIED IDEOGRAPH-2CA32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA33,
        name: "CJK UNIFIED IDEOGRAPH-2CA33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA34,
        name: "CJK UNIFIED IDEOGRAPH-2CA34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA35,
        name: "CJK UNIFIED IDEOGRAPH-2CA35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA36,
        name: "CJK UNIFIED IDEOGRAPH-2CA36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA37,
        name: "CJK UNIFIED IDEOGRAPH-2CA37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA38,
        name: "CJK UNIFIED IDEOGRAPH-2CA38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA39,
        name: "CJK UNIFIED IDEOGRAPH-2CA39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA3A,
        name: "CJK UNIFIED IDEOGRAPH-2CA3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA3B,
        name: "CJK UNIFIED IDEOGRAPH-2CA3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA3C,
        name: "CJK UNIFIED IDEOGRAPH-2CA3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA3D,
        name: "CJK UNIFIED IDEOGRAPH-2CA3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA3E,
        name: "CJK UNIFIED IDEOGRAPH-2CA3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA3F,
        name: "CJK UNIFIED IDEOGRAPH-2CA3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA40,
        name: "CJK UNIFIED IDEOGRAPH-2CA40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA41,
        name: "CJK UNIFIED IDEOGRAPH-2CA41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA42,
        name: "CJK UNIFIED IDEOGRAPH-2CA42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA43,
        name: "CJK UNIFIED IDEOGRAPH-2CA43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA44,
        name: "CJK UNIFIED IDEOGRAPH-2CA44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA45,
        name: "CJK UNIFIED IDEOGRAPH-2CA45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA46,
        name: "CJK UNIFIED IDEOGRAPH-2CA46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA47,
        name: "CJK UNIFIED IDEOGRAPH-2CA47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA48,
        name: "CJK UNIFIED IDEOGRAPH-2CA48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA49,
        name: "CJK UNIFIED IDEOGRAPH-2CA49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA4A,
        name: "CJK UNIFIED IDEOGRAPH-2CA4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA4B,
        name: "CJK UNIFIED IDEOGRAPH-2CA4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA4C,
        name: "CJK UNIFIED IDEOGRAPH-2CA4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA4D,
        name: "CJK UNIFIED IDEOGRAPH-2CA4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA4E,
        name: "CJK UNIFIED IDEOGRAPH-2CA4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA4F,
        name: "CJK UNIFIED IDEOGRAPH-2CA4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA50,
        name: "CJK UNIFIED IDEOGRAPH-2CA50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA51,
        name: "CJK UNIFIED IDEOGRAPH-2CA51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA52,
        name: "CJK UNIFIED IDEOGRAPH-2CA52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA53,
        name: "CJK UNIFIED IDEOGRAPH-2CA53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA54,
        name: "CJK UNIFIED IDEOGRAPH-2CA54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA55,
        name: "CJK UNIFIED IDEOGRAPH-2CA55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA56,
        name: "CJK UNIFIED IDEOGRAPH-2CA56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA57,
        name: "CJK UNIFIED IDEOGRAPH-2CA57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA58,
        name: "CJK UNIFIED IDEOGRAPH-2CA58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA59,
        name: "CJK UNIFIED IDEOGRAPH-2CA59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA5A,
        name: "CJK UNIFIED IDEOGRAPH-2CA5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA5B,
        name: "CJK UNIFIED IDEOGRAPH-2CA5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA5C,
        name: "CJK UNIFIED IDEOGRAPH-2CA5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA5D,
        name: "CJK UNIFIED IDEOGRAPH-2CA5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA5E,
        name: "CJK UNIFIED IDEOGRAPH-2CA5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA5F,
        name: "CJK UNIFIED IDEOGRAPH-2CA5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA60,
        name: "CJK UNIFIED IDEOGRAPH-2CA60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA61,
        name: "CJK UNIFIED IDEOGRAPH-2CA61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA62,
        name: "CJK UNIFIED IDEOGRAPH-2CA62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA63,
        name: "CJK UNIFIED IDEOGRAPH-2CA63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA64,
        name: "CJK UNIFIED IDEOGRAPH-2CA64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA65,
        name: "CJK UNIFIED IDEOGRAPH-2CA65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA66,
        name: "CJK UNIFIED IDEOGRAPH-2CA66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA67,
        name: "CJK UNIFIED IDEOGRAPH-2CA67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA68,
        name: "CJK UNIFIED IDEOGRAPH-2CA68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA69,
        name: "CJK UNIFIED IDEOGRAPH-2CA69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA6A,
        name: "CJK UNIFIED IDEOGRAPH-2CA6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA6B,
        name: "CJK UNIFIED IDEOGRAPH-2CA6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA6C,
        name: "CJK UNIFIED IDEOGRAPH-2CA6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA6D,
        name: "CJK UNIFIED IDEOGRAPH-2CA6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA6E,
        name: "CJK UNIFIED IDEOGRAPH-2CA6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA6F,
        name: "CJK UNIFIED IDEOGRAPH-2CA6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA70,
        name: "CJK UNIFIED IDEOGRAPH-2CA70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA71,
        name: "CJK UNIFIED IDEOGRAPH-2CA71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA72,
        name: "CJK UNIFIED IDEOGRAPH-2CA72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA73,
        name: "CJK UNIFIED IDEOGRAPH-2CA73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA74,
        name: "CJK UNIFIED IDEOGRAPH-2CA74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA75,
        name: "CJK UNIFIED IDEOGRAPH-2CA75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA76,
        name: "CJK UNIFIED IDEOGRAPH-2CA76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA77,
        name: "CJK UNIFIED IDEOGRAPH-2CA77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA78,
        name: "CJK UNIFIED IDEOGRAPH-2CA78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA79,
        name: "CJK UNIFIED IDEOGRAPH-2CA79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA7A,
        name: "CJK UNIFIED IDEOGRAPH-2CA7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA7B,
        name: "CJK UNIFIED IDEOGRAPH-2CA7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA7C,
        name: "CJK UNIFIED IDEOGRAPH-2CA7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA7D,
        name: "CJK UNIFIED IDEOGRAPH-2CA7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA7E,
        name: "CJK UNIFIED IDEOGRAPH-2CA7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA7F,
        name: "CJK UNIFIED IDEOGRAPH-2CA7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA80,
        name: "CJK UNIFIED IDEOGRAPH-2CA80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA81,
        name: "CJK UNIFIED IDEOGRAPH-2CA81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA82,
        name: "CJK UNIFIED IDEOGRAPH-2CA82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA83,
        name: "CJK UNIFIED IDEOGRAPH-2CA83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA84,
        name: "CJK UNIFIED IDEOGRAPH-2CA84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA85,
        name: "CJK UNIFIED IDEOGRAPH-2CA85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA86,
        name: "CJK UNIFIED IDEOGRAPH-2CA86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA87,
        name: "CJK UNIFIED IDEOGRAPH-2CA87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA88,
        name: "CJK UNIFIED IDEOGRAPH-2CA88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA89,
        name: "CJK UNIFIED IDEOGRAPH-2CA89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA8A,
        name: "CJK UNIFIED IDEOGRAPH-2CA8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA8B,
        name: "CJK UNIFIED IDEOGRAPH-2CA8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA8C,
        name: "CJK UNIFIED IDEOGRAPH-2CA8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA8D,
        name: "CJK UNIFIED IDEOGRAPH-2CA8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA8E,
        name: "CJK UNIFIED IDEOGRAPH-2CA8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA8F,
        name: "CJK UNIFIED IDEOGRAPH-2CA8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA90,
        name: "CJK UNIFIED IDEOGRAPH-2CA90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA91,
        name: "CJK UNIFIED IDEOGRAPH-2CA91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA92,
        name: "CJK UNIFIED IDEOGRAPH-2CA92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA93,
        name: "CJK UNIFIED IDEOGRAPH-2CA93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA94,
        name: "CJK UNIFIED IDEOGRAPH-2CA94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA95,
        name: "CJK UNIFIED IDEOGRAPH-2CA95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA96,
        name: "CJK UNIFIED IDEOGRAPH-2CA96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA97,
        name: "CJK UNIFIED IDEOGRAPH-2CA97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA98,
        name: "CJK UNIFIED IDEOGRAPH-2CA98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA99,
        name: "CJK UNIFIED IDEOGRAPH-2CA99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA9A,
        name: "CJK UNIFIED IDEOGRAPH-2CA9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA9B,
        name: "CJK UNIFIED IDEOGRAPH-2CA9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA9C,
        name: "CJK UNIFIED IDEOGRAPH-2CA9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA9D,
        name: "CJK UNIFIED IDEOGRAPH-2CA9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA9E,
        name: "CJK UNIFIED IDEOGRAPH-2CA9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CA9F,
        name: "CJK UNIFIED IDEOGRAPH-2CA9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA0,
        name: "CJK UNIFIED IDEOGRAPH-2CAA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA1,
        name: "CJK UNIFIED IDEOGRAPH-2CAA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA2,
        name: "CJK UNIFIED IDEOGRAPH-2CAA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA3,
        name: "CJK UNIFIED IDEOGRAPH-2CAA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA4,
        name: "CJK UNIFIED IDEOGRAPH-2CAA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA5,
        name: "CJK UNIFIED IDEOGRAPH-2CAA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA6,
        name: "CJK UNIFIED IDEOGRAPH-2CAA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA7,
        name: "CJK UNIFIED IDEOGRAPH-2CAA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA8,
        name: "CJK UNIFIED IDEOGRAPH-2CAA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAA9,
        name: "CJK UNIFIED IDEOGRAPH-2CAA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAAA,
        name: "CJK UNIFIED IDEOGRAPH-2CAAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAAB,
        name: "CJK UNIFIED IDEOGRAPH-2CAAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAAC,
        name: "CJK UNIFIED IDEOGRAPH-2CAAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAAD,
        name: "CJK UNIFIED IDEOGRAPH-2CAAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAAE,
        name: "CJK UNIFIED IDEOGRAPH-2CAAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAAF,
        name: "CJK UNIFIED IDEOGRAPH-2CAAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB0,
        name: "CJK UNIFIED IDEOGRAPH-2CAB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB1,
        name: "CJK UNIFIED IDEOGRAPH-2CAB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB2,
        name: "CJK UNIFIED IDEOGRAPH-2CAB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB3,
        name: "CJK UNIFIED IDEOGRAPH-2CAB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB4,
        name: "CJK UNIFIED IDEOGRAPH-2CAB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB5,
        name: "CJK UNIFIED IDEOGRAPH-2CAB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB6,
        name: "CJK UNIFIED IDEOGRAPH-2CAB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB7,
        name: "CJK UNIFIED IDEOGRAPH-2CAB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB8,
        name: "CJK UNIFIED IDEOGRAPH-2CAB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAB9,
        name: "CJK UNIFIED IDEOGRAPH-2CAB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CABA,
        name: "CJK UNIFIED IDEOGRAPH-2CABA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CABB,
        name: "CJK UNIFIED IDEOGRAPH-2CABB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CABC,
        name: "CJK UNIFIED IDEOGRAPH-2CABC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CABD,
        name: "CJK UNIFIED IDEOGRAPH-2CABD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CABE,
        name: "CJK UNIFIED IDEOGRAPH-2CABE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CABF,
        name: "CJK UNIFIED IDEOGRAPH-2CABF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC0,
        name: "CJK UNIFIED IDEOGRAPH-2CAC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC1,
        name: "CJK UNIFIED IDEOGRAPH-2CAC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC2,
        name: "CJK UNIFIED IDEOGRAPH-2CAC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC3,
        name: "CJK UNIFIED IDEOGRAPH-2CAC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC4,
        name: "CJK UNIFIED IDEOGRAPH-2CAC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC5,
        name: "CJK UNIFIED IDEOGRAPH-2CAC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC6,
        name: "CJK UNIFIED IDEOGRAPH-2CAC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC7,
        name: "CJK UNIFIED IDEOGRAPH-2CAC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC8,
        name: "CJK UNIFIED IDEOGRAPH-2CAC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAC9,
        name: "CJK UNIFIED IDEOGRAPH-2CAC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CACA,
        name: "CJK UNIFIED IDEOGRAPH-2CACA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CACB,
        name: "CJK UNIFIED IDEOGRAPH-2CACB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CACC,
        name: "CJK UNIFIED IDEOGRAPH-2CACC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CACD,
        name: "CJK UNIFIED IDEOGRAPH-2CACD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CACE,
        name: "CJK UNIFIED IDEOGRAPH-2CACE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CACF,
        name: "CJK UNIFIED IDEOGRAPH-2CACF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD0,
        name: "CJK UNIFIED IDEOGRAPH-2CAD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD1,
        name: "CJK UNIFIED IDEOGRAPH-2CAD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD2,
        name: "CJK UNIFIED IDEOGRAPH-2CAD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD3,
        name: "CJK UNIFIED IDEOGRAPH-2CAD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD4,
        name: "CJK UNIFIED IDEOGRAPH-2CAD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD5,
        name: "CJK UNIFIED IDEOGRAPH-2CAD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD6,
        name: "CJK UNIFIED IDEOGRAPH-2CAD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD7,
        name: "CJK UNIFIED IDEOGRAPH-2CAD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD8,
        name: "CJK UNIFIED IDEOGRAPH-2CAD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAD9,
        name: "CJK UNIFIED IDEOGRAPH-2CAD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CADA,
        name: "CJK UNIFIED IDEOGRAPH-2CADA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CADB,
        name: "CJK UNIFIED IDEOGRAPH-2CADB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CADC,
        name: "CJK UNIFIED IDEOGRAPH-2CADC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CADD,
        name: "CJK UNIFIED IDEOGRAPH-2CADD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CADE,
        name: "CJK UNIFIED IDEOGRAPH-2CADE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CADF,
        name: "CJK UNIFIED IDEOGRAPH-2CADF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE0,
        name: "CJK UNIFIED IDEOGRAPH-2CAE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE1,
        name: "CJK UNIFIED IDEOGRAPH-2CAE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE2,
        name: "CJK UNIFIED IDEOGRAPH-2CAE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE3,
        name: "CJK UNIFIED IDEOGRAPH-2CAE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE4,
        name: "CJK UNIFIED IDEOGRAPH-2CAE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE5,
        name: "CJK UNIFIED IDEOGRAPH-2CAE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE6,
        name: "CJK UNIFIED IDEOGRAPH-2CAE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE7,
        name: "CJK UNIFIED IDEOGRAPH-2CAE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE8,
        name: "CJK UNIFIED IDEOGRAPH-2CAE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAE9,
        name: "CJK UNIFIED IDEOGRAPH-2CAE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAEA,
        name: "CJK UNIFIED IDEOGRAPH-2CAEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAEB,
        name: "CJK UNIFIED IDEOGRAPH-2CAEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAEC,
        name: "CJK UNIFIED IDEOGRAPH-2CAEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAED,
        name: "CJK UNIFIED IDEOGRAPH-2CAED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAEE,
        name: "CJK UNIFIED IDEOGRAPH-2CAEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAEF,
        name: "CJK UNIFIED IDEOGRAPH-2CAEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF0,
        name: "CJK UNIFIED IDEOGRAPH-2CAF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF1,
        name: "CJK UNIFIED IDEOGRAPH-2CAF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF2,
        name: "CJK UNIFIED IDEOGRAPH-2CAF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF3,
        name: "CJK UNIFIED IDEOGRAPH-2CAF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF4,
        name: "CJK UNIFIED IDEOGRAPH-2CAF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF5,
        name: "CJK UNIFIED IDEOGRAPH-2CAF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF6,
        name: "CJK UNIFIED IDEOGRAPH-2CAF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF7,
        name: "CJK UNIFIED IDEOGRAPH-2CAF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF8,
        name: "CJK UNIFIED IDEOGRAPH-2CAF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAF9,
        name: "CJK UNIFIED IDEOGRAPH-2CAF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAFA,
        name: "CJK UNIFIED IDEOGRAPH-2CAFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAFB,
        name: "CJK UNIFIED IDEOGRAPH-2CAFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAFC,
        name: "CJK UNIFIED IDEOGRAPH-2CAFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAFD,
        name: "CJK UNIFIED IDEOGRAPH-2CAFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAFE,
        name: "CJK UNIFIED IDEOGRAPH-2CAFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CAFF,
        name: "CJK UNIFIED IDEOGRAPH-2CAFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB00,
        name: "CJK UNIFIED IDEOGRAPH-2CB00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB01,
        name: "CJK UNIFIED IDEOGRAPH-2CB01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB02,
        name: "CJK UNIFIED IDEOGRAPH-2CB02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB03,
        name: "CJK UNIFIED IDEOGRAPH-2CB03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB04,
        name: "CJK UNIFIED IDEOGRAPH-2CB04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB05,
        name: "CJK UNIFIED IDEOGRAPH-2CB05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB06,
        name: "CJK UNIFIED IDEOGRAPH-2CB06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB07,
        name: "CJK UNIFIED IDEOGRAPH-2CB07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB08,
        name: "CJK UNIFIED IDEOGRAPH-2CB08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB09,
        name: "CJK UNIFIED IDEOGRAPH-2CB09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB0A,
        name: "CJK UNIFIED IDEOGRAPH-2CB0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB0B,
        name: "CJK UNIFIED IDEOGRAPH-2CB0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB0C,
        name: "CJK UNIFIED IDEOGRAPH-2CB0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB0D,
        name: "CJK UNIFIED IDEOGRAPH-2CB0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB0E,
        name: "CJK UNIFIED IDEOGRAPH-2CB0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB0F,
        name: "CJK UNIFIED IDEOGRAPH-2CB0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB10,
        name: "CJK UNIFIED IDEOGRAPH-2CB10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB11,
        name: "CJK UNIFIED IDEOGRAPH-2CB11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB12,
        name: "CJK UNIFIED IDEOGRAPH-2CB12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB13,
        name: "CJK UNIFIED IDEOGRAPH-2CB13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB14,
        name: "CJK UNIFIED IDEOGRAPH-2CB14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB15,
        name: "CJK UNIFIED IDEOGRAPH-2CB15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB16,
        name: "CJK UNIFIED IDEOGRAPH-2CB16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB17,
        name: "CJK UNIFIED IDEOGRAPH-2CB17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB18,
        name: "CJK UNIFIED IDEOGRAPH-2CB18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB19,
        name: "CJK UNIFIED IDEOGRAPH-2CB19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB1A,
        name: "CJK UNIFIED IDEOGRAPH-2CB1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB1B,
        name: "CJK UNIFIED IDEOGRAPH-2CB1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB1C,
        name: "CJK UNIFIED IDEOGRAPH-2CB1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB1D,
        name: "CJK UNIFIED IDEOGRAPH-2CB1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB1E,
        name: "CJK UNIFIED IDEOGRAPH-2CB1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB1F,
        name: "CJK UNIFIED IDEOGRAPH-2CB1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB20,
        name: "CJK UNIFIED IDEOGRAPH-2CB20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB21,
        name: "CJK UNIFIED IDEOGRAPH-2CB21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB22,
        name: "CJK UNIFIED IDEOGRAPH-2CB22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB23,
        name: "CJK UNIFIED IDEOGRAPH-2CB23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB24,
        name: "CJK UNIFIED IDEOGRAPH-2CB24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB25,
        name: "CJK UNIFIED IDEOGRAPH-2CB25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB26,
        name: "CJK UNIFIED IDEOGRAPH-2CB26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB27,
        name: "CJK UNIFIED IDEOGRAPH-2CB27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB28,
        name: "CJK UNIFIED IDEOGRAPH-2CB28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB29,
        name: "CJK UNIFIED IDEOGRAPH-2CB29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB2A,
        name: "CJK UNIFIED IDEOGRAPH-2CB2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB2B,
        name: "CJK UNIFIED IDEOGRAPH-2CB2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB2C,
        name: "CJK UNIFIED IDEOGRAPH-2CB2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB2D,
        name: "CJK UNIFIED IDEOGRAPH-2CB2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB2E,
        name: "CJK UNIFIED IDEOGRAPH-2CB2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB2F,
        name: "CJK UNIFIED IDEOGRAPH-2CB2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB30,
        name: "CJK UNIFIED IDEOGRAPH-2CB30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB31,
        name: "CJK UNIFIED IDEOGRAPH-2CB31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB32,
        name: "CJK UNIFIED IDEOGRAPH-2CB32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB33,
        name: "CJK UNIFIED IDEOGRAPH-2CB33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB34,
        name: "CJK UNIFIED IDEOGRAPH-2CB34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB35,
        name: "CJK UNIFIED IDEOGRAPH-2CB35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB36,
        name: "CJK UNIFIED IDEOGRAPH-2CB36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB37,
        name: "CJK UNIFIED IDEOGRAPH-2CB37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB38,
        name: "CJK UNIFIED IDEOGRAPH-2CB38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB39,
        name: "CJK UNIFIED IDEOGRAPH-2CB39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB3A,
        name: "CJK UNIFIED IDEOGRAPH-2CB3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB3B,
        name: "CJK UNIFIED IDEOGRAPH-2CB3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB3C,
        name: "CJK UNIFIED IDEOGRAPH-2CB3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB3D,
        name: "CJK UNIFIED IDEOGRAPH-2CB3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB3E,
        name: "CJK UNIFIED IDEOGRAPH-2CB3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB3F,
        name: "CJK UNIFIED IDEOGRAPH-2CB3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB40,
        name: "CJK UNIFIED IDEOGRAPH-2CB40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB41,
        name: "CJK UNIFIED IDEOGRAPH-2CB41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB42,
        name: "CJK UNIFIED IDEOGRAPH-2CB42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB43,
        name: "CJK UNIFIED IDEOGRAPH-2CB43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB44,
        name: "CJK UNIFIED IDEOGRAPH-2CB44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB45,
        name: "CJK UNIFIED IDEOGRAPH-2CB45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB46,
        name: "CJK UNIFIED IDEOGRAPH-2CB46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB47,
        name: "CJK UNIFIED IDEOGRAPH-2CB47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB48,
        name: "CJK UNIFIED IDEOGRAPH-2CB48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB49,
        name: "CJK UNIFIED IDEOGRAPH-2CB49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB4A,
        name: "CJK UNIFIED IDEOGRAPH-2CB4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB4B,
        name: "CJK UNIFIED IDEOGRAPH-2CB4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB4C,
        name: "CJK UNIFIED IDEOGRAPH-2CB4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB4D,
        name: "CJK UNIFIED IDEOGRAPH-2CB4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB4E,
        name: "CJK UNIFIED IDEOGRAPH-2CB4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB4F,
        name: "CJK UNIFIED IDEOGRAPH-2CB4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB50,
        name: "CJK UNIFIED IDEOGRAPH-2CB50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB51,
        name: "CJK UNIFIED IDEOGRAPH-2CB51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB52,
        name: "CJK UNIFIED IDEOGRAPH-2CB52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB53,
        name: "CJK UNIFIED IDEOGRAPH-2CB53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB54,
        name: "CJK UNIFIED IDEOGRAPH-2CB54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB55,
        name: "CJK UNIFIED IDEOGRAPH-2CB55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB56,
        name: "CJK UNIFIED IDEOGRAPH-2CB56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB57,
        name: "CJK UNIFIED IDEOGRAPH-2CB57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB58,
        name: "CJK UNIFIED IDEOGRAPH-2CB58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB59,
        name: "CJK UNIFIED IDEOGRAPH-2CB59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB5A,
        name: "CJK UNIFIED IDEOGRAPH-2CB5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB5B,
        name: "CJK UNIFIED IDEOGRAPH-2CB5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB5C,
        name: "CJK UNIFIED IDEOGRAPH-2CB5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB5D,
        name: "CJK UNIFIED IDEOGRAPH-2CB5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB5E,
        name: "CJK UNIFIED IDEOGRAPH-2CB5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB5F,
        name: "CJK UNIFIED IDEOGRAPH-2CB5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB60,
        name: "CJK UNIFIED IDEOGRAPH-2CB60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB61,
        name: "CJK UNIFIED IDEOGRAPH-2CB61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB62,
        name: "CJK UNIFIED IDEOGRAPH-2CB62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB63,
        name: "CJK UNIFIED IDEOGRAPH-2CB63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB64,
        name: "CJK UNIFIED IDEOGRAPH-2CB64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB65,
        name: "CJK UNIFIED IDEOGRAPH-2CB65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB66,
        name: "CJK UNIFIED IDEOGRAPH-2CB66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB67,
        name: "CJK UNIFIED IDEOGRAPH-2CB67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB68,
        name: "CJK UNIFIED IDEOGRAPH-2CB68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB69,
        name: "CJK UNIFIED IDEOGRAPH-2CB69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB6A,
        name: "CJK UNIFIED IDEOGRAPH-2CB6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB6B,
        name: "CJK UNIFIED IDEOGRAPH-2CB6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB6C,
        name: "CJK UNIFIED IDEOGRAPH-2CB6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB6D,
        name: "CJK UNIFIED IDEOGRAPH-2CB6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB6E,
        name: "CJK UNIFIED IDEOGRAPH-2CB6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB6F,
        name: "CJK UNIFIED IDEOGRAPH-2CB6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB70,
        name: "CJK UNIFIED IDEOGRAPH-2CB70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB71,
        name: "CJK UNIFIED IDEOGRAPH-2CB71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB72,
        name: "CJK UNIFIED IDEOGRAPH-2CB72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB73,
        name: "CJK UNIFIED IDEOGRAPH-2CB73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB74,
        name: "CJK UNIFIED IDEOGRAPH-2CB74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB75,
        name: "CJK UNIFIED IDEOGRAPH-2CB75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB76,
        name: "CJK UNIFIED IDEOGRAPH-2CB76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB77,
        name: "CJK UNIFIED IDEOGRAPH-2CB77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB78,
        name: "CJK UNIFIED IDEOGRAPH-2CB78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB79,
        name: "CJK UNIFIED IDEOGRAPH-2CB79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB7A,
        name: "CJK UNIFIED IDEOGRAPH-2CB7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB7B,
        name: "CJK UNIFIED IDEOGRAPH-2CB7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB7C,
        name: "CJK UNIFIED IDEOGRAPH-2CB7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB7D,
        name: "CJK UNIFIED IDEOGRAPH-2CB7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB7E,
        name: "CJK UNIFIED IDEOGRAPH-2CB7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB7F,
        name: "CJK UNIFIED IDEOGRAPH-2CB7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB80,
        name: "CJK UNIFIED IDEOGRAPH-2CB80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB81,
        name: "CJK UNIFIED IDEOGRAPH-2CB81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB82,
        name: "CJK UNIFIED IDEOGRAPH-2CB82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB83,
        name: "CJK UNIFIED IDEOGRAPH-2CB83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB84,
        name: "CJK UNIFIED IDEOGRAPH-2CB84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB85,
        name: "CJK UNIFIED IDEOGRAPH-2CB85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB86,
        name: "CJK UNIFIED IDEOGRAPH-2CB86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB87,
        name: "CJK UNIFIED IDEOGRAPH-2CB87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB88,
        name: "CJK UNIFIED IDEOGRAPH-2CB88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB89,
        name: "CJK UNIFIED IDEOGRAPH-2CB89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB8A,
        name: "CJK UNIFIED IDEOGRAPH-2CB8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB8B,
        name: "CJK UNIFIED IDEOGRAPH-2CB8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB8C,
        name: "CJK UNIFIED IDEOGRAPH-2CB8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB8D,
        name: "CJK UNIFIED IDEOGRAPH-2CB8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB8E,
        name: "CJK UNIFIED IDEOGRAPH-2CB8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB8F,
        name: "CJK UNIFIED IDEOGRAPH-2CB8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB90,
        name: "CJK UNIFIED IDEOGRAPH-2CB90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB91,
        name: "CJK UNIFIED IDEOGRAPH-2CB91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB92,
        name: "CJK UNIFIED IDEOGRAPH-2CB92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB93,
        name: "CJK UNIFIED IDEOGRAPH-2CB93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB94,
        name: "CJK UNIFIED IDEOGRAPH-2CB94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB95,
        name: "CJK UNIFIED IDEOGRAPH-2CB95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB96,
        name: "CJK UNIFIED IDEOGRAPH-2CB96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB97,
        name: "CJK UNIFIED IDEOGRAPH-2CB97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB98,
        name: "CJK UNIFIED IDEOGRAPH-2CB98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB99,
        name: "CJK UNIFIED IDEOGRAPH-2CB99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB9A,
        name: "CJK UNIFIED IDEOGRAPH-2CB9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB9B,
        name: "CJK UNIFIED IDEOGRAPH-2CB9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB9C,
        name: "CJK UNIFIED IDEOGRAPH-2CB9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB9D,
        name: "CJK UNIFIED IDEOGRAPH-2CB9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB9E,
        name: "CJK UNIFIED IDEOGRAPH-2CB9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CB9F,
        name: "CJK UNIFIED IDEOGRAPH-2CB9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA0,
        name: "CJK UNIFIED IDEOGRAPH-2CBA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA1,
        name: "CJK UNIFIED IDEOGRAPH-2CBA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA2,
        name: "CJK UNIFIED IDEOGRAPH-2CBA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA3,
        name: "CJK UNIFIED IDEOGRAPH-2CBA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA4,
        name: "CJK UNIFIED IDEOGRAPH-2CBA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA5,
        name: "CJK UNIFIED IDEOGRAPH-2CBA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA6,
        name: "CJK UNIFIED IDEOGRAPH-2CBA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA7,
        name: "CJK UNIFIED IDEOGRAPH-2CBA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA8,
        name: "CJK UNIFIED IDEOGRAPH-2CBA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBA9,
        name: "CJK UNIFIED IDEOGRAPH-2CBA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBAA,
        name: "CJK UNIFIED IDEOGRAPH-2CBAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBAB,
        name: "CJK UNIFIED IDEOGRAPH-2CBAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBAC,
        name: "CJK UNIFIED IDEOGRAPH-2CBAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBAD,
        name: "CJK UNIFIED IDEOGRAPH-2CBAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBAE,
        name: "CJK UNIFIED IDEOGRAPH-2CBAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBAF,
        name: "CJK UNIFIED IDEOGRAPH-2CBAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB0,
        name: "CJK UNIFIED IDEOGRAPH-2CBB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB1,
        name: "CJK UNIFIED IDEOGRAPH-2CBB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB2,
        name: "CJK UNIFIED IDEOGRAPH-2CBB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB3,
        name: "CJK UNIFIED IDEOGRAPH-2CBB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB4,
        name: "CJK UNIFIED IDEOGRAPH-2CBB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB5,
        name: "CJK UNIFIED IDEOGRAPH-2CBB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB6,
        name: "CJK UNIFIED IDEOGRAPH-2CBB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB7,
        name: "CJK UNIFIED IDEOGRAPH-2CBB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB8,
        name: "CJK UNIFIED IDEOGRAPH-2CBB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBB9,
        name: "CJK UNIFIED IDEOGRAPH-2CBB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBBA,
        name: "CJK UNIFIED IDEOGRAPH-2CBBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBBB,
        name: "CJK UNIFIED IDEOGRAPH-2CBBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBBC,
        name: "CJK UNIFIED IDEOGRAPH-2CBBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBBD,
        name: "CJK UNIFIED IDEOGRAPH-2CBBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBBE,
        name: "CJK UNIFIED IDEOGRAPH-2CBBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBBF,
        name: "CJK UNIFIED IDEOGRAPH-2CBBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC0,
        name: "CJK UNIFIED IDEOGRAPH-2CBC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC1,
        name: "CJK UNIFIED IDEOGRAPH-2CBC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC2,
        name: "CJK UNIFIED IDEOGRAPH-2CBC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC3,
        name: "CJK UNIFIED IDEOGRAPH-2CBC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC4,
        name: "CJK UNIFIED IDEOGRAPH-2CBC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC5,
        name: "CJK UNIFIED IDEOGRAPH-2CBC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC6,
        name: "CJK UNIFIED IDEOGRAPH-2CBC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC7,
        name: "CJK UNIFIED IDEOGRAPH-2CBC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC8,
        name: "CJK UNIFIED IDEOGRAPH-2CBC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBC9,
        name: "CJK UNIFIED IDEOGRAPH-2CBC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBCA,
        name: "CJK UNIFIED IDEOGRAPH-2CBCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBCB,
        name: "CJK UNIFIED IDEOGRAPH-2CBCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBCC,
        name: "CJK UNIFIED IDEOGRAPH-2CBCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBCD,
        name: "CJK UNIFIED IDEOGRAPH-2CBCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBCE,
        name: "CJK UNIFIED IDEOGRAPH-2CBCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBCF,
        name: "CJK UNIFIED IDEOGRAPH-2CBCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD0,
        name: "CJK UNIFIED IDEOGRAPH-2CBD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD1,
        name: "CJK UNIFIED IDEOGRAPH-2CBD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD2,
        name: "CJK UNIFIED IDEOGRAPH-2CBD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD3,
        name: "CJK UNIFIED IDEOGRAPH-2CBD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD4,
        name: "CJK UNIFIED IDEOGRAPH-2CBD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD5,
        name: "CJK UNIFIED IDEOGRAPH-2CBD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD6,
        name: "CJK UNIFIED IDEOGRAPH-2CBD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD7,
        name: "CJK UNIFIED IDEOGRAPH-2CBD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD8,
        name: "CJK UNIFIED IDEOGRAPH-2CBD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBD9,
        name: "CJK UNIFIED IDEOGRAPH-2CBD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBDA,
        name: "CJK UNIFIED IDEOGRAPH-2CBDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBDB,
        name: "CJK UNIFIED IDEOGRAPH-2CBDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBDC,
        name: "CJK UNIFIED IDEOGRAPH-2CBDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBDD,
        name: "CJK UNIFIED IDEOGRAPH-2CBDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBDE,
        name: "CJK UNIFIED IDEOGRAPH-2CBDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBDF,
        name: "CJK UNIFIED IDEOGRAPH-2CBDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE0,
        name: "CJK UNIFIED IDEOGRAPH-2CBE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE1,
        name: "CJK UNIFIED IDEOGRAPH-2CBE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE2,
        name: "CJK UNIFIED IDEOGRAPH-2CBE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE3,
        name: "CJK UNIFIED IDEOGRAPH-2CBE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE4,
        name: "CJK UNIFIED IDEOGRAPH-2CBE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE5,
        name: "CJK UNIFIED IDEOGRAPH-2CBE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE6,
        name: "CJK UNIFIED IDEOGRAPH-2CBE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE7,
        name: "CJK UNIFIED IDEOGRAPH-2CBE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE8,
        name: "CJK UNIFIED IDEOGRAPH-2CBE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBE9,
        name: "CJK UNIFIED IDEOGRAPH-2CBE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBEA,
        name: "CJK UNIFIED IDEOGRAPH-2CBEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBEB,
        name: "CJK UNIFIED IDEOGRAPH-2CBEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBEC,
        name: "CJK UNIFIED IDEOGRAPH-2CBEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBED,
        name: "CJK UNIFIED IDEOGRAPH-2CBED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBEE,
        name: "CJK UNIFIED IDEOGRAPH-2CBEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBEF,
        name: "CJK UNIFIED IDEOGRAPH-2CBEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF0,
        name: "CJK UNIFIED IDEOGRAPH-2CBF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF1,
        name: "CJK UNIFIED IDEOGRAPH-2CBF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF2,
        name: "CJK UNIFIED IDEOGRAPH-2CBF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF3,
        name: "CJK UNIFIED IDEOGRAPH-2CBF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF4,
        name: "CJK UNIFIED IDEOGRAPH-2CBF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF5,
        name: "CJK UNIFIED IDEOGRAPH-2CBF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF6,
        name: "CJK UNIFIED IDEOGRAPH-2CBF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF7,
        name: "CJK UNIFIED IDEOGRAPH-2CBF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF8,
        name: "CJK UNIFIED IDEOGRAPH-2CBF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBF9,
        name: "CJK UNIFIED IDEOGRAPH-2CBF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBFA,
        name: "CJK UNIFIED IDEOGRAPH-2CBFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBFB,
        name: "CJK UNIFIED IDEOGRAPH-2CBFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBFC,
        name: "CJK UNIFIED IDEOGRAPH-2CBFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBFD,
        name: "CJK UNIFIED IDEOGRAPH-2CBFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBFE,
        name: "CJK UNIFIED IDEOGRAPH-2CBFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CBFF,
        name: "CJK UNIFIED IDEOGRAPH-2CBFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC00,
        name: "CJK UNIFIED IDEOGRAPH-2CC00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC01,
        name: "CJK UNIFIED IDEOGRAPH-2CC01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC02,
        name: "CJK UNIFIED IDEOGRAPH-2CC02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC03,
        name: "CJK UNIFIED IDEOGRAPH-2CC03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC04,
        name: "CJK UNIFIED IDEOGRAPH-2CC04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC05,
        name: "CJK UNIFIED IDEOGRAPH-2CC05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC06,
        name: "CJK UNIFIED IDEOGRAPH-2CC06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC07,
        name: "CJK UNIFIED IDEOGRAPH-2CC07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC08,
        name: "CJK UNIFIED IDEOGRAPH-2CC08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC09,
        name: "CJK UNIFIED IDEOGRAPH-2CC09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC0A,
        name: "CJK UNIFIED IDEOGRAPH-2CC0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC0B,
        name: "CJK UNIFIED IDEOGRAPH-2CC0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC0C,
        name: "CJK UNIFIED IDEOGRAPH-2CC0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC0D,
        name: "CJK UNIFIED IDEOGRAPH-2CC0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC0E,
        name: "CJK UNIFIED IDEOGRAPH-2CC0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC0F,
        name: "CJK UNIFIED IDEOGRAPH-2CC0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC10,
        name: "CJK UNIFIED IDEOGRAPH-2CC10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC11,
        name: "CJK UNIFIED IDEOGRAPH-2CC11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC12,
        name: "CJK UNIFIED IDEOGRAPH-2CC12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC13,
        name: "CJK UNIFIED IDEOGRAPH-2CC13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC14,
        name: "CJK UNIFIED IDEOGRAPH-2CC14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC15,
        name: "CJK UNIFIED IDEOGRAPH-2CC15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC16,
        name: "CJK UNIFIED IDEOGRAPH-2CC16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC17,
        name: "CJK UNIFIED IDEOGRAPH-2CC17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC18,
        name: "CJK UNIFIED IDEOGRAPH-2CC18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC19,
        name: "CJK UNIFIED IDEOGRAPH-2CC19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC1A,
        name: "CJK UNIFIED IDEOGRAPH-2CC1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC1B,
        name: "CJK UNIFIED IDEOGRAPH-2CC1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC1C,
        name: "CJK UNIFIED IDEOGRAPH-2CC1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC1D,
        name: "CJK UNIFIED IDEOGRAPH-2CC1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC1E,
        name: "CJK UNIFIED IDEOGRAPH-2CC1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC1F,
        name: "CJK UNIFIED IDEOGRAPH-2CC1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC20,
        name: "CJK UNIFIED IDEOGRAPH-2CC20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC21,
        name: "CJK UNIFIED IDEOGRAPH-2CC21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC22,
        name: "CJK UNIFIED IDEOGRAPH-2CC22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC23,
        name: "CJK UNIFIED IDEOGRAPH-2CC23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC24,
        name: "CJK UNIFIED IDEOGRAPH-2CC24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC25,
        name: "CJK UNIFIED IDEOGRAPH-2CC25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC26,
        name: "CJK UNIFIED IDEOGRAPH-2CC26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC27,
        name: "CJK UNIFIED IDEOGRAPH-2CC27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC28,
        name: "CJK UNIFIED IDEOGRAPH-2CC28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC29,
        name: "CJK UNIFIED IDEOGRAPH-2CC29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC2A,
        name: "CJK UNIFIED IDEOGRAPH-2CC2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC2B,
        name: "CJK UNIFIED IDEOGRAPH-2CC2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC2C,
        name: "CJK UNIFIED IDEOGRAPH-2CC2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC2D,
        name: "CJK UNIFIED IDEOGRAPH-2CC2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC2E,
        name: "CJK UNIFIED IDEOGRAPH-2CC2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC2F,
        name: "CJK UNIFIED IDEOGRAPH-2CC2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC30,
        name: "CJK UNIFIED IDEOGRAPH-2CC30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC31,
        name: "CJK UNIFIED IDEOGRAPH-2CC31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC32,
        name: "CJK UNIFIED IDEOGRAPH-2CC32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC33,
        name: "CJK UNIFIED IDEOGRAPH-2CC33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC34,
        name: "CJK UNIFIED IDEOGRAPH-2CC34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC35,
        name: "CJK UNIFIED IDEOGRAPH-2CC35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC36,
        name: "CJK UNIFIED IDEOGRAPH-2CC36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC37,
        name: "CJK UNIFIED IDEOGRAPH-2CC37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC38,
        name: "CJK UNIFIED IDEOGRAPH-2CC38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC39,
        name: "CJK UNIFIED IDEOGRAPH-2CC39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC3A,
        name: "CJK UNIFIED IDEOGRAPH-2CC3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC3B,
        name: "CJK UNIFIED IDEOGRAPH-2CC3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC3C,
        name: "CJK UNIFIED IDEOGRAPH-2CC3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC3D,
        name: "CJK UNIFIED IDEOGRAPH-2CC3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC3E,
        name: "CJK UNIFIED IDEOGRAPH-2CC3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC3F,
        name: "CJK UNIFIED IDEOGRAPH-2CC3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC40,
        name: "CJK UNIFIED IDEOGRAPH-2CC40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC41,
        name: "CJK UNIFIED IDEOGRAPH-2CC41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC42,
        name: "CJK UNIFIED IDEOGRAPH-2CC42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC43,
        name: "CJK UNIFIED IDEOGRAPH-2CC43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC44,
        name: "CJK UNIFIED IDEOGRAPH-2CC44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC45,
        name: "CJK UNIFIED IDEOGRAPH-2CC45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC46,
        name: "CJK UNIFIED IDEOGRAPH-2CC46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC47,
        name: "CJK UNIFIED IDEOGRAPH-2CC47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC48,
        name: "CJK UNIFIED IDEOGRAPH-2CC48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC49,
        name: "CJK UNIFIED IDEOGRAPH-2CC49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC4A,
        name: "CJK UNIFIED IDEOGRAPH-2CC4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC4B,
        name: "CJK UNIFIED IDEOGRAPH-2CC4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC4C,
        name: "CJK UNIFIED IDEOGRAPH-2CC4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC4D,
        name: "CJK UNIFIED IDEOGRAPH-2CC4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC4E,
        name: "CJK UNIFIED IDEOGRAPH-2CC4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC4F,
        name: "CJK UNIFIED IDEOGRAPH-2CC4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC50,
        name: "CJK UNIFIED IDEOGRAPH-2CC50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC51,
        name: "CJK UNIFIED IDEOGRAPH-2CC51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC52,
        name: "CJK UNIFIED IDEOGRAPH-2CC52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC53,
        name: "CJK UNIFIED IDEOGRAPH-2CC53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC54,
        name: "CJK UNIFIED IDEOGRAPH-2CC54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC55,
        name: "CJK UNIFIED IDEOGRAPH-2CC55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC56,
        name: "CJK UNIFIED IDEOGRAPH-2CC56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC57,
        name: "CJK UNIFIED IDEOGRAPH-2CC57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC58,
        name: "CJK UNIFIED IDEOGRAPH-2CC58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC59,
        name: "CJK UNIFIED IDEOGRAPH-2CC59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC5A,
        name: "CJK UNIFIED IDEOGRAPH-2CC5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC5B,
        name: "CJK UNIFIED IDEOGRAPH-2CC5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC5C,
        name: "CJK UNIFIED IDEOGRAPH-2CC5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC5D,
        name: "CJK UNIFIED IDEOGRAPH-2CC5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC5E,
        name: "CJK UNIFIED IDEOGRAPH-2CC5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC5F,
        name: "CJK UNIFIED IDEOGRAPH-2CC5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC60,
        name: "CJK UNIFIED IDEOGRAPH-2CC60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC61,
        name: "CJK UNIFIED IDEOGRAPH-2CC61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC62,
        name: "CJK UNIFIED IDEOGRAPH-2CC62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC63,
        name: "CJK UNIFIED IDEOGRAPH-2CC63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC64,
        name: "CJK UNIFIED IDEOGRAPH-2CC64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC65,
        name: "CJK UNIFIED IDEOGRAPH-2CC65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC66,
        name: "CJK UNIFIED IDEOGRAPH-2CC66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC67,
        name: "CJK UNIFIED IDEOGRAPH-2CC67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC68,
        name: "CJK UNIFIED IDEOGRAPH-2CC68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC69,
        name: "CJK UNIFIED IDEOGRAPH-2CC69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC6A,
        name: "CJK UNIFIED IDEOGRAPH-2CC6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC6B,
        name: "CJK UNIFIED IDEOGRAPH-2CC6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC6C,
        name: "CJK UNIFIED IDEOGRAPH-2CC6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC6D,
        name: "CJK UNIFIED IDEOGRAPH-2CC6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC6E,
        name: "CJK UNIFIED IDEOGRAPH-2CC6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC6F,
        name: "CJK UNIFIED IDEOGRAPH-2CC6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC70,
        name: "CJK UNIFIED IDEOGRAPH-2CC70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC71,
        name: "CJK UNIFIED IDEOGRAPH-2CC71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC72,
        name: "CJK UNIFIED IDEOGRAPH-2CC72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC73,
        name: "CJK UNIFIED IDEOGRAPH-2CC73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC74,
        name: "CJK UNIFIED IDEOGRAPH-2CC74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC75,
        name: "CJK UNIFIED IDEOGRAPH-2CC75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC76,
        name: "CJK UNIFIED IDEOGRAPH-2CC76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC77,
        name: "CJK UNIFIED IDEOGRAPH-2CC77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC78,
        name: "CJK UNIFIED IDEOGRAPH-2CC78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC79,
        name: "CJK UNIFIED IDEOGRAPH-2CC79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC7A,
        name: "CJK UNIFIED IDEOGRAPH-2CC7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC7B,
        name: "CJK UNIFIED IDEOGRAPH-2CC7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC7C,
        name: "CJK UNIFIED IDEOGRAPH-2CC7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC7D,
        name: "CJK UNIFIED IDEOGRAPH-2CC7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC7E,
        name: "CJK UNIFIED IDEOGRAPH-2CC7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC7F,
        name: "CJK UNIFIED IDEOGRAPH-2CC7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC80,
        name: "CJK UNIFIED IDEOGRAPH-2CC80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC81,
        name: "CJK UNIFIED IDEOGRAPH-2CC81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC82,
        name: "CJK UNIFIED IDEOGRAPH-2CC82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC83,
        name: "CJK UNIFIED IDEOGRAPH-2CC83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC84,
        name: "CJK UNIFIED IDEOGRAPH-2CC84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC85,
        name: "CJK UNIFIED IDEOGRAPH-2CC85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC86,
        name: "CJK UNIFIED IDEOGRAPH-2CC86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC87,
        name: "CJK UNIFIED IDEOGRAPH-2CC87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC88,
        name: "CJK UNIFIED IDEOGRAPH-2CC88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC89,
        name: "CJK UNIFIED IDEOGRAPH-2CC89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC8A,
        name: "CJK UNIFIED IDEOGRAPH-2CC8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC8B,
        name: "CJK UNIFIED IDEOGRAPH-2CC8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC8C,
        name: "CJK UNIFIED IDEOGRAPH-2CC8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC8D,
        name: "CJK UNIFIED IDEOGRAPH-2CC8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC8E,
        name: "CJK UNIFIED IDEOGRAPH-2CC8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC8F,
        name: "CJK UNIFIED IDEOGRAPH-2CC8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC90,
        name: "CJK UNIFIED IDEOGRAPH-2CC90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC91,
        name: "CJK UNIFIED IDEOGRAPH-2CC91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC92,
        name: "CJK UNIFIED IDEOGRAPH-2CC92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC93,
        name: "CJK UNIFIED IDEOGRAPH-2CC93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC94,
        name: "CJK UNIFIED IDEOGRAPH-2CC94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC95,
        name: "CJK UNIFIED IDEOGRAPH-2CC95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC96,
        name: "CJK UNIFIED IDEOGRAPH-2CC96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC97,
        name: "CJK UNIFIED IDEOGRAPH-2CC97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC98,
        name: "CJK UNIFIED IDEOGRAPH-2CC98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC99,
        name: "CJK UNIFIED IDEOGRAPH-2CC99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC9A,
        name: "CJK UNIFIED IDEOGRAPH-2CC9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC9B,
        name: "CJK UNIFIED IDEOGRAPH-2CC9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC9C,
        name: "CJK UNIFIED IDEOGRAPH-2CC9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC9D,
        name: "CJK UNIFIED IDEOGRAPH-2CC9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC9E,
        name: "CJK UNIFIED IDEOGRAPH-2CC9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CC9F,
        name: "CJK UNIFIED IDEOGRAPH-2CC9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA0,
        name: "CJK UNIFIED IDEOGRAPH-2CCA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA1,
        name: "CJK UNIFIED IDEOGRAPH-2CCA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA2,
        name: "CJK UNIFIED IDEOGRAPH-2CCA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA3,
        name: "CJK UNIFIED IDEOGRAPH-2CCA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA4,
        name: "CJK UNIFIED IDEOGRAPH-2CCA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA5,
        name: "CJK UNIFIED IDEOGRAPH-2CCA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA6,
        name: "CJK UNIFIED IDEOGRAPH-2CCA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA7,
        name: "CJK UNIFIED IDEOGRAPH-2CCA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA8,
        name: "CJK UNIFIED IDEOGRAPH-2CCA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCA9,
        name: "CJK UNIFIED IDEOGRAPH-2CCA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCAA,
        name: "CJK UNIFIED IDEOGRAPH-2CCAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCAB,
        name: "CJK UNIFIED IDEOGRAPH-2CCAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCAC,
        name: "CJK UNIFIED IDEOGRAPH-2CCAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCAD,
        name: "CJK UNIFIED IDEOGRAPH-2CCAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCAE,
        name: "CJK UNIFIED IDEOGRAPH-2CCAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCAF,
        name: "CJK UNIFIED IDEOGRAPH-2CCAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB0,
        name: "CJK UNIFIED IDEOGRAPH-2CCB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB1,
        name: "CJK UNIFIED IDEOGRAPH-2CCB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB2,
        name: "CJK UNIFIED IDEOGRAPH-2CCB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB3,
        name: "CJK UNIFIED IDEOGRAPH-2CCB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB4,
        name: "CJK UNIFIED IDEOGRAPH-2CCB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB5,
        name: "CJK UNIFIED IDEOGRAPH-2CCB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB6,
        name: "CJK UNIFIED IDEOGRAPH-2CCB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB7,
        name: "CJK UNIFIED IDEOGRAPH-2CCB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB8,
        name: "CJK UNIFIED IDEOGRAPH-2CCB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCB9,
        name: "CJK UNIFIED IDEOGRAPH-2CCB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCBA,
        name: "CJK UNIFIED IDEOGRAPH-2CCBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCBB,
        name: "CJK UNIFIED IDEOGRAPH-2CCBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCBC,
        name: "CJK UNIFIED IDEOGRAPH-2CCBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCBD,
        name: "CJK UNIFIED IDEOGRAPH-2CCBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCBE,
        name: "CJK UNIFIED IDEOGRAPH-2CCBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCBF,
        name: "CJK UNIFIED IDEOGRAPH-2CCBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC0,
        name: "CJK UNIFIED IDEOGRAPH-2CCC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC1,
        name: "CJK UNIFIED IDEOGRAPH-2CCC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC2,
        name: "CJK UNIFIED IDEOGRAPH-2CCC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC3,
        name: "CJK UNIFIED IDEOGRAPH-2CCC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC4,
        name: "CJK UNIFIED IDEOGRAPH-2CCC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC5,
        name: "CJK UNIFIED IDEOGRAPH-2CCC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC6,
        name: "CJK UNIFIED IDEOGRAPH-2CCC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC7,
        name: "CJK UNIFIED IDEOGRAPH-2CCC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC8,
        name: "CJK UNIFIED IDEOGRAPH-2CCC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCC9,
        name: "CJK UNIFIED IDEOGRAPH-2CCC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCCA,
        name: "CJK UNIFIED IDEOGRAPH-2CCCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCCB,
        name: "CJK UNIFIED IDEOGRAPH-2CCCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCCC,
        name: "CJK UNIFIED IDEOGRAPH-2CCCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCCD,
        name: "CJK UNIFIED IDEOGRAPH-2CCCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCCE,
        name: "CJK UNIFIED IDEOGRAPH-2CCCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCCF,
        name: "CJK UNIFIED IDEOGRAPH-2CCCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD0,
        name: "CJK UNIFIED IDEOGRAPH-2CCD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD1,
        name: "CJK UNIFIED IDEOGRAPH-2CCD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD2,
        name: "CJK UNIFIED IDEOGRAPH-2CCD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD3,
        name: "CJK UNIFIED IDEOGRAPH-2CCD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD4,
        name: "CJK UNIFIED IDEOGRAPH-2CCD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD5,
        name: "CJK UNIFIED IDEOGRAPH-2CCD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD6,
        name: "CJK UNIFIED IDEOGRAPH-2CCD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD7,
        name: "CJK UNIFIED IDEOGRAPH-2CCD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD8,
        name: "CJK UNIFIED IDEOGRAPH-2CCD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCD9,
        name: "CJK UNIFIED IDEOGRAPH-2CCD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCDA,
        name: "CJK UNIFIED IDEOGRAPH-2CCDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCDB,
        name: "CJK UNIFIED IDEOGRAPH-2CCDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCDC,
        name: "CJK UNIFIED IDEOGRAPH-2CCDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCDD,
        name: "CJK UNIFIED IDEOGRAPH-2CCDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCDE,
        name: "CJK UNIFIED IDEOGRAPH-2CCDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCDF,
        name: "CJK UNIFIED IDEOGRAPH-2CCDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE0,
        name: "CJK UNIFIED IDEOGRAPH-2CCE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE1,
        name: "CJK UNIFIED IDEOGRAPH-2CCE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE2,
        name: "CJK UNIFIED IDEOGRAPH-2CCE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE3,
        name: "CJK UNIFIED IDEOGRAPH-2CCE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE4,
        name: "CJK UNIFIED IDEOGRAPH-2CCE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE5,
        name: "CJK UNIFIED IDEOGRAPH-2CCE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE6,
        name: "CJK UNIFIED IDEOGRAPH-2CCE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE7,
        name: "CJK UNIFIED IDEOGRAPH-2CCE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE8,
        name: "CJK UNIFIED IDEOGRAPH-2CCE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCE9,
        name: "CJK UNIFIED IDEOGRAPH-2CCE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCEA,
        name: "CJK UNIFIED IDEOGRAPH-2CCEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCEB,
        name: "CJK UNIFIED IDEOGRAPH-2CCEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCEC,
        name: "CJK UNIFIED IDEOGRAPH-2CCEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCED,
        name: "CJK UNIFIED IDEOGRAPH-2CCED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCEE,
        name: "CJK UNIFIED IDEOGRAPH-2CCEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCEF,
        name: "CJK UNIFIED IDEOGRAPH-2CCEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF0,
        name: "CJK UNIFIED IDEOGRAPH-2CCF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF1,
        name: "CJK UNIFIED IDEOGRAPH-2CCF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF2,
        name: "CJK UNIFIED IDEOGRAPH-2CCF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF3,
        name: "CJK UNIFIED IDEOGRAPH-2CCF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF4,
        name: "CJK UNIFIED IDEOGRAPH-2CCF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF5,
        name: "CJK UNIFIED IDEOGRAPH-2CCF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF6,
        name: "CJK UNIFIED IDEOGRAPH-2CCF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF7,
        name: "CJK UNIFIED IDEOGRAPH-2CCF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF8,
        name: "CJK UNIFIED IDEOGRAPH-2CCF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCF9,
        name: "CJK UNIFIED IDEOGRAPH-2CCF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCFA,
        name: "CJK UNIFIED IDEOGRAPH-2CCFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCFB,
        name: "CJK UNIFIED IDEOGRAPH-2CCFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCFC,
        name: "CJK UNIFIED IDEOGRAPH-2CCFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCFD,
        name: "CJK UNIFIED IDEOGRAPH-2CCFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCFE,
        name: "CJK UNIFIED IDEOGRAPH-2CCFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CCFF,
        name: "CJK UNIFIED IDEOGRAPH-2CCFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD00,
        name: "CJK UNIFIED IDEOGRAPH-2CD00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD01,
        name: "CJK UNIFIED IDEOGRAPH-2CD01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD02,
        name: "CJK UNIFIED IDEOGRAPH-2CD02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD03,
        name: "CJK UNIFIED IDEOGRAPH-2CD03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD04,
        name: "CJK UNIFIED IDEOGRAPH-2CD04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD05,
        name: "CJK UNIFIED IDEOGRAPH-2CD05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD06,
        name: "CJK UNIFIED IDEOGRAPH-2CD06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD07,
        name: "CJK UNIFIED IDEOGRAPH-2CD07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD08,
        name: "CJK UNIFIED IDEOGRAPH-2CD08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD09,
        name: "CJK UNIFIED IDEOGRAPH-2CD09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD0A,
        name: "CJK UNIFIED IDEOGRAPH-2CD0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD0B,
        name: "CJK UNIFIED IDEOGRAPH-2CD0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD0C,
        name: "CJK UNIFIED IDEOGRAPH-2CD0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD0D,
        name: "CJK UNIFIED IDEOGRAPH-2CD0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD0E,
        name: "CJK UNIFIED IDEOGRAPH-2CD0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD0F,
        name: "CJK UNIFIED IDEOGRAPH-2CD0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD10,
        name: "CJK UNIFIED IDEOGRAPH-2CD10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD11,
        name: "CJK UNIFIED IDEOGRAPH-2CD11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD12,
        name: "CJK UNIFIED IDEOGRAPH-2CD12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD13,
        name: "CJK UNIFIED IDEOGRAPH-2CD13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD14,
        name: "CJK UNIFIED IDEOGRAPH-2CD14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD15,
        name: "CJK UNIFIED IDEOGRAPH-2CD15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD16,
        name: "CJK UNIFIED IDEOGRAPH-2CD16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD17,
        name: "CJK UNIFIED IDEOGRAPH-2CD17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD18,
        name: "CJK UNIFIED IDEOGRAPH-2CD18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD19,
        name: "CJK UNIFIED IDEOGRAPH-2CD19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD1A,
        name: "CJK UNIFIED IDEOGRAPH-2CD1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD1B,
        name: "CJK UNIFIED IDEOGRAPH-2CD1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD1C,
        name: "CJK UNIFIED IDEOGRAPH-2CD1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD1D,
        name: "CJK UNIFIED IDEOGRAPH-2CD1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD1E,
        name: "CJK UNIFIED IDEOGRAPH-2CD1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD1F,
        name: "CJK UNIFIED IDEOGRAPH-2CD1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD20,
        name: "CJK UNIFIED IDEOGRAPH-2CD20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD21,
        name: "CJK UNIFIED IDEOGRAPH-2CD21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD22,
        name: "CJK UNIFIED IDEOGRAPH-2CD22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD23,
        name: "CJK UNIFIED IDEOGRAPH-2CD23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD24,
        name: "CJK UNIFIED IDEOGRAPH-2CD24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD25,
        name: "CJK UNIFIED IDEOGRAPH-2CD25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD26,
        name: "CJK UNIFIED IDEOGRAPH-2CD26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD27,
        name: "CJK UNIFIED IDEOGRAPH-2CD27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD28,
        name: "CJK UNIFIED IDEOGRAPH-2CD28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD29,
        name: "CJK UNIFIED IDEOGRAPH-2CD29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD2A,
        name: "CJK UNIFIED IDEOGRAPH-2CD2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD2B,
        name: "CJK UNIFIED IDEOGRAPH-2CD2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD2C,
        name: "CJK UNIFIED IDEOGRAPH-2CD2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD2D,
        name: "CJK UNIFIED IDEOGRAPH-2CD2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD2E,
        name: "CJK UNIFIED IDEOGRAPH-2CD2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD2F,
        name: "CJK UNIFIED IDEOGRAPH-2CD2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD30,
        name: "CJK UNIFIED IDEOGRAPH-2CD30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD31,
        name: "CJK UNIFIED IDEOGRAPH-2CD31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD32,
        name: "CJK UNIFIED IDEOGRAPH-2CD32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD33,
        name: "CJK UNIFIED IDEOGRAPH-2CD33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD34,
        name: "CJK UNIFIED IDEOGRAPH-2CD34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD35,
        name: "CJK UNIFIED IDEOGRAPH-2CD35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD36,
        name: "CJK UNIFIED IDEOGRAPH-2CD36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD37,
        name: "CJK UNIFIED IDEOGRAPH-2CD37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD38,
        name: "CJK UNIFIED IDEOGRAPH-2CD38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD39,
        name: "CJK UNIFIED IDEOGRAPH-2CD39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD3A,
        name: "CJK UNIFIED IDEOGRAPH-2CD3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD3B,
        name: "CJK UNIFIED IDEOGRAPH-2CD3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD3C,
        name: "CJK UNIFIED IDEOGRAPH-2CD3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD3D,
        name: "CJK UNIFIED IDEOGRAPH-2CD3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD3E,
        name: "CJK UNIFIED IDEOGRAPH-2CD3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD3F,
        name: "CJK UNIFIED IDEOGRAPH-2CD3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD40,
        name: "CJK UNIFIED IDEOGRAPH-2CD40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD41,
        name: "CJK UNIFIED IDEOGRAPH-2CD41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD42,
        name: "CJK UNIFIED IDEOGRAPH-2CD42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD43,
        name: "CJK UNIFIED IDEOGRAPH-2CD43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD44,
        name: "CJK UNIFIED IDEOGRAPH-2CD44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD45,
        name: "CJK UNIFIED IDEOGRAPH-2CD45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD46,
        name: "CJK UNIFIED IDEOGRAPH-2CD46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD47,
        name: "CJK UNIFIED IDEOGRAPH-2CD47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD48,
        name: "CJK UNIFIED IDEOGRAPH-2CD48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD49,
        name: "CJK UNIFIED IDEOGRAPH-2CD49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD4A,
        name: "CJK UNIFIED IDEOGRAPH-2CD4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD4B,
        name: "CJK UNIFIED IDEOGRAPH-2CD4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD4C,
        name: "CJK UNIFIED IDEOGRAPH-2CD4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD4D,
        name: "CJK UNIFIED IDEOGRAPH-2CD4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD4E,
        name: "CJK UNIFIED IDEOGRAPH-2CD4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD4F,
        name: "CJK UNIFIED IDEOGRAPH-2CD4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD50,
        name: "CJK UNIFIED IDEOGRAPH-2CD50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD51,
        name: "CJK UNIFIED IDEOGRAPH-2CD51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD52,
        name: "CJK UNIFIED IDEOGRAPH-2CD52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD53,
        name: "CJK UNIFIED IDEOGRAPH-2CD53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD54,
        name: "CJK UNIFIED IDEOGRAPH-2CD54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD55,
        name: "CJK UNIFIED IDEOGRAPH-2CD55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD56,
        name: "CJK UNIFIED IDEOGRAPH-2CD56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD57,
        name: "CJK UNIFIED IDEOGRAPH-2CD57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD58,
        name: "CJK UNIFIED IDEOGRAPH-2CD58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD59,
        name: "CJK UNIFIED IDEOGRAPH-2CD59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD5A,
        name: "CJK UNIFIED IDEOGRAPH-2CD5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD5B,
        name: "CJK UNIFIED IDEOGRAPH-2CD5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD5C,
        name: "CJK UNIFIED IDEOGRAPH-2CD5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD5D,
        name: "CJK UNIFIED IDEOGRAPH-2CD5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD5E,
        name: "CJK UNIFIED IDEOGRAPH-2CD5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD5F,
        name: "CJK UNIFIED IDEOGRAPH-2CD5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD60,
        name: "CJK UNIFIED IDEOGRAPH-2CD60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD61,
        name: "CJK UNIFIED IDEOGRAPH-2CD61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD62,
        name: "CJK UNIFIED IDEOGRAPH-2CD62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD63,
        name: "CJK UNIFIED IDEOGRAPH-2CD63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD64,
        name: "CJK UNIFIED IDEOGRAPH-2CD64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD65,
        name: "CJK UNIFIED IDEOGRAPH-2CD65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD66,
        name: "CJK UNIFIED IDEOGRAPH-2CD66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD67,
        name: "CJK UNIFIED IDEOGRAPH-2CD67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD68,
        name: "CJK UNIFIED IDEOGRAPH-2CD68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD69,
        name: "CJK UNIFIED IDEOGRAPH-2CD69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD6A,
        name: "CJK UNIFIED IDEOGRAPH-2CD6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD6B,
        name: "CJK UNIFIED IDEOGRAPH-2CD6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD6C,
        name: "CJK UNIFIED IDEOGRAPH-2CD6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD6D,
        name: "CJK UNIFIED IDEOGRAPH-2CD6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD6E,
        name: "CJK UNIFIED IDEOGRAPH-2CD6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD6F,
        name: "CJK UNIFIED IDEOGRAPH-2CD6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD70,
        name: "CJK UNIFIED IDEOGRAPH-2CD70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD71,
        name: "CJK UNIFIED IDEOGRAPH-2CD71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD72,
        name: "CJK UNIFIED IDEOGRAPH-2CD72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD73,
        name: "CJK UNIFIED IDEOGRAPH-2CD73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD74,
        name: "CJK UNIFIED IDEOGRAPH-2CD74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD75,
        name: "CJK UNIFIED IDEOGRAPH-2CD75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD76,
        name: "CJK UNIFIED IDEOGRAPH-2CD76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD77,
        name: "CJK UNIFIED IDEOGRAPH-2CD77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD78,
        name: "CJK UNIFIED IDEOGRAPH-2CD78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD79,
        name: "CJK UNIFIED IDEOGRAPH-2CD79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD7A,
        name: "CJK UNIFIED IDEOGRAPH-2CD7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD7B,
        name: "CJK UNIFIED IDEOGRAPH-2CD7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD7C,
        name: "CJK UNIFIED IDEOGRAPH-2CD7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD7D,
        name: "CJK UNIFIED IDEOGRAPH-2CD7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD7E,
        name: "CJK UNIFIED IDEOGRAPH-2CD7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD7F,
        name: "CJK UNIFIED IDEOGRAPH-2CD7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD80,
        name: "CJK UNIFIED IDEOGRAPH-2CD80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD81,
        name: "CJK UNIFIED IDEOGRAPH-2CD81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD82,
        name: "CJK UNIFIED IDEOGRAPH-2CD82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD83,
        name: "CJK UNIFIED IDEOGRAPH-2CD83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD84,
        name: "CJK UNIFIED IDEOGRAPH-2CD84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD85,
        name: "CJK UNIFIED IDEOGRAPH-2CD85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD86,
        name: "CJK UNIFIED IDEOGRAPH-2CD86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD87,
        name: "CJK UNIFIED IDEOGRAPH-2CD87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD88,
        name: "CJK UNIFIED IDEOGRAPH-2CD88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD89,
        name: "CJK UNIFIED IDEOGRAPH-2CD89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD8A,
        name: "CJK UNIFIED IDEOGRAPH-2CD8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD8B,
        name: "CJK UNIFIED IDEOGRAPH-2CD8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD8C,
        name: "CJK UNIFIED IDEOGRAPH-2CD8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD8D,
        name: "CJK UNIFIED IDEOGRAPH-2CD8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD8E,
        name: "CJK UNIFIED IDEOGRAPH-2CD8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD8F,
        name: "CJK UNIFIED IDEOGRAPH-2CD8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD90,
        name: "CJK UNIFIED IDEOGRAPH-2CD90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD91,
        name: "CJK UNIFIED IDEOGRAPH-2CD91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD92,
        name: "CJK UNIFIED IDEOGRAPH-2CD92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD93,
        name: "CJK UNIFIED IDEOGRAPH-2CD93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD94,
        name: "CJK UNIFIED IDEOGRAPH-2CD94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD95,
        name: "CJK UNIFIED IDEOGRAPH-2CD95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD96,
        name: "CJK UNIFIED IDEOGRAPH-2CD96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD97,
        name: "CJK UNIFIED IDEOGRAPH-2CD97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD98,
        name: "CJK UNIFIED IDEOGRAPH-2CD98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD99,
        name: "CJK UNIFIED IDEOGRAPH-2CD99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD9A,
        name: "CJK UNIFIED IDEOGRAPH-2CD9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD9B,
        name: "CJK UNIFIED IDEOGRAPH-2CD9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD9C,
        name: "CJK UNIFIED IDEOGRAPH-2CD9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD9D,
        name: "CJK UNIFIED IDEOGRAPH-2CD9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD9E,
        name: "CJK UNIFIED IDEOGRAPH-2CD9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CD9F,
        name: "CJK UNIFIED IDEOGRAPH-2CD9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA0,
        name: "CJK UNIFIED IDEOGRAPH-2CDA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA1,
        name: "CJK UNIFIED IDEOGRAPH-2CDA1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA2,
        name: "CJK UNIFIED IDEOGRAPH-2CDA2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA3,
        name: "CJK UNIFIED IDEOGRAPH-2CDA3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA4,
        name: "CJK UNIFIED IDEOGRAPH-2CDA4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA5,
        name: "CJK UNIFIED IDEOGRAPH-2CDA5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA6,
        name: "CJK UNIFIED IDEOGRAPH-2CDA6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA7,
        name: "CJK UNIFIED IDEOGRAPH-2CDA7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA8,
        name: "CJK UNIFIED IDEOGRAPH-2CDA8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDA9,
        name: "CJK UNIFIED IDEOGRAPH-2CDA9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDAA,
        name: "CJK UNIFIED IDEOGRAPH-2CDAA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDAB,
        name: "CJK UNIFIED IDEOGRAPH-2CDAB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDAC,
        name: "CJK UNIFIED IDEOGRAPH-2CDAC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDAD,
        name: "CJK UNIFIED IDEOGRAPH-2CDAD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDAE,
        name: "CJK UNIFIED IDEOGRAPH-2CDAE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDAF,
        name: "CJK UNIFIED IDEOGRAPH-2CDAF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB0,
        name: "CJK UNIFIED IDEOGRAPH-2CDB0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB1,
        name: "CJK UNIFIED IDEOGRAPH-2CDB1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB2,
        name: "CJK UNIFIED IDEOGRAPH-2CDB2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB3,
        name: "CJK UNIFIED IDEOGRAPH-2CDB3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB4,
        name: "CJK UNIFIED IDEOGRAPH-2CDB4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB5,
        name: "CJK UNIFIED IDEOGRAPH-2CDB5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB6,
        name: "CJK UNIFIED IDEOGRAPH-2CDB6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB7,
        name: "CJK UNIFIED IDEOGRAPH-2CDB7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB8,
        name: "CJK UNIFIED IDEOGRAPH-2CDB8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDB9,
        name: "CJK UNIFIED IDEOGRAPH-2CDB9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDBA,
        name: "CJK UNIFIED IDEOGRAPH-2CDBA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDBB,
        name: "CJK UNIFIED IDEOGRAPH-2CDBB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDBC,
        name: "CJK UNIFIED IDEOGRAPH-2CDBC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDBD,
        name: "CJK UNIFIED IDEOGRAPH-2CDBD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDBE,
        name: "CJK UNIFIED IDEOGRAPH-2CDBE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDBF,
        name: "CJK UNIFIED IDEOGRAPH-2CDBF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC0,
        name: "CJK UNIFIED IDEOGRAPH-2CDC0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC1,
        name: "CJK UNIFIED IDEOGRAPH-2CDC1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC2,
        name: "CJK UNIFIED IDEOGRAPH-2CDC2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC3,
        name: "CJK UNIFIED IDEOGRAPH-2CDC3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC4,
        name: "CJK UNIFIED IDEOGRAPH-2CDC4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC5,
        name: "CJK UNIFIED IDEOGRAPH-2CDC5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC6,
        name: "CJK UNIFIED IDEOGRAPH-2CDC6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC7,
        name: "CJK UNIFIED IDEOGRAPH-2CDC7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC8,
        name: "CJK UNIFIED IDEOGRAPH-2CDC8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDC9,
        name: "CJK UNIFIED IDEOGRAPH-2CDC9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDCA,
        name: "CJK UNIFIED IDEOGRAPH-2CDCA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDCB,
        name: "CJK UNIFIED IDEOGRAPH-2CDCB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDCC,
        name: "CJK UNIFIED IDEOGRAPH-2CDCC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDCD,
        name: "CJK UNIFIED IDEOGRAPH-2CDCD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDCE,
        name: "CJK UNIFIED IDEOGRAPH-2CDCE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDCF,
        name: "CJK UNIFIED IDEOGRAPH-2CDCF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD0,
        name: "CJK UNIFIED IDEOGRAPH-2CDD0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD1,
        name: "CJK UNIFIED IDEOGRAPH-2CDD1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD2,
        name: "CJK UNIFIED IDEOGRAPH-2CDD2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD3,
        name: "CJK UNIFIED IDEOGRAPH-2CDD3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD4,
        name: "CJK UNIFIED IDEOGRAPH-2CDD4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD5,
        name: "CJK UNIFIED IDEOGRAPH-2CDD5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD6,
        name: "CJK UNIFIED IDEOGRAPH-2CDD6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD7,
        name: "CJK UNIFIED IDEOGRAPH-2CDD7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD8,
        name: "CJK UNIFIED IDEOGRAPH-2CDD8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDD9,
        name: "CJK UNIFIED IDEOGRAPH-2CDD9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDDA,
        name: "CJK UNIFIED IDEOGRAPH-2CDDA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDDB,
        name: "CJK UNIFIED IDEOGRAPH-2CDDB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDDC,
        name: "CJK UNIFIED IDEOGRAPH-2CDDC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDDD,
        name: "CJK UNIFIED IDEOGRAPH-2CDDD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDDE,
        name: "CJK UNIFIED IDEOGRAPH-2CDDE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDDF,
        name: "CJK UNIFIED IDEOGRAPH-2CDDF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE0,
        name: "CJK UNIFIED IDEOGRAPH-2CDE0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE1,
        name: "CJK UNIFIED IDEOGRAPH-2CDE1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE2,
        name: "CJK UNIFIED IDEOGRAPH-2CDE2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE3,
        name: "CJK UNIFIED IDEOGRAPH-2CDE3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE4,
        name: "CJK UNIFIED IDEOGRAPH-2CDE4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE5,
        name: "CJK UNIFIED IDEOGRAPH-2CDE5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE6,
        name: "CJK UNIFIED IDEOGRAPH-2CDE6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE7,
        name: "CJK UNIFIED IDEOGRAPH-2CDE7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE8,
        name: "CJK UNIFIED IDEOGRAPH-2CDE8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDE9,
        name: "CJK UNIFIED IDEOGRAPH-2CDE9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDEA,
        name: "CJK UNIFIED IDEOGRAPH-2CDEA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDEB,
        name: "CJK UNIFIED IDEOGRAPH-2CDEB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDEC,
        name: "CJK UNIFIED IDEOGRAPH-2CDEC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDED,
        name: "CJK UNIFIED IDEOGRAPH-2CDED",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDEE,
        name: "CJK UNIFIED IDEOGRAPH-2CDEE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDEF,
        name: "CJK UNIFIED IDEOGRAPH-2CDEF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF0,
        name: "CJK UNIFIED IDEOGRAPH-2CDF0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF1,
        name: "CJK UNIFIED IDEOGRAPH-2CDF1",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF2,
        name: "CJK UNIFIED IDEOGRAPH-2CDF2",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF3,
        name: "CJK UNIFIED IDEOGRAPH-2CDF3",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF4,
        name: "CJK UNIFIED IDEOGRAPH-2CDF4",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF5,
        name: "CJK UNIFIED IDEOGRAPH-2CDF5",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF6,
        name: "CJK UNIFIED IDEOGRAPH-2CDF6",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF7,
        name: "CJK UNIFIED IDEOGRAPH-2CDF7",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF8,
        name: "CJK UNIFIED IDEOGRAPH-2CDF8",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDF9,
        name: "CJK UNIFIED IDEOGRAPH-2CDF9",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDFA,
        name: "CJK UNIFIED IDEOGRAPH-2CDFA",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDFB,
        name: "CJK UNIFIED IDEOGRAPH-2CDFB",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDFC,
        name: "CJK UNIFIED IDEOGRAPH-2CDFC",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDFD,
        name: "CJK UNIFIED IDEOGRAPH-2CDFD",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDFE,
        name: "CJK UNIFIED IDEOGRAPH-2CDFE",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CDFF,
        name: "CJK UNIFIED IDEOGRAPH-2CDFF",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE00,
        name: "CJK UNIFIED IDEOGRAPH-2CE00",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE01,
        name: "CJK UNIFIED IDEOGRAPH-2CE01",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE02,
        name: "CJK UNIFIED IDEOGRAPH-2CE02",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE03,
        name: "CJK UNIFIED IDEOGRAPH-2CE03",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE04,
        name: "CJK UNIFIED IDEOGRAPH-2CE04",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE05,
        name: "CJK UNIFIED IDEOGRAPH-2CE05",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE06,
        name: "CJK UNIFIED IDEOGRAPH-2CE06",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE07,
        name: "CJK UNIFIED IDEOGRAPH-2CE07",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE08,
        name: "CJK UNIFIED IDEOGRAPH-2CE08",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE09,
        name: "CJK UNIFIED IDEOGRAPH-2CE09",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE0A,
        name: "CJK UNIFIED IDEOGRAPH-2CE0A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE0B,
        name: "CJK UNIFIED IDEOGRAPH-2CE0B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE0C,
        name: "CJK UNIFIED IDEOGRAPH-2CE0C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE0D,
        name: "CJK UNIFIED IDEOGRAPH-2CE0D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE0E,
        name: "CJK UNIFIED IDEOGRAPH-2CE0E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE0F,
        name: "CJK UNIFIED IDEOGRAPH-2CE0F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE10,
        name: "CJK UNIFIED IDEOGRAPH-2CE10",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE11,
        name: "CJK UNIFIED IDEOGRAPH-2CE11",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE12,
        name: "CJK UNIFIED IDEOGRAPH-2CE12",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE13,
        name: "CJK UNIFIED IDEOGRAPH-2CE13",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE14,
        name: "CJK UNIFIED IDEOGRAPH-2CE14",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE15,
        name: "CJK UNIFIED IDEOGRAPH-2CE15",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE16,
        name: "CJK UNIFIED IDEOGRAPH-2CE16",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE17,
        name: "CJK UNIFIED IDEOGRAPH-2CE17",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE18,
        name: "CJK UNIFIED IDEOGRAPH-2CE18",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE19,
        name: "CJK UNIFIED IDEOGRAPH-2CE19",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE1A,
        name: "CJK UNIFIED IDEOGRAPH-2CE1A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE1B,
        name: "CJK UNIFIED IDEOGRAPH-2CE1B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE1C,
        name: "CJK UNIFIED IDEOGRAPH-2CE1C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE1D,
        name: "CJK UNIFIED IDEOGRAPH-2CE1D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE1E,
        name: "CJK UNIFIED IDEOGRAPH-2CE1E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE1F,
        name: "CJK UNIFIED IDEOGRAPH-2CE1F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE20,
        name: "CJK UNIFIED IDEOGRAPH-2CE20",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE21,
        name: "CJK UNIFIED IDEOGRAPH-2CE21",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE22,
        name: "CJK UNIFIED IDEOGRAPH-2CE22",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE23,
        name: "CJK UNIFIED IDEOGRAPH-2CE23",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE24,
        name: "CJK UNIFIED IDEOGRAPH-2CE24",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE25,
        name: "CJK UNIFIED IDEOGRAPH-2CE25",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE26,
        name: "CJK UNIFIED IDEOGRAPH-2CE26",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE27,
        name: "CJK UNIFIED IDEOGRAPH-2CE27",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE28,
        name: "CJK UNIFIED IDEOGRAPH-2CE28",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE29,
        name: "CJK UNIFIED IDEOGRAPH-2CE29",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE2A,
        name: "CJK UNIFIED IDEOGRAPH-2CE2A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE2B,
        name: "CJK UNIFIED IDEOGRAPH-2CE2B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE2C,
        name: "CJK UNIFIED IDEOGRAPH-2CE2C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE2D,
        name: "CJK UNIFIED IDEOGRAPH-2CE2D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE2E,
        name: "CJK UNIFIED IDEOGRAPH-2CE2E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE2F,
        name: "CJK UNIFIED IDEOGRAPH-2CE2F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE30,
        name: "CJK UNIFIED IDEOGRAPH-2CE30",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE31,
        name: "CJK UNIFIED IDEOGRAPH-2CE31",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE32,
        name: "CJK UNIFIED IDEOGRAPH-2CE32",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE33,
        name: "CJK UNIFIED IDEOGRAPH-2CE33",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE34,
        name: "CJK UNIFIED IDEOGRAPH-2CE34",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE35,
        name: "CJK UNIFIED IDEOGRAPH-2CE35",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE36,
        name: "CJK UNIFIED IDEOGRAPH-2CE36",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE37,
        name: "CJK UNIFIED IDEOGRAPH-2CE37",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE38,
        name: "CJK UNIFIED IDEOGRAPH-2CE38",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE39,
        name: "CJK UNIFIED IDEOGRAPH-2CE39",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE3A,
        name: "CJK UNIFIED IDEOGRAPH-2CE3A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE3B,
        name: "CJK UNIFIED IDEOGRAPH-2CE3B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE3C,
        name: "CJK UNIFIED IDEOGRAPH-2CE3C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE3D,
        name: "CJK UNIFIED IDEOGRAPH-2CE3D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE3E,
        name: "CJK UNIFIED IDEOGRAPH-2CE3E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE3F,
        name: "CJK UNIFIED IDEOGRAPH-2CE3F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE40,
        name: "CJK UNIFIED IDEOGRAPH-2CE40",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE41,
        name: "CJK UNIFIED IDEOGRAPH-2CE41",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE42,
        name: "CJK UNIFIED IDEOGRAPH-2CE42",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE43,
        name: "CJK UNIFIED IDEOGRAPH-2CE43",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE44,
        name: "CJK UNIFIED IDEOGRAPH-2CE44",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE45,
        name: "CJK UNIFIED IDEOGRAPH-2CE45",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE46,
        name: "CJK UNIFIED IDEOGRAPH-2CE46",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE47,
        name: "CJK UNIFIED IDEOGRAPH-2CE47",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE48,
        name: "CJK UNIFIED IDEOGRAPH-2CE48",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE49,
        name: "CJK UNIFIED IDEOGRAPH-2CE49",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE4A,
        name: "CJK UNIFIED IDEOGRAPH-2CE4A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE4B,
        name: "CJK UNIFIED IDEOGRAPH-2CE4B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE4C,
        name: "CJK UNIFIED IDEOGRAPH-2CE4C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE4D,
        name: "CJK UNIFIED IDEOGRAPH-2CE4D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE4E,
        name: "CJK UNIFIED IDEOGRAPH-2CE4E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE4F,
        name: "CJK UNIFIED IDEOGRAPH-2CE4F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE50,
        name: "CJK UNIFIED IDEOGRAPH-2CE50",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE51,
        name: "CJK UNIFIED IDEOGRAPH-2CE51",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE52,
        name: "CJK UNIFIED IDEOGRAPH-2CE52",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE53,
        name: "CJK UNIFIED IDEOGRAPH-2CE53",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE54,
        name: "CJK UNIFIED IDEOGRAPH-2CE54",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE55,
        name: "CJK UNIFIED IDEOGRAPH-2CE55",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE56,
        name: "CJK UNIFIED IDEOGRAPH-2CE56",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE57,
        name: "CJK UNIFIED IDEOGRAPH-2CE57",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE58,
        name: "CJK UNIFIED IDEOGRAPH-2CE58",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE59,
        name: "CJK UNIFIED IDEOGRAPH-2CE59",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE5A,
        name: "CJK UNIFIED IDEOGRAPH-2CE5A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE5B,
        name: "CJK UNIFIED IDEOGRAPH-2CE5B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE5C,
        name: "CJK UNIFIED IDEOGRAPH-2CE5C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE5D,
        name: "CJK UNIFIED IDEOGRAPH-2CE5D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE5E,
        name: "CJK UNIFIED IDEOGRAPH-2CE5E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE5F,
        name: "CJK UNIFIED IDEOGRAPH-2CE5F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE60,
        name: "CJK UNIFIED IDEOGRAPH-2CE60",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE61,
        name: "CJK UNIFIED IDEOGRAPH-2CE61",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE62,
        name: "CJK UNIFIED IDEOGRAPH-2CE62",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE63,
        name: "CJK UNIFIED IDEOGRAPH-2CE63",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE64,
        name: "CJK UNIFIED IDEOGRAPH-2CE64",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE65,
        name: "CJK UNIFIED IDEOGRAPH-2CE65",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE66,
        name: "CJK UNIFIED IDEOGRAPH-2CE66",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE67,
        name: "CJK UNIFIED IDEOGRAPH-2CE67",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE68,
        name: "CJK UNIFIED IDEOGRAPH-2CE68",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE69,
        name: "CJK UNIFIED IDEOGRAPH-2CE69",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE6A,
        name: "CJK UNIFIED IDEOGRAPH-2CE6A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE6B,
        name: "CJK UNIFIED IDEOGRAPH-2CE6B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE6C,
        name: "CJK UNIFIED IDEOGRAPH-2CE6C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE6D,
        name: "CJK UNIFIED IDEOGRAPH-2CE6D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE6E,
        name: "CJK UNIFIED IDEOGRAPH-2CE6E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE6F,
        name: "CJK UNIFIED IDEOGRAPH-2CE6F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE70,
        name: "CJK UNIFIED IDEOGRAPH-2CE70",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE71,
        name: "CJK UNIFIED IDEOGRAPH-2CE71",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE72,
        name: "CJK UNIFIED IDEOGRAPH-2CE72",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE73,
        name: "CJK UNIFIED IDEOGRAPH-2CE73",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE74,
        name: "CJK UNIFIED IDEOGRAPH-2CE74",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE75,
        name: "CJK UNIFIED IDEOGRAPH-2CE75",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE76,
        name: "CJK UNIFIED IDEOGRAPH-2CE76",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE77,
        name: "CJK UNIFIED IDEOGRAPH-2CE77",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE78,
        name: "CJK UNIFIED IDEOGRAPH-2CE78",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE79,
        name: "CJK UNIFIED IDEOGRAPH-2CE79",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE7A,
        name: "CJK UNIFIED IDEOGRAPH-2CE7A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE7B,
        name: "CJK UNIFIED IDEOGRAPH-2CE7B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE7C,
        name: "CJK UNIFIED IDEOGRAPH-2CE7C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE7D,
        name: "CJK UNIFIED IDEOGRAPH-2CE7D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE7E,
        name: "CJK UNIFIED IDEOGRAPH-2CE7E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE7F,
        name: "CJK UNIFIED IDEOGRAPH-2CE7F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE80,
        name: "CJK UNIFIED IDEOGRAPH-2CE80",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE81,
        name: "CJK UNIFIED IDEOGRAPH-2CE81",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE82,
        name: "CJK UNIFIED IDEOGRAPH-2CE82",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE83,
        name: "CJK UNIFIED IDEOGRAPH-2CE83",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE84,
        name: "CJK UNIFIED IDEOGRAPH-2CE84",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE85,
        name: "CJK UNIFIED IDEOGRAPH-2CE85",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE86,
        name: "CJK UNIFIED IDEOGRAPH-2CE86",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE87,
        name: "CJK UNIFIED IDEOGRAPH-2CE87",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE88,
        name: "CJK UNIFIED IDEOGRAPH-2CE88",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE89,
        name: "CJK UNIFIED IDEOGRAPH-2CE89",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE8A,
        name: "CJK UNIFIED IDEOGRAPH-2CE8A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE8B,
        name: "CJK UNIFIED IDEOGRAPH-2CE8B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE8C,
        name: "CJK UNIFIED IDEOGRAPH-2CE8C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE8D,
        name: "CJK UNIFIED IDEOGRAPH-2CE8D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE8E,
        name: "CJK UNIFIED IDEOGRAPH-2CE8E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE8F,
        name: "CJK UNIFIED IDEOGRAPH-2CE8F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE90,
        name: "CJK UNIFIED IDEOGRAPH-2CE90",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE91,
        name: "CJK UNIFIED IDEOGRAPH-2CE91",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE92,
        name: "CJK UNIFIED IDEOGRAPH-2CE92",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE93,
        name: "CJK UNIFIED IDEOGRAPH-2CE93",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE94,
        name: "CJK UNIFIED IDEOGRAPH-2CE94",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE95,
        name: "CJK UNIFIED IDEOGRAPH-2CE95",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE96,
        name: "CJK UNIFIED IDEOGRAPH-2CE96",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE97,
        name: "CJK UNIFIED IDEOGRAPH-2CE97",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE98,
        name: "CJK UNIFIED IDEOGRAPH-2CE98",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE99,
        name: "CJK UNIFIED IDEOGRAPH-2CE99",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE9A,
        name: "CJK UNIFIED IDEOGRAPH-2CE9A",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE9B,
        name: "CJK UNIFIED IDEOGRAPH-2CE9B",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE9C,
        name: "CJK UNIFIED IDEOGRAPH-2CE9C",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE9D,
        name: "CJK UNIFIED IDEOGRAPH-2CE9D",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE9E,
        name: "CJK UNIFIED IDEOGRAPH-2CE9E",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CE9F,
        name: "CJK UNIFIED IDEOGRAPH-2CE9F",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CEA0,
        name: "CJK UNIFIED IDEOGRAPH-2CEA0",
    },
    Character {
        age: "8.0",
        codepoint: 0x2CEA1,
        name: "CJK UNIFIED IDEOGRAPH-2CEA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB0,
        name: "CJK UNIFIED IDEOGRAPH-2CEB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB1,
        name: "CJK UNIFIED IDEOGRAPH-2CEB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB2,
        name: "CJK UNIFIED IDEOGRAPH-2CEB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB3,
        name: "CJK UNIFIED IDEOGRAPH-2CEB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB4,
        name: "CJK UNIFIED IDEOGRAPH-2CEB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB5,
        name: "CJK UNIFIED IDEOGRAPH-2CEB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB6,
        name: "CJK UNIFIED IDEOGRAPH-2CEB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB7,
        name: "CJK UNIFIED IDEOGRAPH-2CEB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB8,
        name: "CJK UNIFIED IDEOGRAPH-2CEB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEB9,
        name: "CJK UNIFIED IDEOGRAPH-2CEB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEBA,
        name: "CJK UNIFIED IDEOGRAPH-2CEBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEBB,
        name: "CJK UNIFIED IDEOGRAPH-2CEBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEBC,
        name: "CJK UNIFIED IDEOGRAPH-2CEBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEBD,
        name: "CJK UNIFIED IDEOGRAPH-2CEBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEBE,
        name: "CJK UNIFIED IDEOGRAPH-2CEBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEBF,
        name: "CJK UNIFIED IDEOGRAPH-2CEBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC0,
        name: "CJK UNIFIED IDEOGRAPH-2CEC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC1,
        name: "CJK UNIFIED IDEOGRAPH-2CEC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC2,
        name: "CJK UNIFIED IDEOGRAPH-2CEC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC3,
        name: "CJK UNIFIED IDEOGRAPH-2CEC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC4,
        name: "CJK UNIFIED IDEOGRAPH-2CEC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC5,
        name: "CJK UNIFIED IDEOGRAPH-2CEC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC6,
        name: "CJK UNIFIED IDEOGRAPH-2CEC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC7,
        name: "CJK UNIFIED IDEOGRAPH-2CEC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC8,
        name: "CJK UNIFIED IDEOGRAPH-2CEC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEC9,
        name: "CJK UNIFIED IDEOGRAPH-2CEC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CECA,
        name: "CJK UNIFIED IDEOGRAPH-2CECA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CECB,
        name: "CJK UNIFIED IDEOGRAPH-2CECB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CECC,
        name: "CJK UNIFIED IDEOGRAPH-2CECC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CECD,
        name: "CJK UNIFIED IDEOGRAPH-2CECD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CECE,
        name: "CJK UNIFIED IDEOGRAPH-2CECE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CECF,
        name: "CJK UNIFIED IDEOGRAPH-2CECF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED0,
        name: "CJK UNIFIED IDEOGRAPH-2CED0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED1,
        name: "CJK UNIFIED IDEOGRAPH-2CED1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED2,
        name: "CJK UNIFIED IDEOGRAPH-2CED2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED3,
        name: "CJK UNIFIED IDEOGRAPH-2CED3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED4,
        name: "CJK UNIFIED IDEOGRAPH-2CED4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED5,
        name: "CJK UNIFIED IDEOGRAPH-2CED5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED6,
        name: "CJK UNIFIED IDEOGRAPH-2CED6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED7,
        name: "CJK UNIFIED IDEOGRAPH-2CED7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED8,
        name: "CJK UNIFIED IDEOGRAPH-2CED8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CED9,
        name: "CJK UNIFIED IDEOGRAPH-2CED9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEDA,
        name: "CJK UNIFIED IDEOGRAPH-2CEDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEDB,
        name: "CJK UNIFIED IDEOGRAPH-2CEDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEDC,
        name: "CJK UNIFIED IDEOGRAPH-2CEDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEDD,
        name: "CJK UNIFIED IDEOGRAPH-2CEDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEDE,
        name: "CJK UNIFIED IDEOGRAPH-2CEDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEDF,
        name: "CJK UNIFIED IDEOGRAPH-2CEDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE0,
        name: "CJK UNIFIED IDEOGRAPH-2CEE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE1,
        name: "CJK UNIFIED IDEOGRAPH-2CEE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE2,
        name: "CJK UNIFIED IDEOGRAPH-2CEE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE3,
        name: "CJK UNIFIED IDEOGRAPH-2CEE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE4,
        name: "CJK UNIFIED IDEOGRAPH-2CEE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE5,
        name: "CJK UNIFIED IDEOGRAPH-2CEE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE6,
        name: "CJK UNIFIED IDEOGRAPH-2CEE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE7,
        name: "CJK UNIFIED IDEOGRAPH-2CEE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE8,
        name: "CJK UNIFIED IDEOGRAPH-2CEE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEE9,
        name: "CJK UNIFIED IDEOGRAPH-2CEE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEEA,
        name: "CJK UNIFIED IDEOGRAPH-2CEEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEEB,
        name: "CJK UNIFIED IDEOGRAPH-2CEEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEEC,
        name: "CJK UNIFIED IDEOGRAPH-2CEEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEED,
        name: "CJK UNIFIED IDEOGRAPH-2CEED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEEE,
        name: "CJK UNIFIED IDEOGRAPH-2CEEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEEF,
        name: "CJK UNIFIED IDEOGRAPH-2CEEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF0,
        name: "CJK UNIFIED IDEOGRAPH-2CEF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF1,
        name: "CJK UNIFIED IDEOGRAPH-2CEF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF2,
        name: "CJK UNIFIED IDEOGRAPH-2CEF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF3,
        name: "CJK UNIFIED IDEOGRAPH-2CEF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF4,
        name: "CJK UNIFIED IDEOGRAPH-2CEF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF5,
        name: "CJK UNIFIED IDEOGRAPH-2CEF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF6,
        name: "CJK UNIFIED IDEOGRAPH-2CEF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF7,
        name: "CJK UNIFIED IDEOGRAPH-2CEF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF8,
        name: "CJK UNIFIED IDEOGRAPH-2CEF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEF9,
        name: "CJK UNIFIED IDEOGRAPH-2CEF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEFA,
        name: "CJK UNIFIED IDEOGRAPH-2CEFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEFB,
        name: "CJK UNIFIED IDEOGRAPH-2CEFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEFC,
        name: "CJK UNIFIED IDEOGRAPH-2CEFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEFD,
        name: "CJK UNIFIED IDEOGRAPH-2CEFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEFE,
        name: "CJK UNIFIED IDEOGRAPH-2CEFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CEFF,
        name: "CJK UNIFIED IDEOGRAPH-2CEFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF00,
        name: "CJK UNIFIED IDEOGRAPH-2CF00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF01,
        name: "CJK UNIFIED IDEOGRAPH-2CF01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF02,
        name: "CJK UNIFIED IDEOGRAPH-2CF02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF03,
        name: "CJK UNIFIED IDEOGRAPH-2CF03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF04,
        name: "CJK UNIFIED IDEOGRAPH-2CF04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF05,
        name: "CJK UNIFIED IDEOGRAPH-2CF05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF06,
        name: "CJK UNIFIED IDEOGRAPH-2CF06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF07,
        name: "CJK UNIFIED IDEOGRAPH-2CF07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF08,
        name: "CJK UNIFIED IDEOGRAPH-2CF08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF09,
        name: "CJK UNIFIED IDEOGRAPH-2CF09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF0A,
        name: "CJK UNIFIED IDEOGRAPH-2CF0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF0B,
        name: "CJK UNIFIED IDEOGRAPH-2CF0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF0C,
        name: "CJK UNIFIED IDEOGRAPH-2CF0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF0D,
        name: "CJK UNIFIED IDEOGRAPH-2CF0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF0E,
        name: "CJK UNIFIED IDEOGRAPH-2CF0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF0F,
        name: "CJK UNIFIED IDEOGRAPH-2CF0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF10,
        name: "CJK UNIFIED IDEOGRAPH-2CF10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF11,
        name: "CJK UNIFIED IDEOGRAPH-2CF11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF12,
        name: "CJK UNIFIED IDEOGRAPH-2CF12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF13,
        name: "CJK UNIFIED IDEOGRAPH-2CF13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF14,
        name: "CJK UNIFIED IDEOGRAPH-2CF14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF15,
        name: "CJK UNIFIED IDEOGRAPH-2CF15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF16,
        name: "CJK UNIFIED IDEOGRAPH-2CF16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF17,
        name: "CJK UNIFIED IDEOGRAPH-2CF17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF18,
        name: "CJK UNIFIED IDEOGRAPH-2CF18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF19,
        name: "CJK UNIFIED IDEOGRAPH-2CF19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF1A,
        name: "CJK UNIFIED IDEOGRAPH-2CF1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF1B,
        name: "CJK UNIFIED IDEOGRAPH-2CF1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF1C,
        name: "CJK UNIFIED IDEOGRAPH-2CF1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF1D,
        name: "CJK UNIFIED IDEOGRAPH-2CF1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF1E,
        name: "CJK UNIFIED IDEOGRAPH-2CF1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF1F,
        name: "CJK UNIFIED IDEOGRAPH-2CF1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF20,
        name: "CJK UNIFIED IDEOGRAPH-2CF20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF21,
        name: "CJK UNIFIED IDEOGRAPH-2CF21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF22,
        name: "CJK UNIFIED IDEOGRAPH-2CF22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF23,
        name: "CJK UNIFIED IDEOGRAPH-2CF23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF24,
        name: "CJK UNIFIED IDEOGRAPH-2CF24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF25,
        name: "CJK UNIFIED IDEOGRAPH-2CF25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF26,
        name: "CJK UNIFIED IDEOGRAPH-2CF26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF27,
        name: "CJK UNIFIED IDEOGRAPH-2CF27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF28,
        name: "CJK UNIFIED IDEOGRAPH-2CF28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF29,
        name: "CJK UNIFIED IDEOGRAPH-2CF29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF2A,
        name: "CJK UNIFIED IDEOGRAPH-2CF2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF2B,
        name: "CJK UNIFIED IDEOGRAPH-2CF2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF2C,
        name: "CJK UNIFIED IDEOGRAPH-2CF2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF2D,
        name: "CJK UNIFIED IDEOGRAPH-2CF2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF2E,
        name: "CJK UNIFIED IDEOGRAPH-2CF2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF2F,
        name: "CJK UNIFIED IDEOGRAPH-2CF2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF30,
        name: "CJK UNIFIED IDEOGRAPH-2CF30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF31,
        name: "CJK UNIFIED IDEOGRAPH-2CF31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF32,
        name: "CJK UNIFIED IDEOGRAPH-2CF32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF33,
        name: "CJK UNIFIED IDEOGRAPH-2CF33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF34,
        name: "CJK UNIFIED IDEOGRAPH-2CF34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF35,
        name: "CJK UNIFIED IDEOGRAPH-2CF35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF36,
        name: "CJK UNIFIED IDEOGRAPH-2CF36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF37,
        name: "CJK UNIFIED IDEOGRAPH-2CF37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF38,
        name: "CJK UNIFIED IDEOGRAPH-2CF38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF39,
        name: "CJK UNIFIED IDEOGRAPH-2CF39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF3A,
        name: "CJK UNIFIED IDEOGRAPH-2CF3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF3B,
        name: "CJK UNIFIED IDEOGRAPH-2CF3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF3C,
        name: "CJK UNIFIED IDEOGRAPH-2CF3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF3D,
        name: "CJK UNIFIED IDEOGRAPH-2CF3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF3E,
        name: "CJK UNIFIED IDEOGRAPH-2CF3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF3F,
        name: "CJK UNIFIED IDEOGRAPH-2CF3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF40,
        name: "CJK UNIFIED IDEOGRAPH-2CF40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF41,
        name: "CJK UNIFIED IDEOGRAPH-2CF41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF42,
        name: "CJK UNIFIED IDEOGRAPH-2CF42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF43,
        name: "CJK UNIFIED IDEOGRAPH-2CF43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF44,
        name: "CJK UNIFIED IDEOGRAPH-2CF44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF45,
        name: "CJK UNIFIED IDEOGRAPH-2CF45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF46,
        name: "CJK UNIFIED IDEOGRAPH-2CF46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF47,
        name: "CJK UNIFIED IDEOGRAPH-2CF47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF48,
        name: "CJK UNIFIED IDEOGRAPH-2CF48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF49,
        name: "CJK UNIFIED IDEOGRAPH-2CF49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF4A,
        name: "CJK UNIFIED IDEOGRAPH-2CF4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF4B,
        name: "CJK UNIFIED IDEOGRAPH-2CF4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF4C,
        name: "CJK UNIFIED IDEOGRAPH-2CF4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF4D,
        name: "CJK UNIFIED IDEOGRAPH-2CF4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF4E,
        name: "CJK UNIFIED IDEOGRAPH-2CF4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF4F,
        name: "CJK UNIFIED IDEOGRAPH-2CF4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF50,
        name: "CJK UNIFIED IDEOGRAPH-2CF50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF51,
        name: "CJK UNIFIED IDEOGRAPH-2CF51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF52,
        name: "CJK UNIFIED IDEOGRAPH-2CF52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF53,
        name: "CJK UNIFIED IDEOGRAPH-2CF53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF54,
        name: "CJK UNIFIED IDEOGRAPH-2CF54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF55,
        name: "CJK UNIFIED IDEOGRAPH-2CF55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF56,
        name: "CJK UNIFIED IDEOGRAPH-2CF56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF57,
        name: "CJK UNIFIED IDEOGRAPH-2CF57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF58,
        name: "CJK UNIFIED IDEOGRAPH-2CF58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF59,
        name: "CJK UNIFIED IDEOGRAPH-2CF59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF5A,
        name: "CJK UNIFIED IDEOGRAPH-2CF5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF5B,
        name: "CJK UNIFIED IDEOGRAPH-2CF5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF5C,
        name: "CJK UNIFIED IDEOGRAPH-2CF5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF5D,
        name: "CJK UNIFIED IDEOGRAPH-2CF5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF5E,
        name: "CJK UNIFIED IDEOGRAPH-2CF5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF5F,
        name: "CJK UNIFIED IDEOGRAPH-2CF5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF60,
        name: "CJK UNIFIED IDEOGRAPH-2CF60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF61,
        name: "CJK UNIFIED IDEOGRAPH-2CF61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF62,
        name: "CJK UNIFIED IDEOGRAPH-2CF62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF63,
        name: "CJK UNIFIED IDEOGRAPH-2CF63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF64,
        name: "CJK UNIFIED IDEOGRAPH-2CF64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF65,
        name: "CJK UNIFIED IDEOGRAPH-2CF65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF66,
        name: "CJK UNIFIED IDEOGRAPH-2CF66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF67,
        name: "CJK UNIFIED IDEOGRAPH-2CF67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF68,
        name: "CJK UNIFIED IDEOGRAPH-2CF68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF69,
        name: "CJK UNIFIED IDEOGRAPH-2CF69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF6A,
        name: "CJK UNIFIED IDEOGRAPH-2CF6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF6B,
        name: "CJK UNIFIED IDEOGRAPH-2CF6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF6C,
        name: "CJK UNIFIED IDEOGRAPH-2CF6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF6D,
        name: "CJK UNIFIED IDEOGRAPH-2CF6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF6E,
        name: "CJK UNIFIED IDEOGRAPH-2CF6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF6F,
        name: "CJK UNIFIED IDEOGRAPH-2CF6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF70,
        name: "CJK UNIFIED IDEOGRAPH-2CF70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF71,
        name: "CJK UNIFIED IDEOGRAPH-2CF71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF72,
        name: "CJK UNIFIED IDEOGRAPH-2CF72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF73,
        name: "CJK UNIFIED IDEOGRAPH-2CF73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF74,
        name: "CJK UNIFIED IDEOGRAPH-2CF74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF75,
        name: "CJK UNIFIED IDEOGRAPH-2CF75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF76,
        name: "CJK UNIFIED IDEOGRAPH-2CF76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF77,
        name: "CJK UNIFIED IDEOGRAPH-2CF77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF78,
        name: "CJK UNIFIED IDEOGRAPH-2CF78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF79,
        name: "CJK UNIFIED IDEOGRAPH-2CF79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF7A,
        name: "CJK UNIFIED IDEOGRAPH-2CF7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF7B,
        name: "CJK UNIFIED IDEOGRAPH-2CF7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF7C,
        name: "CJK UNIFIED IDEOGRAPH-2CF7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF7D,
        name: "CJK UNIFIED IDEOGRAPH-2CF7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF7E,
        name: "CJK UNIFIED IDEOGRAPH-2CF7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF7F,
        name: "CJK UNIFIED IDEOGRAPH-2CF7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF80,
        name: "CJK UNIFIED IDEOGRAPH-2CF80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF81,
        name: "CJK UNIFIED IDEOGRAPH-2CF81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF82,
        name: "CJK UNIFIED IDEOGRAPH-2CF82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF83,
        name: "CJK UNIFIED IDEOGRAPH-2CF83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF84,
        name: "CJK UNIFIED IDEOGRAPH-2CF84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF85,
        name: "CJK UNIFIED IDEOGRAPH-2CF85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF86,
        name: "CJK UNIFIED IDEOGRAPH-2CF86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF87,
        name: "CJK UNIFIED IDEOGRAPH-2CF87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF88,
        name: "CJK UNIFIED IDEOGRAPH-2CF88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF89,
        name: "CJK UNIFIED IDEOGRAPH-2CF89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF8A,
        name: "CJK UNIFIED IDEOGRAPH-2CF8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF8B,
        name: "CJK UNIFIED IDEOGRAPH-2CF8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF8C,
        name: "CJK UNIFIED IDEOGRAPH-2CF8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF8D,
        name: "CJK UNIFIED IDEOGRAPH-2CF8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF8E,
        name: "CJK UNIFIED IDEOGRAPH-2CF8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF8F,
        name: "CJK UNIFIED IDEOGRAPH-2CF8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF90,
        name: "CJK UNIFIED IDEOGRAPH-2CF90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF91,
        name: "CJK UNIFIED IDEOGRAPH-2CF91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF92,
        name: "CJK UNIFIED IDEOGRAPH-2CF92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF93,
        name: "CJK UNIFIED IDEOGRAPH-2CF93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF94,
        name: "CJK UNIFIED IDEOGRAPH-2CF94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF95,
        name: "CJK UNIFIED IDEOGRAPH-2CF95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF96,
        name: "CJK UNIFIED IDEOGRAPH-2CF96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF97,
        name: "CJK UNIFIED IDEOGRAPH-2CF97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF98,
        name: "CJK UNIFIED IDEOGRAPH-2CF98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF99,
        name: "CJK UNIFIED IDEOGRAPH-2CF99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF9A,
        name: "CJK UNIFIED IDEOGRAPH-2CF9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF9B,
        name: "CJK UNIFIED IDEOGRAPH-2CF9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF9C,
        name: "CJK UNIFIED IDEOGRAPH-2CF9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF9D,
        name: "CJK UNIFIED IDEOGRAPH-2CF9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF9E,
        name: "CJK UNIFIED IDEOGRAPH-2CF9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CF9F,
        name: "CJK UNIFIED IDEOGRAPH-2CF9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA0,
        name: "CJK UNIFIED IDEOGRAPH-2CFA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA1,
        name: "CJK UNIFIED IDEOGRAPH-2CFA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA2,
        name: "CJK UNIFIED IDEOGRAPH-2CFA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA3,
        name: "CJK UNIFIED IDEOGRAPH-2CFA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA4,
        name: "CJK UNIFIED IDEOGRAPH-2CFA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA5,
        name: "CJK UNIFIED IDEOGRAPH-2CFA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA6,
        name: "CJK UNIFIED IDEOGRAPH-2CFA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA7,
        name: "CJK UNIFIED IDEOGRAPH-2CFA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA8,
        name: "CJK UNIFIED IDEOGRAPH-2CFA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFA9,
        name: "CJK UNIFIED IDEOGRAPH-2CFA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFAA,
        name: "CJK UNIFIED IDEOGRAPH-2CFAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFAB,
        name: "CJK UNIFIED IDEOGRAPH-2CFAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFAC,
        name: "CJK UNIFIED IDEOGRAPH-2CFAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFAD,
        name: "CJK UNIFIED IDEOGRAPH-2CFAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFAE,
        name: "CJK UNIFIED IDEOGRAPH-2CFAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFAF,
        name: "CJK UNIFIED IDEOGRAPH-2CFAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB0,
        name: "CJK UNIFIED IDEOGRAPH-2CFB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB1,
        name: "CJK UNIFIED IDEOGRAPH-2CFB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB2,
        name: "CJK UNIFIED IDEOGRAPH-2CFB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB3,
        name: "CJK UNIFIED IDEOGRAPH-2CFB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB4,
        name: "CJK UNIFIED IDEOGRAPH-2CFB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB5,
        name: "CJK UNIFIED IDEOGRAPH-2CFB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB6,
        name: "CJK UNIFIED IDEOGRAPH-2CFB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB7,
        name: "CJK UNIFIED IDEOGRAPH-2CFB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB8,
        name: "CJK UNIFIED IDEOGRAPH-2CFB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFB9,
        name: "CJK UNIFIED IDEOGRAPH-2CFB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFBA,
        name: "CJK UNIFIED IDEOGRAPH-2CFBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFBB,
        name: "CJK UNIFIED IDEOGRAPH-2CFBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFBC,
        name: "CJK UNIFIED IDEOGRAPH-2CFBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFBD,
        name: "CJK UNIFIED IDEOGRAPH-2CFBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFBE,
        name: "CJK UNIFIED IDEOGRAPH-2CFBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFBF,
        name: "CJK UNIFIED IDEOGRAPH-2CFBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC0,
        name: "CJK UNIFIED IDEOGRAPH-2CFC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC1,
        name: "CJK UNIFIED IDEOGRAPH-2CFC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC2,
        name: "CJK UNIFIED IDEOGRAPH-2CFC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC3,
        name: "CJK UNIFIED IDEOGRAPH-2CFC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC4,
        name: "CJK UNIFIED IDEOGRAPH-2CFC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC5,
        name: "CJK UNIFIED IDEOGRAPH-2CFC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC6,
        name: "CJK UNIFIED IDEOGRAPH-2CFC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC7,
        name: "CJK UNIFIED IDEOGRAPH-2CFC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC8,
        name: "CJK UNIFIED IDEOGRAPH-2CFC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFC9,
        name: "CJK UNIFIED IDEOGRAPH-2CFC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFCA,
        name: "CJK UNIFIED IDEOGRAPH-2CFCA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFCB,
        name: "CJK UNIFIED IDEOGRAPH-2CFCB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFCC,
        name: "CJK UNIFIED IDEOGRAPH-2CFCC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFCD,
        name: "CJK UNIFIED IDEOGRAPH-2CFCD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFCE,
        name: "CJK UNIFIED IDEOGRAPH-2CFCE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFCF,
        name: "CJK UNIFIED IDEOGRAPH-2CFCF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD0,
        name: "CJK UNIFIED IDEOGRAPH-2CFD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD1,
        name: "CJK UNIFIED IDEOGRAPH-2CFD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD2,
        name: "CJK UNIFIED IDEOGRAPH-2CFD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD3,
        name: "CJK UNIFIED IDEOGRAPH-2CFD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD4,
        name: "CJK UNIFIED IDEOGRAPH-2CFD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD5,
        name: "CJK UNIFIED IDEOGRAPH-2CFD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD6,
        name: "CJK UNIFIED IDEOGRAPH-2CFD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD7,
        name: "CJK UNIFIED IDEOGRAPH-2CFD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD8,
        name: "CJK UNIFIED IDEOGRAPH-2CFD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFD9,
        name: "CJK UNIFIED IDEOGRAPH-2CFD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFDA,
        name: "CJK UNIFIED IDEOGRAPH-2CFDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFDB,
        name: "CJK UNIFIED IDEOGRAPH-2CFDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFDC,
        name: "CJK UNIFIED IDEOGRAPH-2CFDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFDD,
        name: "CJK UNIFIED IDEOGRAPH-2CFDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFDE,
        name: "CJK UNIFIED IDEOGRAPH-2CFDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFDF,
        name: "CJK UNIFIED IDEOGRAPH-2CFDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE0,
        name: "CJK UNIFIED IDEOGRAPH-2CFE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE1,
        name: "CJK UNIFIED IDEOGRAPH-2CFE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE2,
        name: "CJK UNIFIED IDEOGRAPH-2CFE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE3,
        name: "CJK UNIFIED IDEOGRAPH-2CFE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE4,
        name: "CJK UNIFIED IDEOGRAPH-2CFE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE5,
        name: "CJK UNIFIED IDEOGRAPH-2CFE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE6,
        name: "CJK UNIFIED IDEOGRAPH-2CFE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE7,
        name: "CJK UNIFIED IDEOGRAPH-2CFE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE8,
        name: "CJK UNIFIED IDEOGRAPH-2CFE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFE9,
        name: "CJK UNIFIED IDEOGRAPH-2CFE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFEA,
        name: "CJK UNIFIED IDEOGRAPH-2CFEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFEB,
        name: "CJK UNIFIED IDEOGRAPH-2CFEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFEC,
        name: "CJK UNIFIED IDEOGRAPH-2CFEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFED,
        name: "CJK UNIFIED IDEOGRAPH-2CFED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFEE,
        name: "CJK UNIFIED IDEOGRAPH-2CFEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFEF,
        name: "CJK UNIFIED IDEOGRAPH-2CFEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF0,
        name: "CJK UNIFIED IDEOGRAPH-2CFF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF1,
        name: "CJK UNIFIED IDEOGRAPH-2CFF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF2,
        name: "CJK UNIFIED IDEOGRAPH-2CFF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF3,
        name: "CJK UNIFIED IDEOGRAPH-2CFF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF4,
        name: "CJK UNIFIED IDEOGRAPH-2CFF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF5,
        name: "CJK UNIFIED IDEOGRAPH-2CFF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF6,
        name: "CJK UNIFIED IDEOGRAPH-2CFF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF7,
        name: "CJK UNIFIED IDEOGRAPH-2CFF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF8,
        name: "CJK UNIFIED IDEOGRAPH-2CFF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFF9,
        name: "CJK UNIFIED IDEOGRAPH-2CFF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFFA,
        name: "CJK UNIFIED IDEOGRAPH-2CFFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFFB,
        name: "CJK UNIFIED IDEOGRAPH-2CFFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFFC,
        name: "CJK UNIFIED IDEOGRAPH-2CFFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFFD,
        name: "CJK UNIFIED IDEOGRAPH-2CFFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFFE,
        name: "CJK UNIFIED IDEOGRAPH-2CFFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2CFFF,
        name: "CJK UNIFIED IDEOGRAPH-2CFFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D000,
        name: "CJK UNIFIED IDEOGRAPH-2D000",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D001,
        name: "CJK UNIFIED IDEOGRAPH-2D001",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D002,
        name: "CJK UNIFIED IDEOGRAPH-2D002",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D003,
        name: "CJK UNIFIED IDEOGRAPH-2D003",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D004,
        name: "CJK UNIFIED IDEOGRAPH-2D004",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D005,
        name: "CJK UNIFIED IDEOGRAPH-2D005",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D006,
        name: "CJK UNIFIED IDEOGRAPH-2D006",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D007,
        name: "CJK UNIFIED IDEOGRAPH-2D007",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D008,
        name: "CJK UNIFIED IDEOGRAPH-2D008",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D009,
        name: "CJK UNIFIED IDEOGRAPH-2D009",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D00A,
        name: "CJK UNIFIED IDEOGRAPH-2D00A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D00B,
        name: "CJK UNIFIED IDEOGRAPH-2D00B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D00C,
        name: "CJK UNIFIED IDEOGRAPH-2D00C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D00D,
        name: "CJK UNIFIED IDEOGRAPH-2D00D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D00E,
        name: "CJK UNIFIED IDEOGRAPH-2D00E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D00F,
        name: "CJK UNIFIED IDEOGRAPH-2D00F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D010,
        name: "CJK UNIFIED IDEOGRAPH-2D010",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D011,
        name: "CJK UNIFIED IDEOGRAPH-2D011",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D012,
        name: "CJK UNIFIED IDEOGRAPH-2D012",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D013,
        name: "CJK UNIFIED IDEOGRAPH-2D013",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D014,
        name: "CJK UNIFIED IDEOGRAPH-2D014",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D015,
        name: "CJK UNIFIED IDEOGRAPH-2D015",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D016,
        name: "CJK UNIFIED IDEOGRAPH-2D016",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D017,
        name: "CJK UNIFIED IDEOGRAPH-2D017",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D018,
        name: "CJK UNIFIED IDEOGRAPH-2D018",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D019,
        name: "CJK UNIFIED IDEOGRAPH-2D019",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D01A,
        name: "CJK UNIFIED IDEOGRAPH-2D01A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D01B,
        name: "CJK UNIFIED IDEOGRAPH-2D01B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D01C,
        name: "CJK UNIFIED IDEOGRAPH-2D01C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D01D,
        name: "CJK UNIFIED IDEOGRAPH-2D01D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D01E,
        name: "CJK UNIFIED IDEOGRAPH-2D01E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D01F,
        name: "CJK UNIFIED IDEOGRAPH-2D01F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D020,
        name: "CJK UNIFIED IDEOGRAPH-2D020",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D021,
        name: "CJK UNIFIED IDEOGRAPH-2D021",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D022,
        name: "CJK UNIFIED IDEOGRAPH-2D022",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D023,
        name: "CJK UNIFIED IDEOGRAPH-2D023",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D024,
        name: "CJK UNIFIED IDEOGRAPH-2D024",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D025,
        name: "CJK UNIFIED IDEOGRAPH-2D025",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D026,
        name: "CJK UNIFIED IDEOGRAPH-2D026",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D027,
        name: "CJK UNIFIED IDEOGRAPH-2D027",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D028,
        name: "CJK UNIFIED IDEOGRAPH-2D028",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D029,
        name: "CJK UNIFIED IDEOGRAPH-2D029",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D02A,
        name: "CJK UNIFIED IDEOGRAPH-2D02A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D02B,
        name: "CJK UNIFIED IDEOGRAPH-2D02B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D02C,
        name: "CJK UNIFIED IDEOGRAPH-2D02C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D02D,
        name: "CJK UNIFIED IDEOGRAPH-2D02D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D02E,
        name: "CJK UNIFIED IDEOGRAPH-2D02E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D02F,
        name: "CJK UNIFIED IDEOGRAPH-2D02F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D030,
        name: "CJK UNIFIED IDEOGRAPH-2D030",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D031,
        name: "CJK UNIFIED IDEOGRAPH-2D031",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D032,
        name: "CJK UNIFIED IDEOGRAPH-2D032",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D033,
        name: "CJK UNIFIED IDEOGRAPH-2D033",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D034,
        name: "CJK UNIFIED IDEOGRAPH-2D034",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D035,
        name: "CJK UNIFIED IDEOGRAPH-2D035",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D036,
        name: "CJK UNIFIED IDEOGRAPH-2D036",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D037,
        name: "CJK UNIFIED IDEOGRAPH-2D037",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D038,
        name: "CJK UNIFIED IDEOGRAPH-2D038",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D039,
        name: "CJK UNIFIED IDEOGRAPH-2D039",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D03A,
        name: "CJK UNIFIED IDEOGRAPH-2D03A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D03B,
        name: "CJK UNIFIED IDEOGRAPH-2D03B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D03C,
        name: "CJK UNIFIED IDEOGRAPH-2D03C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D03D,
        name: "CJK UNIFIED IDEOGRAPH-2D03D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D03E,
        name: "CJK UNIFIED IDEOGRAPH-2D03E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D03F,
        name: "CJK UNIFIED IDEOGRAPH-2D03F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D040,
        name: "CJK UNIFIED IDEOGRAPH-2D040",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D041,
        name: "CJK UNIFIED IDEOGRAPH-2D041",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D042,
        name: "CJK UNIFIED IDEOGRAPH-2D042",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D043,
        name: "CJK UNIFIED IDEOGRAPH-2D043",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D044,
        name: "CJK UNIFIED IDEOGRAPH-2D044",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D045,
        name: "CJK UNIFIED IDEOGRAPH-2D045",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D046,
        name: "CJK UNIFIED IDEOGRAPH-2D046",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D047,
        name: "CJK UNIFIED IDEOGRAPH-2D047",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D048,
        name: "CJK UNIFIED IDEOGRAPH-2D048",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D049,
        name: "CJK UNIFIED IDEOGRAPH-2D049",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D04A,
        name: "CJK UNIFIED IDEOGRAPH-2D04A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D04B,
        name: "CJK UNIFIED IDEOGRAPH-2D04B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D04C,
        name: "CJK UNIFIED IDEOGRAPH-2D04C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D04D,
        name: "CJK UNIFIED IDEOGRAPH-2D04D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D04E,
        name: "CJK UNIFIED IDEOGRAPH-2D04E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D04F,
        name: "CJK UNIFIED IDEOGRAPH-2D04F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D050,
        name: "CJK UNIFIED IDEOGRAPH-2D050",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D051,
        name: "CJK UNIFIED IDEOGRAPH-2D051",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D052,
        name: "CJK UNIFIED IDEOGRAPH-2D052",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D053,
        name: "CJK UNIFIED IDEOGRAPH-2D053",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D054,
        name: "CJK UNIFIED IDEOGRAPH-2D054",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D055,
        name: "CJK UNIFIED IDEOGRAPH-2D055",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D056,
        name: "CJK UNIFIED IDEOGRAPH-2D056",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D057,
        name: "CJK UNIFIED IDEOGRAPH-2D057",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D058,
        name: "CJK UNIFIED IDEOGRAPH-2D058",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D059,
        name: "CJK UNIFIED IDEOGRAPH-2D059",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D05A,
        name: "CJK UNIFIED IDEOGRAPH-2D05A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D05B,
        name: "CJK UNIFIED IDEOGRAPH-2D05B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D05C,
        name: "CJK UNIFIED IDEOGRAPH-2D05C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D05D,
        name: "CJK UNIFIED IDEOGRAPH-2D05D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D05E,
        name: "CJK UNIFIED IDEOGRAPH-2D05E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D05F,
        name: "CJK UNIFIED IDEOGRAPH-2D05F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D060,
        name: "CJK UNIFIED IDEOGRAPH-2D060",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D061,
        name: "CJK UNIFIED IDEOGRAPH-2D061",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D062,
        name: "CJK UNIFIED IDEOGRAPH-2D062",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D063,
        name: "CJK UNIFIED IDEOGRAPH-2D063",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D064,
        name: "CJK UNIFIED IDEOGRAPH-2D064",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D065,
        name: "CJK UNIFIED IDEOGRAPH-2D065",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D066,
        name: "CJK UNIFIED IDEOGRAPH-2D066",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D067,
        name: "CJK UNIFIED IDEOGRAPH-2D067",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D068,
        name: "CJK UNIFIED IDEOGRAPH-2D068",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D069,
        name: "CJK UNIFIED IDEOGRAPH-2D069",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D06A,
        name: "CJK UNIFIED IDEOGRAPH-2D06A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D06B,
        name: "CJK UNIFIED IDEOGRAPH-2D06B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D06C,
        name: "CJK UNIFIED IDEOGRAPH-2D06C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D06D,
        name: "CJK UNIFIED IDEOGRAPH-2D06D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D06E,
        name: "CJK UNIFIED IDEOGRAPH-2D06E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D06F,
        name: "CJK UNIFIED IDEOGRAPH-2D06F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D070,
        name: "CJK UNIFIED IDEOGRAPH-2D070",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D071,
        name: "CJK UNIFIED IDEOGRAPH-2D071",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D072,
        name: "CJK UNIFIED IDEOGRAPH-2D072",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D073,
        name: "CJK UNIFIED IDEOGRAPH-2D073",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D074,
        name: "CJK UNIFIED IDEOGRAPH-2D074",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D075,
        name: "CJK UNIFIED IDEOGRAPH-2D075",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D076,
        name: "CJK UNIFIED IDEOGRAPH-2D076",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D077,
        name: "CJK UNIFIED IDEOGRAPH-2D077",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D078,
        name: "CJK UNIFIED IDEOGRAPH-2D078",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D079,
        name: "CJK UNIFIED IDEOGRAPH-2D079",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D07A,
        name: "CJK UNIFIED IDEOGRAPH-2D07A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D07B,
        name: "CJK UNIFIED IDEOGRAPH-2D07B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D07C,
        name: "CJK UNIFIED IDEOGRAPH-2D07C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D07D,
        name: "CJK UNIFIED IDEOGRAPH-2D07D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D07E,
        name: "CJK UNIFIED IDEOGRAPH-2D07E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D07F,
        name: "CJK UNIFIED IDEOGRAPH-2D07F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D080,
        name: "CJK UNIFIED IDEOGRAPH-2D080",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D081,
        name: "CJK UNIFIED IDEOGRAPH-2D081",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D082,
        name: "CJK UNIFIED IDEOGRAPH-2D082",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D083,
        name: "CJK UNIFIED IDEOGRAPH-2D083",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D084,
        name: "CJK UNIFIED IDEOGRAPH-2D084",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D085,
        name: "CJK UNIFIED IDEOGRAPH-2D085",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D086,
        name: "CJK UNIFIED IDEOGRAPH-2D086",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D087,
        name: "CJK UNIFIED IDEOGRAPH-2D087",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D088,
        name: "CJK UNIFIED IDEOGRAPH-2D088",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D089,
        name: "CJK UNIFIED IDEOGRAPH-2D089",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D08A,
        name: "CJK UNIFIED IDEOGRAPH-2D08A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D08B,
        name: "CJK UNIFIED IDEOGRAPH-2D08B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D08C,
        name: "CJK UNIFIED IDEOGRAPH-2D08C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D08D,
        name: "CJK UNIFIED IDEOGRAPH-2D08D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D08E,
        name: "CJK UNIFIED IDEOGRAPH-2D08E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D08F,
        name: "CJK UNIFIED IDEOGRAPH-2D08F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D090,
        name: "CJK UNIFIED IDEOGRAPH-2D090",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D091,
        name: "CJK UNIFIED IDEOGRAPH-2D091",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D092,
        name: "CJK UNIFIED IDEOGRAPH-2D092",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D093,
        name: "CJK UNIFIED IDEOGRAPH-2D093",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D094,
        name: "CJK UNIFIED IDEOGRAPH-2D094",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D095,
        name: "CJK UNIFIED IDEOGRAPH-2D095",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D096,
        name: "CJK UNIFIED IDEOGRAPH-2D096",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D097,
        name: "CJK UNIFIED IDEOGRAPH-2D097",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D098,
        name: "CJK UNIFIED IDEOGRAPH-2D098",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D099,
        name: "CJK UNIFIED IDEOGRAPH-2D099",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D09A,
        name: "CJK UNIFIED IDEOGRAPH-2D09A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D09B,
        name: "CJK UNIFIED IDEOGRAPH-2D09B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D09C,
        name: "CJK UNIFIED IDEOGRAPH-2D09C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D09D,
        name: "CJK UNIFIED IDEOGRAPH-2D09D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D09E,
        name: "CJK UNIFIED IDEOGRAPH-2D09E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D09F,
        name: "CJK UNIFIED IDEOGRAPH-2D09F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A0,
        name: "CJK UNIFIED IDEOGRAPH-2D0A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A1,
        name: "CJK UNIFIED IDEOGRAPH-2D0A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A2,
        name: "CJK UNIFIED IDEOGRAPH-2D0A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A3,
        name: "CJK UNIFIED IDEOGRAPH-2D0A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A4,
        name: "CJK UNIFIED IDEOGRAPH-2D0A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A5,
        name: "CJK UNIFIED IDEOGRAPH-2D0A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A6,
        name: "CJK UNIFIED IDEOGRAPH-2D0A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A7,
        name: "CJK UNIFIED IDEOGRAPH-2D0A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A8,
        name: "CJK UNIFIED IDEOGRAPH-2D0A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0A9,
        name: "CJK UNIFIED IDEOGRAPH-2D0A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0AA,
        name: "CJK UNIFIED IDEOGRAPH-2D0AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0AB,
        name: "CJK UNIFIED IDEOGRAPH-2D0AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0AC,
        name: "CJK UNIFIED IDEOGRAPH-2D0AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0AD,
        name: "CJK UNIFIED IDEOGRAPH-2D0AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0AE,
        name: "CJK UNIFIED IDEOGRAPH-2D0AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0AF,
        name: "CJK UNIFIED IDEOGRAPH-2D0AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B0,
        name: "CJK UNIFIED IDEOGRAPH-2D0B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B1,
        name: "CJK UNIFIED IDEOGRAPH-2D0B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B2,
        name: "CJK UNIFIED IDEOGRAPH-2D0B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B3,
        name: "CJK UNIFIED IDEOGRAPH-2D0B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B4,
        name: "CJK UNIFIED IDEOGRAPH-2D0B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B5,
        name: "CJK UNIFIED IDEOGRAPH-2D0B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B6,
        name: "CJK UNIFIED IDEOGRAPH-2D0B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B7,
        name: "CJK UNIFIED IDEOGRAPH-2D0B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B8,
        name: "CJK UNIFIED IDEOGRAPH-2D0B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0B9,
        name: "CJK UNIFIED IDEOGRAPH-2D0B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0BA,
        name: "CJK UNIFIED IDEOGRAPH-2D0BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0BB,
        name: "CJK UNIFIED IDEOGRAPH-2D0BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0BC,
        name: "CJK UNIFIED IDEOGRAPH-2D0BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0BD,
        name: "CJK UNIFIED IDEOGRAPH-2D0BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0BE,
        name: "CJK UNIFIED IDEOGRAPH-2D0BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0BF,
        name: "CJK UNIFIED IDEOGRAPH-2D0BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C0,
        name: "CJK UNIFIED IDEOGRAPH-2D0C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C1,
        name: "CJK UNIFIED IDEOGRAPH-2D0C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C2,
        name: "CJK UNIFIED IDEOGRAPH-2D0C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C3,
        name: "CJK UNIFIED IDEOGRAPH-2D0C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C4,
        name: "CJK UNIFIED IDEOGRAPH-2D0C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C5,
        name: "CJK UNIFIED IDEOGRAPH-2D0C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C6,
        name: "CJK UNIFIED IDEOGRAPH-2D0C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C7,
        name: "CJK UNIFIED IDEOGRAPH-2D0C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C8,
        name: "CJK UNIFIED IDEOGRAPH-2D0C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0C9,
        name: "CJK UNIFIED IDEOGRAPH-2D0C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0CA,
        name: "CJK UNIFIED IDEOGRAPH-2D0CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0CB,
        name: "CJK UNIFIED IDEOGRAPH-2D0CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0CC,
        name: "CJK UNIFIED IDEOGRAPH-2D0CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0CD,
        name: "CJK UNIFIED IDEOGRAPH-2D0CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0CE,
        name: "CJK UNIFIED IDEOGRAPH-2D0CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0CF,
        name: "CJK UNIFIED IDEOGRAPH-2D0CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D0,
        name: "CJK UNIFIED IDEOGRAPH-2D0D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D1,
        name: "CJK UNIFIED IDEOGRAPH-2D0D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D2,
        name: "CJK UNIFIED IDEOGRAPH-2D0D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D3,
        name: "CJK UNIFIED IDEOGRAPH-2D0D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D4,
        name: "CJK UNIFIED IDEOGRAPH-2D0D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D5,
        name: "CJK UNIFIED IDEOGRAPH-2D0D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D6,
        name: "CJK UNIFIED IDEOGRAPH-2D0D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D7,
        name: "CJK UNIFIED IDEOGRAPH-2D0D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D8,
        name: "CJK UNIFIED IDEOGRAPH-2D0D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0D9,
        name: "CJK UNIFIED IDEOGRAPH-2D0D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0DA,
        name: "CJK UNIFIED IDEOGRAPH-2D0DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0DB,
        name: "CJK UNIFIED IDEOGRAPH-2D0DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0DC,
        name: "CJK UNIFIED IDEOGRAPH-2D0DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0DD,
        name: "CJK UNIFIED IDEOGRAPH-2D0DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0DE,
        name: "CJK UNIFIED IDEOGRAPH-2D0DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0DF,
        name: "CJK UNIFIED IDEOGRAPH-2D0DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E0,
        name: "CJK UNIFIED IDEOGRAPH-2D0E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E1,
        name: "CJK UNIFIED IDEOGRAPH-2D0E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E2,
        name: "CJK UNIFIED IDEOGRAPH-2D0E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E3,
        name: "CJK UNIFIED IDEOGRAPH-2D0E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E4,
        name: "CJK UNIFIED IDEOGRAPH-2D0E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E5,
        name: "CJK UNIFIED IDEOGRAPH-2D0E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E6,
        name: "CJK UNIFIED IDEOGRAPH-2D0E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E7,
        name: "CJK UNIFIED IDEOGRAPH-2D0E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E8,
        name: "CJK UNIFIED IDEOGRAPH-2D0E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0E9,
        name: "CJK UNIFIED IDEOGRAPH-2D0E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0EA,
        name: "CJK UNIFIED IDEOGRAPH-2D0EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0EB,
        name: "CJK UNIFIED IDEOGRAPH-2D0EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0EC,
        name: "CJK UNIFIED IDEOGRAPH-2D0EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0ED,
        name: "CJK UNIFIED IDEOGRAPH-2D0ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0EE,
        name: "CJK UNIFIED IDEOGRAPH-2D0EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0EF,
        name: "CJK UNIFIED IDEOGRAPH-2D0EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F0,
        name: "CJK UNIFIED IDEOGRAPH-2D0F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F1,
        name: "CJK UNIFIED IDEOGRAPH-2D0F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F2,
        name: "CJK UNIFIED IDEOGRAPH-2D0F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F3,
        name: "CJK UNIFIED IDEOGRAPH-2D0F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F4,
        name: "CJK UNIFIED IDEOGRAPH-2D0F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F5,
        name: "CJK UNIFIED IDEOGRAPH-2D0F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F6,
        name: "CJK UNIFIED IDEOGRAPH-2D0F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F7,
        name: "CJK UNIFIED IDEOGRAPH-2D0F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F8,
        name: "CJK UNIFIED IDEOGRAPH-2D0F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0F9,
        name: "CJK UNIFIED IDEOGRAPH-2D0F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0FA,
        name: "CJK UNIFIED IDEOGRAPH-2D0FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0FB,
        name: "CJK UNIFIED IDEOGRAPH-2D0FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0FC,
        name: "CJK UNIFIED IDEOGRAPH-2D0FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0FD,
        name: "CJK UNIFIED IDEOGRAPH-2D0FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0FE,
        name: "CJK UNIFIED IDEOGRAPH-2D0FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D0FF,
        name: "CJK UNIFIED IDEOGRAPH-2D0FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D100,
        name: "CJK UNIFIED IDEOGRAPH-2D100",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D101,
        name: "CJK UNIFIED IDEOGRAPH-2D101",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D102,
        name: "CJK UNIFIED IDEOGRAPH-2D102",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D103,
        name: "CJK UNIFIED IDEOGRAPH-2D103",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D104,
        name: "CJK UNIFIED IDEOGRAPH-2D104",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D105,
        name: "CJK UNIFIED IDEOGRAPH-2D105",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D106,
        name: "CJK UNIFIED IDEOGRAPH-2D106",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D107,
        name: "CJK UNIFIED IDEOGRAPH-2D107",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D108,
        name: "CJK UNIFIED IDEOGRAPH-2D108",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D109,
        name: "CJK UNIFIED IDEOGRAPH-2D109",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D10A,
        name: "CJK UNIFIED IDEOGRAPH-2D10A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D10B,
        name: "CJK UNIFIED IDEOGRAPH-2D10B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D10C,
        name: "CJK UNIFIED IDEOGRAPH-2D10C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D10D,
        name: "CJK UNIFIED IDEOGRAPH-2D10D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D10E,
        name: "CJK UNIFIED IDEOGRAPH-2D10E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D10F,
        name: "CJK UNIFIED IDEOGRAPH-2D10F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D110,
        name: "CJK UNIFIED IDEOGRAPH-2D110",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D111,
        name: "CJK UNIFIED IDEOGRAPH-2D111",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D112,
        name: "CJK UNIFIED IDEOGRAPH-2D112",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D113,
        name: "CJK UNIFIED IDEOGRAPH-2D113",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D114,
        name: "CJK UNIFIED IDEOGRAPH-2D114",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D115,
        name: "CJK UNIFIED IDEOGRAPH-2D115",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D116,
        name: "CJK UNIFIED IDEOGRAPH-2D116",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D117,
        name: "CJK UNIFIED IDEOGRAPH-2D117",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D118,
        name: "CJK UNIFIED IDEOGRAPH-2D118",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D119,
        name: "CJK UNIFIED IDEOGRAPH-2D119",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D11A,
        name: "CJK UNIFIED IDEOGRAPH-2D11A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D11B,
        name: "CJK UNIFIED IDEOGRAPH-2D11B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D11C,
        name: "CJK UNIFIED IDEOGRAPH-2D11C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D11D,
        name: "CJK UNIFIED IDEOGRAPH-2D11D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D11E,
        name: "CJK UNIFIED IDEOGRAPH-2D11E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D11F,
        name: "CJK UNIFIED IDEOGRAPH-2D11F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D120,
        name: "CJK UNIFIED IDEOGRAPH-2D120",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D121,
        name: "CJK UNIFIED IDEOGRAPH-2D121",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D122,
        name: "CJK UNIFIED IDEOGRAPH-2D122",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D123,
        name: "CJK UNIFIED IDEOGRAPH-2D123",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D124,
        name: "CJK UNIFIED IDEOGRAPH-2D124",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D125,
        name: "CJK UNIFIED IDEOGRAPH-2D125",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D126,
        name: "CJK UNIFIED IDEOGRAPH-2D126",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D127,
        name: "CJK UNIFIED IDEOGRAPH-2D127",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D128,
        name: "CJK UNIFIED IDEOGRAPH-2D128",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D129,
        name: "CJK UNIFIED IDEOGRAPH-2D129",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D12A,
        name: "CJK UNIFIED IDEOGRAPH-2D12A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D12B,
        name: "CJK UNIFIED IDEOGRAPH-2D12B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D12C,
        name: "CJK UNIFIED IDEOGRAPH-2D12C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D12D,
        name: "CJK UNIFIED IDEOGRAPH-2D12D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D12E,
        name: "CJK UNIFIED IDEOGRAPH-2D12E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D12F,
        name: "CJK UNIFIED IDEOGRAPH-2D12F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D130,
        name: "CJK UNIFIED IDEOGRAPH-2D130",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D131,
        name: "CJK UNIFIED IDEOGRAPH-2D131",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D132,
        name: "CJK UNIFIED IDEOGRAPH-2D132",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D133,
        name: "CJK UNIFIED IDEOGRAPH-2D133",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D134,
        name: "CJK UNIFIED IDEOGRAPH-2D134",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D135,
        name: "CJK UNIFIED IDEOGRAPH-2D135",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D136,
        name: "CJK UNIFIED IDEOGRAPH-2D136",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D137,
        name: "CJK UNIFIED IDEOGRAPH-2D137",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D138,
        name: "CJK UNIFIED IDEOGRAPH-2D138",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D139,
        name: "CJK UNIFIED IDEOGRAPH-2D139",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D13A,
        name: "CJK UNIFIED IDEOGRAPH-2D13A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D13B,
        name: "CJK UNIFIED IDEOGRAPH-2D13B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D13C,
        name: "CJK UNIFIED IDEOGRAPH-2D13C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D13D,
        name: "CJK UNIFIED IDEOGRAPH-2D13D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D13E,
        name: "CJK UNIFIED IDEOGRAPH-2D13E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D13F,
        name: "CJK UNIFIED IDEOGRAPH-2D13F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D140,
        name: "CJK UNIFIED IDEOGRAPH-2D140",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D141,
        name: "CJK UNIFIED IDEOGRAPH-2D141",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D142,
        name: "CJK UNIFIED IDEOGRAPH-2D142",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D143,
        name: "CJK UNIFIED IDEOGRAPH-2D143",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D144,
        name: "CJK UNIFIED IDEOGRAPH-2D144",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D145,
        name: "CJK UNIFIED IDEOGRAPH-2D145",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D146,
        name: "CJK UNIFIED IDEOGRAPH-2D146",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D147,
        name: "CJK UNIFIED IDEOGRAPH-2D147",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D148,
        name: "CJK UNIFIED IDEOGRAPH-2D148",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D149,
        name: "CJK UNIFIED IDEOGRAPH-2D149",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D14A,
        name: "CJK UNIFIED IDEOGRAPH-2D14A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D14B,
        name: "CJK UNIFIED IDEOGRAPH-2D14B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D14C,
        name: "CJK UNIFIED IDEOGRAPH-2D14C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D14D,
        name: "CJK UNIFIED IDEOGRAPH-2D14D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D14E,
        name: "CJK UNIFIED IDEOGRAPH-2D14E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D14F,
        name: "CJK UNIFIED IDEOGRAPH-2D14F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D150,
        name: "CJK UNIFIED IDEOGRAPH-2D150",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D151,
        name: "CJK UNIFIED IDEOGRAPH-2D151",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D152,
        name: "CJK UNIFIED IDEOGRAPH-2D152",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D153,
        name: "CJK UNIFIED IDEOGRAPH-2D153",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D154,
        name: "CJK UNIFIED IDEOGRAPH-2D154",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D155,
        name: "CJK UNIFIED IDEOGRAPH-2D155",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D156,
        name: "CJK UNIFIED IDEOGRAPH-2D156",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D157,
        name: "CJK UNIFIED IDEOGRAPH-2D157",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D158,
        name: "CJK UNIFIED IDEOGRAPH-2D158",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D159,
        name: "CJK UNIFIED IDEOGRAPH-2D159",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D15A,
        name: "CJK UNIFIED IDEOGRAPH-2D15A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D15B,
        name: "CJK UNIFIED IDEOGRAPH-2D15B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D15C,
        name: "CJK UNIFIED IDEOGRAPH-2D15C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D15D,
        name: "CJK UNIFIED IDEOGRAPH-2D15D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D15E,
        name: "CJK UNIFIED IDEOGRAPH-2D15E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D15F,
        name: "CJK UNIFIED IDEOGRAPH-2D15F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D160,
        name: "CJK UNIFIED IDEOGRAPH-2D160",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D161,
        name: "CJK UNIFIED IDEOGRAPH-2D161",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D162,
        name: "CJK UNIFIED IDEOGRAPH-2D162",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D163,
        name: "CJK UNIFIED IDEOGRAPH-2D163",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D164,
        name: "CJK UNIFIED IDEOGRAPH-2D164",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D165,
        name: "CJK UNIFIED IDEOGRAPH-2D165",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D166,
        name: "CJK UNIFIED IDEOGRAPH-2D166",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D167,
        name: "CJK UNIFIED IDEOGRAPH-2D167",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D168,
        name: "CJK UNIFIED IDEOGRAPH-2D168",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D169,
        name: "CJK UNIFIED IDEOGRAPH-2D169",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D16A,
        name: "CJK UNIFIED IDEOGRAPH-2D16A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D16B,
        name: "CJK UNIFIED IDEOGRAPH-2D16B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D16C,
        name: "CJK UNIFIED IDEOGRAPH-2D16C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D16D,
        name: "CJK UNIFIED IDEOGRAPH-2D16D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D16E,
        name: "CJK UNIFIED IDEOGRAPH-2D16E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D16F,
        name: "CJK UNIFIED IDEOGRAPH-2D16F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D170,
        name: "CJK UNIFIED IDEOGRAPH-2D170",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D171,
        name: "CJK UNIFIED IDEOGRAPH-2D171",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D172,
        name: "CJK UNIFIED IDEOGRAPH-2D172",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D173,
        name: "CJK UNIFIED IDEOGRAPH-2D173",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D174,
        name: "CJK UNIFIED IDEOGRAPH-2D174",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D175,
        name: "CJK UNIFIED IDEOGRAPH-2D175",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D176,
        name: "CJK UNIFIED IDEOGRAPH-2D176",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D177,
        name: "CJK UNIFIED IDEOGRAPH-2D177",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D178,
        name: "CJK UNIFIED IDEOGRAPH-2D178",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D179,
        name: "CJK UNIFIED IDEOGRAPH-2D179",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D17A,
        name: "CJK UNIFIED IDEOGRAPH-2D17A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D17B,
        name: "CJK UNIFIED IDEOGRAPH-2D17B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D17C,
        name: "CJK UNIFIED IDEOGRAPH-2D17C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D17D,
        name: "CJK UNIFIED IDEOGRAPH-2D17D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D17E,
        name: "CJK UNIFIED IDEOGRAPH-2D17E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D17F,
        name: "CJK UNIFIED IDEOGRAPH-2D17F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D180,
        name: "CJK UNIFIED IDEOGRAPH-2D180",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D181,
        name: "CJK UNIFIED IDEOGRAPH-2D181",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D182,
        name: "CJK UNIFIED IDEOGRAPH-2D182",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D183,
        name: "CJK UNIFIED IDEOGRAPH-2D183",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D184,
        name: "CJK UNIFIED IDEOGRAPH-2D184",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D185,
        name: "CJK UNIFIED IDEOGRAPH-2D185",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D186,
        name: "CJK UNIFIED IDEOGRAPH-2D186",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D187,
        name: "CJK UNIFIED IDEOGRAPH-2D187",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D188,
        name: "CJK UNIFIED IDEOGRAPH-2D188",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D189,
        name: "CJK UNIFIED IDEOGRAPH-2D189",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D18A,
        name: "CJK UNIFIED IDEOGRAPH-2D18A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D18B,
        name: "CJK UNIFIED IDEOGRAPH-2D18B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D18C,
        name: "CJK UNIFIED IDEOGRAPH-2D18C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D18D,
        name: "CJK UNIFIED IDEOGRAPH-2D18D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D18E,
        name: "CJK UNIFIED IDEOGRAPH-2D18E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D18F,
        name: "CJK UNIFIED IDEOGRAPH-2D18F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D190,
        name: "CJK UNIFIED IDEOGRAPH-2D190",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D191,
        name: "CJK UNIFIED IDEOGRAPH-2D191",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D192,
        name: "CJK UNIFIED IDEOGRAPH-2D192",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D193,
        name: "CJK UNIFIED IDEOGRAPH-2D193",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D194,
        name: "CJK UNIFIED IDEOGRAPH-2D194",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D195,
        name: "CJK UNIFIED IDEOGRAPH-2D195",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D196,
        name: "CJK UNIFIED IDEOGRAPH-2D196",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D197,
        name: "CJK UNIFIED IDEOGRAPH-2D197",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D198,
        name: "CJK UNIFIED IDEOGRAPH-2D198",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D199,
        name: "CJK UNIFIED IDEOGRAPH-2D199",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D19A,
        name: "CJK UNIFIED IDEOGRAPH-2D19A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D19B,
        name: "CJK UNIFIED IDEOGRAPH-2D19B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D19C,
        name: "CJK UNIFIED IDEOGRAPH-2D19C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D19D,
        name: "CJK UNIFIED IDEOGRAPH-2D19D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D19E,
        name: "CJK UNIFIED IDEOGRAPH-2D19E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D19F,
        name: "CJK UNIFIED IDEOGRAPH-2D19F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A0,
        name: "CJK UNIFIED IDEOGRAPH-2D1A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A1,
        name: "CJK UNIFIED IDEOGRAPH-2D1A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A2,
        name: "CJK UNIFIED IDEOGRAPH-2D1A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A3,
        name: "CJK UNIFIED IDEOGRAPH-2D1A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A4,
        name: "CJK UNIFIED IDEOGRAPH-2D1A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A5,
        name: "CJK UNIFIED IDEOGRAPH-2D1A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A6,
        name: "CJK UNIFIED IDEOGRAPH-2D1A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A7,
        name: "CJK UNIFIED IDEOGRAPH-2D1A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A8,
        name: "CJK UNIFIED IDEOGRAPH-2D1A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1A9,
        name: "CJK UNIFIED IDEOGRAPH-2D1A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1AA,
        name: "CJK UNIFIED IDEOGRAPH-2D1AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1AB,
        name: "CJK UNIFIED IDEOGRAPH-2D1AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1AC,
        name: "CJK UNIFIED IDEOGRAPH-2D1AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1AD,
        name: "CJK UNIFIED IDEOGRAPH-2D1AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1AE,
        name: "CJK UNIFIED IDEOGRAPH-2D1AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1AF,
        name: "CJK UNIFIED IDEOGRAPH-2D1AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B0,
        name: "CJK UNIFIED IDEOGRAPH-2D1B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B1,
        name: "CJK UNIFIED IDEOGRAPH-2D1B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B2,
        name: "CJK UNIFIED IDEOGRAPH-2D1B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B3,
        name: "CJK UNIFIED IDEOGRAPH-2D1B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B4,
        name: "CJK UNIFIED IDEOGRAPH-2D1B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B5,
        name: "CJK UNIFIED IDEOGRAPH-2D1B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B6,
        name: "CJK UNIFIED IDEOGRAPH-2D1B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B7,
        name: "CJK UNIFIED IDEOGRAPH-2D1B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B8,
        name: "CJK UNIFIED IDEOGRAPH-2D1B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1B9,
        name: "CJK UNIFIED IDEOGRAPH-2D1B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1BA,
        name: "CJK UNIFIED IDEOGRAPH-2D1BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1BB,
        name: "CJK UNIFIED IDEOGRAPH-2D1BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1BC,
        name: "CJK UNIFIED IDEOGRAPH-2D1BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1BD,
        name: "CJK UNIFIED IDEOGRAPH-2D1BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1BE,
        name: "CJK UNIFIED IDEOGRAPH-2D1BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1BF,
        name: "CJK UNIFIED IDEOGRAPH-2D1BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C0,
        name: "CJK UNIFIED IDEOGRAPH-2D1C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C1,
        name: "CJK UNIFIED IDEOGRAPH-2D1C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C2,
        name: "CJK UNIFIED IDEOGRAPH-2D1C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C3,
        name: "CJK UNIFIED IDEOGRAPH-2D1C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C4,
        name: "CJK UNIFIED IDEOGRAPH-2D1C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C5,
        name: "CJK UNIFIED IDEOGRAPH-2D1C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C6,
        name: "CJK UNIFIED IDEOGRAPH-2D1C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C7,
        name: "CJK UNIFIED IDEOGRAPH-2D1C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C8,
        name: "CJK UNIFIED IDEOGRAPH-2D1C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1C9,
        name: "CJK UNIFIED IDEOGRAPH-2D1C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1CA,
        name: "CJK UNIFIED IDEOGRAPH-2D1CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1CB,
        name: "CJK UNIFIED IDEOGRAPH-2D1CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1CC,
        name: "CJK UNIFIED IDEOGRAPH-2D1CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1CD,
        name: "CJK UNIFIED IDEOGRAPH-2D1CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1CE,
        name: "CJK UNIFIED IDEOGRAPH-2D1CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1CF,
        name: "CJK UNIFIED IDEOGRAPH-2D1CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D0,
        name: "CJK UNIFIED IDEOGRAPH-2D1D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D1,
        name: "CJK UNIFIED IDEOGRAPH-2D1D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D2,
        name: "CJK UNIFIED IDEOGRAPH-2D1D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D3,
        name: "CJK UNIFIED IDEOGRAPH-2D1D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D4,
        name: "CJK UNIFIED IDEOGRAPH-2D1D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D5,
        name: "CJK UNIFIED IDEOGRAPH-2D1D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D6,
        name: "CJK UNIFIED IDEOGRAPH-2D1D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D7,
        name: "CJK UNIFIED IDEOGRAPH-2D1D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D8,
        name: "CJK UNIFIED IDEOGRAPH-2D1D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1D9,
        name: "CJK UNIFIED IDEOGRAPH-2D1D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1DA,
        name: "CJK UNIFIED IDEOGRAPH-2D1DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1DB,
        name: "CJK UNIFIED IDEOGRAPH-2D1DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1DC,
        name: "CJK UNIFIED IDEOGRAPH-2D1DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1DD,
        name: "CJK UNIFIED IDEOGRAPH-2D1DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1DE,
        name: "CJK UNIFIED IDEOGRAPH-2D1DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1DF,
        name: "CJK UNIFIED IDEOGRAPH-2D1DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E0,
        name: "CJK UNIFIED IDEOGRAPH-2D1E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E1,
        name: "CJK UNIFIED IDEOGRAPH-2D1E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E2,
        name: "CJK UNIFIED IDEOGRAPH-2D1E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E3,
        name: "CJK UNIFIED IDEOGRAPH-2D1E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E4,
        name: "CJK UNIFIED IDEOGRAPH-2D1E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E5,
        name: "CJK UNIFIED IDEOGRAPH-2D1E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E6,
        name: "CJK UNIFIED IDEOGRAPH-2D1E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E7,
        name: "CJK UNIFIED IDEOGRAPH-2D1E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E8,
        name: "CJK UNIFIED IDEOGRAPH-2D1E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1E9,
        name: "CJK UNIFIED IDEOGRAPH-2D1E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1EA,
        name: "CJK UNIFIED IDEOGRAPH-2D1EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1EB,
        name: "CJK UNIFIED IDEOGRAPH-2D1EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1EC,
        name: "CJK UNIFIED IDEOGRAPH-2D1EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1ED,
        name: "CJK UNIFIED IDEOGRAPH-2D1ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1EE,
        name: "CJK UNIFIED IDEOGRAPH-2D1EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1EF,
        name: "CJK UNIFIED IDEOGRAPH-2D1EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F0,
        name: "CJK UNIFIED IDEOGRAPH-2D1F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F1,
        name: "CJK UNIFIED IDEOGRAPH-2D1F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F2,
        name: "CJK UNIFIED IDEOGRAPH-2D1F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F3,
        name: "CJK UNIFIED IDEOGRAPH-2D1F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F4,
        name: "CJK UNIFIED IDEOGRAPH-2D1F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F5,
        name: "CJK UNIFIED IDEOGRAPH-2D1F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F6,
        name: "CJK UNIFIED IDEOGRAPH-2D1F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F7,
        name: "CJK UNIFIED IDEOGRAPH-2D1F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F8,
        name: "CJK UNIFIED IDEOGRAPH-2D1F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1F9,
        name: "CJK UNIFIED IDEOGRAPH-2D1F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1FA,
        name: "CJK UNIFIED IDEOGRAPH-2D1FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1FB,
        name: "CJK UNIFIED IDEOGRAPH-2D1FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1FC,
        name: "CJK UNIFIED IDEOGRAPH-2D1FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1FD,
        name: "CJK UNIFIED IDEOGRAPH-2D1FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1FE,
        name: "CJK UNIFIED IDEOGRAPH-2D1FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D1FF,
        name: "CJK UNIFIED IDEOGRAPH-2D1FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D200,
        name: "CJK UNIFIED IDEOGRAPH-2D200",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D201,
        name: "CJK UNIFIED IDEOGRAPH-2D201",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D202,
        name: "CJK UNIFIED IDEOGRAPH-2D202",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D203,
        name: "CJK UNIFIED IDEOGRAPH-2D203",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D204,
        name: "CJK UNIFIED IDEOGRAPH-2D204",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D205,
        name: "CJK UNIFIED IDEOGRAPH-2D205",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D206,
        name: "CJK UNIFIED IDEOGRAPH-2D206",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D207,
        name: "CJK UNIFIED IDEOGRAPH-2D207",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D208,
        name: "CJK UNIFIED IDEOGRAPH-2D208",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D209,
        name: "CJK UNIFIED IDEOGRAPH-2D209",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D20A,
        name: "CJK UNIFIED IDEOGRAPH-2D20A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D20B,
        name: "CJK UNIFIED IDEOGRAPH-2D20B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D20C,
        name: "CJK UNIFIED IDEOGRAPH-2D20C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D20D,
        name: "CJK UNIFIED IDEOGRAPH-2D20D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D20E,
        name: "CJK UNIFIED IDEOGRAPH-2D20E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D20F,
        name: "CJK UNIFIED IDEOGRAPH-2D20F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D210,
        name: "CJK UNIFIED IDEOGRAPH-2D210",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D211,
        name: "CJK UNIFIED IDEOGRAPH-2D211",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D212,
        name: "CJK UNIFIED IDEOGRAPH-2D212",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D213,
        name: "CJK UNIFIED IDEOGRAPH-2D213",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D214,
        name: "CJK UNIFIED IDEOGRAPH-2D214",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D215,
        name: "CJK UNIFIED IDEOGRAPH-2D215",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D216,
        name: "CJK UNIFIED IDEOGRAPH-2D216",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D217,
        name: "CJK UNIFIED IDEOGRAPH-2D217",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D218,
        name: "CJK UNIFIED IDEOGRAPH-2D218",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D219,
        name: "CJK UNIFIED IDEOGRAPH-2D219",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D21A,
        name: "CJK UNIFIED IDEOGRAPH-2D21A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D21B,
        name: "CJK UNIFIED IDEOGRAPH-2D21B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D21C,
        name: "CJK UNIFIED IDEOGRAPH-2D21C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D21D,
        name: "CJK UNIFIED IDEOGRAPH-2D21D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D21E,
        name: "CJK UNIFIED IDEOGRAPH-2D21E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D21F,
        name: "CJK UNIFIED IDEOGRAPH-2D21F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D220,
        name: "CJK UNIFIED IDEOGRAPH-2D220",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D221,
        name: "CJK UNIFIED IDEOGRAPH-2D221",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D222,
        name: "CJK UNIFIED IDEOGRAPH-2D222",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D223,
        name: "CJK UNIFIED IDEOGRAPH-2D223",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D224,
        name: "CJK UNIFIED IDEOGRAPH-2D224",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D225,
        name: "CJK UNIFIED IDEOGRAPH-2D225",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D226,
        name: "CJK UNIFIED IDEOGRAPH-2D226",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D227,
        name: "CJK UNIFIED IDEOGRAPH-2D227",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D228,
        name: "CJK UNIFIED IDEOGRAPH-2D228",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D229,
        name: "CJK UNIFIED IDEOGRAPH-2D229",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D22A,
        name: "CJK UNIFIED IDEOGRAPH-2D22A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D22B,
        name: "CJK UNIFIED IDEOGRAPH-2D22B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D22C,
        name: "CJK UNIFIED IDEOGRAPH-2D22C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D22D,
        name: "CJK UNIFIED IDEOGRAPH-2D22D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D22E,
        name: "CJK UNIFIED IDEOGRAPH-2D22E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D22F,
        name: "CJK UNIFIED IDEOGRAPH-2D22F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D230,
        name: "CJK UNIFIED IDEOGRAPH-2D230",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D231,
        name: "CJK UNIFIED IDEOGRAPH-2D231",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D232,
        name: "CJK UNIFIED IDEOGRAPH-2D232",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D233,
        name: "CJK UNIFIED IDEOGRAPH-2D233",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D234,
        name: "CJK UNIFIED IDEOGRAPH-2D234",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D235,
        name: "CJK UNIFIED IDEOGRAPH-2D235",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D236,
        name: "CJK UNIFIED IDEOGRAPH-2D236",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D237,
        name: "CJK UNIFIED IDEOGRAPH-2D237",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D238,
        name: "CJK UNIFIED IDEOGRAPH-2D238",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D239,
        name: "CJK UNIFIED IDEOGRAPH-2D239",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D23A,
        name: "CJK UNIFIED IDEOGRAPH-2D23A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D23B,
        name: "CJK UNIFIED IDEOGRAPH-2D23B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D23C,
        name: "CJK UNIFIED IDEOGRAPH-2D23C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D23D,
        name: "CJK UNIFIED IDEOGRAPH-2D23D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D23E,
        name: "CJK UNIFIED IDEOGRAPH-2D23E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D23F,
        name: "CJK UNIFIED IDEOGRAPH-2D23F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D240,
        name: "CJK UNIFIED IDEOGRAPH-2D240",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D241,
        name: "CJK UNIFIED IDEOGRAPH-2D241",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D242,
        name: "CJK UNIFIED IDEOGRAPH-2D242",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D243,
        name: "CJK UNIFIED IDEOGRAPH-2D243",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D244,
        name: "CJK UNIFIED IDEOGRAPH-2D244",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D245,
        name: "CJK UNIFIED IDEOGRAPH-2D245",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D246,
        name: "CJK UNIFIED IDEOGRAPH-2D246",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D247,
        name: "CJK UNIFIED IDEOGRAPH-2D247",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D248,
        name: "CJK UNIFIED IDEOGRAPH-2D248",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D249,
        name: "CJK UNIFIED IDEOGRAPH-2D249",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D24A,
        name: "CJK UNIFIED IDEOGRAPH-2D24A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D24B,
        name: "CJK UNIFIED IDEOGRAPH-2D24B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D24C,
        name: "CJK UNIFIED IDEOGRAPH-2D24C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D24D,
        name: "CJK UNIFIED IDEOGRAPH-2D24D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D24E,
        name: "CJK UNIFIED IDEOGRAPH-2D24E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D24F,
        name: "CJK UNIFIED IDEOGRAPH-2D24F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D250,
        name: "CJK UNIFIED IDEOGRAPH-2D250",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D251,
        name: "CJK UNIFIED IDEOGRAPH-2D251",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D252,
        name: "CJK UNIFIED IDEOGRAPH-2D252",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D253,
        name: "CJK UNIFIED IDEOGRAPH-2D253",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D254,
        name: "CJK UNIFIED IDEOGRAPH-2D254",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D255,
        name: "CJK UNIFIED IDEOGRAPH-2D255",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D256,
        name: "CJK UNIFIED IDEOGRAPH-2D256",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D257,
        name: "CJK UNIFIED IDEOGRAPH-2D257",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D258,
        name: "CJK UNIFIED IDEOGRAPH-2D258",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D259,
        name: "CJK UNIFIED IDEOGRAPH-2D259",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D25A,
        name: "CJK UNIFIED IDEOGRAPH-2D25A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D25B,
        name: "CJK UNIFIED IDEOGRAPH-2D25B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D25C,
        name: "CJK UNIFIED IDEOGRAPH-2D25C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D25D,
        name: "CJK UNIFIED IDEOGRAPH-2D25D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D25E,
        name: "CJK UNIFIED IDEOGRAPH-2D25E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D25F,
        name: "CJK UNIFIED IDEOGRAPH-2D25F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D260,
        name: "CJK UNIFIED IDEOGRAPH-2D260",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D261,
        name: "CJK UNIFIED IDEOGRAPH-2D261",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D262,
        name: "CJK UNIFIED IDEOGRAPH-2D262",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D263,
        name: "CJK UNIFIED IDEOGRAPH-2D263",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D264,
        name: "CJK UNIFIED IDEOGRAPH-2D264",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D265,
        name: "CJK UNIFIED IDEOGRAPH-2D265",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D266,
        name: "CJK UNIFIED IDEOGRAPH-2D266",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D267,
        name: "CJK UNIFIED IDEOGRAPH-2D267",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D268,
        name: "CJK UNIFIED IDEOGRAPH-2D268",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D269,
        name: "CJK UNIFIED IDEOGRAPH-2D269",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D26A,
        name: "CJK UNIFIED IDEOGRAPH-2D26A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D26B,
        name: "CJK UNIFIED IDEOGRAPH-2D26B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D26C,
        name: "CJK UNIFIED IDEOGRAPH-2D26C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D26D,
        name: "CJK UNIFIED IDEOGRAPH-2D26D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D26E,
        name: "CJK UNIFIED IDEOGRAPH-2D26E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D26F,
        name: "CJK UNIFIED IDEOGRAPH-2D26F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D270,
        name: "CJK UNIFIED IDEOGRAPH-2D270",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D271,
        name: "CJK UNIFIED IDEOGRAPH-2D271",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D272,
        name: "CJK UNIFIED IDEOGRAPH-2D272",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D273,
        name: "CJK UNIFIED IDEOGRAPH-2D273",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D274,
        name: "CJK UNIFIED IDEOGRAPH-2D274",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D275,
        name: "CJK UNIFIED IDEOGRAPH-2D275",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D276,
        name: "CJK UNIFIED IDEOGRAPH-2D276",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D277,
        name: "CJK UNIFIED IDEOGRAPH-2D277",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D278,
        name: "CJK UNIFIED IDEOGRAPH-2D278",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D279,
        name: "CJK UNIFIED IDEOGRAPH-2D279",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D27A,
        name: "CJK UNIFIED IDEOGRAPH-2D27A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D27B,
        name: "CJK UNIFIED IDEOGRAPH-2D27B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D27C,
        name: "CJK UNIFIED IDEOGRAPH-2D27C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D27D,
        name: "CJK UNIFIED IDEOGRAPH-2D27D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D27E,
        name: "CJK UNIFIED IDEOGRAPH-2D27E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D27F,
        name: "CJK UNIFIED IDEOGRAPH-2D27F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D280,
        name: "CJK UNIFIED IDEOGRAPH-2D280",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D281,
        name: "CJK UNIFIED IDEOGRAPH-2D281",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D282,
        name: "CJK UNIFIED IDEOGRAPH-2D282",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D283,
        name: "CJK UNIFIED IDEOGRAPH-2D283",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D284,
        name: "CJK UNIFIED IDEOGRAPH-2D284",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D285,
        name: "CJK UNIFIED IDEOGRAPH-2D285",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D286,
        name: "CJK UNIFIED IDEOGRAPH-2D286",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D287,
        name: "CJK UNIFIED IDEOGRAPH-2D287",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D288,
        name: "CJK UNIFIED IDEOGRAPH-2D288",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D289,
        name: "CJK UNIFIED IDEOGRAPH-2D289",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D28A,
        name: "CJK UNIFIED IDEOGRAPH-2D28A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D28B,
        name: "CJK UNIFIED IDEOGRAPH-2D28B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D28C,
        name: "CJK UNIFIED IDEOGRAPH-2D28C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D28D,
        name: "CJK UNIFIED IDEOGRAPH-2D28D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D28E,
        name: "CJK UNIFIED IDEOGRAPH-2D28E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D28F,
        name: "CJK UNIFIED IDEOGRAPH-2D28F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D290,
        name: "CJK UNIFIED IDEOGRAPH-2D290",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D291,
        name: "CJK UNIFIED IDEOGRAPH-2D291",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D292,
        name: "CJK UNIFIED IDEOGRAPH-2D292",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D293,
        name: "CJK UNIFIED IDEOGRAPH-2D293",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D294,
        name: "CJK UNIFIED IDEOGRAPH-2D294",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D295,
        name: "CJK UNIFIED IDEOGRAPH-2D295",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D296,
        name: "CJK UNIFIED IDEOGRAPH-2D296",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D297,
        name: "CJK UNIFIED IDEOGRAPH-2D297",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D298,
        name: "CJK UNIFIED IDEOGRAPH-2D298",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D299,
        name: "CJK UNIFIED IDEOGRAPH-2D299",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D29A,
        name: "CJK UNIFIED IDEOGRAPH-2D29A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D29B,
        name: "CJK UNIFIED IDEOGRAPH-2D29B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D29C,
        name: "CJK UNIFIED IDEOGRAPH-2D29C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D29D,
        name: "CJK UNIFIED IDEOGRAPH-2D29D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D29E,
        name: "CJK UNIFIED IDEOGRAPH-2D29E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D29F,
        name: "CJK UNIFIED IDEOGRAPH-2D29F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A0,
        name: "CJK UNIFIED IDEOGRAPH-2D2A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A1,
        name: "CJK UNIFIED IDEOGRAPH-2D2A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A2,
        name: "CJK UNIFIED IDEOGRAPH-2D2A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A3,
        name: "CJK UNIFIED IDEOGRAPH-2D2A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A4,
        name: "CJK UNIFIED IDEOGRAPH-2D2A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A5,
        name: "CJK UNIFIED IDEOGRAPH-2D2A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A6,
        name: "CJK UNIFIED IDEOGRAPH-2D2A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A7,
        name: "CJK UNIFIED IDEOGRAPH-2D2A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A8,
        name: "CJK UNIFIED IDEOGRAPH-2D2A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2A9,
        name: "CJK UNIFIED IDEOGRAPH-2D2A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2AA,
        name: "CJK UNIFIED IDEOGRAPH-2D2AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2AB,
        name: "CJK UNIFIED IDEOGRAPH-2D2AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2AC,
        name: "CJK UNIFIED IDEOGRAPH-2D2AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2AD,
        name: "CJK UNIFIED IDEOGRAPH-2D2AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2AE,
        name: "CJK UNIFIED IDEOGRAPH-2D2AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2AF,
        name: "CJK UNIFIED IDEOGRAPH-2D2AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B0,
        name: "CJK UNIFIED IDEOGRAPH-2D2B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B1,
        name: "CJK UNIFIED IDEOGRAPH-2D2B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B2,
        name: "CJK UNIFIED IDEOGRAPH-2D2B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B3,
        name: "CJK UNIFIED IDEOGRAPH-2D2B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B4,
        name: "CJK UNIFIED IDEOGRAPH-2D2B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B5,
        name: "CJK UNIFIED IDEOGRAPH-2D2B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B6,
        name: "CJK UNIFIED IDEOGRAPH-2D2B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B7,
        name: "CJK UNIFIED IDEOGRAPH-2D2B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B8,
        name: "CJK UNIFIED IDEOGRAPH-2D2B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2B9,
        name: "CJK UNIFIED IDEOGRAPH-2D2B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2BA,
        name: "CJK UNIFIED IDEOGRAPH-2D2BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2BB,
        name: "CJK UNIFIED IDEOGRAPH-2D2BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2BC,
        name: "CJK UNIFIED IDEOGRAPH-2D2BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2BD,
        name: "CJK UNIFIED IDEOGRAPH-2D2BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2BE,
        name: "CJK UNIFIED IDEOGRAPH-2D2BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2BF,
        name: "CJK UNIFIED IDEOGRAPH-2D2BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C0,
        name: "CJK UNIFIED IDEOGRAPH-2D2C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C1,
        name: "CJK UNIFIED IDEOGRAPH-2D2C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C2,
        name: "CJK UNIFIED IDEOGRAPH-2D2C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C3,
        name: "CJK UNIFIED IDEOGRAPH-2D2C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C4,
        name: "CJK UNIFIED IDEOGRAPH-2D2C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C5,
        name: "CJK UNIFIED IDEOGRAPH-2D2C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C6,
        name: "CJK UNIFIED IDEOGRAPH-2D2C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C7,
        name: "CJK UNIFIED IDEOGRAPH-2D2C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C8,
        name: "CJK UNIFIED IDEOGRAPH-2D2C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2C9,
        name: "CJK UNIFIED IDEOGRAPH-2D2C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2CA,
        name: "CJK UNIFIED IDEOGRAPH-2D2CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2CB,
        name: "CJK UNIFIED IDEOGRAPH-2D2CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2CC,
        name: "CJK UNIFIED IDEOGRAPH-2D2CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2CD,
        name: "CJK UNIFIED IDEOGRAPH-2D2CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2CE,
        name: "CJK UNIFIED IDEOGRAPH-2D2CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2CF,
        name: "CJK UNIFIED IDEOGRAPH-2D2CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D0,
        name: "CJK UNIFIED IDEOGRAPH-2D2D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D1,
        name: "CJK UNIFIED IDEOGRAPH-2D2D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D2,
        name: "CJK UNIFIED IDEOGRAPH-2D2D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D3,
        name: "CJK UNIFIED IDEOGRAPH-2D2D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D4,
        name: "CJK UNIFIED IDEOGRAPH-2D2D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D5,
        name: "CJK UNIFIED IDEOGRAPH-2D2D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D6,
        name: "CJK UNIFIED IDEOGRAPH-2D2D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D7,
        name: "CJK UNIFIED IDEOGRAPH-2D2D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D8,
        name: "CJK UNIFIED IDEOGRAPH-2D2D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2D9,
        name: "CJK UNIFIED IDEOGRAPH-2D2D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2DA,
        name: "CJK UNIFIED IDEOGRAPH-2D2DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2DB,
        name: "CJK UNIFIED IDEOGRAPH-2D2DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2DC,
        name: "CJK UNIFIED IDEOGRAPH-2D2DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2DD,
        name: "CJK UNIFIED IDEOGRAPH-2D2DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2DE,
        name: "CJK UNIFIED IDEOGRAPH-2D2DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2DF,
        name: "CJK UNIFIED IDEOGRAPH-2D2DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E0,
        name: "CJK UNIFIED IDEOGRAPH-2D2E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E1,
        name: "CJK UNIFIED IDEOGRAPH-2D2E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E2,
        name: "CJK UNIFIED IDEOGRAPH-2D2E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E3,
        name: "CJK UNIFIED IDEOGRAPH-2D2E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E4,
        name: "CJK UNIFIED IDEOGRAPH-2D2E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E5,
        name: "CJK UNIFIED IDEOGRAPH-2D2E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E6,
        name: "CJK UNIFIED IDEOGRAPH-2D2E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E7,
        name: "CJK UNIFIED IDEOGRAPH-2D2E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E8,
        name: "CJK UNIFIED IDEOGRAPH-2D2E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2E9,
        name: "CJK UNIFIED IDEOGRAPH-2D2E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2EA,
        name: "CJK UNIFIED IDEOGRAPH-2D2EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2EB,
        name: "CJK UNIFIED IDEOGRAPH-2D2EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2EC,
        name: "CJK UNIFIED IDEOGRAPH-2D2EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2ED,
        name: "CJK UNIFIED IDEOGRAPH-2D2ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2EE,
        name: "CJK UNIFIED IDEOGRAPH-2D2EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2EF,
        name: "CJK UNIFIED IDEOGRAPH-2D2EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F0,
        name: "CJK UNIFIED IDEOGRAPH-2D2F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F1,
        name: "CJK UNIFIED IDEOGRAPH-2D2F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F2,
        name: "CJK UNIFIED IDEOGRAPH-2D2F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F3,
        name: "CJK UNIFIED IDEOGRAPH-2D2F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F4,
        name: "CJK UNIFIED IDEOGRAPH-2D2F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F5,
        name: "CJK UNIFIED IDEOGRAPH-2D2F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F6,
        name: "CJK UNIFIED IDEOGRAPH-2D2F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F7,
        name: "CJK UNIFIED IDEOGRAPH-2D2F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F8,
        name: "CJK UNIFIED IDEOGRAPH-2D2F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2F9,
        name: "CJK UNIFIED IDEOGRAPH-2D2F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2FA,
        name: "CJK UNIFIED IDEOGRAPH-2D2FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2FB,
        name: "CJK UNIFIED IDEOGRAPH-2D2FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2FC,
        name: "CJK UNIFIED IDEOGRAPH-2D2FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2FD,
        name: "CJK UNIFIED IDEOGRAPH-2D2FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2FE,
        name: "CJK UNIFIED IDEOGRAPH-2D2FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D2FF,
        name: "CJK UNIFIED IDEOGRAPH-2D2FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D300,
        name: "CJK UNIFIED IDEOGRAPH-2D300",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D301,
        name: "CJK UNIFIED IDEOGRAPH-2D301",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D302,
        name: "CJK UNIFIED IDEOGRAPH-2D302",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D303,
        name: "CJK UNIFIED IDEOGRAPH-2D303",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D304,
        name: "CJK UNIFIED IDEOGRAPH-2D304",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D305,
        name: "CJK UNIFIED IDEOGRAPH-2D305",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D306,
        name: "CJK UNIFIED IDEOGRAPH-2D306",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D307,
        name: "CJK UNIFIED IDEOGRAPH-2D307",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D308,
        name: "CJK UNIFIED IDEOGRAPH-2D308",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D309,
        name: "CJK UNIFIED IDEOGRAPH-2D309",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D30A,
        name: "CJK UNIFIED IDEOGRAPH-2D30A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D30B,
        name: "CJK UNIFIED IDEOGRAPH-2D30B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D30C,
        name: "CJK UNIFIED IDEOGRAPH-2D30C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D30D,
        name: "CJK UNIFIED IDEOGRAPH-2D30D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D30E,
        name: "CJK UNIFIED IDEOGRAPH-2D30E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D30F,
        name: "CJK UNIFIED IDEOGRAPH-2D30F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D310,
        name: "CJK UNIFIED IDEOGRAPH-2D310",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D311,
        name: "CJK UNIFIED IDEOGRAPH-2D311",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D312,
        name: "CJK UNIFIED IDEOGRAPH-2D312",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D313,
        name: "CJK UNIFIED IDEOGRAPH-2D313",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D314,
        name: "CJK UNIFIED IDEOGRAPH-2D314",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D315,
        name: "CJK UNIFIED IDEOGRAPH-2D315",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D316,
        name: "CJK UNIFIED IDEOGRAPH-2D316",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D317,
        name: "CJK UNIFIED IDEOGRAPH-2D317",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D318,
        name: "CJK UNIFIED IDEOGRAPH-2D318",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D319,
        name: "CJK UNIFIED IDEOGRAPH-2D319",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D31A,
        name: "CJK UNIFIED IDEOGRAPH-2D31A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D31B,
        name: "CJK UNIFIED IDEOGRAPH-2D31B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D31C,
        name: "CJK UNIFIED IDEOGRAPH-2D31C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D31D,
        name: "CJK UNIFIED IDEOGRAPH-2D31D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D31E,
        name: "CJK UNIFIED IDEOGRAPH-2D31E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D31F,
        name: "CJK UNIFIED IDEOGRAPH-2D31F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D320,
        name: "CJK UNIFIED IDEOGRAPH-2D320",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D321,
        name: "CJK UNIFIED IDEOGRAPH-2D321",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D322,
        name: "CJK UNIFIED IDEOGRAPH-2D322",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D323,
        name: "CJK UNIFIED IDEOGRAPH-2D323",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D324,
        name: "CJK UNIFIED IDEOGRAPH-2D324",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D325,
        name: "CJK UNIFIED IDEOGRAPH-2D325",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D326,
        name: "CJK UNIFIED IDEOGRAPH-2D326",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D327,
        name: "CJK UNIFIED IDEOGRAPH-2D327",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D328,
        name: "CJK UNIFIED IDEOGRAPH-2D328",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D329,
        name: "CJK UNIFIED IDEOGRAPH-2D329",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D32A,
        name: "CJK UNIFIED IDEOGRAPH-2D32A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D32B,
        name: "CJK UNIFIED IDEOGRAPH-2D32B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D32C,
        name: "CJK UNIFIED IDEOGRAPH-2D32C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D32D,
        name: "CJK UNIFIED IDEOGRAPH-2D32D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D32E,
        name: "CJK UNIFIED IDEOGRAPH-2D32E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D32F,
        name: "CJK UNIFIED IDEOGRAPH-2D32F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D330,
        name: "CJK UNIFIED IDEOGRAPH-2D330",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D331,
        name: "CJK UNIFIED IDEOGRAPH-2D331",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D332,
        name: "CJK UNIFIED IDEOGRAPH-2D332",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D333,
        name: "CJK UNIFIED IDEOGRAPH-2D333",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D334,
        name: "CJK UNIFIED IDEOGRAPH-2D334",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D335,
        name: "CJK UNIFIED IDEOGRAPH-2D335",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D336,
        name: "CJK UNIFIED IDEOGRAPH-2D336",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D337,
        name: "CJK UNIFIED IDEOGRAPH-2D337",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D338,
        name: "CJK UNIFIED IDEOGRAPH-2D338",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D339,
        name: "CJK UNIFIED IDEOGRAPH-2D339",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D33A,
        name: "CJK UNIFIED IDEOGRAPH-2D33A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D33B,
        name: "CJK UNIFIED IDEOGRAPH-2D33B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D33C,
        name: "CJK UNIFIED IDEOGRAPH-2D33C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D33D,
        name: "CJK UNIFIED IDEOGRAPH-2D33D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D33E,
        name: "CJK UNIFIED IDEOGRAPH-2D33E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D33F,
        name: "CJK UNIFIED IDEOGRAPH-2D33F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D340,
        name: "CJK UNIFIED IDEOGRAPH-2D340",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D341,
        name: "CJK UNIFIED IDEOGRAPH-2D341",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D342,
        name: "CJK UNIFIED IDEOGRAPH-2D342",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D343,
        name: "CJK UNIFIED IDEOGRAPH-2D343",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D344,
        name: "CJK UNIFIED IDEOGRAPH-2D344",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D345,
        name: "CJK UNIFIED IDEOGRAPH-2D345",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D346,
        name: "CJK UNIFIED IDEOGRAPH-2D346",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D347,
        name: "CJK UNIFIED IDEOGRAPH-2D347",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D348,
        name: "CJK UNIFIED IDEOGRAPH-2D348",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D349,
        name: "CJK UNIFIED IDEOGRAPH-2D349",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D34A,
        name: "CJK UNIFIED IDEOGRAPH-2D34A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D34B,
        name: "CJK UNIFIED IDEOGRAPH-2D34B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D34C,
        name: "CJK UNIFIED IDEOGRAPH-2D34C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D34D,
        name: "CJK UNIFIED IDEOGRAPH-2D34D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D34E,
        name: "CJK UNIFIED IDEOGRAPH-2D34E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D34F,
        name: "CJK UNIFIED IDEOGRAPH-2D34F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D350,
        name: "CJK UNIFIED IDEOGRAPH-2D350",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D351,
        name: "CJK UNIFIED IDEOGRAPH-2D351",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D352,
        name: "CJK UNIFIED IDEOGRAPH-2D352",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D353,
        name: "CJK UNIFIED IDEOGRAPH-2D353",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D354,
        name: "CJK UNIFIED IDEOGRAPH-2D354",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D355,
        name: "CJK UNIFIED IDEOGRAPH-2D355",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D356,
        name: "CJK UNIFIED IDEOGRAPH-2D356",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D357,
        name: "CJK UNIFIED IDEOGRAPH-2D357",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D358,
        name: "CJK UNIFIED IDEOGRAPH-2D358",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D359,
        name: "CJK UNIFIED IDEOGRAPH-2D359",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D35A,
        name: "CJK UNIFIED IDEOGRAPH-2D35A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D35B,
        name: "CJK UNIFIED IDEOGRAPH-2D35B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D35C,
        name: "CJK UNIFIED IDEOGRAPH-2D35C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D35D,
        name: "CJK UNIFIED IDEOGRAPH-2D35D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D35E,
        name: "CJK UNIFIED IDEOGRAPH-2D35E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D35F,
        name: "CJK UNIFIED IDEOGRAPH-2D35F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D360,
        name: "CJK UNIFIED IDEOGRAPH-2D360",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D361,
        name: "CJK UNIFIED IDEOGRAPH-2D361",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D362,
        name: "CJK UNIFIED IDEOGRAPH-2D362",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D363,
        name: "CJK UNIFIED IDEOGRAPH-2D363",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D364,
        name: "CJK UNIFIED IDEOGRAPH-2D364",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D365,
        name: "CJK UNIFIED IDEOGRAPH-2D365",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D366,
        name: "CJK UNIFIED IDEOGRAPH-2D366",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D367,
        name: "CJK UNIFIED IDEOGRAPH-2D367",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D368,
        name: "CJK UNIFIED IDEOGRAPH-2D368",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D369,
        name: "CJK UNIFIED IDEOGRAPH-2D369",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D36A,
        name: "CJK UNIFIED IDEOGRAPH-2D36A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D36B,
        name: "CJK UNIFIED IDEOGRAPH-2D36B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D36C,
        name: "CJK UNIFIED IDEOGRAPH-2D36C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D36D,
        name: "CJK UNIFIED IDEOGRAPH-2D36D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D36E,
        name: "CJK UNIFIED IDEOGRAPH-2D36E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D36F,
        name: "CJK UNIFIED IDEOGRAPH-2D36F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D370,
        name: "CJK UNIFIED IDEOGRAPH-2D370",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D371,
        name: "CJK UNIFIED IDEOGRAPH-2D371",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D372,
        name: "CJK UNIFIED IDEOGRAPH-2D372",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D373,
        name: "CJK UNIFIED IDEOGRAPH-2D373",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D374,
        name: "CJK UNIFIED IDEOGRAPH-2D374",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D375,
        name: "CJK UNIFIED IDEOGRAPH-2D375",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D376,
        name: "CJK UNIFIED IDEOGRAPH-2D376",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D377,
        name: "CJK UNIFIED IDEOGRAPH-2D377",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D378,
        name: "CJK UNIFIED IDEOGRAPH-2D378",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D379,
        name: "CJK UNIFIED IDEOGRAPH-2D379",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D37A,
        name: "CJK UNIFIED IDEOGRAPH-2D37A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D37B,
        name: "CJK UNIFIED IDEOGRAPH-2D37B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D37C,
        name: "CJK UNIFIED IDEOGRAPH-2D37C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D37D,
        name: "CJK UNIFIED IDEOGRAPH-2D37D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D37E,
        name: "CJK UNIFIED IDEOGRAPH-2D37E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D37F,
        name: "CJK UNIFIED IDEOGRAPH-2D37F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D380,
        name: "CJK UNIFIED IDEOGRAPH-2D380",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D381,
        name: "CJK UNIFIED IDEOGRAPH-2D381",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D382,
        name: "CJK UNIFIED IDEOGRAPH-2D382",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D383,
        name: "CJK UNIFIED IDEOGRAPH-2D383",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D384,
        name: "CJK UNIFIED IDEOGRAPH-2D384",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D385,
        name: "CJK UNIFIED IDEOGRAPH-2D385",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D386,
        name: "CJK UNIFIED IDEOGRAPH-2D386",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D387,
        name: "CJK UNIFIED IDEOGRAPH-2D387",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D388,
        name: "CJK UNIFIED IDEOGRAPH-2D388",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D389,
        name: "CJK UNIFIED IDEOGRAPH-2D389",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D38A,
        name: "CJK UNIFIED IDEOGRAPH-2D38A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D38B,
        name: "CJK UNIFIED IDEOGRAPH-2D38B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D38C,
        name: "CJK UNIFIED IDEOGRAPH-2D38C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D38D,
        name: "CJK UNIFIED IDEOGRAPH-2D38D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D38E,
        name: "CJK UNIFIED IDEOGRAPH-2D38E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D38F,
        name: "CJK UNIFIED IDEOGRAPH-2D38F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D390,
        name: "CJK UNIFIED IDEOGRAPH-2D390",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D391,
        name: "CJK UNIFIED IDEOGRAPH-2D391",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D392,
        name: "CJK UNIFIED IDEOGRAPH-2D392",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D393,
        name: "CJK UNIFIED IDEOGRAPH-2D393",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D394,
        name: "CJK UNIFIED IDEOGRAPH-2D394",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D395,
        name: "CJK UNIFIED IDEOGRAPH-2D395",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D396,
        name: "CJK UNIFIED IDEOGRAPH-2D396",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D397,
        name: "CJK UNIFIED IDEOGRAPH-2D397",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D398,
        name: "CJK UNIFIED IDEOGRAPH-2D398",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D399,
        name: "CJK UNIFIED IDEOGRAPH-2D399",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D39A,
        name: "CJK UNIFIED IDEOGRAPH-2D39A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D39B,
        name: "CJK UNIFIED IDEOGRAPH-2D39B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D39C,
        name: "CJK UNIFIED IDEOGRAPH-2D39C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D39D,
        name: "CJK UNIFIED IDEOGRAPH-2D39D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D39E,
        name: "CJK UNIFIED IDEOGRAPH-2D39E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D39F,
        name: "CJK UNIFIED IDEOGRAPH-2D39F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A0,
        name: "CJK UNIFIED IDEOGRAPH-2D3A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A1,
        name: "CJK UNIFIED IDEOGRAPH-2D3A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A2,
        name: "CJK UNIFIED IDEOGRAPH-2D3A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A3,
        name: "CJK UNIFIED IDEOGRAPH-2D3A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A4,
        name: "CJK UNIFIED IDEOGRAPH-2D3A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A5,
        name: "CJK UNIFIED IDEOGRAPH-2D3A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A6,
        name: "CJK UNIFIED IDEOGRAPH-2D3A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A7,
        name: "CJK UNIFIED IDEOGRAPH-2D3A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A8,
        name: "CJK UNIFIED IDEOGRAPH-2D3A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3A9,
        name: "CJK UNIFIED IDEOGRAPH-2D3A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3AA,
        name: "CJK UNIFIED IDEOGRAPH-2D3AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3AB,
        name: "CJK UNIFIED IDEOGRAPH-2D3AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3AC,
        name: "CJK UNIFIED IDEOGRAPH-2D3AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3AD,
        name: "CJK UNIFIED IDEOGRAPH-2D3AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3AE,
        name: "CJK UNIFIED IDEOGRAPH-2D3AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3AF,
        name: "CJK UNIFIED IDEOGRAPH-2D3AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B0,
        name: "CJK UNIFIED IDEOGRAPH-2D3B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B1,
        name: "CJK UNIFIED IDEOGRAPH-2D3B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B2,
        name: "CJK UNIFIED IDEOGRAPH-2D3B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B3,
        name: "CJK UNIFIED IDEOGRAPH-2D3B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B4,
        name: "CJK UNIFIED IDEOGRAPH-2D3B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B5,
        name: "CJK UNIFIED IDEOGRAPH-2D3B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B6,
        name: "CJK UNIFIED IDEOGRAPH-2D3B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B7,
        name: "CJK UNIFIED IDEOGRAPH-2D3B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B8,
        name: "CJK UNIFIED IDEOGRAPH-2D3B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3B9,
        name: "CJK UNIFIED IDEOGRAPH-2D3B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3BA,
        name: "CJK UNIFIED IDEOGRAPH-2D3BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3BB,
        name: "CJK UNIFIED IDEOGRAPH-2D3BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3BC,
        name: "CJK UNIFIED IDEOGRAPH-2D3BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3BD,
        name: "CJK UNIFIED IDEOGRAPH-2D3BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3BE,
        name: "CJK UNIFIED IDEOGRAPH-2D3BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3BF,
        name: "CJK UNIFIED IDEOGRAPH-2D3BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C0,
        name: "CJK UNIFIED IDEOGRAPH-2D3C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C1,
        name: "CJK UNIFIED IDEOGRAPH-2D3C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C2,
        name: "CJK UNIFIED IDEOGRAPH-2D3C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C3,
        name: "CJK UNIFIED IDEOGRAPH-2D3C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C4,
        name: "CJK UNIFIED IDEOGRAPH-2D3C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C5,
        name: "CJK UNIFIED IDEOGRAPH-2D3C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C6,
        name: "CJK UNIFIED IDEOGRAPH-2D3C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C7,
        name: "CJK UNIFIED IDEOGRAPH-2D3C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C8,
        name: "CJK UNIFIED IDEOGRAPH-2D3C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3C9,
        name: "CJK UNIFIED IDEOGRAPH-2D3C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3CA,
        name: "CJK UNIFIED IDEOGRAPH-2D3CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3CB,
        name: "CJK UNIFIED IDEOGRAPH-2D3CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3CC,
        name: "CJK UNIFIED IDEOGRAPH-2D3CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3CD,
        name: "CJK UNIFIED IDEOGRAPH-2D3CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3CE,
        name: "CJK UNIFIED IDEOGRAPH-2D3CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3CF,
        name: "CJK UNIFIED IDEOGRAPH-2D3CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D0,
        name: "CJK UNIFIED IDEOGRAPH-2D3D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D1,
        name: "CJK UNIFIED IDEOGRAPH-2D3D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D2,
        name: "CJK UNIFIED IDEOGRAPH-2D3D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D3,
        name: "CJK UNIFIED IDEOGRAPH-2D3D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D4,
        name: "CJK UNIFIED IDEOGRAPH-2D3D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D5,
        name: "CJK UNIFIED IDEOGRAPH-2D3D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D6,
        name: "CJK UNIFIED IDEOGRAPH-2D3D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D7,
        name: "CJK UNIFIED IDEOGRAPH-2D3D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D8,
        name: "CJK UNIFIED IDEOGRAPH-2D3D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3D9,
        name: "CJK UNIFIED IDEOGRAPH-2D3D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3DA,
        name: "CJK UNIFIED IDEOGRAPH-2D3DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3DB,
        name: "CJK UNIFIED IDEOGRAPH-2D3DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3DC,
        name: "CJK UNIFIED IDEOGRAPH-2D3DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3DD,
        name: "CJK UNIFIED IDEOGRAPH-2D3DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3DE,
        name: "CJK UNIFIED IDEOGRAPH-2D3DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3DF,
        name: "CJK UNIFIED IDEOGRAPH-2D3DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E0,
        name: "CJK UNIFIED IDEOGRAPH-2D3E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E1,
        name: "CJK UNIFIED IDEOGRAPH-2D3E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E2,
        name: "CJK UNIFIED IDEOGRAPH-2D3E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E3,
        name: "CJK UNIFIED IDEOGRAPH-2D3E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E4,
        name: "CJK UNIFIED IDEOGRAPH-2D3E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E5,
        name: "CJK UNIFIED IDEOGRAPH-2D3E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E6,
        name: "CJK UNIFIED IDEOGRAPH-2D3E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E7,
        name: "CJK UNIFIED IDEOGRAPH-2D3E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E8,
        name: "CJK UNIFIED IDEOGRAPH-2D3E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3E9,
        name: "CJK UNIFIED IDEOGRAPH-2D3E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3EA,
        name: "CJK UNIFIED IDEOGRAPH-2D3EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3EB,
        name: "CJK UNIFIED IDEOGRAPH-2D3EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3EC,
        name: "CJK UNIFIED IDEOGRAPH-2D3EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3ED,
        name: "CJK UNIFIED IDEOGRAPH-2D3ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3EE,
        name: "CJK UNIFIED IDEOGRAPH-2D3EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3EF,
        name: "CJK UNIFIED IDEOGRAPH-2D3EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F0,
        name: "CJK UNIFIED IDEOGRAPH-2D3F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F1,
        name: "CJK UNIFIED IDEOGRAPH-2D3F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F2,
        name: "CJK UNIFIED IDEOGRAPH-2D3F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F3,
        name: "CJK UNIFIED IDEOGRAPH-2D3F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F4,
        name: "CJK UNIFIED IDEOGRAPH-2D3F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F5,
        name: "CJK UNIFIED IDEOGRAPH-2D3F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F6,
        name: "CJK UNIFIED IDEOGRAPH-2D3F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F7,
        name: "CJK UNIFIED IDEOGRAPH-2D3F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F8,
        name: "CJK UNIFIED IDEOGRAPH-2D3F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3F9,
        name: "CJK UNIFIED IDEOGRAPH-2D3F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3FA,
        name: "CJK UNIFIED IDEOGRAPH-2D3FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3FB,
        name: "CJK UNIFIED IDEOGRAPH-2D3FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3FC,
        name: "CJK UNIFIED IDEOGRAPH-2D3FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3FD,
        name: "CJK UNIFIED IDEOGRAPH-2D3FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3FE,
        name: "CJK UNIFIED IDEOGRAPH-2D3FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D3FF,
        name: "CJK UNIFIED IDEOGRAPH-2D3FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D400,
        name: "CJK UNIFIED IDEOGRAPH-2D400",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D401,
        name: "CJK UNIFIED IDEOGRAPH-2D401",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D402,
        name: "CJK UNIFIED IDEOGRAPH-2D402",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D403,
        name: "CJK UNIFIED IDEOGRAPH-2D403",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D404,
        name: "CJK UNIFIED IDEOGRAPH-2D404",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D405,
        name: "CJK UNIFIED IDEOGRAPH-2D405",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D406,
        name: "CJK UNIFIED IDEOGRAPH-2D406",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D407,
        name: "CJK UNIFIED IDEOGRAPH-2D407",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D408,
        name: "CJK UNIFIED IDEOGRAPH-2D408",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D409,
        name: "CJK UNIFIED IDEOGRAPH-2D409",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D40A,
        name: "CJK UNIFIED IDEOGRAPH-2D40A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D40B,
        name: "CJK UNIFIED IDEOGRAPH-2D40B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D40C,
        name: "CJK UNIFIED IDEOGRAPH-2D40C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D40D,
        name: "CJK UNIFIED IDEOGRAPH-2D40D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D40E,
        name: "CJK UNIFIED IDEOGRAPH-2D40E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D40F,
        name: "CJK UNIFIED IDEOGRAPH-2D40F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D410,
        name: "CJK UNIFIED IDEOGRAPH-2D410",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D411,
        name: "CJK UNIFIED IDEOGRAPH-2D411",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D412,
        name: "CJK UNIFIED IDEOGRAPH-2D412",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D413,
        name: "CJK UNIFIED IDEOGRAPH-2D413",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D414,
        name: "CJK UNIFIED IDEOGRAPH-2D414",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D415,
        name: "CJK UNIFIED IDEOGRAPH-2D415",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D416,
        name: "CJK UNIFIED IDEOGRAPH-2D416",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D417,
        name: "CJK UNIFIED IDEOGRAPH-2D417",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D418,
        name: "CJK UNIFIED IDEOGRAPH-2D418",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D419,
        name: "CJK UNIFIED IDEOGRAPH-2D419",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D41A,
        name: "CJK UNIFIED IDEOGRAPH-2D41A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D41B,
        name: "CJK UNIFIED IDEOGRAPH-2D41B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D41C,
        name: "CJK UNIFIED IDEOGRAPH-2D41C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D41D,
        name: "CJK UNIFIED IDEOGRAPH-2D41D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D41E,
        name: "CJK UNIFIED IDEOGRAPH-2D41E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D41F,
        name: "CJK UNIFIED IDEOGRAPH-2D41F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D420,
        name: "CJK UNIFIED IDEOGRAPH-2D420",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D421,
        name: "CJK UNIFIED IDEOGRAPH-2D421",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D422,
        name: "CJK UNIFIED IDEOGRAPH-2D422",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D423,
        name: "CJK UNIFIED IDEOGRAPH-2D423",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D424,
        name: "CJK UNIFIED IDEOGRAPH-2D424",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D425,
        name: "CJK UNIFIED IDEOGRAPH-2D425",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D426,
        name: "CJK UNIFIED IDEOGRAPH-2D426",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D427,
        name: "CJK UNIFIED IDEOGRAPH-2D427",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D428,
        name: "CJK UNIFIED IDEOGRAPH-2D428",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D429,
        name: "CJK UNIFIED IDEOGRAPH-2D429",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D42A,
        name: "CJK UNIFIED IDEOGRAPH-2D42A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D42B,
        name: "CJK UNIFIED IDEOGRAPH-2D42B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D42C,
        name: "CJK UNIFIED IDEOGRAPH-2D42C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D42D,
        name: "CJK UNIFIED IDEOGRAPH-2D42D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D42E,
        name: "CJK UNIFIED IDEOGRAPH-2D42E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D42F,
        name: "CJK UNIFIED IDEOGRAPH-2D42F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D430,
        name: "CJK UNIFIED IDEOGRAPH-2D430",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D431,
        name: "CJK UNIFIED IDEOGRAPH-2D431",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D432,
        name: "CJK UNIFIED IDEOGRAPH-2D432",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D433,
        name: "CJK UNIFIED IDEOGRAPH-2D433",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D434,
        name: "CJK UNIFIED IDEOGRAPH-2D434",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D435,
        name: "CJK UNIFIED IDEOGRAPH-2D435",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D436,
        name: "CJK UNIFIED IDEOGRAPH-2D436",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D437,
        name: "CJK UNIFIED IDEOGRAPH-2D437",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D438,
        name: "CJK UNIFIED IDEOGRAPH-2D438",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D439,
        name: "CJK UNIFIED IDEOGRAPH-2D439",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D43A,
        name: "CJK UNIFIED IDEOGRAPH-2D43A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D43B,
        name: "CJK UNIFIED IDEOGRAPH-2D43B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D43C,
        name: "CJK UNIFIED IDEOGRAPH-2D43C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D43D,
        name: "CJK UNIFIED IDEOGRAPH-2D43D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D43E,
        name: "CJK UNIFIED IDEOGRAPH-2D43E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D43F,
        name: "CJK UNIFIED IDEOGRAPH-2D43F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D440,
        name: "CJK UNIFIED IDEOGRAPH-2D440",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D441,
        name: "CJK UNIFIED IDEOGRAPH-2D441",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D442,
        name: "CJK UNIFIED IDEOGRAPH-2D442",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D443,
        name: "CJK UNIFIED IDEOGRAPH-2D443",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D444,
        name: "CJK UNIFIED IDEOGRAPH-2D444",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D445,
        name: "CJK UNIFIED IDEOGRAPH-2D445",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D446,
        name: "CJK UNIFIED IDEOGRAPH-2D446",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D447,
        name: "CJK UNIFIED IDEOGRAPH-2D447",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D448,
        name: "CJK UNIFIED IDEOGRAPH-2D448",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D449,
        name: "CJK UNIFIED IDEOGRAPH-2D449",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D44A,
        name: "CJK UNIFIED IDEOGRAPH-2D44A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D44B,
        name: "CJK UNIFIED IDEOGRAPH-2D44B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D44C,
        name: "CJK UNIFIED IDEOGRAPH-2D44C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D44D,
        name: "CJK UNIFIED IDEOGRAPH-2D44D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D44E,
        name: "CJK UNIFIED IDEOGRAPH-2D44E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D44F,
        name: "CJK UNIFIED IDEOGRAPH-2D44F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D450,
        name: "CJK UNIFIED IDEOGRAPH-2D450",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D451,
        name: "CJK UNIFIED IDEOGRAPH-2D451",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D452,
        name: "CJK UNIFIED IDEOGRAPH-2D452",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D453,
        name: "CJK UNIFIED IDEOGRAPH-2D453",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D454,
        name: "CJK UNIFIED IDEOGRAPH-2D454",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D455,
        name: "CJK UNIFIED IDEOGRAPH-2D455",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D456,
        name: "CJK UNIFIED IDEOGRAPH-2D456",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D457,
        name: "CJK UNIFIED IDEOGRAPH-2D457",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D458,
        name: "CJK UNIFIED IDEOGRAPH-2D458",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D459,
        name: "CJK UNIFIED IDEOGRAPH-2D459",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D45A,
        name: "CJK UNIFIED IDEOGRAPH-2D45A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D45B,
        name: "CJK UNIFIED IDEOGRAPH-2D45B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D45C,
        name: "CJK UNIFIED IDEOGRAPH-2D45C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D45D,
        name: "CJK UNIFIED IDEOGRAPH-2D45D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D45E,
        name: "CJK UNIFIED IDEOGRAPH-2D45E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D45F,
        name: "CJK UNIFIED IDEOGRAPH-2D45F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D460,
        name: "CJK UNIFIED IDEOGRAPH-2D460",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D461,
        name: "CJK UNIFIED IDEOGRAPH-2D461",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D462,
        name: "CJK UNIFIED IDEOGRAPH-2D462",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D463,
        name: "CJK UNIFIED IDEOGRAPH-2D463",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D464,
        name: "CJK UNIFIED IDEOGRAPH-2D464",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D465,
        name: "CJK UNIFIED IDEOGRAPH-2D465",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D466,
        name: "CJK UNIFIED IDEOGRAPH-2D466",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D467,
        name: "CJK UNIFIED IDEOGRAPH-2D467",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D468,
        name: "CJK UNIFIED IDEOGRAPH-2D468",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D469,
        name: "CJK UNIFIED IDEOGRAPH-2D469",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D46A,
        name: "CJK UNIFIED IDEOGRAPH-2D46A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D46B,
        name: "CJK UNIFIED IDEOGRAPH-2D46B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D46C,
        name: "CJK UNIFIED IDEOGRAPH-2D46C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D46D,
        name: "CJK UNIFIED IDEOGRAPH-2D46D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D46E,
        name: "CJK UNIFIED IDEOGRAPH-2D46E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D46F,
        name: "CJK UNIFIED IDEOGRAPH-2D46F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D470,
        name: "CJK UNIFIED IDEOGRAPH-2D470",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D471,
        name: "CJK UNIFIED IDEOGRAPH-2D471",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D472,
        name: "CJK UNIFIED IDEOGRAPH-2D472",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D473,
        name: "CJK UNIFIED IDEOGRAPH-2D473",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D474,
        name: "CJK UNIFIED IDEOGRAPH-2D474",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D475,
        name: "CJK UNIFIED IDEOGRAPH-2D475",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D476,
        name: "CJK UNIFIED IDEOGRAPH-2D476",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D477,
        name: "CJK UNIFIED IDEOGRAPH-2D477",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D478,
        name: "CJK UNIFIED IDEOGRAPH-2D478",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D479,
        name: "CJK UNIFIED IDEOGRAPH-2D479",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D47A,
        name: "CJK UNIFIED IDEOGRAPH-2D47A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D47B,
        name: "CJK UNIFIED IDEOGRAPH-2D47B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D47C,
        name: "CJK UNIFIED IDEOGRAPH-2D47C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D47D,
        name: "CJK UNIFIED IDEOGRAPH-2D47D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D47E,
        name: "CJK UNIFIED IDEOGRAPH-2D47E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D47F,
        name: "CJK UNIFIED IDEOGRAPH-2D47F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D480,
        name: "CJK UNIFIED IDEOGRAPH-2D480",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D481,
        name: "CJK UNIFIED IDEOGRAPH-2D481",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D482,
        name: "CJK UNIFIED IDEOGRAPH-2D482",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D483,
        name: "CJK UNIFIED IDEOGRAPH-2D483",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D484,
        name: "CJK UNIFIED IDEOGRAPH-2D484",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D485,
        name: "CJK UNIFIED IDEOGRAPH-2D485",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D486,
        name: "CJK UNIFIED IDEOGRAPH-2D486",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D487,
        name: "CJK UNIFIED IDEOGRAPH-2D487",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D488,
        name: "CJK UNIFIED IDEOGRAPH-2D488",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D489,
        name: "CJK UNIFIED IDEOGRAPH-2D489",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D48A,
        name: "CJK UNIFIED IDEOGRAPH-2D48A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D48B,
        name: "CJK UNIFIED IDEOGRAPH-2D48B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D48C,
        name: "CJK UNIFIED IDEOGRAPH-2D48C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D48D,
        name: "CJK UNIFIED IDEOGRAPH-2D48D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D48E,
        name: "CJK UNIFIED IDEOGRAPH-2D48E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D48F,
        name: "CJK UNIFIED IDEOGRAPH-2D48F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D490,
        name: "CJK UNIFIED IDEOGRAPH-2D490",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D491,
        name: "CJK UNIFIED IDEOGRAPH-2D491",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D492,
        name: "CJK UNIFIED IDEOGRAPH-2D492",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D493,
        name: "CJK UNIFIED IDEOGRAPH-2D493",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D494,
        name: "CJK UNIFIED IDEOGRAPH-2D494",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D495,
        name: "CJK UNIFIED IDEOGRAPH-2D495",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D496,
        name: "CJK UNIFIED IDEOGRAPH-2D496",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D497,
        name: "CJK UNIFIED IDEOGRAPH-2D497",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D498,
        name: "CJK UNIFIED IDEOGRAPH-2D498",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D499,
        name: "CJK UNIFIED IDEOGRAPH-2D499",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D49A,
        name: "CJK UNIFIED IDEOGRAPH-2D49A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D49B,
        name: "CJK UNIFIED IDEOGRAPH-2D49B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D49C,
        name: "CJK UNIFIED IDEOGRAPH-2D49C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D49D,
        name: "CJK UNIFIED IDEOGRAPH-2D49D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D49E,
        name: "CJK UNIFIED IDEOGRAPH-2D49E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D49F,
        name: "CJK UNIFIED IDEOGRAPH-2D49F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A0,
        name: "CJK UNIFIED IDEOGRAPH-2D4A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A1,
        name: "CJK UNIFIED IDEOGRAPH-2D4A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A2,
        name: "CJK UNIFIED IDEOGRAPH-2D4A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A3,
        name: "CJK UNIFIED IDEOGRAPH-2D4A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A4,
        name: "CJK UNIFIED IDEOGRAPH-2D4A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A5,
        name: "CJK UNIFIED IDEOGRAPH-2D4A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A6,
        name: "CJK UNIFIED IDEOGRAPH-2D4A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A7,
        name: "CJK UNIFIED IDEOGRAPH-2D4A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A8,
        name: "CJK UNIFIED IDEOGRAPH-2D4A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4A9,
        name: "CJK UNIFIED IDEOGRAPH-2D4A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4AA,
        name: "CJK UNIFIED IDEOGRAPH-2D4AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4AB,
        name: "CJK UNIFIED IDEOGRAPH-2D4AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4AC,
        name: "CJK UNIFIED IDEOGRAPH-2D4AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4AD,
        name: "CJK UNIFIED IDEOGRAPH-2D4AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4AE,
        name: "CJK UNIFIED IDEOGRAPH-2D4AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4AF,
        name: "CJK UNIFIED IDEOGRAPH-2D4AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B0,
        name: "CJK UNIFIED IDEOGRAPH-2D4B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B1,
        name: "CJK UNIFIED IDEOGRAPH-2D4B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B2,
        name: "CJK UNIFIED IDEOGRAPH-2D4B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B3,
        name: "CJK UNIFIED IDEOGRAPH-2D4B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B4,
        name: "CJK UNIFIED IDEOGRAPH-2D4B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B5,
        name: "CJK UNIFIED IDEOGRAPH-2D4B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B6,
        name: "CJK UNIFIED IDEOGRAPH-2D4B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B7,
        name: "CJK UNIFIED IDEOGRAPH-2D4B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B8,
        name: "CJK UNIFIED IDEOGRAPH-2D4B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4B9,
        name: "CJK UNIFIED IDEOGRAPH-2D4B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4BA,
        name: "CJK UNIFIED IDEOGRAPH-2D4BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4BB,
        name: "CJK UNIFIED IDEOGRAPH-2D4BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4BC,
        name: "CJK UNIFIED IDEOGRAPH-2D4BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4BD,
        name: "CJK UNIFIED IDEOGRAPH-2D4BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4BE,
        name: "CJK UNIFIED IDEOGRAPH-2D4BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4BF,
        name: "CJK UNIFIED IDEOGRAPH-2D4BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C0,
        name: "CJK UNIFIED IDEOGRAPH-2D4C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C1,
        name: "CJK UNIFIED IDEOGRAPH-2D4C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C2,
        name: "CJK UNIFIED IDEOGRAPH-2D4C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C3,
        name: "CJK UNIFIED IDEOGRAPH-2D4C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C4,
        name: "CJK UNIFIED IDEOGRAPH-2D4C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C5,
        name: "CJK UNIFIED IDEOGRAPH-2D4C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C6,
        name: "CJK UNIFIED IDEOGRAPH-2D4C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C7,
        name: "CJK UNIFIED IDEOGRAPH-2D4C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C8,
        name: "CJK UNIFIED IDEOGRAPH-2D4C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4C9,
        name: "CJK UNIFIED IDEOGRAPH-2D4C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4CA,
        name: "CJK UNIFIED IDEOGRAPH-2D4CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4CB,
        name: "CJK UNIFIED IDEOGRAPH-2D4CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4CC,
        name: "CJK UNIFIED IDEOGRAPH-2D4CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4CD,
        name: "CJK UNIFIED IDEOGRAPH-2D4CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4CE,
        name: "CJK UNIFIED IDEOGRAPH-2D4CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4CF,
        name: "CJK UNIFIED IDEOGRAPH-2D4CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D0,
        name: "CJK UNIFIED IDEOGRAPH-2D4D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D1,
        name: "CJK UNIFIED IDEOGRAPH-2D4D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D2,
        name: "CJK UNIFIED IDEOGRAPH-2D4D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D3,
        name: "CJK UNIFIED IDEOGRAPH-2D4D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D4,
        name: "CJK UNIFIED IDEOGRAPH-2D4D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D5,
        name: "CJK UNIFIED IDEOGRAPH-2D4D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D6,
        name: "CJK UNIFIED IDEOGRAPH-2D4D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D7,
        name: "CJK UNIFIED IDEOGRAPH-2D4D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D8,
        name: "CJK UNIFIED IDEOGRAPH-2D4D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4D9,
        name: "CJK UNIFIED IDEOGRAPH-2D4D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4DA,
        name: "CJK UNIFIED IDEOGRAPH-2D4DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4DB,
        name: "CJK UNIFIED IDEOGRAPH-2D4DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4DC,
        name: "CJK UNIFIED IDEOGRAPH-2D4DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4DD,
        name: "CJK UNIFIED IDEOGRAPH-2D4DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4DE,
        name: "CJK UNIFIED IDEOGRAPH-2D4DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4DF,
        name: "CJK UNIFIED IDEOGRAPH-2D4DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E0,
        name: "CJK UNIFIED IDEOGRAPH-2D4E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E1,
        name: "CJK UNIFIED IDEOGRAPH-2D4E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E2,
        name: "CJK UNIFIED IDEOGRAPH-2D4E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E3,
        name: "CJK UNIFIED IDEOGRAPH-2D4E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E4,
        name: "CJK UNIFIED IDEOGRAPH-2D4E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E5,
        name: "CJK UNIFIED IDEOGRAPH-2D4E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E6,
        name: "CJK UNIFIED IDEOGRAPH-2D4E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E7,
        name: "CJK UNIFIED IDEOGRAPH-2D4E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E8,
        name: "CJK UNIFIED IDEOGRAPH-2D4E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4E9,
        name: "CJK UNIFIED IDEOGRAPH-2D4E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4EA,
        name: "CJK UNIFIED IDEOGRAPH-2D4EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4EB,
        name: "CJK UNIFIED IDEOGRAPH-2D4EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4EC,
        name: "CJK UNIFIED IDEOGRAPH-2D4EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4ED,
        name: "CJK UNIFIED IDEOGRAPH-2D4ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4EE,
        name: "CJK UNIFIED IDEOGRAPH-2D4EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4EF,
        name: "CJK UNIFIED IDEOGRAPH-2D4EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F0,
        name: "CJK UNIFIED IDEOGRAPH-2D4F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F1,
        name: "CJK UNIFIED IDEOGRAPH-2D4F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F2,
        name: "CJK UNIFIED IDEOGRAPH-2D4F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F3,
        name: "CJK UNIFIED IDEOGRAPH-2D4F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F4,
        name: "CJK UNIFIED IDEOGRAPH-2D4F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F5,
        name: "CJK UNIFIED IDEOGRAPH-2D4F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F6,
        name: "CJK UNIFIED IDEOGRAPH-2D4F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F7,
        name: "CJK UNIFIED IDEOGRAPH-2D4F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F8,
        name: "CJK UNIFIED IDEOGRAPH-2D4F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4F9,
        name: "CJK UNIFIED IDEOGRAPH-2D4F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4FA,
        name: "CJK UNIFIED IDEOGRAPH-2D4FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4FB,
        name: "CJK UNIFIED IDEOGRAPH-2D4FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4FC,
        name: "CJK UNIFIED IDEOGRAPH-2D4FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4FD,
        name: "CJK UNIFIED IDEOGRAPH-2D4FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4FE,
        name: "CJK UNIFIED IDEOGRAPH-2D4FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D4FF,
        name: "CJK UNIFIED IDEOGRAPH-2D4FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D500,
        name: "CJK UNIFIED IDEOGRAPH-2D500",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D501,
        name: "CJK UNIFIED IDEOGRAPH-2D501",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D502,
        name: "CJK UNIFIED IDEOGRAPH-2D502",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D503,
        name: "CJK UNIFIED IDEOGRAPH-2D503",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D504,
        name: "CJK UNIFIED IDEOGRAPH-2D504",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D505,
        name: "CJK UNIFIED IDEOGRAPH-2D505",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D506,
        name: "CJK UNIFIED IDEOGRAPH-2D506",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D507,
        name: "CJK UNIFIED IDEOGRAPH-2D507",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D508,
        name: "CJK UNIFIED IDEOGRAPH-2D508",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D509,
        name: "CJK UNIFIED IDEOGRAPH-2D509",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D50A,
        name: "CJK UNIFIED IDEOGRAPH-2D50A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D50B,
        name: "CJK UNIFIED IDEOGRAPH-2D50B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D50C,
        name: "CJK UNIFIED IDEOGRAPH-2D50C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D50D,
        name: "CJK UNIFIED IDEOGRAPH-2D50D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D50E,
        name: "CJK UNIFIED IDEOGRAPH-2D50E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D50F,
        name: "CJK UNIFIED IDEOGRAPH-2D50F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D510,
        name: "CJK UNIFIED IDEOGRAPH-2D510",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D511,
        name: "CJK UNIFIED IDEOGRAPH-2D511",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D512,
        name: "CJK UNIFIED IDEOGRAPH-2D512",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D513,
        name: "CJK UNIFIED IDEOGRAPH-2D513",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D514,
        name: "CJK UNIFIED IDEOGRAPH-2D514",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D515,
        name: "CJK UNIFIED IDEOGRAPH-2D515",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D516,
        name: "CJK UNIFIED IDEOGRAPH-2D516",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D517,
        name: "CJK UNIFIED IDEOGRAPH-2D517",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D518,
        name: "CJK UNIFIED IDEOGRAPH-2D518",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D519,
        name: "CJK UNIFIED IDEOGRAPH-2D519",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D51A,
        name: "CJK UNIFIED IDEOGRAPH-2D51A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D51B,
        name: "CJK UNIFIED IDEOGRAPH-2D51B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D51C,
        name: "CJK UNIFIED IDEOGRAPH-2D51C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D51D,
        name: "CJK UNIFIED IDEOGRAPH-2D51D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D51E,
        name: "CJK UNIFIED IDEOGRAPH-2D51E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D51F,
        name: "CJK UNIFIED IDEOGRAPH-2D51F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D520,
        name: "CJK UNIFIED IDEOGRAPH-2D520",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D521,
        name: "CJK UNIFIED IDEOGRAPH-2D521",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D522,
        name: "CJK UNIFIED IDEOGRAPH-2D522",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D523,
        name: "CJK UNIFIED IDEOGRAPH-2D523",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D524,
        name: "CJK UNIFIED IDEOGRAPH-2D524",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D525,
        name: "CJK UNIFIED IDEOGRAPH-2D525",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D526,
        name: "CJK UNIFIED IDEOGRAPH-2D526",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D527,
        name: "CJK UNIFIED IDEOGRAPH-2D527",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D528,
        name: "CJK UNIFIED IDEOGRAPH-2D528",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D529,
        name: "CJK UNIFIED IDEOGRAPH-2D529",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D52A,
        name: "CJK UNIFIED IDEOGRAPH-2D52A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D52B,
        name: "CJK UNIFIED IDEOGRAPH-2D52B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D52C,
        name: "CJK UNIFIED IDEOGRAPH-2D52C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D52D,
        name: "CJK UNIFIED IDEOGRAPH-2D52D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D52E,
        name: "CJK UNIFIED IDEOGRAPH-2D52E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D52F,
        name: "CJK UNIFIED IDEOGRAPH-2D52F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D530,
        name: "CJK UNIFIED IDEOGRAPH-2D530",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D531,
        name: "CJK UNIFIED IDEOGRAPH-2D531",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D532,
        name: "CJK UNIFIED IDEOGRAPH-2D532",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D533,
        name: "CJK UNIFIED IDEOGRAPH-2D533",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D534,
        name: "CJK UNIFIED IDEOGRAPH-2D534",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D535,
        name: "CJK UNIFIED IDEOGRAPH-2D535",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D536,
        name: "CJK UNIFIED IDEOGRAPH-2D536",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D537,
        name: "CJK UNIFIED IDEOGRAPH-2D537",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D538,
        name: "CJK UNIFIED IDEOGRAPH-2D538",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D539,
        name: "CJK UNIFIED IDEOGRAPH-2D539",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D53A,
        name: "CJK UNIFIED IDEOGRAPH-2D53A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D53B,
        name: "CJK UNIFIED IDEOGRAPH-2D53B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D53C,
        name: "CJK UNIFIED IDEOGRAPH-2D53C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D53D,
        name: "CJK UNIFIED IDEOGRAPH-2D53D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D53E,
        name: "CJK UNIFIED IDEOGRAPH-2D53E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D53F,
        name: "CJK UNIFIED IDEOGRAPH-2D53F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D540,
        name: "CJK UNIFIED IDEOGRAPH-2D540",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D541,
        name: "CJK UNIFIED IDEOGRAPH-2D541",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D542,
        name: "CJK UNIFIED IDEOGRAPH-2D542",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D543,
        name: "CJK UNIFIED IDEOGRAPH-2D543",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D544,
        name: "CJK UNIFIED IDEOGRAPH-2D544",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D545,
        name: "CJK UNIFIED IDEOGRAPH-2D545",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D546,
        name: "CJK UNIFIED IDEOGRAPH-2D546",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D547,
        name: "CJK UNIFIED IDEOGRAPH-2D547",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D548,
        name: "CJK UNIFIED IDEOGRAPH-2D548",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D549,
        name: "CJK UNIFIED IDEOGRAPH-2D549",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D54A,
        name: "CJK UNIFIED IDEOGRAPH-2D54A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D54B,
        name: "CJK UNIFIED IDEOGRAPH-2D54B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D54C,
        name: "CJK UNIFIED IDEOGRAPH-2D54C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D54D,
        name: "CJK UNIFIED IDEOGRAPH-2D54D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D54E,
        name: "CJK UNIFIED IDEOGRAPH-2D54E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D54F,
        name: "CJK UNIFIED IDEOGRAPH-2D54F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D550,
        name: "CJK UNIFIED IDEOGRAPH-2D550",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D551,
        name: "CJK UNIFIED IDEOGRAPH-2D551",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D552,
        name: "CJK UNIFIED IDEOGRAPH-2D552",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D553,
        name: "CJK UNIFIED IDEOGRAPH-2D553",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D554,
        name: "CJK UNIFIED IDEOGRAPH-2D554",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D555,
        name: "CJK UNIFIED IDEOGRAPH-2D555",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D556,
        name: "CJK UNIFIED IDEOGRAPH-2D556",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D557,
        name: "CJK UNIFIED IDEOGRAPH-2D557",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D558,
        name: "CJK UNIFIED IDEOGRAPH-2D558",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D559,
        name: "CJK UNIFIED IDEOGRAPH-2D559",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D55A,
        name: "CJK UNIFIED IDEOGRAPH-2D55A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D55B,
        name: "CJK UNIFIED IDEOGRAPH-2D55B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D55C,
        name: "CJK UNIFIED IDEOGRAPH-2D55C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D55D,
        name: "CJK UNIFIED IDEOGRAPH-2D55D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D55E,
        name: "CJK UNIFIED IDEOGRAPH-2D55E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D55F,
        name: "CJK UNIFIED IDEOGRAPH-2D55F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D560,
        name: "CJK UNIFIED IDEOGRAPH-2D560",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D561,
        name: "CJK UNIFIED IDEOGRAPH-2D561",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D562,
        name: "CJK UNIFIED IDEOGRAPH-2D562",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D563,
        name: "CJK UNIFIED IDEOGRAPH-2D563",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D564,
        name: "CJK UNIFIED IDEOGRAPH-2D564",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D565,
        name: "CJK UNIFIED IDEOGRAPH-2D565",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D566,
        name: "CJK UNIFIED IDEOGRAPH-2D566",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D567,
        name: "CJK UNIFIED IDEOGRAPH-2D567",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D568,
        name: "CJK UNIFIED IDEOGRAPH-2D568",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D569,
        name: "CJK UNIFIED IDEOGRAPH-2D569",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D56A,
        name: "CJK UNIFIED IDEOGRAPH-2D56A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D56B,
        name: "CJK UNIFIED IDEOGRAPH-2D56B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D56C,
        name: "CJK UNIFIED IDEOGRAPH-2D56C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D56D,
        name: "CJK UNIFIED IDEOGRAPH-2D56D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D56E,
        name: "CJK UNIFIED IDEOGRAPH-2D56E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D56F,
        name: "CJK UNIFIED IDEOGRAPH-2D56F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D570,
        name: "CJK UNIFIED IDEOGRAPH-2D570",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D571,
        name: "CJK UNIFIED IDEOGRAPH-2D571",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D572,
        name: "CJK UNIFIED IDEOGRAPH-2D572",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D573,
        name: "CJK UNIFIED IDEOGRAPH-2D573",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D574,
        name: "CJK UNIFIED IDEOGRAPH-2D574",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D575,
        name: "CJK UNIFIED IDEOGRAPH-2D575",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D576,
        name: "CJK UNIFIED IDEOGRAPH-2D576",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D577,
        name: "CJK UNIFIED IDEOGRAPH-2D577",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D578,
        name: "CJK UNIFIED IDEOGRAPH-2D578",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D579,
        name: "CJK UNIFIED IDEOGRAPH-2D579",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D57A,
        name: "CJK UNIFIED IDEOGRAPH-2D57A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D57B,
        name: "CJK UNIFIED IDEOGRAPH-2D57B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D57C,
        name: "CJK UNIFIED IDEOGRAPH-2D57C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D57D,
        name: "CJK UNIFIED IDEOGRAPH-2D57D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D57E,
        name: "CJK UNIFIED IDEOGRAPH-2D57E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D57F,
        name: "CJK UNIFIED IDEOGRAPH-2D57F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D580,
        name: "CJK UNIFIED IDEOGRAPH-2D580",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D581,
        name: "CJK UNIFIED IDEOGRAPH-2D581",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D582,
        name: "CJK UNIFIED IDEOGRAPH-2D582",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D583,
        name: "CJK UNIFIED IDEOGRAPH-2D583",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D584,
        name: "CJK UNIFIED IDEOGRAPH-2D584",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D585,
        name: "CJK UNIFIED IDEOGRAPH-2D585",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D586,
        name: "CJK UNIFIED IDEOGRAPH-2D586",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D587,
        name: "CJK UNIFIED IDEOGRAPH-2D587",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D588,
        name: "CJK UNIFIED IDEOGRAPH-2D588",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D589,
        name: "CJK UNIFIED IDEOGRAPH-2D589",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D58A,
        name: "CJK UNIFIED IDEOGRAPH-2D58A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D58B,
        name: "CJK UNIFIED IDEOGRAPH-2D58B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D58C,
        name: "CJK UNIFIED IDEOGRAPH-2D58C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D58D,
        name: "CJK UNIFIED IDEOGRAPH-2D58D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D58E,
        name: "CJK UNIFIED IDEOGRAPH-2D58E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D58F,
        name: "CJK UNIFIED IDEOGRAPH-2D58F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D590,
        name: "CJK UNIFIED IDEOGRAPH-2D590",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D591,
        name: "CJK UNIFIED IDEOGRAPH-2D591",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D592,
        name: "CJK UNIFIED IDEOGRAPH-2D592",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D593,
        name: "CJK UNIFIED IDEOGRAPH-2D593",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D594,
        name: "CJK UNIFIED IDEOGRAPH-2D594",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D595,
        name: "CJK UNIFIED IDEOGRAPH-2D595",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D596,
        name: "CJK UNIFIED IDEOGRAPH-2D596",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D597,
        name: "CJK UNIFIED IDEOGRAPH-2D597",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D598,
        name: "CJK UNIFIED IDEOGRAPH-2D598",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D599,
        name: "CJK UNIFIED IDEOGRAPH-2D599",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D59A,
        name: "CJK UNIFIED IDEOGRAPH-2D59A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D59B,
        name: "CJK UNIFIED IDEOGRAPH-2D59B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D59C,
        name: "CJK UNIFIED IDEOGRAPH-2D59C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D59D,
        name: "CJK UNIFIED IDEOGRAPH-2D59D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D59E,
        name: "CJK UNIFIED IDEOGRAPH-2D59E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D59F,
        name: "CJK UNIFIED IDEOGRAPH-2D59F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A0,
        name: "CJK UNIFIED IDEOGRAPH-2D5A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A1,
        name: "CJK UNIFIED IDEOGRAPH-2D5A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A2,
        name: "CJK UNIFIED IDEOGRAPH-2D5A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A3,
        name: "CJK UNIFIED IDEOGRAPH-2D5A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A4,
        name: "CJK UNIFIED IDEOGRAPH-2D5A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A5,
        name: "CJK UNIFIED IDEOGRAPH-2D5A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A6,
        name: "CJK UNIFIED IDEOGRAPH-2D5A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A7,
        name: "CJK UNIFIED IDEOGRAPH-2D5A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A8,
        name: "CJK UNIFIED IDEOGRAPH-2D5A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5A9,
        name: "CJK UNIFIED IDEOGRAPH-2D5A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5AA,
        name: "CJK UNIFIED IDEOGRAPH-2D5AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5AB,
        name: "CJK UNIFIED IDEOGRAPH-2D5AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5AC,
        name: "CJK UNIFIED IDEOGRAPH-2D5AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5AD,
        name: "CJK UNIFIED IDEOGRAPH-2D5AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5AE,
        name: "CJK UNIFIED IDEOGRAPH-2D5AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5AF,
        name: "CJK UNIFIED IDEOGRAPH-2D5AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B0,
        name: "CJK UNIFIED IDEOGRAPH-2D5B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B1,
        name: "CJK UNIFIED IDEOGRAPH-2D5B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B2,
        name: "CJK UNIFIED IDEOGRAPH-2D5B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B3,
        name: "CJK UNIFIED IDEOGRAPH-2D5B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B4,
        name: "CJK UNIFIED IDEOGRAPH-2D5B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B5,
        name: "CJK UNIFIED IDEOGRAPH-2D5B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B6,
        name: "CJK UNIFIED IDEOGRAPH-2D5B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B7,
        name: "CJK UNIFIED IDEOGRAPH-2D5B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B8,
        name: "CJK UNIFIED IDEOGRAPH-2D5B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5B9,
        name: "CJK UNIFIED IDEOGRAPH-2D5B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5BA,
        name: "CJK UNIFIED IDEOGRAPH-2D5BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5BB,
        name: "CJK UNIFIED IDEOGRAPH-2D5BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5BC,
        name: "CJK UNIFIED IDEOGRAPH-2D5BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5BD,
        name: "CJK UNIFIED IDEOGRAPH-2D5BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5BE,
        name: "CJK UNIFIED IDEOGRAPH-2D5BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5BF,
        name: "CJK UNIFIED IDEOGRAPH-2D5BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C0,
        name: "CJK UNIFIED IDEOGRAPH-2D5C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C1,
        name: "CJK UNIFIED IDEOGRAPH-2D5C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C2,
        name: "CJK UNIFIED IDEOGRAPH-2D5C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C3,
        name: "CJK UNIFIED IDEOGRAPH-2D5C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C4,
        name: "CJK UNIFIED IDEOGRAPH-2D5C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C5,
        name: "CJK UNIFIED IDEOGRAPH-2D5C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C6,
        name: "CJK UNIFIED IDEOGRAPH-2D5C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C7,
        name: "CJK UNIFIED IDEOGRAPH-2D5C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C8,
        name: "CJK UNIFIED IDEOGRAPH-2D5C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5C9,
        name: "CJK UNIFIED IDEOGRAPH-2D5C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5CA,
        name: "CJK UNIFIED IDEOGRAPH-2D5CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5CB,
        name: "CJK UNIFIED IDEOGRAPH-2D5CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5CC,
        name: "CJK UNIFIED IDEOGRAPH-2D5CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5CD,
        name: "CJK UNIFIED IDEOGRAPH-2D5CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5CE,
        name: "CJK UNIFIED IDEOGRAPH-2D5CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5CF,
        name: "CJK UNIFIED IDEOGRAPH-2D5CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D0,
        name: "CJK UNIFIED IDEOGRAPH-2D5D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D1,
        name: "CJK UNIFIED IDEOGRAPH-2D5D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D2,
        name: "CJK UNIFIED IDEOGRAPH-2D5D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D3,
        name: "CJK UNIFIED IDEOGRAPH-2D5D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D4,
        name: "CJK UNIFIED IDEOGRAPH-2D5D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D5,
        name: "CJK UNIFIED IDEOGRAPH-2D5D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D6,
        name: "CJK UNIFIED IDEOGRAPH-2D5D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D7,
        name: "CJK UNIFIED IDEOGRAPH-2D5D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D8,
        name: "CJK UNIFIED IDEOGRAPH-2D5D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5D9,
        name: "CJK UNIFIED IDEOGRAPH-2D5D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5DA,
        name: "CJK UNIFIED IDEOGRAPH-2D5DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5DB,
        name: "CJK UNIFIED IDEOGRAPH-2D5DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5DC,
        name: "CJK UNIFIED IDEOGRAPH-2D5DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5DD,
        name: "CJK UNIFIED IDEOGRAPH-2D5DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5DE,
        name: "CJK UNIFIED IDEOGRAPH-2D5DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5DF,
        name: "CJK UNIFIED IDEOGRAPH-2D5DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E0,
        name: "CJK UNIFIED IDEOGRAPH-2D5E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E1,
        name: "CJK UNIFIED IDEOGRAPH-2D5E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E2,
        name: "CJK UNIFIED IDEOGRAPH-2D5E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E3,
        name: "CJK UNIFIED IDEOGRAPH-2D5E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E4,
        name: "CJK UNIFIED IDEOGRAPH-2D5E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E5,
        name: "CJK UNIFIED IDEOGRAPH-2D5E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E6,
        name: "CJK UNIFIED IDEOGRAPH-2D5E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E7,
        name: "CJK UNIFIED IDEOGRAPH-2D5E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E8,
        name: "CJK UNIFIED IDEOGRAPH-2D5E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5E9,
        name: "CJK UNIFIED IDEOGRAPH-2D5E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5EA,
        name: "CJK UNIFIED IDEOGRAPH-2D5EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5EB,
        name: "CJK UNIFIED IDEOGRAPH-2D5EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5EC,
        name: "CJK UNIFIED IDEOGRAPH-2D5EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5ED,
        name: "CJK UNIFIED IDEOGRAPH-2D5ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5EE,
        name: "CJK UNIFIED IDEOGRAPH-2D5EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5EF,
        name: "CJK UNIFIED IDEOGRAPH-2D5EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F0,
        name: "CJK UNIFIED IDEOGRAPH-2D5F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F1,
        name: "CJK UNIFIED IDEOGRAPH-2D5F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F2,
        name: "CJK UNIFIED IDEOGRAPH-2D5F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F3,
        name: "CJK UNIFIED IDEOGRAPH-2D5F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F4,
        name: "CJK UNIFIED IDEOGRAPH-2D5F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F5,
        name: "CJK UNIFIED IDEOGRAPH-2D5F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F6,
        name: "CJK UNIFIED IDEOGRAPH-2D5F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F7,
        name: "CJK UNIFIED IDEOGRAPH-2D5F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F8,
        name: "CJK UNIFIED IDEOGRAPH-2D5F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5F9,
        name: "CJK UNIFIED IDEOGRAPH-2D5F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5FA,
        name: "CJK UNIFIED IDEOGRAPH-2D5FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5FB,
        name: "CJK UNIFIED IDEOGRAPH-2D5FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5FC,
        name: "CJK UNIFIED IDEOGRAPH-2D5FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5FD,
        name: "CJK UNIFIED IDEOGRAPH-2D5FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5FE,
        name: "CJK UNIFIED IDEOGRAPH-2D5FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D5FF,
        name: "CJK UNIFIED IDEOGRAPH-2D5FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D600,
        name: "CJK UNIFIED IDEOGRAPH-2D600",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D601,
        name: "CJK UNIFIED IDEOGRAPH-2D601",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D602,
        name: "CJK UNIFIED IDEOGRAPH-2D602",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D603,
        name: "CJK UNIFIED IDEOGRAPH-2D603",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D604,
        name: "CJK UNIFIED IDEOGRAPH-2D604",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D605,
        name: "CJK UNIFIED IDEOGRAPH-2D605",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D606,
        name: "CJK UNIFIED IDEOGRAPH-2D606",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D607,
        name: "CJK UNIFIED IDEOGRAPH-2D607",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D608,
        name: "CJK UNIFIED IDEOGRAPH-2D608",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D609,
        name: "CJK UNIFIED IDEOGRAPH-2D609",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D60A,
        name: "CJK UNIFIED IDEOGRAPH-2D60A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D60B,
        name: "CJK UNIFIED IDEOGRAPH-2D60B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D60C,
        name: "CJK UNIFIED IDEOGRAPH-2D60C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D60D,
        name: "CJK UNIFIED IDEOGRAPH-2D60D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D60E,
        name: "CJK UNIFIED IDEOGRAPH-2D60E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D60F,
        name: "CJK UNIFIED IDEOGRAPH-2D60F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D610,
        name: "CJK UNIFIED IDEOGRAPH-2D610",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D611,
        name: "CJK UNIFIED IDEOGRAPH-2D611",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D612,
        name: "CJK UNIFIED IDEOGRAPH-2D612",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D613,
        name: "CJK UNIFIED IDEOGRAPH-2D613",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D614,
        name: "CJK UNIFIED IDEOGRAPH-2D614",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D615,
        name: "CJK UNIFIED IDEOGRAPH-2D615",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D616,
        name: "CJK UNIFIED IDEOGRAPH-2D616",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D617,
        name: "CJK UNIFIED IDEOGRAPH-2D617",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D618,
        name: "CJK UNIFIED IDEOGRAPH-2D618",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D619,
        name: "CJK UNIFIED IDEOGRAPH-2D619",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D61A,
        name: "CJK UNIFIED IDEOGRAPH-2D61A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D61B,
        name: "CJK UNIFIED IDEOGRAPH-2D61B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D61C,
        name: "CJK UNIFIED IDEOGRAPH-2D61C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D61D,
        name: "CJK UNIFIED IDEOGRAPH-2D61D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D61E,
        name: "CJK UNIFIED IDEOGRAPH-2D61E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D61F,
        name: "CJK UNIFIED IDEOGRAPH-2D61F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D620,
        name: "CJK UNIFIED IDEOGRAPH-2D620",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D621,
        name: "CJK UNIFIED IDEOGRAPH-2D621",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D622,
        name: "CJK UNIFIED IDEOGRAPH-2D622",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D623,
        name: "CJK UNIFIED IDEOGRAPH-2D623",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D624,
        name: "CJK UNIFIED IDEOGRAPH-2D624",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D625,
        name: "CJK UNIFIED IDEOGRAPH-2D625",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D626,
        name: "CJK UNIFIED IDEOGRAPH-2D626",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D627,
        name: "CJK UNIFIED IDEOGRAPH-2D627",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D628,
        name: "CJK UNIFIED IDEOGRAPH-2D628",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D629,
        name: "CJK UNIFIED IDEOGRAPH-2D629",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D62A,
        name: "CJK UNIFIED IDEOGRAPH-2D62A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D62B,
        name: "CJK UNIFIED IDEOGRAPH-2D62B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D62C,
        name: "CJK UNIFIED IDEOGRAPH-2D62C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D62D,
        name: "CJK UNIFIED IDEOGRAPH-2D62D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D62E,
        name: "CJK UNIFIED IDEOGRAPH-2D62E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D62F,
        name: "CJK UNIFIED IDEOGRAPH-2D62F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D630,
        name: "CJK UNIFIED IDEOGRAPH-2D630",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D631,
        name: "CJK UNIFIED IDEOGRAPH-2D631",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D632,
        name: "CJK UNIFIED IDEOGRAPH-2D632",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D633,
        name: "CJK UNIFIED IDEOGRAPH-2D633",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D634,
        name: "CJK UNIFIED IDEOGRAPH-2D634",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D635,
        name: "CJK UNIFIED IDEOGRAPH-2D635",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D636,
        name: "CJK UNIFIED IDEOGRAPH-2D636",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D637,
        name: "CJK UNIFIED IDEOGRAPH-2D637",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D638,
        name: "CJK UNIFIED IDEOGRAPH-2D638",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D639,
        name: "CJK UNIFIED IDEOGRAPH-2D639",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D63A,
        name: "CJK UNIFIED IDEOGRAPH-2D63A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D63B,
        name: "CJK UNIFIED IDEOGRAPH-2D63B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D63C,
        name: "CJK UNIFIED IDEOGRAPH-2D63C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D63D,
        name: "CJK UNIFIED IDEOGRAPH-2D63D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D63E,
        name: "CJK UNIFIED IDEOGRAPH-2D63E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D63F,
        name: "CJK UNIFIED IDEOGRAPH-2D63F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D640,
        name: "CJK UNIFIED IDEOGRAPH-2D640",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D641,
        name: "CJK UNIFIED IDEOGRAPH-2D641",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D642,
        name: "CJK UNIFIED IDEOGRAPH-2D642",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D643,
        name: "CJK UNIFIED IDEOGRAPH-2D643",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D644,
        name: "CJK UNIFIED IDEOGRAPH-2D644",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D645,
        name: "CJK UNIFIED IDEOGRAPH-2D645",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D646,
        name: "CJK UNIFIED IDEOGRAPH-2D646",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D647,
        name: "CJK UNIFIED IDEOGRAPH-2D647",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D648,
        name: "CJK UNIFIED IDEOGRAPH-2D648",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D649,
        name: "CJK UNIFIED IDEOGRAPH-2D649",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D64A,
        name: "CJK UNIFIED IDEOGRAPH-2D64A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D64B,
        name: "CJK UNIFIED IDEOGRAPH-2D64B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D64C,
        name: "CJK UNIFIED IDEOGRAPH-2D64C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D64D,
        name: "CJK UNIFIED IDEOGRAPH-2D64D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D64E,
        name: "CJK UNIFIED IDEOGRAPH-2D64E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D64F,
        name: "CJK UNIFIED IDEOGRAPH-2D64F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D650,
        name: "CJK UNIFIED IDEOGRAPH-2D650",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D651,
        name: "CJK UNIFIED IDEOGRAPH-2D651",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D652,
        name: "CJK UNIFIED IDEOGRAPH-2D652",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D653,
        name: "CJK UNIFIED IDEOGRAPH-2D653",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D654,
        name: "CJK UNIFIED IDEOGRAPH-2D654",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D655,
        name: "CJK UNIFIED IDEOGRAPH-2D655",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D656,
        name: "CJK UNIFIED IDEOGRAPH-2D656",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D657,
        name: "CJK UNIFIED IDEOGRAPH-2D657",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D658,
        name: "CJK UNIFIED IDEOGRAPH-2D658",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D659,
        name: "CJK UNIFIED IDEOGRAPH-2D659",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D65A,
        name: "CJK UNIFIED IDEOGRAPH-2D65A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D65B,
        name: "CJK UNIFIED IDEOGRAPH-2D65B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D65C,
        name: "CJK UNIFIED IDEOGRAPH-2D65C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D65D,
        name: "CJK UNIFIED IDEOGRAPH-2D65D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D65E,
        name: "CJK UNIFIED IDEOGRAPH-2D65E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D65F,
        name: "CJK UNIFIED IDEOGRAPH-2D65F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D660,
        name: "CJK UNIFIED IDEOGRAPH-2D660",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D661,
        name: "CJK UNIFIED IDEOGRAPH-2D661",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D662,
        name: "CJK UNIFIED IDEOGRAPH-2D662",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D663,
        name: "CJK UNIFIED IDEOGRAPH-2D663",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D664,
        name: "CJK UNIFIED IDEOGRAPH-2D664",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D665,
        name: "CJK UNIFIED IDEOGRAPH-2D665",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D666,
        name: "CJK UNIFIED IDEOGRAPH-2D666",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D667,
        name: "CJK UNIFIED IDEOGRAPH-2D667",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D668,
        name: "CJK UNIFIED IDEOGRAPH-2D668",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D669,
        name: "CJK UNIFIED IDEOGRAPH-2D669",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D66A,
        name: "CJK UNIFIED IDEOGRAPH-2D66A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D66B,
        name: "CJK UNIFIED IDEOGRAPH-2D66B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D66C,
        name: "CJK UNIFIED IDEOGRAPH-2D66C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D66D,
        name: "CJK UNIFIED IDEOGRAPH-2D66D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D66E,
        name: "CJK UNIFIED IDEOGRAPH-2D66E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D66F,
        name: "CJK UNIFIED IDEOGRAPH-2D66F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D670,
        name: "CJK UNIFIED IDEOGRAPH-2D670",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D671,
        name: "CJK UNIFIED IDEOGRAPH-2D671",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D672,
        name: "CJK UNIFIED IDEOGRAPH-2D672",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D673,
        name: "CJK UNIFIED IDEOGRAPH-2D673",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D674,
        name: "CJK UNIFIED IDEOGRAPH-2D674",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D675,
        name: "CJK UNIFIED IDEOGRAPH-2D675",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D676,
        name: "CJK UNIFIED IDEOGRAPH-2D676",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D677,
        name: "CJK UNIFIED IDEOGRAPH-2D677",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D678,
        name: "CJK UNIFIED IDEOGRAPH-2D678",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D679,
        name: "CJK UNIFIED IDEOGRAPH-2D679",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D67A,
        name: "CJK UNIFIED IDEOGRAPH-2D67A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D67B,
        name: "CJK UNIFIED IDEOGRAPH-2D67B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D67C,
        name: "CJK UNIFIED IDEOGRAPH-2D67C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D67D,
        name: "CJK UNIFIED IDEOGRAPH-2D67D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D67E,
        name: "CJK UNIFIED IDEOGRAPH-2D67E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D67F,
        name: "CJK UNIFIED IDEOGRAPH-2D67F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D680,
        name: "CJK UNIFIED IDEOGRAPH-2D680",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D681,
        name: "CJK UNIFIED IDEOGRAPH-2D681",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D682,
        name: "CJK UNIFIED IDEOGRAPH-2D682",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D683,
        name: "CJK UNIFIED IDEOGRAPH-2D683",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D684,
        name: "CJK UNIFIED IDEOGRAPH-2D684",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D685,
        name: "CJK UNIFIED IDEOGRAPH-2D685",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D686,
        name: "CJK UNIFIED IDEOGRAPH-2D686",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D687,
        name: "CJK UNIFIED IDEOGRAPH-2D687",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D688,
        name: "CJK UNIFIED IDEOGRAPH-2D688",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D689,
        name: "CJK UNIFIED IDEOGRAPH-2D689",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D68A,
        name: "CJK UNIFIED IDEOGRAPH-2D68A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D68B,
        name: "CJK UNIFIED IDEOGRAPH-2D68B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D68C,
        name: "CJK UNIFIED IDEOGRAPH-2D68C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D68D,
        name: "CJK UNIFIED IDEOGRAPH-2D68D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D68E,
        name: "CJK UNIFIED IDEOGRAPH-2D68E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D68F,
        name: "CJK UNIFIED IDEOGRAPH-2D68F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D690,
        name: "CJK UNIFIED IDEOGRAPH-2D690",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D691,
        name: "CJK UNIFIED IDEOGRAPH-2D691",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D692,
        name: "CJK UNIFIED IDEOGRAPH-2D692",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D693,
        name: "CJK UNIFIED IDEOGRAPH-2D693",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D694,
        name: "CJK UNIFIED IDEOGRAPH-2D694",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D695,
        name: "CJK UNIFIED IDEOGRAPH-2D695",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D696,
        name: "CJK UNIFIED IDEOGRAPH-2D696",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D697,
        name: "CJK UNIFIED IDEOGRAPH-2D697",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D698,
        name: "CJK UNIFIED IDEOGRAPH-2D698",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D699,
        name: "CJK UNIFIED IDEOGRAPH-2D699",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D69A,
        name: "CJK UNIFIED IDEOGRAPH-2D69A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D69B,
        name: "CJK UNIFIED IDEOGRAPH-2D69B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D69C,
        name: "CJK UNIFIED IDEOGRAPH-2D69C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D69D,
        name: "CJK UNIFIED IDEOGRAPH-2D69D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D69E,
        name: "CJK UNIFIED IDEOGRAPH-2D69E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D69F,
        name: "CJK UNIFIED IDEOGRAPH-2D69F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A0,
        name: "CJK UNIFIED IDEOGRAPH-2D6A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A1,
        name: "CJK UNIFIED IDEOGRAPH-2D6A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A2,
        name: "CJK UNIFIED IDEOGRAPH-2D6A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A3,
        name: "CJK UNIFIED IDEOGRAPH-2D6A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A4,
        name: "CJK UNIFIED IDEOGRAPH-2D6A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A5,
        name: "CJK UNIFIED IDEOGRAPH-2D6A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A6,
        name: "CJK UNIFIED IDEOGRAPH-2D6A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A7,
        name: "CJK UNIFIED IDEOGRAPH-2D6A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A8,
        name: "CJK UNIFIED IDEOGRAPH-2D6A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6A9,
        name: "CJK UNIFIED IDEOGRAPH-2D6A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6AA,
        name: "CJK UNIFIED IDEOGRAPH-2D6AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6AB,
        name: "CJK UNIFIED IDEOGRAPH-2D6AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6AC,
        name: "CJK UNIFIED IDEOGRAPH-2D6AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6AD,
        name: "CJK UNIFIED IDEOGRAPH-2D6AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6AE,
        name: "CJK UNIFIED IDEOGRAPH-2D6AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6AF,
        name: "CJK UNIFIED IDEOGRAPH-2D6AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B0,
        name: "CJK UNIFIED IDEOGRAPH-2D6B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B1,
        name: "CJK UNIFIED IDEOGRAPH-2D6B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B2,
        name: "CJK UNIFIED IDEOGRAPH-2D6B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B3,
        name: "CJK UNIFIED IDEOGRAPH-2D6B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B4,
        name: "CJK UNIFIED IDEOGRAPH-2D6B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B5,
        name: "CJK UNIFIED IDEOGRAPH-2D6B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B6,
        name: "CJK UNIFIED IDEOGRAPH-2D6B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B7,
        name: "CJK UNIFIED IDEOGRAPH-2D6B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B8,
        name: "CJK UNIFIED IDEOGRAPH-2D6B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6B9,
        name: "CJK UNIFIED IDEOGRAPH-2D6B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6BA,
        name: "CJK UNIFIED IDEOGRAPH-2D6BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6BB,
        name: "CJK UNIFIED IDEOGRAPH-2D6BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6BC,
        name: "CJK UNIFIED IDEOGRAPH-2D6BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6BD,
        name: "CJK UNIFIED IDEOGRAPH-2D6BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6BE,
        name: "CJK UNIFIED IDEOGRAPH-2D6BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6BF,
        name: "CJK UNIFIED IDEOGRAPH-2D6BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C0,
        name: "CJK UNIFIED IDEOGRAPH-2D6C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C1,
        name: "CJK UNIFIED IDEOGRAPH-2D6C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C2,
        name: "CJK UNIFIED IDEOGRAPH-2D6C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C3,
        name: "CJK UNIFIED IDEOGRAPH-2D6C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C4,
        name: "CJK UNIFIED IDEOGRAPH-2D6C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C5,
        name: "CJK UNIFIED IDEOGRAPH-2D6C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C6,
        name: "CJK UNIFIED IDEOGRAPH-2D6C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C7,
        name: "CJK UNIFIED IDEOGRAPH-2D6C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C8,
        name: "CJK UNIFIED IDEOGRAPH-2D6C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6C9,
        name: "CJK UNIFIED IDEOGRAPH-2D6C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6CA,
        name: "CJK UNIFIED IDEOGRAPH-2D6CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6CB,
        name: "CJK UNIFIED IDEOGRAPH-2D6CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6CC,
        name: "CJK UNIFIED IDEOGRAPH-2D6CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6CD,
        name: "CJK UNIFIED IDEOGRAPH-2D6CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6CE,
        name: "CJK UNIFIED IDEOGRAPH-2D6CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6CF,
        name: "CJK UNIFIED IDEOGRAPH-2D6CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D0,
        name: "CJK UNIFIED IDEOGRAPH-2D6D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D1,
        name: "CJK UNIFIED IDEOGRAPH-2D6D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D2,
        name: "CJK UNIFIED IDEOGRAPH-2D6D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D3,
        name: "CJK UNIFIED IDEOGRAPH-2D6D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D4,
        name: "CJK UNIFIED IDEOGRAPH-2D6D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D5,
        name: "CJK UNIFIED IDEOGRAPH-2D6D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D6,
        name: "CJK UNIFIED IDEOGRAPH-2D6D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D7,
        name: "CJK UNIFIED IDEOGRAPH-2D6D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D8,
        name: "CJK UNIFIED IDEOGRAPH-2D6D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6D9,
        name: "CJK UNIFIED IDEOGRAPH-2D6D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6DA,
        name: "CJK UNIFIED IDEOGRAPH-2D6DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6DB,
        name: "CJK UNIFIED IDEOGRAPH-2D6DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6DC,
        name: "CJK UNIFIED IDEOGRAPH-2D6DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6DD,
        name: "CJK UNIFIED IDEOGRAPH-2D6DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6DE,
        name: "CJK UNIFIED IDEOGRAPH-2D6DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6DF,
        name: "CJK UNIFIED IDEOGRAPH-2D6DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E0,
        name: "CJK UNIFIED IDEOGRAPH-2D6E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E1,
        name: "CJK UNIFIED IDEOGRAPH-2D6E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E2,
        name: "CJK UNIFIED IDEOGRAPH-2D6E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E3,
        name: "CJK UNIFIED IDEOGRAPH-2D6E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E4,
        name: "CJK UNIFIED IDEOGRAPH-2D6E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E5,
        name: "CJK UNIFIED IDEOGRAPH-2D6E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E6,
        name: "CJK UNIFIED IDEOGRAPH-2D6E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E7,
        name: "CJK UNIFIED IDEOGRAPH-2D6E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E8,
        name: "CJK UNIFIED IDEOGRAPH-2D6E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6E9,
        name: "CJK UNIFIED IDEOGRAPH-2D6E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6EA,
        name: "CJK UNIFIED IDEOGRAPH-2D6EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6EB,
        name: "CJK UNIFIED IDEOGRAPH-2D6EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6EC,
        name: "CJK UNIFIED IDEOGRAPH-2D6EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6ED,
        name: "CJK UNIFIED IDEOGRAPH-2D6ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6EE,
        name: "CJK UNIFIED IDEOGRAPH-2D6EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6EF,
        name: "CJK UNIFIED IDEOGRAPH-2D6EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F0,
        name: "CJK UNIFIED IDEOGRAPH-2D6F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F1,
        name: "CJK UNIFIED IDEOGRAPH-2D6F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F2,
        name: "CJK UNIFIED IDEOGRAPH-2D6F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F3,
        name: "CJK UNIFIED IDEOGRAPH-2D6F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F4,
        name: "CJK UNIFIED IDEOGRAPH-2D6F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F5,
        name: "CJK UNIFIED IDEOGRAPH-2D6F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F6,
        name: "CJK UNIFIED IDEOGRAPH-2D6F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F7,
        name: "CJK UNIFIED IDEOGRAPH-2D6F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F8,
        name: "CJK UNIFIED IDEOGRAPH-2D6F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6F9,
        name: "CJK UNIFIED IDEOGRAPH-2D6F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6FA,
        name: "CJK UNIFIED IDEOGRAPH-2D6FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6FB,
        name: "CJK UNIFIED IDEOGRAPH-2D6FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6FC,
        name: "CJK UNIFIED IDEOGRAPH-2D6FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6FD,
        name: "CJK UNIFIED IDEOGRAPH-2D6FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6FE,
        name: "CJK UNIFIED IDEOGRAPH-2D6FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D6FF,
        name: "CJK UNIFIED IDEOGRAPH-2D6FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D700,
        name: "CJK UNIFIED IDEOGRAPH-2D700",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D701,
        name: "CJK UNIFIED IDEOGRAPH-2D701",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D702,
        name: "CJK UNIFIED IDEOGRAPH-2D702",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D703,
        name: "CJK UNIFIED IDEOGRAPH-2D703",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D704,
        name: "CJK UNIFIED IDEOGRAPH-2D704",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D705,
        name: "CJK UNIFIED IDEOGRAPH-2D705",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D706,
        name: "CJK UNIFIED IDEOGRAPH-2D706",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D707,
        name: "CJK UNIFIED IDEOGRAPH-2D707",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D708,
        name: "CJK UNIFIED IDEOGRAPH-2D708",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D709,
        name: "CJK UNIFIED IDEOGRAPH-2D709",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D70A,
        name: "CJK UNIFIED IDEOGRAPH-2D70A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D70B,
        name: "CJK UNIFIED IDEOGRAPH-2D70B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D70C,
        name: "CJK UNIFIED IDEOGRAPH-2D70C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D70D,
        name: "CJK UNIFIED IDEOGRAPH-2D70D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D70E,
        name: "CJK UNIFIED IDEOGRAPH-2D70E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D70F,
        name: "CJK UNIFIED IDEOGRAPH-2D70F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D710,
        name: "CJK UNIFIED IDEOGRAPH-2D710",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D711,
        name: "CJK UNIFIED IDEOGRAPH-2D711",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D712,
        name: "CJK UNIFIED IDEOGRAPH-2D712",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D713,
        name: "CJK UNIFIED IDEOGRAPH-2D713",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D714,
        name: "CJK UNIFIED IDEOGRAPH-2D714",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D715,
        name: "CJK UNIFIED IDEOGRAPH-2D715",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D716,
        name: "CJK UNIFIED IDEOGRAPH-2D716",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D717,
        name: "CJK UNIFIED IDEOGRAPH-2D717",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D718,
        name: "CJK UNIFIED IDEOGRAPH-2D718",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D719,
        name: "CJK UNIFIED IDEOGRAPH-2D719",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D71A,
        name: "CJK UNIFIED IDEOGRAPH-2D71A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D71B,
        name: "CJK UNIFIED IDEOGRAPH-2D71B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D71C,
        name: "CJK UNIFIED IDEOGRAPH-2D71C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D71D,
        name: "CJK UNIFIED IDEOGRAPH-2D71D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D71E,
        name: "CJK UNIFIED IDEOGRAPH-2D71E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D71F,
        name: "CJK UNIFIED IDEOGRAPH-2D71F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D720,
        name: "CJK UNIFIED IDEOGRAPH-2D720",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D721,
        name: "CJK UNIFIED IDEOGRAPH-2D721",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D722,
        name: "CJK UNIFIED IDEOGRAPH-2D722",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D723,
        name: "CJK UNIFIED IDEOGRAPH-2D723",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D724,
        name: "CJK UNIFIED IDEOGRAPH-2D724",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D725,
        name: "CJK UNIFIED IDEOGRAPH-2D725",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D726,
        name: "CJK UNIFIED IDEOGRAPH-2D726",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D727,
        name: "CJK UNIFIED IDEOGRAPH-2D727",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D728,
        name: "CJK UNIFIED IDEOGRAPH-2D728",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D729,
        name: "CJK UNIFIED IDEOGRAPH-2D729",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D72A,
        name: "CJK UNIFIED IDEOGRAPH-2D72A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D72B,
        name: "CJK UNIFIED IDEOGRAPH-2D72B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D72C,
        name: "CJK UNIFIED IDEOGRAPH-2D72C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D72D,
        name: "CJK UNIFIED IDEOGRAPH-2D72D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D72E,
        name: "CJK UNIFIED IDEOGRAPH-2D72E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D72F,
        name: "CJK UNIFIED IDEOGRAPH-2D72F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D730,
        name: "CJK UNIFIED IDEOGRAPH-2D730",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D731,
        name: "CJK UNIFIED IDEOGRAPH-2D731",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D732,
        name: "CJK UNIFIED IDEOGRAPH-2D732",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D733,
        name: "CJK UNIFIED IDEOGRAPH-2D733",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D734,
        name: "CJK UNIFIED IDEOGRAPH-2D734",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D735,
        name: "CJK UNIFIED IDEOGRAPH-2D735",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D736,
        name: "CJK UNIFIED IDEOGRAPH-2D736",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D737,
        name: "CJK UNIFIED IDEOGRAPH-2D737",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D738,
        name: "CJK UNIFIED IDEOGRAPH-2D738",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D739,
        name: "CJK UNIFIED IDEOGRAPH-2D739",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D73A,
        name: "CJK UNIFIED IDEOGRAPH-2D73A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D73B,
        name: "CJK UNIFIED IDEOGRAPH-2D73B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D73C,
        name: "CJK UNIFIED IDEOGRAPH-2D73C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D73D,
        name: "CJK UNIFIED IDEOGRAPH-2D73D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D73E,
        name: "CJK UNIFIED IDEOGRAPH-2D73E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D73F,
        name: "CJK UNIFIED IDEOGRAPH-2D73F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D740,
        name: "CJK UNIFIED IDEOGRAPH-2D740",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D741,
        name: "CJK UNIFIED IDEOGRAPH-2D741",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D742,
        name: "CJK UNIFIED IDEOGRAPH-2D742",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D743,
        name: "CJK UNIFIED IDEOGRAPH-2D743",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D744,
        name: "CJK UNIFIED IDEOGRAPH-2D744",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D745,
        name: "CJK UNIFIED IDEOGRAPH-2D745",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D746,
        name: "CJK UNIFIED IDEOGRAPH-2D746",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D747,
        name: "CJK UNIFIED IDEOGRAPH-2D747",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D748,
        name: "CJK UNIFIED IDEOGRAPH-2D748",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D749,
        name: "CJK UNIFIED IDEOGRAPH-2D749",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D74A,
        name: "CJK UNIFIED IDEOGRAPH-2D74A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D74B,
        name: "CJK UNIFIED IDEOGRAPH-2D74B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D74C,
        name: "CJK UNIFIED IDEOGRAPH-2D74C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D74D,
        name: "CJK UNIFIED IDEOGRAPH-2D74D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D74E,
        name: "CJK UNIFIED IDEOGRAPH-2D74E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D74F,
        name: "CJK UNIFIED IDEOGRAPH-2D74F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D750,
        name: "CJK UNIFIED IDEOGRAPH-2D750",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D751,
        name: "CJK UNIFIED IDEOGRAPH-2D751",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D752,
        name: "CJK UNIFIED IDEOGRAPH-2D752",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D753,
        name: "CJK UNIFIED IDEOGRAPH-2D753",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D754,
        name: "CJK UNIFIED IDEOGRAPH-2D754",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D755,
        name: "CJK UNIFIED IDEOGRAPH-2D755",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D756,
        name: "CJK UNIFIED IDEOGRAPH-2D756",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D757,
        name: "CJK UNIFIED IDEOGRAPH-2D757",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D758,
        name: "CJK UNIFIED IDEOGRAPH-2D758",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D759,
        name: "CJK UNIFIED IDEOGRAPH-2D759",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D75A,
        name: "CJK UNIFIED IDEOGRAPH-2D75A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D75B,
        name: "CJK UNIFIED IDEOGRAPH-2D75B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D75C,
        name: "CJK UNIFIED IDEOGRAPH-2D75C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D75D,
        name: "CJK UNIFIED IDEOGRAPH-2D75D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D75E,
        name: "CJK UNIFIED IDEOGRAPH-2D75E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D75F,
        name: "CJK UNIFIED IDEOGRAPH-2D75F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D760,
        name: "CJK UNIFIED IDEOGRAPH-2D760",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D761,
        name: "CJK UNIFIED IDEOGRAPH-2D761",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D762,
        name: "CJK UNIFIED IDEOGRAPH-2D762",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D763,
        name: "CJK UNIFIED IDEOGRAPH-2D763",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D764,
        name: "CJK UNIFIED IDEOGRAPH-2D764",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D765,
        name: "CJK UNIFIED IDEOGRAPH-2D765",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D766,
        name: "CJK UNIFIED IDEOGRAPH-2D766",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D767,
        name: "CJK UNIFIED IDEOGRAPH-2D767",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D768,
        name: "CJK UNIFIED IDEOGRAPH-2D768",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D769,
        name: "CJK UNIFIED IDEOGRAPH-2D769",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D76A,
        name: "CJK UNIFIED IDEOGRAPH-2D76A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D76B,
        name: "CJK UNIFIED IDEOGRAPH-2D76B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D76C,
        name: "CJK UNIFIED IDEOGRAPH-2D76C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D76D,
        name: "CJK UNIFIED IDEOGRAPH-2D76D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D76E,
        name: "CJK UNIFIED IDEOGRAPH-2D76E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D76F,
        name: "CJK UNIFIED IDEOGRAPH-2D76F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D770,
        name: "CJK UNIFIED IDEOGRAPH-2D770",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D771,
        name: "CJK UNIFIED IDEOGRAPH-2D771",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D772,
        name: "CJK UNIFIED IDEOGRAPH-2D772",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D773,
        name: "CJK UNIFIED IDEOGRAPH-2D773",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D774,
        name: "CJK UNIFIED IDEOGRAPH-2D774",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D775,
        name: "CJK UNIFIED IDEOGRAPH-2D775",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D776,
        name: "CJK UNIFIED IDEOGRAPH-2D776",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D777,
        name: "CJK UNIFIED IDEOGRAPH-2D777",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D778,
        name: "CJK UNIFIED IDEOGRAPH-2D778",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D779,
        name: "CJK UNIFIED IDEOGRAPH-2D779",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D77A,
        name: "CJK UNIFIED IDEOGRAPH-2D77A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D77B,
        name: "CJK UNIFIED IDEOGRAPH-2D77B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D77C,
        name: "CJK UNIFIED IDEOGRAPH-2D77C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D77D,
        name: "CJK UNIFIED IDEOGRAPH-2D77D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D77E,
        name: "CJK UNIFIED IDEOGRAPH-2D77E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D77F,
        name: "CJK UNIFIED IDEOGRAPH-2D77F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D780,
        name: "CJK UNIFIED IDEOGRAPH-2D780",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D781,
        name: "CJK UNIFIED IDEOGRAPH-2D781",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D782,
        name: "CJK UNIFIED IDEOGRAPH-2D782",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D783,
        name: "CJK UNIFIED IDEOGRAPH-2D783",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D784,
        name: "CJK UNIFIED IDEOGRAPH-2D784",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D785,
        name: "CJK UNIFIED IDEOGRAPH-2D785",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D786,
        name: "CJK UNIFIED IDEOGRAPH-2D786",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D787,
        name: "CJK UNIFIED IDEOGRAPH-2D787",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D788,
        name: "CJK UNIFIED IDEOGRAPH-2D788",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D789,
        name: "CJK UNIFIED IDEOGRAPH-2D789",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D78A,
        name: "CJK UNIFIED IDEOGRAPH-2D78A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D78B,
        name: "CJK UNIFIED IDEOGRAPH-2D78B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D78C,
        name: "CJK UNIFIED IDEOGRAPH-2D78C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D78D,
        name: "CJK UNIFIED IDEOGRAPH-2D78D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D78E,
        name: "CJK UNIFIED IDEOGRAPH-2D78E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D78F,
        name: "CJK UNIFIED IDEOGRAPH-2D78F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D790,
        name: "CJK UNIFIED IDEOGRAPH-2D790",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D791,
        name: "CJK UNIFIED IDEOGRAPH-2D791",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D792,
        name: "CJK UNIFIED IDEOGRAPH-2D792",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D793,
        name: "CJK UNIFIED IDEOGRAPH-2D793",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D794,
        name: "CJK UNIFIED IDEOGRAPH-2D794",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D795,
        name: "CJK UNIFIED IDEOGRAPH-2D795",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D796,
        name: "CJK UNIFIED IDEOGRAPH-2D796",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D797,
        name: "CJK UNIFIED IDEOGRAPH-2D797",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D798,
        name: "CJK UNIFIED IDEOGRAPH-2D798",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D799,
        name: "CJK UNIFIED IDEOGRAPH-2D799",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D79A,
        name: "CJK UNIFIED IDEOGRAPH-2D79A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D79B,
        name: "CJK UNIFIED IDEOGRAPH-2D79B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D79C,
        name: "CJK UNIFIED IDEOGRAPH-2D79C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D79D,
        name: "CJK UNIFIED IDEOGRAPH-2D79D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D79E,
        name: "CJK UNIFIED IDEOGRAPH-2D79E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D79F,
        name: "CJK UNIFIED IDEOGRAPH-2D79F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A0,
        name: "CJK UNIFIED IDEOGRAPH-2D7A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A1,
        name: "CJK UNIFIED IDEOGRAPH-2D7A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A2,
        name: "CJK UNIFIED IDEOGRAPH-2D7A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A3,
        name: "CJK UNIFIED IDEOGRAPH-2D7A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A4,
        name: "CJK UNIFIED IDEOGRAPH-2D7A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A5,
        name: "CJK UNIFIED IDEOGRAPH-2D7A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A6,
        name: "CJK UNIFIED IDEOGRAPH-2D7A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A7,
        name: "CJK UNIFIED IDEOGRAPH-2D7A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A8,
        name: "CJK UNIFIED IDEOGRAPH-2D7A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7A9,
        name: "CJK UNIFIED IDEOGRAPH-2D7A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7AA,
        name: "CJK UNIFIED IDEOGRAPH-2D7AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7AB,
        name: "CJK UNIFIED IDEOGRAPH-2D7AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7AC,
        name: "CJK UNIFIED IDEOGRAPH-2D7AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7AD,
        name: "CJK UNIFIED IDEOGRAPH-2D7AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7AE,
        name: "CJK UNIFIED IDEOGRAPH-2D7AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7AF,
        name: "CJK UNIFIED IDEOGRAPH-2D7AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B0,
        name: "CJK UNIFIED IDEOGRAPH-2D7B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B1,
        name: "CJK UNIFIED IDEOGRAPH-2D7B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B2,
        name: "CJK UNIFIED IDEOGRAPH-2D7B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B3,
        name: "CJK UNIFIED IDEOGRAPH-2D7B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B4,
        name: "CJK UNIFIED IDEOGRAPH-2D7B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B5,
        name: "CJK UNIFIED IDEOGRAPH-2D7B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B6,
        name: "CJK UNIFIED IDEOGRAPH-2D7B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B7,
        name: "CJK UNIFIED IDEOGRAPH-2D7B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B8,
        name: "CJK UNIFIED IDEOGRAPH-2D7B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7B9,
        name: "CJK UNIFIED IDEOGRAPH-2D7B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7BA,
        name: "CJK UNIFIED IDEOGRAPH-2D7BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7BB,
        name: "CJK UNIFIED IDEOGRAPH-2D7BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7BC,
        name: "CJK UNIFIED IDEOGRAPH-2D7BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7BD,
        name: "CJK UNIFIED IDEOGRAPH-2D7BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7BE,
        name: "CJK UNIFIED IDEOGRAPH-2D7BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7BF,
        name: "CJK UNIFIED IDEOGRAPH-2D7BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C0,
        name: "CJK UNIFIED IDEOGRAPH-2D7C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C1,
        name: "CJK UNIFIED IDEOGRAPH-2D7C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C2,
        name: "CJK UNIFIED IDEOGRAPH-2D7C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C3,
        name: "CJK UNIFIED IDEOGRAPH-2D7C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C4,
        name: "CJK UNIFIED IDEOGRAPH-2D7C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C5,
        name: "CJK UNIFIED IDEOGRAPH-2D7C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C6,
        name: "CJK UNIFIED IDEOGRAPH-2D7C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C7,
        name: "CJK UNIFIED IDEOGRAPH-2D7C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C8,
        name: "CJK UNIFIED IDEOGRAPH-2D7C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7C9,
        name: "CJK UNIFIED IDEOGRAPH-2D7C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7CA,
        name: "CJK UNIFIED IDEOGRAPH-2D7CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7CB,
        name: "CJK UNIFIED IDEOGRAPH-2D7CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7CC,
        name: "CJK UNIFIED IDEOGRAPH-2D7CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7CD,
        name: "CJK UNIFIED IDEOGRAPH-2D7CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7CE,
        name: "CJK UNIFIED IDEOGRAPH-2D7CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7CF,
        name: "CJK UNIFIED IDEOGRAPH-2D7CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D0,
        name: "CJK UNIFIED IDEOGRAPH-2D7D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D1,
        name: "CJK UNIFIED IDEOGRAPH-2D7D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D2,
        name: "CJK UNIFIED IDEOGRAPH-2D7D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D3,
        name: "CJK UNIFIED IDEOGRAPH-2D7D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D4,
        name: "CJK UNIFIED IDEOGRAPH-2D7D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D5,
        name: "CJK UNIFIED IDEOGRAPH-2D7D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D6,
        name: "CJK UNIFIED IDEOGRAPH-2D7D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D7,
        name: "CJK UNIFIED IDEOGRAPH-2D7D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D8,
        name: "CJK UNIFIED IDEOGRAPH-2D7D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7D9,
        name: "CJK UNIFIED IDEOGRAPH-2D7D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7DA,
        name: "CJK UNIFIED IDEOGRAPH-2D7DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7DB,
        name: "CJK UNIFIED IDEOGRAPH-2D7DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7DC,
        name: "CJK UNIFIED IDEOGRAPH-2D7DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7DD,
        name: "CJK UNIFIED IDEOGRAPH-2D7DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7DE,
        name: "CJK UNIFIED IDEOGRAPH-2D7DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7DF,
        name: "CJK UNIFIED IDEOGRAPH-2D7DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E0,
        name: "CJK UNIFIED IDEOGRAPH-2D7E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E1,
        name: "CJK UNIFIED IDEOGRAPH-2D7E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E2,
        name: "CJK UNIFIED IDEOGRAPH-2D7E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E3,
        name: "CJK UNIFIED IDEOGRAPH-2D7E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E4,
        name: "CJK UNIFIED IDEOGRAPH-2D7E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E5,
        name: "CJK UNIFIED IDEOGRAPH-2D7E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E6,
        name: "CJK UNIFIED IDEOGRAPH-2D7E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E7,
        name: "CJK UNIFIED IDEOGRAPH-2D7E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E8,
        name: "CJK UNIFIED IDEOGRAPH-2D7E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7E9,
        name: "CJK UNIFIED IDEOGRAPH-2D7E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7EA,
        name: "CJK UNIFIED IDEOGRAPH-2D7EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7EB,
        name: "CJK UNIFIED IDEOGRAPH-2D7EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7EC,
        name: "CJK UNIFIED IDEOGRAPH-2D7EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7ED,
        name: "CJK UNIFIED IDEOGRAPH-2D7ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7EE,
        name: "CJK UNIFIED IDEOGRAPH-2D7EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7EF,
        name: "CJK UNIFIED IDEOGRAPH-2D7EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F0,
        name: "CJK UNIFIED IDEOGRAPH-2D7F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F1,
        name: "CJK UNIFIED IDEOGRAPH-2D7F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F2,
        name: "CJK UNIFIED IDEOGRAPH-2D7F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F3,
        name: "CJK UNIFIED IDEOGRAPH-2D7F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F4,
        name: "CJK UNIFIED IDEOGRAPH-2D7F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F5,
        name: "CJK UNIFIED IDEOGRAPH-2D7F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F6,
        name: "CJK UNIFIED IDEOGRAPH-2D7F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F7,
        name: "CJK UNIFIED IDEOGRAPH-2D7F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F8,
        name: "CJK UNIFIED IDEOGRAPH-2D7F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7F9,
        name: "CJK UNIFIED IDEOGRAPH-2D7F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7FA,
        name: "CJK UNIFIED IDEOGRAPH-2D7FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7FB,
        name: "CJK UNIFIED IDEOGRAPH-2D7FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7FC,
        name: "CJK UNIFIED IDEOGRAPH-2D7FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7FD,
        name: "CJK UNIFIED IDEOGRAPH-2D7FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7FE,
        name: "CJK UNIFIED IDEOGRAPH-2D7FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D7FF,
        name: "CJK UNIFIED IDEOGRAPH-2D7FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D800,
        name: "CJK UNIFIED IDEOGRAPH-2D800",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D801,
        name: "CJK UNIFIED IDEOGRAPH-2D801",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D802,
        name: "CJK UNIFIED IDEOGRAPH-2D802",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D803,
        name: "CJK UNIFIED IDEOGRAPH-2D803",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D804,
        name: "CJK UNIFIED IDEOGRAPH-2D804",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D805,
        name: "CJK UNIFIED IDEOGRAPH-2D805",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D806,
        name: "CJK UNIFIED IDEOGRAPH-2D806",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D807,
        name: "CJK UNIFIED IDEOGRAPH-2D807",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D808,
        name: "CJK UNIFIED IDEOGRAPH-2D808",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D809,
        name: "CJK UNIFIED IDEOGRAPH-2D809",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D80A,
        name: "CJK UNIFIED IDEOGRAPH-2D80A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D80B,
        name: "CJK UNIFIED IDEOGRAPH-2D80B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D80C,
        name: "CJK UNIFIED IDEOGRAPH-2D80C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D80D,
        name: "CJK UNIFIED IDEOGRAPH-2D80D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D80E,
        name: "CJK UNIFIED IDEOGRAPH-2D80E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D80F,
        name: "CJK UNIFIED IDEOGRAPH-2D80F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D810,
        name: "CJK UNIFIED IDEOGRAPH-2D810",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D811,
        name: "CJK UNIFIED IDEOGRAPH-2D811",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D812,
        name: "CJK UNIFIED IDEOGRAPH-2D812",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D813,
        name: "CJK UNIFIED IDEOGRAPH-2D813",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D814,
        name: "CJK UNIFIED IDEOGRAPH-2D814",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D815,
        name: "CJK UNIFIED IDEOGRAPH-2D815",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D816,
        name: "CJK UNIFIED IDEOGRAPH-2D816",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D817,
        name: "CJK UNIFIED IDEOGRAPH-2D817",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D818,
        name: "CJK UNIFIED IDEOGRAPH-2D818",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D819,
        name: "CJK UNIFIED IDEOGRAPH-2D819",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D81A,
        name: "CJK UNIFIED IDEOGRAPH-2D81A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D81B,
        name: "CJK UNIFIED IDEOGRAPH-2D81B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D81C,
        name: "CJK UNIFIED IDEOGRAPH-2D81C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D81D,
        name: "CJK UNIFIED IDEOGRAPH-2D81D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D81E,
        name: "CJK UNIFIED IDEOGRAPH-2D81E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D81F,
        name: "CJK UNIFIED IDEOGRAPH-2D81F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D820,
        name: "CJK UNIFIED IDEOGRAPH-2D820",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D821,
        name: "CJK UNIFIED IDEOGRAPH-2D821",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D822,
        name: "CJK UNIFIED IDEOGRAPH-2D822",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D823,
        name: "CJK UNIFIED IDEOGRAPH-2D823",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D824,
        name: "CJK UNIFIED IDEOGRAPH-2D824",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D825,
        name: "CJK UNIFIED IDEOGRAPH-2D825",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D826,
        name: "CJK UNIFIED IDEOGRAPH-2D826",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D827,
        name: "CJK UNIFIED IDEOGRAPH-2D827",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D828,
        name: "CJK UNIFIED IDEOGRAPH-2D828",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D829,
        name: "CJK UNIFIED IDEOGRAPH-2D829",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D82A,
        name: "CJK UNIFIED IDEOGRAPH-2D82A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D82B,
        name: "CJK UNIFIED IDEOGRAPH-2D82B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D82C,
        name: "CJK UNIFIED IDEOGRAPH-2D82C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D82D,
        name: "CJK UNIFIED IDEOGRAPH-2D82D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D82E,
        name: "CJK UNIFIED IDEOGRAPH-2D82E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D82F,
        name: "CJK UNIFIED IDEOGRAPH-2D82F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D830,
        name: "CJK UNIFIED IDEOGRAPH-2D830",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D831,
        name: "CJK UNIFIED IDEOGRAPH-2D831",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D832,
        name: "CJK UNIFIED IDEOGRAPH-2D832",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D833,
        name: "CJK UNIFIED IDEOGRAPH-2D833",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D834,
        name: "CJK UNIFIED IDEOGRAPH-2D834",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D835,
        name: "CJK UNIFIED IDEOGRAPH-2D835",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D836,
        name: "CJK UNIFIED IDEOGRAPH-2D836",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D837,
        name: "CJK UNIFIED IDEOGRAPH-2D837",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D838,
        name: "CJK UNIFIED IDEOGRAPH-2D838",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D839,
        name: "CJK UNIFIED IDEOGRAPH-2D839",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D83A,
        name: "CJK UNIFIED IDEOGRAPH-2D83A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D83B,
        name: "CJK UNIFIED IDEOGRAPH-2D83B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D83C,
        name: "CJK UNIFIED IDEOGRAPH-2D83C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D83D,
        name: "CJK UNIFIED IDEOGRAPH-2D83D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D83E,
        name: "CJK UNIFIED IDEOGRAPH-2D83E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D83F,
        name: "CJK UNIFIED IDEOGRAPH-2D83F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D840,
        name: "CJK UNIFIED IDEOGRAPH-2D840",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D841,
        name: "CJK UNIFIED IDEOGRAPH-2D841",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D842,
        name: "CJK UNIFIED IDEOGRAPH-2D842",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D843,
        name: "CJK UNIFIED IDEOGRAPH-2D843",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D844,
        name: "CJK UNIFIED IDEOGRAPH-2D844",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D845,
        name: "CJK UNIFIED IDEOGRAPH-2D845",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D846,
        name: "CJK UNIFIED IDEOGRAPH-2D846",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D847,
        name: "CJK UNIFIED IDEOGRAPH-2D847",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D848,
        name: "CJK UNIFIED IDEOGRAPH-2D848",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D849,
        name: "CJK UNIFIED IDEOGRAPH-2D849",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D84A,
        name: "CJK UNIFIED IDEOGRAPH-2D84A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D84B,
        name: "CJK UNIFIED IDEOGRAPH-2D84B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D84C,
        name: "CJK UNIFIED IDEOGRAPH-2D84C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D84D,
        name: "CJK UNIFIED IDEOGRAPH-2D84D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D84E,
        name: "CJK UNIFIED IDEOGRAPH-2D84E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D84F,
        name: "CJK UNIFIED IDEOGRAPH-2D84F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D850,
        name: "CJK UNIFIED IDEOGRAPH-2D850",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D851,
        name: "CJK UNIFIED IDEOGRAPH-2D851",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D852,
        name: "CJK UNIFIED IDEOGRAPH-2D852",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D853,
        name: "CJK UNIFIED IDEOGRAPH-2D853",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D854,
        name: "CJK UNIFIED IDEOGRAPH-2D854",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D855,
        name: "CJK UNIFIED IDEOGRAPH-2D855",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D856,
        name: "CJK UNIFIED IDEOGRAPH-2D856",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D857,
        name: "CJK UNIFIED IDEOGRAPH-2D857",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D858,
        name: "CJK UNIFIED IDEOGRAPH-2D858",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D859,
        name: "CJK UNIFIED IDEOGRAPH-2D859",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D85A,
        name: "CJK UNIFIED IDEOGRAPH-2D85A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D85B,
        name: "CJK UNIFIED IDEOGRAPH-2D85B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D85C,
        name: "CJK UNIFIED IDEOGRAPH-2D85C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D85D,
        name: "CJK UNIFIED IDEOGRAPH-2D85D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D85E,
        name: "CJK UNIFIED IDEOGRAPH-2D85E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D85F,
        name: "CJK UNIFIED IDEOGRAPH-2D85F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D860,
        name: "CJK UNIFIED IDEOGRAPH-2D860",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D861,
        name: "CJK UNIFIED IDEOGRAPH-2D861",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D862,
        name: "CJK UNIFIED IDEOGRAPH-2D862",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D863,
        name: "CJK UNIFIED IDEOGRAPH-2D863",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D864,
        name: "CJK UNIFIED IDEOGRAPH-2D864",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D865,
        name: "CJK UNIFIED IDEOGRAPH-2D865",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D866,
        name: "CJK UNIFIED IDEOGRAPH-2D866",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D867,
        name: "CJK UNIFIED IDEOGRAPH-2D867",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D868,
        name: "CJK UNIFIED IDEOGRAPH-2D868",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D869,
        name: "CJK UNIFIED IDEOGRAPH-2D869",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D86A,
        name: "CJK UNIFIED IDEOGRAPH-2D86A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D86B,
        name: "CJK UNIFIED IDEOGRAPH-2D86B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D86C,
        name: "CJK UNIFIED IDEOGRAPH-2D86C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D86D,
        name: "CJK UNIFIED IDEOGRAPH-2D86D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D86E,
        name: "CJK UNIFIED IDEOGRAPH-2D86E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D86F,
        name: "CJK UNIFIED IDEOGRAPH-2D86F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D870,
        name: "CJK UNIFIED IDEOGRAPH-2D870",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D871,
        name: "CJK UNIFIED IDEOGRAPH-2D871",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D872,
        name: "CJK UNIFIED IDEOGRAPH-2D872",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D873,
        name: "CJK UNIFIED IDEOGRAPH-2D873",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D874,
        name: "CJK UNIFIED IDEOGRAPH-2D874",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D875,
        name: "CJK UNIFIED IDEOGRAPH-2D875",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D876,
        name: "CJK UNIFIED IDEOGRAPH-2D876",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D877,
        name: "CJK UNIFIED IDEOGRAPH-2D877",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D878,
        name: "CJK UNIFIED IDEOGRAPH-2D878",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D879,
        name: "CJK UNIFIED IDEOGRAPH-2D879",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D87A,
        name: "CJK UNIFIED IDEOGRAPH-2D87A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D87B,
        name: "CJK UNIFIED IDEOGRAPH-2D87B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D87C,
        name: "CJK UNIFIED IDEOGRAPH-2D87C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D87D,
        name: "CJK UNIFIED IDEOGRAPH-2D87D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D87E,
        name: "CJK UNIFIED IDEOGRAPH-2D87E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D87F,
        name: "CJK UNIFIED IDEOGRAPH-2D87F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D880,
        name: "CJK UNIFIED IDEOGRAPH-2D880",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D881,
        name: "CJK UNIFIED IDEOGRAPH-2D881",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D882,
        name: "CJK UNIFIED IDEOGRAPH-2D882",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D883,
        name: "CJK UNIFIED IDEOGRAPH-2D883",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D884,
        name: "CJK UNIFIED IDEOGRAPH-2D884",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D885,
        name: "CJK UNIFIED IDEOGRAPH-2D885",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D886,
        name: "CJK UNIFIED IDEOGRAPH-2D886",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D887,
        name: "CJK UNIFIED IDEOGRAPH-2D887",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D888,
        name: "CJK UNIFIED IDEOGRAPH-2D888",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D889,
        name: "CJK UNIFIED IDEOGRAPH-2D889",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D88A,
        name: "CJK UNIFIED IDEOGRAPH-2D88A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D88B,
        name: "CJK UNIFIED IDEOGRAPH-2D88B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D88C,
        name: "CJK UNIFIED IDEOGRAPH-2D88C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D88D,
        name: "CJK UNIFIED IDEOGRAPH-2D88D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D88E,
        name: "CJK UNIFIED IDEOGRAPH-2D88E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D88F,
        name: "CJK UNIFIED IDEOGRAPH-2D88F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D890,
        name: "CJK UNIFIED IDEOGRAPH-2D890",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D891,
        name: "CJK UNIFIED IDEOGRAPH-2D891",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D892,
        name: "CJK UNIFIED IDEOGRAPH-2D892",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D893,
        name: "CJK UNIFIED IDEOGRAPH-2D893",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D894,
        name: "CJK UNIFIED IDEOGRAPH-2D894",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D895,
        name: "CJK UNIFIED IDEOGRAPH-2D895",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D896,
        name: "CJK UNIFIED IDEOGRAPH-2D896",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D897,
        name: "CJK UNIFIED IDEOGRAPH-2D897",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D898,
        name: "CJK UNIFIED IDEOGRAPH-2D898",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D899,
        name: "CJK UNIFIED IDEOGRAPH-2D899",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D89A,
        name: "CJK UNIFIED IDEOGRAPH-2D89A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D89B,
        name: "CJK UNIFIED IDEOGRAPH-2D89B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D89C,
        name: "CJK UNIFIED IDEOGRAPH-2D89C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D89D,
        name: "CJK UNIFIED IDEOGRAPH-2D89D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D89E,
        name: "CJK UNIFIED IDEOGRAPH-2D89E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D89F,
        name: "CJK UNIFIED IDEOGRAPH-2D89F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A0,
        name: "CJK UNIFIED IDEOGRAPH-2D8A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A1,
        name: "CJK UNIFIED IDEOGRAPH-2D8A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A2,
        name: "CJK UNIFIED IDEOGRAPH-2D8A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A3,
        name: "CJK UNIFIED IDEOGRAPH-2D8A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A4,
        name: "CJK UNIFIED IDEOGRAPH-2D8A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A5,
        name: "CJK UNIFIED IDEOGRAPH-2D8A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A6,
        name: "CJK UNIFIED IDEOGRAPH-2D8A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A7,
        name: "CJK UNIFIED IDEOGRAPH-2D8A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A8,
        name: "CJK UNIFIED IDEOGRAPH-2D8A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8A9,
        name: "CJK UNIFIED IDEOGRAPH-2D8A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8AA,
        name: "CJK UNIFIED IDEOGRAPH-2D8AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8AB,
        name: "CJK UNIFIED IDEOGRAPH-2D8AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8AC,
        name: "CJK UNIFIED IDEOGRAPH-2D8AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8AD,
        name: "CJK UNIFIED IDEOGRAPH-2D8AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8AE,
        name: "CJK UNIFIED IDEOGRAPH-2D8AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8AF,
        name: "CJK UNIFIED IDEOGRAPH-2D8AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B0,
        name: "CJK UNIFIED IDEOGRAPH-2D8B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B1,
        name: "CJK UNIFIED IDEOGRAPH-2D8B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B2,
        name: "CJK UNIFIED IDEOGRAPH-2D8B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B3,
        name: "CJK UNIFIED IDEOGRAPH-2D8B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B4,
        name: "CJK UNIFIED IDEOGRAPH-2D8B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B5,
        name: "CJK UNIFIED IDEOGRAPH-2D8B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B6,
        name: "CJK UNIFIED IDEOGRAPH-2D8B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B7,
        name: "CJK UNIFIED IDEOGRAPH-2D8B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B8,
        name: "CJK UNIFIED IDEOGRAPH-2D8B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8B9,
        name: "CJK UNIFIED IDEOGRAPH-2D8B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8BA,
        name: "CJK UNIFIED IDEOGRAPH-2D8BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8BB,
        name: "CJK UNIFIED IDEOGRAPH-2D8BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8BC,
        name: "CJK UNIFIED IDEOGRAPH-2D8BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8BD,
        name: "CJK UNIFIED IDEOGRAPH-2D8BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8BE,
        name: "CJK UNIFIED IDEOGRAPH-2D8BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8BF,
        name: "CJK UNIFIED IDEOGRAPH-2D8BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C0,
        name: "CJK UNIFIED IDEOGRAPH-2D8C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C1,
        name: "CJK UNIFIED IDEOGRAPH-2D8C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C2,
        name: "CJK UNIFIED IDEOGRAPH-2D8C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C3,
        name: "CJK UNIFIED IDEOGRAPH-2D8C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C4,
        name: "CJK UNIFIED IDEOGRAPH-2D8C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C5,
        name: "CJK UNIFIED IDEOGRAPH-2D8C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C6,
        name: "CJK UNIFIED IDEOGRAPH-2D8C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C7,
        name: "CJK UNIFIED IDEOGRAPH-2D8C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C8,
        name: "CJK UNIFIED IDEOGRAPH-2D8C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8C9,
        name: "CJK UNIFIED IDEOGRAPH-2D8C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8CA,
        name: "CJK UNIFIED IDEOGRAPH-2D8CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8CB,
        name: "CJK UNIFIED IDEOGRAPH-2D8CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8CC,
        name: "CJK UNIFIED IDEOGRAPH-2D8CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8CD,
        name: "CJK UNIFIED IDEOGRAPH-2D8CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8CE,
        name: "CJK UNIFIED IDEOGRAPH-2D8CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8CF,
        name: "CJK UNIFIED IDEOGRAPH-2D8CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D0,
        name: "CJK UNIFIED IDEOGRAPH-2D8D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D1,
        name: "CJK UNIFIED IDEOGRAPH-2D8D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D2,
        name: "CJK UNIFIED IDEOGRAPH-2D8D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D3,
        name: "CJK UNIFIED IDEOGRAPH-2D8D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D4,
        name: "CJK UNIFIED IDEOGRAPH-2D8D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D5,
        name: "CJK UNIFIED IDEOGRAPH-2D8D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D6,
        name: "CJK UNIFIED IDEOGRAPH-2D8D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D7,
        name: "CJK UNIFIED IDEOGRAPH-2D8D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D8,
        name: "CJK UNIFIED IDEOGRAPH-2D8D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8D9,
        name: "CJK UNIFIED IDEOGRAPH-2D8D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8DA,
        name: "CJK UNIFIED IDEOGRAPH-2D8DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8DB,
        name: "CJK UNIFIED IDEOGRAPH-2D8DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8DC,
        name: "CJK UNIFIED IDEOGRAPH-2D8DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8DD,
        name: "CJK UNIFIED IDEOGRAPH-2D8DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8DE,
        name: "CJK UNIFIED IDEOGRAPH-2D8DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8DF,
        name: "CJK UNIFIED IDEOGRAPH-2D8DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E0,
        name: "CJK UNIFIED IDEOGRAPH-2D8E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E1,
        name: "CJK UNIFIED IDEOGRAPH-2D8E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E2,
        name: "CJK UNIFIED IDEOGRAPH-2D8E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E3,
        name: "CJK UNIFIED IDEOGRAPH-2D8E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E4,
        name: "CJK UNIFIED IDEOGRAPH-2D8E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E5,
        name: "CJK UNIFIED IDEOGRAPH-2D8E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E6,
        name: "CJK UNIFIED IDEOGRAPH-2D8E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E7,
        name: "CJK UNIFIED IDEOGRAPH-2D8E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E8,
        name: "CJK UNIFIED IDEOGRAPH-2D8E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8E9,
        name: "CJK UNIFIED IDEOGRAPH-2D8E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8EA,
        name: "CJK UNIFIED IDEOGRAPH-2D8EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8EB,
        name: "CJK UNIFIED IDEOGRAPH-2D8EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8EC,
        name: "CJK UNIFIED IDEOGRAPH-2D8EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8ED,
        name: "CJK UNIFIED IDEOGRAPH-2D8ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8EE,
        name: "CJK UNIFIED IDEOGRAPH-2D8EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8EF,
        name: "CJK UNIFIED IDEOGRAPH-2D8EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F0,
        name: "CJK UNIFIED IDEOGRAPH-2D8F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F1,
        name: "CJK UNIFIED IDEOGRAPH-2D8F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F2,
        name: "CJK UNIFIED IDEOGRAPH-2D8F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F3,
        name: "CJK UNIFIED IDEOGRAPH-2D8F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F4,
        name: "CJK UNIFIED IDEOGRAPH-2D8F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F5,
        name: "CJK UNIFIED IDEOGRAPH-2D8F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F6,
        name: "CJK UNIFIED IDEOGRAPH-2D8F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F7,
        name: "CJK UNIFIED IDEOGRAPH-2D8F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F8,
        name: "CJK UNIFIED IDEOGRAPH-2D8F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8F9,
        name: "CJK UNIFIED IDEOGRAPH-2D8F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8FA,
        name: "CJK UNIFIED IDEOGRAPH-2D8FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8FB,
        name: "CJK UNIFIED IDEOGRAPH-2D8FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8FC,
        name: "CJK UNIFIED IDEOGRAPH-2D8FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8FD,
        name: "CJK UNIFIED IDEOGRAPH-2D8FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8FE,
        name: "CJK UNIFIED IDEOGRAPH-2D8FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D8FF,
        name: "CJK UNIFIED IDEOGRAPH-2D8FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D900,
        name: "CJK UNIFIED IDEOGRAPH-2D900",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D901,
        name: "CJK UNIFIED IDEOGRAPH-2D901",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D902,
        name: "CJK UNIFIED IDEOGRAPH-2D902",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D903,
        name: "CJK UNIFIED IDEOGRAPH-2D903",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D904,
        name: "CJK UNIFIED IDEOGRAPH-2D904",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D905,
        name: "CJK UNIFIED IDEOGRAPH-2D905",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D906,
        name: "CJK UNIFIED IDEOGRAPH-2D906",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D907,
        name: "CJK UNIFIED IDEOGRAPH-2D907",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D908,
        name: "CJK UNIFIED IDEOGRAPH-2D908",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D909,
        name: "CJK UNIFIED IDEOGRAPH-2D909",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D90A,
        name: "CJK UNIFIED IDEOGRAPH-2D90A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D90B,
        name: "CJK UNIFIED IDEOGRAPH-2D90B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D90C,
        name: "CJK UNIFIED IDEOGRAPH-2D90C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D90D,
        name: "CJK UNIFIED IDEOGRAPH-2D90D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D90E,
        name: "CJK UNIFIED IDEOGRAPH-2D90E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D90F,
        name: "CJK UNIFIED IDEOGRAPH-2D90F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D910,
        name: "CJK UNIFIED IDEOGRAPH-2D910",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D911,
        name: "CJK UNIFIED IDEOGRAPH-2D911",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D912,
        name: "CJK UNIFIED IDEOGRAPH-2D912",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D913,
        name: "CJK UNIFIED IDEOGRAPH-2D913",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D914,
        name: "CJK UNIFIED IDEOGRAPH-2D914",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D915,
        name: "CJK UNIFIED IDEOGRAPH-2D915",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D916,
        name: "CJK UNIFIED IDEOGRAPH-2D916",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D917,
        name: "CJK UNIFIED IDEOGRAPH-2D917",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D918,
        name: "CJK UNIFIED IDEOGRAPH-2D918",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D919,
        name: "CJK UNIFIED IDEOGRAPH-2D919",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D91A,
        name: "CJK UNIFIED IDEOGRAPH-2D91A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D91B,
        name: "CJK UNIFIED IDEOGRAPH-2D91B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D91C,
        name: "CJK UNIFIED IDEOGRAPH-2D91C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D91D,
        name: "CJK UNIFIED IDEOGRAPH-2D91D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D91E,
        name: "CJK UNIFIED IDEOGRAPH-2D91E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D91F,
        name: "CJK UNIFIED IDEOGRAPH-2D91F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D920,
        name: "CJK UNIFIED IDEOGRAPH-2D920",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D921,
        name: "CJK UNIFIED IDEOGRAPH-2D921",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D922,
        name: "CJK UNIFIED IDEOGRAPH-2D922",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D923,
        name: "CJK UNIFIED IDEOGRAPH-2D923",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D924,
        name: "CJK UNIFIED IDEOGRAPH-2D924",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D925,
        name: "CJK UNIFIED IDEOGRAPH-2D925",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D926,
        name: "CJK UNIFIED IDEOGRAPH-2D926",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D927,
        name: "CJK UNIFIED IDEOGRAPH-2D927",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D928,
        name: "CJK UNIFIED IDEOGRAPH-2D928",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D929,
        name: "CJK UNIFIED IDEOGRAPH-2D929",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D92A,
        name: "CJK UNIFIED IDEOGRAPH-2D92A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D92B,
        name: "CJK UNIFIED IDEOGRAPH-2D92B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D92C,
        name: "CJK UNIFIED IDEOGRAPH-2D92C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D92D,
        name: "CJK UNIFIED IDEOGRAPH-2D92D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D92E,
        name: "CJK UNIFIED IDEOGRAPH-2D92E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D92F,
        name: "CJK UNIFIED IDEOGRAPH-2D92F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D930,
        name: "CJK UNIFIED IDEOGRAPH-2D930",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D931,
        name: "CJK UNIFIED IDEOGRAPH-2D931",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D932,
        name: "CJK UNIFIED IDEOGRAPH-2D932",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D933,
        name: "CJK UNIFIED IDEOGRAPH-2D933",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D934,
        name: "CJK UNIFIED IDEOGRAPH-2D934",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D935,
        name: "CJK UNIFIED IDEOGRAPH-2D935",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D936,
        name: "CJK UNIFIED IDEOGRAPH-2D936",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D937,
        name: "CJK UNIFIED IDEOGRAPH-2D937",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D938,
        name: "CJK UNIFIED IDEOGRAPH-2D938",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D939,
        name: "CJK UNIFIED IDEOGRAPH-2D939",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D93A,
        name: "CJK UNIFIED IDEOGRAPH-2D93A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D93B,
        name: "CJK UNIFIED IDEOGRAPH-2D93B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D93C,
        name: "CJK UNIFIED IDEOGRAPH-2D93C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D93D,
        name: "CJK UNIFIED IDEOGRAPH-2D93D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D93E,
        name: "CJK UNIFIED IDEOGRAPH-2D93E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D93F,
        name: "CJK UNIFIED IDEOGRAPH-2D93F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D940,
        name: "CJK UNIFIED IDEOGRAPH-2D940",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D941,
        name: "CJK UNIFIED IDEOGRAPH-2D941",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D942,
        name: "CJK UNIFIED IDEOGRAPH-2D942",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D943,
        name: "CJK UNIFIED IDEOGRAPH-2D943",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D944,
        name: "CJK UNIFIED IDEOGRAPH-2D944",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D945,
        name: "CJK UNIFIED IDEOGRAPH-2D945",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D946,
        name: "CJK UNIFIED IDEOGRAPH-2D946",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D947,
        name: "CJK UNIFIED IDEOGRAPH-2D947",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D948,
        name: "CJK UNIFIED IDEOGRAPH-2D948",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D949,
        name: "CJK UNIFIED IDEOGRAPH-2D949",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D94A,
        name: "CJK UNIFIED IDEOGRAPH-2D94A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D94B,
        name: "CJK UNIFIED IDEOGRAPH-2D94B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D94C,
        name: "CJK UNIFIED IDEOGRAPH-2D94C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D94D,
        name: "CJK UNIFIED IDEOGRAPH-2D94D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D94E,
        name: "CJK UNIFIED IDEOGRAPH-2D94E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D94F,
        name: "CJK UNIFIED IDEOGRAPH-2D94F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D950,
        name: "CJK UNIFIED IDEOGRAPH-2D950",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D951,
        name: "CJK UNIFIED IDEOGRAPH-2D951",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D952,
        name: "CJK UNIFIED IDEOGRAPH-2D952",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D953,
        name: "CJK UNIFIED IDEOGRAPH-2D953",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D954,
        name: "CJK UNIFIED IDEOGRAPH-2D954",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D955,
        name: "CJK UNIFIED IDEOGRAPH-2D955",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D956,
        name: "CJK UNIFIED IDEOGRAPH-2D956",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D957,
        name: "CJK UNIFIED IDEOGRAPH-2D957",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D958,
        name: "CJK UNIFIED IDEOGRAPH-2D958",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D959,
        name: "CJK UNIFIED IDEOGRAPH-2D959",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D95A,
        name: "CJK UNIFIED IDEOGRAPH-2D95A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D95B,
        name: "CJK UNIFIED IDEOGRAPH-2D95B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D95C,
        name: "CJK UNIFIED IDEOGRAPH-2D95C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D95D,
        name: "CJK UNIFIED IDEOGRAPH-2D95D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D95E,
        name: "CJK UNIFIED IDEOGRAPH-2D95E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D95F,
        name: "CJK UNIFIED IDEOGRAPH-2D95F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D960,
        name: "CJK UNIFIED IDEOGRAPH-2D960",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D961,
        name: "CJK UNIFIED IDEOGRAPH-2D961",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D962,
        name: "CJK UNIFIED IDEOGRAPH-2D962",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D963,
        name: "CJK UNIFIED IDEOGRAPH-2D963",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D964,
        name: "CJK UNIFIED IDEOGRAPH-2D964",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D965,
        name: "CJK UNIFIED IDEOGRAPH-2D965",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D966,
        name: "CJK UNIFIED IDEOGRAPH-2D966",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D967,
        name: "CJK UNIFIED IDEOGRAPH-2D967",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D968,
        name: "CJK UNIFIED IDEOGRAPH-2D968",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D969,
        name: "CJK UNIFIED IDEOGRAPH-2D969",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D96A,
        name: "CJK UNIFIED IDEOGRAPH-2D96A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D96B,
        name: "CJK UNIFIED IDEOGRAPH-2D96B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D96C,
        name: "CJK UNIFIED IDEOGRAPH-2D96C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D96D,
        name: "CJK UNIFIED IDEOGRAPH-2D96D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D96E,
        name: "CJK UNIFIED IDEOGRAPH-2D96E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D96F,
        name: "CJK UNIFIED IDEOGRAPH-2D96F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D970,
        name: "CJK UNIFIED IDEOGRAPH-2D970",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D971,
        name: "CJK UNIFIED IDEOGRAPH-2D971",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D972,
        name: "CJK UNIFIED IDEOGRAPH-2D972",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D973,
        name: "CJK UNIFIED IDEOGRAPH-2D973",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D974,
        name: "CJK UNIFIED IDEOGRAPH-2D974",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D975,
        name: "CJK UNIFIED IDEOGRAPH-2D975",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D976,
        name: "CJK UNIFIED IDEOGRAPH-2D976",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D977,
        name: "CJK UNIFIED IDEOGRAPH-2D977",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D978,
        name: "CJK UNIFIED IDEOGRAPH-2D978",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D979,
        name: "CJK UNIFIED IDEOGRAPH-2D979",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D97A,
        name: "CJK UNIFIED IDEOGRAPH-2D97A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D97B,
        name: "CJK UNIFIED IDEOGRAPH-2D97B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D97C,
        name: "CJK UNIFIED IDEOGRAPH-2D97C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D97D,
        name: "CJK UNIFIED IDEOGRAPH-2D97D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D97E,
        name: "CJK UNIFIED IDEOGRAPH-2D97E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D97F,
        name: "CJK UNIFIED IDEOGRAPH-2D97F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D980,
        name: "CJK UNIFIED IDEOGRAPH-2D980",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D981,
        name: "CJK UNIFIED IDEOGRAPH-2D981",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D982,
        name: "CJK UNIFIED IDEOGRAPH-2D982",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D983,
        name: "CJK UNIFIED IDEOGRAPH-2D983",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D984,
        name: "CJK UNIFIED IDEOGRAPH-2D984",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D985,
        name: "CJK UNIFIED IDEOGRAPH-2D985",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D986,
        name: "CJK UNIFIED IDEOGRAPH-2D986",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D987,
        name: "CJK UNIFIED IDEOGRAPH-2D987",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D988,
        name: "CJK UNIFIED IDEOGRAPH-2D988",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D989,
        name: "CJK UNIFIED IDEOGRAPH-2D989",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D98A,
        name: "CJK UNIFIED IDEOGRAPH-2D98A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D98B,
        name: "CJK UNIFIED IDEOGRAPH-2D98B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D98C,
        name: "CJK UNIFIED IDEOGRAPH-2D98C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D98D,
        name: "CJK UNIFIED IDEOGRAPH-2D98D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D98E,
        name: "CJK UNIFIED IDEOGRAPH-2D98E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D98F,
        name: "CJK UNIFIED IDEOGRAPH-2D98F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D990,
        name: "CJK UNIFIED IDEOGRAPH-2D990",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D991,
        name: "CJK UNIFIED IDEOGRAPH-2D991",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D992,
        name: "CJK UNIFIED IDEOGRAPH-2D992",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D993,
        name: "CJK UNIFIED IDEOGRAPH-2D993",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D994,
        name: "CJK UNIFIED IDEOGRAPH-2D994",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D995,
        name: "CJK UNIFIED IDEOGRAPH-2D995",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D996,
        name: "CJK UNIFIED IDEOGRAPH-2D996",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D997,
        name: "CJK UNIFIED IDEOGRAPH-2D997",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D998,
        name: "CJK UNIFIED IDEOGRAPH-2D998",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D999,
        name: "CJK UNIFIED IDEOGRAPH-2D999",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D99A,
        name: "CJK UNIFIED IDEOGRAPH-2D99A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D99B,
        name: "CJK UNIFIED IDEOGRAPH-2D99B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D99C,
        name: "CJK UNIFIED IDEOGRAPH-2D99C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D99D,
        name: "CJK UNIFIED IDEOGRAPH-2D99D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D99E,
        name: "CJK UNIFIED IDEOGRAPH-2D99E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D99F,
        name: "CJK UNIFIED IDEOGRAPH-2D99F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A0,
        name: "CJK UNIFIED IDEOGRAPH-2D9A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A1,
        name: "CJK UNIFIED IDEOGRAPH-2D9A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A2,
        name: "CJK UNIFIED IDEOGRAPH-2D9A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A3,
        name: "CJK UNIFIED IDEOGRAPH-2D9A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A4,
        name: "CJK UNIFIED IDEOGRAPH-2D9A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A5,
        name: "CJK UNIFIED IDEOGRAPH-2D9A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A6,
        name: "CJK UNIFIED IDEOGRAPH-2D9A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A7,
        name: "CJK UNIFIED IDEOGRAPH-2D9A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A8,
        name: "CJK UNIFIED IDEOGRAPH-2D9A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9A9,
        name: "CJK UNIFIED IDEOGRAPH-2D9A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9AA,
        name: "CJK UNIFIED IDEOGRAPH-2D9AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9AB,
        name: "CJK UNIFIED IDEOGRAPH-2D9AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9AC,
        name: "CJK UNIFIED IDEOGRAPH-2D9AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9AD,
        name: "CJK UNIFIED IDEOGRAPH-2D9AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9AE,
        name: "CJK UNIFIED IDEOGRAPH-2D9AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9AF,
        name: "CJK UNIFIED IDEOGRAPH-2D9AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B0,
        name: "CJK UNIFIED IDEOGRAPH-2D9B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B1,
        name: "CJK UNIFIED IDEOGRAPH-2D9B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B2,
        name: "CJK UNIFIED IDEOGRAPH-2D9B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B3,
        name: "CJK UNIFIED IDEOGRAPH-2D9B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B4,
        name: "CJK UNIFIED IDEOGRAPH-2D9B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B5,
        name: "CJK UNIFIED IDEOGRAPH-2D9B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B6,
        name: "CJK UNIFIED IDEOGRAPH-2D9B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B7,
        name: "CJK UNIFIED IDEOGRAPH-2D9B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B8,
        name: "CJK UNIFIED IDEOGRAPH-2D9B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9B9,
        name: "CJK UNIFIED IDEOGRAPH-2D9B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9BA,
        name: "CJK UNIFIED IDEOGRAPH-2D9BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9BB,
        name: "CJK UNIFIED IDEOGRAPH-2D9BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9BC,
        name: "CJK UNIFIED IDEOGRAPH-2D9BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9BD,
        name: "CJK UNIFIED IDEOGRAPH-2D9BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9BE,
        name: "CJK UNIFIED IDEOGRAPH-2D9BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9BF,
        name: "CJK UNIFIED IDEOGRAPH-2D9BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C0,
        name: "CJK UNIFIED IDEOGRAPH-2D9C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C1,
        name: "CJK UNIFIED IDEOGRAPH-2D9C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C2,
        name: "CJK UNIFIED IDEOGRAPH-2D9C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C3,
        name: "CJK UNIFIED IDEOGRAPH-2D9C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C4,
        name: "CJK UNIFIED IDEOGRAPH-2D9C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C5,
        name: "CJK UNIFIED IDEOGRAPH-2D9C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C6,
        name: "CJK UNIFIED IDEOGRAPH-2D9C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C7,
        name: "CJK UNIFIED IDEOGRAPH-2D9C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C8,
        name: "CJK UNIFIED IDEOGRAPH-2D9C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9C9,
        name: "CJK UNIFIED IDEOGRAPH-2D9C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9CA,
        name: "CJK UNIFIED IDEOGRAPH-2D9CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9CB,
        name: "CJK UNIFIED IDEOGRAPH-2D9CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9CC,
        name: "CJK UNIFIED IDEOGRAPH-2D9CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9CD,
        name: "CJK UNIFIED IDEOGRAPH-2D9CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9CE,
        name: "CJK UNIFIED IDEOGRAPH-2D9CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9CF,
        name: "CJK UNIFIED IDEOGRAPH-2D9CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D0,
        name: "CJK UNIFIED IDEOGRAPH-2D9D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D1,
        name: "CJK UNIFIED IDEOGRAPH-2D9D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D2,
        name: "CJK UNIFIED IDEOGRAPH-2D9D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D3,
        name: "CJK UNIFIED IDEOGRAPH-2D9D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D4,
        name: "CJK UNIFIED IDEOGRAPH-2D9D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D5,
        name: "CJK UNIFIED IDEOGRAPH-2D9D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D6,
        name: "CJK UNIFIED IDEOGRAPH-2D9D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D7,
        name: "CJK UNIFIED IDEOGRAPH-2D9D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D8,
        name: "CJK UNIFIED IDEOGRAPH-2D9D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9D9,
        name: "CJK UNIFIED IDEOGRAPH-2D9D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9DA,
        name: "CJK UNIFIED IDEOGRAPH-2D9DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9DB,
        name: "CJK UNIFIED IDEOGRAPH-2D9DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9DC,
        name: "CJK UNIFIED IDEOGRAPH-2D9DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9DD,
        name: "CJK UNIFIED IDEOGRAPH-2D9DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9DE,
        name: "CJK UNIFIED IDEOGRAPH-2D9DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9DF,
        name: "CJK UNIFIED IDEOGRAPH-2D9DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E0,
        name: "CJK UNIFIED IDEOGRAPH-2D9E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E1,
        name: "CJK UNIFIED IDEOGRAPH-2D9E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E2,
        name: "CJK UNIFIED IDEOGRAPH-2D9E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E3,
        name: "CJK UNIFIED IDEOGRAPH-2D9E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E4,
        name: "CJK UNIFIED IDEOGRAPH-2D9E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E5,
        name: "CJK UNIFIED IDEOGRAPH-2D9E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E6,
        name: "CJK UNIFIED IDEOGRAPH-2D9E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E7,
        name: "CJK UNIFIED IDEOGRAPH-2D9E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E8,
        name: "CJK UNIFIED IDEOGRAPH-2D9E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9E9,
        name: "CJK UNIFIED IDEOGRAPH-2D9E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9EA,
        name: "CJK UNIFIED IDEOGRAPH-2D9EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9EB,
        name: "CJK UNIFIED IDEOGRAPH-2D9EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9EC,
        name: "CJK UNIFIED IDEOGRAPH-2D9EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9ED,
        name: "CJK UNIFIED IDEOGRAPH-2D9ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9EE,
        name: "CJK UNIFIED IDEOGRAPH-2D9EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9EF,
        name: "CJK UNIFIED IDEOGRAPH-2D9EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F0,
        name: "CJK UNIFIED IDEOGRAPH-2D9F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F1,
        name: "CJK UNIFIED IDEOGRAPH-2D9F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F2,
        name: "CJK UNIFIED IDEOGRAPH-2D9F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F3,
        name: "CJK UNIFIED IDEOGRAPH-2D9F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F4,
        name: "CJK UNIFIED IDEOGRAPH-2D9F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F5,
        name: "CJK UNIFIED IDEOGRAPH-2D9F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F6,
        name: "CJK UNIFIED IDEOGRAPH-2D9F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F7,
        name: "CJK UNIFIED IDEOGRAPH-2D9F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F8,
        name: "CJK UNIFIED IDEOGRAPH-2D9F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9F9,
        name: "CJK UNIFIED IDEOGRAPH-2D9F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9FA,
        name: "CJK UNIFIED IDEOGRAPH-2D9FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9FB,
        name: "CJK UNIFIED IDEOGRAPH-2D9FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9FC,
        name: "CJK UNIFIED IDEOGRAPH-2D9FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9FD,
        name: "CJK UNIFIED IDEOGRAPH-2D9FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9FE,
        name: "CJK UNIFIED IDEOGRAPH-2D9FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2D9FF,
        name: "CJK UNIFIED IDEOGRAPH-2D9FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA00,
        name: "CJK UNIFIED IDEOGRAPH-2DA00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA01,
        name: "CJK UNIFIED IDEOGRAPH-2DA01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA02,
        name: "CJK UNIFIED IDEOGRAPH-2DA02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA03,
        name: "CJK UNIFIED IDEOGRAPH-2DA03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA04,
        name: "CJK UNIFIED IDEOGRAPH-2DA04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA05,
        name: "CJK UNIFIED IDEOGRAPH-2DA05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA06,
        name: "CJK UNIFIED IDEOGRAPH-2DA06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA07,
        name: "CJK UNIFIED IDEOGRAPH-2DA07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA08,
        name: "CJK UNIFIED IDEOGRAPH-2DA08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA09,
        name: "CJK UNIFIED IDEOGRAPH-2DA09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA0A,
        name: "CJK UNIFIED IDEOGRAPH-2DA0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA0B,
        name: "CJK UNIFIED IDEOGRAPH-2DA0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA0C,
        name: "CJK UNIFIED IDEOGRAPH-2DA0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA0D,
        name: "CJK UNIFIED IDEOGRAPH-2DA0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA0E,
        name: "CJK UNIFIED IDEOGRAPH-2DA0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA0F,
        name: "CJK UNIFIED IDEOGRAPH-2DA0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA10,
        name: "CJK UNIFIED IDEOGRAPH-2DA10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA11,
        name: "CJK UNIFIED IDEOGRAPH-2DA11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA12,
        name: "CJK UNIFIED IDEOGRAPH-2DA12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA13,
        name: "CJK UNIFIED IDEOGRAPH-2DA13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA14,
        name: "CJK UNIFIED IDEOGRAPH-2DA14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA15,
        name: "CJK UNIFIED IDEOGRAPH-2DA15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA16,
        name: "CJK UNIFIED IDEOGRAPH-2DA16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA17,
        name: "CJK UNIFIED IDEOGRAPH-2DA17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA18,
        name: "CJK UNIFIED IDEOGRAPH-2DA18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA19,
        name: "CJK UNIFIED IDEOGRAPH-2DA19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA1A,
        name: "CJK UNIFIED IDEOGRAPH-2DA1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA1B,
        name: "CJK UNIFIED IDEOGRAPH-2DA1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA1C,
        name: "CJK UNIFIED IDEOGRAPH-2DA1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA1D,
        name: "CJK UNIFIED IDEOGRAPH-2DA1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA1E,
        name: "CJK UNIFIED IDEOGRAPH-2DA1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA1F,
        name: "CJK UNIFIED IDEOGRAPH-2DA1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA20,
        name: "CJK UNIFIED IDEOGRAPH-2DA20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA21,
        name: "CJK UNIFIED IDEOGRAPH-2DA21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA22,
        name: "CJK UNIFIED IDEOGRAPH-2DA22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA23,
        name: "CJK UNIFIED IDEOGRAPH-2DA23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA24,
        name: "CJK UNIFIED IDEOGRAPH-2DA24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA25,
        name: "CJK UNIFIED IDEOGRAPH-2DA25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA26,
        name: "CJK UNIFIED IDEOGRAPH-2DA26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA27,
        name: "CJK UNIFIED IDEOGRAPH-2DA27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA28,
        name: "CJK UNIFIED IDEOGRAPH-2DA28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA29,
        name: "CJK UNIFIED IDEOGRAPH-2DA29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA2A,
        name: "CJK UNIFIED IDEOGRAPH-2DA2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA2B,
        name: "CJK UNIFIED IDEOGRAPH-2DA2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA2C,
        name: "CJK UNIFIED IDEOGRAPH-2DA2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA2D,
        name: "CJK UNIFIED IDEOGRAPH-2DA2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA2E,
        name: "CJK UNIFIED IDEOGRAPH-2DA2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA2F,
        name: "CJK UNIFIED IDEOGRAPH-2DA2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA30,
        name: "CJK UNIFIED IDEOGRAPH-2DA30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA31,
        name: "CJK UNIFIED IDEOGRAPH-2DA31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA32,
        name: "CJK UNIFIED IDEOGRAPH-2DA32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA33,
        name: "CJK UNIFIED IDEOGRAPH-2DA33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA34,
        name: "CJK UNIFIED IDEOGRAPH-2DA34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA35,
        name: "CJK UNIFIED IDEOGRAPH-2DA35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA36,
        name: "CJK UNIFIED IDEOGRAPH-2DA36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA37,
        name: "CJK UNIFIED IDEOGRAPH-2DA37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA38,
        name: "CJK UNIFIED IDEOGRAPH-2DA38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA39,
        name: "CJK UNIFIED IDEOGRAPH-2DA39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA3A,
        name: "CJK UNIFIED IDEOGRAPH-2DA3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA3B,
        name: "CJK UNIFIED IDEOGRAPH-2DA3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA3C,
        name: "CJK UNIFIED IDEOGRAPH-2DA3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA3D,
        name: "CJK UNIFIED IDEOGRAPH-2DA3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA3E,
        name: "CJK UNIFIED IDEOGRAPH-2DA3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA3F,
        name: "CJK UNIFIED IDEOGRAPH-2DA3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA40,
        name: "CJK UNIFIED IDEOGRAPH-2DA40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA41,
        name: "CJK UNIFIED IDEOGRAPH-2DA41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA42,
        name: "CJK UNIFIED IDEOGRAPH-2DA42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA43,
        name: "CJK UNIFIED IDEOGRAPH-2DA43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA44,
        name: "CJK UNIFIED IDEOGRAPH-2DA44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA45,
        name: "CJK UNIFIED IDEOGRAPH-2DA45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA46,
        name: "CJK UNIFIED IDEOGRAPH-2DA46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA47,
        name: "CJK UNIFIED IDEOGRAPH-2DA47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA48,
        name: "CJK UNIFIED IDEOGRAPH-2DA48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA49,
        name: "CJK UNIFIED IDEOGRAPH-2DA49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA4A,
        name: "CJK UNIFIED IDEOGRAPH-2DA4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA4B,
        name: "CJK UNIFIED IDEOGRAPH-2DA4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA4C,
        name: "CJK UNIFIED IDEOGRAPH-2DA4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA4D,
        name: "CJK UNIFIED IDEOGRAPH-2DA4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA4E,
        name: "CJK UNIFIED IDEOGRAPH-2DA4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA4F,
        name: "CJK UNIFIED IDEOGRAPH-2DA4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA50,
        name: "CJK UNIFIED IDEOGRAPH-2DA50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA51,
        name: "CJK UNIFIED IDEOGRAPH-2DA51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA52,
        name: "CJK UNIFIED IDEOGRAPH-2DA52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA53,
        name: "CJK UNIFIED IDEOGRAPH-2DA53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA54,
        name: "CJK UNIFIED IDEOGRAPH-2DA54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA55,
        name: "CJK UNIFIED IDEOGRAPH-2DA55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA56,
        name: "CJK UNIFIED IDEOGRAPH-2DA56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA57,
        name: "CJK UNIFIED IDEOGRAPH-2DA57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA58,
        name: "CJK UNIFIED IDEOGRAPH-2DA58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA59,
        name: "CJK UNIFIED IDEOGRAPH-2DA59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA5A,
        name: "CJK UNIFIED IDEOGRAPH-2DA5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA5B,
        name: "CJK UNIFIED IDEOGRAPH-2DA5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA5C,
        name: "CJK UNIFIED IDEOGRAPH-2DA5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA5D,
        name: "CJK UNIFIED IDEOGRAPH-2DA5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA5E,
        name: "CJK UNIFIED IDEOGRAPH-2DA5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA5F,
        name: "CJK UNIFIED IDEOGRAPH-2DA5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA60,
        name: "CJK UNIFIED IDEOGRAPH-2DA60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA61,
        name: "CJK UNIFIED IDEOGRAPH-2DA61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA62,
        name: "CJK UNIFIED IDEOGRAPH-2DA62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA63,
        name: "CJK UNIFIED IDEOGRAPH-2DA63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA64,
        name: "CJK UNIFIED IDEOGRAPH-2DA64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA65,
        name: "CJK UNIFIED IDEOGRAPH-2DA65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA66,
        name: "CJK UNIFIED IDEOGRAPH-2DA66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA67,
        name: "CJK UNIFIED IDEOGRAPH-2DA67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA68,
        name: "CJK UNIFIED IDEOGRAPH-2DA68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA69,
        name: "CJK UNIFIED IDEOGRAPH-2DA69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA6A,
        name: "CJK UNIFIED IDEOGRAPH-2DA6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA6B,
        name: "CJK UNIFIED IDEOGRAPH-2DA6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA6C,
        name: "CJK UNIFIED IDEOGRAPH-2DA6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA6D,
        name: "CJK UNIFIED IDEOGRAPH-2DA6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA6E,
        name: "CJK UNIFIED IDEOGRAPH-2DA6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA6F,
        name: "CJK UNIFIED IDEOGRAPH-2DA6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA70,
        name: "CJK UNIFIED IDEOGRAPH-2DA70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA71,
        name: "CJK UNIFIED IDEOGRAPH-2DA71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA72,
        name: "CJK UNIFIED IDEOGRAPH-2DA72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA73,
        name: "CJK UNIFIED IDEOGRAPH-2DA73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA74,
        name: "CJK UNIFIED IDEOGRAPH-2DA74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA75,
        name: "CJK UNIFIED IDEOGRAPH-2DA75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA76,
        name: "CJK UNIFIED IDEOGRAPH-2DA76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA77,
        name: "CJK UNIFIED IDEOGRAPH-2DA77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA78,
        name: "CJK UNIFIED IDEOGRAPH-2DA78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA79,
        name: "CJK UNIFIED IDEOGRAPH-2DA79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA7A,
        name: "CJK UNIFIED IDEOGRAPH-2DA7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA7B,
        name: "CJK UNIFIED IDEOGRAPH-2DA7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA7C,
        name: "CJK UNIFIED IDEOGRAPH-2DA7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA7D,
        name: "CJK UNIFIED IDEOGRAPH-2DA7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA7E,
        name: "CJK UNIFIED IDEOGRAPH-2DA7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA7F,
        name: "CJK UNIFIED IDEOGRAPH-2DA7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA80,
        name: "CJK UNIFIED IDEOGRAPH-2DA80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA81,
        name: "CJK UNIFIED IDEOGRAPH-2DA81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA82,
        name: "CJK UNIFIED IDEOGRAPH-2DA82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA83,
        name: "CJK UNIFIED IDEOGRAPH-2DA83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA84,
        name: "CJK UNIFIED IDEOGRAPH-2DA84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA85,
        name: "CJK UNIFIED IDEOGRAPH-2DA85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA86,
        name: "CJK UNIFIED IDEOGRAPH-2DA86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA87,
        name: "CJK UNIFIED IDEOGRAPH-2DA87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA88,
        name: "CJK UNIFIED IDEOGRAPH-2DA88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA89,
        name: "CJK UNIFIED IDEOGRAPH-2DA89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA8A,
        name: "CJK UNIFIED IDEOGRAPH-2DA8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA8B,
        name: "CJK UNIFIED IDEOGRAPH-2DA8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA8C,
        name: "CJK UNIFIED IDEOGRAPH-2DA8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA8D,
        name: "CJK UNIFIED IDEOGRAPH-2DA8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA8E,
        name: "CJK UNIFIED IDEOGRAPH-2DA8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA8F,
        name: "CJK UNIFIED IDEOGRAPH-2DA8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA90,
        name: "CJK UNIFIED IDEOGRAPH-2DA90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA91,
        name: "CJK UNIFIED IDEOGRAPH-2DA91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA92,
        name: "CJK UNIFIED IDEOGRAPH-2DA92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA93,
        name: "CJK UNIFIED IDEOGRAPH-2DA93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA94,
        name: "CJK UNIFIED IDEOGRAPH-2DA94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA95,
        name: "CJK UNIFIED IDEOGRAPH-2DA95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA96,
        name: "CJK UNIFIED IDEOGRAPH-2DA96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA97,
        name: "CJK UNIFIED IDEOGRAPH-2DA97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA98,
        name: "CJK UNIFIED IDEOGRAPH-2DA98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA99,
        name: "CJK UNIFIED IDEOGRAPH-2DA99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA9A,
        name: "CJK UNIFIED IDEOGRAPH-2DA9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA9B,
        name: "CJK UNIFIED IDEOGRAPH-2DA9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA9C,
        name: "CJK UNIFIED IDEOGRAPH-2DA9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA9D,
        name: "CJK UNIFIED IDEOGRAPH-2DA9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA9E,
        name: "CJK UNIFIED IDEOGRAPH-2DA9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DA9F,
        name: "CJK UNIFIED IDEOGRAPH-2DA9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA0,
        name: "CJK UNIFIED IDEOGRAPH-2DAA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA1,
        name: "CJK UNIFIED IDEOGRAPH-2DAA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA2,
        name: "CJK UNIFIED IDEOGRAPH-2DAA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA3,
        name: "CJK UNIFIED IDEOGRAPH-2DAA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA4,
        name: "CJK UNIFIED IDEOGRAPH-2DAA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA5,
        name: "CJK UNIFIED IDEOGRAPH-2DAA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA6,
        name: "CJK UNIFIED IDEOGRAPH-2DAA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA7,
        name: "CJK UNIFIED IDEOGRAPH-2DAA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA8,
        name: "CJK UNIFIED IDEOGRAPH-2DAA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAA9,
        name: "CJK UNIFIED IDEOGRAPH-2DAA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAAA,
        name: "CJK UNIFIED IDEOGRAPH-2DAAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAAB,
        name: "CJK UNIFIED IDEOGRAPH-2DAAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAAC,
        name: "CJK UNIFIED IDEOGRAPH-2DAAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAAD,
        name: "CJK UNIFIED IDEOGRAPH-2DAAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAAE,
        name: "CJK UNIFIED IDEOGRAPH-2DAAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAAF,
        name: "CJK UNIFIED IDEOGRAPH-2DAAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB0,
        name: "CJK UNIFIED IDEOGRAPH-2DAB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB1,
        name: "CJK UNIFIED IDEOGRAPH-2DAB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB2,
        name: "CJK UNIFIED IDEOGRAPH-2DAB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB3,
        name: "CJK UNIFIED IDEOGRAPH-2DAB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB4,
        name: "CJK UNIFIED IDEOGRAPH-2DAB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB5,
        name: "CJK UNIFIED IDEOGRAPH-2DAB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB6,
        name: "CJK UNIFIED IDEOGRAPH-2DAB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB7,
        name: "CJK UNIFIED IDEOGRAPH-2DAB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB8,
        name: "CJK UNIFIED IDEOGRAPH-2DAB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAB9,
        name: "CJK UNIFIED IDEOGRAPH-2DAB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DABA,
        name: "CJK UNIFIED IDEOGRAPH-2DABA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DABB,
        name: "CJK UNIFIED IDEOGRAPH-2DABB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DABC,
        name: "CJK UNIFIED IDEOGRAPH-2DABC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DABD,
        name: "CJK UNIFIED IDEOGRAPH-2DABD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DABE,
        name: "CJK UNIFIED IDEOGRAPH-2DABE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DABF,
        name: "CJK UNIFIED IDEOGRAPH-2DABF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC0,
        name: "CJK UNIFIED IDEOGRAPH-2DAC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC1,
        name: "CJK UNIFIED IDEOGRAPH-2DAC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC2,
        name: "CJK UNIFIED IDEOGRAPH-2DAC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC3,
        name: "CJK UNIFIED IDEOGRAPH-2DAC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC4,
        name: "CJK UNIFIED IDEOGRAPH-2DAC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC5,
        name: "CJK UNIFIED IDEOGRAPH-2DAC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC6,
        name: "CJK UNIFIED IDEOGRAPH-2DAC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC7,
        name: "CJK UNIFIED IDEOGRAPH-2DAC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC8,
        name: "CJK UNIFIED IDEOGRAPH-2DAC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAC9,
        name: "CJK UNIFIED IDEOGRAPH-2DAC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DACA,
        name: "CJK UNIFIED IDEOGRAPH-2DACA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DACB,
        name: "CJK UNIFIED IDEOGRAPH-2DACB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DACC,
        name: "CJK UNIFIED IDEOGRAPH-2DACC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DACD,
        name: "CJK UNIFIED IDEOGRAPH-2DACD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DACE,
        name: "CJK UNIFIED IDEOGRAPH-2DACE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DACF,
        name: "CJK UNIFIED IDEOGRAPH-2DACF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD0,
        name: "CJK UNIFIED IDEOGRAPH-2DAD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD1,
        name: "CJK UNIFIED IDEOGRAPH-2DAD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD2,
        name: "CJK UNIFIED IDEOGRAPH-2DAD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD3,
        name: "CJK UNIFIED IDEOGRAPH-2DAD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD4,
        name: "CJK UNIFIED IDEOGRAPH-2DAD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD5,
        name: "CJK UNIFIED IDEOGRAPH-2DAD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD6,
        name: "CJK UNIFIED IDEOGRAPH-2DAD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD7,
        name: "CJK UNIFIED IDEOGRAPH-2DAD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD8,
        name: "CJK UNIFIED IDEOGRAPH-2DAD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAD9,
        name: "CJK UNIFIED IDEOGRAPH-2DAD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DADA,
        name: "CJK UNIFIED IDEOGRAPH-2DADA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DADB,
        name: "CJK UNIFIED IDEOGRAPH-2DADB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DADC,
        name: "CJK UNIFIED IDEOGRAPH-2DADC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DADD,
        name: "CJK UNIFIED IDEOGRAPH-2DADD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DADE,
        name: "CJK UNIFIED IDEOGRAPH-2DADE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DADF,
        name: "CJK UNIFIED IDEOGRAPH-2DADF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE0,
        name: "CJK UNIFIED IDEOGRAPH-2DAE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE1,
        name: "CJK UNIFIED IDEOGRAPH-2DAE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE2,
        name: "CJK UNIFIED IDEOGRAPH-2DAE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE3,
        name: "CJK UNIFIED IDEOGRAPH-2DAE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE4,
        name: "CJK UNIFIED IDEOGRAPH-2DAE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE5,
        name: "CJK UNIFIED IDEOGRAPH-2DAE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE6,
        name: "CJK UNIFIED IDEOGRAPH-2DAE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE7,
        name: "CJK UNIFIED IDEOGRAPH-2DAE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE8,
        name: "CJK UNIFIED IDEOGRAPH-2DAE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAE9,
        name: "CJK UNIFIED IDEOGRAPH-2DAE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAEA,
        name: "CJK UNIFIED IDEOGRAPH-2DAEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAEB,
        name: "CJK UNIFIED IDEOGRAPH-2DAEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAEC,
        name: "CJK UNIFIED IDEOGRAPH-2DAEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAED,
        name: "CJK UNIFIED IDEOGRAPH-2DAED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAEE,
        name: "CJK UNIFIED IDEOGRAPH-2DAEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAEF,
        name: "CJK UNIFIED IDEOGRAPH-2DAEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF0,
        name: "CJK UNIFIED IDEOGRAPH-2DAF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF1,
        name: "CJK UNIFIED IDEOGRAPH-2DAF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF2,
        name: "CJK UNIFIED IDEOGRAPH-2DAF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF3,
        name: "CJK UNIFIED IDEOGRAPH-2DAF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF4,
        name: "CJK UNIFIED IDEOGRAPH-2DAF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF5,
        name: "CJK UNIFIED IDEOGRAPH-2DAF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF6,
        name: "CJK UNIFIED IDEOGRAPH-2DAF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF7,
        name: "CJK UNIFIED IDEOGRAPH-2DAF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF8,
        name: "CJK UNIFIED IDEOGRAPH-2DAF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAF9,
        name: "CJK UNIFIED IDEOGRAPH-2DAF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAFA,
        name: "CJK UNIFIED IDEOGRAPH-2DAFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAFB,
        name: "CJK UNIFIED IDEOGRAPH-2DAFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAFC,
        name: "CJK UNIFIED IDEOGRAPH-2DAFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAFD,
        name: "CJK UNIFIED IDEOGRAPH-2DAFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAFE,
        name: "CJK UNIFIED IDEOGRAPH-2DAFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DAFF,
        name: "CJK UNIFIED IDEOGRAPH-2DAFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB00,
        name: "CJK UNIFIED IDEOGRAPH-2DB00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB01,
        name: "CJK UNIFIED IDEOGRAPH-2DB01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB02,
        name: "CJK UNIFIED IDEOGRAPH-2DB02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB03,
        name: "CJK UNIFIED IDEOGRAPH-2DB03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB04,
        name: "CJK UNIFIED IDEOGRAPH-2DB04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB05,
        name: "CJK UNIFIED IDEOGRAPH-2DB05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB06,
        name: "CJK UNIFIED IDEOGRAPH-2DB06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB07,
        name: "CJK UNIFIED IDEOGRAPH-2DB07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB08,
        name: "CJK UNIFIED IDEOGRAPH-2DB08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB09,
        name: "CJK UNIFIED IDEOGRAPH-2DB09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB0A,
        name: "CJK UNIFIED IDEOGRAPH-2DB0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB0B,
        name: "CJK UNIFIED IDEOGRAPH-2DB0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB0C,
        name: "CJK UNIFIED IDEOGRAPH-2DB0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB0D,
        name: "CJK UNIFIED IDEOGRAPH-2DB0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB0E,
        name: "CJK UNIFIED IDEOGRAPH-2DB0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB0F,
        name: "CJK UNIFIED IDEOGRAPH-2DB0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB10,
        name: "CJK UNIFIED IDEOGRAPH-2DB10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB11,
        name: "CJK UNIFIED IDEOGRAPH-2DB11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB12,
        name: "CJK UNIFIED IDEOGRAPH-2DB12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB13,
        name: "CJK UNIFIED IDEOGRAPH-2DB13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB14,
        name: "CJK UNIFIED IDEOGRAPH-2DB14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB15,
        name: "CJK UNIFIED IDEOGRAPH-2DB15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB16,
        name: "CJK UNIFIED IDEOGRAPH-2DB16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB17,
        name: "CJK UNIFIED IDEOGRAPH-2DB17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB18,
        name: "CJK UNIFIED IDEOGRAPH-2DB18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB19,
        name: "CJK UNIFIED IDEOGRAPH-2DB19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB1A,
        name: "CJK UNIFIED IDEOGRAPH-2DB1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB1B,
        name: "CJK UNIFIED IDEOGRAPH-2DB1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB1C,
        name: "CJK UNIFIED IDEOGRAPH-2DB1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB1D,
        name: "CJK UNIFIED IDEOGRAPH-2DB1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB1E,
        name: "CJK UNIFIED IDEOGRAPH-2DB1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB1F,
        name: "CJK UNIFIED IDEOGRAPH-2DB1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB20,
        name: "CJK UNIFIED IDEOGRAPH-2DB20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB21,
        name: "CJK UNIFIED IDEOGRAPH-2DB21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB22,
        name: "CJK UNIFIED IDEOGRAPH-2DB22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB23,
        name: "CJK UNIFIED IDEOGRAPH-2DB23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB24,
        name: "CJK UNIFIED IDEOGRAPH-2DB24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB25,
        name: "CJK UNIFIED IDEOGRAPH-2DB25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB26,
        name: "CJK UNIFIED IDEOGRAPH-2DB26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB27,
        name: "CJK UNIFIED IDEOGRAPH-2DB27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB28,
        name: "CJK UNIFIED IDEOGRAPH-2DB28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB29,
        name: "CJK UNIFIED IDEOGRAPH-2DB29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB2A,
        name: "CJK UNIFIED IDEOGRAPH-2DB2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB2B,
        name: "CJK UNIFIED IDEOGRAPH-2DB2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB2C,
        name: "CJK UNIFIED IDEOGRAPH-2DB2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB2D,
        name: "CJK UNIFIED IDEOGRAPH-2DB2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB2E,
        name: "CJK UNIFIED IDEOGRAPH-2DB2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB2F,
        name: "CJK UNIFIED IDEOGRAPH-2DB2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB30,
        name: "CJK UNIFIED IDEOGRAPH-2DB30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB31,
        name: "CJK UNIFIED IDEOGRAPH-2DB31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB32,
        name: "CJK UNIFIED IDEOGRAPH-2DB32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB33,
        name: "CJK UNIFIED IDEOGRAPH-2DB33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB34,
        name: "CJK UNIFIED IDEOGRAPH-2DB34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB35,
        name: "CJK UNIFIED IDEOGRAPH-2DB35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB36,
        name: "CJK UNIFIED IDEOGRAPH-2DB36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB37,
        name: "CJK UNIFIED IDEOGRAPH-2DB37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB38,
        name: "CJK UNIFIED IDEOGRAPH-2DB38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB39,
        name: "CJK UNIFIED IDEOGRAPH-2DB39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB3A,
        name: "CJK UNIFIED IDEOGRAPH-2DB3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB3B,
        name: "CJK UNIFIED IDEOGRAPH-2DB3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB3C,
        name: "CJK UNIFIED IDEOGRAPH-2DB3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB3D,
        name: "CJK UNIFIED IDEOGRAPH-2DB3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB3E,
        name: "CJK UNIFIED IDEOGRAPH-2DB3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB3F,
        name: "CJK UNIFIED IDEOGRAPH-2DB3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB40,
        name: "CJK UNIFIED IDEOGRAPH-2DB40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB41,
        name: "CJK UNIFIED IDEOGRAPH-2DB41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB42,
        name: "CJK UNIFIED IDEOGRAPH-2DB42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB43,
        name: "CJK UNIFIED IDEOGRAPH-2DB43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB44,
        name: "CJK UNIFIED IDEOGRAPH-2DB44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB45,
        name: "CJK UNIFIED IDEOGRAPH-2DB45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB46,
        name: "CJK UNIFIED IDEOGRAPH-2DB46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB47,
        name: "CJK UNIFIED IDEOGRAPH-2DB47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB48,
        name: "CJK UNIFIED IDEOGRAPH-2DB48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB49,
        name: "CJK UNIFIED IDEOGRAPH-2DB49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB4A,
        name: "CJK UNIFIED IDEOGRAPH-2DB4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB4B,
        name: "CJK UNIFIED IDEOGRAPH-2DB4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB4C,
        name: "CJK UNIFIED IDEOGRAPH-2DB4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB4D,
        name: "CJK UNIFIED IDEOGRAPH-2DB4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB4E,
        name: "CJK UNIFIED IDEOGRAPH-2DB4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB4F,
        name: "CJK UNIFIED IDEOGRAPH-2DB4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB50,
        name: "CJK UNIFIED IDEOGRAPH-2DB50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB51,
        name: "CJK UNIFIED IDEOGRAPH-2DB51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB52,
        name: "CJK UNIFIED IDEOGRAPH-2DB52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB53,
        name: "CJK UNIFIED IDEOGRAPH-2DB53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB54,
        name: "CJK UNIFIED IDEOGRAPH-2DB54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB55,
        name: "CJK UNIFIED IDEOGRAPH-2DB55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB56,
        name: "CJK UNIFIED IDEOGRAPH-2DB56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB57,
        name: "CJK UNIFIED IDEOGRAPH-2DB57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB58,
        name: "CJK UNIFIED IDEOGRAPH-2DB58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB59,
        name: "CJK UNIFIED IDEOGRAPH-2DB59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB5A,
        name: "CJK UNIFIED IDEOGRAPH-2DB5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB5B,
        name: "CJK UNIFIED IDEOGRAPH-2DB5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB5C,
        name: "CJK UNIFIED IDEOGRAPH-2DB5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB5D,
        name: "CJK UNIFIED IDEOGRAPH-2DB5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB5E,
        name: "CJK UNIFIED IDEOGRAPH-2DB5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB5F,
        name: "CJK UNIFIED IDEOGRAPH-2DB5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB60,
        name: "CJK UNIFIED IDEOGRAPH-2DB60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB61,
        name: "CJK UNIFIED IDEOGRAPH-2DB61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB62,
        name: "CJK UNIFIED IDEOGRAPH-2DB62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB63,
        name: "CJK UNIFIED IDEOGRAPH-2DB63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB64,
        name: "CJK UNIFIED IDEOGRAPH-2DB64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB65,
        name: "CJK UNIFIED IDEOGRAPH-2DB65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB66,
        name: "CJK UNIFIED IDEOGRAPH-2DB66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB67,
        name: "CJK UNIFIED IDEOGRAPH-2DB67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB68,
        name: "CJK UNIFIED IDEOGRAPH-2DB68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB69,
        name: "CJK UNIFIED IDEOGRAPH-2DB69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB6A,
        name: "CJK UNIFIED IDEOGRAPH-2DB6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB6B,
        name: "CJK UNIFIED IDEOGRAPH-2DB6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB6C,
        name: "CJK UNIFIED IDEOGRAPH-2DB6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB6D,
        name: "CJK UNIFIED IDEOGRAPH-2DB6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB6E,
        name: "CJK UNIFIED IDEOGRAPH-2DB6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB6F,
        name: "CJK UNIFIED IDEOGRAPH-2DB6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB70,
        name: "CJK UNIFIED IDEOGRAPH-2DB70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB71,
        name: "CJK UNIFIED IDEOGRAPH-2DB71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB72,
        name: "CJK UNIFIED IDEOGRAPH-2DB72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB73,
        name: "CJK UNIFIED IDEOGRAPH-2DB73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB74,
        name: "CJK UNIFIED IDEOGRAPH-2DB74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB75,
        name: "CJK UNIFIED IDEOGRAPH-2DB75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB76,
        name: "CJK UNIFIED IDEOGRAPH-2DB76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB77,
        name: "CJK UNIFIED IDEOGRAPH-2DB77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB78,
        name: "CJK UNIFIED IDEOGRAPH-2DB78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB79,
        name: "CJK UNIFIED IDEOGRAPH-2DB79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB7A,
        name: "CJK UNIFIED IDEOGRAPH-2DB7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB7B,
        name: "CJK UNIFIED IDEOGRAPH-2DB7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB7C,
        name: "CJK UNIFIED IDEOGRAPH-2DB7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB7D,
        name: "CJK UNIFIED IDEOGRAPH-2DB7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB7E,
        name: "CJK UNIFIED IDEOGRAPH-2DB7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB7F,
        name: "CJK UNIFIED IDEOGRAPH-2DB7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB80,
        name: "CJK UNIFIED IDEOGRAPH-2DB80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB81,
        name: "CJK UNIFIED IDEOGRAPH-2DB81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB82,
        name: "CJK UNIFIED IDEOGRAPH-2DB82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB83,
        name: "CJK UNIFIED IDEOGRAPH-2DB83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB84,
        name: "CJK UNIFIED IDEOGRAPH-2DB84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB85,
        name: "CJK UNIFIED IDEOGRAPH-2DB85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB86,
        name: "CJK UNIFIED IDEOGRAPH-2DB86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB87,
        name: "CJK UNIFIED IDEOGRAPH-2DB87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB88,
        name: "CJK UNIFIED IDEOGRAPH-2DB88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB89,
        name: "CJK UNIFIED IDEOGRAPH-2DB89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB8A,
        name: "CJK UNIFIED IDEOGRAPH-2DB8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB8B,
        name: "CJK UNIFIED IDEOGRAPH-2DB8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB8C,
        name: "CJK UNIFIED IDEOGRAPH-2DB8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB8D,
        name: "CJK UNIFIED IDEOGRAPH-2DB8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB8E,
        name: "CJK UNIFIED IDEOGRAPH-2DB8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB8F,
        name: "CJK UNIFIED IDEOGRAPH-2DB8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB90,
        name: "CJK UNIFIED IDEOGRAPH-2DB90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB91,
        name: "CJK UNIFIED IDEOGRAPH-2DB91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB92,
        name: "CJK UNIFIED IDEOGRAPH-2DB92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB93,
        name: "CJK UNIFIED IDEOGRAPH-2DB93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB94,
        name: "CJK UNIFIED IDEOGRAPH-2DB94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB95,
        name: "CJK UNIFIED IDEOGRAPH-2DB95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB96,
        name: "CJK UNIFIED IDEOGRAPH-2DB96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB97,
        name: "CJK UNIFIED IDEOGRAPH-2DB97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB98,
        name: "CJK UNIFIED IDEOGRAPH-2DB98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB99,
        name: "CJK UNIFIED IDEOGRAPH-2DB99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB9A,
        name: "CJK UNIFIED IDEOGRAPH-2DB9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB9B,
        name: "CJK UNIFIED IDEOGRAPH-2DB9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB9C,
        name: "CJK UNIFIED IDEOGRAPH-2DB9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB9D,
        name: "CJK UNIFIED IDEOGRAPH-2DB9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB9E,
        name: "CJK UNIFIED IDEOGRAPH-2DB9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DB9F,
        name: "CJK UNIFIED IDEOGRAPH-2DB9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA0,
        name: "CJK UNIFIED IDEOGRAPH-2DBA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA1,
        name: "CJK UNIFIED IDEOGRAPH-2DBA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA2,
        name: "CJK UNIFIED IDEOGRAPH-2DBA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA3,
        name: "CJK UNIFIED IDEOGRAPH-2DBA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA4,
        name: "CJK UNIFIED IDEOGRAPH-2DBA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA5,
        name: "CJK UNIFIED IDEOGRAPH-2DBA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA6,
        name: "CJK UNIFIED IDEOGRAPH-2DBA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA7,
        name: "CJK UNIFIED IDEOGRAPH-2DBA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA8,
        name: "CJK UNIFIED IDEOGRAPH-2DBA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBA9,
        name: "CJK UNIFIED IDEOGRAPH-2DBA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBAA,
        name: "CJK UNIFIED IDEOGRAPH-2DBAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBAB,
        name: "CJK UNIFIED IDEOGRAPH-2DBAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBAC,
        name: "CJK UNIFIED IDEOGRAPH-2DBAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBAD,
        name: "CJK UNIFIED IDEOGRAPH-2DBAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBAE,
        name: "CJK UNIFIED IDEOGRAPH-2DBAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBAF,
        name: "CJK UNIFIED IDEOGRAPH-2DBAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB0,
        name: "CJK UNIFIED IDEOGRAPH-2DBB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB1,
        name: "CJK UNIFIED IDEOGRAPH-2DBB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB2,
        name: "CJK UNIFIED IDEOGRAPH-2DBB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB3,
        name: "CJK UNIFIED IDEOGRAPH-2DBB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB4,
        name: "CJK UNIFIED IDEOGRAPH-2DBB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB5,
        name: "CJK UNIFIED IDEOGRAPH-2DBB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB6,
        name: "CJK UNIFIED IDEOGRAPH-2DBB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB7,
        name: "CJK UNIFIED IDEOGRAPH-2DBB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB8,
        name: "CJK UNIFIED IDEOGRAPH-2DBB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBB9,
        name: "CJK UNIFIED IDEOGRAPH-2DBB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBBA,
        name: "CJK UNIFIED IDEOGRAPH-2DBBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBBB,
        name: "CJK UNIFIED IDEOGRAPH-2DBBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBBC,
        name: "CJK UNIFIED IDEOGRAPH-2DBBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBBD,
        name: "CJK UNIFIED IDEOGRAPH-2DBBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBBE,
        name: "CJK UNIFIED IDEOGRAPH-2DBBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBBF,
        name: "CJK UNIFIED IDEOGRAPH-2DBBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC0,
        name: "CJK UNIFIED IDEOGRAPH-2DBC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC1,
        name: "CJK UNIFIED IDEOGRAPH-2DBC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC2,
        name: "CJK UNIFIED IDEOGRAPH-2DBC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC3,
        name: "CJK UNIFIED IDEOGRAPH-2DBC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC4,
        name: "CJK UNIFIED IDEOGRAPH-2DBC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC5,
        name: "CJK UNIFIED IDEOGRAPH-2DBC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC6,
        name: "CJK UNIFIED IDEOGRAPH-2DBC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC7,
        name: "CJK UNIFIED IDEOGRAPH-2DBC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC8,
        name: "CJK UNIFIED IDEOGRAPH-2DBC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBC9,
        name: "CJK UNIFIED IDEOGRAPH-2DBC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBCA,
        name: "CJK UNIFIED IDEOGRAPH-2DBCA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBCB,
        name: "CJK UNIFIED IDEOGRAPH-2DBCB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBCC,
        name: "CJK UNIFIED IDEOGRAPH-2DBCC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBCD,
        name: "CJK UNIFIED IDEOGRAPH-2DBCD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBCE,
        name: "CJK UNIFIED IDEOGRAPH-2DBCE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBCF,
        name: "CJK UNIFIED IDEOGRAPH-2DBCF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD0,
        name: "CJK UNIFIED IDEOGRAPH-2DBD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD1,
        name: "CJK UNIFIED IDEOGRAPH-2DBD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD2,
        name: "CJK UNIFIED IDEOGRAPH-2DBD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD3,
        name: "CJK UNIFIED IDEOGRAPH-2DBD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD4,
        name: "CJK UNIFIED IDEOGRAPH-2DBD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD5,
        name: "CJK UNIFIED IDEOGRAPH-2DBD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD6,
        name: "CJK UNIFIED IDEOGRAPH-2DBD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD7,
        name: "CJK UNIFIED IDEOGRAPH-2DBD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD8,
        name: "CJK UNIFIED IDEOGRAPH-2DBD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBD9,
        name: "CJK UNIFIED IDEOGRAPH-2DBD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBDA,
        name: "CJK UNIFIED IDEOGRAPH-2DBDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBDB,
        name: "CJK UNIFIED IDEOGRAPH-2DBDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBDC,
        name: "CJK UNIFIED IDEOGRAPH-2DBDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBDD,
        name: "CJK UNIFIED IDEOGRAPH-2DBDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBDE,
        name: "CJK UNIFIED IDEOGRAPH-2DBDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBDF,
        name: "CJK UNIFIED IDEOGRAPH-2DBDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE0,
        name: "CJK UNIFIED IDEOGRAPH-2DBE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE1,
        name: "CJK UNIFIED IDEOGRAPH-2DBE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE2,
        name: "CJK UNIFIED IDEOGRAPH-2DBE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE3,
        name: "CJK UNIFIED IDEOGRAPH-2DBE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE4,
        name: "CJK UNIFIED IDEOGRAPH-2DBE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE5,
        name: "CJK UNIFIED IDEOGRAPH-2DBE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE6,
        name: "CJK UNIFIED IDEOGRAPH-2DBE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE7,
        name: "CJK UNIFIED IDEOGRAPH-2DBE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE8,
        name: "CJK UNIFIED IDEOGRAPH-2DBE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBE9,
        name: "CJK UNIFIED IDEOGRAPH-2DBE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBEA,
        name: "CJK UNIFIED IDEOGRAPH-2DBEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBEB,
        name: "CJK UNIFIED IDEOGRAPH-2DBEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBEC,
        name: "CJK UNIFIED IDEOGRAPH-2DBEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBED,
        name: "CJK UNIFIED IDEOGRAPH-2DBED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBEE,
        name: "CJK UNIFIED IDEOGRAPH-2DBEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBEF,
        name: "CJK UNIFIED IDEOGRAPH-2DBEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF0,
        name: "CJK UNIFIED IDEOGRAPH-2DBF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF1,
        name: "CJK UNIFIED IDEOGRAPH-2DBF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF2,
        name: "CJK UNIFIED IDEOGRAPH-2DBF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF3,
        name: "CJK UNIFIED IDEOGRAPH-2DBF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF4,
        name: "CJK UNIFIED IDEOGRAPH-2DBF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF5,
        name: "CJK UNIFIED IDEOGRAPH-2DBF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF6,
        name: "CJK UNIFIED IDEOGRAPH-2DBF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF7,
        name: "CJK UNIFIED IDEOGRAPH-2DBF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF8,
        name: "CJK UNIFIED IDEOGRAPH-2DBF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBF9,
        name: "CJK UNIFIED IDEOGRAPH-2DBF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBFA,
        name: "CJK UNIFIED IDEOGRAPH-2DBFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBFB,
        name: "CJK UNIFIED IDEOGRAPH-2DBFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBFC,
        name: "CJK UNIFIED IDEOGRAPH-2DBFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBFD,
        name: "CJK UNIFIED IDEOGRAPH-2DBFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBFE,
        name: "CJK UNIFIED IDEOGRAPH-2DBFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DBFF,
        name: "CJK UNIFIED IDEOGRAPH-2DBFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC00,
        name: "CJK UNIFIED IDEOGRAPH-2DC00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC01,
        name: "CJK UNIFIED IDEOGRAPH-2DC01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC02,
        name: "CJK UNIFIED IDEOGRAPH-2DC02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC03,
        name: "CJK UNIFIED IDEOGRAPH-2DC03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC04,
        name: "CJK UNIFIED IDEOGRAPH-2DC04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC05,
        name: "CJK UNIFIED IDEOGRAPH-2DC05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC06,
        name: "CJK UNIFIED IDEOGRAPH-2DC06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC07,
        name: "CJK UNIFIED IDEOGRAPH-2DC07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC08,
        name: "CJK UNIFIED IDEOGRAPH-2DC08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC09,
        name: "CJK UNIFIED IDEOGRAPH-2DC09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC0A,
        name: "CJK UNIFIED IDEOGRAPH-2DC0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC0B,
        name: "CJK UNIFIED IDEOGRAPH-2DC0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC0C,
        name: "CJK UNIFIED IDEOGRAPH-2DC0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC0D,
        name: "CJK UNIFIED IDEOGRAPH-2DC0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC0E,
        name: "CJK UNIFIED IDEOGRAPH-2DC0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC0F,
        name: "CJK UNIFIED IDEOGRAPH-2DC0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC10,
        name: "CJK UNIFIED IDEOGRAPH-2DC10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC11,
        name: "CJK UNIFIED IDEOGRAPH-2DC11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC12,
        name: "CJK UNIFIED IDEOGRAPH-2DC12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC13,
        name: "CJK UNIFIED IDEOGRAPH-2DC13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC14,
        name: "CJK UNIFIED IDEOGRAPH-2DC14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC15,
        name: "CJK UNIFIED IDEOGRAPH-2DC15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC16,
        name: "CJK UNIFIED IDEOGRAPH-2DC16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC17,
        name: "CJK UNIFIED IDEOGRAPH-2DC17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC18,
        name: "CJK UNIFIED IDEOGRAPH-2DC18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC19,
        name: "CJK UNIFIED IDEOGRAPH-2DC19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC1A,
        name: "CJK UNIFIED IDEOGRAPH-2DC1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC1B,
        name: "CJK UNIFIED IDEOGRAPH-2DC1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC1C,
        name: "CJK UNIFIED IDEOGRAPH-2DC1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC1D,
        name: "CJK UNIFIED IDEOGRAPH-2DC1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC1E,
        name: "CJK UNIFIED IDEOGRAPH-2DC1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC1F,
        name: "CJK UNIFIED IDEOGRAPH-2DC1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC20,
        name: "CJK UNIFIED IDEOGRAPH-2DC20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC21,
        name: "CJK UNIFIED IDEOGRAPH-2DC21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC22,
        name: "CJK UNIFIED IDEOGRAPH-2DC22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC23,
        name: "CJK UNIFIED IDEOGRAPH-2DC23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC24,
        name: "CJK UNIFIED IDEOGRAPH-2DC24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC25,
        name: "CJK UNIFIED IDEOGRAPH-2DC25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC26,
        name: "CJK UNIFIED IDEOGRAPH-2DC26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC27,
        name: "CJK UNIFIED IDEOGRAPH-2DC27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC28,
        name: "CJK UNIFIED IDEOGRAPH-2DC28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC29,
        name: "CJK UNIFIED IDEOGRAPH-2DC29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC2A,
        name: "CJK UNIFIED IDEOGRAPH-2DC2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC2B,
        name: "CJK UNIFIED IDEOGRAPH-2DC2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC2C,
        name: "CJK UNIFIED IDEOGRAPH-2DC2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC2D,
        name: "CJK UNIFIED IDEOGRAPH-2DC2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC2E,
        name: "CJK UNIFIED IDEOGRAPH-2DC2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC2F,
        name: "CJK UNIFIED IDEOGRAPH-2DC2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC30,
        name: "CJK UNIFIED IDEOGRAPH-2DC30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC31,
        name: "CJK UNIFIED IDEOGRAPH-2DC31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC32,
        name: "CJK UNIFIED IDEOGRAPH-2DC32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC33,
        name: "CJK UNIFIED IDEOGRAPH-2DC33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC34,
        name: "CJK UNIFIED IDEOGRAPH-2DC34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC35,
        name: "CJK UNIFIED IDEOGRAPH-2DC35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC36,
        name: "CJK UNIFIED IDEOGRAPH-2DC36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC37,
        name: "CJK UNIFIED IDEOGRAPH-2DC37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC38,
        name: "CJK UNIFIED IDEOGRAPH-2DC38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC39,
        name: "CJK UNIFIED IDEOGRAPH-2DC39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC3A,
        name: "CJK UNIFIED IDEOGRAPH-2DC3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC3B,
        name: "CJK UNIFIED IDEOGRAPH-2DC3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC3C,
        name: "CJK UNIFIED IDEOGRAPH-2DC3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC3D,
        name: "CJK UNIFIED IDEOGRAPH-2DC3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC3E,
        name: "CJK UNIFIED IDEOGRAPH-2DC3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC3F,
        name: "CJK UNIFIED IDEOGRAPH-2DC3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC40,
        name: "CJK UNIFIED IDEOGRAPH-2DC40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC41,
        name: "CJK UNIFIED IDEOGRAPH-2DC41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC42,
        name: "CJK UNIFIED IDEOGRAPH-2DC42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC43,
        name: "CJK UNIFIED IDEOGRAPH-2DC43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC44,
        name: "CJK UNIFIED IDEOGRAPH-2DC44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC45,
        name: "CJK UNIFIED IDEOGRAPH-2DC45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC46,
        name: "CJK UNIFIED IDEOGRAPH-2DC46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC47,
        name: "CJK UNIFIED IDEOGRAPH-2DC47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC48,
        name: "CJK UNIFIED IDEOGRAPH-2DC48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC49,
        name: "CJK UNIFIED IDEOGRAPH-2DC49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC4A,
        name: "CJK UNIFIED IDEOGRAPH-2DC4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC4B,
        name: "CJK UNIFIED IDEOGRAPH-2DC4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC4C,
        name: "CJK UNIFIED IDEOGRAPH-2DC4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC4D,
        name: "CJK UNIFIED IDEOGRAPH-2DC4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC4E,
        name: "CJK UNIFIED IDEOGRAPH-2DC4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC4F,
        name: "CJK UNIFIED IDEOGRAPH-2DC4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC50,
        name: "CJK UNIFIED IDEOGRAPH-2DC50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC51,
        name: "CJK UNIFIED IDEOGRAPH-2DC51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC52,
        name: "CJK UNIFIED IDEOGRAPH-2DC52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC53,
        name: "CJK UNIFIED IDEOGRAPH-2DC53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC54,
        name: "CJK UNIFIED IDEOGRAPH-2DC54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC55,
        name: "CJK UNIFIED IDEOGRAPH-2DC55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC56,
        name: "CJK UNIFIED IDEOGRAPH-2DC56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC57,
        name: "CJK UNIFIED IDEOGRAPH-2DC57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC58,
        name: "CJK UNIFIED IDEOGRAPH-2DC58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC59,
        name: "CJK UNIFIED IDEOGRAPH-2DC59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC5A,
        name: "CJK UNIFIED IDEOGRAPH-2DC5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC5B,
        name: "CJK UNIFIED IDEOGRAPH-2DC5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC5C,
        name: "CJK UNIFIED IDEOGRAPH-2DC5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC5D,
        name: "CJK UNIFIED IDEOGRAPH-2DC5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC5E,
        name: "CJK UNIFIED IDEOGRAPH-2DC5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC5F,
        name: "CJK UNIFIED IDEOGRAPH-2DC5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC60,
        name: "CJK UNIFIED IDEOGRAPH-2DC60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC61,
        name: "CJK UNIFIED IDEOGRAPH-2DC61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC62,
        name: "CJK UNIFIED IDEOGRAPH-2DC62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC63,
        name: "CJK UNIFIED IDEOGRAPH-2DC63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC64,
        name: "CJK UNIFIED IDEOGRAPH-2DC64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC65,
        name: "CJK UNIFIED IDEOGRAPH-2DC65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC66,
        name: "CJK UNIFIED IDEOGRAPH-2DC66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC67,
        name: "CJK UNIFIED IDEOGRAPH-2DC67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC68,
        name: "CJK UNIFIED IDEOGRAPH-2DC68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC69,
        name: "CJK UNIFIED IDEOGRAPH-2DC69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC6A,
        name: "CJK UNIFIED IDEOGRAPH-2DC6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC6B,
        name: "CJK UNIFIED IDEOGRAPH-2DC6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC6C,
        name: "CJK UNIFIED IDEOGRAPH-2DC6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC6D,
        name: "CJK UNIFIED IDEOGRAPH-2DC6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC6E,
        name: "CJK UNIFIED IDEOGRAPH-2DC6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC6F,
        name: "CJK UNIFIED IDEOGRAPH-2DC6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC70,
        name: "CJK UNIFIED IDEOGRAPH-2DC70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC71,
        name: "CJK UNIFIED IDEOGRAPH-2DC71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC72,
        name: "CJK UNIFIED IDEOGRAPH-2DC72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC73,
        name: "CJK UNIFIED IDEOGRAPH-2DC73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC74,
        name: "CJK UNIFIED IDEOGRAPH-2DC74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC75,
        name: "CJK UNIFIED IDEOGRAPH-2DC75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC76,
        name: "CJK UNIFIED IDEOGRAPH-2DC76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC77,
        name: "CJK UNIFIED IDEOGRAPH-2DC77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC78,
        name: "CJK UNIFIED IDEOGRAPH-2DC78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC79,
        name: "CJK UNIFIED IDEOGRAPH-2DC79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC7A,
        name: "CJK UNIFIED IDEOGRAPH-2DC7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC7B,
        name: "CJK UNIFIED IDEOGRAPH-2DC7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC7C,
        name: "CJK UNIFIED IDEOGRAPH-2DC7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC7D,
        name: "CJK UNIFIED IDEOGRAPH-2DC7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC7E,
        name: "CJK UNIFIED IDEOGRAPH-2DC7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC7F,
        name: "CJK UNIFIED IDEOGRAPH-2DC7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC80,
        name: "CJK UNIFIED IDEOGRAPH-2DC80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC81,
        name: "CJK UNIFIED IDEOGRAPH-2DC81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC82,
        name: "CJK UNIFIED IDEOGRAPH-2DC82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC83,
        name: "CJK UNIFIED IDEOGRAPH-2DC83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC84,
        name: "CJK UNIFIED IDEOGRAPH-2DC84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC85,
        name: "CJK UNIFIED IDEOGRAPH-2DC85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC86,
        name: "CJK UNIFIED IDEOGRAPH-2DC86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC87,
        name: "CJK UNIFIED IDEOGRAPH-2DC87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC88,
        name: "CJK UNIFIED IDEOGRAPH-2DC88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC89,
        name: "CJK UNIFIED IDEOGRAPH-2DC89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC8A,
        name: "CJK UNIFIED IDEOGRAPH-2DC8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC8B,
        name: "CJK UNIFIED IDEOGRAPH-2DC8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC8C,
        name: "CJK UNIFIED IDEOGRAPH-2DC8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC8D,
        name: "CJK UNIFIED IDEOGRAPH-2DC8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC8E,
        name: "CJK UNIFIED IDEOGRAPH-2DC8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC8F,
        name: "CJK UNIFIED IDEOGRAPH-2DC8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC90,
        name: "CJK UNIFIED IDEOGRAPH-2DC90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC91,
        name: "CJK UNIFIED IDEOGRAPH-2DC91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC92,
        name: "CJK UNIFIED IDEOGRAPH-2DC92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC93,
        name: "CJK UNIFIED IDEOGRAPH-2DC93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC94,
        name: "CJK UNIFIED IDEOGRAPH-2DC94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC95,
        name: "CJK UNIFIED IDEOGRAPH-2DC95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC96,
        name: "CJK UNIFIED IDEOGRAPH-2DC96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC97,
        name: "CJK UNIFIED IDEOGRAPH-2DC97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC98,
        name: "CJK UNIFIED IDEOGRAPH-2DC98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC99,
        name: "CJK UNIFIED IDEOGRAPH-2DC99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC9A,
        name: "CJK UNIFIED IDEOGRAPH-2DC9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC9B,
        name: "CJK UNIFIED IDEOGRAPH-2DC9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC9C,
        name: "CJK UNIFIED IDEOGRAPH-2DC9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC9D,
        name: "CJK UNIFIED IDEOGRAPH-2DC9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC9E,
        name: "CJK UNIFIED IDEOGRAPH-2DC9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DC9F,
        name: "CJK UNIFIED IDEOGRAPH-2DC9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA0,
        name: "CJK UNIFIED IDEOGRAPH-2DCA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA1,
        name: "CJK UNIFIED IDEOGRAPH-2DCA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA2,
        name: "CJK UNIFIED IDEOGRAPH-2DCA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA3,
        name: "CJK UNIFIED IDEOGRAPH-2DCA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA4,
        name: "CJK UNIFIED IDEOGRAPH-2DCA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA5,
        name: "CJK UNIFIED IDEOGRAPH-2DCA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA6,
        name: "CJK UNIFIED IDEOGRAPH-2DCA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA7,
        name: "CJK UNIFIED IDEOGRAPH-2DCA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA8,
        name: "CJK UNIFIED IDEOGRAPH-2DCA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCA9,
        name: "CJK UNIFIED IDEOGRAPH-2DCA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCAA,
        name: "CJK UNIFIED IDEOGRAPH-2DCAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCAB,
        name: "CJK UNIFIED IDEOGRAPH-2DCAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCAC,
        name: "CJK UNIFIED IDEOGRAPH-2DCAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCAD,
        name: "CJK UNIFIED IDEOGRAPH-2DCAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCAE,
        name: "CJK UNIFIED IDEOGRAPH-2DCAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCAF,
        name: "CJK UNIFIED IDEOGRAPH-2DCAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB0,
        name: "CJK UNIFIED IDEOGRAPH-2DCB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB1,
        name: "CJK UNIFIED IDEOGRAPH-2DCB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB2,
        name: "CJK UNIFIED IDEOGRAPH-2DCB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB3,
        name: "CJK UNIFIED IDEOGRAPH-2DCB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB4,
        name: "CJK UNIFIED IDEOGRAPH-2DCB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB5,
        name: "CJK UNIFIED IDEOGRAPH-2DCB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB6,
        name: "CJK UNIFIED IDEOGRAPH-2DCB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB7,
        name: "CJK UNIFIED IDEOGRAPH-2DCB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB8,
        name: "CJK UNIFIED IDEOGRAPH-2DCB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCB9,
        name: "CJK UNIFIED IDEOGRAPH-2DCB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCBA,
        name: "CJK UNIFIED IDEOGRAPH-2DCBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCBB,
        name: "CJK UNIFIED IDEOGRAPH-2DCBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCBC,
        name: "CJK UNIFIED IDEOGRAPH-2DCBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCBD,
        name: "CJK UNIFIED IDEOGRAPH-2DCBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCBE,
        name: "CJK UNIFIED IDEOGRAPH-2DCBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCBF,
        name: "CJK UNIFIED IDEOGRAPH-2DCBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC0,
        name: "CJK UNIFIED IDEOGRAPH-2DCC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC1,
        name: "CJK UNIFIED IDEOGRAPH-2DCC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC2,
        name: "CJK UNIFIED IDEOGRAPH-2DCC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC3,
        name: "CJK UNIFIED IDEOGRAPH-2DCC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC4,
        name: "CJK UNIFIED IDEOGRAPH-2DCC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC5,
        name: "CJK UNIFIED IDEOGRAPH-2DCC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC6,
        name: "CJK UNIFIED IDEOGRAPH-2DCC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC7,
        name: "CJK UNIFIED IDEOGRAPH-2DCC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC8,
        name: "CJK UNIFIED IDEOGRAPH-2DCC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCC9,
        name: "CJK UNIFIED IDEOGRAPH-2DCC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCCA,
        name: "CJK UNIFIED IDEOGRAPH-2DCCA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCCB,
        name: "CJK UNIFIED IDEOGRAPH-2DCCB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCCC,
        name: "CJK UNIFIED IDEOGRAPH-2DCCC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCCD,
        name: "CJK UNIFIED IDEOGRAPH-2DCCD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCCE,
        name: "CJK UNIFIED IDEOGRAPH-2DCCE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCCF,
        name: "CJK UNIFIED IDEOGRAPH-2DCCF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD0,
        name: "CJK UNIFIED IDEOGRAPH-2DCD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD1,
        name: "CJK UNIFIED IDEOGRAPH-2DCD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD2,
        name: "CJK UNIFIED IDEOGRAPH-2DCD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD3,
        name: "CJK UNIFIED IDEOGRAPH-2DCD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD4,
        name: "CJK UNIFIED IDEOGRAPH-2DCD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD5,
        name: "CJK UNIFIED IDEOGRAPH-2DCD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD6,
        name: "CJK UNIFIED IDEOGRAPH-2DCD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD7,
        name: "CJK UNIFIED IDEOGRAPH-2DCD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD8,
        name: "CJK UNIFIED IDEOGRAPH-2DCD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCD9,
        name: "CJK UNIFIED IDEOGRAPH-2DCD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCDA,
        name: "CJK UNIFIED IDEOGRAPH-2DCDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCDB,
        name: "CJK UNIFIED IDEOGRAPH-2DCDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCDC,
        name: "CJK UNIFIED IDEOGRAPH-2DCDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCDD,
        name: "CJK UNIFIED IDEOGRAPH-2DCDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCDE,
        name: "CJK UNIFIED IDEOGRAPH-2DCDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCDF,
        name: "CJK UNIFIED IDEOGRAPH-2DCDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE0,
        name: "CJK UNIFIED IDEOGRAPH-2DCE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE1,
        name: "CJK UNIFIED IDEOGRAPH-2DCE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE2,
        name: "CJK UNIFIED IDEOGRAPH-2DCE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE3,
        name: "CJK UNIFIED IDEOGRAPH-2DCE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE4,
        name: "CJK UNIFIED IDEOGRAPH-2DCE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE5,
        name: "CJK UNIFIED IDEOGRAPH-2DCE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE6,
        name: "CJK UNIFIED IDEOGRAPH-2DCE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE7,
        name: "CJK UNIFIED IDEOGRAPH-2DCE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE8,
        name: "CJK UNIFIED IDEOGRAPH-2DCE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCE9,
        name: "CJK UNIFIED IDEOGRAPH-2DCE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCEA,
        name: "CJK UNIFIED IDEOGRAPH-2DCEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCEB,
        name: "CJK UNIFIED IDEOGRAPH-2DCEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCEC,
        name: "CJK UNIFIED IDEOGRAPH-2DCEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCED,
        name: "CJK UNIFIED IDEOGRAPH-2DCED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCEE,
        name: "CJK UNIFIED IDEOGRAPH-2DCEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCEF,
        name: "CJK UNIFIED IDEOGRAPH-2DCEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF0,
        name: "CJK UNIFIED IDEOGRAPH-2DCF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF1,
        name: "CJK UNIFIED IDEOGRAPH-2DCF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF2,
        name: "CJK UNIFIED IDEOGRAPH-2DCF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF3,
        name: "CJK UNIFIED IDEOGRAPH-2DCF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF4,
        name: "CJK UNIFIED IDEOGRAPH-2DCF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF5,
        name: "CJK UNIFIED IDEOGRAPH-2DCF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF6,
        name: "CJK UNIFIED IDEOGRAPH-2DCF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF7,
        name: "CJK UNIFIED IDEOGRAPH-2DCF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF8,
        name: "CJK UNIFIED IDEOGRAPH-2DCF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCF9,
        name: "CJK UNIFIED IDEOGRAPH-2DCF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCFA,
        name: "CJK UNIFIED IDEOGRAPH-2DCFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCFB,
        name: "CJK UNIFIED IDEOGRAPH-2DCFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCFC,
        name: "CJK UNIFIED IDEOGRAPH-2DCFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCFD,
        name: "CJK UNIFIED IDEOGRAPH-2DCFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCFE,
        name: "CJK UNIFIED IDEOGRAPH-2DCFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DCFF,
        name: "CJK UNIFIED IDEOGRAPH-2DCFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD00,
        name: "CJK UNIFIED IDEOGRAPH-2DD00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD01,
        name: "CJK UNIFIED IDEOGRAPH-2DD01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD02,
        name: "CJK UNIFIED IDEOGRAPH-2DD02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD03,
        name: "CJK UNIFIED IDEOGRAPH-2DD03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD04,
        name: "CJK UNIFIED IDEOGRAPH-2DD04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD05,
        name: "CJK UNIFIED IDEOGRAPH-2DD05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD06,
        name: "CJK UNIFIED IDEOGRAPH-2DD06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD07,
        name: "CJK UNIFIED IDEOGRAPH-2DD07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD08,
        name: "CJK UNIFIED IDEOGRAPH-2DD08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD09,
        name: "CJK UNIFIED IDEOGRAPH-2DD09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD0A,
        name: "CJK UNIFIED IDEOGRAPH-2DD0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD0B,
        name: "CJK UNIFIED IDEOGRAPH-2DD0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD0C,
        name: "CJK UNIFIED IDEOGRAPH-2DD0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD0D,
        name: "CJK UNIFIED IDEOGRAPH-2DD0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD0E,
        name: "CJK UNIFIED IDEOGRAPH-2DD0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD0F,
        name: "CJK UNIFIED IDEOGRAPH-2DD0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD10,
        name: "CJK UNIFIED IDEOGRAPH-2DD10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD11,
        name: "CJK UNIFIED IDEOGRAPH-2DD11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD12,
        name: "CJK UNIFIED IDEOGRAPH-2DD12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD13,
        name: "CJK UNIFIED IDEOGRAPH-2DD13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD14,
        name: "CJK UNIFIED IDEOGRAPH-2DD14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD15,
        name: "CJK UNIFIED IDEOGRAPH-2DD15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD16,
        name: "CJK UNIFIED IDEOGRAPH-2DD16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD17,
        name: "CJK UNIFIED IDEOGRAPH-2DD17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD18,
        name: "CJK UNIFIED IDEOGRAPH-2DD18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD19,
        name: "CJK UNIFIED IDEOGRAPH-2DD19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD1A,
        name: "CJK UNIFIED IDEOGRAPH-2DD1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD1B,
        name: "CJK UNIFIED IDEOGRAPH-2DD1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD1C,
        name: "CJK UNIFIED IDEOGRAPH-2DD1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD1D,
        name: "CJK UNIFIED IDEOGRAPH-2DD1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD1E,
        name: "CJK UNIFIED IDEOGRAPH-2DD1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD1F,
        name: "CJK UNIFIED IDEOGRAPH-2DD1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD20,
        name: "CJK UNIFIED IDEOGRAPH-2DD20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD21,
        name: "CJK UNIFIED IDEOGRAPH-2DD21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD22,
        name: "CJK UNIFIED IDEOGRAPH-2DD22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD23,
        name: "CJK UNIFIED IDEOGRAPH-2DD23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD24,
        name: "CJK UNIFIED IDEOGRAPH-2DD24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD25,
        name: "CJK UNIFIED IDEOGRAPH-2DD25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD26,
        name: "CJK UNIFIED IDEOGRAPH-2DD26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD27,
        name: "CJK UNIFIED IDEOGRAPH-2DD27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD28,
        name: "CJK UNIFIED IDEOGRAPH-2DD28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD29,
        name: "CJK UNIFIED IDEOGRAPH-2DD29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD2A,
        name: "CJK UNIFIED IDEOGRAPH-2DD2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD2B,
        name: "CJK UNIFIED IDEOGRAPH-2DD2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD2C,
        name: "CJK UNIFIED IDEOGRAPH-2DD2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD2D,
        name: "CJK UNIFIED IDEOGRAPH-2DD2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD2E,
        name: "CJK UNIFIED IDEOGRAPH-2DD2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD2F,
        name: "CJK UNIFIED IDEOGRAPH-2DD2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD30,
        name: "CJK UNIFIED IDEOGRAPH-2DD30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD31,
        name: "CJK UNIFIED IDEOGRAPH-2DD31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD32,
        name: "CJK UNIFIED IDEOGRAPH-2DD32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD33,
        name: "CJK UNIFIED IDEOGRAPH-2DD33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD34,
        name: "CJK UNIFIED IDEOGRAPH-2DD34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD35,
        name: "CJK UNIFIED IDEOGRAPH-2DD35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD36,
        name: "CJK UNIFIED IDEOGRAPH-2DD36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD37,
        name: "CJK UNIFIED IDEOGRAPH-2DD37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD38,
        name: "CJK UNIFIED IDEOGRAPH-2DD38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD39,
        name: "CJK UNIFIED IDEOGRAPH-2DD39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD3A,
        name: "CJK UNIFIED IDEOGRAPH-2DD3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD3B,
        name: "CJK UNIFIED IDEOGRAPH-2DD3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD3C,
        name: "CJK UNIFIED IDEOGRAPH-2DD3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD3D,
        name: "CJK UNIFIED IDEOGRAPH-2DD3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD3E,
        name: "CJK UNIFIED IDEOGRAPH-2DD3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD3F,
        name: "CJK UNIFIED IDEOGRAPH-2DD3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD40,
        name: "CJK UNIFIED IDEOGRAPH-2DD40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD41,
        name: "CJK UNIFIED IDEOGRAPH-2DD41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD42,
        name: "CJK UNIFIED IDEOGRAPH-2DD42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD43,
        name: "CJK UNIFIED IDEOGRAPH-2DD43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD44,
        name: "CJK UNIFIED IDEOGRAPH-2DD44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD45,
        name: "CJK UNIFIED IDEOGRAPH-2DD45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD46,
        name: "CJK UNIFIED IDEOGRAPH-2DD46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD47,
        name: "CJK UNIFIED IDEOGRAPH-2DD47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD48,
        name: "CJK UNIFIED IDEOGRAPH-2DD48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD49,
        name: "CJK UNIFIED IDEOGRAPH-2DD49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD4A,
        name: "CJK UNIFIED IDEOGRAPH-2DD4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD4B,
        name: "CJK UNIFIED IDEOGRAPH-2DD4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD4C,
        name: "CJK UNIFIED IDEOGRAPH-2DD4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD4D,
        name: "CJK UNIFIED IDEOGRAPH-2DD4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD4E,
        name: "CJK UNIFIED IDEOGRAPH-2DD4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD4F,
        name: "CJK UNIFIED IDEOGRAPH-2DD4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD50,
        name: "CJK UNIFIED IDEOGRAPH-2DD50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD51,
        name: "CJK UNIFIED IDEOGRAPH-2DD51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD52,
        name: "CJK UNIFIED IDEOGRAPH-2DD52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD53,
        name: "CJK UNIFIED IDEOGRAPH-2DD53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD54,
        name: "CJK UNIFIED IDEOGRAPH-2DD54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD55,
        name: "CJK UNIFIED IDEOGRAPH-2DD55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD56,
        name: "CJK UNIFIED IDEOGRAPH-2DD56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD57,
        name: "CJK UNIFIED IDEOGRAPH-2DD57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD58,
        name: "CJK UNIFIED IDEOGRAPH-2DD58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD59,
        name: "CJK UNIFIED IDEOGRAPH-2DD59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD5A,
        name: "CJK UNIFIED IDEOGRAPH-2DD5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD5B,
        name: "CJK UNIFIED IDEOGRAPH-2DD5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD5C,
        name: "CJK UNIFIED IDEOGRAPH-2DD5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD5D,
        name: "CJK UNIFIED IDEOGRAPH-2DD5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD5E,
        name: "CJK UNIFIED IDEOGRAPH-2DD5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD5F,
        name: "CJK UNIFIED IDEOGRAPH-2DD5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD60,
        name: "CJK UNIFIED IDEOGRAPH-2DD60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD61,
        name: "CJK UNIFIED IDEOGRAPH-2DD61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD62,
        name: "CJK UNIFIED IDEOGRAPH-2DD62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD63,
        name: "CJK UNIFIED IDEOGRAPH-2DD63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD64,
        name: "CJK UNIFIED IDEOGRAPH-2DD64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD65,
        name: "CJK UNIFIED IDEOGRAPH-2DD65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD66,
        name: "CJK UNIFIED IDEOGRAPH-2DD66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD67,
        name: "CJK UNIFIED IDEOGRAPH-2DD67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD68,
        name: "CJK UNIFIED IDEOGRAPH-2DD68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD69,
        name: "CJK UNIFIED IDEOGRAPH-2DD69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD6A,
        name: "CJK UNIFIED IDEOGRAPH-2DD6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD6B,
        name: "CJK UNIFIED IDEOGRAPH-2DD6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD6C,
        name: "CJK UNIFIED IDEOGRAPH-2DD6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD6D,
        name: "CJK UNIFIED IDEOGRAPH-2DD6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD6E,
        name: "CJK UNIFIED IDEOGRAPH-2DD6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD6F,
        name: "CJK UNIFIED IDEOGRAPH-2DD6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD70,
        name: "CJK UNIFIED IDEOGRAPH-2DD70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD71,
        name: "CJK UNIFIED IDEOGRAPH-2DD71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD72,
        name: "CJK UNIFIED IDEOGRAPH-2DD72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD73,
        name: "CJK UNIFIED IDEOGRAPH-2DD73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD74,
        name: "CJK UNIFIED IDEOGRAPH-2DD74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD75,
        name: "CJK UNIFIED IDEOGRAPH-2DD75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD76,
        name: "CJK UNIFIED IDEOGRAPH-2DD76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD77,
        name: "CJK UNIFIED IDEOGRAPH-2DD77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD78,
        name: "CJK UNIFIED IDEOGRAPH-2DD78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD79,
        name: "CJK UNIFIED IDEOGRAPH-2DD79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD7A,
        name: "CJK UNIFIED IDEOGRAPH-2DD7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD7B,
        name: "CJK UNIFIED IDEOGRAPH-2DD7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD7C,
        name: "CJK UNIFIED IDEOGRAPH-2DD7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD7D,
        name: "CJK UNIFIED IDEOGRAPH-2DD7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD7E,
        name: "CJK UNIFIED IDEOGRAPH-2DD7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD7F,
        name: "CJK UNIFIED IDEOGRAPH-2DD7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD80,
        name: "CJK UNIFIED IDEOGRAPH-2DD80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD81,
        name: "CJK UNIFIED IDEOGRAPH-2DD81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD82,
        name: "CJK UNIFIED IDEOGRAPH-2DD82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD83,
        name: "CJK UNIFIED IDEOGRAPH-2DD83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD84,
        name: "CJK UNIFIED IDEOGRAPH-2DD84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD85,
        name: "CJK UNIFIED IDEOGRAPH-2DD85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD86,
        name: "CJK UNIFIED IDEOGRAPH-2DD86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD87,
        name: "CJK UNIFIED IDEOGRAPH-2DD87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD88,
        name: "CJK UNIFIED IDEOGRAPH-2DD88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD89,
        name: "CJK UNIFIED IDEOGRAPH-2DD89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD8A,
        name: "CJK UNIFIED IDEOGRAPH-2DD8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD8B,
        name: "CJK UNIFIED IDEOGRAPH-2DD8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD8C,
        name: "CJK UNIFIED IDEOGRAPH-2DD8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD8D,
        name: "CJK UNIFIED IDEOGRAPH-2DD8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD8E,
        name: "CJK UNIFIED IDEOGRAPH-2DD8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD8F,
        name: "CJK UNIFIED IDEOGRAPH-2DD8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD90,
        name: "CJK UNIFIED IDEOGRAPH-2DD90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD91,
        name: "CJK UNIFIED IDEOGRAPH-2DD91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD92,
        name: "CJK UNIFIED IDEOGRAPH-2DD92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD93,
        name: "CJK UNIFIED IDEOGRAPH-2DD93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD94,
        name: "CJK UNIFIED IDEOGRAPH-2DD94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD95,
        name: "CJK UNIFIED IDEOGRAPH-2DD95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD96,
        name: "CJK UNIFIED IDEOGRAPH-2DD96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD97,
        name: "CJK UNIFIED IDEOGRAPH-2DD97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD98,
        name: "CJK UNIFIED IDEOGRAPH-2DD98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD99,
        name: "CJK UNIFIED IDEOGRAPH-2DD99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD9A,
        name: "CJK UNIFIED IDEOGRAPH-2DD9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD9B,
        name: "CJK UNIFIED IDEOGRAPH-2DD9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD9C,
        name: "CJK UNIFIED IDEOGRAPH-2DD9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD9D,
        name: "CJK UNIFIED IDEOGRAPH-2DD9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD9E,
        name: "CJK UNIFIED IDEOGRAPH-2DD9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DD9F,
        name: "CJK UNIFIED IDEOGRAPH-2DD9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA0,
        name: "CJK UNIFIED IDEOGRAPH-2DDA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA1,
        name: "CJK UNIFIED IDEOGRAPH-2DDA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA2,
        name: "CJK UNIFIED IDEOGRAPH-2DDA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA3,
        name: "CJK UNIFIED IDEOGRAPH-2DDA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA4,
        name: "CJK UNIFIED IDEOGRAPH-2DDA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA5,
        name: "CJK UNIFIED IDEOGRAPH-2DDA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA6,
        name: "CJK UNIFIED IDEOGRAPH-2DDA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA7,
        name: "CJK UNIFIED IDEOGRAPH-2DDA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA8,
        name: "CJK UNIFIED IDEOGRAPH-2DDA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDA9,
        name: "CJK UNIFIED IDEOGRAPH-2DDA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDAA,
        name: "CJK UNIFIED IDEOGRAPH-2DDAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDAB,
        name: "CJK UNIFIED IDEOGRAPH-2DDAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDAC,
        name: "CJK UNIFIED IDEOGRAPH-2DDAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDAD,
        name: "CJK UNIFIED IDEOGRAPH-2DDAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDAE,
        name: "CJK UNIFIED IDEOGRAPH-2DDAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDAF,
        name: "CJK UNIFIED IDEOGRAPH-2DDAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB0,
        name: "CJK UNIFIED IDEOGRAPH-2DDB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB1,
        name: "CJK UNIFIED IDEOGRAPH-2DDB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB2,
        name: "CJK UNIFIED IDEOGRAPH-2DDB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB3,
        name: "CJK UNIFIED IDEOGRAPH-2DDB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB4,
        name: "CJK UNIFIED IDEOGRAPH-2DDB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB5,
        name: "CJK UNIFIED IDEOGRAPH-2DDB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB6,
        name: "CJK UNIFIED IDEOGRAPH-2DDB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB7,
        name: "CJK UNIFIED IDEOGRAPH-2DDB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB8,
        name: "CJK UNIFIED IDEOGRAPH-2DDB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDB9,
        name: "CJK UNIFIED IDEOGRAPH-2DDB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDBA,
        name: "CJK UNIFIED IDEOGRAPH-2DDBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDBB,
        name: "CJK UNIFIED IDEOGRAPH-2DDBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDBC,
        name: "CJK UNIFIED IDEOGRAPH-2DDBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDBD,
        name: "CJK UNIFIED IDEOGRAPH-2DDBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDBE,
        name: "CJK UNIFIED IDEOGRAPH-2DDBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDBF,
        name: "CJK UNIFIED IDEOGRAPH-2DDBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC0,
        name: "CJK UNIFIED IDEOGRAPH-2DDC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC1,
        name: "CJK UNIFIED IDEOGRAPH-2DDC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC2,
        name: "CJK UNIFIED IDEOGRAPH-2DDC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC3,
        name: "CJK UNIFIED IDEOGRAPH-2DDC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC4,
        name: "CJK UNIFIED IDEOGRAPH-2DDC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC5,
        name: "CJK UNIFIED IDEOGRAPH-2DDC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC6,
        name: "CJK UNIFIED IDEOGRAPH-2DDC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC7,
        name: "CJK UNIFIED IDEOGRAPH-2DDC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC8,
        name: "CJK UNIFIED IDEOGRAPH-2DDC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDC9,
        name: "CJK UNIFIED IDEOGRAPH-2DDC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDCA,
        name: "CJK UNIFIED IDEOGRAPH-2DDCA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDCB,
        name: "CJK UNIFIED IDEOGRAPH-2DDCB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDCC,
        name: "CJK UNIFIED IDEOGRAPH-2DDCC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDCD,
        name: "CJK UNIFIED IDEOGRAPH-2DDCD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDCE,
        name: "CJK UNIFIED IDEOGRAPH-2DDCE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDCF,
        name: "CJK UNIFIED IDEOGRAPH-2DDCF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD0,
        name: "CJK UNIFIED IDEOGRAPH-2DDD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD1,
        name: "CJK UNIFIED IDEOGRAPH-2DDD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD2,
        name: "CJK UNIFIED IDEOGRAPH-2DDD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD3,
        name: "CJK UNIFIED IDEOGRAPH-2DDD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD4,
        name: "CJK UNIFIED IDEOGRAPH-2DDD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD5,
        name: "CJK UNIFIED IDEOGRAPH-2DDD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD6,
        name: "CJK UNIFIED IDEOGRAPH-2DDD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD7,
        name: "CJK UNIFIED IDEOGRAPH-2DDD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD8,
        name: "CJK UNIFIED IDEOGRAPH-2DDD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDD9,
        name: "CJK UNIFIED IDEOGRAPH-2DDD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDDA,
        name: "CJK UNIFIED IDEOGRAPH-2DDDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDDB,
        name: "CJK UNIFIED IDEOGRAPH-2DDDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDDC,
        name: "CJK UNIFIED IDEOGRAPH-2DDDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDDD,
        name: "CJK UNIFIED IDEOGRAPH-2DDDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDDE,
        name: "CJK UNIFIED IDEOGRAPH-2DDDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDDF,
        name: "CJK UNIFIED IDEOGRAPH-2DDDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE0,
        name: "CJK UNIFIED IDEOGRAPH-2DDE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE1,
        name: "CJK UNIFIED IDEOGRAPH-2DDE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE2,
        name: "CJK UNIFIED IDEOGRAPH-2DDE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE3,
        name: "CJK UNIFIED IDEOGRAPH-2DDE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE4,
        name: "CJK UNIFIED IDEOGRAPH-2DDE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE5,
        name: "CJK UNIFIED IDEOGRAPH-2DDE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE6,
        name: "CJK UNIFIED IDEOGRAPH-2DDE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE7,
        name: "CJK UNIFIED IDEOGRAPH-2DDE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE8,
        name: "CJK UNIFIED IDEOGRAPH-2DDE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDE9,
        name: "CJK UNIFIED IDEOGRAPH-2DDE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDEA,
        name: "CJK UNIFIED IDEOGRAPH-2DDEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDEB,
        name: "CJK UNIFIED IDEOGRAPH-2DDEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDEC,
        name: "CJK UNIFIED IDEOGRAPH-2DDEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDED,
        name: "CJK UNIFIED IDEOGRAPH-2DDED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDEE,
        name: "CJK UNIFIED IDEOGRAPH-2DDEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDEF,
        name: "CJK UNIFIED IDEOGRAPH-2DDEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF0,
        name: "CJK UNIFIED IDEOGRAPH-2DDF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF1,
        name: "CJK UNIFIED IDEOGRAPH-2DDF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF2,
        name: "CJK UNIFIED IDEOGRAPH-2DDF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF3,
        name: "CJK UNIFIED IDEOGRAPH-2DDF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF4,
        name: "CJK UNIFIED IDEOGRAPH-2DDF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF5,
        name: "CJK UNIFIED IDEOGRAPH-2DDF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF6,
        name: "CJK UNIFIED IDEOGRAPH-2DDF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF7,
        name: "CJK UNIFIED IDEOGRAPH-2DDF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF8,
        name: "CJK UNIFIED IDEOGRAPH-2DDF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDF9,
        name: "CJK UNIFIED IDEOGRAPH-2DDF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDFA,
        name: "CJK UNIFIED IDEOGRAPH-2DDFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDFB,
        name: "CJK UNIFIED IDEOGRAPH-2DDFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDFC,
        name: "CJK UNIFIED IDEOGRAPH-2DDFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDFD,
        name: "CJK UNIFIED IDEOGRAPH-2DDFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDFE,
        name: "CJK UNIFIED IDEOGRAPH-2DDFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DDFF,
        name: "CJK UNIFIED IDEOGRAPH-2DDFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE00,
        name: "CJK UNIFIED IDEOGRAPH-2DE00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE01,
        name: "CJK UNIFIED IDEOGRAPH-2DE01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE02,
        name: "CJK UNIFIED IDEOGRAPH-2DE02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE03,
        name: "CJK UNIFIED IDEOGRAPH-2DE03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE04,
        name: "CJK UNIFIED IDEOGRAPH-2DE04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE05,
        name: "CJK UNIFIED IDEOGRAPH-2DE05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE06,
        name: "CJK UNIFIED IDEOGRAPH-2DE06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE07,
        name: "CJK UNIFIED IDEOGRAPH-2DE07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE08,
        name: "CJK UNIFIED IDEOGRAPH-2DE08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE09,
        name: "CJK UNIFIED IDEOGRAPH-2DE09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE0A,
        name: "CJK UNIFIED IDEOGRAPH-2DE0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE0B,
        name: "CJK UNIFIED IDEOGRAPH-2DE0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE0C,
        name: "CJK UNIFIED IDEOGRAPH-2DE0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE0D,
        name: "CJK UNIFIED IDEOGRAPH-2DE0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE0E,
        name: "CJK UNIFIED IDEOGRAPH-2DE0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE0F,
        name: "CJK UNIFIED IDEOGRAPH-2DE0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE10,
        name: "CJK UNIFIED IDEOGRAPH-2DE10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE11,
        name: "CJK UNIFIED IDEOGRAPH-2DE11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE12,
        name: "CJK UNIFIED IDEOGRAPH-2DE12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE13,
        name: "CJK UNIFIED IDEOGRAPH-2DE13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE14,
        name: "CJK UNIFIED IDEOGRAPH-2DE14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE15,
        name: "CJK UNIFIED IDEOGRAPH-2DE15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE16,
        name: "CJK UNIFIED IDEOGRAPH-2DE16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE17,
        name: "CJK UNIFIED IDEOGRAPH-2DE17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE18,
        name: "CJK UNIFIED IDEOGRAPH-2DE18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE19,
        name: "CJK UNIFIED IDEOGRAPH-2DE19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE1A,
        name: "CJK UNIFIED IDEOGRAPH-2DE1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE1B,
        name: "CJK UNIFIED IDEOGRAPH-2DE1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE1C,
        name: "CJK UNIFIED IDEOGRAPH-2DE1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE1D,
        name: "CJK UNIFIED IDEOGRAPH-2DE1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE1E,
        name: "CJK UNIFIED IDEOGRAPH-2DE1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE1F,
        name: "CJK UNIFIED IDEOGRAPH-2DE1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE20,
        name: "CJK UNIFIED IDEOGRAPH-2DE20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE21,
        name: "CJK UNIFIED IDEOGRAPH-2DE21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE22,
        name: "CJK UNIFIED IDEOGRAPH-2DE22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE23,
        name: "CJK UNIFIED IDEOGRAPH-2DE23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE24,
        name: "CJK UNIFIED IDEOGRAPH-2DE24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE25,
        name: "CJK UNIFIED IDEOGRAPH-2DE25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE26,
        name: "CJK UNIFIED IDEOGRAPH-2DE26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE27,
        name: "CJK UNIFIED IDEOGRAPH-2DE27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE28,
        name: "CJK UNIFIED IDEOGRAPH-2DE28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE29,
        name: "CJK UNIFIED IDEOGRAPH-2DE29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE2A,
        name: "CJK UNIFIED IDEOGRAPH-2DE2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE2B,
        name: "CJK UNIFIED IDEOGRAPH-2DE2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE2C,
        name: "CJK UNIFIED IDEOGRAPH-2DE2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE2D,
        name: "CJK UNIFIED IDEOGRAPH-2DE2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE2E,
        name: "CJK UNIFIED IDEOGRAPH-2DE2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE2F,
        name: "CJK UNIFIED IDEOGRAPH-2DE2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE30,
        name: "CJK UNIFIED IDEOGRAPH-2DE30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE31,
        name: "CJK UNIFIED IDEOGRAPH-2DE31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE32,
        name: "CJK UNIFIED IDEOGRAPH-2DE32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE33,
        name: "CJK UNIFIED IDEOGRAPH-2DE33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE34,
        name: "CJK UNIFIED IDEOGRAPH-2DE34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE35,
        name: "CJK UNIFIED IDEOGRAPH-2DE35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE36,
        name: "CJK UNIFIED IDEOGRAPH-2DE36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE37,
        name: "CJK UNIFIED IDEOGRAPH-2DE37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE38,
        name: "CJK UNIFIED IDEOGRAPH-2DE38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE39,
        name: "CJK UNIFIED IDEOGRAPH-2DE39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE3A,
        name: "CJK UNIFIED IDEOGRAPH-2DE3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE3B,
        name: "CJK UNIFIED IDEOGRAPH-2DE3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE3C,
        name: "CJK UNIFIED IDEOGRAPH-2DE3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE3D,
        name: "CJK UNIFIED IDEOGRAPH-2DE3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE3E,
        name: "CJK UNIFIED IDEOGRAPH-2DE3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE3F,
        name: "CJK UNIFIED IDEOGRAPH-2DE3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE40,
        name: "CJK UNIFIED IDEOGRAPH-2DE40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE41,
        name: "CJK UNIFIED IDEOGRAPH-2DE41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE42,
        name: "CJK UNIFIED IDEOGRAPH-2DE42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE43,
        name: "CJK UNIFIED IDEOGRAPH-2DE43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE44,
        name: "CJK UNIFIED IDEOGRAPH-2DE44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE45,
        name: "CJK UNIFIED IDEOGRAPH-2DE45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE46,
        name: "CJK UNIFIED IDEOGRAPH-2DE46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE47,
        name: "CJK UNIFIED IDEOGRAPH-2DE47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE48,
        name: "CJK UNIFIED IDEOGRAPH-2DE48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE49,
        name: "CJK UNIFIED IDEOGRAPH-2DE49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE4A,
        name: "CJK UNIFIED IDEOGRAPH-2DE4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE4B,
        name: "CJK UNIFIED IDEOGRAPH-2DE4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE4C,
        name: "CJK UNIFIED IDEOGRAPH-2DE4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE4D,
        name: "CJK UNIFIED IDEOGRAPH-2DE4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE4E,
        name: "CJK UNIFIED IDEOGRAPH-2DE4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE4F,
        name: "CJK UNIFIED IDEOGRAPH-2DE4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE50,
        name: "CJK UNIFIED IDEOGRAPH-2DE50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE51,
        name: "CJK UNIFIED IDEOGRAPH-2DE51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE52,
        name: "CJK UNIFIED IDEOGRAPH-2DE52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE53,
        name: "CJK UNIFIED IDEOGRAPH-2DE53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE54,
        name: "CJK UNIFIED IDEOGRAPH-2DE54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE55,
        name: "CJK UNIFIED IDEOGRAPH-2DE55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE56,
        name: "CJK UNIFIED IDEOGRAPH-2DE56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE57,
        name: "CJK UNIFIED IDEOGRAPH-2DE57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE58,
        name: "CJK UNIFIED IDEOGRAPH-2DE58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE59,
        name: "CJK UNIFIED IDEOGRAPH-2DE59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE5A,
        name: "CJK UNIFIED IDEOGRAPH-2DE5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE5B,
        name: "CJK UNIFIED IDEOGRAPH-2DE5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE5C,
        name: "CJK UNIFIED IDEOGRAPH-2DE5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE5D,
        name: "CJK UNIFIED IDEOGRAPH-2DE5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE5E,
        name: "CJK UNIFIED IDEOGRAPH-2DE5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE5F,
        name: "CJK UNIFIED IDEOGRAPH-2DE5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE60,
        name: "CJK UNIFIED IDEOGRAPH-2DE60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE61,
        name: "CJK UNIFIED IDEOGRAPH-2DE61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE62,
        name: "CJK UNIFIED IDEOGRAPH-2DE62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE63,
        name: "CJK UNIFIED IDEOGRAPH-2DE63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE64,
        name: "CJK UNIFIED IDEOGRAPH-2DE64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE65,
        name: "CJK UNIFIED IDEOGRAPH-2DE65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE66,
        name: "CJK UNIFIED IDEOGRAPH-2DE66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE67,
        name: "CJK UNIFIED IDEOGRAPH-2DE67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE68,
        name: "CJK UNIFIED IDEOGRAPH-2DE68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE69,
        name: "CJK UNIFIED IDEOGRAPH-2DE69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE6A,
        name: "CJK UNIFIED IDEOGRAPH-2DE6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE6B,
        name: "CJK UNIFIED IDEOGRAPH-2DE6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE6C,
        name: "CJK UNIFIED IDEOGRAPH-2DE6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE6D,
        name: "CJK UNIFIED IDEOGRAPH-2DE6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE6E,
        name: "CJK UNIFIED IDEOGRAPH-2DE6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE6F,
        name: "CJK UNIFIED IDEOGRAPH-2DE6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE70,
        name: "CJK UNIFIED IDEOGRAPH-2DE70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE71,
        name: "CJK UNIFIED IDEOGRAPH-2DE71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE72,
        name: "CJK UNIFIED IDEOGRAPH-2DE72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE73,
        name: "CJK UNIFIED IDEOGRAPH-2DE73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE74,
        name: "CJK UNIFIED IDEOGRAPH-2DE74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE75,
        name: "CJK UNIFIED IDEOGRAPH-2DE75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE76,
        name: "CJK UNIFIED IDEOGRAPH-2DE76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE77,
        name: "CJK UNIFIED IDEOGRAPH-2DE77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE78,
        name: "CJK UNIFIED IDEOGRAPH-2DE78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE79,
        name: "CJK UNIFIED IDEOGRAPH-2DE79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE7A,
        name: "CJK UNIFIED IDEOGRAPH-2DE7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE7B,
        name: "CJK UNIFIED IDEOGRAPH-2DE7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE7C,
        name: "CJK UNIFIED IDEOGRAPH-2DE7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE7D,
        name: "CJK UNIFIED IDEOGRAPH-2DE7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE7E,
        name: "CJK UNIFIED IDEOGRAPH-2DE7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE7F,
        name: "CJK UNIFIED IDEOGRAPH-2DE7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE80,
        name: "CJK UNIFIED IDEOGRAPH-2DE80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE81,
        name: "CJK UNIFIED IDEOGRAPH-2DE81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE82,
        name: "CJK UNIFIED IDEOGRAPH-2DE82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE83,
        name: "CJK UNIFIED IDEOGRAPH-2DE83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE84,
        name: "CJK UNIFIED IDEOGRAPH-2DE84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE85,
        name: "CJK UNIFIED IDEOGRAPH-2DE85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE86,
        name: "CJK UNIFIED IDEOGRAPH-2DE86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE87,
        name: "CJK UNIFIED IDEOGRAPH-2DE87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE88,
        name: "CJK UNIFIED IDEOGRAPH-2DE88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE89,
        name: "CJK UNIFIED IDEOGRAPH-2DE89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE8A,
        name: "CJK UNIFIED IDEOGRAPH-2DE8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE8B,
        name: "CJK UNIFIED IDEOGRAPH-2DE8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE8C,
        name: "CJK UNIFIED IDEOGRAPH-2DE8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE8D,
        name: "CJK UNIFIED IDEOGRAPH-2DE8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE8E,
        name: "CJK UNIFIED IDEOGRAPH-2DE8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE8F,
        name: "CJK UNIFIED IDEOGRAPH-2DE8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE90,
        name: "CJK UNIFIED IDEOGRAPH-2DE90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE91,
        name: "CJK UNIFIED IDEOGRAPH-2DE91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE92,
        name: "CJK UNIFIED IDEOGRAPH-2DE92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE93,
        name: "CJK UNIFIED IDEOGRAPH-2DE93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE94,
        name: "CJK UNIFIED IDEOGRAPH-2DE94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE95,
        name: "CJK UNIFIED IDEOGRAPH-2DE95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE96,
        name: "CJK UNIFIED IDEOGRAPH-2DE96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE97,
        name: "CJK UNIFIED IDEOGRAPH-2DE97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE98,
        name: "CJK UNIFIED IDEOGRAPH-2DE98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE99,
        name: "CJK UNIFIED IDEOGRAPH-2DE99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE9A,
        name: "CJK UNIFIED IDEOGRAPH-2DE9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE9B,
        name: "CJK UNIFIED IDEOGRAPH-2DE9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE9C,
        name: "CJK UNIFIED IDEOGRAPH-2DE9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE9D,
        name: "CJK UNIFIED IDEOGRAPH-2DE9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE9E,
        name: "CJK UNIFIED IDEOGRAPH-2DE9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DE9F,
        name: "CJK UNIFIED IDEOGRAPH-2DE9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA0,
        name: "CJK UNIFIED IDEOGRAPH-2DEA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA1,
        name: "CJK UNIFIED IDEOGRAPH-2DEA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA2,
        name: "CJK UNIFIED IDEOGRAPH-2DEA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA3,
        name: "CJK UNIFIED IDEOGRAPH-2DEA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA4,
        name: "CJK UNIFIED IDEOGRAPH-2DEA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA5,
        name: "CJK UNIFIED IDEOGRAPH-2DEA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA6,
        name: "CJK UNIFIED IDEOGRAPH-2DEA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA7,
        name: "CJK UNIFIED IDEOGRAPH-2DEA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA8,
        name: "CJK UNIFIED IDEOGRAPH-2DEA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEA9,
        name: "CJK UNIFIED IDEOGRAPH-2DEA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEAA,
        name: "CJK UNIFIED IDEOGRAPH-2DEAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEAB,
        name: "CJK UNIFIED IDEOGRAPH-2DEAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEAC,
        name: "CJK UNIFIED IDEOGRAPH-2DEAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEAD,
        name: "CJK UNIFIED IDEOGRAPH-2DEAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEAE,
        name: "CJK UNIFIED IDEOGRAPH-2DEAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEAF,
        name: "CJK UNIFIED IDEOGRAPH-2DEAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB0,
        name: "CJK UNIFIED IDEOGRAPH-2DEB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB1,
        name: "CJK UNIFIED IDEOGRAPH-2DEB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB2,
        name: "CJK UNIFIED IDEOGRAPH-2DEB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB3,
        name: "CJK UNIFIED IDEOGRAPH-2DEB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB4,
        name: "CJK UNIFIED IDEOGRAPH-2DEB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB5,
        name: "CJK UNIFIED IDEOGRAPH-2DEB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB6,
        name: "CJK UNIFIED IDEOGRAPH-2DEB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB7,
        name: "CJK UNIFIED IDEOGRAPH-2DEB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB8,
        name: "CJK UNIFIED IDEOGRAPH-2DEB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEB9,
        name: "CJK UNIFIED IDEOGRAPH-2DEB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEBA,
        name: "CJK UNIFIED IDEOGRAPH-2DEBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEBB,
        name: "CJK UNIFIED IDEOGRAPH-2DEBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEBC,
        name: "CJK UNIFIED IDEOGRAPH-2DEBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEBD,
        name: "CJK UNIFIED IDEOGRAPH-2DEBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEBE,
        name: "CJK UNIFIED IDEOGRAPH-2DEBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEBF,
        name: "CJK UNIFIED IDEOGRAPH-2DEBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC0,
        name: "CJK UNIFIED IDEOGRAPH-2DEC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC1,
        name: "CJK UNIFIED IDEOGRAPH-2DEC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC2,
        name: "CJK UNIFIED IDEOGRAPH-2DEC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC3,
        name: "CJK UNIFIED IDEOGRAPH-2DEC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC4,
        name: "CJK UNIFIED IDEOGRAPH-2DEC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC5,
        name: "CJK UNIFIED IDEOGRAPH-2DEC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC6,
        name: "CJK UNIFIED IDEOGRAPH-2DEC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC7,
        name: "CJK UNIFIED IDEOGRAPH-2DEC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC8,
        name: "CJK UNIFIED IDEOGRAPH-2DEC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEC9,
        name: "CJK UNIFIED IDEOGRAPH-2DEC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DECA,
        name: "CJK UNIFIED IDEOGRAPH-2DECA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DECB,
        name: "CJK UNIFIED IDEOGRAPH-2DECB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DECC,
        name: "CJK UNIFIED IDEOGRAPH-2DECC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DECD,
        name: "CJK UNIFIED IDEOGRAPH-2DECD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DECE,
        name: "CJK UNIFIED IDEOGRAPH-2DECE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DECF,
        name: "CJK UNIFIED IDEOGRAPH-2DECF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED0,
        name: "CJK UNIFIED IDEOGRAPH-2DED0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED1,
        name: "CJK UNIFIED IDEOGRAPH-2DED1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED2,
        name: "CJK UNIFIED IDEOGRAPH-2DED2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED3,
        name: "CJK UNIFIED IDEOGRAPH-2DED3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED4,
        name: "CJK UNIFIED IDEOGRAPH-2DED4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED5,
        name: "CJK UNIFIED IDEOGRAPH-2DED5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED6,
        name: "CJK UNIFIED IDEOGRAPH-2DED6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED7,
        name: "CJK UNIFIED IDEOGRAPH-2DED7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED8,
        name: "CJK UNIFIED IDEOGRAPH-2DED8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DED9,
        name: "CJK UNIFIED IDEOGRAPH-2DED9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEDA,
        name: "CJK UNIFIED IDEOGRAPH-2DEDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEDB,
        name: "CJK UNIFIED IDEOGRAPH-2DEDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEDC,
        name: "CJK UNIFIED IDEOGRAPH-2DEDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEDD,
        name: "CJK UNIFIED IDEOGRAPH-2DEDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEDE,
        name: "CJK UNIFIED IDEOGRAPH-2DEDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEDF,
        name: "CJK UNIFIED IDEOGRAPH-2DEDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE0,
        name: "CJK UNIFIED IDEOGRAPH-2DEE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE1,
        name: "CJK UNIFIED IDEOGRAPH-2DEE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE2,
        name: "CJK UNIFIED IDEOGRAPH-2DEE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE3,
        name: "CJK UNIFIED IDEOGRAPH-2DEE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE4,
        name: "CJK UNIFIED IDEOGRAPH-2DEE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE5,
        name: "CJK UNIFIED IDEOGRAPH-2DEE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE6,
        name: "CJK UNIFIED IDEOGRAPH-2DEE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE7,
        name: "CJK UNIFIED IDEOGRAPH-2DEE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE8,
        name: "CJK UNIFIED IDEOGRAPH-2DEE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEE9,
        name: "CJK UNIFIED IDEOGRAPH-2DEE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEEA,
        name: "CJK UNIFIED IDEOGRAPH-2DEEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEEB,
        name: "CJK UNIFIED IDEOGRAPH-2DEEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEEC,
        name: "CJK UNIFIED IDEOGRAPH-2DEEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEED,
        name: "CJK UNIFIED IDEOGRAPH-2DEED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEEE,
        name: "CJK UNIFIED IDEOGRAPH-2DEEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEEF,
        name: "CJK UNIFIED IDEOGRAPH-2DEEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF0,
        name: "CJK UNIFIED IDEOGRAPH-2DEF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF1,
        name: "CJK UNIFIED IDEOGRAPH-2DEF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF2,
        name: "CJK UNIFIED IDEOGRAPH-2DEF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF3,
        name: "CJK UNIFIED IDEOGRAPH-2DEF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF4,
        name: "CJK UNIFIED IDEOGRAPH-2DEF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF5,
        name: "CJK UNIFIED IDEOGRAPH-2DEF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF6,
        name: "CJK UNIFIED IDEOGRAPH-2DEF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF7,
        name: "CJK UNIFIED IDEOGRAPH-2DEF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF8,
        name: "CJK UNIFIED IDEOGRAPH-2DEF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEF9,
        name: "CJK UNIFIED IDEOGRAPH-2DEF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEFA,
        name: "CJK UNIFIED IDEOGRAPH-2DEFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEFB,
        name: "CJK UNIFIED IDEOGRAPH-2DEFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEFC,
        name: "CJK UNIFIED IDEOGRAPH-2DEFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEFD,
        name: "CJK UNIFIED IDEOGRAPH-2DEFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEFE,
        name: "CJK UNIFIED IDEOGRAPH-2DEFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DEFF,
        name: "CJK UNIFIED IDEOGRAPH-2DEFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF00,
        name: "CJK UNIFIED IDEOGRAPH-2DF00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF01,
        name: "CJK UNIFIED IDEOGRAPH-2DF01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF02,
        name: "CJK UNIFIED IDEOGRAPH-2DF02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF03,
        name: "CJK UNIFIED IDEOGRAPH-2DF03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF04,
        name: "CJK UNIFIED IDEOGRAPH-2DF04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF05,
        name: "CJK UNIFIED IDEOGRAPH-2DF05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF06,
        name: "CJK UNIFIED IDEOGRAPH-2DF06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF07,
        name: "CJK UNIFIED IDEOGRAPH-2DF07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF08,
        name: "CJK UNIFIED IDEOGRAPH-2DF08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF09,
        name: "CJK UNIFIED IDEOGRAPH-2DF09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF0A,
        name: "CJK UNIFIED IDEOGRAPH-2DF0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF0B,
        name: "CJK UNIFIED IDEOGRAPH-2DF0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF0C,
        name: "CJK UNIFIED IDEOGRAPH-2DF0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF0D,
        name: "CJK UNIFIED IDEOGRAPH-2DF0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF0E,
        name: "CJK UNIFIED IDEOGRAPH-2DF0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF0F,
        name: "CJK UNIFIED IDEOGRAPH-2DF0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF10,
        name: "CJK UNIFIED IDEOGRAPH-2DF10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF11,
        name: "CJK UNIFIED IDEOGRAPH-2DF11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF12,
        name: "CJK UNIFIED IDEOGRAPH-2DF12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF13,
        name: "CJK UNIFIED IDEOGRAPH-2DF13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF14,
        name: "CJK UNIFIED IDEOGRAPH-2DF14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF15,
        name: "CJK UNIFIED IDEOGRAPH-2DF15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF16,
        name: "CJK UNIFIED IDEOGRAPH-2DF16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF17,
        name: "CJK UNIFIED IDEOGRAPH-2DF17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF18,
        name: "CJK UNIFIED IDEOGRAPH-2DF18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF19,
        name: "CJK UNIFIED IDEOGRAPH-2DF19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF1A,
        name: "CJK UNIFIED IDEOGRAPH-2DF1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF1B,
        name: "CJK UNIFIED IDEOGRAPH-2DF1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF1C,
        name: "CJK UNIFIED IDEOGRAPH-2DF1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF1D,
        name: "CJK UNIFIED IDEOGRAPH-2DF1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF1E,
        name: "CJK UNIFIED IDEOGRAPH-2DF1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF1F,
        name: "CJK UNIFIED IDEOGRAPH-2DF1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF20,
        name: "CJK UNIFIED IDEOGRAPH-2DF20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF21,
        name: "CJK UNIFIED IDEOGRAPH-2DF21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF22,
        name: "CJK UNIFIED IDEOGRAPH-2DF22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF23,
        name: "CJK UNIFIED IDEOGRAPH-2DF23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF24,
        name: "CJK UNIFIED IDEOGRAPH-2DF24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF25,
        name: "CJK UNIFIED IDEOGRAPH-2DF25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF26,
        name: "CJK UNIFIED IDEOGRAPH-2DF26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF27,
        name: "CJK UNIFIED IDEOGRAPH-2DF27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF28,
        name: "CJK UNIFIED IDEOGRAPH-2DF28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF29,
        name: "CJK UNIFIED IDEOGRAPH-2DF29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF2A,
        name: "CJK UNIFIED IDEOGRAPH-2DF2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF2B,
        name: "CJK UNIFIED IDEOGRAPH-2DF2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF2C,
        name: "CJK UNIFIED IDEOGRAPH-2DF2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF2D,
        name: "CJK UNIFIED IDEOGRAPH-2DF2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF2E,
        name: "CJK UNIFIED IDEOGRAPH-2DF2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF2F,
        name: "CJK UNIFIED IDEOGRAPH-2DF2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF30,
        name: "CJK UNIFIED IDEOGRAPH-2DF30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF31,
        name: "CJK UNIFIED IDEOGRAPH-2DF31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF32,
        name: "CJK UNIFIED IDEOGRAPH-2DF32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF33,
        name: "CJK UNIFIED IDEOGRAPH-2DF33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF34,
        name: "CJK UNIFIED IDEOGRAPH-2DF34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF35,
        name: "CJK UNIFIED IDEOGRAPH-2DF35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF36,
        name: "CJK UNIFIED IDEOGRAPH-2DF36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF37,
        name: "CJK UNIFIED IDEOGRAPH-2DF37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF38,
        name: "CJK UNIFIED IDEOGRAPH-2DF38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF39,
        name: "CJK UNIFIED IDEOGRAPH-2DF39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF3A,
        name: "CJK UNIFIED IDEOGRAPH-2DF3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF3B,
        name: "CJK UNIFIED IDEOGRAPH-2DF3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF3C,
        name: "CJK UNIFIED IDEOGRAPH-2DF3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF3D,
        name: "CJK UNIFIED IDEOGRAPH-2DF3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF3E,
        name: "CJK UNIFIED IDEOGRAPH-2DF3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF3F,
        name: "CJK UNIFIED IDEOGRAPH-2DF3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF40,
        name: "CJK UNIFIED IDEOGRAPH-2DF40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF41,
        name: "CJK UNIFIED IDEOGRAPH-2DF41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF42,
        name: "CJK UNIFIED IDEOGRAPH-2DF42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF43,
        name: "CJK UNIFIED IDEOGRAPH-2DF43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF44,
        name: "CJK UNIFIED IDEOGRAPH-2DF44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF45,
        name: "CJK UNIFIED IDEOGRAPH-2DF45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF46,
        name: "CJK UNIFIED IDEOGRAPH-2DF46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF47,
        name: "CJK UNIFIED IDEOGRAPH-2DF47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF48,
        name: "CJK UNIFIED IDEOGRAPH-2DF48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF49,
        name: "CJK UNIFIED IDEOGRAPH-2DF49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF4A,
        name: "CJK UNIFIED IDEOGRAPH-2DF4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF4B,
        name: "CJK UNIFIED IDEOGRAPH-2DF4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF4C,
        name: "CJK UNIFIED IDEOGRAPH-2DF4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF4D,
        name: "CJK UNIFIED IDEOGRAPH-2DF4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF4E,
        name: "CJK UNIFIED IDEOGRAPH-2DF4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF4F,
        name: "CJK UNIFIED IDEOGRAPH-2DF4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF50,
        name: "CJK UNIFIED IDEOGRAPH-2DF50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF51,
        name: "CJK UNIFIED IDEOGRAPH-2DF51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF52,
        name: "CJK UNIFIED IDEOGRAPH-2DF52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF53,
        name: "CJK UNIFIED IDEOGRAPH-2DF53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF54,
        name: "CJK UNIFIED IDEOGRAPH-2DF54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF55,
        name: "CJK UNIFIED IDEOGRAPH-2DF55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF56,
        name: "CJK UNIFIED IDEOGRAPH-2DF56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF57,
        name: "CJK UNIFIED IDEOGRAPH-2DF57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF58,
        name: "CJK UNIFIED IDEOGRAPH-2DF58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF59,
        name: "CJK UNIFIED IDEOGRAPH-2DF59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF5A,
        name: "CJK UNIFIED IDEOGRAPH-2DF5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF5B,
        name: "CJK UNIFIED IDEOGRAPH-2DF5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF5C,
        name: "CJK UNIFIED IDEOGRAPH-2DF5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF5D,
        name: "CJK UNIFIED IDEOGRAPH-2DF5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF5E,
        name: "CJK UNIFIED IDEOGRAPH-2DF5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF5F,
        name: "CJK UNIFIED IDEOGRAPH-2DF5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF60,
        name: "CJK UNIFIED IDEOGRAPH-2DF60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF61,
        name: "CJK UNIFIED IDEOGRAPH-2DF61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF62,
        name: "CJK UNIFIED IDEOGRAPH-2DF62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF63,
        name: "CJK UNIFIED IDEOGRAPH-2DF63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF64,
        name: "CJK UNIFIED IDEOGRAPH-2DF64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF65,
        name: "CJK UNIFIED IDEOGRAPH-2DF65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF66,
        name: "CJK UNIFIED IDEOGRAPH-2DF66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF67,
        name: "CJK UNIFIED IDEOGRAPH-2DF67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF68,
        name: "CJK UNIFIED IDEOGRAPH-2DF68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF69,
        name: "CJK UNIFIED IDEOGRAPH-2DF69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF6A,
        name: "CJK UNIFIED IDEOGRAPH-2DF6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF6B,
        name: "CJK UNIFIED IDEOGRAPH-2DF6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF6C,
        name: "CJK UNIFIED IDEOGRAPH-2DF6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF6D,
        name: "CJK UNIFIED IDEOGRAPH-2DF6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF6E,
        name: "CJK UNIFIED IDEOGRAPH-2DF6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF6F,
        name: "CJK UNIFIED IDEOGRAPH-2DF6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF70,
        name: "CJK UNIFIED IDEOGRAPH-2DF70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF71,
        name: "CJK UNIFIED IDEOGRAPH-2DF71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF72,
        name: "CJK UNIFIED IDEOGRAPH-2DF72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF73,
        name: "CJK UNIFIED IDEOGRAPH-2DF73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF74,
        name: "CJK UNIFIED IDEOGRAPH-2DF74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF75,
        name: "CJK UNIFIED IDEOGRAPH-2DF75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF76,
        name: "CJK UNIFIED IDEOGRAPH-2DF76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF77,
        name: "CJK UNIFIED IDEOGRAPH-2DF77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF78,
        name: "CJK UNIFIED IDEOGRAPH-2DF78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF79,
        name: "CJK UNIFIED IDEOGRAPH-2DF79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF7A,
        name: "CJK UNIFIED IDEOGRAPH-2DF7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF7B,
        name: "CJK UNIFIED IDEOGRAPH-2DF7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF7C,
        name: "CJK UNIFIED IDEOGRAPH-2DF7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF7D,
        name: "CJK UNIFIED IDEOGRAPH-2DF7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF7E,
        name: "CJK UNIFIED IDEOGRAPH-2DF7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF7F,
        name: "CJK UNIFIED IDEOGRAPH-2DF7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF80,
        name: "CJK UNIFIED IDEOGRAPH-2DF80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF81,
        name: "CJK UNIFIED IDEOGRAPH-2DF81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF82,
        name: "CJK UNIFIED IDEOGRAPH-2DF82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF83,
        name: "CJK UNIFIED IDEOGRAPH-2DF83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF84,
        name: "CJK UNIFIED IDEOGRAPH-2DF84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF85,
        name: "CJK UNIFIED IDEOGRAPH-2DF85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF86,
        name: "CJK UNIFIED IDEOGRAPH-2DF86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF87,
        name: "CJK UNIFIED IDEOGRAPH-2DF87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF88,
        name: "CJK UNIFIED IDEOGRAPH-2DF88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF89,
        name: "CJK UNIFIED IDEOGRAPH-2DF89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF8A,
        name: "CJK UNIFIED IDEOGRAPH-2DF8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF8B,
        name: "CJK UNIFIED IDEOGRAPH-2DF8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF8C,
        name: "CJK UNIFIED IDEOGRAPH-2DF8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF8D,
        name: "CJK UNIFIED IDEOGRAPH-2DF8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF8E,
        name: "CJK UNIFIED IDEOGRAPH-2DF8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF8F,
        name: "CJK UNIFIED IDEOGRAPH-2DF8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF90,
        name: "CJK UNIFIED IDEOGRAPH-2DF90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF91,
        name: "CJK UNIFIED IDEOGRAPH-2DF91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF92,
        name: "CJK UNIFIED IDEOGRAPH-2DF92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF93,
        name: "CJK UNIFIED IDEOGRAPH-2DF93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF94,
        name: "CJK UNIFIED IDEOGRAPH-2DF94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF95,
        name: "CJK UNIFIED IDEOGRAPH-2DF95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF96,
        name: "CJK UNIFIED IDEOGRAPH-2DF96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF97,
        name: "CJK UNIFIED IDEOGRAPH-2DF97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF98,
        name: "CJK UNIFIED IDEOGRAPH-2DF98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF99,
        name: "CJK UNIFIED IDEOGRAPH-2DF99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF9A,
        name: "CJK UNIFIED IDEOGRAPH-2DF9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF9B,
        name: "CJK UNIFIED IDEOGRAPH-2DF9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF9C,
        name: "CJK UNIFIED IDEOGRAPH-2DF9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF9D,
        name: "CJK UNIFIED IDEOGRAPH-2DF9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF9E,
        name: "CJK UNIFIED IDEOGRAPH-2DF9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DF9F,
        name: "CJK UNIFIED IDEOGRAPH-2DF9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA0,
        name: "CJK UNIFIED IDEOGRAPH-2DFA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA1,
        name: "CJK UNIFIED IDEOGRAPH-2DFA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA2,
        name: "CJK UNIFIED IDEOGRAPH-2DFA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA3,
        name: "CJK UNIFIED IDEOGRAPH-2DFA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA4,
        name: "CJK UNIFIED IDEOGRAPH-2DFA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA5,
        name: "CJK UNIFIED IDEOGRAPH-2DFA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA6,
        name: "CJK UNIFIED IDEOGRAPH-2DFA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA7,
        name: "CJK UNIFIED IDEOGRAPH-2DFA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA8,
        name: "CJK UNIFIED IDEOGRAPH-2DFA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFA9,
        name: "CJK UNIFIED IDEOGRAPH-2DFA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFAA,
        name: "CJK UNIFIED IDEOGRAPH-2DFAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFAB,
        name: "CJK UNIFIED IDEOGRAPH-2DFAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFAC,
        name: "CJK UNIFIED IDEOGRAPH-2DFAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFAD,
        name: "CJK UNIFIED IDEOGRAPH-2DFAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFAE,
        name: "CJK UNIFIED IDEOGRAPH-2DFAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFAF,
        name: "CJK UNIFIED IDEOGRAPH-2DFAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB0,
        name: "CJK UNIFIED IDEOGRAPH-2DFB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB1,
        name: "CJK UNIFIED IDEOGRAPH-2DFB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB2,
        name: "CJK UNIFIED IDEOGRAPH-2DFB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB3,
        name: "CJK UNIFIED IDEOGRAPH-2DFB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB4,
        name: "CJK UNIFIED IDEOGRAPH-2DFB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB5,
        name: "CJK UNIFIED IDEOGRAPH-2DFB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB6,
        name: "CJK UNIFIED IDEOGRAPH-2DFB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB7,
        name: "CJK UNIFIED IDEOGRAPH-2DFB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB8,
        name: "CJK UNIFIED IDEOGRAPH-2DFB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFB9,
        name: "CJK UNIFIED IDEOGRAPH-2DFB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFBA,
        name: "CJK UNIFIED IDEOGRAPH-2DFBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFBB,
        name: "CJK UNIFIED IDEOGRAPH-2DFBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFBC,
        name: "CJK UNIFIED IDEOGRAPH-2DFBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFBD,
        name: "CJK UNIFIED IDEOGRAPH-2DFBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFBE,
        name: "CJK UNIFIED IDEOGRAPH-2DFBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFBF,
        name: "CJK UNIFIED IDEOGRAPH-2DFBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC0,
        name: "CJK UNIFIED IDEOGRAPH-2DFC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC1,
        name: "CJK UNIFIED IDEOGRAPH-2DFC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC2,
        name: "CJK UNIFIED IDEOGRAPH-2DFC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC3,
        name: "CJK UNIFIED IDEOGRAPH-2DFC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC4,
        name: "CJK UNIFIED IDEOGRAPH-2DFC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC5,
        name: "CJK UNIFIED IDEOGRAPH-2DFC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC6,
        name: "CJK UNIFIED IDEOGRAPH-2DFC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC7,
        name: "CJK UNIFIED IDEOGRAPH-2DFC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC8,
        name: "CJK UNIFIED IDEOGRAPH-2DFC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFC9,
        name: "CJK UNIFIED IDEOGRAPH-2DFC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFCA,
        name: "CJK UNIFIED IDEOGRAPH-2DFCA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFCB,
        name: "CJK UNIFIED IDEOGRAPH-2DFCB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFCC,
        name: "CJK UNIFIED IDEOGRAPH-2DFCC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFCD,
        name: "CJK UNIFIED IDEOGRAPH-2DFCD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFCE,
        name: "CJK UNIFIED IDEOGRAPH-2DFCE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFCF,
        name: "CJK UNIFIED IDEOGRAPH-2DFCF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD0,
        name: "CJK UNIFIED IDEOGRAPH-2DFD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD1,
        name: "CJK UNIFIED IDEOGRAPH-2DFD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD2,
        name: "CJK UNIFIED IDEOGRAPH-2DFD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD3,
        name: "CJK UNIFIED IDEOGRAPH-2DFD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD4,
        name: "CJK UNIFIED IDEOGRAPH-2DFD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD5,
        name: "CJK UNIFIED IDEOGRAPH-2DFD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD6,
        name: "CJK UNIFIED IDEOGRAPH-2DFD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD7,
        name: "CJK UNIFIED IDEOGRAPH-2DFD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD8,
        name: "CJK UNIFIED IDEOGRAPH-2DFD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFD9,
        name: "CJK UNIFIED IDEOGRAPH-2DFD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFDA,
        name: "CJK UNIFIED IDEOGRAPH-2DFDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFDB,
        name: "CJK UNIFIED IDEOGRAPH-2DFDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFDC,
        name: "CJK UNIFIED IDEOGRAPH-2DFDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFDD,
        name: "CJK UNIFIED IDEOGRAPH-2DFDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFDE,
        name: "CJK UNIFIED IDEOGRAPH-2DFDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFDF,
        name: "CJK UNIFIED IDEOGRAPH-2DFDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE0,
        name: "CJK UNIFIED IDEOGRAPH-2DFE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE1,
        name: "CJK UNIFIED IDEOGRAPH-2DFE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE2,
        name: "CJK UNIFIED IDEOGRAPH-2DFE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE3,
        name: "CJK UNIFIED IDEOGRAPH-2DFE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE4,
        name: "CJK UNIFIED IDEOGRAPH-2DFE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE5,
        name: "CJK UNIFIED IDEOGRAPH-2DFE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE6,
        name: "CJK UNIFIED IDEOGRAPH-2DFE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE7,
        name: "CJK UNIFIED IDEOGRAPH-2DFE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE8,
        name: "CJK UNIFIED IDEOGRAPH-2DFE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFE9,
        name: "CJK UNIFIED IDEOGRAPH-2DFE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFEA,
        name: "CJK UNIFIED IDEOGRAPH-2DFEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFEB,
        name: "CJK UNIFIED IDEOGRAPH-2DFEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFEC,
        name: "CJK UNIFIED IDEOGRAPH-2DFEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFED,
        name: "CJK UNIFIED IDEOGRAPH-2DFED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFEE,
        name: "CJK UNIFIED IDEOGRAPH-2DFEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFEF,
        name: "CJK UNIFIED IDEOGRAPH-2DFEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF0,
        name: "CJK UNIFIED IDEOGRAPH-2DFF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF1,
        name: "CJK UNIFIED IDEOGRAPH-2DFF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF2,
        name: "CJK UNIFIED IDEOGRAPH-2DFF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF3,
        name: "CJK UNIFIED IDEOGRAPH-2DFF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF4,
        name: "CJK UNIFIED IDEOGRAPH-2DFF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF5,
        name: "CJK UNIFIED IDEOGRAPH-2DFF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF6,
        name: "CJK UNIFIED IDEOGRAPH-2DFF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF7,
        name: "CJK UNIFIED IDEOGRAPH-2DFF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF8,
        name: "CJK UNIFIED IDEOGRAPH-2DFF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFF9,
        name: "CJK UNIFIED IDEOGRAPH-2DFF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFFA,
        name: "CJK UNIFIED IDEOGRAPH-2DFFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFFB,
        name: "CJK UNIFIED IDEOGRAPH-2DFFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFFC,
        name: "CJK UNIFIED IDEOGRAPH-2DFFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFFD,
        name: "CJK UNIFIED IDEOGRAPH-2DFFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFFE,
        name: "CJK UNIFIED IDEOGRAPH-2DFFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2DFFF,
        name: "CJK UNIFIED IDEOGRAPH-2DFFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E000,
        name: "CJK UNIFIED IDEOGRAPH-2E000",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E001,
        name: "CJK UNIFIED IDEOGRAPH-2E001",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E002,
        name: "CJK UNIFIED IDEOGRAPH-2E002",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E003,
        name: "CJK UNIFIED IDEOGRAPH-2E003",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E004,
        name: "CJK UNIFIED IDEOGRAPH-2E004",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E005,
        name: "CJK UNIFIED IDEOGRAPH-2E005",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E006,
        name: "CJK UNIFIED IDEOGRAPH-2E006",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E007,
        name: "CJK UNIFIED IDEOGRAPH-2E007",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E008,
        name: "CJK UNIFIED IDEOGRAPH-2E008",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E009,
        name: "CJK UNIFIED IDEOGRAPH-2E009",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E00A,
        name: "CJK UNIFIED IDEOGRAPH-2E00A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E00B,
        name: "CJK UNIFIED IDEOGRAPH-2E00B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E00C,
        name: "CJK UNIFIED IDEOGRAPH-2E00C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E00D,
        name: "CJK UNIFIED IDEOGRAPH-2E00D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E00E,
        name: "CJK UNIFIED IDEOGRAPH-2E00E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E00F,
        name: "CJK UNIFIED IDEOGRAPH-2E00F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E010,
        name: "CJK UNIFIED IDEOGRAPH-2E010",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E011,
        name: "CJK UNIFIED IDEOGRAPH-2E011",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E012,
        name: "CJK UNIFIED IDEOGRAPH-2E012",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E013,
        name: "CJK UNIFIED IDEOGRAPH-2E013",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E014,
        name: "CJK UNIFIED IDEOGRAPH-2E014",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E015,
        name: "CJK UNIFIED IDEOGRAPH-2E015",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E016,
        name: "CJK UNIFIED IDEOGRAPH-2E016",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E017,
        name: "CJK UNIFIED IDEOGRAPH-2E017",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E018,
        name: "CJK UNIFIED IDEOGRAPH-2E018",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E019,
        name: "CJK UNIFIED IDEOGRAPH-2E019",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E01A,
        name: "CJK UNIFIED IDEOGRAPH-2E01A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E01B,
        name: "CJK UNIFIED IDEOGRAPH-2E01B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E01C,
        name: "CJK UNIFIED IDEOGRAPH-2E01C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E01D,
        name: "CJK UNIFIED IDEOGRAPH-2E01D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E01E,
        name: "CJK UNIFIED IDEOGRAPH-2E01E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E01F,
        name: "CJK UNIFIED IDEOGRAPH-2E01F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E020,
        name: "CJK UNIFIED IDEOGRAPH-2E020",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E021,
        name: "CJK UNIFIED IDEOGRAPH-2E021",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E022,
        name: "CJK UNIFIED IDEOGRAPH-2E022",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E023,
        name: "CJK UNIFIED IDEOGRAPH-2E023",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E024,
        name: "CJK UNIFIED IDEOGRAPH-2E024",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E025,
        name: "CJK UNIFIED IDEOGRAPH-2E025",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E026,
        name: "CJK UNIFIED IDEOGRAPH-2E026",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E027,
        name: "CJK UNIFIED IDEOGRAPH-2E027",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E028,
        name: "CJK UNIFIED IDEOGRAPH-2E028",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E029,
        name: "CJK UNIFIED IDEOGRAPH-2E029",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E02A,
        name: "CJK UNIFIED IDEOGRAPH-2E02A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E02B,
        name: "CJK UNIFIED IDEOGRAPH-2E02B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E02C,
        name: "CJK UNIFIED IDEOGRAPH-2E02C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E02D,
        name: "CJK UNIFIED IDEOGRAPH-2E02D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E02E,
        name: "CJK UNIFIED IDEOGRAPH-2E02E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E02F,
        name: "CJK UNIFIED IDEOGRAPH-2E02F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E030,
        name: "CJK UNIFIED IDEOGRAPH-2E030",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E031,
        name: "CJK UNIFIED IDEOGRAPH-2E031",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E032,
        name: "CJK UNIFIED IDEOGRAPH-2E032",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E033,
        name: "CJK UNIFIED IDEOGRAPH-2E033",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E034,
        name: "CJK UNIFIED IDEOGRAPH-2E034",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E035,
        name: "CJK UNIFIED IDEOGRAPH-2E035",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E036,
        name: "CJK UNIFIED IDEOGRAPH-2E036",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E037,
        name: "CJK UNIFIED IDEOGRAPH-2E037",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E038,
        name: "CJK UNIFIED IDEOGRAPH-2E038",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E039,
        name: "CJK UNIFIED IDEOGRAPH-2E039",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E03A,
        name: "CJK UNIFIED IDEOGRAPH-2E03A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E03B,
        name: "CJK UNIFIED IDEOGRAPH-2E03B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E03C,
        name: "CJK UNIFIED IDEOGRAPH-2E03C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E03D,
        name: "CJK UNIFIED IDEOGRAPH-2E03D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E03E,
        name: "CJK UNIFIED IDEOGRAPH-2E03E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E03F,
        name: "CJK UNIFIED IDEOGRAPH-2E03F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E040,
        name: "CJK UNIFIED IDEOGRAPH-2E040",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E041,
        name: "CJK UNIFIED IDEOGRAPH-2E041",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E042,
        name: "CJK UNIFIED IDEOGRAPH-2E042",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E043,
        name: "CJK UNIFIED IDEOGRAPH-2E043",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E044,
        name: "CJK UNIFIED IDEOGRAPH-2E044",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E045,
        name: "CJK UNIFIED IDEOGRAPH-2E045",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E046,
        name: "CJK UNIFIED IDEOGRAPH-2E046",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E047,
        name: "CJK UNIFIED IDEOGRAPH-2E047",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E048,
        name: "CJK UNIFIED IDEOGRAPH-2E048",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E049,
        name: "CJK UNIFIED IDEOGRAPH-2E049",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E04A,
        name: "CJK UNIFIED IDEOGRAPH-2E04A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E04B,
        name: "CJK UNIFIED IDEOGRAPH-2E04B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E04C,
        name: "CJK UNIFIED IDEOGRAPH-2E04C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E04D,
        name: "CJK UNIFIED IDEOGRAPH-2E04D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E04E,
        name: "CJK UNIFIED IDEOGRAPH-2E04E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E04F,
        name: "CJK UNIFIED IDEOGRAPH-2E04F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E050,
        name: "CJK UNIFIED IDEOGRAPH-2E050",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E051,
        name: "CJK UNIFIED IDEOGRAPH-2E051",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E052,
        name: "CJK UNIFIED IDEOGRAPH-2E052",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E053,
        name: "CJK UNIFIED IDEOGRAPH-2E053",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E054,
        name: "CJK UNIFIED IDEOGRAPH-2E054",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E055,
        name: "CJK UNIFIED IDEOGRAPH-2E055",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E056,
        name: "CJK UNIFIED IDEOGRAPH-2E056",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E057,
        name: "CJK UNIFIED IDEOGRAPH-2E057",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E058,
        name: "CJK UNIFIED IDEOGRAPH-2E058",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E059,
        name: "CJK UNIFIED IDEOGRAPH-2E059",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E05A,
        name: "CJK UNIFIED IDEOGRAPH-2E05A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E05B,
        name: "CJK UNIFIED IDEOGRAPH-2E05B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E05C,
        name: "CJK UNIFIED IDEOGRAPH-2E05C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E05D,
        name: "CJK UNIFIED IDEOGRAPH-2E05D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E05E,
        name: "CJK UNIFIED IDEOGRAPH-2E05E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E05F,
        name: "CJK UNIFIED IDEOGRAPH-2E05F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E060,
        name: "CJK UNIFIED IDEOGRAPH-2E060",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E061,
        name: "CJK UNIFIED IDEOGRAPH-2E061",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E062,
        name: "CJK UNIFIED IDEOGRAPH-2E062",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E063,
        name: "CJK UNIFIED IDEOGRAPH-2E063",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E064,
        name: "CJK UNIFIED IDEOGRAPH-2E064",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E065,
        name: "CJK UNIFIED IDEOGRAPH-2E065",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E066,
        name: "CJK UNIFIED IDEOGRAPH-2E066",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E067,
        name: "CJK UNIFIED IDEOGRAPH-2E067",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E068,
        name: "CJK UNIFIED IDEOGRAPH-2E068",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E069,
        name: "CJK UNIFIED IDEOGRAPH-2E069",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E06A,
        name: "CJK UNIFIED IDEOGRAPH-2E06A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E06B,
        name: "CJK UNIFIED IDEOGRAPH-2E06B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E06C,
        name: "CJK UNIFIED IDEOGRAPH-2E06C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E06D,
        name: "CJK UNIFIED IDEOGRAPH-2E06D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E06E,
        name: "CJK UNIFIED IDEOGRAPH-2E06E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E06F,
        name: "CJK UNIFIED IDEOGRAPH-2E06F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E070,
        name: "CJK UNIFIED IDEOGRAPH-2E070",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E071,
        name: "CJK UNIFIED IDEOGRAPH-2E071",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E072,
        name: "CJK UNIFIED IDEOGRAPH-2E072",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E073,
        name: "CJK UNIFIED IDEOGRAPH-2E073",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E074,
        name: "CJK UNIFIED IDEOGRAPH-2E074",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E075,
        name: "CJK UNIFIED IDEOGRAPH-2E075",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E076,
        name: "CJK UNIFIED IDEOGRAPH-2E076",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E077,
        name: "CJK UNIFIED IDEOGRAPH-2E077",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E078,
        name: "CJK UNIFIED IDEOGRAPH-2E078",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E079,
        name: "CJK UNIFIED IDEOGRAPH-2E079",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E07A,
        name: "CJK UNIFIED IDEOGRAPH-2E07A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E07B,
        name: "CJK UNIFIED IDEOGRAPH-2E07B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E07C,
        name: "CJK UNIFIED IDEOGRAPH-2E07C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E07D,
        name: "CJK UNIFIED IDEOGRAPH-2E07D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E07E,
        name: "CJK UNIFIED IDEOGRAPH-2E07E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E07F,
        name: "CJK UNIFIED IDEOGRAPH-2E07F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E080,
        name: "CJK UNIFIED IDEOGRAPH-2E080",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E081,
        name: "CJK UNIFIED IDEOGRAPH-2E081",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E082,
        name: "CJK UNIFIED IDEOGRAPH-2E082",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E083,
        name: "CJK UNIFIED IDEOGRAPH-2E083",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E084,
        name: "CJK UNIFIED IDEOGRAPH-2E084",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E085,
        name: "CJK UNIFIED IDEOGRAPH-2E085",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E086,
        name: "CJK UNIFIED IDEOGRAPH-2E086",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E087,
        name: "CJK UNIFIED IDEOGRAPH-2E087",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E088,
        name: "CJK UNIFIED IDEOGRAPH-2E088",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E089,
        name: "CJK UNIFIED IDEOGRAPH-2E089",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E08A,
        name: "CJK UNIFIED IDEOGRAPH-2E08A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E08B,
        name: "CJK UNIFIED IDEOGRAPH-2E08B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E08C,
        name: "CJK UNIFIED IDEOGRAPH-2E08C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E08D,
        name: "CJK UNIFIED IDEOGRAPH-2E08D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E08E,
        name: "CJK UNIFIED IDEOGRAPH-2E08E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E08F,
        name: "CJK UNIFIED IDEOGRAPH-2E08F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E090,
        name: "CJK UNIFIED IDEOGRAPH-2E090",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E091,
        name: "CJK UNIFIED IDEOGRAPH-2E091",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E092,
        name: "CJK UNIFIED IDEOGRAPH-2E092",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E093,
        name: "CJK UNIFIED IDEOGRAPH-2E093",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E094,
        name: "CJK UNIFIED IDEOGRAPH-2E094",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E095,
        name: "CJK UNIFIED IDEOGRAPH-2E095",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E096,
        name: "CJK UNIFIED IDEOGRAPH-2E096",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E097,
        name: "CJK UNIFIED IDEOGRAPH-2E097",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E098,
        name: "CJK UNIFIED IDEOGRAPH-2E098",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E099,
        name: "CJK UNIFIED IDEOGRAPH-2E099",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E09A,
        name: "CJK UNIFIED IDEOGRAPH-2E09A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E09B,
        name: "CJK UNIFIED IDEOGRAPH-2E09B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E09C,
        name: "CJK UNIFIED IDEOGRAPH-2E09C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E09D,
        name: "CJK UNIFIED IDEOGRAPH-2E09D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E09E,
        name: "CJK UNIFIED IDEOGRAPH-2E09E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E09F,
        name: "CJK UNIFIED IDEOGRAPH-2E09F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A0,
        name: "CJK UNIFIED IDEOGRAPH-2E0A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A1,
        name: "CJK UNIFIED IDEOGRAPH-2E0A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A2,
        name: "CJK UNIFIED IDEOGRAPH-2E0A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A3,
        name: "CJK UNIFIED IDEOGRAPH-2E0A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A4,
        name: "CJK UNIFIED IDEOGRAPH-2E0A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A5,
        name: "CJK UNIFIED IDEOGRAPH-2E0A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A6,
        name: "CJK UNIFIED IDEOGRAPH-2E0A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A7,
        name: "CJK UNIFIED IDEOGRAPH-2E0A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A8,
        name: "CJK UNIFIED IDEOGRAPH-2E0A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0A9,
        name: "CJK UNIFIED IDEOGRAPH-2E0A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0AA,
        name: "CJK UNIFIED IDEOGRAPH-2E0AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0AB,
        name: "CJK UNIFIED IDEOGRAPH-2E0AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0AC,
        name: "CJK UNIFIED IDEOGRAPH-2E0AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0AD,
        name: "CJK UNIFIED IDEOGRAPH-2E0AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0AE,
        name: "CJK UNIFIED IDEOGRAPH-2E0AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0AF,
        name: "CJK UNIFIED IDEOGRAPH-2E0AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B0,
        name: "CJK UNIFIED IDEOGRAPH-2E0B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B1,
        name: "CJK UNIFIED IDEOGRAPH-2E0B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B2,
        name: "CJK UNIFIED IDEOGRAPH-2E0B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B3,
        name: "CJK UNIFIED IDEOGRAPH-2E0B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B4,
        name: "CJK UNIFIED IDEOGRAPH-2E0B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B5,
        name: "CJK UNIFIED IDEOGRAPH-2E0B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B6,
        name: "CJK UNIFIED IDEOGRAPH-2E0B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B7,
        name: "CJK UNIFIED IDEOGRAPH-2E0B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B8,
        name: "CJK UNIFIED IDEOGRAPH-2E0B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0B9,
        name: "CJK UNIFIED IDEOGRAPH-2E0B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0BA,
        name: "CJK UNIFIED IDEOGRAPH-2E0BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0BB,
        name: "CJK UNIFIED IDEOGRAPH-2E0BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0BC,
        name: "CJK UNIFIED IDEOGRAPH-2E0BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0BD,
        name: "CJK UNIFIED IDEOGRAPH-2E0BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0BE,
        name: "CJK UNIFIED IDEOGRAPH-2E0BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0BF,
        name: "CJK UNIFIED IDEOGRAPH-2E0BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C0,
        name: "CJK UNIFIED IDEOGRAPH-2E0C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C1,
        name: "CJK UNIFIED IDEOGRAPH-2E0C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C2,
        name: "CJK UNIFIED IDEOGRAPH-2E0C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C3,
        name: "CJK UNIFIED IDEOGRAPH-2E0C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C4,
        name: "CJK UNIFIED IDEOGRAPH-2E0C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C5,
        name: "CJK UNIFIED IDEOGRAPH-2E0C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C6,
        name: "CJK UNIFIED IDEOGRAPH-2E0C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C7,
        name: "CJK UNIFIED IDEOGRAPH-2E0C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C8,
        name: "CJK UNIFIED IDEOGRAPH-2E0C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0C9,
        name: "CJK UNIFIED IDEOGRAPH-2E0C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0CA,
        name: "CJK UNIFIED IDEOGRAPH-2E0CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0CB,
        name: "CJK UNIFIED IDEOGRAPH-2E0CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0CC,
        name: "CJK UNIFIED IDEOGRAPH-2E0CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0CD,
        name: "CJK UNIFIED IDEOGRAPH-2E0CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0CE,
        name: "CJK UNIFIED IDEOGRAPH-2E0CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0CF,
        name: "CJK UNIFIED IDEOGRAPH-2E0CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D0,
        name: "CJK UNIFIED IDEOGRAPH-2E0D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D1,
        name: "CJK UNIFIED IDEOGRAPH-2E0D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D2,
        name: "CJK UNIFIED IDEOGRAPH-2E0D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D3,
        name: "CJK UNIFIED IDEOGRAPH-2E0D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D4,
        name: "CJK UNIFIED IDEOGRAPH-2E0D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D5,
        name: "CJK UNIFIED IDEOGRAPH-2E0D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D6,
        name: "CJK UNIFIED IDEOGRAPH-2E0D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D7,
        name: "CJK UNIFIED IDEOGRAPH-2E0D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D8,
        name: "CJK UNIFIED IDEOGRAPH-2E0D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0D9,
        name: "CJK UNIFIED IDEOGRAPH-2E0D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0DA,
        name: "CJK UNIFIED IDEOGRAPH-2E0DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0DB,
        name: "CJK UNIFIED IDEOGRAPH-2E0DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0DC,
        name: "CJK UNIFIED IDEOGRAPH-2E0DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0DD,
        name: "CJK UNIFIED IDEOGRAPH-2E0DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0DE,
        name: "CJK UNIFIED IDEOGRAPH-2E0DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0DF,
        name: "CJK UNIFIED IDEOGRAPH-2E0DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E0,
        name: "CJK UNIFIED IDEOGRAPH-2E0E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E1,
        name: "CJK UNIFIED IDEOGRAPH-2E0E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E2,
        name: "CJK UNIFIED IDEOGRAPH-2E0E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E3,
        name: "CJK UNIFIED IDEOGRAPH-2E0E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E4,
        name: "CJK UNIFIED IDEOGRAPH-2E0E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E5,
        name: "CJK UNIFIED IDEOGRAPH-2E0E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E6,
        name: "CJK UNIFIED IDEOGRAPH-2E0E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E7,
        name: "CJK UNIFIED IDEOGRAPH-2E0E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E8,
        name: "CJK UNIFIED IDEOGRAPH-2E0E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0E9,
        name: "CJK UNIFIED IDEOGRAPH-2E0E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0EA,
        name: "CJK UNIFIED IDEOGRAPH-2E0EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0EB,
        name: "CJK UNIFIED IDEOGRAPH-2E0EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0EC,
        name: "CJK UNIFIED IDEOGRAPH-2E0EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0ED,
        name: "CJK UNIFIED IDEOGRAPH-2E0ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0EE,
        name: "CJK UNIFIED IDEOGRAPH-2E0EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0EF,
        name: "CJK UNIFIED IDEOGRAPH-2E0EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F0,
        name: "CJK UNIFIED IDEOGRAPH-2E0F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F1,
        name: "CJK UNIFIED IDEOGRAPH-2E0F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F2,
        name: "CJK UNIFIED IDEOGRAPH-2E0F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F3,
        name: "CJK UNIFIED IDEOGRAPH-2E0F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F4,
        name: "CJK UNIFIED IDEOGRAPH-2E0F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F5,
        name: "CJK UNIFIED IDEOGRAPH-2E0F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F6,
        name: "CJK UNIFIED IDEOGRAPH-2E0F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F7,
        name: "CJK UNIFIED IDEOGRAPH-2E0F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F8,
        name: "CJK UNIFIED IDEOGRAPH-2E0F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0F9,
        name: "CJK UNIFIED IDEOGRAPH-2E0F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0FA,
        name: "CJK UNIFIED IDEOGRAPH-2E0FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0FB,
        name: "CJK UNIFIED IDEOGRAPH-2E0FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0FC,
        name: "CJK UNIFIED IDEOGRAPH-2E0FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0FD,
        name: "CJK UNIFIED IDEOGRAPH-2E0FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0FE,
        name: "CJK UNIFIED IDEOGRAPH-2E0FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E0FF,
        name: "CJK UNIFIED IDEOGRAPH-2E0FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E100,
        name: "CJK UNIFIED IDEOGRAPH-2E100",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E101,
        name: "CJK UNIFIED IDEOGRAPH-2E101",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E102,
        name: "CJK UNIFIED IDEOGRAPH-2E102",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E103,
        name: "CJK UNIFIED IDEOGRAPH-2E103",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E104,
        name: "CJK UNIFIED IDEOGRAPH-2E104",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E105,
        name: "CJK UNIFIED IDEOGRAPH-2E105",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E106,
        name: "CJK UNIFIED IDEOGRAPH-2E106",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E107,
        name: "CJK UNIFIED IDEOGRAPH-2E107",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E108,
        name: "CJK UNIFIED IDEOGRAPH-2E108",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E109,
        name: "CJK UNIFIED IDEOGRAPH-2E109",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E10A,
        name: "CJK UNIFIED IDEOGRAPH-2E10A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E10B,
        name: "CJK UNIFIED IDEOGRAPH-2E10B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E10C,
        name: "CJK UNIFIED IDEOGRAPH-2E10C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E10D,
        name: "CJK UNIFIED IDEOGRAPH-2E10D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E10E,
        name: "CJK UNIFIED IDEOGRAPH-2E10E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E10F,
        name: "CJK UNIFIED IDEOGRAPH-2E10F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E110,
        name: "CJK UNIFIED IDEOGRAPH-2E110",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E111,
        name: "CJK UNIFIED IDEOGRAPH-2E111",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E112,
        name: "CJK UNIFIED IDEOGRAPH-2E112",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E113,
        name: "CJK UNIFIED IDEOGRAPH-2E113",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E114,
        name: "CJK UNIFIED IDEOGRAPH-2E114",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E115,
        name: "CJK UNIFIED IDEOGRAPH-2E115",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E116,
        name: "CJK UNIFIED IDEOGRAPH-2E116",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E117,
        name: "CJK UNIFIED IDEOGRAPH-2E117",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E118,
        name: "CJK UNIFIED IDEOGRAPH-2E118",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E119,
        name: "CJK UNIFIED IDEOGRAPH-2E119",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E11A,
        name: "CJK UNIFIED IDEOGRAPH-2E11A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E11B,
        name: "CJK UNIFIED IDEOGRAPH-2E11B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E11C,
        name: "CJK UNIFIED IDEOGRAPH-2E11C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E11D,
        name: "CJK UNIFIED IDEOGRAPH-2E11D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E11E,
        name: "CJK UNIFIED IDEOGRAPH-2E11E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E11F,
        name: "CJK UNIFIED IDEOGRAPH-2E11F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E120,
        name: "CJK UNIFIED IDEOGRAPH-2E120",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E121,
        name: "CJK UNIFIED IDEOGRAPH-2E121",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E122,
        name: "CJK UNIFIED IDEOGRAPH-2E122",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E123,
        name: "CJK UNIFIED IDEOGRAPH-2E123",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E124,
        name: "CJK UNIFIED IDEOGRAPH-2E124",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E125,
        name: "CJK UNIFIED IDEOGRAPH-2E125",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E126,
        name: "CJK UNIFIED IDEOGRAPH-2E126",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E127,
        name: "CJK UNIFIED IDEOGRAPH-2E127",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E128,
        name: "CJK UNIFIED IDEOGRAPH-2E128",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E129,
        name: "CJK UNIFIED IDEOGRAPH-2E129",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E12A,
        name: "CJK UNIFIED IDEOGRAPH-2E12A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E12B,
        name: "CJK UNIFIED IDEOGRAPH-2E12B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E12C,
        name: "CJK UNIFIED IDEOGRAPH-2E12C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E12D,
        name: "CJK UNIFIED IDEOGRAPH-2E12D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E12E,
        name: "CJK UNIFIED IDEOGRAPH-2E12E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E12F,
        name: "CJK UNIFIED IDEOGRAPH-2E12F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E130,
        name: "CJK UNIFIED IDEOGRAPH-2E130",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E131,
        name: "CJK UNIFIED IDEOGRAPH-2E131",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E132,
        name: "CJK UNIFIED IDEOGRAPH-2E132",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E133,
        name: "CJK UNIFIED IDEOGRAPH-2E133",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E134,
        name: "CJK UNIFIED IDEOGRAPH-2E134",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E135,
        name: "CJK UNIFIED IDEOGRAPH-2E135",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E136,
        name: "CJK UNIFIED IDEOGRAPH-2E136",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E137,
        name: "CJK UNIFIED IDEOGRAPH-2E137",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E138,
        name: "CJK UNIFIED IDEOGRAPH-2E138",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E139,
        name: "CJK UNIFIED IDEOGRAPH-2E139",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E13A,
        name: "CJK UNIFIED IDEOGRAPH-2E13A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E13B,
        name: "CJK UNIFIED IDEOGRAPH-2E13B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E13C,
        name: "CJK UNIFIED IDEOGRAPH-2E13C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E13D,
        name: "CJK UNIFIED IDEOGRAPH-2E13D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E13E,
        name: "CJK UNIFIED IDEOGRAPH-2E13E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E13F,
        name: "CJK UNIFIED IDEOGRAPH-2E13F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E140,
        name: "CJK UNIFIED IDEOGRAPH-2E140",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E141,
        name: "CJK UNIFIED IDEOGRAPH-2E141",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E142,
        name: "CJK UNIFIED IDEOGRAPH-2E142",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E143,
        name: "CJK UNIFIED IDEOGRAPH-2E143",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E144,
        name: "CJK UNIFIED IDEOGRAPH-2E144",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E145,
        name: "CJK UNIFIED IDEOGRAPH-2E145",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E146,
        name: "CJK UNIFIED IDEOGRAPH-2E146",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E147,
        name: "CJK UNIFIED IDEOGRAPH-2E147",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E148,
        name: "CJK UNIFIED IDEOGRAPH-2E148",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E149,
        name: "CJK UNIFIED IDEOGRAPH-2E149",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E14A,
        name: "CJK UNIFIED IDEOGRAPH-2E14A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E14B,
        name: "CJK UNIFIED IDEOGRAPH-2E14B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E14C,
        name: "CJK UNIFIED IDEOGRAPH-2E14C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E14D,
        name: "CJK UNIFIED IDEOGRAPH-2E14D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E14E,
        name: "CJK UNIFIED IDEOGRAPH-2E14E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E14F,
        name: "CJK UNIFIED IDEOGRAPH-2E14F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E150,
        name: "CJK UNIFIED IDEOGRAPH-2E150",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E151,
        name: "CJK UNIFIED IDEOGRAPH-2E151",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E152,
        name: "CJK UNIFIED IDEOGRAPH-2E152",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E153,
        name: "CJK UNIFIED IDEOGRAPH-2E153",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E154,
        name: "CJK UNIFIED IDEOGRAPH-2E154",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E155,
        name: "CJK UNIFIED IDEOGRAPH-2E155",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E156,
        name: "CJK UNIFIED IDEOGRAPH-2E156",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E157,
        name: "CJK UNIFIED IDEOGRAPH-2E157",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E158,
        name: "CJK UNIFIED IDEOGRAPH-2E158",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E159,
        name: "CJK UNIFIED IDEOGRAPH-2E159",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E15A,
        name: "CJK UNIFIED IDEOGRAPH-2E15A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E15B,
        name: "CJK UNIFIED IDEOGRAPH-2E15B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E15C,
        name: "CJK UNIFIED IDEOGRAPH-2E15C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E15D,
        name: "CJK UNIFIED IDEOGRAPH-2E15D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E15E,
        name: "CJK UNIFIED IDEOGRAPH-2E15E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E15F,
        name: "CJK UNIFIED IDEOGRAPH-2E15F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E160,
        name: "CJK UNIFIED IDEOGRAPH-2E160",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E161,
        name: "CJK UNIFIED IDEOGRAPH-2E161",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E162,
        name: "CJK UNIFIED IDEOGRAPH-2E162",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E163,
        name: "CJK UNIFIED IDEOGRAPH-2E163",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E164,
        name: "CJK UNIFIED IDEOGRAPH-2E164",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E165,
        name: "CJK UNIFIED IDEOGRAPH-2E165",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E166,
        name: "CJK UNIFIED IDEOGRAPH-2E166",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E167,
        name: "CJK UNIFIED IDEOGRAPH-2E167",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E168,
        name: "CJK UNIFIED IDEOGRAPH-2E168",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E169,
        name: "CJK UNIFIED IDEOGRAPH-2E169",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E16A,
        name: "CJK UNIFIED IDEOGRAPH-2E16A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E16B,
        name: "CJK UNIFIED IDEOGRAPH-2E16B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E16C,
        name: "CJK UNIFIED IDEOGRAPH-2E16C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E16D,
        name: "CJK UNIFIED IDEOGRAPH-2E16D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E16E,
        name: "CJK UNIFIED IDEOGRAPH-2E16E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E16F,
        name: "CJK UNIFIED IDEOGRAPH-2E16F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E170,
        name: "CJK UNIFIED IDEOGRAPH-2E170",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E171,
        name: "CJK UNIFIED IDEOGRAPH-2E171",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E172,
        name: "CJK UNIFIED IDEOGRAPH-2E172",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E173,
        name: "CJK UNIFIED IDEOGRAPH-2E173",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E174,
        name: "CJK UNIFIED IDEOGRAPH-2E174",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E175,
        name: "CJK UNIFIED IDEOGRAPH-2E175",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E176,
        name: "CJK UNIFIED IDEOGRAPH-2E176",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E177,
        name: "CJK UNIFIED IDEOGRAPH-2E177",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E178,
        name: "CJK UNIFIED IDEOGRAPH-2E178",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E179,
        name: "CJK UNIFIED IDEOGRAPH-2E179",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E17A,
        name: "CJK UNIFIED IDEOGRAPH-2E17A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E17B,
        name: "CJK UNIFIED IDEOGRAPH-2E17B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E17C,
        name: "CJK UNIFIED IDEOGRAPH-2E17C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E17D,
        name: "CJK UNIFIED IDEOGRAPH-2E17D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E17E,
        name: "CJK UNIFIED IDEOGRAPH-2E17E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E17F,
        name: "CJK UNIFIED IDEOGRAPH-2E17F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E180,
        name: "CJK UNIFIED IDEOGRAPH-2E180",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E181,
        name: "CJK UNIFIED IDEOGRAPH-2E181",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E182,
        name: "CJK UNIFIED IDEOGRAPH-2E182",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E183,
        name: "CJK UNIFIED IDEOGRAPH-2E183",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E184,
        name: "CJK UNIFIED IDEOGRAPH-2E184",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E185,
        name: "CJK UNIFIED IDEOGRAPH-2E185",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E186,
        name: "CJK UNIFIED IDEOGRAPH-2E186",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E187,
        name: "CJK UNIFIED IDEOGRAPH-2E187",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E188,
        name: "CJK UNIFIED IDEOGRAPH-2E188",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E189,
        name: "CJK UNIFIED IDEOGRAPH-2E189",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E18A,
        name: "CJK UNIFIED IDEOGRAPH-2E18A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E18B,
        name: "CJK UNIFIED IDEOGRAPH-2E18B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E18C,
        name: "CJK UNIFIED IDEOGRAPH-2E18C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E18D,
        name: "CJK UNIFIED IDEOGRAPH-2E18D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E18E,
        name: "CJK UNIFIED IDEOGRAPH-2E18E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E18F,
        name: "CJK UNIFIED IDEOGRAPH-2E18F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E190,
        name: "CJK UNIFIED IDEOGRAPH-2E190",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E191,
        name: "CJK UNIFIED IDEOGRAPH-2E191",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E192,
        name: "CJK UNIFIED IDEOGRAPH-2E192",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E193,
        name: "CJK UNIFIED IDEOGRAPH-2E193",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E194,
        name: "CJK UNIFIED IDEOGRAPH-2E194",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E195,
        name: "CJK UNIFIED IDEOGRAPH-2E195",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E196,
        name: "CJK UNIFIED IDEOGRAPH-2E196",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E197,
        name: "CJK UNIFIED IDEOGRAPH-2E197",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E198,
        name: "CJK UNIFIED IDEOGRAPH-2E198",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E199,
        name: "CJK UNIFIED IDEOGRAPH-2E199",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E19A,
        name: "CJK UNIFIED IDEOGRAPH-2E19A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E19B,
        name: "CJK UNIFIED IDEOGRAPH-2E19B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E19C,
        name: "CJK UNIFIED IDEOGRAPH-2E19C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E19D,
        name: "CJK UNIFIED IDEOGRAPH-2E19D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E19E,
        name: "CJK UNIFIED IDEOGRAPH-2E19E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E19F,
        name: "CJK UNIFIED IDEOGRAPH-2E19F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A0,
        name: "CJK UNIFIED IDEOGRAPH-2E1A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A1,
        name: "CJK UNIFIED IDEOGRAPH-2E1A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A2,
        name: "CJK UNIFIED IDEOGRAPH-2E1A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A3,
        name: "CJK UNIFIED IDEOGRAPH-2E1A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A4,
        name: "CJK UNIFIED IDEOGRAPH-2E1A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A5,
        name: "CJK UNIFIED IDEOGRAPH-2E1A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A6,
        name: "CJK UNIFIED IDEOGRAPH-2E1A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A7,
        name: "CJK UNIFIED IDEOGRAPH-2E1A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A8,
        name: "CJK UNIFIED IDEOGRAPH-2E1A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1A9,
        name: "CJK UNIFIED IDEOGRAPH-2E1A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1AA,
        name: "CJK UNIFIED IDEOGRAPH-2E1AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1AB,
        name: "CJK UNIFIED IDEOGRAPH-2E1AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1AC,
        name: "CJK UNIFIED IDEOGRAPH-2E1AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1AD,
        name: "CJK UNIFIED IDEOGRAPH-2E1AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1AE,
        name: "CJK UNIFIED IDEOGRAPH-2E1AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1AF,
        name: "CJK UNIFIED IDEOGRAPH-2E1AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B0,
        name: "CJK UNIFIED IDEOGRAPH-2E1B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B1,
        name: "CJK UNIFIED IDEOGRAPH-2E1B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B2,
        name: "CJK UNIFIED IDEOGRAPH-2E1B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B3,
        name: "CJK UNIFIED IDEOGRAPH-2E1B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B4,
        name: "CJK UNIFIED IDEOGRAPH-2E1B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B5,
        name: "CJK UNIFIED IDEOGRAPH-2E1B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B6,
        name: "CJK UNIFIED IDEOGRAPH-2E1B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B7,
        name: "CJK UNIFIED IDEOGRAPH-2E1B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B8,
        name: "CJK UNIFIED IDEOGRAPH-2E1B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1B9,
        name: "CJK UNIFIED IDEOGRAPH-2E1B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1BA,
        name: "CJK UNIFIED IDEOGRAPH-2E1BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1BB,
        name: "CJK UNIFIED IDEOGRAPH-2E1BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1BC,
        name: "CJK UNIFIED IDEOGRAPH-2E1BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1BD,
        name: "CJK UNIFIED IDEOGRAPH-2E1BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1BE,
        name: "CJK UNIFIED IDEOGRAPH-2E1BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1BF,
        name: "CJK UNIFIED IDEOGRAPH-2E1BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C0,
        name: "CJK UNIFIED IDEOGRAPH-2E1C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C1,
        name: "CJK UNIFIED IDEOGRAPH-2E1C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C2,
        name: "CJK UNIFIED IDEOGRAPH-2E1C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C3,
        name: "CJK UNIFIED IDEOGRAPH-2E1C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C4,
        name: "CJK UNIFIED IDEOGRAPH-2E1C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C5,
        name: "CJK UNIFIED IDEOGRAPH-2E1C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C6,
        name: "CJK UNIFIED IDEOGRAPH-2E1C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C7,
        name: "CJK UNIFIED IDEOGRAPH-2E1C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C8,
        name: "CJK UNIFIED IDEOGRAPH-2E1C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1C9,
        name: "CJK UNIFIED IDEOGRAPH-2E1C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1CA,
        name: "CJK UNIFIED IDEOGRAPH-2E1CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1CB,
        name: "CJK UNIFIED IDEOGRAPH-2E1CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1CC,
        name: "CJK UNIFIED IDEOGRAPH-2E1CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1CD,
        name: "CJK UNIFIED IDEOGRAPH-2E1CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1CE,
        name: "CJK UNIFIED IDEOGRAPH-2E1CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1CF,
        name: "CJK UNIFIED IDEOGRAPH-2E1CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D0,
        name: "CJK UNIFIED IDEOGRAPH-2E1D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D1,
        name: "CJK UNIFIED IDEOGRAPH-2E1D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D2,
        name: "CJK UNIFIED IDEOGRAPH-2E1D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D3,
        name: "CJK UNIFIED IDEOGRAPH-2E1D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D4,
        name: "CJK UNIFIED IDEOGRAPH-2E1D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D5,
        name: "CJK UNIFIED IDEOGRAPH-2E1D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D6,
        name: "CJK UNIFIED IDEOGRAPH-2E1D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D7,
        name: "CJK UNIFIED IDEOGRAPH-2E1D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D8,
        name: "CJK UNIFIED IDEOGRAPH-2E1D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1D9,
        name: "CJK UNIFIED IDEOGRAPH-2E1D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1DA,
        name: "CJK UNIFIED IDEOGRAPH-2E1DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1DB,
        name: "CJK UNIFIED IDEOGRAPH-2E1DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1DC,
        name: "CJK UNIFIED IDEOGRAPH-2E1DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1DD,
        name: "CJK UNIFIED IDEOGRAPH-2E1DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1DE,
        name: "CJK UNIFIED IDEOGRAPH-2E1DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1DF,
        name: "CJK UNIFIED IDEOGRAPH-2E1DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E0,
        name: "CJK UNIFIED IDEOGRAPH-2E1E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E1,
        name: "CJK UNIFIED IDEOGRAPH-2E1E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E2,
        name: "CJK UNIFIED IDEOGRAPH-2E1E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E3,
        name: "CJK UNIFIED IDEOGRAPH-2E1E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E4,
        name: "CJK UNIFIED IDEOGRAPH-2E1E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E5,
        name: "CJK UNIFIED IDEOGRAPH-2E1E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E6,
        name: "CJK UNIFIED IDEOGRAPH-2E1E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E7,
        name: "CJK UNIFIED IDEOGRAPH-2E1E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E8,
        name: "CJK UNIFIED IDEOGRAPH-2E1E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1E9,
        name: "CJK UNIFIED IDEOGRAPH-2E1E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1EA,
        name: "CJK UNIFIED IDEOGRAPH-2E1EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1EB,
        name: "CJK UNIFIED IDEOGRAPH-2E1EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1EC,
        name: "CJK UNIFIED IDEOGRAPH-2E1EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1ED,
        name: "CJK UNIFIED IDEOGRAPH-2E1ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1EE,
        name: "CJK UNIFIED IDEOGRAPH-2E1EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1EF,
        name: "CJK UNIFIED IDEOGRAPH-2E1EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F0,
        name: "CJK UNIFIED IDEOGRAPH-2E1F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F1,
        name: "CJK UNIFIED IDEOGRAPH-2E1F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F2,
        name: "CJK UNIFIED IDEOGRAPH-2E1F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F3,
        name: "CJK UNIFIED IDEOGRAPH-2E1F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F4,
        name: "CJK UNIFIED IDEOGRAPH-2E1F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F5,
        name: "CJK UNIFIED IDEOGRAPH-2E1F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F6,
        name: "CJK UNIFIED IDEOGRAPH-2E1F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F7,
        name: "CJK UNIFIED IDEOGRAPH-2E1F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F8,
        name: "CJK UNIFIED IDEOGRAPH-2E1F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1F9,
        name: "CJK UNIFIED IDEOGRAPH-2E1F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1FA,
        name: "CJK UNIFIED IDEOGRAPH-2E1FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1FB,
        name: "CJK UNIFIED IDEOGRAPH-2E1FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1FC,
        name: "CJK UNIFIED IDEOGRAPH-2E1FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1FD,
        name: "CJK UNIFIED IDEOGRAPH-2E1FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1FE,
        name: "CJK UNIFIED IDEOGRAPH-2E1FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E1FF,
        name: "CJK UNIFIED IDEOGRAPH-2E1FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E200,
        name: "CJK UNIFIED IDEOGRAPH-2E200",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E201,
        name: "CJK UNIFIED IDEOGRAPH-2E201",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E202,
        name: "CJK UNIFIED IDEOGRAPH-2E202",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E203,
        name: "CJK UNIFIED IDEOGRAPH-2E203",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E204,
        name: "CJK UNIFIED IDEOGRAPH-2E204",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E205,
        name: "CJK UNIFIED IDEOGRAPH-2E205",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E206,
        name: "CJK UNIFIED IDEOGRAPH-2E206",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E207,
        name: "CJK UNIFIED IDEOGRAPH-2E207",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E208,
        name: "CJK UNIFIED IDEOGRAPH-2E208",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E209,
        name: "CJK UNIFIED IDEOGRAPH-2E209",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E20A,
        name: "CJK UNIFIED IDEOGRAPH-2E20A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E20B,
        name: "CJK UNIFIED IDEOGRAPH-2E20B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E20C,
        name: "CJK UNIFIED IDEOGRAPH-2E20C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E20D,
        name: "CJK UNIFIED IDEOGRAPH-2E20D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E20E,
        name: "CJK UNIFIED IDEOGRAPH-2E20E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E20F,
        name: "CJK UNIFIED IDEOGRAPH-2E20F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E210,
        name: "CJK UNIFIED IDEOGRAPH-2E210",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E211,
        name: "CJK UNIFIED IDEOGRAPH-2E211",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E212,
        name: "CJK UNIFIED IDEOGRAPH-2E212",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E213,
        name: "CJK UNIFIED IDEOGRAPH-2E213",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E214,
        name: "CJK UNIFIED IDEOGRAPH-2E214",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E215,
        name: "CJK UNIFIED IDEOGRAPH-2E215",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E216,
        name: "CJK UNIFIED IDEOGRAPH-2E216",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E217,
        name: "CJK UNIFIED IDEOGRAPH-2E217",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E218,
        name: "CJK UNIFIED IDEOGRAPH-2E218",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E219,
        name: "CJK UNIFIED IDEOGRAPH-2E219",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E21A,
        name: "CJK UNIFIED IDEOGRAPH-2E21A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E21B,
        name: "CJK UNIFIED IDEOGRAPH-2E21B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E21C,
        name: "CJK UNIFIED IDEOGRAPH-2E21C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E21D,
        name: "CJK UNIFIED IDEOGRAPH-2E21D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E21E,
        name: "CJK UNIFIED IDEOGRAPH-2E21E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E21F,
        name: "CJK UNIFIED IDEOGRAPH-2E21F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E220,
        name: "CJK UNIFIED IDEOGRAPH-2E220",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E221,
        name: "CJK UNIFIED IDEOGRAPH-2E221",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E222,
        name: "CJK UNIFIED IDEOGRAPH-2E222",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E223,
        name: "CJK UNIFIED IDEOGRAPH-2E223",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E224,
        name: "CJK UNIFIED IDEOGRAPH-2E224",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E225,
        name: "CJK UNIFIED IDEOGRAPH-2E225",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E226,
        name: "CJK UNIFIED IDEOGRAPH-2E226",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E227,
        name: "CJK UNIFIED IDEOGRAPH-2E227",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E228,
        name: "CJK UNIFIED IDEOGRAPH-2E228",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E229,
        name: "CJK UNIFIED IDEOGRAPH-2E229",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E22A,
        name: "CJK UNIFIED IDEOGRAPH-2E22A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E22B,
        name: "CJK UNIFIED IDEOGRAPH-2E22B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E22C,
        name: "CJK UNIFIED IDEOGRAPH-2E22C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E22D,
        name: "CJK UNIFIED IDEOGRAPH-2E22D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E22E,
        name: "CJK UNIFIED IDEOGRAPH-2E22E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E22F,
        name: "CJK UNIFIED IDEOGRAPH-2E22F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E230,
        name: "CJK UNIFIED IDEOGRAPH-2E230",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E231,
        name: "CJK UNIFIED IDEOGRAPH-2E231",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E232,
        name: "CJK UNIFIED IDEOGRAPH-2E232",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E233,
        name: "CJK UNIFIED IDEOGRAPH-2E233",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E234,
        name: "CJK UNIFIED IDEOGRAPH-2E234",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E235,
        name: "CJK UNIFIED IDEOGRAPH-2E235",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E236,
        name: "CJK UNIFIED IDEOGRAPH-2E236",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E237,
        name: "CJK UNIFIED IDEOGRAPH-2E237",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E238,
        name: "CJK UNIFIED IDEOGRAPH-2E238",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E239,
        name: "CJK UNIFIED IDEOGRAPH-2E239",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E23A,
        name: "CJK UNIFIED IDEOGRAPH-2E23A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E23B,
        name: "CJK UNIFIED IDEOGRAPH-2E23B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E23C,
        name: "CJK UNIFIED IDEOGRAPH-2E23C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E23D,
        name: "CJK UNIFIED IDEOGRAPH-2E23D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E23E,
        name: "CJK UNIFIED IDEOGRAPH-2E23E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E23F,
        name: "CJK UNIFIED IDEOGRAPH-2E23F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E240,
        name: "CJK UNIFIED IDEOGRAPH-2E240",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E241,
        name: "CJK UNIFIED IDEOGRAPH-2E241",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E242,
        name: "CJK UNIFIED IDEOGRAPH-2E242",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E243,
        name: "CJK UNIFIED IDEOGRAPH-2E243",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E244,
        name: "CJK UNIFIED IDEOGRAPH-2E244",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E245,
        name: "CJK UNIFIED IDEOGRAPH-2E245",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E246,
        name: "CJK UNIFIED IDEOGRAPH-2E246",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E247,
        name: "CJK UNIFIED IDEOGRAPH-2E247",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E248,
        name: "CJK UNIFIED IDEOGRAPH-2E248",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E249,
        name: "CJK UNIFIED IDEOGRAPH-2E249",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E24A,
        name: "CJK UNIFIED IDEOGRAPH-2E24A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E24B,
        name: "CJK UNIFIED IDEOGRAPH-2E24B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E24C,
        name: "CJK UNIFIED IDEOGRAPH-2E24C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E24D,
        name: "CJK UNIFIED IDEOGRAPH-2E24D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E24E,
        name: "CJK UNIFIED IDEOGRAPH-2E24E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E24F,
        name: "CJK UNIFIED IDEOGRAPH-2E24F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E250,
        name: "CJK UNIFIED IDEOGRAPH-2E250",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E251,
        name: "CJK UNIFIED IDEOGRAPH-2E251",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E252,
        name: "CJK UNIFIED IDEOGRAPH-2E252",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E253,
        name: "CJK UNIFIED IDEOGRAPH-2E253",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E254,
        name: "CJK UNIFIED IDEOGRAPH-2E254",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E255,
        name: "CJK UNIFIED IDEOGRAPH-2E255",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E256,
        name: "CJK UNIFIED IDEOGRAPH-2E256",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E257,
        name: "CJK UNIFIED IDEOGRAPH-2E257",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E258,
        name: "CJK UNIFIED IDEOGRAPH-2E258",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E259,
        name: "CJK UNIFIED IDEOGRAPH-2E259",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E25A,
        name: "CJK UNIFIED IDEOGRAPH-2E25A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E25B,
        name: "CJK UNIFIED IDEOGRAPH-2E25B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E25C,
        name: "CJK UNIFIED IDEOGRAPH-2E25C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E25D,
        name: "CJK UNIFIED IDEOGRAPH-2E25D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E25E,
        name: "CJK UNIFIED IDEOGRAPH-2E25E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E25F,
        name: "CJK UNIFIED IDEOGRAPH-2E25F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E260,
        name: "CJK UNIFIED IDEOGRAPH-2E260",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E261,
        name: "CJK UNIFIED IDEOGRAPH-2E261",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E262,
        name: "CJK UNIFIED IDEOGRAPH-2E262",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E263,
        name: "CJK UNIFIED IDEOGRAPH-2E263",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E264,
        name: "CJK UNIFIED IDEOGRAPH-2E264",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E265,
        name: "CJK UNIFIED IDEOGRAPH-2E265",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E266,
        name: "CJK UNIFIED IDEOGRAPH-2E266",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E267,
        name: "CJK UNIFIED IDEOGRAPH-2E267",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E268,
        name: "CJK UNIFIED IDEOGRAPH-2E268",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E269,
        name: "CJK UNIFIED IDEOGRAPH-2E269",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E26A,
        name: "CJK UNIFIED IDEOGRAPH-2E26A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E26B,
        name: "CJK UNIFIED IDEOGRAPH-2E26B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E26C,
        name: "CJK UNIFIED IDEOGRAPH-2E26C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E26D,
        name: "CJK UNIFIED IDEOGRAPH-2E26D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E26E,
        name: "CJK UNIFIED IDEOGRAPH-2E26E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E26F,
        name: "CJK UNIFIED IDEOGRAPH-2E26F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E270,
        name: "CJK UNIFIED IDEOGRAPH-2E270",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E271,
        name: "CJK UNIFIED IDEOGRAPH-2E271",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E272,
        name: "CJK UNIFIED IDEOGRAPH-2E272",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E273,
        name: "CJK UNIFIED IDEOGRAPH-2E273",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E274,
        name: "CJK UNIFIED IDEOGRAPH-2E274",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E275,
        name: "CJK UNIFIED IDEOGRAPH-2E275",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E276,
        name: "CJK UNIFIED IDEOGRAPH-2E276",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E277,
        name: "CJK UNIFIED IDEOGRAPH-2E277",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E278,
        name: "CJK UNIFIED IDEOGRAPH-2E278",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E279,
        name: "CJK UNIFIED IDEOGRAPH-2E279",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E27A,
        name: "CJK UNIFIED IDEOGRAPH-2E27A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E27B,
        name: "CJK UNIFIED IDEOGRAPH-2E27B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E27C,
        name: "CJK UNIFIED IDEOGRAPH-2E27C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E27D,
        name: "CJK UNIFIED IDEOGRAPH-2E27D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E27E,
        name: "CJK UNIFIED IDEOGRAPH-2E27E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E27F,
        name: "CJK UNIFIED IDEOGRAPH-2E27F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E280,
        name: "CJK UNIFIED IDEOGRAPH-2E280",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E281,
        name: "CJK UNIFIED IDEOGRAPH-2E281",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E282,
        name: "CJK UNIFIED IDEOGRAPH-2E282",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E283,
        name: "CJK UNIFIED IDEOGRAPH-2E283",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E284,
        name: "CJK UNIFIED IDEOGRAPH-2E284",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E285,
        name: "CJK UNIFIED IDEOGRAPH-2E285",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E286,
        name: "CJK UNIFIED IDEOGRAPH-2E286",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E287,
        name: "CJK UNIFIED IDEOGRAPH-2E287",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E288,
        name: "CJK UNIFIED IDEOGRAPH-2E288",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E289,
        name: "CJK UNIFIED IDEOGRAPH-2E289",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E28A,
        name: "CJK UNIFIED IDEOGRAPH-2E28A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E28B,
        name: "CJK UNIFIED IDEOGRAPH-2E28B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E28C,
        name: "CJK UNIFIED IDEOGRAPH-2E28C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E28D,
        name: "CJK UNIFIED IDEOGRAPH-2E28D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E28E,
        name: "CJK UNIFIED IDEOGRAPH-2E28E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E28F,
        name: "CJK UNIFIED IDEOGRAPH-2E28F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E290,
        name: "CJK UNIFIED IDEOGRAPH-2E290",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E291,
        name: "CJK UNIFIED IDEOGRAPH-2E291",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E292,
        name: "CJK UNIFIED IDEOGRAPH-2E292",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E293,
        name: "CJK UNIFIED IDEOGRAPH-2E293",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E294,
        name: "CJK UNIFIED IDEOGRAPH-2E294",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E295,
        name: "CJK UNIFIED IDEOGRAPH-2E295",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E296,
        name: "CJK UNIFIED IDEOGRAPH-2E296",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E297,
        name: "CJK UNIFIED IDEOGRAPH-2E297",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E298,
        name: "CJK UNIFIED IDEOGRAPH-2E298",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E299,
        name: "CJK UNIFIED IDEOGRAPH-2E299",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E29A,
        name: "CJK UNIFIED IDEOGRAPH-2E29A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E29B,
        name: "CJK UNIFIED IDEOGRAPH-2E29B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E29C,
        name: "CJK UNIFIED IDEOGRAPH-2E29C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E29D,
        name: "CJK UNIFIED IDEOGRAPH-2E29D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E29E,
        name: "CJK UNIFIED IDEOGRAPH-2E29E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E29F,
        name: "CJK UNIFIED IDEOGRAPH-2E29F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A0,
        name: "CJK UNIFIED IDEOGRAPH-2E2A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A1,
        name: "CJK UNIFIED IDEOGRAPH-2E2A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A2,
        name: "CJK UNIFIED IDEOGRAPH-2E2A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A3,
        name: "CJK UNIFIED IDEOGRAPH-2E2A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A4,
        name: "CJK UNIFIED IDEOGRAPH-2E2A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A5,
        name: "CJK UNIFIED IDEOGRAPH-2E2A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A6,
        name: "CJK UNIFIED IDEOGRAPH-2E2A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A7,
        name: "CJK UNIFIED IDEOGRAPH-2E2A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A8,
        name: "CJK UNIFIED IDEOGRAPH-2E2A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2A9,
        name: "CJK UNIFIED IDEOGRAPH-2E2A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2AA,
        name: "CJK UNIFIED IDEOGRAPH-2E2AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2AB,
        name: "CJK UNIFIED IDEOGRAPH-2E2AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2AC,
        name: "CJK UNIFIED IDEOGRAPH-2E2AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2AD,
        name: "CJK UNIFIED IDEOGRAPH-2E2AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2AE,
        name: "CJK UNIFIED IDEOGRAPH-2E2AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2AF,
        name: "CJK UNIFIED IDEOGRAPH-2E2AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B0,
        name: "CJK UNIFIED IDEOGRAPH-2E2B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B1,
        name: "CJK UNIFIED IDEOGRAPH-2E2B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B2,
        name: "CJK UNIFIED IDEOGRAPH-2E2B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B3,
        name: "CJK UNIFIED IDEOGRAPH-2E2B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B4,
        name: "CJK UNIFIED IDEOGRAPH-2E2B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B5,
        name: "CJK UNIFIED IDEOGRAPH-2E2B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B6,
        name: "CJK UNIFIED IDEOGRAPH-2E2B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B7,
        name: "CJK UNIFIED IDEOGRAPH-2E2B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B8,
        name: "CJK UNIFIED IDEOGRAPH-2E2B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2B9,
        name: "CJK UNIFIED IDEOGRAPH-2E2B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2BA,
        name: "CJK UNIFIED IDEOGRAPH-2E2BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2BB,
        name: "CJK UNIFIED IDEOGRAPH-2E2BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2BC,
        name: "CJK UNIFIED IDEOGRAPH-2E2BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2BD,
        name: "CJK UNIFIED IDEOGRAPH-2E2BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2BE,
        name: "CJK UNIFIED IDEOGRAPH-2E2BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2BF,
        name: "CJK UNIFIED IDEOGRAPH-2E2BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C0,
        name: "CJK UNIFIED IDEOGRAPH-2E2C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C1,
        name: "CJK UNIFIED IDEOGRAPH-2E2C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C2,
        name: "CJK UNIFIED IDEOGRAPH-2E2C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C3,
        name: "CJK UNIFIED IDEOGRAPH-2E2C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C4,
        name: "CJK UNIFIED IDEOGRAPH-2E2C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C5,
        name: "CJK UNIFIED IDEOGRAPH-2E2C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C6,
        name: "CJK UNIFIED IDEOGRAPH-2E2C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C7,
        name: "CJK UNIFIED IDEOGRAPH-2E2C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C8,
        name: "CJK UNIFIED IDEOGRAPH-2E2C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2C9,
        name: "CJK UNIFIED IDEOGRAPH-2E2C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2CA,
        name: "CJK UNIFIED IDEOGRAPH-2E2CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2CB,
        name: "CJK UNIFIED IDEOGRAPH-2E2CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2CC,
        name: "CJK UNIFIED IDEOGRAPH-2E2CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2CD,
        name: "CJK UNIFIED IDEOGRAPH-2E2CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2CE,
        name: "CJK UNIFIED IDEOGRAPH-2E2CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2CF,
        name: "CJK UNIFIED IDEOGRAPH-2E2CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D0,
        name: "CJK UNIFIED IDEOGRAPH-2E2D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D1,
        name: "CJK UNIFIED IDEOGRAPH-2E2D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D2,
        name: "CJK UNIFIED IDEOGRAPH-2E2D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D3,
        name: "CJK UNIFIED IDEOGRAPH-2E2D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D4,
        name: "CJK UNIFIED IDEOGRAPH-2E2D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D5,
        name: "CJK UNIFIED IDEOGRAPH-2E2D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D6,
        name: "CJK UNIFIED IDEOGRAPH-2E2D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D7,
        name: "CJK UNIFIED IDEOGRAPH-2E2D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D8,
        name: "CJK UNIFIED IDEOGRAPH-2E2D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2D9,
        name: "CJK UNIFIED IDEOGRAPH-2E2D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2DA,
        name: "CJK UNIFIED IDEOGRAPH-2E2DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2DB,
        name: "CJK UNIFIED IDEOGRAPH-2E2DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2DC,
        name: "CJK UNIFIED IDEOGRAPH-2E2DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2DD,
        name: "CJK UNIFIED IDEOGRAPH-2E2DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2DE,
        name: "CJK UNIFIED IDEOGRAPH-2E2DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2DF,
        name: "CJK UNIFIED IDEOGRAPH-2E2DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E0,
        name: "CJK UNIFIED IDEOGRAPH-2E2E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E1,
        name: "CJK UNIFIED IDEOGRAPH-2E2E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E2,
        name: "CJK UNIFIED IDEOGRAPH-2E2E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E3,
        name: "CJK UNIFIED IDEOGRAPH-2E2E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E4,
        name: "CJK UNIFIED IDEOGRAPH-2E2E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E5,
        name: "CJK UNIFIED IDEOGRAPH-2E2E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E6,
        name: "CJK UNIFIED IDEOGRAPH-2E2E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E7,
        name: "CJK UNIFIED IDEOGRAPH-2E2E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E8,
        name: "CJK UNIFIED IDEOGRAPH-2E2E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2E9,
        name: "CJK UNIFIED IDEOGRAPH-2E2E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2EA,
        name: "CJK UNIFIED IDEOGRAPH-2E2EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2EB,
        name: "CJK UNIFIED IDEOGRAPH-2E2EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2EC,
        name: "CJK UNIFIED IDEOGRAPH-2E2EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2ED,
        name: "CJK UNIFIED IDEOGRAPH-2E2ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2EE,
        name: "CJK UNIFIED IDEOGRAPH-2E2EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2EF,
        name: "CJK UNIFIED IDEOGRAPH-2E2EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F0,
        name: "CJK UNIFIED IDEOGRAPH-2E2F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F1,
        name: "CJK UNIFIED IDEOGRAPH-2E2F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F2,
        name: "CJK UNIFIED IDEOGRAPH-2E2F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F3,
        name: "CJK UNIFIED IDEOGRAPH-2E2F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F4,
        name: "CJK UNIFIED IDEOGRAPH-2E2F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F5,
        name: "CJK UNIFIED IDEOGRAPH-2E2F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F6,
        name: "CJK UNIFIED IDEOGRAPH-2E2F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F7,
        name: "CJK UNIFIED IDEOGRAPH-2E2F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F8,
        name: "CJK UNIFIED IDEOGRAPH-2E2F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2F9,
        name: "CJK UNIFIED IDEOGRAPH-2E2F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2FA,
        name: "CJK UNIFIED IDEOGRAPH-2E2FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2FB,
        name: "CJK UNIFIED IDEOGRAPH-2E2FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2FC,
        name: "CJK UNIFIED IDEOGRAPH-2E2FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2FD,
        name: "CJK UNIFIED IDEOGRAPH-2E2FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2FE,
        name: "CJK UNIFIED IDEOGRAPH-2E2FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E2FF,
        name: "CJK UNIFIED IDEOGRAPH-2E2FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E300,
        name: "CJK UNIFIED IDEOGRAPH-2E300",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E301,
        name: "CJK UNIFIED IDEOGRAPH-2E301",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E302,
        name: "CJK UNIFIED IDEOGRAPH-2E302",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E303,
        name: "CJK UNIFIED IDEOGRAPH-2E303",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E304,
        name: "CJK UNIFIED IDEOGRAPH-2E304",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E305,
        name: "CJK UNIFIED IDEOGRAPH-2E305",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E306,
        name: "CJK UNIFIED IDEOGRAPH-2E306",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E307,
        name: "CJK UNIFIED IDEOGRAPH-2E307",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E308,
        name: "CJK UNIFIED IDEOGRAPH-2E308",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E309,
        name: "CJK UNIFIED IDEOGRAPH-2E309",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E30A,
        name: "CJK UNIFIED IDEOGRAPH-2E30A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E30B,
        name: "CJK UNIFIED IDEOGRAPH-2E30B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E30C,
        name: "CJK UNIFIED IDEOGRAPH-2E30C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E30D,
        name: "CJK UNIFIED IDEOGRAPH-2E30D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E30E,
        name: "CJK UNIFIED IDEOGRAPH-2E30E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E30F,
        name: "CJK UNIFIED IDEOGRAPH-2E30F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E310,
        name: "CJK UNIFIED IDEOGRAPH-2E310",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E311,
        name: "CJK UNIFIED IDEOGRAPH-2E311",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E312,
        name: "CJK UNIFIED IDEOGRAPH-2E312",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E313,
        name: "CJK UNIFIED IDEOGRAPH-2E313",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E314,
        name: "CJK UNIFIED IDEOGRAPH-2E314",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E315,
        name: "CJK UNIFIED IDEOGRAPH-2E315",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E316,
        name: "CJK UNIFIED IDEOGRAPH-2E316",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E317,
        name: "CJK UNIFIED IDEOGRAPH-2E317",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E318,
        name: "CJK UNIFIED IDEOGRAPH-2E318",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E319,
        name: "CJK UNIFIED IDEOGRAPH-2E319",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E31A,
        name: "CJK UNIFIED IDEOGRAPH-2E31A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E31B,
        name: "CJK UNIFIED IDEOGRAPH-2E31B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E31C,
        name: "CJK UNIFIED IDEOGRAPH-2E31C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E31D,
        name: "CJK UNIFIED IDEOGRAPH-2E31D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E31E,
        name: "CJK UNIFIED IDEOGRAPH-2E31E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E31F,
        name: "CJK UNIFIED IDEOGRAPH-2E31F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E320,
        name: "CJK UNIFIED IDEOGRAPH-2E320",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E321,
        name: "CJK UNIFIED IDEOGRAPH-2E321",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E322,
        name: "CJK UNIFIED IDEOGRAPH-2E322",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E323,
        name: "CJK UNIFIED IDEOGRAPH-2E323",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E324,
        name: "CJK UNIFIED IDEOGRAPH-2E324",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E325,
        name: "CJK UNIFIED IDEOGRAPH-2E325",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E326,
        name: "CJK UNIFIED IDEOGRAPH-2E326",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E327,
        name: "CJK UNIFIED IDEOGRAPH-2E327",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E328,
        name: "CJK UNIFIED IDEOGRAPH-2E328",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E329,
        name: "CJK UNIFIED IDEOGRAPH-2E329",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E32A,
        name: "CJK UNIFIED IDEOGRAPH-2E32A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E32B,
        name: "CJK UNIFIED IDEOGRAPH-2E32B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E32C,
        name: "CJK UNIFIED IDEOGRAPH-2E32C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E32D,
        name: "CJK UNIFIED IDEOGRAPH-2E32D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E32E,
        name: "CJK UNIFIED IDEOGRAPH-2E32E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E32F,
        name: "CJK UNIFIED IDEOGRAPH-2E32F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E330,
        name: "CJK UNIFIED IDEOGRAPH-2E330",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E331,
        name: "CJK UNIFIED IDEOGRAPH-2E331",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E332,
        name: "CJK UNIFIED IDEOGRAPH-2E332",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E333,
        name: "CJK UNIFIED IDEOGRAPH-2E333",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E334,
        name: "CJK UNIFIED IDEOGRAPH-2E334",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E335,
        name: "CJK UNIFIED IDEOGRAPH-2E335",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E336,
        name: "CJK UNIFIED IDEOGRAPH-2E336",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E337,
        name: "CJK UNIFIED IDEOGRAPH-2E337",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E338,
        name: "CJK UNIFIED IDEOGRAPH-2E338",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E339,
        name: "CJK UNIFIED IDEOGRAPH-2E339",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E33A,
        name: "CJK UNIFIED IDEOGRAPH-2E33A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E33B,
        name: "CJK UNIFIED IDEOGRAPH-2E33B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E33C,
        name: "CJK UNIFIED IDEOGRAPH-2E33C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E33D,
        name: "CJK UNIFIED IDEOGRAPH-2E33D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E33E,
        name: "CJK UNIFIED IDEOGRAPH-2E33E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E33F,
        name: "CJK UNIFIED IDEOGRAPH-2E33F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E340,
        name: "CJK UNIFIED IDEOGRAPH-2E340",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E341,
        name: "CJK UNIFIED IDEOGRAPH-2E341",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E342,
        name: "CJK UNIFIED IDEOGRAPH-2E342",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E343,
        name: "CJK UNIFIED IDEOGRAPH-2E343",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E344,
        name: "CJK UNIFIED IDEOGRAPH-2E344",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E345,
        name: "CJK UNIFIED IDEOGRAPH-2E345",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E346,
        name: "CJK UNIFIED IDEOGRAPH-2E346",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E347,
        name: "CJK UNIFIED IDEOGRAPH-2E347",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E348,
        name: "CJK UNIFIED IDEOGRAPH-2E348",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E349,
        name: "CJK UNIFIED IDEOGRAPH-2E349",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E34A,
        name: "CJK UNIFIED IDEOGRAPH-2E34A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E34B,
        name: "CJK UNIFIED IDEOGRAPH-2E34B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E34C,
        name: "CJK UNIFIED IDEOGRAPH-2E34C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E34D,
        name: "CJK UNIFIED IDEOGRAPH-2E34D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E34E,
        name: "CJK UNIFIED IDEOGRAPH-2E34E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E34F,
        name: "CJK UNIFIED IDEOGRAPH-2E34F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E350,
        name: "CJK UNIFIED IDEOGRAPH-2E350",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E351,
        name: "CJK UNIFIED IDEOGRAPH-2E351",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E352,
        name: "CJK UNIFIED IDEOGRAPH-2E352",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E353,
        name: "CJK UNIFIED IDEOGRAPH-2E353",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E354,
        name: "CJK UNIFIED IDEOGRAPH-2E354",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E355,
        name: "CJK UNIFIED IDEOGRAPH-2E355",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E356,
        name: "CJK UNIFIED IDEOGRAPH-2E356",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E357,
        name: "CJK UNIFIED IDEOGRAPH-2E357",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E358,
        name: "CJK UNIFIED IDEOGRAPH-2E358",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E359,
        name: "CJK UNIFIED IDEOGRAPH-2E359",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E35A,
        name: "CJK UNIFIED IDEOGRAPH-2E35A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E35B,
        name: "CJK UNIFIED IDEOGRAPH-2E35B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E35C,
        name: "CJK UNIFIED IDEOGRAPH-2E35C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E35D,
        name: "CJK UNIFIED IDEOGRAPH-2E35D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E35E,
        name: "CJK UNIFIED IDEOGRAPH-2E35E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E35F,
        name: "CJK UNIFIED IDEOGRAPH-2E35F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E360,
        name: "CJK UNIFIED IDEOGRAPH-2E360",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E361,
        name: "CJK UNIFIED IDEOGRAPH-2E361",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E362,
        name: "CJK UNIFIED IDEOGRAPH-2E362",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E363,
        name: "CJK UNIFIED IDEOGRAPH-2E363",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E364,
        name: "CJK UNIFIED IDEOGRAPH-2E364",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E365,
        name: "CJK UNIFIED IDEOGRAPH-2E365",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E366,
        name: "CJK UNIFIED IDEOGRAPH-2E366",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E367,
        name: "CJK UNIFIED IDEOGRAPH-2E367",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E368,
        name: "CJK UNIFIED IDEOGRAPH-2E368",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E369,
        name: "CJK UNIFIED IDEOGRAPH-2E369",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E36A,
        name: "CJK UNIFIED IDEOGRAPH-2E36A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E36B,
        name: "CJK UNIFIED IDEOGRAPH-2E36B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E36C,
        name: "CJK UNIFIED IDEOGRAPH-2E36C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E36D,
        name: "CJK UNIFIED IDEOGRAPH-2E36D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E36E,
        name: "CJK UNIFIED IDEOGRAPH-2E36E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E36F,
        name: "CJK UNIFIED IDEOGRAPH-2E36F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E370,
        name: "CJK UNIFIED IDEOGRAPH-2E370",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E371,
        name: "CJK UNIFIED IDEOGRAPH-2E371",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E372,
        name: "CJK UNIFIED IDEOGRAPH-2E372",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E373,
        name: "CJK UNIFIED IDEOGRAPH-2E373",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E374,
        name: "CJK UNIFIED IDEOGRAPH-2E374",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E375,
        name: "CJK UNIFIED IDEOGRAPH-2E375",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E376,
        name: "CJK UNIFIED IDEOGRAPH-2E376",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E377,
        name: "CJK UNIFIED IDEOGRAPH-2E377",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E378,
        name: "CJK UNIFIED IDEOGRAPH-2E378",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E379,
        name: "CJK UNIFIED IDEOGRAPH-2E379",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E37A,
        name: "CJK UNIFIED IDEOGRAPH-2E37A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E37B,
        name: "CJK UNIFIED IDEOGRAPH-2E37B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E37C,
        name: "CJK UNIFIED IDEOGRAPH-2E37C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E37D,
        name: "CJK UNIFIED IDEOGRAPH-2E37D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E37E,
        name: "CJK UNIFIED IDEOGRAPH-2E37E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E37F,
        name: "CJK UNIFIED IDEOGRAPH-2E37F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E380,
        name: "CJK UNIFIED IDEOGRAPH-2E380",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E381,
        name: "CJK UNIFIED IDEOGRAPH-2E381",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E382,
        name: "CJK UNIFIED IDEOGRAPH-2E382",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E383,
        name: "CJK UNIFIED IDEOGRAPH-2E383",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E384,
        name: "CJK UNIFIED IDEOGRAPH-2E384",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E385,
        name: "CJK UNIFIED IDEOGRAPH-2E385",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E386,
        name: "CJK UNIFIED IDEOGRAPH-2E386",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E387,
        name: "CJK UNIFIED IDEOGRAPH-2E387",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E388,
        name: "CJK UNIFIED IDEOGRAPH-2E388",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E389,
        name: "CJK UNIFIED IDEOGRAPH-2E389",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E38A,
        name: "CJK UNIFIED IDEOGRAPH-2E38A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E38B,
        name: "CJK UNIFIED IDEOGRAPH-2E38B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E38C,
        name: "CJK UNIFIED IDEOGRAPH-2E38C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E38D,
        name: "CJK UNIFIED IDEOGRAPH-2E38D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E38E,
        name: "CJK UNIFIED IDEOGRAPH-2E38E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E38F,
        name: "CJK UNIFIED IDEOGRAPH-2E38F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E390,
        name: "CJK UNIFIED IDEOGRAPH-2E390",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E391,
        name: "CJK UNIFIED IDEOGRAPH-2E391",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E392,
        name: "CJK UNIFIED IDEOGRAPH-2E392",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E393,
        name: "CJK UNIFIED IDEOGRAPH-2E393",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E394,
        name: "CJK UNIFIED IDEOGRAPH-2E394",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E395,
        name: "CJK UNIFIED IDEOGRAPH-2E395",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E396,
        name: "CJK UNIFIED IDEOGRAPH-2E396",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E397,
        name: "CJK UNIFIED IDEOGRAPH-2E397",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E398,
        name: "CJK UNIFIED IDEOGRAPH-2E398",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E399,
        name: "CJK UNIFIED IDEOGRAPH-2E399",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E39A,
        name: "CJK UNIFIED IDEOGRAPH-2E39A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E39B,
        name: "CJK UNIFIED IDEOGRAPH-2E39B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E39C,
        name: "CJK UNIFIED IDEOGRAPH-2E39C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E39D,
        name: "CJK UNIFIED IDEOGRAPH-2E39D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E39E,
        name: "CJK UNIFIED IDEOGRAPH-2E39E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E39F,
        name: "CJK UNIFIED IDEOGRAPH-2E39F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A0,
        name: "CJK UNIFIED IDEOGRAPH-2E3A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A1,
        name: "CJK UNIFIED IDEOGRAPH-2E3A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A2,
        name: "CJK UNIFIED IDEOGRAPH-2E3A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A3,
        name: "CJK UNIFIED IDEOGRAPH-2E3A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A4,
        name: "CJK UNIFIED IDEOGRAPH-2E3A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A5,
        name: "CJK UNIFIED IDEOGRAPH-2E3A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A6,
        name: "CJK UNIFIED IDEOGRAPH-2E3A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A7,
        name: "CJK UNIFIED IDEOGRAPH-2E3A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A8,
        name: "CJK UNIFIED IDEOGRAPH-2E3A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3A9,
        name: "CJK UNIFIED IDEOGRAPH-2E3A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3AA,
        name: "CJK UNIFIED IDEOGRAPH-2E3AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3AB,
        name: "CJK UNIFIED IDEOGRAPH-2E3AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3AC,
        name: "CJK UNIFIED IDEOGRAPH-2E3AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3AD,
        name: "CJK UNIFIED IDEOGRAPH-2E3AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3AE,
        name: "CJK UNIFIED IDEOGRAPH-2E3AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3AF,
        name: "CJK UNIFIED IDEOGRAPH-2E3AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B0,
        name: "CJK UNIFIED IDEOGRAPH-2E3B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B1,
        name: "CJK UNIFIED IDEOGRAPH-2E3B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B2,
        name: "CJK UNIFIED IDEOGRAPH-2E3B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B3,
        name: "CJK UNIFIED IDEOGRAPH-2E3B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B4,
        name: "CJK UNIFIED IDEOGRAPH-2E3B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B5,
        name: "CJK UNIFIED IDEOGRAPH-2E3B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B6,
        name: "CJK UNIFIED IDEOGRAPH-2E3B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B7,
        name: "CJK UNIFIED IDEOGRAPH-2E3B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B8,
        name: "CJK UNIFIED IDEOGRAPH-2E3B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3B9,
        name: "CJK UNIFIED IDEOGRAPH-2E3B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3BA,
        name: "CJK UNIFIED IDEOGRAPH-2E3BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3BB,
        name: "CJK UNIFIED IDEOGRAPH-2E3BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3BC,
        name: "CJK UNIFIED IDEOGRAPH-2E3BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3BD,
        name: "CJK UNIFIED IDEOGRAPH-2E3BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3BE,
        name: "CJK UNIFIED IDEOGRAPH-2E3BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3BF,
        name: "CJK UNIFIED IDEOGRAPH-2E3BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C0,
        name: "CJK UNIFIED IDEOGRAPH-2E3C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C1,
        name: "CJK UNIFIED IDEOGRAPH-2E3C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C2,
        name: "CJK UNIFIED IDEOGRAPH-2E3C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C3,
        name: "CJK UNIFIED IDEOGRAPH-2E3C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C4,
        name: "CJK UNIFIED IDEOGRAPH-2E3C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C5,
        name: "CJK UNIFIED IDEOGRAPH-2E3C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C6,
        name: "CJK UNIFIED IDEOGRAPH-2E3C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C7,
        name: "CJK UNIFIED IDEOGRAPH-2E3C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C8,
        name: "CJK UNIFIED IDEOGRAPH-2E3C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3C9,
        name: "CJK UNIFIED IDEOGRAPH-2E3C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3CA,
        name: "CJK UNIFIED IDEOGRAPH-2E3CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3CB,
        name: "CJK UNIFIED IDEOGRAPH-2E3CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3CC,
        name: "CJK UNIFIED IDEOGRAPH-2E3CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3CD,
        name: "CJK UNIFIED IDEOGRAPH-2E3CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3CE,
        name: "CJK UNIFIED IDEOGRAPH-2E3CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3CF,
        name: "CJK UNIFIED IDEOGRAPH-2E3CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D0,
        name: "CJK UNIFIED IDEOGRAPH-2E3D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D1,
        name: "CJK UNIFIED IDEOGRAPH-2E3D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D2,
        name: "CJK UNIFIED IDEOGRAPH-2E3D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D3,
        name: "CJK UNIFIED IDEOGRAPH-2E3D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D4,
        name: "CJK UNIFIED IDEOGRAPH-2E3D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D5,
        name: "CJK UNIFIED IDEOGRAPH-2E3D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D6,
        name: "CJK UNIFIED IDEOGRAPH-2E3D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D7,
        name: "CJK UNIFIED IDEOGRAPH-2E3D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D8,
        name: "CJK UNIFIED IDEOGRAPH-2E3D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3D9,
        name: "CJK UNIFIED IDEOGRAPH-2E3D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3DA,
        name: "CJK UNIFIED IDEOGRAPH-2E3DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3DB,
        name: "CJK UNIFIED IDEOGRAPH-2E3DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3DC,
        name: "CJK UNIFIED IDEOGRAPH-2E3DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3DD,
        name: "CJK UNIFIED IDEOGRAPH-2E3DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3DE,
        name: "CJK UNIFIED IDEOGRAPH-2E3DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3DF,
        name: "CJK UNIFIED IDEOGRAPH-2E3DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E0,
        name: "CJK UNIFIED IDEOGRAPH-2E3E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E1,
        name: "CJK UNIFIED IDEOGRAPH-2E3E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E2,
        name: "CJK UNIFIED IDEOGRAPH-2E3E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E3,
        name: "CJK UNIFIED IDEOGRAPH-2E3E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E4,
        name: "CJK UNIFIED IDEOGRAPH-2E3E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E5,
        name: "CJK UNIFIED IDEOGRAPH-2E3E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E6,
        name: "CJK UNIFIED IDEOGRAPH-2E3E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E7,
        name: "CJK UNIFIED IDEOGRAPH-2E3E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E8,
        name: "CJK UNIFIED IDEOGRAPH-2E3E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3E9,
        name: "CJK UNIFIED IDEOGRAPH-2E3E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3EA,
        name: "CJK UNIFIED IDEOGRAPH-2E3EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3EB,
        name: "CJK UNIFIED IDEOGRAPH-2E3EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3EC,
        name: "CJK UNIFIED IDEOGRAPH-2E3EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3ED,
        name: "CJK UNIFIED IDEOGRAPH-2E3ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3EE,
        name: "CJK UNIFIED IDEOGRAPH-2E3EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3EF,
        name: "CJK UNIFIED IDEOGRAPH-2E3EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F0,
        name: "CJK UNIFIED IDEOGRAPH-2E3F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F1,
        name: "CJK UNIFIED IDEOGRAPH-2E3F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F2,
        name: "CJK UNIFIED IDEOGRAPH-2E3F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F3,
        name: "CJK UNIFIED IDEOGRAPH-2E3F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F4,
        name: "CJK UNIFIED IDEOGRAPH-2E3F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F5,
        name: "CJK UNIFIED IDEOGRAPH-2E3F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F6,
        name: "CJK UNIFIED IDEOGRAPH-2E3F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F7,
        name: "CJK UNIFIED IDEOGRAPH-2E3F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F8,
        name: "CJK UNIFIED IDEOGRAPH-2E3F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3F9,
        name: "CJK UNIFIED IDEOGRAPH-2E3F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3FA,
        name: "CJK UNIFIED IDEOGRAPH-2E3FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3FB,
        name: "CJK UNIFIED IDEOGRAPH-2E3FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3FC,
        name: "CJK UNIFIED IDEOGRAPH-2E3FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3FD,
        name: "CJK UNIFIED IDEOGRAPH-2E3FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3FE,
        name: "CJK UNIFIED IDEOGRAPH-2E3FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E3FF,
        name: "CJK UNIFIED IDEOGRAPH-2E3FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E400,
        name: "CJK UNIFIED IDEOGRAPH-2E400",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E401,
        name: "CJK UNIFIED IDEOGRAPH-2E401",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E402,
        name: "CJK UNIFIED IDEOGRAPH-2E402",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E403,
        name: "CJK UNIFIED IDEOGRAPH-2E403",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E404,
        name: "CJK UNIFIED IDEOGRAPH-2E404",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E405,
        name: "CJK UNIFIED IDEOGRAPH-2E405",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E406,
        name: "CJK UNIFIED IDEOGRAPH-2E406",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E407,
        name: "CJK UNIFIED IDEOGRAPH-2E407",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E408,
        name: "CJK UNIFIED IDEOGRAPH-2E408",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E409,
        name: "CJK UNIFIED IDEOGRAPH-2E409",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E40A,
        name: "CJK UNIFIED IDEOGRAPH-2E40A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E40B,
        name: "CJK UNIFIED IDEOGRAPH-2E40B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E40C,
        name: "CJK UNIFIED IDEOGRAPH-2E40C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E40D,
        name: "CJK UNIFIED IDEOGRAPH-2E40D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E40E,
        name: "CJK UNIFIED IDEOGRAPH-2E40E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E40F,
        name: "CJK UNIFIED IDEOGRAPH-2E40F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E410,
        name: "CJK UNIFIED IDEOGRAPH-2E410",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E411,
        name: "CJK UNIFIED IDEOGRAPH-2E411",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E412,
        name: "CJK UNIFIED IDEOGRAPH-2E412",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E413,
        name: "CJK UNIFIED IDEOGRAPH-2E413",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E414,
        name: "CJK UNIFIED IDEOGRAPH-2E414",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E415,
        name: "CJK UNIFIED IDEOGRAPH-2E415",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E416,
        name: "CJK UNIFIED IDEOGRAPH-2E416",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E417,
        name: "CJK UNIFIED IDEOGRAPH-2E417",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E418,
        name: "CJK UNIFIED IDEOGRAPH-2E418",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E419,
        name: "CJK UNIFIED IDEOGRAPH-2E419",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E41A,
        name: "CJK UNIFIED IDEOGRAPH-2E41A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E41B,
        name: "CJK UNIFIED IDEOGRAPH-2E41B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E41C,
        name: "CJK UNIFIED IDEOGRAPH-2E41C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E41D,
        name: "CJK UNIFIED IDEOGRAPH-2E41D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E41E,
        name: "CJK UNIFIED IDEOGRAPH-2E41E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E41F,
        name: "CJK UNIFIED IDEOGRAPH-2E41F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E420,
        name: "CJK UNIFIED IDEOGRAPH-2E420",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E421,
        name: "CJK UNIFIED IDEOGRAPH-2E421",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E422,
        name: "CJK UNIFIED IDEOGRAPH-2E422",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E423,
        name: "CJK UNIFIED IDEOGRAPH-2E423",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E424,
        name: "CJK UNIFIED IDEOGRAPH-2E424",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E425,
        name: "CJK UNIFIED IDEOGRAPH-2E425",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E426,
        name: "CJK UNIFIED IDEOGRAPH-2E426",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E427,
        name: "CJK UNIFIED IDEOGRAPH-2E427",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E428,
        name: "CJK UNIFIED IDEOGRAPH-2E428",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E429,
        name: "CJK UNIFIED IDEOGRAPH-2E429",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E42A,
        name: "CJK UNIFIED IDEOGRAPH-2E42A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E42B,
        name: "CJK UNIFIED IDEOGRAPH-2E42B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E42C,
        name: "CJK UNIFIED IDEOGRAPH-2E42C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E42D,
        name: "CJK UNIFIED IDEOGRAPH-2E42D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E42E,
        name: "CJK UNIFIED IDEOGRAPH-2E42E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E42F,
        name: "CJK UNIFIED IDEOGRAPH-2E42F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E430,
        name: "CJK UNIFIED IDEOGRAPH-2E430",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E431,
        name: "CJK UNIFIED IDEOGRAPH-2E431",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E432,
        name: "CJK UNIFIED IDEOGRAPH-2E432",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E433,
        name: "CJK UNIFIED IDEOGRAPH-2E433",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E434,
        name: "CJK UNIFIED IDEOGRAPH-2E434",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E435,
        name: "CJK UNIFIED IDEOGRAPH-2E435",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E436,
        name: "CJK UNIFIED IDEOGRAPH-2E436",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E437,
        name: "CJK UNIFIED IDEOGRAPH-2E437",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E438,
        name: "CJK UNIFIED IDEOGRAPH-2E438",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E439,
        name: "CJK UNIFIED IDEOGRAPH-2E439",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E43A,
        name: "CJK UNIFIED IDEOGRAPH-2E43A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E43B,
        name: "CJK UNIFIED IDEOGRAPH-2E43B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E43C,
        name: "CJK UNIFIED IDEOGRAPH-2E43C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E43D,
        name: "CJK UNIFIED IDEOGRAPH-2E43D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E43E,
        name: "CJK UNIFIED IDEOGRAPH-2E43E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E43F,
        name: "CJK UNIFIED IDEOGRAPH-2E43F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E440,
        name: "CJK UNIFIED IDEOGRAPH-2E440",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E441,
        name: "CJK UNIFIED IDEOGRAPH-2E441",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E442,
        name: "CJK UNIFIED IDEOGRAPH-2E442",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E443,
        name: "CJK UNIFIED IDEOGRAPH-2E443",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E444,
        name: "CJK UNIFIED IDEOGRAPH-2E444",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E445,
        name: "CJK UNIFIED IDEOGRAPH-2E445",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E446,
        name: "CJK UNIFIED IDEOGRAPH-2E446",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E447,
        name: "CJK UNIFIED IDEOGRAPH-2E447",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E448,
        name: "CJK UNIFIED IDEOGRAPH-2E448",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E449,
        name: "CJK UNIFIED IDEOGRAPH-2E449",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E44A,
        name: "CJK UNIFIED IDEOGRAPH-2E44A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E44B,
        name: "CJK UNIFIED IDEOGRAPH-2E44B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E44C,
        name: "CJK UNIFIED IDEOGRAPH-2E44C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E44D,
        name: "CJK UNIFIED IDEOGRAPH-2E44D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E44E,
        name: "CJK UNIFIED IDEOGRAPH-2E44E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E44F,
        name: "CJK UNIFIED IDEOGRAPH-2E44F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E450,
        name: "CJK UNIFIED IDEOGRAPH-2E450",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E451,
        name: "CJK UNIFIED IDEOGRAPH-2E451",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E452,
        name: "CJK UNIFIED IDEOGRAPH-2E452",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E453,
        name: "CJK UNIFIED IDEOGRAPH-2E453",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E454,
        name: "CJK UNIFIED IDEOGRAPH-2E454",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E455,
        name: "CJK UNIFIED IDEOGRAPH-2E455",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E456,
        name: "CJK UNIFIED IDEOGRAPH-2E456",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E457,
        name: "CJK UNIFIED IDEOGRAPH-2E457",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E458,
        name: "CJK UNIFIED IDEOGRAPH-2E458",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E459,
        name: "CJK UNIFIED IDEOGRAPH-2E459",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45A,
        name: "CJK UNIFIED IDEOGRAPH-2E45A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45B,
        name: "CJK UNIFIED IDEOGRAPH-2E45B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45C,
        name: "CJK UNIFIED IDEOGRAPH-2E45C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45D,
        name: "CJK UNIFIED IDEOGRAPH-2E45D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45E,
        name: "CJK UNIFIED IDEOGRAPH-2E45E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E45F,
        name: "CJK UNIFIED IDEOGRAPH-2E45F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E460,
        name: "CJK UNIFIED IDEOGRAPH-2E460",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E461,
        name: "CJK UNIFIED IDEOGRAPH-2E461",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E462,
        name: "CJK UNIFIED IDEOGRAPH-2E462",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E463,
        name: "CJK UNIFIED IDEOGRAPH-2E463",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E464,
        name: "CJK UNIFIED IDEOGRAPH-2E464",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E465,
        name: "CJK UNIFIED IDEOGRAPH-2E465",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E466,
        name: "CJK UNIFIED IDEOGRAPH-2E466",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E467,
        name: "CJK UNIFIED IDEOGRAPH-2E467",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E468,
        name: "CJK UNIFIED IDEOGRAPH-2E468",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E469,
        name: "CJK UNIFIED IDEOGRAPH-2E469",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46A,
        name: "CJK UNIFIED IDEOGRAPH-2E46A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46B,
        name: "CJK UNIFIED IDEOGRAPH-2E46B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46C,
        name: "CJK UNIFIED IDEOGRAPH-2E46C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46D,
        name: "CJK UNIFIED IDEOGRAPH-2E46D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46E,
        name: "CJK UNIFIED IDEOGRAPH-2E46E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E46F,
        name: "CJK UNIFIED IDEOGRAPH-2E46F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E470,
        name: "CJK UNIFIED IDEOGRAPH-2E470",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E471,
        name: "CJK UNIFIED IDEOGRAPH-2E471",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E472,
        name: "CJK UNIFIED IDEOGRAPH-2E472",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E473,
        name: "CJK UNIFIED IDEOGRAPH-2E473",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E474,
        name: "CJK UNIFIED IDEOGRAPH-2E474",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E475,
        name: "CJK UNIFIED IDEOGRAPH-2E475",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E476,
        name: "CJK UNIFIED IDEOGRAPH-2E476",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E477,
        name: "CJK UNIFIED IDEOGRAPH-2E477",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E478,
        name: "CJK UNIFIED IDEOGRAPH-2E478",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E479,
        name: "CJK UNIFIED IDEOGRAPH-2E479",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47A,
        name: "CJK UNIFIED IDEOGRAPH-2E47A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47B,
        name: "CJK UNIFIED IDEOGRAPH-2E47B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47C,
        name: "CJK UNIFIED IDEOGRAPH-2E47C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47D,
        name: "CJK UNIFIED IDEOGRAPH-2E47D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47E,
        name: "CJK UNIFIED IDEOGRAPH-2E47E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E47F,
        name: "CJK UNIFIED IDEOGRAPH-2E47F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E480,
        name: "CJK UNIFIED IDEOGRAPH-2E480",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E481,
        name: "CJK UNIFIED IDEOGRAPH-2E481",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E482,
        name: "CJK UNIFIED IDEOGRAPH-2E482",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E483,
        name: "CJK UNIFIED IDEOGRAPH-2E483",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E484,
        name: "CJK UNIFIED IDEOGRAPH-2E484",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E485,
        name: "CJK UNIFIED IDEOGRAPH-2E485",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E486,
        name: "CJK UNIFIED IDEOGRAPH-2E486",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E487,
        name: "CJK UNIFIED IDEOGRAPH-2E487",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E488,
        name: "CJK UNIFIED IDEOGRAPH-2E488",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E489,
        name: "CJK UNIFIED IDEOGRAPH-2E489",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48A,
        name: "CJK UNIFIED IDEOGRAPH-2E48A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48B,
        name: "CJK UNIFIED IDEOGRAPH-2E48B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48C,
        name: "CJK UNIFIED IDEOGRAPH-2E48C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48D,
        name: "CJK UNIFIED IDEOGRAPH-2E48D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48E,
        name: "CJK UNIFIED IDEOGRAPH-2E48E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E48F,
        name: "CJK UNIFIED IDEOGRAPH-2E48F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E490,
        name: "CJK UNIFIED IDEOGRAPH-2E490",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E491,
        name: "CJK UNIFIED IDEOGRAPH-2E491",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E492,
        name: "CJK UNIFIED IDEOGRAPH-2E492",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E493,
        name: "CJK UNIFIED IDEOGRAPH-2E493",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E494,
        name: "CJK UNIFIED IDEOGRAPH-2E494",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E495,
        name: "CJK UNIFIED IDEOGRAPH-2E495",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E496,
        name: "CJK UNIFIED IDEOGRAPH-2E496",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E497,
        name: "CJK UNIFIED IDEOGRAPH-2E497",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E498,
        name: "CJK UNIFIED IDEOGRAPH-2E498",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E499,
        name: "CJK UNIFIED IDEOGRAPH-2E499",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49A,
        name: "CJK UNIFIED IDEOGRAPH-2E49A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49B,
        name: "CJK UNIFIED IDEOGRAPH-2E49B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49C,
        name: "CJK UNIFIED IDEOGRAPH-2E49C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49D,
        name: "CJK UNIFIED IDEOGRAPH-2E49D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49E,
        name: "CJK UNIFIED IDEOGRAPH-2E49E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E49F,
        name: "CJK UNIFIED IDEOGRAPH-2E49F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A0,
        name: "CJK UNIFIED IDEOGRAPH-2E4A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A1,
        name: "CJK UNIFIED IDEOGRAPH-2E4A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A2,
        name: "CJK UNIFIED IDEOGRAPH-2E4A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A3,
        name: "CJK UNIFIED IDEOGRAPH-2E4A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A4,
        name: "CJK UNIFIED IDEOGRAPH-2E4A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A5,
        name: "CJK UNIFIED IDEOGRAPH-2E4A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A6,
        name: "CJK UNIFIED IDEOGRAPH-2E4A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A7,
        name: "CJK UNIFIED IDEOGRAPH-2E4A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A8,
        name: "CJK UNIFIED IDEOGRAPH-2E4A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4A9,
        name: "CJK UNIFIED IDEOGRAPH-2E4A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4AA,
        name: "CJK UNIFIED IDEOGRAPH-2E4AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4AB,
        name: "CJK UNIFIED IDEOGRAPH-2E4AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4AC,
        name: "CJK UNIFIED IDEOGRAPH-2E4AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4AD,
        name: "CJK UNIFIED IDEOGRAPH-2E4AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4AE,
        name: "CJK UNIFIED IDEOGRAPH-2E4AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4AF,
        name: "CJK UNIFIED IDEOGRAPH-2E4AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B0,
        name: "CJK UNIFIED IDEOGRAPH-2E4B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B1,
        name: "CJK UNIFIED IDEOGRAPH-2E4B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B2,
        name: "CJK UNIFIED IDEOGRAPH-2E4B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B3,
        name: "CJK UNIFIED IDEOGRAPH-2E4B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B4,
        name: "CJK UNIFIED IDEOGRAPH-2E4B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B5,
        name: "CJK UNIFIED IDEOGRAPH-2E4B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B6,
        name: "CJK UNIFIED IDEOGRAPH-2E4B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B7,
        name: "CJK UNIFIED IDEOGRAPH-2E4B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B8,
        name: "CJK UNIFIED IDEOGRAPH-2E4B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4B9,
        name: "CJK UNIFIED IDEOGRAPH-2E4B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4BA,
        name: "CJK UNIFIED IDEOGRAPH-2E4BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4BB,
        name: "CJK UNIFIED IDEOGRAPH-2E4BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4BC,
        name: "CJK UNIFIED IDEOGRAPH-2E4BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4BD,
        name: "CJK UNIFIED IDEOGRAPH-2E4BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4BE,
        name: "CJK UNIFIED IDEOGRAPH-2E4BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4BF,
        name: "CJK UNIFIED IDEOGRAPH-2E4BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C0,
        name: "CJK UNIFIED IDEOGRAPH-2E4C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C1,
        name: "CJK UNIFIED IDEOGRAPH-2E4C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C2,
        name: "CJK UNIFIED IDEOGRAPH-2E4C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C3,
        name: "CJK UNIFIED IDEOGRAPH-2E4C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C4,
        name: "CJK UNIFIED IDEOGRAPH-2E4C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C5,
        name: "CJK UNIFIED IDEOGRAPH-2E4C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C6,
        name: "CJK UNIFIED IDEOGRAPH-2E4C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C7,
        name: "CJK UNIFIED IDEOGRAPH-2E4C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C8,
        name: "CJK UNIFIED IDEOGRAPH-2E4C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4C9,
        name: "CJK UNIFIED IDEOGRAPH-2E4C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4CA,
        name: "CJK UNIFIED IDEOGRAPH-2E4CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4CB,
        name: "CJK UNIFIED IDEOGRAPH-2E4CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4CC,
        name: "CJK UNIFIED IDEOGRAPH-2E4CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4CD,
        name: "CJK UNIFIED IDEOGRAPH-2E4CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4CE,
        name: "CJK UNIFIED IDEOGRAPH-2E4CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4CF,
        name: "CJK UNIFIED IDEOGRAPH-2E4CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D0,
        name: "CJK UNIFIED IDEOGRAPH-2E4D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D1,
        name: "CJK UNIFIED IDEOGRAPH-2E4D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D2,
        name: "CJK UNIFIED IDEOGRAPH-2E4D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D3,
        name: "CJK UNIFIED IDEOGRAPH-2E4D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D4,
        name: "CJK UNIFIED IDEOGRAPH-2E4D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D5,
        name: "CJK UNIFIED IDEOGRAPH-2E4D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D6,
        name: "CJK UNIFIED IDEOGRAPH-2E4D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D7,
        name: "CJK UNIFIED IDEOGRAPH-2E4D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D8,
        name: "CJK UNIFIED IDEOGRAPH-2E4D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4D9,
        name: "CJK UNIFIED IDEOGRAPH-2E4D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4DA,
        name: "CJK UNIFIED IDEOGRAPH-2E4DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4DB,
        name: "CJK UNIFIED IDEOGRAPH-2E4DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4DC,
        name: "CJK UNIFIED IDEOGRAPH-2E4DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4DD,
        name: "CJK UNIFIED IDEOGRAPH-2E4DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4DE,
        name: "CJK UNIFIED IDEOGRAPH-2E4DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4DF,
        name: "CJK UNIFIED IDEOGRAPH-2E4DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E0,
        name: "CJK UNIFIED IDEOGRAPH-2E4E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E1,
        name: "CJK UNIFIED IDEOGRAPH-2E4E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E2,
        name: "CJK UNIFIED IDEOGRAPH-2E4E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E3,
        name: "CJK UNIFIED IDEOGRAPH-2E4E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E4,
        name: "CJK UNIFIED IDEOGRAPH-2E4E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E5,
        name: "CJK UNIFIED IDEOGRAPH-2E4E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E6,
        name: "CJK UNIFIED IDEOGRAPH-2E4E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E7,
        name: "CJK UNIFIED IDEOGRAPH-2E4E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E8,
        name: "CJK UNIFIED IDEOGRAPH-2E4E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4E9,
        name: "CJK UNIFIED IDEOGRAPH-2E4E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4EA,
        name: "CJK UNIFIED IDEOGRAPH-2E4EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4EB,
        name: "CJK UNIFIED IDEOGRAPH-2E4EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4EC,
        name: "CJK UNIFIED IDEOGRAPH-2E4EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4ED,
        name: "CJK UNIFIED IDEOGRAPH-2E4ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4EE,
        name: "CJK UNIFIED IDEOGRAPH-2E4EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4EF,
        name: "CJK UNIFIED IDEOGRAPH-2E4EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F0,
        name: "CJK UNIFIED IDEOGRAPH-2E4F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F1,
        name: "CJK UNIFIED IDEOGRAPH-2E4F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F2,
        name: "CJK UNIFIED IDEOGRAPH-2E4F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F3,
        name: "CJK UNIFIED IDEOGRAPH-2E4F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F4,
        name: "CJK UNIFIED IDEOGRAPH-2E4F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F5,
        name: "CJK UNIFIED IDEOGRAPH-2E4F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F6,
        name: "CJK UNIFIED IDEOGRAPH-2E4F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F7,
        name: "CJK UNIFIED IDEOGRAPH-2E4F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F8,
        name: "CJK UNIFIED IDEOGRAPH-2E4F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4F9,
        name: "CJK UNIFIED IDEOGRAPH-2E4F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4FA,
        name: "CJK UNIFIED IDEOGRAPH-2E4FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4FB,
        name: "CJK UNIFIED IDEOGRAPH-2E4FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4FC,
        name: "CJK UNIFIED IDEOGRAPH-2E4FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4FD,
        name: "CJK UNIFIED IDEOGRAPH-2E4FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4FE,
        name: "CJK UNIFIED IDEOGRAPH-2E4FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E4FF,
        name: "CJK UNIFIED IDEOGRAPH-2E4FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E500,
        name: "CJK UNIFIED IDEOGRAPH-2E500",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E501,
        name: "CJK UNIFIED IDEOGRAPH-2E501",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E502,
        name: "CJK UNIFIED IDEOGRAPH-2E502",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E503,
        name: "CJK UNIFIED IDEOGRAPH-2E503",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E504,
        name: "CJK UNIFIED IDEOGRAPH-2E504",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E505,
        name: "CJK UNIFIED IDEOGRAPH-2E505",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E506,
        name: "CJK UNIFIED IDEOGRAPH-2E506",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E507,
        name: "CJK UNIFIED IDEOGRAPH-2E507",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E508,
        name: "CJK UNIFIED IDEOGRAPH-2E508",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E509,
        name: "CJK UNIFIED IDEOGRAPH-2E509",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E50A,
        name: "CJK UNIFIED IDEOGRAPH-2E50A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E50B,
        name: "CJK UNIFIED IDEOGRAPH-2E50B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E50C,
        name: "CJK UNIFIED IDEOGRAPH-2E50C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E50D,
        name: "CJK UNIFIED IDEOGRAPH-2E50D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E50E,
        name: "CJK UNIFIED IDEOGRAPH-2E50E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E50F,
        name: "CJK UNIFIED IDEOGRAPH-2E50F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E510,
        name: "CJK UNIFIED IDEOGRAPH-2E510",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E511,
        name: "CJK UNIFIED IDEOGRAPH-2E511",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E512,
        name: "CJK UNIFIED IDEOGRAPH-2E512",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E513,
        name: "CJK UNIFIED IDEOGRAPH-2E513",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E514,
        name: "CJK UNIFIED IDEOGRAPH-2E514",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E515,
        name: "CJK UNIFIED IDEOGRAPH-2E515",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E516,
        name: "CJK UNIFIED IDEOGRAPH-2E516",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E517,
        name: "CJK UNIFIED IDEOGRAPH-2E517",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E518,
        name: "CJK UNIFIED IDEOGRAPH-2E518",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E519,
        name: "CJK UNIFIED IDEOGRAPH-2E519",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E51A,
        name: "CJK UNIFIED IDEOGRAPH-2E51A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E51B,
        name: "CJK UNIFIED IDEOGRAPH-2E51B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E51C,
        name: "CJK UNIFIED IDEOGRAPH-2E51C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E51D,
        name: "CJK UNIFIED IDEOGRAPH-2E51D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E51E,
        name: "CJK UNIFIED IDEOGRAPH-2E51E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E51F,
        name: "CJK UNIFIED IDEOGRAPH-2E51F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E520,
        name: "CJK UNIFIED IDEOGRAPH-2E520",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E521,
        name: "CJK UNIFIED IDEOGRAPH-2E521",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E522,
        name: "CJK UNIFIED IDEOGRAPH-2E522",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E523,
        name: "CJK UNIFIED IDEOGRAPH-2E523",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E524,
        name: "CJK UNIFIED IDEOGRAPH-2E524",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E525,
        name: "CJK UNIFIED IDEOGRAPH-2E525",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E526,
        name: "CJK UNIFIED IDEOGRAPH-2E526",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E527,
        name: "CJK UNIFIED IDEOGRAPH-2E527",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E528,
        name: "CJK UNIFIED IDEOGRAPH-2E528",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E529,
        name: "CJK UNIFIED IDEOGRAPH-2E529",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E52A,
        name: "CJK UNIFIED IDEOGRAPH-2E52A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E52B,
        name: "CJK UNIFIED IDEOGRAPH-2E52B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E52C,
        name: "CJK UNIFIED IDEOGRAPH-2E52C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E52D,
        name: "CJK UNIFIED IDEOGRAPH-2E52D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E52E,
        name: "CJK UNIFIED IDEOGRAPH-2E52E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E52F,
        name: "CJK UNIFIED IDEOGRAPH-2E52F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E530,
        name: "CJK UNIFIED IDEOGRAPH-2E530",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E531,
        name: "CJK UNIFIED IDEOGRAPH-2E531",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E532,
        name: "CJK UNIFIED IDEOGRAPH-2E532",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E533,
        name: "CJK UNIFIED IDEOGRAPH-2E533",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E534,
        name: "CJK UNIFIED IDEOGRAPH-2E534",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E535,
        name: "CJK UNIFIED IDEOGRAPH-2E535",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E536,
        name: "CJK UNIFIED IDEOGRAPH-2E536",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E537,
        name: "CJK UNIFIED IDEOGRAPH-2E537",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E538,
        name: "CJK UNIFIED IDEOGRAPH-2E538",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E539,
        name: "CJK UNIFIED IDEOGRAPH-2E539",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E53A,
        name: "CJK UNIFIED IDEOGRAPH-2E53A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E53B,
        name: "CJK UNIFIED IDEOGRAPH-2E53B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E53C,
        name: "CJK UNIFIED IDEOGRAPH-2E53C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E53D,
        name: "CJK UNIFIED IDEOGRAPH-2E53D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E53E,
        name: "CJK UNIFIED IDEOGRAPH-2E53E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E53F,
        name: "CJK UNIFIED IDEOGRAPH-2E53F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E540,
        name: "CJK UNIFIED IDEOGRAPH-2E540",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E541,
        name: "CJK UNIFIED IDEOGRAPH-2E541",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E542,
        name: "CJK UNIFIED IDEOGRAPH-2E542",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E543,
        name: "CJK UNIFIED IDEOGRAPH-2E543",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E544,
        name: "CJK UNIFIED IDEOGRAPH-2E544",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E545,
        name: "CJK UNIFIED IDEOGRAPH-2E545",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E546,
        name: "CJK UNIFIED IDEOGRAPH-2E546",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E547,
        name: "CJK UNIFIED IDEOGRAPH-2E547",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E548,
        name: "CJK UNIFIED IDEOGRAPH-2E548",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E549,
        name: "CJK UNIFIED IDEOGRAPH-2E549",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E54A,
        name: "CJK UNIFIED IDEOGRAPH-2E54A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E54B,
        name: "CJK UNIFIED IDEOGRAPH-2E54B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E54C,
        name: "CJK UNIFIED IDEOGRAPH-2E54C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E54D,
        name: "CJK UNIFIED IDEOGRAPH-2E54D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E54E,
        name: "CJK UNIFIED IDEOGRAPH-2E54E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E54F,
        name: "CJK UNIFIED IDEOGRAPH-2E54F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E550,
        name: "CJK UNIFIED IDEOGRAPH-2E550",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E551,
        name: "CJK UNIFIED IDEOGRAPH-2E551",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E552,
        name: "CJK UNIFIED IDEOGRAPH-2E552",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E553,
        name: "CJK UNIFIED IDEOGRAPH-2E553",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E554,
        name: "CJK UNIFIED IDEOGRAPH-2E554",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E555,
        name: "CJK UNIFIED IDEOGRAPH-2E555",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E556,
        name: "CJK UNIFIED IDEOGRAPH-2E556",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E557,
        name: "CJK UNIFIED IDEOGRAPH-2E557",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E558,
        name: "CJK UNIFIED IDEOGRAPH-2E558",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E559,
        name: "CJK UNIFIED IDEOGRAPH-2E559",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E55A,
        name: "CJK UNIFIED IDEOGRAPH-2E55A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E55B,
        name: "CJK UNIFIED IDEOGRAPH-2E55B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E55C,
        name: "CJK UNIFIED IDEOGRAPH-2E55C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E55D,
        name: "CJK UNIFIED IDEOGRAPH-2E55D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E55E,
        name: "CJK UNIFIED IDEOGRAPH-2E55E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E55F,
        name: "CJK UNIFIED IDEOGRAPH-2E55F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E560,
        name: "CJK UNIFIED IDEOGRAPH-2E560",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E561,
        name: "CJK UNIFIED IDEOGRAPH-2E561",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E562,
        name: "CJK UNIFIED IDEOGRAPH-2E562",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E563,
        name: "CJK UNIFIED IDEOGRAPH-2E563",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E564,
        name: "CJK UNIFIED IDEOGRAPH-2E564",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E565,
        name: "CJK UNIFIED IDEOGRAPH-2E565",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E566,
        name: "CJK UNIFIED IDEOGRAPH-2E566",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E567,
        name: "CJK UNIFIED IDEOGRAPH-2E567",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E568,
        name: "CJK UNIFIED IDEOGRAPH-2E568",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E569,
        name: "CJK UNIFIED IDEOGRAPH-2E569",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E56A,
        name: "CJK UNIFIED IDEOGRAPH-2E56A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E56B,
        name: "CJK UNIFIED IDEOGRAPH-2E56B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E56C,
        name: "CJK UNIFIED IDEOGRAPH-2E56C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E56D,
        name: "CJK UNIFIED IDEOGRAPH-2E56D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E56E,
        name: "CJK UNIFIED IDEOGRAPH-2E56E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E56F,
        name: "CJK UNIFIED IDEOGRAPH-2E56F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E570,
        name: "CJK UNIFIED IDEOGRAPH-2E570",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E571,
        name: "CJK UNIFIED IDEOGRAPH-2E571",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E572,
        name: "CJK UNIFIED IDEOGRAPH-2E572",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E573,
        name: "CJK UNIFIED IDEOGRAPH-2E573",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E574,
        name: "CJK UNIFIED IDEOGRAPH-2E574",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E575,
        name: "CJK UNIFIED IDEOGRAPH-2E575",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E576,
        name: "CJK UNIFIED IDEOGRAPH-2E576",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E577,
        name: "CJK UNIFIED IDEOGRAPH-2E577",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E578,
        name: "CJK UNIFIED IDEOGRAPH-2E578",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E579,
        name: "CJK UNIFIED IDEOGRAPH-2E579",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E57A,
        name: "CJK UNIFIED IDEOGRAPH-2E57A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E57B,
        name: "CJK UNIFIED IDEOGRAPH-2E57B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E57C,
        name: "CJK UNIFIED IDEOGRAPH-2E57C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E57D,
        name: "CJK UNIFIED IDEOGRAPH-2E57D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E57E,
        name: "CJK UNIFIED IDEOGRAPH-2E57E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E57F,
        name: "CJK UNIFIED IDEOGRAPH-2E57F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E580,
        name: "CJK UNIFIED IDEOGRAPH-2E580",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E581,
        name: "CJK UNIFIED IDEOGRAPH-2E581",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E582,
        name: "CJK UNIFIED IDEOGRAPH-2E582",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E583,
        name: "CJK UNIFIED IDEOGRAPH-2E583",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E584,
        name: "CJK UNIFIED IDEOGRAPH-2E584",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E585,
        name: "CJK UNIFIED IDEOGRAPH-2E585",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E586,
        name: "CJK UNIFIED IDEOGRAPH-2E586",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E587,
        name: "CJK UNIFIED IDEOGRAPH-2E587",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E588,
        name: "CJK UNIFIED IDEOGRAPH-2E588",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E589,
        name: "CJK UNIFIED IDEOGRAPH-2E589",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E58A,
        name: "CJK UNIFIED IDEOGRAPH-2E58A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E58B,
        name: "CJK UNIFIED IDEOGRAPH-2E58B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E58C,
        name: "CJK UNIFIED IDEOGRAPH-2E58C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E58D,
        name: "CJK UNIFIED IDEOGRAPH-2E58D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E58E,
        name: "CJK UNIFIED IDEOGRAPH-2E58E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E58F,
        name: "CJK UNIFIED IDEOGRAPH-2E58F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E590,
        name: "CJK UNIFIED IDEOGRAPH-2E590",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E591,
        name: "CJK UNIFIED IDEOGRAPH-2E591",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E592,
        name: "CJK UNIFIED IDEOGRAPH-2E592",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E593,
        name: "CJK UNIFIED IDEOGRAPH-2E593",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E594,
        name: "CJK UNIFIED IDEOGRAPH-2E594",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E595,
        name: "CJK UNIFIED IDEOGRAPH-2E595",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E596,
        name: "CJK UNIFIED IDEOGRAPH-2E596",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E597,
        name: "CJK UNIFIED IDEOGRAPH-2E597",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E598,
        name: "CJK UNIFIED IDEOGRAPH-2E598",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E599,
        name: "CJK UNIFIED IDEOGRAPH-2E599",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E59A,
        name: "CJK UNIFIED IDEOGRAPH-2E59A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E59B,
        name: "CJK UNIFIED IDEOGRAPH-2E59B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E59C,
        name: "CJK UNIFIED IDEOGRAPH-2E59C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E59D,
        name: "CJK UNIFIED IDEOGRAPH-2E59D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E59E,
        name: "CJK UNIFIED IDEOGRAPH-2E59E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E59F,
        name: "CJK UNIFIED IDEOGRAPH-2E59F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A0,
        name: "CJK UNIFIED IDEOGRAPH-2E5A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A1,
        name: "CJK UNIFIED IDEOGRAPH-2E5A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A2,
        name: "CJK UNIFIED IDEOGRAPH-2E5A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A3,
        name: "CJK UNIFIED IDEOGRAPH-2E5A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A4,
        name: "CJK UNIFIED IDEOGRAPH-2E5A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A5,
        name: "CJK UNIFIED IDEOGRAPH-2E5A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A6,
        name: "CJK UNIFIED IDEOGRAPH-2E5A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A7,
        name: "CJK UNIFIED IDEOGRAPH-2E5A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A8,
        name: "CJK UNIFIED IDEOGRAPH-2E5A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5A9,
        name: "CJK UNIFIED IDEOGRAPH-2E5A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5AA,
        name: "CJK UNIFIED IDEOGRAPH-2E5AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5AB,
        name: "CJK UNIFIED IDEOGRAPH-2E5AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5AC,
        name: "CJK UNIFIED IDEOGRAPH-2E5AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5AD,
        name: "CJK UNIFIED IDEOGRAPH-2E5AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5AE,
        name: "CJK UNIFIED IDEOGRAPH-2E5AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5AF,
        name: "CJK UNIFIED IDEOGRAPH-2E5AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B0,
        name: "CJK UNIFIED IDEOGRAPH-2E5B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B1,
        name: "CJK UNIFIED IDEOGRAPH-2E5B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B2,
        name: "CJK UNIFIED IDEOGRAPH-2E5B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B3,
        name: "CJK UNIFIED IDEOGRAPH-2E5B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B4,
        name: "CJK UNIFIED IDEOGRAPH-2E5B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B5,
        name: "CJK UNIFIED IDEOGRAPH-2E5B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B6,
        name: "CJK UNIFIED IDEOGRAPH-2E5B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B7,
        name: "CJK UNIFIED IDEOGRAPH-2E5B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B8,
        name: "CJK UNIFIED IDEOGRAPH-2E5B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5B9,
        name: "CJK UNIFIED IDEOGRAPH-2E5B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5BA,
        name: "CJK UNIFIED IDEOGRAPH-2E5BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5BB,
        name: "CJK UNIFIED IDEOGRAPH-2E5BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5BC,
        name: "CJK UNIFIED IDEOGRAPH-2E5BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5BD,
        name: "CJK UNIFIED IDEOGRAPH-2E5BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5BE,
        name: "CJK UNIFIED IDEOGRAPH-2E5BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5BF,
        name: "CJK UNIFIED IDEOGRAPH-2E5BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C0,
        name: "CJK UNIFIED IDEOGRAPH-2E5C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C1,
        name: "CJK UNIFIED IDEOGRAPH-2E5C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C2,
        name: "CJK UNIFIED IDEOGRAPH-2E5C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C3,
        name: "CJK UNIFIED IDEOGRAPH-2E5C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C4,
        name: "CJK UNIFIED IDEOGRAPH-2E5C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C5,
        name: "CJK UNIFIED IDEOGRAPH-2E5C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C6,
        name: "CJK UNIFIED IDEOGRAPH-2E5C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C7,
        name: "CJK UNIFIED IDEOGRAPH-2E5C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C8,
        name: "CJK UNIFIED IDEOGRAPH-2E5C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5C9,
        name: "CJK UNIFIED IDEOGRAPH-2E5C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5CA,
        name: "CJK UNIFIED IDEOGRAPH-2E5CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5CB,
        name: "CJK UNIFIED IDEOGRAPH-2E5CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5CC,
        name: "CJK UNIFIED IDEOGRAPH-2E5CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5CD,
        name: "CJK UNIFIED IDEOGRAPH-2E5CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5CE,
        name: "CJK UNIFIED IDEOGRAPH-2E5CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5CF,
        name: "CJK UNIFIED IDEOGRAPH-2E5CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D0,
        name: "CJK UNIFIED IDEOGRAPH-2E5D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D1,
        name: "CJK UNIFIED IDEOGRAPH-2E5D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D2,
        name: "CJK UNIFIED IDEOGRAPH-2E5D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D3,
        name: "CJK UNIFIED IDEOGRAPH-2E5D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D4,
        name: "CJK UNIFIED IDEOGRAPH-2E5D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D5,
        name: "CJK UNIFIED IDEOGRAPH-2E5D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D6,
        name: "CJK UNIFIED IDEOGRAPH-2E5D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D7,
        name: "CJK UNIFIED IDEOGRAPH-2E5D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D8,
        name: "CJK UNIFIED IDEOGRAPH-2E5D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5D9,
        name: "CJK UNIFIED IDEOGRAPH-2E5D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5DA,
        name: "CJK UNIFIED IDEOGRAPH-2E5DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5DB,
        name: "CJK UNIFIED IDEOGRAPH-2E5DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5DC,
        name: "CJK UNIFIED IDEOGRAPH-2E5DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5DD,
        name: "CJK UNIFIED IDEOGRAPH-2E5DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5DE,
        name: "CJK UNIFIED IDEOGRAPH-2E5DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5DF,
        name: "CJK UNIFIED IDEOGRAPH-2E5DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E0,
        name: "CJK UNIFIED IDEOGRAPH-2E5E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E1,
        name: "CJK UNIFIED IDEOGRAPH-2E5E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E2,
        name: "CJK UNIFIED IDEOGRAPH-2E5E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E3,
        name: "CJK UNIFIED IDEOGRAPH-2E5E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E4,
        name: "CJK UNIFIED IDEOGRAPH-2E5E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E5,
        name: "CJK UNIFIED IDEOGRAPH-2E5E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E6,
        name: "CJK UNIFIED IDEOGRAPH-2E5E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E7,
        name: "CJK UNIFIED IDEOGRAPH-2E5E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E8,
        name: "CJK UNIFIED IDEOGRAPH-2E5E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5E9,
        name: "CJK UNIFIED IDEOGRAPH-2E5E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5EA,
        name: "CJK UNIFIED IDEOGRAPH-2E5EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5EB,
        name: "CJK UNIFIED IDEOGRAPH-2E5EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5EC,
        name: "CJK UNIFIED IDEOGRAPH-2E5EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5ED,
        name: "CJK UNIFIED IDEOGRAPH-2E5ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5EE,
        name: "CJK UNIFIED IDEOGRAPH-2E5EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5EF,
        name: "CJK UNIFIED IDEOGRAPH-2E5EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F0,
        name: "CJK UNIFIED IDEOGRAPH-2E5F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F1,
        name: "CJK UNIFIED IDEOGRAPH-2E5F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F2,
        name: "CJK UNIFIED IDEOGRAPH-2E5F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F3,
        name: "CJK UNIFIED IDEOGRAPH-2E5F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F4,
        name: "CJK UNIFIED IDEOGRAPH-2E5F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F5,
        name: "CJK UNIFIED IDEOGRAPH-2E5F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F6,
        name: "CJK UNIFIED IDEOGRAPH-2E5F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F7,
        name: "CJK UNIFIED IDEOGRAPH-2E5F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F8,
        name: "CJK UNIFIED IDEOGRAPH-2E5F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5F9,
        name: "CJK UNIFIED IDEOGRAPH-2E5F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5FA,
        name: "CJK UNIFIED IDEOGRAPH-2E5FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5FB,
        name: "CJK UNIFIED IDEOGRAPH-2E5FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5FC,
        name: "CJK UNIFIED IDEOGRAPH-2E5FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5FD,
        name: "CJK UNIFIED IDEOGRAPH-2E5FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5FE,
        name: "CJK UNIFIED IDEOGRAPH-2E5FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E5FF,
        name: "CJK UNIFIED IDEOGRAPH-2E5FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E600,
        name: "CJK UNIFIED IDEOGRAPH-2E600",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E601,
        name: "CJK UNIFIED IDEOGRAPH-2E601",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E602,
        name: "CJK UNIFIED IDEOGRAPH-2E602",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E603,
        name: "CJK UNIFIED IDEOGRAPH-2E603",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E604,
        name: "CJK UNIFIED IDEOGRAPH-2E604",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E605,
        name: "CJK UNIFIED IDEOGRAPH-2E605",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E606,
        name: "CJK UNIFIED IDEOGRAPH-2E606",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E607,
        name: "CJK UNIFIED IDEOGRAPH-2E607",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E608,
        name: "CJK UNIFIED IDEOGRAPH-2E608",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E609,
        name: "CJK UNIFIED IDEOGRAPH-2E609",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E60A,
        name: "CJK UNIFIED IDEOGRAPH-2E60A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E60B,
        name: "CJK UNIFIED IDEOGRAPH-2E60B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E60C,
        name: "CJK UNIFIED IDEOGRAPH-2E60C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E60D,
        name: "CJK UNIFIED IDEOGRAPH-2E60D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E60E,
        name: "CJK UNIFIED IDEOGRAPH-2E60E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E60F,
        name: "CJK UNIFIED IDEOGRAPH-2E60F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E610,
        name: "CJK UNIFIED IDEOGRAPH-2E610",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E611,
        name: "CJK UNIFIED IDEOGRAPH-2E611",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E612,
        name: "CJK UNIFIED IDEOGRAPH-2E612",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E613,
        name: "CJK UNIFIED IDEOGRAPH-2E613",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E614,
        name: "CJK UNIFIED IDEOGRAPH-2E614",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E615,
        name: "CJK UNIFIED IDEOGRAPH-2E615",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E616,
        name: "CJK UNIFIED IDEOGRAPH-2E616",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E617,
        name: "CJK UNIFIED IDEOGRAPH-2E617",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E618,
        name: "CJK UNIFIED IDEOGRAPH-2E618",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E619,
        name: "CJK UNIFIED IDEOGRAPH-2E619",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E61A,
        name: "CJK UNIFIED IDEOGRAPH-2E61A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E61B,
        name: "CJK UNIFIED IDEOGRAPH-2E61B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E61C,
        name: "CJK UNIFIED IDEOGRAPH-2E61C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E61D,
        name: "CJK UNIFIED IDEOGRAPH-2E61D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E61E,
        name: "CJK UNIFIED IDEOGRAPH-2E61E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E61F,
        name: "CJK UNIFIED IDEOGRAPH-2E61F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E620,
        name: "CJK UNIFIED IDEOGRAPH-2E620",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E621,
        name: "CJK UNIFIED IDEOGRAPH-2E621",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E622,
        name: "CJK UNIFIED IDEOGRAPH-2E622",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E623,
        name: "CJK UNIFIED IDEOGRAPH-2E623",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E624,
        name: "CJK UNIFIED IDEOGRAPH-2E624",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E625,
        name: "CJK UNIFIED IDEOGRAPH-2E625",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E626,
        name: "CJK UNIFIED IDEOGRAPH-2E626",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E627,
        name: "CJK UNIFIED IDEOGRAPH-2E627",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E628,
        name: "CJK UNIFIED IDEOGRAPH-2E628",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E629,
        name: "CJK UNIFIED IDEOGRAPH-2E629",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E62A,
        name: "CJK UNIFIED IDEOGRAPH-2E62A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E62B,
        name: "CJK UNIFIED IDEOGRAPH-2E62B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E62C,
        name: "CJK UNIFIED IDEOGRAPH-2E62C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E62D,
        name: "CJK UNIFIED IDEOGRAPH-2E62D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E62E,
        name: "CJK UNIFIED IDEOGRAPH-2E62E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E62F,
        name: "CJK UNIFIED IDEOGRAPH-2E62F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E630,
        name: "CJK UNIFIED IDEOGRAPH-2E630",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E631,
        name: "CJK UNIFIED IDEOGRAPH-2E631",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E632,
        name: "CJK UNIFIED IDEOGRAPH-2E632",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E633,
        name: "CJK UNIFIED IDEOGRAPH-2E633",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E634,
        name: "CJK UNIFIED IDEOGRAPH-2E634",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E635,
        name: "CJK UNIFIED IDEOGRAPH-2E635",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E636,
        name: "CJK UNIFIED IDEOGRAPH-2E636",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E637,
        name: "CJK UNIFIED IDEOGRAPH-2E637",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E638,
        name: "CJK UNIFIED IDEOGRAPH-2E638",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E639,
        name: "CJK UNIFIED IDEOGRAPH-2E639",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E63A,
        name: "CJK UNIFIED IDEOGRAPH-2E63A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E63B,
        name: "CJK UNIFIED IDEOGRAPH-2E63B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E63C,
        name: "CJK UNIFIED IDEOGRAPH-2E63C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E63D,
        name: "CJK UNIFIED IDEOGRAPH-2E63D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E63E,
        name: "CJK UNIFIED IDEOGRAPH-2E63E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E63F,
        name: "CJK UNIFIED IDEOGRAPH-2E63F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E640,
        name: "CJK UNIFIED IDEOGRAPH-2E640",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E641,
        name: "CJK UNIFIED IDEOGRAPH-2E641",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E642,
        name: "CJK UNIFIED IDEOGRAPH-2E642",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E643,
        name: "CJK UNIFIED IDEOGRAPH-2E643",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E644,
        name: "CJK UNIFIED IDEOGRAPH-2E644",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E645,
        name: "CJK UNIFIED IDEOGRAPH-2E645",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E646,
        name: "CJK UNIFIED IDEOGRAPH-2E646",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E647,
        name: "CJK UNIFIED IDEOGRAPH-2E647",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E648,
        name: "CJK UNIFIED IDEOGRAPH-2E648",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E649,
        name: "CJK UNIFIED IDEOGRAPH-2E649",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E64A,
        name: "CJK UNIFIED IDEOGRAPH-2E64A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E64B,
        name: "CJK UNIFIED IDEOGRAPH-2E64B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E64C,
        name: "CJK UNIFIED IDEOGRAPH-2E64C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E64D,
        name: "CJK UNIFIED IDEOGRAPH-2E64D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E64E,
        name: "CJK UNIFIED IDEOGRAPH-2E64E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E64F,
        name: "CJK UNIFIED IDEOGRAPH-2E64F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E650,
        name: "CJK UNIFIED IDEOGRAPH-2E650",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E651,
        name: "CJK UNIFIED IDEOGRAPH-2E651",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E652,
        name: "CJK UNIFIED IDEOGRAPH-2E652",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E653,
        name: "CJK UNIFIED IDEOGRAPH-2E653",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E654,
        name: "CJK UNIFIED IDEOGRAPH-2E654",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E655,
        name: "CJK UNIFIED IDEOGRAPH-2E655",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E656,
        name: "CJK UNIFIED IDEOGRAPH-2E656",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E657,
        name: "CJK UNIFIED IDEOGRAPH-2E657",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E658,
        name: "CJK UNIFIED IDEOGRAPH-2E658",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E659,
        name: "CJK UNIFIED IDEOGRAPH-2E659",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E65A,
        name: "CJK UNIFIED IDEOGRAPH-2E65A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E65B,
        name: "CJK UNIFIED IDEOGRAPH-2E65B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E65C,
        name: "CJK UNIFIED IDEOGRAPH-2E65C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E65D,
        name: "CJK UNIFIED IDEOGRAPH-2E65D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E65E,
        name: "CJK UNIFIED IDEOGRAPH-2E65E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E65F,
        name: "CJK UNIFIED IDEOGRAPH-2E65F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E660,
        name: "CJK UNIFIED IDEOGRAPH-2E660",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E661,
        name: "CJK UNIFIED IDEOGRAPH-2E661",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E662,
        name: "CJK UNIFIED IDEOGRAPH-2E662",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E663,
        name: "CJK UNIFIED IDEOGRAPH-2E663",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E664,
        name: "CJK UNIFIED IDEOGRAPH-2E664",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E665,
        name: "CJK UNIFIED IDEOGRAPH-2E665",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E666,
        name: "CJK UNIFIED IDEOGRAPH-2E666",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E667,
        name: "CJK UNIFIED IDEOGRAPH-2E667",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E668,
        name: "CJK UNIFIED IDEOGRAPH-2E668",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E669,
        name: "CJK UNIFIED IDEOGRAPH-2E669",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E66A,
        name: "CJK UNIFIED IDEOGRAPH-2E66A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E66B,
        name: "CJK UNIFIED IDEOGRAPH-2E66B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E66C,
        name: "CJK UNIFIED IDEOGRAPH-2E66C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E66D,
        name: "CJK UNIFIED IDEOGRAPH-2E66D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E66E,
        name: "CJK UNIFIED IDEOGRAPH-2E66E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E66F,
        name: "CJK UNIFIED IDEOGRAPH-2E66F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E670,
        name: "CJK UNIFIED IDEOGRAPH-2E670",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E671,
        name: "CJK UNIFIED IDEOGRAPH-2E671",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E672,
        name: "CJK UNIFIED IDEOGRAPH-2E672",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E673,
        name: "CJK UNIFIED IDEOGRAPH-2E673",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E674,
        name: "CJK UNIFIED IDEOGRAPH-2E674",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E675,
        name: "CJK UNIFIED IDEOGRAPH-2E675",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E676,
        name: "CJK UNIFIED IDEOGRAPH-2E676",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E677,
        name: "CJK UNIFIED IDEOGRAPH-2E677",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E678,
        name: "CJK UNIFIED IDEOGRAPH-2E678",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E679,
        name: "CJK UNIFIED IDEOGRAPH-2E679",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E67A,
        name: "CJK UNIFIED IDEOGRAPH-2E67A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E67B,
        name: "CJK UNIFIED IDEOGRAPH-2E67B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E67C,
        name: "CJK UNIFIED IDEOGRAPH-2E67C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E67D,
        name: "CJK UNIFIED IDEOGRAPH-2E67D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E67E,
        name: "CJK UNIFIED IDEOGRAPH-2E67E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E67F,
        name: "CJK UNIFIED IDEOGRAPH-2E67F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E680,
        name: "CJK UNIFIED IDEOGRAPH-2E680",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E681,
        name: "CJK UNIFIED IDEOGRAPH-2E681",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E682,
        name: "CJK UNIFIED IDEOGRAPH-2E682",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E683,
        name: "CJK UNIFIED IDEOGRAPH-2E683",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E684,
        name: "CJK UNIFIED IDEOGRAPH-2E684",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E685,
        name: "CJK UNIFIED IDEOGRAPH-2E685",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E686,
        name: "CJK UNIFIED IDEOGRAPH-2E686",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E687,
        name: "CJK UNIFIED IDEOGRAPH-2E687",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E688,
        name: "CJK UNIFIED IDEOGRAPH-2E688",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E689,
        name: "CJK UNIFIED IDEOGRAPH-2E689",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E68A,
        name: "CJK UNIFIED IDEOGRAPH-2E68A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E68B,
        name: "CJK UNIFIED IDEOGRAPH-2E68B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E68C,
        name: "CJK UNIFIED IDEOGRAPH-2E68C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E68D,
        name: "CJK UNIFIED IDEOGRAPH-2E68D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E68E,
        name: "CJK UNIFIED IDEOGRAPH-2E68E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E68F,
        name: "CJK UNIFIED IDEOGRAPH-2E68F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E690,
        name: "CJK UNIFIED IDEOGRAPH-2E690",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E691,
        name: "CJK UNIFIED IDEOGRAPH-2E691",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E692,
        name: "CJK UNIFIED IDEOGRAPH-2E692",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E693,
        name: "CJK UNIFIED IDEOGRAPH-2E693",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E694,
        name: "CJK UNIFIED IDEOGRAPH-2E694",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E695,
        name: "CJK UNIFIED IDEOGRAPH-2E695",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E696,
        name: "CJK UNIFIED IDEOGRAPH-2E696",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E697,
        name: "CJK UNIFIED IDEOGRAPH-2E697",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E698,
        name: "CJK UNIFIED IDEOGRAPH-2E698",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E699,
        name: "CJK UNIFIED IDEOGRAPH-2E699",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E69A,
        name: "CJK UNIFIED IDEOGRAPH-2E69A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E69B,
        name: "CJK UNIFIED IDEOGRAPH-2E69B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E69C,
        name: "CJK UNIFIED IDEOGRAPH-2E69C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E69D,
        name: "CJK UNIFIED IDEOGRAPH-2E69D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E69E,
        name: "CJK UNIFIED IDEOGRAPH-2E69E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E69F,
        name: "CJK UNIFIED IDEOGRAPH-2E69F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A0,
        name: "CJK UNIFIED IDEOGRAPH-2E6A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A1,
        name: "CJK UNIFIED IDEOGRAPH-2E6A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A2,
        name: "CJK UNIFIED IDEOGRAPH-2E6A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A3,
        name: "CJK UNIFIED IDEOGRAPH-2E6A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A4,
        name: "CJK UNIFIED IDEOGRAPH-2E6A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A5,
        name: "CJK UNIFIED IDEOGRAPH-2E6A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A6,
        name: "CJK UNIFIED IDEOGRAPH-2E6A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A7,
        name: "CJK UNIFIED IDEOGRAPH-2E6A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A8,
        name: "CJK UNIFIED IDEOGRAPH-2E6A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6A9,
        name: "CJK UNIFIED IDEOGRAPH-2E6A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6AA,
        name: "CJK UNIFIED IDEOGRAPH-2E6AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6AB,
        name: "CJK UNIFIED IDEOGRAPH-2E6AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6AC,
        name: "CJK UNIFIED IDEOGRAPH-2E6AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6AD,
        name: "CJK UNIFIED IDEOGRAPH-2E6AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6AE,
        name: "CJK UNIFIED IDEOGRAPH-2E6AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6AF,
        name: "CJK UNIFIED IDEOGRAPH-2E6AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B0,
        name: "CJK UNIFIED IDEOGRAPH-2E6B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B1,
        name: "CJK UNIFIED IDEOGRAPH-2E6B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B2,
        name: "CJK UNIFIED IDEOGRAPH-2E6B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B3,
        name: "CJK UNIFIED IDEOGRAPH-2E6B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B4,
        name: "CJK UNIFIED IDEOGRAPH-2E6B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B5,
        name: "CJK UNIFIED IDEOGRAPH-2E6B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B6,
        name: "CJK UNIFIED IDEOGRAPH-2E6B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B7,
        name: "CJK UNIFIED IDEOGRAPH-2E6B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B8,
        name: "CJK UNIFIED IDEOGRAPH-2E6B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6B9,
        name: "CJK UNIFIED IDEOGRAPH-2E6B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6BA,
        name: "CJK UNIFIED IDEOGRAPH-2E6BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6BB,
        name: "CJK UNIFIED IDEOGRAPH-2E6BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6BC,
        name: "CJK UNIFIED IDEOGRAPH-2E6BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6BD,
        name: "CJK UNIFIED IDEOGRAPH-2E6BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6BE,
        name: "CJK UNIFIED IDEOGRAPH-2E6BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6BF,
        name: "CJK UNIFIED IDEOGRAPH-2E6BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C0,
        name: "CJK UNIFIED IDEOGRAPH-2E6C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C1,
        name: "CJK UNIFIED IDEOGRAPH-2E6C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C2,
        name: "CJK UNIFIED IDEOGRAPH-2E6C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C3,
        name: "CJK UNIFIED IDEOGRAPH-2E6C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C4,
        name: "CJK UNIFIED IDEOGRAPH-2E6C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C5,
        name: "CJK UNIFIED IDEOGRAPH-2E6C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C6,
        name: "CJK UNIFIED IDEOGRAPH-2E6C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C7,
        name: "CJK UNIFIED IDEOGRAPH-2E6C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C8,
        name: "CJK UNIFIED IDEOGRAPH-2E6C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6C9,
        name: "CJK UNIFIED IDEOGRAPH-2E6C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6CA,
        name: "CJK UNIFIED IDEOGRAPH-2E6CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6CB,
        name: "CJK UNIFIED IDEOGRAPH-2E6CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6CC,
        name: "CJK UNIFIED IDEOGRAPH-2E6CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6CD,
        name: "CJK UNIFIED IDEOGRAPH-2E6CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6CE,
        name: "CJK UNIFIED IDEOGRAPH-2E6CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6CF,
        name: "CJK UNIFIED IDEOGRAPH-2E6CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D0,
        name: "CJK UNIFIED IDEOGRAPH-2E6D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D1,
        name: "CJK UNIFIED IDEOGRAPH-2E6D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D2,
        name: "CJK UNIFIED IDEOGRAPH-2E6D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D3,
        name: "CJK UNIFIED IDEOGRAPH-2E6D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D4,
        name: "CJK UNIFIED IDEOGRAPH-2E6D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D5,
        name: "CJK UNIFIED IDEOGRAPH-2E6D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D6,
        name: "CJK UNIFIED IDEOGRAPH-2E6D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D7,
        name: "CJK UNIFIED IDEOGRAPH-2E6D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D8,
        name: "CJK UNIFIED IDEOGRAPH-2E6D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6D9,
        name: "CJK UNIFIED IDEOGRAPH-2E6D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6DA,
        name: "CJK UNIFIED IDEOGRAPH-2E6DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6DB,
        name: "CJK UNIFIED IDEOGRAPH-2E6DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6DC,
        name: "CJK UNIFIED IDEOGRAPH-2E6DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6DD,
        name: "CJK UNIFIED IDEOGRAPH-2E6DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6DE,
        name: "CJK UNIFIED IDEOGRAPH-2E6DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6DF,
        name: "CJK UNIFIED IDEOGRAPH-2E6DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E0,
        name: "CJK UNIFIED IDEOGRAPH-2E6E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E1,
        name: "CJK UNIFIED IDEOGRAPH-2E6E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E2,
        name: "CJK UNIFIED IDEOGRAPH-2E6E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E3,
        name: "CJK UNIFIED IDEOGRAPH-2E6E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E4,
        name: "CJK UNIFIED IDEOGRAPH-2E6E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E5,
        name: "CJK UNIFIED IDEOGRAPH-2E6E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E6,
        name: "CJK UNIFIED IDEOGRAPH-2E6E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E7,
        name: "CJK UNIFIED IDEOGRAPH-2E6E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E8,
        name: "CJK UNIFIED IDEOGRAPH-2E6E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6E9,
        name: "CJK UNIFIED IDEOGRAPH-2E6E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6EA,
        name: "CJK UNIFIED IDEOGRAPH-2E6EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6EB,
        name: "CJK UNIFIED IDEOGRAPH-2E6EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6EC,
        name: "CJK UNIFIED IDEOGRAPH-2E6EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6ED,
        name: "CJK UNIFIED IDEOGRAPH-2E6ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6EE,
        name: "CJK UNIFIED IDEOGRAPH-2E6EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6EF,
        name: "CJK UNIFIED IDEOGRAPH-2E6EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F0,
        name: "CJK UNIFIED IDEOGRAPH-2E6F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F1,
        name: "CJK UNIFIED IDEOGRAPH-2E6F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F2,
        name: "CJK UNIFIED IDEOGRAPH-2E6F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F3,
        name: "CJK UNIFIED IDEOGRAPH-2E6F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F4,
        name: "CJK UNIFIED IDEOGRAPH-2E6F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F5,
        name: "CJK UNIFIED IDEOGRAPH-2E6F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F6,
        name: "CJK UNIFIED IDEOGRAPH-2E6F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F7,
        name: "CJK UNIFIED IDEOGRAPH-2E6F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F8,
        name: "CJK UNIFIED IDEOGRAPH-2E6F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6F9,
        name: "CJK UNIFIED IDEOGRAPH-2E6F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6FA,
        name: "CJK UNIFIED IDEOGRAPH-2E6FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6FB,
        name: "CJK UNIFIED IDEOGRAPH-2E6FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6FC,
        name: "CJK UNIFIED IDEOGRAPH-2E6FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6FD,
        name: "CJK UNIFIED IDEOGRAPH-2E6FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6FE,
        name: "CJK UNIFIED IDEOGRAPH-2E6FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E6FF,
        name: "CJK UNIFIED IDEOGRAPH-2E6FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E700,
        name: "CJK UNIFIED IDEOGRAPH-2E700",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E701,
        name: "CJK UNIFIED IDEOGRAPH-2E701",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E702,
        name: "CJK UNIFIED IDEOGRAPH-2E702",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E703,
        name: "CJK UNIFIED IDEOGRAPH-2E703",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E704,
        name: "CJK UNIFIED IDEOGRAPH-2E704",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E705,
        name: "CJK UNIFIED IDEOGRAPH-2E705",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E706,
        name: "CJK UNIFIED IDEOGRAPH-2E706",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E707,
        name: "CJK UNIFIED IDEOGRAPH-2E707",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E708,
        name: "CJK UNIFIED IDEOGRAPH-2E708",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E709,
        name: "CJK UNIFIED IDEOGRAPH-2E709",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E70A,
        name: "CJK UNIFIED IDEOGRAPH-2E70A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E70B,
        name: "CJK UNIFIED IDEOGRAPH-2E70B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E70C,
        name: "CJK UNIFIED IDEOGRAPH-2E70C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E70D,
        name: "CJK UNIFIED IDEOGRAPH-2E70D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E70E,
        name: "CJK UNIFIED IDEOGRAPH-2E70E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E70F,
        name: "CJK UNIFIED IDEOGRAPH-2E70F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E710,
        name: "CJK UNIFIED IDEOGRAPH-2E710",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E711,
        name: "CJK UNIFIED IDEOGRAPH-2E711",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E712,
        name: "CJK UNIFIED IDEOGRAPH-2E712",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E713,
        name: "CJK UNIFIED IDEOGRAPH-2E713",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E714,
        name: "CJK UNIFIED IDEOGRAPH-2E714",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E715,
        name: "CJK UNIFIED IDEOGRAPH-2E715",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E716,
        name: "CJK UNIFIED IDEOGRAPH-2E716",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E717,
        name: "CJK UNIFIED IDEOGRAPH-2E717",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E718,
        name: "CJK UNIFIED IDEOGRAPH-2E718",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E719,
        name: "CJK UNIFIED IDEOGRAPH-2E719",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E71A,
        name: "CJK UNIFIED IDEOGRAPH-2E71A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E71B,
        name: "CJK UNIFIED IDEOGRAPH-2E71B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E71C,
        name: "CJK UNIFIED IDEOGRAPH-2E71C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E71D,
        name: "CJK UNIFIED IDEOGRAPH-2E71D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E71E,
        name: "CJK UNIFIED IDEOGRAPH-2E71E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E71F,
        name: "CJK UNIFIED IDEOGRAPH-2E71F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E720,
        name: "CJK UNIFIED IDEOGRAPH-2E720",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E721,
        name: "CJK UNIFIED IDEOGRAPH-2E721",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E722,
        name: "CJK UNIFIED IDEOGRAPH-2E722",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E723,
        name: "CJK UNIFIED IDEOGRAPH-2E723",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E724,
        name: "CJK UNIFIED IDEOGRAPH-2E724",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E725,
        name: "CJK UNIFIED IDEOGRAPH-2E725",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E726,
        name: "CJK UNIFIED IDEOGRAPH-2E726",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E727,
        name: "CJK UNIFIED IDEOGRAPH-2E727",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E728,
        name: "CJK UNIFIED IDEOGRAPH-2E728",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E729,
        name: "CJK UNIFIED IDEOGRAPH-2E729",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E72A,
        name: "CJK UNIFIED IDEOGRAPH-2E72A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E72B,
        name: "CJK UNIFIED IDEOGRAPH-2E72B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E72C,
        name: "CJK UNIFIED IDEOGRAPH-2E72C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E72D,
        name: "CJK UNIFIED IDEOGRAPH-2E72D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E72E,
        name: "CJK UNIFIED IDEOGRAPH-2E72E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E72F,
        name: "CJK UNIFIED IDEOGRAPH-2E72F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E730,
        name: "CJK UNIFIED IDEOGRAPH-2E730",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E731,
        name: "CJK UNIFIED IDEOGRAPH-2E731",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E732,
        name: "CJK UNIFIED IDEOGRAPH-2E732",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E733,
        name: "CJK UNIFIED IDEOGRAPH-2E733",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E734,
        name: "CJK UNIFIED IDEOGRAPH-2E734",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E735,
        name: "CJK UNIFIED IDEOGRAPH-2E735",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E736,
        name: "CJK UNIFIED IDEOGRAPH-2E736",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E737,
        name: "CJK UNIFIED IDEOGRAPH-2E737",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E738,
        name: "CJK UNIFIED IDEOGRAPH-2E738",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E739,
        name: "CJK UNIFIED IDEOGRAPH-2E739",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E73A,
        name: "CJK UNIFIED IDEOGRAPH-2E73A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E73B,
        name: "CJK UNIFIED IDEOGRAPH-2E73B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E73C,
        name: "CJK UNIFIED IDEOGRAPH-2E73C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E73D,
        name: "CJK UNIFIED IDEOGRAPH-2E73D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E73E,
        name: "CJK UNIFIED IDEOGRAPH-2E73E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E73F,
        name: "CJK UNIFIED IDEOGRAPH-2E73F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E740,
        name: "CJK UNIFIED IDEOGRAPH-2E740",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E741,
        name: "CJK UNIFIED IDEOGRAPH-2E741",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E742,
        name: "CJK UNIFIED IDEOGRAPH-2E742",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E743,
        name: "CJK UNIFIED IDEOGRAPH-2E743",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E744,
        name: "CJK UNIFIED IDEOGRAPH-2E744",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E745,
        name: "CJK UNIFIED IDEOGRAPH-2E745",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E746,
        name: "CJK UNIFIED IDEOGRAPH-2E746",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E747,
        name: "CJK UNIFIED IDEOGRAPH-2E747",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E748,
        name: "CJK UNIFIED IDEOGRAPH-2E748",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E749,
        name: "CJK UNIFIED IDEOGRAPH-2E749",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E74A,
        name: "CJK UNIFIED IDEOGRAPH-2E74A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E74B,
        name: "CJK UNIFIED IDEOGRAPH-2E74B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E74C,
        name: "CJK UNIFIED IDEOGRAPH-2E74C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E74D,
        name: "CJK UNIFIED IDEOGRAPH-2E74D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E74E,
        name: "CJK UNIFIED IDEOGRAPH-2E74E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E74F,
        name: "CJK UNIFIED IDEOGRAPH-2E74F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E750,
        name: "CJK UNIFIED IDEOGRAPH-2E750",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E751,
        name: "CJK UNIFIED IDEOGRAPH-2E751",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E752,
        name: "CJK UNIFIED IDEOGRAPH-2E752",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E753,
        name: "CJK UNIFIED IDEOGRAPH-2E753",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E754,
        name: "CJK UNIFIED IDEOGRAPH-2E754",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E755,
        name: "CJK UNIFIED IDEOGRAPH-2E755",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E756,
        name: "CJK UNIFIED IDEOGRAPH-2E756",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E757,
        name: "CJK UNIFIED IDEOGRAPH-2E757",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E758,
        name: "CJK UNIFIED IDEOGRAPH-2E758",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E759,
        name: "CJK UNIFIED IDEOGRAPH-2E759",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E75A,
        name: "CJK UNIFIED IDEOGRAPH-2E75A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E75B,
        name: "CJK UNIFIED IDEOGRAPH-2E75B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E75C,
        name: "CJK UNIFIED IDEOGRAPH-2E75C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E75D,
        name: "CJK UNIFIED IDEOGRAPH-2E75D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E75E,
        name: "CJK UNIFIED IDEOGRAPH-2E75E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E75F,
        name: "CJK UNIFIED IDEOGRAPH-2E75F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E760,
        name: "CJK UNIFIED IDEOGRAPH-2E760",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E761,
        name: "CJK UNIFIED IDEOGRAPH-2E761",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E762,
        name: "CJK UNIFIED IDEOGRAPH-2E762",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E763,
        name: "CJK UNIFIED IDEOGRAPH-2E763",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E764,
        name: "CJK UNIFIED IDEOGRAPH-2E764",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E765,
        name: "CJK UNIFIED IDEOGRAPH-2E765",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E766,
        name: "CJK UNIFIED IDEOGRAPH-2E766",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E767,
        name: "CJK UNIFIED IDEOGRAPH-2E767",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E768,
        name: "CJK UNIFIED IDEOGRAPH-2E768",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E769,
        name: "CJK UNIFIED IDEOGRAPH-2E769",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E76A,
        name: "CJK UNIFIED IDEOGRAPH-2E76A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E76B,
        name: "CJK UNIFIED IDEOGRAPH-2E76B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E76C,
        name: "CJK UNIFIED IDEOGRAPH-2E76C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E76D,
        name: "CJK UNIFIED IDEOGRAPH-2E76D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E76E,
        name: "CJK UNIFIED IDEOGRAPH-2E76E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E76F,
        name: "CJK UNIFIED IDEOGRAPH-2E76F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E770,
        name: "CJK UNIFIED IDEOGRAPH-2E770",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E771,
        name: "CJK UNIFIED IDEOGRAPH-2E771",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E772,
        name: "CJK UNIFIED IDEOGRAPH-2E772",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E773,
        name: "CJK UNIFIED IDEOGRAPH-2E773",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E774,
        name: "CJK UNIFIED IDEOGRAPH-2E774",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E775,
        name: "CJK UNIFIED IDEOGRAPH-2E775",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E776,
        name: "CJK UNIFIED IDEOGRAPH-2E776",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E777,
        name: "CJK UNIFIED IDEOGRAPH-2E777",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E778,
        name: "CJK UNIFIED IDEOGRAPH-2E778",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E779,
        name: "CJK UNIFIED IDEOGRAPH-2E779",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E77A,
        name: "CJK UNIFIED IDEOGRAPH-2E77A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E77B,
        name: "CJK UNIFIED IDEOGRAPH-2E77B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E77C,
        name: "CJK UNIFIED IDEOGRAPH-2E77C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E77D,
        name: "CJK UNIFIED IDEOGRAPH-2E77D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E77E,
        name: "CJK UNIFIED IDEOGRAPH-2E77E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E77F,
        name: "CJK UNIFIED IDEOGRAPH-2E77F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E780,
        name: "CJK UNIFIED IDEOGRAPH-2E780",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E781,
        name: "CJK UNIFIED IDEOGRAPH-2E781",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E782,
        name: "CJK UNIFIED IDEOGRAPH-2E782",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E783,
        name: "CJK UNIFIED IDEOGRAPH-2E783",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E784,
        name: "CJK UNIFIED IDEOGRAPH-2E784",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E785,
        name: "CJK UNIFIED IDEOGRAPH-2E785",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E786,
        name: "CJK UNIFIED IDEOGRAPH-2E786",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E787,
        name: "CJK UNIFIED IDEOGRAPH-2E787",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E788,
        name: "CJK UNIFIED IDEOGRAPH-2E788",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E789,
        name: "CJK UNIFIED IDEOGRAPH-2E789",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E78A,
        name: "CJK UNIFIED IDEOGRAPH-2E78A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E78B,
        name: "CJK UNIFIED IDEOGRAPH-2E78B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E78C,
        name: "CJK UNIFIED IDEOGRAPH-2E78C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E78D,
        name: "CJK UNIFIED IDEOGRAPH-2E78D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E78E,
        name: "CJK UNIFIED IDEOGRAPH-2E78E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E78F,
        name: "CJK UNIFIED IDEOGRAPH-2E78F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E790,
        name: "CJK UNIFIED IDEOGRAPH-2E790",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E791,
        name: "CJK UNIFIED IDEOGRAPH-2E791",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E792,
        name: "CJK UNIFIED IDEOGRAPH-2E792",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E793,
        name: "CJK UNIFIED IDEOGRAPH-2E793",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E794,
        name: "CJK UNIFIED IDEOGRAPH-2E794",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E795,
        name: "CJK UNIFIED IDEOGRAPH-2E795",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E796,
        name: "CJK UNIFIED IDEOGRAPH-2E796",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E797,
        name: "CJK UNIFIED IDEOGRAPH-2E797",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E798,
        name: "CJK UNIFIED IDEOGRAPH-2E798",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E799,
        name: "CJK UNIFIED IDEOGRAPH-2E799",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E79A,
        name: "CJK UNIFIED IDEOGRAPH-2E79A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E79B,
        name: "CJK UNIFIED IDEOGRAPH-2E79B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E79C,
        name: "CJK UNIFIED IDEOGRAPH-2E79C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E79D,
        name: "CJK UNIFIED IDEOGRAPH-2E79D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E79E,
        name: "CJK UNIFIED IDEOGRAPH-2E79E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E79F,
        name: "CJK UNIFIED IDEOGRAPH-2E79F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A0,
        name: "CJK UNIFIED IDEOGRAPH-2E7A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A1,
        name: "CJK UNIFIED IDEOGRAPH-2E7A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A2,
        name: "CJK UNIFIED IDEOGRAPH-2E7A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A3,
        name: "CJK UNIFIED IDEOGRAPH-2E7A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A4,
        name: "CJK UNIFIED IDEOGRAPH-2E7A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A5,
        name: "CJK UNIFIED IDEOGRAPH-2E7A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A6,
        name: "CJK UNIFIED IDEOGRAPH-2E7A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A7,
        name: "CJK UNIFIED IDEOGRAPH-2E7A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A8,
        name: "CJK UNIFIED IDEOGRAPH-2E7A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7A9,
        name: "CJK UNIFIED IDEOGRAPH-2E7A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7AA,
        name: "CJK UNIFIED IDEOGRAPH-2E7AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7AB,
        name: "CJK UNIFIED IDEOGRAPH-2E7AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7AC,
        name: "CJK UNIFIED IDEOGRAPH-2E7AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7AD,
        name: "CJK UNIFIED IDEOGRAPH-2E7AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7AE,
        name: "CJK UNIFIED IDEOGRAPH-2E7AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7AF,
        name: "CJK UNIFIED IDEOGRAPH-2E7AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B0,
        name: "CJK UNIFIED IDEOGRAPH-2E7B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B1,
        name: "CJK UNIFIED IDEOGRAPH-2E7B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B2,
        name: "CJK UNIFIED IDEOGRAPH-2E7B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B3,
        name: "CJK UNIFIED IDEOGRAPH-2E7B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B4,
        name: "CJK UNIFIED IDEOGRAPH-2E7B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B5,
        name: "CJK UNIFIED IDEOGRAPH-2E7B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B6,
        name: "CJK UNIFIED IDEOGRAPH-2E7B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B7,
        name: "CJK UNIFIED IDEOGRAPH-2E7B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B8,
        name: "CJK UNIFIED IDEOGRAPH-2E7B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7B9,
        name: "CJK UNIFIED IDEOGRAPH-2E7B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7BA,
        name: "CJK UNIFIED IDEOGRAPH-2E7BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7BB,
        name: "CJK UNIFIED IDEOGRAPH-2E7BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7BC,
        name: "CJK UNIFIED IDEOGRAPH-2E7BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7BD,
        name: "CJK UNIFIED IDEOGRAPH-2E7BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7BE,
        name: "CJK UNIFIED IDEOGRAPH-2E7BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7BF,
        name: "CJK UNIFIED IDEOGRAPH-2E7BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C0,
        name: "CJK UNIFIED IDEOGRAPH-2E7C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C1,
        name: "CJK UNIFIED IDEOGRAPH-2E7C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C2,
        name: "CJK UNIFIED IDEOGRAPH-2E7C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C3,
        name: "CJK UNIFIED IDEOGRAPH-2E7C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C4,
        name: "CJK UNIFIED IDEOGRAPH-2E7C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C5,
        name: "CJK UNIFIED IDEOGRAPH-2E7C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C6,
        name: "CJK UNIFIED IDEOGRAPH-2E7C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C7,
        name: "CJK UNIFIED IDEOGRAPH-2E7C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C8,
        name: "CJK UNIFIED IDEOGRAPH-2E7C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7C9,
        name: "CJK UNIFIED IDEOGRAPH-2E7C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7CA,
        name: "CJK UNIFIED IDEOGRAPH-2E7CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7CB,
        name: "CJK UNIFIED IDEOGRAPH-2E7CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7CC,
        name: "CJK UNIFIED IDEOGRAPH-2E7CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7CD,
        name: "CJK UNIFIED IDEOGRAPH-2E7CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7CE,
        name: "CJK UNIFIED IDEOGRAPH-2E7CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7CF,
        name: "CJK UNIFIED IDEOGRAPH-2E7CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D0,
        name: "CJK UNIFIED IDEOGRAPH-2E7D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D1,
        name: "CJK UNIFIED IDEOGRAPH-2E7D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D2,
        name: "CJK UNIFIED IDEOGRAPH-2E7D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D3,
        name: "CJK UNIFIED IDEOGRAPH-2E7D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D4,
        name: "CJK UNIFIED IDEOGRAPH-2E7D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D5,
        name: "CJK UNIFIED IDEOGRAPH-2E7D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D6,
        name: "CJK UNIFIED IDEOGRAPH-2E7D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D7,
        name: "CJK UNIFIED IDEOGRAPH-2E7D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D8,
        name: "CJK UNIFIED IDEOGRAPH-2E7D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7D9,
        name: "CJK UNIFIED IDEOGRAPH-2E7D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7DA,
        name: "CJK UNIFIED IDEOGRAPH-2E7DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7DB,
        name: "CJK UNIFIED IDEOGRAPH-2E7DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7DC,
        name: "CJK UNIFIED IDEOGRAPH-2E7DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7DD,
        name: "CJK UNIFIED IDEOGRAPH-2E7DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7DE,
        name: "CJK UNIFIED IDEOGRAPH-2E7DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7DF,
        name: "CJK UNIFIED IDEOGRAPH-2E7DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E0,
        name: "CJK UNIFIED IDEOGRAPH-2E7E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E1,
        name: "CJK UNIFIED IDEOGRAPH-2E7E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E2,
        name: "CJK UNIFIED IDEOGRAPH-2E7E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E3,
        name: "CJK UNIFIED IDEOGRAPH-2E7E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E4,
        name: "CJK UNIFIED IDEOGRAPH-2E7E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E5,
        name: "CJK UNIFIED IDEOGRAPH-2E7E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E6,
        name: "CJK UNIFIED IDEOGRAPH-2E7E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E7,
        name: "CJK UNIFIED IDEOGRAPH-2E7E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E8,
        name: "CJK UNIFIED IDEOGRAPH-2E7E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7E9,
        name: "CJK UNIFIED IDEOGRAPH-2E7E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7EA,
        name: "CJK UNIFIED IDEOGRAPH-2E7EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7EB,
        name: "CJK UNIFIED IDEOGRAPH-2E7EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7EC,
        name: "CJK UNIFIED IDEOGRAPH-2E7EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7ED,
        name: "CJK UNIFIED IDEOGRAPH-2E7ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7EE,
        name: "CJK UNIFIED IDEOGRAPH-2E7EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7EF,
        name: "CJK UNIFIED IDEOGRAPH-2E7EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F0,
        name: "CJK UNIFIED IDEOGRAPH-2E7F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F1,
        name: "CJK UNIFIED IDEOGRAPH-2E7F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F2,
        name: "CJK UNIFIED IDEOGRAPH-2E7F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F3,
        name: "CJK UNIFIED IDEOGRAPH-2E7F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F4,
        name: "CJK UNIFIED IDEOGRAPH-2E7F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F5,
        name: "CJK UNIFIED IDEOGRAPH-2E7F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F6,
        name: "CJK UNIFIED IDEOGRAPH-2E7F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F7,
        name: "CJK UNIFIED IDEOGRAPH-2E7F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F8,
        name: "CJK UNIFIED IDEOGRAPH-2E7F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7F9,
        name: "CJK UNIFIED IDEOGRAPH-2E7F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7FA,
        name: "CJK UNIFIED IDEOGRAPH-2E7FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7FB,
        name: "CJK UNIFIED IDEOGRAPH-2E7FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7FC,
        name: "CJK UNIFIED IDEOGRAPH-2E7FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7FD,
        name: "CJK UNIFIED IDEOGRAPH-2E7FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7FE,
        name: "CJK UNIFIED IDEOGRAPH-2E7FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E7FF,
        name: "CJK UNIFIED IDEOGRAPH-2E7FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E800,
        name: "CJK UNIFIED IDEOGRAPH-2E800",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E801,
        name: "CJK UNIFIED IDEOGRAPH-2E801",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E802,
        name: "CJK UNIFIED IDEOGRAPH-2E802",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E803,
        name: "CJK UNIFIED IDEOGRAPH-2E803",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E804,
        name: "CJK UNIFIED IDEOGRAPH-2E804",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E805,
        name: "CJK UNIFIED IDEOGRAPH-2E805",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E806,
        name: "CJK UNIFIED IDEOGRAPH-2E806",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E807,
        name: "CJK UNIFIED IDEOGRAPH-2E807",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E808,
        name: "CJK UNIFIED IDEOGRAPH-2E808",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E809,
        name: "CJK UNIFIED IDEOGRAPH-2E809",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E80A,
        name: "CJK UNIFIED IDEOGRAPH-2E80A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E80B,
        name: "CJK UNIFIED IDEOGRAPH-2E80B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E80C,
        name: "CJK UNIFIED IDEOGRAPH-2E80C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E80D,
        name: "CJK UNIFIED IDEOGRAPH-2E80D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E80E,
        name: "CJK UNIFIED IDEOGRAPH-2E80E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E80F,
        name: "CJK UNIFIED IDEOGRAPH-2E80F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E810,
        name: "CJK UNIFIED IDEOGRAPH-2E810",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E811,
        name: "CJK UNIFIED IDEOGRAPH-2E811",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E812,
        name: "CJK UNIFIED IDEOGRAPH-2E812",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E813,
        name: "CJK UNIFIED IDEOGRAPH-2E813",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E814,
        name: "CJK UNIFIED IDEOGRAPH-2E814",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E815,
        name: "CJK UNIFIED IDEOGRAPH-2E815",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E816,
        name: "CJK UNIFIED IDEOGRAPH-2E816",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E817,
        name: "CJK UNIFIED IDEOGRAPH-2E817",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E818,
        name: "CJK UNIFIED IDEOGRAPH-2E818",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E819,
        name: "CJK UNIFIED IDEOGRAPH-2E819",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E81A,
        name: "CJK UNIFIED IDEOGRAPH-2E81A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E81B,
        name: "CJK UNIFIED IDEOGRAPH-2E81B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E81C,
        name: "CJK UNIFIED IDEOGRAPH-2E81C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E81D,
        name: "CJK UNIFIED IDEOGRAPH-2E81D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E81E,
        name: "CJK UNIFIED IDEOGRAPH-2E81E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E81F,
        name: "CJK UNIFIED IDEOGRAPH-2E81F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E820,
        name: "CJK UNIFIED IDEOGRAPH-2E820",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E821,
        name: "CJK UNIFIED IDEOGRAPH-2E821",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E822,
        name: "CJK UNIFIED IDEOGRAPH-2E822",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E823,
        name: "CJK UNIFIED IDEOGRAPH-2E823",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E824,
        name: "CJK UNIFIED IDEOGRAPH-2E824",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E825,
        name: "CJK UNIFIED IDEOGRAPH-2E825",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E826,
        name: "CJK UNIFIED IDEOGRAPH-2E826",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E827,
        name: "CJK UNIFIED IDEOGRAPH-2E827",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E828,
        name: "CJK UNIFIED IDEOGRAPH-2E828",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E829,
        name: "CJK UNIFIED IDEOGRAPH-2E829",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E82A,
        name: "CJK UNIFIED IDEOGRAPH-2E82A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E82B,
        name: "CJK UNIFIED IDEOGRAPH-2E82B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E82C,
        name: "CJK UNIFIED IDEOGRAPH-2E82C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E82D,
        name: "CJK UNIFIED IDEOGRAPH-2E82D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E82E,
        name: "CJK UNIFIED IDEOGRAPH-2E82E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E82F,
        name: "CJK UNIFIED IDEOGRAPH-2E82F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E830,
        name: "CJK UNIFIED IDEOGRAPH-2E830",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E831,
        name: "CJK UNIFIED IDEOGRAPH-2E831",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E832,
        name: "CJK UNIFIED IDEOGRAPH-2E832",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E833,
        name: "CJK UNIFIED IDEOGRAPH-2E833",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E834,
        name: "CJK UNIFIED IDEOGRAPH-2E834",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E835,
        name: "CJK UNIFIED IDEOGRAPH-2E835",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E836,
        name: "CJK UNIFIED IDEOGRAPH-2E836",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E837,
        name: "CJK UNIFIED IDEOGRAPH-2E837",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E838,
        name: "CJK UNIFIED IDEOGRAPH-2E838",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E839,
        name: "CJK UNIFIED IDEOGRAPH-2E839",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E83A,
        name: "CJK UNIFIED IDEOGRAPH-2E83A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E83B,
        name: "CJK UNIFIED IDEOGRAPH-2E83B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E83C,
        name: "CJK UNIFIED IDEOGRAPH-2E83C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E83D,
        name: "CJK UNIFIED IDEOGRAPH-2E83D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E83E,
        name: "CJK UNIFIED IDEOGRAPH-2E83E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E83F,
        name: "CJK UNIFIED IDEOGRAPH-2E83F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E840,
        name: "CJK UNIFIED IDEOGRAPH-2E840",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E841,
        name: "CJK UNIFIED IDEOGRAPH-2E841",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E842,
        name: "CJK UNIFIED IDEOGRAPH-2E842",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E843,
        name: "CJK UNIFIED IDEOGRAPH-2E843",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E844,
        name: "CJK UNIFIED IDEOGRAPH-2E844",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E845,
        name: "CJK UNIFIED IDEOGRAPH-2E845",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E846,
        name: "CJK UNIFIED IDEOGRAPH-2E846",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E847,
        name: "CJK UNIFIED IDEOGRAPH-2E847",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E848,
        name: "CJK UNIFIED IDEOGRAPH-2E848",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E849,
        name: "CJK UNIFIED IDEOGRAPH-2E849",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E84A,
        name: "CJK UNIFIED IDEOGRAPH-2E84A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E84B,
        name: "CJK UNIFIED IDEOGRAPH-2E84B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E84C,
        name: "CJK UNIFIED IDEOGRAPH-2E84C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E84D,
        name: "CJK UNIFIED IDEOGRAPH-2E84D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E84E,
        name: "CJK UNIFIED IDEOGRAPH-2E84E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E84F,
        name: "CJK UNIFIED IDEOGRAPH-2E84F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E850,
        name: "CJK UNIFIED IDEOGRAPH-2E850",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E851,
        name: "CJK UNIFIED IDEOGRAPH-2E851",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E852,
        name: "CJK UNIFIED IDEOGRAPH-2E852",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E853,
        name: "CJK UNIFIED IDEOGRAPH-2E853",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E854,
        name: "CJK UNIFIED IDEOGRAPH-2E854",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E855,
        name: "CJK UNIFIED IDEOGRAPH-2E855",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E856,
        name: "CJK UNIFIED IDEOGRAPH-2E856",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E857,
        name: "CJK UNIFIED IDEOGRAPH-2E857",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E858,
        name: "CJK UNIFIED IDEOGRAPH-2E858",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E859,
        name: "CJK UNIFIED IDEOGRAPH-2E859",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E85A,
        name: "CJK UNIFIED IDEOGRAPH-2E85A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E85B,
        name: "CJK UNIFIED IDEOGRAPH-2E85B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E85C,
        name: "CJK UNIFIED IDEOGRAPH-2E85C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E85D,
        name: "CJK UNIFIED IDEOGRAPH-2E85D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E85E,
        name: "CJK UNIFIED IDEOGRAPH-2E85E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E85F,
        name: "CJK UNIFIED IDEOGRAPH-2E85F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E860,
        name: "CJK UNIFIED IDEOGRAPH-2E860",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E861,
        name: "CJK UNIFIED IDEOGRAPH-2E861",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E862,
        name: "CJK UNIFIED IDEOGRAPH-2E862",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E863,
        name: "CJK UNIFIED IDEOGRAPH-2E863",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E864,
        name: "CJK UNIFIED IDEOGRAPH-2E864",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E865,
        name: "CJK UNIFIED IDEOGRAPH-2E865",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E866,
        name: "CJK UNIFIED IDEOGRAPH-2E866",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E867,
        name: "CJK UNIFIED IDEOGRAPH-2E867",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E868,
        name: "CJK UNIFIED IDEOGRAPH-2E868",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E869,
        name: "CJK UNIFIED IDEOGRAPH-2E869",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E86A,
        name: "CJK UNIFIED IDEOGRAPH-2E86A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E86B,
        name: "CJK UNIFIED IDEOGRAPH-2E86B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E86C,
        name: "CJK UNIFIED IDEOGRAPH-2E86C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E86D,
        name: "CJK UNIFIED IDEOGRAPH-2E86D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E86E,
        name: "CJK UNIFIED IDEOGRAPH-2E86E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E86F,
        name: "CJK UNIFIED IDEOGRAPH-2E86F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E870,
        name: "CJK UNIFIED IDEOGRAPH-2E870",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E871,
        name: "CJK UNIFIED IDEOGRAPH-2E871",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E872,
        name: "CJK UNIFIED IDEOGRAPH-2E872",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E873,
        name: "CJK UNIFIED IDEOGRAPH-2E873",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E874,
        name: "CJK UNIFIED IDEOGRAPH-2E874",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E875,
        name: "CJK UNIFIED IDEOGRAPH-2E875",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E876,
        name: "CJK UNIFIED IDEOGRAPH-2E876",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E877,
        name: "CJK UNIFIED IDEOGRAPH-2E877",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E878,
        name: "CJK UNIFIED IDEOGRAPH-2E878",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E879,
        name: "CJK UNIFIED IDEOGRAPH-2E879",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E87A,
        name: "CJK UNIFIED IDEOGRAPH-2E87A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E87B,
        name: "CJK UNIFIED IDEOGRAPH-2E87B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E87C,
        name: "CJK UNIFIED IDEOGRAPH-2E87C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E87D,
        name: "CJK UNIFIED IDEOGRAPH-2E87D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E87E,
        name: "CJK UNIFIED IDEOGRAPH-2E87E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E87F,
        name: "CJK UNIFIED IDEOGRAPH-2E87F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E880,
        name: "CJK UNIFIED IDEOGRAPH-2E880",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E881,
        name: "CJK UNIFIED IDEOGRAPH-2E881",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E882,
        name: "CJK UNIFIED IDEOGRAPH-2E882",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E883,
        name: "CJK UNIFIED IDEOGRAPH-2E883",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E884,
        name: "CJK UNIFIED IDEOGRAPH-2E884",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E885,
        name: "CJK UNIFIED IDEOGRAPH-2E885",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E886,
        name: "CJK UNIFIED IDEOGRAPH-2E886",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E887,
        name: "CJK UNIFIED IDEOGRAPH-2E887",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E888,
        name: "CJK UNIFIED IDEOGRAPH-2E888",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E889,
        name: "CJK UNIFIED IDEOGRAPH-2E889",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E88A,
        name: "CJK UNIFIED IDEOGRAPH-2E88A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E88B,
        name: "CJK UNIFIED IDEOGRAPH-2E88B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E88C,
        name: "CJK UNIFIED IDEOGRAPH-2E88C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E88D,
        name: "CJK UNIFIED IDEOGRAPH-2E88D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E88E,
        name: "CJK UNIFIED IDEOGRAPH-2E88E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E88F,
        name: "CJK UNIFIED IDEOGRAPH-2E88F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E890,
        name: "CJK UNIFIED IDEOGRAPH-2E890",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E891,
        name: "CJK UNIFIED IDEOGRAPH-2E891",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E892,
        name: "CJK UNIFIED IDEOGRAPH-2E892",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E893,
        name: "CJK UNIFIED IDEOGRAPH-2E893",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E894,
        name: "CJK UNIFIED IDEOGRAPH-2E894",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E895,
        name: "CJK UNIFIED IDEOGRAPH-2E895",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E896,
        name: "CJK UNIFIED IDEOGRAPH-2E896",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E897,
        name: "CJK UNIFIED IDEOGRAPH-2E897",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E898,
        name: "CJK UNIFIED IDEOGRAPH-2E898",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E899,
        name: "CJK UNIFIED IDEOGRAPH-2E899",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E89A,
        name: "CJK UNIFIED IDEOGRAPH-2E89A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E89B,
        name: "CJK UNIFIED IDEOGRAPH-2E89B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E89C,
        name: "CJK UNIFIED IDEOGRAPH-2E89C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E89D,
        name: "CJK UNIFIED IDEOGRAPH-2E89D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E89E,
        name: "CJK UNIFIED IDEOGRAPH-2E89E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E89F,
        name: "CJK UNIFIED IDEOGRAPH-2E89F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A0,
        name: "CJK UNIFIED IDEOGRAPH-2E8A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A1,
        name: "CJK UNIFIED IDEOGRAPH-2E8A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A2,
        name: "CJK UNIFIED IDEOGRAPH-2E8A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A3,
        name: "CJK UNIFIED IDEOGRAPH-2E8A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A4,
        name: "CJK UNIFIED IDEOGRAPH-2E8A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A5,
        name: "CJK UNIFIED IDEOGRAPH-2E8A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A6,
        name: "CJK UNIFIED IDEOGRAPH-2E8A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A7,
        name: "CJK UNIFIED IDEOGRAPH-2E8A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A8,
        name: "CJK UNIFIED IDEOGRAPH-2E8A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8A9,
        name: "CJK UNIFIED IDEOGRAPH-2E8A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8AA,
        name: "CJK UNIFIED IDEOGRAPH-2E8AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8AB,
        name: "CJK UNIFIED IDEOGRAPH-2E8AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8AC,
        name: "CJK UNIFIED IDEOGRAPH-2E8AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8AD,
        name: "CJK UNIFIED IDEOGRAPH-2E8AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8AE,
        name: "CJK UNIFIED IDEOGRAPH-2E8AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8AF,
        name: "CJK UNIFIED IDEOGRAPH-2E8AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B0,
        name: "CJK UNIFIED IDEOGRAPH-2E8B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B1,
        name: "CJK UNIFIED IDEOGRAPH-2E8B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B2,
        name: "CJK UNIFIED IDEOGRAPH-2E8B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B3,
        name: "CJK UNIFIED IDEOGRAPH-2E8B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B4,
        name: "CJK UNIFIED IDEOGRAPH-2E8B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B5,
        name: "CJK UNIFIED IDEOGRAPH-2E8B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B6,
        name: "CJK UNIFIED IDEOGRAPH-2E8B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B7,
        name: "CJK UNIFIED IDEOGRAPH-2E8B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B8,
        name: "CJK UNIFIED IDEOGRAPH-2E8B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8B9,
        name: "CJK UNIFIED IDEOGRAPH-2E8B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8BA,
        name: "CJK UNIFIED IDEOGRAPH-2E8BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8BB,
        name: "CJK UNIFIED IDEOGRAPH-2E8BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8BC,
        name: "CJK UNIFIED IDEOGRAPH-2E8BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8BD,
        name: "CJK UNIFIED IDEOGRAPH-2E8BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8BE,
        name: "CJK UNIFIED IDEOGRAPH-2E8BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8BF,
        name: "CJK UNIFIED IDEOGRAPH-2E8BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C0,
        name: "CJK UNIFIED IDEOGRAPH-2E8C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C1,
        name: "CJK UNIFIED IDEOGRAPH-2E8C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C2,
        name: "CJK UNIFIED IDEOGRAPH-2E8C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C3,
        name: "CJK UNIFIED IDEOGRAPH-2E8C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C4,
        name: "CJK UNIFIED IDEOGRAPH-2E8C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C5,
        name: "CJK UNIFIED IDEOGRAPH-2E8C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C6,
        name: "CJK UNIFIED IDEOGRAPH-2E8C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C7,
        name: "CJK UNIFIED IDEOGRAPH-2E8C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C8,
        name: "CJK UNIFIED IDEOGRAPH-2E8C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8C9,
        name: "CJK UNIFIED IDEOGRAPH-2E8C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8CA,
        name: "CJK UNIFIED IDEOGRAPH-2E8CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8CB,
        name: "CJK UNIFIED IDEOGRAPH-2E8CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8CC,
        name: "CJK UNIFIED IDEOGRAPH-2E8CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8CD,
        name: "CJK UNIFIED IDEOGRAPH-2E8CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8CE,
        name: "CJK UNIFIED IDEOGRAPH-2E8CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8CF,
        name: "CJK UNIFIED IDEOGRAPH-2E8CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D0,
        name: "CJK UNIFIED IDEOGRAPH-2E8D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D1,
        name: "CJK UNIFIED IDEOGRAPH-2E8D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D2,
        name: "CJK UNIFIED IDEOGRAPH-2E8D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D3,
        name: "CJK UNIFIED IDEOGRAPH-2E8D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D4,
        name: "CJK UNIFIED IDEOGRAPH-2E8D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D5,
        name: "CJK UNIFIED IDEOGRAPH-2E8D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D6,
        name: "CJK UNIFIED IDEOGRAPH-2E8D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D7,
        name: "CJK UNIFIED IDEOGRAPH-2E8D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D8,
        name: "CJK UNIFIED IDEOGRAPH-2E8D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8D9,
        name: "CJK UNIFIED IDEOGRAPH-2E8D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8DA,
        name: "CJK UNIFIED IDEOGRAPH-2E8DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8DB,
        name: "CJK UNIFIED IDEOGRAPH-2E8DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8DC,
        name: "CJK UNIFIED IDEOGRAPH-2E8DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8DD,
        name: "CJK UNIFIED IDEOGRAPH-2E8DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8DE,
        name: "CJK UNIFIED IDEOGRAPH-2E8DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8DF,
        name: "CJK UNIFIED IDEOGRAPH-2E8DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E0,
        name: "CJK UNIFIED IDEOGRAPH-2E8E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E1,
        name: "CJK UNIFIED IDEOGRAPH-2E8E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E2,
        name: "CJK UNIFIED IDEOGRAPH-2E8E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E3,
        name: "CJK UNIFIED IDEOGRAPH-2E8E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E4,
        name: "CJK UNIFIED IDEOGRAPH-2E8E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E5,
        name: "CJK UNIFIED IDEOGRAPH-2E8E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E6,
        name: "CJK UNIFIED IDEOGRAPH-2E8E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E7,
        name: "CJK UNIFIED IDEOGRAPH-2E8E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E8,
        name: "CJK UNIFIED IDEOGRAPH-2E8E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8E9,
        name: "CJK UNIFIED IDEOGRAPH-2E8E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8EA,
        name: "CJK UNIFIED IDEOGRAPH-2E8EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8EB,
        name: "CJK UNIFIED IDEOGRAPH-2E8EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8EC,
        name: "CJK UNIFIED IDEOGRAPH-2E8EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8ED,
        name: "CJK UNIFIED IDEOGRAPH-2E8ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8EE,
        name: "CJK UNIFIED IDEOGRAPH-2E8EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8EF,
        name: "CJK UNIFIED IDEOGRAPH-2E8EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F0,
        name: "CJK UNIFIED IDEOGRAPH-2E8F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F1,
        name: "CJK UNIFIED IDEOGRAPH-2E8F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F2,
        name: "CJK UNIFIED IDEOGRAPH-2E8F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F3,
        name: "CJK UNIFIED IDEOGRAPH-2E8F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F4,
        name: "CJK UNIFIED IDEOGRAPH-2E8F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F5,
        name: "CJK UNIFIED IDEOGRAPH-2E8F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F6,
        name: "CJK UNIFIED IDEOGRAPH-2E8F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F7,
        name: "CJK UNIFIED IDEOGRAPH-2E8F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F8,
        name: "CJK UNIFIED IDEOGRAPH-2E8F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8F9,
        name: "CJK UNIFIED IDEOGRAPH-2E8F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8FA,
        name: "CJK UNIFIED IDEOGRAPH-2E8FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8FB,
        name: "CJK UNIFIED IDEOGRAPH-2E8FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8FC,
        name: "CJK UNIFIED IDEOGRAPH-2E8FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8FD,
        name: "CJK UNIFIED IDEOGRAPH-2E8FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8FE,
        name: "CJK UNIFIED IDEOGRAPH-2E8FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E8FF,
        name: "CJK UNIFIED IDEOGRAPH-2E8FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E900,
        name: "CJK UNIFIED IDEOGRAPH-2E900",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E901,
        name: "CJK UNIFIED IDEOGRAPH-2E901",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E902,
        name: "CJK UNIFIED IDEOGRAPH-2E902",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E903,
        name: "CJK UNIFIED IDEOGRAPH-2E903",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E904,
        name: "CJK UNIFIED IDEOGRAPH-2E904",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E905,
        name: "CJK UNIFIED IDEOGRAPH-2E905",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E906,
        name: "CJK UNIFIED IDEOGRAPH-2E906",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E907,
        name: "CJK UNIFIED IDEOGRAPH-2E907",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E908,
        name: "CJK UNIFIED IDEOGRAPH-2E908",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E909,
        name: "CJK UNIFIED IDEOGRAPH-2E909",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E90A,
        name: "CJK UNIFIED IDEOGRAPH-2E90A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E90B,
        name: "CJK UNIFIED IDEOGRAPH-2E90B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E90C,
        name: "CJK UNIFIED IDEOGRAPH-2E90C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E90D,
        name: "CJK UNIFIED IDEOGRAPH-2E90D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E90E,
        name: "CJK UNIFIED IDEOGRAPH-2E90E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E90F,
        name: "CJK UNIFIED IDEOGRAPH-2E90F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E910,
        name: "CJK UNIFIED IDEOGRAPH-2E910",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E911,
        name: "CJK UNIFIED IDEOGRAPH-2E911",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E912,
        name: "CJK UNIFIED IDEOGRAPH-2E912",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E913,
        name: "CJK UNIFIED IDEOGRAPH-2E913",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E914,
        name: "CJK UNIFIED IDEOGRAPH-2E914",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E915,
        name: "CJK UNIFIED IDEOGRAPH-2E915",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E916,
        name: "CJK UNIFIED IDEOGRAPH-2E916",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E917,
        name: "CJK UNIFIED IDEOGRAPH-2E917",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E918,
        name: "CJK UNIFIED IDEOGRAPH-2E918",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E919,
        name: "CJK UNIFIED IDEOGRAPH-2E919",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E91A,
        name: "CJK UNIFIED IDEOGRAPH-2E91A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E91B,
        name: "CJK UNIFIED IDEOGRAPH-2E91B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E91C,
        name: "CJK UNIFIED IDEOGRAPH-2E91C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E91D,
        name: "CJK UNIFIED IDEOGRAPH-2E91D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E91E,
        name: "CJK UNIFIED IDEOGRAPH-2E91E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E91F,
        name: "CJK UNIFIED IDEOGRAPH-2E91F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E920,
        name: "CJK UNIFIED IDEOGRAPH-2E920",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E921,
        name: "CJK UNIFIED IDEOGRAPH-2E921",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E922,
        name: "CJK UNIFIED IDEOGRAPH-2E922",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E923,
        name: "CJK UNIFIED IDEOGRAPH-2E923",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E924,
        name: "CJK UNIFIED IDEOGRAPH-2E924",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E925,
        name: "CJK UNIFIED IDEOGRAPH-2E925",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E926,
        name: "CJK UNIFIED IDEOGRAPH-2E926",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E927,
        name: "CJK UNIFIED IDEOGRAPH-2E927",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E928,
        name: "CJK UNIFIED IDEOGRAPH-2E928",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E929,
        name: "CJK UNIFIED IDEOGRAPH-2E929",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E92A,
        name: "CJK UNIFIED IDEOGRAPH-2E92A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E92B,
        name: "CJK UNIFIED IDEOGRAPH-2E92B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E92C,
        name: "CJK UNIFIED IDEOGRAPH-2E92C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E92D,
        name: "CJK UNIFIED IDEOGRAPH-2E92D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E92E,
        name: "CJK UNIFIED IDEOGRAPH-2E92E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E92F,
        name: "CJK UNIFIED IDEOGRAPH-2E92F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E930,
        name: "CJK UNIFIED IDEOGRAPH-2E930",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E931,
        name: "CJK UNIFIED IDEOGRAPH-2E931",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E932,
        name: "CJK UNIFIED IDEOGRAPH-2E932",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E933,
        name: "CJK UNIFIED IDEOGRAPH-2E933",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E934,
        name: "CJK UNIFIED IDEOGRAPH-2E934",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E935,
        name: "CJK UNIFIED IDEOGRAPH-2E935",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E936,
        name: "CJK UNIFIED IDEOGRAPH-2E936",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E937,
        name: "CJK UNIFIED IDEOGRAPH-2E937",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E938,
        name: "CJK UNIFIED IDEOGRAPH-2E938",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E939,
        name: "CJK UNIFIED IDEOGRAPH-2E939",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E93A,
        name: "CJK UNIFIED IDEOGRAPH-2E93A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E93B,
        name: "CJK UNIFIED IDEOGRAPH-2E93B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E93C,
        name: "CJK UNIFIED IDEOGRAPH-2E93C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E93D,
        name: "CJK UNIFIED IDEOGRAPH-2E93D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E93E,
        name: "CJK UNIFIED IDEOGRAPH-2E93E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E93F,
        name: "CJK UNIFIED IDEOGRAPH-2E93F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E940,
        name: "CJK UNIFIED IDEOGRAPH-2E940",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E941,
        name: "CJK UNIFIED IDEOGRAPH-2E941",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E942,
        name: "CJK UNIFIED IDEOGRAPH-2E942",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E943,
        name: "CJK UNIFIED IDEOGRAPH-2E943",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E944,
        name: "CJK UNIFIED IDEOGRAPH-2E944",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E945,
        name: "CJK UNIFIED IDEOGRAPH-2E945",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E946,
        name: "CJK UNIFIED IDEOGRAPH-2E946",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E947,
        name: "CJK UNIFIED IDEOGRAPH-2E947",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E948,
        name: "CJK UNIFIED IDEOGRAPH-2E948",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E949,
        name: "CJK UNIFIED IDEOGRAPH-2E949",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E94A,
        name: "CJK UNIFIED IDEOGRAPH-2E94A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E94B,
        name: "CJK UNIFIED IDEOGRAPH-2E94B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E94C,
        name: "CJK UNIFIED IDEOGRAPH-2E94C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E94D,
        name: "CJK UNIFIED IDEOGRAPH-2E94D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E94E,
        name: "CJK UNIFIED IDEOGRAPH-2E94E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E94F,
        name: "CJK UNIFIED IDEOGRAPH-2E94F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E950,
        name: "CJK UNIFIED IDEOGRAPH-2E950",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E951,
        name: "CJK UNIFIED IDEOGRAPH-2E951",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E952,
        name: "CJK UNIFIED IDEOGRAPH-2E952",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E953,
        name: "CJK UNIFIED IDEOGRAPH-2E953",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E954,
        name: "CJK UNIFIED IDEOGRAPH-2E954",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E955,
        name: "CJK UNIFIED IDEOGRAPH-2E955",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E956,
        name: "CJK UNIFIED IDEOGRAPH-2E956",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E957,
        name: "CJK UNIFIED IDEOGRAPH-2E957",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E958,
        name: "CJK UNIFIED IDEOGRAPH-2E958",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E959,
        name: "CJK UNIFIED IDEOGRAPH-2E959",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E95A,
        name: "CJK UNIFIED IDEOGRAPH-2E95A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E95B,
        name: "CJK UNIFIED IDEOGRAPH-2E95B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E95C,
        name: "CJK UNIFIED IDEOGRAPH-2E95C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E95D,
        name: "CJK UNIFIED IDEOGRAPH-2E95D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E95E,
        name: "CJK UNIFIED IDEOGRAPH-2E95E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E95F,
        name: "CJK UNIFIED IDEOGRAPH-2E95F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E960,
        name: "CJK UNIFIED IDEOGRAPH-2E960",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E961,
        name: "CJK UNIFIED IDEOGRAPH-2E961",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E962,
        name: "CJK UNIFIED IDEOGRAPH-2E962",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E963,
        name: "CJK UNIFIED IDEOGRAPH-2E963",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E964,
        name: "CJK UNIFIED IDEOGRAPH-2E964",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E965,
        name: "CJK UNIFIED IDEOGRAPH-2E965",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E966,
        name: "CJK UNIFIED IDEOGRAPH-2E966",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E967,
        name: "CJK UNIFIED IDEOGRAPH-2E967",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E968,
        name: "CJK UNIFIED IDEOGRAPH-2E968",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E969,
        name: "CJK UNIFIED IDEOGRAPH-2E969",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E96A,
        name: "CJK UNIFIED IDEOGRAPH-2E96A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E96B,
        name: "CJK UNIFIED IDEOGRAPH-2E96B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E96C,
        name: "CJK UNIFIED IDEOGRAPH-2E96C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E96D,
        name: "CJK UNIFIED IDEOGRAPH-2E96D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E96E,
        name: "CJK UNIFIED IDEOGRAPH-2E96E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E96F,
        name: "CJK UNIFIED IDEOGRAPH-2E96F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E970,
        name: "CJK UNIFIED IDEOGRAPH-2E970",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E971,
        name: "CJK UNIFIED IDEOGRAPH-2E971",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E972,
        name: "CJK UNIFIED IDEOGRAPH-2E972",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E973,
        name: "CJK UNIFIED IDEOGRAPH-2E973",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E974,
        name: "CJK UNIFIED IDEOGRAPH-2E974",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E975,
        name: "CJK UNIFIED IDEOGRAPH-2E975",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E976,
        name: "CJK UNIFIED IDEOGRAPH-2E976",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E977,
        name: "CJK UNIFIED IDEOGRAPH-2E977",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E978,
        name: "CJK UNIFIED IDEOGRAPH-2E978",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E979,
        name: "CJK UNIFIED IDEOGRAPH-2E979",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E97A,
        name: "CJK UNIFIED IDEOGRAPH-2E97A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E97B,
        name: "CJK UNIFIED IDEOGRAPH-2E97B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E97C,
        name: "CJK UNIFIED IDEOGRAPH-2E97C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E97D,
        name: "CJK UNIFIED IDEOGRAPH-2E97D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E97E,
        name: "CJK UNIFIED IDEOGRAPH-2E97E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E97F,
        name: "CJK UNIFIED IDEOGRAPH-2E97F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E980,
        name: "CJK UNIFIED IDEOGRAPH-2E980",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E981,
        name: "CJK UNIFIED IDEOGRAPH-2E981",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E982,
        name: "CJK UNIFIED IDEOGRAPH-2E982",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E983,
        name: "CJK UNIFIED IDEOGRAPH-2E983",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E984,
        name: "CJK UNIFIED IDEOGRAPH-2E984",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E985,
        name: "CJK UNIFIED IDEOGRAPH-2E985",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E986,
        name: "CJK UNIFIED IDEOGRAPH-2E986",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E987,
        name: "CJK UNIFIED IDEOGRAPH-2E987",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E988,
        name: "CJK UNIFIED IDEOGRAPH-2E988",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E989,
        name: "CJK UNIFIED IDEOGRAPH-2E989",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E98A,
        name: "CJK UNIFIED IDEOGRAPH-2E98A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E98B,
        name: "CJK UNIFIED IDEOGRAPH-2E98B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E98C,
        name: "CJK UNIFIED IDEOGRAPH-2E98C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E98D,
        name: "CJK UNIFIED IDEOGRAPH-2E98D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E98E,
        name: "CJK UNIFIED IDEOGRAPH-2E98E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E98F,
        name: "CJK UNIFIED IDEOGRAPH-2E98F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E990,
        name: "CJK UNIFIED IDEOGRAPH-2E990",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E991,
        name: "CJK UNIFIED IDEOGRAPH-2E991",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E992,
        name: "CJK UNIFIED IDEOGRAPH-2E992",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E993,
        name: "CJK UNIFIED IDEOGRAPH-2E993",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E994,
        name: "CJK UNIFIED IDEOGRAPH-2E994",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E995,
        name: "CJK UNIFIED IDEOGRAPH-2E995",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E996,
        name: "CJK UNIFIED IDEOGRAPH-2E996",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E997,
        name: "CJK UNIFIED IDEOGRAPH-2E997",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E998,
        name: "CJK UNIFIED IDEOGRAPH-2E998",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E999,
        name: "CJK UNIFIED IDEOGRAPH-2E999",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E99A,
        name: "CJK UNIFIED IDEOGRAPH-2E99A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E99B,
        name: "CJK UNIFIED IDEOGRAPH-2E99B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E99C,
        name: "CJK UNIFIED IDEOGRAPH-2E99C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E99D,
        name: "CJK UNIFIED IDEOGRAPH-2E99D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E99E,
        name: "CJK UNIFIED IDEOGRAPH-2E99E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E99F,
        name: "CJK UNIFIED IDEOGRAPH-2E99F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A0,
        name: "CJK UNIFIED IDEOGRAPH-2E9A0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A1,
        name: "CJK UNIFIED IDEOGRAPH-2E9A1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A2,
        name: "CJK UNIFIED IDEOGRAPH-2E9A2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A3,
        name: "CJK UNIFIED IDEOGRAPH-2E9A3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A4,
        name: "CJK UNIFIED IDEOGRAPH-2E9A4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A5,
        name: "CJK UNIFIED IDEOGRAPH-2E9A5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A6,
        name: "CJK UNIFIED IDEOGRAPH-2E9A6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A7,
        name: "CJK UNIFIED IDEOGRAPH-2E9A7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A8,
        name: "CJK UNIFIED IDEOGRAPH-2E9A8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9A9,
        name: "CJK UNIFIED IDEOGRAPH-2E9A9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9AA,
        name: "CJK UNIFIED IDEOGRAPH-2E9AA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9AB,
        name: "CJK UNIFIED IDEOGRAPH-2E9AB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9AC,
        name: "CJK UNIFIED IDEOGRAPH-2E9AC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9AD,
        name: "CJK UNIFIED IDEOGRAPH-2E9AD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9AE,
        name: "CJK UNIFIED IDEOGRAPH-2E9AE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9AF,
        name: "CJK UNIFIED IDEOGRAPH-2E9AF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B0,
        name: "CJK UNIFIED IDEOGRAPH-2E9B0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B1,
        name: "CJK UNIFIED IDEOGRAPH-2E9B1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B2,
        name: "CJK UNIFIED IDEOGRAPH-2E9B2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B3,
        name: "CJK UNIFIED IDEOGRAPH-2E9B3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B4,
        name: "CJK UNIFIED IDEOGRAPH-2E9B4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B5,
        name: "CJK UNIFIED IDEOGRAPH-2E9B5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B6,
        name: "CJK UNIFIED IDEOGRAPH-2E9B6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B7,
        name: "CJK UNIFIED IDEOGRAPH-2E9B7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B8,
        name: "CJK UNIFIED IDEOGRAPH-2E9B8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9B9,
        name: "CJK UNIFIED IDEOGRAPH-2E9B9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9BA,
        name: "CJK UNIFIED IDEOGRAPH-2E9BA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9BB,
        name: "CJK UNIFIED IDEOGRAPH-2E9BB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9BC,
        name: "CJK UNIFIED IDEOGRAPH-2E9BC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9BD,
        name: "CJK UNIFIED IDEOGRAPH-2E9BD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9BE,
        name: "CJK UNIFIED IDEOGRAPH-2E9BE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9BF,
        name: "CJK UNIFIED IDEOGRAPH-2E9BF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C0,
        name: "CJK UNIFIED IDEOGRAPH-2E9C0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C1,
        name: "CJK UNIFIED IDEOGRAPH-2E9C1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C2,
        name: "CJK UNIFIED IDEOGRAPH-2E9C2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C3,
        name: "CJK UNIFIED IDEOGRAPH-2E9C3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C4,
        name: "CJK UNIFIED IDEOGRAPH-2E9C4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C5,
        name: "CJK UNIFIED IDEOGRAPH-2E9C5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C6,
        name: "CJK UNIFIED IDEOGRAPH-2E9C6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C7,
        name: "CJK UNIFIED IDEOGRAPH-2E9C7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C8,
        name: "CJK UNIFIED IDEOGRAPH-2E9C8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9C9,
        name: "CJK UNIFIED IDEOGRAPH-2E9C9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9CA,
        name: "CJK UNIFIED IDEOGRAPH-2E9CA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9CB,
        name: "CJK UNIFIED IDEOGRAPH-2E9CB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9CC,
        name: "CJK UNIFIED IDEOGRAPH-2E9CC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9CD,
        name: "CJK UNIFIED IDEOGRAPH-2E9CD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9CE,
        name: "CJK UNIFIED IDEOGRAPH-2E9CE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9CF,
        name: "CJK UNIFIED IDEOGRAPH-2E9CF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D0,
        name: "CJK UNIFIED IDEOGRAPH-2E9D0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D1,
        name: "CJK UNIFIED IDEOGRAPH-2E9D1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D2,
        name: "CJK UNIFIED IDEOGRAPH-2E9D2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D3,
        name: "CJK UNIFIED IDEOGRAPH-2E9D3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D4,
        name: "CJK UNIFIED IDEOGRAPH-2E9D4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D5,
        name: "CJK UNIFIED IDEOGRAPH-2E9D5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D6,
        name: "CJK UNIFIED IDEOGRAPH-2E9D6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D7,
        name: "CJK UNIFIED IDEOGRAPH-2E9D7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D8,
        name: "CJK UNIFIED IDEOGRAPH-2E9D8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9D9,
        name: "CJK UNIFIED IDEOGRAPH-2E9D9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9DA,
        name: "CJK UNIFIED IDEOGRAPH-2E9DA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9DB,
        name: "CJK UNIFIED IDEOGRAPH-2E9DB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9DC,
        name: "CJK UNIFIED IDEOGRAPH-2E9DC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9DD,
        name: "CJK UNIFIED IDEOGRAPH-2E9DD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9DE,
        name: "CJK UNIFIED IDEOGRAPH-2E9DE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9DF,
        name: "CJK UNIFIED IDEOGRAPH-2E9DF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E0,
        name: "CJK UNIFIED IDEOGRAPH-2E9E0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E1,
        name: "CJK UNIFIED IDEOGRAPH-2E9E1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E2,
        name: "CJK UNIFIED IDEOGRAPH-2E9E2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E3,
        name: "CJK UNIFIED IDEOGRAPH-2E9E3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E4,
        name: "CJK UNIFIED IDEOGRAPH-2E9E4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E5,
        name: "CJK UNIFIED IDEOGRAPH-2E9E5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E6,
        name: "CJK UNIFIED IDEOGRAPH-2E9E6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E7,
        name: "CJK UNIFIED IDEOGRAPH-2E9E7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E8,
        name: "CJK UNIFIED IDEOGRAPH-2E9E8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9E9,
        name: "CJK UNIFIED IDEOGRAPH-2E9E9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9EA,
        name: "CJK UNIFIED IDEOGRAPH-2E9EA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9EB,
        name: "CJK UNIFIED IDEOGRAPH-2E9EB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9EC,
        name: "CJK UNIFIED IDEOGRAPH-2E9EC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9ED,
        name: "CJK UNIFIED IDEOGRAPH-2E9ED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9EE,
        name: "CJK UNIFIED IDEOGRAPH-2E9EE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9EF,
        name: "CJK UNIFIED IDEOGRAPH-2E9EF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F0,
        name: "CJK UNIFIED IDEOGRAPH-2E9F0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F1,
        name: "CJK UNIFIED IDEOGRAPH-2E9F1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F2,
        name: "CJK UNIFIED IDEOGRAPH-2E9F2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F3,
        name: "CJK UNIFIED IDEOGRAPH-2E9F3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F4,
        name: "CJK UNIFIED IDEOGRAPH-2E9F4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F5,
        name: "CJK UNIFIED IDEOGRAPH-2E9F5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F6,
        name: "CJK UNIFIED IDEOGRAPH-2E9F6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F7,
        name: "CJK UNIFIED IDEOGRAPH-2E9F7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F8,
        name: "CJK UNIFIED IDEOGRAPH-2E9F8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9F9,
        name: "CJK UNIFIED IDEOGRAPH-2E9F9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9FA,
        name: "CJK UNIFIED IDEOGRAPH-2E9FA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9FB,
        name: "CJK UNIFIED IDEOGRAPH-2E9FB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9FC,
        name: "CJK UNIFIED IDEOGRAPH-2E9FC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9FD,
        name: "CJK UNIFIED IDEOGRAPH-2E9FD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9FE,
        name: "CJK UNIFIED IDEOGRAPH-2E9FE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2E9FF,
        name: "CJK UNIFIED IDEOGRAPH-2E9FF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA00,
        name: "CJK UNIFIED IDEOGRAPH-2EA00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA01,
        name: "CJK UNIFIED IDEOGRAPH-2EA01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA02,
        name: "CJK UNIFIED IDEOGRAPH-2EA02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA03,
        name: "CJK UNIFIED IDEOGRAPH-2EA03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA04,
        name: "CJK UNIFIED IDEOGRAPH-2EA04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA05,
        name: "CJK UNIFIED IDEOGRAPH-2EA05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA06,
        name: "CJK UNIFIED IDEOGRAPH-2EA06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA07,
        name: "CJK UNIFIED IDEOGRAPH-2EA07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA08,
        name: "CJK UNIFIED IDEOGRAPH-2EA08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA09,
        name: "CJK UNIFIED IDEOGRAPH-2EA09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA0A,
        name: "CJK UNIFIED IDEOGRAPH-2EA0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA0B,
        name: "CJK UNIFIED IDEOGRAPH-2EA0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA0C,
        name: "CJK UNIFIED IDEOGRAPH-2EA0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA0D,
        name: "CJK UNIFIED IDEOGRAPH-2EA0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA0E,
        name: "CJK UNIFIED IDEOGRAPH-2EA0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA0F,
        name: "CJK UNIFIED IDEOGRAPH-2EA0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA10,
        name: "CJK UNIFIED IDEOGRAPH-2EA10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA11,
        name: "CJK UNIFIED IDEOGRAPH-2EA11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA12,
        name: "CJK UNIFIED IDEOGRAPH-2EA12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA13,
        name: "CJK UNIFIED IDEOGRAPH-2EA13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA14,
        name: "CJK UNIFIED IDEOGRAPH-2EA14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA15,
        name: "CJK UNIFIED IDEOGRAPH-2EA15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA16,
        name: "CJK UNIFIED IDEOGRAPH-2EA16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA17,
        name: "CJK UNIFIED IDEOGRAPH-2EA17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA18,
        name: "CJK UNIFIED IDEOGRAPH-2EA18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA19,
        name: "CJK UNIFIED IDEOGRAPH-2EA19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA1A,
        name: "CJK UNIFIED IDEOGRAPH-2EA1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA1B,
        name: "CJK UNIFIED IDEOGRAPH-2EA1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA1C,
        name: "CJK UNIFIED IDEOGRAPH-2EA1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA1D,
        name: "CJK UNIFIED IDEOGRAPH-2EA1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA1E,
        name: "CJK UNIFIED IDEOGRAPH-2EA1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA1F,
        name: "CJK UNIFIED IDEOGRAPH-2EA1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA20,
        name: "CJK UNIFIED IDEOGRAPH-2EA20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA21,
        name: "CJK UNIFIED IDEOGRAPH-2EA21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA22,
        name: "CJK UNIFIED IDEOGRAPH-2EA22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA23,
        name: "CJK UNIFIED IDEOGRAPH-2EA23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA24,
        name: "CJK UNIFIED IDEOGRAPH-2EA24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA25,
        name: "CJK UNIFIED IDEOGRAPH-2EA25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA26,
        name: "CJK UNIFIED IDEOGRAPH-2EA26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA27,
        name: "CJK UNIFIED IDEOGRAPH-2EA27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA28,
        name: "CJK UNIFIED IDEOGRAPH-2EA28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA29,
        name: "CJK UNIFIED IDEOGRAPH-2EA29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA2A,
        name: "CJK UNIFIED IDEOGRAPH-2EA2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA2B,
        name: "CJK UNIFIED IDEOGRAPH-2EA2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA2C,
        name: "CJK UNIFIED IDEOGRAPH-2EA2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA2D,
        name: "CJK UNIFIED IDEOGRAPH-2EA2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA2E,
        name: "CJK UNIFIED IDEOGRAPH-2EA2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA2F,
        name: "CJK UNIFIED IDEOGRAPH-2EA2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA30,
        name: "CJK UNIFIED IDEOGRAPH-2EA30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA31,
        name: "CJK UNIFIED IDEOGRAPH-2EA31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA32,
        name: "CJK UNIFIED IDEOGRAPH-2EA32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA33,
        name: "CJK UNIFIED IDEOGRAPH-2EA33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA34,
        name: "CJK UNIFIED IDEOGRAPH-2EA34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA35,
        name: "CJK UNIFIED IDEOGRAPH-2EA35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA36,
        name: "CJK UNIFIED IDEOGRAPH-2EA36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA37,
        name: "CJK UNIFIED IDEOGRAPH-2EA37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA38,
        name: "CJK UNIFIED IDEOGRAPH-2EA38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA39,
        name: "CJK UNIFIED IDEOGRAPH-2EA39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA3A,
        name: "CJK UNIFIED IDEOGRAPH-2EA3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA3B,
        name: "CJK UNIFIED IDEOGRAPH-2EA3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA3C,
        name: "CJK UNIFIED IDEOGRAPH-2EA3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA3D,
        name: "CJK UNIFIED IDEOGRAPH-2EA3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA3E,
        name: "CJK UNIFIED IDEOGRAPH-2EA3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA3F,
        name: "CJK UNIFIED IDEOGRAPH-2EA3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA40,
        name: "CJK UNIFIED IDEOGRAPH-2EA40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA41,
        name: "CJK UNIFIED IDEOGRAPH-2EA41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA42,
        name: "CJK UNIFIED IDEOGRAPH-2EA42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA43,
        name: "CJK UNIFIED IDEOGRAPH-2EA43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA44,
        name: "CJK UNIFIED IDEOGRAPH-2EA44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA45,
        name: "CJK UNIFIED IDEOGRAPH-2EA45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA46,
        name: "CJK UNIFIED IDEOGRAPH-2EA46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA47,
        name: "CJK UNIFIED IDEOGRAPH-2EA47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA48,
        name: "CJK UNIFIED IDEOGRAPH-2EA48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA49,
        name: "CJK UNIFIED IDEOGRAPH-2EA49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA4A,
        name: "CJK UNIFIED IDEOGRAPH-2EA4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA4B,
        name: "CJK UNIFIED IDEOGRAPH-2EA4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA4C,
        name: "CJK UNIFIED IDEOGRAPH-2EA4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA4D,
        name: "CJK UNIFIED IDEOGRAPH-2EA4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA4E,
        name: "CJK UNIFIED IDEOGRAPH-2EA4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA4F,
        name: "CJK UNIFIED IDEOGRAPH-2EA4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA50,
        name: "CJK UNIFIED IDEOGRAPH-2EA50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA51,
        name: "CJK UNIFIED IDEOGRAPH-2EA51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA52,
        name: "CJK UNIFIED IDEOGRAPH-2EA52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA53,
        name: "CJK UNIFIED IDEOGRAPH-2EA53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA54,
        name: "CJK UNIFIED IDEOGRAPH-2EA54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA55,
        name: "CJK UNIFIED IDEOGRAPH-2EA55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA56,
        name: "CJK UNIFIED IDEOGRAPH-2EA56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA57,
        name: "CJK UNIFIED IDEOGRAPH-2EA57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA58,
        name: "CJK UNIFIED IDEOGRAPH-2EA58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA59,
        name: "CJK UNIFIED IDEOGRAPH-2EA59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA5A,
        name: "CJK UNIFIED IDEOGRAPH-2EA5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA5B,
        name: "CJK UNIFIED IDEOGRAPH-2EA5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA5C,
        name: "CJK UNIFIED IDEOGRAPH-2EA5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA5D,
        name: "CJK UNIFIED IDEOGRAPH-2EA5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA5E,
        name: "CJK UNIFIED IDEOGRAPH-2EA5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA5F,
        name: "CJK UNIFIED IDEOGRAPH-2EA5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA60,
        name: "CJK UNIFIED IDEOGRAPH-2EA60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA61,
        name: "CJK UNIFIED IDEOGRAPH-2EA61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA62,
        name: "CJK UNIFIED IDEOGRAPH-2EA62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA63,
        name: "CJK UNIFIED IDEOGRAPH-2EA63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA64,
        name: "CJK UNIFIED IDEOGRAPH-2EA64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA65,
        name: "CJK UNIFIED IDEOGRAPH-2EA65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA66,
        name: "CJK UNIFIED IDEOGRAPH-2EA66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA67,
        name: "CJK UNIFIED IDEOGRAPH-2EA67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA68,
        name: "CJK UNIFIED IDEOGRAPH-2EA68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA69,
        name: "CJK UNIFIED IDEOGRAPH-2EA69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA6A,
        name: "CJK UNIFIED IDEOGRAPH-2EA6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA6B,
        name: "CJK UNIFIED IDEOGRAPH-2EA6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA6C,
        name: "CJK UNIFIED IDEOGRAPH-2EA6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA6D,
        name: "CJK UNIFIED IDEOGRAPH-2EA6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA6E,
        name: "CJK UNIFIED IDEOGRAPH-2EA6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA6F,
        name: "CJK UNIFIED IDEOGRAPH-2EA6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA70,
        name: "CJK UNIFIED IDEOGRAPH-2EA70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA71,
        name: "CJK UNIFIED IDEOGRAPH-2EA71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA72,
        name: "CJK UNIFIED IDEOGRAPH-2EA72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA73,
        name: "CJK UNIFIED IDEOGRAPH-2EA73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA74,
        name: "CJK UNIFIED IDEOGRAPH-2EA74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA75,
        name: "CJK UNIFIED IDEOGRAPH-2EA75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA76,
        name: "CJK UNIFIED IDEOGRAPH-2EA76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA77,
        name: "CJK UNIFIED IDEOGRAPH-2EA77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA78,
        name: "CJK UNIFIED IDEOGRAPH-2EA78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA79,
        name: "CJK UNIFIED IDEOGRAPH-2EA79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA7A,
        name: "CJK UNIFIED IDEOGRAPH-2EA7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA7B,
        name: "CJK UNIFIED IDEOGRAPH-2EA7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA7C,
        name: "CJK UNIFIED IDEOGRAPH-2EA7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA7D,
        name: "CJK UNIFIED IDEOGRAPH-2EA7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA7E,
        name: "CJK UNIFIED IDEOGRAPH-2EA7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA7F,
        name: "CJK UNIFIED IDEOGRAPH-2EA7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA80,
        name: "CJK UNIFIED IDEOGRAPH-2EA80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA81,
        name: "CJK UNIFIED IDEOGRAPH-2EA81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA82,
        name: "CJK UNIFIED IDEOGRAPH-2EA82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA83,
        name: "CJK UNIFIED IDEOGRAPH-2EA83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA84,
        name: "CJK UNIFIED IDEOGRAPH-2EA84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA85,
        name: "CJK UNIFIED IDEOGRAPH-2EA85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA86,
        name: "CJK UNIFIED IDEOGRAPH-2EA86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA87,
        name: "CJK UNIFIED IDEOGRAPH-2EA87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA88,
        name: "CJK UNIFIED IDEOGRAPH-2EA88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA89,
        name: "CJK UNIFIED IDEOGRAPH-2EA89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA8A,
        name: "CJK UNIFIED IDEOGRAPH-2EA8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA8B,
        name: "CJK UNIFIED IDEOGRAPH-2EA8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA8C,
        name: "CJK UNIFIED IDEOGRAPH-2EA8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA8D,
        name: "CJK UNIFIED IDEOGRAPH-2EA8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA8E,
        name: "CJK UNIFIED IDEOGRAPH-2EA8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA8F,
        name: "CJK UNIFIED IDEOGRAPH-2EA8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA90,
        name: "CJK UNIFIED IDEOGRAPH-2EA90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA91,
        name: "CJK UNIFIED IDEOGRAPH-2EA91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA92,
        name: "CJK UNIFIED IDEOGRAPH-2EA92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA93,
        name: "CJK UNIFIED IDEOGRAPH-2EA93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA94,
        name: "CJK UNIFIED IDEOGRAPH-2EA94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA95,
        name: "CJK UNIFIED IDEOGRAPH-2EA95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA96,
        name: "CJK UNIFIED IDEOGRAPH-2EA96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA97,
        name: "CJK UNIFIED IDEOGRAPH-2EA97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA98,
        name: "CJK UNIFIED IDEOGRAPH-2EA98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA99,
        name: "CJK UNIFIED IDEOGRAPH-2EA99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA9A,
        name: "CJK UNIFIED IDEOGRAPH-2EA9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA9B,
        name: "CJK UNIFIED IDEOGRAPH-2EA9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA9C,
        name: "CJK UNIFIED IDEOGRAPH-2EA9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA9D,
        name: "CJK UNIFIED IDEOGRAPH-2EA9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA9E,
        name: "CJK UNIFIED IDEOGRAPH-2EA9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EA9F,
        name: "CJK UNIFIED IDEOGRAPH-2EA9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA0,
        name: "CJK UNIFIED IDEOGRAPH-2EAA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA1,
        name: "CJK UNIFIED IDEOGRAPH-2EAA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA2,
        name: "CJK UNIFIED IDEOGRAPH-2EAA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA3,
        name: "CJK UNIFIED IDEOGRAPH-2EAA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA4,
        name: "CJK UNIFIED IDEOGRAPH-2EAA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA5,
        name: "CJK UNIFIED IDEOGRAPH-2EAA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA6,
        name: "CJK UNIFIED IDEOGRAPH-2EAA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA7,
        name: "CJK UNIFIED IDEOGRAPH-2EAA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA8,
        name: "CJK UNIFIED IDEOGRAPH-2EAA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAA9,
        name: "CJK UNIFIED IDEOGRAPH-2EAA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAAA,
        name: "CJK UNIFIED IDEOGRAPH-2EAAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAAB,
        name: "CJK UNIFIED IDEOGRAPH-2EAAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAAC,
        name: "CJK UNIFIED IDEOGRAPH-2EAAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAAD,
        name: "CJK UNIFIED IDEOGRAPH-2EAAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAAE,
        name: "CJK UNIFIED IDEOGRAPH-2EAAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAAF,
        name: "CJK UNIFIED IDEOGRAPH-2EAAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB0,
        name: "CJK UNIFIED IDEOGRAPH-2EAB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB1,
        name: "CJK UNIFIED IDEOGRAPH-2EAB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB2,
        name: "CJK UNIFIED IDEOGRAPH-2EAB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB3,
        name: "CJK UNIFIED IDEOGRAPH-2EAB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB4,
        name: "CJK UNIFIED IDEOGRAPH-2EAB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB5,
        name: "CJK UNIFIED IDEOGRAPH-2EAB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB6,
        name: "CJK UNIFIED IDEOGRAPH-2EAB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB7,
        name: "CJK UNIFIED IDEOGRAPH-2EAB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB8,
        name: "CJK UNIFIED IDEOGRAPH-2EAB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAB9,
        name: "CJK UNIFIED IDEOGRAPH-2EAB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EABA,
        name: "CJK UNIFIED IDEOGRAPH-2EABA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EABB,
        name: "CJK UNIFIED IDEOGRAPH-2EABB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EABC,
        name: "CJK UNIFIED IDEOGRAPH-2EABC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EABD,
        name: "CJK UNIFIED IDEOGRAPH-2EABD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EABE,
        name: "CJK UNIFIED IDEOGRAPH-2EABE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EABF,
        name: "CJK UNIFIED IDEOGRAPH-2EABF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC0,
        name: "CJK UNIFIED IDEOGRAPH-2EAC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC1,
        name: "CJK UNIFIED IDEOGRAPH-2EAC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC2,
        name: "CJK UNIFIED IDEOGRAPH-2EAC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC3,
        name: "CJK UNIFIED IDEOGRAPH-2EAC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC4,
        name: "CJK UNIFIED IDEOGRAPH-2EAC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC5,
        name: "CJK UNIFIED IDEOGRAPH-2EAC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC6,
        name: "CJK UNIFIED IDEOGRAPH-2EAC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC7,
        name: "CJK UNIFIED IDEOGRAPH-2EAC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC8,
        name: "CJK UNIFIED IDEOGRAPH-2EAC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAC9,
        name: "CJK UNIFIED IDEOGRAPH-2EAC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EACA,
        name: "CJK UNIFIED IDEOGRAPH-2EACA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EACB,
        name: "CJK UNIFIED IDEOGRAPH-2EACB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EACC,
        name: "CJK UNIFIED IDEOGRAPH-2EACC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EACD,
        name: "CJK UNIFIED IDEOGRAPH-2EACD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EACE,
        name: "CJK UNIFIED IDEOGRAPH-2EACE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EACF,
        name: "CJK UNIFIED IDEOGRAPH-2EACF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD0,
        name: "CJK UNIFIED IDEOGRAPH-2EAD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD1,
        name: "CJK UNIFIED IDEOGRAPH-2EAD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD2,
        name: "CJK UNIFIED IDEOGRAPH-2EAD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD3,
        name: "CJK UNIFIED IDEOGRAPH-2EAD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD4,
        name: "CJK UNIFIED IDEOGRAPH-2EAD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD5,
        name: "CJK UNIFIED IDEOGRAPH-2EAD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD6,
        name: "CJK UNIFIED IDEOGRAPH-2EAD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD7,
        name: "CJK UNIFIED IDEOGRAPH-2EAD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD8,
        name: "CJK UNIFIED IDEOGRAPH-2EAD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAD9,
        name: "CJK UNIFIED IDEOGRAPH-2EAD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EADA,
        name: "CJK UNIFIED IDEOGRAPH-2EADA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EADB,
        name: "CJK UNIFIED IDEOGRAPH-2EADB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EADC,
        name: "CJK UNIFIED IDEOGRAPH-2EADC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EADD,
        name: "CJK UNIFIED IDEOGRAPH-2EADD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EADE,
        name: "CJK UNIFIED IDEOGRAPH-2EADE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EADF,
        name: "CJK UNIFIED IDEOGRAPH-2EADF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE0,
        name: "CJK UNIFIED IDEOGRAPH-2EAE0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE1,
        name: "CJK UNIFIED IDEOGRAPH-2EAE1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE2,
        name: "CJK UNIFIED IDEOGRAPH-2EAE2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE3,
        name: "CJK UNIFIED IDEOGRAPH-2EAE3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE4,
        name: "CJK UNIFIED IDEOGRAPH-2EAE4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE5,
        name: "CJK UNIFIED IDEOGRAPH-2EAE5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE6,
        name: "CJK UNIFIED IDEOGRAPH-2EAE6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE7,
        name: "CJK UNIFIED IDEOGRAPH-2EAE7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE8,
        name: "CJK UNIFIED IDEOGRAPH-2EAE8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAE9,
        name: "CJK UNIFIED IDEOGRAPH-2EAE9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAEA,
        name: "CJK UNIFIED IDEOGRAPH-2EAEA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAEB,
        name: "CJK UNIFIED IDEOGRAPH-2EAEB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAEC,
        name: "CJK UNIFIED IDEOGRAPH-2EAEC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAED,
        name: "CJK UNIFIED IDEOGRAPH-2EAED",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAEE,
        name: "CJK UNIFIED IDEOGRAPH-2EAEE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAEF,
        name: "CJK UNIFIED IDEOGRAPH-2EAEF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF0,
        name: "CJK UNIFIED IDEOGRAPH-2EAF0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF1,
        name: "CJK UNIFIED IDEOGRAPH-2EAF1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF2,
        name: "CJK UNIFIED IDEOGRAPH-2EAF2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF3,
        name: "CJK UNIFIED IDEOGRAPH-2EAF3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF4,
        name: "CJK UNIFIED IDEOGRAPH-2EAF4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF5,
        name: "CJK UNIFIED IDEOGRAPH-2EAF5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF6,
        name: "CJK UNIFIED IDEOGRAPH-2EAF6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF7,
        name: "CJK UNIFIED IDEOGRAPH-2EAF7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF8,
        name: "CJK UNIFIED IDEOGRAPH-2EAF8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAF9,
        name: "CJK UNIFIED IDEOGRAPH-2EAF9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAFA,
        name: "CJK UNIFIED IDEOGRAPH-2EAFA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAFB,
        name: "CJK UNIFIED IDEOGRAPH-2EAFB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAFC,
        name: "CJK UNIFIED IDEOGRAPH-2EAFC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAFD,
        name: "CJK UNIFIED IDEOGRAPH-2EAFD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAFE,
        name: "CJK UNIFIED IDEOGRAPH-2EAFE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EAFF,
        name: "CJK UNIFIED IDEOGRAPH-2EAFF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB00,
        name: "CJK UNIFIED IDEOGRAPH-2EB00",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB01,
        name: "CJK UNIFIED IDEOGRAPH-2EB01",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB02,
        name: "CJK UNIFIED IDEOGRAPH-2EB02",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB03,
        name: "CJK UNIFIED IDEOGRAPH-2EB03",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB04,
        name: "CJK UNIFIED IDEOGRAPH-2EB04",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB05,
        name: "CJK UNIFIED IDEOGRAPH-2EB05",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB06,
        name: "CJK UNIFIED IDEOGRAPH-2EB06",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB07,
        name: "CJK UNIFIED IDEOGRAPH-2EB07",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB08,
        name: "CJK UNIFIED IDEOGRAPH-2EB08",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB09,
        name: "CJK UNIFIED IDEOGRAPH-2EB09",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB0A,
        name: "CJK UNIFIED IDEOGRAPH-2EB0A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB0B,
        name: "CJK UNIFIED IDEOGRAPH-2EB0B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB0C,
        name: "CJK UNIFIED IDEOGRAPH-2EB0C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB0D,
        name: "CJK UNIFIED IDEOGRAPH-2EB0D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB0E,
        name: "CJK UNIFIED IDEOGRAPH-2EB0E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB0F,
        name: "CJK UNIFIED IDEOGRAPH-2EB0F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB10,
        name: "CJK UNIFIED IDEOGRAPH-2EB10",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB11,
        name: "CJK UNIFIED IDEOGRAPH-2EB11",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB12,
        name: "CJK UNIFIED IDEOGRAPH-2EB12",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB13,
        name: "CJK UNIFIED IDEOGRAPH-2EB13",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB14,
        name: "CJK UNIFIED IDEOGRAPH-2EB14",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB15,
        name: "CJK UNIFIED IDEOGRAPH-2EB15",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB16,
        name: "CJK UNIFIED IDEOGRAPH-2EB16",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB17,
        name: "CJK UNIFIED IDEOGRAPH-2EB17",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB18,
        name: "CJK UNIFIED IDEOGRAPH-2EB18",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB19,
        name: "CJK UNIFIED IDEOGRAPH-2EB19",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB1A,
        name: "CJK UNIFIED IDEOGRAPH-2EB1A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB1B,
        name: "CJK UNIFIED IDEOGRAPH-2EB1B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB1C,
        name: "CJK UNIFIED IDEOGRAPH-2EB1C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB1D,
        name: "CJK UNIFIED IDEOGRAPH-2EB1D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB1E,
        name: "CJK UNIFIED IDEOGRAPH-2EB1E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB1F,
        name: "CJK UNIFIED IDEOGRAPH-2EB1F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB20,
        name: "CJK UNIFIED IDEOGRAPH-2EB20",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB21,
        name: "CJK UNIFIED IDEOGRAPH-2EB21",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB22,
        name: "CJK UNIFIED IDEOGRAPH-2EB22",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB23,
        name: "CJK UNIFIED IDEOGRAPH-2EB23",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB24,
        name: "CJK UNIFIED IDEOGRAPH-2EB24",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB25,
        name: "CJK UNIFIED IDEOGRAPH-2EB25",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB26,
        name: "CJK UNIFIED IDEOGRAPH-2EB26",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB27,
        name: "CJK UNIFIED IDEOGRAPH-2EB27",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB28,
        name: "CJK UNIFIED IDEOGRAPH-2EB28",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB29,
        name: "CJK UNIFIED IDEOGRAPH-2EB29",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB2A,
        name: "CJK UNIFIED IDEOGRAPH-2EB2A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB2B,
        name: "CJK UNIFIED IDEOGRAPH-2EB2B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB2C,
        name: "CJK UNIFIED IDEOGRAPH-2EB2C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB2D,
        name: "CJK UNIFIED IDEOGRAPH-2EB2D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB2E,
        name: "CJK UNIFIED IDEOGRAPH-2EB2E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB2F,
        name: "CJK UNIFIED IDEOGRAPH-2EB2F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB30,
        name: "CJK UNIFIED IDEOGRAPH-2EB30",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB31,
        name: "CJK UNIFIED IDEOGRAPH-2EB31",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB32,
        name: "CJK UNIFIED IDEOGRAPH-2EB32",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB33,
        name: "CJK UNIFIED IDEOGRAPH-2EB33",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB34,
        name: "CJK UNIFIED IDEOGRAPH-2EB34",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB35,
        name: "CJK UNIFIED IDEOGRAPH-2EB35",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB36,
        name: "CJK UNIFIED IDEOGRAPH-2EB36",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB37,
        name: "CJK UNIFIED IDEOGRAPH-2EB37",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB38,
        name: "CJK UNIFIED IDEOGRAPH-2EB38",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB39,
        name: "CJK UNIFIED IDEOGRAPH-2EB39",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB3A,
        name: "CJK UNIFIED IDEOGRAPH-2EB3A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB3B,
        name: "CJK UNIFIED IDEOGRAPH-2EB3B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB3C,
        name: "CJK UNIFIED IDEOGRAPH-2EB3C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB3D,
        name: "CJK UNIFIED IDEOGRAPH-2EB3D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB3E,
        name: "CJK UNIFIED IDEOGRAPH-2EB3E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB3F,
        name: "CJK UNIFIED IDEOGRAPH-2EB3F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB40,
        name: "CJK UNIFIED IDEOGRAPH-2EB40",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB41,
        name: "CJK UNIFIED IDEOGRAPH-2EB41",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB42,
        name: "CJK UNIFIED IDEOGRAPH-2EB42",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB43,
        name: "CJK UNIFIED IDEOGRAPH-2EB43",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB44,
        name: "CJK UNIFIED IDEOGRAPH-2EB44",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB45,
        name: "CJK UNIFIED IDEOGRAPH-2EB45",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB46,
        name: "CJK UNIFIED IDEOGRAPH-2EB46",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB47,
        name: "CJK UNIFIED IDEOGRAPH-2EB47",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB48,
        name: "CJK UNIFIED IDEOGRAPH-2EB48",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB49,
        name: "CJK UNIFIED IDEOGRAPH-2EB49",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB4A,
        name: "CJK UNIFIED IDEOGRAPH-2EB4A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB4B,
        name: "CJK UNIFIED IDEOGRAPH-2EB4B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB4C,
        name: "CJK UNIFIED IDEOGRAPH-2EB4C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB4D,
        name: "CJK UNIFIED IDEOGRAPH-2EB4D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB4E,
        name: "CJK UNIFIED IDEOGRAPH-2EB4E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB4F,
        name: "CJK UNIFIED IDEOGRAPH-2EB4F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB50,
        name: "CJK UNIFIED IDEOGRAPH-2EB50",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB51,
        name: "CJK UNIFIED IDEOGRAPH-2EB51",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB52,
        name: "CJK UNIFIED IDEOGRAPH-2EB52",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB53,
        name: "CJK UNIFIED IDEOGRAPH-2EB53",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB54,
        name: "CJK UNIFIED IDEOGRAPH-2EB54",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB55,
        name: "CJK UNIFIED IDEOGRAPH-2EB55",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB56,
        name: "CJK UNIFIED IDEOGRAPH-2EB56",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB57,
        name: "CJK UNIFIED IDEOGRAPH-2EB57",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB58,
        name: "CJK UNIFIED IDEOGRAPH-2EB58",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB59,
        name: "CJK UNIFIED IDEOGRAPH-2EB59",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB5A,
        name: "CJK UNIFIED IDEOGRAPH-2EB5A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB5B,
        name: "CJK UNIFIED IDEOGRAPH-2EB5B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB5C,
        name: "CJK UNIFIED IDEOGRAPH-2EB5C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB5D,
        name: "CJK UNIFIED IDEOGRAPH-2EB5D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB5E,
        name: "CJK UNIFIED IDEOGRAPH-2EB5E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB5F,
        name: "CJK UNIFIED IDEOGRAPH-2EB5F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB60,
        name: "CJK UNIFIED IDEOGRAPH-2EB60",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB61,
        name: "CJK UNIFIED IDEOGRAPH-2EB61",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB62,
        name: "CJK UNIFIED IDEOGRAPH-2EB62",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB63,
        name: "CJK UNIFIED IDEOGRAPH-2EB63",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB64,
        name: "CJK UNIFIED IDEOGRAPH-2EB64",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB65,
        name: "CJK UNIFIED IDEOGRAPH-2EB65",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB66,
        name: "CJK UNIFIED IDEOGRAPH-2EB66",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB67,
        name: "CJK UNIFIED IDEOGRAPH-2EB67",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB68,
        name: "CJK UNIFIED IDEOGRAPH-2EB68",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB69,
        name: "CJK UNIFIED IDEOGRAPH-2EB69",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB6A,
        name: "CJK UNIFIED IDEOGRAPH-2EB6A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB6B,
        name: "CJK UNIFIED IDEOGRAPH-2EB6B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB6C,
        name: "CJK UNIFIED IDEOGRAPH-2EB6C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB6D,
        name: "CJK UNIFIED IDEOGRAPH-2EB6D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB6E,
        name: "CJK UNIFIED IDEOGRAPH-2EB6E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB6F,
        name: "CJK UNIFIED IDEOGRAPH-2EB6F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB70,
        name: "CJK UNIFIED IDEOGRAPH-2EB70",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB71,
        name: "CJK UNIFIED IDEOGRAPH-2EB71",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB72,
        name: "CJK UNIFIED IDEOGRAPH-2EB72",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB73,
        name: "CJK UNIFIED IDEOGRAPH-2EB73",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB74,
        name: "CJK UNIFIED IDEOGRAPH-2EB74",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB75,
        name: "CJK UNIFIED IDEOGRAPH-2EB75",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB76,
        name: "CJK UNIFIED IDEOGRAPH-2EB76",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB77,
        name: "CJK UNIFIED IDEOGRAPH-2EB77",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB78,
        name: "CJK UNIFIED IDEOGRAPH-2EB78",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB79,
        name: "CJK UNIFIED IDEOGRAPH-2EB79",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB7A,
        name: "CJK UNIFIED IDEOGRAPH-2EB7A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB7B,
        name: "CJK UNIFIED IDEOGRAPH-2EB7B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB7C,
        name: "CJK UNIFIED IDEOGRAPH-2EB7C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB7D,
        name: "CJK UNIFIED IDEOGRAPH-2EB7D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB7E,
        name: "CJK UNIFIED IDEOGRAPH-2EB7E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB7F,
        name: "CJK UNIFIED IDEOGRAPH-2EB7F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB80,
        name: "CJK UNIFIED IDEOGRAPH-2EB80",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB81,
        name: "CJK UNIFIED IDEOGRAPH-2EB81",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB82,
        name: "CJK UNIFIED IDEOGRAPH-2EB82",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB83,
        name: "CJK UNIFIED IDEOGRAPH-2EB83",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB84,
        name: "CJK UNIFIED IDEOGRAPH-2EB84",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB85,
        name: "CJK UNIFIED IDEOGRAPH-2EB85",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB86,
        name: "CJK UNIFIED IDEOGRAPH-2EB86",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB87,
        name: "CJK UNIFIED IDEOGRAPH-2EB87",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB88,
        name: "CJK UNIFIED IDEOGRAPH-2EB88",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB89,
        name: "CJK UNIFIED IDEOGRAPH-2EB89",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB8A,
        name: "CJK UNIFIED IDEOGRAPH-2EB8A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB8B,
        name: "CJK UNIFIED IDEOGRAPH-2EB8B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB8C,
        name: "CJK UNIFIED IDEOGRAPH-2EB8C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB8D,
        name: "CJK UNIFIED IDEOGRAPH-2EB8D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB8E,
        name: "CJK UNIFIED IDEOGRAPH-2EB8E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB8F,
        name: "CJK UNIFIED IDEOGRAPH-2EB8F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB90,
        name: "CJK UNIFIED IDEOGRAPH-2EB90",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB91,
        name: "CJK UNIFIED IDEOGRAPH-2EB91",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB92,
        name: "CJK UNIFIED IDEOGRAPH-2EB92",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB93,
        name: "CJK UNIFIED IDEOGRAPH-2EB93",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB94,
        name: "CJK UNIFIED IDEOGRAPH-2EB94",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB95,
        name: "CJK UNIFIED IDEOGRAPH-2EB95",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB96,
        name: "CJK UNIFIED IDEOGRAPH-2EB96",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB97,
        name: "CJK UNIFIED IDEOGRAPH-2EB97",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB98,
        name: "CJK UNIFIED IDEOGRAPH-2EB98",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB99,
        name: "CJK UNIFIED IDEOGRAPH-2EB99",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB9A,
        name: "CJK UNIFIED IDEOGRAPH-2EB9A",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB9B,
        name: "CJK UNIFIED IDEOGRAPH-2EB9B",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB9C,
        name: "CJK UNIFIED IDEOGRAPH-2EB9C",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB9D,
        name: "CJK UNIFIED IDEOGRAPH-2EB9D",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB9E,
        name: "CJK UNIFIED IDEOGRAPH-2EB9E",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EB9F,
        name: "CJK UNIFIED IDEOGRAPH-2EB9F",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA0,
        name: "CJK UNIFIED IDEOGRAPH-2EBA0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA1,
        name: "CJK UNIFIED IDEOGRAPH-2EBA1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA2,
        name: "CJK UNIFIED IDEOGRAPH-2EBA2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA3,
        name: "CJK UNIFIED IDEOGRAPH-2EBA3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA4,
        name: "CJK UNIFIED IDEOGRAPH-2EBA4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA5,
        name: "CJK UNIFIED IDEOGRAPH-2EBA5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA6,
        name: "CJK UNIFIED IDEOGRAPH-2EBA6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA7,
        name: "CJK UNIFIED IDEOGRAPH-2EBA7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA8,
        name: "CJK UNIFIED IDEOGRAPH-2EBA8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBA9,
        name: "CJK UNIFIED IDEOGRAPH-2EBA9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBAA,
        name: "CJK UNIFIED IDEOGRAPH-2EBAA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBAB,
        name: "CJK UNIFIED IDEOGRAPH-2EBAB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBAC,
        name: "CJK UNIFIED IDEOGRAPH-2EBAC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBAD,
        name: "CJK UNIFIED IDEOGRAPH-2EBAD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBAE,
        name: "CJK UNIFIED IDEOGRAPH-2EBAE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBAF,
        name: "CJK UNIFIED IDEOGRAPH-2EBAF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB0,
        name: "CJK UNIFIED IDEOGRAPH-2EBB0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB1,
        name: "CJK UNIFIED IDEOGRAPH-2EBB1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB2,
        name: "CJK UNIFIED IDEOGRAPH-2EBB2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB3,
        name: "CJK UNIFIED IDEOGRAPH-2EBB3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB4,
        name: "CJK UNIFIED IDEOGRAPH-2EBB4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB5,
        name: "CJK UNIFIED IDEOGRAPH-2EBB5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB6,
        name: "CJK UNIFIED IDEOGRAPH-2EBB6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB7,
        name: "CJK UNIFIED IDEOGRAPH-2EBB7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB8,
        name: "CJK UNIFIED IDEOGRAPH-2EBB8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBB9,
        name: "CJK UNIFIED IDEOGRAPH-2EBB9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBBA,
        name: "CJK UNIFIED IDEOGRAPH-2EBBA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBBB,
        name: "CJK UNIFIED IDEOGRAPH-2EBBB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBBC,
        name: "CJK UNIFIED IDEOGRAPH-2EBBC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBBD,
        name: "CJK UNIFIED IDEOGRAPH-2EBBD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBBE,
        name: "CJK UNIFIED IDEOGRAPH-2EBBE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBBF,
        name: "CJK UNIFIED IDEOGRAPH-2EBBF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC0,
        name: "CJK UNIFIED IDEOGRAPH-2EBC0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC1,
        name: "CJK UNIFIED IDEOGRAPH-2EBC1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC2,
        name: "CJK UNIFIED IDEOGRAPH-2EBC2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC3,
        name: "CJK UNIFIED IDEOGRAPH-2EBC3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC4,
        name: "CJK UNIFIED IDEOGRAPH-2EBC4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC5,
        name: "CJK UNIFIED IDEOGRAPH-2EBC5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC6,
        name: "CJK UNIFIED IDEOGRAPH-2EBC6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC7,
        name: "CJK UNIFIED IDEOGRAPH-2EBC7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC8,
        name: "CJK UNIFIED IDEOGRAPH-2EBC8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBC9,
        name: "CJK UNIFIED IDEOGRAPH-2EBC9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBCA,
        name: "CJK UNIFIED IDEOGRAPH-2EBCA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBCB,
        name: "CJK UNIFIED IDEOGRAPH-2EBCB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBCC,
        name: "CJK UNIFIED IDEOGRAPH-2EBCC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBCD,
        name: "CJK UNIFIED IDEOGRAPH-2EBCD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBCE,
        name: "CJK UNIFIED IDEOGRAPH-2EBCE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBCF,
        name: "CJK UNIFIED IDEOGRAPH-2EBCF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD0,
        name: "CJK UNIFIED IDEOGRAPH-2EBD0",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD1,
        name: "CJK UNIFIED IDEOGRAPH-2EBD1",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD2,
        name: "CJK UNIFIED IDEOGRAPH-2EBD2",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD3,
        name: "CJK UNIFIED IDEOGRAPH-2EBD3",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD4,
        name: "CJK UNIFIED IDEOGRAPH-2EBD4",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD5,
        name: "CJK UNIFIED IDEOGRAPH-2EBD5",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD6,
        name: "CJK UNIFIED IDEOGRAPH-2EBD6",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD7,
        name: "CJK UNIFIED IDEOGRAPH-2EBD7",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD8,
        name: "CJK UNIFIED IDEOGRAPH-2EBD8",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBD9,
        name: "CJK UNIFIED IDEOGRAPH-2EBD9",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBDA,
        name: "CJK UNIFIED IDEOGRAPH-2EBDA",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBDB,
        name: "CJK UNIFIED IDEOGRAPH-2EBDB",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBDC,
        name: "CJK UNIFIED IDEOGRAPH-2EBDC",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBDD,
        name: "CJK UNIFIED IDEOGRAPH-2EBDD",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBDE,
        name: "CJK UNIFIED IDEOGRAPH-2EBDE",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBDF,
        name: "CJK UNIFIED IDEOGRAPH-2EBDF",
    },
    Character {
        age: "10.0",
        codepoint: 0x2EBE0,
        name: "CJK UNIFIED IDEOGRAPH-2EBE0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F800,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F800",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F801,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F801",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F802,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F802",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F803,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F803",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F804,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F804",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F805,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F805",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F806,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F806",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F807,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F807",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F808,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F808",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F809,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F809",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F80A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F80A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F80B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F80B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F80C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F80C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F80D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F80D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F80E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F80E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F80F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F80F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F810,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F810",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F811,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F811",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F812,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F812",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F813,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F813",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F814,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F814",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F815,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F815",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F816,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F816",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F817,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F817",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F818,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F818",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F819,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F819",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F81A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F81A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F81B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F81B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F81C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F81C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F81D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F81D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F81E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F81E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F81F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F81F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F820,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F820",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F821,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F821",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F822,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F822",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F823,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F823",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F824,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F824",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F825,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F825",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F826,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F826",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F827,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F827",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F828,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F828",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F829,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F829",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F82A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F82A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F82B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F82B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F82C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F82C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F82D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F82D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F82E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F82E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F82F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F82F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F830,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F830",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F831,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F831",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F832,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F832",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F833,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F833",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F834,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F834",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F835,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F835",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F836,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F836",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F837,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F837",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F838,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F838",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F839,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F839",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F83A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F83A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F83B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F83B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F83C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F83C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F83D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F83D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F83E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F83E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F83F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F83F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F840,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F840",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F841,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F841",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F842,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F842",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F843,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F843",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F844,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F844",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F845,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F845",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F846,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F846",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F847,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F847",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F848,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F848",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F849,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F849",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F84A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F84A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F84B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F84B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F84C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F84C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F84D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F84D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F84E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F84E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F84F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F84F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F850,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F850",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F851,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F851",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F852,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F852",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F853,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F853",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F854,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F854",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F855,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F855",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F856,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F856",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F857,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F857",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F858,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F858",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F859,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F859",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F85A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F85A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F85B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F85B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F85C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F85C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F85D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F85D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F85E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F85E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F85F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F85F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F860,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F860",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F861,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F861",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F862,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F862",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F863,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F863",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F864,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F864",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F865,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F865",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F866,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F866",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F867,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F867",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F868,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F868",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F869,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F869",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F86A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F86A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F86B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F86B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F86C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F86C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F86D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F86D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F86E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F86E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F86F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F86F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F870,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F870",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F871,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F871",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F872,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F872",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F873,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F873",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F874,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F874",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F875,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F875",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F876,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F876",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F877,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F877",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F878,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F878",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F879,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F879",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F87A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F87A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F87B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F87B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F87C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F87C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F87D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F87D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F87E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F87E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F87F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F87F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F880,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F880",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F881,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F881",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F882,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F882",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F883,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F883",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F884,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F884",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F885,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F885",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F886,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F886",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F887,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F887",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F888,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F888",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F889,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F889",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F88A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F88A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F88B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F88B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F88C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F88C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F88D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F88D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F88E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F88E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F88F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F88F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F890,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F890",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F891,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F891",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F892,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F892",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F893,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F893",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F894,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F894",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F895,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F895",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F896,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F896",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F897,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F897",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F898,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F898",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F899,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F899",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F89A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F89A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F89B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F89B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F89C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F89C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F89D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F89D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F89E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F89E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F89F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F89F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8A9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8AA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8AB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8AC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8AD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8AE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8AF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8B9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8BA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8BB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8BC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8BD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8BE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8BF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8C9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8CA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8CB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8CC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8CD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8CE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8CF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8D9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8DA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8DB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8DC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8DD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8DE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8DF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8E9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8EA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8EB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8EC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8ED,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8EE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8EF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8F9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8FA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8FB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8FC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8FD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8FE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F8FF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F8FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F900,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F900",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F901,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F901",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F902,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F902",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F903,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F903",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F904,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F904",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F905,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F905",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F906,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F906",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F907,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F907",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F908,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F908",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F909,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F909",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F90A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F90A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F90B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F90B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F90C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F90C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F90D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F90D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F90E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F90E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F90F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F90F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F910,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F910",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F911,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F911",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F912,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F912",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F913,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F913",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F914,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F914",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F915,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F915",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F916,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F916",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F917,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F917",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F918,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F918",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F919,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F919",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F91A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F91A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F91B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F91B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F91C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F91C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F91D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F91D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F91E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F91E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F91F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F91F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F920,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F920",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F921,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F921",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F922,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F922",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F923,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F923",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F924,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F924",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F925,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F925",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F926,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F926",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F927,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F927",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F928,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F928",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F929,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F929",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F92A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F92A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F92B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F92B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F92C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F92C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F92D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F92D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F92E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F92E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F92F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F92F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F930,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F930",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F931,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F931",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F932,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F932",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F933,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F933",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F934,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F934",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F935,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F935",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F936,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F936",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F937,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F937",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F938,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F938",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F939,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F939",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F93A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F93A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F93B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F93B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F93C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F93C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F93D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F93D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F93E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F93E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F93F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F93F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F940,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F940",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F941,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F941",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F942,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F942",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F943,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F943",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F944,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F944",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F945,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F945",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F946,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F946",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F947,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F947",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F948,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F948",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F949,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F949",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F94A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F94A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F94B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F94B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F94C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F94C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F94D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F94D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F94E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F94E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F94F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F94F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F950,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F950",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F951,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F951",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F952,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F952",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F953,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F953",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F954,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F954",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F955,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F955",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F956,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F956",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F957,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F957",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F958,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F958",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F959,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F959",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F95A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F95A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F95B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F95B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F95C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F95C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F95D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F95D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F95E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F95E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F95F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F95F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F960,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F960",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F961,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F961",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F962,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F962",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F963,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F963",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F964,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F964",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F965,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F965",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F966,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F966",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F967,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F967",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F968,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F968",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F969,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F969",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F96A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F96A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F96B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F96B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F96C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F96C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F96D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F96D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F96E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F96E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F96F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F96F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F970,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F970",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F971,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F971",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F972,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F972",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F973,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F973",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F974,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F974",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F975,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F975",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F976,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F976",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F977,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F977",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F978,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F978",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F979,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F979",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F97A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F97A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F97B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F97B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F97C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F97C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F97D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F97D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F97E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F97E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F97F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F97F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F980,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F980",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F981,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F981",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F982,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F982",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F983,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F983",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F984,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F984",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F985,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F985",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F986,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F986",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F987,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F987",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F988,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F988",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F989,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F989",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F98A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F98A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F98B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F98B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F98C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F98C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F98D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F98D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F98E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F98E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F98F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F98F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F990,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F990",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F991,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F991",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F992,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F992",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F993,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F993",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F994,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F994",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F995,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F995",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F996,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F996",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F997,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F997",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F998,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F998",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F999,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F999",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F99A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F99A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F99B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F99B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F99C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F99C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F99D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F99D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F99E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F99E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F99F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F99F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9A9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9A9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9AA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9AA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9AB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9AB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9AC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9AC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9AD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9AD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9AE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9AE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9AF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9AF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9B9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9B9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9BA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9BA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9BB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9BB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9BC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9BC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9BD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9BD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9BE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9BE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9BF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9BF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9C9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9C9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9CA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9CA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9CB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9CB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9CC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9CC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9CD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9CD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9CE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9CE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9CF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9CF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9D9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9D9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9DA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9DA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9DB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9DB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9DC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9DC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9DD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9DD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9DE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9DE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9DF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9DF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9E9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9E9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9EA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9EA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9EB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9EB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9EC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9EC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9ED,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9ED",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9EE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9EE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9EF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9EF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F0,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F0",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F1,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F1",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F2,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F2",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F3,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F3",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F4,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F4",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F5,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F5",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F6,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F6",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F7,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F7",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F8,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F8",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9F9,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9F9",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9FA,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9FA",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9FB,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9FB",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9FC,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9FC",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9FD,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9FD",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9FE,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9FE",
    },
    Character {
        age: "3.1",
        codepoint: 0x2F9FF,
        name: "CJK COMPATIBILITY IDEOGRAPH-2F9FF",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA00,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA00",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA01,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA01",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA02,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA02",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA03,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA03",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA04,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA04",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA05,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA05",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA06,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA06",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA07,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA07",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA08,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA08",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA09,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA09",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA0A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA0A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA0B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA0B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA0C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA0C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA0D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA0D",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA0E,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA0E",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA0F,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA0F",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA10,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA10",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA11,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA11",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA12,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA12",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA13,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA13",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA14,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA14",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA15,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA15",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA16,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA16",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA17,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA17",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA18,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA18",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA19,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA19",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA1A,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA1A",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA1B,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA1B",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA1C,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA1C",
    },
    Character {
        age: "3.1",
        codepoint: 0x2FA1D,
        name: "CJK COMPATIBILITY IDEOGRAPH-2FA1D",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0001,
        name: "LANGUAGE TAG",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0020,
        name: "TAG SPACE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0021,
        name: "TAG EXCLAMATION MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0022,
        name: "TAG QUOTATION MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0023,
        name: "TAG NUMBER SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0024,
        name: "TAG DOLLAR SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0025,
        name: "TAG PERCENT SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0026,
        name: "TAG AMPERSAND",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0027,
        name: "TAG APOSTROPHE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0028,
        name: "TAG LEFT PARENTHESIS",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0029,
        name: "TAG RIGHT PARENTHESIS",
    },
    Character {
        age: "3.1",
        codepoint: 0xE002A,
        name: "TAG ASTERISK",
    },
    Character {
        age: "3.1",
        codepoint: 0xE002B,
        name: "TAG PLUS SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE002C,
        name: "TAG COMMA",
    },
    Character {
        age: "3.1",
        codepoint: 0xE002D,
        name: "TAG HYPHEN-MINUS",
    },
    Character {
        age: "3.1",
        codepoint: 0xE002E,
        name: "TAG FULL STOP",
    },
    Character {
        age: "3.1",
        codepoint: 0xE002F,
        name: "TAG SOLIDUS",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0030,
        name: "TAG DIGIT ZERO",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0031,
        name: "TAG DIGIT ONE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0032,
        name: "TAG DIGIT TWO",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0033,
        name: "TAG DIGIT THREE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0034,
        name: "TAG DIGIT FOUR",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0035,
        name: "TAG DIGIT FIVE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0036,
        name: "TAG DIGIT SIX",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0037,
        name: "TAG DIGIT SEVEN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0038,
        name: "TAG DIGIT EIGHT",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0039,
        name: "TAG DIGIT NINE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE003A,
        name: "TAG COLON",
    },
    Character {
        age: "3.1",
        codepoint: 0xE003B,
        name: "TAG SEMICOLON",
    },
    Character {
        age: "3.1",
        codepoint: 0xE003C,
        name: "TAG LESS-THAN SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE003D,
        name: "TAG EQUALS SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE003E,
        name: "TAG GREATER-THAN SIGN",
    },
    Character {
        age: "3.1",
        codepoint: 0xE003F,
        name: "TAG QUESTION MARK",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0040,
        name: "TAG COMMERCIAL AT",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0041,
        name: "TAG LATIN CAPITAL LETTER A",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0042,
        name: "TAG LATIN CAPITAL LETTER B",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0043,
        name: "TAG LATIN CAPITAL LETTER C",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0044,
        name: "TAG LATIN CAPITAL LETTER D",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0045,
        name: "TAG LATIN CAPITAL LETTER E",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0046,
        name: "TAG LATIN CAPITAL LETTER F",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0047,
        name: "TAG LATIN CAPITAL LETTER G",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0048,
        name: "TAG LATIN CAPITAL LETTER H",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0049,
        name: "TAG LATIN CAPITAL LETTER I",
    },
    Character {
        age: "3.1",
        codepoint: 0xE004A,
        name: "TAG LATIN CAPITAL LETTER J",
    },
    Character {
        age: "3.1",
        codepoint: 0xE004B,
        name: "TAG LATIN CAPITAL LETTER K",
    },
    Character {
        age: "3.1",
        codepoint: 0xE004C,
        name: "TAG LATIN CAPITAL LETTER L",
    },
    Character {
        age: "3.1",
        codepoint: 0xE004D,
        name: "TAG LATIN CAPITAL LETTER M",
    },
    Character {
        age: "3.1",
        codepoint: 0xE004E,
        name: "TAG LATIN CAPITAL LETTER N",
    },
    Character {
        age: "3.1",
        codepoint: 0xE004F,
        name: "TAG LATIN CAPITAL LETTER O",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0050,
        name: "TAG LATIN CAPITAL LETTER P",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0051,
        name: "TAG LATIN CAPITAL LETTER Q",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0052,
        name: "TAG LATIN CAPITAL LETTER R",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0053,
        name: "TAG LATIN CAPITAL LETTER S",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0054,
        name: "TAG LATIN CAPITAL LETTER T",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0055,
        name: "TAG LATIN CAPITAL LETTER U",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0056,
        name: "TAG LATIN CAPITAL LETTER V",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0057,
        name: "TAG LATIN CAPITAL LETTER W",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0058,
        name: "TAG LATIN CAPITAL LETTER X",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0059,
        name: "TAG LATIN CAPITAL LETTER Y",
    },
    Character {
        age: "3.1",
        codepoint: 0xE005A,
        name: "TAG LATIN CAPITAL LETTER Z",
    },
    Character {
        age: "3.1",
        codepoint: 0xE005B,
        name: "TAG LEFT SQUARE BRACKET",
    },
    Character {
        age: "3.1",
        codepoint: 0xE005C,
        name: "TAG REVERSE SOLIDUS",
    },
    Character {
        age: "3.1",
        codepoint: 0xE005D,
        name: "TAG RIGHT SQUARE BRACKET",
    },
    Character {
        age: "3.1",
        codepoint: 0xE005E,
        name: "TAG CIRCUMFLEX ACCENT",
    },
    Character {
        age: "3.1",
        codepoint: 0xE005F,
        name: "TAG LOW LINE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0060,
        name: "TAG GRAVE ACCENT",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0061,
        name: "TAG LATIN SMALL LETTER A",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0062,
        name: "TAG LATIN SMALL LETTER B",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0063,
        name: "TAG LATIN SMALL LETTER C",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0064,
        name: "TAG LATIN SMALL LETTER D",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0065,
        name: "TAG LATIN SMALL LETTER E",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0066,
        name: "TAG LATIN SMALL LETTER F",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0067,
        name: "TAG LATIN SMALL LETTER G",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0068,
        name: "TAG LATIN SMALL LETTER H",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0069,
        name: "TAG LATIN SMALL LETTER I",
    },
    Character {
        age: "3.1",
        codepoint: 0xE006A,
        name: "TAG LATIN SMALL LETTER J",
    },
    Character {
        age: "3.1",
        codepoint: 0xE006B,
        name: "TAG LATIN SMALL LETTER K",
    },
    Character {
        age: "3.1",
        codepoint: 0xE006C,
        name: "TAG LATIN SMALL LETTER L",
    },
    Character {
        age: "3.1",
        codepoint: 0xE006D,
        name: "TAG LATIN SMALL LETTER M",
    },
    Character {
        age: "3.1",
        codepoint: 0xE006E,
        name: "TAG LATIN SMALL LETTER N",
    },
    Character {
        age: "3.1",
        codepoint: 0xE006F,
        name: "TAG LATIN SMALL LETTER O",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0070,
        name: "TAG LATIN SMALL LETTER P",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0071,
        name: "TAG LATIN SMALL LETTER Q",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0072,
        name: "TAG LATIN SMALL LETTER R",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0073,
        name: "TAG LATIN SMALL LETTER S",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0074,
        name: "TAG LATIN SMALL LETTER T",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0075,
        name: "TAG LATIN SMALL LETTER U",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0076,
        name: "TAG LATIN SMALL LETTER V",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0077,
        name: "TAG LATIN SMALL LETTER W",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0078,
        name: "TAG LATIN SMALL LETTER X",
    },
    Character {
        age: "3.1",
        codepoint: 0xE0079,
        name: "TAG LATIN SMALL LETTER Y",
    },
    Character {
        age: "3.1",
        codepoint: 0xE007A,
        name: "TAG LATIN SMALL LETTER Z",
    },
    Character {
        age: "3.1",
        codepoint: 0xE007B,
        name: "TAG LEFT CURLY BRACKET",
    },
    Character {
        age: "3.1",
        codepoint: 0xE007C,
        name: "TAG VERTICAL LINE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE007D,
        name: "TAG RIGHT CURLY BRACKET",
    },
    Character {
        age: "3.1",
        codepoint: 0xE007E,
        name: "TAG TILDE",
    },
    Character {
        age: "3.1",
        codepoint: 0xE007F,
        name: "CANCEL TAG",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0100,
        name: "VARIATION SELECTOR-17",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0101,
        name: "VARIATION SELECTOR-18",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0102,
        name: "VARIATION SELECTOR-19",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0103,
        name: "VARIATION SELECTOR-20",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0104,
        name: "VARIATION SELECTOR-21",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0105,
        name: "VARIATION SELECTOR-22",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0106,
        name: "VARIATION SELECTOR-23",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0107,
        name: "VARIATION SELECTOR-24",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0108,
        name: "VARIATION SELECTOR-25",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0109,
        name: "VARIATION SELECTOR-26",
    },
    Character {
        age: "4.0",
        codepoint: 0xE010A,
        name: "VARIATION SELECTOR-27",
    },
    Character {
        age: "4.0",
        codepoint: 0xE010B,
        name: "VARIATION SELECTOR-28",
    },
    Character {
        age: "4.0",
        codepoint: 0xE010C,
        name: "VARIATION SELECTOR-29",
    },
    Character {
        age: "4.0",
        codepoint: 0xE010D,
        name: "VARIATION SELECTOR-30",
    },
    Character {
        age: "4.0",
        codepoint: 0xE010E,
        name: "VARIATION SELECTOR-31",
    },
    Character {
        age: "4.0",
        codepoint: 0xE010F,
        name: "VARIATION SELECTOR-32",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0110,
        name: "VARIATION SELECTOR-33",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0111,
        name: "VARIATION SELECTOR-34",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0112,
        name: "VARIATION SELECTOR-35",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0113,
        name: "VARIATION SELECTOR-36",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0114,
        name: "VARIATION SELECTOR-37",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0115,
        name: "VARIATION SELECTOR-38",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0116,
        name: "VARIATION SELECTOR-39",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0117,
        name: "VARIATION SELECTOR-40",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0118,
        name: "VARIATION SELECTOR-41",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0119,
        name: "VARIATION SELECTOR-42",
    },
    Character {
        age: "4.0",
        codepoint: 0xE011A,
        name: "VARIATION SELECTOR-43",
    },
    Character {
        age: "4.0",
        codepoint: 0xE011B,
        name: "VARIATION SELECTOR-44",
    },
    Character {
        age: "4.0",
        codepoint: 0xE011C,
        name: "VARIATION SELECTOR-45",
    },
    Character {
        age: "4.0",
        codepoint: 0xE011D,
        name: "VARIATION SELECTOR-46",
    },
    Character {
        age: "4.0",
        codepoint: 0xE011E,
        name: "VARIATION SELECTOR-47",
    },
    Character {
        age: "4.0",
        codepoint: 0xE011F,
        name: "VARIATION SELECTOR-48",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0120,
        name: "VARIATION SELECTOR-49",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0121,
        name: "VARIATION SELECTOR-50",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0122,
        name: "VARIATION SELECTOR-51",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0123,
        name: "VARIATION SELECTOR-52",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0124,
        name: "VARIATION SELECTOR-53",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0125,
        name: "VARIATION SELECTOR-54",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0126,
        name: "VARIATION SELECTOR-55",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0127,
        name: "VARIATION SELECTOR-56",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0128,
        name: "VARIATION SELECTOR-57",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0129,
        name: "VARIATION SELECTOR-58",
    },
    Character {
        age: "4.0",
        codepoint: 0xE012A,
        name: "VARIATION SELECTOR-59",
    },
    Character {
        age: "4.0",
        codepoint: 0xE012B,
        name: "VARIATION SELECTOR-60",
    },
    Character {
        age: "4.0",
        codepoint: 0xE012C,
        name: "VARIATION SELECTOR-61",
    },
    Character {
        age: "4.0",
        codepoint: 0xE012D,
        name: "VARIATION SELECTOR-62",
    },
    Character {
        age: "4.0",
        codepoint: 0xE012E,
        name: "VARIATION SELECTOR-63",
    },
    Character {
        age: "4.0",
        codepoint: 0xE012F,
        name: "VARIATION SELECTOR-64",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0130,
        name: "VARIATION SELECTOR-65",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0131,
        name: "VARIATION SELECTOR-66",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0132,
        name: "VARIATION SELECTOR-67",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0133,
        name: "VARIATION SELECTOR-68",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0134,
        name: "VARIATION SELECTOR-69",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0135,
        name: "VARIATION SELECTOR-70",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0136,
        name: "VARIATION SELECTOR-71",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0137,
        name: "VARIATION SELECTOR-72",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0138,
        name: "VARIATION SELECTOR-73",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0139,
        name: "VARIATION SELECTOR-74",
    },
    Character {
        age: "4.0",
        codepoint: 0xE013A,
        name: "VARIATION SELECTOR-75",
    },
    Character {
        age: "4.0",
        codepoint: 0xE013B,
        name: "VARIATION SELECTOR-76",
    },
    Character {
        age: "4.0",
        codepoint: 0xE013C,
        name: "VARIATION SELECTOR-77",
    },
    Character {
        age: "4.0",
        codepoint: 0xE013D,
        name: "VARIATION SELECTOR-78",
    },
    Character {
        age: "4.0",
        codepoint: 0xE013E,
        name: "VARIATION SELECTOR-79",
    },
    Character {
        age: "4.0",
        codepoint: 0xE013F,
        name: "VARIATION SELECTOR-80",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0140,
        name: "VARIATION SELECTOR-81",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0141,
        name: "VARIATION SELECTOR-82",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0142,
        name: "VARIATION SELECTOR-83",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0143,
        name: "VARIATION SELECTOR-84",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0144,
        name: "VARIATION SELECTOR-85",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0145,
        name: "VARIATION SELECTOR-86",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0146,
        name: "VARIATION SELECTOR-87",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0147,
        name: "VARIATION SELECTOR-88",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0148,
        name: "VARIATION SELECTOR-89",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0149,
        name: "VARIATION SELECTOR-90",
    },
    Character {
        age: "4.0",
        codepoint: 0xE014A,
        name: "VARIATION SELECTOR-91",
    },
    Character {
        age: "4.0",
        codepoint: 0xE014B,
        name: "VARIATION SELECTOR-92",
    },
    Character {
        age: "4.0",
        codepoint: 0xE014C,
        name: "VARIATION SELECTOR-93",
    },
    Character {
        age: "4.0",
        codepoint: 0xE014D,
        name: "VARIATION SELECTOR-94",
    },
    Character {
        age: "4.0",
        codepoint: 0xE014E,
        name: "VARIATION SELECTOR-95",
    },
    Character {
        age: "4.0",
        codepoint: 0xE014F,
        name: "VARIATION SELECTOR-96",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0150,
        name: "VARIATION SELECTOR-97",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0151,
        name: "VARIATION SELECTOR-98",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0152,
        name: "VARIATION SELECTOR-99",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0153,
        name: "VARIATION SELECTOR-100",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0154,
        name: "VARIATION SELECTOR-101",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0155,
        name: "VARIATION SELECTOR-102",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0156,
        name: "VARIATION SELECTOR-103",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0157,
        name: "VARIATION SELECTOR-104",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0158,
        name: "VARIATION SELECTOR-105",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0159,
        name: "VARIATION SELECTOR-106",
    },
    Character {
        age: "4.0",
        codepoint: 0xE015A,
        name: "VARIATION SELECTOR-107",
    },
    Character {
        age: "4.0",
        codepoint: 0xE015B,
        name: "VARIATION SELECTOR-108",
    },
    Character {
        age: "4.0",
        codepoint: 0xE015C,
        name: "VARIATION SELECTOR-109",
    },
    Character {
        age: "4.0",
        codepoint: 0xE015D,
        name: "VARIATION SELECTOR-110",
    },
    Character {
        age: "4.0",
        codepoint: 0xE015E,
        name: "VARIATION SELECTOR-111",
    },
    Character {
        age: "4.0",
        codepoint: 0xE015F,
        name: "VARIATION SELECTOR-112",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0160,
        name: "VARIATION SELECTOR-113",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0161,
        name: "VARIATION SELECTOR-114",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0162,
        name: "VARIATION SELECTOR-115",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0163,
        name: "VARIATION SELECTOR-116",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0164,
        name: "VARIATION SELECTOR-117",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0165,
        name: "VARIATION SELECTOR-118",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0166,
        name: "VARIATION SELECTOR-119",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0167,
        name: "VARIATION SELECTOR-120",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0168,
        name: "VARIATION SELECTOR-121",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0169,
        name: "VARIATION SELECTOR-122",
    },
    Character {
        age: "4.0",
        codepoint: 0xE016A,
        name: "VARIATION SELECTOR-123",
    },
    Character {
        age: "4.0",
        codepoint: 0xE016B,
        name: "VARIATION SELECTOR-124",
    },
    Character {
        age: "4.0",
        codepoint: 0xE016C,
        name: "VARIATION SELECTOR-125",
    },
    Character {
        age: "4.0",
        codepoint: 0xE016D,
        name: "VARIATION SELECTOR-126",
    },
    Character {
        age: "4.0",
        codepoint: 0xE016E,
        name: "VARIATION SELECTOR-127",
    },
    Character {
        age: "4.0",
        codepoint: 0xE016F,
        name: "VARIATION SELECTOR-128",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0170,
        name: "VARIATION SELECTOR-129",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0171,
        name: "VARIATION SELECTOR-130",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0172,
        name: "VARIATION SELECTOR-131",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0173,
        name: "VARIATION SELECTOR-132",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0174,
        name: "VARIATION SELECTOR-133",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0175,
        name: "VARIATION SELECTOR-134",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0176,
        name: "VARIATION SELECTOR-135",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0177,
        name: "VARIATION SELECTOR-136",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0178,
        name: "VARIATION SELECTOR-137",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0179,
        name: "VARIATION SELECTOR-138",
    },
    Character {
        age: "4.0",
        codepoint: 0xE017A,
        name: "VARIATION SELECTOR-139",
    },
    Character {
        age: "4.0",
        codepoint: 0xE017B,
        name: "VARIATION SELECTOR-140",
    },
    Character {
        age: "4.0",
        codepoint: 0xE017C,
        name: "VARIATION SELECTOR-141",
    },
    Character {
        age: "4.0",
        codepoint: 0xE017D,
        name: "VARIATION SELECTOR-142",
    },
    Character {
        age: "4.0",
        codepoint: 0xE017E,
        name: "VARIATION SELECTOR-143",
    },
    Character {
        age: "4.0",
        codepoint: 0xE017F,
        name: "VARIATION SELECTOR-144",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0180,
        name: "VARIATION SELECTOR-145",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0181,
        name: "VARIATION SELECTOR-146",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0182,
        name: "VARIATION SELECTOR-147",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0183,
        name: "VARIATION SELECTOR-148",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0184,
        name: "VARIATION SELECTOR-149",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0185,
        name: "VARIATION SELECTOR-150",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0186,
        name: "VARIATION SELECTOR-151",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0187,
        name: "VARIATION SELECTOR-152",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0188,
        name: "VARIATION SELECTOR-153",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0189,
        name: "VARIATION SELECTOR-154",
    },
    Character {
        age: "4.0",
        codepoint: 0xE018A,
        name: "VARIATION SELECTOR-155",
    },
    Character {
        age: "4.0",
        codepoint: 0xE018B,
        name: "VARIATION SELECTOR-156",
    },
    Character {
        age: "4.0",
        codepoint: 0xE018C,
        name: "VARIATION SELECTOR-157",
    },
    Character {
        age: "4.0",
        codepoint: 0xE018D,
        name: "VARIATION SELECTOR-158",
    },
    Character {
        age: "4.0",
        codepoint: 0xE018E,
        name: "VARIATION SELECTOR-159",
    },
    Character {
        age: "4.0",
        codepoint: 0xE018F,
        name: "VARIATION SELECTOR-160",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0190,
        name: "VARIATION SELECTOR-161",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0191,
        name: "VARIATION SELECTOR-162",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0192,
        name: "VARIATION SELECTOR-163",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0193,
        name: "VARIATION SELECTOR-164",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0194,
        name: "VARIATION SELECTOR-165",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0195,
        name: "VARIATION SELECTOR-166",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0196,
        name: "VARIATION SELECTOR-167",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0197,
        name: "VARIATION SELECTOR-168",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0198,
        name: "VARIATION SELECTOR-169",
    },
    Character {
        age: "4.0",
        codepoint: 0xE0199,
        name: "VARIATION SELECTOR-170",
    },
    Character {
        age: "4.0",
        codepoint: 0xE019A,
        name: "VARIATION SELECTOR-171",
    },
    Character {
        age: "4.0",
        codepoint: 0xE019B,
        name: "VARIATION SELECTOR-172",
    },
    Character {
        age: "4.0",
        codepoint: 0xE019C,
        name: "VARIATION SELECTOR-173",
    },
    Character {
        age: "4.0",
        codepoint: 0xE019D,
        name: "VARIATION SELECTOR-174",
    },
    Character {
        age: "4.0",
        codepoint: 0xE019E,
        name: "VARIATION SELECTOR-175",
    },
    Character {
        age: "4.0",
        codepoint: 0xE019F,
        name: "VARIATION SELECTOR-176",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A0,
        name: "VARIATION SELECTOR-177",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A1,
        name: "VARIATION SELECTOR-178",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A2,
        name: "VARIATION SELECTOR-179",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A3,
        name: "VARIATION SELECTOR-180",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A4,
        name: "VARIATION SELECTOR-181",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A5,
        name: "VARIATION SELECTOR-182",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A6,
        name: "VARIATION SELECTOR-183",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A7,
        name: "VARIATION SELECTOR-184",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A8,
        name: "VARIATION SELECTOR-185",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01A9,
        name: "VARIATION SELECTOR-186",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01AA,
        name: "VARIATION SELECTOR-187",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01AB,
        name: "VARIATION SELECTOR-188",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01AC,
        name: "VARIATION SELECTOR-189",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01AD,
        name: "VARIATION SELECTOR-190",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01AE,
        name: "VARIATION SELECTOR-191",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01AF,
        name: "VARIATION SELECTOR-192",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B0,
        name: "VARIATION SELECTOR-193",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B1,
        name: "VARIATION SELECTOR-194",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B2,
        name: "VARIATION SELECTOR-195",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B3,
        name: "VARIATION SELECTOR-196",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B4,
        name: "VARIATION SELECTOR-197",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B5,
        name: "VARIATION SELECTOR-198",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B6,
        name: "VARIATION SELECTOR-199",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B7,
        name: "VARIATION SELECTOR-200",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B8,
        name: "VARIATION SELECTOR-201",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01B9,
        name: "VARIATION SELECTOR-202",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01BA,
        name: "VARIATION SELECTOR-203",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01BB,
        name: "VARIATION SELECTOR-204",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01BC,
        name: "VARIATION SELECTOR-205",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01BD,
        name: "VARIATION SELECTOR-206",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01BE,
        name: "VARIATION SELECTOR-207",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01BF,
        name: "VARIATION SELECTOR-208",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C0,
        name: "VARIATION SELECTOR-209",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C1,
        name: "VARIATION SELECTOR-210",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C2,
        name: "VARIATION SELECTOR-211",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C3,
        name: "VARIATION SELECTOR-212",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C4,
        name: "VARIATION SELECTOR-213",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C5,
        name: "VARIATION SELECTOR-214",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C6,
        name: "VARIATION SELECTOR-215",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C7,
        name: "VARIATION SELECTOR-216",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C8,
        name: "VARIATION SELECTOR-217",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01C9,
        name: "VARIATION SELECTOR-218",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01CA,
        name: "VARIATION SELECTOR-219",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01CB,
        name: "VARIATION SELECTOR-220",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01CC,
        name: "VARIATION SELECTOR-221",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01CD,
        name: "VARIATION SELECTOR-222",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01CE,
        name: "VARIATION SELECTOR-223",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01CF,
        name: "VARIATION SELECTOR-224",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D0,
        name: "VARIATION SELECTOR-225",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D1,
        name: "VARIATION SELECTOR-226",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D2,
        name: "VARIATION SELECTOR-227",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D3,
        name: "VARIATION SELECTOR-228",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D4,
        name: "VARIATION SELECTOR-229",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D5,
        name: "VARIATION SELECTOR-230",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D6,
        name: "VARIATION SELECTOR-231",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D7,
        name: "VARIATION SELECTOR-232",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D8,
        name: "VARIATION SELECTOR-233",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01D9,
        name: "VARIATION SELECTOR-234",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01DA,
        name: "VARIATION SELECTOR-235",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01DB,
        name: "VARIATION SELECTOR-236",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01DC,
        name: "VARIATION SELECTOR-237",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01DD,
        name: "VARIATION SELECTOR-238",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01DE,
        name: "VARIATION SELECTOR-239",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01DF,
        name: "VARIATION SELECTOR-240",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E0,
        name: "VARIATION SELECTOR-241",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E1,
        name: "VARIATION SELECTOR-242",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E2,
        name: "VARIATION SELECTOR-243",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E3,
        name: "VARIATION SELECTOR-244",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E4,
        name: "VARIATION SELECTOR-245",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E5,
        name: "VARIATION SELECTOR-246",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E6,
        name: "VARIATION SELECTOR-247",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E7,
        name: "VARIATION SELECTOR-248",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E8,
        name: "VARIATION SELECTOR-249",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01E9,
        name: "VARIATION SELECTOR-250",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01EA,
        name: "VARIATION SELECTOR-251",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01EB,
        name: "VARIATION SELECTOR-252",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01EC,
        name: "VARIATION SELECTOR-253",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01ED,
        name: "VARIATION SELECTOR-254",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01EE,
        name: "VARIATION SELECTOR-255",
    },
    Character {
        age: "4.0",
        codepoint: 0xE01EF,
        name: "VARIATION SELECTOR-256",
    },
];

pub const CHARACTERS: &'static [Character] = &CHARACTERS_ARRAY;